diff --git a/go/api/README b/go/api/README new file mode 100644 index 0000000000000000000000000000000000000000..050ebd99ab1acc9da3f091547a970318548ad700 --- /dev/null +++ b/go/api/README @@ -0,0 +1,26 @@ +Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api). + +Each file is a list of API features, one per line. + +go1.txt (and similarly named files) are frozen once a version has been +shipped. Each file adds new lines but does not remove any. + +except.txt lists features that may disappear without breaking true +compatibility. + +Starting with go1.19.txt, each API feature line must end in "#nnnnn" +giving the GitHub issue number of the proposal issue that accepted +the new API. This helps with our end-of-cycle audit of new APIs. +The same requirement applies to next/* (described below), which will +become a go1.XX.txt for XX >= 19. + +The next/ directory contains the only files intended to be mutated. +Each file in that directory contains a list of features that may be added +to the next release of Go. The files in this directory only affect the +warning output from the go api tool. Each file should be named +nnnnn.txt, after the issue number for the accepted proposal. +(The #nnnnn suffix must also appear at the end of each line in the file; +that will be preserved when next/*.txt is concatenated into go1.XX.txt.) + +When you add a file to the api/next directory, you must add at least one file +under doc/next. See doc/README.md for details. diff --git a/go/api/except.txt b/go/api/except.txt new file mode 100644 index 0000000000000000000000000000000000000000..facae98033fe38297f1767e6087f01b162f1e5a3 --- /dev/null +++ b/go/api/except.txt @@ -0,0 +1,604 @@ +pkg crypto/tls, type ConnectionState struct, TLSUnique //deprecated +pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61 +pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error) +pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000 +pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +pkg math/big, const MaxBase = 36 +pkg math/big, type Word uintptr +pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error) +pkg os (linux-arm), const O_SYNC = 1052672 +pkg os (linux-arm), const O_SYNC = 4096 +pkg os (linux-arm-cgo), const O_SYNC = 1052672 +pkg os (linux-arm-cgo), const O_SYNC = 4096 +pkg os, const ModeAppend FileMode +pkg os, const ModeCharDevice FileMode +pkg os, const ModeDevice FileMode +pkg os, const ModeDir FileMode +pkg os, const ModeExclusive FileMode +pkg os, const ModeIrregular FileMode +pkg os, const ModeNamedPipe FileMode +pkg os, const ModePerm FileMode +pkg os, const ModeSetgid FileMode +pkg os, const ModeSetuid FileMode +pkg os, const ModeSocket FileMode +pkg os, const ModeSticky FileMode +pkg os, const ModeSymlink FileMode +pkg os, const ModeTemporary FileMode +pkg os, const ModeType = 2399141888 +pkg os, const ModeType = 2399666176 +pkg os, const ModeType FileMode +pkg os, func Chmod(string, FileMode) error +pkg os, func Lstat(string) (FileInfo, error) +pkg os, func Mkdir(string, FileMode) error +pkg os, func MkdirAll(string, FileMode) error +pkg os, func OpenFile(string, int, FileMode) (*File, error) +pkg os, func SameFile(FileInfo, FileInfo) bool +pkg os, func Stat(string) (FileInfo, error) +pkg os, method (*File) Chmod(FileMode) error +pkg os, method (*File) Readdir(int) ([]FileInfo, error) +pkg os, method (*File) Stat() (FileInfo, error) +pkg os, method (*PathError) Error() string +pkg os, method (*PathError) Timeout() bool +pkg os, method (*PathError) Unwrap() error +pkg os, method (FileMode) IsDir() bool +pkg os, method (FileMode) IsRegular() bool +pkg os, method (FileMode) Perm() FileMode +pkg os, method (FileMode) String() string +pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys } +pkg os, type FileInfo interface, IsDir() bool +pkg os, type FileInfo interface, ModTime() time.Time +pkg os, type FileInfo interface, Mode() FileMode +pkg os, type FileInfo interface, Name() string +pkg os, type FileInfo interface, Size() int64 +pkg os, type FileInfo interface, Sys() interface{} +pkg os, type FileMode uint32 +pkg os, type PathError struct +pkg os, type PathError struct, Err error +pkg os, type PathError struct, Op string +pkg os, type PathError struct, Path string +pkg syscall (darwin-amd64), const ImplementsGetwd = false +pkg syscall (darwin-amd64), func Fchflags(string, int) error +pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false +pkg syscall (darwin-amd64-cgo), func Fchflags(string, int) error +pkg syscall (freebsd-386), const AF_MAX = 38 +pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-386), const ELAST = 94 +pkg syscall (freebsd-386), const ImplementsGetwd = false +pkg syscall (freebsd-386), const O_CLOEXEC = 0 +pkg syscall (freebsd-386), func Fchflags(string, int) error +pkg syscall (freebsd-386), func Mknod(string, uint32, int) error +pkg syscall (freebsd-386), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-386), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-386), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-386), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-386), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-386), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8 +pkg syscall (freebsd-386), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-386-cgo), const AF_MAX = 38 +pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-386-cgo), const ELAST = 94 +pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false +pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0 +pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error +pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-amd64), const AF_MAX = 38 +pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-amd64), const ELAST = 94 +pkg syscall (freebsd-amd64), const ImplementsGetwd = false +pkg syscall (freebsd-amd64), const O_CLOEXEC = 0 +pkg syscall (freebsd-amd64), func Fchflags(string, int) error +pkg syscall (freebsd-amd64), func Mknod(string, uint32, int) error +pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-amd64), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38 +pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-amd64-cgo), const ELAST = 94 +pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false +pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0 +pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-arm), const AF_MAX = 38 +pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262 +pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085 +pkg syscall (freebsd-arm), const ELAST = 94 +pkg syscall (freebsd-arm), const ImplementsGetwd = false +pkg syscall (freebsd-arm), const O_CLOEXEC = 0 +pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019 +pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931 +pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046 +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537 +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536 +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535 +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534 +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515 +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533 +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT ideal-int +pkg syscall (freebsd-arm), const SizeofBpfHdr = 24 +pkg syscall (freebsd-arm), const SizeofIfData = 88 +pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104 +pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56 +pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108 +pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041 +pkg syscall (freebsd-arm), func Fchflags(string, int) error +pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error +pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-arm-cgo), const AF_MAX = 38 +pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262 +pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085 +pkg syscall (freebsd-arm-cgo), const ELAST = 94 +pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false +pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0 +pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019 +pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931 +pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24 +pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88 +pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108 +pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041 +pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error +pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (linux-386), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-386-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-amd64), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-amd64-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-arm), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-arm-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (netbsd-386), const ImplementsGetwd = false +pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false +pkg syscall (netbsd-amd64), const ImplementsGetwd = false +pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false +pkg syscall (netbsd-arm), const ImplementsGetwd = false +pkg syscall (netbsd-arm), const SizeofIfData = 132 +pkg syscall (netbsd-arm), func Fchflags(string, int) error +pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false +pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132 +pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (openbsd-386), const ImplementsGetwd = false +pkg syscall (openbsd-386), const RTF_FMASK = 63496 +pkg syscall (openbsd-386), const RTM_VERSION = 4 +pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456 +pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-386), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-386), const SYS_FSTAT = 292 +pkg syscall (openbsd-386), const SYS_FSTATAT = 316 +pkg syscall (openbsd-386), const SYS_FSTATFS = 308 +pkg syscall (openbsd-386), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-386), const SYS_FUTIMES = 206 +pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-386), const SYS_GETITIMER = 86 +pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-386), const SYS_KEVENT = 270 +pkg syscall (openbsd-386), const SYS_KILL = 37 +pkg syscall (openbsd-386), const SYS_LSTAT = 293 +pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-386), const SYS_SELECT = 93 +pkg syscall (openbsd-386), const SYS_SETITIMER = 83 +pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-386), const SYS_STAT = 291 +pkg syscall (openbsd-386), const SYS_STATFS = 307 +pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-386), const SYS_UTIMES = 138 +pkg syscall (openbsd-386), const SYS_WAIT4 = 7 +pkg syscall (openbsd-386), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-386), const SizeofIfData = 208 +pkg syscall (openbsd-386), const SizeofIfMsghdr = 232 +pkg syscall (openbsd-386), const SizeofRtMetrics = 48 +pkg syscall (openbsd-386), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899 +pkg syscall (openbsd-386), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-386), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-386), type Kevent_t struct, Data int32 +pkg syscall (openbsd-386), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-386), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-386), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-386), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-386), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-386), type Timespec struct, Sec int32 +pkg syscall (openbsd-386), type Timeval struct, Sec int32 +pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false +pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496 +pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4 +pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292 +pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316 +pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308 +pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206 +pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86 +pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270 +pkg syscall (openbsd-386-cgo), const SYS_KILL = 37 +pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293 +pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93 +pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83 +pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-386-cgo), const SYS_STAT = 291 +pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307 +pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138 +pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7 +pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-386-cgo), const SizeofIfData = 208 +pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232 +pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48 +pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899 +pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int32 +pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int32 +pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int32 +pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16 +pkg syscall (openbsd-amd64), const CCR0_FLUSH ideal-int +pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288 +pkg syscall (openbsd-amd64), const CPUID_CFLUSH ideal-int +pkg syscall (openbsd-amd64), const EFER_LMA = 1024 +pkg syscall (openbsd-amd64), const EFER_LMA ideal-int +pkg syscall (openbsd-amd64), const EFER_LME = 256 +pkg syscall (openbsd-amd64), const EFER_LME ideal-int +pkg syscall (openbsd-amd64), const EFER_NXE = 2048 +pkg syscall (openbsd-amd64), const EFER_NXE ideal-int +pkg syscall (openbsd-amd64), const EFER_SCE = 1 +pkg syscall (openbsd-amd64), const EFER_SCE ideal-int +pkg syscall (openbsd-amd64), const ImplementsGetwd = false +pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21 +pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH ideal-int +pkg syscall (openbsd-amd64), const RTF_FMASK = 63496 +pkg syscall (openbsd-amd64), const RTM_VERSION = 4 +pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-amd64), const SYS_FSTAT = 292 +pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316 +pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308 +pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206 +pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86 +pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-amd64), const SYS_KEVENT = 270 +pkg syscall (openbsd-amd64), const SYS_KILL = 37 +pkg syscall (openbsd-amd64), const SYS_LSTAT = 293 +pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-amd64), const SYS_SELECT = 93 +pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83 +pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-amd64), const SYS_STAT = 291 +pkg syscall (openbsd-amd64), const SYS_STATFS = 307 +pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-amd64), const SYS_UTIMES = 138 +pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7 +pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48 +pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-amd64), type Kevent_t struct, Data int32 +pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint32 +pkg syscall (openbsd-amd64), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-amd64), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-amd64), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type Timespec struct, Sec int32 +pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16 +pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288 +pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024 +pkg syscall (openbsd-amd64-cgo), const EFER_LMA ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256 +pkg syscall (openbsd-amd64-cgo), const EFER_LME ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048 +pkg syscall (openbsd-amd64-cgo), const EFER_NXE ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1 +pkg syscall (openbsd-amd64-cgo), const EFER_SCE ideal-int +pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false +pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21 +pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496 +pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308 +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206 +pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270 +pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37 +pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293 +pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93 +pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83 +pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291 +pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307 +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138 +pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7 +pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48 +pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int32 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32 +pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295 +pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr +pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr +pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr +pkg syscall (windows-386), type CertContext struct, CertInfo uintptr +pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr +pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr +pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr +pkg syscall (windows-386), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295 +pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr +pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara uintptr +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr +pkg syscall (windows-amd64), type CertContext struct, CertInfo uintptr +pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr +pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr +pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr +pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [96]int8 +pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M +pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M +pkg testing, func RegisterCover(Cover) +pkg text/scanner, const GoTokens = 1012 +pkg text/template/parse, type DotNode bool +pkg text/template/parse, type Node interface { Copy, String, Type } +pkg unicode, const Version = "10.0.0" +pkg unicode, const Version = "11.0.0" +pkg unicode, const Version = "12.0.0" +pkg unicode, const Version = "13.0.0" +pkg unicode, const Version = "6.2.0" +pkg unicode, const Version = "6.3.0" +pkg unicode, const Version = "7.0.0" +pkg unicode, const Version = "8.0.0" +pkg unicode, const Version = "9.0.0" +pkg html/template, method (*Template) Funcs(FuncMap) *Template +pkg html/template, type FuncMap map[string]interface{} +pkg syscall (freebsd-386), const SYS_FSTAT = 189 +pkg syscall (freebsd-386), const SYS_FSTATAT = 493 +pkg syscall (freebsd-386), const SYS_FSTATFS = 397 +pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-386), const SYS_LSTAT = 190 +pkg syscall (freebsd-386), const SYS_LSTAT ideal-int +pkg syscall (freebsd-386), const SYS_MKNODAT = 498 +pkg syscall (freebsd-386), const SYS_STAT = 188 +pkg syscall (freebsd-386), const SYS_STAT ideal-int +pkg syscall (freebsd-386), const SYS_STATFS = 396 +pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-386-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-amd64), const SYS_FSTAT = 189 +pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493 +pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397 +pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-amd64), const SYS_LSTAT = 190 +pkg syscall (freebsd-amd64), const SYS_LSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498 +pkg syscall (freebsd-amd64), const SYS_STAT = 188 +pkg syscall (freebsd-amd64), const SYS_STAT ideal-int +pkg syscall (freebsd-amd64), const SYS_STATFS = 396 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-amd64-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-arm), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm), const SYS_STAT = 188 +pkg syscall (freebsd-arm), const SYS_STAT ideal-int +pkg syscall (freebsd-arm), const SYS_STATFS = 396 +pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-arm-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-arm64), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm64), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm64), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm64), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm64), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm64), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm64), const SYS_STAT = 188 +pkg syscall (freebsd-arm64), const SYS_STAT ideal-int +pkg syscall (freebsd-arm64), const SYS_STATFS = 396 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm64-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-arm64-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 396 +pkg syscall (openbsd-386), const ELAST = 91 +pkg syscall (openbsd-386-cgo), const ELAST = 91 +pkg syscall (openbsd-amd64), const ELAST = 91 +pkg syscall (openbsd-amd64-cgo), const ELAST = 91 diff --git a/go/api/go1.1.txt b/go/api/go1.1.txt new file mode 100644 index 0000000000000000000000000000000000000000..06291faa4b25050152a6ccf8112418233c7842b7 --- /dev/null +++ b/go/api/go1.1.txt @@ -0,0 +1,50454 @@ +pkg archive/tar, const TypeBlock = 52 +pkg archive/tar, const TypeChar = 51 +pkg archive/tar, const TypeCont = 55 +pkg archive/tar, const TypeDir = 53 +pkg archive/tar, const TypeFifo = 54 +pkg archive/tar, const TypeGNULongLink = 75 +pkg archive/tar, const TypeGNULongLink ideal-char +pkg archive/tar, const TypeGNULongName = 76 +pkg archive/tar, const TypeGNULongName ideal-char +pkg archive/tar, const TypeLink = 49 +pkg archive/tar, const TypeReg = 48 +pkg archive/tar, const TypeRegA = 0 +pkg archive/tar, const TypeSymlink = 50 +pkg archive/tar, const TypeXGlobalHeader = 103 +pkg archive/tar, const TypeXHeader = 120 +pkg archive/tar, func FileInfoHeader(os.FileInfo, string) (*Header, error) +pkg archive/tar, method (*Header) FileInfo() os.FileInfo +pkg archive/zip, const Deflate = 8 +pkg archive/zip, const Store = 0 +pkg archive/zip, type FileHeader struct, CompressedSize64 uint64 +pkg archive/zip, type FileHeader struct, UncompressedSize64 uint64 +pkg bufio, const MaxScanTokenSize = 65536 +pkg bufio, const MaxScanTokenSize ideal-int +pkg bufio, func NewScanner(io.Reader) *Scanner +pkg bufio, func ScanBytes([]uint8, bool) (int, []uint8, error) +pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error) +pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error) +pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error) +pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error) +pkg bufio, method (*Scanner) Bytes() []uint8 +pkg bufio, method (*Scanner) Err() error +pkg bufio, method (*Scanner) Scan() bool +pkg bufio, method (*Scanner) Split(SplitFunc) +pkg bufio, method (*Scanner) Text() string +pkg bufio, method (*Writer) ReadFrom(io.Reader) (int64, error) +pkg bufio, method (ReadWriter) ReadFrom(io.Reader) (int64, error) +pkg bufio, method (ReadWriter) WriteTo(io.Writer) (int64, error) +pkg bufio, type Scanner struct +pkg bufio, type SplitFunc func([]uint8, bool) (int, []uint8, error) +pkg bufio, var ErrAdvanceTooFar error +pkg bufio, var ErrNegativeAdvance error +pkg bufio, var ErrTooLong error +pkg bytes, const MinRead = 512 +pkg bytes, func TrimPrefix([]uint8, []uint8) []uint8 +pkg bytes, func TrimSuffix([]uint8, []uint8) []uint8 +pkg bytes, method (*Buffer) Grow(int) +pkg bytes, method (*Reader) WriteTo(io.Writer) (int64, error) +pkg compress/flate, const BestCompression = 9 +pkg compress/flate, const BestSpeed = 1 +pkg compress/flate, const DefaultCompression = -1 +pkg compress/flate, const NoCompression = 0 +pkg compress/gzip, const BestCompression = 9 +pkg compress/gzip, const BestSpeed = 1 +pkg compress/gzip, const DefaultCompression = -1 +pkg compress/gzip, const NoCompression = 0 +pkg compress/gzip, method (*Writer) Flush() error +pkg compress/lzw, const LSB = 0 +pkg compress/lzw, const MSB = 1 +pkg compress/zlib, const BestCompression = 9 +pkg compress/zlib, const BestSpeed = 1 +pkg compress/zlib, const DefaultCompression = -1 +pkg compress/zlib, const NoCompression = 0 +pkg crypto, const MD4 = 1 +pkg crypto, const MD5 = 2 +pkg crypto, const MD5SHA1 = 8 +pkg crypto, const RIPEMD160 = 9 +pkg crypto, const SHA1 = 3 +pkg crypto, const SHA224 = 4 +pkg crypto, const SHA256 = 5 +pkg crypto, const SHA384 = 6 +pkg crypto, const SHA512 = 7 +pkg crypto/aes, const BlockSize = 16 +pkg crypto/des, const BlockSize = 8 +pkg crypto/dsa, const L1024N160 = 0 +pkg crypto/dsa, const L2048N224 = 1 +pkg crypto/dsa, const L2048N256 = 2 +pkg crypto/dsa, const L3072N256 = 3 +pkg crypto/hmac, func Equal([]uint8, []uint8) bool +pkg crypto/md5, const BlockSize = 64 +pkg crypto/md5, const Size = 16 +pkg crypto/sha1, const BlockSize = 64 +pkg crypto/sha1, const Size = 20 +pkg crypto/sha256, const BlockSize = 64 +pkg crypto/sha256, const Size = 32 +pkg crypto/sha256, const Size224 = 28 +pkg crypto/sha512, const BlockSize = 128 +pkg crypto/sha512, const Size = 64 +pkg crypto/sha512, const Size384 = 48 +pkg crypto/tls, const NoClientCert = 0 +pkg crypto/tls, const RequestClientCert = 1 +pkg crypto/tls, const RequireAndVerifyClientCert = 4 +pkg crypto/tls, const RequireAnyClientCert = 2 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = 49170 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 49171 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 49172 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_RC4_128_SHA = 49169 +pkg crypto/tls, const TLS_RSA_WITH_3DES_EDE_CBC_SHA = 10 +pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA = 47 +pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA = 53 +pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA uint16 +pkg crypto/tls, const TLS_RSA_WITH_RC4_128_SHA = 5 +pkg crypto/tls, const VerifyClientCertIfGiven = 3 +pkg crypto/tls, type Config struct, PreferServerCipherSuites bool +pkg crypto/tls, type Config struct, SessionTicketKey [32]uint8 +pkg crypto/tls, type Config struct, SessionTicketsDisabled bool +pkg crypto/tls, type ConnectionState struct, DidResume bool +pkg crypto/x509, const CANotAuthorizedForThisName = 2 +pkg crypto/x509, const DSA = 2 +pkg crypto/x509, const DSAWithSHA1 = 7 +pkg crypto/x509, const DSAWithSHA256 = 8 +pkg crypto/x509, const ECDSA = 3 +pkg crypto/x509, const ECDSA PublicKeyAlgorithm +pkg crypto/x509, const ECDSAWithSHA1 = 9 +pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm +pkg crypto/x509, const ECDSAWithSHA256 = 10 +pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm +pkg crypto/x509, const ECDSAWithSHA384 = 11 +pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm +pkg crypto/x509, const ECDSAWithSHA512 = 12 +pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm +pkg crypto/x509, const Expired = 1 +pkg crypto/x509, const ExtKeyUsageAny = 0 +pkg crypto/x509, const ExtKeyUsageClientAuth = 2 +pkg crypto/x509, const ExtKeyUsageCodeSigning = 3 +pkg crypto/x509, const ExtKeyUsageEmailProtection = 4 +pkg crypto/x509, const ExtKeyUsageIPSECEndSystem = 5 +pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageIPSECTunnel = 6 +pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageIPSECUser = 7 +pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto = 10 +pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto = 11 +pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageOCSPSigning = 9 +pkg crypto/x509, const ExtKeyUsageServerAuth = 1 +pkg crypto/x509, const ExtKeyUsageTimeStamping = 8 +pkg crypto/x509, const IncompatibleUsage = 4 +pkg crypto/x509, const IncompatibleUsage InvalidReason +pkg crypto/x509, const KeyUsageCRLSign = 64 +pkg crypto/x509, const KeyUsageCertSign = 32 +pkg crypto/x509, const KeyUsageContentCommitment = 2 +pkg crypto/x509, const KeyUsageDataEncipherment = 8 +pkg crypto/x509, const KeyUsageDecipherOnly = 256 +pkg crypto/x509, const KeyUsageDigitalSignature = 1 +pkg crypto/x509, const KeyUsageEncipherOnly = 128 +pkg crypto/x509, const KeyUsageKeyAgreement = 16 +pkg crypto/x509, const KeyUsageKeyEncipherment = 4 +pkg crypto/x509, const MD2WithRSA = 1 +pkg crypto/x509, const MD5WithRSA = 2 +pkg crypto/x509, const NotAuthorizedToSign = 0 +pkg crypto/x509, const PEMCipher3DES = 2 +pkg crypto/x509, const PEMCipher3DES PEMCipher +pkg crypto/x509, const PEMCipherAES128 = 3 +pkg crypto/x509, const PEMCipherAES128 PEMCipher +pkg crypto/x509, const PEMCipherAES192 = 4 +pkg crypto/x509, const PEMCipherAES192 PEMCipher +pkg crypto/x509, const PEMCipherAES256 = 5 +pkg crypto/x509, const PEMCipherAES256 PEMCipher +pkg crypto/x509, const PEMCipherDES = 1 +pkg crypto/x509, const PEMCipherDES PEMCipher +pkg crypto/x509, const RSA = 1 +pkg crypto/x509, const SHA1WithRSA = 3 +pkg crypto/x509, const SHA256WithRSA = 4 +pkg crypto/x509, const SHA384WithRSA = 5 +pkg crypto/x509, const SHA512WithRSA = 6 +pkg crypto/x509, const TooManyIntermediates = 3 +pkg crypto/x509, const UnknownPublicKeyAlgorithm = 0 +pkg crypto/x509, const UnknownSignatureAlgorithm = 0 +pkg crypto/x509, func DecryptPEMBlock(*pem.Block, []uint8) ([]uint8, error) +pkg crypto/x509, func EncryptPEMBlock(io.Reader, string, []uint8, []uint8, PEMCipher) (*pem.Block, error) +pkg crypto/x509, func IsEncryptedPEMBlock(*pem.Block) bool +pkg crypto/x509, func ParseECPrivateKey([]uint8) (*ecdsa.PrivateKey, error) +pkg crypto/x509, method (SystemRootsError) Error() string +pkg crypto/x509, type Certificate struct, IPAddresses []net.IP +pkg crypto/x509, type PEMCipher int +pkg crypto/x509, type SystemRootsError struct +pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage +pkg crypto/x509, var IncorrectPasswordError error +pkg database/sql, method (*DB) Ping() error +pkg database/sql, method (*DB) SetMaxIdleConns(int) +pkg database/sql/driver, type Queryer interface { Query } +pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows, error) +pkg debug/dwarf, const AttrAbstractOrigin = 49 +pkg debug/dwarf, const AttrAccessibility = 50 +pkg debug/dwarf, const AttrAddrClass = 51 +pkg debug/dwarf, const AttrAllocated = 78 +pkg debug/dwarf, const AttrArtificial = 52 +pkg debug/dwarf, const AttrAssociated = 79 +pkg debug/dwarf, const AttrBaseTypes = 53 +pkg debug/dwarf, const AttrBitOffset = 12 +pkg debug/dwarf, const AttrBitSize = 13 +pkg debug/dwarf, const AttrByteSize = 11 +pkg debug/dwarf, const AttrCallColumn = 87 +pkg debug/dwarf, const AttrCallFile = 88 +pkg debug/dwarf, const AttrCallLine = 89 +pkg debug/dwarf, const AttrCalling = 54 +pkg debug/dwarf, const AttrCommonRef = 26 +pkg debug/dwarf, const AttrCompDir = 27 +pkg debug/dwarf, const AttrConstValue = 28 +pkg debug/dwarf, const AttrContainingType = 29 +pkg debug/dwarf, const AttrCount = 55 +pkg debug/dwarf, const AttrDataLocation = 80 +pkg debug/dwarf, const AttrDataMemberLoc = 56 +pkg debug/dwarf, const AttrDeclColumn = 57 +pkg debug/dwarf, const AttrDeclFile = 58 +pkg debug/dwarf, const AttrDeclLine = 59 +pkg debug/dwarf, const AttrDeclaration = 60 +pkg debug/dwarf, const AttrDefaultValue = 30 +pkg debug/dwarf, const AttrDescription = 90 +pkg debug/dwarf, const AttrDiscr = 21 +pkg debug/dwarf, const AttrDiscrList = 61 +pkg debug/dwarf, const AttrDiscrValue = 22 +pkg debug/dwarf, const AttrEncoding = 62 +pkg debug/dwarf, const AttrEntrypc = 82 +pkg debug/dwarf, const AttrExtension = 84 +pkg debug/dwarf, const AttrExternal = 63 +pkg debug/dwarf, const AttrFrameBase = 64 +pkg debug/dwarf, const AttrFriend = 65 +pkg debug/dwarf, const AttrHighpc = 18 +pkg debug/dwarf, const AttrIdentifierCase = 66 +pkg debug/dwarf, const AttrImport = 24 +pkg debug/dwarf, const AttrInline = 32 +pkg debug/dwarf, const AttrIsOptional = 33 +pkg debug/dwarf, const AttrLanguage = 19 +pkg debug/dwarf, const AttrLocation = 2 +pkg debug/dwarf, const AttrLowerBound = 34 +pkg debug/dwarf, const AttrLowpc = 17 +pkg debug/dwarf, const AttrMacroInfo = 67 +pkg debug/dwarf, const AttrName = 3 +pkg debug/dwarf, const AttrNamelistItem = 68 +pkg debug/dwarf, const AttrOrdering = 9 +pkg debug/dwarf, const AttrPriority = 69 +pkg debug/dwarf, const AttrProducer = 37 +pkg debug/dwarf, const AttrPrototyped = 39 +pkg debug/dwarf, const AttrRanges = 85 +pkg debug/dwarf, const AttrReturnAddr = 42 +pkg debug/dwarf, const AttrSegment = 70 +pkg debug/dwarf, const AttrSibling = 1 +pkg debug/dwarf, const AttrSpecification = 71 +pkg debug/dwarf, const AttrStartScope = 44 +pkg debug/dwarf, const AttrStaticLink = 72 +pkg debug/dwarf, const AttrStmtList = 16 +pkg debug/dwarf, const AttrStride = 81 +pkg debug/dwarf, const AttrStrideSize = 46 +pkg debug/dwarf, const AttrStringLength = 25 +pkg debug/dwarf, const AttrTrampoline = 86 +pkg debug/dwarf, const AttrType = 73 +pkg debug/dwarf, const AttrUpperBound = 47 +pkg debug/dwarf, const AttrUseLocation = 74 +pkg debug/dwarf, const AttrUseUTF8 = 83 +pkg debug/dwarf, const AttrVarParam = 75 +pkg debug/dwarf, const AttrVirtuality = 76 +pkg debug/dwarf, const AttrVisibility = 23 +pkg debug/dwarf, const AttrVtableElemLoc = 77 +pkg debug/dwarf, const TagAccessDeclaration = 35 +pkg debug/dwarf, const TagArrayType = 1 +pkg debug/dwarf, const TagBaseType = 36 +pkg debug/dwarf, const TagCatchDwarfBlock = 37 +pkg debug/dwarf, const TagClassType = 2 +pkg debug/dwarf, const TagCommonDwarfBlock = 26 +pkg debug/dwarf, const TagCommonInclusion = 27 +pkg debug/dwarf, const TagCompileUnit = 17 +pkg debug/dwarf, const TagConstType = 38 +pkg debug/dwarf, const TagConstant = 39 +pkg debug/dwarf, const TagDwarfProcedure = 54 +pkg debug/dwarf, const TagEntryPoint = 3 +pkg debug/dwarf, const TagEnumerationType = 4 +pkg debug/dwarf, const TagEnumerator = 40 +pkg debug/dwarf, const TagFileType = 41 +pkg debug/dwarf, const TagFormalParameter = 5 +pkg debug/dwarf, const TagFriend = 42 +pkg debug/dwarf, const TagImportedDeclaration = 8 +pkg debug/dwarf, const TagImportedModule = 58 +pkg debug/dwarf, const TagImportedUnit = 61 +pkg debug/dwarf, const TagInheritance = 28 +pkg debug/dwarf, const TagInlinedSubroutine = 29 +pkg debug/dwarf, const TagInterfaceType = 56 +pkg debug/dwarf, const TagLabel = 10 +pkg debug/dwarf, const TagLexDwarfBlock = 11 +pkg debug/dwarf, const TagMember = 13 +pkg debug/dwarf, const TagModule = 30 +pkg debug/dwarf, const TagMutableType = 62 +pkg debug/dwarf, const TagNamelist = 43 +pkg debug/dwarf, const TagNamelistItem = 44 +pkg debug/dwarf, const TagNamespace = 57 +pkg debug/dwarf, const TagPackedType = 45 +pkg debug/dwarf, const TagPartialUnit = 60 +pkg debug/dwarf, const TagPointerType = 15 +pkg debug/dwarf, const TagPtrToMemberType = 31 +pkg debug/dwarf, const TagReferenceType = 16 +pkg debug/dwarf, const TagRestrictType = 55 +pkg debug/dwarf, const TagSetType = 32 +pkg debug/dwarf, const TagStringType = 18 +pkg debug/dwarf, const TagStructType = 19 +pkg debug/dwarf, const TagSubprogram = 46 +pkg debug/dwarf, const TagSubrangeType = 33 +pkg debug/dwarf, const TagSubroutineType = 21 +pkg debug/dwarf, const TagTemplateTypeParameter = 47 +pkg debug/dwarf, const TagTemplateValueParameter = 48 +pkg debug/dwarf, const TagThrownType = 49 +pkg debug/dwarf, const TagTryDwarfBlock = 50 +pkg debug/dwarf, const TagTypedef = 22 +pkg debug/dwarf, const TagUnionType = 23 +pkg debug/dwarf, const TagUnspecifiedParameters = 24 +pkg debug/dwarf, const TagUnspecifiedType = 59 +pkg debug/dwarf, const TagVariable = 52 +pkg debug/dwarf, const TagVariant = 25 +pkg debug/dwarf, const TagVariantPart = 51 +pkg debug/dwarf, const TagVolatileType = 53 +pkg debug/dwarf, const TagWithStmt = 34 +pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER = 1543503875 +pkg debug/elf, const DF_BIND_NOW = 8 +pkg debug/elf, const DF_ORIGIN = 1 +pkg debug/elf, const DF_STATIC_TLS = 16 +pkg debug/elf, const DF_SYMBOLIC = 2 +pkg debug/elf, const DF_TEXTREL = 4 +pkg debug/elf, const DT_BIND_NOW = 24 +pkg debug/elf, const DT_DEBUG = 21 +pkg debug/elf, const DT_ENCODING = 32 +pkg debug/elf, const DT_FINI = 13 +pkg debug/elf, const DT_FINI_ARRAY = 26 +pkg debug/elf, const DT_FINI_ARRAYSZ = 28 +pkg debug/elf, const DT_FLAGS = 30 +pkg debug/elf, const DT_HASH = 4 +pkg debug/elf, const DT_HIOS = 1879044096 +pkg debug/elf, const DT_HIPROC = 2147483647 +pkg debug/elf, const DT_INIT = 12 +pkg debug/elf, const DT_INIT_ARRAY = 25 +pkg debug/elf, const DT_INIT_ARRAYSZ = 27 +pkg debug/elf, const DT_JMPREL = 23 +pkg debug/elf, const DT_LOOS = 1610612749 +pkg debug/elf, const DT_LOPROC = 1879048192 +pkg debug/elf, const DT_NEEDED = 1 +pkg debug/elf, const DT_NULL = 0 +pkg debug/elf, const DT_PLTGOT = 3 +pkg debug/elf, const DT_PLTREL = 20 +pkg debug/elf, const DT_PLTRELSZ = 2 +pkg debug/elf, const DT_PREINIT_ARRAY = 32 +pkg debug/elf, const DT_PREINIT_ARRAYSZ = 33 +pkg debug/elf, const DT_REL = 17 +pkg debug/elf, const DT_RELA = 7 +pkg debug/elf, const DT_RELAENT = 9 +pkg debug/elf, const DT_RELASZ = 8 +pkg debug/elf, const DT_RELENT = 19 +pkg debug/elf, const DT_RELSZ = 18 +pkg debug/elf, const DT_RPATH = 15 +pkg debug/elf, const DT_RUNPATH = 29 +pkg debug/elf, const DT_SONAME = 14 +pkg debug/elf, const DT_STRSZ = 10 +pkg debug/elf, const DT_STRTAB = 5 +pkg debug/elf, const DT_SYMBOLIC = 16 +pkg debug/elf, const DT_SYMENT = 11 +pkg debug/elf, const DT_SYMTAB = 6 +pkg debug/elf, const DT_TEXTREL = 22 +pkg debug/elf, const DT_VERNEED = 1879048190 +pkg debug/elf, const DT_VERNEEDNUM = 1879048191 +pkg debug/elf, const DT_VERSYM = 1879048176 +pkg debug/elf, const EI_ABIVERSION = 8 +pkg debug/elf, const EI_CLASS = 4 +pkg debug/elf, const EI_DATA = 5 +pkg debug/elf, const EI_NIDENT = 16 +pkg debug/elf, const EI_OSABI = 7 +pkg debug/elf, const EI_PAD = 9 +pkg debug/elf, const EI_VERSION = 6 +pkg debug/elf, const ELFCLASS32 = 1 +pkg debug/elf, const ELFCLASS64 = 2 +pkg debug/elf, const ELFCLASSNONE = 0 +pkg debug/elf, const ELFDATA2LSB = 1 +pkg debug/elf, const ELFDATA2MSB = 2 +pkg debug/elf, const ELFDATANONE = 0 +pkg debug/elf, const ELFMAG = "\x7fELF" +pkg debug/elf, const ELFOSABI_86OPEN = 5 +pkg debug/elf, const ELFOSABI_AIX = 7 +pkg debug/elf, const ELFOSABI_ARM = 97 +pkg debug/elf, const ELFOSABI_FREEBSD = 9 +pkg debug/elf, const ELFOSABI_HPUX = 1 +pkg debug/elf, const ELFOSABI_HURD = 4 +pkg debug/elf, const ELFOSABI_IRIX = 8 +pkg debug/elf, const ELFOSABI_LINUX = 3 +pkg debug/elf, const ELFOSABI_MODESTO = 11 +pkg debug/elf, const ELFOSABI_NETBSD = 2 +pkg debug/elf, const ELFOSABI_NONE = 0 +pkg debug/elf, const ELFOSABI_NSK = 14 +pkg debug/elf, const ELFOSABI_OPENBSD = 12 +pkg debug/elf, const ELFOSABI_OPENVMS = 13 +pkg debug/elf, const ELFOSABI_SOLARIS = 6 +pkg debug/elf, const ELFOSABI_STANDALONE = 255 +pkg debug/elf, const ELFOSABI_TRU64 = 10 +pkg debug/elf, const EM_386 = 3 +pkg debug/elf, const EM_486 = 6 +pkg debug/elf, const EM_68HC12 = 53 +pkg debug/elf, const EM_68K = 4 +pkg debug/elf, const EM_860 = 7 +pkg debug/elf, const EM_88K = 5 +pkg debug/elf, const EM_960 = 19 +pkg debug/elf, const EM_ALPHA = 36902 +pkg debug/elf, const EM_ALPHA_STD = 41 +pkg debug/elf, const EM_ARC = 45 +pkg debug/elf, const EM_ARM = 40 +pkg debug/elf, const EM_COLDFIRE = 52 +pkg debug/elf, const EM_FR20 = 37 +pkg debug/elf, const EM_H8S = 48 +pkg debug/elf, const EM_H8_300 = 46 +pkg debug/elf, const EM_H8_300H = 47 +pkg debug/elf, const EM_H8_500 = 49 +pkg debug/elf, const EM_IA_64 = 50 +pkg debug/elf, const EM_M32 = 1 +pkg debug/elf, const EM_ME16 = 59 +pkg debug/elf, const EM_MIPS = 8 +pkg debug/elf, const EM_MIPS_RS3_LE = 10 +pkg debug/elf, const EM_MIPS_RS4_BE = 10 +pkg debug/elf, const EM_MIPS_X = 51 +pkg debug/elf, const EM_MMA = 54 +pkg debug/elf, const EM_NCPU = 56 +pkg debug/elf, const EM_NDR1 = 57 +pkg debug/elf, const EM_NONE = 0 +pkg debug/elf, const EM_PARISC = 15 +pkg debug/elf, const EM_PCP = 55 +pkg debug/elf, const EM_PPC = 20 +pkg debug/elf, const EM_PPC64 = 21 +pkg debug/elf, const EM_RCE = 39 +pkg debug/elf, const EM_RH32 = 38 +pkg debug/elf, const EM_S370 = 9 +pkg debug/elf, const EM_S390 = 22 +pkg debug/elf, const EM_SH = 42 +pkg debug/elf, const EM_SPARC = 2 +pkg debug/elf, const EM_SPARC32PLUS = 18 +pkg debug/elf, const EM_SPARCV9 = 43 +pkg debug/elf, const EM_ST100 = 60 +pkg debug/elf, const EM_STARCORE = 58 +pkg debug/elf, const EM_TINYJ = 61 +pkg debug/elf, const EM_TRICORE = 44 +pkg debug/elf, const EM_V800 = 36 +pkg debug/elf, const EM_VPP500 = 17 +pkg debug/elf, const EM_X86_64 = 62 +pkg debug/elf, const ET_CORE = 4 +pkg debug/elf, const ET_DYN = 3 +pkg debug/elf, const ET_EXEC = 2 +pkg debug/elf, const ET_HIOS = 65279 +pkg debug/elf, const ET_HIPROC = 65535 +pkg debug/elf, const ET_LOOS = 65024 +pkg debug/elf, const ET_LOPROC = 65280 +pkg debug/elf, const ET_NONE = 0 +pkg debug/elf, const ET_REL = 1 +pkg debug/elf, const EV_CURRENT = 1 +pkg debug/elf, const EV_NONE = 0 +pkg debug/elf, const NT_FPREGSET = 2 +pkg debug/elf, const NT_PRPSINFO = 3 +pkg debug/elf, const NT_PRSTATUS = 1 +pkg debug/elf, const PF_MASKOS = 267386880 +pkg debug/elf, const PF_MASKPROC = 4026531840 +pkg debug/elf, const PF_R = 4 +pkg debug/elf, const PF_W = 2 +pkg debug/elf, const PF_X = 1 +pkg debug/elf, const PT_DYNAMIC = 2 +pkg debug/elf, const PT_HIOS = 1879048191 +pkg debug/elf, const PT_HIPROC = 2147483647 +pkg debug/elf, const PT_INTERP = 3 +pkg debug/elf, const PT_LOAD = 1 +pkg debug/elf, const PT_LOOS = 1610612736 +pkg debug/elf, const PT_LOPROC = 1879048192 +pkg debug/elf, const PT_NOTE = 4 +pkg debug/elf, const PT_NULL = 0 +pkg debug/elf, const PT_PHDR = 6 +pkg debug/elf, const PT_SHLIB = 5 +pkg debug/elf, const PT_TLS = 7 +pkg debug/elf, const R_386_32 = 1 +pkg debug/elf, const R_386_COPY = 5 +pkg debug/elf, const R_386_GLOB_DAT = 6 +pkg debug/elf, const R_386_GOT32 = 3 +pkg debug/elf, const R_386_GOTOFF = 9 +pkg debug/elf, const R_386_GOTPC = 10 +pkg debug/elf, const R_386_JMP_SLOT = 7 +pkg debug/elf, const R_386_NONE = 0 +pkg debug/elf, const R_386_PC32 = 2 +pkg debug/elf, const R_386_PLT32 = 4 +pkg debug/elf, const R_386_RELATIVE = 8 +pkg debug/elf, const R_386_TLS_DTPMOD32 = 35 +pkg debug/elf, const R_386_TLS_DTPOFF32 = 36 +pkg debug/elf, const R_386_TLS_GD = 18 +pkg debug/elf, const R_386_TLS_GD_32 = 24 +pkg debug/elf, const R_386_TLS_GD_CALL = 26 +pkg debug/elf, const R_386_TLS_GD_POP = 27 +pkg debug/elf, const R_386_TLS_GD_PUSH = 25 +pkg debug/elf, const R_386_TLS_GOTIE = 16 +pkg debug/elf, const R_386_TLS_IE = 15 +pkg debug/elf, const R_386_TLS_IE_32 = 33 +pkg debug/elf, const R_386_TLS_LDM = 19 +pkg debug/elf, const R_386_TLS_LDM_32 = 28 +pkg debug/elf, const R_386_TLS_LDM_CALL = 30 +pkg debug/elf, const R_386_TLS_LDM_POP = 31 +pkg debug/elf, const R_386_TLS_LDM_PUSH = 29 +pkg debug/elf, const R_386_TLS_LDO_32 = 32 +pkg debug/elf, const R_386_TLS_LE = 17 +pkg debug/elf, const R_386_TLS_LE_32 = 34 +pkg debug/elf, const R_386_TLS_TPOFF = 14 +pkg debug/elf, const R_386_TLS_TPOFF32 = 37 +pkg debug/elf, const R_ALPHA_BRADDR = 7 +pkg debug/elf, const R_ALPHA_COPY = 24 +pkg debug/elf, const R_ALPHA_GLOB_DAT = 25 +pkg debug/elf, const R_ALPHA_GPDISP = 6 +pkg debug/elf, const R_ALPHA_GPREL32 = 3 +pkg debug/elf, const R_ALPHA_GPRELHIGH = 17 +pkg debug/elf, const R_ALPHA_GPRELLOW = 18 +pkg debug/elf, const R_ALPHA_GPVALUE = 16 +pkg debug/elf, const R_ALPHA_HINT = 8 +pkg debug/elf, const R_ALPHA_IMMED_BR_HI32 = 22 +pkg debug/elf, const R_ALPHA_IMMED_GP_16 = 19 +pkg debug/elf, const R_ALPHA_IMMED_GP_HI32 = 20 +pkg debug/elf, const R_ALPHA_IMMED_LO32 = 23 +pkg debug/elf, const R_ALPHA_IMMED_SCN_HI32 = 21 +pkg debug/elf, const R_ALPHA_JMP_SLOT = 26 +pkg debug/elf, const R_ALPHA_LITERAL = 4 +pkg debug/elf, const R_ALPHA_LITUSE = 5 +pkg debug/elf, const R_ALPHA_NONE = 0 +pkg debug/elf, const R_ALPHA_OP_PRSHIFT = 15 +pkg debug/elf, const R_ALPHA_OP_PSUB = 14 +pkg debug/elf, const R_ALPHA_OP_PUSH = 12 +pkg debug/elf, const R_ALPHA_OP_STORE = 13 +pkg debug/elf, const R_ALPHA_REFLONG = 1 +pkg debug/elf, const R_ALPHA_REFQUAD = 2 +pkg debug/elf, const R_ALPHA_RELATIVE = 27 +pkg debug/elf, const R_ALPHA_SREL16 = 9 +pkg debug/elf, const R_ALPHA_SREL32 = 10 +pkg debug/elf, const R_ALPHA_SREL64 = 11 +pkg debug/elf, const R_ARM_ABS12 = 6 +pkg debug/elf, const R_ARM_ABS16 = 5 +pkg debug/elf, const R_ARM_ABS32 = 2 +pkg debug/elf, const R_ARM_ABS8 = 8 +pkg debug/elf, const R_ARM_AMP_VCALL9 = 12 +pkg debug/elf, const R_ARM_COPY = 20 +pkg debug/elf, const R_ARM_GLOB_DAT = 21 +pkg debug/elf, const R_ARM_GNU_VTENTRY = 100 +pkg debug/elf, const R_ARM_GNU_VTINHERIT = 101 +pkg debug/elf, const R_ARM_GOT32 = 26 +pkg debug/elf, const R_ARM_GOTOFF = 24 +pkg debug/elf, const R_ARM_GOTPC = 25 +pkg debug/elf, const R_ARM_JUMP_SLOT = 22 +pkg debug/elf, const R_ARM_NONE = 0 +pkg debug/elf, const R_ARM_PC13 = 4 +pkg debug/elf, const R_ARM_PC24 = 1 +pkg debug/elf, const R_ARM_PLT32 = 27 +pkg debug/elf, const R_ARM_RABS32 = 253 +pkg debug/elf, const R_ARM_RBASE = 255 +pkg debug/elf, const R_ARM_REL32 = 3 +pkg debug/elf, const R_ARM_RELATIVE = 23 +pkg debug/elf, const R_ARM_RPC24 = 254 +pkg debug/elf, const R_ARM_RREL32 = 252 +pkg debug/elf, const R_ARM_RSBREL32 = 250 +pkg debug/elf, const R_ARM_SBREL32 = 9 +pkg debug/elf, const R_ARM_SWI24 = 13 +pkg debug/elf, const R_ARM_THM_ABS5 = 7 +pkg debug/elf, const R_ARM_THM_PC22 = 10 +pkg debug/elf, const R_ARM_THM_PC8 = 11 +pkg debug/elf, const R_ARM_THM_RPC22 = 251 +pkg debug/elf, const R_ARM_THM_SWI8 = 14 +pkg debug/elf, const R_ARM_THM_XPC22 = 16 +pkg debug/elf, const R_ARM_XPC25 = 15 +pkg debug/elf, const R_PPC_ADDR14 = 7 +pkg debug/elf, const R_PPC_ADDR14_BRNTAKEN = 9 +pkg debug/elf, const R_PPC_ADDR14_BRTAKEN = 8 +pkg debug/elf, const R_PPC_ADDR16 = 3 +pkg debug/elf, const R_PPC_ADDR16_HA = 6 +pkg debug/elf, const R_PPC_ADDR16_HI = 5 +pkg debug/elf, const R_PPC_ADDR16_LO = 4 +pkg debug/elf, const R_PPC_ADDR24 = 2 +pkg debug/elf, const R_PPC_ADDR32 = 1 +pkg debug/elf, const R_PPC_COPY = 19 +pkg debug/elf, const R_PPC_DTPMOD32 = 68 +pkg debug/elf, const R_PPC_DTPREL16 = 74 +pkg debug/elf, const R_PPC_DTPREL16_HA = 77 +pkg debug/elf, const R_PPC_DTPREL16_HI = 76 +pkg debug/elf, const R_PPC_DTPREL16_LO = 75 +pkg debug/elf, const R_PPC_DTPREL32 = 78 +pkg debug/elf, const R_PPC_EMB_BIT_FLD = 115 +pkg debug/elf, const R_PPC_EMB_MRKREF = 110 +pkg debug/elf, const R_PPC_EMB_NADDR16 = 102 +pkg debug/elf, const R_PPC_EMB_NADDR16_HA = 105 +pkg debug/elf, const R_PPC_EMB_NADDR16_HI = 104 +pkg debug/elf, const R_PPC_EMB_NADDR16_LO = 103 +pkg debug/elf, const R_PPC_EMB_NADDR32 = 101 +pkg debug/elf, const R_PPC_EMB_RELSDA = 116 +pkg debug/elf, const R_PPC_EMB_RELSEC16 = 111 +pkg debug/elf, const R_PPC_EMB_RELST_HA = 114 +pkg debug/elf, const R_PPC_EMB_RELST_HI = 113 +pkg debug/elf, const R_PPC_EMB_RELST_LO = 112 +pkg debug/elf, const R_PPC_EMB_SDA21 = 109 +pkg debug/elf, const R_PPC_EMB_SDA2I16 = 107 +pkg debug/elf, const R_PPC_EMB_SDA2REL = 108 +pkg debug/elf, const R_PPC_EMB_SDAI16 = 106 +pkg debug/elf, const R_PPC_GLOB_DAT = 20 +pkg debug/elf, const R_PPC_GOT16 = 14 +pkg debug/elf, const R_PPC_GOT16_HA = 17 +pkg debug/elf, const R_PPC_GOT16_HI = 16 +pkg debug/elf, const R_PPC_GOT16_LO = 15 +pkg debug/elf, const R_PPC_GOT_TLSGD16 = 79 +pkg debug/elf, const R_PPC_GOT_TLSGD16_HA = 82 +pkg debug/elf, const R_PPC_GOT_TLSGD16_HI = 81 +pkg debug/elf, const R_PPC_GOT_TLSGD16_LO = 80 +pkg debug/elf, const R_PPC_GOT_TLSLD16 = 83 +pkg debug/elf, const R_PPC_GOT_TLSLD16_HA = 86 +pkg debug/elf, const R_PPC_GOT_TLSLD16_HI = 85 +pkg debug/elf, const R_PPC_GOT_TLSLD16_LO = 84 +pkg debug/elf, const R_PPC_GOT_TPREL16 = 87 +pkg debug/elf, const R_PPC_GOT_TPREL16_HA = 90 +pkg debug/elf, const R_PPC_GOT_TPREL16_HI = 89 +pkg debug/elf, const R_PPC_GOT_TPREL16_LO = 88 +pkg debug/elf, const R_PPC_JMP_SLOT = 21 +pkg debug/elf, const R_PPC_LOCAL24PC = 23 +pkg debug/elf, const R_PPC_NONE = 0 +pkg debug/elf, const R_PPC_PLT16_HA = 31 +pkg debug/elf, const R_PPC_PLT16_HI = 30 +pkg debug/elf, const R_PPC_PLT16_LO = 29 +pkg debug/elf, const R_PPC_PLT32 = 27 +pkg debug/elf, const R_PPC_PLTREL24 = 18 +pkg debug/elf, const R_PPC_PLTREL32 = 28 +pkg debug/elf, const R_PPC_REL14 = 11 +pkg debug/elf, const R_PPC_REL14_BRNTAKEN = 13 +pkg debug/elf, const R_PPC_REL14_BRTAKEN = 12 +pkg debug/elf, const R_PPC_REL24 = 10 +pkg debug/elf, const R_PPC_REL32 = 26 +pkg debug/elf, const R_PPC_RELATIVE = 22 +pkg debug/elf, const R_PPC_SDAREL16 = 32 +pkg debug/elf, const R_PPC_SECTOFF = 33 +pkg debug/elf, const R_PPC_SECTOFF_HA = 36 +pkg debug/elf, const R_PPC_SECTOFF_HI = 35 +pkg debug/elf, const R_PPC_SECTOFF_LO = 34 +pkg debug/elf, const R_PPC_TLS = 67 +pkg debug/elf, const R_PPC_TPREL16 = 69 +pkg debug/elf, const R_PPC_TPREL16_HA = 72 +pkg debug/elf, const R_PPC_TPREL16_HI = 71 +pkg debug/elf, const R_PPC_TPREL16_LO = 70 +pkg debug/elf, const R_PPC_TPREL32 = 73 +pkg debug/elf, const R_PPC_UADDR16 = 25 +pkg debug/elf, const R_PPC_UADDR32 = 24 +pkg debug/elf, const R_SPARC_10 = 30 +pkg debug/elf, const R_SPARC_11 = 31 +pkg debug/elf, const R_SPARC_13 = 11 +pkg debug/elf, const R_SPARC_16 = 2 +pkg debug/elf, const R_SPARC_22 = 10 +pkg debug/elf, const R_SPARC_32 = 3 +pkg debug/elf, const R_SPARC_5 = 44 +pkg debug/elf, const R_SPARC_6 = 45 +pkg debug/elf, const R_SPARC_64 = 32 +pkg debug/elf, const R_SPARC_7 = 43 +pkg debug/elf, const R_SPARC_8 = 1 +pkg debug/elf, const R_SPARC_COPY = 19 +pkg debug/elf, const R_SPARC_DISP16 = 5 +pkg debug/elf, const R_SPARC_DISP32 = 6 +pkg debug/elf, const R_SPARC_DISP64 = 46 +pkg debug/elf, const R_SPARC_DISP8 = 4 +pkg debug/elf, const R_SPARC_GLOB_DAT = 20 +pkg debug/elf, const R_SPARC_GLOB_JMP = 42 +pkg debug/elf, const R_SPARC_GOT10 = 13 +pkg debug/elf, const R_SPARC_GOT13 = 14 +pkg debug/elf, const R_SPARC_GOT22 = 15 +pkg debug/elf, const R_SPARC_H44 = 50 +pkg debug/elf, const R_SPARC_HH22 = 34 +pkg debug/elf, const R_SPARC_HI22 = 9 +pkg debug/elf, const R_SPARC_HIPLT22 = 25 +pkg debug/elf, const R_SPARC_HIX22 = 48 +pkg debug/elf, const R_SPARC_HM10 = 35 +pkg debug/elf, const R_SPARC_JMP_SLOT = 21 +pkg debug/elf, const R_SPARC_L44 = 52 +pkg debug/elf, const R_SPARC_LM22 = 36 +pkg debug/elf, const R_SPARC_LO10 = 12 +pkg debug/elf, const R_SPARC_LOPLT10 = 26 +pkg debug/elf, const R_SPARC_LOX10 = 49 +pkg debug/elf, const R_SPARC_M44 = 51 +pkg debug/elf, const R_SPARC_NONE = 0 +pkg debug/elf, const R_SPARC_OLO10 = 33 +pkg debug/elf, const R_SPARC_PC10 = 16 +pkg debug/elf, const R_SPARC_PC22 = 17 +pkg debug/elf, const R_SPARC_PCPLT10 = 29 +pkg debug/elf, const R_SPARC_PCPLT22 = 28 +pkg debug/elf, const R_SPARC_PCPLT32 = 27 +pkg debug/elf, const R_SPARC_PC_HH22 = 37 +pkg debug/elf, const R_SPARC_PC_HM10 = 38 +pkg debug/elf, const R_SPARC_PC_LM22 = 39 +pkg debug/elf, const R_SPARC_PLT32 = 24 +pkg debug/elf, const R_SPARC_PLT64 = 47 +pkg debug/elf, const R_SPARC_REGISTER = 53 +pkg debug/elf, const R_SPARC_RELATIVE = 22 +pkg debug/elf, const R_SPARC_UA16 = 55 +pkg debug/elf, const R_SPARC_UA32 = 23 +pkg debug/elf, const R_SPARC_UA64 = 54 +pkg debug/elf, const R_SPARC_WDISP16 = 40 +pkg debug/elf, const R_SPARC_WDISP19 = 41 +pkg debug/elf, const R_SPARC_WDISP22 = 8 +pkg debug/elf, const R_SPARC_WDISP30 = 7 +pkg debug/elf, const R_SPARC_WPLT30 = 18 +pkg debug/elf, const R_X86_64_16 = 12 +pkg debug/elf, const R_X86_64_32 = 10 +pkg debug/elf, const R_X86_64_32S = 11 +pkg debug/elf, const R_X86_64_64 = 1 +pkg debug/elf, const R_X86_64_8 = 14 +pkg debug/elf, const R_X86_64_COPY = 5 +pkg debug/elf, const R_X86_64_DTPMOD64 = 16 +pkg debug/elf, const R_X86_64_DTPOFF32 = 21 +pkg debug/elf, const R_X86_64_DTPOFF64 = 17 +pkg debug/elf, const R_X86_64_GLOB_DAT = 6 +pkg debug/elf, const R_X86_64_GOT32 = 3 +pkg debug/elf, const R_X86_64_GOTPCREL = 9 +pkg debug/elf, const R_X86_64_GOTTPOFF = 22 +pkg debug/elf, const R_X86_64_JMP_SLOT = 7 +pkg debug/elf, const R_X86_64_NONE = 0 +pkg debug/elf, const R_X86_64_PC16 = 13 +pkg debug/elf, const R_X86_64_PC32 = 2 +pkg debug/elf, const R_X86_64_PC8 = 15 +pkg debug/elf, const R_X86_64_PLT32 = 4 +pkg debug/elf, const R_X86_64_RELATIVE = 8 +pkg debug/elf, const R_X86_64_TLSGD = 19 +pkg debug/elf, const R_X86_64_TLSLD = 20 +pkg debug/elf, const R_X86_64_TPOFF32 = 23 +pkg debug/elf, const R_X86_64_TPOFF64 = 18 +pkg debug/elf, const SHF_ALLOC = 2 +pkg debug/elf, const SHF_EXECINSTR = 4 +pkg debug/elf, const SHF_GROUP = 512 +pkg debug/elf, const SHF_INFO_LINK = 64 +pkg debug/elf, const SHF_LINK_ORDER = 128 +pkg debug/elf, const SHF_MASKOS = 267386880 +pkg debug/elf, const SHF_MASKPROC = 4026531840 +pkg debug/elf, const SHF_MERGE = 16 +pkg debug/elf, const SHF_OS_NONCONFORMING = 256 +pkg debug/elf, const SHF_STRINGS = 32 +pkg debug/elf, const SHF_TLS = 1024 +pkg debug/elf, const SHF_WRITE = 1 +pkg debug/elf, const SHN_ABS = 65521 +pkg debug/elf, const SHN_COMMON = 65522 +pkg debug/elf, const SHN_HIOS = 65343 +pkg debug/elf, const SHN_HIPROC = 65311 +pkg debug/elf, const SHN_HIRESERVE = 65535 +pkg debug/elf, const SHN_LOOS = 65312 +pkg debug/elf, const SHN_LOPROC = 65280 +pkg debug/elf, const SHN_LORESERVE = 65280 +pkg debug/elf, const SHN_UNDEF = 0 +pkg debug/elf, const SHN_XINDEX = 65535 +pkg debug/elf, const SHT_DYNAMIC = 6 +pkg debug/elf, const SHT_DYNSYM = 11 +pkg debug/elf, const SHT_FINI_ARRAY = 15 +pkg debug/elf, const SHT_GNU_ATTRIBUTES = 1879048181 +pkg debug/elf, const SHT_GNU_HASH = 1879048182 +pkg debug/elf, const SHT_GNU_LIBLIST = 1879048183 +pkg debug/elf, const SHT_GNU_VERDEF = 1879048189 +pkg debug/elf, const SHT_GNU_VERNEED = 1879048190 +pkg debug/elf, const SHT_GNU_VERSYM = 1879048191 +pkg debug/elf, const SHT_GROUP = 17 +pkg debug/elf, const SHT_HASH = 5 +pkg debug/elf, const SHT_HIOS = 1879048191 +pkg debug/elf, const SHT_HIPROC = 2147483647 +pkg debug/elf, const SHT_HIUSER = 4294967295 +pkg debug/elf, const SHT_INIT_ARRAY = 14 +pkg debug/elf, const SHT_LOOS = 1610612736 +pkg debug/elf, const SHT_LOPROC = 1879048192 +pkg debug/elf, const SHT_LOUSER = 2147483648 +pkg debug/elf, const SHT_NOBITS = 8 +pkg debug/elf, const SHT_NOTE = 7 +pkg debug/elf, const SHT_NULL = 0 +pkg debug/elf, const SHT_PREINIT_ARRAY = 16 +pkg debug/elf, const SHT_PROGBITS = 1 +pkg debug/elf, const SHT_REL = 9 +pkg debug/elf, const SHT_RELA = 4 +pkg debug/elf, const SHT_SHLIB = 10 +pkg debug/elf, const SHT_STRTAB = 3 +pkg debug/elf, const SHT_SYMTAB = 2 +pkg debug/elf, const SHT_SYMTAB_SHNDX = 18 +pkg debug/elf, const STB_GLOBAL = 1 +pkg debug/elf, const STB_HIOS = 12 +pkg debug/elf, const STB_HIPROC = 15 +pkg debug/elf, const STB_LOCAL = 0 +pkg debug/elf, const STB_LOOS = 10 +pkg debug/elf, const STB_LOPROC = 13 +pkg debug/elf, const STB_WEAK = 2 +pkg debug/elf, const STT_COMMON = 5 +pkg debug/elf, const STT_FILE = 4 +pkg debug/elf, const STT_FUNC = 2 +pkg debug/elf, const STT_HIOS = 12 +pkg debug/elf, const STT_HIPROC = 15 +pkg debug/elf, const STT_LOOS = 10 +pkg debug/elf, const STT_LOPROC = 13 +pkg debug/elf, const STT_NOTYPE = 0 +pkg debug/elf, const STT_OBJECT = 1 +pkg debug/elf, const STT_SECTION = 3 +pkg debug/elf, const STT_TLS = 6 +pkg debug/elf, const STV_DEFAULT = 0 +pkg debug/elf, const STV_HIDDEN = 2 +pkg debug/elf, const STV_INTERNAL = 1 +pkg debug/elf, const STV_PROTECTED = 3 +pkg debug/elf, const Sym32Size = 16 +pkg debug/elf, const Sym64Size = 24 +pkg debug/elf, method (*File) DynString(DynTag) ([]string, error) +pkg debug/elf, type FileHeader struct, Entry uint64 +pkg debug/macho, const Cpu386 = 7 +pkg debug/macho, const CpuAmd64 = 16777223 +pkg debug/macho, const LoadCmdDylib = 12 +pkg debug/macho, const LoadCmdDylinker = 15 +pkg debug/macho, const LoadCmdDysymtab = 11 +pkg debug/macho, const LoadCmdSegment = 1 +pkg debug/macho, const LoadCmdSegment64 = 25 +pkg debug/macho, const LoadCmdSymtab = 2 +pkg debug/macho, const LoadCmdThread = 4 +pkg debug/macho, const LoadCmdUnixThread = 5 +pkg debug/macho, const Magic32 = 4277009102 +pkg debug/macho, const Magic64 = 4277009103 +pkg debug/macho, const TypeExec = 2 +pkg debug/macho, const TypeObj = 1 +pkg debug/pe, const COFFSymbolSize = 18 +pkg debug/pe, const COFFSymbolSize ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_AM33 = 467 +pkg debug/pe, const IMAGE_FILE_MACHINE_AMD64 = 34404 +pkg debug/pe, const IMAGE_FILE_MACHINE_ARM = 448 +pkg debug/pe, const IMAGE_FILE_MACHINE_EBC = 3772 +pkg debug/pe, const IMAGE_FILE_MACHINE_I386 = 332 +pkg debug/pe, const IMAGE_FILE_MACHINE_IA64 = 512 +pkg debug/pe, const IMAGE_FILE_MACHINE_M32R = 36929 +pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 = 614 +pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU = 870 +pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 = 1126 +pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC = 496 +pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP = 497 +pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 = 358 +pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 = 418 +pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP = 419 +pkg debug/pe, const IMAGE_FILE_MACHINE_SH4 = 422 +pkg debug/pe, const IMAGE_FILE_MACHINE_SH5 = 424 +pkg debug/pe, const IMAGE_FILE_MACHINE_THUMB = 450 +pkg debug/pe, const IMAGE_FILE_MACHINE_UNKNOWN = 0 +pkg debug/pe, const IMAGE_FILE_MACHINE_WCEMIPSV2 = 361 +pkg debug/pe, type COFFSymbol struct +pkg debug/pe, type COFFSymbol struct, Name [8]uint8 +pkg debug/pe, type COFFSymbol struct, NumberOfAuxSymbols uint8 +pkg debug/pe, type COFFSymbol struct, SectionNumber int16 +pkg debug/pe, type COFFSymbol struct, StorageClass uint8 +pkg debug/pe, type COFFSymbol struct, Type uint16 +pkg debug/pe, type COFFSymbol struct, Value uint32 +pkg debug/pe, type File struct, Symbols []*Symbol +pkg debug/pe, type Symbol struct +pkg debug/pe, type Symbol struct, Name string +pkg debug/pe, type Symbol struct, SectionNumber int16 +pkg debug/pe, type Symbol struct, StorageClass uint8 +pkg debug/pe, type Symbol struct, Type uint16 +pkg debug/pe, type Symbol struct, Value uint32 +pkg encoding/binary, const MaxVarintLen16 = 3 +pkg encoding/binary, const MaxVarintLen32 = 5 +pkg encoding/binary, const MaxVarintLen64 = 10 +pkg encoding/csv, method (*Writer) Error() error +pkg encoding/json, method (*Decoder) Buffered() io.Reader +pkg encoding/json, method (*Decoder) UseNumber() +pkg encoding/json, method (Number) Float64() (float64, error) +pkg encoding/json, method (Number) Int64() (int64, error) +pkg encoding/json, method (Number) String() string +pkg encoding/json, type Number string +pkg encoding/xml, const Header = "\n" +pkg encoding/xml, func EscapeText(io.Writer, []uint8) error +pkg encoding/xml, method (*Encoder) Indent(string, string) +pkg encoding/xml, type Decoder struct, DefaultSpace string +pkg flag, const ContinueOnError = 0 +pkg flag, const ExitOnError = 1 +pkg flag, const PanicOnError = 2 +pkg go/ast, const Bad = 0 +pkg go/ast, const Con = 2 +pkg go/ast, const FilterFuncDuplicates = 1 +pkg go/ast, const FilterImportDuplicates = 4 +pkg go/ast, const FilterUnassociatedComments = 2 +pkg go/ast, const Fun = 5 +pkg go/ast, const Lbl = 6 +pkg go/ast, const Pkg = 1 +pkg go/ast, const RECV = 2 +pkg go/ast, const SEND = 1 +pkg go/ast, const Typ = 3 +pkg go/ast, const Var = 4 +pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap +pkg go/ast, method (CommentMap) Comments() []*CommentGroup +pkg go/ast, method (CommentMap) Filter(Node) CommentMap +pkg go/ast, method (CommentMap) String() string +pkg go/ast, method (CommentMap) Update(Node, Node) Node +pkg go/ast, type ChanType struct, Arrow token.Pos +pkg go/ast, type CommentMap map[Node][]*CommentGroup +pkg go/build, const AllowBinary = 2 +pkg go/build, const FindOnly = 1 +pkg go/build, type Context struct, InstallSuffix string +pkg go/build, type Context struct, ReleaseTags []string +pkg go/build, type Package struct, IgnoredGoFiles []string +pkg go/build, type Package struct, SwigCXXFiles []string +pkg go/build, type Package struct, SwigFiles []string +pkg go/doc, const AllDecls = 1 +pkg go/doc, const AllMethods = 2 +pkg go/doc, type Example struct, EmptyOutput bool +pkg go/doc, type Example struct, Order int +pkg go/doc, type Example struct, Play *ast.File +pkg go/doc, type Note struct +pkg go/doc, type Note struct, Body string +pkg go/doc, type Note struct, End token.Pos +pkg go/doc, type Note struct, Pos token.Pos +pkg go/doc, type Note struct, UID string +pkg go/doc, type Package struct, Notes map[string][]*Note +pkg go/doc, var IllegalPrefixes []string +pkg go/format, func Node(io.Writer, *token.FileSet, interface{}) error +pkg go/format, func Source([]uint8) ([]uint8, error) +pkg go/parser, const AllErrors = 32 +pkg go/parser, const AllErrors Mode +pkg go/parser, const DeclarationErrors = 16 +pkg go/parser, const ImportsOnly = 2 +pkg go/parser, const PackageClauseOnly = 1 +pkg go/parser, const ParseComments = 4 +pkg go/parser, const SpuriousErrors = 32 +pkg go/parser, const Trace = 8 +pkg go/printer, const RawFormat = 1 +pkg go/printer, const SourcePos = 8 +pkg go/printer, const TabIndent = 2 +pkg go/printer, const UseSpaces = 4 +pkg go/printer, type Config struct, Indent int +pkg go/scanner, const ScanComments = 1 +pkg go/token, const ADD = 12 +pkg go/token, const ADD_ASSIGN = 23 +pkg go/token, const AND = 17 +pkg go/token, const AND_ASSIGN = 28 +pkg go/token, const AND_NOT = 22 +pkg go/token, const AND_NOT_ASSIGN = 33 +pkg go/token, const ARROW = 36 +pkg go/token, const ASSIGN = 42 +pkg go/token, const BREAK = 61 +pkg go/token, const CASE = 62 +pkg go/token, const CHAN = 63 +pkg go/token, const CHAR = 8 +pkg go/token, const COLON = 58 +pkg go/token, const COMMA = 52 +pkg go/token, const COMMENT = 2 +pkg go/token, const CONST = 64 +pkg go/token, const CONTINUE = 65 +pkg go/token, const DEC = 38 +pkg go/token, const DEFAULT = 66 +pkg go/token, const DEFER = 67 +pkg go/token, const DEFINE = 47 +pkg go/token, const ELLIPSIS = 48 +pkg go/token, const ELSE = 68 +pkg go/token, const EOF = 1 +pkg go/token, const EQL = 39 +pkg go/token, const FALLTHROUGH = 69 +pkg go/token, const FLOAT = 6 +pkg go/token, const FOR = 70 +pkg go/token, const FUNC = 71 +pkg go/token, const GEQ = 46 +pkg go/token, const GO = 72 +pkg go/token, const GOTO = 73 +pkg go/token, const GTR = 41 +pkg go/token, const HighestPrec = 7 +pkg go/token, const IDENT = 4 +pkg go/token, const IF = 74 +pkg go/token, const ILLEGAL = 0 +pkg go/token, const IMAG = 7 +pkg go/token, const IMPORT = 75 +pkg go/token, const INC = 37 +pkg go/token, const INT = 5 +pkg go/token, const INTERFACE = 76 +pkg go/token, const LAND = 34 +pkg go/token, const LBRACE = 51 +pkg go/token, const LBRACK = 50 +pkg go/token, const LEQ = 45 +pkg go/token, const LOR = 35 +pkg go/token, const LPAREN = 49 +pkg go/token, const LSS = 40 +pkg go/token, const LowestPrec = 0 +pkg go/token, const MAP = 77 +pkg go/token, const MUL = 14 +pkg go/token, const MUL_ASSIGN = 25 +pkg go/token, const NEQ = 44 +pkg go/token, const NOT = 43 +pkg go/token, const NoPos = 0 +pkg go/token, const OR = 18 +pkg go/token, const OR_ASSIGN = 29 +pkg go/token, const PACKAGE = 78 +pkg go/token, const PERIOD = 53 +pkg go/token, const QUO = 15 +pkg go/token, const QUO_ASSIGN = 26 +pkg go/token, const RANGE = 79 +pkg go/token, const RBRACE = 56 +pkg go/token, const RBRACK = 55 +pkg go/token, const REM = 16 +pkg go/token, const REM_ASSIGN = 27 +pkg go/token, const RETURN = 80 +pkg go/token, const RPAREN = 54 +pkg go/token, const SELECT = 81 +pkg go/token, const SEMICOLON = 57 +pkg go/token, const SHL = 20 +pkg go/token, const SHL_ASSIGN = 31 +pkg go/token, const SHR = 21 +pkg go/token, const SHR_ASSIGN = 32 +pkg go/token, const STRING = 9 +pkg go/token, const STRUCT = 82 +pkg go/token, const SUB = 13 +pkg go/token, const SUB_ASSIGN = 24 +pkg go/token, const SWITCH = 83 +pkg go/token, const TYPE = 84 +pkg go/token, const UnaryPrec = 6 +pkg go/token, const VAR = 85 +pkg go/token, const XOR = 19 +pkg go/token, const XOR_ASSIGN = 30 +pkg hash/adler32, const Size = 4 +pkg hash/crc32, const Castagnoli = 2197175160 +pkg hash/crc32, const IEEE = 3988292384 +pkg hash/crc32, const Koopman = 3945912366 +pkg hash/crc32, const Size = 4 +pkg hash/crc64, const ECMA = 14514072000185962306 +pkg hash/crc64, const ISO = 15564440312192434176 +pkg hash/crc64, const Size = 8 +pkg html/template, const ErrAmbigContext = 1 +pkg html/template, const ErrBadHTML = 2 +pkg html/template, const ErrBranchEnd = 3 +pkg html/template, const ErrEndContext = 4 +pkg html/template, const ErrNoSuchTemplate = 5 +pkg html/template, const ErrOutputContext = 6 +pkg html/template, const ErrPartialCharset = 7 +pkg html/template, const ErrPartialEscape = 8 +pkg html/template, const ErrRangeLoopReentry = 9 +pkg html/template, const ErrSlashAmbig = 10 +pkg html/template, const OK = 0 +pkg image, const YCbCrSubsampleRatio420 = 2 +pkg image, const YCbCrSubsampleRatio422 = 1 +pkg image, const YCbCrSubsampleRatio440 = 3 +pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio +pkg image, const YCbCrSubsampleRatio444 = 0 +pkg image/draw, const Over = 0 +pkg image/draw, const Src = 1 +pkg image/jpeg, const DefaultQuality = 75 +pkg io, type ByteWriter interface { WriteByte } +pkg io, type ByteWriter interface, WriteByte(uint8) error +pkg io, var ErrNoProgress error +pkg log, const Ldate = 1 +pkg log, const Llongfile = 8 +pkg log, const Lmicroseconds = 4 +pkg log, const Lshortfile = 16 +pkg log, const LstdFlags = 3 +pkg log, const Ltime = 2 +pkg log/syslog (darwin-386), const LOG_ALERT = 1 +pkg log/syslog (darwin-386), const LOG_AUTH = 32 +pkg log/syslog (darwin-386), const LOG_AUTH Priority +pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80 +pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-386), const LOG_CRIT = 2 +pkg log/syslog (darwin-386), const LOG_CRON = 72 +pkg log/syslog (darwin-386), const LOG_CRON Priority +pkg log/syslog (darwin-386), const LOG_DAEMON = 24 +pkg log/syslog (darwin-386), const LOG_DAEMON Priority +pkg log/syslog (darwin-386), const LOG_DEBUG = 7 +pkg log/syslog (darwin-386), const LOG_EMERG = 0 +pkg log/syslog (darwin-386), const LOG_ERR = 3 +pkg log/syslog (darwin-386), const LOG_FTP = 88 +pkg log/syslog (darwin-386), const LOG_FTP Priority +pkg log/syslog (darwin-386), const LOG_INFO = 6 +pkg log/syslog (darwin-386), const LOG_KERN = 0 +pkg log/syslog (darwin-386), const LOG_KERN Priority +pkg log/syslog (darwin-386), const LOG_LOCAL0 = 128 +pkg log/syslog (darwin-386), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL1 = 136 +pkg log/syslog (darwin-386), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL2 = 144 +pkg log/syslog (darwin-386), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL3 = 152 +pkg log/syslog (darwin-386), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL4 = 160 +pkg log/syslog (darwin-386), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL5 = 168 +pkg log/syslog (darwin-386), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL6 = 176 +pkg log/syslog (darwin-386), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL7 = 184 +pkg log/syslog (darwin-386), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-386), const LOG_LPR = 48 +pkg log/syslog (darwin-386), const LOG_LPR Priority +pkg log/syslog (darwin-386), const LOG_MAIL = 16 +pkg log/syslog (darwin-386), const LOG_MAIL Priority +pkg log/syslog (darwin-386), const LOG_NEWS = 56 +pkg log/syslog (darwin-386), const LOG_NEWS Priority +pkg log/syslog (darwin-386), const LOG_NOTICE = 5 +pkg log/syslog (darwin-386), const LOG_SYSLOG = 40 +pkg log/syslog (darwin-386), const LOG_SYSLOG Priority +pkg log/syslog (darwin-386), const LOG_USER = 8 +pkg log/syslog (darwin-386), const LOG_USER Priority +pkg log/syslog (darwin-386), const LOG_UUCP = 64 +pkg log/syslog (darwin-386), const LOG_UUCP Priority +pkg log/syslog (darwin-386), const LOG_WARNING = 4 +pkg log/syslog (darwin-386-cgo), const LOG_ALERT = 1 +pkg log/syslog (darwin-386-cgo), const LOG_AUTH = 32 +pkg log/syslog (darwin-386-cgo), const LOG_AUTH Priority +pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-386-cgo), const LOG_CRIT = 2 +pkg log/syslog (darwin-386-cgo), const LOG_CRON = 72 +pkg log/syslog (darwin-386-cgo), const LOG_CRON Priority +pkg log/syslog (darwin-386-cgo), const LOG_DAEMON = 24 +pkg log/syslog (darwin-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (darwin-386-cgo), const LOG_DEBUG = 7 +pkg log/syslog (darwin-386-cgo), const LOG_EMERG = 0 +pkg log/syslog (darwin-386-cgo), const LOG_ERR = 3 +pkg log/syslog (darwin-386-cgo), const LOG_FTP = 88 +pkg log/syslog (darwin-386-cgo), const LOG_FTP Priority +pkg log/syslog (darwin-386-cgo), const LOG_INFO = 6 +pkg log/syslog (darwin-386-cgo), const LOG_KERN = 0 +pkg log/syslog (darwin-386-cgo), const LOG_KERN Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LPR = 48 +pkg log/syslog (darwin-386-cgo), const LOG_LPR Priority +pkg log/syslog (darwin-386-cgo), const LOG_MAIL = 16 +pkg log/syslog (darwin-386-cgo), const LOG_MAIL Priority +pkg log/syslog (darwin-386-cgo), const LOG_NEWS = 56 +pkg log/syslog (darwin-386-cgo), const LOG_NEWS Priority +pkg log/syslog (darwin-386-cgo), const LOG_NOTICE = 5 +pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (darwin-386-cgo), const LOG_USER = 8 +pkg log/syslog (darwin-386-cgo), const LOG_USER Priority +pkg log/syslog (darwin-386-cgo), const LOG_UUCP = 64 +pkg log/syslog (darwin-386-cgo), const LOG_UUCP Priority +pkg log/syslog (darwin-386-cgo), const LOG_WARNING = 4 +pkg log/syslog (darwin-amd64), const LOG_ALERT = 1 +pkg log/syslog (darwin-amd64), const LOG_AUTH = 32 +pkg log/syslog (darwin-amd64), const LOG_AUTH Priority +pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV = 80 +pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-amd64), const LOG_CRIT = 2 +pkg log/syslog (darwin-amd64), const LOG_CRON = 72 +pkg log/syslog (darwin-amd64), const LOG_CRON Priority +pkg log/syslog (darwin-amd64), const LOG_DAEMON = 24 +pkg log/syslog (darwin-amd64), const LOG_DAEMON Priority +pkg log/syslog (darwin-amd64), const LOG_DEBUG = 7 +pkg log/syslog (darwin-amd64), const LOG_EMERG = 0 +pkg log/syslog (darwin-amd64), const LOG_ERR = 3 +pkg log/syslog (darwin-amd64), const LOG_FTP = 88 +pkg log/syslog (darwin-amd64), const LOG_FTP Priority +pkg log/syslog (darwin-amd64), const LOG_INFO = 6 +pkg log/syslog (darwin-amd64), const LOG_KERN = 0 +pkg log/syslog (darwin-amd64), const LOG_KERN Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL0 = 128 +pkg log/syslog (darwin-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL1 = 136 +pkg log/syslog (darwin-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL2 = 144 +pkg log/syslog (darwin-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL3 = 152 +pkg log/syslog (darwin-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL4 = 160 +pkg log/syslog (darwin-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL5 = 168 +pkg log/syslog (darwin-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL6 = 176 +pkg log/syslog (darwin-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL7 = 184 +pkg log/syslog (darwin-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-amd64), const LOG_LPR = 48 +pkg log/syslog (darwin-amd64), const LOG_LPR Priority +pkg log/syslog (darwin-amd64), const LOG_MAIL = 16 +pkg log/syslog (darwin-amd64), const LOG_MAIL Priority +pkg log/syslog (darwin-amd64), const LOG_NEWS = 56 +pkg log/syslog (darwin-amd64), const LOG_NEWS Priority +pkg log/syslog (darwin-amd64), const LOG_NOTICE = 5 +pkg log/syslog (darwin-amd64), const LOG_SYSLOG = 40 +pkg log/syslog (darwin-amd64), const LOG_SYSLOG Priority +pkg log/syslog (darwin-amd64), const LOG_USER = 8 +pkg log/syslog (darwin-amd64), const LOG_USER Priority +pkg log/syslog (darwin-amd64), const LOG_UUCP = 64 +pkg log/syslog (darwin-amd64), const LOG_UUCP Priority +pkg log/syslog (darwin-amd64), const LOG_WARNING = 4 +pkg log/syslog (darwin-amd64-cgo), const LOG_ALERT = 1 +pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH = 32 +pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_CRIT = 2 +pkg log/syslog (darwin-amd64-cgo), const LOG_CRON = 72 +pkg log/syslog (darwin-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (darwin-amd64-cgo), const LOG_EMERG = 0 +pkg log/syslog (darwin-amd64-cgo), const LOG_ERR = 3 +pkg log/syslog (darwin-amd64-cgo), const LOG_FTP = 88 +pkg log/syslog (darwin-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_INFO = 6 +pkg log/syslog (darwin-amd64-cgo), const LOG_KERN = 0 +pkg log/syslog (darwin-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LPR = 48 +pkg log/syslog (darwin-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL = 16 +pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS = 56 +pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_USER = 8 +pkg log/syslog (darwin-amd64-cgo), const LOG_USER Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP = 64 +pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_WARNING = 4 +pkg log/syslog (freebsd-386), const LOG_ALERT = 1 +pkg log/syslog (freebsd-386), const LOG_AUTH = 32 +pkg log/syslog (freebsd-386), const LOG_AUTH Priority +pkg log/syslog (freebsd-386), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-386), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-386), const LOG_CRIT = 2 +pkg log/syslog (freebsd-386), const LOG_CRON = 72 +pkg log/syslog (freebsd-386), const LOG_CRON Priority +pkg log/syslog (freebsd-386), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-386), const LOG_DAEMON Priority +pkg log/syslog (freebsd-386), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-386), const LOG_EMERG = 0 +pkg log/syslog (freebsd-386), const LOG_ERR = 3 +pkg log/syslog (freebsd-386), const LOG_FTP = 88 +pkg log/syslog (freebsd-386), const LOG_FTP Priority +pkg log/syslog (freebsd-386), const LOG_INFO = 6 +pkg log/syslog (freebsd-386), const LOG_KERN = 0 +pkg log/syslog (freebsd-386), const LOG_KERN Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-386), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-386), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-386), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-386), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-386), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-386), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-386), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-386), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-386), const LOG_LPR = 48 +pkg log/syslog (freebsd-386), const LOG_LPR Priority +pkg log/syslog (freebsd-386), const LOG_MAIL = 16 +pkg log/syslog (freebsd-386), const LOG_MAIL Priority +pkg log/syslog (freebsd-386), const LOG_NEWS = 56 +pkg log/syslog (freebsd-386), const LOG_NEWS Priority +pkg log/syslog (freebsd-386), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-386), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-386), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-386), const LOG_USER = 8 +pkg log/syslog (freebsd-386), const LOG_USER Priority +pkg log/syslog (freebsd-386), const LOG_UUCP = 64 +pkg log/syslog (freebsd-386), const LOG_UUCP Priority +pkg log/syslog (freebsd-386), const LOG_WARNING = 4 +pkg log/syslog (freebsd-386-cgo), const LOG_ALERT = 1 +pkg log/syslog (freebsd-386-cgo), const LOG_AUTH = 32 +pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-386-cgo), const LOG_CRIT = 2 +pkg log/syslog (freebsd-386-cgo), const LOG_CRON = 72 +pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-386-cgo), const LOG_EMERG = 0 +pkg log/syslog (freebsd-386-cgo), const LOG_ERR = 3 +pkg log/syslog (freebsd-386-cgo), const LOG_FTP = 88 +pkg log/syslog (freebsd-386-cgo), const LOG_INFO = 6 +pkg log/syslog (freebsd-386-cgo), const LOG_KERN = 0 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-386-cgo), const LOG_LPR = 48 +pkg log/syslog (freebsd-386-cgo), const LOG_MAIL = 16 +pkg log/syslog (freebsd-386-cgo), const LOG_NEWS = 56 +pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-386-cgo), const LOG_USER = 8 +pkg log/syslog (freebsd-386-cgo), const LOG_UUCP = 64 +pkg log/syslog (freebsd-386-cgo), const LOG_WARNING = 4 +pkg log/syslog (freebsd-amd64), const LOG_ALERT = 1 +pkg log/syslog (freebsd-amd64), const LOG_AUTH = 32 +pkg log/syslog (freebsd-amd64), const LOG_AUTH Priority +pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-amd64), const LOG_CRIT = 2 +pkg log/syslog (freebsd-amd64), const LOG_CRON = 72 +pkg log/syslog (freebsd-amd64), const LOG_CRON Priority +pkg log/syslog (freebsd-amd64), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-amd64), const LOG_DAEMON Priority +pkg log/syslog (freebsd-amd64), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-amd64), const LOG_EMERG = 0 +pkg log/syslog (freebsd-amd64), const LOG_ERR = 3 +pkg log/syslog (freebsd-amd64), const LOG_FTP = 88 +pkg log/syslog (freebsd-amd64), const LOG_FTP Priority +pkg log/syslog (freebsd-amd64), const LOG_INFO = 6 +pkg log/syslog (freebsd-amd64), const LOG_KERN = 0 +pkg log/syslog (freebsd-amd64), const LOG_KERN Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-amd64), const LOG_LPR = 48 +pkg log/syslog (freebsd-amd64), const LOG_LPR Priority +pkg log/syslog (freebsd-amd64), const LOG_MAIL = 16 +pkg log/syslog (freebsd-amd64), const LOG_MAIL Priority +pkg log/syslog (freebsd-amd64), const LOG_NEWS = 56 +pkg log/syslog (freebsd-amd64), const LOG_NEWS Priority +pkg log/syslog (freebsd-amd64), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-amd64), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-amd64), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-amd64), const LOG_USER = 8 +pkg log/syslog (freebsd-amd64), const LOG_USER Priority +pkg log/syslog (freebsd-amd64), const LOG_UUCP = 64 +pkg log/syslog (freebsd-amd64), const LOG_UUCP Priority +pkg log/syslog (freebsd-amd64), const LOG_WARNING = 4 +pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT = 1 +pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH = 32 +pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT = 2 +pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON = 72 +pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG = 0 +pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR = 3 +pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP = 88 +pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO = 6 +pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN = 0 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR = 48 +pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL = 16 +pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS = 56 +pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-amd64-cgo), const LOG_USER = 8 +pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP = 64 +pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING = 4 +pkg log/syslog (freebsd-arm), const LOG_ALERT = 1 +pkg log/syslog (freebsd-arm), const LOG_AUTH = 32 +pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-arm), const LOG_CRIT = 2 +pkg log/syslog (freebsd-arm), const LOG_CRON = 72 +pkg log/syslog (freebsd-arm), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-arm), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-arm), const LOG_EMERG = 0 +pkg log/syslog (freebsd-arm), const LOG_ERR = 3 +pkg log/syslog (freebsd-arm), const LOG_FTP = 88 +pkg log/syslog (freebsd-arm), const LOG_INFO = 6 +pkg log/syslog (freebsd-arm), const LOG_KERN = 0 +pkg log/syslog (freebsd-arm), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-arm), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-arm), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-arm), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-arm), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-arm), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-arm), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-arm), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-arm), const LOG_LPR = 48 +pkg log/syslog (freebsd-arm), const LOG_MAIL = 16 +pkg log/syslog (freebsd-arm), const LOG_NEWS = 56 +pkg log/syslog (freebsd-arm), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-arm), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-arm), const LOG_USER = 8 +pkg log/syslog (freebsd-arm), const LOG_UUCP = 64 +pkg log/syslog (freebsd-arm), const LOG_WARNING = 4 +pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT = 1 +pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH = 32 +pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT = 2 +pkg log/syslog (freebsd-arm-cgo), const LOG_CRON = 72 +pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG = 0 +pkg log/syslog (freebsd-arm-cgo), const LOG_ERR = 3 +pkg log/syslog (freebsd-arm-cgo), const LOG_FTP = 88 +pkg log/syslog (freebsd-arm-cgo), const LOG_INFO = 6 +pkg log/syslog (freebsd-arm-cgo), const LOG_KERN = 0 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-arm-cgo), const LOG_LPR = 48 +pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL = 16 +pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS = 56 +pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-arm-cgo), const LOG_USER = 8 +pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP = 64 +pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING = 4 +pkg log/syslog (linux-386), const LOG_ALERT = 1 +pkg log/syslog (linux-386), const LOG_AUTH = 32 +pkg log/syslog (linux-386), const LOG_AUTH Priority +pkg log/syslog (linux-386), const LOG_AUTHPRIV = 80 +pkg log/syslog (linux-386), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-386), const LOG_CRIT = 2 +pkg log/syslog (linux-386), const LOG_CRON = 72 +pkg log/syslog (linux-386), const LOG_CRON Priority +pkg log/syslog (linux-386), const LOG_DAEMON = 24 +pkg log/syslog (linux-386), const LOG_DAEMON Priority +pkg log/syslog (linux-386), const LOG_DEBUG = 7 +pkg log/syslog (linux-386), const LOG_EMERG = 0 +pkg log/syslog (linux-386), const LOG_ERR = 3 +pkg log/syslog (linux-386), const LOG_FTP = 88 +pkg log/syslog (linux-386), const LOG_FTP Priority +pkg log/syslog (linux-386), const LOG_INFO = 6 +pkg log/syslog (linux-386), const LOG_KERN = 0 +pkg log/syslog (linux-386), const LOG_KERN Priority +pkg log/syslog (linux-386), const LOG_LOCAL0 = 128 +pkg log/syslog (linux-386), const LOG_LOCAL0 Priority +pkg log/syslog (linux-386), const LOG_LOCAL1 = 136 +pkg log/syslog (linux-386), const LOG_LOCAL1 Priority +pkg log/syslog (linux-386), const LOG_LOCAL2 = 144 +pkg log/syslog (linux-386), const LOG_LOCAL2 Priority +pkg log/syslog (linux-386), const LOG_LOCAL3 = 152 +pkg log/syslog (linux-386), const LOG_LOCAL3 Priority +pkg log/syslog (linux-386), const LOG_LOCAL4 = 160 +pkg log/syslog (linux-386), const LOG_LOCAL4 Priority +pkg log/syslog (linux-386), const LOG_LOCAL5 = 168 +pkg log/syslog (linux-386), const LOG_LOCAL5 Priority +pkg log/syslog (linux-386), const LOG_LOCAL6 = 176 +pkg log/syslog (linux-386), const LOG_LOCAL6 Priority +pkg log/syslog (linux-386), const LOG_LOCAL7 = 184 +pkg log/syslog (linux-386), const LOG_LOCAL7 Priority +pkg log/syslog (linux-386), const LOG_LPR = 48 +pkg log/syslog (linux-386), const LOG_LPR Priority +pkg log/syslog (linux-386), const LOG_MAIL = 16 +pkg log/syslog (linux-386), const LOG_MAIL Priority +pkg log/syslog (linux-386), const LOG_NEWS = 56 +pkg log/syslog (linux-386), const LOG_NEWS Priority +pkg log/syslog (linux-386), const LOG_NOTICE = 5 +pkg log/syslog (linux-386), const LOG_SYSLOG = 40 +pkg log/syslog (linux-386), const LOG_SYSLOG Priority +pkg log/syslog (linux-386), const LOG_USER = 8 +pkg log/syslog (linux-386), const LOG_USER Priority +pkg log/syslog (linux-386), const LOG_UUCP = 64 +pkg log/syslog (linux-386), const LOG_UUCP Priority +pkg log/syslog (linux-386), const LOG_WARNING = 4 +pkg log/syslog (linux-386-cgo), const LOG_ALERT = 1 +pkg log/syslog (linux-386-cgo), const LOG_AUTH = 32 +pkg log/syslog (linux-386-cgo), const LOG_AUTH Priority +pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-386-cgo), const LOG_CRIT = 2 +pkg log/syslog (linux-386-cgo), const LOG_CRON = 72 +pkg log/syslog (linux-386-cgo), const LOG_CRON Priority +pkg log/syslog (linux-386-cgo), const LOG_DAEMON = 24 +pkg log/syslog (linux-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (linux-386-cgo), const LOG_DEBUG = 7 +pkg log/syslog (linux-386-cgo), const LOG_EMERG = 0 +pkg log/syslog (linux-386-cgo), const LOG_ERR = 3 +pkg log/syslog (linux-386-cgo), const LOG_FTP = 88 +pkg log/syslog (linux-386-cgo), const LOG_FTP Priority +pkg log/syslog (linux-386-cgo), const LOG_INFO = 6 +pkg log/syslog (linux-386-cgo), const LOG_KERN = 0 +pkg log/syslog (linux-386-cgo), const LOG_KERN Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (linux-386-cgo), const LOG_LPR = 48 +pkg log/syslog (linux-386-cgo), const LOG_LPR Priority +pkg log/syslog (linux-386-cgo), const LOG_MAIL = 16 +pkg log/syslog (linux-386-cgo), const LOG_MAIL Priority +pkg log/syslog (linux-386-cgo), const LOG_NEWS = 56 +pkg log/syslog (linux-386-cgo), const LOG_NEWS Priority +pkg log/syslog (linux-386-cgo), const LOG_NOTICE = 5 +pkg log/syslog (linux-386-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (linux-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (linux-386-cgo), const LOG_USER = 8 +pkg log/syslog (linux-386-cgo), const LOG_USER Priority +pkg log/syslog (linux-386-cgo), const LOG_UUCP = 64 +pkg log/syslog (linux-386-cgo), const LOG_UUCP Priority +pkg log/syslog (linux-386-cgo), const LOG_WARNING = 4 +pkg log/syslog (linux-amd64), const LOG_ALERT = 1 +pkg log/syslog (linux-amd64), const LOG_AUTH = 32 +pkg log/syslog (linux-amd64), const LOG_AUTH Priority +pkg log/syslog (linux-amd64), const LOG_AUTHPRIV = 80 +pkg log/syslog (linux-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-amd64), const LOG_CRIT = 2 +pkg log/syslog (linux-amd64), const LOG_CRON = 72 +pkg log/syslog (linux-amd64), const LOG_CRON Priority +pkg log/syslog (linux-amd64), const LOG_DAEMON = 24 +pkg log/syslog (linux-amd64), const LOG_DAEMON Priority +pkg log/syslog (linux-amd64), const LOG_DEBUG = 7 +pkg log/syslog (linux-amd64), const LOG_EMERG = 0 +pkg log/syslog (linux-amd64), const LOG_ERR = 3 +pkg log/syslog (linux-amd64), const LOG_FTP = 88 +pkg log/syslog (linux-amd64), const LOG_FTP Priority +pkg log/syslog (linux-amd64), const LOG_INFO = 6 +pkg log/syslog (linux-amd64), const LOG_KERN = 0 +pkg log/syslog (linux-amd64), const LOG_KERN Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL0 = 128 +pkg log/syslog (linux-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL1 = 136 +pkg log/syslog (linux-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL2 = 144 +pkg log/syslog (linux-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL3 = 152 +pkg log/syslog (linux-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL4 = 160 +pkg log/syslog (linux-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL5 = 168 +pkg log/syslog (linux-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL6 = 176 +pkg log/syslog (linux-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL7 = 184 +pkg log/syslog (linux-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (linux-amd64), const LOG_LPR = 48 +pkg log/syslog (linux-amd64), const LOG_LPR Priority +pkg log/syslog (linux-amd64), const LOG_MAIL = 16 +pkg log/syslog (linux-amd64), const LOG_MAIL Priority +pkg log/syslog (linux-amd64), const LOG_NEWS = 56 +pkg log/syslog (linux-amd64), const LOG_NEWS Priority +pkg log/syslog (linux-amd64), const LOG_NOTICE = 5 +pkg log/syslog (linux-amd64), const LOG_SYSLOG = 40 +pkg log/syslog (linux-amd64), const LOG_SYSLOG Priority +pkg log/syslog (linux-amd64), const LOG_USER = 8 +pkg log/syslog (linux-amd64), const LOG_USER Priority +pkg log/syslog (linux-amd64), const LOG_UUCP = 64 +pkg log/syslog (linux-amd64), const LOG_UUCP Priority +pkg log/syslog (linux-amd64), const LOG_WARNING = 4 +pkg log/syslog (linux-amd64-cgo), const LOG_ALERT = 1 +pkg log/syslog (linux-amd64-cgo), const LOG_AUTH = 32 +pkg log/syslog (linux-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-amd64-cgo), const LOG_CRIT = 2 +pkg log/syslog (linux-amd64-cgo), const LOG_CRON = 72 +pkg log/syslog (linux-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (linux-amd64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (linux-amd64-cgo), const LOG_EMERG = 0 +pkg log/syslog (linux-amd64-cgo), const LOG_ERR = 3 +pkg log/syslog (linux-amd64-cgo), const LOG_FTP = 88 +pkg log/syslog (linux-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (linux-amd64-cgo), const LOG_INFO = 6 +pkg log/syslog (linux-amd64-cgo), const LOG_KERN = 0 +pkg log/syslog (linux-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LPR = 48 +pkg log/syslog (linux-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (linux-amd64-cgo), const LOG_MAIL = 16 +pkg log/syslog (linux-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (linux-amd64-cgo), const LOG_NEWS = 56 +pkg log/syslog (linux-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (linux-amd64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (linux-amd64-cgo), const LOG_USER = 8 +pkg log/syslog (linux-amd64-cgo), const LOG_USER Priority +pkg log/syslog (linux-amd64-cgo), const LOG_UUCP = 64 +pkg log/syslog (linux-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (linux-amd64-cgo), const LOG_WARNING = 4 +pkg log/syslog (linux-arm), const LOG_ALERT = 1 +pkg log/syslog (linux-arm), const LOG_AUTH = 32 +pkg log/syslog (linux-arm), const LOG_AUTH Priority +pkg log/syslog (linux-arm), const LOG_AUTHPRIV = 80 +pkg log/syslog (linux-arm), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-arm), const LOG_CRIT = 2 +pkg log/syslog (linux-arm), const LOG_CRON = 72 +pkg log/syslog (linux-arm), const LOG_CRON Priority +pkg log/syslog (linux-arm), const LOG_DAEMON = 24 +pkg log/syslog (linux-arm), const LOG_DAEMON Priority +pkg log/syslog (linux-arm), const LOG_DEBUG = 7 +pkg log/syslog (linux-arm), const LOG_EMERG = 0 +pkg log/syslog (linux-arm), const LOG_ERR = 3 +pkg log/syslog (linux-arm), const LOG_FTP = 88 +pkg log/syslog (linux-arm), const LOG_FTP Priority +pkg log/syslog (linux-arm), const LOG_INFO = 6 +pkg log/syslog (linux-arm), const LOG_KERN = 0 +pkg log/syslog (linux-arm), const LOG_KERN Priority +pkg log/syslog (linux-arm), const LOG_LOCAL0 = 128 +pkg log/syslog (linux-arm), const LOG_LOCAL0 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL1 = 136 +pkg log/syslog (linux-arm), const LOG_LOCAL1 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL2 = 144 +pkg log/syslog (linux-arm), const LOG_LOCAL2 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL3 = 152 +pkg log/syslog (linux-arm), const LOG_LOCAL3 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL4 = 160 +pkg log/syslog (linux-arm), const LOG_LOCAL4 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL5 = 168 +pkg log/syslog (linux-arm), const LOG_LOCAL5 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL6 = 176 +pkg log/syslog (linux-arm), const LOG_LOCAL6 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL7 = 184 +pkg log/syslog (linux-arm), const LOG_LOCAL7 Priority +pkg log/syslog (linux-arm), const LOG_LPR = 48 +pkg log/syslog (linux-arm), const LOG_LPR Priority +pkg log/syslog (linux-arm), const LOG_MAIL = 16 +pkg log/syslog (linux-arm), const LOG_MAIL Priority +pkg log/syslog (linux-arm), const LOG_NEWS = 56 +pkg log/syslog (linux-arm), const LOG_NEWS Priority +pkg log/syslog (linux-arm), const LOG_NOTICE = 5 +pkg log/syslog (linux-arm), const LOG_SYSLOG = 40 +pkg log/syslog (linux-arm), const LOG_SYSLOG Priority +pkg log/syslog (linux-arm), const LOG_USER = 8 +pkg log/syslog (linux-arm), const LOG_USER Priority +pkg log/syslog (linux-arm), const LOG_UUCP = 64 +pkg log/syslog (linux-arm), const LOG_UUCP Priority +pkg log/syslog (linux-arm), const LOG_WARNING = 4 +pkg log/syslog (linux-arm-cgo), const LOG_ALERT = 1 +pkg log/syslog (linux-arm-cgo), const LOG_AUTH = 32 +pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (linux-arm-cgo), const LOG_CRIT = 2 +pkg log/syslog (linux-arm-cgo), const LOG_CRON = 72 +pkg log/syslog (linux-arm-cgo), const LOG_DAEMON = 24 +pkg log/syslog (linux-arm-cgo), const LOG_DEBUG = 7 +pkg log/syslog (linux-arm-cgo), const LOG_EMERG = 0 +pkg log/syslog (linux-arm-cgo), const LOG_ERR = 3 +pkg log/syslog (linux-arm-cgo), const LOG_FTP = 88 +pkg log/syslog (linux-arm-cgo), const LOG_INFO = 6 +pkg log/syslog (linux-arm-cgo), const LOG_KERN = 0 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (linux-arm-cgo), const LOG_LPR = 48 +pkg log/syslog (linux-arm-cgo), const LOG_MAIL = 16 +pkg log/syslog (linux-arm-cgo), const LOG_NEWS = 56 +pkg log/syslog (linux-arm-cgo), const LOG_NOTICE = 5 +pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (linux-arm-cgo), const LOG_USER = 8 +pkg log/syslog (linux-arm-cgo), const LOG_UUCP = 64 +pkg log/syslog (linux-arm-cgo), const LOG_WARNING = 4 +pkg log/syslog (netbsd-386), const LOG_ALERT = 1 +pkg log/syslog (netbsd-386), const LOG_AUTH = 32 +pkg log/syslog (netbsd-386), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-386), const LOG_CRIT = 2 +pkg log/syslog (netbsd-386), const LOG_CRON = 72 +pkg log/syslog (netbsd-386), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-386), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-386), const LOG_EMERG = 0 +pkg log/syslog (netbsd-386), const LOG_ERR = 3 +pkg log/syslog (netbsd-386), const LOG_FTP = 88 +pkg log/syslog (netbsd-386), const LOG_INFO = 6 +pkg log/syslog (netbsd-386), const LOG_KERN = 0 +pkg log/syslog (netbsd-386), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-386), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-386), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-386), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-386), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-386), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-386), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-386), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-386), const LOG_LPR = 48 +pkg log/syslog (netbsd-386), const LOG_MAIL = 16 +pkg log/syslog (netbsd-386), const LOG_NEWS = 56 +pkg log/syslog (netbsd-386), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-386), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-386), const LOG_USER = 8 +pkg log/syslog (netbsd-386), const LOG_UUCP = 64 +pkg log/syslog (netbsd-386), const LOG_WARNING = 4 +pkg log/syslog (netbsd-386-cgo), const LOG_ALERT = 1 +pkg log/syslog (netbsd-386-cgo), const LOG_AUTH = 32 +pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-386-cgo), const LOG_CRIT = 2 +pkg log/syslog (netbsd-386-cgo), const LOG_CRON = 72 +pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-386-cgo), const LOG_EMERG = 0 +pkg log/syslog (netbsd-386-cgo), const LOG_ERR = 3 +pkg log/syslog (netbsd-386-cgo), const LOG_FTP = 88 +pkg log/syslog (netbsd-386-cgo), const LOG_INFO = 6 +pkg log/syslog (netbsd-386-cgo), const LOG_KERN = 0 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-386-cgo), const LOG_LPR = 48 +pkg log/syslog (netbsd-386-cgo), const LOG_MAIL = 16 +pkg log/syslog (netbsd-386-cgo), const LOG_NEWS = 56 +pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-386-cgo), const LOG_USER = 8 +pkg log/syslog (netbsd-386-cgo), const LOG_UUCP = 64 +pkg log/syslog (netbsd-386-cgo), const LOG_WARNING = 4 +pkg log/syslog (netbsd-amd64), const LOG_ALERT = 1 +pkg log/syslog (netbsd-amd64), const LOG_AUTH = 32 +pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-amd64), const LOG_CRIT = 2 +pkg log/syslog (netbsd-amd64), const LOG_CRON = 72 +pkg log/syslog (netbsd-amd64), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-amd64), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-amd64), const LOG_EMERG = 0 +pkg log/syslog (netbsd-amd64), const LOG_ERR = 3 +pkg log/syslog (netbsd-amd64), const LOG_FTP = 88 +pkg log/syslog (netbsd-amd64), const LOG_INFO = 6 +pkg log/syslog (netbsd-amd64), const LOG_KERN = 0 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-amd64), const LOG_LPR = 48 +pkg log/syslog (netbsd-amd64), const LOG_MAIL = 16 +pkg log/syslog (netbsd-amd64), const LOG_NEWS = 56 +pkg log/syslog (netbsd-amd64), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-amd64), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-amd64), const LOG_USER = 8 +pkg log/syslog (netbsd-amd64), const LOG_UUCP = 64 +pkg log/syslog (netbsd-amd64), const LOG_WARNING = 4 +pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT = 1 +pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH = 32 +pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT = 2 +pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON = 72 +pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG = 0 +pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR = 3 +pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP = 88 +pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO = 6 +pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN = 0 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR = 48 +pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL = 16 +pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS = 56 +pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-amd64-cgo), const LOG_USER = 8 +pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP = 64 +pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING = 4 +pkg log/syslog (netbsd-arm), const LOG_ALERT = 1 +pkg log/syslog (netbsd-arm), const LOG_AUTH = 32 +pkg log/syslog (netbsd-arm), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-arm), const LOG_CRIT = 2 +pkg log/syslog (netbsd-arm), const LOG_CRON = 72 +pkg log/syslog (netbsd-arm), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-arm), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-arm), const LOG_EMERG = 0 +pkg log/syslog (netbsd-arm), const LOG_ERR = 3 +pkg log/syslog (netbsd-arm), const LOG_FTP = 88 +pkg log/syslog (netbsd-arm), const LOG_INFO = 6 +pkg log/syslog (netbsd-arm), const LOG_KERN = 0 +pkg log/syslog (netbsd-arm), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-arm), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-arm), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-arm), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-arm), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-arm), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-arm), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-arm), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-arm), const LOG_LPR = 48 +pkg log/syslog (netbsd-arm), const LOG_MAIL = 16 +pkg log/syslog (netbsd-arm), const LOG_NEWS = 56 +pkg log/syslog (netbsd-arm), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-arm), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-arm), const LOG_USER = 8 +pkg log/syslog (netbsd-arm), const LOG_UUCP = 64 +pkg log/syslog (netbsd-arm), const LOG_WARNING = 4 +pkg log/syslog (netbsd-arm-cgo), const LOG_ALERT = 1 +pkg log/syslog (netbsd-arm-cgo), const LOG_AUTH = 32 +pkg log/syslog (netbsd-arm-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-arm-cgo), const LOG_CRIT = 2 +pkg log/syslog (netbsd-arm-cgo), const LOG_CRON = 72 +pkg log/syslog (netbsd-arm-cgo), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-arm-cgo), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-arm-cgo), const LOG_EMERG = 0 +pkg log/syslog (netbsd-arm-cgo), const LOG_ERR = 3 +pkg log/syslog (netbsd-arm-cgo), const LOG_FTP = 88 +pkg log/syslog (netbsd-arm-cgo), const LOG_INFO = 6 +pkg log/syslog (netbsd-arm-cgo), const LOG_KERN = 0 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-arm-cgo), const LOG_LPR = 48 +pkg log/syslog (netbsd-arm-cgo), const LOG_MAIL = 16 +pkg log/syslog (netbsd-arm-cgo), const LOG_NEWS = 56 +pkg log/syslog (netbsd-arm-cgo), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-arm-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-arm-cgo), const LOG_USER = 8 +pkg log/syslog (netbsd-arm-cgo), const LOG_UUCP = 64 +pkg log/syslog (netbsd-arm-cgo), const LOG_WARNING = 4 +pkg log/syslog (openbsd-386), const LOG_ALERT = 1 +pkg log/syslog (openbsd-386), const LOG_AUTH = 32 +pkg log/syslog (openbsd-386), const LOG_AUTHPRIV = 80 +pkg log/syslog (openbsd-386), const LOG_CRIT = 2 +pkg log/syslog (openbsd-386), const LOG_CRON = 72 +pkg log/syslog (openbsd-386), const LOG_DAEMON = 24 +pkg log/syslog (openbsd-386), const LOG_DEBUG = 7 +pkg log/syslog (openbsd-386), const LOG_EMERG = 0 +pkg log/syslog (openbsd-386), const LOG_ERR = 3 +pkg log/syslog (openbsd-386), const LOG_FTP = 88 +pkg log/syslog (openbsd-386), const LOG_INFO = 6 +pkg log/syslog (openbsd-386), const LOG_KERN = 0 +pkg log/syslog (openbsd-386), const LOG_LOCAL0 = 128 +pkg log/syslog (openbsd-386), const LOG_LOCAL1 = 136 +pkg log/syslog (openbsd-386), const LOG_LOCAL2 = 144 +pkg log/syslog (openbsd-386), const LOG_LOCAL3 = 152 +pkg log/syslog (openbsd-386), const LOG_LOCAL4 = 160 +pkg log/syslog (openbsd-386), const LOG_LOCAL5 = 168 +pkg log/syslog (openbsd-386), const LOG_LOCAL6 = 176 +pkg log/syslog (openbsd-386), const LOG_LOCAL7 = 184 +pkg log/syslog (openbsd-386), const LOG_LPR = 48 +pkg log/syslog (openbsd-386), const LOG_MAIL = 16 +pkg log/syslog (openbsd-386), const LOG_NEWS = 56 +pkg log/syslog (openbsd-386), const LOG_NOTICE = 5 +pkg log/syslog (openbsd-386), const LOG_SYSLOG = 40 +pkg log/syslog (openbsd-386), const LOG_USER = 8 +pkg log/syslog (openbsd-386), const LOG_UUCP = 64 +pkg log/syslog (openbsd-386), const LOG_WARNING = 4 +pkg log/syslog (openbsd-386-cgo), const LOG_ALERT = 1 +pkg log/syslog (openbsd-386-cgo), const LOG_AUTH = 32 +pkg log/syslog (openbsd-386-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (openbsd-386-cgo), const LOG_CRIT = 2 +pkg log/syslog (openbsd-386-cgo), const LOG_CRON = 72 +pkg log/syslog (openbsd-386-cgo), const LOG_DAEMON = 24 +pkg log/syslog (openbsd-386-cgo), const LOG_DEBUG = 7 +pkg log/syslog (openbsd-386-cgo), const LOG_EMERG = 0 +pkg log/syslog (openbsd-386-cgo), const LOG_ERR = 3 +pkg log/syslog (openbsd-386-cgo), const LOG_FTP = 88 +pkg log/syslog (openbsd-386-cgo), const LOG_INFO = 6 +pkg log/syslog (openbsd-386-cgo), const LOG_KERN = 0 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (openbsd-386-cgo), const LOG_LPR = 48 +pkg log/syslog (openbsd-386-cgo), const LOG_MAIL = 16 +pkg log/syslog (openbsd-386-cgo), const LOG_NEWS = 56 +pkg log/syslog (openbsd-386-cgo), const LOG_NOTICE = 5 +pkg log/syslog (openbsd-386-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (openbsd-386-cgo), const LOG_USER = 8 +pkg log/syslog (openbsd-386-cgo), const LOG_UUCP = 64 +pkg log/syslog (openbsd-386-cgo), const LOG_WARNING = 4 +pkg log/syslog (openbsd-amd64), const LOG_ALERT = 1 +pkg log/syslog (openbsd-amd64), const LOG_AUTH = 32 +pkg log/syslog (openbsd-amd64), const LOG_AUTHPRIV = 80 +pkg log/syslog (openbsd-amd64), const LOG_CRIT = 2 +pkg log/syslog (openbsd-amd64), const LOG_CRON = 72 +pkg log/syslog (openbsd-amd64), const LOG_DAEMON = 24 +pkg log/syslog (openbsd-amd64), const LOG_DEBUG = 7 +pkg log/syslog (openbsd-amd64), const LOG_EMERG = 0 +pkg log/syslog (openbsd-amd64), const LOG_ERR = 3 +pkg log/syslog (openbsd-amd64), const LOG_FTP = 88 +pkg log/syslog (openbsd-amd64), const LOG_INFO = 6 +pkg log/syslog (openbsd-amd64), const LOG_KERN = 0 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL0 = 128 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL1 = 136 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL2 = 144 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL3 = 152 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL4 = 160 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL5 = 168 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL6 = 176 +pkg log/syslog (openbsd-amd64), const LOG_LOCAL7 = 184 +pkg log/syslog (openbsd-amd64), const LOG_LPR = 48 +pkg log/syslog (openbsd-amd64), const LOG_MAIL = 16 +pkg log/syslog (openbsd-amd64), const LOG_NEWS = 56 +pkg log/syslog (openbsd-amd64), const LOG_NOTICE = 5 +pkg log/syslog (openbsd-amd64), const LOG_SYSLOG = 40 +pkg log/syslog (openbsd-amd64), const LOG_USER = 8 +pkg log/syslog (openbsd-amd64), const LOG_UUCP = 64 +pkg log/syslog (openbsd-amd64), const LOG_WARNING = 4 +pkg log/syslog (openbsd-amd64-cgo), const LOG_ALERT = 1 +pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTH = 32 +pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (openbsd-amd64-cgo), const LOG_CRIT = 2 +pkg log/syslog (openbsd-amd64-cgo), const LOG_CRON = 72 +pkg log/syslog (openbsd-amd64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (openbsd-amd64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (openbsd-amd64-cgo), const LOG_EMERG = 0 +pkg log/syslog (openbsd-amd64-cgo), const LOG_ERR = 3 +pkg log/syslog (openbsd-amd64-cgo), const LOG_FTP = 88 +pkg log/syslog (openbsd-amd64-cgo), const LOG_INFO = 6 +pkg log/syslog (openbsd-amd64-cgo), const LOG_KERN = 0 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (openbsd-amd64-cgo), const LOG_LPR = 48 +pkg log/syslog (openbsd-amd64-cgo), const LOG_MAIL = 16 +pkg log/syslog (openbsd-amd64-cgo), const LOG_NEWS = 56 +pkg log/syslog (openbsd-amd64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (openbsd-amd64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (openbsd-amd64-cgo), const LOG_USER = 8 +pkg log/syslog (openbsd-amd64-cgo), const LOG_UUCP = 64 +pkg log/syslog (openbsd-amd64-cgo), const LOG_WARNING = 4 +pkg math, const E = 2.71828 // 271828182845904523536028747135266249775724709369995957496696763/100000000000000000000000000000000000000000000000000000000000000 +pkg math, const Ln10 = 2.30259 // 23025850929940456840179914546843642076011014886287729760333279/10000000000000000000000000000000000000000000000000000000000000 +pkg math, const Ln2 = 0.693147 // 693147180559945309417232121458176568075500134360255254120680009/1000000000000000000000000000000000000000000000000000000000000000 +pkg math, const Log10E = 0.434294 // 10000000000000000000000000000000000000000000000000000000000000/23025850929940456840179914546843642076011014886287729760333279 +pkg math, const Log2E = 1.4427 // 1000000000000000000000000000000000000000000000000000000000000000/693147180559945309417232121458176568075500134360255254120680009 +pkg math, const MaxFloat32 = 3.40282e+38 // 340282346638528859811704183484516925440 +pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +pkg math, const MaxInt16 = 32767 +pkg math, const MaxInt32 = 2147483647 +pkg math, const MaxInt64 = 9223372036854775807 +pkg math, const MaxInt8 = 127 +pkg math, const MaxUint16 = 65535 +pkg math, const MaxUint32 = 4294967295 +pkg math, const MaxUint64 = 18446744073709551615 +pkg math, const MaxUint8 = 255 +pkg math, const MinInt16 = -32768 +pkg math, const MinInt32 = -2147483648 +pkg math, const MinInt64 = -9223372036854775808 +pkg math, const MinInt8 = -128 +pkg math, const Phi = 1.61803 // 80901699437494742410229341718281905886015458990288143106772431/50000000000000000000000000000000000000000000000000000000000000 +pkg math, const Pi = 3.14159 // 314159265358979323846264338327950288419716939937510582097494459/100000000000000000000000000000000000000000000000000000000000000 +pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000 +pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +pkg math, const Sqrt2 = 1.41421 // 70710678118654752440084436210484903928483593768847403658833987/50000000000000000000000000000000000000000000000000000000000000 +pkg math, const SqrtE = 1.64872 // 164872127070012814684865078781416357165377610071014801157507931/100000000000000000000000000000000000000000000000000000000000000 +pkg math, const SqrtPhi = 1.27202 // 63600982475703448212621123086874574585780402092004812430832019/50000000000000000000000000000000000000000000000000000000000000 +pkg math, const SqrtPi = 1.77245 // 177245385090551602729816748334114518279754945612238712821380779/100000000000000000000000000000000000000000000000000000000000000 +pkg math/big, const MaxBase = 36 +pkg math/big, method (*Int) MarshalJSON() ([]uint8, error) +pkg math/big, method (*Int) SetUint64(uint64) *Int +pkg math/big, method (*Int) Uint64() uint64 +pkg math/big, method (*Int) UnmarshalJSON([]uint8) error +pkg math/big, method (*Rat) Float64() (float64, bool) +pkg math/big, method (*Rat) SetFloat64(float64) *Rat +pkg mime/multipart, method (*Writer) SetBoundary(string) error +pkg net, const FlagBroadcast = 2 +pkg net, const FlagLoopback = 4 +pkg net, const FlagMulticast = 16 +pkg net, const FlagPointToPoint = 8 +pkg net, const FlagUp = 1 +pkg net, const IPv4len = 4 +pkg net, const IPv6len = 16 +pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error) +pkg net, func LookupNS(string) ([]*NS, error) +pkg net, method (*Dialer) Dial(string, string) (Conn, error) +pkg net, method (*IPConn) ReadMsgIP([]uint8, []uint8) (int, int, int, *IPAddr, error) +pkg net, method (*IPConn) WriteMsgIP([]uint8, []uint8, *IPAddr) (int, int, error) +pkg net, method (*UDPConn) ReadMsgUDP([]uint8, []uint8) (int, int, int, *UDPAddr, error) +pkg net, method (*UDPConn) WriteMsgUDP([]uint8, []uint8, *UDPAddr) (int, int, error) +pkg net, method (*UnixConn) CloseRead() error +pkg net, method (*UnixConn) CloseWrite() error +pkg net, type Dialer struct +pkg net, type Dialer struct, Deadline time.Time +pkg net, type Dialer struct, LocalAddr Addr +pkg net, type Dialer struct, Timeout time.Duration +pkg net, type IPAddr struct, Zone string +pkg net, type NS struct +pkg net, type NS struct, Host string +pkg net, type TCPAddr struct, Zone string +pkg net, type UDPAddr struct, Zone string +pkg net/http, const DefaultMaxHeaderBytes = 1048576 +pkg net/http, const DefaultMaxIdleConnsPerHost = 2 +pkg net/http, const StatusAccepted = 202 +pkg net/http, const StatusBadGateway = 502 +pkg net/http, const StatusBadRequest = 400 +pkg net/http, const StatusConflict = 409 +pkg net/http, const StatusContinue = 100 +pkg net/http, const StatusCreated = 201 +pkg net/http, const StatusExpectationFailed = 417 +pkg net/http, const StatusForbidden = 403 +pkg net/http, const StatusFound = 302 +pkg net/http, const StatusGatewayTimeout = 504 +pkg net/http, const StatusGone = 410 +pkg net/http, const StatusHTTPVersionNotSupported = 505 +pkg net/http, const StatusInternalServerError = 500 +pkg net/http, const StatusLengthRequired = 411 +pkg net/http, const StatusMethodNotAllowed = 405 +pkg net/http, const StatusMovedPermanently = 301 +pkg net/http, const StatusMultipleChoices = 300 +pkg net/http, const StatusNoContent = 204 +pkg net/http, const StatusNonAuthoritativeInfo = 203 +pkg net/http, const StatusNotAcceptable = 406 +pkg net/http, const StatusNotFound = 404 +pkg net/http, const StatusNotImplemented = 501 +pkg net/http, const StatusNotModified = 304 +pkg net/http, const StatusOK = 200 +pkg net/http, const StatusPartialContent = 206 +pkg net/http, const StatusPaymentRequired = 402 +pkg net/http, const StatusPreconditionFailed = 412 +pkg net/http, const StatusProxyAuthRequired = 407 +pkg net/http, const StatusRequestEntityTooLarge = 413 +pkg net/http, const StatusRequestTimeout = 408 +pkg net/http, const StatusRequestURITooLong = 414 +pkg net/http, const StatusRequestedRangeNotSatisfiable = 416 +pkg net/http, const StatusResetContent = 205 +pkg net/http, const StatusSeeOther = 303 +pkg net/http, const StatusServiceUnavailable = 503 +pkg net/http, const StatusSwitchingProtocols = 101 +pkg net/http, const StatusTeapot = 418 +pkg net/http, const StatusTemporaryRedirect = 307 +pkg net/http, const StatusUnauthorized = 401 +pkg net/http, const StatusUnsupportedMediaType = 415 +pkg net/http, const StatusUseProxy = 305 +pkg net/http, const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT" +pkg net/http, func ParseTime(string) (time.Time, error) +pkg net/http, method (*Request) PostFormValue(string) string +pkg net/http, method (*ServeMux) Handler(*Request) (Handler, string) +pkg net/http, method (*Transport) CancelRequest(*Request) +pkg net/http, type CloseNotifier interface { CloseNotify } +pkg net/http, type CloseNotifier interface, CloseNotify() <-chan bool +pkg net/http, type Request struct, PostForm url.Values +pkg net/http, type Server struct, TLSNextProto map[string]func(*Server, *tls.Conn, Handler) +pkg net/http, type Transport struct, ResponseHeaderTimeout time.Duration +pkg net/http/cookiejar, func New(*Options) (*Jar, error) +pkg net/http/cookiejar, method (*Jar) Cookies(*url.URL) []*http.Cookie +pkg net/http/cookiejar, method (*Jar) SetCookies(*url.URL, []*http.Cookie) +pkg net/http/cookiejar, type Jar struct +pkg net/http/cookiejar, type Options struct +pkg net/http/cookiejar, type Options struct, PublicSuffixList PublicSuffixList +pkg net/http/cookiejar, type PublicSuffixList interface { PublicSuffix, String } +pkg net/http/cookiejar, type PublicSuffixList interface, PublicSuffix(string) string +pkg net/http/cookiejar, type PublicSuffixList interface, String() string +pkg net/http/httptest, const DefaultRemoteAddr = "1.2.3.4" +pkg net/mail, func ParseAddress(string) (*Address, error) +pkg net/mail, func ParseAddressList(string) ([]*Address, error) +pkg net/rpc, const DefaultDebugPath = "/debug/rpc" +pkg net/rpc, const DefaultRPCPath = "/_goRPC_" +pkg net/smtp, method (*Client) Hello(string) error +pkg net/textproto, func TrimBytes([]uint8) []uint8 +pkg net/textproto, func TrimString(string) string +pkg os (darwin-386), const DevNull = "/dev/null" +pkg os (darwin-386), const O_APPEND = 8 +pkg os (darwin-386), const O_CREATE = 512 +pkg os (darwin-386), const O_EXCL = 2048 +pkg os (darwin-386), const O_SYNC = 128 +pkg os (darwin-386), const O_TRUNC = 1024 +pkg os (darwin-386), const PathListSeparator = 58 +pkg os (darwin-386), const PathSeparator = 47 +pkg os (darwin-386-cgo), const DevNull = "/dev/null" +pkg os (darwin-386-cgo), const O_APPEND = 8 +pkg os (darwin-386-cgo), const O_CREATE = 512 +pkg os (darwin-386-cgo), const O_EXCL = 2048 +pkg os (darwin-386-cgo), const O_SYNC = 128 +pkg os (darwin-386-cgo), const O_TRUNC = 1024 +pkg os (darwin-386-cgo), const PathListSeparator = 58 +pkg os (darwin-386-cgo), const PathSeparator = 47 +pkg os (darwin-amd64), const DevNull = "/dev/null" +pkg os (darwin-amd64), const O_APPEND = 8 +pkg os (darwin-amd64), const O_CREATE = 512 +pkg os (darwin-amd64), const O_EXCL = 2048 +pkg os (darwin-amd64), const O_SYNC = 128 +pkg os (darwin-amd64), const O_TRUNC = 1024 +pkg os (darwin-amd64), const PathListSeparator = 58 +pkg os (darwin-amd64), const PathSeparator = 47 +pkg os (darwin-amd64-cgo), const DevNull = "/dev/null" +pkg os (darwin-amd64-cgo), const O_APPEND = 8 +pkg os (darwin-amd64-cgo), const O_CREATE = 512 +pkg os (darwin-amd64-cgo), const O_EXCL = 2048 +pkg os (darwin-amd64-cgo), const O_SYNC = 128 +pkg os (darwin-amd64-cgo), const O_TRUNC = 1024 +pkg os (darwin-amd64-cgo), const PathListSeparator = 58 +pkg os (darwin-amd64-cgo), const PathSeparator = 47 +pkg os (freebsd-386), const DevNull = "/dev/null" +pkg os (freebsd-386), const O_APPEND = 8 +pkg os (freebsd-386), const O_CREATE = 512 +pkg os (freebsd-386), const O_EXCL = 2048 +pkg os (freebsd-386), const O_SYNC = 128 +pkg os (freebsd-386), const O_TRUNC = 1024 +pkg os (freebsd-386), const PathListSeparator = 58 +pkg os (freebsd-386), const PathSeparator = 47 +pkg os (freebsd-386-cgo), const DevNull = "/dev/null" +pkg os (freebsd-386-cgo), const O_APPEND = 8 +pkg os (freebsd-386-cgo), const O_CREATE = 512 +pkg os (freebsd-386-cgo), const O_EXCL = 2048 +pkg os (freebsd-386-cgo), const O_SYNC = 128 +pkg os (freebsd-386-cgo), const O_TRUNC = 1024 +pkg os (freebsd-386-cgo), const PathListSeparator = 58 +pkg os (freebsd-386-cgo), const PathSeparator = 47 +pkg os (freebsd-amd64), const DevNull = "/dev/null" +pkg os (freebsd-amd64), const O_APPEND = 8 +pkg os (freebsd-amd64), const O_CREATE = 512 +pkg os (freebsd-amd64), const O_EXCL = 2048 +pkg os (freebsd-amd64), const O_SYNC = 128 +pkg os (freebsd-amd64), const O_TRUNC = 1024 +pkg os (freebsd-amd64), const PathListSeparator = 58 +pkg os (freebsd-amd64), const PathSeparator = 47 +pkg os (freebsd-amd64-cgo), const DevNull = "/dev/null" +pkg os (freebsd-amd64-cgo), const O_APPEND = 8 +pkg os (freebsd-amd64-cgo), const O_CREATE = 512 +pkg os (freebsd-amd64-cgo), const O_EXCL = 2048 +pkg os (freebsd-amd64-cgo), const O_SYNC = 128 +pkg os (freebsd-amd64-cgo), const O_TRUNC = 1024 +pkg os (freebsd-amd64-cgo), const PathListSeparator = 58 +pkg os (freebsd-amd64-cgo), const PathSeparator = 47 +pkg os (freebsd-arm), const DevNull = "/dev/null" +pkg os (freebsd-arm), const O_APPEND = 8 +pkg os (freebsd-arm), const O_CREATE = 512 +pkg os (freebsd-arm), const O_EXCL = 2048 +pkg os (freebsd-arm), const O_SYNC = 128 +pkg os (freebsd-arm), const O_TRUNC = 1024 +pkg os (freebsd-arm), const PathListSeparator = 58 +pkg os (freebsd-arm), const PathSeparator = 47 +pkg os (freebsd-arm-cgo), const DevNull = "/dev/null" +pkg os (freebsd-arm-cgo), const O_APPEND = 8 +pkg os (freebsd-arm-cgo), const O_CREATE = 512 +pkg os (freebsd-arm-cgo), const O_EXCL = 2048 +pkg os (freebsd-arm-cgo), const O_SYNC = 128 +pkg os (freebsd-arm-cgo), const O_TRUNC = 1024 +pkg os (freebsd-arm-cgo), const PathListSeparator = 58 +pkg os (freebsd-arm-cgo), const PathSeparator = 47 +pkg os (linux-386), const DevNull = "/dev/null" +pkg os (linux-386), const O_APPEND = 1024 +pkg os (linux-386), const O_CREATE = 64 +pkg os (linux-386), const O_EXCL = 128 +pkg os (linux-386), const O_SYNC = 1052672 +pkg os (linux-386), const O_TRUNC = 512 +pkg os (linux-386), const PathListSeparator = 58 +pkg os (linux-386), const PathSeparator = 47 +pkg os (linux-386-cgo), const DevNull = "/dev/null" +pkg os (linux-386-cgo), const O_APPEND = 1024 +pkg os (linux-386-cgo), const O_CREATE = 64 +pkg os (linux-386-cgo), const O_EXCL = 128 +pkg os (linux-386-cgo), const O_SYNC = 1052672 +pkg os (linux-386-cgo), const O_TRUNC = 512 +pkg os (linux-386-cgo), const PathListSeparator = 58 +pkg os (linux-386-cgo), const PathSeparator = 47 +pkg os (linux-amd64), const DevNull = "/dev/null" +pkg os (linux-amd64), const O_APPEND = 1024 +pkg os (linux-amd64), const O_CREATE = 64 +pkg os (linux-amd64), const O_EXCL = 128 +pkg os (linux-amd64), const O_SYNC = 1052672 +pkg os (linux-amd64), const O_TRUNC = 512 +pkg os (linux-amd64), const PathListSeparator = 58 +pkg os (linux-amd64), const PathSeparator = 47 +pkg os (linux-amd64-cgo), const DevNull = "/dev/null" +pkg os (linux-amd64-cgo), const O_APPEND = 1024 +pkg os (linux-amd64-cgo), const O_CREATE = 64 +pkg os (linux-amd64-cgo), const O_EXCL = 128 +pkg os (linux-amd64-cgo), const O_SYNC = 1052672 +pkg os (linux-amd64-cgo), const O_TRUNC = 512 +pkg os (linux-amd64-cgo), const PathListSeparator = 58 +pkg os (linux-amd64-cgo), const PathSeparator = 47 +pkg os (linux-arm), const DevNull = "/dev/null" +pkg os (linux-arm), const O_APPEND = 1024 +pkg os (linux-arm), const O_CREATE = 64 +pkg os (linux-arm), const O_EXCL = 128 +pkg os (linux-arm), const O_SYNC = 4096 +pkg os (linux-arm), const O_TRUNC = 512 +pkg os (linux-arm), const PathListSeparator = 58 +pkg os (linux-arm), const PathSeparator = 47 +pkg os (linux-arm-cgo), const DevNull = "/dev/null" +pkg os (linux-arm-cgo), const O_APPEND = 1024 +pkg os (linux-arm-cgo), const O_CREATE = 64 +pkg os (linux-arm-cgo), const O_EXCL = 128 +pkg os (linux-arm-cgo), const O_SYNC = 4096 +pkg os (linux-arm-cgo), const O_TRUNC = 512 +pkg os (linux-arm-cgo), const PathListSeparator = 58 +pkg os (linux-arm-cgo), const PathSeparator = 47 +pkg os (netbsd-386), const DevNull = "/dev/null" +pkg os (netbsd-386), const O_APPEND = 8 +pkg os (netbsd-386), const O_CREATE = 512 +pkg os (netbsd-386), const O_EXCL = 2048 +pkg os (netbsd-386), const O_SYNC = 128 +pkg os (netbsd-386), const O_TRUNC = 1024 +pkg os (netbsd-386), const PathListSeparator = 58 +pkg os (netbsd-386), const PathSeparator = 47 +pkg os (netbsd-386-cgo), const DevNull = "/dev/null" +pkg os (netbsd-386-cgo), const O_APPEND = 8 +pkg os (netbsd-386-cgo), const O_CREATE = 512 +pkg os (netbsd-386-cgo), const O_EXCL = 2048 +pkg os (netbsd-386-cgo), const O_SYNC = 128 +pkg os (netbsd-386-cgo), const O_TRUNC = 1024 +pkg os (netbsd-386-cgo), const PathListSeparator = 58 +pkg os (netbsd-386-cgo), const PathSeparator = 47 +pkg os (netbsd-amd64), const DevNull = "/dev/null" +pkg os (netbsd-amd64), const O_APPEND = 8 +pkg os (netbsd-amd64), const O_CREATE = 512 +pkg os (netbsd-amd64), const O_EXCL = 2048 +pkg os (netbsd-amd64), const O_SYNC = 128 +pkg os (netbsd-amd64), const O_TRUNC = 1024 +pkg os (netbsd-amd64), const PathListSeparator = 58 +pkg os (netbsd-amd64), const PathSeparator = 47 +pkg os (netbsd-amd64-cgo), const DevNull = "/dev/null" +pkg os (netbsd-amd64-cgo), const O_APPEND = 8 +pkg os (netbsd-amd64-cgo), const O_CREATE = 512 +pkg os (netbsd-amd64-cgo), const O_EXCL = 2048 +pkg os (netbsd-amd64-cgo), const O_SYNC = 128 +pkg os (netbsd-amd64-cgo), const O_TRUNC = 1024 +pkg os (netbsd-amd64-cgo), const PathListSeparator = 58 +pkg os (netbsd-amd64-cgo), const PathSeparator = 47 +pkg os (netbsd-arm), const DevNull = "/dev/null" +pkg os (netbsd-arm), const O_APPEND = 8 +pkg os (netbsd-arm), const O_CREATE = 512 +pkg os (netbsd-arm), const O_EXCL = 2048 +pkg os (netbsd-arm), const O_SYNC = 128 +pkg os (netbsd-arm), const O_TRUNC = 1024 +pkg os (netbsd-arm), const PathListSeparator = 58 +pkg os (netbsd-arm), const PathSeparator = 47 +pkg os (netbsd-arm-cgo), const DevNull = "/dev/null" +pkg os (netbsd-arm-cgo), const O_APPEND = 8 +pkg os (netbsd-arm-cgo), const O_CREATE = 512 +pkg os (netbsd-arm-cgo), const O_EXCL = 2048 +pkg os (netbsd-arm-cgo), const O_SYNC = 128 +pkg os (netbsd-arm-cgo), const O_TRUNC = 1024 +pkg os (netbsd-arm-cgo), const PathListSeparator = 58 +pkg os (netbsd-arm-cgo), const PathSeparator = 47 +pkg os (openbsd-386), const DevNull = "/dev/null" +pkg os (openbsd-386), const O_APPEND = 8 +pkg os (openbsd-386), const O_CREATE = 512 +pkg os (openbsd-386), const O_EXCL = 2048 +pkg os (openbsd-386), const O_SYNC = 128 +pkg os (openbsd-386), const O_TRUNC = 1024 +pkg os (openbsd-386), const PathListSeparator = 58 +pkg os (openbsd-386), const PathSeparator = 47 +pkg os (openbsd-386-cgo), const DevNull = "/dev/null" +pkg os (openbsd-386-cgo), const O_APPEND = 8 +pkg os (openbsd-386-cgo), const O_CREATE = 512 +pkg os (openbsd-386-cgo), const O_EXCL = 2048 +pkg os (openbsd-386-cgo), const O_SYNC = 128 +pkg os (openbsd-386-cgo), const O_TRUNC = 1024 +pkg os (openbsd-386-cgo), const PathListSeparator = 58 +pkg os (openbsd-386-cgo), const PathSeparator = 47 +pkg os (openbsd-amd64), const DevNull = "/dev/null" +pkg os (openbsd-amd64), const O_APPEND = 8 +pkg os (openbsd-amd64), const O_CREATE = 512 +pkg os (openbsd-amd64), const O_EXCL = 2048 +pkg os (openbsd-amd64), const O_SYNC = 128 +pkg os (openbsd-amd64), const O_TRUNC = 1024 +pkg os (openbsd-amd64), const PathListSeparator = 58 +pkg os (openbsd-amd64), const PathSeparator = 47 +pkg os (openbsd-amd64-cgo), const DevNull = "/dev/null" +pkg os (openbsd-amd64-cgo), const O_APPEND = 8 +pkg os (openbsd-amd64-cgo), const O_CREATE = 512 +pkg os (openbsd-amd64-cgo), const O_EXCL = 2048 +pkg os (openbsd-amd64-cgo), const O_SYNC = 128 +pkg os (openbsd-amd64-cgo), const O_TRUNC = 1024 +pkg os (openbsd-amd64-cgo), const PathListSeparator = 58 +pkg os (openbsd-amd64-cgo), const PathSeparator = 47 +pkg os (windows-386), const DevNull = "NUL" +pkg os (windows-386), const O_APPEND = 1024 +pkg os (windows-386), const O_CREATE = 64 +pkg os (windows-386), const O_EXCL = 128 +pkg os (windows-386), const O_SYNC = 4096 +pkg os (windows-386), const O_TRUNC = 512 +pkg os (windows-386), const PathListSeparator = 59 +pkg os (windows-386), const PathSeparator = 92 +pkg os (windows-amd64), const DevNull = "NUL" +pkg os (windows-amd64), const O_APPEND = 1024 +pkg os (windows-amd64), const O_CREATE = 64 +pkg os (windows-amd64), const O_EXCL = 128 +pkg os (windows-amd64), const O_SYNC = 4096 +pkg os (windows-amd64), const O_TRUNC = 512 +pkg os (windows-amd64), const PathListSeparator = 59 +pkg os (windows-amd64), const PathSeparator = 92 +pkg os, const ModeAppend = 1073741824 +pkg os, const ModeCharDevice = 2097152 +pkg os, const ModeDevice = 67108864 +pkg os, const ModeDir = 2147483648 +pkg os, const ModeExclusive = 536870912 +pkg os, const ModeNamedPipe = 33554432 +pkg os, const ModePerm = 511 +pkg os, const ModeSetgid = 4194304 +pkg os, const ModeSetuid = 8388608 +pkg os, const ModeSocket = 16777216 +pkg os, const ModeSticky = 1048576 +pkg os, const ModeSymlink = 134217728 +pkg os, const ModeTemporary = 268435456 +pkg os, const ModeType = 2399141888 +pkg os, const O_RDONLY = 0 +pkg os, const O_RDWR = 2 +pkg os, const O_WRONLY = 1 +pkg os, const SEEK_CUR = 1 +pkg os, const SEEK_END = 2 +pkg os, const SEEK_SET = 0 +pkg os, method (FileMode) IsRegular() bool +pkg os/signal, func Stop(chan<- os.Signal) +pkg path/filepath (darwin-386), const ListSeparator = 58 +pkg path/filepath (darwin-386), const Separator = 47 +pkg path/filepath (darwin-386-cgo), const ListSeparator = 58 +pkg path/filepath (darwin-386-cgo), const Separator = 47 +pkg path/filepath (darwin-amd64), const ListSeparator = 58 +pkg path/filepath (darwin-amd64), const Separator = 47 +pkg path/filepath (darwin-amd64-cgo), const ListSeparator = 58 +pkg path/filepath (darwin-amd64-cgo), const Separator = 47 +pkg path/filepath (freebsd-386), const ListSeparator = 58 +pkg path/filepath (freebsd-386), const Separator = 47 +pkg path/filepath (freebsd-386-cgo), const ListSeparator = 58 +pkg path/filepath (freebsd-386-cgo), const Separator = 47 +pkg path/filepath (freebsd-amd64), const ListSeparator = 58 +pkg path/filepath (freebsd-amd64), const Separator = 47 +pkg path/filepath (freebsd-amd64-cgo), const ListSeparator = 58 +pkg path/filepath (freebsd-amd64-cgo), const Separator = 47 +pkg path/filepath (freebsd-arm), const ListSeparator = 58 +pkg path/filepath (freebsd-arm), const Separator = 47 +pkg path/filepath (freebsd-arm-cgo), const ListSeparator = 58 +pkg path/filepath (freebsd-arm-cgo), const Separator = 47 +pkg path/filepath (linux-386), const ListSeparator = 58 +pkg path/filepath (linux-386), const Separator = 47 +pkg path/filepath (linux-386-cgo), const ListSeparator = 58 +pkg path/filepath (linux-386-cgo), const Separator = 47 +pkg path/filepath (linux-amd64), const ListSeparator = 58 +pkg path/filepath (linux-amd64), const Separator = 47 +pkg path/filepath (linux-amd64-cgo), const ListSeparator = 58 +pkg path/filepath (linux-amd64-cgo), const Separator = 47 +pkg path/filepath (linux-arm), const ListSeparator = 58 +pkg path/filepath (linux-arm), const Separator = 47 +pkg path/filepath (linux-arm-cgo), const ListSeparator = 58 +pkg path/filepath (linux-arm-cgo), const Separator = 47 +pkg path/filepath (netbsd-386), const ListSeparator = 58 +pkg path/filepath (netbsd-386), const Separator = 47 +pkg path/filepath (netbsd-386-cgo), const ListSeparator = 58 +pkg path/filepath (netbsd-386-cgo), const Separator = 47 +pkg path/filepath (netbsd-amd64), const ListSeparator = 58 +pkg path/filepath (netbsd-amd64), const Separator = 47 +pkg path/filepath (netbsd-amd64-cgo), const ListSeparator = 58 +pkg path/filepath (netbsd-amd64-cgo), const Separator = 47 +pkg path/filepath (netbsd-arm), const ListSeparator = 58 +pkg path/filepath (netbsd-arm), const Separator = 47 +pkg path/filepath (netbsd-arm-cgo), const ListSeparator = 58 +pkg path/filepath (netbsd-arm-cgo), const Separator = 47 +pkg path/filepath (openbsd-386), const ListSeparator = 58 +pkg path/filepath (openbsd-386), const Separator = 47 +pkg path/filepath (openbsd-386-cgo), const ListSeparator = 58 +pkg path/filepath (openbsd-386-cgo), const Separator = 47 +pkg path/filepath (openbsd-amd64), const ListSeparator = 58 +pkg path/filepath (openbsd-amd64), const Separator = 47 +pkg path/filepath (openbsd-amd64-cgo), const ListSeparator = 58 +pkg path/filepath (openbsd-amd64-cgo), const Separator = 47 +pkg path/filepath (windows-386), const ListSeparator = 59 +pkg path/filepath (windows-386), const Separator = 92 +pkg path/filepath (windows-amd64), const ListSeparator = 59 +pkg path/filepath (windows-amd64), const Separator = 92 +pkg reflect, const Array = 17 +pkg reflect, const Bool = 1 +pkg reflect, const BothDir = 3 +pkg reflect, const Chan = 18 +pkg reflect, const Complex128 = 16 +pkg reflect, const Complex64 = 15 +pkg reflect, const Float32 = 13 +pkg reflect, const Float64 = 14 +pkg reflect, const Func = 19 +pkg reflect, const Int = 2 +pkg reflect, const Int16 = 4 +pkg reflect, const Int32 = 5 +pkg reflect, const Int64 = 6 +pkg reflect, const Int8 = 3 +pkg reflect, const Interface = 20 +pkg reflect, const Invalid = 0 +pkg reflect, const Map = 21 +pkg reflect, const Ptr = 22 +pkg reflect, const RecvDir = 1 +pkg reflect, const SelectDefault = 3 +pkg reflect, const SelectDefault SelectDir +pkg reflect, const SelectRecv = 2 +pkg reflect, const SelectRecv SelectDir +pkg reflect, const SelectSend = 1 +pkg reflect, const SelectSend SelectDir +pkg reflect, const SendDir = 2 +pkg reflect, const Slice = 23 +pkg reflect, const String = 24 +pkg reflect, const Struct = 25 +pkg reflect, const Uint = 7 +pkg reflect, const Uint16 = 9 +pkg reflect, const Uint32 = 10 +pkg reflect, const Uint64 = 11 +pkg reflect, const Uint8 = 8 +pkg reflect, const Uintptr = 12 +pkg reflect, const UnsafePointer = 26 +pkg reflect, func ChanOf(ChanDir, Type) Type +pkg reflect, func MakeFunc(Type, func([]Value) []Value) Value +pkg reflect, func MapOf(Type, Type) Type +pkg reflect, func Select([]SelectCase) (int, Value, bool) +pkg reflect, func SliceOf(Type) Type +pkg reflect, method (Value) Convert(Type) Value +pkg reflect, type SelectCase struct +pkg reflect, type SelectCase struct, Chan Value +pkg reflect, type SelectCase struct, Dir SelectDir +pkg reflect, type SelectCase struct, Send Value +pkg reflect, type SelectDir int +pkg reflect, type Type interface, ConvertibleTo(Type) bool +pkg regexp, method (*Regexp) Longest() +pkg regexp, method (*Regexp) Split(string, int) []string +pkg regexp/syntax, const ClassNL = 4 +pkg regexp/syntax, const DotNL = 8 +pkg regexp/syntax, const EmptyBeginLine = 1 +pkg regexp/syntax, const EmptyBeginText = 4 +pkg regexp/syntax, const EmptyEndLine = 2 +pkg regexp/syntax, const EmptyEndText = 8 +pkg regexp/syntax, const EmptyNoWordBoundary = 32 +pkg regexp/syntax, const EmptyWordBoundary = 16 +pkg regexp/syntax, const ErrInternalError = "regexp/syntax: internal error" +pkg regexp/syntax, const ErrInvalidCharClass = "invalid character class" +pkg regexp/syntax, const ErrInvalidCharRange = "invalid character class range" +pkg regexp/syntax, const ErrInvalidEscape = "invalid escape sequence" +pkg regexp/syntax, const ErrInvalidNamedCapture = "invalid named capture" +pkg regexp/syntax, const ErrInvalidPerlOp = "invalid or unsupported Perl syntax" +pkg regexp/syntax, const ErrInvalidRepeatOp = "invalid nested repetition operator" +pkg regexp/syntax, const ErrInvalidRepeatSize = "invalid repeat count" +pkg regexp/syntax, const ErrInvalidUTF8 = "invalid UTF-8" +pkg regexp/syntax, const ErrMissingBracket = "missing closing ]" +pkg regexp/syntax, const ErrMissingParen = "missing closing )" +pkg regexp/syntax, const ErrMissingRepeatArgument = "missing argument to repetition operator" +pkg regexp/syntax, const ErrTrailingBackslash = "trailing backslash at end of expression" +pkg regexp/syntax, const ErrUnexpectedParen = "unexpected )" +pkg regexp/syntax, const ErrUnexpectedParen ErrorCode +pkg regexp/syntax, const FoldCase = 1 +pkg regexp/syntax, const InstAlt = 0 +pkg regexp/syntax, const InstAltMatch = 1 +pkg regexp/syntax, const InstCapture = 2 +pkg regexp/syntax, const InstEmptyWidth = 3 +pkg regexp/syntax, const InstFail = 5 +pkg regexp/syntax, const InstMatch = 4 +pkg regexp/syntax, const InstNop = 6 +pkg regexp/syntax, const InstRune = 7 +pkg regexp/syntax, const InstRune1 = 8 +pkg regexp/syntax, const InstRuneAny = 9 +pkg regexp/syntax, const InstRuneAnyNotNL = 10 +pkg regexp/syntax, const Literal = 2 +pkg regexp/syntax, const MatchNL = 12 +pkg regexp/syntax, const NonGreedy = 32 +pkg regexp/syntax, const OneLine = 16 +pkg regexp/syntax, const OpAlternate = 19 +pkg regexp/syntax, const OpAnyChar = 6 +pkg regexp/syntax, const OpAnyCharNotNL = 5 +pkg regexp/syntax, const OpBeginLine = 7 +pkg regexp/syntax, const OpBeginText = 9 +pkg regexp/syntax, const OpCapture = 13 +pkg regexp/syntax, const OpCharClass = 4 +pkg regexp/syntax, const OpConcat = 18 +pkg regexp/syntax, const OpEmptyMatch = 2 +pkg regexp/syntax, const OpEndLine = 8 +pkg regexp/syntax, const OpEndText = 10 +pkg regexp/syntax, const OpLiteral = 3 +pkg regexp/syntax, const OpNoMatch = 1 +pkg regexp/syntax, const OpNoWordBoundary = 12 +pkg regexp/syntax, const OpPlus = 15 +pkg regexp/syntax, const OpQuest = 16 +pkg regexp/syntax, const OpRepeat = 17 +pkg regexp/syntax, const OpStar = 14 +pkg regexp/syntax, const OpWordBoundary = 11 +pkg regexp/syntax, const POSIX = 0 +pkg regexp/syntax, const Perl = 212 +pkg regexp/syntax, const PerlX = 64 +pkg regexp/syntax, const Simple = 512 +pkg regexp/syntax, const UnicodeGroups = 128 +pkg regexp/syntax, const WasDollar = 256 +pkg runtime (darwin-386), const GOARCH = "386" +pkg runtime (darwin-386), const GOOS = "darwin" +pkg runtime (darwin-386-cgo), const GOARCH = "386" +pkg runtime (darwin-386-cgo), const GOOS = "darwin" +pkg runtime (darwin-amd64), const GOARCH = "amd64" +pkg runtime (darwin-amd64), const GOOS = "darwin" +pkg runtime (darwin-amd64-cgo), const GOARCH = "amd64" +pkg runtime (darwin-amd64-cgo), const GOOS = "darwin" +pkg runtime (freebsd-386), const GOARCH = "386" +pkg runtime (freebsd-386), const GOOS = "freebsd" +pkg runtime (freebsd-386-cgo), const GOARCH = "386" +pkg runtime (freebsd-386-cgo), const GOOS = "freebsd" +pkg runtime (freebsd-amd64), const GOARCH = "amd64" +pkg runtime (freebsd-amd64), const GOOS = "freebsd" +pkg runtime (freebsd-amd64-cgo), const GOARCH = "amd64" +pkg runtime (freebsd-amd64-cgo), const GOOS = "freebsd" +pkg runtime (freebsd-arm), const GOARCH = "arm" +pkg runtime (freebsd-arm), const GOOS = "freebsd" +pkg runtime (freebsd-arm-cgo), const GOARCH = "arm" +pkg runtime (freebsd-arm-cgo), const GOOS = "freebsd" +pkg runtime (linux-386), const GOARCH = "386" +pkg runtime (linux-386), const GOOS = "linux" +pkg runtime (linux-386-cgo), const GOARCH = "386" +pkg runtime (linux-386-cgo), const GOOS = "linux" +pkg runtime (linux-amd64), const GOARCH = "amd64" +pkg runtime (linux-amd64), const GOOS = "linux" +pkg runtime (linux-amd64-cgo), const GOARCH = "amd64" +pkg runtime (linux-amd64-cgo), const GOOS = "linux" +pkg runtime (linux-arm), const GOARCH = "arm" +pkg runtime (linux-arm), const GOOS = "linux" +pkg runtime (linux-arm-cgo), const GOARCH = "arm" +pkg runtime (linux-arm-cgo), const GOOS = "linux" +pkg runtime (netbsd-386), const GOARCH = "386" +pkg runtime (netbsd-386), const GOOS = "netbsd" +pkg runtime (netbsd-386-cgo), const GOARCH = "386" +pkg runtime (netbsd-386-cgo), const GOOS = "netbsd" +pkg runtime (netbsd-amd64), const GOARCH = "amd64" +pkg runtime (netbsd-amd64), const GOOS = "netbsd" +pkg runtime (netbsd-amd64-cgo), const GOARCH = "amd64" +pkg runtime (netbsd-amd64-cgo), const GOOS = "netbsd" +pkg runtime (netbsd-arm), const GOARCH = "arm" +pkg runtime (netbsd-arm), const GOOS = "netbsd" +pkg runtime (netbsd-arm-cgo), const GOARCH = "arm" +pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd" +pkg runtime (openbsd-386), const GOARCH = "386" +pkg runtime (openbsd-386), const GOOS = "openbsd" +pkg runtime (openbsd-386-cgo), const GOARCH = "386" +pkg runtime (openbsd-386-cgo), const GOOS = "openbsd" +pkg runtime (openbsd-amd64), const GOARCH = "amd64" +pkg runtime (openbsd-amd64), const GOOS = "openbsd" +pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64" +pkg runtime (openbsd-amd64-cgo), const GOOS = "openbsd" +pkg runtime (windows-386), const GOARCH = "386" +pkg runtime (windows-386), const GOOS = "windows" +pkg runtime (windows-amd64), const GOARCH = "amd64" +pkg runtime (windows-amd64), const GOOS = "windows" +pkg runtime, const Compiler = "gc" +pkg runtime, func BlockProfile([]BlockProfileRecord) (int, bool) +pkg runtime, func SetBlockProfileRate(int) +pkg runtime, method (*BlockProfileRecord) Stack() []uintptr +pkg runtime, type BlockProfileRecord struct +pkg runtime, type BlockProfileRecord struct, Count int64 +pkg runtime, type BlockProfileRecord struct, Cycles int64 +pkg runtime, type BlockProfileRecord struct, embedded StackRecord +pkg runtime/debug, func FreeOSMemory() +pkg runtime/debug, func ReadGCStats(*GCStats) +pkg runtime/debug, func SetGCPercent(int) int +pkg runtime/debug, type GCStats struct +pkg runtime/debug, type GCStats struct, LastGC time.Time +pkg runtime/debug, type GCStats struct, NumGC int64 +pkg runtime/debug, type GCStats struct, Pause []time.Duration +pkg runtime/debug, type GCStats struct, PauseQuantiles []time.Duration +pkg runtime/debug, type GCStats struct, PauseTotal time.Duration +pkg sort, func Reverse(Interface) Interface +pkg strconv (darwin-amd64), const IntSize = 64 +pkg strconv (darwin-amd64-cgo), const IntSize = 64 +pkg strconv (freebsd-386), const IntSize = 32 +pkg strconv (freebsd-386-cgo), const IntSize = 32 +pkg strconv (freebsd-amd64), const IntSize = 64 +pkg strconv (freebsd-amd64-cgo), const IntSize = 64 +pkg strconv (freebsd-arm), const IntSize = 32 +pkg strconv (freebsd-arm-cgo), const IntSize = 32 +pkg strconv (linux-386), const IntSize = 32 +pkg strconv (linux-386-cgo), const IntSize = 32 +pkg strconv (linux-amd64), const IntSize = 64 +pkg strconv (linux-amd64-cgo), const IntSize = 64 +pkg strconv (linux-arm), const IntSize = 32 +pkg strconv (linux-arm-cgo), const IntSize = 32 +pkg strconv (netbsd-386), const IntSize = 32 +pkg strconv (netbsd-386-cgo), const IntSize = 32 +pkg strconv (netbsd-amd64), const IntSize = 64 +pkg strconv (netbsd-amd64-cgo), const IntSize = 64 +pkg strconv (netbsd-arm), const IntSize = 32 +pkg strconv (netbsd-arm-cgo), const IntSize = 32 +pkg strconv (netbsd-arm64), const IntSize = 64 +pkg strconv (netbsd-arm64-cgo), const IntSize = 64 +pkg strconv (openbsd-386), const IntSize = 32 +pkg strconv (openbsd-386-cgo), const IntSize = 32 +pkg strconv (openbsd-amd64), const IntSize = 64 +pkg strconv (openbsd-amd64-cgo), const IntSize = 64 +pkg strconv (windows-386), const IntSize = 32 +pkg strconv (windows-amd64), const IntSize = 64 +pkg strings, func TrimPrefix(string, string) string +pkg strings, func TrimSuffix(string, string) string +pkg strings, method (*Reader) WriteTo(io.Writer) (int64, error) +pkg syscall (darwin-386), const AF_APPLETALK = 16 +pkg syscall (darwin-386), const AF_CCITT = 10 +pkg syscall (darwin-386), const AF_CHAOS = 5 +pkg syscall (darwin-386), const AF_CNT = 21 +pkg syscall (darwin-386), const AF_COIP = 20 +pkg syscall (darwin-386), const AF_DATAKIT = 9 +pkg syscall (darwin-386), const AF_DECnet = 12 +pkg syscall (darwin-386), const AF_DLI = 13 +pkg syscall (darwin-386), const AF_E164 = 28 +pkg syscall (darwin-386), const AF_ECMA = 8 +pkg syscall (darwin-386), const AF_HYLINK = 15 +pkg syscall (darwin-386), const AF_IEEE80211 = 37 +pkg syscall (darwin-386), const AF_IMPLINK = 3 +pkg syscall (darwin-386), const AF_INET6 = 30 +pkg syscall (darwin-386), const AF_IPX = 23 +pkg syscall (darwin-386), const AF_ISDN = 28 +pkg syscall (darwin-386), const AF_ISO = 7 +pkg syscall (darwin-386), const AF_LAT = 14 +pkg syscall (darwin-386), const AF_LINK = 18 +pkg syscall (darwin-386), const AF_LOCAL = 1 +pkg syscall (darwin-386), const AF_MAX = 38 +pkg syscall (darwin-386), const AF_NATM = 31 +pkg syscall (darwin-386), const AF_NDRV = 27 +pkg syscall (darwin-386), const AF_NETBIOS = 33 +pkg syscall (darwin-386), const AF_NS = 6 +pkg syscall (darwin-386), const AF_OSI = 7 +pkg syscall (darwin-386), const AF_PPP = 34 +pkg syscall (darwin-386), const AF_PUP = 4 +pkg syscall (darwin-386), const AF_RESERVED_36 = 36 +pkg syscall (darwin-386), const AF_ROUTE = 17 +pkg syscall (darwin-386), const AF_SIP = 24 +pkg syscall (darwin-386), const AF_SNA = 11 +pkg syscall (darwin-386), const AF_SYSTEM = 32 +pkg syscall (darwin-386), const B0 = 0 +pkg syscall (darwin-386), const B0 ideal-int +pkg syscall (darwin-386), const B110 = 110 +pkg syscall (darwin-386), const B110 ideal-int +pkg syscall (darwin-386), const B115200 = 115200 +pkg syscall (darwin-386), const B115200 ideal-int +pkg syscall (darwin-386), const B1200 = 1200 +pkg syscall (darwin-386), const B1200 ideal-int +pkg syscall (darwin-386), const B134 = 134 +pkg syscall (darwin-386), const B134 ideal-int +pkg syscall (darwin-386), const B14400 = 14400 +pkg syscall (darwin-386), const B14400 ideal-int +pkg syscall (darwin-386), const B150 = 150 +pkg syscall (darwin-386), const B150 ideal-int +pkg syscall (darwin-386), const B1800 = 1800 +pkg syscall (darwin-386), const B1800 ideal-int +pkg syscall (darwin-386), const B19200 = 19200 +pkg syscall (darwin-386), const B19200 ideal-int +pkg syscall (darwin-386), const B200 = 200 +pkg syscall (darwin-386), const B200 ideal-int +pkg syscall (darwin-386), const B230400 = 230400 +pkg syscall (darwin-386), const B230400 ideal-int +pkg syscall (darwin-386), const B2400 = 2400 +pkg syscall (darwin-386), const B2400 ideal-int +pkg syscall (darwin-386), const B28800 = 28800 +pkg syscall (darwin-386), const B28800 ideal-int +pkg syscall (darwin-386), const B300 = 300 +pkg syscall (darwin-386), const B300 ideal-int +pkg syscall (darwin-386), const B38400 = 38400 +pkg syscall (darwin-386), const B38400 ideal-int +pkg syscall (darwin-386), const B4800 = 4800 +pkg syscall (darwin-386), const B4800 ideal-int +pkg syscall (darwin-386), const B50 = 50 +pkg syscall (darwin-386), const B50 ideal-int +pkg syscall (darwin-386), const B57600 = 57600 +pkg syscall (darwin-386), const B57600 ideal-int +pkg syscall (darwin-386), const B600 = 600 +pkg syscall (darwin-386), const B600 ideal-int +pkg syscall (darwin-386), const B7200 = 7200 +pkg syscall (darwin-386), const B7200 ideal-int +pkg syscall (darwin-386), const B75 = 75 +pkg syscall (darwin-386), const B75 ideal-int +pkg syscall (darwin-386), const B76800 = 76800 +pkg syscall (darwin-386), const B76800 ideal-int +pkg syscall (darwin-386), const B9600 = 9600 +pkg syscall (darwin-386), const B9600 ideal-int +pkg syscall (darwin-386), const BIOCFLUSH = 536887912 +pkg syscall (darwin-386), const BIOCGBLEN = 1074020966 +pkg syscall (darwin-386), const BIOCGDLT = 1074020970 +pkg syscall (darwin-386), const BIOCGDLTLIST = 3222028921 +pkg syscall (darwin-386), const BIOCGETIF = 1075855979 +pkg syscall (darwin-386), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (darwin-386), const BIOCGRSIG = 1074020978 +pkg syscall (darwin-386), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (darwin-386), const BIOCGSEESENT = 1074020982 +pkg syscall (darwin-386), const BIOCGSTATS = 1074283119 +pkg syscall (darwin-386), const BIOCIMMEDIATE = 2147762800 +pkg syscall (darwin-386), const BIOCPROMISC = 536887913 +pkg syscall (darwin-386), const BIOCSBLEN = 3221504614 +pkg syscall (darwin-386), const BIOCSDLT = 2147762808 +pkg syscall (darwin-386), const BIOCSETF = 2148024935 +pkg syscall (darwin-386), const BIOCSETIF = 2149597804 +pkg syscall (darwin-386), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (darwin-386), const BIOCSRSIG = 2147762803 +pkg syscall (darwin-386), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (darwin-386), const BIOCSSEESENT = 2147762807 +pkg syscall (darwin-386), const BIOCVERSION = 1074020977 +pkg syscall (darwin-386), const BPF_A = 16 +pkg syscall (darwin-386), const BPF_ABS = 32 +pkg syscall (darwin-386), const BPF_ADD = 0 +pkg syscall (darwin-386), const BPF_ALIGNMENT = 4 +pkg syscall (darwin-386), const BPF_ALU = 4 +pkg syscall (darwin-386), const BPF_AND = 80 +pkg syscall (darwin-386), const BPF_B = 16 +pkg syscall (darwin-386), const BPF_DIV = 48 +pkg syscall (darwin-386), const BPF_H = 8 +pkg syscall (darwin-386), const BPF_IMM = 0 +pkg syscall (darwin-386), const BPF_IND = 64 +pkg syscall (darwin-386), const BPF_JA = 0 +pkg syscall (darwin-386), const BPF_JEQ = 16 +pkg syscall (darwin-386), const BPF_JGE = 48 +pkg syscall (darwin-386), const BPF_JGT = 32 +pkg syscall (darwin-386), const BPF_JMP = 5 +pkg syscall (darwin-386), const BPF_JSET = 64 +pkg syscall (darwin-386), const BPF_K = 0 +pkg syscall (darwin-386), const BPF_LD = 0 +pkg syscall (darwin-386), const BPF_LDX = 1 +pkg syscall (darwin-386), const BPF_LEN = 128 +pkg syscall (darwin-386), const BPF_LSH = 96 +pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1 +pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288 +pkg syscall (darwin-386), const BPF_MAXINSNS = 512 +pkg syscall (darwin-386), const BPF_MEM = 96 +pkg syscall (darwin-386), const BPF_MEMWORDS = 16 +pkg syscall (darwin-386), const BPF_MINBUFSIZE = 32 +pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1 +pkg syscall (darwin-386), const BPF_MISC = 7 +pkg syscall (darwin-386), const BPF_MSH = 160 +pkg syscall (darwin-386), const BPF_MUL = 32 +pkg syscall (darwin-386), const BPF_NEG = 128 +pkg syscall (darwin-386), const BPF_OR = 64 +pkg syscall (darwin-386), const BPF_RELEASE = 199606 +pkg syscall (darwin-386), const BPF_RET = 6 +pkg syscall (darwin-386), const BPF_RSH = 112 +pkg syscall (darwin-386), const BPF_ST = 2 +pkg syscall (darwin-386), const BPF_STX = 3 +pkg syscall (darwin-386), const BPF_SUB = 16 +pkg syscall (darwin-386), const BPF_TAX = 0 +pkg syscall (darwin-386), const BPF_TXA = 128 +pkg syscall (darwin-386), const BPF_W = 0 +pkg syscall (darwin-386), const BPF_X = 8 +pkg syscall (darwin-386), const BRKINT = 2 +pkg syscall (darwin-386), const BRKINT ideal-int +pkg syscall (darwin-386), const CFLUSH = 15 +pkg syscall (darwin-386), const CFLUSH ideal-int +pkg syscall (darwin-386), const CLOCAL = 32768 +pkg syscall (darwin-386), const CLOCAL ideal-int +pkg syscall (darwin-386), const CREAD = 2048 +pkg syscall (darwin-386), const CREAD ideal-int +pkg syscall (darwin-386), const CS5 = 0 +pkg syscall (darwin-386), const CS5 ideal-int +pkg syscall (darwin-386), const CS6 = 256 +pkg syscall (darwin-386), const CS6 ideal-int +pkg syscall (darwin-386), const CS7 = 512 +pkg syscall (darwin-386), const CS7 ideal-int +pkg syscall (darwin-386), const CS8 = 768 +pkg syscall (darwin-386), const CS8 ideal-int +pkg syscall (darwin-386), const CSIZE = 768 +pkg syscall (darwin-386), const CSIZE ideal-int +pkg syscall (darwin-386), const CSTART = 17 +pkg syscall (darwin-386), const CSTART ideal-int +pkg syscall (darwin-386), const CSTATUS = 20 +pkg syscall (darwin-386), const CSTATUS ideal-int +pkg syscall (darwin-386), const CSTOP = 19 +pkg syscall (darwin-386), const CSTOP ideal-int +pkg syscall (darwin-386), const CSTOPB = 1024 +pkg syscall (darwin-386), const CSTOPB ideal-int +pkg syscall (darwin-386), const CSUSP = 26 +pkg syscall (darwin-386), const CSUSP ideal-int +pkg syscall (darwin-386), const CTL_MAXNAME = 12 +pkg syscall (darwin-386), const CTL_NET = 4 +pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (darwin-386), const DLT_ARCNET = 7 +pkg syscall (darwin-386), const DLT_ATM_CLIP = 19 +pkg syscall (darwin-386), const DLT_ATM_RFC1483 = 11 +pkg syscall (darwin-386), const DLT_AX25 = 3 +pkg syscall (darwin-386), const DLT_CHAOS = 5 +pkg syscall (darwin-386), const DLT_CHDLC = 104 +pkg syscall (darwin-386), const DLT_C_HDLC = 104 +pkg syscall (darwin-386), const DLT_EN10MB = 1 +pkg syscall (darwin-386), const DLT_EN3MB = 2 +pkg syscall (darwin-386), const DLT_FDDI = 10 +pkg syscall (darwin-386), const DLT_IEEE802 = 6 +pkg syscall (darwin-386), const DLT_IEEE802_11 = 105 +pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (darwin-386), const DLT_LINUX_SLL = 113 +pkg syscall (darwin-386), const DLT_LOOP = 108 +pkg syscall (darwin-386), const DLT_NULL = 0 +pkg syscall (darwin-386), const DLT_PFLOG = 117 +pkg syscall (darwin-386), const DLT_PFSYNC = 18 +pkg syscall (darwin-386), const DLT_PPP = 9 +pkg syscall (darwin-386), const DLT_PPP_BSDOS = 16 +pkg syscall (darwin-386), const DLT_PPP_SERIAL = 50 +pkg syscall (darwin-386), const DLT_PRONET = 4 +pkg syscall (darwin-386), const DLT_RAW = 12 +pkg syscall (darwin-386), const DLT_SLIP = 8 +pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15 +pkg syscall (darwin-386), const DT_BLK = 6 +pkg syscall (darwin-386), const DT_CHR = 2 +pkg syscall (darwin-386), const DT_DIR = 4 +pkg syscall (darwin-386), const DT_FIFO = 1 +pkg syscall (darwin-386), const DT_LNK = 10 +pkg syscall (darwin-386), const DT_REG = 8 +pkg syscall (darwin-386), const DT_SOCK = 12 +pkg syscall (darwin-386), const DT_UNKNOWN = 0 +pkg syscall (darwin-386), const DT_WHT = 14 +pkg syscall (darwin-386), const E2BIG = 7 +pkg syscall (darwin-386), const EACCES = 13 +pkg syscall (darwin-386), const EADDRINUSE = 48 +pkg syscall (darwin-386), const EADDRNOTAVAIL = 49 +pkg syscall (darwin-386), const EAFNOSUPPORT = 47 +pkg syscall (darwin-386), const EAGAIN = 35 +pkg syscall (darwin-386), const EALREADY = 37 +pkg syscall (darwin-386), const EAUTH = 80 +pkg syscall (darwin-386), const EBADARCH = 86 +pkg syscall (darwin-386), const EBADEXEC = 85 +pkg syscall (darwin-386), const EBADF = 9 +pkg syscall (darwin-386), const EBADMACHO = 88 +pkg syscall (darwin-386), const EBADMSG = 94 +pkg syscall (darwin-386), const EBADRPC = 72 +pkg syscall (darwin-386), const EBUSY = 16 +pkg syscall (darwin-386), const ECANCELED = 89 +pkg syscall (darwin-386), const ECHILD = 10 +pkg syscall (darwin-386), const ECHO = 8 +pkg syscall (darwin-386), const ECHOCTL = 64 +pkg syscall (darwin-386), const ECHOE = 2 +pkg syscall (darwin-386), const ECHOK = 4 +pkg syscall (darwin-386), const ECHOKE = 1 +pkg syscall (darwin-386), const ECHONL = 16 +pkg syscall (darwin-386), const ECHOPRT = 32 +pkg syscall (darwin-386), const ECONNABORTED = 53 +pkg syscall (darwin-386), const ECONNREFUSED = 61 +pkg syscall (darwin-386), const ECONNRESET = 54 +pkg syscall (darwin-386), const EDEADLK = 11 +pkg syscall (darwin-386), const EDESTADDRREQ = 39 +pkg syscall (darwin-386), const EDEVERR = 83 +pkg syscall (darwin-386), const EDOM = 33 +pkg syscall (darwin-386), const EDQUOT = 69 +pkg syscall (darwin-386), const EEXIST = 17 +pkg syscall (darwin-386), const EFAULT = 14 +pkg syscall (darwin-386), const EFBIG = 27 +pkg syscall (darwin-386), const EFTYPE = 79 +pkg syscall (darwin-386), const EHOSTDOWN = 64 +pkg syscall (darwin-386), const EHOSTUNREACH = 65 +pkg syscall (darwin-386), const EIDRM = 90 +pkg syscall (darwin-386), const EILSEQ = 92 +pkg syscall (darwin-386), const EINPROGRESS = 36 +pkg syscall (darwin-386), const EINTR = 4 +pkg syscall (darwin-386), const EINVAL = 22 +pkg syscall (darwin-386), const EIO = 5 +pkg syscall (darwin-386), const EISCONN = 56 +pkg syscall (darwin-386), const EISDIR = 21 +pkg syscall (darwin-386), const ELAST = 105 +pkg syscall (darwin-386), const ELOOP = 62 +pkg syscall (darwin-386), const EMFILE = 24 +pkg syscall (darwin-386), const EMLINK = 31 +pkg syscall (darwin-386), const EMSGSIZE = 40 +pkg syscall (darwin-386), const EMULTIHOP = 95 +pkg syscall (darwin-386), const ENAMETOOLONG = 63 +pkg syscall (darwin-386), const ENEEDAUTH = 81 +pkg syscall (darwin-386), const ENETDOWN = 50 +pkg syscall (darwin-386), const ENETRESET = 52 +pkg syscall (darwin-386), const ENETUNREACH = 51 +pkg syscall (darwin-386), const ENFILE = 23 +pkg syscall (darwin-386), const ENOATTR = 93 +pkg syscall (darwin-386), const ENOBUFS = 55 +pkg syscall (darwin-386), const ENODATA = 96 +pkg syscall (darwin-386), const ENODEV = 19 +pkg syscall (darwin-386), const ENOEXEC = 8 +pkg syscall (darwin-386), const ENOLCK = 77 +pkg syscall (darwin-386), const ENOLINK = 97 +pkg syscall (darwin-386), const ENOMEM = 12 +pkg syscall (darwin-386), const ENOMSG = 91 +pkg syscall (darwin-386), const ENOPOLICY = 103 +pkg syscall (darwin-386), const ENOPROTOOPT = 42 +pkg syscall (darwin-386), const ENOSPC = 28 +pkg syscall (darwin-386), const ENOSR = 98 +pkg syscall (darwin-386), const ENOSTR = 99 +pkg syscall (darwin-386), const ENOSYS = 78 +pkg syscall (darwin-386), const ENOTBLK = 15 +pkg syscall (darwin-386), const ENOTCONN = 57 +pkg syscall (darwin-386), const ENOTDIR = 20 +pkg syscall (darwin-386), const ENOTEMPTY = 66 +pkg syscall (darwin-386), const ENOTRECOVERABLE = 104 +pkg syscall (darwin-386), const ENOTSOCK = 38 +pkg syscall (darwin-386), const ENOTSUP = 45 +pkg syscall (darwin-386), const ENOTTY = 25 +pkg syscall (darwin-386), const ENXIO = 6 +pkg syscall (darwin-386), const EOPNOTSUPP = 102 +pkg syscall (darwin-386), const EOVERFLOW = 84 +pkg syscall (darwin-386), const EOWNERDEAD = 105 +pkg syscall (darwin-386), const EPERM = 1 +pkg syscall (darwin-386), const EPFNOSUPPORT = 46 +pkg syscall (darwin-386), const EPIPE = 32 +pkg syscall (darwin-386), const EPROCLIM = 67 +pkg syscall (darwin-386), const EPROCUNAVAIL = 76 +pkg syscall (darwin-386), const EPROGMISMATCH = 75 +pkg syscall (darwin-386), const EPROGUNAVAIL = 74 +pkg syscall (darwin-386), const EPROTO = 100 +pkg syscall (darwin-386), const EPROTONOSUPPORT = 43 +pkg syscall (darwin-386), const EPROTOTYPE = 41 +pkg syscall (darwin-386), const EPWROFF = 82 +pkg syscall (darwin-386), const ERANGE = 34 +pkg syscall (darwin-386), const EREMOTE = 71 +pkg syscall (darwin-386), const EROFS = 30 +pkg syscall (darwin-386), const ERPCMISMATCH = 73 +pkg syscall (darwin-386), const ESHLIBVERS = 87 +pkg syscall (darwin-386), const ESHUTDOWN = 58 +pkg syscall (darwin-386), const ESOCKTNOSUPPORT = 44 +pkg syscall (darwin-386), const ESPIPE = 29 +pkg syscall (darwin-386), const ESRCH = 3 +pkg syscall (darwin-386), const ESTALE = 70 +pkg syscall (darwin-386), const ETIME = 101 +pkg syscall (darwin-386), const ETIMEDOUT = 60 +pkg syscall (darwin-386), const ETOOMANYREFS = 59 +pkg syscall (darwin-386), const ETXTBSY = 26 +pkg syscall (darwin-386), const EUSERS = 68 +pkg syscall (darwin-386), const EVFILT_AIO = -3 +pkg syscall (darwin-386), const EVFILT_FS = -9 +pkg syscall (darwin-386), const EVFILT_MACHPORT = -8 +pkg syscall (darwin-386), const EVFILT_PROC = -5 +pkg syscall (darwin-386), const EVFILT_READ = -1 +pkg syscall (darwin-386), const EVFILT_SIGNAL = -6 +pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12 +pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12 +pkg syscall (darwin-386), const EVFILT_TIMER = -7 +pkg syscall (darwin-386), const EVFILT_USER = -10 +pkg syscall (darwin-386), const EVFILT_VM = -12 +pkg syscall (darwin-386), const EVFILT_VNODE = -4 +pkg syscall (darwin-386), const EVFILT_WRITE = -2 +pkg syscall (darwin-386), const EV_ADD = 1 +pkg syscall (darwin-386), const EV_CLEAR = 32 +pkg syscall (darwin-386), const EV_DELETE = 2 +pkg syscall (darwin-386), const EV_DISABLE = 8 +pkg syscall (darwin-386), const EV_DISPATCH = 128 +pkg syscall (darwin-386), const EV_ENABLE = 4 +pkg syscall (darwin-386), const EV_EOF = 32768 +pkg syscall (darwin-386), const EV_ERROR = 16384 +pkg syscall (darwin-386), const EV_FLAG0 = 4096 +pkg syscall (darwin-386), const EV_FLAG1 = 8192 +pkg syscall (darwin-386), const EV_ONESHOT = 16 +pkg syscall (darwin-386), const EV_OOBAND = 8192 +pkg syscall (darwin-386), const EV_POLL = 4096 +pkg syscall (darwin-386), const EV_RECEIPT = 64 +pkg syscall (darwin-386), const EV_SYSFLAGS = 61440 +pkg syscall (darwin-386), const EWOULDBLOCK = 35 +pkg syscall (darwin-386), const EXDEV = 18 +pkg syscall (darwin-386), const EXTA = 19200 +pkg syscall (darwin-386), const EXTB = 38400 +pkg syscall (darwin-386), const EXTPROC = 2048 +pkg syscall (darwin-386), const FD_CLOEXEC = 1 +pkg syscall (darwin-386), const FD_SETSIZE = 1024 +pkg syscall (darwin-386), const FLUSHO = 8388608 +pkg syscall (darwin-386), const FLUSHO ideal-int +pkg syscall (darwin-386), const F_ADDFILESIGS = 61 +pkg syscall (darwin-386), const F_ADDSIGS = 59 +pkg syscall (darwin-386), const F_ALLOCATEALL = 4 +pkg syscall (darwin-386), const F_ALLOCATECONTIG = 2 +pkg syscall (darwin-386), const F_CHKCLEAN = 41 +pkg syscall (darwin-386), const F_DUPFD = 0 +pkg syscall (darwin-386), const F_DUPFD_CLOEXEC = 67 +pkg syscall (darwin-386), const F_FLUSH_DATA = 40 +pkg syscall (darwin-386), const F_FREEZE_FS = 53 +pkg syscall (darwin-386), const F_FULLFSYNC = 51 +pkg syscall (darwin-386), const F_GETFD = 1 +pkg syscall (darwin-386), const F_GETFL = 3 +pkg syscall (darwin-386), const F_GETLK = 7 +pkg syscall (darwin-386), const F_GETLKPID = 66 +pkg syscall (darwin-386), const F_GETNOSIGPIPE = 74 +pkg syscall (darwin-386), const F_GETOWN = 5 +pkg syscall (darwin-386), const F_GETPATH = 50 +pkg syscall (darwin-386), const F_GETPATH_MTMINFO = 71 +pkg syscall (darwin-386), const F_GETPROTECTIONCLASS = 63 +pkg syscall (darwin-386), const F_GLOBAL_NOCACHE = 55 +pkg syscall (darwin-386), const F_LOG2PHYS = 49 +pkg syscall (darwin-386), const F_LOG2PHYS_EXT = 65 +pkg syscall (darwin-386), const F_MARKDEPENDENCY = 60 +pkg syscall (darwin-386), const F_NOCACHE = 48 +pkg syscall (darwin-386), const F_NODIRECT = 62 +pkg syscall (darwin-386), const F_OK = 0 +pkg syscall (darwin-386), const F_PATHPKG_CHECK = 52 +pkg syscall (darwin-386), const F_PEOFPOSMODE = 3 +pkg syscall (darwin-386), const F_PREALLOCATE = 42 +pkg syscall (darwin-386), const F_RDADVISE = 44 +pkg syscall (darwin-386), const F_RDAHEAD = 45 +pkg syscall (darwin-386), const F_RDLCK = 1 +pkg syscall (darwin-386), const F_READBOOTSTRAP = 46 +pkg syscall (darwin-386), const F_SETBACKINGSTORE = 70 +pkg syscall (darwin-386), const F_SETFD = 2 +pkg syscall (darwin-386), const F_SETFL = 4 +pkg syscall (darwin-386), const F_SETLK = 8 +pkg syscall (darwin-386), const F_SETLKW = 9 +pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73 +pkg syscall (darwin-386), const F_SETOWN = 6 +pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64 +pkg syscall (darwin-386), const F_SETSIZE = 43 +pkg syscall (darwin-386), const F_THAW_FS = 54 +pkg syscall (darwin-386), const F_UNLCK = 2 +pkg syscall (darwin-386), const F_VOLPOSMODE = 4 +pkg syscall (darwin-386), const F_WRITEBOOTSTRAP = 47 +pkg syscall (darwin-386), const F_WRLCK = 3 +pkg syscall (darwin-386), const HUPCL = 16384 +pkg syscall (darwin-386), const HUPCL ideal-int +pkg syscall (darwin-386), const ICANON = 256 +pkg syscall (darwin-386), const ICANON ideal-int +pkg syscall (darwin-386), const ICRNL = 256 +pkg syscall (darwin-386), const ICRNL ideal-int +pkg syscall (darwin-386), const IEXTEN = 1024 +pkg syscall (darwin-386), const IEXTEN ideal-int +pkg syscall (darwin-386), const IFF_ALLMULTI = 512 +pkg syscall (darwin-386), const IFF_ALTPHYS = 16384 +pkg syscall (darwin-386), const IFF_DEBUG = 4 +pkg syscall (darwin-386), const IFF_LINK0 = 4096 +pkg syscall (darwin-386), const IFF_LINK1 = 8192 +pkg syscall (darwin-386), const IFF_LINK2 = 16384 +pkg syscall (darwin-386), const IFF_LOOPBACK = 8 +pkg syscall (darwin-386), const IFF_MULTICAST = 32768 +pkg syscall (darwin-386), const IFF_NOARP = 128 +pkg syscall (darwin-386), const IFF_NOTRAILERS = 32 +pkg syscall (darwin-386), const IFF_OACTIVE = 1024 +pkg syscall (darwin-386), const IFF_POINTOPOINT = 16 +pkg syscall (darwin-386), const IFF_PROMISC = 256 +pkg syscall (darwin-386), const IFF_RUNNING = 64 +pkg syscall (darwin-386), const IFF_SIMPLEX = 2048 +pkg syscall (darwin-386), const IFNAMSIZ = 16 +pkg syscall (darwin-386), const IFT_1822 = 2 +pkg syscall (darwin-386), const IFT_AAL5 = 49 +pkg syscall (darwin-386), const IFT_ARCNET = 35 +pkg syscall (darwin-386), const IFT_ARCNETPLUS = 36 +pkg syscall (darwin-386), const IFT_ATM = 37 +pkg syscall (darwin-386), const IFT_BRIDGE = 209 +pkg syscall (darwin-386), const IFT_CARP = 248 +pkg syscall (darwin-386), const IFT_CELLULAR = 255 +pkg syscall (darwin-386), const IFT_CEPT = 19 +pkg syscall (darwin-386), const IFT_DS3 = 30 +pkg syscall (darwin-386), const IFT_ENC = 244 +pkg syscall (darwin-386), const IFT_EON = 25 +pkg syscall (darwin-386), const IFT_ETHER = 6 +pkg syscall (darwin-386), const IFT_FAITH = 56 +pkg syscall (darwin-386), const IFT_FDDI = 15 +pkg syscall (darwin-386), const IFT_FRELAY = 32 +pkg syscall (darwin-386), const IFT_FRELAYDCE = 44 +pkg syscall (darwin-386), const IFT_GIF = 55 +pkg syscall (darwin-386), const IFT_HDH1822 = 3 +pkg syscall (darwin-386), const IFT_HIPPI = 47 +pkg syscall (darwin-386), const IFT_HSSI = 46 +pkg syscall (darwin-386), const IFT_HY = 14 +pkg syscall (darwin-386), const IFT_IEEE1394 = 144 +pkg syscall (darwin-386), const IFT_IEEE8023ADLAG = 136 +pkg syscall (darwin-386), const IFT_ISDNBASIC = 20 +pkg syscall (darwin-386), const IFT_ISDNPRIMARY = 21 +pkg syscall (darwin-386), const IFT_ISO88022LLC = 41 +pkg syscall (darwin-386), const IFT_ISO88023 = 7 +pkg syscall (darwin-386), const IFT_ISO88024 = 8 +pkg syscall (darwin-386), const IFT_ISO88025 = 9 +pkg syscall (darwin-386), const IFT_ISO88026 = 10 +pkg syscall (darwin-386), const IFT_L2VLAN = 135 +pkg syscall (darwin-386), const IFT_LAPB = 16 +pkg syscall (darwin-386), const IFT_LOCALTALK = 42 +pkg syscall (darwin-386), const IFT_LOOP = 24 +pkg syscall (darwin-386), const IFT_MIOX25 = 38 +pkg syscall (darwin-386), const IFT_MODEM = 48 +pkg syscall (darwin-386), const IFT_NSIP = 27 +pkg syscall (darwin-386), const IFT_OTHER = 1 +pkg syscall (darwin-386), const IFT_P10 = 12 +pkg syscall (darwin-386), const IFT_P80 = 13 +pkg syscall (darwin-386), const IFT_PARA = 34 +pkg syscall (darwin-386), const IFT_PDP = 255 +pkg syscall (darwin-386), const IFT_PFLOG = 245 +pkg syscall (darwin-386), const IFT_PFSYNC = 246 +pkg syscall (darwin-386), const IFT_PPP = 23 +pkg syscall (darwin-386), const IFT_PROPMUX = 54 +pkg syscall (darwin-386), const IFT_PROPVIRTUAL = 53 +pkg syscall (darwin-386), const IFT_PTPSERIAL = 22 +pkg syscall (darwin-386), const IFT_RS232 = 33 +pkg syscall (darwin-386), const IFT_SDLC = 17 +pkg syscall (darwin-386), const IFT_SIP = 31 +pkg syscall (darwin-386), const IFT_SLIP = 28 +pkg syscall (darwin-386), const IFT_SMDSDXI = 43 +pkg syscall (darwin-386), const IFT_SMDSICIP = 52 +pkg syscall (darwin-386), const IFT_SONET = 39 +pkg syscall (darwin-386), const IFT_SONETPATH = 50 +pkg syscall (darwin-386), const IFT_SONETVT = 51 +pkg syscall (darwin-386), const IFT_STARLAN = 11 +pkg syscall (darwin-386), const IFT_STF = 57 +pkg syscall (darwin-386), const IFT_T1 = 18 +pkg syscall (darwin-386), const IFT_ULTRA = 29 +pkg syscall (darwin-386), const IFT_V35 = 45 +pkg syscall (darwin-386), const IFT_X25 = 5 +pkg syscall (darwin-386), const IFT_X25DDN = 4 +pkg syscall (darwin-386), const IFT_X25PLE = 40 +pkg syscall (darwin-386), const IFT_XETHER = 26 +pkg syscall (darwin-386), const IGNBRK = 1 +pkg syscall (darwin-386), const IGNBRK ideal-int +pkg syscall (darwin-386), const IGNCR = 128 +pkg syscall (darwin-386), const IGNCR ideal-int +pkg syscall (darwin-386), const IGNPAR = 4 +pkg syscall (darwin-386), const IGNPAR ideal-int +pkg syscall (darwin-386), const IMAXBEL = 8192 +pkg syscall (darwin-386), const IMAXBEL ideal-int +pkg syscall (darwin-386), const INLCR = 64 +pkg syscall (darwin-386), const INLCR ideal-int +pkg syscall (darwin-386), const INPCK = 16 +pkg syscall (darwin-386), const INPCK ideal-int +pkg syscall (darwin-386), const IN_CLASSA_HOST = 16777215 +pkg syscall (darwin-386), const IN_CLASSA_MAX = 128 +pkg syscall (darwin-386), const IN_CLASSA_NET = 4278190080 +pkg syscall (darwin-386), const IN_CLASSA_NSHIFT = 24 +pkg syscall (darwin-386), const IN_CLASSB_HOST = 65535 +pkg syscall (darwin-386), const IN_CLASSB_MAX = 65536 +pkg syscall (darwin-386), const IN_CLASSB_NET = 4294901760 +pkg syscall (darwin-386), const IN_CLASSB_NSHIFT = 16 +pkg syscall (darwin-386), const IN_CLASSC_HOST = 255 +pkg syscall (darwin-386), const IN_CLASSC_NET = 4294967040 +pkg syscall (darwin-386), const IN_CLASSC_NSHIFT = 8 +pkg syscall (darwin-386), const IN_CLASSD_HOST = 268435455 +pkg syscall (darwin-386), const IN_CLASSD_NET = 4026531840 +pkg syscall (darwin-386), const IN_CLASSD_NSHIFT = 28 +pkg syscall (darwin-386), const IN_LINKLOCALNETNUM = 2851995648 +pkg syscall (darwin-386), const IN_LOOPBACKNET = 127 +pkg syscall (darwin-386), const IPPROTO_3PC = 34 +pkg syscall (darwin-386), const IPPROTO_ADFS = 68 +pkg syscall (darwin-386), const IPPROTO_AH = 51 +pkg syscall (darwin-386), const IPPROTO_AHIP = 61 +pkg syscall (darwin-386), const IPPROTO_APES = 99 +pkg syscall (darwin-386), const IPPROTO_ARGUS = 13 +pkg syscall (darwin-386), const IPPROTO_AX25 = 93 +pkg syscall (darwin-386), const IPPROTO_BHA = 49 +pkg syscall (darwin-386), const IPPROTO_BLT = 30 +pkg syscall (darwin-386), const IPPROTO_BRSATMON = 76 +pkg syscall (darwin-386), const IPPROTO_CFTP = 62 +pkg syscall (darwin-386), const IPPROTO_CHAOS = 16 +pkg syscall (darwin-386), const IPPROTO_CMTP = 38 +pkg syscall (darwin-386), const IPPROTO_CPHB = 73 +pkg syscall (darwin-386), const IPPROTO_CPNX = 72 +pkg syscall (darwin-386), const IPPROTO_DDP = 37 +pkg syscall (darwin-386), const IPPROTO_DGP = 86 +pkg syscall (darwin-386), const IPPROTO_DIVERT = 254 +pkg syscall (darwin-386), const IPPROTO_DONE = 257 +pkg syscall (darwin-386), const IPPROTO_DSTOPTS = 60 +pkg syscall (darwin-386), const IPPROTO_EGP = 8 +pkg syscall (darwin-386), const IPPROTO_EMCON = 14 +pkg syscall (darwin-386), const IPPROTO_ENCAP = 98 +pkg syscall (darwin-386), const IPPROTO_EON = 80 +pkg syscall (darwin-386), const IPPROTO_ESP = 50 +pkg syscall (darwin-386), const IPPROTO_ETHERIP = 97 +pkg syscall (darwin-386), const IPPROTO_FRAGMENT = 44 +pkg syscall (darwin-386), const IPPROTO_GGP = 3 +pkg syscall (darwin-386), const IPPROTO_GMTP = 100 +pkg syscall (darwin-386), const IPPROTO_GRE = 47 +pkg syscall (darwin-386), const IPPROTO_HELLO = 63 +pkg syscall (darwin-386), const IPPROTO_HMP = 20 +pkg syscall (darwin-386), const IPPROTO_HOPOPTS = 0 +pkg syscall (darwin-386), const IPPROTO_ICMP = 1 +pkg syscall (darwin-386), const IPPROTO_ICMPV6 = 58 +pkg syscall (darwin-386), const IPPROTO_IDP = 22 +pkg syscall (darwin-386), const IPPROTO_IDPR = 35 +pkg syscall (darwin-386), const IPPROTO_IDRP = 45 +pkg syscall (darwin-386), const IPPROTO_IGMP = 2 +pkg syscall (darwin-386), const IPPROTO_IGP = 85 +pkg syscall (darwin-386), const IPPROTO_IGRP = 88 +pkg syscall (darwin-386), const IPPROTO_IL = 40 +pkg syscall (darwin-386), const IPPROTO_INLSP = 52 +pkg syscall (darwin-386), const IPPROTO_INP = 32 +pkg syscall (darwin-386), const IPPROTO_IPCOMP = 108 +pkg syscall (darwin-386), const IPPROTO_IPCV = 71 +pkg syscall (darwin-386), const IPPROTO_IPEIP = 94 +pkg syscall (darwin-386), const IPPROTO_IPIP = 4 +pkg syscall (darwin-386), const IPPROTO_IPPC = 67 +pkg syscall (darwin-386), const IPPROTO_IPV4 = 4 +pkg syscall (darwin-386), const IPPROTO_IRTP = 28 +pkg syscall (darwin-386), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (darwin-386), const IPPROTO_LARP = 91 +pkg syscall (darwin-386), const IPPROTO_LEAF1 = 25 +pkg syscall (darwin-386), const IPPROTO_LEAF2 = 26 +pkg syscall (darwin-386), const IPPROTO_MAX = 256 +pkg syscall (darwin-386), const IPPROTO_MAXID = 52 +pkg syscall (darwin-386), const IPPROTO_MEAS = 19 +pkg syscall (darwin-386), const IPPROTO_MHRP = 48 +pkg syscall (darwin-386), const IPPROTO_MICP = 95 +pkg syscall (darwin-386), const IPPROTO_MTP = 92 +pkg syscall (darwin-386), const IPPROTO_MUX = 18 +pkg syscall (darwin-386), const IPPROTO_ND = 77 +pkg syscall (darwin-386), const IPPROTO_NHRP = 54 +pkg syscall (darwin-386), const IPPROTO_NONE = 59 +pkg syscall (darwin-386), const IPPROTO_NSP = 31 +pkg syscall (darwin-386), const IPPROTO_NVPII = 11 +pkg syscall (darwin-386), const IPPROTO_OSPFIGP = 89 +pkg syscall (darwin-386), const IPPROTO_PGM = 113 +pkg syscall (darwin-386), const IPPROTO_PIGP = 9 +pkg syscall (darwin-386), const IPPROTO_PIM = 103 +pkg syscall (darwin-386), const IPPROTO_PRM = 21 +pkg syscall (darwin-386), const IPPROTO_PUP = 12 +pkg syscall (darwin-386), const IPPROTO_PVP = 75 +pkg syscall (darwin-386), const IPPROTO_RAW = 255 +pkg syscall (darwin-386), const IPPROTO_RCCMON = 10 +pkg syscall (darwin-386), const IPPROTO_RDP = 27 +pkg syscall (darwin-386), const IPPROTO_ROUTING = 43 +pkg syscall (darwin-386), const IPPROTO_RSVP = 46 +pkg syscall (darwin-386), const IPPROTO_RVD = 66 +pkg syscall (darwin-386), const IPPROTO_SATEXPAK = 64 +pkg syscall (darwin-386), const IPPROTO_SATMON = 69 +pkg syscall (darwin-386), const IPPROTO_SCCSP = 96 +pkg syscall (darwin-386), const IPPROTO_SCTP = 132 +pkg syscall (darwin-386), const IPPROTO_SDRP = 42 +pkg syscall (darwin-386), const IPPROTO_SEP = 33 +pkg syscall (darwin-386), const IPPROTO_SRPC = 90 +pkg syscall (darwin-386), const IPPROTO_ST = 7 +pkg syscall (darwin-386), const IPPROTO_SVMTP = 82 +pkg syscall (darwin-386), const IPPROTO_SWIPE = 53 +pkg syscall (darwin-386), const IPPROTO_TCF = 87 +pkg syscall (darwin-386), const IPPROTO_TP = 29 +pkg syscall (darwin-386), const IPPROTO_TPXX = 39 +pkg syscall (darwin-386), const IPPROTO_TRUNK1 = 23 +pkg syscall (darwin-386), const IPPROTO_TRUNK2 = 24 +pkg syscall (darwin-386), const IPPROTO_TTP = 84 +pkg syscall (darwin-386), const IPPROTO_VINES = 83 +pkg syscall (darwin-386), const IPPROTO_VISA = 70 +pkg syscall (darwin-386), const IPPROTO_VMTP = 81 +pkg syscall (darwin-386), const IPPROTO_WBEXPAK = 79 +pkg syscall (darwin-386), const IPPROTO_WBMON = 78 +pkg syscall (darwin-386), const IPPROTO_WSN = 74 +pkg syscall (darwin-386), const IPPROTO_XNET = 15 +pkg syscall (darwin-386), const IPPROTO_XTP = 36 +pkg syscall (darwin-386), const IPV6_2292DSTOPTS = 23 +pkg syscall (darwin-386), const IPV6_2292HOPLIMIT = 20 +pkg syscall (darwin-386), const IPV6_2292HOPOPTS = 22 +pkg syscall (darwin-386), const IPV6_2292NEXTHOP = 21 +pkg syscall (darwin-386), const IPV6_2292PKTINFO = 19 +pkg syscall (darwin-386), const IPV6_2292PKTOPTIONS = 25 +pkg syscall (darwin-386), const IPV6_2292RTHDR = 24 +pkg syscall (darwin-386), const IPV6_BINDV6ONLY = 27 +pkg syscall (darwin-386), const IPV6_BOUND_IF = 125 +pkg syscall (darwin-386), const IPV6_CHECKSUM = 26 +pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-386), const IPV6_DEFHLIM = 64 +pkg syscall (darwin-386), const IPV6_FAITH = 29 +pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (darwin-386), const IPV6_FRAGTTL = 120 +pkg syscall (darwin-386), const IPV6_FW_ADD = 30 +pkg syscall (darwin-386), const IPV6_FW_DEL = 31 +pkg syscall (darwin-386), const IPV6_FW_FLUSH = 32 +pkg syscall (darwin-386), const IPV6_FW_GET = 34 +pkg syscall (darwin-386), const IPV6_FW_ZERO = 33 +pkg syscall (darwin-386), const IPV6_HLIMDEC = 1 +pkg syscall (darwin-386), const IPV6_IPSEC_POLICY = 28 +pkg syscall (darwin-386), const IPV6_JOIN_GROUP = 12 +pkg syscall (darwin-386), const IPV6_LEAVE_GROUP = 13 +pkg syscall (darwin-386), const IPV6_MAXHLIM = 255 +pkg syscall (darwin-386), const IPV6_MAXOPTHDR = 2048 +pkg syscall (darwin-386), const IPV6_MAXPACKET = 65535 +pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-386), const IPV6_MMTU = 1280 +pkg syscall (darwin-386), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (darwin-386), const IPV6_MULTICAST_IF = 9 +pkg syscall (darwin-386), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (darwin-386), const IPV6_PORTRANGE = 14 +pkg syscall (darwin-386), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-386), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (darwin-386), const IPV6_RECVTCLASS = 35 +pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (darwin-386), const IPV6_RTHDR_STRICT = 1 +pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (darwin-386), const IPV6_TCLASS = 36 +pkg syscall (darwin-386), const IPV6_UNICAST_HOPS = 4 +pkg syscall (darwin-386), const IPV6_V6ONLY = 27 +pkg syscall (darwin-386), const IPV6_VERSION = 96 +pkg syscall (darwin-386), const IPV6_VERSION_MASK = 240 +pkg syscall (darwin-386), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (darwin-386), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (darwin-386), const IP_BLOCK_SOURCE = 72 +pkg syscall (darwin-386), const IP_BOUND_IF = 25 +pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (darwin-386), const IP_DF = 16384 +pkg syscall (darwin-386), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (darwin-386), const IP_DUMMYNET_DEL = 61 +pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (darwin-386), const IP_DUMMYNET_GET = 64 +pkg syscall (darwin-386), const IP_FAITH = 22 +pkg syscall (darwin-386), const IP_FW_ADD = 40 +pkg syscall (darwin-386), const IP_FW_DEL = 41 +pkg syscall (darwin-386), const IP_FW_FLUSH = 42 +pkg syscall (darwin-386), const IP_FW_GET = 44 +pkg syscall (darwin-386), const IP_FW_RESETLOG = 45 +pkg syscall (darwin-386), const IP_FW_ZERO = 43 +pkg syscall (darwin-386), const IP_HDRINCL = 2 +pkg syscall (darwin-386), const IP_IPSEC_POLICY = 21 +pkg syscall (darwin-386), const IP_MAXPACKET = 65535 +pkg syscall (darwin-386), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-386), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-386), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (darwin-386), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-386), const IP_MF = 8192 +pkg syscall (darwin-386), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-386), const IP_MSFILTER = 74 +pkg syscall (darwin-386), const IP_MSS = 576 +pkg syscall (darwin-386), const IP_MULTICAST_IF = 9 +pkg syscall (darwin-386), const IP_MULTICAST_IFINDEX = 66 +pkg syscall (darwin-386), const IP_MULTICAST_LOOP = 11 +pkg syscall (darwin-386), const IP_MULTICAST_TTL = 10 +pkg syscall (darwin-386), const IP_MULTICAST_VIF = 14 +pkg syscall (darwin-386), const IP_NAT__XXX = 55 +pkg syscall (darwin-386), const IP_OFFMASK = 8191 +pkg syscall (darwin-386), const IP_OLD_FW_ADD = 50 +pkg syscall (darwin-386), const IP_OLD_FW_DEL = 51 +pkg syscall (darwin-386), const IP_OLD_FW_FLUSH = 52 +pkg syscall (darwin-386), const IP_OLD_FW_GET = 54 +pkg syscall (darwin-386), const IP_OLD_FW_RESETLOG = 56 +pkg syscall (darwin-386), const IP_OLD_FW_ZERO = 53 +pkg syscall (darwin-386), const IP_OPTIONS = 1 +pkg syscall (darwin-386), const IP_PKTINFO = 26 +pkg syscall (darwin-386), const IP_PORTRANGE = 19 +pkg syscall (darwin-386), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-386), const IP_PORTRANGE_HIGH = 1 +pkg syscall (darwin-386), const IP_PORTRANGE_LOW = 2 +pkg syscall (darwin-386), const IP_RECVDSTADDR = 7 +pkg syscall (darwin-386), const IP_RECVIF = 20 +pkg syscall (darwin-386), const IP_RECVOPTS = 5 +pkg syscall (darwin-386), const IP_RECVPKTINFO = 26 +pkg syscall (darwin-386), const IP_RECVRETOPTS = 6 +pkg syscall (darwin-386), const IP_RECVTTL = 24 +pkg syscall (darwin-386), const IP_RETOPTS = 8 +pkg syscall (darwin-386), const IP_RF = 32768 +pkg syscall (darwin-386), const IP_RSVP_OFF = 16 +pkg syscall (darwin-386), const IP_RSVP_ON = 15 +pkg syscall (darwin-386), const IP_RSVP_VIF_OFF = 18 +pkg syscall (darwin-386), const IP_RSVP_VIF_ON = 17 +pkg syscall (darwin-386), const IP_STRIPHDR = 23 +pkg syscall (darwin-386), const IP_TOS = 3 +pkg syscall (darwin-386), const IP_TRAFFIC_MGT_BACKGROUND = 65 +pkg syscall (darwin-386), const IP_TTL = 4 +pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (darwin-386), const ISIG = 128 +pkg syscall (darwin-386), const ISIG ideal-int +pkg syscall (darwin-386), const ISTRIP = 32 +pkg syscall (darwin-386), const ISTRIP ideal-int +pkg syscall (darwin-386), const IUTF8 = 16384 +pkg syscall (darwin-386), const IUTF8 ideal-int +pkg syscall (darwin-386), const IXANY = 2048 +pkg syscall (darwin-386), const IXANY ideal-int +pkg syscall (darwin-386), const IXOFF = 1024 +pkg syscall (darwin-386), const IXOFF ideal-int +pkg syscall (darwin-386), const IXON = 512 +pkg syscall (darwin-386), const IXON ideal-int +pkg syscall (darwin-386), const ImplementsGetwd = false +pkg syscall (darwin-386), const LOCK_EX = 2 +pkg syscall (darwin-386), const LOCK_NB = 4 +pkg syscall (darwin-386), const LOCK_SH = 1 +pkg syscall (darwin-386), const LOCK_UN = 8 +pkg syscall (darwin-386), const MADV_CAN_REUSE = 9 +pkg syscall (darwin-386), const MADV_DONTNEED = 4 +pkg syscall (darwin-386), const MADV_FREE = 5 +pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7 +pkg syscall (darwin-386), const MADV_FREE_REUSE = 8 +pkg syscall (darwin-386), const MADV_NORMAL = 0 +pkg syscall (darwin-386), const MADV_RANDOM = 1 +pkg syscall (darwin-386), const MADV_SEQUENTIAL = 2 +pkg syscall (darwin-386), const MADV_WILLNEED = 3 +pkg syscall (darwin-386), const MADV_ZERO_WIRED_PAGES = 6 +pkg syscall (darwin-386), const MAP_ANON = 4096 +pkg syscall (darwin-386), const MAP_COPY = 2 +pkg syscall (darwin-386), const MAP_FILE = 0 +pkg syscall (darwin-386), const MAP_FIXED = 16 +pkg syscall (darwin-386), const MAP_HASSEMAPHORE = 512 +pkg syscall (darwin-386), const MAP_JIT = 2048 +pkg syscall (darwin-386), const MAP_NOCACHE = 1024 +pkg syscall (darwin-386), const MAP_NOEXTEND = 256 +pkg syscall (darwin-386), const MAP_NORESERVE = 64 +pkg syscall (darwin-386), const MAP_PRIVATE = 2 +pkg syscall (darwin-386), const MAP_RENAME = 32 +pkg syscall (darwin-386), const MAP_RESERVED0080 = 128 +pkg syscall (darwin-386), const MAP_SHARED = 1 +pkg syscall (darwin-386), const MCL_CURRENT = 1 +pkg syscall (darwin-386), const MCL_FUTURE = 2 +pkg syscall (darwin-386), const MSG_CTRUNC = 32 +pkg syscall (darwin-386), const MSG_DONTROUTE = 4 +pkg syscall (darwin-386), const MSG_DONTWAIT = 128 +pkg syscall (darwin-386), const MSG_EOF = 256 +pkg syscall (darwin-386), const MSG_EOR = 8 +pkg syscall (darwin-386), const MSG_FLUSH = 1024 +pkg syscall (darwin-386), const MSG_HAVEMORE = 8192 +pkg syscall (darwin-386), const MSG_HOLD = 2048 +pkg syscall (darwin-386), const MSG_NEEDSA = 65536 +pkg syscall (darwin-386), const MSG_OOB = 1 +pkg syscall (darwin-386), const MSG_PEEK = 2 +pkg syscall (darwin-386), const MSG_RCVMORE = 16384 +pkg syscall (darwin-386), const MSG_SEND = 4096 +pkg syscall (darwin-386), const MSG_TRUNC = 16 +pkg syscall (darwin-386), const MSG_WAITALL = 64 +pkg syscall (darwin-386), const MSG_WAITSTREAM = 512 +pkg syscall (darwin-386), const MS_ASYNC = 1 +pkg syscall (darwin-386), const MS_DEACTIVATE = 8 +pkg syscall (darwin-386), const MS_INVALIDATE = 2 +pkg syscall (darwin-386), const MS_KILLPAGES = 4 +pkg syscall (darwin-386), const MS_SYNC = 16 +pkg syscall (darwin-386), const NAME_MAX = 255 +pkg syscall (darwin-386), const NET_RT_DUMP = 1 +pkg syscall (darwin-386), const NET_RT_DUMP2 = 7 +pkg syscall (darwin-386), const NET_RT_FLAGS = 2 +pkg syscall (darwin-386), const NET_RT_IFLIST = 3 +pkg syscall (darwin-386), const NET_RT_IFLIST2 = 6 +pkg syscall (darwin-386), const NET_RT_MAXID = 10 +pkg syscall (darwin-386), const NET_RT_STAT = 4 +pkg syscall (darwin-386), const NET_RT_TRASH = 5 +pkg syscall (darwin-386), const NOFLSH = 2147483648 +pkg syscall (darwin-386), const NOFLSH ideal-int +pkg syscall (darwin-386), const NOTE_ABSOLUTE = 8 +pkg syscall (darwin-386), const NOTE_ATTRIB = 8 +pkg syscall (darwin-386), const NOTE_CHILD = 4 +pkg syscall (darwin-386), const NOTE_DELETE = 1 +pkg syscall (darwin-386), const NOTE_EXEC = 536870912 +pkg syscall (darwin-386), const NOTE_EXIT = 2147483648 +pkg syscall (darwin-386), const NOTE_EXITSTATUS = 67108864 +pkg syscall (darwin-386), const NOTE_EXTEND = 4 +pkg syscall (darwin-386), const NOTE_FFAND = 1073741824 +pkg syscall (darwin-386), const NOTE_FFCOPY = 3221225472 +pkg syscall (darwin-386), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (darwin-386), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (darwin-386), const NOTE_FFNOP = 0 +pkg syscall (darwin-386), const NOTE_FFOR = 2147483648 +pkg syscall (darwin-386), const NOTE_FORK = 1073741824 +pkg syscall (darwin-386), const NOTE_LINK = 16 +pkg syscall (darwin-386), const NOTE_LOWAT = 1 +pkg syscall (darwin-386), const NOTE_NONE = 128 +pkg syscall (darwin-386), const NOTE_NSECONDS = 4 +pkg syscall (darwin-386), const NOTE_PCTRLMASK = -1048576 +pkg syscall (darwin-386), const NOTE_PDATAMASK = 1048575 +pkg syscall (darwin-386), const NOTE_REAP = 268435456 +pkg syscall (darwin-386), const NOTE_RENAME = 32 +pkg syscall (darwin-386), const NOTE_RESOURCEEND = 33554432 +pkg syscall (darwin-386), const NOTE_REVOKE = 64 +pkg syscall (darwin-386), const NOTE_SECONDS = 1 +pkg syscall (darwin-386), const NOTE_SIGNAL = 134217728 +pkg syscall (darwin-386), const NOTE_TRACK = 1 +pkg syscall (darwin-386), const NOTE_TRACKERR = 2 +pkg syscall (darwin-386), const NOTE_TRIGGER = 16777216 +pkg syscall (darwin-386), const NOTE_USECONDS = 2 +pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456 +pkg syscall (darwin-386), const NOTE_VM_PRESSURE = 2147483648 +pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912 +pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE = 1073741824 +pkg syscall (darwin-386), const NOTE_WRITE = 2 +pkg syscall (darwin-386), const OCRNL = 16 +pkg syscall (darwin-386), const OCRNL ideal-int +pkg syscall (darwin-386), const OFDEL = 131072 +pkg syscall (darwin-386), const OFDEL ideal-int +pkg syscall (darwin-386), const OFILL = 128 +pkg syscall (darwin-386), const OFILL ideal-int +pkg syscall (darwin-386), const ONLCR = 2 +pkg syscall (darwin-386), const ONLCR ideal-int +pkg syscall (darwin-386), const ONLRET = 64 +pkg syscall (darwin-386), const ONLRET ideal-int +pkg syscall (darwin-386), const ONOCR = 32 +pkg syscall (darwin-386), const ONOCR ideal-int +pkg syscall (darwin-386), const ONOEOT = 8 +pkg syscall (darwin-386), const ONOEOT ideal-int +pkg syscall (darwin-386), const OPOST = 1 +pkg syscall (darwin-386), const OPOST ideal-int +pkg syscall (darwin-386), const O_ACCMODE = 3 +pkg syscall (darwin-386), const O_ALERT = 536870912 +pkg syscall (darwin-386), const O_APPEND = 8 +pkg syscall (darwin-386), const O_ASYNC = 64 +pkg syscall (darwin-386), const O_CLOEXEC = 16777216 +pkg syscall (darwin-386), const O_CREAT = 512 +pkg syscall (darwin-386), const O_DIRECTORY = 1048576 +pkg syscall (darwin-386), const O_DSYNC = 4194304 +pkg syscall (darwin-386), const O_EVTONLY = 32768 +pkg syscall (darwin-386), const O_EXCL = 2048 +pkg syscall (darwin-386), const O_EXLOCK = 32 +pkg syscall (darwin-386), const O_FSYNC = 128 +pkg syscall (darwin-386), const O_NDELAY = 4 +pkg syscall (darwin-386), const O_NOCTTY = 131072 +pkg syscall (darwin-386), const O_NOFOLLOW = 256 +pkg syscall (darwin-386), const O_NONBLOCK = 4 +pkg syscall (darwin-386), const O_POPUP = 2147483648 +pkg syscall (darwin-386), const O_SHLOCK = 16 +pkg syscall (darwin-386), const O_SYMLINK = 2097152 +pkg syscall (darwin-386), const O_SYNC = 128 +pkg syscall (darwin-386), const O_TRUNC = 1024 +pkg syscall (darwin-386), const PARENB = 4096 +pkg syscall (darwin-386), const PARENB ideal-int +pkg syscall (darwin-386), const PARMRK = 8 +pkg syscall (darwin-386), const PARMRK ideal-int +pkg syscall (darwin-386), const PARODD = 8192 +pkg syscall (darwin-386), const PARODD ideal-int +pkg syscall (darwin-386), const PENDIN = 536870912 +pkg syscall (darwin-386), const PENDIN ideal-int +pkg syscall (darwin-386), const PROT_EXEC = 4 +pkg syscall (darwin-386), const PROT_NONE = 0 +pkg syscall (darwin-386), const PROT_READ = 1 +pkg syscall (darwin-386), const PROT_WRITE = 2 +pkg syscall (darwin-386), const PTRACE_CONT = 7 +pkg syscall (darwin-386), const PTRACE_KILL = 8 +pkg syscall (darwin-386), const PTRACE_TRACEME = 0 +pkg syscall (darwin-386), const PT_ATTACH = 10 +pkg syscall (darwin-386), const PT_ATTACHEXC = 14 +pkg syscall (darwin-386), const PT_CONTINUE = 7 +pkg syscall (darwin-386), const PT_DENY_ATTACH = 31 +pkg syscall (darwin-386), const PT_DETACH = 11 +pkg syscall (darwin-386), const PT_FIRSTMACH = 32 +pkg syscall (darwin-386), const PT_FORCEQUOTA = 30 +pkg syscall (darwin-386), const PT_KILL = 8 +pkg syscall (darwin-386), const PT_READ_D = 2 +pkg syscall (darwin-386), const PT_READ_I = 1 +pkg syscall (darwin-386), const PT_READ_U = 3 +pkg syscall (darwin-386), const PT_SIGEXC = 12 +pkg syscall (darwin-386), const PT_STEP = 9 +pkg syscall (darwin-386), const PT_THUPDATE = 13 +pkg syscall (darwin-386), const PT_TRACE_ME = 0 +pkg syscall (darwin-386), const PT_WRITE_D = 5 +pkg syscall (darwin-386), const PT_WRITE_I = 4 +pkg syscall (darwin-386), const PT_WRITE_U = 6 +pkg syscall (darwin-386), const RLIMIT_AS = 5 +pkg syscall (darwin-386), const RLIMIT_CORE = 4 +pkg syscall (darwin-386), const RLIMIT_CPU = 0 +pkg syscall (darwin-386), const RLIMIT_DATA = 2 +pkg syscall (darwin-386), const RLIMIT_FSIZE = 1 +pkg syscall (darwin-386), const RLIMIT_NOFILE = 8 +pkg syscall (darwin-386), const RLIMIT_STACK = 3 +pkg syscall (darwin-386), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (darwin-386), const RTAX_AUTHOR = 6 +pkg syscall (darwin-386), const RTAX_BRD = 7 +pkg syscall (darwin-386), const RTAX_DST = 0 +pkg syscall (darwin-386), const RTAX_GATEWAY = 1 +pkg syscall (darwin-386), const RTAX_GENMASK = 3 +pkg syscall (darwin-386), const RTAX_IFA = 5 +pkg syscall (darwin-386), const RTAX_IFP = 4 +pkg syscall (darwin-386), const RTAX_MAX = 8 +pkg syscall (darwin-386), const RTAX_NETMASK = 2 +pkg syscall (darwin-386), const RTA_AUTHOR = 64 +pkg syscall (darwin-386), const RTA_BRD = 128 +pkg syscall (darwin-386), const RTA_DST = 1 +pkg syscall (darwin-386), const RTA_GATEWAY = 2 +pkg syscall (darwin-386), const RTA_GENMASK = 8 +pkg syscall (darwin-386), const RTA_IFA = 32 +pkg syscall (darwin-386), const RTA_IFP = 16 +pkg syscall (darwin-386), const RTA_NETMASK = 4 +pkg syscall (darwin-386), const RTF_BLACKHOLE = 4096 +pkg syscall (darwin-386), const RTF_BROADCAST = 4194304 +pkg syscall (darwin-386), const RTF_CLONING = 256 +pkg syscall (darwin-386), const RTF_CONDEMNED = 33554432 +pkg syscall (darwin-386), const RTF_DELCLONE = 128 +pkg syscall (darwin-386), const RTF_DONE = 64 +pkg syscall (darwin-386), const RTF_DYNAMIC = 16 +pkg syscall (darwin-386), const RTF_GATEWAY = 2 +pkg syscall (darwin-386), const RTF_HOST = 4 +pkg syscall (darwin-386), const RTF_IFREF = 67108864 +pkg syscall (darwin-386), const RTF_IFSCOPE = 16777216 +pkg syscall (darwin-386), const RTF_LLINFO = 1024 +pkg syscall (darwin-386), const RTF_LOCAL = 2097152 +pkg syscall (darwin-386), const RTF_MODIFIED = 32 +pkg syscall (darwin-386), const RTF_MULTICAST = 8388608 +pkg syscall (darwin-386), const RTF_PINNED = 1048576 +pkg syscall (darwin-386), const RTF_PRCLONING = 65536 +pkg syscall (darwin-386), const RTF_PROTO1 = 32768 +pkg syscall (darwin-386), const RTF_PROTO2 = 16384 +pkg syscall (darwin-386), const RTF_PROTO3 = 262144 +pkg syscall (darwin-386), const RTF_REJECT = 8 +pkg syscall (darwin-386), const RTF_STATIC = 2048 +pkg syscall (darwin-386), const RTF_UP = 1 +pkg syscall (darwin-386), const RTF_WASCLONED = 131072 +pkg syscall (darwin-386), const RTF_XRESOLVE = 512 +pkg syscall (darwin-386), const RTM_ADD = 1 +pkg syscall (darwin-386), const RTM_CHANGE = 3 +pkg syscall (darwin-386), const RTM_DELADDR = 13 +pkg syscall (darwin-386), const RTM_DELETE = 2 +pkg syscall (darwin-386), const RTM_DELMADDR = 16 +pkg syscall (darwin-386), const RTM_GET = 4 +pkg syscall (darwin-386), const RTM_GET2 = 20 +pkg syscall (darwin-386), const RTM_IFINFO = 14 +pkg syscall (darwin-386), const RTM_IFINFO2 = 18 +pkg syscall (darwin-386), const RTM_LOCK = 8 +pkg syscall (darwin-386), const RTM_LOSING = 5 +pkg syscall (darwin-386), const RTM_MISS = 7 +pkg syscall (darwin-386), const RTM_NEWADDR = 12 +pkg syscall (darwin-386), const RTM_NEWMADDR = 15 +pkg syscall (darwin-386), const RTM_NEWMADDR2 = 19 +pkg syscall (darwin-386), const RTM_OLDADD = 9 +pkg syscall (darwin-386), const RTM_OLDDEL = 10 +pkg syscall (darwin-386), const RTM_REDIRECT = 6 +pkg syscall (darwin-386), const RTM_RESOLVE = 11 +pkg syscall (darwin-386), const RTM_RTTUNIT = 1000000 +pkg syscall (darwin-386), const RTM_VERSION = 5 +pkg syscall (darwin-386), const RTV_EXPIRE = 4 +pkg syscall (darwin-386), const RTV_HOPCOUNT = 2 +pkg syscall (darwin-386), const RTV_MTU = 1 +pkg syscall (darwin-386), const RTV_RPIPE = 8 +pkg syscall (darwin-386), const RTV_RTT = 64 +pkg syscall (darwin-386), const RTV_RTTVAR = 128 +pkg syscall (darwin-386), const RTV_SPIPE = 16 +pkg syscall (darwin-386), const RTV_SSTHRESH = 32 +pkg syscall (darwin-386), const RUSAGE_CHILDREN = -1 +pkg syscall (darwin-386), const RUSAGE_SELF = 0 +pkg syscall (darwin-386), const SCM_CREDS = 3 +pkg syscall (darwin-386), const SCM_RIGHTS = 1 +pkg syscall (darwin-386), const SCM_TIMESTAMP = 2 +pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC = 4 +pkg syscall (darwin-386), const SIGBUS = 10 +pkg syscall (darwin-386), const SIGCHLD = 20 +pkg syscall (darwin-386), const SIGCONT = 19 +pkg syscall (darwin-386), const SIGEMT = 7 +pkg syscall (darwin-386), const SIGINFO = 29 +pkg syscall (darwin-386), const SIGIO = 23 +pkg syscall (darwin-386), const SIGIOT = 6 +pkg syscall (darwin-386), const SIGPROF = 27 +pkg syscall (darwin-386), const SIGSTOP = 17 +pkg syscall (darwin-386), const SIGSYS = 12 +pkg syscall (darwin-386), const SIGTSTP = 18 +pkg syscall (darwin-386), const SIGTTIN = 21 +pkg syscall (darwin-386), const SIGTTOU = 22 +pkg syscall (darwin-386), const SIGURG = 16 +pkg syscall (darwin-386), const SIGUSR1 = 30 +pkg syscall (darwin-386), const SIGUSR2 = 31 +pkg syscall (darwin-386), const SIGVTALRM = 26 +pkg syscall (darwin-386), const SIGWINCH = 28 +pkg syscall (darwin-386), const SIGXCPU = 24 +pkg syscall (darwin-386), const SIGXFSZ = 25 +pkg syscall (darwin-386), const SIOCADDMULTI = 2149607729 +pkg syscall (darwin-386), const SIOCAIFADDR = 2151704858 +pkg syscall (darwin-386), const SIOCALIFADDR = 2165860637 +pkg syscall (darwin-386), const SIOCARPIPLL = 3223349544 +pkg syscall (darwin-386), const SIOCATMARK = 1074033415 +pkg syscall (darwin-386), const SIOCAUTOADDR = 3223349542 +pkg syscall (darwin-386), const SIOCAUTONETMASK = 2149607719 +pkg syscall (darwin-386), const SIOCDELMULTI = 2149607730 +pkg syscall (darwin-386), const SIOCDIFADDR = 2149607705 +pkg syscall (darwin-386), const SIOCDIFPHYADDR = 2149607745 +pkg syscall (darwin-386), const SIOCDLIFADDR = 2165860639 +pkg syscall (darwin-386), const SIOCGDRVSPEC = 3223087483 +pkg syscall (darwin-386), const SIOCGETSGCNT = 3222565404 +pkg syscall (darwin-386), const SIOCGETVIFCNT = 3222565403 +pkg syscall (darwin-386), const SIOCGETVLAN = 3223349631 +pkg syscall (darwin-386), const SIOCGHIWAT = 1074033409 +pkg syscall (darwin-386), const SIOCGIFADDR = 3223349537 +pkg syscall (darwin-386), const SIOCGIFALTMTU = 3223349576 +pkg syscall (darwin-386), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (darwin-386), const SIOCGIFBOND = 3223349575 +pkg syscall (darwin-386), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (darwin-386), const SIOCGIFCAP = 3223349595 +pkg syscall (darwin-386), const SIOCGIFCONF = 3221776676 +pkg syscall (darwin-386), const SIOCGIFDEVMTU = 3223349572 +pkg syscall (darwin-386), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (darwin-386), const SIOCGIFFLAGS = 3223349521 +pkg syscall (darwin-386), const SIOCGIFGENERIC = 3223349562 +pkg syscall (darwin-386), const SIOCGIFKPI = 3223349639 +pkg syscall (darwin-386), const SIOCGIFMAC = 3223349634 +pkg syscall (darwin-386), const SIOCGIFMEDIA = 3223873848 +pkg syscall (darwin-386), const SIOCGIFMETRIC = 3223349527 +pkg syscall (darwin-386), const SIOCGIFMTU = 3223349555 +pkg syscall (darwin-386), const SIOCGIFNETMASK = 3223349541 +pkg syscall (darwin-386), const SIOCGIFPDSTADDR = 3223349568 +pkg syscall (darwin-386), const SIOCGIFPHYS = 3223349557 +pkg syscall (darwin-386), const SIOCGIFPSRCADDR = 3223349567 +pkg syscall (darwin-386), const SIOCGIFSTATUS = 3274795325 +pkg syscall (darwin-386), const SIOCGIFVLAN = 3223349631 +pkg syscall (darwin-386), const SIOCGIFWAKEFLAGS = 3223349640 +pkg syscall (darwin-386), const SIOCGLIFADDR = 3239602462 +pkg syscall (darwin-386), const SIOCGLIFPHYADDR = 3239602499 +pkg syscall (darwin-386), const SIOCGLOWAT = 1074033411 +pkg syscall (darwin-386), const SIOCGPGRP = 1074033417 +pkg syscall (darwin-386), const SIOCIFCREATE = 3223349624 +pkg syscall (darwin-386), const SIOCIFCREATE2 = 3223349626 +pkg syscall (darwin-386), const SIOCIFDESTROY = 2149607801 +pkg syscall (darwin-386), const SIOCRSLVMULTI = 3221776699 +pkg syscall (darwin-386), const SIOCSDRVSPEC = 2149345659 +pkg syscall (darwin-386), const SIOCSETVLAN = 2149607806 +pkg syscall (darwin-386), const SIOCSHIWAT = 2147775232 +pkg syscall (darwin-386), const SIOCSIFADDR = 2149607692 +pkg syscall (darwin-386), const SIOCSIFALTMTU = 2149607749 +pkg syscall (darwin-386), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (darwin-386), const SIOCSIFBOND = 2149607750 +pkg syscall (darwin-386), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (darwin-386), const SIOCSIFCAP = 2149607770 +pkg syscall (darwin-386), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (darwin-386), const SIOCSIFFLAGS = 2149607696 +pkg syscall (darwin-386), const SIOCSIFGENERIC = 2149607737 +pkg syscall (darwin-386), const SIOCSIFKPI = 2149607814 +pkg syscall (darwin-386), const SIOCSIFLLADDR = 2149607740 +pkg syscall (darwin-386), const SIOCSIFMAC = 2149607811 +pkg syscall (darwin-386), const SIOCSIFMEDIA = 3223349559 +pkg syscall (darwin-386), const SIOCSIFMETRIC = 2149607704 +pkg syscall (darwin-386), const SIOCSIFMTU = 2149607732 +pkg syscall (darwin-386), const SIOCSIFNETMASK = 2149607702 +pkg syscall (darwin-386), const SIOCSIFPHYADDR = 2151704894 +pkg syscall (darwin-386), const SIOCSIFPHYS = 2149607734 +pkg syscall (darwin-386), const SIOCSIFVLAN = 2149607806 +pkg syscall (darwin-386), const SIOCSLIFPHYADDR = 2165860674 +pkg syscall (darwin-386), const SIOCSLOWAT = 2147775234 +pkg syscall (darwin-386), const SIOCSPGRP = 2147775240 +pkg syscall (darwin-386), const SOCK_MAXADDRLEN = 255 +pkg syscall (darwin-386), const SOCK_RDM = 4 +pkg syscall (darwin-386), const SOL_SOCKET = 65535 +pkg syscall (darwin-386), const SOMAXCONN = 128 +pkg syscall (darwin-386), const SO_ACCEPTCONN = 2 +pkg syscall (darwin-386), const SO_BROADCAST = 32 +pkg syscall (darwin-386), const SO_DEBUG = 1 +pkg syscall (darwin-386), const SO_DONTROUTE = 16 +pkg syscall (darwin-386), const SO_DONTTRUNC = 8192 +pkg syscall (darwin-386), const SO_ERROR = 4103 +pkg syscall (darwin-386), const SO_KEEPALIVE = 8 +pkg syscall (darwin-386), const SO_LABEL = 4112 +pkg syscall (darwin-386), const SO_LINGER = 128 +pkg syscall (darwin-386), const SO_LINGER_SEC = 4224 +pkg syscall (darwin-386), const SO_NKE = 4129 +pkg syscall (darwin-386), const SO_NOADDRERR = 4131 +pkg syscall (darwin-386), const SO_NOSIGPIPE = 4130 +pkg syscall (darwin-386), const SO_NOTIFYCONFLICT = 4134 +pkg syscall (darwin-386), const SO_NP_EXTENSIONS = 4227 +pkg syscall (darwin-386), const SO_NREAD = 4128 +pkg syscall (darwin-386), const SO_NWRITE = 4132 +pkg syscall (darwin-386), const SO_OOBINLINE = 256 +pkg syscall (darwin-386), const SO_PEERLABEL = 4113 +pkg syscall (darwin-386), const SO_RANDOMPORT = 4226 +pkg syscall (darwin-386), const SO_RCVBUF = 4098 +pkg syscall (darwin-386), const SO_RCVLOWAT = 4100 +pkg syscall (darwin-386), const SO_RCVTIMEO = 4102 +pkg syscall (darwin-386), const SO_RESTRICTIONS = 4225 +pkg syscall (darwin-386), const SO_RESTRICT_DENYIN = 1 +pkg syscall (darwin-386), const SO_RESTRICT_DENYOUT = 2 +pkg syscall (darwin-386), const SO_RESTRICT_DENYSET = 2147483648 +pkg syscall (darwin-386), const SO_REUSEADDR = 4 +pkg syscall (darwin-386), const SO_REUSEPORT = 512 +pkg syscall (darwin-386), const SO_REUSESHAREUID = 4133 +pkg syscall (darwin-386), const SO_SNDBUF = 4097 +pkg syscall (darwin-386), const SO_SNDLOWAT = 4099 +pkg syscall (darwin-386), const SO_SNDTIMEO = 4101 +pkg syscall (darwin-386), const SO_TIMESTAMP = 1024 +pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048 +pkg syscall (darwin-386), const SO_TYPE = 4104 +pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135 +pkg syscall (darwin-386), const SO_USELOOPBACK = 64 +pkg syscall (darwin-386), const SO_WANTMORE = 16384 +pkg syscall (darwin-386), const SO_WANTOOBFLAG = 32768 +pkg syscall (darwin-386), const SYS_ACCEPT = 30 +pkg syscall (darwin-386), const SYS_ACCEPT_NOCANCEL = 404 +pkg syscall (darwin-386), const SYS_ACCESS = 33 +pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED = 284 +pkg syscall (darwin-386), const SYS_ACCT = 51 +pkg syscall (darwin-386), const SYS_ADD_PROFIL = 176 +pkg syscall (darwin-386), const SYS_ADJTIME = 140 +pkg syscall (darwin-386), const SYS_AIO_CANCEL = 316 +pkg syscall (darwin-386), const SYS_AIO_ERROR = 317 +pkg syscall (darwin-386), const SYS_AIO_FSYNC = 313 +pkg syscall (darwin-386), const SYS_AIO_READ = 318 +pkg syscall (darwin-386), const SYS_AIO_RETURN = 314 +pkg syscall (darwin-386), const SYS_AIO_SUSPEND = 315 +pkg syscall (darwin-386), const SYS_AIO_SUSPEND_NOCANCEL = 421 +pkg syscall (darwin-386), const SYS_AIO_WRITE = 319 +pkg syscall (darwin-386), const SYS_ATGETMSG = 207 +pkg syscall (darwin-386), const SYS_ATPGETREQ = 211 +pkg syscall (darwin-386), const SYS_ATPGETRSP = 212 +pkg syscall (darwin-386), const SYS_ATPSNDREQ = 209 +pkg syscall (darwin-386), const SYS_ATPSNDRSP = 210 +pkg syscall (darwin-386), const SYS_ATPUTMSG = 208 +pkg syscall (darwin-386), const SYS_ATSOCKET = 206 +pkg syscall (darwin-386), const SYS_AUDIT = 350 +pkg syscall (darwin-386), const SYS_AUDITCTL = 359 +pkg syscall (darwin-386), const SYS_AUDITON = 351 +pkg syscall (darwin-386), const SYS_AUDIT_SESSION_JOIN = 429 +pkg syscall (darwin-386), const SYS_AUDIT_SESSION_PORT = 432 +pkg syscall (darwin-386), const SYS_AUDIT_SESSION_SELF = 428 +pkg syscall (darwin-386), const SYS_BIND = 104 +pkg syscall (darwin-386), const SYS_BSDTHREAD_CREATE = 360 +pkg syscall (darwin-386), const SYS_BSDTHREAD_REGISTER = 366 +pkg syscall (darwin-386), const SYS_BSDTHREAD_TERMINATE = 361 +pkg syscall (darwin-386), const SYS_CHDIR = 12 +pkg syscall (darwin-386), const SYS_CHFLAGS = 34 +pkg syscall (darwin-386), const SYS_CHMOD = 15 +pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED = 282 +pkg syscall (darwin-386), const SYS_CHOWN = 16 +pkg syscall (darwin-386), const SYS_CHROOT = 61 +pkg syscall (darwin-386), const SYS_CHUD = 185 +pkg syscall (darwin-386), const SYS_CLOSE = 6 +pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL = 399 +pkg syscall (darwin-386), const SYS_CONNECT = 98 +pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409 +pkg syscall (darwin-386), const SYS_COPYFILE = 227 +pkg syscall (darwin-386), const SYS_CSOPS = 169 +pkg syscall (darwin-386), const SYS_DELETE = 226 +pkg syscall (darwin-386), const SYS_DUP = 41 +pkg syscall (darwin-386), const SYS_DUP2 = 90 +pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223 +pkg syscall (darwin-386), const SYS_EXECVE = 59 +pkg syscall (darwin-386), const SYS_EXIT = 1 +pkg syscall (darwin-386), const SYS_FCHDIR = 13 +pkg syscall (darwin-386), const SYS_FCHFLAGS = 35 +pkg syscall (darwin-386), const SYS_FCHMOD = 124 +pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED = 283 +pkg syscall (darwin-386), const SYS_FCHOWN = 123 +pkg syscall (darwin-386), const SYS_FCNTL = 92 +pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL = 406 +pkg syscall (darwin-386), const SYS_FDATASYNC = 187 +pkg syscall (darwin-386), const SYS_FFSCTL = 245 +pkg syscall (darwin-386), const SYS_FGETATTRLIST = 228 +pkg syscall (darwin-386), const SYS_FGETXATTR = 235 +pkg syscall (darwin-386), const SYS_FHOPEN = 248 +pkg syscall (darwin-386), const SYS_FILEPORT_MAKEFD = 431 +pkg syscall (darwin-386), const SYS_FILEPORT_MAKEPORT = 430 +pkg syscall (darwin-386), const SYS_FLISTXATTR = 241 +pkg syscall (darwin-386), const SYS_FLOCK = 131 +pkg syscall (darwin-386), const SYS_FORK = 2 +pkg syscall (darwin-386), const SYS_FPATHCONF = 192 +pkg syscall (darwin-386), const SYS_FREMOVEXATTR = 239 +pkg syscall (darwin-386), const SYS_FSCTL = 242 +pkg syscall (darwin-386), const SYS_FSETATTRLIST = 229 +pkg syscall (darwin-386), const SYS_FSETXATTR = 237 +pkg syscall (darwin-386), const SYS_FSGETPATH = 427 +pkg syscall (darwin-386), const SYS_FSTAT = 189 +pkg syscall (darwin-386), const SYS_FSTAT64 = 339 +pkg syscall (darwin-386), const SYS_FSTAT64_EXTENDED = 343 +pkg syscall (darwin-386), const SYS_FSTATFS = 158 +pkg syscall (darwin-386), const SYS_FSTATFS64 = 346 +pkg syscall (darwin-386), const SYS_FSTATV = 219 +pkg syscall (darwin-386), const SYS_FSTAT_EXTENDED = 281 +pkg syscall (darwin-386), const SYS_FSYNC = 95 +pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL = 408 +pkg syscall (darwin-386), const SYS_FTRUNCATE = 201 +pkg syscall (darwin-386), const SYS_FUTIMES = 139 +pkg syscall (darwin-386), const SYS_GETATTRLIST = 220 +pkg syscall (darwin-386), const SYS_GETAUDIT = 355 +pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR = 357 +pkg syscall (darwin-386), const SYS_GETAUID = 353 +pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196 +pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 = 344 +pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR = 222 +pkg syscall (darwin-386), const SYS_GETDTABLESIZE = 89 +pkg syscall (darwin-386), const SYS_GETEGID = 43 +pkg syscall (darwin-386), const SYS_GETEUID = 25 +pkg syscall (darwin-386), const SYS_GETFH = 161 +pkg syscall (darwin-386), const SYS_GETFSSTAT = 18 +pkg syscall (darwin-386), const SYS_GETFSSTAT64 = 347 +pkg syscall (darwin-386), const SYS_GETGID = 47 +pkg syscall (darwin-386), const SYS_GETGROUPS = 79 +pkg syscall (darwin-386), const SYS_GETHOSTUUID = 142 +pkg syscall (darwin-386), const SYS_GETITIMER = 86 +pkg syscall (darwin-386), const SYS_GETLCID = 395 +pkg syscall (darwin-386), const SYS_GETLOGIN = 49 +pkg syscall (darwin-386), const SYS_GETPEERNAME = 31 +pkg syscall (darwin-386), const SYS_GETPGID = 151 +pkg syscall (darwin-386), const SYS_GETPGRP = 81 +pkg syscall (darwin-386), const SYS_GETPID = 20 +pkg syscall (darwin-386), const SYS_GETPPID = 39 +pkg syscall (darwin-386), const SYS_GETPRIORITY = 100 +pkg syscall (darwin-386), const SYS_GETRLIMIT = 194 +pkg syscall (darwin-386), const SYS_GETRUSAGE = 117 +pkg syscall (darwin-386), const SYS_GETSGROUPS = 288 +pkg syscall (darwin-386), const SYS_GETSID = 310 +pkg syscall (darwin-386), const SYS_GETSOCKNAME = 32 +pkg syscall (darwin-386), const SYS_GETSOCKOPT = 118 +pkg syscall (darwin-386), const SYS_GETTID = 286 +pkg syscall (darwin-386), const SYS_GETTIMEOFDAY = 116 +pkg syscall (darwin-386), const SYS_GETUID = 24 +pkg syscall (darwin-386), const SYS_GETWGROUPS = 290 +pkg syscall (darwin-386), const SYS_GETXATTR = 234 +pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293 +pkg syscall (darwin-386), const SYS_INITGROUPS = 243 +pkg syscall (darwin-386), const SYS_IOCTL = 54 +pkg syscall (darwin-386), const SYS_IOPOLICYSYS = 322 +pkg syscall (darwin-386), const SYS_ISSETUGID = 327 +pkg syscall (darwin-386), const SYS_KDEBUG_TRACE = 180 +pkg syscall (darwin-386), const SYS_KEVENT = 363 +pkg syscall (darwin-386), const SYS_KEVENT64 = 369 +pkg syscall (darwin-386), const SYS_KILL = 37 +pkg syscall (darwin-386), const SYS_KQUEUE = 362 +pkg syscall (darwin-386), const SYS_LCHOWN = 364 +pkg syscall (darwin-386), const SYS_LINK = 9 +pkg syscall (darwin-386), const SYS_LIO_LISTIO = 320 +pkg syscall (darwin-386), const SYS_LISTEN = 106 +pkg syscall (darwin-386), const SYS_LISTXATTR = 240 +pkg syscall (darwin-386), const SYS_LSEEK = 199 +pkg syscall (darwin-386), const SYS_LSTAT = 190 +pkg syscall (darwin-386), const SYS_LSTAT64 = 340 +pkg syscall (darwin-386), const SYS_LSTAT64_EXTENDED = 342 +pkg syscall (darwin-386), const SYS_LSTATV = 218 +pkg syscall (darwin-386), const SYS_LSTAT_EXTENDED = 280 +pkg syscall (darwin-386), const SYS_MADVISE = 75 +pkg syscall (darwin-386), const SYS_MAXSYSCALL = 439 +pkg syscall (darwin-386), const SYS_MINCORE = 78 +pkg syscall (darwin-386), const SYS_MINHERIT = 250 +pkg syscall (darwin-386), const SYS_MKCOMPLEX = 216 +pkg syscall (darwin-386), const SYS_MKDIR = 136 +pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED = 292 +pkg syscall (darwin-386), const SYS_MKFIFO = 132 +pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED = 291 +pkg syscall (darwin-386), const SYS_MKNOD = 14 +pkg syscall (darwin-386), const SYS_MLOCK = 203 +pkg syscall (darwin-386), const SYS_MLOCKALL = 324 +pkg syscall (darwin-386), const SYS_MMAP = 197 +pkg syscall (darwin-386), const SYS_MODWATCH = 233 +pkg syscall (darwin-386), const SYS_MOUNT = 167 +pkg syscall (darwin-386), const SYS_MPROTECT = 74 +pkg syscall (darwin-386), const SYS_MSGCTL = 258 +pkg syscall (darwin-386), const SYS_MSGGET = 259 +pkg syscall (darwin-386), const SYS_MSGRCV = 261 +pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL = 419 +pkg syscall (darwin-386), const SYS_MSGSND = 260 +pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL = 418 +pkg syscall (darwin-386), const SYS_MSGSYS = 252 +pkg syscall (darwin-386), const SYS_MSYNC = 65 +pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL = 405 +pkg syscall (darwin-386), const SYS_MUNLOCK = 204 +pkg syscall (darwin-386), const SYS_MUNLOCKALL = 325 +pkg syscall (darwin-386), const SYS_MUNMAP = 73 +pkg syscall (darwin-386), const SYS_NFSCLNT = 247 +pkg syscall (darwin-386), const SYS_NFSSVC = 155 +pkg syscall (darwin-386), const SYS_OPEN = 5 +pkg syscall (darwin-386), const SYS_OPEN_EXTENDED = 277 +pkg syscall (darwin-386), const SYS_OPEN_NOCANCEL = 398 +pkg syscall (darwin-386), const SYS_PATHCONF = 191 +pkg syscall (darwin-386), const SYS_PID_HIBERNATE = 435 +pkg syscall (darwin-386), const SYS_PID_RESUME = 434 +pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436 +pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433 +pkg syscall (darwin-386), const SYS_PIPE = 42 +pkg syscall (darwin-386), const SYS_POLL = 230 +pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417 +pkg syscall (darwin-386), const SYS_POSIX_SPAWN = 244 +pkg syscall (darwin-386), const SYS_PREAD = 153 +pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL = 414 +pkg syscall (darwin-386), const SYS_PROCESS_POLICY = 323 +pkg syscall (darwin-386), const SYS_PROC_INFO = 336 +pkg syscall (darwin-386), const SYS_PROFIL = 44 +pkg syscall (darwin-386), const SYS_PSYNCH_CVBROAD = 303 +pkg syscall (darwin-386), const SYS_PSYNCH_CVCLRPREPOST = 312 +pkg syscall (darwin-386), const SYS_PSYNCH_CVSIGNAL = 304 +pkg syscall (darwin-386), const SYS_PSYNCH_CVWAIT = 305 +pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXDROP = 302 +pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXWAIT = 301 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE = 299 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK = 297 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK = 306 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK = 308 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 = 309 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE = 300 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307 +pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 +pkg syscall (darwin-386), const SYS_PTRACE = 26 +pkg syscall (darwin-386), const SYS_PWRITE = 154 +pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL = 415 +pkg syscall (darwin-386), const SYS_QUOTACTL = 165 +pkg syscall (darwin-386), const SYS_READ = 3 +pkg syscall (darwin-386), const SYS_READLINK = 58 +pkg syscall (darwin-386), const SYS_READV = 120 +pkg syscall (darwin-386), const SYS_READV_NOCANCEL = 411 +pkg syscall (darwin-386), const SYS_READ_NOCANCEL = 396 +pkg syscall (darwin-386), const SYS_REBOOT = 55 +pkg syscall (darwin-386), const SYS_RECVFROM = 29 +pkg syscall (darwin-386), const SYS_RECVFROM_NOCANCEL = 403 +pkg syscall (darwin-386), const SYS_RECVMSG = 27 +pkg syscall (darwin-386), const SYS_RECVMSG_NOCANCEL = 401 +pkg syscall (darwin-386), const SYS_REMOVEXATTR = 238 +pkg syscall (darwin-386), const SYS_RENAME = 128 +pkg syscall (darwin-386), const SYS_REVOKE = 56 +pkg syscall (darwin-386), const SYS_RMDIR = 137 +pkg syscall (darwin-386), const SYS_SEARCHFS = 225 +pkg syscall (darwin-386), const SYS_SELECT = 93 +pkg syscall (darwin-386), const SYS_SELECT_NOCANCEL = 407 +pkg syscall (darwin-386), const SYS_SEMCTL = 254 +pkg syscall (darwin-386), const SYS_SEMGET = 255 +pkg syscall (darwin-386), const SYS_SEMOP = 256 +pkg syscall (darwin-386), const SYS_SEMSYS = 251 +pkg syscall (darwin-386), const SYS_SEM_CLOSE = 269 +pkg syscall (darwin-386), const SYS_SEM_DESTROY = 276 +pkg syscall (darwin-386), const SYS_SEM_GETVALUE = 274 +pkg syscall (darwin-386), const SYS_SEM_INIT = 275 +pkg syscall (darwin-386), const SYS_SEM_OPEN = 268 +pkg syscall (darwin-386), const SYS_SEM_POST = 273 +pkg syscall (darwin-386), const SYS_SEM_TRYWAIT = 272 +pkg syscall (darwin-386), const SYS_SEM_UNLINK = 270 +pkg syscall (darwin-386), const SYS_SEM_WAIT = 271 +pkg syscall (darwin-386), const SYS_SEM_WAIT_NOCANCEL = 420 +pkg syscall (darwin-386), const SYS_SENDFILE = 337 +pkg syscall (darwin-386), const SYS_SENDMSG = 28 +pkg syscall (darwin-386), const SYS_SENDMSG_NOCANCEL = 402 +pkg syscall (darwin-386), const SYS_SENDTO = 133 +pkg syscall (darwin-386), const SYS_SENDTO_NOCANCEL = 413 +pkg syscall (darwin-386), const SYS_SETATTRLIST = 221 +pkg syscall (darwin-386), const SYS_SETAUDIT = 356 +pkg syscall (darwin-386), const SYS_SETAUDIT_ADDR = 358 +pkg syscall (darwin-386), const SYS_SETAUID = 354 +pkg syscall (darwin-386), const SYS_SETEGID = 182 +pkg syscall (darwin-386), const SYS_SETEUID = 183 +pkg syscall (darwin-386), const SYS_SETGID = 181 +pkg syscall (darwin-386), const SYS_SETGROUPS = 80 +pkg syscall (darwin-386), const SYS_SETITIMER = 83 +pkg syscall (darwin-386), const SYS_SETLCID = 394 +pkg syscall (darwin-386), const SYS_SETLOGIN = 50 +pkg syscall (darwin-386), const SYS_SETPGID = 82 +pkg syscall (darwin-386), const SYS_SETPRIORITY = 96 +pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152 +pkg syscall (darwin-386), const SYS_SETREGID = 127 +pkg syscall (darwin-386), const SYS_SETREUID = 126 +pkg syscall (darwin-386), const SYS_SETRLIMIT = 195 +pkg syscall (darwin-386), const SYS_SETSGROUPS = 287 +pkg syscall (darwin-386), const SYS_SETSID = 147 +pkg syscall (darwin-386), const SYS_SETSOCKOPT = 105 +pkg syscall (darwin-386), const SYS_SETTID = 285 +pkg syscall (darwin-386), const SYS_SETTID_WITH_PID = 311 +pkg syscall (darwin-386), const SYS_SETTIMEOFDAY = 122 +pkg syscall (darwin-386), const SYS_SETUID = 23 +pkg syscall (darwin-386), const SYS_SETWGROUPS = 289 +pkg syscall (darwin-386), const SYS_SETXATTR = 236 +pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294 +pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 +pkg syscall (darwin-386), const SYS_SHMAT = 262 +pkg syscall (darwin-386), const SYS_SHMCTL = 263 +pkg syscall (darwin-386), const SYS_SHMDT = 264 +pkg syscall (darwin-386), const SYS_SHMGET = 265 +pkg syscall (darwin-386), const SYS_SHMSYS = 253 +pkg syscall (darwin-386), const SYS_SHM_OPEN = 266 +pkg syscall (darwin-386), const SYS_SHM_UNLINK = 267 +pkg syscall (darwin-386), const SYS_SHUTDOWN = 134 +pkg syscall (darwin-386), const SYS_SIGACTION = 46 +pkg syscall (darwin-386), const SYS_SIGALTSTACK = 53 +pkg syscall (darwin-386), const SYS_SIGPENDING = 52 +pkg syscall (darwin-386), const SYS_SIGPROCMASK = 48 +pkg syscall (darwin-386), const SYS_SIGRETURN = 184 +pkg syscall (darwin-386), const SYS_SIGSUSPEND = 111 +pkg syscall (darwin-386), const SYS_SIGSUSPEND_NOCANCEL = 410 +pkg syscall (darwin-386), const SYS_SOCKET = 97 +pkg syscall (darwin-386), const SYS_SOCKETPAIR = 135 +pkg syscall (darwin-386), const SYS_STACK_SNAPSHOT = 365 +pkg syscall (darwin-386), const SYS_STAT = 188 +pkg syscall (darwin-386), const SYS_STAT64 = 338 +pkg syscall (darwin-386), const SYS_STAT64_EXTENDED = 341 +pkg syscall (darwin-386), const SYS_STATFS = 157 +pkg syscall (darwin-386), const SYS_STATFS64 = 345 +pkg syscall (darwin-386), const SYS_STATV = 217 +pkg syscall (darwin-386), const SYS_STAT_EXTENDED = 279 +pkg syscall (darwin-386), const SYS_SWAPON = 85 +pkg syscall (darwin-386), const SYS_SYMLINK = 57 +pkg syscall (darwin-386), const SYS_SYNC = 36 +pkg syscall (darwin-386), const SYS_SYSCALL = 0 +pkg syscall (darwin-386), const SYS_THREAD_SELFID = 372 +pkg syscall (darwin-386), const SYS_TRUNCATE = 200 +pkg syscall (darwin-386), const SYS_UMASK = 60 +pkg syscall (darwin-386), const SYS_UMASK_EXTENDED = 278 +pkg syscall (darwin-386), const SYS_UNDELETE = 205 +pkg syscall (darwin-386), const SYS_UNLINK = 10 +pkg syscall (darwin-386), const SYS_UNMOUNT = 159 +pkg syscall (darwin-386), const SYS_UTIMES = 138 +pkg syscall (darwin-386), const SYS_VFORK = 66 +pkg syscall (darwin-386), const SYS_VM_PRESSURE_MONITOR = 296 +pkg syscall (darwin-386), const SYS_WAIT4 = 7 +pkg syscall (darwin-386), const SYS_WAIT4_NOCANCEL = 400 +pkg syscall (darwin-386), const SYS_WAITEVENT = 232 +pkg syscall (darwin-386), const SYS_WAITID = 173 +pkg syscall (darwin-386), const SYS_WAITID_NOCANCEL = 416 +pkg syscall (darwin-386), const SYS_WATCHEVENT = 231 +pkg syscall (darwin-386), const SYS_WORKQ_KERNRETURN = 368 +pkg syscall (darwin-386), const SYS_WORKQ_OPEN = 367 +pkg syscall (darwin-386), const SYS_WRITE = 4 +pkg syscall (darwin-386), const SYS_WRITEV = 121 +pkg syscall (darwin-386), const SYS_WRITEV_NOCANCEL = 412 +pkg syscall (darwin-386), const SYS_WRITE_NOCANCEL = 397 +pkg syscall (darwin-386), const SYS___DISABLE_THREADSIGNAL = 331 +pkg syscall (darwin-386), const SYS___MAC_EXECVE = 380 +pkg syscall (darwin-386), const SYS___MAC_GETFSSTAT = 426 +pkg syscall (darwin-386), const SYS___MAC_GET_FD = 388 +pkg syscall (darwin-386), const SYS___MAC_GET_FILE = 382 +pkg syscall (darwin-386), const SYS___MAC_GET_LCID = 391 +pkg syscall (darwin-386), const SYS___MAC_GET_LCTX = 392 +pkg syscall (darwin-386), const SYS___MAC_GET_LINK = 384 +pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT = 425 +pkg syscall (darwin-386), const SYS___MAC_GET_PID = 390 +pkg syscall (darwin-386), const SYS___MAC_GET_PROC = 386 +pkg syscall (darwin-386), const SYS___MAC_MOUNT = 424 +pkg syscall (darwin-386), const SYS___MAC_SET_FD = 389 +pkg syscall (darwin-386), const SYS___MAC_SET_FILE = 383 +pkg syscall (darwin-386), const SYS___MAC_SET_LCTX = 393 +pkg syscall (darwin-386), const SYS___MAC_SET_LINK = 385 +pkg syscall (darwin-386), const SYS___MAC_SET_PROC = 387 +pkg syscall (darwin-386), const SYS___MAC_SYSCALL = 381 +pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL = 370 +pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 +pkg syscall (darwin-386), const SYS___PTHREAD_CANCELED = 333 +pkg syscall (darwin-386), const SYS___PTHREAD_CHDIR = 348 +pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR = 349 +pkg syscall (darwin-386), const SYS___PTHREAD_KILL = 328 +pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL = 332 +pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK = 329 +pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL = 334 +pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 +pkg syscall (darwin-386), const SYS___SIGWAIT = 330 +pkg syscall (darwin-386), const SYS___SIGWAIT_NOCANCEL = 422 +pkg syscall (darwin-386), const SYS___SYSCTL = 202 +pkg syscall (darwin-386), const S_IEXEC = 64 +pkg syscall (darwin-386), const S_IFMT = 61440 +pkg syscall (darwin-386), const S_IFWHT = 57344 +pkg syscall (darwin-386), const S_IREAD = 256 +pkg syscall (darwin-386), const S_IRGRP = 32 +pkg syscall (darwin-386), const S_IROTH = 4 +pkg syscall (darwin-386), const S_IRWXG = 56 +pkg syscall (darwin-386), const S_IRWXO = 7 +pkg syscall (darwin-386), const S_IRWXU = 448 +pkg syscall (darwin-386), const S_ISTXT = 512 +pkg syscall (darwin-386), const S_IWGRP = 16 +pkg syscall (darwin-386), const S_IWOTH = 2 +pkg syscall (darwin-386), const S_IWRITE = 128 +pkg syscall (darwin-386), const S_IXGRP = 8 +pkg syscall (darwin-386), const S_IXOTH = 1 +pkg syscall (darwin-386), const SizeofBpfHdr = 20 +pkg syscall (darwin-386), const SizeofBpfInsn = 8 +pkg syscall (darwin-386), const SizeofBpfProgram = 8 +pkg syscall (darwin-386), const SizeofBpfStat = 8 +pkg syscall (darwin-386), const SizeofBpfVersion = 4 +pkg syscall (darwin-386), const SizeofCmsghdr = 12 +pkg syscall (darwin-386), const SizeofIPMreq = 8 +pkg syscall (darwin-386), const SizeofIPv6Mreq = 20 +pkg syscall (darwin-386), const SizeofIfData = 96 +pkg syscall (darwin-386), const SizeofIfMsghdr = 112 +pkg syscall (darwin-386), const SizeofIfaMsghdr = 20 +pkg syscall (darwin-386), const SizeofIfmaMsghdr = 16 +pkg syscall (darwin-386), const SizeofIfmaMsghdr2 = 20 +pkg syscall (darwin-386), const SizeofInet4Pktinfo = 12 +pkg syscall (darwin-386), const SizeofInet4Pktinfo ideal-int +pkg syscall (darwin-386), const SizeofInet6Pktinfo = 20 +pkg syscall (darwin-386), const SizeofLinger = 8 +pkg syscall (darwin-386), const SizeofMsghdr = 28 +pkg syscall (darwin-386), const SizeofRtMetrics = 56 +pkg syscall (darwin-386), const SizeofRtMsghdr = 92 +pkg syscall (darwin-386), const SizeofSockaddrAny = 108 +pkg syscall (darwin-386), const SizeofSockaddrDatalink = 20 +pkg syscall (darwin-386), const SizeofSockaddrInet4 = 16 +pkg syscall (darwin-386), const SizeofSockaddrInet6 = 28 +pkg syscall (darwin-386), const SizeofSockaddrUnix = 106 +pkg syscall (darwin-386), const TCIFLUSH = 1 +pkg syscall (darwin-386), const TCIFLUSH ideal-int +pkg syscall (darwin-386), const TCIOFLUSH = 3 +pkg syscall (darwin-386), const TCIOFLUSH ideal-int +pkg syscall (darwin-386), const TCOFLUSH = 2 +pkg syscall (darwin-386), const TCOFLUSH ideal-int +pkg syscall (darwin-386), const TCP_CONNECTIONTIMEOUT = 32 +pkg syscall (darwin-386), const TCP_KEEPALIVE = 16 +pkg syscall (darwin-386), const TCP_MAXHLEN = 60 +pkg syscall (darwin-386), const TCP_MAXOLEN = 40 +pkg syscall (darwin-386), const TCP_MAXSEG = 2 +pkg syscall (darwin-386), const TCP_MAXWIN = 65535 +pkg syscall (darwin-386), const TCP_MAX_SACK = 3 +pkg syscall (darwin-386), const TCP_MAX_WINSHIFT = 14 +pkg syscall (darwin-386), const TCP_MINMSS = 216 +pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD = 1000 +pkg syscall (darwin-386), const TCP_MSS = 512 +pkg syscall (darwin-386), const TCP_NOOPT = 8 +pkg syscall (darwin-386), const TCP_NOPUSH = 4 +pkg syscall (darwin-386), const TCP_RXT_CONNDROPTIME = 128 +pkg syscall (darwin-386), const TCP_RXT_FINDROP = 256 +pkg syscall (darwin-386), const TCSAFLUSH = 2 +pkg syscall (darwin-386), const TCSAFLUSH ideal-int +pkg syscall (darwin-386), const TIOCCBRK = 536900730 +pkg syscall (darwin-386), const TIOCCDTR = 536900728 +pkg syscall (darwin-386), const TIOCCONS = 2147775586 +pkg syscall (darwin-386), const TIOCDCDTIMESTAMP = 1074295896 +pkg syscall (darwin-386), const TIOCDRAIN = 536900702 +pkg syscall (darwin-386), const TIOCDSIMICROCODE = 536900693 +pkg syscall (darwin-386), const TIOCEXCL = 536900621 +pkg syscall (darwin-386), const TIOCEXT = 2147775584 +pkg syscall (darwin-386), const TIOCFLUSH = 2147775504 +pkg syscall (darwin-386), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (darwin-386), const TIOCGETA = 1076655123 +pkg syscall (darwin-386), const TIOCGETD = 1074033690 +pkg syscall (darwin-386), const TIOCGPGRP = 1074033783 +pkg syscall (darwin-386), const TIOCGWINSZ = 1074295912 +pkg syscall (darwin-386), const TIOCIXOFF = 536900736 +pkg syscall (darwin-386), const TIOCIXON = 536900737 +pkg syscall (darwin-386), const TIOCMBIC = 2147775595 +pkg syscall (darwin-386), const TIOCMBIS = 2147775596 +pkg syscall (darwin-386), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (darwin-386), const TIOCMGET = 1074033770 +pkg syscall (darwin-386), const TIOCMODG = 1074033667 +pkg syscall (darwin-386), const TIOCMODS = 2147775492 +pkg syscall (darwin-386), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (darwin-386), const TIOCMSET = 2147775597 +pkg syscall (darwin-386), const TIOCM_CAR = 64 +pkg syscall (darwin-386), const TIOCM_CD = 64 +pkg syscall (darwin-386), const TIOCM_CTS = 32 +pkg syscall (darwin-386), const TIOCM_DSR = 256 +pkg syscall (darwin-386), const TIOCM_DTR = 2 +pkg syscall (darwin-386), const TIOCM_LE = 1 +pkg syscall (darwin-386), const TIOCM_RI = 128 +pkg syscall (darwin-386), const TIOCM_RNG = 128 +pkg syscall (darwin-386), const TIOCM_RTS = 4 +pkg syscall (darwin-386), const TIOCM_SR = 16 +pkg syscall (darwin-386), const TIOCM_ST = 8 +pkg syscall (darwin-386), const TIOCNOTTY = 536900721 +pkg syscall (darwin-386), const TIOCNXCL = 536900622 +pkg syscall (darwin-386), const TIOCOUTQ = 1074033779 +pkg syscall (darwin-386), const TIOCPKT = 2147775600 +pkg syscall (darwin-386), const TIOCPKT_DATA = 0 +pkg syscall (darwin-386), const TIOCPKT_DOSTOP = 32 +pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (darwin-386), const TIOCPKT_IOCTL = 64 +pkg syscall (darwin-386), const TIOCPKT_NOSTOP = 16 +pkg syscall (darwin-386), const TIOCPKT_START = 8 +pkg syscall (darwin-386), const TIOCPKT_STOP = 4 +pkg syscall (darwin-386), const TIOCPTYGNAME = 1082160211 +pkg syscall (darwin-386), const TIOCPTYGRANT = 536900692 +pkg syscall (darwin-386), const TIOCPTYUNLK = 536900690 +pkg syscall (darwin-386), const TIOCREMOTE = 2147775593 +pkg syscall (darwin-386), const TIOCSBRK = 536900731 +pkg syscall (darwin-386), const TIOCSCONS = 536900707 +pkg syscall (darwin-386), const TIOCSCTTY = 536900705 +pkg syscall (darwin-386), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (darwin-386), const TIOCSDTR = 536900729 +pkg syscall (darwin-386), const TIOCSETA = 2150396948 +pkg syscall (darwin-386), const TIOCSETAF = 2150396950 +pkg syscall (darwin-386), const TIOCSETAW = 2150396949 +pkg syscall (darwin-386), const TIOCSETD = 2147775515 +pkg syscall (darwin-386), const TIOCSIG = 536900703 +pkg syscall (darwin-386), const TIOCSPGRP = 2147775606 +pkg syscall (darwin-386), const TIOCSTART = 536900718 +pkg syscall (darwin-386), const TIOCSTAT = 536900709 +pkg syscall (darwin-386), const TIOCSTI = 2147578994 +pkg syscall (darwin-386), const TIOCSTOP = 536900719 +pkg syscall (darwin-386), const TIOCSWINSZ = 2148037735 +pkg syscall (darwin-386), const TIOCTIMESTAMP = 1074295897 +pkg syscall (darwin-386), const TIOCUCNTL = 2147775590 +pkg syscall (darwin-386), const TOSTOP = 4194304 +pkg syscall (darwin-386), const TOSTOP ideal-int +pkg syscall (darwin-386), const VDISCARD = 15 +pkg syscall (darwin-386), const VDISCARD ideal-int +pkg syscall (darwin-386), const VDSUSP = 11 +pkg syscall (darwin-386), const VDSUSP ideal-int +pkg syscall (darwin-386), const VEOF = 0 +pkg syscall (darwin-386), const VEOF ideal-int +pkg syscall (darwin-386), const VEOL = 1 +pkg syscall (darwin-386), const VEOL ideal-int +pkg syscall (darwin-386), const VEOL2 = 2 +pkg syscall (darwin-386), const VEOL2 ideal-int +pkg syscall (darwin-386), const VERASE = 3 +pkg syscall (darwin-386), const VERASE ideal-int +pkg syscall (darwin-386), const VINTR = 8 +pkg syscall (darwin-386), const VINTR ideal-int +pkg syscall (darwin-386), const VKILL = 5 +pkg syscall (darwin-386), const VKILL ideal-int +pkg syscall (darwin-386), const VLNEXT = 14 +pkg syscall (darwin-386), const VLNEXT ideal-int +pkg syscall (darwin-386), const VMIN = 16 +pkg syscall (darwin-386), const VMIN ideal-int +pkg syscall (darwin-386), const VQUIT = 9 +pkg syscall (darwin-386), const VQUIT ideal-int +pkg syscall (darwin-386), const VREPRINT = 6 +pkg syscall (darwin-386), const VREPRINT ideal-int +pkg syscall (darwin-386), const VSTART = 12 +pkg syscall (darwin-386), const VSTART ideal-int +pkg syscall (darwin-386), const VSTATUS = 18 +pkg syscall (darwin-386), const VSTATUS ideal-int +pkg syscall (darwin-386), const VSTOP = 13 +pkg syscall (darwin-386), const VSTOP ideal-int +pkg syscall (darwin-386), const VSUSP = 10 +pkg syscall (darwin-386), const VSUSP ideal-int +pkg syscall (darwin-386), const VT0 = 0 +pkg syscall (darwin-386), const VT0 ideal-int +pkg syscall (darwin-386), const VT1 = 65536 +pkg syscall (darwin-386), const VT1 ideal-int +pkg syscall (darwin-386), const VTDLY = 65536 +pkg syscall (darwin-386), const VTDLY ideal-int +pkg syscall (darwin-386), const VTIME = 17 +pkg syscall (darwin-386), const VTIME ideal-int +pkg syscall (darwin-386), const VWERASE = 4 +pkg syscall (darwin-386), const VWERASE ideal-int +pkg syscall (darwin-386), const WCONTINUED = 16 +pkg syscall (darwin-386), const WCOREFLAG = 128 +pkg syscall (darwin-386), const WEXITED = 4 +pkg syscall (darwin-386), const WNOHANG = 1 +pkg syscall (darwin-386), const WNOWAIT = 32 +pkg syscall (darwin-386), const WORDSIZE = 32 +pkg syscall (darwin-386), const WSTOPPED = 8 +pkg syscall (darwin-386), const WUNTRACED = 2 +pkg syscall (darwin-386), func Fchflags(int, int) error +pkg syscall (darwin-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-386), type Inet4Pktinfo struct +pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (darwin-386), type Termios struct +pkg syscall (darwin-386), type Termios struct, Cc [20]uint8 +pkg syscall (darwin-386), type Termios struct, Cflag uint32 +pkg syscall (darwin-386), type Termios struct, Iflag uint32 +pkg syscall (darwin-386), type Termios struct, Ispeed uint32 +pkg syscall (darwin-386), type Termios struct, Lflag uint32 +pkg syscall (darwin-386), type Termios struct, Oflag uint32 +pkg syscall (darwin-386), type Termios struct, Ospeed uint32 +pkg syscall (darwin-386-cgo), const AF_APPLETALK = 16 +pkg syscall (darwin-386-cgo), const AF_CCITT = 10 +pkg syscall (darwin-386-cgo), const AF_CHAOS = 5 +pkg syscall (darwin-386-cgo), const AF_CNT = 21 +pkg syscall (darwin-386-cgo), const AF_COIP = 20 +pkg syscall (darwin-386-cgo), const AF_DATAKIT = 9 +pkg syscall (darwin-386-cgo), const AF_DECnet = 12 +pkg syscall (darwin-386-cgo), const AF_DLI = 13 +pkg syscall (darwin-386-cgo), const AF_E164 = 28 +pkg syscall (darwin-386-cgo), const AF_ECMA = 8 +pkg syscall (darwin-386-cgo), const AF_HYLINK = 15 +pkg syscall (darwin-386-cgo), const AF_IEEE80211 = 37 +pkg syscall (darwin-386-cgo), const AF_IMPLINK = 3 +pkg syscall (darwin-386-cgo), const AF_INET6 = 30 +pkg syscall (darwin-386-cgo), const AF_IPX = 23 +pkg syscall (darwin-386-cgo), const AF_ISDN = 28 +pkg syscall (darwin-386-cgo), const AF_ISO = 7 +pkg syscall (darwin-386-cgo), const AF_LAT = 14 +pkg syscall (darwin-386-cgo), const AF_LINK = 18 +pkg syscall (darwin-386-cgo), const AF_LOCAL = 1 +pkg syscall (darwin-386-cgo), const AF_MAX = 38 +pkg syscall (darwin-386-cgo), const AF_NATM = 31 +pkg syscall (darwin-386-cgo), const AF_NDRV = 27 +pkg syscall (darwin-386-cgo), const AF_NETBIOS = 33 +pkg syscall (darwin-386-cgo), const AF_NS = 6 +pkg syscall (darwin-386-cgo), const AF_OSI = 7 +pkg syscall (darwin-386-cgo), const AF_PPP = 34 +pkg syscall (darwin-386-cgo), const AF_PUP = 4 +pkg syscall (darwin-386-cgo), const AF_RESERVED_36 = 36 +pkg syscall (darwin-386-cgo), const AF_ROUTE = 17 +pkg syscall (darwin-386-cgo), const AF_SIP = 24 +pkg syscall (darwin-386-cgo), const AF_SNA = 11 +pkg syscall (darwin-386-cgo), const AF_SYSTEM = 32 +pkg syscall (darwin-386-cgo), const B0 = 0 +pkg syscall (darwin-386-cgo), const B0 ideal-int +pkg syscall (darwin-386-cgo), const B110 = 110 +pkg syscall (darwin-386-cgo), const B110 ideal-int +pkg syscall (darwin-386-cgo), const B115200 = 115200 +pkg syscall (darwin-386-cgo), const B115200 ideal-int +pkg syscall (darwin-386-cgo), const B1200 = 1200 +pkg syscall (darwin-386-cgo), const B1200 ideal-int +pkg syscall (darwin-386-cgo), const B134 = 134 +pkg syscall (darwin-386-cgo), const B134 ideal-int +pkg syscall (darwin-386-cgo), const B14400 = 14400 +pkg syscall (darwin-386-cgo), const B14400 ideal-int +pkg syscall (darwin-386-cgo), const B150 = 150 +pkg syscall (darwin-386-cgo), const B150 ideal-int +pkg syscall (darwin-386-cgo), const B1800 = 1800 +pkg syscall (darwin-386-cgo), const B1800 ideal-int +pkg syscall (darwin-386-cgo), const B19200 = 19200 +pkg syscall (darwin-386-cgo), const B19200 ideal-int +pkg syscall (darwin-386-cgo), const B200 = 200 +pkg syscall (darwin-386-cgo), const B200 ideal-int +pkg syscall (darwin-386-cgo), const B230400 = 230400 +pkg syscall (darwin-386-cgo), const B230400 ideal-int +pkg syscall (darwin-386-cgo), const B2400 = 2400 +pkg syscall (darwin-386-cgo), const B2400 ideal-int +pkg syscall (darwin-386-cgo), const B28800 = 28800 +pkg syscall (darwin-386-cgo), const B28800 ideal-int +pkg syscall (darwin-386-cgo), const B300 = 300 +pkg syscall (darwin-386-cgo), const B300 ideal-int +pkg syscall (darwin-386-cgo), const B38400 = 38400 +pkg syscall (darwin-386-cgo), const B38400 ideal-int +pkg syscall (darwin-386-cgo), const B4800 = 4800 +pkg syscall (darwin-386-cgo), const B4800 ideal-int +pkg syscall (darwin-386-cgo), const B50 = 50 +pkg syscall (darwin-386-cgo), const B50 ideal-int +pkg syscall (darwin-386-cgo), const B57600 = 57600 +pkg syscall (darwin-386-cgo), const B57600 ideal-int +pkg syscall (darwin-386-cgo), const B600 = 600 +pkg syscall (darwin-386-cgo), const B600 ideal-int +pkg syscall (darwin-386-cgo), const B7200 = 7200 +pkg syscall (darwin-386-cgo), const B7200 ideal-int +pkg syscall (darwin-386-cgo), const B75 = 75 +pkg syscall (darwin-386-cgo), const B75 ideal-int +pkg syscall (darwin-386-cgo), const B76800 = 76800 +pkg syscall (darwin-386-cgo), const B76800 ideal-int +pkg syscall (darwin-386-cgo), const B9600 = 9600 +pkg syscall (darwin-386-cgo), const B9600 ideal-int +pkg syscall (darwin-386-cgo), const BIOCFLUSH = 536887912 +pkg syscall (darwin-386-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (darwin-386-cgo), const BIOCGDLT = 1074020970 +pkg syscall (darwin-386-cgo), const BIOCGDLTLIST = 3222028921 +pkg syscall (darwin-386-cgo), const BIOCGETIF = 1075855979 +pkg syscall (darwin-386-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (darwin-386-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (darwin-386-cgo), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (darwin-386-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (darwin-386-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (darwin-386-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (darwin-386-cgo), const BIOCPROMISC = 536887913 +pkg syscall (darwin-386-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (darwin-386-cgo), const BIOCSDLT = 2147762808 +pkg syscall (darwin-386-cgo), const BIOCSETF = 2148024935 +pkg syscall (darwin-386-cgo), const BIOCSETIF = 2149597804 +pkg syscall (darwin-386-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (darwin-386-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (darwin-386-cgo), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (darwin-386-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (darwin-386-cgo), const BIOCVERSION = 1074020977 +pkg syscall (darwin-386-cgo), const BPF_A = 16 +pkg syscall (darwin-386-cgo), const BPF_ABS = 32 +pkg syscall (darwin-386-cgo), const BPF_ADD = 0 +pkg syscall (darwin-386-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (darwin-386-cgo), const BPF_ALU = 4 +pkg syscall (darwin-386-cgo), const BPF_AND = 80 +pkg syscall (darwin-386-cgo), const BPF_B = 16 +pkg syscall (darwin-386-cgo), const BPF_DIV = 48 +pkg syscall (darwin-386-cgo), const BPF_H = 8 +pkg syscall (darwin-386-cgo), const BPF_IMM = 0 +pkg syscall (darwin-386-cgo), const BPF_IND = 64 +pkg syscall (darwin-386-cgo), const BPF_JA = 0 +pkg syscall (darwin-386-cgo), const BPF_JEQ = 16 +pkg syscall (darwin-386-cgo), const BPF_JGE = 48 +pkg syscall (darwin-386-cgo), const BPF_JGT = 32 +pkg syscall (darwin-386-cgo), const BPF_JMP = 5 +pkg syscall (darwin-386-cgo), const BPF_JSET = 64 +pkg syscall (darwin-386-cgo), const BPF_K = 0 +pkg syscall (darwin-386-cgo), const BPF_LD = 0 +pkg syscall (darwin-386-cgo), const BPF_LDX = 1 +pkg syscall (darwin-386-cgo), const BPF_LEN = 128 +pkg syscall (darwin-386-cgo), const BPF_LSH = 96 +pkg syscall (darwin-386-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (darwin-386-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (darwin-386-cgo), const BPF_MAXINSNS = 512 +pkg syscall (darwin-386-cgo), const BPF_MEM = 96 +pkg syscall (darwin-386-cgo), const BPF_MEMWORDS = 16 +pkg syscall (darwin-386-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (darwin-386-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (darwin-386-cgo), const BPF_MISC = 7 +pkg syscall (darwin-386-cgo), const BPF_MSH = 160 +pkg syscall (darwin-386-cgo), const BPF_MUL = 32 +pkg syscall (darwin-386-cgo), const BPF_NEG = 128 +pkg syscall (darwin-386-cgo), const BPF_OR = 64 +pkg syscall (darwin-386-cgo), const BPF_RELEASE = 199606 +pkg syscall (darwin-386-cgo), const BPF_RET = 6 +pkg syscall (darwin-386-cgo), const BPF_RSH = 112 +pkg syscall (darwin-386-cgo), const BPF_ST = 2 +pkg syscall (darwin-386-cgo), const BPF_STX = 3 +pkg syscall (darwin-386-cgo), const BPF_SUB = 16 +pkg syscall (darwin-386-cgo), const BPF_TAX = 0 +pkg syscall (darwin-386-cgo), const BPF_TXA = 128 +pkg syscall (darwin-386-cgo), const BPF_W = 0 +pkg syscall (darwin-386-cgo), const BPF_X = 8 +pkg syscall (darwin-386-cgo), const BRKINT = 2 +pkg syscall (darwin-386-cgo), const BRKINT ideal-int +pkg syscall (darwin-386-cgo), const CFLUSH = 15 +pkg syscall (darwin-386-cgo), const CFLUSH ideal-int +pkg syscall (darwin-386-cgo), const CLOCAL = 32768 +pkg syscall (darwin-386-cgo), const CLOCAL ideal-int +pkg syscall (darwin-386-cgo), const CREAD = 2048 +pkg syscall (darwin-386-cgo), const CREAD ideal-int +pkg syscall (darwin-386-cgo), const CS5 = 0 +pkg syscall (darwin-386-cgo), const CS5 ideal-int +pkg syscall (darwin-386-cgo), const CS6 = 256 +pkg syscall (darwin-386-cgo), const CS6 ideal-int +pkg syscall (darwin-386-cgo), const CS7 = 512 +pkg syscall (darwin-386-cgo), const CS7 ideal-int +pkg syscall (darwin-386-cgo), const CS8 = 768 +pkg syscall (darwin-386-cgo), const CS8 ideal-int +pkg syscall (darwin-386-cgo), const CSIZE = 768 +pkg syscall (darwin-386-cgo), const CSIZE ideal-int +pkg syscall (darwin-386-cgo), const CSTART = 17 +pkg syscall (darwin-386-cgo), const CSTART ideal-int +pkg syscall (darwin-386-cgo), const CSTATUS = 20 +pkg syscall (darwin-386-cgo), const CSTATUS ideal-int +pkg syscall (darwin-386-cgo), const CSTOP = 19 +pkg syscall (darwin-386-cgo), const CSTOP ideal-int +pkg syscall (darwin-386-cgo), const CSTOPB = 1024 +pkg syscall (darwin-386-cgo), const CSTOPB ideal-int +pkg syscall (darwin-386-cgo), const CSUSP = 26 +pkg syscall (darwin-386-cgo), const CSUSP ideal-int +pkg syscall (darwin-386-cgo), const CTL_MAXNAME = 12 +pkg syscall (darwin-386-cgo), const CTL_NET = 4 +pkg syscall (darwin-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (darwin-386-cgo), const DLT_ARCNET = 7 +pkg syscall (darwin-386-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (darwin-386-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (darwin-386-cgo), const DLT_AX25 = 3 +pkg syscall (darwin-386-cgo), const DLT_CHAOS = 5 +pkg syscall (darwin-386-cgo), const DLT_CHDLC = 104 +pkg syscall (darwin-386-cgo), const DLT_C_HDLC = 104 +pkg syscall (darwin-386-cgo), const DLT_EN10MB = 1 +pkg syscall (darwin-386-cgo), const DLT_EN3MB = 2 +pkg syscall (darwin-386-cgo), const DLT_FDDI = 10 +pkg syscall (darwin-386-cgo), const DLT_IEEE802 = 6 +pkg syscall (darwin-386-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (darwin-386-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (darwin-386-cgo), const DLT_LOOP = 108 +pkg syscall (darwin-386-cgo), const DLT_NULL = 0 +pkg syscall (darwin-386-cgo), const DLT_PFLOG = 117 +pkg syscall (darwin-386-cgo), const DLT_PFSYNC = 18 +pkg syscall (darwin-386-cgo), const DLT_PPP = 9 +pkg syscall (darwin-386-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (darwin-386-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (darwin-386-cgo), const DLT_PRONET = 4 +pkg syscall (darwin-386-cgo), const DLT_RAW = 12 +pkg syscall (darwin-386-cgo), const DLT_SLIP = 8 +pkg syscall (darwin-386-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (darwin-386-cgo), const DT_BLK = 6 +pkg syscall (darwin-386-cgo), const DT_CHR = 2 +pkg syscall (darwin-386-cgo), const DT_DIR = 4 +pkg syscall (darwin-386-cgo), const DT_FIFO = 1 +pkg syscall (darwin-386-cgo), const DT_LNK = 10 +pkg syscall (darwin-386-cgo), const DT_REG = 8 +pkg syscall (darwin-386-cgo), const DT_SOCK = 12 +pkg syscall (darwin-386-cgo), const DT_UNKNOWN = 0 +pkg syscall (darwin-386-cgo), const DT_WHT = 14 +pkg syscall (darwin-386-cgo), const E2BIG = 7 +pkg syscall (darwin-386-cgo), const EACCES = 13 +pkg syscall (darwin-386-cgo), const EADDRINUSE = 48 +pkg syscall (darwin-386-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (darwin-386-cgo), const EAFNOSUPPORT = 47 +pkg syscall (darwin-386-cgo), const EAGAIN = 35 +pkg syscall (darwin-386-cgo), const EALREADY = 37 +pkg syscall (darwin-386-cgo), const EAUTH = 80 +pkg syscall (darwin-386-cgo), const EBADARCH = 86 +pkg syscall (darwin-386-cgo), const EBADEXEC = 85 +pkg syscall (darwin-386-cgo), const EBADF = 9 +pkg syscall (darwin-386-cgo), const EBADMACHO = 88 +pkg syscall (darwin-386-cgo), const EBADMSG = 94 +pkg syscall (darwin-386-cgo), const EBADRPC = 72 +pkg syscall (darwin-386-cgo), const EBUSY = 16 +pkg syscall (darwin-386-cgo), const ECANCELED = 89 +pkg syscall (darwin-386-cgo), const ECHILD = 10 +pkg syscall (darwin-386-cgo), const ECHO = 8 +pkg syscall (darwin-386-cgo), const ECHOCTL = 64 +pkg syscall (darwin-386-cgo), const ECHOE = 2 +pkg syscall (darwin-386-cgo), const ECHOK = 4 +pkg syscall (darwin-386-cgo), const ECHOKE = 1 +pkg syscall (darwin-386-cgo), const ECHONL = 16 +pkg syscall (darwin-386-cgo), const ECHOPRT = 32 +pkg syscall (darwin-386-cgo), const ECONNABORTED = 53 +pkg syscall (darwin-386-cgo), const ECONNREFUSED = 61 +pkg syscall (darwin-386-cgo), const ECONNRESET = 54 +pkg syscall (darwin-386-cgo), const EDEADLK = 11 +pkg syscall (darwin-386-cgo), const EDESTADDRREQ = 39 +pkg syscall (darwin-386-cgo), const EDEVERR = 83 +pkg syscall (darwin-386-cgo), const EDOM = 33 +pkg syscall (darwin-386-cgo), const EDQUOT = 69 +pkg syscall (darwin-386-cgo), const EEXIST = 17 +pkg syscall (darwin-386-cgo), const EFAULT = 14 +pkg syscall (darwin-386-cgo), const EFBIG = 27 +pkg syscall (darwin-386-cgo), const EFTYPE = 79 +pkg syscall (darwin-386-cgo), const EHOSTDOWN = 64 +pkg syscall (darwin-386-cgo), const EHOSTUNREACH = 65 +pkg syscall (darwin-386-cgo), const EIDRM = 90 +pkg syscall (darwin-386-cgo), const EILSEQ = 92 +pkg syscall (darwin-386-cgo), const EINPROGRESS = 36 +pkg syscall (darwin-386-cgo), const EINTR = 4 +pkg syscall (darwin-386-cgo), const EINVAL = 22 +pkg syscall (darwin-386-cgo), const EIO = 5 +pkg syscall (darwin-386-cgo), const EISCONN = 56 +pkg syscall (darwin-386-cgo), const EISDIR = 21 +pkg syscall (darwin-386-cgo), const ELAST = 105 +pkg syscall (darwin-386-cgo), const ELOOP = 62 +pkg syscall (darwin-386-cgo), const EMFILE = 24 +pkg syscall (darwin-386-cgo), const EMLINK = 31 +pkg syscall (darwin-386-cgo), const EMSGSIZE = 40 +pkg syscall (darwin-386-cgo), const EMULTIHOP = 95 +pkg syscall (darwin-386-cgo), const ENAMETOOLONG = 63 +pkg syscall (darwin-386-cgo), const ENEEDAUTH = 81 +pkg syscall (darwin-386-cgo), const ENETDOWN = 50 +pkg syscall (darwin-386-cgo), const ENETRESET = 52 +pkg syscall (darwin-386-cgo), const ENETUNREACH = 51 +pkg syscall (darwin-386-cgo), const ENFILE = 23 +pkg syscall (darwin-386-cgo), const ENOATTR = 93 +pkg syscall (darwin-386-cgo), const ENOBUFS = 55 +pkg syscall (darwin-386-cgo), const ENODATA = 96 +pkg syscall (darwin-386-cgo), const ENODEV = 19 +pkg syscall (darwin-386-cgo), const ENOEXEC = 8 +pkg syscall (darwin-386-cgo), const ENOLCK = 77 +pkg syscall (darwin-386-cgo), const ENOLINK = 97 +pkg syscall (darwin-386-cgo), const ENOMEM = 12 +pkg syscall (darwin-386-cgo), const ENOMSG = 91 +pkg syscall (darwin-386-cgo), const ENOPOLICY = 103 +pkg syscall (darwin-386-cgo), const ENOPROTOOPT = 42 +pkg syscall (darwin-386-cgo), const ENOSPC = 28 +pkg syscall (darwin-386-cgo), const ENOSR = 98 +pkg syscall (darwin-386-cgo), const ENOSTR = 99 +pkg syscall (darwin-386-cgo), const ENOSYS = 78 +pkg syscall (darwin-386-cgo), const ENOTBLK = 15 +pkg syscall (darwin-386-cgo), const ENOTCONN = 57 +pkg syscall (darwin-386-cgo), const ENOTDIR = 20 +pkg syscall (darwin-386-cgo), const ENOTEMPTY = 66 +pkg syscall (darwin-386-cgo), const ENOTRECOVERABLE = 104 +pkg syscall (darwin-386-cgo), const ENOTSOCK = 38 +pkg syscall (darwin-386-cgo), const ENOTSUP = 45 +pkg syscall (darwin-386-cgo), const ENOTTY = 25 +pkg syscall (darwin-386-cgo), const ENXIO = 6 +pkg syscall (darwin-386-cgo), const EOPNOTSUPP = 102 +pkg syscall (darwin-386-cgo), const EOVERFLOW = 84 +pkg syscall (darwin-386-cgo), const EOWNERDEAD = 105 +pkg syscall (darwin-386-cgo), const EPERM = 1 +pkg syscall (darwin-386-cgo), const EPFNOSUPPORT = 46 +pkg syscall (darwin-386-cgo), const EPIPE = 32 +pkg syscall (darwin-386-cgo), const EPROCLIM = 67 +pkg syscall (darwin-386-cgo), const EPROCUNAVAIL = 76 +pkg syscall (darwin-386-cgo), const EPROGMISMATCH = 75 +pkg syscall (darwin-386-cgo), const EPROGUNAVAIL = 74 +pkg syscall (darwin-386-cgo), const EPROTO = 100 +pkg syscall (darwin-386-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (darwin-386-cgo), const EPROTOTYPE = 41 +pkg syscall (darwin-386-cgo), const EPWROFF = 82 +pkg syscall (darwin-386-cgo), const ERANGE = 34 +pkg syscall (darwin-386-cgo), const EREMOTE = 71 +pkg syscall (darwin-386-cgo), const EROFS = 30 +pkg syscall (darwin-386-cgo), const ERPCMISMATCH = 73 +pkg syscall (darwin-386-cgo), const ESHLIBVERS = 87 +pkg syscall (darwin-386-cgo), const ESHUTDOWN = 58 +pkg syscall (darwin-386-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (darwin-386-cgo), const ESPIPE = 29 +pkg syscall (darwin-386-cgo), const ESRCH = 3 +pkg syscall (darwin-386-cgo), const ESTALE = 70 +pkg syscall (darwin-386-cgo), const ETIME = 101 +pkg syscall (darwin-386-cgo), const ETIMEDOUT = 60 +pkg syscall (darwin-386-cgo), const ETOOMANYREFS = 59 +pkg syscall (darwin-386-cgo), const ETXTBSY = 26 +pkg syscall (darwin-386-cgo), const EUSERS = 68 +pkg syscall (darwin-386-cgo), const EVFILT_AIO = -3 +pkg syscall (darwin-386-cgo), const EVFILT_FS = -9 +pkg syscall (darwin-386-cgo), const EVFILT_MACHPORT = -8 +pkg syscall (darwin-386-cgo), const EVFILT_PROC = -5 +pkg syscall (darwin-386-cgo), const EVFILT_READ = -1 +pkg syscall (darwin-386-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT = 12 +pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER = 12 +pkg syscall (darwin-386-cgo), const EVFILT_TIMER = -7 +pkg syscall (darwin-386-cgo), const EVFILT_USER = -10 +pkg syscall (darwin-386-cgo), const EVFILT_VM = -12 +pkg syscall (darwin-386-cgo), const EVFILT_VNODE = -4 +pkg syscall (darwin-386-cgo), const EVFILT_WRITE = -2 +pkg syscall (darwin-386-cgo), const EV_ADD = 1 +pkg syscall (darwin-386-cgo), const EV_CLEAR = 32 +pkg syscall (darwin-386-cgo), const EV_DELETE = 2 +pkg syscall (darwin-386-cgo), const EV_DISABLE = 8 +pkg syscall (darwin-386-cgo), const EV_DISPATCH = 128 +pkg syscall (darwin-386-cgo), const EV_ENABLE = 4 +pkg syscall (darwin-386-cgo), const EV_EOF = 32768 +pkg syscall (darwin-386-cgo), const EV_ERROR = 16384 +pkg syscall (darwin-386-cgo), const EV_FLAG0 = 4096 +pkg syscall (darwin-386-cgo), const EV_FLAG1 = 8192 +pkg syscall (darwin-386-cgo), const EV_ONESHOT = 16 +pkg syscall (darwin-386-cgo), const EV_OOBAND = 8192 +pkg syscall (darwin-386-cgo), const EV_POLL = 4096 +pkg syscall (darwin-386-cgo), const EV_RECEIPT = 64 +pkg syscall (darwin-386-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (darwin-386-cgo), const EWOULDBLOCK = 35 +pkg syscall (darwin-386-cgo), const EXDEV = 18 +pkg syscall (darwin-386-cgo), const EXTA = 19200 +pkg syscall (darwin-386-cgo), const EXTB = 38400 +pkg syscall (darwin-386-cgo), const EXTPROC = 2048 +pkg syscall (darwin-386-cgo), const FD_CLOEXEC = 1 +pkg syscall (darwin-386-cgo), const FD_SETSIZE = 1024 +pkg syscall (darwin-386-cgo), const FLUSHO = 8388608 +pkg syscall (darwin-386-cgo), const FLUSHO ideal-int +pkg syscall (darwin-386-cgo), const F_ADDFILESIGS = 61 +pkg syscall (darwin-386-cgo), const F_ADDSIGS = 59 +pkg syscall (darwin-386-cgo), const F_ALLOCATEALL = 4 +pkg syscall (darwin-386-cgo), const F_ALLOCATECONTIG = 2 +pkg syscall (darwin-386-cgo), const F_CHKCLEAN = 41 +pkg syscall (darwin-386-cgo), const F_DUPFD = 0 +pkg syscall (darwin-386-cgo), const F_DUPFD_CLOEXEC = 67 +pkg syscall (darwin-386-cgo), const F_FLUSH_DATA = 40 +pkg syscall (darwin-386-cgo), const F_FREEZE_FS = 53 +pkg syscall (darwin-386-cgo), const F_FULLFSYNC = 51 +pkg syscall (darwin-386-cgo), const F_GETFD = 1 +pkg syscall (darwin-386-cgo), const F_GETFL = 3 +pkg syscall (darwin-386-cgo), const F_GETLK = 7 +pkg syscall (darwin-386-cgo), const F_GETLKPID = 66 +pkg syscall (darwin-386-cgo), const F_GETNOSIGPIPE = 74 +pkg syscall (darwin-386-cgo), const F_GETOWN = 5 +pkg syscall (darwin-386-cgo), const F_GETPATH = 50 +pkg syscall (darwin-386-cgo), const F_GETPATH_MTMINFO = 71 +pkg syscall (darwin-386-cgo), const F_GETPROTECTIONCLASS = 63 +pkg syscall (darwin-386-cgo), const F_GLOBAL_NOCACHE = 55 +pkg syscall (darwin-386-cgo), const F_LOG2PHYS = 49 +pkg syscall (darwin-386-cgo), const F_LOG2PHYS_EXT = 65 +pkg syscall (darwin-386-cgo), const F_MARKDEPENDENCY = 60 +pkg syscall (darwin-386-cgo), const F_NOCACHE = 48 +pkg syscall (darwin-386-cgo), const F_NODIRECT = 62 +pkg syscall (darwin-386-cgo), const F_OK = 0 +pkg syscall (darwin-386-cgo), const F_PATHPKG_CHECK = 52 +pkg syscall (darwin-386-cgo), const F_PEOFPOSMODE = 3 +pkg syscall (darwin-386-cgo), const F_PREALLOCATE = 42 +pkg syscall (darwin-386-cgo), const F_RDADVISE = 44 +pkg syscall (darwin-386-cgo), const F_RDAHEAD = 45 +pkg syscall (darwin-386-cgo), const F_RDLCK = 1 +pkg syscall (darwin-386-cgo), const F_READBOOTSTRAP = 46 +pkg syscall (darwin-386-cgo), const F_SETBACKINGSTORE = 70 +pkg syscall (darwin-386-cgo), const F_SETFD = 2 +pkg syscall (darwin-386-cgo), const F_SETFL = 4 +pkg syscall (darwin-386-cgo), const F_SETLK = 8 +pkg syscall (darwin-386-cgo), const F_SETLKW = 9 +pkg syscall (darwin-386-cgo), const F_SETNOSIGPIPE = 73 +pkg syscall (darwin-386-cgo), const F_SETOWN = 6 +pkg syscall (darwin-386-cgo), const F_SETPROTECTIONCLASS = 64 +pkg syscall (darwin-386-cgo), const F_SETSIZE = 43 +pkg syscall (darwin-386-cgo), const F_THAW_FS = 54 +pkg syscall (darwin-386-cgo), const F_UNLCK = 2 +pkg syscall (darwin-386-cgo), const F_VOLPOSMODE = 4 +pkg syscall (darwin-386-cgo), const F_WRITEBOOTSTRAP = 47 +pkg syscall (darwin-386-cgo), const F_WRLCK = 3 +pkg syscall (darwin-386-cgo), const HUPCL = 16384 +pkg syscall (darwin-386-cgo), const HUPCL ideal-int +pkg syscall (darwin-386-cgo), const ICANON = 256 +pkg syscall (darwin-386-cgo), const ICANON ideal-int +pkg syscall (darwin-386-cgo), const ICRNL = 256 +pkg syscall (darwin-386-cgo), const ICRNL ideal-int +pkg syscall (darwin-386-cgo), const IEXTEN = 1024 +pkg syscall (darwin-386-cgo), const IEXTEN ideal-int +pkg syscall (darwin-386-cgo), const IFF_ALLMULTI = 512 +pkg syscall (darwin-386-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (darwin-386-cgo), const IFF_DEBUG = 4 +pkg syscall (darwin-386-cgo), const IFF_LINK0 = 4096 +pkg syscall (darwin-386-cgo), const IFF_LINK1 = 8192 +pkg syscall (darwin-386-cgo), const IFF_LINK2 = 16384 +pkg syscall (darwin-386-cgo), const IFF_LOOPBACK = 8 +pkg syscall (darwin-386-cgo), const IFF_MULTICAST = 32768 +pkg syscall (darwin-386-cgo), const IFF_NOARP = 128 +pkg syscall (darwin-386-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (darwin-386-cgo), const IFF_OACTIVE = 1024 +pkg syscall (darwin-386-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (darwin-386-cgo), const IFF_PROMISC = 256 +pkg syscall (darwin-386-cgo), const IFF_RUNNING = 64 +pkg syscall (darwin-386-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (darwin-386-cgo), const IFNAMSIZ = 16 +pkg syscall (darwin-386-cgo), const IFT_1822 = 2 +pkg syscall (darwin-386-cgo), const IFT_AAL5 = 49 +pkg syscall (darwin-386-cgo), const IFT_ARCNET = 35 +pkg syscall (darwin-386-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (darwin-386-cgo), const IFT_ATM = 37 +pkg syscall (darwin-386-cgo), const IFT_BRIDGE = 209 +pkg syscall (darwin-386-cgo), const IFT_CARP = 248 +pkg syscall (darwin-386-cgo), const IFT_CELLULAR = 255 +pkg syscall (darwin-386-cgo), const IFT_CEPT = 19 +pkg syscall (darwin-386-cgo), const IFT_DS3 = 30 +pkg syscall (darwin-386-cgo), const IFT_ENC = 244 +pkg syscall (darwin-386-cgo), const IFT_EON = 25 +pkg syscall (darwin-386-cgo), const IFT_ETHER = 6 +pkg syscall (darwin-386-cgo), const IFT_FAITH = 56 +pkg syscall (darwin-386-cgo), const IFT_FDDI = 15 +pkg syscall (darwin-386-cgo), const IFT_FRELAY = 32 +pkg syscall (darwin-386-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (darwin-386-cgo), const IFT_GIF = 55 +pkg syscall (darwin-386-cgo), const IFT_HDH1822 = 3 +pkg syscall (darwin-386-cgo), const IFT_HIPPI = 47 +pkg syscall (darwin-386-cgo), const IFT_HSSI = 46 +pkg syscall (darwin-386-cgo), const IFT_HY = 14 +pkg syscall (darwin-386-cgo), const IFT_IEEE1394 = 144 +pkg syscall (darwin-386-cgo), const IFT_IEEE8023ADLAG = 136 +pkg syscall (darwin-386-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (darwin-386-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (darwin-386-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (darwin-386-cgo), const IFT_ISO88023 = 7 +pkg syscall (darwin-386-cgo), const IFT_ISO88024 = 8 +pkg syscall (darwin-386-cgo), const IFT_ISO88025 = 9 +pkg syscall (darwin-386-cgo), const IFT_ISO88026 = 10 +pkg syscall (darwin-386-cgo), const IFT_L2VLAN = 135 +pkg syscall (darwin-386-cgo), const IFT_LAPB = 16 +pkg syscall (darwin-386-cgo), const IFT_LOCALTALK = 42 +pkg syscall (darwin-386-cgo), const IFT_LOOP = 24 +pkg syscall (darwin-386-cgo), const IFT_MIOX25 = 38 +pkg syscall (darwin-386-cgo), const IFT_MODEM = 48 +pkg syscall (darwin-386-cgo), const IFT_NSIP = 27 +pkg syscall (darwin-386-cgo), const IFT_OTHER = 1 +pkg syscall (darwin-386-cgo), const IFT_P10 = 12 +pkg syscall (darwin-386-cgo), const IFT_P80 = 13 +pkg syscall (darwin-386-cgo), const IFT_PARA = 34 +pkg syscall (darwin-386-cgo), const IFT_PDP = 255 +pkg syscall (darwin-386-cgo), const IFT_PFLOG = 245 +pkg syscall (darwin-386-cgo), const IFT_PFSYNC = 246 +pkg syscall (darwin-386-cgo), const IFT_PPP = 23 +pkg syscall (darwin-386-cgo), const IFT_PROPMUX = 54 +pkg syscall (darwin-386-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (darwin-386-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (darwin-386-cgo), const IFT_RS232 = 33 +pkg syscall (darwin-386-cgo), const IFT_SDLC = 17 +pkg syscall (darwin-386-cgo), const IFT_SIP = 31 +pkg syscall (darwin-386-cgo), const IFT_SLIP = 28 +pkg syscall (darwin-386-cgo), const IFT_SMDSDXI = 43 +pkg syscall (darwin-386-cgo), const IFT_SMDSICIP = 52 +pkg syscall (darwin-386-cgo), const IFT_SONET = 39 +pkg syscall (darwin-386-cgo), const IFT_SONETPATH = 50 +pkg syscall (darwin-386-cgo), const IFT_SONETVT = 51 +pkg syscall (darwin-386-cgo), const IFT_STARLAN = 11 +pkg syscall (darwin-386-cgo), const IFT_STF = 57 +pkg syscall (darwin-386-cgo), const IFT_T1 = 18 +pkg syscall (darwin-386-cgo), const IFT_ULTRA = 29 +pkg syscall (darwin-386-cgo), const IFT_V35 = 45 +pkg syscall (darwin-386-cgo), const IFT_X25 = 5 +pkg syscall (darwin-386-cgo), const IFT_X25DDN = 4 +pkg syscall (darwin-386-cgo), const IFT_X25PLE = 40 +pkg syscall (darwin-386-cgo), const IFT_XETHER = 26 +pkg syscall (darwin-386-cgo), const IGNBRK = 1 +pkg syscall (darwin-386-cgo), const IGNBRK ideal-int +pkg syscall (darwin-386-cgo), const IGNCR = 128 +pkg syscall (darwin-386-cgo), const IGNCR ideal-int +pkg syscall (darwin-386-cgo), const IGNPAR = 4 +pkg syscall (darwin-386-cgo), const IGNPAR ideal-int +pkg syscall (darwin-386-cgo), const IMAXBEL = 8192 +pkg syscall (darwin-386-cgo), const IMAXBEL ideal-int +pkg syscall (darwin-386-cgo), const INLCR = 64 +pkg syscall (darwin-386-cgo), const INLCR ideal-int +pkg syscall (darwin-386-cgo), const INPCK = 16 +pkg syscall (darwin-386-cgo), const INPCK ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (darwin-386-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (darwin-386-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (darwin-386-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (darwin-386-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (darwin-386-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (darwin-386-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (darwin-386-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (darwin-386-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (darwin-386-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (darwin-386-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (darwin-386-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (darwin-386-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (darwin-386-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (darwin-386-cgo), const IN_LINKLOCALNETNUM = 2851995648 +pkg syscall (darwin-386-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (darwin-386-cgo), const IPPROTO_3PC = 34 +pkg syscall (darwin-386-cgo), const IPPROTO_ADFS = 68 +pkg syscall (darwin-386-cgo), const IPPROTO_AH = 51 +pkg syscall (darwin-386-cgo), const IPPROTO_AHIP = 61 +pkg syscall (darwin-386-cgo), const IPPROTO_APES = 99 +pkg syscall (darwin-386-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (darwin-386-cgo), const IPPROTO_AX25 = 93 +pkg syscall (darwin-386-cgo), const IPPROTO_BHA = 49 +pkg syscall (darwin-386-cgo), const IPPROTO_BLT = 30 +pkg syscall (darwin-386-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (darwin-386-cgo), const IPPROTO_CFTP = 62 +pkg syscall (darwin-386-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (darwin-386-cgo), const IPPROTO_CMTP = 38 +pkg syscall (darwin-386-cgo), const IPPROTO_CPHB = 73 +pkg syscall (darwin-386-cgo), const IPPROTO_CPNX = 72 +pkg syscall (darwin-386-cgo), const IPPROTO_DDP = 37 +pkg syscall (darwin-386-cgo), const IPPROTO_DGP = 86 +pkg syscall (darwin-386-cgo), const IPPROTO_DIVERT = 254 +pkg syscall (darwin-386-cgo), const IPPROTO_DONE = 257 +pkg syscall (darwin-386-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (darwin-386-cgo), const IPPROTO_EGP = 8 +pkg syscall (darwin-386-cgo), const IPPROTO_EMCON = 14 +pkg syscall (darwin-386-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (darwin-386-cgo), const IPPROTO_EON = 80 +pkg syscall (darwin-386-cgo), const IPPROTO_ESP = 50 +pkg syscall (darwin-386-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (darwin-386-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (darwin-386-cgo), const IPPROTO_GGP = 3 +pkg syscall (darwin-386-cgo), const IPPROTO_GMTP = 100 +pkg syscall (darwin-386-cgo), const IPPROTO_GRE = 47 +pkg syscall (darwin-386-cgo), const IPPROTO_HELLO = 63 +pkg syscall (darwin-386-cgo), const IPPROTO_HMP = 20 +pkg syscall (darwin-386-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (darwin-386-cgo), const IPPROTO_ICMP = 1 +pkg syscall (darwin-386-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (darwin-386-cgo), const IPPROTO_IDP = 22 +pkg syscall (darwin-386-cgo), const IPPROTO_IDPR = 35 +pkg syscall (darwin-386-cgo), const IPPROTO_IDRP = 45 +pkg syscall (darwin-386-cgo), const IPPROTO_IGMP = 2 +pkg syscall (darwin-386-cgo), const IPPROTO_IGP = 85 +pkg syscall (darwin-386-cgo), const IPPROTO_IGRP = 88 +pkg syscall (darwin-386-cgo), const IPPROTO_IL = 40 +pkg syscall (darwin-386-cgo), const IPPROTO_INLSP = 52 +pkg syscall (darwin-386-cgo), const IPPROTO_INP = 32 +pkg syscall (darwin-386-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (darwin-386-cgo), const IPPROTO_IPCV = 71 +pkg syscall (darwin-386-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (darwin-386-cgo), const IPPROTO_IPIP = 4 +pkg syscall (darwin-386-cgo), const IPPROTO_IPPC = 67 +pkg syscall (darwin-386-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (darwin-386-cgo), const IPPROTO_IRTP = 28 +pkg syscall (darwin-386-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (darwin-386-cgo), const IPPROTO_LARP = 91 +pkg syscall (darwin-386-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (darwin-386-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (darwin-386-cgo), const IPPROTO_MAX = 256 +pkg syscall (darwin-386-cgo), const IPPROTO_MAXID = 52 +pkg syscall (darwin-386-cgo), const IPPROTO_MEAS = 19 +pkg syscall (darwin-386-cgo), const IPPROTO_MHRP = 48 +pkg syscall (darwin-386-cgo), const IPPROTO_MICP = 95 +pkg syscall (darwin-386-cgo), const IPPROTO_MTP = 92 +pkg syscall (darwin-386-cgo), const IPPROTO_MUX = 18 +pkg syscall (darwin-386-cgo), const IPPROTO_ND = 77 +pkg syscall (darwin-386-cgo), const IPPROTO_NHRP = 54 +pkg syscall (darwin-386-cgo), const IPPROTO_NONE = 59 +pkg syscall (darwin-386-cgo), const IPPROTO_NSP = 31 +pkg syscall (darwin-386-cgo), const IPPROTO_NVPII = 11 +pkg syscall (darwin-386-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (darwin-386-cgo), const IPPROTO_PGM = 113 +pkg syscall (darwin-386-cgo), const IPPROTO_PIGP = 9 +pkg syscall (darwin-386-cgo), const IPPROTO_PIM = 103 +pkg syscall (darwin-386-cgo), const IPPROTO_PRM = 21 +pkg syscall (darwin-386-cgo), const IPPROTO_PUP = 12 +pkg syscall (darwin-386-cgo), const IPPROTO_PVP = 75 +pkg syscall (darwin-386-cgo), const IPPROTO_RAW = 255 +pkg syscall (darwin-386-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (darwin-386-cgo), const IPPROTO_RDP = 27 +pkg syscall (darwin-386-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (darwin-386-cgo), const IPPROTO_RSVP = 46 +pkg syscall (darwin-386-cgo), const IPPROTO_RVD = 66 +pkg syscall (darwin-386-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (darwin-386-cgo), const IPPROTO_SATMON = 69 +pkg syscall (darwin-386-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (darwin-386-cgo), const IPPROTO_SCTP = 132 +pkg syscall (darwin-386-cgo), const IPPROTO_SDRP = 42 +pkg syscall (darwin-386-cgo), const IPPROTO_SEP = 33 +pkg syscall (darwin-386-cgo), const IPPROTO_SRPC = 90 +pkg syscall (darwin-386-cgo), const IPPROTO_ST = 7 +pkg syscall (darwin-386-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (darwin-386-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (darwin-386-cgo), const IPPROTO_TCF = 87 +pkg syscall (darwin-386-cgo), const IPPROTO_TP = 29 +pkg syscall (darwin-386-cgo), const IPPROTO_TPXX = 39 +pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (darwin-386-cgo), const IPPROTO_TTP = 84 +pkg syscall (darwin-386-cgo), const IPPROTO_VINES = 83 +pkg syscall (darwin-386-cgo), const IPPROTO_VISA = 70 +pkg syscall (darwin-386-cgo), const IPPROTO_VMTP = 81 +pkg syscall (darwin-386-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (darwin-386-cgo), const IPPROTO_WBMON = 78 +pkg syscall (darwin-386-cgo), const IPPROTO_WSN = 74 +pkg syscall (darwin-386-cgo), const IPPROTO_XNET = 15 +pkg syscall (darwin-386-cgo), const IPPROTO_XTP = 36 +pkg syscall (darwin-386-cgo), const IPV6_2292DSTOPTS = 23 +pkg syscall (darwin-386-cgo), const IPV6_2292HOPLIMIT = 20 +pkg syscall (darwin-386-cgo), const IPV6_2292HOPOPTS = 22 +pkg syscall (darwin-386-cgo), const IPV6_2292NEXTHOP = 21 +pkg syscall (darwin-386-cgo), const IPV6_2292PKTINFO = 19 +pkg syscall (darwin-386-cgo), const IPV6_2292PKTOPTIONS = 25 +pkg syscall (darwin-386-cgo), const IPV6_2292RTHDR = 24 +pkg syscall (darwin-386-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (darwin-386-cgo), const IPV6_BOUND_IF = 125 +pkg syscall (darwin-386-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-386-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (darwin-386-cgo), const IPV6_FAITH = 29 +pkg syscall (darwin-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (darwin-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (darwin-386-cgo), const IPV6_FW_ADD = 30 +pkg syscall (darwin-386-cgo), const IPV6_FW_DEL = 31 +pkg syscall (darwin-386-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (darwin-386-cgo), const IPV6_FW_GET = 34 +pkg syscall (darwin-386-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (darwin-386-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (darwin-386-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (darwin-386-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (darwin-386-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (darwin-386-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (darwin-386-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (darwin-386-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (darwin-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-386-cgo), const IPV6_MMTU = 1280 +pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (darwin-386-cgo), const IPV6_RECVTCLASS = 35 +pkg syscall (darwin-386-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (darwin-386-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (darwin-386-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (darwin-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (darwin-386-cgo), const IPV6_TCLASS = 36 +pkg syscall (darwin-386-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (darwin-386-cgo), const IPV6_V6ONLY = 27 +pkg syscall (darwin-386-cgo), const IPV6_VERSION = 96 +pkg syscall (darwin-386-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (darwin-386-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (darwin-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (darwin-386-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (darwin-386-cgo), const IP_BOUND_IF = 25 +pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (darwin-386-cgo), const IP_DF = 16384 +pkg syscall (darwin-386-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (darwin-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (darwin-386-cgo), const IP_FAITH = 22 +pkg syscall (darwin-386-cgo), const IP_FW_ADD = 40 +pkg syscall (darwin-386-cgo), const IP_FW_DEL = 41 +pkg syscall (darwin-386-cgo), const IP_FW_FLUSH = 42 +pkg syscall (darwin-386-cgo), const IP_FW_GET = 44 +pkg syscall (darwin-386-cgo), const IP_FW_RESETLOG = 45 +pkg syscall (darwin-386-cgo), const IP_FW_ZERO = 43 +pkg syscall (darwin-386-cgo), const IP_HDRINCL = 2 +pkg syscall (darwin-386-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (darwin-386-cgo), const IP_MAXPACKET = 65535 +pkg syscall (darwin-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-386-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-386-cgo), const IP_MF = 8192 +pkg syscall (darwin-386-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-386-cgo), const IP_MSFILTER = 74 +pkg syscall (darwin-386-cgo), const IP_MSS = 576 +pkg syscall (darwin-386-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (darwin-386-cgo), const IP_MULTICAST_IFINDEX = 66 +pkg syscall (darwin-386-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (darwin-386-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (darwin-386-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (darwin-386-cgo), const IP_NAT__XXX = 55 +pkg syscall (darwin-386-cgo), const IP_OFFMASK = 8191 +pkg syscall (darwin-386-cgo), const IP_OLD_FW_ADD = 50 +pkg syscall (darwin-386-cgo), const IP_OLD_FW_DEL = 51 +pkg syscall (darwin-386-cgo), const IP_OLD_FW_FLUSH = 52 +pkg syscall (darwin-386-cgo), const IP_OLD_FW_GET = 54 +pkg syscall (darwin-386-cgo), const IP_OLD_FW_RESETLOG = 56 +pkg syscall (darwin-386-cgo), const IP_OLD_FW_ZERO = 53 +pkg syscall (darwin-386-cgo), const IP_OPTIONS = 1 +pkg syscall (darwin-386-cgo), const IP_PKTINFO = 26 +pkg syscall (darwin-386-cgo), const IP_PORTRANGE = 19 +pkg syscall (darwin-386-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-386-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (darwin-386-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (darwin-386-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (darwin-386-cgo), const IP_RECVIF = 20 +pkg syscall (darwin-386-cgo), const IP_RECVOPTS = 5 +pkg syscall (darwin-386-cgo), const IP_RECVPKTINFO = 26 +pkg syscall (darwin-386-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (darwin-386-cgo), const IP_RECVTTL = 24 +pkg syscall (darwin-386-cgo), const IP_RETOPTS = 8 +pkg syscall (darwin-386-cgo), const IP_RF = 32768 +pkg syscall (darwin-386-cgo), const IP_RSVP_OFF = 16 +pkg syscall (darwin-386-cgo), const IP_RSVP_ON = 15 +pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (darwin-386-cgo), const IP_STRIPHDR = 23 +pkg syscall (darwin-386-cgo), const IP_TOS = 3 +pkg syscall (darwin-386-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65 +pkg syscall (darwin-386-cgo), const IP_TTL = 4 +pkg syscall (darwin-386-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (darwin-386-cgo), const ISIG = 128 +pkg syscall (darwin-386-cgo), const ISIG ideal-int +pkg syscall (darwin-386-cgo), const ISTRIP = 32 +pkg syscall (darwin-386-cgo), const ISTRIP ideal-int +pkg syscall (darwin-386-cgo), const IUTF8 = 16384 +pkg syscall (darwin-386-cgo), const IUTF8 ideal-int +pkg syscall (darwin-386-cgo), const IXANY = 2048 +pkg syscall (darwin-386-cgo), const IXANY ideal-int +pkg syscall (darwin-386-cgo), const IXOFF = 1024 +pkg syscall (darwin-386-cgo), const IXOFF ideal-int +pkg syscall (darwin-386-cgo), const IXON = 512 +pkg syscall (darwin-386-cgo), const IXON ideal-int +pkg syscall (darwin-386-cgo), const ImplementsGetwd = false +pkg syscall (darwin-386-cgo), const LOCK_EX = 2 +pkg syscall (darwin-386-cgo), const LOCK_NB = 4 +pkg syscall (darwin-386-cgo), const LOCK_SH = 1 +pkg syscall (darwin-386-cgo), const LOCK_UN = 8 +pkg syscall (darwin-386-cgo), const MADV_CAN_REUSE = 9 +pkg syscall (darwin-386-cgo), const MADV_DONTNEED = 4 +pkg syscall (darwin-386-cgo), const MADV_FREE = 5 +pkg syscall (darwin-386-cgo), const MADV_FREE_REUSABLE = 7 +pkg syscall (darwin-386-cgo), const MADV_FREE_REUSE = 8 +pkg syscall (darwin-386-cgo), const MADV_NORMAL = 0 +pkg syscall (darwin-386-cgo), const MADV_RANDOM = 1 +pkg syscall (darwin-386-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (darwin-386-cgo), const MADV_WILLNEED = 3 +pkg syscall (darwin-386-cgo), const MADV_ZERO_WIRED_PAGES = 6 +pkg syscall (darwin-386-cgo), const MAP_ANON = 4096 +pkg syscall (darwin-386-cgo), const MAP_COPY = 2 +pkg syscall (darwin-386-cgo), const MAP_FILE = 0 +pkg syscall (darwin-386-cgo), const MAP_FIXED = 16 +pkg syscall (darwin-386-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (darwin-386-cgo), const MAP_JIT = 2048 +pkg syscall (darwin-386-cgo), const MAP_NOCACHE = 1024 +pkg syscall (darwin-386-cgo), const MAP_NOEXTEND = 256 +pkg syscall (darwin-386-cgo), const MAP_NORESERVE = 64 +pkg syscall (darwin-386-cgo), const MAP_PRIVATE = 2 +pkg syscall (darwin-386-cgo), const MAP_RENAME = 32 +pkg syscall (darwin-386-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (darwin-386-cgo), const MAP_SHARED = 1 +pkg syscall (darwin-386-cgo), const MCL_CURRENT = 1 +pkg syscall (darwin-386-cgo), const MCL_FUTURE = 2 +pkg syscall (darwin-386-cgo), const MSG_CTRUNC = 32 +pkg syscall (darwin-386-cgo), const MSG_DONTROUTE = 4 +pkg syscall (darwin-386-cgo), const MSG_DONTWAIT = 128 +pkg syscall (darwin-386-cgo), const MSG_EOF = 256 +pkg syscall (darwin-386-cgo), const MSG_EOR = 8 +pkg syscall (darwin-386-cgo), const MSG_FLUSH = 1024 +pkg syscall (darwin-386-cgo), const MSG_HAVEMORE = 8192 +pkg syscall (darwin-386-cgo), const MSG_HOLD = 2048 +pkg syscall (darwin-386-cgo), const MSG_NEEDSA = 65536 +pkg syscall (darwin-386-cgo), const MSG_OOB = 1 +pkg syscall (darwin-386-cgo), const MSG_PEEK = 2 +pkg syscall (darwin-386-cgo), const MSG_RCVMORE = 16384 +pkg syscall (darwin-386-cgo), const MSG_SEND = 4096 +pkg syscall (darwin-386-cgo), const MSG_TRUNC = 16 +pkg syscall (darwin-386-cgo), const MSG_WAITALL = 64 +pkg syscall (darwin-386-cgo), const MSG_WAITSTREAM = 512 +pkg syscall (darwin-386-cgo), const MS_ASYNC = 1 +pkg syscall (darwin-386-cgo), const MS_DEACTIVATE = 8 +pkg syscall (darwin-386-cgo), const MS_INVALIDATE = 2 +pkg syscall (darwin-386-cgo), const MS_KILLPAGES = 4 +pkg syscall (darwin-386-cgo), const MS_SYNC = 16 +pkg syscall (darwin-386-cgo), const NAME_MAX = 255 +pkg syscall (darwin-386-cgo), const NET_RT_DUMP = 1 +pkg syscall (darwin-386-cgo), const NET_RT_DUMP2 = 7 +pkg syscall (darwin-386-cgo), const NET_RT_FLAGS = 2 +pkg syscall (darwin-386-cgo), const NET_RT_IFLIST = 3 +pkg syscall (darwin-386-cgo), const NET_RT_IFLIST2 = 6 +pkg syscall (darwin-386-cgo), const NET_RT_MAXID = 10 +pkg syscall (darwin-386-cgo), const NET_RT_STAT = 4 +pkg syscall (darwin-386-cgo), const NET_RT_TRASH = 5 +pkg syscall (darwin-386-cgo), const NOFLSH = 2147483648 +pkg syscall (darwin-386-cgo), const NOFLSH ideal-int +pkg syscall (darwin-386-cgo), const NOTE_ABSOLUTE = 8 +pkg syscall (darwin-386-cgo), const NOTE_ATTRIB = 8 +pkg syscall (darwin-386-cgo), const NOTE_CHILD = 4 +pkg syscall (darwin-386-cgo), const NOTE_DELETE = 1 +pkg syscall (darwin-386-cgo), const NOTE_EXEC = 536870912 +pkg syscall (darwin-386-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (darwin-386-cgo), const NOTE_EXITSTATUS = 67108864 +pkg syscall (darwin-386-cgo), const NOTE_EXTEND = 4 +pkg syscall (darwin-386-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (darwin-386-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (darwin-386-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (darwin-386-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (darwin-386-cgo), const NOTE_FFNOP = 0 +pkg syscall (darwin-386-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (darwin-386-cgo), const NOTE_FORK = 1073741824 +pkg syscall (darwin-386-cgo), const NOTE_LINK = 16 +pkg syscall (darwin-386-cgo), const NOTE_LOWAT = 1 +pkg syscall (darwin-386-cgo), const NOTE_NONE = 128 +pkg syscall (darwin-386-cgo), const NOTE_NSECONDS = 4 +pkg syscall (darwin-386-cgo), const NOTE_PCTRLMASK = -1048576 +pkg syscall (darwin-386-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (darwin-386-cgo), const NOTE_REAP = 268435456 +pkg syscall (darwin-386-cgo), const NOTE_RENAME = 32 +pkg syscall (darwin-386-cgo), const NOTE_RESOURCEEND = 33554432 +pkg syscall (darwin-386-cgo), const NOTE_REVOKE = 64 +pkg syscall (darwin-386-cgo), const NOTE_SECONDS = 1 +pkg syscall (darwin-386-cgo), const NOTE_SIGNAL = 134217728 +pkg syscall (darwin-386-cgo), const NOTE_TRACK = 1 +pkg syscall (darwin-386-cgo), const NOTE_TRACKERR = 2 +pkg syscall (darwin-386-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (darwin-386-cgo), const NOTE_USECONDS = 2 +pkg syscall (darwin-386-cgo), const NOTE_VM_ERROR = 268435456 +pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE = 2147483648 +pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912 +pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824 +pkg syscall (darwin-386-cgo), const NOTE_WRITE = 2 +pkg syscall (darwin-386-cgo), const OCRNL = 16 +pkg syscall (darwin-386-cgo), const OCRNL ideal-int +pkg syscall (darwin-386-cgo), const OFDEL = 131072 +pkg syscall (darwin-386-cgo), const OFDEL ideal-int +pkg syscall (darwin-386-cgo), const OFILL = 128 +pkg syscall (darwin-386-cgo), const OFILL ideal-int +pkg syscall (darwin-386-cgo), const ONLCR = 2 +pkg syscall (darwin-386-cgo), const ONLCR ideal-int +pkg syscall (darwin-386-cgo), const ONLRET = 64 +pkg syscall (darwin-386-cgo), const ONLRET ideal-int +pkg syscall (darwin-386-cgo), const ONOCR = 32 +pkg syscall (darwin-386-cgo), const ONOCR ideal-int +pkg syscall (darwin-386-cgo), const ONOEOT = 8 +pkg syscall (darwin-386-cgo), const ONOEOT ideal-int +pkg syscall (darwin-386-cgo), const OPOST = 1 +pkg syscall (darwin-386-cgo), const OPOST ideal-int +pkg syscall (darwin-386-cgo), const O_ACCMODE = 3 +pkg syscall (darwin-386-cgo), const O_ALERT = 536870912 +pkg syscall (darwin-386-cgo), const O_APPEND = 8 +pkg syscall (darwin-386-cgo), const O_ASYNC = 64 +pkg syscall (darwin-386-cgo), const O_CLOEXEC = 16777216 +pkg syscall (darwin-386-cgo), const O_CREAT = 512 +pkg syscall (darwin-386-cgo), const O_DIRECTORY = 1048576 +pkg syscall (darwin-386-cgo), const O_DSYNC = 4194304 +pkg syscall (darwin-386-cgo), const O_EVTONLY = 32768 +pkg syscall (darwin-386-cgo), const O_EXCL = 2048 +pkg syscall (darwin-386-cgo), const O_EXLOCK = 32 +pkg syscall (darwin-386-cgo), const O_FSYNC = 128 +pkg syscall (darwin-386-cgo), const O_NDELAY = 4 +pkg syscall (darwin-386-cgo), const O_NOCTTY = 131072 +pkg syscall (darwin-386-cgo), const O_NOFOLLOW = 256 +pkg syscall (darwin-386-cgo), const O_NONBLOCK = 4 +pkg syscall (darwin-386-cgo), const O_POPUP = 2147483648 +pkg syscall (darwin-386-cgo), const O_SHLOCK = 16 +pkg syscall (darwin-386-cgo), const O_SYMLINK = 2097152 +pkg syscall (darwin-386-cgo), const O_SYNC = 128 +pkg syscall (darwin-386-cgo), const O_TRUNC = 1024 +pkg syscall (darwin-386-cgo), const PARENB = 4096 +pkg syscall (darwin-386-cgo), const PARENB ideal-int +pkg syscall (darwin-386-cgo), const PARMRK = 8 +pkg syscall (darwin-386-cgo), const PARMRK ideal-int +pkg syscall (darwin-386-cgo), const PARODD = 8192 +pkg syscall (darwin-386-cgo), const PARODD ideal-int +pkg syscall (darwin-386-cgo), const PENDIN = 536870912 +pkg syscall (darwin-386-cgo), const PENDIN ideal-int +pkg syscall (darwin-386-cgo), const PROT_EXEC = 4 +pkg syscall (darwin-386-cgo), const PROT_NONE = 0 +pkg syscall (darwin-386-cgo), const PROT_READ = 1 +pkg syscall (darwin-386-cgo), const PROT_WRITE = 2 +pkg syscall (darwin-386-cgo), const PTRACE_CONT = 7 +pkg syscall (darwin-386-cgo), const PTRACE_KILL = 8 +pkg syscall (darwin-386-cgo), const PTRACE_TRACEME = 0 +pkg syscall (darwin-386-cgo), const PT_ATTACH = 10 +pkg syscall (darwin-386-cgo), const PT_ATTACHEXC = 14 +pkg syscall (darwin-386-cgo), const PT_CONTINUE = 7 +pkg syscall (darwin-386-cgo), const PT_DENY_ATTACH = 31 +pkg syscall (darwin-386-cgo), const PT_DETACH = 11 +pkg syscall (darwin-386-cgo), const PT_FIRSTMACH = 32 +pkg syscall (darwin-386-cgo), const PT_FORCEQUOTA = 30 +pkg syscall (darwin-386-cgo), const PT_KILL = 8 +pkg syscall (darwin-386-cgo), const PT_READ_D = 2 +pkg syscall (darwin-386-cgo), const PT_READ_I = 1 +pkg syscall (darwin-386-cgo), const PT_READ_U = 3 +pkg syscall (darwin-386-cgo), const PT_SIGEXC = 12 +pkg syscall (darwin-386-cgo), const PT_STEP = 9 +pkg syscall (darwin-386-cgo), const PT_THUPDATE = 13 +pkg syscall (darwin-386-cgo), const PT_TRACE_ME = 0 +pkg syscall (darwin-386-cgo), const PT_WRITE_D = 5 +pkg syscall (darwin-386-cgo), const PT_WRITE_I = 4 +pkg syscall (darwin-386-cgo), const PT_WRITE_U = 6 +pkg syscall (darwin-386-cgo), const RLIMIT_AS = 5 +pkg syscall (darwin-386-cgo), const RLIMIT_CORE = 4 +pkg syscall (darwin-386-cgo), const RLIMIT_CPU = 0 +pkg syscall (darwin-386-cgo), const RLIMIT_DATA = 2 +pkg syscall (darwin-386-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (darwin-386-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (darwin-386-cgo), const RLIMIT_STACK = 3 +pkg syscall (darwin-386-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (darwin-386-cgo), const RTAX_AUTHOR = 6 +pkg syscall (darwin-386-cgo), const RTAX_BRD = 7 +pkg syscall (darwin-386-cgo), const RTAX_DST = 0 +pkg syscall (darwin-386-cgo), const RTAX_GATEWAY = 1 +pkg syscall (darwin-386-cgo), const RTAX_GENMASK = 3 +pkg syscall (darwin-386-cgo), const RTAX_IFA = 5 +pkg syscall (darwin-386-cgo), const RTAX_IFP = 4 +pkg syscall (darwin-386-cgo), const RTAX_MAX = 8 +pkg syscall (darwin-386-cgo), const RTAX_NETMASK = 2 +pkg syscall (darwin-386-cgo), const RTA_AUTHOR = 64 +pkg syscall (darwin-386-cgo), const RTA_BRD = 128 +pkg syscall (darwin-386-cgo), const RTA_DST = 1 +pkg syscall (darwin-386-cgo), const RTA_GATEWAY = 2 +pkg syscall (darwin-386-cgo), const RTA_GENMASK = 8 +pkg syscall (darwin-386-cgo), const RTA_IFA = 32 +pkg syscall (darwin-386-cgo), const RTA_IFP = 16 +pkg syscall (darwin-386-cgo), const RTA_NETMASK = 4 +pkg syscall (darwin-386-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (darwin-386-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (darwin-386-cgo), const RTF_CLONING = 256 +pkg syscall (darwin-386-cgo), const RTF_CONDEMNED = 33554432 +pkg syscall (darwin-386-cgo), const RTF_DELCLONE = 128 +pkg syscall (darwin-386-cgo), const RTF_DONE = 64 +pkg syscall (darwin-386-cgo), const RTF_DYNAMIC = 16 +pkg syscall (darwin-386-cgo), const RTF_GATEWAY = 2 +pkg syscall (darwin-386-cgo), const RTF_HOST = 4 +pkg syscall (darwin-386-cgo), const RTF_IFREF = 67108864 +pkg syscall (darwin-386-cgo), const RTF_IFSCOPE = 16777216 +pkg syscall (darwin-386-cgo), const RTF_LLINFO = 1024 +pkg syscall (darwin-386-cgo), const RTF_LOCAL = 2097152 +pkg syscall (darwin-386-cgo), const RTF_MODIFIED = 32 +pkg syscall (darwin-386-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (darwin-386-cgo), const RTF_PINNED = 1048576 +pkg syscall (darwin-386-cgo), const RTF_PRCLONING = 65536 +pkg syscall (darwin-386-cgo), const RTF_PROTO1 = 32768 +pkg syscall (darwin-386-cgo), const RTF_PROTO2 = 16384 +pkg syscall (darwin-386-cgo), const RTF_PROTO3 = 262144 +pkg syscall (darwin-386-cgo), const RTF_REJECT = 8 +pkg syscall (darwin-386-cgo), const RTF_STATIC = 2048 +pkg syscall (darwin-386-cgo), const RTF_UP = 1 +pkg syscall (darwin-386-cgo), const RTF_WASCLONED = 131072 +pkg syscall (darwin-386-cgo), const RTF_XRESOLVE = 512 +pkg syscall (darwin-386-cgo), const RTM_ADD = 1 +pkg syscall (darwin-386-cgo), const RTM_CHANGE = 3 +pkg syscall (darwin-386-cgo), const RTM_DELADDR = 13 +pkg syscall (darwin-386-cgo), const RTM_DELETE = 2 +pkg syscall (darwin-386-cgo), const RTM_DELMADDR = 16 +pkg syscall (darwin-386-cgo), const RTM_GET = 4 +pkg syscall (darwin-386-cgo), const RTM_GET2 = 20 +pkg syscall (darwin-386-cgo), const RTM_IFINFO = 14 +pkg syscall (darwin-386-cgo), const RTM_IFINFO2 = 18 +pkg syscall (darwin-386-cgo), const RTM_LOCK = 8 +pkg syscall (darwin-386-cgo), const RTM_LOSING = 5 +pkg syscall (darwin-386-cgo), const RTM_MISS = 7 +pkg syscall (darwin-386-cgo), const RTM_NEWADDR = 12 +pkg syscall (darwin-386-cgo), const RTM_NEWMADDR = 15 +pkg syscall (darwin-386-cgo), const RTM_NEWMADDR2 = 19 +pkg syscall (darwin-386-cgo), const RTM_OLDADD = 9 +pkg syscall (darwin-386-cgo), const RTM_OLDDEL = 10 +pkg syscall (darwin-386-cgo), const RTM_REDIRECT = 6 +pkg syscall (darwin-386-cgo), const RTM_RESOLVE = 11 +pkg syscall (darwin-386-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (darwin-386-cgo), const RTM_VERSION = 5 +pkg syscall (darwin-386-cgo), const RTV_EXPIRE = 4 +pkg syscall (darwin-386-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (darwin-386-cgo), const RTV_MTU = 1 +pkg syscall (darwin-386-cgo), const RTV_RPIPE = 8 +pkg syscall (darwin-386-cgo), const RTV_RTT = 64 +pkg syscall (darwin-386-cgo), const RTV_RTTVAR = 128 +pkg syscall (darwin-386-cgo), const RTV_SPIPE = 16 +pkg syscall (darwin-386-cgo), const RTV_SSTHRESH = 32 +pkg syscall (darwin-386-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (darwin-386-cgo), const RUSAGE_SELF = 0 +pkg syscall (darwin-386-cgo), const SCM_CREDS = 3 +pkg syscall (darwin-386-cgo), const SCM_RIGHTS = 1 +pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP_MONOTONIC = 4 +pkg syscall (darwin-386-cgo), const SIGBUS = 10 +pkg syscall (darwin-386-cgo), const SIGCHLD = 20 +pkg syscall (darwin-386-cgo), const SIGCONT = 19 +pkg syscall (darwin-386-cgo), const SIGEMT = 7 +pkg syscall (darwin-386-cgo), const SIGINFO = 29 +pkg syscall (darwin-386-cgo), const SIGIO = 23 +pkg syscall (darwin-386-cgo), const SIGIOT = 6 +pkg syscall (darwin-386-cgo), const SIGPROF = 27 +pkg syscall (darwin-386-cgo), const SIGSTOP = 17 +pkg syscall (darwin-386-cgo), const SIGSYS = 12 +pkg syscall (darwin-386-cgo), const SIGTSTP = 18 +pkg syscall (darwin-386-cgo), const SIGTTIN = 21 +pkg syscall (darwin-386-cgo), const SIGTTOU = 22 +pkg syscall (darwin-386-cgo), const SIGURG = 16 +pkg syscall (darwin-386-cgo), const SIGUSR1 = 30 +pkg syscall (darwin-386-cgo), const SIGUSR2 = 31 +pkg syscall (darwin-386-cgo), const SIGVTALRM = 26 +pkg syscall (darwin-386-cgo), const SIGWINCH = 28 +pkg syscall (darwin-386-cgo), const SIGXCPU = 24 +pkg syscall (darwin-386-cgo), const SIGXFSZ = 25 +pkg syscall (darwin-386-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (darwin-386-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (darwin-386-cgo), const SIOCALIFADDR = 2165860637 +pkg syscall (darwin-386-cgo), const SIOCARPIPLL = 3223349544 +pkg syscall (darwin-386-cgo), const SIOCATMARK = 1074033415 +pkg syscall (darwin-386-cgo), const SIOCAUTOADDR = 3223349542 +pkg syscall (darwin-386-cgo), const SIOCAUTONETMASK = 2149607719 +pkg syscall (darwin-386-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (darwin-386-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (darwin-386-cgo), const SIOCDIFPHYADDR = 2149607745 +pkg syscall (darwin-386-cgo), const SIOCDLIFADDR = 2165860639 +pkg syscall (darwin-386-cgo), const SIOCGDRVSPEC = 3223087483 +pkg syscall (darwin-386-cgo), const SIOCGETSGCNT = 3222565404 +pkg syscall (darwin-386-cgo), const SIOCGETVIFCNT = 3222565403 +pkg syscall (darwin-386-cgo), const SIOCGETVLAN = 3223349631 +pkg syscall (darwin-386-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (darwin-386-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (darwin-386-cgo), const SIOCGIFALTMTU = 3223349576 +pkg syscall (darwin-386-cgo), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (darwin-386-cgo), const SIOCGIFBOND = 3223349575 +pkg syscall (darwin-386-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (darwin-386-cgo), const SIOCGIFCAP = 3223349595 +pkg syscall (darwin-386-cgo), const SIOCGIFCONF = 3221776676 +pkg syscall (darwin-386-cgo), const SIOCGIFDEVMTU = 3223349572 +pkg syscall (darwin-386-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (darwin-386-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (darwin-386-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (darwin-386-cgo), const SIOCGIFKPI = 3223349639 +pkg syscall (darwin-386-cgo), const SIOCGIFMAC = 3223349634 +pkg syscall (darwin-386-cgo), const SIOCGIFMEDIA = 3223873848 +pkg syscall (darwin-386-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (darwin-386-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (darwin-386-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (darwin-386-cgo), const SIOCGIFPDSTADDR = 3223349568 +pkg syscall (darwin-386-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (darwin-386-cgo), const SIOCGIFPSRCADDR = 3223349567 +pkg syscall (darwin-386-cgo), const SIOCGIFSTATUS = 3274795325 +pkg syscall (darwin-386-cgo), const SIOCGIFVLAN = 3223349631 +pkg syscall (darwin-386-cgo), const SIOCGIFWAKEFLAGS = 3223349640 +pkg syscall (darwin-386-cgo), const SIOCGLIFADDR = 3239602462 +pkg syscall (darwin-386-cgo), const SIOCGLIFPHYADDR = 3239602499 +pkg syscall (darwin-386-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (darwin-386-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (darwin-386-cgo), const SIOCIFCREATE = 3223349624 +pkg syscall (darwin-386-cgo), const SIOCIFCREATE2 = 3223349626 +pkg syscall (darwin-386-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (darwin-386-cgo), const SIOCRSLVMULTI = 3221776699 +pkg syscall (darwin-386-cgo), const SIOCSDRVSPEC = 2149345659 +pkg syscall (darwin-386-cgo), const SIOCSETVLAN = 2149607806 +pkg syscall (darwin-386-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (darwin-386-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (darwin-386-cgo), const SIOCSIFALTMTU = 2149607749 +pkg syscall (darwin-386-cgo), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (darwin-386-cgo), const SIOCSIFBOND = 2149607750 +pkg syscall (darwin-386-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (darwin-386-cgo), const SIOCSIFCAP = 2149607770 +pkg syscall (darwin-386-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (darwin-386-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (darwin-386-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (darwin-386-cgo), const SIOCSIFKPI = 2149607814 +pkg syscall (darwin-386-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (darwin-386-cgo), const SIOCSIFMAC = 2149607811 +pkg syscall (darwin-386-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (darwin-386-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (darwin-386-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (darwin-386-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (darwin-386-cgo), const SIOCSIFPHYADDR = 2151704894 +pkg syscall (darwin-386-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (darwin-386-cgo), const SIOCSIFVLAN = 2149607806 +pkg syscall (darwin-386-cgo), const SIOCSLIFPHYADDR = 2165860674 +pkg syscall (darwin-386-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (darwin-386-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (darwin-386-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (darwin-386-cgo), const SOCK_RDM = 4 +pkg syscall (darwin-386-cgo), const SOL_SOCKET = 65535 +pkg syscall (darwin-386-cgo), const SOMAXCONN = 128 +pkg syscall (darwin-386-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (darwin-386-cgo), const SO_BROADCAST = 32 +pkg syscall (darwin-386-cgo), const SO_DEBUG = 1 +pkg syscall (darwin-386-cgo), const SO_DONTROUTE = 16 +pkg syscall (darwin-386-cgo), const SO_DONTTRUNC = 8192 +pkg syscall (darwin-386-cgo), const SO_ERROR = 4103 +pkg syscall (darwin-386-cgo), const SO_KEEPALIVE = 8 +pkg syscall (darwin-386-cgo), const SO_LABEL = 4112 +pkg syscall (darwin-386-cgo), const SO_LINGER = 128 +pkg syscall (darwin-386-cgo), const SO_LINGER_SEC = 4224 +pkg syscall (darwin-386-cgo), const SO_NKE = 4129 +pkg syscall (darwin-386-cgo), const SO_NOADDRERR = 4131 +pkg syscall (darwin-386-cgo), const SO_NOSIGPIPE = 4130 +pkg syscall (darwin-386-cgo), const SO_NOTIFYCONFLICT = 4134 +pkg syscall (darwin-386-cgo), const SO_NP_EXTENSIONS = 4227 +pkg syscall (darwin-386-cgo), const SO_NREAD = 4128 +pkg syscall (darwin-386-cgo), const SO_NWRITE = 4132 +pkg syscall (darwin-386-cgo), const SO_OOBINLINE = 256 +pkg syscall (darwin-386-cgo), const SO_PEERLABEL = 4113 +pkg syscall (darwin-386-cgo), const SO_RANDOMPORT = 4226 +pkg syscall (darwin-386-cgo), const SO_RCVBUF = 4098 +pkg syscall (darwin-386-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (darwin-386-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (darwin-386-cgo), const SO_RESTRICTIONS = 4225 +pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYIN = 1 +pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYOUT = 2 +pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYSET = 2147483648 +pkg syscall (darwin-386-cgo), const SO_REUSEADDR = 4 +pkg syscall (darwin-386-cgo), const SO_REUSEPORT = 512 +pkg syscall (darwin-386-cgo), const SO_REUSESHAREUID = 4133 +pkg syscall (darwin-386-cgo), const SO_SNDBUF = 4097 +pkg syscall (darwin-386-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (darwin-386-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (darwin-386-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (darwin-386-cgo), const SO_TIMESTAMP_MONOTONIC = 2048 +pkg syscall (darwin-386-cgo), const SO_TYPE = 4104 +pkg syscall (darwin-386-cgo), const SO_UPCALLCLOSEWAIT = 4135 +pkg syscall (darwin-386-cgo), const SO_USELOOPBACK = 64 +pkg syscall (darwin-386-cgo), const SO_WANTMORE = 16384 +pkg syscall (darwin-386-cgo), const SO_WANTOOBFLAG = 32768 +pkg syscall (darwin-386-cgo), const SYS_ACCEPT = 30 +pkg syscall (darwin-386-cgo), const SYS_ACCEPT_NOCANCEL = 404 +pkg syscall (darwin-386-cgo), const SYS_ACCESS = 33 +pkg syscall (darwin-386-cgo), const SYS_ACCESS_EXTENDED = 284 +pkg syscall (darwin-386-cgo), const SYS_ACCT = 51 +pkg syscall (darwin-386-cgo), const SYS_ADD_PROFIL = 176 +pkg syscall (darwin-386-cgo), const SYS_ADJTIME = 140 +pkg syscall (darwin-386-cgo), const SYS_AIO_CANCEL = 316 +pkg syscall (darwin-386-cgo), const SYS_AIO_ERROR = 317 +pkg syscall (darwin-386-cgo), const SYS_AIO_FSYNC = 313 +pkg syscall (darwin-386-cgo), const SYS_AIO_READ = 318 +pkg syscall (darwin-386-cgo), const SYS_AIO_RETURN = 314 +pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND = 315 +pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421 +pkg syscall (darwin-386-cgo), const SYS_AIO_WRITE = 319 +pkg syscall (darwin-386-cgo), const SYS_ATGETMSG = 207 +pkg syscall (darwin-386-cgo), const SYS_ATPGETREQ = 211 +pkg syscall (darwin-386-cgo), const SYS_ATPGETRSP = 212 +pkg syscall (darwin-386-cgo), const SYS_ATPSNDREQ = 209 +pkg syscall (darwin-386-cgo), const SYS_ATPSNDRSP = 210 +pkg syscall (darwin-386-cgo), const SYS_ATPUTMSG = 208 +pkg syscall (darwin-386-cgo), const SYS_ATSOCKET = 206 +pkg syscall (darwin-386-cgo), const SYS_AUDIT = 350 +pkg syscall (darwin-386-cgo), const SYS_AUDITCTL = 359 +pkg syscall (darwin-386-cgo), const SYS_AUDITON = 351 +pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_JOIN = 429 +pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_PORT = 432 +pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_SELF = 428 +pkg syscall (darwin-386-cgo), const SYS_BIND = 104 +pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_CREATE = 360 +pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_REGISTER = 366 +pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_TERMINATE = 361 +pkg syscall (darwin-386-cgo), const SYS_CHDIR = 12 +pkg syscall (darwin-386-cgo), const SYS_CHFLAGS = 34 +pkg syscall (darwin-386-cgo), const SYS_CHMOD = 15 +pkg syscall (darwin-386-cgo), const SYS_CHMOD_EXTENDED = 282 +pkg syscall (darwin-386-cgo), const SYS_CHOWN = 16 +pkg syscall (darwin-386-cgo), const SYS_CHROOT = 61 +pkg syscall (darwin-386-cgo), const SYS_CHUD = 185 +pkg syscall (darwin-386-cgo), const SYS_CLOSE = 6 +pkg syscall (darwin-386-cgo), const SYS_CLOSE_NOCANCEL = 399 +pkg syscall (darwin-386-cgo), const SYS_CONNECT = 98 +pkg syscall (darwin-386-cgo), const SYS_CONNECT_NOCANCEL = 409 +pkg syscall (darwin-386-cgo), const SYS_COPYFILE = 227 +pkg syscall (darwin-386-cgo), const SYS_CSOPS = 169 +pkg syscall (darwin-386-cgo), const SYS_DELETE = 226 +pkg syscall (darwin-386-cgo), const SYS_DUP = 41 +pkg syscall (darwin-386-cgo), const SYS_DUP2 = 90 +pkg syscall (darwin-386-cgo), const SYS_EXCHANGEDATA = 223 +pkg syscall (darwin-386-cgo), const SYS_EXECVE = 59 +pkg syscall (darwin-386-cgo), const SYS_EXIT = 1 +pkg syscall (darwin-386-cgo), const SYS_FCHDIR = 13 +pkg syscall (darwin-386-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (darwin-386-cgo), const SYS_FCHMOD = 124 +pkg syscall (darwin-386-cgo), const SYS_FCHMOD_EXTENDED = 283 +pkg syscall (darwin-386-cgo), const SYS_FCHOWN = 123 +pkg syscall (darwin-386-cgo), const SYS_FCNTL = 92 +pkg syscall (darwin-386-cgo), const SYS_FCNTL_NOCANCEL = 406 +pkg syscall (darwin-386-cgo), const SYS_FDATASYNC = 187 +pkg syscall (darwin-386-cgo), const SYS_FFSCTL = 245 +pkg syscall (darwin-386-cgo), const SYS_FGETATTRLIST = 228 +pkg syscall (darwin-386-cgo), const SYS_FGETXATTR = 235 +pkg syscall (darwin-386-cgo), const SYS_FHOPEN = 248 +pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEFD = 431 +pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEPORT = 430 +pkg syscall (darwin-386-cgo), const SYS_FLISTXATTR = 241 +pkg syscall (darwin-386-cgo), const SYS_FLOCK = 131 +pkg syscall (darwin-386-cgo), const SYS_FORK = 2 +pkg syscall (darwin-386-cgo), const SYS_FPATHCONF = 192 +pkg syscall (darwin-386-cgo), const SYS_FREMOVEXATTR = 239 +pkg syscall (darwin-386-cgo), const SYS_FSCTL = 242 +pkg syscall (darwin-386-cgo), const SYS_FSETATTRLIST = 229 +pkg syscall (darwin-386-cgo), const SYS_FSETXATTR = 237 +pkg syscall (darwin-386-cgo), const SYS_FSGETPATH = 427 +pkg syscall (darwin-386-cgo), const SYS_FSTAT = 189 +pkg syscall (darwin-386-cgo), const SYS_FSTAT64 = 339 +pkg syscall (darwin-386-cgo), const SYS_FSTAT64_EXTENDED = 343 +pkg syscall (darwin-386-cgo), const SYS_FSTATFS = 158 +pkg syscall (darwin-386-cgo), const SYS_FSTATFS64 = 346 +pkg syscall (darwin-386-cgo), const SYS_FSTATV = 219 +pkg syscall (darwin-386-cgo), const SYS_FSTAT_EXTENDED = 281 +pkg syscall (darwin-386-cgo), const SYS_FSYNC = 95 +pkg syscall (darwin-386-cgo), const SYS_FSYNC_NOCANCEL = 408 +pkg syscall (darwin-386-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (darwin-386-cgo), const SYS_FUTIMES = 139 +pkg syscall (darwin-386-cgo), const SYS_GETATTRLIST = 220 +pkg syscall (darwin-386-cgo), const SYS_GETAUDIT = 355 +pkg syscall (darwin-386-cgo), const SYS_GETAUDIT_ADDR = 357 +pkg syscall (darwin-386-cgo), const SYS_GETAUID = 353 +pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES64 = 344 +pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIESATTR = 222 +pkg syscall (darwin-386-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (darwin-386-cgo), const SYS_GETEGID = 43 +pkg syscall (darwin-386-cgo), const SYS_GETEUID = 25 +pkg syscall (darwin-386-cgo), const SYS_GETFH = 161 +pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT = 18 +pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT64 = 347 +pkg syscall (darwin-386-cgo), const SYS_GETGID = 47 +pkg syscall (darwin-386-cgo), const SYS_GETGROUPS = 79 +pkg syscall (darwin-386-cgo), const SYS_GETHOSTUUID = 142 +pkg syscall (darwin-386-cgo), const SYS_GETITIMER = 86 +pkg syscall (darwin-386-cgo), const SYS_GETLCID = 395 +pkg syscall (darwin-386-cgo), const SYS_GETLOGIN = 49 +pkg syscall (darwin-386-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (darwin-386-cgo), const SYS_GETPGID = 151 +pkg syscall (darwin-386-cgo), const SYS_GETPGRP = 81 +pkg syscall (darwin-386-cgo), const SYS_GETPID = 20 +pkg syscall (darwin-386-cgo), const SYS_GETPPID = 39 +pkg syscall (darwin-386-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (darwin-386-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (darwin-386-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (darwin-386-cgo), const SYS_GETSGROUPS = 288 +pkg syscall (darwin-386-cgo), const SYS_GETSID = 310 +pkg syscall (darwin-386-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (darwin-386-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (darwin-386-cgo), const SYS_GETTID = 286 +pkg syscall (darwin-386-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (darwin-386-cgo), const SYS_GETUID = 24 +pkg syscall (darwin-386-cgo), const SYS_GETWGROUPS = 290 +pkg syscall (darwin-386-cgo), const SYS_GETXATTR = 234 +pkg syscall (darwin-386-cgo), const SYS_IDENTITYSVC = 293 +pkg syscall (darwin-386-cgo), const SYS_INITGROUPS = 243 +pkg syscall (darwin-386-cgo), const SYS_IOCTL = 54 +pkg syscall (darwin-386-cgo), const SYS_IOPOLICYSYS = 322 +pkg syscall (darwin-386-cgo), const SYS_ISSETUGID = 327 +pkg syscall (darwin-386-cgo), const SYS_KDEBUG_TRACE = 180 +pkg syscall (darwin-386-cgo), const SYS_KEVENT = 363 +pkg syscall (darwin-386-cgo), const SYS_KEVENT64 = 369 +pkg syscall (darwin-386-cgo), const SYS_KILL = 37 +pkg syscall (darwin-386-cgo), const SYS_KQUEUE = 362 +pkg syscall (darwin-386-cgo), const SYS_LCHOWN = 364 +pkg syscall (darwin-386-cgo), const SYS_LINK = 9 +pkg syscall (darwin-386-cgo), const SYS_LIO_LISTIO = 320 +pkg syscall (darwin-386-cgo), const SYS_LISTEN = 106 +pkg syscall (darwin-386-cgo), const SYS_LISTXATTR = 240 +pkg syscall (darwin-386-cgo), const SYS_LSEEK = 199 +pkg syscall (darwin-386-cgo), const SYS_LSTAT = 190 +pkg syscall (darwin-386-cgo), const SYS_LSTAT64 = 340 +pkg syscall (darwin-386-cgo), const SYS_LSTAT64_EXTENDED = 342 +pkg syscall (darwin-386-cgo), const SYS_LSTATV = 218 +pkg syscall (darwin-386-cgo), const SYS_LSTAT_EXTENDED = 280 +pkg syscall (darwin-386-cgo), const SYS_MADVISE = 75 +pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL = 439 +pkg syscall (darwin-386-cgo), const SYS_MINCORE = 78 +pkg syscall (darwin-386-cgo), const SYS_MINHERIT = 250 +pkg syscall (darwin-386-cgo), const SYS_MKCOMPLEX = 216 +pkg syscall (darwin-386-cgo), const SYS_MKDIR = 136 +pkg syscall (darwin-386-cgo), const SYS_MKDIR_EXTENDED = 292 +pkg syscall (darwin-386-cgo), const SYS_MKFIFO = 132 +pkg syscall (darwin-386-cgo), const SYS_MKFIFO_EXTENDED = 291 +pkg syscall (darwin-386-cgo), const SYS_MKNOD = 14 +pkg syscall (darwin-386-cgo), const SYS_MLOCK = 203 +pkg syscall (darwin-386-cgo), const SYS_MLOCKALL = 324 +pkg syscall (darwin-386-cgo), const SYS_MMAP = 197 +pkg syscall (darwin-386-cgo), const SYS_MODWATCH = 233 +pkg syscall (darwin-386-cgo), const SYS_MOUNT = 167 +pkg syscall (darwin-386-cgo), const SYS_MPROTECT = 74 +pkg syscall (darwin-386-cgo), const SYS_MSGCTL = 258 +pkg syscall (darwin-386-cgo), const SYS_MSGGET = 259 +pkg syscall (darwin-386-cgo), const SYS_MSGRCV = 261 +pkg syscall (darwin-386-cgo), const SYS_MSGRCV_NOCANCEL = 419 +pkg syscall (darwin-386-cgo), const SYS_MSGSND = 260 +pkg syscall (darwin-386-cgo), const SYS_MSGSND_NOCANCEL = 418 +pkg syscall (darwin-386-cgo), const SYS_MSGSYS = 252 +pkg syscall (darwin-386-cgo), const SYS_MSYNC = 65 +pkg syscall (darwin-386-cgo), const SYS_MSYNC_NOCANCEL = 405 +pkg syscall (darwin-386-cgo), const SYS_MUNLOCK = 204 +pkg syscall (darwin-386-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (darwin-386-cgo), const SYS_MUNMAP = 73 +pkg syscall (darwin-386-cgo), const SYS_NFSCLNT = 247 +pkg syscall (darwin-386-cgo), const SYS_NFSSVC = 155 +pkg syscall (darwin-386-cgo), const SYS_OPEN = 5 +pkg syscall (darwin-386-cgo), const SYS_OPEN_EXTENDED = 277 +pkg syscall (darwin-386-cgo), const SYS_OPEN_NOCANCEL = 398 +pkg syscall (darwin-386-cgo), const SYS_PATHCONF = 191 +pkg syscall (darwin-386-cgo), const SYS_PID_HIBERNATE = 435 +pkg syscall (darwin-386-cgo), const SYS_PID_RESUME = 434 +pkg syscall (darwin-386-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436 +pkg syscall (darwin-386-cgo), const SYS_PID_SUSPEND = 433 +pkg syscall (darwin-386-cgo), const SYS_PIPE = 42 +pkg syscall (darwin-386-cgo), const SYS_POLL = 230 +pkg syscall (darwin-386-cgo), const SYS_POLL_NOCANCEL = 417 +pkg syscall (darwin-386-cgo), const SYS_POSIX_SPAWN = 244 +pkg syscall (darwin-386-cgo), const SYS_PREAD = 153 +pkg syscall (darwin-386-cgo), const SYS_PREAD_NOCANCEL = 414 +pkg syscall (darwin-386-cgo), const SYS_PROCESS_POLICY = 323 +pkg syscall (darwin-386-cgo), const SYS_PROC_INFO = 336 +pkg syscall (darwin-386-cgo), const SYS_PROFIL = 44 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVBROAD = 303 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVSIGNAL = 304 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVWAIT = 305 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXDROP = 302 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXWAIT = 301 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_RDLOCK = 306 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK = 308 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UPGRADE = 300 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_WRLOCK = 307 +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 +pkg syscall (darwin-386-cgo), const SYS_PTRACE = 26 +pkg syscall (darwin-386-cgo), const SYS_PWRITE = 154 +pkg syscall (darwin-386-cgo), const SYS_PWRITE_NOCANCEL = 415 +pkg syscall (darwin-386-cgo), const SYS_QUOTACTL = 165 +pkg syscall (darwin-386-cgo), const SYS_READ = 3 +pkg syscall (darwin-386-cgo), const SYS_READLINK = 58 +pkg syscall (darwin-386-cgo), const SYS_READV = 120 +pkg syscall (darwin-386-cgo), const SYS_READV_NOCANCEL = 411 +pkg syscall (darwin-386-cgo), const SYS_READ_NOCANCEL = 396 +pkg syscall (darwin-386-cgo), const SYS_REBOOT = 55 +pkg syscall (darwin-386-cgo), const SYS_RECVFROM = 29 +pkg syscall (darwin-386-cgo), const SYS_RECVFROM_NOCANCEL = 403 +pkg syscall (darwin-386-cgo), const SYS_RECVMSG = 27 +pkg syscall (darwin-386-cgo), const SYS_RECVMSG_NOCANCEL = 401 +pkg syscall (darwin-386-cgo), const SYS_REMOVEXATTR = 238 +pkg syscall (darwin-386-cgo), const SYS_RENAME = 128 +pkg syscall (darwin-386-cgo), const SYS_REVOKE = 56 +pkg syscall (darwin-386-cgo), const SYS_RMDIR = 137 +pkg syscall (darwin-386-cgo), const SYS_SEARCHFS = 225 +pkg syscall (darwin-386-cgo), const SYS_SELECT = 93 +pkg syscall (darwin-386-cgo), const SYS_SELECT_NOCANCEL = 407 +pkg syscall (darwin-386-cgo), const SYS_SEMCTL = 254 +pkg syscall (darwin-386-cgo), const SYS_SEMGET = 255 +pkg syscall (darwin-386-cgo), const SYS_SEMOP = 256 +pkg syscall (darwin-386-cgo), const SYS_SEMSYS = 251 +pkg syscall (darwin-386-cgo), const SYS_SEM_CLOSE = 269 +pkg syscall (darwin-386-cgo), const SYS_SEM_DESTROY = 276 +pkg syscall (darwin-386-cgo), const SYS_SEM_GETVALUE = 274 +pkg syscall (darwin-386-cgo), const SYS_SEM_INIT = 275 +pkg syscall (darwin-386-cgo), const SYS_SEM_OPEN = 268 +pkg syscall (darwin-386-cgo), const SYS_SEM_POST = 273 +pkg syscall (darwin-386-cgo), const SYS_SEM_TRYWAIT = 272 +pkg syscall (darwin-386-cgo), const SYS_SEM_UNLINK = 270 +pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT = 271 +pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT_NOCANCEL = 420 +pkg syscall (darwin-386-cgo), const SYS_SENDFILE = 337 +pkg syscall (darwin-386-cgo), const SYS_SENDMSG = 28 +pkg syscall (darwin-386-cgo), const SYS_SENDMSG_NOCANCEL = 402 +pkg syscall (darwin-386-cgo), const SYS_SENDTO = 133 +pkg syscall (darwin-386-cgo), const SYS_SENDTO_NOCANCEL = 413 +pkg syscall (darwin-386-cgo), const SYS_SETATTRLIST = 221 +pkg syscall (darwin-386-cgo), const SYS_SETAUDIT = 356 +pkg syscall (darwin-386-cgo), const SYS_SETAUDIT_ADDR = 358 +pkg syscall (darwin-386-cgo), const SYS_SETAUID = 354 +pkg syscall (darwin-386-cgo), const SYS_SETEGID = 182 +pkg syscall (darwin-386-cgo), const SYS_SETEUID = 183 +pkg syscall (darwin-386-cgo), const SYS_SETGID = 181 +pkg syscall (darwin-386-cgo), const SYS_SETGROUPS = 80 +pkg syscall (darwin-386-cgo), const SYS_SETITIMER = 83 +pkg syscall (darwin-386-cgo), const SYS_SETLCID = 394 +pkg syscall (darwin-386-cgo), const SYS_SETLOGIN = 50 +pkg syscall (darwin-386-cgo), const SYS_SETPGID = 82 +pkg syscall (darwin-386-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (darwin-386-cgo), const SYS_SETPRIVEXEC = 152 +pkg syscall (darwin-386-cgo), const SYS_SETREGID = 127 +pkg syscall (darwin-386-cgo), const SYS_SETREUID = 126 +pkg syscall (darwin-386-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (darwin-386-cgo), const SYS_SETSGROUPS = 287 +pkg syscall (darwin-386-cgo), const SYS_SETSID = 147 +pkg syscall (darwin-386-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (darwin-386-cgo), const SYS_SETTID = 285 +pkg syscall (darwin-386-cgo), const SYS_SETTID_WITH_PID = 311 +pkg syscall (darwin-386-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (darwin-386-cgo), const SYS_SETUID = 23 +pkg syscall (darwin-386-cgo), const SYS_SETWGROUPS = 289 +pkg syscall (darwin-386-cgo), const SYS_SETXATTR = 236 +pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_CHECK_NP = 294 +pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 +pkg syscall (darwin-386-cgo), const SYS_SHMAT = 262 +pkg syscall (darwin-386-cgo), const SYS_SHMCTL = 263 +pkg syscall (darwin-386-cgo), const SYS_SHMDT = 264 +pkg syscall (darwin-386-cgo), const SYS_SHMGET = 265 +pkg syscall (darwin-386-cgo), const SYS_SHMSYS = 253 +pkg syscall (darwin-386-cgo), const SYS_SHM_OPEN = 266 +pkg syscall (darwin-386-cgo), const SYS_SHM_UNLINK = 267 +pkg syscall (darwin-386-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (darwin-386-cgo), const SYS_SIGACTION = 46 +pkg syscall (darwin-386-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (darwin-386-cgo), const SYS_SIGPENDING = 52 +pkg syscall (darwin-386-cgo), const SYS_SIGPROCMASK = 48 +pkg syscall (darwin-386-cgo), const SYS_SIGRETURN = 184 +pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND = 111 +pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410 +pkg syscall (darwin-386-cgo), const SYS_SOCKET = 97 +pkg syscall (darwin-386-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (darwin-386-cgo), const SYS_STACK_SNAPSHOT = 365 +pkg syscall (darwin-386-cgo), const SYS_STAT = 188 +pkg syscall (darwin-386-cgo), const SYS_STAT64 = 338 +pkg syscall (darwin-386-cgo), const SYS_STAT64_EXTENDED = 341 +pkg syscall (darwin-386-cgo), const SYS_STATFS = 157 +pkg syscall (darwin-386-cgo), const SYS_STATFS64 = 345 +pkg syscall (darwin-386-cgo), const SYS_STATV = 217 +pkg syscall (darwin-386-cgo), const SYS_STAT_EXTENDED = 279 +pkg syscall (darwin-386-cgo), const SYS_SWAPON = 85 +pkg syscall (darwin-386-cgo), const SYS_SYMLINK = 57 +pkg syscall (darwin-386-cgo), const SYS_SYNC = 36 +pkg syscall (darwin-386-cgo), const SYS_SYSCALL = 0 +pkg syscall (darwin-386-cgo), const SYS_THREAD_SELFID = 372 +pkg syscall (darwin-386-cgo), const SYS_TRUNCATE = 200 +pkg syscall (darwin-386-cgo), const SYS_UMASK = 60 +pkg syscall (darwin-386-cgo), const SYS_UMASK_EXTENDED = 278 +pkg syscall (darwin-386-cgo), const SYS_UNDELETE = 205 +pkg syscall (darwin-386-cgo), const SYS_UNLINK = 10 +pkg syscall (darwin-386-cgo), const SYS_UNMOUNT = 159 +pkg syscall (darwin-386-cgo), const SYS_UTIMES = 138 +pkg syscall (darwin-386-cgo), const SYS_VFORK = 66 +pkg syscall (darwin-386-cgo), const SYS_VM_PRESSURE_MONITOR = 296 +pkg syscall (darwin-386-cgo), const SYS_WAIT4 = 7 +pkg syscall (darwin-386-cgo), const SYS_WAIT4_NOCANCEL = 400 +pkg syscall (darwin-386-cgo), const SYS_WAITEVENT = 232 +pkg syscall (darwin-386-cgo), const SYS_WAITID = 173 +pkg syscall (darwin-386-cgo), const SYS_WAITID_NOCANCEL = 416 +pkg syscall (darwin-386-cgo), const SYS_WATCHEVENT = 231 +pkg syscall (darwin-386-cgo), const SYS_WORKQ_KERNRETURN = 368 +pkg syscall (darwin-386-cgo), const SYS_WORKQ_OPEN = 367 +pkg syscall (darwin-386-cgo), const SYS_WRITE = 4 +pkg syscall (darwin-386-cgo), const SYS_WRITEV = 121 +pkg syscall (darwin-386-cgo), const SYS_WRITEV_NOCANCEL = 412 +pkg syscall (darwin-386-cgo), const SYS_WRITE_NOCANCEL = 397 +pkg syscall (darwin-386-cgo), const SYS___DISABLE_THREADSIGNAL = 331 +pkg syscall (darwin-386-cgo), const SYS___MAC_EXECVE = 380 +pkg syscall (darwin-386-cgo), const SYS___MAC_GETFSSTAT = 426 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FD = 388 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FILE = 382 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCID = 391 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCTX = 392 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LINK = 384 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_MOUNT = 425 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PID = 390 +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PROC = 386 +pkg syscall (darwin-386-cgo), const SYS___MAC_MOUNT = 424 +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FD = 389 +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FILE = 383 +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LCTX = 393 +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LINK = 385 +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_PROC = 387 +pkg syscall (darwin-386-cgo), const SYS___MAC_SYSCALL = 381 +pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370 +pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CANCELED = 333 +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CHDIR = 348 +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_FCHDIR = 349 +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_KILL = 328 +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_MARKCANCEL = 332 +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_SIGMASK = 329 +pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL = 334 +pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 +pkg syscall (darwin-386-cgo), const SYS___SIGWAIT = 330 +pkg syscall (darwin-386-cgo), const SYS___SIGWAIT_NOCANCEL = 422 +pkg syscall (darwin-386-cgo), const SYS___SYSCTL = 202 +pkg syscall (darwin-386-cgo), const S_IEXEC = 64 +pkg syscall (darwin-386-cgo), const S_IFMT = 61440 +pkg syscall (darwin-386-cgo), const S_IFWHT = 57344 +pkg syscall (darwin-386-cgo), const S_IREAD = 256 +pkg syscall (darwin-386-cgo), const S_IRGRP = 32 +pkg syscall (darwin-386-cgo), const S_IROTH = 4 +pkg syscall (darwin-386-cgo), const S_IRWXG = 56 +pkg syscall (darwin-386-cgo), const S_IRWXO = 7 +pkg syscall (darwin-386-cgo), const S_IRWXU = 448 +pkg syscall (darwin-386-cgo), const S_ISTXT = 512 +pkg syscall (darwin-386-cgo), const S_IWGRP = 16 +pkg syscall (darwin-386-cgo), const S_IWOTH = 2 +pkg syscall (darwin-386-cgo), const S_IWRITE = 128 +pkg syscall (darwin-386-cgo), const S_IXGRP = 8 +pkg syscall (darwin-386-cgo), const S_IXOTH = 1 +pkg syscall (darwin-386-cgo), const SizeofBpfHdr = 20 +pkg syscall (darwin-386-cgo), const SizeofBpfInsn = 8 +pkg syscall (darwin-386-cgo), const SizeofBpfProgram = 8 +pkg syscall (darwin-386-cgo), const SizeofBpfStat = 8 +pkg syscall (darwin-386-cgo), const SizeofBpfVersion = 4 +pkg syscall (darwin-386-cgo), const SizeofCmsghdr = 12 +pkg syscall (darwin-386-cgo), const SizeofIPMreq = 8 +pkg syscall (darwin-386-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (darwin-386-cgo), const SizeofIfData = 96 +pkg syscall (darwin-386-cgo), const SizeofIfMsghdr = 112 +pkg syscall (darwin-386-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr2 = 20 +pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo = 12 +pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo ideal-int +pkg syscall (darwin-386-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (darwin-386-cgo), const SizeofLinger = 8 +pkg syscall (darwin-386-cgo), const SizeofMsghdr = 28 +pkg syscall (darwin-386-cgo), const SizeofRtMetrics = 56 +pkg syscall (darwin-386-cgo), const SizeofRtMsghdr = 92 +pkg syscall (darwin-386-cgo), const SizeofSockaddrAny = 108 +pkg syscall (darwin-386-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (darwin-386-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (darwin-386-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (darwin-386-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (darwin-386-cgo), const TCIFLUSH = 1 +pkg syscall (darwin-386-cgo), const TCIFLUSH ideal-int +pkg syscall (darwin-386-cgo), const TCIOFLUSH = 3 +pkg syscall (darwin-386-cgo), const TCIOFLUSH ideal-int +pkg syscall (darwin-386-cgo), const TCOFLUSH = 2 +pkg syscall (darwin-386-cgo), const TCOFLUSH ideal-int +pkg syscall (darwin-386-cgo), const TCP_CONNECTIONTIMEOUT = 32 +pkg syscall (darwin-386-cgo), const TCP_KEEPALIVE = 16 +pkg syscall (darwin-386-cgo), const TCP_MAXHLEN = 60 +pkg syscall (darwin-386-cgo), const TCP_MAXOLEN = 40 +pkg syscall (darwin-386-cgo), const TCP_MAXSEG = 2 +pkg syscall (darwin-386-cgo), const TCP_MAXWIN = 65535 +pkg syscall (darwin-386-cgo), const TCP_MAX_SACK = 3 +pkg syscall (darwin-386-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (darwin-386-cgo), const TCP_MINMSS = 216 +pkg syscall (darwin-386-cgo), const TCP_MINMSSOVERLOAD = 1000 +pkg syscall (darwin-386-cgo), const TCP_MSS = 512 +pkg syscall (darwin-386-cgo), const TCP_NOOPT = 8 +pkg syscall (darwin-386-cgo), const TCP_NOPUSH = 4 +pkg syscall (darwin-386-cgo), const TCP_RXT_CONNDROPTIME = 128 +pkg syscall (darwin-386-cgo), const TCP_RXT_FINDROP = 256 +pkg syscall (darwin-386-cgo), const TCSAFLUSH = 2 +pkg syscall (darwin-386-cgo), const TCSAFLUSH ideal-int +pkg syscall (darwin-386-cgo), const TIOCCBRK = 536900730 +pkg syscall (darwin-386-cgo), const TIOCCDTR = 536900728 +pkg syscall (darwin-386-cgo), const TIOCCONS = 2147775586 +pkg syscall (darwin-386-cgo), const TIOCDCDTIMESTAMP = 1074295896 +pkg syscall (darwin-386-cgo), const TIOCDRAIN = 536900702 +pkg syscall (darwin-386-cgo), const TIOCDSIMICROCODE = 536900693 +pkg syscall (darwin-386-cgo), const TIOCEXCL = 536900621 +pkg syscall (darwin-386-cgo), const TIOCEXT = 2147775584 +pkg syscall (darwin-386-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (darwin-386-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (darwin-386-cgo), const TIOCGETA = 1076655123 +pkg syscall (darwin-386-cgo), const TIOCGETD = 1074033690 +pkg syscall (darwin-386-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (darwin-386-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (darwin-386-cgo), const TIOCIXOFF = 536900736 +pkg syscall (darwin-386-cgo), const TIOCIXON = 536900737 +pkg syscall (darwin-386-cgo), const TIOCMBIC = 2147775595 +pkg syscall (darwin-386-cgo), const TIOCMBIS = 2147775596 +pkg syscall (darwin-386-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (darwin-386-cgo), const TIOCMGET = 1074033770 +pkg syscall (darwin-386-cgo), const TIOCMODG = 1074033667 +pkg syscall (darwin-386-cgo), const TIOCMODS = 2147775492 +pkg syscall (darwin-386-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (darwin-386-cgo), const TIOCMSET = 2147775597 +pkg syscall (darwin-386-cgo), const TIOCM_CAR = 64 +pkg syscall (darwin-386-cgo), const TIOCM_CD = 64 +pkg syscall (darwin-386-cgo), const TIOCM_CTS = 32 +pkg syscall (darwin-386-cgo), const TIOCM_DSR = 256 +pkg syscall (darwin-386-cgo), const TIOCM_DTR = 2 +pkg syscall (darwin-386-cgo), const TIOCM_LE = 1 +pkg syscall (darwin-386-cgo), const TIOCM_RI = 128 +pkg syscall (darwin-386-cgo), const TIOCM_RNG = 128 +pkg syscall (darwin-386-cgo), const TIOCM_RTS = 4 +pkg syscall (darwin-386-cgo), const TIOCM_SR = 16 +pkg syscall (darwin-386-cgo), const TIOCM_ST = 8 +pkg syscall (darwin-386-cgo), const TIOCNOTTY = 536900721 +pkg syscall (darwin-386-cgo), const TIOCNXCL = 536900622 +pkg syscall (darwin-386-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (darwin-386-cgo), const TIOCPKT = 2147775600 +pkg syscall (darwin-386-cgo), const TIOCPKT_DATA = 0 +pkg syscall (darwin-386-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (darwin-386-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (darwin-386-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (darwin-386-cgo), const TIOCPKT_START = 8 +pkg syscall (darwin-386-cgo), const TIOCPKT_STOP = 4 +pkg syscall (darwin-386-cgo), const TIOCPTYGNAME = 1082160211 +pkg syscall (darwin-386-cgo), const TIOCPTYGRANT = 536900692 +pkg syscall (darwin-386-cgo), const TIOCPTYUNLK = 536900690 +pkg syscall (darwin-386-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (darwin-386-cgo), const TIOCSBRK = 536900731 +pkg syscall (darwin-386-cgo), const TIOCSCONS = 536900707 +pkg syscall (darwin-386-cgo), const TIOCSCTTY = 536900705 +pkg syscall (darwin-386-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (darwin-386-cgo), const TIOCSDTR = 536900729 +pkg syscall (darwin-386-cgo), const TIOCSETA = 2150396948 +pkg syscall (darwin-386-cgo), const TIOCSETAF = 2150396950 +pkg syscall (darwin-386-cgo), const TIOCSETAW = 2150396949 +pkg syscall (darwin-386-cgo), const TIOCSETD = 2147775515 +pkg syscall (darwin-386-cgo), const TIOCSIG = 536900703 +pkg syscall (darwin-386-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (darwin-386-cgo), const TIOCSTART = 536900718 +pkg syscall (darwin-386-cgo), const TIOCSTAT = 536900709 +pkg syscall (darwin-386-cgo), const TIOCSTI = 2147578994 +pkg syscall (darwin-386-cgo), const TIOCSTOP = 536900719 +pkg syscall (darwin-386-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (darwin-386-cgo), const TIOCTIMESTAMP = 1074295897 +pkg syscall (darwin-386-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (darwin-386-cgo), const TOSTOP = 4194304 +pkg syscall (darwin-386-cgo), const TOSTOP ideal-int +pkg syscall (darwin-386-cgo), const VDISCARD = 15 +pkg syscall (darwin-386-cgo), const VDISCARD ideal-int +pkg syscall (darwin-386-cgo), const VDSUSP = 11 +pkg syscall (darwin-386-cgo), const VDSUSP ideal-int +pkg syscall (darwin-386-cgo), const VEOF = 0 +pkg syscall (darwin-386-cgo), const VEOF ideal-int +pkg syscall (darwin-386-cgo), const VEOL = 1 +pkg syscall (darwin-386-cgo), const VEOL ideal-int +pkg syscall (darwin-386-cgo), const VEOL2 = 2 +pkg syscall (darwin-386-cgo), const VEOL2 ideal-int +pkg syscall (darwin-386-cgo), const VERASE = 3 +pkg syscall (darwin-386-cgo), const VERASE ideal-int +pkg syscall (darwin-386-cgo), const VINTR = 8 +pkg syscall (darwin-386-cgo), const VINTR ideal-int +pkg syscall (darwin-386-cgo), const VKILL = 5 +pkg syscall (darwin-386-cgo), const VKILL ideal-int +pkg syscall (darwin-386-cgo), const VLNEXT = 14 +pkg syscall (darwin-386-cgo), const VLNEXT ideal-int +pkg syscall (darwin-386-cgo), const VMIN = 16 +pkg syscall (darwin-386-cgo), const VMIN ideal-int +pkg syscall (darwin-386-cgo), const VQUIT = 9 +pkg syscall (darwin-386-cgo), const VQUIT ideal-int +pkg syscall (darwin-386-cgo), const VREPRINT = 6 +pkg syscall (darwin-386-cgo), const VREPRINT ideal-int +pkg syscall (darwin-386-cgo), const VSTART = 12 +pkg syscall (darwin-386-cgo), const VSTART ideal-int +pkg syscall (darwin-386-cgo), const VSTATUS = 18 +pkg syscall (darwin-386-cgo), const VSTATUS ideal-int +pkg syscall (darwin-386-cgo), const VSTOP = 13 +pkg syscall (darwin-386-cgo), const VSTOP ideal-int +pkg syscall (darwin-386-cgo), const VSUSP = 10 +pkg syscall (darwin-386-cgo), const VSUSP ideal-int +pkg syscall (darwin-386-cgo), const VT0 = 0 +pkg syscall (darwin-386-cgo), const VT0 ideal-int +pkg syscall (darwin-386-cgo), const VT1 = 65536 +pkg syscall (darwin-386-cgo), const VT1 ideal-int +pkg syscall (darwin-386-cgo), const VTDLY = 65536 +pkg syscall (darwin-386-cgo), const VTDLY ideal-int +pkg syscall (darwin-386-cgo), const VTIME = 17 +pkg syscall (darwin-386-cgo), const VTIME ideal-int +pkg syscall (darwin-386-cgo), const VWERASE = 4 +pkg syscall (darwin-386-cgo), const VWERASE ideal-int +pkg syscall (darwin-386-cgo), const WCONTINUED = 16 +pkg syscall (darwin-386-cgo), const WCOREFLAG = 128 +pkg syscall (darwin-386-cgo), const WEXITED = 4 +pkg syscall (darwin-386-cgo), const WNOHANG = 1 +pkg syscall (darwin-386-cgo), const WNOWAIT = 32 +pkg syscall (darwin-386-cgo), const WORDSIZE = 32 +pkg syscall (darwin-386-cgo), const WSTOPPED = 8 +pkg syscall (darwin-386-cgo), const WUNTRACED = 2 +pkg syscall (darwin-386-cgo), func Fchflags(int, int) error +pkg syscall (darwin-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (darwin-386-cgo), type Termios struct +pkg syscall (darwin-386-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (darwin-386-cgo), type Termios struct, Cflag uint32 +pkg syscall (darwin-386-cgo), type Termios struct, Iflag uint32 +pkg syscall (darwin-386-cgo), type Termios struct, Ispeed uint32 +pkg syscall (darwin-386-cgo), type Termios struct, Lflag uint32 +pkg syscall (darwin-386-cgo), type Termios struct, Oflag uint32 +pkg syscall (darwin-386-cgo), type Termios struct, Ospeed uint32 +pkg syscall (darwin-amd64), const AF_APPLETALK = 16 +pkg syscall (darwin-amd64), const AF_CCITT = 10 +pkg syscall (darwin-amd64), const AF_CHAOS = 5 +pkg syscall (darwin-amd64), const AF_CNT = 21 +pkg syscall (darwin-amd64), const AF_COIP = 20 +pkg syscall (darwin-amd64), const AF_DATAKIT = 9 +pkg syscall (darwin-amd64), const AF_DECnet = 12 +pkg syscall (darwin-amd64), const AF_DLI = 13 +pkg syscall (darwin-amd64), const AF_E164 = 28 +pkg syscall (darwin-amd64), const AF_ECMA = 8 +pkg syscall (darwin-amd64), const AF_HYLINK = 15 +pkg syscall (darwin-amd64), const AF_IEEE80211 = 37 +pkg syscall (darwin-amd64), const AF_IMPLINK = 3 +pkg syscall (darwin-amd64), const AF_INET6 = 30 +pkg syscall (darwin-amd64), const AF_IPX = 23 +pkg syscall (darwin-amd64), const AF_ISDN = 28 +pkg syscall (darwin-amd64), const AF_ISO = 7 +pkg syscall (darwin-amd64), const AF_LAT = 14 +pkg syscall (darwin-amd64), const AF_LINK = 18 +pkg syscall (darwin-amd64), const AF_LOCAL = 1 +pkg syscall (darwin-amd64), const AF_MAX = 38 +pkg syscall (darwin-amd64), const AF_NATM = 31 +pkg syscall (darwin-amd64), const AF_NDRV = 27 +pkg syscall (darwin-amd64), const AF_NETBIOS = 33 +pkg syscall (darwin-amd64), const AF_NS = 6 +pkg syscall (darwin-amd64), const AF_OSI = 7 +pkg syscall (darwin-amd64), const AF_PPP = 34 +pkg syscall (darwin-amd64), const AF_PUP = 4 +pkg syscall (darwin-amd64), const AF_RESERVED_36 = 36 +pkg syscall (darwin-amd64), const AF_ROUTE = 17 +pkg syscall (darwin-amd64), const AF_SIP = 24 +pkg syscall (darwin-amd64), const AF_SNA = 11 +pkg syscall (darwin-amd64), const AF_SYSTEM = 32 +pkg syscall (darwin-amd64), const B0 = 0 +pkg syscall (darwin-amd64), const B0 ideal-int +pkg syscall (darwin-amd64), const B110 = 110 +pkg syscall (darwin-amd64), const B110 ideal-int +pkg syscall (darwin-amd64), const B115200 = 115200 +pkg syscall (darwin-amd64), const B115200 ideal-int +pkg syscall (darwin-amd64), const B1200 = 1200 +pkg syscall (darwin-amd64), const B1200 ideal-int +pkg syscall (darwin-amd64), const B134 = 134 +pkg syscall (darwin-amd64), const B134 ideal-int +pkg syscall (darwin-amd64), const B14400 = 14400 +pkg syscall (darwin-amd64), const B14400 ideal-int +pkg syscall (darwin-amd64), const B150 = 150 +pkg syscall (darwin-amd64), const B150 ideal-int +pkg syscall (darwin-amd64), const B1800 = 1800 +pkg syscall (darwin-amd64), const B1800 ideal-int +pkg syscall (darwin-amd64), const B19200 = 19200 +pkg syscall (darwin-amd64), const B19200 ideal-int +pkg syscall (darwin-amd64), const B200 = 200 +pkg syscall (darwin-amd64), const B200 ideal-int +pkg syscall (darwin-amd64), const B230400 = 230400 +pkg syscall (darwin-amd64), const B230400 ideal-int +pkg syscall (darwin-amd64), const B2400 = 2400 +pkg syscall (darwin-amd64), const B2400 ideal-int +pkg syscall (darwin-amd64), const B28800 = 28800 +pkg syscall (darwin-amd64), const B28800 ideal-int +pkg syscall (darwin-amd64), const B300 = 300 +pkg syscall (darwin-amd64), const B300 ideal-int +pkg syscall (darwin-amd64), const B38400 = 38400 +pkg syscall (darwin-amd64), const B38400 ideal-int +pkg syscall (darwin-amd64), const B4800 = 4800 +pkg syscall (darwin-amd64), const B4800 ideal-int +pkg syscall (darwin-amd64), const B50 = 50 +pkg syscall (darwin-amd64), const B50 ideal-int +pkg syscall (darwin-amd64), const B57600 = 57600 +pkg syscall (darwin-amd64), const B57600 ideal-int +pkg syscall (darwin-amd64), const B600 = 600 +pkg syscall (darwin-amd64), const B600 ideal-int +pkg syscall (darwin-amd64), const B7200 = 7200 +pkg syscall (darwin-amd64), const B7200 ideal-int +pkg syscall (darwin-amd64), const B75 = 75 +pkg syscall (darwin-amd64), const B75 ideal-int +pkg syscall (darwin-amd64), const B76800 = 76800 +pkg syscall (darwin-amd64), const B76800 ideal-int +pkg syscall (darwin-amd64), const B9600 = 9600 +pkg syscall (darwin-amd64), const B9600 ideal-int +pkg syscall (darwin-amd64), const BIOCFLUSH = 536887912 +pkg syscall (darwin-amd64), const BIOCGBLEN = 1074020966 +pkg syscall (darwin-amd64), const BIOCGDLT = 1074020970 +pkg syscall (darwin-amd64), const BIOCGDLTLIST = 3222028921 +pkg syscall (darwin-amd64), const BIOCGETIF = 1075855979 +pkg syscall (darwin-amd64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (darwin-amd64), const BIOCGRSIG = 1074020978 +pkg syscall (darwin-amd64), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (darwin-amd64), const BIOCGSEESENT = 1074020982 +pkg syscall (darwin-amd64), const BIOCGSTATS = 1074283119 +pkg syscall (darwin-amd64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (darwin-amd64), const BIOCPROMISC = 536887913 +pkg syscall (darwin-amd64), const BIOCSBLEN = 3221504614 +pkg syscall (darwin-amd64), const BIOCSDLT = 2147762808 +pkg syscall (darwin-amd64), const BIOCSETF = 2148549223 +pkg syscall (darwin-amd64), const BIOCSETIF = 2149597804 +pkg syscall (darwin-amd64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (darwin-amd64), const BIOCSRSIG = 2147762803 +pkg syscall (darwin-amd64), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (darwin-amd64), const BIOCSSEESENT = 2147762807 +pkg syscall (darwin-amd64), const BIOCVERSION = 1074020977 +pkg syscall (darwin-amd64), const BPF_A = 16 +pkg syscall (darwin-amd64), const BPF_ABS = 32 +pkg syscall (darwin-amd64), const BPF_ADD = 0 +pkg syscall (darwin-amd64), const BPF_ALIGNMENT = 4 +pkg syscall (darwin-amd64), const BPF_ALU = 4 +pkg syscall (darwin-amd64), const BPF_AND = 80 +pkg syscall (darwin-amd64), const BPF_B = 16 +pkg syscall (darwin-amd64), const BPF_DIV = 48 +pkg syscall (darwin-amd64), const BPF_H = 8 +pkg syscall (darwin-amd64), const BPF_IMM = 0 +pkg syscall (darwin-amd64), const BPF_IND = 64 +pkg syscall (darwin-amd64), const BPF_JA = 0 +pkg syscall (darwin-amd64), const BPF_JEQ = 16 +pkg syscall (darwin-amd64), const BPF_JGE = 48 +pkg syscall (darwin-amd64), const BPF_JGT = 32 +pkg syscall (darwin-amd64), const BPF_JMP = 5 +pkg syscall (darwin-amd64), const BPF_JSET = 64 +pkg syscall (darwin-amd64), const BPF_K = 0 +pkg syscall (darwin-amd64), const BPF_LD = 0 +pkg syscall (darwin-amd64), const BPF_LDX = 1 +pkg syscall (darwin-amd64), const BPF_LEN = 128 +pkg syscall (darwin-amd64), const BPF_LSH = 96 +pkg syscall (darwin-amd64), const BPF_MAJOR_VERSION = 1 +pkg syscall (darwin-amd64), const BPF_MAXBUFSIZE = 524288 +pkg syscall (darwin-amd64), const BPF_MAXINSNS = 512 +pkg syscall (darwin-amd64), const BPF_MEM = 96 +pkg syscall (darwin-amd64), const BPF_MEMWORDS = 16 +pkg syscall (darwin-amd64), const BPF_MINBUFSIZE = 32 +pkg syscall (darwin-amd64), const BPF_MINOR_VERSION = 1 +pkg syscall (darwin-amd64), const BPF_MISC = 7 +pkg syscall (darwin-amd64), const BPF_MSH = 160 +pkg syscall (darwin-amd64), const BPF_MUL = 32 +pkg syscall (darwin-amd64), const BPF_NEG = 128 +pkg syscall (darwin-amd64), const BPF_OR = 64 +pkg syscall (darwin-amd64), const BPF_RELEASE = 199606 +pkg syscall (darwin-amd64), const BPF_RET = 6 +pkg syscall (darwin-amd64), const BPF_RSH = 112 +pkg syscall (darwin-amd64), const BPF_ST = 2 +pkg syscall (darwin-amd64), const BPF_STX = 3 +pkg syscall (darwin-amd64), const BPF_SUB = 16 +pkg syscall (darwin-amd64), const BPF_TAX = 0 +pkg syscall (darwin-amd64), const BPF_TXA = 128 +pkg syscall (darwin-amd64), const BPF_W = 0 +pkg syscall (darwin-amd64), const BPF_X = 8 +pkg syscall (darwin-amd64), const BRKINT = 2 +pkg syscall (darwin-amd64), const BRKINT ideal-int +pkg syscall (darwin-amd64), const CFLUSH = 15 +pkg syscall (darwin-amd64), const CFLUSH ideal-int +pkg syscall (darwin-amd64), const CLOCAL = 32768 +pkg syscall (darwin-amd64), const CLOCAL ideal-int +pkg syscall (darwin-amd64), const CREAD = 2048 +pkg syscall (darwin-amd64), const CREAD ideal-int +pkg syscall (darwin-amd64), const CS5 = 0 +pkg syscall (darwin-amd64), const CS5 ideal-int +pkg syscall (darwin-amd64), const CS6 = 256 +pkg syscall (darwin-amd64), const CS6 ideal-int +pkg syscall (darwin-amd64), const CS7 = 512 +pkg syscall (darwin-amd64), const CS7 ideal-int +pkg syscall (darwin-amd64), const CS8 = 768 +pkg syscall (darwin-amd64), const CS8 ideal-int +pkg syscall (darwin-amd64), const CSIZE = 768 +pkg syscall (darwin-amd64), const CSIZE ideal-int +pkg syscall (darwin-amd64), const CSTART = 17 +pkg syscall (darwin-amd64), const CSTART ideal-int +pkg syscall (darwin-amd64), const CSTATUS = 20 +pkg syscall (darwin-amd64), const CSTATUS ideal-int +pkg syscall (darwin-amd64), const CSTOP = 19 +pkg syscall (darwin-amd64), const CSTOP ideal-int +pkg syscall (darwin-amd64), const CSTOPB = 1024 +pkg syscall (darwin-amd64), const CSTOPB ideal-int +pkg syscall (darwin-amd64), const CSUSP = 26 +pkg syscall (darwin-amd64), const CSUSP ideal-int +pkg syscall (darwin-amd64), const CTL_MAXNAME = 12 +pkg syscall (darwin-amd64), const CTL_NET = 4 +pkg syscall (darwin-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (darwin-amd64), const DLT_ARCNET = 7 +pkg syscall (darwin-amd64), const DLT_ATM_CLIP = 19 +pkg syscall (darwin-amd64), const DLT_ATM_RFC1483 = 11 +pkg syscall (darwin-amd64), const DLT_AX25 = 3 +pkg syscall (darwin-amd64), const DLT_CHAOS = 5 +pkg syscall (darwin-amd64), const DLT_CHDLC = 104 +pkg syscall (darwin-amd64), const DLT_C_HDLC = 104 +pkg syscall (darwin-amd64), const DLT_EN10MB = 1 +pkg syscall (darwin-amd64), const DLT_EN3MB = 2 +pkg syscall (darwin-amd64), const DLT_FDDI = 10 +pkg syscall (darwin-amd64), const DLT_IEEE802 = 6 +pkg syscall (darwin-amd64), const DLT_IEEE802_11 = 105 +pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (darwin-amd64), const DLT_LINUX_SLL = 113 +pkg syscall (darwin-amd64), const DLT_LOOP = 108 +pkg syscall (darwin-amd64), const DLT_NULL = 0 +pkg syscall (darwin-amd64), const DLT_PFLOG = 117 +pkg syscall (darwin-amd64), const DLT_PFSYNC = 18 +pkg syscall (darwin-amd64), const DLT_PPP = 9 +pkg syscall (darwin-amd64), const DLT_PPP_BSDOS = 16 +pkg syscall (darwin-amd64), const DLT_PPP_SERIAL = 50 +pkg syscall (darwin-amd64), const DLT_PRONET = 4 +pkg syscall (darwin-amd64), const DLT_RAW = 12 +pkg syscall (darwin-amd64), const DLT_SLIP = 8 +pkg syscall (darwin-amd64), const DLT_SLIP_BSDOS = 15 +pkg syscall (darwin-amd64), const DT_BLK = 6 +pkg syscall (darwin-amd64), const DT_CHR = 2 +pkg syscall (darwin-amd64), const DT_DIR = 4 +pkg syscall (darwin-amd64), const DT_FIFO = 1 +pkg syscall (darwin-amd64), const DT_LNK = 10 +pkg syscall (darwin-amd64), const DT_REG = 8 +pkg syscall (darwin-amd64), const DT_SOCK = 12 +pkg syscall (darwin-amd64), const DT_UNKNOWN = 0 +pkg syscall (darwin-amd64), const DT_WHT = 14 +pkg syscall (darwin-amd64), const E2BIG = 7 +pkg syscall (darwin-amd64), const EACCES = 13 +pkg syscall (darwin-amd64), const EADDRINUSE = 48 +pkg syscall (darwin-amd64), const EADDRNOTAVAIL = 49 +pkg syscall (darwin-amd64), const EAFNOSUPPORT = 47 +pkg syscall (darwin-amd64), const EAGAIN = 35 +pkg syscall (darwin-amd64), const EALREADY = 37 +pkg syscall (darwin-amd64), const EAUTH = 80 +pkg syscall (darwin-amd64), const EBADARCH = 86 +pkg syscall (darwin-amd64), const EBADEXEC = 85 +pkg syscall (darwin-amd64), const EBADF = 9 +pkg syscall (darwin-amd64), const EBADMACHO = 88 +pkg syscall (darwin-amd64), const EBADMSG = 94 +pkg syscall (darwin-amd64), const EBADRPC = 72 +pkg syscall (darwin-amd64), const EBUSY = 16 +pkg syscall (darwin-amd64), const ECANCELED = 89 +pkg syscall (darwin-amd64), const ECHILD = 10 +pkg syscall (darwin-amd64), const ECHO = 8 +pkg syscall (darwin-amd64), const ECHOCTL = 64 +pkg syscall (darwin-amd64), const ECHOE = 2 +pkg syscall (darwin-amd64), const ECHOK = 4 +pkg syscall (darwin-amd64), const ECHOKE = 1 +pkg syscall (darwin-amd64), const ECHONL = 16 +pkg syscall (darwin-amd64), const ECHOPRT = 32 +pkg syscall (darwin-amd64), const ECONNABORTED = 53 +pkg syscall (darwin-amd64), const ECONNREFUSED = 61 +pkg syscall (darwin-amd64), const ECONNRESET = 54 +pkg syscall (darwin-amd64), const EDEADLK = 11 +pkg syscall (darwin-amd64), const EDESTADDRREQ = 39 +pkg syscall (darwin-amd64), const EDEVERR = 83 +pkg syscall (darwin-amd64), const EDOM = 33 +pkg syscall (darwin-amd64), const EDQUOT = 69 +pkg syscall (darwin-amd64), const EEXIST = 17 +pkg syscall (darwin-amd64), const EFAULT = 14 +pkg syscall (darwin-amd64), const EFBIG = 27 +pkg syscall (darwin-amd64), const EFTYPE = 79 +pkg syscall (darwin-amd64), const EHOSTDOWN = 64 +pkg syscall (darwin-amd64), const EHOSTUNREACH = 65 +pkg syscall (darwin-amd64), const EIDRM = 90 +pkg syscall (darwin-amd64), const EILSEQ = 92 +pkg syscall (darwin-amd64), const EINPROGRESS = 36 +pkg syscall (darwin-amd64), const EINTR = 4 +pkg syscall (darwin-amd64), const EINVAL = 22 +pkg syscall (darwin-amd64), const EIO = 5 +pkg syscall (darwin-amd64), const EISCONN = 56 +pkg syscall (darwin-amd64), const EISDIR = 21 +pkg syscall (darwin-amd64), const ELAST = 105 +pkg syscall (darwin-amd64), const ELOOP = 62 +pkg syscall (darwin-amd64), const EMFILE = 24 +pkg syscall (darwin-amd64), const EMLINK = 31 +pkg syscall (darwin-amd64), const EMSGSIZE = 40 +pkg syscall (darwin-amd64), const EMULTIHOP = 95 +pkg syscall (darwin-amd64), const ENAMETOOLONG = 63 +pkg syscall (darwin-amd64), const ENEEDAUTH = 81 +pkg syscall (darwin-amd64), const ENETDOWN = 50 +pkg syscall (darwin-amd64), const ENETRESET = 52 +pkg syscall (darwin-amd64), const ENETUNREACH = 51 +pkg syscall (darwin-amd64), const ENFILE = 23 +pkg syscall (darwin-amd64), const ENOATTR = 93 +pkg syscall (darwin-amd64), const ENOBUFS = 55 +pkg syscall (darwin-amd64), const ENODATA = 96 +pkg syscall (darwin-amd64), const ENODEV = 19 +pkg syscall (darwin-amd64), const ENOEXEC = 8 +pkg syscall (darwin-amd64), const ENOLCK = 77 +pkg syscall (darwin-amd64), const ENOLINK = 97 +pkg syscall (darwin-amd64), const ENOMEM = 12 +pkg syscall (darwin-amd64), const ENOMSG = 91 +pkg syscall (darwin-amd64), const ENOPOLICY = 103 +pkg syscall (darwin-amd64), const ENOPROTOOPT = 42 +pkg syscall (darwin-amd64), const ENOSPC = 28 +pkg syscall (darwin-amd64), const ENOSR = 98 +pkg syscall (darwin-amd64), const ENOSTR = 99 +pkg syscall (darwin-amd64), const ENOSYS = 78 +pkg syscall (darwin-amd64), const ENOTBLK = 15 +pkg syscall (darwin-amd64), const ENOTCONN = 57 +pkg syscall (darwin-amd64), const ENOTDIR = 20 +pkg syscall (darwin-amd64), const ENOTEMPTY = 66 +pkg syscall (darwin-amd64), const ENOTRECOVERABLE = 104 +pkg syscall (darwin-amd64), const ENOTSOCK = 38 +pkg syscall (darwin-amd64), const ENOTSUP = 45 +pkg syscall (darwin-amd64), const ENOTTY = 25 +pkg syscall (darwin-amd64), const ENXIO = 6 +pkg syscall (darwin-amd64), const EOPNOTSUPP = 102 +pkg syscall (darwin-amd64), const EOVERFLOW = 84 +pkg syscall (darwin-amd64), const EOWNERDEAD = 105 +pkg syscall (darwin-amd64), const EPERM = 1 +pkg syscall (darwin-amd64), const EPFNOSUPPORT = 46 +pkg syscall (darwin-amd64), const EPIPE = 32 +pkg syscall (darwin-amd64), const EPROCLIM = 67 +pkg syscall (darwin-amd64), const EPROCUNAVAIL = 76 +pkg syscall (darwin-amd64), const EPROGMISMATCH = 75 +pkg syscall (darwin-amd64), const EPROGUNAVAIL = 74 +pkg syscall (darwin-amd64), const EPROTO = 100 +pkg syscall (darwin-amd64), const EPROTONOSUPPORT = 43 +pkg syscall (darwin-amd64), const EPROTOTYPE = 41 +pkg syscall (darwin-amd64), const EPWROFF = 82 +pkg syscall (darwin-amd64), const ERANGE = 34 +pkg syscall (darwin-amd64), const EREMOTE = 71 +pkg syscall (darwin-amd64), const EROFS = 30 +pkg syscall (darwin-amd64), const ERPCMISMATCH = 73 +pkg syscall (darwin-amd64), const ESHLIBVERS = 87 +pkg syscall (darwin-amd64), const ESHUTDOWN = 58 +pkg syscall (darwin-amd64), const ESOCKTNOSUPPORT = 44 +pkg syscall (darwin-amd64), const ESPIPE = 29 +pkg syscall (darwin-amd64), const ESRCH = 3 +pkg syscall (darwin-amd64), const ESTALE = 70 +pkg syscall (darwin-amd64), const ETIME = 101 +pkg syscall (darwin-amd64), const ETIMEDOUT = 60 +pkg syscall (darwin-amd64), const ETOOMANYREFS = 59 +pkg syscall (darwin-amd64), const ETXTBSY = 26 +pkg syscall (darwin-amd64), const EUSERS = 68 +pkg syscall (darwin-amd64), const EVFILT_AIO = -3 +pkg syscall (darwin-amd64), const EVFILT_FS = -9 +pkg syscall (darwin-amd64), const EVFILT_MACHPORT = -8 +pkg syscall (darwin-amd64), const EVFILT_PROC = -5 +pkg syscall (darwin-amd64), const EVFILT_READ = -1 +pkg syscall (darwin-amd64), const EVFILT_SIGNAL = -6 +pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT = 12 +pkg syscall (darwin-amd64), const EVFILT_THREADMARKER = 12 +pkg syscall (darwin-amd64), const EVFILT_TIMER = -7 +pkg syscall (darwin-amd64), const EVFILT_USER = -10 +pkg syscall (darwin-amd64), const EVFILT_VM = -12 +pkg syscall (darwin-amd64), const EVFILT_VNODE = -4 +pkg syscall (darwin-amd64), const EVFILT_WRITE = -2 +pkg syscall (darwin-amd64), const EV_ADD = 1 +pkg syscall (darwin-amd64), const EV_CLEAR = 32 +pkg syscall (darwin-amd64), const EV_DELETE = 2 +pkg syscall (darwin-amd64), const EV_DISABLE = 8 +pkg syscall (darwin-amd64), const EV_DISPATCH = 128 +pkg syscall (darwin-amd64), const EV_ENABLE = 4 +pkg syscall (darwin-amd64), const EV_EOF = 32768 +pkg syscall (darwin-amd64), const EV_ERROR = 16384 +pkg syscall (darwin-amd64), const EV_FLAG0 = 4096 +pkg syscall (darwin-amd64), const EV_FLAG1 = 8192 +pkg syscall (darwin-amd64), const EV_ONESHOT = 16 +pkg syscall (darwin-amd64), const EV_OOBAND = 8192 +pkg syscall (darwin-amd64), const EV_POLL = 4096 +pkg syscall (darwin-amd64), const EV_RECEIPT = 64 +pkg syscall (darwin-amd64), const EV_SYSFLAGS = 61440 +pkg syscall (darwin-amd64), const EWOULDBLOCK = 35 +pkg syscall (darwin-amd64), const EXDEV = 18 +pkg syscall (darwin-amd64), const EXTA = 19200 +pkg syscall (darwin-amd64), const EXTB = 38400 +pkg syscall (darwin-amd64), const EXTPROC = 2048 +pkg syscall (darwin-amd64), const FD_CLOEXEC = 1 +pkg syscall (darwin-amd64), const FD_SETSIZE = 1024 +pkg syscall (darwin-amd64), const FLUSHO = 8388608 +pkg syscall (darwin-amd64), const FLUSHO ideal-int +pkg syscall (darwin-amd64), const F_ADDFILESIGS = 61 +pkg syscall (darwin-amd64), const F_ADDSIGS = 59 +pkg syscall (darwin-amd64), const F_ALLOCATEALL = 4 +pkg syscall (darwin-amd64), const F_ALLOCATECONTIG = 2 +pkg syscall (darwin-amd64), const F_CHKCLEAN = 41 +pkg syscall (darwin-amd64), const F_DUPFD = 0 +pkg syscall (darwin-amd64), const F_DUPFD_CLOEXEC = 67 +pkg syscall (darwin-amd64), const F_FLUSH_DATA = 40 +pkg syscall (darwin-amd64), const F_FREEZE_FS = 53 +pkg syscall (darwin-amd64), const F_FULLFSYNC = 51 +pkg syscall (darwin-amd64), const F_GETFD = 1 +pkg syscall (darwin-amd64), const F_GETFL = 3 +pkg syscall (darwin-amd64), const F_GETLK = 7 +pkg syscall (darwin-amd64), const F_GETLKPID = 66 +pkg syscall (darwin-amd64), const F_GETNOSIGPIPE = 74 +pkg syscall (darwin-amd64), const F_GETOWN = 5 +pkg syscall (darwin-amd64), const F_GETPATH = 50 +pkg syscall (darwin-amd64), const F_GETPATH_MTMINFO = 71 +pkg syscall (darwin-amd64), const F_GETPROTECTIONCLASS = 63 +pkg syscall (darwin-amd64), const F_GLOBAL_NOCACHE = 55 +pkg syscall (darwin-amd64), const F_LOG2PHYS = 49 +pkg syscall (darwin-amd64), const F_LOG2PHYS_EXT = 65 +pkg syscall (darwin-amd64), const F_MARKDEPENDENCY = 60 +pkg syscall (darwin-amd64), const F_NOCACHE = 48 +pkg syscall (darwin-amd64), const F_NODIRECT = 62 +pkg syscall (darwin-amd64), const F_OK = 0 +pkg syscall (darwin-amd64), const F_PATHPKG_CHECK = 52 +pkg syscall (darwin-amd64), const F_PEOFPOSMODE = 3 +pkg syscall (darwin-amd64), const F_PREALLOCATE = 42 +pkg syscall (darwin-amd64), const F_RDADVISE = 44 +pkg syscall (darwin-amd64), const F_RDAHEAD = 45 +pkg syscall (darwin-amd64), const F_RDLCK = 1 +pkg syscall (darwin-amd64), const F_READBOOTSTRAP = 46 +pkg syscall (darwin-amd64), const F_SETBACKINGSTORE = 70 +pkg syscall (darwin-amd64), const F_SETFD = 2 +pkg syscall (darwin-amd64), const F_SETFL = 4 +pkg syscall (darwin-amd64), const F_SETLK = 8 +pkg syscall (darwin-amd64), const F_SETLKW = 9 +pkg syscall (darwin-amd64), const F_SETNOSIGPIPE = 73 +pkg syscall (darwin-amd64), const F_SETOWN = 6 +pkg syscall (darwin-amd64), const F_SETPROTECTIONCLASS = 64 +pkg syscall (darwin-amd64), const F_SETSIZE = 43 +pkg syscall (darwin-amd64), const F_THAW_FS = 54 +pkg syscall (darwin-amd64), const F_UNLCK = 2 +pkg syscall (darwin-amd64), const F_VOLPOSMODE = 4 +pkg syscall (darwin-amd64), const F_WRITEBOOTSTRAP = 47 +pkg syscall (darwin-amd64), const F_WRLCK = 3 +pkg syscall (darwin-amd64), const HUPCL = 16384 +pkg syscall (darwin-amd64), const HUPCL ideal-int +pkg syscall (darwin-amd64), const ICANON = 256 +pkg syscall (darwin-amd64), const ICANON ideal-int +pkg syscall (darwin-amd64), const ICRNL = 256 +pkg syscall (darwin-amd64), const ICRNL ideal-int +pkg syscall (darwin-amd64), const IEXTEN = 1024 +pkg syscall (darwin-amd64), const IEXTEN ideal-int +pkg syscall (darwin-amd64), const IFF_ALLMULTI = 512 +pkg syscall (darwin-amd64), const IFF_ALTPHYS = 16384 +pkg syscall (darwin-amd64), const IFF_DEBUG = 4 +pkg syscall (darwin-amd64), const IFF_LINK0 = 4096 +pkg syscall (darwin-amd64), const IFF_LINK1 = 8192 +pkg syscall (darwin-amd64), const IFF_LINK2 = 16384 +pkg syscall (darwin-amd64), const IFF_LOOPBACK = 8 +pkg syscall (darwin-amd64), const IFF_MULTICAST = 32768 +pkg syscall (darwin-amd64), const IFF_NOARP = 128 +pkg syscall (darwin-amd64), const IFF_NOTRAILERS = 32 +pkg syscall (darwin-amd64), const IFF_OACTIVE = 1024 +pkg syscall (darwin-amd64), const IFF_POINTOPOINT = 16 +pkg syscall (darwin-amd64), const IFF_PROMISC = 256 +pkg syscall (darwin-amd64), const IFF_RUNNING = 64 +pkg syscall (darwin-amd64), const IFF_SIMPLEX = 2048 +pkg syscall (darwin-amd64), const IFNAMSIZ = 16 +pkg syscall (darwin-amd64), const IFT_1822 = 2 +pkg syscall (darwin-amd64), const IFT_AAL5 = 49 +pkg syscall (darwin-amd64), const IFT_ARCNET = 35 +pkg syscall (darwin-amd64), const IFT_ARCNETPLUS = 36 +pkg syscall (darwin-amd64), const IFT_ATM = 37 +pkg syscall (darwin-amd64), const IFT_BRIDGE = 209 +pkg syscall (darwin-amd64), const IFT_CARP = 248 +pkg syscall (darwin-amd64), const IFT_CELLULAR = 255 +pkg syscall (darwin-amd64), const IFT_CEPT = 19 +pkg syscall (darwin-amd64), const IFT_DS3 = 30 +pkg syscall (darwin-amd64), const IFT_ENC = 244 +pkg syscall (darwin-amd64), const IFT_EON = 25 +pkg syscall (darwin-amd64), const IFT_ETHER = 6 +pkg syscall (darwin-amd64), const IFT_FAITH = 56 +pkg syscall (darwin-amd64), const IFT_FDDI = 15 +pkg syscall (darwin-amd64), const IFT_FRELAY = 32 +pkg syscall (darwin-amd64), const IFT_FRELAYDCE = 44 +pkg syscall (darwin-amd64), const IFT_GIF = 55 +pkg syscall (darwin-amd64), const IFT_HDH1822 = 3 +pkg syscall (darwin-amd64), const IFT_HIPPI = 47 +pkg syscall (darwin-amd64), const IFT_HSSI = 46 +pkg syscall (darwin-amd64), const IFT_HY = 14 +pkg syscall (darwin-amd64), const IFT_IEEE1394 = 144 +pkg syscall (darwin-amd64), const IFT_IEEE8023ADLAG = 136 +pkg syscall (darwin-amd64), const IFT_ISDNBASIC = 20 +pkg syscall (darwin-amd64), const IFT_ISDNPRIMARY = 21 +pkg syscall (darwin-amd64), const IFT_ISO88022LLC = 41 +pkg syscall (darwin-amd64), const IFT_ISO88023 = 7 +pkg syscall (darwin-amd64), const IFT_ISO88024 = 8 +pkg syscall (darwin-amd64), const IFT_ISO88025 = 9 +pkg syscall (darwin-amd64), const IFT_ISO88026 = 10 +pkg syscall (darwin-amd64), const IFT_L2VLAN = 135 +pkg syscall (darwin-amd64), const IFT_LAPB = 16 +pkg syscall (darwin-amd64), const IFT_LOCALTALK = 42 +pkg syscall (darwin-amd64), const IFT_LOOP = 24 +pkg syscall (darwin-amd64), const IFT_MIOX25 = 38 +pkg syscall (darwin-amd64), const IFT_MODEM = 48 +pkg syscall (darwin-amd64), const IFT_NSIP = 27 +pkg syscall (darwin-amd64), const IFT_OTHER = 1 +pkg syscall (darwin-amd64), const IFT_P10 = 12 +pkg syscall (darwin-amd64), const IFT_P80 = 13 +pkg syscall (darwin-amd64), const IFT_PARA = 34 +pkg syscall (darwin-amd64), const IFT_PDP = 255 +pkg syscall (darwin-amd64), const IFT_PFLOG = 245 +pkg syscall (darwin-amd64), const IFT_PFSYNC = 246 +pkg syscall (darwin-amd64), const IFT_PPP = 23 +pkg syscall (darwin-amd64), const IFT_PROPMUX = 54 +pkg syscall (darwin-amd64), const IFT_PROPVIRTUAL = 53 +pkg syscall (darwin-amd64), const IFT_PTPSERIAL = 22 +pkg syscall (darwin-amd64), const IFT_RS232 = 33 +pkg syscall (darwin-amd64), const IFT_SDLC = 17 +pkg syscall (darwin-amd64), const IFT_SIP = 31 +pkg syscall (darwin-amd64), const IFT_SLIP = 28 +pkg syscall (darwin-amd64), const IFT_SMDSDXI = 43 +pkg syscall (darwin-amd64), const IFT_SMDSICIP = 52 +pkg syscall (darwin-amd64), const IFT_SONET = 39 +pkg syscall (darwin-amd64), const IFT_SONETPATH = 50 +pkg syscall (darwin-amd64), const IFT_SONETVT = 51 +pkg syscall (darwin-amd64), const IFT_STARLAN = 11 +pkg syscall (darwin-amd64), const IFT_STF = 57 +pkg syscall (darwin-amd64), const IFT_T1 = 18 +pkg syscall (darwin-amd64), const IFT_ULTRA = 29 +pkg syscall (darwin-amd64), const IFT_V35 = 45 +pkg syscall (darwin-amd64), const IFT_X25 = 5 +pkg syscall (darwin-amd64), const IFT_X25DDN = 4 +pkg syscall (darwin-amd64), const IFT_X25PLE = 40 +pkg syscall (darwin-amd64), const IFT_XETHER = 26 +pkg syscall (darwin-amd64), const IGNBRK = 1 +pkg syscall (darwin-amd64), const IGNBRK ideal-int +pkg syscall (darwin-amd64), const IGNCR = 128 +pkg syscall (darwin-amd64), const IGNCR ideal-int +pkg syscall (darwin-amd64), const IGNPAR = 4 +pkg syscall (darwin-amd64), const IGNPAR ideal-int +pkg syscall (darwin-amd64), const IMAXBEL = 8192 +pkg syscall (darwin-amd64), const IMAXBEL ideal-int +pkg syscall (darwin-amd64), const INLCR = 64 +pkg syscall (darwin-amd64), const INLCR ideal-int +pkg syscall (darwin-amd64), const INPCK = 16 +pkg syscall (darwin-amd64), const INPCK ideal-int +pkg syscall (darwin-amd64), const IN_CLASSA_HOST = 16777215 +pkg syscall (darwin-amd64), const IN_CLASSA_MAX = 128 +pkg syscall (darwin-amd64), const IN_CLASSA_NET = 4278190080 +pkg syscall (darwin-amd64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (darwin-amd64), const IN_CLASSB_HOST = 65535 +pkg syscall (darwin-amd64), const IN_CLASSB_MAX = 65536 +pkg syscall (darwin-amd64), const IN_CLASSB_NET = 4294901760 +pkg syscall (darwin-amd64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (darwin-amd64), const IN_CLASSC_HOST = 255 +pkg syscall (darwin-amd64), const IN_CLASSC_NET = 4294967040 +pkg syscall (darwin-amd64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (darwin-amd64), const IN_CLASSD_HOST = 268435455 +pkg syscall (darwin-amd64), const IN_CLASSD_NET = 4026531840 +pkg syscall (darwin-amd64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (darwin-amd64), const IN_LINKLOCALNETNUM = 2851995648 +pkg syscall (darwin-amd64), const IN_LOOPBACKNET = 127 +pkg syscall (darwin-amd64), const IPPROTO_3PC = 34 +pkg syscall (darwin-amd64), const IPPROTO_ADFS = 68 +pkg syscall (darwin-amd64), const IPPROTO_AH = 51 +pkg syscall (darwin-amd64), const IPPROTO_AHIP = 61 +pkg syscall (darwin-amd64), const IPPROTO_APES = 99 +pkg syscall (darwin-amd64), const IPPROTO_ARGUS = 13 +pkg syscall (darwin-amd64), const IPPROTO_AX25 = 93 +pkg syscall (darwin-amd64), const IPPROTO_BHA = 49 +pkg syscall (darwin-amd64), const IPPROTO_BLT = 30 +pkg syscall (darwin-amd64), const IPPROTO_BRSATMON = 76 +pkg syscall (darwin-amd64), const IPPROTO_CFTP = 62 +pkg syscall (darwin-amd64), const IPPROTO_CHAOS = 16 +pkg syscall (darwin-amd64), const IPPROTO_CMTP = 38 +pkg syscall (darwin-amd64), const IPPROTO_CPHB = 73 +pkg syscall (darwin-amd64), const IPPROTO_CPNX = 72 +pkg syscall (darwin-amd64), const IPPROTO_DDP = 37 +pkg syscall (darwin-amd64), const IPPROTO_DGP = 86 +pkg syscall (darwin-amd64), const IPPROTO_DIVERT = 254 +pkg syscall (darwin-amd64), const IPPROTO_DONE = 257 +pkg syscall (darwin-amd64), const IPPROTO_DSTOPTS = 60 +pkg syscall (darwin-amd64), const IPPROTO_EGP = 8 +pkg syscall (darwin-amd64), const IPPROTO_EMCON = 14 +pkg syscall (darwin-amd64), const IPPROTO_ENCAP = 98 +pkg syscall (darwin-amd64), const IPPROTO_EON = 80 +pkg syscall (darwin-amd64), const IPPROTO_ESP = 50 +pkg syscall (darwin-amd64), const IPPROTO_ETHERIP = 97 +pkg syscall (darwin-amd64), const IPPROTO_FRAGMENT = 44 +pkg syscall (darwin-amd64), const IPPROTO_GGP = 3 +pkg syscall (darwin-amd64), const IPPROTO_GMTP = 100 +pkg syscall (darwin-amd64), const IPPROTO_GRE = 47 +pkg syscall (darwin-amd64), const IPPROTO_HELLO = 63 +pkg syscall (darwin-amd64), const IPPROTO_HMP = 20 +pkg syscall (darwin-amd64), const IPPROTO_HOPOPTS = 0 +pkg syscall (darwin-amd64), const IPPROTO_ICMP = 1 +pkg syscall (darwin-amd64), const IPPROTO_ICMPV6 = 58 +pkg syscall (darwin-amd64), const IPPROTO_IDP = 22 +pkg syscall (darwin-amd64), const IPPROTO_IDPR = 35 +pkg syscall (darwin-amd64), const IPPROTO_IDRP = 45 +pkg syscall (darwin-amd64), const IPPROTO_IGMP = 2 +pkg syscall (darwin-amd64), const IPPROTO_IGP = 85 +pkg syscall (darwin-amd64), const IPPROTO_IGRP = 88 +pkg syscall (darwin-amd64), const IPPROTO_IL = 40 +pkg syscall (darwin-amd64), const IPPROTO_INLSP = 52 +pkg syscall (darwin-amd64), const IPPROTO_INP = 32 +pkg syscall (darwin-amd64), const IPPROTO_IPCOMP = 108 +pkg syscall (darwin-amd64), const IPPROTO_IPCV = 71 +pkg syscall (darwin-amd64), const IPPROTO_IPEIP = 94 +pkg syscall (darwin-amd64), const IPPROTO_IPIP = 4 +pkg syscall (darwin-amd64), const IPPROTO_IPPC = 67 +pkg syscall (darwin-amd64), const IPPROTO_IPV4 = 4 +pkg syscall (darwin-amd64), const IPPROTO_IRTP = 28 +pkg syscall (darwin-amd64), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (darwin-amd64), const IPPROTO_LARP = 91 +pkg syscall (darwin-amd64), const IPPROTO_LEAF1 = 25 +pkg syscall (darwin-amd64), const IPPROTO_LEAF2 = 26 +pkg syscall (darwin-amd64), const IPPROTO_MAX = 256 +pkg syscall (darwin-amd64), const IPPROTO_MAXID = 52 +pkg syscall (darwin-amd64), const IPPROTO_MEAS = 19 +pkg syscall (darwin-amd64), const IPPROTO_MHRP = 48 +pkg syscall (darwin-amd64), const IPPROTO_MICP = 95 +pkg syscall (darwin-amd64), const IPPROTO_MTP = 92 +pkg syscall (darwin-amd64), const IPPROTO_MUX = 18 +pkg syscall (darwin-amd64), const IPPROTO_ND = 77 +pkg syscall (darwin-amd64), const IPPROTO_NHRP = 54 +pkg syscall (darwin-amd64), const IPPROTO_NONE = 59 +pkg syscall (darwin-amd64), const IPPROTO_NSP = 31 +pkg syscall (darwin-amd64), const IPPROTO_NVPII = 11 +pkg syscall (darwin-amd64), const IPPROTO_OSPFIGP = 89 +pkg syscall (darwin-amd64), const IPPROTO_PGM = 113 +pkg syscall (darwin-amd64), const IPPROTO_PIGP = 9 +pkg syscall (darwin-amd64), const IPPROTO_PIM = 103 +pkg syscall (darwin-amd64), const IPPROTO_PRM = 21 +pkg syscall (darwin-amd64), const IPPROTO_PUP = 12 +pkg syscall (darwin-amd64), const IPPROTO_PVP = 75 +pkg syscall (darwin-amd64), const IPPROTO_RAW = 255 +pkg syscall (darwin-amd64), const IPPROTO_RCCMON = 10 +pkg syscall (darwin-amd64), const IPPROTO_RDP = 27 +pkg syscall (darwin-amd64), const IPPROTO_ROUTING = 43 +pkg syscall (darwin-amd64), const IPPROTO_RSVP = 46 +pkg syscall (darwin-amd64), const IPPROTO_RVD = 66 +pkg syscall (darwin-amd64), const IPPROTO_SATEXPAK = 64 +pkg syscall (darwin-amd64), const IPPROTO_SATMON = 69 +pkg syscall (darwin-amd64), const IPPROTO_SCCSP = 96 +pkg syscall (darwin-amd64), const IPPROTO_SCTP = 132 +pkg syscall (darwin-amd64), const IPPROTO_SDRP = 42 +pkg syscall (darwin-amd64), const IPPROTO_SEP = 33 +pkg syscall (darwin-amd64), const IPPROTO_SRPC = 90 +pkg syscall (darwin-amd64), const IPPROTO_ST = 7 +pkg syscall (darwin-amd64), const IPPROTO_SVMTP = 82 +pkg syscall (darwin-amd64), const IPPROTO_SWIPE = 53 +pkg syscall (darwin-amd64), const IPPROTO_TCF = 87 +pkg syscall (darwin-amd64), const IPPROTO_TP = 29 +pkg syscall (darwin-amd64), const IPPROTO_TPXX = 39 +pkg syscall (darwin-amd64), const IPPROTO_TRUNK1 = 23 +pkg syscall (darwin-amd64), const IPPROTO_TRUNK2 = 24 +pkg syscall (darwin-amd64), const IPPROTO_TTP = 84 +pkg syscall (darwin-amd64), const IPPROTO_VINES = 83 +pkg syscall (darwin-amd64), const IPPROTO_VISA = 70 +pkg syscall (darwin-amd64), const IPPROTO_VMTP = 81 +pkg syscall (darwin-amd64), const IPPROTO_WBEXPAK = 79 +pkg syscall (darwin-amd64), const IPPROTO_WBMON = 78 +pkg syscall (darwin-amd64), const IPPROTO_WSN = 74 +pkg syscall (darwin-amd64), const IPPROTO_XNET = 15 +pkg syscall (darwin-amd64), const IPPROTO_XTP = 36 +pkg syscall (darwin-amd64), const IPV6_2292DSTOPTS = 23 +pkg syscall (darwin-amd64), const IPV6_2292HOPLIMIT = 20 +pkg syscall (darwin-amd64), const IPV6_2292HOPOPTS = 22 +pkg syscall (darwin-amd64), const IPV6_2292NEXTHOP = 21 +pkg syscall (darwin-amd64), const IPV6_2292PKTINFO = 19 +pkg syscall (darwin-amd64), const IPV6_2292PKTOPTIONS = 25 +pkg syscall (darwin-amd64), const IPV6_2292RTHDR = 24 +pkg syscall (darwin-amd64), const IPV6_BINDV6ONLY = 27 +pkg syscall (darwin-amd64), const IPV6_BOUND_IF = 125 +pkg syscall (darwin-amd64), const IPV6_CHECKSUM = 26 +pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-amd64), const IPV6_DEFHLIM = 64 +pkg syscall (darwin-amd64), const IPV6_FAITH = 29 +pkg syscall (darwin-amd64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (darwin-amd64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (darwin-amd64), const IPV6_FRAGTTL = 120 +pkg syscall (darwin-amd64), const IPV6_FW_ADD = 30 +pkg syscall (darwin-amd64), const IPV6_FW_DEL = 31 +pkg syscall (darwin-amd64), const IPV6_FW_FLUSH = 32 +pkg syscall (darwin-amd64), const IPV6_FW_GET = 34 +pkg syscall (darwin-amd64), const IPV6_FW_ZERO = 33 +pkg syscall (darwin-amd64), const IPV6_HLIMDEC = 1 +pkg syscall (darwin-amd64), const IPV6_IPSEC_POLICY = 28 +pkg syscall (darwin-amd64), const IPV6_JOIN_GROUP = 12 +pkg syscall (darwin-amd64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (darwin-amd64), const IPV6_MAXHLIM = 255 +pkg syscall (darwin-amd64), const IPV6_MAXOPTHDR = 2048 +pkg syscall (darwin-amd64), const IPV6_MAXPACKET = 65535 +pkg syscall (darwin-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-amd64), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-amd64), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-amd64), const IPV6_MMTU = 1280 +pkg syscall (darwin-amd64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (darwin-amd64), const IPV6_MULTICAST_IF = 9 +pkg syscall (darwin-amd64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (darwin-amd64), const IPV6_PORTRANGE = 14 +pkg syscall (darwin-amd64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-amd64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (darwin-amd64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (darwin-amd64), const IPV6_RECVTCLASS = 35 +pkg syscall (darwin-amd64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (darwin-amd64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (darwin-amd64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (darwin-amd64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (darwin-amd64), const IPV6_TCLASS = 36 +pkg syscall (darwin-amd64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (darwin-amd64), const IPV6_V6ONLY = 27 +pkg syscall (darwin-amd64), const IPV6_VERSION = 96 +pkg syscall (darwin-amd64), const IPV6_VERSION_MASK = 240 +pkg syscall (darwin-amd64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (darwin-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (darwin-amd64), const IP_BLOCK_SOURCE = 72 +pkg syscall (darwin-amd64), const IP_BOUND_IF = 25 +pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (darwin-amd64), const IP_DF = 16384 +pkg syscall (darwin-amd64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (darwin-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (darwin-amd64), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (darwin-amd64), const IP_DUMMYNET_DEL = 61 +pkg syscall (darwin-amd64), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (darwin-amd64), const IP_DUMMYNET_GET = 64 +pkg syscall (darwin-amd64), const IP_FAITH = 22 +pkg syscall (darwin-amd64), const IP_FW_ADD = 40 +pkg syscall (darwin-amd64), const IP_FW_DEL = 41 +pkg syscall (darwin-amd64), const IP_FW_FLUSH = 42 +pkg syscall (darwin-amd64), const IP_FW_GET = 44 +pkg syscall (darwin-amd64), const IP_FW_RESETLOG = 45 +pkg syscall (darwin-amd64), const IP_FW_ZERO = 43 +pkg syscall (darwin-amd64), const IP_HDRINCL = 2 +pkg syscall (darwin-amd64), const IP_IPSEC_POLICY = 21 +pkg syscall (darwin-amd64), const IP_MAXPACKET = 65535 +pkg syscall (darwin-amd64), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-amd64), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (darwin-amd64), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-amd64), const IP_MF = 8192 +pkg syscall (darwin-amd64), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-amd64), const IP_MSFILTER = 74 +pkg syscall (darwin-amd64), const IP_MSS = 576 +pkg syscall (darwin-amd64), const IP_MULTICAST_IF = 9 +pkg syscall (darwin-amd64), const IP_MULTICAST_IFINDEX = 66 +pkg syscall (darwin-amd64), const IP_MULTICAST_LOOP = 11 +pkg syscall (darwin-amd64), const IP_MULTICAST_TTL = 10 +pkg syscall (darwin-amd64), const IP_MULTICAST_VIF = 14 +pkg syscall (darwin-amd64), const IP_NAT__XXX = 55 +pkg syscall (darwin-amd64), const IP_OFFMASK = 8191 +pkg syscall (darwin-amd64), const IP_OLD_FW_ADD = 50 +pkg syscall (darwin-amd64), const IP_OLD_FW_DEL = 51 +pkg syscall (darwin-amd64), const IP_OLD_FW_FLUSH = 52 +pkg syscall (darwin-amd64), const IP_OLD_FW_GET = 54 +pkg syscall (darwin-amd64), const IP_OLD_FW_RESETLOG = 56 +pkg syscall (darwin-amd64), const IP_OLD_FW_ZERO = 53 +pkg syscall (darwin-amd64), const IP_OPTIONS = 1 +pkg syscall (darwin-amd64), const IP_PKTINFO = 26 +pkg syscall (darwin-amd64), const IP_PORTRANGE = 19 +pkg syscall (darwin-amd64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-amd64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (darwin-amd64), const IP_PORTRANGE_LOW = 2 +pkg syscall (darwin-amd64), const IP_RECVDSTADDR = 7 +pkg syscall (darwin-amd64), const IP_RECVIF = 20 +pkg syscall (darwin-amd64), const IP_RECVOPTS = 5 +pkg syscall (darwin-amd64), const IP_RECVPKTINFO = 26 +pkg syscall (darwin-amd64), const IP_RECVRETOPTS = 6 +pkg syscall (darwin-amd64), const IP_RECVTTL = 24 +pkg syscall (darwin-amd64), const IP_RETOPTS = 8 +pkg syscall (darwin-amd64), const IP_RF = 32768 +pkg syscall (darwin-amd64), const IP_RSVP_OFF = 16 +pkg syscall (darwin-amd64), const IP_RSVP_ON = 15 +pkg syscall (darwin-amd64), const IP_RSVP_VIF_OFF = 18 +pkg syscall (darwin-amd64), const IP_RSVP_VIF_ON = 17 +pkg syscall (darwin-amd64), const IP_STRIPHDR = 23 +pkg syscall (darwin-amd64), const IP_TOS = 3 +pkg syscall (darwin-amd64), const IP_TRAFFIC_MGT_BACKGROUND = 65 +pkg syscall (darwin-amd64), const IP_TTL = 4 +pkg syscall (darwin-amd64), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (darwin-amd64), const ISIG = 128 +pkg syscall (darwin-amd64), const ISIG ideal-int +pkg syscall (darwin-amd64), const ISTRIP = 32 +pkg syscall (darwin-amd64), const ISTRIP ideal-int +pkg syscall (darwin-amd64), const IUTF8 = 16384 +pkg syscall (darwin-amd64), const IUTF8 ideal-int +pkg syscall (darwin-amd64), const IXANY = 2048 +pkg syscall (darwin-amd64), const IXANY ideal-int +pkg syscall (darwin-amd64), const IXOFF = 1024 +pkg syscall (darwin-amd64), const IXOFF ideal-int +pkg syscall (darwin-amd64), const IXON = 512 +pkg syscall (darwin-amd64), const IXON ideal-int +pkg syscall (darwin-amd64), const ImplementsGetwd = false +pkg syscall (darwin-amd64), const LOCK_EX = 2 +pkg syscall (darwin-amd64), const LOCK_NB = 4 +pkg syscall (darwin-amd64), const LOCK_SH = 1 +pkg syscall (darwin-amd64), const LOCK_UN = 8 +pkg syscall (darwin-amd64), const MADV_CAN_REUSE = 9 +pkg syscall (darwin-amd64), const MADV_DONTNEED = 4 +pkg syscall (darwin-amd64), const MADV_FREE = 5 +pkg syscall (darwin-amd64), const MADV_FREE_REUSABLE = 7 +pkg syscall (darwin-amd64), const MADV_FREE_REUSE = 8 +pkg syscall (darwin-amd64), const MADV_NORMAL = 0 +pkg syscall (darwin-amd64), const MADV_RANDOM = 1 +pkg syscall (darwin-amd64), const MADV_SEQUENTIAL = 2 +pkg syscall (darwin-amd64), const MADV_WILLNEED = 3 +pkg syscall (darwin-amd64), const MADV_ZERO_WIRED_PAGES = 6 +pkg syscall (darwin-amd64), const MAP_ANON = 4096 +pkg syscall (darwin-amd64), const MAP_COPY = 2 +pkg syscall (darwin-amd64), const MAP_FILE = 0 +pkg syscall (darwin-amd64), const MAP_FIXED = 16 +pkg syscall (darwin-amd64), const MAP_HASSEMAPHORE = 512 +pkg syscall (darwin-amd64), const MAP_JIT = 2048 +pkg syscall (darwin-amd64), const MAP_NOCACHE = 1024 +pkg syscall (darwin-amd64), const MAP_NOEXTEND = 256 +pkg syscall (darwin-amd64), const MAP_NORESERVE = 64 +pkg syscall (darwin-amd64), const MAP_PRIVATE = 2 +pkg syscall (darwin-amd64), const MAP_RENAME = 32 +pkg syscall (darwin-amd64), const MAP_RESERVED0080 = 128 +pkg syscall (darwin-amd64), const MAP_SHARED = 1 +pkg syscall (darwin-amd64), const MCL_CURRENT = 1 +pkg syscall (darwin-amd64), const MCL_FUTURE = 2 +pkg syscall (darwin-amd64), const MSG_CTRUNC = 32 +pkg syscall (darwin-amd64), const MSG_DONTROUTE = 4 +pkg syscall (darwin-amd64), const MSG_DONTWAIT = 128 +pkg syscall (darwin-amd64), const MSG_EOF = 256 +pkg syscall (darwin-amd64), const MSG_EOR = 8 +pkg syscall (darwin-amd64), const MSG_FLUSH = 1024 +pkg syscall (darwin-amd64), const MSG_HAVEMORE = 8192 +pkg syscall (darwin-amd64), const MSG_HOLD = 2048 +pkg syscall (darwin-amd64), const MSG_NEEDSA = 65536 +pkg syscall (darwin-amd64), const MSG_OOB = 1 +pkg syscall (darwin-amd64), const MSG_PEEK = 2 +pkg syscall (darwin-amd64), const MSG_RCVMORE = 16384 +pkg syscall (darwin-amd64), const MSG_SEND = 4096 +pkg syscall (darwin-amd64), const MSG_TRUNC = 16 +pkg syscall (darwin-amd64), const MSG_WAITALL = 64 +pkg syscall (darwin-amd64), const MSG_WAITSTREAM = 512 +pkg syscall (darwin-amd64), const MS_ASYNC = 1 +pkg syscall (darwin-amd64), const MS_DEACTIVATE = 8 +pkg syscall (darwin-amd64), const MS_INVALIDATE = 2 +pkg syscall (darwin-amd64), const MS_KILLPAGES = 4 +pkg syscall (darwin-amd64), const MS_SYNC = 16 +pkg syscall (darwin-amd64), const NAME_MAX = 255 +pkg syscall (darwin-amd64), const NET_RT_DUMP = 1 +pkg syscall (darwin-amd64), const NET_RT_DUMP2 = 7 +pkg syscall (darwin-amd64), const NET_RT_FLAGS = 2 +pkg syscall (darwin-amd64), const NET_RT_IFLIST = 3 +pkg syscall (darwin-amd64), const NET_RT_IFLIST2 = 6 +pkg syscall (darwin-amd64), const NET_RT_MAXID = 10 +pkg syscall (darwin-amd64), const NET_RT_STAT = 4 +pkg syscall (darwin-amd64), const NET_RT_TRASH = 5 +pkg syscall (darwin-amd64), const NOFLSH = 2147483648 +pkg syscall (darwin-amd64), const NOFLSH ideal-int +pkg syscall (darwin-amd64), const NOTE_ABSOLUTE = 8 +pkg syscall (darwin-amd64), const NOTE_ATTRIB = 8 +pkg syscall (darwin-amd64), const NOTE_CHILD = 4 +pkg syscall (darwin-amd64), const NOTE_DELETE = 1 +pkg syscall (darwin-amd64), const NOTE_EXEC = 536870912 +pkg syscall (darwin-amd64), const NOTE_EXIT = 2147483648 +pkg syscall (darwin-amd64), const NOTE_EXITSTATUS = 67108864 +pkg syscall (darwin-amd64), const NOTE_EXTEND = 4 +pkg syscall (darwin-amd64), const NOTE_FFAND = 1073741824 +pkg syscall (darwin-amd64), const NOTE_FFCOPY = 3221225472 +pkg syscall (darwin-amd64), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (darwin-amd64), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (darwin-amd64), const NOTE_FFNOP = 0 +pkg syscall (darwin-amd64), const NOTE_FFOR = 2147483648 +pkg syscall (darwin-amd64), const NOTE_FORK = 1073741824 +pkg syscall (darwin-amd64), const NOTE_LINK = 16 +pkg syscall (darwin-amd64), const NOTE_LOWAT = 1 +pkg syscall (darwin-amd64), const NOTE_NONE = 128 +pkg syscall (darwin-amd64), const NOTE_NSECONDS = 4 +pkg syscall (darwin-amd64), const NOTE_PCTRLMASK = -1048576 +pkg syscall (darwin-amd64), const NOTE_PDATAMASK = 1048575 +pkg syscall (darwin-amd64), const NOTE_REAP = 268435456 +pkg syscall (darwin-amd64), const NOTE_RENAME = 32 +pkg syscall (darwin-amd64), const NOTE_RESOURCEEND = 33554432 +pkg syscall (darwin-amd64), const NOTE_REVOKE = 64 +pkg syscall (darwin-amd64), const NOTE_SECONDS = 1 +pkg syscall (darwin-amd64), const NOTE_SIGNAL = 134217728 +pkg syscall (darwin-amd64), const NOTE_TRACK = 1 +pkg syscall (darwin-amd64), const NOTE_TRACKERR = 2 +pkg syscall (darwin-amd64), const NOTE_TRIGGER = 16777216 +pkg syscall (darwin-amd64), const NOTE_USECONDS = 2 +pkg syscall (darwin-amd64), const NOTE_VM_ERROR = 268435456 +pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE = 2147483648 +pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912 +pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824 +pkg syscall (darwin-amd64), const NOTE_WRITE = 2 +pkg syscall (darwin-amd64), const OCRNL = 16 +pkg syscall (darwin-amd64), const OCRNL ideal-int +pkg syscall (darwin-amd64), const OFDEL = 131072 +pkg syscall (darwin-amd64), const OFDEL ideal-int +pkg syscall (darwin-amd64), const OFILL = 128 +pkg syscall (darwin-amd64), const OFILL ideal-int +pkg syscall (darwin-amd64), const ONLCR = 2 +pkg syscall (darwin-amd64), const ONLCR ideal-int +pkg syscall (darwin-amd64), const ONLRET = 64 +pkg syscall (darwin-amd64), const ONLRET ideal-int +pkg syscall (darwin-amd64), const ONOCR = 32 +pkg syscall (darwin-amd64), const ONOCR ideal-int +pkg syscall (darwin-amd64), const ONOEOT = 8 +pkg syscall (darwin-amd64), const ONOEOT ideal-int +pkg syscall (darwin-amd64), const OPOST = 1 +pkg syscall (darwin-amd64), const OPOST ideal-int +pkg syscall (darwin-amd64), const O_ACCMODE = 3 +pkg syscall (darwin-amd64), const O_ALERT = 536870912 +pkg syscall (darwin-amd64), const O_APPEND = 8 +pkg syscall (darwin-amd64), const O_ASYNC = 64 +pkg syscall (darwin-amd64), const O_CLOEXEC = 16777216 +pkg syscall (darwin-amd64), const O_CREAT = 512 +pkg syscall (darwin-amd64), const O_DIRECTORY = 1048576 +pkg syscall (darwin-amd64), const O_DSYNC = 4194304 +pkg syscall (darwin-amd64), const O_EVTONLY = 32768 +pkg syscall (darwin-amd64), const O_EXCL = 2048 +pkg syscall (darwin-amd64), const O_EXLOCK = 32 +pkg syscall (darwin-amd64), const O_FSYNC = 128 +pkg syscall (darwin-amd64), const O_NDELAY = 4 +pkg syscall (darwin-amd64), const O_NOCTTY = 131072 +pkg syscall (darwin-amd64), const O_NOFOLLOW = 256 +pkg syscall (darwin-amd64), const O_NONBLOCK = 4 +pkg syscall (darwin-amd64), const O_POPUP = 2147483648 +pkg syscall (darwin-amd64), const O_SHLOCK = 16 +pkg syscall (darwin-amd64), const O_SYMLINK = 2097152 +pkg syscall (darwin-amd64), const O_SYNC = 128 +pkg syscall (darwin-amd64), const O_TRUNC = 1024 +pkg syscall (darwin-amd64), const PARENB = 4096 +pkg syscall (darwin-amd64), const PARENB ideal-int +pkg syscall (darwin-amd64), const PARMRK = 8 +pkg syscall (darwin-amd64), const PARMRK ideal-int +pkg syscall (darwin-amd64), const PARODD = 8192 +pkg syscall (darwin-amd64), const PARODD ideal-int +pkg syscall (darwin-amd64), const PENDIN = 536870912 +pkg syscall (darwin-amd64), const PENDIN ideal-int +pkg syscall (darwin-amd64), const PROT_EXEC = 4 +pkg syscall (darwin-amd64), const PROT_NONE = 0 +pkg syscall (darwin-amd64), const PROT_READ = 1 +pkg syscall (darwin-amd64), const PROT_WRITE = 2 +pkg syscall (darwin-amd64), const PTRACE_CONT = 7 +pkg syscall (darwin-amd64), const PTRACE_KILL = 8 +pkg syscall (darwin-amd64), const PTRACE_TRACEME = 0 +pkg syscall (darwin-amd64), const PT_ATTACH = 10 +pkg syscall (darwin-amd64), const PT_ATTACHEXC = 14 +pkg syscall (darwin-amd64), const PT_CONTINUE = 7 +pkg syscall (darwin-amd64), const PT_DENY_ATTACH = 31 +pkg syscall (darwin-amd64), const PT_DETACH = 11 +pkg syscall (darwin-amd64), const PT_FIRSTMACH = 32 +pkg syscall (darwin-amd64), const PT_FORCEQUOTA = 30 +pkg syscall (darwin-amd64), const PT_KILL = 8 +pkg syscall (darwin-amd64), const PT_READ_D = 2 +pkg syscall (darwin-amd64), const PT_READ_I = 1 +pkg syscall (darwin-amd64), const PT_READ_U = 3 +pkg syscall (darwin-amd64), const PT_SIGEXC = 12 +pkg syscall (darwin-amd64), const PT_STEP = 9 +pkg syscall (darwin-amd64), const PT_THUPDATE = 13 +pkg syscall (darwin-amd64), const PT_TRACE_ME = 0 +pkg syscall (darwin-amd64), const PT_WRITE_D = 5 +pkg syscall (darwin-amd64), const PT_WRITE_I = 4 +pkg syscall (darwin-amd64), const PT_WRITE_U = 6 +pkg syscall (darwin-amd64), const RLIMIT_AS = 5 +pkg syscall (darwin-amd64), const RLIMIT_CORE = 4 +pkg syscall (darwin-amd64), const RLIMIT_CPU = 0 +pkg syscall (darwin-amd64), const RLIMIT_DATA = 2 +pkg syscall (darwin-amd64), const RLIMIT_FSIZE = 1 +pkg syscall (darwin-amd64), const RLIMIT_NOFILE = 8 +pkg syscall (darwin-amd64), const RLIMIT_STACK = 3 +pkg syscall (darwin-amd64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (darwin-amd64), const RTAX_AUTHOR = 6 +pkg syscall (darwin-amd64), const RTAX_BRD = 7 +pkg syscall (darwin-amd64), const RTAX_DST = 0 +pkg syscall (darwin-amd64), const RTAX_GATEWAY = 1 +pkg syscall (darwin-amd64), const RTAX_GENMASK = 3 +pkg syscall (darwin-amd64), const RTAX_IFA = 5 +pkg syscall (darwin-amd64), const RTAX_IFP = 4 +pkg syscall (darwin-amd64), const RTAX_MAX = 8 +pkg syscall (darwin-amd64), const RTAX_NETMASK = 2 +pkg syscall (darwin-amd64), const RTA_AUTHOR = 64 +pkg syscall (darwin-amd64), const RTA_BRD = 128 +pkg syscall (darwin-amd64), const RTA_DST = 1 +pkg syscall (darwin-amd64), const RTA_GATEWAY = 2 +pkg syscall (darwin-amd64), const RTA_GENMASK = 8 +pkg syscall (darwin-amd64), const RTA_IFA = 32 +pkg syscall (darwin-amd64), const RTA_IFP = 16 +pkg syscall (darwin-amd64), const RTA_NETMASK = 4 +pkg syscall (darwin-amd64), const RTF_BLACKHOLE = 4096 +pkg syscall (darwin-amd64), const RTF_BROADCAST = 4194304 +pkg syscall (darwin-amd64), const RTF_CLONING = 256 +pkg syscall (darwin-amd64), const RTF_CONDEMNED = 33554432 +pkg syscall (darwin-amd64), const RTF_DELCLONE = 128 +pkg syscall (darwin-amd64), const RTF_DONE = 64 +pkg syscall (darwin-amd64), const RTF_DYNAMIC = 16 +pkg syscall (darwin-amd64), const RTF_GATEWAY = 2 +pkg syscall (darwin-amd64), const RTF_HOST = 4 +pkg syscall (darwin-amd64), const RTF_IFREF = 67108864 +pkg syscall (darwin-amd64), const RTF_IFSCOPE = 16777216 +pkg syscall (darwin-amd64), const RTF_LLINFO = 1024 +pkg syscall (darwin-amd64), const RTF_LOCAL = 2097152 +pkg syscall (darwin-amd64), const RTF_MODIFIED = 32 +pkg syscall (darwin-amd64), const RTF_MULTICAST = 8388608 +pkg syscall (darwin-amd64), const RTF_PINNED = 1048576 +pkg syscall (darwin-amd64), const RTF_PRCLONING = 65536 +pkg syscall (darwin-amd64), const RTF_PROTO1 = 32768 +pkg syscall (darwin-amd64), const RTF_PROTO2 = 16384 +pkg syscall (darwin-amd64), const RTF_PROTO3 = 262144 +pkg syscall (darwin-amd64), const RTF_REJECT = 8 +pkg syscall (darwin-amd64), const RTF_STATIC = 2048 +pkg syscall (darwin-amd64), const RTF_UP = 1 +pkg syscall (darwin-amd64), const RTF_WASCLONED = 131072 +pkg syscall (darwin-amd64), const RTF_XRESOLVE = 512 +pkg syscall (darwin-amd64), const RTM_ADD = 1 +pkg syscall (darwin-amd64), const RTM_CHANGE = 3 +pkg syscall (darwin-amd64), const RTM_DELADDR = 13 +pkg syscall (darwin-amd64), const RTM_DELETE = 2 +pkg syscall (darwin-amd64), const RTM_DELMADDR = 16 +pkg syscall (darwin-amd64), const RTM_GET = 4 +pkg syscall (darwin-amd64), const RTM_GET2 = 20 +pkg syscall (darwin-amd64), const RTM_IFINFO = 14 +pkg syscall (darwin-amd64), const RTM_IFINFO2 = 18 +pkg syscall (darwin-amd64), const RTM_LOCK = 8 +pkg syscall (darwin-amd64), const RTM_LOSING = 5 +pkg syscall (darwin-amd64), const RTM_MISS = 7 +pkg syscall (darwin-amd64), const RTM_NEWADDR = 12 +pkg syscall (darwin-amd64), const RTM_NEWMADDR = 15 +pkg syscall (darwin-amd64), const RTM_NEWMADDR2 = 19 +pkg syscall (darwin-amd64), const RTM_OLDADD = 9 +pkg syscall (darwin-amd64), const RTM_OLDDEL = 10 +pkg syscall (darwin-amd64), const RTM_REDIRECT = 6 +pkg syscall (darwin-amd64), const RTM_RESOLVE = 11 +pkg syscall (darwin-amd64), const RTM_RTTUNIT = 1000000 +pkg syscall (darwin-amd64), const RTM_VERSION = 5 +pkg syscall (darwin-amd64), const RTV_EXPIRE = 4 +pkg syscall (darwin-amd64), const RTV_HOPCOUNT = 2 +pkg syscall (darwin-amd64), const RTV_MTU = 1 +pkg syscall (darwin-amd64), const RTV_RPIPE = 8 +pkg syscall (darwin-amd64), const RTV_RTT = 64 +pkg syscall (darwin-amd64), const RTV_RTTVAR = 128 +pkg syscall (darwin-amd64), const RTV_SPIPE = 16 +pkg syscall (darwin-amd64), const RTV_SSTHRESH = 32 +pkg syscall (darwin-amd64), const RUSAGE_CHILDREN = -1 +pkg syscall (darwin-amd64), const RUSAGE_SELF = 0 +pkg syscall (darwin-amd64), const SCM_CREDS = 3 +pkg syscall (darwin-amd64), const SCM_RIGHTS = 1 +pkg syscall (darwin-amd64), const SCM_TIMESTAMP = 2 +pkg syscall (darwin-amd64), const SCM_TIMESTAMP_MONOTONIC = 4 +pkg syscall (darwin-amd64), const SIGBUS = 10 +pkg syscall (darwin-amd64), const SIGCHLD = 20 +pkg syscall (darwin-amd64), const SIGCONT = 19 +pkg syscall (darwin-amd64), const SIGEMT = 7 +pkg syscall (darwin-amd64), const SIGINFO = 29 +pkg syscall (darwin-amd64), const SIGIO = 23 +pkg syscall (darwin-amd64), const SIGIOT = 6 +pkg syscall (darwin-amd64), const SIGPROF = 27 +pkg syscall (darwin-amd64), const SIGSTOP = 17 +pkg syscall (darwin-amd64), const SIGSYS = 12 +pkg syscall (darwin-amd64), const SIGTSTP = 18 +pkg syscall (darwin-amd64), const SIGTTIN = 21 +pkg syscall (darwin-amd64), const SIGTTOU = 22 +pkg syscall (darwin-amd64), const SIGURG = 16 +pkg syscall (darwin-amd64), const SIGUSR1 = 30 +pkg syscall (darwin-amd64), const SIGUSR2 = 31 +pkg syscall (darwin-amd64), const SIGVTALRM = 26 +pkg syscall (darwin-amd64), const SIGWINCH = 28 +pkg syscall (darwin-amd64), const SIGXCPU = 24 +pkg syscall (darwin-amd64), const SIGXFSZ = 25 +pkg syscall (darwin-amd64), const SIOCADDMULTI = 2149607729 +pkg syscall (darwin-amd64), const SIOCAIFADDR = 2151704858 +pkg syscall (darwin-amd64), const SIOCALIFADDR = 2165860637 +pkg syscall (darwin-amd64), const SIOCARPIPLL = 3223349544 +pkg syscall (darwin-amd64), const SIOCATMARK = 1074033415 +pkg syscall (darwin-amd64), const SIOCAUTOADDR = 3223349542 +pkg syscall (darwin-amd64), const SIOCAUTONETMASK = 2149607719 +pkg syscall (darwin-amd64), const SIOCDELMULTI = 2149607730 +pkg syscall (darwin-amd64), const SIOCDIFADDR = 2149607705 +pkg syscall (darwin-amd64), const SIOCDIFPHYADDR = 2149607745 +pkg syscall (darwin-amd64), const SIOCDLIFADDR = 2165860639 +pkg syscall (darwin-amd64), const SIOCGDRVSPEC = 3223873915 +pkg syscall (darwin-amd64), const SIOCGETSGCNT = 3222565404 +pkg syscall (darwin-amd64), const SIOCGETVIFCNT = 3222565403 +pkg syscall (darwin-amd64), const SIOCGETVLAN = 3223349631 +pkg syscall (darwin-amd64), const SIOCGHIWAT = 1074033409 +pkg syscall (darwin-amd64), const SIOCGIFADDR = 3223349537 +pkg syscall (darwin-amd64), const SIOCGIFALTMTU = 3223349576 +pkg syscall (darwin-amd64), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (darwin-amd64), const SIOCGIFBOND = 3223349575 +pkg syscall (darwin-amd64), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (darwin-amd64), const SIOCGIFCAP = 3223349595 +pkg syscall (darwin-amd64), const SIOCGIFCONF = 3222038820 +pkg syscall (darwin-amd64), const SIOCGIFDEVMTU = 3223349572 +pkg syscall (darwin-amd64), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (darwin-amd64), const SIOCGIFFLAGS = 3223349521 +pkg syscall (darwin-amd64), const SIOCGIFGENERIC = 3223349562 +pkg syscall (darwin-amd64), const SIOCGIFKPI = 3223349639 +pkg syscall (darwin-amd64), const SIOCGIFMAC = 3223349634 +pkg syscall (darwin-amd64), const SIOCGIFMEDIA = 3224135992 +pkg syscall (darwin-amd64), const SIOCGIFMETRIC = 3223349527 +pkg syscall (darwin-amd64), const SIOCGIFMTU = 3223349555 +pkg syscall (darwin-amd64), const SIOCGIFNETMASK = 3223349541 +pkg syscall (darwin-amd64), const SIOCGIFPDSTADDR = 3223349568 +pkg syscall (darwin-amd64), const SIOCGIFPHYS = 3223349557 +pkg syscall (darwin-amd64), const SIOCGIFPSRCADDR = 3223349567 +pkg syscall (darwin-amd64), const SIOCGIFSTATUS = 3274795325 +pkg syscall (darwin-amd64), const SIOCGIFVLAN = 3223349631 +pkg syscall (darwin-amd64), const SIOCGIFWAKEFLAGS = 3223349640 +pkg syscall (darwin-amd64), const SIOCGLIFADDR = 3239602462 +pkg syscall (darwin-amd64), const SIOCGLIFPHYADDR = 3239602499 +pkg syscall (darwin-amd64), const SIOCGLOWAT = 1074033411 +pkg syscall (darwin-amd64), const SIOCGPGRP = 1074033417 +pkg syscall (darwin-amd64), const SIOCIFCREATE = 3223349624 +pkg syscall (darwin-amd64), const SIOCIFCREATE2 = 3223349626 +pkg syscall (darwin-amd64), const SIOCIFDESTROY = 2149607801 +pkg syscall (darwin-amd64), const SIOCRSLVMULTI = 3222300987 +pkg syscall (darwin-amd64), const SIOCSDRVSPEC = 2150132091 +pkg syscall (darwin-amd64), const SIOCSETVLAN = 2149607806 +pkg syscall (darwin-amd64), const SIOCSHIWAT = 2147775232 +pkg syscall (darwin-amd64), const SIOCSIFADDR = 2149607692 +pkg syscall (darwin-amd64), const SIOCSIFALTMTU = 2149607749 +pkg syscall (darwin-amd64), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (darwin-amd64), const SIOCSIFBOND = 2149607750 +pkg syscall (darwin-amd64), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (darwin-amd64), const SIOCSIFCAP = 2149607770 +pkg syscall (darwin-amd64), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (darwin-amd64), const SIOCSIFFLAGS = 2149607696 +pkg syscall (darwin-amd64), const SIOCSIFGENERIC = 2149607737 +pkg syscall (darwin-amd64), const SIOCSIFKPI = 2149607814 +pkg syscall (darwin-amd64), const SIOCSIFLLADDR = 2149607740 +pkg syscall (darwin-amd64), const SIOCSIFMAC = 2149607811 +pkg syscall (darwin-amd64), const SIOCSIFMEDIA = 3223349559 +pkg syscall (darwin-amd64), const SIOCSIFMETRIC = 2149607704 +pkg syscall (darwin-amd64), const SIOCSIFMTU = 2149607732 +pkg syscall (darwin-amd64), const SIOCSIFNETMASK = 2149607702 +pkg syscall (darwin-amd64), const SIOCSIFPHYADDR = 2151704894 +pkg syscall (darwin-amd64), const SIOCSIFPHYS = 2149607734 +pkg syscall (darwin-amd64), const SIOCSIFVLAN = 2149607806 +pkg syscall (darwin-amd64), const SIOCSLIFPHYADDR = 2165860674 +pkg syscall (darwin-amd64), const SIOCSLOWAT = 2147775234 +pkg syscall (darwin-amd64), const SIOCSPGRP = 2147775240 +pkg syscall (darwin-amd64), const SOCK_MAXADDRLEN = 255 +pkg syscall (darwin-amd64), const SOCK_RDM = 4 +pkg syscall (darwin-amd64), const SOL_SOCKET = 65535 +pkg syscall (darwin-amd64), const SOMAXCONN = 128 +pkg syscall (darwin-amd64), const SO_ACCEPTCONN = 2 +pkg syscall (darwin-amd64), const SO_BROADCAST = 32 +pkg syscall (darwin-amd64), const SO_DEBUG = 1 +pkg syscall (darwin-amd64), const SO_DONTROUTE = 16 +pkg syscall (darwin-amd64), const SO_DONTTRUNC = 8192 +pkg syscall (darwin-amd64), const SO_ERROR = 4103 +pkg syscall (darwin-amd64), const SO_KEEPALIVE = 8 +pkg syscall (darwin-amd64), const SO_LABEL = 4112 +pkg syscall (darwin-amd64), const SO_LINGER = 128 +pkg syscall (darwin-amd64), const SO_LINGER_SEC = 4224 +pkg syscall (darwin-amd64), const SO_NKE = 4129 +pkg syscall (darwin-amd64), const SO_NOADDRERR = 4131 +pkg syscall (darwin-amd64), const SO_NOSIGPIPE = 4130 +pkg syscall (darwin-amd64), const SO_NOTIFYCONFLICT = 4134 +pkg syscall (darwin-amd64), const SO_NP_EXTENSIONS = 4227 +pkg syscall (darwin-amd64), const SO_NREAD = 4128 +pkg syscall (darwin-amd64), const SO_NWRITE = 4132 +pkg syscall (darwin-amd64), const SO_OOBINLINE = 256 +pkg syscall (darwin-amd64), const SO_PEERLABEL = 4113 +pkg syscall (darwin-amd64), const SO_RANDOMPORT = 4226 +pkg syscall (darwin-amd64), const SO_RCVBUF = 4098 +pkg syscall (darwin-amd64), const SO_RCVLOWAT = 4100 +pkg syscall (darwin-amd64), const SO_RCVTIMEO = 4102 +pkg syscall (darwin-amd64), const SO_RESTRICTIONS = 4225 +pkg syscall (darwin-amd64), const SO_RESTRICT_DENYIN = 1 +pkg syscall (darwin-amd64), const SO_RESTRICT_DENYOUT = 2 +pkg syscall (darwin-amd64), const SO_RESTRICT_DENYSET = 2147483648 +pkg syscall (darwin-amd64), const SO_REUSEADDR = 4 +pkg syscall (darwin-amd64), const SO_REUSEPORT = 512 +pkg syscall (darwin-amd64), const SO_REUSESHAREUID = 4133 +pkg syscall (darwin-amd64), const SO_SNDBUF = 4097 +pkg syscall (darwin-amd64), const SO_SNDLOWAT = 4099 +pkg syscall (darwin-amd64), const SO_SNDTIMEO = 4101 +pkg syscall (darwin-amd64), const SO_TIMESTAMP = 1024 +pkg syscall (darwin-amd64), const SO_TIMESTAMP_MONOTONIC = 2048 +pkg syscall (darwin-amd64), const SO_TYPE = 4104 +pkg syscall (darwin-amd64), const SO_UPCALLCLOSEWAIT = 4135 +pkg syscall (darwin-amd64), const SO_USELOOPBACK = 64 +pkg syscall (darwin-amd64), const SO_WANTMORE = 16384 +pkg syscall (darwin-amd64), const SO_WANTOOBFLAG = 32768 +pkg syscall (darwin-amd64), const SYS_ACCEPT = 30 +pkg syscall (darwin-amd64), const SYS_ACCEPT_NOCANCEL = 404 +pkg syscall (darwin-amd64), const SYS_ACCESS = 33 +pkg syscall (darwin-amd64), const SYS_ACCESS_EXTENDED = 284 +pkg syscall (darwin-amd64), const SYS_ACCT = 51 +pkg syscall (darwin-amd64), const SYS_ADD_PROFIL = 176 +pkg syscall (darwin-amd64), const SYS_ADJTIME = 140 +pkg syscall (darwin-amd64), const SYS_AIO_CANCEL = 316 +pkg syscall (darwin-amd64), const SYS_AIO_ERROR = 317 +pkg syscall (darwin-amd64), const SYS_AIO_FSYNC = 313 +pkg syscall (darwin-amd64), const SYS_AIO_READ = 318 +pkg syscall (darwin-amd64), const SYS_AIO_RETURN = 314 +pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND = 315 +pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND_NOCANCEL = 421 +pkg syscall (darwin-amd64), const SYS_AIO_WRITE = 319 +pkg syscall (darwin-amd64), const SYS_ATGETMSG = 207 +pkg syscall (darwin-amd64), const SYS_ATPGETREQ = 211 +pkg syscall (darwin-amd64), const SYS_ATPGETRSP = 212 +pkg syscall (darwin-amd64), const SYS_ATPSNDREQ = 209 +pkg syscall (darwin-amd64), const SYS_ATPSNDRSP = 210 +pkg syscall (darwin-amd64), const SYS_ATPUTMSG = 208 +pkg syscall (darwin-amd64), const SYS_ATSOCKET = 206 +pkg syscall (darwin-amd64), const SYS_AUDIT = 350 +pkg syscall (darwin-amd64), const SYS_AUDITCTL = 359 +pkg syscall (darwin-amd64), const SYS_AUDITON = 351 +pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_JOIN = 429 +pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_PORT = 432 +pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_SELF = 428 +pkg syscall (darwin-amd64), const SYS_BIND = 104 +pkg syscall (darwin-amd64), const SYS_BSDTHREAD_CREATE = 360 +pkg syscall (darwin-amd64), const SYS_BSDTHREAD_REGISTER = 366 +pkg syscall (darwin-amd64), const SYS_BSDTHREAD_TERMINATE = 361 +pkg syscall (darwin-amd64), const SYS_CHDIR = 12 +pkg syscall (darwin-amd64), const SYS_CHFLAGS = 34 +pkg syscall (darwin-amd64), const SYS_CHMOD = 15 +pkg syscall (darwin-amd64), const SYS_CHMOD_EXTENDED = 282 +pkg syscall (darwin-amd64), const SYS_CHOWN = 16 +pkg syscall (darwin-amd64), const SYS_CHROOT = 61 +pkg syscall (darwin-amd64), const SYS_CHUD = 185 +pkg syscall (darwin-amd64), const SYS_CLOSE = 6 +pkg syscall (darwin-amd64), const SYS_CLOSE_NOCANCEL = 399 +pkg syscall (darwin-amd64), const SYS_CONNECT = 98 +pkg syscall (darwin-amd64), const SYS_CONNECT_NOCANCEL = 409 +pkg syscall (darwin-amd64), const SYS_COPYFILE = 227 +pkg syscall (darwin-amd64), const SYS_CSOPS = 169 +pkg syscall (darwin-amd64), const SYS_DELETE = 226 +pkg syscall (darwin-amd64), const SYS_DUP = 41 +pkg syscall (darwin-amd64), const SYS_DUP2 = 90 +pkg syscall (darwin-amd64), const SYS_EXCHANGEDATA = 223 +pkg syscall (darwin-amd64), const SYS_EXECVE = 59 +pkg syscall (darwin-amd64), const SYS_EXIT = 1 +pkg syscall (darwin-amd64), const SYS_FCHDIR = 13 +pkg syscall (darwin-amd64), const SYS_FCHFLAGS = 35 +pkg syscall (darwin-amd64), const SYS_FCHMOD = 124 +pkg syscall (darwin-amd64), const SYS_FCHMOD_EXTENDED = 283 +pkg syscall (darwin-amd64), const SYS_FCHOWN = 123 +pkg syscall (darwin-amd64), const SYS_FCNTL = 92 +pkg syscall (darwin-amd64), const SYS_FCNTL_NOCANCEL = 406 +pkg syscall (darwin-amd64), const SYS_FDATASYNC = 187 +pkg syscall (darwin-amd64), const SYS_FFSCTL = 245 +pkg syscall (darwin-amd64), const SYS_FGETATTRLIST = 228 +pkg syscall (darwin-amd64), const SYS_FGETXATTR = 235 +pkg syscall (darwin-amd64), const SYS_FHOPEN = 248 +pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEFD = 431 +pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEPORT = 430 +pkg syscall (darwin-amd64), const SYS_FLISTXATTR = 241 +pkg syscall (darwin-amd64), const SYS_FLOCK = 131 +pkg syscall (darwin-amd64), const SYS_FORK = 2 +pkg syscall (darwin-amd64), const SYS_FPATHCONF = 192 +pkg syscall (darwin-amd64), const SYS_FREMOVEXATTR = 239 +pkg syscall (darwin-amd64), const SYS_FSCTL = 242 +pkg syscall (darwin-amd64), const SYS_FSETATTRLIST = 229 +pkg syscall (darwin-amd64), const SYS_FSETXATTR = 237 +pkg syscall (darwin-amd64), const SYS_FSGETPATH = 427 +pkg syscall (darwin-amd64), const SYS_FSTAT = 189 +pkg syscall (darwin-amd64), const SYS_FSTAT64 = 339 +pkg syscall (darwin-amd64), const SYS_FSTAT64_EXTENDED = 343 +pkg syscall (darwin-amd64), const SYS_FSTATFS = 158 +pkg syscall (darwin-amd64), const SYS_FSTATFS64 = 346 +pkg syscall (darwin-amd64), const SYS_FSTATV = 219 +pkg syscall (darwin-amd64), const SYS_FSTAT_EXTENDED = 281 +pkg syscall (darwin-amd64), const SYS_FSYNC = 95 +pkg syscall (darwin-amd64), const SYS_FSYNC_NOCANCEL = 408 +pkg syscall (darwin-amd64), const SYS_FTRUNCATE = 201 +pkg syscall (darwin-amd64), const SYS_FUTIMES = 139 +pkg syscall (darwin-amd64), const SYS_GETATTRLIST = 220 +pkg syscall (darwin-amd64), const SYS_GETAUDIT = 355 +pkg syscall (darwin-amd64), const SYS_GETAUDIT_ADDR = 357 +pkg syscall (darwin-amd64), const SYS_GETAUID = 353 +pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES = 196 +pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES64 = 344 +pkg syscall (darwin-amd64), const SYS_GETDIRENTRIESATTR = 222 +pkg syscall (darwin-amd64), const SYS_GETDTABLESIZE = 89 +pkg syscall (darwin-amd64), const SYS_GETEGID = 43 +pkg syscall (darwin-amd64), const SYS_GETEUID = 25 +pkg syscall (darwin-amd64), const SYS_GETFH = 161 +pkg syscall (darwin-amd64), const SYS_GETFSSTAT = 18 +pkg syscall (darwin-amd64), const SYS_GETFSSTAT64 = 347 +pkg syscall (darwin-amd64), const SYS_GETGID = 47 +pkg syscall (darwin-amd64), const SYS_GETGROUPS = 79 +pkg syscall (darwin-amd64), const SYS_GETHOSTUUID = 142 +pkg syscall (darwin-amd64), const SYS_GETITIMER = 86 +pkg syscall (darwin-amd64), const SYS_GETLCID = 395 +pkg syscall (darwin-amd64), const SYS_GETLOGIN = 49 +pkg syscall (darwin-amd64), const SYS_GETPEERNAME = 31 +pkg syscall (darwin-amd64), const SYS_GETPGID = 151 +pkg syscall (darwin-amd64), const SYS_GETPGRP = 81 +pkg syscall (darwin-amd64), const SYS_GETPID = 20 +pkg syscall (darwin-amd64), const SYS_GETPPID = 39 +pkg syscall (darwin-amd64), const SYS_GETPRIORITY = 100 +pkg syscall (darwin-amd64), const SYS_GETRLIMIT = 194 +pkg syscall (darwin-amd64), const SYS_GETRUSAGE = 117 +pkg syscall (darwin-amd64), const SYS_GETSGROUPS = 288 +pkg syscall (darwin-amd64), const SYS_GETSID = 310 +pkg syscall (darwin-amd64), const SYS_GETSOCKNAME = 32 +pkg syscall (darwin-amd64), const SYS_GETSOCKOPT = 118 +pkg syscall (darwin-amd64), const SYS_GETTID = 286 +pkg syscall (darwin-amd64), const SYS_GETTIMEOFDAY = 116 +pkg syscall (darwin-amd64), const SYS_GETUID = 24 +pkg syscall (darwin-amd64), const SYS_GETWGROUPS = 290 +pkg syscall (darwin-amd64), const SYS_GETXATTR = 234 +pkg syscall (darwin-amd64), const SYS_IDENTITYSVC = 293 +pkg syscall (darwin-amd64), const SYS_INITGROUPS = 243 +pkg syscall (darwin-amd64), const SYS_IOCTL = 54 +pkg syscall (darwin-amd64), const SYS_IOPOLICYSYS = 322 +pkg syscall (darwin-amd64), const SYS_ISSETUGID = 327 +pkg syscall (darwin-amd64), const SYS_KDEBUG_TRACE = 180 +pkg syscall (darwin-amd64), const SYS_KEVENT = 363 +pkg syscall (darwin-amd64), const SYS_KEVENT64 = 369 +pkg syscall (darwin-amd64), const SYS_KILL = 37 +pkg syscall (darwin-amd64), const SYS_KQUEUE = 362 +pkg syscall (darwin-amd64), const SYS_LCHOWN = 364 +pkg syscall (darwin-amd64), const SYS_LINK = 9 +pkg syscall (darwin-amd64), const SYS_LIO_LISTIO = 320 +pkg syscall (darwin-amd64), const SYS_LISTEN = 106 +pkg syscall (darwin-amd64), const SYS_LISTXATTR = 240 +pkg syscall (darwin-amd64), const SYS_LSEEK = 199 +pkg syscall (darwin-amd64), const SYS_LSTAT = 190 +pkg syscall (darwin-amd64), const SYS_LSTAT64 = 340 +pkg syscall (darwin-amd64), const SYS_LSTAT64_EXTENDED = 342 +pkg syscall (darwin-amd64), const SYS_LSTATV = 218 +pkg syscall (darwin-amd64), const SYS_LSTAT_EXTENDED = 280 +pkg syscall (darwin-amd64), const SYS_MADVISE = 75 +pkg syscall (darwin-amd64), const SYS_MAXSYSCALL = 439 +pkg syscall (darwin-amd64), const SYS_MINCORE = 78 +pkg syscall (darwin-amd64), const SYS_MINHERIT = 250 +pkg syscall (darwin-amd64), const SYS_MKCOMPLEX = 216 +pkg syscall (darwin-amd64), const SYS_MKDIR = 136 +pkg syscall (darwin-amd64), const SYS_MKDIR_EXTENDED = 292 +pkg syscall (darwin-amd64), const SYS_MKFIFO = 132 +pkg syscall (darwin-amd64), const SYS_MKFIFO_EXTENDED = 291 +pkg syscall (darwin-amd64), const SYS_MKNOD = 14 +pkg syscall (darwin-amd64), const SYS_MLOCK = 203 +pkg syscall (darwin-amd64), const SYS_MLOCKALL = 324 +pkg syscall (darwin-amd64), const SYS_MMAP = 197 +pkg syscall (darwin-amd64), const SYS_MODWATCH = 233 +pkg syscall (darwin-amd64), const SYS_MOUNT = 167 +pkg syscall (darwin-amd64), const SYS_MPROTECT = 74 +pkg syscall (darwin-amd64), const SYS_MSGCTL = 258 +pkg syscall (darwin-amd64), const SYS_MSGGET = 259 +pkg syscall (darwin-amd64), const SYS_MSGRCV = 261 +pkg syscall (darwin-amd64), const SYS_MSGRCV_NOCANCEL = 419 +pkg syscall (darwin-amd64), const SYS_MSGSND = 260 +pkg syscall (darwin-amd64), const SYS_MSGSND_NOCANCEL = 418 +pkg syscall (darwin-amd64), const SYS_MSGSYS = 252 +pkg syscall (darwin-amd64), const SYS_MSYNC = 65 +pkg syscall (darwin-amd64), const SYS_MSYNC_NOCANCEL = 405 +pkg syscall (darwin-amd64), const SYS_MUNLOCK = 204 +pkg syscall (darwin-amd64), const SYS_MUNLOCKALL = 325 +pkg syscall (darwin-amd64), const SYS_MUNMAP = 73 +pkg syscall (darwin-amd64), const SYS_NFSCLNT = 247 +pkg syscall (darwin-amd64), const SYS_NFSSVC = 155 +pkg syscall (darwin-amd64), const SYS_OPEN = 5 +pkg syscall (darwin-amd64), const SYS_OPEN_EXTENDED = 277 +pkg syscall (darwin-amd64), const SYS_OPEN_NOCANCEL = 398 +pkg syscall (darwin-amd64), const SYS_PATHCONF = 191 +pkg syscall (darwin-amd64), const SYS_PID_HIBERNATE = 435 +pkg syscall (darwin-amd64), const SYS_PID_RESUME = 434 +pkg syscall (darwin-amd64), const SYS_PID_SHUTDOWN_SOCKETS = 436 +pkg syscall (darwin-amd64), const SYS_PID_SUSPEND = 433 +pkg syscall (darwin-amd64), const SYS_PIPE = 42 +pkg syscall (darwin-amd64), const SYS_POLL = 230 +pkg syscall (darwin-amd64), const SYS_POLL_NOCANCEL = 417 +pkg syscall (darwin-amd64), const SYS_POSIX_SPAWN = 244 +pkg syscall (darwin-amd64), const SYS_PREAD = 153 +pkg syscall (darwin-amd64), const SYS_PREAD_NOCANCEL = 414 +pkg syscall (darwin-amd64), const SYS_PROCESS_POLICY = 323 +pkg syscall (darwin-amd64), const SYS_PROC_INFO = 336 +pkg syscall (darwin-amd64), const SYS_PROFIL = 44 +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVBROAD = 303 +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVCLRPREPOST = 312 +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVSIGNAL = 304 +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVWAIT = 305 +pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXDROP = 302 +pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXWAIT = 301 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_DOWNGRADE = 299 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_LONGRDLOCK = 297 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_RDLOCK = 306 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK = 308 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK2 = 309 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UPGRADE = 300 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_WRLOCK = 307 +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 +pkg syscall (darwin-amd64), const SYS_PTRACE = 26 +pkg syscall (darwin-amd64), const SYS_PWRITE = 154 +pkg syscall (darwin-amd64), const SYS_PWRITE_NOCANCEL = 415 +pkg syscall (darwin-amd64), const SYS_QUOTACTL = 165 +pkg syscall (darwin-amd64), const SYS_READ = 3 +pkg syscall (darwin-amd64), const SYS_READLINK = 58 +pkg syscall (darwin-amd64), const SYS_READV = 120 +pkg syscall (darwin-amd64), const SYS_READV_NOCANCEL = 411 +pkg syscall (darwin-amd64), const SYS_READ_NOCANCEL = 396 +pkg syscall (darwin-amd64), const SYS_REBOOT = 55 +pkg syscall (darwin-amd64), const SYS_RECVFROM = 29 +pkg syscall (darwin-amd64), const SYS_RECVFROM_NOCANCEL = 403 +pkg syscall (darwin-amd64), const SYS_RECVMSG = 27 +pkg syscall (darwin-amd64), const SYS_RECVMSG_NOCANCEL = 401 +pkg syscall (darwin-amd64), const SYS_REMOVEXATTR = 238 +pkg syscall (darwin-amd64), const SYS_RENAME = 128 +pkg syscall (darwin-amd64), const SYS_REVOKE = 56 +pkg syscall (darwin-amd64), const SYS_RMDIR = 137 +pkg syscall (darwin-amd64), const SYS_SEARCHFS = 225 +pkg syscall (darwin-amd64), const SYS_SELECT = 93 +pkg syscall (darwin-amd64), const SYS_SELECT_NOCANCEL = 407 +pkg syscall (darwin-amd64), const SYS_SEMCTL = 254 +pkg syscall (darwin-amd64), const SYS_SEMGET = 255 +pkg syscall (darwin-amd64), const SYS_SEMOP = 256 +pkg syscall (darwin-amd64), const SYS_SEMSYS = 251 +pkg syscall (darwin-amd64), const SYS_SEM_CLOSE = 269 +pkg syscall (darwin-amd64), const SYS_SEM_DESTROY = 276 +pkg syscall (darwin-amd64), const SYS_SEM_GETVALUE = 274 +pkg syscall (darwin-amd64), const SYS_SEM_INIT = 275 +pkg syscall (darwin-amd64), const SYS_SEM_OPEN = 268 +pkg syscall (darwin-amd64), const SYS_SEM_POST = 273 +pkg syscall (darwin-amd64), const SYS_SEM_TRYWAIT = 272 +pkg syscall (darwin-amd64), const SYS_SEM_UNLINK = 270 +pkg syscall (darwin-amd64), const SYS_SEM_WAIT = 271 +pkg syscall (darwin-amd64), const SYS_SEM_WAIT_NOCANCEL = 420 +pkg syscall (darwin-amd64), const SYS_SENDFILE = 337 +pkg syscall (darwin-amd64), const SYS_SENDMSG = 28 +pkg syscall (darwin-amd64), const SYS_SENDMSG_NOCANCEL = 402 +pkg syscall (darwin-amd64), const SYS_SENDTO = 133 +pkg syscall (darwin-amd64), const SYS_SENDTO_NOCANCEL = 413 +pkg syscall (darwin-amd64), const SYS_SETATTRLIST = 221 +pkg syscall (darwin-amd64), const SYS_SETAUDIT = 356 +pkg syscall (darwin-amd64), const SYS_SETAUDIT_ADDR = 358 +pkg syscall (darwin-amd64), const SYS_SETAUID = 354 +pkg syscall (darwin-amd64), const SYS_SETEGID = 182 +pkg syscall (darwin-amd64), const SYS_SETEUID = 183 +pkg syscall (darwin-amd64), const SYS_SETGID = 181 +pkg syscall (darwin-amd64), const SYS_SETGROUPS = 80 +pkg syscall (darwin-amd64), const SYS_SETITIMER = 83 +pkg syscall (darwin-amd64), const SYS_SETLCID = 394 +pkg syscall (darwin-amd64), const SYS_SETLOGIN = 50 +pkg syscall (darwin-amd64), const SYS_SETPGID = 82 +pkg syscall (darwin-amd64), const SYS_SETPRIORITY = 96 +pkg syscall (darwin-amd64), const SYS_SETPRIVEXEC = 152 +pkg syscall (darwin-amd64), const SYS_SETREGID = 127 +pkg syscall (darwin-amd64), const SYS_SETREUID = 126 +pkg syscall (darwin-amd64), const SYS_SETRLIMIT = 195 +pkg syscall (darwin-amd64), const SYS_SETSGROUPS = 287 +pkg syscall (darwin-amd64), const SYS_SETSID = 147 +pkg syscall (darwin-amd64), const SYS_SETSOCKOPT = 105 +pkg syscall (darwin-amd64), const SYS_SETTID = 285 +pkg syscall (darwin-amd64), const SYS_SETTID_WITH_PID = 311 +pkg syscall (darwin-amd64), const SYS_SETTIMEOFDAY = 122 +pkg syscall (darwin-amd64), const SYS_SETUID = 23 +pkg syscall (darwin-amd64), const SYS_SETWGROUPS = 289 +pkg syscall (darwin-amd64), const SYS_SETXATTR = 236 +pkg syscall (darwin-amd64), const SYS_SHARED_REGION_CHECK_NP = 294 +pkg syscall (darwin-amd64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 +pkg syscall (darwin-amd64), const SYS_SHMAT = 262 +pkg syscall (darwin-amd64), const SYS_SHMCTL = 263 +pkg syscall (darwin-amd64), const SYS_SHMDT = 264 +pkg syscall (darwin-amd64), const SYS_SHMGET = 265 +pkg syscall (darwin-amd64), const SYS_SHMSYS = 253 +pkg syscall (darwin-amd64), const SYS_SHM_OPEN = 266 +pkg syscall (darwin-amd64), const SYS_SHM_UNLINK = 267 +pkg syscall (darwin-amd64), const SYS_SHUTDOWN = 134 +pkg syscall (darwin-amd64), const SYS_SIGACTION = 46 +pkg syscall (darwin-amd64), const SYS_SIGALTSTACK = 53 +pkg syscall (darwin-amd64), const SYS_SIGPENDING = 52 +pkg syscall (darwin-amd64), const SYS_SIGPROCMASK = 48 +pkg syscall (darwin-amd64), const SYS_SIGRETURN = 184 +pkg syscall (darwin-amd64), const SYS_SIGSUSPEND = 111 +pkg syscall (darwin-amd64), const SYS_SIGSUSPEND_NOCANCEL = 410 +pkg syscall (darwin-amd64), const SYS_SOCKET = 97 +pkg syscall (darwin-amd64), const SYS_SOCKETPAIR = 135 +pkg syscall (darwin-amd64), const SYS_STACK_SNAPSHOT = 365 +pkg syscall (darwin-amd64), const SYS_STAT = 188 +pkg syscall (darwin-amd64), const SYS_STAT64 = 338 +pkg syscall (darwin-amd64), const SYS_STAT64_EXTENDED = 341 +pkg syscall (darwin-amd64), const SYS_STATFS = 157 +pkg syscall (darwin-amd64), const SYS_STATFS64 = 345 +pkg syscall (darwin-amd64), const SYS_STATV = 217 +pkg syscall (darwin-amd64), const SYS_STAT_EXTENDED = 279 +pkg syscall (darwin-amd64), const SYS_SWAPON = 85 +pkg syscall (darwin-amd64), const SYS_SYMLINK = 57 +pkg syscall (darwin-amd64), const SYS_SYNC = 36 +pkg syscall (darwin-amd64), const SYS_SYSCALL = 0 +pkg syscall (darwin-amd64), const SYS_THREAD_SELFID = 372 +pkg syscall (darwin-amd64), const SYS_TRUNCATE = 200 +pkg syscall (darwin-amd64), const SYS_UMASK = 60 +pkg syscall (darwin-amd64), const SYS_UMASK_EXTENDED = 278 +pkg syscall (darwin-amd64), const SYS_UNDELETE = 205 +pkg syscall (darwin-amd64), const SYS_UNLINK = 10 +pkg syscall (darwin-amd64), const SYS_UNMOUNT = 159 +pkg syscall (darwin-amd64), const SYS_UTIMES = 138 +pkg syscall (darwin-amd64), const SYS_VFORK = 66 +pkg syscall (darwin-amd64), const SYS_VM_PRESSURE_MONITOR = 296 +pkg syscall (darwin-amd64), const SYS_WAIT4 = 7 +pkg syscall (darwin-amd64), const SYS_WAIT4_NOCANCEL = 400 +pkg syscall (darwin-amd64), const SYS_WAITEVENT = 232 +pkg syscall (darwin-amd64), const SYS_WAITID = 173 +pkg syscall (darwin-amd64), const SYS_WAITID_NOCANCEL = 416 +pkg syscall (darwin-amd64), const SYS_WATCHEVENT = 231 +pkg syscall (darwin-amd64), const SYS_WORKQ_KERNRETURN = 368 +pkg syscall (darwin-amd64), const SYS_WORKQ_OPEN = 367 +pkg syscall (darwin-amd64), const SYS_WRITE = 4 +pkg syscall (darwin-amd64), const SYS_WRITEV = 121 +pkg syscall (darwin-amd64), const SYS_WRITEV_NOCANCEL = 412 +pkg syscall (darwin-amd64), const SYS_WRITE_NOCANCEL = 397 +pkg syscall (darwin-amd64), const SYS___DISABLE_THREADSIGNAL = 331 +pkg syscall (darwin-amd64), const SYS___MAC_EXECVE = 380 +pkg syscall (darwin-amd64), const SYS___MAC_GETFSSTAT = 426 +pkg syscall (darwin-amd64), const SYS___MAC_GET_FD = 388 +pkg syscall (darwin-amd64), const SYS___MAC_GET_FILE = 382 +pkg syscall (darwin-amd64), const SYS___MAC_GET_LCID = 391 +pkg syscall (darwin-amd64), const SYS___MAC_GET_LCTX = 392 +pkg syscall (darwin-amd64), const SYS___MAC_GET_LINK = 384 +pkg syscall (darwin-amd64), const SYS___MAC_GET_MOUNT = 425 +pkg syscall (darwin-amd64), const SYS___MAC_GET_PID = 390 +pkg syscall (darwin-amd64), const SYS___MAC_GET_PROC = 386 +pkg syscall (darwin-amd64), const SYS___MAC_MOUNT = 424 +pkg syscall (darwin-amd64), const SYS___MAC_SET_FD = 389 +pkg syscall (darwin-amd64), const SYS___MAC_SET_FILE = 383 +pkg syscall (darwin-amd64), const SYS___MAC_SET_LCTX = 393 +pkg syscall (darwin-amd64), const SYS___MAC_SET_LINK = 385 +pkg syscall (darwin-amd64), const SYS___MAC_SET_PROC = 387 +pkg syscall (darwin-amd64), const SYS___MAC_SYSCALL = 381 +pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL = 370 +pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 +pkg syscall (darwin-amd64), const SYS___PTHREAD_CANCELED = 333 +pkg syscall (darwin-amd64), const SYS___PTHREAD_CHDIR = 348 +pkg syscall (darwin-amd64), const SYS___PTHREAD_FCHDIR = 349 +pkg syscall (darwin-amd64), const SYS___PTHREAD_KILL = 328 +pkg syscall (darwin-amd64), const SYS___PTHREAD_MARKCANCEL = 332 +pkg syscall (darwin-amd64), const SYS___PTHREAD_SIGMASK = 329 +pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL = 334 +pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 +pkg syscall (darwin-amd64), const SYS___SIGWAIT = 330 +pkg syscall (darwin-amd64), const SYS___SIGWAIT_NOCANCEL = 422 +pkg syscall (darwin-amd64), const SYS___SYSCTL = 202 +pkg syscall (darwin-amd64), const S_IEXEC = 64 +pkg syscall (darwin-amd64), const S_IFMT = 61440 +pkg syscall (darwin-amd64), const S_IFWHT = 57344 +pkg syscall (darwin-amd64), const S_IREAD = 256 +pkg syscall (darwin-amd64), const S_IRGRP = 32 +pkg syscall (darwin-amd64), const S_IROTH = 4 +pkg syscall (darwin-amd64), const S_IRWXG = 56 +pkg syscall (darwin-amd64), const S_IRWXO = 7 +pkg syscall (darwin-amd64), const S_IRWXU = 448 +pkg syscall (darwin-amd64), const S_ISTXT = 512 +pkg syscall (darwin-amd64), const S_IWGRP = 16 +pkg syscall (darwin-amd64), const S_IWOTH = 2 +pkg syscall (darwin-amd64), const S_IWRITE = 128 +pkg syscall (darwin-amd64), const S_IXGRP = 8 +pkg syscall (darwin-amd64), const S_IXOTH = 1 +pkg syscall (darwin-amd64), const SizeofBpfHdr = 20 +pkg syscall (darwin-amd64), const SizeofBpfInsn = 8 +pkg syscall (darwin-amd64), const SizeofBpfProgram = 16 +pkg syscall (darwin-amd64), const SizeofBpfStat = 8 +pkg syscall (darwin-amd64), const SizeofBpfVersion = 4 +pkg syscall (darwin-amd64), const SizeofCmsghdr = 12 +pkg syscall (darwin-amd64), const SizeofIPMreq = 8 +pkg syscall (darwin-amd64), const SizeofIPv6Mreq = 20 +pkg syscall (darwin-amd64), const SizeofIfData = 96 +pkg syscall (darwin-amd64), const SizeofIfMsghdr = 112 +pkg syscall (darwin-amd64), const SizeofIfaMsghdr = 20 +pkg syscall (darwin-amd64), const SizeofIfmaMsghdr = 16 +pkg syscall (darwin-amd64), const SizeofIfmaMsghdr2 = 20 +pkg syscall (darwin-amd64), const SizeofInet4Pktinfo = 12 +pkg syscall (darwin-amd64), const SizeofInet4Pktinfo ideal-int +pkg syscall (darwin-amd64), const SizeofInet6Pktinfo = 20 +pkg syscall (darwin-amd64), const SizeofLinger = 8 +pkg syscall (darwin-amd64), const SizeofMsghdr = 48 +pkg syscall (darwin-amd64), const SizeofRtMetrics = 56 +pkg syscall (darwin-amd64), const SizeofRtMsghdr = 92 +pkg syscall (darwin-amd64), const SizeofSockaddrAny = 108 +pkg syscall (darwin-amd64), const SizeofSockaddrDatalink = 20 +pkg syscall (darwin-amd64), const SizeofSockaddrInet4 = 16 +pkg syscall (darwin-amd64), const SizeofSockaddrInet6 = 28 +pkg syscall (darwin-amd64), const SizeofSockaddrUnix = 106 +pkg syscall (darwin-amd64), const TCIFLUSH = 1 +pkg syscall (darwin-amd64), const TCIFLUSH ideal-int +pkg syscall (darwin-amd64), const TCIOFLUSH = 3 +pkg syscall (darwin-amd64), const TCIOFLUSH ideal-int +pkg syscall (darwin-amd64), const TCOFLUSH = 2 +pkg syscall (darwin-amd64), const TCOFLUSH ideal-int +pkg syscall (darwin-amd64), const TCP_CONNECTIONTIMEOUT = 32 +pkg syscall (darwin-amd64), const TCP_KEEPALIVE = 16 +pkg syscall (darwin-amd64), const TCP_MAXHLEN = 60 +pkg syscall (darwin-amd64), const TCP_MAXOLEN = 40 +pkg syscall (darwin-amd64), const TCP_MAXSEG = 2 +pkg syscall (darwin-amd64), const TCP_MAXWIN = 65535 +pkg syscall (darwin-amd64), const TCP_MAX_SACK = 3 +pkg syscall (darwin-amd64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (darwin-amd64), const TCP_MINMSS = 216 +pkg syscall (darwin-amd64), const TCP_MINMSSOVERLOAD = 1000 +pkg syscall (darwin-amd64), const TCP_MSS = 512 +pkg syscall (darwin-amd64), const TCP_NOOPT = 8 +pkg syscall (darwin-amd64), const TCP_NOPUSH = 4 +pkg syscall (darwin-amd64), const TCP_RXT_CONNDROPTIME = 128 +pkg syscall (darwin-amd64), const TCP_RXT_FINDROP = 256 +pkg syscall (darwin-amd64), const TCSAFLUSH = 2 +pkg syscall (darwin-amd64), const TCSAFLUSH ideal-int +pkg syscall (darwin-amd64), const TIOCCBRK = 536900730 +pkg syscall (darwin-amd64), const TIOCCDTR = 536900728 +pkg syscall (darwin-amd64), const TIOCCONS = 2147775586 +pkg syscall (darwin-amd64), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (darwin-amd64), const TIOCDRAIN = 536900702 +pkg syscall (darwin-amd64), const TIOCDSIMICROCODE = 536900693 +pkg syscall (darwin-amd64), const TIOCEXCL = 536900621 +pkg syscall (darwin-amd64), const TIOCEXT = 2147775584 +pkg syscall (darwin-amd64), const TIOCFLUSH = 2147775504 +pkg syscall (darwin-amd64), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (darwin-amd64), const TIOCGETA = 1078490131 +pkg syscall (darwin-amd64), const TIOCGETD = 1074033690 +pkg syscall (darwin-amd64), const TIOCGPGRP = 1074033783 +pkg syscall (darwin-amd64), const TIOCGWINSZ = 1074295912 +pkg syscall (darwin-amd64), const TIOCIXOFF = 536900736 +pkg syscall (darwin-amd64), const TIOCIXON = 536900737 +pkg syscall (darwin-amd64), const TIOCMBIC = 2147775595 +pkg syscall (darwin-amd64), const TIOCMBIS = 2147775596 +pkg syscall (darwin-amd64), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (darwin-amd64), const TIOCMGET = 1074033770 +pkg syscall (darwin-amd64), const TIOCMODG = 1074033667 +pkg syscall (darwin-amd64), const TIOCMODS = 2147775492 +pkg syscall (darwin-amd64), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (darwin-amd64), const TIOCMSET = 2147775597 +pkg syscall (darwin-amd64), const TIOCM_CAR = 64 +pkg syscall (darwin-amd64), const TIOCM_CD = 64 +pkg syscall (darwin-amd64), const TIOCM_CTS = 32 +pkg syscall (darwin-amd64), const TIOCM_DSR = 256 +pkg syscall (darwin-amd64), const TIOCM_DTR = 2 +pkg syscall (darwin-amd64), const TIOCM_LE = 1 +pkg syscall (darwin-amd64), const TIOCM_RI = 128 +pkg syscall (darwin-amd64), const TIOCM_RNG = 128 +pkg syscall (darwin-amd64), const TIOCM_RTS = 4 +pkg syscall (darwin-amd64), const TIOCM_SR = 16 +pkg syscall (darwin-amd64), const TIOCM_ST = 8 +pkg syscall (darwin-amd64), const TIOCNOTTY = 536900721 +pkg syscall (darwin-amd64), const TIOCNXCL = 536900622 +pkg syscall (darwin-amd64), const TIOCOUTQ = 1074033779 +pkg syscall (darwin-amd64), const TIOCPKT = 2147775600 +pkg syscall (darwin-amd64), const TIOCPKT_DATA = 0 +pkg syscall (darwin-amd64), const TIOCPKT_DOSTOP = 32 +pkg syscall (darwin-amd64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (darwin-amd64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (darwin-amd64), const TIOCPKT_IOCTL = 64 +pkg syscall (darwin-amd64), const TIOCPKT_NOSTOP = 16 +pkg syscall (darwin-amd64), const TIOCPKT_START = 8 +pkg syscall (darwin-amd64), const TIOCPKT_STOP = 4 +pkg syscall (darwin-amd64), const TIOCPTYGNAME = 1082160211 +pkg syscall (darwin-amd64), const TIOCPTYGRANT = 536900692 +pkg syscall (darwin-amd64), const TIOCPTYUNLK = 536900690 +pkg syscall (darwin-amd64), const TIOCREMOTE = 2147775593 +pkg syscall (darwin-amd64), const TIOCSBRK = 536900731 +pkg syscall (darwin-amd64), const TIOCSCONS = 536900707 +pkg syscall (darwin-amd64), const TIOCSCTTY = 536900705 +pkg syscall (darwin-amd64), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (darwin-amd64), const TIOCSDTR = 536900729 +pkg syscall (darwin-amd64), const TIOCSETA = 2152231956 +pkg syscall (darwin-amd64), const TIOCSETAF = 2152231958 +pkg syscall (darwin-amd64), const TIOCSETAW = 2152231957 +pkg syscall (darwin-amd64), const TIOCSETD = 2147775515 +pkg syscall (darwin-amd64), const TIOCSIG = 536900703 +pkg syscall (darwin-amd64), const TIOCSPGRP = 2147775606 +pkg syscall (darwin-amd64), const TIOCSTART = 536900718 +pkg syscall (darwin-amd64), const TIOCSTAT = 536900709 +pkg syscall (darwin-amd64), const TIOCSTI = 2147578994 +pkg syscall (darwin-amd64), const TIOCSTOP = 536900719 +pkg syscall (darwin-amd64), const TIOCSWINSZ = 2148037735 +pkg syscall (darwin-amd64), const TIOCTIMESTAMP = 1074820185 +pkg syscall (darwin-amd64), const TIOCUCNTL = 2147775590 +pkg syscall (darwin-amd64), const TOSTOP = 4194304 +pkg syscall (darwin-amd64), const TOSTOP ideal-int +pkg syscall (darwin-amd64), const VDISCARD = 15 +pkg syscall (darwin-amd64), const VDISCARD ideal-int +pkg syscall (darwin-amd64), const VDSUSP = 11 +pkg syscall (darwin-amd64), const VDSUSP ideal-int +pkg syscall (darwin-amd64), const VEOF = 0 +pkg syscall (darwin-amd64), const VEOF ideal-int +pkg syscall (darwin-amd64), const VEOL = 1 +pkg syscall (darwin-amd64), const VEOL ideal-int +pkg syscall (darwin-amd64), const VEOL2 = 2 +pkg syscall (darwin-amd64), const VEOL2 ideal-int +pkg syscall (darwin-amd64), const VERASE = 3 +pkg syscall (darwin-amd64), const VERASE ideal-int +pkg syscall (darwin-amd64), const VINTR = 8 +pkg syscall (darwin-amd64), const VINTR ideal-int +pkg syscall (darwin-amd64), const VKILL = 5 +pkg syscall (darwin-amd64), const VKILL ideal-int +pkg syscall (darwin-amd64), const VLNEXT = 14 +pkg syscall (darwin-amd64), const VLNEXT ideal-int +pkg syscall (darwin-amd64), const VMIN = 16 +pkg syscall (darwin-amd64), const VMIN ideal-int +pkg syscall (darwin-amd64), const VQUIT = 9 +pkg syscall (darwin-amd64), const VQUIT ideal-int +pkg syscall (darwin-amd64), const VREPRINT = 6 +pkg syscall (darwin-amd64), const VREPRINT ideal-int +pkg syscall (darwin-amd64), const VSTART = 12 +pkg syscall (darwin-amd64), const VSTART ideal-int +pkg syscall (darwin-amd64), const VSTATUS = 18 +pkg syscall (darwin-amd64), const VSTATUS ideal-int +pkg syscall (darwin-amd64), const VSTOP = 13 +pkg syscall (darwin-amd64), const VSTOP ideal-int +pkg syscall (darwin-amd64), const VSUSP = 10 +pkg syscall (darwin-amd64), const VSUSP ideal-int +pkg syscall (darwin-amd64), const VT0 = 0 +pkg syscall (darwin-amd64), const VT0 ideal-int +pkg syscall (darwin-amd64), const VT1 = 65536 +pkg syscall (darwin-amd64), const VT1 ideal-int +pkg syscall (darwin-amd64), const VTDLY = 65536 +pkg syscall (darwin-amd64), const VTDLY ideal-int +pkg syscall (darwin-amd64), const VTIME = 17 +pkg syscall (darwin-amd64), const VTIME ideal-int +pkg syscall (darwin-amd64), const VWERASE = 4 +pkg syscall (darwin-amd64), const VWERASE ideal-int +pkg syscall (darwin-amd64), const WCONTINUED = 16 +pkg syscall (darwin-amd64), const WCOREFLAG = 128 +pkg syscall (darwin-amd64), const WEXITED = 4 +pkg syscall (darwin-amd64), const WNOHANG = 1 +pkg syscall (darwin-amd64), const WNOWAIT = 32 +pkg syscall (darwin-amd64), const WORDSIZE = 64 +pkg syscall (darwin-amd64), const WSTOPPED = 8 +pkg syscall (darwin-amd64), const WUNTRACED = 2 +pkg syscall (darwin-amd64), func Fchflags(int, int) error +pkg syscall (darwin-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-amd64), type Inet4Pktinfo struct +pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (darwin-amd64), type Termios struct +pkg syscall (darwin-amd64), type Termios struct, Cc [20]uint8 +pkg syscall (darwin-amd64), type Termios struct, Cflag uint64 +pkg syscall (darwin-amd64), type Termios struct, Iflag uint64 +pkg syscall (darwin-amd64), type Termios struct, Ispeed uint64 +pkg syscall (darwin-amd64), type Termios struct, Lflag uint64 +pkg syscall (darwin-amd64), type Termios struct, Oflag uint64 +pkg syscall (darwin-amd64), type Termios struct, Ospeed uint64 +pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64-cgo), const AF_APPLETALK = 16 +pkg syscall (darwin-amd64-cgo), const AF_CCITT = 10 +pkg syscall (darwin-amd64-cgo), const AF_CHAOS = 5 +pkg syscall (darwin-amd64-cgo), const AF_CNT = 21 +pkg syscall (darwin-amd64-cgo), const AF_COIP = 20 +pkg syscall (darwin-amd64-cgo), const AF_DATAKIT = 9 +pkg syscall (darwin-amd64-cgo), const AF_DECnet = 12 +pkg syscall (darwin-amd64-cgo), const AF_DLI = 13 +pkg syscall (darwin-amd64-cgo), const AF_E164 = 28 +pkg syscall (darwin-amd64-cgo), const AF_ECMA = 8 +pkg syscall (darwin-amd64-cgo), const AF_HYLINK = 15 +pkg syscall (darwin-amd64-cgo), const AF_IEEE80211 = 37 +pkg syscall (darwin-amd64-cgo), const AF_IMPLINK = 3 +pkg syscall (darwin-amd64-cgo), const AF_INET6 = 30 +pkg syscall (darwin-amd64-cgo), const AF_IPX = 23 +pkg syscall (darwin-amd64-cgo), const AF_ISDN = 28 +pkg syscall (darwin-amd64-cgo), const AF_ISO = 7 +pkg syscall (darwin-amd64-cgo), const AF_LAT = 14 +pkg syscall (darwin-amd64-cgo), const AF_LINK = 18 +pkg syscall (darwin-amd64-cgo), const AF_LOCAL = 1 +pkg syscall (darwin-amd64-cgo), const AF_MAX = 38 +pkg syscall (darwin-amd64-cgo), const AF_NATM = 31 +pkg syscall (darwin-amd64-cgo), const AF_NDRV = 27 +pkg syscall (darwin-amd64-cgo), const AF_NETBIOS = 33 +pkg syscall (darwin-amd64-cgo), const AF_NS = 6 +pkg syscall (darwin-amd64-cgo), const AF_OSI = 7 +pkg syscall (darwin-amd64-cgo), const AF_PPP = 34 +pkg syscall (darwin-amd64-cgo), const AF_PUP = 4 +pkg syscall (darwin-amd64-cgo), const AF_RESERVED_36 = 36 +pkg syscall (darwin-amd64-cgo), const AF_ROUTE = 17 +pkg syscall (darwin-amd64-cgo), const AF_SIP = 24 +pkg syscall (darwin-amd64-cgo), const AF_SNA = 11 +pkg syscall (darwin-amd64-cgo), const AF_SYSTEM = 32 +pkg syscall (darwin-amd64-cgo), const B0 = 0 +pkg syscall (darwin-amd64-cgo), const B0 ideal-int +pkg syscall (darwin-amd64-cgo), const B110 = 110 +pkg syscall (darwin-amd64-cgo), const B110 ideal-int +pkg syscall (darwin-amd64-cgo), const B115200 = 115200 +pkg syscall (darwin-amd64-cgo), const B115200 ideal-int +pkg syscall (darwin-amd64-cgo), const B1200 = 1200 +pkg syscall (darwin-amd64-cgo), const B1200 ideal-int +pkg syscall (darwin-amd64-cgo), const B134 = 134 +pkg syscall (darwin-amd64-cgo), const B134 ideal-int +pkg syscall (darwin-amd64-cgo), const B14400 = 14400 +pkg syscall (darwin-amd64-cgo), const B14400 ideal-int +pkg syscall (darwin-amd64-cgo), const B150 = 150 +pkg syscall (darwin-amd64-cgo), const B150 ideal-int +pkg syscall (darwin-amd64-cgo), const B1800 = 1800 +pkg syscall (darwin-amd64-cgo), const B1800 ideal-int +pkg syscall (darwin-amd64-cgo), const B19200 = 19200 +pkg syscall (darwin-amd64-cgo), const B19200 ideal-int +pkg syscall (darwin-amd64-cgo), const B200 = 200 +pkg syscall (darwin-amd64-cgo), const B200 ideal-int +pkg syscall (darwin-amd64-cgo), const B230400 = 230400 +pkg syscall (darwin-amd64-cgo), const B230400 ideal-int +pkg syscall (darwin-amd64-cgo), const B2400 = 2400 +pkg syscall (darwin-amd64-cgo), const B2400 ideal-int +pkg syscall (darwin-amd64-cgo), const B28800 = 28800 +pkg syscall (darwin-amd64-cgo), const B28800 ideal-int +pkg syscall (darwin-amd64-cgo), const B300 = 300 +pkg syscall (darwin-amd64-cgo), const B300 ideal-int +pkg syscall (darwin-amd64-cgo), const B38400 = 38400 +pkg syscall (darwin-amd64-cgo), const B38400 ideal-int +pkg syscall (darwin-amd64-cgo), const B4800 = 4800 +pkg syscall (darwin-amd64-cgo), const B4800 ideal-int +pkg syscall (darwin-amd64-cgo), const B50 = 50 +pkg syscall (darwin-amd64-cgo), const B50 ideal-int +pkg syscall (darwin-amd64-cgo), const B57600 = 57600 +pkg syscall (darwin-amd64-cgo), const B57600 ideal-int +pkg syscall (darwin-amd64-cgo), const B600 = 600 +pkg syscall (darwin-amd64-cgo), const B600 ideal-int +pkg syscall (darwin-amd64-cgo), const B7200 = 7200 +pkg syscall (darwin-amd64-cgo), const B7200 ideal-int +pkg syscall (darwin-amd64-cgo), const B75 = 75 +pkg syscall (darwin-amd64-cgo), const B75 ideal-int +pkg syscall (darwin-amd64-cgo), const B76800 = 76800 +pkg syscall (darwin-amd64-cgo), const B76800 ideal-int +pkg syscall (darwin-amd64-cgo), const B9600 = 9600 +pkg syscall (darwin-amd64-cgo), const B9600 ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (darwin-amd64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (darwin-amd64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (darwin-amd64-cgo), const BIOCGDLTLIST = 3222028921 +pkg syscall (darwin-amd64-cgo), const BIOCGETIF = 1075855979 +pkg syscall (darwin-amd64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (darwin-amd64-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (darwin-amd64-cgo), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (darwin-amd64-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (darwin-amd64-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (darwin-amd64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (darwin-amd64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (darwin-amd64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (darwin-amd64-cgo), const BIOCSDLT = 2147762808 +pkg syscall (darwin-amd64-cgo), const BIOCSETF = 2148549223 +pkg syscall (darwin-amd64-cgo), const BIOCSETIF = 2149597804 +pkg syscall (darwin-amd64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (darwin-amd64-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (darwin-amd64-cgo), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (darwin-amd64-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (darwin-amd64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (darwin-amd64-cgo), const BPF_A = 16 +pkg syscall (darwin-amd64-cgo), const BPF_ABS = 32 +pkg syscall (darwin-amd64-cgo), const BPF_ADD = 0 +pkg syscall (darwin-amd64-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (darwin-amd64-cgo), const BPF_ALU = 4 +pkg syscall (darwin-amd64-cgo), const BPF_AND = 80 +pkg syscall (darwin-amd64-cgo), const BPF_B = 16 +pkg syscall (darwin-amd64-cgo), const BPF_DIV = 48 +pkg syscall (darwin-amd64-cgo), const BPF_H = 8 +pkg syscall (darwin-amd64-cgo), const BPF_IMM = 0 +pkg syscall (darwin-amd64-cgo), const BPF_IND = 64 +pkg syscall (darwin-amd64-cgo), const BPF_JA = 0 +pkg syscall (darwin-amd64-cgo), const BPF_JEQ = 16 +pkg syscall (darwin-amd64-cgo), const BPF_JGE = 48 +pkg syscall (darwin-amd64-cgo), const BPF_JGT = 32 +pkg syscall (darwin-amd64-cgo), const BPF_JMP = 5 +pkg syscall (darwin-amd64-cgo), const BPF_JSET = 64 +pkg syscall (darwin-amd64-cgo), const BPF_K = 0 +pkg syscall (darwin-amd64-cgo), const BPF_LD = 0 +pkg syscall (darwin-amd64-cgo), const BPF_LDX = 1 +pkg syscall (darwin-amd64-cgo), const BPF_LEN = 128 +pkg syscall (darwin-amd64-cgo), const BPF_LSH = 96 +pkg syscall (darwin-amd64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (darwin-amd64-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (darwin-amd64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (darwin-amd64-cgo), const BPF_MEM = 96 +pkg syscall (darwin-amd64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (darwin-amd64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (darwin-amd64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (darwin-amd64-cgo), const BPF_MISC = 7 +pkg syscall (darwin-amd64-cgo), const BPF_MSH = 160 +pkg syscall (darwin-amd64-cgo), const BPF_MUL = 32 +pkg syscall (darwin-amd64-cgo), const BPF_NEG = 128 +pkg syscall (darwin-amd64-cgo), const BPF_OR = 64 +pkg syscall (darwin-amd64-cgo), const BPF_RELEASE = 199606 +pkg syscall (darwin-amd64-cgo), const BPF_RET = 6 +pkg syscall (darwin-amd64-cgo), const BPF_RSH = 112 +pkg syscall (darwin-amd64-cgo), const BPF_ST = 2 +pkg syscall (darwin-amd64-cgo), const BPF_STX = 3 +pkg syscall (darwin-amd64-cgo), const BPF_SUB = 16 +pkg syscall (darwin-amd64-cgo), const BPF_TAX = 0 +pkg syscall (darwin-amd64-cgo), const BPF_TXA = 128 +pkg syscall (darwin-amd64-cgo), const BPF_W = 0 +pkg syscall (darwin-amd64-cgo), const BPF_X = 8 +pkg syscall (darwin-amd64-cgo), const BRKINT = 2 +pkg syscall (darwin-amd64-cgo), const BRKINT ideal-int +pkg syscall (darwin-amd64-cgo), const CFLUSH = 15 +pkg syscall (darwin-amd64-cgo), const CFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const CLOCAL = 32768 +pkg syscall (darwin-amd64-cgo), const CLOCAL ideal-int +pkg syscall (darwin-amd64-cgo), const CREAD = 2048 +pkg syscall (darwin-amd64-cgo), const CREAD ideal-int +pkg syscall (darwin-amd64-cgo), const CS5 = 0 +pkg syscall (darwin-amd64-cgo), const CS5 ideal-int +pkg syscall (darwin-amd64-cgo), const CS6 = 256 +pkg syscall (darwin-amd64-cgo), const CS6 ideal-int +pkg syscall (darwin-amd64-cgo), const CS7 = 512 +pkg syscall (darwin-amd64-cgo), const CS7 ideal-int +pkg syscall (darwin-amd64-cgo), const CS8 = 768 +pkg syscall (darwin-amd64-cgo), const CS8 ideal-int +pkg syscall (darwin-amd64-cgo), const CSIZE = 768 +pkg syscall (darwin-amd64-cgo), const CSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const CSTART = 17 +pkg syscall (darwin-amd64-cgo), const CSTART ideal-int +pkg syscall (darwin-amd64-cgo), const CSTATUS = 20 +pkg syscall (darwin-amd64-cgo), const CSTATUS ideal-int +pkg syscall (darwin-amd64-cgo), const CSTOP = 19 +pkg syscall (darwin-amd64-cgo), const CSTOP ideal-int +pkg syscall (darwin-amd64-cgo), const CSTOPB = 1024 +pkg syscall (darwin-amd64-cgo), const CSTOPB ideal-int +pkg syscall (darwin-amd64-cgo), const CSUSP = 26 +pkg syscall (darwin-amd64-cgo), const CSUSP ideal-int +pkg syscall (darwin-amd64-cgo), const CTL_MAXNAME = 12 +pkg syscall (darwin-amd64-cgo), const CTL_NET = 4 +pkg syscall (darwin-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (darwin-amd64-cgo), const DLT_ARCNET = 7 +pkg syscall (darwin-amd64-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (darwin-amd64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (darwin-amd64-cgo), const DLT_AX25 = 3 +pkg syscall (darwin-amd64-cgo), const DLT_CHAOS = 5 +pkg syscall (darwin-amd64-cgo), const DLT_CHDLC = 104 +pkg syscall (darwin-amd64-cgo), const DLT_C_HDLC = 104 +pkg syscall (darwin-amd64-cgo), const DLT_EN10MB = 1 +pkg syscall (darwin-amd64-cgo), const DLT_EN3MB = 2 +pkg syscall (darwin-amd64-cgo), const DLT_FDDI = 10 +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802 = 6 +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (darwin-amd64-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (darwin-amd64-cgo), const DLT_LOOP = 108 +pkg syscall (darwin-amd64-cgo), const DLT_NULL = 0 +pkg syscall (darwin-amd64-cgo), const DLT_PFLOG = 117 +pkg syscall (darwin-amd64-cgo), const DLT_PFSYNC = 18 +pkg syscall (darwin-amd64-cgo), const DLT_PPP = 9 +pkg syscall (darwin-amd64-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (darwin-amd64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (darwin-amd64-cgo), const DLT_PRONET = 4 +pkg syscall (darwin-amd64-cgo), const DLT_RAW = 12 +pkg syscall (darwin-amd64-cgo), const DLT_SLIP = 8 +pkg syscall (darwin-amd64-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (darwin-amd64-cgo), const DT_BLK = 6 +pkg syscall (darwin-amd64-cgo), const DT_CHR = 2 +pkg syscall (darwin-amd64-cgo), const DT_DIR = 4 +pkg syscall (darwin-amd64-cgo), const DT_FIFO = 1 +pkg syscall (darwin-amd64-cgo), const DT_LNK = 10 +pkg syscall (darwin-amd64-cgo), const DT_REG = 8 +pkg syscall (darwin-amd64-cgo), const DT_SOCK = 12 +pkg syscall (darwin-amd64-cgo), const DT_UNKNOWN = 0 +pkg syscall (darwin-amd64-cgo), const DT_WHT = 14 +pkg syscall (darwin-amd64-cgo), const E2BIG = 7 +pkg syscall (darwin-amd64-cgo), const EACCES = 13 +pkg syscall (darwin-amd64-cgo), const EADDRINUSE = 48 +pkg syscall (darwin-amd64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (darwin-amd64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (darwin-amd64-cgo), const EAGAIN = 35 +pkg syscall (darwin-amd64-cgo), const EALREADY = 37 +pkg syscall (darwin-amd64-cgo), const EAUTH = 80 +pkg syscall (darwin-amd64-cgo), const EBADARCH = 86 +pkg syscall (darwin-amd64-cgo), const EBADEXEC = 85 +pkg syscall (darwin-amd64-cgo), const EBADF = 9 +pkg syscall (darwin-amd64-cgo), const EBADMACHO = 88 +pkg syscall (darwin-amd64-cgo), const EBADMSG = 94 +pkg syscall (darwin-amd64-cgo), const EBADRPC = 72 +pkg syscall (darwin-amd64-cgo), const EBUSY = 16 +pkg syscall (darwin-amd64-cgo), const ECANCELED = 89 +pkg syscall (darwin-amd64-cgo), const ECHILD = 10 +pkg syscall (darwin-amd64-cgo), const ECHO = 8 +pkg syscall (darwin-amd64-cgo), const ECHOCTL = 64 +pkg syscall (darwin-amd64-cgo), const ECHOE = 2 +pkg syscall (darwin-amd64-cgo), const ECHOK = 4 +pkg syscall (darwin-amd64-cgo), const ECHOKE = 1 +pkg syscall (darwin-amd64-cgo), const ECHONL = 16 +pkg syscall (darwin-amd64-cgo), const ECHOPRT = 32 +pkg syscall (darwin-amd64-cgo), const ECONNABORTED = 53 +pkg syscall (darwin-amd64-cgo), const ECONNREFUSED = 61 +pkg syscall (darwin-amd64-cgo), const ECONNRESET = 54 +pkg syscall (darwin-amd64-cgo), const EDEADLK = 11 +pkg syscall (darwin-amd64-cgo), const EDESTADDRREQ = 39 +pkg syscall (darwin-amd64-cgo), const EDEVERR = 83 +pkg syscall (darwin-amd64-cgo), const EDOM = 33 +pkg syscall (darwin-amd64-cgo), const EDQUOT = 69 +pkg syscall (darwin-amd64-cgo), const EEXIST = 17 +pkg syscall (darwin-amd64-cgo), const EFAULT = 14 +pkg syscall (darwin-amd64-cgo), const EFBIG = 27 +pkg syscall (darwin-amd64-cgo), const EFTYPE = 79 +pkg syscall (darwin-amd64-cgo), const EHOSTDOWN = 64 +pkg syscall (darwin-amd64-cgo), const EHOSTUNREACH = 65 +pkg syscall (darwin-amd64-cgo), const EIDRM = 90 +pkg syscall (darwin-amd64-cgo), const EILSEQ = 92 +pkg syscall (darwin-amd64-cgo), const EINPROGRESS = 36 +pkg syscall (darwin-amd64-cgo), const EINTR = 4 +pkg syscall (darwin-amd64-cgo), const EINVAL = 22 +pkg syscall (darwin-amd64-cgo), const EIO = 5 +pkg syscall (darwin-amd64-cgo), const EISCONN = 56 +pkg syscall (darwin-amd64-cgo), const EISDIR = 21 +pkg syscall (darwin-amd64-cgo), const ELAST = 105 +pkg syscall (darwin-amd64-cgo), const ELOOP = 62 +pkg syscall (darwin-amd64-cgo), const EMFILE = 24 +pkg syscall (darwin-amd64-cgo), const EMLINK = 31 +pkg syscall (darwin-amd64-cgo), const EMSGSIZE = 40 +pkg syscall (darwin-amd64-cgo), const EMULTIHOP = 95 +pkg syscall (darwin-amd64-cgo), const ENAMETOOLONG = 63 +pkg syscall (darwin-amd64-cgo), const ENEEDAUTH = 81 +pkg syscall (darwin-amd64-cgo), const ENETDOWN = 50 +pkg syscall (darwin-amd64-cgo), const ENETRESET = 52 +pkg syscall (darwin-amd64-cgo), const ENETUNREACH = 51 +pkg syscall (darwin-amd64-cgo), const ENFILE = 23 +pkg syscall (darwin-amd64-cgo), const ENOATTR = 93 +pkg syscall (darwin-amd64-cgo), const ENOBUFS = 55 +pkg syscall (darwin-amd64-cgo), const ENODATA = 96 +pkg syscall (darwin-amd64-cgo), const ENODEV = 19 +pkg syscall (darwin-amd64-cgo), const ENOEXEC = 8 +pkg syscall (darwin-amd64-cgo), const ENOLCK = 77 +pkg syscall (darwin-amd64-cgo), const ENOLINK = 97 +pkg syscall (darwin-amd64-cgo), const ENOMEM = 12 +pkg syscall (darwin-amd64-cgo), const ENOMSG = 91 +pkg syscall (darwin-amd64-cgo), const ENOPOLICY = 103 +pkg syscall (darwin-amd64-cgo), const ENOPROTOOPT = 42 +pkg syscall (darwin-amd64-cgo), const ENOSPC = 28 +pkg syscall (darwin-amd64-cgo), const ENOSR = 98 +pkg syscall (darwin-amd64-cgo), const ENOSTR = 99 +pkg syscall (darwin-amd64-cgo), const ENOSYS = 78 +pkg syscall (darwin-amd64-cgo), const ENOTBLK = 15 +pkg syscall (darwin-amd64-cgo), const ENOTCONN = 57 +pkg syscall (darwin-amd64-cgo), const ENOTDIR = 20 +pkg syscall (darwin-amd64-cgo), const ENOTEMPTY = 66 +pkg syscall (darwin-amd64-cgo), const ENOTRECOVERABLE = 104 +pkg syscall (darwin-amd64-cgo), const ENOTSOCK = 38 +pkg syscall (darwin-amd64-cgo), const ENOTSUP = 45 +pkg syscall (darwin-amd64-cgo), const ENOTTY = 25 +pkg syscall (darwin-amd64-cgo), const ENXIO = 6 +pkg syscall (darwin-amd64-cgo), const EOPNOTSUPP = 102 +pkg syscall (darwin-amd64-cgo), const EOVERFLOW = 84 +pkg syscall (darwin-amd64-cgo), const EOWNERDEAD = 105 +pkg syscall (darwin-amd64-cgo), const EPERM = 1 +pkg syscall (darwin-amd64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (darwin-amd64-cgo), const EPIPE = 32 +pkg syscall (darwin-amd64-cgo), const EPROCLIM = 67 +pkg syscall (darwin-amd64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (darwin-amd64-cgo), const EPROGMISMATCH = 75 +pkg syscall (darwin-amd64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (darwin-amd64-cgo), const EPROTO = 100 +pkg syscall (darwin-amd64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (darwin-amd64-cgo), const EPROTOTYPE = 41 +pkg syscall (darwin-amd64-cgo), const EPWROFF = 82 +pkg syscall (darwin-amd64-cgo), const ERANGE = 34 +pkg syscall (darwin-amd64-cgo), const EREMOTE = 71 +pkg syscall (darwin-amd64-cgo), const EROFS = 30 +pkg syscall (darwin-amd64-cgo), const ERPCMISMATCH = 73 +pkg syscall (darwin-amd64-cgo), const ESHLIBVERS = 87 +pkg syscall (darwin-amd64-cgo), const ESHUTDOWN = 58 +pkg syscall (darwin-amd64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (darwin-amd64-cgo), const ESPIPE = 29 +pkg syscall (darwin-amd64-cgo), const ESRCH = 3 +pkg syscall (darwin-amd64-cgo), const ESTALE = 70 +pkg syscall (darwin-amd64-cgo), const ETIME = 101 +pkg syscall (darwin-amd64-cgo), const ETIMEDOUT = 60 +pkg syscall (darwin-amd64-cgo), const ETOOMANYREFS = 59 +pkg syscall (darwin-amd64-cgo), const ETXTBSY = 26 +pkg syscall (darwin-amd64-cgo), const EUSERS = 68 +pkg syscall (darwin-amd64-cgo), const EVFILT_AIO = -3 +pkg syscall (darwin-amd64-cgo), const EVFILT_FS = -9 +pkg syscall (darwin-amd64-cgo), const EVFILT_MACHPORT = -8 +pkg syscall (darwin-amd64-cgo), const EVFILT_PROC = -5 +pkg syscall (darwin-amd64-cgo), const EVFILT_READ = -1 +pkg syscall (darwin-amd64-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT = 12 +pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER = 12 +pkg syscall (darwin-amd64-cgo), const EVFILT_TIMER = -7 +pkg syscall (darwin-amd64-cgo), const EVFILT_USER = -10 +pkg syscall (darwin-amd64-cgo), const EVFILT_VM = -12 +pkg syscall (darwin-amd64-cgo), const EVFILT_VNODE = -4 +pkg syscall (darwin-amd64-cgo), const EVFILT_WRITE = -2 +pkg syscall (darwin-amd64-cgo), const EV_ADD = 1 +pkg syscall (darwin-amd64-cgo), const EV_CLEAR = 32 +pkg syscall (darwin-amd64-cgo), const EV_DELETE = 2 +pkg syscall (darwin-amd64-cgo), const EV_DISABLE = 8 +pkg syscall (darwin-amd64-cgo), const EV_DISPATCH = 128 +pkg syscall (darwin-amd64-cgo), const EV_ENABLE = 4 +pkg syscall (darwin-amd64-cgo), const EV_EOF = 32768 +pkg syscall (darwin-amd64-cgo), const EV_ERROR = 16384 +pkg syscall (darwin-amd64-cgo), const EV_FLAG0 = 4096 +pkg syscall (darwin-amd64-cgo), const EV_FLAG1 = 8192 +pkg syscall (darwin-amd64-cgo), const EV_ONESHOT = 16 +pkg syscall (darwin-amd64-cgo), const EV_OOBAND = 8192 +pkg syscall (darwin-amd64-cgo), const EV_POLL = 4096 +pkg syscall (darwin-amd64-cgo), const EV_RECEIPT = 64 +pkg syscall (darwin-amd64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (darwin-amd64-cgo), const EWOULDBLOCK = 35 +pkg syscall (darwin-amd64-cgo), const EXDEV = 18 +pkg syscall (darwin-amd64-cgo), const EXTA = 19200 +pkg syscall (darwin-amd64-cgo), const EXTB = 38400 +pkg syscall (darwin-amd64-cgo), const EXTPROC = 2048 +pkg syscall (darwin-amd64-cgo), const FD_CLOEXEC = 1 +pkg syscall (darwin-amd64-cgo), const FD_SETSIZE = 1024 +pkg syscall (darwin-amd64-cgo), const FLUSHO = 8388608 +pkg syscall (darwin-amd64-cgo), const FLUSHO ideal-int +pkg syscall (darwin-amd64-cgo), const F_ADDFILESIGS = 61 +pkg syscall (darwin-amd64-cgo), const F_ADDSIGS = 59 +pkg syscall (darwin-amd64-cgo), const F_ALLOCATEALL = 4 +pkg syscall (darwin-amd64-cgo), const F_ALLOCATECONTIG = 2 +pkg syscall (darwin-amd64-cgo), const F_CHKCLEAN = 41 +pkg syscall (darwin-amd64-cgo), const F_DUPFD = 0 +pkg syscall (darwin-amd64-cgo), const F_DUPFD_CLOEXEC = 67 +pkg syscall (darwin-amd64-cgo), const F_FLUSH_DATA = 40 +pkg syscall (darwin-amd64-cgo), const F_FREEZE_FS = 53 +pkg syscall (darwin-amd64-cgo), const F_FULLFSYNC = 51 +pkg syscall (darwin-amd64-cgo), const F_GETFD = 1 +pkg syscall (darwin-amd64-cgo), const F_GETFL = 3 +pkg syscall (darwin-amd64-cgo), const F_GETLK = 7 +pkg syscall (darwin-amd64-cgo), const F_GETLKPID = 66 +pkg syscall (darwin-amd64-cgo), const F_GETNOSIGPIPE = 74 +pkg syscall (darwin-amd64-cgo), const F_GETOWN = 5 +pkg syscall (darwin-amd64-cgo), const F_GETPATH = 50 +pkg syscall (darwin-amd64-cgo), const F_GETPATH_MTMINFO = 71 +pkg syscall (darwin-amd64-cgo), const F_GETPROTECTIONCLASS = 63 +pkg syscall (darwin-amd64-cgo), const F_GLOBAL_NOCACHE = 55 +pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS = 49 +pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS_EXT = 65 +pkg syscall (darwin-amd64-cgo), const F_MARKDEPENDENCY = 60 +pkg syscall (darwin-amd64-cgo), const F_NOCACHE = 48 +pkg syscall (darwin-amd64-cgo), const F_NODIRECT = 62 +pkg syscall (darwin-amd64-cgo), const F_OK = 0 +pkg syscall (darwin-amd64-cgo), const F_PATHPKG_CHECK = 52 +pkg syscall (darwin-amd64-cgo), const F_PEOFPOSMODE = 3 +pkg syscall (darwin-amd64-cgo), const F_PREALLOCATE = 42 +pkg syscall (darwin-amd64-cgo), const F_RDADVISE = 44 +pkg syscall (darwin-amd64-cgo), const F_RDAHEAD = 45 +pkg syscall (darwin-amd64-cgo), const F_RDLCK = 1 +pkg syscall (darwin-amd64-cgo), const F_READBOOTSTRAP = 46 +pkg syscall (darwin-amd64-cgo), const F_SETBACKINGSTORE = 70 +pkg syscall (darwin-amd64-cgo), const F_SETFD = 2 +pkg syscall (darwin-amd64-cgo), const F_SETFL = 4 +pkg syscall (darwin-amd64-cgo), const F_SETLK = 8 +pkg syscall (darwin-amd64-cgo), const F_SETLKW = 9 +pkg syscall (darwin-amd64-cgo), const F_SETNOSIGPIPE = 73 +pkg syscall (darwin-amd64-cgo), const F_SETOWN = 6 +pkg syscall (darwin-amd64-cgo), const F_SETPROTECTIONCLASS = 64 +pkg syscall (darwin-amd64-cgo), const F_SETSIZE = 43 +pkg syscall (darwin-amd64-cgo), const F_THAW_FS = 54 +pkg syscall (darwin-amd64-cgo), const F_UNLCK = 2 +pkg syscall (darwin-amd64-cgo), const F_VOLPOSMODE = 4 +pkg syscall (darwin-amd64-cgo), const F_WRITEBOOTSTRAP = 47 +pkg syscall (darwin-amd64-cgo), const F_WRLCK = 3 +pkg syscall (darwin-amd64-cgo), const HUPCL = 16384 +pkg syscall (darwin-amd64-cgo), const HUPCL ideal-int +pkg syscall (darwin-amd64-cgo), const ICANON = 256 +pkg syscall (darwin-amd64-cgo), const ICANON ideal-int +pkg syscall (darwin-amd64-cgo), const ICRNL = 256 +pkg syscall (darwin-amd64-cgo), const ICRNL ideal-int +pkg syscall (darwin-amd64-cgo), const IEXTEN = 1024 +pkg syscall (darwin-amd64-cgo), const IEXTEN ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (darwin-amd64-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (darwin-amd64-cgo), const IFF_DEBUG = 4 +pkg syscall (darwin-amd64-cgo), const IFF_LINK0 = 4096 +pkg syscall (darwin-amd64-cgo), const IFF_LINK1 = 8192 +pkg syscall (darwin-amd64-cgo), const IFF_LINK2 = 16384 +pkg syscall (darwin-amd64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (darwin-amd64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (darwin-amd64-cgo), const IFF_NOARP = 128 +pkg syscall (darwin-amd64-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (darwin-amd64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (darwin-amd64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (darwin-amd64-cgo), const IFF_PROMISC = 256 +pkg syscall (darwin-amd64-cgo), const IFF_RUNNING = 64 +pkg syscall (darwin-amd64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (darwin-amd64-cgo), const IFNAMSIZ = 16 +pkg syscall (darwin-amd64-cgo), const IFT_1822 = 2 +pkg syscall (darwin-amd64-cgo), const IFT_AAL5 = 49 +pkg syscall (darwin-amd64-cgo), const IFT_ARCNET = 35 +pkg syscall (darwin-amd64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (darwin-amd64-cgo), const IFT_ATM = 37 +pkg syscall (darwin-amd64-cgo), const IFT_BRIDGE = 209 +pkg syscall (darwin-amd64-cgo), const IFT_CARP = 248 +pkg syscall (darwin-amd64-cgo), const IFT_CELLULAR = 255 +pkg syscall (darwin-amd64-cgo), const IFT_CEPT = 19 +pkg syscall (darwin-amd64-cgo), const IFT_DS3 = 30 +pkg syscall (darwin-amd64-cgo), const IFT_ENC = 244 +pkg syscall (darwin-amd64-cgo), const IFT_EON = 25 +pkg syscall (darwin-amd64-cgo), const IFT_ETHER = 6 +pkg syscall (darwin-amd64-cgo), const IFT_FAITH = 56 +pkg syscall (darwin-amd64-cgo), const IFT_FDDI = 15 +pkg syscall (darwin-amd64-cgo), const IFT_FRELAY = 32 +pkg syscall (darwin-amd64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (darwin-amd64-cgo), const IFT_GIF = 55 +pkg syscall (darwin-amd64-cgo), const IFT_HDH1822 = 3 +pkg syscall (darwin-amd64-cgo), const IFT_HIPPI = 47 +pkg syscall (darwin-amd64-cgo), const IFT_HSSI = 46 +pkg syscall (darwin-amd64-cgo), const IFT_HY = 14 +pkg syscall (darwin-amd64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (darwin-amd64-cgo), const IFT_IEEE8023ADLAG = 136 +pkg syscall (darwin-amd64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (darwin-amd64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (darwin-amd64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (darwin-amd64-cgo), const IFT_ISO88023 = 7 +pkg syscall (darwin-amd64-cgo), const IFT_ISO88024 = 8 +pkg syscall (darwin-amd64-cgo), const IFT_ISO88025 = 9 +pkg syscall (darwin-amd64-cgo), const IFT_ISO88026 = 10 +pkg syscall (darwin-amd64-cgo), const IFT_L2VLAN = 135 +pkg syscall (darwin-amd64-cgo), const IFT_LAPB = 16 +pkg syscall (darwin-amd64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (darwin-amd64-cgo), const IFT_LOOP = 24 +pkg syscall (darwin-amd64-cgo), const IFT_MIOX25 = 38 +pkg syscall (darwin-amd64-cgo), const IFT_MODEM = 48 +pkg syscall (darwin-amd64-cgo), const IFT_NSIP = 27 +pkg syscall (darwin-amd64-cgo), const IFT_OTHER = 1 +pkg syscall (darwin-amd64-cgo), const IFT_P10 = 12 +pkg syscall (darwin-amd64-cgo), const IFT_P80 = 13 +pkg syscall (darwin-amd64-cgo), const IFT_PARA = 34 +pkg syscall (darwin-amd64-cgo), const IFT_PDP = 255 +pkg syscall (darwin-amd64-cgo), const IFT_PFLOG = 245 +pkg syscall (darwin-amd64-cgo), const IFT_PFSYNC = 246 +pkg syscall (darwin-amd64-cgo), const IFT_PPP = 23 +pkg syscall (darwin-amd64-cgo), const IFT_PROPMUX = 54 +pkg syscall (darwin-amd64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (darwin-amd64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (darwin-amd64-cgo), const IFT_RS232 = 33 +pkg syscall (darwin-amd64-cgo), const IFT_SDLC = 17 +pkg syscall (darwin-amd64-cgo), const IFT_SIP = 31 +pkg syscall (darwin-amd64-cgo), const IFT_SLIP = 28 +pkg syscall (darwin-amd64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (darwin-amd64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (darwin-amd64-cgo), const IFT_SONET = 39 +pkg syscall (darwin-amd64-cgo), const IFT_SONETPATH = 50 +pkg syscall (darwin-amd64-cgo), const IFT_SONETVT = 51 +pkg syscall (darwin-amd64-cgo), const IFT_STARLAN = 11 +pkg syscall (darwin-amd64-cgo), const IFT_STF = 57 +pkg syscall (darwin-amd64-cgo), const IFT_T1 = 18 +pkg syscall (darwin-amd64-cgo), const IFT_ULTRA = 29 +pkg syscall (darwin-amd64-cgo), const IFT_V35 = 45 +pkg syscall (darwin-amd64-cgo), const IFT_X25 = 5 +pkg syscall (darwin-amd64-cgo), const IFT_X25DDN = 4 +pkg syscall (darwin-amd64-cgo), const IFT_X25PLE = 40 +pkg syscall (darwin-amd64-cgo), const IFT_XETHER = 26 +pkg syscall (darwin-amd64-cgo), const IGNBRK = 1 +pkg syscall (darwin-amd64-cgo), const IGNBRK ideal-int +pkg syscall (darwin-amd64-cgo), const IGNCR = 128 +pkg syscall (darwin-amd64-cgo), const IGNCR ideal-int +pkg syscall (darwin-amd64-cgo), const IGNPAR = 4 +pkg syscall (darwin-amd64-cgo), const IGNPAR ideal-int +pkg syscall (darwin-amd64-cgo), const IMAXBEL = 8192 +pkg syscall (darwin-amd64-cgo), const IMAXBEL ideal-int +pkg syscall (darwin-amd64-cgo), const INLCR = 64 +pkg syscall (darwin-amd64-cgo), const INLCR ideal-int +pkg syscall (darwin-amd64-cgo), const INPCK = 16 +pkg syscall (darwin-amd64-cgo), const INPCK ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (darwin-amd64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (darwin-amd64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (darwin-amd64-cgo), const IN_LINKLOCALNETNUM = 2851995648 +pkg syscall (darwin-amd64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (darwin-amd64-cgo), const IPPROTO_3PC = 34 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ADFS = 68 +pkg syscall (darwin-amd64-cgo), const IPPROTO_AH = 51 +pkg syscall (darwin-amd64-cgo), const IPPROTO_AHIP = 61 +pkg syscall (darwin-amd64-cgo), const IPPROTO_APES = 99 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (darwin-amd64-cgo), const IPPROTO_AX25 = 93 +pkg syscall (darwin-amd64-cgo), const IPPROTO_BHA = 49 +pkg syscall (darwin-amd64-cgo), const IPPROTO_BLT = 30 +pkg syscall (darwin-amd64-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (darwin-amd64-cgo), const IPPROTO_CFTP = 62 +pkg syscall (darwin-amd64-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (darwin-amd64-cgo), const IPPROTO_CMTP = 38 +pkg syscall (darwin-amd64-cgo), const IPPROTO_CPHB = 73 +pkg syscall (darwin-amd64-cgo), const IPPROTO_CPNX = 72 +pkg syscall (darwin-amd64-cgo), const IPPROTO_DDP = 37 +pkg syscall (darwin-amd64-cgo), const IPPROTO_DGP = 86 +pkg syscall (darwin-amd64-cgo), const IPPROTO_DIVERT = 254 +pkg syscall (darwin-amd64-cgo), const IPPROTO_DONE = 257 +pkg syscall (darwin-amd64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (darwin-amd64-cgo), const IPPROTO_EGP = 8 +pkg syscall (darwin-amd64-cgo), const IPPROTO_EMCON = 14 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (darwin-amd64-cgo), const IPPROTO_EON = 80 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ESP = 50 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (darwin-amd64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (darwin-amd64-cgo), const IPPROTO_GGP = 3 +pkg syscall (darwin-amd64-cgo), const IPPROTO_GMTP = 100 +pkg syscall (darwin-amd64-cgo), const IPPROTO_GRE = 47 +pkg syscall (darwin-amd64-cgo), const IPPROTO_HELLO = 63 +pkg syscall (darwin-amd64-cgo), const IPPROTO_HMP = 20 +pkg syscall (darwin-amd64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IDP = 22 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IDPR = 35 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IDRP = 45 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IGP = 85 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IGRP = 88 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IL = 40 +pkg syscall (darwin-amd64-cgo), const IPPROTO_INLSP = 52 +pkg syscall (darwin-amd64-cgo), const IPPROTO_INP = 32 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCV = 71 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPPC = 67 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (darwin-amd64-cgo), const IPPROTO_IRTP = 28 +pkg syscall (darwin-amd64-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (darwin-amd64-cgo), const IPPROTO_LARP = 91 +pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MAX = 256 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MAXID = 52 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MEAS = 19 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MHRP = 48 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MICP = 95 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MTP = 92 +pkg syscall (darwin-amd64-cgo), const IPPROTO_MUX = 18 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ND = 77 +pkg syscall (darwin-amd64-cgo), const IPPROTO_NHRP = 54 +pkg syscall (darwin-amd64-cgo), const IPPROTO_NONE = 59 +pkg syscall (darwin-amd64-cgo), const IPPROTO_NSP = 31 +pkg syscall (darwin-amd64-cgo), const IPPROTO_NVPII = 11 +pkg syscall (darwin-amd64-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (darwin-amd64-cgo), const IPPROTO_PGM = 113 +pkg syscall (darwin-amd64-cgo), const IPPROTO_PIGP = 9 +pkg syscall (darwin-amd64-cgo), const IPPROTO_PIM = 103 +pkg syscall (darwin-amd64-cgo), const IPPROTO_PRM = 21 +pkg syscall (darwin-amd64-cgo), const IPPROTO_PUP = 12 +pkg syscall (darwin-amd64-cgo), const IPPROTO_PVP = 75 +pkg syscall (darwin-amd64-cgo), const IPPROTO_RAW = 255 +pkg syscall (darwin-amd64-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (darwin-amd64-cgo), const IPPROTO_RDP = 27 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (darwin-amd64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (darwin-amd64-cgo), const IPPROTO_RVD = 66 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SATMON = 69 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SCTP = 132 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SDRP = 42 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SEP = 33 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SRPC = 90 +pkg syscall (darwin-amd64-cgo), const IPPROTO_ST = 7 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (darwin-amd64-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (darwin-amd64-cgo), const IPPROTO_TCF = 87 +pkg syscall (darwin-amd64-cgo), const IPPROTO_TP = 29 +pkg syscall (darwin-amd64-cgo), const IPPROTO_TPXX = 39 +pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (darwin-amd64-cgo), const IPPROTO_TTP = 84 +pkg syscall (darwin-amd64-cgo), const IPPROTO_VINES = 83 +pkg syscall (darwin-amd64-cgo), const IPPROTO_VISA = 70 +pkg syscall (darwin-amd64-cgo), const IPPROTO_VMTP = 81 +pkg syscall (darwin-amd64-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (darwin-amd64-cgo), const IPPROTO_WBMON = 78 +pkg syscall (darwin-amd64-cgo), const IPPROTO_WSN = 74 +pkg syscall (darwin-amd64-cgo), const IPPROTO_XNET = 15 +pkg syscall (darwin-amd64-cgo), const IPPROTO_XTP = 36 +pkg syscall (darwin-amd64-cgo), const IPV6_2292DSTOPTS = 23 +pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPLIMIT = 20 +pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPOPTS = 22 +pkg syscall (darwin-amd64-cgo), const IPV6_2292NEXTHOP = 21 +pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTINFO = 19 +pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTOPTIONS = 25 +pkg syscall (darwin-amd64-cgo), const IPV6_2292RTHDR = 24 +pkg syscall (darwin-amd64-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (darwin-amd64-cgo), const IPV6_BOUND_IF = 125 +pkg syscall (darwin-amd64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-amd64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (darwin-amd64-cgo), const IPV6_FAITH = 29 +pkg syscall (darwin-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (darwin-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (darwin-amd64-cgo), const IPV6_FW_ADD = 30 +pkg syscall (darwin-amd64-cgo), const IPV6_FW_DEL = 31 +pkg syscall (darwin-amd64-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (darwin-amd64-cgo), const IPV6_FW_GET = 34 +pkg syscall (darwin-amd64-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (darwin-amd64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (darwin-amd64-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (darwin-amd64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (darwin-amd64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (darwin-amd64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (darwin-amd64-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (darwin-amd64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (darwin-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-amd64-cgo), const IPV6_MMTU = 1280 +pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (darwin-amd64-cgo), const IPV6_RECVTCLASS = 35 +pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (darwin-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (darwin-amd64-cgo), const IPV6_TCLASS = 36 +pkg syscall (darwin-amd64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (darwin-amd64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (darwin-amd64-cgo), const IPV6_VERSION = 96 +pkg syscall (darwin-amd64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (darwin-amd64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (darwin-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (darwin-amd64-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (darwin-amd64-cgo), const IP_BOUND_IF = 25 +pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (darwin-amd64-cgo), const IP_DF = 16384 +pkg syscall (darwin-amd64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (darwin-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (darwin-amd64-cgo), const IP_FAITH = 22 +pkg syscall (darwin-amd64-cgo), const IP_FW_ADD = 40 +pkg syscall (darwin-amd64-cgo), const IP_FW_DEL = 41 +pkg syscall (darwin-amd64-cgo), const IP_FW_FLUSH = 42 +pkg syscall (darwin-amd64-cgo), const IP_FW_GET = 44 +pkg syscall (darwin-amd64-cgo), const IP_FW_RESETLOG = 45 +pkg syscall (darwin-amd64-cgo), const IP_FW_ZERO = 43 +pkg syscall (darwin-amd64-cgo), const IP_HDRINCL = 2 +pkg syscall (darwin-amd64-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (darwin-amd64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (darwin-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-amd64-cgo), const IP_MF = 8192 +pkg syscall (darwin-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-amd64-cgo), const IP_MSFILTER = 74 +pkg syscall (darwin-amd64-cgo), const IP_MSS = 576 +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IFINDEX = 66 +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (darwin-amd64-cgo), const IP_NAT__XXX = 55 +pkg syscall (darwin-amd64-cgo), const IP_OFFMASK = 8191 +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ADD = 50 +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_DEL = 51 +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_FLUSH = 52 +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_GET = 54 +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_RESETLOG = 56 +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ZERO = 53 +pkg syscall (darwin-amd64-cgo), const IP_OPTIONS = 1 +pkg syscall (darwin-amd64-cgo), const IP_PKTINFO = 26 +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE = 19 +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (darwin-amd64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (darwin-amd64-cgo), const IP_RECVIF = 20 +pkg syscall (darwin-amd64-cgo), const IP_RECVOPTS = 5 +pkg syscall (darwin-amd64-cgo), const IP_RECVPKTINFO = 26 +pkg syscall (darwin-amd64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (darwin-amd64-cgo), const IP_RECVTTL = 24 +pkg syscall (darwin-amd64-cgo), const IP_RETOPTS = 8 +pkg syscall (darwin-amd64-cgo), const IP_RF = 32768 +pkg syscall (darwin-amd64-cgo), const IP_RSVP_OFF = 16 +pkg syscall (darwin-amd64-cgo), const IP_RSVP_ON = 15 +pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (darwin-amd64-cgo), const IP_STRIPHDR = 23 +pkg syscall (darwin-amd64-cgo), const IP_TOS = 3 +pkg syscall (darwin-amd64-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65 +pkg syscall (darwin-amd64-cgo), const IP_TTL = 4 +pkg syscall (darwin-amd64-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (darwin-amd64-cgo), const ISIG = 128 +pkg syscall (darwin-amd64-cgo), const ISIG ideal-int +pkg syscall (darwin-amd64-cgo), const ISTRIP = 32 +pkg syscall (darwin-amd64-cgo), const ISTRIP ideal-int +pkg syscall (darwin-amd64-cgo), const IUTF8 = 16384 +pkg syscall (darwin-amd64-cgo), const IUTF8 ideal-int +pkg syscall (darwin-amd64-cgo), const IXANY = 2048 +pkg syscall (darwin-amd64-cgo), const IXANY ideal-int +pkg syscall (darwin-amd64-cgo), const IXOFF = 1024 +pkg syscall (darwin-amd64-cgo), const IXOFF ideal-int +pkg syscall (darwin-amd64-cgo), const IXON = 512 +pkg syscall (darwin-amd64-cgo), const IXON ideal-int +pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false +pkg syscall (darwin-amd64-cgo), const LOCK_EX = 2 +pkg syscall (darwin-amd64-cgo), const LOCK_NB = 4 +pkg syscall (darwin-amd64-cgo), const LOCK_SH = 1 +pkg syscall (darwin-amd64-cgo), const LOCK_UN = 8 +pkg syscall (darwin-amd64-cgo), const MADV_CAN_REUSE = 9 +pkg syscall (darwin-amd64-cgo), const MADV_DONTNEED = 4 +pkg syscall (darwin-amd64-cgo), const MADV_FREE = 5 +pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSABLE = 7 +pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSE = 8 +pkg syscall (darwin-amd64-cgo), const MADV_NORMAL = 0 +pkg syscall (darwin-amd64-cgo), const MADV_RANDOM = 1 +pkg syscall (darwin-amd64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (darwin-amd64-cgo), const MADV_WILLNEED = 3 +pkg syscall (darwin-amd64-cgo), const MADV_ZERO_WIRED_PAGES = 6 +pkg syscall (darwin-amd64-cgo), const MAP_ANON = 4096 +pkg syscall (darwin-amd64-cgo), const MAP_COPY = 2 +pkg syscall (darwin-amd64-cgo), const MAP_FILE = 0 +pkg syscall (darwin-amd64-cgo), const MAP_FIXED = 16 +pkg syscall (darwin-amd64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (darwin-amd64-cgo), const MAP_JIT = 2048 +pkg syscall (darwin-amd64-cgo), const MAP_NOCACHE = 1024 +pkg syscall (darwin-amd64-cgo), const MAP_NOEXTEND = 256 +pkg syscall (darwin-amd64-cgo), const MAP_NORESERVE = 64 +pkg syscall (darwin-amd64-cgo), const MAP_PRIVATE = 2 +pkg syscall (darwin-amd64-cgo), const MAP_RENAME = 32 +pkg syscall (darwin-amd64-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (darwin-amd64-cgo), const MAP_SHARED = 1 +pkg syscall (darwin-amd64-cgo), const MCL_CURRENT = 1 +pkg syscall (darwin-amd64-cgo), const MCL_FUTURE = 2 +pkg syscall (darwin-amd64-cgo), const MSG_CTRUNC = 32 +pkg syscall (darwin-amd64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (darwin-amd64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (darwin-amd64-cgo), const MSG_EOF = 256 +pkg syscall (darwin-amd64-cgo), const MSG_EOR = 8 +pkg syscall (darwin-amd64-cgo), const MSG_FLUSH = 1024 +pkg syscall (darwin-amd64-cgo), const MSG_HAVEMORE = 8192 +pkg syscall (darwin-amd64-cgo), const MSG_HOLD = 2048 +pkg syscall (darwin-amd64-cgo), const MSG_NEEDSA = 65536 +pkg syscall (darwin-amd64-cgo), const MSG_OOB = 1 +pkg syscall (darwin-amd64-cgo), const MSG_PEEK = 2 +pkg syscall (darwin-amd64-cgo), const MSG_RCVMORE = 16384 +pkg syscall (darwin-amd64-cgo), const MSG_SEND = 4096 +pkg syscall (darwin-amd64-cgo), const MSG_TRUNC = 16 +pkg syscall (darwin-amd64-cgo), const MSG_WAITALL = 64 +pkg syscall (darwin-amd64-cgo), const MSG_WAITSTREAM = 512 +pkg syscall (darwin-amd64-cgo), const MS_ASYNC = 1 +pkg syscall (darwin-amd64-cgo), const MS_DEACTIVATE = 8 +pkg syscall (darwin-amd64-cgo), const MS_INVALIDATE = 2 +pkg syscall (darwin-amd64-cgo), const MS_KILLPAGES = 4 +pkg syscall (darwin-amd64-cgo), const MS_SYNC = 16 +pkg syscall (darwin-amd64-cgo), const NAME_MAX = 255 +pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP = 1 +pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP2 = 7 +pkg syscall (darwin-amd64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST = 3 +pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST2 = 6 +pkg syscall (darwin-amd64-cgo), const NET_RT_MAXID = 10 +pkg syscall (darwin-amd64-cgo), const NET_RT_STAT = 4 +pkg syscall (darwin-amd64-cgo), const NET_RT_TRASH = 5 +pkg syscall (darwin-amd64-cgo), const NOFLSH = 2147483648 +pkg syscall (darwin-amd64-cgo), const NOFLSH ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_ABSOLUTE = 8 +pkg syscall (darwin-amd64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (darwin-amd64-cgo), const NOTE_CHILD = 4 +pkg syscall (darwin-amd64-cgo), const NOTE_DELETE = 1 +pkg syscall (darwin-amd64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (darwin-amd64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (darwin-amd64-cgo), const NOTE_EXITSTATUS = 67108864 +pkg syscall (darwin-amd64-cgo), const NOTE_EXTEND = 4 +pkg syscall (darwin-amd64-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (darwin-amd64-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (darwin-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (darwin-amd64-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (darwin-amd64-cgo), const NOTE_FFNOP = 0 +pkg syscall (darwin-amd64-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (darwin-amd64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (darwin-amd64-cgo), const NOTE_LINK = 16 +pkg syscall (darwin-amd64-cgo), const NOTE_LOWAT = 1 +pkg syscall (darwin-amd64-cgo), const NOTE_NONE = 128 +pkg syscall (darwin-amd64-cgo), const NOTE_NSECONDS = 4 +pkg syscall (darwin-amd64-cgo), const NOTE_PCTRLMASK = -1048576 +pkg syscall (darwin-amd64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (darwin-amd64-cgo), const NOTE_REAP = 268435456 +pkg syscall (darwin-amd64-cgo), const NOTE_RENAME = 32 +pkg syscall (darwin-amd64-cgo), const NOTE_RESOURCEEND = 33554432 +pkg syscall (darwin-amd64-cgo), const NOTE_REVOKE = 64 +pkg syscall (darwin-amd64-cgo), const NOTE_SECONDS = 1 +pkg syscall (darwin-amd64-cgo), const NOTE_SIGNAL = 134217728 +pkg syscall (darwin-amd64-cgo), const NOTE_TRACK = 1 +pkg syscall (darwin-amd64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (darwin-amd64-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (darwin-amd64-cgo), const NOTE_USECONDS = 2 +pkg syscall (darwin-amd64-cgo), const NOTE_VM_ERROR = 268435456 +pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE = 2147483648 +pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912 +pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824 +pkg syscall (darwin-amd64-cgo), const NOTE_WRITE = 2 +pkg syscall (darwin-amd64-cgo), const OCRNL = 16 +pkg syscall (darwin-amd64-cgo), const OCRNL ideal-int +pkg syscall (darwin-amd64-cgo), const OFDEL = 131072 +pkg syscall (darwin-amd64-cgo), const OFDEL ideal-int +pkg syscall (darwin-amd64-cgo), const OFILL = 128 +pkg syscall (darwin-amd64-cgo), const OFILL ideal-int +pkg syscall (darwin-amd64-cgo), const ONLCR = 2 +pkg syscall (darwin-amd64-cgo), const ONLCR ideal-int +pkg syscall (darwin-amd64-cgo), const ONLRET = 64 +pkg syscall (darwin-amd64-cgo), const ONLRET ideal-int +pkg syscall (darwin-amd64-cgo), const ONOCR = 32 +pkg syscall (darwin-amd64-cgo), const ONOCR ideal-int +pkg syscall (darwin-amd64-cgo), const ONOEOT = 8 +pkg syscall (darwin-amd64-cgo), const ONOEOT ideal-int +pkg syscall (darwin-amd64-cgo), const OPOST = 1 +pkg syscall (darwin-amd64-cgo), const OPOST ideal-int +pkg syscall (darwin-amd64-cgo), const O_ACCMODE = 3 +pkg syscall (darwin-amd64-cgo), const O_ALERT = 536870912 +pkg syscall (darwin-amd64-cgo), const O_APPEND = 8 +pkg syscall (darwin-amd64-cgo), const O_ASYNC = 64 +pkg syscall (darwin-amd64-cgo), const O_CLOEXEC = 16777216 +pkg syscall (darwin-amd64-cgo), const O_CREAT = 512 +pkg syscall (darwin-amd64-cgo), const O_DIRECTORY = 1048576 +pkg syscall (darwin-amd64-cgo), const O_DSYNC = 4194304 +pkg syscall (darwin-amd64-cgo), const O_EVTONLY = 32768 +pkg syscall (darwin-amd64-cgo), const O_EXCL = 2048 +pkg syscall (darwin-amd64-cgo), const O_EXLOCK = 32 +pkg syscall (darwin-amd64-cgo), const O_FSYNC = 128 +pkg syscall (darwin-amd64-cgo), const O_NDELAY = 4 +pkg syscall (darwin-amd64-cgo), const O_NOCTTY = 131072 +pkg syscall (darwin-amd64-cgo), const O_NOFOLLOW = 256 +pkg syscall (darwin-amd64-cgo), const O_NONBLOCK = 4 +pkg syscall (darwin-amd64-cgo), const O_POPUP = 2147483648 +pkg syscall (darwin-amd64-cgo), const O_SHLOCK = 16 +pkg syscall (darwin-amd64-cgo), const O_SYMLINK = 2097152 +pkg syscall (darwin-amd64-cgo), const O_SYNC = 128 +pkg syscall (darwin-amd64-cgo), const O_TRUNC = 1024 +pkg syscall (darwin-amd64-cgo), const PARENB = 4096 +pkg syscall (darwin-amd64-cgo), const PARENB ideal-int +pkg syscall (darwin-amd64-cgo), const PARMRK = 8 +pkg syscall (darwin-amd64-cgo), const PARMRK ideal-int +pkg syscall (darwin-amd64-cgo), const PARODD = 8192 +pkg syscall (darwin-amd64-cgo), const PARODD ideal-int +pkg syscall (darwin-amd64-cgo), const PENDIN = 536870912 +pkg syscall (darwin-amd64-cgo), const PENDIN ideal-int +pkg syscall (darwin-amd64-cgo), const PROT_EXEC = 4 +pkg syscall (darwin-amd64-cgo), const PROT_NONE = 0 +pkg syscall (darwin-amd64-cgo), const PROT_READ = 1 +pkg syscall (darwin-amd64-cgo), const PROT_WRITE = 2 +pkg syscall (darwin-amd64-cgo), const PTRACE_CONT = 7 +pkg syscall (darwin-amd64-cgo), const PTRACE_KILL = 8 +pkg syscall (darwin-amd64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (darwin-amd64-cgo), const PT_ATTACH = 10 +pkg syscall (darwin-amd64-cgo), const PT_ATTACHEXC = 14 +pkg syscall (darwin-amd64-cgo), const PT_CONTINUE = 7 +pkg syscall (darwin-amd64-cgo), const PT_DENY_ATTACH = 31 +pkg syscall (darwin-amd64-cgo), const PT_DETACH = 11 +pkg syscall (darwin-amd64-cgo), const PT_FIRSTMACH = 32 +pkg syscall (darwin-amd64-cgo), const PT_FORCEQUOTA = 30 +pkg syscall (darwin-amd64-cgo), const PT_KILL = 8 +pkg syscall (darwin-amd64-cgo), const PT_READ_D = 2 +pkg syscall (darwin-amd64-cgo), const PT_READ_I = 1 +pkg syscall (darwin-amd64-cgo), const PT_READ_U = 3 +pkg syscall (darwin-amd64-cgo), const PT_SIGEXC = 12 +pkg syscall (darwin-amd64-cgo), const PT_STEP = 9 +pkg syscall (darwin-amd64-cgo), const PT_THUPDATE = 13 +pkg syscall (darwin-amd64-cgo), const PT_TRACE_ME = 0 +pkg syscall (darwin-amd64-cgo), const PT_WRITE_D = 5 +pkg syscall (darwin-amd64-cgo), const PT_WRITE_I = 4 +pkg syscall (darwin-amd64-cgo), const PT_WRITE_U = 6 +pkg syscall (darwin-amd64-cgo), const RLIMIT_AS = 5 +pkg syscall (darwin-amd64-cgo), const RLIMIT_CORE = 4 +pkg syscall (darwin-amd64-cgo), const RLIMIT_CPU = 0 +pkg syscall (darwin-amd64-cgo), const RLIMIT_DATA = 2 +pkg syscall (darwin-amd64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (darwin-amd64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (darwin-amd64-cgo), const RLIMIT_STACK = 3 +pkg syscall (darwin-amd64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (darwin-amd64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (darwin-amd64-cgo), const RTAX_BRD = 7 +pkg syscall (darwin-amd64-cgo), const RTAX_DST = 0 +pkg syscall (darwin-amd64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (darwin-amd64-cgo), const RTAX_GENMASK = 3 +pkg syscall (darwin-amd64-cgo), const RTAX_IFA = 5 +pkg syscall (darwin-amd64-cgo), const RTAX_IFP = 4 +pkg syscall (darwin-amd64-cgo), const RTAX_MAX = 8 +pkg syscall (darwin-amd64-cgo), const RTAX_NETMASK = 2 +pkg syscall (darwin-amd64-cgo), const RTA_AUTHOR = 64 +pkg syscall (darwin-amd64-cgo), const RTA_BRD = 128 +pkg syscall (darwin-amd64-cgo), const RTA_DST = 1 +pkg syscall (darwin-amd64-cgo), const RTA_GATEWAY = 2 +pkg syscall (darwin-amd64-cgo), const RTA_GENMASK = 8 +pkg syscall (darwin-amd64-cgo), const RTA_IFA = 32 +pkg syscall (darwin-amd64-cgo), const RTA_IFP = 16 +pkg syscall (darwin-amd64-cgo), const RTA_NETMASK = 4 +pkg syscall (darwin-amd64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (darwin-amd64-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (darwin-amd64-cgo), const RTF_CLONING = 256 +pkg syscall (darwin-amd64-cgo), const RTF_CONDEMNED = 33554432 +pkg syscall (darwin-amd64-cgo), const RTF_DELCLONE = 128 +pkg syscall (darwin-amd64-cgo), const RTF_DONE = 64 +pkg syscall (darwin-amd64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (darwin-amd64-cgo), const RTF_GATEWAY = 2 +pkg syscall (darwin-amd64-cgo), const RTF_HOST = 4 +pkg syscall (darwin-amd64-cgo), const RTF_IFREF = 67108864 +pkg syscall (darwin-amd64-cgo), const RTF_IFSCOPE = 16777216 +pkg syscall (darwin-amd64-cgo), const RTF_LLINFO = 1024 +pkg syscall (darwin-amd64-cgo), const RTF_LOCAL = 2097152 +pkg syscall (darwin-amd64-cgo), const RTF_MODIFIED = 32 +pkg syscall (darwin-amd64-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (darwin-amd64-cgo), const RTF_PINNED = 1048576 +pkg syscall (darwin-amd64-cgo), const RTF_PRCLONING = 65536 +pkg syscall (darwin-amd64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (darwin-amd64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (darwin-amd64-cgo), const RTF_PROTO3 = 262144 +pkg syscall (darwin-amd64-cgo), const RTF_REJECT = 8 +pkg syscall (darwin-amd64-cgo), const RTF_STATIC = 2048 +pkg syscall (darwin-amd64-cgo), const RTF_UP = 1 +pkg syscall (darwin-amd64-cgo), const RTF_WASCLONED = 131072 +pkg syscall (darwin-amd64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (darwin-amd64-cgo), const RTM_ADD = 1 +pkg syscall (darwin-amd64-cgo), const RTM_CHANGE = 3 +pkg syscall (darwin-amd64-cgo), const RTM_DELADDR = 13 +pkg syscall (darwin-amd64-cgo), const RTM_DELETE = 2 +pkg syscall (darwin-amd64-cgo), const RTM_DELMADDR = 16 +pkg syscall (darwin-amd64-cgo), const RTM_GET = 4 +pkg syscall (darwin-amd64-cgo), const RTM_GET2 = 20 +pkg syscall (darwin-amd64-cgo), const RTM_IFINFO = 14 +pkg syscall (darwin-amd64-cgo), const RTM_IFINFO2 = 18 +pkg syscall (darwin-amd64-cgo), const RTM_LOCK = 8 +pkg syscall (darwin-amd64-cgo), const RTM_LOSING = 5 +pkg syscall (darwin-amd64-cgo), const RTM_MISS = 7 +pkg syscall (darwin-amd64-cgo), const RTM_NEWADDR = 12 +pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR = 15 +pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR2 = 19 +pkg syscall (darwin-amd64-cgo), const RTM_OLDADD = 9 +pkg syscall (darwin-amd64-cgo), const RTM_OLDDEL = 10 +pkg syscall (darwin-amd64-cgo), const RTM_REDIRECT = 6 +pkg syscall (darwin-amd64-cgo), const RTM_RESOLVE = 11 +pkg syscall (darwin-amd64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (darwin-amd64-cgo), const RTM_VERSION = 5 +pkg syscall (darwin-amd64-cgo), const RTV_EXPIRE = 4 +pkg syscall (darwin-amd64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (darwin-amd64-cgo), const RTV_MTU = 1 +pkg syscall (darwin-amd64-cgo), const RTV_RPIPE = 8 +pkg syscall (darwin-amd64-cgo), const RTV_RTT = 64 +pkg syscall (darwin-amd64-cgo), const RTV_RTTVAR = 128 +pkg syscall (darwin-amd64-cgo), const RTV_SPIPE = 16 +pkg syscall (darwin-amd64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (darwin-amd64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (darwin-amd64-cgo), const RUSAGE_SELF = 0 +pkg syscall (darwin-amd64-cgo), const SCM_CREDS = 3 +pkg syscall (darwin-amd64-cgo), const SCM_RIGHTS = 1 +pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP_MONOTONIC = 4 +pkg syscall (darwin-amd64-cgo), const SIGBUS = 10 +pkg syscall (darwin-amd64-cgo), const SIGCHLD = 20 +pkg syscall (darwin-amd64-cgo), const SIGCONT = 19 +pkg syscall (darwin-amd64-cgo), const SIGEMT = 7 +pkg syscall (darwin-amd64-cgo), const SIGINFO = 29 +pkg syscall (darwin-amd64-cgo), const SIGIO = 23 +pkg syscall (darwin-amd64-cgo), const SIGIOT = 6 +pkg syscall (darwin-amd64-cgo), const SIGPROF = 27 +pkg syscall (darwin-amd64-cgo), const SIGSTOP = 17 +pkg syscall (darwin-amd64-cgo), const SIGSYS = 12 +pkg syscall (darwin-amd64-cgo), const SIGTSTP = 18 +pkg syscall (darwin-amd64-cgo), const SIGTTIN = 21 +pkg syscall (darwin-amd64-cgo), const SIGTTOU = 22 +pkg syscall (darwin-amd64-cgo), const SIGURG = 16 +pkg syscall (darwin-amd64-cgo), const SIGUSR1 = 30 +pkg syscall (darwin-amd64-cgo), const SIGUSR2 = 31 +pkg syscall (darwin-amd64-cgo), const SIGVTALRM = 26 +pkg syscall (darwin-amd64-cgo), const SIGWINCH = 28 +pkg syscall (darwin-amd64-cgo), const SIGXCPU = 24 +pkg syscall (darwin-amd64-cgo), const SIGXFSZ = 25 +pkg syscall (darwin-amd64-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (darwin-amd64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (darwin-amd64-cgo), const SIOCALIFADDR = 2165860637 +pkg syscall (darwin-amd64-cgo), const SIOCARPIPLL = 3223349544 +pkg syscall (darwin-amd64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (darwin-amd64-cgo), const SIOCAUTOADDR = 3223349542 +pkg syscall (darwin-amd64-cgo), const SIOCAUTONETMASK = 2149607719 +pkg syscall (darwin-amd64-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (darwin-amd64-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (darwin-amd64-cgo), const SIOCDIFPHYADDR = 2149607745 +pkg syscall (darwin-amd64-cgo), const SIOCDLIFADDR = 2165860639 +pkg syscall (darwin-amd64-cgo), const SIOCGDRVSPEC = 3223873915 +pkg syscall (darwin-amd64-cgo), const SIOCGETSGCNT = 3222565404 +pkg syscall (darwin-amd64-cgo), const SIOCGETVIFCNT = 3222565403 +pkg syscall (darwin-amd64-cgo), const SIOCGETVLAN = 3223349631 +pkg syscall (darwin-amd64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (darwin-amd64-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (darwin-amd64-cgo), const SIOCGIFALTMTU = 3223349576 +pkg syscall (darwin-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (darwin-amd64-cgo), const SIOCGIFBOND = 3223349575 +pkg syscall (darwin-amd64-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (darwin-amd64-cgo), const SIOCGIFCAP = 3223349595 +pkg syscall (darwin-amd64-cgo), const SIOCGIFCONF = 3222038820 +pkg syscall (darwin-amd64-cgo), const SIOCGIFDEVMTU = 3223349572 +pkg syscall (darwin-amd64-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (darwin-amd64-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (darwin-amd64-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (darwin-amd64-cgo), const SIOCGIFKPI = 3223349639 +pkg syscall (darwin-amd64-cgo), const SIOCGIFMAC = 3223349634 +pkg syscall (darwin-amd64-cgo), const SIOCGIFMEDIA = 3224135992 +pkg syscall (darwin-amd64-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (darwin-amd64-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (darwin-amd64-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (darwin-amd64-cgo), const SIOCGIFPDSTADDR = 3223349568 +pkg syscall (darwin-amd64-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (darwin-amd64-cgo), const SIOCGIFPSRCADDR = 3223349567 +pkg syscall (darwin-amd64-cgo), const SIOCGIFSTATUS = 3274795325 +pkg syscall (darwin-amd64-cgo), const SIOCGIFVLAN = 3223349631 +pkg syscall (darwin-amd64-cgo), const SIOCGIFWAKEFLAGS = 3223349640 +pkg syscall (darwin-amd64-cgo), const SIOCGLIFADDR = 3239602462 +pkg syscall (darwin-amd64-cgo), const SIOCGLIFPHYADDR = 3239602499 +pkg syscall (darwin-amd64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (darwin-amd64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE = 3223349624 +pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE2 = 3223349626 +pkg syscall (darwin-amd64-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (darwin-amd64-cgo), const SIOCRSLVMULTI = 3222300987 +pkg syscall (darwin-amd64-cgo), const SIOCSDRVSPEC = 2150132091 +pkg syscall (darwin-amd64-cgo), const SIOCSETVLAN = 2149607806 +pkg syscall (darwin-amd64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (darwin-amd64-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (darwin-amd64-cgo), const SIOCSIFALTMTU = 2149607749 +pkg syscall (darwin-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (darwin-amd64-cgo), const SIOCSIFBOND = 2149607750 +pkg syscall (darwin-amd64-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (darwin-amd64-cgo), const SIOCSIFCAP = 2149607770 +pkg syscall (darwin-amd64-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (darwin-amd64-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (darwin-amd64-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (darwin-amd64-cgo), const SIOCSIFKPI = 2149607814 +pkg syscall (darwin-amd64-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (darwin-amd64-cgo), const SIOCSIFMAC = 2149607811 +pkg syscall (darwin-amd64-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (darwin-amd64-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (darwin-amd64-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (darwin-amd64-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYADDR = 2151704894 +pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (darwin-amd64-cgo), const SIOCSIFVLAN = 2149607806 +pkg syscall (darwin-amd64-cgo), const SIOCSLIFPHYADDR = 2165860674 +pkg syscall (darwin-amd64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (darwin-amd64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (darwin-amd64-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (darwin-amd64-cgo), const SOCK_RDM = 4 +pkg syscall (darwin-amd64-cgo), const SOL_SOCKET = 65535 +pkg syscall (darwin-amd64-cgo), const SOMAXCONN = 128 +pkg syscall (darwin-amd64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (darwin-amd64-cgo), const SO_BROADCAST = 32 +pkg syscall (darwin-amd64-cgo), const SO_DEBUG = 1 +pkg syscall (darwin-amd64-cgo), const SO_DONTROUTE = 16 +pkg syscall (darwin-amd64-cgo), const SO_DONTTRUNC = 8192 +pkg syscall (darwin-amd64-cgo), const SO_ERROR = 4103 +pkg syscall (darwin-amd64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (darwin-amd64-cgo), const SO_LABEL = 4112 +pkg syscall (darwin-amd64-cgo), const SO_LINGER = 128 +pkg syscall (darwin-amd64-cgo), const SO_LINGER_SEC = 4224 +pkg syscall (darwin-amd64-cgo), const SO_NKE = 4129 +pkg syscall (darwin-amd64-cgo), const SO_NOADDRERR = 4131 +pkg syscall (darwin-amd64-cgo), const SO_NOSIGPIPE = 4130 +pkg syscall (darwin-amd64-cgo), const SO_NOTIFYCONFLICT = 4134 +pkg syscall (darwin-amd64-cgo), const SO_NP_EXTENSIONS = 4227 +pkg syscall (darwin-amd64-cgo), const SO_NREAD = 4128 +pkg syscall (darwin-amd64-cgo), const SO_NWRITE = 4132 +pkg syscall (darwin-amd64-cgo), const SO_OOBINLINE = 256 +pkg syscall (darwin-amd64-cgo), const SO_PEERLABEL = 4113 +pkg syscall (darwin-amd64-cgo), const SO_RANDOMPORT = 4226 +pkg syscall (darwin-amd64-cgo), const SO_RCVBUF = 4098 +pkg syscall (darwin-amd64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (darwin-amd64-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (darwin-amd64-cgo), const SO_RESTRICTIONS = 4225 +pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYIN = 1 +pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYOUT = 2 +pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYSET = 2147483648 +pkg syscall (darwin-amd64-cgo), const SO_REUSEADDR = 4 +pkg syscall (darwin-amd64-cgo), const SO_REUSEPORT = 512 +pkg syscall (darwin-amd64-cgo), const SO_REUSESHAREUID = 4133 +pkg syscall (darwin-amd64-cgo), const SO_SNDBUF = 4097 +pkg syscall (darwin-amd64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (darwin-amd64-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP_MONOTONIC = 2048 +pkg syscall (darwin-amd64-cgo), const SO_TYPE = 4104 +pkg syscall (darwin-amd64-cgo), const SO_UPCALLCLOSEWAIT = 4135 +pkg syscall (darwin-amd64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (darwin-amd64-cgo), const SO_WANTMORE = 16384 +pkg syscall (darwin-amd64-cgo), const SO_WANTOOBFLAG = 32768 +pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT = 30 +pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT_NOCANCEL = 404 +pkg syscall (darwin-amd64-cgo), const SYS_ACCESS = 33 +pkg syscall (darwin-amd64-cgo), const SYS_ACCESS_EXTENDED = 284 +pkg syscall (darwin-amd64-cgo), const SYS_ACCT = 51 +pkg syscall (darwin-amd64-cgo), const SYS_ADD_PROFIL = 176 +pkg syscall (darwin-amd64-cgo), const SYS_ADJTIME = 140 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_CANCEL = 316 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_ERROR = 317 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_FSYNC = 313 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_READ = 318 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_RETURN = 314 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND = 315 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421 +pkg syscall (darwin-amd64-cgo), const SYS_AIO_WRITE = 319 +pkg syscall (darwin-amd64-cgo), const SYS_ATGETMSG = 207 +pkg syscall (darwin-amd64-cgo), const SYS_ATPGETREQ = 211 +pkg syscall (darwin-amd64-cgo), const SYS_ATPGETRSP = 212 +pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDREQ = 209 +pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDRSP = 210 +pkg syscall (darwin-amd64-cgo), const SYS_ATPUTMSG = 208 +pkg syscall (darwin-amd64-cgo), const SYS_ATSOCKET = 206 +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT = 350 +pkg syscall (darwin-amd64-cgo), const SYS_AUDITCTL = 359 +pkg syscall (darwin-amd64-cgo), const SYS_AUDITON = 351 +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_JOIN = 429 +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_PORT = 432 +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_SELF = 428 +pkg syscall (darwin-amd64-cgo), const SYS_BIND = 104 +pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_CREATE = 360 +pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_REGISTER = 366 +pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_TERMINATE = 361 +pkg syscall (darwin-amd64-cgo), const SYS_CHDIR = 12 +pkg syscall (darwin-amd64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (darwin-amd64-cgo), const SYS_CHMOD = 15 +pkg syscall (darwin-amd64-cgo), const SYS_CHMOD_EXTENDED = 282 +pkg syscall (darwin-amd64-cgo), const SYS_CHOWN = 16 +pkg syscall (darwin-amd64-cgo), const SYS_CHROOT = 61 +pkg syscall (darwin-amd64-cgo), const SYS_CHUD = 185 +pkg syscall (darwin-amd64-cgo), const SYS_CLOSE = 6 +pkg syscall (darwin-amd64-cgo), const SYS_CLOSE_NOCANCEL = 399 +pkg syscall (darwin-amd64-cgo), const SYS_CONNECT = 98 +pkg syscall (darwin-amd64-cgo), const SYS_CONNECT_NOCANCEL = 409 +pkg syscall (darwin-amd64-cgo), const SYS_COPYFILE = 227 +pkg syscall (darwin-amd64-cgo), const SYS_CSOPS = 169 +pkg syscall (darwin-amd64-cgo), const SYS_DELETE = 226 +pkg syscall (darwin-amd64-cgo), const SYS_DUP = 41 +pkg syscall (darwin-amd64-cgo), const SYS_DUP2 = 90 +pkg syscall (darwin-amd64-cgo), const SYS_EXCHANGEDATA = 223 +pkg syscall (darwin-amd64-cgo), const SYS_EXECVE = 59 +pkg syscall (darwin-amd64-cgo), const SYS_EXIT = 1 +pkg syscall (darwin-amd64-cgo), const SYS_FCHDIR = 13 +pkg syscall (darwin-amd64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD = 124 +pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD_EXTENDED = 283 +pkg syscall (darwin-amd64-cgo), const SYS_FCHOWN = 123 +pkg syscall (darwin-amd64-cgo), const SYS_FCNTL = 92 +pkg syscall (darwin-amd64-cgo), const SYS_FCNTL_NOCANCEL = 406 +pkg syscall (darwin-amd64-cgo), const SYS_FDATASYNC = 187 +pkg syscall (darwin-amd64-cgo), const SYS_FFSCTL = 245 +pkg syscall (darwin-amd64-cgo), const SYS_FGETATTRLIST = 228 +pkg syscall (darwin-amd64-cgo), const SYS_FGETXATTR = 235 +pkg syscall (darwin-amd64-cgo), const SYS_FHOPEN = 248 +pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEFD = 431 +pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEPORT = 430 +pkg syscall (darwin-amd64-cgo), const SYS_FLISTXATTR = 241 +pkg syscall (darwin-amd64-cgo), const SYS_FLOCK = 131 +pkg syscall (darwin-amd64-cgo), const SYS_FORK = 2 +pkg syscall (darwin-amd64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (darwin-amd64-cgo), const SYS_FREMOVEXATTR = 239 +pkg syscall (darwin-amd64-cgo), const SYS_FSCTL = 242 +pkg syscall (darwin-amd64-cgo), const SYS_FSETATTRLIST = 229 +pkg syscall (darwin-amd64-cgo), const SYS_FSETXATTR = 237 +pkg syscall (darwin-amd64-cgo), const SYS_FSGETPATH = 427 +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT = 189 +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64 = 339 +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64_EXTENDED = 343 +pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS = 158 +pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS64 = 346 +pkg syscall (darwin-amd64-cgo), const SYS_FSTATV = 219 +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT_EXTENDED = 281 +pkg syscall (darwin-amd64-cgo), const SYS_FSYNC = 95 +pkg syscall (darwin-amd64-cgo), const SYS_FSYNC_NOCANCEL = 408 +pkg syscall (darwin-amd64-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (darwin-amd64-cgo), const SYS_FUTIMES = 139 +pkg syscall (darwin-amd64-cgo), const SYS_GETATTRLIST = 220 +pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT = 355 +pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT_ADDR = 357 +pkg syscall (darwin-amd64-cgo), const SYS_GETAUID = 353 +pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES64 = 344 +pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIESATTR = 222 +pkg syscall (darwin-amd64-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (darwin-amd64-cgo), const SYS_GETEGID = 43 +pkg syscall (darwin-amd64-cgo), const SYS_GETEUID = 25 +pkg syscall (darwin-amd64-cgo), const SYS_GETFH = 161 +pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT = 18 +pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT64 = 347 +pkg syscall (darwin-amd64-cgo), const SYS_GETGID = 47 +pkg syscall (darwin-amd64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (darwin-amd64-cgo), const SYS_GETHOSTUUID = 142 +pkg syscall (darwin-amd64-cgo), const SYS_GETITIMER = 86 +pkg syscall (darwin-amd64-cgo), const SYS_GETLCID = 395 +pkg syscall (darwin-amd64-cgo), const SYS_GETLOGIN = 49 +pkg syscall (darwin-amd64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (darwin-amd64-cgo), const SYS_GETPGID = 151 +pkg syscall (darwin-amd64-cgo), const SYS_GETPGRP = 81 +pkg syscall (darwin-amd64-cgo), const SYS_GETPID = 20 +pkg syscall (darwin-amd64-cgo), const SYS_GETPPID = 39 +pkg syscall (darwin-amd64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (darwin-amd64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (darwin-amd64-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (darwin-amd64-cgo), const SYS_GETSGROUPS = 288 +pkg syscall (darwin-amd64-cgo), const SYS_GETSID = 310 +pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (darwin-amd64-cgo), const SYS_GETTID = 286 +pkg syscall (darwin-amd64-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (darwin-amd64-cgo), const SYS_GETUID = 24 +pkg syscall (darwin-amd64-cgo), const SYS_GETWGROUPS = 290 +pkg syscall (darwin-amd64-cgo), const SYS_GETXATTR = 234 +pkg syscall (darwin-amd64-cgo), const SYS_IDENTITYSVC = 293 +pkg syscall (darwin-amd64-cgo), const SYS_INITGROUPS = 243 +pkg syscall (darwin-amd64-cgo), const SYS_IOCTL = 54 +pkg syscall (darwin-amd64-cgo), const SYS_IOPOLICYSYS = 322 +pkg syscall (darwin-amd64-cgo), const SYS_ISSETUGID = 327 +pkg syscall (darwin-amd64-cgo), const SYS_KDEBUG_TRACE = 180 +pkg syscall (darwin-amd64-cgo), const SYS_KEVENT = 363 +pkg syscall (darwin-amd64-cgo), const SYS_KEVENT64 = 369 +pkg syscall (darwin-amd64-cgo), const SYS_KILL = 37 +pkg syscall (darwin-amd64-cgo), const SYS_KQUEUE = 362 +pkg syscall (darwin-amd64-cgo), const SYS_LCHOWN = 364 +pkg syscall (darwin-amd64-cgo), const SYS_LINK = 9 +pkg syscall (darwin-amd64-cgo), const SYS_LIO_LISTIO = 320 +pkg syscall (darwin-amd64-cgo), const SYS_LISTEN = 106 +pkg syscall (darwin-amd64-cgo), const SYS_LISTXATTR = 240 +pkg syscall (darwin-amd64-cgo), const SYS_LSEEK = 199 +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT = 190 +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64 = 340 +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64_EXTENDED = 342 +pkg syscall (darwin-amd64-cgo), const SYS_LSTATV = 218 +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT_EXTENDED = 280 +pkg syscall (darwin-amd64-cgo), const SYS_MADVISE = 75 +pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL = 439 +pkg syscall (darwin-amd64-cgo), const SYS_MINCORE = 78 +pkg syscall (darwin-amd64-cgo), const SYS_MINHERIT = 250 +pkg syscall (darwin-amd64-cgo), const SYS_MKCOMPLEX = 216 +pkg syscall (darwin-amd64-cgo), const SYS_MKDIR = 136 +pkg syscall (darwin-amd64-cgo), const SYS_MKDIR_EXTENDED = 292 +pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO = 132 +pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO_EXTENDED = 291 +pkg syscall (darwin-amd64-cgo), const SYS_MKNOD = 14 +pkg syscall (darwin-amd64-cgo), const SYS_MLOCK = 203 +pkg syscall (darwin-amd64-cgo), const SYS_MLOCKALL = 324 +pkg syscall (darwin-amd64-cgo), const SYS_MMAP = 197 +pkg syscall (darwin-amd64-cgo), const SYS_MODWATCH = 233 +pkg syscall (darwin-amd64-cgo), const SYS_MOUNT = 167 +pkg syscall (darwin-amd64-cgo), const SYS_MPROTECT = 74 +pkg syscall (darwin-amd64-cgo), const SYS_MSGCTL = 258 +pkg syscall (darwin-amd64-cgo), const SYS_MSGGET = 259 +pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV = 261 +pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV_NOCANCEL = 419 +pkg syscall (darwin-amd64-cgo), const SYS_MSGSND = 260 +pkg syscall (darwin-amd64-cgo), const SYS_MSGSND_NOCANCEL = 418 +pkg syscall (darwin-amd64-cgo), const SYS_MSGSYS = 252 +pkg syscall (darwin-amd64-cgo), const SYS_MSYNC = 65 +pkg syscall (darwin-amd64-cgo), const SYS_MSYNC_NOCANCEL = 405 +pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (darwin-amd64-cgo), const SYS_MUNMAP = 73 +pkg syscall (darwin-amd64-cgo), const SYS_NFSCLNT = 247 +pkg syscall (darwin-amd64-cgo), const SYS_NFSSVC = 155 +pkg syscall (darwin-amd64-cgo), const SYS_OPEN = 5 +pkg syscall (darwin-amd64-cgo), const SYS_OPEN_EXTENDED = 277 +pkg syscall (darwin-amd64-cgo), const SYS_OPEN_NOCANCEL = 398 +pkg syscall (darwin-amd64-cgo), const SYS_PATHCONF = 191 +pkg syscall (darwin-amd64-cgo), const SYS_PID_HIBERNATE = 435 +pkg syscall (darwin-amd64-cgo), const SYS_PID_RESUME = 434 +pkg syscall (darwin-amd64-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436 +pkg syscall (darwin-amd64-cgo), const SYS_PID_SUSPEND = 433 +pkg syscall (darwin-amd64-cgo), const SYS_PIPE = 42 +pkg syscall (darwin-amd64-cgo), const SYS_POLL = 230 +pkg syscall (darwin-amd64-cgo), const SYS_POLL_NOCANCEL = 417 +pkg syscall (darwin-amd64-cgo), const SYS_POSIX_SPAWN = 244 +pkg syscall (darwin-amd64-cgo), const SYS_PREAD = 153 +pkg syscall (darwin-amd64-cgo), const SYS_PREAD_NOCANCEL = 414 +pkg syscall (darwin-amd64-cgo), const SYS_PROCESS_POLICY = 323 +pkg syscall (darwin-amd64-cgo), const SYS_PROC_INFO = 336 +pkg syscall (darwin-amd64-cgo), const SYS_PROFIL = 44 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVBROAD = 303 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVSIGNAL = 304 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVWAIT = 305 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXDROP = 302 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXWAIT = 301 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_RDLOCK = 306 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK = 308 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UPGRADE = 300 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_WRLOCK = 307 +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 +pkg syscall (darwin-amd64-cgo), const SYS_PTRACE = 26 +pkg syscall (darwin-amd64-cgo), const SYS_PWRITE = 154 +pkg syscall (darwin-amd64-cgo), const SYS_PWRITE_NOCANCEL = 415 +pkg syscall (darwin-amd64-cgo), const SYS_QUOTACTL = 165 +pkg syscall (darwin-amd64-cgo), const SYS_READ = 3 +pkg syscall (darwin-amd64-cgo), const SYS_READLINK = 58 +pkg syscall (darwin-amd64-cgo), const SYS_READV = 120 +pkg syscall (darwin-amd64-cgo), const SYS_READV_NOCANCEL = 411 +pkg syscall (darwin-amd64-cgo), const SYS_READ_NOCANCEL = 396 +pkg syscall (darwin-amd64-cgo), const SYS_REBOOT = 55 +pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM = 29 +pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM_NOCANCEL = 403 +pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG = 27 +pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG_NOCANCEL = 401 +pkg syscall (darwin-amd64-cgo), const SYS_REMOVEXATTR = 238 +pkg syscall (darwin-amd64-cgo), const SYS_RENAME = 128 +pkg syscall (darwin-amd64-cgo), const SYS_REVOKE = 56 +pkg syscall (darwin-amd64-cgo), const SYS_RMDIR = 137 +pkg syscall (darwin-amd64-cgo), const SYS_SEARCHFS = 225 +pkg syscall (darwin-amd64-cgo), const SYS_SELECT = 93 +pkg syscall (darwin-amd64-cgo), const SYS_SELECT_NOCANCEL = 407 +pkg syscall (darwin-amd64-cgo), const SYS_SEMCTL = 254 +pkg syscall (darwin-amd64-cgo), const SYS_SEMGET = 255 +pkg syscall (darwin-amd64-cgo), const SYS_SEMOP = 256 +pkg syscall (darwin-amd64-cgo), const SYS_SEMSYS = 251 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_CLOSE = 269 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_DESTROY = 276 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_GETVALUE = 274 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_INIT = 275 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_OPEN = 268 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_POST = 273 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_TRYWAIT = 272 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_UNLINK = 270 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT = 271 +pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT_NOCANCEL = 420 +pkg syscall (darwin-amd64-cgo), const SYS_SENDFILE = 337 +pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG = 28 +pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG_NOCANCEL = 402 +pkg syscall (darwin-amd64-cgo), const SYS_SENDTO = 133 +pkg syscall (darwin-amd64-cgo), const SYS_SENDTO_NOCANCEL = 413 +pkg syscall (darwin-amd64-cgo), const SYS_SETATTRLIST = 221 +pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT = 356 +pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT_ADDR = 358 +pkg syscall (darwin-amd64-cgo), const SYS_SETAUID = 354 +pkg syscall (darwin-amd64-cgo), const SYS_SETEGID = 182 +pkg syscall (darwin-amd64-cgo), const SYS_SETEUID = 183 +pkg syscall (darwin-amd64-cgo), const SYS_SETGID = 181 +pkg syscall (darwin-amd64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (darwin-amd64-cgo), const SYS_SETITIMER = 83 +pkg syscall (darwin-amd64-cgo), const SYS_SETLCID = 394 +pkg syscall (darwin-amd64-cgo), const SYS_SETLOGIN = 50 +pkg syscall (darwin-amd64-cgo), const SYS_SETPGID = 82 +pkg syscall (darwin-amd64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (darwin-amd64-cgo), const SYS_SETPRIVEXEC = 152 +pkg syscall (darwin-amd64-cgo), const SYS_SETREGID = 127 +pkg syscall (darwin-amd64-cgo), const SYS_SETREUID = 126 +pkg syscall (darwin-amd64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (darwin-amd64-cgo), const SYS_SETSGROUPS = 287 +pkg syscall (darwin-amd64-cgo), const SYS_SETSID = 147 +pkg syscall (darwin-amd64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (darwin-amd64-cgo), const SYS_SETTID = 285 +pkg syscall (darwin-amd64-cgo), const SYS_SETTID_WITH_PID = 311 +pkg syscall (darwin-amd64-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (darwin-amd64-cgo), const SYS_SETUID = 23 +pkg syscall (darwin-amd64-cgo), const SYS_SETWGROUPS = 289 +pkg syscall (darwin-amd64-cgo), const SYS_SETXATTR = 236 +pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_CHECK_NP = 294 +pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 +pkg syscall (darwin-amd64-cgo), const SYS_SHMAT = 262 +pkg syscall (darwin-amd64-cgo), const SYS_SHMCTL = 263 +pkg syscall (darwin-amd64-cgo), const SYS_SHMDT = 264 +pkg syscall (darwin-amd64-cgo), const SYS_SHMGET = 265 +pkg syscall (darwin-amd64-cgo), const SYS_SHMSYS = 253 +pkg syscall (darwin-amd64-cgo), const SYS_SHM_OPEN = 266 +pkg syscall (darwin-amd64-cgo), const SYS_SHM_UNLINK = 267 +pkg syscall (darwin-amd64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (darwin-amd64-cgo), const SYS_SIGACTION = 46 +pkg syscall (darwin-amd64-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (darwin-amd64-cgo), const SYS_SIGPENDING = 52 +pkg syscall (darwin-amd64-cgo), const SYS_SIGPROCMASK = 48 +pkg syscall (darwin-amd64-cgo), const SYS_SIGRETURN = 184 +pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND = 111 +pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410 +pkg syscall (darwin-amd64-cgo), const SYS_SOCKET = 97 +pkg syscall (darwin-amd64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (darwin-amd64-cgo), const SYS_STACK_SNAPSHOT = 365 +pkg syscall (darwin-amd64-cgo), const SYS_STAT = 188 +pkg syscall (darwin-amd64-cgo), const SYS_STAT64 = 338 +pkg syscall (darwin-amd64-cgo), const SYS_STAT64_EXTENDED = 341 +pkg syscall (darwin-amd64-cgo), const SYS_STATFS = 157 +pkg syscall (darwin-amd64-cgo), const SYS_STATFS64 = 345 +pkg syscall (darwin-amd64-cgo), const SYS_STATV = 217 +pkg syscall (darwin-amd64-cgo), const SYS_STAT_EXTENDED = 279 +pkg syscall (darwin-amd64-cgo), const SYS_SWAPON = 85 +pkg syscall (darwin-amd64-cgo), const SYS_SYMLINK = 57 +pkg syscall (darwin-amd64-cgo), const SYS_SYNC = 36 +pkg syscall (darwin-amd64-cgo), const SYS_SYSCALL = 0 +pkg syscall (darwin-amd64-cgo), const SYS_THREAD_SELFID = 372 +pkg syscall (darwin-amd64-cgo), const SYS_TRUNCATE = 200 +pkg syscall (darwin-amd64-cgo), const SYS_UMASK = 60 +pkg syscall (darwin-amd64-cgo), const SYS_UMASK_EXTENDED = 278 +pkg syscall (darwin-amd64-cgo), const SYS_UNDELETE = 205 +pkg syscall (darwin-amd64-cgo), const SYS_UNLINK = 10 +pkg syscall (darwin-amd64-cgo), const SYS_UNMOUNT = 159 +pkg syscall (darwin-amd64-cgo), const SYS_UTIMES = 138 +pkg syscall (darwin-amd64-cgo), const SYS_VFORK = 66 +pkg syscall (darwin-amd64-cgo), const SYS_VM_PRESSURE_MONITOR = 296 +pkg syscall (darwin-amd64-cgo), const SYS_WAIT4 = 7 +pkg syscall (darwin-amd64-cgo), const SYS_WAIT4_NOCANCEL = 400 +pkg syscall (darwin-amd64-cgo), const SYS_WAITEVENT = 232 +pkg syscall (darwin-amd64-cgo), const SYS_WAITID = 173 +pkg syscall (darwin-amd64-cgo), const SYS_WAITID_NOCANCEL = 416 +pkg syscall (darwin-amd64-cgo), const SYS_WATCHEVENT = 231 +pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_KERNRETURN = 368 +pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_OPEN = 367 +pkg syscall (darwin-amd64-cgo), const SYS_WRITE = 4 +pkg syscall (darwin-amd64-cgo), const SYS_WRITEV = 121 +pkg syscall (darwin-amd64-cgo), const SYS_WRITEV_NOCANCEL = 412 +pkg syscall (darwin-amd64-cgo), const SYS_WRITE_NOCANCEL = 397 +pkg syscall (darwin-amd64-cgo), const SYS___DISABLE_THREADSIGNAL = 331 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_EXECVE = 380 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GETFSSTAT = 426 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FD = 388 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FILE = 382 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCID = 391 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCTX = 392 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LINK = 384 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_MOUNT = 425 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PID = 390 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PROC = 386 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_MOUNT = 424 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FD = 389 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FILE = 383 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LCTX = 393 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LINK = 385 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_PROC = 387 +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SYSCALL = 381 +pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370 +pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CANCELED = 333 +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CHDIR = 348 +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_FCHDIR = 349 +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_KILL = 328 +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_MARKCANCEL = 332 +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_SIGMASK = 329 +pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL = 334 +pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 +pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT = 330 +pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT_NOCANCEL = 422 +pkg syscall (darwin-amd64-cgo), const SYS___SYSCTL = 202 +pkg syscall (darwin-amd64-cgo), const S_IEXEC = 64 +pkg syscall (darwin-amd64-cgo), const S_IFMT = 61440 +pkg syscall (darwin-amd64-cgo), const S_IFWHT = 57344 +pkg syscall (darwin-amd64-cgo), const S_IREAD = 256 +pkg syscall (darwin-amd64-cgo), const S_IRGRP = 32 +pkg syscall (darwin-amd64-cgo), const S_IROTH = 4 +pkg syscall (darwin-amd64-cgo), const S_IRWXG = 56 +pkg syscall (darwin-amd64-cgo), const S_IRWXO = 7 +pkg syscall (darwin-amd64-cgo), const S_IRWXU = 448 +pkg syscall (darwin-amd64-cgo), const S_ISTXT = 512 +pkg syscall (darwin-amd64-cgo), const S_IWGRP = 16 +pkg syscall (darwin-amd64-cgo), const S_IWOTH = 2 +pkg syscall (darwin-amd64-cgo), const S_IWRITE = 128 +pkg syscall (darwin-amd64-cgo), const S_IXGRP = 8 +pkg syscall (darwin-amd64-cgo), const S_IXOTH = 1 +pkg syscall (darwin-amd64-cgo), const SizeofBpfHdr = 20 +pkg syscall (darwin-amd64-cgo), const SizeofBpfInsn = 8 +pkg syscall (darwin-amd64-cgo), const SizeofBpfProgram = 16 +pkg syscall (darwin-amd64-cgo), const SizeofBpfStat = 8 +pkg syscall (darwin-amd64-cgo), const SizeofBpfVersion = 4 +pkg syscall (darwin-amd64-cgo), const SizeofCmsghdr = 12 +pkg syscall (darwin-amd64-cgo), const SizeofIPMreq = 8 +pkg syscall (darwin-amd64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (darwin-amd64-cgo), const SizeofIfData = 96 +pkg syscall (darwin-amd64-cgo), const SizeofIfMsghdr = 112 +pkg syscall (darwin-amd64-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr2 = 20 +pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo = 12 +pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (darwin-amd64-cgo), const SizeofLinger = 8 +pkg syscall (darwin-amd64-cgo), const SizeofMsghdr = 48 +pkg syscall (darwin-amd64-cgo), const SizeofRtMetrics = 56 +pkg syscall (darwin-amd64-cgo), const SizeofRtMsghdr = 92 +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (darwin-amd64-cgo), const TCIFLUSH = 1 +pkg syscall (darwin-amd64-cgo), const TCIFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const TCIOFLUSH = 3 +pkg syscall (darwin-amd64-cgo), const TCIOFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const TCOFLUSH = 2 +pkg syscall (darwin-amd64-cgo), const TCOFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_CONNECTIONTIMEOUT = 32 +pkg syscall (darwin-amd64-cgo), const TCP_KEEPALIVE = 16 +pkg syscall (darwin-amd64-cgo), const TCP_MAXHLEN = 60 +pkg syscall (darwin-amd64-cgo), const TCP_MAXOLEN = 40 +pkg syscall (darwin-amd64-cgo), const TCP_MAXSEG = 2 +pkg syscall (darwin-amd64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (darwin-amd64-cgo), const TCP_MAX_SACK = 3 +pkg syscall (darwin-amd64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (darwin-amd64-cgo), const TCP_MINMSS = 216 +pkg syscall (darwin-amd64-cgo), const TCP_MINMSSOVERLOAD = 1000 +pkg syscall (darwin-amd64-cgo), const TCP_MSS = 512 +pkg syscall (darwin-amd64-cgo), const TCP_NOOPT = 8 +pkg syscall (darwin-amd64-cgo), const TCP_NOPUSH = 4 +pkg syscall (darwin-amd64-cgo), const TCP_RXT_CONNDROPTIME = 128 +pkg syscall (darwin-amd64-cgo), const TCP_RXT_FINDROP = 256 +pkg syscall (darwin-amd64-cgo), const TCSAFLUSH = 2 +pkg syscall (darwin-amd64-cgo), const TCSAFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCCBRK = 536900730 +pkg syscall (darwin-amd64-cgo), const TIOCCDTR = 536900728 +pkg syscall (darwin-amd64-cgo), const TIOCCONS = 2147775586 +pkg syscall (darwin-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (darwin-amd64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (darwin-amd64-cgo), const TIOCDSIMICROCODE = 536900693 +pkg syscall (darwin-amd64-cgo), const TIOCEXCL = 536900621 +pkg syscall (darwin-amd64-cgo), const TIOCEXT = 2147775584 +pkg syscall (darwin-amd64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (darwin-amd64-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (darwin-amd64-cgo), const TIOCGETA = 1078490131 +pkg syscall (darwin-amd64-cgo), const TIOCGETD = 1074033690 +pkg syscall (darwin-amd64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (darwin-amd64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (darwin-amd64-cgo), const TIOCIXOFF = 536900736 +pkg syscall (darwin-amd64-cgo), const TIOCIXON = 536900737 +pkg syscall (darwin-amd64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (darwin-amd64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (darwin-amd64-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (darwin-amd64-cgo), const TIOCMGET = 1074033770 +pkg syscall (darwin-amd64-cgo), const TIOCMODG = 1074033667 +pkg syscall (darwin-amd64-cgo), const TIOCMODS = 2147775492 +pkg syscall (darwin-amd64-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (darwin-amd64-cgo), const TIOCMSET = 2147775597 +pkg syscall (darwin-amd64-cgo), const TIOCM_CAR = 64 +pkg syscall (darwin-amd64-cgo), const TIOCM_CD = 64 +pkg syscall (darwin-amd64-cgo), const TIOCM_CTS = 32 +pkg syscall (darwin-amd64-cgo), const TIOCM_DSR = 256 +pkg syscall (darwin-amd64-cgo), const TIOCM_DTR = 2 +pkg syscall (darwin-amd64-cgo), const TIOCM_LE = 1 +pkg syscall (darwin-amd64-cgo), const TIOCM_RI = 128 +pkg syscall (darwin-amd64-cgo), const TIOCM_RNG = 128 +pkg syscall (darwin-amd64-cgo), const TIOCM_RTS = 4 +pkg syscall (darwin-amd64-cgo), const TIOCM_SR = 16 +pkg syscall (darwin-amd64-cgo), const TIOCM_ST = 8 +pkg syscall (darwin-amd64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (darwin-amd64-cgo), const TIOCNXCL = 536900622 +pkg syscall (darwin-amd64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (darwin-amd64-cgo), const TIOCPKT = 2147775600 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_START = 8 +pkg syscall (darwin-amd64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (darwin-amd64-cgo), const TIOCPTYGNAME = 1082160211 +pkg syscall (darwin-amd64-cgo), const TIOCPTYGRANT = 536900692 +pkg syscall (darwin-amd64-cgo), const TIOCPTYUNLK = 536900690 +pkg syscall (darwin-amd64-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (darwin-amd64-cgo), const TIOCSBRK = 536900731 +pkg syscall (darwin-amd64-cgo), const TIOCSCONS = 536900707 +pkg syscall (darwin-amd64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (darwin-amd64-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (darwin-amd64-cgo), const TIOCSDTR = 536900729 +pkg syscall (darwin-amd64-cgo), const TIOCSETA = 2152231956 +pkg syscall (darwin-amd64-cgo), const TIOCSETAF = 2152231958 +pkg syscall (darwin-amd64-cgo), const TIOCSETAW = 2152231957 +pkg syscall (darwin-amd64-cgo), const TIOCSETD = 2147775515 +pkg syscall (darwin-amd64-cgo), const TIOCSIG = 536900703 +pkg syscall (darwin-amd64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (darwin-amd64-cgo), const TIOCSTART = 536900718 +pkg syscall (darwin-amd64-cgo), const TIOCSTAT = 536900709 +pkg syscall (darwin-amd64-cgo), const TIOCSTI = 2147578994 +pkg syscall (darwin-amd64-cgo), const TIOCSTOP = 536900719 +pkg syscall (darwin-amd64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (darwin-amd64-cgo), const TIOCTIMESTAMP = 1074820185 +pkg syscall (darwin-amd64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (darwin-amd64-cgo), const TOSTOP = 4194304 +pkg syscall (darwin-amd64-cgo), const TOSTOP ideal-int +pkg syscall (darwin-amd64-cgo), const VDISCARD = 15 +pkg syscall (darwin-amd64-cgo), const VDISCARD ideal-int +pkg syscall (darwin-amd64-cgo), const VDSUSP = 11 +pkg syscall (darwin-amd64-cgo), const VDSUSP ideal-int +pkg syscall (darwin-amd64-cgo), const VEOF = 0 +pkg syscall (darwin-amd64-cgo), const VEOF ideal-int +pkg syscall (darwin-amd64-cgo), const VEOL = 1 +pkg syscall (darwin-amd64-cgo), const VEOL ideal-int +pkg syscall (darwin-amd64-cgo), const VEOL2 = 2 +pkg syscall (darwin-amd64-cgo), const VEOL2 ideal-int +pkg syscall (darwin-amd64-cgo), const VERASE = 3 +pkg syscall (darwin-amd64-cgo), const VERASE ideal-int +pkg syscall (darwin-amd64-cgo), const VINTR = 8 +pkg syscall (darwin-amd64-cgo), const VINTR ideal-int +pkg syscall (darwin-amd64-cgo), const VKILL = 5 +pkg syscall (darwin-amd64-cgo), const VKILL ideal-int +pkg syscall (darwin-amd64-cgo), const VLNEXT = 14 +pkg syscall (darwin-amd64-cgo), const VLNEXT ideal-int +pkg syscall (darwin-amd64-cgo), const VMIN = 16 +pkg syscall (darwin-amd64-cgo), const VMIN ideal-int +pkg syscall (darwin-amd64-cgo), const VQUIT = 9 +pkg syscall (darwin-amd64-cgo), const VQUIT ideal-int +pkg syscall (darwin-amd64-cgo), const VREPRINT = 6 +pkg syscall (darwin-amd64-cgo), const VREPRINT ideal-int +pkg syscall (darwin-amd64-cgo), const VSTART = 12 +pkg syscall (darwin-amd64-cgo), const VSTART ideal-int +pkg syscall (darwin-amd64-cgo), const VSTATUS = 18 +pkg syscall (darwin-amd64-cgo), const VSTATUS ideal-int +pkg syscall (darwin-amd64-cgo), const VSTOP = 13 +pkg syscall (darwin-amd64-cgo), const VSTOP ideal-int +pkg syscall (darwin-amd64-cgo), const VSUSP = 10 +pkg syscall (darwin-amd64-cgo), const VSUSP ideal-int +pkg syscall (darwin-amd64-cgo), const VT0 = 0 +pkg syscall (darwin-amd64-cgo), const VT0 ideal-int +pkg syscall (darwin-amd64-cgo), const VT1 = 65536 +pkg syscall (darwin-amd64-cgo), const VT1 ideal-int +pkg syscall (darwin-amd64-cgo), const VTDLY = 65536 +pkg syscall (darwin-amd64-cgo), const VTDLY ideal-int +pkg syscall (darwin-amd64-cgo), const VTIME = 17 +pkg syscall (darwin-amd64-cgo), const VTIME ideal-int +pkg syscall (darwin-amd64-cgo), const VWERASE = 4 +pkg syscall (darwin-amd64-cgo), const VWERASE ideal-int +pkg syscall (darwin-amd64-cgo), const WCONTINUED = 16 +pkg syscall (darwin-amd64-cgo), const WCOREFLAG = 128 +pkg syscall (darwin-amd64-cgo), const WEXITED = 4 +pkg syscall (darwin-amd64-cgo), const WNOHANG = 1 +pkg syscall (darwin-amd64-cgo), const WNOWAIT = 32 +pkg syscall (darwin-amd64-cgo), const WORDSIZE = 64 +pkg syscall (darwin-amd64-cgo), const WSTOPPED = 8 +pkg syscall (darwin-amd64-cgo), const WUNTRACED = 2 +pkg syscall (darwin-amd64-cgo), func Fchflags(int, int) error +pkg syscall (darwin-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (darwin-amd64-cgo), type Termios struct +pkg syscall (darwin-amd64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (darwin-amd64-cgo), type Termios struct, Cflag uint64 +pkg syscall (darwin-amd64-cgo), type Termios struct, Iflag uint64 +pkg syscall (darwin-amd64-cgo), type Termios struct, Ispeed uint64 +pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64 +pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64 +pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64 +pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-386), const AF_APPLETALK = 16 +pkg syscall (freebsd-386), const AF_ARP = 35 +pkg syscall (freebsd-386), const AF_ATM = 30 +pkg syscall (freebsd-386), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-386), const AF_CCITT = 10 +pkg syscall (freebsd-386), const AF_CHAOS = 5 +pkg syscall (freebsd-386), const AF_CNT = 21 +pkg syscall (freebsd-386), const AF_COIP = 20 +pkg syscall (freebsd-386), const AF_DATAKIT = 9 +pkg syscall (freebsd-386), const AF_DECnet = 12 +pkg syscall (freebsd-386), const AF_DLI = 13 +pkg syscall (freebsd-386), const AF_E164 = 26 +pkg syscall (freebsd-386), const AF_ECMA = 8 +pkg syscall (freebsd-386), const AF_HYLINK = 15 +pkg syscall (freebsd-386), const AF_IEEE80211 = 37 +pkg syscall (freebsd-386), const AF_IMPLINK = 3 +pkg syscall (freebsd-386), const AF_INET6 = 28 +pkg syscall (freebsd-386), const AF_IPX = 23 +pkg syscall (freebsd-386), const AF_ISDN = 26 +pkg syscall (freebsd-386), const AF_ISO = 7 +pkg syscall (freebsd-386), const AF_LAT = 14 +pkg syscall (freebsd-386), const AF_LINK = 18 +pkg syscall (freebsd-386), const AF_LOCAL = 1 +pkg syscall (freebsd-386), const AF_MAX = 38 +pkg syscall (freebsd-386), const AF_NATM = 29 +pkg syscall (freebsd-386), const AF_NETBIOS = 6 +pkg syscall (freebsd-386), const AF_NETGRAPH = 32 +pkg syscall (freebsd-386), const AF_OSI = 7 +pkg syscall (freebsd-386), const AF_PUP = 4 +pkg syscall (freebsd-386), const AF_ROUTE = 17 +pkg syscall (freebsd-386), const AF_SCLUSTER = 34 +pkg syscall (freebsd-386), const AF_SIP = 24 +pkg syscall (freebsd-386), const AF_SLOW = 33 +pkg syscall (freebsd-386), const AF_SNA = 11 +pkg syscall (freebsd-386), const AF_VENDOR00 = 39 +pkg syscall (freebsd-386), const AF_VENDOR01 = 41 +pkg syscall (freebsd-386), const AF_VENDOR02 = 43 +pkg syscall (freebsd-386), const AF_VENDOR03 = 45 +pkg syscall (freebsd-386), const AF_VENDOR04 = 47 +pkg syscall (freebsd-386), const AF_VENDOR05 = 49 +pkg syscall (freebsd-386), const AF_VENDOR06 = 51 +pkg syscall (freebsd-386), const AF_VENDOR07 = 53 +pkg syscall (freebsd-386), const AF_VENDOR08 = 55 +pkg syscall (freebsd-386), const AF_VENDOR09 = 57 +pkg syscall (freebsd-386), const AF_VENDOR10 = 59 +pkg syscall (freebsd-386), const AF_VENDOR11 = 61 +pkg syscall (freebsd-386), const AF_VENDOR12 = 63 +pkg syscall (freebsd-386), const AF_VENDOR13 = 65 +pkg syscall (freebsd-386), const AF_VENDOR14 = 67 +pkg syscall (freebsd-386), const AF_VENDOR15 = 69 +pkg syscall (freebsd-386), const AF_VENDOR16 = 71 +pkg syscall (freebsd-386), const AF_VENDOR17 = 73 +pkg syscall (freebsd-386), const AF_VENDOR18 = 75 +pkg syscall (freebsd-386), const AF_VENDOR19 = 77 +pkg syscall (freebsd-386), const AF_VENDOR20 = 79 +pkg syscall (freebsd-386), const AF_VENDOR21 = 81 +pkg syscall (freebsd-386), const AF_VENDOR22 = 83 +pkg syscall (freebsd-386), const AF_VENDOR23 = 85 +pkg syscall (freebsd-386), const AF_VENDOR24 = 87 +pkg syscall (freebsd-386), const AF_VENDOR25 = 89 +pkg syscall (freebsd-386), const AF_VENDOR26 = 91 +pkg syscall (freebsd-386), const AF_VENDOR27 = 93 +pkg syscall (freebsd-386), const AF_VENDOR28 = 95 +pkg syscall (freebsd-386), const AF_VENDOR29 = 97 +pkg syscall (freebsd-386), const AF_VENDOR30 = 99 +pkg syscall (freebsd-386), const AF_VENDOR31 = 101 +pkg syscall (freebsd-386), const AF_VENDOR32 = 103 +pkg syscall (freebsd-386), const AF_VENDOR33 = 105 +pkg syscall (freebsd-386), const AF_VENDOR34 = 107 +pkg syscall (freebsd-386), const AF_VENDOR35 = 109 +pkg syscall (freebsd-386), const AF_VENDOR36 = 111 +pkg syscall (freebsd-386), const AF_VENDOR37 = 113 +pkg syscall (freebsd-386), const AF_VENDOR38 = 115 +pkg syscall (freebsd-386), const AF_VENDOR39 = 117 +pkg syscall (freebsd-386), const AF_VENDOR40 = 119 +pkg syscall (freebsd-386), const AF_VENDOR41 = 121 +pkg syscall (freebsd-386), const AF_VENDOR42 = 123 +pkg syscall (freebsd-386), const AF_VENDOR43 = 125 +pkg syscall (freebsd-386), const AF_VENDOR44 = 127 +pkg syscall (freebsd-386), const AF_VENDOR45 = 129 +pkg syscall (freebsd-386), const AF_VENDOR46 = 131 +pkg syscall (freebsd-386), const AF_VENDOR47 = 133 +pkg syscall (freebsd-386), const B0 = 0 +pkg syscall (freebsd-386), const B0 ideal-int +pkg syscall (freebsd-386), const B110 = 110 +pkg syscall (freebsd-386), const B110 ideal-int +pkg syscall (freebsd-386), const B115200 = 115200 +pkg syscall (freebsd-386), const B115200 ideal-int +pkg syscall (freebsd-386), const B1200 = 1200 +pkg syscall (freebsd-386), const B1200 ideal-int +pkg syscall (freebsd-386), const B134 = 134 +pkg syscall (freebsd-386), const B134 ideal-int +pkg syscall (freebsd-386), const B14400 = 14400 +pkg syscall (freebsd-386), const B14400 ideal-int +pkg syscall (freebsd-386), const B150 = 150 +pkg syscall (freebsd-386), const B150 ideal-int +pkg syscall (freebsd-386), const B1800 = 1800 +pkg syscall (freebsd-386), const B1800 ideal-int +pkg syscall (freebsd-386), const B19200 = 19200 +pkg syscall (freebsd-386), const B19200 ideal-int +pkg syscall (freebsd-386), const B200 = 200 +pkg syscall (freebsd-386), const B200 ideal-int +pkg syscall (freebsd-386), const B230400 = 230400 +pkg syscall (freebsd-386), const B230400 ideal-int +pkg syscall (freebsd-386), const B2400 = 2400 +pkg syscall (freebsd-386), const B2400 ideal-int +pkg syscall (freebsd-386), const B28800 = 28800 +pkg syscall (freebsd-386), const B28800 ideal-int +pkg syscall (freebsd-386), const B300 = 300 +pkg syscall (freebsd-386), const B300 ideal-int +pkg syscall (freebsd-386), const B38400 = 38400 +pkg syscall (freebsd-386), const B38400 ideal-int +pkg syscall (freebsd-386), const B460800 = 460800 +pkg syscall (freebsd-386), const B460800 ideal-int +pkg syscall (freebsd-386), const B4800 = 4800 +pkg syscall (freebsd-386), const B4800 ideal-int +pkg syscall (freebsd-386), const B50 = 50 +pkg syscall (freebsd-386), const B50 ideal-int +pkg syscall (freebsd-386), const B57600 = 57600 +pkg syscall (freebsd-386), const B57600 ideal-int +pkg syscall (freebsd-386), const B600 = 600 +pkg syscall (freebsd-386), const B600 ideal-int +pkg syscall (freebsd-386), const B7200 = 7200 +pkg syscall (freebsd-386), const B7200 ideal-int +pkg syscall (freebsd-386), const B75 = 75 +pkg syscall (freebsd-386), const B75 ideal-int +pkg syscall (freebsd-386), const B76800 = 76800 +pkg syscall (freebsd-386), const B76800 ideal-int +pkg syscall (freebsd-386), const B921600 = 921600 +pkg syscall (freebsd-386), const B921600 ideal-int +pkg syscall (freebsd-386), const B9600 = 9600 +pkg syscall (freebsd-386), const B9600 ideal-int +pkg syscall (freebsd-386), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-386), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-386), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-386), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-386), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-386), const BIOCGDLTLIST = 3221766777 +pkg syscall (freebsd-386), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-386), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-386), const BIOCGETZMAX = 1074020991 +pkg syscall (freebsd-386), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-386), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-386), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (freebsd-386), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-386), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-386), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-386), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-386), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-386), const BIOCLOCK = 536887930 +pkg syscall (freebsd-386), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-386), const BIOCROTZBUF = 1074545280 +pkg syscall (freebsd-386), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-386), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-386), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-386), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-386), const BIOCSETF = 2148024935 +pkg syscall (freebsd-386), const BIOCSETFNR = 2148024962 +pkg syscall (freebsd-386), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-386), const BIOCSETWF = 2148024955 +pkg syscall (freebsd-386), const BIOCSETZBUF = 2148287105 +pkg syscall (freebsd-386), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-386), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-386), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (freebsd-386), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-386), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-386), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-386), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-386), const BPF_A = 16 +pkg syscall (freebsd-386), const BPF_ABS = 32 +pkg syscall (freebsd-386), const BPF_ADD = 0 +pkg syscall (freebsd-386), const BPF_ALIGNMENT = 4 +pkg syscall (freebsd-386), const BPF_ALU = 4 +pkg syscall (freebsd-386), const BPF_AND = 80 +pkg syscall (freebsd-386), const BPF_B = 16 +pkg syscall (freebsd-386), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-386), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-386), const BPF_DIV = 48 +pkg syscall (freebsd-386), const BPF_H = 8 +pkg syscall (freebsd-386), const BPF_IMM = 0 +pkg syscall (freebsd-386), const BPF_IND = 64 +pkg syscall (freebsd-386), const BPF_JA = 0 +pkg syscall (freebsd-386), const BPF_JEQ = 16 +pkg syscall (freebsd-386), const BPF_JGE = 48 +pkg syscall (freebsd-386), const BPF_JGT = 32 +pkg syscall (freebsd-386), const BPF_JMP = 5 +pkg syscall (freebsd-386), const BPF_JSET = 64 +pkg syscall (freebsd-386), const BPF_K = 0 +pkg syscall (freebsd-386), const BPF_LD = 0 +pkg syscall (freebsd-386), const BPF_LDX = 1 +pkg syscall (freebsd-386), const BPF_LEN = 128 +pkg syscall (freebsd-386), const BPF_LSH = 96 +pkg syscall (freebsd-386), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-386), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-386), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-386), const BPF_MEM = 96 +pkg syscall (freebsd-386), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-386), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-386), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-386), const BPF_MISC = 7 +pkg syscall (freebsd-386), const BPF_MSH = 160 +pkg syscall (freebsd-386), const BPF_MUL = 32 +pkg syscall (freebsd-386), const BPF_NEG = 128 +pkg syscall (freebsd-386), const BPF_OR = 64 +pkg syscall (freebsd-386), const BPF_RELEASE = 199606 +pkg syscall (freebsd-386), const BPF_RET = 6 +pkg syscall (freebsd-386), const BPF_RSH = 112 +pkg syscall (freebsd-386), const BPF_ST = 2 +pkg syscall (freebsd-386), const BPF_STX = 3 +pkg syscall (freebsd-386), const BPF_SUB = 16 +pkg syscall (freebsd-386), const BPF_TAX = 0 +pkg syscall (freebsd-386), const BPF_TXA = 128 +pkg syscall (freebsd-386), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-386), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_FAST = 256 +pkg syscall (freebsd-386), const BPF_T_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-386), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-386), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-386), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386), const BPF_T_NONE = 3 +pkg syscall (freebsd-386), const BPF_T_NONE ideal-int +pkg syscall (freebsd-386), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-386), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-386), const BPF_W = 0 +pkg syscall (freebsd-386), const BPF_X = 8 +pkg syscall (freebsd-386), const BRKINT = 2 +pkg syscall (freebsd-386), const BRKINT ideal-int +pkg syscall (freebsd-386), const CFLUSH = 15 +pkg syscall (freebsd-386), const CFLUSH ideal-int +pkg syscall (freebsd-386), const CLOCAL = 32768 +pkg syscall (freebsd-386), const CLOCAL ideal-int +pkg syscall (freebsd-386), const CREAD = 2048 +pkg syscall (freebsd-386), const CREAD ideal-int +pkg syscall (freebsd-386), const CS5 = 0 +pkg syscall (freebsd-386), const CS5 ideal-int +pkg syscall (freebsd-386), const CS6 = 256 +pkg syscall (freebsd-386), const CS6 ideal-int +pkg syscall (freebsd-386), const CS7 = 512 +pkg syscall (freebsd-386), const CS7 ideal-int +pkg syscall (freebsd-386), const CS8 = 768 +pkg syscall (freebsd-386), const CS8 ideal-int +pkg syscall (freebsd-386), const CSIZE = 768 +pkg syscall (freebsd-386), const CSIZE ideal-int +pkg syscall (freebsd-386), const CSTART = 17 +pkg syscall (freebsd-386), const CSTART ideal-int +pkg syscall (freebsd-386), const CSTATUS = 20 +pkg syscall (freebsd-386), const CSTATUS ideal-int +pkg syscall (freebsd-386), const CSTOP = 19 +pkg syscall (freebsd-386), const CSTOP ideal-int +pkg syscall (freebsd-386), const CSTOPB = 1024 +pkg syscall (freebsd-386), const CSTOPB ideal-int +pkg syscall (freebsd-386), const CSUSP = 26 +pkg syscall (freebsd-386), const CSUSP ideal-int +pkg syscall (freebsd-386), const CTL_MAXNAME = 24 +pkg syscall (freebsd-386), const CTL_NET = 4 +pkg syscall (freebsd-386), const DLT_A429 = 184 +pkg syscall (freebsd-386), const DLT_A653_ICM = 185 +pkg syscall (freebsd-386), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-386), const DLT_AOS = 222 +pkg syscall (freebsd-386), const DLT_AOS ideal-int +pkg syscall (freebsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-386), const DLT_ARCNET = 7 +pkg syscall (freebsd-386), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-386), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-386), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-386), const DLT_AURORA = 126 +pkg syscall (freebsd-386), const DLT_AX25 = 3 +pkg syscall (freebsd-386), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-386), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-386), const DLT_CAN20B = 190 +pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-386), const DLT_CHAOS = 5 +pkg syscall (freebsd-386), const DLT_CHDLC = 104 +pkg syscall (freebsd-386), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-386), const DLT_C_HDLC = 104 +pkg syscall (freebsd-386), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-386), const DLT_DBUS = 231 +pkg syscall (freebsd-386), const DLT_DBUS ideal-int +pkg syscall (freebsd-386), const DLT_DECT = 221 +pkg syscall (freebsd-386), const DLT_DECT ideal-int +pkg syscall (freebsd-386), const DLT_DOCSIS = 143 +pkg syscall (freebsd-386), const DLT_DVB_CI = 235 +pkg syscall (freebsd-386), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-386), const DLT_ECONET = 115 +pkg syscall (freebsd-386), const DLT_EN10MB = 1 +pkg syscall (freebsd-386), const DLT_EN3MB = 2 +pkg syscall (freebsd-386), const DLT_ENC = 109 +pkg syscall (freebsd-386), const DLT_ERF = 197 +pkg syscall (freebsd-386), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-386), const DLT_ERF_POS = 176 +pkg syscall (freebsd-386), const DLT_FC_2 = 224 +pkg syscall (freebsd-386), const DLT_FC_2 ideal-int +pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-386), const DLT_FDDI = 10 +pkg syscall (freebsd-386), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-386), const DLT_FRELAY = 107 +pkg syscall (freebsd-386), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-386), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-386), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-386), const DLT_GPF_F = 171 +pkg syscall (freebsd-386), const DLT_GPF_T = 170 +pkg syscall (freebsd-386), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-386), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-386), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-386), const DLT_HHDLC = 121 +pkg syscall (freebsd-386), const DLT_IBM_SN = 146 +pkg syscall (freebsd-386), const DLT_IBM_SP = 145 +pkg syscall (freebsd-386), const DLT_IEEE802 = 6 +pkg syscall (freebsd-386), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-386), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-386), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-386), const DLT_IPFILTER = 116 +pkg syscall (freebsd-386), const DLT_IPMB = 199 +pkg syscall (freebsd-386), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-386), const DLT_IPNET = 226 +pkg syscall (freebsd-386), const DLT_IPNET ideal-int +pkg syscall (freebsd-386), const DLT_IPOIB = 242 +pkg syscall (freebsd-386), const DLT_IPOIB ideal-int +pkg syscall (freebsd-386), const DLT_IPV4 = 228 +pkg syscall (freebsd-386), const DLT_IPV4 ideal-int +pkg syscall (freebsd-386), const DLT_IPV6 = 229 +pkg syscall (freebsd-386), const DLT_IPV6 ideal-int +pkg syscall (freebsd-386), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-386), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-386), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-386), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-386), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-386), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-386), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-386), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-386), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-386), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-386), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-386), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-386), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-386), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-386), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-386), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-386), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-386), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-386), const DLT_LAPD = 203 +pkg syscall (freebsd-386), const DLT_LIN = 212 +pkg syscall (freebsd-386), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-386), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-386), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-386), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-386), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-386), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-386), const DLT_LOOP = 108 +pkg syscall (freebsd-386), const DLT_LTALK = 114 +pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-386), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-386), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-386), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-386), const DLT_MFR = 182 +pkg syscall (freebsd-386), const DLT_MOST = 211 +pkg syscall (freebsd-386), const DLT_MPLS = 219 +pkg syscall (freebsd-386), const DLT_MPLS ideal-int +pkg syscall (freebsd-386), const DLT_MTP2 = 140 +pkg syscall (freebsd-386), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-386), const DLT_MTP3 = 141 +pkg syscall (freebsd-386), const DLT_MUX27010 = 236 +pkg syscall (freebsd-386), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-386), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-386), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-386), const DLT_NFLOG = 239 +pkg syscall (freebsd-386), const DLT_NFLOG ideal-int +pkg syscall (freebsd-386), const DLT_NULL = 0 +pkg syscall (freebsd-386), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-386), const DLT_PFLOG = 117 +pkg syscall (freebsd-386), const DLT_PFSYNC = 121 +pkg syscall (freebsd-386), const DLT_PPI = 192 +pkg syscall (freebsd-386), const DLT_PPP = 9 +pkg syscall (freebsd-386), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-386), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-386), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-386), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-386), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-386), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-386), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-386), const DLT_PRONET = 4 +pkg syscall (freebsd-386), const DLT_RAIF1 = 198 +pkg syscall (freebsd-386), const DLT_RAW = 12 +pkg syscall (freebsd-386), const DLT_RIO = 124 +pkg syscall (freebsd-386), const DLT_SCCP = 142 +pkg syscall (freebsd-386), const DLT_SITA = 196 +pkg syscall (freebsd-386), const DLT_SLIP = 8 +pkg syscall (freebsd-386), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-386), const DLT_SUNATM = 123 +pkg syscall (freebsd-386), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-386), const DLT_TZSP = 128 +pkg syscall (freebsd-386), const DLT_USB = 186 +pkg syscall (freebsd-386), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-386), const DLT_USER0 = 147 +pkg syscall (freebsd-386), const DLT_USER1 = 148 +pkg syscall (freebsd-386), const DLT_USER10 = 157 +pkg syscall (freebsd-386), const DLT_USER11 = 158 +pkg syscall (freebsd-386), const DLT_USER12 = 159 +pkg syscall (freebsd-386), const DLT_USER13 = 160 +pkg syscall (freebsd-386), const DLT_USER14 = 161 +pkg syscall (freebsd-386), const DLT_USER15 = 162 +pkg syscall (freebsd-386), const DLT_USER2 = 149 +pkg syscall (freebsd-386), const DLT_USER3 = 150 +pkg syscall (freebsd-386), const DLT_USER4 = 151 +pkg syscall (freebsd-386), const DLT_USER5 = 152 +pkg syscall (freebsd-386), const DLT_USER6 = 153 +pkg syscall (freebsd-386), const DLT_USER7 = 154 +pkg syscall (freebsd-386), const DLT_USER8 = 155 +pkg syscall (freebsd-386), const DLT_USER9 = 156 +pkg syscall (freebsd-386), const DLT_WIHART = 223 +pkg syscall (freebsd-386), const DLT_WIHART ideal-int +pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-386), const DT_BLK = 6 +pkg syscall (freebsd-386), const DT_CHR = 2 +pkg syscall (freebsd-386), const DT_DIR = 4 +pkg syscall (freebsd-386), const DT_FIFO = 1 +pkg syscall (freebsd-386), const DT_LNK = 10 +pkg syscall (freebsd-386), const DT_REG = 8 +pkg syscall (freebsd-386), const DT_SOCK = 12 +pkg syscall (freebsd-386), const DT_UNKNOWN = 0 +pkg syscall (freebsd-386), const DT_WHT = 14 +pkg syscall (freebsd-386), const E2BIG = 7 +pkg syscall (freebsd-386), const EACCES = 13 +pkg syscall (freebsd-386), const EADDRINUSE = 48 +pkg syscall (freebsd-386), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-386), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-386), const EAGAIN = 35 +pkg syscall (freebsd-386), const EALREADY = 37 +pkg syscall (freebsd-386), const EAUTH = 80 +pkg syscall (freebsd-386), const EBADF = 9 +pkg syscall (freebsd-386), const EBADMSG = 89 +pkg syscall (freebsd-386), const EBADRPC = 72 +pkg syscall (freebsd-386), const EBUSY = 16 +pkg syscall (freebsd-386), const ECANCELED = 85 +pkg syscall (freebsd-386), const ECAPMODE = 94 +pkg syscall (freebsd-386), const ECAPMODE Errno +pkg syscall (freebsd-386), const ECHILD = 10 +pkg syscall (freebsd-386), const ECHO = 8 +pkg syscall (freebsd-386), const ECHOCTL = 64 +pkg syscall (freebsd-386), const ECHOE = 2 +pkg syscall (freebsd-386), const ECHOK = 4 +pkg syscall (freebsd-386), const ECHOKE = 1 +pkg syscall (freebsd-386), const ECHONL = 16 +pkg syscall (freebsd-386), const ECHOPRT = 32 +pkg syscall (freebsd-386), const ECONNABORTED = 53 +pkg syscall (freebsd-386), const ECONNREFUSED = 61 +pkg syscall (freebsd-386), const ECONNRESET = 54 +pkg syscall (freebsd-386), const EDEADLK = 11 +pkg syscall (freebsd-386), const EDESTADDRREQ = 39 +pkg syscall (freebsd-386), const EDOM = 33 +pkg syscall (freebsd-386), const EDOOFUS = 88 +pkg syscall (freebsd-386), const EDQUOT = 69 +pkg syscall (freebsd-386), const EEXIST = 17 +pkg syscall (freebsd-386), const EFAULT = 14 +pkg syscall (freebsd-386), const EFBIG = 27 +pkg syscall (freebsd-386), const EFTYPE = 79 +pkg syscall (freebsd-386), const EHOSTDOWN = 64 +pkg syscall (freebsd-386), const EHOSTUNREACH = 65 +pkg syscall (freebsd-386), const EIDRM = 82 +pkg syscall (freebsd-386), const EILSEQ = 86 +pkg syscall (freebsd-386), const EINPROGRESS = 36 +pkg syscall (freebsd-386), const EINTR = 4 +pkg syscall (freebsd-386), const EINVAL = 22 +pkg syscall (freebsd-386), const EIO = 5 +pkg syscall (freebsd-386), const EISCONN = 56 +pkg syscall (freebsd-386), const EISDIR = 21 +pkg syscall (freebsd-386), const ELAST = 94 +pkg syscall (freebsd-386), const ELOOP = 62 +pkg syscall (freebsd-386), const EMFILE = 24 +pkg syscall (freebsd-386), const EMLINK = 31 +pkg syscall (freebsd-386), const EMSGSIZE = 40 +pkg syscall (freebsd-386), const EMULTIHOP = 90 +pkg syscall (freebsd-386), const ENAMETOOLONG = 63 +pkg syscall (freebsd-386), const ENEEDAUTH = 81 +pkg syscall (freebsd-386), const ENETDOWN = 50 +pkg syscall (freebsd-386), const ENETRESET = 52 +pkg syscall (freebsd-386), const ENETUNREACH = 51 +pkg syscall (freebsd-386), const ENFILE = 23 +pkg syscall (freebsd-386), const ENOATTR = 87 +pkg syscall (freebsd-386), const ENOBUFS = 55 +pkg syscall (freebsd-386), const ENODEV = 19 +pkg syscall (freebsd-386), const ENOEXEC = 8 +pkg syscall (freebsd-386), const ENOLCK = 77 +pkg syscall (freebsd-386), const ENOLINK = 91 +pkg syscall (freebsd-386), const ENOMEM = 12 +pkg syscall (freebsd-386), const ENOMSG = 83 +pkg syscall (freebsd-386), const ENOPROTOOPT = 42 +pkg syscall (freebsd-386), const ENOSPC = 28 +pkg syscall (freebsd-386), const ENOSYS = 78 +pkg syscall (freebsd-386), const ENOTBLK = 15 +pkg syscall (freebsd-386), const ENOTCAPABLE = 93 +pkg syscall (freebsd-386), const ENOTCONN = 57 +pkg syscall (freebsd-386), const ENOTDIR = 20 +pkg syscall (freebsd-386), const ENOTEMPTY = 66 +pkg syscall (freebsd-386), const ENOTSOCK = 38 +pkg syscall (freebsd-386), const ENOTSUP = 45 +pkg syscall (freebsd-386), const ENOTTY = 25 +pkg syscall (freebsd-386), const ENXIO = 6 +pkg syscall (freebsd-386), const EOPNOTSUPP = 45 +pkg syscall (freebsd-386), const EOVERFLOW = 84 +pkg syscall (freebsd-386), const EPERM = 1 +pkg syscall (freebsd-386), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-386), const EPIPE = 32 +pkg syscall (freebsd-386), const EPROCLIM = 67 +pkg syscall (freebsd-386), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-386), const EPROGMISMATCH = 75 +pkg syscall (freebsd-386), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-386), const EPROTO = 92 +pkg syscall (freebsd-386), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-386), const EPROTOTYPE = 41 +pkg syscall (freebsd-386), const ERANGE = 34 +pkg syscall (freebsd-386), const EREMOTE = 71 +pkg syscall (freebsd-386), const EROFS = 30 +pkg syscall (freebsd-386), const ERPCMISMATCH = 73 +pkg syscall (freebsd-386), const ESHUTDOWN = 58 +pkg syscall (freebsd-386), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-386), const ESPIPE = 29 +pkg syscall (freebsd-386), const ESRCH = 3 +pkg syscall (freebsd-386), const ESTALE = 70 +pkg syscall (freebsd-386), const ETIMEDOUT = 60 +pkg syscall (freebsd-386), const ETOOMANYREFS = 59 +pkg syscall (freebsd-386), const ETXTBSY = 26 +pkg syscall (freebsd-386), const EUSERS = 68 +pkg syscall (freebsd-386), const EVFILT_AIO = -3 +pkg syscall (freebsd-386), const EVFILT_FS = -9 +pkg syscall (freebsd-386), const EVFILT_LIO = -10 +pkg syscall (freebsd-386), const EVFILT_PROC = -5 +pkg syscall (freebsd-386), const EVFILT_READ = -1 +pkg syscall (freebsd-386), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-386), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-386), const EVFILT_TIMER = -7 +pkg syscall (freebsd-386), const EVFILT_USER = -11 +pkg syscall (freebsd-386), const EVFILT_VNODE = -4 +pkg syscall (freebsd-386), const EVFILT_WRITE = -2 +pkg syscall (freebsd-386), const EV_ADD = 1 +pkg syscall (freebsd-386), const EV_CLEAR = 32 +pkg syscall (freebsd-386), const EV_DELETE = 2 +pkg syscall (freebsd-386), const EV_DISABLE = 8 +pkg syscall (freebsd-386), const EV_DISPATCH = 128 +pkg syscall (freebsd-386), const EV_ENABLE = 4 +pkg syscall (freebsd-386), const EV_EOF = 32768 +pkg syscall (freebsd-386), const EV_ERROR = 16384 +pkg syscall (freebsd-386), const EV_FLAG1 = 8192 +pkg syscall (freebsd-386), const EV_ONESHOT = 16 +pkg syscall (freebsd-386), const EV_RECEIPT = 64 +pkg syscall (freebsd-386), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-386), const EWOULDBLOCK = 35 +pkg syscall (freebsd-386), const EXDEV = 18 +pkg syscall (freebsd-386), const EXTA = 19200 +pkg syscall (freebsd-386), const EXTB = 38400 +pkg syscall (freebsd-386), const EXTPROC = 2048 +pkg syscall (freebsd-386), const FD_CLOEXEC = 1 +pkg syscall (freebsd-386), const FD_SETSIZE = 1024 +pkg syscall (freebsd-386), const FLUSHO = 8388608 +pkg syscall (freebsd-386), const FLUSHO ideal-int +pkg syscall (freebsd-386), const F_CANCEL = 5 +pkg syscall (freebsd-386), const F_DUP2FD = 10 +pkg syscall (freebsd-386), const F_DUPFD = 0 +pkg syscall (freebsd-386), const F_GETFD = 1 +pkg syscall (freebsd-386), const F_GETFL = 3 +pkg syscall (freebsd-386), const F_GETLK = 11 +pkg syscall (freebsd-386), const F_GETOWN = 5 +pkg syscall (freebsd-386), const F_OGETLK = 7 +pkg syscall (freebsd-386), const F_OK = 0 +pkg syscall (freebsd-386), const F_OSETLK = 8 +pkg syscall (freebsd-386), const F_OSETLKW = 9 +pkg syscall (freebsd-386), const F_RDAHEAD = 16 +pkg syscall (freebsd-386), const F_RDLCK = 1 +pkg syscall (freebsd-386), const F_READAHEAD = 15 +pkg syscall (freebsd-386), const F_SETFD = 2 +pkg syscall (freebsd-386), const F_SETFL = 4 +pkg syscall (freebsd-386), const F_SETLK = 12 +pkg syscall (freebsd-386), const F_SETLKW = 13 +pkg syscall (freebsd-386), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-386), const F_SETOWN = 6 +pkg syscall (freebsd-386), const F_UNLCK = 2 +pkg syscall (freebsd-386), const F_UNLCKSYS = 4 +pkg syscall (freebsd-386), const F_WRLCK = 3 +pkg syscall (freebsd-386), const HUPCL = 16384 +pkg syscall (freebsd-386), const HUPCL ideal-int +pkg syscall (freebsd-386), const ICANON = 256 +pkg syscall (freebsd-386), const ICANON ideal-int +pkg syscall (freebsd-386), const ICRNL = 256 +pkg syscall (freebsd-386), const ICRNL ideal-int +pkg syscall (freebsd-386), const IEXTEN = 1024 +pkg syscall (freebsd-386), const IEXTEN ideal-int +pkg syscall (freebsd-386), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-386), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-386), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-386), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-386), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-386), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-386), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-386), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-386), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-386), const IFF_DEBUG = 4 +pkg syscall (freebsd-386), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-386), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-386), const IFF_DYING = 2097152 +pkg syscall (freebsd-386), const IFF_LINK0 = 4096 +pkg syscall (freebsd-386), const IFF_LINK1 = 8192 +pkg syscall (freebsd-386), const IFF_LINK2 = 16384 +pkg syscall (freebsd-386), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-386), const IFF_MONITOR = 262144 +pkg syscall (freebsd-386), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-386), const IFF_NOARP = 128 +pkg syscall (freebsd-386), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-386), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-386), const IFF_PROMISC = 256 +pkg syscall (freebsd-386), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-386), const IFF_RUNNING = 64 +pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-386), const IFF_SMART = 32 +pkg syscall (freebsd-386), const IFF_STATICARP = 524288 +pkg syscall (freebsd-386), const IFNAMSIZ = 16 +pkg syscall (freebsd-386), const IFT_1822 = 2 +pkg syscall (freebsd-386), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-386), const IFT_AAL2 = 187 +pkg syscall (freebsd-386), const IFT_AAL5 = 49 +pkg syscall (freebsd-386), const IFT_ADSL = 94 +pkg syscall (freebsd-386), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-386), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-386), const IFT_ARAP = 88 +pkg syscall (freebsd-386), const IFT_ARCNET = 35 +pkg syscall (freebsd-386), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-386), const IFT_ASYNC = 84 +pkg syscall (freebsd-386), const IFT_ATM = 37 +pkg syscall (freebsd-386), const IFT_ATMDXI = 105 +pkg syscall (freebsd-386), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-386), const IFT_ATMIMA = 107 +pkg syscall (freebsd-386), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-386), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-386), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-386), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-386), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-386), const IFT_BRIDGE = 209 +pkg syscall (freebsd-386), const IFT_BSC = 83 +pkg syscall (freebsd-386), const IFT_CARP = 248 +pkg syscall (freebsd-386), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-386), const IFT_CEPT = 19 +pkg syscall (freebsd-386), const IFT_CES = 133 +pkg syscall (freebsd-386), const IFT_CHANNEL = 70 +pkg syscall (freebsd-386), const IFT_CNR = 85 +pkg syscall (freebsd-386), const IFT_COFFEE = 132 +pkg syscall (freebsd-386), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-386), const IFT_DCN = 141 +pkg syscall (freebsd-386), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-386), const IFT_DLSW = 74 +pkg syscall (freebsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-386), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-386), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-386), const IFT_DS0 = 81 +pkg syscall (freebsd-386), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-386), const IFT_DS1FDL = 170 +pkg syscall (freebsd-386), const IFT_DS3 = 30 +pkg syscall (freebsd-386), const IFT_DTM = 140 +pkg syscall (freebsd-386), const IFT_DVBASILN = 172 +pkg syscall (freebsd-386), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-386), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-386), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-386), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-386), const IFT_ENC = 244 +pkg syscall (freebsd-386), const IFT_EON = 25 +pkg syscall (freebsd-386), const IFT_EPLRS = 87 +pkg syscall (freebsd-386), const IFT_ESCON = 73 +pkg syscall (freebsd-386), const IFT_ETHER = 6 +pkg syscall (freebsd-386), const IFT_FAITH = 242 +pkg syscall (freebsd-386), const IFT_FAST = 125 +pkg syscall (freebsd-386), const IFT_FASTETHER = 62 +pkg syscall (freebsd-386), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-386), const IFT_FDDI = 15 +pkg syscall (freebsd-386), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-386), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-386), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-386), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-386), const IFT_FRELAY = 32 +pkg syscall (freebsd-386), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-386), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-386), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-386), const IFT_G703AT64K = 66 +pkg syscall (freebsd-386), const IFT_GIF = 240 +pkg syscall (freebsd-386), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-386), const IFT_GR303IDT = 178 +pkg syscall (freebsd-386), const IFT_GR303RDT = 177 +pkg syscall (freebsd-386), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-386), const IFT_H323PROXY = 165 +pkg syscall (freebsd-386), const IFT_HDH1822 = 3 +pkg syscall (freebsd-386), const IFT_HDLC = 118 +pkg syscall (freebsd-386), const IFT_HDSL2 = 168 +pkg syscall (freebsd-386), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-386), const IFT_HIPPI = 47 +pkg syscall (freebsd-386), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-386), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-386), const IFT_HSSI = 46 +pkg syscall (freebsd-386), const IFT_HY = 14 +pkg syscall (freebsd-386), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-386), const IFT_IDSL = 154 +pkg syscall (freebsd-386), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-386), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-386), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-386), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-386), const IFT_IFGSN = 145 +pkg syscall (freebsd-386), const IFT_IMT = 190 +pkg syscall (freebsd-386), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-386), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-386), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-386), const IFT_IP = 126 +pkg syscall (freebsd-386), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-386), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-386), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-386), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-386), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-386), const IFT_IPXIP = 249 +pkg syscall (freebsd-386), const IFT_ISDN = 63 +pkg syscall (freebsd-386), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-386), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-386), const IFT_ISDNS = 75 +pkg syscall (freebsd-386), const IFT_ISDNU = 76 +pkg syscall (freebsd-386), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-386), const IFT_ISO88023 = 7 +pkg syscall (freebsd-386), const IFT_ISO88024 = 8 +pkg syscall (freebsd-386), const IFT_ISO88025 = 9 +pkg syscall (freebsd-386), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-386), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-386), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-386), const IFT_ISO88026 = 10 +pkg syscall (freebsd-386), const IFT_ISUP = 179 +pkg syscall (freebsd-386), const IFT_L2VLAN = 135 +pkg syscall (freebsd-386), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-386), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-386), const IFT_LAPB = 16 +pkg syscall (freebsd-386), const IFT_LAPD = 77 +pkg syscall (freebsd-386), const IFT_LAPF = 119 +pkg syscall (freebsd-386), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-386), const IFT_LOOP = 24 +pkg syscall (freebsd-386), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-386), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-386), const IFT_MIOX25 = 38 +pkg syscall (freebsd-386), const IFT_MODEM = 48 +pkg syscall (freebsd-386), const IFT_MPC = 113 +pkg syscall (freebsd-386), const IFT_MPLS = 166 +pkg syscall (freebsd-386), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-386), const IFT_MSDSL = 143 +pkg syscall (freebsd-386), const IFT_MVL = 191 +pkg syscall (freebsd-386), const IFT_MYRINET = 99 +pkg syscall (freebsd-386), const IFT_NFAS = 175 +pkg syscall (freebsd-386), const IFT_NSIP = 27 +pkg syscall (freebsd-386), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-386), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-386), const IFT_OTHER = 1 +pkg syscall (freebsd-386), const IFT_P10 = 12 +pkg syscall (freebsd-386), const IFT_P80 = 13 +pkg syscall (freebsd-386), const IFT_PARA = 34 +pkg syscall (freebsd-386), const IFT_PFLOG = 246 +pkg syscall (freebsd-386), const IFT_PFSYNC = 247 +pkg syscall (freebsd-386), const IFT_PLC = 174 +pkg syscall (freebsd-386), const IFT_POS = 171 +pkg syscall (freebsd-386), const IFT_PPP = 23 +pkg syscall (freebsd-386), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-386), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-386), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-386), const IFT_PROPMUX = 54 +pkg syscall (freebsd-386), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-386), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-386), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-386), const IFT_PVC = 241 +pkg syscall (freebsd-386), const IFT_QLLC = 68 +pkg syscall (freebsd-386), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-386), const IFT_RADSL = 95 +pkg syscall (freebsd-386), const IFT_REACHDSL = 192 +pkg syscall (freebsd-386), const IFT_RFC1483 = 159 +pkg syscall (freebsd-386), const IFT_RS232 = 33 +pkg syscall (freebsd-386), const IFT_RSRB = 79 +pkg syscall (freebsd-386), const IFT_SDLC = 17 +pkg syscall (freebsd-386), const IFT_SDSL = 96 +pkg syscall (freebsd-386), const IFT_SHDSL = 169 +pkg syscall (freebsd-386), const IFT_SIP = 31 +pkg syscall (freebsd-386), const IFT_SLIP = 28 +pkg syscall (freebsd-386), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-386), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-386), const IFT_SONET = 39 +pkg syscall (freebsd-386), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-386), const IFT_SONETPATH = 50 +pkg syscall (freebsd-386), const IFT_SONETVT = 51 +pkg syscall (freebsd-386), const IFT_SRP = 151 +pkg syscall (freebsd-386), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-386), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-386), const IFT_STARLAN = 11 +pkg syscall (freebsd-386), const IFT_STF = 215 +pkg syscall (freebsd-386), const IFT_T1 = 18 +pkg syscall (freebsd-386), const IFT_TDLC = 116 +pkg syscall (freebsd-386), const IFT_TERMPAD = 91 +pkg syscall (freebsd-386), const IFT_TR008 = 176 +pkg syscall (freebsd-386), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-386), const IFT_TUNNEL = 131 +pkg syscall (freebsd-386), const IFT_ULTRA = 29 +pkg syscall (freebsd-386), const IFT_USB = 160 +pkg syscall (freebsd-386), const IFT_V11 = 64 +pkg syscall (freebsd-386), const IFT_V35 = 45 +pkg syscall (freebsd-386), const IFT_V36 = 65 +pkg syscall (freebsd-386), const IFT_V37 = 120 +pkg syscall (freebsd-386), const IFT_VDSL = 97 +pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-386), const IFT_VOICEEM = 100 +pkg syscall (freebsd-386), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-386), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-386), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-386), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-386), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-386), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-386), const IFT_X213 = 93 +pkg syscall (freebsd-386), const IFT_X25 = 5 +pkg syscall (freebsd-386), const IFT_X25DDN = 4 +pkg syscall (freebsd-386), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-386), const IFT_X25MLP = 121 +pkg syscall (freebsd-386), const IFT_X25PLE = 40 +pkg syscall (freebsd-386), const IFT_XETHER = 26 +pkg syscall (freebsd-386), const IGNBRK = 1 +pkg syscall (freebsd-386), const IGNBRK ideal-int +pkg syscall (freebsd-386), const IGNCR = 128 +pkg syscall (freebsd-386), const IGNCR ideal-int +pkg syscall (freebsd-386), const IGNPAR = 4 +pkg syscall (freebsd-386), const IGNPAR ideal-int +pkg syscall (freebsd-386), const IMAXBEL = 8192 +pkg syscall (freebsd-386), const IMAXBEL ideal-int +pkg syscall (freebsd-386), const INLCR = 64 +pkg syscall (freebsd-386), const INLCR ideal-int +pkg syscall (freebsd-386), const INPCK = 16 +pkg syscall (freebsd-386), const INPCK ideal-int +pkg syscall (freebsd-386), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-386), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-386), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-386), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-386), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-386), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-386), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-386), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-386), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-386), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-386), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-386), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-386), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-386), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-386), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-386), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-386), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-386), const IPPROTO_3PC = 34 +pkg syscall (freebsd-386), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-386), const IPPROTO_AH = 51 +pkg syscall (freebsd-386), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-386), const IPPROTO_APES = 99 +pkg syscall (freebsd-386), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-386), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-386), const IPPROTO_BHA = 49 +pkg syscall (freebsd-386), const IPPROTO_BLT = 30 +pkg syscall (freebsd-386), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-386), const IPPROTO_CARP = 112 +pkg syscall (freebsd-386), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-386), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-386), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-386), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-386), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-386), const IPPROTO_DDP = 37 +pkg syscall (freebsd-386), const IPPROTO_DGP = 86 +pkg syscall (freebsd-386), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-386), const IPPROTO_DONE = 257 +pkg syscall (freebsd-386), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-386), const IPPROTO_EGP = 8 +pkg syscall (freebsd-386), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-386), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-386), const IPPROTO_EON = 80 +pkg syscall (freebsd-386), const IPPROTO_ESP = 50 +pkg syscall (freebsd-386), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-386), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-386), const IPPROTO_GGP = 3 +pkg syscall (freebsd-386), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-386), const IPPROTO_GRE = 47 +pkg syscall (freebsd-386), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-386), const IPPROTO_HMP = 20 +pkg syscall (freebsd-386), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-386), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-386), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-386), const IPPROTO_IDP = 22 +pkg syscall (freebsd-386), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-386), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-386), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-386), const IPPROTO_IGP = 85 +pkg syscall (freebsd-386), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-386), const IPPROTO_IL = 40 +pkg syscall (freebsd-386), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-386), const IPPROTO_INP = 32 +pkg syscall (freebsd-386), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-386), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-386), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-386), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-386), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-386), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-386), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-386), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-386), const IPPROTO_LARP = 91 +pkg syscall (freebsd-386), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-386), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-386), const IPPROTO_MAX = 256 +pkg syscall (freebsd-386), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-386), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-386), const IPPROTO_MH = 135 +pkg syscall (freebsd-386), const IPPROTO_MH ideal-int +pkg syscall (freebsd-386), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-386), const IPPROTO_MICP = 95 +pkg syscall (freebsd-386), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-386), const IPPROTO_MTP = 92 +pkg syscall (freebsd-386), const IPPROTO_MUX = 18 +pkg syscall (freebsd-386), const IPPROTO_ND = 77 +pkg syscall (freebsd-386), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-386), const IPPROTO_NONE = 59 +pkg syscall (freebsd-386), const IPPROTO_NSP = 31 +pkg syscall (freebsd-386), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-386), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-386), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-386), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-386), const IPPROTO_PGM = 113 +pkg syscall (freebsd-386), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-386), const IPPROTO_PIM = 103 +pkg syscall (freebsd-386), const IPPROTO_PRM = 21 +pkg syscall (freebsd-386), const IPPROTO_PUP = 12 +pkg syscall (freebsd-386), const IPPROTO_PVP = 75 +pkg syscall (freebsd-386), const IPPROTO_RAW = 255 +pkg syscall (freebsd-386), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-386), const IPPROTO_RDP = 27 +pkg syscall (freebsd-386), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-386), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-386), const IPPROTO_RVD = 66 +pkg syscall (freebsd-386), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-386), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-386), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-386), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-386), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-386), const IPPROTO_SEND = 259 +pkg syscall (freebsd-386), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-386), const IPPROTO_SEP = 33 +pkg syscall (freebsd-386), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-386), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-386), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-386), const IPPROTO_ST = 7 +pkg syscall (freebsd-386), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-386), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-386), const IPPROTO_TCF = 87 +pkg syscall (freebsd-386), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-386), const IPPROTO_TP = 29 +pkg syscall (freebsd-386), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-386), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-386), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-386), const IPPROTO_TTP = 84 +pkg syscall (freebsd-386), const IPPROTO_VINES = 83 +pkg syscall (freebsd-386), const IPPROTO_VISA = 70 +pkg syscall (freebsd-386), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-386), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-386), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-386), const IPPROTO_WSN = 74 +pkg syscall (freebsd-386), const IPPROTO_XNET = 15 +pkg syscall (freebsd-386), const IPPROTO_XTP = 36 +pkg syscall (freebsd-386), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-386), const IPV6_BINDANY = 64 +pkg syscall (freebsd-386), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-386), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-386), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-386), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-386), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-386), const IPV6_FAITH = 29 +pkg syscall (freebsd-386), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-386), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-386), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-386), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-386), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-386), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-386), const IPV6_FW_GET = 34 +pkg syscall (freebsd-386), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-386), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-386), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-386), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-386), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-386), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-386), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-386), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-386), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-386), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-386), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-386), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-386), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-386), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-386), const IPV6_MMTU = 1280 +pkg syscall (freebsd-386), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-386), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-386), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-386), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-386), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-386), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-386), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-386), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-386), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-386), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-386), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-386), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-386), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-386), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-386), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-386), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-386), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-386), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-386), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-386), const IPV6_RTHDR = 51 +pkg syscall (freebsd-386), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-386), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-386), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-386), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-386), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-386), const IPV6_TCLASS = 61 +pkg syscall (freebsd-386), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-386), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-386), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-386), const IPV6_VERSION = 96 +pkg syscall (freebsd-386), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-386), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-386), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-386), const IP_BINDANY = 24 +pkg syscall (freebsd-386), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-386), const IP_DF = 16384 +pkg syscall (freebsd-386), const IP_DONTFRAG = 67 +pkg syscall (freebsd-386), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-386), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-386), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-386), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-386), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-386), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-386), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-386), const IP_FAITH = 22 +pkg syscall (freebsd-386), const IP_FW3 = 48 +pkg syscall (freebsd-386), const IP_FW_ADD = 50 +pkg syscall (freebsd-386), const IP_FW_DEL = 51 +pkg syscall (freebsd-386), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-386), const IP_FW_GET = 54 +pkg syscall (freebsd-386), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-386), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-386), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-386), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-386), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-386), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-386), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-386), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-386), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-386), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-386), const IP_FW_ZERO = 53 +pkg syscall (freebsd-386), const IP_HDRINCL = 2 +pkg syscall (freebsd-386), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-386), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-386), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-386), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-386), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-386), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-386), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-386), const IP_MF = 8192 +pkg syscall (freebsd-386), const IP_MINTTL = 66 +pkg syscall (freebsd-386), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-386), const IP_MSFILTER = 74 +pkg syscall (freebsd-386), const IP_MSS = 576 +pkg syscall (freebsd-386), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-386), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-386), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-386), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-386), const IP_OFFMASK = 8191 +pkg syscall (freebsd-386), const IP_ONESBCAST = 23 +pkg syscall (freebsd-386), const IP_OPTIONS = 1 +pkg syscall (freebsd-386), const IP_PORTRANGE = 19 +pkg syscall (freebsd-386), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-386), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-386), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-386), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-386), const IP_RECVIF = 20 +pkg syscall (freebsd-386), const IP_RECVOPTS = 5 +pkg syscall (freebsd-386), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-386), const IP_RECVTOS = 68 +pkg syscall (freebsd-386), const IP_RECVTOS ideal-int +pkg syscall (freebsd-386), const IP_RECVTTL = 65 +pkg syscall (freebsd-386), const IP_RETOPTS = 8 +pkg syscall (freebsd-386), const IP_RF = 32768 +pkg syscall (freebsd-386), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-386), const IP_RSVP_ON = 15 +pkg syscall (freebsd-386), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-386), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-386), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-386), const IP_TOS = 3 +pkg syscall (freebsd-386), const IP_TTL = 4 +pkg syscall (freebsd-386), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-386), const ISIG = 128 +pkg syscall (freebsd-386), const ISIG ideal-int +pkg syscall (freebsd-386), const ISTRIP = 32 +pkg syscall (freebsd-386), const ISTRIP ideal-int +pkg syscall (freebsd-386), const IXANY = 2048 +pkg syscall (freebsd-386), const IXANY ideal-int +pkg syscall (freebsd-386), const IXOFF = 1024 +pkg syscall (freebsd-386), const IXOFF ideal-int +pkg syscall (freebsd-386), const IXON = 512 +pkg syscall (freebsd-386), const IXON ideal-int +pkg syscall (freebsd-386), const ImplementsGetwd = false +pkg syscall (freebsd-386), const LOCK_EX = 2 +pkg syscall (freebsd-386), const LOCK_NB = 4 +pkg syscall (freebsd-386), const LOCK_SH = 1 +pkg syscall (freebsd-386), const LOCK_UN = 8 +pkg syscall (freebsd-386), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-386), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-386), const MADV_CORE = 9 +pkg syscall (freebsd-386), const MADV_CORE ideal-int +pkg syscall (freebsd-386), const MADV_DONTNEED = 4 +pkg syscall (freebsd-386), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-386), const MADV_FREE = 5 +pkg syscall (freebsd-386), const MADV_FREE ideal-int +pkg syscall (freebsd-386), const MADV_NOCORE = 8 +pkg syscall (freebsd-386), const MADV_NOCORE ideal-int +pkg syscall (freebsd-386), const MADV_NORMAL = 0 +pkg syscall (freebsd-386), const MADV_NORMAL ideal-int +pkg syscall (freebsd-386), const MADV_NOSYNC = 6 +pkg syscall (freebsd-386), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-386), const MADV_PROTECT = 10 +pkg syscall (freebsd-386), const MADV_PROTECT ideal-int +pkg syscall (freebsd-386), const MADV_RANDOM = 1 +pkg syscall (freebsd-386), const MADV_RANDOM ideal-int +pkg syscall (freebsd-386), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-386), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-386), const MADV_WILLNEED = 3 +pkg syscall (freebsd-386), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-386), const MAP_ANON = 4096 +pkg syscall (freebsd-386), const MAP_ANON ideal-int +pkg syscall (freebsd-386), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-386), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-386), const MAP_COPY = 2 +pkg syscall (freebsd-386), const MAP_COPY ideal-int +pkg syscall (freebsd-386), const MAP_FILE = 0 +pkg syscall (freebsd-386), const MAP_FILE ideal-int +pkg syscall (freebsd-386), const MAP_FIXED = 16 +pkg syscall (freebsd-386), const MAP_FIXED ideal-int +pkg syscall (freebsd-386), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-386), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-386), const MAP_NOCORE = 131072 +pkg syscall (freebsd-386), const MAP_NOCORE ideal-int +pkg syscall (freebsd-386), const MAP_NORESERVE = 64 +pkg syscall (freebsd-386), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-386), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-386), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-386), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-386), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-386), const MAP_PRIVATE = 2 +pkg syscall (freebsd-386), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-386), const MAP_RENAME = 32 +pkg syscall (freebsd-386), const MAP_RENAME ideal-int +pkg syscall (freebsd-386), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-386), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-386), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-386), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-386), const MAP_SHARED = 1 +pkg syscall (freebsd-386), const MAP_SHARED ideal-int +pkg syscall (freebsd-386), const MAP_STACK = 1024 +pkg syscall (freebsd-386), const MAP_STACK ideal-int +pkg syscall (freebsd-386), const MCL_CURRENT = 1 +pkg syscall (freebsd-386), const MCL_CURRENT ideal-int +pkg syscall (freebsd-386), const MCL_FUTURE = 2 +pkg syscall (freebsd-386), const MCL_FUTURE ideal-int +pkg syscall (freebsd-386), const MSG_COMPAT = 32768 +pkg syscall (freebsd-386), const MSG_CTRUNC = 32 +pkg syscall (freebsd-386), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-386), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-386), const MSG_EOF = 256 +pkg syscall (freebsd-386), const MSG_EOR = 8 +pkg syscall (freebsd-386), const MSG_NBIO = 16384 +pkg syscall (freebsd-386), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-386), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-386), const MSG_OOB = 1 +pkg syscall (freebsd-386), const MSG_PEEK = 2 +pkg syscall (freebsd-386), const MSG_TRUNC = 16 +pkg syscall (freebsd-386), const MSG_WAITALL = 64 +pkg syscall (freebsd-386), const MS_ASYNC = 1 +pkg syscall (freebsd-386), const MS_ASYNC ideal-int +pkg syscall (freebsd-386), const MS_INVALIDATE = 2 +pkg syscall (freebsd-386), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-386), const MS_SYNC = 0 +pkg syscall (freebsd-386), const MS_SYNC ideal-int +pkg syscall (freebsd-386), const NET_RT_DUMP = 1 +pkg syscall (freebsd-386), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-386), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-386), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-386), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-386), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-386), const NET_RT_MAXID = 6 +pkg syscall (freebsd-386), const NOFLSH = 2147483648 +pkg syscall (freebsd-386), const NOFLSH ideal-int +pkg syscall (freebsd-386), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-386), const NOTE_CHILD = 4 +pkg syscall (freebsd-386), const NOTE_DELETE = 1 +pkg syscall (freebsd-386), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-386), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-386), const NOTE_EXTEND = 4 +pkg syscall (freebsd-386), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-386), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-386), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-386), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-386), const NOTE_FFNOP = 0 +pkg syscall (freebsd-386), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-386), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-386), const NOTE_LINK = 16 +pkg syscall (freebsd-386), const NOTE_LOWAT = 1 +pkg syscall (freebsd-386), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-386), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-386), const NOTE_RENAME = 32 +pkg syscall (freebsd-386), const NOTE_REVOKE = 64 +pkg syscall (freebsd-386), const NOTE_TRACK = 1 +pkg syscall (freebsd-386), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-386), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-386), const NOTE_WRITE = 2 +pkg syscall (freebsd-386), const OCRNL = 16 +pkg syscall (freebsd-386), const OCRNL ideal-int +pkg syscall (freebsd-386), const ONLCR = 2 +pkg syscall (freebsd-386), const ONLCR ideal-int +pkg syscall (freebsd-386), const ONLRET = 64 +pkg syscall (freebsd-386), const ONLRET ideal-int +pkg syscall (freebsd-386), const ONOCR = 32 +pkg syscall (freebsd-386), const ONOCR ideal-int +pkg syscall (freebsd-386), const ONOEOT = 8 +pkg syscall (freebsd-386), const ONOEOT ideal-int +pkg syscall (freebsd-386), const OPOST = 1 +pkg syscall (freebsd-386), const OPOST ideal-int +pkg syscall (freebsd-386), const O_ACCMODE = 3 +pkg syscall (freebsd-386), const O_APPEND = 8 +pkg syscall (freebsd-386), const O_ASYNC = 64 +pkg syscall (freebsd-386), const O_CLOEXEC = 0 +pkg syscall (freebsd-386), const O_CREAT = 512 +pkg syscall (freebsd-386), const O_DIRECT = 65536 +pkg syscall (freebsd-386), const O_DIRECTORY = 131072 +pkg syscall (freebsd-386), const O_EXCL = 2048 +pkg syscall (freebsd-386), const O_EXEC = 262144 +pkg syscall (freebsd-386), const O_EXLOCK = 32 +pkg syscall (freebsd-386), const O_FSYNC = 128 +pkg syscall (freebsd-386), const O_NDELAY = 4 +pkg syscall (freebsd-386), const O_NOCTTY = 32768 +pkg syscall (freebsd-386), const O_NOFOLLOW = 256 +pkg syscall (freebsd-386), const O_NONBLOCK = 4 +pkg syscall (freebsd-386), const O_SHLOCK = 16 +pkg syscall (freebsd-386), const O_SYNC = 128 +pkg syscall (freebsd-386), const O_TRUNC = 1024 +pkg syscall (freebsd-386), const O_TTY_INIT = 524288 +pkg syscall (freebsd-386), const PARENB = 4096 +pkg syscall (freebsd-386), const PARENB ideal-int +pkg syscall (freebsd-386), const PARMRK = 8 +pkg syscall (freebsd-386), const PARMRK ideal-int +pkg syscall (freebsd-386), const PARODD = 8192 +pkg syscall (freebsd-386), const PARODD ideal-int +pkg syscall (freebsd-386), const PENDIN = 536870912 +pkg syscall (freebsd-386), const PENDIN ideal-int +pkg syscall (freebsd-386), const PROT_EXEC = 4 +pkg syscall (freebsd-386), const PROT_EXEC ideal-int +pkg syscall (freebsd-386), const PROT_NONE = 0 +pkg syscall (freebsd-386), const PROT_NONE ideal-int +pkg syscall (freebsd-386), const PROT_READ = 1 +pkg syscall (freebsd-386), const PROT_READ ideal-int +pkg syscall (freebsd-386), const PROT_WRITE = 2 +pkg syscall (freebsd-386), const PROT_WRITE ideal-int +pkg syscall (freebsd-386), const PTRACE_CONT = 7 +pkg syscall (freebsd-386), const PTRACE_KILL = 8 +pkg syscall (freebsd-386), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-386), const RLIMIT_AS = 10 +pkg syscall (freebsd-386), const RLIMIT_CORE = 4 +pkg syscall (freebsd-386), const RLIMIT_CPU = 0 +pkg syscall (freebsd-386), const RLIMIT_DATA = 2 +pkg syscall (freebsd-386), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-386), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-386), const RLIMIT_STACK = 3 +pkg syscall (freebsd-386), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-386), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-386), const RTAX_BRD = 7 +pkg syscall (freebsd-386), const RTAX_DST = 0 +pkg syscall (freebsd-386), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-386), const RTAX_GENMASK = 3 +pkg syscall (freebsd-386), const RTAX_IFA = 5 +pkg syscall (freebsd-386), const RTAX_IFP = 4 +pkg syscall (freebsd-386), const RTAX_MAX = 8 +pkg syscall (freebsd-386), const RTAX_NETMASK = 2 +pkg syscall (freebsd-386), const RTA_AUTHOR = 64 +pkg syscall (freebsd-386), const RTA_BRD = 128 +pkg syscall (freebsd-386), const RTA_DST = 1 +pkg syscall (freebsd-386), const RTA_GATEWAY = 2 +pkg syscall (freebsd-386), const RTA_GENMASK = 8 +pkg syscall (freebsd-386), const RTA_IFA = 32 +pkg syscall (freebsd-386), const RTA_IFP = 16 +pkg syscall (freebsd-386), const RTA_NETMASK = 4 +pkg syscall (freebsd-386), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-386), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-386), const RTF_DONE = 64 +pkg syscall (freebsd-386), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-386), const RTF_FMASK = 268752904 +pkg syscall (freebsd-386), const RTF_GATEWAY = 2 +pkg syscall (freebsd-386), const RTF_HOST = 4 +pkg syscall (freebsd-386), const RTF_LLDATA = 1024 +pkg syscall (freebsd-386), const RTF_LLINFO = 1024 +pkg syscall (freebsd-386), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-386), const RTF_MODIFIED = 32 +pkg syscall (freebsd-386), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-386), const RTF_PINNED = 1048576 +pkg syscall (freebsd-386), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-386), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-386), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-386), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-386), const RTF_REJECT = 8 +pkg syscall (freebsd-386), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-386), const RTF_STATIC = 2048 +pkg syscall (freebsd-386), const RTF_STICKY = 268435456 +pkg syscall (freebsd-386), const RTF_UP = 1 +pkg syscall (freebsd-386), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-386), const RTM_ADD = 1 +pkg syscall (freebsd-386), const RTM_CHANGE = 3 +pkg syscall (freebsd-386), const RTM_DELADDR = 13 +pkg syscall (freebsd-386), const RTM_DELETE = 2 +pkg syscall (freebsd-386), const RTM_DELMADDR = 16 +pkg syscall (freebsd-386), const RTM_GET = 4 +pkg syscall (freebsd-386), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-386), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-386), const RTM_IFINFO = 14 +pkg syscall (freebsd-386), const RTM_LOCK = 8 +pkg syscall (freebsd-386), const RTM_LOSING = 5 +pkg syscall (freebsd-386), const RTM_MISS = 7 +pkg syscall (freebsd-386), const RTM_NEWADDR = 12 +pkg syscall (freebsd-386), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-386), const RTM_OLDADD = 9 +pkg syscall (freebsd-386), const RTM_OLDDEL = 10 +pkg syscall (freebsd-386), const RTM_REDIRECT = 6 +pkg syscall (freebsd-386), const RTM_RESOLVE = 11 +pkg syscall (freebsd-386), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-386), const RTM_VERSION = 5 +pkg syscall (freebsd-386), const RTV_EXPIRE = 4 +pkg syscall (freebsd-386), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-386), const RTV_MTU = 1 +pkg syscall (freebsd-386), const RTV_RPIPE = 8 +pkg syscall (freebsd-386), const RTV_RTT = 64 +pkg syscall (freebsd-386), const RTV_RTTVAR = 128 +pkg syscall (freebsd-386), const RTV_SPIPE = 16 +pkg syscall (freebsd-386), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-386), const RTV_WEIGHT = 256 +pkg syscall (freebsd-386), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-386), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-386), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-386), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-386), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-386), const RUSAGE_SELF = 0 +pkg syscall (freebsd-386), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-386), const SCM_BINTIME = 4 +pkg syscall (freebsd-386), const SCM_CREDS = 3 +pkg syscall (freebsd-386), const SCM_RIGHTS = 1 +pkg syscall (freebsd-386), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-386), const SIGBUS = 10 +pkg syscall (freebsd-386), const SIGCHLD = 20 +pkg syscall (freebsd-386), const SIGCONT = 19 +pkg syscall (freebsd-386), const SIGEMT = 7 +pkg syscall (freebsd-386), const SIGINFO = 29 +pkg syscall (freebsd-386), const SIGIO = 23 +pkg syscall (freebsd-386), const SIGIOT = 6 +pkg syscall (freebsd-386), const SIGLWP = 32 +pkg syscall (freebsd-386), const SIGPROF = 27 +pkg syscall (freebsd-386), const SIGSTOP = 17 +pkg syscall (freebsd-386), const SIGSYS = 12 +pkg syscall (freebsd-386), const SIGTHR = 32 +pkg syscall (freebsd-386), const SIGTSTP = 18 +pkg syscall (freebsd-386), const SIGTTIN = 21 +pkg syscall (freebsd-386), const SIGTTOU = 22 +pkg syscall (freebsd-386), const SIGURG = 16 +pkg syscall (freebsd-386), const SIGUSR1 = 30 +pkg syscall (freebsd-386), const SIGUSR2 = 31 +pkg syscall (freebsd-386), const SIGVTALRM = 26 +pkg syscall (freebsd-386), const SIGWINCH = 28 +pkg syscall (freebsd-386), const SIGXCPU = 24 +pkg syscall (freebsd-386), const SIGXFSZ = 25 +pkg syscall (freebsd-386), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-386), const SIOCADDRT = 2150658570 +pkg syscall (freebsd-386), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-386), const SIOCAIFGROUP = 2149869959 +pkg syscall (freebsd-386), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-386), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-386), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-386), const SIOCDELRT = 2150658571 +pkg syscall (freebsd-386), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-386), const SIOCDIFGROUP = 2149869961 +pkg syscall (freebsd-386), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-386), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-386), const SIOCGDRVSPEC = 3223087483 +pkg syscall (freebsd-386), const SIOCGETSGCNT = 3222565392 +pkg syscall (freebsd-386), const SIOCGETVIFCNT = 3222565391 +pkg syscall (freebsd-386), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-386), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-386), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-386), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-386), const SIOCGIFCONF = 3221776676 +pkg syscall (freebsd-386), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-386), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-386), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-386), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-386), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-386), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-386), const SIOCGIFGMEMB = 3223611786 +pkg syscall (freebsd-386), const SIOCGIFGROUP = 3223611784 +pkg syscall (freebsd-386), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-386), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-386), const SIOCGIFMEDIA = 3223873848 +pkg syscall (freebsd-386), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-386), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-386), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-386), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-386), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-386), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-386), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-386), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-386), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-386), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-386), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-386), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-386), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-386), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-386), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-386), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-386), const SIOCIFGCLONERS = 3222038904 +pkg syscall (freebsd-386), const SIOCSDRVSPEC = 2149345659 +pkg syscall (freebsd-386), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-386), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-386), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-386), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-386), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-386), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-386), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-386), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-386), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-386), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-386), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-386), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-386), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-386), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-386), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-386), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-386), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-386), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-386), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-386), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-386), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-386), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-386), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-386), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-386), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-386), const SOCK_RDM = 4 +pkg syscall (freebsd-386), const SOL_SOCKET = 65535 +pkg syscall (freebsd-386), const SOMAXCONN = 128 +pkg syscall (freebsd-386), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-386), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-386), const SO_BINTIME = 8192 +pkg syscall (freebsd-386), const SO_BROADCAST = 32 +pkg syscall (freebsd-386), const SO_DEBUG = 1 +pkg syscall (freebsd-386), const SO_DONTROUTE = 16 +pkg syscall (freebsd-386), const SO_ERROR = 4103 +pkg syscall (freebsd-386), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-386), const SO_LABEL = 4105 +pkg syscall (freebsd-386), const SO_LINGER = 128 +pkg syscall (freebsd-386), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-386), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-386), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-386), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-386), const SO_NO_DDP = 32768 +pkg syscall (freebsd-386), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-386), const SO_OOBINLINE = 256 +pkg syscall (freebsd-386), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-386), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-386), const SO_RCVBUF = 4098 +pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-386), const SO_REUSEADDR = 4 +pkg syscall (freebsd-386), const SO_REUSEPORT = 512 +pkg syscall (freebsd-386), const SO_SETFIB = 4116 +pkg syscall (freebsd-386), const SO_SNDBUF = 4097 +pkg syscall (freebsd-386), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-386), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-386), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-386), const SO_TYPE = 4104 +pkg syscall (freebsd-386), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-386), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-386), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-386), const SYS_ABORT2 = 463 +pkg syscall (freebsd-386), const SYS_ACCEPT = 30 +pkg syscall (freebsd-386), const SYS_ACCESS = 33 +pkg syscall (freebsd-386), const SYS_ACCT = 51 +pkg syscall (freebsd-386), const SYS_ADJTIME = 140 +pkg syscall (freebsd-386), const SYS_AUDIT = 445 +pkg syscall (freebsd-386), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-386), const SYS_AUDITON = 446 +pkg syscall (freebsd-386), const SYS_BIND = 104 +pkg syscall (freebsd-386), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-386), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS = 515 +pkg syscall (freebsd-386), const SYS_CAP_NEW = 514 +pkg syscall (freebsd-386), const SYS_CHDIR = 12 +pkg syscall (freebsd-386), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-386), const SYS_CHMOD = 15 +pkg syscall (freebsd-386), const SYS_CHOWN = 16 +pkg syscall (freebsd-386), const SYS_CHROOT = 61 +pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-386), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-386), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-386), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-386), const SYS_CLOSE = 6 +pkg syscall (freebsd-386), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-386), const SYS_CONNECT = 98 +pkg syscall (freebsd-386), const SYS_CPUSET = 484 +pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-386), const SYS_DUP = 41 +pkg syscall (freebsd-386), const SYS_DUP2 = 90 +pkg syscall (freebsd-386), const SYS_EACCESS = 376 +pkg syscall (freebsd-386), const SYS_EXECVE = 59 +pkg syscall (freebsd-386), const SYS_EXIT = 1 +pkg syscall (freebsd-386), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-386), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-386), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-386), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-386), const SYS_FCHDIR = 13 +pkg syscall (freebsd-386), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-386), const SYS_FCHMOD = 124 +pkg syscall (freebsd-386), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-386), const SYS_FCHOWN = 123 +pkg syscall (freebsd-386), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-386), const SYS_FCNTL = 92 +pkg syscall (freebsd-386), const SYS_FEXECVE = 492 +pkg syscall (freebsd-386), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-386), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-386), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-386), const SYS_FHOPEN = 298 +pkg syscall (freebsd-386), const SYS_FHSTAT = 299 +pkg syscall (freebsd-386), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-386), const SYS_FLOCK = 131 +pkg syscall (freebsd-386), const SYS_FORK = 2 +pkg syscall (freebsd-386), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-386), const SYS_FREEBSD6_FTRUNCATE = 201 +pkg syscall (freebsd-386), const SYS_FREEBSD6_LSEEK = 199 +pkg syscall (freebsd-386), const SYS_FREEBSD6_MMAP = 197 +pkg syscall (freebsd-386), const SYS_FREEBSD6_PREAD = 173 +pkg syscall (freebsd-386), const SYS_FREEBSD6_PWRITE = 174 +pkg syscall (freebsd-386), const SYS_FREEBSD6_TRUNCATE = 200 +pkg syscall (freebsd-386), const SYS_FSTAT = 189 +pkg syscall (freebsd-386), const SYS_FSTATAT = 493 +pkg syscall (freebsd-386), const SYS_FSTATFS = 397 +pkg syscall (freebsd-386), const SYS_FSYNC = 95 +pkg syscall (freebsd-386), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-386), const SYS_FUTIMES = 206 +pkg syscall (freebsd-386), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-386), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-386), const SYS_GETAUID = 447 +pkg syscall (freebsd-386), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-386), const SYS_GETDENTS = 272 +pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-386), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-386), const SYS_GETEGID = 43 +pkg syscall (freebsd-386), const SYS_GETEUID = 25 +pkg syscall (freebsd-386), const SYS_GETFH = 161 +pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-386), const SYS_GETGID = 47 +pkg syscall (freebsd-386), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-386), const SYS_GETITIMER = 86 +pkg syscall (freebsd-386), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-386), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-386), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-386), const SYS_GETPGID = 207 +pkg syscall (freebsd-386), const SYS_GETPGRP = 81 +pkg syscall (freebsd-386), const SYS_GETPID = 20 +pkg syscall (freebsd-386), const SYS_GETPPID = 39 +pkg syscall (freebsd-386), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-386), const SYS_GETRESGID = 361 +pkg syscall (freebsd-386), const SYS_GETRESUID = 360 +pkg syscall (freebsd-386), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-386), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-386), const SYS_GETSID = 310 +pkg syscall (freebsd-386), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-386), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-386), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-386), const SYS_GETUID = 24 +pkg syscall (freebsd-386), const SYS_IOCTL = 54 +pkg syscall (freebsd-386), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-386), const SYS_JAIL = 338 +pkg syscall (freebsd-386), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-386), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-386), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-386), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-386), const SYS_KENV = 390 +pkg syscall (freebsd-386), const SYS_KEVENT = 363 +pkg syscall (freebsd-386), const SYS_KILL = 37 +pkg syscall (freebsd-386), const SYS_KLDFIND = 306 +pkg syscall (freebsd-386), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-386), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-386), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-386), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-386), const SYS_KLDSYM = 337 +pkg syscall (freebsd-386), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-386), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-386), const SYS_KQUEUE = 362 +pkg syscall (freebsd-386), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-386), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-386), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-386), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-386), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-386), const SYS_KTRACE = 45 +pkg syscall (freebsd-386), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-386), const SYS_LCHMOD = 274 +pkg syscall (freebsd-386), const SYS_LCHOWN = 254 +pkg syscall (freebsd-386), const SYS_LGETFH = 160 +pkg syscall (freebsd-386), const SYS_LINK = 9 +pkg syscall (freebsd-386), const SYS_LINKAT = 495 +pkg syscall (freebsd-386), const SYS_LISTEN = 106 +pkg syscall (freebsd-386), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-386), const SYS_LSEEK = 478 +pkg syscall (freebsd-386), const SYS_LSTAT = 190 +pkg syscall (freebsd-386), const SYS_LUTIMES = 276 +pkg syscall (freebsd-386), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-386), const SYS_MADVISE = 75 +pkg syscall (freebsd-386), const SYS_MINCORE = 78 +pkg syscall (freebsd-386), const SYS_MINHERIT = 250 +pkg syscall (freebsd-386), const SYS_MKDIR = 136 +pkg syscall (freebsd-386), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-386), const SYS_MKFIFO = 132 +pkg syscall (freebsd-386), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-386), const SYS_MKNOD = 14 +pkg syscall (freebsd-386), const SYS_MKNODAT = 498 +pkg syscall (freebsd-386), const SYS_MLOCK = 203 +pkg syscall (freebsd-386), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-386), const SYS_MMAP = 477 +pkg syscall (freebsd-386), const SYS_MODFIND = 303 +pkg syscall (freebsd-386), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-386), const SYS_MODNEXT = 300 +pkg syscall (freebsd-386), const SYS_MODSTAT = 301 +pkg syscall (freebsd-386), const SYS_MOUNT = 21 +pkg syscall (freebsd-386), const SYS_MPROTECT = 74 +pkg syscall (freebsd-386), const SYS_MSYNC = 65 +pkg syscall (freebsd-386), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-386), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-386), const SYS_MUNMAP = 73 +pkg syscall (freebsd-386), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-386), const SYS_NFSTAT = 279 +pkg syscall (freebsd-386), const SYS_NLSTAT = 280 +pkg syscall (freebsd-386), const SYS_NMOUNT = 378 +pkg syscall (freebsd-386), const SYS_NSTAT = 278 +pkg syscall (freebsd-386), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-386), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-386), const SYS_OBREAK = 17 +pkg syscall (freebsd-386), const SYS_OPEN = 5 +pkg syscall (freebsd-386), const SYS_OPENAT = 499 +pkg syscall (freebsd-386), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-386), const SYS_OVADVISE = 72 +pkg syscall (freebsd-386), const SYS_PATHCONF = 191 +pkg syscall (freebsd-386), const SYS_PDFORK = 518 +pkg syscall (freebsd-386), const SYS_PDGETPID = 520 +pkg syscall (freebsd-386), const SYS_PDKILL = 519 +pkg syscall (freebsd-386), const SYS_PIPE = 42 +pkg syscall (freebsd-386), const SYS_POLL = 209 +pkg syscall (freebsd-386), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-386), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-386), const SYS_PREAD = 475 +pkg syscall (freebsd-386), const SYS_PREADV = 289 +pkg syscall (freebsd-386), const SYS_PROFIL = 44 +pkg syscall (freebsd-386), const SYS_PSELECT = 522 +pkg syscall (freebsd-386), const SYS_PTRACE = 26 +pkg syscall (freebsd-386), const SYS_PWRITE = 476 +pkg syscall (freebsd-386), const SYS_PWRITEV = 290 +pkg syscall (freebsd-386), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-386), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-386), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-386), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-386), const SYS_READ = 3 +pkg syscall (freebsd-386), const SYS_READLINK = 58 +pkg syscall (freebsd-386), const SYS_READLINKAT = 500 +pkg syscall (freebsd-386), const SYS_READV = 120 +pkg syscall (freebsd-386), const SYS_REBOOT = 55 +pkg syscall (freebsd-386), const SYS_RECVFROM = 29 +pkg syscall (freebsd-386), const SYS_RECVMSG = 27 +pkg syscall (freebsd-386), const SYS_RENAME = 128 +pkg syscall (freebsd-386), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-386), const SYS_REVOKE = 56 +pkg syscall (freebsd-386), const SYS_RFORK = 251 +pkg syscall (freebsd-386), const SYS_RMDIR = 137 +pkg syscall (freebsd-386), const SYS_RTPRIO = 166 +pkg syscall (freebsd-386), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-386), const SYS_SBRK = 69 +pkg syscall (freebsd-386), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-386), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-386), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-386), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-386), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-386), const SYS_SELECT = 93 +pkg syscall (freebsd-386), const SYS_SENDFILE = 393 +pkg syscall (freebsd-386), const SYS_SENDMSG = 28 +pkg syscall (freebsd-386), const SYS_SENDTO = 133 +pkg syscall (freebsd-386), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-386), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-386), const SYS_SETAUID = 448 +pkg syscall (freebsd-386), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-386), const SYS_SETEGID = 182 +pkg syscall (freebsd-386), const SYS_SETEUID = 183 +pkg syscall (freebsd-386), const SYS_SETFIB = 175 +pkg syscall (freebsd-386), const SYS_SETGID = 181 +pkg syscall (freebsd-386), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-386), const SYS_SETITIMER = 83 +pkg syscall (freebsd-386), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-386), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-386), const SYS_SETPGID = 82 +pkg syscall (freebsd-386), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-386), const SYS_SETREGID = 127 +pkg syscall (freebsd-386), const SYS_SETRESGID = 312 +pkg syscall (freebsd-386), const SYS_SETRESUID = 311 +pkg syscall (freebsd-386), const SYS_SETREUID = 126 +pkg syscall (freebsd-386), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-386), const SYS_SETSID = 147 +pkg syscall (freebsd-386), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-386), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-386), const SYS_SETUID = 23 +pkg syscall (freebsd-386), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-386), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-386), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-386), const SYS_SIGACTION = 416 +pkg syscall (freebsd-386), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-386), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-386), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-386), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-386), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-386), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-386), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-386), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-386), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-386), const SYS_SOCKET = 97 +pkg syscall (freebsd-386), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-386), const SYS_SSTK = 70 +pkg syscall (freebsd-386), const SYS_STAT = 188 +pkg syscall (freebsd-386), const SYS_STATFS = 396 +pkg syscall (freebsd-386), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-386), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-386), const SYS_SWAPON = 85 +pkg syscall (freebsd-386), const SYS_SYMLINK = 57 +pkg syscall (freebsd-386), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-386), const SYS_SYNC = 36 +pkg syscall (freebsd-386), const SYS_SYSARCH = 165 +pkg syscall (freebsd-386), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-386), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-386), const SYS_THR_KILL = 433 +pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-386), const SYS_THR_NEW = 455 +pkg syscall (freebsd-386), const SYS_THR_SELF = 432 +pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-386), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-386), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-386), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-386), const SYS_UMASK = 60 +pkg syscall (freebsd-386), const SYS_UNDELETE = 205 +pkg syscall (freebsd-386), const SYS_UNLINK = 10 +pkg syscall (freebsd-386), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-386), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-386), const SYS_UTIMES = 138 +pkg syscall (freebsd-386), const SYS_UTRACE = 335 +pkg syscall (freebsd-386), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-386), const SYS_VFORK = 66 +pkg syscall (freebsd-386), const SYS_WAIT4 = 7 +pkg syscall (freebsd-386), const SYS_WAIT6 = 532 +pkg syscall (freebsd-386), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-386), const SYS_WRITE = 4 +pkg syscall (freebsd-386), const SYS_WRITEV = 121 +pkg syscall (freebsd-386), const SYS_YIELD = 321 +pkg syscall (freebsd-386), const SYS__UMTX_LOCK = 434 +pkg syscall (freebsd-386), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-386), const SYS__UMTX_UNLOCK = 435 +pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-386), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-386), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-386), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-386), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-386), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-386), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-386), const SYS___GETCWD = 326 +pkg syscall (freebsd-386), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-386), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-386), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-386), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-386), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-386), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-386), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-386), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-386), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-386), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-386), const SYS___SETUGID = 374 +pkg syscall (freebsd-386), const SYS___SYSCTL = 202 +pkg syscall (freebsd-386), const S_IFMT = 61440 +pkg syscall (freebsd-386), const SizeofBpfHdr = 20 +pkg syscall (freebsd-386), const SizeofBpfInsn = 8 +pkg syscall (freebsd-386), const SizeofBpfProgram = 8 +pkg syscall (freebsd-386), const SizeofBpfStat = 8 +pkg syscall (freebsd-386), const SizeofBpfVersion = 4 +pkg syscall (freebsd-386), const SizeofBpfZbuf = 12 +pkg syscall (freebsd-386), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-386), const SizeofCmsghdr = 12 +pkg syscall (freebsd-386), const SizeofIPMreq = 8 +pkg syscall (freebsd-386), const SizeofIPMreqn = 12 +pkg syscall (freebsd-386), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-386), const SizeofIfData = 80 +pkg syscall (freebsd-386), const SizeofIfMsghdr = 96 +pkg syscall (freebsd-386), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-386), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-386), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-386), const SizeofLinger = 8 +pkg syscall (freebsd-386), const SizeofMsghdr = 28 +pkg syscall (freebsd-386), const SizeofRtMetrics = 56 +pkg syscall (freebsd-386), const SizeofRtMsghdr = 92 +pkg syscall (freebsd-386), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-386), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-386), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-386), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-386), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-386), const TCIFLUSH = 1 +pkg syscall (freebsd-386), const TCIFLUSH ideal-int +pkg syscall (freebsd-386), const TCIOFLUSH = 3 +pkg syscall (freebsd-386), const TCIOFLUSH ideal-int +pkg syscall (freebsd-386), const TCOFLUSH = 2 +pkg syscall (freebsd-386), const TCOFLUSH ideal-int +pkg syscall (freebsd-386), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-386), const TCP_CONGESTION = 64 +pkg syscall (freebsd-386), const TCP_INFO = 32 +pkg syscall (freebsd-386), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-386), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-386), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-386), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-386), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-386), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-386), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-386), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-386), const TCP_MAXBURST = 4 +pkg syscall (freebsd-386), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-386), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-386), const TCP_MAXSEG = 2 +pkg syscall (freebsd-386), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-386), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-386), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-386), const TCP_MD5SIG = 16 +pkg syscall (freebsd-386), const TCP_MINMSS = 216 +pkg syscall (freebsd-386), const TCP_MSS = 536 +pkg syscall (freebsd-386), const TCP_NOOPT = 8 +pkg syscall (freebsd-386), const TCP_NOPUSH = 4 +pkg syscall (freebsd-386), const TCSAFLUSH = 2 +pkg syscall (freebsd-386), const TCSAFLUSH ideal-int +pkg syscall (freebsd-386), const TIOCCBRK = 536900730 +pkg syscall (freebsd-386), const TIOCCDTR = 536900728 +pkg syscall (freebsd-386), const TIOCCONS = 2147775586 +pkg syscall (freebsd-386), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-386), const TIOCEXCL = 536900621 +pkg syscall (freebsd-386), const TIOCEXT = 2147775584 +pkg syscall (freebsd-386), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-386), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-386), const TIOCGETA = 1076655123 +pkg syscall (freebsd-386), const TIOCGETD = 1074033690 +pkg syscall (freebsd-386), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-386), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-386), const TIOCGSID = 1074033763 +pkg syscall (freebsd-386), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-386), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-386), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-386), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-386), const TIOCMGET = 1074033770 +pkg syscall (freebsd-386), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-386), const TIOCMSET = 2147775597 +pkg syscall (freebsd-386), const TIOCM_CAR = 64 +pkg syscall (freebsd-386), const TIOCM_CD = 64 +pkg syscall (freebsd-386), const TIOCM_CTS = 32 +pkg syscall (freebsd-386), const TIOCM_DCD = 64 +pkg syscall (freebsd-386), const TIOCM_DSR = 256 +pkg syscall (freebsd-386), const TIOCM_DTR = 2 +pkg syscall (freebsd-386), const TIOCM_LE = 1 +pkg syscall (freebsd-386), const TIOCM_RI = 128 +pkg syscall (freebsd-386), const TIOCM_RNG = 128 +pkg syscall (freebsd-386), const TIOCM_RTS = 4 +pkg syscall (freebsd-386), const TIOCM_SR = 16 +pkg syscall (freebsd-386), const TIOCM_ST = 8 +pkg syscall (freebsd-386), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-386), const TIOCNXCL = 536900622 +pkg syscall (freebsd-386), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-386), const TIOCPKT = 2147775600 +pkg syscall (freebsd-386), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-386), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-386), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-386), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-386), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-386), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-386), const TIOCPKT_START = 8 +pkg syscall (freebsd-386), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-386), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-386), const TIOCSBRK = 536900731 +pkg syscall (freebsd-386), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-386), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-386), const TIOCSDTR = 536900729 +pkg syscall (freebsd-386), const TIOCSETA = 2150396948 +pkg syscall (freebsd-386), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-386), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-386), const TIOCSETD = 2147775515 +pkg syscall (freebsd-386), const TIOCSIG = 537162847 +pkg syscall (freebsd-386), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-386), const TIOCSTART = 536900718 +pkg syscall (freebsd-386), const TIOCSTAT = 536900709 +pkg syscall (freebsd-386), const TIOCSTI = 2147578994 +pkg syscall (freebsd-386), const TIOCSTOP = 536900719 +pkg syscall (freebsd-386), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-386), const TIOCTIMESTAMP = 1074295897 +pkg syscall (freebsd-386), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-386), const TOSTOP = 4194304 +pkg syscall (freebsd-386), const TOSTOP ideal-int +pkg syscall (freebsd-386), const VDISCARD = 15 +pkg syscall (freebsd-386), const VDISCARD ideal-int +pkg syscall (freebsd-386), const VDSUSP = 11 +pkg syscall (freebsd-386), const VDSUSP ideal-int +pkg syscall (freebsd-386), const VEOF = 0 +pkg syscall (freebsd-386), const VEOF ideal-int +pkg syscall (freebsd-386), const VEOL = 1 +pkg syscall (freebsd-386), const VEOL ideal-int +pkg syscall (freebsd-386), const VEOL2 = 2 +pkg syscall (freebsd-386), const VEOL2 ideal-int +pkg syscall (freebsd-386), const VERASE = 3 +pkg syscall (freebsd-386), const VERASE ideal-int +pkg syscall (freebsd-386), const VERASE2 = 7 +pkg syscall (freebsd-386), const VERASE2 ideal-int +pkg syscall (freebsd-386), const VINTR = 8 +pkg syscall (freebsd-386), const VINTR ideal-int +pkg syscall (freebsd-386), const VKILL = 5 +pkg syscall (freebsd-386), const VKILL ideal-int +pkg syscall (freebsd-386), const VLNEXT = 14 +pkg syscall (freebsd-386), const VLNEXT ideal-int +pkg syscall (freebsd-386), const VMIN = 16 +pkg syscall (freebsd-386), const VMIN ideal-int +pkg syscall (freebsd-386), const VQUIT = 9 +pkg syscall (freebsd-386), const VQUIT ideal-int +pkg syscall (freebsd-386), const VREPRINT = 6 +pkg syscall (freebsd-386), const VREPRINT ideal-int +pkg syscall (freebsd-386), const VSTART = 12 +pkg syscall (freebsd-386), const VSTART ideal-int +pkg syscall (freebsd-386), const VSTATUS = 18 +pkg syscall (freebsd-386), const VSTATUS ideal-int +pkg syscall (freebsd-386), const VSTOP = 13 +pkg syscall (freebsd-386), const VSTOP ideal-int +pkg syscall (freebsd-386), const VSUSP = 10 +pkg syscall (freebsd-386), const VSUSP ideal-int +pkg syscall (freebsd-386), const VTIME = 17 +pkg syscall (freebsd-386), const VTIME ideal-int +pkg syscall (freebsd-386), const VWERASE = 4 +pkg syscall (freebsd-386), const VWERASE ideal-int +pkg syscall (freebsd-386), const WCONTINUED = 4 +pkg syscall (freebsd-386), const WCOREFLAG = 128 +pkg syscall (freebsd-386), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-386), const WNOHANG = 1 +pkg syscall (freebsd-386), const WNOWAIT = 8 +pkg syscall (freebsd-386), const WSTOPPED = 2 +pkg syscall (freebsd-386), const WUNTRACED = 2 +pkg syscall (freebsd-386), func Fchflags(int, int) error +pkg syscall (freebsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-386-cgo), const AF_APPLETALK = 16 +pkg syscall (freebsd-386-cgo), const AF_ARP = 35 +pkg syscall (freebsd-386-cgo), const AF_ATM = 30 +pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-386-cgo), const AF_CCITT = 10 +pkg syscall (freebsd-386-cgo), const AF_CHAOS = 5 +pkg syscall (freebsd-386-cgo), const AF_CNT = 21 +pkg syscall (freebsd-386-cgo), const AF_COIP = 20 +pkg syscall (freebsd-386-cgo), const AF_DATAKIT = 9 +pkg syscall (freebsd-386-cgo), const AF_DECnet = 12 +pkg syscall (freebsd-386-cgo), const AF_DLI = 13 +pkg syscall (freebsd-386-cgo), const AF_E164 = 26 +pkg syscall (freebsd-386-cgo), const AF_ECMA = 8 +pkg syscall (freebsd-386-cgo), const AF_HYLINK = 15 +pkg syscall (freebsd-386-cgo), const AF_IEEE80211 = 37 +pkg syscall (freebsd-386-cgo), const AF_IMPLINK = 3 +pkg syscall (freebsd-386-cgo), const AF_INET6 = 28 +pkg syscall (freebsd-386-cgo), const AF_IPX = 23 +pkg syscall (freebsd-386-cgo), const AF_ISDN = 26 +pkg syscall (freebsd-386-cgo), const AF_ISO = 7 +pkg syscall (freebsd-386-cgo), const AF_LAT = 14 +pkg syscall (freebsd-386-cgo), const AF_LINK = 18 +pkg syscall (freebsd-386-cgo), const AF_LOCAL = 1 +pkg syscall (freebsd-386-cgo), const AF_MAX = 38 +pkg syscall (freebsd-386-cgo), const AF_NATM = 29 +pkg syscall (freebsd-386-cgo), const AF_NETBIOS = 6 +pkg syscall (freebsd-386-cgo), const AF_NETGRAPH = 32 +pkg syscall (freebsd-386-cgo), const AF_OSI = 7 +pkg syscall (freebsd-386-cgo), const AF_PUP = 4 +pkg syscall (freebsd-386-cgo), const AF_ROUTE = 17 +pkg syscall (freebsd-386-cgo), const AF_SCLUSTER = 34 +pkg syscall (freebsd-386-cgo), const AF_SIP = 24 +pkg syscall (freebsd-386-cgo), const AF_SLOW = 33 +pkg syscall (freebsd-386-cgo), const AF_SNA = 11 +pkg syscall (freebsd-386-cgo), const AF_VENDOR00 = 39 +pkg syscall (freebsd-386-cgo), const AF_VENDOR01 = 41 +pkg syscall (freebsd-386-cgo), const AF_VENDOR02 = 43 +pkg syscall (freebsd-386-cgo), const AF_VENDOR03 = 45 +pkg syscall (freebsd-386-cgo), const AF_VENDOR04 = 47 +pkg syscall (freebsd-386-cgo), const AF_VENDOR05 = 49 +pkg syscall (freebsd-386-cgo), const AF_VENDOR06 = 51 +pkg syscall (freebsd-386-cgo), const AF_VENDOR07 = 53 +pkg syscall (freebsd-386-cgo), const AF_VENDOR08 = 55 +pkg syscall (freebsd-386-cgo), const AF_VENDOR09 = 57 +pkg syscall (freebsd-386-cgo), const AF_VENDOR10 = 59 +pkg syscall (freebsd-386-cgo), const AF_VENDOR11 = 61 +pkg syscall (freebsd-386-cgo), const AF_VENDOR12 = 63 +pkg syscall (freebsd-386-cgo), const AF_VENDOR13 = 65 +pkg syscall (freebsd-386-cgo), const AF_VENDOR14 = 67 +pkg syscall (freebsd-386-cgo), const AF_VENDOR15 = 69 +pkg syscall (freebsd-386-cgo), const AF_VENDOR16 = 71 +pkg syscall (freebsd-386-cgo), const AF_VENDOR17 = 73 +pkg syscall (freebsd-386-cgo), const AF_VENDOR18 = 75 +pkg syscall (freebsd-386-cgo), const AF_VENDOR19 = 77 +pkg syscall (freebsd-386-cgo), const AF_VENDOR20 = 79 +pkg syscall (freebsd-386-cgo), const AF_VENDOR21 = 81 +pkg syscall (freebsd-386-cgo), const AF_VENDOR22 = 83 +pkg syscall (freebsd-386-cgo), const AF_VENDOR23 = 85 +pkg syscall (freebsd-386-cgo), const AF_VENDOR24 = 87 +pkg syscall (freebsd-386-cgo), const AF_VENDOR25 = 89 +pkg syscall (freebsd-386-cgo), const AF_VENDOR26 = 91 +pkg syscall (freebsd-386-cgo), const AF_VENDOR27 = 93 +pkg syscall (freebsd-386-cgo), const AF_VENDOR28 = 95 +pkg syscall (freebsd-386-cgo), const AF_VENDOR29 = 97 +pkg syscall (freebsd-386-cgo), const AF_VENDOR30 = 99 +pkg syscall (freebsd-386-cgo), const AF_VENDOR31 = 101 +pkg syscall (freebsd-386-cgo), const AF_VENDOR32 = 103 +pkg syscall (freebsd-386-cgo), const AF_VENDOR33 = 105 +pkg syscall (freebsd-386-cgo), const AF_VENDOR34 = 107 +pkg syscall (freebsd-386-cgo), const AF_VENDOR35 = 109 +pkg syscall (freebsd-386-cgo), const AF_VENDOR36 = 111 +pkg syscall (freebsd-386-cgo), const AF_VENDOR37 = 113 +pkg syscall (freebsd-386-cgo), const AF_VENDOR38 = 115 +pkg syscall (freebsd-386-cgo), const AF_VENDOR39 = 117 +pkg syscall (freebsd-386-cgo), const AF_VENDOR40 = 119 +pkg syscall (freebsd-386-cgo), const AF_VENDOR41 = 121 +pkg syscall (freebsd-386-cgo), const AF_VENDOR42 = 123 +pkg syscall (freebsd-386-cgo), const AF_VENDOR43 = 125 +pkg syscall (freebsd-386-cgo), const AF_VENDOR44 = 127 +pkg syscall (freebsd-386-cgo), const AF_VENDOR45 = 129 +pkg syscall (freebsd-386-cgo), const AF_VENDOR46 = 131 +pkg syscall (freebsd-386-cgo), const AF_VENDOR47 = 133 +pkg syscall (freebsd-386-cgo), const B0 = 0 +pkg syscall (freebsd-386-cgo), const B110 = 110 +pkg syscall (freebsd-386-cgo), const B115200 = 115200 +pkg syscall (freebsd-386-cgo), const B1200 = 1200 +pkg syscall (freebsd-386-cgo), const B134 = 134 +pkg syscall (freebsd-386-cgo), const B14400 = 14400 +pkg syscall (freebsd-386-cgo), const B150 = 150 +pkg syscall (freebsd-386-cgo), const B1800 = 1800 +pkg syscall (freebsd-386-cgo), const B19200 = 19200 +pkg syscall (freebsd-386-cgo), const B200 = 200 +pkg syscall (freebsd-386-cgo), const B230400 = 230400 +pkg syscall (freebsd-386-cgo), const B2400 = 2400 +pkg syscall (freebsd-386-cgo), const B28800 = 28800 +pkg syscall (freebsd-386-cgo), const B300 = 300 +pkg syscall (freebsd-386-cgo), const B38400 = 38400 +pkg syscall (freebsd-386-cgo), const B460800 = 460800 +pkg syscall (freebsd-386-cgo), const B4800 = 4800 +pkg syscall (freebsd-386-cgo), const B50 = 50 +pkg syscall (freebsd-386-cgo), const B57600 = 57600 +pkg syscall (freebsd-386-cgo), const B600 = 600 +pkg syscall (freebsd-386-cgo), const B7200 = 7200 +pkg syscall (freebsd-386-cgo), const B75 = 75 +pkg syscall (freebsd-386-cgo), const B76800 = 76800 +pkg syscall (freebsd-386-cgo), const B921600 = 921600 +pkg syscall (freebsd-386-cgo), const B9600 = 9600 +pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-386-cgo), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-386-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-386-cgo), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST = 3221766777 +pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-386-cgo), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-386-cgo), const BIOCGETZMAX = 1074020991 +pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-386-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (freebsd-386-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-386-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-386-cgo), const BIOCLOCK = 536887930 +pkg syscall (freebsd-386-cgo), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-386-cgo), const BIOCROTZBUF = 1074545280 +pkg syscall (freebsd-386-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-386-cgo), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-386-cgo), const BIOCSETF = 2148024935 +pkg syscall (freebsd-386-cgo), const BIOCSETFNR = 2148024962 +pkg syscall (freebsd-386-cgo), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-386-cgo), const BIOCSETWF = 2148024955 +pkg syscall (freebsd-386-cgo), const BIOCSETZBUF = 2148287105 +pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-386-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (freebsd-386-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-386-cgo), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-386-cgo), const BPF_A = 16 +pkg syscall (freebsd-386-cgo), const BPF_ABS = 32 +pkg syscall (freebsd-386-cgo), const BPF_ADD = 0 +pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (freebsd-386-cgo), const BPF_ALU = 4 +pkg syscall (freebsd-386-cgo), const BPF_AND = 80 +pkg syscall (freebsd-386-cgo), const BPF_B = 16 +pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-386-cgo), const BPF_DIV = 48 +pkg syscall (freebsd-386-cgo), const BPF_H = 8 +pkg syscall (freebsd-386-cgo), const BPF_IMM = 0 +pkg syscall (freebsd-386-cgo), const BPF_IND = 64 +pkg syscall (freebsd-386-cgo), const BPF_JA = 0 +pkg syscall (freebsd-386-cgo), const BPF_JEQ = 16 +pkg syscall (freebsd-386-cgo), const BPF_JGE = 48 +pkg syscall (freebsd-386-cgo), const BPF_JGT = 32 +pkg syscall (freebsd-386-cgo), const BPF_JMP = 5 +pkg syscall (freebsd-386-cgo), const BPF_JSET = 64 +pkg syscall (freebsd-386-cgo), const BPF_K = 0 +pkg syscall (freebsd-386-cgo), const BPF_LD = 0 +pkg syscall (freebsd-386-cgo), const BPF_LDX = 1 +pkg syscall (freebsd-386-cgo), const BPF_LEN = 128 +pkg syscall (freebsd-386-cgo), const BPF_LSH = 96 +pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-386-cgo), const BPF_MEM = 96 +pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-386-cgo), const BPF_MISC = 7 +pkg syscall (freebsd-386-cgo), const BPF_MSH = 160 +pkg syscall (freebsd-386-cgo), const BPF_MUL = 32 +pkg syscall (freebsd-386-cgo), const BPF_NEG = 128 +pkg syscall (freebsd-386-cgo), const BPF_OR = 64 +pkg syscall (freebsd-386-cgo), const BPF_RELEASE = 199606 +pkg syscall (freebsd-386-cgo), const BPF_RET = 6 +pkg syscall (freebsd-386-cgo), const BPF_RSH = 112 +pkg syscall (freebsd-386-cgo), const BPF_ST = 2 +pkg syscall (freebsd-386-cgo), const BPF_STX = 3 +pkg syscall (freebsd-386-cgo), const BPF_SUB = 16 +pkg syscall (freebsd-386-cgo), const BPF_TAX = 0 +pkg syscall (freebsd-386-cgo), const BPF_TXA = 128 +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-386-cgo), const BPF_T_FAST = 256 +pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-386-cgo), const BPF_T_NONE = 3 +pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-386-cgo), const BPF_W = 0 +pkg syscall (freebsd-386-cgo), const BPF_X = 8 +pkg syscall (freebsd-386-cgo), const BRKINT = 2 +pkg syscall (freebsd-386-cgo), const CFLUSH = 15 +pkg syscall (freebsd-386-cgo), const CLOCAL = 32768 +pkg syscall (freebsd-386-cgo), const CREAD = 2048 +pkg syscall (freebsd-386-cgo), const CS5 = 0 +pkg syscall (freebsd-386-cgo), const CS6 = 256 +pkg syscall (freebsd-386-cgo), const CS7 = 512 +pkg syscall (freebsd-386-cgo), const CS8 = 768 +pkg syscall (freebsd-386-cgo), const CSIZE = 768 +pkg syscall (freebsd-386-cgo), const CSTART = 17 +pkg syscall (freebsd-386-cgo), const CSTATUS = 20 +pkg syscall (freebsd-386-cgo), const CSTOP = 19 +pkg syscall (freebsd-386-cgo), const CSTOPB = 1024 +pkg syscall (freebsd-386-cgo), const CSUSP = 26 +pkg syscall (freebsd-386-cgo), const CTL_MAXNAME = 24 +pkg syscall (freebsd-386-cgo), const CTL_NET = 4 +pkg syscall (freebsd-386-cgo), const DLT_A429 = 184 +pkg syscall (freebsd-386-cgo), const DLT_A653_ICM = 185 +pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-386-cgo), const DLT_AOS = 222 +pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-386-cgo), const DLT_ARCNET = 7 +pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-386-cgo), const DLT_AURORA = 126 +pkg syscall (freebsd-386-cgo), const DLT_AX25 = 3 +pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-386-cgo), const DLT_CAN20B = 190 +pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-386-cgo), const DLT_CHAOS = 5 +pkg syscall (freebsd-386-cgo), const DLT_CHDLC = 104 +pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-386-cgo), const DLT_C_HDLC = 104 +pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-386-cgo), const DLT_DBUS = 231 +pkg syscall (freebsd-386-cgo), const DLT_DECT = 221 +pkg syscall (freebsd-386-cgo), const DLT_DOCSIS = 143 +pkg syscall (freebsd-386-cgo), const DLT_DVB_CI = 235 +pkg syscall (freebsd-386-cgo), const DLT_ECONET = 115 +pkg syscall (freebsd-386-cgo), const DLT_EN10MB = 1 +pkg syscall (freebsd-386-cgo), const DLT_EN3MB = 2 +pkg syscall (freebsd-386-cgo), const DLT_ENC = 109 +pkg syscall (freebsd-386-cgo), const DLT_ERF = 197 +pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-386-cgo), const DLT_ERF_POS = 176 +pkg syscall (freebsd-386-cgo), const DLT_FC_2 = 224 +pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-386-cgo), const DLT_FDDI = 10 +pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-386-cgo), const DLT_FRELAY = 107 +pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-386-cgo), const DLT_GPF_F = 171 +pkg syscall (freebsd-386-cgo), const DLT_GPF_T = 170 +pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-386-cgo), const DLT_HHDLC = 121 +pkg syscall (freebsd-386-cgo), const DLT_IBM_SN = 146 +pkg syscall (freebsd-386-cgo), const DLT_IBM_SP = 145 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802 = 6 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-386-cgo), const DLT_IPFILTER = 116 +pkg syscall (freebsd-386-cgo), const DLT_IPMB = 199 +pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-386-cgo), const DLT_IPNET = 226 +pkg syscall (freebsd-386-cgo), const DLT_IPOIB = 242 +pkg syscall (freebsd-386-cgo), const DLT_IPV4 = 228 +pkg syscall (freebsd-386-cgo), const DLT_IPV6 = 229 +pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-386-cgo), const DLT_LAPD = 203 +pkg syscall (freebsd-386-cgo), const DLT_LIN = 212 +pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-386-cgo), const DLT_LOOP = 108 +pkg syscall (freebsd-386-cgo), const DLT_LTALK = 114 +pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-386-cgo), const DLT_MFR = 182 +pkg syscall (freebsd-386-cgo), const DLT_MOST = 211 +pkg syscall (freebsd-386-cgo), const DLT_MPLS = 219 +pkg syscall (freebsd-386-cgo), const DLT_MTP2 = 140 +pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-386-cgo), const DLT_MTP3 = 141 +pkg syscall (freebsd-386-cgo), const DLT_MUX27010 = 236 +pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-386-cgo), const DLT_NFLOG = 239 +pkg syscall (freebsd-386-cgo), const DLT_NULL = 0 +pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-386-cgo), const DLT_PFLOG = 117 +pkg syscall (freebsd-386-cgo), const DLT_PFSYNC = 121 +pkg syscall (freebsd-386-cgo), const DLT_PPI = 192 +pkg syscall (freebsd-386-cgo), const DLT_PPP = 9 +pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-386-cgo), const DLT_PRONET = 4 +pkg syscall (freebsd-386-cgo), const DLT_RAIF1 = 198 +pkg syscall (freebsd-386-cgo), const DLT_RAW = 12 +pkg syscall (freebsd-386-cgo), const DLT_RIO = 124 +pkg syscall (freebsd-386-cgo), const DLT_SCCP = 142 +pkg syscall (freebsd-386-cgo), const DLT_SITA = 196 +pkg syscall (freebsd-386-cgo), const DLT_SLIP = 8 +pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-386-cgo), const DLT_SUNATM = 123 +pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-386-cgo), const DLT_TZSP = 128 +pkg syscall (freebsd-386-cgo), const DLT_USB = 186 +pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-386-cgo), const DLT_USER0 = 147 +pkg syscall (freebsd-386-cgo), const DLT_USER1 = 148 +pkg syscall (freebsd-386-cgo), const DLT_USER10 = 157 +pkg syscall (freebsd-386-cgo), const DLT_USER11 = 158 +pkg syscall (freebsd-386-cgo), const DLT_USER12 = 159 +pkg syscall (freebsd-386-cgo), const DLT_USER13 = 160 +pkg syscall (freebsd-386-cgo), const DLT_USER14 = 161 +pkg syscall (freebsd-386-cgo), const DLT_USER15 = 162 +pkg syscall (freebsd-386-cgo), const DLT_USER2 = 149 +pkg syscall (freebsd-386-cgo), const DLT_USER3 = 150 +pkg syscall (freebsd-386-cgo), const DLT_USER4 = 151 +pkg syscall (freebsd-386-cgo), const DLT_USER5 = 152 +pkg syscall (freebsd-386-cgo), const DLT_USER6 = 153 +pkg syscall (freebsd-386-cgo), const DLT_USER7 = 154 +pkg syscall (freebsd-386-cgo), const DLT_USER8 = 155 +pkg syscall (freebsd-386-cgo), const DLT_USER9 = 156 +pkg syscall (freebsd-386-cgo), const DLT_WIHART = 223 +pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-386-cgo), const DT_BLK = 6 +pkg syscall (freebsd-386-cgo), const DT_CHR = 2 +pkg syscall (freebsd-386-cgo), const DT_DIR = 4 +pkg syscall (freebsd-386-cgo), const DT_FIFO = 1 +pkg syscall (freebsd-386-cgo), const DT_LNK = 10 +pkg syscall (freebsd-386-cgo), const DT_REG = 8 +pkg syscall (freebsd-386-cgo), const DT_SOCK = 12 +pkg syscall (freebsd-386-cgo), const DT_UNKNOWN = 0 +pkg syscall (freebsd-386-cgo), const DT_WHT = 14 +pkg syscall (freebsd-386-cgo), const E2BIG = 7 +pkg syscall (freebsd-386-cgo), const EACCES = 13 +pkg syscall (freebsd-386-cgo), const EADDRINUSE = 48 +pkg syscall (freebsd-386-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-386-cgo), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-386-cgo), const EAGAIN = 35 +pkg syscall (freebsd-386-cgo), const EALREADY = 37 +pkg syscall (freebsd-386-cgo), const EAUTH = 80 +pkg syscall (freebsd-386-cgo), const EBADF = 9 +pkg syscall (freebsd-386-cgo), const EBADMSG = 89 +pkg syscall (freebsd-386-cgo), const EBADRPC = 72 +pkg syscall (freebsd-386-cgo), const EBUSY = 16 +pkg syscall (freebsd-386-cgo), const ECANCELED = 85 +pkg syscall (freebsd-386-cgo), const ECAPMODE = 94 +pkg syscall (freebsd-386-cgo), const ECHILD = 10 +pkg syscall (freebsd-386-cgo), const ECHO = 8 +pkg syscall (freebsd-386-cgo), const ECHOCTL = 64 +pkg syscall (freebsd-386-cgo), const ECHOE = 2 +pkg syscall (freebsd-386-cgo), const ECHOK = 4 +pkg syscall (freebsd-386-cgo), const ECHOKE = 1 +pkg syscall (freebsd-386-cgo), const ECHONL = 16 +pkg syscall (freebsd-386-cgo), const ECHOPRT = 32 +pkg syscall (freebsd-386-cgo), const ECONNABORTED = 53 +pkg syscall (freebsd-386-cgo), const ECONNREFUSED = 61 +pkg syscall (freebsd-386-cgo), const ECONNRESET = 54 +pkg syscall (freebsd-386-cgo), const EDEADLK = 11 +pkg syscall (freebsd-386-cgo), const EDESTADDRREQ = 39 +pkg syscall (freebsd-386-cgo), const EDOM = 33 +pkg syscall (freebsd-386-cgo), const EDOOFUS = 88 +pkg syscall (freebsd-386-cgo), const EDQUOT = 69 +pkg syscall (freebsd-386-cgo), const EEXIST = 17 +pkg syscall (freebsd-386-cgo), const EFAULT = 14 +pkg syscall (freebsd-386-cgo), const EFBIG = 27 +pkg syscall (freebsd-386-cgo), const EFTYPE = 79 +pkg syscall (freebsd-386-cgo), const EHOSTDOWN = 64 +pkg syscall (freebsd-386-cgo), const EHOSTUNREACH = 65 +pkg syscall (freebsd-386-cgo), const EIDRM = 82 +pkg syscall (freebsd-386-cgo), const EILSEQ = 86 +pkg syscall (freebsd-386-cgo), const EINPROGRESS = 36 +pkg syscall (freebsd-386-cgo), const EINTR = 4 +pkg syscall (freebsd-386-cgo), const EINVAL = 22 +pkg syscall (freebsd-386-cgo), const EIO = 5 +pkg syscall (freebsd-386-cgo), const EISCONN = 56 +pkg syscall (freebsd-386-cgo), const EISDIR = 21 +pkg syscall (freebsd-386-cgo), const ELAST = 94 +pkg syscall (freebsd-386-cgo), const ELOOP = 62 +pkg syscall (freebsd-386-cgo), const EMFILE = 24 +pkg syscall (freebsd-386-cgo), const EMLINK = 31 +pkg syscall (freebsd-386-cgo), const EMSGSIZE = 40 +pkg syscall (freebsd-386-cgo), const EMULTIHOP = 90 +pkg syscall (freebsd-386-cgo), const ENAMETOOLONG = 63 +pkg syscall (freebsd-386-cgo), const ENEEDAUTH = 81 +pkg syscall (freebsd-386-cgo), const ENETDOWN = 50 +pkg syscall (freebsd-386-cgo), const ENETRESET = 52 +pkg syscall (freebsd-386-cgo), const ENETUNREACH = 51 +pkg syscall (freebsd-386-cgo), const ENFILE = 23 +pkg syscall (freebsd-386-cgo), const ENOATTR = 87 +pkg syscall (freebsd-386-cgo), const ENOBUFS = 55 +pkg syscall (freebsd-386-cgo), const ENODEV = 19 +pkg syscall (freebsd-386-cgo), const ENOEXEC = 8 +pkg syscall (freebsd-386-cgo), const ENOLCK = 77 +pkg syscall (freebsd-386-cgo), const ENOLINK = 91 +pkg syscall (freebsd-386-cgo), const ENOMEM = 12 +pkg syscall (freebsd-386-cgo), const ENOMSG = 83 +pkg syscall (freebsd-386-cgo), const ENOPROTOOPT = 42 +pkg syscall (freebsd-386-cgo), const ENOSPC = 28 +pkg syscall (freebsd-386-cgo), const ENOSYS = 78 +pkg syscall (freebsd-386-cgo), const ENOTBLK = 15 +pkg syscall (freebsd-386-cgo), const ENOTCAPABLE = 93 +pkg syscall (freebsd-386-cgo), const ENOTCONN = 57 +pkg syscall (freebsd-386-cgo), const ENOTDIR = 20 +pkg syscall (freebsd-386-cgo), const ENOTEMPTY = 66 +pkg syscall (freebsd-386-cgo), const ENOTSOCK = 38 +pkg syscall (freebsd-386-cgo), const ENOTSUP = 45 +pkg syscall (freebsd-386-cgo), const ENOTTY = 25 +pkg syscall (freebsd-386-cgo), const ENXIO = 6 +pkg syscall (freebsd-386-cgo), const EOPNOTSUPP = 45 +pkg syscall (freebsd-386-cgo), const EOVERFLOW = 84 +pkg syscall (freebsd-386-cgo), const EPERM = 1 +pkg syscall (freebsd-386-cgo), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-386-cgo), const EPIPE = 32 +pkg syscall (freebsd-386-cgo), const EPROCLIM = 67 +pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-386-cgo), const EPROGMISMATCH = 75 +pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-386-cgo), const EPROTO = 92 +pkg syscall (freebsd-386-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-386-cgo), const EPROTOTYPE = 41 +pkg syscall (freebsd-386-cgo), const ERANGE = 34 +pkg syscall (freebsd-386-cgo), const EREMOTE = 71 +pkg syscall (freebsd-386-cgo), const EROFS = 30 +pkg syscall (freebsd-386-cgo), const ERPCMISMATCH = 73 +pkg syscall (freebsd-386-cgo), const ESHUTDOWN = 58 +pkg syscall (freebsd-386-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-386-cgo), const ESPIPE = 29 +pkg syscall (freebsd-386-cgo), const ESRCH = 3 +pkg syscall (freebsd-386-cgo), const ESTALE = 70 +pkg syscall (freebsd-386-cgo), const ETIMEDOUT = 60 +pkg syscall (freebsd-386-cgo), const ETOOMANYREFS = 59 +pkg syscall (freebsd-386-cgo), const ETXTBSY = 26 +pkg syscall (freebsd-386-cgo), const EUSERS = 68 +pkg syscall (freebsd-386-cgo), const EVFILT_AIO = -3 +pkg syscall (freebsd-386-cgo), const EVFILT_FS = -9 +pkg syscall (freebsd-386-cgo), const EVFILT_LIO = -10 +pkg syscall (freebsd-386-cgo), const EVFILT_PROC = -5 +pkg syscall (freebsd-386-cgo), const EVFILT_READ = -1 +pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-386-cgo), const EVFILT_TIMER = -7 +pkg syscall (freebsd-386-cgo), const EVFILT_USER = -11 +pkg syscall (freebsd-386-cgo), const EVFILT_VNODE = -4 +pkg syscall (freebsd-386-cgo), const EVFILT_WRITE = -2 +pkg syscall (freebsd-386-cgo), const EV_ADD = 1 +pkg syscall (freebsd-386-cgo), const EV_CLEAR = 32 +pkg syscall (freebsd-386-cgo), const EV_DELETE = 2 +pkg syscall (freebsd-386-cgo), const EV_DISABLE = 8 +pkg syscall (freebsd-386-cgo), const EV_DISPATCH = 128 +pkg syscall (freebsd-386-cgo), const EV_ENABLE = 4 +pkg syscall (freebsd-386-cgo), const EV_EOF = 32768 +pkg syscall (freebsd-386-cgo), const EV_ERROR = 16384 +pkg syscall (freebsd-386-cgo), const EV_FLAG1 = 8192 +pkg syscall (freebsd-386-cgo), const EV_ONESHOT = 16 +pkg syscall (freebsd-386-cgo), const EV_RECEIPT = 64 +pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-386-cgo), const EWOULDBLOCK = 35 +pkg syscall (freebsd-386-cgo), const EXDEV = 18 +pkg syscall (freebsd-386-cgo), const EXTA = 19200 +pkg syscall (freebsd-386-cgo), const EXTB = 38400 +pkg syscall (freebsd-386-cgo), const EXTPROC = 2048 +pkg syscall (freebsd-386-cgo), const FD_CLOEXEC = 1 +pkg syscall (freebsd-386-cgo), const FD_SETSIZE = 1024 +pkg syscall (freebsd-386-cgo), const FLUSHO = 8388608 +pkg syscall (freebsd-386-cgo), const F_CANCEL = 5 +pkg syscall (freebsd-386-cgo), const F_DUP2FD = 10 +pkg syscall (freebsd-386-cgo), const F_DUPFD = 0 +pkg syscall (freebsd-386-cgo), const F_GETFD = 1 +pkg syscall (freebsd-386-cgo), const F_GETFL = 3 +pkg syscall (freebsd-386-cgo), const F_GETLK = 11 +pkg syscall (freebsd-386-cgo), const F_GETOWN = 5 +pkg syscall (freebsd-386-cgo), const F_OGETLK = 7 +pkg syscall (freebsd-386-cgo), const F_OK = 0 +pkg syscall (freebsd-386-cgo), const F_OSETLK = 8 +pkg syscall (freebsd-386-cgo), const F_OSETLKW = 9 +pkg syscall (freebsd-386-cgo), const F_RDAHEAD = 16 +pkg syscall (freebsd-386-cgo), const F_RDLCK = 1 +pkg syscall (freebsd-386-cgo), const F_READAHEAD = 15 +pkg syscall (freebsd-386-cgo), const F_SETFD = 2 +pkg syscall (freebsd-386-cgo), const F_SETFL = 4 +pkg syscall (freebsd-386-cgo), const F_SETLK = 12 +pkg syscall (freebsd-386-cgo), const F_SETLKW = 13 +pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-386-cgo), const F_SETOWN = 6 +pkg syscall (freebsd-386-cgo), const F_UNLCK = 2 +pkg syscall (freebsd-386-cgo), const F_UNLCKSYS = 4 +pkg syscall (freebsd-386-cgo), const F_WRLCK = 3 +pkg syscall (freebsd-386-cgo), const HUPCL = 16384 +pkg syscall (freebsd-386-cgo), const ICANON = 256 +pkg syscall (freebsd-386-cgo), const ICRNL = 256 +pkg syscall (freebsd-386-cgo), const IEXTEN = 1024 +pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-386-cgo), const IFF_DEBUG = 4 +pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-386-cgo), const IFF_DYING = 2097152 +pkg syscall (freebsd-386-cgo), const IFF_LINK0 = 4096 +pkg syscall (freebsd-386-cgo), const IFF_LINK1 = 8192 +pkg syscall (freebsd-386-cgo), const IFF_LINK2 = 16384 +pkg syscall (freebsd-386-cgo), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-386-cgo), const IFF_MONITOR = 262144 +pkg syscall (freebsd-386-cgo), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-386-cgo), const IFF_NOARP = 128 +pkg syscall (freebsd-386-cgo), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-386-cgo), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-386-cgo), const IFF_PROMISC = 256 +pkg syscall (freebsd-386-cgo), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-386-cgo), const IFF_RUNNING = 64 +pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-386-cgo), const IFF_SMART = 32 +pkg syscall (freebsd-386-cgo), const IFF_STATICARP = 524288 +pkg syscall (freebsd-386-cgo), const IFNAMSIZ = 16 +pkg syscall (freebsd-386-cgo), const IFT_1822 = 2 +pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-386-cgo), const IFT_AAL2 = 187 +pkg syscall (freebsd-386-cgo), const IFT_AAL5 = 49 +pkg syscall (freebsd-386-cgo), const IFT_ADSL = 94 +pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-386-cgo), const IFT_ARAP = 88 +pkg syscall (freebsd-386-cgo), const IFT_ARCNET = 35 +pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-386-cgo), const IFT_ASYNC = 84 +pkg syscall (freebsd-386-cgo), const IFT_ATM = 37 +pkg syscall (freebsd-386-cgo), const IFT_ATMDXI = 105 +pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-386-cgo), const IFT_ATMIMA = 107 +pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-386-cgo), const IFT_BRIDGE = 209 +pkg syscall (freebsd-386-cgo), const IFT_BSC = 83 +pkg syscall (freebsd-386-cgo), const IFT_CARP = 248 +pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-386-cgo), const IFT_CEPT = 19 +pkg syscall (freebsd-386-cgo), const IFT_CES = 133 +pkg syscall (freebsd-386-cgo), const IFT_CHANNEL = 70 +pkg syscall (freebsd-386-cgo), const IFT_CNR = 85 +pkg syscall (freebsd-386-cgo), const IFT_COFFEE = 132 +pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-386-cgo), const IFT_DCN = 141 +pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-386-cgo), const IFT_DLSW = 74 +pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-386-cgo), const IFT_DS0 = 81 +pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-386-cgo), const IFT_DS1FDL = 170 +pkg syscall (freebsd-386-cgo), const IFT_DS3 = 30 +pkg syscall (freebsd-386-cgo), const IFT_DTM = 140 +pkg syscall (freebsd-386-cgo), const IFT_DVBASILN = 172 +pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-386-cgo), const IFT_ENC = 244 +pkg syscall (freebsd-386-cgo), const IFT_EON = 25 +pkg syscall (freebsd-386-cgo), const IFT_EPLRS = 87 +pkg syscall (freebsd-386-cgo), const IFT_ESCON = 73 +pkg syscall (freebsd-386-cgo), const IFT_ETHER = 6 +pkg syscall (freebsd-386-cgo), const IFT_FAITH = 242 +pkg syscall (freebsd-386-cgo), const IFT_FAST = 125 +pkg syscall (freebsd-386-cgo), const IFT_FASTETHER = 62 +pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-386-cgo), const IFT_FDDI = 15 +pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-386-cgo), const IFT_FRELAY = 32 +pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-386-cgo), const IFT_G703AT64K = 66 +pkg syscall (freebsd-386-cgo), const IFT_GIF = 240 +pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-386-cgo), const IFT_GR303IDT = 178 +pkg syscall (freebsd-386-cgo), const IFT_GR303RDT = 177 +pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-386-cgo), const IFT_H323PROXY = 165 +pkg syscall (freebsd-386-cgo), const IFT_HDH1822 = 3 +pkg syscall (freebsd-386-cgo), const IFT_HDLC = 118 +pkg syscall (freebsd-386-cgo), const IFT_HDSL2 = 168 +pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-386-cgo), const IFT_HIPPI = 47 +pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-386-cgo), const IFT_HSSI = 46 +pkg syscall (freebsd-386-cgo), const IFT_HY = 14 +pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-386-cgo), const IFT_IDSL = 154 +pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-386-cgo), const IFT_IFGSN = 145 +pkg syscall (freebsd-386-cgo), const IFT_IMT = 190 +pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-386-cgo), const IFT_IP = 126 +pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-386-cgo), const IFT_IPXIP = 249 +pkg syscall (freebsd-386-cgo), const IFT_ISDN = 63 +pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-386-cgo), const IFT_ISDNS = 75 +pkg syscall (freebsd-386-cgo), const IFT_ISDNU = 76 +pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-386-cgo), const IFT_ISO88023 = 7 +pkg syscall (freebsd-386-cgo), const IFT_ISO88024 = 8 +pkg syscall (freebsd-386-cgo), const IFT_ISO88025 = 9 +pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-386-cgo), const IFT_ISO88026 = 10 +pkg syscall (freebsd-386-cgo), const IFT_ISUP = 179 +pkg syscall (freebsd-386-cgo), const IFT_L2VLAN = 135 +pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-386-cgo), const IFT_LAPB = 16 +pkg syscall (freebsd-386-cgo), const IFT_LAPD = 77 +pkg syscall (freebsd-386-cgo), const IFT_LAPF = 119 +pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-386-cgo), const IFT_LOOP = 24 +pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-386-cgo), const IFT_MIOX25 = 38 +pkg syscall (freebsd-386-cgo), const IFT_MODEM = 48 +pkg syscall (freebsd-386-cgo), const IFT_MPC = 113 +pkg syscall (freebsd-386-cgo), const IFT_MPLS = 166 +pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-386-cgo), const IFT_MSDSL = 143 +pkg syscall (freebsd-386-cgo), const IFT_MVL = 191 +pkg syscall (freebsd-386-cgo), const IFT_MYRINET = 99 +pkg syscall (freebsd-386-cgo), const IFT_NFAS = 175 +pkg syscall (freebsd-386-cgo), const IFT_NSIP = 27 +pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-386-cgo), const IFT_OTHER = 1 +pkg syscall (freebsd-386-cgo), const IFT_P10 = 12 +pkg syscall (freebsd-386-cgo), const IFT_P80 = 13 +pkg syscall (freebsd-386-cgo), const IFT_PARA = 34 +pkg syscall (freebsd-386-cgo), const IFT_PFLOG = 246 +pkg syscall (freebsd-386-cgo), const IFT_PFSYNC = 247 +pkg syscall (freebsd-386-cgo), const IFT_PLC = 174 +pkg syscall (freebsd-386-cgo), const IFT_POS = 171 +pkg syscall (freebsd-386-cgo), const IFT_PPP = 23 +pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-386-cgo), const IFT_PROPMUX = 54 +pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-386-cgo), const IFT_PVC = 241 +pkg syscall (freebsd-386-cgo), const IFT_QLLC = 68 +pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-386-cgo), const IFT_RADSL = 95 +pkg syscall (freebsd-386-cgo), const IFT_REACHDSL = 192 +pkg syscall (freebsd-386-cgo), const IFT_RFC1483 = 159 +pkg syscall (freebsd-386-cgo), const IFT_RS232 = 33 +pkg syscall (freebsd-386-cgo), const IFT_RSRB = 79 +pkg syscall (freebsd-386-cgo), const IFT_SDLC = 17 +pkg syscall (freebsd-386-cgo), const IFT_SDSL = 96 +pkg syscall (freebsd-386-cgo), const IFT_SHDSL = 169 +pkg syscall (freebsd-386-cgo), const IFT_SIP = 31 +pkg syscall (freebsd-386-cgo), const IFT_SLIP = 28 +pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-386-cgo), const IFT_SONET = 39 +pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-386-cgo), const IFT_SONETPATH = 50 +pkg syscall (freebsd-386-cgo), const IFT_SONETVT = 51 +pkg syscall (freebsd-386-cgo), const IFT_SRP = 151 +pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-386-cgo), const IFT_STARLAN = 11 +pkg syscall (freebsd-386-cgo), const IFT_STF = 215 +pkg syscall (freebsd-386-cgo), const IFT_T1 = 18 +pkg syscall (freebsd-386-cgo), const IFT_TDLC = 116 +pkg syscall (freebsd-386-cgo), const IFT_TERMPAD = 91 +pkg syscall (freebsd-386-cgo), const IFT_TR008 = 176 +pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-386-cgo), const IFT_TUNNEL = 131 +pkg syscall (freebsd-386-cgo), const IFT_ULTRA = 29 +pkg syscall (freebsd-386-cgo), const IFT_USB = 160 +pkg syscall (freebsd-386-cgo), const IFT_V11 = 64 +pkg syscall (freebsd-386-cgo), const IFT_V35 = 45 +pkg syscall (freebsd-386-cgo), const IFT_V36 = 65 +pkg syscall (freebsd-386-cgo), const IFT_V37 = 120 +pkg syscall (freebsd-386-cgo), const IFT_VDSL = 97 +pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-386-cgo), const IFT_VOICEEM = 100 +pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-386-cgo), const IFT_X213 = 93 +pkg syscall (freebsd-386-cgo), const IFT_X25 = 5 +pkg syscall (freebsd-386-cgo), const IFT_X25DDN = 4 +pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-386-cgo), const IFT_X25MLP = 121 +pkg syscall (freebsd-386-cgo), const IFT_X25PLE = 40 +pkg syscall (freebsd-386-cgo), const IFT_XETHER = 26 +pkg syscall (freebsd-386-cgo), const IGNBRK = 1 +pkg syscall (freebsd-386-cgo), const IGNCR = 128 +pkg syscall (freebsd-386-cgo), const IGNPAR = 4 +pkg syscall (freebsd-386-cgo), const IMAXBEL = 8192 +pkg syscall (freebsd-386-cgo), const INLCR = 64 +pkg syscall (freebsd-386-cgo), const INPCK = 16 +pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-386-cgo), const IPPROTO_3PC = 34 +pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-386-cgo), const IPPROTO_AH = 51 +pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-386-cgo), const IPPROTO_APES = 99 +pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-386-cgo), const IPPROTO_BHA = 49 +pkg syscall (freebsd-386-cgo), const IPPROTO_BLT = 30 +pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-386-cgo), const IPPROTO_CARP = 112 +pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-386-cgo), const IPPROTO_DDP = 37 +pkg syscall (freebsd-386-cgo), const IPPROTO_DGP = 86 +pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-386-cgo), const IPPROTO_DONE = 257 +pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-386-cgo), const IPPROTO_EGP = 8 +pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-386-cgo), const IPPROTO_EON = 80 +pkg syscall (freebsd-386-cgo), const IPPROTO_ESP = 50 +pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-386-cgo), const IPPROTO_GGP = 3 +pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-386-cgo), const IPPROTO_GRE = 47 +pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-386-cgo), const IPPROTO_HMP = 20 +pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-386-cgo), const IPPROTO_IDP = 22 +pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-386-cgo), const IPPROTO_IGP = 85 +pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-386-cgo), const IPPROTO_IL = 40 +pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-386-cgo), const IPPROTO_INP = 32 +pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-386-cgo), const IPPROTO_LARP = 91 +pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-386-cgo), const IPPROTO_MAX = 256 +pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-386-cgo), const IPPROTO_MH = 135 +pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-386-cgo), const IPPROTO_MICP = 95 +pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-386-cgo), const IPPROTO_MTP = 92 +pkg syscall (freebsd-386-cgo), const IPPROTO_MUX = 18 +pkg syscall (freebsd-386-cgo), const IPPROTO_ND = 77 +pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-386-cgo), const IPPROTO_NONE = 59 +pkg syscall (freebsd-386-cgo), const IPPROTO_NSP = 31 +pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-386-cgo), const IPPROTO_PGM = 113 +pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-386-cgo), const IPPROTO_PIM = 103 +pkg syscall (freebsd-386-cgo), const IPPROTO_PRM = 21 +pkg syscall (freebsd-386-cgo), const IPPROTO_PUP = 12 +pkg syscall (freebsd-386-cgo), const IPPROTO_PVP = 75 +pkg syscall (freebsd-386-cgo), const IPPROTO_RAW = 255 +pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-386-cgo), const IPPROTO_RDP = 27 +pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-386-cgo), const IPPROTO_RVD = 66 +pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-386-cgo), const IPPROTO_SEND = 259 +pkg syscall (freebsd-386-cgo), const IPPROTO_SEP = 33 +pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-386-cgo), const IPPROTO_ST = 7 +pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-386-cgo), const IPPROTO_TCF = 87 +pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-386-cgo), const IPPROTO_TP = 29 +pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-386-cgo), const IPPROTO_TTP = 84 +pkg syscall (freebsd-386-cgo), const IPPROTO_VINES = 83 +pkg syscall (freebsd-386-cgo), const IPPROTO_VISA = 70 +pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-386-cgo), const IPPROTO_WSN = 74 +pkg syscall (freebsd-386-cgo), const IPPROTO_XNET = 15 +pkg syscall (freebsd-386-cgo), const IPPROTO_XTP = 36 +pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-386-cgo), const IPV6_BINDANY = 64 +pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-386-cgo), const IPV6_FAITH = 29 +pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-386-cgo), const IPV6_FW_GET = 34 +pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-386-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-386-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-386-cgo), const IPV6_MMTU = 1280 +pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR = 51 +pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-386-cgo), const IPV6_TCLASS = 61 +pkg syscall (freebsd-386-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-386-cgo), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-386-cgo), const IPV6_VERSION = 96 +pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-386-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-386-cgo), const IP_BINDANY = 24 +pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-386-cgo), const IP_DF = 16384 +pkg syscall (freebsd-386-cgo), const IP_DONTFRAG = 67 +pkg syscall (freebsd-386-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-386-cgo), const IP_FAITH = 22 +pkg syscall (freebsd-386-cgo), const IP_FW3 = 48 +pkg syscall (freebsd-386-cgo), const IP_FW_ADD = 50 +pkg syscall (freebsd-386-cgo), const IP_FW_DEL = 51 +pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-386-cgo), const IP_FW_GET = 54 +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-386-cgo), const IP_FW_ZERO = 53 +pkg syscall (freebsd-386-cgo), const IP_HDRINCL = 2 +pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-386-cgo), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-386-cgo), const IP_MF = 8192 +pkg syscall (freebsd-386-cgo), const IP_MINTTL = 66 +pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-386-cgo), const IP_MSFILTER = 74 +pkg syscall (freebsd-386-cgo), const IP_MSS = 576 +pkg syscall (freebsd-386-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-386-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-386-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-386-cgo), const IP_OFFMASK = 8191 +pkg syscall (freebsd-386-cgo), const IP_ONESBCAST = 23 +pkg syscall (freebsd-386-cgo), const IP_OPTIONS = 1 +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE = 19 +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-386-cgo), const IP_RECVIF = 20 +pkg syscall (freebsd-386-cgo), const IP_RECVOPTS = 5 +pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-386-cgo), const IP_RECVTOS = 68 +pkg syscall (freebsd-386-cgo), const IP_RECVTTL = 65 +pkg syscall (freebsd-386-cgo), const IP_RETOPTS = 8 +pkg syscall (freebsd-386-cgo), const IP_RF = 32768 +pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-386-cgo), const IP_RSVP_ON = 15 +pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-386-cgo), const IP_TOS = 3 +pkg syscall (freebsd-386-cgo), const IP_TTL = 4 +pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-386-cgo), const ISIG = 128 +pkg syscall (freebsd-386-cgo), const ISTRIP = 32 +pkg syscall (freebsd-386-cgo), const IXANY = 2048 +pkg syscall (freebsd-386-cgo), const IXOFF = 1024 +pkg syscall (freebsd-386-cgo), const IXON = 512 +pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false +pkg syscall (freebsd-386-cgo), const LOCK_EX = 2 +pkg syscall (freebsd-386-cgo), const LOCK_NB = 4 +pkg syscall (freebsd-386-cgo), const LOCK_SH = 1 +pkg syscall (freebsd-386-cgo), const LOCK_UN = 8 +pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-386-cgo), const MADV_CORE = 9 +pkg syscall (freebsd-386-cgo), const MADV_DONTNEED = 4 +pkg syscall (freebsd-386-cgo), const MADV_FREE = 5 +pkg syscall (freebsd-386-cgo), const MADV_NOCORE = 8 +pkg syscall (freebsd-386-cgo), const MADV_NORMAL = 0 +pkg syscall (freebsd-386-cgo), const MADV_NOSYNC = 6 +pkg syscall (freebsd-386-cgo), const MADV_PROTECT = 10 +pkg syscall (freebsd-386-cgo), const MADV_RANDOM = 1 +pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-386-cgo), const MADV_WILLNEED = 3 +pkg syscall (freebsd-386-cgo), const MAP_ANON = 4096 +pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-386-cgo), const MAP_COPY = 2 +pkg syscall (freebsd-386-cgo), const MAP_FILE = 0 +pkg syscall (freebsd-386-cgo), const MAP_FIXED = 16 +pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-386-cgo), const MAP_NOCORE = 131072 +pkg syscall (freebsd-386-cgo), const MAP_NORESERVE = 64 +pkg syscall (freebsd-386-cgo), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-386-cgo), const MAP_PRIVATE = 2 +pkg syscall (freebsd-386-cgo), const MAP_RENAME = 32 +pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-386-cgo), const MAP_SHARED = 1 +pkg syscall (freebsd-386-cgo), const MAP_STACK = 1024 +pkg syscall (freebsd-386-cgo), const MCL_CURRENT = 1 +pkg syscall (freebsd-386-cgo), const MCL_FUTURE = 2 +pkg syscall (freebsd-386-cgo), const MSG_COMPAT = 32768 +pkg syscall (freebsd-386-cgo), const MSG_CTRUNC = 32 +pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-386-cgo), const MSG_EOF = 256 +pkg syscall (freebsd-386-cgo), const MSG_EOR = 8 +pkg syscall (freebsd-386-cgo), const MSG_NBIO = 16384 +pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-386-cgo), const MSG_OOB = 1 +pkg syscall (freebsd-386-cgo), const MSG_PEEK = 2 +pkg syscall (freebsd-386-cgo), const MSG_TRUNC = 16 +pkg syscall (freebsd-386-cgo), const MSG_WAITALL = 64 +pkg syscall (freebsd-386-cgo), const MS_ASYNC = 1 +pkg syscall (freebsd-386-cgo), const MS_INVALIDATE = 2 +pkg syscall (freebsd-386-cgo), const MS_SYNC = 0 +pkg syscall (freebsd-386-cgo), const NET_RT_DUMP = 1 +pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-386-cgo), const NET_RT_MAXID = 6 +pkg syscall (freebsd-386-cgo), const NOFLSH = 2147483648 +pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-386-cgo), const NOTE_CHILD = 4 +pkg syscall (freebsd-386-cgo), const NOTE_DELETE = 1 +pkg syscall (freebsd-386-cgo), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-386-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-386-cgo), const NOTE_EXTEND = 4 +pkg syscall (freebsd-386-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-386-cgo), const NOTE_FFNOP = 0 +pkg syscall (freebsd-386-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-386-cgo), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-386-cgo), const NOTE_LINK = 16 +pkg syscall (freebsd-386-cgo), const NOTE_LOWAT = 1 +pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-386-cgo), const NOTE_RENAME = 32 +pkg syscall (freebsd-386-cgo), const NOTE_REVOKE = 64 +pkg syscall (freebsd-386-cgo), const NOTE_TRACK = 1 +pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-386-cgo), const NOTE_WRITE = 2 +pkg syscall (freebsd-386-cgo), const OCRNL = 16 +pkg syscall (freebsd-386-cgo), const ONLCR = 2 +pkg syscall (freebsd-386-cgo), const ONLRET = 64 +pkg syscall (freebsd-386-cgo), const ONOCR = 32 +pkg syscall (freebsd-386-cgo), const ONOEOT = 8 +pkg syscall (freebsd-386-cgo), const OPOST = 1 +pkg syscall (freebsd-386-cgo), const O_ACCMODE = 3 +pkg syscall (freebsd-386-cgo), const O_APPEND = 8 +pkg syscall (freebsd-386-cgo), const O_ASYNC = 64 +pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0 +pkg syscall (freebsd-386-cgo), const O_CREAT = 512 +pkg syscall (freebsd-386-cgo), const O_DIRECT = 65536 +pkg syscall (freebsd-386-cgo), const O_DIRECTORY = 131072 +pkg syscall (freebsd-386-cgo), const O_EXCL = 2048 +pkg syscall (freebsd-386-cgo), const O_EXEC = 262144 +pkg syscall (freebsd-386-cgo), const O_EXLOCK = 32 +pkg syscall (freebsd-386-cgo), const O_FSYNC = 128 +pkg syscall (freebsd-386-cgo), const O_NDELAY = 4 +pkg syscall (freebsd-386-cgo), const O_NOCTTY = 32768 +pkg syscall (freebsd-386-cgo), const O_NOFOLLOW = 256 +pkg syscall (freebsd-386-cgo), const O_NONBLOCK = 4 +pkg syscall (freebsd-386-cgo), const O_SHLOCK = 16 +pkg syscall (freebsd-386-cgo), const O_SYNC = 128 +pkg syscall (freebsd-386-cgo), const O_TRUNC = 1024 +pkg syscall (freebsd-386-cgo), const O_TTY_INIT = 524288 +pkg syscall (freebsd-386-cgo), const PARENB = 4096 +pkg syscall (freebsd-386-cgo), const PARMRK = 8 +pkg syscall (freebsd-386-cgo), const PARODD = 8192 +pkg syscall (freebsd-386-cgo), const PENDIN = 536870912 +pkg syscall (freebsd-386-cgo), const PROT_EXEC = 4 +pkg syscall (freebsd-386-cgo), const PROT_NONE = 0 +pkg syscall (freebsd-386-cgo), const PROT_READ = 1 +pkg syscall (freebsd-386-cgo), const PROT_WRITE = 2 +pkg syscall (freebsd-386-cgo), const PTRACE_CONT = 7 +pkg syscall (freebsd-386-cgo), const PTRACE_KILL = 8 +pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-386-cgo), const RLIMIT_AS = 10 +pkg syscall (freebsd-386-cgo), const RLIMIT_CORE = 4 +pkg syscall (freebsd-386-cgo), const RLIMIT_CPU = 0 +pkg syscall (freebsd-386-cgo), const RLIMIT_DATA = 2 +pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-386-cgo), const RLIMIT_STACK = 3 +pkg syscall (freebsd-386-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-386-cgo), const RTAX_BRD = 7 +pkg syscall (freebsd-386-cgo), const RTAX_DST = 0 +pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-386-cgo), const RTAX_GENMASK = 3 +pkg syscall (freebsd-386-cgo), const RTAX_IFA = 5 +pkg syscall (freebsd-386-cgo), const RTAX_IFP = 4 +pkg syscall (freebsd-386-cgo), const RTAX_MAX = 8 +pkg syscall (freebsd-386-cgo), const RTAX_NETMASK = 2 +pkg syscall (freebsd-386-cgo), const RTA_AUTHOR = 64 +pkg syscall (freebsd-386-cgo), const RTA_BRD = 128 +pkg syscall (freebsd-386-cgo), const RTA_DST = 1 +pkg syscall (freebsd-386-cgo), const RTA_GATEWAY = 2 +pkg syscall (freebsd-386-cgo), const RTA_GENMASK = 8 +pkg syscall (freebsd-386-cgo), const RTA_IFA = 32 +pkg syscall (freebsd-386-cgo), const RTA_IFP = 16 +pkg syscall (freebsd-386-cgo), const RTA_NETMASK = 4 +pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-386-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-386-cgo), const RTF_DONE = 64 +pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-386-cgo), const RTF_FMASK = 268752904 +pkg syscall (freebsd-386-cgo), const RTF_GATEWAY = 2 +pkg syscall (freebsd-386-cgo), const RTF_HOST = 4 +pkg syscall (freebsd-386-cgo), const RTF_LLDATA = 1024 +pkg syscall (freebsd-386-cgo), const RTF_LLINFO = 1024 +pkg syscall (freebsd-386-cgo), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-386-cgo), const RTF_MODIFIED = 32 +pkg syscall (freebsd-386-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-386-cgo), const RTF_PINNED = 1048576 +pkg syscall (freebsd-386-cgo), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-386-cgo), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-386-cgo), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-386-cgo), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-386-cgo), const RTF_REJECT = 8 +pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-386-cgo), const RTF_STATIC = 2048 +pkg syscall (freebsd-386-cgo), const RTF_STICKY = 268435456 +pkg syscall (freebsd-386-cgo), const RTF_UP = 1 +pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-386-cgo), const RTM_ADD = 1 +pkg syscall (freebsd-386-cgo), const RTM_CHANGE = 3 +pkg syscall (freebsd-386-cgo), const RTM_DELADDR = 13 +pkg syscall (freebsd-386-cgo), const RTM_DELETE = 2 +pkg syscall (freebsd-386-cgo), const RTM_DELMADDR = 16 +pkg syscall (freebsd-386-cgo), const RTM_GET = 4 +pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-386-cgo), const RTM_IFINFO = 14 +pkg syscall (freebsd-386-cgo), const RTM_LOCK = 8 +pkg syscall (freebsd-386-cgo), const RTM_LOSING = 5 +pkg syscall (freebsd-386-cgo), const RTM_MISS = 7 +pkg syscall (freebsd-386-cgo), const RTM_NEWADDR = 12 +pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-386-cgo), const RTM_OLDADD = 9 +pkg syscall (freebsd-386-cgo), const RTM_OLDDEL = 10 +pkg syscall (freebsd-386-cgo), const RTM_REDIRECT = 6 +pkg syscall (freebsd-386-cgo), const RTM_RESOLVE = 11 +pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-386-cgo), const RTM_VERSION = 5 +pkg syscall (freebsd-386-cgo), const RTV_EXPIRE = 4 +pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-386-cgo), const RTV_MTU = 1 +pkg syscall (freebsd-386-cgo), const RTV_RPIPE = 8 +pkg syscall (freebsd-386-cgo), const RTV_RTT = 64 +pkg syscall (freebsd-386-cgo), const RTV_RTTVAR = 128 +pkg syscall (freebsd-386-cgo), const RTV_SPIPE = 16 +pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-386-cgo), const RTV_WEIGHT = 256 +pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-386-cgo), const RUSAGE_SELF = 0 +pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-386-cgo), const SCM_BINTIME = 4 +pkg syscall (freebsd-386-cgo), const SCM_CREDS = 3 +pkg syscall (freebsd-386-cgo), const SCM_RIGHTS = 1 +pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-386-cgo), const SIGBUS = 10 +pkg syscall (freebsd-386-cgo), const SIGCHLD = 20 +pkg syscall (freebsd-386-cgo), const SIGCONT = 19 +pkg syscall (freebsd-386-cgo), const SIGEMT = 7 +pkg syscall (freebsd-386-cgo), const SIGINFO = 29 +pkg syscall (freebsd-386-cgo), const SIGIO = 23 +pkg syscall (freebsd-386-cgo), const SIGIOT = 6 +pkg syscall (freebsd-386-cgo), const SIGLWP = 32 +pkg syscall (freebsd-386-cgo), const SIGPROF = 27 +pkg syscall (freebsd-386-cgo), const SIGSTOP = 17 +pkg syscall (freebsd-386-cgo), const SIGSYS = 12 +pkg syscall (freebsd-386-cgo), const SIGTHR = 32 +pkg syscall (freebsd-386-cgo), const SIGTSTP = 18 +pkg syscall (freebsd-386-cgo), const SIGTTIN = 21 +pkg syscall (freebsd-386-cgo), const SIGTTOU = 22 +pkg syscall (freebsd-386-cgo), const SIGURG = 16 +pkg syscall (freebsd-386-cgo), const SIGUSR1 = 30 +pkg syscall (freebsd-386-cgo), const SIGUSR2 = 31 +pkg syscall (freebsd-386-cgo), const SIGVTALRM = 26 +pkg syscall (freebsd-386-cgo), const SIGWINCH = 28 +pkg syscall (freebsd-386-cgo), const SIGXCPU = 24 +pkg syscall (freebsd-386-cgo), const SIGXFSZ = 25 +pkg syscall (freebsd-386-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-386-cgo), const SIOCADDRT = 2150658570 +pkg syscall (freebsd-386-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP = 2149869959 +pkg syscall (freebsd-386-cgo), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-386-cgo), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-386-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-386-cgo), const SIOCDELRT = 2150658571 +pkg syscall (freebsd-386-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP = 2149869961 +pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC = 3223087483 +pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT = 3222565392 +pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT = 3222565391 +pkg syscall (freebsd-386-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-386-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-386-cgo), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-386-cgo), const SIOCGIFCONF = 3221776676 +pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-386-cgo), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB = 3223611786 +pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP = 3223611784 +pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-386-cgo), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA = 3223873848 +pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-386-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-386-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-386-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-386-cgo), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS = 3222038904 +pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC = 2149345659 +pkg syscall (freebsd-386-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-386-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-386-cgo), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-386-cgo), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-386-cgo), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-386-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-386-cgo), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-386-cgo), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-386-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-386-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-386-cgo), const SOCK_RDM = 4 +pkg syscall (freebsd-386-cgo), const SOL_SOCKET = 65535 +pkg syscall (freebsd-386-cgo), const SOMAXCONN = 128 +pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-386-cgo), const SO_BINTIME = 8192 +pkg syscall (freebsd-386-cgo), const SO_BROADCAST = 32 +pkg syscall (freebsd-386-cgo), const SO_DEBUG = 1 +pkg syscall (freebsd-386-cgo), const SO_DONTROUTE = 16 +pkg syscall (freebsd-386-cgo), const SO_ERROR = 4103 +pkg syscall (freebsd-386-cgo), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-386-cgo), const SO_LABEL = 4105 +pkg syscall (freebsd-386-cgo), const SO_LINGER = 128 +pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-386-cgo), const SO_NO_DDP = 32768 +pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-386-cgo), const SO_OOBINLINE = 256 +pkg syscall (freebsd-386-cgo), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-386-cgo), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-386-cgo), const SO_RCVBUF = 4098 +pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-386-cgo), const SO_REUSEADDR = 4 +pkg syscall (freebsd-386-cgo), const SO_REUSEPORT = 512 +pkg syscall (freebsd-386-cgo), const SO_SETFIB = 4116 +pkg syscall (freebsd-386-cgo), const SO_SNDBUF = 4097 +pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-386-cgo), const SO_TYPE = 4104 +pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-386-cgo), const SYS_ABORT2 = 463 +pkg syscall (freebsd-386-cgo), const SYS_ACCEPT = 30 +pkg syscall (freebsd-386-cgo), const SYS_ACCESS = 33 +pkg syscall (freebsd-386-cgo), const SYS_ACCT = 51 +pkg syscall (freebsd-386-cgo), const SYS_ADJTIME = 140 +pkg syscall (freebsd-386-cgo), const SYS_AUDIT = 445 +pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-386-cgo), const SYS_AUDITON = 446 +pkg syscall (freebsd-386-cgo), const SYS_BIND = 104 +pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS = 515 +pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW = 514 +pkg syscall (freebsd-386-cgo), const SYS_CHDIR = 12 +pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-386-cgo), const SYS_CHMOD = 15 +pkg syscall (freebsd-386-cgo), const SYS_CHOWN = 16 +pkg syscall (freebsd-386-cgo), const SYS_CHROOT = 61 +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-386-cgo), const SYS_CLOSE = 6 +pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-386-cgo), const SYS_CONNECT = 98 +pkg syscall (freebsd-386-cgo), const SYS_CPUSET = 484 +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-386-cgo), const SYS_DUP = 41 +pkg syscall (freebsd-386-cgo), const SYS_DUP2 = 90 +pkg syscall (freebsd-386-cgo), const SYS_EACCESS = 376 +pkg syscall (freebsd-386-cgo), const SYS_EXECVE = 59 +pkg syscall (freebsd-386-cgo), const SYS_EXIT = 1 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-386-cgo), const SYS_FCHDIR = 13 +pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-386-cgo), const SYS_FCHMOD = 124 +pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-386-cgo), const SYS_FCHOWN = 123 +pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-386-cgo), const SYS_FCNTL = 92 +pkg syscall (freebsd-386-cgo), const SYS_FEXECVE = 492 +pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-386-cgo), const SYS_FHOPEN = 298 +pkg syscall (freebsd-386-cgo), const SYS_FHSTAT = 299 +pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-386-cgo), const SYS_FLOCK = 131 +pkg syscall (freebsd-386-cgo), const SYS_FORK = 2 +pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE = 201 +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK = 199 +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP = 197 +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD = 173 +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE = 174 +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE = 200 +pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-386-cgo), const SYS_FSYNC = 95 +pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-386-cgo), const SYS_FUTIMES = 206 +pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-386-cgo), const SYS_GETAUID = 447 +pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-386-cgo), const SYS_GETDENTS = 272 +pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-386-cgo), const SYS_GETEGID = 43 +pkg syscall (freebsd-386-cgo), const SYS_GETEUID = 25 +pkg syscall (freebsd-386-cgo), const SYS_GETFH = 161 +pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-386-cgo), const SYS_GETGID = 47 +pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-386-cgo), const SYS_GETITIMER = 86 +pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-386-cgo), const SYS_GETPGID = 207 +pkg syscall (freebsd-386-cgo), const SYS_GETPGRP = 81 +pkg syscall (freebsd-386-cgo), const SYS_GETPID = 20 +pkg syscall (freebsd-386-cgo), const SYS_GETPPID = 39 +pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-386-cgo), const SYS_GETRESGID = 361 +pkg syscall (freebsd-386-cgo), const SYS_GETRESUID = 360 +pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-386-cgo), const SYS_GETSID = 310 +pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-386-cgo), const SYS_GETUID = 24 +pkg syscall (freebsd-386-cgo), const SYS_IOCTL = 54 +pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-386-cgo), const SYS_JAIL = 338 +pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-386-cgo), const SYS_KENV = 390 +pkg syscall (freebsd-386-cgo), const SYS_KEVENT = 363 +pkg syscall (freebsd-386-cgo), const SYS_KILL = 37 +pkg syscall (freebsd-386-cgo), const SYS_KLDFIND = 306 +pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-386-cgo), const SYS_KLDSYM = 337 +pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-386-cgo), const SYS_KQUEUE = 362 +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-386-cgo), const SYS_KTRACE = 45 +pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-386-cgo), const SYS_LCHMOD = 274 +pkg syscall (freebsd-386-cgo), const SYS_LCHOWN = 254 +pkg syscall (freebsd-386-cgo), const SYS_LGETFH = 160 +pkg syscall (freebsd-386-cgo), const SYS_LINK = 9 +pkg syscall (freebsd-386-cgo), const SYS_LINKAT = 495 +pkg syscall (freebsd-386-cgo), const SYS_LISTEN = 106 +pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-386-cgo), const SYS_LSEEK = 478 +pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-386-cgo), const SYS_LUTIMES = 276 +pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-386-cgo), const SYS_MADVISE = 75 +pkg syscall (freebsd-386-cgo), const SYS_MINCORE = 78 +pkg syscall (freebsd-386-cgo), const SYS_MINHERIT = 250 +pkg syscall (freebsd-386-cgo), const SYS_MKDIR = 136 +pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-386-cgo), const SYS_MKFIFO = 132 +pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-386-cgo), const SYS_MKNOD = 14 +pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-386-cgo), const SYS_MLOCK = 203 +pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-386-cgo), const SYS_MMAP = 477 +pkg syscall (freebsd-386-cgo), const SYS_MODFIND = 303 +pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-386-cgo), const SYS_MODNEXT = 300 +pkg syscall (freebsd-386-cgo), const SYS_MODSTAT = 301 +pkg syscall (freebsd-386-cgo), const SYS_MOUNT = 21 +pkg syscall (freebsd-386-cgo), const SYS_MPROTECT = 74 +pkg syscall (freebsd-386-cgo), const SYS_MSYNC = 65 +pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-386-cgo), const SYS_MUNMAP = 73 +pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-386-cgo), const SYS_NFSTAT = 279 +pkg syscall (freebsd-386-cgo), const SYS_NLSTAT = 280 +pkg syscall (freebsd-386-cgo), const SYS_NMOUNT = 378 +pkg syscall (freebsd-386-cgo), const SYS_NSTAT = 278 +pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-386-cgo), const SYS_OBREAK = 17 +pkg syscall (freebsd-386-cgo), const SYS_OPEN = 5 +pkg syscall (freebsd-386-cgo), const SYS_OPENAT = 499 +pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-386-cgo), const SYS_OVADVISE = 72 +pkg syscall (freebsd-386-cgo), const SYS_PATHCONF = 191 +pkg syscall (freebsd-386-cgo), const SYS_PDFORK = 518 +pkg syscall (freebsd-386-cgo), const SYS_PDGETPID = 520 +pkg syscall (freebsd-386-cgo), const SYS_PDKILL = 519 +pkg syscall (freebsd-386-cgo), const SYS_PIPE = 42 +pkg syscall (freebsd-386-cgo), const SYS_POLL = 209 +pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-386-cgo), const SYS_PREAD = 475 +pkg syscall (freebsd-386-cgo), const SYS_PREADV = 289 +pkg syscall (freebsd-386-cgo), const SYS_PROFIL = 44 +pkg syscall (freebsd-386-cgo), const SYS_PSELECT = 522 +pkg syscall (freebsd-386-cgo), const SYS_PTRACE = 26 +pkg syscall (freebsd-386-cgo), const SYS_PWRITE = 476 +pkg syscall (freebsd-386-cgo), const SYS_PWRITEV = 290 +pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-386-cgo), const SYS_READ = 3 +pkg syscall (freebsd-386-cgo), const SYS_READLINK = 58 +pkg syscall (freebsd-386-cgo), const SYS_READLINKAT = 500 +pkg syscall (freebsd-386-cgo), const SYS_READV = 120 +pkg syscall (freebsd-386-cgo), const SYS_REBOOT = 55 +pkg syscall (freebsd-386-cgo), const SYS_RECVFROM = 29 +pkg syscall (freebsd-386-cgo), const SYS_RECVMSG = 27 +pkg syscall (freebsd-386-cgo), const SYS_RENAME = 128 +pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-386-cgo), const SYS_REVOKE = 56 +pkg syscall (freebsd-386-cgo), const SYS_RFORK = 251 +pkg syscall (freebsd-386-cgo), const SYS_RMDIR = 137 +pkg syscall (freebsd-386-cgo), const SYS_RTPRIO = 166 +pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-386-cgo), const SYS_SBRK = 69 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-386-cgo), const SYS_SELECT = 93 +pkg syscall (freebsd-386-cgo), const SYS_SENDFILE = 393 +pkg syscall (freebsd-386-cgo), const SYS_SENDMSG = 28 +pkg syscall (freebsd-386-cgo), const SYS_SENDTO = 133 +pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-386-cgo), const SYS_SETAUID = 448 +pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-386-cgo), const SYS_SETEGID = 182 +pkg syscall (freebsd-386-cgo), const SYS_SETEUID = 183 +pkg syscall (freebsd-386-cgo), const SYS_SETFIB = 175 +pkg syscall (freebsd-386-cgo), const SYS_SETGID = 181 +pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-386-cgo), const SYS_SETITIMER = 83 +pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-386-cgo), const SYS_SETPGID = 82 +pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-386-cgo), const SYS_SETREGID = 127 +pkg syscall (freebsd-386-cgo), const SYS_SETRESGID = 312 +pkg syscall (freebsd-386-cgo), const SYS_SETRESUID = 311 +pkg syscall (freebsd-386-cgo), const SYS_SETREUID = 126 +pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-386-cgo), const SYS_SETSID = 147 +pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-386-cgo), const SYS_SETUID = 23 +pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-386-cgo), const SYS_SIGACTION = 416 +pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-386-cgo), const SYS_SOCKET = 97 +pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-386-cgo), const SYS_SSTK = 70 +pkg syscall (freebsd-386-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-386-cgo), const SYS_SWAPON = 85 +pkg syscall (freebsd-386-cgo), const SYS_SYMLINK = 57 +pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-386-cgo), const SYS_SYNC = 36 +pkg syscall (freebsd-386-cgo), const SYS_SYSARCH = 165 +pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-386-cgo), const SYS_THR_KILL = 433 +pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-386-cgo), const SYS_THR_NEW = 455 +pkg syscall (freebsd-386-cgo), const SYS_THR_SELF = 432 +pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-386-cgo), const SYS_UMASK = 60 +pkg syscall (freebsd-386-cgo), const SYS_UNDELETE = 205 +pkg syscall (freebsd-386-cgo), const SYS_UNLINK = 10 +pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-386-cgo), const SYS_UTIMES = 138 +pkg syscall (freebsd-386-cgo), const SYS_UTRACE = 335 +pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-386-cgo), const SYS_VFORK = 66 +pkg syscall (freebsd-386-cgo), const SYS_WAIT4 = 7 +pkg syscall (freebsd-386-cgo), const SYS_WAIT6 = 532 +pkg syscall (freebsd-386-cgo), const SYS_WRITE = 4 +pkg syscall (freebsd-386-cgo), const SYS_WRITEV = 121 +pkg syscall (freebsd-386-cgo), const SYS_YIELD = 321 +pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK = 434 +pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK = 435 +pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-386-cgo), const SYS___GETCWD = 326 +pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-386-cgo), const SYS___SETUGID = 374 +pkg syscall (freebsd-386-cgo), const SYS___SYSCTL = 202 +pkg syscall (freebsd-386-cgo), const S_IFMT = 61440 +pkg syscall (freebsd-386-cgo), const SizeofBpfHdr = 20 +pkg syscall (freebsd-386-cgo), const SizeofBpfInsn = 8 +pkg syscall (freebsd-386-cgo), const SizeofBpfProgram = 8 +pkg syscall (freebsd-386-cgo), const SizeofBpfStat = 8 +pkg syscall (freebsd-386-cgo), const SizeofBpfVersion = 4 +pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf = 12 +pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-386-cgo), const SizeofCmsghdr = 12 +pkg syscall (freebsd-386-cgo), const SizeofIPMreq = 8 +pkg syscall (freebsd-386-cgo), const SizeofIPMreqn = 12 +pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-386-cgo), const SizeofIfData = 80 +pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr = 96 +pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-386-cgo), const SizeofLinger = 8 +pkg syscall (freebsd-386-cgo), const SizeofMsghdr = 28 +pkg syscall (freebsd-386-cgo), const SizeofRtMetrics = 56 +pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr = 92 +pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-386-cgo), const TCIFLUSH = 1 +pkg syscall (freebsd-386-cgo), const TCIOFLUSH = 3 +pkg syscall (freebsd-386-cgo), const TCOFLUSH = 2 +pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-386-cgo), const TCP_CONGESTION = 64 +pkg syscall (freebsd-386-cgo), const TCP_INFO = 32 +pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-386-cgo), const TCP_MAXBURST = 4 +pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-386-cgo), const TCP_MAXSEG = 2 +pkg syscall (freebsd-386-cgo), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-386-cgo), const TCP_MD5SIG = 16 +pkg syscall (freebsd-386-cgo), const TCP_MINMSS = 216 +pkg syscall (freebsd-386-cgo), const TCP_MSS = 536 +pkg syscall (freebsd-386-cgo), const TCP_NOOPT = 8 +pkg syscall (freebsd-386-cgo), const TCP_NOPUSH = 4 +pkg syscall (freebsd-386-cgo), const TCSAFLUSH = 2 +pkg syscall (freebsd-386-cgo), const TIOCCBRK = 536900730 +pkg syscall (freebsd-386-cgo), const TIOCCDTR = 536900728 +pkg syscall (freebsd-386-cgo), const TIOCCONS = 2147775586 +pkg syscall (freebsd-386-cgo), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-386-cgo), const TIOCEXCL = 536900621 +pkg syscall (freebsd-386-cgo), const TIOCEXT = 2147775584 +pkg syscall (freebsd-386-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-386-cgo), const TIOCGETA = 1076655123 +pkg syscall (freebsd-386-cgo), const TIOCGETD = 1074033690 +pkg syscall (freebsd-386-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-386-cgo), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-386-cgo), const TIOCGSID = 1074033763 +pkg syscall (freebsd-386-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-386-cgo), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-386-cgo), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-386-cgo), const TIOCMGET = 1074033770 +pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-386-cgo), const TIOCMSET = 2147775597 +pkg syscall (freebsd-386-cgo), const TIOCM_CAR = 64 +pkg syscall (freebsd-386-cgo), const TIOCM_CD = 64 +pkg syscall (freebsd-386-cgo), const TIOCM_CTS = 32 +pkg syscall (freebsd-386-cgo), const TIOCM_DCD = 64 +pkg syscall (freebsd-386-cgo), const TIOCM_DSR = 256 +pkg syscall (freebsd-386-cgo), const TIOCM_DTR = 2 +pkg syscall (freebsd-386-cgo), const TIOCM_LE = 1 +pkg syscall (freebsd-386-cgo), const TIOCM_RI = 128 +pkg syscall (freebsd-386-cgo), const TIOCM_RNG = 128 +pkg syscall (freebsd-386-cgo), const TIOCM_RTS = 4 +pkg syscall (freebsd-386-cgo), const TIOCM_SR = 16 +pkg syscall (freebsd-386-cgo), const TIOCM_ST = 8 +pkg syscall (freebsd-386-cgo), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-386-cgo), const TIOCNXCL = 536900622 +pkg syscall (freebsd-386-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-386-cgo), const TIOCPKT = 2147775600 +pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-386-cgo), const TIOCPKT_START = 8 +pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-386-cgo), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-386-cgo), const TIOCSBRK = 536900731 +pkg syscall (freebsd-386-cgo), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-386-cgo), const TIOCSDTR = 536900729 +pkg syscall (freebsd-386-cgo), const TIOCSETA = 2150396948 +pkg syscall (freebsd-386-cgo), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-386-cgo), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-386-cgo), const TIOCSETD = 2147775515 +pkg syscall (freebsd-386-cgo), const TIOCSIG = 537162847 +pkg syscall (freebsd-386-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-386-cgo), const TIOCSTART = 536900718 +pkg syscall (freebsd-386-cgo), const TIOCSTAT = 536900709 +pkg syscall (freebsd-386-cgo), const TIOCSTI = 2147578994 +pkg syscall (freebsd-386-cgo), const TIOCSTOP = 536900719 +pkg syscall (freebsd-386-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP = 1074295897 +pkg syscall (freebsd-386-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-386-cgo), const TOSTOP = 4194304 +pkg syscall (freebsd-386-cgo), const VDISCARD = 15 +pkg syscall (freebsd-386-cgo), const VDSUSP = 11 +pkg syscall (freebsd-386-cgo), const VEOF = 0 +pkg syscall (freebsd-386-cgo), const VEOL = 1 +pkg syscall (freebsd-386-cgo), const VEOL2 = 2 +pkg syscall (freebsd-386-cgo), const VERASE = 3 +pkg syscall (freebsd-386-cgo), const VERASE2 = 7 +pkg syscall (freebsd-386-cgo), const VINTR = 8 +pkg syscall (freebsd-386-cgo), const VKILL = 5 +pkg syscall (freebsd-386-cgo), const VLNEXT = 14 +pkg syscall (freebsd-386-cgo), const VMIN = 16 +pkg syscall (freebsd-386-cgo), const VQUIT = 9 +pkg syscall (freebsd-386-cgo), const VREPRINT = 6 +pkg syscall (freebsd-386-cgo), const VSTART = 12 +pkg syscall (freebsd-386-cgo), const VSTATUS = 18 +pkg syscall (freebsd-386-cgo), const VSTOP = 13 +pkg syscall (freebsd-386-cgo), const VSUSP = 10 +pkg syscall (freebsd-386-cgo), const VTIME = 17 +pkg syscall (freebsd-386-cgo), const VWERASE = 4 +pkg syscall (freebsd-386-cgo), const WCONTINUED = 4 +pkg syscall (freebsd-386-cgo), const WCOREFLAG = 128 +pkg syscall (freebsd-386-cgo), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-386-cgo), const WNOHANG = 1 +pkg syscall (freebsd-386-cgo), const WNOWAIT = 8 +pkg syscall (freebsd-386-cgo), const WSTOPPED = 2 +pkg syscall (freebsd-386-cgo), const WUNTRACED = 2 +pkg syscall (freebsd-amd64), const AF_APPLETALK = 16 +pkg syscall (freebsd-amd64), const AF_ARP = 35 +pkg syscall (freebsd-amd64), const AF_ATM = 30 +pkg syscall (freebsd-amd64), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-amd64), const AF_CCITT = 10 +pkg syscall (freebsd-amd64), const AF_CHAOS = 5 +pkg syscall (freebsd-amd64), const AF_CNT = 21 +pkg syscall (freebsd-amd64), const AF_COIP = 20 +pkg syscall (freebsd-amd64), const AF_DATAKIT = 9 +pkg syscall (freebsd-amd64), const AF_DECnet = 12 +pkg syscall (freebsd-amd64), const AF_DLI = 13 +pkg syscall (freebsd-amd64), const AF_E164 = 26 +pkg syscall (freebsd-amd64), const AF_ECMA = 8 +pkg syscall (freebsd-amd64), const AF_HYLINK = 15 +pkg syscall (freebsd-amd64), const AF_IEEE80211 = 37 +pkg syscall (freebsd-amd64), const AF_IMPLINK = 3 +pkg syscall (freebsd-amd64), const AF_INET6 = 28 +pkg syscall (freebsd-amd64), const AF_IPX = 23 +pkg syscall (freebsd-amd64), const AF_ISDN = 26 +pkg syscall (freebsd-amd64), const AF_ISO = 7 +pkg syscall (freebsd-amd64), const AF_LAT = 14 +pkg syscall (freebsd-amd64), const AF_LINK = 18 +pkg syscall (freebsd-amd64), const AF_LOCAL = 1 +pkg syscall (freebsd-amd64), const AF_MAX = 38 +pkg syscall (freebsd-amd64), const AF_NATM = 29 +pkg syscall (freebsd-amd64), const AF_NETBIOS = 6 +pkg syscall (freebsd-amd64), const AF_NETGRAPH = 32 +pkg syscall (freebsd-amd64), const AF_OSI = 7 +pkg syscall (freebsd-amd64), const AF_PUP = 4 +pkg syscall (freebsd-amd64), const AF_ROUTE = 17 +pkg syscall (freebsd-amd64), const AF_SCLUSTER = 34 +pkg syscall (freebsd-amd64), const AF_SIP = 24 +pkg syscall (freebsd-amd64), const AF_SLOW = 33 +pkg syscall (freebsd-amd64), const AF_SNA = 11 +pkg syscall (freebsd-amd64), const AF_VENDOR00 = 39 +pkg syscall (freebsd-amd64), const AF_VENDOR01 = 41 +pkg syscall (freebsd-amd64), const AF_VENDOR02 = 43 +pkg syscall (freebsd-amd64), const AF_VENDOR03 = 45 +pkg syscall (freebsd-amd64), const AF_VENDOR04 = 47 +pkg syscall (freebsd-amd64), const AF_VENDOR05 = 49 +pkg syscall (freebsd-amd64), const AF_VENDOR06 = 51 +pkg syscall (freebsd-amd64), const AF_VENDOR07 = 53 +pkg syscall (freebsd-amd64), const AF_VENDOR08 = 55 +pkg syscall (freebsd-amd64), const AF_VENDOR09 = 57 +pkg syscall (freebsd-amd64), const AF_VENDOR10 = 59 +pkg syscall (freebsd-amd64), const AF_VENDOR11 = 61 +pkg syscall (freebsd-amd64), const AF_VENDOR12 = 63 +pkg syscall (freebsd-amd64), const AF_VENDOR13 = 65 +pkg syscall (freebsd-amd64), const AF_VENDOR14 = 67 +pkg syscall (freebsd-amd64), const AF_VENDOR15 = 69 +pkg syscall (freebsd-amd64), const AF_VENDOR16 = 71 +pkg syscall (freebsd-amd64), const AF_VENDOR17 = 73 +pkg syscall (freebsd-amd64), const AF_VENDOR18 = 75 +pkg syscall (freebsd-amd64), const AF_VENDOR19 = 77 +pkg syscall (freebsd-amd64), const AF_VENDOR20 = 79 +pkg syscall (freebsd-amd64), const AF_VENDOR21 = 81 +pkg syscall (freebsd-amd64), const AF_VENDOR22 = 83 +pkg syscall (freebsd-amd64), const AF_VENDOR23 = 85 +pkg syscall (freebsd-amd64), const AF_VENDOR24 = 87 +pkg syscall (freebsd-amd64), const AF_VENDOR25 = 89 +pkg syscall (freebsd-amd64), const AF_VENDOR26 = 91 +pkg syscall (freebsd-amd64), const AF_VENDOR27 = 93 +pkg syscall (freebsd-amd64), const AF_VENDOR28 = 95 +pkg syscall (freebsd-amd64), const AF_VENDOR29 = 97 +pkg syscall (freebsd-amd64), const AF_VENDOR30 = 99 +pkg syscall (freebsd-amd64), const AF_VENDOR31 = 101 +pkg syscall (freebsd-amd64), const AF_VENDOR32 = 103 +pkg syscall (freebsd-amd64), const AF_VENDOR33 = 105 +pkg syscall (freebsd-amd64), const AF_VENDOR34 = 107 +pkg syscall (freebsd-amd64), const AF_VENDOR35 = 109 +pkg syscall (freebsd-amd64), const AF_VENDOR36 = 111 +pkg syscall (freebsd-amd64), const AF_VENDOR37 = 113 +pkg syscall (freebsd-amd64), const AF_VENDOR38 = 115 +pkg syscall (freebsd-amd64), const AF_VENDOR39 = 117 +pkg syscall (freebsd-amd64), const AF_VENDOR40 = 119 +pkg syscall (freebsd-amd64), const AF_VENDOR41 = 121 +pkg syscall (freebsd-amd64), const AF_VENDOR42 = 123 +pkg syscall (freebsd-amd64), const AF_VENDOR43 = 125 +pkg syscall (freebsd-amd64), const AF_VENDOR44 = 127 +pkg syscall (freebsd-amd64), const AF_VENDOR45 = 129 +pkg syscall (freebsd-amd64), const AF_VENDOR46 = 131 +pkg syscall (freebsd-amd64), const AF_VENDOR47 = 133 +pkg syscall (freebsd-amd64), const B0 = 0 +pkg syscall (freebsd-amd64), const B0 ideal-int +pkg syscall (freebsd-amd64), const B110 = 110 +pkg syscall (freebsd-amd64), const B110 ideal-int +pkg syscall (freebsd-amd64), const B115200 = 115200 +pkg syscall (freebsd-amd64), const B115200 ideal-int +pkg syscall (freebsd-amd64), const B1200 = 1200 +pkg syscall (freebsd-amd64), const B1200 ideal-int +pkg syscall (freebsd-amd64), const B134 = 134 +pkg syscall (freebsd-amd64), const B134 ideal-int +pkg syscall (freebsd-amd64), const B14400 = 14400 +pkg syscall (freebsd-amd64), const B14400 ideal-int +pkg syscall (freebsd-amd64), const B150 = 150 +pkg syscall (freebsd-amd64), const B150 ideal-int +pkg syscall (freebsd-amd64), const B1800 = 1800 +pkg syscall (freebsd-amd64), const B1800 ideal-int +pkg syscall (freebsd-amd64), const B19200 = 19200 +pkg syscall (freebsd-amd64), const B19200 ideal-int +pkg syscall (freebsd-amd64), const B200 = 200 +pkg syscall (freebsd-amd64), const B200 ideal-int +pkg syscall (freebsd-amd64), const B230400 = 230400 +pkg syscall (freebsd-amd64), const B230400 ideal-int +pkg syscall (freebsd-amd64), const B2400 = 2400 +pkg syscall (freebsd-amd64), const B2400 ideal-int +pkg syscall (freebsd-amd64), const B28800 = 28800 +pkg syscall (freebsd-amd64), const B28800 ideal-int +pkg syscall (freebsd-amd64), const B300 = 300 +pkg syscall (freebsd-amd64), const B300 ideal-int +pkg syscall (freebsd-amd64), const B38400 = 38400 +pkg syscall (freebsd-amd64), const B38400 ideal-int +pkg syscall (freebsd-amd64), const B460800 = 460800 +pkg syscall (freebsd-amd64), const B460800 ideal-int +pkg syscall (freebsd-amd64), const B4800 = 4800 +pkg syscall (freebsd-amd64), const B4800 ideal-int +pkg syscall (freebsd-amd64), const B50 = 50 +pkg syscall (freebsd-amd64), const B50 ideal-int +pkg syscall (freebsd-amd64), const B57600 = 57600 +pkg syscall (freebsd-amd64), const B57600 ideal-int +pkg syscall (freebsd-amd64), const B600 = 600 +pkg syscall (freebsd-amd64), const B600 ideal-int +pkg syscall (freebsd-amd64), const B7200 = 7200 +pkg syscall (freebsd-amd64), const B7200 ideal-int +pkg syscall (freebsd-amd64), const B75 = 75 +pkg syscall (freebsd-amd64), const B75 ideal-int +pkg syscall (freebsd-amd64), const B76800 = 76800 +pkg syscall (freebsd-amd64), const B76800 ideal-int +pkg syscall (freebsd-amd64), const B921600 = 921600 +pkg syscall (freebsd-amd64), const B921600 ideal-int +pkg syscall (freebsd-amd64), const B9600 = 9600 +pkg syscall (freebsd-amd64), const B9600 ideal-int +pkg syscall (freebsd-amd64), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-amd64), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-amd64), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-amd64), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-amd64), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-amd64), const BIOCGDLTLIST = 3222291065 +pkg syscall (freebsd-amd64), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-amd64), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-amd64), const BIOCGETZMAX = 1074283135 +pkg syscall (freebsd-amd64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-amd64), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-amd64), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (freebsd-amd64), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-amd64), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-amd64), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-amd64), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-amd64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-amd64), const BIOCLOCK = 536887930 +pkg syscall (freebsd-amd64), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-amd64), const BIOCROTZBUF = 1075331712 +pkg syscall (freebsd-amd64), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-amd64), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-amd64), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-amd64), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-amd64), const BIOCSETF = 2148549223 +pkg syscall (freebsd-amd64), const BIOCSETFNR = 2148549250 +pkg syscall (freebsd-amd64), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-amd64), const BIOCSETWF = 2148549243 +pkg syscall (freebsd-amd64), const BIOCSETZBUF = 2149073537 +pkg syscall (freebsd-amd64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-amd64), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-amd64), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (freebsd-amd64), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-amd64), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-amd64), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-amd64), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-amd64), const BPF_A = 16 +pkg syscall (freebsd-amd64), const BPF_ABS = 32 +pkg syscall (freebsd-amd64), const BPF_ADD = 0 +pkg syscall (freebsd-amd64), const BPF_ALIGNMENT = 8 +pkg syscall (freebsd-amd64), const BPF_ALU = 4 +pkg syscall (freebsd-amd64), const BPF_AND = 80 +pkg syscall (freebsd-amd64), const BPF_B = 16 +pkg syscall (freebsd-amd64), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-amd64), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-amd64), const BPF_DIV = 48 +pkg syscall (freebsd-amd64), const BPF_H = 8 +pkg syscall (freebsd-amd64), const BPF_IMM = 0 +pkg syscall (freebsd-amd64), const BPF_IND = 64 +pkg syscall (freebsd-amd64), const BPF_JA = 0 +pkg syscall (freebsd-amd64), const BPF_JEQ = 16 +pkg syscall (freebsd-amd64), const BPF_JGE = 48 +pkg syscall (freebsd-amd64), const BPF_JGT = 32 +pkg syscall (freebsd-amd64), const BPF_JMP = 5 +pkg syscall (freebsd-amd64), const BPF_JSET = 64 +pkg syscall (freebsd-amd64), const BPF_K = 0 +pkg syscall (freebsd-amd64), const BPF_LD = 0 +pkg syscall (freebsd-amd64), const BPF_LDX = 1 +pkg syscall (freebsd-amd64), const BPF_LEN = 128 +pkg syscall (freebsd-amd64), const BPF_LSH = 96 +pkg syscall (freebsd-amd64), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-amd64), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-amd64), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-amd64), const BPF_MEM = 96 +pkg syscall (freebsd-amd64), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-amd64), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-amd64), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-amd64), const BPF_MISC = 7 +pkg syscall (freebsd-amd64), const BPF_MSH = 160 +pkg syscall (freebsd-amd64), const BPF_MUL = 32 +pkg syscall (freebsd-amd64), const BPF_NEG = 128 +pkg syscall (freebsd-amd64), const BPF_OR = 64 +pkg syscall (freebsd-amd64), const BPF_RELEASE = 199606 +pkg syscall (freebsd-amd64), const BPF_RET = 6 +pkg syscall (freebsd-amd64), const BPF_RSH = 112 +pkg syscall (freebsd-amd64), const BPF_ST = 2 +pkg syscall (freebsd-amd64), const BPF_STX = 3 +pkg syscall (freebsd-amd64), const BPF_SUB = 16 +pkg syscall (freebsd-amd64), const BPF_TAX = 0 +pkg syscall (freebsd-amd64), const BPF_TXA = 128 +pkg syscall (freebsd-amd64), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-amd64), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_FAST = 256 +pkg syscall (freebsd-amd64), const BPF_T_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64), const BPF_T_NONE = 3 +pkg syscall (freebsd-amd64), const BPF_T_NONE ideal-int +pkg syscall (freebsd-amd64), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-amd64), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-amd64), const BPF_W = 0 +pkg syscall (freebsd-amd64), const BPF_X = 8 +pkg syscall (freebsd-amd64), const BRKINT = 2 +pkg syscall (freebsd-amd64), const BRKINT ideal-int +pkg syscall (freebsd-amd64), const CFLUSH = 15 +pkg syscall (freebsd-amd64), const CFLUSH ideal-int +pkg syscall (freebsd-amd64), const CLOCAL = 32768 +pkg syscall (freebsd-amd64), const CLOCAL ideal-int +pkg syscall (freebsd-amd64), const CREAD = 2048 +pkg syscall (freebsd-amd64), const CREAD ideal-int +pkg syscall (freebsd-amd64), const CS5 = 0 +pkg syscall (freebsd-amd64), const CS5 ideal-int +pkg syscall (freebsd-amd64), const CS6 = 256 +pkg syscall (freebsd-amd64), const CS6 ideal-int +pkg syscall (freebsd-amd64), const CS7 = 512 +pkg syscall (freebsd-amd64), const CS7 ideal-int +pkg syscall (freebsd-amd64), const CS8 = 768 +pkg syscall (freebsd-amd64), const CS8 ideal-int +pkg syscall (freebsd-amd64), const CSIZE = 768 +pkg syscall (freebsd-amd64), const CSIZE ideal-int +pkg syscall (freebsd-amd64), const CSTART = 17 +pkg syscall (freebsd-amd64), const CSTART ideal-int +pkg syscall (freebsd-amd64), const CSTATUS = 20 +pkg syscall (freebsd-amd64), const CSTATUS ideal-int +pkg syscall (freebsd-amd64), const CSTOP = 19 +pkg syscall (freebsd-amd64), const CSTOP ideal-int +pkg syscall (freebsd-amd64), const CSTOPB = 1024 +pkg syscall (freebsd-amd64), const CSTOPB ideal-int +pkg syscall (freebsd-amd64), const CSUSP = 26 +pkg syscall (freebsd-amd64), const CSUSP ideal-int +pkg syscall (freebsd-amd64), const CTL_MAXNAME = 24 +pkg syscall (freebsd-amd64), const CTL_NET = 4 +pkg syscall (freebsd-amd64), const DLT_A429 = 184 +pkg syscall (freebsd-amd64), const DLT_A653_ICM = 185 +pkg syscall (freebsd-amd64), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-amd64), const DLT_AOS = 222 +pkg syscall (freebsd-amd64), const DLT_AOS ideal-int +pkg syscall (freebsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-amd64), const DLT_ARCNET = 7 +pkg syscall (freebsd-amd64), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-amd64), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-amd64), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-amd64), const DLT_AURORA = 126 +pkg syscall (freebsd-amd64), const DLT_AX25 = 3 +pkg syscall (freebsd-amd64), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-amd64), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-amd64), const DLT_CAN20B = 190 +pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-amd64), const DLT_CHAOS = 5 +pkg syscall (freebsd-amd64), const DLT_CHDLC = 104 +pkg syscall (freebsd-amd64), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-amd64), const DLT_C_HDLC = 104 +pkg syscall (freebsd-amd64), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-amd64), const DLT_DBUS = 231 +pkg syscall (freebsd-amd64), const DLT_DBUS ideal-int +pkg syscall (freebsd-amd64), const DLT_DECT = 221 +pkg syscall (freebsd-amd64), const DLT_DECT ideal-int +pkg syscall (freebsd-amd64), const DLT_DOCSIS = 143 +pkg syscall (freebsd-amd64), const DLT_DVB_CI = 235 +pkg syscall (freebsd-amd64), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-amd64), const DLT_ECONET = 115 +pkg syscall (freebsd-amd64), const DLT_EN10MB = 1 +pkg syscall (freebsd-amd64), const DLT_EN3MB = 2 +pkg syscall (freebsd-amd64), const DLT_ENC = 109 +pkg syscall (freebsd-amd64), const DLT_ERF = 197 +pkg syscall (freebsd-amd64), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-amd64), const DLT_ERF_POS = 176 +pkg syscall (freebsd-amd64), const DLT_FC_2 = 224 +pkg syscall (freebsd-amd64), const DLT_FC_2 ideal-int +pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-amd64), const DLT_FDDI = 10 +pkg syscall (freebsd-amd64), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-amd64), const DLT_FRELAY = 107 +pkg syscall (freebsd-amd64), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-amd64), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-amd64), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-amd64), const DLT_GPF_F = 171 +pkg syscall (freebsd-amd64), const DLT_GPF_T = 170 +pkg syscall (freebsd-amd64), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-amd64), const DLT_HHDLC = 121 +pkg syscall (freebsd-amd64), const DLT_IBM_SN = 146 +pkg syscall (freebsd-amd64), const DLT_IBM_SP = 145 +pkg syscall (freebsd-amd64), const DLT_IEEE802 = 6 +pkg syscall (freebsd-amd64), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-amd64), const DLT_IPFILTER = 116 +pkg syscall (freebsd-amd64), const DLT_IPMB = 199 +pkg syscall (freebsd-amd64), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-amd64), const DLT_IPNET = 226 +pkg syscall (freebsd-amd64), const DLT_IPNET ideal-int +pkg syscall (freebsd-amd64), const DLT_IPOIB = 242 +pkg syscall (freebsd-amd64), const DLT_IPOIB ideal-int +pkg syscall (freebsd-amd64), const DLT_IPV4 = 228 +pkg syscall (freebsd-amd64), const DLT_IPV4 ideal-int +pkg syscall (freebsd-amd64), const DLT_IPV6 = 229 +pkg syscall (freebsd-amd64), const DLT_IPV6 ideal-int +pkg syscall (freebsd-amd64), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-amd64), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-amd64), const DLT_LAPD = 203 +pkg syscall (freebsd-amd64), const DLT_LIN = 212 +pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-amd64), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-amd64), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-amd64), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-amd64), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-amd64), const DLT_LOOP = 108 +pkg syscall (freebsd-amd64), const DLT_LTALK = 114 +pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-amd64), const DLT_MFR = 182 +pkg syscall (freebsd-amd64), const DLT_MOST = 211 +pkg syscall (freebsd-amd64), const DLT_MPLS = 219 +pkg syscall (freebsd-amd64), const DLT_MPLS ideal-int +pkg syscall (freebsd-amd64), const DLT_MTP2 = 140 +pkg syscall (freebsd-amd64), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-amd64), const DLT_MTP3 = 141 +pkg syscall (freebsd-amd64), const DLT_MUX27010 = 236 +pkg syscall (freebsd-amd64), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-amd64), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-amd64), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-amd64), const DLT_NFLOG = 239 +pkg syscall (freebsd-amd64), const DLT_NFLOG ideal-int +pkg syscall (freebsd-amd64), const DLT_NULL = 0 +pkg syscall (freebsd-amd64), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-amd64), const DLT_PFLOG = 117 +pkg syscall (freebsd-amd64), const DLT_PFSYNC = 121 +pkg syscall (freebsd-amd64), const DLT_PPI = 192 +pkg syscall (freebsd-amd64), const DLT_PPP = 9 +pkg syscall (freebsd-amd64), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-amd64), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-amd64), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-amd64), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-amd64), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-amd64), const DLT_PRONET = 4 +pkg syscall (freebsd-amd64), const DLT_RAIF1 = 198 +pkg syscall (freebsd-amd64), const DLT_RAW = 12 +pkg syscall (freebsd-amd64), const DLT_RIO = 124 +pkg syscall (freebsd-amd64), const DLT_SCCP = 142 +pkg syscall (freebsd-amd64), const DLT_SITA = 196 +pkg syscall (freebsd-amd64), const DLT_SLIP = 8 +pkg syscall (freebsd-amd64), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-amd64), const DLT_SUNATM = 123 +pkg syscall (freebsd-amd64), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-amd64), const DLT_TZSP = 128 +pkg syscall (freebsd-amd64), const DLT_USB = 186 +pkg syscall (freebsd-amd64), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-amd64), const DLT_USER0 = 147 +pkg syscall (freebsd-amd64), const DLT_USER1 = 148 +pkg syscall (freebsd-amd64), const DLT_USER10 = 157 +pkg syscall (freebsd-amd64), const DLT_USER11 = 158 +pkg syscall (freebsd-amd64), const DLT_USER12 = 159 +pkg syscall (freebsd-amd64), const DLT_USER13 = 160 +pkg syscall (freebsd-amd64), const DLT_USER14 = 161 +pkg syscall (freebsd-amd64), const DLT_USER15 = 162 +pkg syscall (freebsd-amd64), const DLT_USER2 = 149 +pkg syscall (freebsd-amd64), const DLT_USER3 = 150 +pkg syscall (freebsd-amd64), const DLT_USER4 = 151 +pkg syscall (freebsd-amd64), const DLT_USER5 = 152 +pkg syscall (freebsd-amd64), const DLT_USER6 = 153 +pkg syscall (freebsd-amd64), const DLT_USER7 = 154 +pkg syscall (freebsd-amd64), const DLT_USER8 = 155 +pkg syscall (freebsd-amd64), const DLT_USER9 = 156 +pkg syscall (freebsd-amd64), const DLT_WIHART = 223 +pkg syscall (freebsd-amd64), const DLT_WIHART ideal-int +pkg syscall (freebsd-amd64), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-amd64), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-amd64), const DT_BLK = 6 +pkg syscall (freebsd-amd64), const DT_CHR = 2 +pkg syscall (freebsd-amd64), const DT_DIR = 4 +pkg syscall (freebsd-amd64), const DT_FIFO = 1 +pkg syscall (freebsd-amd64), const DT_LNK = 10 +pkg syscall (freebsd-amd64), const DT_REG = 8 +pkg syscall (freebsd-amd64), const DT_SOCK = 12 +pkg syscall (freebsd-amd64), const DT_UNKNOWN = 0 +pkg syscall (freebsd-amd64), const DT_WHT = 14 +pkg syscall (freebsd-amd64), const E2BIG = 7 +pkg syscall (freebsd-amd64), const EACCES = 13 +pkg syscall (freebsd-amd64), const EADDRINUSE = 48 +pkg syscall (freebsd-amd64), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-amd64), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-amd64), const EAGAIN = 35 +pkg syscall (freebsd-amd64), const EALREADY = 37 +pkg syscall (freebsd-amd64), const EAUTH = 80 +pkg syscall (freebsd-amd64), const EBADF = 9 +pkg syscall (freebsd-amd64), const EBADMSG = 89 +pkg syscall (freebsd-amd64), const EBADRPC = 72 +pkg syscall (freebsd-amd64), const EBUSY = 16 +pkg syscall (freebsd-amd64), const ECANCELED = 85 +pkg syscall (freebsd-amd64), const ECAPMODE = 94 +pkg syscall (freebsd-amd64), const ECAPMODE Errno +pkg syscall (freebsd-amd64), const ECHILD = 10 +pkg syscall (freebsd-amd64), const ECHO = 8 +pkg syscall (freebsd-amd64), const ECHOCTL = 64 +pkg syscall (freebsd-amd64), const ECHOE = 2 +pkg syscall (freebsd-amd64), const ECHOK = 4 +pkg syscall (freebsd-amd64), const ECHOKE = 1 +pkg syscall (freebsd-amd64), const ECHONL = 16 +pkg syscall (freebsd-amd64), const ECHOPRT = 32 +pkg syscall (freebsd-amd64), const ECONNABORTED = 53 +pkg syscall (freebsd-amd64), const ECONNREFUSED = 61 +pkg syscall (freebsd-amd64), const ECONNRESET = 54 +pkg syscall (freebsd-amd64), const EDEADLK = 11 +pkg syscall (freebsd-amd64), const EDESTADDRREQ = 39 +pkg syscall (freebsd-amd64), const EDOM = 33 +pkg syscall (freebsd-amd64), const EDOOFUS = 88 +pkg syscall (freebsd-amd64), const EDQUOT = 69 +pkg syscall (freebsd-amd64), const EEXIST = 17 +pkg syscall (freebsd-amd64), const EFAULT = 14 +pkg syscall (freebsd-amd64), const EFBIG = 27 +pkg syscall (freebsd-amd64), const EFTYPE = 79 +pkg syscall (freebsd-amd64), const EHOSTDOWN = 64 +pkg syscall (freebsd-amd64), const EHOSTUNREACH = 65 +pkg syscall (freebsd-amd64), const EIDRM = 82 +pkg syscall (freebsd-amd64), const EILSEQ = 86 +pkg syscall (freebsd-amd64), const EINPROGRESS = 36 +pkg syscall (freebsd-amd64), const EINTR = 4 +pkg syscall (freebsd-amd64), const EINVAL = 22 +pkg syscall (freebsd-amd64), const EIO = 5 +pkg syscall (freebsd-amd64), const EISCONN = 56 +pkg syscall (freebsd-amd64), const EISDIR = 21 +pkg syscall (freebsd-amd64), const ELAST = 94 +pkg syscall (freebsd-amd64), const ELOOP = 62 +pkg syscall (freebsd-amd64), const EMFILE = 24 +pkg syscall (freebsd-amd64), const EMLINK = 31 +pkg syscall (freebsd-amd64), const EMSGSIZE = 40 +pkg syscall (freebsd-amd64), const EMULTIHOP = 90 +pkg syscall (freebsd-amd64), const ENAMETOOLONG = 63 +pkg syscall (freebsd-amd64), const ENEEDAUTH = 81 +pkg syscall (freebsd-amd64), const ENETDOWN = 50 +pkg syscall (freebsd-amd64), const ENETRESET = 52 +pkg syscall (freebsd-amd64), const ENETUNREACH = 51 +pkg syscall (freebsd-amd64), const ENFILE = 23 +pkg syscall (freebsd-amd64), const ENOATTR = 87 +pkg syscall (freebsd-amd64), const ENOBUFS = 55 +pkg syscall (freebsd-amd64), const ENODEV = 19 +pkg syscall (freebsd-amd64), const ENOEXEC = 8 +pkg syscall (freebsd-amd64), const ENOLCK = 77 +pkg syscall (freebsd-amd64), const ENOLINK = 91 +pkg syscall (freebsd-amd64), const ENOMEM = 12 +pkg syscall (freebsd-amd64), const ENOMSG = 83 +pkg syscall (freebsd-amd64), const ENOPROTOOPT = 42 +pkg syscall (freebsd-amd64), const ENOSPC = 28 +pkg syscall (freebsd-amd64), const ENOSYS = 78 +pkg syscall (freebsd-amd64), const ENOTBLK = 15 +pkg syscall (freebsd-amd64), const ENOTCAPABLE = 93 +pkg syscall (freebsd-amd64), const ENOTCONN = 57 +pkg syscall (freebsd-amd64), const ENOTDIR = 20 +pkg syscall (freebsd-amd64), const ENOTEMPTY = 66 +pkg syscall (freebsd-amd64), const ENOTSOCK = 38 +pkg syscall (freebsd-amd64), const ENOTSUP = 45 +pkg syscall (freebsd-amd64), const ENOTTY = 25 +pkg syscall (freebsd-amd64), const ENXIO = 6 +pkg syscall (freebsd-amd64), const EOPNOTSUPP = 45 +pkg syscall (freebsd-amd64), const EOVERFLOW = 84 +pkg syscall (freebsd-amd64), const EPERM = 1 +pkg syscall (freebsd-amd64), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-amd64), const EPIPE = 32 +pkg syscall (freebsd-amd64), const EPROCLIM = 67 +pkg syscall (freebsd-amd64), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-amd64), const EPROGMISMATCH = 75 +pkg syscall (freebsd-amd64), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-amd64), const EPROTO = 92 +pkg syscall (freebsd-amd64), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-amd64), const EPROTOTYPE = 41 +pkg syscall (freebsd-amd64), const ERANGE = 34 +pkg syscall (freebsd-amd64), const EREMOTE = 71 +pkg syscall (freebsd-amd64), const EROFS = 30 +pkg syscall (freebsd-amd64), const ERPCMISMATCH = 73 +pkg syscall (freebsd-amd64), const ESHUTDOWN = 58 +pkg syscall (freebsd-amd64), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-amd64), const ESPIPE = 29 +pkg syscall (freebsd-amd64), const ESRCH = 3 +pkg syscall (freebsd-amd64), const ESTALE = 70 +pkg syscall (freebsd-amd64), const ETIMEDOUT = 60 +pkg syscall (freebsd-amd64), const ETOOMANYREFS = 59 +pkg syscall (freebsd-amd64), const ETXTBSY = 26 +pkg syscall (freebsd-amd64), const EUSERS = 68 +pkg syscall (freebsd-amd64), const EVFILT_AIO = -3 +pkg syscall (freebsd-amd64), const EVFILT_FS = -9 +pkg syscall (freebsd-amd64), const EVFILT_LIO = -10 +pkg syscall (freebsd-amd64), const EVFILT_PROC = -5 +pkg syscall (freebsd-amd64), const EVFILT_READ = -1 +pkg syscall (freebsd-amd64), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-amd64), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-amd64), const EVFILT_TIMER = -7 +pkg syscall (freebsd-amd64), const EVFILT_USER = -11 +pkg syscall (freebsd-amd64), const EVFILT_VNODE = -4 +pkg syscall (freebsd-amd64), const EVFILT_WRITE = -2 +pkg syscall (freebsd-amd64), const EV_ADD = 1 +pkg syscall (freebsd-amd64), const EV_CLEAR = 32 +pkg syscall (freebsd-amd64), const EV_DELETE = 2 +pkg syscall (freebsd-amd64), const EV_DISABLE = 8 +pkg syscall (freebsd-amd64), const EV_DISPATCH = 128 +pkg syscall (freebsd-amd64), const EV_ENABLE = 4 +pkg syscall (freebsd-amd64), const EV_EOF = 32768 +pkg syscall (freebsd-amd64), const EV_ERROR = 16384 +pkg syscall (freebsd-amd64), const EV_FLAG1 = 8192 +pkg syscall (freebsd-amd64), const EV_ONESHOT = 16 +pkg syscall (freebsd-amd64), const EV_RECEIPT = 64 +pkg syscall (freebsd-amd64), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-amd64), const EWOULDBLOCK = 35 +pkg syscall (freebsd-amd64), const EXDEV = 18 +pkg syscall (freebsd-amd64), const EXTA = 19200 +pkg syscall (freebsd-amd64), const EXTB = 38400 +pkg syscall (freebsd-amd64), const EXTPROC = 2048 +pkg syscall (freebsd-amd64), const FD_CLOEXEC = 1 +pkg syscall (freebsd-amd64), const FD_SETSIZE = 1024 +pkg syscall (freebsd-amd64), const FLUSHO = 8388608 +pkg syscall (freebsd-amd64), const FLUSHO ideal-int +pkg syscall (freebsd-amd64), const F_CANCEL = 5 +pkg syscall (freebsd-amd64), const F_DUP2FD = 10 +pkg syscall (freebsd-amd64), const F_DUPFD = 0 +pkg syscall (freebsd-amd64), const F_GETFD = 1 +pkg syscall (freebsd-amd64), const F_GETFL = 3 +pkg syscall (freebsd-amd64), const F_GETLK = 11 +pkg syscall (freebsd-amd64), const F_GETOWN = 5 +pkg syscall (freebsd-amd64), const F_OGETLK = 7 +pkg syscall (freebsd-amd64), const F_OK = 0 +pkg syscall (freebsd-amd64), const F_OSETLK = 8 +pkg syscall (freebsd-amd64), const F_OSETLKW = 9 +pkg syscall (freebsd-amd64), const F_RDAHEAD = 16 +pkg syscall (freebsd-amd64), const F_RDLCK = 1 +pkg syscall (freebsd-amd64), const F_READAHEAD = 15 +pkg syscall (freebsd-amd64), const F_SETFD = 2 +pkg syscall (freebsd-amd64), const F_SETFL = 4 +pkg syscall (freebsd-amd64), const F_SETLK = 12 +pkg syscall (freebsd-amd64), const F_SETLKW = 13 +pkg syscall (freebsd-amd64), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-amd64), const F_SETOWN = 6 +pkg syscall (freebsd-amd64), const F_UNLCK = 2 +pkg syscall (freebsd-amd64), const F_UNLCKSYS = 4 +pkg syscall (freebsd-amd64), const F_WRLCK = 3 +pkg syscall (freebsd-amd64), const HUPCL = 16384 +pkg syscall (freebsd-amd64), const HUPCL ideal-int +pkg syscall (freebsd-amd64), const ICANON = 256 +pkg syscall (freebsd-amd64), const ICANON ideal-int +pkg syscall (freebsd-amd64), const ICRNL = 256 +pkg syscall (freebsd-amd64), const ICRNL ideal-int +pkg syscall (freebsd-amd64), const IEXTEN = 1024 +pkg syscall (freebsd-amd64), const IEXTEN ideal-int +pkg syscall (freebsd-amd64), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-amd64), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-amd64), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-amd64), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-amd64), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-amd64), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-amd64), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-amd64), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-amd64), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-amd64), const IFF_DEBUG = 4 +pkg syscall (freebsd-amd64), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-amd64), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-amd64), const IFF_DYING = 2097152 +pkg syscall (freebsd-amd64), const IFF_LINK0 = 4096 +pkg syscall (freebsd-amd64), const IFF_LINK1 = 8192 +pkg syscall (freebsd-amd64), const IFF_LINK2 = 16384 +pkg syscall (freebsd-amd64), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-amd64), const IFF_MONITOR = 262144 +pkg syscall (freebsd-amd64), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-amd64), const IFF_NOARP = 128 +pkg syscall (freebsd-amd64), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-amd64), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-amd64), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-amd64), const IFF_PROMISC = 256 +pkg syscall (freebsd-amd64), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-amd64), const IFF_RUNNING = 64 +pkg syscall (freebsd-amd64), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-amd64), const IFF_SMART = 32 +pkg syscall (freebsd-amd64), const IFF_STATICARP = 524288 +pkg syscall (freebsd-amd64), const IFNAMSIZ = 16 +pkg syscall (freebsd-amd64), const IFT_1822 = 2 +pkg syscall (freebsd-amd64), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-amd64), const IFT_AAL2 = 187 +pkg syscall (freebsd-amd64), const IFT_AAL5 = 49 +pkg syscall (freebsd-amd64), const IFT_ADSL = 94 +pkg syscall (freebsd-amd64), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-amd64), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-amd64), const IFT_ARAP = 88 +pkg syscall (freebsd-amd64), const IFT_ARCNET = 35 +pkg syscall (freebsd-amd64), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-amd64), const IFT_ASYNC = 84 +pkg syscall (freebsd-amd64), const IFT_ATM = 37 +pkg syscall (freebsd-amd64), const IFT_ATMDXI = 105 +pkg syscall (freebsd-amd64), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-amd64), const IFT_ATMIMA = 107 +pkg syscall (freebsd-amd64), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-amd64), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-amd64), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-amd64), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-amd64), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-amd64), const IFT_BRIDGE = 209 +pkg syscall (freebsd-amd64), const IFT_BSC = 83 +pkg syscall (freebsd-amd64), const IFT_CARP = 248 +pkg syscall (freebsd-amd64), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-amd64), const IFT_CEPT = 19 +pkg syscall (freebsd-amd64), const IFT_CES = 133 +pkg syscall (freebsd-amd64), const IFT_CHANNEL = 70 +pkg syscall (freebsd-amd64), const IFT_CNR = 85 +pkg syscall (freebsd-amd64), const IFT_COFFEE = 132 +pkg syscall (freebsd-amd64), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-amd64), const IFT_DCN = 141 +pkg syscall (freebsd-amd64), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-amd64), const IFT_DLSW = 74 +pkg syscall (freebsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-amd64), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-amd64), const IFT_DS0 = 81 +pkg syscall (freebsd-amd64), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-amd64), const IFT_DS1FDL = 170 +pkg syscall (freebsd-amd64), const IFT_DS3 = 30 +pkg syscall (freebsd-amd64), const IFT_DTM = 140 +pkg syscall (freebsd-amd64), const IFT_DVBASILN = 172 +pkg syscall (freebsd-amd64), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-amd64), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-amd64), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-amd64), const IFT_ENC = 244 +pkg syscall (freebsd-amd64), const IFT_EON = 25 +pkg syscall (freebsd-amd64), const IFT_EPLRS = 87 +pkg syscall (freebsd-amd64), const IFT_ESCON = 73 +pkg syscall (freebsd-amd64), const IFT_ETHER = 6 +pkg syscall (freebsd-amd64), const IFT_FAITH = 242 +pkg syscall (freebsd-amd64), const IFT_FAST = 125 +pkg syscall (freebsd-amd64), const IFT_FASTETHER = 62 +pkg syscall (freebsd-amd64), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-amd64), const IFT_FDDI = 15 +pkg syscall (freebsd-amd64), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-amd64), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-amd64), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-amd64), const IFT_FRELAY = 32 +pkg syscall (freebsd-amd64), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-amd64), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-amd64), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-amd64), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-amd64), const IFT_G703AT64K = 66 +pkg syscall (freebsd-amd64), const IFT_GIF = 240 +pkg syscall (freebsd-amd64), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-amd64), const IFT_GR303IDT = 178 +pkg syscall (freebsd-amd64), const IFT_GR303RDT = 177 +pkg syscall (freebsd-amd64), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-amd64), const IFT_H323PROXY = 165 +pkg syscall (freebsd-amd64), const IFT_HDH1822 = 3 +pkg syscall (freebsd-amd64), const IFT_HDLC = 118 +pkg syscall (freebsd-amd64), const IFT_HDSL2 = 168 +pkg syscall (freebsd-amd64), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-amd64), const IFT_HIPPI = 47 +pkg syscall (freebsd-amd64), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-amd64), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-amd64), const IFT_HSSI = 46 +pkg syscall (freebsd-amd64), const IFT_HY = 14 +pkg syscall (freebsd-amd64), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-amd64), const IFT_IDSL = 154 +pkg syscall (freebsd-amd64), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-amd64), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-amd64), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-amd64), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-amd64), const IFT_IFGSN = 145 +pkg syscall (freebsd-amd64), const IFT_IMT = 190 +pkg syscall (freebsd-amd64), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-amd64), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-amd64), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-amd64), const IFT_IP = 126 +pkg syscall (freebsd-amd64), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-amd64), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-amd64), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-amd64), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-amd64), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-amd64), const IFT_IPXIP = 249 +pkg syscall (freebsd-amd64), const IFT_ISDN = 63 +pkg syscall (freebsd-amd64), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-amd64), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-amd64), const IFT_ISDNS = 75 +pkg syscall (freebsd-amd64), const IFT_ISDNU = 76 +pkg syscall (freebsd-amd64), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-amd64), const IFT_ISO88023 = 7 +pkg syscall (freebsd-amd64), const IFT_ISO88024 = 8 +pkg syscall (freebsd-amd64), const IFT_ISO88025 = 9 +pkg syscall (freebsd-amd64), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-amd64), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-amd64), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-amd64), const IFT_ISO88026 = 10 +pkg syscall (freebsd-amd64), const IFT_ISUP = 179 +pkg syscall (freebsd-amd64), const IFT_L2VLAN = 135 +pkg syscall (freebsd-amd64), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-amd64), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-amd64), const IFT_LAPB = 16 +pkg syscall (freebsd-amd64), const IFT_LAPD = 77 +pkg syscall (freebsd-amd64), const IFT_LAPF = 119 +pkg syscall (freebsd-amd64), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-amd64), const IFT_LOOP = 24 +pkg syscall (freebsd-amd64), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-amd64), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-amd64), const IFT_MIOX25 = 38 +pkg syscall (freebsd-amd64), const IFT_MODEM = 48 +pkg syscall (freebsd-amd64), const IFT_MPC = 113 +pkg syscall (freebsd-amd64), const IFT_MPLS = 166 +pkg syscall (freebsd-amd64), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-amd64), const IFT_MSDSL = 143 +pkg syscall (freebsd-amd64), const IFT_MVL = 191 +pkg syscall (freebsd-amd64), const IFT_MYRINET = 99 +pkg syscall (freebsd-amd64), const IFT_NFAS = 175 +pkg syscall (freebsd-amd64), const IFT_NSIP = 27 +pkg syscall (freebsd-amd64), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-amd64), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-amd64), const IFT_OTHER = 1 +pkg syscall (freebsd-amd64), const IFT_P10 = 12 +pkg syscall (freebsd-amd64), const IFT_P80 = 13 +pkg syscall (freebsd-amd64), const IFT_PARA = 34 +pkg syscall (freebsd-amd64), const IFT_PFLOG = 246 +pkg syscall (freebsd-amd64), const IFT_PFSYNC = 247 +pkg syscall (freebsd-amd64), const IFT_PLC = 174 +pkg syscall (freebsd-amd64), const IFT_POS = 171 +pkg syscall (freebsd-amd64), const IFT_PPP = 23 +pkg syscall (freebsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-amd64), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-amd64), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-amd64), const IFT_PROPMUX = 54 +pkg syscall (freebsd-amd64), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-amd64), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-amd64), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-amd64), const IFT_PVC = 241 +pkg syscall (freebsd-amd64), const IFT_QLLC = 68 +pkg syscall (freebsd-amd64), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-amd64), const IFT_RADSL = 95 +pkg syscall (freebsd-amd64), const IFT_REACHDSL = 192 +pkg syscall (freebsd-amd64), const IFT_RFC1483 = 159 +pkg syscall (freebsd-amd64), const IFT_RS232 = 33 +pkg syscall (freebsd-amd64), const IFT_RSRB = 79 +pkg syscall (freebsd-amd64), const IFT_SDLC = 17 +pkg syscall (freebsd-amd64), const IFT_SDSL = 96 +pkg syscall (freebsd-amd64), const IFT_SHDSL = 169 +pkg syscall (freebsd-amd64), const IFT_SIP = 31 +pkg syscall (freebsd-amd64), const IFT_SLIP = 28 +pkg syscall (freebsd-amd64), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-amd64), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-amd64), const IFT_SONET = 39 +pkg syscall (freebsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-amd64), const IFT_SONETPATH = 50 +pkg syscall (freebsd-amd64), const IFT_SONETVT = 51 +pkg syscall (freebsd-amd64), const IFT_SRP = 151 +pkg syscall (freebsd-amd64), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-amd64), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-amd64), const IFT_STARLAN = 11 +pkg syscall (freebsd-amd64), const IFT_STF = 215 +pkg syscall (freebsd-amd64), const IFT_T1 = 18 +pkg syscall (freebsd-amd64), const IFT_TDLC = 116 +pkg syscall (freebsd-amd64), const IFT_TERMPAD = 91 +pkg syscall (freebsd-amd64), const IFT_TR008 = 176 +pkg syscall (freebsd-amd64), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-amd64), const IFT_TUNNEL = 131 +pkg syscall (freebsd-amd64), const IFT_ULTRA = 29 +pkg syscall (freebsd-amd64), const IFT_USB = 160 +pkg syscall (freebsd-amd64), const IFT_V11 = 64 +pkg syscall (freebsd-amd64), const IFT_V35 = 45 +pkg syscall (freebsd-amd64), const IFT_V36 = 65 +pkg syscall (freebsd-amd64), const IFT_V37 = 120 +pkg syscall (freebsd-amd64), const IFT_VDSL = 97 +pkg syscall (freebsd-amd64), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-amd64), const IFT_VOICEEM = 100 +pkg syscall (freebsd-amd64), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-amd64), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-amd64), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-amd64), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-amd64), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-amd64), const IFT_X213 = 93 +pkg syscall (freebsd-amd64), const IFT_X25 = 5 +pkg syscall (freebsd-amd64), const IFT_X25DDN = 4 +pkg syscall (freebsd-amd64), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-amd64), const IFT_X25MLP = 121 +pkg syscall (freebsd-amd64), const IFT_X25PLE = 40 +pkg syscall (freebsd-amd64), const IFT_XETHER = 26 +pkg syscall (freebsd-amd64), const IGNBRK = 1 +pkg syscall (freebsd-amd64), const IGNBRK ideal-int +pkg syscall (freebsd-amd64), const IGNCR = 128 +pkg syscall (freebsd-amd64), const IGNCR ideal-int +pkg syscall (freebsd-amd64), const IGNPAR = 4 +pkg syscall (freebsd-amd64), const IGNPAR ideal-int +pkg syscall (freebsd-amd64), const IMAXBEL = 8192 +pkg syscall (freebsd-amd64), const IMAXBEL ideal-int +pkg syscall (freebsd-amd64), const INLCR = 64 +pkg syscall (freebsd-amd64), const INLCR ideal-int +pkg syscall (freebsd-amd64), const INPCK = 16 +pkg syscall (freebsd-amd64), const INPCK ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-amd64), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-amd64), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-amd64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-amd64), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-amd64), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-amd64), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-amd64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-amd64), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-amd64), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-amd64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-amd64), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-amd64), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-amd64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-amd64), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-amd64), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-amd64), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_3PC = 34 +pkg syscall (freebsd-amd64), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-amd64), const IPPROTO_AH = 51 +pkg syscall (freebsd-amd64), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-amd64), const IPPROTO_APES = 99 +pkg syscall (freebsd-amd64), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-amd64), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-amd64), const IPPROTO_BHA = 49 +pkg syscall (freebsd-amd64), const IPPROTO_BLT = 30 +pkg syscall (freebsd-amd64), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-amd64), const IPPROTO_CARP = 112 +pkg syscall (freebsd-amd64), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-amd64), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-amd64), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-amd64), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-amd64), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-amd64), const IPPROTO_DDP = 37 +pkg syscall (freebsd-amd64), const IPPROTO_DGP = 86 +pkg syscall (freebsd-amd64), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-amd64), const IPPROTO_DONE = 257 +pkg syscall (freebsd-amd64), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-amd64), const IPPROTO_EGP = 8 +pkg syscall (freebsd-amd64), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-amd64), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-amd64), const IPPROTO_EON = 80 +pkg syscall (freebsd-amd64), const IPPROTO_ESP = 50 +pkg syscall (freebsd-amd64), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-amd64), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-amd64), const IPPROTO_GGP = 3 +pkg syscall (freebsd-amd64), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-amd64), const IPPROTO_GRE = 47 +pkg syscall (freebsd-amd64), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-amd64), const IPPROTO_HMP = 20 +pkg syscall (freebsd-amd64), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-amd64), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-amd64), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-amd64), const IPPROTO_IDP = 22 +pkg syscall (freebsd-amd64), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-amd64), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-amd64), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-amd64), const IPPROTO_IGP = 85 +pkg syscall (freebsd-amd64), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-amd64), const IPPROTO_IL = 40 +pkg syscall (freebsd-amd64), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-amd64), const IPPROTO_INP = 32 +pkg syscall (freebsd-amd64), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-amd64), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-amd64), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-amd64), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-amd64), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-amd64), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-amd64), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-amd64), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-amd64), const IPPROTO_LARP = 91 +pkg syscall (freebsd-amd64), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-amd64), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-amd64), const IPPROTO_MAX = 256 +pkg syscall (freebsd-amd64), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-amd64), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-amd64), const IPPROTO_MH = 135 +pkg syscall (freebsd-amd64), const IPPROTO_MH ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-amd64), const IPPROTO_MICP = 95 +pkg syscall (freebsd-amd64), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-amd64), const IPPROTO_MTP = 92 +pkg syscall (freebsd-amd64), const IPPROTO_MUX = 18 +pkg syscall (freebsd-amd64), const IPPROTO_ND = 77 +pkg syscall (freebsd-amd64), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-amd64), const IPPROTO_NONE = 59 +pkg syscall (freebsd-amd64), const IPPROTO_NSP = 31 +pkg syscall (freebsd-amd64), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-amd64), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-amd64), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-amd64), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-amd64), const IPPROTO_PGM = 113 +pkg syscall (freebsd-amd64), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-amd64), const IPPROTO_PIM = 103 +pkg syscall (freebsd-amd64), const IPPROTO_PRM = 21 +pkg syscall (freebsd-amd64), const IPPROTO_PUP = 12 +pkg syscall (freebsd-amd64), const IPPROTO_PVP = 75 +pkg syscall (freebsd-amd64), const IPPROTO_RAW = 255 +pkg syscall (freebsd-amd64), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-amd64), const IPPROTO_RDP = 27 +pkg syscall (freebsd-amd64), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-amd64), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-amd64), const IPPROTO_RVD = 66 +pkg syscall (freebsd-amd64), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-amd64), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-amd64), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-amd64), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-amd64), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-amd64), const IPPROTO_SEND = 259 +pkg syscall (freebsd-amd64), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SEP = 33 +pkg syscall (freebsd-amd64), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-amd64), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-amd64), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-amd64), const IPPROTO_ST = 7 +pkg syscall (freebsd-amd64), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-amd64), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-amd64), const IPPROTO_TCF = 87 +pkg syscall (freebsd-amd64), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-amd64), const IPPROTO_TP = 29 +pkg syscall (freebsd-amd64), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-amd64), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-amd64), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-amd64), const IPPROTO_TTP = 84 +pkg syscall (freebsd-amd64), const IPPROTO_VINES = 83 +pkg syscall (freebsd-amd64), const IPPROTO_VISA = 70 +pkg syscall (freebsd-amd64), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-amd64), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-amd64), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-amd64), const IPPROTO_WSN = 74 +pkg syscall (freebsd-amd64), const IPPROTO_XNET = 15 +pkg syscall (freebsd-amd64), const IPPROTO_XTP = 36 +pkg syscall (freebsd-amd64), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-amd64), const IPV6_BINDANY = 64 +pkg syscall (freebsd-amd64), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-amd64), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-amd64), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-amd64), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-amd64), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-amd64), const IPV6_FAITH = 29 +pkg syscall (freebsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-amd64), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-amd64), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-amd64), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-amd64), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-amd64), const IPV6_FW_GET = 34 +pkg syscall (freebsd-amd64), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-amd64), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-amd64), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-amd64), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-amd64), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-amd64), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-amd64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-amd64), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-amd64), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-amd64), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-amd64), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-amd64), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-amd64), const IPV6_MMTU = 1280 +pkg syscall (freebsd-amd64), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-amd64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-amd64), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-amd64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-amd64), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-amd64), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-amd64), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-amd64), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-amd64), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-amd64), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-amd64), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-amd64), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-amd64), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-amd64), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-amd64), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-amd64), const IPV6_RTHDR = 51 +pkg syscall (freebsd-amd64), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-amd64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-amd64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-amd64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-amd64), const IPV6_TCLASS = 61 +pkg syscall (freebsd-amd64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-amd64), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-amd64), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-amd64), const IPV6_VERSION = 96 +pkg syscall (freebsd-amd64), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-amd64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-amd64), const IP_BINDANY = 24 +pkg syscall (freebsd-amd64), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-amd64), const IP_DF = 16384 +pkg syscall (freebsd-amd64), const IP_DONTFRAG = 67 +pkg syscall (freebsd-amd64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-amd64), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-amd64), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-amd64), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-amd64), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-amd64), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-amd64), const IP_FAITH = 22 +pkg syscall (freebsd-amd64), const IP_FW3 = 48 +pkg syscall (freebsd-amd64), const IP_FW_ADD = 50 +pkg syscall (freebsd-amd64), const IP_FW_DEL = 51 +pkg syscall (freebsd-amd64), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-amd64), const IP_FW_GET = 54 +pkg syscall (freebsd-amd64), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-amd64), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-amd64), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-amd64), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-amd64), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-amd64), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-amd64), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-amd64), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-amd64), const IP_FW_ZERO = 53 +pkg syscall (freebsd-amd64), const IP_HDRINCL = 2 +pkg syscall (freebsd-amd64), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-amd64), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-amd64), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-amd64), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-amd64), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-amd64), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-amd64), const IP_MF = 8192 +pkg syscall (freebsd-amd64), const IP_MINTTL = 66 +pkg syscall (freebsd-amd64), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-amd64), const IP_MSFILTER = 74 +pkg syscall (freebsd-amd64), const IP_MSS = 576 +pkg syscall (freebsd-amd64), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-amd64), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-amd64), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-amd64), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-amd64), const IP_OFFMASK = 8191 +pkg syscall (freebsd-amd64), const IP_ONESBCAST = 23 +pkg syscall (freebsd-amd64), const IP_OPTIONS = 1 +pkg syscall (freebsd-amd64), const IP_PORTRANGE = 19 +pkg syscall (freebsd-amd64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-amd64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-amd64), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-amd64), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-amd64), const IP_RECVIF = 20 +pkg syscall (freebsd-amd64), const IP_RECVOPTS = 5 +pkg syscall (freebsd-amd64), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-amd64), const IP_RECVTOS = 68 +pkg syscall (freebsd-amd64), const IP_RECVTOS ideal-int +pkg syscall (freebsd-amd64), const IP_RECVTTL = 65 +pkg syscall (freebsd-amd64), const IP_RETOPTS = 8 +pkg syscall (freebsd-amd64), const IP_RF = 32768 +pkg syscall (freebsd-amd64), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-amd64), const IP_RSVP_ON = 15 +pkg syscall (freebsd-amd64), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-amd64), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-amd64), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-amd64), const IP_TOS = 3 +pkg syscall (freebsd-amd64), const IP_TTL = 4 +pkg syscall (freebsd-amd64), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-amd64), const ISIG = 128 +pkg syscall (freebsd-amd64), const ISIG ideal-int +pkg syscall (freebsd-amd64), const ISTRIP = 32 +pkg syscall (freebsd-amd64), const ISTRIP ideal-int +pkg syscall (freebsd-amd64), const IXANY = 2048 +pkg syscall (freebsd-amd64), const IXANY ideal-int +pkg syscall (freebsd-amd64), const IXOFF = 1024 +pkg syscall (freebsd-amd64), const IXOFF ideal-int +pkg syscall (freebsd-amd64), const IXON = 512 +pkg syscall (freebsd-amd64), const IXON ideal-int +pkg syscall (freebsd-amd64), const ImplementsGetwd = false +pkg syscall (freebsd-amd64), const LOCK_EX = 2 +pkg syscall (freebsd-amd64), const LOCK_NB = 4 +pkg syscall (freebsd-amd64), const LOCK_SH = 1 +pkg syscall (freebsd-amd64), const LOCK_UN = 8 +pkg syscall (freebsd-amd64), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-amd64), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-amd64), const MADV_CORE = 9 +pkg syscall (freebsd-amd64), const MADV_CORE ideal-int +pkg syscall (freebsd-amd64), const MADV_DONTNEED = 4 +pkg syscall (freebsd-amd64), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-amd64), const MADV_FREE = 5 +pkg syscall (freebsd-amd64), const MADV_FREE ideal-int +pkg syscall (freebsd-amd64), const MADV_NOCORE = 8 +pkg syscall (freebsd-amd64), const MADV_NOCORE ideal-int +pkg syscall (freebsd-amd64), const MADV_NORMAL = 0 +pkg syscall (freebsd-amd64), const MADV_NORMAL ideal-int +pkg syscall (freebsd-amd64), const MADV_NOSYNC = 6 +pkg syscall (freebsd-amd64), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-amd64), const MADV_PROTECT = 10 +pkg syscall (freebsd-amd64), const MADV_PROTECT ideal-int +pkg syscall (freebsd-amd64), const MADV_RANDOM = 1 +pkg syscall (freebsd-amd64), const MADV_RANDOM ideal-int +pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-amd64), const MADV_WILLNEED = 3 +pkg syscall (freebsd-amd64), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-amd64), const MAP_ANON = 4096 +pkg syscall (freebsd-amd64), const MAP_ANON ideal-int +pkg syscall (freebsd-amd64), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-amd64), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-amd64), const MAP_COPY = 2 +pkg syscall (freebsd-amd64), const MAP_COPY ideal-int +pkg syscall (freebsd-amd64), const MAP_FILE = 0 +pkg syscall (freebsd-amd64), const MAP_FILE ideal-int +pkg syscall (freebsd-amd64), const MAP_FIXED = 16 +pkg syscall (freebsd-amd64), const MAP_FIXED ideal-int +pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-amd64), const MAP_NOCORE = 131072 +pkg syscall (freebsd-amd64), const MAP_NOCORE ideal-int +pkg syscall (freebsd-amd64), const MAP_NORESERVE = 64 +pkg syscall (freebsd-amd64), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-amd64), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-amd64), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-amd64), const MAP_PRIVATE = 2 +pkg syscall (freebsd-amd64), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-amd64), const MAP_RENAME = 32 +pkg syscall (freebsd-amd64), const MAP_RENAME ideal-int +pkg syscall (freebsd-amd64), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-amd64), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-amd64), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-amd64), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-amd64), const MAP_SHARED = 1 +pkg syscall (freebsd-amd64), const MAP_SHARED ideal-int +pkg syscall (freebsd-amd64), const MAP_STACK = 1024 +pkg syscall (freebsd-amd64), const MAP_STACK ideal-int +pkg syscall (freebsd-amd64), const MCL_CURRENT = 1 +pkg syscall (freebsd-amd64), const MCL_CURRENT ideal-int +pkg syscall (freebsd-amd64), const MCL_FUTURE = 2 +pkg syscall (freebsd-amd64), const MCL_FUTURE ideal-int +pkg syscall (freebsd-amd64), const MSG_COMPAT = 32768 +pkg syscall (freebsd-amd64), const MSG_CTRUNC = 32 +pkg syscall (freebsd-amd64), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-amd64), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-amd64), const MSG_EOF = 256 +pkg syscall (freebsd-amd64), const MSG_EOR = 8 +pkg syscall (freebsd-amd64), const MSG_NBIO = 16384 +pkg syscall (freebsd-amd64), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-amd64), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-amd64), const MSG_OOB = 1 +pkg syscall (freebsd-amd64), const MSG_PEEK = 2 +pkg syscall (freebsd-amd64), const MSG_TRUNC = 16 +pkg syscall (freebsd-amd64), const MSG_WAITALL = 64 +pkg syscall (freebsd-amd64), const MS_ASYNC = 1 +pkg syscall (freebsd-amd64), const MS_ASYNC ideal-int +pkg syscall (freebsd-amd64), const MS_INVALIDATE = 2 +pkg syscall (freebsd-amd64), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-amd64), const MS_SYNC = 0 +pkg syscall (freebsd-amd64), const MS_SYNC ideal-int +pkg syscall (freebsd-amd64), const NET_RT_DUMP = 1 +pkg syscall (freebsd-amd64), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-amd64), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-amd64), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-amd64), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-amd64), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-amd64), const NET_RT_MAXID = 6 +pkg syscall (freebsd-amd64), const NOFLSH = 2147483648 +pkg syscall (freebsd-amd64), const NOFLSH ideal-int +pkg syscall (freebsd-amd64), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-amd64), const NOTE_CHILD = 4 +pkg syscall (freebsd-amd64), const NOTE_DELETE = 1 +pkg syscall (freebsd-amd64), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-amd64), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-amd64), const NOTE_EXTEND = 4 +pkg syscall (freebsd-amd64), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-amd64), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-amd64), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-amd64), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-amd64), const NOTE_FFNOP = 0 +pkg syscall (freebsd-amd64), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-amd64), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-amd64), const NOTE_LINK = 16 +pkg syscall (freebsd-amd64), const NOTE_LOWAT = 1 +pkg syscall (freebsd-amd64), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-amd64), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-amd64), const NOTE_RENAME = 32 +pkg syscall (freebsd-amd64), const NOTE_REVOKE = 64 +pkg syscall (freebsd-amd64), const NOTE_TRACK = 1 +pkg syscall (freebsd-amd64), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-amd64), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-amd64), const NOTE_WRITE = 2 +pkg syscall (freebsd-amd64), const OCRNL = 16 +pkg syscall (freebsd-amd64), const OCRNL ideal-int +pkg syscall (freebsd-amd64), const ONLCR = 2 +pkg syscall (freebsd-amd64), const ONLCR ideal-int +pkg syscall (freebsd-amd64), const ONLRET = 64 +pkg syscall (freebsd-amd64), const ONLRET ideal-int +pkg syscall (freebsd-amd64), const ONOCR = 32 +pkg syscall (freebsd-amd64), const ONOCR ideal-int +pkg syscall (freebsd-amd64), const ONOEOT = 8 +pkg syscall (freebsd-amd64), const ONOEOT ideal-int +pkg syscall (freebsd-amd64), const OPOST = 1 +pkg syscall (freebsd-amd64), const OPOST ideal-int +pkg syscall (freebsd-amd64), const O_ACCMODE = 3 +pkg syscall (freebsd-amd64), const O_APPEND = 8 +pkg syscall (freebsd-amd64), const O_ASYNC = 64 +pkg syscall (freebsd-amd64), const O_CLOEXEC = 0 +pkg syscall (freebsd-amd64), const O_CREAT = 512 +pkg syscall (freebsd-amd64), const O_DIRECT = 65536 +pkg syscall (freebsd-amd64), const O_DIRECTORY = 131072 +pkg syscall (freebsd-amd64), const O_EXCL = 2048 +pkg syscall (freebsd-amd64), const O_EXEC = 262144 +pkg syscall (freebsd-amd64), const O_EXLOCK = 32 +pkg syscall (freebsd-amd64), const O_FSYNC = 128 +pkg syscall (freebsd-amd64), const O_NDELAY = 4 +pkg syscall (freebsd-amd64), const O_NOCTTY = 32768 +pkg syscall (freebsd-amd64), const O_NOFOLLOW = 256 +pkg syscall (freebsd-amd64), const O_NONBLOCK = 4 +pkg syscall (freebsd-amd64), const O_SHLOCK = 16 +pkg syscall (freebsd-amd64), const O_SYNC = 128 +pkg syscall (freebsd-amd64), const O_TRUNC = 1024 +pkg syscall (freebsd-amd64), const O_TTY_INIT = 524288 +pkg syscall (freebsd-amd64), const PARENB = 4096 +pkg syscall (freebsd-amd64), const PARENB ideal-int +pkg syscall (freebsd-amd64), const PARMRK = 8 +pkg syscall (freebsd-amd64), const PARMRK ideal-int +pkg syscall (freebsd-amd64), const PARODD = 8192 +pkg syscall (freebsd-amd64), const PARODD ideal-int +pkg syscall (freebsd-amd64), const PENDIN = 536870912 +pkg syscall (freebsd-amd64), const PENDIN ideal-int +pkg syscall (freebsd-amd64), const PROT_EXEC = 4 +pkg syscall (freebsd-amd64), const PROT_EXEC ideal-int +pkg syscall (freebsd-amd64), const PROT_NONE = 0 +pkg syscall (freebsd-amd64), const PROT_NONE ideal-int +pkg syscall (freebsd-amd64), const PROT_READ = 1 +pkg syscall (freebsd-amd64), const PROT_READ ideal-int +pkg syscall (freebsd-amd64), const PROT_WRITE = 2 +pkg syscall (freebsd-amd64), const PROT_WRITE ideal-int +pkg syscall (freebsd-amd64), const PTRACE_CONT = 7 +pkg syscall (freebsd-amd64), const PTRACE_KILL = 8 +pkg syscall (freebsd-amd64), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-amd64), const RLIMIT_AS = 10 +pkg syscall (freebsd-amd64), const RLIMIT_CORE = 4 +pkg syscall (freebsd-amd64), const RLIMIT_CPU = 0 +pkg syscall (freebsd-amd64), const RLIMIT_DATA = 2 +pkg syscall (freebsd-amd64), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-amd64), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-amd64), const RLIMIT_STACK = 3 +pkg syscall (freebsd-amd64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-amd64), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-amd64), const RTAX_BRD = 7 +pkg syscall (freebsd-amd64), const RTAX_DST = 0 +pkg syscall (freebsd-amd64), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-amd64), const RTAX_GENMASK = 3 +pkg syscall (freebsd-amd64), const RTAX_IFA = 5 +pkg syscall (freebsd-amd64), const RTAX_IFP = 4 +pkg syscall (freebsd-amd64), const RTAX_MAX = 8 +pkg syscall (freebsd-amd64), const RTAX_NETMASK = 2 +pkg syscall (freebsd-amd64), const RTA_AUTHOR = 64 +pkg syscall (freebsd-amd64), const RTA_BRD = 128 +pkg syscall (freebsd-amd64), const RTA_DST = 1 +pkg syscall (freebsd-amd64), const RTA_GATEWAY = 2 +pkg syscall (freebsd-amd64), const RTA_GENMASK = 8 +pkg syscall (freebsd-amd64), const RTA_IFA = 32 +pkg syscall (freebsd-amd64), const RTA_IFP = 16 +pkg syscall (freebsd-amd64), const RTA_NETMASK = 4 +pkg syscall (freebsd-amd64), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-amd64), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-amd64), const RTF_DONE = 64 +pkg syscall (freebsd-amd64), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-amd64), const RTF_FMASK = 268752904 +pkg syscall (freebsd-amd64), const RTF_GATEWAY = 2 +pkg syscall (freebsd-amd64), const RTF_HOST = 4 +pkg syscall (freebsd-amd64), const RTF_LLDATA = 1024 +pkg syscall (freebsd-amd64), const RTF_LLINFO = 1024 +pkg syscall (freebsd-amd64), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-amd64), const RTF_MODIFIED = 32 +pkg syscall (freebsd-amd64), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-amd64), const RTF_PINNED = 1048576 +pkg syscall (freebsd-amd64), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-amd64), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-amd64), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-amd64), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-amd64), const RTF_REJECT = 8 +pkg syscall (freebsd-amd64), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-amd64), const RTF_STATIC = 2048 +pkg syscall (freebsd-amd64), const RTF_STICKY = 268435456 +pkg syscall (freebsd-amd64), const RTF_UP = 1 +pkg syscall (freebsd-amd64), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-amd64), const RTM_ADD = 1 +pkg syscall (freebsd-amd64), const RTM_CHANGE = 3 +pkg syscall (freebsd-amd64), const RTM_DELADDR = 13 +pkg syscall (freebsd-amd64), const RTM_DELETE = 2 +pkg syscall (freebsd-amd64), const RTM_DELMADDR = 16 +pkg syscall (freebsd-amd64), const RTM_GET = 4 +pkg syscall (freebsd-amd64), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-amd64), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-amd64), const RTM_IFINFO = 14 +pkg syscall (freebsd-amd64), const RTM_LOCK = 8 +pkg syscall (freebsd-amd64), const RTM_LOSING = 5 +pkg syscall (freebsd-amd64), const RTM_MISS = 7 +pkg syscall (freebsd-amd64), const RTM_NEWADDR = 12 +pkg syscall (freebsd-amd64), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-amd64), const RTM_OLDADD = 9 +pkg syscall (freebsd-amd64), const RTM_OLDDEL = 10 +pkg syscall (freebsd-amd64), const RTM_REDIRECT = 6 +pkg syscall (freebsd-amd64), const RTM_RESOLVE = 11 +pkg syscall (freebsd-amd64), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-amd64), const RTM_VERSION = 5 +pkg syscall (freebsd-amd64), const RTV_EXPIRE = 4 +pkg syscall (freebsd-amd64), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-amd64), const RTV_MTU = 1 +pkg syscall (freebsd-amd64), const RTV_RPIPE = 8 +pkg syscall (freebsd-amd64), const RTV_RTT = 64 +pkg syscall (freebsd-amd64), const RTV_RTTVAR = 128 +pkg syscall (freebsd-amd64), const RTV_SPIPE = 16 +pkg syscall (freebsd-amd64), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-amd64), const RTV_WEIGHT = 256 +pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-amd64), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-amd64), const RUSAGE_SELF = 0 +pkg syscall (freebsd-amd64), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-amd64), const SCM_BINTIME = 4 +pkg syscall (freebsd-amd64), const SCM_CREDS = 3 +pkg syscall (freebsd-amd64), const SCM_RIGHTS = 1 +pkg syscall (freebsd-amd64), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-amd64), const SIGBUS = 10 +pkg syscall (freebsd-amd64), const SIGCHLD = 20 +pkg syscall (freebsd-amd64), const SIGCONT = 19 +pkg syscall (freebsd-amd64), const SIGEMT = 7 +pkg syscall (freebsd-amd64), const SIGINFO = 29 +pkg syscall (freebsd-amd64), const SIGIO = 23 +pkg syscall (freebsd-amd64), const SIGIOT = 6 +pkg syscall (freebsd-amd64), const SIGLWP = 32 +pkg syscall (freebsd-amd64), const SIGPROF = 27 +pkg syscall (freebsd-amd64), const SIGSTOP = 17 +pkg syscall (freebsd-amd64), const SIGSYS = 12 +pkg syscall (freebsd-amd64), const SIGTHR = 32 +pkg syscall (freebsd-amd64), const SIGTSTP = 18 +pkg syscall (freebsd-amd64), const SIGTTIN = 21 +pkg syscall (freebsd-amd64), const SIGTTOU = 22 +pkg syscall (freebsd-amd64), const SIGURG = 16 +pkg syscall (freebsd-amd64), const SIGUSR1 = 30 +pkg syscall (freebsd-amd64), const SIGUSR2 = 31 +pkg syscall (freebsd-amd64), const SIGVTALRM = 26 +pkg syscall (freebsd-amd64), const SIGWINCH = 28 +pkg syscall (freebsd-amd64), const SIGXCPU = 24 +pkg syscall (freebsd-amd64), const SIGXFSZ = 25 +pkg syscall (freebsd-amd64), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-amd64), const SIOCADDRT = 2151707146 +pkg syscall (freebsd-amd64), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-amd64), const SIOCAIFGROUP = 2150132103 +pkg syscall (freebsd-amd64), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-amd64), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-amd64), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-amd64), const SIOCDELRT = 2151707147 +pkg syscall (freebsd-amd64), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-amd64), const SIOCDIFGROUP = 2150132105 +pkg syscall (freebsd-amd64), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-amd64), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-amd64), const SIOCGDRVSPEC = 3223873915 +pkg syscall (freebsd-amd64), const SIOCGETSGCNT = 3223351824 +pkg syscall (freebsd-amd64), const SIOCGETVIFCNT = 3223876111 +pkg syscall (freebsd-amd64), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-amd64), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-amd64), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-amd64), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-amd64), const SIOCGIFCONF = 3222300964 +pkg syscall (freebsd-amd64), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-amd64), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-amd64), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-amd64), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-amd64), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-amd64), const SIOCGIFGMEMB = 3223873930 +pkg syscall (freebsd-amd64), const SIOCGIFGROUP = 3223873928 +pkg syscall (freebsd-amd64), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-amd64), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-amd64), const SIOCGIFMEDIA = 3224398136 +pkg syscall (freebsd-amd64), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-amd64), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-amd64), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-amd64), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-amd64), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-amd64), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-amd64), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-amd64), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-amd64), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-amd64), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-amd64), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-amd64), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-amd64), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-amd64), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-amd64), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-amd64), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-amd64), const SIOCIFGCLONERS = 3222301048 +pkg syscall (freebsd-amd64), const SIOCSDRVSPEC = 2150132091 +pkg syscall (freebsd-amd64), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-amd64), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-amd64), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-amd64), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-amd64), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-amd64), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-amd64), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-amd64), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-amd64), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-amd64), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-amd64), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-amd64), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-amd64), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-amd64), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-amd64), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-amd64), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-amd64), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-amd64), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-amd64), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-amd64), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-amd64), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-amd64), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-amd64), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-amd64), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-amd64), const SOCK_RDM = 4 +pkg syscall (freebsd-amd64), const SOL_SOCKET = 65535 +pkg syscall (freebsd-amd64), const SOMAXCONN = 128 +pkg syscall (freebsd-amd64), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-amd64), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-amd64), const SO_BINTIME = 8192 +pkg syscall (freebsd-amd64), const SO_BROADCAST = 32 +pkg syscall (freebsd-amd64), const SO_DEBUG = 1 +pkg syscall (freebsd-amd64), const SO_DONTROUTE = 16 +pkg syscall (freebsd-amd64), const SO_ERROR = 4103 +pkg syscall (freebsd-amd64), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-amd64), const SO_LABEL = 4105 +pkg syscall (freebsd-amd64), const SO_LINGER = 128 +pkg syscall (freebsd-amd64), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-amd64), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-amd64), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-amd64), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-amd64), const SO_NO_DDP = 32768 +pkg syscall (freebsd-amd64), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-amd64), const SO_OOBINLINE = 256 +pkg syscall (freebsd-amd64), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-amd64), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-amd64), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-amd64), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-amd64), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-amd64), const SO_RCVBUF = 4098 +pkg syscall (freebsd-amd64), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-amd64), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-amd64), const SO_REUSEADDR = 4 +pkg syscall (freebsd-amd64), const SO_REUSEPORT = 512 +pkg syscall (freebsd-amd64), const SO_SETFIB = 4116 +pkg syscall (freebsd-amd64), const SO_SNDBUF = 4097 +pkg syscall (freebsd-amd64), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-amd64), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-amd64), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-amd64), const SO_TYPE = 4104 +pkg syscall (freebsd-amd64), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-amd64), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-amd64), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-amd64), const SYS_ABORT2 = 463 +pkg syscall (freebsd-amd64), const SYS_ACCEPT = 30 +pkg syscall (freebsd-amd64), const SYS_ACCESS = 33 +pkg syscall (freebsd-amd64), const SYS_ACCT = 51 +pkg syscall (freebsd-amd64), const SYS_ADJTIME = 140 +pkg syscall (freebsd-amd64), const SYS_AUDIT = 445 +pkg syscall (freebsd-amd64), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-amd64), const SYS_AUDITON = 446 +pkg syscall (freebsd-amd64), const SYS_BIND = 104 +pkg syscall (freebsd-amd64), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-amd64), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-amd64), const SYS_CAP_GETRIGHTS = 515 +pkg syscall (freebsd-amd64), const SYS_CAP_NEW = 514 +pkg syscall (freebsd-amd64), const SYS_CHDIR = 12 +pkg syscall (freebsd-amd64), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-amd64), const SYS_CHMOD = 15 +pkg syscall (freebsd-amd64), const SYS_CHOWN = 16 +pkg syscall (freebsd-amd64), const SYS_CHROOT = 61 +pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-amd64), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-amd64), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-amd64), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-amd64), const SYS_CLOSE = 6 +pkg syscall (freebsd-amd64), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-amd64), const SYS_CONNECT = 98 +pkg syscall (freebsd-amd64), const SYS_CPUSET = 484 +pkg syscall (freebsd-amd64), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-amd64), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-amd64), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-amd64), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-amd64), const SYS_DUP = 41 +pkg syscall (freebsd-amd64), const SYS_DUP2 = 90 +pkg syscall (freebsd-amd64), const SYS_EACCESS = 376 +pkg syscall (freebsd-amd64), const SYS_EXECVE = 59 +pkg syscall (freebsd-amd64), const SYS_EXIT = 1 +pkg syscall (freebsd-amd64), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-amd64), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-amd64), const SYS_FCHDIR = 13 +pkg syscall (freebsd-amd64), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-amd64), const SYS_FCHMOD = 124 +pkg syscall (freebsd-amd64), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-amd64), const SYS_FCHOWN = 123 +pkg syscall (freebsd-amd64), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-amd64), const SYS_FCNTL = 92 +pkg syscall (freebsd-amd64), const SYS_FEXECVE = 492 +pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-amd64), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-amd64), const SYS_FHOPEN = 298 +pkg syscall (freebsd-amd64), const SYS_FHSTAT = 299 +pkg syscall (freebsd-amd64), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-amd64), const SYS_FLOCK = 131 +pkg syscall (freebsd-amd64), const SYS_FORK = 2 +pkg syscall (freebsd-amd64), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_FTRUNCATE = 201 +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_LSEEK = 199 +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_MMAP = 197 +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PREAD = 173 +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PWRITE = 174 +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_TRUNCATE = 200 +pkg syscall (freebsd-amd64), const SYS_FSTAT = 189 +pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493 +pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397 +pkg syscall (freebsd-amd64), const SYS_FSYNC = 95 +pkg syscall (freebsd-amd64), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-amd64), const SYS_FUTIMES = 206 +pkg syscall (freebsd-amd64), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-amd64), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-amd64), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-amd64), const SYS_GETAUID = 447 +pkg syscall (freebsd-amd64), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-amd64), const SYS_GETDENTS = 272 +pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-amd64), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-amd64), const SYS_GETEGID = 43 +pkg syscall (freebsd-amd64), const SYS_GETEUID = 25 +pkg syscall (freebsd-amd64), const SYS_GETFH = 161 +pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-amd64), const SYS_GETGID = 47 +pkg syscall (freebsd-amd64), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-amd64), const SYS_GETITIMER = 86 +pkg syscall (freebsd-amd64), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-amd64), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-amd64), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-amd64), const SYS_GETPGID = 207 +pkg syscall (freebsd-amd64), const SYS_GETPGRP = 81 +pkg syscall (freebsd-amd64), const SYS_GETPID = 20 +pkg syscall (freebsd-amd64), const SYS_GETPPID = 39 +pkg syscall (freebsd-amd64), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-amd64), const SYS_GETRESGID = 361 +pkg syscall (freebsd-amd64), const SYS_GETRESUID = 360 +pkg syscall (freebsd-amd64), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-amd64), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-amd64), const SYS_GETSID = 310 +pkg syscall (freebsd-amd64), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-amd64), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-amd64), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-amd64), const SYS_GETUID = 24 +pkg syscall (freebsd-amd64), const SYS_IOCTL = 54 +pkg syscall (freebsd-amd64), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-amd64), const SYS_JAIL = 338 +pkg syscall (freebsd-amd64), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-amd64), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-amd64), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-amd64), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-amd64), const SYS_KENV = 390 +pkg syscall (freebsd-amd64), const SYS_KEVENT = 363 +pkg syscall (freebsd-amd64), const SYS_KILL = 37 +pkg syscall (freebsd-amd64), const SYS_KLDFIND = 306 +pkg syscall (freebsd-amd64), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-amd64), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-amd64), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-amd64), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-amd64), const SYS_KLDSYM = 337 +pkg syscall (freebsd-amd64), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-amd64), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-amd64), const SYS_KQUEUE = 362 +pkg syscall (freebsd-amd64), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-amd64), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-amd64), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-amd64), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-amd64), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-amd64), const SYS_KTRACE = 45 +pkg syscall (freebsd-amd64), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-amd64), const SYS_LCHMOD = 274 +pkg syscall (freebsd-amd64), const SYS_LCHOWN = 254 +pkg syscall (freebsd-amd64), const SYS_LGETFH = 160 +pkg syscall (freebsd-amd64), const SYS_LINK = 9 +pkg syscall (freebsd-amd64), const SYS_LINKAT = 495 +pkg syscall (freebsd-amd64), const SYS_LISTEN = 106 +pkg syscall (freebsd-amd64), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-amd64), const SYS_LSEEK = 478 +pkg syscall (freebsd-amd64), const SYS_LSTAT = 190 +pkg syscall (freebsd-amd64), const SYS_LUTIMES = 276 +pkg syscall (freebsd-amd64), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-amd64), const SYS_MADVISE = 75 +pkg syscall (freebsd-amd64), const SYS_MINCORE = 78 +pkg syscall (freebsd-amd64), const SYS_MINHERIT = 250 +pkg syscall (freebsd-amd64), const SYS_MKDIR = 136 +pkg syscall (freebsd-amd64), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-amd64), const SYS_MKFIFO = 132 +pkg syscall (freebsd-amd64), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-amd64), const SYS_MKNOD = 14 +pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498 +pkg syscall (freebsd-amd64), const SYS_MLOCK = 203 +pkg syscall (freebsd-amd64), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-amd64), const SYS_MMAP = 477 +pkg syscall (freebsd-amd64), const SYS_MODFIND = 303 +pkg syscall (freebsd-amd64), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-amd64), const SYS_MODNEXT = 300 +pkg syscall (freebsd-amd64), const SYS_MODSTAT = 301 +pkg syscall (freebsd-amd64), const SYS_MOUNT = 21 +pkg syscall (freebsd-amd64), const SYS_MPROTECT = 74 +pkg syscall (freebsd-amd64), const SYS_MSYNC = 65 +pkg syscall (freebsd-amd64), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-amd64), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-amd64), const SYS_MUNMAP = 73 +pkg syscall (freebsd-amd64), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-amd64), const SYS_NFSTAT = 279 +pkg syscall (freebsd-amd64), const SYS_NLSTAT = 280 +pkg syscall (freebsd-amd64), const SYS_NMOUNT = 378 +pkg syscall (freebsd-amd64), const SYS_NSTAT = 278 +pkg syscall (freebsd-amd64), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-amd64), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-amd64), const SYS_OBREAK = 17 +pkg syscall (freebsd-amd64), const SYS_OPEN = 5 +pkg syscall (freebsd-amd64), const SYS_OPENAT = 499 +pkg syscall (freebsd-amd64), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-amd64), const SYS_OVADVISE = 72 +pkg syscall (freebsd-amd64), const SYS_PATHCONF = 191 +pkg syscall (freebsd-amd64), const SYS_PDFORK = 518 +pkg syscall (freebsd-amd64), const SYS_PDGETPID = 520 +pkg syscall (freebsd-amd64), const SYS_PDKILL = 519 +pkg syscall (freebsd-amd64), const SYS_PIPE = 42 +pkg syscall (freebsd-amd64), const SYS_POLL = 209 +pkg syscall (freebsd-amd64), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-amd64), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-amd64), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-amd64), const SYS_PREAD = 475 +pkg syscall (freebsd-amd64), const SYS_PREADV = 289 +pkg syscall (freebsd-amd64), const SYS_PROFIL = 44 +pkg syscall (freebsd-amd64), const SYS_PSELECT = 522 +pkg syscall (freebsd-amd64), const SYS_PTRACE = 26 +pkg syscall (freebsd-amd64), const SYS_PWRITE = 476 +pkg syscall (freebsd-amd64), const SYS_PWRITEV = 290 +pkg syscall (freebsd-amd64), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-amd64), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-amd64), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-amd64), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-amd64), const SYS_READ = 3 +pkg syscall (freebsd-amd64), const SYS_READLINK = 58 +pkg syscall (freebsd-amd64), const SYS_READLINKAT = 500 +pkg syscall (freebsd-amd64), const SYS_READV = 120 +pkg syscall (freebsd-amd64), const SYS_REBOOT = 55 +pkg syscall (freebsd-amd64), const SYS_RECVFROM = 29 +pkg syscall (freebsd-amd64), const SYS_RECVMSG = 27 +pkg syscall (freebsd-amd64), const SYS_RENAME = 128 +pkg syscall (freebsd-amd64), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-amd64), const SYS_REVOKE = 56 +pkg syscall (freebsd-amd64), const SYS_RFORK = 251 +pkg syscall (freebsd-amd64), const SYS_RMDIR = 137 +pkg syscall (freebsd-amd64), const SYS_RTPRIO = 166 +pkg syscall (freebsd-amd64), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-amd64), const SYS_SBRK = 69 +pkg syscall (freebsd-amd64), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-amd64), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-amd64), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-amd64), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-amd64), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-amd64), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-amd64), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-amd64), const SYS_SELECT = 93 +pkg syscall (freebsd-amd64), const SYS_SENDFILE = 393 +pkg syscall (freebsd-amd64), const SYS_SENDMSG = 28 +pkg syscall (freebsd-amd64), const SYS_SENDTO = 133 +pkg syscall (freebsd-amd64), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-amd64), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-amd64), const SYS_SETAUID = 448 +pkg syscall (freebsd-amd64), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-amd64), const SYS_SETEGID = 182 +pkg syscall (freebsd-amd64), const SYS_SETEUID = 183 +pkg syscall (freebsd-amd64), const SYS_SETFIB = 175 +pkg syscall (freebsd-amd64), const SYS_SETGID = 181 +pkg syscall (freebsd-amd64), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-amd64), const SYS_SETITIMER = 83 +pkg syscall (freebsd-amd64), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-amd64), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-amd64), const SYS_SETPGID = 82 +pkg syscall (freebsd-amd64), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-amd64), const SYS_SETREGID = 127 +pkg syscall (freebsd-amd64), const SYS_SETRESGID = 312 +pkg syscall (freebsd-amd64), const SYS_SETRESUID = 311 +pkg syscall (freebsd-amd64), const SYS_SETREUID = 126 +pkg syscall (freebsd-amd64), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-amd64), const SYS_SETSID = 147 +pkg syscall (freebsd-amd64), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-amd64), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-amd64), const SYS_SETUID = 23 +pkg syscall (freebsd-amd64), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-amd64), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-amd64), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-amd64), const SYS_SIGACTION = 416 +pkg syscall (freebsd-amd64), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-amd64), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-amd64), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-amd64), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-amd64), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-amd64), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-amd64), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-amd64), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-amd64), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-amd64), const SYS_SOCKET = 97 +pkg syscall (freebsd-amd64), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-amd64), const SYS_SSTK = 70 +pkg syscall (freebsd-amd64), const SYS_STAT = 188 +pkg syscall (freebsd-amd64), const SYS_STATFS = 396 +pkg syscall (freebsd-amd64), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-amd64), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-amd64), const SYS_SWAPON = 85 +pkg syscall (freebsd-amd64), const SYS_SYMLINK = 57 +pkg syscall (freebsd-amd64), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-amd64), const SYS_SYNC = 36 +pkg syscall (freebsd-amd64), const SYS_SYSARCH = 165 +pkg syscall (freebsd-amd64), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-amd64), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-amd64), const SYS_THR_KILL = 433 +pkg syscall (freebsd-amd64), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-amd64), const SYS_THR_NEW = 455 +pkg syscall (freebsd-amd64), const SYS_THR_SELF = 432 +pkg syscall (freebsd-amd64), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-amd64), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-amd64), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-amd64), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-amd64), const SYS_UMASK = 60 +pkg syscall (freebsd-amd64), const SYS_UNDELETE = 205 +pkg syscall (freebsd-amd64), const SYS_UNLINK = 10 +pkg syscall (freebsd-amd64), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-amd64), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-amd64), const SYS_UTIMES = 138 +pkg syscall (freebsd-amd64), const SYS_UTRACE = 335 +pkg syscall (freebsd-amd64), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-amd64), const SYS_VFORK = 66 +pkg syscall (freebsd-amd64), const SYS_WAIT4 = 7 +pkg syscall (freebsd-amd64), const SYS_WAIT6 = 532 +pkg syscall (freebsd-amd64), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-amd64), const SYS_WRITE = 4 +pkg syscall (freebsd-amd64), const SYS_WRITEV = 121 +pkg syscall (freebsd-amd64), const SYS_YIELD = 321 +pkg syscall (freebsd-amd64), const SYS__UMTX_LOCK = 434 +pkg syscall (freebsd-amd64), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-amd64), const SYS__UMTX_UNLOCK = 435 +pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-amd64), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-amd64), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-amd64), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-amd64), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-amd64), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-amd64), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-amd64), const SYS___GETCWD = 326 +pkg syscall (freebsd-amd64), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-amd64), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-amd64), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-amd64), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-amd64), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-amd64), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-amd64), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-amd64), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-amd64), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-amd64), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-amd64), const SYS___SETUGID = 374 +pkg syscall (freebsd-amd64), const SYS___SYSCTL = 202 +pkg syscall (freebsd-amd64), const S_IFMT = 61440 +pkg syscall (freebsd-amd64), const SizeofBpfHdr = 32 +pkg syscall (freebsd-amd64), const SizeofBpfInsn = 8 +pkg syscall (freebsd-amd64), const SizeofBpfProgram = 16 +pkg syscall (freebsd-amd64), const SizeofBpfStat = 8 +pkg syscall (freebsd-amd64), const SizeofBpfVersion = 4 +pkg syscall (freebsd-amd64), const SizeofBpfZbuf = 24 +pkg syscall (freebsd-amd64), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-amd64), const SizeofCmsghdr = 12 +pkg syscall (freebsd-amd64), const SizeofIPMreq = 8 +pkg syscall (freebsd-amd64), const SizeofIPMreqn = 12 +pkg syscall (freebsd-amd64), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofIfData = 152 +pkg syscall (freebsd-amd64), const SizeofIfMsghdr = 168 +pkg syscall (freebsd-amd64), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-amd64), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-amd64), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-amd64), const SizeofLinger = 8 +pkg syscall (freebsd-amd64), const SizeofMsghdr = 48 +pkg syscall (freebsd-amd64), const SizeofRtMetrics = 112 +pkg syscall (freebsd-amd64), const SizeofRtMsghdr = 152 +pkg syscall (freebsd-amd64), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-amd64), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-amd64), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-amd64), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-amd64), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-amd64), const TCIFLUSH = 1 +pkg syscall (freebsd-amd64), const TCIFLUSH ideal-int +pkg syscall (freebsd-amd64), const TCIOFLUSH = 3 +pkg syscall (freebsd-amd64), const TCIOFLUSH ideal-int +pkg syscall (freebsd-amd64), const TCOFLUSH = 2 +pkg syscall (freebsd-amd64), const TCOFLUSH ideal-int +pkg syscall (freebsd-amd64), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-amd64), const TCP_CONGESTION = 64 +pkg syscall (freebsd-amd64), const TCP_INFO = 32 +pkg syscall (freebsd-amd64), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-amd64), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-amd64), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-amd64), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-amd64), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-amd64), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-amd64), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-amd64), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-amd64), const TCP_MAXBURST = 4 +pkg syscall (freebsd-amd64), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-amd64), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-amd64), const TCP_MAXSEG = 2 +pkg syscall (freebsd-amd64), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-amd64), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-amd64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-amd64), const TCP_MD5SIG = 16 +pkg syscall (freebsd-amd64), const TCP_MINMSS = 216 +pkg syscall (freebsd-amd64), const TCP_MSS = 536 +pkg syscall (freebsd-amd64), const TCP_NOOPT = 8 +pkg syscall (freebsd-amd64), const TCP_NOPUSH = 4 +pkg syscall (freebsd-amd64), const TCSAFLUSH = 2 +pkg syscall (freebsd-amd64), const TCSAFLUSH ideal-int +pkg syscall (freebsd-amd64), const TIOCCBRK = 536900730 +pkg syscall (freebsd-amd64), const TIOCCDTR = 536900728 +pkg syscall (freebsd-amd64), const TIOCCONS = 2147775586 +pkg syscall (freebsd-amd64), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-amd64), const TIOCEXCL = 536900621 +pkg syscall (freebsd-amd64), const TIOCEXT = 2147775584 +pkg syscall (freebsd-amd64), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-amd64), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-amd64), const TIOCGETA = 1076655123 +pkg syscall (freebsd-amd64), const TIOCGETD = 1074033690 +pkg syscall (freebsd-amd64), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-amd64), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-amd64), const TIOCGSID = 1074033763 +pkg syscall (freebsd-amd64), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-amd64), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-amd64), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-amd64), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-amd64), const TIOCMGET = 1074033770 +pkg syscall (freebsd-amd64), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-amd64), const TIOCMSET = 2147775597 +pkg syscall (freebsd-amd64), const TIOCM_CAR = 64 +pkg syscall (freebsd-amd64), const TIOCM_CD = 64 +pkg syscall (freebsd-amd64), const TIOCM_CTS = 32 +pkg syscall (freebsd-amd64), const TIOCM_DCD = 64 +pkg syscall (freebsd-amd64), const TIOCM_DSR = 256 +pkg syscall (freebsd-amd64), const TIOCM_DTR = 2 +pkg syscall (freebsd-amd64), const TIOCM_LE = 1 +pkg syscall (freebsd-amd64), const TIOCM_RI = 128 +pkg syscall (freebsd-amd64), const TIOCM_RNG = 128 +pkg syscall (freebsd-amd64), const TIOCM_RTS = 4 +pkg syscall (freebsd-amd64), const TIOCM_SR = 16 +pkg syscall (freebsd-amd64), const TIOCM_ST = 8 +pkg syscall (freebsd-amd64), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-amd64), const TIOCNXCL = 536900622 +pkg syscall (freebsd-amd64), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-amd64), const TIOCPKT = 2147775600 +pkg syscall (freebsd-amd64), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-amd64), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-amd64), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-amd64), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-amd64), const TIOCPKT_START = 8 +pkg syscall (freebsd-amd64), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-amd64), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-amd64), const TIOCSBRK = 536900731 +pkg syscall (freebsd-amd64), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-amd64), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-amd64), const TIOCSDTR = 536900729 +pkg syscall (freebsd-amd64), const TIOCSETA = 2150396948 +pkg syscall (freebsd-amd64), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-amd64), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-amd64), const TIOCSETD = 2147775515 +pkg syscall (freebsd-amd64), const TIOCSIG = 537162847 +pkg syscall (freebsd-amd64), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-amd64), const TIOCSTART = 536900718 +pkg syscall (freebsd-amd64), const TIOCSTAT = 536900709 +pkg syscall (freebsd-amd64), const TIOCSTI = 2147578994 +pkg syscall (freebsd-amd64), const TIOCSTOP = 536900719 +pkg syscall (freebsd-amd64), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-amd64), const TIOCTIMESTAMP = 1074820185 +pkg syscall (freebsd-amd64), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-amd64), const TOSTOP = 4194304 +pkg syscall (freebsd-amd64), const TOSTOP ideal-int +pkg syscall (freebsd-amd64), const VDISCARD = 15 +pkg syscall (freebsd-amd64), const VDISCARD ideal-int +pkg syscall (freebsd-amd64), const VDSUSP = 11 +pkg syscall (freebsd-amd64), const VDSUSP ideal-int +pkg syscall (freebsd-amd64), const VEOF = 0 +pkg syscall (freebsd-amd64), const VEOF ideal-int +pkg syscall (freebsd-amd64), const VEOL = 1 +pkg syscall (freebsd-amd64), const VEOL ideal-int +pkg syscall (freebsd-amd64), const VEOL2 = 2 +pkg syscall (freebsd-amd64), const VEOL2 ideal-int +pkg syscall (freebsd-amd64), const VERASE = 3 +pkg syscall (freebsd-amd64), const VERASE ideal-int +pkg syscall (freebsd-amd64), const VERASE2 = 7 +pkg syscall (freebsd-amd64), const VERASE2 ideal-int +pkg syscall (freebsd-amd64), const VINTR = 8 +pkg syscall (freebsd-amd64), const VINTR ideal-int +pkg syscall (freebsd-amd64), const VKILL = 5 +pkg syscall (freebsd-amd64), const VKILL ideal-int +pkg syscall (freebsd-amd64), const VLNEXT = 14 +pkg syscall (freebsd-amd64), const VLNEXT ideal-int +pkg syscall (freebsd-amd64), const VMIN = 16 +pkg syscall (freebsd-amd64), const VMIN ideal-int +pkg syscall (freebsd-amd64), const VQUIT = 9 +pkg syscall (freebsd-amd64), const VQUIT ideal-int +pkg syscall (freebsd-amd64), const VREPRINT = 6 +pkg syscall (freebsd-amd64), const VREPRINT ideal-int +pkg syscall (freebsd-amd64), const VSTART = 12 +pkg syscall (freebsd-amd64), const VSTART ideal-int +pkg syscall (freebsd-amd64), const VSTATUS = 18 +pkg syscall (freebsd-amd64), const VSTATUS ideal-int +pkg syscall (freebsd-amd64), const VSTOP = 13 +pkg syscall (freebsd-amd64), const VSTOP ideal-int +pkg syscall (freebsd-amd64), const VSUSP = 10 +pkg syscall (freebsd-amd64), const VSUSP ideal-int +pkg syscall (freebsd-amd64), const VTIME = 17 +pkg syscall (freebsd-amd64), const VTIME ideal-int +pkg syscall (freebsd-amd64), const VWERASE = 4 +pkg syscall (freebsd-amd64), const VWERASE ideal-int +pkg syscall (freebsd-amd64), const WCONTINUED = 4 +pkg syscall (freebsd-amd64), const WCOREFLAG = 128 +pkg syscall (freebsd-amd64), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-amd64), const WNOHANG = 1 +pkg syscall (freebsd-amd64), const WNOWAIT = 8 +pkg syscall (freebsd-amd64), const WSTOPPED = 2 +pkg syscall (freebsd-amd64), const WUNTRACED = 2 +pkg syscall (freebsd-amd64), func Fchflags(int, int) error +pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK = 16 +pkg syscall (freebsd-amd64-cgo), const AF_ARP = 35 +pkg syscall (freebsd-amd64-cgo), const AF_ATM = 30 +pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-amd64-cgo), const AF_CCITT = 10 +pkg syscall (freebsd-amd64-cgo), const AF_CHAOS = 5 +pkg syscall (freebsd-amd64-cgo), const AF_CNT = 21 +pkg syscall (freebsd-amd64-cgo), const AF_COIP = 20 +pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT = 9 +pkg syscall (freebsd-amd64-cgo), const AF_DECnet = 12 +pkg syscall (freebsd-amd64-cgo), const AF_DLI = 13 +pkg syscall (freebsd-amd64-cgo), const AF_E164 = 26 +pkg syscall (freebsd-amd64-cgo), const AF_ECMA = 8 +pkg syscall (freebsd-amd64-cgo), const AF_HYLINK = 15 +pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 = 37 +pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK = 3 +pkg syscall (freebsd-amd64-cgo), const AF_INET6 = 28 +pkg syscall (freebsd-amd64-cgo), const AF_IPX = 23 +pkg syscall (freebsd-amd64-cgo), const AF_ISDN = 26 +pkg syscall (freebsd-amd64-cgo), const AF_ISO = 7 +pkg syscall (freebsd-amd64-cgo), const AF_LAT = 14 +pkg syscall (freebsd-amd64-cgo), const AF_LINK = 18 +pkg syscall (freebsd-amd64-cgo), const AF_LOCAL = 1 +pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38 +pkg syscall (freebsd-amd64-cgo), const AF_NATM = 29 +pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS = 6 +pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH = 32 +pkg syscall (freebsd-amd64-cgo), const AF_OSI = 7 +pkg syscall (freebsd-amd64-cgo), const AF_PUP = 4 +pkg syscall (freebsd-amd64-cgo), const AF_ROUTE = 17 +pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER = 34 +pkg syscall (freebsd-amd64-cgo), const AF_SIP = 24 +pkg syscall (freebsd-amd64-cgo), const AF_SLOW = 33 +pkg syscall (freebsd-amd64-cgo), const AF_SNA = 11 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 = 39 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 = 41 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 = 43 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 = 45 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 = 47 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 = 49 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 = 51 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 = 53 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 = 55 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 = 57 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 = 59 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 = 61 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 = 63 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 = 65 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 = 67 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 = 69 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 = 71 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 = 73 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 = 75 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 = 77 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 = 79 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 = 81 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 = 83 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 = 85 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 = 87 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 = 89 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 = 91 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 = 93 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 = 95 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 = 97 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 = 99 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 = 101 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 = 103 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 = 105 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 = 107 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 = 109 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 = 111 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 = 113 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 = 115 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 = 117 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 = 119 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 = 121 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 = 123 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 = 125 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 = 127 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 = 129 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 = 131 +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 = 133 +pkg syscall (freebsd-amd64-cgo), const B0 = 0 +pkg syscall (freebsd-amd64-cgo), const B110 = 110 +pkg syscall (freebsd-amd64-cgo), const B115200 = 115200 +pkg syscall (freebsd-amd64-cgo), const B1200 = 1200 +pkg syscall (freebsd-amd64-cgo), const B134 = 134 +pkg syscall (freebsd-amd64-cgo), const B14400 = 14400 +pkg syscall (freebsd-amd64-cgo), const B150 = 150 +pkg syscall (freebsd-amd64-cgo), const B1800 = 1800 +pkg syscall (freebsd-amd64-cgo), const B19200 = 19200 +pkg syscall (freebsd-amd64-cgo), const B200 = 200 +pkg syscall (freebsd-amd64-cgo), const B230400 = 230400 +pkg syscall (freebsd-amd64-cgo), const B2400 = 2400 +pkg syscall (freebsd-amd64-cgo), const B28800 = 28800 +pkg syscall (freebsd-amd64-cgo), const B300 = 300 +pkg syscall (freebsd-amd64-cgo), const B38400 = 38400 +pkg syscall (freebsd-amd64-cgo), const B460800 = 460800 +pkg syscall (freebsd-amd64-cgo), const B4800 = 4800 +pkg syscall (freebsd-amd64-cgo), const B50 = 50 +pkg syscall (freebsd-amd64-cgo), const B57600 = 57600 +pkg syscall (freebsd-amd64-cgo), const B600 = 600 +pkg syscall (freebsd-amd64-cgo), const B7200 = 7200 +pkg syscall (freebsd-amd64-cgo), const B75 = 75 +pkg syscall (freebsd-amd64-cgo), const B76800 = 76800 +pkg syscall (freebsd-amd64-cgo), const B921600 = 921600 +pkg syscall (freebsd-amd64-cgo), const B9600 = 9600 +pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-amd64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST = 3222291065 +pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-amd64-cgo), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX = 1074283135 +pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-amd64-cgo), const BIOCLOCK = 536887930 +pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF = 1075331712 +pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-amd64-cgo), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-amd64-cgo), const BIOCSETF = 2148549223 +pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR = 2148549250 +pkg syscall (freebsd-amd64-cgo), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-amd64-cgo), const BIOCSETWF = 2148549243 +pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF = 2149073537 +pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-amd64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-amd64-cgo), const BPF_A = 16 +pkg syscall (freebsd-amd64-cgo), const BPF_ABS = 32 +pkg syscall (freebsd-amd64-cgo), const BPF_ADD = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT = 8 +pkg syscall (freebsd-amd64-cgo), const BPF_ALU = 4 +pkg syscall (freebsd-amd64-cgo), const BPF_AND = 80 +pkg syscall (freebsd-amd64-cgo), const BPF_B = 16 +pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-amd64-cgo), const BPF_DIV = 48 +pkg syscall (freebsd-amd64-cgo), const BPF_H = 8 +pkg syscall (freebsd-amd64-cgo), const BPF_IMM = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_IND = 64 +pkg syscall (freebsd-amd64-cgo), const BPF_JA = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_JEQ = 16 +pkg syscall (freebsd-amd64-cgo), const BPF_JGE = 48 +pkg syscall (freebsd-amd64-cgo), const BPF_JGT = 32 +pkg syscall (freebsd-amd64-cgo), const BPF_JMP = 5 +pkg syscall (freebsd-amd64-cgo), const BPF_JSET = 64 +pkg syscall (freebsd-amd64-cgo), const BPF_K = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_LD = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_LDX = 1 +pkg syscall (freebsd-amd64-cgo), const BPF_LEN = 128 +pkg syscall (freebsd-amd64-cgo), const BPF_LSH = 96 +pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-amd64-cgo), const BPF_MEM = 96 +pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-amd64-cgo), const BPF_MISC = 7 +pkg syscall (freebsd-amd64-cgo), const BPF_MSH = 160 +pkg syscall (freebsd-amd64-cgo), const BPF_MUL = 32 +pkg syscall (freebsd-amd64-cgo), const BPF_NEG = 128 +pkg syscall (freebsd-amd64-cgo), const BPF_OR = 64 +pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE = 199606 +pkg syscall (freebsd-amd64-cgo), const BPF_RET = 6 +pkg syscall (freebsd-amd64-cgo), const BPF_RSH = 112 +pkg syscall (freebsd-amd64-cgo), const BPF_ST = 2 +pkg syscall (freebsd-amd64-cgo), const BPF_STX = 3 +pkg syscall (freebsd-amd64-cgo), const BPF_SUB = 16 +pkg syscall (freebsd-amd64-cgo), const BPF_TAX = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_TXA = 128 +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST = 256 +pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE = 3 +pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_W = 0 +pkg syscall (freebsd-amd64-cgo), const BPF_X = 8 +pkg syscall (freebsd-amd64-cgo), const BRKINT = 2 +pkg syscall (freebsd-amd64-cgo), const CFLUSH = 15 +pkg syscall (freebsd-amd64-cgo), const CLOCAL = 32768 +pkg syscall (freebsd-amd64-cgo), const CREAD = 2048 +pkg syscall (freebsd-amd64-cgo), const CS5 = 0 +pkg syscall (freebsd-amd64-cgo), const CS6 = 256 +pkg syscall (freebsd-amd64-cgo), const CS7 = 512 +pkg syscall (freebsd-amd64-cgo), const CS8 = 768 +pkg syscall (freebsd-amd64-cgo), const CSIZE = 768 +pkg syscall (freebsd-amd64-cgo), const CSTART = 17 +pkg syscall (freebsd-amd64-cgo), const CSTATUS = 20 +pkg syscall (freebsd-amd64-cgo), const CSTOP = 19 +pkg syscall (freebsd-amd64-cgo), const CSTOPB = 1024 +pkg syscall (freebsd-amd64-cgo), const CSUSP = 26 +pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME = 24 +pkg syscall (freebsd-amd64-cgo), const CTL_NET = 4 +pkg syscall (freebsd-amd64-cgo), const DLT_A429 = 184 +pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM = 185 +pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-amd64-cgo), const DLT_AOS = 222 +pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET = 7 +pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-amd64-cgo), const DLT_AURORA = 126 +pkg syscall (freebsd-amd64-cgo), const DLT_AX25 = 3 +pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B = 190 +pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS = 5 +pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC = 104 +pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC = 104 +pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-amd64-cgo), const DLT_DBUS = 231 +pkg syscall (freebsd-amd64-cgo), const DLT_DECT = 221 +pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS = 143 +pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI = 235 +pkg syscall (freebsd-amd64-cgo), const DLT_ECONET = 115 +pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB = 1 +pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB = 2 +pkg syscall (freebsd-amd64-cgo), const DLT_ENC = 109 +pkg syscall (freebsd-amd64-cgo), const DLT_ERF = 197 +pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS = 176 +pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 = 224 +pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-amd64-cgo), const DLT_FDDI = 10 +pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY = 107 +pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F = 171 +pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T = 170 +pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC = 121 +pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN = 146 +pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP = 145 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 = 6 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER = 116 +pkg syscall (freebsd-amd64-cgo), const DLT_IPMB = 199 +pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-amd64-cgo), const DLT_IPNET = 226 +pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB = 242 +pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 = 228 +pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 = 229 +pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-amd64-cgo), const DLT_LAPD = 203 +pkg syscall (freebsd-amd64-cgo), const DLT_LIN = 212 +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-amd64-cgo), const DLT_LOOP = 108 +pkg syscall (freebsd-amd64-cgo), const DLT_LTALK = 114 +pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242 +pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-amd64-cgo), const DLT_MFR = 182 +pkg syscall (freebsd-amd64-cgo), const DLT_MOST = 211 +pkg syscall (freebsd-amd64-cgo), const DLT_MPLS = 219 +pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 = 140 +pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 = 141 +pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 = 236 +pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG = 239 +pkg syscall (freebsd-amd64-cgo), const DLT_NULL = 0 +pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG = 117 +pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC = 121 +pkg syscall (freebsd-amd64-cgo), const DLT_PPI = 192 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP = 9 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-amd64-cgo), const DLT_PRONET = 4 +pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 = 198 +pkg syscall (freebsd-amd64-cgo), const DLT_RAW = 12 +pkg syscall (freebsd-amd64-cgo), const DLT_RIO = 124 +pkg syscall (freebsd-amd64-cgo), const DLT_SCCP = 142 +pkg syscall (freebsd-amd64-cgo), const DLT_SITA = 196 +pkg syscall (freebsd-amd64-cgo), const DLT_SLIP = 8 +pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM = 123 +pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-amd64-cgo), const DLT_TZSP = 128 +pkg syscall (freebsd-amd64-cgo), const DLT_USB = 186 +pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-amd64-cgo), const DLT_USER0 = 147 +pkg syscall (freebsd-amd64-cgo), const DLT_USER1 = 148 +pkg syscall (freebsd-amd64-cgo), const DLT_USER10 = 157 +pkg syscall (freebsd-amd64-cgo), const DLT_USER11 = 158 +pkg syscall (freebsd-amd64-cgo), const DLT_USER12 = 159 +pkg syscall (freebsd-amd64-cgo), const DLT_USER13 = 160 +pkg syscall (freebsd-amd64-cgo), const DLT_USER14 = 161 +pkg syscall (freebsd-amd64-cgo), const DLT_USER15 = 162 +pkg syscall (freebsd-amd64-cgo), const DLT_USER2 = 149 +pkg syscall (freebsd-amd64-cgo), const DLT_USER3 = 150 +pkg syscall (freebsd-amd64-cgo), const DLT_USER4 = 151 +pkg syscall (freebsd-amd64-cgo), const DLT_USER5 = 152 +pkg syscall (freebsd-amd64-cgo), const DLT_USER6 = 153 +pkg syscall (freebsd-amd64-cgo), const DLT_USER7 = 154 +pkg syscall (freebsd-amd64-cgo), const DLT_USER8 = 155 +pkg syscall (freebsd-amd64-cgo), const DLT_USER9 = 156 +pkg syscall (freebsd-amd64-cgo), const DLT_WIHART = 223 +pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-amd64-cgo), const DT_BLK = 6 +pkg syscall (freebsd-amd64-cgo), const DT_CHR = 2 +pkg syscall (freebsd-amd64-cgo), const DT_DIR = 4 +pkg syscall (freebsd-amd64-cgo), const DT_FIFO = 1 +pkg syscall (freebsd-amd64-cgo), const DT_LNK = 10 +pkg syscall (freebsd-amd64-cgo), const DT_REG = 8 +pkg syscall (freebsd-amd64-cgo), const DT_SOCK = 12 +pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN = 0 +pkg syscall (freebsd-amd64-cgo), const DT_WHT = 14 +pkg syscall (freebsd-amd64-cgo), const E2BIG = 7 +pkg syscall (freebsd-amd64-cgo), const EACCES = 13 +pkg syscall (freebsd-amd64-cgo), const EADDRINUSE = 48 +pkg syscall (freebsd-amd64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-amd64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-amd64-cgo), const EAGAIN = 35 +pkg syscall (freebsd-amd64-cgo), const EALREADY = 37 +pkg syscall (freebsd-amd64-cgo), const EAUTH = 80 +pkg syscall (freebsd-amd64-cgo), const EBADF = 9 +pkg syscall (freebsd-amd64-cgo), const EBADMSG = 89 +pkg syscall (freebsd-amd64-cgo), const EBADRPC = 72 +pkg syscall (freebsd-amd64-cgo), const EBUSY = 16 +pkg syscall (freebsd-amd64-cgo), const ECANCELED = 85 +pkg syscall (freebsd-amd64-cgo), const ECAPMODE = 94 +pkg syscall (freebsd-amd64-cgo), const ECHILD = 10 +pkg syscall (freebsd-amd64-cgo), const ECHO = 8 +pkg syscall (freebsd-amd64-cgo), const ECHOCTL = 64 +pkg syscall (freebsd-amd64-cgo), const ECHOE = 2 +pkg syscall (freebsd-amd64-cgo), const ECHOK = 4 +pkg syscall (freebsd-amd64-cgo), const ECHOKE = 1 +pkg syscall (freebsd-amd64-cgo), const ECHONL = 16 +pkg syscall (freebsd-amd64-cgo), const ECHOPRT = 32 +pkg syscall (freebsd-amd64-cgo), const ECONNABORTED = 53 +pkg syscall (freebsd-amd64-cgo), const ECONNREFUSED = 61 +pkg syscall (freebsd-amd64-cgo), const ECONNRESET = 54 +pkg syscall (freebsd-amd64-cgo), const EDEADLK = 11 +pkg syscall (freebsd-amd64-cgo), const EDESTADDRREQ = 39 +pkg syscall (freebsd-amd64-cgo), const EDOM = 33 +pkg syscall (freebsd-amd64-cgo), const EDOOFUS = 88 +pkg syscall (freebsd-amd64-cgo), const EDQUOT = 69 +pkg syscall (freebsd-amd64-cgo), const EEXIST = 17 +pkg syscall (freebsd-amd64-cgo), const EFAULT = 14 +pkg syscall (freebsd-amd64-cgo), const EFBIG = 27 +pkg syscall (freebsd-amd64-cgo), const EFTYPE = 79 +pkg syscall (freebsd-amd64-cgo), const EHOSTDOWN = 64 +pkg syscall (freebsd-amd64-cgo), const EHOSTUNREACH = 65 +pkg syscall (freebsd-amd64-cgo), const EIDRM = 82 +pkg syscall (freebsd-amd64-cgo), const EILSEQ = 86 +pkg syscall (freebsd-amd64-cgo), const EINPROGRESS = 36 +pkg syscall (freebsd-amd64-cgo), const EINTR = 4 +pkg syscall (freebsd-amd64-cgo), const EINVAL = 22 +pkg syscall (freebsd-amd64-cgo), const EIO = 5 +pkg syscall (freebsd-amd64-cgo), const EISCONN = 56 +pkg syscall (freebsd-amd64-cgo), const EISDIR = 21 +pkg syscall (freebsd-amd64-cgo), const ELAST = 94 +pkg syscall (freebsd-amd64-cgo), const ELOOP = 62 +pkg syscall (freebsd-amd64-cgo), const EMFILE = 24 +pkg syscall (freebsd-amd64-cgo), const EMLINK = 31 +pkg syscall (freebsd-amd64-cgo), const EMSGSIZE = 40 +pkg syscall (freebsd-amd64-cgo), const EMULTIHOP = 90 +pkg syscall (freebsd-amd64-cgo), const ENAMETOOLONG = 63 +pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH = 81 +pkg syscall (freebsd-amd64-cgo), const ENETDOWN = 50 +pkg syscall (freebsd-amd64-cgo), const ENETRESET = 52 +pkg syscall (freebsd-amd64-cgo), const ENETUNREACH = 51 +pkg syscall (freebsd-amd64-cgo), const ENFILE = 23 +pkg syscall (freebsd-amd64-cgo), const ENOATTR = 87 +pkg syscall (freebsd-amd64-cgo), const ENOBUFS = 55 +pkg syscall (freebsd-amd64-cgo), const ENODEV = 19 +pkg syscall (freebsd-amd64-cgo), const ENOEXEC = 8 +pkg syscall (freebsd-amd64-cgo), const ENOLCK = 77 +pkg syscall (freebsd-amd64-cgo), const ENOLINK = 91 +pkg syscall (freebsd-amd64-cgo), const ENOMEM = 12 +pkg syscall (freebsd-amd64-cgo), const ENOMSG = 83 +pkg syscall (freebsd-amd64-cgo), const ENOPROTOOPT = 42 +pkg syscall (freebsd-amd64-cgo), const ENOSPC = 28 +pkg syscall (freebsd-amd64-cgo), const ENOSYS = 78 +pkg syscall (freebsd-amd64-cgo), const ENOTBLK = 15 +pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE = 93 +pkg syscall (freebsd-amd64-cgo), const ENOTCONN = 57 +pkg syscall (freebsd-amd64-cgo), const ENOTDIR = 20 +pkg syscall (freebsd-amd64-cgo), const ENOTEMPTY = 66 +pkg syscall (freebsd-amd64-cgo), const ENOTSOCK = 38 +pkg syscall (freebsd-amd64-cgo), const ENOTSUP = 45 +pkg syscall (freebsd-amd64-cgo), const ENOTTY = 25 +pkg syscall (freebsd-amd64-cgo), const ENXIO = 6 +pkg syscall (freebsd-amd64-cgo), const EOPNOTSUPP = 45 +pkg syscall (freebsd-amd64-cgo), const EOVERFLOW = 84 +pkg syscall (freebsd-amd64-cgo), const EPERM = 1 +pkg syscall (freebsd-amd64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-amd64-cgo), const EPIPE = 32 +pkg syscall (freebsd-amd64-cgo), const EPROCLIM = 67 +pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH = 75 +pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-amd64-cgo), const EPROTO = 92 +pkg syscall (freebsd-amd64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-amd64-cgo), const EPROTOTYPE = 41 +pkg syscall (freebsd-amd64-cgo), const ERANGE = 34 +pkg syscall (freebsd-amd64-cgo), const EREMOTE = 71 +pkg syscall (freebsd-amd64-cgo), const EROFS = 30 +pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH = 73 +pkg syscall (freebsd-amd64-cgo), const ESHUTDOWN = 58 +pkg syscall (freebsd-amd64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-amd64-cgo), const ESPIPE = 29 +pkg syscall (freebsd-amd64-cgo), const ESRCH = 3 +pkg syscall (freebsd-amd64-cgo), const ESTALE = 70 +pkg syscall (freebsd-amd64-cgo), const ETIMEDOUT = 60 +pkg syscall (freebsd-amd64-cgo), const ETOOMANYREFS = 59 +pkg syscall (freebsd-amd64-cgo), const ETXTBSY = 26 +pkg syscall (freebsd-amd64-cgo), const EUSERS = 68 +pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO = -3 +pkg syscall (freebsd-amd64-cgo), const EVFILT_FS = -9 +pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO = -10 +pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC = -5 +pkg syscall (freebsd-amd64-cgo), const EVFILT_READ = -1 +pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER = -7 +pkg syscall (freebsd-amd64-cgo), const EVFILT_USER = -11 +pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE = -4 +pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE = -2 +pkg syscall (freebsd-amd64-cgo), const EV_ADD = 1 +pkg syscall (freebsd-amd64-cgo), const EV_CLEAR = 32 +pkg syscall (freebsd-amd64-cgo), const EV_DELETE = 2 +pkg syscall (freebsd-amd64-cgo), const EV_DISABLE = 8 +pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH = 128 +pkg syscall (freebsd-amd64-cgo), const EV_ENABLE = 4 +pkg syscall (freebsd-amd64-cgo), const EV_EOF = 32768 +pkg syscall (freebsd-amd64-cgo), const EV_ERROR = 16384 +pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 = 8192 +pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT = 16 +pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT = 64 +pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-amd64-cgo), const EWOULDBLOCK = 35 +pkg syscall (freebsd-amd64-cgo), const EXDEV = 18 +pkg syscall (freebsd-amd64-cgo), const EXTA = 19200 +pkg syscall (freebsd-amd64-cgo), const EXTB = 38400 +pkg syscall (freebsd-amd64-cgo), const EXTPROC = 2048 +pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC = 1 +pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE = 1024 +pkg syscall (freebsd-amd64-cgo), const FLUSHO = 8388608 +pkg syscall (freebsd-amd64-cgo), const F_CANCEL = 5 +pkg syscall (freebsd-amd64-cgo), const F_DUP2FD = 10 +pkg syscall (freebsd-amd64-cgo), const F_DUPFD = 0 +pkg syscall (freebsd-amd64-cgo), const F_GETFD = 1 +pkg syscall (freebsd-amd64-cgo), const F_GETFL = 3 +pkg syscall (freebsd-amd64-cgo), const F_GETLK = 11 +pkg syscall (freebsd-amd64-cgo), const F_GETOWN = 5 +pkg syscall (freebsd-amd64-cgo), const F_OGETLK = 7 +pkg syscall (freebsd-amd64-cgo), const F_OK = 0 +pkg syscall (freebsd-amd64-cgo), const F_OSETLK = 8 +pkg syscall (freebsd-amd64-cgo), const F_OSETLKW = 9 +pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD = 16 +pkg syscall (freebsd-amd64-cgo), const F_RDLCK = 1 +pkg syscall (freebsd-amd64-cgo), const F_READAHEAD = 15 +pkg syscall (freebsd-amd64-cgo), const F_SETFD = 2 +pkg syscall (freebsd-amd64-cgo), const F_SETFL = 4 +pkg syscall (freebsd-amd64-cgo), const F_SETLK = 12 +pkg syscall (freebsd-amd64-cgo), const F_SETLKW = 13 +pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-amd64-cgo), const F_SETOWN = 6 +pkg syscall (freebsd-amd64-cgo), const F_UNLCK = 2 +pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS = 4 +pkg syscall (freebsd-amd64-cgo), const F_WRLCK = 3 +pkg syscall (freebsd-amd64-cgo), const HUPCL = 16384 +pkg syscall (freebsd-amd64-cgo), const ICANON = 256 +pkg syscall (freebsd-amd64-cgo), const ICRNL = 256 +pkg syscall (freebsd-amd64-cgo), const IEXTEN = 1024 +pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG = 4 +pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-amd64-cgo), const IFF_DYING = 2097152 +pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 = 4096 +pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 = 8192 +pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 = 16384 +pkg syscall (freebsd-amd64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR = 262144 +pkg syscall (freebsd-amd64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-amd64-cgo), const IFF_NOARP = 128 +pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC = 256 +pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING = 64 +pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-amd64-cgo), const IFF_SMART = 32 +pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP = 524288 +pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ = 16 +pkg syscall (freebsd-amd64-cgo), const IFT_1822 = 2 +pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 = 187 +pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 = 49 +pkg syscall (freebsd-amd64-cgo), const IFT_ADSL = 94 +pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-amd64-cgo), const IFT_ARAP = 88 +pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET = 35 +pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC = 84 +pkg syscall (freebsd-amd64-cgo), const IFT_ATM = 37 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI = 105 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA = 107 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE = 209 +pkg syscall (freebsd-amd64-cgo), const IFT_BSC = 83 +pkg syscall (freebsd-amd64-cgo), const IFT_CARP = 248 +pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-amd64-cgo), const IFT_CEPT = 19 +pkg syscall (freebsd-amd64-cgo), const IFT_CES = 133 +pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL = 70 +pkg syscall (freebsd-amd64-cgo), const IFT_CNR = 85 +pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE = 132 +pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-amd64-cgo), const IFT_DCN = 141 +pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-amd64-cgo), const IFT_DLSW = 74 +pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-amd64-cgo), const IFT_DS0 = 81 +pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL = 170 +pkg syscall (freebsd-amd64-cgo), const IFT_DS3 = 30 +pkg syscall (freebsd-amd64-cgo), const IFT_DTM = 140 +pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN = 172 +pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-amd64-cgo), const IFT_ENC = 244 +pkg syscall (freebsd-amd64-cgo), const IFT_EON = 25 +pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS = 87 +pkg syscall (freebsd-amd64-cgo), const IFT_ESCON = 73 +pkg syscall (freebsd-amd64-cgo), const IFT_ETHER = 6 +pkg syscall (freebsd-amd64-cgo), const IFT_FAITH = 242 +pkg syscall (freebsd-amd64-cgo), const IFT_FAST = 125 +pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER = 62 +pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-amd64-cgo), const IFT_FDDI = 15 +pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY = 32 +pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K = 66 +pkg syscall (freebsd-amd64-cgo), const IFT_GIF = 240 +pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT = 178 +pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT = 177 +pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY = 165 +pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 = 3 +pkg syscall (freebsd-amd64-cgo), const IFT_HDLC = 118 +pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 = 168 +pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI = 47 +pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-amd64-cgo), const IFT_HSSI = 46 +pkg syscall (freebsd-amd64-cgo), const IFT_HY = 14 +pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-amd64-cgo), const IFT_IDSL = 154 +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN = 145 +pkg syscall (freebsd-amd64-cgo), const IFT_IMT = 190 +pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-amd64-cgo), const IFT_IP = 126 +pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP = 249 +pkg syscall (freebsd-amd64-cgo), const IFT_ISDN = 63 +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS = 75 +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU = 76 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 = 7 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 = 8 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 = 9 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 = 10 +pkg syscall (freebsd-amd64-cgo), const IFT_ISUP = 179 +pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN = 135 +pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-amd64-cgo), const IFT_LAPB = 16 +pkg syscall (freebsd-amd64-cgo), const IFT_LAPD = 77 +pkg syscall (freebsd-amd64-cgo), const IFT_LAPF = 119 +pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-amd64-cgo), const IFT_LOOP = 24 +pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 = 38 +pkg syscall (freebsd-amd64-cgo), const IFT_MODEM = 48 +pkg syscall (freebsd-amd64-cgo), const IFT_MPC = 113 +pkg syscall (freebsd-amd64-cgo), const IFT_MPLS = 166 +pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL = 143 +pkg syscall (freebsd-amd64-cgo), const IFT_MVL = 191 +pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET = 99 +pkg syscall (freebsd-amd64-cgo), const IFT_NFAS = 175 +pkg syscall (freebsd-amd64-cgo), const IFT_NSIP = 27 +pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-amd64-cgo), const IFT_OTHER = 1 +pkg syscall (freebsd-amd64-cgo), const IFT_P10 = 12 +pkg syscall (freebsd-amd64-cgo), const IFT_P80 = 13 +pkg syscall (freebsd-amd64-cgo), const IFT_PARA = 34 +pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG = 246 +pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC = 247 +pkg syscall (freebsd-amd64-cgo), const IFT_PLC = 174 +pkg syscall (freebsd-amd64-cgo), const IFT_POS = 171 +pkg syscall (freebsd-amd64-cgo), const IFT_PPP = 23 +pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX = 54 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-amd64-cgo), const IFT_PVC = 241 +pkg syscall (freebsd-amd64-cgo), const IFT_QLLC = 68 +pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-amd64-cgo), const IFT_RADSL = 95 +pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL = 192 +pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 = 159 +pkg syscall (freebsd-amd64-cgo), const IFT_RS232 = 33 +pkg syscall (freebsd-amd64-cgo), const IFT_RSRB = 79 +pkg syscall (freebsd-amd64-cgo), const IFT_SDLC = 17 +pkg syscall (freebsd-amd64-cgo), const IFT_SDSL = 96 +pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL = 169 +pkg syscall (freebsd-amd64-cgo), const IFT_SIP = 31 +pkg syscall (freebsd-amd64-cgo), const IFT_SLIP = 28 +pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-amd64-cgo), const IFT_SONET = 39 +pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH = 50 +pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT = 51 +pkg syscall (freebsd-amd64-cgo), const IFT_SRP = 151 +pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN = 11 +pkg syscall (freebsd-amd64-cgo), const IFT_STF = 215 +pkg syscall (freebsd-amd64-cgo), const IFT_T1 = 18 +pkg syscall (freebsd-amd64-cgo), const IFT_TDLC = 116 +pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD = 91 +pkg syscall (freebsd-amd64-cgo), const IFT_TR008 = 176 +pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL = 131 +pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA = 29 +pkg syscall (freebsd-amd64-cgo), const IFT_USB = 160 +pkg syscall (freebsd-amd64-cgo), const IFT_V11 = 64 +pkg syscall (freebsd-amd64-cgo), const IFT_V35 = 45 +pkg syscall (freebsd-amd64-cgo), const IFT_V36 = 65 +pkg syscall (freebsd-amd64-cgo), const IFT_V37 = 120 +pkg syscall (freebsd-amd64-cgo), const IFT_VDSL = 97 +pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM = 100 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-amd64-cgo), const IFT_X213 = 93 +pkg syscall (freebsd-amd64-cgo), const IFT_X25 = 5 +pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN = 4 +pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP = 121 +pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE = 40 +pkg syscall (freebsd-amd64-cgo), const IFT_XETHER = 26 +pkg syscall (freebsd-amd64-cgo), const IGNBRK = 1 +pkg syscall (freebsd-amd64-cgo), const IGNCR = 128 +pkg syscall (freebsd-amd64-cgo), const IGNPAR = 4 +pkg syscall (freebsd-amd64-cgo), const IMAXBEL = 8192 +pkg syscall (freebsd-amd64-cgo), const INLCR = 64 +pkg syscall (freebsd-amd64-cgo), const INPCK = 16 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC = 34 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH = 51 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES = 99 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA = 49 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT = 30 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP = 112 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP = 37 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP = 86 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE = 257 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP = 8 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON = 80 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP = 50 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP = 3 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE = 47 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP = 20 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP = 22 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP = 85 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL = 40 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP = 32 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP = 91 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX = 256 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH = 135 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP = 95 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP = 92 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX = 18 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND = 77 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE = 59 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP = 31 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM = 113 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM = 103 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM = 21 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP = 12 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP = 75 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW = 255 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP = 27 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD = 66 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND = 259 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP = 33 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST = 7 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF = 87 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP = 29 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP = 84 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES = 83 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA = 70 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN = 74 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET = 15 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP = 36 +pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY = 64 +pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH = 29 +pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET = 34 +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-amd64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU = 1280 +pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR = 51 +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS = 61 +pkg syscall (freebsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-amd64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION = 96 +pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-amd64-cgo), const IP_BINDANY = 24 +pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-amd64-cgo), const IP_DF = 16384 +pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG = 67 +pkg syscall (freebsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-amd64-cgo), const IP_FAITH = 22 +pkg syscall (freebsd-amd64-cgo), const IP_FW3 = 48 +pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD = 50 +pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL = 51 +pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-amd64-cgo), const IP_FW_GET = 54 +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO = 53 +pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL = 2 +pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-amd64-cgo), const IP_MF = 8192 +pkg syscall (freebsd-amd64-cgo), const IP_MINTTL = 66 +pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER = 74 +pkg syscall (freebsd-amd64-cgo), const IP_MSS = 576 +pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK = 8191 +pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST = 23 +pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS = 1 +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE = 19 +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-amd64-cgo), const IP_RECVIF = 20 +pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS = 5 +pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS = 68 +pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL = 65 +pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS = 8 +pkg syscall (freebsd-amd64-cgo), const IP_RF = 32768 +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON = 15 +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-amd64-cgo), const IP_TOS = 3 +pkg syscall (freebsd-amd64-cgo), const IP_TTL = 4 +pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-amd64-cgo), const ISIG = 128 +pkg syscall (freebsd-amd64-cgo), const ISTRIP = 32 +pkg syscall (freebsd-amd64-cgo), const IXANY = 2048 +pkg syscall (freebsd-amd64-cgo), const IXOFF = 1024 +pkg syscall (freebsd-amd64-cgo), const IXON = 512 +pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false +pkg syscall (freebsd-amd64-cgo), const LOCK_EX = 2 +pkg syscall (freebsd-amd64-cgo), const LOCK_NB = 4 +pkg syscall (freebsd-amd64-cgo), const LOCK_SH = 1 +pkg syscall (freebsd-amd64-cgo), const LOCK_UN = 8 +pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-amd64-cgo), const MADV_CORE = 9 +pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED = 4 +pkg syscall (freebsd-amd64-cgo), const MADV_FREE = 5 +pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE = 8 +pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL = 0 +pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC = 6 +pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT = 10 +pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM = 1 +pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED = 3 +pkg syscall (freebsd-amd64-cgo), const MAP_ANON = 4096 +pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-amd64-cgo), const MAP_COPY = 2 +pkg syscall (freebsd-amd64-cgo), const MAP_FILE = 0 +pkg syscall (freebsd-amd64-cgo), const MAP_FIXED = 16 +pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE = 131072 +pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE = 64 +pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE = 2 +pkg syscall (freebsd-amd64-cgo), const MAP_RENAME = 32 +pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-amd64-cgo), const MAP_SHARED = 1 +pkg syscall (freebsd-amd64-cgo), const MAP_STACK = 1024 +pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT = 1 +pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE = 2 +pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT = 32768 +pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC = 32 +pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-amd64-cgo), const MSG_EOF = 256 +pkg syscall (freebsd-amd64-cgo), const MSG_EOR = 8 +pkg syscall (freebsd-amd64-cgo), const MSG_NBIO = 16384 +pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-amd64-cgo), const MSG_OOB = 1 +pkg syscall (freebsd-amd64-cgo), const MSG_PEEK = 2 +pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC = 16 +pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL = 64 +pkg syscall (freebsd-amd64-cgo), const MS_ASYNC = 1 +pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE = 2 +pkg syscall (freebsd-amd64-cgo), const MS_SYNC = 0 +pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP = 1 +pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID = 6 +pkg syscall (freebsd-amd64-cgo), const NOFLSH = 2147483648 +pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD = 4 +pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE = 1 +pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND = 4 +pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP = 0 +pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-amd64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-amd64-cgo), const NOTE_LINK = 16 +pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT = 1 +pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME = 32 +pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE = 64 +pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK = 1 +pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE = 2 +pkg syscall (freebsd-amd64-cgo), const OCRNL = 16 +pkg syscall (freebsd-amd64-cgo), const ONLCR = 2 +pkg syscall (freebsd-amd64-cgo), const ONLRET = 64 +pkg syscall (freebsd-amd64-cgo), const ONOCR = 32 +pkg syscall (freebsd-amd64-cgo), const ONOEOT = 8 +pkg syscall (freebsd-amd64-cgo), const OPOST = 1 +pkg syscall (freebsd-amd64-cgo), const O_ACCMODE = 3 +pkg syscall (freebsd-amd64-cgo), const O_APPEND = 8 +pkg syscall (freebsd-amd64-cgo), const O_ASYNC = 64 +pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0 +pkg syscall (freebsd-amd64-cgo), const O_CREAT = 512 +pkg syscall (freebsd-amd64-cgo), const O_DIRECT = 65536 +pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY = 131072 +pkg syscall (freebsd-amd64-cgo), const O_EXCL = 2048 +pkg syscall (freebsd-amd64-cgo), const O_EXEC = 262144 +pkg syscall (freebsd-amd64-cgo), const O_EXLOCK = 32 +pkg syscall (freebsd-amd64-cgo), const O_FSYNC = 128 +pkg syscall (freebsd-amd64-cgo), const O_NDELAY = 4 +pkg syscall (freebsd-amd64-cgo), const O_NOCTTY = 32768 +pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW = 256 +pkg syscall (freebsd-amd64-cgo), const O_NONBLOCK = 4 +pkg syscall (freebsd-amd64-cgo), const O_SHLOCK = 16 +pkg syscall (freebsd-amd64-cgo), const O_SYNC = 128 +pkg syscall (freebsd-amd64-cgo), const O_TRUNC = 1024 +pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT = 524288 +pkg syscall (freebsd-amd64-cgo), const PARENB = 4096 +pkg syscall (freebsd-amd64-cgo), const PARMRK = 8 +pkg syscall (freebsd-amd64-cgo), const PARODD = 8192 +pkg syscall (freebsd-amd64-cgo), const PENDIN = 536870912 +pkg syscall (freebsd-amd64-cgo), const PROT_EXEC = 4 +pkg syscall (freebsd-amd64-cgo), const PROT_NONE = 0 +pkg syscall (freebsd-amd64-cgo), const PROT_READ = 1 +pkg syscall (freebsd-amd64-cgo), const PROT_WRITE = 2 +pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT = 7 +pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL = 8 +pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS = 10 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE = 4 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU = 0 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA = 2 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK = 3 +pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-amd64-cgo), const RTAX_BRD = 7 +pkg syscall (freebsd-amd64-cgo), const RTAX_DST = 0 +pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK = 3 +pkg syscall (freebsd-amd64-cgo), const RTAX_IFA = 5 +pkg syscall (freebsd-amd64-cgo), const RTAX_IFP = 4 +pkg syscall (freebsd-amd64-cgo), const RTAX_MAX = 8 +pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK = 2 +pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR = 64 +pkg syscall (freebsd-amd64-cgo), const RTA_BRD = 128 +pkg syscall (freebsd-amd64-cgo), const RTA_DST = 1 +pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY = 2 +pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK = 8 +pkg syscall (freebsd-amd64-cgo), const RTA_IFA = 32 +pkg syscall (freebsd-amd64-cgo), const RTA_IFP = 16 +pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK = 4 +pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-amd64-cgo), const RTF_DONE = 64 +pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-amd64-cgo), const RTF_FMASK = 268752904 +pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY = 2 +pkg syscall (freebsd-amd64-cgo), const RTF_HOST = 4 +pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA = 1024 +pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO = 1024 +pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED = 32 +pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-amd64-cgo), const RTF_PINNED = 1048576 +pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-amd64-cgo), const RTF_REJECT = 8 +pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-amd64-cgo), const RTF_STATIC = 2048 +pkg syscall (freebsd-amd64-cgo), const RTF_STICKY = 268435456 +pkg syscall (freebsd-amd64-cgo), const RTF_UP = 1 +pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-amd64-cgo), const RTM_ADD = 1 +pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE = 3 +pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR = 13 +pkg syscall (freebsd-amd64-cgo), const RTM_DELETE = 2 +pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR = 16 +pkg syscall (freebsd-amd64-cgo), const RTM_GET = 4 +pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO = 14 +pkg syscall (freebsd-amd64-cgo), const RTM_LOCK = 8 +pkg syscall (freebsd-amd64-cgo), const RTM_LOSING = 5 +pkg syscall (freebsd-amd64-cgo), const RTM_MISS = 7 +pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR = 12 +pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD = 9 +pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL = 10 +pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT = 6 +pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE = 11 +pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-amd64-cgo), const RTM_VERSION = 5 +pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE = 4 +pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-amd64-cgo), const RTV_MTU = 1 +pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE = 8 +pkg syscall (freebsd-amd64-cgo), const RTV_RTT = 64 +pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR = 128 +pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE = 16 +pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT = 256 +pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF = 0 +pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME = 4 +pkg syscall (freebsd-amd64-cgo), const SCM_CREDS = 3 +pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS = 1 +pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-amd64-cgo), const SIGBUS = 10 +pkg syscall (freebsd-amd64-cgo), const SIGCHLD = 20 +pkg syscall (freebsd-amd64-cgo), const SIGCONT = 19 +pkg syscall (freebsd-amd64-cgo), const SIGEMT = 7 +pkg syscall (freebsd-amd64-cgo), const SIGINFO = 29 +pkg syscall (freebsd-amd64-cgo), const SIGIO = 23 +pkg syscall (freebsd-amd64-cgo), const SIGIOT = 6 +pkg syscall (freebsd-amd64-cgo), const SIGLWP = 32 +pkg syscall (freebsd-amd64-cgo), const SIGPROF = 27 +pkg syscall (freebsd-amd64-cgo), const SIGSTOP = 17 +pkg syscall (freebsd-amd64-cgo), const SIGSYS = 12 +pkg syscall (freebsd-amd64-cgo), const SIGTHR = 32 +pkg syscall (freebsd-amd64-cgo), const SIGTSTP = 18 +pkg syscall (freebsd-amd64-cgo), const SIGTTIN = 21 +pkg syscall (freebsd-amd64-cgo), const SIGTTOU = 22 +pkg syscall (freebsd-amd64-cgo), const SIGURG = 16 +pkg syscall (freebsd-amd64-cgo), const SIGUSR1 = 30 +pkg syscall (freebsd-amd64-cgo), const SIGUSR2 = 31 +pkg syscall (freebsd-amd64-cgo), const SIGVTALRM = 26 +pkg syscall (freebsd-amd64-cgo), const SIGWINCH = 28 +pkg syscall (freebsd-amd64-cgo), const SIGXCPU = 24 +pkg syscall (freebsd-amd64-cgo), const SIGXFSZ = 25 +pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-amd64-cgo), const SIOCADDRT = 2151707146 +pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP = 2150132103 +pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-amd64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-amd64-cgo), const SIOCDELRT = 2151707147 +pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP = 2150132105 +pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915 +pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT = 3223351824 +pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT = 3223876111 +pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF = 3222300964 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP = 3223873928 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA = 3224398136 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048 +pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091 +pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-amd64-cgo), const SOCK_RDM = 4 +pkg syscall (freebsd-amd64-cgo), const SOL_SOCKET = 65535 +pkg syscall (freebsd-amd64-cgo), const SOMAXCONN = 128 +pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-amd64-cgo), const SO_BINTIME = 8192 +pkg syscall (freebsd-amd64-cgo), const SO_BROADCAST = 32 +pkg syscall (freebsd-amd64-cgo), const SO_DEBUG = 1 +pkg syscall (freebsd-amd64-cgo), const SO_DONTROUTE = 16 +pkg syscall (freebsd-amd64-cgo), const SO_ERROR = 4103 +pkg syscall (freebsd-amd64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-amd64-cgo), const SO_LABEL = 4105 +pkg syscall (freebsd-amd64-cgo), const SO_LINGER = 128 +pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP = 32768 +pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE = 256 +pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-amd64-cgo), const SO_RCVBUF = 4098 +pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-amd64-cgo), const SO_REUSEADDR = 4 +pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT = 512 +pkg syscall (freebsd-amd64-cgo), const SO_SETFIB = 4116 +pkg syscall (freebsd-amd64-cgo), const SO_SNDBUF = 4097 +pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-amd64-cgo), const SO_TYPE = 4104 +pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 = 463 +pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT = 30 +pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS = 33 +pkg syscall (freebsd-amd64-cgo), const SYS_ACCT = 51 +pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME = 140 +pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT = 445 +pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON = 446 +pkg syscall (freebsd-amd64-cgo), const SYS_BIND = 104 +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS = 515 +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW = 514 +pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR = 12 +pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD = 15 +pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN = 16 +pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT = 61 +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE = 6 +pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT = 98 +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET = 484 +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-amd64-cgo), const SYS_DUP = 41 +pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 = 90 +pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS = 376 +pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE = 59 +pkg syscall (freebsd-amd64-cgo), const SYS_EXIT = 1 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR = 13 +pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD = 124 +pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN = 123 +pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL = 92 +pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE = 492 +pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN = 298 +pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT = 299 +pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK = 131 +pkg syscall (freebsd-amd64-cgo), const SYS_FORK = 2 +pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE = 201 +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK = 199 +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP = 197 +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD = 173 +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE = 174 +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE = 200 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC = 95 +pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES = 206 +pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID = 447 +pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS = 272 +pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID = 43 +pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID = 25 +pkg syscall (freebsd-amd64-cgo), const SYS_GETFH = 161 +pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-amd64-cgo), const SYS_GETGID = 47 +pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER = 86 +pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID = 207 +pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP = 81 +pkg syscall (freebsd-amd64-cgo), const SYS_GETPID = 20 +pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID = 39 +pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID = 361 +pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID = 360 +pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-amd64-cgo), const SYS_GETSID = 310 +pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-amd64-cgo), const SYS_GETUID = 24 +pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL = 54 +pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL = 338 +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-amd64-cgo), const SYS_KENV = 390 +pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 363 +pkg syscall (freebsd-amd64-cgo), const SYS_KILL = 37 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND = 306 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM = 337 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE = 362 +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE = 45 +pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD = 274 +pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN = 254 +pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH = 160 +pkg syscall (freebsd-amd64-cgo), const SYS_LINK = 9 +pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT = 495 +pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN = 106 +pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK = 478 +pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES = 276 +pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE = 75 +pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE = 78 +pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT = 250 +pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR = 136 +pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO = 132 +pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD = 14 +pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK = 203 +pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-amd64-cgo), const SYS_MMAP = 477 +pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND = 303 +pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT = 300 +pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT = 301 +pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT = 21 +pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT = 74 +pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC = 65 +pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP = 73 +pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT = 279 +pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT = 280 +pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT = 378 +pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT = 278 +pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK = 17 +pkg syscall (freebsd-amd64-cgo), const SYS_OPEN = 5 +pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT = 499 +pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE = 72 +pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF = 191 +pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK = 518 +pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID = 520 +pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL = 519 +pkg syscall (freebsd-amd64-cgo), const SYS_PIPE = 42 +pkg syscall (freebsd-amd64-cgo), const SYS_POLL = 209 +pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-amd64-cgo), const SYS_PREAD = 475 +pkg syscall (freebsd-amd64-cgo), const SYS_PREADV = 289 +pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL = 44 +pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT = 522 +pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE = 26 +pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE = 476 +pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV = 290 +pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-amd64-cgo), const SYS_READ = 3 +pkg syscall (freebsd-amd64-cgo), const SYS_READLINK = 58 +pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT = 500 +pkg syscall (freebsd-amd64-cgo), const SYS_READV = 120 +pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT = 55 +pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM = 29 +pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG = 27 +pkg syscall (freebsd-amd64-cgo), const SYS_RENAME = 128 +pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE = 56 +pkg syscall (freebsd-amd64-cgo), const SYS_RFORK = 251 +pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR = 137 +pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO = 166 +pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-amd64-cgo), const SYS_SBRK = 69 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-amd64-cgo), const SYS_SELECT = 93 +pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE = 393 +pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG = 28 +pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO = 133 +pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID = 448 +pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID = 182 +pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID = 183 +pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB = 175 +pkg syscall (freebsd-amd64-cgo), const SYS_SETGID = 181 +pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER = 83 +pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID = 82 +pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID = 127 +pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID = 312 +pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID = 311 +pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID = 126 +pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-amd64-cgo), const SYS_SETSID = 147 +pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-amd64-cgo), const SYS_SETUID = 23 +pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION = 416 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET = 97 +pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-amd64-cgo), const SYS_SSTK = 70 +pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON = 85 +pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK = 57 +pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-amd64-cgo), const SYS_SYNC = 36 +pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH = 165 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL = 433 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW = 455 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF = 432 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-amd64-cgo), const SYS_UMASK = 60 +pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE = 205 +pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK = 10 +pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES = 138 +pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE = 335 +pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-amd64-cgo), const SYS_VFORK = 66 +pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 = 7 +pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 = 532 +pkg syscall (freebsd-amd64-cgo), const SYS_WRITE = 4 +pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV = 121 +pkg syscall (freebsd-amd64-cgo), const SYS_YIELD = 321 +pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK = 434 +pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK = 435 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD = 326 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID = 374 +pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL = 202 +pkg syscall (freebsd-amd64-cgo), const S_IFMT = 61440 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr = 32 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn = 8 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram = 16 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat = 8 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion = 4 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf = 24 +pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr = 12 +pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq = 8 +pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn = 12 +pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-amd64-cgo), const SizeofIfData = 152 +pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr = 168 +pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-amd64-cgo), const SizeofLinger = 8 +pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr = 48 +pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics = 112 +pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr = 152 +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-amd64-cgo), const TCIFLUSH = 1 +pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH = 3 +pkg syscall (freebsd-amd64-cgo), const TCOFLUSH = 2 +pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION = 64 +pkg syscall (freebsd-amd64-cgo), const TCP_INFO = 32 +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST = 4 +pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG = 2 +pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG = 16 +pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS = 216 +pkg syscall (freebsd-amd64-cgo), const TCP_MSS = 536 +pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT = 8 +pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH = 4 +pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH = 2 +pkg syscall (freebsd-amd64-cgo), const TIOCCBRK = 536900730 +pkg syscall (freebsd-amd64-cgo), const TIOCCDTR = 536900728 +pkg syscall (freebsd-amd64-cgo), const TIOCCONS = 2147775586 +pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-amd64-cgo), const TIOCEXCL = 536900621 +pkg syscall (freebsd-amd64-cgo), const TIOCEXT = 2147775584 +pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-amd64-cgo), const TIOCGETA = 1076655123 +pkg syscall (freebsd-amd64-cgo), const TIOCGETD = 1074033690 +pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-amd64-cgo), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-amd64-cgo), const TIOCGSID = 1074033763 +pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-amd64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-amd64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-amd64-cgo), const TIOCMGET = 1074033770 +pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-amd64-cgo), const TIOCMSET = 2147775597 +pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR = 64 +pkg syscall (freebsd-amd64-cgo), const TIOCM_CD = 64 +pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS = 32 +pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD = 64 +pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR = 256 +pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR = 2 +pkg syscall (freebsd-amd64-cgo), const TIOCM_LE = 1 +pkg syscall (freebsd-amd64-cgo), const TIOCM_RI = 128 +pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG = 128 +pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS = 4 +pkg syscall (freebsd-amd64-cgo), const TIOCM_SR = 16 +pkg syscall (freebsd-amd64-cgo), const TIOCM_ST = 8 +pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-amd64-cgo), const TIOCNXCL = 536900622 +pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT = 2147775600 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START = 8 +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-amd64-cgo), const TIOCSBRK = 536900731 +pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-amd64-cgo), const TIOCSDTR = 536900729 +pkg syscall (freebsd-amd64-cgo), const TIOCSETA = 2150396948 +pkg syscall (freebsd-amd64-cgo), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-amd64-cgo), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-amd64-cgo), const TIOCSETD = 2147775515 +pkg syscall (freebsd-amd64-cgo), const TIOCSIG = 537162847 +pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-amd64-cgo), const TIOCSTART = 536900718 +pkg syscall (freebsd-amd64-cgo), const TIOCSTAT = 536900709 +pkg syscall (freebsd-amd64-cgo), const TIOCSTI = 2147578994 +pkg syscall (freebsd-amd64-cgo), const TIOCSTOP = 536900719 +pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP = 1074820185 +pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-amd64-cgo), const TOSTOP = 4194304 +pkg syscall (freebsd-amd64-cgo), const VDISCARD = 15 +pkg syscall (freebsd-amd64-cgo), const VDSUSP = 11 +pkg syscall (freebsd-amd64-cgo), const VEOF = 0 +pkg syscall (freebsd-amd64-cgo), const VEOL = 1 +pkg syscall (freebsd-amd64-cgo), const VEOL2 = 2 +pkg syscall (freebsd-amd64-cgo), const VERASE = 3 +pkg syscall (freebsd-amd64-cgo), const VERASE2 = 7 +pkg syscall (freebsd-amd64-cgo), const VINTR = 8 +pkg syscall (freebsd-amd64-cgo), const VKILL = 5 +pkg syscall (freebsd-amd64-cgo), const VLNEXT = 14 +pkg syscall (freebsd-amd64-cgo), const VMIN = 16 +pkg syscall (freebsd-amd64-cgo), const VQUIT = 9 +pkg syscall (freebsd-amd64-cgo), const VREPRINT = 6 +pkg syscall (freebsd-amd64-cgo), const VSTART = 12 +pkg syscall (freebsd-amd64-cgo), const VSTATUS = 18 +pkg syscall (freebsd-amd64-cgo), const VSTOP = 13 +pkg syscall (freebsd-amd64-cgo), const VSUSP = 10 +pkg syscall (freebsd-amd64-cgo), const VTIME = 17 +pkg syscall (freebsd-amd64-cgo), const VWERASE = 4 +pkg syscall (freebsd-amd64-cgo), const WCONTINUED = 4 +pkg syscall (freebsd-amd64-cgo), const WCOREFLAG = 128 +pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-amd64-cgo), const WNOHANG = 1 +pkg syscall (freebsd-amd64-cgo), const WNOWAIT = 8 +pkg syscall (freebsd-amd64-cgo), const WSTOPPED = 2 +pkg syscall (freebsd-amd64-cgo), const WUNTRACED = 2 +pkg syscall (freebsd-arm), const AF_APPLETALK = 16 +pkg syscall (freebsd-arm), const AF_ARP = 35 +pkg syscall (freebsd-arm), const AF_ATM = 30 +pkg syscall (freebsd-arm), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-arm), const AF_CCITT = 10 +pkg syscall (freebsd-arm), const AF_CHAOS = 5 +pkg syscall (freebsd-arm), const AF_CNT = 21 +pkg syscall (freebsd-arm), const AF_COIP = 20 +pkg syscall (freebsd-arm), const AF_DATAKIT = 9 +pkg syscall (freebsd-arm), const AF_DECnet = 12 +pkg syscall (freebsd-arm), const AF_DLI = 13 +pkg syscall (freebsd-arm), const AF_E164 = 26 +pkg syscall (freebsd-arm), const AF_ECMA = 8 +pkg syscall (freebsd-arm), const AF_HYLINK = 15 +pkg syscall (freebsd-arm), const AF_IEEE80211 = 37 +pkg syscall (freebsd-arm), const AF_IMPLINK = 3 +pkg syscall (freebsd-arm), const AF_INET6 = 28 +pkg syscall (freebsd-arm), const AF_IPX = 23 +pkg syscall (freebsd-arm), const AF_ISDN = 26 +pkg syscall (freebsd-arm), const AF_ISO = 7 +pkg syscall (freebsd-arm), const AF_LAT = 14 +pkg syscall (freebsd-arm), const AF_LINK = 18 +pkg syscall (freebsd-arm), const AF_LOCAL = 1 +pkg syscall (freebsd-arm), const AF_MAX = 38 +pkg syscall (freebsd-arm), const AF_NATM = 29 +pkg syscall (freebsd-arm), const AF_NETBIOS = 6 +pkg syscall (freebsd-arm), const AF_NETGRAPH = 32 +pkg syscall (freebsd-arm), const AF_OSI = 7 +pkg syscall (freebsd-arm), const AF_PUP = 4 +pkg syscall (freebsd-arm), const AF_ROUTE = 17 +pkg syscall (freebsd-arm), const AF_SCLUSTER = 34 +pkg syscall (freebsd-arm), const AF_SIP = 24 +pkg syscall (freebsd-arm), const AF_SLOW = 33 +pkg syscall (freebsd-arm), const AF_SNA = 11 +pkg syscall (freebsd-arm), const AF_VENDOR00 = 39 +pkg syscall (freebsd-arm), const AF_VENDOR01 = 41 +pkg syscall (freebsd-arm), const AF_VENDOR02 = 43 +pkg syscall (freebsd-arm), const AF_VENDOR03 = 45 +pkg syscall (freebsd-arm), const AF_VENDOR04 = 47 +pkg syscall (freebsd-arm), const AF_VENDOR05 = 49 +pkg syscall (freebsd-arm), const AF_VENDOR06 = 51 +pkg syscall (freebsd-arm), const AF_VENDOR07 = 53 +pkg syscall (freebsd-arm), const AF_VENDOR08 = 55 +pkg syscall (freebsd-arm), const AF_VENDOR09 = 57 +pkg syscall (freebsd-arm), const AF_VENDOR10 = 59 +pkg syscall (freebsd-arm), const AF_VENDOR11 = 61 +pkg syscall (freebsd-arm), const AF_VENDOR12 = 63 +pkg syscall (freebsd-arm), const AF_VENDOR13 = 65 +pkg syscall (freebsd-arm), const AF_VENDOR14 = 67 +pkg syscall (freebsd-arm), const AF_VENDOR15 = 69 +pkg syscall (freebsd-arm), const AF_VENDOR16 = 71 +pkg syscall (freebsd-arm), const AF_VENDOR17 = 73 +pkg syscall (freebsd-arm), const AF_VENDOR18 = 75 +pkg syscall (freebsd-arm), const AF_VENDOR19 = 77 +pkg syscall (freebsd-arm), const AF_VENDOR20 = 79 +pkg syscall (freebsd-arm), const AF_VENDOR21 = 81 +pkg syscall (freebsd-arm), const AF_VENDOR22 = 83 +pkg syscall (freebsd-arm), const AF_VENDOR23 = 85 +pkg syscall (freebsd-arm), const AF_VENDOR24 = 87 +pkg syscall (freebsd-arm), const AF_VENDOR25 = 89 +pkg syscall (freebsd-arm), const AF_VENDOR26 = 91 +pkg syscall (freebsd-arm), const AF_VENDOR27 = 93 +pkg syscall (freebsd-arm), const AF_VENDOR28 = 95 +pkg syscall (freebsd-arm), const AF_VENDOR29 = 97 +pkg syscall (freebsd-arm), const AF_VENDOR30 = 99 +pkg syscall (freebsd-arm), const AF_VENDOR31 = 101 +pkg syscall (freebsd-arm), const AF_VENDOR32 = 103 +pkg syscall (freebsd-arm), const AF_VENDOR33 = 105 +pkg syscall (freebsd-arm), const AF_VENDOR34 = 107 +pkg syscall (freebsd-arm), const AF_VENDOR35 = 109 +pkg syscall (freebsd-arm), const AF_VENDOR36 = 111 +pkg syscall (freebsd-arm), const AF_VENDOR37 = 113 +pkg syscall (freebsd-arm), const AF_VENDOR38 = 115 +pkg syscall (freebsd-arm), const AF_VENDOR39 = 117 +pkg syscall (freebsd-arm), const AF_VENDOR40 = 119 +pkg syscall (freebsd-arm), const AF_VENDOR41 = 121 +pkg syscall (freebsd-arm), const AF_VENDOR42 = 123 +pkg syscall (freebsd-arm), const AF_VENDOR43 = 125 +pkg syscall (freebsd-arm), const AF_VENDOR44 = 127 +pkg syscall (freebsd-arm), const AF_VENDOR45 = 129 +pkg syscall (freebsd-arm), const AF_VENDOR46 = 131 +pkg syscall (freebsd-arm), const AF_VENDOR47 = 133 +pkg syscall (freebsd-arm), const B0 = 0 +pkg syscall (freebsd-arm), const B110 = 110 +pkg syscall (freebsd-arm), const B115200 = 115200 +pkg syscall (freebsd-arm), const B1200 = 1200 +pkg syscall (freebsd-arm), const B134 = 134 +pkg syscall (freebsd-arm), const B14400 = 14400 +pkg syscall (freebsd-arm), const B150 = 150 +pkg syscall (freebsd-arm), const B1800 = 1800 +pkg syscall (freebsd-arm), const B19200 = 19200 +pkg syscall (freebsd-arm), const B200 = 200 +pkg syscall (freebsd-arm), const B230400 = 230400 +pkg syscall (freebsd-arm), const B2400 = 2400 +pkg syscall (freebsd-arm), const B28800 = 28800 +pkg syscall (freebsd-arm), const B300 = 300 +pkg syscall (freebsd-arm), const B38400 = 38400 +pkg syscall (freebsd-arm), const B460800 = 460800 +pkg syscall (freebsd-arm), const B4800 = 4800 +pkg syscall (freebsd-arm), const B50 = 50 +pkg syscall (freebsd-arm), const B57600 = 57600 +pkg syscall (freebsd-arm), const B600 = 600 +pkg syscall (freebsd-arm), const B7200 = 7200 +pkg syscall (freebsd-arm), const B75 = 75 +pkg syscall (freebsd-arm), const B76800 = 76800 +pkg syscall (freebsd-arm), const B921600 = 921600 +pkg syscall (freebsd-arm), const B9600 = 9600 +pkg syscall (freebsd-arm), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-arm), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-arm), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-arm), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-arm), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-arm), const BIOCGDLTLIST = 3221766777 +pkg syscall (freebsd-arm), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-arm), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-arm), const BIOCGETZMAX = 1074020991 +pkg syscall (freebsd-arm), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-arm), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262 +pkg syscall (freebsd-arm), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-arm), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-arm), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-arm), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-arm), const BIOCLOCK = 536887930 +pkg syscall (freebsd-arm), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-arm), const BIOCROTZBUF = 1074545280 +pkg syscall (freebsd-arm), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-arm), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-arm), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-arm), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-arm), const BIOCSETF = 2148024935 +pkg syscall (freebsd-arm), const BIOCSETFNR = 2148024962 +pkg syscall (freebsd-arm), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-arm), const BIOCSETWF = 2148024955 +pkg syscall (freebsd-arm), const BIOCSETZBUF = 2148287105 +pkg syscall (freebsd-arm), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-arm), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085 +pkg syscall (freebsd-arm), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-arm), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-arm), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-arm), const BPF_A = 16 +pkg syscall (freebsd-arm), const BPF_ABS = 32 +pkg syscall (freebsd-arm), const BPF_ADD = 0 +pkg syscall (freebsd-arm), const BPF_ALIGNMENT = 4 +pkg syscall (freebsd-arm), const BPF_ALU = 4 +pkg syscall (freebsd-arm), const BPF_AND = 80 +pkg syscall (freebsd-arm), const BPF_B = 16 +pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-arm), const BPF_DIV = 48 +pkg syscall (freebsd-arm), const BPF_H = 8 +pkg syscall (freebsd-arm), const BPF_IMM = 0 +pkg syscall (freebsd-arm), const BPF_IND = 64 +pkg syscall (freebsd-arm), const BPF_JA = 0 +pkg syscall (freebsd-arm), const BPF_JEQ = 16 +pkg syscall (freebsd-arm), const BPF_JGE = 48 +pkg syscall (freebsd-arm), const BPF_JGT = 32 +pkg syscall (freebsd-arm), const BPF_JMP = 5 +pkg syscall (freebsd-arm), const BPF_JSET = 64 +pkg syscall (freebsd-arm), const BPF_K = 0 +pkg syscall (freebsd-arm), const BPF_LD = 0 +pkg syscall (freebsd-arm), const BPF_LDX = 1 +pkg syscall (freebsd-arm), const BPF_LEN = 128 +pkg syscall (freebsd-arm), const BPF_LSH = 96 +pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-arm), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-arm), const BPF_MEM = 96 +pkg syscall (freebsd-arm), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-arm), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-arm), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-arm), const BPF_MISC = 7 +pkg syscall (freebsd-arm), const BPF_MSH = 160 +pkg syscall (freebsd-arm), const BPF_MUL = 32 +pkg syscall (freebsd-arm), const BPF_NEG = 128 +pkg syscall (freebsd-arm), const BPF_OR = 64 +pkg syscall (freebsd-arm), const BPF_RELEASE = 199606 +pkg syscall (freebsd-arm), const BPF_RET = 6 +pkg syscall (freebsd-arm), const BPF_RSH = 112 +pkg syscall (freebsd-arm), const BPF_ST = 2 +pkg syscall (freebsd-arm), const BPF_STX = 3 +pkg syscall (freebsd-arm), const BPF_SUB = 16 +pkg syscall (freebsd-arm), const BPF_TAX = 0 +pkg syscall (freebsd-arm), const BPF_TXA = 128 +pkg syscall (freebsd-arm), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-arm), const BPF_T_FAST = 256 +pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-arm), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-arm), const BPF_T_NONE = 3 +pkg syscall (freebsd-arm), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-arm), const BPF_W = 0 +pkg syscall (freebsd-arm), const BPF_X = 8 +pkg syscall (freebsd-arm), const BRKINT = 2 +pkg syscall (freebsd-arm), const CFLUSH = 15 +pkg syscall (freebsd-arm), const CLOCAL = 32768 +pkg syscall (freebsd-arm), const CREAD = 2048 +pkg syscall (freebsd-arm), const CS5 = 0 +pkg syscall (freebsd-arm), const CS6 = 256 +pkg syscall (freebsd-arm), const CS7 = 512 +pkg syscall (freebsd-arm), const CS8 = 768 +pkg syscall (freebsd-arm), const CSIZE = 768 +pkg syscall (freebsd-arm), const CSTART = 17 +pkg syscall (freebsd-arm), const CSTATUS = 20 +pkg syscall (freebsd-arm), const CSTOP = 19 +pkg syscall (freebsd-arm), const CSTOPB = 1024 +pkg syscall (freebsd-arm), const CSUSP = 26 +pkg syscall (freebsd-arm), const CTL_MAXNAME = 24 +pkg syscall (freebsd-arm), const CTL_NET = 4 +pkg syscall (freebsd-arm), const DLT_A429 = 184 +pkg syscall (freebsd-arm), const DLT_A653_ICM = 185 +pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-arm), const DLT_AOS = 222 +pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-arm), const DLT_ARCNET = 7 +pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-arm), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-arm), const DLT_AURORA = 126 +pkg syscall (freebsd-arm), const DLT_AX25 = 3 +pkg syscall (freebsd-arm), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-arm), const DLT_CAN20B = 190 +pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-arm), const DLT_CHAOS = 5 +pkg syscall (freebsd-arm), const DLT_CHDLC = 104 +pkg syscall (freebsd-arm), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-arm), const DLT_C_HDLC = 104 +pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-arm), const DLT_DBUS = 231 +pkg syscall (freebsd-arm), const DLT_DECT = 221 +pkg syscall (freebsd-arm), const DLT_DOCSIS = 143 +pkg syscall (freebsd-arm), const DLT_DVB_CI = 235 +pkg syscall (freebsd-arm), const DLT_ECONET = 115 +pkg syscall (freebsd-arm), const DLT_EN10MB = 1 +pkg syscall (freebsd-arm), const DLT_EN3MB = 2 +pkg syscall (freebsd-arm), const DLT_ENC = 109 +pkg syscall (freebsd-arm), const DLT_ERF = 197 +pkg syscall (freebsd-arm), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-arm), const DLT_ERF_POS = 176 +pkg syscall (freebsd-arm), const DLT_FC_2 = 224 +pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-arm), const DLT_FDDI = 10 +pkg syscall (freebsd-arm), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-arm), const DLT_FRELAY = 107 +pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-arm), const DLT_GPF_F = 171 +pkg syscall (freebsd-arm), const DLT_GPF_T = 170 +pkg syscall (freebsd-arm), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-arm), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-arm), const DLT_HHDLC = 121 +pkg syscall (freebsd-arm), const DLT_IBM_SN = 146 +pkg syscall (freebsd-arm), const DLT_IBM_SP = 145 +pkg syscall (freebsd-arm), const DLT_IEEE802 = 6 +pkg syscall (freebsd-arm), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-arm), const DLT_IPFILTER = 116 +pkg syscall (freebsd-arm), const DLT_IPMB = 199 +pkg syscall (freebsd-arm), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-arm), const DLT_IPNET = 226 +pkg syscall (freebsd-arm), const DLT_IPOIB = 242 +pkg syscall (freebsd-arm), const DLT_IPV4 = 228 +pkg syscall (freebsd-arm), const DLT_IPV6 = 229 +pkg syscall (freebsd-arm), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-arm), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-arm), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-arm), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-arm), const DLT_LAPD = 203 +pkg syscall (freebsd-arm), const DLT_LIN = 212 +pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-arm), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-arm), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-arm), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-arm), const DLT_LOOP = 108 +pkg syscall (freebsd-arm), const DLT_LTALK = 114 +pkg syscall (freebsd-arm), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-arm), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-arm), const DLT_MFR = 182 +pkg syscall (freebsd-arm), const DLT_MOST = 211 +pkg syscall (freebsd-arm), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-arm), const DLT_MPLS = 219 +pkg syscall (freebsd-arm), const DLT_MTP2 = 140 +pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-arm), const DLT_MTP3 = 141 +pkg syscall (freebsd-arm), const DLT_MUX27010 = 236 +pkg syscall (freebsd-arm), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-arm), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-arm), const DLT_NFLOG = 239 +pkg syscall (freebsd-arm), const DLT_NG40 = 244 +pkg syscall (freebsd-arm), const DLT_NULL = 0 +pkg syscall (freebsd-arm), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-arm), const DLT_PFLOG = 117 +pkg syscall (freebsd-arm), const DLT_PFSYNC = 121 +pkg syscall (freebsd-arm), const DLT_PPI = 192 +pkg syscall (freebsd-arm), const DLT_PPP = 9 +pkg syscall (freebsd-arm), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-arm), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-arm), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-arm), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-arm), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-arm), const DLT_PRONET = 4 +pkg syscall (freebsd-arm), const DLT_RAIF1 = 198 +pkg syscall (freebsd-arm), const DLT_RAW = 12 +pkg syscall (freebsd-arm), const DLT_RIO = 124 +pkg syscall (freebsd-arm), const DLT_SCCP = 142 +pkg syscall (freebsd-arm), const DLT_SITA = 196 +pkg syscall (freebsd-arm), const DLT_SLIP = 8 +pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-arm), const DLT_SUNATM = 123 +pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-arm), const DLT_TZSP = 128 +pkg syscall (freebsd-arm), const DLT_USB = 186 +pkg syscall (freebsd-arm), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-arm), const DLT_USER0 = 147 +pkg syscall (freebsd-arm), const DLT_USER1 = 148 +pkg syscall (freebsd-arm), const DLT_USER10 = 157 +pkg syscall (freebsd-arm), const DLT_USER11 = 158 +pkg syscall (freebsd-arm), const DLT_USER12 = 159 +pkg syscall (freebsd-arm), const DLT_USER13 = 160 +pkg syscall (freebsd-arm), const DLT_USER14 = 161 +pkg syscall (freebsd-arm), const DLT_USER15 = 162 +pkg syscall (freebsd-arm), const DLT_USER2 = 149 +pkg syscall (freebsd-arm), const DLT_USER3 = 150 +pkg syscall (freebsd-arm), const DLT_USER4 = 151 +pkg syscall (freebsd-arm), const DLT_USER5 = 152 +pkg syscall (freebsd-arm), const DLT_USER6 = 153 +pkg syscall (freebsd-arm), const DLT_USER7 = 154 +pkg syscall (freebsd-arm), const DLT_USER8 = 155 +pkg syscall (freebsd-arm), const DLT_USER9 = 156 +pkg syscall (freebsd-arm), const DLT_WIHART = 223 +pkg syscall (freebsd-arm), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-arm), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-arm), const DT_BLK = 6 +pkg syscall (freebsd-arm), const DT_CHR = 2 +pkg syscall (freebsd-arm), const DT_DIR = 4 +pkg syscall (freebsd-arm), const DT_FIFO = 1 +pkg syscall (freebsd-arm), const DT_LNK = 10 +pkg syscall (freebsd-arm), const DT_REG = 8 +pkg syscall (freebsd-arm), const DT_SOCK = 12 +pkg syscall (freebsd-arm), const DT_UNKNOWN = 0 +pkg syscall (freebsd-arm), const DT_WHT = 14 +pkg syscall (freebsd-arm), const E2BIG = 7 +pkg syscall (freebsd-arm), const EACCES = 13 +pkg syscall (freebsd-arm), const EADDRINUSE = 48 +pkg syscall (freebsd-arm), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-arm), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-arm), const EAGAIN = 35 +pkg syscall (freebsd-arm), const EALREADY = 37 +pkg syscall (freebsd-arm), const EAUTH = 80 +pkg syscall (freebsd-arm), const EBADF = 9 +pkg syscall (freebsd-arm), const EBADMSG = 89 +pkg syscall (freebsd-arm), const EBADRPC = 72 +pkg syscall (freebsd-arm), const EBUSY = 16 +pkg syscall (freebsd-arm), const ECANCELED = 85 +pkg syscall (freebsd-arm), const ECAPMODE = 94 +pkg syscall (freebsd-arm), const ECHILD = 10 +pkg syscall (freebsd-arm), const ECHO = 8 +pkg syscall (freebsd-arm), const ECHOCTL = 64 +pkg syscall (freebsd-arm), const ECHOE = 2 +pkg syscall (freebsd-arm), const ECHOK = 4 +pkg syscall (freebsd-arm), const ECHOKE = 1 +pkg syscall (freebsd-arm), const ECHONL = 16 +pkg syscall (freebsd-arm), const ECHOPRT = 32 +pkg syscall (freebsd-arm), const ECONNABORTED = 53 +pkg syscall (freebsd-arm), const ECONNREFUSED = 61 +pkg syscall (freebsd-arm), const ECONNRESET = 54 +pkg syscall (freebsd-arm), const EDEADLK = 11 +pkg syscall (freebsd-arm), const EDESTADDRREQ = 39 +pkg syscall (freebsd-arm), const EDOM = 33 +pkg syscall (freebsd-arm), const EDOOFUS = 88 +pkg syscall (freebsd-arm), const EDQUOT = 69 +pkg syscall (freebsd-arm), const EEXIST = 17 +pkg syscall (freebsd-arm), const EFAULT = 14 +pkg syscall (freebsd-arm), const EFBIG = 27 +pkg syscall (freebsd-arm), const EFTYPE = 79 +pkg syscall (freebsd-arm), const EHOSTDOWN = 64 +pkg syscall (freebsd-arm), const EHOSTUNREACH = 65 +pkg syscall (freebsd-arm), const EIDRM = 82 +pkg syscall (freebsd-arm), const EILSEQ = 86 +pkg syscall (freebsd-arm), const EINPROGRESS = 36 +pkg syscall (freebsd-arm), const EINTR = 4 +pkg syscall (freebsd-arm), const EINVAL = 22 +pkg syscall (freebsd-arm), const EIO = 5 +pkg syscall (freebsd-arm), const EISCONN = 56 +pkg syscall (freebsd-arm), const EISDIR = 21 +pkg syscall (freebsd-arm), const ELAST = 94 +pkg syscall (freebsd-arm), const ELOOP = 62 +pkg syscall (freebsd-arm), const EMFILE = 24 +pkg syscall (freebsd-arm), const EMLINK = 31 +pkg syscall (freebsd-arm), const EMSGSIZE = 40 +pkg syscall (freebsd-arm), const EMULTIHOP = 90 +pkg syscall (freebsd-arm), const ENAMETOOLONG = 63 +pkg syscall (freebsd-arm), const ENEEDAUTH = 81 +pkg syscall (freebsd-arm), const ENETDOWN = 50 +pkg syscall (freebsd-arm), const ENETRESET = 52 +pkg syscall (freebsd-arm), const ENETUNREACH = 51 +pkg syscall (freebsd-arm), const ENFILE = 23 +pkg syscall (freebsd-arm), const ENOATTR = 87 +pkg syscall (freebsd-arm), const ENOBUFS = 55 +pkg syscall (freebsd-arm), const ENODEV = 19 +pkg syscall (freebsd-arm), const ENOEXEC = 8 +pkg syscall (freebsd-arm), const ENOLCK = 77 +pkg syscall (freebsd-arm), const ENOLINK = 91 +pkg syscall (freebsd-arm), const ENOMEM = 12 +pkg syscall (freebsd-arm), const ENOMSG = 83 +pkg syscall (freebsd-arm), const ENOPROTOOPT = 42 +pkg syscall (freebsd-arm), const ENOSPC = 28 +pkg syscall (freebsd-arm), const ENOSYS = 78 +pkg syscall (freebsd-arm), const ENOTBLK = 15 +pkg syscall (freebsd-arm), const ENOTCAPABLE = 93 +pkg syscall (freebsd-arm), const ENOTCONN = 57 +pkg syscall (freebsd-arm), const ENOTDIR = 20 +pkg syscall (freebsd-arm), const ENOTEMPTY = 66 +pkg syscall (freebsd-arm), const ENOTSOCK = 38 +pkg syscall (freebsd-arm), const ENOTSUP = 45 +pkg syscall (freebsd-arm), const ENOTTY = 25 +pkg syscall (freebsd-arm), const ENXIO = 6 +pkg syscall (freebsd-arm), const EOPNOTSUPP = 45 +pkg syscall (freebsd-arm), const EOVERFLOW = 84 +pkg syscall (freebsd-arm), const EPERM = 1 +pkg syscall (freebsd-arm), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-arm), const EPIPE = 32 +pkg syscall (freebsd-arm), const EPROCLIM = 67 +pkg syscall (freebsd-arm), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-arm), const EPROGMISMATCH = 75 +pkg syscall (freebsd-arm), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-arm), const EPROTO = 92 +pkg syscall (freebsd-arm), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-arm), const EPROTOTYPE = 41 +pkg syscall (freebsd-arm), const ERANGE = 34 +pkg syscall (freebsd-arm), const EREMOTE = 71 +pkg syscall (freebsd-arm), const EROFS = 30 +pkg syscall (freebsd-arm), const ERPCMISMATCH = 73 +pkg syscall (freebsd-arm), const ESHUTDOWN = 58 +pkg syscall (freebsd-arm), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-arm), const ESPIPE = 29 +pkg syscall (freebsd-arm), const ESRCH = 3 +pkg syscall (freebsd-arm), const ESTALE = 70 +pkg syscall (freebsd-arm), const ETIMEDOUT = 60 +pkg syscall (freebsd-arm), const ETOOMANYREFS = 59 +pkg syscall (freebsd-arm), const ETXTBSY = 26 +pkg syscall (freebsd-arm), const EUSERS = 68 +pkg syscall (freebsd-arm), const EVFILT_AIO = -3 +pkg syscall (freebsd-arm), const EVFILT_FS = -9 +pkg syscall (freebsd-arm), const EVFILT_LIO = -10 +pkg syscall (freebsd-arm), const EVFILT_PROC = -5 +pkg syscall (freebsd-arm), const EVFILT_READ = -1 +pkg syscall (freebsd-arm), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-arm), const EVFILT_TIMER = -7 +pkg syscall (freebsd-arm), const EVFILT_USER = -11 +pkg syscall (freebsd-arm), const EVFILT_VNODE = -4 +pkg syscall (freebsd-arm), const EVFILT_WRITE = -2 +pkg syscall (freebsd-arm), const EV_ADD = 1 +pkg syscall (freebsd-arm), const EV_CLEAR = 32 +pkg syscall (freebsd-arm), const EV_DELETE = 2 +pkg syscall (freebsd-arm), const EV_DISABLE = 8 +pkg syscall (freebsd-arm), const EV_DISPATCH = 128 +pkg syscall (freebsd-arm), const EV_ENABLE = 4 +pkg syscall (freebsd-arm), const EV_EOF = 32768 +pkg syscall (freebsd-arm), const EV_ERROR = 16384 +pkg syscall (freebsd-arm), const EV_FLAG1 = 8192 +pkg syscall (freebsd-arm), const EV_ONESHOT = 16 +pkg syscall (freebsd-arm), const EV_RECEIPT = 64 +pkg syscall (freebsd-arm), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-arm), const EWOULDBLOCK = 35 +pkg syscall (freebsd-arm), const EXDEV = 18 +pkg syscall (freebsd-arm), const EXTA = 19200 +pkg syscall (freebsd-arm), const EXTB = 38400 +pkg syscall (freebsd-arm), const EXTPROC = 2048 +pkg syscall (freebsd-arm), const FD_CLOEXEC = 1 +pkg syscall (freebsd-arm), const FD_SETSIZE = 1024 +pkg syscall (freebsd-arm), const FLUSHO = 8388608 +pkg syscall (freebsd-arm), const F_CANCEL = 5 +pkg syscall (freebsd-arm), const F_DUP2FD = 10 +pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-arm), const F_DUPFD = 0 +pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-arm), const F_GETFD = 1 +pkg syscall (freebsd-arm), const F_GETFL = 3 +pkg syscall (freebsd-arm), const F_GETLK = 11 +pkg syscall (freebsd-arm), const F_GETOWN = 5 +pkg syscall (freebsd-arm), const F_OGETLK = 7 +pkg syscall (freebsd-arm), const F_OK = 0 +pkg syscall (freebsd-arm), const F_OSETLK = 8 +pkg syscall (freebsd-arm), const F_OSETLKW = 9 +pkg syscall (freebsd-arm), const F_RDAHEAD = 16 +pkg syscall (freebsd-arm), const F_RDLCK = 1 +pkg syscall (freebsd-arm), const F_READAHEAD = 15 +pkg syscall (freebsd-arm), const F_SETFD = 2 +pkg syscall (freebsd-arm), const F_SETFL = 4 +pkg syscall (freebsd-arm), const F_SETLK = 12 +pkg syscall (freebsd-arm), const F_SETLKW = 13 +pkg syscall (freebsd-arm), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-arm), const F_SETOWN = 6 +pkg syscall (freebsd-arm), const F_UNLCK = 2 +pkg syscall (freebsd-arm), const F_UNLCKSYS = 4 +pkg syscall (freebsd-arm), const F_WRLCK = 3 +pkg syscall (freebsd-arm), const HUPCL = 16384 +pkg syscall (freebsd-arm), const ICANON = 256 +pkg syscall (freebsd-arm), const ICRNL = 256 +pkg syscall (freebsd-arm), const IEXTEN = 1024 +pkg syscall (freebsd-arm), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-arm), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-arm), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-arm), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-arm), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-arm), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-arm), const IFF_DEBUG = 4 +pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-arm), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-arm), const IFF_DYING = 2097152 +pkg syscall (freebsd-arm), const IFF_LINK0 = 4096 +pkg syscall (freebsd-arm), const IFF_LINK1 = 8192 +pkg syscall (freebsd-arm), const IFF_LINK2 = 16384 +pkg syscall (freebsd-arm), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-arm), const IFF_MONITOR = 262144 +pkg syscall (freebsd-arm), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-arm), const IFF_NOARP = 128 +pkg syscall (freebsd-arm), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-arm), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-arm), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-arm), const IFF_PROMISC = 256 +pkg syscall (freebsd-arm), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-arm), const IFF_RUNNING = 64 +pkg syscall (freebsd-arm), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-arm), const IFF_SMART = 32 +pkg syscall (freebsd-arm), const IFF_STATICARP = 524288 +pkg syscall (freebsd-arm), const IFNAMSIZ = 16 +pkg syscall (freebsd-arm), const IFT_1822 = 2 +pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-arm), const IFT_AAL2 = 187 +pkg syscall (freebsd-arm), const IFT_AAL5 = 49 +pkg syscall (freebsd-arm), const IFT_ADSL = 94 +pkg syscall (freebsd-arm), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-arm), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-arm), const IFT_ARAP = 88 +pkg syscall (freebsd-arm), const IFT_ARCNET = 35 +pkg syscall (freebsd-arm), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-arm), const IFT_ASYNC = 84 +pkg syscall (freebsd-arm), const IFT_ATM = 37 +pkg syscall (freebsd-arm), const IFT_ATMDXI = 105 +pkg syscall (freebsd-arm), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-arm), const IFT_ATMIMA = 107 +pkg syscall (freebsd-arm), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-arm), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-arm), const IFT_BRIDGE = 209 +pkg syscall (freebsd-arm), const IFT_BSC = 83 +pkg syscall (freebsd-arm), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-arm), const IFT_CEPT = 19 +pkg syscall (freebsd-arm), const IFT_CES = 133 +pkg syscall (freebsd-arm), const IFT_CHANNEL = 70 +pkg syscall (freebsd-arm), const IFT_CNR = 85 +pkg syscall (freebsd-arm), const IFT_COFFEE = 132 +pkg syscall (freebsd-arm), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-arm), const IFT_DCN = 141 +pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-arm), const IFT_DLSW = 74 +pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-arm), const IFT_DS0 = 81 +pkg syscall (freebsd-arm), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-arm), const IFT_DS1FDL = 170 +pkg syscall (freebsd-arm), const IFT_DS3 = 30 +pkg syscall (freebsd-arm), const IFT_DTM = 140 +pkg syscall (freebsd-arm), const IFT_DVBASILN = 172 +pkg syscall (freebsd-arm), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-arm), const IFT_ENC = 244 +pkg syscall (freebsd-arm), const IFT_EON = 25 +pkg syscall (freebsd-arm), const IFT_EPLRS = 87 +pkg syscall (freebsd-arm), const IFT_ESCON = 73 +pkg syscall (freebsd-arm), const IFT_ETHER = 6 +pkg syscall (freebsd-arm), const IFT_FAITH = 242 +pkg syscall (freebsd-arm), const IFT_FAST = 125 +pkg syscall (freebsd-arm), const IFT_FASTETHER = 62 +pkg syscall (freebsd-arm), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-arm), const IFT_FDDI = 15 +pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-arm), const IFT_FRELAY = 32 +pkg syscall (freebsd-arm), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-arm), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-arm), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-arm), const IFT_G703AT64K = 66 +pkg syscall (freebsd-arm), const IFT_GIF = 240 +pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-arm), const IFT_GR303IDT = 178 +pkg syscall (freebsd-arm), const IFT_GR303RDT = 177 +pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-arm), const IFT_H323PROXY = 165 +pkg syscall (freebsd-arm), const IFT_HDH1822 = 3 +pkg syscall (freebsd-arm), const IFT_HDLC = 118 +pkg syscall (freebsd-arm), const IFT_HDSL2 = 168 +pkg syscall (freebsd-arm), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-arm), const IFT_HIPPI = 47 +pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-arm), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-arm), const IFT_HSSI = 46 +pkg syscall (freebsd-arm), const IFT_HY = 14 +pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-arm), const IFT_IDSL = 154 +pkg syscall (freebsd-arm), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-arm), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-arm), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-arm), const IFT_IFGSN = 145 +pkg syscall (freebsd-arm), const IFT_IMT = 190 +pkg syscall (freebsd-arm), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-arm), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-arm), const IFT_IP = 126 +pkg syscall (freebsd-arm), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-arm), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-arm), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-arm), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-arm), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-arm), const IFT_IPXIP = 249 +pkg syscall (freebsd-arm), const IFT_ISDN = 63 +pkg syscall (freebsd-arm), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-arm), const IFT_ISDNS = 75 +pkg syscall (freebsd-arm), const IFT_ISDNU = 76 +pkg syscall (freebsd-arm), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-arm), const IFT_ISO88023 = 7 +pkg syscall (freebsd-arm), const IFT_ISO88024 = 8 +pkg syscall (freebsd-arm), const IFT_ISO88025 = 9 +pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-arm), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-arm), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-arm), const IFT_ISO88026 = 10 +pkg syscall (freebsd-arm), const IFT_ISUP = 179 +pkg syscall (freebsd-arm), const IFT_L2VLAN = 135 +pkg syscall (freebsd-arm), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-arm), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-arm), const IFT_LAPB = 16 +pkg syscall (freebsd-arm), const IFT_LAPD = 77 +pkg syscall (freebsd-arm), const IFT_LAPF = 119 +pkg syscall (freebsd-arm), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-arm), const IFT_LOOP = 24 +pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-arm), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-arm), const IFT_MIOX25 = 38 +pkg syscall (freebsd-arm), const IFT_MODEM = 48 +pkg syscall (freebsd-arm), const IFT_MPC = 113 +pkg syscall (freebsd-arm), const IFT_MPLS = 166 +pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-arm), const IFT_MSDSL = 143 +pkg syscall (freebsd-arm), const IFT_MVL = 191 +pkg syscall (freebsd-arm), const IFT_MYRINET = 99 +pkg syscall (freebsd-arm), const IFT_NFAS = 175 +pkg syscall (freebsd-arm), const IFT_NSIP = 27 +pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-arm), const IFT_OTHER = 1 +pkg syscall (freebsd-arm), const IFT_P10 = 12 +pkg syscall (freebsd-arm), const IFT_P80 = 13 +pkg syscall (freebsd-arm), const IFT_PARA = 34 +pkg syscall (freebsd-arm), const IFT_PFLOG = 246 +pkg syscall (freebsd-arm), const IFT_PFSYNC = 247 +pkg syscall (freebsd-arm), const IFT_PLC = 174 +pkg syscall (freebsd-arm), const IFT_POS = 171 +pkg syscall (freebsd-arm), const IFT_PPP = 23 +pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-arm), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-arm), const IFT_PROPMUX = 54 +pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-arm), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-arm), const IFT_PVC = 241 +pkg syscall (freebsd-arm), const IFT_QLLC = 68 +pkg syscall (freebsd-arm), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-arm), const IFT_RADSL = 95 +pkg syscall (freebsd-arm), const IFT_REACHDSL = 192 +pkg syscall (freebsd-arm), const IFT_RFC1483 = 159 +pkg syscall (freebsd-arm), const IFT_RS232 = 33 +pkg syscall (freebsd-arm), const IFT_RSRB = 79 +pkg syscall (freebsd-arm), const IFT_SDLC = 17 +pkg syscall (freebsd-arm), const IFT_SDSL = 96 +pkg syscall (freebsd-arm), const IFT_SHDSL = 169 +pkg syscall (freebsd-arm), const IFT_SIP = 31 +pkg syscall (freebsd-arm), const IFT_SLIP = 28 +pkg syscall (freebsd-arm), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-arm), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-arm), const IFT_SONET = 39 +pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-arm), const IFT_SONETPATH = 50 +pkg syscall (freebsd-arm), const IFT_SONETVT = 51 +pkg syscall (freebsd-arm), const IFT_SRP = 151 +pkg syscall (freebsd-arm), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-arm), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-arm), const IFT_STARLAN = 11 +pkg syscall (freebsd-arm), const IFT_STF = 215 +pkg syscall (freebsd-arm), const IFT_T1 = 18 +pkg syscall (freebsd-arm), const IFT_TDLC = 116 +pkg syscall (freebsd-arm), const IFT_TERMPAD = 91 +pkg syscall (freebsd-arm), const IFT_TR008 = 176 +pkg syscall (freebsd-arm), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-arm), const IFT_TUNNEL = 131 +pkg syscall (freebsd-arm), const IFT_ULTRA = 29 +pkg syscall (freebsd-arm), const IFT_USB = 160 +pkg syscall (freebsd-arm), const IFT_V11 = 64 +pkg syscall (freebsd-arm), const IFT_V35 = 45 +pkg syscall (freebsd-arm), const IFT_V36 = 65 +pkg syscall (freebsd-arm), const IFT_V37 = 120 +pkg syscall (freebsd-arm), const IFT_VDSL = 97 +pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-arm), const IFT_VOICEEM = 100 +pkg syscall (freebsd-arm), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-arm), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-arm), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-arm), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-arm), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-arm), const IFT_X213 = 93 +pkg syscall (freebsd-arm), const IFT_X25 = 5 +pkg syscall (freebsd-arm), const IFT_X25DDN = 4 +pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-arm), const IFT_X25MLP = 121 +pkg syscall (freebsd-arm), const IFT_X25PLE = 40 +pkg syscall (freebsd-arm), const IFT_XETHER = 26 +pkg syscall (freebsd-arm), const IGNBRK = 1 +pkg syscall (freebsd-arm), const IGNCR = 128 +pkg syscall (freebsd-arm), const IGNPAR = 4 +pkg syscall (freebsd-arm), const IMAXBEL = 8192 +pkg syscall (freebsd-arm), const INLCR = 64 +pkg syscall (freebsd-arm), const INPCK = 16 +pkg syscall (freebsd-arm), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-arm), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-arm), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-arm), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-arm), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-arm), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-arm), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-arm), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-arm), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-arm), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-arm), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-arm), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-arm), const IPPROTO_3PC = 34 +pkg syscall (freebsd-arm), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-arm), const IPPROTO_AH = 51 +pkg syscall (freebsd-arm), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-arm), const IPPROTO_APES = 99 +pkg syscall (freebsd-arm), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-arm), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-arm), const IPPROTO_BHA = 49 +pkg syscall (freebsd-arm), const IPPROTO_BLT = 30 +pkg syscall (freebsd-arm), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-arm), const IPPROTO_CARP = 112 +pkg syscall (freebsd-arm), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-arm), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-arm), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-arm), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-arm), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-arm), const IPPROTO_DDP = 37 +pkg syscall (freebsd-arm), const IPPROTO_DGP = 86 +pkg syscall (freebsd-arm), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-arm), const IPPROTO_DONE = 257 +pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-arm), const IPPROTO_EGP = 8 +pkg syscall (freebsd-arm), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-arm), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-arm), const IPPROTO_EON = 80 +pkg syscall (freebsd-arm), const IPPROTO_ESP = 50 +pkg syscall (freebsd-arm), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-arm), const IPPROTO_GGP = 3 +pkg syscall (freebsd-arm), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-arm), const IPPROTO_GRE = 47 +pkg syscall (freebsd-arm), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-arm), const IPPROTO_HMP = 20 +pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-arm), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-arm), const IPPROTO_IDP = 22 +pkg syscall (freebsd-arm), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-arm), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-arm), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-arm), const IPPROTO_IGP = 85 +pkg syscall (freebsd-arm), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-arm), const IPPROTO_IL = 40 +pkg syscall (freebsd-arm), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-arm), const IPPROTO_INP = 32 +pkg syscall (freebsd-arm), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-arm), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-arm), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-arm), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-arm), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-arm), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-arm), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-arm), const IPPROTO_LARP = 91 +pkg syscall (freebsd-arm), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-arm), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-arm), const IPPROTO_MAX = 256 +pkg syscall (freebsd-arm), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-arm), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-arm), const IPPROTO_MH = 135 +pkg syscall (freebsd-arm), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-arm), const IPPROTO_MICP = 95 +pkg syscall (freebsd-arm), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-arm), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-arm), const IPPROTO_MTP = 92 +pkg syscall (freebsd-arm), const IPPROTO_MUX = 18 +pkg syscall (freebsd-arm), const IPPROTO_ND = 77 +pkg syscall (freebsd-arm), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-arm), const IPPROTO_NONE = 59 +pkg syscall (freebsd-arm), const IPPROTO_NSP = 31 +pkg syscall (freebsd-arm), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-arm), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-arm), const IPPROTO_PGM = 113 +pkg syscall (freebsd-arm), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-arm), const IPPROTO_PIM = 103 +pkg syscall (freebsd-arm), const IPPROTO_PRM = 21 +pkg syscall (freebsd-arm), const IPPROTO_PUP = 12 +pkg syscall (freebsd-arm), const IPPROTO_PVP = 75 +pkg syscall (freebsd-arm), const IPPROTO_RAW = 255 +pkg syscall (freebsd-arm), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-arm), const IPPROTO_RDP = 27 +pkg syscall (freebsd-arm), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-arm), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-arm), const IPPROTO_RVD = 66 +pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-arm), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-arm), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-arm), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-arm), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-arm), const IPPROTO_SEND = 259 +pkg syscall (freebsd-arm), const IPPROTO_SEP = 33 +pkg syscall (freebsd-arm), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-arm), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-arm), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-arm), const IPPROTO_ST = 7 +pkg syscall (freebsd-arm), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-arm), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-arm), const IPPROTO_TCF = 87 +pkg syscall (freebsd-arm), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-arm), const IPPROTO_TP = 29 +pkg syscall (freebsd-arm), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-arm), const IPPROTO_TTP = 84 +pkg syscall (freebsd-arm), const IPPROTO_VINES = 83 +pkg syscall (freebsd-arm), const IPPROTO_VISA = 70 +pkg syscall (freebsd-arm), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-arm), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-arm), const IPPROTO_WSN = 74 +pkg syscall (freebsd-arm), const IPPROTO_XNET = 15 +pkg syscall (freebsd-arm), const IPPROTO_XTP = 36 +pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-arm), const IPV6_BINDANY = 64 +pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-arm), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-arm), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-arm), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-arm), const IPV6_FAITH = 29 +pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-arm), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-arm), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-arm), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-arm), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-arm), const IPV6_FW_GET = 34 +pkg syscall (freebsd-arm), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-arm), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-arm), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-arm), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-arm), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-arm), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-arm), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-arm), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm), const IPV6_MMTU = 1280 +pkg syscall (freebsd-arm), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-arm), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-arm), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-arm), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-arm), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-arm), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-arm), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-arm), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-arm), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-arm), const IPV6_RTHDR = 51 +pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-arm), const IPV6_TCLASS = 61 +pkg syscall (freebsd-arm), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-arm), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-arm), const IPV6_VERSION = 96 +pkg syscall (freebsd-arm), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-arm), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-arm), const IP_BINDANY = 24 +pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-arm), const IP_DF = 16384 +pkg syscall (freebsd-arm), const IP_DONTFRAG = 67 +pkg syscall (freebsd-arm), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-arm), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-arm), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-arm), const IP_FAITH = 22 +pkg syscall (freebsd-arm), const IP_FW3 = 48 +pkg syscall (freebsd-arm), const IP_FW_ADD = 50 +pkg syscall (freebsd-arm), const IP_FW_DEL = 51 +pkg syscall (freebsd-arm), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-arm), const IP_FW_GET = 54 +pkg syscall (freebsd-arm), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-arm), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-arm), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-arm), const IP_FW_ZERO = 53 +pkg syscall (freebsd-arm), const IP_HDRINCL = 2 +pkg syscall (freebsd-arm), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-arm), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-arm), const IP_MF = 8192 +pkg syscall (freebsd-arm), const IP_MINTTL = 66 +pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm), const IP_MSFILTER = 74 +pkg syscall (freebsd-arm), const IP_MSS = 576 +pkg syscall (freebsd-arm), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-arm), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-arm), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-arm), const IP_OFFMASK = 8191 +pkg syscall (freebsd-arm), const IP_ONESBCAST = 23 +pkg syscall (freebsd-arm), const IP_OPTIONS = 1 +pkg syscall (freebsd-arm), const IP_PORTRANGE = 19 +pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-arm), const IP_RECVIF = 20 +pkg syscall (freebsd-arm), const IP_RECVOPTS = 5 +pkg syscall (freebsd-arm), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-arm), const IP_RECVTOS = 68 +pkg syscall (freebsd-arm), const IP_RECVTTL = 65 +pkg syscall (freebsd-arm), const IP_RETOPTS = 8 +pkg syscall (freebsd-arm), const IP_RF = 32768 +pkg syscall (freebsd-arm), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-arm), const IP_RSVP_ON = 15 +pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-arm), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-arm), const IP_TOS = 3 +pkg syscall (freebsd-arm), const IP_TTL = 4 +pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-arm), const ISIG = 128 +pkg syscall (freebsd-arm), const ISTRIP = 32 +pkg syscall (freebsd-arm), const IXANY = 2048 +pkg syscall (freebsd-arm), const IXOFF = 1024 +pkg syscall (freebsd-arm), const IXON = 512 +pkg syscall (freebsd-arm), const ImplementsGetwd = false +pkg syscall (freebsd-arm), const LOCK_EX = 2 +pkg syscall (freebsd-arm), const LOCK_NB = 4 +pkg syscall (freebsd-arm), const LOCK_SH = 1 +pkg syscall (freebsd-arm), const LOCK_UN = 8 +pkg syscall (freebsd-arm), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-arm), const MADV_CORE = 9 +pkg syscall (freebsd-arm), const MADV_DONTNEED = 4 +pkg syscall (freebsd-arm), const MADV_FREE = 5 +pkg syscall (freebsd-arm), const MADV_NOCORE = 8 +pkg syscall (freebsd-arm), const MADV_NORMAL = 0 +pkg syscall (freebsd-arm), const MADV_NOSYNC = 6 +pkg syscall (freebsd-arm), const MADV_PROTECT = 10 +pkg syscall (freebsd-arm), const MADV_RANDOM = 1 +pkg syscall (freebsd-arm), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-arm), const MADV_WILLNEED = 3 +pkg syscall (freebsd-arm), const MAP_ANON = 4096 +pkg syscall (freebsd-arm), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-arm), const MAP_COPY = 2 +pkg syscall (freebsd-arm), const MAP_FILE = 0 +pkg syscall (freebsd-arm), const MAP_FIXED = 16 +pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-arm), const MAP_NOCORE = 131072 +pkg syscall (freebsd-arm), const MAP_NORESERVE = 64 +pkg syscall (freebsd-arm), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-arm), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-arm), const MAP_PRIVATE = 2 +pkg syscall (freebsd-arm), const MAP_RENAME = 32 +pkg syscall (freebsd-arm), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-arm), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-arm), const MAP_SHARED = 1 +pkg syscall (freebsd-arm), const MAP_STACK = 1024 +pkg syscall (freebsd-arm), const MCL_CURRENT = 1 +pkg syscall (freebsd-arm), const MCL_FUTURE = 2 +pkg syscall (freebsd-arm), const MSG_COMPAT = 32768 +pkg syscall (freebsd-arm), const MSG_CTRUNC = 32 +pkg syscall (freebsd-arm), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-arm), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-arm), const MSG_EOF = 256 +pkg syscall (freebsd-arm), const MSG_EOR = 8 +pkg syscall (freebsd-arm), const MSG_NBIO = 16384 +pkg syscall (freebsd-arm), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-arm), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-arm), const MSG_OOB = 1 +pkg syscall (freebsd-arm), const MSG_PEEK = 2 +pkg syscall (freebsd-arm), const MSG_TRUNC = 16 +pkg syscall (freebsd-arm), const MSG_WAITALL = 64 +pkg syscall (freebsd-arm), const MS_ASYNC = 1 +pkg syscall (freebsd-arm), const MS_INVALIDATE = 2 +pkg syscall (freebsd-arm), const MS_SYNC = 0 +pkg syscall (freebsd-arm), const NET_RT_DUMP = 1 +pkg syscall (freebsd-arm), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-arm), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-arm), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-arm), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-arm), const NET_RT_MAXID = 6 +pkg syscall (freebsd-arm), const NOFLSH = 2147483648 +pkg syscall (freebsd-arm), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-arm), const NOTE_CHILD = 4 +pkg syscall (freebsd-arm), const NOTE_DELETE = 1 +pkg syscall (freebsd-arm), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-arm), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-arm), const NOTE_EXTEND = 4 +pkg syscall (freebsd-arm), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-arm), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-arm), const NOTE_FFNOP = 0 +pkg syscall (freebsd-arm), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-arm), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-arm), const NOTE_LINK = 16 +pkg syscall (freebsd-arm), const NOTE_LOWAT = 1 +pkg syscall (freebsd-arm), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-arm), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-arm), const NOTE_RENAME = 32 +pkg syscall (freebsd-arm), const NOTE_REVOKE = 64 +pkg syscall (freebsd-arm), const NOTE_TRACK = 1 +pkg syscall (freebsd-arm), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-arm), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-arm), const NOTE_WRITE = 2 +pkg syscall (freebsd-arm), const OCRNL = 16 +pkg syscall (freebsd-arm), const ONLCR = 2 +pkg syscall (freebsd-arm), const ONLRET = 64 +pkg syscall (freebsd-arm), const ONOCR = 32 +pkg syscall (freebsd-arm), const ONOEOT = 8 +pkg syscall (freebsd-arm), const OPOST = 1 +pkg syscall (freebsd-arm), const O_ACCMODE = 3 +pkg syscall (freebsd-arm), const O_APPEND = 8 +pkg syscall (freebsd-arm), const O_ASYNC = 64 +pkg syscall (freebsd-arm), const O_CLOEXEC = 0 +pkg syscall (freebsd-arm), const O_CREAT = 512 +pkg syscall (freebsd-arm), const O_DIRECT = 65536 +pkg syscall (freebsd-arm), const O_DIRECTORY = 131072 +pkg syscall (freebsd-arm), const O_EXCL = 2048 +pkg syscall (freebsd-arm), const O_EXEC = 262144 +pkg syscall (freebsd-arm), const O_EXLOCK = 32 +pkg syscall (freebsd-arm), const O_FSYNC = 128 +pkg syscall (freebsd-arm), const O_NDELAY = 4 +pkg syscall (freebsd-arm), const O_NOCTTY = 32768 +pkg syscall (freebsd-arm), const O_NOFOLLOW = 256 +pkg syscall (freebsd-arm), const O_NONBLOCK = 4 +pkg syscall (freebsd-arm), const O_SHLOCK = 16 +pkg syscall (freebsd-arm), const O_SYNC = 128 +pkg syscall (freebsd-arm), const O_TRUNC = 1024 +pkg syscall (freebsd-arm), const O_TTY_INIT = 524288 +pkg syscall (freebsd-arm), const PARENB = 4096 +pkg syscall (freebsd-arm), const PARMRK = 8 +pkg syscall (freebsd-arm), const PARODD = 8192 +pkg syscall (freebsd-arm), const PENDIN = 536870912 +pkg syscall (freebsd-arm), const PROT_EXEC = 4 +pkg syscall (freebsd-arm), const PROT_NONE = 0 +pkg syscall (freebsd-arm), const PROT_READ = 1 +pkg syscall (freebsd-arm), const PROT_WRITE = 2 +pkg syscall (freebsd-arm), const PTRACE_CONT = 7 +pkg syscall (freebsd-arm), const PTRACE_KILL = 8 +pkg syscall (freebsd-arm), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-arm), const RLIMIT_AS = 10 +pkg syscall (freebsd-arm), const RLIMIT_CORE = 4 +pkg syscall (freebsd-arm), const RLIMIT_CPU = 0 +pkg syscall (freebsd-arm), const RLIMIT_DATA = 2 +pkg syscall (freebsd-arm), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-arm), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-arm), const RLIMIT_STACK = 3 +pkg syscall (freebsd-arm), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-arm), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-arm), const RTAX_BRD = 7 +pkg syscall (freebsd-arm), const RTAX_DST = 0 +pkg syscall (freebsd-arm), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-arm), const RTAX_GENMASK = 3 +pkg syscall (freebsd-arm), const RTAX_IFA = 5 +pkg syscall (freebsd-arm), const RTAX_IFP = 4 +pkg syscall (freebsd-arm), const RTAX_MAX = 8 +pkg syscall (freebsd-arm), const RTAX_NETMASK = 2 +pkg syscall (freebsd-arm), const RTA_AUTHOR = 64 +pkg syscall (freebsd-arm), const RTA_BRD = 128 +pkg syscall (freebsd-arm), const RTA_DST = 1 +pkg syscall (freebsd-arm), const RTA_GATEWAY = 2 +pkg syscall (freebsd-arm), const RTA_GENMASK = 8 +pkg syscall (freebsd-arm), const RTA_IFA = 32 +pkg syscall (freebsd-arm), const RTA_IFP = 16 +pkg syscall (freebsd-arm), const RTA_NETMASK = 4 +pkg syscall (freebsd-arm), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-arm), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-arm), const RTF_DONE = 64 +pkg syscall (freebsd-arm), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-arm), const RTF_FMASK = 268752904 +pkg syscall (freebsd-arm), const RTF_GATEWAY = 2 +pkg syscall (freebsd-arm), const RTF_HOST = 4 +pkg syscall (freebsd-arm), const RTF_LLDATA = 1024 +pkg syscall (freebsd-arm), const RTF_LLINFO = 1024 +pkg syscall (freebsd-arm), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-arm), const RTF_MODIFIED = 32 +pkg syscall (freebsd-arm), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-arm), const RTF_PINNED = 1048576 +pkg syscall (freebsd-arm), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-arm), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-arm), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-arm), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-arm), const RTF_REJECT = 8 +pkg syscall (freebsd-arm), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-arm), const RTF_STATIC = 2048 +pkg syscall (freebsd-arm), const RTF_STICKY = 268435456 +pkg syscall (freebsd-arm), const RTF_UP = 1 +pkg syscall (freebsd-arm), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-arm), const RTM_ADD = 1 +pkg syscall (freebsd-arm), const RTM_CHANGE = 3 +pkg syscall (freebsd-arm), const RTM_DELADDR = 13 +pkg syscall (freebsd-arm), const RTM_DELETE = 2 +pkg syscall (freebsd-arm), const RTM_DELMADDR = 16 +pkg syscall (freebsd-arm), const RTM_GET = 4 +pkg syscall (freebsd-arm), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-arm), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-arm), const RTM_IFINFO = 14 +pkg syscall (freebsd-arm), const RTM_LOCK = 8 +pkg syscall (freebsd-arm), const RTM_LOSING = 5 +pkg syscall (freebsd-arm), const RTM_MISS = 7 +pkg syscall (freebsd-arm), const RTM_NEWADDR = 12 +pkg syscall (freebsd-arm), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-arm), const RTM_OLDADD = 9 +pkg syscall (freebsd-arm), const RTM_OLDDEL = 10 +pkg syscall (freebsd-arm), const RTM_REDIRECT = 6 +pkg syscall (freebsd-arm), const RTM_RESOLVE = 11 +pkg syscall (freebsd-arm), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-arm), const RTM_VERSION = 5 +pkg syscall (freebsd-arm), const RTV_EXPIRE = 4 +pkg syscall (freebsd-arm), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-arm), const RTV_MTU = 1 +pkg syscall (freebsd-arm), const RTV_RPIPE = 8 +pkg syscall (freebsd-arm), const RTV_RTT = 64 +pkg syscall (freebsd-arm), const RTV_RTTVAR = 128 +pkg syscall (freebsd-arm), const RTV_SPIPE = 16 +pkg syscall (freebsd-arm), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-arm), const RTV_WEIGHT = 256 +pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-arm), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-arm), const RT_NORTREF = 2 +pkg syscall (freebsd-arm), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-arm), const RUSAGE_SELF = 0 +pkg syscall (freebsd-arm), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-arm), const SCM_BINTIME = 4 +pkg syscall (freebsd-arm), const SCM_CREDS = 3 +pkg syscall (freebsd-arm), const SCM_RIGHTS = 1 +pkg syscall (freebsd-arm), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-arm), const SIGBUS = 10 +pkg syscall (freebsd-arm), const SIGCHLD = 20 +pkg syscall (freebsd-arm), const SIGCONT = 19 +pkg syscall (freebsd-arm), const SIGEMT = 7 +pkg syscall (freebsd-arm), const SIGINFO = 29 +pkg syscall (freebsd-arm), const SIGIO = 23 +pkg syscall (freebsd-arm), const SIGIOT = 6 +pkg syscall (freebsd-arm), const SIGLIBRT = 33 +pkg syscall (freebsd-arm), const SIGLWP = 32 +pkg syscall (freebsd-arm), const SIGPROF = 27 +pkg syscall (freebsd-arm), const SIGSTOP = 17 +pkg syscall (freebsd-arm), const SIGSYS = 12 +pkg syscall (freebsd-arm), const SIGTHR = 32 +pkg syscall (freebsd-arm), const SIGTSTP = 18 +pkg syscall (freebsd-arm), const SIGTTIN = 21 +pkg syscall (freebsd-arm), const SIGTTOU = 22 +pkg syscall (freebsd-arm), const SIGURG = 16 +pkg syscall (freebsd-arm), const SIGUSR1 = 30 +pkg syscall (freebsd-arm), const SIGUSR2 = 31 +pkg syscall (freebsd-arm), const SIGVTALRM = 26 +pkg syscall (freebsd-arm), const SIGWINCH = 28 +pkg syscall (freebsd-arm), const SIGXCPU = 24 +pkg syscall (freebsd-arm), const SIGXFSZ = 25 +pkg syscall (freebsd-arm), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-arm), const SIOCADDRT = 2150658570 +pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019 +pkg syscall (freebsd-arm), const SIOCAIFGROUP = 2149869959 +pkg syscall (freebsd-arm), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-arm), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-arm), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-arm), const SIOCDELRT = 2150658571 +pkg syscall (freebsd-arm), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-arm), const SIOCDIFGROUP = 2149869961 +pkg syscall (freebsd-arm), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-arm), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-arm), const SIOCGDRVSPEC = 3223087483 +pkg syscall (freebsd-arm), const SIOCGETSGCNT = 3222565392 +pkg syscall (freebsd-arm), const SIOCGETVIFCNT = 3222565391 +pkg syscall (freebsd-arm), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-arm), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-arm), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-arm), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-arm), const SIOCGIFCONF = 3221776676 +pkg syscall (freebsd-arm), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-arm), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-arm), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-arm), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-arm), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-arm), const SIOCGIFGMEMB = 3223611786 +pkg syscall (freebsd-arm), const SIOCGIFGROUP = 3223611784 +pkg syscall (freebsd-arm), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-arm), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-arm), const SIOCGIFMEDIA = 3223873848 +pkg syscall (freebsd-arm), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-arm), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-arm), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-arm), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931 +pkg syscall (freebsd-arm), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-arm), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-arm), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-arm), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-arm), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-arm), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-arm), const SIOCIFGCLONERS = 3222038904 +pkg syscall (freebsd-arm), const SIOCSDRVSPEC = 2149345659 +pkg syscall (freebsd-arm), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-arm), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-arm), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-arm), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-arm), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-arm), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-arm), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-arm), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-arm), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-arm), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-arm), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-arm), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-arm), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-arm), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-arm), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-arm), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046 +pkg syscall (freebsd-arm), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-arm), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-arm), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-arm), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-arm), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-arm), const SOCK_RDM = 4 +pkg syscall (freebsd-arm), const SOL_SOCKET = 65535 +pkg syscall (freebsd-arm), const SOMAXCONN = 128 +pkg syscall (freebsd-arm), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-arm), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-arm), const SO_BINTIME = 8192 +pkg syscall (freebsd-arm), const SO_BROADCAST = 32 +pkg syscall (freebsd-arm), const SO_DEBUG = 1 +pkg syscall (freebsd-arm), const SO_DONTROUTE = 16 +pkg syscall (freebsd-arm), const SO_ERROR = 4103 +pkg syscall (freebsd-arm), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-arm), const SO_LABEL = 4105 +pkg syscall (freebsd-arm), const SO_LINGER = 128 +pkg syscall (freebsd-arm), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-arm), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-arm), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-arm), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-arm), const SO_NO_DDP = 32768 +pkg syscall (freebsd-arm), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-arm), const SO_OOBINLINE = 256 +pkg syscall (freebsd-arm), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-arm), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-arm), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-arm), const SO_RCVBUF = 4098 +pkg syscall (freebsd-arm), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-arm), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-arm), const SO_REUSEADDR = 4 +pkg syscall (freebsd-arm), const SO_REUSEPORT = 512 +pkg syscall (freebsd-arm), const SO_SETFIB = 4116 +pkg syscall (freebsd-arm), const SO_SNDBUF = 4097 +pkg syscall (freebsd-arm), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-arm), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-arm), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-arm), const SO_TYPE = 4104 +pkg syscall (freebsd-arm), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-arm), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-arm), const SYS_ABORT2 = 463 +pkg syscall (freebsd-arm), const SYS_ACCEPT = 30 +pkg syscall (freebsd-arm), const SYS_ACCESS = 33 +pkg syscall (freebsd-arm), const SYS_ACCT = 51 +pkg syscall (freebsd-arm), const SYS_ADJTIME = 140 +pkg syscall (freebsd-arm), const SYS_AUDIT = 445 +pkg syscall (freebsd-arm), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-arm), const SYS_AUDITON = 446 +pkg syscall (freebsd-arm), const SYS_BIND = 104 +pkg syscall (freebsd-arm), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537 +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536 +pkg syscall (freebsd-arm), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535 +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534 +pkg syscall (freebsd-arm), const SYS_CAP_NEW = 514 +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515 +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533 +pkg syscall (freebsd-arm), const SYS_CHDIR = 12 +pkg syscall (freebsd-arm), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-arm), const SYS_CHMOD = 15 +pkg syscall (freebsd-arm), const SYS_CHOWN = 16 +pkg syscall (freebsd-arm), const SYS_CHROOT = 61 +pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-arm), const SYS_CLOSE = 6 +pkg syscall (freebsd-arm), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-arm), const SYS_CONNECT = 98 +pkg syscall (freebsd-arm), const SYS_CPUSET = 484 +pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-arm), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-arm), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-arm), const SYS_DUP = 41 +pkg syscall (freebsd-arm), const SYS_DUP2 = 90 +pkg syscall (freebsd-arm), const SYS_EACCESS = 376 +pkg syscall (freebsd-arm), const SYS_EXECVE = 59 +pkg syscall (freebsd-arm), const SYS_EXIT = 1 +pkg syscall (freebsd-arm), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-arm), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-arm), const SYS_FCHDIR = 13 +pkg syscall (freebsd-arm), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-arm), const SYS_FCHMOD = 124 +pkg syscall (freebsd-arm), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-arm), const SYS_FCHOWN = 123 +pkg syscall (freebsd-arm), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-arm), const SYS_FCNTL = 92 +pkg syscall (freebsd-arm), const SYS_FEXECVE = 492 +pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-arm), const SYS_FHOPEN = 298 +pkg syscall (freebsd-arm), const SYS_FHSTAT = 299 +pkg syscall (freebsd-arm), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-arm), const SYS_FLOCK = 131 +pkg syscall (freebsd-arm), const SYS_FORK = 2 +pkg syscall (freebsd-arm), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE = 201 +pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK = 199 +pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP = 197 +pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD = 173 +pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE = 174 +pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE = 200 +pkg syscall (freebsd-arm), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm), const SYS_FSYNC = 95 +pkg syscall (freebsd-arm), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-arm), const SYS_FUTIMES = 206 +pkg syscall (freebsd-arm), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-arm), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-arm), const SYS_GETAUID = 447 +pkg syscall (freebsd-arm), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-arm), const SYS_GETDENTS = 272 +pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-arm), const SYS_GETEGID = 43 +pkg syscall (freebsd-arm), const SYS_GETEUID = 25 +pkg syscall (freebsd-arm), const SYS_GETFH = 161 +pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm), const SYS_GETGID = 47 +pkg syscall (freebsd-arm), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-arm), const SYS_GETITIMER = 86 +pkg syscall (freebsd-arm), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-arm), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-arm), const SYS_GETPGID = 207 +pkg syscall (freebsd-arm), const SYS_GETPGRP = 81 +pkg syscall (freebsd-arm), const SYS_GETPID = 20 +pkg syscall (freebsd-arm), const SYS_GETPPID = 39 +pkg syscall (freebsd-arm), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-arm), const SYS_GETRESGID = 361 +pkg syscall (freebsd-arm), const SYS_GETRESUID = 360 +pkg syscall (freebsd-arm), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-arm), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-arm), const SYS_GETSID = 310 +pkg syscall (freebsd-arm), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-arm), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-arm), const SYS_GETUID = 24 +pkg syscall (freebsd-arm), const SYS_IOCTL = 54 +pkg syscall (freebsd-arm), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-arm), const SYS_JAIL = 338 +pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-arm), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-arm), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-arm), const SYS_KENV = 390 +pkg syscall (freebsd-arm), const SYS_KEVENT = 363 +pkg syscall (freebsd-arm), const SYS_KILL = 37 +pkg syscall (freebsd-arm), const SYS_KLDFIND = 306 +pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-arm), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-arm), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-arm), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-arm), const SYS_KLDSYM = 337 +pkg syscall (freebsd-arm), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-arm), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-arm), const SYS_KQUEUE = 362 +pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-arm), const SYS_KTRACE = 45 +pkg syscall (freebsd-arm), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-arm), const SYS_LCHMOD = 274 +pkg syscall (freebsd-arm), const SYS_LCHOWN = 254 +pkg syscall (freebsd-arm), const SYS_LGETFH = 160 +pkg syscall (freebsd-arm), const SYS_LINK = 9 +pkg syscall (freebsd-arm), const SYS_LINKAT = 495 +pkg syscall (freebsd-arm), const SYS_LISTEN = 106 +pkg syscall (freebsd-arm), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-arm), const SYS_LSEEK = 478 +pkg syscall (freebsd-arm), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm), const SYS_LUTIMES = 276 +pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-arm), const SYS_MADVISE = 75 +pkg syscall (freebsd-arm), const SYS_MINCORE = 78 +pkg syscall (freebsd-arm), const SYS_MINHERIT = 250 +pkg syscall (freebsd-arm), const SYS_MKDIR = 136 +pkg syscall (freebsd-arm), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-arm), const SYS_MKFIFO = 132 +pkg syscall (freebsd-arm), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-arm), const SYS_MKNOD = 14 +pkg syscall (freebsd-arm), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm), const SYS_MLOCK = 203 +pkg syscall (freebsd-arm), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-arm), const SYS_MMAP = 477 +pkg syscall (freebsd-arm), const SYS_MODFIND = 303 +pkg syscall (freebsd-arm), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-arm), const SYS_MODNEXT = 300 +pkg syscall (freebsd-arm), const SYS_MODSTAT = 301 +pkg syscall (freebsd-arm), const SYS_MOUNT = 21 +pkg syscall (freebsd-arm), const SYS_MPROTECT = 74 +pkg syscall (freebsd-arm), const SYS_MSYNC = 65 +pkg syscall (freebsd-arm), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-arm), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-arm), const SYS_MUNMAP = 73 +pkg syscall (freebsd-arm), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-arm), const SYS_NFSTAT = 279 +pkg syscall (freebsd-arm), const SYS_NLSTAT = 280 +pkg syscall (freebsd-arm), const SYS_NMOUNT = 378 +pkg syscall (freebsd-arm), const SYS_NSTAT = 278 +pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-arm), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-arm), const SYS_OBREAK = 17 +pkg syscall (freebsd-arm), const SYS_OPEN = 5 +pkg syscall (freebsd-arm), const SYS_OPENAT = 499 +pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-arm), const SYS_OVADVISE = 72 +pkg syscall (freebsd-arm), const SYS_PATHCONF = 191 +pkg syscall (freebsd-arm), const SYS_PDFORK = 518 +pkg syscall (freebsd-arm), const SYS_PDGETPID = 520 +pkg syscall (freebsd-arm), const SYS_PDKILL = 519 +pkg syscall (freebsd-arm), const SYS_PIPE = 42 +pkg syscall (freebsd-arm), const SYS_POLL = 209 +pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-arm), const SYS_PREAD = 475 +pkg syscall (freebsd-arm), const SYS_PREADV = 289 +pkg syscall (freebsd-arm), const SYS_PROFIL = 44 +pkg syscall (freebsd-arm), const SYS_PSELECT = 522 +pkg syscall (freebsd-arm), const SYS_PTRACE = 26 +pkg syscall (freebsd-arm), const SYS_PWRITE = 476 +pkg syscall (freebsd-arm), const SYS_PWRITEV = 290 +pkg syscall (freebsd-arm), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-arm), const SYS_READ = 3 +pkg syscall (freebsd-arm), const SYS_READLINK = 58 +pkg syscall (freebsd-arm), const SYS_READLINKAT = 500 +pkg syscall (freebsd-arm), const SYS_READV = 120 +pkg syscall (freebsd-arm), const SYS_REBOOT = 55 +pkg syscall (freebsd-arm), const SYS_RECVFROM = 29 +pkg syscall (freebsd-arm), const SYS_RECVMSG = 27 +pkg syscall (freebsd-arm), const SYS_RENAME = 128 +pkg syscall (freebsd-arm), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-arm), const SYS_REVOKE = 56 +pkg syscall (freebsd-arm), const SYS_RFORK = 251 +pkg syscall (freebsd-arm), const SYS_RMDIR = 137 +pkg syscall (freebsd-arm), const SYS_RTPRIO = 166 +pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-arm), const SYS_SBRK = 69 +pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-arm), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-arm), const SYS_SELECT = 93 +pkg syscall (freebsd-arm), const SYS_SENDFILE = 393 +pkg syscall (freebsd-arm), const SYS_SENDMSG = 28 +pkg syscall (freebsd-arm), const SYS_SENDTO = 133 +pkg syscall (freebsd-arm), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-arm), const SYS_SETAUID = 448 +pkg syscall (freebsd-arm), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-arm), const SYS_SETEGID = 182 +pkg syscall (freebsd-arm), const SYS_SETEUID = 183 +pkg syscall (freebsd-arm), const SYS_SETFIB = 175 +pkg syscall (freebsd-arm), const SYS_SETGID = 181 +pkg syscall (freebsd-arm), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-arm), const SYS_SETITIMER = 83 +pkg syscall (freebsd-arm), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-arm), const SYS_SETPGID = 82 +pkg syscall (freebsd-arm), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-arm), const SYS_SETREGID = 127 +pkg syscall (freebsd-arm), const SYS_SETRESGID = 312 +pkg syscall (freebsd-arm), const SYS_SETRESUID = 311 +pkg syscall (freebsd-arm), const SYS_SETREUID = 126 +pkg syscall (freebsd-arm), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-arm), const SYS_SETSID = 147 +pkg syscall (freebsd-arm), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-arm), const SYS_SETUID = 23 +pkg syscall (freebsd-arm), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-arm), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-arm), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-arm), const SYS_SIGACTION = 416 +pkg syscall (freebsd-arm), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-arm), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-arm), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-arm), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-arm), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-arm), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-arm), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-arm), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-arm), const SYS_SOCKET = 97 +pkg syscall (freebsd-arm), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-arm), const SYS_SSTK = 70 +pkg syscall (freebsd-arm), const SYS_STAT = 188 +pkg syscall (freebsd-arm), const SYS_STATFS = 396 +pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-arm), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-arm), const SYS_SWAPON = 85 +pkg syscall (freebsd-arm), const SYS_SYMLINK = 57 +pkg syscall (freebsd-arm), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-arm), const SYS_SYNC = 36 +pkg syscall (freebsd-arm), const SYS_SYSARCH = 165 +pkg syscall (freebsd-arm), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-arm), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-arm), const SYS_THR_KILL = 433 +pkg syscall (freebsd-arm), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-arm), const SYS_THR_NEW = 455 +pkg syscall (freebsd-arm), const SYS_THR_SELF = 432 +pkg syscall (freebsd-arm), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-arm), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-arm), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-arm), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-arm), const SYS_UMASK = 60 +pkg syscall (freebsd-arm), const SYS_UNDELETE = 205 +pkg syscall (freebsd-arm), const SYS_UNLINK = 10 +pkg syscall (freebsd-arm), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-arm), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-arm), const SYS_UTIMES = 138 +pkg syscall (freebsd-arm), const SYS_UTRACE = 335 +pkg syscall (freebsd-arm), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-arm), const SYS_VFORK = 66 +pkg syscall (freebsd-arm), const SYS_WAIT4 = 7 +pkg syscall (freebsd-arm), const SYS_WAIT6 = 532 +pkg syscall (freebsd-arm), const SYS_WRITE = 4 +pkg syscall (freebsd-arm), const SYS_WRITEV = 121 +pkg syscall (freebsd-arm), const SYS_YIELD = 321 +pkg syscall (freebsd-arm), const SYS__UMTX_LOCK = 434 +pkg syscall (freebsd-arm), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK = 435 +pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-arm), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-arm), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-arm), const SYS___GETCWD = 326 +pkg syscall (freebsd-arm), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-arm), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-arm), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-arm), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-arm), const SYS___SETUGID = 374 +pkg syscall (freebsd-arm), const SYS___SYSCTL = 202 +pkg syscall (freebsd-arm), const S_IFMT = 61440 +pkg syscall (freebsd-arm), const SizeofBpfHdr = 24 +pkg syscall (freebsd-arm), const SizeofBpfInsn = 8 +pkg syscall (freebsd-arm), const SizeofBpfProgram = 8 +pkg syscall (freebsd-arm), const SizeofBpfStat = 8 +pkg syscall (freebsd-arm), const SizeofBpfVersion = 4 +pkg syscall (freebsd-arm), const SizeofBpfZbuf = 12 +pkg syscall (freebsd-arm), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-arm), const SizeofCmsghdr = 12 +pkg syscall (freebsd-arm), const SizeofIPMreq = 8 +pkg syscall (freebsd-arm), const SizeofIPMreqn = 12 +pkg syscall (freebsd-arm), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-arm), const SizeofIfData = 88 +pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104 +pkg syscall (freebsd-arm), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-arm), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-arm), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-arm), const SizeofLinger = 8 +pkg syscall (freebsd-arm), const SizeofMsghdr = 28 +pkg syscall (freebsd-arm), const SizeofRtMetrics = 56 +pkg syscall (freebsd-arm), const SizeofRtMsghdr = 92 +pkg syscall (freebsd-arm), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56 +pkg syscall (freebsd-arm), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-arm), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108 +pkg syscall (freebsd-arm), const TCIFLUSH = 1 +pkg syscall (freebsd-arm), const TCIOFLUSH = 3 +pkg syscall (freebsd-arm), const TCOFLUSH = 2 +pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-arm), const TCP_CONGESTION = 64 +pkg syscall (freebsd-arm), const TCP_INFO = 32 +pkg syscall (freebsd-arm), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-arm), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-arm), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-arm), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-arm), const TCP_MAXBURST = 4 +pkg syscall (freebsd-arm), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-arm), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-arm), const TCP_MAXSEG = 2 +pkg syscall (freebsd-arm), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-arm), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-arm), const TCP_MD5SIG = 16 +pkg syscall (freebsd-arm), const TCP_MINMSS = 216 +pkg syscall (freebsd-arm), const TCP_MSS = 536 +pkg syscall (freebsd-arm), const TCP_NOOPT = 8 +pkg syscall (freebsd-arm), const TCP_NOPUSH = 4 +pkg syscall (freebsd-arm), const TCSAFLUSH = 2 +pkg syscall (freebsd-arm), const TIOCCBRK = 536900730 +pkg syscall (freebsd-arm), const TIOCCDTR = 536900728 +pkg syscall (freebsd-arm), const TIOCCONS = 2147775586 +pkg syscall (freebsd-arm), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-arm), const TIOCEXCL = 536900621 +pkg syscall (freebsd-arm), const TIOCEXT = 2147775584 +pkg syscall (freebsd-arm), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-arm), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-arm), const TIOCGETA = 1076655123 +pkg syscall (freebsd-arm), const TIOCGETD = 1074033690 +pkg syscall (freebsd-arm), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-arm), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-arm), const TIOCGSID = 1074033763 +pkg syscall (freebsd-arm), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-arm), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-arm), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-arm), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-arm), const TIOCMGET = 1074033770 +pkg syscall (freebsd-arm), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-arm), const TIOCMSET = 2147775597 +pkg syscall (freebsd-arm), const TIOCM_CAR = 64 +pkg syscall (freebsd-arm), const TIOCM_CD = 64 +pkg syscall (freebsd-arm), const TIOCM_CTS = 32 +pkg syscall (freebsd-arm), const TIOCM_DCD = 64 +pkg syscall (freebsd-arm), const TIOCM_DSR = 256 +pkg syscall (freebsd-arm), const TIOCM_DTR = 2 +pkg syscall (freebsd-arm), const TIOCM_LE = 1 +pkg syscall (freebsd-arm), const TIOCM_RI = 128 +pkg syscall (freebsd-arm), const TIOCM_RNG = 128 +pkg syscall (freebsd-arm), const TIOCM_RTS = 4 +pkg syscall (freebsd-arm), const TIOCM_SR = 16 +pkg syscall (freebsd-arm), const TIOCM_ST = 8 +pkg syscall (freebsd-arm), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-arm), const TIOCNXCL = 536900622 +pkg syscall (freebsd-arm), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-arm), const TIOCPKT = 2147775600 +pkg syscall (freebsd-arm), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-arm), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-arm), const TIOCPKT_START = 8 +pkg syscall (freebsd-arm), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-arm), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-arm), const TIOCSBRK = 536900731 +pkg syscall (freebsd-arm), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-arm), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-arm), const TIOCSDTR = 536900729 +pkg syscall (freebsd-arm), const TIOCSETA = 2150396948 +pkg syscall (freebsd-arm), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-arm), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-arm), const TIOCSETD = 2147775515 +pkg syscall (freebsd-arm), const TIOCSIG = 537162847 +pkg syscall (freebsd-arm), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-arm), const TIOCSTART = 536900718 +pkg syscall (freebsd-arm), const TIOCSTAT = 536900709 +pkg syscall (freebsd-arm), const TIOCSTI = 2147578994 +pkg syscall (freebsd-arm), const TIOCSTOP = 536900719 +pkg syscall (freebsd-arm), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041 +pkg syscall (freebsd-arm), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-arm), const TOSTOP = 4194304 +pkg syscall (freebsd-arm), const VDISCARD = 15 +pkg syscall (freebsd-arm), const VDSUSP = 11 +pkg syscall (freebsd-arm), const VEOF = 0 +pkg syscall (freebsd-arm), const VEOL = 1 +pkg syscall (freebsd-arm), const VEOL2 = 2 +pkg syscall (freebsd-arm), const VERASE = 3 +pkg syscall (freebsd-arm), const VERASE2 = 7 +pkg syscall (freebsd-arm), const VINTR = 8 +pkg syscall (freebsd-arm), const VKILL = 5 +pkg syscall (freebsd-arm), const VLNEXT = 14 +pkg syscall (freebsd-arm), const VMIN = 16 +pkg syscall (freebsd-arm), const VQUIT = 9 +pkg syscall (freebsd-arm), const VREPRINT = 6 +pkg syscall (freebsd-arm), const VSTART = 12 +pkg syscall (freebsd-arm), const VSTATUS = 18 +pkg syscall (freebsd-arm), const VSTOP = 13 +pkg syscall (freebsd-arm), const VSUSP = 10 +pkg syscall (freebsd-arm), const VTIME = 17 +pkg syscall (freebsd-arm), const VWERASE = 4 +pkg syscall (freebsd-arm), const WCONTINUED = 4 +pkg syscall (freebsd-arm), const WCOREFLAG = 128 +pkg syscall (freebsd-arm), const WEXITED = 16 +pkg syscall (freebsd-arm), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-arm), const WNOHANG = 1 +pkg syscall (freebsd-arm), const WNOWAIT = 8 +pkg syscall (freebsd-arm), const WSTOPPED = 2 +pkg syscall (freebsd-arm), const WTRAPPED = 32 +pkg syscall (freebsd-arm), const WUNTRACED = 2 +pkg syscall (freebsd-arm-cgo), const AF_APPLETALK = 16 +pkg syscall (freebsd-arm-cgo), const AF_ARP = 35 +pkg syscall (freebsd-arm-cgo), const AF_ATM = 30 +pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-arm-cgo), const AF_CCITT = 10 +pkg syscall (freebsd-arm-cgo), const AF_CHAOS = 5 +pkg syscall (freebsd-arm-cgo), const AF_CNT = 21 +pkg syscall (freebsd-arm-cgo), const AF_COIP = 20 +pkg syscall (freebsd-arm-cgo), const AF_DATAKIT = 9 +pkg syscall (freebsd-arm-cgo), const AF_DECnet = 12 +pkg syscall (freebsd-arm-cgo), const AF_DLI = 13 +pkg syscall (freebsd-arm-cgo), const AF_E164 = 26 +pkg syscall (freebsd-arm-cgo), const AF_ECMA = 8 +pkg syscall (freebsd-arm-cgo), const AF_HYLINK = 15 +pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 = 37 +pkg syscall (freebsd-arm-cgo), const AF_IMPLINK = 3 +pkg syscall (freebsd-arm-cgo), const AF_INET6 = 28 +pkg syscall (freebsd-arm-cgo), const AF_IPX = 23 +pkg syscall (freebsd-arm-cgo), const AF_ISDN = 26 +pkg syscall (freebsd-arm-cgo), const AF_ISO = 7 +pkg syscall (freebsd-arm-cgo), const AF_LAT = 14 +pkg syscall (freebsd-arm-cgo), const AF_LINK = 18 +pkg syscall (freebsd-arm-cgo), const AF_LOCAL = 1 +pkg syscall (freebsd-arm-cgo), const AF_MAX = 38 +pkg syscall (freebsd-arm-cgo), const AF_NATM = 29 +pkg syscall (freebsd-arm-cgo), const AF_NETBIOS = 6 +pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH = 32 +pkg syscall (freebsd-arm-cgo), const AF_OSI = 7 +pkg syscall (freebsd-arm-cgo), const AF_PUP = 4 +pkg syscall (freebsd-arm-cgo), const AF_ROUTE = 17 +pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER = 34 +pkg syscall (freebsd-arm-cgo), const AF_SIP = 24 +pkg syscall (freebsd-arm-cgo), const AF_SLOW = 33 +pkg syscall (freebsd-arm-cgo), const AF_SNA = 11 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 = 39 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 = 41 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 = 43 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 = 45 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 = 47 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 = 49 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 = 51 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 = 53 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 = 55 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 = 57 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 = 59 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 = 61 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 = 63 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 = 65 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 = 67 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 = 69 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 = 71 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 = 73 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 = 75 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 = 77 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 = 79 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 = 81 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 = 83 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 = 85 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 = 87 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 = 89 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 = 91 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 = 93 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 = 95 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 = 97 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 = 99 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 = 101 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 = 103 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 = 105 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 = 107 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 = 109 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 = 111 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 = 113 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 = 115 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 = 117 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 = 119 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 = 121 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 = 123 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 = 125 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 = 127 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 = 129 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 = 131 +pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 = 133 +pkg syscall (freebsd-arm-cgo), const B0 = 0 +pkg syscall (freebsd-arm-cgo), const B110 = 110 +pkg syscall (freebsd-arm-cgo), const B115200 = 115200 +pkg syscall (freebsd-arm-cgo), const B1200 = 1200 +pkg syscall (freebsd-arm-cgo), const B134 = 134 +pkg syscall (freebsd-arm-cgo), const B14400 = 14400 +pkg syscall (freebsd-arm-cgo), const B150 = 150 +pkg syscall (freebsd-arm-cgo), const B1800 = 1800 +pkg syscall (freebsd-arm-cgo), const B19200 = 19200 +pkg syscall (freebsd-arm-cgo), const B200 = 200 +pkg syscall (freebsd-arm-cgo), const B230400 = 230400 +pkg syscall (freebsd-arm-cgo), const B2400 = 2400 +pkg syscall (freebsd-arm-cgo), const B28800 = 28800 +pkg syscall (freebsd-arm-cgo), const B300 = 300 +pkg syscall (freebsd-arm-cgo), const B38400 = 38400 +pkg syscall (freebsd-arm-cgo), const B460800 = 460800 +pkg syscall (freebsd-arm-cgo), const B4800 = 4800 +pkg syscall (freebsd-arm-cgo), const B50 = 50 +pkg syscall (freebsd-arm-cgo), const B57600 = 57600 +pkg syscall (freebsd-arm-cgo), const B600 = 600 +pkg syscall (freebsd-arm-cgo), const B7200 = 7200 +pkg syscall (freebsd-arm-cgo), const B75 = 75 +pkg syscall (freebsd-arm-cgo), const B76800 = 76800 +pkg syscall (freebsd-arm-cgo), const B921600 = 921600 +pkg syscall (freebsd-arm-cgo), const B9600 = 9600 +pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-arm-cgo), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-arm-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-arm-cgo), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST = 3221766777 +pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-arm-cgo), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX = 1074020991 +pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-arm-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262 +pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-arm-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-arm-cgo), const BIOCLOCK = 536887930 +pkg syscall (freebsd-arm-cgo), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF = 1074545280 +pkg syscall (freebsd-arm-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-arm-cgo), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-arm-cgo), const BIOCSETF = 2148024935 +pkg syscall (freebsd-arm-cgo), const BIOCSETFNR = 2148024962 +pkg syscall (freebsd-arm-cgo), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-arm-cgo), const BIOCSETWF = 2148024955 +pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF = 2148287105 +pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-arm-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085 +pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-arm-cgo), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-arm-cgo), const BPF_A = 16 +pkg syscall (freebsd-arm-cgo), const BPF_ABS = 32 +pkg syscall (freebsd-arm-cgo), const BPF_ADD = 0 +pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (freebsd-arm-cgo), const BPF_ALU = 4 +pkg syscall (freebsd-arm-cgo), const BPF_AND = 80 +pkg syscall (freebsd-arm-cgo), const BPF_B = 16 +pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-arm-cgo), const BPF_DIV = 48 +pkg syscall (freebsd-arm-cgo), const BPF_H = 8 +pkg syscall (freebsd-arm-cgo), const BPF_IMM = 0 +pkg syscall (freebsd-arm-cgo), const BPF_IND = 64 +pkg syscall (freebsd-arm-cgo), const BPF_JA = 0 +pkg syscall (freebsd-arm-cgo), const BPF_JEQ = 16 +pkg syscall (freebsd-arm-cgo), const BPF_JGE = 48 +pkg syscall (freebsd-arm-cgo), const BPF_JGT = 32 +pkg syscall (freebsd-arm-cgo), const BPF_JMP = 5 +pkg syscall (freebsd-arm-cgo), const BPF_JSET = 64 +pkg syscall (freebsd-arm-cgo), const BPF_K = 0 +pkg syscall (freebsd-arm-cgo), const BPF_LD = 0 +pkg syscall (freebsd-arm-cgo), const BPF_LDX = 1 +pkg syscall (freebsd-arm-cgo), const BPF_LEN = 128 +pkg syscall (freebsd-arm-cgo), const BPF_LSH = 96 +pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-arm-cgo), const BPF_MEM = 96 +pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-arm-cgo), const BPF_MISC = 7 +pkg syscall (freebsd-arm-cgo), const BPF_MSH = 160 +pkg syscall (freebsd-arm-cgo), const BPF_MUL = 32 +pkg syscall (freebsd-arm-cgo), const BPF_NEG = 128 +pkg syscall (freebsd-arm-cgo), const BPF_OR = 64 +pkg syscall (freebsd-arm-cgo), const BPF_RELEASE = 199606 +pkg syscall (freebsd-arm-cgo), const BPF_RET = 6 +pkg syscall (freebsd-arm-cgo), const BPF_RSH = 112 +pkg syscall (freebsd-arm-cgo), const BPF_ST = 2 +pkg syscall (freebsd-arm-cgo), const BPF_STX = 3 +pkg syscall (freebsd-arm-cgo), const BPF_SUB = 16 +pkg syscall (freebsd-arm-cgo), const BPF_TAX = 0 +pkg syscall (freebsd-arm-cgo), const BPF_TXA = 128 +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-arm-cgo), const BPF_T_FAST = 256 +pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-arm-cgo), const BPF_T_NONE = 3 +pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-arm-cgo), const BPF_W = 0 +pkg syscall (freebsd-arm-cgo), const BPF_X = 8 +pkg syscall (freebsd-arm-cgo), const BRKINT = 2 +pkg syscall (freebsd-arm-cgo), const CFLUSH = 15 +pkg syscall (freebsd-arm-cgo), const CLOCAL = 32768 +pkg syscall (freebsd-arm-cgo), const CREAD = 2048 +pkg syscall (freebsd-arm-cgo), const CS5 = 0 +pkg syscall (freebsd-arm-cgo), const CS6 = 256 +pkg syscall (freebsd-arm-cgo), const CS7 = 512 +pkg syscall (freebsd-arm-cgo), const CS8 = 768 +pkg syscall (freebsd-arm-cgo), const CSIZE = 768 +pkg syscall (freebsd-arm-cgo), const CSTART = 17 +pkg syscall (freebsd-arm-cgo), const CSTATUS = 20 +pkg syscall (freebsd-arm-cgo), const CSTOP = 19 +pkg syscall (freebsd-arm-cgo), const CSTOPB = 1024 +pkg syscall (freebsd-arm-cgo), const CSUSP = 26 +pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME = 24 +pkg syscall (freebsd-arm-cgo), const CTL_NET = 4 +pkg syscall (freebsd-arm-cgo), const DLT_A429 = 184 +pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM = 185 +pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-arm-cgo), const DLT_AOS = 222 +pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-arm-cgo), const DLT_ARCNET = 7 +pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-arm-cgo), const DLT_AURORA = 126 +pkg syscall (freebsd-arm-cgo), const DLT_AX25 = 3 +pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-arm-cgo), const DLT_CAN20B = 190 +pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-arm-cgo), const DLT_CHAOS = 5 +pkg syscall (freebsd-arm-cgo), const DLT_CHDLC = 104 +pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC = 104 +pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-arm-cgo), const DLT_DBUS = 231 +pkg syscall (freebsd-arm-cgo), const DLT_DECT = 221 +pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS = 143 +pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI = 235 +pkg syscall (freebsd-arm-cgo), const DLT_ECONET = 115 +pkg syscall (freebsd-arm-cgo), const DLT_EN10MB = 1 +pkg syscall (freebsd-arm-cgo), const DLT_EN3MB = 2 +pkg syscall (freebsd-arm-cgo), const DLT_ENC = 109 +pkg syscall (freebsd-arm-cgo), const DLT_ERF = 197 +pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS = 176 +pkg syscall (freebsd-arm-cgo), const DLT_FC_2 = 224 +pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-arm-cgo), const DLT_FDDI = 10 +pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-arm-cgo), const DLT_FRELAY = 107 +pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-arm-cgo), const DLT_GPF_F = 171 +pkg syscall (freebsd-arm-cgo), const DLT_GPF_T = 170 +pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-arm-cgo), const DLT_HHDLC = 121 +pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN = 146 +pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP = 145 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 = 6 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER = 116 +pkg syscall (freebsd-arm-cgo), const DLT_IPMB = 199 +pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-arm-cgo), const DLT_IPNET = 226 +pkg syscall (freebsd-arm-cgo), const DLT_IPOIB = 242 +pkg syscall (freebsd-arm-cgo), const DLT_IPV4 = 228 +pkg syscall (freebsd-arm-cgo), const DLT_IPV6 = 229 +pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-arm-cgo), const DLT_LAPD = 203 +pkg syscall (freebsd-arm-cgo), const DLT_LIN = 212 +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-arm-cgo), const DLT_LOOP = 108 +pkg syscall (freebsd-arm-cgo), const DLT_LTALK = 114 +pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-arm-cgo), const DLT_MFR = 182 +pkg syscall (freebsd-arm-cgo), const DLT_MOST = 211 +pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-arm-cgo), const DLT_MPLS = 219 +pkg syscall (freebsd-arm-cgo), const DLT_MTP2 = 140 +pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-arm-cgo), const DLT_MTP3 = 141 +pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 = 236 +pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-arm-cgo), const DLT_NFLOG = 239 +pkg syscall (freebsd-arm-cgo), const DLT_NG40 = 244 +pkg syscall (freebsd-arm-cgo), const DLT_NULL = 0 +pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-arm-cgo), const DLT_PFLOG = 117 +pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC = 121 +pkg syscall (freebsd-arm-cgo), const DLT_PPI = 192 +pkg syscall (freebsd-arm-cgo), const DLT_PPP = 9 +pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-arm-cgo), const DLT_PRONET = 4 +pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 = 198 +pkg syscall (freebsd-arm-cgo), const DLT_RAW = 12 +pkg syscall (freebsd-arm-cgo), const DLT_RIO = 124 +pkg syscall (freebsd-arm-cgo), const DLT_SCCP = 142 +pkg syscall (freebsd-arm-cgo), const DLT_SITA = 196 +pkg syscall (freebsd-arm-cgo), const DLT_SLIP = 8 +pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-arm-cgo), const DLT_SUNATM = 123 +pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-arm-cgo), const DLT_TZSP = 128 +pkg syscall (freebsd-arm-cgo), const DLT_USB = 186 +pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-arm-cgo), const DLT_USER0 = 147 +pkg syscall (freebsd-arm-cgo), const DLT_USER1 = 148 +pkg syscall (freebsd-arm-cgo), const DLT_USER10 = 157 +pkg syscall (freebsd-arm-cgo), const DLT_USER11 = 158 +pkg syscall (freebsd-arm-cgo), const DLT_USER12 = 159 +pkg syscall (freebsd-arm-cgo), const DLT_USER13 = 160 +pkg syscall (freebsd-arm-cgo), const DLT_USER14 = 161 +pkg syscall (freebsd-arm-cgo), const DLT_USER15 = 162 +pkg syscall (freebsd-arm-cgo), const DLT_USER2 = 149 +pkg syscall (freebsd-arm-cgo), const DLT_USER3 = 150 +pkg syscall (freebsd-arm-cgo), const DLT_USER4 = 151 +pkg syscall (freebsd-arm-cgo), const DLT_USER5 = 152 +pkg syscall (freebsd-arm-cgo), const DLT_USER6 = 153 +pkg syscall (freebsd-arm-cgo), const DLT_USER7 = 154 +pkg syscall (freebsd-arm-cgo), const DLT_USER8 = 155 +pkg syscall (freebsd-arm-cgo), const DLT_USER9 = 156 +pkg syscall (freebsd-arm-cgo), const DLT_WIHART = 223 +pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-arm-cgo), const DT_BLK = 6 +pkg syscall (freebsd-arm-cgo), const DT_CHR = 2 +pkg syscall (freebsd-arm-cgo), const DT_DIR = 4 +pkg syscall (freebsd-arm-cgo), const DT_FIFO = 1 +pkg syscall (freebsd-arm-cgo), const DT_LNK = 10 +pkg syscall (freebsd-arm-cgo), const DT_REG = 8 +pkg syscall (freebsd-arm-cgo), const DT_SOCK = 12 +pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN = 0 +pkg syscall (freebsd-arm-cgo), const DT_WHT = 14 +pkg syscall (freebsd-arm-cgo), const E2BIG = 7 +pkg syscall (freebsd-arm-cgo), const EACCES = 13 +pkg syscall (freebsd-arm-cgo), const EADDRINUSE = 48 +pkg syscall (freebsd-arm-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-arm-cgo), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-arm-cgo), const EAGAIN = 35 +pkg syscall (freebsd-arm-cgo), const EALREADY = 37 +pkg syscall (freebsd-arm-cgo), const EAUTH = 80 +pkg syscall (freebsd-arm-cgo), const EBADF = 9 +pkg syscall (freebsd-arm-cgo), const EBADMSG = 89 +pkg syscall (freebsd-arm-cgo), const EBADRPC = 72 +pkg syscall (freebsd-arm-cgo), const EBUSY = 16 +pkg syscall (freebsd-arm-cgo), const ECANCELED = 85 +pkg syscall (freebsd-arm-cgo), const ECAPMODE = 94 +pkg syscall (freebsd-arm-cgo), const ECHILD = 10 +pkg syscall (freebsd-arm-cgo), const ECHO = 8 +pkg syscall (freebsd-arm-cgo), const ECHOCTL = 64 +pkg syscall (freebsd-arm-cgo), const ECHOE = 2 +pkg syscall (freebsd-arm-cgo), const ECHOK = 4 +pkg syscall (freebsd-arm-cgo), const ECHOKE = 1 +pkg syscall (freebsd-arm-cgo), const ECHONL = 16 +pkg syscall (freebsd-arm-cgo), const ECHOPRT = 32 +pkg syscall (freebsd-arm-cgo), const ECONNABORTED = 53 +pkg syscall (freebsd-arm-cgo), const ECONNREFUSED = 61 +pkg syscall (freebsd-arm-cgo), const ECONNRESET = 54 +pkg syscall (freebsd-arm-cgo), const EDEADLK = 11 +pkg syscall (freebsd-arm-cgo), const EDESTADDRREQ = 39 +pkg syscall (freebsd-arm-cgo), const EDOM = 33 +pkg syscall (freebsd-arm-cgo), const EDOOFUS = 88 +pkg syscall (freebsd-arm-cgo), const EDQUOT = 69 +pkg syscall (freebsd-arm-cgo), const EEXIST = 17 +pkg syscall (freebsd-arm-cgo), const EFAULT = 14 +pkg syscall (freebsd-arm-cgo), const EFBIG = 27 +pkg syscall (freebsd-arm-cgo), const EFTYPE = 79 +pkg syscall (freebsd-arm-cgo), const EHOSTDOWN = 64 +pkg syscall (freebsd-arm-cgo), const EHOSTUNREACH = 65 +pkg syscall (freebsd-arm-cgo), const EIDRM = 82 +pkg syscall (freebsd-arm-cgo), const EILSEQ = 86 +pkg syscall (freebsd-arm-cgo), const EINPROGRESS = 36 +pkg syscall (freebsd-arm-cgo), const EINTR = 4 +pkg syscall (freebsd-arm-cgo), const EINVAL = 22 +pkg syscall (freebsd-arm-cgo), const EIO = 5 +pkg syscall (freebsd-arm-cgo), const EISCONN = 56 +pkg syscall (freebsd-arm-cgo), const EISDIR = 21 +pkg syscall (freebsd-arm-cgo), const ELAST = 94 +pkg syscall (freebsd-arm-cgo), const ELOOP = 62 +pkg syscall (freebsd-arm-cgo), const EMFILE = 24 +pkg syscall (freebsd-arm-cgo), const EMLINK = 31 +pkg syscall (freebsd-arm-cgo), const EMSGSIZE = 40 +pkg syscall (freebsd-arm-cgo), const EMULTIHOP = 90 +pkg syscall (freebsd-arm-cgo), const ENAMETOOLONG = 63 +pkg syscall (freebsd-arm-cgo), const ENEEDAUTH = 81 +pkg syscall (freebsd-arm-cgo), const ENETDOWN = 50 +pkg syscall (freebsd-arm-cgo), const ENETRESET = 52 +pkg syscall (freebsd-arm-cgo), const ENETUNREACH = 51 +pkg syscall (freebsd-arm-cgo), const ENFILE = 23 +pkg syscall (freebsd-arm-cgo), const ENOATTR = 87 +pkg syscall (freebsd-arm-cgo), const ENOBUFS = 55 +pkg syscall (freebsd-arm-cgo), const ENODEV = 19 +pkg syscall (freebsd-arm-cgo), const ENOEXEC = 8 +pkg syscall (freebsd-arm-cgo), const ENOLCK = 77 +pkg syscall (freebsd-arm-cgo), const ENOLINK = 91 +pkg syscall (freebsd-arm-cgo), const ENOMEM = 12 +pkg syscall (freebsd-arm-cgo), const ENOMSG = 83 +pkg syscall (freebsd-arm-cgo), const ENOPROTOOPT = 42 +pkg syscall (freebsd-arm-cgo), const ENOSPC = 28 +pkg syscall (freebsd-arm-cgo), const ENOSYS = 78 +pkg syscall (freebsd-arm-cgo), const ENOTBLK = 15 +pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE = 93 +pkg syscall (freebsd-arm-cgo), const ENOTCONN = 57 +pkg syscall (freebsd-arm-cgo), const ENOTDIR = 20 +pkg syscall (freebsd-arm-cgo), const ENOTEMPTY = 66 +pkg syscall (freebsd-arm-cgo), const ENOTSOCK = 38 +pkg syscall (freebsd-arm-cgo), const ENOTSUP = 45 +pkg syscall (freebsd-arm-cgo), const ENOTTY = 25 +pkg syscall (freebsd-arm-cgo), const ENXIO = 6 +pkg syscall (freebsd-arm-cgo), const EOPNOTSUPP = 45 +pkg syscall (freebsd-arm-cgo), const EOVERFLOW = 84 +pkg syscall (freebsd-arm-cgo), const EPERM = 1 +pkg syscall (freebsd-arm-cgo), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-arm-cgo), const EPIPE = 32 +pkg syscall (freebsd-arm-cgo), const EPROCLIM = 67 +pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH = 75 +pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-arm-cgo), const EPROTO = 92 +pkg syscall (freebsd-arm-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-arm-cgo), const EPROTOTYPE = 41 +pkg syscall (freebsd-arm-cgo), const ERANGE = 34 +pkg syscall (freebsd-arm-cgo), const EREMOTE = 71 +pkg syscall (freebsd-arm-cgo), const EROFS = 30 +pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH = 73 +pkg syscall (freebsd-arm-cgo), const ESHUTDOWN = 58 +pkg syscall (freebsd-arm-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-arm-cgo), const ESPIPE = 29 +pkg syscall (freebsd-arm-cgo), const ESRCH = 3 +pkg syscall (freebsd-arm-cgo), const ESTALE = 70 +pkg syscall (freebsd-arm-cgo), const ETIMEDOUT = 60 +pkg syscall (freebsd-arm-cgo), const ETOOMANYREFS = 59 +pkg syscall (freebsd-arm-cgo), const ETXTBSY = 26 +pkg syscall (freebsd-arm-cgo), const EUSERS = 68 +pkg syscall (freebsd-arm-cgo), const EVFILT_AIO = -3 +pkg syscall (freebsd-arm-cgo), const EVFILT_FS = -9 +pkg syscall (freebsd-arm-cgo), const EVFILT_LIO = -10 +pkg syscall (freebsd-arm-cgo), const EVFILT_PROC = -5 +pkg syscall (freebsd-arm-cgo), const EVFILT_READ = -1 +pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER = -7 +pkg syscall (freebsd-arm-cgo), const EVFILT_USER = -11 +pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE = -4 +pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE = -2 +pkg syscall (freebsd-arm-cgo), const EV_ADD = 1 +pkg syscall (freebsd-arm-cgo), const EV_CLEAR = 32 +pkg syscall (freebsd-arm-cgo), const EV_DELETE = 2 +pkg syscall (freebsd-arm-cgo), const EV_DISABLE = 8 +pkg syscall (freebsd-arm-cgo), const EV_DISPATCH = 128 +pkg syscall (freebsd-arm-cgo), const EV_ENABLE = 4 +pkg syscall (freebsd-arm-cgo), const EV_EOF = 32768 +pkg syscall (freebsd-arm-cgo), const EV_ERROR = 16384 +pkg syscall (freebsd-arm-cgo), const EV_FLAG1 = 8192 +pkg syscall (freebsd-arm-cgo), const EV_ONESHOT = 16 +pkg syscall (freebsd-arm-cgo), const EV_RECEIPT = 64 +pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-arm-cgo), const EWOULDBLOCK = 35 +pkg syscall (freebsd-arm-cgo), const EXDEV = 18 +pkg syscall (freebsd-arm-cgo), const EXTA = 19200 +pkg syscall (freebsd-arm-cgo), const EXTB = 38400 +pkg syscall (freebsd-arm-cgo), const EXTPROC = 2048 +pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC = 1 +pkg syscall (freebsd-arm-cgo), const FD_SETSIZE = 1024 +pkg syscall (freebsd-arm-cgo), const FLUSHO = 8388608 +pkg syscall (freebsd-arm-cgo), const F_CANCEL = 5 +pkg syscall (freebsd-arm-cgo), const F_DUP2FD = 10 +pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-arm-cgo), const F_DUPFD = 0 +pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-arm-cgo), const F_GETFD = 1 +pkg syscall (freebsd-arm-cgo), const F_GETFL = 3 +pkg syscall (freebsd-arm-cgo), const F_GETLK = 11 +pkg syscall (freebsd-arm-cgo), const F_GETOWN = 5 +pkg syscall (freebsd-arm-cgo), const F_OGETLK = 7 +pkg syscall (freebsd-arm-cgo), const F_OK = 0 +pkg syscall (freebsd-arm-cgo), const F_OSETLK = 8 +pkg syscall (freebsd-arm-cgo), const F_OSETLKW = 9 +pkg syscall (freebsd-arm-cgo), const F_RDAHEAD = 16 +pkg syscall (freebsd-arm-cgo), const F_RDLCK = 1 +pkg syscall (freebsd-arm-cgo), const F_READAHEAD = 15 +pkg syscall (freebsd-arm-cgo), const F_SETFD = 2 +pkg syscall (freebsd-arm-cgo), const F_SETFL = 4 +pkg syscall (freebsd-arm-cgo), const F_SETLK = 12 +pkg syscall (freebsd-arm-cgo), const F_SETLKW = 13 +pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-arm-cgo), const F_SETOWN = 6 +pkg syscall (freebsd-arm-cgo), const F_UNLCK = 2 +pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS = 4 +pkg syscall (freebsd-arm-cgo), const F_WRLCK = 3 +pkg syscall (freebsd-arm-cgo), const HUPCL = 16384 +pkg syscall (freebsd-arm-cgo), const ICANON = 256 +pkg syscall (freebsd-arm-cgo), const ICRNL = 256 +pkg syscall (freebsd-arm-cgo), const IEXTEN = 1024 +pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-arm-cgo), const IFF_DEBUG = 4 +pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-arm-cgo), const IFF_DYING = 2097152 +pkg syscall (freebsd-arm-cgo), const IFF_LINK0 = 4096 +pkg syscall (freebsd-arm-cgo), const IFF_LINK1 = 8192 +pkg syscall (freebsd-arm-cgo), const IFF_LINK2 = 16384 +pkg syscall (freebsd-arm-cgo), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-arm-cgo), const IFF_MONITOR = 262144 +pkg syscall (freebsd-arm-cgo), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-arm-cgo), const IFF_NOARP = 128 +pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-arm-cgo), const IFF_PROMISC = 256 +pkg syscall (freebsd-arm-cgo), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-arm-cgo), const IFF_RUNNING = 64 +pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-arm-cgo), const IFF_SMART = 32 +pkg syscall (freebsd-arm-cgo), const IFF_STATICARP = 524288 +pkg syscall (freebsd-arm-cgo), const IFNAMSIZ = 16 +pkg syscall (freebsd-arm-cgo), const IFT_1822 = 2 +pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-arm-cgo), const IFT_AAL2 = 187 +pkg syscall (freebsd-arm-cgo), const IFT_AAL5 = 49 +pkg syscall (freebsd-arm-cgo), const IFT_ADSL = 94 +pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-arm-cgo), const IFT_ARAP = 88 +pkg syscall (freebsd-arm-cgo), const IFT_ARCNET = 35 +pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-arm-cgo), const IFT_ASYNC = 84 +pkg syscall (freebsd-arm-cgo), const IFT_ATM = 37 +pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI = 105 +pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA = 107 +pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE = 209 +pkg syscall (freebsd-arm-cgo), const IFT_BSC = 83 +pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-arm-cgo), const IFT_CEPT = 19 +pkg syscall (freebsd-arm-cgo), const IFT_CES = 133 +pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL = 70 +pkg syscall (freebsd-arm-cgo), const IFT_CNR = 85 +pkg syscall (freebsd-arm-cgo), const IFT_COFFEE = 132 +pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-arm-cgo), const IFT_DCN = 141 +pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-arm-cgo), const IFT_DLSW = 74 +pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-arm-cgo), const IFT_DS0 = 81 +pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL = 170 +pkg syscall (freebsd-arm-cgo), const IFT_DS3 = 30 +pkg syscall (freebsd-arm-cgo), const IFT_DTM = 140 +pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN = 172 +pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-arm-cgo), const IFT_ENC = 244 +pkg syscall (freebsd-arm-cgo), const IFT_EON = 25 +pkg syscall (freebsd-arm-cgo), const IFT_EPLRS = 87 +pkg syscall (freebsd-arm-cgo), const IFT_ESCON = 73 +pkg syscall (freebsd-arm-cgo), const IFT_ETHER = 6 +pkg syscall (freebsd-arm-cgo), const IFT_FAITH = 242 +pkg syscall (freebsd-arm-cgo), const IFT_FAST = 125 +pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER = 62 +pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-arm-cgo), const IFT_FDDI = 15 +pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-arm-cgo), const IFT_FRELAY = 32 +pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K = 66 +pkg syscall (freebsd-arm-cgo), const IFT_GIF = 240 +pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT = 178 +pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT = 177 +pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY = 165 +pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 = 3 +pkg syscall (freebsd-arm-cgo), const IFT_HDLC = 118 +pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 = 168 +pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-arm-cgo), const IFT_HIPPI = 47 +pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-arm-cgo), const IFT_HSSI = 46 +pkg syscall (freebsd-arm-cgo), const IFT_HY = 14 +pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-arm-cgo), const IFT_IDSL = 154 +pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-arm-cgo), const IFT_IFGSN = 145 +pkg syscall (freebsd-arm-cgo), const IFT_IMT = 190 +pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-arm-cgo), const IFT_IP = 126 +pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-arm-cgo), const IFT_IPXIP = 249 +pkg syscall (freebsd-arm-cgo), const IFT_ISDN = 63 +pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-arm-cgo), const IFT_ISDNS = 75 +pkg syscall (freebsd-arm-cgo), const IFT_ISDNU = 76 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 = 7 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 = 8 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 = 9 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 = 10 +pkg syscall (freebsd-arm-cgo), const IFT_ISUP = 179 +pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN = 135 +pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-arm-cgo), const IFT_LAPB = 16 +pkg syscall (freebsd-arm-cgo), const IFT_LAPD = 77 +pkg syscall (freebsd-arm-cgo), const IFT_LAPF = 119 +pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-arm-cgo), const IFT_LOOP = 24 +pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 = 38 +pkg syscall (freebsd-arm-cgo), const IFT_MODEM = 48 +pkg syscall (freebsd-arm-cgo), const IFT_MPC = 113 +pkg syscall (freebsd-arm-cgo), const IFT_MPLS = 166 +pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-arm-cgo), const IFT_MSDSL = 143 +pkg syscall (freebsd-arm-cgo), const IFT_MVL = 191 +pkg syscall (freebsd-arm-cgo), const IFT_MYRINET = 99 +pkg syscall (freebsd-arm-cgo), const IFT_NFAS = 175 +pkg syscall (freebsd-arm-cgo), const IFT_NSIP = 27 +pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-arm-cgo), const IFT_OTHER = 1 +pkg syscall (freebsd-arm-cgo), const IFT_P10 = 12 +pkg syscall (freebsd-arm-cgo), const IFT_P80 = 13 +pkg syscall (freebsd-arm-cgo), const IFT_PARA = 34 +pkg syscall (freebsd-arm-cgo), const IFT_PFLOG = 246 +pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC = 247 +pkg syscall (freebsd-arm-cgo), const IFT_PLC = 174 +pkg syscall (freebsd-arm-cgo), const IFT_POS = 171 +pkg syscall (freebsd-arm-cgo), const IFT_PPP = 23 +pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX = 54 +pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-arm-cgo), const IFT_PVC = 241 +pkg syscall (freebsd-arm-cgo), const IFT_QLLC = 68 +pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-arm-cgo), const IFT_RADSL = 95 +pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL = 192 +pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 = 159 +pkg syscall (freebsd-arm-cgo), const IFT_RS232 = 33 +pkg syscall (freebsd-arm-cgo), const IFT_RSRB = 79 +pkg syscall (freebsd-arm-cgo), const IFT_SDLC = 17 +pkg syscall (freebsd-arm-cgo), const IFT_SDSL = 96 +pkg syscall (freebsd-arm-cgo), const IFT_SHDSL = 169 +pkg syscall (freebsd-arm-cgo), const IFT_SIP = 31 +pkg syscall (freebsd-arm-cgo), const IFT_SLIP = 28 +pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-arm-cgo), const IFT_SONET = 39 +pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH = 50 +pkg syscall (freebsd-arm-cgo), const IFT_SONETVT = 51 +pkg syscall (freebsd-arm-cgo), const IFT_SRP = 151 +pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-arm-cgo), const IFT_STARLAN = 11 +pkg syscall (freebsd-arm-cgo), const IFT_STF = 215 +pkg syscall (freebsd-arm-cgo), const IFT_T1 = 18 +pkg syscall (freebsd-arm-cgo), const IFT_TDLC = 116 +pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD = 91 +pkg syscall (freebsd-arm-cgo), const IFT_TR008 = 176 +pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL = 131 +pkg syscall (freebsd-arm-cgo), const IFT_ULTRA = 29 +pkg syscall (freebsd-arm-cgo), const IFT_USB = 160 +pkg syscall (freebsd-arm-cgo), const IFT_V11 = 64 +pkg syscall (freebsd-arm-cgo), const IFT_V35 = 45 +pkg syscall (freebsd-arm-cgo), const IFT_V36 = 65 +pkg syscall (freebsd-arm-cgo), const IFT_V37 = 120 +pkg syscall (freebsd-arm-cgo), const IFT_VDSL = 97 +pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM = 100 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-arm-cgo), const IFT_X213 = 93 +pkg syscall (freebsd-arm-cgo), const IFT_X25 = 5 +pkg syscall (freebsd-arm-cgo), const IFT_X25DDN = 4 +pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-arm-cgo), const IFT_X25MLP = 121 +pkg syscall (freebsd-arm-cgo), const IFT_X25PLE = 40 +pkg syscall (freebsd-arm-cgo), const IFT_XETHER = 26 +pkg syscall (freebsd-arm-cgo), const IGNBRK = 1 +pkg syscall (freebsd-arm-cgo), const IGNCR = 128 +pkg syscall (freebsd-arm-cgo), const IGNPAR = 4 +pkg syscall (freebsd-arm-cgo), const IMAXBEL = 8192 +pkg syscall (freebsd-arm-cgo), const INLCR = 64 +pkg syscall (freebsd-arm-cgo), const INPCK = 16 +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC = 34 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-arm-cgo), const IPPROTO_AH = 51 +pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-arm-cgo), const IPPROTO_APES = 99 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA = 49 +pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT = 30 +pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP = 112 +pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP = 37 +pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP = 86 +pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE = 257 +pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP = 8 +pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-arm-cgo), const IPPROTO_EON = 80 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP = 50 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP = 3 +pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE = 47 +pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP = 20 +pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP = 22 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP = 85 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IL = 40 +pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-arm-cgo), const IPPROTO_INP = 32 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP = 91 +pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX = 256 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MH = 135 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP = 95 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP = 92 +pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX = 18 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ND = 77 +pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE = 59 +pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP = 31 +pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM = 113 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM = 103 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM = 21 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP = 12 +pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP = 75 +pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW = 255 +pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP = 27 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD = 66 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND = 259 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP = 33 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-arm-cgo), const IPPROTO_ST = 7 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF = 87 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TP = 29 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP = 84 +pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES = 83 +pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA = 70 +pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN = 74 +pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET = 15 +pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP = 36 +pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY = 64 +pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-arm-cgo), const IPV6_FAITH = 29 +pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET = 34 +pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-arm-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-arm-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm-cgo), const IPV6_MMTU = 1280 +pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR = 51 +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS = 61 +pkg syscall (freebsd-arm-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-arm-cgo), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-arm-cgo), const IPV6_VERSION = 96 +pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-arm-cgo), const IP_BINDANY = 24 +pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-arm-cgo), const IP_DF = 16384 +pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG = 67 +pkg syscall (freebsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-arm-cgo), const IP_FAITH = 22 +pkg syscall (freebsd-arm-cgo), const IP_FW3 = 48 +pkg syscall (freebsd-arm-cgo), const IP_FW_ADD = 50 +pkg syscall (freebsd-arm-cgo), const IP_FW_DEL = 51 +pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-arm-cgo), const IP_FW_GET = 54 +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO = 53 +pkg syscall (freebsd-arm-cgo), const IP_HDRINCL = 2 +pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-arm-cgo), const IP_MF = 8192 +pkg syscall (freebsd-arm-cgo), const IP_MINTTL = 66 +pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm-cgo), const IP_MSFILTER = 74 +pkg syscall (freebsd-arm-cgo), const IP_MSS = 576 +pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-arm-cgo), const IP_OFFMASK = 8191 +pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST = 23 +pkg syscall (freebsd-arm-cgo), const IP_OPTIONS = 1 +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE = 19 +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-arm-cgo), const IP_RECVIF = 20 +pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS = 5 +pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-arm-cgo), const IP_RECVTOS = 68 +pkg syscall (freebsd-arm-cgo), const IP_RECVTTL = 65 +pkg syscall (freebsd-arm-cgo), const IP_RETOPTS = 8 +pkg syscall (freebsd-arm-cgo), const IP_RF = 32768 +pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON = 15 +pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-arm-cgo), const IP_TOS = 3 +pkg syscall (freebsd-arm-cgo), const IP_TTL = 4 +pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-arm-cgo), const ISIG = 128 +pkg syscall (freebsd-arm-cgo), const ISTRIP = 32 +pkg syscall (freebsd-arm-cgo), const IXANY = 2048 +pkg syscall (freebsd-arm-cgo), const IXOFF = 1024 +pkg syscall (freebsd-arm-cgo), const IXON = 512 +pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false +pkg syscall (freebsd-arm-cgo), const LOCK_EX = 2 +pkg syscall (freebsd-arm-cgo), const LOCK_NB = 4 +pkg syscall (freebsd-arm-cgo), const LOCK_SH = 1 +pkg syscall (freebsd-arm-cgo), const LOCK_UN = 8 +pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-arm-cgo), const MADV_CORE = 9 +pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED = 4 +pkg syscall (freebsd-arm-cgo), const MADV_FREE = 5 +pkg syscall (freebsd-arm-cgo), const MADV_NOCORE = 8 +pkg syscall (freebsd-arm-cgo), const MADV_NORMAL = 0 +pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC = 6 +pkg syscall (freebsd-arm-cgo), const MADV_PROTECT = 10 +pkg syscall (freebsd-arm-cgo), const MADV_RANDOM = 1 +pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED = 3 +pkg syscall (freebsd-arm-cgo), const MAP_ANON = 4096 +pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-arm-cgo), const MAP_COPY = 2 +pkg syscall (freebsd-arm-cgo), const MAP_FILE = 0 +pkg syscall (freebsd-arm-cgo), const MAP_FIXED = 16 +pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-arm-cgo), const MAP_NOCORE = 131072 +pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE = 64 +pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE = 2 +pkg syscall (freebsd-arm-cgo), const MAP_RENAME = 32 +pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-arm-cgo), const MAP_SHARED = 1 +pkg syscall (freebsd-arm-cgo), const MAP_STACK = 1024 +pkg syscall (freebsd-arm-cgo), const MCL_CURRENT = 1 +pkg syscall (freebsd-arm-cgo), const MCL_FUTURE = 2 +pkg syscall (freebsd-arm-cgo), const MSG_COMPAT = 32768 +pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC = 32 +pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-arm-cgo), const MSG_EOF = 256 +pkg syscall (freebsd-arm-cgo), const MSG_EOR = 8 +pkg syscall (freebsd-arm-cgo), const MSG_NBIO = 16384 +pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-arm-cgo), const MSG_OOB = 1 +pkg syscall (freebsd-arm-cgo), const MSG_PEEK = 2 +pkg syscall (freebsd-arm-cgo), const MSG_TRUNC = 16 +pkg syscall (freebsd-arm-cgo), const MSG_WAITALL = 64 +pkg syscall (freebsd-arm-cgo), const MS_ASYNC = 1 +pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE = 2 +pkg syscall (freebsd-arm-cgo), const MS_SYNC = 0 +pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP = 1 +pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID = 6 +pkg syscall (freebsd-arm-cgo), const NOFLSH = 2147483648 +pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-arm-cgo), const NOTE_CHILD = 4 +pkg syscall (freebsd-arm-cgo), const NOTE_DELETE = 1 +pkg syscall (freebsd-arm-cgo), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-arm-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND = 4 +pkg syscall (freebsd-arm-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP = 0 +pkg syscall (freebsd-arm-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-arm-cgo), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-arm-cgo), const NOTE_LINK = 16 +pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT = 1 +pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-arm-cgo), const NOTE_RENAME = 32 +pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE = 64 +pkg syscall (freebsd-arm-cgo), const NOTE_TRACK = 1 +pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-arm-cgo), const NOTE_WRITE = 2 +pkg syscall (freebsd-arm-cgo), const OCRNL = 16 +pkg syscall (freebsd-arm-cgo), const ONLCR = 2 +pkg syscall (freebsd-arm-cgo), const ONLRET = 64 +pkg syscall (freebsd-arm-cgo), const ONOCR = 32 +pkg syscall (freebsd-arm-cgo), const ONOEOT = 8 +pkg syscall (freebsd-arm-cgo), const OPOST = 1 +pkg syscall (freebsd-arm-cgo), const O_ACCMODE = 3 +pkg syscall (freebsd-arm-cgo), const O_APPEND = 8 +pkg syscall (freebsd-arm-cgo), const O_ASYNC = 64 +pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0 +pkg syscall (freebsd-arm-cgo), const O_CREAT = 512 +pkg syscall (freebsd-arm-cgo), const O_DIRECT = 65536 +pkg syscall (freebsd-arm-cgo), const O_DIRECTORY = 131072 +pkg syscall (freebsd-arm-cgo), const O_EXCL = 2048 +pkg syscall (freebsd-arm-cgo), const O_EXEC = 262144 +pkg syscall (freebsd-arm-cgo), const O_EXLOCK = 32 +pkg syscall (freebsd-arm-cgo), const O_FSYNC = 128 +pkg syscall (freebsd-arm-cgo), const O_NDELAY = 4 +pkg syscall (freebsd-arm-cgo), const O_NOCTTY = 32768 +pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW = 256 +pkg syscall (freebsd-arm-cgo), const O_NONBLOCK = 4 +pkg syscall (freebsd-arm-cgo), const O_SHLOCK = 16 +pkg syscall (freebsd-arm-cgo), const O_SYNC = 128 +pkg syscall (freebsd-arm-cgo), const O_TRUNC = 1024 +pkg syscall (freebsd-arm-cgo), const O_TTY_INIT = 524288 +pkg syscall (freebsd-arm-cgo), const PARENB = 4096 +pkg syscall (freebsd-arm-cgo), const PARMRK = 8 +pkg syscall (freebsd-arm-cgo), const PARODD = 8192 +pkg syscall (freebsd-arm-cgo), const PENDIN = 536870912 +pkg syscall (freebsd-arm-cgo), const PROT_EXEC = 4 +pkg syscall (freebsd-arm-cgo), const PROT_NONE = 0 +pkg syscall (freebsd-arm-cgo), const PROT_READ = 1 +pkg syscall (freebsd-arm-cgo), const PROT_WRITE = 2 +pkg syscall (freebsd-arm-cgo), const PTRACE_CONT = 7 +pkg syscall (freebsd-arm-cgo), const PTRACE_KILL = 8 +pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-arm-cgo), const RLIMIT_AS = 10 +pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE = 4 +pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU = 0 +pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA = 2 +pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK = 3 +pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-arm-cgo), const RTAX_BRD = 7 +pkg syscall (freebsd-arm-cgo), const RTAX_DST = 0 +pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK = 3 +pkg syscall (freebsd-arm-cgo), const RTAX_IFA = 5 +pkg syscall (freebsd-arm-cgo), const RTAX_IFP = 4 +pkg syscall (freebsd-arm-cgo), const RTAX_MAX = 8 +pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK = 2 +pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR = 64 +pkg syscall (freebsd-arm-cgo), const RTA_BRD = 128 +pkg syscall (freebsd-arm-cgo), const RTA_DST = 1 +pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY = 2 +pkg syscall (freebsd-arm-cgo), const RTA_GENMASK = 8 +pkg syscall (freebsd-arm-cgo), const RTA_IFA = 32 +pkg syscall (freebsd-arm-cgo), const RTA_IFP = 16 +pkg syscall (freebsd-arm-cgo), const RTA_NETMASK = 4 +pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-arm-cgo), const RTF_DONE = 64 +pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-arm-cgo), const RTF_FMASK = 268752904 +pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY = 2 +pkg syscall (freebsd-arm-cgo), const RTF_HOST = 4 +pkg syscall (freebsd-arm-cgo), const RTF_LLDATA = 1024 +pkg syscall (freebsd-arm-cgo), const RTF_LLINFO = 1024 +pkg syscall (freebsd-arm-cgo), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED = 32 +pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-arm-cgo), const RTF_PINNED = 1048576 +pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-arm-cgo), const RTF_REJECT = 8 +pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-arm-cgo), const RTF_STATIC = 2048 +pkg syscall (freebsd-arm-cgo), const RTF_STICKY = 268435456 +pkg syscall (freebsd-arm-cgo), const RTF_UP = 1 +pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-arm-cgo), const RTM_ADD = 1 +pkg syscall (freebsd-arm-cgo), const RTM_CHANGE = 3 +pkg syscall (freebsd-arm-cgo), const RTM_DELADDR = 13 +pkg syscall (freebsd-arm-cgo), const RTM_DELETE = 2 +pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR = 16 +pkg syscall (freebsd-arm-cgo), const RTM_GET = 4 +pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-arm-cgo), const RTM_IFINFO = 14 +pkg syscall (freebsd-arm-cgo), const RTM_LOCK = 8 +pkg syscall (freebsd-arm-cgo), const RTM_LOSING = 5 +pkg syscall (freebsd-arm-cgo), const RTM_MISS = 7 +pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR = 12 +pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-arm-cgo), const RTM_OLDADD = 9 +pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL = 10 +pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT = 6 +pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE = 11 +pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-arm-cgo), const RTM_VERSION = 5 +pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE = 4 +pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-arm-cgo), const RTV_MTU = 1 +pkg syscall (freebsd-arm-cgo), const RTV_RPIPE = 8 +pkg syscall (freebsd-arm-cgo), const RTV_RTT = 64 +pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR = 128 +pkg syscall (freebsd-arm-cgo), const RTV_SPIPE = 16 +pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT = 256 +pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-arm-cgo), const RT_NORTREF = 2 +pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF = 0 +pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-arm-cgo), const SCM_BINTIME = 4 +pkg syscall (freebsd-arm-cgo), const SCM_CREDS = 3 +pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS = 1 +pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-arm-cgo), const SIGBUS = 10 +pkg syscall (freebsd-arm-cgo), const SIGCHLD = 20 +pkg syscall (freebsd-arm-cgo), const SIGCONT = 19 +pkg syscall (freebsd-arm-cgo), const SIGEMT = 7 +pkg syscall (freebsd-arm-cgo), const SIGINFO = 29 +pkg syscall (freebsd-arm-cgo), const SIGIO = 23 +pkg syscall (freebsd-arm-cgo), const SIGIOT = 6 +pkg syscall (freebsd-arm-cgo), const SIGLIBRT = 33 +pkg syscall (freebsd-arm-cgo), const SIGLWP = 32 +pkg syscall (freebsd-arm-cgo), const SIGPROF = 27 +pkg syscall (freebsd-arm-cgo), const SIGSTOP = 17 +pkg syscall (freebsd-arm-cgo), const SIGSYS = 12 +pkg syscall (freebsd-arm-cgo), const SIGTHR = 32 +pkg syscall (freebsd-arm-cgo), const SIGTSTP = 18 +pkg syscall (freebsd-arm-cgo), const SIGTTIN = 21 +pkg syscall (freebsd-arm-cgo), const SIGTTOU = 22 +pkg syscall (freebsd-arm-cgo), const SIGURG = 16 +pkg syscall (freebsd-arm-cgo), const SIGUSR1 = 30 +pkg syscall (freebsd-arm-cgo), const SIGUSR2 = 31 +pkg syscall (freebsd-arm-cgo), const SIGVTALRM = 26 +pkg syscall (freebsd-arm-cgo), const SIGWINCH = 28 +pkg syscall (freebsd-arm-cgo), const SIGXCPU = 24 +pkg syscall (freebsd-arm-cgo), const SIGXFSZ = 25 +pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-arm-cgo), const SIOCADDRT = 2150658570 +pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019 +pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP = 2149869959 +pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-arm-cgo), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-arm-cgo), const SIOCDELRT = 2150658571 +pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP = 2149869961 +pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC = 3223087483 +pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT = 3222565392 +pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT = 3222565391 +pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF = 3221776676 +pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB = 3223611786 +pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP = 3223611784 +pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA = 3223873848 +pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931 +pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-arm-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS = 3222038904 +pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC = 2149345659 +pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046 +pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-arm-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-arm-cgo), const SOCK_RDM = 4 +pkg syscall (freebsd-arm-cgo), const SOL_SOCKET = 65535 +pkg syscall (freebsd-arm-cgo), const SOMAXCONN = 128 +pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-arm-cgo), const SO_BINTIME = 8192 +pkg syscall (freebsd-arm-cgo), const SO_BROADCAST = 32 +pkg syscall (freebsd-arm-cgo), const SO_DEBUG = 1 +pkg syscall (freebsd-arm-cgo), const SO_DONTROUTE = 16 +pkg syscall (freebsd-arm-cgo), const SO_ERROR = 4103 +pkg syscall (freebsd-arm-cgo), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-arm-cgo), const SO_LABEL = 4105 +pkg syscall (freebsd-arm-cgo), const SO_LINGER = 128 +pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-arm-cgo), const SO_NO_DDP = 32768 +pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE = 256 +pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-arm-cgo), const SO_RCVBUF = 4098 +pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-arm-cgo), const SO_REUSEADDR = 4 +pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT = 512 +pkg syscall (freebsd-arm-cgo), const SO_SETFIB = 4116 +pkg syscall (freebsd-arm-cgo), const SO_SNDBUF = 4097 +pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-arm-cgo), const SO_TYPE = 4104 +pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 = 463 +pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT = 30 +pkg syscall (freebsd-arm-cgo), const SYS_ACCESS = 33 +pkg syscall (freebsd-arm-cgo), const SYS_ACCT = 51 +pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME = 140 +pkg syscall (freebsd-arm-cgo), const SYS_AUDIT = 445 +pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-arm-cgo), const SYS_AUDITON = 446 +pkg syscall (freebsd-arm-cgo), const SYS_BIND = 104 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW = 514 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533 +pkg syscall (freebsd-arm-cgo), const SYS_CHDIR = 12 +pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-arm-cgo), const SYS_CHMOD = 15 +pkg syscall (freebsd-arm-cgo), const SYS_CHOWN = 16 +pkg syscall (freebsd-arm-cgo), const SYS_CHROOT = 61 +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-arm-cgo), const SYS_CLOSE = 6 +pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-arm-cgo), const SYS_CONNECT = 98 +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET = 484 +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-arm-cgo), const SYS_DUP = 41 +pkg syscall (freebsd-arm-cgo), const SYS_DUP2 = 90 +pkg syscall (freebsd-arm-cgo), const SYS_EACCESS = 376 +pkg syscall (freebsd-arm-cgo), const SYS_EXECVE = 59 +pkg syscall (freebsd-arm-cgo), const SYS_EXIT = 1 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR = 13 +pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD = 124 +pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN = 123 +pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-arm-cgo), const SYS_FCNTL = 92 +pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE = 492 +pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN = 298 +pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT = 299 +pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-arm-cgo), const SYS_FLOCK = 131 +pkg syscall (freebsd-arm-cgo), const SYS_FORK = 2 +pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE = 201 +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK = 199 +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP = 197 +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD = 173 +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE = 174 +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE = 200 +pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm-cgo), const SYS_FSYNC = 95 +pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES = 206 +pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-arm-cgo), const SYS_GETAUID = 447 +pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS = 272 +pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-arm-cgo), const SYS_GETEGID = 43 +pkg syscall (freebsd-arm-cgo), const SYS_GETEUID = 25 +pkg syscall (freebsd-arm-cgo), const SYS_GETFH = 161 +pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm-cgo), const SYS_GETGID = 47 +pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER = 86 +pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-arm-cgo), const SYS_GETPGID = 207 +pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP = 81 +pkg syscall (freebsd-arm-cgo), const SYS_GETPID = 20 +pkg syscall (freebsd-arm-cgo), const SYS_GETPPID = 39 +pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID = 361 +pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID = 360 +pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-arm-cgo), const SYS_GETSID = 310 +pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-arm-cgo), const SYS_GETUID = 24 +pkg syscall (freebsd-arm-cgo), const SYS_IOCTL = 54 +pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-arm-cgo), const SYS_JAIL = 338 +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-arm-cgo), const SYS_KENV = 390 +pkg syscall (freebsd-arm-cgo), const SYS_KEVENT = 363 +pkg syscall (freebsd-arm-cgo), const SYS_KILL = 37 +pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND = 306 +pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM = 337 +pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE = 362 +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-arm-cgo), const SYS_KTRACE = 45 +pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD = 274 +pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN = 254 +pkg syscall (freebsd-arm-cgo), const SYS_LGETFH = 160 +pkg syscall (freebsd-arm-cgo), const SYS_LINK = 9 +pkg syscall (freebsd-arm-cgo), const SYS_LINKAT = 495 +pkg syscall (freebsd-arm-cgo), const SYS_LISTEN = 106 +pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-arm-cgo), const SYS_LSEEK = 478 +pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES = 276 +pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-arm-cgo), const SYS_MADVISE = 75 +pkg syscall (freebsd-arm-cgo), const SYS_MINCORE = 78 +pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT = 250 +pkg syscall (freebsd-arm-cgo), const SYS_MKDIR = 136 +pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO = 132 +pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-arm-cgo), const SYS_MKNOD = 14 +pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm-cgo), const SYS_MLOCK = 203 +pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-arm-cgo), const SYS_MMAP = 477 +pkg syscall (freebsd-arm-cgo), const SYS_MODFIND = 303 +pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT = 300 +pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT = 301 +pkg syscall (freebsd-arm-cgo), const SYS_MOUNT = 21 +pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT = 74 +pkg syscall (freebsd-arm-cgo), const SYS_MSYNC = 65 +pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP = 73 +pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT = 279 +pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT = 280 +pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT = 378 +pkg syscall (freebsd-arm-cgo), const SYS_NSTAT = 278 +pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-arm-cgo), const SYS_OBREAK = 17 +pkg syscall (freebsd-arm-cgo), const SYS_OPEN = 5 +pkg syscall (freebsd-arm-cgo), const SYS_OPENAT = 499 +pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE = 72 +pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF = 191 +pkg syscall (freebsd-arm-cgo), const SYS_PDFORK = 518 +pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID = 520 +pkg syscall (freebsd-arm-cgo), const SYS_PDKILL = 519 +pkg syscall (freebsd-arm-cgo), const SYS_PIPE = 42 +pkg syscall (freebsd-arm-cgo), const SYS_POLL = 209 +pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-arm-cgo), const SYS_PREAD = 475 +pkg syscall (freebsd-arm-cgo), const SYS_PREADV = 289 +pkg syscall (freebsd-arm-cgo), const SYS_PROFIL = 44 +pkg syscall (freebsd-arm-cgo), const SYS_PSELECT = 522 +pkg syscall (freebsd-arm-cgo), const SYS_PTRACE = 26 +pkg syscall (freebsd-arm-cgo), const SYS_PWRITE = 476 +pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV = 290 +pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-arm-cgo), const SYS_READ = 3 +pkg syscall (freebsd-arm-cgo), const SYS_READLINK = 58 +pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT = 500 +pkg syscall (freebsd-arm-cgo), const SYS_READV = 120 +pkg syscall (freebsd-arm-cgo), const SYS_REBOOT = 55 +pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM = 29 +pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG = 27 +pkg syscall (freebsd-arm-cgo), const SYS_RENAME = 128 +pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-arm-cgo), const SYS_REVOKE = 56 +pkg syscall (freebsd-arm-cgo), const SYS_RFORK = 251 +pkg syscall (freebsd-arm-cgo), const SYS_RMDIR = 137 +pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO = 166 +pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-arm-cgo), const SYS_SBRK = 69 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-arm-cgo), const SYS_SELECT = 93 +pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE = 393 +pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG = 28 +pkg syscall (freebsd-arm-cgo), const SYS_SENDTO = 133 +pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-arm-cgo), const SYS_SETAUID = 448 +pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-arm-cgo), const SYS_SETEGID = 182 +pkg syscall (freebsd-arm-cgo), const SYS_SETEUID = 183 +pkg syscall (freebsd-arm-cgo), const SYS_SETFIB = 175 +pkg syscall (freebsd-arm-cgo), const SYS_SETGID = 181 +pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER = 83 +pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-arm-cgo), const SYS_SETPGID = 82 +pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-arm-cgo), const SYS_SETREGID = 127 +pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID = 312 +pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID = 311 +pkg syscall (freebsd-arm-cgo), const SYS_SETREUID = 126 +pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-arm-cgo), const SYS_SETSID = 147 +pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-arm-cgo), const SYS_SETUID = 23 +pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION = 416 +pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-arm-cgo), const SYS_SOCKET = 97 +pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-arm-cgo), const SYS_SSTK = 70 +pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-arm-cgo), const SYS_SWAPON = 85 +pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK = 57 +pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-arm-cgo), const SYS_SYNC = 36 +pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH = 165 +pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL = 433 +pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW = 455 +pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF = 432 +pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-arm-cgo), const SYS_UMASK = 60 +pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE = 205 +pkg syscall (freebsd-arm-cgo), const SYS_UNLINK = 10 +pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-arm-cgo), const SYS_UTIMES = 138 +pkg syscall (freebsd-arm-cgo), const SYS_UTRACE = 335 +pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-arm-cgo), const SYS_VFORK = 66 +pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 = 7 +pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 = 532 +pkg syscall (freebsd-arm-cgo), const SYS_WRITE = 4 +pkg syscall (freebsd-arm-cgo), const SYS_WRITEV = 121 +pkg syscall (freebsd-arm-cgo), const SYS_YIELD = 321 +pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK = 434 +pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK = 435 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-arm-cgo), const SYS___GETCWD = 326 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-arm-cgo), const SYS___SETUGID = 374 +pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL = 202 +pkg syscall (freebsd-arm-cgo), const S_IFMT = 61440 +pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24 +pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn = 8 +pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram = 8 +pkg syscall (freebsd-arm-cgo), const SizeofBpfStat = 8 +pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion = 4 +pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf = 12 +pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr = 12 +pkg syscall (freebsd-arm-cgo), const SizeofIPMreq = 8 +pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn = 12 +pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88 +pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104 +pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-arm-cgo), const SizeofLinger = 8 +pkg syscall (freebsd-arm-cgo), const SizeofMsghdr = 28 +pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics = 56 +pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr = 92 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108 +pkg syscall (freebsd-arm-cgo), const TCIFLUSH = 1 +pkg syscall (freebsd-arm-cgo), const TCIOFLUSH = 3 +pkg syscall (freebsd-arm-cgo), const TCOFLUSH = 2 +pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION = 64 +pkg syscall (freebsd-arm-cgo), const TCP_INFO = 32 +pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST = 4 +pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG = 2 +pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG = 16 +pkg syscall (freebsd-arm-cgo), const TCP_MINMSS = 216 +pkg syscall (freebsd-arm-cgo), const TCP_MSS = 536 +pkg syscall (freebsd-arm-cgo), const TCP_NOOPT = 8 +pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH = 4 +pkg syscall (freebsd-arm-cgo), const TCSAFLUSH = 2 +pkg syscall (freebsd-arm-cgo), const TIOCCBRK = 536900730 +pkg syscall (freebsd-arm-cgo), const TIOCCDTR = 536900728 +pkg syscall (freebsd-arm-cgo), const TIOCCONS = 2147775586 +pkg syscall (freebsd-arm-cgo), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-arm-cgo), const TIOCEXCL = 536900621 +pkg syscall (freebsd-arm-cgo), const TIOCEXT = 2147775584 +pkg syscall (freebsd-arm-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-arm-cgo), const TIOCGETA = 1076655123 +pkg syscall (freebsd-arm-cgo), const TIOCGETD = 1074033690 +pkg syscall (freebsd-arm-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-arm-cgo), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-arm-cgo), const TIOCGSID = 1074033763 +pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-arm-cgo), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-arm-cgo), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-arm-cgo), const TIOCMGET = 1074033770 +pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-arm-cgo), const TIOCMSET = 2147775597 +pkg syscall (freebsd-arm-cgo), const TIOCM_CAR = 64 +pkg syscall (freebsd-arm-cgo), const TIOCM_CD = 64 +pkg syscall (freebsd-arm-cgo), const TIOCM_CTS = 32 +pkg syscall (freebsd-arm-cgo), const TIOCM_DCD = 64 +pkg syscall (freebsd-arm-cgo), const TIOCM_DSR = 256 +pkg syscall (freebsd-arm-cgo), const TIOCM_DTR = 2 +pkg syscall (freebsd-arm-cgo), const TIOCM_LE = 1 +pkg syscall (freebsd-arm-cgo), const TIOCM_RI = 128 +pkg syscall (freebsd-arm-cgo), const TIOCM_RNG = 128 +pkg syscall (freebsd-arm-cgo), const TIOCM_RTS = 4 +pkg syscall (freebsd-arm-cgo), const TIOCM_SR = 16 +pkg syscall (freebsd-arm-cgo), const TIOCM_ST = 8 +pkg syscall (freebsd-arm-cgo), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-arm-cgo), const TIOCNXCL = 536900622 +pkg syscall (freebsd-arm-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-arm-cgo), const TIOCPKT = 2147775600 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_START = 8 +pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-arm-cgo), const TIOCSBRK = 536900731 +pkg syscall (freebsd-arm-cgo), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-arm-cgo), const TIOCSDTR = 536900729 +pkg syscall (freebsd-arm-cgo), const TIOCSETA = 2150396948 +pkg syscall (freebsd-arm-cgo), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-arm-cgo), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-arm-cgo), const TIOCSETD = 2147775515 +pkg syscall (freebsd-arm-cgo), const TIOCSIG = 537162847 +pkg syscall (freebsd-arm-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-arm-cgo), const TIOCSTART = 536900718 +pkg syscall (freebsd-arm-cgo), const TIOCSTAT = 536900709 +pkg syscall (freebsd-arm-cgo), const TIOCSTI = 2147578994 +pkg syscall (freebsd-arm-cgo), const TIOCSTOP = 536900719 +pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041 +pkg syscall (freebsd-arm-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-arm-cgo), const TOSTOP = 4194304 +pkg syscall (freebsd-arm-cgo), const VDISCARD = 15 +pkg syscall (freebsd-arm-cgo), const VDSUSP = 11 +pkg syscall (freebsd-arm-cgo), const VEOF = 0 +pkg syscall (freebsd-arm-cgo), const VEOL = 1 +pkg syscall (freebsd-arm-cgo), const VEOL2 = 2 +pkg syscall (freebsd-arm-cgo), const VERASE = 3 +pkg syscall (freebsd-arm-cgo), const VERASE2 = 7 +pkg syscall (freebsd-arm-cgo), const VINTR = 8 +pkg syscall (freebsd-arm-cgo), const VKILL = 5 +pkg syscall (freebsd-arm-cgo), const VLNEXT = 14 +pkg syscall (freebsd-arm-cgo), const VMIN = 16 +pkg syscall (freebsd-arm-cgo), const VQUIT = 9 +pkg syscall (freebsd-arm-cgo), const VREPRINT = 6 +pkg syscall (freebsd-arm-cgo), const VSTART = 12 +pkg syscall (freebsd-arm-cgo), const VSTATUS = 18 +pkg syscall (freebsd-arm-cgo), const VSTOP = 13 +pkg syscall (freebsd-arm-cgo), const VSUSP = 10 +pkg syscall (freebsd-arm-cgo), const VTIME = 17 +pkg syscall (freebsd-arm-cgo), const VWERASE = 4 +pkg syscall (freebsd-arm-cgo), const WCONTINUED = 4 +pkg syscall (freebsd-arm-cgo), const WCOREFLAG = 128 +pkg syscall (freebsd-arm-cgo), const WEXITED = 16 +pkg syscall (freebsd-arm-cgo), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-arm-cgo), const WNOHANG = 1 +pkg syscall (freebsd-arm-cgo), const WNOWAIT = 8 +pkg syscall (freebsd-arm-cgo), const WSTOPPED = 2 +pkg syscall (freebsd-arm-cgo), const WTRAPPED = 32 +pkg syscall (freebsd-arm-cgo), const WUNTRACED = 2 +pkg syscall (linux-386), const AF_ALG = 38 +pkg syscall (linux-386), const AF_APPLETALK = 5 +pkg syscall (linux-386), const AF_ASH = 18 +pkg syscall (linux-386), const AF_ATMPVC = 8 +pkg syscall (linux-386), const AF_ATMSVC = 20 +pkg syscall (linux-386), const AF_AX25 = 3 +pkg syscall (linux-386), const AF_BLUETOOTH = 31 +pkg syscall (linux-386), const AF_BRIDGE = 7 +pkg syscall (linux-386), const AF_CAIF = 37 +pkg syscall (linux-386), const AF_CAN = 29 +pkg syscall (linux-386), const AF_DECnet = 12 +pkg syscall (linux-386), const AF_ECONET = 19 +pkg syscall (linux-386), const AF_FILE = 1 +pkg syscall (linux-386), const AF_IEEE802154 = 36 +pkg syscall (linux-386), const AF_INET6 = 10 +pkg syscall (linux-386), const AF_IPX = 4 +pkg syscall (linux-386), const AF_IRDA = 23 +pkg syscall (linux-386), const AF_ISDN = 34 +pkg syscall (linux-386), const AF_IUCV = 32 +pkg syscall (linux-386), const AF_KEY = 15 +pkg syscall (linux-386), const AF_LLC = 26 +pkg syscall (linux-386), const AF_LOCAL = 1 +pkg syscall (linux-386), const AF_MAX = 39 +pkg syscall (linux-386), const AF_NETBEUI = 13 +pkg syscall (linux-386), const AF_NETLINK = 16 +pkg syscall (linux-386), const AF_NETROM = 6 +pkg syscall (linux-386), const AF_PACKET = 17 +pkg syscall (linux-386), const AF_PHONET = 35 +pkg syscall (linux-386), const AF_PPPOX = 24 +pkg syscall (linux-386), const AF_RDS = 21 +pkg syscall (linux-386), const AF_ROSE = 11 +pkg syscall (linux-386), const AF_ROUTE = 16 +pkg syscall (linux-386), const AF_RXRPC = 33 +pkg syscall (linux-386), const AF_SECURITY = 14 +pkg syscall (linux-386), const AF_SNA = 22 +pkg syscall (linux-386), const AF_TIPC = 30 +pkg syscall (linux-386), const AF_WANPIPE = 25 +pkg syscall (linux-386), const AF_X25 = 9 +pkg syscall (linux-386), const ARPHRD_ADAPT = 264 +pkg syscall (linux-386), const ARPHRD_APPLETLK = 8 +pkg syscall (linux-386), const ARPHRD_ARCNET = 7 +pkg syscall (linux-386), const ARPHRD_ASH = 781 +pkg syscall (linux-386), const ARPHRD_ATM = 19 +pkg syscall (linux-386), const ARPHRD_AX25 = 3 +pkg syscall (linux-386), const ARPHRD_BIF = 775 +pkg syscall (linux-386), const ARPHRD_CHAOS = 5 +pkg syscall (linux-386), const ARPHRD_CISCO = 513 +pkg syscall (linux-386), const ARPHRD_CSLIP = 257 +pkg syscall (linux-386), const ARPHRD_CSLIP6 = 259 +pkg syscall (linux-386), const ARPHRD_DDCMP = 517 +pkg syscall (linux-386), const ARPHRD_DLCI = 15 +pkg syscall (linux-386), const ARPHRD_ECONET = 782 +pkg syscall (linux-386), const ARPHRD_EETHER = 2 +pkg syscall (linux-386), const ARPHRD_ETHER = 1 +pkg syscall (linux-386), const ARPHRD_EUI64 = 27 +pkg syscall (linux-386), const ARPHRD_FCAL = 785 +pkg syscall (linux-386), const ARPHRD_FCFABRIC = 787 +pkg syscall (linux-386), const ARPHRD_FCPL = 786 +pkg syscall (linux-386), const ARPHRD_FCPP = 784 +pkg syscall (linux-386), const ARPHRD_FDDI = 774 +pkg syscall (linux-386), const ARPHRD_FRAD = 770 +pkg syscall (linux-386), const ARPHRD_HDLC = 513 +pkg syscall (linux-386), const ARPHRD_HIPPI = 780 +pkg syscall (linux-386), const ARPHRD_HWX25 = 272 +pkg syscall (linux-386), const ARPHRD_IEEE1394 = 24 +pkg syscall (linux-386), const ARPHRD_IEEE802 = 6 +pkg syscall (linux-386), const ARPHRD_IEEE80211 = 801 +pkg syscall (linux-386), const ARPHRD_IEEE80211_PRISM = 802 +pkg syscall (linux-386), const ARPHRD_IEEE80211_RADIOTAP = 803 +pkg syscall (linux-386), const ARPHRD_IEEE802154 = 804 +pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY = 805 +pkg syscall (linux-386), const ARPHRD_IEEE802_TR = 800 +pkg syscall (linux-386), const ARPHRD_INFINIBAND = 32 +pkg syscall (linux-386), const ARPHRD_IPDDP = 777 +pkg syscall (linux-386), const ARPHRD_IPGRE = 778 +pkg syscall (linux-386), const ARPHRD_IRDA = 783 +pkg syscall (linux-386), const ARPHRD_LAPB = 516 +pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773 +pkg syscall (linux-386), const ARPHRD_LOOPBACK = 772 +pkg syscall (linux-386), const ARPHRD_METRICOM = 23 +pkg syscall (linux-386), const ARPHRD_NETROM = 0 +pkg syscall (linux-386), const ARPHRD_NONE = 65534 +pkg syscall (linux-386), const ARPHRD_PIMREG = 779 +pkg syscall (linux-386), const ARPHRD_PPP = 512 +pkg syscall (linux-386), const ARPHRD_PRONET = 4 +pkg syscall (linux-386), const ARPHRD_RAWHDLC = 518 +pkg syscall (linux-386), const ARPHRD_ROSE = 270 +pkg syscall (linux-386), const ARPHRD_RSRVD = 260 +pkg syscall (linux-386), const ARPHRD_SIT = 776 +pkg syscall (linux-386), const ARPHRD_SKIP = 771 +pkg syscall (linux-386), const ARPHRD_SLIP = 256 +pkg syscall (linux-386), const ARPHRD_SLIP6 = 258 +pkg syscall (linux-386), const ARPHRD_TUNNEL = 768 +pkg syscall (linux-386), const ARPHRD_TUNNEL6 = 769 +pkg syscall (linux-386), const ARPHRD_VOID = 65535 +pkg syscall (linux-386), const ARPHRD_X25 = 271 +pkg syscall (linux-386), const B0 = 0 +pkg syscall (linux-386), const B1000000 = 4104 +pkg syscall (linux-386), const B110 = 3 +pkg syscall (linux-386), const B115200 = 4098 +pkg syscall (linux-386), const B1152000 = 4105 +pkg syscall (linux-386), const B1200 = 9 +pkg syscall (linux-386), const B134 = 4 +pkg syscall (linux-386), const B150 = 5 +pkg syscall (linux-386), const B1500000 = 4106 +pkg syscall (linux-386), const B1800 = 10 +pkg syscall (linux-386), const B19200 = 14 +pkg syscall (linux-386), const B200 = 6 +pkg syscall (linux-386), const B2000000 = 4107 +pkg syscall (linux-386), const B230400 = 4099 +pkg syscall (linux-386), const B2400 = 11 +pkg syscall (linux-386), const B2500000 = 4108 +pkg syscall (linux-386), const B300 = 7 +pkg syscall (linux-386), const B3000000 = 4109 +pkg syscall (linux-386), const B3500000 = 4110 +pkg syscall (linux-386), const B38400 = 15 +pkg syscall (linux-386), const B4000000 = 4111 +pkg syscall (linux-386), const B460800 = 4100 +pkg syscall (linux-386), const B4800 = 12 +pkg syscall (linux-386), const B50 = 1 +pkg syscall (linux-386), const B500000 = 4101 +pkg syscall (linux-386), const B57600 = 4097 +pkg syscall (linux-386), const B576000 = 4102 +pkg syscall (linux-386), const B600 = 8 +pkg syscall (linux-386), const B75 = 2 +pkg syscall (linux-386), const B921600 = 4103 +pkg syscall (linux-386), const B9600 = 13 +pkg syscall (linux-386), const BPF_A = 16 +pkg syscall (linux-386), const BPF_ABS = 32 +pkg syscall (linux-386), const BPF_ADD = 0 +pkg syscall (linux-386), const BPF_ALU = 4 +pkg syscall (linux-386), const BPF_AND = 80 +pkg syscall (linux-386), const BPF_B = 16 +pkg syscall (linux-386), const BPF_DIV = 48 +pkg syscall (linux-386), const BPF_H = 8 +pkg syscall (linux-386), const BPF_IMM = 0 +pkg syscall (linux-386), const BPF_IND = 64 +pkg syscall (linux-386), const BPF_JA = 0 +pkg syscall (linux-386), const BPF_JEQ = 16 +pkg syscall (linux-386), const BPF_JGE = 48 +pkg syscall (linux-386), const BPF_JGT = 32 +pkg syscall (linux-386), const BPF_JMP = 5 +pkg syscall (linux-386), const BPF_JSET = 64 +pkg syscall (linux-386), const BPF_K = 0 +pkg syscall (linux-386), const BPF_LD = 0 +pkg syscall (linux-386), const BPF_LDX = 1 +pkg syscall (linux-386), const BPF_LEN = 128 +pkg syscall (linux-386), const BPF_LSH = 96 +pkg syscall (linux-386), const BPF_MAJOR_VERSION = 1 +pkg syscall (linux-386), const BPF_MAXINSNS = 4096 +pkg syscall (linux-386), const BPF_MEM = 96 +pkg syscall (linux-386), const BPF_MEMWORDS = 16 +pkg syscall (linux-386), const BPF_MINOR_VERSION = 1 +pkg syscall (linux-386), const BPF_MISC = 7 +pkg syscall (linux-386), const BPF_MSH = 160 +pkg syscall (linux-386), const BPF_MUL = 32 +pkg syscall (linux-386), const BPF_NEG = 128 +pkg syscall (linux-386), const BPF_OR = 64 +pkg syscall (linux-386), const BPF_RET = 6 +pkg syscall (linux-386), const BPF_RSH = 112 +pkg syscall (linux-386), const BPF_ST = 2 +pkg syscall (linux-386), const BPF_STX = 3 +pkg syscall (linux-386), const BPF_SUB = 16 +pkg syscall (linux-386), const BPF_TAX = 0 +pkg syscall (linux-386), const BPF_TXA = 128 +pkg syscall (linux-386), const BPF_W = 0 +pkg syscall (linux-386), const BPF_X = 8 +pkg syscall (linux-386), const BRKINT = 2 +pkg syscall (linux-386), const CLOCAL = 2048 +pkg syscall (linux-386), const CREAD = 128 +pkg syscall (linux-386), const CS5 = 0 +pkg syscall (linux-386), const CS6 = 16 +pkg syscall (linux-386), const CS7 = 32 +pkg syscall (linux-386), const CS8 = 48 +pkg syscall (linux-386), const CSIZE = 48 +pkg syscall (linux-386), const CSTOPB = 64 +pkg syscall (linux-386), const DT_BLK = 6 +pkg syscall (linux-386), const DT_CHR = 2 +pkg syscall (linux-386), const DT_DIR = 4 +pkg syscall (linux-386), const DT_FIFO = 1 +pkg syscall (linux-386), const DT_LNK = 10 +pkg syscall (linux-386), const DT_REG = 8 +pkg syscall (linux-386), const DT_SOCK = 12 +pkg syscall (linux-386), const DT_UNKNOWN = 0 +pkg syscall (linux-386), const DT_WHT = 14 +pkg syscall (linux-386), const E2BIG = 7 +pkg syscall (linux-386), const EACCES = 13 +pkg syscall (linux-386), const EADDRINUSE = 98 +pkg syscall (linux-386), const EADDRNOTAVAIL = 99 +pkg syscall (linux-386), const EADV = 68 +pkg syscall (linux-386), const EAFNOSUPPORT = 97 +pkg syscall (linux-386), const EAGAIN = 11 +pkg syscall (linux-386), const EALREADY = 114 +pkg syscall (linux-386), const EBADE = 52 +pkg syscall (linux-386), const EBADF = 9 +pkg syscall (linux-386), const EBADFD = 77 +pkg syscall (linux-386), const EBADMSG = 74 +pkg syscall (linux-386), const EBADR = 53 +pkg syscall (linux-386), const EBADRQC = 56 +pkg syscall (linux-386), const EBADSLT = 57 +pkg syscall (linux-386), const EBFONT = 59 +pkg syscall (linux-386), const EBUSY = 16 +pkg syscall (linux-386), const ECANCELED = 125 +pkg syscall (linux-386), const ECHILD = 10 +pkg syscall (linux-386), const ECHO = 8 +pkg syscall (linux-386), const ECHOCTL = 512 +pkg syscall (linux-386), const ECHOE = 16 +pkg syscall (linux-386), const ECHOK = 32 +pkg syscall (linux-386), const ECHOKE = 2048 +pkg syscall (linux-386), const ECHONL = 64 +pkg syscall (linux-386), const ECHOPRT = 1024 +pkg syscall (linux-386), const ECHRNG = 44 +pkg syscall (linux-386), const ECOMM = 70 +pkg syscall (linux-386), const ECONNABORTED = 103 +pkg syscall (linux-386), const ECONNREFUSED = 111 +pkg syscall (linux-386), const ECONNRESET = 104 +pkg syscall (linux-386), const EDEADLK = 35 +pkg syscall (linux-386), const EDEADLOCK = 35 +pkg syscall (linux-386), const EDESTADDRREQ = 89 +pkg syscall (linux-386), const EDOM = 33 +pkg syscall (linux-386), const EDOTDOT = 73 +pkg syscall (linux-386), const EDQUOT = 122 +pkg syscall (linux-386), const EEXIST = 17 +pkg syscall (linux-386), const EFAULT = 14 +pkg syscall (linux-386), const EFBIG = 27 +pkg syscall (linux-386), const EHOSTDOWN = 112 +pkg syscall (linux-386), const EHOSTUNREACH = 113 +pkg syscall (linux-386), const EIDRM = 43 +pkg syscall (linux-386), const EILSEQ = 84 +pkg syscall (linux-386), const EINPROGRESS = 115 +pkg syscall (linux-386), const EINTR = 4 +pkg syscall (linux-386), const EINVAL = 22 +pkg syscall (linux-386), const EIO = 5 +pkg syscall (linux-386), const EISCONN = 106 +pkg syscall (linux-386), const EISDIR = 21 +pkg syscall (linux-386), const EISNAM = 120 +pkg syscall (linux-386), const EKEYEXPIRED = 127 +pkg syscall (linux-386), const EKEYREJECTED = 129 +pkg syscall (linux-386), const EKEYREVOKED = 128 +pkg syscall (linux-386), const EL2HLT = 51 +pkg syscall (linux-386), const EL2NSYNC = 45 +pkg syscall (linux-386), const EL3HLT = 46 +pkg syscall (linux-386), const EL3RST = 47 +pkg syscall (linux-386), const ELIBACC = 79 +pkg syscall (linux-386), const ELIBBAD = 80 +pkg syscall (linux-386), const ELIBEXEC = 83 +pkg syscall (linux-386), const ELIBMAX = 82 +pkg syscall (linux-386), const ELIBSCN = 81 +pkg syscall (linux-386), const ELNRNG = 48 +pkg syscall (linux-386), const ELOOP = 40 +pkg syscall (linux-386), const EMEDIUMTYPE = 124 +pkg syscall (linux-386), const EMFILE = 24 +pkg syscall (linux-386), const EMLINK = 31 +pkg syscall (linux-386), const EMSGSIZE = 90 +pkg syscall (linux-386), const EMULTIHOP = 72 +pkg syscall (linux-386), const ENAMETOOLONG = 36 +pkg syscall (linux-386), const ENAVAIL = 119 +pkg syscall (linux-386), const ENETDOWN = 100 +pkg syscall (linux-386), const ENETRESET = 102 +pkg syscall (linux-386), const ENETUNREACH = 101 +pkg syscall (linux-386), const ENFILE = 23 +pkg syscall (linux-386), const ENOANO = 55 +pkg syscall (linux-386), const ENOBUFS = 105 +pkg syscall (linux-386), const ENOCSI = 50 +pkg syscall (linux-386), const ENODATA = 61 +pkg syscall (linux-386), const ENODEV = 19 +pkg syscall (linux-386), const ENOEXEC = 8 +pkg syscall (linux-386), const ENOKEY = 126 +pkg syscall (linux-386), const ENOLCK = 37 +pkg syscall (linux-386), const ENOLINK = 67 +pkg syscall (linux-386), const ENOMEDIUM = 123 +pkg syscall (linux-386), const ENOMEM = 12 +pkg syscall (linux-386), const ENOMSG = 42 +pkg syscall (linux-386), const ENONET = 64 +pkg syscall (linux-386), const ENOPKG = 65 +pkg syscall (linux-386), const ENOPROTOOPT = 92 +pkg syscall (linux-386), const ENOSPC = 28 +pkg syscall (linux-386), const ENOSR = 63 +pkg syscall (linux-386), const ENOSTR = 60 +pkg syscall (linux-386), const ENOSYS = 38 +pkg syscall (linux-386), const ENOTBLK = 15 +pkg syscall (linux-386), const ENOTCONN = 107 +pkg syscall (linux-386), const ENOTDIR = 20 +pkg syscall (linux-386), const ENOTEMPTY = 39 +pkg syscall (linux-386), const ENOTNAM = 118 +pkg syscall (linux-386), const ENOTRECOVERABLE = 131 +pkg syscall (linux-386), const ENOTSOCK = 88 +pkg syscall (linux-386), const ENOTSUP = 95 +pkg syscall (linux-386), const ENOTTY = 25 +pkg syscall (linux-386), const ENOTUNIQ = 76 +pkg syscall (linux-386), const ENXIO = 6 +pkg syscall (linux-386), const EOPNOTSUPP = 95 +pkg syscall (linux-386), const EOVERFLOW = 75 +pkg syscall (linux-386), const EOWNERDEAD = 130 +pkg syscall (linux-386), const EPERM = 1 +pkg syscall (linux-386), const EPFNOSUPPORT = 96 +pkg syscall (linux-386), const EPIPE = 32 +pkg syscall (linux-386), const EPOLLERR = 8 +pkg syscall (linux-386), const EPOLLET = -2147483648 +pkg syscall (linux-386), const EPOLLHUP = 16 +pkg syscall (linux-386), const EPOLLIN = 1 +pkg syscall (linux-386), const EPOLLMSG = 1024 +pkg syscall (linux-386), const EPOLLONESHOT = 1073741824 +pkg syscall (linux-386), const EPOLLOUT = 4 +pkg syscall (linux-386), const EPOLLPRI = 2 +pkg syscall (linux-386), const EPOLLRDBAND = 128 +pkg syscall (linux-386), const EPOLLRDHUP = 8192 +pkg syscall (linux-386), const EPOLLRDNORM = 64 +pkg syscall (linux-386), const EPOLLWRBAND = 512 +pkg syscall (linux-386), const EPOLLWRNORM = 256 +pkg syscall (linux-386), const EPOLL_CLOEXEC = 524288 +pkg syscall (linux-386), const EPOLL_CTL_ADD = 1 +pkg syscall (linux-386), const EPOLL_CTL_DEL = 2 +pkg syscall (linux-386), const EPOLL_CTL_MOD = 3 +pkg syscall (linux-386), const EPOLL_NONBLOCK = 2048 +pkg syscall (linux-386), const EPROTO = 71 +pkg syscall (linux-386), const EPROTONOSUPPORT = 93 +pkg syscall (linux-386), const EPROTOTYPE = 91 +pkg syscall (linux-386), const ERANGE = 34 +pkg syscall (linux-386), const EREMCHG = 78 +pkg syscall (linux-386), const EREMOTE = 66 +pkg syscall (linux-386), const EREMOTEIO = 121 +pkg syscall (linux-386), const ERESTART = 85 +pkg syscall (linux-386), const ERFKILL = 132 +pkg syscall (linux-386), const EROFS = 30 +pkg syscall (linux-386), const ESHUTDOWN = 108 +pkg syscall (linux-386), const ESOCKTNOSUPPORT = 94 +pkg syscall (linux-386), const ESPIPE = 29 +pkg syscall (linux-386), const ESRCH = 3 +pkg syscall (linux-386), const ESRMNT = 69 +pkg syscall (linux-386), const ESTALE = 116 +pkg syscall (linux-386), const ESTRPIPE = 86 +pkg syscall (linux-386), const ETH_P_1588 = 35063 +pkg syscall (linux-386), const ETH_P_8021Q = 33024 +pkg syscall (linux-386), const ETH_P_802_2 = 4 +pkg syscall (linux-386), const ETH_P_802_3 = 1 +pkg syscall (linux-386), const ETH_P_AARP = 33011 +pkg syscall (linux-386), const ETH_P_ALL = 3 +pkg syscall (linux-386), const ETH_P_AOE = 34978 +pkg syscall (linux-386), const ETH_P_ARCNET = 26 +pkg syscall (linux-386), const ETH_P_ARP = 2054 +pkg syscall (linux-386), const ETH_P_ATALK = 32923 +pkg syscall (linux-386), const ETH_P_ATMFATE = 34948 +pkg syscall (linux-386), const ETH_P_ATMMPOA = 34892 +pkg syscall (linux-386), const ETH_P_AX25 = 2 +pkg syscall (linux-386), const ETH_P_BPQ = 2303 +pkg syscall (linux-386), const ETH_P_CAIF = 247 +pkg syscall (linux-386), const ETH_P_CAN = 12 +pkg syscall (linux-386), const ETH_P_CONTROL = 22 +pkg syscall (linux-386), const ETH_P_CUST = 24582 +pkg syscall (linux-386), const ETH_P_DDCMP = 6 +pkg syscall (linux-386), const ETH_P_DEC = 24576 +pkg syscall (linux-386), const ETH_P_DIAG = 24581 +pkg syscall (linux-386), const ETH_P_DNA_DL = 24577 +pkg syscall (linux-386), const ETH_P_DNA_RC = 24578 +pkg syscall (linux-386), const ETH_P_DNA_RT = 24579 +pkg syscall (linux-386), const ETH_P_DSA = 27 +pkg syscall (linux-386), const ETH_P_ECONET = 24 +pkg syscall (linux-386), const ETH_P_EDSA = 56026 +pkg syscall (linux-386), const ETH_P_FCOE = 35078 +pkg syscall (linux-386), const ETH_P_FIP = 35092 +pkg syscall (linux-386), const ETH_P_HDLC = 25 +pkg syscall (linux-386), const ETH_P_IEEE802154 = 246 +pkg syscall (linux-386), const ETH_P_IEEEPUP = 2560 +pkg syscall (linux-386), const ETH_P_IEEEPUPAT = 2561 +pkg syscall (linux-386), const ETH_P_IP = 2048 +pkg syscall (linux-386), const ETH_P_IPV6 = 34525 +pkg syscall (linux-386), const ETH_P_IPX = 33079 +pkg syscall (linux-386), const ETH_P_IRDA = 23 +pkg syscall (linux-386), const ETH_P_LAT = 24580 +pkg syscall (linux-386), const ETH_P_LINK_CTL = 34924 +pkg syscall (linux-386), const ETH_P_LOCALTALK = 9 +pkg syscall (linux-386), const ETH_P_LOOP = 96 +pkg syscall (linux-386), const ETH_P_MOBITEX = 21 +pkg syscall (linux-386), const ETH_P_MPLS_MC = 34888 +pkg syscall (linux-386), const ETH_P_MPLS_UC = 34887 +pkg syscall (linux-386), const ETH_P_PAE = 34958 +pkg syscall (linux-386), const ETH_P_PAUSE = 34824 +pkg syscall (linux-386), const ETH_P_PHONET = 245 +pkg syscall (linux-386), const ETH_P_PPPTALK = 16 +pkg syscall (linux-386), const ETH_P_PPP_DISC = 34915 +pkg syscall (linux-386), const ETH_P_PPP_MP = 8 +pkg syscall (linux-386), const ETH_P_PPP_SES = 34916 +pkg syscall (linux-386), const ETH_P_PUP = 512 +pkg syscall (linux-386), const ETH_P_PUPAT = 513 +pkg syscall (linux-386), const ETH_P_RARP = 32821 +pkg syscall (linux-386), const ETH_P_SCA = 24583 +pkg syscall (linux-386), const ETH_P_SLOW = 34825 +pkg syscall (linux-386), const ETH_P_SNAP = 5 +pkg syscall (linux-386), const ETH_P_TEB = 25944 +pkg syscall (linux-386), const ETH_P_TIPC = 35018 +pkg syscall (linux-386), const ETH_P_TRAILER = 28 +pkg syscall (linux-386), const ETH_P_TR_802_2 = 17 +pkg syscall (linux-386), const ETH_P_WAN_PPP = 7 +pkg syscall (linux-386), const ETH_P_WCCP = 34878 +pkg syscall (linux-386), const ETH_P_X25 = 2053 +pkg syscall (linux-386), const ETIME = 62 +pkg syscall (linux-386), const ETIMEDOUT = 110 +pkg syscall (linux-386), const ETOOMANYREFS = 109 +pkg syscall (linux-386), const ETXTBSY = 26 +pkg syscall (linux-386), const EUCLEAN = 117 +pkg syscall (linux-386), const EUNATCH = 49 +pkg syscall (linux-386), const EUSERS = 87 +pkg syscall (linux-386), const EWOULDBLOCK = 11 +pkg syscall (linux-386), const EXDEV = 18 +pkg syscall (linux-386), const EXFULL = 54 +pkg syscall (linux-386), const FD_CLOEXEC = 1 +pkg syscall (linux-386), const FD_SETSIZE = 1024 +pkg syscall (linux-386), const FLUSHO = 4096 +pkg syscall (linux-386), const F_DUPFD = 0 +pkg syscall (linux-386), const F_DUPFD_CLOEXEC = 1030 +pkg syscall (linux-386), const F_EXLCK = 4 +pkg syscall (linux-386), const F_GETFD = 1 +pkg syscall (linux-386), const F_GETFL = 3 +pkg syscall (linux-386), const F_GETLEASE = 1025 +pkg syscall (linux-386), const F_GETLK = 12 +pkg syscall (linux-386), const F_GETLK64 = 12 +pkg syscall (linux-386), const F_GETOWN = 9 +pkg syscall (linux-386), const F_GETOWN_EX = 16 +pkg syscall (linux-386), const F_GETPIPE_SZ = 1032 +pkg syscall (linux-386), const F_GETSIG = 11 +pkg syscall (linux-386), const F_LOCK = 1 +pkg syscall (linux-386), const F_NOTIFY = 1026 +pkg syscall (linux-386), const F_OK = 0 +pkg syscall (linux-386), const F_RDLCK = 0 +pkg syscall (linux-386), const F_SETFD = 2 +pkg syscall (linux-386), const F_SETFL = 4 +pkg syscall (linux-386), const F_SETLEASE = 1024 +pkg syscall (linux-386), const F_SETLK = 13 +pkg syscall (linux-386), const F_SETLK64 = 13 +pkg syscall (linux-386), const F_SETLKW = 14 +pkg syscall (linux-386), const F_SETLKW64 = 14 +pkg syscall (linux-386), const F_SETOWN = 8 +pkg syscall (linux-386), const F_SETOWN_EX = 15 +pkg syscall (linux-386), const F_SETPIPE_SZ = 1031 +pkg syscall (linux-386), const F_SETSIG = 10 +pkg syscall (linux-386), const F_SHLCK = 8 +pkg syscall (linux-386), const F_TEST = 3 +pkg syscall (linux-386), const F_TLOCK = 2 +pkg syscall (linux-386), const F_ULOCK = 0 +pkg syscall (linux-386), const F_UNLCK = 2 +pkg syscall (linux-386), const F_WRLCK = 1 +pkg syscall (linux-386), const HUPCL = 1024 +pkg syscall (linux-386), const ICANON = 2 +pkg syscall (linux-386), const ICRNL = 256 +pkg syscall (linux-386), const IEXTEN = 32768 +pkg syscall (linux-386), const IFA_ADDRESS = 1 +pkg syscall (linux-386), const IFA_ANYCAST = 5 +pkg syscall (linux-386), const IFA_BROADCAST = 4 +pkg syscall (linux-386), const IFA_CACHEINFO = 6 +pkg syscall (linux-386), const IFA_F_DADFAILED = 8 +pkg syscall (linux-386), const IFA_F_DEPRECATED = 32 +pkg syscall (linux-386), const IFA_F_HOMEADDRESS = 16 +pkg syscall (linux-386), const IFA_F_NODAD = 2 +pkg syscall (linux-386), const IFA_F_OPTIMISTIC = 4 +pkg syscall (linux-386), const IFA_F_PERMANENT = 128 +pkg syscall (linux-386), const IFA_F_SECONDARY = 1 +pkg syscall (linux-386), const IFA_F_TEMPORARY = 1 +pkg syscall (linux-386), const IFA_F_TENTATIVE = 64 +pkg syscall (linux-386), const IFA_LABEL = 3 +pkg syscall (linux-386), const IFA_LOCAL = 2 +pkg syscall (linux-386), const IFA_MAX = 7 +pkg syscall (linux-386), const IFA_MULTICAST = 7 +pkg syscall (linux-386), const IFA_UNSPEC = 0 +pkg syscall (linux-386), const IFF_ALLMULTI = 512 +pkg syscall (linux-386), const IFF_AUTOMEDIA = 16384 +pkg syscall (linux-386), const IFF_DEBUG = 4 +pkg syscall (linux-386), const IFF_DYNAMIC = 32768 +pkg syscall (linux-386), const IFF_LOOPBACK = 8 +pkg syscall (linux-386), const IFF_MASTER = 1024 +pkg syscall (linux-386), const IFF_MULTICAST = 4096 +pkg syscall (linux-386), const IFF_NOARP = 128 +pkg syscall (linux-386), const IFF_NOTRAILERS = 32 +pkg syscall (linux-386), const IFF_NO_PI = 4096 +pkg syscall (linux-386), const IFF_ONE_QUEUE = 8192 +pkg syscall (linux-386), const IFF_POINTOPOINT = 16 +pkg syscall (linux-386), const IFF_PORTSEL = 8192 +pkg syscall (linux-386), const IFF_PROMISC = 256 +pkg syscall (linux-386), const IFF_RUNNING = 64 +pkg syscall (linux-386), const IFF_SLAVE = 2048 +pkg syscall (linux-386), const IFF_TAP = 2 +pkg syscall (linux-386), const IFF_TUN = 1 +pkg syscall (linux-386), const IFF_TUN_EXCL = 32768 +pkg syscall (linux-386), const IFF_VNET_HDR = 16384 +pkg syscall (linux-386), const IFLA_ADDRESS = 1 +pkg syscall (linux-386), const IFLA_BROADCAST = 2 +pkg syscall (linux-386), const IFLA_COST = 8 +pkg syscall (linux-386), const IFLA_IFALIAS = 20 +pkg syscall (linux-386), const IFLA_IFNAME = 3 +pkg syscall (linux-386), const IFLA_LINK = 5 +pkg syscall (linux-386), const IFLA_LINKINFO = 18 +pkg syscall (linux-386), const IFLA_LINKMODE = 17 +pkg syscall (linux-386), const IFLA_MAP = 14 +pkg syscall (linux-386), const IFLA_MASTER = 10 +pkg syscall (linux-386), const IFLA_MAX = 29 +pkg syscall (linux-386), const IFLA_MTU = 4 +pkg syscall (linux-386), const IFLA_NET_NS_PID = 19 +pkg syscall (linux-386), const IFLA_OPERSTATE = 16 +pkg syscall (linux-386), const IFLA_PRIORITY = 9 +pkg syscall (linux-386), const IFLA_PROTINFO = 12 +pkg syscall (linux-386), const IFLA_QDISC = 6 +pkg syscall (linux-386), const IFLA_STATS = 7 +pkg syscall (linux-386), const IFLA_TXQLEN = 13 +pkg syscall (linux-386), const IFLA_UNSPEC = 0 +pkg syscall (linux-386), const IFLA_WEIGHT = 15 +pkg syscall (linux-386), const IFLA_WIRELESS = 11 +pkg syscall (linux-386), const IFNAMSIZ = 16 +pkg syscall (linux-386), const IGNBRK = 1 +pkg syscall (linux-386), const IGNCR = 128 +pkg syscall (linux-386), const IGNPAR = 4 +pkg syscall (linux-386), const IMAXBEL = 8192 +pkg syscall (linux-386), const INLCR = 64 +pkg syscall (linux-386), const INPCK = 16 +pkg syscall (linux-386), const IN_ACCESS = 1 +pkg syscall (linux-386), const IN_ALL_EVENTS = 4095 +pkg syscall (linux-386), const IN_ATTRIB = 4 +pkg syscall (linux-386), const IN_CLASSA_HOST = 16777215 +pkg syscall (linux-386), const IN_CLASSA_MAX = 128 +pkg syscall (linux-386), const IN_CLASSA_NET = 4278190080 +pkg syscall (linux-386), const IN_CLASSA_NSHIFT = 24 +pkg syscall (linux-386), const IN_CLASSB_HOST = 65535 +pkg syscall (linux-386), const IN_CLASSB_MAX = 65536 +pkg syscall (linux-386), const IN_CLASSB_NET = 4294901760 +pkg syscall (linux-386), const IN_CLASSB_NSHIFT = 16 +pkg syscall (linux-386), const IN_CLASSC_HOST = 255 +pkg syscall (linux-386), const IN_CLASSC_NET = 4294967040 +pkg syscall (linux-386), const IN_CLASSC_NSHIFT = 8 +pkg syscall (linux-386), const IN_CLOEXEC = 524288 +pkg syscall (linux-386), const IN_CLOSE = 24 +pkg syscall (linux-386), const IN_CLOSE_NOWRITE = 16 +pkg syscall (linux-386), const IN_CLOSE_WRITE = 8 +pkg syscall (linux-386), const IN_CREATE = 256 +pkg syscall (linux-386), const IN_DELETE = 512 +pkg syscall (linux-386), const IN_DELETE_SELF = 1024 +pkg syscall (linux-386), const IN_DONT_FOLLOW = 33554432 +pkg syscall (linux-386), const IN_EXCL_UNLINK = 67108864 +pkg syscall (linux-386), const IN_IGNORED = 32768 +pkg syscall (linux-386), const IN_ISDIR = 1073741824 +pkg syscall (linux-386), const IN_LOOPBACKNET = 127 +pkg syscall (linux-386), const IN_MASK_ADD = 536870912 +pkg syscall (linux-386), const IN_MODIFY = 2 +pkg syscall (linux-386), const IN_MOVE = 192 +pkg syscall (linux-386), const IN_MOVED_FROM = 64 +pkg syscall (linux-386), const IN_MOVED_TO = 128 +pkg syscall (linux-386), const IN_MOVE_SELF = 2048 +pkg syscall (linux-386), const IN_NONBLOCK = 2048 +pkg syscall (linux-386), const IN_ONESHOT = 2147483648 +pkg syscall (linux-386), const IN_ONLYDIR = 16777216 +pkg syscall (linux-386), const IN_OPEN = 32 +pkg syscall (linux-386), const IN_Q_OVERFLOW = 16384 +pkg syscall (linux-386), const IN_UNMOUNT = 8192 +pkg syscall (linux-386), const IPPROTO_AH = 51 +pkg syscall (linux-386), const IPPROTO_COMP = 108 +pkg syscall (linux-386), const IPPROTO_DCCP = 33 +pkg syscall (linux-386), const IPPROTO_DSTOPTS = 60 +pkg syscall (linux-386), const IPPROTO_EGP = 8 +pkg syscall (linux-386), const IPPROTO_ENCAP = 98 +pkg syscall (linux-386), const IPPROTO_ESP = 50 +pkg syscall (linux-386), const IPPROTO_FRAGMENT = 44 +pkg syscall (linux-386), const IPPROTO_GRE = 47 +pkg syscall (linux-386), const IPPROTO_HOPOPTS = 0 +pkg syscall (linux-386), const IPPROTO_ICMP = 1 +pkg syscall (linux-386), const IPPROTO_ICMPV6 = 58 +pkg syscall (linux-386), const IPPROTO_IDP = 22 +pkg syscall (linux-386), const IPPROTO_IGMP = 2 +pkg syscall (linux-386), const IPPROTO_IPIP = 4 +pkg syscall (linux-386), const IPPROTO_MTP = 92 +pkg syscall (linux-386), const IPPROTO_NONE = 59 +pkg syscall (linux-386), const IPPROTO_PIM = 103 +pkg syscall (linux-386), const IPPROTO_PUP = 12 +pkg syscall (linux-386), const IPPROTO_RAW = 255 +pkg syscall (linux-386), const IPPROTO_ROUTING = 43 +pkg syscall (linux-386), const IPPROTO_RSVP = 46 +pkg syscall (linux-386), const IPPROTO_SCTP = 132 +pkg syscall (linux-386), const IPPROTO_TP = 29 +pkg syscall (linux-386), const IPPROTO_UDPLITE = 136 +pkg syscall (linux-386), const IPV6_2292DSTOPTS = 4 +pkg syscall (linux-386), const IPV6_2292HOPLIMIT = 8 +pkg syscall (linux-386), const IPV6_2292HOPOPTS = 3 +pkg syscall (linux-386), const IPV6_2292PKTINFO = 2 +pkg syscall (linux-386), const IPV6_2292PKTOPTIONS = 6 +pkg syscall (linux-386), const IPV6_2292RTHDR = 5 +pkg syscall (linux-386), const IPV6_ADDRFORM = 1 +pkg syscall (linux-386), const IPV6_ADD_MEMBERSHIP = 20 +pkg syscall (linux-386), const IPV6_AUTHHDR = 10 +pkg syscall (linux-386), const IPV6_CHECKSUM = 7 +pkg syscall (linux-386), const IPV6_DROP_MEMBERSHIP = 21 +pkg syscall (linux-386), const IPV6_DSTOPTS = 59 +pkg syscall (linux-386), const IPV6_HOPLIMIT = 52 +pkg syscall (linux-386), const IPV6_HOPOPTS = 54 +pkg syscall (linux-386), const IPV6_IPSEC_POLICY = 34 +pkg syscall (linux-386), const IPV6_JOIN_ANYCAST = 27 +pkg syscall (linux-386), const IPV6_JOIN_GROUP = 20 +pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST = 28 +pkg syscall (linux-386), const IPV6_LEAVE_GROUP = 21 +pkg syscall (linux-386), const IPV6_MTU = 24 +pkg syscall (linux-386), const IPV6_MTU_DISCOVER = 23 +pkg syscall (linux-386), const IPV6_MULTICAST_HOPS = 18 +pkg syscall (linux-386), const IPV6_MULTICAST_IF = 17 +pkg syscall (linux-386), const IPV6_MULTICAST_LOOP = 19 +pkg syscall (linux-386), const IPV6_NEXTHOP = 9 +pkg syscall (linux-386), const IPV6_PKTINFO = 50 +pkg syscall (linux-386), const IPV6_PMTUDISC_DO = 2 +pkg syscall (linux-386), const IPV6_PMTUDISC_DONT = 0 +pkg syscall (linux-386), const IPV6_PMTUDISC_PROBE = 3 +pkg syscall (linux-386), const IPV6_PMTUDISC_WANT = 1 +pkg syscall (linux-386), const IPV6_RECVDSTOPTS = 58 +pkg syscall (linux-386), const IPV6_RECVERR = 25 +pkg syscall (linux-386), const IPV6_RECVHOPLIMIT = 51 +pkg syscall (linux-386), const IPV6_RECVHOPOPTS = 53 +pkg syscall (linux-386), const IPV6_RECVPKTINFO = 49 +pkg syscall (linux-386), const IPV6_RECVRTHDR = 56 +pkg syscall (linux-386), const IPV6_RECVTCLASS = 66 +pkg syscall (linux-386), const IPV6_ROUTER_ALERT = 22 +pkg syscall (linux-386), const IPV6_RTHDR = 57 +pkg syscall (linux-386), const IPV6_RTHDRDSTOPTS = 55 +pkg syscall (linux-386), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (linux-386), const IPV6_RTHDR_STRICT = 1 +pkg syscall (linux-386), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (linux-386), const IPV6_RXDSTOPTS = 59 +pkg syscall (linux-386), const IPV6_RXHOPOPTS = 54 +pkg syscall (linux-386), const IPV6_TCLASS = 67 +pkg syscall (linux-386), const IPV6_UNICAST_HOPS = 16 +pkg syscall (linux-386), const IPV6_V6ONLY = 26 +pkg syscall (linux-386), const IPV6_XFRM_POLICY = 35 +pkg syscall (linux-386), const IP_ADD_MEMBERSHIP = 35 +pkg syscall (linux-386), const IP_ADD_SOURCE_MEMBERSHIP = 39 +pkg syscall (linux-386), const IP_BLOCK_SOURCE = 38 +pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (linux-386), const IP_DF = 16384 +pkg syscall (linux-386), const IP_DROP_MEMBERSHIP = 36 +pkg syscall (linux-386), const IP_DROP_SOURCE_MEMBERSHIP = 40 +pkg syscall (linux-386), const IP_FREEBIND = 15 +pkg syscall (linux-386), const IP_HDRINCL = 3 +pkg syscall (linux-386), const IP_IPSEC_POLICY = 16 +pkg syscall (linux-386), const IP_MAXPACKET = 65535 +pkg syscall (linux-386), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (linux-386), const IP_MF = 8192 +pkg syscall (linux-386), const IP_MINTTL = 21 +pkg syscall (linux-386), const IP_MSFILTER = 41 +pkg syscall (linux-386), const IP_MSS = 576 +pkg syscall (linux-386), const IP_MTU = 14 +pkg syscall (linux-386), const IP_MTU_DISCOVER = 10 +pkg syscall (linux-386), const IP_MULTICAST_IF = 32 +pkg syscall (linux-386), const IP_MULTICAST_LOOP = 34 +pkg syscall (linux-386), const IP_MULTICAST_TTL = 33 +pkg syscall (linux-386), const IP_OFFMASK = 8191 +pkg syscall (linux-386), const IP_OPTIONS = 4 +pkg syscall (linux-386), const IP_ORIGDSTADDR = 20 +pkg syscall (linux-386), const IP_PASSSEC = 18 +pkg syscall (linux-386), const IP_PKTINFO = 8 +pkg syscall (linux-386), const IP_PKTOPTIONS = 9 +pkg syscall (linux-386), const IP_PMTUDISC = 10 +pkg syscall (linux-386), const IP_PMTUDISC_DO = 2 +pkg syscall (linux-386), const IP_PMTUDISC_DONT = 0 +pkg syscall (linux-386), const IP_PMTUDISC_PROBE = 3 +pkg syscall (linux-386), const IP_PMTUDISC_WANT = 1 +pkg syscall (linux-386), const IP_RECVERR = 11 +pkg syscall (linux-386), const IP_RECVOPTS = 6 +pkg syscall (linux-386), const IP_RECVORIGDSTADDR = 20 +pkg syscall (linux-386), const IP_RECVRETOPTS = 7 +pkg syscall (linux-386), const IP_RECVTOS = 13 +pkg syscall (linux-386), const IP_RECVTTL = 12 +pkg syscall (linux-386), const IP_RETOPTS = 7 +pkg syscall (linux-386), const IP_RF = 32768 +pkg syscall (linux-386), const IP_ROUTER_ALERT = 5 +pkg syscall (linux-386), const IP_TOS = 1 +pkg syscall (linux-386), const IP_TRANSPARENT = 19 +pkg syscall (linux-386), const IP_TTL = 2 +pkg syscall (linux-386), const IP_UNBLOCK_SOURCE = 37 +pkg syscall (linux-386), const IP_XFRM_POLICY = 17 +pkg syscall (linux-386), const ISIG = 1 +pkg syscall (linux-386), const ISTRIP = 32 +pkg syscall (linux-386), const IUCLC = 512 +pkg syscall (linux-386), const IUTF8 = 16384 +pkg syscall (linux-386), const IXANY = 2048 +pkg syscall (linux-386), const IXOFF = 4096 +pkg syscall (linux-386), const IXON = 1024 +pkg syscall (linux-386), const ImplementsGetwd = true +pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF = 0 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON = 2309737967 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT = 3454992675 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC = 1163412803 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART = 19088743 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART2 = 2712847316 +pkg syscall (linux-386), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666 +pkg syscall (linux-386), const LINUX_REBOOT_MAGIC1 = 4276215469 +pkg syscall (linux-386), const LINUX_REBOOT_MAGIC2 = 672274793 +pkg syscall (linux-386), const LOCK_EX = 2 +pkg syscall (linux-386), const LOCK_NB = 4 +pkg syscall (linux-386), const LOCK_SH = 1 +pkg syscall (linux-386), const LOCK_UN = 8 +pkg syscall (linux-386), const MADV_DOFORK = 11 +pkg syscall (linux-386), const MADV_DONTFORK = 10 +pkg syscall (linux-386), const MADV_DONTNEED = 4 +pkg syscall (linux-386), const MADV_HUGEPAGE = 14 +pkg syscall (linux-386), const MADV_HWPOISON = 100 +pkg syscall (linux-386), const MADV_MERGEABLE = 12 +pkg syscall (linux-386), const MADV_NOHUGEPAGE = 15 +pkg syscall (linux-386), const MADV_NORMAL = 0 +pkg syscall (linux-386), const MADV_RANDOM = 1 +pkg syscall (linux-386), const MADV_REMOVE = 9 +pkg syscall (linux-386), const MADV_SEQUENTIAL = 2 +pkg syscall (linux-386), const MADV_UNMERGEABLE = 13 +pkg syscall (linux-386), const MADV_WILLNEED = 3 +pkg syscall (linux-386), const MAP_32BIT = 64 +pkg syscall (linux-386), const MAP_ANON = 32 +pkg syscall (linux-386), const MAP_ANONYMOUS = 32 +pkg syscall (linux-386), const MAP_DENYWRITE = 2048 +pkg syscall (linux-386), const MAP_EXECUTABLE = 4096 +pkg syscall (linux-386), const MAP_FILE = 0 +pkg syscall (linux-386), const MAP_FIXED = 16 +pkg syscall (linux-386), const MAP_GROWSDOWN = 256 +pkg syscall (linux-386), const MAP_HUGETLB = 262144 +pkg syscall (linux-386), const MAP_LOCKED = 8192 +pkg syscall (linux-386), const MAP_NONBLOCK = 65536 +pkg syscall (linux-386), const MAP_NORESERVE = 16384 +pkg syscall (linux-386), const MAP_POPULATE = 32768 +pkg syscall (linux-386), const MAP_PRIVATE = 2 +pkg syscall (linux-386), const MAP_SHARED = 1 +pkg syscall (linux-386), const MAP_STACK = 131072 +pkg syscall (linux-386), const MAP_TYPE = 15 +pkg syscall (linux-386), const MCL_CURRENT = 1 +pkg syscall (linux-386), const MCL_FUTURE = 2 +pkg syscall (linux-386), const MNT_DETACH = 2 +pkg syscall (linux-386), const MNT_EXPIRE = 4 +pkg syscall (linux-386), const MNT_FORCE = 1 +pkg syscall (linux-386), const MSG_CMSG_CLOEXEC = 1073741824 +pkg syscall (linux-386), const MSG_CONFIRM = 2048 +pkg syscall (linux-386), const MSG_CTRUNC = 8 +pkg syscall (linux-386), const MSG_DONTROUTE = 4 +pkg syscall (linux-386), const MSG_DONTWAIT = 64 +pkg syscall (linux-386), const MSG_EOR = 128 +pkg syscall (linux-386), const MSG_ERRQUEUE = 8192 +pkg syscall (linux-386), const MSG_FASTOPEN = 536870912 +pkg syscall (linux-386), const MSG_FASTOPEN ideal-int +pkg syscall (linux-386), const MSG_FIN = 512 +pkg syscall (linux-386), const MSG_MORE = 32768 +pkg syscall (linux-386), const MSG_NOSIGNAL = 16384 +pkg syscall (linux-386), const MSG_OOB = 1 +pkg syscall (linux-386), const MSG_PEEK = 2 +pkg syscall (linux-386), const MSG_PROXY = 16 +pkg syscall (linux-386), const MSG_RST = 4096 +pkg syscall (linux-386), const MSG_SYN = 1024 +pkg syscall (linux-386), const MSG_TRUNC = 32 +pkg syscall (linux-386), const MSG_TRYHARD = 4 +pkg syscall (linux-386), const MSG_WAITALL = 256 +pkg syscall (linux-386), const MSG_WAITFORONE = 65536 +pkg syscall (linux-386), const MS_ACTIVE = 1073741824 +pkg syscall (linux-386), const MS_ASYNC = 1 +pkg syscall (linux-386), const MS_BIND = 4096 +pkg syscall (linux-386), const MS_DIRSYNC = 128 +pkg syscall (linux-386), const MS_INVALIDATE = 2 +pkg syscall (linux-386), const MS_I_VERSION = 8388608 +pkg syscall (linux-386), const MS_KERNMOUNT = 4194304 +pkg syscall (linux-386), const MS_MANDLOCK = 64 +pkg syscall (linux-386), const MS_MGC_MSK = 4294901760 +pkg syscall (linux-386), const MS_MGC_VAL = 3236757504 +pkg syscall (linux-386), const MS_MOVE = 8192 +pkg syscall (linux-386), const MS_NOATIME = 1024 +pkg syscall (linux-386), const MS_NODEV = 4 +pkg syscall (linux-386), const MS_NODIRATIME = 2048 +pkg syscall (linux-386), const MS_NOEXEC = 8 +pkg syscall (linux-386), const MS_NOSUID = 2 +pkg syscall (linux-386), const MS_NOUSER = -2147483648 +pkg syscall (linux-386), const MS_POSIXACL = 65536 +pkg syscall (linux-386), const MS_PRIVATE = 262144 +pkg syscall (linux-386), const MS_RDONLY = 1 +pkg syscall (linux-386), const MS_REC = 16384 +pkg syscall (linux-386), const MS_RELATIME = 2097152 +pkg syscall (linux-386), const MS_REMOUNT = 32 +pkg syscall (linux-386), const MS_RMT_MASK = 8388689 +pkg syscall (linux-386), const MS_SHARED = 1048576 +pkg syscall (linux-386), const MS_SILENT = 32768 +pkg syscall (linux-386), const MS_SLAVE = 524288 +pkg syscall (linux-386), const MS_STRICTATIME = 16777216 +pkg syscall (linux-386), const MS_SYNC = 4 +pkg syscall (linux-386), const MS_SYNCHRONOUS = 16 +pkg syscall (linux-386), const MS_UNBINDABLE = 131072 +pkg syscall (linux-386), const NAME_MAX = 255 +pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP = 1 +pkg syscall (linux-386), const NETLINK_AUDIT = 9 +pkg syscall (linux-386), const NETLINK_BROADCAST_ERROR = 4 +pkg syscall (linux-386), const NETLINK_CONNECTOR = 11 +pkg syscall (linux-386), const NETLINK_DNRTMSG = 14 +pkg syscall (linux-386), const NETLINK_DROP_MEMBERSHIP = 2 +pkg syscall (linux-386), const NETLINK_ECRYPTFS = 19 +pkg syscall (linux-386), const NETLINK_FIB_LOOKUP = 10 +pkg syscall (linux-386), const NETLINK_FIREWALL = 3 +pkg syscall (linux-386), const NETLINK_GENERIC = 16 +pkg syscall (linux-386), const NETLINK_INET_DIAG = 4 +pkg syscall (linux-386), const NETLINK_IP6_FW = 13 +pkg syscall (linux-386), const NETLINK_ISCSI = 8 +pkg syscall (linux-386), const NETLINK_KOBJECT_UEVENT = 15 +pkg syscall (linux-386), const NETLINK_NETFILTER = 12 +pkg syscall (linux-386), const NETLINK_NFLOG = 5 +pkg syscall (linux-386), const NETLINK_NO_ENOBUFS = 5 +pkg syscall (linux-386), const NETLINK_PKTINFO = 3 +pkg syscall (linux-386), const NETLINK_ROUTE = 0 +pkg syscall (linux-386), const NETLINK_SCSITRANSPORT = 18 +pkg syscall (linux-386), const NETLINK_SELINUX = 7 +pkg syscall (linux-386), const NETLINK_UNUSED = 1 +pkg syscall (linux-386), const NETLINK_USERSOCK = 2 +pkg syscall (linux-386), const NETLINK_XFRM = 6 +pkg syscall (linux-386), const NLA_ALIGNTO = 4 +pkg syscall (linux-386), const NLA_F_NESTED = 32768 +pkg syscall (linux-386), const NLA_F_NET_BYTEORDER = 16384 +pkg syscall (linux-386), const NLA_HDRLEN = 4 +pkg syscall (linux-386), const NLMSG_ALIGNTO = 4 +pkg syscall (linux-386), const NLMSG_DONE = 3 +pkg syscall (linux-386), const NLMSG_ERROR = 2 +pkg syscall (linux-386), const NLMSG_HDRLEN = 16 +pkg syscall (linux-386), const NLMSG_MIN_TYPE = 16 +pkg syscall (linux-386), const NLMSG_NOOP = 1 +pkg syscall (linux-386), const NLMSG_OVERRUN = 4 +pkg syscall (linux-386), const NLM_F_ACK = 4 +pkg syscall (linux-386), const NLM_F_APPEND = 2048 +pkg syscall (linux-386), const NLM_F_ATOMIC = 1024 +pkg syscall (linux-386), const NLM_F_CREATE = 1024 +pkg syscall (linux-386), const NLM_F_DUMP = 768 +pkg syscall (linux-386), const NLM_F_ECHO = 8 +pkg syscall (linux-386), const NLM_F_EXCL = 512 +pkg syscall (linux-386), const NLM_F_MATCH = 512 +pkg syscall (linux-386), const NLM_F_MULTI = 2 +pkg syscall (linux-386), const NLM_F_REPLACE = 256 +pkg syscall (linux-386), const NLM_F_REQUEST = 1 +pkg syscall (linux-386), const NLM_F_ROOT = 256 +pkg syscall (linux-386), const NOFLSH = 128 +pkg syscall (linux-386), const OCRNL = 8 +pkg syscall (linux-386), const OFDEL = 128 +pkg syscall (linux-386), const OFILL = 64 +pkg syscall (linux-386), const OLCUC = 2 +pkg syscall (linux-386), const ONLCR = 4 +pkg syscall (linux-386), const ONLRET = 32 +pkg syscall (linux-386), const ONOCR = 16 +pkg syscall (linux-386), const OPOST = 1 +pkg syscall (linux-386), const O_ACCMODE = 3 +pkg syscall (linux-386), const O_APPEND = 1024 +pkg syscall (linux-386), const O_ASYNC = 8192 +pkg syscall (linux-386), const O_CLOEXEC = 524288 +pkg syscall (linux-386), const O_CREAT = 64 +pkg syscall (linux-386), const O_DIRECT = 16384 +pkg syscall (linux-386), const O_DIRECTORY = 65536 +pkg syscall (linux-386), const O_DSYNC = 4096 +pkg syscall (linux-386), const O_EXCL = 128 +pkg syscall (linux-386), const O_FSYNC = 1052672 +pkg syscall (linux-386), const O_LARGEFILE = 32768 +pkg syscall (linux-386), const O_NDELAY = 2048 +pkg syscall (linux-386), const O_NOATIME = 262144 +pkg syscall (linux-386), const O_NOCTTY = 256 +pkg syscall (linux-386), const O_NOFOLLOW = 131072 +pkg syscall (linux-386), const O_NONBLOCK = 2048 +pkg syscall (linux-386), const O_RSYNC = 1052672 +pkg syscall (linux-386), const O_SYNC = 1052672 +pkg syscall (linux-386), const O_TRUNC = 512 +pkg syscall (linux-386), const PACKET_ADD_MEMBERSHIP = 1 +pkg syscall (linux-386), const PACKET_BROADCAST = 1 +pkg syscall (linux-386), const PACKET_DROP_MEMBERSHIP = 2 +pkg syscall (linux-386), const PACKET_FASTROUTE = 6 +pkg syscall (linux-386), const PACKET_HOST = 0 +pkg syscall (linux-386), const PACKET_LOOPBACK = 5 +pkg syscall (linux-386), const PACKET_MR_ALLMULTI = 2 +pkg syscall (linux-386), const PACKET_MR_MULTICAST = 0 +pkg syscall (linux-386), const PACKET_MR_PROMISC = 1 +pkg syscall (linux-386), const PACKET_MULTICAST = 2 +pkg syscall (linux-386), const PACKET_OTHERHOST = 3 +pkg syscall (linux-386), const PACKET_OUTGOING = 4 +pkg syscall (linux-386), const PACKET_RECV_OUTPUT = 3 +pkg syscall (linux-386), const PACKET_RX_RING = 5 +pkg syscall (linux-386), const PACKET_STATISTICS = 6 +pkg syscall (linux-386), const PARENB = 256 +pkg syscall (linux-386), const PARMRK = 8 +pkg syscall (linux-386), const PARODD = 512 +pkg syscall (linux-386), const PENDIN = 16384 +pkg syscall (linux-386), const PROT_EXEC = 4 +pkg syscall (linux-386), const PROT_GROWSDOWN = 16777216 +pkg syscall (linux-386), const PROT_GROWSUP = 33554432 +pkg syscall (linux-386), const PROT_NONE = 0 +pkg syscall (linux-386), const PROT_READ = 1 +pkg syscall (linux-386), const PROT_WRITE = 2 +pkg syscall (linux-386), const PR_CAPBSET_DROP = 24 +pkg syscall (linux-386), const PR_CAPBSET_READ = 23 +pkg syscall (linux-386), const PR_ENDIAN_BIG = 0 +pkg syscall (linux-386), const PR_ENDIAN_LITTLE = 1 +pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE = 2 +pkg syscall (linux-386), const PR_FPEMU_NOPRINT = 1 +pkg syscall (linux-386), const PR_FPEMU_SIGFPE = 2 +pkg syscall (linux-386), const PR_FP_EXC_ASYNC = 2 +pkg syscall (linux-386), const PR_FP_EXC_DISABLED = 0 +pkg syscall (linux-386), const PR_FP_EXC_DIV = 65536 +pkg syscall (linux-386), const PR_FP_EXC_INV = 1048576 +pkg syscall (linux-386), const PR_FP_EXC_NONRECOV = 1 +pkg syscall (linux-386), const PR_FP_EXC_OVF = 131072 +pkg syscall (linux-386), const PR_FP_EXC_PRECISE = 3 +pkg syscall (linux-386), const PR_FP_EXC_RES = 524288 +pkg syscall (linux-386), const PR_FP_EXC_SW_ENABLE = 128 +pkg syscall (linux-386), const PR_FP_EXC_UND = 262144 +pkg syscall (linux-386), const PR_GET_DUMPABLE = 3 +pkg syscall (linux-386), const PR_GET_ENDIAN = 19 +pkg syscall (linux-386), const PR_GET_FPEMU = 9 +pkg syscall (linux-386), const PR_GET_FPEXC = 11 +pkg syscall (linux-386), const PR_GET_KEEPCAPS = 7 +pkg syscall (linux-386), const PR_GET_NAME = 16 +pkg syscall (linux-386), const PR_GET_PDEATHSIG = 2 +pkg syscall (linux-386), const PR_GET_SECCOMP = 21 +pkg syscall (linux-386), const PR_GET_SECUREBITS = 27 +pkg syscall (linux-386), const PR_GET_TIMERSLACK = 30 +pkg syscall (linux-386), const PR_GET_TIMING = 13 +pkg syscall (linux-386), const PR_GET_TSC = 25 +pkg syscall (linux-386), const PR_GET_UNALIGN = 5 +pkg syscall (linux-386), const PR_MCE_KILL = 33 +pkg syscall (linux-386), const PR_MCE_KILL_CLEAR = 0 +pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT = 2 +pkg syscall (linux-386), const PR_MCE_KILL_EARLY = 1 +pkg syscall (linux-386), const PR_MCE_KILL_GET = 34 +pkg syscall (linux-386), const PR_MCE_KILL_LATE = 0 +pkg syscall (linux-386), const PR_MCE_KILL_SET = 1 +pkg syscall (linux-386), const PR_SET_DUMPABLE = 4 +pkg syscall (linux-386), const PR_SET_ENDIAN = 20 +pkg syscall (linux-386), const PR_SET_FPEMU = 10 +pkg syscall (linux-386), const PR_SET_FPEXC = 12 +pkg syscall (linux-386), const PR_SET_KEEPCAPS = 8 +pkg syscall (linux-386), const PR_SET_NAME = 15 +pkg syscall (linux-386), const PR_SET_PDEATHSIG = 1 +pkg syscall (linux-386), const PR_SET_PTRACER = 1499557217 +pkg syscall (linux-386), const PR_SET_SECCOMP = 22 +pkg syscall (linux-386), const PR_SET_SECUREBITS = 28 +pkg syscall (linux-386), const PR_SET_TIMERSLACK = 29 +pkg syscall (linux-386), const PR_SET_TIMING = 14 +pkg syscall (linux-386), const PR_SET_TSC = 26 +pkg syscall (linux-386), const PR_SET_UNALIGN = 6 +pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_DISABLE = 31 +pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_ENABLE = 32 +pkg syscall (linux-386), const PR_TIMING_STATISTICAL = 0 +pkg syscall (linux-386), const PR_TIMING_TIMESTAMP = 1 +pkg syscall (linux-386), const PR_TSC_ENABLE = 1 +pkg syscall (linux-386), const PR_TSC_SIGSEGV = 2 +pkg syscall (linux-386), const PR_UNALIGN_NOPRINT = 1 +pkg syscall (linux-386), const PR_UNALIGN_SIGBUS = 2 +pkg syscall (linux-386), const PTRACE_ATTACH = 16 +pkg syscall (linux-386), const PTRACE_CONT = 7 +pkg syscall (linux-386), const PTRACE_DETACH = 17 +pkg syscall (linux-386), const PTRACE_EVENT_CLONE = 3 +pkg syscall (linux-386), const PTRACE_EVENT_EXEC = 4 +pkg syscall (linux-386), const PTRACE_EVENT_EXIT = 6 +pkg syscall (linux-386), const PTRACE_EVENT_FORK = 1 +pkg syscall (linux-386), const PTRACE_EVENT_VFORK = 2 +pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE = 5 +pkg syscall (linux-386), const PTRACE_GETEVENTMSG = 16897 +pkg syscall (linux-386), const PTRACE_GETFPREGS = 14 +pkg syscall (linux-386), const PTRACE_GETFPXREGS = 18 +pkg syscall (linux-386), const PTRACE_GETREGS = 12 +pkg syscall (linux-386), const PTRACE_GETREGSET = 16900 +pkg syscall (linux-386), const PTRACE_GETSIGINFO = 16898 +pkg syscall (linux-386), const PTRACE_GET_THREAD_AREA = 25 +pkg syscall (linux-386), const PTRACE_KILL = 8 +pkg syscall (linux-386), const PTRACE_OLDSETOPTIONS = 21 +pkg syscall (linux-386), const PTRACE_O_MASK = 127 +pkg syscall (linux-386), const PTRACE_O_TRACECLONE = 8 +pkg syscall (linux-386), const PTRACE_O_TRACEEXEC = 16 +pkg syscall (linux-386), const PTRACE_O_TRACEEXIT = 64 +pkg syscall (linux-386), const PTRACE_O_TRACEFORK = 2 +pkg syscall (linux-386), const PTRACE_O_TRACESYSGOOD = 1 +pkg syscall (linux-386), const PTRACE_O_TRACEVFORK = 4 +pkg syscall (linux-386), const PTRACE_O_TRACEVFORKDONE = 32 +pkg syscall (linux-386), const PTRACE_PEEKDATA = 2 +pkg syscall (linux-386), const PTRACE_PEEKTEXT = 1 +pkg syscall (linux-386), const PTRACE_PEEKUSR = 3 +pkg syscall (linux-386), const PTRACE_POKEDATA = 5 +pkg syscall (linux-386), const PTRACE_POKETEXT = 4 +pkg syscall (linux-386), const PTRACE_POKEUSR = 6 +pkg syscall (linux-386), const PTRACE_SETFPREGS = 15 +pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19 +pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896 +pkg syscall (linux-386), const PTRACE_SETREGS = 13 +pkg syscall (linux-386), const PTRACE_SETREGSET = 16901 +pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899 +pkg syscall (linux-386), const PTRACE_SET_THREAD_AREA = 26 +pkg syscall (linux-386), const PTRACE_SINGLEBLOCK = 33 +pkg syscall (linux-386), const PTRACE_SINGLESTEP = 9 +pkg syscall (linux-386), const PTRACE_SYSCALL = 24 +pkg syscall (linux-386), const PTRACE_SYSEMU = 31 +pkg syscall (linux-386), const PTRACE_SYSEMU_SINGLESTEP = 32 +pkg syscall (linux-386), const PTRACE_TRACEME = 0 +pkg syscall (linux-386), const PathMax = 4096 +pkg syscall (linux-386), const RLIMIT_AS = 9 +pkg syscall (linux-386), const RLIMIT_CORE = 4 +pkg syscall (linux-386), const RLIMIT_CPU = 0 +pkg syscall (linux-386), const RLIMIT_DATA = 2 +pkg syscall (linux-386), const RLIMIT_FSIZE = 1 +pkg syscall (linux-386), const RLIMIT_NOFILE = 7 +pkg syscall (linux-386), const RLIMIT_STACK = 3 +pkg syscall (linux-386), const RLIM_INFINITY = -1 +pkg syscall (linux-386), const RTAX_ADVMSS = 8 +pkg syscall (linux-386), const RTAX_CWND = 7 +pkg syscall (linux-386), const RTAX_FEATURES = 12 +pkg syscall (linux-386), const RTAX_FEATURE_ALLFRAG = 8 +pkg syscall (linux-386), const RTAX_FEATURE_ECN = 1 +pkg syscall (linux-386), const RTAX_FEATURE_SACK = 2 +pkg syscall (linux-386), const RTAX_FEATURE_TIMESTAMP = 4 +pkg syscall (linux-386), const RTAX_HOPLIMIT = 10 +pkg syscall (linux-386), const RTAX_INITCWND = 11 +pkg syscall (linux-386), const RTAX_INITRWND = 14 +pkg syscall (linux-386), const RTAX_LOCK = 1 +pkg syscall (linux-386), const RTAX_MAX = 14 +pkg syscall (linux-386), const RTAX_MTU = 2 +pkg syscall (linux-386), const RTAX_REORDERING = 9 +pkg syscall (linux-386), const RTAX_RTO_MIN = 13 +pkg syscall (linux-386), const RTAX_RTT = 4 +pkg syscall (linux-386), const RTAX_RTTVAR = 5 +pkg syscall (linux-386), const RTAX_SSTHRESH = 6 +pkg syscall (linux-386), const RTAX_UNSPEC = 0 +pkg syscall (linux-386), const RTAX_WINDOW = 3 +pkg syscall (linux-386), const RTA_ALIGNTO = 4 +pkg syscall (linux-386), const RTA_CACHEINFO = 12 +pkg syscall (linux-386), const RTA_DST = 1 +pkg syscall (linux-386), const RTA_FLOW = 11 +pkg syscall (linux-386), const RTA_GATEWAY = 5 +pkg syscall (linux-386), const RTA_IIF = 3 +pkg syscall (linux-386), const RTA_MAX = 16 +pkg syscall (linux-386), const RTA_METRICS = 8 +pkg syscall (linux-386), const RTA_MULTIPATH = 9 +pkg syscall (linux-386), const RTA_OIF = 4 +pkg syscall (linux-386), const RTA_PREFSRC = 7 +pkg syscall (linux-386), const RTA_PRIORITY = 6 +pkg syscall (linux-386), const RTA_SRC = 2 +pkg syscall (linux-386), const RTA_TABLE = 15 +pkg syscall (linux-386), const RTA_UNSPEC = 0 +pkg syscall (linux-386), const RTCF_DIRECTSRC = 67108864 +pkg syscall (linux-386), const RTCF_DOREDIRECT = 16777216 +pkg syscall (linux-386), const RTCF_LOG = 33554432 +pkg syscall (linux-386), const RTCF_MASQ = 4194304 +pkg syscall (linux-386), const RTCF_NAT = 8388608 +pkg syscall (linux-386), const RTCF_VALVE = 2097152 +pkg syscall (linux-386), const RTF_ADDRCLASSMASK = 4160749568 +pkg syscall (linux-386), const RTF_ADDRCONF = 262144 +pkg syscall (linux-386), const RTF_ALLONLINK = 131072 +pkg syscall (linux-386), const RTF_BROADCAST = 268435456 +pkg syscall (linux-386), const RTF_CACHE = 16777216 +pkg syscall (linux-386), const RTF_DEFAULT = 65536 +pkg syscall (linux-386), const RTF_DYNAMIC = 16 +pkg syscall (linux-386), const RTF_FLOW = 33554432 +pkg syscall (linux-386), const RTF_GATEWAY = 2 +pkg syscall (linux-386), const RTF_HOST = 4 +pkg syscall (linux-386), const RTF_INTERFACE = 1073741824 +pkg syscall (linux-386), const RTF_IRTT = 256 +pkg syscall (linux-386), const RTF_LINKRT = 1048576 +pkg syscall (linux-386), const RTF_LOCAL = 2147483648 +pkg syscall (linux-386), const RTF_MODIFIED = 32 +pkg syscall (linux-386), const RTF_MSS = 64 +pkg syscall (linux-386), const RTF_MTU = 64 +pkg syscall (linux-386), const RTF_MULTICAST = 536870912 +pkg syscall (linux-386), const RTF_NAT = 134217728 +pkg syscall (linux-386), const RTF_NOFORWARD = 4096 +pkg syscall (linux-386), const RTF_NONEXTHOP = 2097152 +pkg syscall (linux-386), const RTF_NOPMTUDISC = 16384 +pkg syscall (linux-386), const RTF_POLICY = 67108864 +pkg syscall (linux-386), const RTF_REINSTATE = 8 +pkg syscall (linux-386), const RTF_REJECT = 512 +pkg syscall (linux-386), const RTF_STATIC = 1024 +pkg syscall (linux-386), const RTF_THROW = 8192 +pkg syscall (linux-386), const RTF_UP = 1 +pkg syscall (linux-386), const RTF_WINDOW = 128 +pkg syscall (linux-386), const RTF_XRESOLVE = 2048 +pkg syscall (linux-386), const RTM_BASE = 16 +pkg syscall (linux-386), const RTM_DELACTION = 49 +pkg syscall (linux-386), const RTM_DELADDR = 21 +pkg syscall (linux-386), const RTM_DELADDRLABEL = 73 +pkg syscall (linux-386), const RTM_DELLINK = 17 +pkg syscall (linux-386), const RTM_DELNEIGH = 29 +pkg syscall (linux-386), const RTM_DELQDISC = 37 +pkg syscall (linux-386), const RTM_DELROUTE = 25 +pkg syscall (linux-386), const RTM_DELRULE = 33 +pkg syscall (linux-386), const RTM_DELTCLASS = 41 +pkg syscall (linux-386), const RTM_DELTFILTER = 45 +pkg syscall (linux-386), const RTM_F_CLONED = 512 +pkg syscall (linux-386), const RTM_F_EQUALIZE = 1024 +pkg syscall (linux-386), const RTM_F_NOTIFY = 256 +pkg syscall (linux-386), const RTM_F_PREFIX = 2048 +pkg syscall (linux-386), const RTM_GETACTION = 50 +pkg syscall (linux-386), const RTM_GETADDR = 22 +pkg syscall (linux-386), const RTM_GETADDRLABEL = 74 +pkg syscall (linux-386), const RTM_GETANYCAST = 62 +pkg syscall (linux-386), const RTM_GETDCB = 78 +pkg syscall (linux-386), const RTM_GETLINK = 18 +pkg syscall (linux-386), const RTM_GETMULTICAST = 58 +pkg syscall (linux-386), const RTM_GETNEIGH = 30 +pkg syscall (linux-386), const RTM_GETNEIGHTBL = 66 +pkg syscall (linux-386), const RTM_GETQDISC = 38 +pkg syscall (linux-386), const RTM_GETROUTE = 26 +pkg syscall (linux-386), const RTM_GETRULE = 34 +pkg syscall (linux-386), const RTM_GETTCLASS = 42 +pkg syscall (linux-386), const RTM_GETTFILTER = 46 +pkg syscall (linux-386), const RTM_MAX = 79 +pkg syscall (linux-386), const RTM_NEWACTION = 48 +pkg syscall (linux-386), const RTM_NEWADDR = 20 +pkg syscall (linux-386), const RTM_NEWADDRLABEL = 72 +pkg syscall (linux-386), const RTM_NEWLINK = 16 +pkg syscall (linux-386), const RTM_NEWNDUSEROPT = 68 +pkg syscall (linux-386), const RTM_NEWNEIGH = 28 +pkg syscall (linux-386), const RTM_NEWNEIGHTBL = 64 +pkg syscall (linux-386), const RTM_NEWPREFIX = 52 +pkg syscall (linux-386), const RTM_NEWQDISC = 36 +pkg syscall (linux-386), const RTM_NEWROUTE = 24 +pkg syscall (linux-386), const RTM_NEWRULE = 32 +pkg syscall (linux-386), const RTM_NEWTCLASS = 40 +pkg syscall (linux-386), const RTM_NEWTFILTER = 44 +pkg syscall (linux-386), const RTM_NR_FAMILIES = 16 +pkg syscall (linux-386), const RTM_NR_MSGTYPES = 64 +pkg syscall (linux-386), const RTM_SETDCB = 79 +pkg syscall (linux-386), const RTM_SETLINK = 19 +pkg syscall (linux-386), const RTM_SETNEIGHTBL = 67 +pkg syscall (linux-386), const RTNH_ALIGNTO = 4 +pkg syscall (linux-386), const RTNH_F_DEAD = 1 +pkg syscall (linux-386), const RTNH_F_ONLINK = 4 +pkg syscall (linux-386), const RTNH_F_PERVASIVE = 2 +pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR = 5 +pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE = 6 +pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE = 7 +pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV4_RULE = 8 +pkg syscall (linux-386), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR = 9 +pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO = 12 +pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE = 10 +pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX = 18 +pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE = 11 +pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_RULE = 19 +pkg syscall (linux-386), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-386), const RTNLGRP_LINK = 1 +pkg syscall (linux-386), const RTNLGRP_LINK ideal-int +pkg syscall (linux-386), const RTNLGRP_ND_USEROPT = 20 +pkg syscall (linux-386), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-386), const RTNLGRP_NEIGH = 3 +pkg syscall (linux-386), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-386), const RTNLGRP_NONE = 0 +pkg syscall (linux-386), const RTNLGRP_NONE ideal-int +pkg syscall (linux-386), const RTNLGRP_NOTIFY = 2 +pkg syscall (linux-386), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-386), const RTNLGRP_TC = 4 +pkg syscall (linux-386), const RTNLGRP_TC ideal-int +pkg syscall (linux-386), const RTN_ANYCAST = 4 +pkg syscall (linux-386), const RTN_BLACKHOLE = 6 +pkg syscall (linux-386), const RTN_BROADCAST = 3 +pkg syscall (linux-386), const RTN_LOCAL = 2 +pkg syscall (linux-386), const RTN_MAX = 11 +pkg syscall (linux-386), const RTN_MULTICAST = 5 +pkg syscall (linux-386), const RTN_NAT = 10 +pkg syscall (linux-386), const RTN_PROHIBIT = 8 +pkg syscall (linux-386), const RTN_THROW = 9 +pkg syscall (linux-386), const RTN_UNICAST = 1 +pkg syscall (linux-386), const RTN_UNREACHABLE = 7 +pkg syscall (linux-386), const RTN_UNSPEC = 0 +pkg syscall (linux-386), const RTN_XRESOLVE = 11 +pkg syscall (linux-386), const RTPROT_BIRD = 12 +pkg syscall (linux-386), const RTPROT_BOOT = 3 +pkg syscall (linux-386), const RTPROT_DHCP = 16 +pkg syscall (linux-386), const RTPROT_DNROUTED = 13 +pkg syscall (linux-386), const RTPROT_GATED = 8 +pkg syscall (linux-386), const RTPROT_KERNEL = 2 +pkg syscall (linux-386), const RTPROT_MRT = 10 +pkg syscall (linux-386), const RTPROT_NTK = 15 +pkg syscall (linux-386), const RTPROT_RA = 9 +pkg syscall (linux-386), const RTPROT_REDIRECT = 1 +pkg syscall (linux-386), const RTPROT_STATIC = 4 +pkg syscall (linux-386), const RTPROT_UNSPEC = 0 +pkg syscall (linux-386), const RTPROT_XORP = 14 +pkg syscall (linux-386), const RTPROT_ZEBRA = 11 +pkg syscall (linux-386), const RT_CLASS_DEFAULT = 253 +pkg syscall (linux-386), const RT_CLASS_LOCAL = 255 +pkg syscall (linux-386), const RT_CLASS_MAIN = 254 +pkg syscall (linux-386), const RT_CLASS_MAX = 255 +pkg syscall (linux-386), const RT_CLASS_UNSPEC = 0 +pkg syscall (linux-386), const RT_SCOPE_HOST = 254 +pkg syscall (linux-386), const RT_SCOPE_LINK = 253 +pkg syscall (linux-386), const RT_SCOPE_NOWHERE = 255 +pkg syscall (linux-386), const RT_SCOPE_SITE = 200 +pkg syscall (linux-386), const RT_SCOPE_UNIVERSE = 0 +pkg syscall (linux-386), const RT_TABLE_COMPAT = 252 +pkg syscall (linux-386), const RT_TABLE_DEFAULT = 253 +pkg syscall (linux-386), const RT_TABLE_LOCAL = 255 +pkg syscall (linux-386), const RT_TABLE_MAIN = 254 +pkg syscall (linux-386), const RT_TABLE_MAX = 4294967295 +pkg syscall (linux-386), const RT_TABLE_UNSPEC = 0 +pkg syscall (linux-386), const RUSAGE_CHILDREN = -1 +pkg syscall (linux-386), const RUSAGE_SELF = 0 +pkg syscall (linux-386), const RUSAGE_THREAD = 1 +pkg syscall (linux-386), const SCM_CREDENTIALS = 2 +pkg syscall (linux-386), const SCM_RIGHTS = 1 +pkg syscall (linux-386), const SCM_TIMESTAMP = 29 +pkg syscall (linux-386), const SCM_TIMESTAMPING = 37 +pkg syscall (linux-386), const SCM_TIMESTAMPNS = 35 +pkg syscall (linux-386), const SIGBUS = 7 +pkg syscall (linux-386), const SIGCHLD = 17 +pkg syscall (linux-386), const SIGCLD = 17 +pkg syscall (linux-386), const SIGCONT = 18 +pkg syscall (linux-386), const SIGIO = 29 +pkg syscall (linux-386), const SIGIOT = 6 +pkg syscall (linux-386), const SIGPOLL = 29 +pkg syscall (linux-386), const SIGPROF = 27 +pkg syscall (linux-386), const SIGPWR = 30 +pkg syscall (linux-386), const SIGSTKFLT = 16 +pkg syscall (linux-386), const SIGSTOP = 19 +pkg syscall (linux-386), const SIGSYS = 31 +pkg syscall (linux-386), const SIGTSTP = 20 +pkg syscall (linux-386), const SIGTTIN = 21 +pkg syscall (linux-386), const SIGTTOU = 22 +pkg syscall (linux-386), const SIGUNUSED = 31 +pkg syscall (linux-386), const SIGURG = 23 +pkg syscall (linux-386), const SIGUSR1 = 10 +pkg syscall (linux-386), const SIGUSR2 = 12 +pkg syscall (linux-386), const SIGVTALRM = 26 +pkg syscall (linux-386), const SIGWINCH = 28 +pkg syscall (linux-386), const SIGXCPU = 24 +pkg syscall (linux-386), const SIGXFSZ = 25 +pkg syscall (linux-386), const SIOCADDDLCI = 35200 +pkg syscall (linux-386), const SIOCADDMULTI = 35121 +pkg syscall (linux-386), const SIOCADDRT = 35083 +pkg syscall (linux-386), const SIOCATMARK = 35077 +pkg syscall (linux-386), const SIOCDARP = 35155 +pkg syscall (linux-386), const SIOCDELDLCI = 35201 +pkg syscall (linux-386), const SIOCDELMULTI = 35122 +pkg syscall (linux-386), const SIOCDELRT = 35084 +pkg syscall (linux-386), const SIOCDEVPRIVATE = 35312 +pkg syscall (linux-386), const SIOCDIFADDR = 35126 +pkg syscall (linux-386), const SIOCDRARP = 35168 +pkg syscall (linux-386), const SIOCGARP = 35156 +pkg syscall (linux-386), const SIOCGIFADDR = 35093 +pkg syscall (linux-386), const SIOCGIFBR = 35136 +pkg syscall (linux-386), const SIOCGIFBRDADDR = 35097 +pkg syscall (linux-386), const SIOCGIFCONF = 35090 +pkg syscall (linux-386), const SIOCGIFCOUNT = 35128 +pkg syscall (linux-386), const SIOCGIFDSTADDR = 35095 +pkg syscall (linux-386), const SIOCGIFENCAP = 35109 +pkg syscall (linux-386), const SIOCGIFFLAGS = 35091 +pkg syscall (linux-386), const SIOCGIFHWADDR = 35111 +pkg syscall (linux-386), const SIOCGIFINDEX = 35123 +pkg syscall (linux-386), const SIOCGIFMAP = 35184 +pkg syscall (linux-386), const SIOCGIFMEM = 35103 +pkg syscall (linux-386), const SIOCGIFMETRIC = 35101 +pkg syscall (linux-386), const SIOCGIFMTU = 35105 +pkg syscall (linux-386), const SIOCGIFNAME = 35088 +pkg syscall (linux-386), const SIOCGIFNETMASK = 35099 +pkg syscall (linux-386), const SIOCGIFPFLAGS = 35125 +pkg syscall (linux-386), const SIOCGIFSLAVE = 35113 +pkg syscall (linux-386), const SIOCGIFTXQLEN = 35138 +pkg syscall (linux-386), const SIOCGPGRP = 35076 +pkg syscall (linux-386), const SIOCGRARP = 35169 +pkg syscall (linux-386), const SIOCGSTAMP = 35078 +pkg syscall (linux-386), const SIOCGSTAMPNS = 35079 +pkg syscall (linux-386), const SIOCPROTOPRIVATE = 35296 +pkg syscall (linux-386), const SIOCRTMSG = 35085 +pkg syscall (linux-386), const SIOCSARP = 35157 +pkg syscall (linux-386), const SIOCSIFADDR = 35094 +pkg syscall (linux-386), const SIOCSIFBR = 35137 +pkg syscall (linux-386), const SIOCSIFBRDADDR = 35098 +pkg syscall (linux-386), const SIOCSIFDSTADDR = 35096 +pkg syscall (linux-386), const SIOCSIFENCAP = 35110 +pkg syscall (linux-386), const SIOCSIFFLAGS = 35092 +pkg syscall (linux-386), const SIOCSIFHWADDR = 35108 +pkg syscall (linux-386), const SIOCSIFHWBROADCAST = 35127 +pkg syscall (linux-386), const SIOCSIFLINK = 35089 +pkg syscall (linux-386), const SIOCSIFMAP = 35185 +pkg syscall (linux-386), const SIOCSIFMEM = 35104 +pkg syscall (linux-386), const SIOCSIFMETRIC = 35102 +pkg syscall (linux-386), const SIOCSIFMTU = 35106 +pkg syscall (linux-386), const SIOCSIFNAME = 35107 +pkg syscall (linux-386), const SIOCSIFNETMASK = 35100 +pkg syscall (linux-386), const SIOCSIFPFLAGS = 35124 +pkg syscall (linux-386), const SIOCSIFSLAVE = 35120 +pkg syscall (linux-386), const SIOCSIFTXQLEN = 35139 +pkg syscall (linux-386), const SIOCSPGRP = 35074 +pkg syscall (linux-386), const SIOCSRARP = 35170 +pkg syscall (linux-386), const SOCK_CLOEXEC = 524288 +pkg syscall (linux-386), const SOCK_DCCP = 6 +pkg syscall (linux-386), const SOCK_NONBLOCK = 2048 +pkg syscall (linux-386), const SOCK_PACKET = 10 +pkg syscall (linux-386), const SOCK_RDM = 4 +pkg syscall (linux-386), const SOL_AAL = 265 +pkg syscall (linux-386), const SOL_ATM = 264 +pkg syscall (linux-386), const SOL_DECNET = 261 +pkg syscall (linux-386), const SOL_ICMPV6 = 58 +pkg syscall (linux-386), const SOL_IP = 0 +pkg syscall (linux-386), const SOL_IPV6 = 41 +pkg syscall (linux-386), const SOL_IRDA = 266 +pkg syscall (linux-386), const SOL_PACKET = 263 +pkg syscall (linux-386), const SOL_RAW = 255 +pkg syscall (linux-386), const SOL_SOCKET = 1 +pkg syscall (linux-386), const SOL_TCP = 6 +pkg syscall (linux-386), const SOL_X25 = 262 +pkg syscall (linux-386), const SOMAXCONN = 128 +pkg syscall (linux-386), const SO_ACCEPTCONN = 30 +pkg syscall (linux-386), const SO_ATTACH_FILTER = 26 +pkg syscall (linux-386), const SO_BINDTODEVICE = 25 +pkg syscall (linux-386), const SO_BROADCAST = 6 +pkg syscall (linux-386), const SO_BSDCOMPAT = 14 +pkg syscall (linux-386), const SO_DEBUG = 1 +pkg syscall (linux-386), const SO_DETACH_FILTER = 27 +pkg syscall (linux-386), const SO_DOMAIN = 39 +pkg syscall (linux-386), const SO_DONTROUTE = 5 +pkg syscall (linux-386), const SO_ERROR = 4 +pkg syscall (linux-386), const SO_KEEPALIVE = 9 +pkg syscall (linux-386), const SO_LINGER = 13 +pkg syscall (linux-386), const SO_MARK = 36 +pkg syscall (linux-386), const SO_NO_CHECK = 11 +pkg syscall (linux-386), const SO_OOBINLINE = 10 +pkg syscall (linux-386), const SO_PASSCRED = 16 +pkg syscall (linux-386), const SO_PASSSEC = 34 +pkg syscall (linux-386), const SO_PEERCRED = 17 +pkg syscall (linux-386), const SO_PEERNAME = 28 +pkg syscall (linux-386), const SO_PEERSEC = 31 +pkg syscall (linux-386), const SO_PRIORITY = 12 +pkg syscall (linux-386), const SO_PROTOCOL = 38 +pkg syscall (linux-386), const SO_RCVBUF = 8 +pkg syscall (linux-386), const SO_RCVBUFFORCE = 33 +pkg syscall (linux-386), const SO_RCVLOWAT = 18 +pkg syscall (linux-386), const SO_RCVTIMEO = 20 +pkg syscall (linux-386), const SO_REUSEADDR = 2 +pkg syscall (linux-386), const SO_RXQ_OVFL = 40 +pkg syscall (linux-386), const SO_SECURITY_AUTHENTICATION = 22 +pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_NETWORK = 24 +pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23 +pkg syscall (linux-386), const SO_SNDBUF = 7 +pkg syscall (linux-386), const SO_SNDBUFFORCE = 32 +pkg syscall (linux-386), const SO_SNDLOWAT = 19 +pkg syscall (linux-386), const SO_SNDTIMEO = 21 +pkg syscall (linux-386), const SO_TIMESTAMP = 29 +pkg syscall (linux-386), const SO_TIMESTAMPING = 37 +pkg syscall (linux-386), const SO_TIMESTAMPNS = 35 +pkg syscall (linux-386), const SO_TYPE = 3 +pkg syscall (linux-386), const SYS_ACCESS = 33 +pkg syscall (linux-386), const SYS_ACCT = 51 +pkg syscall (linux-386), const SYS_ADD_KEY = 286 +pkg syscall (linux-386), const SYS_ADJTIMEX = 124 +pkg syscall (linux-386), const SYS_AFS_SYSCALL = 137 +pkg syscall (linux-386), const SYS_ALARM = 27 +pkg syscall (linux-386), const SYS_BDFLUSH = 134 +pkg syscall (linux-386), const SYS_BREAK = 17 +pkg syscall (linux-386), const SYS_BRK = 45 +pkg syscall (linux-386), const SYS_CAPGET = 184 +pkg syscall (linux-386), const SYS_CAPSET = 185 +pkg syscall (linux-386), const SYS_CHDIR = 12 +pkg syscall (linux-386), const SYS_CHMOD = 15 +pkg syscall (linux-386), const SYS_CHOWN = 182 +pkg syscall (linux-386), const SYS_CHOWN32 = 212 +pkg syscall (linux-386), const SYS_CHROOT = 61 +pkg syscall (linux-386), const SYS_CLOCK_GETRES = 266 +pkg syscall (linux-386), const SYS_CLOCK_GETTIME = 265 +pkg syscall (linux-386), const SYS_CLOCK_NANOSLEEP = 267 +pkg syscall (linux-386), const SYS_CLOCK_SETTIME = 264 +pkg syscall (linux-386), const SYS_CLONE = 120 +pkg syscall (linux-386), const SYS_CLOSE = 6 +pkg syscall (linux-386), const SYS_CREAT = 8 +pkg syscall (linux-386), const SYS_CREATE_MODULE = 127 +pkg syscall (linux-386), const SYS_DELETE_MODULE = 129 +pkg syscall (linux-386), const SYS_DUP = 41 +pkg syscall (linux-386), const SYS_DUP2 = 63 +pkg syscall (linux-386), const SYS_DUP3 = 330 +pkg syscall (linux-386), const SYS_EPOLL_CREATE = 254 +pkg syscall (linux-386), const SYS_EPOLL_CREATE1 = 329 +pkg syscall (linux-386), const SYS_EPOLL_CTL = 255 +pkg syscall (linux-386), const SYS_EPOLL_PWAIT = 319 +pkg syscall (linux-386), const SYS_EPOLL_WAIT = 256 +pkg syscall (linux-386), const SYS_EVENTFD = 323 +pkg syscall (linux-386), const SYS_EVENTFD2 = 328 +pkg syscall (linux-386), const SYS_EXECVE = 11 +pkg syscall (linux-386), const SYS_EXIT = 1 +pkg syscall (linux-386), const SYS_EXIT_GROUP = 252 +pkg syscall (linux-386), const SYS_FACCESSAT = 307 +pkg syscall (linux-386), const SYS_FADVISE64 = 250 +pkg syscall (linux-386), const SYS_FADVISE64_64 = 272 +pkg syscall (linux-386), const SYS_FALLOCATE = 324 +pkg syscall (linux-386), const SYS_FANOTIFY_INIT = 338 +pkg syscall (linux-386), const SYS_FANOTIFY_MARK = 339 +pkg syscall (linux-386), const SYS_FCHDIR = 133 +pkg syscall (linux-386), const SYS_FCHMOD = 94 +pkg syscall (linux-386), const SYS_FCHMODAT = 306 +pkg syscall (linux-386), const SYS_FCHOWN = 95 +pkg syscall (linux-386), const SYS_FCHOWN32 = 207 +pkg syscall (linux-386), const SYS_FCHOWNAT = 298 +pkg syscall (linux-386), const SYS_FCNTL = 55 +pkg syscall (linux-386), const SYS_FCNTL64 = 221 +pkg syscall (linux-386), const SYS_FDATASYNC = 148 +pkg syscall (linux-386), const SYS_FGETXATTR = 231 +pkg syscall (linux-386), const SYS_FLISTXATTR = 234 +pkg syscall (linux-386), const SYS_FLOCK = 143 +pkg syscall (linux-386), const SYS_FORK = 2 +pkg syscall (linux-386), const SYS_FREMOVEXATTR = 237 +pkg syscall (linux-386), const SYS_FSETXATTR = 228 +pkg syscall (linux-386), const SYS_FSTAT = 108 +pkg syscall (linux-386), const SYS_FSTAT64 = 197 +pkg syscall (linux-386), const SYS_FSTATAT64 = 300 +pkg syscall (linux-386), const SYS_FSTATFS = 100 +pkg syscall (linux-386), const SYS_FSTATFS64 = 269 +pkg syscall (linux-386), const SYS_FSYNC = 118 +pkg syscall (linux-386), const SYS_FTIME = 35 +pkg syscall (linux-386), const SYS_FTRUNCATE = 93 +pkg syscall (linux-386), const SYS_FTRUNCATE64 = 194 +pkg syscall (linux-386), const SYS_FUTEX = 240 +pkg syscall (linux-386), const SYS_FUTIMESAT = 299 +pkg syscall (linux-386), const SYS_GETCPU = 318 +pkg syscall (linux-386), const SYS_GETCWD = 183 +pkg syscall (linux-386), const SYS_GETDENTS = 141 +pkg syscall (linux-386), const SYS_GETDENTS64 = 220 +pkg syscall (linux-386), const SYS_GETEGID = 50 +pkg syscall (linux-386), const SYS_GETEGID32 = 202 +pkg syscall (linux-386), const SYS_GETEUID = 49 +pkg syscall (linux-386), const SYS_GETEUID32 = 201 +pkg syscall (linux-386), const SYS_GETGID = 47 +pkg syscall (linux-386), const SYS_GETGID32 = 200 +pkg syscall (linux-386), const SYS_GETGROUPS = 80 +pkg syscall (linux-386), const SYS_GETGROUPS32 = 205 +pkg syscall (linux-386), const SYS_GETITIMER = 105 +pkg syscall (linux-386), const SYS_GETPGID = 132 +pkg syscall (linux-386), const SYS_GETPGRP = 65 +pkg syscall (linux-386), const SYS_GETPID = 20 +pkg syscall (linux-386), const SYS_GETPMSG = 188 +pkg syscall (linux-386), const SYS_GETPPID = 64 +pkg syscall (linux-386), const SYS_GETPRIORITY = 96 +pkg syscall (linux-386), const SYS_GETRESGID = 171 +pkg syscall (linux-386), const SYS_GETRESGID32 = 211 +pkg syscall (linux-386), const SYS_GETRESUID = 165 +pkg syscall (linux-386), const SYS_GETRESUID32 = 209 +pkg syscall (linux-386), const SYS_GETRLIMIT = 76 +pkg syscall (linux-386), const SYS_GETRUSAGE = 77 +pkg syscall (linux-386), const SYS_GETSID = 147 +pkg syscall (linux-386), const SYS_GETTID = 224 +pkg syscall (linux-386), const SYS_GETTIMEOFDAY = 78 +pkg syscall (linux-386), const SYS_GETUID = 24 +pkg syscall (linux-386), const SYS_GETUID32 = 199 +pkg syscall (linux-386), const SYS_GETXATTR = 229 +pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS = 130 +pkg syscall (linux-386), const SYS_GET_MEMPOLICY = 275 +pkg syscall (linux-386), const SYS_GET_ROBUST_LIST = 312 +pkg syscall (linux-386), const SYS_GET_THREAD_AREA = 244 +pkg syscall (linux-386), const SYS_GTTY = 32 +pkg syscall (linux-386), const SYS_IDLE = 112 +pkg syscall (linux-386), const SYS_INIT_MODULE = 128 +pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH = 292 +pkg syscall (linux-386), const SYS_INOTIFY_INIT = 291 +pkg syscall (linux-386), const SYS_INOTIFY_INIT1 = 332 +pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH = 293 +pkg syscall (linux-386), const SYS_IOCTL = 54 +pkg syscall (linux-386), const SYS_IOPERM = 101 +pkg syscall (linux-386), const SYS_IOPL = 110 +pkg syscall (linux-386), const SYS_IOPRIO_GET = 290 +pkg syscall (linux-386), const SYS_IOPRIO_SET = 289 +pkg syscall (linux-386), const SYS_IO_CANCEL = 249 +pkg syscall (linux-386), const SYS_IO_DESTROY = 246 +pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247 +pkg syscall (linux-386), const SYS_IO_SETUP = 245 +pkg syscall (linux-386), const SYS_IO_SUBMIT = 248 +pkg syscall (linux-386), const SYS_IPC = 117 +pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283 +pkg syscall (linux-386), const SYS_KEYCTL = 288 +pkg syscall (linux-386), const SYS_KILL = 37 +pkg syscall (linux-386), const SYS_LCHOWN = 16 +pkg syscall (linux-386), const SYS_LCHOWN32 = 198 +pkg syscall (linux-386), const SYS_LGETXATTR = 230 +pkg syscall (linux-386), const SYS_LINK = 9 +pkg syscall (linux-386), const SYS_LINKAT = 303 +pkg syscall (linux-386), const SYS_LISTXATTR = 232 +pkg syscall (linux-386), const SYS_LLISTXATTR = 233 +pkg syscall (linux-386), const SYS_LOCK = 53 +pkg syscall (linux-386), const SYS_LOOKUP_DCOOKIE = 253 +pkg syscall (linux-386), const SYS_LREMOVEXATTR = 236 +pkg syscall (linux-386), const SYS_LSEEK = 19 +pkg syscall (linux-386), const SYS_LSETXATTR = 227 +pkg syscall (linux-386), const SYS_LSTAT = 107 +pkg syscall (linux-386), const SYS_LSTAT64 = 196 +pkg syscall (linux-386), const SYS_MADVISE = 219 +pkg syscall (linux-386), const SYS_MADVISE1 = 219 +pkg syscall (linux-386), const SYS_MBIND = 274 +pkg syscall (linux-386), const SYS_MIGRATE_PAGES = 294 +pkg syscall (linux-386), const SYS_MINCORE = 218 +pkg syscall (linux-386), const SYS_MKDIR = 39 +pkg syscall (linux-386), const SYS_MKDIRAT = 296 +pkg syscall (linux-386), const SYS_MKNOD = 14 +pkg syscall (linux-386), const SYS_MKNODAT = 297 +pkg syscall (linux-386), const SYS_MLOCK = 150 +pkg syscall (linux-386), const SYS_MLOCKALL = 152 +pkg syscall (linux-386), const SYS_MMAP = 90 +pkg syscall (linux-386), const SYS_MMAP2 = 192 +pkg syscall (linux-386), const SYS_MODIFY_LDT = 123 +pkg syscall (linux-386), const SYS_MOUNT = 21 +pkg syscall (linux-386), const SYS_MOVE_PAGES = 317 +pkg syscall (linux-386), const SYS_MPROTECT = 125 +pkg syscall (linux-386), const SYS_MPX = 56 +pkg syscall (linux-386), const SYS_MQ_GETSETATTR = 282 +pkg syscall (linux-386), const SYS_MQ_NOTIFY = 281 +pkg syscall (linux-386), const SYS_MQ_OPEN = 277 +pkg syscall (linux-386), const SYS_MQ_TIMEDRECEIVE = 280 +pkg syscall (linux-386), const SYS_MQ_TIMEDSEND = 279 +pkg syscall (linux-386), const SYS_MQ_UNLINK = 278 +pkg syscall (linux-386), const SYS_MREMAP = 163 +pkg syscall (linux-386), const SYS_MSYNC = 144 +pkg syscall (linux-386), const SYS_MUNLOCK = 151 +pkg syscall (linux-386), const SYS_MUNLOCKALL = 153 +pkg syscall (linux-386), const SYS_MUNMAP = 91 +pkg syscall (linux-386), const SYS_NANOSLEEP = 162 +pkg syscall (linux-386), const SYS_NFSSERVCTL = 169 +pkg syscall (linux-386), const SYS_NICE = 34 +pkg syscall (linux-386), const SYS_OLDFSTAT = 28 +pkg syscall (linux-386), const SYS_OLDLSTAT = 84 +pkg syscall (linux-386), const SYS_OLDOLDUNAME = 59 +pkg syscall (linux-386), const SYS_OLDSTAT = 18 +pkg syscall (linux-386), const SYS_OLDUNAME = 109 +pkg syscall (linux-386), const SYS_OPEN = 5 +pkg syscall (linux-386), const SYS_OPENAT = 295 +pkg syscall (linux-386), const SYS_PAUSE = 29 +pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN = 336 +pkg syscall (linux-386), const SYS_PERSONALITY = 136 +pkg syscall (linux-386), const SYS_PIPE = 42 +pkg syscall (linux-386), const SYS_PIPE2 = 331 +pkg syscall (linux-386), const SYS_PIVOT_ROOT = 217 +pkg syscall (linux-386), const SYS_POLL = 168 +pkg syscall (linux-386), const SYS_PPOLL = 309 +pkg syscall (linux-386), const SYS_PRCTL = 172 +pkg syscall (linux-386), const SYS_PREAD64 = 180 +pkg syscall (linux-386), const SYS_PREADV = 333 +pkg syscall (linux-386), const SYS_PRLIMIT64 = 340 +pkg syscall (linux-386), const SYS_PROF = 44 +pkg syscall (linux-386), const SYS_PROFIL = 98 +pkg syscall (linux-386), const SYS_PSELECT6 = 308 +pkg syscall (linux-386), const SYS_PTRACE = 26 +pkg syscall (linux-386), const SYS_PUTPMSG = 189 +pkg syscall (linux-386), const SYS_PWRITE64 = 181 +pkg syscall (linux-386), const SYS_PWRITEV = 334 +pkg syscall (linux-386), const SYS_QUERY_MODULE = 167 +pkg syscall (linux-386), const SYS_QUOTACTL = 131 +pkg syscall (linux-386), const SYS_READ = 3 +pkg syscall (linux-386), const SYS_READAHEAD = 225 +pkg syscall (linux-386), const SYS_READDIR = 89 +pkg syscall (linux-386), const SYS_READLINK = 85 +pkg syscall (linux-386), const SYS_READLINKAT = 305 +pkg syscall (linux-386), const SYS_READV = 145 +pkg syscall (linux-386), const SYS_REBOOT = 88 +pkg syscall (linux-386), const SYS_RECVMMSG = 337 +pkg syscall (linux-386), const SYS_REMAP_FILE_PAGES = 257 +pkg syscall (linux-386), const SYS_REMOVEXATTR = 235 +pkg syscall (linux-386), const SYS_RENAME = 38 +pkg syscall (linux-386), const SYS_RENAMEAT = 302 +pkg syscall (linux-386), const SYS_REQUEST_KEY = 287 +pkg syscall (linux-386), const SYS_RESTART_SYSCALL = 0 +pkg syscall (linux-386), const SYS_RMDIR = 40 +pkg syscall (linux-386), const SYS_RT_SIGACTION = 174 +pkg syscall (linux-386), const SYS_RT_SIGPENDING = 176 +pkg syscall (linux-386), const SYS_RT_SIGPROCMASK = 175 +pkg syscall (linux-386), const SYS_RT_SIGQUEUEINFO = 178 +pkg syscall (linux-386), const SYS_RT_SIGRETURN = 173 +pkg syscall (linux-386), const SYS_RT_SIGSUSPEND = 179 +pkg syscall (linux-386), const SYS_RT_SIGTIMEDWAIT = 177 +pkg syscall (linux-386), const SYS_RT_TGSIGQUEUEINFO = 335 +pkg syscall (linux-386), const SYS_SCHED_GETAFFINITY = 242 +pkg syscall (linux-386), const SYS_SCHED_GETPARAM = 155 +pkg syscall (linux-386), const SYS_SCHED_GETSCHEDULER = 157 +pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MAX = 159 +pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MIN = 160 +pkg syscall (linux-386), const SYS_SCHED_RR_GET_INTERVAL = 161 +pkg syscall (linux-386), const SYS_SCHED_SETAFFINITY = 241 +pkg syscall (linux-386), const SYS_SCHED_SETPARAM = 154 +pkg syscall (linux-386), const SYS_SCHED_SETSCHEDULER = 156 +pkg syscall (linux-386), const SYS_SCHED_YIELD = 158 +pkg syscall (linux-386), const SYS_SELECT = 82 +pkg syscall (linux-386), const SYS_SENDFILE = 187 +pkg syscall (linux-386), const SYS_SENDFILE64 = 239 +pkg syscall (linux-386), const SYS_SETDOMAINNAME = 121 +pkg syscall (linux-386), const SYS_SETFSGID = 139 +pkg syscall (linux-386), const SYS_SETFSGID32 = 216 +pkg syscall (linux-386), const SYS_SETFSUID = 138 +pkg syscall (linux-386), const SYS_SETFSUID32 = 215 +pkg syscall (linux-386), const SYS_SETGID = 46 +pkg syscall (linux-386), const SYS_SETGID32 = 214 +pkg syscall (linux-386), const SYS_SETGROUPS = 81 +pkg syscall (linux-386), const SYS_SETGROUPS32 = 206 +pkg syscall (linux-386), const SYS_SETHOSTNAME = 74 +pkg syscall (linux-386), const SYS_SETITIMER = 104 +pkg syscall (linux-386), const SYS_SETPGID = 57 +pkg syscall (linux-386), const SYS_SETPRIORITY = 97 +pkg syscall (linux-386), const SYS_SETREGID = 71 +pkg syscall (linux-386), const SYS_SETREGID32 = 204 +pkg syscall (linux-386), const SYS_SETRESGID = 170 +pkg syscall (linux-386), const SYS_SETRESGID32 = 210 +pkg syscall (linux-386), const SYS_SETRESUID = 164 +pkg syscall (linux-386), const SYS_SETRESUID32 = 208 +pkg syscall (linux-386), const SYS_SETREUID = 70 +pkg syscall (linux-386), const SYS_SETREUID32 = 203 +pkg syscall (linux-386), const SYS_SETRLIMIT = 75 +pkg syscall (linux-386), const SYS_SETSID = 66 +pkg syscall (linux-386), const SYS_SETTIMEOFDAY = 79 +pkg syscall (linux-386), const SYS_SETUID = 23 +pkg syscall (linux-386), const SYS_SETUID32 = 213 +pkg syscall (linux-386), const SYS_SETXATTR = 226 +pkg syscall (linux-386), const SYS_SET_MEMPOLICY = 276 +pkg syscall (linux-386), const SYS_SET_ROBUST_LIST = 311 +pkg syscall (linux-386), const SYS_SET_THREAD_AREA = 243 +pkg syscall (linux-386), const SYS_SET_TID_ADDRESS = 258 +pkg syscall (linux-386), const SYS_SGETMASK = 68 +pkg syscall (linux-386), const SYS_SIGACTION = 67 +pkg syscall (linux-386), const SYS_SIGALTSTACK = 186 +pkg syscall (linux-386), const SYS_SIGNAL = 48 +pkg syscall (linux-386), const SYS_SIGNALFD = 321 +pkg syscall (linux-386), const SYS_SIGNALFD4 = 327 +pkg syscall (linux-386), const SYS_SIGPENDING = 73 +pkg syscall (linux-386), const SYS_SIGPROCMASK = 126 +pkg syscall (linux-386), const SYS_SIGRETURN = 119 +pkg syscall (linux-386), const SYS_SIGSUSPEND = 72 +pkg syscall (linux-386), const SYS_SOCKETCALL = 102 +pkg syscall (linux-386), const SYS_SPLICE = 313 +pkg syscall (linux-386), const SYS_SSETMASK = 69 +pkg syscall (linux-386), const SYS_STAT = 106 +pkg syscall (linux-386), const SYS_STAT64 = 195 +pkg syscall (linux-386), const SYS_STATFS = 99 +pkg syscall (linux-386), const SYS_STATFS64 = 268 +pkg syscall (linux-386), const SYS_STIME = 25 +pkg syscall (linux-386), const SYS_STTY = 31 +pkg syscall (linux-386), const SYS_SWAPOFF = 115 +pkg syscall (linux-386), const SYS_SWAPON = 87 +pkg syscall (linux-386), const SYS_SYMLINK = 83 +pkg syscall (linux-386), const SYS_SYMLINKAT = 304 +pkg syscall (linux-386), const SYS_SYNC = 36 +pkg syscall (linux-386), const SYS_SYNC_FILE_RANGE = 314 +pkg syscall (linux-386), const SYS_SYSFS = 135 +pkg syscall (linux-386), const SYS_SYSINFO = 116 +pkg syscall (linux-386), const SYS_SYSLOG = 103 +pkg syscall (linux-386), const SYS_TEE = 315 +pkg syscall (linux-386), const SYS_TGKILL = 270 +pkg syscall (linux-386), const SYS_TIME = 13 +pkg syscall (linux-386), const SYS_TIMERFD_CREATE = 322 +pkg syscall (linux-386), const SYS_TIMERFD_GETTIME = 326 +pkg syscall (linux-386), const SYS_TIMERFD_SETTIME = 325 +pkg syscall (linux-386), const SYS_TIMER_CREATE = 259 +pkg syscall (linux-386), const SYS_TIMER_DELETE = 263 +pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN = 262 +pkg syscall (linux-386), const SYS_TIMER_GETTIME = 261 +pkg syscall (linux-386), const SYS_TIMER_SETTIME = 260 +pkg syscall (linux-386), const SYS_TIMES = 43 +pkg syscall (linux-386), const SYS_TKILL = 238 +pkg syscall (linux-386), const SYS_TRUNCATE = 92 +pkg syscall (linux-386), const SYS_TRUNCATE64 = 193 +pkg syscall (linux-386), const SYS_UGETRLIMIT = 191 +pkg syscall (linux-386), const SYS_ULIMIT = 58 +pkg syscall (linux-386), const SYS_UMASK = 60 +pkg syscall (linux-386), const SYS_UMOUNT = 22 +pkg syscall (linux-386), const SYS_UMOUNT2 = 52 +pkg syscall (linux-386), const SYS_UNAME = 122 +pkg syscall (linux-386), const SYS_UNLINK = 10 +pkg syscall (linux-386), const SYS_UNLINKAT = 301 +pkg syscall (linux-386), const SYS_UNSHARE = 310 +pkg syscall (linux-386), const SYS_USELIB = 86 +pkg syscall (linux-386), const SYS_USTAT = 62 +pkg syscall (linux-386), const SYS_UTIME = 30 +pkg syscall (linux-386), const SYS_UTIMENSAT = 320 +pkg syscall (linux-386), const SYS_UTIMES = 271 +pkg syscall (linux-386), const SYS_VFORK = 190 +pkg syscall (linux-386), const SYS_VHANGUP = 111 +pkg syscall (linux-386), const SYS_VM86 = 166 +pkg syscall (linux-386), const SYS_VM86OLD = 113 +pkg syscall (linux-386), const SYS_VMSPLICE = 316 +pkg syscall (linux-386), const SYS_VSERVER = 273 +pkg syscall (linux-386), const SYS_WAIT4 = 114 +pkg syscall (linux-386), const SYS_WAITID = 284 +pkg syscall (linux-386), const SYS_WAITPID = 7 +pkg syscall (linux-386), const SYS_WRITE = 4 +pkg syscall (linux-386), const SYS_WRITEV = 146 +pkg syscall (linux-386), const SYS__LLSEEK = 140 +pkg syscall (linux-386), const SYS__NEWSELECT = 142 +pkg syscall (linux-386), const SYS__SYSCTL = 149 +pkg syscall (linux-386), const S_BLKSIZE = 512 +pkg syscall (linux-386), const S_IEXEC = 64 +pkg syscall (linux-386), const S_IFMT = 61440 +pkg syscall (linux-386), const S_IREAD = 256 +pkg syscall (linux-386), const S_IRGRP = 32 +pkg syscall (linux-386), const S_IROTH = 4 +pkg syscall (linux-386), const S_IRWXG = 56 +pkg syscall (linux-386), const S_IRWXO = 7 +pkg syscall (linux-386), const S_IRWXU = 448 +pkg syscall (linux-386), const S_IWGRP = 16 +pkg syscall (linux-386), const S_IWOTH = 2 +pkg syscall (linux-386), const S_IWRITE = 128 +pkg syscall (linux-386), const S_IXGRP = 8 +pkg syscall (linux-386), const S_IXOTH = 1 +pkg syscall (linux-386), const SizeofCmsghdr = 12 +pkg syscall (linux-386), const SizeofIPMreq = 8 +pkg syscall (linux-386), const SizeofIPMreqn = 12 +pkg syscall (linux-386), const SizeofIPv6Mreq = 20 +pkg syscall (linux-386), const SizeofIfAddrmsg = 8 +pkg syscall (linux-386), const SizeofIfInfomsg = 16 +pkg syscall (linux-386), const SizeofInet4Pktinfo = 12 +pkg syscall (linux-386), const SizeofInet6Pktinfo = 20 +pkg syscall (linux-386), const SizeofInotifyEvent = 16 +pkg syscall (linux-386), const SizeofLinger = 8 +pkg syscall (linux-386), const SizeofMsghdr = 28 +pkg syscall (linux-386), const SizeofNlAttr = 4 +pkg syscall (linux-386), const SizeofNlMsgerr = 20 +pkg syscall (linux-386), const SizeofNlMsghdr = 16 +pkg syscall (linux-386), const SizeofRtAttr = 4 +pkg syscall (linux-386), const SizeofRtGenmsg = 1 +pkg syscall (linux-386), const SizeofRtMsg = 12 +pkg syscall (linux-386), const SizeofRtNexthop = 8 +pkg syscall (linux-386), const SizeofSockFilter = 8 +pkg syscall (linux-386), const SizeofSockFprog = 8 +pkg syscall (linux-386), const SizeofSockaddrAny = 112 +pkg syscall (linux-386), const SizeofSockaddrInet4 = 16 +pkg syscall (linux-386), const SizeofSockaddrInet6 = 28 +pkg syscall (linux-386), const SizeofSockaddrLinklayer = 20 +pkg syscall (linux-386), const SizeofSockaddrNetlink = 12 +pkg syscall (linux-386), const SizeofSockaddrUnix = 110 +pkg syscall (linux-386), const SizeofTCPInfo = 104 +pkg syscall (linux-386), const SizeofTCPInfo ideal-int +pkg syscall (linux-386), const SizeofUcred = 12 +pkg syscall (linux-386), const TCGETS = 21505 +pkg syscall (linux-386), const TCP_CONGESTION = 13 +pkg syscall (linux-386), const TCP_CORK = 3 +pkg syscall (linux-386), const TCP_DEFER_ACCEPT = 9 +pkg syscall (linux-386), const TCP_INFO = 11 +pkg syscall (linux-386), const TCP_KEEPCNT = 6 +pkg syscall (linux-386), const TCP_KEEPIDLE = 4 +pkg syscall (linux-386), const TCP_KEEPINTVL = 5 +pkg syscall (linux-386), const TCP_LINGER2 = 8 +pkg syscall (linux-386), const TCP_MAXSEG = 2 +pkg syscall (linux-386), const TCP_MAXWIN = 65535 +pkg syscall (linux-386), const TCP_MAX_WINSHIFT = 14 +pkg syscall (linux-386), const TCP_MD5SIG = 14 +pkg syscall (linux-386), const TCP_MD5SIG_MAXKEYLEN = 80 +pkg syscall (linux-386), const TCP_MSS = 512 +pkg syscall (linux-386), const TCP_QUICKACK = 12 +pkg syscall (linux-386), const TCP_SYNCNT = 7 +pkg syscall (linux-386), const TCP_WINDOW_CLAMP = 10 +pkg syscall (linux-386), const TCSETS = 21506 +pkg syscall (linux-386), const TIOCCBRK = 21544 +pkg syscall (linux-386), const TIOCCONS = 21533 +pkg syscall (linux-386), const TIOCEXCL = 21516 +pkg syscall (linux-386), const TIOCGDEV = 2147767346 +pkg syscall (linux-386), const TIOCGETD = 21540 +pkg syscall (linux-386), const TIOCGICOUNT = 21597 +pkg syscall (linux-386), const TIOCGLCKTRMIOS = 21590 +pkg syscall (linux-386), const TIOCGPGRP = 21519 +pkg syscall (linux-386), const TIOCGPTN = 2147767344 +pkg syscall (linux-386), const TIOCGRS485 = 21550 +pkg syscall (linux-386), const TIOCGSERIAL = 21534 +pkg syscall (linux-386), const TIOCGSID = 21545 +pkg syscall (linux-386), const TIOCGSOFTCAR = 21529 +pkg syscall (linux-386), const TIOCGWINSZ = 21523 +pkg syscall (linux-386), const TIOCINQ = 21531 +pkg syscall (linux-386), const TIOCLINUX = 21532 +pkg syscall (linux-386), const TIOCMBIC = 21527 +pkg syscall (linux-386), const TIOCMBIS = 21526 +pkg syscall (linux-386), const TIOCMGET = 21525 +pkg syscall (linux-386), const TIOCMIWAIT = 21596 +pkg syscall (linux-386), const TIOCMSET = 21528 +pkg syscall (linux-386), const TIOCM_CAR = 64 +pkg syscall (linux-386), const TIOCM_CD = 64 +pkg syscall (linux-386), const TIOCM_CTS = 32 +pkg syscall (linux-386), const TIOCM_DSR = 256 +pkg syscall (linux-386), const TIOCM_DTR = 2 +pkg syscall (linux-386), const TIOCM_LE = 1 +pkg syscall (linux-386), const TIOCM_RI = 128 +pkg syscall (linux-386), const TIOCM_RNG = 128 +pkg syscall (linux-386), const TIOCM_RTS = 4 +pkg syscall (linux-386), const TIOCM_SR = 16 +pkg syscall (linux-386), const TIOCM_ST = 8 +pkg syscall (linux-386), const TIOCNOTTY = 21538 +pkg syscall (linux-386), const TIOCNXCL = 21517 +pkg syscall (linux-386), const TIOCOUTQ = 21521 +pkg syscall (linux-386), const TIOCPKT = 21536 +pkg syscall (linux-386), const TIOCPKT_DATA = 0 +pkg syscall (linux-386), const TIOCPKT_DOSTOP = 32 +pkg syscall (linux-386), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (linux-386), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (linux-386), const TIOCPKT_IOCTL = 64 +pkg syscall (linux-386), const TIOCPKT_NOSTOP = 16 +pkg syscall (linux-386), const TIOCPKT_START = 8 +pkg syscall (linux-386), const TIOCPKT_STOP = 4 +pkg syscall (linux-386), const TIOCSBRK = 21543 +pkg syscall (linux-386), const TIOCSCTTY = 21518 +pkg syscall (linux-386), const TIOCSERCONFIG = 21587 +pkg syscall (linux-386), const TIOCSERGETLSR = 21593 +pkg syscall (linux-386), const TIOCSERGETMULTI = 21594 +pkg syscall (linux-386), const TIOCSERGSTRUCT = 21592 +pkg syscall (linux-386), const TIOCSERGWILD = 21588 +pkg syscall (linux-386), const TIOCSERSETMULTI = 21595 +pkg syscall (linux-386), const TIOCSERSWILD = 21589 +pkg syscall (linux-386), const TIOCSER_TEMT = 1 +pkg syscall (linux-386), const TIOCSETD = 21539 +pkg syscall (linux-386), const TIOCSIG = 1074025526 +pkg syscall (linux-386), const TIOCSLCKTRMIOS = 21591 +pkg syscall (linux-386), const TIOCSPGRP = 21520 +pkg syscall (linux-386), const TIOCSPTLCK = 1074025521 +pkg syscall (linux-386), const TIOCSRS485 = 21551 +pkg syscall (linux-386), const TIOCSSERIAL = 21535 +pkg syscall (linux-386), const TIOCSSOFTCAR = 21530 +pkg syscall (linux-386), const TIOCSTI = 21522 +pkg syscall (linux-386), const TIOCSWINSZ = 21524 +pkg syscall (linux-386), const TOSTOP = 256 +pkg syscall (linux-386), const TUNATTACHFILTER = 1074287829 +pkg syscall (linux-386), const TUNDETACHFILTER = 1074287830 +pkg syscall (linux-386), const TUNGETFEATURES = 2147767503 +pkg syscall (linux-386), const TUNGETIFF = 2147767506 +pkg syscall (linux-386), const TUNGETSNDBUF = 2147767507 +pkg syscall (linux-386), const TUNGETVNETHDRSZ = 2147767511 +pkg syscall (linux-386), const TUNSETDEBUG = 1074025673 +pkg syscall (linux-386), const TUNSETGROUP = 1074025678 +pkg syscall (linux-386), const TUNSETIFF = 1074025674 +pkg syscall (linux-386), const TUNSETLINK = 1074025677 +pkg syscall (linux-386), const TUNSETNOCSUM = 1074025672 +pkg syscall (linux-386), const TUNSETOFFLOAD = 1074025680 +pkg syscall (linux-386), const TUNSETOWNER = 1074025676 +pkg syscall (linux-386), const TUNSETPERSIST = 1074025675 +pkg syscall (linux-386), const TUNSETSNDBUF = 1074025684 +pkg syscall (linux-386), const TUNSETTXFILTER = 1074025681 +pkg syscall (linux-386), const TUNSETVNETHDRSZ = 1074025688 +pkg syscall (linux-386), const VDISCARD = 13 +pkg syscall (linux-386), const VEOF = 4 +pkg syscall (linux-386), const VEOL = 11 +pkg syscall (linux-386), const VEOL2 = 16 +pkg syscall (linux-386), const VERASE = 2 +pkg syscall (linux-386), const VINTR = 0 +pkg syscall (linux-386), const VKILL = 3 +pkg syscall (linux-386), const VLNEXT = 15 +pkg syscall (linux-386), const VMIN = 6 +pkg syscall (linux-386), const VQUIT = 1 +pkg syscall (linux-386), const VREPRINT = 12 +pkg syscall (linux-386), const VSTART = 8 +pkg syscall (linux-386), const VSTOP = 9 +pkg syscall (linux-386), const VSUSP = 10 +pkg syscall (linux-386), const VSWTC = 7 +pkg syscall (linux-386), const VTIME = 5 +pkg syscall (linux-386), const VWERASE = 14 +pkg syscall (linux-386), const WALL = 1073741824 +pkg syscall (linux-386), const WCLONE = 2147483648 +pkg syscall (linux-386), const WCONTINUED = 8 +pkg syscall (linux-386), const WEXITED = 4 +pkg syscall (linux-386), const WNOHANG = 1 +pkg syscall (linux-386), const WNOTHREAD = 536870912 +pkg syscall (linux-386), const WNOWAIT = 16777216 +pkg syscall (linux-386), const WORDSIZE = 32 +pkg syscall (linux-386), const WSTOPPED = 2 +pkg syscall (linux-386), const WUNTRACED = 2 +pkg syscall (linux-386), const XCASE = 4 +pkg syscall (linux-386), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-386), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-386), func Pipe2([]int, int) error +pkg syscall (linux-386), func PtraceSyscall(int, int) error +pkg syscall (linux-386), func Removexattr(string, string) error +pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-386), type SysProcAttr struct, Ctty int +pkg syscall (linux-386), type TCPInfo struct +pkg syscall (linux-386), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-386), type TCPInfo struct, Ato uint32 +pkg syscall (linux-386), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-386), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-386), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-386), type TCPInfo struct, Lost uint32 +pkg syscall (linux-386), type TCPInfo struct, Options uint8 +pkg syscall (linux-386), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-386), type TCPInfo struct, Probes uint8 +pkg syscall (linux-386), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-386), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-386), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-386), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-386), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-386), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-386), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-386), type TCPInfo struct, Rto uint32 +pkg syscall (linux-386), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-386), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-386), type TCPInfo struct, State uint8 +pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-386), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-386-cgo), const AF_ALG = 38 +pkg syscall (linux-386-cgo), const AF_APPLETALK = 5 +pkg syscall (linux-386-cgo), const AF_ASH = 18 +pkg syscall (linux-386-cgo), const AF_ATMPVC = 8 +pkg syscall (linux-386-cgo), const AF_ATMSVC = 20 +pkg syscall (linux-386-cgo), const AF_AX25 = 3 +pkg syscall (linux-386-cgo), const AF_BLUETOOTH = 31 +pkg syscall (linux-386-cgo), const AF_BRIDGE = 7 +pkg syscall (linux-386-cgo), const AF_CAIF = 37 +pkg syscall (linux-386-cgo), const AF_CAN = 29 +pkg syscall (linux-386-cgo), const AF_DECnet = 12 +pkg syscall (linux-386-cgo), const AF_ECONET = 19 +pkg syscall (linux-386-cgo), const AF_FILE = 1 +pkg syscall (linux-386-cgo), const AF_IEEE802154 = 36 +pkg syscall (linux-386-cgo), const AF_INET6 = 10 +pkg syscall (linux-386-cgo), const AF_IPX = 4 +pkg syscall (linux-386-cgo), const AF_IRDA = 23 +pkg syscall (linux-386-cgo), const AF_ISDN = 34 +pkg syscall (linux-386-cgo), const AF_IUCV = 32 +pkg syscall (linux-386-cgo), const AF_KEY = 15 +pkg syscall (linux-386-cgo), const AF_LLC = 26 +pkg syscall (linux-386-cgo), const AF_LOCAL = 1 +pkg syscall (linux-386-cgo), const AF_MAX = 39 +pkg syscall (linux-386-cgo), const AF_NETBEUI = 13 +pkg syscall (linux-386-cgo), const AF_NETLINK = 16 +pkg syscall (linux-386-cgo), const AF_NETROM = 6 +pkg syscall (linux-386-cgo), const AF_PACKET = 17 +pkg syscall (linux-386-cgo), const AF_PHONET = 35 +pkg syscall (linux-386-cgo), const AF_PPPOX = 24 +pkg syscall (linux-386-cgo), const AF_RDS = 21 +pkg syscall (linux-386-cgo), const AF_ROSE = 11 +pkg syscall (linux-386-cgo), const AF_ROUTE = 16 +pkg syscall (linux-386-cgo), const AF_RXRPC = 33 +pkg syscall (linux-386-cgo), const AF_SECURITY = 14 +pkg syscall (linux-386-cgo), const AF_SNA = 22 +pkg syscall (linux-386-cgo), const AF_TIPC = 30 +pkg syscall (linux-386-cgo), const AF_WANPIPE = 25 +pkg syscall (linux-386-cgo), const AF_X25 = 9 +pkg syscall (linux-386-cgo), const ARPHRD_ADAPT = 264 +pkg syscall (linux-386-cgo), const ARPHRD_APPLETLK = 8 +pkg syscall (linux-386-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (linux-386-cgo), const ARPHRD_ASH = 781 +pkg syscall (linux-386-cgo), const ARPHRD_ATM = 19 +pkg syscall (linux-386-cgo), const ARPHRD_AX25 = 3 +pkg syscall (linux-386-cgo), const ARPHRD_BIF = 775 +pkg syscall (linux-386-cgo), const ARPHRD_CHAOS = 5 +pkg syscall (linux-386-cgo), const ARPHRD_CISCO = 513 +pkg syscall (linux-386-cgo), const ARPHRD_CSLIP = 257 +pkg syscall (linux-386-cgo), const ARPHRD_CSLIP6 = 259 +pkg syscall (linux-386-cgo), const ARPHRD_DDCMP = 517 +pkg syscall (linux-386-cgo), const ARPHRD_DLCI = 15 +pkg syscall (linux-386-cgo), const ARPHRD_ECONET = 782 +pkg syscall (linux-386-cgo), const ARPHRD_EETHER = 2 +pkg syscall (linux-386-cgo), const ARPHRD_ETHER = 1 +pkg syscall (linux-386-cgo), const ARPHRD_EUI64 = 27 +pkg syscall (linux-386-cgo), const ARPHRD_FCAL = 785 +pkg syscall (linux-386-cgo), const ARPHRD_FCFABRIC = 787 +pkg syscall (linux-386-cgo), const ARPHRD_FCPL = 786 +pkg syscall (linux-386-cgo), const ARPHRD_FCPP = 784 +pkg syscall (linux-386-cgo), const ARPHRD_FDDI = 774 +pkg syscall (linux-386-cgo), const ARPHRD_FRAD = 770 +pkg syscall (linux-386-cgo), const ARPHRD_HDLC = 513 +pkg syscall (linux-386-cgo), const ARPHRD_HIPPI = 780 +pkg syscall (linux-386-cgo), const ARPHRD_HWX25 = 272 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211 = 801 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_PRISM = 802 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154 = 804 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154_PHY = 805 +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802_TR = 800 +pkg syscall (linux-386-cgo), const ARPHRD_INFINIBAND = 32 +pkg syscall (linux-386-cgo), const ARPHRD_IPDDP = 777 +pkg syscall (linux-386-cgo), const ARPHRD_IPGRE = 778 +pkg syscall (linux-386-cgo), const ARPHRD_IRDA = 783 +pkg syscall (linux-386-cgo), const ARPHRD_LAPB = 516 +pkg syscall (linux-386-cgo), const ARPHRD_LOCALTLK = 773 +pkg syscall (linux-386-cgo), const ARPHRD_LOOPBACK = 772 +pkg syscall (linux-386-cgo), const ARPHRD_METRICOM = 23 +pkg syscall (linux-386-cgo), const ARPHRD_NETROM = 0 +pkg syscall (linux-386-cgo), const ARPHRD_NONE = 65534 +pkg syscall (linux-386-cgo), const ARPHRD_PIMREG = 779 +pkg syscall (linux-386-cgo), const ARPHRD_PPP = 512 +pkg syscall (linux-386-cgo), const ARPHRD_PRONET = 4 +pkg syscall (linux-386-cgo), const ARPHRD_RAWHDLC = 518 +pkg syscall (linux-386-cgo), const ARPHRD_ROSE = 270 +pkg syscall (linux-386-cgo), const ARPHRD_RSRVD = 260 +pkg syscall (linux-386-cgo), const ARPHRD_SIT = 776 +pkg syscall (linux-386-cgo), const ARPHRD_SKIP = 771 +pkg syscall (linux-386-cgo), const ARPHRD_SLIP = 256 +pkg syscall (linux-386-cgo), const ARPHRD_SLIP6 = 258 +pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL = 768 +pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL6 = 769 +pkg syscall (linux-386-cgo), const ARPHRD_VOID = 65535 +pkg syscall (linux-386-cgo), const ARPHRD_X25 = 271 +pkg syscall (linux-386-cgo), const B0 = 0 +pkg syscall (linux-386-cgo), const B1000000 = 4104 +pkg syscall (linux-386-cgo), const B110 = 3 +pkg syscall (linux-386-cgo), const B115200 = 4098 +pkg syscall (linux-386-cgo), const B1152000 = 4105 +pkg syscall (linux-386-cgo), const B1200 = 9 +pkg syscall (linux-386-cgo), const B134 = 4 +pkg syscall (linux-386-cgo), const B150 = 5 +pkg syscall (linux-386-cgo), const B1500000 = 4106 +pkg syscall (linux-386-cgo), const B1800 = 10 +pkg syscall (linux-386-cgo), const B19200 = 14 +pkg syscall (linux-386-cgo), const B200 = 6 +pkg syscall (linux-386-cgo), const B2000000 = 4107 +pkg syscall (linux-386-cgo), const B230400 = 4099 +pkg syscall (linux-386-cgo), const B2400 = 11 +pkg syscall (linux-386-cgo), const B2500000 = 4108 +pkg syscall (linux-386-cgo), const B300 = 7 +pkg syscall (linux-386-cgo), const B3000000 = 4109 +pkg syscall (linux-386-cgo), const B3500000 = 4110 +pkg syscall (linux-386-cgo), const B38400 = 15 +pkg syscall (linux-386-cgo), const B4000000 = 4111 +pkg syscall (linux-386-cgo), const B460800 = 4100 +pkg syscall (linux-386-cgo), const B4800 = 12 +pkg syscall (linux-386-cgo), const B50 = 1 +pkg syscall (linux-386-cgo), const B500000 = 4101 +pkg syscall (linux-386-cgo), const B57600 = 4097 +pkg syscall (linux-386-cgo), const B576000 = 4102 +pkg syscall (linux-386-cgo), const B600 = 8 +pkg syscall (linux-386-cgo), const B75 = 2 +pkg syscall (linux-386-cgo), const B921600 = 4103 +pkg syscall (linux-386-cgo), const B9600 = 13 +pkg syscall (linux-386-cgo), const BPF_A = 16 +pkg syscall (linux-386-cgo), const BPF_ABS = 32 +pkg syscall (linux-386-cgo), const BPF_ADD = 0 +pkg syscall (linux-386-cgo), const BPF_ALU = 4 +pkg syscall (linux-386-cgo), const BPF_AND = 80 +pkg syscall (linux-386-cgo), const BPF_B = 16 +pkg syscall (linux-386-cgo), const BPF_DIV = 48 +pkg syscall (linux-386-cgo), const BPF_H = 8 +pkg syscall (linux-386-cgo), const BPF_IMM = 0 +pkg syscall (linux-386-cgo), const BPF_IND = 64 +pkg syscall (linux-386-cgo), const BPF_JA = 0 +pkg syscall (linux-386-cgo), const BPF_JEQ = 16 +pkg syscall (linux-386-cgo), const BPF_JGE = 48 +pkg syscall (linux-386-cgo), const BPF_JGT = 32 +pkg syscall (linux-386-cgo), const BPF_JMP = 5 +pkg syscall (linux-386-cgo), const BPF_JSET = 64 +pkg syscall (linux-386-cgo), const BPF_K = 0 +pkg syscall (linux-386-cgo), const BPF_LD = 0 +pkg syscall (linux-386-cgo), const BPF_LDX = 1 +pkg syscall (linux-386-cgo), const BPF_LEN = 128 +pkg syscall (linux-386-cgo), const BPF_LSH = 96 +pkg syscall (linux-386-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (linux-386-cgo), const BPF_MAXINSNS = 4096 +pkg syscall (linux-386-cgo), const BPF_MEM = 96 +pkg syscall (linux-386-cgo), const BPF_MEMWORDS = 16 +pkg syscall (linux-386-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (linux-386-cgo), const BPF_MISC = 7 +pkg syscall (linux-386-cgo), const BPF_MSH = 160 +pkg syscall (linux-386-cgo), const BPF_MUL = 32 +pkg syscall (linux-386-cgo), const BPF_NEG = 128 +pkg syscall (linux-386-cgo), const BPF_OR = 64 +pkg syscall (linux-386-cgo), const BPF_RET = 6 +pkg syscall (linux-386-cgo), const BPF_RSH = 112 +pkg syscall (linux-386-cgo), const BPF_ST = 2 +pkg syscall (linux-386-cgo), const BPF_STX = 3 +pkg syscall (linux-386-cgo), const BPF_SUB = 16 +pkg syscall (linux-386-cgo), const BPF_TAX = 0 +pkg syscall (linux-386-cgo), const BPF_TXA = 128 +pkg syscall (linux-386-cgo), const BPF_W = 0 +pkg syscall (linux-386-cgo), const BPF_X = 8 +pkg syscall (linux-386-cgo), const BRKINT = 2 +pkg syscall (linux-386-cgo), const CLOCAL = 2048 +pkg syscall (linux-386-cgo), const CREAD = 128 +pkg syscall (linux-386-cgo), const CS5 = 0 +pkg syscall (linux-386-cgo), const CS6 = 16 +pkg syscall (linux-386-cgo), const CS7 = 32 +pkg syscall (linux-386-cgo), const CS8 = 48 +pkg syscall (linux-386-cgo), const CSIZE = 48 +pkg syscall (linux-386-cgo), const CSTOPB = 64 +pkg syscall (linux-386-cgo), const DT_BLK = 6 +pkg syscall (linux-386-cgo), const DT_CHR = 2 +pkg syscall (linux-386-cgo), const DT_DIR = 4 +pkg syscall (linux-386-cgo), const DT_FIFO = 1 +pkg syscall (linux-386-cgo), const DT_LNK = 10 +pkg syscall (linux-386-cgo), const DT_REG = 8 +pkg syscall (linux-386-cgo), const DT_SOCK = 12 +pkg syscall (linux-386-cgo), const DT_UNKNOWN = 0 +pkg syscall (linux-386-cgo), const DT_WHT = 14 +pkg syscall (linux-386-cgo), const E2BIG = 7 +pkg syscall (linux-386-cgo), const EACCES = 13 +pkg syscall (linux-386-cgo), const EADDRINUSE = 98 +pkg syscall (linux-386-cgo), const EADDRNOTAVAIL = 99 +pkg syscall (linux-386-cgo), const EADV = 68 +pkg syscall (linux-386-cgo), const EAFNOSUPPORT = 97 +pkg syscall (linux-386-cgo), const EAGAIN = 11 +pkg syscall (linux-386-cgo), const EALREADY = 114 +pkg syscall (linux-386-cgo), const EBADE = 52 +pkg syscall (linux-386-cgo), const EBADF = 9 +pkg syscall (linux-386-cgo), const EBADFD = 77 +pkg syscall (linux-386-cgo), const EBADMSG = 74 +pkg syscall (linux-386-cgo), const EBADR = 53 +pkg syscall (linux-386-cgo), const EBADRQC = 56 +pkg syscall (linux-386-cgo), const EBADSLT = 57 +pkg syscall (linux-386-cgo), const EBFONT = 59 +pkg syscall (linux-386-cgo), const EBUSY = 16 +pkg syscall (linux-386-cgo), const ECANCELED = 125 +pkg syscall (linux-386-cgo), const ECHILD = 10 +pkg syscall (linux-386-cgo), const ECHO = 8 +pkg syscall (linux-386-cgo), const ECHOCTL = 512 +pkg syscall (linux-386-cgo), const ECHOE = 16 +pkg syscall (linux-386-cgo), const ECHOK = 32 +pkg syscall (linux-386-cgo), const ECHOKE = 2048 +pkg syscall (linux-386-cgo), const ECHONL = 64 +pkg syscall (linux-386-cgo), const ECHOPRT = 1024 +pkg syscall (linux-386-cgo), const ECHRNG = 44 +pkg syscall (linux-386-cgo), const ECOMM = 70 +pkg syscall (linux-386-cgo), const ECONNABORTED = 103 +pkg syscall (linux-386-cgo), const ECONNREFUSED = 111 +pkg syscall (linux-386-cgo), const ECONNRESET = 104 +pkg syscall (linux-386-cgo), const EDEADLK = 35 +pkg syscall (linux-386-cgo), const EDEADLOCK = 35 +pkg syscall (linux-386-cgo), const EDESTADDRREQ = 89 +pkg syscall (linux-386-cgo), const EDOM = 33 +pkg syscall (linux-386-cgo), const EDOTDOT = 73 +pkg syscall (linux-386-cgo), const EDQUOT = 122 +pkg syscall (linux-386-cgo), const EEXIST = 17 +pkg syscall (linux-386-cgo), const EFAULT = 14 +pkg syscall (linux-386-cgo), const EFBIG = 27 +pkg syscall (linux-386-cgo), const EHOSTDOWN = 112 +pkg syscall (linux-386-cgo), const EHOSTUNREACH = 113 +pkg syscall (linux-386-cgo), const EIDRM = 43 +pkg syscall (linux-386-cgo), const EILSEQ = 84 +pkg syscall (linux-386-cgo), const EINPROGRESS = 115 +pkg syscall (linux-386-cgo), const EINTR = 4 +pkg syscall (linux-386-cgo), const EINVAL = 22 +pkg syscall (linux-386-cgo), const EIO = 5 +pkg syscall (linux-386-cgo), const EISCONN = 106 +pkg syscall (linux-386-cgo), const EISDIR = 21 +pkg syscall (linux-386-cgo), const EISNAM = 120 +pkg syscall (linux-386-cgo), const EKEYEXPIRED = 127 +pkg syscall (linux-386-cgo), const EKEYREJECTED = 129 +pkg syscall (linux-386-cgo), const EKEYREVOKED = 128 +pkg syscall (linux-386-cgo), const EL2HLT = 51 +pkg syscall (linux-386-cgo), const EL2NSYNC = 45 +pkg syscall (linux-386-cgo), const EL3HLT = 46 +pkg syscall (linux-386-cgo), const EL3RST = 47 +pkg syscall (linux-386-cgo), const ELIBACC = 79 +pkg syscall (linux-386-cgo), const ELIBBAD = 80 +pkg syscall (linux-386-cgo), const ELIBEXEC = 83 +pkg syscall (linux-386-cgo), const ELIBMAX = 82 +pkg syscall (linux-386-cgo), const ELIBSCN = 81 +pkg syscall (linux-386-cgo), const ELNRNG = 48 +pkg syscall (linux-386-cgo), const ELOOP = 40 +pkg syscall (linux-386-cgo), const EMEDIUMTYPE = 124 +pkg syscall (linux-386-cgo), const EMFILE = 24 +pkg syscall (linux-386-cgo), const EMLINK = 31 +pkg syscall (linux-386-cgo), const EMSGSIZE = 90 +pkg syscall (linux-386-cgo), const EMULTIHOP = 72 +pkg syscall (linux-386-cgo), const ENAMETOOLONG = 36 +pkg syscall (linux-386-cgo), const ENAVAIL = 119 +pkg syscall (linux-386-cgo), const ENETDOWN = 100 +pkg syscall (linux-386-cgo), const ENETRESET = 102 +pkg syscall (linux-386-cgo), const ENETUNREACH = 101 +pkg syscall (linux-386-cgo), const ENFILE = 23 +pkg syscall (linux-386-cgo), const ENOANO = 55 +pkg syscall (linux-386-cgo), const ENOBUFS = 105 +pkg syscall (linux-386-cgo), const ENOCSI = 50 +pkg syscall (linux-386-cgo), const ENODATA = 61 +pkg syscall (linux-386-cgo), const ENODEV = 19 +pkg syscall (linux-386-cgo), const ENOEXEC = 8 +pkg syscall (linux-386-cgo), const ENOKEY = 126 +pkg syscall (linux-386-cgo), const ENOLCK = 37 +pkg syscall (linux-386-cgo), const ENOLINK = 67 +pkg syscall (linux-386-cgo), const ENOMEDIUM = 123 +pkg syscall (linux-386-cgo), const ENOMEM = 12 +pkg syscall (linux-386-cgo), const ENOMSG = 42 +pkg syscall (linux-386-cgo), const ENONET = 64 +pkg syscall (linux-386-cgo), const ENOPKG = 65 +pkg syscall (linux-386-cgo), const ENOPROTOOPT = 92 +pkg syscall (linux-386-cgo), const ENOSPC = 28 +pkg syscall (linux-386-cgo), const ENOSR = 63 +pkg syscall (linux-386-cgo), const ENOSTR = 60 +pkg syscall (linux-386-cgo), const ENOSYS = 38 +pkg syscall (linux-386-cgo), const ENOTBLK = 15 +pkg syscall (linux-386-cgo), const ENOTCONN = 107 +pkg syscall (linux-386-cgo), const ENOTDIR = 20 +pkg syscall (linux-386-cgo), const ENOTEMPTY = 39 +pkg syscall (linux-386-cgo), const ENOTNAM = 118 +pkg syscall (linux-386-cgo), const ENOTRECOVERABLE = 131 +pkg syscall (linux-386-cgo), const ENOTSOCK = 88 +pkg syscall (linux-386-cgo), const ENOTSUP = 95 +pkg syscall (linux-386-cgo), const ENOTTY = 25 +pkg syscall (linux-386-cgo), const ENOTUNIQ = 76 +pkg syscall (linux-386-cgo), const ENXIO = 6 +pkg syscall (linux-386-cgo), const EOPNOTSUPP = 95 +pkg syscall (linux-386-cgo), const EOVERFLOW = 75 +pkg syscall (linux-386-cgo), const EOWNERDEAD = 130 +pkg syscall (linux-386-cgo), const EPERM = 1 +pkg syscall (linux-386-cgo), const EPFNOSUPPORT = 96 +pkg syscall (linux-386-cgo), const EPIPE = 32 +pkg syscall (linux-386-cgo), const EPOLLERR = 8 +pkg syscall (linux-386-cgo), const EPOLLET = -2147483648 +pkg syscall (linux-386-cgo), const EPOLLHUP = 16 +pkg syscall (linux-386-cgo), const EPOLLIN = 1 +pkg syscall (linux-386-cgo), const EPOLLMSG = 1024 +pkg syscall (linux-386-cgo), const EPOLLONESHOT = 1073741824 +pkg syscall (linux-386-cgo), const EPOLLOUT = 4 +pkg syscall (linux-386-cgo), const EPOLLPRI = 2 +pkg syscall (linux-386-cgo), const EPOLLRDBAND = 128 +pkg syscall (linux-386-cgo), const EPOLLRDHUP = 8192 +pkg syscall (linux-386-cgo), const EPOLLRDNORM = 64 +pkg syscall (linux-386-cgo), const EPOLLWRBAND = 512 +pkg syscall (linux-386-cgo), const EPOLLWRNORM = 256 +pkg syscall (linux-386-cgo), const EPOLL_CLOEXEC = 524288 +pkg syscall (linux-386-cgo), const EPOLL_CTL_ADD = 1 +pkg syscall (linux-386-cgo), const EPOLL_CTL_DEL = 2 +pkg syscall (linux-386-cgo), const EPOLL_CTL_MOD = 3 +pkg syscall (linux-386-cgo), const EPOLL_NONBLOCK = 2048 +pkg syscall (linux-386-cgo), const EPROTO = 71 +pkg syscall (linux-386-cgo), const EPROTONOSUPPORT = 93 +pkg syscall (linux-386-cgo), const EPROTOTYPE = 91 +pkg syscall (linux-386-cgo), const ERANGE = 34 +pkg syscall (linux-386-cgo), const EREMCHG = 78 +pkg syscall (linux-386-cgo), const EREMOTE = 66 +pkg syscall (linux-386-cgo), const EREMOTEIO = 121 +pkg syscall (linux-386-cgo), const ERESTART = 85 +pkg syscall (linux-386-cgo), const ERFKILL = 132 +pkg syscall (linux-386-cgo), const EROFS = 30 +pkg syscall (linux-386-cgo), const ESHUTDOWN = 108 +pkg syscall (linux-386-cgo), const ESOCKTNOSUPPORT = 94 +pkg syscall (linux-386-cgo), const ESPIPE = 29 +pkg syscall (linux-386-cgo), const ESRCH = 3 +pkg syscall (linux-386-cgo), const ESRMNT = 69 +pkg syscall (linux-386-cgo), const ESTALE = 116 +pkg syscall (linux-386-cgo), const ESTRPIPE = 86 +pkg syscall (linux-386-cgo), const ETH_P_1588 = 35063 +pkg syscall (linux-386-cgo), const ETH_P_8021Q = 33024 +pkg syscall (linux-386-cgo), const ETH_P_802_2 = 4 +pkg syscall (linux-386-cgo), const ETH_P_802_3 = 1 +pkg syscall (linux-386-cgo), const ETH_P_AARP = 33011 +pkg syscall (linux-386-cgo), const ETH_P_ALL = 3 +pkg syscall (linux-386-cgo), const ETH_P_AOE = 34978 +pkg syscall (linux-386-cgo), const ETH_P_ARCNET = 26 +pkg syscall (linux-386-cgo), const ETH_P_ARP = 2054 +pkg syscall (linux-386-cgo), const ETH_P_ATALK = 32923 +pkg syscall (linux-386-cgo), const ETH_P_ATMFATE = 34948 +pkg syscall (linux-386-cgo), const ETH_P_ATMMPOA = 34892 +pkg syscall (linux-386-cgo), const ETH_P_AX25 = 2 +pkg syscall (linux-386-cgo), const ETH_P_BPQ = 2303 +pkg syscall (linux-386-cgo), const ETH_P_CAIF = 247 +pkg syscall (linux-386-cgo), const ETH_P_CAN = 12 +pkg syscall (linux-386-cgo), const ETH_P_CONTROL = 22 +pkg syscall (linux-386-cgo), const ETH_P_CUST = 24582 +pkg syscall (linux-386-cgo), const ETH_P_DDCMP = 6 +pkg syscall (linux-386-cgo), const ETH_P_DEC = 24576 +pkg syscall (linux-386-cgo), const ETH_P_DIAG = 24581 +pkg syscall (linux-386-cgo), const ETH_P_DNA_DL = 24577 +pkg syscall (linux-386-cgo), const ETH_P_DNA_RC = 24578 +pkg syscall (linux-386-cgo), const ETH_P_DNA_RT = 24579 +pkg syscall (linux-386-cgo), const ETH_P_DSA = 27 +pkg syscall (linux-386-cgo), const ETH_P_ECONET = 24 +pkg syscall (linux-386-cgo), const ETH_P_EDSA = 56026 +pkg syscall (linux-386-cgo), const ETH_P_FCOE = 35078 +pkg syscall (linux-386-cgo), const ETH_P_FIP = 35092 +pkg syscall (linux-386-cgo), const ETH_P_HDLC = 25 +pkg syscall (linux-386-cgo), const ETH_P_IEEE802154 = 246 +pkg syscall (linux-386-cgo), const ETH_P_IEEEPUP = 2560 +pkg syscall (linux-386-cgo), const ETH_P_IEEEPUPAT = 2561 +pkg syscall (linux-386-cgo), const ETH_P_IP = 2048 +pkg syscall (linux-386-cgo), const ETH_P_IPV6 = 34525 +pkg syscall (linux-386-cgo), const ETH_P_IPX = 33079 +pkg syscall (linux-386-cgo), const ETH_P_IRDA = 23 +pkg syscall (linux-386-cgo), const ETH_P_LAT = 24580 +pkg syscall (linux-386-cgo), const ETH_P_LINK_CTL = 34924 +pkg syscall (linux-386-cgo), const ETH_P_LOCALTALK = 9 +pkg syscall (linux-386-cgo), const ETH_P_LOOP = 96 +pkg syscall (linux-386-cgo), const ETH_P_MOBITEX = 21 +pkg syscall (linux-386-cgo), const ETH_P_MPLS_MC = 34888 +pkg syscall (linux-386-cgo), const ETH_P_MPLS_UC = 34887 +pkg syscall (linux-386-cgo), const ETH_P_PAE = 34958 +pkg syscall (linux-386-cgo), const ETH_P_PAUSE = 34824 +pkg syscall (linux-386-cgo), const ETH_P_PHONET = 245 +pkg syscall (linux-386-cgo), const ETH_P_PPPTALK = 16 +pkg syscall (linux-386-cgo), const ETH_P_PPP_DISC = 34915 +pkg syscall (linux-386-cgo), const ETH_P_PPP_MP = 8 +pkg syscall (linux-386-cgo), const ETH_P_PPP_SES = 34916 +pkg syscall (linux-386-cgo), const ETH_P_PUP = 512 +pkg syscall (linux-386-cgo), const ETH_P_PUPAT = 513 +pkg syscall (linux-386-cgo), const ETH_P_RARP = 32821 +pkg syscall (linux-386-cgo), const ETH_P_SCA = 24583 +pkg syscall (linux-386-cgo), const ETH_P_SLOW = 34825 +pkg syscall (linux-386-cgo), const ETH_P_SNAP = 5 +pkg syscall (linux-386-cgo), const ETH_P_TEB = 25944 +pkg syscall (linux-386-cgo), const ETH_P_TIPC = 35018 +pkg syscall (linux-386-cgo), const ETH_P_TRAILER = 28 +pkg syscall (linux-386-cgo), const ETH_P_TR_802_2 = 17 +pkg syscall (linux-386-cgo), const ETH_P_WAN_PPP = 7 +pkg syscall (linux-386-cgo), const ETH_P_WCCP = 34878 +pkg syscall (linux-386-cgo), const ETH_P_X25 = 2053 +pkg syscall (linux-386-cgo), const ETIME = 62 +pkg syscall (linux-386-cgo), const ETIMEDOUT = 110 +pkg syscall (linux-386-cgo), const ETOOMANYREFS = 109 +pkg syscall (linux-386-cgo), const ETXTBSY = 26 +pkg syscall (linux-386-cgo), const EUCLEAN = 117 +pkg syscall (linux-386-cgo), const EUNATCH = 49 +pkg syscall (linux-386-cgo), const EUSERS = 87 +pkg syscall (linux-386-cgo), const EWOULDBLOCK = 11 +pkg syscall (linux-386-cgo), const EXDEV = 18 +pkg syscall (linux-386-cgo), const EXFULL = 54 +pkg syscall (linux-386-cgo), const FD_CLOEXEC = 1 +pkg syscall (linux-386-cgo), const FD_SETSIZE = 1024 +pkg syscall (linux-386-cgo), const FLUSHO = 4096 +pkg syscall (linux-386-cgo), const F_DUPFD = 0 +pkg syscall (linux-386-cgo), const F_DUPFD_CLOEXEC = 1030 +pkg syscall (linux-386-cgo), const F_EXLCK = 4 +pkg syscall (linux-386-cgo), const F_GETFD = 1 +pkg syscall (linux-386-cgo), const F_GETFL = 3 +pkg syscall (linux-386-cgo), const F_GETLEASE = 1025 +pkg syscall (linux-386-cgo), const F_GETLK = 12 +pkg syscall (linux-386-cgo), const F_GETLK64 = 12 +pkg syscall (linux-386-cgo), const F_GETOWN = 9 +pkg syscall (linux-386-cgo), const F_GETOWN_EX = 16 +pkg syscall (linux-386-cgo), const F_GETPIPE_SZ = 1032 +pkg syscall (linux-386-cgo), const F_GETSIG = 11 +pkg syscall (linux-386-cgo), const F_LOCK = 1 +pkg syscall (linux-386-cgo), const F_NOTIFY = 1026 +pkg syscall (linux-386-cgo), const F_OK = 0 +pkg syscall (linux-386-cgo), const F_RDLCK = 0 +pkg syscall (linux-386-cgo), const F_SETFD = 2 +pkg syscall (linux-386-cgo), const F_SETFL = 4 +pkg syscall (linux-386-cgo), const F_SETLEASE = 1024 +pkg syscall (linux-386-cgo), const F_SETLK = 13 +pkg syscall (linux-386-cgo), const F_SETLK64 = 13 +pkg syscall (linux-386-cgo), const F_SETLKW = 14 +pkg syscall (linux-386-cgo), const F_SETLKW64 = 14 +pkg syscall (linux-386-cgo), const F_SETOWN = 8 +pkg syscall (linux-386-cgo), const F_SETOWN_EX = 15 +pkg syscall (linux-386-cgo), const F_SETPIPE_SZ = 1031 +pkg syscall (linux-386-cgo), const F_SETSIG = 10 +pkg syscall (linux-386-cgo), const F_SHLCK = 8 +pkg syscall (linux-386-cgo), const F_TEST = 3 +pkg syscall (linux-386-cgo), const F_TLOCK = 2 +pkg syscall (linux-386-cgo), const F_ULOCK = 0 +pkg syscall (linux-386-cgo), const F_UNLCK = 2 +pkg syscall (linux-386-cgo), const F_WRLCK = 1 +pkg syscall (linux-386-cgo), const HUPCL = 1024 +pkg syscall (linux-386-cgo), const ICANON = 2 +pkg syscall (linux-386-cgo), const ICRNL = 256 +pkg syscall (linux-386-cgo), const IEXTEN = 32768 +pkg syscall (linux-386-cgo), const IFA_ADDRESS = 1 +pkg syscall (linux-386-cgo), const IFA_ANYCAST = 5 +pkg syscall (linux-386-cgo), const IFA_BROADCAST = 4 +pkg syscall (linux-386-cgo), const IFA_CACHEINFO = 6 +pkg syscall (linux-386-cgo), const IFA_F_DADFAILED = 8 +pkg syscall (linux-386-cgo), const IFA_F_DEPRECATED = 32 +pkg syscall (linux-386-cgo), const IFA_F_HOMEADDRESS = 16 +pkg syscall (linux-386-cgo), const IFA_F_NODAD = 2 +pkg syscall (linux-386-cgo), const IFA_F_OPTIMISTIC = 4 +pkg syscall (linux-386-cgo), const IFA_F_PERMANENT = 128 +pkg syscall (linux-386-cgo), const IFA_F_SECONDARY = 1 +pkg syscall (linux-386-cgo), const IFA_F_TEMPORARY = 1 +pkg syscall (linux-386-cgo), const IFA_F_TENTATIVE = 64 +pkg syscall (linux-386-cgo), const IFA_LABEL = 3 +pkg syscall (linux-386-cgo), const IFA_LOCAL = 2 +pkg syscall (linux-386-cgo), const IFA_MAX = 7 +pkg syscall (linux-386-cgo), const IFA_MULTICAST = 7 +pkg syscall (linux-386-cgo), const IFA_UNSPEC = 0 +pkg syscall (linux-386-cgo), const IFF_ALLMULTI = 512 +pkg syscall (linux-386-cgo), const IFF_AUTOMEDIA = 16384 +pkg syscall (linux-386-cgo), const IFF_DEBUG = 4 +pkg syscall (linux-386-cgo), const IFF_DYNAMIC = 32768 +pkg syscall (linux-386-cgo), const IFF_LOOPBACK = 8 +pkg syscall (linux-386-cgo), const IFF_MASTER = 1024 +pkg syscall (linux-386-cgo), const IFF_MULTICAST = 4096 +pkg syscall (linux-386-cgo), const IFF_NOARP = 128 +pkg syscall (linux-386-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (linux-386-cgo), const IFF_NO_PI = 4096 +pkg syscall (linux-386-cgo), const IFF_ONE_QUEUE = 8192 +pkg syscall (linux-386-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (linux-386-cgo), const IFF_PORTSEL = 8192 +pkg syscall (linux-386-cgo), const IFF_PROMISC = 256 +pkg syscall (linux-386-cgo), const IFF_RUNNING = 64 +pkg syscall (linux-386-cgo), const IFF_SLAVE = 2048 +pkg syscall (linux-386-cgo), const IFF_TAP = 2 +pkg syscall (linux-386-cgo), const IFF_TUN = 1 +pkg syscall (linux-386-cgo), const IFF_TUN_EXCL = 32768 +pkg syscall (linux-386-cgo), const IFF_VNET_HDR = 16384 +pkg syscall (linux-386-cgo), const IFLA_ADDRESS = 1 +pkg syscall (linux-386-cgo), const IFLA_BROADCAST = 2 +pkg syscall (linux-386-cgo), const IFLA_COST = 8 +pkg syscall (linux-386-cgo), const IFLA_IFALIAS = 20 +pkg syscall (linux-386-cgo), const IFLA_IFNAME = 3 +pkg syscall (linux-386-cgo), const IFLA_LINK = 5 +pkg syscall (linux-386-cgo), const IFLA_LINKINFO = 18 +pkg syscall (linux-386-cgo), const IFLA_LINKMODE = 17 +pkg syscall (linux-386-cgo), const IFLA_MAP = 14 +pkg syscall (linux-386-cgo), const IFLA_MASTER = 10 +pkg syscall (linux-386-cgo), const IFLA_MAX = 29 +pkg syscall (linux-386-cgo), const IFLA_MTU = 4 +pkg syscall (linux-386-cgo), const IFLA_NET_NS_PID = 19 +pkg syscall (linux-386-cgo), const IFLA_OPERSTATE = 16 +pkg syscall (linux-386-cgo), const IFLA_PRIORITY = 9 +pkg syscall (linux-386-cgo), const IFLA_PROTINFO = 12 +pkg syscall (linux-386-cgo), const IFLA_QDISC = 6 +pkg syscall (linux-386-cgo), const IFLA_STATS = 7 +pkg syscall (linux-386-cgo), const IFLA_TXQLEN = 13 +pkg syscall (linux-386-cgo), const IFLA_UNSPEC = 0 +pkg syscall (linux-386-cgo), const IFLA_WEIGHT = 15 +pkg syscall (linux-386-cgo), const IFLA_WIRELESS = 11 +pkg syscall (linux-386-cgo), const IFNAMSIZ = 16 +pkg syscall (linux-386-cgo), const IGNBRK = 1 +pkg syscall (linux-386-cgo), const IGNCR = 128 +pkg syscall (linux-386-cgo), const IGNPAR = 4 +pkg syscall (linux-386-cgo), const IMAXBEL = 8192 +pkg syscall (linux-386-cgo), const INLCR = 64 +pkg syscall (linux-386-cgo), const INPCK = 16 +pkg syscall (linux-386-cgo), const IN_ACCESS = 1 +pkg syscall (linux-386-cgo), const IN_ALL_EVENTS = 4095 +pkg syscall (linux-386-cgo), const IN_ATTRIB = 4 +pkg syscall (linux-386-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (linux-386-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (linux-386-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (linux-386-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (linux-386-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (linux-386-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (linux-386-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (linux-386-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (linux-386-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (linux-386-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (linux-386-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (linux-386-cgo), const IN_CLOEXEC = 524288 +pkg syscall (linux-386-cgo), const IN_CLOSE = 24 +pkg syscall (linux-386-cgo), const IN_CLOSE_NOWRITE = 16 +pkg syscall (linux-386-cgo), const IN_CLOSE_WRITE = 8 +pkg syscall (linux-386-cgo), const IN_CREATE = 256 +pkg syscall (linux-386-cgo), const IN_DELETE = 512 +pkg syscall (linux-386-cgo), const IN_DELETE_SELF = 1024 +pkg syscall (linux-386-cgo), const IN_DONT_FOLLOW = 33554432 +pkg syscall (linux-386-cgo), const IN_EXCL_UNLINK = 67108864 +pkg syscall (linux-386-cgo), const IN_IGNORED = 32768 +pkg syscall (linux-386-cgo), const IN_ISDIR = 1073741824 +pkg syscall (linux-386-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (linux-386-cgo), const IN_MASK_ADD = 536870912 +pkg syscall (linux-386-cgo), const IN_MODIFY = 2 +pkg syscall (linux-386-cgo), const IN_MOVE = 192 +pkg syscall (linux-386-cgo), const IN_MOVED_FROM = 64 +pkg syscall (linux-386-cgo), const IN_MOVED_TO = 128 +pkg syscall (linux-386-cgo), const IN_MOVE_SELF = 2048 +pkg syscall (linux-386-cgo), const IN_NONBLOCK = 2048 +pkg syscall (linux-386-cgo), const IN_ONESHOT = 2147483648 +pkg syscall (linux-386-cgo), const IN_ONLYDIR = 16777216 +pkg syscall (linux-386-cgo), const IN_OPEN = 32 +pkg syscall (linux-386-cgo), const IN_Q_OVERFLOW = 16384 +pkg syscall (linux-386-cgo), const IN_UNMOUNT = 8192 +pkg syscall (linux-386-cgo), const IPPROTO_AH = 51 +pkg syscall (linux-386-cgo), const IPPROTO_COMP = 108 +pkg syscall (linux-386-cgo), const IPPROTO_DCCP = 33 +pkg syscall (linux-386-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (linux-386-cgo), const IPPROTO_EGP = 8 +pkg syscall (linux-386-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (linux-386-cgo), const IPPROTO_ESP = 50 +pkg syscall (linux-386-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (linux-386-cgo), const IPPROTO_GRE = 47 +pkg syscall (linux-386-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (linux-386-cgo), const IPPROTO_ICMP = 1 +pkg syscall (linux-386-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (linux-386-cgo), const IPPROTO_IDP = 22 +pkg syscall (linux-386-cgo), const IPPROTO_IGMP = 2 +pkg syscall (linux-386-cgo), const IPPROTO_IPIP = 4 +pkg syscall (linux-386-cgo), const IPPROTO_MTP = 92 +pkg syscall (linux-386-cgo), const IPPROTO_NONE = 59 +pkg syscall (linux-386-cgo), const IPPROTO_PIM = 103 +pkg syscall (linux-386-cgo), const IPPROTO_PUP = 12 +pkg syscall (linux-386-cgo), const IPPROTO_RAW = 255 +pkg syscall (linux-386-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (linux-386-cgo), const IPPROTO_RSVP = 46 +pkg syscall (linux-386-cgo), const IPPROTO_SCTP = 132 +pkg syscall (linux-386-cgo), const IPPROTO_TP = 29 +pkg syscall (linux-386-cgo), const IPPROTO_UDPLITE = 136 +pkg syscall (linux-386-cgo), const IPV6_2292DSTOPTS = 4 +pkg syscall (linux-386-cgo), const IPV6_2292HOPLIMIT = 8 +pkg syscall (linux-386-cgo), const IPV6_2292HOPOPTS = 3 +pkg syscall (linux-386-cgo), const IPV6_2292PKTINFO = 2 +pkg syscall (linux-386-cgo), const IPV6_2292PKTOPTIONS = 6 +pkg syscall (linux-386-cgo), const IPV6_2292RTHDR = 5 +pkg syscall (linux-386-cgo), const IPV6_ADDRFORM = 1 +pkg syscall (linux-386-cgo), const IPV6_ADD_MEMBERSHIP = 20 +pkg syscall (linux-386-cgo), const IPV6_AUTHHDR = 10 +pkg syscall (linux-386-cgo), const IPV6_CHECKSUM = 7 +pkg syscall (linux-386-cgo), const IPV6_DROP_MEMBERSHIP = 21 +pkg syscall (linux-386-cgo), const IPV6_DSTOPTS = 59 +pkg syscall (linux-386-cgo), const IPV6_HOPLIMIT = 52 +pkg syscall (linux-386-cgo), const IPV6_HOPOPTS = 54 +pkg syscall (linux-386-cgo), const IPV6_IPSEC_POLICY = 34 +pkg syscall (linux-386-cgo), const IPV6_JOIN_ANYCAST = 27 +pkg syscall (linux-386-cgo), const IPV6_JOIN_GROUP = 20 +pkg syscall (linux-386-cgo), const IPV6_LEAVE_ANYCAST = 28 +pkg syscall (linux-386-cgo), const IPV6_LEAVE_GROUP = 21 +pkg syscall (linux-386-cgo), const IPV6_MTU = 24 +pkg syscall (linux-386-cgo), const IPV6_MTU_DISCOVER = 23 +pkg syscall (linux-386-cgo), const IPV6_MULTICAST_HOPS = 18 +pkg syscall (linux-386-cgo), const IPV6_MULTICAST_IF = 17 +pkg syscall (linux-386-cgo), const IPV6_MULTICAST_LOOP = 19 +pkg syscall (linux-386-cgo), const IPV6_NEXTHOP = 9 +pkg syscall (linux-386-cgo), const IPV6_PKTINFO = 50 +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DO = 2 +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DONT = 0 +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_PROBE = 3 +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_WANT = 1 +pkg syscall (linux-386-cgo), const IPV6_RECVDSTOPTS = 58 +pkg syscall (linux-386-cgo), const IPV6_RECVERR = 25 +pkg syscall (linux-386-cgo), const IPV6_RECVHOPLIMIT = 51 +pkg syscall (linux-386-cgo), const IPV6_RECVHOPOPTS = 53 +pkg syscall (linux-386-cgo), const IPV6_RECVPKTINFO = 49 +pkg syscall (linux-386-cgo), const IPV6_RECVRTHDR = 56 +pkg syscall (linux-386-cgo), const IPV6_RECVTCLASS = 66 +pkg syscall (linux-386-cgo), const IPV6_ROUTER_ALERT = 22 +pkg syscall (linux-386-cgo), const IPV6_RTHDR = 57 +pkg syscall (linux-386-cgo), const IPV6_RTHDRDSTOPTS = 55 +pkg syscall (linux-386-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (linux-386-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (linux-386-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (linux-386-cgo), const IPV6_RXDSTOPTS = 59 +pkg syscall (linux-386-cgo), const IPV6_RXHOPOPTS = 54 +pkg syscall (linux-386-cgo), const IPV6_TCLASS = 67 +pkg syscall (linux-386-cgo), const IPV6_UNICAST_HOPS = 16 +pkg syscall (linux-386-cgo), const IPV6_V6ONLY = 26 +pkg syscall (linux-386-cgo), const IPV6_XFRM_POLICY = 35 +pkg syscall (linux-386-cgo), const IP_ADD_MEMBERSHIP = 35 +pkg syscall (linux-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39 +pkg syscall (linux-386-cgo), const IP_BLOCK_SOURCE = 38 +pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (linux-386-cgo), const IP_DF = 16384 +pkg syscall (linux-386-cgo), const IP_DROP_MEMBERSHIP = 36 +pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40 +pkg syscall (linux-386-cgo), const IP_FREEBIND = 15 +pkg syscall (linux-386-cgo), const IP_HDRINCL = 3 +pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY = 16 +pkg syscall (linux-386-cgo), const IP_MAXPACKET = 65535 +pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (linux-386-cgo), const IP_MF = 8192 +pkg syscall (linux-386-cgo), const IP_MINTTL = 21 +pkg syscall (linux-386-cgo), const IP_MSFILTER = 41 +pkg syscall (linux-386-cgo), const IP_MSS = 576 +pkg syscall (linux-386-cgo), const IP_MTU = 14 +pkg syscall (linux-386-cgo), const IP_MTU_DISCOVER = 10 +pkg syscall (linux-386-cgo), const IP_MULTICAST_IF = 32 +pkg syscall (linux-386-cgo), const IP_MULTICAST_LOOP = 34 +pkg syscall (linux-386-cgo), const IP_MULTICAST_TTL = 33 +pkg syscall (linux-386-cgo), const IP_OFFMASK = 8191 +pkg syscall (linux-386-cgo), const IP_OPTIONS = 4 +pkg syscall (linux-386-cgo), const IP_ORIGDSTADDR = 20 +pkg syscall (linux-386-cgo), const IP_PASSSEC = 18 +pkg syscall (linux-386-cgo), const IP_PKTINFO = 8 +pkg syscall (linux-386-cgo), const IP_PKTOPTIONS = 9 +pkg syscall (linux-386-cgo), const IP_PMTUDISC = 10 +pkg syscall (linux-386-cgo), const IP_PMTUDISC_DO = 2 +pkg syscall (linux-386-cgo), const IP_PMTUDISC_DONT = 0 +pkg syscall (linux-386-cgo), const IP_PMTUDISC_PROBE = 3 +pkg syscall (linux-386-cgo), const IP_PMTUDISC_WANT = 1 +pkg syscall (linux-386-cgo), const IP_RECVERR = 11 +pkg syscall (linux-386-cgo), const IP_RECVOPTS = 6 +pkg syscall (linux-386-cgo), const IP_RECVORIGDSTADDR = 20 +pkg syscall (linux-386-cgo), const IP_RECVRETOPTS = 7 +pkg syscall (linux-386-cgo), const IP_RECVTOS = 13 +pkg syscall (linux-386-cgo), const IP_RECVTTL = 12 +pkg syscall (linux-386-cgo), const IP_RETOPTS = 7 +pkg syscall (linux-386-cgo), const IP_RF = 32768 +pkg syscall (linux-386-cgo), const IP_ROUTER_ALERT = 5 +pkg syscall (linux-386-cgo), const IP_TOS = 1 +pkg syscall (linux-386-cgo), const IP_TRANSPARENT = 19 +pkg syscall (linux-386-cgo), const IP_TTL = 2 +pkg syscall (linux-386-cgo), const IP_UNBLOCK_SOURCE = 37 +pkg syscall (linux-386-cgo), const IP_XFRM_POLICY = 17 +pkg syscall (linux-386-cgo), const ISIG = 1 +pkg syscall (linux-386-cgo), const ISTRIP = 32 +pkg syscall (linux-386-cgo), const IUCLC = 512 +pkg syscall (linux-386-cgo), const IUTF8 = 16384 +pkg syscall (linux-386-cgo), const IXANY = 2048 +pkg syscall (linux-386-cgo), const IXOFF = 4096 +pkg syscall (linux-386-cgo), const IXON = 1024 +pkg syscall (linux-386-cgo), const ImplementsGetwd = true +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469 +pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC2 = 672274793 +pkg syscall (linux-386-cgo), const LOCK_EX = 2 +pkg syscall (linux-386-cgo), const LOCK_NB = 4 +pkg syscall (linux-386-cgo), const LOCK_SH = 1 +pkg syscall (linux-386-cgo), const LOCK_UN = 8 +pkg syscall (linux-386-cgo), const MADV_DOFORK = 11 +pkg syscall (linux-386-cgo), const MADV_DONTFORK = 10 +pkg syscall (linux-386-cgo), const MADV_DONTNEED = 4 +pkg syscall (linux-386-cgo), const MADV_HUGEPAGE = 14 +pkg syscall (linux-386-cgo), const MADV_HWPOISON = 100 +pkg syscall (linux-386-cgo), const MADV_MERGEABLE = 12 +pkg syscall (linux-386-cgo), const MADV_NOHUGEPAGE = 15 +pkg syscall (linux-386-cgo), const MADV_NORMAL = 0 +pkg syscall (linux-386-cgo), const MADV_RANDOM = 1 +pkg syscall (linux-386-cgo), const MADV_REMOVE = 9 +pkg syscall (linux-386-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (linux-386-cgo), const MADV_UNMERGEABLE = 13 +pkg syscall (linux-386-cgo), const MADV_WILLNEED = 3 +pkg syscall (linux-386-cgo), const MAP_32BIT = 64 +pkg syscall (linux-386-cgo), const MAP_ANON = 32 +pkg syscall (linux-386-cgo), const MAP_ANONYMOUS = 32 +pkg syscall (linux-386-cgo), const MAP_DENYWRITE = 2048 +pkg syscall (linux-386-cgo), const MAP_EXECUTABLE = 4096 +pkg syscall (linux-386-cgo), const MAP_FILE = 0 +pkg syscall (linux-386-cgo), const MAP_FIXED = 16 +pkg syscall (linux-386-cgo), const MAP_GROWSDOWN = 256 +pkg syscall (linux-386-cgo), const MAP_HUGETLB = 262144 +pkg syscall (linux-386-cgo), const MAP_LOCKED = 8192 +pkg syscall (linux-386-cgo), const MAP_NONBLOCK = 65536 +pkg syscall (linux-386-cgo), const MAP_NORESERVE = 16384 +pkg syscall (linux-386-cgo), const MAP_POPULATE = 32768 +pkg syscall (linux-386-cgo), const MAP_PRIVATE = 2 +pkg syscall (linux-386-cgo), const MAP_SHARED = 1 +pkg syscall (linux-386-cgo), const MAP_STACK = 131072 +pkg syscall (linux-386-cgo), const MAP_TYPE = 15 +pkg syscall (linux-386-cgo), const MCL_CURRENT = 1 +pkg syscall (linux-386-cgo), const MCL_FUTURE = 2 +pkg syscall (linux-386-cgo), const MNT_DETACH = 2 +pkg syscall (linux-386-cgo), const MNT_EXPIRE = 4 +pkg syscall (linux-386-cgo), const MNT_FORCE = 1 +pkg syscall (linux-386-cgo), const MSG_CMSG_CLOEXEC = 1073741824 +pkg syscall (linux-386-cgo), const MSG_CONFIRM = 2048 +pkg syscall (linux-386-cgo), const MSG_CTRUNC = 8 +pkg syscall (linux-386-cgo), const MSG_DONTROUTE = 4 +pkg syscall (linux-386-cgo), const MSG_DONTWAIT = 64 +pkg syscall (linux-386-cgo), const MSG_EOR = 128 +pkg syscall (linux-386-cgo), const MSG_ERRQUEUE = 8192 +pkg syscall (linux-386-cgo), const MSG_FASTOPEN = 536870912 +pkg syscall (linux-386-cgo), const MSG_FASTOPEN ideal-int +pkg syscall (linux-386-cgo), const MSG_FIN = 512 +pkg syscall (linux-386-cgo), const MSG_MORE = 32768 +pkg syscall (linux-386-cgo), const MSG_NOSIGNAL = 16384 +pkg syscall (linux-386-cgo), const MSG_OOB = 1 +pkg syscall (linux-386-cgo), const MSG_PEEK = 2 +pkg syscall (linux-386-cgo), const MSG_PROXY = 16 +pkg syscall (linux-386-cgo), const MSG_RST = 4096 +pkg syscall (linux-386-cgo), const MSG_SYN = 1024 +pkg syscall (linux-386-cgo), const MSG_TRUNC = 32 +pkg syscall (linux-386-cgo), const MSG_TRYHARD = 4 +pkg syscall (linux-386-cgo), const MSG_WAITALL = 256 +pkg syscall (linux-386-cgo), const MSG_WAITFORONE = 65536 +pkg syscall (linux-386-cgo), const MS_ACTIVE = 1073741824 +pkg syscall (linux-386-cgo), const MS_ASYNC = 1 +pkg syscall (linux-386-cgo), const MS_BIND = 4096 +pkg syscall (linux-386-cgo), const MS_DIRSYNC = 128 +pkg syscall (linux-386-cgo), const MS_INVALIDATE = 2 +pkg syscall (linux-386-cgo), const MS_I_VERSION = 8388608 +pkg syscall (linux-386-cgo), const MS_KERNMOUNT = 4194304 +pkg syscall (linux-386-cgo), const MS_MANDLOCK = 64 +pkg syscall (linux-386-cgo), const MS_MGC_MSK = 4294901760 +pkg syscall (linux-386-cgo), const MS_MGC_VAL = 3236757504 +pkg syscall (linux-386-cgo), const MS_MOVE = 8192 +pkg syscall (linux-386-cgo), const MS_NOATIME = 1024 +pkg syscall (linux-386-cgo), const MS_NODEV = 4 +pkg syscall (linux-386-cgo), const MS_NODIRATIME = 2048 +pkg syscall (linux-386-cgo), const MS_NOEXEC = 8 +pkg syscall (linux-386-cgo), const MS_NOSUID = 2 +pkg syscall (linux-386-cgo), const MS_NOUSER = -2147483648 +pkg syscall (linux-386-cgo), const MS_POSIXACL = 65536 +pkg syscall (linux-386-cgo), const MS_PRIVATE = 262144 +pkg syscall (linux-386-cgo), const MS_RDONLY = 1 +pkg syscall (linux-386-cgo), const MS_REC = 16384 +pkg syscall (linux-386-cgo), const MS_RELATIME = 2097152 +pkg syscall (linux-386-cgo), const MS_REMOUNT = 32 +pkg syscall (linux-386-cgo), const MS_RMT_MASK = 8388689 +pkg syscall (linux-386-cgo), const MS_SHARED = 1048576 +pkg syscall (linux-386-cgo), const MS_SILENT = 32768 +pkg syscall (linux-386-cgo), const MS_SLAVE = 524288 +pkg syscall (linux-386-cgo), const MS_STRICTATIME = 16777216 +pkg syscall (linux-386-cgo), const MS_SYNC = 4 +pkg syscall (linux-386-cgo), const MS_SYNCHRONOUS = 16 +pkg syscall (linux-386-cgo), const MS_UNBINDABLE = 131072 +pkg syscall (linux-386-cgo), const NAME_MAX = 255 +pkg syscall (linux-386-cgo), const NETLINK_ADD_MEMBERSHIP = 1 +pkg syscall (linux-386-cgo), const NETLINK_AUDIT = 9 +pkg syscall (linux-386-cgo), const NETLINK_BROADCAST_ERROR = 4 +pkg syscall (linux-386-cgo), const NETLINK_CONNECTOR = 11 +pkg syscall (linux-386-cgo), const NETLINK_DNRTMSG = 14 +pkg syscall (linux-386-cgo), const NETLINK_DROP_MEMBERSHIP = 2 +pkg syscall (linux-386-cgo), const NETLINK_ECRYPTFS = 19 +pkg syscall (linux-386-cgo), const NETLINK_FIB_LOOKUP = 10 +pkg syscall (linux-386-cgo), const NETLINK_FIREWALL = 3 +pkg syscall (linux-386-cgo), const NETLINK_GENERIC = 16 +pkg syscall (linux-386-cgo), const NETLINK_INET_DIAG = 4 +pkg syscall (linux-386-cgo), const NETLINK_IP6_FW = 13 +pkg syscall (linux-386-cgo), const NETLINK_ISCSI = 8 +pkg syscall (linux-386-cgo), const NETLINK_KOBJECT_UEVENT = 15 +pkg syscall (linux-386-cgo), const NETLINK_NETFILTER = 12 +pkg syscall (linux-386-cgo), const NETLINK_NFLOG = 5 +pkg syscall (linux-386-cgo), const NETLINK_NO_ENOBUFS = 5 +pkg syscall (linux-386-cgo), const NETLINK_PKTINFO = 3 +pkg syscall (linux-386-cgo), const NETLINK_ROUTE = 0 +pkg syscall (linux-386-cgo), const NETLINK_SCSITRANSPORT = 18 +pkg syscall (linux-386-cgo), const NETLINK_SELINUX = 7 +pkg syscall (linux-386-cgo), const NETLINK_UNUSED = 1 +pkg syscall (linux-386-cgo), const NETLINK_USERSOCK = 2 +pkg syscall (linux-386-cgo), const NETLINK_XFRM = 6 +pkg syscall (linux-386-cgo), const NLA_ALIGNTO = 4 +pkg syscall (linux-386-cgo), const NLA_F_NESTED = 32768 +pkg syscall (linux-386-cgo), const NLA_F_NET_BYTEORDER = 16384 +pkg syscall (linux-386-cgo), const NLA_HDRLEN = 4 +pkg syscall (linux-386-cgo), const NLMSG_ALIGNTO = 4 +pkg syscall (linux-386-cgo), const NLMSG_DONE = 3 +pkg syscall (linux-386-cgo), const NLMSG_ERROR = 2 +pkg syscall (linux-386-cgo), const NLMSG_HDRLEN = 16 +pkg syscall (linux-386-cgo), const NLMSG_MIN_TYPE = 16 +pkg syscall (linux-386-cgo), const NLMSG_NOOP = 1 +pkg syscall (linux-386-cgo), const NLMSG_OVERRUN = 4 +pkg syscall (linux-386-cgo), const NLM_F_ACK = 4 +pkg syscall (linux-386-cgo), const NLM_F_APPEND = 2048 +pkg syscall (linux-386-cgo), const NLM_F_ATOMIC = 1024 +pkg syscall (linux-386-cgo), const NLM_F_CREATE = 1024 +pkg syscall (linux-386-cgo), const NLM_F_DUMP = 768 +pkg syscall (linux-386-cgo), const NLM_F_ECHO = 8 +pkg syscall (linux-386-cgo), const NLM_F_EXCL = 512 +pkg syscall (linux-386-cgo), const NLM_F_MATCH = 512 +pkg syscall (linux-386-cgo), const NLM_F_MULTI = 2 +pkg syscall (linux-386-cgo), const NLM_F_REPLACE = 256 +pkg syscall (linux-386-cgo), const NLM_F_REQUEST = 1 +pkg syscall (linux-386-cgo), const NLM_F_ROOT = 256 +pkg syscall (linux-386-cgo), const NOFLSH = 128 +pkg syscall (linux-386-cgo), const OCRNL = 8 +pkg syscall (linux-386-cgo), const OFDEL = 128 +pkg syscall (linux-386-cgo), const OFILL = 64 +pkg syscall (linux-386-cgo), const OLCUC = 2 +pkg syscall (linux-386-cgo), const ONLCR = 4 +pkg syscall (linux-386-cgo), const ONLRET = 32 +pkg syscall (linux-386-cgo), const ONOCR = 16 +pkg syscall (linux-386-cgo), const OPOST = 1 +pkg syscall (linux-386-cgo), const O_ACCMODE = 3 +pkg syscall (linux-386-cgo), const O_APPEND = 1024 +pkg syscall (linux-386-cgo), const O_ASYNC = 8192 +pkg syscall (linux-386-cgo), const O_CLOEXEC = 524288 +pkg syscall (linux-386-cgo), const O_CREAT = 64 +pkg syscall (linux-386-cgo), const O_DIRECT = 16384 +pkg syscall (linux-386-cgo), const O_DIRECTORY = 65536 +pkg syscall (linux-386-cgo), const O_DSYNC = 4096 +pkg syscall (linux-386-cgo), const O_EXCL = 128 +pkg syscall (linux-386-cgo), const O_FSYNC = 1052672 +pkg syscall (linux-386-cgo), const O_LARGEFILE = 32768 +pkg syscall (linux-386-cgo), const O_NDELAY = 2048 +pkg syscall (linux-386-cgo), const O_NOATIME = 262144 +pkg syscall (linux-386-cgo), const O_NOCTTY = 256 +pkg syscall (linux-386-cgo), const O_NOFOLLOW = 131072 +pkg syscall (linux-386-cgo), const O_NONBLOCK = 2048 +pkg syscall (linux-386-cgo), const O_RSYNC = 1052672 +pkg syscall (linux-386-cgo), const O_SYNC = 1052672 +pkg syscall (linux-386-cgo), const O_TRUNC = 512 +pkg syscall (linux-386-cgo), const PACKET_ADD_MEMBERSHIP = 1 +pkg syscall (linux-386-cgo), const PACKET_BROADCAST = 1 +pkg syscall (linux-386-cgo), const PACKET_DROP_MEMBERSHIP = 2 +pkg syscall (linux-386-cgo), const PACKET_FASTROUTE = 6 +pkg syscall (linux-386-cgo), const PACKET_HOST = 0 +pkg syscall (linux-386-cgo), const PACKET_LOOPBACK = 5 +pkg syscall (linux-386-cgo), const PACKET_MR_ALLMULTI = 2 +pkg syscall (linux-386-cgo), const PACKET_MR_MULTICAST = 0 +pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC = 1 +pkg syscall (linux-386-cgo), const PACKET_MULTICAST = 2 +pkg syscall (linux-386-cgo), const PACKET_OTHERHOST = 3 +pkg syscall (linux-386-cgo), const PACKET_OUTGOING = 4 +pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT = 3 +pkg syscall (linux-386-cgo), const PACKET_RX_RING = 5 +pkg syscall (linux-386-cgo), const PACKET_STATISTICS = 6 +pkg syscall (linux-386-cgo), const PARENB = 256 +pkg syscall (linux-386-cgo), const PARMRK = 8 +pkg syscall (linux-386-cgo), const PARODD = 512 +pkg syscall (linux-386-cgo), const PENDIN = 16384 +pkg syscall (linux-386-cgo), const PROT_EXEC = 4 +pkg syscall (linux-386-cgo), const PROT_GROWSDOWN = 16777216 +pkg syscall (linux-386-cgo), const PROT_GROWSUP = 33554432 +pkg syscall (linux-386-cgo), const PROT_NONE = 0 +pkg syscall (linux-386-cgo), const PROT_READ = 1 +pkg syscall (linux-386-cgo), const PROT_WRITE = 2 +pkg syscall (linux-386-cgo), const PR_CAPBSET_DROP = 24 +pkg syscall (linux-386-cgo), const PR_CAPBSET_READ = 23 +pkg syscall (linux-386-cgo), const PR_ENDIAN_BIG = 0 +pkg syscall (linux-386-cgo), const PR_ENDIAN_LITTLE = 1 +pkg syscall (linux-386-cgo), const PR_ENDIAN_PPC_LITTLE = 2 +pkg syscall (linux-386-cgo), const PR_FPEMU_NOPRINT = 1 +pkg syscall (linux-386-cgo), const PR_FPEMU_SIGFPE = 2 +pkg syscall (linux-386-cgo), const PR_FP_EXC_ASYNC = 2 +pkg syscall (linux-386-cgo), const PR_FP_EXC_DISABLED = 0 +pkg syscall (linux-386-cgo), const PR_FP_EXC_DIV = 65536 +pkg syscall (linux-386-cgo), const PR_FP_EXC_INV = 1048576 +pkg syscall (linux-386-cgo), const PR_FP_EXC_NONRECOV = 1 +pkg syscall (linux-386-cgo), const PR_FP_EXC_OVF = 131072 +pkg syscall (linux-386-cgo), const PR_FP_EXC_PRECISE = 3 +pkg syscall (linux-386-cgo), const PR_FP_EXC_RES = 524288 +pkg syscall (linux-386-cgo), const PR_FP_EXC_SW_ENABLE = 128 +pkg syscall (linux-386-cgo), const PR_FP_EXC_UND = 262144 +pkg syscall (linux-386-cgo), const PR_GET_DUMPABLE = 3 +pkg syscall (linux-386-cgo), const PR_GET_ENDIAN = 19 +pkg syscall (linux-386-cgo), const PR_GET_FPEMU = 9 +pkg syscall (linux-386-cgo), const PR_GET_FPEXC = 11 +pkg syscall (linux-386-cgo), const PR_GET_KEEPCAPS = 7 +pkg syscall (linux-386-cgo), const PR_GET_NAME = 16 +pkg syscall (linux-386-cgo), const PR_GET_PDEATHSIG = 2 +pkg syscall (linux-386-cgo), const PR_GET_SECCOMP = 21 +pkg syscall (linux-386-cgo), const PR_GET_SECUREBITS = 27 +pkg syscall (linux-386-cgo), const PR_GET_TIMERSLACK = 30 +pkg syscall (linux-386-cgo), const PR_GET_TIMING = 13 +pkg syscall (linux-386-cgo), const PR_GET_TSC = 25 +pkg syscall (linux-386-cgo), const PR_GET_UNALIGN = 5 +pkg syscall (linux-386-cgo), const PR_MCE_KILL = 33 +pkg syscall (linux-386-cgo), const PR_MCE_KILL_CLEAR = 0 +pkg syscall (linux-386-cgo), const PR_MCE_KILL_DEFAULT = 2 +pkg syscall (linux-386-cgo), const PR_MCE_KILL_EARLY = 1 +pkg syscall (linux-386-cgo), const PR_MCE_KILL_GET = 34 +pkg syscall (linux-386-cgo), const PR_MCE_KILL_LATE = 0 +pkg syscall (linux-386-cgo), const PR_MCE_KILL_SET = 1 +pkg syscall (linux-386-cgo), const PR_SET_DUMPABLE = 4 +pkg syscall (linux-386-cgo), const PR_SET_ENDIAN = 20 +pkg syscall (linux-386-cgo), const PR_SET_FPEMU = 10 +pkg syscall (linux-386-cgo), const PR_SET_FPEXC = 12 +pkg syscall (linux-386-cgo), const PR_SET_KEEPCAPS = 8 +pkg syscall (linux-386-cgo), const PR_SET_NAME = 15 +pkg syscall (linux-386-cgo), const PR_SET_PDEATHSIG = 1 +pkg syscall (linux-386-cgo), const PR_SET_PTRACER = 1499557217 +pkg syscall (linux-386-cgo), const PR_SET_SECCOMP = 22 +pkg syscall (linux-386-cgo), const PR_SET_SECUREBITS = 28 +pkg syscall (linux-386-cgo), const PR_SET_TIMERSLACK = 29 +pkg syscall (linux-386-cgo), const PR_SET_TIMING = 14 +pkg syscall (linux-386-cgo), const PR_SET_TSC = 26 +pkg syscall (linux-386-cgo), const PR_SET_UNALIGN = 6 +pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31 +pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32 +pkg syscall (linux-386-cgo), const PR_TIMING_STATISTICAL = 0 +pkg syscall (linux-386-cgo), const PR_TIMING_TIMESTAMP = 1 +pkg syscall (linux-386-cgo), const PR_TSC_ENABLE = 1 +pkg syscall (linux-386-cgo), const PR_TSC_SIGSEGV = 2 +pkg syscall (linux-386-cgo), const PR_UNALIGN_NOPRINT = 1 +pkg syscall (linux-386-cgo), const PR_UNALIGN_SIGBUS = 2 +pkg syscall (linux-386-cgo), const PTRACE_ATTACH = 16 +pkg syscall (linux-386-cgo), const PTRACE_CONT = 7 +pkg syscall (linux-386-cgo), const PTRACE_DETACH = 17 +pkg syscall (linux-386-cgo), const PTRACE_EVENT_CLONE = 3 +pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXEC = 4 +pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXIT = 6 +pkg syscall (linux-386-cgo), const PTRACE_EVENT_FORK = 1 +pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK = 2 +pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK_DONE = 5 +pkg syscall (linux-386-cgo), const PTRACE_GETEVENTMSG = 16897 +pkg syscall (linux-386-cgo), const PTRACE_GETFPREGS = 14 +pkg syscall (linux-386-cgo), const PTRACE_GETFPXREGS = 18 +pkg syscall (linux-386-cgo), const PTRACE_GETREGS = 12 +pkg syscall (linux-386-cgo), const PTRACE_GETREGSET = 16900 +pkg syscall (linux-386-cgo), const PTRACE_GETSIGINFO = 16898 +pkg syscall (linux-386-cgo), const PTRACE_GET_THREAD_AREA = 25 +pkg syscall (linux-386-cgo), const PTRACE_KILL = 8 +pkg syscall (linux-386-cgo), const PTRACE_OLDSETOPTIONS = 21 +pkg syscall (linux-386-cgo), const PTRACE_O_MASK = 127 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACECLONE = 8 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXEC = 16 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXIT = 64 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEFORK = 2 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACESYSGOOD = 1 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORK = 4 +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORKDONE = 32 +pkg syscall (linux-386-cgo), const PTRACE_PEEKDATA = 2 +pkg syscall (linux-386-cgo), const PTRACE_PEEKTEXT = 1 +pkg syscall (linux-386-cgo), const PTRACE_PEEKUSR = 3 +pkg syscall (linux-386-cgo), const PTRACE_POKEDATA = 5 +pkg syscall (linux-386-cgo), const PTRACE_POKETEXT = 4 +pkg syscall (linux-386-cgo), const PTRACE_POKEUSR = 6 +pkg syscall (linux-386-cgo), const PTRACE_SETFPREGS = 15 +pkg syscall (linux-386-cgo), const PTRACE_SETFPXREGS = 19 +pkg syscall (linux-386-cgo), const PTRACE_SETOPTIONS = 16896 +pkg syscall (linux-386-cgo), const PTRACE_SETREGS = 13 +pkg syscall (linux-386-cgo), const PTRACE_SETREGSET = 16901 +pkg syscall (linux-386-cgo), const PTRACE_SETSIGINFO = 16899 +pkg syscall (linux-386-cgo), const PTRACE_SET_THREAD_AREA = 26 +pkg syscall (linux-386-cgo), const PTRACE_SINGLEBLOCK = 33 +pkg syscall (linux-386-cgo), const PTRACE_SINGLESTEP = 9 +pkg syscall (linux-386-cgo), const PTRACE_SYSCALL = 24 +pkg syscall (linux-386-cgo), const PTRACE_SYSEMU = 31 +pkg syscall (linux-386-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32 +pkg syscall (linux-386-cgo), const PTRACE_TRACEME = 0 +pkg syscall (linux-386-cgo), const PathMax = 4096 +pkg syscall (linux-386-cgo), const RLIMIT_AS = 9 +pkg syscall (linux-386-cgo), const RLIMIT_CORE = 4 +pkg syscall (linux-386-cgo), const RLIMIT_CPU = 0 +pkg syscall (linux-386-cgo), const RLIMIT_DATA = 2 +pkg syscall (linux-386-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (linux-386-cgo), const RLIMIT_NOFILE = 7 +pkg syscall (linux-386-cgo), const RLIMIT_STACK = 3 +pkg syscall (linux-386-cgo), const RLIM_INFINITY = -1 +pkg syscall (linux-386-cgo), const RTAX_ADVMSS = 8 +pkg syscall (linux-386-cgo), const RTAX_CWND = 7 +pkg syscall (linux-386-cgo), const RTAX_FEATURES = 12 +pkg syscall (linux-386-cgo), const RTAX_FEATURE_ALLFRAG = 8 +pkg syscall (linux-386-cgo), const RTAX_FEATURE_ECN = 1 +pkg syscall (linux-386-cgo), const RTAX_FEATURE_SACK = 2 +pkg syscall (linux-386-cgo), const RTAX_FEATURE_TIMESTAMP = 4 +pkg syscall (linux-386-cgo), const RTAX_HOPLIMIT = 10 +pkg syscall (linux-386-cgo), const RTAX_INITCWND = 11 +pkg syscall (linux-386-cgo), const RTAX_INITRWND = 14 +pkg syscall (linux-386-cgo), const RTAX_LOCK = 1 +pkg syscall (linux-386-cgo), const RTAX_MAX = 14 +pkg syscall (linux-386-cgo), const RTAX_MTU = 2 +pkg syscall (linux-386-cgo), const RTAX_REORDERING = 9 +pkg syscall (linux-386-cgo), const RTAX_RTO_MIN = 13 +pkg syscall (linux-386-cgo), const RTAX_RTT = 4 +pkg syscall (linux-386-cgo), const RTAX_RTTVAR = 5 +pkg syscall (linux-386-cgo), const RTAX_SSTHRESH = 6 +pkg syscall (linux-386-cgo), const RTAX_UNSPEC = 0 +pkg syscall (linux-386-cgo), const RTAX_WINDOW = 3 +pkg syscall (linux-386-cgo), const RTA_ALIGNTO = 4 +pkg syscall (linux-386-cgo), const RTA_CACHEINFO = 12 +pkg syscall (linux-386-cgo), const RTA_DST = 1 +pkg syscall (linux-386-cgo), const RTA_FLOW = 11 +pkg syscall (linux-386-cgo), const RTA_GATEWAY = 5 +pkg syscall (linux-386-cgo), const RTA_IIF = 3 +pkg syscall (linux-386-cgo), const RTA_MAX = 16 +pkg syscall (linux-386-cgo), const RTA_METRICS = 8 +pkg syscall (linux-386-cgo), const RTA_MULTIPATH = 9 +pkg syscall (linux-386-cgo), const RTA_OIF = 4 +pkg syscall (linux-386-cgo), const RTA_PREFSRC = 7 +pkg syscall (linux-386-cgo), const RTA_PRIORITY = 6 +pkg syscall (linux-386-cgo), const RTA_SRC = 2 +pkg syscall (linux-386-cgo), const RTA_TABLE = 15 +pkg syscall (linux-386-cgo), const RTA_UNSPEC = 0 +pkg syscall (linux-386-cgo), const RTCF_DIRECTSRC = 67108864 +pkg syscall (linux-386-cgo), const RTCF_DOREDIRECT = 16777216 +pkg syscall (linux-386-cgo), const RTCF_LOG = 33554432 +pkg syscall (linux-386-cgo), const RTCF_MASQ = 4194304 +pkg syscall (linux-386-cgo), const RTCF_NAT = 8388608 +pkg syscall (linux-386-cgo), const RTCF_VALVE = 2097152 +pkg syscall (linux-386-cgo), const RTF_ADDRCLASSMASK = 4160749568 +pkg syscall (linux-386-cgo), const RTF_ADDRCONF = 262144 +pkg syscall (linux-386-cgo), const RTF_ALLONLINK = 131072 +pkg syscall (linux-386-cgo), const RTF_BROADCAST = 268435456 +pkg syscall (linux-386-cgo), const RTF_CACHE = 16777216 +pkg syscall (linux-386-cgo), const RTF_DEFAULT = 65536 +pkg syscall (linux-386-cgo), const RTF_DYNAMIC = 16 +pkg syscall (linux-386-cgo), const RTF_FLOW = 33554432 +pkg syscall (linux-386-cgo), const RTF_GATEWAY = 2 +pkg syscall (linux-386-cgo), const RTF_HOST = 4 +pkg syscall (linux-386-cgo), const RTF_INTERFACE = 1073741824 +pkg syscall (linux-386-cgo), const RTF_IRTT = 256 +pkg syscall (linux-386-cgo), const RTF_LINKRT = 1048576 +pkg syscall (linux-386-cgo), const RTF_LOCAL = 2147483648 +pkg syscall (linux-386-cgo), const RTF_MODIFIED = 32 +pkg syscall (linux-386-cgo), const RTF_MSS = 64 +pkg syscall (linux-386-cgo), const RTF_MTU = 64 +pkg syscall (linux-386-cgo), const RTF_MULTICAST = 536870912 +pkg syscall (linux-386-cgo), const RTF_NAT = 134217728 +pkg syscall (linux-386-cgo), const RTF_NOFORWARD = 4096 +pkg syscall (linux-386-cgo), const RTF_NONEXTHOP = 2097152 +pkg syscall (linux-386-cgo), const RTF_NOPMTUDISC = 16384 +pkg syscall (linux-386-cgo), const RTF_POLICY = 67108864 +pkg syscall (linux-386-cgo), const RTF_REINSTATE = 8 +pkg syscall (linux-386-cgo), const RTF_REJECT = 512 +pkg syscall (linux-386-cgo), const RTF_STATIC = 1024 +pkg syscall (linux-386-cgo), const RTF_THROW = 8192 +pkg syscall (linux-386-cgo), const RTF_UP = 1 +pkg syscall (linux-386-cgo), const RTF_WINDOW = 128 +pkg syscall (linux-386-cgo), const RTF_XRESOLVE = 2048 +pkg syscall (linux-386-cgo), const RTM_BASE = 16 +pkg syscall (linux-386-cgo), const RTM_DELACTION = 49 +pkg syscall (linux-386-cgo), const RTM_DELADDR = 21 +pkg syscall (linux-386-cgo), const RTM_DELADDRLABEL = 73 +pkg syscall (linux-386-cgo), const RTM_DELLINK = 17 +pkg syscall (linux-386-cgo), const RTM_DELNEIGH = 29 +pkg syscall (linux-386-cgo), const RTM_DELQDISC = 37 +pkg syscall (linux-386-cgo), const RTM_DELROUTE = 25 +pkg syscall (linux-386-cgo), const RTM_DELRULE = 33 +pkg syscall (linux-386-cgo), const RTM_DELTCLASS = 41 +pkg syscall (linux-386-cgo), const RTM_DELTFILTER = 45 +pkg syscall (linux-386-cgo), const RTM_F_CLONED = 512 +pkg syscall (linux-386-cgo), const RTM_F_EQUALIZE = 1024 +pkg syscall (linux-386-cgo), const RTM_F_NOTIFY = 256 +pkg syscall (linux-386-cgo), const RTM_F_PREFIX = 2048 +pkg syscall (linux-386-cgo), const RTM_GETACTION = 50 +pkg syscall (linux-386-cgo), const RTM_GETADDR = 22 +pkg syscall (linux-386-cgo), const RTM_GETADDRLABEL = 74 +pkg syscall (linux-386-cgo), const RTM_GETANYCAST = 62 +pkg syscall (linux-386-cgo), const RTM_GETDCB = 78 +pkg syscall (linux-386-cgo), const RTM_GETLINK = 18 +pkg syscall (linux-386-cgo), const RTM_GETMULTICAST = 58 +pkg syscall (linux-386-cgo), const RTM_GETNEIGH = 30 +pkg syscall (linux-386-cgo), const RTM_GETNEIGHTBL = 66 +pkg syscall (linux-386-cgo), const RTM_GETQDISC = 38 +pkg syscall (linux-386-cgo), const RTM_GETROUTE = 26 +pkg syscall (linux-386-cgo), const RTM_GETRULE = 34 +pkg syscall (linux-386-cgo), const RTM_GETTCLASS = 42 +pkg syscall (linux-386-cgo), const RTM_GETTFILTER = 46 +pkg syscall (linux-386-cgo), const RTM_MAX = 79 +pkg syscall (linux-386-cgo), const RTM_NEWACTION = 48 +pkg syscall (linux-386-cgo), const RTM_NEWADDR = 20 +pkg syscall (linux-386-cgo), const RTM_NEWADDRLABEL = 72 +pkg syscall (linux-386-cgo), const RTM_NEWLINK = 16 +pkg syscall (linux-386-cgo), const RTM_NEWNDUSEROPT = 68 +pkg syscall (linux-386-cgo), const RTM_NEWNEIGH = 28 +pkg syscall (linux-386-cgo), const RTM_NEWNEIGHTBL = 64 +pkg syscall (linux-386-cgo), const RTM_NEWPREFIX = 52 +pkg syscall (linux-386-cgo), const RTM_NEWQDISC = 36 +pkg syscall (linux-386-cgo), const RTM_NEWROUTE = 24 +pkg syscall (linux-386-cgo), const RTM_NEWRULE = 32 +pkg syscall (linux-386-cgo), const RTM_NEWTCLASS = 40 +pkg syscall (linux-386-cgo), const RTM_NEWTFILTER = 44 +pkg syscall (linux-386-cgo), const RTM_NR_FAMILIES = 16 +pkg syscall (linux-386-cgo), const RTM_NR_MSGTYPES = 64 +pkg syscall (linux-386-cgo), const RTM_SETDCB = 79 +pkg syscall (linux-386-cgo), const RTM_SETLINK = 19 +pkg syscall (linux-386-cgo), const RTM_SETNEIGHTBL = 67 +pkg syscall (linux-386-cgo), const RTNH_ALIGNTO = 4 +pkg syscall (linux-386-cgo), const RTNH_F_DEAD = 1 +pkg syscall (linux-386-cgo), const RTNH_F_ONLINK = 4 +pkg syscall (linux-386-cgo), const RTNH_F_PERVASIVE = 2 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR = 5 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE = 6 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE = 7 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE = 8 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR = 9 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO = 12 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE = 10 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX = 18 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE = 11 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE = 19 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_LINK = 1 +pkg syscall (linux-386-cgo), const RTNLGRP_LINK ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT = 20 +pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH = 3 +pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_NONE = 0 +pkg syscall (linux-386-cgo), const RTNLGRP_NONE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY = 2 +pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_TC = 4 +pkg syscall (linux-386-cgo), const RTNLGRP_TC ideal-int +pkg syscall (linux-386-cgo), const RTN_ANYCAST = 4 +pkg syscall (linux-386-cgo), const RTN_BLACKHOLE = 6 +pkg syscall (linux-386-cgo), const RTN_BROADCAST = 3 +pkg syscall (linux-386-cgo), const RTN_LOCAL = 2 +pkg syscall (linux-386-cgo), const RTN_MAX = 11 +pkg syscall (linux-386-cgo), const RTN_MULTICAST = 5 +pkg syscall (linux-386-cgo), const RTN_NAT = 10 +pkg syscall (linux-386-cgo), const RTN_PROHIBIT = 8 +pkg syscall (linux-386-cgo), const RTN_THROW = 9 +pkg syscall (linux-386-cgo), const RTN_UNICAST = 1 +pkg syscall (linux-386-cgo), const RTN_UNREACHABLE = 7 +pkg syscall (linux-386-cgo), const RTN_UNSPEC = 0 +pkg syscall (linux-386-cgo), const RTN_XRESOLVE = 11 +pkg syscall (linux-386-cgo), const RTPROT_BIRD = 12 +pkg syscall (linux-386-cgo), const RTPROT_BOOT = 3 +pkg syscall (linux-386-cgo), const RTPROT_DHCP = 16 +pkg syscall (linux-386-cgo), const RTPROT_DNROUTED = 13 +pkg syscall (linux-386-cgo), const RTPROT_GATED = 8 +pkg syscall (linux-386-cgo), const RTPROT_KERNEL = 2 +pkg syscall (linux-386-cgo), const RTPROT_MRT = 10 +pkg syscall (linux-386-cgo), const RTPROT_NTK = 15 +pkg syscall (linux-386-cgo), const RTPROT_RA = 9 +pkg syscall (linux-386-cgo), const RTPROT_REDIRECT = 1 +pkg syscall (linux-386-cgo), const RTPROT_STATIC = 4 +pkg syscall (linux-386-cgo), const RTPROT_UNSPEC = 0 +pkg syscall (linux-386-cgo), const RTPROT_XORP = 14 +pkg syscall (linux-386-cgo), const RTPROT_ZEBRA = 11 +pkg syscall (linux-386-cgo), const RT_CLASS_DEFAULT = 253 +pkg syscall (linux-386-cgo), const RT_CLASS_LOCAL = 255 +pkg syscall (linux-386-cgo), const RT_CLASS_MAIN = 254 +pkg syscall (linux-386-cgo), const RT_CLASS_MAX = 255 +pkg syscall (linux-386-cgo), const RT_CLASS_UNSPEC = 0 +pkg syscall (linux-386-cgo), const RT_SCOPE_HOST = 254 +pkg syscall (linux-386-cgo), const RT_SCOPE_LINK = 253 +pkg syscall (linux-386-cgo), const RT_SCOPE_NOWHERE = 255 +pkg syscall (linux-386-cgo), const RT_SCOPE_SITE = 200 +pkg syscall (linux-386-cgo), const RT_SCOPE_UNIVERSE = 0 +pkg syscall (linux-386-cgo), const RT_TABLE_COMPAT = 252 +pkg syscall (linux-386-cgo), const RT_TABLE_DEFAULT = 253 +pkg syscall (linux-386-cgo), const RT_TABLE_LOCAL = 255 +pkg syscall (linux-386-cgo), const RT_TABLE_MAIN = 254 +pkg syscall (linux-386-cgo), const RT_TABLE_MAX = 4294967295 +pkg syscall (linux-386-cgo), const RT_TABLE_UNSPEC = 0 +pkg syscall (linux-386-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (linux-386-cgo), const RUSAGE_SELF = 0 +pkg syscall (linux-386-cgo), const RUSAGE_THREAD = 1 +pkg syscall (linux-386-cgo), const SCM_CREDENTIALS = 2 +pkg syscall (linux-386-cgo), const SCM_RIGHTS = 1 +pkg syscall (linux-386-cgo), const SCM_TIMESTAMP = 29 +pkg syscall (linux-386-cgo), const SCM_TIMESTAMPING = 37 +pkg syscall (linux-386-cgo), const SCM_TIMESTAMPNS = 35 +pkg syscall (linux-386-cgo), const SIGBUS = 7 +pkg syscall (linux-386-cgo), const SIGCHLD = 17 +pkg syscall (linux-386-cgo), const SIGCLD = 17 +pkg syscall (linux-386-cgo), const SIGCONT = 18 +pkg syscall (linux-386-cgo), const SIGIO = 29 +pkg syscall (linux-386-cgo), const SIGIOT = 6 +pkg syscall (linux-386-cgo), const SIGPOLL = 29 +pkg syscall (linux-386-cgo), const SIGPROF = 27 +pkg syscall (linux-386-cgo), const SIGPWR = 30 +pkg syscall (linux-386-cgo), const SIGSTKFLT = 16 +pkg syscall (linux-386-cgo), const SIGSTOP = 19 +pkg syscall (linux-386-cgo), const SIGSYS = 31 +pkg syscall (linux-386-cgo), const SIGTSTP = 20 +pkg syscall (linux-386-cgo), const SIGTTIN = 21 +pkg syscall (linux-386-cgo), const SIGTTOU = 22 +pkg syscall (linux-386-cgo), const SIGUNUSED = 31 +pkg syscall (linux-386-cgo), const SIGURG = 23 +pkg syscall (linux-386-cgo), const SIGUSR1 = 10 +pkg syscall (linux-386-cgo), const SIGUSR2 = 12 +pkg syscall (linux-386-cgo), const SIGVTALRM = 26 +pkg syscall (linux-386-cgo), const SIGWINCH = 28 +pkg syscall (linux-386-cgo), const SIGXCPU = 24 +pkg syscall (linux-386-cgo), const SIGXFSZ = 25 +pkg syscall (linux-386-cgo), const SIOCADDDLCI = 35200 +pkg syscall (linux-386-cgo), const SIOCADDMULTI = 35121 +pkg syscall (linux-386-cgo), const SIOCADDRT = 35083 +pkg syscall (linux-386-cgo), const SIOCATMARK = 35077 +pkg syscall (linux-386-cgo), const SIOCDARP = 35155 +pkg syscall (linux-386-cgo), const SIOCDELDLCI = 35201 +pkg syscall (linux-386-cgo), const SIOCDELMULTI = 35122 +pkg syscall (linux-386-cgo), const SIOCDELRT = 35084 +pkg syscall (linux-386-cgo), const SIOCDEVPRIVATE = 35312 +pkg syscall (linux-386-cgo), const SIOCDIFADDR = 35126 +pkg syscall (linux-386-cgo), const SIOCDRARP = 35168 +pkg syscall (linux-386-cgo), const SIOCGARP = 35156 +pkg syscall (linux-386-cgo), const SIOCGIFADDR = 35093 +pkg syscall (linux-386-cgo), const SIOCGIFBR = 35136 +pkg syscall (linux-386-cgo), const SIOCGIFBRDADDR = 35097 +pkg syscall (linux-386-cgo), const SIOCGIFCONF = 35090 +pkg syscall (linux-386-cgo), const SIOCGIFCOUNT = 35128 +pkg syscall (linux-386-cgo), const SIOCGIFDSTADDR = 35095 +pkg syscall (linux-386-cgo), const SIOCGIFENCAP = 35109 +pkg syscall (linux-386-cgo), const SIOCGIFFLAGS = 35091 +pkg syscall (linux-386-cgo), const SIOCGIFHWADDR = 35111 +pkg syscall (linux-386-cgo), const SIOCGIFINDEX = 35123 +pkg syscall (linux-386-cgo), const SIOCGIFMAP = 35184 +pkg syscall (linux-386-cgo), const SIOCGIFMEM = 35103 +pkg syscall (linux-386-cgo), const SIOCGIFMETRIC = 35101 +pkg syscall (linux-386-cgo), const SIOCGIFMTU = 35105 +pkg syscall (linux-386-cgo), const SIOCGIFNAME = 35088 +pkg syscall (linux-386-cgo), const SIOCGIFNETMASK = 35099 +pkg syscall (linux-386-cgo), const SIOCGIFPFLAGS = 35125 +pkg syscall (linux-386-cgo), const SIOCGIFSLAVE = 35113 +pkg syscall (linux-386-cgo), const SIOCGIFTXQLEN = 35138 +pkg syscall (linux-386-cgo), const SIOCGPGRP = 35076 +pkg syscall (linux-386-cgo), const SIOCGRARP = 35169 +pkg syscall (linux-386-cgo), const SIOCGSTAMP = 35078 +pkg syscall (linux-386-cgo), const SIOCGSTAMPNS = 35079 +pkg syscall (linux-386-cgo), const SIOCPROTOPRIVATE = 35296 +pkg syscall (linux-386-cgo), const SIOCRTMSG = 35085 +pkg syscall (linux-386-cgo), const SIOCSARP = 35157 +pkg syscall (linux-386-cgo), const SIOCSIFADDR = 35094 +pkg syscall (linux-386-cgo), const SIOCSIFBR = 35137 +pkg syscall (linux-386-cgo), const SIOCSIFBRDADDR = 35098 +pkg syscall (linux-386-cgo), const SIOCSIFDSTADDR = 35096 +pkg syscall (linux-386-cgo), const SIOCSIFENCAP = 35110 +pkg syscall (linux-386-cgo), const SIOCSIFFLAGS = 35092 +pkg syscall (linux-386-cgo), const SIOCSIFHWADDR = 35108 +pkg syscall (linux-386-cgo), const SIOCSIFHWBROADCAST = 35127 +pkg syscall (linux-386-cgo), const SIOCSIFLINK = 35089 +pkg syscall (linux-386-cgo), const SIOCSIFMAP = 35185 +pkg syscall (linux-386-cgo), const SIOCSIFMEM = 35104 +pkg syscall (linux-386-cgo), const SIOCSIFMETRIC = 35102 +pkg syscall (linux-386-cgo), const SIOCSIFMTU = 35106 +pkg syscall (linux-386-cgo), const SIOCSIFNAME = 35107 +pkg syscall (linux-386-cgo), const SIOCSIFNETMASK = 35100 +pkg syscall (linux-386-cgo), const SIOCSIFPFLAGS = 35124 +pkg syscall (linux-386-cgo), const SIOCSIFSLAVE = 35120 +pkg syscall (linux-386-cgo), const SIOCSIFTXQLEN = 35139 +pkg syscall (linux-386-cgo), const SIOCSPGRP = 35074 +pkg syscall (linux-386-cgo), const SIOCSRARP = 35170 +pkg syscall (linux-386-cgo), const SOCK_CLOEXEC = 524288 +pkg syscall (linux-386-cgo), const SOCK_DCCP = 6 +pkg syscall (linux-386-cgo), const SOCK_NONBLOCK = 2048 +pkg syscall (linux-386-cgo), const SOCK_PACKET = 10 +pkg syscall (linux-386-cgo), const SOCK_RDM = 4 +pkg syscall (linux-386-cgo), const SOL_AAL = 265 +pkg syscall (linux-386-cgo), const SOL_ATM = 264 +pkg syscall (linux-386-cgo), const SOL_DECNET = 261 +pkg syscall (linux-386-cgo), const SOL_ICMPV6 = 58 +pkg syscall (linux-386-cgo), const SOL_IP = 0 +pkg syscall (linux-386-cgo), const SOL_IPV6 = 41 +pkg syscall (linux-386-cgo), const SOL_IRDA = 266 +pkg syscall (linux-386-cgo), const SOL_PACKET = 263 +pkg syscall (linux-386-cgo), const SOL_RAW = 255 +pkg syscall (linux-386-cgo), const SOL_SOCKET = 1 +pkg syscall (linux-386-cgo), const SOL_TCP = 6 +pkg syscall (linux-386-cgo), const SOL_X25 = 262 +pkg syscall (linux-386-cgo), const SOMAXCONN = 128 +pkg syscall (linux-386-cgo), const SO_ACCEPTCONN = 30 +pkg syscall (linux-386-cgo), const SO_ATTACH_FILTER = 26 +pkg syscall (linux-386-cgo), const SO_BINDTODEVICE = 25 +pkg syscall (linux-386-cgo), const SO_BROADCAST = 6 +pkg syscall (linux-386-cgo), const SO_BSDCOMPAT = 14 +pkg syscall (linux-386-cgo), const SO_DEBUG = 1 +pkg syscall (linux-386-cgo), const SO_DETACH_FILTER = 27 +pkg syscall (linux-386-cgo), const SO_DOMAIN = 39 +pkg syscall (linux-386-cgo), const SO_DONTROUTE = 5 +pkg syscall (linux-386-cgo), const SO_ERROR = 4 +pkg syscall (linux-386-cgo), const SO_KEEPALIVE = 9 +pkg syscall (linux-386-cgo), const SO_LINGER = 13 +pkg syscall (linux-386-cgo), const SO_MARK = 36 +pkg syscall (linux-386-cgo), const SO_NO_CHECK = 11 +pkg syscall (linux-386-cgo), const SO_OOBINLINE = 10 +pkg syscall (linux-386-cgo), const SO_PASSCRED = 16 +pkg syscall (linux-386-cgo), const SO_PASSSEC = 34 +pkg syscall (linux-386-cgo), const SO_PEERCRED = 17 +pkg syscall (linux-386-cgo), const SO_PEERNAME = 28 +pkg syscall (linux-386-cgo), const SO_PEERSEC = 31 +pkg syscall (linux-386-cgo), const SO_PRIORITY = 12 +pkg syscall (linux-386-cgo), const SO_PROTOCOL = 38 +pkg syscall (linux-386-cgo), const SO_RCVBUF = 8 +pkg syscall (linux-386-cgo), const SO_RCVBUFFORCE = 33 +pkg syscall (linux-386-cgo), const SO_RCVLOWAT = 18 +pkg syscall (linux-386-cgo), const SO_RCVTIMEO = 20 +pkg syscall (linux-386-cgo), const SO_REUSEADDR = 2 +pkg syscall (linux-386-cgo), const SO_RXQ_OVFL = 40 +pkg syscall (linux-386-cgo), const SO_SECURITY_AUTHENTICATION = 22 +pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24 +pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23 +pkg syscall (linux-386-cgo), const SO_SNDBUF = 7 +pkg syscall (linux-386-cgo), const SO_SNDBUFFORCE = 32 +pkg syscall (linux-386-cgo), const SO_SNDLOWAT = 19 +pkg syscall (linux-386-cgo), const SO_SNDTIMEO = 21 +pkg syscall (linux-386-cgo), const SO_TIMESTAMP = 29 +pkg syscall (linux-386-cgo), const SO_TIMESTAMPING = 37 +pkg syscall (linux-386-cgo), const SO_TIMESTAMPNS = 35 +pkg syscall (linux-386-cgo), const SO_TYPE = 3 +pkg syscall (linux-386-cgo), const SYS_ACCESS = 33 +pkg syscall (linux-386-cgo), const SYS_ACCT = 51 +pkg syscall (linux-386-cgo), const SYS_ADD_KEY = 286 +pkg syscall (linux-386-cgo), const SYS_ADJTIMEX = 124 +pkg syscall (linux-386-cgo), const SYS_AFS_SYSCALL = 137 +pkg syscall (linux-386-cgo), const SYS_ALARM = 27 +pkg syscall (linux-386-cgo), const SYS_BDFLUSH = 134 +pkg syscall (linux-386-cgo), const SYS_BREAK = 17 +pkg syscall (linux-386-cgo), const SYS_BRK = 45 +pkg syscall (linux-386-cgo), const SYS_CAPGET = 184 +pkg syscall (linux-386-cgo), const SYS_CAPSET = 185 +pkg syscall (linux-386-cgo), const SYS_CHDIR = 12 +pkg syscall (linux-386-cgo), const SYS_CHMOD = 15 +pkg syscall (linux-386-cgo), const SYS_CHOWN = 182 +pkg syscall (linux-386-cgo), const SYS_CHOWN32 = 212 +pkg syscall (linux-386-cgo), const SYS_CHROOT = 61 +pkg syscall (linux-386-cgo), const SYS_CLOCK_GETRES = 266 +pkg syscall (linux-386-cgo), const SYS_CLOCK_GETTIME = 265 +pkg syscall (linux-386-cgo), const SYS_CLOCK_NANOSLEEP = 267 +pkg syscall (linux-386-cgo), const SYS_CLOCK_SETTIME = 264 +pkg syscall (linux-386-cgo), const SYS_CLONE = 120 +pkg syscall (linux-386-cgo), const SYS_CLOSE = 6 +pkg syscall (linux-386-cgo), const SYS_CREAT = 8 +pkg syscall (linux-386-cgo), const SYS_CREATE_MODULE = 127 +pkg syscall (linux-386-cgo), const SYS_DELETE_MODULE = 129 +pkg syscall (linux-386-cgo), const SYS_DUP = 41 +pkg syscall (linux-386-cgo), const SYS_DUP2 = 63 +pkg syscall (linux-386-cgo), const SYS_DUP3 = 330 +pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE = 254 +pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE1 = 329 +pkg syscall (linux-386-cgo), const SYS_EPOLL_CTL = 255 +pkg syscall (linux-386-cgo), const SYS_EPOLL_PWAIT = 319 +pkg syscall (linux-386-cgo), const SYS_EPOLL_WAIT = 256 +pkg syscall (linux-386-cgo), const SYS_EVENTFD = 323 +pkg syscall (linux-386-cgo), const SYS_EVENTFD2 = 328 +pkg syscall (linux-386-cgo), const SYS_EXECVE = 11 +pkg syscall (linux-386-cgo), const SYS_EXIT = 1 +pkg syscall (linux-386-cgo), const SYS_EXIT_GROUP = 252 +pkg syscall (linux-386-cgo), const SYS_FACCESSAT = 307 +pkg syscall (linux-386-cgo), const SYS_FADVISE64 = 250 +pkg syscall (linux-386-cgo), const SYS_FADVISE64_64 = 272 +pkg syscall (linux-386-cgo), const SYS_FALLOCATE = 324 +pkg syscall (linux-386-cgo), const SYS_FANOTIFY_INIT = 338 +pkg syscall (linux-386-cgo), const SYS_FANOTIFY_MARK = 339 +pkg syscall (linux-386-cgo), const SYS_FCHDIR = 133 +pkg syscall (linux-386-cgo), const SYS_FCHMOD = 94 +pkg syscall (linux-386-cgo), const SYS_FCHMODAT = 306 +pkg syscall (linux-386-cgo), const SYS_FCHOWN = 95 +pkg syscall (linux-386-cgo), const SYS_FCHOWN32 = 207 +pkg syscall (linux-386-cgo), const SYS_FCHOWNAT = 298 +pkg syscall (linux-386-cgo), const SYS_FCNTL = 55 +pkg syscall (linux-386-cgo), const SYS_FCNTL64 = 221 +pkg syscall (linux-386-cgo), const SYS_FDATASYNC = 148 +pkg syscall (linux-386-cgo), const SYS_FGETXATTR = 231 +pkg syscall (linux-386-cgo), const SYS_FLISTXATTR = 234 +pkg syscall (linux-386-cgo), const SYS_FLOCK = 143 +pkg syscall (linux-386-cgo), const SYS_FORK = 2 +pkg syscall (linux-386-cgo), const SYS_FREMOVEXATTR = 237 +pkg syscall (linux-386-cgo), const SYS_FSETXATTR = 228 +pkg syscall (linux-386-cgo), const SYS_FSTAT = 108 +pkg syscall (linux-386-cgo), const SYS_FSTAT64 = 197 +pkg syscall (linux-386-cgo), const SYS_FSTATAT64 = 300 +pkg syscall (linux-386-cgo), const SYS_FSTATFS = 100 +pkg syscall (linux-386-cgo), const SYS_FSTATFS64 = 269 +pkg syscall (linux-386-cgo), const SYS_FSYNC = 118 +pkg syscall (linux-386-cgo), const SYS_FTIME = 35 +pkg syscall (linux-386-cgo), const SYS_FTRUNCATE = 93 +pkg syscall (linux-386-cgo), const SYS_FTRUNCATE64 = 194 +pkg syscall (linux-386-cgo), const SYS_FUTEX = 240 +pkg syscall (linux-386-cgo), const SYS_FUTIMESAT = 299 +pkg syscall (linux-386-cgo), const SYS_GETCPU = 318 +pkg syscall (linux-386-cgo), const SYS_GETCWD = 183 +pkg syscall (linux-386-cgo), const SYS_GETDENTS = 141 +pkg syscall (linux-386-cgo), const SYS_GETDENTS64 = 220 +pkg syscall (linux-386-cgo), const SYS_GETEGID = 50 +pkg syscall (linux-386-cgo), const SYS_GETEGID32 = 202 +pkg syscall (linux-386-cgo), const SYS_GETEUID = 49 +pkg syscall (linux-386-cgo), const SYS_GETEUID32 = 201 +pkg syscall (linux-386-cgo), const SYS_GETGID = 47 +pkg syscall (linux-386-cgo), const SYS_GETGID32 = 200 +pkg syscall (linux-386-cgo), const SYS_GETGROUPS = 80 +pkg syscall (linux-386-cgo), const SYS_GETGROUPS32 = 205 +pkg syscall (linux-386-cgo), const SYS_GETITIMER = 105 +pkg syscall (linux-386-cgo), const SYS_GETPGID = 132 +pkg syscall (linux-386-cgo), const SYS_GETPGRP = 65 +pkg syscall (linux-386-cgo), const SYS_GETPID = 20 +pkg syscall (linux-386-cgo), const SYS_GETPMSG = 188 +pkg syscall (linux-386-cgo), const SYS_GETPPID = 64 +pkg syscall (linux-386-cgo), const SYS_GETPRIORITY = 96 +pkg syscall (linux-386-cgo), const SYS_GETRESGID = 171 +pkg syscall (linux-386-cgo), const SYS_GETRESGID32 = 211 +pkg syscall (linux-386-cgo), const SYS_GETRESUID = 165 +pkg syscall (linux-386-cgo), const SYS_GETRESUID32 = 209 +pkg syscall (linux-386-cgo), const SYS_GETRLIMIT = 76 +pkg syscall (linux-386-cgo), const SYS_GETRUSAGE = 77 +pkg syscall (linux-386-cgo), const SYS_GETSID = 147 +pkg syscall (linux-386-cgo), const SYS_GETTID = 224 +pkg syscall (linux-386-cgo), const SYS_GETTIMEOFDAY = 78 +pkg syscall (linux-386-cgo), const SYS_GETUID = 24 +pkg syscall (linux-386-cgo), const SYS_GETUID32 = 199 +pkg syscall (linux-386-cgo), const SYS_GETXATTR = 229 +pkg syscall (linux-386-cgo), const SYS_GET_KERNEL_SYMS = 130 +pkg syscall (linux-386-cgo), const SYS_GET_MEMPOLICY = 275 +pkg syscall (linux-386-cgo), const SYS_GET_ROBUST_LIST = 312 +pkg syscall (linux-386-cgo), const SYS_GET_THREAD_AREA = 244 +pkg syscall (linux-386-cgo), const SYS_GTTY = 32 +pkg syscall (linux-386-cgo), const SYS_IDLE = 112 +pkg syscall (linux-386-cgo), const SYS_INIT_MODULE = 128 +pkg syscall (linux-386-cgo), const SYS_INOTIFY_ADD_WATCH = 292 +pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT = 291 +pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT1 = 332 +pkg syscall (linux-386-cgo), const SYS_INOTIFY_RM_WATCH = 293 +pkg syscall (linux-386-cgo), const SYS_IOCTL = 54 +pkg syscall (linux-386-cgo), const SYS_IOPERM = 101 +pkg syscall (linux-386-cgo), const SYS_IOPL = 110 +pkg syscall (linux-386-cgo), const SYS_IOPRIO_GET = 290 +pkg syscall (linux-386-cgo), const SYS_IOPRIO_SET = 289 +pkg syscall (linux-386-cgo), const SYS_IO_CANCEL = 249 +pkg syscall (linux-386-cgo), const SYS_IO_DESTROY = 246 +pkg syscall (linux-386-cgo), const SYS_IO_GETEVENTS = 247 +pkg syscall (linux-386-cgo), const SYS_IO_SETUP = 245 +pkg syscall (linux-386-cgo), const SYS_IO_SUBMIT = 248 +pkg syscall (linux-386-cgo), const SYS_IPC = 117 +pkg syscall (linux-386-cgo), const SYS_KEXEC_LOAD = 283 +pkg syscall (linux-386-cgo), const SYS_KEYCTL = 288 +pkg syscall (linux-386-cgo), const SYS_KILL = 37 +pkg syscall (linux-386-cgo), const SYS_LCHOWN = 16 +pkg syscall (linux-386-cgo), const SYS_LCHOWN32 = 198 +pkg syscall (linux-386-cgo), const SYS_LGETXATTR = 230 +pkg syscall (linux-386-cgo), const SYS_LINK = 9 +pkg syscall (linux-386-cgo), const SYS_LINKAT = 303 +pkg syscall (linux-386-cgo), const SYS_LISTXATTR = 232 +pkg syscall (linux-386-cgo), const SYS_LLISTXATTR = 233 +pkg syscall (linux-386-cgo), const SYS_LOCK = 53 +pkg syscall (linux-386-cgo), const SYS_LOOKUP_DCOOKIE = 253 +pkg syscall (linux-386-cgo), const SYS_LREMOVEXATTR = 236 +pkg syscall (linux-386-cgo), const SYS_LSEEK = 19 +pkg syscall (linux-386-cgo), const SYS_LSETXATTR = 227 +pkg syscall (linux-386-cgo), const SYS_LSTAT = 107 +pkg syscall (linux-386-cgo), const SYS_LSTAT64 = 196 +pkg syscall (linux-386-cgo), const SYS_MADVISE = 219 +pkg syscall (linux-386-cgo), const SYS_MADVISE1 = 219 +pkg syscall (linux-386-cgo), const SYS_MBIND = 274 +pkg syscall (linux-386-cgo), const SYS_MIGRATE_PAGES = 294 +pkg syscall (linux-386-cgo), const SYS_MINCORE = 218 +pkg syscall (linux-386-cgo), const SYS_MKDIR = 39 +pkg syscall (linux-386-cgo), const SYS_MKDIRAT = 296 +pkg syscall (linux-386-cgo), const SYS_MKNOD = 14 +pkg syscall (linux-386-cgo), const SYS_MKNODAT = 297 +pkg syscall (linux-386-cgo), const SYS_MLOCK = 150 +pkg syscall (linux-386-cgo), const SYS_MLOCKALL = 152 +pkg syscall (linux-386-cgo), const SYS_MMAP = 90 +pkg syscall (linux-386-cgo), const SYS_MMAP2 = 192 +pkg syscall (linux-386-cgo), const SYS_MODIFY_LDT = 123 +pkg syscall (linux-386-cgo), const SYS_MOUNT = 21 +pkg syscall (linux-386-cgo), const SYS_MOVE_PAGES = 317 +pkg syscall (linux-386-cgo), const SYS_MPROTECT = 125 +pkg syscall (linux-386-cgo), const SYS_MPX = 56 +pkg syscall (linux-386-cgo), const SYS_MQ_GETSETATTR = 282 +pkg syscall (linux-386-cgo), const SYS_MQ_NOTIFY = 281 +pkg syscall (linux-386-cgo), const SYS_MQ_OPEN = 277 +pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDRECEIVE = 280 +pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDSEND = 279 +pkg syscall (linux-386-cgo), const SYS_MQ_UNLINK = 278 +pkg syscall (linux-386-cgo), const SYS_MREMAP = 163 +pkg syscall (linux-386-cgo), const SYS_MSYNC = 144 +pkg syscall (linux-386-cgo), const SYS_MUNLOCK = 151 +pkg syscall (linux-386-cgo), const SYS_MUNLOCKALL = 153 +pkg syscall (linux-386-cgo), const SYS_MUNMAP = 91 +pkg syscall (linux-386-cgo), const SYS_NANOSLEEP = 162 +pkg syscall (linux-386-cgo), const SYS_NFSSERVCTL = 169 +pkg syscall (linux-386-cgo), const SYS_NICE = 34 +pkg syscall (linux-386-cgo), const SYS_OLDFSTAT = 28 +pkg syscall (linux-386-cgo), const SYS_OLDLSTAT = 84 +pkg syscall (linux-386-cgo), const SYS_OLDOLDUNAME = 59 +pkg syscall (linux-386-cgo), const SYS_OLDSTAT = 18 +pkg syscall (linux-386-cgo), const SYS_OLDUNAME = 109 +pkg syscall (linux-386-cgo), const SYS_OPEN = 5 +pkg syscall (linux-386-cgo), const SYS_OPENAT = 295 +pkg syscall (linux-386-cgo), const SYS_PAUSE = 29 +pkg syscall (linux-386-cgo), const SYS_PERF_EVENT_OPEN = 336 +pkg syscall (linux-386-cgo), const SYS_PERSONALITY = 136 +pkg syscall (linux-386-cgo), const SYS_PIPE = 42 +pkg syscall (linux-386-cgo), const SYS_PIPE2 = 331 +pkg syscall (linux-386-cgo), const SYS_PIVOT_ROOT = 217 +pkg syscall (linux-386-cgo), const SYS_POLL = 168 +pkg syscall (linux-386-cgo), const SYS_PPOLL = 309 +pkg syscall (linux-386-cgo), const SYS_PRCTL = 172 +pkg syscall (linux-386-cgo), const SYS_PREAD64 = 180 +pkg syscall (linux-386-cgo), const SYS_PREADV = 333 +pkg syscall (linux-386-cgo), const SYS_PRLIMIT64 = 340 +pkg syscall (linux-386-cgo), const SYS_PROF = 44 +pkg syscall (linux-386-cgo), const SYS_PROFIL = 98 +pkg syscall (linux-386-cgo), const SYS_PSELECT6 = 308 +pkg syscall (linux-386-cgo), const SYS_PTRACE = 26 +pkg syscall (linux-386-cgo), const SYS_PUTPMSG = 189 +pkg syscall (linux-386-cgo), const SYS_PWRITE64 = 181 +pkg syscall (linux-386-cgo), const SYS_PWRITEV = 334 +pkg syscall (linux-386-cgo), const SYS_QUERY_MODULE = 167 +pkg syscall (linux-386-cgo), const SYS_QUOTACTL = 131 +pkg syscall (linux-386-cgo), const SYS_READ = 3 +pkg syscall (linux-386-cgo), const SYS_READAHEAD = 225 +pkg syscall (linux-386-cgo), const SYS_READDIR = 89 +pkg syscall (linux-386-cgo), const SYS_READLINK = 85 +pkg syscall (linux-386-cgo), const SYS_READLINKAT = 305 +pkg syscall (linux-386-cgo), const SYS_READV = 145 +pkg syscall (linux-386-cgo), const SYS_REBOOT = 88 +pkg syscall (linux-386-cgo), const SYS_RECVMMSG = 337 +pkg syscall (linux-386-cgo), const SYS_REMAP_FILE_PAGES = 257 +pkg syscall (linux-386-cgo), const SYS_REMOVEXATTR = 235 +pkg syscall (linux-386-cgo), const SYS_RENAME = 38 +pkg syscall (linux-386-cgo), const SYS_RENAMEAT = 302 +pkg syscall (linux-386-cgo), const SYS_REQUEST_KEY = 287 +pkg syscall (linux-386-cgo), const SYS_RESTART_SYSCALL = 0 +pkg syscall (linux-386-cgo), const SYS_RMDIR = 40 +pkg syscall (linux-386-cgo), const SYS_RT_SIGACTION = 174 +pkg syscall (linux-386-cgo), const SYS_RT_SIGPENDING = 176 +pkg syscall (linux-386-cgo), const SYS_RT_SIGPROCMASK = 175 +pkg syscall (linux-386-cgo), const SYS_RT_SIGQUEUEINFO = 178 +pkg syscall (linux-386-cgo), const SYS_RT_SIGRETURN = 173 +pkg syscall (linux-386-cgo), const SYS_RT_SIGSUSPEND = 179 +pkg syscall (linux-386-cgo), const SYS_RT_SIGTIMEDWAIT = 177 +pkg syscall (linux-386-cgo), const SYS_RT_TGSIGQUEUEINFO = 335 +pkg syscall (linux-386-cgo), const SYS_SCHED_GETAFFINITY = 242 +pkg syscall (linux-386-cgo), const SYS_SCHED_GETPARAM = 155 +pkg syscall (linux-386-cgo), const SYS_SCHED_GETSCHEDULER = 157 +pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159 +pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160 +pkg syscall (linux-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161 +pkg syscall (linux-386-cgo), const SYS_SCHED_SETAFFINITY = 241 +pkg syscall (linux-386-cgo), const SYS_SCHED_SETPARAM = 154 +pkg syscall (linux-386-cgo), const SYS_SCHED_SETSCHEDULER = 156 +pkg syscall (linux-386-cgo), const SYS_SCHED_YIELD = 158 +pkg syscall (linux-386-cgo), const SYS_SELECT = 82 +pkg syscall (linux-386-cgo), const SYS_SENDFILE = 187 +pkg syscall (linux-386-cgo), const SYS_SENDFILE64 = 239 +pkg syscall (linux-386-cgo), const SYS_SETDOMAINNAME = 121 +pkg syscall (linux-386-cgo), const SYS_SETFSGID = 139 +pkg syscall (linux-386-cgo), const SYS_SETFSGID32 = 216 +pkg syscall (linux-386-cgo), const SYS_SETFSUID = 138 +pkg syscall (linux-386-cgo), const SYS_SETFSUID32 = 215 +pkg syscall (linux-386-cgo), const SYS_SETGID = 46 +pkg syscall (linux-386-cgo), const SYS_SETGID32 = 214 +pkg syscall (linux-386-cgo), const SYS_SETGROUPS = 81 +pkg syscall (linux-386-cgo), const SYS_SETGROUPS32 = 206 +pkg syscall (linux-386-cgo), const SYS_SETHOSTNAME = 74 +pkg syscall (linux-386-cgo), const SYS_SETITIMER = 104 +pkg syscall (linux-386-cgo), const SYS_SETPGID = 57 +pkg syscall (linux-386-cgo), const SYS_SETPRIORITY = 97 +pkg syscall (linux-386-cgo), const SYS_SETREGID = 71 +pkg syscall (linux-386-cgo), const SYS_SETREGID32 = 204 +pkg syscall (linux-386-cgo), const SYS_SETRESGID = 170 +pkg syscall (linux-386-cgo), const SYS_SETRESGID32 = 210 +pkg syscall (linux-386-cgo), const SYS_SETRESUID = 164 +pkg syscall (linux-386-cgo), const SYS_SETRESUID32 = 208 +pkg syscall (linux-386-cgo), const SYS_SETREUID = 70 +pkg syscall (linux-386-cgo), const SYS_SETREUID32 = 203 +pkg syscall (linux-386-cgo), const SYS_SETRLIMIT = 75 +pkg syscall (linux-386-cgo), const SYS_SETSID = 66 +pkg syscall (linux-386-cgo), const SYS_SETTIMEOFDAY = 79 +pkg syscall (linux-386-cgo), const SYS_SETUID = 23 +pkg syscall (linux-386-cgo), const SYS_SETUID32 = 213 +pkg syscall (linux-386-cgo), const SYS_SETXATTR = 226 +pkg syscall (linux-386-cgo), const SYS_SET_MEMPOLICY = 276 +pkg syscall (linux-386-cgo), const SYS_SET_ROBUST_LIST = 311 +pkg syscall (linux-386-cgo), const SYS_SET_THREAD_AREA = 243 +pkg syscall (linux-386-cgo), const SYS_SET_TID_ADDRESS = 258 +pkg syscall (linux-386-cgo), const SYS_SGETMASK = 68 +pkg syscall (linux-386-cgo), const SYS_SIGACTION = 67 +pkg syscall (linux-386-cgo), const SYS_SIGALTSTACK = 186 +pkg syscall (linux-386-cgo), const SYS_SIGNAL = 48 +pkg syscall (linux-386-cgo), const SYS_SIGNALFD = 321 +pkg syscall (linux-386-cgo), const SYS_SIGNALFD4 = 327 +pkg syscall (linux-386-cgo), const SYS_SIGPENDING = 73 +pkg syscall (linux-386-cgo), const SYS_SIGPROCMASK = 126 +pkg syscall (linux-386-cgo), const SYS_SIGRETURN = 119 +pkg syscall (linux-386-cgo), const SYS_SIGSUSPEND = 72 +pkg syscall (linux-386-cgo), const SYS_SOCKETCALL = 102 +pkg syscall (linux-386-cgo), const SYS_SPLICE = 313 +pkg syscall (linux-386-cgo), const SYS_SSETMASK = 69 +pkg syscall (linux-386-cgo), const SYS_STAT = 106 +pkg syscall (linux-386-cgo), const SYS_STAT64 = 195 +pkg syscall (linux-386-cgo), const SYS_STATFS = 99 +pkg syscall (linux-386-cgo), const SYS_STATFS64 = 268 +pkg syscall (linux-386-cgo), const SYS_STIME = 25 +pkg syscall (linux-386-cgo), const SYS_STTY = 31 +pkg syscall (linux-386-cgo), const SYS_SWAPOFF = 115 +pkg syscall (linux-386-cgo), const SYS_SWAPON = 87 +pkg syscall (linux-386-cgo), const SYS_SYMLINK = 83 +pkg syscall (linux-386-cgo), const SYS_SYMLINKAT = 304 +pkg syscall (linux-386-cgo), const SYS_SYNC = 36 +pkg syscall (linux-386-cgo), const SYS_SYNC_FILE_RANGE = 314 +pkg syscall (linux-386-cgo), const SYS_SYSFS = 135 +pkg syscall (linux-386-cgo), const SYS_SYSINFO = 116 +pkg syscall (linux-386-cgo), const SYS_SYSLOG = 103 +pkg syscall (linux-386-cgo), const SYS_TEE = 315 +pkg syscall (linux-386-cgo), const SYS_TGKILL = 270 +pkg syscall (linux-386-cgo), const SYS_TIME = 13 +pkg syscall (linux-386-cgo), const SYS_TIMERFD_CREATE = 322 +pkg syscall (linux-386-cgo), const SYS_TIMERFD_GETTIME = 326 +pkg syscall (linux-386-cgo), const SYS_TIMERFD_SETTIME = 325 +pkg syscall (linux-386-cgo), const SYS_TIMER_CREATE = 259 +pkg syscall (linux-386-cgo), const SYS_TIMER_DELETE = 263 +pkg syscall (linux-386-cgo), const SYS_TIMER_GETOVERRUN = 262 +pkg syscall (linux-386-cgo), const SYS_TIMER_GETTIME = 261 +pkg syscall (linux-386-cgo), const SYS_TIMER_SETTIME = 260 +pkg syscall (linux-386-cgo), const SYS_TIMES = 43 +pkg syscall (linux-386-cgo), const SYS_TKILL = 238 +pkg syscall (linux-386-cgo), const SYS_TRUNCATE = 92 +pkg syscall (linux-386-cgo), const SYS_TRUNCATE64 = 193 +pkg syscall (linux-386-cgo), const SYS_UGETRLIMIT = 191 +pkg syscall (linux-386-cgo), const SYS_ULIMIT = 58 +pkg syscall (linux-386-cgo), const SYS_UMASK = 60 +pkg syscall (linux-386-cgo), const SYS_UMOUNT = 22 +pkg syscall (linux-386-cgo), const SYS_UMOUNT2 = 52 +pkg syscall (linux-386-cgo), const SYS_UNAME = 122 +pkg syscall (linux-386-cgo), const SYS_UNLINK = 10 +pkg syscall (linux-386-cgo), const SYS_UNLINKAT = 301 +pkg syscall (linux-386-cgo), const SYS_UNSHARE = 310 +pkg syscall (linux-386-cgo), const SYS_USELIB = 86 +pkg syscall (linux-386-cgo), const SYS_USTAT = 62 +pkg syscall (linux-386-cgo), const SYS_UTIME = 30 +pkg syscall (linux-386-cgo), const SYS_UTIMENSAT = 320 +pkg syscall (linux-386-cgo), const SYS_UTIMES = 271 +pkg syscall (linux-386-cgo), const SYS_VFORK = 190 +pkg syscall (linux-386-cgo), const SYS_VHANGUP = 111 +pkg syscall (linux-386-cgo), const SYS_VM86 = 166 +pkg syscall (linux-386-cgo), const SYS_VM86OLD = 113 +pkg syscall (linux-386-cgo), const SYS_VMSPLICE = 316 +pkg syscall (linux-386-cgo), const SYS_VSERVER = 273 +pkg syscall (linux-386-cgo), const SYS_WAIT4 = 114 +pkg syscall (linux-386-cgo), const SYS_WAITID = 284 +pkg syscall (linux-386-cgo), const SYS_WAITPID = 7 +pkg syscall (linux-386-cgo), const SYS_WRITE = 4 +pkg syscall (linux-386-cgo), const SYS_WRITEV = 146 +pkg syscall (linux-386-cgo), const SYS__LLSEEK = 140 +pkg syscall (linux-386-cgo), const SYS__NEWSELECT = 142 +pkg syscall (linux-386-cgo), const SYS__SYSCTL = 149 +pkg syscall (linux-386-cgo), const S_BLKSIZE = 512 +pkg syscall (linux-386-cgo), const S_IEXEC = 64 +pkg syscall (linux-386-cgo), const S_IFMT = 61440 +pkg syscall (linux-386-cgo), const S_IREAD = 256 +pkg syscall (linux-386-cgo), const S_IRGRP = 32 +pkg syscall (linux-386-cgo), const S_IROTH = 4 +pkg syscall (linux-386-cgo), const S_IRWXG = 56 +pkg syscall (linux-386-cgo), const S_IRWXO = 7 +pkg syscall (linux-386-cgo), const S_IRWXU = 448 +pkg syscall (linux-386-cgo), const S_IWGRP = 16 +pkg syscall (linux-386-cgo), const S_IWOTH = 2 +pkg syscall (linux-386-cgo), const S_IWRITE = 128 +pkg syscall (linux-386-cgo), const S_IXGRP = 8 +pkg syscall (linux-386-cgo), const S_IXOTH = 1 +pkg syscall (linux-386-cgo), const SizeofCmsghdr = 12 +pkg syscall (linux-386-cgo), const SizeofIPMreq = 8 +pkg syscall (linux-386-cgo), const SizeofIPMreqn = 12 +pkg syscall (linux-386-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (linux-386-cgo), const SizeofIfAddrmsg = 8 +pkg syscall (linux-386-cgo), const SizeofIfInfomsg = 16 +pkg syscall (linux-386-cgo), const SizeofInet4Pktinfo = 12 +pkg syscall (linux-386-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (linux-386-cgo), const SizeofInotifyEvent = 16 +pkg syscall (linux-386-cgo), const SizeofLinger = 8 +pkg syscall (linux-386-cgo), const SizeofMsghdr = 28 +pkg syscall (linux-386-cgo), const SizeofNlAttr = 4 +pkg syscall (linux-386-cgo), const SizeofNlMsgerr = 20 +pkg syscall (linux-386-cgo), const SizeofNlMsghdr = 16 +pkg syscall (linux-386-cgo), const SizeofRtAttr = 4 +pkg syscall (linux-386-cgo), const SizeofRtGenmsg = 1 +pkg syscall (linux-386-cgo), const SizeofRtMsg = 12 +pkg syscall (linux-386-cgo), const SizeofRtNexthop = 8 +pkg syscall (linux-386-cgo), const SizeofSockFilter = 8 +pkg syscall (linux-386-cgo), const SizeofSockFprog = 8 +pkg syscall (linux-386-cgo), const SizeofSockaddrAny = 112 +pkg syscall (linux-386-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (linux-386-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (linux-386-cgo), const SizeofSockaddrLinklayer = 20 +pkg syscall (linux-386-cgo), const SizeofSockaddrNetlink = 12 +pkg syscall (linux-386-cgo), const SizeofSockaddrUnix = 110 +pkg syscall (linux-386-cgo), const SizeofTCPInfo = 104 +pkg syscall (linux-386-cgo), const SizeofTCPInfo ideal-int +pkg syscall (linux-386-cgo), const SizeofUcred = 12 +pkg syscall (linux-386-cgo), const TCGETS = 21505 +pkg syscall (linux-386-cgo), const TCP_CONGESTION = 13 +pkg syscall (linux-386-cgo), const TCP_CORK = 3 +pkg syscall (linux-386-cgo), const TCP_DEFER_ACCEPT = 9 +pkg syscall (linux-386-cgo), const TCP_INFO = 11 +pkg syscall (linux-386-cgo), const TCP_KEEPCNT = 6 +pkg syscall (linux-386-cgo), const TCP_KEEPIDLE = 4 +pkg syscall (linux-386-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (linux-386-cgo), const TCP_LINGER2 = 8 +pkg syscall (linux-386-cgo), const TCP_MAXSEG = 2 +pkg syscall (linux-386-cgo), const TCP_MAXWIN = 65535 +pkg syscall (linux-386-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (linux-386-cgo), const TCP_MD5SIG = 14 +pkg syscall (linux-386-cgo), const TCP_MD5SIG_MAXKEYLEN = 80 +pkg syscall (linux-386-cgo), const TCP_MSS = 512 +pkg syscall (linux-386-cgo), const TCP_QUICKACK = 12 +pkg syscall (linux-386-cgo), const TCP_SYNCNT = 7 +pkg syscall (linux-386-cgo), const TCP_WINDOW_CLAMP = 10 +pkg syscall (linux-386-cgo), const TCSETS = 21506 +pkg syscall (linux-386-cgo), const TIOCCBRK = 21544 +pkg syscall (linux-386-cgo), const TIOCCONS = 21533 +pkg syscall (linux-386-cgo), const TIOCEXCL = 21516 +pkg syscall (linux-386-cgo), const TIOCGDEV = 2147767346 +pkg syscall (linux-386-cgo), const TIOCGETD = 21540 +pkg syscall (linux-386-cgo), const TIOCGICOUNT = 21597 +pkg syscall (linux-386-cgo), const TIOCGLCKTRMIOS = 21590 +pkg syscall (linux-386-cgo), const TIOCGPGRP = 21519 +pkg syscall (linux-386-cgo), const TIOCGPTN = 2147767344 +pkg syscall (linux-386-cgo), const TIOCGRS485 = 21550 +pkg syscall (linux-386-cgo), const TIOCGSERIAL = 21534 +pkg syscall (linux-386-cgo), const TIOCGSID = 21545 +pkg syscall (linux-386-cgo), const TIOCGSOFTCAR = 21529 +pkg syscall (linux-386-cgo), const TIOCGWINSZ = 21523 +pkg syscall (linux-386-cgo), const TIOCINQ = 21531 +pkg syscall (linux-386-cgo), const TIOCLINUX = 21532 +pkg syscall (linux-386-cgo), const TIOCMBIC = 21527 +pkg syscall (linux-386-cgo), const TIOCMBIS = 21526 +pkg syscall (linux-386-cgo), const TIOCMGET = 21525 +pkg syscall (linux-386-cgo), const TIOCMIWAIT = 21596 +pkg syscall (linux-386-cgo), const TIOCMSET = 21528 +pkg syscall (linux-386-cgo), const TIOCM_CAR = 64 +pkg syscall (linux-386-cgo), const TIOCM_CD = 64 +pkg syscall (linux-386-cgo), const TIOCM_CTS = 32 +pkg syscall (linux-386-cgo), const TIOCM_DSR = 256 +pkg syscall (linux-386-cgo), const TIOCM_DTR = 2 +pkg syscall (linux-386-cgo), const TIOCM_LE = 1 +pkg syscall (linux-386-cgo), const TIOCM_RI = 128 +pkg syscall (linux-386-cgo), const TIOCM_RNG = 128 +pkg syscall (linux-386-cgo), const TIOCM_RTS = 4 +pkg syscall (linux-386-cgo), const TIOCM_SR = 16 +pkg syscall (linux-386-cgo), const TIOCM_ST = 8 +pkg syscall (linux-386-cgo), const TIOCNOTTY = 21538 +pkg syscall (linux-386-cgo), const TIOCNXCL = 21517 +pkg syscall (linux-386-cgo), const TIOCOUTQ = 21521 +pkg syscall (linux-386-cgo), const TIOCPKT = 21536 +pkg syscall (linux-386-cgo), const TIOCPKT_DATA = 0 +pkg syscall (linux-386-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (linux-386-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (linux-386-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (linux-386-cgo), const TIOCPKT_START = 8 +pkg syscall (linux-386-cgo), const TIOCPKT_STOP = 4 +pkg syscall (linux-386-cgo), const TIOCSBRK = 21543 +pkg syscall (linux-386-cgo), const TIOCSCTTY = 21518 +pkg syscall (linux-386-cgo), const TIOCSERCONFIG = 21587 +pkg syscall (linux-386-cgo), const TIOCSERGETLSR = 21593 +pkg syscall (linux-386-cgo), const TIOCSERGETMULTI = 21594 +pkg syscall (linux-386-cgo), const TIOCSERGSTRUCT = 21592 +pkg syscall (linux-386-cgo), const TIOCSERGWILD = 21588 +pkg syscall (linux-386-cgo), const TIOCSERSETMULTI = 21595 +pkg syscall (linux-386-cgo), const TIOCSERSWILD = 21589 +pkg syscall (linux-386-cgo), const TIOCSER_TEMT = 1 +pkg syscall (linux-386-cgo), const TIOCSETD = 21539 +pkg syscall (linux-386-cgo), const TIOCSIG = 1074025526 +pkg syscall (linux-386-cgo), const TIOCSLCKTRMIOS = 21591 +pkg syscall (linux-386-cgo), const TIOCSPGRP = 21520 +pkg syscall (linux-386-cgo), const TIOCSPTLCK = 1074025521 +pkg syscall (linux-386-cgo), const TIOCSRS485 = 21551 +pkg syscall (linux-386-cgo), const TIOCSSERIAL = 21535 +pkg syscall (linux-386-cgo), const TIOCSSOFTCAR = 21530 +pkg syscall (linux-386-cgo), const TIOCSTI = 21522 +pkg syscall (linux-386-cgo), const TIOCSWINSZ = 21524 +pkg syscall (linux-386-cgo), const TOSTOP = 256 +pkg syscall (linux-386-cgo), const TUNATTACHFILTER = 1074287829 +pkg syscall (linux-386-cgo), const TUNDETACHFILTER = 1074287830 +pkg syscall (linux-386-cgo), const TUNGETFEATURES = 2147767503 +pkg syscall (linux-386-cgo), const TUNGETIFF = 2147767506 +pkg syscall (linux-386-cgo), const TUNGETSNDBUF = 2147767507 +pkg syscall (linux-386-cgo), const TUNGETVNETHDRSZ = 2147767511 +pkg syscall (linux-386-cgo), const TUNSETDEBUG = 1074025673 +pkg syscall (linux-386-cgo), const TUNSETGROUP = 1074025678 +pkg syscall (linux-386-cgo), const TUNSETIFF = 1074025674 +pkg syscall (linux-386-cgo), const TUNSETLINK = 1074025677 +pkg syscall (linux-386-cgo), const TUNSETNOCSUM = 1074025672 +pkg syscall (linux-386-cgo), const TUNSETOFFLOAD = 1074025680 +pkg syscall (linux-386-cgo), const TUNSETOWNER = 1074025676 +pkg syscall (linux-386-cgo), const TUNSETPERSIST = 1074025675 +pkg syscall (linux-386-cgo), const TUNSETSNDBUF = 1074025684 +pkg syscall (linux-386-cgo), const TUNSETTXFILTER = 1074025681 +pkg syscall (linux-386-cgo), const TUNSETVNETHDRSZ = 1074025688 +pkg syscall (linux-386-cgo), const VDISCARD = 13 +pkg syscall (linux-386-cgo), const VEOF = 4 +pkg syscall (linux-386-cgo), const VEOL = 11 +pkg syscall (linux-386-cgo), const VEOL2 = 16 +pkg syscall (linux-386-cgo), const VERASE = 2 +pkg syscall (linux-386-cgo), const VINTR = 0 +pkg syscall (linux-386-cgo), const VKILL = 3 +pkg syscall (linux-386-cgo), const VLNEXT = 15 +pkg syscall (linux-386-cgo), const VMIN = 6 +pkg syscall (linux-386-cgo), const VQUIT = 1 +pkg syscall (linux-386-cgo), const VREPRINT = 12 +pkg syscall (linux-386-cgo), const VSTART = 8 +pkg syscall (linux-386-cgo), const VSTOP = 9 +pkg syscall (linux-386-cgo), const VSUSP = 10 +pkg syscall (linux-386-cgo), const VSWTC = 7 +pkg syscall (linux-386-cgo), const VTIME = 5 +pkg syscall (linux-386-cgo), const VWERASE = 14 +pkg syscall (linux-386-cgo), const WALL = 1073741824 +pkg syscall (linux-386-cgo), const WCLONE = 2147483648 +pkg syscall (linux-386-cgo), const WCONTINUED = 8 +pkg syscall (linux-386-cgo), const WEXITED = 4 +pkg syscall (linux-386-cgo), const WNOHANG = 1 +pkg syscall (linux-386-cgo), const WNOTHREAD = 536870912 +pkg syscall (linux-386-cgo), const WNOWAIT = 16777216 +pkg syscall (linux-386-cgo), const WORDSIZE = 32 +pkg syscall (linux-386-cgo), const WSTOPPED = 2 +pkg syscall (linux-386-cgo), const WUNTRACED = 2 +pkg syscall (linux-386-cgo), const XCASE = 4 +pkg syscall (linux-386-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-386-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-386-cgo), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Pipe2([]int, int) error +pkg syscall (linux-386-cgo), func PtraceSyscall(int, int) error +pkg syscall (linux-386-cgo), func Removexattr(string, string) error +pkg syscall (linux-386-cgo), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-386-cgo), type SysProcAttr struct, Ctty int +pkg syscall (linux-386-cgo), type TCPInfo struct +pkg syscall (linux-386-cgo), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Ato uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Lost uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Options uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Probes uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rto uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-amd64), const AF_ALG = 38 +pkg syscall (linux-amd64), const AF_APPLETALK = 5 +pkg syscall (linux-amd64), const AF_ASH = 18 +pkg syscall (linux-amd64), const AF_ATMPVC = 8 +pkg syscall (linux-amd64), const AF_ATMSVC = 20 +pkg syscall (linux-amd64), const AF_AX25 = 3 +pkg syscall (linux-amd64), const AF_BLUETOOTH = 31 +pkg syscall (linux-amd64), const AF_BRIDGE = 7 +pkg syscall (linux-amd64), const AF_CAIF = 37 +pkg syscall (linux-amd64), const AF_CAN = 29 +pkg syscall (linux-amd64), const AF_DECnet = 12 +pkg syscall (linux-amd64), const AF_ECONET = 19 +pkg syscall (linux-amd64), const AF_FILE = 1 +pkg syscall (linux-amd64), const AF_IEEE802154 = 36 +pkg syscall (linux-amd64), const AF_INET6 = 10 +pkg syscall (linux-amd64), const AF_IPX = 4 +pkg syscall (linux-amd64), const AF_IRDA = 23 +pkg syscall (linux-amd64), const AF_ISDN = 34 +pkg syscall (linux-amd64), const AF_IUCV = 32 +pkg syscall (linux-amd64), const AF_KEY = 15 +pkg syscall (linux-amd64), const AF_LLC = 26 +pkg syscall (linux-amd64), const AF_LOCAL = 1 +pkg syscall (linux-amd64), const AF_MAX = 39 +pkg syscall (linux-amd64), const AF_NETBEUI = 13 +pkg syscall (linux-amd64), const AF_NETLINK = 16 +pkg syscall (linux-amd64), const AF_NETROM = 6 +pkg syscall (linux-amd64), const AF_PACKET = 17 +pkg syscall (linux-amd64), const AF_PHONET = 35 +pkg syscall (linux-amd64), const AF_PPPOX = 24 +pkg syscall (linux-amd64), const AF_RDS = 21 +pkg syscall (linux-amd64), const AF_ROSE = 11 +pkg syscall (linux-amd64), const AF_ROUTE = 16 +pkg syscall (linux-amd64), const AF_RXRPC = 33 +pkg syscall (linux-amd64), const AF_SECURITY = 14 +pkg syscall (linux-amd64), const AF_SNA = 22 +pkg syscall (linux-amd64), const AF_TIPC = 30 +pkg syscall (linux-amd64), const AF_WANPIPE = 25 +pkg syscall (linux-amd64), const AF_X25 = 9 +pkg syscall (linux-amd64), const ARPHRD_ADAPT = 264 +pkg syscall (linux-amd64), const ARPHRD_APPLETLK = 8 +pkg syscall (linux-amd64), const ARPHRD_ARCNET = 7 +pkg syscall (linux-amd64), const ARPHRD_ASH = 781 +pkg syscall (linux-amd64), const ARPHRD_ATM = 19 +pkg syscall (linux-amd64), const ARPHRD_AX25 = 3 +pkg syscall (linux-amd64), const ARPHRD_BIF = 775 +pkg syscall (linux-amd64), const ARPHRD_CHAOS = 5 +pkg syscall (linux-amd64), const ARPHRD_CISCO = 513 +pkg syscall (linux-amd64), const ARPHRD_CSLIP = 257 +pkg syscall (linux-amd64), const ARPHRD_CSLIP6 = 259 +pkg syscall (linux-amd64), const ARPHRD_DDCMP = 517 +pkg syscall (linux-amd64), const ARPHRD_DLCI = 15 +pkg syscall (linux-amd64), const ARPHRD_ECONET = 782 +pkg syscall (linux-amd64), const ARPHRD_EETHER = 2 +pkg syscall (linux-amd64), const ARPHRD_ETHER = 1 +pkg syscall (linux-amd64), const ARPHRD_EUI64 = 27 +pkg syscall (linux-amd64), const ARPHRD_FCAL = 785 +pkg syscall (linux-amd64), const ARPHRD_FCFABRIC = 787 +pkg syscall (linux-amd64), const ARPHRD_FCPL = 786 +pkg syscall (linux-amd64), const ARPHRD_FCPP = 784 +pkg syscall (linux-amd64), const ARPHRD_FDDI = 774 +pkg syscall (linux-amd64), const ARPHRD_FRAD = 770 +pkg syscall (linux-amd64), const ARPHRD_HDLC = 513 +pkg syscall (linux-amd64), const ARPHRD_HIPPI = 780 +pkg syscall (linux-amd64), const ARPHRD_HWX25 = 272 +pkg syscall (linux-amd64), const ARPHRD_IEEE1394 = 24 +pkg syscall (linux-amd64), const ARPHRD_IEEE802 = 6 +pkg syscall (linux-amd64), const ARPHRD_IEEE80211 = 801 +pkg syscall (linux-amd64), const ARPHRD_IEEE80211_PRISM = 802 +pkg syscall (linux-amd64), const ARPHRD_IEEE80211_RADIOTAP = 803 +pkg syscall (linux-amd64), const ARPHRD_IEEE802154 = 804 +pkg syscall (linux-amd64), const ARPHRD_IEEE802154_PHY = 805 +pkg syscall (linux-amd64), const ARPHRD_IEEE802_TR = 800 +pkg syscall (linux-amd64), const ARPHRD_INFINIBAND = 32 +pkg syscall (linux-amd64), const ARPHRD_IPDDP = 777 +pkg syscall (linux-amd64), const ARPHRD_IPGRE = 778 +pkg syscall (linux-amd64), const ARPHRD_IRDA = 783 +pkg syscall (linux-amd64), const ARPHRD_LAPB = 516 +pkg syscall (linux-amd64), const ARPHRD_LOCALTLK = 773 +pkg syscall (linux-amd64), const ARPHRD_LOOPBACK = 772 +pkg syscall (linux-amd64), const ARPHRD_METRICOM = 23 +pkg syscall (linux-amd64), const ARPHRD_NETROM = 0 +pkg syscall (linux-amd64), const ARPHRD_NONE = 65534 +pkg syscall (linux-amd64), const ARPHRD_PIMREG = 779 +pkg syscall (linux-amd64), const ARPHRD_PPP = 512 +pkg syscall (linux-amd64), const ARPHRD_PRONET = 4 +pkg syscall (linux-amd64), const ARPHRD_RAWHDLC = 518 +pkg syscall (linux-amd64), const ARPHRD_ROSE = 270 +pkg syscall (linux-amd64), const ARPHRD_RSRVD = 260 +pkg syscall (linux-amd64), const ARPHRD_SIT = 776 +pkg syscall (linux-amd64), const ARPHRD_SKIP = 771 +pkg syscall (linux-amd64), const ARPHRD_SLIP = 256 +pkg syscall (linux-amd64), const ARPHRD_SLIP6 = 258 +pkg syscall (linux-amd64), const ARPHRD_TUNNEL = 768 +pkg syscall (linux-amd64), const ARPHRD_TUNNEL6 = 769 +pkg syscall (linux-amd64), const ARPHRD_VOID = 65535 +pkg syscall (linux-amd64), const ARPHRD_X25 = 271 +pkg syscall (linux-amd64), const B0 = 0 +pkg syscall (linux-amd64), const B1000000 = 4104 +pkg syscall (linux-amd64), const B110 = 3 +pkg syscall (linux-amd64), const B115200 = 4098 +pkg syscall (linux-amd64), const B1152000 = 4105 +pkg syscall (linux-amd64), const B1200 = 9 +pkg syscall (linux-amd64), const B134 = 4 +pkg syscall (linux-amd64), const B150 = 5 +pkg syscall (linux-amd64), const B1500000 = 4106 +pkg syscall (linux-amd64), const B1800 = 10 +pkg syscall (linux-amd64), const B19200 = 14 +pkg syscall (linux-amd64), const B200 = 6 +pkg syscall (linux-amd64), const B2000000 = 4107 +pkg syscall (linux-amd64), const B230400 = 4099 +pkg syscall (linux-amd64), const B2400 = 11 +pkg syscall (linux-amd64), const B2500000 = 4108 +pkg syscall (linux-amd64), const B300 = 7 +pkg syscall (linux-amd64), const B3000000 = 4109 +pkg syscall (linux-amd64), const B3500000 = 4110 +pkg syscall (linux-amd64), const B38400 = 15 +pkg syscall (linux-amd64), const B4000000 = 4111 +pkg syscall (linux-amd64), const B460800 = 4100 +pkg syscall (linux-amd64), const B4800 = 12 +pkg syscall (linux-amd64), const B50 = 1 +pkg syscall (linux-amd64), const B500000 = 4101 +pkg syscall (linux-amd64), const B57600 = 4097 +pkg syscall (linux-amd64), const B576000 = 4102 +pkg syscall (linux-amd64), const B600 = 8 +pkg syscall (linux-amd64), const B75 = 2 +pkg syscall (linux-amd64), const B921600 = 4103 +pkg syscall (linux-amd64), const B9600 = 13 +pkg syscall (linux-amd64), const BPF_A = 16 +pkg syscall (linux-amd64), const BPF_ABS = 32 +pkg syscall (linux-amd64), const BPF_ADD = 0 +pkg syscall (linux-amd64), const BPF_ALU = 4 +pkg syscall (linux-amd64), const BPF_AND = 80 +pkg syscall (linux-amd64), const BPF_B = 16 +pkg syscall (linux-amd64), const BPF_DIV = 48 +pkg syscall (linux-amd64), const BPF_H = 8 +pkg syscall (linux-amd64), const BPF_IMM = 0 +pkg syscall (linux-amd64), const BPF_IND = 64 +pkg syscall (linux-amd64), const BPF_JA = 0 +pkg syscall (linux-amd64), const BPF_JEQ = 16 +pkg syscall (linux-amd64), const BPF_JGE = 48 +pkg syscall (linux-amd64), const BPF_JGT = 32 +pkg syscall (linux-amd64), const BPF_JMP = 5 +pkg syscall (linux-amd64), const BPF_JSET = 64 +pkg syscall (linux-amd64), const BPF_K = 0 +pkg syscall (linux-amd64), const BPF_LD = 0 +pkg syscall (linux-amd64), const BPF_LDX = 1 +pkg syscall (linux-amd64), const BPF_LEN = 128 +pkg syscall (linux-amd64), const BPF_LSH = 96 +pkg syscall (linux-amd64), const BPF_MAJOR_VERSION = 1 +pkg syscall (linux-amd64), const BPF_MAXINSNS = 4096 +pkg syscall (linux-amd64), const BPF_MEM = 96 +pkg syscall (linux-amd64), const BPF_MEMWORDS = 16 +pkg syscall (linux-amd64), const BPF_MINOR_VERSION = 1 +pkg syscall (linux-amd64), const BPF_MISC = 7 +pkg syscall (linux-amd64), const BPF_MSH = 160 +pkg syscall (linux-amd64), const BPF_MUL = 32 +pkg syscall (linux-amd64), const BPF_NEG = 128 +pkg syscall (linux-amd64), const BPF_OR = 64 +pkg syscall (linux-amd64), const BPF_RET = 6 +pkg syscall (linux-amd64), const BPF_RSH = 112 +pkg syscall (linux-amd64), const BPF_ST = 2 +pkg syscall (linux-amd64), const BPF_STX = 3 +pkg syscall (linux-amd64), const BPF_SUB = 16 +pkg syscall (linux-amd64), const BPF_TAX = 0 +pkg syscall (linux-amd64), const BPF_TXA = 128 +pkg syscall (linux-amd64), const BPF_W = 0 +pkg syscall (linux-amd64), const BPF_X = 8 +pkg syscall (linux-amd64), const BRKINT = 2 +pkg syscall (linux-amd64), const CLOCAL = 2048 +pkg syscall (linux-amd64), const CREAD = 128 +pkg syscall (linux-amd64), const CS5 = 0 +pkg syscall (linux-amd64), const CS6 = 16 +pkg syscall (linux-amd64), const CS7 = 32 +pkg syscall (linux-amd64), const CS8 = 48 +pkg syscall (linux-amd64), const CSIZE = 48 +pkg syscall (linux-amd64), const CSTOPB = 64 +pkg syscall (linux-amd64), const DT_BLK = 6 +pkg syscall (linux-amd64), const DT_CHR = 2 +pkg syscall (linux-amd64), const DT_DIR = 4 +pkg syscall (linux-amd64), const DT_FIFO = 1 +pkg syscall (linux-amd64), const DT_LNK = 10 +pkg syscall (linux-amd64), const DT_REG = 8 +pkg syscall (linux-amd64), const DT_SOCK = 12 +pkg syscall (linux-amd64), const DT_UNKNOWN = 0 +pkg syscall (linux-amd64), const DT_WHT = 14 +pkg syscall (linux-amd64), const E2BIG = 7 +pkg syscall (linux-amd64), const EACCES = 13 +pkg syscall (linux-amd64), const EADDRINUSE = 98 +pkg syscall (linux-amd64), const EADDRNOTAVAIL = 99 +pkg syscall (linux-amd64), const EADV = 68 +pkg syscall (linux-amd64), const EAFNOSUPPORT = 97 +pkg syscall (linux-amd64), const EAGAIN = 11 +pkg syscall (linux-amd64), const EALREADY = 114 +pkg syscall (linux-amd64), const EBADE = 52 +pkg syscall (linux-amd64), const EBADF = 9 +pkg syscall (linux-amd64), const EBADFD = 77 +pkg syscall (linux-amd64), const EBADMSG = 74 +pkg syscall (linux-amd64), const EBADR = 53 +pkg syscall (linux-amd64), const EBADRQC = 56 +pkg syscall (linux-amd64), const EBADSLT = 57 +pkg syscall (linux-amd64), const EBFONT = 59 +pkg syscall (linux-amd64), const EBUSY = 16 +pkg syscall (linux-amd64), const ECANCELED = 125 +pkg syscall (linux-amd64), const ECHILD = 10 +pkg syscall (linux-amd64), const ECHO = 8 +pkg syscall (linux-amd64), const ECHOCTL = 512 +pkg syscall (linux-amd64), const ECHOE = 16 +pkg syscall (linux-amd64), const ECHOK = 32 +pkg syscall (linux-amd64), const ECHOKE = 2048 +pkg syscall (linux-amd64), const ECHONL = 64 +pkg syscall (linux-amd64), const ECHOPRT = 1024 +pkg syscall (linux-amd64), const ECHRNG = 44 +pkg syscall (linux-amd64), const ECOMM = 70 +pkg syscall (linux-amd64), const ECONNABORTED = 103 +pkg syscall (linux-amd64), const ECONNREFUSED = 111 +pkg syscall (linux-amd64), const ECONNRESET = 104 +pkg syscall (linux-amd64), const EDEADLK = 35 +pkg syscall (linux-amd64), const EDEADLOCK = 35 +pkg syscall (linux-amd64), const EDESTADDRREQ = 89 +pkg syscall (linux-amd64), const EDOM = 33 +pkg syscall (linux-amd64), const EDOTDOT = 73 +pkg syscall (linux-amd64), const EDQUOT = 122 +pkg syscall (linux-amd64), const EEXIST = 17 +pkg syscall (linux-amd64), const EFAULT = 14 +pkg syscall (linux-amd64), const EFBIG = 27 +pkg syscall (linux-amd64), const EHOSTDOWN = 112 +pkg syscall (linux-amd64), const EHOSTUNREACH = 113 +pkg syscall (linux-amd64), const EIDRM = 43 +pkg syscall (linux-amd64), const EILSEQ = 84 +pkg syscall (linux-amd64), const EINPROGRESS = 115 +pkg syscall (linux-amd64), const EINTR = 4 +pkg syscall (linux-amd64), const EINVAL = 22 +pkg syscall (linux-amd64), const EIO = 5 +pkg syscall (linux-amd64), const EISCONN = 106 +pkg syscall (linux-amd64), const EISDIR = 21 +pkg syscall (linux-amd64), const EISNAM = 120 +pkg syscall (linux-amd64), const EKEYEXPIRED = 127 +pkg syscall (linux-amd64), const EKEYREJECTED = 129 +pkg syscall (linux-amd64), const EKEYREVOKED = 128 +pkg syscall (linux-amd64), const EL2HLT = 51 +pkg syscall (linux-amd64), const EL2NSYNC = 45 +pkg syscall (linux-amd64), const EL3HLT = 46 +pkg syscall (linux-amd64), const EL3RST = 47 +pkg syscall (linux-amd64), const ELIBACC = 79 +pkg syscall (linux-amd64), const ELIBBAD = 80 +pkg syscall (linux-amd64), const ELIBEXEC = 83 +pkg syscall (linux-amd64), const ELIBMAX = 82 +pkg syscall (linux-amd64), const ELIBSCN = 81 +pkg syscall (linux-amd64), const ELNRNG = 48 +pkg syscall (linux-amd64), const ELOOP = 40 +pkg syscall (linux-amd64), const EMEDIUMTYPE = 124 +pkg syscall (linux-amd64), const EMFILE = 24 +pkg syscall (linux-amd64), const EMLINK = 31 +pkg syscall (linux-amd64), const EMSGSIZE = 90 +pkg syscall (linux-amd64), const EMULTIHOP = 72 +pkg syscall (linux-amd64), const ENAMETOOLONG = 36 +pkg syscall (linux-amd64), const ENAVAIL = 119 +pkg syscall (linux-amd64), const ENETDOWN = 100 +pkg syscall (linux-amd64), const ENETRESET = 102 +pkg syscall (linux-amd64), const ENETUNREACH = 101 +pkg syscall (linux-amd64), const ENFILE = 23 +pkg syscall (linux-amd64), const ENOANO = 55 +pkg syscall (linux-amd64), const ENOBUFS = 105 +pkg syscall (linux-amd64), const ENOCSI = 50 +pkg syscall (linux-amd64), const ENODATA = 61 +pkg syscall (linux-amd64), const ENODEV = 19 +pkg syscall (linux-amd64), const ENOEXEC = 8 +pkg syscall (linux-amd64), const ENOKEY = 126 +pkg syscall (linux-amd64), const ENOLCK = 37 +pkg syscall (linux-amd64), const ENOLINK = 67 +pkg syscall (linux-amd64), const ENOMEDIUM = 123 +pkg syscall (linux-amd64), const ENOMEM = 12 +pkg syscall (linux-amd64), const ENOMSG = 42 +pkg syscall (linux-amd64), const ENONET = 64 +pkg syscall (linux-amd64), const ENOPKG = 65 +pkg syscall (linux-amd64), const ENOPROTOOPT = 92 +pkg syscall (linux-amd64), const ENOSPC = 28 +pkg syscall (linux-amd64), const ENOSR = 63 +pkg syscall (linux-amd64), const ENOSTR = 60 +pkg syscall (linux-amd64), const ENOSYS = 38 +pkg syscall (linux-amd64), const ENOTBLK = 15 +pkg syscall (linux-amd64), const ENOTCONN = 107 +pkg syscall (linux-amd64), const ENOTDIR = 20 +pkg syscall (linux-amd64), const ENOTEMPTY = 39 +pkg syscall (linux-amd64), const ENOTNAM = 118 +pkg syscall (linux-amd64), const ENOTRECOVERABLE = 131 +pkg syscall (linux-amd64), const ENOTSOCK = 88 +pkg syscall (linux-amd64), const ENOTSUP = 95 +pkg syscall (linux-amd64), const ENOTTY = 25 +pkg syscall (linux-amd64), const ENOTUNIQ = 76 +pkg syscall (linux-amd64), const ENXIO = 6 +pkg syscall (linux-amd64), const EOPNOTSUPP = 95 +pkg syscall (linux-amd64), const EOVERFLOW = 75 +pkg syscall (linux-amd64), const EOWNERDEAD = 130 +pkg syscall (linux-amd64), const EPERM = 1 +pkg syscall (linux-amd64), const EPFNOSUPPORT = 96 +pkg syscall (linux-amd64), const EPIPE = 32 +pkg syscall (linux-amd64), const EPOLLERR = 8 +pkg syscall (linux-amd64), const EPOLLET = -2147483648 +pkg syscall (linux-amd64), const EPOLLHUP = 16 +pkg syscall (linux-amd64), const EPOLLIN = 1 +pkg syscall (linux-amd64), const EPOLLMSG = 1024 +pkg syscall (linux-amd64), const EPOLLONESHOT = 1073741824 +pkg syscall (linux-amd64), const EPOLLOUT = 4 +pkg syscall (linux-amd64), const EPOLLPRI = 2 +pkg syscall (linux-amd64), const EPOLLRDBAND = 128 +pkg syscall (linux-amd64), const EPOLLRDHUP = 8192 +pkg syscall (linux-amd64), const EPOLLRDNORM = 64 +pkg syscall (linux-amd64), const EPOLLWRBAND = 512 +pkg syscall (linux-amd64), const EPOLLWRNORM = 256 +pkg syscall (linux-amd64), const EPOLL_CLOEXEC = 524288 +pkg syscall (linux-amd64), const EPOLL_CTL_ADD = 1 +pkg syscall (linux-amd64), const EPOLL_CTL_DEL = 2 +pkg syscall (linux-amd64), const EPOLL_CTL_MOD = 3 +pkg syscall (linux-amd64), const EPOLL_NONBLOCK = 2048 +pkg syscall (linux-amd64), const EPROTO = 71 +pkg syscall (linux-amd64), const EPROTONOSUPPORT = 93 +pkg syscall (linux-amd64), const EPROTOTYPE = 91 +pkg syscall (linux-amd64), const ERANGE = 34 +pkg syscall (linux-amd64), const EREMCHG = 78 +pkg syscall (linux-amd64), const EREMOTE = 66 +pkg syscall (linux-amd64), const EREMOTEIO = 121 +pkg syscall (linux-amd64), const ERESTART = 85 +pkg syscall (linux-amd64), const ERFKILL = 132 +pkg syscall (linux-amd64), const EROFS = 30 +pkg syscall (linux-amd64), const ESHUTDOWN = 108 +pkg syscall (linux-amd64), const ESOCKTNOSUPPORT = 94 +pkg syscall (linux-amd64), const ESPIPE = 29 +pkg syscall (linux-amd64), const ESRCH = 3 +pkg syscall (linux-amd64), const ESRMNT = 69 +pkg syscall (linux-amd64), const ESTALE = 116 +pkg syscall (linux-amd64), const ESTRPIPE = 86 +pkg syscall (linux-amd64), const ETH_P_1588 = 35063 +pkg syscall (linux-amd64), const ETH_P_8021Q = 33024 +pkg syscall (linux-amd64), const ETH_P_802_2 = 4 +pkg syscall (linux-amd64), const ETH_P_802_3 = 1 +pkg syscall (linux-amd64), const ETH_P_AARP = 33011 +pkg syscall (linux-amd64), const ETH_P_ALL = 3 +pkg syscall (linux-amd64), const ETH_P_AOE = 34978 +pkg syscall (linux-amd64), const ETH_P_ARCNET = 26 +pkg syscall (linux-amd64), const ETH_P_ARP = 2054 +pkg syscall (linux-amd64), const ETH_P_ATALK = 32923 +pkg syscall (linux-amd64), const ETH_P_ATMFATE = 34948 +pkg syscall (linux-amd64), const ETH_P_ATMMPOA = 34892 +pkg syscall (linux-amd64), const ETH_P_AX25 = 2 +pkg syscall (linux-amd64), const ETH_P_BPQ = 2303 +pkg syscall (linux-amd64), const ETH_P_CAIF = 247 +pkg syscall (linux-amd64), const ETH_P_CAN = 12 +pkg syscall (linux-amd64), const ETH_P_CONTROL = 22 +pkg syscall (linux-amd64), const ETH_P_CUST = 24582 +pkg syscall (linux-amd64), const ETH_P_DDCMP = 6 +pkg syscall (linux-amd64), const ETH_P_DEC = 24576 +pkg syscall (linux-amd64), const ETH_P_DIAG = 24581 +pkg syscall (linux-amd64), const ETH_P_DNA_DL = 24577 +pkg syscall (linux-amd64), const ETH_P_DNA_RC = 24578 +pkg syscall (linux-amd64), const ETH_P_DNA_RT = 24579 +pkg syscall (linux-amd64), const ETH_P_DSA = 27 +pkg syscall (linux-amd64), const ETH_P_ECONET = 24 +pkg syscall (linux-amd64), const ETH_P_EDSA = 56026 +pkg syscall (linux-amd64), const ETH_P_FCOE = 35078 +pkg syscall (linux-amd64), const ETH_P_FIP = 35092 +pkg syscall (linux-amd64), const ETH_P_HDLC = 25 +pkg syscall (linux-amd64), const ETH_P_IEEE802154 = 246 +pkg syscall (linux-amd64), const ETH_P_IEEEPUP = 2560 +pkg syscall (linux-amd64), const ETH_P_IEEEPUPAT = 2561 +pkg syscall (linux-amd64), const ETH_P_IP = 2048 +pkg syscall (linux-amd64), const ETH_P_IPV6 = 34525 +pkg syscall (linux-amd64), const ETH_P_IPX = 33079 +pkg syscall (linux-amd64), const ETH_P_IRDA = 23 +pkg syscall (linux-amd64), const ETH_P_LAT = 24580 +pkg syscall (linux-amd64), const ETH_P_LINK_CTL = 34924 +pkg syscall (linux-amd64), const ETH_P_LOCALTALK = 9 +pkg syscall (linux-amd64), const ETH_P_LOOP = 96 +pkg syscall (linux-amd64), const ETH_P_MOBITEX = 21 +pkg syscall (linux-amd64), const ETH_P_MPLS_MC = 34888 +pkg syscall (linux-amd64), const ETH_P_MPLS_UC = 34887 +pkg syscall (linux-amd64), const ETH_P_PAE = 34958 +pkg syscall (linux-amd64), const ETH_P_PAUSE = 34824 +pkg syscall (linux-amd64), const ETH_P_PHONET = 245 +pkg syscall (linux-amd64), const ETH_P_PPPTALK = 16 +pkg syscall (linux-amd64), const ETH_P_PPP_DISC = 34915 +pkg syscall (linux-amd64), const ETH_P_PPP_MP = 8 +pkg syscall (linux-amd64), const ETH_P_PPP_SES = 34916 +pkg syscall (linux-amd64), const ETH_P_PUP = 512 +pkg syscall (linux-amd64), const ETH_P_PUPAT = 513 +pkg syscall (linux-amd64), const ETH_P_RARP = 32821 +pkg syscall (linux-amd64), const ETH_P_SCA = 24583 +pkg syscall (linux-amd64), const ETH_P_SLOW = 34825 +pkg syscall (linux-amd64), const ETH_P_SNAP = 5 +pkg syscall (linux-amd64), const ETH_P_TEB = 25944 +pkg syscall (linux-amd64), const ETH_P_TIPC = 35018 +pkg syscall (linux-amd64), const ETH_P_TRAILER = 28 +pkg syscall (linux-amd64), const ETH_P_TR_802_2 = 17 +pkg syscall (linux-amd64), const ETH_P_WAN_PPP = 7 +pkg syscall (linux-amd64), const ETH_P_WCCP = 34878 +pkg syscall (linux-amd64), const ETH_P_X25 = 2053 +pkg syscall (linux-amd64), const ETIME = 62 +pkg syscall (linux-amd64), const ETIMEDOUT = 110 +pkg syscall (linux-amd64), const ETOOMANYREFS = 109 +pkg syscall (linux-amd64), const ETXTBSY = 26 +pkg syscall (linux-amd64), const EUCLEAN = 117 +pkg syscall (linux-amd64), const EUNATCH = 49 +pkg syscall (linux-amd64), const EUSERS = 87 +pkg syscall (linux-amd64), const EWOULDBLOCK = 11 +pkg syscall (linux-amd64), const EXDEV = 18 +pkg syscall (linux-amd64), const EXFULL = 54 +pkg syscall (linux-amd64), const FD_CLOEXEC = 1 +pkg syscall (linux-amd64), const FD_SETSIZE = 1024 +pkg syscall (linux-amd64), const FLUSHO = 4096 +pkg syscall (linux-amd64), const F_DUPFD = 0 +pkg syscall (linux-amd64), const F_DUPFD_CLOEXEC = 1030 +pkg syscall (linux-amd64), const F_EXLCK = 4 +pkg syscall (linux-amd64), const F_GETFD = 1 +pkg syscall (linux-amd64), const F_GETFL = 3 +pkg syscall (linux-amd64), const F_GETLEASE = 1025 +pkg syscall (linux-amd64), const F_GETLK = 5 +pkg syscall (linux-amd64), const F_GETLK64 = 5 +pkg syscall (linux-amd64), const F_GETOWN = 9 +pkg syscall (linux-amd64), const F_GETOWN_EX = 16 +pkg syscall (linux-amd64), const F_GETPIPE_SZ = 1032 +pkg syscall (linux-amd64), const F_GETSIG = 11 +pkg syscall (linux-amd64), const F_LOCK = 1 +pkg syscall (linux-amd64), const F_NOTIFY = 1026 +pkg syscall (linux-amd64), const F_OK = 0 +pkg syscall (linux-amd64), const F_RDLCK = 0 +pkg syscall (linux-amd64), const F_SETFD = 2 +pkg syscall (linux-amd64), const F_SETFL = 4 +pkg syscall (linux-amd64), const F_SETLEASE = 1024 +pkg syscall (linux-amd64), const F_SETLK = 6 +pkg syscall (linux-amd64), const F_SETLK64 = 6 +pkg syscall (linux-amd64), const F_SETLKW = 7 +pkg syscall (linux-amd64), const F_SETLKW64 = 7 +pkg syscall (linux-amd64), const F_SETOWN = 8 +pkg syscall (linux-amd64), const F_SETOWN_EX = 15 +pkg syscall (linux-amd64), const F_SETPIPE_SZ = 1031 +pkg syscall (linux-amd64), const F_SETSIG = 10 +pkg syscall (linux-amd64), const F_SHLCK = 8 +pkg syscall (linux-amd64), const F_TEST = 3 +pkg syscall (linux-amd64), const F_TLOCK = 2 +pkg syscall (linux-amd64), const F_ULOCK = 0 +pkg syscall (linux-amd64), const F_UNLCK = 2 +pkg syscall (linux-amd64), const F_WRLCK = 1 +pkg syscall (linux-amd64), const HUPCL = 1024 +pkg syscall (linux-amd64), const ICANON = 2 +pkg syscall (linux-amd64), const ICRNL = 256 +pkg syscall (linux-amd64), const IEXTEN = 32768 +pkg syscall (linux-amd64), const IFA_ADDRESS = 1 +pkg syscall (linux-amd64), const IFA_ANYCAST = 5 +pkg syscall (linux-amd64), const IFA_BROADCAST = 4 +pkg syscall (linux-amd64), const IFA_CACHEINFO = 6 +pkg syscall (linux-amd64), const IFA_F_DADFAILED = 8 +pkg syscall (linux-amd64), const IFA_F_DEPRECATED = 32 +pkg syscall (linux-amd64), const IFA_F_HOMEADDRESS = 16 +pkg syscall (linux-amd64), const IFA_F_NODAD = 2 +pkg syscall (linux-amd64), const IFA_F_OPTIMISTIC = 4 +pkg syscall (linux-amd64), const IFA_F_PERMANENT = 128 +pkg syscall (linux-amd64), const IFA_F_SECONDARY = 1 +pkg syscall (linux-amd64), const IFA_F_TEMPORARY = 1 +pkg syscall (linux-amd64), const IFA_F_TENTATIVE = 64 +pkg syscall (linux-amd64), const IFA_LABEL = 3 +pkg syscall (linux-amd64), const IFA_LOCAL = 2 +pkg syscall (linux-amd64), const IFA_MAX = 7 +pkg syscall (linux-amd64), const IFA_MULTICAST = 7 +pkg syscall (linux-amd64), const IFA_UNSPEC = 0 +pkg syscall (linux-amd64), const IFF_ALLMULTI = 512 +pkg syscall (linux-amd64), const IFF_AUTOMEDIA = 16384 +pkg syscall (linux-amd64), const IFF_DEBUG = 4 +pkg syscall (linux-amd64), const IFF_DYNAMIC = 32768 +pkg syscall (linux-amd64), const IFF_LOOPBACK = 8 +pkg syscall (linux-amd64), const IFF_MASTER = 1024 +pkg syscall (linux-amd64), const IFF_MULTICAST = 4096 +pkg syscall (linux-amd64), const IFF_NOARP = 128 +pkg syscall (linux-amd64), const IFF_NOTRAILERS = 32 +pkg syscall (linux-amd64), const IFF_NO_PI = 4096 +pkg syscall (linux-amd64), const IFF_ONE_QUEUE = 8192 +pkg syscall (linux-amd64), const IFF_POINTOPOINT = 16 +pkg syscall (linux-amd64), const IFF_PORTSEL = 8192 +pkg syscall (linux-amd64), const IFF_PROMISC = 256 +pkg syscall (linux-amd64), const IFF_RUNNING = 64 +pkg syscall (linux-amd64), const IFF_SLAVE = 2048 +pkg syscall (linux-amd64), const IFF_TAP = 2 +pkg syscall (linux-amd64), const IFF_TUN = 1 +pkg syscall (linux-amd64), const IFF_TUN_EXCL = 32768 +pkg syscall (linux-amd64), const IFF_VNET_HDR = 16384 +pkg syscall (linux-amd64), const IFLA_ADDRESS = 1 +pkg syscall (linux-amd64), const IFLA_BROADCAST = 2 +pkg syscall (linux-amd64), const IFLA_COST = 8 +pkg syscall (linux-amd64), const IFLA_IFALIAS = 20 +pkg syscall (linux-amd64), const IFLA_IFNAME = 3 +pkg syscall (linux-amd64), const IFLA_LINK = 5 +pkg syscall (linux-amd64), const IFLA_LINKINFO = 18 +pkg syscall (linux-amd64), const IFLA_LINKMODE = 17 +pkg syscall (linux-amd64), const IFLA_MAP = 14 +pkg syscall (linux-amd64), const IFLA_MASTER = 10 +pkg syscall (linux-amd64), const IFLA_MAX = 29 +pkg syscall (linux-amd64), const IFLA_MTU = 4 +pkg syscall (linux-amd64), const IFLA_NET_NS_PID = 19 +pkg syscall (linux-amd64), const IFLA_OPERSTATE = 16 +pkg syscall (linux-amd64), const IFLA_PRIORITY = 9 +pkg syscall (linux-amd64), const IFLA_PROTINFO = 12 +pkg syscall (linux-amd64), const IFLA_QDISC = 6 +pkg syscall (linux-amd64), const IFLA_STATS = 7 +pkg syscall (linux-amd64), const IFLA_TXQLEN = 13 +pkg syscall (linux-amd64), const IFLA_UNSPEC = 0 +pkg syscall (linux-amd64), const IFLA_WEIGHT = 15 +pkg syscall (linux-amd64), const IFLA_WIRELESS = 11 +pkg syscall (linux-amd64), const IFNAMSIZ = 16 +pkg syscall (linux-amd64), const IGNBRK = 1 +pkg syscall (linux-amd64), const IGNCR = 128 +pkg syscall (linux-amd64), const IGNPAR = 4 +pkg syscall (linux-amd64), const IMAXBEL = 8192 +pkg syscall (linux-amd64), const INLCR = 64 +pkg syscall (linux-amd64), const INPCK = 16 +pkg syscall (linux-amd64), const IN_ACCESS = 1 +pkg syscall (linux-amd64), const IN_ALL_EVENTS = 4095 +pkg syscall (linux-amd64), const IN_ATTRIB = 4 +pkg syscall (linux-amd64), const IN_CLASSA_HOST = 16777215 +pkg syscall (linux-amd64), const IN_CLASSA_MAX = 128 +pkg syscall (linux-amd64), const IN_CLASSA_NET = 4278190080 +pkg syscall (linux-amd64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (linux-amd64), const IN_CLASSB_HOST = 65535 +pkg syscall (linux-amd64), const IN_CLASSB_MAX = 65536 +pkg syscall (linux-amd64), const IN_CLASSB_NET = 4294901760 +pkg syscall (linux-amd64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (linux-amd64), const IN_CLASSC_HOST = 255 +pkg syscall (linux-amd64), const IN_CLASSC_NET = 4294967040 +pkg syscall (linux-amd64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (linux-amd64), const IN_CLOEXEC = 524288 +pkg syscall (linux-amd64), const IN_CLOSE = 24 +pkg syscall (linux-amd64), const IN_CLOSE_NOWRITE = 16 +pkg syscall (linux-amd64), const IN_CLOSE_WRITE = 8 +pkg syscall (linux-amd64), const IN_CREATE = 256 +pkg syscall (linux-amd64), const IN_DELETE = 512 +pkg syscall (linux-amd64), const IN_DELETE_SELF = 1024 +pkg syscall (linux-amd64), const IN_DONT_FOLLOW = 33554432 +pkg syscall (linux-amd64), const IN_EXCL_UNLINK = 67108864 +pkg syscall (linux-amd64), const IN_IGNORED = 32768 +pkg syscall (linux-amd64), const IN_ISDIR = 1073741824 +pkg syscall (linux-amd64), const IN_LOOPBACKNET = 127 +pkg syscall (linux-amd64), const IN_MASK_ADD = 536870912 +pkg syscall (linux-amd64), const IN_MODIFY = 2 +pkg syscall (linux-amd64), const IN_MOVE = 192 +pkg syscall (linux-amd64), const IN_MOVED_FROM = 64 +pkg syscall (linux-amd64), const IN_MOVED_TO = 128 +pkg syscall (linux-amd64), const IN_MOVE_SELF = 2048 +pkg syscall (linux-amd64), const IN_NONBLOCK = 2048 +pkg syscall (linux-amd64), const IN_ONESHOT = 2147483648 +pkg syscall (linux-amd64), const IN_ONLYDIR = 16777216 +pkg syscall (linux-amd64), const IN_OPEN = 32 +pkg syscall (linux-amd64), const IN_Q_OVERFLOW = 16384 +pkg syscall (linux-amd64), const IN_UNMOUNT = 8192 +pkg syscall (linux-amd64), const IPPROTO_AH = 51 +pkg syscall (linux-amd64), const IPPROTO_COMP = 108 +pkg syscall (linux-amd64), const IPPROTO_DCCP = 33 +pkg syscall (linux-amd64), const IPPROTO_DSTOPTS = 60 +pkg syscall (linux-amd64), const IPPROTO_EGP = 8 +pkg syscall (linux-amd64), const IPPROTO_ENCAP = 98 +pkg syscall (linux-amd64), const IPPROTO_ESP = 50 +pkg syscall (linux-amd64), const IPPROTO_FRAGMENT = 44 +pkg syscall (linux-amd64), const IPPROTO_GRE = 47 +pkg syscall (linux-amd64), const IPPROTO_HOPOPTS = 0 +pkg syscall (linux-amd64), const IPPROTO_ICMP = 1 +pkg syscall (linux-amd64), const IPPROTO_ICMPV6 = 58 +pkg syscall (linux-amd64), const IPPROTO_IDP = 22 +pkg syscall (linux-amd64), const IPPROTO_IGMP = 2 +pkg syscall (linux-amd64), const IPPROTO_IPIP = 4 +pkg syscall (linux-amd64), const IPPROTO_MTP = 92 +pkg syscall (linux-amd64), const IPPROTO_NONE = 59 +pkg syscall (linux-amd64), const IPPROTO_PIM = 103 +pkg syscall (linux-amd64), const IPPROTO_PUP = 12 +pkg syscall (linux-amd64), const IPPROTO_RAW = 255 +pkg syscall (linux-amd64), const IPPROTO_ROUTING = 43 +pkg syscall (linux-amd64), const IPPROTO_RSVP = 46 +pkg syscall (linux-amd64), const IPPROTO_SCTP = 132 +pkg syscall (linux-amd64), const IPPROTO_TP = 29 +pkg syscall (linux-amd64), const IPPROTO_UDPLITE = 136 +pkg syscall (linux-amd64), const IPV6_2292DSTOPTS = 4 +pkg syscall (linux-amd64), const IPV6_2292HOPLIMIT = 8 +pkg syscall (linux-amd64), const IPV6_2292HOPOPTS = 3 +pkg syscall (linux-amd64), const IPV6_2292PKTINFO = 2 +pkg syscall (linux-amd64), const IPV6_2292PKTOPTIONS = 6 +pkg syscall (linux-amd64), const IPV6_2292RTHDR = 5 +pkg syscall (linux-amd64), const IPV6_ADDRFORM = 1 +pkg syscall (linux-amd64), const IPV6_ADD_MEMBERSHIP = 20 +pkg syscall (linux-amd64), const IPV6_AUTHHDR = 10 +pkg syscall (linux-amd64), const IPV6_CHECKSUM = 7 +pkg syscall (linux-amd64), const IPV6_DROP_MEMBERSHIP = 21 +pkg syscall (linux-amd64), const IPV6_DSTOPTS = 59 +pkg syscall (linux-amd64), const IPV6_HOPLIMIT = 52 +pkg syscall (linux-amd64), const IPV6_HOPOPTS = 54 +pkg syscall (linux-amd64), const IPV6_IPSEC_POLICY = 34 +pkg syscall (linux-amd64), const IPV6_JOIN_ANYCAST = 27 +pkg syscall (linux-amd64), const IPV6_JOIN_GROUP = 20 +pkg syscall (linux-amd64), const IPV6_LEAVE_ANYCAST = 28 +pkg syscall (linux-amd64), const IPV6_LEAVE_GROUP = 21 +pkg syscall (linux-amd64), const IPV6_MTU = 24 +pkg syscall (linux-amd64), const IPV6_MTU_DISCOVER = 23 +pkg syscall (linux-amd64), const IPV6_MULTICAST_HOPS = 18 +pkg syscall (linux-amd64), const IPV6_MULTICAST_IF = 17 +pkg syscall (linux-amd64), const IPV6_MULTICAST_LOOP = 19 +pkg syscall (linux-amd64), const IPV6_NEXTHOP = 9 +pkg syscall (linux-amd64), const IPV6_PKTINFO = 50 +pkg syscall (linux-amd64), const IPV6_PMTUDISC_DO = 2 +pkg syscall (linux-amd64), const IPV6_PMTUDISC_DONT = 0 +pkg syscall (linux-amd64), const IPV6_PMTUDISC_PROBE = 3 +pkg syscall (linux-amd64), const IPV6_PMTUDISC_WANT = 1 +pkg syscall (linux-amd64), const IPV6_RECVDSTOPTS = 58 +pkg syscall (linux-amd64), const IPV6_RECVERR = 25 +pkg syscall (linux-amd64), const IPV6_RECVHOPLIMIT = 51 +pkg syscall (linux-amd64), const IPV6_RECVHOPOPTS = 53 +pkg syscall (linux-amd64), const IPV6_RECVPKTINFO = 49 +pkg syscall (linux-amd64), const IPV6_RECVRTHDR = 56 +pkg syscall (linux-amd64), const IPV6_RECVTCLASS = 66 +pkg syscall (linux-amd64), const IPV6_ROUTER_ALERT = 22 +pkg syscall (linux-amd64), const IPV6_RTHDR = 57 +pkg syscall (linux-amd64), const IPV6_RTHDRDSTOPTS = 55 +pkg syscall (linux-amd64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (linux-amd64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (linux-amd64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (linux-amd64), const IPV6_RXDSTOPTS = 59 +pkg syscall (linux-amd64), const IPV6_RXHOPOPTS = 54 +pkg syscall (linux-amd64), const IPV6_TCLASS = 67 +pkg syscall (linux-amd64), const IPV6_UNICAST_HOPS = 16 +pkg syscall (linux-amd64), const IPV6_V6ONLY = 26 +pkg syscall (linux-amd64), const IPV6_XFRM_POLICY = 35 +pkg syscall (linux-amd64), const IP_ADD_MEMBERSHIP = 35 +pkg syscall (linux-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 39 +pkg syscall (linux-amd64), const IP_BLOCK_SOURCE = 38 +pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (linux-amd64), const IP_DF = 16384 +pkg syscall (linux-amd64), const IP_DROP_MEMBERSHIP = 36 +pkg syscall (linux-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 40 +pkg syscall (linux-amd64), const IP_FREEBIND = 15 +pkg syscall (linux-amd64), const IP_HDRINCL = 3 +pkg syscall (linux-amd64), const IP_IPSEC_POLICY = 16 +pkg syscall (linux-amd64), const IP_MAXPACKET = 65535 +pkg syscall (linux-amd64), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (linux-amd64), const IP_MF = 8192 +pkg syscall (linux-amd64), const IP_MINTTL = 21 +pkg syscall (linux-amd64), const IP_MSFILTER = 41 +pkg syscall (linux-amd64), const IP_MSS = 576 +pkg syscall (linux-amd64), const IP_MTU = 14 +pkg syscall (linux-amd64), const IP_MTU_DISCOVER = 10 +pkg syscall (linux-amd64), const IP_MULTICAST_IF = 32 +pkg syscall (linux-amd64), const IP_MULTICAST_LOOP = 34 +pkg syscall (linux-amd64), const IP_MULTICAST_TTL = 33 +pkg syscall (linux-amd64), const IP_OFFMASK = 8191 +pkg syscall (linux-amd64), const IP_OPTIONS = 4 +pkg syscall (linux-amd64), const IP_ORIGDSTADDR = 20 +pkg syscall (linux-amd64), const IP_PASSSEC = 18 +pkg syscall (linux-amd64), const IP_PKTINFO = 8 +pkg syscall (linux-amd64), const IP_PKTOPTIONS = 9 +pkg syscall (linux-amd64), const IP_PMTUDISC = 10 +pkg syscall (linux-amd64), const IP_PMTUDISC_DO = 2 +pkg syscall (linux-amd64), const IP_PMTUDISC_DONT = 0 +pkg syscall (linux-amd64), const IP_PMTUDISC_PROBE = 3 +pkg syscall (linux-amd64), const IP_PMTUDISC_WANT = 1 +pkg syscall (linux-amd64), const IP_RECVERR = 11 +pkg syscall (linux-amd64), const IP_RECVOPTS = 6 +pkg syscall (linux-amd64), const IP_RECVORIGDSTADDR = 20 +pkg syscall (linux-amd64), const IP_RECVRETOPTS = 7 +pkg syscall (linux-amd64), const IP_RECVTOS = 13 +pkg syscall (linux-amd64), const IP_RECVTTL = 12 +pkg syscall (linux-amd64), const IP_RETOPTS = 7 +pkg syscall (linux-amd64), const IP_RF = 32768 +pkg syscall (linux-amd64), const IP_ROUTER_ALERT = 5 +pkg syscall (linux-amd64), const IP_TOS = 1 +pkg syscall (linux-amd64), const IP_TRANSPARENT = 19 +pkg syscall (linux-amd64), const IP_TTL = 2 +pkg syscall (linux-amd64), const IP_UNBLOCK_SOURCE = 37 +pkg syscall (linux-amd64), const IP_XFRM_POLICY = 17 +pkg syscall (linux-amd64), const ISIG = 1 +pkg syscall (linux-amd64), const ISTRIP = 32 +pkg syscall (linux-amd64), const IUCLC = 512 +pkg syscall (linux-amd64), const IUTF8 = 16384 +pkg syscall (linux-amd64), const IXANY = 2048 +pkg syscall (linux-amd64), const IXOFF = 4096 +pkg syscall (linux-amd64), const IXON = 1024 +pkg syscall (linux-amd64), const ImplementsGetwd = true +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_OFF = 0 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_ON = 2309737967 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_HALT = 3454992675 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_KEXEC = 1163412803 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART = 19088743 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART2 = 2712847316 +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666 +pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC1 = 4276215469 +pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC2 = 672274793 +pkg syscall (linux-amd64), const LOCK_EX = 2 +pkg syscall (linux-amd64), const LOCK_NB = 4 +pkg syscall (linux-amd64), const LOCK_SH = 1 +pkg syscall (linux-amd64), const LOCK_UN = 8 +pkg syscall (linux-amd64), const MADV_DOFORK = 11 +pkg syscall (linux-amd64), const MADV_DONTFORK = 10 +pkg syscall (linux-amd64), const MADV_DONTNEED = 4 +pkg syscall (linux-amd64), const MADV_HUGEPAGE = 14 +pkg syscall (linux-amd64), const MADV_HWPOISON = 100 +pkg syscall (linux-amd64), const MADV_MERGEABLE = 12 +pkg syscall (linux-amd64), const MADV_NOHUGEPAGE = 15 +pkg syscall (linux-amd64), const MADV_NORMAL = 0 +pkg syscall (linux-amd64), const MADV_RANDOM = 1 +pkg syscall (linux-amd64), const MADV_REMOVE = 9 +pkg syscall (linux-amd64), const MADV_SEQUENTIAL = 2 +pkg syscall (linux-amd64), const MADV_UNMERGEABLE = 13 +pkg syscall (linux-amd64), const MADV_WILLNEED = 3 +pkg syscall (linux-amd64), const MAP_32BIT = 64 +pkg syscall (linux-amd64), const MAP_ANON = 32 +pkg syscall (linux-amd64), const MAP_ANONYMOUS = 32 +pkg syscall (linux-amd64), const MAP_DENYWRITE = 2048 +pkg syscall (linux-amd64), const MAP_EXECUTABLE = 4096 +pkg syscall (linux-amd64), const MAP_FILE = 0 +pkg syscall (linux-amd64), const MAP_FIXED = 16 +pkg syscall (linux-amd64), const MAP_GROWSDOWN = 256 +pkg syscall (linux-amd64), const MAP_HUGETLB = 262144 +pkg syscall (linux-amd64), const MAP_LOCKED = 8192 +pkg syscall (linux-amd64), const MAP_NONBLOCK = 65536 +pkg syscall (linux-amd64), const MAP_NORESERVE = 16384 +pkg syscall (linux-amd64), const MAP_POPULATE = 32768 +pkg syscall (linux-amd64), const MAP_PRIVATE = 2 +pkg syscall (linux-amd64), const MAP_SHARED = 1 +pkg syscall (linux-amd64), const MAP_STACK = 131072 +pkg syscall (linux-amd64), const MAP_TYPE = 15 +pkg syscall (linux-amd64), const MCL_CURRENT = 1 +pkg syscall (linux-amd64), const MCL_FUTURE = 2 +pkg syscall (linux-amd64), const MNT_DETACH = 2 +pkg syscall (linux-amd64), const MNT_EXPIRE = 4 +pkg syscall (linux-amd64), const MNT_FORCE = 1 +pkg syscall (linux-amd64), const MSG_CMSG_CLOEXEC = 1073741824 +pkg syscall (linux-amd64), const MSG_CONFIRM = 2048 +pkg syscall (linux-amd64), const MSG_CTRUNC = 8 +pkg syscall (linux-amd64), const MSG_DONTROUTE = 4 +pkg syscall (linux-amd64), const MSG_DONTWAIT = 64 +pkg syscall (linux-amd64), const MSG_EOR = 128 +pkg syscall (linux-amd64), const MSG_ERRQUEUE = 8192 +pkg syscall (linux-amd64), const MSG_FASTOPEN = 536870912 +pkg syscall (linux-amd64), const MSG_FASTOPEN ideal-int +pkg syscall (linux-amd64), const MSG_FIN = 512 +pkg syscall (linux-amd64), const MSG_MORE = 32768 +pkg syscall (linux-amd64), const MSG_NOSIGNAL = 16384 +pkg syscall (linux-amd64), const MSG_OOB = 1 +pkg syscall (linux-amd64), const MSG_PEEK = 2 +pkg syscall (linux-amd64), const MSG_PROXY = 16 +pkg syscall (linux-amd64), const MSG_RST = 4096 +pkg syscall (linux-amd64), const MSG_SYN = 1024 +pkg syscall (linux-amd64), const MSG_TRUNC = 32 +pkg syscall (linux-amd64), const MSG_TRYHARD = 4 +pkg syscall (linux-amd64), const MSG_WAITALL = 256 +pkg syscall (linux-amd64), const MSG_WAITFORONE = 65536 +pkg syscall (linux-amd64), const MS_ACTIVE = 1073741824 +pkg syscall (linux-amd64), const MS_ASYNC = 1 +pkg syscall (linux-amd64), const MS_BIND = 4096 +pkg syscall (linux-amd64), const MS_DIRSYNC = 128 +pkg syscall (linux-amd64), const MS_INVALIDATE = 2 +pkg syscall (linux-amd64), const MS_I_VERSION = 8388608 +pkg syscall (linux-amd64), const MS_KERNMOUNT = 4194304 +pkg syscall (linux-amd64), const MS_MANDLOCK = 64 +pkg syscall (linux-amd64), const MS_MGC_MSK = 4294901760 +pkg syscall (linux-amd64), const MS_MGC_VAL = 3236757504 +pkg syscall (linux-amd64), const MS_MOVE = 8192 +pkg syscall (linux-amd64), const MS_NOATIME = 1024 +pkg syscall (linux-amd64), const MS_NODEV = 4 +pkg syscall (linux-amd64), const MS_NODIRATIME = 2048 +pkg syscall (linux-amd64), const MS_NOEXEC = 8 +pkg syscall (linux-amd64), const MS_NOSUID = 2 +pkg syscall (linux-amd64), const MS_NOUSER = -2147483648 +pkg syscall (linux-amd64), const MS_POSIXACL = 65536 +pkg syscall (linux-amd64), const MS_PRIVATE = 262144 +pkg syscall (linux-amd64), const MS_RDONLY = 1 +pkg syscall (linux-amd64), const MS_REC = 16384 +pkg syscall (linux-amd64), const MS_RELATIME = 2097152 +pkg syscall (linux-amd64), const MS_REMOUNT = 32 +pkg syscall (linux-amd64), const MS_RMT_MASK = 8388689 +pkg syscall (linux-amd64), const MS_SHARED = 1048576 +pkg syscall (linux-amd64), const MS_SILENT = 32768 +pkg syscall (linux-amd64), const MS_SLAVE = 524288 +pkg syscall (linux-amd64), const MS_STRICTATIME = 16777216 +pkg syscall (linux-amd64), const MS_SYNC = 4 +pkg syscall (linux-amd64), const MS_SYNCHRONOUS = 16 +pkg syscall (linux-amd64), const MS_UNBINDABLE = 131072 +pkg syscall (linux-amd64), const NAME_MAX = 255 +pkg syscall (linux-amd64), const NETLINK_ADD_MEMBERSHIP = 1 +pkg syscall (linux-amd64), const NETLINK_AUDIT = 9 +pkg syscall (linux-amd64), const NETLINK_BROADCAST_ERROR = 4 +pkg syscall (linux-amd64), const NETLINK_CONNECTOR = 11 +pkg syscall (linux-amd64), const NETLINK_DNRTMSG = 14 +pkg syscall (linux-amd64), const NETLINK_DROP_MEMBERSHIP = 2 +pkg syscall (linux-amd64), const NETLINK_ECRYPTFS = 19 +pkg syscall (linux-amd64), const NETLINK_FIB_LOOKUP = 10 +pkg syscall (linux-amd64), const NETLINK_FIREWALL = 3 +pkg syscall (linux-amd64), const NETLINK_GENERIC = 16 +pkg syscall (linux-amd64), const NETLINK_INET_DIAG = 4 +pkg syscall (linux-amd64), const NETLINK_IP6_FW = 13 +pkg syscall (linux-amd64), const NETLINK_ISCSI = 8 +pkg syscall (linux-amd64), const NETLINK_KOBJECT_UEVENT = 15 +pkg syscall (linux-amd64), const NETLINK_NETFILTER = 12 +pkg syscall (linux-amd64), const NETLINK_NFLOG = 5 +pkg syscall (linux-amd64), const NETLINK_NO_ENOBUFS = 5 +pkg syscall (linux-amd64), const NETLINK_PKTINFO = 3 +pkg syscall (linux-amd64), const NETLINK_ROUTE = 0 +pkg syscall (linux-amd64), const NETLINK_SCSITRANSPORT = 18 +pkg syscall (linux-amd64), const NETLINK_SELINUX = 7 +pkg syscall (linux-amd64), const NETLINK_UNUSED = 1 +pkg syscall (linux-amd64), const NETLINK_USERSOCK = 2 +pkg syscall (linux-amd64), const NETLINK_XFRM = 6 +pkg syscall (linux-amd64), const NLA_ALIGNTO = 4 +pkg syscall (linux-amd64), const NLA_F_NESTED = 32768 +pkg syscall (linux-amd64), const NLA_F_NET_BYTEORDER = 16384 +pkg syscall (linux-amd64), const NLA_HDRLEN = 4 +pkg syscall (linux-amd64), const NLMSG_ALIGNTO = 4 +pkg syscall (linux-amd64), const NLMSG_DONE = 3 +pkg syscall (linux-amd64), const NLMSG_ERROR = 2 +pkg syscall (linux-amd64), const NLMSG_HDRLEN = 16 +pkg syscall (linux-amd64), const NLMSG_MIN_TYPE = 16 +pkg syscall (linux-amd64), const NLMSG_NOOP = 1 +pkg syscall (linux-amd64), const NLMSG_OVERRUN = 4 +pkg syscall (linux-amd64), const NLM_F_ACK = 4 +pkg syscall (linux-amd64), const NLM_F_APPEND = 2048 +pkg syscall (linux-amd64), const NLM_F_ATOMIC = 1024 +pkg syscall (linux-amd64), const NLM_F_CREATE = 1024 +pkg syscall (linux-amd64), const NLM_F_DUMP = 768 +pkg syscall (linux-amd64), const NLM_F_ECHO = 8 +pkg syscall (linux-amd64), const NLM_F_EXCL = 512 +pkg syscall (linux-amd64), const NLM_F_MATCH = 512 +pkg syscall (linux-amd64), const NLM_F_MULTI = 2 +pkg syscall (linux-amd64), const NLM_F_REPLACE = 256 +pkg syscall (linux-amd64), const NLM_F_REQUEST = 1 +pkg syscall (linux-amd64), const NLM_F_ROOT = 256 +pkg syscall (linux-amd64), const NOFLSH = 128 +pkg syscall (linux-amd64), const OCRNL = 8 +pkg syscall (linux-amd64), const OFDEL = 128 +pkg syscall (linux-amd64), const OFILL = 64 +pkg syscall (linux-amd64), const OLCUC = 2 +pkg syscall (linux-amd64), const ONLCR = 4 +pkg syscall (linux-amd64), const ONLRET = 32 +pkg syscall (linux-amd64), const ONOCR = 16 +pkg syscall (linux-amd64), const OPOST = 1 +pkg syscall (linux-amd64), const O_ACCMODE = 3 +pkg syscall (linux-amd64), const O_APPEND = 1024 +pkg syscall (linux-amd64), const O_ASYNC = 8192 +pkg syscall (linux-amd64), const O_CLOEXEC = 524288 +pkg syscall (linux-amd64), const O_CREAT = 64 +pkg syscall (linux-amd64), const O_DIRECT = 16384 +pkg syscall (linux-amd64), const O_DIRECTORY = 65536 +pkg syscall (linux-amd64), const O_DSYNC = 4096 +pkg syscall (linux-amd64), const O_EXCL = 128 +pkg syscall (linux-amd64), const O_FSYNC = 1052672 +pkg syscall (linux-amd64), const O_LARGEFILE = 0 +pkg syscall (linux-amd64), const O_NDELAY = 2048 +pkg syscall (linux-amd64), const O_NOATIME = 262144 +pkg syscall (linux-amd64), const O_NOCTTY = 256 +pkg syscall (linux-amd64), const O_NOFOLLOW = 131072 +pkg syscall (linux-amd64), const O_NONBLOCK = 2048 +pkg syscall (linux-amd64), const O_RSYNC = 1052672 +pkg syscall (linux-amd64), const O_SYNC = 1052672 +pkg syscall (linux-amd64), const O_TRUNC = 512 +pkg syscall (linux-amd64), const PACKET_ADD_MEMBERSHIP = 1 +pkg syscall (linux-amd64), const PACKET_BROADCAST = 1 +pkg syscall (linux-amd64), const PACKET_DROP_MEMBERSHIP = 2 +pkg syscall (linux-amd64), const PACKET_FASTROUTE = 6 +pkg syscall (linux-amd64), const PACKET_HOST = 0 +pkg syscall (linux-amd64), const PACKET_LOOPBACK = 5 +pkg syscall (linux-amd64), const PACKET_MR_ALLMULTI = 2 +pkg syscall (linux-amd64), const PACKET_MR_MULTICAST = 0 +pkg syscall (linux-amd64), const PACKET_MR_PROMISC = 1 +pkg syscall (linux-amd64), const PACKET_MULTICAST = 2 +pkg syscall (linux-amd64), const PACKET_OTHERHOST = 3 +pkg syscall (linux-amd64), const PACKET_OUTGOING = 4 +pkg syscall (linux-amd64), const PACKET_RECV_OUTPUT = 3 +pkg syscall (linux-amd64), const PACKET_RX_RING = 5 +pkg syscall (linux-amd64), const PACKET_STATISTICS = 6 +pkg syscall (linux-amd64), const PARENB = 256 +pkg syscall (linux-amd64), const PARMRK = 8 +pkg syscall (linux-amd64), const PARODD = 512 +pkg syscall (linux-amd64), const PENDIN = 16384 +pkg syscall (linux-amd64), const PROT_EXEC = 4 +pkg syscall (linux-amd64), const PROT_GROWSDOWN = 16777216 +pkg syscall (linux-amd64), const PROT_GROWSUP = 33554432 +pkg syscall (linux-amd64), const PROT_NONE = 0 +pkg syscall (linux-amd64), const PROT_READ = 1 +pkg syscall (linux-amd64), const PROT_WRITE = 2 +pkg syscall (linux-amd64), const PR_CAPBSET_DROP = 24 +pkg syscall (linux-amd64), const PR_CAPBSET_READ = 23 +pkg syscall (linux-amd64), const PR_ENDIAN_BIG = 0 +pkg syscall (linux-amd64), const PR_ENDIAN_LITTLE = 1 +pkg syscall (linux-amd64), const PR_ENDIAN_PPC_LITTLE = 2 +pkg syscall (linux-amd64), const PR_FPEMU_NOPRINT = 1 +pkg syscall (linux-amd64), const PR_FPEMU_SIGFPE = 2 +pkg syscall (linux-amd64), const PR_FP_EXC_ASYNC = 2 +pkg syscall (linux-amd64), const PR_FP_EXC_DISABLED = 0 +pkg syscall (linux-amd64), const PR_FP_EXC_DIV = 65536 +pkg syscall (linux-amd64), const PR_FP_EXC_INV = 1048576 +pkg syscall (linux-amd64), const PR_FP_EXC_NONRECOV = 1 +pkg syscall (linux-amd64), const PR_FP_EXC_OVF = 131072 +pkg syscall (linux-amd64), const PR_FP_EXC_PRECISE = 3 +pkg syscall (linux-amd64), const PR_FP_EXC_RES = 524288 +pkg syscall (linux-amd64), const PR_FP_EXC_SW_ENABLE = 128 +pkg syscall (linux-amd64), const PR_FP_EXC_UND = 262144 +pkg syscall (linux-amd64), const PR_GET_DUMPABLE = 3 +pkg syscall (linux-amd64), const PR_GET_ENDIAN = 19 +pkg syscall (linux-amd64), const PR_GET_FPEMU = 9 +pkg syscall (linux-amd64), const PR_GET_FPEXC = 11 +pkg syscall (linux-amd64), const PR_GET_KEEPCAPS = 7 +pkg syscall (linux-amd64), const PR_GET_NAME = 16 +pkg syscall (linux-amd64), const PR_GET_PDEATHSIG = 2 +pkg syscall (linux-amd64), const PR_GET_SECCOMP = 21 +pkg syscall (linux-amd64), const PR_GET_SECUREBITS = 27 +pkg syscall (linux-amd64), const PR_GET_TIMERSLACK = 30 +pkg syscall (linux-amd64), const PR_GET_TIMING = 13 +pkg syscall (linux-amd64), const PR_GET_TSC = 25 +pkg syscall (linux-amd64), const PR_GET_UNALIGN = 5 +pkg syscall (linux-amd64), const PR_MCE_KILL = 33 +pkg syscall (linux-amd64), const PR_MCE_KILL_CLEAR = 0 +pkg syscall (linux-amd64), const PR_MCE_KILL_DEFAULT = 2 +pkg syscall (linux-amd64), const PR_MCE_KILL_EARLY = 1 +pkg syscall (linux-amd64), const PR_MCE_KILL_GET = 34 +pkg syscall (linux-amd64), const PR_MCE_KILL_LATE = 0 +pkg syscall (linux-amd64), const PR_MCE_KILL_SET = 1 +pkg syscall (linux-amd64), const PR_SET_DUMPABLE = 4 +pkg syscall (linux-amd64), const PR_SET_ENDIAN = 20 +pkg syscall (linux-amd64), const PR_SET_FPEMU = 10 +pkg syscall (linux-amd64), const PR_SET_FPEXC = 12 +pkg syscall (linux-amd64), const PR_SET_KEEPCAPS = 8 +pkg syscall (linux-amd64), const PR_SET_NAME = 15 +pkg syscall (linux-amd64), const PR_SET_PDEATHSIG = 1 +pkg syscall (linux-amd64), const PR_SET_PTRACER = 1499557217 +pkg syscall (linux-amd64), const PR_SET_SECCOMP = 22 +pkg syscall (linux-amd64), const PR_SET_SECUREBITS = 28 +pkg syscall (linux-amd64), const PR_SET_TIMERSLACK = 29 +pkg syscall (linux-amd64), const PR_SET_TIMING = 14 +pkg syscall (linux-amd64), const PR_SET_TSC = 26 +pkg syscall (linux-amd64), const PR_SET_UNALIGN = 6 +pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_DISABLE = 31 +pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_ENABLE = 32 +pkg syscall (linux-amd64), const PR_TIMING_STATISTICAL = 0 +pkg syscall (linux-amd64), const PR_TIMING_TIMESTAMP = 1 +pkg syscall (linux-amd64), const PR_TSC_ENABLE = 1 +pkg syscall (linux-amd64), const PR_TSC_SIGSEGV = 2 +pkg syscall (linux-amd64), const PR_UNALIGN_NOPRINT = 1 +pkg syscall (linux-amd64), const PR_UNALIGN_SIGBUS = 2 +pkg syscall (linux-amd64), const PTRACE_ARCH_PRCTL = 30 +pkg syscall (linux-amd64), const PTRACE_ATTACH = 16 +pkg syscall (linux-amd64), const PTRACE_CONT = 7 +pkg syscall (linux-amd64), const PTRACE_DETACH = 17 +pkg syscall (linux-amd64), const PTRACE_EVENT_CLONE = 3 +pkg syscall (linux-amd64), const PTRACE_EVENT_EXEC = 4 +pkg syscall (linux-amd64), const PTRACE_EVENT_EXIT = 6 +pkg syscall (linux-amd64), const PTRACE_EVENT_FORK = 1 +pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK = 2 +pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK_DONE = 5 +pkg syscall (linux-amd64), const PTRACE_GETEVENTMSG = 16897 +pkg syscall (linux-amd64), const PTRACE_GETFPREGS = 14 +pkg syscall (linux-amd64), const PTRACE_GETFPXREGS = 18 +pkg syscall (linux-amd64), const PTRACE_GETREGS = 12 +pkg syscall (linux-amd64), const PTRACE_GETREGSET = 16900 +pkg syscall (linux-amd64), const PTRACE_GETSIGINFO = 16898 +pkg syscall (linux-amd64), const PTRACE_GET_THREAD_AREA = 25 +pkg syscall (linux-amd64), const PTRACE_KILL = 8 +pkg syscall (linux-amd64), const PTRACE_OLDSETOPTIONS = 21 +pkg syscall (linux-amd64), const PTRACE_O_MASK = 127 +pkg syscall (linux-amd64), const PTRACE_O_TRACECLONE = 8 +pkg syscall (linux-amd64), const PTRACE_O_TRACEEXEC = 16 +pkg syscall (linux-amd64), const PTRACE_O_TRACEEXIT = 64 +pkg syscall (linux-amd64), const PTRACE_O_TRACEFORK = 2 +pkg syscall (linux-amd64), const PTRACE_O_TRACESYSGOOD = 1 +pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORK = 4 +pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORKDONE = 32 +pkg syscall (linux-amd64), const PTRACE_PEEKDATA = 2 +pkg syscall (linux-amd64), const PTRACE_PEEKTEXT = 1 +pkg syscall (linux-amd64), const PTRACE_PEEKUSR = 3 +pkg syscall (linux-amd64), const PTRACE_POKEDATA = 5 +pkg syscall (linux-amd64), const PTRACE_POKETEXT = 4 +pkg syscall (linux-amd64), const PTRACE_POKEUSR = 6 +pkg syscall (linux-amd64), const PTRACE_SETFPREGS = 15 +pkg syscall (linux-amd64), const PTRACE_SETFPXREGS = 19 +pkg syscall (linux-amd64), const PTRACE_SETOPTIONS = 16896 +pkg syscall (linux-amd64), const PTRACE_SETREGS = 13 +pkg syscall (linux-amd64), const PTRACE_SETREGSET = 16901 +pkg syscall (linux-amd64), const PTRACE_SETSIGINFO = 16899 +pkg syscall (linux-amd64), const PTRACE_SET_THREAD_AREA = 26 +pkg syscall (linux-amd64), const PTRACE_SINGLEBLOCK = 33 +pkg syscall (linux-amd64), const PTRACE_SINGLESTEP = 9 +pkg syscall (linux-amd64), const PTRACE_SYSCALL = 24 +pkg syscall (linux-amd64), const PTRACE_SYSEMU = 31 +pkg syscall (linux-amd64), const PTRACE_SYSEMU_SINGLESTEP = 32 +pkg syscall (linux-amd64), const PTRACE_TRACEME = 0 +pkg syscall (linux-amd64), const PathMax = 4096 +pkg syscall (linux-amd64), const RLIMIT_AS = 9 +pkg syscall (linux-amd64), const RLIMIT_CORE = 4 +pkg syscall (linux-amd64), const RLIMIT_CPU = 0 +pkg syscall (linux-amd64), const RLIMIT_DATA = 2 +pkg syscall (linux-amd64), const RLIMIT_FSIZE = 1 +pkg syscall (linux-amd64), const RLIMIT_NOFILE = 7 +pkg syscall (linux-amd64), const RLIMIT_STACK = 3 +pkg syscall (linux-amd64), const RLIM_INFINITY = -1 +pkg syscall (linux-amd64), const RTAX_ADVMSS = 8 +pkg syscall (linux-amd64), const RTAX_CWND = 7 +pkg syscall (linux-amd64), const RTAX_FEATURES = 12 +pkg syscall (linux-amd64), const RTAX_FEATURE_ALLFRAG = 8 +pkg syscall (linux-amd64), const RTAX_FEATURE_ECN = 1 +pkg syscall (linux-amd64), const RTAX_FEATURE_SACK = 2 +pkg syscall (linux-amd64), const RTAX_FEATURE_TIMESTAMP = 4 +pkg syscall (linux-amd64), const RTAX_HOPLIMIT = 10 +pkg syscall (linux-amd64), const RTAX_INITCWND = 11 +pkg syscall (linux-amd64), const RTAX_INITRWND = 14 +pkg syscall (linux-amd64), const RTAX_LOCK = 1 +pkg syscall (linux-amd64), const RTAX_MAX = 14 +pkg syscall (linux-amd64), const RTAX_MTU = 2 +pkg syscall (linux-amd64), const RTAX_REORDERING = 9 +pkg syscall (linux-amd64), const RTAX_RTO_MIN = 13 +pkg syscall (linux-amd64), const RTAX_RTT = 4 +pkg syscall (linux-amd64), const RTAX_RTTVAR = 5 +pkg syscall (linux-amd64), const RTAX_SSTHRESH = 6 +pkg syscall (linux-amd64), const RTAX_UNSPEC = 0 +pkg syscall (linux-amd64), const RTAX_WINDOW = 3 +pkg syscall (linux-amd64), const RTA_ALIGNTO = 4 +pkg syscall (linux-amd64), const RTA_CACHEINFO = 12 +pkg syscall (linux-amd64), const RTA_DST = 1 +pkg syscall (linux-amd64), const RTA_FLOW = 11 +pkg syscall (linux-amd64), const RTA_GATEWAY = 5 +pkg syscall (linux-amd64), const RTA_IIF = 3 +pkg syscall (linux-amd64), const RTA_MAX = 16 +pkg syscall (linux-amd64), const RTA_METRICS = 8 +pkg syscall (linux-amd64), const RTA_MULTIPATH = 9 +pkg syscall (linux-amd64), const RTA_OIF = 4 +pkg syscall (linux-amd64), const RTA_PREFSRC = 7 +pkg syscall (linux-amd64), const RTA_PRIORITY = 6 +pkg syscall (linux-amd64), const RTA_SRC = 2 +pkg syscall (linux-amd64), const RTA_TABLE = 15 +pkg syscall (linux-amd64), const RTA_UNSPEC = 0 +pkg syscall (linux-amd64), const RTCF_DIRECTSRC = 67108864 +pkg syscall (linux-amd64), const RTCF_DOREDIRECT = 16777216 +pkg syscall (linux-amd64), const RTCF_LOG = 33554432 +pkg syscall (linux-amd64), const RTCF_MASQ = 4194304 +pkg syscall (linux-amd64), const RTCF_NAT = 8388608 +pkg syscall (linux-amd64), const RTCF_VALVE = 2097152 +pkg syscall (linux-amd64), const RTF_ADDRCLASSMASK = 4160749568 +pkg syscall (linux-amd64), const RTF_ADDRCONF = 262144 +pkg syscall (linux-amd64), const RTF_ALLONLINK = 131072 +pkg syscall (linux-amd64), const RTF_BROADCAST = 268435456 +pkg syscall (linux-amd64), const RTF_CACHE = 16777216 +pkg syscall (linux-amd64), const RTF_DEFAULT = 65536 +pkg syscall (linux-amd64), const RTF_DYNAMIC = 16 +pkg syscall (linux-amd64), const RTF_FLOW = 33554432 +pkg syscall (linux-amd64), const RTF_GATEWAY = 2 +pkg syscall (linux-amd64), const RTF_HOST = 4 +pkg syscall (linux-amd64), const RTF_INTERFACE = 1073741824 +pkg syscall (linux-amd64), const RTF_IRTT = 256 +pkg syscall (linux-amd64), const RTF_LINKRT = 1048576 +pkg syscall (linux-amd64), const RTF_LOCAL = 2147483648 +pkg syscall (linux-amd64), const RTF_MODIFIED = 32 +pkg syscall (linux-amd64), const RTF_MSS = 64 +pkg syscall (linux-amd64), const RTF_MTU = 64 +pkg syscall (linux-amd64), const RTF_MULTICAST = 536870912 +pkg syscall (linux-amd64), const RTF_NAT = 134217728 +pkg syscall (linux-amd64), const RTF_NOFORWARD = 4096 +pkg syscall (linux-amd64), const RTF_NONEXTHOP = 2097152 +pkg syscall (linux-amd64), const RTF_NOPMTUDISC = 16384 +pkg syscall (linux-amd64), const RTF_POLICY = 67108864 +pkg syscall (linux-amd64), const RTF_REINSTATE = 8 +pkg syscall (linux-amd64), const RTF_REJECT = 512 +pkg syscall (linux-amd64), const RTF_STATIC = 1024 +pkg syscall (linux-amd64), const RTF_THROW = 8192 +pkg syscall (linux-amd64), const RTF_UP = 1 +pkg syscall (linux-amd64), const RTF_WINDOW = 128 +pkg syscall (linux-amd64), const RTF_XRESOLVE = 2048 +pkg syscall (linux-amd64), const RTM_BASE = 16 +pkg syscall (linux-amd64), const RTM_DELACTION = 49 +pkg syscall (linux-amd64), const RTM_DELADDR = 21 +pkg syscall (linux-amd64), const RTM_DELADDRLABEL = 73 +pkg syscall (linux-amd64), const RTM_DELLINK = 17 +pkg syscall (linux-amd64), const RTM_DELNEIGH = 29 +pkg syscall (linux-amd64), const RTM_DELQDISC = 37 +pkg syscall (linux-amd64), const RTM_DELROUTE = 25 +pkg syscall (linux-amd64), const RTM_DELRULE = 33 +pkg syscall (linux-amd64), const RTM_DELTCLASS = 41 +pkg syscall (linux-amd64), const RTM_DELTFILTER = 45 +pkg syscall (linux-amd64), const RTM_F_CLONED = 512 +pkg syscall (linux-amd64), const RTM_F_EQUALIZE = 1024 +pkg syscall (linux-amd64), const RTM_F_NOTIFY = 256 +pkg syscall (linux-amd64), const RTM_F_PREFIX = 2048 +pkg syscall (linux-amd64), const RTM_GETACTION = 50 +pkg syscall (linux-amd64), const RTM_GETADDR = 22 +pkg syscall (linux-amd64), const RTM_GETADDRLABEL = 74 +pkg syscall (linux-amd64), const RTM_GETANYCAST = 62 +pkg syscall (linux-amd64), const RTM_GETDCB = 78 +pkg syscall (linux-amd64), const RTM_GETLINK = 18 +pkg syscall (linux-amd64), const RTM_GETMULTICAST = 58 +pkg syscall (linux-amd64), const RTM_GETNEIGH = 30 +pkg syscall (linux-amd64), const RTM_GETNEIGHTBL = 66 +pkg syscall (linux-amd64), const RTM_GETQDISC = 38 +pkg syscall (linux-amd64), const RTM_GETROUTE = 26 +pkg syscall (linux-amd64), const RTM_GETRULE = 34 +pkg syscall (linux-amd64), const RTM_GETTCLASS = 42 +pkg syscall (linux-amd64), const RTM_GETTFILTER = 46 +pkg syscall (linux-amd64), const RTM_MAX = 79 +pkg syscall (linux-amd64), const RTM_NEWACTION = 48 +pkg syscall (linux-amd64), const RTM_NEWADDR = 20 +pkg syscall (linux-amd64), const RTM_NEWADDRLABEL = 72 +pkg syscall (linux-amd64), const RTM_NEWLINK = 16 +pkg syscall (linux-amd64), const RTM_NEWNDUSEROPT = 68 +pkg syscall (linux-amd64), const RTM_NEWNEIGH = 28 +pkg syscall (linux-amd64), const RTM_NEWNEIGHTBL = 64 +pkg syscall (linux-amd64), const RTM_NEWPREFIX = 52 +pkg syscall (linux-amd64), const RTM_NEWQDISC = 36 +pkg syscall (linux-amd64), const RTM_NEWROUTE = 24 +pkg syscall (linux-amd64), const RTM_NEWRULE = 32 +pkg syscall (linux-amd64), const RTM_NEWTCLASS = 40 +pkg syscall (linux-amd64), const RTM_NEWTFILTER = 44 +pkg syscall (linux-amd64), const RTM_NR_FAMILIES = 16 +pkg syscall (linux-amd64), const RTM_NR_MSGTYPES = 64 +pkg syscall (linux-amd64), const RTM_SETDCB = 79 +pkg syscall (linux-amd64), const RTM_SETLINK = 19 +pkg syscall (linux-amd64), const RTM_SETNEIGHTBL = 67 +pkg syscall (linux-amd64), const RTNH_ALIGNTO = 4 +pkg syscall (linux-amd64), const RTNH_F_DEAD = 1 +pkg syscall (linux-amd64), const RTNH_F_ONLINK = 4 +pkg syscall (linux-amd64), const RTNH_F_PERVASIVE = 2 +pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR = 5 +pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE = 6 +pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE = 7 +pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE = 8 +pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR = 9 +pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO = 12 +pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE = 10 +pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX = 18 +pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE = 11 +pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE = 19 +pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_LINK = 1 +pkg syscall (linux-amd64), const RTNLGRP_LINK ideal-int +pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT = 20 +pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-amd64), const RTNLGRP_NEIGH = 3 +pkg syscall (linux-amd64), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-amd64), const RTNLGRP_NONE = 0 +pkg syscall (linux-amd64), const RTNLGRP_NONE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_NOTIFY = 2 +pkg syscall (linux-amd64), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-amd64), const RTNLGRP_TC = 4 +pkg syscall (linux-amd64), const RTNLGRP_TC ideal-int +pkg syscall (linux-amd64), const RTN_ANYCAST = 4 +pkg syscall (linux-amd64), const RTN_BLACKHOLE = 6 +pkg syscall (linux-amd64), const RTN_BROADCAST = 3 +pkg syscall (linux-amd64), const RTN_LOCAL = 2 +pkg syscall (linux-amd64), const RTN_MAX = 11 +pkg syscall (linux-amd64), const RTN_MULTICAST = 5 +pkg syscall (linux-amd64), const RTN_NAT = 10 +pkg syscall (linux-amd64), const RTN_PROHIBIT = 8 +pkg syscall (linux-amd64), const RTN_THROW = 9 +pkg syscall (linux-amd64), const RTN_UNICAST = 1 +pkg syscall (linux-amd64), const RTN_UNREACHABLE = 7 +pkg syscall (linux-amd64), const RTN_UNSPEC = 0 +pkg syscall (linux-amd64), const RTN_XRESOLVE = 11 +pkg syscall (linux-amd64), const RTPROT_BIRD = 12 +pkg syscall (linux-amd64), const RTPROT_BOOT = 3 +pkg syscall (linux-amd64), const RTPROT_DHCP = 16 +pkg syscall (linux-amd64), const RTPROT_DNROUTED = 13 +pkg syscall (linux-amd64), const RTPROT_GATED = 8 +pkg syscall (linux-amd64), const RTPROT_KERNEL = 2 +pkg syscall (linux-amd64), const RTPROT_MRT = 10 +pkg syscall (linux-amd64), const RTPROT_NTK = 15 +pkg syscall (linux-amd64), const RTPROT_RA = 9 +pkg syscall (linux-amd64), const RTPROT_REDIRECT = 1 +pkg syscall (linux-amd64), const RTPROT_STATIC = 4 +pkg syscall (linux-amd64), const RTPROT_UNSPEC = 0 +pkg syscall (linux-amd64), const RTPROT_XORP = 14 +pkg syscall (linux-amd64), const RTPROT_ZEBRA = 11 +pkg syscall (linux-amd64), const RT_CLASS_DEFAULT = 253 +pkg syscall (linux-amd64), const RT_CLASS_LOCAL = 255 +pkg syscall (linux-amd64), const RT_CLASS_MAIN = 254 +pkg syscall (linux-amd64), const RT_CLASS_MAX = 255 +pkg syscall (linux-amd64), const RT_CLASS_UNSPEC = 0 +pkg syscall (linux-amd64), const RT_SCOPE_HOST = 254 +pkg syscall (linux-amd64), const RT_SCOPE_LINK = 253 +pkg syscall (linux-amd64), const RT_SCOPE_NOWHERE = 255 +pkg syscall (linux-amd64), const RT_SCOPE_SITE = 200 +pkg syscall (linux-amd64), const RT_SCOPE_UNIVERSE = 0 +pkg syscall (linux-amd64), const RT_TABLE_COMPAT = 252 +pkg syscall (linux-amd64), const RT_TABLE_DEFAULT = 253 +pkg syscall (linux-amd64), const RT_TABLE_LOCAL = 255 +pkg syscall (linux-amd64), const RT_TABLE_MAIN = 254 +pkg syscall (linux-amd64), const RT_TABLE_MAX = 4294967295 +pkg syscall (linux-amd64), const RT_TABLE_UNSPEC = 0 +pkg syscall (linux-amd64), const RUSAGE_CHILDREN = -1 +pkg syscall (linux-amd64), const RUSAGE_SELF = 0 +pkg syscall (linux-amd64), const RUSAGE_THREAD = 1 +pkg syscall (linux-amd64), const SCM_CREDENTIALS = 2 +pkg syscall (linux-amd64), const SCM_RIGHTS = 1 +pkg syscall (linux-amd64), const SCM_TIMESTAMP = 29 +pkg syscall (linux-amd64), const SCM_TIMESTAMPING = 37 +pkg syscall (linux-amd64), const SCM_TIMESTAMPNS = 35 +pkg syscall (linux-amd64), const SIGBUS = 7 +pkg syscall (linux-amd64), const SIGCHLD = 17 +pkg syscall (linux-amd64), const SIGCLD = 17 +pkg syscall (linux-amd64), const SIGCONT = 18 +pkg syscall (linux-amd64), const SIGIO = 29 +pkg syscall (linux-amd64), const SIGIOT = 6 +pkg syscall (linux-amd64), const SIGPOLL = 29 +pkg syscall (linux-amd64), const SIGPROF = 27 +pkg syscall (linux-amd64), const SIGPWR = 30 +pkg syscall (linux-amd64), const SIGSTKFLT = 16 +pkg syscall (linux-amd64), const SIGSTOP = 19 +pkg syscall (linux-amd64), const SIGSYS = 31 +pkg syscall (linux-amd64), const SIGTSTP = 20 +pkg syscall (linux-amd64), const SIGTTIN = 21 +pkg syscall (linux-amd64), const SIGTTOU = 22 +pkg syscall (linux-amd64), const SIGUNUSED = 31 +pkg syscall (linux-amd64), const SIGURG = 23 +pkg syscall (linux-amd64), const SIGUSR1 = 10 +pkg syscall (linux-amd64), const SIGUSR2 = 12 +pkg syscall (linux-amd64), const SIGVTALRM = 26 +pkg syscall (linux-amd64), const SIGWINCH = 28 +pkg syscall (linux-amd64), const SIGXCPU = 24 +pkg syscall (linux-amd64), const SIGXFSZ = 25 +pkg syscall (linux-amd64), const SIOCADDDLCI = 35200 +pkg syscall (linux-amd64), const SIOCADDMULTI = 35121 +pkg syscall (linux-amd64), const SIOCADDRT = 35083 +pkg syscall (linux-amd64), const SIOCATMARK = 35077 +pkg syscall (linux-amd64), const SIOCDARP = 35155 +pkg syscall (linux-amd64), const SIOCDELDLCI = 35201 +pkg syscall (linux-amd64), const SIOCDELMULTI = 35122 +pkg syscall (linux-amd64), const SIOCDELRT = 35084 +pkg syscall (linux-amd64), const SIOCDEVPRIVATE = 35312 +pkg syscall (linux-amd64), const SIOCDIFADDR = 35126 +pkg syscall (linux-amd64), const SIOCDRARP = 35168 +pkg syscall (linux-amd64), const SIOCGARP = 35156 +pkg syscall (linux-amd64), const SIOCGIFADDR = 35093 +pkg syscall (linux-amd64), const SIOCGIFBR = 35136 +pkg syscall (linux-amd64), const SIOCGIFBRDADDR = 35097 +pkg syscall (linux-amd64), const SIOCGIFCONF = 35090 +pkg syscall (linux-amd64), const SIOCGIFCOUNT = 35128 +pkg syscall (linux-amd64), const SIOCGIFDSTADDR = 35095 +pkg syscall (linux-amd64), const SIOCGIFENCAP = 35109 +pkg syscall (linux-amd64), const SIOCGIFFLAGS = 35091 +pkg syscall (linux-amd64), const SIOCGIFHWADDR = 35111 +pkg syscall (linux-amd64), const SIOCGIFINDEX = 35123 +pkg syscall (linux-amd64), const SIOCGIFMAP = 35184 +pkg syscall (linux-amd64), const SIOCGIFMEM = 35103 +pkg syscall (linux-amd64), const SIOCGIFMETRIC = 35101 +pkg syscall (linux-amd64), const SIOCGIFMTU = 35105 +pkg syscall (linux-amd64), const SIOCGIFNAME = 35088 +pkg syscall (linux-amd64), const SIOCGIFNETMASK = 35099 +pkg syscall (linux-amd64), const SIOCGIFPFLAGS = 35125 +pkg syscall (linux-amd64), const SIOCGIFSLAVE = 35113 +pkg syscall (linux-amd64), const SIOCGIFTXQLEN = 35138 +pkg syscall (linux-amd64), const SIOCGPGRP = 35076 +pkg syscall (linux-amd64), const SIOCGRARP = 35169 +pkg syscall (linux-amd64), const SIOCGSTAMP = 35078 +pkg syscall (linux-amd64), const SIOCGSTAMPNS = 35079 +pkg syscall (linux-amd64), const SIOCPROTOPRIVATE = 35296 +pkg syscall (linux-amd64), const SIOCRTMSG = 35085 +pkg syscall (linux-amd64), const SIOCSARP = 35157 +pkg syscall (linux-amd64), const SIOCSIFADDR = 35094 +pkg syscall (linux-amd64), const SIOCSIFBR = 35137 +pkg syscall (linux-amd64), const SIOCSIFBRDADDR = 35098 +pkg syscall (linux-amd64), const SIOCSIFDSTADDR = 35096 +pkg syscall (linux-amd64), const SIOCSIFENCAP = 35110 +pkg syscall (linux-amd64), const SIOCSIFFLAGS = 35092 +pkg syscall (linux-amd64), const SIOCSIFHWADDR = 35108 +pkg syscall (linux-amd64), const SIOCSIFHWBROADCAST = 35127 +pkg syscall (linux-amd64), const SIOCSIFLINK = 35089 +pkg syscall (linux-amd64), const SIOCSIFMAP = 35185 +pkg syscall (linux-amd64), const SIOCSIFMEM = 35104 +pkg syscall (linux-amd64), const SIOCSIFMETRIC = 35102 +pkg syscall (linux-amd64), const SIOCSIFMTU = 35106 +pkg syscall (linux-amd64), const SIOCSIFNAME = 35107 +pkg syscall (linux-amd64), const SIOCSIFNETMASK = 35100 +pkg syscall (linux-amd64), const SIOCSIFPFLAGS = 35124 +pkg syscall (linux-amd64), const SIOCSIFSLAVE = 35120 +pkg syscall (linux-amd64), const SIOCSIFTXQLEN = 35139 +pkg syscall (linux-amd64), const SIOCSPGRP = 35074 +pkg syscall (linux-amd64), const SIOCSRARP = 35170 +pkg syscall (linux-amd64), const SOCK_CLOEXEC = 524288 +pkg syscall (linux-amd64), const SOCK_DCCP = 6 +pkg syscall (linux-amd64), const SOCK_NONBLOCK = 2048 +pkg syscall (linux-amd64), const SOCK_PACKET = 10 +pkg syscall (linux-amd64), const SOCK_RDM = 4 +pkg syscall (linux-amd64), const SOL_AAL = 265 +pkg syscall (linux-amd64), const SOL_ATM = 264 +pkg syscall (linux-amd64), const SOL_DECNET = 261 +pkg syscall (linux-amd64), const SOL_ICMPV6 = 58 +pkg syscall (linux-amd64), const SOL_IP = 0 +pkg syscall (linux-amd64), const SOL_IPV6 = 41 +pkg syscall (linux-amd64), const SOL_IRDA = 266 +pkg syscall (linux-amd64), const SOL_PACKET = 263 +pkg syscall (linux-amd64), const SOL_RAW = 255 +pkg syscall (linux-amd64), const SOL_SOCKET = 1 +pkg syscall (linux-amd64), const SOL_TCP = 6 +pkg syscall (linux-amd64), const SOL_X25 = 262 +pkg syscall (linux-amd64), const SOMAXCONN = 128 +pkg syscall (linux-amd64), const SO_ACCEPTCONN = 30 +pkg syscall (linux-amd64), const SO_ATTACH_FILTER = 26 +pkg syscall (linux-amd64), const SO_BINDTODEVICE = 25 +pkg syscall (linux-amd64), const SO_BROADCAST = 6 +pkg syscall (linux-amd64), const SO_BSDCOMPAT = 14 +pkg syscall (linux-amd64), const SO_DEBUG = 1 +pkg syscall (linux-amd64), const SO_DETACH_FILTER = 27 +pkg syscall (linux-amd64), const SO_DOMAIN = 39 +pkg syscall (linux-amd64), const SO_DONTROUTE = 5 +pkg syscall (linux-amd64), const SO_ERROR = 4 +pkg syscall (linux-amd64), const SO_KEEPALIVE = 9 +pkg syscall (linux-amd64), const SO_LINGER = 13 +pkg syscall (linux-amd64), const SO_MARK = 36 +pkg syscall (linux-amd64), const SO_NO_CHECK = 11 +pkg syscall (linux-amd64), const SO_OOBINLINE = 10 +pkg syscall (linux-amd64), const SO_PASSCRED = 16 +pkg syscall (linux-amd64), const SO_PASSSEC = 34 +pkg syscall (linux-amd64), const SO_PEERCRED = 17 +pkg syscall (linux-amd64), const SO_PEERNAME = 28 +pkg syscall (linux-amd64), const SO_PEERSEC = 31 +pkg syscall (linux-amd64), const SO_PRIORITY = 12 +pkg syscall (linux-amd64), const SO_PROTOCOL = 38 +pkg syscall (linux-amd64), const SO_RCVBUF = 8 +pkg syscall (linux-amd64), const SO_RCVBUFFORCE = 33 +pkg syscall (linux-amd64), const SO_RCVLOWAT = 18 +pkg syscall (linux-amd64), const SO_RCVTIMEO = 20 +pkg syscall (linux-amd64), const SO_REUSEADDR = 2 +pkg syscall (linux-amd64), const SO_RXQ_OVFL = 40 +pkg syscall (linux-amd64), const SO_SECURITY_AUTHENTICATION = 22 +pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_NETWORK = 24 +pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23 +pkg syscall (linux-amd64), const SO_SNDBUF = 7 +pkg syscall (linux-amd64), const SO_SNDBUFFORCE = 32 +pkg syscall (linux-amd64), const SO_SNDLOWAT = 19 +pkg syscall (linux-amd64), const SO_SNDTIMEO = 21 +pkg syscall (linux-amd64), const SO_TIMESTAMP = 29 +pkg syscall (linux-amd64), const SO_TIMESTAMPING = 37 +pkg syscall (linux-amd64), const SO_TIMESTAMPNS = 35 +pkg syscall (linux-amd64), const SO_TYPE = 3 +pkg syscall (linux-amd64), const SYS_ACCEPT = 43 +pkg syscall (linux-amd64), const SYS_ACCEPT4 = 288 +pkg syscall (linux-amd64), const SYS_ACCESS = 21 +pkg syscall (linux-amd64), const SYS_ACCT = 163 +pkg syscall (linux-amd64), const SYS_ADD_KEY = 248 +pkg syscall (linux-amd64), const SYS_ADJTIMEX = 159 +pkg syscall (linux-amd64), const SYS_AFS_SYSCALL = 183 +pkg syscall (linux-amd64), const SYS_ALARM = 37 +pkg syscall (linux-amd64), const SYS_ARCH_PRCTL = 158 +pkg syscall (linux-amd64), const SYS_BIND = 49 +pkg syscall (linux-amd64), const SYS_BRK = 12 +pkg syscall (linux-amd64), const SYS_CAPGET = 125 +pkg syscall (linux-amd64), const SYS_CAPSET = 126 +pkg syscall (linux-amd64), const SYS_CHDIR = 80 +pkg syscall (linux-amd64), const SYS_CHMOD = 90 +pkg syscall (linux-amd64), const SYS_CHOWN = 92 +pkg syscall (linux-amd64), const SYS_CHROOT = 161 +pkg syscall (linux-amd64), const SYS_CLOCK_GETRES = 229 +pkg syscall (linux-amd64), const SYS_CLOCK_GETTIME = 228 +pkg syscall (linux-amd64), const SYS_CLOCK_NANOSLEEP = 230 +pkg syscall (linux-amd64), const SYS_CLOCK_SETTIME = 227 +pkg syscall (linux-amd64), const SYS_CLONE = 56 +pkg syscall (linux-amd64), const SYS_CLOSE = 3 +pkg syscall (linux-amd64), const SYS_CONNECT = 42 +pkg syscall (linux-amd64), const SYS_CREAT = 85 +pkg syscall (linux-amd64), const SYS_CREATE_MODULE = 174 +pkg syscall (linux-amd64), const SYS_DELETE_MODULE = 176 +pkg syscall (linux-amd64), const SYS_DUP = 32 +pkg syscall (linux-amd64), const SYS_DUP2 = 33 +pkg syscall (linux-amd64), const SYS_DUP3 = 292 +pkg syscall (linux-amd64), const SYS_EPOLL_CREATE = 213 +pkg syscall (linux-amd64), const SYS_EPOLL_CREATE1 = 291 +pkg syscall (linux-amd64), const SYS_EPOLL_CTL = 233 +pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD = 214 +pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT = 281 +pkg syscall (linux-amd64), const SYS_EPOLL_WAIT = 232 +pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD = 215 +pkg syscall (linux-amd64), const SYS_EVENTFD = 284 +pkg syscall (linux-amd64), const SYS_EVENTFD2 = 290 +pkg syscall (linux-amd64), const SYS_EXECVE = 59 +pkg syscall (linux-amd64), const SYS_EXIT = 60 +pkg syscall (linux-amd64), const SYS_EXIT_GROUP = 231 +pkg syscall (linux-amd64), const SYS_FACCESSAT = 269 +pkg syscall (linux-amd64), const SYS_FADVISE64 = 221 +pkg syscall (linux-amd64), const SYS_FALLOCATE = 285 +pkg syscall (linux-amd64), const SYS_FANOTIFY_INIT = 300 +pkg syscall (linux-amd64), const SYS_FANOTIFY_MARK = 301 +pkg syscall (linux-amd64), const SYS_FCHDIR = 81 +pkg syscall (linux-amd64), const SYS_FCHMOD = 91 +pkg syscall (linux-amd64), const SYS_FCHMODAT = 268 +pkg syscall (linux-amd64), const SYS_FCHOWN = 93 +pkg syscall (linux-amd64), const SYS_FCHOWNAT = 260 +pkg syscall (linux-amd64), const SYS_FCNTL = 72 +pkg syscall (linux-amd64), const SYS_FDATASYNC = 75 +pkg syscall (linux-amd64), const SYS_FGETXATTR = 193 +pkg syscall (linux-amd64), const SYS_FLISTXATTR = 196 +pkg syscall (linux-amd64), const SYS_FLOCK = 73 +pkg syscall (linux-amd64), const SYS_FORK = 57 +pkg syscall (linux-amd64), const SYS_FREMOVEXATTR = 199 +pkg syscall (linux-amd64), const SYS_FSETXATTR = 190 +pkg syscall (linux-amd64), const SYS_FSTAT = 5 +pkg syscall (linux-amd64), const SYS_FSTATFS = 138 +pkg syscall (linux-amd64), const SYS_FSYNC = 74 +pkg syscall (linux-amd64), const SYS_FTRUNCATE = 77 +pkg syscall (linux-amd64), const SYS_FUTEX = 202 +pkg syscall (linux-amd64), const SYS_FUTIMESAT = 261 +pkg syscall (linux-amd64), const SYS_GETCWD = 79 +pkg syscall (linux-amd64), const SYS_GETDENTS = 78 +pkg syscall (linux-amd64), const SYS_GETDENTS64 = 217 +pkg syscall (linux-amd64), const SYS_GETEGID = 108 +pkg syscall (linux-amd64), const SYS_GETEUID = 107 +pkg syscall (linux-amd64), const SYS_GETGID = 104 +pkg syscall (linux-amd64), const SYS_GETGROUPS = 115 +pkg syscall (linux-amd64), const SYS_GETITIMER = 36 +pkg syscall (linux-amd64), const SYS_GETPEERNAME = 52 +pkg syscall (linux-amd64), const SYS_GETPGID = 121 +pkg syscall (linux-amd64), const SYS_GETPGRP = 111 +pkg syscall (linux-amd64), const SYS_GETPID = 39 +pkg syscall (linux-amd64), const SYS_GETPMSG = 181 +pkg syscall (linux-amd64), const SYS_GETPPID = 110 +pkg syscall (linux-amd64), const SYS_GETPRIORITY = 140 +pkg syscall (linux-amd64), const SYS_GETRESGID = 120 +pkg syscall (linux-amd64), const SYS_GETRESUID = 118 +pkg syscall (linux-amd64), const SYS_GETRLIMIT = 97 +pkg syscall (linux-amd64), const SYS_GETRUSAGE = 98 +pkg syscall (linux-amd64), const SYS_GETSID = 124 +pkg syscall (linux-amd64), const SYS_GETSOCKNAME = 51 +pkg syscall (linux-amd64), const SYS_GETSOCKOPT = 55 +pkg syscall (linux-amd64), const SYS_GETTID = 186 +pkg syscall (linux-amd64), const SYS_GETTIMEOFDAY = 96 +pkg syscall (linux-amd64), const SYS_GETUID = 102 +pkg syscall (linux-amd64), const SYS_GETXATTR = 191 +pkg syscall (linux-amd64), const SYS_GET_KERNEL_SYMS = 177 +pkg syscall (linux-amd64), const SYS_GET_MEMPOLICY = 239 +pkg syscall (linux-amd64), const SYS_GET_ROBUST_LIST = 274 +pkg syscall (linux-amd64), const SYS_GET_THREAD_AREA = 211 +pkg syscall (linux-amd64), const SYS_INIT_MODULE = 175 +pkg syscall (linux-amd64), const SYS_INOTIFY_ADD_WATCH = 254 +pkg syscall (linux-amd64), const SYS_INOTIFY_INIT = 253 +pkg syscall (linux-amd64), const SYS_INOTIFY_INIT1 = 294 +pkg syscall (linux-amd64), const SYS_INOTIFY_RM_WATCH = 255 +pkg syscall (linux-amd64), const SYS_IOCTL = 16 +pkg syscall (linux-amd64), const SYS_IOPERM = 173 +pkg syscall (linux-amd64), const SYS_IOPL = 172 +pkg syscall (linux-amd64), const SYS_IOPRIO_GET = 252 +pkg syscall (linux-amd64), const SYS_IOPRIO_SET = 251 +pkg syscall (linux-amd64), const SYS_IO_CANCEL = 210 +pkg syscall (linux-amd64), const SYS_IO_DESTROY = 207 +pkg syscall (linux-amd64), const SYS_IO_GETEVENTS = 208 +pkg syscall (linux-amd64), const SYS_IO_SETUP = 206 +pkg syscall (linux-amd64), const SYS_IO_SUBMIT = 209 +pkg syscall (linux-amd64), const SYS_KEXEC_LOAD = 246 +pkg syscall (linux-amd64), const SYS_KEYCTL = 250 +pkg syscall (linux-amd64), const SYS_KILL = 62 +pkg syscall (linux-amd64), const SYS_LCHOWN = 94 +pkg syscall (linux-amd64), const SYS_LGETXATTR = 192 +pkg syscall (linux-amd64), const SYS_LINK = 86 +pkg syscall (linux-amd64), const SYS_LINKAT = 265 +pkg syscall (linux-amd64), const SYS_LISTEN = 50 +pkg syscall (linux-amd64), const SYS_LISTXATTR = 194 +pkg syscall (linux-amd64), const SYS_LLISTXATTR = 195 +pkg syscall (linux-amd64), const SYS_LOOKUP_DCOOKIE = 212 +pkg syscall (linux-amd64), const SYS_LREMOVEXATTR = 198 +pkg syscall (linux-amd64), const SYS_LSEEK = 8 +pkg syscall (linux-amd64), const SYS_LSETXATTR = 189 +pkg syscall (linux-amd64), const SYS_LSTAT = 6 +pkg syscall (linux-amd64), const SYS_MADVISE = 28 +pkg syscall (linux-amd64), const SYS_MBIND = 237 +pkg syscall (linux-amd64), const SYS_MIGRATE_PAGES = 256 +pkg syscall (linux-amd64), const SYS_MINCORE = 27 +pkg syscall (linux-amd64), const SYS_MKDIR = 83 +pkg syscall (linux-amd64), const SYS_MKDIRAT = 258 +pkg syscall (linux-amd64), const SYS_MKNOD = 133 +pkg syscall (linux-amd64), const SYS_MKNODAT = 259 +pkg syscall (linux-amd64), const SYS_MLOCK = 149 +pkg syscall (linux-amd64), const SYS_MLOCKALL = 151 +pkg syscall (linux-amd64), const SYS_MMAP = 9 +pkg syscall (linux-amd64), const SYS_MODIFY_LDT = 154 +pkg syscall (linux-amd64), const SYS_MOUNT = 165 +pkg syscall (linux-amd64), const SYS_MOVE_PAGES = 279 +pkg syscall (linux-amd64), const SYS_MPROTECT = 10 +pkg syscall (linux-amd64), const SYS_MQ_GETSETATTR = 245 +pkg syscall (linux-amd64), const SYS_MQ_NOTIFY = 244 +pkg syscall (linux-amd64), const SYS_MQ_OPEN = 240 +pkg syscall (linux-amd64), const SYS_MQ_TIMEDRECEIVE = 243 +pkg syscall (linux-amd64), const SYS_MQ_TIMEDSEND = 242 +pkg syscall (linux-amd64), const SYS_MQ_UNLINK = 241 +pkg syscall (linux-amd64), const SYS_MREMAP = 25 +pkg syscall (linux-amd64), const SYS_MSGCTL = 71 +pkg syscall (linux-amd64), const SYS_MSGGET = 68 +pkg syscall (linux-amd64), const SYS_MSGRCV = 70 +pkg syscall (linux-amd64), const SYS_MSGSND = 69 +pkg syscall (linux-amd64), const SYS_MSYNC = 26 +pkg syscall (linux-amd64), const SYS_MUNLOCK = 150 +pkg syscall (linux-amd64), const SYS_MUNLOCKALL = 152 +pkg syscall (linux-amd64), const SYS_MUNMAP = 11 +pkg syscall (linux-amd64), const SYS_NANOSLEEP = 35 +pkg syscall (linux-amd64), const SYS_NEWFSTATAT = 262 +pkg syscall (linux-amd64), const SYS_NFSSERVCTL = 180 +pkg syscall (linux-amd64), const SYS_OPEN = 2 +pkg syscall (linux-amd64), const SYS_OPENAT = 257 +pkg syscall (linux-amd64), const SYS_PAUSE = 34 +pkg syscall (linux-amd64), const SYS_PERF_EVENT_OPEN = 298 +pkg syscall (linux-amd64), const SYS_PERSONALITY = 135 +pkg syscall (linux-amd64), const SYS_PIPE = 22 +pkg syscall (linux-amd64), const SYS_PIPE2 = 293 +pkg syscall (linux-amd64), const SYS_PIVOT_ROOT = 155 +pkg syscall (linux-amd64), const SYS_POLL = 7 +pkg syscall (linux-amd64), const SYS_PPOLL = 271 +pkg syscall (linux-amd64), const SYS_PRCTL = 157 +pkg syscall (linux-amd64), const SYS_PREAD64 = 17 +pkg syscall (linux-amd64), const SYS_PREADV = 295 +pkg syscall (linux-amd64), const SYS_PRLIMIT64 = 302 +pkg syscall (linux-amd64), const SYS_PSELECT6 = 270 +pkg syscall (linux-amd64), const SYS_PTRACE = 101 +pkg syscall (linux-amd64), const SYS_PUTPMSG = 182 +pkg syscall (linux-amd64), const SYS_PWRITE64 = 18 +pkg syscall (linux-amd64), const SYS_PWRITEV = 296 +pkg syscall (linux-amd64), const SYS_QUERY_MODULE = 178 +pkg syscall (linux-amd64), const SYS_QUOTACTL = 179 +pkg syscall (linux-amd64), const SYS_READ = 0 +pkg syscall (linux-amd64), const SYS_READAHEAD = 187 +pkg syscall (linux-amd64), const SYS_READLINK = 89 +pkg syscall (linux-amd64), const SYS_READLINKAT = 267 +pkg syscall (linux-amd64), const SYS_READV = 19 +pkg syscall (linux-amd64), const SYS_REBOOT = 169 +pkg syscall (linux-amd64), const SYS_RECVFROM = 45 +pkg syscall (linux-amd64), const SYS_RECVMMSG = 299 +pkg syscall (linux-amd64), const SYS_RECVMSG = 47 +pkg syscall (linux-amd64), const SYS_REMAP_FILE_PAGES = 216 +pkg syscall (linux-amd64), const SYS_REMOVEXATTR = 197 +pkg syscall (linux-amd64), const SYS_RENAME = 82 +pkg syscall (linux-amd64), const SYS_RENAMEAT = 264 +pkg syscall (linux-amd64), const SYS_REQUEST_KEY = 249 +pkg syscall (linux-amd64), const SYS_RESTART_SYSCALL = 219 +pkg syscall (linux-amd64), const SYS_RMDIR = 84 +pkg syscall (linux-amd64), const SYS_RT_SIGACTION = 13 +pkg syscall (linux-amd64), const SYS_RT_SIGPENDING = 127 +pkg syscall (linux-amd64), const SYS_RT_SIGPROCMASK = 14 +pkg syscall (linux-amd64), const SYS_RT_SIGQUEUEINFO = 129 +pkg syscall (linux-amd64), const SYS_RT_SIGRETURN = 15 +pkg syscall (linux-amd64), const SYS_RT_SIGSUSPEND = 130 +pkg syscall (linux-amd64), const SYS_RT_SIGTIMEDWAIT = 128 +pkg syscall (linux-amd64), const SYS_RT_TGSIGQUEUEINFO = 297 +pkg syscall (linux-amd64), const SYS_SCHED_GETAFFINITY = 204 +pkg syscall (linux-amd64), const SYS_SCHED_GETPARAM = 143 +pkg syscall (linux-amd64), const SYS_SCHED_GETSCHEDULER = 145 +pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 146 +pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 147 +pkg syscall (linux-amd64), const SYS_SCHED_RR_GET_INTERVAL = 148 +pkg syscall (linux-amd64), const SYS_SCHED_SETAFFINITY = 203 +pkg syscall (linux-amd64), const SYS_SCHED_SETPARAM = 142 +pkg syscall (linux-amd64), const SYS_SCHED_SETSCHEDULER = 144 +pkg syscall (linux-amd64), const SYS_SCHED_YIELD = 24 +pkg syscall (linux-amd64), const SYS_SECURITY = 185 +pkg syscall (linux-amd64), const SYS_SELECT = 23 +pkg syscall (linux-amd64), const SYS_SEMCTL = 66 +pkg syscall (linux-amd64), const SYS_SEMGET = 64 +pkg syscall (linux-amd64), const SYS_SEMOP = 65 +pkg syscall (linux-amd64), const SYS_SEMTIMEDOP = 220 +pkg syscall (linux-amd64), const SYS_SENDFILE = 40 +pkg syscall (linux-amd64), const SYS_SENDMSG = 46 +pkg syscall (linux-amd64), const SYS_SENDTO = 44 +pkg syscall (linux-amd64), const SYS_SETDOMAINNAME = 171 +pkg syscall (linux-amd64), const SYS_SETFSGID = 123 +pkg syscall (linux-amd64), const SYS_SETFSUID = 122 +pkg syscall (linux-amd64), const SYS_SETGID = 106 +pkg syscall (linux-amd64), const SYS_SETGROUPS = 116 +pkg syscall (linux-amd64), const SYS_SETHOSTNAME = 170 +pkg syscall (linux-amd64), const SYS_SETITIMER = 38 +pkg syscall (linux-amd64), const SYS_SETPGID = 109 +pkg syscall (linux-amd64), const SYS_SETPRIORITY = 141 +pkg syscall (linux-amd64), const SYS_SETREGID = 114 +pkg syscall (linux-amd64), const SYS_SETRESGID = 119 +pkg syscall (linux-amd64), const SYS_SETRESUID = 117 +pkg syscall (linux-amd64), const SYS_SETREUID = 113 +pkg syscall (linux-amd64), const SYS_SETRLIMIT = 160 +pkg syscall (linux-amd64), const SYS_SETSID = 112 +pkg syscall (linux-amd64), const SYS_SETSOCKOPT = 54 +pkg syscall (linux-amd64), const SYS_SETTIMEOFDAY = 164 +pkg syscall (linux-amd64), const SYS_SETUID = 105 +pkg syscall (linux-amd64), const SYS_SETXATTR = 188 +pkg syscall (linux-amd64), const SYS_SET_MEMPOLICY = 238 +pkg syscall (linux-amd64), const SYS_SET_ROBUST_LIST = 273 +pkg syscall (linux-amd64), const SYS_SET_THREAD_AREA = 205 +pkg syscall (linux-amd64), const SYS_SET_TID_ADDRESS = 218 +pkg syscall (linux-amd64), const SYS_SHMAT = 30 +pkg syscall (linux-amd64), const SYS_SHMCTL = 31 +pkg syscall (linux-amd64), const SYS_SHMDT = 67 +pkg syscall (linux-amd64), const SYS_SHMGET = 29 +pkg syscall (linux-amd64), const SYS_SHUTDOWN = 48 +pkg syscall (linux-amd64), const SYS_SIGALTSTACK = 131 +pkg syscall (linux-amd64), const SYS_SIGNALFD = 282 +pkg syscall (linux-amd64), const SYS_SIGNALFD4 = 289 +pkg syscall (linux-amd64), const SYS_SOCKET = 41 +pkg syscall (linux-amd64), const SYS_SOCKETPAIR = 53 +pkg syscall (linux-amd64), const SYS_SPLICE = 275 +pkg syscall (linux-amd64), const SYS_STAT = 4 +pkg syscall (linux-amd64), const SYS_STATFS = 137 +pkg syscall (linux-amd64), const SYS_SWAPOFF = 168 +pkg syscall (linux-amd64), const SYS_SWAPON = 167 +pkg syscall (linux-amd64), const SYS_SYMLINK = 88 +pkg syscall (linux-amd64), const SYS_SYMLINKAT = 266 +pkg syscall (linux-amd64), const SYS_SYNC = 162 +pkg syscall (linux-amd64), const SYS_SYNC_FILE_RANGE = 277 +pkg syscall (linux-amd64), const SYS_SYSFS = 139 +pkg syscall (linux-amd64), const SYS_SYSINFO = 99 +pkg syscall (linux-amd64), const SYS_SYSLOG = 103 +pkg syscall (linux-amd64), const SYS_TEE = 276 +pkg syscall (linux-amd64), const SYS_TGKILL = 234 +pkg syscall (linux-amd64), const SYS_TIME = 201 +pkg syscall (linux-amd64), const SYS_TIMERFD_CREATE = 283 +pkg syscall (linux-amd64), const SYS_TIMERFD_GETTIME = 287 +pkg syscall (linux-amd64), const SYS_TIMERFD_SETTIME = 286 +pkg syscall (linux-amd64), const SYS_TIMER_CREATE = 222 +pkg syscall (linux-amd64), const SYS_TIMER_DELETE = 226 +pkg syscall (linux-amd64), const SYS_TIMER_GETOVERRUN = 225 +pkg syscall (linux-amd64), const SYS_TIMER_GETTIME = 224 +pkg syscall (linux-amd64), const SYS_TIMER_SETTIME = 223 +pkg syscall (linux-amd64), const SYS_TIMES = 100 +pkg syscall (linux-amd64), const SYS_TKILL = 200 +pkg syscall (linux-amd64), const SYS_TRUNCATE = 76 +pkg syscall (linux-amd64), const SYS_TUXCALL = 184 +pkg syscall (linux-amd64), const SYS_UMASK = 95 +pkg syscall (linux-amd64), const SYS_UMOUNT2 = 166 +pkg syscall (linux-amd64), const SYS_UNAME = 63 +pkg syscall (linux-amd64), const SYS_UNLINK = 87 +pkg syscall (linux-amd64), const SYS_UNLINKAT = 263 +pkg syscall (linux-amd64), const SYS_UNSHARE = 272 +pkg syscall (linux-amd64), const SYS_USELIB = 134 +pkg syscall (linux-amd64), const SYS_USTAT = 136 +pkg syscall (linux-amd64), const SYS_UTIME = 132 +pkg syscall (linux-amd64), const SYS_UTIMENSAT = 280 +pkg syscall (linux-amd64), const SYS_UTIMES = 235 +pkg syscall (linux-amd64), const SYS_VFORK = 58 +pkg syscall (linux-amd64), const SYS_VHANGUP = 153 +pkg syscall (linux-amd64), const SYS_VMSPLICE = 278 +pkg syscall (linux-amd64), const SYS_VSERVER = 236 +pkg syscall (linux-amd64), const SYS_WAIT4 = 61 +pkg syscall (linux-amd64), const SYS_WAITID = 247 +pkg syscall (linux-amd64), const SYS_WRITE = 1 +pkg syscall (linux-amd64), const SYS_WRITEV = 20 +pkg syscall (linux-amd64), const SYS__SYSCTL = 156 +pkg syscall (linux-amd64), const S_BLKSIZE = 512 +pkg syscall (linux-amd64), const S_IEXEC = 64 +pkg syscall (linux-amd64), const S_IFMT = 61440 +pkg syscall (linux-amd64), const S_IREAD = 256 +pkg syscall (linux-amd64), const S_IRGRP = 32 +pkg syscall (linux-amd64), const S_IROTH = 4 +pkg syscall (linux-amd64), const S_IRWXG = 56 +pkg syscall (linux-amd64), const S_IRWXO = 7 +pkg syscall (linux-amd64), const S_IRWXU = 448 +pkg syscall (linux-amd64), const S_IWGRP = 16 +pkg syscall (linux-amd64), const S_IWOTH = 2 +pkg syscall (linux-amd64), const S_IWRITE = 128 +pkg syscall (linux-amd64), const S_IXGRP = 8 +pkg syscall (linux-amd64), const S_IXOTH = 1 +pkg syscall (linux-amd64), const SizeofCmsghdr = 16 +pkg syscall (linux-amd64), const SizeofIPMreq = 8 +pkg syscall (linux-amd64), const SizeofIPMreqn = 12 +pkg syscall (linux-amd64), const SizeofIPv6Mreq = 20 +pkg syscall (linux-amd64), const SizeofIfAddrmsg = 8 +pkg syscall (linux-amd64), const SizeofIfInfomsg = 16 +pkg syscall (linux-amd64), const SizeofInet4Pktinfo = 12 +pkg syscall (linux-amd64), const SizeofInet6Pktinfo = 20 +pkg syscall (linux-amd64), const SizeofInotifyEvent = 16 +pkg syscall (linux-amd64), const SizeofLinger = 8 +pkg syscall (linux-amd64), const SizeofMsghdr = 56 +pkg syscall (linux-amd64), const SizeofNlAttr = 4 +pkg syscall (linux-amd64), const SizeofNlMsgerr = 20 +pkg syscall (linux-amd64), const SizeofNlMsghdr = 16 +pkg syscall (linux-amd64), const SizeofRtAttr = 4 +pkg syscall (linux-amd64), const SizeofRtGenmsg = 1 +pkg syscall (linux-amd64), const SizeofRtMsg = 12 +pkg syscall (linux-amd64), const SizeofRtNexthop = 8 +pkg syscall (linux-amd64), const SizeofSockFilter = 8 +pkg syscall (linux-amd64), const SizeofSockFprog = 16 +pkg syscall (linux-amd64), const SizeofSockaddrAny = 112 +pkg syscall (linux-amd64), const SizeofSockaddrInet4 = 16 +pkg syscall (linux-amd64), const SizeofSockaddrInet6 = 28 +pkg syscall (linux-amd64), const SizeofSockaddrLinklayer = 20 +pkg syscall (linux-amd64), const SizeofSockaddrNetlink = 12 +pkg syscall (linux-amd64), const SizeofSockaddrUnix = 110 +pkg syscall (linux-amd64), const SizeofTCPInfo = 104 +pkg syscall (linux-amd64), const SizeofTCPInfo ideal-int +pkg syscall (linux-amd64), const SizeofUcred = 12 +pkg syscall (linux-amd64), const TCGETS = 21505 +pkg syscall (linux-amd64), const TCP_CONGESTION = 13 +pkg syscall (linux-amd64), const TCP_CORK = 3 +pkg syscall (linux-amd64), const TCP_DEFER_ACCEPT = 9 +pkg syscall (linux-amd64), const TCP_INFO = 11 +pkg syscall (linux-amd64), const TCP_KEEPCNT = 6 +pkg syscall (linux-amd64), const TCP_KEEPIDLE = 4 +pkg syscall (linux-amd64), const TCP_KEEPINTVL = 5 +pkg syscall (linux-amd64), const TCP_LINGER2 = 8 +pkg syscall (linux-amd64), const TCP_MAXSEG = 2 +pkg syscall (linux-amd64), const TCP_MAXWIN = 65535 +pkg syscall (linux-amd64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (linux-amd64), const TCP_MD5SIG = 14 +pkg syscall (linux-amd64), const TCP_MD5SIG_MAXKEYLEN = 80 +pkg syscall (linux-amd64), const TCP_MSS = 512 +pkg syscall (linux-amd64), const TCP_QUICKACK = 12 +pkg syscall (linux-amd64), const TCP_SYNCNT = 7 +pkg syscall (linux-amd64), const TCP_WINDOW_CLAMP = 10 +pkg syscall (linux-amd64), const TCSETS = 21506 +pkg syscall (linux-amd64), const TIOCCBRK = 21544 +pkg syscall (linux-amd64), const TIOCCONS = 21533 +pkg syscall (linux-amd64), const TIOCEXCL = 21516 +pkg syscall (linux-amd64), const TIOCGDEV = 2147767346 +pkg syscall (linux-amd64), const TIOCGETD = 21540 +pkg syscall (linux-amd64), const TIOCGICOUNT = 21597 +pkg syscall (linux-amd64), const TIOCGLCKTRMIOS = 21590 +pkg syscall (linux-amd64), const TIOCGPGRP = 21519 +pkg syscall (linux-amd64), const TIOCGPTN = 2147767344 +pkg syscall (linux-amd64), const TIOCGRS485 = 21550 +pkg syscall (linux-amd64), const TIOCGSERIAL = 21534 +pkg syscall (linux-amd64), const TIOCGSID = 21545 +pkg syscall (linux-amd64), const TIOCGSOFTCAR = 21529 +pkg syscall (linux-amd64), const TIOCGWINSZ = 21523 +pkg syscall (linux-amd64), const TIOCINQ = 21531 +pkg syscall (linux-amd64), const TIOCLINUX = 21532 +pkg syscall (linux-amd64), const TIOCMBIC = 21527 +pkg syscall (linux-amd64), const TIOCMBIS = 21526 +pkg syscall (linux-amd64), const TIOCMGET = 21525 +pkg syscall (linux-amd64), const TIOCMIWAIT = 21596 +pkg syscall (linux-amd64), const TIOCMSET = 21528 +pkg syscall (linux-amd64), const TIOCM_CAR = 64 +pkg syscall (linux-amd64), const TIOCM_CD = 64 +pkg syscall (linux-amd64), const TIOCM_CTS = 32 +pkg syscall (linux-amd64), const TIOCM_DSR = 256 +pkg syscall (linux-amd64), const TIOCM_DTR = 2 +pkg syscall (linux-amd64), const TIOCM_LE = 1 +pkg syscall (linux-amd64), const TIOCM_RI = 128 +pkg syscall (linux-amd64), const TIOCM_RNG = 128 +pkg syscall (linux-amd64), const TIOCM_RTS = 4 +pkg syscall (linux-amd64), const TIOCM_SR = 16 +pkg syscall (linux-amd64), const TIOCM_ST = 8 +pkg syscall (linux-amd64), const TIOCNOTTY = 21538 +pkg syscall (linux-amd64), const TIOCNXCL = 21517 +pkg syscall (linux-amd64), const TIOCOUTQ = 21521 +pkg syscall (linux-amd64), const TIOCPKT = 21536 +pkg syscall (linux-amd64), const TIOCPKT_DATA = 0 +pkg syscall (linux-amd64), const TIOCPKT_DOSTOP = 32 +pkg syscall (linux-amd64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (linux-amd64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (linux-amd64), const TIOCPKT_IOCTL = 64 +pkg syscall (linux-amd64), const TIOCPKT_NOSTOP = 16 +pkg syscall (linux-amd64), const TIOCPKT_START = 8 +pkg syscall (linux-amd64), const TIOCPKT_STOP = 4 +pkg syscall (linux-amd64), const TIOCSBRK = 21543 +pkg syscall (linux-amd64), const TIOCSCTTY = 21518 +pkg syscall (linux-amd64), const TIOCSERCONFIG = 21587 +pkg syscall (linux-amd64), const TIOCSERGETLSR = 21593 +pkg syscall (linux-amd64), const TIOCSERGETMULTI = 21594 +pkg syscall (linux-amd64), const TIOCSERGSTRUCT = 21592 +pkg syscall (linux-amd64), const TIOCSERGWILD = 21588 +pkg syscall (linux-amd64), const TIOCSERSETMULTI = 21595 +pkg syscall (linux-amd64), const TIOCSERSWILD = 21589 +pkg syscall (linux-amd64), const TIOCSER_TEMT = 1 +pkg syscall (linux-amd64), const TIOCSETD = 21539 +pkg syscall (linux-amd64), const TIOCSIG = 1074025526 +pkg syscall (linux-amd64), const TIOCSLCKTRMIOS = 21591 +pkg syscall (linux-amd64), const TIOCSPGRP = 21520 +pkg syscall (linux-amd64), const TIOCSPTLCK = 1074025521 +pkg syscall (linux-amd64), const TIOCSRS485 = 21551 +pkg syscall (linux-amd64), const TIOCSSERIAL = 21535 +pkg syscall (linux-amd64), const TIOCSSOFTCAR = 21530 +pkg syscall (linux-amd64), const TIOCSTI = 21522 +pkg syscall (linux-amd64), const TIOCSWINSZ = 21524 +pkg syscall (linux-amd64), const TOSTOP = 256 +pkg syscall (linux-amd64), const TUNATTACHFILTER = 1074812117 +pkg syscall (linux-amd64), const TUNDETACHFILTER = 1074812118 +pkg syscall (linux-amd64), const TUNGETFEATURES = 2147767503 +pkg syscall (linux-amd64), const TUNGETIFF = 2147767506 +pkg syscall (linux-amd64), const TUNGETSNDBUF = 2147767507 +pkg syscall (linux-amd64), const TUNGETVNETHDRSZ = 2147767511 +pkg syscall (linux-amd64), const TUNSETDEBUG = 1074025673 +pkg syscall (linux-amd64), const TUNSETGROUP = 1074025678 +pkg syscall (linux-amd64), const TUNSETIFF = 1074025674 +pkg syscall (linux-amd64), const TUNSETLINK = 1074025677 +pkg syscall (linux-amd64), const TUNSETNOCSUM = 1074025672 +pkg syscall (linux-amd64), const TUNSETOFFLOAD = 1074025680 +pkg syscall (linux-amd64), const TUNSETOWNER = 1074025676 +pkg syscall (linux-amd64), const TUNSETPERSIST = 1074025675 +pkg syscall (linux-amd64), const TUNSETSNDBUF = 1074025684 +pkg syscall (linux-amd64), const TUNSETTXFILTER = 1074025681 +pkg syscall (linux-amd64), const TUNSETVNETHDRSZ = 1074025688 +pkg syscall (linux-amd64), const VDISCARD = 13 +pkg syscall (linux-amd64), const VEOF = 4 +pkg syscall (linux-amd64), const VEOL = 11 +pkg syscall (linux-amd64), const VEOL2 = 16 +pkg syscall (linux-amd64), const VERASE = 2 +pkg syscall (linux-amd64), const VINTR = 0 +pkg syscall (linux-amd64), const VKILL = 3 +pkg syscall (linux-amd64), const VLNEXT = 15 +pkg syscall (linux-amd64), const VMIN = 6 +pkg syscall (linux-amd64), const VQUIT = 1 +pkg syscall (linux-amd64), const VREPRINT = 12 +pkg syscall (linux-amd64), const VSTART = 8 +pkg syscall (linux-amd64), const VSTOP = 9 +pkg syscall (linux-amd64), const VSUSP = 10 +pkg syscall (linux-amd64), const VSWTC = 7 +pkg syscall (linux-amd64), const VTIME = 5 +pkg syscall (linux-amd64), const VWERASE = 14 +pkg syscall (linux-amd64), const WALL = 1073741824 +pkg syscall (linux-amd64), const WCLONE = 2147483648 +pkg syscall (linux-amd64), const WCONTINUED = 8 +pkg syscall (linux-amd64), const WEXITED = 4 +pkg syscall (linux-amd64), const WNOHANG = 1 +pkg syscall (linux-amd64), const WNOTHREAD = 536870912 +pkg syscall (linux-amd64), const WNOWAIT = 16777216 +pkg syscall (linux-amd64), const WORDSIZE = 64 +pkg syscall (linux-amd64), const WSTOPPED = 2 +pkg syscall (linux-amd64), const WUNTRACED = 2 +pkg syscall (linux-amd64), const XCASE = 4 +pkg syscall (linux-amd64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-amd64), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-amd64), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-amd64), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-amd64), func Pipe2([]int, int) error +pkg syscall (linux-amd64), func PtraceSyscall(int, int) error +pkg syscall (linux-amd64), func Removexattr(string, string) error +pkg syscall (linux-amd64), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-amd64), type SysProcAttr struct, Ctty int +pkg syscall (linux-amd64), type TCPInfo struct +pkg syscall (linux-amd64), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Ato uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Lost uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Options uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Probes uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Rto uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-amd64), type TCPInfo struct, State uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-amd64-cgo), const AF_ALG = 38 +pkg syscall (linux-amd64-cgo), const AF_APPLETALK = 5 +pkg syscall (linux-amd64-cgo), const AF_ASH = 18 +pkg syscall (linux-amd64-cgo), const AF_ATMPVC = 8 +pkg syscall (linux-amd64-cgo), const AF_ATMSVC = 20 +pkg syscall (linux-amd64-cgo), const AF_AX25 = 3 +pkg syscall (linux-amd64-cgo), const AF_BLUETOOTH = 31 +pkg syscall (linux-amd64-cgo), const AF_BRIDGE = 7 +pkg syscall (linux-amd64-cgo), const AF_CAIF = 37 +pkg syscall (linux-amd64-cgo), const AF_CAN = 29 +pkg syscall (linux-amd64-cgo), const AF_DECnet = 12 +pkg syscall (linux-amd64-cgo), const AF_ECONET = 19 +pkg syscall (linux-amd64-cgo), const AF_FILE = 1 +pkg syscall (linux-amd64-cgo), const AF_IEEE802154 = 36 +pkg syscall (linux-amd64-cgo), const AF_INET6 = 10 +pkg syscall (linux-amd64-cgo), const AF_IPX = 4 +pkg syscall (linux-amd64-cgo), const AF_IRDA = 23 +pkg syscall (linux-amd64-cgo), const AF_ISDN = 34 +pkg syscall (linux-amd64-cgo), const AF_IUCV = 32 +pkg syscall (linux-amd64-cgo), const AF_KEY = 15 +pkg syscall (linux-amd64-cgo), const AF_LLC = 26 +pkg syscall (linux-amd64-cgo), const AF_LOCAL = 1 +pkg syscall (linux-amd64-cgo), const AF_MAX = 39 +pkg syscall (linux-amd64-cgo), const AF_NETBEUI = 13 +pkg syscall (linux-amd64-cgo), const AF_NETLINK = 16 +pkg syscall (linux-amd64-cgo), const AF_NETROM = 6 +pkg syscall (linux-amd64-cgo), const AF_PACKET = 17 +pkg syscall (linux-amd64-cgo), const AF_PHONET = 35 +pkg syscall (linux-amd64-cgo), const AF_PPPOX = 24 +pkg syscall (linux-amd64-cgo), const AF_RDS = 21 +pkg syscall (linux-amd64-cgo), const AF_ROSE = 11 +pkg syscall (linux-amd64-cgo), const AF_ROUTE = 16 +pkg syscall (linux-amd64-cgo), const AF_RXRPC = 33 +pkg syscall (linux-amd64-cgo), const AF_SECURITY = 14 +pkg syscall (linux-amd64-cgo), const AF_SNA = 22 +pkg syscall (linux-amd64-cgo), const AF_TIPC = 30 +pkg syscall (linux-amd64-cgo), const AF_WANPIPE = 25 +pkg syscall (linux-amd64-cgo), const AF_X25 = 9 +pkg syscall (linux-amd64-cgo), const ARPHRD_ADAPT = 264 +pkg syscall (linux-amd64-cgo), const ARPHRD_APPLETLK = 8 +pkg syscall (linux-amd64-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (linux-amd64-cgo), const ARPHRD_ASH = 781 +pkg syscall (linux-amd64-cgo), const ARPHRD_ATM = 19 +pkg syscall (linux-amd64-cgo), const ARPHRD_AX25 = 3 +pkg syscall (linux-amd64-cgo), const ARPHRD_BIF = 775 +pkg syscall (linux-amd64-cgo), const ARPHRD_CHAOS = 5 +pkg syscall (linux-amd64-cgo), const ARPHRD_CISCO = 513 +pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP = 257 +pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP6 = 259 +pkg syscall (linux-amd64-cgo), const ARPHRD_DDCMP = 517 +pkg syscall (linux-amd64-cgo), const ARPHRD_DLCI = 15 +pkg syscall (linux-amd64-cgo), const ARPHRD_ECONET = 782 +pkg syscall (linux-amd64-cgo), const ARPHRD_EETHER = 2 +pkg syscall (linux-amd64-cgo), const ARPHRD_ETHER = 1 +pkg syscall (linux-amd64-cgo), const ARPHRD_EUI64 = 27 +pkg syscall (linux-amd64-cgo), const ARPHRD_FCAL = 785 +pkg syscall (linux-amd64-cgo), const ARPHRD_FCFABRIC = 787 +pkg syscall (linux-amd64-cgo), const ARPHRD_FCPL = 786 +pkg syscall (linux-amd64-cgo), const ARPHRD_FCPP = 784 +pkg syscall (linux-amd64-cgo), const ARPHRD_FDDI = 774 +pkg syscall (linux-amd64-cgo), const ARPHRD_FRAD = 770 +pkg syscall (linux-amd64-cgo), const ARPHRD_HDLC = 513 +pkg syscall (linux-amd64-cgo), const ARPHRD_HIPPI = 780 +pkg syscall (linux-amd64-cgo), const ARPHRD_HWX25 = 272 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211 = 801 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_PRISM = 802 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154 = 804 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154_PHY = 805 +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802_TR = 800 +pkg syscall (linux-amd64-cgo), const ARPHRD_INFINIBAND = 32 +pkg syscall (linux-amd64-cgo), const ARPHRD_IPDDP = 777 +pkg syscall (linux-amd64-cgo), const ARPHRD_IPGRE = 778 +pkg syscall (linux-amd64-cgo), const ARPHRD_IRDA = 783 +pkg syscall (linux-amd64-cgo), const ARPHRD_LAPB = 516 +pkg syscall (linux-amd64-cgo), const ARPHRD_LOCALTLK = 773 +pkg syscall (linux-amd64-cgo), const ARPHRD_LOOPBACK = 772 +pkg syscall (linux-amd64-cgo), const ARPHRD_METRICOM = 23 +pkg syscall (linux-amd64-cgo), const ARPHRD_NETROM = 0 +pkg syscall (linux-amd64-cgo), const ARPHRD_NONE = 65534 +pkg syscall (linux-amd64-cgo), const ARPHRD_PIMREG = 779 +pkg syscall (linux-amd64-cgo), const ARPHRD_PPP = 512 +pkg syscall (linux-amd64-cgo), const ARPHRD_PRONET = 4 +pkg syscall (linux-amd64-cgo), const ARPHRD_RAWHDLC = 518 +pkg syscall (linux-amd64-cgo), const ARPHRD_ROSE = 270 +pkg syscall (linux-amd64-cgo), const ARPHRD_RSRVD = 260 +pkg syscall (linux-amd64-cgo), const ARPHRD_SIT = 776 +pkg syscall (linux-amd64-cgo), const ARPHRD_SKIP = 771 +pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP = 256 +pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP6 = 258 +pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL = 768 +pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL6 = 769 +pkg syscall (linux-amd64-cgo), const ARPHRD_VOID = 65535 +pkg syscall (linux-amd64-cgo), const ARPHRD_X25 = 271 +pkg syscall (linux-amd64-cgo), const B0 = 0 +pkg syscall (linux-amd64-cgo), const B1000000 = 4104 +pkg syscall (linux-amd64-cgo), const B110 = 3 +pkg syscall (linux-amd64-cgo), const B115200 = 4098 +pkg syscall (linux-amd64-cgo), const B1152000 = 4105 +pkg syscall (linux-amd64-cgo), const B1200 = 9 +pkg syscall (linux-amd64-cgo), const B134 = 4 +pkg syscall (linux-amd64-cgo), const B150 = 5 +pkg syscall (linux-amd64-cgo), const B1500000 = 4106 +pkg syscall (linux-amd64-cgo), const B1800 = 10 +pkg syscall (linux-amd64-cgo), const B19200 = 14 +pkg syscall (linux-amd64-cgo), const B200 = 6 +pkg syscall (linux-amd64-cgo), const B2000000 = 4107 +pkg syscall (linux-amd64-cgo), const B230400 = 4099 +pkg syscall (linux-amd64-cgo), const B2400 = 11 +pkg syscall (linux-amd64-cgo), const B2500000 = 4108 +pkg syscall (linux-amd64-cgo), const B300 = 7 +pkg syscall (linux-amd64-cgo), const B3000000 = 4109 +pkg syscall (linux-amd64-cgo), const B3500000 = 4110 +pkg syscall (linux-amd64-cgo), const B38400 = 15 +pkg syscall (linux-amd64-cgo), const B4000000 = 4111 +pkg syscall (linux-amd64-cgo), const B460800 = 4100 +pkg syscall (linux-amd64-cgo), const B4800 = 12 +pkg syscall (linux-amd64-cgo), const B50 = 1 +pkg syscall (linux-amd64-cgo), const B500000 = 4101 +pkg syscall (linux-amd64-cgo), const B57600 = 4097 +pkg syscall (linux-amd64-cgo), const B576000 = 4102 +pkg syscall (linux-amd64-cgo), const B600 = 8 +pkg syscall (linux-amd64-cgo), const B75 = 2 +pkg syscall (linux-amd64-cgo), const B921600 = 4103 +pkg syscall (linux-amd64-cgo), const B9600 = 13 +pkg syscall (linux-amd64-cgo), const BPF_A = 16 +pkg syscall (linux-amd64-cgo), const BPF_ABS = 32 +pkg syscall (linux-amd64-cgo), const BPF_ADD = 0 +pkg syscall (linux-amd64-cgo), const BPF_ALU = 4 +pkg syscall (linux-amd64-cgo), const BPF_AND = 80 +pkg syscall (linux-amd64-cgo), const BPF_B = 16 +pkg syscall (linux-amd64-cgo), const BPF_DIV = 48 +pkg syscall (linux-amd64-cgo), const BPF_H = 8 +pkg syscall (linux-amd64-cgo), const BPF_IMM = 0 +pkg syscall (linux-amd64-cgo), const BPF_IND = 64 +pkg syscall (linux-amd64-cgo), const BPF_JA = 0 +pkg syscall (linux-amd64-cgo), const BPF_JEQ = 16 +pkg syscall (linux-amd64-cgo), const BPF_JGE = 48 +pkg syscall (linux-amd64-cgo), const BPF_JGT = 32 +pkg syscall (linux-amd64-cgo), const BPF_JMP = 5 +pkg syscall (linux-amd64-cgo), const BPF_JSET = 64 +pkg syscall (linux-amd64-cgo), const BPF_K = 0 +pkg syscall (linux-amd64-cgo), const BPF_LD = 0 +pkg syscall (linux-amd64-cgo), const BPF_LDX = 1 +pkg syscall (linux-amd64-cgo), const BPF_LEN = 128 +pkg syscall (linux-amd64-cgo), const BPF_LSH = 96 +pkg syscall (linux-amd64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (linux-amd64-cgo), const BPF_MAXINSNS = 4096 +pkg syscall (linux-amd64-cgo), const BPF_MEM = 96 +pkg syscall (linux-amd64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (linux-amd64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (linux-amd64-cgo), const BPF_MISC = 7 +pkg syscall (linux-amd64-cgo), const BPF_MSH = 160 +pkg syscall (linux-amd64-cgo), const BPF_MUL = 32 +pkg syscall (linux-amd64-cgo), const BPF_NEG = 128 +pkg syscall (linux-amd64-cgo), const BPF_OR = 64 +pkg syscall (linux-amd64-cgo), const BPF_RET = 6 +pkg syscall (linux-amd64-cgo), const BPF_RSH = 112 +pkg syscall (linux-amd64-cgo), const BPF_ST = 2 +pkg syscall (linux-amd64-cgo), const BPF_STX = 3 +pkg syscall (linux-amd64-cgo), const BPF_SUB = 16 +pkg syscall (linux-amd64-cgo), const BPF_TAX = 0 +pkg syscall (linux-amd64-cgo), const BPF_TXA = 128 +pkg syscall (linux-amd64-cgo), const BPF_W = 0 +pkg syscall (linux-amd64-cgo), const BPF_X = 8 +pkg syscall (linux-amd64-cgo), const BRKINT = 2 +pkg syscall (linux-amd64-cgo), const CLOCAL = 2048 +pkg syscall (linux-amd64-cgo), const CREAD = 128 +pkg syscall (linux-amd64-cgo), const CS5 = 0 +pkg syscall (linux-amd64-cgo), const CS6 = 16 +pkg syscall (linux-amd64-cgo), const CS7 = 32 +pkg syscall (linux-amd64-cgo), const CS8 = 48 +pkg syscall (linux-amd64-cgo), const CSIZE = 48 +pkg syscall (linux-amd64-cgo), const CSTOPB = 64 +pkg syscall (linux-amd64-cgo), const DT_BLK = 6 +pkg syscall (linux-amd64-cgo), const DT_CHR = 2 +pkg syscall (linux-amd64-cgo), const DT_DIR = 4 +pkg syscall (linux-amd64-cgo), const DT_FIFO = 1 +pkg syscall (linux-amd64-cgo), const DT_LNK = 10 +pkg syscall (linux-amd64-cgo), const DT_REG = 8 +pkg syscall (linux-amd64-cgo), const DT_SOCK = 12 +pkg syscall (linux-amd64-cgo), const DT_UNKNOWN = 0 +pkg syscall (linux-amd64-cgo), const DT_WHT = 14 +pkg syscall (linux-amd64-cgo), const E2BIG = 7 +pkg syscall (linux-amd64-cgo), const EACCES = 13 +pkg syscall (linux-amd64-cgo), const EADDRINUSE = 98 +pkg syscall (linux-amd64-cgo), const EADDRNOTAVAIL = 99 +pkg syscall (linux-amd64-cgo), const EADV = 68 +pkg syscall (linux-amd64-cgo), const EAFNOSUPPORT = 97 +pkg syscall (linux-amd64-cgo), const EAGAIN = 11 +pkg syscall (linux-amd64-cgo), const EALREADY = 114 +pkg syscall (linux-amd64-cgo), const EBADE = 52 +pkg syscall (linux-amd64-cgo), const EBADF = 9 +pkg syscall (linux-amd64-cgo), const EBADFD = 77 +pkg syscall (linux-amd64-cgo), const EBADMSG = 74 +pkg syscall (linux-amd64-cgo), const EBADR = 53 +pkg syscall (linux-amd64-cgo), const EBADRQC = 56 +pkg syscall (linux-amd64-cgo), const EBADSLT = 57 +pkg syscall (linux-amd64-cgo), const EBFONT = 59 +pkg syscall (linux-amd64-cgo), const EBUSY = 16 +pkg syscall (linux-amd64-cgo), const ECANCELED = 125 +pkg syscall (linux-amd64-cgo), const ECHILD = 10 +pkg syscall (linux-amd64-cgo), const ECHO = 8 +pkg syscall (linux-amd64-cgo), const ECHOCTL = 512 +pkg syscall (linux-amd64-cgo), const ECHOE = 16 +pkg syscall (linux-amd64-cgo), const ECHOK = 32 +pkg syscall (linux-amd64-cgo), const ECHOKE = 2048 +pkg syscall (linux-amd64-cgo), const ECHONL = 64 +pkg syscall (linux-amd64-cgo), const ECHOPRT = 1024 +pkg syscall (linux-amd64-cgo), const ECHRNG = 44 +pkg syscall (linux-amd64-cgo), const ECOMM = 70 +pkg syscall (linux-amd64-cgo), const ECONNABORTED = 103 +pkg syscall (linux-amd64-cgo), const ECONNREFUSED = 111 +pkg syscall (linux-amd64-cgo), const ECONNRESET = 104 +pkg syscall (linux-amd64-cgo), const EDEADLK = 35 +pkg syscall (linux-amd64-cgo), const EDEADLOCK = 35 +pkg syscall (linux-amd64-cgo), const EDESTADDRREQ = 89 +pkg syscall (linux-amd64-cgo), const EDOM = 33 +pkg syscall (linux-amd64-cgo), const EDOTDOT = 73 +pkg syscall (linux-amd64-cgo), const EDQUOT = 122 +pkg syscall (linux-amd64-cgo), const EEXIST = 17 +pkg syscall (linux-amd64-cgo), const EFAULT = 14 +pkg syscall (linux-amd64-cgo), const EFBIG = 27 +pkg syscall (linux-amd64-cgo), const EHOSTDOWN = 112 +pkg syscall (linux-amd64-cgo), const EHOSTUNREACH = 113 +pkg syscall (linux-amd64-cgo), const EIDRM = 43 +pkg syscall (linux-amd64-cgo), const EILSEQ = 84 +pkg syscall (linux-amd64-cgo), const EINPROGRESS = 115 +pkg syscall (linux-amd64-cgo), const EINTR = 4 +pkg syscall (linux-amd64-cgo), const EINVAL = 22 +pkg syscall (linux-amd64-cgo), const EIO = 5 +pkg syscall (linux-amd64-cgo), const EISCONN = 106 +pkg syscall (linux-amd64-cgo), const EISDIR = 21 +pkg syscall (linux-amd64-cgo), const EISNAM = 120 +pkg syscall (linux-amd64-cgo), const EKEYEXPIRED = 127 +pkg syscall (linux-amd64-cgo), const EKEYREJECTED = 129 +pkg syscall (linux-amd64-cgo), const EKEYREVOKED = 128 +pkg syscall (linux-amd64-cgo), const EL2HLT = 51 +pkg syscall (linux-amd64-cgo), const EL2NSYNC = 45 +pkg syscall (linux-amd64-cgo), const EL3HLT = 46 +pkg syscall (linux-amd64-cgo), const EL3RST = 47 +pkg syscall (linux-amd64-cgo), const ELIBACC = 79 +pkg syscall (linux-amd64-cgo), const ELIBBAD = 80 +pkg syscall (linux-amd64-cgo), const ELIBEXEC = 83 +pkg syscall (linux-amd64-cgo), const ELIBMAX = 82 +pkg syscall (linux-amd64-cgo), const ELIBSCN = 81 +pkg syscall (linux-amd64-cgo), const ELNRNG = 48 +pkg syscall (linux-amd64-cgo), const ELOOP = 40 +pkg syscall (linux-amd64-cgo), const EMEDIUMTYPE = 124 +pkg syscall (linux-amd64-cgo), const EMFILE = 24 +pkg syscall (linux-amd64-cgo), const EMLINK = 31 +pkg syscall (linux-amd64-cgo), const EMSGSIZE = 90 +pkg syscall (linux-amd64-cgo), const EMULTIHOP = 72 +pkg syscall (linux-amd64-cgo), const ENAMETOOLONG = 36 +pkg syscall (linux-amd64-cgo), const ENAVAIL = 119 +pkg syscall (linux-amd64-cgo), const ENETDOWN = 100 +pkg syscall (linux-amd64-cgo), const ENETRESET = 102 +pkg syscall (linux-amd64-cgo), const ENETUNREACH = 101 +pkg syscall (linux-amd64-cgo), const ENFILE = 23 +pkg syscall (linux-amd64-cgo), const ENOANO = 55 +pkg syscall (linux-amd64-cgo), const ENOBUFS = 105 +pkg syscall (linux-amd64-cgo), const ENOCSI = 50 +pkg syscall (linux-amd64-cgo), const ENODATA = 61 +pkg syscall (linux-amd64-cgo), const ENODEV = 19 +pkg syscall (linux-amd64-cgo), const ENOEXEC = 8 +pkg syscall (linux-amd64-cgo), const ENOKEY = 126 +pkg syscall (linux-amd64-cgo), const ENOLCK = 37 +pkg syscall (linux-amd64-cgo), const ENOLINK = 67 +pkg syscall (linux-amd64-cgo), const ENOMEDIUM = 123 +pkg syscall (linux-amd64-cgo), const ENOMEM = 12 +pkg syscall (linux-amd64-cgo), const ENOMSG = 42 +pkg syscall (linux-amd64-cgo), const ENONET = 64 +pkg syscall (linux-amd64-cgo), const ENOPKG = 65 +pkg syscall (linux-amd64-cgo), const ENOPROTOOPT = 92 +pkg syscall (linux-amd64-cgo), const ENOSPC = 28 +pkg syscall (linux-amd64-cgo), const ENOSR = 63 +pkg syscall (linux-amd64-cgo), const ENOSTR = 60 +pkg syscall (linux-amd64-cgo), const ENOSYS = 38 +pkg syscall (linux-amd64-cgo), const ENOTBLK = 15 +pkg syscall (linux-amd64-cgo), const ENOTCONN = 107 +pkg syscall (linux-amd64-cgo), const ENOTDIR = 20 +pkg syscall (linux-amd64-cgo), const ENOTEMPTY = 39 +pkg syscall (linux-amd64-cgo), const ENOTNAM = 118 +pkg syscall (linux-amd64-cgo), const ENOTRECOVERABLE = 131 +pkg syscall (linux-amd64-cgo), const ENOTSOCK = 88 +pkg syscall (linux-amd64-cgo), const ENOTSUP = 95 +pkg syscall (linux-amd64-cgo), const ENOTTY = 25 +pkg syscall (linux-amd64-cgo), const ENOTUNIQ = 76 +pkg syscall (linux-amd64-cgo), const ENXIO = 6 +pkg syscall (linux-amd64-cgo), const EOPNOTSUPP = 95 +pkg syscall (linux-amd64-cgo), const EOVERFLOW = 75 +pkg syscall (linux-amd64-cgo), const EOWNERDEAD = 130 +pkg syscall (linux-amd64-cgo), const EPERM = 1 +pkg syscall (linux-amd64-cgo), const EPFNOSUPPORT = 96 +pkg syscall (linux-amd64-cgo), const EPIPE = 32 +pkg syscall (linux-amd64-cgo), const EPOLLERR = 8 +pkg syscall (linux-amd64-cgo), const EPOLLET = -2147483648 +pkg syscall (linux-amd64-cgo), const EPOLLHUP = 16 +pkg syscall (linux-amd64-cgo), const EPOLLIN = 1 +pkg syscall (linux-amd64-cgo), const EPOLLMSG = 1024 +pkg syscall (linux-amd64-cgo), const EPOLLONESHOT = 1073741824 +pkg syscall (linux-amd64-cgo), const EPOLLOUT = 4 +pkg syscall (linux-amd64-cgo), const EPOLLPRI = 2 +pkg syscall (linux-amd64-cgo), const EPOLLRDBAND = 128 +pkg syscall (linux-amd64-cgo), const EPOLLRDHUP = 8192 +pkg syscall (linux-amd64-cgo), const EPOLLRDNORM = 64 +pkg syscall (linux-amd64-cgo), const EPOLLWRBAND = 512 +pkg syscall (linux-amd64-cgo), const EPOLLWRNORM = 256 +pkg syscall (linux-amd64-cgo), const EPOLL_CLOEXEC = 524288 +pkg syscall (linux-amd64-cgo), const EPOLL_CTL_ADD = 1 +pkg syscall (linux-amd64-cgo), const EPOLL_CTL_DEL = 2 +pkg syscall (linux-amd64-cgo), const EPOLL_CTL_MOD = 3 +pkg syscall (linux-amd64-cgo), const EPOLL_NONBLOCK = 2048 +pkg syscall (linux-amd64-cgo), const EPROTO = 71 +pkg syscall (linux-amd64-cgo), const EPROTONOSUPPORT = 93 +pkg syscall (linux-amd64-cgo), const EPROTOTYPE = 91 +pkg syscall (linux-amd64-cgo), const ERANGE = 34 +pkg syscall (linux-amd64-cgo), const EREMCHG = 78 +pkg syscall (linux-amd64-cgo), const EREMOTE = 66 +pkg syscall (linux-amd64-cgo), const EREMOTEIO = 121 +pkg syscall (linux-amd64-cgo), const ERESTART = 85 +pkg syscall (linux-amd64-cgo), const ERFKILL = 132 +pkg syscall (linux-amd64-cgo), const EROFS = 30 +pkg syscall (linux-amd64-cgo), const ESHUTDOWN = 108 +pkg syscall (linux-amd64-cgo), const ESOCKTNOSUPPORT = 94 +pkg syscall (linux-amd64-cgo), const ESPIPE = 29 +pkg syscall (linux-amd64-cgo), const ESRCH = 3 +pkg syscall (linux-amd64-cgo), const ESRMNT = 69 +pkg syscall (linux-amd64-cgo), const ESTALE = 116 +pkg syscall (linux-amd64-cgo), const ESTRPIPE = 86 +pkg syscall (linux-amd64-cgo), const ETH_P_1588 = 35063 +pkg syscall (linux-amd64-cgo), const ETH_P_8021Q = 33024 +pkg syscall (linux-amd64-cgo), const ETH_P_802_2 = 4 +pkg syscall (linux-amd64-cgo), const ETH_P_802_3 = 1 +pkg syscall (linux-amd64-cgo), const ETH_P_AARP = 33011 +pkg syscall (linux-amd64-cgo), const ETH_P_ALL = 3 +pkg syscall (linux-amd64-cgo), const ETH_P_AOE = 34978 +pkg syscall (linux-amd64-cgo), const ETH_P_ARCNET = 26 +pkg syscall (linux-amd64-cgo), const ETH_P_ARP = 2054 +pkg syscall (linux-amd64-cgo), const ETH_P_ATALK = 32923 +pkg syscall (linux-amd64-cgo), const ETH_P_ATMFATE = 34948 +pkg syscall (linux-amd64-cgo), const ETH_P_ATMMPOA = 34892 +pkg syscall (linux-amd64-cgo), const ETH_P_AX25 = 2 +pkg syscall (linux-amd64-cgo), const ETH_P_BPQ = 2303 +pkg syscall (linux-amd64-cgo), const ETH_P_CAIF = 247 +pkg syscall (linux-amd64-cgo), const ETH_P_CAN = 12 +pkg syscall (linux-amd64-cgo), const ETH_P_CONTROL = 22 +pkg syscall (linux-amd64-cgo), const ETH_P_CUST = 24582 +pkg syscall (linux-amd64-cgo), const ETH_P_DDCMP = 6 +pkg syscall (linux-amd64-cgo), const ETH_P_DEC = 24576 +pkg syscall (linux-amd64-cgo), const ETH_P_DIAG = 24581 +pkg syscall (linux-amd64-cgo), const ETH_P_DNA_DL = 24577 +pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RC = 24578 +pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RT = 24579 +pkg syscall (linux-amd64-cgo), const ETH_P_DSA = 27 +pkg syscall (linux-amd64-cgo), const ETH_P_ECONET = 24 +pkg syscall (linux-amd64-cgo), const ETH_P_EDSA = 56026 +pkg syscall (linux-amd64-cgo), const ETH_P_FCOE = 35078 +pkg syscall (linux-amd64-cgo), const ETH_P_FIP = 35092 +pkg syscall (linux-amd64-cgo), const ETH_P_HDLC = 25 +pkg syscall (linux-amd64-cgo), const ETH_P_IEEE802154 = 246 +pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUP = 2560 +pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUPAT = 2561 +pkg syscall (linux-amd64-cgo), const ETH_P_IP = 2048 +pkg syscall (linux-amd64-cgo), const ETH_P_IPV6 = 34525 +pkg syscall (linux-amd64-cgo), const ETH_P_IPX = 33079 +pkg syscall (linux-amd64-cgo), const ETH_P_IRDA = 23 +pkg syscall (linux-amd64-cgo), const ETH_P_LAT = 24580 +pkg syscall (linux-amd64-cgo), const ETH_P_LINK_CTL = 34924 +pkg syscall (linux-amd64-cgo), const ETH_P_LOCALTALK = 9 +pkg syscall (linux-amd64-cgo), const ETH_P_LOOP = 96 +pkg syscall (linux-amd64-cgo), const ETH_P_MOBITEX = 21 +pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_MC = 34888 +pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_UC = 34887 +pkg syscall (linux-amd64-cgo), const ETH_P_PAE = 34958 +pkg syscall (linux-amd64-cgo), const ETH_P_PAUSE = 34824 +pkg syscall (linux-amd64-cgo), const ETH_P_PHONET = 245 +pkg syscall (linux-amd64-cgo), const ETH_P_PPPTALK = 16 +pkg syscall (linux-amd64-cgo), const ETH_P_PPP_DISC = 34915 +pkg syscall (linux-amd64-cgo), const ETH_P_PPP_MP = 8 +pkg syscall (linux-amd64-cgo), const ETH_P_PPP_SES = 34916 +pkg syscall (linux-amd64-cgo), const ETH_P_PUP = 512 +pkg syscall (linux-amd64-cgo), const ETH_P_PUPAT = 513 +pkg syscall (linux-amd64-cgo), const ETH_P_RARP = 32821 +pkg syscall (linux-amd64-cgo), const ETH_P_SCA = 24583 +pkg syscall (linux-amd64-cgo), const ETH_P_SLOW = 34825 +pkg syscall (linux-amd64-cgo), const ETH_P_SNAP = 5 +pkg syscall (linux-amd64-cgo), const ETH_P_TEB = 25944 +pkg syscall (linux-amd64-cgo), const ETH_P_TIPC = 35018 +pkg syscall (linux-amd64-cgo), const ETH_P_TRAILER = 28 +pkg syscall (linux-amd64-cgo), const ETH_P_TR_802_2 = 17 +pkg syscall (linux-amd64-cgo), const ETH_P_WAN_PPP = 7 +pkg syscall (linux-amd64-cgo), const ETH_P_WCCP = 34878 +pkg syscall (linux-amd64-cgo), const ETH_P_X25 = 2053 +pkg syscall (linux-amd64-cgo), const ETIME = 62 +pkg syscall (linux-amd64-cgo), const ETIMEDOUT = 110 +pkg syscall (linux-amd64-cgo), const ETOOMANYREFS = 109 +pkg syscall (linux-amd64-cgo), const ETXTBSY = 26 +pkg syscall (linux-amd64-cgo), const EUCLEAN = 117 +pkg syscall (linux-amd64-cgo), const EUNATCH = 49 +pkg syscall (linux-amd64-cgo), const EUSERS = 87 +pkg syscall (linux-amd64-cgo), const EWOULDBLOCK = 11 +pkg syscall (linux-amd64-cgo), const EXDEV = 18 +pkg syscall (linux-amd64-cgo), const EXFULL = 54 +pkg syscall (linux-amd64-cgo), const FD_CLOEXEC = 1 +pkg syscall (linux-amd64-cgo), const FD_SETSIZE = 1024 +pkg syscall (linux-amd64-cgo), const FLUSHO = 4096 +pkg syscall (linux-amd64-cgo), const F_DUPFD = 0 +pkg syscall (linux-amd64-cgo), const F_DUPFD_CLOEXEC = 1030 +pkg syscall (linux-amd64-cgo), const F_EXLCK = 4 +pkg syscall (linux-amd64-cgo), const F_GETFD = 1 +pkg syscall (linux-amd64-cgo), const F_GETFL = 3 +pkg syscall (linux-amd64-cgo), const F_GETLEASE = 1025 +pkg syscall (linux-amd64-cgo), const F_GETLK = 5 +pkg syscall (linux-amd64-cgo), const F_GETLK64 = 5 +pkg syscall (linux-amd64-cgo), const F_GETOWN = 9 +pkg syscall (linux-amd64-cgo), const F_GETOWN_EX = 16 +pkg syscall (linux-amd64-cgo), const F_GETPIPE_SZ = 1032 +pkg syscall (linux-amd64-cgo), const F_GETSIG = 11 +pkg syscall (linux-amd64-cgo), const F_LOCK = 1 +pkg syscall (linux-amd64-cgo), const F_NOTIFY = 1026 +pkg syscall (linux-amd64-cgo), const F_OK = 0 +pkg syscall (linux-amd64-cgo), const F_RDLCK = 0 +pkg syscall (linux-amd64-cgo), const F_SETFD = 2 +pkg syscall (linux-amd64-cgo), const F_SETFL = 4 +pkg syscall (linux-amd64-cgo), const F_SETLEASE = 1024 +pkg syscall (linux-amd64-cgo), const F_SETLK = 6 +pkg syscall (linux-amd64-cgo), const F_SETLK64 = 6 +pkg syscall (linux-amd64-cgo), const F_SETLKW = 7 +pkg syscall (linux-amd64-cgo), const F_SETLKW64 = 7 +pkg syscall (linux-amd64-cgo), const F_SETOWN = 8 +pkg syscall (linux-amd64-cgo), const F_SETOWN_EX = 15 +pkg syscall (linux-amd64-cgo), const F_SETPIPE_SZ = 1031 +pkg syscall (linux-amd64-cgo), const F_SETSIG = 10 +pkg syscall (linux-amd64-cgo), const F_SHLCK = 8 +pkg syscall (linux-amd64-cgo), const F_TEST = 3 +pkg syscall (linux-amd64-cgo), const F_TLOCK = 2 +pkg syscall (linux-amd64-cgo), const F_ULOCK = 0 +pkg syscall (linux-amd64-cgo), const F_UNLCK = 2 +pkg syscall (linux-amd64-cgo), const F_WRLCK = 1 +pkg syscall (linux-amd64-cgo), const HUPCL = 1024 +pkg syscall (linux-amd64-cgo), const ICANON = 2 +pkg syscall (linux-amd64-cgo), const ICRNL = 256 +pkg syscall (linux-amd64-cgo), const IEXTEN = 32768 +pkg syscall (linux-amd64-cgo), const IFA_ADDRESS = 1 +pkg syscall (linux-amd64-cgo), const IFA_ANYCAST = 5 +pkg syscall (linux-amd64-cgo), const IFA_BROADCAST = 4 +pkg syscall (linux-amd64-cgo), const IFA_CACHEINFO = 6 +pkg syscall (linux-amd64-cgo), const IFA_F_DADFAILED = 8 +pkg syscall (linux-amd64-cgo), const IFA_F_DEPRECATED = 32 +pkg syscall (linux-amd64-cgo), const IFA_F_HOMEADDRESS = 16 +pkg syscall (linux-amd64-cgo), const IFA_F_NODAD = 2 +pkg syscall (linux-amd64-cgo), const IFA_F_OPTIMISTIC = 4 +pkg syscall (linux-amd64-cgo), const IFA_F_PERMANENT = 128 +pkg syscall (linux-amd64-cgo), const IFA_F_SECONDARY = 1 +pkg syscall (linux-amd64-cgo), const IFA_F_TEMPORARY = 1 +pkg syscall (linux-amd64-cgo), const IFA_F_TENTATIVE = 64 +pkg syscall (linux-amd64-cgo), const IFA_LABEL = 3 +pkg syscall (linux-amd64-cgo), const IFA_LOCAL = 2 +pkg syscall (linux-amd64-cgo), const IFA_MAX = 7 +pkg syscall (linux-amd64-cgo), const IFA_MULTICAST = 7 +pkg syscall (linux-amd64-cgo), const IFA_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (linux-amd64-cgo), const IFF_AUTOMEDIA = 16384 +pkg syscall (linux-amd64-cgo), const IFF_DEBUG = 4 +pkg syscall (linux-amd64-cgo), const IFF_DYNAMIC = 32768 +pkg syscall (linux-amd64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (linux-amd64-cgo), const IFF_MASTER = 1024 +pkg syscall (linux-amd64-cgo), const IFF_MULTICAST = 4096 +pkg syscall (linux-amd64-cgo), const IFF_NOARP = 128 +pkg syscall (linux-amd64-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (linux-amd64-cgo), const IFF_NO_PI = 4096 +pkg syscall (linux-amd64-cgo), const IFF_ONE_QUEUE = 8192 +pkg syscall (linux-amd64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (linux-amd64-cgo), const IFF_PORTSEL = 8192 +pkg syscall (linux-amd64-cgo), const IFF_PROMISC = 256 +pkg syscall (linux-amd64-cgo), const IFF_RUNNING = 64 +pkg syscall (linux-amd64-cgo), const IFF_SLAVE = 2048 +pkg syscall (linux-amd64-cgo), const IFF_TAP = 2 +pkg syscall (linux-amd64-cgo), const IFF_TUN = 1 +pkg syscall (linux-amd64-cgo), const IFF_TUN_EXCL = 32768 +pkg syscall (linux-amd64-cgo), const IFF_VNET_HDR = 16384 +pkg syscall (linux-amd64-cgo), const IFLA_ADDRESS = 1 +pkg syscall (linux-amd64-cgo), const IFLA_BROADCAST = 2 +pkg syscall (linux-amd64-cgo), const IFLA_COST = 8 +pkg syscall (linux-amd64-cgo), const IFLA_IFALIAS = 20 +pkg syscall (linux-amd64-cgo), const IFLA_IFNAME = 3 +pkg syscall (linux-amd64-cgo), const IFLA_LINK = 5 +pkg syscall (linux-amd64-cgo), const IFLA_LINKINFO = 18 +pkg syscall (linux-amd64-cgo), const IFLA_LINKMODE = 17 +pkg syscall (linux-amd64-cgo), const IFLA_MAP = 14 +pkg syscall (linux-amd64-cgo), const IFLA_MASTER = 10 +pkg syscall (linux-amd64-cgo), const IFLA_MAX = 29 +pkg syscall (linux-amd64-cgo), const IFLA_MTU = 4 +pkg syscall (linux-amd64-cgo), const IFLA_NET_NS_PID = 19 +pkg syscall (linux-amd64-cgo), const IFLA_OPERSTATE = 16 +pkg syscall (linux-amd64-cgo), const IFLA_PRIORITY = 9 +pkg syscall (linux-amd64-cgo), const IFLA_PROTINFO = 12 +pkg syscall (linux-amd64-cgo), const IFLA_QDISC = 6 +pkg syscall (linux-amd64-cgo), const IFLA_STATS = 7 +pkg syscall (linux-amd64-cgo), const IFLA_TXQLEN = 13 +pkg syscall (linux-amd64-cgo), const IFLA_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const IFLA_WEIGHT = 15 +pkg syscall (linux-amd64-cgo), const IFLA_WIRELESS = 11 +pkg syscall (linux-amd64-cgo), const IFNAMSIZ = 16 +pkg syscall (linux-amd64-cgo), const IGNBRK = 1 +pkg syscall (linux-amd64-cgo), const IGNCR = 128 +pkg syscall (linux-amd64-cgo), const IGNPAR = 4 +pkg syscall (linux-amd64-cgo), const IMAXBEL = 8192 +pkg syscall (linux-amd64-cgo), const INLCR = 64 +pkg syscall (linux-amd64-cgo), const INPCK = 16 +pkg syscall (linux-amd64-cgo), const IN_ACCESS = 1 +pkg syscall (linux-amd64-cgo), const IN_ALL_EVENTS = 4095 +pkg syscall (linux-amd64-cgo), const IN_ATTRIB = 4 +pkg syscall (linux-amd64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (linux-amd64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (linux-amd64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (linux-amd64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (linux-amd64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (linux-amd64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (linux-amd64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (linux-amd64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (linux-amd64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (linux-amd64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (linux-amd64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (linux-amd64-cgo), const IN_CLOEXEC = 524288 +pkg syscall (linux-amd64-cgo), const IN_CLOSE = 24 +pkg syscall (linux-amd64-cgo), const IN_CLOSE_NOWRITE = 16 +pkg syscall (linux-amd64-cgo), const IN_CLOSE_WRITE = 8 +pkg syscall (linux-amd64-cgo), const IN_CREATE = 256 +pkg syscall (linux-amd64-cgo), const IN_DELETE = 512 +pkg syscall (linux-amd64-cgo), const IN_DELETE_SELF = 1024 +pkg syscall (linux-amd64-cgo), const IN_DONT_FOLLOW = 33554432 +pkg syscall (linux-amd64-cgo), const IN_EXCL_UNLINK = 67108864 +pkg syscall (linux-amd64-cgo), const IN_IGNORED = 32768 +pkg syscall (linux-amd64-cgo), const IN_ISDIR = 1073741824 +pkg syscall (linux-amd64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (linux-amd64-cgo), const IN_MASK_ADD = 536870912 +pkg syscall (linux-amd64-cgo), const IN_MODIFY = 2 +pkg syscall (linux-amd64-cgo), const IN_MOVE = 192 +pkg syscall (linux-amd64-cgo), const IN_MOVED_FROM = 64 +pkg syscall (linux-amd64-cgo), const IN_MOVED_TO = 128 +pkg syscall (linux-amd64-cgo), const IN_MOVE_SELF = 2048 +pkg syscall (linux-amd64-cgo), const IN_NONBLOCK = 2048 +pkg syscall (linux-amd64-cgo), const IN_ONESHOT = 2147483648 +pkg syscall (linux-amd64-cgo), const IN_ONLYDIR = 16777216 +pkg syscall (linux-amd64-cgo), const IN_OPEN = 32 +pkg syscall (linux-amd64-cgo), const IN_Q_OVERFLOW = 16384 +pkg syscall (linux-amd64-cgo), const IN_UNMOUNT = 8192 +pkg syscall (linux-amd64-cgo), const IPPROTO_AH = 51 +pkg syscall (linux-amd64-cgo), const IPPROTO_COMP = 108 +pkg syscall (linux-amd64-cgo), const IPPROTO_DCCP = 33 +pkg syscall (linux-amd64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (linux-amd64-cgo), const IPPROTO_EGP = 8 +pkg syscall (linux-amd64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (linux-amd64-cgo), const IPPROTO_ESP = 50 +pkg syscall (linux-amd64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (linux-amd64-cgo), const IPPROTO_GRE = 47 +pkg syscall (linux-amd64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (linux-amd64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (linux-amd64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (linux-amd64-cgo), const IPPROTO_IDP = 22 +pkg syscall (linux-amd64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (linux-amd64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (linux-amd64-cgo), const IPPROTO_MTP = 92 +pkg syscall (linux-amd64-cgo), const IPPROTO_NONE = 59 +pkg syscall (linux-amd64-cgo), const IPPROTO_PIM = 103 +pkg syscall (linux-amd64-cgo), const IPPROTO_PUP = 12 +pkg syscall (linux-amd64-cgo), const IPPROTO_RAW = 255 +pkg syscall (linux-amd64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (linux-amd64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (linux-amd64-cgo), const IPPROTO_SCTP = 132 +pkg syscall (linux-amd64-cgo), const IPPROTO_TP = 29 +pkg syscall (linux-amd64-cgo), const IPPROTO_UDPLITE = 136 +pkg syscall (linux-amd64-cgo), const IPV6_2292DSTOPTS = 4 +pkg syscall (linux-amd64-cgo), const IPV6_2292HOPLIMIT = 8 +pkg syscall (linux-amd64-cgo), const IPV6_2292HOPOPTS = 3 +pkg syscall (linux-amd64-cgo), const IPV6_2292PKTINFO = 2 +pkg syscall (linux-amd64-cgo), const IPV6_2292PKTOPTIONS = 6 +pkg syscall (linux-amd64-cgo), const IPV6_2292RTHDR = 5 +pkg syscall (linux-amd64-cgo), const IPV6_ADDRFORM = 1 +pkg syscall (linux-amd64-cgo), const IPV6_ADD_MEMBERSHIP = 20 +pkg syscall (linux-amd64-cgo), const IPV6_AUTHHDR = 10 +pkg syscall (linux-amd64-cgo), const IPV6_CHECKSUM = 7 +pkg syscall (linux-amd64-cgo), const IPV6_DROP_MEMBERSHIP = 21 +pkg syscall (linux-amd64-cgo), const IPV6_DSTOPTS = 59 +pkg syscall (linux-amd64-cgo), const IPV6_HOPLIMIT = 52 +pkg syscall (linux-amd64-cgo), const IPV6_HOPOPTS = 54 +pkg syscall (linux-amd64-cgo), const IPV6_IPSEC_POLICY = 34 +pkg syscall (linux-amd64-cgo), const IPV6_JOIN_ANYCAST = 27 +pkg syscall (linux-amd64-cgo), const IPV6_JOIN_GROUP = 20 +pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_ANYCAST = 28 +pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_GROUP = 21 +pkg syscall (linux-amd64-cgo), const IPV6_MTU = 24 +pkg syscall (linux-amd64-cgo), const IPV6_MTU_DISCOVER = 23 +pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_HOPS = 18 +pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_IF = 17 +pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_LOOP = 19 +pkg syscall (linux-amd64-cgo), const IPV6_NEXTHOP = 9 +pkg syscall (linux-amd64-cgo), const IPV6_PKTINFO = 50 +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DO = 2 +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DONT = 0 +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_PROBE = 3 +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_WANT = 1 +pkg syscall (linux-amd64-cgo), const IPV6_RECVDSTOPTS = 58 +pkg syscall (linux-amd64-cgo), const IPV6_RECVERR = 25 +pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPLIMIT = 51 +pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPOPTS = 53 +pkg syscall (linux-amd64-cgo), const IPV6_RECVPKTINFO = 49 +pkg syscall (linux-amd64-cgo), const IPV6_RECVRTHDR = 56 +pkg syscall (linux-amd64-cgo), const IPV6_RECVTCLASS = 66 +pkg syscall (linux-amd64-cgo), const IPV6_ROUTER_ALERT = 22 +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR = 57 +pkg syscall (linux-amd64-cgo), const IPV6_RTHDRDSTOPTS = 55 +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (linux-amd64-cgo), const IPV6_RXDSTOPTS = 59 +pkg syscall (linux-amd64-cgo), const IPV6_RXHOPOPTS = 54 +pkg syscall (linux-amd64-cgo), const IPV6_TCLASS = 67 +pkg syscall (linux-amd64-cgo), const IPV6_UNICAST_HOPS = 16 +pkg syscall (linux-amd64-cgo), const IPV6_V6ONLY = 26 +pkg syscall (linux-amd64-cgo), const IPV6_XFRM_POLICY = 35 +pkg syscall (linux-amd64-cgo), const IP_ADD_MEMBERSHIP = 35 +pkg syscall (linux-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39 +pkg syscall (linux-amd64-cgo), const IP_BLOCK_SOURCE = 38 +pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (linux-amd64-cgo), const IP_DF = 16384 +pkg syscall (linux-amd64-cgo), const IP_DROP_MEMBERSHIP = 36 +pkg syscall (linux-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40 +pkg syscall (linux-amd64-cgo), const IP_FREEBIND = 15 +pkg syscall (linux-amd64-cgo), const IP_HDRINCL = 3 +pkg syscall (linux-amd64-cgo), const IP_IPSEC_POLICY = 16 +pkg syscall (linux-amd64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (linux-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (linux-amd64-cgo), const IP_MF = 8192 +pkg syscall (linux-amd64-cgo), const IP_MINTTL = 21 +pkg syscall (linux-amd64-cgo), const IP_MSFILTER = 41 +pkg syscall (linux-amd64-cgo), const IP_MSS = 576 +pkg syscall (linux-amd64-cgo), const IP_MTU = 14 +pkg syscall (linux-amd64-cgo), const IP_MTU_DISCOVER = 10 +pkg syscall (linux-amd64-cgo), const IP_MULTICAST_IF = 32 +pkg syscall (linux-amd64-cgo), const IP_MULTICAST_LOOP = 34 +pkg syscall (linux-amd64-cgo), const IP_MULTICAST_TTL = 33 +pkg syscall (linux-amd64-cgo), const IP_OFFMASK = 8191 +pkg syscall (linux-amd64-cgo), const IP_OPTIONS = 4 +pkg syscall (linux-amd64-cgo), const IP_ORIGDSTADDR = 20 +pkg syscall (linux-amd64-cgo), const IP_PASSSEC = 18 +pkg syscall (linux-amd64-cgo), const IP_PKTINFO = 8 +pkg syscall (linux-amd64-cgo), const IP_PKTOPTIONS = 9 +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC = 10 +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DO = 2 +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DONT = 0 +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_PROBE = 3 +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_WANT = 1 +pkg syscall (linux-amd64-cgo), const IP_RECVERR = 11 +pkg syscall (linux-amd64-cgo), const IP_RECVOPTS = 6 +pkg syscall (linux-amd64-cgo), const IP_RECVORIGDSTADDR = 20 +pkg syscall (linux-amd64-cgo), const IP_RECVRETOPTS = 7 +pkg syscall (linux-amd64-cgo), const IP_RECVTOS = 13 +pkg syscall (linux-amd64-cgo), const IP_RECVTTL = 12 +pkg syscall (linux-amd64-cgo), const IP_RETOPTS = 7 +pkg syscall (linux-amd64-cgo), const IP_RF = 32768 +pkg syscall (linux-amd64-cgo), const IP_ROUTER_ALERT = 5 +pkg syscall (linux-amd64-cgo), const IP_TOS = 1 +pkg syscall (linux-amd64-cgo), const IP_TRANSPARENT = 19 +pkg syscall (linux-amd64-cgo), const IP_TTL = 2 +pkg syscall (linux-amd64-cgo), const IP_UNBLOCK_SOURCE = 37 +pkg syscall (linux-amd64-cgo), const IP_XFRM_POLICY = 17 +pkg syscall (linux-amd64-cgo), const ISIG = 1 +pkg syscall (linux-amd64-cgo), const ISTRIP = 32 +pkg syscall (linux-amd64-cgo), const IUCLC = 512 +pkg syscall (linux-amd64-cgo), const IUTF8 = 16384 +pkg syscall (linux-amd64-cgo), const IXANY = 2048 +pkg syscall (linux-amd64-cgo), const IXOFF = 4096 +pkg syscall (linux-amd64-cgo), const IXON = 1024 +pkg syscall (linux-amd64-cgo), const ImplementsGetwd = true +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469 +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC2 = 672274793 +pkg syscall (linux-amd64-cgo), const LOCK_EX = 2 +pkg syscall (linux-amd64-cgo), const LOCK_NB = 4 +pkg syscall (linux-amd64-cgo), const LOCK_SH = 1 +pkg syscall (linux-amd64-cgo), const LOCK_UN = 8 +pkg syscall (linux-amd64-cgo), const MADV_DOFORK = 11 +pkg syscall (linux-amd64-cgo), const MADV_DONTFORK = 10 +pkg syscall (linux-amd64-cgo), const MADV_DONTNEED = 4 +pkg syscall (linux-amd64-cgo), const MADV_HUGEPAGE = 14 +pkg syscall (linux-amd64-cgo), const MADV_HWPOISON = 100 +pkg syscall (linux-amd64-cgo), const MADV_MERGEABLE = 12 +pkg syscall (linux-amd64-cgo), const MADV_NOHUGEPAGE = 15 +pkg syscall (linux-amd64-cgo), const MADV_NORMAL = 0 +pkg syscall (linux-amd64-cgo), const MADV_RANDOM = 1 +pkg syscall (linux-amd64-cgo), const MADV_REMOVE = 9 +pkg syscall (linux-amd64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (linux-amd64-cgo), const MADV_UNMERGEABLE = 13 +pkg syscall (linux-amd64-cgo), const MADV_WILLNEED = 3 +pkg syscall (linux-amd64-cgo), const MAP_32BIT = 64 +pkg syscall (linux-amd64-cgo), const MAP_ANON = 32 +pkg syscall (linux-amd64-cgo), const MAP_ANONYMOUS = 32 +pkg syscall (linux-amd64-cgo), const MAP_DENYWRITE = 2048 +pkg syscall (linux-amd64-cgo), const MAP_EXECUTABLE = 4096 +pkg syscall (linux-amd64-cgo), const MAP_FILE = 0 +pkg syscall (linux-amd64-cgo), const MAP_FIXED = 16 +pkg syscall (linux-amd64-cgo), const MAP_GROWSDOWN = 256 +pkg syscall (linux-amd64-cgo), const MAP_HUGETLB = 262144 +pkg syscall (linux-amd64-cgo), const MAP_LOCKED = 8192 +pkg syscall (linux-amd64-cgo), const MAP_NONBLOCK = 65536 +pkg syscall (linux-amd64-cgo), const MAP_NORESERVE = 16384 +pkg syscall (linux-amd64-cgo), const MAP_POPULATE = 32768 +pkg syscall (linux-amd64-cgo), const MAP_PRIVATE = 2 +pkg syscall (linux-amd64-cgo), const MAP_SHARED = 1 +pkg syscall (linux-amd64-cgo), const MAP_STACK = 131072 +pkg syscall (linux-amd64-cgo), const MAP_TYPE = 15 +pkg syscall (linux-amd64-cgo), const MCL_CURRENT = 1 +pkg syscall (linux-amd64-cgo), const MCL_FUTURE = 2 +pkg syscall (linux-amd64-cgo), const MNT_DETACH = 2 +pkg syscall (linux-amd64-cgo), const MNT_EXPIRE = 4 +pkg syscall (linux-amd64-cgo), const MNT_FORCE = 1 +pkg syscall (linux-amd64-cgo), const MSG_CMSG_CLOEXEC = 1073741824 +pkg syscall (linux-amd64-cgo), const MSG_CONFIRM = 2048 +pkg syscall (linux-amd64-cgo), const MSG_CTRUNC = 8 +pkg syscall (linux-amd64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (linux-amd64-cgo), const MSG_DONTWAIT = 64 +pkg syscall (linux-amd64-cgo), const MSG_EOR = 128 +pkg syscall (linux-amd64-cgo), const MSG_ERRQUEUE = 8192 +pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN = 536870912 +pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN ideal-int +pkg syscall (linux-amd64-cgo), const MSG_FIN = 512 +pkg syscall (linux-amd64-cgo), const MSG_MORE = 32768 +pkg syscall (linux-amd64-cgo), const MSG_NOSIGNAL = 16384 +pkg syscall (linux-amd64-cgo), const MSG_OOB = 1 +pkg syscall (linux-amd64-cgo), const MSG_PEEK = 2 +pkg syscall (linux-amd64-cgo), const MSG_PROXY = 16 +pkg syscall (linux-amd64-cgo), const MSG_RST = 4096 +pkg syscall (linux-amd64-cgo), const MSG_SYN = 1024 +pkg syscall (linux-amd64-cgo), const MSG_TRUNC = 32 +pkg syscall (linux-amd64-cgo), const MSG_TRYHARD = 4 +pkg syscall (linux-amd64-cgo), const MSG_WAITALL = 256 +pkg syscall (linux-amd64-cgo), const MSG_WAITFORONE = 65536 +pkg syscall (linux-amd64-cgo), const MS_ACTIVE = 1073741824 +pkg syscall (linux-amd64-cgo), const MS_ASYNC = 1 +pkg syscall (linux-amd64-cgo), const MS_BIND = 4096 +pkg syscall (linux-amd64-cgo), const MS_DIRSYNC = 128 +pkg syscall (linux-amd64-cgo), const MS_INVALIDATE = 2 +pkg syscall (linux-amd64-cgo), const MS_I_VERSION = 8388608 +pkg syscall (linux-amd64-cgo), const MS_KERNMOUNT = 4194304 +pkg syscall (linux-amd64-cgo), const MS_MANDLOCK = 64 +pkg syscall (linux-amd64-cgo), const MS_MGC_MSK = 4294901760 +pkg syscall (linux-amd64-cgo), const MS_MGC_VAL = 3236757504 +pkg syscall (linux-amd64-cgo), const MS_MOVE = 8192 +pkg syscall (linux-amd64-cgo), const MS_NOATIME = 1024 +pkg syscall (linux-amd64-cgo), const MS_NODEV = 4 +pkg syscall (linux-amd64-cgo), const MS_NODIRATIME = 2048 +pkg syscall (linux-amd64-cgo), const MS_NOEXEC = 8 +pkg syscall (linux-amd64-cgo), const MS_NOSUID = 2 +pkg syscall (linux-amd64-cgo), const MS_NOUSER = -2147483648 +pkg syscall (linux-amd64-cgo), const MS_POSIXACL = 65536 +pkg syscall (linux-amd64-cgo), const MS_PRIVATE = 262144 +pkg syscall (linux-amd64-cgo), const MS_RDONLY = 1 +pkg syscall (linux-amd64-cgo), const MS_REC = 16384 +pkg syscall (linux-amd64-cgo), const MS_RELATIME = 2097152 +pkg syscall (linux-amd64-cgo), const MS_REMOUNT = 32 +pkg syscall (linux-amd64-cgo), const MS_RMT_MASK = 8388689 +pkg syscall (linux-amd64-cgo), const MS_SHARED = 1048576 +pkg syscall (linux-amd64-cgo), const MS_SILENT = 32768 +pkg syscall (linux-amd64-cgo), const MS_SLAVE = 524288 +pkg syscall (linux-amd64-cgo), const MS_STRICTATIME = 16777216 +pkg syscall (linux-amd64-cgo), const MS_SYNC = 4 +pkg syscall (linux-amd64-cgo), const MS_SYNCHRONOUS = 16 +pkg syscall (linux-amd64-cgo), const MS_UNBINDABLE = 131072 +pkg syscall (linux-amd64-cgo), const NAME_MAX = 255 +pkg syscall (linux-amd64-cgo), const NETLINK_ADD_MEMBERSHIP = 1 +pkg syscall (linux-amd64-cgo), const NETLINK_AUDIT = 9 +pkg syscall (linux-amd64-cgo), const NETLINK_BROADCAST_ERROR = 4 +pkg syscall (linux-amd64-cgo), const NETLINK_CONNECTOR = 11 +pkg syscall (linux-amd64-cgo), const NETLINK_DNRTMSG = 14 +pkg syscall (linux-amd64-cgo), const NETLINK_DROP_MEMBERSHIP = 2 +pkg syscall (linux-amd64-cgo), const NETLINK_ECRYPTFS = 19 +pkg syscall (linux-amd64-cgo), const NETLINK_FIB_LOOKUP = 10 +pkg syscall (linux-amd64-cgo), const NETLINK_FIREWALL = 3 +pkg syscall (linux-amd64-cgo), const NETLINK_GENERIC = 16 +pkg syscall (linux-amd64-cgo), const NETLINK_INET_DIAG = 4 +pkg syscall (linux-amd64-cgo), const NETLINK_IP6_FW = 13 +pkg syscall (linux-amd64-cgo), const NETLINK_ISCSI = 8 +pkg syscall (linux-amd64-cgo), const NETLINK_KOBJECT_UEVENT = 15 +pkg syscall (linux-amd64-cgo), const NETLINK_NETFILTER = 12 +pkg syscall (linux-amd64-cgo), const NETLINK_NFLOG = 5 +pkg syscall (linux-amd64-cgo), const NETLINK_NO_ENOBUFS = 5 +pkg syscall (linux-amd64-cgo), const NETLINK_PKTINFO = 3 +pkg syscall (linux-amd64-cgo), const NETLINK_ROUTE = 0 +pkg syscall (linux-amd64-cgo), const NETLINK_SCSITRANSPORT = 18 +pkg syscall (linux-amd64-cgo), const NETLINK_SELINUX = 7 +pkg syscall (linux-amd64-cgo), const NETLINK_UNUSED = 1 +pkg syscall (linux-amd64-cgo), const NETLINK_USERSOCK = 2 +pkg syscall (linux-amd64-cgo), const NETLINK_XFRM = 6 +pkg syscall (linux-amd64-cgo), const NLA_ALIGNTO = 4 +pkg syscall (linux-amd64-cgo), const NLA_F_NESTED = 32768 +pkg syscall (linux-amd64-cgo), const NLA_F_NET_BYTEORDER = 16384 +pkg syscall (linux-amd64-cgo), const NLA_HDRLEN = 4 +pkg syscall (linux-amd64-cgo), const NLMSG_ALIGNTO = 4 +pkg syscall (linux-amd64-cgo), const NLMSG_DONE = 3 +pkg syscall (linux-amd64-cgo), const NLMSG_ERROR = 2 +pkg syscall (linux-amd64-cgo), const NLMSG_HDRLEN = 16 +pkg syscall (linux-amd64-cgo), const NLMSG_MIN_TYPE = 16 +pkg syscall (linux-amd64-cgo), const NLMSG_NOOP = 1 +pkg syscall (linux-amd64-cgo), const NLMSG_OVERRUN = 4 +pkg syscall (linux-amd64-cgo), const NLM_F_ACK = 4 +pkg syscall (linux-amd64-cgo), const NLM_F_APPEND = 2048 +pkg syscall (linux-amd64-cgo), const NLM_F_ATOMIC = 1024 +pkg syscall (linux-amd64-cgo), const NLM_F_CREATE = 1024 +pkg syscall (linux-amd64-cgo), const NLM_F_DUMP = 768 +pkg syscall (linux-amd64-cgo), const NLM_F_ECHO = 8 +pkg syscall (linux-amd64-cgo), const NLM_F_EXCL = 512 +pkg syscall (linux-amd64-cgo), const NLM_F_MATCH = 512 +pkg syscall (linux-amd64-cgo), const NLM_F_MULTI = 2 +pkg syscall (linux-amd64-cgo), const NLM_F_REPLACE = 256 +pkg syscall (linux-amd64-cgo), const NLM_F_REQUEST = 1 +pkg syscall (linux-amd64-cgo), const NLM_F_ROOT = 256 +pkg syscall (linux-amd64-cgo), const NOFLSH = 128 +pkg syscall (linux-amd64-cgo), const OCRNL = 8 +pkg syscall (linux-amd64-cgo), const OFDEL = 128 +pkg syscall (linux-amd64-cgo), const OFILL = 64 +pkg syscall (linux-amd64-cgo), const OLCUC = 2 +pkg syscall (linux-amd64-cgo), const ONLCR = 4 +pkg syscall (linux-amd64-cgo), const ONLRET = 32 +pkg syscall (linux-amd64-cgo), const ONOCR = 16 +pkg syscall (linux-amd64-cgo), const OPOST = 1 +pkg syscall (linux-amd64-cgo), const O_ACCMODE = 3 +pkg syscall (linux-amd64-cgo), const O_APPEND = 1024 +pkg syscall (linux-amd64-cgo), const O_ASYNC = 8192 +pkg syscall (linux-amd64-cgo), const O_CLOEXEC = 524288 +pkg syscall (linux-amd64-cgo), const O_CREAT = 64 +pkg syscall (linux-amd64-cgo), const O_DIRECT = 16384 +pkg syscall (linux-amd64-cgo), const O_DIRECTORY = 65536 +pkg syscall (linux-amd64-cgo), const O_DSYNC = 4096 +pkg syscall (linux-amd64-cgo), const O_EXCL = 128 +pkg syscall (linux-amd64-cgo), const O_FSYNC = 1052672 +pkg syscall (linux-amd64-cgo), const O_LARGEFILE = 0 +pkg syscall (linux-amd64-cgo), const O_NDELAY = 2048 +pkg syscall (linux-amd64-cgo), const O_NOATIME = 262144 +pkg syscall (linux-amd64-cgo), const O_NOCTTY = 256 +pkg syscall (linux-amd64-cgo), const O_NOFOLLOW = 131072 +pkg syscall (linux-amd64-cgo), const O_NONBLOCK = 2048 +pkg syscall (linux-amd64-cgo), const O_RSYNC = 1052672 +pkg syscall (linux-amd64-cgo), const O_SYNC = 1052672 +pkg syscall (linux-amd64-cgo), const O_TRUNC = 512 +pkg syscall (linux-amd64-cgo), const PACKET_ADD_MEMBERSHIP = 1 +pkg syscall (linux-amd64-cgo), const PACKET_BROADCAST = 1 +pkg syscall (linux-amd64-cgo), const PACKET_DROP_MEMBERSHIP = 2 +pkg syscall (linux-amd64-cgo), const PACKET_FASTROUTE = 6 +pkg syscall (linux-amd64-cgo), const PACKET_HOST = 0 +pkg syscall (linux-amd64-cgo), const PACKET_LOOPBACK = 5 +pkg syscall (linux-amd64-cgo), const PACKET_MR_ALLMULTI = 2 +pkg syscall (linux-amd64-cgo), const PACKET_MR_MULTICAST = 0 +pkg syscall (linux-amd64-cgo), const PACKET_MR_PROMISC = 1 +pkg syscall (linux-amd64-cgo), const PACKET_MULTICAST = 2 +pkg syscall (linux-amd64-cgo), const PACKET_OTHERHOST = 3 +pkg syscall (linux-amd64-cgo), const PACKET_OUTGOING = 4 +pkg syscall (linux-amd64-cgo), const PACKET_RECV_OUTPUT = 3 +pkg syscall (linux-amd64-cgo), const PACKET_RX_RING = 5 +pkg syscall (linux-amd64-cgo), const PACKET_STATISTICS = 6 +pkg syscall (linux-amd64-cgo), const PARENB = 256 +pkg syscall (linux-amd64-cgo), const PARMRK = 8 +pkg syscall (linux-amd64-cgo), const PARODD = 512 +pkg syscall (linux-amd64-cgo), const PENDIN = 16384 +pkg syscall (linux-amd64-cgo), const PROT_EXEC = 4 +pkg syscall (linux-amd64-cgo), const PROT_GROWSDOWN = 16777216 +pkg syscall (linux-amd64-cgo), const PROT_GROWSUP = 33554432 +pkg syscall (linux-amd64-cgo), const PROT_NONE = 0 +pkg syscall (linux-amd64-cgo), const PROT_READ = 1 +pkg syscall (linux-amd64-cgo), const PROT_WRITE = 2 +pkg syscall (linux-amd64-cgo), const PR_CAPBSET_DROP = 24 +pkg syscall (linux-amd64-cgo), const PR_CAPBSET_READ = 23 +pkg syscall (linux-amd64-cgo), const PR_ENDIAN_BIG = 0 +pkg syscall (linux-amd64-cgo), const PR_ENDIAN_LITTLE = 1 +pkg syscall (linux-amd64-cgo), const PR_ENDIAN_PPC_LITTLE = 2 +pkg syscall (linux-amd64-cgo), const PR_FPEMU_NOPRINT = 1 +pkg syscall (linux-amd64-cgo), const PR_FPEMU_SIGFPE = 2 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_ASYNC = 2 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DISABLED = 0 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DIV = 65536 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_INV = 1048576 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_NONRECOV = 1 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_OVF = 131072 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_PRECISE = 3 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_RES = 524288 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_SW_ENABLE = 128 +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_UND = 262144 +pkg syscall (linux-amd64-cgo), const PR_GET_DUMPABLE = 3 +pkg syscall (linux-amd64-cgo), const PR_GET_ENDIAN = 19 +pkg syscall (linux-amd64-cgo), const PR_GET_FPEMU = 9 +pkg syscall (linux-amd64-cgo), const PR_GET_FPEXC = 11 +pkg syscall (linux-amd64-cgo), const PR_GET_KEEPCAPS = 7 +pkg syscall (linux-amd64-cgo), const PR_GET_NAME = 16 +pkg syscall (linux-amd64-cgo), const PR_GET_PDEATHSIG = 2 +pkg syscall (linux-amd64-cgo), const PR_GET_SECCOMP = 21 +pkg syscall (linux-amd64-cgo), const PR_GET_SECUREBITS = 27 +pkg syscall (linux-amd64-cgo), const PR_GET_TIMERSLACK = 30 +pkg syscall (linux-amd64-cgo), const PR_GET_TIMING = 13 +pkg syscall (linux-amd64-cgo), const PR_GET_TSC = 25 +pkg syscall (linux-amd64-cgo), const PR_GET_UNALIGN = 5 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL = 33 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_CLEAR = 0 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_DEFAULT = 2 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_EARLY = 1 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_GET = 34 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_LATE = 0 +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_SET = 1 +pkg syscall (linux-amd64-cgo), const PR_SET_DUMPABLE = 4 +pkg syscall (linux-amd64-cgo), const PR_SET_ENDIAN = 20 +pkg syscall (linux-amd64-cgo), const PR_SET_FPEMU = 10 +pkg syscall (linux-amd64-cgo), const PR_SET_FPEXC = 12 +pkg syscall (linux-amd64-cgo), const PR_SET_KEEPCAPS = 8 +pkg syscall (linux-amd64-cgo), const PR_SET_NAME = 15 +pkg syscall (linux-amd64-cgo), const PR_SET_PDEATHSIG = 1 +pkg syscall (linux-amd64-cgo), const PR_SET_PTRACER = 1499557217 +pkg syscall (linux-amd64-cgo), const PR_SET_SECCOMP = 22 +pkg syscall (linux-amd64-cgo), const PR_SET_SECUREBITS = 28 +pkg syscall (linux-amd64-cgo), const PR_SET_TIMERSLACK = 29 +pkg syscall (linux-amd64-cgo), const PR_SET_TIMING = 14 +pkg syscall (linux-amd64-cgo), const PR_SET_TSC = 26 +pkg syscall (linux-amd64-cgo), const PR_SET_UNALIGN = 6 +pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31 +pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32 +pkg syscall (linux-amd64-cgo), const PR_TIMING_STATISTICAL = 0 +pkg syscall (linux-amd64-cgo), const PR_TIMING_TIMESTAMP = 1 +pkg syscall (linux-amd64-cgo), const PR_TSC_ENABLE = 1 +pkg syscall (linux-amd64-cgo), const PR_TSC_SIGSEGV = 2 +pkg syscall (linux-amd64-cgo), const PR_UNALIGN_NOPRINT = 1 +pkg syscall (linux-amd64-cgo), const PR_UNALIGN_SIGBUS = 2 +pkg syscall (linux-amd64-cgo), const PTRACE_ARCH_PRCTL = 30 +pkg syscall (linux-amd64-cgo), const PTRACE_ATTACH = 16 +pkg syscall (linux-amd64-cgo), const PTRACE_CONT = 7 +pkg syscall (linux-amd64-cgo), const PTRACE_DETACH = 17 +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_CLONE = 3 +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXEC = 4 +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXIT = 6 +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_FORK = 1 +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK = 2 +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK_DONE = 5 +pkg syscall (linux-amd64-cgo), const PTRACE_GETEVENTMSG = 16897 +pkg syscall (linux-amd64-cgo), const PTRACE_GETFPREGS = 14 +pkg syscall (linux-amd64-cgo), const PTRACE_GETFPXREGS = 18 +pkg syscall (linux-amd64-cgo), const PTRACE_GETREGS = 12 +pkg syscall (linux-amd64-cgo), const PTRACE_GETREGSET = 16900 +pkg syscall (linux-amd64-cgo), const PTRACE_GETSIGINFO = 16898 +pkg syscall (linux-amd64-cgo), const PTRACE_GET_THREAD_AREA = 25 +pkg syscall (linux-amd64-cgo), const PTRACE_KILL = 8 +pkg syscall (linux-amd64-cgo), const PTRACE_OLDSETOPTIONS = 21 +pkg syscall (linux-amd64-cgo), const PTRACE_O_MASK = 127 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACECLONE = 8 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXEC = 16 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXIT = 64 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEFORK = 2 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACESYSGOOD = 1 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORK = 4 +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORKDONE = 32 +pkg syscall (linux-amd64-cgo), const PTRACE_PEEKDATA = 2 +pkg syscall (linux-amd64-cgo), const PTRACE_PEEKTEXT = 1 +pkg syscall (linux-amd64-cgo), const PTRACE_PEEKUSR = 3 +pkg syscall (linux-amd64-cgo), const PTRACE_POKEDATA = 5 +pkg syscall (linux-amd64-cgo), const PTRACE_POKETEXT = 4 +pkg syscall (linux-amd64-cgo), const PTRACE_POKEUSR = 6 +pkg syscall (linux-amd64-cgo), const PTRACE_SETFPREGS = 15 +pkg syscall (linux-amd64-cgo), const PTRACE_SETFPXREGS = 19 +pkg syscall (linux-amd64-cgo), const PTRACE_SETOPTIONS = 16896 +pkg syscall (linux-amd64-cgo), const PTRACE_SETREGS = 13 +pkg syscall (linux-amd64-cgo), const PTRACE_SETREGSET = 16901 +pkg syscall (linux-amd64-cgo), const PTRACE_SETSIGINFO = 16899 +pkg syscall (linux-amd64-cgo), const PTRACE_SET_THREAD_AREA = 26 +pkg syscall (linux-amd64-cgo), const PTRACE_SINGLEBLOCK = 33 +pkg syscall (linux-amd64-cgo), const PTRACE_SINGLESTEP = 9 +pkg syscall (linux-amd64-cgo), const PTRACE_SYSCALL = 24 +pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU = 31 +pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32 +pkg syscall (linux-amd64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (linux-amd64-cgo), const PathMax = 4096 +pkg syscall (linux-amd64-cgo), const RLIMIT_AS = 9 +pkg syscall (linux-amd64-cgo), const RLIMIT_CORE = 4 +pkg syscall (linux-amd64-cgo), const RLIMIT_CPU = 0 +pkg syscall (linux-amd64-cgo), const RLIMIT_DATA = 2 +pkg syscall (linux-amd64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (linux-amd64-cgo), const RLIMIT_NOFILE = 7 +pkg syscall (linux-amd64-cgo), const RLIMIT_STACK = 3 +pkg syscall (linux-amd64-cgo), const RLIM_INFINITY = -1 +pkg syscall (linux-amd64-cgo), const RTAX_ADVMSS = 8 +pkg syscall (linux-amd64-cgo), const RTAX_CWND = 7 +pkg syscall (linux-amd64-cgo), const RTAX_FEATURES = 12 +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ALLFRAG = 8 +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ECN = 1 +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_SACK = 2 +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_TIMESTAMP = 4 +pkg syscall (linux-amd64-cgo), const RTAX_HOPLIMIT = 10 +pkg syscall (linux-amd64-cgo), const RTAX_INITCWND = 11 +pkg syscall (linux-amd64-cgo), const RTAX_INITRWND = 14 +pkg syscall (linux-amd64-cgo), const RTAX_LOCK = 1 +pkg syscall (linux-amd64-cgo), const RTAX_MAX = 14 +pkg syscall (linux-amd64-cgo), const RTAX_MTU = 2 +pkg syscall (linux-amd64-cgo), const RTAX_REORDERING = 9 +pkg syscall (linux-amd64-cgo), const RTAX_RTO_MIN = 13 +pkg syscall (linux-amd64-cgo), const RTAX_RTT = 4 +pkg syscall (linux-amd64-cgo), const RTAX_RTTVAR = 5 +pkg syscall (linux-amd64-cgo), const RTAX_SSTHRESH = 6 +pkg syscall (linux-amd64-cgo), const RTAX_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const RTAX_WINDOW = 3 +pkg syscall (linux-amd64-cgo), const RTA_ALIGNTO = 4 +pkg syscall (linux-amd64-cgo), const RTA_CACHEINFO = 12 +pkg syscall (linux-amd64-cgo), const RTA_DST = 1 +pkg syscall (linux-amd64-cgo), const RTA_FLOW = 11 +pkg syscall (linux-amd64-cgo), const RTA_GATEWAY = 5 +pkg syscall (linux-amd64-cgo), const RTA_IIF = 3 +pkg syscall (linux-amd64-cgo), const RTA_MAX = 16 +pkg syscall (linux-amd64-cgo), const RTA_METRICS = 8 +pkg syscall (linux-amd64-cgo), const RTA_MULTIPATH = 9 +pkg syscall (linux-amd64-cgo), const RTA_OIF = 4 +pkg syscall (linux-amd64-cgo), const RTA_PREFSRC = 7 +pkg syscall (linux-amd64-cgo), const RTA_PRIORITY = 6 +pkg syscall (linux-amd64-cgo), const RTA_SRC = 2 +pkg syscall (linux-amd64-cgo), const RTA_TABLE = 15 +pkg syscall (linux-amd64-cgo), const RTA_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const RTCF_DIRECTSRC = 67108864 +pkg syscall (linux-amd64-cgo), const RTCF_DOREDIRECT = 16777216 +pkg syscall (linux-amd64-cgo), const RTCF_LOG = 33554432 +pkg syscall (linux-amd64-cgo), const RTCF_MASQ = 4194304 +pkg syscall (linux-amd64-cgo), const RTCF_NAT = 8388608 +pkg syscall (linux-amd64-cgo), const RTCF_VALVE = 2097152 +pkg syscall (linux-amd64-cgo), const RTF_ADDRCLASSMASK = 4160749568 +pkg syscall (linux-amd64-cgo), const RTF_ADDRCONF = 262144 +pkg syscall (linux-amd64-cgo), const RTF_ALLONLINK = 131072 +pkg syscall (linux-amd64-cgo), const RTF_BROADCAST = 268435456 +pkg syscall (linux-amd64-cgo), const RTF_CACHE = 16777216 +pkg syscall (linux-amd64-cgo), const RTF_DEFAULT = 65536 +pkg syscall (linux-amd64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (linux-amd64-cgo), const RTF_FLOW = 33554432 +pkg syscall (linux-amd64-cgo), const RTF_GATEWAY = 2 +pkg syscall (linux-amd64-cgo), const RTF_HOST = 4 +pkg syscall (linux-amd64-cgo), const RTF_INTERFACE = 1073741824 +pkg syscall (linux-amd64-cgo), const RTF_IRTT = 256 +pkg syscall (linux-amd64-cgo), const RTF_LINKRT = 1048576 +pkg syscall (linux-amd64-cgo), const RTF_LOCAL = 2147483648 +pkg syscall (linux-amd64-cgo), const RTF_MODIFIED = 32 +pkg syscall (linux-amd64-cgo), const RTF_MSS = 64 +pkg syscall (linux-amd64-cgo), const RTF_MTU = 64 +pkg syscall (linux-amd64-cgo), const RTF_MULTICAST = 536870912 +pkg syscall (linux-amd64-cgo), const RTF_NAT = 134217728 +pkg syscall (linux-amd64-cgo), const RTF_NOFORWARD = 4096 +pkg syscall (linux-amd64-cgo), const RTF_NONEXTHOP = 2097152 +pkg syscall (linux-amd64-cgo), const RTF_NOPMTUDISC = 16384 +pkg syscall (linux-amd64-cgo), const RTF_POLICY = 67108864 +pkg syscall (linux-amd64-cgo), const RTF_REINSTATE = 8 +pkg syscall (linux-amd64-cgo), const RTF_REJECT = 512 +pkg syscall (linux-amd64-cgo), const RTF_STATIC = 1024 +pkg syscall (linux-amd64-cgo), const RTF_THROW = 8192 +pkg syscall (linux-amd64-cgo), const RTF_UP = 1 +pkg syscall (linux-amd64-cgo), const RTF_WINDOW = 128 +pkg syscall (linux-amd64-cgo), const RTF_XRESOLVE = 2048 +pkg syscall (linux-amd64-cgo), const RTM_BASE = 16 +pkg syscall (linux-amd64-cgo), const RTM_DELACTION = 49 +pkg syscall (linux-amd64-cgo), const RTM_DELADDR = 21 +pkg syscall (linux-amd64-cgo), const RTM_DELADDRLABEL = 73 +pkg syscall (linux-amd64-cgo), const RTM_DELLINK = 17 +pkg syscall (linux-amd64-cgo), const RTM_DELNEIGH = 29 +pkg syscall (linux-amd64-cgo), const RTM_DELQDISC = 37 +pkg syscall (linux-amd64-cgo), const RTM_DELROUTE = 25 +pkg syscall (linux-amd64-cgo), const RTM_DELRULE = 33 +pkg syscall (linux-amd64-cgo), const RTM_DELTCLASS = 41 +pkg syscall (linux-amd64-cgo), const RTM_DELTFILTER = 45 +pkg syscall (linux-amd64-cgo), const RTM_F_CLONED = 512 +pkg syscall (linux-amd64-cgo), const RTM_F_EQUALIZE = 1024 +pkg syscall (linux-amd64-cgo), const RTM_F_NOTIFY = 256 +pkg syscall (linux-amd64-cgo), const RTM_F_PREFIX = 2048 +pkg syscall (linux-amd64-cgo), const RTM_GETACTION = 50 +pkg syscall (linux-amd64-cgo), const RTM_GETADDR = 22 +pkg syscall (linux-amd64-cgo), const RTM_GETADDRLABEL = 74 +pkg syscall (linux-amd64-cgo), const RTM_GETANYCAST = 62 +pkg syscall (linux-amd64-cgo), const RTM_GETDCB = 78 +pkg syscall (linux-amd64-cgo), const RTM_GETLINK = 18 +pkg syscall (linux-amd64-cgo), const RTM_GETMULTICAST = 58 +pkg syscall (linux-amd64-cgo), const RTM_GETNEIGH = 30 +pkg syscall (linux-amd64-cgo), const RTM_GETNEIGHTBL = 66 +pkg syscall (linux-amd64-cgo), const RTM_GETQDISC = 38 +pkg syscall (linux-amd64-cgo), const RTM_GETROUTE = 26 +pkg syscall (linux-amd64-cgo), const RTM_GETRULE = 34 +pkg syscall (linux-amd64-cgo), const RTM_GETTCLASS = 42 +pkg syscall (linux-amd64-cgo), const RTM_GETTFILTER = 46 +pkg syscall (linux-amd64-cgo), const RTM_MAX = 79 +pkg syscall (linux-amd64-cgo), const RTM_NEWACTION = 48 +pkg syscall (linux-amd64-cgo), const RTM_NEWADDR = 20 +pkg syscall (linux-amd64-cgo), const RTM_NEWADDRLABEL = 72 +pkg syscall (linux-amd64-cgo), const RTM_NEWLINK = 16 +pkg syscall (linux-amd64-cgo), const RTM_NEWNDUSEROPT = 68 +pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGH = 28 +pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGHTBL = 64 +pkg syscall (linux-amd64-cgo), const RTM_NEWPREFIX = 52 +pkg syscall (linux-amd64-cgo), const RTM_NEWQDISC = 36 +pkg syscall (linux-amd64-cgo), const RTM_NEWROUTE = 24 +pkg syscall (linux-amd64-cgo), const RTM_NEWRULE = 32 +pkg syscall (linux-amd64-cgo), const RTM_NEWTCLASS = 40 +pkg syscall (linux-amd64-cgo), const RTM_NEWTFILTER = 44 +pkg syscall (linux-amd64-cgo), const RTM_NR_FAMILIES = 16 +pkg syscall (linux-amd64-cgo), const RTM_NR_MSGTYPES = 64 +pkg syscall (linux-amd64-cgo), const RTM_SETDCB = 79 +pkg syscall (linux-amd64-cgo), const RTM_SETLINK = 19 +pkg syscall (linux-amd64-cgo), const RTM_SETNEIGHTBL = 67 +pkg syscall (linux-amd64-cgo), const RTNH_ALIGNTO = 4 +pkg syscall (linux-amd64-cgo), const RTNH_F_DEAD = 1 +pkg syscall (linux-amd64-cgo), const RTNH_F_ONLINK = 4 +pkg syscall (linux-amd64-cgo), const RTNH_F_PERVASIVE = 2 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR = 5 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE = 6 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE = 7 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE = 8 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR = 9 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO = 12 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE = 10 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX = 18 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE = 11 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE = 19 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK = 1 +pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT = 20 +pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH = 3 +pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE = 0 +pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY = 2 +pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_TC = 4 +pkg syscall (linux-amd64-cgo), const RTNLGRP_TC ideal-int +pkg syscall (linux-amd64-cgo), const RTN_ANYCAST = 4 +pkg syscall (linux-amd64-cgo), const RTN_BLACKHOLE = 6 +pkg syscall (linux-amd64-cgo), const RTN_BROADCAST = 3 +pkg syscall (linux-amd64-cgo), const RTN_LOCAL = 2 +pkg syscall (linux-amd64-cgo), const RTN_MAX = 11 +pkg syscall (linux-amd64-cgo), const RTN_MULTICAST = 5 +pkg syscall (linux-amd64-cgo), const RTN_NAT = 10 +pkg syscall (linux-amd64-cgo), const RTN_PROHIBIT = 8 +pkg syscall (linux-amd64-cgo), const RTN_THROW = 9 +pkg syscall (linux-amd64-cgo), const RTN_UNICAST = 1 +pkg syscall (linux-amd64-cgo), const RTN_UNREACHABLE = 7 +pkg syscall (linux-amd64-cgo), const RTN_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const RTN_XRESOLVE = 11 +pkg syscall (linux-amd64-cgo), const RTPROT_BIRD = 12 +pkg syscall (linux-amd64-cgo), const RTPROT_BOOT = 3 +pkg syscall (linux-amd64-cgo), const RTPROT_DHCP = 16 +pkg syscall (linux-amd64-cgo), const RTPROT_DNROUTED = 13 +pkg syscall (linux-amd64-cgo), const RTPROT_GATED = 8 +pkg syscall (linux-amd64-cgo), const RTPROT_KERNEL = 2 +pkg syscall (linux-amd64-cgo), const RTPROT_MRT = 10 +pkg syscall (linux-amd64-cgo), const RTPROT_NTK = 15 +pkg syscall (linux-amd64-cgo), const RTPROT_RA = 9 +pkg syscall (linux-amd64-cgo), const RTPROT_REDIRECT = 1 +pkg syscall (linux-amd64-cgo), const RTPROT_STATIC = 4 +pkg syscall (linux-amd64-cgo), const RTPROT_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const RTPROT_XORP = 14 +pkg syscall (linux-amd64-cgo), const RTPROT_ZEBRA = 11 +pkg syscall (linux-amd64-cgo), const RT_CLASS_DEFAULT = 253 +pkg syscall (linux-amd64-cgo), const RT_CLASS_LOCAL = 255 +pkg syscall (linux-amd64-cgo), const RT_CLASS_MAIN = 254 +pkg syscall (linux-amd64-cgo), const RT_CLASS_MAX = 255 +pkg syscall (linux-amd64-cgo), const RT_CLASS_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const RT_SCOPE_HOST = 254 +pkg syscall (linux-amd64-cgo), const RT_SCOPE_LINK = 253 +pkg syscall (linux-amd64-cgo), const RT_SCOPE_NOWHERE = 255 +pkg syscall (linux-amd64-cgo), const RT_SCOPE_SITE = 200 +pkg syscall (linux-amd64-cgo), const RT_SCOPE_UNIVERSE = 0 +pkg syscall (linux-amd64-cgo), const RT_TABLE_COMPAT = 252 +pkg syscall (linux-amd64-cgo), const RT_TABLE_DEFAULT = 253 +pkg syscall (linux-amd64-cgo), const RT_TABLE_LOCAL = 255 +pkg syscall (linux-amd64-cgo), const RT_TABLE_MAIN = 254 +pkg syscall (linux-amd64-cgo), const RT_TABLE_MAX = 4294967295 +pkg syscall (linux-amd64-cgo), const RT_TABLE_UNSPEC = 0 +pkg syscall (linux-amd64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (linux-amd64-cgo), const RUSAGE_SELF = 0 +pkg syscall (linux-amd64-cgo), const RUSAGE_THREAD = 1 +pkg syscall (linux-amd64-cgo), const SCM_CREDENTIALS = 2 +pkg syscall (linux-amd64-cgo), const SCM_RIGHTS = 1 +pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMP = 29 +pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPING = 37 +pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPNS = 35 +pkg syscall (linux-amd64-cgo), const SIGBUS = 7 +pkg syscall (linux-amd64-cgo), const SIGCHLD = 17 +pkg syscall (linux-amd64-cgo), const SIGCLD = 17 +pkg syscall (linux-amd64-cgo), const SIGCONT = 18 +pkg syscall (linux-amd64-cgo), const SIGIO = 29 +pkg syscall (linux-amd64-cgo), const SIGIOT = 6 +pkg syscall (linux-amd64-cgo), const SIGPOLL = 29 +pkg syscall (linux-amd64-cgo), const SIGPROF = 27 +pkg syscall (linux-amd64-cgo), const SIGPWR = 30 +pkg syscall (linux-amd64-cgo), const SIGSTKFLT = 16 +pkg syscall (linux-amd64-cgo), const SIGSTOP = 19 +pkg syscall (linux-amd64-cgo), const SIGSYS = 31 +pkg syscall (linux-amd64-cgo), const SIGTSTP = 20 +pkg syscall (linux-amd64-cgo), const SIGTTIN = 21 +pkg syscall (linux-amd64-cgo), const SIGTTOU = 22 +pkg syscall (linux-amd64-cgo), const SIGUNUSED = 31 +pkg syscall (linux-amd64-cgo), const SIGURG = 23 +pkg syscall (linux-amd64-cgo), const SIGUSR1 = 10 +pkg syscall (linux-amd64-cgo), const SIGUSR2 = 12 +pkg syscall (linux-amd64-cgo), const SIGVTALRM = 26 +pkg syscall (linux-amd64-cgo), const SIGWINCH = 28 +pkg syscall (linux-amd64-cgo), const SIGXCPU = 24 +pkg syscall (linux-amd64-cgo), const SIGXFSZ = 25 +pkg syscall (linux-amd64-cgo), const SIOCADDDLCI = 35200 +pkg syscall (linux-amd64-cgo), const SIOCADDMULTI = 35121 +pkg syscall (linux-amd64-cgo), const SIOCADDRT = 35083 +pkg syscall (linux-amd64-cgo), const SIOCATMARK = 35077 +pkg syscall (linux-amd64-cgo), const SIOCDARP = 35155 +pkg syscall (linux-amd64-cgo), const SIOCDELDLCI = 35201 +pkg syscall (linux-amd64-cgo), const SIOCDELMULTI = 35122 +pkg syscall (linux-amd64-cgo), const SIOCDELRT = 35084 +pkg syscall (linux-amd64-cgo), const SIOCDEVPRIVATE = 35312 +pkg syscall (linux-amd64-cgo), const SIOCDIFADDR = 35126 +pkg syscall (linux-amd64-cgo), const SIOCDRARP = 35168 +pkg syscall (linux-amd64-cgo), const SIOCGARP = 35156 +pkg syscall (linux-amd64-cgo), const SIOCGIFADDR = 35093 +pkg syscall (linux-amd64-cgo), const SIOCGIFBR = 35136 +pkg syscall (linux-amd64-cgo), const SIOCGIFBRDADDR = 35097 +pkg syscall (linux-amd64-cgo), const SIOCGIFCONF = 35090 +pkg syscall (linux-amd64-cgo), const SIOCGIFCOUNT = 35128 +pkg syscall (linux-amd64-cgo), const SIOCGIFDSTADDR = 35095 +pkg syscall (linux-amd64-cgo), const SIOCGIFENCAP = 35109 +pkg syscall (linux-amd64-cgo), const SIOCGIFFLAGS = 35091 +pkg syscall (linux-amd64-cgo), const SIOCGIFHWADDR = 35111 +pkg syscall (linux-amd64-cgo), const SIOCGIFINDEX = 35123 +pkg syscall (linux-amd64-cgo), const SIOCGIFMAP = 35184 +pkg syscall (linux-amd64-cgo), const SIOCGIFMEM = 35103 +pkg syscall (linux-amd64-cgo), const SIOCGIFMETRIC = 35101 +pkg syscall (linux-amd64-cgo), const SIOCGIFMTU = 35105 +pkg syscall (linux-amd64-cgo), const SIOCGIFNAME = 35088 +pkg syscall (linux-amd64-cgo), const SIOCGIFNETMASK = 35099 +pkg syscall (linux-amd64-cgo), const SIOCGIFPFLAGS = 35125 +pkg syscall (linux-amd64-cgo), const SIOCGIFSLAVE = 35113 +pkg syscall (linux-amd64-cgo), const SIOCGIFTXQLEN = 35138 +pkg syscall (linux-amd64-cgo), const SIOCGPGRP = 35076 +pkg syscall (linux-amd64-cgo), const SIOCGRARP = 35169 +pkg syscall (linux-amd64-cgo), const SIOCGSTAMP = 35078 +pkg syscall (linux-amd64-cgo), const SIOCGSTAMPNS = 35079 +pkg syscall (linux-amd64-cgo), const SIOCPROTOPRIVATE = 35296 +pkg syscall (linux-amd64-cgo), const SIOCRTMSG = 35085 +pkg syscall (linux-amd64-cgo), const SIOCSARP = 35157 +pkg syscall (linux-amd64-cgo), const SIOCSIFADDR = 35094 +pkg syscall (linux-amd64-cgo), const SIOCSIFBR = 35137 +pkg syscall (linux-amd64-cgo), const SIOCSIFBRDADDR = 35098 +pkg syscall (linux-amd64-cgo), const SIOCSIFDSTADDR = 35096 +pkg syscall (linux-amd64-cgo), const SIOCSIFENCAP = 35110 +pkg syscall (linux-amd64-cgo), const SIOCSIFFLAGS = 35092 +pkg syscall (linux-amd64-cgo), const SIOCSIFHWADDR = 35108 +pkg syscall (linux-amd64-cgo), const SIOCSIFHWBROADCAST = 35127 +pkg syscall (linux-amd64-cgo), const SIOCSIFLINK = 35089 +pkg syscall (linux-amd64-cgo), const SIOCSIFMAP = 35185 +pkg syscall (linux-amd64-cgo), const SIOCSIFMEM = 35104 +pkg syscall (linux-amd64-cgo), const SIOCSIFMETRIC = 35102 +pkg syscall (linux-amd64-cgo), const SIOCSIFMTU = 35106 +pkg syscall (linux-amd64-cgo), const SIOCSIFNAME = 35107 +pkg syscall (linux-amd64-cgo), const SIOCSIFNETMASK = 35100 +pkg syscall (linux-amd64-cgo), const SIOCSIFPFLAGS = 35124 +pkg syscall (linux-amd64-cgo), const SIOCSIFSLAVE = 35120 +pkg syscall (linux-amd64-cgo), const SIOCSIFTXQLEN = 35139 +pkg syscall (linux-amd64-cgo), const SIOCSPGRP = 35074 +pkg syscall (linux-amd64-cgo), const SIOCSRARP = 35170 +pkg syscall (linux-amd64-cgo), const SOCK_CLOEXEC = 524288 +pkg syscall (linux-amd64-cgo), const SOCK_DCCP = 6 +pkg syscall (linux-amd64-cgo), const SOCK_NONBLOCK = 2048 +pkg syscall (linux-amd64-cgo), const SOCK_PACKET = 10 +pkg syscall (linux-amd64-cgo), const SOCK_RDM = 4 +pkg syscall (linux-amd64-cgo), const SOL_AAL = 265 +pkg syscall (linux-amd64-cgo), const SOL_ATM = 264 +pkg syscall (linux-amd64-cgo), const SOL_DECNET = 261 +pkg syscall (linux-amd64-cgo), const SOL_ICMPV6 = 58 +pkg syscall (linux-amd64-cgo), const SOL_IP = 0 +pkg syscall (linux-amd64-cgo), const SOL_IPV6 = 41 +pkg syscall (linux-amd64-cgo), const SOL_IRDA = 266 +pkg syscall (linux-amd64-cgo), const SOL_PACKET = 263 +pkg syscall (linux-amd64-cgo), const SOL_RAW = 255 +pkg syscall (linux-amd64-cgo), const SOL_SOCKET = 1 +pkg syscall (linux-amd64-cgo), const SOL_TCP = 6 +pkg syscall (linux-amd64-cgo), const SOL_X25 = 262 +pkg syscall (linux-amd64-cgo), const SOMAXCONN = 128 +pkg syscall (linux-amd64-cgo), const SO_ACCEPTCONN = 30 +pkg syscall (linux-amd64-cgo), const SO_ATTACH_FILTER = 26 +pkg syscall (linux-amd64-cgo), const SO_BINDTODEVICE = 25 +pkg syscall (linux-amd64-cgo), const SO_BROADCAST = 6 +pkg syscall (linux-amd64-cgo), const SO_BSDCOMPAT = 14 +pkg syscall (linux-amd64-cgo), const SO_DEBUG = 1 +pkg syscall (linux-amd64-cgo), const SO_DETACH_FILTER = 27 +pkg syscall (linux-amd64-cgo), const SO_DOMAIN = 39 +pkg syscall (linux-amd64-cgo), const SO_DONTROUTE = 5 +pkg syscall (linux-amd64-cgo), const SO_ERROR = 4 +pkg syscall (linux-amd64-cgo), const SO_KEEPALIVE = 9 +pkg syscall (linux-amd64-cgo), const SO_LINGER = 13 +pkg syscall (linux-amd64-cgo), const SO_MARK = 36 +pkg syscall (linux-amd64-cgo), const SO_NO_CHECK = 11 +pkg syscall (linux-amd64-cgo), const SO_OOBINLINE = 10 +pkg syscall (linux-amd64-cgo), const SO_PASSCRED = 16 +pkg syscall (linux-amd64-cgo), const SO_PASSSEC = 34 +pkg syscall (linux-amd64-cgo), const SO_PEERCRED = 17 +pkg syscall (linux-amd64-cgo), const SO_PEERNAME = 28 +pkg syscall (linux-amd64-cgo), const SO_PEERSEC = 31 +pkg syscall (linux-amd64-cgo), const SO_PRIORITY = 12 +pkg syscall (linux-amd64-cgo), const SO_PROTOCOL = 38 +pkg syscall (linux-amd64-cgo), const SO_RCVBUF = 8 +pkg syscall (linux-amd64-cgo), const SO_RCVBUFFORCE = 33 +pkg syscall (linux-amd64-cgo), const SO_RCVLOWAT = 18 +pkg syscall (linux-amd64-cgo), const SO_RCVTIMEO = 20 +pkg syscall (linux-amd64-cgo), const SO_REUSEADDR = 2 +pkg syscall (linux-amd64-cgo), const SO_RXQ_OVFL = 40 +pkg syscall (linux-amd64-cgo), const SO_SECURITY_AUTHENTICATION = 22 +pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24 +pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23 +pkg syscall (linux-amd64-cgo), const SO_SNDBUF = 7 +pkg syscall (linux-amd64-cgo), const SO_SNDBUFFORCE = 32 +pkg syscall (linux-amd64-cgo), const SO_SNDLOWAT = 19 +pkg syscall (linux-amd64-cgo), const SO_SNDTIMEO = 21 +pkg syscall (linux-amd64-cgo), const SO_TIMESTAMP = 29 +pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPING = 37 +pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPNS = 35 +pkg syscall (linux-amd64-cgo), const SO_TYPE = 3 +pkg syscall (linux-amd64-cgo), const SYS_ACCEPT = 43 +pkg syscall (linux-amd64-cgo), const SYS_ACCEPT4 = 288 +pkg syscall (linux-amd64-cgo), const SYS_ACCESS = 21 +pkg syscall (linux-amd64-cgo), const SYS_ACCT = 163 +pkg syscall (linux-amd64-cgo), const SYS_ADD_KEY = 248 +pkg syscall (linux-amd64-cgo), const SYS_ADJTIMEX = 159 +pkg syscall (linux-amd64-cgo), const SYS_AFS_SYSCALL = 183 +pkg syscall (linux-amd64-cgo), const SYS_ALARM = 37 +pkg syscall (linux-amd64-cgo), const SYS_ARCH_PRCTL = 158 +pkg syscall (linux-amd64-cgo), const SYS_BIND = 49 +pkg syscall (linux-amd64-cgo), const SYS_BRK = 12 +pkg syscall (linux-amd64-cgo), const SYS_CAPGET = 125 +pkg syscall (linux-amd64-cgo), const SYS_CAPSET = 126 +pkg syscall (linux-amd64-cgo), const SYS_CHDIR = 80 +pkg syscall (linux-amd64-cgo), const SYS_CHMOD = 90 +pkg syscall (linux-amd64-cgo), const SYS_CHOWN = 92 +pkg syscall (linux-amd64-cgo), const SYS_CHROOT = 161 +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETRES = 229 +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETTIME = 228 +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_NANOSLEEP = 230 +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_SETTIME = 227 +pkg syscall (linux-amd64-cgo), const SYS_CLONE = 56 +pkg syscall (linux-amd64-cgo), const SYS_CLOSE = 3 +pkg syscall (linux-amd64-cgo), const SYS_CONNECT = 42 +pkg syscall (linux-amd64-cgo), const SYS_CREAT = 85 +pkg syscall (linux-amd64-cgo), const SYS_CREATE_MODULE = 174 +pkg syscall (linux-amd64-cgo), const SYS_DELETE_MODULE = 176 +pkg syscall (linux-amd64-cgo), const SYS_DUP = 32 +pkg syscall (linux-amd64-cgo), const SYS_DUP2 = 33 +pkg syscall (linux-amd64-cgo), const SYS_DUP3 = 292 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE = 213 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE1 = 291 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL = 233 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL_OLD = 214 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_PWAIT = 281 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT = 232 +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT_OLD = 215 +pkg syscall (linux-amd64-cgo), const SYS_EVENTFD = 284 +pkg syscall (linux-amd64-cgo), const SYS_EVENTFD2 = 290 +pkg syscall (linux-amd64-cgo), const SYS_EXECVE = 59 +pkg syscall (linux-amd64-cgo), const SYS_EXIT = 60 +pkg syscall (linux-amd64-cgo), const SYS_EXIT_GROUP = 231 +pkg syscall (linux-amd64-cgo), const SYS_FACCESSAT = 269 +pkg syscall (linux-amd64-cgo), const SYS_FADVISE64 = 221 +pkg syscall (linux-amd64-cgo), const SYS_FALLOCATE = 285 +pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_INIT = 300 +pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_MARK = 301 +pkg syscall (linux-amd64-cgo), const SYS_FCHDIR = 81 +pkg syscall (linux-amd64-cgo), const SYS_FCHMOD = 91 +pkg syscall (linux-amd64-cgo), const SYS_FCHMODAT = 268 +pkg syscall (linux-amd64-cgo), const SYS_FCHOWN = 93 +pkg syscall (linux-amd64-cgo), const SYS_FCHOWNAT = 260 +pkg syscall (linux-amd64-cgo), const SYS_FCNTL = 72 +pkg syscall (linux-amd64-cgo), const SYS_FDATASYNC = 75 +pkg syscall (linux-amd64-cgo), const SYS_FGETXATTR = 193 +pkg syscall (linux-amd64-cgo), const SYS_FLISTXATTR = 196 +pkg syscall (linux-amd64-cgo), const SYS_FLOCK = 73 +pkg syscall (linux-amd64-cgo), const SYS_FORK = 57 +pkg syscall (linux-amd64-cgo), const SYS_FREMOVEXATTR = 199 +pkg syscall (linux-amd64-cgo), const SYS_FSETXATTR = 190 +pkg syscall (linux-amd64-cgo), const SYS_FSTAT = 5 +pkg syscall (linux-amd64-cgo), const SYS_FSTATFS = 138 +pkg syscall (linux-amd64-cgo), const SYS_FSYNC = 74 +pkg syscall (linux-amd64-cgo), const SYS_FTRUNCATE = 77 +pkg syscall (linux-amd64-cgo), const SYS_FUTEX = 202 +pkg syscall (linux-amd64-cgo), const SYS_FUTIMESAT = 261 +pkg syscall (linux-amd64-cgo), const SYS_GETCWD = 79 +pkg syscall (linux-amd64-cgo), const SYS_GETDENTS = 78 +pkg syscall (linux-amd64-cgo), const SYS_GETDENTS64 = 217 +pkg syscall (linux-amd64-cgo), const SYS_GETEGID = 108 +pkg syscall (linux-amd64-cgo), const SYS_GETEUID = 107 +pkg syscall (linux-amd64-cgo), const SYS_GETGID = 104 +pkg syscall (linux-amd64-cgo), const SYS_GETGROUPS = 115 +pkg syscall (linux-amd64-cgo), const SYS_GETITIMER = 36 +pkg syscall (linux-amd64-cgo), const SYS_GETPEERNAME = 52 +pkg syscall (linux-amd64-cgo), const SYS_GETPGID = 121 +pkg syscall (linux-amd64-cgo), const SYS_GETPGRP = 111 +pkg syscall (linux-amd64-cgo), const SYS_GETPID = 39 +pkg syscall (linux-amd64-cgo), const SYS_GETPMSG = 181 +pkg syscall (linux-amd64-cgo), const SYS_GETPPID = 110 +pkg syscall (linux-amd64-cgo), const SYS_GETPRIORITY = 140 +pkg syscall (linux-amd64-cgo), const SYS_GETRESGID = 120 +pkg syscall (linux-amd64-cgo), const SYS_GETRESUID = 118 +pkg syscall (linux-amd64-cgo), const SYS_GETRLIMIT = 97 +pkg syscall (linux-amd64-cgo), const SYS_GETRUSAGE = 98 +pkg syscall (linux-amd64-cgo), const SYS_GETSID = 124 +pkg syscall (linux-amd64-cgo), const SYS_GETSOCKNAME = 51 +pkg syscall (linux-amd64-cgo), const SYS_GETSOCKOPT = 55 +pkg syscall (linux-amd64-cgo), const SYS_GETTID = 186 +pkg syscall (linux-amd64-cgo), const SYS_GETTIMEOFDAY = 96 +pkg syscall (linux-amd64-cgo), const SYS_GETUID = 102 +pkg syscall (linux-amd64-cgo), const SYS_GETXATTR = 191 +pkg syscall (linux-amd64-cgo), const SYS_GET_KERNEL_SYMS = 177 +pkg syscall (linux-amd64-cgo), const SYS_GET_MEMPOLICY = 239 +pkg syscall (linux-amd64-cgo), const SYS_GET_ROBUST_LIST = 274 +pkg syscall (linux-amd64-cgo), const SYS_GET_THREAD_AREA = 211 +pkg syscall (linux-amd64-cgo), const SYS_INIT_MODULE = 175 +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_ADD_WATCH = 254 +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT = 253 +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT1 = 294 +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_RM_WATCH = 255 +pkg syscall (linux-amd64-cgo), const SYS_IOCTL = 16 +pkg syscall (linux-amd64-cgo), const SYS_IOPERM = 173 +pkg syscall (linux-amd64-cgo), const SYS_IOPL = 172 +pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_GET = 252 +pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_SET = 251 +pkg syscall (linux-amd64-cgo), const SYS_IO_CANCEL = 210 +pkg syscall (linux-amd64-cgo), const SYS_IO_DESTROY = 207 +pkg syscall (linux-amd64-cgo), const SYS_IO_GETEVENTS = 208 +pkg syscall (linux-amd64-cgo), const SYS_IO_SETUP = 206 +pkg syscall (linux-amd64-cgo), const SYS_IO_SUBMIT = 209 +pkg syscall (linux-amd64-cgo), const SYS_KEXEC_LOAD = 246 +pkg syscall (linux-amd64-cgo), const SYS_KEYCTL = 250 +pkg syscall (linux-amd64-cgo), const SYS_KILL = 62 +pkg syscall (linux-amd64-cgo), const SYS_LCHOWN = 94 +pkg syscall (linux-amd64-cgo), const SYS_LGETXATTR = 192 +pkg syscall (linux-amd64-cgo), const SYS_LINK = 86 +pkg syscall (linux-amd64-cgo), const SYS_LINKAT = 265 +pkg syscall (linux-amd64-cgo), const SYS_LISTEN = 50 +pkg syscall (linux-amd64-cgo), const SYS_LISTXATTR = 194 +pkg syscall (linux-amd64-cgo), const SYS_LLISTXATTR = 195 +pkg syscall (linux-amd64-cgo), const SYS_LOOKUP_DCOOKIE = 212 +pkg syscall (linux-amd64-cgo), const SYS_LREMOVEXATTR = 198 +pkg syscall (linux-amd64-cgo), const SYS_LSEEK = 8 +pkg syscall (linux-amd64-cgo), const SYS_LSETXATTR = 189 +pkg syscall (linux-amd64-cgo), const SYS_LSTAT = 6 +pkg syscall (linux-amd64-cgo), const SYS_MADVISE = 28 +pkg syscall (linux-amd64-cgo), const SYS_MBIND = 237 +pkg syscall (linux-amd64-cgo), const SYS_MIGRATE_PAGES = 256 +pkg syscall (linux-amd64-cgo), const SYS_MINCORE = 27 +pkg syscall (linux-amd64-cgo), const SYS_MKDIR = 83 +pkg syscall (linux-amd64-cgo), const SYS_MKDIRAT = 258 +pkg syscall (linux-amd64-cgo), const SYS_MKNOD = 133 +pkg syscall (linux-amd64-cgo), const SYS_MKNODAT = 259 +pkg syscall (linux-amd64-cgo), const SYS_MLOCK = 149 +pkg syscall (linux-amd64-cgo), const SYS_MLOCKALL = 151 +pkg syscall (linux-amd64-cgo), const SYS_MMAP = 9 +pkg syscall (linux-amd64-cgo), const SYS_MODIFY_LDT = 154 +pkg syscall (linux-amd64-cgo), const SYS_MOUNT = 165 +pkg syscall (linux-amd64-cgo), const SYS_MOVE_PAGES = 279 +pkg syscall (linux-amd64-cgo), const SYS_MPROTECT = 10 +pkg syscall (linux-amd64-cgo), const SYS_MQ_GETSETATTR = 245 +pkg syscall (linux-amd64-cgo), const SYS_MQ_NOTIFY = 244 +pkg syscall (linux-amd64-cgo), const SYS_MQ_OPEN = 240 +pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDRECEIVE = 243 +pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDSEND = 242 +pkg syscall (linux-amd64-cgo), const SYS_MQ_UNLINK = 241 +pkg syscall (linux-amd64-cgo), const SYS_MREMAP = 25 +pkg syscall (linux-amd64-cgo), const SYS_MSGCTL = 71 +pkg syscall (linux-amd64-cgo), const SYS_MSGGET = 68 +pkg syscall (linux-amd64-cgo), const SYS_MSGRCV = 70 +pkg syscall (linux-amd64-cgo), const SYS_MSGSND = 69 +pkg syscall (linux-amd64-cgo), const SYS_MSYNC = 26 +pkg syscall (linux-amd64-cgo), const SYS_MUNLOCK = 150 +pkg syscall (linux-amd64-cgo), const SYS_MUNLOCKALL = 152 +pkg syscall (linux-amd64-cgo), const SYS_MUNMAP = 11 +pkg syscall (linux-amd64-cgo), const SYS_NANOSLEEP = 35 +pkg syscall (linux-amd64-cgo), const SYS_NEWFSTATAT = 262 +pkg syscall (linux-amd64-cgo), const SYS_NFSSERVCTL = 180 +pkg syscall (linux-amd64-cgo), const SYS_OPEN = 2 +pkg syscall (linux-amd64-cgo), const SYS_OPENAT = 257 +pkg syscall (linux-amd64-cgo), const SYS_PAUSE = 34 +pkg syscall (linux-amd64-cgo), const SYS_PERF_EVENT_OPEN = 298 +pkg syscall (linux-amd64-cgo), const SYS_PERSONALITY = 135 +pkg syscall (linux-amd64-cgo), const SYS_PIPE = 22 +pkg syscall (linux-amd64-cgo), const SYS_PIPE2 = 293 +pkg syscall (linux-amd64-cgo), const SYS_PIVOT_ROOT = 155 +pkg syscall (linux-amd64-cgo), const SYS_POLL = 7 +pkg syscall (linux-amd64-cgo), const SYS_PPOLL = 271 +pkg syscall (linux-amd64-cgo), const SYS_PRCTL = 157 +pkg syscall (linux-amd64-cgo), const SYS_PREAD64 = 17 +pkg syscall (linux-amd64-cgo), const SYS_PREADV = 295 +pkg syscall (linux-amd64-cgo), const SYS_PRLIMIT64 = 302 +pkg syscall (linux-amd64-cgo), const SYS_PSELECT6 = 270 +pkg syscall (linux-amd64-cgo), const SYS_PTRACE = 101 +pkg syscall (linux-amd64-cgo), const SYS_PUTPMSG = 182 +pkg syscall (linux-amd64-cgo), const SYS_PWRITE64 = 18 +pkg syscall (linux-amd64-cgo), const SYS_PWRITEV = 296 +pkg syscall (linux-amd64-cgo), const SYS_QUERY_MODULE = 178 +pkg syscall (linux-amd64-cgo), const SYS_QUOTACTL = 179 +pkg syscall (linux-amd64-cgo), const SYS_READ = 0 +pkg syscall (linux-amd64-cgo), const SYS_READAHEAD = 187 +pkg syscall (linux-amd64-cgo), const SYS_READLINK = 89 +pkg syscall (linux-amd64-cgo), const SYS_READLINKAT = 267 +pkg syscall (linux-amd64-cgo), const SYS_READV = 19 +pkg syscall (linux-amd64-cgo), const SYS_REBOOT = 169 +pkg syscall (linux-amd64-cgo), const SYS_RECVFROM = 45 +pkg syscall (linux-amd64-cgo), const SYS_RECVMMSG = 299 +pkg syscall (linux-amd64-cgo), const SYS_RECVMSG = 47 +pkg syscall (linux-amd64-cgo), const SYS_REMAP_FILE_PAGES = 216 +pkg syscall (linux-amd64-cgo), const SYS_REMOVEXATTR = 197 +pkg syscall (linux-amd64-cgo), const SYS_RENAME = 82 +pkg syscall (linux-amd64-cgo), const SYS_RENAMEAT = 264 +pkg syscall (linux-amd64-cgo), const SYS_REQUEST_KEY = 249 +pkg syscall (linux-amd64-cgo), const SYS_RESTART_SYSCALL = 219 +pkg syscall (linux-amd64-cgo), const SYS_RMDIR = 84 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGACTION = 13 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPENDING = 127 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPROCMASK = 14 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGQUEUEINFO = 129 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGRETURN = 15 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGSUSPEND = 130 +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGTIMEDWAIT = 128 +pkg syscall (linux-amd64-cgo), const SYS_RT_TGSIGQUEUEINFO = 297 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETAFFINITY = 204 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETPARAM = 143 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 145 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 146 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 147 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 148 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETAFFINITY = 203 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETPARAM = 142 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 144 +pkg syscall (linux-amd64-cgo), const SYS_SCHED_YIELD = 24 +pkg syscall (linux-amd64-cgo), const SYS_SECURITY = 185 +pkg syscall (linux-amd64-cgo), const SYS_SELECT = 23 +pkg syscall (linux-amd64-cgo), const SYS_SEMCTL = 66 +pkg syscall (linux-amd64-cgo), const SYS_SEMGET = 64 +pkg syscall (linux-amd64-cgo), const SYS_SEMOP = 65 +pkg syscall (linux-amd64-cgo), const SYS_SEMTIMEDOP = 220 +pkg syscall (linux-amd64-cgo), const SYS_SENDFILE = 40 +pkg syscall (linux-amd64-cgo), const SYS_SENDMSG = 46 +pkg syscall (linux-amd64-cgo), const SYS_SENDTO = 44 +pkg syscall (linux-amd64-cgo), const SYS_SETDOMAINNAME = 171 +pkg syscall (linux-amd64-cgo), const SYS_SETFSGID = 123 +pkg syscall (linux-amd64-cgo), const SYS_SETFSUID = 122 +pkg syscall (linux-amd64-cgo), const SYS_SETGID = 106 +pkg syscall (linux-amd64-cgo), const SYS_SETGROUPS = 116 +pkg syscall (linux-amd64-cgo), const SYS_SETHOSTNAME = 170 +pkg syscall (linux-amd64-cgo), const SYS_SETITIMER = 38 +pkg syscall (linux-amd64-cgo), const SYS_SETPGID = 109 +pkg syscall (linux-amd64-cgo), const SYS_SETPRIORITY = 141 +pkg syscall (linux-amd64-cgo), const SYS_SETREGID = 114 +pkg syscall (linux-amd64-cgo), const SYS_SETRESGID = 119 +pkg syscall (linux-amd64-cgo), const SYS_SETRESUID = 117 +pkg syscall (linux-amd64-cgo), const SYS_SETREUID = 113 +pkg syscall (linux-amd64-cgo), const SYS_SETRLIMIT = 160 +pkg syscall (linux-amd64-cgo), const SYS_SETSID = 112 +pkg syscall (linux-amd64-cgo), const SYS_SETSOCKOPT = 54 +pkg syscall (linux-amd64-cgo), const SYS_SETTIMEOFDAY = 164 +pkg syscall (linux-amd64-cgo), const SYS_SETUID = 105 +pkg syscall (linux-amd64-cgo), const SYS_SETXATTR = 188 +pkg syscall (linux-amd64-cgo), const SYS_SET_MEMPOLICY = 238 +pkg syscall (linux-amd64-cgo), const SYS_SET_ROBUST_LIST = 273 +pkg syscall (linux-amd64-cgo), const SYS_SET_THREAD_AREA = 205 +pkg syscall (linux-amd64-cgo), const SYS_SET_TID_ADDRESS = 218 +pkg syscall (linux-amd64-cgo), const SYS_SHMAT = 30 +pkg syscall (linux-amd64-cgo), const SYS_SHMCTL = 31 +pkg syscall (linux-amd64-cgo), const SYS_SHMDT = 67 +pkg syscall (linux-amd64-cgo), const SYS_SHMGET = 29 +pkg syscall (linux-amd64-cgo), const SYS_SHUTDOWN = 48 +pkg syscall (linux-amd64-cgo), const SYS_SIGALTSTACK = 131 +pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD = 282 +pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD4 = 289 +pkg syscall (linux-amd64-cgo), const SYS_SOCKET = 41 +pkg syscall (linux-amd64-cgo), const SYS_SOCKETPAIR = 53 +pkg syscall (linux-amd64-cgo), const SYS_SPLICE = 275 +pkg syscall (linux-amd64-cgo), const SYS_STAT = 4 +pkg syscall (linux-amd64-cgo), const SYS_STATFS = 137 +pkg syscall (linux-amd64-cgo), const SYS_SWAPOFF = 168 +pkg syscall (linux-amd64-cgo), const SYS_SWAPON = 167 +pkg syscall (linux-amd64-cgo), const SYS_SYMLINK = 88 +pkg syscall (linux-amd64-cgo), const SYS_SYMLINKAT = 266 +pkg syscall (linux-amd64-cgo), const SYS_SYNC = 162 +pkg syscall (linux-amd64-cgo), const SYS_SYNC_FILE_RANGE = 277 +pkg syscall (linux-amd64-cgo), const SYS_SYSFS = 139 +pkg syscall (linux-amd64-cgo), const SYS_SYSINFO = 99 +pkg syscall (linux-amd64-cgo), const SYS_SYSLOG = 103 +pkg syscall (linux-amd64-cgo), const SYS_TEE = 276 +pkg syscall (linux-amd64-cgo), const SYS_TGKILL = 234 +pkg syscall (linux-amd64-cgo), const SYS_TIME = 201 +pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_CREATE = 283 +pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_GETTIME = 287 +pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_SETTIME = 286 +pkg syscall (linux-amd64-cgo), const SYS_TIMER_CREATE = 222 +pkg syscall (linux-amd64-cgo), const SYS_TIMER_DELETE = 226 +pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETOVERRUN = 225 +pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETTIME = 224 +pkg syscall (linux-amd64-cgo), const SYS_TIMER_SETTIME = 223 +pkg syscall (linux-amd64-cgo), const SYS_TIMES = 100 +pkg syscall (linux-amd64-cgo), const SYS_TKILL = 200 +pkg syscall (linux-amd64-cgo), const SYS_TRUNCATE = 76 +pkg syscall (linux-amd64-cgo), const SYS_TUXCALL = 184 +pkg syscall (linux-amd64-cgo), const SYS_UMASK = 95 +pkg syscall (linux-amd64-cgo), const SYS_UMOUNT2 = 166 +pkg syscall (linux-amd64-cgo), const SYS_UNAME = 63 +pkg syscall (linux-amd64-cgo), const SYS_UNLINK = 87 +pkg syscall (linux-amd64-cgo), const SYS_UNLINKAT = 263 +pkg syscall (linux-amd64-cgo), const SYS_UNSHARE = 272 +pkg syscall (linux-amd64-cgo), const SYS_USELIB = 134 +pkg syscall (linux-amd64-cgo), const SYS_USTAT = 136 +pkg syscall (linux-amd64-cgo), const SYS_UTIME = 132 +pkg syscall (linux-amd64-cgo), const SYS_UTIMENSAT = 280 +pkg syscall (linux-amd64-cgo), const SYS_UTIMES = 235 +pkg syscall (linux-amd64-cgo), const SYS_VFORK = 58 +pkg syscall (linux-amd64-cgo), const SYS_VHANGUP = 153 +pkg syscall (linux-amd64-cgo), const SYS_VMSPLICE = 278 +pkg syscall (linux-amd64-cgo), const SYS_VSERVER = 236 +pkg syscall (linux-amd64-cgo), const SYS_WAIT4 = 61 +pkg syscall (linux-amd64-cgo), const SYS_WAITID = 247 +pkg syscall (linux-amd64-cgo), const SYS_WRITE = 1 +pkg syscall (linux-amd64-cgo), const SYS_WRITEV = 20 +pkg syscall (linux-amd64-cgo), const SYS__SYSCTL = 156 +pkg syscall (linux-amd64-cgo), const S_BLKSIZE = 512 +pkg syscall (linux-amd64-cgo), const S_IEXEC = 64 +pkg syscall (linux-amd64-cgo), const S_IFMT = 61440 +pkg syscall (linux-amd64-cgo), const S_IREAD = 256 +pkg syscall (linux-amd64-cgo), const S_IRGRP = 32 +pkg syscall (linux-amd64-cgo), const S_IROTH = 4 +pkg syscall (linux-amd64-cgo), const S_IRWXG = 56 +pkg syscall (linux-amd64-cgo), const S_IRWXO = 7 +pkg syscall (linux-amd64-cgo), const S_IRWXU = 448 +pkg syscall (linux-amd64-cgo), const S_IWGRP = 16 +pkg syscall (linux-amd64-cgo), const S_IWOTH = 2 +pkg syscall (linux-amd64-cgo), const S_IWRITE = 128 +pkg syscall (linux-amd64-cgo), const S_IXGRP = 8 +pkg syscall (linux-amd64-cgo), const S_IXOTH = 1 +pkg syscall (linux-amd64-cgo), const SizeofCmsghdr = 16 +pkg syscall (linux-amd64-cgo), const SizeofIPMreq = 8 +pkg syscall (linux-amd64-cgo), const SizeofIPMreqn = 12 +pkg syscall (linux-amd64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (linux-amd64-cgo), const SizeofIfAddrmsg = 8 +pkg syscall (linux-amd64-cgo), const SizeofIfInfomsg = 16 +pkg syscall (linux-amd64-cgo), const SizeofInet4Pktinfo = 12 +pkg syscall (linux-amd64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (linux-amd64-cgo), const SizeofInotifyEvent = 16 +pkg syscall (linux-amd64-cgo), const SizeofLinger = 8 +pkg syscall (linux-amd64-cgo), const SizeofMsghdr = 56 +pkg syscall (linux-amd64-cgo), const SizeofNlAttr = 4 +pkg syscall (linux-amd64-cgo), const SizeofNlMsgerr = 20 +pkg syscall (linux-amd64-cgo), const SizeofNlMsghdr = 16 +pkg syscall (linux-amd64-cgo), const SizeofRtAttr = 4 +pkg syscall (linux-amd64-cgo), const SizeofRtGenmsg = 1 +pkg syscall (linux-amd64-cgo), const SizeofRtMsg = 12 +pkg syscall (linux-amd64-cgo), const SizeofRtNexthop = 8 +pkg syscall (linux-amd64-cgo), const SizeofSockFilter = 8 +pkg syscall (linux-amd64-cgo), const SizeofSockFprog = 16 +pkg syscall (linux-amd64-cgo), const SizeofSockaddrAny = 112 +pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (linux-amd64-cgo), const SizeofSockaddrLinklayer = 20 +pkg syscall (linux-amd64-cgo), const SizeofSockaddrNetlink = 12 +pkg syscall (linux-amd64-cgo), const SizeofSockaddrUnix = 110 +pkg syscall (linux-amd64-cgo), const SizeofTCPInfo = 104 +pkg syscall (linux-amd64-cgo), const SizeofTCPInfo ideal-int +pkg syscall (linux-amd64-cgo), const SizeofUcred = 12 +pkg syscall (linux-amd64-cgo), const TCGETS = 21505 +pkg syscall (linux-amd64-cgo), const TCP_CONGESTION = 13 +pkg syscall (linux-amd64-cgo), const TCP_CORK = 3 +pkg syscall (linux-amd64-cgo), const TCP_DEFER_ACCEPT = 9 +pkg syscall (linux-amd64-cgo), const TCP_INFO = 11 +pkg syscall (linux-amd64-cgo), const TCP_KEEPCNT = 6 +pkg syscall (linux-amd64-cgo), const TCP_KEEPIDLE = 4 +pkg syscall (linux-amd64-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (linux-amd64-cgo), const TCP_LINGER2 = 8 +pkg syscall (linux-amd64-cgo), const TCP_MAXSEG = 2 +pkg syscall (linux-amd64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (linux-amd64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (linux-amd64-cgo), const TCP_MD5SIG = 14 +pkg syscall (linux-amd64-cgo), const TCP_MD5SIG_MAXKEYLEN = 80 +pkg syscall (linux-amd64-cgo), const TCP_MSS = 512 +pkg syscall (linux-amd64-cgo), const TCP_QUICKACK = 12 +pkg syscall (linux-amd64-cgo), const TCP_SYNCNT = 7 +pkg syscall (linux-amd64-cgo), const TCP_WINDOW_CLAMP = 10 +pkg syscall (linux-amd64-cgo), const TCSETS = 21506 +pkg syscall (linux-amd64-cgo), const TIOCCBRK = 21544 +pkg syscall (linux-amd64-cgo), const TIOCCONS = 21533 +pkg syscall (linux-amd64-cgo), const TIOCEXCL = 21516 +pkg syscall (linux-amd64-cgo), const TIOCGDEV = 2147767346 +pkg syscall (linux-amd64-cgo), const TIOCGETD = 21540 +pkg syscall (linux-amd64-cgo), const TIOCGICOUNT = 21597 +pkg syscall (linux-amd64-cgo), const TIOCGLCKTRMIOS = 21590 +pkg syscall (linux-amd64-cgo), const TIOCGPGRP = 21519 +pkg syscall (linux-amd64-cgo), const TIOCGPTN = 2147767344 +pkg syscall (linux-amd64-cgo), const TIOCGRS485 = 21550 +pkg syscall (linux-amd64-cgo), const TIOCGSERIAL = 21534 +pkg syscall (linux-amd64-cgo), const TIOCGSID = 21545 +pkg syscall (linux-amd64-cgo), const TIOCGSOFTCAR = 21529 +pkg syscall (linux-amd64-cgo), const TIOCGWINSZ = 21523 +pkg syscall (linux-amd64-cgo), const TIOCINQ = 21531 +pkg syscall (linux-amd64-cgo), const TIOCLINUX = 21532 +pkg syscall (linux-amd64-cgo), const TIOCMBIC = 21527 +pkg syscall (linux-amd64-cgo), const TIOCMBIS = 21526 +pkg syscall (linux-amd64-cgo), const TIOCMGET = 21525 +pkg syscall (linux-amd64-cgo), const TIOCMIWAIT = 21596 +pkg syscall (linux-amd64-cgo), const TIOCMSET = 21528 +pkg syscall (linux-amd64-cgo), const TIOCM_CAR = 64 +pkg syscall (linux-amd64-cgo), const TIOCM_CD = 64 +pkg syscall (linux-amd64-cgo), const TIOCM_CTS = 32 +pkg syscall (linux-amd64-cgo), const TIOCM_DSR = 256 +pkg syscall (linux-amd64-cgo), const TIOCM_DTR = 2 +pkg syscall (linux-amd64-cgo), const TIOCM_LE = 1 +pkg syscall (linux-amd64-cgo), const TIOCM_RI = 128 +pkg syscall (linux-amd64-cgo), const TIOCM_RNG = 128 +pkg syscall (linux-amd64-cgo), const TIOCM_RTS = 4 +pkg syscall (linux-amd64-cgo), const TIOCM_SR = 16 +pkg syscall (linux-amd64-cgo), const TIOCM_ST = 8 +pkg syscall (linux-amd64-cgo), const TIOCNOTTY = 21538 +pkg syscall (linux-amd64-cgo), const TIOCNXCL = 21517 +pkg syscall (linux-amd64-cgo), const TIOCOUTQ = 21521 +pkg syscall (linux-amd64-cgo), const TIOCPKT = 21536 +pkg syscall (linux-amd64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (linux-amd64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (linux-amd64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (linux-amd64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (linux-amd64-cgo), const TIOCPKT_START = 8 +pkg syscall (linux-amd64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (linux-amd64-cgo), const TIOCSBRK = 21543 +pkg syscall (linux-amd64-cgo), const TIOCSCTTY = 21518 +pkg syscall (linux-amd64-cgo), const TIOCSERCONFIG = 21587 +pkg syscall (linux-amd64-cgo), const TIOCSERGETLSR = 21593 +pkg syscall (linux-amd64-cgo), const TIOCSERGETMULTI = 21594 +pkg syscall (linux-amd64-cgo), const TIOCSERGSTRUCT = 21592 +pkg syscall (linux-amd64-cgo), const TIOCSERGWILD = 21588 +pkg syscall (linux-amd64-cgo), const TIOCSERSETMULTI = 21595 +pkg syscall (linux-amd64-cgo), const TIOCSERSWILD = 21589 +pkg syscall (linux-amd64-cgo), const TIOCSER_TEMT = 1 +pkg syscall (linux-amd64-cgo), const TIOCSETD = 21539 +pkg syscall (linux-amd64-cgo), const TIOCSIG = 1074025526 +pkg syscall (linux-amd64-cgo), const TIOCSLCKTRMIOS = 21591 +pkg syscall (linux-amd64-cgo), const TIOCSPGRP = 21520 +pkg syscall (linux-amd64-cgo), const TIOCSPTLCK = 1074025521 +pkg syscall (linux-amd64-cgo), const TIOCSRS485 = 21551 +pkg syscall (linux-amd64-cgo), const TIOCSSERIAL = 21535 +pkg syscall (linux-amd64-cgo), const TIOCSSOFTCAR = 21530 +pkg syscall (linux-amd64-cgo), const TIOCSTI = 21522 +pkg syscall (linux-amd64-cgo), const TIOCSWINSZ = 21524 +pkg syscall (linux-amd64-cgo), const TOSTOP = 256 +pkg syscall (linux-amd64-cgo), const TUNATTACHFILTER = 1074812117 +pkg syscall (linux-amd64-cgo), const TUNDETACHFILTER = 1074812118 +pkg syscall (linux-amd64-cgo), const TUNGETFEATURES = 2147767503 +pkg syscall (linux-amd64-cgo), const TUNGETIFF = 2147767506 +pkg syscall (linux-amd64-cgo), const TUNGETSNDBUF = 2147767507 +pkg syscall (linux-amd64-cgo), const TUNGETVNETHDRSZ = 2147767511 +pkg syscall (linux-amd64-cgo), const TUNSETDEBUG = 1074025673 +pkg syscall (linux-amd64-cgo), const TUNSETGROUP = 1074025678 +pkg syscall (linux-amd64-cgo), const TUNSETIFF = 1074025674 +pkg syscall (linux-amd64-cgo), const TUNSETLINK = 1074025677 +pkg syscall (linux-amd64-cgo), const TUNSETNOCSUM = 1074025672 +pkg syscall (linux-amd64-cgo), const TUNSETOFFLOAD = 1074025680 +pkg syscall (linux-amd64-cgo), const TUNSETOWNER = 1074025676 +pkg syscall (linux-amd64-cgo), const TUNSETPERSIST = 1074025675 +pkg syscall (linux-amd64-cgo), const TUNSETSNDBUF = 1074025684 +pkg syscall (linux-amd64-cgo), const TUNSETTXFILTER = 1074025681 +pkg syscall (linux-amd64-cgo), const TUNSETVNETHDRSZ = 1074025688 +pkg syscall (linux-amd64-cgo), const VDISCARD = 13 +pkg syscall (linux-amd64-cgo), const VEOF = 4 +pkg syscall (linux-amd64-cgo), const VEOL = 11 +pkg syscall (linux-amd64-cgo), const VEOL2 = 16 +pkg syscall (linux-amd64-cgo), const VERASE = 2 +pkg syscall (linux-amd64-cgo), const VINTR = 0 +pkg syscall (linux-amd64-cgo), const VKILL = 3 +pkg syscall (linux-amd64-cgo), const VLNEXT = 15 +pkg syscall (linux-amd64-cgo), const VMIN = 6 +pkg syscall (linux-amd64-cgo), const VQUIT = 1 +pkg syscall (linux-amd64-cgo), const VREPRINT = 12 +pkg syscall (linux-amd64-cgo), const VSTART = 8 +pkg syscall (linux-amd64-cgo), const VSTOP = 9 +pkg syscall (linux-amd64-cgo), const VSUSP = 10 +pkg syscall (linux-amd64-cgo), const VSWTC = 7 +pkg syscall (linux-amd64-cgo), const VTIME = 5 +pkg syscall (linux-amd64-cgo), const VWERASE = 14 +pkg syscall (linux-amd64-cgo), const WALL = 1073741824 +pkg syscall (linux-amd64-cgo), const WCLONE = 2147483648 +pkg syscall (linux-amd64-cgo), const WCONTINUED = 8 +pkg syscall (linux-amd64-cgo), const WEXITED = 4 +pkg syscall (linux-amd64-cgo), const WNOHANG = 1 +pkg syscall (linux-amd64-cgo), const WNOTHREAD = 536870912 +pkg syscall (linux-amd64-cgo), const WNOWAIT = 16777216 +pkg syscall (linux-amd64-cgo), const WORDSIZE = 64 +pkg syscall (linux-amd64-cgo), const WSTOPPED = 2 +pkg syscall (linux-amd64-cgo), const WUNTRACED = 2 +pkg syscall (linux-amd64-cgo), const XCASE = 4 +pkg syscall (linux-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-amd64-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-amd64-cgo), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Pipe2([]int, int) error +pkg syscall (linux-amd64-cgo), func PtraceSyscall(int, int) error +pkg syscall (linux-amd64-cgo), func Removexattr(string, string) error +pkg syscall (linux-amd64-cgo), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (linux-amd64-cgo), type TCPInfo struct +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ato uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Lost uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Options uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Probes uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rto uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-arm), const AF_ALG = 38 +pkg syscall (linux-arm), const AF_APPLETALK = 5 +pkg syscall (linux-arm), const AF_ASH = 18 +pkg syscall (linux-arm), const AF_ATMPVC = 8 +pkg syscall (linux-arm), const AF_ATMSVC = 20 +pkg syscall (linux-arm), const AF_AX25 = 3 +pkg syscall (linux-arm), const AF_BLUETOOTH = 31 +pkg syscall (linux-arm), const AF_BRIDGE = 7 +pkg syscall (linux-arm), const AF_CAIF = 37 +pkg syscall (linux-arm), const AF_CAN = 29 +pkg syscall (linux-arm), const AF_DECnet = 12 +pkg syscall (linux-arm), const AF_ECONET = 19 +pkg syscall (linux-arm), const AF_FILE = 1 +pkg syscall (linux-arm), const AF_IEEE802154 = 36 +pkg syscall (linux-arm), const AF_INET6 = 10 +pkg syscall (linux-arm), const AF_IPX = 4 +pkg syscall (linux-arm), const AF_IRDA = 23 +pkg syscall (linux-arm), const AF_ISDN = 34 +pkg syscall (linux-arm), const AF_IUCV = 32 +pkg syscall (linux-arm), const AF_KEY = 15 +pkg syscall (linux-arm), const AF_LLC = 26 +pkg syscall (linux-arm), const AF_LOCAL = 1 +pkg syscall (linux-arm), const AF_MAX = 39 +pkg syscall (linux-arm), const AF_NETBEUI = 13 +pkg syscall (linux-arm), const AF_NETLINK = 16 +pkg syscall (linux-arm), const AF_NETROM = 6 +pkg syscall (linux-arm), const AF_PACKET = 17 +pkg syscall (linux-arm), const AF_PHONET = 35 +pkg syscall (linux-arm), const AF_PPPOX = 24 +pkg syscall (linux-arm), const AF_RDS = 21 +pkg syscall (linux-arm), const AF_ROSE = 11 +pkg syscall (linux-arm), const AF_ROUTE = 16 +pkg syscall (linux-arm), const AF_RXRPC = 33 +pkg syscall (linux-arm), const AF_SECURITY = 14 +pkg syscall (linux-arm), const AF_SNA = 22 +pkg syscall (linux-arm), const AF_TIPC = 30 +pkg syscall (linux-arm), const AF_WANPIPE = 25 +pkg syscall (linux-arm), const AF_X25 = 9 +pkg syscall (linux-arm), const ARPHRD_ADAPT = 264 +pkg syscall (linux-arm), const ARPHRD_APPLETLK = 8 +pkg syscall (linux-arm), const ARPHRD_ARCNET = 7 +pkg syscall (linux-arm), const ARPHRD_ASH = 781 +pkg syscall (linux-arm), const ARPHRD_ATM = 19 +pkg syscall (linux-arm), const ARPHRD_AX25 = 3 +pkg syscall (linux-arm), const ARPHRD_BIF = 775 +pkg syscall (linux-arm), const ARPHRD_CHAOS = 5 +pkg syscall (linux-arm), const ARPHRD_CISCO = 513 +pkg syscall (linux-arm), const ARPHRD_CSLIP = 257 +pkg syscall (linux-arm), const ARPHRD_CSLIP6 = 259 +pkg syscall (linux-arm), const ARPHRD_DDCMP = 517 +pkg syscall (linux-arm), const ARPHRD_DLCI = 15 +pkg syscall (linux-arm), const ARPHRD_ECONET = 782 +pkg syscall (linux-arm), const ARPHRD_EETHER = 2 +pkg syscall (linux-arm), const ARPHRD_ETHER = 1 +pkg syscall (linux-arm), const ARPHRD_EUI64 = 27 +pkg syscall (linux-arm), const ARPHRD_FCAL = 785 +pkg syscall (linux-arm), const ARPHRD_FCFABRIC = 787 +pkg syscall (linux-arm), const ARPHRD_FCPL = 786 +pkg syscall (linux-arm), const ARPHRD_FCPP = 784 +pkg syscall (linux-arm), const ARPHRD_FDDI = 774 +pkg syscall (linux-arm), const ARPHRD_FRAD = 770 +pkg syscall (linux-arm), const ARPHRD_HDLC = 513 +pkg syscall (linux-arm), const ARPHRD_HIPPI = 780 +pkg syscall (linux-arm), const ARPHRD_HWX25 = 272 +pkg syscall (linux-arm), const ARPHRD_IEEE1394 = 24 +pkg syscall (linux-arm), const ARPHRD_IEEE802 = 6 +pkg syscall (linux-arm), const ARPHRD_IEEE80211 = 801 +pkg syscall (linux-arm), const ARPHRD_IEEE80211_PRISM = 802 +pkg syscall (linux-arm), const ARPHRD_IEEE80211_RADIOTAP = 803 +pkg syscall (linux-arm), const ARPHRD_IEEE802154 = 804 +pkg syscall (linux-arm), const ARPHRD_IEEE802154_PHY = 805 +pkg syscall (linux-arm), const ARPHRD_IEEE802_TR = 800 +pkg syscall (linux-arm), const ARPHRD_INFINIBAND = 32 +pkg syscall (linux-arm), const ARPHRD_IPDDP = 777 +pkg syscall (linux-arm), const ARPHRD_IPGRE = 778 +pkg syscall (linux-arm), const ARPHRD_IRDA = 783 +pkg syscall (linux-arm), const ARPHRD_LAPB = 516 +pkg syscall (linux-arm), const ARPHRD_LOCALTLK = 773 +pkg syscall (linux-arm), const ARPHRD_LOOPBACK = 772 +pkg syscall (linux-arm), const ARPHRD_METRICOM = 23 +pkg syscall (linux-arm), const ARPHRD_NETROM = 0 +pkg syscall (linux-arm), const ARPHRD_NONE = 65534 +pkg syscall (linux-arm), const ARPHRD_PIMREG = 779 +pkg syscall (linux-arm), const ARPHRD_PPP = 512 +pkg syscall (linux-arm), const ARPHRD_PRONET = 4 +pkg syscall (linux-arm), const ARPHRD_RAWHDLC = 518 +pkg syscall (linux-arm), const ARPHRD_ROSE = 270 +pkg syscall (linux-arm), const ARPHRD_RSRVD = 260 +pkg syscall (linux-arm), const ARPHRD_SIT = 776 +pkg syscall (linux-arm), const ARPHRD_SKIP = 771 +pkg syscall (linux-arm), const ARPHRD_SLIP = 256 +pkg syscall (linux-arm), const ARPHRD_SLIP6 = 258 +pkg syscall (linux-arm), const ARPHRD_TUNNEL = 768 +pkg syscall (linux-arm), const ARPHRD_TUNNEL6 = 769 +pkg syscall (linux-arm), const ARPHRD_VOID = 65535 +pkg syscall (linux-arm), const ARPHRD_X25 = 271 +pkg syscall (linux-arm), const B0 = 0 +pkg syscall (linux-arm), const B1000000 = 4104 +pkg syscall (linux-arm), const B110 = 3 +pkg syscall (linux-arm), const B115200 = 4098 +pkg syscall (linux-arm), const B1152000 = 4105 +pkg syscall (linux-arm), const B1200 = 9 +pkg syscall (linux-arm), const B134 = 4 +pkg syscall (linux-arm), const B150 = 5 +pkg syscall (linux-arm), const B1500000 = 4106 +pkg syscall (linux-arm), const B1800 = 10 +pkg syscall (linux-arm), const B19200 = 14 +pkg syscall (linux-arm), const B200 = 6 +pkg syscall (linux-arm), const B2000000 = 4107 +pkg syscall (linux-arm), const B230400 = 4099 +pkg syscall (linux-arm), const B2400 = 11 +pkg syscall (linux-arm), const B2500000 = 4108 +pkg syscall (linux-arm), const B300 = 7 +pkg syscall (linux-arm), const B3000000 = 4109 +pkg syscall (linux-arm), const B3500000 = 4110 +pkg syscall (linux-arm), const B38400 = 15 +pkg syscall (linux-arm), const B4000000 = 4111 +pkg syscall (linux-arm), const B460800 = 4100 +pkg syscall (linux-arm), const B4800 = 12 +pkg syscall (linux-arm), const B50 = 1 +pkg syscall (linux-arm), const B500000 = 4101 +pkg syscall (linux-arm), const B57600 = 4097 +pkg syscall (linux-arm), const B576000 = 4102 +pkg syscall (linux-arm), const B600 = 8 +pkg syscall (linux-arm), const B75 = 2 +pkg syscall (linux-arm), const B921600 = 4103 +pkg syscall (linux-arm), const B9600 = 13 +pkg syscall (linux-arm), const BPF_A = 16 +pkg syscall (linux-arm), const BPF_ABS = 32 +pkg syscall (linux-arm), const BPF_ADD = 0 +pkg syscall (linux-arm), const BPF_ALU = 4 +pkg syscall (linux-arm), const BPF_AND = 80 +pkg syscall (linux-arm), const BPF_B = 16 +pkg syscall (linux-arm), const BPF_DIV = 48 +pkg syscall (linux-arm), const BPF_H = 8 +pkg syscall (linux-arm), const BPF_IMM = 0 +pkg syscall (linux-arm), const BPF_IND = 64 +pkg syscall (linux-arm), const BPF_JA = 0 +pkg syscall (linux-arm), const BPF_JEQ = 16 +pkg syscall (linux-arm), const BPF_JGE = 48 +pkg syscall (linux-arm), const BPF_JGT = 32 +pkg syscall (linux-arm), const BPF_JMP = 5 +pkg syscall (linux-arm), const BPF_JSET = 64 +pkg syscall (linux-arm), const BPF_K = 0 +pkg syscall (linux-arm), const BPF_LD = 0 +pkg syscall (linux-arm), const BPF_LDX = 1 +pkg syscall (linux-arm), const BPF_LEN = 128 +pkg syscall (linux-arm), const BPF_LSH = 96 +pkg syscall (linux-arm), const BPF_MAJOR_VERSION = 1 +pkg syscall (linux-arm), const BPF_MAXINSNS = 4096 +pkg syscall (linux-arm), const BPF_MEM = 96 +pkg syscall (linux-arm), const BPF_MEMWORDS = 16 +pkg syscall (linux-arm), const BPF_MINOR_VERSION = 1 +pkg syscall (linux-arm), const BPF_MISC = 7 +pkg syscall (linux-arm), const BPF_MSH = 160 +pkg syscall (linux-arm), const BPF_MUL = 32 +pkg syscall (linux-arm), const BPF_NEG = 128 +pkg syscall (linux-arm), const BPF_OR = 64 +pkg syscall (linux-arm), const BPF_RET = 6 +pkg syscall (linux-arm), const BPF_RSH = 112 +pkg syscall (linux-arm), const BPF_ST = 2 +pkg syscall (linux-arm), const BPF_STX = 3 +pkg syscall (linux-arm), const BPF_SUB = 16 +pkg syscall (linux-arm), const BPF_TAX = 0 +pkg syscall (linux-arm), const BPF_TXA = 128 +pkg syscall (linux-arm), const BPF_W = 0 +pkg syscall (linux-arm), const BPF_X = 8 +pkg syscall (linux-arm), const BRKINT = 2 +pkg syscall (linux-arm), const CLOCAL = 2048 +pkg syscall (linux-arm), const CREAD = 128 +pkg syscall (linux-arm), const CS5 = 0 +pkg syscall (linux-arm), const CS6 = 16 +pkg syscall (linux-arm), const CS7 = 32 +pkg syscall (linux-arm), const CS8 = 48 +pkg syscall (linux-arm), const CSIZE = 48 +pkg syscall (linux-arm), const CSTOPB = 64 +pkg syscall (linux-arm), const DT_BLK = 6 +pkg syscall (linux-arm), const DT_CHR = 2 +pkg syscall (linux-arm), const DT_DIR = 4 +pkg syscall (linux-arm), const DT_FIFO = 1 +pkg syscall (linux-arm), const DT_LNK = 10 +pkg syscall (linux-arm), const DT_REG = 8 +pkg syscall (linux-arm), const DT_SOCK = 12 +pkg syscall (linux-arm), const DT_UNKNOWN = 0 +pkg syscall (linux-arm), const DT_WHT = 14 +pkg syscall (linux-arm), const E2BIG = 7 +pkg syscall (linux-arm), const EACCES = 13 +pkg syscall (linux-arm), const EADDRINUSE = 98 +pkg syscall (linux-arm), const EADDRNOTAVAIL = 99 +pkg syscall (linux-arm), const EADV = 68 +pkg syscall (linux-arm), const EAFNOSUPPORT = 97 +pkg syscall (linux-arm), const EAGAIN = 11 +pkg syscall (linux-arm), const EALREADY = 114 +pkg syscall (linux-arm), const EBADE = 52 +pkg syscall (linux-arm), const EBADF = 9 +pkg syscall (linux-arm), const EBADFD = 77 +pkg syscall (linux-arm), const EBADMSG = 74 +pkg syscall (linux-arm), const EBADR = 53 +pkg syscall (linux-arm), const EBADRQC = 56 +pkg syscall (linux-arm), const EBADSLT = 57 +pkg syscall (linux-arm), const EBFONT = 59 +pkg syscall (linux-arm), const EBUSY = 16 +pkg syscall (linux-arm), const ECANCELED = 125 +pkg syscall (linux-arm), const ECHILD = 10 +pkg syscall (linux-arm), const ECHO = 8 +pkg syscall (linux-arm), const ECHOCTL = 512 +pkg syscall (linux-arm), const ECHOE = 16 +pkg syscall (linux-arm), const ECHOK = 32 +pkg syscall (linux-arm), const ECHOKE = 2048 +pkg syscall (linux-arm), const ECHONL = 64 +pkg syscall (linux-arm), const ECHOPRT = 1024 +pkg syscall (linux-arm), const ECHRNG = 44 +pkg syscall (linux-arm), const ECOMM = 70 +pkg syscall (linux-arm), const ECONNABORTED = 103 +pkg syscall (linux-arm), const ECONNREFUSED = 111 +pkg syscall (linux-arm), const ECONNRESET = 104 +pkg syscall (linux-arm), const EDEADLK = 35 +pkg syscall (linux-arm), const EDEADLOCK = 35 +pkg syscall (linux-arm), const EDESTADDRREQ = 89 +pkg syscall (linux-arm), const EDOM = 33 +pkg syscall (linux-arm), const EDOTDOT = 73 +pkg syscall (linux-arm), const EDQUOT = 122 +pkg syscall (linux-arm), const EEXIST = 17 +pkg syscall (linux-arm), const EFAULT = 14 +pkg syscall (linux-arm), const EFBIG = 27 +pkg syscall (linux-arm), const EHOSTDOWN = 112 +pkg syscall (linux-arm), const EHOSTUNREACH = 113 +pkg syscall (linux-arm), const EHWPOISON = 133 +pkg syscall (linux-arm), const EIDRM = 43 +pkg syscall (linux-arm), const EILSEQ = 84 +pkg syscall (linux-arm), const EINPROGRESS = 115 +pkg syscall (linux-arm), const EINTR = 4 +pkg syscall (linux-arm), const EINVAL = 22 +pkg syscall (linux-arm), const EIO = 5 +pkg syscall (linux-arm), const EISCONN = 106 +pkg syscall (linux-arm), const EISDIR = 21 +pkg syscall (linux-arm), const EISNAM = 120 +pkg syscall (linux-arm), const EKEYEXPIRED = 127 +pkg syscall (linux-arm), const EKEYREJECTED = 129 +pkg syscall (linux-arm), const EKEYREVOKED = 128 +pkg syscall (linux-arm), const EL2HLT = 51 +pkg syscall (linux-arm), const EL2NSYNC = 45 +pkg syscall (linux-arm), const EL3HLT = 46 +pkg syscall (linux-arm), const EL3RST = 47 +pkg syscall (linux-arm), const ELF_NGREG = 18 +pkg syscall (linux-arm), const ELF_PRARGSZ = 80 +pkg syscall (linux-arm), const ELIBACC = 79 +pkg syscall (linux-arm), const ELIBBAD = 80 +pkg syscall (linux-arm), const ELIBEXEC = 83 +pkg syscall (linux-arm), const ELIBMAX = 82 +pkg syscall (linux-arm), const ELIBSCN = 81 +pkg syscall (linux-arm), const ELNRNG = 48 +pkg syscall (linux-arm), const ELOOP = 40 +pkg syscall (linux-arm), const EMEDIUMTYPE = 124 +pkg syscall (linux-arm), const EMFILE = 24 +pkg syscall (linux-arm), const EMLINK = 31 +pkg syscall (linux-arm), const EMSGSIZE = 90 +pkg syscall (linux-arm), const EMULTIHOP = 72 +pkg syscall (linux-arm), const ENAMETOOLONG = 36 +pkg syscall (linux-arm), const ENAVAIL = 119 +pkg syscall (linux-arm), const ENETDOWN = 100 +pkg syscall (linux-arm), const ENETRESET = 102 +pkg syscall (linux-arm), const ENETUNREACH = 101 +pkg syscall (linux-arm), const ENFILE = 23 +pkg syscall (linux-arm), const ENOANO = 55 +pkg syscall (linux-arm), const ENOBUFS = 105 +pkg syscall (linux-arm), const ENOCSI = 50 +pkg syscall (linux-arm), const ENODATA = 61 +pkg syscall (linux-arm), const ENODEV = 19 +pkg syscall (linux-arm), const ENOEXEC = 8 +pkg syscall (linux-arm), const ENOKEY = 126 +pkg syscall (linux-arm), const ENOLCK = 37 +pkg syscall (linux-arm), const ENOLINK = 67 +pkg syscall (linux-arm), const ENOMEDIUM = 123 +pkg syscall (linux-arm), const ENOMEM = 12 +pkg syscall (linux-arm), const ENOMSG = 42 +pkg syscall (linux-arm), const ENONET = 64 +pkg syscall (linux-arm), const ENOPKG = 65 +pkg syscall (linux-arm), const ENOPROTOOPT = 92 +pkg syscall (linux-arm), const ENOSPC = 28 +pkg syscall (linux-arm), const ENOSR = 63 +pkg syscall (linux-arm), const ENOSTR = 60 +pkg syscall (linux-arm), const ENOSYS = 38 +pkg syscall (linux-arm), const ENOTBLK = 15 +pkg syscall (linux-arm), const ENOTCONN = 107 +pkg syscall (linux-arm), const ENOTDIR = 20 +pkg syscall (linux-arm), const ENOTEMPTY = 39 +pkg syscall (linux-arm), const ENOTNAM = 118 +pkg syscall (linux-arm), const ENOTRECOVERABLE = 131 +pkg syscall (linux-arm), const ENOTSOCK = 88 +pkg syscall (linux-arm), const ENOTSUP = 95 +pkg syscall (linux-arm), const ENOTTY = 25 +pkg syscall (linux-arm), const ENOTUNIQ = 76 +pkg syscall (linux-arm), const ENXIO = 6 +pkg syscall (linux-arm), const EOPNOTSUPP = 95 +pkg syscall (linux-arm), const EOVERFLOW = 75 +pkg syscall (linux-arm), const EOWNERDEAD = 130 +pkg syscall (linux-arm), const EPERM = 1 +pkg syscall (linux-arm), const EPFNOSUPPORT = 96 +pkg syscall (linux-arm), const EPIPE = 32 +pkg syscall (linux-arm), const EPOLLERR = 8 +pkg syscall (linux-arm), const EPOLLET = -2147483648 +pkg syscall (linux-arm), const EPOLLHUP = 16 +pkg syscall (linux-arm), const EPOLLIN = 1 +pkg syscall (linux-arm), const EPOLLMSG = 1024 +pkg syscall (linux-arm), const EPOLLONESHOT = 1073741824 +pkg syscall (linux-arm), const EPOLLOUT = 4 +pkg syscall (linux-arm), const EPOLLPRI = 2 +pkg syscall (linux-arm), const EPOLLRDBAND = 128 +pkg syscall (linux-arm), const EPOLLRDHUP = 8192 +pkg syscall (linux-arm), const EPOLLRDNORM = 64 +pkg syscall (linux-arm), const EPOLLWRBAND = 512 +pkg syscall (linux-arm), const EPOLLWRNORM = 256 +pkg syscall (linux-arm), const EPOLL_CLOEXEC = 524288 +pkg syscall (linux-arm), const EPOLL_CTL_ADD = 1 +pkg syscall (linux-arm), const EPOLL_CTL_DEL = 2 +pkg syscall (linux-arm), const EPOLL_CTL_MOD = 3 +pkg syscall (linux-arm), const EPOLL_NONBLOCK = 2048 +pkg syscall (linux-arm), const EPROTO = 71 +pkg syscall (linux-arm), const EPROTONOSUPPORT = 93 +pkg syscall (linux-arm), const EPROTOTYPE = 91 +pkg syscall (linux-arm), const ERANGE = 34 +pkg syscall (linux-arm), const EREMCHG = 78 +pkg syscall (linux-arm), const EREMOTE = 66 +pkg syscall (linux-arm), const EREMOTEIO = 121 +pkg syscall (linux-arm), const ERESTART = 85 +pkg syscall (linux-arm), const ERFKILL = 132 +pkg syscall (linux-arm), const EROFS = 30 +pkg syscall (linux-arm), const ESHUTDOWN = 108 +pkg syscall (linux-arm), const ESOCKTNOSUPPORT = 94 +pkg syscall (linux-arm), const ESPIPE = 29 +pkg syscall (linux-arm), const ESRCH = 3 +pkg syscall (linux-arm), const ESRMNT = 69 +pkg syscall (linux-arm), const ESTALE = 116 +pkg syscall (linux-arm), const ESTRPIPE = 86 +pkg syscall (linux-arm), const ETH_P_1588 = 35063 +pkg syscall (linux-arm), const ETH_P_8021Q = 33024 +pkg syscall (linux-arm), const ETH_P_802_2 = 4 +pkg syscall (linux-arm), const ETH_P_802_3 = 1 +pkg syscall (linux-arm), const ETH_P_AARP = 33011 +pkg syscall (linux-arm), const ETH_P_ALL = 3 +pkg syscall (linux-arm), const ETH_P_AOE = 34978 +pkg syscall (linux-arm), const ETH_P_ARCNET = 26 +pkg syscall (linux-arm), const ETH_P_ARP = 2054 +pkg syscall (linux-arm), const ETH_P_ATALK = 32923 +pkg syscall (linux-arm), const ETH_P_ATMFATE = 34948 +pkg syscall (linux-arm), const ETH_P_ATMMPOA = 34892 +pkg syscall (linux-arm), const ETH_P_AX25 = 2 +pkg syscall (linux-arm), const ETH_P_BPQ = 2303 +pkg syscall (linux-arm), const ETH_P_CAIF = 247 +pkg syscall (linux-arm), const ETH_P_CAN = 12 +pkg syscall (linux-arm), const ETH_P_CONTROL = 22 +pkg syscall (linux-arm), const ETH_P_CUST = 24582 +pkg syscall (linux-arm), const ETH_P_DDCMP = 6 +pkg syscall (linux-arm), const ETH_P_DEC = 24576 +pkg syscall (linux-arm), const ETH_P_DIAG = 24581 +pkg syscall (linux-arm), const ETH_P_DNA_DL = 24577 +pkg syscall (linux-arm), const ETH_P_DNA_RC = 24578 +pkg syscall (linux-arm), const ETH_P_DNA_RT = 24579 +pkg syscall (linux-arm), const ETH_P_DSA = 27 +pkg syscall (linux-arm), const ETH_P_ECONET = 24 +pkg syscall (linux-arm), const ETH_P_EDSA = 56026 +pkg syscall (linux-arm), const ETH_P_FCOE = 35078 +pkg syscall (linux-arm), const ETH_P_FIP = 35092 +pkg syscall (linux-arm), const ETH_P_HDLC = 25 +pkg syscall (linux-arm), const ETH_P_IEEE802154 = 246 +pkg syscall (linux-arm), const ETH_P_IEEEPUP = 2560 +pkg syscall (linux-arm), const ETH_P_IEEEPUPAT = 2561 +pkg syscall (linux-arm), const ETH_P_IP = 2048 +pkg syscall (linux-arm), const ETH_P_IPV6 = 34525 +pkg syscall (linux-arm), const ETH_P_IPX = 33079 +pkg syscall (linux-arm), const ETH_P_IRDA = 23 +pkg syscall (linux-arm), const ETH_P_LAT = 24580 +pkg syscall (linux-arm), const ETH_P_LINK_CTL = 34924 +pkg syscall (linux-arm), const ETH_P_LOCALTALK = 9 +pkg syscall (linux-arm), const ETH_P_LOOP = 96 +pkg syscall (linux-arm), const ETH_P_MOBITEX = 21 +pkg syscall (linux-arm), const ETH_P_MPLS_MC = 34888 +pkg syscall (linux-arm), const ETH_P_MPLS_UC = 34887 +pkg syscall (linux-arm), const ETH_P_PAE = 34958 +pkg syscall (linux-arm), const ETH_P_PAUSE = 34824 +pkg syscall (linux-arm), const ETH_P_PHONET = 245 +pkg syscall (linux-arm), const ETH_P_PPPTALK = 16 +pkg syscall (linux-arm), const ETH_P_PPP_DISC = 34915 +pkg syscall (linux-arm), const ETH_P_PPP_MP = 8 +pkg syscall (linux-arm), const ETH_P_PPP_SES = 34916 +pkg syscall (linux-arm), const ETH_P_PUP = 512 +pkg syscall (linux-arm), const ETH_P_PUPAT = 513 +pkg syscall (linux-arm), const ETH_P_RARP = 32821 +pkg syscall (linux-arm), const ETH_P_SCA = 24583 +pkg syscall (linux-arm), const ETH_P_SLOW = 34825 +pkg syscall (linux-arm), const ETH_P_SNAP = 5 +pkg syscall (linux-arm), const ETH_P_TEB = 25944 +pkg syscall (linux-arm), const ETH_P_TIPC = 35018 +pkg syscall (linux-arm), const ETH_P_TRAILER = 28 +pkg syscall (linux-arm), const ETH_P_TR_802_2 = 17 +pkg syscall (linux-arm), const ETH_P_WAN_PPP = 7 +pkg syscall (linux-arm), const ETH_P_WCCP = 34878 +pkg syscall (linux-arm), const ETH_P_X25 = 2053 +pkg syscall (linux-arm), const ETIME = 62 +pkg syscall (linux-arm), const ETIMEDOUT = 110 +pkg syscall (linux-arm), const ETOOMANYREFS = 109 +pkg syscall (linux-arm), const ETXTBSY = 26 +pkg syscall (linux-arm), const EUCLEAN = 117 +pkg syscall (linux-arm), const EUNATCH = 49 +pkg syscall (linux-arm), const EUSERS = 87 +pkg syscall (linux-arm), const EWOULDBLOCK = 11 +pkg syscall (linux-arm), const EXDEV = 18 +pkg syscall (linux-arm), const EXFULL = 54 +pkg syscall (linux-arm), const FD_CLOEXEC = 1 +pkg syscall (linux-arm), const FD_SETSIZE = 1024 +pkg syscall (linux-arm), const FLUSHO = 4096 +pkg syscall (linux-arm), const F_DUPFD = 0 +pkg syscall (linux-arm), const F_DUPFD_CLOEXEC = 1030 +pkg syscall (linux-arm), const F_EXLCK = 4 +pkg syscall (linux-arm), const F_GETFD = 1 +pkg syscall (linux-arm), const F_GETFL = 3 +pkg syscall (linux-arm), const F_GETLEASE = 1025 +pkg syscall (linux-arm), const F_GETLK = 12 +pkg syscall (linux-arm), const F_GETLK64 = 12 +pkg syscall (linux-arm), const F_GETOWN = 9 +pkg syscall (linux-arm), const F_GETOWN_EX = 16 +pkg syscall (linux-arm), const F_GETPIPE_SZ = 1032 +pkg syscall (linux-arm), const F_GETSIG = 11 +pkg syscall (linux-arm), const F_LOCK = 1 +pkg syscall (linux-arm), const F_NOTIFY = 1026 +pkg syscall (linux-arm), const F_OK = 0 +pkg syscall (linux-arm), const F_RDLCK = 0 +pkg syscall (linux-arm), const F_SETFD = 2 +pkg syscall (linux-arm), const F_SETFL = 4 +pkg syscall (linux-arm), const F_SETLEASE = 1024 +pkg syscall (linux-arm), const F_SETLK = 13 +pkg syscall (linux-arm), const F_SETLK64 = 13 +pkg syscall (linux-arm), const F_SETLKW = 14 +pkg syscall (linux-arm), const F_SETLKW64 = 14 +pkg syscall (linux-arm), const F_SETOWN = 8 +pkg syscall (linux-arm), const F_SETOWN_EX = 15 +pkg syscall (linux-arm), const F_SETPIPE_SZ = 1031 +pkg syscall (linux-arm), const F_SETSIG = 10 +pkg syscall (linux-arm), const F_SHLCK = 8 +pkg syscall (linux-arm), const F_TEST = 3 +pkg syscall (linux-arm), const F_TLOCK = 2 +pkg syscall (linux-arm), const F_ULOCK = 0 +pkg syscall (linux-arm), const F_UNLCK = 2 +pkg syscall (linux-arm), const F_WRLCK = 1 +pkg syscall (linux-arm), const HUPCL = 1024 +pkg syscall (linux-arm), const ICANON = 2 +pkg syscall (linux-arm), const ICRNL = 256 +pkg syscall (linux-arm), const IEXTEN = 32768 +pkg syscall (linux-arm), const IFA_ADDRESS = 1 +pkg syscall (linux-arm), const IFA_ANYCAST = 5 +pkg syscall (linux-arm), const IFA_BROADCAST = 4 +pkg syscall (linux-arm), const IFA_CACHEINFO = 6 +pkg syscall (linux-arm), const IFA_F_DADFAILED = 8 +pkg syscall (linux-arm), const IFA_F_DEPRECATED = 32 +pkg syscall (linux-arm), const IFA_F_HOMEADDRESS = 16 +pkg syscall (linux-arm), const IFA_F_NODAD = 2 +pkg syscall (linux-arm), const IFA_F_OPTIMISTIC = 4 +pkg syscall (linux-arm), const IFA_F_PERMANENT = 128 +pkg syscall (linux-arm), const IFA_F_SECONDARY = 1 +pkg syscall (linux-arm), const IFA_F_TEMPORARY = 1 +pkg syscall (linux-arm), const IFA_F_TENTATIVE = 64 +pkg syscall (linux-arm), const IFA_LABEL = 3 +pkg syscall (linux-arm), const IFA_LOCAL = 2 +pkg syscall (linux-arm), const IFA_MAX = 7 +pkg syscall (linux-arm), const IFA_MULTICAST = 7 +pkg syscall (linux-arm), const IFA_UNSPEC = 0 +pkg syscall (linux-arm), const IFF_ALLMULTI = 512 +pkg syscall (linux-arm), const IFF_AUTOMEDIA = 16384 +pkg syscall (linux-arm), const IFF_DEBUG = 4 +pkg syscall (linux-arm), const IFF_DYNAMIC = 32768 +pkg syscall (linux-arm), const IFF_LOOPBACK = 8 +pkg syscall (linux-arm), const IFF_MASTER = 1024 +pkg syscall (linux-arm), const IFF_MULTICAST = 4096 +pkg syscall (linux-arm), const IFF_NOARP = 128 +pkg syscall (linux-arm), const IFF_NOTRAILERS = 32 +pkg syscall (linux-arm), const IFF_NO_PI = 4096 +pkg syscall (linux-arm), const IFF_ONE_QUEUE = 8192 +pkg syscall (linux-arm), const IFF_POINTOPOINT = 16 +pkg syscall (linux-arm), const IFF_PORTSEL = 8192 +pkg syscall (linux-arm), const IFF_PROMISC = 256 +pkg syscall (linux-arm), const IFF_RUNNING = 64 +pkg syscall (linux-arm), const IFF_SLAVE = 2048 +pkg syscall (linux-arm), const IFF_TAP = 2 +pkg syscall (linux-arm), const IFF_TUN = 1 +pkg syscall (linux-arm), const IFF_TUN_EXCL = 32768 +pkg syscall (linux-arm), const IFF_VNET_HDR = 16384 +pkg syscall (linux-arm), const IFLA_ADDRESS = 1 +pkg syscall (linux-arm), const IFLA_BROADCAST = 2 +pkg syscall (linux-arm), const IFLA_COST = 8 +pkg syscall (linux-arm), const IFLA_IFALIAS = 20 +pkg syscall (linux-arm), const IFLA_IFNAME = 3 +pkg syscall (linux-arm), const IFLA_LINK = 5 +pkg syscall (linux-arm), const IFLA_LINKINFO = 18 +pkg syscall (linux-arm), const IFLA_LINKMODE = 17 +pkg syscall (linux-arm), const IFLA_MAP = 14 +pkg syscall (linux-arm), const IFLA_MASTER = 10 +pkg syscall (linux-arm), const IFLA_MAX = 29 +pkg syscall (linux-arm), const IFLA_MTU = 4 +pkg syscall (linux-arm), const IFLA_NET_NS_PID = 19 +pkg syscall (linux-arm), const IFLA_OPERSTATE = 16 +pkg syscall (linux-arm), const IFLA_PRIORITY = 9 +pkg syscall (linux-arm), const IFLA_PROTINFO = 12 +pkg syscall (linux-arm), const IFLA_QDISC = 6 +pkg syscall (linux-arm), const IFLA_STATS = 7 +pkg syscall (linux-arm), const IFLA_TXQLEN = 13 +pkg syscall (linux-arm), const IFLA_UNSPEC = 0 +pkg syscall (linux-arm), const IFLA_WEIGHT = 15 +pkg syscall (linux-arm), const IFLA_WIRELESS = 11 +pkg syscall (linux-arm), const IFNAMSIZ = 16 +pkg syscall (linux-arm), const IGNBRK = 1 +pkg syscall (linux-arm), const IGNCR = 128 +pkg syscall (linux-arm), const IGNPAR = 4 +pkg syscall (linux-arm), const IMAXBEL = 8192 +pkg syscall (linux-arm), const INLCR = 64 +pkg syscall (linux-arm), const INPCK = 16 +pkg syscall (linux-arm), const IN_ACCESS = 1 +pkg syscall (linux-arm), const IN_ALL_EVENTS = 4095 +pkg syscall (linux-arm), const IN_ATTRIB = 4 +pkg syscall (linux-arm), const IN_CLASSA_HOST = 16777215 +pkg syscall (linux-arm), const IN_CLASSA_MAX = 128 +pkg syscall (linux-arm), const IN_CLASSA_NET = 4278190080 +pkg syscall (linux-arm), const IN_CLASSA_NSHIFT = 24 +pkg syscall (linux-arm), const IN_CLASSB_HOST = 65535 +pkg syscall (linux-arm), const IN_CLASSB_MAX = 65536 +pkg syscall (linux-arm), const IN_CLASSB_NET = 4294901760 +pkg syscall (linux-arm), const IN_CLASSB_NSHIFT = 16 +pkg syscall (linux-arm), const IN_CLASSC_HOST = 255 +pkg syscall (linux-arm), const IN_CLASSC_NET = 4294967040 +pkg syscall (linux-arm), const IN_CLASSC_NSHIFT = 8 +pkg syscall (linux-arm), const IN_CLOEXEC = 524288 +pkg syscall (linux-arm), const IN_CLOSE = 24 +pkg syscall (linux-arm), const IN_CLOSE_NOWRITE = 16 +pkg syscall (linux-arm), const IN_CLOSE_WRITE = 8 +pkg syscall (linux-arm), const IN_CREATE = 256 +pkg syscall (linux-arm), const IN_DELETE = 512 +pkg syscall (linux-arm), const IN_DELETE_SELF = 1024 +pkg syscall (linux-arm), const IN_DONT_FOLLOW = 33554432 +pkg syscall (linux-arm), const IN_EXCL_UNLINK = 67108864 +pkg syscall (linux-arm), const IN_IGNORED = 32768 +pkg syscall (linux-arm), const IN_ISDIR = 1073741824 +pkg syscall (linux-arm), const IN_LOOPBACKNET = 127 +pkg syscall (linux-arm), const IN_MASK_ADD = 536870912 +pkg syscall (linux-arm), const IN_MODIFY = 2 +pkg syscall (linux-arm), const IN_MOVE = 192 +pkg syscall (linux-arm), const IN_MOVED_FROM = 64 +pkg syscall (linux-arm), const IN_MOVED_TO = 128 +pkg syscall (linux-arm), const IN_MOVE_SELF = 2048 +pkg syscall (linux-arm), const IN_NONBLOCK = 2048 +pkg syscall (linux-arm), const IN_ONESHOT = 2147483648 +pkg syscall (linux-arm), const IN_ONLYDIR = 16777216 +pkg syscall (linux-arm), const IN_OPEN = 32 +pkg syscall (linux-arm), const IN_Q_OVERFLOW = 16384 +pkg syscall (linux-arm), const IN_UNMOUNT = 8192 +pkg syscall (linux-arm), const IPPROTO_AH = 51 +pkg syscall (linux-arm), const IPPROTO_COMP = 108 +pkg syscall (linux-arm), const IPPROTO_DCCP = 33 +pkg syscall (linux-arm), const IPPROTO_DSTOPTS = 60 +pkg syscall (linux-arm), const IPPROTO_EGP = 8 +pkg syscall (linux-arm), const IPPROTO_ENCAP = 98 +pkg syscall (linux-arm), const IPPROTO_ESP = 50 +pkg syscall (linux-arm), const IPPROTO_FRAGMENT = 44 +pkg syscall (linux-arm), const IPPROTO_GRE = 47 +pkg syscall (linux-arm), const IPPROTO_HOPOPTS = 0 +pkg syscall (linux-arm), const IPPROTO_ICMP = 1 +pkg syscall (linux-arm), const IPPROTO_ICMPV6 = 58 +pkg syscall (linux-arm), const IPPROTO_IDP = 22 +pkg syscall (linux-arm), const IPPROTO_IGMP = 2 +pkg syscall (linux-arm), const IPPROTO_IPIP = 4 +pkg syscall (linux-arm), const IPPROTO_MTP = 92 +pkg syscall (linux-arm), const IPPROTO_NONE = 59 +pkg syscall (linux-arm), const IPPROTO_PIM = 103 +pkg syscall (linux-arm), const IPPROTO_PUP = 12 +pkg syscall (linux-arm), const IPPROTO_RAW = 255 +pkg syscall (linux-arm), const IPPROTO_ROUTING = 43 +pkg syscall (linux-arm), const IPPROTO_RSVP = 46 +pkg syscall (linux-arm), const IPPROTO_SCTP = 132 +pkg syscall (linux-arm), const IPPROTO_TP = 29 +pkg syscall (linux-arm), const IPPROTO_UDPLITE = 136 +pkg syscall (linux-arm), const IPV6_2292DSTOPTS = 4 +pkg syscall (linux-arm), const IPV6_2292HOPLIMIT = 8 +pkg syscall (linux-arm), const IPV6_2292HOPOPTS = 3 +pkg syscall (linux-arm), const IPV6_2292PKTINFO = 2 +pkg syscall (linux-arm), const IPV6_2292PKTOPTIONS = 6 +pkg syscall (linux-arm), const IPV6_2292RTHDR = 5 +pkg syscall (linux-arm), const IPV6_ADDRFORM = 1 +pkg syscall (linux-arm), const IPV6_ADD_MEMBERSHIP = 20 +pkg syscall (linux-arm), const IPV6_AUTHHDR = 10 +pkg syscall (linux-arm), const IPV6_CHECKSUM = 7 +pkg syscall (linux-arm), const IPV6_DROP_MEMBERSHIP = 21 +pkg syscall (linux-arm), const IPV6_DSTOPTS = 59 +pkg syscall (linux-arm), const IPV6_HOPLIMIT = 52 +pkg syscall (linux-arm), const IPV6_HOPOPTS = 54 +pkg syscall (linux-arm), const IPV6_IPSEC_POLICY = 34 +pkg syscall (linux-arm), const IPV6_JOIN_ANYCAST = 27 +pkg syscall (linux-arm), const IPV6_JOIN_GROUP = 20 +pkg syscall (linux-arm), const IPV6_LEAVE_ANYCAST = 28 +pkg syscall (linux-arm), const IPV6_LEAVE_GROUP = 21 +pkg syscall (linux-arm), const IPV6_MTU = 24 +pkg syscall (linux-arm), const IPV6_MTU_DISCOVER = 23 +pkg syscall (linux-arm), const IPV6_MULTICAST_HOPS = 18 +pkg syscall (linux-arm), const IPV6_MULTICAST_IF = 17 +pkg syscall (linux-arm), const IPV6_MULTICAST_LOOP = 19 +pkg syscall (linux-arm), const IPV6_NEXTHOP = 9 +pkg syscall (linux-arm), const IPV6_PKTINFO = 50 +pkg syscall (linux-arm), const IPV6_PMTUDISC_DO = 2 +pkg syscall (linux-arm), const IPV6_PMTUDISC_DONT = 0 +pkg syscall (linux-arm), const IPV6_PMTUDISC_PROBE = 3 +pkg syscall (linux-arm), const IPV6_PMTUDISC_WANT = 1 +pkg syscall (linux-arm), const IPV6_RECVDSTOPTS = 58 +pkg syscall (linux-arm), const IPV6_RECVERR = 25 +pkg syscall (linux-arm), const IPV6_RECVHOPLIMIT = 51 +pkg syscall (linux-arm), const IPV6_RECVHOPOPTS = 53 +pkg syscall (linux-arm), const IPV6_RECVPKTINFO = 49 +pkg syscall (linux-arm), const IPV6_RECVRTHDR = 56 +pkg syscall (linux-arm), const IPV6_RECVTCLASS = 66 +pkg syscall (linux-arm), const IPV6_ROUTER_ALERT = 22 +pkg syscall (linux-arm), const IPV6_RTHDR = 57 +pkg syscall (linux-arm), const IPV6_RTHDRDSTOPTS = 55 +pkg syscall (linux-arm), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (linux-arm), const IPV6_RTHDR_STRICT = 1 +pkg syscall (linux-arm), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (linux-arm), const IPV6_RXDSTOPTS = 59 +pkg syscall (linux-arm), const IPV6_RXHOPOPTS = 54 +pkg syscall (linux-arm), const IPV6_TCLASS = 67 +pkg syscall (linux-arm), const IPV6_UNICAST_HOPS = 16 +pkg syscall (linux-arm), const IPV6_V6ONLY = 26 +pkg syscall (linux-arm), const IPV6_XFRM_POLICY = 35 +pkg syscall (linux-arm), const IP_ADD_MEMBERSHIP = 35 +pkg syscall (linux-arm), const IP_ADD_SOURCE_MEMBERSHIP = 39 +pkg syscall (linux-arm), const IP_BLOCK_SOURCE = 38 +pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (linux-arm), const IP_DF = 16384 +pkg syscall (linux-arm), const IP_DROP_MEMBERSHIP = 36 +pkg syscall (linux-arm), const IP_DROP_SOURCE_MEMBERSHIP = 40 +pkg syscall (linux-arm), const IP_FREEBIND = 15 +pkg syscall (linux-arm), const IP_HDRINCL = 3 +pkg syscall (linux-arm), const IP_IPSEC_POLICY = 16 +pkg syscall (linux-arm), const IP_MAXPACKET = 65535 +pkg syscall (linux-arm), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (linux-arm), const IP_MF = 8192 +pkg syscall (linux-arm), const IP_MINTTL = 21 +pkg syscall (linux-arm), const IP_MSFILTER = 41 +pkg syscall (linux-arm), const IP_MSS = 576 +pkg syscall (linux-arm), const IP_MTU = 14 +pkg syscall (linux-arm), const IP_MTU_DISCOVER = 10 +pkg syscall (linux-arm), const IP_MULTICAST_IF = 32 +pkg syscall (linux-arm), const IP_MULTICAST_LOOP = 34 +pkg syscall (linux-arm), const IP_MULTICAST_TTL = 33 +pkg syscall (linux-arm), const IP_OFFMASK = 8191 +pkg syscall (linux-arm), const IP_OPTIONS = 4 +pkg syscall (linux-arm), const IP_ORIGDSTADDR = 20 +pkg syscall (linux-arm), const IP_PASSSEC = 18 +pkg syscall (linux-arm), const IP_PKTINFO = 8 +pkg syscall (linux-arm), const IP_PKTOPTIONS = 9 +pkg syscall (linux-arm), const IP_PMTUDISC = 10 +pkg syscall (linux-arm), const IP_PMTUDISC_DO = 2 +pkg syscall (linux-arm), const IP_PMTUDISC_DONT = 0 +pkg syscall (linux-arm), const IP_PMTUDISC_PROBE = 3 +pkg syscall (linux-arm), const IP_PMTUDISC_WANT = 1 +pkg syscall (linux-arm), const IP_RECVERR = 11 +pkg syscall (linux-arm), const IP_RECVOPTS = 6 +pkg syscall (linux-arm), const IP_RECVORIGDSTADDR = 20 +pkg syscall (linux-arm), const IP_RECVRETOPTS = 7 +pkg syscall (linux-arm), const IP_RECVTOS = 13 +pkg syscall (linux-arm), const IP_RECVTTL = 12 +pkg syscall (linux-arm), const IP_RETOPTS = 7 +pkg syscall (linux-arm), const IP_RF = 32768 +pkg syscall (linux-arm), const IP_ROUTER_ALERT = 5 +pkg syscall (linux-arm), const IP_TOS = 1 +pkg syscall (linux-arm), const IP_TRANSPARENT = 19 +pkg syscall (linux-arm), const IP_TTL = 2 +pkg syscall (linux-arm), const IP_UNBLOCK_SOURCE = 37 +pkg syscall (linux-arm), const IP_XFRM_POLICY = 17 +pkg syscall (linux-arm), const ISIG = 1 +pkg syscall (linux-arm), const ISTRIP = 32 +pkg syscall (linux-arm), const IUCLC = 512 +pkg syscall (linux-arm), const IUTF8 = 16384 +pkg syscall (linux-arm), const IXANY = 2048 +pkg syscall (linux-arm), const IXOFF = 4096 +pkg syscall (linux-arm), const IXON = 1024 +pkg syscall (linux-arm), const ImplementsGetwd = true +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_OFF = 0 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_ON = 2309737967 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_HALT = 3454992675 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_KEXEC = 1163412803 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART = 19088743 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART2 = 2712847316 +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666 +pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC1 = 4276215469 +pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC2 = 672274793 +pkg syscall (linux-arm), const LOCK_EX = 2 +pkg syscall (linux-arm), const LOCK_NB = 4 +pkg syscall (linux-arm), const LOCK_SH = 1 +pkg syscall (linux-arm), const LOCK_UN = 8 +pkg syscall (linux-arm), const MADV_DOFORK = 11 +pkg syscall (linux-arm), const MADV_DONTFORK = 10 +pkg syscall (linux-arm), const MADV_DONTNEED = 4 +pkg syscall (linux-arm), const MADV_HUGEPAGE = 14 +pkg syscall (linux-arm), const MADV_HWPOISON = 100 +pkg syscall (linux-arm), const MADV_MERGEABLE = 12 +pkg syscall (linux-arm), const MADV_NOHUGEPAGE = 15 +pkg syscall (linux-arm), const MADV_NORMAL = 0 +pkg syscall (linux-arm), const MADV_RANDOM = 1 +pkg syscall (linux-arm), const MADV_REMOVE = 9 +pkg syscall (linux-arm), const MADV_SEQUENTIAL = 2 +pkg syscall (linux-arm), const MADV_UNMERGEABLE = 13 +pkg syscall (linux-arm), const MADV_WILLNEED = 3 +pkg syscall (linux-arm), const MAP_ANON = 32 +pkg syscall (linux-arm), const MAP_ANONYMOUS = 32 +pkg syscall (linux-arm), const MAP_DENYWRITE = 2048 +pkg syscall (linux-arm), const MAP_EXECUTABLE = 4096 +pkg syscall (linux-arm), const MAP_FILE = 0 +pkg syscall (linux-arm), const MAP_FIXED = 16 +pkg syscall (linux-arm), const MAP_GROWSDOWN = 256 +pkg syscall (linux-arm), const MAP_LOCKED = 8192 +pkg syscall (linux-arm), const MAP_NONBLOCK = 65536 +pkg syscall (linux-arm), const MAP_NORESERVE = 16384 +pkg syscall (linux-arm), const MAP_POPULATE = 32768 +pkg syscall (linux-arm), const MAP_PRIVATE = 2 +pkg syscall (linux-arm), const MAP_SHARED = 1 +pkg syscall (linux-arm), const MAP_TYPE = 15 +pkg syscall (linux-arm), const MCL_CURRENT = 1 +pkg syscall (linux-arm), const MCL_FUTURE = 2 +pkg syscall (linux-arm), const MNT_DETACH = 2 +pkg syscall (linux-arm), const MNT_EXPIRE = 4 +pkg syscall (linux-arm), const MNT_FORCE = 1 +pkg syscall (linux-arm), const MSG_CMSG_CLOEXEC = 1073741824 +pkg syscall (linux-arm), const MSG_CONFIRM = 2048 +pkg syscall (linux-arm), const MSG_CTRUNC = 8 +pkg syscall (linux-arm), const MSG_DONTROUTE = 4 +pkg syscall (linux-arm), const MSG_DONTWAIT = 64 +pkg syscall (linux-arm), const MSG_EOR = 128 +pkg syscall (linux-arm), const MSG_ERRQUEUE = 8192 +pkg syscall (linux-arm), const MSG_FASTOPEN = 536870912 +pkg syscall (linux-arm), const MSG_FASTOPEN ideal-int +pkg syscall (linux-arm), const MSG_FIN = 512 +pkg syscall (linux-arm), const MSG_MORE = 32768 +pkg syscall (linux-arm), const MSG_NOSIGNAL = 16384 +pkg syscall (linux-arm), const MSG_OOB = 1 +pkg syscall (linux-arm), const MSG_PEEK = 2 +pkg syscall (linux-arm), const MSG_PROXY = 16 +pkg syscall (linux-arm), const MSG_RST = 4096 +pkg syscall (linux-arm), const MSG_SYN = 1024 +pkg syscall (linux-arm), const MSG_TRUNC = 32 +pkg syscall (linux-arm), const MSG_TRYHARD = 4 +pkg syscall (linux-arm), const MSG_WAITALL = 256 +pkg syscall (linux-arm), const MSG_WAITFORONE = 65536 +pkg syscall (linux-arm), const MS_ACTIVE = 1073741824 +pkg syscall (linux-arm), const MS_ASYNC = 1 +pkg syscall (linux-arm), const MS_BIND = 4096 +pkg syscall (linux-arm), const MS_DIRSYNC = 128 +pkg syscall (linux-arm), const MS_INVALIDATE = 2 +pkg syscall (linux-arm), const MS_I_VERSION = 8388608 +pkg syscall (linux-arm), const MS_KERNMOUNT = 4194304 +pkg syscall (linux-arm), const MS_MANDLOCK = 64 +pkg syscall (linux-arm), const MS_MGC_MSK = 4294901760 +pkg syscall (linux-arm), const MS_MGC_VAL = 3236757504 +pkg syscall (linux-arm), const MS_MOVE = 8192 +pkg syscall (linux-arm), const MS_NOATIME = 1024 +pkg syscall (linux-arm), const MS_NODEV = 4 +pkg syscall (linux-arm), const MS_NODIRATIME = 2048 +pkg syscall (linux-arm), const MS_NOEXEC = 8 +pkg syscall (linux-arm), const MS_NOSUID = 2 +pkg syscall (linux-arm), const MS_NOUSER = -2147483648 +pkg syscall (linux-arm), const MS_POSIXACL = 65536 +pkg syscall (linux-arm), const MS_PRIVATE = 262144 +pkg syscall (linux-arm), const MS_RDONLY = 1 +pkg syscall (linux-arm), const MS_REC = 16384 +pkg syscall (linux-arm), const MS_RELATIME = 2097152 +pkg syscall (linux-arm), const MS_REMOUNT = 32 +pkg syscall (linux-arm), const MS_RMT_MASK = 8388689 +pkg syscall (linux-arm), const MS_SHARED = 1048576 +pkg syscall (linux-arm), const MS_SILENT = 32768 +pkg syscall (linux-arm), const MS_SLAVE = 524288 +pkg syscall (linux-arm), const MS_STRICTATIME = 16777216 +pkg syscall (linux-arm), const MS_SYNC = 4 +pkg syscall (linux-arm), const MS_SYNCHRONOUS = 16 +pkg syscall (linux-arm), const MS_UNBINDABLE = 131072 +pkg syscall (linux-arm), const NAME_MAX = 255 +pkg syscall (linux-arm), const NETLINK_ADD_MEMBERSHIP = 1 +pkg syscall (linux-arm), const NETLINK_AUDIT = 9 +pkg syscall (linux-arm), const NETLINK_BROADCAST_ERROR = 4 +pkg syscall (linux-arm), const NETLINK_CONNECTOR = 11 +pkg syscall (linux-arm), const NETLINK_DNRTMSG = 14 +pkg syscall (linux-arm), const NETLINK_DROP_MEMBERSHIP = 2 +pkg syscall (linux-arm), const NETLINK_ECRYPTFS = 19 +pkg syscall (linux-arm), const NETLINK_FIB_LOOKUP = 10 +pkg syscall (linux-arm), const NETLINK_FIREWALL = 3 +pkg syscall (linux-arm), const NETLINK_GENERIC = 16 +pkg syscall (linux-arm), const NETLINK_INET_DIAG = 4 +pkg syscall (linux-arm), const NETLINK_IP6_FW = 13 +pkg syscall (linux-arm), const NETLINK_ISCSI = 8 +pkg syscall (linux-arm), const NETLINK_KOBJECT_UEVENT = 15 +pkg syscall (linux-arm), const NETLINK_NETFILTER = 12 +pkg syscall (linux-arm), const NETLINK_NFLOG = 5 +pkg syscall (linux-arm), const NETLINK_NO_ENOBUFS = 5 +pkg syscall (linux-arm), const NETLINK_PKTINFO = 3 +pkg syscall (linux-arm), const NETLINK_RDMA = 20 +pkg syscall (linux-arm), const NETLINK_ROUTE = 0 +pkg syscall (linux-arm), const NETLINK_SCSITRANSPORT = 18 +pkg syscall (linux-arm), const NETLINK_SELINUX = 7 +pkg syscall (linux-arm), const NETLINK_UNUSED = 1 +pkg syscall (linux-arm), const NETLINK_USERSOCK = 2 +pkg syscall (linux-arm), const NETLINK_XFRM = 6 +pkg syscall (linux-arm), const NLA_ALIGNTO = 4 +pkg syscall (linux-arm), const NLA_F_NESTED = 32768 +pkg syscall (linux-arm), const NLA_F_NET_BYTEORDER = 16384 +pkg syscall (linux-arm), const NLA_HDRLEN = 4 +pkg syscall (linux-arm), const NLMSG_ALIGNTO = 4 +pkg syscall (linux-arm), const NLMSG_DONE = 3 +pkg syscall (linux-arm), const NLMSG_ERROR = 2 +pkg syscall (linux-arm), const NLMSG_HDRLEN = 16 +pkg syscall (linux-arm), const NLMSG_MIN_TYPE = 16 +pkg syscall (linux-arm), const NLMSG_NOOP = 1 +pkg syscall (linux-arm), const NLMSG_OVERRUN = 4 +pkg syscall (linux-arm), const NLM_F_ACK = 4 +pkg syscall (linux-arm), const NLM_F_APPEND = 2048 +pkg syscall (linux-arm), const NLM_F_ATOMIC = 1024 +pkg syscall (linux-arm), const NLM_F_CREATE = 1024 +pkg syscall (linux-arm), const NLM_F_DUMP = 768 +pkg syscall (linux-arm), const NLM_F_ECHO = 8 +pkg syscall (linux-arm), const NLM_F_EXCL = 512 +pkg syscall (linux-arm), const NLM_F_MATCH = 512 +pkg syscall (linux-arm), const NLM_F_MULTI = 2 +pkg syscall (linux-arm), const NLM_F_REPLACE = 256 +pkg syscall (linux-arm), const NLM_F_REQUEST = 1 +pkg syscall (linux-arm), const NLM_F_ROOT = 256 +pkg syscall (linux-arm), const NOFLSH = 128 +pkg syscall (linux-arm), const OCRNL = 8 +pkg syscall (linux-arm), const OFDEL = 128 +pkg syscall (linux-arm), const OFILL = 64 +pkg syscall (linux-arm), const OLCUC = 2 +pkg syscall (linux-arm), const ONLCR = 4 +pkg syscall (linux-arm), const ONLRET = 32 +pkg syscall (linux-arm), const ONOCR = 16 +pkg syscall (linux-arm), const OPOST = 1 +pkg syscall (linux-arm), const O_ACCMODE = 3 +pkg syscall (linux-arm), const O_APPEND = 1024 +pkg syscall (linux-arm), const O_ASYNC = 8192 +pkg syscall (linux-arm), const O_CLOEXEC = 524288 +pkg syscall (linux-arm), const O_CREAT = 64 +pkg syscall (linux-arm), const O_DIRECT = 65536 +pkg syscall (linux-arm), const O_DIRECTORY = 16384 +pkg syscall (linux-arm), const O_DSYNC = 4096 +pkg syscall (linux-arm), const O_EXCL = 128 +pkg syscall (linux-arm), const O_FSYNC = 4096 +pkg syscall (linux-arm), const O_LARGEFILE = 131072 +pkg syscall (linux-arm), const O_NDELAY = 2048 +pkg syscall (linux-arm), const O_NOATIME = 262144 +pkg syscall (linux-arm), const O_NOCTTY = 256 +pkg syscall (linux-arm), const O_NOFOLLOW = 32768 +pkg syscall (linux-arm), const O_NONBLOCK = 2048 +pkg syscall (linux-arm), const O_RSYNC = 4096 +pkg syscall (linux-arm), const O_SYNC = 4096 +pkg syscall (linux-arm), const O_TRUNC = 512 +pkg syscall (linux-arm), const PACKET_ADD_MEMBERSHIP = 1 +pkg syscall (linux-arm), const PACKET_BROADCAST = 1 +pkg syscall (linux-arm), const PACKET_DROP_MEMBERSHIP = 2 +pkg syscall (linux-arm), const PACKET_FASTROUTE = 6 +pkg syscall (linux-arm), const PACKET_HOST = 0 +pkg syscall (linux-arm), const PACKET_LOOPBACK = 5 +pkg syscall (linux-arm), const PACKET_MR_ALLMULTI = 2 +pkg syscall (linux-arm), const PACKET_MR_MULTICAST = 0 +pkg syscall (linux-arm), const PACKET_MR_PROMISC = 1 +pkg syscall (linux-arm), const PACKET_MULTICAST = 2 +pkg syscall (linux-arm), const PACKET_OTHERHOST = 3 +pkg syscall (linux-arm), const PACKET_OUTGOING = 4 +pkg syscall (linux-arm), const PACKET_RECV_OUTPUT = 3 +pkg syscall (linux-arm), const PACKET_RX_RING = 5 +pkg syscall (linux-arm), const PACKET_STATISTICS = 6 +pkg syscall (linux-arm), const PARENB = 256 +pkg syscall (linux-arm), const PARMRK = 8 +pkg syscall (linux-arm), const PARODD = 512 +pkg syscall (linux-arm), const PENDIN = 16384 +pkg syscall (linux-arm), const PROT_EXEC = 4 +pkg syscall (linux-arm), const PROT_GROWSDOWN = 16777216 +pkg syscall (linux-arm), const PROT_GROWSUP = 33554432 +pkg syscall (linux-arm), const PROT_NONE = 0 +pkg syscall (linux-arm), const PROT_READ = 1 +pkg syscall (linux-arm), const PROT_WRITE = 2 +pkg syscall (linux-arm), const PR_CAPBSET_DROP = 24 +pkg syscall (linux-arm), const PR_CAPBSET_READ = 23 +pkg syscall (linux-arm), const PR_CLEAR_SECCOMP_FILTER = 37 +pkg syscall (linux-arm), const PR_ENDIAN_BIG = 0 +pkg syscall (linux-arm), const PR_ENDIAN_LITTLE = 1 +pkg syscall (linux-arm), const PR_ENDIAN_PPC_LITTLE = 2 +pkg syscall (linux-arm), const PR_FPEMU_NOPRINT = 1 +pkg syscall (linux-arm), const PR_FPEMU_SIGFPE = 2 +pkg syscall (linux-arm), const PR_FP_EXC_ASYNC = 2 +pkg syscall (linux-arm), const PR_FP_EXC_DISABLED = 0 +pkg syscall (linux-arm), const PR_FP_EXC_DIV = 65536 +pkg syscall (linux-arm), const PR_FP_EXC_INV = 1048576 +pkg syscall (linux-arm), const PR_FP_EXC_NONRECOV = 1 +pkg syscall (linux-arm), const PR_FP_EXC_OVF = 131072 +pkg syscall (linux-arm), const PR_FP_EXC_PRECISE = 3 +pkg syscall (linux-arm), const PR_FP_EXC_RES = 524288 +pkg syscall (linux-arm), const PR_FP_EXC_SW_ENABLE = 128 +pkg syscall (linux-arm), const PR_FP_EXC_UND = 262144 +pkg syscall (linux-arm), const PR_GET_DUMPABLE = 3 +pkg syscall (linux-arm), const PR_GET_ENDIAN = 19 +pkg syscall (linux-arm), const PR_GET_FPEMU = 9 +pkg syscall (linux-arm), const PR_GET_FPEXC = 11 +pkg syscall (linux-arm), const PR_GET_KEEPCAPS = 7 +pkg syscall (linux-arm), const PR_GET_NAME = 16 +pkg syscall (linux-arm), const PR_GET_PDEATHSIG = 2 +pkg syscall (linux-arm), const PR_GET_SECCOMP = 21 +pkg syscall (linux-arm), const PR_GET_SECCOMP_FILTER = 35 +pkg syscall (linux-arm), const PR_GET_SECUREBITS = 27 +pkg syscall (linux-arm), const PR_GET_TIMERSLACK = 30 +pkg syscall (linux-arm), const PR_GET_TIMING = 13 +pkg syscall (linux-arm), const PR_GET_TSC = 25 +pkg syscall (linux-arm), const PR_GET_UNALIGN = 5 +pkg syscall (linux-arm), const PR_MCE_KILL = 33 +pkg syscall (linux-arm), const PR_MCE_KILL_CLEAR = 0 +pkg syscall (linux-arm), const PR_MCE_KILL_DEFAULT = 2 +pkg syscall (linux-arm), const PR_MCE_KILL_EARLY = 1 +pkg syscall (linux-arm), const PR_MCE_KILL_GET = 34 +pkg syscall (linux-arm), const PR_MCE_KILL_LATE = 0 +pkg syscall (linux-arm), const PR_MCE_KILL_SET = 1 +pkg syscall (linux-arm), const PR_SECCOMP_FILTER_EVENT = 1 +pkg syscall (linux-arm), const PR_SECCOMP_FILTER_SYSCALL = 0 +pkg syscall (linux-arm), const PR_SET_DUMPABLE = 4 +pkg syscall (linux-arm), const PR_SET_ENDIAN = 20 +pkg syscall (linux-arm), const PR_SET_FPEMU = 10 +pkg syscall (linux-arm), const PR_SET_FPEXC = 12 +pkg syscall (linux-arm), const PR_SET_KEEPCAPS = 8 +pkg syscall (linux-arm), const PR_SET_NAME = 15 +pkg syscall (linux-arm), const PR_SET_PDEATHSIG = 1 +pkg syscall (linux-arm), const PR_SET_PTRACER = 1499557217 +pkg syscall (linux-arm), const PR_SET_SECCOMP = 22 +pkg syscall (linux-arm), const PR_SET_SECCOMP_FILTER = 36 +pkg syscall (linux-arm), const PR_SET_SECUREBITS = 28 +pkg syscall (linux-arm), const PR_SET_TIMERSLACK = 29 +pkg syscall (linux-arm), const PR_SET_TIMING = 14 +pkg syscall (linux-arm), const PR_SET_TSC = 26 +pkg syscall (linux-arm), const PR_SET_UNALIGN = 6 +pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_DISABLE = 31 +pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_ENABLE = 32 +pkg syscall (linux-arm), const PR_TIMING_STATISTICAL = 0 +pkg syscall (linux-arm), const PR_TIMING_TIMESTAMP = 1 +pkg syscall (linux-arm), const PR_TSC_ENABLE = 1 +pkg syscall (linux-arm), const PR_TSC_SIGSEGV = 2 +pkg syscall (linux-arm), const PR_UNALIGN_NOPRINT = 1 +pkg syscall (linux-arm), const PR_UNALIGN_SIGBUS = 2 +pkg syscall (linux-arm), const PTRACE_ATTACH = 16 +pkg syscall (linux-arm), const PTRACE_CONT = 7 +pkg syscall (linux-arm), const PTRACE_DETACH = 17 +pkg syscall (linux-arm), const PTRACE_EVENT_CLONE = 3 +pkg syscall (linux-arm), const PTRACE_EVENT_EXEC = 4 +pkg syscall (linux-arm), const PTRACE_EVENT_EXIT = 6 +pkg syscall (linux-arm), const PTRACE_EVENT_FORK = 1 +pkg syscall (linux-arm), const PTRACE_EVENT_VFORK = 2 +pkg syscall (linux-arm), const PTRACE_EVENT_VFORK_DONE = 5 +pkg syscall (linux-arm), const PTRACE_GETCRUNCHREGS = 25 +pkg syscall (linux-arm), const PTRACE_GETEVENTMSG = 16897 +pkg syscall (linux-arm), const PTRACE_GETFPREGS = 14 +pkg syscall (linux-arm), const PTRACE_GETHBPREGS = 29 +pkg syscall (linux-arm), const PTRACE_GETREGS = 12 +pkg syscall (linux-arm), const PTRACE_GETREGSET = 16900 +pkg syscall (linux-arm), const PTRACE_GETSIGINFO = 16898 +pkg syscall (linux-arm), const PTRACE_GETVFPREGS = 27 +pkg syscall (linux-arm), const PTRACE_GETWMMXREGS = 18 +pkg syscall (linux-arm), const PTRACE_GET_THREAD_AREA = 22 +pkg syscall (linux-arm), const PTRACE_KILL = 8 +pkg syscall (linux-arm), const PTRACE_OLDSETOPTIONS = 21 +pkg syscall (linux-arm), const PTRACE_O_MASK = 127 +pkg syscall (linux-arm), const PTRACE_O_TRACECLONE = 8 +pkg syscall (linux-arm), const PTRACE_O_TRACEEXEC = 16 +pkg syscall (linux-arm), const PTRACE_O_TRACEEXIT = 64 +pkg syscall (linux-arm), const PTRACE_O_TRACEFORK = 2 +pkg syscall (linux-arm), const PTRACE_O_TRACESYSGOOD = 1 +pkg syscall (linux-arm), const PTRACE_O_TRACEVFORK = 4 +pkg syscall (linux-arm), const PTRACE_O_TRACEVFORKDONE = 32 +pkg syscall (linux-arm), const PTRACE_PEEKDATA = 2 +pkg syscall (linux-arm), const PTRACE_PEEKTEXT = 1 +pkg syscall (linux-arm), const PTRACE_PEEKUSR = 3 +pkg syscall (linux-arm), const PTRACE_POKEDATA = 5 +pkg syscall (linux-arm), const PTRACE_POKETEXT = 4 +pkg syscall (linux-arm), const PTRACE_POKEUSR = 6 +pkg syscall (linux-arm), const PTRACE_SETCRUNCHREGS = 26 +pkg syscall (linux-arm), const PTRACE_SETFPREGS = 15 +pkg syscall (linux-arm), const PTRACE_SETHBPREGS = 30 +pkg syscall (linux-arm), const PTRACE_SETOPTIONS = 16896 +pkg syscall (linux-arm), const PTRACE_SETREGS = 13 +pkg syscall (linux-arm), const PTRACE_SETREGSET = 16901 +pkg syscall (linux-arm), const PTRACE_SETSIGINFO = 16899 +pkg syscall (linux-arm), const PTRACE_SETVFPREGS = 28 +pkg syscall (linux-arm), const PTRACE_SETWMMXREGS = 19 +pkg syscall (linux-arm), const PTRACE_SET_SYSCALL = 23 +pkg syscall (linux-arm), const PTRACE_SINGLESTEP = 9 +pkg syscall (linux-arm), const PTRACE_SYSCALL = 24 +pkg syscall (linux-arm), const PTRACE_TRACEME = 0 +pkg syscall (linux-arm), const PT_DATA_ADDR = 65540 +pkg syscall (linux-arm), const PT_TEXT_ADDR = 65536 +pkg syscall (linux-arm), const PT_TEXT_END_ADDR = 65544 +pkg syscall (linux-arm), const PathMax = 4096 +pkg syscall (linux-arm), const RLIMIT_AS = 9 +pkg syscall (linux-arm), const RLIMIT_CORE = 4 +pkg syscall (linux-arm), const RLIMIT_CPU = 0 +pkg syscall (linux-arm), const RLIMIT_DATA = 2 +pkg syscall (linux-arm), const RLIMIT_FSIZE = 1 +pkg syscall (linux-arm), const RLIMIT_NOFILE = 7 +pkg syscall (linux-arm), const RLIMIT_STACK = 3 +pkg syscall (linux-arm), const RLIM_INFINITY = -1 +pkg syscall (linux-arm), const RTAX_ADVMSS = 8 +pkg syscall (linux-arm), const RTAX_CWND = 7 +pkg syscall (linux-arm), const RTAX_FEATURES = 12 +pkg syscall (linux-arm), const RTAX_FEATURE_ALLFRAG = 8 +pkg syscall (linux-arm), const RTAX_FEATURE_ECN = 1 +pkg syscall (linux-arm), const RTAX_FEATURE_SACK = 2 +pkg syscall (linux-arm), const RTAX_FEATURE_TIMESTAMP = 4 +pkg syscall (linux-arm), const RTAX_HOPLIMIT = 10 +pkg syscall (linux-arm), const RTAX_INITCWND = 11 +pkg syscall (linux-arm), const RTAX_INITRWND = 14 +pkg syscall (linux-arm), const RTAX_LOCK = 1 +pkg syscall (linux-arm), const RTAX_MAX = 14 +pkg syscall (linux-arm), const RTAX_MTU = 2 +pkg syscall (linux-arm), const RTAX_REORDERING = 9 +pkg syscall (linux-arm), const RTAX_RTO_MIN = 13 +pkg syscall (linux-arm), const RTAX_RTT = 4 +pkg syscall (linux-arm), const RTAX_RTTVAR = 5 +pkg syscall (linux-arm), const RTAX_SSTHRESH = 6 +pkg syscall (linux-arm), const RTAX_UNSPEC = 0 +pkg syscall (linux-arm), const RTAX_WINDOW = 3 +pkg syscall (linux-arm), const RTA_ALIGNTO = 4 +pkg syscall (linux-arm), const RTA_CACHEINFO = 12 +pkg syscall (linux-arm), const RTA_DST = 1 +pkg syscall (linux-arm), const RTA_FLOW = 11 +pkg syscall (linux-arm), const RTA_GATEWAY = 5 +pkg syscall (linux-arm), const RTA_IIF = 3 +pkg syscall (linux-arm), const RTA_MAX = 16 +pkg syscall (linux-arm), const RTA_METRICS = 8 +pkg syscall (linux-arm), const RTA_MULTIPATH = 9 +pkg syscall (linux-arm), const RTA_OIF = 4 +pkg syscall (linux-arm), const RTA_PREFSRC = 7 +pkg syscall (linux-arm), const RTA_PRIORITY = 6 +pkg syscall (linux-arm), const RTA_SRC = 2 +pkg syscall (linux-arm), const RTA_TABLE = 15 +pkg syscall (linux-arm), const RTA_UNSPEC = 0 +pkg syscall (linux-arm), const RTCF_DIRECTSRC = 67108864 +pkg syscall (linux-arm), const RTCF_DOREDIRECT = 16777216 +pkg syscall (linux-arm), const RTCF_LOG = 33554432 +pkg syscall (linux-arm), const RTCF_MASQ = 4194304 +pkg syscall (linux-arm), const RTCF_NAT = 8388608 +pkg syscall (linux-arm), const RTCF_VALVE = 2097152 +pkg syscall (linux-arm), const RTF_ADDRCLASSMASK = 4160749568 +pkg syscall (linux-arm), const RTF_ADDRCONF = 262144 +pkg syscall (linux-arm), const RTF_ALLONLINK = 131072 +pkg syscall (linux-arm), const RTF_BROADCAST = 268435456 +pkg syscall (linux-arm), const RTF_CACHE = 16777216 +pkg syscall (linux-arm), const RTF_DEFAULT = 65536 +pkg syscall (linux-arm), const RTF_DYNAMIC = 16 +pkg syscall (linux-arm), const RTF_FLOW = 33554432 +pkg syscall (linux-arm), const RTF_GATEWAY = 2 +pkg syscall (linux-arm), const RTF_HOST = 4 +pkg syscall (linux-arm), const RTF_INTERFACE = 1073741824 +pkg syscall (linux-arm), const RTF_IRTT = 256 +pkg syscall (linux-arm), const RTF_LINKRT = 1048576 +pkg syscall (linux-arm), const RTF_LOCAL = 2147483648 +pkg syscall (linux-arm), const RTF_MODIFIED = 32 +pkg syscall (linux-arm), const RTF_MSS = 64 +pkg syscall (linux-arm), const RTF_MTU = 64 +pkg syscall (linux-arm), const RTF_MULTICAST = 536870912 +pkg syscall (linux-arm), const RTF_NAT = 134217728 +pkg syscall (linux-arm), const RTF_NOFORWARD = 4096 +pkg syscall (linux-arm), const RTF_NONEXTHOP = 2097152 +pkg syscall (linux-arm), const RTF_NOPMTUDISC = 16384 +pkg syscall (linux-arm), const RTF_POLICY = 67108864 +pkg syscall (linux-arm), const RTF_REINSTATE = 8 +pkg syscall (linux-arm), const RTF_REJECT = 512 +pkg syscall (linux-arm), const RTF_STATIC = 1024 +pkg syscall (linux-arm), const RTF_THROW = 8192 +pkg syscall (linux-arm), const RTF_UP = 1 +pkg syscall (linux-arm), const RTF_WINDOW = 128 +pkg syscall (linux-arm), const RTF_XRESOLVE = 2048 +pkg syscall (linux-arm), const RTM_BASE = 16 +pkg syscall (linux-arm), const RTM_DELACTION = 49 +pkg syscall (linux-arm), const RTM_DELADDR = 21 +pkg syscall (linux-arm), const RTM_DELADDRLABEL = 73 +pkg syscall (linux-arm), const RTM_DELLINK = 17 +pkg syscall (linux-arm), const RTM_DELNEIGH = 29 +pkg syscall (linux-arm), const RTM_DELQDISC = 37 +pkg syscall (linux-arm), const RTM_DELROUTE = 25 +pkg syscall (linux-arm), const RTM_DELRULE = 33 +pkg syscall (linux-arm), const RTM_DELTCLASS = 41 +pkg syscall (linux-arm), const RTM_DELTFILTER = 45 +pkg syscall (linux-arm), const RTM_F_CLONED = 512 +pkg syscall (linux-arm), const RTM_F_EQUALIZE = 1024 +pkg syscall (linux-arm), const RTM_F_NOTIFY = 256 +pkg syscall (linux-arm), const RTM_F_PREFIX = 2048 +pkg syscall (linux-arm), const RTM_GETACTION = 50 +pkg syscall (linux-arm), const RTM_GETADDR = 22 +pkg syscall (linux-arm), const RTM_GETADDRLABEL = 74 +pkg syscall (linux-arm), const RTM_GETANYCAST = 62 +pkg syscall (linux-arm), const RTM_GETDCB = 78 +pkg syscall (linux-arm), const RTM_GETLINK = 18 +pkg syscall (linux-arm), const RTM_GETMULTICAST = 58 +pkg syscall (linux-arm), const RTM_GETNEIGH = 30 +pkg syscall (linux-arm), const RTM_GETNEIGHTBL = 66 +pkg syscall (linux-arm), const RTM_GETQDISC = 38 +pkg syscall (linux-arm), const RTM_GETROUTE = 26 +pkg syscall (linux-arm), const RTM_GETRULE = 34 +pkg syscall (linux-arm), const RTM_GETTCLASS = 42 +pkg syscall (linux-arm), const RTM_GETTFILTER = 46 +pkg syscall (linux-arm), const RTM_MAX = 79 +pkg syscall (linux-arm), const RTM_NEWACTION = 48 +pkg syscall (linux-arm), const RTM_NEWADDR = 20 +pkg syscall (linux-arm), const RTM_NEWADDRLABEL = 72 +pkg syscall (linux-arm), const RTM_NEWLINK = 16 +pkg syscall (linux-arm), const RTM_NEWNDUSEROPT = 68 +pkg syscall (linux-arm), const RTM_NEWNEIGH = 28 +pkg syscall (linux-arm), const RTM_NEWNEIGHTBL = 64 +pkg syscall (linux-arm), const RTM_NEWPREFIX = 52 +pkg syscall (linux-arm), const RTM_NEWQDISC = 36 +pkg syscall (linux-arm), const RTM_NEWROUTE = 24 +pkg syscall (linux-arm), const RTM_NEWRULE = 32 +pkg syscall (linux-arm), const RTM_NEWTCLASS = 40 +pkg syscall (linux-arm), const RTM_NEWTFILTER = 44 +pkg syscall (linux-arm), const RTM_NR_FAMILIES = 16 +pkg syscall (linux-arm), const RTM_NR_MSGTYPES = 64 +pkg syscall (linux-arm), const RTM_SETDCB = 79 +pkg syscall (linux-arm), const RTM_SETLINK = 19 +pkg syscall (linux-arm), const RTM_SETNEIGHTBL = 67 +pkg syscall (linux-arm), const RTNH_ALIGNTO = 4 +pkg syscall (linux-arm), const RTNH_F_DEAD = 1 +pkg syscall (linux-arm), const RTNH_F_ONLINK = 4 +pkg syscall (linux-arm), const RTNH_F_PERVASIVE = 2 +pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR = 5 +pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE = 6 +pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE = 7 +pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE = 8 +pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR = 9 +pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO = 12 +pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE = 10 +pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX = 18 +pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE = 11 +pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE = 19 +pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-arm), const RTNLGRP_LINK = 1 +pkg syscall (linux-arm), const RTNLGRP_LINK ideal-int +pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT = 20 +pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-arm), const RTNLGRP_NEIGH = 3 +pkg syscall (linux-arm), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-arm), const RTNLGRP_NONE = 0 +pkg syscall (linux-arm), const RTNLGRP_NONE ideal-int +pkg syscall (linux-arm), const RTNLGRP_NOTIFY = 2 +pkg syscall (linux-arm), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-arm), const RTNLGRP_TC = 4 +pkg syscall (linux-arm), const RTNLGRP_TC ideal-int +pkg syscall (linux-arm), const RTN_ANYCAST = 4 +pkg syscall (linux-arm), const RTN_BLACKHOLE = 6 +pkg syscall (linux-arm), const RTN_BROADCAST = 3 +pkg syscall (linux-arm), const RTN_LOCAL = 2 +pkg syscall (linux-arm), const RTN_MAX = 11 +pkg syscall (linux-arm), const RTN_MULTICAST = 5 +pkg syscall (linux-arm), const RTN_NAT = 10 +pkg syscall (linux-arm), const RTN_PROHIBIT = 8 +pkg syscall (linux-arm), const RTN_THROW = 9 +pkg syscall (linux-arm), const RTN_UNICAST = 1 +pkg syscall (linux-arm), const RTN_UNREACHABLE = 7 +pkg syscall (linux-arm), const RTN_UNSPEC = 0 +pkg syscall (linux-arm), const RTN_XRESOLVE = 11 +pkg syscall (linux-arm), const RTPROT_BIRD = 12 +pkg syscall (linux-arm), const RTPROT_BOOT = 3 +pkg syscall (linux-arm), const RTPROT_DHCP = 16 +pkg syscall (linux-arm), const RTPROT_DNROUTED = 13 +pkg syscall (linux-arm), const RTPROT_GATED = 8 +pkg syscall (linux-arm), const RTPROT_KERNEL = 2 +pkg syscall (linux-arm), const RTPROT_MRT = 10 +pkg syscall (linux-arm), const RTPROT_NTK = 15 +pkg syscall (linux-arm), const RTPROT_RA = 9 +pkg syscall (linux-arm), const RTPROT_REDIRECT = 1 +pkg syscall (linux-arm), const RTPROT_STATIC = 4 +pkg syscall (linux-arm), const RTPROT_UNSPEC = 0 +pkg syscall (linux-arm), const RTPROT_XORP = 14 +pkg syscall (linux-arm), const RTPROT_ZEBRA = 11 +pkg syscall (linux-arm), const RT_CLASS_DEFAULT = 253 +pkg syscall (linux-arm), const RT_CLASS_LOCAL = 255 +pkg syscall (linux-arm), const RT_CLASS_MAIN = 254 +pkg syscall (linux-arm), const RT_CLASS_MAX = 255 +pkg syscall (linux-arm), const RT_CLASS_UNSPEC = 0 +pkg syscall (linux-arm), const RT_SCOPE_HOST = 254 +pkg syscall (linux-arm), const RT_SCOPE_LINK = 253 +pkg syscall (linux-arm), const RT_SCOPE_NOWHERE = 255 +pkg syscall (linux-arm), const RT_SCOPE_SITE = 200 +pkg syscall (linux-arm), const RT_SCOPE_UNIVERSE = 0 +pkg syscall (linux-arm), const RT_TABLE_COMPAT = 252 +pkg syscall (linux-arm), const RT_TABLE_DEFAULT = 253 +pkg syscall (linux-arm), const RT_TABLE_LOCAL = 255 +pkg syscall (linux-arm), const RT_TABLE_MAIN = 254 +pkg syscall (linux-arm), const RT_TABLE_MAX = 4294967295 +pkg syscall (linux-arm), const RT_TABLE_UNSPEC = 0 +pkg syscall (linux-arm), const RUSAGE_CHILDREN = -1 +pkg syscall (linux-arm), const RUSAGE_SELF = 0 +pkg syscall (linux-arm), const RUSAGE_THREAD = 1 +pkg syscall (linux-arm), const SCM_CREDENTIALS = 2 +pkg syscall (linux-arm), const SCM_RIGHTS = 1 +pkg syscall (linux-arm), const SCM_TIMESTAMP = 29 +pkg syscall (linux-arm), const SCM_TIMESTAMPING = 37 +pkg syscall (linux-arm), const SCM_TIMESTAMPNS = 35 +pkg syscall (linux-arm), const SIGBUS = 7 +pkg syscall (linux-arm), const SIGCHLD = 17 +pkg syscall (linux-arm), const SIGCLD = 17 +pkg syscall (linux-arm), const SIGCONT = 18 +pkg syscall (linux-arm), const SIGIO = 29 +pkg syscall (linux-arm), const SIGIOT = 6 +pkg syscall (linux-arm), const SIGPOLL = 29 +pkg syscall (linux-arm), const SIGPROF = 27 +pkg syscall (linux-arm), const SIGPWR = 30 +pkg syscall (linux-arm), const SIGSTKFLT = 16 +pkg syscall (linux-arm), const SIGSTOP = 19 +pkg syscall (linux-arm), const SIGSYS = 31 +pkg syscall (linux-arm), const SIGTSTP = 20 +pkg syscall (linux-arm), const SIGTTIN = 21 +pkg syscall (linux-arm), const SIGTTOU = 22 +pkg syscall (linux-arm), const SIGUNUSED = 31 +pkg syscall (linux-arm), const SIGURG = 23 +pkg syscall (linux-arm), const SIGUSR1 = 10 +pkg syscall (linux-arm), const SIGUSR2 = 12 +pkg syscall (linux-arm), const SIGVTALRM = 26 +pkg syscall (linux-arm), const SIGWINCH = 28 +pkg syscall (linux-arm), const SIGXCPU = 24 +pkg syscall (linux-arm), const SIGXFSZ = 25 +pkg syscall (linux-arm), const SIOCADDDLCI = 35200 +pkg syscall (linux-arm), const SIOCADDMULTI = 35121 +pkg syscall (linux-arm), const SIOCADDRT = 35083 +pkg syscall (linux-arm), const SIOCATMARK = 35077 +pkg syscall (linux-arm), const SIOCDARP = 35155 +pkg syscall (linux-arm), const SIOCDELDLCI = 35201 +pkg syscall (linux-arm), const SIOCDELMULTI = 35122 +pkg syscall (linux-arm), const SIOCDELRT = 35084 +pkg syscall (linux-arm), const SIOCDEVPRIVATE = 35312 +pkg syscall (linux-arm), const SIOCDIFADDR = 35126 +pkg syscall (linux-arm), const SIOCDRARP = 35168 +pkg syscall (linux-arm), const SIOCGARP = 35156 +pkg syscall (linux-arm), const SIOCGIFADDR = 35093 +pkg syscall (linux-arm), const SIOCGIFBR = 35136 +pkg syscall (linux-arm), const SIOCGIFBRDADDR = 35097 +pkg syscall (linux-arm), const SIOCGIFCONF = 35090 +pkg syscall (linux-arm), const SIOCGIFCOUNT = 35128 +pkg syscall (linux-arm), const SIOCGIFDSTADDR = 35095 +pkg syscall (linux-arm), const SIOCGIFENCAP = 35109 +pkg syscall (linux-arm), const SIOCGIFFLAGS = 35091 +pkg syscall (linux-arm), const SIOCGIFHWADDR = 35111 +pkg syscall (linux-arm), const SIOCGIFINDEX = 35123 +pkg syscall (linux-arm), const SIOCGIFMAP = 35184 +pkg syscall (linux-arm), const SIOCGIFMEM = 35103 +pkg syscall (linux-arm), const SIOCGIFMETRIC = 35101 +pkg syscall (linux-arm), const SIOCGIFMTU = 35105 +pkg syscall (linux-arm), const SIOCGIFNAME = 35088 +pkg syscall (linux-arm), const SIOCGIFNETMASK = 35099 +pkg syscall (linux-arm), const SIOCGIFPFLAGS = 35125 +pkg syscall (linux-arm), const SIOCGIFSLAVE = 35113 +pkg syscall (linux-arm), const SIOCGIFTXQLEN = 35138 +pkg syscall (linux-arm), const SIOCGPGRP = 35076 +pkg syscall (linux-arm), const SIOCGRARP = 35169 +pkg syscall (linux-arm), const SIOCGSTAMP = 35078 +pkg syscall (linux-arm), const SIOCGSTAMPNS = 35079 +pkg syscall (linux-arm), const SIOCPROTOPRIVATE = 35296 +pkg syscall (linux-arm), const SIOCRTMSG = 35085 +pkg syscall (linux-arm), const SIOCSARP = 35157 +pkg syscall (linux-arm), const SIOCSIFADDR = 35094 +pkg syscall (linux-arm), const SIOCSIFBR = 35137 +pkg syscall (linux-arm), const SIOCSIFBRDADDR = 35098 +pkg syscall (linux-arm), const SIOCSIFDSTADDR = 35096 +pkg syscall (linux-arm), const SIOCSIFENCAP = 35110 +pkg syscall (linux-arm), const SIOCSIFFLAGS = 35092 +pkg syscall (linux-arm), const SIOCSIFHWADDR = 35108 +pkg syscall (linux-arm), const SIOCSIFHWBROADCAST = 35127 +pkg syscall (linux-arm), const SIOCSIFLINK = 35089 +pkg syscall (linux-arm), const SIOCSIFMAP = 35185 +pkg syscall (linux-arm), const SIOCSIFMEM = 35104 +pkg syscall (linux-arm), const SIOCSIFMETRIC = 35102 +pkg syscall (linux-arm), const SIOCSIFMTU = 35106 +pkg syscall (linux-arm), const SIOCSIFNAME = 35107 +pkg syscall (linux-arm), const SIOCSIFNETMASK = 35100 +pkg syscall (linux-arm), const SIOCSIFPFLAGS = 35124 +pkg syscall (linux-arm), const SIOCSIFSLAVE = 35120 +pkg syscall (linux-arm), const SIOCSIFTXQLEN = 35139 +pkg syscall (linux-arm), const SIOCSPGRP = 35074 +pkg syscall (linux-arm), const SIOCSRARP = 35170 +pkg syscall (linux-arm), const SOCK_CLOEXEC = 524288 +pkg syscall (linux-arm), const SOCK_DCCP = 6 +pkg syscall (linux-arm), const SOCK_NONBLOCK = 2048 +pkg syscall (linux-arm), const SOCK_PACKET = 10 +pkg syscall (linux-arm), const SOCK_RDM = 4 +pkg syscall (linux-arm), const SOL_AAL = 265 +pkg syscall (linux-arm), const SOL_ATM = 264 +pkg syscall (linux-arm), const SOL_DECNET = 261 +pkg syscall (linux-arm), const SOL_ICMPV6 = 58 +pkg syscall (linux-arm), const SOL_IP = 0 +pkg syscall (linux-arm), const SOL_IPV6 = 41 +pkg syscall (linux-arm), const SOL_IRDA = 266 +pkg syscall (linux-arm), const SOL_PACKET = 263 +pkg syscall (linux-arm), const SOL_RAW = 255 +pkg syscall (linux-arm), const SOL_SOCKET = 1 +pkg syscall (linux-arm), const SOL_TCP = 6 +pkg syscall (linux-arm), const SOL_X25 = 262 +pkg syscall (linux-arm), const SOMAXCONN = 128 +pkg syscall (linux-arm), const SO_ACCEPTCONN = 30 +pkg syscall (linux-arm), const SO_ATTACH_FILTER = 26 +pkg syscall (linux-arm), const SO_BINDTODEVICE = 25 +pkg syscall (linux-arm), const SO_BROADCAST = 6 +pkg syscall (linux-arm), const SO_BSDCOMPAT = 14 +pkg syscall (linux-arm), const SO_DEBUG = 1 +pkg syscall (linux-arm), const SO_DETACH_FILTER = 27 +pkg syscall (linux-arm), const SO_DOMAIN = 39 +pkg syscall (linux-arm), const SO_DONTROUTE = 5 +pkg syscall (linux-arm), const SO_ERROR = 4 +pkg syscall (linux-arm), const SO_KEEPALIVE = 9 +pkg syscall (linux-arm), const SO_LINGER = 13 +pkg syscall (linux-arm), const SO_MARK = 36 +pkg syscall (linux-arm), const SO_NO_CHECK = 11 +pkg syscall (linux-arm), const SO_OOBINLINE = 10 +pkg syscall (linux-arm), const SO_PASSCRED = 16 +pkg syscall (linux-arm), const SO_PASSSEC = 34 +pkg syscall (linux-arm), const SO_PEERCRED = 17 +pkg syscall (linux-arm), const SO_PEERNAME = 28 +pkg syscall (linux-arm), const SO_PEERSEC = 31 +pkg syscall (linux-arm), const SO_PRIORITY = 12 +pkg syscall (linux-arm), const SO_PROTOCOL = 38 +pkg syscall (linux-arm), const SO_RCVBUF = 8 +pkg syscall (linux-arm), const SO_RCVBUFFORCE = 33 +pkg syscall (linux-arm), const SO_RCVLOWAT = 18 +pkg syscall (linux-arm), const SO_RCVTIMEO = 20 +pkg syscall (linux-arm), const SO_REUSEADDR = 2 +pkg syscall (linux-arm), const SO_RXQ_OVFL = 40 +pkg syscall (linux-arm), const SO_SECURITY_AUTHENTICATION = 22 +pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_NETWORK = 24 +pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23 +pkg syscall (linux-arm), const SO_SNDBUF = 7 +pkg syscall (linux-arm), const SO_SNDBUFFORCE = 32 +pkg syscall (linux-arm), const SO_SNDLOWAT = 19 +pkg syscall (linux-arm), const SO_SNDTIMEO = 21 +pkg syscall (linux-arm), const SO_TIMESTAMP = 29 +pkg syscall (linux-arm), const SO_TIMESTAMPING = 37 +pkg syscall (linux-arm), const SO_TIMESTAMPNS = 35 +pkg syscall (linux-arm), const SO_TYPE = 3 +pkg syscall (linux-arm), const SYS_ACCEPT = 285 +pkg syscall (linux-arm), const SYS_ACCEPT4 = 366 +pkg syscall (linux-arm), const SYS_ACCESS = 33 +pkg syscall (linux-arm), const SYS_ACCT = 51 +pkg syscall (linux-arm), const SYS_ADD_KEY = 309 +pkg syscall (linux-arm), const SYS_ADJTIMEX = 124 +pkg syscall (linux-arm), const SYS_ALARM = 27 +pkg syscall (linux-arm), const SYS_ARM_FADVISE64_64 = 270 +pkg syscall (linux-arm), const SYS_ARM_SYNC_FILE_RANGE = 341 +pkg syscall (linux-arm), const SYS_BDFLUSH = 134 +pkg syscall (linux-arm), const SYS_BIND = 282 +pkg syscall (linux-arm), const SYS_BRK = 45 +pkg syscall (linux-arm), const SYS_CAPGET = 184 +pkg syscall (linux-arm), const SYS_CAPSET = 185 +pkg syscall (linux-arm), const SYS_CHDIR = 12 +pkg syscall (linux-arm), const SYS_CHMOD = 15 +pkg syscall (linux-arm), const SYS_CHOWN = 182 +pkg syscall (linux-arm), const SYS_CHOWN32 = 212 +pkg syscall (linux-arm), const SYS_CHROOT = 61 +pkg syscall (linux-arm), const SYS_CLOCK_ADJTIME = 372 +pkg syscall (linux-arm), const SYS_CLOCK_GETRES = 264 +pkg syscall (linux-arm), const SYS_CLOCK_GETTIME = 263 +pkg syscall (linux-arm), const SYS_CLOCK_NANOSLEEP = 265 +pkg syscall (linux-arm), const SYS_CLOCK_SETTIME = 262 +pkg syscall (linux-arm), const SYS_CLONE = 120 +pkg syscall (linux-arm), const SYS_CLOSE = 6 +pkg syscall (linux-arm), const SYS_CONNECT = 283 +pkg syscall (linux-arm), const SYS_CREAT = 8 +pkg syscall (linux-arm), const SYS_DELETE_MODULE = 129 +pkg syscall (linux-arm), const SYS_DUP = 41 +pkg syscall (linux-arm), const SYS_DUP2 = 63 +pkg syscall (linux-arm), const SYS_DUP3 = 358 +pkg syscall (linux-arm), const SYS_EPOLL_CREATE = 250 +pkg syscall (linux-arm), const SYS_EPOLL_CREATE1 = 357 +pkg syscall (linux-arm), const SYS_EPOLL_CTL = 251 +pkg syscall (linux-arm), const SYS_EPOLL_PWAIT = 346 +pkg syscall (linux-arm), const SYS_EPOLL_WAIT = 252 +pkg syscall (linux-arm), const SYS_EVENTFD = 351 +pkg syscall (linux-arm), const SYS_EVENTFD2 = 356 +pkg syscall (linux-arm), const SYS_EXECVE = 11 +pkg syscall (linux-arm), const SYS_EXIT = 1 +pkg syscall (linux-arm), const SYS_EXIT_GROUP = 248 +pkg syscall (linux-arm), const SYS_FACCESSAT = 334 +pkg syscall (linux-arm), const SYS_FALLOCATE = 352 +pkg syscall (linux-arm), const SYS_FANOTIFY_INIT = 367 +pkg syscall (linux-arm), const SYS_FANOTIFY_MARK = 368 +pkg syscall (linux-arm), const SYS_FCHDIR = 133 +pkg syscall (linux-arm), const SYS_FCHMOD = 94 +pkg syscall (linux-arm), const SYS_FCHMODAT = 333 +pkg syscall (linux-arm), const SYS_FCHOWN = 95 +pkg syscall (linux-arm), const SYS_FCHOWN32 = 207 +pkg syscall (linux-arm), const SYS_FCHOWNAT = 325 +pkg syscall (linux-arm), const SYS_FCNTL = 55 +pkg syscall (linux-arm), const SYS_FCNTL64 = 221 +pkg syscall (linux-arm), const SYS_FDATASYNC = 148 +pkg syscall (linux-arm), const SYS_FGETXATTR = 231 +pkg syscall (linux-arm), const SYS_FLISTXATTR = 234 +pkg syscall (linux-arm), const SYS_FLOCK = 143 +pkg syscall (linux-arm), const SYS_FORK = 2 +pkg syscall (linux-arm), const SYS_FREMOVEXATTR = 237 +pkg syscall (linux-arm), const SYS_FSETXATTR = 228 +pkg syscall (linux-arm), const SYS_FSTAT = 108 +pkg syscall (linux-arm), const SYS_FSTAT64 = 197 +pkg syscall (linux-arm), const SYS_FSTATAT64 = 327 +pkg syscall (linux-arm), const SYS_FSTATFS = 100 +pkg syscall (linux-arm), const SYS_FSTATFS64 = 267 +pkg syscall (linux-arm), const SYS_FSYNC = 118 +pkg syscall (linux-arm), const SYS_FTRUNCATE = 93 +pkg syscall (linux-arm), const SYS_FTRUNCATE64 = 194 +pkg syscall (linux-arm), const SYS_FUTEX = 240 +pkg syscall (linux-arm), const SYS_FUTIMESAT = 326 +pkg syscall (linux-arm), const SYS_GETCPU = 345 +pkg syscall (linux-arm), const SYS_GETCWD = 183 +pkg syscall (linux-arm), const SYS_GETDENTS = 141 +pkg syscall (linux-arm), const SYS_GETDENTS64 = 217 +pkg syscall (linux-arm), const SYS_GETEGID = 50 +pkg syscall (linux-arm), const SYS_GETEGID32 = 202 +pkg syscall (linux-arm), const SYS_GETEUID = 49 +pkg syscall (linux-arm), const SYS_GETEUID32 = 201 +pkg syscall (linux-arm), const SYS_GETGID = 47 +pkg syscall (linux-arm), const SYS_GETGID32 = 200 +pkg syscall (linux-arm), const SYS_GETGROUPS = 80 +pkg syscall (linux-arm), const SYS_GETGROUPS32 = 205 +pkg syscall (linux-arm), const SYS_GETITIMER = 105 +pkg syscall (linux-arm), const SYS_GETPEERNAME = 287 +pkg syscall (linux-arm), const SYS_GETPGID = 132 +pkg syscall (linux-arm), const SYS_GETPGRP = 65 +pkg syscall (linux-arm), const SYS_GETPID = 20 +pkg syscall (linux-arm), const SYS_GETPPID = 64 +pkg syscall (linux-arm), const SYS_GETPRIORITY = 96 +pkg syscall (linux-arm), const SYS_GETRESGID = 171 +pkg syscall (linux-arm), const SYS_GETRESGID32 = 211 +pkg syscall (linux-arm), const SYS_GETRESUID = 165 +pkg syscall (linux-arm), const SYS_GETRESUID32 = 209 +pkg syscall (linux-arm), const SYS_GETRLIMIT = 76 +pkg syscall (linux-arm), const SYS_GETRUSAGE = 77 +pkg syscall (linux-arm), const SYS_GETSID = 147 +pkg syscall (linux-arm), const SYS_GETSOCKNAME = 286 +pkg syscall (linux-arm), const SYS_GETSOCKOPT = 295 +pkg syscall (linux-arm), const SYS_GETTID = 224 +pkg syscall (linux-arm), const SYS_GETTIMEOFDAY = 78 +pkg syscall (linux-arm), const SYS_GETUID = 24 +pkg syscall (linux-arm), const SYS_GETUID32 = 199 +pkg syscall (linux-arm), const SYS_GETXATTR = 229 +pkg syscall (linux-arm), const SYS_GET_MEMPOLICY = 320 +pkg syscall (linux-arm), const SYS_GET_ROBUST_LIST = 339 +pkg syscall (linux-arm), const SYS_INIT_MODULE = 128 +pkg syscall (linux-arm), const SYS_INOTIFY_ADD_WATCH = 317 +pkg syscall (linux-arm), const SYS_INOTIFY_INIT = 316 +pkg syscall (linux-arm), const SYS_INOTIFY_INIT1 = 360 +pkg syscall (linux-arm), const SYS_INOTIFY_RM_WATCH = 318 +pkg syscall (linux-arm), const SYS_IOCTL = 54 +pkg syscall (linux-arm), const SYS_IOPRIO_GET = 315 +pkg syscall (linux-arm), const SYS_IOPRIO_SET = 314 +pkg syscall (linux-arm), const SYS_IO_CANCEL = 247 +pkg syscall (linux-arm), const SYS_IO_DESTROY = 244 +pkg syscall (linux-arm), const SYS_IO_GETEVENTS = 245 +pkg syscall (linux-arm), const SYS_IO_SETUP = 243 +pkg syscall (linux-arm), const SYS_IO_SUBMIT = 246 +pkg syscall (linux-arm), const SYS_IPC = 117 +pkg syscall (linux-arm), const SYS_KEXEC_LOAD = 347 +pkg syscall (linux-arm), const SYS_KEYCTL = 311 +pkg syscall (linux-arm), const SYS_KILL = 37 +pkg syscall (linux-arm), const SYS_LCHOWN = 16 +pkg syscall (linux-arm), const SYS_LCHOWN32 = 198 +pkg syscall (linux-arm), const SYS_LGETXATTR = 230 +pkg syscall (linux-arm), const SYS_LINK = 9 +pkg syscall (linux-arm), const SYS_LINKAT = 330 +pkg syscall (linux-arm), const SYS_LISTEN = 284 +pkg syscall (linux-arm), const SYS_LISTXATTR = 232 +pkg syscall (linux-arm), const SYS_LLISTXATTR = 233 +pkg syscall (linux-arm), const SYS_LOOKUP_DCOOKIE = 249 +pkg syscall (linux-arm), const SYS_LREMOVEXATTR = 236 +pkg syscall (linux-arm), const SYS_LSEEK = 19 +pkg syscall (linux-arm), const SYS_LSETXATTR = 227 +pkg syscall (linux-arm), const SYS_LSTAT = 107 +pkg syscall (linux-arm), const SYS_LSTAT64 = 196 +pkg syscall (linux-arm), const SYS_MADVISE = 220 +pkg syscall (linux-arm), const SYS_MBIND = 319 +pkg syscall (linux-arm), const SYS_MINCORE = 219 +pkg syscall (linux-arm), const SYS_MKDIR = 39 +pkg syscall (linux-arm), const SYS_MKDIRAT = 323 +pkg syscall (linux-arm), const SYS_MKNOD = 14 +pkg syscall (linux-arm), const SYS_MKNODAT = 324 +pkg syscall (linux-arm), const SYS_MLOCK = 150 +pkg syscall (linux-arm), const SYS_MLOCKALL = 152 +pkg syscall (linux-arm), const SYS_MMAP = 90 +pkg syscall (linux-arm), const SYS_MMAP2 = 192 +pkg syscall (linux-arm), const SYS_MOUNT = 21 +pkg syscall (linux-arm), const SYS_MOVE_PAGES = 344 +pkg syscall (linux-arm), const SYS_MPROTECT = 125 +pkg syscall (linux-arm), const SYS_MQ_GETSETATTR = 279 +pkg syscall (linux-arm), const SYS_MQ_NOTIFY = 278 +pkg syscall (linux-arm), const SYS_MQ_OPEN = 274 +pkg syscall (linux-arm), const SYS_MQ_TIMEDRECEIVE = 277 +pkg syscall (linux-arm), const SYS_MQ_TIMEDSEND = 276 +pkg syscall (linux-arm), const SYS_MQ_UNLINK = 275 +pkg syscall (linux-arm), const SYS_MREMAP = 163 +pkg syscall (linux-arm), const SYS_MSGCTL = 304 +pkg syscall (linux-arm), const SYS_MSGGET = 303 +pkg syscall (linux-arm), const SYS_MSGRCV = 302 +pkg syscall (linux-arm), const SYS_MSGSND = 301 +pkg syscall (linux-arm), const SYS_MSYNC = 144 +pkg syscall (linux-arm), const SYS_MUNLOCK = 151 +pkg syscall (linux-arm), const SYS_MUNLOCKALL = 153 +pkg syscall (linux-arm), const SYS_MUNMAP = 91 +pkg syscall (linux-arm), const SYS_NAME_TO_HANDLE_AT = 370 +pkg syscall (linux-arm), const SYS_NANOSLEEP = 162 +pkg syscall (linux-arm), const SYS_NFSSERVCTL = 169 +pkg syscall (linux-arm), const SYS_NICE = 34 +pkg syscall (linux-arm), const SYS_OABI_SYSCALL_BASE = 0 +pkg syscall (linux-arm), const SYS_OPEN = 5 +pkg syscall (linux-arm), const SYS_OPENAT = 322 +pkg syscall (linux-arm), const SYS_OPEN_BY_HANDLE_AT = 371 +pkg syscall (linux-arm), const SYS_PAUSE = 29 +pkg syscall (linux-arm), const SYS_PCICONFIG_IOBASE = 271 +pkg syscall (linux-arm), const SYS_PCICONFIG_READ = 272 +pkg syscall (linux-arm), const SYS_PCICONFIG_WRITE = 273 +pkg syscall (linux-arm), const SYS_PERF_EVENT_OPEN = 364 +pkg syscall (linux-arm), const SYS_PERSONALITY = 136 +pkg syscall (linux-arm), const SYS_PIPE = 42 +pkg syscall (linux-arm), const SYS_PIPE2 = 359 +pkg syscall (linux-arm), const SYS_PIVOT_ROOT = 218 +pkg syscall (linux-arm), const SYS_POLL = 168 +pkg syscall (linux-arm), const SYS_PPOLL = 336 +pkg syscall (linux-arm), const SYS_PRCTL = 172 +pkg syscall (linux-arm), const SYS_PREAD64 = 180 +pkg syscall (linux-arm), const SYS_PREADV = 361 +pkg syscall (linux-arm), const SYS_PRLIMIT64 = 369 +pkg syscall (linux-arm), const SYS_PROCESS_VM_READV = 376 +pkg syscall (linux-arm), const SYS_PROCESS_VM_WRITEV = 377 +pkg syscall (linux-arm), const SYS_PSELECT6 = 335 +pkg syscall (linux-arm), const SYS_PTRACE = 26 +pkg syscall (linux-arm), const SYS_PWRITE64 = 181 +pkg syscall (linux-arm), const SYS_PWRITEV = 362 +pkg syscall (linux-arm), const SYS_QUOTACTL = 131 +pkg syscall (linux-arm), const SYS_READ = 3 +pkg syscall (linux-arm), const SYS_READAHEAD = 225 +pkg syscall (linux-arm), const SYS_READDIR = 89 +pkg syscall (linux-arm), const SYS_READLINK = 85 +pkg syscall (linux-arm), const SYS_READLINKAT = 332 +pkg syscall (linux-arm), const SYS_READV = 145 +pkg syscall (linux-arm), const SYS_REBOOT = 88 +pkg syscall (linux-arm), const SYS_RECV = 291 +pkg syscall (linux-arm), const SYS_RECVFROM = 292 +pkg syscall (linux-arm), const SYS_RECVMMSG = 365 +pkg syscall (linux-arm), const SYS_RECVMSG = 297 +pkg syscall (linux-arm), const SYS_REMAP_FILE_PAGES = 253 +pkg syscall (linux-arm), const SYS_REMOVEXATTR = 235 +pkg syscall (linux-arm), const SYS_RENAME = 38 +pkg syscall (linux-arm), const SYS_RENAMEAT = 329 +pkg syscall (linux-arm), const SYS_REQUEST_KEY = 310 +pkg syscall (linux-arm), const SYS_RESTART_SYSCALL = 0 +pkg syscall (linux-arm), const SYS_RMDIR = 40 +pkg syscall (linux-arm), const SYS_RT_SIGACTION = 174 +pkg syscall (linux-arm), const SYS_RT_SIGPENDING = 176 +pkg syscall (linux-arm), const SYS_RT_SIGPROCMASK = 175 +pkg syscall (linux-arm), const SYS_RT_SIGQUEUEINFO = 178 +pkg syscall (linux-arm), const SYS_RT_SIGRETURN = 173 +pkg syscall (linux-arm), const SYS_RT_SIGSUSPEND = 179 +pkg syscall (linux-arm), const SYS_RT_SIGTIMEDWAIT = 177 +pkg syscall (linux-arm), const SYS_RT_TGSIGQUEUEINFO = 363 +pkg syscall (linux-arm), const SYS_SCHED_GETAFFINITY = 242 +pkg syscall (linux-arm), const SYS_SCHED_GETPARAM = 155 +pkg syscall (linux-arm), const SYS_SCHED_GETSCHEDULER = 157 +pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MAX = 159 +pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MIN = 160 +pkg syscall (linux-arm), const SYS_SCHED_RR_GET_INTERVAL = 161 +pkg syscall (linux-arm), const SYS_SCHED_SETAFFINITY = 241 +pkg syscall (linux-arm), const SYS_SCHED_SETPARAM = 154 +pkg syscall (linux-arm), const SYS_SCHED_SETSCHEDULER = 156 +pkg syscall (linux-arm), const SYS_SCHED_YIELD = 158 +pkg syscall (linux-arm), const SYS_SELECT = 82 +pkg syscall (linux-arm), const SYS_SEMCTL = 300 +pkg syscall (linux-arm), const SYS_SEMGET = 299 +pkg syscall (linux-arm), const SYS_SEMOP = 298 +pkg syscall (linux-arm), const SYS_SEMTIMEDOP = 312 +pkg syscall (linux-arm), const SYS_SEND = 289 +pkg syscall (linux-arm), const SYS_SENDFILE = 187 +pkg syscall (linux-arm), const SYS_SENDFILE64 = 239 +pkg syscall (linux-arm), const SYS_SENDMMSG = 374 +pkg syscall (linux-arm), const SYS_SENDMSG = 296 +pkg syscall (linux-arm), const SYS_SENDTO = 290 +pkg syscall (linux-arm), const SYS_SETDOMAINNAME = 121 +pkg syscall (linux-arm), const SYS_SETFSGID = 139 +pkg syscall (linux-arm), const SYS_SETFSGID32 = 216 +pkg syscall (linux-arm), const SYS_SETFSUID = 138 +pkg syscall (linux-arm), const SYS_SETFSUID32 = 215 +pkg syscall (linux-arm), const SYS_SETGID = 46 +pkg syscall (linux-arm), const SYS_SETGID32 = 214 +pkg syscall (linux-arm), const SYS_SETGROUPS = 81 +pkg syscall (linux-arm), const SYS_SETGROUPS32 = 206 +pkg syscall (linux-arm), const SYS_SETHOSTNAME = 74 +pkg syscall (linux-arm), const SYS_SETITIMER = 104 +pkg syscall (linux-arm), const SYS_SETNS = 375 +pkg syscall (linux-arm), const SYS_SETPGID = 57 +pkg syscall (linux-arm), const SYS_SETPRIORITY = 97 +pkg syscall (linux-arm), const SYS_SETREGID = 71 +pkg syscall (linux-arm), const SYS_SETREGID32 = 204 +pkg syscall (linux-arm), const SYS_SETRESGID = 170 +pkg syscall (linux-arm), const SYS_SETRESGID32 = 210 +pkg syscall (linux-arm), const SYS_SETRESUID = 164 +pkg syscall (linux-arm), const SYS_SETRESUID32 = 208 +pkg syscall (linux-arm), const SYS_SETREUID = 70 +pkg syscall (linux-arm), const SYS_SETREUID32 = 203 +pkg syscall (linux-arm), const SYS_SETRLIMIT = 75 +pkg syscall (linux-arm), const SYS_SETSID = 66 +pkg syscall (linux-arm), const SYS_SETSOCKOPT = 294 +pkg syscall (linux-arm), const SYS_SETTIMEOFDAY = 79 +pkg syscall (linux-arm), const SYS_SETUID = 23 +pkg syscall (linux-arm), const SYS_SETUID32 = 213 +pkg syscall (linux-arm), const SYS_SETXATTR = 226 +pkg syscall (linux-arm), const SYS_SET_MEMPOLICY = 321 +pkg syscall (linux-arm), const SYS_SET_ROBUST_LIST = 338 +pkg syscall (linux-arm), const SYS_SET_TID_ADDRESS = 256 +pkg syscall (linux-arm), const SYS_SHMAT = 305 +pkg syscall (linux-arm), const SYS_SHMCTL = 308 +pkg syscall (linux-arm), const SYS_SHMDT = 306 +pkg syscall (linux-arm), const SYS_SHMGET = 307 +pkg syscall (linux-arm), const SYS_SHUTDOWN = 293 +pkg syscall (linux-arm), const SYS_SIGACTION = 67 +pkg syscall (linux-arm), const SYS_SIGALTSTACK = 186 +pkg syscall (linux-arm), const SYS_SIGNALFD = 349 +pkg syscall (linux-arm), const SYS_SIGNALFD4 = 355 +pkg syscall (linux-arm), const SYS_SIGPENDING = 73 +pkg syscall (linux-arm), const SYS_SIGPROCMASK = 126 +pkg syscall (linux-arm), const SYS_SIGRETURN = 119 +pkg syscall (linux-arm), const SYS_SIGSUSPEND = 72 +pkg syscall (linux-arm), const SYS_SOCKET = 281 +pkg syscall (linux-arm), const SYS_SOCKETCALL = 102 +pkg syscall (linux-arm), const SYS_SOCKETPAIR = 288 +pkg syscall (linux-arm), const SYS_SPLICE = 340 +pkg syscall (linux-arm), const SYS_STAT = 106 +pkg syscall (linux-arm), const SYS_STAT64 = 195 +pkg syscall (linux-arm), const SYS_STATFS = 99 +pkg syscall (linux-arm), const SYS_STATFS64 = 266 +pkg syscall (linux-arm), const SYS_STIME = 25 +pkg syscall (linux-arm), const SYS_SWAPOFF = 115 +pkg syscall (linux-arm), const SYS_SWAPON = 87 +pkg syscall (linux-arm), const SYS_SYMLINK = 83 +pkg syscall (linux-arm), const SYS_SYMLINKAT = 331 +pkg syscall (linux-arm), const SYS_SYNC = 36 +pkg syscall (linux-arm), const SYS_SYNCFS = 373 +pkg syscall (linux-arm), const SYS_SYSCALL = 113 +pkg syscall (linux-arm), const SYS_SYSCALL_BASE = 0 +pkg syscall (linux-arm), const SYS_SYSFS = 135 +pkg syscall (linux-arm), const SYS_SYSINFO = 116 +pkg syscall (linux-arm), const SYS_SYSLOG = 103 +pkg syscall (linux-arm), const SYS_TEE = 342 +pkg syscall (linux-arm), const SYS_TGKILL = 268 +pkg syscall (linux-arm), const SYS_TIME = 13 +pkg syscall (linux-arm), const SYS_TIMERFD_CREATE = 350 +pkg syscall (linux-arm), const SYS_TIMERFD_GETTIME = 354 +pkg syscall (linux-arm), const SYS_TIMERFD_SETTIME = 353 +pkg syscall (linux-arm), const SYS_TIMER_CREATE = 257 +pkg syscall (linux-arm), const SYS_TIMER_DELETE = 261 +pkg syscall (linux-arm), const SYS_TIMER_GETOVERRUN = 260 +pkg syscall (linux-arm), const SYS_TIMER_GETTIME = 259 +pkg syscall (linux-arm), const SYS_TIMER_SETTIME = 258 +pkg syscall (linux-arm), const SYS_TIMES = 43 +pkg syscall (linux-arm), const SYS_TKILL = 238 +pkg syscall (linux-arm), const SYS_TRUNCATE = 92 +pkg syscall (linux-arm), const SYS_TRUNCATE64 = 193 +pkg syscall (linux-arm), const SYS_UGETRLIMIT = 191 +pkg syscall (linux-arm), const SYS_UMASK = 60 +pkg syscall (linux-arm), const SYS_UMOUNT = 22 +pkg syscall (linux-arm), const SYS_UMOUNT2 = 52 +pkg syscall (linux-arm), const SYS_UNAME = 122 +pkg syscall (linux-arm), const SYS_UNLINK = 10 +pkg syscall (linux-arm), const SYS_UNLINKAT = 328 +pkg syscall (linux-arm), const SYS_UNSHARE = 337 +pkg syscall (linux-arm), const SYS_USELIB = 86 +pkg syscall (linux-arm), const SYS_USTAT = 62 +pkg syscall (linux-arm), const SYS_UTIME = 30 +pkg syscall (linux-arm), const SYS_UTIMENSAT = 348 +pkg syscall (linux-arm), const SYS_UTIMES = 269 +pkg syscall (linux-arm), const SYS_VFORK = 190 +pkg syscall (linux-arm), const SYS_VHANGUP = 111 +pkg syscall (linux-arm), const SYS_VMSPLICE = 343 +pkg syscall (linux-arm), const SYS_VSERVER = 313 +pkg syscall (linux-arm), const SYS_WAIT4 = 114 +pkg syscall (linux-arm), const SYS_WAITID = 280 +pkg syscall (linux-arm), const SYS_WRITE = 4 +pkg syscall (linux-arm), const SYS_WRITEV = 146 +pkg syscall (linux-arm), const SYS__LLSEEK = 140 +pkg syscall (linux-arm), const SYS__NEWSELECT = 142 +pkg syscall (linux-arm), const SYS__SYSCTL = 149 +pkg syscall (linux-arm), const S_BLKSIZE = 512 +pkg syscall (linux-arm), const S_IEXEC = 64 +pkg syscall (linux-arm), const S_IFMT = 61440 +pkg syscall (linux-arm), const S_IREAD = 256 +pkg syscall (linux-arm), const S_IRGRP = 32 +pkg syscall (linux-arm), const S_IROTH = 4 +pkg syscall (linux-arm), const S_IRWXG = 56 +pkg syscall (linux-arm), const S_IRWXO = 7 +pkg syscall (linux-arm), const S_IRWXU = 448 +pkg syscall (linux-arm), const S_IWGRP = 16 +pkg syscall (linux-arm), const S_IWOTH = 2 +pkg syscall (linux-arm), const S_IWRITE = 128 +pkg syscall (linux-arm), const S_IXGRP = 8 +pkg syscall (linux-arm), const S_IXOTH = 1 +pkg syscall (linux-arm), const SizeofCmsghdr = 12 +pkg syscall (linux-arm), const SizeofIPMreq = 8 +pkg syscall (linux-arm), const SizeofIPMreqn = 12 +pkg syscall (linux-arm), const SizeofIPv6Mreq = 20 +pkg syscall (linux-arm), const SizeofIfAddrmsg = 8 +pkg syscall (linux-arm), const SizeofIfInfomsg = 16 +pkg syscall (linux-arm), const SizeofInet4Pktinfo = 12 +pkg syscall (linux-arm), const SizeofInet6Pktinfo = 20 +pkg syscall (linux-arm), const SizeofInotifyEvent = 16 +pkg syscall (linux-arm), const SizeofLinger = 8 +pkg syscall (linux-arm), const SizeofMsghdr = 28 +pkg syscall (linux-arm), const SizeofNlAttr = 4 +pkg syscall (linux-arm), const SizeofNlMsgerr = 20 +pkg syscall (linux-arm), const SizeofNlMsghdr = 16 +pkg syscall (linux-arm), const SizeofRtAttr = 4 +pkg syscall (linux-arm), const SizeofRtGenmsg = 1 +pkg syscall (linux-arm), const SizeofRtMsg = 12 +pkg syscall (linux-arm), const SizeofRtNexthop = 8 +pkg syscall (linux-arm), const SizeofSockFilter = 8 +pkg syscall (linux-arm), const SizeofSockFprog = 8 +pkg syscall (linux-arm), const SizeofSockaddrAny = 112 +pkg syscall (linux-arm), const SizeofSockaddrInet4 = 16 +pkg syscall (linux-arm), const SizeofSockaddrInet6 = 28 +pkg syscall (linux-arm), const SizeofSockaddrLinklayer = 20 +pkg syscall (linux-arm), const SizeofSockaddrNetlink = 12 +pkg syscall (linux-arm), const SizeofSockaddrUnix = 110 +pkg syscall (linux-arm), const SizeofTCPInfo = 104 +pkg syscall (linux-arm), const SizeofTCPInfo ideal-int +pkg syscall (linux-arm), const SizeofUcred = 12 +pkg syscall (linux-arm), const TCGETS = 21505 +pkg syscall (linux-arm), const TCP_CONGESTION = 13 +pkg syscall (linux-arm), const TCP_CORK = 3 +pkg syscall (linux-arm), const TCP_DEFER_ACCEPT = 9 +pkg syscall (linux-arm), const TCP_INFO = 11 +pkg syscall (linux-arm), const TCP_KEEPCNT = 6 +pkg syscall (linux-arm), const TCP_KEEPIDLE = 4 +pkg syscall (linux-arm), const TCP_KEEPINTVL = 5 +pkg syscall (linux-arm), const TCP_LINGER2 = 8 +pkg syscall (linux-arm), const TCP_MAXSEG = 2 +pkg syscall (linux-arm), const TCP_MAXWIN = 65535 +pkg syscall (linux-arm), const TCP_MAX_WINSHIFT = 14 +pkg syscall (linux-arm), const TCP_MD5SIG = 14 +pkg syscall (linux-arm), const TCP_MD5SIG_MAXKEYLEN = 80 +pkg syscall (linux-arm), const TCP_MSS = 512 +pkg syscall (linux-arm), const TCP_QUICKACK = 12 +pkg syscall (linux-arm), const TCP_SYNCNT = 7 +pkg syscall (linux-arm), const TCP_WINDOW_CLAMP = 10 +pkg syscall (linux-arm), const TCSETS = 21506 +pkg syscall (linux-arm), const TIOCCBRK = 21544 +pkg syscall (linux-arm), const TIOCCONS = 21533 +pkg syscall (linux-arm), const TIOCEXCL = 21516 +pkg syscall (linux-arm), const TIOCGDEV = 2147767346 +pkg syscall (linux-arm), const TIOCGETD = 21540 +pkg syscall (linux-arm), const TIOCGICOUNT = 21597 +pkg syscall (linux-arm), const TIOCGLCKTRMIOS = 21590 +pkg syscall (linux-arm), const TIOCGPGRP = 21519 +pkg syscall (linux-arm), const TIOCGPTN = 2147767344 +pkg syscall (linux-arm), const TIOCGRS485 = 21550 +pkg syscall (linux-arm), const TIOCGSERIAL = 21534 +pkg syscall (linux-arm), const TIOCGSID = 21545 +pkg syscall (linux-arm), const TIOCGSOFTCAR = 21529 +pkg syscall (linux-arm), const TIOCGWINSZ = 21523 +pkg syscall (linux-arm), const TIOCINQ = 21531 +pkg syscall (linux-arm), const TIOCLINUX = 21532 +pkg syscall (linux-arm), const TIOCMBIC = 21527 +pkg syscall (linux-arm), const TIOCMBIS = 21526 +pkg syscall (linux-arm), const TIOCMGET = 21525 +pkg syscall (linux-arm), const TIOCMIWAIT = 21596 +pkg syscall (linux-arm), const TIOCMSET = 21528 +pkg syscall (linux-arm), const TIOCM_CAR = 64 +pkg syscall (linux-arm), const TIOCM_CD = 64 +pkg syscall (linux-arm), const TIOCM_CTS = 32 +pkg syscall (linux-arm), const TIOCM_DSR = 256 +pkg syscall (linux-arm), const TIOCM_DTR = 2 +pkg syscall (linux-arm), const TIOCM_LE = 1 +pkg syscall (linux-arm), const TIOCM_RI = 128 +pkg syscall (linux-arm), const TIOCM_RNG = 128 +pkg syscall (linux-arm), const TIOCM_RTS = 4 +pkg syscall (linux-arm), const TIOCM_SR = 16 +pkg syscall (linux-arm), const TIOCM_ST = 8 +pkg syscall (linux-arm), const TIOCNOTTY = 21538 +pkg syscall (linux-arm), const TIOCNXCL = 21517 +pkg syscall (linux-arm), const TIOCOUTQ = 21521 +pkg syscall (linux-arm), const TIOCPKT = 21536 +pkg syscall (linux-arm), const TIOCPKT_DATA = 0 +pkg syscall (linux-arm), const TIOCPKT_DOSTOP = 32 +pkg syscall (linux-arm), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (linux-arm), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (linux-arm), const TIOCPKT_IOCTL = 64 +pkg syscall (linux-arm), const TIOCPKT_NOSTOP = 16 +pkg syscall (linux-arm), const TIOCPKT_START = 8 +pkg syscall (linux-arm), const TIOCPKT_STOP = 4 +pkg syscall (linux-arm), const TIOCSBRK = 21543 +pkg syscall (linux-arm), const TIOCSCTTY = 21518 +pkg syscall (linux-arm), const TIOCSERCONFIG = 21587 +pkg syscall (linux-arm), const TIOCSERGETLSR = 21593 +pkg syscall (linux-arm), const TIOCSERGETMULTI = 21594 +pkg syscall (linux-arm), const TIOCSERGSTRUCT = 21592 +pkg syscall (linux-arm), const TIOCSERGWILD = 21588 +pkg syscall (linux-arm), const TIOCSERSETMULTI = 21595 +pkg syscall (linux-arm), const TIOCSERSWILD = 21589 +pkg syscall (linux-arm), const TIOCSER_TEMT = 1 +pkg syscall (linux-arm), const TIOCSETD = 21539 +pkg syscall (linux-arm), const TIOCSIG = 1074025526 +pkg syscall (linux-arm), const TIOCSLCKTRMIOS = 21591 +pkg syscall (linux-arm), const TIOCSPGRP = 21520 +pkg syscall (linux-arm), const TIOCSPTLCK = 1074025521 +pkg syscall (linux-arm), const TIOCSRS485 = 21551 +pkg syscall (linux-arm), const TIOCSSERIAL = 21535 +pkg syscall (linux-arm), const TIOCSSOFTCAR = 21530 +pkg syscall (linux-arm), const TIOCSTI = 21522 +pkg syscall (linux-arm), const TIOCSWINSZ = 21524 +pkg syscall (linux-arm), const TIOCVHANGUP = 21559 +pkg syscall (linux-arm), const TOSTOP = 256 +pkg syscall (linux-arm), const TUNATTACHFILTER = 1074287829 +pkg syscall (linux-arm), const TUNDETACHFILTER = 1074287830 +pkg syscall (linux-arm), const TUNGETFEATURES = 2147767503 +pkg syscall (linux-arm), const TUNGETIFF = 2147767506 +pkg syscall (linux-arm), const TUNGETSNDBUF = 2147767507 +pkg syscall (linux-arm), const TUNGETVNETHDRSZ = 2147767511 +pkg syscall (linux-arm), const TUNSETDEBUG = 1074025673 +pkg syscall (linux-arm), const TUNSETGROUP = 1074025678 +pkg syscall (linux-arm), const TUNSETIFF = 1074025674 +pkg syscall (linux-arm), const TUNSETLINK = 1074025677 +pkg syscall (linux-arm), const TUNSETNOCSUM = 1074025672 +pkg syscall (linux-arm), const TUNSETOFFLOAD = 1074025680 +pkg syscall (linux-arm), const TUNSETOWNER = 1074025676 +pkg syscall (linux-arm), const TUNSETPERSIST = 1074025675 +pkg syscall (linux-arm), const TUNSETSNDBUF = 1074025684 +pkg syscall (linux-arm), const TUNSETTXFILTER = 1074025681 +pkg syscall (linux-arm), const TUNSETVNETHDRSZ = 1074025688 +pkg syscall (linux-arm), const VDISCARD = 13 +pkg syscall (linux-arm), const VEOF = 4 +pkg syscall (linux-arm), const VEOL = 11 +pkg syscall (linux-arm), const VEOL2 = 16 +pkg syscall (linux-arm), const VERASE = 2 +pkg syscall (linux-arm), const VINTR = 0 +pkg syscall (linux-arm), const VKILL = 3 +pkg syscall (linux-arm), const VLNEXT = 15 +pkg syscall (linux-arm), const VMIN = 6 +pkg syscall (linux-arm), const VQUIT = 1 +pkg syscall (linux-arm), const VREPRINT = 12 +pkg syscall (linux-arm), const VSTART = 8 +pkg syscall (linux-arm), const VSTOP = 9 +pkg syscall (linux-arm), const VSUSP = 10 +pkg syscall (linux-arm), const VSWTC = 7 +pkg syscall (linux-arm), const VTIME = 5 +pkg syscall (linux-arm), const VWERASE = 14 +pkg syscall (linux-arm), const WALL = 1073741824 +pkg syscall (linux-arm), const WCLONE = 2147483648 +pkg syscall (linux-arm), const WCONTINUED = 8 +pkg syscall (linux-arm), const WEXITED = 4 +pkg syscall (linux-arm), const WNOHANG = 1 +pkg syscall (linux-arm), const WNOTHREAD = 536870912 +pkg syscall (linux-arm), const WNOWAIT = 16777216 +pkg syscall (linux-arm), const WORDSIZE = 32 +pkg syscall (linux-arm), const WSTOPPED = 2 +pkg syscall (linux-arm), const WUNTRACED = 2 +pkg syscall (linux-arm), const XCASE = 4 +pkg syscall (linux-arm), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-arm), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-arm), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-arm), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-arm), func Pipe2([]int, int) error +pkg syscall (linux-arm), func PtraceSyscall(int, int) error +pkg syscall (linux-arm), func Removexattr(string, string) error +pkg syscall (linux-arm), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-arm), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-arm), type SysProcAttr struct, Ctty int +pkg syscall (linux-arm), type TCPInfo struct +pkg syscall (linux-arm), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-arm), type TCPInfo struct, Ato uint32 +pkg syscall (linux-arm), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-arm), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-arm), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-arm), type TCPInfo struct, Lost uint32 +pkg syscall (linux-arm), type TCPInfo struct, Options uint8 +pkg syscall (linux-arm), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-arm), type TCPInfo struct, Probes uint8 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-arm), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-arm), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-arm), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-arm), type TCPInfo struct, Rto uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-arm), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-arm), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-arm), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-arm), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-arm), type TCPInfo struct, State uint8 +pkg syscall (linux-arm), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-arm), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-arm-cgo), const AF_ALG = 38 +pkg syscall (linux-arm-cgo), const AF_APPLETALK = 5 +pkg syscall (linux-arm-cgo), const AF_ASH = 18 +pkg syscall (linux-arm-cgo), const AF_ATMPVC = 8 +pkg syscall (linux-arm-cgo), const AF_ATMSVC = 20 +pkg syscall (linux-arm-cgo), const AF_AX25 = 3 +pkg syscall (linux-arm-cgo), const AF_BLUETOOTH = 31 +pkg syscall (linux-arm-cgo), const AF_BRIDGE = 7 +pkg syscall (linux-arm-cgo), const AF_CAIF = 37 +pkg syscall (linux-arm-cgo), const AF_CAN = 29 +pkg syscall (linux-arm-cgo), const AF_DECnet = 12 +pkg syscall (linux-arm-cgo), const AF_ECONET = 19 +pkg syscall (linux-arm-cgo), const AF_FILE = 1 +pkg syscall (linux-arm-cgo), const AF_IEEE802154 = 36 +pkg syscall (linux-arm-cgo), const AF_INET6 = 10 +pkg syscall (linux-arm-cgo), const AF_IPX = 4 +pkg syscall (linux-arm-cgo), const AF_IRDA = 23 +pkg syscall (linux-arm-cgo), const AF_ISDN = 34 +pkg syscall (linux-arm-cgo), const AF_IUCV = 32 +pkg syscall (linux-arm-cgo), const AF_KEY = 15 +pkg syscall (linux-arm-cgo), const AF_LLC = 26 +pkg syscall (linux-arm-cgo), const AF_LOCAL = 1 +pkg syscall (linux-arm-cgo), const AF_MAX = 39 +pkg syscall (linux-arm-cgo), const AF_NETBEUI = 13 +pkg syscall (linux-arm-cgo), const AF_NETLINK = 16 +pkg syscall (linux-arm-cgo), const AF_NETROM = 6 +pkg syscall (linux-arm-cgo), const AF_PACKET = 17 +pkg syscall (linux-arm-cgo), const AF_PHONET = 35 +pkg syscall (linux-arm-cgo), const AF_PPPOX = 24 +pkg syscall (linux-arm-cgo), const AF_RDS = 21 +pkg syscall (linux-arm-cgo), const AF_ROSE = 11 +pkg syscall (linux-arm-cgo), const AF_ROUTE = 16 +pkg syscall (linux-arm-cgo), const AF_RXRPC = 33 +pkg syscall (linux-arm-cgo), const AF_SECURITY = 14 +pkg syscall (linux-arm-cgo), const AF_SNA = 22 +pkg syscall (linux-arm-cgo), const AF_TIPC = 30 +pkg syscall (linux-arm-cgo), const AF_WANPIPE = 25 +pkg syscall (linux-arm-cgo), const AF_X25 = 9 +pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT = 264 +pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK = 8 +pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (linux-arm-cgo), const ARPHRD_ASH = 781 +pkg syscall (linux-arm-cgo), const ARPHRD_ATM = 19 +pkg syscall (linux-arm-cgo), const ARPHRD_AX25 = 3 +pkg syscall (linux-arm-cgo), const ARPHRD_BIF = 775 +pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS = 5 +pkg syscall (linux-arm-cgo), const ARPHRD_CISCO = 513 +pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP = 257 +pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 = 259 +pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP = 517 +pkg syscall (linux-arm-cgo), const ARPHRD_DLCI = 15 +pkg syscall (linux-arm-cgo), const ARPHRD_ECONET = 782 +pkg syscall (linux-arm-cgo), const ARPHRD_EETHER = 2 +pkg syscall (linux-arm-cgo), const ARPHRD_ETHER = 1 +pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 = 27 +pkg syscall (linux-arm-cgo), const ARPHRD_FCAL = 785 +pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC = 787 +pkg syscall (linux-arm-cgo), const ARPHRD_FCPL = 786 +pkg syscall (linux-arm-cgo), const ARPHRD_FCPP = 784 +pkg syscall (linux-arm-cgo), const ARPHRD_FDDI = 774 +pkg syscall (linux-arm-cgo), const ARPHRD_FRAD = 770 +pkg syscall (linux-arm-cgo), const ARPHRD_HDLC = 513 +pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI = 780 +pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 = 272 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 = 801 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM = 802 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 = 804 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY = 805 +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR = 800 +pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND = 32 +pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP = 777 +pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE = 778 +pkg syscall (linux-arm-cgo), const ARPHRD_IRDA = 783 +pkg syscall (linux-arm-cgo), const ARPHRD_LAPB = 516 +pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK = 773 +pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK = 772 +pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM = 23 +pkg syscall (linux-arm-cgo), const ARPHRD_NETROM = 0 +pkg syscall (linux-arm-cgo), const ARPHRD_NONE = 65534 +pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG = 779 +pkg syscall (linux-arm-cgo), const ARPHRD_PPP = 512 +pkg syscall (linux-arm-cgo), const ARPHRD_PRONET = 4 +pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC = 518 +pkg syscall (linux-arm-cgo), const ARPHRD_ROSE = 270 +pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD = 260 +pkg syscall (linux-arm-cgo), const ARPHRD_SIT = 776 +pkg syscall (linux-arm-cgo), const ARPHRD_SKIP = 771 +pkg syscall (linux-arm-cgo), const ARPHRD_SLIP = 256 +pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 = 258 +pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL = 768 +pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 = 769 +pkg syscall (linux-arm-cgo), const ARPHRD_VOID = 65535 +pkg syscall (linux-arm-cgo), const ARPHRD_X25 = 271 +pkg syscall (linux-arm-cgo), const B0 = 0 +pkg syscall (linux-arm-cgo), const B1000000 = 4104 +pkg syscall (linux-arm-cgo), const B110 = 3 +pkg syscall (linux-arm-cgo), const B115200 = 4098 +pkg syscall (linux-arm-cgo), const B1152000 = 4105 +pkg syscall (linux-arm-cgo), const B1200 = 9 +pkg syscall (linux-arm-cgo), const B134 = 4 +pkg syscall (linux-arm-cgo), const B150 = 5 +pkg syscall (linux-arm-cgo), const B1500000 = 4106 +pkg syscall (linux-arm-cgo), const B1800 = 10 +pkg syscall (linux-arm-cgo), const B19200 = 14 +pkg syscall (linux-arm-cgo), const B200 = 6 +pkg syscall (linux-arm-cgo), const B2000000 = 4107 +pkg syscall (linux-arm-cgo), const B230400 = 4099 +pkg syscall (linux-arm-cgo), const B2400 = 11 +pkg syscall (linux-arm-cgo), const B2500000 = 4108 +pkg syscall (linux-arm-cgo), const B300 = 7 +pkg syscall (linux-arm-cgo), const B3000000 = 4109 +pkg syscall (linux-arm-cgo), const B3500000 = 4110 +pkg syscall (linux-arm-cgo), const B38400 = 15 +pkg syscall (linux-arm-cgo), const B4000000 = 4111 +pkg syscall (linux-arm-cgo), const B460800 = 4100 +pkg syscall (linux-arm-cgo), const B4800 = 12 +pkg syscall (linux-arm-cgo), const B50 = 1 +pkg syscall (linux-arm-cgo), const B500000 = 4101 +pkg syscall (linux-arm-cgo), const B57600 = 4097 +pkg syscall (linux-arm-cgo), const B576000 = 4102 +pkg syscall (linux-arm-cgo), const B600 = 8 +pkg syscall (linux-arm-cgo), const B75 = 2 +pkg syscall (linux-arm-cgo), const B921600 = 4103 +pkg syscall (linux-arm-cgo), const B9600 = 13 +pkg syscall (linux-arm-cgo), const BPF_A = 16 +pkg syscall (linux-arm-cgo), const BPF_ABS = 32 +pkg syscall (linux-arm-cgo), const BPF_ADD = 0 +pkg syscall (linux-arm-cgo), const BPF_ALU = 4 +pkg syscall (linux-arm-cgo), const BPF_AND = 80 +pkg syscall (linux-arm-cgo), const BPF_B = 16 +pkg syscall (linux-arm-cgo), const BPF_DIV = 48 +pkg syscall (linux-arm-cgo), const BPF_H = 8 +pkg syscall (linux-arm-cgo), const BPF_IMM = 0 +pkg syscall (linux-arm-cgo), const BPF_IND = 64 +pkg syscall (linux-arm-cgo), const BPF_JA = 0 +pkg syscall (linux-arm-cgo), const BPF_JEQ = 16 +pkg syscall (linux-arm-cgo), const BPF_JGE = 48 +pkg syscall (linux-arm-cgo), const BPF_JGT = 32 +pkg syscall (linux-arm-cgo), const BPF_JMP = 5 +pkg syscall (linux-arm-cgo), const BPF_JSET = 64 +pkg syscall (linux-arm-cgo), const BPF_K = 0 +pkg syscall (linux-arm-cgo), const BPF_LD = 0 +pkg syscall (linux-arm-cgo), const BPF_LDX = 1 +pkg syscall (linux-arm-cgo), const BPF_LEN = 128 +pkg syscall (linux-arm-cgo), const BPF_LSH = 96 +pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (linux-arm-cgo), const BPF_MAXINSNS = 4096 +pkg syscall (linux-arm-cgo), const BPF_MEM = 96 +pkg syscall (linux-arm-cgo), const BPF_MEMWORDS = 16 +pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (linux-arm-cgo), const BPF_MISC = 7 +pkg syscall (linux-arm-cgo), const BPF_MSH = 160 +pkg syscall (linux-arm-cgo), const BPF_MUL = 32 +pkg syscall (linux-arm-cgo), const BPF_NEG = 128 +pkg syscall (linux-arm-cgo), const BPF_OR = 64 +pkg syscall (linux-arm-cgo), const BPF_RET = 6 +pkg syscall (linux-arm-cgo), const BPF_RSH = 112 +pkg syscall (linux-arm-cgo), const BPF_ST = 2 +pkg syscall (linux-arm-cgo), const BPF_STX = 3 +pkg syscall (linux-arm-cgo), const BPF_SUB = 16 +pkg syscall (linux-arm-cgo), const BPF_TAX = 0 +pkg syscall (linux-arm-cgo), const BPF_TXA = 128 +pkg syscall (linux-arm-cgo), const BPF_W = 0 +pkg syscall (linux-arm-cgo), const BPF_X = 8 +pkg syscall (linux-arm-cgo), const BRKINT = 2 +pkg syscall (linux-arm-cgo), const CLOCAL = 2048 +pkg syscall (linux-arm-cgo), const CREAD = 128 +pkg syscall (linux-arm-cgo), const CS5 = 0 +pkg syscall (linux-arm-cgo), const CS6 = 16 +pkg syscall (linux-arm-cgo), const CS7 = 32 +pkg syscall (linux-arm-cgo), const CS8 = 48 +pkg syscall (linux-arm-cgo), const CSIZE = 48 +pkg syscall (linux-arm-cgo), const CSTOPB = 64 +pkg syscall (linux-arm-cgo), const DT_BLK = 6 +pkg syscall (linux-arm-cgo), const DT_CHR = 2 +pkg syscall (linux-arm-cgo), const DT_DIR = 4 +pkg syscall (linux-arm-cgo), const DT_FIFO = 1 +pkg syscall (linux-arm-cgo), const DT_LNK = 10 +pkg syscall (linux-arm-cgo), const DT_REG = 8 +pkg syscall (linux-arm-cgo), const DT_SOCK = 12 +pkg syscall (linux-arm-cgo), const DT_UNKNOWN = 0 +pkg syscall (linux-arm-cgo), const DT_WHT = 14 +pkg syscall (linux-arm-cgo), const E2BIG = 7 +pkg syscall (linux-arm-cgo), const EACCES = 13 +pkg syscall (linux-arm-cgo), const EADDRINUSE = 98 +pkg syscall (linux-arm-cgo), const EADDRNOTAVAIL = 99 +pkg syscall (linux-arm-cgo), const EADV = 68 +pkg syscall (linux-arm-cgo), const EAFNOSUPPORT = 97 +pkg syscall (linux-arm-cgo), const EAGAIN = 11 +pkg syscall (linux-arm-cgo), const EALREADY = 114 +pkg syscall (linux-arm-cgo), const EBADE = 52 +pkg syscall (linux-arm-cgo), const EBADF = 9 +pkg syscall (linux-arm-cgo), const EBADFD = 77 +pkg syscall (linux-arm-cgo), const EBADMSG = 74 +pkg syscall (linux-arm-cgo), const EBADR = 53 +pkg syscall (linux-arm-cgo), const EBADRQC = 56 +pkg syscall (linux-arm-cgo), const EBADSLT = 57 +pkg syscall (linux-arm-cgo), const EBFONT = 59 +pkg syscall (linux-arm-cgo), const EBUSY = 16 +pkg syscall (linux-arm-cgo), const ECANCELED = 125 +pkg syscall (linux-arm-cgo), const ECHILD = 10 +pkg syscall (linux-arm-cgo), const ECHO = 8 +pkg syscall (linux-arm-cgo), const ECHOCTL = 512 +pkg syscall (linux-arm-cgo), const ECHOE = 16 +pkg syscall (linux-arm-cgo), const ECHOK = 32 +pkg syscall (linux-arm-cgo), const ECHOKE = 2048 +pkg syscall (linux-arm-cgo), const ECHONL = 64 +pkg syscall (linux-arm-cgo), const ECHOPRT = 1024 +pkg syscall (linux-arm-cgo), const ECHRNG = 44 +pkg syscall (linux-arm-cgo), const ECOMM = 70 +pkg syscall (linux-arm-cgo), const ECONNABORTED = 103 +pkg syscall (linux-arm-cgo), const ECONNREFUSED = 111 +pkg syscall (linux-arm-cgo), const ECONNRESET = 104 +pkg syscall (linux-arm-cgo), const EDEADLK = 35 +pkg syscall (linux-arm-cgo), const EDEADLOCK = 35 +pkg syscall (linux-arm-cgo), const EDESTADDRREQ = 89 +pkg syscall (linux-arm-cgo), const EDOM = 33 +pkg syscall (linux-arm-cgo), const EDOTDOT = 73 +pkg syscall (linux-arm-cgo), const EDQUOT = 122 +pkg syscall (linux-arm-cgo), const EEXIST = 17 +pkg syscall (linux-arm-cgo), const EFAULT = 14 +pkg syscall (linux-arm-cgo), const EFBIG = 27 +pkg syscall (linux-arm-cgo), const EHOSTDOWN = 112 +pkg syscall (linux-arm-cgo), const EHOSTUNREACH = 113 +pkg syscall (linux-arm-cgo), const EHWPOISON = 133 +pkg syscall (linux-arm-cgo), const EIDRM = 43 +pkg syscall (linux-arm-cgo), const EILSEQ = 84 +pkg syscall (linux-arm-cgo), const EINPROGRESS = 115 +pkg syscall (linux-arm-cgo), const EINTR = 4 +pkg syscall (linux-arm-cgo), const EINVAL = 22 +pkg syscall (linux-arm-cgo), const EIO = 5 +pkg syscall (linux-arm-cgo), const EISCONN = 106 +pkg syscall (linux-arm-cgo), const EISDIR = 21 +pkg syscall (linux-arm-cgo), const EISNAM = 120 +pkg syscall (linux-arm-cgo), const EKEYEXPIRED = 127 +pkg syscall (linux-arm-cgo), const EKEYREJECTED = 129 +pkg syscall (linux-arm-cgo), const EKEYREVOKED = 128 +pkg syscall (linux-arm-cgo), const EL2HLT = 51 +pkg syscall (linux-arm-cgo), const EL2NSYNC = 45 +pkg syscall (linux-arm-cgo), const EL3HLT = 46 +pkg syscall (linux-arm-cgo), const EL3RST = 47 +pkg syscall (linux-arm-cgo), const ELF_NGREG = 18 +pkg syscall (linux-arm-cgo), const ELF_PRARGSZ = 80 +pkg syscall (linux-arm-cgo), const ELIBACC = 79 +pkg syscall (linux-arm-cgo), const ELIBBAD = 80 +pkg syscall (linux-arm-cgo), const ELIBEXEC = 83 +pkg syscall (linux-arm-cgo), const ELIBMAX = 82 +pkg syscall (linux-arm-cgo), const ELIBSCN = 81 +pkg syscall (linux-arm-cgo), const ELNRNG = 48 +pkg syscall (linux-arm-cgo), const ELOOP = 40 +pkg syscall (linux-arm-cgo), const EMEDIUMTYPE = 124 +pkg syscall (linux-arm-cgo), const EMFILE = 24 +pkg syscall (linux-arm-cgo), const EMLINK = 31 +pkg syscall (linux-arm-cgo), const EMSGSIZE = 90 +pkg syscall (linux-arm-cgo), const EMULTIHOP = 72 +pkg syscall (linux-arm-cgo), const ENAMETOOLONG = 36 +pkg syscall (linux-arm-cgo), const ENAVAIL = 119 +pkg syscall (linux-arm-cgo), const ENETDOWN = 100 +pkg syscall (linux-arm-cgo), const ENETRESET = 102 +pkg syscall (linux-arm-cgo), const ENETUNREACH = 101 +pkg syscall (linux-arm-cgo), const ENFILE = 23 +pkg syscall (linux-arm-cgo), const ENOANO = 55 +pkg syscall (linux-arm-cgo), const ENOBUFS = 105 +pkg syscall (linux-arm-cgo), const ENOCSI = 50 +pkg syscall (linux-arm-cgo), const ENODATA = 61 +pkg syscall (linux-arm-cgo), const ENODEV = 19 +pkg syscall (linux-arm-cgo), const ENOEXEC = 8 +pkg syscall (linux-arm-cgo), const ENOKEY = 126 +pkg syscall (linux-arm-cgo), const ENOLCK = 37 +pkg syscall (linux-arm-cgo), const ENOLINK = 67 +pkg syscall (linux-arm-cgo), const ENOMEDIUM = 123 +pkg syscall (linux-arm-cgo), const ENOMEM = 12 +pkg syscall (linux-arm-cgo), const ENOMSG = 42 +pkg syscall (linux-arm-cgo), const ENONET = 64 +pkg syscall (linux-arm-cgo), const ENOPKG = 65 +pkg syscall (linux-arm-cgo), const ENOPROTOOPT = 92 +pkg syscall (linux-arm-cgo), const ENOSPC = 28 +pkg syscall (linux-arm-cgo), const ENOSR = 63 +pkg syscall (linux-arm-cgo), const ENOSTR = 60 +pkg syscall (linux-arm-cgo), const ENOSYS = 38 +pkg syscall (linux-arm-cgo), const ENOTBLK = 15 +pkg syscall (linux-arm-cgo), const ENOTCONN = 107 +pkg syscall (linux-arm-cgo), const ENOTDIR = 20 +pkg syscall (linux-arm-cgo), const ENOTEMPTY = 39 +pkg syscall (linux-arm-cgo), const ENOTNAM = 118 +pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE = 131 +pkg syscall (linux-arm-cgo), const ENOTSOCK = 88 +pkg syscall (linux-arm-cgo), const ENOTSUP = 95 +pkg syscall (linux-arm-cgo), const ENOTTY = 25 +pkg syscall (linux-arm-cgo), const ENOTUNIQ = 76 +pkg syscall (linux-arm-cgo), const ENXIO = 6 +pkg syscall (linux-arm-cgo), const EOPNOTSUPP = 95 +pkg syscall (linux-arm-cgo), const EOVERFLOW = 75 +pkg syscall (linux-arm-cgo), const EOWNERDEAD = 130 +pkg syscall (linux-arm-cgo), const EPERM = 1 +pkg syscall (linux-arm-cgo), const EPFNOSUPPORT = 96 +pkg syscall (linux-arm-cgo), const EPIPE = 32 +pkg syscall (linux-arm-cgo), const EPOLLERR = 8 +pkg syscall (linux-arm-cgo), const EPOLLET = -2147483648 +pkg syscall (linux-arm-cgo), const EPOLLHUP = 16 +pkg syscall (linux-arm-cgo), const EPOLLIN = 1 +pkg syscall (linux-arm-cgo), const EPOLLMSG = 1024 +pkg syscall (linux-arm-cgo), const EPOLLONESHOT = 1073741824 +pkg syscall (linux-arm-cgo), const EPOLLOUT = 4 +pkg syscall (linux-arm-cgo), const EPOLLPRI = 2 +pkg syscall (linux-arm-cgo), const EPOLLRDBAND = 128 +pkg syscall (linux-arm-cgo), const EPOLLRDHUP = 8192 +pkg syscall (linux-arm-cgo), const EPOLLRDNORM = 64 +pkg syscall (linux-arm-cgo), const EPOLLWRBAND = 512 +pkg syscall (linux-arm-cgo), const EPOLLWRNORM = 256 +pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC = 524288 +pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD = 1 +pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL = 2 +pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD = 3 +pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK = 2048 +pkg syscall (linux-arm-cgo), const EPROTO = 71 +pkg syscall (linux-arm-cgo), const EPROTONOSUPPORT = 93 +pkg syscall (linux-arm-cgo), const EPROTOTYPE = 91 +pkg syscall (linux-arm-cgo), const ERANGE = 34 +pkg syscall (linux-arm-cgo), const EREMCHG = 78 +pkg syscall (linux-arm-cgo), const EREMOTE = 66 +pkg syscall (linux-arm-cgo), const EREMOTEIO = 121 +pkg syscall (linux-arm-cgo), const ERESTART = 85 +pkg syscall (linux-arm-cgo), const ERFKILL = 132 +pkg syscall (linux-arm-cgo), const EROFS = 30 +pkg syscall (linux-arm-cgo), const ESHUTDOWN = 108 +pkg syscall (linux-arm-cgo), const ESOCKTNOSUPPORT = 94 +pkg syscall (linux-arm-cgo), const ESPIPE = 29 +pkg syscall (linux-arm-cgo), const ESRCH = 3 +pkg syscall (linux-arm-cgo), const ESRMNT = 69 +pkg syscall (linux-arm-cgo), const ESTALE = 116 +pkg syscall (linux-arm-cgo), const ESTRPIPE = 86 +pkg syscall (linux-arm-cgo), const ETH_P_1588 = 35063 +pkg syscall (linux-arm-cgo), const ETH_P_8021Q = 33024 +pkg syscall (linux-arm-cgo), const ETH_P_802_2 = 4 +pkg syscall (linux-arm-cgo), const ETH_P_802_3 = 1 +pkg syscall (linux-arm-cgo), const ETH_P_AARP = 33011 +pkg syscall (linux-arm-cgo), const ETH_P_ALL = 3 +pkg syscall (linux-arm-cgo), const ETH_P_AOE = 34978 +pkg syscall (linux-arm-cgo), const ETH_P_ARCNET = 26 +pkg syscall (linux-arm-cgo), const ETH_P_ARP = 2054 +pkg syscall (linux-arm-cgo), const ETH_P_ATALK = 32923 +pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE = 34948 +pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA = 34892 +pkg syscall (linux-arm-cgo), const ETH_P_AX25 = 2 +pkg syscall (linux-arm-cgo), const ETH_P_BPQ = 2303 +pkg syscall (linux-arm-cgo), const ETH_P_CAIF = 247 +pkg syscall (linux-arm-cgo), const ETH_P_CAN = 12 +pkg syscall (linux-arm-cgo), const ETH_P_CONTROL = 22 +pkg syscall (linux-arm-cgo), const ETH_P_CUST = 24582 +pkg syscall (linux-arm-cgo), const ETH_P_DDCMP = 6 +pkg syscall (linux-arm-cgo), const ETH_P_DEC = 24576 +pkg syscall (linux-arm-cgo), const ETH_P_DIAG = 24581 +pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL = 24577 +pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC = 24578 +pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT = 24579 +pkg syscall (linux-arm-cgo), const ETH_P_DSA = 27 +pkg syscall (linux-arm-cgo), const ETH_P_ECONET = 24 +pkg syscall (linux-arm-cgo), const ETH_P_EDSA = 56026 +pkg syscall (linux-arm-cgo), const ETH_P_FCOE = 35078 +pkg syscall (linux-arm-cgo), const ETH_P_FIP = 35092 +pkg syscall (linux-arm-cgo), const ETH_P_HDLC = 25 +pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 = 246 +pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP = 2560 +pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT = 2561 +pkg syscall (linux-arm-cgo), const ETH_P_IP = 2048 +pkg syscall (linux-arm-cgo), const ETH_P_IPV6 = 34525 +pkg syscall (linux-arm-cgo), const ETH_P_IPX = 33079 +pkg syscall (linux-arm-cgo), const ETH_P_IRDA = 23 +pkg syscall (linux-arm-cgo), const ETH_P_LAT = 24580 +pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL = 34924 +pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK = 9 +pkg syscall (linux-arm-cgo), const ETH_P_LOOP = 96 +pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX = 21 +pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC = 34888 +pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC = 34887 +pkg syscall (linux-arm-cgo), const ETH_P_PAE = 34958 +pkg syscall (linux-arm-cgo), const ETH_P_PAUSE = 34824 +pkg syscall (linux-arm-cgo), const ETH_P_PHONET = 245 +pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK = 16 +pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC = 34915 +pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP = 8 +pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES = 34916 +pkg syscall (linux-arm-cgo), const ETH_P_PUP = 512 +pkg syscall (linux-arm-cgo), const ETH_P_PUPAT = 513 +pkg syscall (linux-arm-cgo), const ETH_P_RARP = 32821 +pkg syscall (linux-arm-cgo), const ETH_P_SCA = 24583 +pkg syscall (linux-arm-cgo), const ETH_P_SLOW = 34825 +pkg syscall (linux-arm-cgo), const ETH_P_SNAP = 5 +pkg syscall (linux-arm-cgo), const ETH_P_TEB = 25944 +pkg syscall (linux-arm-cgo), const ETH_P_TIPC = 35018 +pkg syscall (linux-arm-cgo), const ETH_P_TRAILER = 28 +pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 = 17 +pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP = 7 +pkg syscall (linux-arm-cgo), const ETH_P_WCCP = 34878 +pkg syscall (linux-arm-cgo), const ETH_P_X25 = 2053 +pkg syscall (linux-arm-cgo), const ETIME = 62 +pkg syscall (linux-arm-cgo), const ETIMEDOUT = 110 +pkg syscall (linux-arm-cgo), const ETOOMANYREFS = 109 +pkg syscall (linux-arm-cgo), const ETXTBSY = 26 +pkg syscall (linux-arm-cgo), const EUCLEAN = 117 +pkg syscall (linux-arm-cgo), const EUNATCH = 49 +pkg syscall (linux-arm-cgo), const EUSERS = 87 +pkg syscall (linux-arm-cgo), const EWOULDBLOCK = 11 +pkg syscall (linux-arm-cgo), const EXDEV = 18 +pkg syscall (linux-arm-cgo), const EXFULL = 54 +pkg syscall (linux-arm-cgo), const FD_CLOEXEC = 1 +pkg syscall (linux-arm-cgo), const FD_SETSIZE = 1024 +pkg syscall (linux-arm-cgo), const FLUSHO = 4096 +pkg syscall (linux-arm-cgo), const F_DUPFD = 0 +pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC = 1030 +pkg syscall (linux-arm-cgo), const F_EXLCK = 4 +pkg syscall (linux-arm-cgo), const F_GETFD = 1 +pkg syscall (linux-arm-cgo), const F_GETFL = 3 +pkg syscall (linux-arm-cgo), const F_GETLEASE = 1025 +pkg syscall (linux-arm-cgo), const F_GETLK = 12 +pkg syscall (linux-arm-cgo), const F_GETLK64 = 12 +pkg syscall (linux-arm-cgo), const F_GETOWN = 9 +pkg syscall (linux-arm-cgo), const F_GETOWN_EX = 16 +pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ = 1032 +pkg syscall (linux-arm-cgo), const F_GETSIG = 11 +pkg syscall (linux-arm-cgo), const F_LOCK = 1 +pkg syscall (linux-arm-cgo), const F_NOTIFY = 1026 +pkg syscall (linux-arm-cgo), const F_OK = 0 +pkg syscall (linux-arm-cgo), const F_RDLCK = 0 +pkg syscall (linux-arm-cgo), const F_SETFD = 2 +pkg syscall (linux-arm-cgo), const F_SETFL = 4 +pkg syscall (linux-arm-cgo), const F_SETLEASE = 1024 +pkg syscall (linux-arm-cgo), const F_SETLK = 13 +pkg syscall (linux-arm-cgo), const F_SETLK64 = 13 +pkg syscall (linux-arm-cgo), const F_SETLKW = 14 +pkg syscall (linux-arm-cgo), const F_SETLKW64 = 14 +pkg syscall (linux-arm-cgo), const F_SETOWN = 8 +pkg syscall (linux-arm-cgo), const F_SETOWN_EX = 15 +pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ = 1031 +pkg syscall (linux-arm-cgo), const F_SETSIG = 10 +pkg syscall (linux-arm-cgo), const F_SHLCK = 8 +pkg syscall (linux-arm-cgo), const F_TEST = 3 +pkg syscall (linux-arm-cgo), const F_TLOCK = 2 +pkg syscall (linux-arm-cgo), const F_ULOCK = 0 +pkg syscall (linux-arm-cgo), const F_UNLCK = 2 +pkg syscall (linux-arm-cgo), const F_WRLCK = 1 +pkg syscall (linux-arm-cgo), const HUPCL = 1024 +pkg syscall (linux-arm-cgo), const ICANON = 2 +pkg syscall (linux-arm-cgo), const ICRNL = 256 +pkg syscall (linux-arm-cgo), const IEXTEN = 32768 +pkg syscall (linux-arm-cgo), const IFA_ADDRESS = 1 +pkg syscall (linux-arm-cgo), const IFA_ANYCAST = 5 +pkg syscall (linux-arm-cgo), const IFA_BROADCAST = 4 +pkg syscall (linux-arm-cgo), const IFA_CACHEINFO = 6 +pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED = 8 +pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED = 32 +pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS = 16 +pkg syscall (linux-arm-cgo), const IFA_F_NODAD = 2 +pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC = 4 +pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT = 128 +pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY = 1 +pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY = 1 +pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE = 64 +pkg syscall (linux-arm-cgo), const IFA_LABEL = 3 +pkg syscall (linux-arm-cgo), const IFA_LOCAL = 2 +pkg syscall (linux-arm-cgo), const IFA_MAX = 7 +pkg syscall (linux-arm-cgo), const IFA_MULTICAST = 7 +pkg syscall (linux-arm-cgo), const IFA_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const IFF_ALLMULTI = 512 +pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA = 16384 +pkg syscall (linux-arm-cgo), const IFF_DEBUG = 4 +pkg syscall (linux-arm-cgo), const IFF_DYNAMIC = 32768 +pkg syscall (linux-arm-cgo), const IFF_LOOPBACK = 8 +pkg syscall (linux-arm-cgo), const IFF_MASTER = 1024 +pkg syscall (linux-arm-cgo), const IFF_MULTICAST = 4096 +pkg syscall (linux-arm-cgo), const IFF_NOARP = 128 +pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (linux-arm-cgo), const IFF_NO_PI = 4096 +pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE = 8192 +pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (linux-arm-cgo), const IFF_PORTSEL = 8192 +pkg syscall (linux-arm-cgo), const IFF_PROMISC = 256 +pkg syscall (linux-arm-cgo), const IFF_RUNNING = 64 +pkg syscall (linux-arm-cgo), const IFF_SLAVE = 2048 +pkg syscall (linux-arm-cgo), const IFF_TAP = 2 +pkg syscall (linux-arm-cgo), const IFF_TUN = 1 +pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL = 32768 +pkg syscall (linux-arm-cgo), const IFF_VNET_HDR = 16384 +pkg syscall (linux-arm-cgo), const IFLA_ADDRESS = 1 +pkg syscall (linux-arm-cgo), const IFLA_BROADCAST = 2 +pkg syscall (linux-arm-cgo), const IFLA_COST = 8 +pkg syscall (linux-arm-cgo), const IFLA_IFALIAS = 20 +pkg syscall (linux-arm-cgo), const IFLA_IFNAME = 3 +pkg syscall (linux-arm-cgo), const IFLA_LINK = 5 +pkg syscall (linux-arm-cgo), const IFLA_LINKINFO = 18 +pkg syscall (linux-arm-cgo), const IFLA_LINKMODE = 17 +pkg syscall (linux-arm-cgo), const IFLA_MAP = 14 +pkg syscall (linux-arm-cgo), const IFLA_MASTER = 10 +pkg syscall (linux-arm-cgo), const IFLA_MAX = 29 +pkg syscall (linux-arm-cgo), const IFLA_MTU = 4 +pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID = 19 +pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE = 16 +pkg syscall (linux-arm-cgo), const IFLA_PRIORITY = 9 +pkg syscall (linux-arm-cgo), const IFLA_PROTINFO = 12 +pkg syscall (linux-arm-cgo), const IFLA_QDISC = 6 +pkg syscall (linux-arm-cgo), const IFLA_STATS = 7 +pkg syscall (linux-arm-cgo), const IFLA_TXQLEN = 13 +pkg syscall (linux-arm-cgo), const IFLA_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const IFLA_WEIGHT = 15 +pkg syscall (linux-arm-cgo), const IFLA_WIRELESS = 11 +pkg syscall (linux-arm-cgo), const IFNAMSIZ = 16 +pkg syscall (linux-arm-cgo), const IGNBRK = 1 +pkg syscall (linux-arm-cgo), const IGNCR = 128 +pkg syscall (linux-arm-cgo), const IGNPAR = 4 +pkg syscall (linux-arm-cgo), const IMAXBEL = 8192 +pkg syscall (linux-arm-cgo), const INLCR = 64 +pkg syscall (linux-arm-cgo), const INPCK = 16 +pkg syscall (linux-arm-cgo), const IN_ACCESS = 1 +pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS = 4095 +pkg syscall (linux-arm-cgo), const IN_ATTRIB = 4 +pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (linux-arm-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (linux-arm-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (linux-arm-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (linux-arm-cgo), const IN_CLOEXEC = 524288 +pkg syscall (linux-arm-cgo), const IN_CLOSE = 24 +pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE = 16 +pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE = 8 +pkg syscall (linux-arm-cgo), const IN_CREATE = 256 +pkg syscall (linux-arm-cgo), const IN_DELETE = 512 +pkg syscall (linux-arm-cgo), const IN_DELETE_SELF = 1024 +pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW = 33554432 +pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK = 67108864 +pkg syscall (linux-arm-cgo), const IN_IGNORED = 32768 +pkg syscall (linux-arm-cgo), const IN_ISDIR = 1073741824 +pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (linux-arm-cgo), const IN_MASK_ADD = 536870912 +pkg syscall (linux-arm-cgo), const IN_MODIFY = 2 +pkg syscall (linux-arm-cgo), const IN_MOVE = 192 +pkg syscall (linux-arm-cgo), const IN_MOVED_FROM = 64 +pkg syscall (linux-arm-cgo), const IN_MOVED_TO = 128 +pkg syscall (linux-arm-cgo), const IN_MOVE_SELF = 2048 +pkg syscall (linux-arm-cgo), const IN_NONBLOCK = 2048 +pkg syscall (linux-arm-cgo), const IN_ONESHOT = 2147483648 +pkg syscall (linux-arm-cgo), const IN_ONLYDIR = 16777216 +pkg syscall (linux-arm-cgo), const IN_OPEN = 32 +pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW = 16384 +pkg syscall (linux-arm-cgo), const IN_UNMOUNT = 8192 +pkg syscall (linux-arm-cgo), const IPPROTO_AH = 51 +pkg syscall (linux-arm-cgo), const IPPROTO_COMP = 108 +pkg syscall (linux-arm-cgo), const IPPROTO_DCCP = 33 +pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (linux-arm-cgo), const IPPROTO_EGP = 8 +pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (linux-arm-cgo), const IPPROTO_ESP = 50 +pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (linux-arm-cgo), const IPPROTO_GRE = 47 +pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (linux-arm-cgo), const IPPROTO_ICMP = 1 +pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (linux-arm-cgo), const IPPROTO_IDP = 22 +pkg syscall (linux-arm-cgo), const IPPROTO_IGMP = 2 +pkg syscall (linux-arm-cgo), const IPPROTO_IPIP = 4 +pkg syscall (linux-arm-cgo), const IPPROTO_MTP = 92 +pkg syscall (linux-arm-cgo), const IPPROTO_NONE = 59 +pkg syscall (linux-arm-cgo), const IPPROTO_PIM = 103 +pkg syscall (linux-arm-cgo), const IPPROTO_PUP = 12 +pkg syscall (linux-arm-cgo), const IPPROTO_RAW = 255 +pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (linux-arm-cgo), const IPPROTO_RSVP = 46 +pkg syscall (linux-arm-cgo), const IPPROTO_SCTP = 132 +pkg syscall (linux-arm-cgo), const IPPROTO_TP = 29 +pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE = 136 +pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS = 4 +pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT = 8 +pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS = 3 +pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO = 2 +pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS = 6 +pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR = 5 +pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM = 1 +pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP = 20 +pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR = 10 +pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM = 7 +pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP = 21 +pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS = 59 +pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT = 52 +pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS = 54 +pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY = 34 +pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST = 27 +pkg syscall (linux-arm-cgo), const IPV6_JOIN_GROUP = 20 +pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST = 28 +pkg syscall (linux-arm-cgo), const IPV6_LEAVE_GROUP = 21 +pkg syscall (linux-arm-cgo), const IPV6_MTU = 24 +pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER = 23 +pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_HOPS = 18 +pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_IF = 17 +pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_LOOP = 19 +pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP = 9 +pkg syscall (linux-arm-cgo), const IPV6_PKTINFO = 50 +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO = 2 +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT = 0 +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE = 3 +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT = 1 +pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS = 58 +pkg syscall (linux-arm-cgo), const IPV6_RECVERR = 25 +pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT = 51 +pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS = 53 +pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO = 49 +pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR = 56 +pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS = 66 +pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT = 22 +pkg syscall (linux-arm-cgo), const IPV6_RTHDR = 57 +pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS = 55 +pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS = 59 +pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS = 54 +pkg syscall (linux-arm-cgo), const IPV6_TCLASS = 67 +pkg syscall (linux-arm-cgo), const IPV6_UNICAST_HOPS = 16 +pkg syscall (linux-arm-cgo), const IPV6_V6ONLY = 26 +pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY = 35 +pkg syscall (linux-arm-cgo), const IP_ADD_MEMBERSHIP = 35 +pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39 +pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE = 38 +pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (linux-arm-cgo), const IP_DF = 16384 +pkg syscall (linux-arm-cgo), const IP_DROP_MEMBERSHIP = 36 +pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40 +pkg syscall (linux-arm-cgo), const IP_FREEBIND = 15 +pkg syscall (linux-arm-cgo), const IP_HDRINCL = 3 +pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY = 16 +pkg syscall (linux-arm-cgo), const IP_MAXPACKET = 65535 +pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (linux-arm-cgo), const IP_MF = 8192 +pkg syscall (linux-arm-cgo), const IP_MINTTL = 21 +pkg syscall (linux-arm-cgo), const IP_MSFILTER = 41 +pkg syscall (linux-arm-cgo), const IP_MSS = 576 +pkg syscall (linux-arm-cgo), const IP_MTU = 14 +pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER = 10 +pkg syscall (linux-arm-cgo), const IP_MULTICAST_IF = 32 +pkg syscall (linux-arm-cgo), const IP_MULTICAST_LOOP = 34 +pkg syscall (linux-arm-cgo), const IP_MULTICAST_TTL = 33 +pkg syscall (linux-arm-cgo), const IP_OFFMASK = 8191 +pkg syscall (linux-arm-cgo), const IP_OPTIONS = 4 +pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR = 20 +pkg syscall (linux-arm-cgo), const IP_PASSSEC = 18 +pkg syscall (linux-arm-cgo), const IP_PKTINFO = 8 +pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS = 9 +pkg syscall (linux-arm-cgo), const IP_PMTUDISC = 10 +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO = 2 +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT = 0 +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE = 3 +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT = 1 +pkg syscall (linux-arm-cgo), const IP_RECVERR = 11 +pkg syscall (linux-arm-cgo), const IP_RECVOPTS = 6 +pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR = 20 +pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS = 7 +pkg syscall (linux-arm-cgo), const IP_RECVTOS = 13 +pkg syscall (linux-arm-cgo), const IP_RECVTTL = 12 +pkg syscall (linux-arm-cgo), const IP_RETOPTS = 7 +pkg syscall (linux-arm-cgo), const IP_RF = 32768 +pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT = 5 +pkg syscall (linux-arm-cgo), const IP_TOS = 1 +pkg syscall (linux-arm-cgo), const IP_TRANSPARENT = 19 +pkg syscall (linux-arm-cgo), const IP_TTL = 2 +pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE = 37 +pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY = 17 +pkg syscall (linux-arm-cgo), const ISIG = 1 +pkg syscall (linux-arm-cgo), const ISTRIP = 32 +pkg syscall (linux-arm-cgo), const IUCLC = 512 +pkg syscall (linux-arm-cgo), const IUTF8 = 16384 +pkg syscall (linux-arm-cgo), const IXANY = 2048 +pkg syscall (linux-arm-cgo), const IXOFF = 4096 +pkg syscall (linux-arm-cgo), const IXON = 1024 +pkg syscall (linux-arm-cgo), const ImplementsGetwd = true +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469 +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 = 672274793 +pkg syscall (linux-arm-cgo), const LOCK_EX = 2 +pkg syscall (linux-arm-cgo), const LOCK_NB = 4 +pkg syscall (linux-arm-cgo), const LOCK_SH = 1 +pkg syscall (linux-arm-cgo), const LOCK_UN = 8 +pkg syscall (linux-arm-cgo), const MADV_DOFORK = 11 +pkg syscall (linux-arm-cgo), const MADV_DONTFORK = 10 +pkg syscall (linux-arm-cgo), const MADV_DONTNEED = 4 +pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE = 14 +pkg syscall (linux-arm-cgo), const MADV_HWPOISON = 100 +pkg syscall (linux-arm-cgo), const MADV_MERGEABLE = 12 +pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE = 15 +pkg syscall (linux-arm-cgo), const MADV_NORMAL = 0 +pkg syscall (linux-arm-cgo), const MADV_RANDOM = 1 +pkg syscall (linux-arm-cgo), const MADV_REMOVE = 9 +pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE = 13 +pkg syscall (linux-arm-cgo), const MADV_WILLNEED = 3 +pkg syscall (linux-arm-cgo), const MAP_ANON = 32 +pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS = 32 +pkg syscall (linux-arm-cgo), const MAP_DENYWRITE = 2048 +pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE = 4096 +pkg syscall (linux-arm-cgo), const MAP_FILE = 0 +pkg syscall (linux-arm-cgo), const MAP_FIXED = 16 +pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN = 256 +pkg syscall (linux-arm-cgo), const MAP_LOCKED = 8192 +pkg syscall (linux-arm-cgo), const MAP_NONBLOCK = 65536 +pkg syscall (linux-arm-cgo), const MAP_NORESERVE = 16384 +pkg syscall (linux-arm-cgo), const MAP_POPULATE = 32768 +pkg syscall (linux-arm-cgo), const MAP_PRIVATE = 2 +pkg syscall (linux-arm-cgo), const MAP_SHARED = 1 +pkg syscall (linux-arm-cgo), const MAP_TYPE = 15 +pkg syscall (linux-arm-cgo), const MCL_CURRENT = 1 +pkg syscall (linux-arm-cgo), const MCL_FUTURE = 2 +pkg syscall (linux-arm-cgo), const MNT_DETACH = 2 +pkg syscall (linux-arm-cgo), const MNT_EXPIRE = 4 +pkg syscall (linux-arm-cgo), const MNT_FORCE = 1 +pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC = 1073741824 +pkg syscall (linux-arm-cgo), const MSG_CONFIRM = 2048 +pkg syscall (linux-arm-cgo), const MSG_CTRUNC = 8 +pkg syscall (linux-arm-cgo), const MSG_DONTROUTE = 4 +pkg syscall (linux-arm-cgo), const MSG_DONTWAIT = 64 +pkg syscall (linux-arm-cgo), const MSG_EOR = 128 +pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE = 8192 +pkg syscall (linux-arm-cgo), const MSG_FASTOPEN = 536870912 +pkg syscall (linux-arm-cgo), const MSG_FIN = 512 +pkg syscall (linux-arm-cgo), const MSG_MORE = 32768 +pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL = 16384 +pkg syscall (linux-arm-cgo), const MSG_OOB = 1 +pkg syscall (linux-arm-cgo), const MSG_PEEK = 2 +pkg syscall (linux-arm-cgo), const MSG_PROXY = 16 +pkg syscall (linux-arm-cgo), const MSG_RST = 4096 +pkg syscall (linux-arm-cgo), const MSG_SYN = 1024 +pkg syscall (linux-arm-cgo), const MSG_TRUNC = 32 +pkg syscall (linux-arm-cgo), const MSG_TRYHARD = 4 +pkg syscall (linux-arm-cgo), const MSG_WAITALL = 256 +pkg syscall (linux-arm-cgo), const MSG_WAITFORONE = 65536 +pkg syscall (linux-arm-cgo), const MS_ACTIVE = 1073741824 +pkg syscall (linux-arm-cgo), const MS_ASYNC = 1 +pkg syscall (linux-arm-cgo), const MS_BIND = 4096 +pkg syscall (linux-arm-cgo), const MS_DIRSYNC = 128 +pkg syscall (linux-arm-cgo), const MS_INVALIDATE = 2 +pkg syscall (linux-arm-cgo), const MS_I_VERSION = 8388608 +pkg syscall (linux-arm-cgo), const MS_KERNMOUNT = 4194304 +pkg syscall (linux-arm-cgo), const MS_MANDLOCK = 64 +pkg syscall (linux-arm-cgo), const MS_MGC_MSK = 4294901760 +pkg syscall (linux-arm-cgo), const MS_MGC_VAL = 3236757504 +pkg syscall (linux-arm-cgo), const MS_MOVE = 8192 +pkg syscall (linux-arm-cgo), const MS_NOATIME = 1024 +pkg syscall (linux-arm-cgo), const MS_NODEV = 4 +pkg syscall (linux-arm-cgo), const MS_NODIRATIME = 2048 +pkg syscall (linux-arm-cgo), const MS_NOEXEC = 8 +pkg syscall (linux-arm-cgo), const MS_NOSUID = 2 +pkg syscall (linux-arm-cgo), const MS_NOUSER = -2147483648 +pkg syscall (linux-arm-cgo), const MS_POSIXACL = 65536 +pkg syscall (linux-arm-cgo), const MS_PRIVATE = 262144 +pkg syscall (linux-arm-cgo), const MS_RDONLY = 1 +pkg syscall (linux-arm-cgo), const MS_REC = 16384 +pkg syscall (linux-arm-cgo), const MS_RELATIME = 2097152 +pkg syscall (linux-arm-cgo), const MS_REMOUNT = 32 +pkg syscall (linux-arm-cgo), const MS_RMT_MASK = 8388689 +pkg syscall (linux-arm-cgo), const MS_SHARED = 1048576 +pkg syscall (linux-arm-cgo), const MS_SILENT = 32768 +pkg syscall (linux-arm-cgo), const MS_SLAVE = 524288 +pkg syscall (linux-arm-cgo), const MS_STRICTATIME = 16777216 +pkg syscall (linux-arm-cgo), const MS_SYNC = 4 +pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS = 16 +pkg syscall (linux-arm-cgo), const MS_UNBINDABLE = 131072 +pkg syscall (linux-arm-cgo), const NAME_MAX = 255 +pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP = 1 +pkg syscall (linux-arm-cgo), const NETLINK_AUDIT = 9 +pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR = 4 +pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR = 11 +pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG = 14 +pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP = 2 +pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS = 19 +pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP = 10 +pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL = 3 +pkg syscall (linux-arm-cgo), const NETLINK_GENERIC = 16 +pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG = 4 +pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW = 13 +pkg syscall (linux-arm-cgo), const NETLINK_ISCSI = 8 +pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT = 15 +pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER = 12 +pkg syscall (linux-arm-cgo), const NETLINK_NFLOG = 5 +pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS = 5 +pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO = 3 +pkg syscall (linux-arm-cgo), const NETLINK_RDMA = 20 +pkg syscall (linux-arm-cgo), const NETLINK_ROUTE = 0 +pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT = 18 +pkg syscall (linux-arm-cgo), const NETLINK_SELINUX = 7 +pkg syscall (linux-arm-cgo), const NETLINK_UNUSED = 1 +pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK = 2 +pkg syscall (linux-arm-cgo), const NETLINK_XFRM = 6 +pkg syscall (linux-arm-cgo), const NLA_ALIGNTO = 4 +pkg syscall (linux-arm-cgo), const NLA_F_NESTED = 32768 +pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER = 16384 +pkg syscall (linux-arm-cgo), const NLA_HDRLEN = 4 +pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO = 4 +pkg syscall (linux-arm-cgo), const NLMSG_DONE = 3 +pkg syscall (linux-arm-cgo), const NLMSG_ERROR = 2 +pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN = 16 +pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE = 16 +pkg syscall (linux-arm-cgo), const NLMSG_NOOP = 1 +pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN = 4 +pkg syscall (linux-arm-cgo), const NLM_F_ACK = 4 +pkg syscall (linux-arm-cgo), const NLM_F_APPEND = 2048 +pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC = 1024 +pkg syscall (linux-arm-cgo), const NLM_F_CREATE = 1024 +pkg syscall (linux-arm-cgo), const NLM_F_DUMP = 768 +pkg syscall (linux-arm-cgo), const NLM_F_ECHO = 8 +pkg syscall (linux-arm-cgo), const NLM_F_EXCL = 512 +pkg syscall (linux-arm-cgo), const NLM_F_MATCH = 512 +pkg syscall (linux-arm-cgo), const NLM_F_MULTI = 2 +pkg syscall (linux-arm-cgo), const NLM_F_REPLACE = 256 +pkg syscall (linux-arm-cgo), const NLM_F_REQUEST = 1 +pkg syscall (linux-arm-cgo), const NLM_F_ROOT = 256 +pkg syscall (linux-arm-cgo), const NOFLSH = 128 +pkg syscall (linux-arm-cgo), const OCRNL = 8 +pkg syscall (linux-arm-cgo), const OFDEL = 128 +pkg syscall (linux-arm-cgo), const OFILL = 64 +pkg syscall (linux-arm-cgo), const OLCUC = 2 +pkg syscall (linux-arm-cgo), const ONLCR = 4 +pkg syscall (linux-arm-cgo), const ONLRET = 32 +pkg syscall (linux-arm-cgo), const ONOCR = 16 +pkg syscall (linux-arm-cgo), const OPOST = 1 +pkg syscall (linux-arm-cgo), const O_ACCMODE = 3 +pkg syscall (linux-arm-cgo), const O_APPEND = 1024 +pkg syscall (linux-arm-cgo), const O_ASYNC = 8192 +pkg syscall (linux-arm-cgo), const O_CLOEXEC = 524288 +pkg syscall (linux-arm-cgo), const O_CREAT = 64 +pkg syscall (linux-arm-cgo), const O_DIRECT = 65536 +pkg syscall (linux-arm-cgo), const O_DIRECTORY = 16384 +pkg syscall (linux-arm-cgo), const O_DSYNC = 4096 +pkg syscall (linux-arm-cgo), const O_EXCL = 128 +pkg syscall (linux-arm-cgo), const O_FSYNC = 4096 +pkg syscall (linux-arm-cgo), const O_LARGEFILE = 131072 +pkg syscall (linux-arm-cgo), const O_NDELAY = 2048 +pkg syscall (linux-arm-cgo), const O_NOATIME = 262144 +pkg syscall (linux-arm-cgo), const O_NOCTTY = 256 +pkg syscall (linux-arm-cgo), const O_NOFOLLOW = 32768 +pkg syscall (linux-arm-cgo), const O_NONBLOCK = 2048 +pkg syscall (linux-arm-cgo), const O_RSYNC = 4096 +pkg syscall (linux-arm-cgo), const O_SYNC = 4096 +pkg syscall (linux-arm-cgo), const O_TRUNC = 512 +pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP = 1 +pkg syscall (linux-arm-cgo), const PACKET_BROADCAST = 1 +pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP = 2 +pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE = 6 +pkg syscall (linux-arm-cgo), const PACKET_HOST = 0 +pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK = 5 +pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI = 2 +pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST = 0 +pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC = 1 +pkg syscall (linux-arm-cgo), const PACKET_MULTICAST = 2 +pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST = 3 +pkg syscall (linux-arm-cgo), const PACKET_OUTGOING = 4 +pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT = 3 +pkg syscall (linux-arm-cgo), const PACKET_RX_RING = 5 +pkg syscall (linux-arm-cgo), const PACKET_STATISTICS = 6 +pkg syscall (linux-arm-cgo), const PARENB = 256 +pkg syscall (linux-arm-cgo), const PARMRK = 8 +pkg syscall (linux-arm-cgo), const PARODD = 512 +pkg syscall (linux-arm-cgo), const PENDIN = 16384 +pkg syscall (linux-arm-cgo), const PROT_EXEC = 4 +pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN = 16777216 +pkg syscall (linux-arm-cgo), const PROT_GROWSUP = 33554432 +pkg syscall (linux-arm-cgo), const PROT_NONE = 0 +pkg syscall (linux-arm-cgo), const PROT_READ = 1 +pkg syscall (linux-arm-cgo), const PROT_WRITE = 2 +pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP = 24 +pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ = 23 +pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER = 37 +pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG = 0 +pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE = 1 +pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE = 2 +pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT = 1 +pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE = 2 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC = 2 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED = 0 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV = 65536 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV = 1048576 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV = 1 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF = 131072 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE = 3 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES = 524288 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE = 128 +pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND = 262144 +pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE = 3 +pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN = 19 +pkg syscall (linux-arm-cgo), const PR_GET_FPEMU = 9 +pkg syscall (linux-arm-cgo), const PR_GET_FPEXC = 11 +pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS = 7 +pkg syscall (linux-arm-cgo), const PR_GET_NAME = 16 +pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG = 2 +pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP = 21 +pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER = 35 +pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS = 27 +pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK = 30 +pkg syscall (linux-arm-cgo), const PR_GET_TIMING = 13 +pkg syscall (linux-arm-cgo), const PR_GET_TSC = 25 +pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN = 5 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL = 33 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR = 0 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT = 2 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY = 1 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET = 34 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE = 0 +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET = 1 +pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT = 1 +pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL = 0 +pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE = 4 +pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN = 20 +pkg syscall (linux-arm-cgo), const PR_SET_FPEMU = 10 +pkg syscall (linux-arm-cgo), const PR_SET_FPEXC = 12 +pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS = 8 +pkg syscall (linux-arm-cgo), const PR_SET_NAME = 15 +pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG = 1 +pkg syscall (linux-arm-cgo), const PR_SET_PTRACER = 1499557217 +pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP = 22 +pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER = 36 +pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS = 28 +pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK = 29 +pkg syscall (linux-arm-cgo), const PR_SET_TIMING = 14 +pkg syscall (linux-arm-cgo), const PR_SET_TSC = 26 +pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN = 6 +pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31 +pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32 +pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL = 0 +pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP = 1 +pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE = 1 +pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV = 2 +pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT = 1 +pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS = 2 +pkg syscall (linux-arm-cgo), const PTRACE_ATTACH = 16 +pkg syscall (linux-arm-cgo), const PTRACE_CONT = 7 +pkg syscall (linux-arm-cgo), const PTRACE_DETACH = 17 +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE = 3 +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC = 4 +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT = 6 +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK = 1 +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK = 2 +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE = 5 +pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS = 25 +pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG = 16897 +pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS = 14 +pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS = 29 +pkg syscall (linux-arm-cgo), const PTRACE_GETREGS = 12 +pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET = 16900 +pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO = 16898 +pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS = 27 +pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS = 18 +pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA = 22 +pkg syscall (linux-arm-cgo), const PTRACE_KILL = 8 +pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS = 21 +pkg syscall (linux-arm-cgo), const PTRACE_O_MASK = 127 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE = 8 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC = 16 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT = 64 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK = 2 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD = 1 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK = 4 +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE = 32 +pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA = 2 +pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT = 1 +pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR = 3 +pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA = 5 +pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT = 4 +pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR = 6 +pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS = 26 +pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS = 15 +pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS = 30 +pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS = 16896 +pkg syscall (linux-arm-cgo), const PTRACE_SETREGS = 13 +pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET = 16901 +pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO = 16899 +pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS = 28 +pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS = 19 +pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL = 23 +pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP = 9 +pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL = 24 +pkg syscall (linux-arm-cgo), const PTRACE_TRACEME = 0 +pkg syscall (linux-arm-cgo), const PT_DATA_ADDR = 65540 +pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR = 65536 +pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR = 65544 +pkg syscall (linux-arm-cgo), const PathMax = 4096 +pkg syscall (linux-arm-cgo), const RLIMIT_AS = 9 +pkg syscall (linux-arm-cgo), const RLIMIT_CORE = 4 +pkg syscall (linux-arm-cgo), const RLIMIT_CPU = 0 +pkg syscall (linux-arm-cgo), const RLIMIT_DATA = 2 +pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE = 7 +pkg syscall (linux-arm-cgo), const RLIMIT_STACK = 3 +pkg syscall (linux-arm-cgo), const RLIM_INFINITY = -1 +pkg syscall (linux-arm-cgo), const RTAX_ADVMSS = 8 +pkg syscall (linux-arm-cgo), const RTAX_CWND = 7 +pkg syscall (linux-arm-cgo), const RTAX_FEATURES = 12 +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG = 8 +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN = 1 +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK = 2 +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP = 4 +pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT = 10 +pkg syscall (linux-arm-cgo), const RTAX_INITCWND = 11 +pkg syscall (linux-arm-cgo), const RTAX_INITRWND = 14 +pkg syscall (linux-arm-cgo), const RTAX_LOCK = 1 +pkg syscall (linux-arm-cgo), const RTAX_MAX = 14 +pkg syscall (linux-arm-cgo), const RTAX_MTU = 2 +pkg syscall (linux-arm-cgo), const RTAX_REORDERING = 9 +pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN = 13 +pkg syscall (linux-arm-cgo), const RTAX_RTT = 4 +pkg syscall (linux-arm-cgo), const RTAX_RTTVAR = 5 +pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH = 6 +pkg syscall (linux-arm-cgo), const RTAX_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const RTAX_WINDOW = 3 +pkg syscall (linux-arm-cgo), const RTA_ALIGNTO = 4 +pkg syscall (linux-arm-cgo), const RTA_CACHEINFO = 12 +pkg syscall (linux-arm-cgo), const RTA_DST = 1 +pkg syscall (linux-arm-cgo), const RTA_FLOW = 11 +pkg syscall (linux-arm-cgo), const RTA_GATEWAY = 5 +pkg syscall (linux-arm-cgo), const RTA_IIF = 3 +pkg syscall (linux-arm-cgo), const RTA_MAX = 16 +pkg syscall (linux-arm-cgo), const RTA_METRICS = 8 +pkg syscall (linux-arm-cgo), const RTA_MULTIPATH = 9 +pkg syscall (linux-arm-cgo), const RTA_OIF = 4 +pkg syscall (linux-arm-cgo), const RTA_PREFSRC = 7 +pkg syscall (linux-arm-cgo), const RTA_PRIORITY = 6 +pkg syscall (linux-arm-cgo), const RTA_SRC = 2 +pkg syscall (linux-arm-cgo), const RTA_TABLE = 15 +pkg syscall (linux-arm-cgo), const RTA_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC = 67108864 +pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT = 16777216 +pkg syscall (linux-arm-cgo), const RTCF_LOG = 33554432 +pkg syscall (linux-arm-cgo), const RTCF_MASQ = 4194304 +pkg syscall (linux-arm-cgo), const RTCF_NAT = 8388608 +pkg syscall (linux-arm-cgo), const RTCF_VALVE = 2097152 +pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK = 4160749568 +pkg syscall (linux-arm-cgo), const RTF_ADDRCONF = 262144 +pkg syscall (linux-arm-cgo), const RTF_ALLONLINK = 131072 +pkg syscall (linux-arm-cgo), const RTF_BROADCAST = 268435456 +pkg syscall (linux-arm-cgo), const RTF_CACHE = 16777216 +pkg syscall (linux-arm-cgo), const RTF_DEFAULT = 65536 +pkg syscall (linux-arm-cgo), const RTF_DYNAMIC = 16 +pkg syscall (linux-arm-cgo), const RTF_FLOW = 33554432 +pkg syscall (linux-arm-cgo), const RTF_GATEWAY = 2 +pkg syscall (linux-arm-cgo), const RTF_HOST = 4 +pkg syscall (linux-arm-cgo), const RTF_INTERFACE = 1073741824 +pkg syscall (linux-arm-cgo), const RTF_IRTT = 256 +pkg syscall (linux-arm-cgo), const RTF_LINKRT = 1048576 +pkg syscall (linux-arm-cgo), const RTF_LOCAL = 2147483648 +pkg syscall (linux-arm-cgo), const RTF_MODIFIED = 32 +pkg syscall (linux-arm-cgo), const RTF_MSS = 64 +pkg syscall (linux-arm-cgo), const RTF_MTU = 64 +pkg syscall (linux-arm-cgo), const RTF_MULTICAST = 536870912 +pkg syscall (linux-arm-cgo), const RTF_NAT = 134217728 +pkg syscall (linux-arm-cgo), const RTF_NOFORWARD = 4096 +pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP = 2097152 +pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC = 16384 +pkg syscall (linux-arm-cgo), const RTF_POLICY = 67108864 +pkg syscall (linux-arm-cgo), const RTF_REINSTATE = 8 +pkg syscall (linux-arm-cgo), const RTF_REJECT = 512 +pkg syscall (linux-arm-cgo), const RTF_STATIC = 1024 +pkg syscall (linux-arm-cgo), const RTF_THROW = 8192 +pkg syscall (linux-arm-cgo), const RTF_UP = 1 +pkg syscall (linux-arm-cgo), const RTF_WINDOW = 128 +pkg syscall (linux-arm-cgo), const RTF_XRESOLVE = 2048 +pkg syscall (linux-arm-cgo), const RTM_BASE = 16 +pkg syscall (linux-arm-cgo), const RTM_DELACTION = 49 +pkg syscall (linux-arm-cgo), const RTM_DELADDR = 21 +pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL = 73 +pkg syscall (linux-arm-cgo), const RTM_DELLINK = 17 +pkg syscall (linux-arm-cgo), const RTM_DELNEIGH = 29 +pkg syscall (linux-arm-cgo), const RTM_DELQDISC = 37 +pkg syscall (linux-arm-cgo), const RTM_DELROUTE = 25 +pkg syscall (linux-arm-cgo), const RTM_DELRULE = 33 +pkg syscall (linux-arm-cgo), const RTM_DELTCLASS = 41 +pkg syscall (linux-arm-cgo), const RTM_DELTFILTER = 45 +pkg syscall (linux-arm-cgo), const RTM_F_CLONED = 512 +pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE = 1024 +pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY = 256 +pkg syscall (linux-arm-cgo), const RTM_F_PREFIX = 2048 +pkg syscall (linux-arm-cgo), const RTM_GETACTION = 50 +pkg syscall (linux-arm-cgo), const RTM_GETADDR = 22 +pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL = 74 +pkg syscall (linux-arm-cgo), const RTM_GETANYCAST = 62 +pkg syscall (linux-arm-cgo), const RTM_GETDCB = 78 +pkg syscall (linux-arm-cgo), const RTM_GETLINK = 18 +pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST = 58 +pkg syscall (linux-arm-cgo), const RTM_GETNEIGH = 30 +pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL = 66 +pkg syscall (linux-arm-cgo), const RTM_GETQDISC = 38 +pkg syscall (linux-arm-cgo), const RTM_GETROUTE = 26 +pkg syscall (linux-arm-cgo), const RTM_GETRULE = 34 +pkg syscall (linux-arm-cgo), const RTM_GETTCLASS = 42 +pkg syscall (linux-arm-cgo), const RTM_GETTFILTER = 46 +pkg syscall (linux-arm-cgo), const RTM_MAX = 79 +pkg syscall (linux-arm-cgo), const RTM_NEWACTION = 48 +pkg syscall (linux-arm-cgo), const RTM_NEWADDR = 20 +pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL = 72 +pkg syscall (linux-arm-cgo), const RTM_NEWLINK = 16 +pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT = 68 +pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH = 28 +pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL = 64 +pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX = 52 +pkg syscall (linux-arm-cgo), const RTM_NEWQDISC = 36 +pkg syscall (linux-arm-cgo), const RTM_NEWROUTE = 24 +pkg syscall (linux-arm-cgo), const RTM_NEWRULE = 32 +pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS = 40 +pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER = 44 +pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES = 16 +pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES = 64 +pkg syscall (linux-arm-cgo), const RTM_SETDCB = 79 +pkg syscall (linux-arm-cgo), const RTM_SETLINK = 19 +pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL = 67 +pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO = 4 +pkg syscall (linux-arm-cgo), const RTNH_F_DEAD = 1 +pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK = 4 +pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE = 2 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR = 5 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE = 6 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE = 7 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE = 8 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR = 9 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO = 12 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE = 10 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX = 18 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE = 11 +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE = 19 +pkg syscall (linux-arm-cgo), const RTNLGRP_LINK = 1 +pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT = 20 +pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH = 3 +pkg syscall (linux-arm-cgo), const RTNLGRP_NONE = 0 +pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY = 2 +pkg syscall (linux-arm-cgo), const RTNLGRP_TC = 4 +pkg syscall (linux-arm-cgo), const RTN_ANYCAST = 4 +pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE = 6 +pkg syscall (linux-arm-cgo), const RTN_BROADCAST = 3 +pkg syscall (linux-arm-cgo), const RTN_LOCAL = 2 +pkg syscall (linux-arm-cgo), const RTN_MAX = 11 +pkg syscall (linux-arm-cgo), const RTN_MULTICAST = 5 +pkg syscall (linux-arm-cgo), const RTN_NAT = 10 +pkg syscall (linux-arm-cgo), const RTN_PROHIBIT = 8 +pkg syscall (linux-arm-cgo), const RTN_THROW = 9 +pkg syscall (linux-arm-cgo), const RTN_UNICAST = 1 +pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE = 7 +pkg syscall (linux-arm-cgo), const RTN_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const RTN_XRESOLVE = 11 +pkg syscall (linux-arm-cgo), const RTPROT_BIRD = 12 +pkg syscall (linux-arm-cgo), const RTPROT_BOOT = 3 +pkg syscall (linux-arm-cgo), const RTPROT_DHCP = 16 +pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED = 13 +pkg syscall (linux-arm-cgo), const RTPROT_GATED = 8 +pkg syscall (linux-arm-cgo), const RTPROT_KERNEL = 2 +pkg syscall (linux-arm-cgo), const RTPROT_MRT = 10 +pkg syscall (linux-arm-cgo), const RTPROT_NTK = 15 +pkg syscall (linux-arm-cgo), const RTPROT_RA = 9 +pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT = 1 +pkg syscall (linux-arm-cgo), const RTPROT_STATIC = 4 +pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const RTPROT_XORP = 14 +pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA = 11 +pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT = 253 +pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL = 255 +pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN = 254 +pkg syscall (linux-arm-cgo), const RT_CLASS_MAX = 255 +pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST = 254 +pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK = 253 +pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE = 255 +pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE = 200 +pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE = 0 +pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT = 252 +pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT = 253 +pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL = 255 +pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN = 254 +pkg syscall (linux-arm-cgo), const RT_TABLE_MAX = 4294967295 +pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC = 0 +pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (linux-arm-cgo), const RUSAGE_SELF = 0 +pkg syscall (linux-arm-cgo), const RUSAGE_THREAD = 1 +pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS = 2 +pkg syscall (linux-arm-cgo), const SCM_RIGHTS = 1 +pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP = 29 +pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING = 37 +pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS = 35 +pkg syscall (linux-arm-cgo), const SIGBUS = 7 +pkg syscall (linux-arm-cgo), const SIGCHLD = 17 +pkg syscall (linux-arm-cgo), const SIGCLD = 17 +pkg syscall (linux-arm-cgo), const SIGCONT = 18 +pkg syscall (linux-arm-cgo), const SIGIO = 29 +pkg syscall (linux-arm-cgo), const SIGIOT = 6 +pkg syscall (linux-arm-cgo), const SIGPOLL = 29 +pkg syscall (linux-arm-cgo), const SIGPROF = 27 +pkg syscall (linux-arm-cgo), const SIGPWR = 30 +pkg syscall (linux-arm-cgo), const SIGSTKFLT = 16 +pkg syscall (linux-arm-cgo), const SIGSTOP = 19 +pkg syscall (linux-arm-cgo), const SIGSYS = 31 +pkg syscall (linux-arm-cgo), const SIGTSTP = 20 +pkg syscall (linux-arm-cgo), const SIGTTIN = 21 +pkg syscall (linux-arm-cgo), const SIGTTOU = 22 +pkg syscall (linux-arm-cgo), const SIGUNUSED = 31 +pkg syscall (linux-arm-cgo), const SIGURG = 23 +pkg syscall (linux-arm-cgo), const SIGUSR1 = 10 +pkg syscall (linux-arm-cgo), const SIGUSR2 = 12 +pkg syscall (linux-arm-cgo), const SIGVTALRM = 26 +pkg syscall (linux-arm-cgo), const SIGWINCH = 28 +pkg syscall (linux-arm-cgo), const SIGXCPU = 24 +pkg syscall (linux-arm-cgo), const SIGXFSZ = 25 +pkg syscall (linux-arm-cgo), const SIOCADDDLCI = 35200 +pkg syscall (linux-arm-cgo), const SIOCADDMULTI = 35121 +pkg syscall (linux-arm-cgo), const SIOCADDRT = 35083 +pkg syscall (linux-arm-cgo), const SIOCATMARK = 35077 +pkg syscall (linux-arm-cgo), const SIOCDARP = 35155 +pkg syscall (linux-arm-cgo), const SIOCDELDLCI = 35201 +pkg syscall (linux-arm-cgo), const SIOCDELMULTI = 35122 +pkg syscall (linux-arm-cgo), const SIOCDELRT = 35084 +pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE = 35312 +pkg syscall (linux-arm-cgo), const SIOCDIFADDR = 35126 +pkg syscall (linux-arm-cgo), const SIOCDRARP = 35168 +pkg syscall (linux-arm-cgo), const SIOCGARP = 35156 +pkg syscall (linux-arm-cgo), const SIOCGIFADDR = 35093 +pkg syscall (linux-arm-cgo), const SIOCGIFBR = 35136 +pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR = 35097 +pkg syscall (linux-arm-cgo), const SIOCGIFCONF = 35090 +pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT = 35128 +pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR = 35095 +pkg syscall (linux-arm-cgo), const SIOCGIFENCAP = 35109 +pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS = 35091 +pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR = 35111 +pkg syscall (linux-arm-cgo), const SIOCGIFINDEX = 35123 +pkg syscall (linux-arm-cgo), const SIOCGIFMAP = 35184 +pkg syscall (linux-arm-cgo), const SIOCGIFMEM = 35103 +pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC = 35101 +pkg syscall (linux-arm-cgo), const SIOCGIFMTU = 35105 +pkg syscall (linux-arm-cgo), const SIOCGIFNAME = 35088 +pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK = 35099 +pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS = 35125 +pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE = 35113 +pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN = 35138 +pkg syscall (linux-arm-cgo), const SIOCGPGRP = 35076 +pkg syscall (linux-arm-cgo), const SIOCGRARP = 35169 +pkg syscall (linux-arm-cgo), const SIOCGSTAMP = 35078 +pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS = 35079 +pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE = 35296 +pkg syscall (linux-arm-cgo), const SIOCRTMSG = 35085 +pkg syscall (linux-arm-cgo), const SIOCSARP = 35157 +pkg syscall (linux-arm-cgo), const SIOCSIFADDR = 35094 +pkg syscall (linux-arm-cgo), const SIOCSIFBR = 35137 +pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR = 35098 +pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR = 35096 +pkg syscall (linux-arm-cgo), const SIOCSIFENCAP = 35110 +pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS = 35092 +pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR = 35108 +pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST = 35127 +pkg syscall (linux-arm-cgo), const SIOCSIFLINK = 35089 +pkg syscall (linux-arm-cgo), const SIOCSIFMAP = 35185 +pkg syscall (linux-arm-cgo), const SIOCSIFMEM = 35104 +pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC = 35102 +pkg syscall (linux-arm-cgo), const SIOCSIFMTU = 35106 +pkg syscall (linux-arm-cgo), const SIOCSIFNAME = 35107 +pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK = 35100 +pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS = 35124 +pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE = 35120 +pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN = 35139 +pkg syscall (linux-arm-cgo), const SIOCSPGRP = 35074 +pkg syscall (linux-arm-cgo), const SIOCSRARP = 35170 +pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC = 524288 +pkg syscall (linux-arm-cgo), const SOCK_DCCP = 6 +pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK = 2048 +pkg syscall (linux-arm-cgo), const SOCK_PACKET = 10 +pkg syscall (linux-arm-cgo), const SOCK_RDM = 4 +pkg syscall (linux-arm-cgo), const SOL_AAL = 265 +pkg syscall (linux-arm-cgo), const SOL_ATM = 264 +pkg syscall (linux-arm-cgo), const SOL_DECNET = 261 +pkg syscall (linux-arm-cgo), const SOL_ICMPV6 = 58 +pkg syscall (linux-arm-cgo), const SOL_IP = 0 +pkg syscall (linux-arm-cgo), const SOL_IPV6 = 41 +pkg syscall (linux-arm-cgo), const SOL_IRDA = 266 +pkg syscall (linux-arm-cgo), const SOL_PACKET = 263 +pkg syscall (linux-arm-cgo), const SOL_RAW = 255 +pkg syscall (linux-arm-cgo), const SOL_SOCKET = 1 +pkg syscall (linux-arm-cgo), const SOL_TCP = 6 +pkg syscall (linux-arm-cgo), const SOL_X25 = 262 +pkg syscall (linux-arm-cgo), const SOMAXCONN = 128 +pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN = 30 +pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER = 26 +pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE = 25 +pkg syscall (linux-arm-cgo), const SO_BROADCAST = 6 +pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT = 14 +pkg syscall (linux-arm-cgo), const SO_DEBUG = 1 +pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER = 27 +pkg syscall (linux-arm-cgo), const SO_DOMAIN = 39 +pkg syscall (linux-arm-cgo), const SO_DONTROUTE = 5 +pkg syscall (linux-arm-cgo), const SO_ERROR = 4 +pkg syscall (linux-arm-cgo), const SO_KEEPALIVE = 9 +pkg syscall (linux-arm-cgo), const SO_LINGER = 13 +pkg syscall (linux-arm-cgo), const SO_MARK = 36 +pkg syscall (linux-arm-cgo), const SO_NO_CHECK = 11 +pkg syscall (linux-arm-cgo), const SO_OOBINLINE = 10 +pkg syscall (linux-arm-cgo), const SO_PASSCRED = 16 +pkg syscall (linux-arm-cgo), const SO_PASSSEC = 34 +pkg syscall (linux-arm-cgo), const SO_PEERCRED = 17 +pkg syscall (linux-arm-cgo), const SO_PEERNAME = 28 +pkg syscall (linux-arm-cgo), const SO_PEERSEC = 31 +pkg syscall (linux-arm-cgo), const SO_PRIORITY = 12 +pkg syscall (linux-arm-cgo), const SO_PROTOCOL = 38 +pkg syscall (linux-arm-cgo), const SO_RCVBUF = 8 +pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE = 33 +pkg syscall (linux-arm-cgo), const SO_RCVLOWAT = 18 +pkg syscall (linux-arm-cgo), const SO_RCVTIMEO = 20 +pkg syscall (linux-arm-cgo), const SO_REUSEADDR = 2 +pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL = 40 +pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION = 22 +pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24 +pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23 +pkg syscall (linux-arm-cgo), const SO_SNDBUF = 7 +pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE = 32 +pkg syscall (linux-arm-cgo), const SO_SNDLOWAT = 19 +pkg syscall (linux-arm-cgo), const SO_SNDTIMEO = 21 +pkg syscall (linux-arm-cgo), const SO_TIMESTAMP = 29 +pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING = 37 +pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS = 35 +pkg syscall (linux-arm-cgo), const SO_TYPE = 3 +pkg syscall (linux-arm-cgo), const SYS_ACCEPT = 285 +pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 = 366 +pkg syscall (linux-arm-cgo), const SYS_ACCESS = 33 +pkg syscall (linux-arm-cgo), const SYS_ACCT = 51 +pkg syscall (linux-arm-cgo), const SYS_ADD_KEY = 309 +pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX = 124 +pkg syscall (linux-arm-cgo), const SYS_ALARM = 27 +pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 = 270 +pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE = 341 +pkg syscall (linux-arm-cgo), const SYS_BDFLUSH = 134 +pkg syscall (linux-arm-cgo), const SYS_BIND = 282 +pkg syscall (linux-arm-cgo), const SYS_BRK = 45 +pkg syscall (linux-arm-cgo), const SYS_CAPGET = 184 +pkg syscall (linux-arm-cgo), const SYS_CAPSET = 185 +pkg syscall (linux-arm-cgo), const SYS_CHDIR = 12 +pkg syscall (linux-arm-cgo), const SYS_CHMOD = 15 +pkg syscall (linux-arm-cgo), const SYS_CHOWN = 182 +pkg syscall (linux-arm-cgo), const SYS_CHOWN32 = 212 +pkg syscall (linux-arm-cgo), const SYS_CHROOT = 61 +pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME = 372 +pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES = 264 +pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME = 263 +pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP = 265 +pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME = 262 +pkg syscall (linux-arm-cgo), const SYS_CLONE = 120 +pkg syscall (linux-arm-cgo), const SYS_CLOSE = 6 +pkg syscall (linux-arm-cgo), const SYS_CONNECT = 283 +pkg syscall (linux-arm-cgo), const SYS_CREAT = 8 +pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE = 129 +pkg syscall (linux-arm-cgo), const SYS_DUP = 41 +pkg syscall (linux-arm-cgo), const SYS_DUP2 = 63 +pkg syscall (linux-arm-cgo), const SYS_DUP3 = 358 +pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE = 250 +pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 = 357 +pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL = 251 +pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT = 346 +pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT = 252 +pkg syscall (linux-arm-cgo), const SYS_EVENTFD = 351 +pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 = 356 +pkg syscall (linux-arm-cgo), const SYS_EXECVE = 11 +pkg syscall (linux-arm-cgo), const SYS_EXIT = 1 +pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP = 248 +pkg syscall (linux-arm-cgo), const SYS_FACCESSAT = 334 +pkg syscall (linux-arm-cgo), const SYS_FALLOCATE = 352 +pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT = 367 +pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK = 368 +pkg syscall (linux-arm-cgo), const SYS_FCHDIR = 133 +pkg syscall (linux-arm-cgo), const SYS_FCHMOD = 94 +pkg syscall (linux-arm-cgo), const SYS_FCHMODAT = 333 +pkg syscall (linux-arm-cgo), const SYS_FCHOWN = 95 +pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 = 207 +pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT = 325 +pkg syscall (linux-arm-cgo), const SYS_FCNTL = 55 +pkg syscall (linux-arm-cgo), const SYS_FCNTL64 = 221 +pkg syscall (linux-arm-cgo), const SYS_FDATASYNC = 148 +pkg syscall (linux-arm-cgo), const SYS_FGETXATTR = 231 +pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR = 234 +pkg syscall (linux-arm-cgo), const SYS_FLOCK = 143 +pkg syscall (linux-arm-cgo), const SYS_FORK = 2 +pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR = 237 +pkg syscall (linux-arm-cgo), const SYS_FSETXATTR = 228 +pkg syscall (linux-arm-cgo), const SYS_FSTAT = 108 +pkg syscall (linux-arm-cgo), const SYS_FSTAT64 = 197 +pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 = 327 +pkg syscall (linux-arm-cgo), const SYS_FSTATFS = 100 +pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 = 267 +pkg syscall (linux-arm-cgo), const SYS_FSYNC = 118 +pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE = 93 +pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 = 194 +pkg syscall (linux-arm-cgo), const SYS_FUTEX = 240 +pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT = 326 +pkg syscall (linux-arm-cgo), const SYS_GETCPU = 345 +pkg syscall (linux-arm-cgo), const SYS_GETCWD = 183 +pkg syscall (linux-arm-cgo), const SYS_GETDENTS = 141 +pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 = 217 +pkg syscall (linux-arm-cgo), const SYS_GETEGID = 50 +pkg syscall (linux-arm-cgo), const SYS_GETEGID32 = 202 +pkg syscall (linux-arm-cgo), const SYS_GETEUID = 49 +pkg syscall (linux-arm-cgo), const SYS_GETEUID32 = 201 +pkg syscall (linux-arm-cgo), const SYS_GETGID = 47 +pkg syscall (linux-arm-cgo), const SYS_GETGID32 = 200 +pkg syscall (linux-arm-cgo), const SYS_GETGROUPS = 80 +pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 = 205 +pkg syscall (linux-arm-cgo), const SYS_GETITIMER = 105 +pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME = 287 +pkg syscall (linux-arm-cgo), const SYS_GETPGID = 132 +pkg syscall (linux-arm-cgo), const SYS_GETPGRP = 65 +pkg syscall (linux-arm-cgo), const SYS_GETPID = 20 +pkg syscall (linux-arm-cgo), const SYS_GETPPID = 64 +pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY = 96 +pkg syscall (linux-arm-cgo), const SYS_GETRESGID = 171 +pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 = 211 +pkg syscall (linux-arm-cgo), const SYS_GETRESUID = 165 +pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 = 209 +pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT = 76 +pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE = 77 +pkg syscall (linux-arm-cgo), const SYS_GETSID = 147 +pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME = 286 +pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT = 295 +pkg syscall (linux-arm-cgo), const SYS_GETTID = 224 +pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY = 78 +pkg syscall (linux-arm-cgo), const SYS_GETUID = 24 +pkg syscall (linux-arm-cgo), const SYS_GETUID32 = 199 +pkg syscall (linux-arm-cgo), const SYS_GETXATTR = 229 +pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY = 320 +pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST = 339 +pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE = 128 +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH = 317 +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT = 316 +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 = 360 +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH = 318 +pkg syscall (linux-arm-cgo), const SYS_IOCTL = 54 +pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET = 315 +pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET = 314 +pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL = 247 +pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY = 244 +pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS = 245 +pkg syscall (linux-arm-cgo), const SYS_IO_SETUP = 243 +pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT = 246 +pkg syscall (linux-arm-cgo), const SYS_IPC = 117 +pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD = 347 +pkg syscall (linux-arm-cgo), const SYS_KEYCTL = 311 +pkg syscall (linux-arm-cgo), const SYS_KILL = 37 +pkg syscall (linux-arm-cgo), const SYS_LCHOWN = 16 +pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 = 198 +pkg syscall (linux-arm-cgo), const SYS_LGETXATTR = 230 +pkg syscall (linux-arm-cgo), const SYS_LINK = 9 +pkg syscall (linux-arm-cgo), const SYS_LINKAT = 330 +pkg syscall (linux-arm-cgo), const SYS_LISTEN = 284 +pkg syscall (linux-arm-cgo), const SYS_LISTXATTR = 232 +pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR = 233 +pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE = 249 +pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR = 236 +pkg syscall (linux-arm-cgo), const SYS_LSEEK = 19 +pkg syscall (linux-arm-cgo), const SYS_LSETXATTR = 227 +pkg syscall (linux-arm-cgo), const SYS_LSTAT = 107 +pkg syscall (linux-arm-cgo), const SYS_LSTAT64 = 196 +pkg syscall (linux-arm-cgo), const SYS_MADVISE = 220 +pkg syscall (linux-arm-cgo), const SYS_MBIND = 319 +pkg syscall (linux-arm-cgo), const SYS_MINCORE = 219 +pkg syscall (linux-arm-cgo), const SYS_MKDIR = 39 +pkg syscall (linux-arm-cgo), const SYS_MKDIRAT = 323 +pkg syscall (linux-arm-cgo), const SYS_MKNOD = 14 +pkg syscall (linux-arm-cgo), const SYS_MKNODAT = 324 +pkg syscall (linux-arm-cgo), const SYS_MLOCK = 150 +pkg syscall (linux-arm-cgo), const SYS_MLOCKALL = 152 +pkg syscall (linux-arm-cgo), const SYS_MMAP = 90 +pkg syscall (linux-arm-cgo), const SYS_MMAP2 = 192 +pkg syscall (linux-arm-cgo), const SYS_MOUNT = 21 +pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES = 344 +pkg syscall (linux-arm-cgo), const SYS_MPROTECT = 125 +pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR = 279 +pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY = 278 +pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN = 274 +pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE = 277 +pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND = 276 +pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK = 275 +pkg syscall (linux-arm-cgo), const SYS_MREMAP = 163 +pkg syscall (linux-arm-cgo), const SYS_MSGCTL = 304 +pkg syscall (linux-arm-cgo), const SYS_MSGGET = 303 +pkg syscall (linux-arm-cgo), const SYS_MSGRCV = 302 +pkg syscall (linux-arm-cgo), const SYS_MSGSND = 301 +pkg syscall (linux-arm-cgo), const SYS_MSYNC = 144 +pkg syscall (linux-arm-cgo), const SYS_MUNLOCK = 151 +pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL = 153 +pkg syscall (linux-arm-cgo), const SYS_MUNMAP = 91 +pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT = 370 +pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP = 162 +pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL = 169 +pkg syscall (linux-arm-cgo), const SYS_NICE = 34 +pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE = 0 +pkg syscall (linux-arm-cgo), const SYS_OPEN = 5 +pkg syscall (linux-arm-cgo), const SYS_OPENAT = 322 +pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT = 371 +pkg syscall (linux-arm-cgo), const SYS_PAUSE = 29 +pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE = 271 +pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ = 272 +pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE = 273 +pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN = 364 +pkg syscall (linux-arm-cgo), const SYS_PERSONALITY = 136 +pkg syscall (linux-arm-cgo), const SYS_PIPE = 42 +pkg syscall (linux-arm-cgo), const SYS_PIPE2 = 359 +pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT = 218 +pkg syscall (linux-arm-cgo), const SYS_POLL = 168 +pkg syscall (linux-arm-cgo), const SYS_PPOLL = 336 +pkg syscall (linux-arm-cgo), const SYS_PRCTL = 172 +pkg syscall (linux-arm-cgo), const SYS_PREAD64 = 180 +pkg syscall (linux-arm-cgo), const SYS_PREADV = 361 +pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 = 369 +pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV = 376 +pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV = 377 +pkg syscall (linux-arm-cgo), const SYS_PSELECT6 = 335 +pkg syscall (linux-arm-cgo), const SYS_PTRACE = 26 +pkg syscall (linux-arm-cgo), const SYS_PWRITE64 = 181 +pkg syscall (linux-arm-cgo), const SYS_PWRITEV = 362 +pkg syscall (linux-arm-cgo), const SYS_QUOTACTL = 131 +pkg syscall (linux-arm-cgo), const SYS_READ = 3 +pkg syscall (linux-arm-cgo), const SYS_READAHEAD = 225 +pkg syscall (linux-arm-cgo), const SYS_READDIR = 89 +pkg syscall (linux-arm-cgo), const SYS_READLINK = 85 +pkg syscall (linux-arm-cgo), const SYS_READLINKAT = 332 +pkg syscall (linux-arm-cgo), const SYS_READV = 145 +pkg syscall (linux-arm-cgo), const SYS_REBOOT = 88 +pkg syscall (linux-arm-cgo), const SYS_RECV = 291 +pkg syscall (linux-arm-cgo), const SYS_RECVFROM = 292 +pkg syscall (linux-arm-cgo), const SYS_RECVMMSG = 365 +pkg syscall (linux-arm-cgo), const SYS_RECVMSG = 297 +pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES = 253 +pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR = 235 +pkg syscall (linux-arm-cgo), const SYS_RENAME = 38 +pkg syscall (linux-arm-cgo), const SYS_RENAMEAT = 329 +pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY = 310 +pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL = 0 +pkg syscall (linux-arm-cgo), const SYS_RMDIR = 40 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION = 174 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING = 176 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK = 175 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO = 178 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN = 173 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND = 179 +pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT = 177 +pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO = 363 +pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY = 242 +pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM = 155 +pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER = 157 +pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159 +pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160 +pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161 +pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY = 241 +pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM = 154 +pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER = 156 +pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD = 158 +pkg syscall (linux-arm-cgo), const SYS_SELECT = 82 +pkg syscall (linux-arm-cgo), const SYS_SEMCTL = 300 +pkg syscall (linux-arm-cgo), const SYS_SEMGET = 299 +pkg syscall (linux-arm-cgo), const SYS_SEMOP = 298 +pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP = 312 +pkg syscall (linux-arm-cgo), const SYS_SEND = 289 +pkg syscall (linux-arm-cgo), const SYS_SENDFILE = 187 +pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 = 239 +pkg syscall (linux-arm-cgo), const SYS_SENDMMSG = 374 +pkg syscall (linux-arm-cgo), const SYS_SENDMSG = 296 +pkg syscall (linux-arm-cgo), const SYS_SENDTO = 290 +pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME = 121 +pkg syscall (linux-arm-cgo), const SYS_SETFSGID = 139 +pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 = 216 +pkg syscall (linux-arm-cgo), const SYS_SETFSUID = 138 +pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 = 215 +pkg syscall (linux-arm-cgo), const SYS_SETGID = 46 +pkg syscall (linux-arm-cgo), const SYS_SETGID32 = 214 +pkg syscall (linux-arm-cgo), const SYS_SETGROUPS = 81 +pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 = 206 +pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME = 74 +pkg syscall (linux-arm-cgo), const SYS_SETITIMER = 104 +pkg syscall (linux-arm-cgo), const SYS_SETNS = 375 +pkg syscall (linux-arm-cgo), const SYS_SETPGID = 57 +pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY = 97 +pkg syscall (linux-arm-cgo), const SYS_SETREGID = 71 +pkg syscall (linux-arm-cgo), const SYS_SETREGID32 = 204 +pkg syscall (linux-arm-cgo), const SYS_SETRESGID = 170 +pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 = 210 +pkg syscall (linux-arm-cgo), const SYS_SETRESUID = 164 +pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 = 208 +pkg syscall (linux-arm-cgo), const SYS_SETREUID = 70 +pkg syscall (linux-arm-cgo), const SYS_SETREUID32 = 203 +pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT = 75 +pkg syscall (linux-arm-cgo), const SYS_SETSID = 66 +pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT = 294 +pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY = 79 +pkg syscall (linux-arm-cgo), const SYS_SETUID = 23 +pkg syscall (linux-arm-cgo), const SYS_SETUID32 = 213 +pkg syscall (linux-arm-cgo), const SYS_SETXATTR = 226 +pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY = 321 +pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST = 338 +pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS = 256 +pkg syscall (linux-arm-cgo), const SYS_SHMAT = 305 +pkg syscall (linux-arm-cgo), const SYS_SHMCTL = 308 +pkg syscall (linux-arm-cgo), const SYS_SHMDT = 306 +pkg syscall (linux-arm-cgo), const SYS_SHMGET = 307 +pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN = 293 +pkg syscall (linux-arm-cgo), const SYS_SIGACTION = 67 +pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK = 186 +pkg syscall (linux-arm-cgo), const SYS_SIGNALFD = 349 +pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 = 355 +pkg syscall (linux-arm-cgo), const SYS_SIGPENDING = 73 +pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK = 126 +pkg syscall (linux-arm-cgo), const SYS_SIGRETURN = 119 +pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND = 72 +pkg syscall (linux-arm-cgo), const SYS_SOCKET = 281 +pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL = 102 +pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR = 288 +pkg syscall (linux-arm-cgo), const SYS_SPLICE = 340 +pkg syscall (linux-arm-cgo), const SYS_STAT = 106 +pkg syscall (linux-arm-cgo), const SYS_STAT64 = 195 +pkg syscall (linux-arm-cgo), const SYS_STATFS = 99 +pkg syscall (linux-arm-cgo), const SYS_STATFS64 = 266 +pkg syscall (linux-arm-cgo), const SYS_STIME = 25 +pkg syscall (linux-arm-cgo), const SYS_SWAPOFF = 115 +pkg syscall (linux-arm-cgo), const SYS_SWAPON = 87 +pkg syscall (linux-arm-cgo), const SYS_SYMLINK = 83 +pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT = 331 +pkg syscall (linux-arm-cgo), const SYS_SYNC = 36 +pkg syscall (linux-arm-cgo), const SYS_SYNCFS = 373 +pkg syscall (linux-arm-cgo), const SYS_SYSCALL = 113 +pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE = 0 +pkg syscall (linux-arm-cgo), const SYS_SYSFS = 135 +pkg syscall (linux-arm-cgo), const SYS_SYSINFO = 116 +pkg syscall (linux-arm-cgo), const SYS_SYSLOG = 103 +pkg syscall (linux-arm-cgo), const SYS_TEE = 342 +pkg syscall (linux-arm-cgo), const SYS_TGKILL = 268 +pkg syscall (linux-arm-cgo), const SYS_TIME = 13 +pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE = 350 +pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME = 354 +pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME = 353 +pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE = 257 +pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE = 261 +pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN = 260 +pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME = 259 +pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME = 258 +pkg syscall (linux-arm-cgo), const SYS_TIMES = 43 +pkg syscall (linux-arm-cgo), const SYS_TKILL = 238 +pkg syscall (linux-arm-cgo), const SYS_TRUNCATE = 92 +pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 = 193 +pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT = 191 +pkg syscall (linux-arm-cgo), const SYS_UMASK = 60 +pkg syscall (linux-arm-cgo), const SYS_UMOUNT = 22 +pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 = 52 +pkg syscall (linux-arm-cgo), const SYS_UNAME = 122 +pkg syscall (linux-arm-cgo), const SYS_UNLINK = 10 +pkg syscall (linux-arm-cgo), const SYS_UNLINKAT = 328 +pkg syscall (linux-arm-cgo), const SYS_UNSHARE = 337 +pkg syscall (linux-arm-cgo), const SYS_USELIB = 86 +pkg syscall (linux-arm-cgo), const SYS_USTAT = 62 +pkg syscall (linux-arm-cgo), const SYS_UTIME = 30 +pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT = 348 +pkg syscall (linux-arm-cgo), const SYS_UTIMES = 269 +pkg syscall (linux-arm-cgo), const SYS_VFORK = 190 +pkg syscall (linux-arm-cgo), const SYS_VHANGUP = 111 +pkg syscall (linux-arm-cgo), const SYS_VMSPLICE = 343 +pkg syscall (linux-arm-cgo), const SYS_VSERVER = 313 +pkg syscall (linux-arm-cgo), const SYS_WAIT4 = 114 +pkg syscall (linux-arm-cgo), const SYS_WAITID = 280 +pkg syscall (linux-arm-cgo), const SYS_WRITE = 4 +pkg syscall (linux-arm-cgo), const SYS_WRITEV = 146 +pkg syscall (linux-arm-cgo), const SYS__LLSEEK = 140 +pkg syscall (linux-arm-cgo), const SYS__NEWSELECT = 142 +pkg syscall (linux-arm-cgo), const SYS__SYSCTL = 149 +pkg syscall (linux-arm-cgo), const S_BLKSIZE = 512 +pkg syscall (linux-arm-cgo), const S_IEXEC = 64 +pkg syscall (linux-arm-cgo), const S_IFMT = 61440 +pkg syscall (linux-arm-cgo), const S_IREAD = 256 +pkg syscall (linux-arm-cgo), const S_IRGRP = 32 +pkg syscall (linux-arm-cgo), const S_IROTH = 4 +pkg syscall (linux-arm-cgo), const S_IRWXG = 56 +pkg syscall (linux-arm-cgo), const S_IRWXO = 7 +pkg syscall (linux-arm-cgo), const S_IRWXU = 448 +pkg syscall (linux-arm-cgo), const S_IWGRP = 16 +pkg syscall (linux-arm-cgo), const S_IWOTH = 2 +pkg syscall (linux-arm-cgo), const S_IWRITE = 128 +pkg syscall (linux-arm-cgo), const S_IXGRP = 8 +pkg syscall (linux-arm-cgo), const S_IXOTH = 1 +pkg syscall (linux-arm-cgo), const SizeofCmsghdr = 12 +pkg syscall (linux-arm-cgo), const SizeofIPMreq = 8 +pkg syscall (linux-arm-cgo), const SizeofIPMreqn = 12 +pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg = 8 +pkg syscall (linux-arm-cgo), const SizeofIfInfomsg = 16 +pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo = 12 +pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (linux-arm-cgo), const SizeofInotifyEvent = 16 +pkg syscall (linux-arm-cgo), const SizeofLinger = 8 +pkg syscall (linux-arm-cgo), const SizeofMsghdr = 28 +pkg syscall (linux-arm-cgo), const SizeofNlAttr = 4 +pkg syscall (linux-arm-cgo), const SizeofNlMsgerr = 20 +pkg syscall (linux-arm-cgo), const SizeofNlMsghdr = 16 +pkg syscall (linux-arm-cgo), const SizeofRtAttr = 4 +pkg syscall (linux-arm-cgo), const SizeofRtGenmsg = 1 +pkg syscall (linux-arm-cgo), const SizeofRtMsg = 12 +pkg syscall (linux-arm-cgo), const SizeofRtNexthop = 8 +pkg syscall (linux-arm-cgo), const SizeofSockFilter = 8 +pkg syscall (linux-arm-cgo), const SizeofSockFprog = 8 +pkg syscall (linux-arm-cgo), const SizeofSockaddrAny = 112 +pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer = 20 +pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink = 12 +pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix = 110 +pkg syscall (linux-arm-cgo), const SizeofTCPInfo = 104 +pkg syscall (linux-arm-cgo), const SizeofUcred = 12 +pkg syscall (linux-arm-cgo), const TCGETS = 21505 +pkg syscall (linux-arm-cgo), const TCP_CONGESTION = 13 +pkg syscall (linux-arm-cgo), const TCP_CORK = 3 +pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT = 9 +pkg syscall (linux-arm-cgo), const TCP_INFO = 11 +pkg syscall (linux-arm-cgo), const TCP_KEEPCNT = 6 +pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE = 4 +pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (linux-arm-cgo), const TCP_LINGER2 = 8 +pkg syscall (linux-arm-cgo), const TCP_MAXSEG = 2 +pkg syscall (linux-arm-cgo), const TCP_MAXWIN = 65535 +pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (linux-arm-cgo), const TCP_MD5SIG = 14 +pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN = 80 +pkg syscall (linux-arm-cgo), const TCP_MSS = 512 +pkg syscall (linux-arm-cgo), const TCP_QUICKACK = 12 +pkg syscall (linux-arm-cgo), const TCP_SYNCNT = 7 +pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP = 10 +pkg syscall (linux-arm-cgo), const TCSETS = 21506 +pkg syscall (linux-arm-cgo), const TIOCCBRK = 21544 +pkg syscall (linux-arm-cgo), const TIOCCONS = 21533 +pkg syscall (linux-arm-cgo), const TIOCEXCL = 21516 +pkg syscall (linux-arm-cgo), const TIOCGDEV = 2147767346 +pkg syscall (linux-arm-cgo), const TIOCGETD = 21540 +pkg syscall (linux-arm-cgo), const TIOCGICOUNT = 21597 +pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS = 21590 +pkg syscall (linux-arm-cgo), const TIOCGPGRP = 21519 +pkg syscall (linux-arm-cgo), const TIOCGPTN = 2147767344 +pkg syscall (linux-arm-cgo), const TIOCGRS485 = 21550 +pkg syscall (linux-arm-cgo), const TIOCGSERIAL = 21534 +pkg syscall (linux-arm-cgo), const TIOCGSID = 21545 +pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR = 21529 +pkg syscall (linux-arm-cgo), const TIOCGWINSZ = 21523 +pkg syscall (linux-arm-cgo), const TIOCINQ = 21531 +pkg syscall (linux-arm-cgo), const TIOCLINUX = 21532 +pkg syscall (linux-arm-cgo), const TIOCMBIC = 21527 +pkg syscall (linux-arm-cgo), const TIOCMBIS = 21526 +pkg syscall (linux-arm-cgo), const TIOCMGET = 21525 +pkg syscall (linux-arm-cgo), const TIOCMIWAIT = 21596 +pkg syscall (linux-arm-cgo), const TIOCMSET = 21528 +pkg syscall (linux-arm-cgo), const TIOCM_CAR = 64 +pkg syscall (linux-arm-cgo), const TIOCM_CD = 64 +pkg syscall (linux-arm-cgo), const TIOCM_CTS = 32 +pkg syscall (linux-arm-cgo), const TIOCM_DSR = 256 +pkg syscall (linux-arm-cgo), const TIOCM_DTR = 2 +pkg syscall (linux-arm-cgo), const TIOCM_LE = 1 +pkg syscall (linux-arm-cgo), const TIOCM_RI = 128 +pkg syscall (linux-arm-cgo), const TIOCM_RNG = 128 +pkg syscall (linux-arm-cgo), const TIOCM_RTS = 4 +pkg syscall (linux-arm-cgo), const TIOCM_SR = 16 +pkg syscall (linux-arm-cgo), const TIOCM_ST = 8 +pkg syscall (linux-arm-cgo), const TIOCNOTTY = 21538 +pkg syscall (linux-arm-cgo), const TIOCNXCL = 21517 +pkg syscall (linux-arm-cgo), const TIOCOUTQ = 21521 +pkg syscall (linux-arm-cgo), const TIOCPKT = 21536 +pkg syscall (linux-arm-cgo), const TIOCPKT_DATA = 0 +pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (linux-arm-cgo), const TIOCPKT_START = 8 +pkg syscall (linux-arm-cgo), const TIOCPKT_STOP = 4 +pkg syscall (linux-arm-cgo), const TIOCSBRK = 21543 +pkg syscall (linux-arm-cgo), const TIOCSCTTY = 21518 +pkg syscall (linux-arm-cgo), const TIOCSERCONFIG = 21587 +pkg syscall (linux-arm-cgo), const TIOCSERGETLSR = 21593 +pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI = 21594 +pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT = 21592 +pkg syscall (linux-arm-cgo), const TIOCSERGWILD = 21588 +pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI = 21595 +pkg syscall (linux-arm-cgo), const TIOCSERSWILD = 21589 +pkg syscall (linux-arm-cgo), const TIOCSER_TEMT = 1 +pkg syscall (linux-arm-cgo), const TIOCSETD = 21539 +pkg syscall (linux-arm-cgo), const TIOCSIG = 1074025526 +pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS = 21591 +pkg syscall (linux-arm-cgo), const TIOCSPGRP = 21520 +pkg syscall (linux-arm-cgo), const TIOCSPTLCK = 1074025521 +pkg syscall (linux-arm-cgo), const TIOCSRS485 = 21551 +pkg syscall (linux-arm-cgo), const TIOCSSERIAL = 21535 +pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR = 21530 +pkg syscall (linux-arm-cgo), const TIOCSTI = 21522 +pkg syscall (linux-arm-cgo), const TIOCSWINSZ = 21524 +pkg syscall (linux-arm-cgo), const TIOCVHANGUP = 21559 +pkg syscall (linux-arm-cgo), const TOSTOP = 256 +pkg syscall (linux-arm-cgo), const TUNATTACHFILTER = 1074287829 +pkg syscall (linux-arm-cgo), const TUNDETACHFILTER = 1074287830 +pkg syscall (linux-arm-cgo), const TUNGETFEATURES = 2147767503 +pkg syscall (linux-arm-cgo), const TUNGETIFF = 2147767506 +pkg syscall (linux-arm-cgo), const TUNGETSNDBUF = 2147767507 +pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ = 2147767511 +pkg syscall (linux-arm-cgo), const TUNSETDEBUG = 1074025673 +pkg syscall (linux-arm-cgo), const TUNSETGROUP = 1074025678 +pkg syscall (linux-arm-cgo), const TUNSETIFF = 1074025674 +pkg syscall (linux-arm-cgo), const TUNSETLINK = 1074025677 +pkg syscall (linux-arm-cgo), const TUNSETNOCSUM = 1074025672 +pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD = 1074025680 +pkg syscall (linux-arm-cgo), const TUNSETOWNER = 1074025676 +pkg syscall (linux-arm-cgo), const TUNSETPERSIST = 1074025675 +pkg syscall (linux-arm-cgo), const TUNSETSNDBUF = 1074025684 +pkg syscall (linux-arm-cgo), const TUNSETTXFILTER = 1074025681 +pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ = 1074025688 +pkg syscall (linux-arm-cgo), const VDISCARD = 13 +pkg syscall (linux-arm-cgo), const VEOF = 4 +pkg syscall (linux-arm-cgo), const VEOL = 11 +pkg syscall (linux-arm-cgo), const VEOL2 = 16 +pkg syscall (linux-arm-cgo), const VERASE = 2 +pkg syscall (linux-arm-cgo), const VINTR = 0 +pkg syscall (linux-arm-cgo), const VKILL = 3 +pkg syscall (linux-arm-cgo), const VLNEXT = 15 +pkg syscall (linux-arm-cgo), const VMIN = 6 +pkg syscall (linux-arm-cgo), const VQUIT = 1 +pkg syscall (linux-arm-cgo), const VREPRINT = 12 +pkg syscall (linux-arm-cgo), const VSTART = 8 +pkg syscall (linux-arm-cgo), const VSTOP = 9 +pkg syscall (linux-arm-cgo), const VSUSP = 10 +pkg syscall (linux-arm-cgo), const VSWTC = 7 +pkg syscall (linux-arm-cgo), const VTIME = 5 +pkg syscall (linux-arm-cgo), const VWERASE = 14 +pkg syscall (linux-arm-cgo), const WALL = 1073741824 +pkg syscall (linux-arm-cgo), const WCLONE = 2147483648 +pkg syscall (linux-arm-cgo), const WCONTINUED = 8 +pkg syscall (linux-arm-cgo), const WEXITED = 4 +pkg syscall (linux-arm-cgo), const WNOHANG = 1 +pkg syscall (linux-arm-cgo), const WNOTHREAD = 536870912 +pkg syscall (linux-arm-cgo), const WNOWAIT = 16777216 +pkg syscall (linux-arm-cgo), const WORDSIZE = 32 +pkg syscall (linux-arm-cgo), const WSTOPPED = 2 +pkg syscall (linux-arm-cgo), const WUNTRACED = 2 +pkg syscall (linux-arm-cgo), const XCASE = 4 +pkg syscall (netbsd-386), const AF_APPLETALK = 16 +pkg syscall (netbsd-386), const AF_ARP = 28 +pkg syscall (netbsd-386), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-386), const AF_CCITT = 10 +pkg syscall (netbsd-386), const AF_CHAOS = 5 +pkg syscall (netbsd-386), const AF_CNT = 21 +pkg syscall (netbsd-386), const AF_COIP = 20 +pkg syscall (netbsd-386), const AF_DATAKIT = 9 +pkg syscall (netbsd-386), const AF_DECnet = 12 +pkg syscall (netbsd-386), const AF_DLI = 13 +pkg syscall (netbsd-386), const AF_E164 = 26 +pkg syscall (netbsd-386), const AF_ECMA = 8 +pkg syscall (netbsd-386), const AF_HYLINK = 15 +pkg syscall (netbsd-386), const AF_IEEE80211 = 32 +pkg syscall (netbsd-386), const AF_IMPLINK = 3 +pkg syscall (netbsd-386), const AF_INET6 = 24 +pkg syscall (netbsd-386), const AF_IPX = 23 +pkg syscall (netbsd-386), const AF_ISDN = 26 +pkg syscall (netbsd-386), const AF_ISO = 7 +pkg syscall (netbsd-386), const AF_LAT = 14 +pkg syscall (netbsd-386), const AF_LINK = 18 +pkg syscall (netbsd-386), const AF_LOCAL = 1 +pkg syscall (netbsd-386), const AF_MAX = 35 +pkg syscall (netbsd-386), const AF_MPLS = 33 +pkg syscall (netbsd-386), const AF_NATM = 27 +pkg syscall (netbsd-386), const AF_NS = 6 +pkg syscall (netbsd-386), const AF_OROUTE = 17 +pkg syscall (netbsd-386), const AF_OSI = 7 +pkg syscall (netbsd-386), const AF_PUP = 4 +pkg syscall (netbsd-386), const AF_ROUTE = 34 +pkg syscall (netbsd-386), const AF_SNA = 11 +pkg syscall (netbsd-386), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-386), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-386), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-386), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-386), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-386), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-386), const B0 = 0 +pkg syscall (netbsd-386), const B110 = 110 +pkg syscall (netbsd-386), const B115200 = 115200 +pkg syscall (netbsd-386), const B1200 = 1200 +pkg syscall (netbsd-386), const B134 = 134 +pkg syscall (netbsd-386), const B14400 = 14400 +pkg syscall (netbsd-386), const B150 = 150 +pkg syscall (netbsd-386), const B1800 = 1800 +pkg syscall (netbsd-386), const B19200 = 19200 +pkg syscall (netbsd-386), const B200 = 200 +pkg syscall (netbsd-386), const B230400 = 230400 +pkg syscall (netbsd-386), const B2400 = 2400 +pkg syscall (netbsd-386), const B28800 = 28800 +pkg syscall (netbsd-386), const B300 = 300 +pkg syscall (netbsd-386), const B38400 = 38400 +pkg syscall (netbsd-386), const B460800 = 460800 +pkg syscall (netbsd-386), const B4800 = 4800 +pkg syscall (netbsd-386), const B50 = 50 +pkg syscall (netbsd-386), const B57600 = 57600 +pkg syscall (netbsd-386), const B600 = 600 +pkg syscall (netbsd-386), const B7200 = 7200 +pkg syscall (netbsd-386), const B75 = 75 +pkg syscall (netbsd-386), const B76800 = 76800 +pkg syscall (netbsd-386), const B921600 = 921600 +pkg syscall (netbsd-386), const B9600 = 9600 +pkg syscall (netbsd-386), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-386), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-386), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-386), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-386), const BIOCGDLTLIST = 3221766775 +pkg syscall (netbsd-386), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-386), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-386), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-386), const BIOCGRTIMEOUT = 1074545275 +pkg syscall (netbsd-386), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-386), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-386), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-386), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-386), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-386), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-386), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-386), const BIOCSETF = 2148024935 +pkg syscall (netbsd-386), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-386), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-386), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-386), const BIOCSRTIMEOUT = 2148287098 +pkg syscall (netbsd-386), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-386), const BIOCSTCPF = 2148024946 +pkg syscall (netbsd-386), const BIOCSUDPF = 2148024947 +pkg syscall (netbsd-386), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-386), const BPF_A = 16 +pkg syscall (netbsd-386), const BPF_ABS = 32 +pkg syscall (netbsd-386), const BPF_ADD = 0 +pkg syscall (netbsd-386), const BPF_ALIGNMENT = 4 +pkg syscall (netbsd-386), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-386), const BPF_ALU = 4 +pkg syscall (netbsd-386), const BPF_AND = 80 +pkg syscall (netbsd-386), const BPF_B = 16 +pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-386), const BPF_DIV = 48 +pkg syscall (netbsd-386), const BPF_H = 8 +pkg syscall (netbsd-386), const BPF_IMM = 0 +pkg syscall (netbsd-386), const BPF_IND = 64 +pkg syscall (netbsd-386), const BPF_JA = 0 +pkg syscall (netbsd-386), const BPF_JEQ = 16 +pkg syscall (netbsd-386), const BPF_JGE = 48 +pkg syscall (netbsd-386), const BPF_JGT = 32 +pkg syscall (netbsd-386), const BPF_JMP = 5 +pkg syscall (netbsd-386), const BPF_JSET = 64 +pkg syscall (netbsd-386), const BPF_K = 0 +pkg syscall (netbsd-386), const BPF_LD = 0 +pkg syscall (netbsd-386), const BPF_LDX = 1 +pkg syscall (netbsd-386), const BPF_LEN = 128 +pkg syscall (netbsd-386), const BPF_LSH = 96 +pkg syscall (netbsd-386), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-386), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-386), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-386), const BPF_MEM = 96 +pkg syscall (netbsd-386), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-386), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-386), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-386), const BPF_MISC = 7 +pkg syscall (netbsd-386), const BPF_MSH = 160 +pkg syscall (netbsd-386), const BPF_MUL = 32 +pkg syscall (netbsd-386), const BPF_NEG = 128 +pkg syscall (netbsd-386), const BPF_OR = 64 +pkg syscall (netbsd-386), const BPF_RELEASE = 199606 +pkg syscall (netbsd-386), const BPF_RET = 6 +pkg syscall (netbsd-386), const BPF_RSH = 112 +pkg syscall (netbsd-386), const BPF_ST = 2 +pkg syscall (netbsd-386), const BPF_STX = 3 +pkg syscall (netbsd-386), const BPF_SUB = 16 +pkg syscall (netbsd-386), const BPF_TAX = 0 +pkg syscall (netbsd-386), const BPF_TXA = 128 +pkg syscall (netbsd-386), const BPF_W = 0 +pkg syscall (netbsd-386), const BPF_X = 8 +pkg syscall (netbsd-386), const BRKINT = 2 +pkg syscall (netbsd-386), const CFLUSH = 15 +pkg syscall (netbsd-386), const CLOCAL = 32768 +pkg syscall (netbsd-386), const CREAD = 2048 +pkg syscall (netbsd-386), const CS5 = 0 +pkg syscall (netbsd-386), const CS6 = 256 +pkg syscall (netbsd-386), const CS7 = 512 +pkg syscall (netbsd-386), const CS8 = 768 +pkg syscall (netbsd-386), const CSIZE = 768 +pkg syscall (netbsd-386), const CSTART = 17 +pkg syscall (netbsd-386), const CSTATUS = 20 +pkg syscall (netbsd-386), const CSTOP = 19 +pkg syscall (netbsd-386), const CSTOPB = 1024 +pkg syscall (netbsd-386), const CSUSP = 26 +pkg syscall (netbsd-386), const CTL_MAXNAME = 12 +pkg syscall (netbsd-386), const CTL_NET = 4 +pkg syscall (netbsd-386), const CTL_QUERY = -2 +pkg syscall (netbsd-386), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-386), const DLT_A429 = 184 +pkg syscall (netbsd-386), const DLT_A653_ICM = 185 +pkg syscall (netbsd-386), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-386), const DLT_AOS = 222 +pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-386), const DLT_ARCNET = 7 +pkg syscall (netbsd-386), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-386), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-386), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-386), const DLT_AURORA = 126 +pkg syscall (netbsd-386), const DLT_AX25 = 3 +pkg syscall (netbsd-386), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-386), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-386), const DLT_CAN20B = 190 +pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-386), const DLT_CHAOS = 5 +pkg syscall (netbsd-386), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-386), const DLT_C_HDLC = 104 +pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-386), const DLT_DECT = 221 +pkg syscall (netbsd-386), const DLT_DOCSIS = 143 +pkg syscall (netbsd-386), const DLT_ECONET = 115 +pkg syscall (netbsd-386), const DLT_EN10MB = 1 +pkg syscall (netbsd-386), const DLT_EN3MB = 2 +pkg syscall (netbsd-386), const DLT_ENC = 109 +pkg syscall (netbsd-386), const DLT_ERF = 197 +pkg syscall (netbsd-386), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-386), const DLT_ERF_POS = 176 +pkg syscall (netbsd-386), const DLT_FC_2 = 224 +pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-386), const DLT_FDDI = 10 +pkg syscall (netbsd-386), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-386), const DLT_FRELAY = 107 +pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-386), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-386), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-386), const DLT_GPF_F = 171 +pkg syscall (netbsd-386), const DLT_GPF_T = 170 +pkg syscall (netbsd-386), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-386), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-386), const DLT_HDLC = 16 +pkg syscall (netbsd-386), const DLT_HHDLC = 121 +pkg syscall (netbsd-386), const DLT_HIPPI = 15 +pkg syscall (netbsd-386), const DLT_IBM_SN = 146 +pkg syscall (netbsd-386), const DLT_IBM_SP = 145 +pkg syscall (netbsd-386), const DLT_IEEE802 = 6 +pkg syscall (netbsd-386), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-386), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-386), const DLT_IPMB = 199 +pkg syscall (netbsd-386), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-386), const DLT_IPNET = 226 +pkg syscall (netbsd-386), const DLT_IPV4 = 228 +pkg syscall (netbsd-386), const DLT_IPV6 = 229 +pkg syscall (netbsd-386), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-386), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-386), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-386), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-386), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-386), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-386), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-386), const DLT_LAPD = 203 +pkg syscall (netbsd-386), const DLT_LIN = 212 +pkg syscall (netbsd-386), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-386), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-386), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-386), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-386), const DLT_LOOP = 108 +pkg syscall (netbsd-386), const DLT_LTALK = 114 +pkg syscall (netbsd-386), const DLT_MFR = 182 +pkg syscall (netbsd-386), const DLT_MOST = 211 +pkg syscall (netbsd-386), const DLT_MPLS = 219 +pkg syscall (netbsd-386), const DLT_MTP2 = 140 +pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-386), const DLT_MTP3 = 141 +pkg syscall (netbsd-386), const DLT_NULL = 0 +pkg syscall (netbsd-386), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-386), const DLT_PFLOG = 117 +pkg syscall (netbsd-386), const DLT_PFSYNC = 18 +pkg syscall (netbsd-386), const DLT_PPI = 192 +pkg syscall (netbsd-386), const DLT_PPP = 9 +pkg syscall (netbsd-386), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-386), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-386), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-386), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-386), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-386), const DLT_PRONET = 4 +pkg syscall (netbsd-386), const DLT_RAIF1 = 198 +pkg syscall (netbsd-386), const DLT_RAW = 12 +pkg syscall (netbsd-386), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-386), const DLT_RIO = 124 +pkg syscall (netbsd-386), const DLT_SCCP = 142 +pkg syscall (netbsd-386), const DLT_SITA = 196 +pkg syscall (netbsd-386), const DLT_SLIP = 8 +pkg syscall (netbsd-386), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-386), const DLT_SUNATM = 123 +pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-386), const DLT_TZSP = 128 +pkg syscall (netbsd-386), const DLT_USB = 186 +pkg syscall (netbsd-386), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-386), const DLT_WIHART = 223 +pkg syscall (netbsd-386), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-386), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-386), const DT_BLK = 6 +pkg syscall (netbsd-386), const DT_CHR = 2 +pkg syscall (netbsd-386), const DT_DIR = 4 +pkg syscall (netbsd-386), const DT_FIFO = 1 +pkg syscall (netbsd-386), const DT_LNK = 10 +pkg syscall (netbsd-386), const DT_REG = 8 +pkg syscall (netbsd-386), const DT_SOCK = 12 +pkg syscall (netbsd-386), const DT_UNKNOWN = 0 +pkg syscall (netbsd-386), const DT_WHT = 14 +pkg syscall (netbsd-386), const E2BIG = 7 +pkg syscall (netbsd-386), const EACCES = 13 +pkg syscall (netbsd-386), const EADDRINUSE = 48 +pkg syscall (netbsd-386), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-386), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-386), const EAGAIN = 35 +pkg syscall (netbsd-386), const EALREADY = 37 +pkg syscall (netbsd-386), const EAUTH = 80 +pkg syscall (netbsd-386), const EBADF = 9 +pkg syscall (netbsd-386), const EBADMSG = 88 +pkg syscall (netbsd-386), const EBADRPC = 72 +pkg syscall (netbsd-386), const EBUSY = 16 +pkg syscall (netbsd-386), const ECANCELED = 87 +pkg syscall (netbsd-386), const ECHILD = 10 +pkg syscall (netbsd-386), const ECHO = 8 +pkg syscall (netbsd-386), const ECHOCTL = 64 +pkg syscall (netbsd-386), const ECHOE = 2 +pkg syscall (netbsd-386), const ECHOK = 4 +pkg syscall (netbsd-386), const ECHOKE = 1 +pkg syscall (netbsd-386), const ECHONL = 16 +pkg syscall (netbsd-386), const ECHOPRT = 32 +pkg syscall (netbsd-386), const ECONNABORTED = 53 +pkg syscall (netbsd-386), const ECONNREFUSED = 61 +pkg syscall (netbsd-386), const ECONNRESET = 54 +pkg syscall (netbsd-386), const EDEADLK = 11 +pkg syscall (netbsd-386), const EDESTADDRREQ = 39 +pkg syscall (netbsd-386), const EDOM = 33 +pkg syscall (netbsd-386), const EDQUOT = 69 +pkg syscall (netbsd-386), const EEXIST = 17 +pkg syscall (netbsd-386), const EFAULT = 14 +pkg syscall (netbsd-386), const EFBIG = 27 +pkg syscall (netbsd-386), const EFTYPE = 79 +pkg syscall (netbsd-386), const EHOSTDOWN = 64 +pkg syscall (netbsd-386), const EHOSTUNREACH = 65 +pkg syscall (netbsd-386), const EIDRM = 82 +pkg syscall (netbsd-386), const EILSEQ = 85 +pkg syscall (netbsd-386), const EINPROGRESS = 36 +pkg syscall (netbsd-386), const EINTR = 4 +pkg syscall (netbsd-386), const EINVAL = 22 +pkg syscall (netbsd-386), const EIO = 5 +pkg syscall (netbsd-386), const EISCONN = 56 +pkg syscall (netbsd-386), const EISDIR = 21 +pkg syscall (netbsd-386), const ELAST = 96 +pkg syscall (netbsd-386), const ELOOP = 62 +pkg syscall (netbsd-386), const EMFILE = 24 +pkg syscall (netbsd-386), const EMLINK = 31 +pkg syscall (netbsd-386), const EMSGSIZE = 40 +pkg syscall (netbsd-386), const EMULTIHOP = 94 +pkg syscall (netbsd-386), const EMUL_LINUX = 1 +pkg syscall (netbsd-386), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-386), const EMUL_MAXID = 6 +pkg syscall (netbsd-386), const ENAMETOOLONG = 63 +pkg syscall (netbsd-386), const ENEEDAUTH = 81 +pkg syscall (netbsd-386), const ENETDOWN = 50 +pkg syscall (netbsd-386), const ENETRESET = 52 +pkg syscall (netbsd-386), const ENETUNREACH = 51 +pkg syscall (netbsd-386), const ENFILE = 23 +pkg syscall (netbsd-386), const ENOATTR = 93 +pkg syscall (netbsd-386), const ENOBUFS = 55 +pkg syscall (netbsd-386), const ENODATA = 89 +pkg syscall (netbsd-386), const ENODEV = 19 +pkg syscall (netbsd-386), const ENOEXEC = 8 +pkg syscall (netbsd-386), const ENOLCK = 77 +pkg syscall (netbsd-386), const ENOLINK = 95 +pkg syscall (netbsd-386), const ENOMEM = 12 +pkg syscall (netbsd-386), const ENOMSG = 83 +pkg syscall (netbsd-386), const ENOPROTOOPT = 42 +pkg syscall (netbsd-386), const ENOSPC = 28 +pkg syscall (netbsd-386), const ENOSR = 90 +pkg syscall (netbsd-386), const ENOSTR = 91 +pkg syscall (netbsd-386), const ENOSYS = 78 +pkg syscall (netbsd-386), const ENOTBLK = 15 +pkg syscall (netbsd-386), const ENOTCONN = 57 +pkg syscall (netbsd-386), const ENOTDIR = 20 +pkg syscall (netbsd-386), const ENOTEMPTY = 66 +pkg syscall (netbsd-386), const ENOTSOCK = 38 +pkg syscall (netbsd-386), const ENOTSUP = 86 +pkg syscall (netbsd-386), const ENOTTY = 25 +pkg syscall (netbsd-386), const ENXIO = 6 +pkg syscall (netbsd-386), const EN_SW_CTL_INF = 4096 +pkg syscall (netbsd-386), const EN_SW_CTL_PREC = 768 +pkg syscall (netbsd-386), const EN_SW_CTL_ROUND = 3072 +pkg syscall (netbsd-386), const EN_SW_DATACHAIN = 128 +pkg syscall (netbsd-386), const EN_SW_DENORM = 2 +pkg syscall (netbsd-386), const EN_SW_INVOP = 1 +pkg syscall (netbsd-386), const EN_SW_OVERFLOW = 8 +pkg syscall (netbsd-386), const EN_SW_PRECLOSS = 32 +pkg syscall (netbsd-386), const EN_SW_UNDERFLOW = 16 +pkg syscall (netbsd-386), const EN_SW_ZERODIV = 4 +pkg syscall (netbsd-386), const EOPNOTSUPP = 45 +pkg syscall (netbsd-386), const EOVERFLOW = 84 +pkg syscall (netbsd-386), const EPERM = 1 +pkg syscall (netbsd-386), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-386), const EPIPE = 32 +pkg syscall (netbsd-386), const EPROCLIM = 67 +pkg syscall (netbsd-386), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-386), const EPROGMISMATCH = 75 +pkg syscall (netbsd-386), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-386), const EPROTO = 96 +pkg syscall (netbsd-386), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-386), const EPROTOTYPE = 41 +pkg syscall (netbsd-386), const ERANGE = 34 +pkg syscall (netbsd-386), const EREMOTE = 71 +pkg syscall (netbsd-386), const EROFS = 30 +pkg syscall (netbsd-386), const ERPCMISMATCH = 73 +pkg syscall (netbsd-386), const ESHUTDOWN = 58 +pkg syscall (netbsd-386), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-386), const ESPIPE = 29 +pkg syscall (netbsd-386), const ESRCH = 3 +pkg syscall (netbsd-386), const ESTALE = 70 +pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-386), const ETHERMIN = 46 +pkg syscall (netbsd-386), const ETHERMTU = 1500 +pkg syscall (netbsd-386), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-386), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-386), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-386), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-386), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-386), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-386), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-386), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-386), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-386), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-386), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-386), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-386), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-386), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-386), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-386), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-386), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-386), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-386), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-386), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-386), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-386), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-386), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-386), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-386), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-386), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-386), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-386), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-386), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-386), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-386), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-386), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-386), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-386), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-386), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-386), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-386), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-386), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-386), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-386), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-386), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-386), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-386), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-386), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-386), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-386), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-386), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-386), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-386), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-386), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-386), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-386), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-386), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-386), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-386), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-386), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-386), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-386), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-386), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-386), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-386), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-386), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-386), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-386), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-386), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-386), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-386), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-386), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-386), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-386), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-386), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-386), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-386), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-386), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-386), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-386), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-386), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-386), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-386), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-386), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-386), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-386), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-386), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-386), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-386), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-386), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-386), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-386), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-386), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-386), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-386), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-386), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-386), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-386), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-386), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-386), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-386), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-386), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-386), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-386), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-386), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-386), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-386), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-386), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-386), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-386), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-386), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-386), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-386), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-386), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-386), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-386), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-386), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-386), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-386), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-386), const ETIME = 92 +pkg syscall (netbsd-386), const ETIMEDOUT = 60 +pkg syscall (netbsd-386), const ETOOMANYREFS = 59 +pkg syscall (netbsd-386), const ETXTBSY = 26 +pkg syscall (netbsd-386), const EUSERS = 68 +pkg syscall (netbsd-386), const EVFILT_AIO = 2 +pkg syscall (netbsd-386), const EVFILT_PROC = 4 +pkg syscall (netbsd-386), const EVFILT_READ = 0 +pkg syscall (netbsd-386), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-386), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-386), const EVFILT_TIMER = 6 +pkg syscall (netbsd-386), const EVFILT_VNODE = 3 +pkg syscall (netbsd-386), const EVFILT_WRITE = 1 +pkg syscall (netbsd-386), const EV_ADD = 1 +pkg syscall (netbsd-386), const EV_CLEAR = 32 +pkg syscall (netbsd-386), const EV_DELETE = 2 +pkg syscall (netbsd-386), const EV_DISABLE = 8 +pkg syscall (netbsd-386), const EV_ENABLE = 4 +pkg syscall (netbsd-386), const EV_EOF = 32768 +pkg syscall (netbsd-386), const EV_ERROR = 16384 +pkg syscall (netbsd-386), const EV_FLAG1 = 8192 +pkg syscall (netbsd-386), const EV_ONESHOT = 16 +pkg syscall (netbsd-386), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-386), const EWOULDBLOCK = 35 +pkg syscall (netbsd-386), const EXDEV = 18 +pkg syscall (netbsd-386), const EXTA = 19200 +pkg syscall (netbsd-386), const EXTB = 38400 +pkg syscall (netbsd-386), const EXTPROC = 2048 +pkg syscall (netbsd-386), const FD_CLOEXEC = 1 +pkg syscall (netbsd-386), const FD_SETSIZE = 256 +pkg syscall (netbsd-386), const FLUSHO = 8388608 +pkg syscall (netbsd-386), const F_CLOSEM = 10 +pkg syscall (netbsd-386), const F_DUPFD = 0 +pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-386), const F_FSCTL = -2147483648 +pkg syscall (netbsd-386), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-386), const F_FSIN = 268435456 +pkg syscall (netbsd-386), const F_FSINOUT = 805306368 +pkg syscall (netbsd-386), const F_FSOUT = 536870912 +pkg syscall (netbsd-386), const F_FSPRIV = 32768 +pkg syscall (netbsd-386), const F_FSVOID = 1073741824 +pkg syscall (netbsd-386), const F_GETFD = 1 +pkg syscall (netbsd-386), const F_GETFL = 3 +pkg syscall (netbsd-386), const F_GETLK = 7 +pkg syscall (netbsd-386), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-386), const F_GETOWN = 5 +pkg syscall (netbsd-386), const F_MAXFD = 11 +pkg syscall (netbsd-386), const F_OK = 0 +pkg syscall (netbsd-386), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-386), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-386), const F_RDLCK = 1 +pkg syscall (netbsd-386), const F_SETFD = 2 +pkg syscall (netbsd-386), const F_SETFL = 4 +pkg syscall (netbsd-386), const F_SETLK = 8 +pkg syscall (netbsd-386), const F_SETLKW = 9 +pkg syscall (netbsd-386), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-386), const F_SETOWN = 6 +pkg syscall (netbsd-386), const F_UNLCK = 2 +pkg syscall (netbsd-386), const F_WRLCK = 3 +pkg syscall (netbsd-386), const HUPCL = 16384 +pkg syscall (netbsd-386), const ICANON = 256 +pkg syscall (netbsd-386), const ICRNL = 256 +pkg syscall (netbsd-386), const IEXTEN = 1024 +pkg syscall (netbsd-386), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-386), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-386), const IFA_ROUTE = 1 +pkg syscall (netbsd-386), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-386), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-386), const IFF_DEBUG = 4 +pkg syscall (netbsd-386), const IFF_LINK0 = 4096 +pkg syscall (netbsd-386), const IFF_LINK1 = 8192 +pkg syscall (netbsd-386), const IFF_LINK2 = 16384 +pkg syscall (netbsd-386), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-386), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-386), const IFF_NOARP = 128 +pkg syscall (netbsd-386), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-386), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-386), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-386), const IFF_PROMISC = 256 +pkg syscall (netbsd-386), const IFF_RUNNING = 64 +pkg syscall (netbsd-386), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-386), const IFNAMSIZ = 16 +pkg syscall (netbsd-386), const IFT_1822 = 2 +pkg syscall (netbsd-386), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-386), const IFT_AAL2 = 187 +pkg syscall (netbsd-386), const IFT_AAL5 = 49 +pkg syscall (netbsd-386), const IFT_ADSL = 94 +pkg syscall (netbsd-386), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-386), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-386), const IFT_ARAP = 88 +pkg syscall (netbsd-386), const IFT_ARCNET = 35 +pkg syscall (netbsd-386), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-386), const IFT_ASYNC = 84 +pkg syscall (netbsd-386), const IFT_ATM = 37 +pkg syscall (netbsd-386), const IFT_ATMDXI = 105 +pkg syscall (netbsd-386), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-386), const IFT_ATMIMA = 107 +pkg syscall (netbsd-386), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-386), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-386), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-386), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-386), const IFT_BRIDGE = 209 +pkg syscall (netbsd-386), const IFT_BSC = 83 +pkg syscall (netbsd-386), const IFT_CARP = 248 +pkg syscall (netbsd-386), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-386), const IFT_CEPT = 19 +pkg syscall (netbsd-386), const IFT_CES = 133 +pkg syscall (netbsd-386), const IFT_CHANNEL = 70 +pkg syscall (netbsd-386), const IFT_CNR = 85 +pkg syscall (netbsd-386), const IFT_COFFEE = 132 +pkg syscall (netbsd-386), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-386), const IFT_DCN = 141 +pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-386), const IFT_DLSW = 74 +pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-386), const IFT_DS0 = 81 +pkg syscall (netbsd-386), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-386), const IFT_DS1FDL = 170 +pkg syscall (netbsd-386), const IFT_DS3 = 30 +pkg syscall (netbsd-386), const IFT_DTM = 140 +pkg syscall (netbsd-386), const IFT_DVBASILN = 172 +pkg syscall (netbsd-386), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-386), const IFT_ECONET = 206 +pkg syscall (netbsd-386), const IFT_EON = 25 +pkg syscall (netbsd-386), const IFT_EPLRS = 87 +pkg syscall (netbsd-386), const IFT_ESCON = 73 +pkg syscall (netbsd-386), const IFT_ETHER = 6 +pkg syscall (netbsd-386), const IFT_FAITH = 242 +pkg syscall (netbsd-386), const IFT_FAST = 125 +pkg syscall (netbsd-386), const IFT_FASTETHER = 62 +pkg syscall (netbsd-386), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-386), const IFT_FDDI = 15 +pkg syscall (netbsd-386), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-386), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-386), const IFT_FRELAY = 32 +pkg syscall (netbsd-386), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-386), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-386), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-386), const IFT_G703AT64K = 66 +pkg syscall (netbsd-386), const IFT_GIF = 240 +pkg syscall (netbsd-386), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-386), const IFT_GR303IDT = 178 +pkg syscall (netbsd-386), const IFT_GR303RDT = 177 +pkg syscall (netbsd-386), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-386), const IFT_H323PROXY = 165 +pkg syscall (netbsd-386), const IFT_HDH1822 = 3 +pkg syscall (netbsd-386), const IFT_HDLC = 118 +pkg syscall (netbsd-386), const IFT_HDSL2 = 168 +pkg syscall (netbsd-386), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-386), const IFT_HIPPI = 47 +pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-386), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-386), const IFT_HSSI = 46 +pkg syscall (netbsd-386), const IFT_HY = 14 +pkg syscall (netbsd-386), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-386), const IFT_IDSL = 154 +pkg syscall (netbsd-386), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-386), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-386), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-386), const IFT_IFGSN = 145 +pkg syscall (netbsd-386), const IFT_IMT = 190 +pkg syscall (netbsd-386), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-386), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-386), const IFT_IP = 126 +pkg syscall (netbsd-386), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-386), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-386), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-386), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-386), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-386), const IFT_ISDN = 63 +pkg syscall (netbsd-386), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-386), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-386), const IFT_ISDNS = 75 +pkg syscall (netbsd-386), const IFT_ISDNU = 76 +pkg syscall (netbsd-386), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-386), const IFT_ISO88023 = 7 +pkg syscall (netbsd-386), const IFT_ISO88024 = 8 +pkg syscall (netbsd-386), const IFT_ISO88025 = 9 +pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-386), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-386), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-386), const IFT_ISO88026 = 10 +pkg syscall (netbsd-386), const IFT_ISUP = 179 +pkg syscall (netbsd-386), const IFT_L2VLAN = 135 +pkg syscall (netbsd-386), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-386), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-386), const IFT_LAPB = 16 +pkg syscall (netbsd-386), const IFT_LAPD = 77 +pkg syscall (netbsd-386), const IFT_LAPF = 119 +pkg syscall (netbsd-386), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-386), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-386), const IFT_LOOP = 24 +pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-386), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-386), const IFT_MIOX25 = 38 +pkg syscall (netbsd-386), const IFT_MODEM = 48 +pkg syscall (netbsd-386), const IFT_MPC = 113 +pkg syscall (netbsd-386), const IFT_MPLS = 166 +pkg syscall (netbsd-386), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-386), const IFT_MSDSL = 143 +pkg syscall (netbsd-386), const IFT_MVL = 191 +pkg syscall (netbsd-386), const IFT_MYRINET = 99 +pkg syscall (netbsd-386), const IFT_NFAS = 175 +pkg syscall (netbsd-386), const IFT_NSIP = 27 +pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-386), const IFT_OTHER = 1 +pkg syscall (netbsd-386), const IFT_P10 = 12 +pkg syscall (netbsd-386), const IFT_P80 = 13 +pkg syscall (netbsd-386), const IFT_PARA = 34 +pkg syscall (netbsd-386), const IFT_PFLOG = 245 +pkg syscall (netbsd-386), const IFT_PFSYNC = 246 +pkg syscall (netbsd-386), const IFT_PLC = 174 +pkg syscall (netbsd-386), const IFT_PON155 = 207 +pkg syscall (netbsd-386), const IFT_PON622 = 208 +pkg syscall (netbsd-386), const IFT_POS = 171 +pkg syscall (netbsd-386), const IFT_PPP = 23 +pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-386), const IFT_PROPATM = 197 +pkg syscall (netbsd-386), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-386), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-386), const IFT_PROPMUX = 54 +pkg syscall (netbsd-386), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-386), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-386), const IFT_PVC = 241 +pkg syscall (netbsd-386), const IFT_Q2931 = 201 +pkg syscall (netbsd-386), const IFT_QLLC = 68 +pkg syscall (netbsd-386), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-386), const IFT_RADSL = 95 +pkg syscall (netbsd-386), const IFT_REACHDSL = 192 +pkg syscall (netbsd-386), const IFT_RFC1483 = 159 +pkg syscall (netbsd-386), const IFT_RS232 = 33 +pkg syscall (netbsd-386), const IFT_RSRB = 79 +pkg syscall (netbsd-386), const IFT_SDLC = 17 +pkg syscall (netbsd-386), const IFT_SDSL = 96 +pkg syscall (netbsd-386), const IFT_SHDSL = 169 +pkg syscall (netbsd-386), const IFT_SIP = 31 +pkg syscall (netbsd-386), const IFT_SIPSIG = 204 +pkg syscall (netbsd-386), const IFT_SIPTG = 203 +pkg syscall (netbsd-386), const IFT_SLIP = 28 +pkg syscall (netbsd-386), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-386), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-386), const IFT_SONET = 39 +pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-386), const IFT_SONETPATH = 50 +pkg syscall (netbsd-386), const IFT_SONETVT = 51 +pkg syscall (netbsd-386), const IFT_SRP = 151 +pkg syscall (netbsd-386), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-386), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-386), const IFT_STARLAN = 11 +pkg syscall (netbsd-386), const IFT_STF = 215 +pkg syscall (netbsd-386), const IFT_T1 = 18 +pkg syscall (netbsd-386), const IFT_TDLC = 116 +pkg syscall (netbsd-386), const IFT_TELINK = 200 +pkg syscall (netbsd-386), const IFT_TERMPAD = 91 +pkg syscall (netbsd-386), const IFT_TR008 = 176 +pkg syscall (netbsd-386), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-386), const IFT_TUNNEL = 131 +pkg syscall (netbsd-386), const IFT_ULTRA = 29 +pkg syscall (netbsd-386), const IFT_USB = 160 +pkg syscall (netbsd-386), const IFT_V11 = 64 +pkg syscall (netbsd-386), const IFT_V35 = 45 +pkg syscall (netbsd-386), const IFT_V36 = 65 +pkg syscall (netbsd-386), const IFT_V37 = 120 +pkg syscall (netbsd-386), const IFT_VDSL = 97 +pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-386), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-386), const IFT_VOICEDID = 213 +pkg syscall (netbsd-386), const IFT_VOICEEM = 100 +pkg syscall (netbsd-386), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-386), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-386), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-386), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-386), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-386), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-386), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-386), const IFT_X213 = 93 +pkg syscall (netbsd-386), const IFT_X25 = 5 +pkg syscall (netbsd-386), const IFT_X25DDN = 4 +pkg syscall (netbsd-386), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-386), const IFT_X25MLP = 121 +pkg syscall (netbsd-386), const IFT_X25PLE = 40 +pkg syscall (netbsd-386), const IFT_XETHER = 26 +pkg syscall (netbsd-386), const IGNBRK = 1 +pkg syscall (netbsd-386), const IGNCR = 128 +pkg syscall (netbsd-386), const IGNPAR = 4 +pkg syscall (netbsd-386), const IMAXBEL = 8192 +pkg syscall (netbsd-386), const INLCR = 64 +pkg syscall (netbsd-386), const INPCK = 16 +pkg syscall (netbsd-386), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-386), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-386), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-386), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-386), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-386), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-386), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-386), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-386), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-386), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-386), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-386), const IPPROTO_AH = 51 +pkg syscall (netbsd-386), const IPPROTO_CARP = 112 +pkg syscall (netbsd-386), const IPPROTO_DONE = 257 +pkg syscall (netbsd-386), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-386), const IPPROTO_EGP = 8 +pkg syscall (netbsd-386), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-386), const IPPROTO_EON = 80 +pkg syscall (netbsd-386), const IPPROTO_ESP = 50 +pkg syscall (netbsd-386), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-386), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-386), const IPPROTO_GGP = 3 +pkg syscall (netbsd-386), const IPPROTO_GRE = 47 +pkg syscall (netbsd-386), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-386), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-386), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-386), const IPPROTO_IDP = 22 +pkg syscall (netbsd-386), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-386), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-386), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-386), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-386), const IPPROTO_MAX = 256 +pkg syscall (netbsd-386), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-386), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-386), const IPPROTO_NONE = 59 +pkg syscall (netbsd-386), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-386), const IPPROTO_PIM = 103 +pkg syscall (netbsd-386), const IPPROTO_PUP = 12 +pkg syscall (netbsd-386), const IPPROTO_RAW = 255 +pkg syscall (netbsd-386), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-386), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-386), const IPPROTO_TP = 29 +pkg syscall (netbsd-386), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-386), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-386), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-386), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-386), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-386), const IPV6_FAITH = 29 +pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-386), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-386), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-386), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-386), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-386), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-386), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-386), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-386), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-386), const IPV6_MMTU = 1280 +pkg syscall (netbsd-386), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-386), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-386), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-386), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-386), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-386), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-386), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-386), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-386), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-386), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-386), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-386), const IPV6_RTHDR = 51 +pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-386), const IPV6_TCLASS = 61 +pkg syscall (netbsd-386), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-386), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-386), const IPV6_VERSION = 96 +pkg syscall (netbsd-386), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-386), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-386), const IP_DF = 16384 +pkg syscall (netbsd-386), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-386), const IP_EF = 32768 +pkg syscall (netbsd-386), const IP_ERRORMTU = 21 +pkg syscall (netbsd-386), const IP_HDRINCL = 2 +pkg syscall (netbsd-386), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-386), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-386), const IP_MF = 8192 +pkg syscall (netbsd-386), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-386), const IP_MINTTL = 24 +pkg syscall (netbsd-386), const IP_MSS = 576 +pkg syscall (netbsd-386), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-386), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-386), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-386), const IP_OFFMASK = 8191 +pkg syscall (netbsd-386), const IP_OPTIONS = 1 +pkg syscall (netbsd-386), const IP_PORTRANGE = 19 +pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-386), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-386), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-386), const IP_RECVIF = 20 +pkg syscall (netbsd-386), const IP_RECVOPTS = 5 +pkg syscall (netbsd-386), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-386), const IP_RECVTTL = 23 +pkg syscall (netbsd-386), const IP_RETOPTS = 8 +pkg syscall (netbsd-386), const IP_RF = 32768 +pkg syscall (netbsd-386), const IP_TOS = 3 +pkg syscall (netbsd-386), const IP_TTL = 4 +pkg syscall (netbsd-386), const ISIG = 128 +pkg syscall (netbsd-386), const ISTRIP = 32 +pkg syscall (netbsd-386), const IXANY = 2048 +pkg syscall (netbsd-386), const IXOFF = 1024 +pkg syscall (netbsd-386), const IXON = 512 +pkg syscall (netbsd-386), const ImplementsGetwd = false +pkg syscall (netbsd-386), const LOCK_EX = 2 +pkg syscall (netbsd-386), const LOCK_NB = 4 +pkg syscall (netbsd-386), const LOCK_SH = 1 +pkg syscall (netbsd-386), const LOCK_UN = 8 +pkg syscall (netbsd-386), const MSG_BCAST = 256 +pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-386), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-386), const MSG_CTRUNC = 32 +pkg syscall (netbsd-386), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-386), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-386), const MSG_EOR = 8 +pkg syscall (netbsd-386), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-386), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-386), const MSG_MCAST = 512 +pkg syscall (netbsd-386), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-386), const MSG_NBIO = 4096 +pkg syscall (netbsd-386), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-386), const MSG_OOB = 1 +pkg syscall (netbsd-386), const MSG_PEEK = 2 +pkg syscall (netbsd-386), const MSG_TRUNC = 16 +pkg syscall (netbsd-386), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-386), const MSG_WAITALL = 64 +pkg syscall (netbsd-386), const NAME_MAX = 511 +pkg syscall (netbsd-386), const NET_RT_DUMP = 1 +pkg syscall (netbsd-386), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-386), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-386), const NET_RT_MAXID = 6 +pkg syscall (netbsd-386), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-386), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-386), const NOFLSH = 2147483648 +pkg syscall (netbsd-386), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-386), const NOTE_CHILD = 4 +pkg syscall (netbsd-386), const NOTE_DELETE = 1 +pkg syscall (netbsd-386), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-386), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-386), const NOTE_EXTEND = 4 +pkg syscall (netbsd-386), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-386), const NOTE_LINK = 16 +pkg syscall (netbsd-386), const NOTE_LOWAT = 1 +pkg syscall (netbsd-386), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-386), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-386), const NOTE_RENAME = 32 +pkg syscall (netbsd-386), const NOTE_REVOKE = 64 +pkg syscall (netbsd-386), const NOTE_TRACK = 1 +pkg syscall (netbsd-386), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-386), const NOTE_WRITE = 2 +pkg syscall (netbsd-386), const OCRNL = 16 +pkg syscall (netbsd-386), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-386), const ONLCR = 2 +pkg syscall (netbsd-386), const ONLRET = 64 +pkg syscall (netbsd-386), const ONOCR = 32 +pkg syscall (netbsd-386), const ONOEOT = 8 +pkg syscall (netbsd-386), const OPOST = 1 +pkg syscall (netbsd-386), const O_ACCMODE = 3 +pkg syscall (netbsd-386), const O_ALT_IO = 262144 +pkg syscall (netbsd-386), const O_APPEND = 8 +pkg syscall (netbsd-386), const O_ASYNC = 64 +pkg syscall (netbsd-386), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-386), const O_CREAT = 512 +pkg syscall (netbsd-386), const O_DIRECT = 524288 +pkg syscall (netbsd-386), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-386), const O_DSYNC = 65536 +pkg syscall (netbsd-386), const O_EXCL = 2048 +pkg syscall (netbsd-386), const O_EXLOCK = 32 +pkg syscall (netbsd-386), const O_FSYNC = 128 +pkg syscall (netbsd-386), const O_NDELAY = 4 +pkg syscall (netbsd-386), const O_NOCTTY = 32768 +pkg syscall (netbsd-386), const O_NOFOLLOW = 256 +pkg syscall (netbsd-386), const O_NONBLOCK = 4 +pkg syscall (netbsd-386), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-386), const O_RSYNC = 131072 +pkg syscall (netbsd-386), const O_SHLOCK = 16 +pkg syscall (netbsd-386), const O_SYNC = 128 +pkg syscall (netbsd-386), const O_TRUNC = 1024 +pkg syscall (netbsd-386), const PARENB = 4096 +pkg syscall (netbsd-386), const PARMRK = 8 +pkg syscall (netbsd-386), const PARODD = 8192 +pkg syscall (netbsd-386), const PENDIN = 536870912 +pkg syscall (netbsd-386), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-386), const PTRACE_CONT = 7 +pkg syscall (netbsd-386), const PTRACE_KILL = 8 +pkg syscall (netbsd-386), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-386), const RLIMIT_AS = 10 +pkg syscall (netbsd-386), const RLIMIT_CORE = 4 +pkg syscall (netbsd-386), const RLIMIT_CPU = 0 +pkg syscall (netbsd-386), const RLIMIT_DATA = 2 +pkg syscall (netbsd-386), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-386), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-386), const RLIMIT_STACK = 3 +pkg syscall (netbsd-386), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-386), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-386), const RTAX_BRD = 7 +pkg syscall (netbsd-386), const RTAX_DST = 0 +pkg syscall (netbsd-386), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-386), const RTAX_GENMASK = 3 +pkg syscall (netbsd-386), const RTAX_IFA = 5 +pkg syscall (netbsd-386), const RTAX_IFP = 4 +pkg syscall (netbsd-386), const RTAX_MAX = 9 +pkg syscall (netbsd-386), const RTAX_NETMASK = 2 +pkg syscall (netbsd-386), const RTAX_TAG = 8 +pkg syscall (netbsd-386), const RTA_AUTHOR = 64 +pkg syscall (netbsd-386), const RTA_BRD = 128 +pkg syscall (netbsd-386), const RTA_DST = 1 +pkg syscall (netbsd-386), const RTA_GATEWAY = 2 +pkg syscall (netbsd-386), const RTA_GENMASK = 8 +pkg syscall (netbsd-386), const RTA_IFA = 32 +pkg syscall (netbsd-386), const RTA_IFP = 16 +pkg syscall (netbsd-386), const RTA_NETMASK = 4 +pkg syscall (netbsd-386), const RTA_TAG = 256 +pkg syscall (netbsd-386), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-386), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-386), const RTF_CLONED = 8192 +pkg syscall (netbsd-386), const RTF_CLONING = 256 +pkg syscall (netbsd-386), const RTF_DONE = 64 +pkg syscall (netbsd-386), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-386), const RTF_GATEWAY = 2 +pkg syscall (netbsd-386), const RTF_HOST = 4 +pkg syscall (netbsd-386), const RTF_LLINFO = 1024 +pkg syscall (netbsd-386), const RTF_MASK = 128 +pkg syscall (netbsd-386), const RTF_MODIFIED = 32 +pkg syscall (netbsd-386), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-386), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-386), const RTF_REJECT = 8 +pkg syscall (netbsd-386), const RTF_SRC = 65536 +pkg syscall (netbsd-386), const RTF_STATIC = 2048 +pkg syscall (netbsd-386), const RTF_UP = 1 +pkg syscall (netbsd-386), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-386), const RTM_ADD = 1 +pkg syscall (netbsd-386), const RTM_CHANGE = 3 +pkg syscall (netbsd-386), const RTM_CHGADDR = 21 +pkg syscall (netbsd-386), const RTM_DELADDR = 13 +pkg syscall (netbsd-386), const RTM_DELETE = 2 +pkg syscall (netbsd-386), const RTM_GET = 4 +pkg syscall (netbsd-386), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-386), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-386), const RTM_IFINFO = 20 +pkg syscall (netbsd-386), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-386), const RTM_LOCK = 8 +pkg syscall (netbsd-386), const RTM_LOSING = 5 +pkg syscall (netbsd-386), const RTM_MISS = 7 +pkg syscall (netbsd-386), const RTM_NEWADDR = 12 +pkg syscall (netbsd-386), const RTM_OIFINFO = 15 +pkg syscall (netbsd-386), const RTM_OLDADD = 9 +pkg syscall (netbsd-386), const RTM_OLDDEL = 10 +pkg syscall (netbsd-386), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-386), const RTM_REDIRECT = 6 +pkg syscall (netbsd-386), const RTM_RESOLVE = 11 +pkg syscall (netbsd-386), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-386), const RTM_SETGATE = 18 +pkg syscall (netbsd-386), const RTM_VERSION = 4 +pkg syscall (netbsd-386), const RTV_EXPIRE = 4 +pkg syscall (netbsd-386), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-386), const RTV_MTU = 1 +pkg syscall (netbsd-386), const RTV_RPIPE = 8 +pkg syscall (netbsd-386), const RTV_RTT = 64 +pkg syscall (netbsd-386), const RTV_RTTVAR = 128 +pkg syscall (netbsd-386), const RTV_SPIPE = 16 +pkg syscall (netbsd-386), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-386), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-386), const RUSAGE_SELF = 0 +pkg syscall (netbsd-386), const SCM_CREDS = 4 +pkg syscall (netbsd-386), const SCM_RIGHTS = 1 +pkg syscall (netbsd-386), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-386), const SIGBUS = 10 +pkg syscall (netbsd-386), const SIGCHLD = 20 +pkg syscall (netbsd-386), const SIGCONT = 19 +pkg syscall (netbsd-386), const SIGEMT = 7 +pkg syscall (netbsd-386), const SIGINFO = 29 +pkg syscall (netbsd-386), const SIGIO = 23 +pkg syscall (netbsd-386), const SIGIOT = 6 +pkg syscall (netbsd-386), const SIGPROF = 27 +pkg syscall (netbsd-386), const SIGPWR = 32 +pkg syscall (netbsd-386), const SIGSTOP = 17 +pkg syscall (netbsd-386), const SIGSYS = 12 +pkg syscall (netbsd-386), const SIGTSTP = 18 +pkg syscall (netbsd-386), const SIGTTIN = 21 +pkg syscall (netbsd-386), const SIGTTOU = 22 +pkg syscall (netbsd-386), const SIGURG = 16 +pkg syscall (netbsd-386), const SIGUSR1 = 30 +pkg syscall (netbsd-386), const SIGUSR2 = 31 +pkg syscall (netbsd-386), const SIGVTALRM = 26 +pkg syscall (netbsd-386), const SIGWINCH = 28 +pkg syscall (netbsd-386), const SIGXCPU = 24 +pkg syscall (netbsd-386), const SIGXFSZ = 25 +pkg syscall (netbsd-386), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-386), const SIOCADDRT = 2150658570 +pkg syscall (netbsd-386), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-386), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-386), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-386), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-386), const SIOCDELRT = 2150658571 +pkg syscall (netbsd-386), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-386), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-386), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-386), const SIOCGDRVSPEC = 3223087483 +pkg syscall (netbsd-386), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-386), const SIOCGETSGCNT = 3222566196 +pkg syscall (netbsd-386), const SIOCGETVIFCNT = 3222566195 +pkg syscall (netbsd-386), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-386), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-386), const SIOCGIFADDRPREF = 3230951712 +pkg syscall (netbsd-386), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-386), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-386), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-386), const SIOCGIFCONF = 3221776678 +pkg syscall (netbsd-386), const SIOCGIFDATA = 3230951813 +pkg syscall (netbsd-386), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-386), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-386), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-386), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-386), const SIOCGIFMEDIA = 3223873846 +pkg syscall (netbsd-386), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-386), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-386), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-386), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-386), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-386), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-386), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-386), const SIOCGLINKSTR = 3223087495 +pkg syscall (netbsd-386), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-386), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-386), const SIOCGVH = 3230689667 +pkg syscall (netbsd-386), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-386), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-386), const SIOCIFGCLONERS = 3222038904 +pkg syscall (netbsd-386), const SIOCINITIFADDR = 3225708932 +pkg syscall (netbsd-386), const SIOCSDRVSPEC = 2149345659 +pkg syscall (netbsd-386), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-386), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-386), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-386), const SIOCSIFADDRPREF = 2157209887 +pkg syscall (netbsd-386), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-386), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-386), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-386), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-386), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-386), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-386), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-386), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-386), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-386), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-386), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-386), const SIOCSLINKSTR = 2149345672 +pkg syscall (netbsd-386), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-386), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-386), const SIOCSVH = 3230689666 +pkg syscall (netbsd-386), const SIOCZIFDATA = 3230951814 +pkg syscall (netbsd-386), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-386), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-386), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-386), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-386), const SOCK_RDM = 4 +pkg syscall (netbsd-386), const SOL_SOCKET = 65535 +pkg syscall (netbsd-386), const SOMAXCONN = 128 +pkg syscall (netbsd-386), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-386), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-386), const SO_BROADCAST = 32 +pkg syscall (netbsd-386), const SO_DEBUG = 1 +pkg syscall (netbsd-386), const SO_DONTROUTE = 16 +pkg syscall (netbsd-386), const SO_ERROR = 4103 +pkg syscall (netbsd-386), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-386), const SO_LINGER = 128 +pkg syscall (netbsd-386), const SO_NOHEADER = 4106 +pkg syscall (netbsd-386), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-386), const SO_OOBINLINE = 256 +pkg syscall (netbsd-386), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-386), const SO_RCVBUF = 4098 +pkg syscall (netbsd-386), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-386), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-386), const SO_REUSEADDR = 4 +pkg syscall (netbsd-386), const SO_REUSEPORT = 512 +pkg syscall (netbsd-386), const SO_SNDBUF = 4097 +pkg syscall (netbsd-386), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-386), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-386), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-386), const SO_TYPE = 4104 +pkg syscall (netbsd-386), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-386), const SYS_ACCEPT = 30 +pkg syscall (netbsd-386), const SYS_ACCESS = 33 +pkg syscall (netbsd-386), const SYS_ACCT = 51 +pkg syscall (netbsd-386), const SYS_ADJTIME = 421 +pkg syscall (netbsd-386), const SYS_BIND = 104 +pkg syscall (netbsd-386), const SYS_BREAK = 17 +pkg syscall (netbsd-386), const SYS_CHDIR = 12 +pkg syscall (netbsd-386), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-386), const SYS_CHMOD = 15 +pkg syscall (netbsd-386), const SYS_CHOWN = 16 +pkg syscall (netbsd-386), const SYS_CHROOT = 61 +pkg syscall (netbsd-386), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-386), const SYS_CLOSE = 6 +pkg syscall (netbsd-386), const SYS_CONNECT = 98 +pkg syscall (netbsd-386), const SYS_DUP = 41 +pkg syscall (netbsd-386), const SYS_DUP2 = 90 +pkg syscall (netbsd-386), const SYS_DUP3 = 454 +pkg syscall (netbsd-386), const SYS_EXECVE = 59 +pkg syscall (netbsd-386), const SYS_EXIT = 1 +pkg syscall (netbsd-386), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-386), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-386), const SYS_FCHDIR = 13 +pkg syscall (netbsd-386), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-386), const SYS_FCHMOD = 124 +pkg syscall (netbsd-386), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-386), const SYS_FCHOWN = 123 +pkg syscall (netbsd-386), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-386), const SYS_FCHROOT = 297 +pkg syscall (netbsd-386), const SYS_FCNTL = 92 +pkg syscall (netbsd-386), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-386), const SYS_FEXECVE = 465 +pkg syscall (netbsd-386), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-386), const SYS_FHSTAT = 451 +pkg syscall (netbsd-386), const SYS_FKTRACE = 288 +pkg syscall (netbsd-386), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-386), const SYS_FLOCK = 131 +pkg syscall (netbsd-386), const SYS_FORK = 2 +pkg syscall (netbsd-386), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-386), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-386), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-386), const SYS_FSTAT = 440 +pkg syscall (netbsd-386), const SYS_FSTATAT = 466 +pkg syscall (netbsd-386), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-386), const SYS_FSYNC = 95 +pkg syscall (netbsd-386), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-386), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-386), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-386), const SYS_FUTIMES = 423 +pkg syscall (netbsd-386), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-386), const SYS_GETDENTS = 390 +pkg syscall (netbsd-386), const SYS_GETEGID = 43 +pkg syscall (netbsd-386), const SYS_GETEUID = 25 +pkg syscall (netbsd-386), const SYS_GETFH = 395 +pkg syscall (netbsd-386), const SYS_GETGID = 47 +pkg syscall (netbsd-386), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-386), const SYS_GETITIMER = 426 +pkg syscall (netbsd-386), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-386), const SYS_GETPGID = 207 +pkg syscall (netbsd-386), const SYS_GETPGRP = 81 +pkg syscall (netbsd-386), const SYS_GETPID = 20 +pkg syscall (netbsd-386), const SYS_GETPPID = 39 +pkg syscall (netbsd-386), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-386), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-386), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-386), const SYS_GETSID = 286 +pkg syscall (netbsd-386), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-386), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-386), const SYS_GETUID = 24 +pkg syscall (netbsd-386), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-386), const SYS_GETXATTR = 378 +pkg syscall (netbsd-386), const SYS_IOCTL = 54 +pkg syscall (netbsd-386), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-386), const SYS_KEVENT = 435 +pkg syscall (netbsd-386), const SYS_KILL = 37 +pkg syscall (netbsd-386), const SYS_KQUEUE = 344 +pkg syscall (netbsd-386), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-386), const SYS_KTRACE = 45 +pkg syscall (netbsd-386), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-386), const SYS_LCHMOD = 274 +pkg syscall (netbsd-386), const SYS_LCHOWN = 275 +pkg syscall (netbsd-386), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-386), const SYS_LINK = 9 +pkg syscall (netbsd-386), const SYS_LINKAT = 457 +pkg syscall (netbsd-386), const SYS_LISTEN = 106 +pkg syscall (netbsd-386), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-386), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-386), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-386), const SYS_LSEEK = 199 +pkg syscall (netbsd-386), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-386), const SYS_LSTAT = 441 +pkg syscall (netbsd-386), const SYS_LUTIMES = 424 +pkg syscall (netbsd-386), const SYS_MADVISE = 75 +pkg syscall (netbsd-386), const SYS_MINCORE = 78 +pkg syscall (netbsd-386), const SYS_MINHERIT = 273 +pkg syscall (netbsd-386), const SYS_MKDIR = 136 +pkg syscall (netbsd-386), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-386), const SYS_MKFIFO = 132 +pkg syscall (netbsd-386), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-386), const SYS_MKNOD = 450 +pkg syscall (netbsd-386), const SYS_MKNODAT = 460 +pkg syscall (netbsd-386), const SYS_MLOCK = 203 +pkg syscall (netbsd-386), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-386), const SYS_MMAP = 197 +pkg syscall (netbsd-386), const SYS_MODCTL = 246 +pkg syscall (netbsd-386), const SYS_MOUNT = 410 +pkg syscall (netbsd-386), const SYS_MPROTECT = 74 +pkg syscall (netbsd-386), const SYS_MREMAP = 411 +pkg syscall (netbsd-386), const SYS_MSGCTL = 444 +pkg syscall (netbsd-386), const SYS_MSGGET = 225 +pkg syscall (netbsd-386), const SYS_MSGRCV = 227 +pkg syscall (netbsd-386), const SYS_MSGSND = 226 +pkg syscall (netbsd-386), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-386), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-386), const SYS_MUNMAP = 73 +pkg syscall (netbsd-386), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-386), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-386), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-386), const SYS_OPEN = 5 +pkg syscall (netbsd-386), const SYS_OPENAT = 468 +pkg syscall (netbsd-386), const SYS_PACCEPT = 456 +pkg syscall (netbsd-386), const SYS_PATHCONF = 191 +pkg syscall (netbsd-386), const SYS_PIPE = 42 +pkg syscall (netbsd-386), const SYS_PIPE2 = 453 +pkg syscall (netbsd-386), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-386), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-386), const SYS_POLL = 209 +pkg syscall (netbsd-386), const SYS_POLLTS = 437 +pkg syscall (netbsd-386), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-386), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-386), const SYS_PREAD = 173 +pkg syscall (netbsd-386), const SYS_PREADV = 289 +pkg syscall (netbsd-386), const SYS_PROFIL = 44 +pkg syscall (netbsd-386), const SYS_PSELECT = 436 +pkg syscall (netbsd-386), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-386), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-386), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-386), const SYS_PTRACE = 26 +pkg syscall (netbsd-386), const SYS_PWRITE = 174 +pkg syscall (netbsd-386), const SYS_PWRITEV = 290 +pkg syscall (netbsd-386), const SYS_RASCTL = 343 +pkg syscall (netbsd-386), const SYS_READ = 3 +pkg syscall (netbsd-386), const SYS_READLINK = 58 +pkg syscall (netbsd-386), const SYS_READLINKAT = 469 +pkg syscall (netbsd-386), const SYS_READV = 120 +pkg syscall (netbsd-386), const SYS_REBOOT = 208 +pkg syscall (netbsd-386), const SYS_RECVFROM = 29 +pkg syscall (netbsd-386), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-386), const SYS_RECVMSG = 27 +pkg syscall (netbsd-386), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-386), const SYS_RENAME = 128 +pkg syscall (netbsd-386), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-386), const SYS_REVOKE = 56 +pkg syscall (netbsd-386), const SYS_RMDIR = 137 +pkg syscall (netbsd-386), const SYS_SBRK = 69 +pkg syscall (netbsd-386), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-386), const SYS_SELECT = 417 +pkg syscall (netbsd-386), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-386), const SYS_SEMGET = 221 +pkg syscall (netbsd-386), const SYS_SEMOP = 222 +pkg syscall (netbsd-386), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-386), const SYS_SENDMSG = 28 +pkg syscall (netbsd-386), const SYS_SENDTO = 133 +pkg syscall (netbsd-386), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-386), const SYS_SETEGID = 182 +pkg syscall (netbsd-386), const SYS_SETEUID = 183 +pkg syscall (netbsd-386), const SYS_SETGID = 181 +pkg syscall (netbsd-386), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-386), const SYS_SETITIMER = 425 +pkg syscall (netbsd-386), const SYS_SETPGID = 82 +pkg syscall (netbsd-386), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-386), const SYS_SETREGID = 127 +pkg syscall (netbsd-386), const SYS_SETREUID = 126 +pkg syscall (netbsd-386), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-386), const SYS_SETSID = 147 +pkg syscall (netbsd-386), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-386), const SYS_SETUID = 23 +pkg syscall (netbsd-386), const SYS_SETXATTR = 375 +pkg syscall (netbsd-386), const SYS_SHMAT = 228 +pkg syscall (netbsd-386), const SYS_SHMCTL = 443 +pkg syscall (netbsd-386), const SYS_SHMDT = 230 +pkg syscall (netbsd-386), const SYS_SHMGET = 231 +pkg syscall (netbsd-386), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-386), const SYS_SOCKET = 394 +pkg syscall (netbsd-386), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-386), const SYS_SSTK = 70 +pkg syscall (netbsd-386), const SYS_STAT = 439 +pkg syscall (netbsd-386), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-386), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-386), const SYS_SYMLINK = 57 +pkg syscall (netbsd-386), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-386), const SYS_SYNC = 36 +pkg syscall (netbsd-386), const SYS_SYSARCH = 165 +pkg syscall (netbsd-386), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-386), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-386), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-386), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-386), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-386), const SYS_UMASK = 60 +pkg syscall (netbsd-386), const SYS_UNDELETE = 205 +pkg syscall (netbsd-386), const SYS_UNLINK = 10 +pkg syscall (netbsd-386), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-386), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-386), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-386), const SYS_UTIMES = 420 +pkg syscall (netbsd-386), const SYS_UTRACE = 306 +pkg syscall (netbsd-386), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-386), const SYS_VADVISE = 72 +pkg syscall (netbsd-386), const SYS_VFORK = 66 +pkg syscall (netbsd-386), const SYS_WAIT4 = 449 +pkg syscall (netbsd-386), const SYS_WRITE = 4 +pkg syscall (netbsd-386), const SYS_WRITEV = 121 +pkg syscall (netbsd-386), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-386), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-386), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-386), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-386), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-386), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-386), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-386), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-386), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-386), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-386), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-386), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-386), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-386), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-386), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-386), const SYS___CLONE = 287 +pkg syscall (netbsd-386), const SYS___GETCWD = 296 +pkg syscall (netbsd-386), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-386), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-386), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-386), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-386), const SYS___SEMCTL = 442 +pkg syscall (netbsd-386), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-386), const SYS___SYSCTL = 202 +pkg syscall (netbsd-386), const S_ARCH1 = 65536 +pkg syscall (netbsd-386), const S_ARCH2 = 131072 +pkg syscall (netbsd-386), const S_BLKSIZE = 512 +pkg syscall (netbsd-386), const S_IEXEC = 64 +pkg syscall (netbsd-386), const S_IFMT = 61440 +pkg syscall (netbsd-386), const S_IFWHT = 57344 +pkg syscall (netbsd-386), const S_IREAD = 256 +pkg syscall (netbsd-386), const S_IRGRP = 32 +pkg syscall (netbsd-386), const S_IROTH = 4 +pkg syscall (netbsd-386), const S_IRWXG = 56 +pkg syscall (netbsd-386), const S_IRWXO = 7 +pkg syscall (netbsd-386), const S_IRWXU = 448 +pkg syscall (netbsd-386), const S_ISTXT = 512 +pkg syscall (netbsd-386), const S_IWGRP = 16 +pkg syscall (netbsd-386), const S_IWOTH = 2 +pkg syscall (netbsd-386), const S_IWRITE = 128 +pkg syscall (netbsd-386), const S_IXGRP = 8 +pkg syscall (netbsd-386), const S_IXOTH = 1 +pkg syscall (netbsd-386), const S_LOGIN_SET = 1 +pkg syscall (netbsd-386), const SizeofBpfHdr = 20 +pkg syscall (netbsd-386), const SizeofBpfInsn = 8 +pkg syscall (netbsd-386), const SizeofBpfProgram = 8 +pkg syscall (netbsd-386), const SizeofBpfStat = 128 +pkg syscall (netbsd-386), const SizeofBpfVersion = 4 +pkg syscall (netbsd-386), const SizeofCmsghdr = 12 +pkg syscall (netbsd-386), const SizeofIPMreq = 8 +pkg syscall (netbsd-386), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-386), const SizeofIfData = 132 +pkg syscall (netbsd-386), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-386), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-386), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-386), const SizeofLinger = 8 +pkg syscall (netbsd-386), const SizeofMsghdr = 28 +pkg syscall (netbsd-386), const SizeofRtMetrics = 80 +pkg syscall (netbsd-386), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-386), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-386), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-386), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-386), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-386), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-386), const TCIFLUSH = 1 +pkg syscall (netbsd-386), const TCIOFLUSH = 3 +pkg syscall (netbsd-386), const TCOFLUSH = 2 +pkg syscall (netbsd-386), const TCP_CONGCTL = 32 +pkg syscall (netbsd-386), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-386), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-386), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-386), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-386), const TCP_MAXBURST = 4 +pkg syscall (netbsd-386), const TCP_MAXSEG = 2 +pkg syscall (netbsd-386), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-386), const TCP_MD5SIG = 16 +pkg syscall (netbsd-386), const TCP_MINMSS = 216 +pkg syscall (netbsd-386), const TCP_MSS = 536 +pkg syscall (netbsd-386), const TCSAFLUSH = 2 +pkg syscall (netbsd-386), const TIOCCBRK = 536900730 +pkg syscall (netbsd-386), const TIOCCDTR = 536900728 +pkg syscall (netbsd-386), const TIOCCONS = 2147775586 +pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP = 1074558040 +pkg syscall (netbsd-386), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-386), const TIOCEXCL = 536900621 +pkg syscall (netbsd-386), const TIOCEXT = 2147775584 +pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-386), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-386), const TIOCGETA = 1076655123 +pkg syscall (netbsd-386), const TIOCGETD = 1074033690 +pkg syscall (netbsd-386), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-386), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-386), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-386), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-386), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-386), const TIOCGSID = 1074033763 +pkg syscall (netbsd-386), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-386), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-386), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-386), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-386), const TIOCMGET = 1074033770 +pkg syscall (netbsd-386), const TIOCMSET = 2147775597 +pkg syscall (netbsd-386), const TIOCM_CAR = 64 +pkg syscall (netbsd-386), const TIOCM_CD = 64 +pkg syscall (netbsd-386), const TIOCM_CTS = 32 +pkg syscall (netbsd-386), const TIOCM_DSR = 256 +pkg syscall (netbsd-386), const TIOCM_DTR = 2 +pkg syscall (netbsd-386), const TIOCM_LE = 1 +pkg syscall (netbsd-386), const TIOCM_RI = 128 +pkg syscall (netbsd-386), const TIOCM_RNG = 128 +pkg syscall (netbsd-386), const TIOCM_RTS = 4 +pkg syscall (netbsd-386), const TIOCM_SR = 16 +pkg syscall (netbsd-386), const TIOCM_ST = 8 +pkg syscall (netbsd-386), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-386), const TIOCNXCL = 536900622 +pkg syscall (netbsd-386), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-386), const TIOCPKT = 2147775600 +pkg syscall (netbsd-386), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-386), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-386), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-386), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-386), const TIOCPKT_START = 8 +pkg syscall (netbsd-386), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-386), const TIOCPTMGET = 1076393030 +pkg syscall (netbsd-386), const TIOCPTSNAME = 1076393032 +pkg syscall (netbsd-386), const TIOCRCVFRAME = 2147775557 +pkg syscall (netbsd-386), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-386), const TIOCSBRK = 536900731 +pkg syscall (netbsd-386), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-386), const TIOCSDTR = 536900729 +pkg syscall (netbsd-386), const TIOCSETA = 2150396948 +pkg syscall (netbsd-386), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-386), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-386), const TIOCSETD = 2147775515 +pkg syscall (netbsd-386), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-386), const TIOCSIG = 536900703 +pkg syscall (netbsd-386), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-386), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-386), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-386), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-386), const TIOCSTART = 536900718 +pkg syscall (netbsd-386), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-386), const TIOCSTI = 2147578994 +pkg syscall (netbsd-386), const TIOCSTOP = 536900719 +pkg syscall (netbsd-386), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-386), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-386), const TIOCXMTFRAME = 2147775556 +pkg syscall (netbsd-386), const TOSTOP = 4194304 +pkg syscall (netbsd-386), const VDISCARD = 15 +pkg syscall (netbsd-386), const VDSUSP = 11 +pkg syscall (netbsd-386), const VEOF = 0 +pkg syscall (netbsd-386), const VEOL = 1 +pkg syscall (netbsd-386), const VEOL2 = 2 +pkg syscall (netbsd-386), const VERASE = 3 +pkg syscall (netbsd-386), const VINTR = 8 +pkg syscall (netbsd-386), const VKILL = 5 +pkg syscall (netbsd-386), const VLNEXT = 14 +pkg syscall (netbsd-386), const VMIN = 16 +pkg syscall (netbsd-386), const VQUIT = 9 +pkg syscall (netbsd-386), const VREPRINT = 6 +pkg syscall (netbsd-386), const VSTART = 12 +pkg syscall (netbsd-386), const VSTATUS = 18 +pkg syscall (netbsd-386), const VSTOP = 13 +pkg syscall (netbsd-386), const VSUSP = 10 +pkg syscall (netbsd-386), const VTIME = 17 +pkg syscall (netbsd-386), const VWERASE = 4 +pkg syscall (netbsd-386), const WALL = 8 +pkg syscall (netbsd-386), const WALLSIG = 8 +pkg syscall (netbsd-386), const WALTSIG = 4 +pkg syscall (netbsd-386), const WCLONE = 4 +pkg syscall (netbsd-386), const WCOREFLAG = 128 +pkg syscall (netbsd-386), const WNOHANG = 1 +pkg syscall (netbsd-386), const WNOWAIT = 65536 +pkg syscall (netbsd-386), const WNOZOMBIE = 131072 +pkg syscall (netbsd-386), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-386), const WSTOPPED = 127 +pkg syscall (netbsd-386), const WUNTRACED = 2 +pkg syscall (netbsd-386-cgo), const AF_APPLETALK = 16 +pkg syscall (netbsd-386-cgo), const AF_ARP = 28 +pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-386-cgo), const AF_CCITT = 10 +pkg syscall (netbsd-386-cgo), const AF_CHAOS = 5 +pkg syscall (netbsd-386-cgo), const AF_CNT = 21 +pkg syscall (netbsd-386-cgo), const AF_COIP = 20 +pkg syscall (netbsd-386-cgo), const AF_DATAKIT = 9 +pkg syscall (netbsd-386-cgo), const AF_DECnet = 12 +pkg syscall (netbsd-386-cgo), const AF_DLI = 13 +pkg syscall (netbsd-386-cgo), const AF_E164 = 26 +pkg syscall (netbsd-386-cgo), const AF_ECMA = 8 +pkg syscall (netbsd-386-cgo), const AF_HYLINK = 15 +pkg syscall (netbsd-386-cgo), const AF_IEEE80211 = 32 +pkg syscall (netbsd-386-cgo), const AF_IMPLINK = 3 +pkg syscall (netbsd-386-cgo), const AF_INET6 = 24 +pkg syscall (netbsd-386-cgo), const AF_IPX = 23 +pkg syscall (netbsd-386-cgo), const AF_ISDN = 26 +pkg syscall (netbsd-386-cgo), const AF_ISO = 7 +pkg syscall (netbsd-386-cgo), const AF_LAT = 14 +pkg syscall (netbsd-386-cgo), const AF_LINK = 18 +pkg syscall (netbsd-386-cgo), const AF_LOCAL = 1 +pkg syscall (netbsd-386-cgo), const AF_MAX = 35 +pkg syscall (netbsd-386-cgo), const AF_MPLS = 33 +pkg syscall (netbsd-386-cgo), const AF_NATM = 27 +pkg syscall (netbsd-386-cgo), const AF_NS = 6 +pkg syscall (netbsd-386-cgo), const AF_OROUTE = 17 +pkg syscall (netbsd-386-cgo), const AF_OSI = 7 +pkg syscall (netbsd-386-cgo), const AF_PUP = 4 +pkg syscall (netbsd-386-cgo), const AF_ROUTE = 34 +pkg syscall (netbsd-386-cgo), const AF_SNA = 11 +pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-386-cgo), const B0 = 0 +pkg syscall (netbsd-386-cgo), const B110 = 110 +pkg syscall (netbsd-386-cgo), const B115200 = 115200 +pkg syscall (netbsd-386-cgo), const B1200 = 1200 +pkg syscall (netbsd-386-cgo), const B134 = 134 +pkg syscall (netbsd-386-cgo), const B14400 = 14400 +pkg syscall (netbsd-386-cgo), const B150 = 150 +pkg syscall (netbsd-386-cgo), const B1800 = 1800 +pkg syscall (netbsd-386-cgo), const B19200 = 19200 +pkg syscall (netbsd-386-cgo), const B200 = 200 +pkg syscall (netbsd-386-cgo), const B230400 = 230400 +pkg syscall (netbsd-386-cgo), const B2400 = 2400 +pkg syscall (netbsd-386-cgo), const B28800 = 28800 +pkg syscall (netbsd-386-cgo), const B300 = 300 +pkg syscall (netbsd-386-cgo), const B38400 = 38400 +pkg syscall (netbsd-386-cgo), const B460800 = 460800 +pkg syscall (netbsd-386-cgo), const B4800 = 4800 +pkg syscall (netbsd-386-cgo), const B50 = 50 +pkg syscall (netbsd-386-cgo), const B57600 = 57600 +pkg syscall (netbsd-386-cgo), const B600 = 600 +pkg syscall (netbsd-386-cgo), const B7200 = 7200 +pkg syscall (netbsd-386-cgo), const B75 = 75 +pkg syscall (netbsd-386-cgo), const B76800 = 76800 +pkg syscall (netbsd-386-cgo), const B921600 = 921600 +pkg syscall (netbsd-386-cgo), const B9600 = 9600 +pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-386-cgo), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-386-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-386-cgo), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST = 3221766775 +pkg syscall (netbsd-386-cgo), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT = 1074545275 +pkg syscall (netbsd-386-cgo), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-386-cgo), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-386-cgo), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-386-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-386-cgo), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-386-cgo), const BIOCSETF = 2148024935 +pkg syscall (netbsd-386-cgo), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT = 2148287098 +pkg syscall (netbsd-386-cgo), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-386-cgo), const BIOCSTCPF = 2148024946 +pkg syscall (netbsd-386-cgo), const BIOCSUDPF = 2148024947 +pkg syscall (netbsd-386-cgo), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-386-cgo), const BPF_A = 16 +pkg syscall (netbsd-386-cgo), const BPF_ABS = 32 +pkg syscall (netbsd-386-cgo), const BPF_ADD = 0 +pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-386-cgo), const BPF_ALU = 4 +pkg syscall (netbsd-386-cgo), const BPF_AND = 80 +pkg syscall (netbsd-386-cgo), const BPF_B = 16 +pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-386-cgo), const BPF_DIV = 48 +pkg syscall (netbsd-386-cgo), const BPF_H = 8 +pkg syscall (netbsd-386-cgo), const BPF_IMM = 0 +pkg syscall (netbsd-386-cgo), const BPF_IND = 64 +pkg syscall (netbsd-386-cgo), const BPF_JA = 0 +pkg syscall (netbsd-386-cgo), const BPF_JEQ = 16 +pkg syscall (netbsd-386-cgo), const BPF_JGE = 48 +pkg syscall (netbsd-386-cgo), const BPF_JGT = 32 +pkg syscall (netbsd-386-cgo), const BPF_JMP = 5 +pkg syscall (netbsd-386-cgo), const BPF_JSET = 64 +pkg syscall (netbsd-386-cgo), const BPF_K = 0 +pkg syscall (netbsd-386-cgo), const BPF_LD = 0 +pkg syscall (netbsd-386-cgo), const BPF_LDX = 1 +pkg syscall (netbsd-386-cgo), const BPF_LEN = 128 +pkg syscall (netbsd-386-cgo), const BPF_LSH = 96 +pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-386-cgo), const BPF_MEM = 96 +pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-386-cgo), const BPF_MISC = 7 +pkg syscall (netbsd-386-cgo), const BPF_MSH = 160 +pkg syscall (netbsd-386-cgo), const BPF_MUL = 32 +pkg syscall (netbsd-386-cgo), const BPF_NEG = 128 +pkg syscall (netbsd-386-cgo), const BPF_OR = 64 +pkg syscall (netbsd-386-cgo), const BPF_RELEASE = 199606 +pkg syscall (netbsd-386-cgo), const BPF_RET = 6 +pkg syscall (netbsd-386-cgo), const BPF_RSH = 112 +pkg syscall (netbsd-386-cgo), const BPF_ST = 2 +pkg syscall (netbsd-386-cgo), const BPF_STX = 3 +pkg syscall (netbsd-386-cgo), const BPF_SUB = 16 +pkg syscall (netbsd-386-cgo), const BPF_TAX = 0 +pkg syscall (netbsd-386-cgo), const BPF_TXA = 128 +pkg syscall (netbsd-386-cgo), const BPF_W = 0 +pkg syscall (netbsd-386-cgo), const BPF_X = 8 +pkg syscall (netbsd-386-cgo), const BRKINT = 2 +pkg syscall (netbsd-386-cgo), const CFLUSH = 15 +pkg syscall (netbsd-386-cgo), const CLOCAL = 32768 +pkg syscall (netbsd-386-cgo), const CREAD = 2048 +pkg syscall (netbsd-386-cgo), const CS5 = 0 +pkg syscall (netbsd-386-cgo), const CS6 = 256 +pkg syscall (netbsd-386-cgo), const CS7 = 512 +pkg syscall (netbsd-386-cgo), const CS8 = 768 +pkg syscall (netbsd-386-cgo), const CSIZE = 768 +pkg syscall (netbsd-386-cgo), const CSTART = 17 +pkg syscall (netbsd-386-cgo), const CSTATUS = 20 +pkg syscall (netbsd-386-cgo), const CSTOP = 19 +pkg syscall (netbsd-386-cgo), const CSTOPB = 1024 +pkg syscall (netbsd-386-cgo), const CSUSP = 26 +pkg syscall (netbsd-386-cgo), const CTL_MAXNAME = 12 +pkg syscall (netbsd-386-cgo), const CTL_NET = 4 +pkg syscall (netbsd-386-cgo), const CTL_QUERY = -2 +pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-386-cgo), const DLT_A429 = 184 +pkg syscall (netbsd-386-cgo), const DLT_A653_ICM = 185 +pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-386-cgo), const DLT_AOS = 222 +pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-386-cgo), const DLT_ARCNET = 7 +pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-386-cgo), const DLT_AURORA = 126 +pkg syscall (netbsd-386-cgo), const DLT_AX25 = 3 +pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-386-cgo), const DLT_CAN20B = 190 +pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-386-cgo), const DLT_CHAOS = 5 +pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-386-cgo), const DLT_C_HDLC = 104 +pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-386-cgo), const DLT_DECT = 221 +pkg syscall (netbsd-386-cgo), const DLT_DOCSIS = 143 +pkg syscall (netbsd-386-cgo), const DLT_ECONET = 115 +pkg syscall (netbsd-386-cgo), const DLT_EN10MB = 1 +pkg syscall (netbsd-386-cgo), const DLT_EN3MB = 2 +pkg syscall (netbsd-386-cgo), const DLT_ENC = 109 +pkg syscall (netbsd-386-cgo), const DLT_ERF = 197 +pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-386-cgo), const DLT_ERF_POS = 176 +pkg syscall (netbsd-386-cgo), const DLT_FC_2 = 224 +pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-386-cgo), const DLT_FDDI = 10 +pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-386-cgo), const DLT_FRELAY = 107 +pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-386-cgo), const DLT_GPF_F = 171 +pkg syscall (netbsd-386-cgo), const DLT_GPF_T = 170 +pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-386-cgo), const DLT_HDLC = 16 +pkg syscall (netbsd-386-cgo), const DLT_HHDLC = 121 +pkg syscall (netbsd-386-cgo), const DLT_HIPPI = 15 +pkg syscall (netbsd-386-cgo), const DLT_IBM_SN = 146 +pkg syscall (netbsd-386-cgo), const DLT_IBM_SP = 145 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802 = 6 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-386-cgo), const DLT_IPMB = 199 +pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-386-cgo), const DLT_IPNET = 226 +pkg syscall (netbsd-386-cgo), const DLT_IPV4 = 228 +pkg syscall (netbsd-386-cgo), const DLT_IPV6 = 229 +pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-386-cgo), const DLT_LAPD = 203 +pkg syscall (netbsd-386-cgo), const DLT_LIN = 212 +pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-386-cgo), const DLT_LOOP = 108 +pkg syscall (netbsd-386-cgo), const DLT_LTALK = 114 +pkg syscall (netbsd-386-cgo), const DLT_MFR = 182 +pkg syscall (netbsd-386-cgo), const DLT_MOST = 211 +pkg syscall (netbsd-386-cgo), const DLT_MPLS = 219 +pkg syscall (netbsd-386-cgo), const DLT_MTP2 = 140 +pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-386-cgo), const DLT_MTP3 = 141 +pkg syscall (netbsd-386-cgo), const DLT_NULL = 0 +pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-386-cgo), const DLT_PFLOG = 117 +pkg syscall (netbsd-386-cgo), const DLT_PFSYNC = 18 +pkg syscall (netbsd-386-cgo), const DLT_PPI = 192 +pkg syscall (netbsd-386-cgo), const DLT_PPP = 9 +pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-386-cgo), const DLT_PRONET = 4 +pkg syscall (netbsd-386-cgo), const DLT_RAIF1 = 198 +pkg syscall (netbsd-386-cgo), const DLT_RAW = 12 +pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-386-cgo), const DLT_RIO = 124 +pkg syscall (netbsd-386-cgo), const DLT_SCCP = 142 +pkg syscall (netbsd-386-cgo), const DLT_SITA = 196 +pkg syscall (netbsd-386-cgo), const DLT_SLIP = 8 +pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-386-cgo), const DLT_SUNATM = 123 +pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-386-cgo), const DLT_TZSP = 128 +pkg syscall (netbsd-386-cgo), const DLT_USB = 186 +pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-386-cgo), const DLT_WIHART = 223 +pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-386-cgo), const DT_BLK = 6 +pkg syscall (netbsd-386-cgo), const DT_CHR = 2 +pkg syscall (netbsd-386-cgo), const DT_DIR = 4 +pkg syscall (netbsd-386-cgo), const DT_FIFO = 1 +pkg syscall (netbsd-386-cgo), const DT_LNK = 10 +pkg syscall (netbsd-386-cgo), const DT_REG = 8 +pkg syscall (netbsd-386-cgo), const DT_SOCK = 12 +pkg syscall (netbsd-386-cgo), const DT_UNKNOWN = 0 +pkg syscall (netbsd-386-cgo), const DT_WHT = 14 +pkg syscall (netbsd-386-cgo), const E2BIG = 7 +pkg syscall (netbsd-386-cgo), const EACCES = 13 +pkg syscall (netbsd-386-cgo), const EADDRINUSE = 48 +pkg syscall (netbsd-386-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-386-cgo), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-386-cgo), const EAGAIN = 35 +pkg syscall (netbsd-386-cgo), const EALREADY = 37 +pkg syscall (netbsd-386-cgo), const EAUTH = 80 +pkg syscall (netbsd-386-cgo), const EBADF = 9 +pkg syscall (netbsd-386-cgo), const EBADMSG = 88 +pkg syscall (netbsd-386-cgo), const EBADRPC = 72 +pkg syscall (netbsd-386-cgo), const EBUSY = 16 +pkg syscall (netbsd-386-cgo), const ECANCELED = 87 +pkg syscall (netbsd-386-cgo), const ECHILD = 10 +pkg syscall (netbsd-386-cgo), const ECHO = 8 +pkg syscall (netbsd-386-cgo), const ECHOCTL = 64 +pkg syscall (netbsd-386-cgo), const ECHOE = 2 +pkg syscall (netbsd-386-cgo), const ECHOK = 4 +pkg syscall (netbsd-386-cgo), const ECHOKE = 1 +pkg syscall (netbsd-386-cgo), const ECHONL = 16 +pkg syscall (netbsd-386-cgo), const ECHOPRT = 32 +pkg syscall (netbsd-386-cgo), const ECONNABORTED = 53 +pkg syscall (netbsd-386-cgo), const ECONNREFUSED = 61 +pkg syscall (netbsd-386-cgo), const ECONNRESET = 54 +pkg syscall (netbsd-386-cgo), const EDEADLK = 11 +pkg syscall (netbsd-386-cgo), const EDESTADDRREQ = 39 +pkg syscall (netbsd-386-cgo), const EDOM = 33 +pkg syscall (netbsd-386-cgo), const EDQUOT = 69 +pkg syscall (netbsd-386-cgo), const EEXIST = 17 +pkg syscall (netbsd-386-cgo), const EFAULT = 14 +pkg syscall (netbsd-386-cgo), const EFBIG = 27 +pkg syscall (netbsd-386-cgo), const EFTYPE = 79 +pkg syscall (netbsd-386-cgo), const EHOSTDOWN = 64 +pkg syscall (netbsd-386-cgo), const EHOSTUNREACH = 65 +pkg syscall (netbsd-386-cgo), const EIDRM = 82 +pkg syscall (netbsd-386-cgo), const EILSEQ = 85 +pkg syscall (netbsd-386-cgo), const EINPROGRESS = 36 +pkg syscall (netbsd-386-cgo), const EINTR = 4 +pkg syscall (netbsd-386-cgo), const EINVAL = 22 +pkg syscall (netbsd-386-cgo), const EIO = 5 +pkg syscall (netbsd-386-cgo), const EISCONN = 56 +pkg syscall (netbsd-386-cgo), const EISDIR = 21 +pkg syscall (netbsd-386-cgo), const ELAST = 96 +pkg syscall (netbsd-386-cgo), const ELOOP = 62 +pkg syscall (netbsd-386-cgo), const EMFILE = 24 +pkg syscall (netbsd-386-cgo), const EMLINK = 31 +pkg syscall (netbsd-386-cgo), const EMSGSIZE = 40 +pkg syscall (netbsd-386-cgo), const EMULTIHOP = 94 +pkg syscall (netbsd-386-cgo), const EMUL_LINUX = 1 +pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-386-cgo), const EMUL_MAXID = 6 +pkg syscall (netbsd-386-cgo), const ENAMETOOLONG = 63 +pkg syscall (netbsd-386-cgo), const ENEEDAUTH = 81 +pkg syscall (netbsd-386-cgo), const ENETDOWN = 50 +pkg syscall (netbsd-386-cgo), const ENETRESET = 52 +pkg syscall (netbsd-386-cgo), const ENETUNREACH = 51 +pkg syscall (netbsd-386-cgo), const ENFILE = 23 +pkg syscall (netbsd-386-cgo), const ENOATTR = 93 +pkg syscall (netbsd-386-cgo), const ENOBUFS = 55 +pkg syscall (netbsd-386-cgo), const ENODATA = 89 +pkg syscall (netbsd-386-cgo), const ENODEV = 19 +pkg syscall (netbsd-386-cgo), const ENOEXEC = 8 +pkg syscall (netbsd-386-cgo), const ENOLCK = 77 +pkg syscall (netbsd-386-cgo), const ENOLINK = 95 +pkg syscall (netbsd-386-cgo), const ENOMEM = 12 +pkg syscall (netbsd-386-cgo), const ENOMSG = 83 +pkg syscall (netbsd-386-cgo), const ENOPROTOOPT = 42 +pkg syscall (netbsd-386-cgo), const ENOSPC = 28 +pkg syscall (netbsd-386-cgo), const ENOSR = 90 +pkg syscall (netbsd-386-cgo), const ENOSTR = 91 +pkg syscall (netbsd-386-cgo), const ENOSYS = 78 +pkg syscall (netbsd-386-cgo), const ENOTBLK = 15 +pkg syscall (netbsd-386-cgo), const ENOTCONN = 57 +pkg syscall (netbsd-386-cgo), const ENOTDIR = 20 +pkg syscall (netbsd-386-cgo), const ENOTEMPTY = 66 +pkg syscall (netbsd-386-cgo), const ENOTSOCK = 38 +pkg syscall (netbsd-386-cgo), const ENOTSUP = 86 +pkg syscall (netbsd-386-cgo), const ENOTTY = 25 +pkg syscall (netbsd-386-cgo), const ENXIO = 6 +pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF = 4096 +pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC = 768 +pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND = 3072 +pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN = 128 +pkg syscall (netbsd-386-cgo), const EN_SW_DENORM = 2 +pkg syscall (netbsd-386-cgo), const EN_SW_INVOP = 1 +pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW = 8 +pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS = 32 +pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW = 16 +pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV = 4 +pkg syscall (netbsd-386-cgo), const EOPNOTSUPP = 45 +pkg syscall (netbsd-386-cgo), const EOVERFLOW = 84 +pkg syscall (netbsd-386-cgo), const EPERM = 1 +pkg syscall (netbsd-386-cgo), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-386-cgo), const EPIPE = 32 +pkg syscall (netbsd-386-cgo), const EPROCLIM = 67 +pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-386-cgo), const EPROGMISMATCH = 75 +pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-386-cgo), const EPROTO = 96 +pkg syscall (netbsd-386-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-386-cgo), const EPROTOTYPE = 41 +pkg syscall (netbsd-386-cgo), const ERANGE = 34 +pkg syscall (netbsd-386-cgo), const EREMOTE = 71 +pkg syscall (netbsd-386-cgo), const EROFS = 30 +pkg syscall (netbsd-386-cgo), const ERPCMISMATCH = 73 +pkg syscall (netbsd-386-cgo), const ESHUTDOWN = 58 +pkg syscall (netbsd-386-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-386-cgo), const ESPIPE = 29 +pkg syscall (netbsd-386-cgo), const ESRCH = 3 +pkg syscall (netbsd-386-cgo), const ESTALE = 70 +pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-386-cgo), const ETHERMIN = 46 +pkg syscall (netbsd-386-cgo), const ETHERMTU = 1500 +pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-386-cgo), const ETIME = 92 +pkg syscall (netbsd-386-cgo), const ETIMEDOUT = 60 +pkg syscall (netbsd-386-cgo), const ETOOMANYREFS = 59 +pkg syscall (netbsd-386-cgo), const ETXTBSY = 26 +pkg syscall (netbsd-386-cgo), const EUSERS = 68 +pkg syscall (netbsd-386-cgo), const EVFILT_AIO = 2 +pkg syscall (netbsd-386-cgo), const EVFILT_PROC = 4 +pkg syscall (netbsd-386-cgo), const EVFILT_READ = 0 +pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-386-cgo), const EVFILT_TIMER = 6 +pkg syscall (netbsd-386-cgo), const EVFILT_VNODE = 3 +pkg syscall (netbsd-386-cgo), const EVFILT_WRITE = 1 +pkg syscall (netbsd-386-cgo), const EV_ADD = 1 +pkg syscall (netbsd-386-cgo), const EV_CLEAR = 32 +pkg syscall (netbsd-386-cgo), const EV_DELETE = 2 +pkg syscall (netbsd-386-cgo), const EV_DISABLE = 8 +pkg syscall (netbsd-386-cgo), const EV_ENABLE = 4 +pkg syscall (netbsd-386-cgo), const EV_EOF = 32768 +pkg syscall (netbsd-386-cgo), const EV_ERROR = 16384 +pkg syscall (netbsd-386-cgo), const EV_FLAG1 = 8192 +pkg syscall (netbsd-386-cgo), const EV_ONESHOT = 16 +pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-386-cgo), const EWOULDBLOCK = 35 +pkg syscall (netbsd-386-cgo), const EXDEV = 18 +pkg syscall (netbsd-386-cgo), const EXTA = 19200 +pkg syscall (netbsd-386-cgo), const EXTB = 38400 +pkg syscall (netbsd-386-cgo), const EXTPROC = 2048 +pkg syscall (netbsd-386-cgo), const FD_CLOEXEC = 1 +pkg syscall (netbsd-386-cgo), const FD_SETSIZE = 256 +pkg syscall (netbsd-386-cgo), const FLUSHO = 8388608 +pkg syscall (netbsd-386-cgo), const F_CLOSEM = 10 +pkg syscall (netbsd-386-cgo), const F_DUPFD = 0 +pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-386-cgo), const F_FSCTL = -2147483648 +pkg syscall (netbsd-386-cgo), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-386-cgo), const F_FSIN = 268435456 +pkg syscall (netbsd-386-cgo), const F_FSINOUT = 805306368 +pkg syscall (netbsd-386-cgo), const F_FSOUT = 536870912 +pkg syscall (netbsd-386-cgo), const F_FSPRIV = 32768 +pkg syscall (netbsd-386-cgo), const F_FSVOID = 1073741824 +pkg syscall (netbsd-386-cgo), const F_GETFD = 1 +pkg syscall (netbsd-386-cgo), const F_GETFL = 3 +pkg syscall (netbsd-386-cgo), const F_GETLK = 7 +pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-386-cgo), const F_GETOWN = 5 +pkg syscall (netbsd-386-cgo), const F_MAXFD = 11 +pkg syscall (netbsd-386-cgo), const F_OK = 0 +pkg syscall (netbsd-386-cgo), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-386-cgo), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-386-cgo), const F_RDLCK = 1 +pkg syscall (netbsd-386-cgo), const F_SETFD = 2 +pkg syscall (netbsd-386-cgo), const F_SETFL = 4 +pkg syscall (netbsd-386-cgo), const F_SETLK = 8 +pkg syscall (netbsd-386-cgo), const F_SETLKW = 9 +pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-386-cgo), const F_SETOWN = 6 +pkg syscall (netbsd-386-cgo), const F_UNLCK = 2 +pkg syscall (netbsd-386-cgo), const F_WRLCK = 3 +pkg syscall (netbsd-386-cgo), const HUPCL = 16384 +pkg syscall (netbsd-386-cgo), const ICANON = 256 +pkg syscall (netbsd-386-cgo), const ICRNL = 256 +pkg syscall (netbsd-386-cgo), const IEXTEN = 1024 +pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-386-cgo), const IFA_ROUTE = 1 +pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-386-cgo), const IFF_DEBUG = 4 +pkg syscall (netbsd-386-cgo), const IFF_LINK0 = 4096 +pkg syscall (netbsd-386-cgo), const IFF_LINK1 = 8192 +pkg syscall (netbsd-386-cgo), const IFF_LINK2 = 16384 +pkg syscall (netbsd-386-cgo), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-386-cgo), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-386-cgo), const IFF_NOARP = 128 +pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-386-cgo), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-386-cgo), const IFF_PROMISC = 256 +pkg syscall (netbsd-386-cgo), const IFF_RUNNING = 64 +pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-386-cgo), const IFNAMSIZ = 16 +pkg syscall (netbsd-386-cgo), const IFT_1822 = 2 +pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-386-cgo), const IFT_AAL2 = 187 +pkg syscall (netbsd-386-cgo), const IFT_AAL5 = 49 +pkg syscall (netbsd-386-cgo), const IFT_ADSL = 94 +pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-386-cgo), const IFT_ARAP = 88 +pkg syscall (netbsd-386-cgo), const IFT_ARCNET = 35 +pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-386-cgo), const IFT_ASYNC = 84 +pkg syscall (netbsd-386-cgo), const IFT_ATM = 37 +pkg syscall (netbsd-386-cgo), const IFT_ATMDXI = 105 +pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-386-cgo), const IFT_ATMIMA = 107 +pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-386-cgo), const IFT_BRIDGE = 209 +pkg syscall (netbsd-386-cgo), const IFT_BSC = 83 +pkg syscall (netbsd-386-cgo), const IFT_CARP = 248 +pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-386-cgo), const IFT_CEPT = 19 +pkg syscall (netbsd-386-cgo), const IFT_CES = 133 +pkg syscall (netbsd-386-cgo), const IFT_CHANNEL = 70 +pkg syscall (netbsd-386-cgo), const IFT_CNR = 85 +pkg syscall (netbsd-386-cgo), const IFT_COFFEE = 132 +pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-386-cgo), const IFT_DCN = 141 +pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-386-cgo), const IFT_DLSW = 74 +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-386-cgo), const IFT_DS0 = 81 +pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-386-cgo), const IFT_DS1FDL = 170 +pkg syscall (netbsd-386-cgo), const IFT_DS3 = 30 +pkg syscall (netbsd-386-cgo), const IFT_DTM = 140 +pkg syscall (netbsd-386-cgo), const IFT_DVBASILN = 172 +pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-386-cgo), const IFT_ECONET = 206 +pkg syscall (netbsd-386-cgo), const IFT_EON = 25 +pkg syscall (netbsd-386-cgo), const IFT_EPLRS = 87 +pkg syscall (netbsd-386-cgo), const IFT_ESCON = 73 +pkg syscall (netbsd-386-cgo), const IFT_ETHER = 6 +pkg syscall (netbsd-386-cgo), const IFT_FAITH = 242 +pkg syscall (netbsd-386-cgo), const IFT_FAST = 125 +pkg syscall (netbsd-386-cgo), const IFT_FASTETHER = 62 +pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-386-cgo), const IFT_FDDI = 15 +pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-386-cgo), const IFT_FRELAY = 32 +pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-386-cgo), const IFT_G703AT64K = 66 +pkg syscall (netbsd-386-cgo), const IFT_GIF = 240 +pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-386-cgo), const IFT_GR303IDT = 178 +pkg syscall (netbsd-386-cgo), const IFT_GR303RDT = 177 +pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-386-cgo), const IFT_H323PROXY = 165 +pkg syscall (netbsd-386-cgo), const IFT_HDH1822 = 3 +pkg syscall (netbsd-386-cgo), const IFT_HDLC = 118 +pkg syscall (netbsd-386-cgo), const IFT_HDSL2 = 168 +pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-386-cgo), const IFT_HIPPI = 47 +pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-386-cgo), const IFT_HSSI = 46 +pkg syscall (netbsd-386-cgo), const IFT_HY = 14 +pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-386-cgo), const IFT_IDSL = 154 +pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-386-cgo), const IFT_IFGSN = 145 +pkg syscall (netbsd-386-cgo), const IFT_IMT = 190 +pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-386-cgo), const IFT_IP = 126 +pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-386-cgo), const IFT_ISDN = 63 +pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-386-cgo), const IFT_ISDNS = 75 +pkg syscall (netbsd-386-cgo), const IFT_ISDNU = 76 +pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-386-cgo), const IFT_ISO88023 = 7 +pkg syscall (netbsd-386-cgo), const IFT_ISO88024 = 8 +pkg syscall (netbsd-386-cgo), const IFT_ISO88025 = 9 +pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-386-cgo), const IFT_ISO88026 = 10 +pkg syscall (netbsd-386-cgo), const IFT_ISUP = 179 +pkg syscall (netbsd-386-cgo), const IFT_L2VLAN = 135 +pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-386-cgo), const IFT_LAPB = 16 +pkg syscall (netbsd-386-cgo), const IFT_LAPD = 77 +pkg syscall (netbsd-386-cgo), const IFT_LAPF = 119 +pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-386-cgo), const IFT_LOOP = 24 +pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-386-cgo), const IFT_MIOX25 = 38 +pkg syscall (netbsd-386-cgo), const IFT_MODEM = 48 +pkg syscall (netbsd-386-cgo), const IFT_MPC = 113 +pkg syscall (netbsd-386-cgo), const IFT_MPLS = 166 +pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-386-cgo), const IFT_MSDSL = 143 +pkg syscall (netbsd-386-cgo), const IFT_MVL = 191 +pkg syscall (netbsd-386-cgo), const IFT_MYRINET = 99 +pkg syscall (netbsd-386-cgo), const IFT_NFAS = 175 +pkg syscall (netbsd-386-cgo), const IFT_NSIP = 27 +pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-386-cgo), const IFT_OTHER = 1 +pkg syscall (netbsd-386-cgo), const IFT_P10 = 12 +pkg syscall (netbsd-386-cgo), const IFT_P80 = 13 +pkg syscall (netbsd-386-cgo), const IFT_PARA = 34 +pkg syscall (netbsd-386-cgo), const IFT_PFLOG = 245 +pkg syscall (netbsd-386-cgo), const IFT_PFSYNC = 246 +pkg syscall (netbsd-386-cgo), const IFT_PLC = 174 +pkg syscall (netbsd-386-cgo), const IFT_PON155 = 207 +pkg syscall (netbsd-386-cgo), const IFT_PON622 = 208 +pkg syscall (netbsd-386-cgo), const IFT_POS = 171 +pkg syscall (netbsd-386-cgo), const IFT_PPP = 23 +pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-386-cgo), const IFT_PROPATM = 197 +pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-386-cgo), const IFT_PROPMUX = 54 +pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-386-cgo), const IFT_PVC = 241 +pkg syscall (netbsd-386-cgo), const IFT_Q2931 = 201 +pkg syscall (netbsd-386-cgo), const IFT_QLLC = 68 +pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-386-cgo), const IFT_RADSL = 95 +pkg syscall (netbsd-386-cgo), const IFT_REACHDSL = 192 +pkg syscall (netbsd-386-cgo), const IFT_RFC1483 = 159 +pkg syscall (netbsd-386-cgo), const IFT_RS232 = 33 +pkg syscall (netbsd-386-cgo), const IFT_RSRB = 79 +pkg syscall (netbsd-386-cgo), const IFT_SDLC = 17 +pkg syscall (netbsd-386-cgo), const IFT_SDSL = 96 +pkg syscall (netbsd-386-cgo), const IFT_SHDSL = 169 +pkg syscall (netbsd-386-cgo), const IFT_SIP = 31 +pkg syscall (netbsd-386-cgo), const IFT_SIPSIG = 204 +pkg syscall (netbsd-386-cgo), const IFT_SIPTG = 203 +pkg syscall (netbsd-386-cgo), const IFT_SLIP = 28 +pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-386-cgo), const IFT_SONET = 39 +pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-386-cgo), const IFT_SONETPATH = 50 +pkg syscall (netbsd-386-cgo), const IFT_SONETVT = 51 +pkg syscall (netbsd-386-cgo), const IFT_SRP = 151 +pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-386-cgo), const IFT_STARLAN = 11 +pkg syscall (netbsd-386-cgo), const IFT_STF = 215 +pkg syscall (netbsd-386-cgo), const IFT_T1 = 18 +pkg syscall (netbsd-386-cgo), const IFT_TDLC = 116 +pkg syscall (netbsd-386-cgo), const IFT_TELINK = 200 +pkg syscall (netbsd-386-cgo), const IFT_TERMPAD = 91 +pkg syscall (netbsd-386-cgo), const IFT_TR008 = 176 +pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-386-cgo), const IFT_TUNNEL = 131 +pkg syscall (netbsd-386-cgo), const IFT_ULTRA = 29 +pkg syscall (netbsd-386-cgo), const IFT_USB = 160 +pkg syscall (netbsd-386-cgo), const IFT_V11 = 64 +pkg syscall (netbsd-386-cgo), const IFT_V35 = 45 +pkg syscall (netbsd-386-cgo), const IFT_V36 = 65 +pkg syscall (netbsd-386-cgo), const IFT_V37 = 120 +pkg syscall (netbsd-386-cgo), const IFT_VDSL = 97 +pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-386-cgo), const IFT_VOICEDID = 213 +pkg syscall (netbsd-386-cgo), const IFT_VOICEEM = 100 +pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-386-cgo), const IFT_X213 = 93 +pkg syscall (netbsd-386-cgo), const IFT_X25 = 5 +pkg syscall (netbsd-386-cgo), const IFT_X25DDN = 4 +pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-386-cgo), const IFT_X25MLP = 121 +pkg syscall (netbsd-386-cgo), const IFT_X25PLE = 40 +pkg syscall (netbsd-386-cgo), const IFT_XETHER = 26 +pkg syscall (netbsd-386-cgo), const IGNBRK = 1 +pkg syscall (netbsd-386-cgo), const IGNCR = 128 +pkg syscall (netbsd-386-cgo), const IGNPAR = 4 +pkg syscall (netbsd-386-cgo), const IMAXBEL = 8192 +pkg syscall (netbsd-386-cgo), const INLCR = 64 +pkg syscall (netbsd-386-cgo), const INPCK = 16 +pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-386-cgo), const IPPROTO_AH = 51 +pkg syscall (netbsd-386-cgo), const IPPROTO_CARP = 112 +pkg syscall (netbsd-386-cgo), const IPPROTO_DONE = 257 +pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-386-cgo), const IPPROTO_EGP = 8 +pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-386-cgo), const IPPROTO_EON = 80 +pkg syscall (netbsd-386-cgo), const IPPROTO_ESP = 50 +pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-386-cgo), const IPPROTO_GGP = 3 +pkg syscall (netbsd-386-cgo), const IPPROTO_GRE = 47 +pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-386-cgo), const IPPROTO_IDP = 22 +pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-386-cgo), const IPPROTO_MAX = 256 +pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-386-cgo), const IPPROTO_NONE = 59 +pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-386-cgo), const IPPROTO_PIM = 103 +pkg syscall (netbsd-386-cgo), const IPPROTO_PUP = 12 +pkg syscall (netbsd-386-cgo), const IPPROTO_RAW = 255 +pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-386-cgo), const IPPROTO_TP = 29 +pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-386-cgo), const IPV6_FAITH = 29 +pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-386-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-386-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-386-cgo), const IPV6_MMTU = 1280 +pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR = 51 +pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-386-cgo), const IPV6_TCLASS = 61 +pkg syscall (netbsd-386-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-386-cgo), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-386-cgo), const IPV6_VERSION = 96 +pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-386-cgo), const IP_DF = 16384 +pkg syscall (netbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-386-cgo), const IP_EF = 32768 +pkg syscall (netbsd-386-cgo), const IP_ERRORMTU = 21 +pkg syscall (netbsd-386-cgo), const IP_HDRINCL = 2 +pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-386-cgo), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-386-cgo), const IP_MF = 8192 +pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-386-cgo), const IP_MINTTL = 24 +pkg syscall (netbsd-386-cgo), const IP_MSS = 576 +pkg syscall (netbsd-386-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-386-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-386-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-386-cgo), const IP_OFFMASK = 8191 +pkg syscall (netbsd-386-cgo), const IP_OPTIONS = 1 +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE = 19 +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-386-cgo), const IP_RECVIF = 20 +pkg syscall (netbsd-386-cgo), const IP_RECVOPTS = 5 +pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-386-cgo), const IP_RECVTTL = 23 +pkg syscall (netbsd-386-cgo), const IP_RETOPTS = 8 +pkg syscall (netbsd-386-cgo), const IP_RF = 32768 +pkg syscall (netbsd-386-cgo), const IP_TOS = 3 +pkg syscall (netbsd-386-cgo), const IP_TTL = 4 +pkg syscall (netbsd-386-cgo), const ISIG = 128 +pkg syscall (netbsd-386-cgo), const ISTRIP = 32 +pkg syscall (netbsd-386-cgo), const IXANY = 2048 +pkg syscall (netbsd-386-cgo), const IXOFF = 1024 +pkg syscall (netbsd-386-cgo), const IXON = 512 +pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false +pkg syscall (netbsd-386-cgo), const LOCK_EX = 2 +pkg syscall (netbsd-386-cgo), const LOCK_NB = 4 +pkg syscall (netbsd-386-cgo), const LOCK_SH = 1 +pkg syscall (netbsd-386-cgo), const LOCK_UN = 8 +pkg syscall (netbsd-386-cgo), const MSG_BCAST = 256 +pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-386-cgo), const MSG_CTRUNC = 32 +pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-386-cgo), const MSG_EOR = 8 +pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-386-cgo), const MSG_MCAST = 512 +pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-386-cgo), const MSG_NBIO = 4096 +pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-386-cgo), const MSG_OOB = 1 +pkg syscall (netbsd-386-cgo), const MSG_PEEK = 2 +pkg syscall (netbsd-386-cgo), const MSG_TRUNC = 16 +pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-386-cgo), const MSG_WAITALL = 64 +pkg syscall (netbsd-386-cgo), const NAME_MAX = 511 +pkg syscall (netbsd-386-cgo), const NET_RT_DUMP = 1 +pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-386-cgo), const NET_RT_MAXID = 6 +pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-386-cgo), const NOFLSH = 2147483648 +pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-386-cgo), const NOTE_CHILD = 4 +pkg syscall (netbsd-386-cgo), const NOTE_DELETE = 1 +pkg syscall (netbsd-386-cgo), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-386-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-386-cgo), const NOTE_EXTEND = 4 +pkg syscall (netbsd-386-cgo), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-386-cgo), const NOTE_LINK = 16 +pkg syscall (netbsd-386-cgo), const NOTE_LOWAT = 1 +pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-386-cgo), const NOTE_RENAME = 32 +pkg syscall (netbsd-386-cgo), const NOTE_REVOKE = 64 +pkg syscall (netbsd-386-cgo), const NOTE_TRACK = 1 +pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-386-cgo), const NOTE_WRITE = 2 +pkg syscall (netbsd-386-cgo), const OCRNL = 16 +pkg syscall (netbsd-386-cgo), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-386-cgo), const ONLCR = 2 +pkg syscall (netbsd-386-cgo), const ONLRET = 64 +pkg syscall (netbsd-386-cgo), const ONOCR = 32 +pkg syscall (netbsd-386-cgo), const ONOEOT = 8 +pkg syscall (netbsd-386-cgo), const OPOST = 1 +pkg syscall (netbsd-386-cgo), const O_ACCMODE = 3 +pkg syscall (netbsd-386-cgo), const O_ALT_IO = 262144 +pkg syscall (netbsd-386-cgo), const O_APPEND = 8 +pkg syscall (netbsd-386-cgo), const O_ASYNC = 64 +pkg syscall (netbsd-386-cgo), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-386-cgo), const O_CREAT = 512 +pkg syscall (netbsd-386-cgo), const O_DIRECT = 524288 +pkg syscall (netbsd-386-cgo), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-386-cgo), const O_DSYNC = 65536 +pkg syscall (netbsd-386-cgo), const O_EXCL = 2048 +pkg syscall (netbsd-386-cgo), const O_EXLOCK = 32 +pkg syscall (netbsd-386-cgo), const O_FSYNC = 128 +pkg syscall (netbsd-386-cgo), const O_NDELAY = 4 +pkg syscall (netbsd-386-cgo), const O_NOCTTY = 32768 +pkg syscall (netbsd-386-cgo), const O_NOFOLLOW = 256 +pkg syscall (netbsd-386-cgo), const O_NONBLOCK = 4 +pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-386-cgo), const O_RSYNC = 131072 +pkg syscall (netbsd-386-cgo), const O_SHLOCK = 16 +pkg syscall (netbsd-386-cgo), const O_SYNC = 128 +pkg syscall (netbsd-386-cgo), const O_TRUNC = 1024 +pkg syscall (netbsd-386-cgo), const PARENB = 4096 +pkg syscall (netbsd-386-cgo), const PARMRK = 8 +pkg syscall (netbsd-386-cgo), const PARODD = 8192 +pkg syscall (netbsd-386-cgo), const PENDIN = 536870912 +pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-386-cgo), const PTRACE_CONT = 7 +pkg syscall (netbsd-386-cgo), const PTRACE_KILL = 8 +pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-386-cgo), const RLIMIT_AS = 10 +pkg syscall (netbsd-386-cgo), const RLIMIT_CORE = 4 +pkg syscall (netbsd-386-cgo), const RLIMIT_CPU = 0 +pkg syscall (netbsd-386-cgo), const RLIMIT_DATA = 2 +pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-386-cgo), const RLIMIT_STACK = 3 +pkg syscall (netbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-386-cgo), const RTAX_BRD = 7 +pkg syscall (netbsd-386-cgo), const RTAX_DST = 0 +pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-386-cgo), const RTAX_GENMASK = 3 +pkg syscall (netbsd-386-cgo), const RTAX_IFA = 5 +pkg syscall (netbsd-386-cgo), const RTAX_IFP = 4 +pkg syscall (netbsd-386-cgo), const RTAX_MAX = 9 +pkg syscall (netbsd-386-cgo), const RTAX_NETMASK = 2 +pkg syscall (netbsd-386-cgo), const RTAX_TAG = 8 +pkg syscall (netbsd-386-cgo), const RTA_AUTHOR = 64 +pkg syscall (netbsd-386-cgo), const RTA_BRD = 128 +pkg syscall (netbsd-386-cgo), const RTA_DST = 1 +pkg syscall (netbsd-386-cgo), const RTA_GATEWAY = 2 +pkg syscall (netbsd-386-cgo), const RTA_GENMASK = 8 +pkg syscall (netbsd-386-cgo), const RTA_IFA = 32 +pkg syscall (netbsd-386-cgo), const RTA_IFP = 16 +pkg syscall (netbsd-386-cgo), const RTA_NETMASK = 4 +pkg syscall (netbsd-386-cgo), const RTA_TAG = 256 +pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-386-cgo), const RTF_CLONED = 8192 +pkg syscall (netbsd-386-cgo), const RTF_CLONING = 256 +pkg syscall (netbsd-386-cgo), const RTF_DONE = 64 +pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-386-cgo), const RTF_GATEWAY = 2 +pkg syscall (netbsd-386-cgo), const RTF_HOST = 4 +pkg syscall (netbsd-386-cgo), const RTF_LLINFO = 1024 +pkg syscall (netbsd-386-cgo), const RTF_MASK = 128 +pkg syscall (netbsd-386-cgo), const RTF_MODIFIED = 32 +pkg syscall (netbsd-386-cgo), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-386-cgo), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-386-cgo), const RTF_REJECT = 8 +pkg syscall (netbsd-386-cgo), const RTF_SRC = 65536 +pkg syscall (netbsd-386-cgo), const RTF_STATIC = 2048 +pkg syscall (netbsd-386-cgo), const RTF_UP = 1 +pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-386-cgo), const RTM_ADD = 1 +pkg syscall (netbsd-386-cgo), const RTM_CHANGE = 3 +pkg syscall (netbsd-386-cgo), const RTM_CHGADDR = 21 +pkg syscall (netbsd-386-cgo), const RTM_DELADDR = 13 +pkg syscall (netbsd-386-cgo), const RTM_DELETE = 2 +pkg syscall (netbsd-386-cgo), const RTM_GET = 4 +pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-386-cgo), const RTM_IFINFO = 20 +pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-386-cgo), const RTM_LOCK = 8 +pkg syscall (netbsd-386-cgo), const RTM_LOSING = 5 +pkg syscall (netbsd-386-cgo), const RTM_MISS = 7 +pkg syscall (netbsd-386-cgo), const RTM_NEWADDR = 12 +pkg syscall (netbsd-386-cgo), const RTM_OIFINFO = 15 +pkg syscall (netbsd-386-cgo), const RTM_OLDADD = 9 +pkg syscall (netbsd-386-cgo), const RTM_OLDDEL = 10 +pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-386-cgo), const RTM_REDIRECT = 6 +pkg syscall (netbsd-386-cgo), const RTM_RESOLVE = 11 +pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-386-cgo), const RTM_SETGATE = 18 +pkg syscall (netbsd-386-cgo), const RTM_VERSION = 4 +pkg syscall (netbsd-386-cgo), const RTV_EXPIRE = 4 +pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-386-cgo), const RTV_MTU = 1 +pkg syscall (netbsd-386-cgo), const RTV_RPIPE = 8 +pkg syscall (netbsd-386-cgo), const RTV_RTT = 64 +pkg syscall (netbsd-386-cgo), const RTV_RTTVAR = 128 +pkg syscall (netbsd-386-cgo), const RTV_SPIPE = 16 +pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-386-cgo), const RUSAGE_SELF = 0 +pkg syscall (netbsd-386-cgo), const SCM_CREDS = 4 +pkg syscall (netbsd-386-cgo), const SCM_RIGHTS = 1 +pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-386-cgo), const SIGBUS = 10 +pkg syscall (netbsd-386-cgo), const SIGCHLD = 20 +pkg syscall (netbsd-386-cgo), const SIGCONT = 19 +pkg syscall (netbsd-386-cgo), const SIGEMT = 7 +pkg syscall (netbsd-386-cgo), const SIGINFO = 29 +pkg syscall (netbsd-386-cgo), const SIGIO = 23 +pkg syscall (netbsd-386-cgo), const SIGIOT = 6 +pkg syscall (netbsd-386-cgo), const SIGPROF = 27 +pkg syscall (netbsd-386-cgo), const SIGPWR = 32 +pkg syscall (netbsd-386-cgo), const SIGSTOP = 17 +pkg syscall (netbsd-386-cgo), const SIGSYS = 12 +pkg syscall (netbsd-386-cgo), const SIGTSTP = 18 +pkg syscall (netbsd-386-cgo), const SIGTTIN = 21 +pkg syscall (netbsd-386-cgo), const SIGTTOU = 22 +pkg syscall (netbsd-386-cgo), const SIGURG = 16 +pkg syscall (netbsd-386-cgo), const SIGUSR1 = 30 +pkg syscall (netbsd-386-cgo), const SIGUSR2 = 31 +pkg syscall (netbsd-386-cgo), const SIGVTALRM = 26 +pkg syscall (netbsd-386-cgo), const SIGWINCH = 28 +pkg syscall (netbsd-386-cgo), const SIGXCPU = 24 +pkg syscall (netbsd-386-cgo), const SIGXFSZ = 25 +pkg syscall (netbsd-386-cgo), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-386-cgo), const SIOCADDRT = 2150658570 +pkg syscall (netbsd-386-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-386-cgo), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-386-cgo), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-386-cgo), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-386-cgo), const SIOCDELRT = 2150658571 +pkg syscall (netbsd-386-cgo), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC = 3223087483 +pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT = 3222566196 +pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT = 3222566195 +pkg syscall (netbsd-386-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-386-cgo), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF = 3230951712 +pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-386-cgo), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-386-cgo), const SIOCGIFCONF = 3221776678 +pkg syscall (netbsd-386-cgo), const SIOCGIFDATA = 3230951813 +pkg syscall (netbsd-386-cgo), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA = 3223873846 +pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-386-cgo), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR = 3223087495 +pkg syscall (netbsd-386-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-386-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-386-cgo), const SIOCGVH = 3230689667 +pkg syscall (netbsd-386-cgo), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS = 3222038904 +pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR = 3225708932 +pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC = 2149345659 +pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-386-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-386-cgo), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF = 2157209887 +pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-386-cgo), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-386-cgo), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR = 2149345672 +pkg syscall (netbsd-386-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-386-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-386-cgo), const SIOCSVH = 3230689666 +pkg syscall (netbsd-386-cgo), const SIOCZIFDATA = 3230951814 +pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-386-cgo), const SOCK_RDM = 4 +pkg syscall (netbsd-386-cgo), const SOL_SOCKET = 65535 +pkg syscall (netbsd-386-cgo), const SOMAXCONN = 128 +pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-386-cgo), const SO_BROADCAST = 32 +pkg syscall (netbsd-386-cgo), const SO_DEBUG = 1 +pkg syscall (netbsd-386-cgo), const SO_DONTROUTE = 16 +pkg syscall (netbsd-386-cgo), const SO_ERROR = 4103 +pkg syscall (netbsd-386-cgo), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-386-cgo), const SO_LINGER = 128 +pkg syscall (netbsd-386-cgo), const SO_NOHEADER = 4106 +pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-386-cgo), const SO_OOBINLINE = 256 +pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-386-cgo), const SO_RCVBUF = 4098 +pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-386-cgo), const SO_REUSEADDR = 4 +pkg syscall (netbsd-386-cgo), const SO_REUSEPORT = 512 +pkg syscall (netbsd-386-cgo), const SO_SNDBUF = 4097 +pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-386-cgo), const SO_TYPE = 4104 +pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-386-cgo), const SYS_ACCEPT = 30 +pkg syscall (netbsd-386-cgo), const SYS_ACCESS = 33 +pkg syscall (netbsd-386-cgo), const SYS_ACCT = 51 +pkg syscall (netbsd-386-cgo), const SYS_ADJTIME = 421 +pkg syscall (netbsd-386-cgo), const SYS_BIND = 104 +pkg syscall (netbsd-386-cgo), const SYS_BREAK = 17 +pkg syscall (netbsd-386-cgo), const SYS_CHDIR = 12 +pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-386-cgo), const SYS_CHMOD = 15 +pkg syscall (netbsd-386-cgo), const SYS_CHOWN = 16 +pkg syscall (netbsd-386-cgo), const SYS_CHROOT = 61 +pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-386-cgo), const SYS_CLOSE = 6 +pkg syscall (netbsd-386-cgo), const SYS_CONNECT = 98 +pkg syscall (netbsd-386-cgo), const SYS_DUP = 41 +pkg syscall (netbsd-386-cgo), const SYS_DUP2 = 90 +pkg syscall (netbsd-386-cgo), const SYS_DUP3 = 454 +pkg syscall (netbsd-386-cgo), const SYS_EXECVE = 59 +pkg syscall (netbsd-386-cgo), const SYS_EXIT = 1 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-386-cgo), const SYS_FCHDIR = 13 +pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-386-cgo), const SYS_FCHMOD = 124 +pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-386-cgo), const SYS_FCHOWN = 123 +pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-386-cgo), const SYS_FCHROOT = 297 +pkg syscall (netbsd-386-cgo), const SYS_FCNTL = 92 +pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-386-cgo), const SYS_FEXECVE = 465 +pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-386-cgo), const SYS_FHSTAT = 451 +pkg syscall (netbsd-386-cgo), const SYS_FKTRACE = 288 +pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-386-cgo), const SYS_FLOCK = 131 +pkg syscall (netbsd-386-cgo), const SYS_FORK = 2 +pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-386-cgo), const SYS_FSTAT = 440 +pkg syscall (netbsd-386-cgo), const SYS_FSTATAT = 466 +pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-386-cgo), const SYS_FSYNC = 95 +pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-386-cgo), const SYS_FUTIMES = 423 +pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-386-cgo), const SYS_GETDENTS = 390 +pkg syscall (netbsd-386-cgo), const SYS_GETEGID = 43 +pkg syscall (netbsd-386-cgo), const SYS_GETEUID = 25 +pkg syscall (netbsd-386-cgo), const SYS_GETFH = 395 +pkg syscall (netbsd-386-cgo), const SYS_GETGID = 47 +pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-386-cgo), const SYS_GETITIMER = 426 +pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-386-cgo), const SYS_GETPGID = 207 +pkg syscall (netbsd-386-cgo), const SYS_GETPGRP = 81 +pkg syscall (netbsd-386-cgo), const SYS_GETPID = 20 +pkg syscall (netbsd-386-cgo), const SYS_GETPPID = 39 +pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-386-cgo), const SYS_GETSID = 286 +pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-386-cgo), const SYS_GETUID = 24 +pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-386-cgo), const SYS_GETXATTR = 378 +pkg syscall (netbsd-386-cgo), const SYS_IOCTL = 54 +pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-386-cgo), const SYS_KEVENT = 435 +pkg syscall (netbsd-386-cgo), const SYS_KILL = 37 +pkg syscall (netbsd-386-cgo), const SYS_KQUEUE = 344 +pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-386-cgo), const SYS_KTRACE = 45 +pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-386-cgo), const SYS_LCHMOD = 274 +pkg syscall (netbsd-386-cgo), const SYS_LCHOWN = 275 +pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-386-cgo), const SYS_LINK = 9 +pkg syscall (netbsd-386-cgo), const SYS_LINKAT = 457 +pkg syscall (netbsd-386-cgo), const SYS_LISTEN = 106 +pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-386-cgo), const SYS_LSEEK = 199 +pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-386-cgo), const SYS_LSTAT = 441 +pkg syscall (netbsd-386-cgo), const SYS_LUTIMES = 424 +pkg syscall (netbsd-386-cgo), const SYS_MADVISE = 75 +pkg syscall (netbsd-386-cgo), const SYS_MINCORE = 78 +pkg syscall (netbsd-386-cgo), const SYS_MINHERIT = 273 +pkg syscall (netbsd-386-cgo), const SYS_MKDIR = 136 +pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-386-cgo), const SYS_MKFIFO = 132 +pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-386-cgo), const SYS_MKNOD = 450 +pkg syscall (netbsd-386-cgo), const SYS_MKNODAT = 460 +pkg syscall (netbsd-386-cgo), const SYS_MLOCK = 203 +pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-386-cgo), const SYS_MMAP = 197 +pkg syscall (netbsd-386-cgo), const SYS_MODCTL = 246 +pkg syscall (netbsd-386-cgo), const SYS_MOUNT = 410 +pkg syscall (netbsd-386-cgo), const SYS_MPROTECT = 74 +pkg syscall (netbsd-386-cgo), const SYS_MREMAP = 411 +pkg syscall (netbsd-386-cgo), const SYS_MSGCTL = 444 +pkg syscall (netbsd-386-cgo), const SYS_MSGGET = 225 +pkg syscall (netbsd-386-cgo), const SYS_MSGRCV = 227 +pkg syscall (netbsd-386-cgo), const SYS_MSGSND = 226 +pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-386-cgo), const SYS_MUNMAP = 73 +pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-386-cgo), const SYS_OPEN = 5 +pkg syscall (netbsd-386-cgo), const SYS_OPENAT = 468 +pkg syscall (netbsd-386-cgo), const SYS_PACCEPT = 456 +pkg syscall (netbsd-386-cgo), const SYS_PATHCONF = 191 +pkg syscall (netbsd-386-cgo), const SYS_PIPE = 42 +pkg syscall (netbsd-386-cgo), const SYS_PIPE2 = 453 +pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-386-cgo), const SYS_POLL = 209 +pkg syscall (netbsd-386-cgo), const SYS_POLLTS = 437 +pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-386-cgo), const SYS_PREAD = 173 +pkg syscall (netbsd-386-cgo), const SYS_PREADV = 289 +pkg syscall (netbsd-386-cgo), const SYS_PROFIL = 44 +pkg syscall (netbsd-386-cgo), const SYS_PSELECT = 436 +pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-386-cgo), const SYS_PTRACE = 26 +pkg syscall (netbsd-386-cgo), const SYS_PWRITE = 174 +pkg syscall (netbsd-386-cgo), const SYS_PWRITEV = 290 +pkg syscall (netbsd-386-cgo), const SYS_RASCTL = 343 +pkg syscall (netbsd-386-cgo), const SYS_READ = 3 +pkg syscall (netbsd-386-cgo), const SYS_READLINK = 58 +pkg syscall (netbsd-386-cgo), const SYS_READLINKAT = 469 +pkg syscall (netbsd-386-cgo), const SYS_READV = 120 +pkg syscall (netbsd-386-cgo), const SYS_REBOOT = 208 +pkg syscall (netbsd-386-cgo), const SYS_RECVFROM = 29 +pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-386-cgo), const SYS_RECVMSG = 27 +pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-386-cgo), const SYS_RENAME = 128 +pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-386-cgo), const SYS_REVOKE = 56 +pkg syscall (netbsd-386-cgo), const SYS_RMDIR = 137 +pkg syscall (netbsd-386-cgo), const SYS_SBRK = 69 +pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-386-cgo), const SYS_SELECT = 417 +pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-386-cgo), const SYS_SEMGET = 221 +pkg syscall (netbsd-386-cgo), const SYS_SEMOP = 222 +pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-386-cgo), const SYS_SENDMSG = 28 +pkg syscall (netbsd-386-cgo), const SYS_SENDTO = 133 +pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-386-cgo), const SYS_SETEGID = 182 +pkg syscall (netbsd-386-cgo), const SYS_SETEUID = 183 +pkg syscall (netbsd-386-cgo), const SYS_SETGID = 181 +pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-386-cgo), const SYS_SETITIMER = 425 +pkg syscall (netbsd-386-cgo), const SYS_SETPGID = 82 +pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-386-cgo), const SYS_SETREGID = 127 +pkg syscall (netbsd-386-cgo), const SYS_SETREUID = 126 +pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-386-cgo), const SYS_SETSID = 147 +pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-386-cgo), const SYS_SETUID = 23 +pkg syscall (netbsd-386-cgo), const SYS_SETXATTR = 375 +pkg syscall (netbsd-386-cgo), const SYS_SHMAT = 228 +pkg syscall (netbsd-386-cgo), const SYS_SHMCTL = 443 +pkg syscall (netbsd-386-cgo), const SYS_SHMDT = 230 +pkg syscall (netbsd-386-cgo), const SYS_SHMGET = 231 +pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-386-cgo), const SYS_SOCKET = 394 +pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-386-cgo), const SYS_SSTK = 70 +pkg syscall (netbsd-386-cgo), const SYS_STAT = 439 +pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-386-cgo), const SYS_SYMLINK = 57 +pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-386-cgo), const SYS_SYNC = 36 +pkg syscall (netbsd-386-cgo), const SYS_SYSARCH = 165 +pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-386-cgo), const SYS_UMASK = 60 +pkg syscall (netbsd-386-cgo), const SYS_UNDELETE = 205 +pkg syscall (netbsd-386-cgo), const SYS_UNLINK = 10 +pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-386-cgo), const SYS_UTIMES = 420 +pkg syscall (netbsd-386-cgo), const SYS_UTRACE = 306 +pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-386-cgo), const SYS_VADVISE = 72 +pkg syscall (netbsd-386-cgo), const SYS_VFORK = 66 +pkg syscall (netbsd-386-cgo), const SYS_WAIT4 = 449 +pkg syscall (netbsd-386-cgo), const SYS_WRITE = 4 +pkg syscall (netbsd-386-cgo), const SYS_WRITEV = 121 +pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-386-cgo), const SYS___CLONE = 287 +pkg syscall (netbsd-386-cgo), const SYS___GETCWD = 296 +pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-386-cgo), const SYS___SEMCTL = 442 +pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-386-cgo), const SYS___SYSCTL = 202 +pkg syscall (netbsd-386-cgo), const S_ARCH1 = 65536 +pkg syscall (netbsd-386-cgo), const S_ARCH2 = 131072 +pkg syscall (netbsd-386-cgo), const S_BLKSIZE = 512 +pkg syscall (netbsd-386-cgo), const S_IEXEC = 64 +pkg syscall (netbsd-386-cgo), const S_IFMT = 61440 +pkg syscall (netbsd-386-cgo), const S_IFWHT = 57344 +pkg syscall (netbsd-386-cgo), const S_IREAD = 256 +pkg syscall (netbsd-386-cgo), const S_IRGRP = 32 +pkg syscall (netbsd-386-cgo), const S_IROTH = 4 +pkg syscall (netbsd-386-cgo), const S_IRWXG = 56 +pkg syscall (netbsd-386-cgo), const S_IRWXO = 7 +pkg syscall (netbsd-386-cgo), const S_IRWXU = 448 +pkg syscall (netbsd-386-cgo), const S_ISTXT = 512 +pkg syscall (netbsd-386-cgo), const S_IWGRP = 16 +pkg syscall (netbsd-386-cgo), const S_IWOTH = 2 +pkg syscall (netbsd-386-cgo), const S_IWRITE = 128 +pkg syscall (netbsd-386-cgo), const S_IXGRP = 8 +pkg syscall (netbsd-386-cgo), const S_IXOTH = 1 +pkg syscall (netbsd-386-cgo), const S_LOGIN_SET = 1 +pkg syscall (netbsd-386-cgo), const SizeofBpfHdr = 20 +pkg syscall (netbsd-386-cgo), const SizeofBpfInsn = 8 +pkg syscall (netbsd-386-cgo), const SizeofBpfProgram = 8 +pkg syscall (netbsd-386-cgo), const SizeofBpfStat = 128 +pkg syscall (netbsd-386-cgo), const SizeofBpfVersion = 4 +pkg syscall (netbsd-386-cgo), const SizeofCmsghdr = 12 +pkg syscall (netbsd-386-cgo), const SizeofIPMreq = 8 +pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-386-cgo), const SizeofIfData = 132 +pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-386-cgo), const SizeofLinger = 8 +pkg syscall (netbsd-386-cgo), const SizeofMsghdr = 28 +pkg syscall (netbsd-386-cgo), const SizeofRtMetrics = 80 +pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-386-cgo), const TCIFLUSH = 1 +pkg syscall (netbsd-386-cgo), const TCIOFLUSH = 3 +pkg syscall (netbsd-386-cgo), const TCOFLUSH = 2 +pkg syscall (netbsd-386-cgo), const TCP_CONGCTL = 32 +pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-386-cgo), const TCP_MAXBURST = 4 +pkg syscall (netbsd-386-cgo), const TCP_MAXSEG = 2 +pkg syscall (netbsd-386-cgo), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-386-cgo), const TCP_MD5SIG = 16 +pkg syscall (netbsd-386-cgo), const TCP_MINMSS = 216 +pkg syscall (netbsd-386-cgo), const TCP_MSS = 536 +pkg syscall (netbsd-386-cgo), const TCSAFLUSH = 2 +pkg syscall (netbsd-386-cgo), const TIOCCBRK = 536900730 +pkg syscall (netbsd-386-cgo), const TIOCCDTR = 536900728 +pkg syscall (netbsd-386-cgo), const TIOCCONS = 2147775586 +pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP = 1074558040 +pkg syscall (netbsd-386-cgo), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-386-cgo), const TIOCEXCL = 536900621 +pkg syscall (netbsd-386-cgo), const TIOCEXT = 2147775584 +pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-386-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-386-cgo), const TIOCGETA = 1076655123 +pkg syscall (netbsd-386-cgo), const TIOCGETD = 1074033690 +pkg syscall (netbsd-386-cgo), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-386-cgo), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-386-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-386-cgo), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-386-cgo), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-386-cgo), const TIOCGSID = 1074033763 +pkg syscall (netbsd-386-cgo), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-386-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-386-cgo), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-386-cgo), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-386-cgo), const TIOCMGET = 1074033770 +pkg syscall (netbsd-386-cgo), const TIOCMSET = 2147775597 +pkg syscall (netbsd-386-cgo), const TIOCM_CAR = 64 +pkg syscall (netbsd-386-cgo), const TIOCM_CD = 64 +pkg syscall (netbsd-386-cgo), const TIOCM_CTS = 32 +pkg syscall (netbsd-386-cgo), const TIOCM_DSR = 256 +pkg syscall (netbsd-386-cgo), const TIOCM_DTR = 2 +pkg syscall (netbsd-386-cgo), const TIOCM_LE = 1 +pkg syscall (netbsd-386-cgo), const TIOCM_RI = 128 +pkg syscall (netbsd-386-cgo), const TIOCM_RNG = 128 +pkg syscall (netbsd-386-cgo), const TIOCM_RTS = 4 +pkg syscall (netbsd-386-cgo), const TIOCM_SR = 16 +pkg syscall (netbsd-386-cgo), const TIOCM_ST = 8 +pkg syscall (netbsd-386-cgo), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-386-cgo), const TIOCNXCL = 536900622 +pkg syscall (netbsd-386-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-386-cgo), const TIOCPKT = 2147775600 +pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-386-cgo), const TIOCPKT_START = 8 +pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-386-cgo), const TIOCPTMGET = 1076393030 +pkg syscall (netbsd-386-cgo), const TIOCPTSNAME = 1076393032 +pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME = 2147775557 +pkg syscall (netbsd-386-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-386-cgo), const TIOCSBRK = 536900731 +pkg syscall (netbsd-386-cgo), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-386-cgo), const TIOCSDTR = 536900729 +pkg syscall (netbsd-386-cgo), const TIOCSETA = 2150396948 +pkg syscall (netbsd-386-cgo), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-386-cgo), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-386-cgo), const TIOCSETD = 2147775515 +pkg syscall (netbsd-386-cgo), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-386-cgo), const TIOCSIG = 536900703 +pkg syscall (netbsd-386-cgo), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-386-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-386-cgo), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-386-cgo), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-386-cgo), const TIOCSTART = 536900718 +pkg syscall (netbsd-386-cgo), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-386-cgo), const TIOCSTI = 2147578994 +pkg syscall (netbsd-386-cgo), const TIOCSTOP = 536900719 +pkg syscall (netbsd-386-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-386-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME = 2147775556 +pkg syscall (netbsd-386-cgo), const TOSTOP = 4194304 +pkg syscall (netbsd-386-cgo), const VDISCARD = 15 +pkg syscall (netbsd-386-cgo), const VDSUSP = 11 +pkg syscall (netbsd-386-cgo), const VEOF = 0 +pkg syscall (netbsd-386-cgo), const VEOL = 1 +pkg syscall (netbsd-386-cgo), const VEOL2 = 2 +pkg syscall (netbsd-386-cgo), const VERASE = 3 +pkg syscall (netbsd-386-cgo), const VINTR = 8 +pkg syscall (netbsd-386-cgo), const VKILL = 5 +pkg syscall (netbsd-386-cgo), const VLNEXT = 14 +pkg syscall (netbsd-386-cgo), const VMIN = 16 +pkg syscall (netbsd-386-cgo), const VQUIT = 9 +pkg syscall (netbsd-386-cgo), const VREPRINT = 6 +pkg syscall (netbsd-386-cgo), const VSTART = 12 +pkg syscall (netbsd-386-cgo), const VSTATUS = 18 +pkg syscall (netbsd-386-cgo), const VSTOP = 13 +pkg syscall (netbsd-386-cgo), const VSUSP = 10 +pkg syscall (netbsd-386-cgo), const VTIME = 17 +pkg syscall (netbsd-386-cgo), const VWERASE = 4 +pkg syscall (netbsd-386-cgo), const WALL = 8 +pkg syscall (netbsd-386-cgo), const WALLSIG = 8 +pkg syscall (netbsd-386-cgo), const WALTSIG = 4 +pkg syscall (netbsd-386-cgo), const WCLONE = 4 +pkg syscall (netbsd-386-cgo), const WCOREFLAG = 128 +pkg syscall (netbsd-386-cgo), const WNOHANG = 1 +pkg syscall (netbsd-386-cgo), const WNOWAIT = 65536 +pkg syscall (netbsd-386-cgo), const WNOZOMBIE = 131072 +pkg syscall (netbsd-386-cgo), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-386-cgo), const WSTOPPED = 127 +pkg syscall (netbsd-386-cgo), const WUNTRACED = 2 +pkg syscall (netbsd-amd64), const AF_APPLETALK = 16 +pkg syscall (netbsd-amd64), const AF_ARP = 28 +pkg syscall (netbsd-amd64), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-amd64), const AF_CCITT = 10 +pkg syscall (netbsd-amd64), const AF_CHAOS = 5 +pkg syscall (netbsd-amd64), const AF_CNT = 21 +pkg syscall (netbsd-amd64), const AF_COIP = 20 +pkg syscall (netbsd-amd64), const AF_DATAKIT = 9 +pkg syscall (netbsd-amd64), const AF_DECnet = 12 +pkg syscall (netbsd-amd64), const AF_DLI = 13 +pkg syscall (netbsd-amd64), const AF_E164 = 26 +pkg syscall (netbsd-amd64), const AF_ECMA = 8 +pkg syscall (netbsd-amd64), const AF_HYLINK = 15 +pkg syscall (netbsd-amd64), const AF_IEEE80211 = 32 +pkg syscall (netbsd-amd64), const AF_IMPLINK = 3 +pkg syscall (netbsd-amd64), const AF_INET6 = 24 +pkg syscall (netbsd-amd64), const AF_IPX = 23 +pkg syscall (netbsd-amd64), const AF_ISDN = 26 +pkg syscall (netbsd-amd64), const AF_ISO = 7 +pkg syscall (netbsd-amd64), const AF_LAT = 14 +pkg syscall (netbsd-amd64), const AF_LINK = 18 +pkg syscall (netbsd-amd64), const AF_LOCAL = 1 +pkg syscall (netbsd-amd64), const AF_MAX = 35 +pkg syscall (netbsd-amd64), const AF_MPLS = 33 +pkg syscall (netbsd-amd64), const AF_NATM = 27 +pkg syscall (netbsd-amd64), const AF_NS = 6 +pkg syscall (netbsd-amd64), const AF_OROUTE = 17 +pkg syscall (netbsd-amd64), const AF_OSI = 7 +pkg syscall (netbsd-amd64), const AF_PUP = 4 +pkg syscall (netbsd-amd64), const AF_ROUTE = 34 +pkg syscall (netbsd-amd64), const AF_SNA = 11 +pkg syscall (netbsd-amd64), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-amd64), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-amd64), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-amd64), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-amd64), const B0 = 0 +pkg syscall (netbsd-amd64), const B110 = 110 +pkg syscall (netbsd-amd64), const B115200 = 115200 +pkg syscall (netbsd-amd64), const B1200 = 1200 +pkg syscall (netbsd-amd64), const B134 = 134 +pkg syscall (netbsd-amd64), const B14400 = 14400 +pkg syscall (netbsd-amd64), const B150 = 150 +pkg syscall (netbsd-amd64), const B1800 = 1800 +pkg syscall (netbsd-amd64), const B19200 = 19200 +pkg syscall (netbsd-amd64), const B200 = 200 +pkg syscall (netbsd-amd64), const B230400 = 230400 +pkg syscall (netbsd-amd64), const B2400 = 2400 +pkg syscall (netbsd-amd64), const B28800 = 28800 +pkg syscall (netbsd-amd64), const B300 = 300 +pkg syscall (netbsd-amd64), const B38400 = 38400 +pkg syscall (netbsd-amd64), const B460800 = 460800 +pkg syscall (netbsd-amd64), const B4800 = 4800 +pkg syscall (netbsd-amd64), const B50 = 50 +pkg syscall (netbsd-amd64), const B57600 = 57600 +pkg syscall (netbsd-amd64), const B600 = 600 +pkg syscall (netbsd-amd64), const B7200 = 7200 +pkg syscall (netbsd-amd64), const B75 = 75 +pkg syscall (netbsd-amd64), const B76800 = 76800 +pkg syscall (netbsd-amd64), const B921600 = 921600 +pkg syscall (netbsd-amd64), const B9600 = 9600 +pkg syscall (netbsd-amd64), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-amd64), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-amd64), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-amd64), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-amd64), const BIOCGDLTLIST = 3222291063 +pkg syscall (netbsd-amd64), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-amd64), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT = 1074807419 +pkg syscall (netbsd-amd64), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-amd64), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-amd64), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-amd64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-amd64), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-amd64), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-amd64), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-amd64), const BIOCSETF = 2148549223 +pkg syscall (netbsd-amd64), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-amd64), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT = 2148549242 +pkg syscall (netbsd-amd64), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-amd64), const BIOCSTCPF = 2148549234 +pkg syscall (netbsd-amd64), const BIOCSUDPF = 2148549235 +pkg syscall (netbsd-amd64), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-amd64), const BPF_A = 16 +pkg syscall (netbsd-amd64), const BPF_ABS = 32 +pkg syscall (netbsd-amd64), const BPF_ADD = 0 +pkg syscall (netbsd-amd64), const BPF_ALIGNMENT = 8 +pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-amd64), const BPF_ALU = 4 +pkg syscall (netbsd-amd64), const BPF_AND = 80 +pkg syscall (netbsd-amd64), const BPF_B = 16 +pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-amd64), const BPF_DIV = 48 +pkg syscall (netbsd-amd64), const BPF_H = 8 +pkg syscall (netbsd-amd64), const BPF_IMM = 0 +pkg syscall (netbsd-amd64), const BPF_IND = 64 +pkg syscall (netbsd-amd64), const BPF_JA = 0 +pkg syscall (netbsd-amd64), const BPF_JEQ = 16 +pkg syscall (netbsd-amd64), const BPF_JGE = 48 +pkg syscall (netbsd-amd64), const BPF_JGT = 32 +pkg syscall (netbsd-amd64), const BPF_JMP = 5 +pkg syscall (netbsd-amd64), const BPF_JSET = 64 +pkg syscall (netbsd-amd64), const BPF_K = 0 +pkg syscall (netbsd-amd64), const BPF_LD = 0 +pkg syscall (netbsd-amd64), const BPF_LDX = 1 +pkg syscall (netbsd-amd64), const BPF_LEN = 128 +pkg syscall (netbsd-amd64), const BPF_LSH = 96 +pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-amd64), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-amd64), const BPF_MEM = 96 +pkg syscall (netbsd-amd64), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-amd64), const BPF_MISC = 7 +pkg syscall (netbsd-amd64), const BPF_MSH = 160 +pkg syscall (netbsd-amd64), const BPF_MUL = 32 +pkg syscall (netbsd-amd64), const BPF_NEG = 128 +pkg syscall (netbsd-amd64), const BPF_OR = 64 +pkg syscall (netbsd-amd64), const BPF_RELEASE = 199606 +pkg syscall (netbsd-amd64), const BPF_RET = 6 +pkg syscall (netbsd-amd64), const BPF_RSH = 112 +pkg syscall (netbsd-amd64), const BPF_ST = 2 +pkg syscall (netbsd-amd64), const BPF_STX = 3 +pkg syscall (netbsd-amd64), const BPF_SUB = 16 +pkg syscall (netbsd-amd64), const BPF_TAX = 0 +pkg syscall (netbsd-amd64), const BPF_TXA = 128 +pkg syscall (netbsd-amd64), const BPF_W = 0 +pkg syscall (netbsd-amd64), const BPF_X = 8 +pkg syscall (netbsd-amd64), const BRKINT = 2 +pkg syscall (netbsd-amd64), const CFLUSH = 15 +pkg syscall (netbsd-amd64), const CLOCAL = 32768 +pkg syscall (netbsd-amd64), const CREAD = 2048 +pkg syscall (netbsd-amd64), const CS5 = 0 +pkg syscall (netbsd-amd64), const CS6 = 256 +pkg syscall (netbsd-amd64), const CS7 = 512 +pkg syscall (netbsd-amd64), const CS8 = 768 +pkg syscall (netbsd-amd64), const CSIZE = 768 +pkg syscall (netbsd-amd64), const CSTART = 17 +pkg syscall (netbsd-amd64), const CSTATUS = 20 +pkg syscall (netbsd-amd64), const CSTOP = 19 +pkg syscall (netbsd-amd64), const CSTOPB = 1024 +pkg syscall (netbsd-amd64), const CSUSP = 26 +pkg syscall (netbsd-amd64), const CTL_MAXNAME = 12 +pkg syscall (netbsd-amd64), const CTL_NET = 4 +pkg syscall (netbsd-amd64), const CTL_QUERY = -2 +pkg syscall (netbsd-amd64), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-amd64), const DLT_A429 = 184 +pkg syscall (netbsd-amd64), const DLT_A653_ICM = 185 +pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-amd64), const DLT_AOS = 222 +pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-amd64), const DLT_ARCNET = 7 +pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-amd64), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-amd64), const DLT_AURORA = 126 +pkg syscall (netbsd-amd64), const DLT_AX25 = 3 +pkg syscall (netbsd-amd64), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-amd64), const DLT_CAN20B = 190 +pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-amd64), const DLT_CHAOS = 5 +pkg syscall (netbsd-amd64), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-amd64), const DLT_C_HDLC = 104 +pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-amd64), const DLT_DECT = 221 +pkg syscall (netbsd-amd64), const DLT_DOCSIS = 143 +pkg syscall (netbsd-amd64), const DLT_ECONET = 115 +pkg syscall (netbsd-amd64), const DLT_EN10MB = 1 +pkg syscall (netbsd-amd64), const DLT_EN3MB = 2 +pkg syscall (netbsd-amd64), const DLT_ENC = 109 +pkg syscall (netbsd-amd64), const DLT_ERF = 197 +pkg syscall (netbsd-amd64), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-amd64), const DLT_ERF_POS = 176 +pkg syscall (netbsd-amd64), const DLT_FC_2 = 224 +pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-amd64), const DLT_FDDI = 10 +pkg syscall (netbsd-amd64), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-amd64), const DLT_FRELAY = 107 +pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-amd64), const DLT_GPF_F = 171 +pkg syscall (netbsd-amd64), const DLT_GPF_T = 170 +pkg syscall (netbsd-amd64), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-amd64), const DLT_HDLC = 16 +pkg syscall (netbsd-amd64), const DLT_HHDLC = 121 +pkg syscall (netbsd-amd64), const DLT_HIPPI = 15 +pkg syscall (netbsd-amd64), const DLT_IBM_SN = 146 +pkg syscall (netbsd-amd64), const DLT_IBM_SP = 145 +pkg syscall (netbsd-amd64), const DLT_IEEE802 = 6 +pkg syscall (netbsd-amd64), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-amd64), const DLT_IPMB = 199 +pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-amd64), const DLT_IPNET = 226 +pkg syscall (netbsd-amd64), const DLT_IPV4 = 228 +pkg syscall (netbsd-amd64), const DLT_IPV6 = 229 +pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-amd64), const DLT_LAPD = 203 +pkg syscall (netbsd-amd64), const DLT_LIN = 212 +pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-amd64), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-amd64), const DLT_LOOP = 108 +pkg syscall (netbsd-amd64), const DLT_LTALK = 114 +pkg syscall (netbsd-amd64), const DLT_MFR = 182 +pkg syscall (netbsd-amd64), const DLT_MOST = 211 +pkg syscall (netbsd-amd64), const DLT_MPLS = 219 +pkg syscall (netbsd-amd64), const DLT_MTP2 = 140 +pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-amd64), const DLT_MTP3 = 141 +pkg syscall (netbsd-amd64), const DLT_NULL = 0 +pkg syscall (netbsd-amd64), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-amd64), const DLT_PFLOG = 117 +pkg syscall (netbsd-amd64), const DLT_PFSYNC = 18 +pkg syscall (netbsd-amd64), const DLT_PPI = 192 +pkg syscall (netbsd-amd64), const DLT_PPP = 9 +pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-amd64), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-amd64), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-amd64), const DLT_PRONET = 4 +pkg syscall (netbsd-amd64), const DLT_RAIF1 = 198 +pkg syscall (netbsd-amd64), const DLT_RAW = 12 +pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-amd64), const DLT_RIO = 124 +pkg syscall (netbsd-amd64), const DLT_SCCP = 142 +pkg syscall (netbsd-amd64), const DLT_SITA = 196 +pkg syscall (netbsd-amd64), const DLT_SLIP = 8 +pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-amd64), const DLT_SUNATM = 123 +pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-amd64), const DLT_TZSP = 128 +pkg syscall (netbsd-amd64), const DLT_USB = 186 +pkg syscall (netbsd-amd64), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-amd64), const DLT_WIHART = 223 +pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-amd64), const DT_BLK = 6 +pkg syscall (netbsd-amd64), const DT_CHR = 2 +pkg syscall (netbsd-amd64), const DT_DIR = 4 +pkg syscall (netbsd-amd64), const DT_FIFO = 1 +pkg syscall (netbsd-amd64), const DT_LNK = 10 +pkg syscall (netbsd-amd64), const DT_REG = 8 +pkg syscall (netbsd-amd64), const DT_SOCK = 12 +pkg syscall (netbsd-amd64), const DT_UNKNOWN = 0 +pkg syscall (netbsd-amd64), const DT_WHT = 14 +pkg syscall (netbsd-amd64), const E2BIG = 7 +pkg syscall (netbsd-amd64), const EACCES = 13 +pkg syscall (netbsd-amd64), const EADDRINUSE = 48 +pkg syscall (netbsd-amd64), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-amd64), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-amd64), const EAGAIN = 35 +pkg syscall (netbsd-amd64), const EALREADY = 37 +pkg syscall (netbsd-amd64), const EAUTH = 80 +pkg syscall (netbsd-amd64), const EBADF = 9 +pkg syscall (netbsd-amd64), const EBADMSG = 88 +pkg syscall (netbsd-amd64), const EBADRPC = 72 +pkg syscall (netbsd-amd64), const EBUSY = 16 +pkg syscall (netbsd-amd64), const ECANCELED = 87 +pkg syscall (netbsd-amd64), const ECHILD = 10 +pkg syscall (netbsd-amd64), const ECHO = 8 +pkg syscall (netbsd-amd64), const ECHOCTL = 64 +pkg syscall (netbsd-amd64), const ECHOE = 2 +pkg syscall (netbsd-amd64), const ECHOK = 4 +pkg syscall (netbsd-amd64), const ECHOKE = 1 +pkg syscall (netbsd-amd64), const ECHONL = 16 +pkg syscall (netbsd-amd64), const ECHOPRT = 32 +pkg syscall (netbsd-amd64), const ECONNABORTED = 53 +pkg syscall (netbsd-amd64), const ECONNREFUSED = 61 +pkg syscall (netbsd-amd64), const ECONNRESET = 54 +pkg syscall (netbsd-amd64), const EDEADLK = 11 +pkg syscall (netbsd-amd64), const EDESTADDRREQ = 39 +pkg syscall (netbsd-amd64), const EDOM = 33 +pkg syscall (netbsd-amd64), const EDQUOT = 69 +pkg syscall (netbsd-amd64), const EEXIST = 17 +pkg syscall (netbsd-amd64), const EFAULT = 14 +pkg syscall (netbsd-amd64), const EFBIG = 27 +pkg syscall (netbsd-amd64), const EFTYPE = 79 +pkg syscall (netbsd-amd64), const EHOSTDOWN = 64 +pkg syscall (netbsd-amd64), const EHOSTUNREACH = 65 +pkg syscall (netbsd-amd64), const EIDRM = 82 +pkg syscall (netbsd-amd64), const EILSEQ = 85 +pkg syscall (netbsd-amd64), const EINPROGRESS = 36 +pkg syscall (netbsd-amd64), const EINTR = 4 +pkg syscall (netbsd-amd64), const EINVAL = 22 +pkg syscall (netbsd-amd64), const EIO = 5 +pkg syscall (netbsd-amd64), const EISCONN = 56 +pkg syscall (netbsd-amd64), const EISDIR = 21 +pkg syscall (netbsd-amd64), const ELAST = 96 +pkg syscall (netbsd-amd64), const ELOOP = 62 +pkg syscall (netbsd-amd64), const EMFILE = 24 +pkg syscall (netbsd-amd64), const EMLINK = 31 +pkg syscall (netbsd-amd64), const EMSGSIZE = 40 +pkg syscall (netbsd-amd64), const EMULTIHOP = 94 +pkg syscall (netbsd-amd64), const EMUL_LINUX = 1 +pkg syscall (netbsd-amd64), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-amd64), const EMUL_MAXID = 6 +pkg syscall (netbsd-amd64), const ENAMETOOLONG = 63 +pkg syscall (netbsd-amd64), const ENEEDAUTH = 81 +pkg syscall (netbsd-amd64), const ENETDOWN = 50 +pkg syscall (netbsd-amd64), const ENETRESET = 52 +pkg syscall (netbsd-amd64), const ENETUNREACH = 51 +pkg syscall (netbsd-amd64), const ENFILE = 23 +pkg syscall (netbsd-amd64), const ENOATTR = 93 +pkg syscall (netbsd-amd64), const ENOBUFS = 55 +pkg syscall (netbsd-amd64), const ENODATA = 89 +pkg syscall (netbsd-amd64), const ENODEV = 19 +pkg syscall (netbsd-amd64), const ENOEXEC = 8 +pkg syscall (netbsd-amd64), const ENOLCK = 77 +pkg syscall (netbsd-amd64), const ENOLINK = 95 +pkg syscall (netbsd-amd64), const ENOMEM = 12 +pkg syscall (netbsd-amd64), const ENOMSG = 83 +pkg syscall (netbsd-amd64), const ENOPROTOOPT = 42 +pkg syscall (netbsd-amd64), const ENOSPC = 28 +pkg syscall (netbsd-amd64), const ENOSR = 90 +pkg syscall (netbsd-amd64), const ENOSTR = 91 +pkg syscall (netbsd-amd64), const ENOSYS = 78 +pkg syscall (netbsd-amd64), const ENOTBLK = 15 +pkg syscall (netbsd-amd64), const ENOTCONN = 57 +pkg syscall (netbsd-amd64), const ENOTDIR = 20 +pkg syscall (netbsd-amd64), const ENOTEMPTY = 66 +pkg syscall (netbsd-amd64), const ENOTSOCK = 38 +pkg syscall (netbsd-amd64), const ENOTSUP = 86 +pkg syscall (netbsd-amd64), const ENOTTY = 25 +pkg syscall (netbsd-amd64), const ENXIO = 6 +pkg syscall (netbsd-amd64), const EOPNOTSUPP = 45 +pkg syscall (netbsd-amd64), const EOVERFLOW = 84 +pkg syscall (netbsd-amd64), const EPERM = 1 +pkg syscall (netbsd-amd64), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-amd64), const EPIPE = 32 +pkg syscall (netbsd-amd64), const EPROCLIM = 67 +pkg syscall (netbsd-amd64), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-amd64), const EPROGMISMATCH = 75 +pkg syscall (netbsd-amd64), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-amd64), const EPROTO = 96 +pkg syscall (netbsd-amd64), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-amd64), const EPROTOTYPE = 41 +pkg syscall (netbsd-amd64), const ERANGE = 34 +pkg syscall (netbsd-amd64), const EREMOTE = 71 +pkg syscall (netbsd-amd64), const EROFS = 30 +pkg syscall (netbsd-amd64), const ERPCMISMATCH = 73 +pkg syscall (netbsd-amd64), const ESHUTDOWN = 58 +pkg syscall (netbsd-amd64), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-amd64), const ESPIPE = 29 +pkg syscall (netbsd-amd64), const ESRCH = 3 +pkg syscall (netbsd-amd64), const ESTALE = 70 +pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-amd64), const ETHERMIN = 46 +pkg syscall (netbsd-amd64), const ETHERMTU = 1500 +pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-amd64), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-amd64), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-amd64), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-amd64), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-amd64), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-amd64), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-amd64), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-amd64), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-amd64), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-amd64), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-amd64), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-amd64), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-amd64), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-amd64), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-amd64), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-amd64), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-amd64), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-amd64), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-amd64), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-amd64), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-amd64), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-amd64), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-amd64), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-amd64), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-amd64), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-amd64), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-amd64), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-amd64), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-amd64), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-amd64), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-amd64), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-amd64), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-amd64), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-amd64), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-amd64), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-amd64), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-amd64), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-amd64), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-amd64), const ETIME = 92 +pkg syscall (netbsd-amd64), const ETIMEDOUT = 60 +pkg syscall (netbsd-amd64), const ETOOMANYREFS = 59 +pkg syscall (netbsd-amd64), const ETXTBSY = 26 +pkg syscall (netbsd-amd64), const EUSERS = 68 +pkg syscall (netbsd-amd64), const EVFILT_AIO = 2 +pkg syscall (netbsd-amd64), const EVFILT_PROC = 4 +pkg syscall (netbsd-amd64), const EVFILT_READ = 0 +pkg syscall (netbsd-amd64), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-amd64), const EVFILT_TIMER = 6 +pkg syscall (netbsd-amd64), const EVFILT_VNODE = 3 +pkg syscall (netbsd-amd64), const EVFILT_WRITE = 1 +pkg syscall (netbsd-amd64), const EV_ADD = 1 +pkg syscall (netbsd-amd64), const EV_CLEAR = 32 +pkg syscall (netbsd-amd64), const EV_DELETE = 2 +pkg syscall (netbsd-amd64), const EV_DISABLE = 8 +pkg syscall (netbsd-amd64), const EV_ENABLE = 4 +pkg syscall (netbsd-amd64), const EV_EOF = 32768 +pkg syscall (netbsd-amd64), const EV_ERROR = 16384 +pkg syscall (netbsd-amd64), const EV_FLAG1 = 8192 +pkg syscall (netbsd-amd64), const EV_ONESHOT = 16 +pkg syscall (netbsd-amd64), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-amd64), const EWOULDBLOCK = 35 +pkg syscall (netbsd-amd64), const EXDEV = 18 +pkg syscall (netbsd-amd64), const EXTA = 19200 +pkg syscall (netbsd-amd64), const EXTB = 38400 +pkg syscall (netbsd-amd64), const EXTPROC = 2048 +pkg syscall (netbsd-amd64), const FD_CLOEXEC = 1 +pkg syscall (netbsd-amd64), const FD_SETSIZE = 256 +pkg syscall (netbsd-amd64), const FLUSHO = 8388608 +pkg syscall (netbsd-amd64), const F_CLOSEM = 10 +pkg syscall (netbsd-amd64), const F_DUPFD = 0 +pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-amd64), const F_FSCTL = -2147483648 +pkg syscall (netbsd-amd64), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-amd64), const F_FSIN = 268435456 +pkg syscall (netbsd-amd64), const F_FSINOUT = 805306368 +pkg syscall (netbsd-amd64), const F_FSOUT = 536870912 +pkg syscall (netbsd-amd64), const F_FSPRIV = 32768 +pkg syscall (netbsd-amd64), const F_FSVOID = 1073741824 +pkg syscall (netbsd-amd64), const F_GETFD = 1 +pkg syscall (netbsd-amd64), const F_GETFL = 3 +pkg syscall (netbsd-amd64), const F_GETLK = 7 +pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-amd64), const F_GETOWN = 5 +pkg syscall (netbsd-amd64), const F_MAXFD = 11 +pkg syscall (netbsd-amd64), const F_OK = 0 +pkg syscall (netbsd-amd64), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-amd64), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-amd64), const F_RDLCK = 1 +pkg syscall (netbsd-amd64), const F_SETFD = 2 +pkg syscall (netbsd-amd64), const F_SETFL = 4 +pkg syscall (netbsd-amd64), const F_SETLK = 8 +pkg syscall (netbsd-amd64), const F_SETLKW = 9 +pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-amd64), const F_SETOWN = 6 +pkg syscall (netbsd-amd64), const F_UNLCK = 2 +pkg syscall (netbsd-amd64), const F_WRLCK = 3 +pkg syscall (netbsd-amd64), const HUPCL = 16384 +pkg syscall (netbsd-amd64), const ICANON = 256 +pkg syscall (netbsd-amd64), const ICRNL = 256 +pkg syscall (netbsd-amd64), const IEXTEN = 1024 +pkg syscall (netbsd-amd64), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-amd64), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-amd64), const IFA_ROUTE = 1 +pkg syscall (netbsd-amd64), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-amd64), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-amd64), const IFF_DEBUG = 4 +pkg syscall (netbsd-amd64), const IFF_LINK0 = 4096 +pkg syscall (netbsd-amd64), const IFF_LINK1 = 8192 +pkg syscall (netbsd-amd64), const IFF_LINK2 = 16384 +pkg syscall (netbsd-amd64), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-amd64), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-amd64), const IFF_NOARP = 128 +pkg syscall (netbsd-amd64), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-amd64), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-amd64), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-amd64), const IFF_PROMISC = 256 +pkg syscall (netbsd-amd64), const IFF_RUNNING = 64 +pkg syscall (netbsd-amd64), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-amd64), const IFNAMSIZ = 16 +pkg syscall (netbsd-amd64), const IFT_1822 = 2 +pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-amd64), const IFT_AAL2 = 187 +pkg syscall (netbsd-amd64), const IFT_AAL5 = 49 +pkg syscall (netbsd-amd64), const IFT_ADSL = 94 +pkg syscall (netbsd-amd64), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-amd64), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-amd64), const IFT_ARAP = 88 +pkg syscall (netbsd-amd64), const IFT_ARCNET = 35 +pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-amd64), const IFT_ASYNC = 84 +pkg syscall (netbsd-amd64), const IFT_ATM = 37 +pkg syscall (netbsd-amd64), const IFT_ATMDXI = 105 +pkg syscall (netbsd-amd64), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-amd64), const IFT_ATMIMA = 107 +pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-amd64), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-amd64), const IFT_BRIDGE = 209 +pkg syscall (netbsd-amd64), const IFT_BSC = 83 +pkg syscall (netbsd-amd64), const IFT_CARP = 248 +pkg syscall (netbsd-amd64), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-amd64), const IFT_CEPT = 19 +pkg syscall (netbsd-amd64), const IFT_CES = 133 +pkg syscall (netbsd-amd64), const IFT_CHANNEL = 70 +pkg syscall (netbsd-amd64), const IFT_CNR = 85 +pkg syscall (netbsd-amd64), const IFT_COFFEE = 132 +pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-amd64), const IFT_DCN = 141 +pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-amd64), const IFT_DLSW = 74 +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-amd64), const IFT_DS0 = 81 +pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-amd64), const IFT_DS1FDL = 170 +pkg syscall (netbsd-amd64), const IFT_DS3 = 30 +pkg syscall (netbsd-amd64), const IFT_DTM = 140 +pkg syscall (netbsd-amd64), const IFT_DVBASILN = 172 +pkg syscall (netbsd-amd64), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-amd64), const IFT_ECONET = 206 +pkg syscall (netbsd-amd64), const IFT_EON = 25 +pkg syscall (netbsd-amd64), const IFT_EPLRS = 87 +pkg syscall (netbsd-amd64), const IFT_ESCON = 73 +pkg syscall (netbsd-amd64), const IFT_ETHER = 6 +pkg syscall (netbsd-amd64), const IFT_FAITH = 242 +pkg syscall (netbsd-amd64), const IFT_FAST = 125 +pkg syscall (netbsd-amd64), const IFT_FASTETHER = 62 +pkg syscall (netbsd-amd64), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-amd64), const IFT_FDDI = 15 +pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-amd64), const IFT_FRELAY = 32 +pkg syscall (netbsd-amd64), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-amd64), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-amd64), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-amd64), const IFT_G703AT64K = 66 +pkg syscall (netbsd-amd64), const IFT_GIF = 240 +pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-amd64), const IFT_GR303IDT = 178 +pkg syscall (netbsd-amd64), const IFT_GR303RDT = 177 +pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-amd64), const IFT_H323PROXY = 165 +pkg syscall (netbsd-amd64), const IFT_HDH1822 = 3 +pkg syscall (netbsd-amd64), const IFT_HDLC = 118 +pkg syscall (netbsd-amd64), const IFT_HDSL2 = 168 +pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-amd64), const IFT_HIPPI = 47 +pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-amd64), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-amd64), const IFT_HSSI = 46 +pkg syscall (netbsd-amd64), const IFT_HY = 14 +pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-amd64), const IFT_IDSL = 154 +pkg syscall (netbsd-amd64), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-amd64), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-amd64), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-amd64), const IFT_IFGSN = 145 +pkg syscall (netbsd-amd64), const IFT_IMT = 190 +pkg syscall (netbsd-amd64), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-amd64), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-amd64), const IFT_IP = 126 +pkg syscall (netbsd-amd64), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-amd64), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-amd64), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-amd64), const IFT_ISDN = 63 +pkg syscall (netbsd-amd64), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-amd64), const IFT_ISDNS = 75 +pkg syscall (netbsd-amd64), const IFT_ISDNU = 76 +pkg syscall (netbsd-amd64), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-amd64), const IFT_ISO88023 = 7 +pkg syscall (netbsd-amd64), const IFT_ISO88024 = 8 +pkg syscall (netbsd-amd64), const IFT_ISO88025 = 9 +pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-amd64), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-amd64), const IFT_ISO88026 = 10 +pkg syscall (netbsd-amd64), const IFT_ISUP = 179 +pkg syscall (netbsd-amd64), const IFT_L2VLAN = 135 +pkg syscall (netbsd-amd64), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-amd64), const IFT_LAPB = 16 +pkg syscall (netbsd-amd64), const IFT_LAPD = 77 +pkg syscall (netbsd-amd64), const IFT_LAPF = 119 +pkg syscall (netbsd-amd64), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-amd64), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-amd64), const IFT_LOOP = 24 +pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-amd64), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-amd64), const IFT_MIOX25 = 38 +pkg syscall (netbsd-amd64), const IFT_MODEM = 48 +pkg syscall (netbsd-amd64), const IFT_MPC = 113 +pkg syscall (netbsd-amd64), const IFT_MPLS = 166 +pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-amd64), const IFT_MSDSL = 143 +pkg syscall (netbsd-amd64), const IFT_MVL = 191 +pkg syscall (netbsd-amd64), const IFT_MYRINET = 99 +pkg syscall (netbsd-amd64), const IFT_NFAS = 175 +pkg syscall (netbsd-amd64), const IFT_NSIP = 27 +pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-amd64), const IFT_OTHER = 1 +pkg syscall (netbsd-amd64), const IFT_P10 = 12 +pkg syscall (netbsd-amd64), const IFT_P80 = 13 +pkg syscall (netbsd-amd64), const IFT_PARA = 34 +pkg syscall (netbsd-amd64), const IFT_PFLOG = 245 +pkg syscall (netbsd-amd64), const IFT_PFSYNC = 246 +pkg syscall (netbsd-amd64), const IFT_PLC = 174 +pkg syscall (netbsd-amd64), const IFT_PON155 = 207 +pkg syscall (netbsd-amd64), const IFT_PON622 = 208 +pkg syscall (netbsd-amd64), const IFT_POS = 171 +pkg syscall (netbsd-amd64), const IFT_PPP = 23 +pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-amd64), const IFT_PROPATM = 197 +pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-amd64), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-amd64), const IFT_PROPMUX = 54 +pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-amd64), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-amd64), const IFT_PVC = 241 +pkg syscall (netbsd-amd64), const IFT_Q2931 = 201 +pkg syscall (netbsd-amd64), const IFT_QLLC = 68 +pkg syscall (netbsd-amd64), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-amd64), const IFT_RADSL = 95 +pkg syscall (netbsd-amd64), const IFT_REACHDSL = 192 +pkg syscall (netbsd-amd64), const IFT_RFC1483 = 159 +pkg syscall (netbsd-amd64), const IFT_RS232 = 33 +pkg syscall (netbsd-amd64), const IFT_RSRB = 79 +pkg syscall (netbsd-amd64), const IFT_SDLC = 17 +pkg syscall (netbsd-amd64), const IFT_SDSL = 96 +pkg syscall (netbsd-amd64), const IFT_SHDSL = 169 +pkg syscall (netbsd-amd64), const IFT_SIP = 31 +pkg syscall (netbsd-amd64), const IFT_SIPSIG = 204 +pkg syscall (netbsd-amd64), const IFT_SIPTG = 203 +pkg syscall (netbsd-amd64), const IFT_SLIP = 28 +pkg syscall (netbsd-amd64), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-amd64), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-amd64), const IFT_SONET = 39 +pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-amd64), const IFT_SONETPATH = 50 +pkg syscall (netbsd-amd64), const IFT_SONETVT = 51 +pkg syscall (netbsd-amd64), const IFT_SRP = 151 +pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-amd64), const IFT_STARLAN = 11 +pkg syscall (netbsd-amd64), const IFT_STF = 215 +pkg syscall (netbsd-amd64), const IFT_T1 = 18 +pkg syscall (netbsd-amd64), const IFT_TDLC = 116 +pkg syscall (netbsd-amd64), const IFT_TELINK = 200 +pkg syscall (netbsd-amd64), const IFT_TERMPAD = 91 +pkg syscall (netbsd-amd64), const IFT_TR008 = 176 +pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-amd64), const IFT_TUNNEL = 131 +pkg syscall (netbsd-amd64), const IFT_ULTRA = 29 +pkg syscall (netbsd-amd64), const IFT_USB = 160 +pkg syscall (netbsd-amd64), const IFT_V11 = 64 +pkg syscall (netbsd-amd64), const IFT_V35 = 45 +pkg syscall (netbsd-amd64), const IFT_V36 = 65 +pkg syscall (netbsd-amd64), const IFT_V37 = 120 +pkg syscall (netbsd-amd64), const IFT_VDSL = 97 +pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-amd64), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-amd64), const IFT_VOICEDID = 213 +pkg syscall (netbsd-amd64), const IFT_VOICEEM = 100 +pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-amd64), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-amd64), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-amd64), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-amd64), const IFT_X213 = 93 +pkg syscall (netbsd-amd64), const IFT_X25 = 5 +pkg syscall (netbsd-amd64), const IFT_X25DDN = 4 +pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-amd64), const IFT_X25MLP = 121 +pkg syscall (netbsd-amd64), const IFT_X25PLE = 40 +pkg syscall (netbsd-amd64), const IFT_XETHER = 26 +pkg syscall (netbsd-amd64), const IGNBRK = 1 +pkg syscall (netbsd-amd64), const IGNCR = 128 +pkg syscall (netbsd-amd64), const IGNPAR = 4 +pkg syscall (netbsd-amd64), const IMAXBEL = 8192 +pkg syscall (netbsd-amd64), const INLCR = 64 +pkg syscall (netbsd-amd64), const INPCK = 16 +pkg syscall (netbsd-amd64), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-amd64), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-amd64), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-amd64), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-amd64), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-amd64), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-amd64), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-amd64), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-amd64), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-amd64), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-amd64), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-amd64), const IPPROTO_AH = 51 +pkg syscall (netbsd-amd64), const IPPROTO_CARP = 112 +pkg syscall (netbsd-amd64), const IPPROTO_DONE = 257 +pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-amd64), const IPPROTO_EGP = 8 +pkg syscall (netbsd-amd64), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-amd64), const IPPROTO_EON = 80 +pkg syscall (netbsd-amd64), const IPPROTO_ESP = 50 +pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-amd64), const IPPROTO_GGP = 3 +pkg syscall (netbsd-amd64), const IPPROTO_GRE = 47 +pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-amd64), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-amd64), const IPPROTO_IDP = 22 +pkg syscall (netbsd-amd64), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-amd64), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-amd64), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-amd64), const IPPROTO_MAX = 256 +pkg syscall (netbsd-amd64), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-amd64), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-amd64), const IPPROTO_NONE = 59 +pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-amd64), const IPPROTO_PIM = 103 +pkg syscall (netbsd-amd64), const IPPROTO_PUP = 12 +pkg syscall (netbsd-amd64), const IPPROTO_RAW = 255 +pkg syscall (netbsd-amd64), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-amd64), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-amd64), const IPPROTO_TP = 29 +pkg syscall (netbsd-amd64), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-amd64), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-amd64), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-amd64), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-amd64), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-amd64), const IPV6_FAITH = 29 +pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-amd64), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-amd64), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-amd64), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-amd64), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-amd64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-amd64), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-amd64), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-amd64), const IPV6_MMTU = 1280 +pkg syscall (netbsd-amd64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-amd64), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-amd64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-amd64), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-amd64), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-amd64), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-amd64), const IPV6_RTHDR = 51 +pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-amd64), const IPV6_TCLASS = 61 +pkg syscall (netbsd-amd64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-amd64), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-amd64), const IPV6_VERSION = 96 +pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-amd64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-amd64), const IP_DF = 16384 +pkg syscall (netbsd-amd64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-amd64), const IP_EF = 32768 +pkg syscall (netbsd-amd64), const IP_ERRORMTU = 21 +pkg syscall (netbsd-amd64), const IP_HDRINCL = 2 +pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-amd64), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-amd64), const IP_MF = 8192 +pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-amd64), const IP_MINTTL = 24 +pkg syscall (netbsd-amd64), const IP_MSS = 576 +pkg syscall (netbsd-amd64), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-amd64), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-amd64), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-amd64), const IP_OFFMASK = 8191 +pkg syscall (netbsd-amd64), const IP_OPTIONS = 1 +pkg syscall (netbsd-amd64), const IP_PORTRANGE = 19 +pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-amd64), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-amd64), const IP_RECVIF = 20 +pkg syscall (netbsd-amd64), const IP_RECVOPTS = 5 +pkg syscall (netbsd-amd64), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-amd64), const IP_RECVTTL = 23 +pkg syscall (netbsd-amd64), const IP_RETOPTS = 8 +pkg syscall (netbsd-amd64), const IP_RF = 32768 +pkg syscall (netbsd-amd64), const IP_TOS = 3 +pkg syscall (netbsd-amd64), const IP_TTL = 4 +pkg syscall (netbsd-amd64), const ISIG = 128 +pkg syscall (netbsd-amd64), const ISTRIP = 32 +pkg syscall (netbsd-amd64), const IXANY = 2048 +pkg syscall (netbsd-amd64), const IXOFF = 1024 +pkg syscall (netbsd-amd64), const IXON = 512 +pkg syscall (netbsd-amd64), const ImplementsGetwd = false +pkg syscall (netbsd-amd64), const LOCK_EX = 2 +pkg syscall (netbsd-amd64), const LOCK_NB = 4 +pkg syscall (netbsd-amd64), const LOCK_SH = 1 +pkg syscall (netbsd-amd64), const LOCK_UN = 8 +pkg syscall (netbsd-amd64), const MSG_BCAST = 256 +pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-amd64), const MSG_CTRUNC = 32 +pkg syscall (netbsd-amd64), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-amd64), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-amd64), const MSG_EOR = 8 +pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-amd64), const MSG_MCAST = 512 +pkg syscall (netbsd-amd64), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-amd64), const MSG_NBIO = 4096 +pkg syscall (netbsd-amd64), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-amd64), const MSG_OOB = 1 +pkg syscall (netbsd-amd64), const MSG_PEEK = 2 +pkg syscall (netbsd-amd64), const MSG_TRUNC = 16 +pkg syscall (netbsd-amd64), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-amd64), const MSG_WAITALL = 64 +pkg syscall (netbsd-amd64), const NAME_MAX = 511 +pkg syscall (netbsd-amd64), const NET_RT_DUMP = 1 +pkg syscall (netbsd-amd64), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-amd64), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-amd64), const NET_RT_MAXID = 6 +pkg syscall (netbsd-amd64), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-amd64), const NOFLSH = 2147483648 +pkg syscall (netbsd-amd64), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-amd64), const NOTE_CHILD = 4 +pkg syscall (netbsd-amd64), const NOTE_DELETE = 1 +pkg syscall (netbsd-amd64), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-amd64), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-amd64), const NOTE_EXTEND = 4 +pkg syscall (netbsd-amd64), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-amd64), const NOTE_LINK = 16 +pkg syscall (netbsd-amd64), const NOTE_LOWAT = 1 +pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-amd64), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-amd64), const NOTE_RENAME = 32 +pkg syscall (netbsd-amd64), const NOTE_REVOKE = 64 +pkg syscall (netbsd-amd64), const NOTE_TRACK = 1 +pkg syscall (netbsd-amd64), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-amd64), const NOTE_WRITE = 2 +pkg syscall (netbsd-amd64), const OCRNL = 16 +pkg syscall (netbsd-amd64), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-amd64), const ONLCR = 2 +pkg syscall (netbsd-amd64), const ONLRET = 64 +pkg syscall (netbsd-amd64), const ONOCR = 32 +pkg syscall (netbsd-amd64), const ONOEOT = 8 +pkg syscall (netbsd-amd64), const OPOST = 1 +pkg syscall (netbsd-amd64), const O_ACCMODE = 3 +pkg syscall (netbsd-amd64), const O_ALT_IO = 262144 +pkg syscall (netbsd-amd64), const O_APPEND = 8 +pkg syscall (netbsd-amd64), const O_ASYNC = 64 +pkg syscall (netbsd-amd64), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-amd64), const O_CREAT = 512 +pkg syscall (netbsd-amd64), const O_DIRECT = 524288 +pkg syscall (netbsd-amd64), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-amd64), const O_DSYNC = 65536 +pkg syscall (netbsd-amd64), const O_EXCL = 2048 +pkg syscall (netbsd-amd64), const O_EXLOCK = 32 +pkg syscall (netbsd-amd64), const O_FSYNC = 128 +pkg syscall (netbsd-amd64), const O_NDELAY = 4 +pkg syscall (netbsd-amd64), const O_NOCTTY = 32768 +pkg syscall (netbsd-amd64), const O_NOFOLLOW = 256 +pkg syscall (netbsd-amd64), const O_NONBLOCK = 4 +pkg syscall (netbsd-amd64), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-amd64), const O_RSYNC = 131072 +pkg syscall (netbsd-amd64), const O_SHLOCK = 16 +pkg syscall (netbsd-amd64), const O_SYNC = 128 +pkg syscall (netbsd-amd64), const O_TRUNC = 1024 +pkg syscall (netbsd-amd64), const PARENB = 4096 +pkg syscall (netbsd-amd64), const PARMRK = 8 +pkg syscall (netbsd-amd64), const PARODD = 8192 +pkg syscall (netbsd-amd64), const PENDIN = 536870912 +pkg syscall (netbsd-amd64), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-amd64), const PTRACE_CONT = 7 +pkg syscall (netbsd-amd64), const PTRACE_KILL = 8 +pkg syscall (netbsd-amd64), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-amd64), const RLIMIT_AS = 10 +pkg syscall (netbsd-amd64), const RLIMIT_CORE = 4 +pkg syscall (netbsd-amd64), const RLIMIT_CPU = 0 +pkg syscall (netbsd-amd64), const RLIMIT_DATA = 2 +pkg syscall (netbsd-amd64), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-amd64), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-amd64), const RLIMIT_STACK = 3 +pkg syscall (netbsd-amd64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-amd64), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-amd64), const RTAX_BRD = 7 +pkg syscall (netbsd-amd64), const RTAX_DST = 0 +pkg syscall (netbsd-amd64), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-amd64), const RTAX_GENMASK = 3 +pkg syscall (netbsd-amd64), const RTAX_IFA = 5 +pkg syscall (netbsd-amd64), const RTAX_IFP = 4 +pkg syscall (netbsd-amd64), const RTAX_MAX = 9 +pkg syscall (netbsd-amd64), const RTAX_NETMASK = 2 +pkg syscall (netbsd-amd64), const RTAX_TAG = 8 +pkg syscall (netbsd-amd64), const RTA_AUTHOR = 64 +pkg syscall (netbsd-amd64), const RTA_BRD = 128 +pkg syscall (netbsd-amd64), const RTA_DST = 1 +pkg syscall (netbsd-amd64), const RTA_GATEWAY = 2 +pkg syscall (netbsd-amd64), const RTA_GENMASK = 8 +pkg syscall (netbsd-amd64), const RTA_IFA = 32 +pkg syscall (netbsd-amd64), const RTA_IFP = 16 +pkg syscall (netbsd-amd64), const RTA_NETMASK = 4 +pkg syscall (netbsd-amd64), const RTA_TAG = 256 +pkg syscall (netbsd-amd64), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-amd64), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-amd64), const RTF_CLONED = 8192 +pkg syscall (netbsd-amd64), const RTF_CLONING = 256 +pkg syscall (netbsd-amd64), const RTF_DONE = 64 +pkg syscall (netbsd-amd64), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-amd64), const RTF_GATEWAY = 2 +pkg syscall (netbsd-amd64), const RTF_HOST = 4 +pkg syscall (netbsd-amd64), const RTF_LLINFO = 1024 +pkg syscall (netbsd-amd64), const RTF_MASK = 128 +pkg syscall (netbsd-amd64), const RTF_MODIFIED = 32 +pkg syscall (netbsd-amd64), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-amd64), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-amd64), const RTF_REJECT = 8 +pkg syscall (netbsd-amd64), const RTF_SRC = 65536 +pkg syscall (netbsd-amd64), const RTF_STATIC = 2048 +pkg syscall (netbsd-amd64), const RTF_UP = 1 +pkg syscall (netbsd-amd64), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-amd64), const RTM_ADD = 1 +pkg syscall (netbsd-amd64), const RTM_CHANGE = 3 +pkg syscall (netbsd-amd64), const RTM_CHGADDR = 21 +pkg syscall (netbsd-amd64), const RTM_DELADDR = 13 +pkg syscall (netbsd-amd64), const RTM_DELETE = 2 +pkg syscall (netbsd-amd64), const RTM_GET = 4 +pkg syscall (netbsd-amd64), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-amd64), const RTM_IFINFO = 20 +pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-amd64), const RTM_LOCK = 8 +pkg syscall (netbsd-amd64), const RTM_LOSING = 5 +pkg syscall (netbsd-amd64), const RTM_MISS = 7 +pkg syscall (netbsd-amd64), const RTM_NEWADDR = 12 +pkg syscall (netbsd-amd64), const RTM_OIFINFO = 15 +pkg syscall (netbsd-amd64), const RTM_OLDADD = 9 +pkg syscall (netbsd-amd64), const RTM_OLDDEL = 10 +pkg syscall (netbsd-amd64), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-amd64), const RTM_REDIRECT = 6 +pkg syscall (netbsd-amd64), const RTM_RESOLVE = 11 +pkg syscall (netbsd-amd64), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-amd64), const RTM_SETGATE = 18 +pkg syscall (netbsd-amd64), const RTM_VERSION = 4 +pkg syscall (netbsd-amd64), const RTV_EXPIRE = 4 +pkg syscall (netbsd-amd64), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-amd64), const RTV_MTU = 1 +pkg syscall (netbsd-amd64), const RTV_RPIPE = 8 +pkg syscall (netbsd-amd64), const RTV_RTT = 64 +pkg syscall (netbsd-amd64), const RTV_RTTVAR = 128 +pkg syscall (netbsd-amd64), const RTV_SPIPE = 16 +pkg syscall (netbsd-amd64), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-amd64), const RUSAGE_SELF = 0 +pkg syscall (netbsd-amd64), const SCM_CREDS = 4 +pkg syscall (netbsd-amd64), const SCM_RIGHTS = 1 +pkg syscall (netbsd-amd64), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-amd64), const SIGBUS = 10 +pkg syscall (netbsd-amd64), const SIGCHLD = 20 +pkg syscall (netbsd-amd64), const SIGCONT = 19 +pkg syscall (netbsd-amd64), const SIGEMT = 7 +pkg syscall (netbsd-amd64), const SIGINFO = 29 +pkg syscall (netbsd-amd64), const SIGIO = 23 +pkg syscall (netbsd-amd64), const SIGIOT = 6 +pkg syscall (netbsd-amd64), const SIGPROF = 27 +pkg syscall (netbsd-amd64), const SIGPWR = 32 +pkg syscall (netbsd-amd64), const SIGSTOP = 17 +pkg syscall (netbsd-amd64), const SIGSYS = 12 +pkg syscall (netbsd-amd64), const SIGTSTP = 18 +pkg syscall (netbsd-amd64), const SIGTTIN = 21 +pkg syscall (netbsd-amd64), const SIGTTOU = 22 +pkg syscall (netbsd-amd64), const SIGURG = 16 +pkg syscall (netbsd-amd64), const SIGUSR1 = 30 +pkg syscall (netbsd-amd64), const SIGUSR2 = 31 +pkg syscall (netbsd-amd64), const SIGVTALRM = 26 +pkg syscall (netbsd-amd64), const SIGWINCH = 28 +pkg syscall (netbsd-amd64), const SIGXCPU = 24 +pkg syscall (netbsd-amd64), const SIGXFSZ = 25 +pkg syscall (netbsd-amd64), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-amd64), const SIOCADDRT = 2151182858 +pkg syscall (netbsd-amd64), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-amd64), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-amd64), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-amd64), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-amd64), const SIOCDELRT = 2151182859 +pkg syscall (netbsd-amd64), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-amd64), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-amd64), const SIOCGDRVSPEC = 3223873915 +pkg syscall (netbsd-amd64), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-amd64), const SIOCGETSGCNT = 3223352628 +pkg syscall (netbsd-amd64), const SIOCGETVIFCNT = 3223876915 +pkg syscall (netbsd-amd64), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-amd64), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF = 3231213856 +pkg syscall (netbsd-amd64), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-amd64), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-amd64), const SIOCGIFCONF = 3222300966 +pkg syscall (netbsd-amd64), const SIOCGIFDATA = 3231213957 +pkg syscall (netbsd-amd64), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-amd64), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-amd64), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-amd64), const SIOCGIFMEDIA = 3224398134 +pkg syscall (netbsd-amd64), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-amd64), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-amd64), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-amd64), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-amd64), const SIOCGLINKSTR = 3223873927 +pkg syscall (netbsd-amd64), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-amd64), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-amd64), const SIOCGVH = 3230689667 +pkg syscall (netbsd-amd64), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-amd64), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-amd64), const SIOCIFGCLONERS = 3222301048 +pkg syscall (netbsd-amd64), const SIOCINITIFADDR = 3228592516 +pkg syscall (netbsd-amd64), const SIOCSDRVSPEC = 2150132091 +pkg syscall (netbsd-amd64), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-amd64), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-amd64), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF = 2157472031 +pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-amd64), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-amd64), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-amd64), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-amd64), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-amd64), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-amd64), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-amd64), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-amd64), const SIOCSLINKSTR = 2150132104 +pkg syscall (netbsd-amd64), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-amd64), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-amd64), const SIOCSVH = 3230689666 +pkg syscall (netbsd-amd64), const SIOCZIFDATA = 3231213958 +pkg syscall (netbsd-amd64), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-amd64), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-amd64), const SOCK_RDM = 4 +pkg syscall (netbsd-amd64), const SOL_SOCKET = 65535 +pkg syscall (netbsd-amd64), const SOMAXCONN = 128 +pkg syscall (netbsd-amd64), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-amd64), const SO_BROADCAST = 32 +pkg syscall (netbsd-amd64), const SO_DEBUG = 1 +pkg syscall (netbsd-amd64), const SO_DONTROUTE = 16 +pkg syscall (netbsd-amd64), const SO_ERROR = 4103 +pkg syscall (netbsd-amd64), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-amd64), const SO_LINGER = 128 +pkg syscall (netbsd-amd64), const SO_NOHEADER = 4106 +pkg syscall (netbsd-amd64), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-amd64), const SO_OOBINLINE = 256 +pkg syscall (netbsd-amd64), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-amd64), const SO_RCVBUF = 4098 +pkg syscall (netbsd-amd64), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-amd64), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-amd64), const SO_REUSEADDR = 4 +pkg syscall (netbsd-amd64), const SO_REUSEPORT = 512 +pkg syscall (netbsd-amd64), const SO_SNDBUF = 4097 +pkg syscall (netbsd-amd64), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-amd64), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-amd64), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-amd64), const SO_TYPE = 4104 +pkg syscall (netbsd-amd64), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-amd64), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-amd64), const SYS_ACCEPT = 30 +pkg syscall (netbsd-amd64), const SYS_ACCESS = 33 +pkg syscall (netbsd-amd64), const SYS_ACCT = 51 +pkg syscall (netbsd-amd64), const SYS_ADJTIME = 421 +pkg syscall (netbsd-amd64), const SYS_BIND = 104 +pkg syscall (netbsd-amd64), const SYS_BREAK = 17 +pkg syscall (netbsd-amd64), const SYS_CHDIR = 12 +pkg syscall (netbsd-amd64), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-amd64), const SYS_CHMOD = 15 +pkg syscall (netbsd-amd64), const SYS_CHOWN = 16 +pkg syscall (netbsd-amd64), const SYS_CHROOT = 61 +pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-amd64), const SYS_CLOSE = 6 +pkg syscall (netbsd-amd64), const SYS_CONNECT = 98 +pkg syscall (netbsd-amd64), const SYS_DUP = 41 +pkg syscall (netbsd-amd64), const SYS_DUP2 = 90 +pkg syscall (netbsd-amd64), const SYS_DUP3 = 454 +pkg syscall (netbsd-amd64), const SYS_EXECVE = 59 +pkg syscall (netbsd-amd64), const SYS_EXIT = 1 +pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-amd64), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-amd64), const SYS_FCHDIR = 13 +pkg syscall (netbsd-amd64), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-amd64), const SYS_FCHMOD = 124 +pkg syscall (netbsd-amd64), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-amd64), const SYS_FCHOWN = 123 +pkg syscall (netbsd-amd64), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-amd64), const SYS_FCHROOT = 297 +pkg syscall (netbsd-amd64), const SYS_FCNTL = 92 +pkg syscall (netbsd-amd64), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-amd64), const SYS_FEXECVE = 465 +pkg syscall (netbsd-amd64), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-amd64), const SYS_FHSTAT = 451 +pkg syscall (netbsd-amd64), const SYS_FKTRACE = 288 +pkg syscall (netbsd-amd64), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-amd64), const SYS_FLOCK = 131 +pkg syscall (netbsd-amd64), const SYS_FORK = 2 +pkg syscall (netbsd-amd64), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-amd64), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-amd64), const SYS_FSTAT = 440 +pkg syscall (netbsd-amd64), const SYS_FSTATAT = 466 +pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-amd64), const SYS_FSYNC = 95 +pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-amd64), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-amd64), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-amd64), const SYS_FUTIMES = 423 +pkg syscall (netbsd-amd64), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-amd64), const SYS_GETDENTS = 390 +pkg syscall (netbsd-amd64), const SYS_GETEGID = 43 +pkg syscall (netbsd-amd64), const SYS_GETEUID = 25 +pkg syscall (netbsd-amd64), const SYS_GETFH = 395 +pkg syscall (netbsd-amd64), const SYS_GETGID = 47 +pkg syscall (netbsd-amd64), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-amd64), const SYS_GETITIMER = 426 +pkg syscall (netbsd-amd64), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-amd64), const SYS_GETPGID = 207 +pkg syscall (netbsd-amd64), const SYS_GETPGRP = 81 +pkg syscall (netbsd-amd64), const SYS_GETPID = 20 +pkg syscall (netbsd-amd64), const SYS_GETPPID = 39 +pkg syscall (netbsd-amd64), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-amd64), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-amd64), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-amd64), const SYS_GETSID = 286 +pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-amd64), const SYS_GETUID = 24 +pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-amd64), const SYS_GETXATTR = 378 +pkg syscall (netbsd-amd64), const SYS_IOCTL = 54 +pkg syscall (netbsd-amd64), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-amd64), const SYS_KEVENT = 435 +pkg syscall (netbsd-amd64), const SYS_KILL = 37 +pkg syscall (netbsd-amd64), const SYS_KQUEUE = 344 +pkg syscall (netbsd-amd64), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-amd64), const SYS_KTRACE = 45 +pkg syscall (netbsd-amd64), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-amd64), const SYS_LCHMOD = 274 +pkg syscall (netbsd-amd64), const SYS_LCHOWN = 275 +pkg syscall (netbsd-amd64), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-amd64), const SYS_LINK = 9 +pkg syscall (netbsd-amd64), const SYS_LINKAT = 457 +pkg syscall (netbsd-amd64), const SYS_LISTEN = 106 +pkg syscall (netbsd-amd64), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-amd64), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-amd64), const SYS_LSEEK = 199 +pkg syscall (netbsd-amd64), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-amd64), const SYS_LSTAT = 441 +pkg syscall (netbsd-amd64), const SYS_LUTIMES = 424 +pkg syscall (netbsd-amd64), const SYS_MADVISE = 75 +pkg syscall (netbsd-amd64), const SYS_MINCORE = 78 +pkg syscall (netbsd-amd64), const SYS_MINHERIT = 273 +pkg syscall (netbsd-amd64), const SYS_MKDIR = 136 +pkg syscall (netbsd-amd64), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-amd64), const SYS_MKFIFO = 132 +pkg syscall (netbsd-amd64), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-amd64), const SYS_MKNOD = 450 +pkg syscall (netbsd-amd64), const SYS_MKNODAT = 460 +pkg syscall (netbsd-amd64), const SYS_MLOCK = 203 +pkg syscall (netbsd-amd64), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-amd64), const SYS_MMAP = 197 +pkg syscall (netbsd-amd64), const SYS_MODCTL = 246 +pkg syscall (netbsd-amd64), const SYS_MOUNT = 410 +pkg syscall (netbsd-amd64), const SYS_MPROTECT = 74 +pkg syscall (netbsd-amd64), const SYS_MREMAP = 411 +pkg syscall (netbsd-amd64), const SYS_MSGCTL = 444 +pkg syscall (netbsd-amd64), const SYS_MSGGET = 225 +pkg syscall (netbsd-amd64), const SYS_MSGRCV = 227 +pkg syscall (netbsd-amd64), const SYS_MSGSND = 226 +pkg syscall (netbsd-amd64), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-amd64), const SYS_MUNMAP = 73 +pkg syscall (netbsd-amd64), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-amd64), const SYS_OPEN = 5 +pkg syscall (netbsd-amd64), const SYS_OPENAT = 468 +pkg syscall (netbsd-amd64), const SYS_PACCEPT = 456 +pkg syscall (netbsd-amd64), const SYS_PATHCONF = 191 +pkg syscall (netbsd-amd64), const SYS_PIPE = 42 +pkg syscall (netbsd-amd64), const SYS_PIPE2 = 453 +pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-amd64), const SYS_POLL = 209 +pkg syscall (netbsd-amd64), const SYS_POLLTS = 437 +pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-amd64), const SYS_PREAD = 173 +pkg syscall (netbsd-amd64), const SYS_PREADV = 289 +pkg syscall (netbsd-amd64), const SYS_PROFIL = 44 +pkg syscall (netbsd-amd64), const SYS_PSELECT = 436 +pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-amd64), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-amd64), const SYS_PTRACE = 26 +pkg syscall (netbsd-amd64), const SYS_PWRITE = 174 +pkg syscall (netbsd-amd64), const SYS_PWRITEV = 290 +pkg syscall (netbsd-amd64), const SYS_RASCTL = 343 +pkg syscall (netbsd-amd64), const SYS_READ = 3 +pkg syscall (netbsd-amd64), const SYS_READLINK = 58 +pkg syscall (netbsd-amd64), const SYS_READLINKAT = 469 +pkg syscall (netbsd-amd64), const SYS_READV = 120 +pkg syscall (netbsd-amd64), const SYS_REBOOT = 208 +pkg syscall (netbsd-amd64), const SYS_RECVFROM = 29 +pkg syscall (netbsd-amd64), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-amd64), const SYS_RECVMSG = 27 +pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-amd64), const SYS_RENAME = 128 +pkg syscall (netbsd-amd64), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-amd64), const SYS_REVOKE = 56 +pkg syscall (netbsd-amd64), const SYS_RMDIR = 137 +pkg syscall (netbsd-amd64), const SYS_SBRK = 69 +pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-amd64), const SYS_SELECT = 417 +pkg syscall (netbsd-amd64), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-amd64), const SYS_SEMGET = 221 +pkg syscall (netbsd-amd64), const SYS_SEMOP = 222 +pkg syscall (netbsd-amd64), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-amd64), const SYS_SENDMSG = 28 +pkg syscall (netbsd-amd64), const SYS_SENDTO = 133 +pkg syscall (netbsd-amd64), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-amd64), const SYS_SETEGID = 182 +pkg syscall (netbsd-amd64), const SYS_SETEUID = 183 +pkg syscall (netbsd-amd64), const SYS_SETGID = 181 +pkg syscall (netbsd-amd64), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-amd64), const SYS_SETITIMER = 425 +pkg syscall (netbsd-amd64), const SYS_SETPGID = 82 +pkg syscall (netbsd-amd64), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-amd64), const SYS_SETREGID = 127 +pkg syscall (netbsd-amd64), const SYS_SETREUID = 126 +pkg syscall (netbsd-amd64), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-amd64), const SYS_SETSID = 147 +pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-amd64), const SYS_SETUID = 23 +pkg syscall (netbsd-amd64), const SYS_SETXATTR = 375 +pkg syscall (netbsd-amd64), const SYS_SHMAT = 228 +pkg syscall (netbsd-amd64), const SYS_SHMCTL = 443 +pkg syscall (netbsd-amd64), const SYS_SHMDT = 230 +pkg syscall (netbsd-amd64), const SYS_SHMGET = 231 +pkg syscall (netbsd-amd64), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-amd64), const SYS_SOCKET = 394 +pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-amd64), const SYS_SSTK = 70 +pkg syscall (netbsd-amd64), const SYS_STAT = 439 +pkg syscall (netbsd-amd64), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-amd64), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-amd64), const SYS_SYMLINK = 57 +pkg syscall (netbsd-amd64), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-amd64), const SYS_SYNC = 36 +pkg syscall (netbsd-amd64), const SYS_SYSARCH = 165 +pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-amd64), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-amd64), const SYS_UMASK = 60 +pkg syscall (netbsd-amd64), const SYS_UNDELETE = 205 +pkg syscall (netbsd-amd64), const SYS_UNLINK = 10 +pkg syscall (netbsd-amd64), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-amd64), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-amd64), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-amd64), const SYS_UTIMES = 420 +pkg syscall (netbsd-amd64), const SYS_UTRACE = 306 +pkg syscall (netbsd-amd64), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-amd64), const SYS_VADVISE = 72 +pkg syscall (netbsd-amd64), const SYS_VFORK = 66 +pkg syscall (netbsd-amd64), const SYS_WAIT4 = 449 +pkg syscall (netbsd-amd64), const SYS_WRITE = 4 +pkg syscall (netbsd-amd64), const SYS_WRITEV = 121 +pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-amd64), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-amd64), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-amd64), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-amd64), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-amd64), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-amd64), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-amd64), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-amd64), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-amd64), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-amd64), const SYS___CLONE = 287 +pkg syscall (netbsd-amd64), const SYS___GETCWD = 296 +pkg syscall (netbsd-amd64), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-amd64), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-amd64), const SYS___SEMCTL = 442 +pkg syscall (netbsd-amd64), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-amd64), const SYS___SYSCTL = 202 +pkg syscall (netbsd-amd64), const S_ARCH1 = 65536 +pkg syscall (netbsd-amd64), const S_ARCH2 = 131072 +pkg syscall (netbsd-amd64), const S_BLKSIZE = 512 +pkg syscall (netbsd-amd64), const S_IEXEC = 64 +pkg syscall (netbsd-amd64), const S_IFMT = 61440 +pkg syscall (netbsd-amd64), const S_IFWHT = 57344 +pkg syscall (netbsd-amd64), const S_IREAD = 256 +pkg syscall (netbsd-amd64), const S_IRGRP = 32 +pkg syscall (netbsd-amd64), const S_IROTH = 4 +pkg syscall (netbsd-amd64), const S_IRWXG = 56 +pkg syscall (netbsd-amd64), const S_IRWXO = 7 +pkg syscall (netbsd-amd64), const S_IRWXU = 448 +pkg syscall (netbsd-amd64), const S_ISTXT = 512 +pkg syscall (netbsd-amd64), const S_IWGRP = 16 +pkg syscall (netbsd-amd64), const S_IWOTH = 2 +pkg syscall (netbsd-amd64), const S_IWRITE = 128 +pkg syscall (netbsd-amd64), const S_IXGRP = 8 +pkg syscall (netbsd-amd64), const S_IXOTH = 1 +pkg syscall (netbsd-amd64), const S_LOGIN_SET = 1 +pkg syscall (netbsd-amd64), const SizeofBpfHdr = 32 +pkg syscall (netbsd-amd64), const SizeofBpfInsn = 8 +pkg syscall (netbsd-amd64), const SizeofBpfProgram = 16 +pkg syscall (netbsd-amd64), const SizeofBpfStat = 128 +pkg syscall (netbsd-amd64), const SizeofBpfVersion = 4 +pkg syscall (netbsd-amd64), const SizeofCmsghdr = 12 +pkg syscall (netbsd-amd64), const SizeofIPMreq = 8 +pkg syscall (netbsd-amd64), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-amd64), const SizeofIfData = 136 +pkg syscall (netbsd-amd64), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-amd64), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-amd64), const SizeofLinger = 8 +pkg syscall (netbsd-amd64), const SizeofMsghdr = 48 +pkg syscall (netbsd-amd64), const SizeofRtMetrics = 80 +pkg syscall (netbsd-amd64), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-amd64), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-amd64), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-amd64), const TCIFLUSH = 1 +pkg syscall (netbsd-amd64), const TCIOFLUSH = 3 +pkg syscall (netbsd-amd64), const TCOFLUSH = 2 +pkg syscall (netbsd-amd64), const TCP_CONGCTL = 32 +pkg syscall (netbsd-amd64), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-amd64), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-amd64), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-amd64), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-amd64), const TCP_MAXBURST = 4 +pkg syscall (netbsd-amd64), const TCP_MAXSEG = 2 +pkg syscall (netbsd-amd64), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-amd64), const TCP_MD5SIG = 16 +pkg syscall (netbsd-amd64), const TCP_MINMSS = 216 +pkg syscall (netbsd-amd64), const TCP_MSS = 536 +pkg syscall (netbsd-amd64), const TCSAFLUSH = 2 +pkg syscall (netbsd-amd64), const TIOCCBRK = 536900730 +pkg syscall (netbsd-amd64), const TIOCCDTR = 536900728 +pkg syscall (netbsd-amd64), const TIOCCONS = 2147775586 +pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (netbsd-amd64), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-amd64), const TIOCEXCL = 536900621 +pkg syscall (netbsd-amd64), const TIOCEXT = 2147775584 +pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-amd64), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-amd64), const TIOCGETA = 1076655123 +pkg syscall (netbsd-amd64), const TIOCGETD = 1074033690 +pkg syscall (netbsd-amd64), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-amd64), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-amd64), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-amd64), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-amd64), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-amd64), const TIOCGSID = 1074033763 +pkg syscall (netbsd-amd64), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-amd64), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-amd64), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-amd64), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-amd64), const TIOCMGET = 1074033770 +pkg syscall (netbsd-amd64), const TIOCMSET = 2147775597 +pkg syscall (netbsd-amd64), const TIOCM_CAR = 64 +pkg syscall (netbsd-amd64), const TIOCM_CD = 64 +pkg syscall (netbsd-amd64), const TIOCM_CTS = 32 +pkg syscall (netbsd-amd64), const TIOCM_DSR = 256 +pkg syscall (netbsd-amd64), const TIOCM_DTR = 2 +pkg syscall (netbsd-amd64), const TIOCM_LE = 1 +pkg syscall (netbsd-amd64), const TIOCM_RI = 128 +pkg syscall (netbsd-amd64), const TIOCM_RNG = 128 +pkg syscall (netbsd-amd64), const TIOCM_RTS = 4 +pkg syscall (netbsd-amd64), const TIOCM_SR = 16 +pkg syscall (netbsd-amd64), const TIOCM_ST = 8 +pkg syscall (netbsd-amd64), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-amd64), const TIOCNXCL = 536900622 +pkg syscall (netbsd-amd64), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-amd64), const TIOCPKT = 2147775600 +pkg syscall (netbsd-amd64), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-amd64), const TIOCPKT_START = 8 +pkg syscall (netbsd-amd64), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-amd64), const TIOCPTMGET = 1076393030 +pkg syscall (netbsd-amd64), const TIOCPTSNAME = 1076393032 +pkg syscall (netbsd-amd64), const TIOCRCVFRAME = 2148037701 +pkg syscall (netbsd-amd64), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-amd64), const TIOCSBRK = 536900731 +pkg syscall (netbsd-amd64), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-amd64), const TIOCSDTR = 536900729 +pkg syscall (netbsd-amd64), const TIOCSETA = 2150396948 +pkg syscall (netbsd-amd64), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-amd64), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-amd64), const TIOCSETD = 2147775515 +pkg syscall (netbsd-amd64), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-amd64), const TIOCSIG = 536900703 +pkg syscall (netbsd-amd64), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-amd64), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-amd64), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-amd64), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-amd64), const TIOCSTART = 536900718 +pkg syscall (netbsd-amd64), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-amd64), const TIOCSTI = 2147578994 +pkg syscall (netbsd-amd64), const TIOCSTOP = 536900719 +pkg syscall (netbsd-amd64), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-amd64), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-amd64), const TIOCXMTFRAME = 2148037700 +pkg syscall (netbsd-amd64), const TOSTOP = 4194304 +pkg syscall (netbsd-amd64), const VDISCARD = 15 +pkg syscall (netbsd-amd64), const VDSUSP = 11 +pkg syscall (netbsd-amd64), const VEOF = 0 +pkg syscall (netbsd-amd64), const VEOL = 1 +pkg syscall (netbsd-amd64), const VEOL2 = 2 +pkg syscall (netbsd-amd64), const VERASE = 3 +pkg syscall (netbsd-amd64), const VINTR = 8 +pkg syscall (netbsd-amd64), const VKILL = 5 +pkg syscall (netbsd-amd64), const VLNEXT = 14 +pkg syscall (netbsd-amd64), const VMIN = 16 +pkg syscall (netbsd-amd64), const VQUIT = 9 +pkg syscall (netbsd-amd64), const VREPRINT = 6 +pkg syscall (netbsd-amd64), const VSTART = 12 +pkg syscall (netbsd-amd64), const VSTATUS = 18 +pkg syscall (netbsd-amd64), const VSTOP = 13 +pkg syscall (netbsd-amd64), const VSUSP = 10 +pkg syscall (netbsd-amd64), const VTIME = 17 +pkg syscall (netbsd-amd64), const VWERASE = 4 +pkg syscall (netbsd-amd64), const WALL = 8 +pkg syscall (netbsd-amd64), const WALLSIG = 8 +pkg syscall (netbsd-amd64), const WALTSIG = 4 +pkg syscall (netbsd-amd64), const WCLONE = 4 +pkg syscall (netbsd-amd64), const WCOREFLAG = 128 +pkg syscall (netbsd-amd64), const WNOHANG = 1 +pkg syscall (netbsd-amd64), const WNOWAIT = 65536 +pkg syscall (netbsd-amd64), const WNOZOMBIE = 131072 +pkg syscall (netbsd-amd64), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-amd64), const WSTOPPED = 127 +pkg syscall (netbsd-amd64), const WUNTRACED = 2 +pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK = 16 +pkg syscall (netbsd-amd64-cgo), const AF_ARP = 28 +pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-amd64-cgo), const AF_CCITT = 10 +pkg syscall (netbsd-amd64-cgo), const AF_CHAOS = 5 +pkg syscall (netbsd-amd64-cgo), const AF_CNT = 21 +pkg syscall (netbsd-amd64-cgo), const AF_COIP = 20 +pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT = 9 +pkg syscall (netbsd-amd64-cgo), const AF_DECnet = 12 +pkg syscall (netbsd-amd64-cgo), const AF_DLI = 13 +pkg syscall (netbsd-amd64-cgo), const AF_E164 = 26 +pkg syscall (netbsd-amd64-cgo), const AF_ECMA = 8 +pkg syscall (netbsd-amd64-cgo), const AF_HYLINK = 15 +pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 = 32 +pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK = 3 +pkg syscall (netbsd-amd64-cgo), const AF_INET6 = 24 +pkg syscall (netbsd-amd64-cgo), const AF_IPX = 23 +pkg syscall (netbsd-amd64-cgo), const AF_ISDN = 26 +pkg syscall (netbsd-amd64-cgo), const AF_ISO = 7 +pkg syscall (netbsd-amd64-cgo), const AF_LAT = 14 +pkg syscall (netbsd-amd64-cgo), const AF_LINK = 18 +pkg syscall (netbsd-amd64-cgo), const AF_LOCAL = 1 +pkg syscall (netbsd-amd64-cgo), const AF_MAX = 35 +pkg syscall (netbsd-amd64-cgo), const AF_MPLS = 33 +pkg syscall (netbsd-amd64-cgo), const AF_NATM = 27 +pkg syscall (netbsd-amd64-cgo), const AF_NS = 6 +pkg syscall (netbsd-amd64-cgo), const AF_OROUTE = 17 +pkg syscall (netbsd-amd64-cgo), const AF_OSI = 7 +pkg syscall (netbsd-amd64-cgo), const AF_PUP = 4 +pkg syscall (netbsd-amd64-cgo), const AF_ROUTE = 34 +pkg syscall (netbsd-amd64-cgo), const AF_SNA = 11 +pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-amd64-cgo), const B0 = 0 +pkg syscall (netbsd-amd64-cgo), const B110 = 110 +pkg syscall (netbsd-amd64-cgo), const B115200 = 115200 +pkg syscall (netbsd-amd64-cgo), const B1200 = 1200 +pkg syscall (netbsd-amd64-cgo), const B134 = 134 +pkg syscall (netbsd-amd64-cgo), const B14400 = 14400 +pkg syscall (netbsd-amd64-cgo), const B150 = 150 +pkg syscall (netbsd-amd64-cgo), const B1800 = 1800 +pkg syscall (netbsd-amd64-cgo), const B19200 = 19200 +pkg syscall (netbsd-amd64-cgo), const B200 = 200 +pkg syscall (netbsd-amd64-cgo), const B230400 = 230400 +pkg syscall (netbsd-amd64-cgo), const B2400 = 2400 +pkg syscall (netbsd-amd64-cgo), const B28800 = 28800 +pkg syscall (netbsd-amd64-cgo), const B300 = 300 +pkg syscall (netbsd-amd64-cgo), const B38400 = 38400 +pkg syscall (netbsd-amd64-cgo), const B460800 = 460800 +pkg syscall (netbsd-amd64-cgo), const B4800 = 4800 +pkg syscall (netbsd-amd64-cgo), const B50 = 50 +pkg syscall (netbsd-amd64-cgo), const B57600 = 57600 +pkg syscall (netbsd-amd64-cgo), const B600 = 600 +pkg syscall (netbsd-amd64-cgo), const B7200 = 7200 +pkg syscall (netbsd-amd64-cgo), const B75 = 75 +pkg syscall (netbsd-amd64-cgo), const B76800 = 76800 +pkg syscall (netbsd-amd64-cgo), const B921600 = 921600 +pkg syscall (netbsd-amd64-cgo), const B9600 = 9600 +pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-amd64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST = 3222291063 +pkg syscall (netbsd-amd64-cgo), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807419 +pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-amd64-cgo), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-amd64-cgo), const BIOCSETF = 2148549223 +pkg syscall (netbsd-amd64-cgo), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549242 +pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF = 2148549234 +pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF = 2148549235 +pkg syscall (netbsd-amd64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-amd64-cgo), const BPF_A = 16 +pkg syscall (netbsd-amd64-cgo), const BPF_ABS = 32 +pkg syscall (netbsd-amd64-cgo), const BPF_ADD = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT = 8 +pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-amd64-cgo), const BPF_ALU = 4 +pkg syscall (netbsd-amd64-cgo), const BPF_AND = 80 +pkg syscall (netbsd-amd64-cgo), const BPF_B = 16 +pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-amd64-cgo), const BPF_DIV = 48 +pkg syscall (netbsd-amd64-cgo), const BPF_H = 8 +pkg syscall (netbsd-amd64-cgo), const BPF_IMM = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_IND = 64 +pkg syscall (netbsd-amd64-cgo), const BPF_JA = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_JEQ = 16 +pkg syscall (netbsd-amd64-cgo), const BPF_JGE = 48 +pkg syscall (netbsd-amd64-cgo), const BPF_JGT = 32 +pkg syscall (netbsd-amd64-cgo), const BPF_JMP = 5 +pkg syscall (netbsd-amd64-cgo), const BPF_JSET = 64 +pkg syscall (netbsd-amd64-cgo), const BPF_K = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_LD = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_LDX = 1 +pkg syscall (netbsd-amd64-cgo), const BPF_LEN = 128 +pkg syscall (netbsd-amd64-cgo), const BPF_LSH = 96 +pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-amd64-cgo), const BPF_MEM = 96 +pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-amd64-cgo), const BPF_MISC = 7 +pkg syscall (netbsd-amd64-cgo), const BPF_MSH = 160 +pkg syscall (netbsd-amd64-cgo), const BPF_MUL = 32 +pkg syscall (netbsd-amd64-cgo), const BPF_NEG = 128 +pkg syscall (netbsd-amd64-cgo), const BPF_OR = 64 +pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE = 199606 +pkg syscall (netbsd-amd64-cgo), const BPF_RET = 6 +pkg syscall (netbsd-amd64-cgo), const BPF_RSH = 112 +pkg syscall (netbsd-amd64-cgo), const BPF_ST = 2 +pkg syscall (netbsd-amd64-cgo), const BPF_STX = 3 +pkg syscall (netbsd-amd64-cgo), const BPF_SUB = 16 +pkg syscall (netbsd-amd64-cgo), const BPF_TAX = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_TXA = 128 +pkg syscall (netbsd-amd64-cgo), const BPF_W = 0 +pkg syscall (netbsd-amd64-cgo), const BPF_X = 8 +pkg syscall (netbsd-amd64-cgo), const BRKINT = 2 +pkg syscall (netbsd-amd64-cgo), const CFLUSH = 15 +pkg syscall (netbsd-amd64-cgo), const CLOCAL = 32768 +pkg syscall (netbsd-amd64-cgo), const CREAD = 2048 +pkg syscall (netbsd-amd64-cgo), const CS5 = 0 +pkg syscall (netbsd-amd64-cgo), const CS6 = 256 +pkg syscall (netbsd-amd64-cgo), const CS7 = 512 +pkg syscall (netbsd-amd64-cgo), const CS8 = 768 +pkg syscall (netbsd-amd64-cgo), const CSIZE = 768 +pkg syscall (netbsd-amd64-cgo), const CSTART = 17 +pkg syscall (netbsd-amd64-cgo), const CSTATUS = 20 +pkg syscall (netbsd-amd64-cgo), const CSTOP = 19 +pkg syscall (netbsd-amd64-cgo), const CSTOPB = 1024 +pkg syscall (netbsd-amd64-cgo), const CSUSP = 26 +pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME = 12 +pkg syscall (netbsd-amd64-cgo), const CTL_NET = 4 +pkg syscall (netbsd-amd64-cgo), const CTL_QUERY = -2 +pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-amd64-cgo), const DLT_A429 = 184 +pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM = 185 +pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-amd64-cgo), const DLT_AOS = 222 +pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET = 7 +pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-amd64-cgo), const DLT_AURORA = 126 +pkg syscall (netbsd-amd64-cgo), const DLT_AX25 = 3 +pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B = 190 +pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS = 5 +pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC = 104 +pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-amd64-cgo), const DLT_DECT = 221 +pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS = 143 +pkg syscall (netbsd-amd64-cgo), const DLT_ECONET = 115 +pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB = 1 +pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB = 2 +pkg syscall (netbsd-amd64-cgo), const DLT_ENC = 109 +pkg syscall (netbsd-amd64-cgo), const DLT_ERF = 197 +pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS = 176 +pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 = 224 +pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-amd64-cgo), const DLT_FDDI = 10 +pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY = 107 +pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F = 171 +pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T = 170 +pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-amd64-cgo), const DLT_HDLC = 16 +pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC = 121 +pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI = 15 +pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN = 146 +pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP = 145 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 = 6 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-amd64-cgo), const DLT_IPMB = 199 +pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-amd64-cgo), const DLT_IPNET = 226 +pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 = 228 +pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 = 229 +pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-amd64-cgo), const DLT_LAPD = 203 +pkg syscall (netbsd-amd64-cgo), const DLT_LIN = 212 +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-amd64-cgo), const DLT_LOOP = 108 +pkg syscall (netbsd-amd64-cgo), const DLT_LTALK = 114 +pkg syscall (netbsd-amd64-cgo), const DLT_MFR = 182 +pkg syscall (netbsd-amd64-cgo), const DLT_MOST = 211 +pkg syscall (netbsd-amd64-cgo), const DLT_MPLS = 219 +pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 = 140 +pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 = 141 +pkg syscall (netbsd-amd64-cgo), const DLT_NULL = 0 +pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG = 117 +pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC = 18 +pkg syscall (netbsd-amd64-cgo), const DLT_PPI = 192 +pkg syscall (netbsd-amd64-cgo), const DLT_PPP = 9 +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-amd64-cgo), const DLT_PRONET = 4 +pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 = 198 +pkg syscall (netbsd-amd64-cgo), const DLT_RAW = 12 +pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-amd64-cgo), const DLT_RIO = 124 +pkg syscall (netbsd-amd64-cgo), const DLT_SCCP = 142 +pkg syscall (netbsd-amd64-cgo), const DLT_SITA = 196 +pkg syscall (netbsd-amd64-cgo), const DLT_SLIP = 8 +pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM = 123 +pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-amd64-cgo), const DLT_TZSP = 128 +pkg syscall (netbsd-amd64-cgo), const DLT_USB = 186 +pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-amd64-cgo), const DLT_WIHART = 223 +pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-amd64-cgo), const DT_BLK = 6 +pkg syscall (netbsd-amd64-cgo), const DT_CHR = 2 +pkg syscall (netbsd-amd64-cgo), const DT_DIR = 4 +pkg syscall (netbsd-amd64-cgo), const DT_FIFO = 1 +pkg syscall (netbsd-amd64-cgo), const DT_LNK = 10 +pkg syscall (netbsd-amd64-cgo), const DT_REG = 8 +pkg syscall (netbsd-amd64-cgo), const DT_SOCK = 12 +pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN = 0 +pkg syscall (netbsd-amd64-cgo), const DT_WHT = 14 +pkg syscall (netbsd-amd64-cgo), const E2BIG = 7 +pkg syscall (netbsd-amd64-cgo), const EACCES = 13 +pkg syscall (netbsd-amd64-cgo), const EADDRINUSE = 48 +pkg syscall (netbsd-amd64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-amd64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-amd64-cgo), const EAGAIN = 35 +pkg syscall (netbsd-amd64-cgo), const EALREADY = 37 +pkg syscall (netbsd-amd64-cgo), const EAUTH = 80 +pkg syscall (netbsd-amd64-cgo), const EBADF = 9 +pkg syscall (netbsd-amd64-cgo), const EBADMSG = 88 +pkg syscall (netbsd-amd64-cgo), const EBADRPC = 72 +pkg syscall (netbsd-amd64-cgo), const EBUSY = 16 +pkg syscall (netbsd-amd64-cgo), const ECANCELED = 87 +pkg syscall (netbsd-amd64-cgo), const ECHILD = 10 +pkg syscall (netbsd-amd64-cgo), const ECHO = 8 +pkg syscall (netbsd-amd64-cgo), const ECHOCTL = 64 +pkg syscall (netbsd-amd64-cgo), const ECHOE = 2 +pkg syscall (netbsd-amd64-cgo), const ECHOK = 4 +pkg syscall (netbsd-amd64-cgo), const ECHOKE = 1 +pkg syscall (netbsd-amd64-cgo), const ECHONL = 16 +pkg syscall (netbsd-amd64-cgo), const ECHOPRT = 32 +pkg syscall (netbsd-amd64-cgo), const ECONNABORTED = 53 +pkg syscall (netbsd-amd64-cgo), const ECONNREFUSED = 61 +pkg syscall (netbsd-amd64-cgo), const ECONNRESET = 54 +pkg syscall (netbsd-amd64-cgo), const EDEADLK = 11 +pkg syscall (netbsd-amd64-cgo), const EDESTADDRREQ = 39 +pkg syscall (netbsd-amd64-cgo), const EDOM = 33 +pkg syscall (netbsd-amd64-cgo), const EDQUOT = 69 +pkg syscall (netbsd-amd64-cgo), const EEXIST = 17 +pkg syscall (netbsd-amd64-cgo), const EFAULT = 14 +pkg syscall (netbsd-amd64-cgo), const EFBIG = 27 +pkg syscall (netbsd-amd64-cgo), const EFTYPE = 79 +pkg syscall (netbsd-amd64-cgo), const EHOSTDOWN = 64 +pkg syscall (netbsd-amd64-cgo), const EHOSTUNREACH = 65 +pkg syscall (netbsd-amd64-cgo), const EIDRM = 82 +pkg syscall (netbsd-amd64-cgo), const EILSEQ = 85 +pkg syscall (netbsd-amd64-cgo), const EINPROGRESS = 36 +pkg syscall (netbsd-amd64-cgo), const EINTR = 4 +pkg syscall (netbsd-amd64-cgo), const EINVAL = 22 +pkg syscall (netbsd-amd64-cgo), const EIO = 5 +pkg syscall (netbsd-amd64-cgo), const EISCONN = 56 +pkg syscall (netbsd-amd64-cgo), const EISDIR = 21 +pkg syscall (netbsd-amd64-cgo), const ELAST = 96 +pkg syscall (netbsd-amd64-cgo), const ELOOP = 62 +pkg syscall (netbsd-amd64-cgo), const EMFILE = 24 +pkg syscall (netbsd-amd64-cgo), const EMLINK = 31 +pkg syscall (netbsd-amd64-cgo), const EMSGSIZE = 40 +pkg syscall (netbsd-amd64-cgo), const EMULTIHOP = 94 +pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX = 1 +pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID = 6 +pkg syscall (netbsd-amd64-cgo), const ENAMETOOLONG = 63 +pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH = 81 +pkg syscall (netbsd-amd64-cgo), const ENETDOWN = 50 +pkg syscall (netbsd-amd64-cgo), const ENETRESET = 52 +pkg syscall (netbsd-amd64-cgo), const ENETUNREACH = 51 +pkg syscall (netbsd-amd64-cgo), const ENFILE = 23 +pkg syscall (netbsd-amd64-cgo), const ENOATTR = 93 +pkg syscall (netbsd-amd64-cgo), const ENOBUFS = 55 +pkg syscall (netbsd-amd64-cgo), const ENODATA = 89 +pkg syscall (netbsd-amd64-cgo), const ENODEV = 19 +pkg syscall (netbsd-amd64-cgo), const ENOEXEC = 8 +pkg syscall (netbsd-amd64-cgo), const ENOLCK = 77 +pkg syscall (netbsd-amd64-cgo), const ENOLINK = 95 +pkg syscall (netbsd-amd64-cgo), const ENOMEM = 12 +pkg syscall (netbsd-amd64-cgo), const ENOMSG = 83 +pkg syscall (netbsd-amd64-cgo), const ENOPROTOOPT = 42 +pkg syscall (netbsd-amd64-cgo), const ENOSPC = 28 +pkg syscall (netbsd-amd64-cgo), const ENOSR = 90 +pkg syscall (netbsd-amd64-cgo), const ENOSTR = 91 +pkg syscall (netbsd-amd64-cgo), const ENOSYS = 78 +pkg syscall (netbsd-amd64-cgo), const ENOTBLK = 15 +pkg syscall (netbsd-amd64-cgo), const ENOTCONN = 57 +pkg syscall (netbsd-amd64-cgo), const ENOTDIR = 20 +pkg syscall (netbsd-amd64-cgo), const ENOTEMPTY = 66 +pkg syscall (netbsd-amd64-cgo), const ENOTSOCK = 38 +pkg syscall (netbsd-amd64-cgo), const ENOTSUP = 86 +pkg syscall (netbsd-amd64-cgo), const ENOTTY = 25 +pkg syscall (netbsd-amd64-cgo), const ENXIO = 6 +pkg syscall (netbsd-amd64-cgo), const EOPNOTSUPP = 45 +pkg syscall (netbsd-amd64-cgo), const EOVERFLOW = 84 +pkg syscall (netbsd-amd64-cgo), const EPERM = 1 +pkg syscall (netbsd-amd64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-amd64-cgo), const EPIPE = 32 +pkg syscall (netbsd-amd64-cgo), const EPROCLIM = 67 +pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH = 75 +pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-amd64-cgo), const EPROTO = 96 +pkg syscall (netbsd-amd64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-amd64-cgo), const EPROTOTYPE = 41 +pkg syscall (netbsd-amd64-cgo), const ERANGE = 34 +pkg syscall (netbsd-amd64-cgo), const EREMOTE = 71 +pkg syscall (netbsd-amd64-cgo), const EROFS = 30 +pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH = 73 +pkg syscall (netbsd-amd64-cgo), const ESHUTDOWN = 58 +pkg syscall (netbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-amd64-cgo), const ESPIPE = 29 +pkg syscall (netbsd-amd64-cgo), const ESRCH = 3 +pkg syscall (netbsd-amd64-cgo), const ESTALE = 70 +pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-amd64-cgo), const ETHERMIN = 46 +pkg syscall (netbsd-amd64-cgo), const ETHERMTU = 1500 +pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-amd64-cgo), const ETIME = 92 +pkg syscall (netbsd-amd64-cgo), const ETIMEDOUT = 60 +pkg syscall (netbsd-amd64-cgo), const ETOOMANYREFS = 59 +pkg syscall (netbsd-amd64-cgo), const ETXTBSY = 26 +pkg syscall (netbsd-amd64-cgo), const EUSERS = 68 +pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO = 2 +pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC = 4 +pkg syscall (netbsd-amd64-cgo), const EVFILT_READ = 0 +pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER = 6 +pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE = 3 +pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE = 1 +pkg syscall (netbsd-amd64-cgo), const EV_ADD = 1 +pkg syscall (netbsd-amd64-cgo), const EV_CLEAR = 32 +pkg syscall (netbsd-amd64-cgo), const EV_DELETE = 2 +pkg syscall (netbsd-amd64-cgo), const EV_DISABLE = 8 +pkg syscall (netbsd-amd64-cgo), const EV_ENABLE = 4 +pkg syscall (netbsd-amd64-cgo), const EV_EOF = 32768 +pkg syscall (netbsd-amd64-cgo), const EV_ERROR = 16384 +pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 = 8192 +pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT = 16 +pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-amd64-cgo), const EWOULDBLOCK = 35 +pkg syscall (netbsd-amd64-cgo), const EXDEV = 18 +pkg syscall (netbsd-amd64-cgo), const EXTA = 19200 +pkg syscall (netbsd-amd64-cgo), const EXTB = 38400 +pkg syscall (netbsd-amd64-cgo), const EXTPROC = 2048 +pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC = 1 +pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE = 256 +pkg syscall (netbsd-amd64-cgo), const FLUSHO = 8388608 +pkg syscall (netbsd-amd64-cgo), const F_CLOSEM = 10 +pkg syscall (netbsd-amd64-cgo), const F_DUPFD = 0 +pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-amd64-cgo), const F_FSCTL = -2147483648 +pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-amd64-cgo), const F_FSIN = 268435456 +pkg syscall (netbsd-amd64-cgo), const F_FSINOUT = 805306368 +pkg syscall (netbsd-amd64-cgo), const F_FSOUT = 536870912 +pkg syscall (netbsd-amd64-cgo), const F_FSPRIV = 32768 +pkg syscall (netbsd-amd64-cgo), const F_FSVOID = 1073741824 +pkg syscall (netbsd-amd64-cgo), const F_GETFD = 1 +pkg syscall (netbsd-amd64-cgo), const F_GETFL = 3 +pkg syscall (netbsd-amd64-cgo), const F_GETLK = 7 +pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-amd64-cgo), const F_GETOWN = 5 +pkg syscall (netbsd-amd64-cgo), const F_MAXFD = 11 +pkg syscall (netbsd-amd64-cgo), const F_OK = 0 +pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-amd64-cgo), const F_RDLCK = 1 +pkg syscall (netbsd-amd64-cgo), const F_SETFD = 2 +pkg syscall (netbsd-amd64-cgo), const F_SETFL = 4 +pkg syscall (netbsd-amd64-cgo), const F_SETLK = 8 +pkg syscall (netbsd-amd64-cgo), const F_SETLKW = 9 +pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-amd64-cgo), const F_SETOWN = 6 +pkg syscall (netbsd-amd64-cgo), const F_UNLCK = 2 +pkg syscall (netbsd-amd64-cgo), const F_WRLCK = 3 +pkg syscall (netbsd-amd64-cgo), const HUPCL = 16384 +pkg syscall (netbsd-amd64-cgo), const ICANON = 256 +pkg syscall (netbsd-amd64-cgo), const ICRNL = 256 +pkg syscall (netbsd-amd64-cgo), const IEXTEN = 1024 +pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE = 1 +pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG = 4 +pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 = 4096 +pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 = 8192 +pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 = 16384 +pkg syscall (netbsd-amd64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-amd64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-amd64-cgo), const IFF_NOARP = 128 +pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC = 256 +pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING = 64 +pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ = 16 +pkg syscall (netbsd-amd64-cgo), const IFT_1822 = 2 +pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 = 187 +pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 = 49 +pkg syscall (netbsd-amd64-cgo), const IFT_ADSL = 94 +pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-amd64-cgo), const IFT_ARAP = 88 +pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET = 35 +pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC = 84 +pkg syscall (netbsd-amd64-cgo), const IFT_ATM = 37 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI = 105 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA = 107 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE = 209 +pkg syscall (netbsd-amd64-cgo), const IFT_BSC = 83 +pkg syscall (netbsd-amd64-cgo), const IFT_CARP = 248 +pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-amd64-cgo), const IFT_CEPT = 19 +pkg syscall (netbsd-amd64-cgo), const IFT_CES = 133 +pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL = 70 +pkg syscall (netbsd-amd64-cgo), const IFT_CNR = 85 +pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE = 132 +pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-amd64-cgo), const IFT_DCN = 141 +pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-amd64-cgo), const IFT_DLSW = 74 +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-amd64-cgo), const IFT_DS0 = 81 +pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL = 170 +pkg syscall (netbsd-amd64-cgo), const IFT_DS3 = 30 +pkg syscall (netbsd-amd64-cgo), const IFT_DTM = 140 +pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN = 172 +pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-amd64-cgo), const IFT_ECONET = 206 +pkg syscall (netbsd-amd64-cgo), const IFT_EON = 25 +pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS = 87 +pkg syscall (netbsd-amd64-cgo), const IFT_ESCON = 73 +pkg syscall (netbsd-amd64-cgo), const IFT_ETHER = 6 +pkg syscall (netbsd-amd64-cgo), const IFT_FAITH = 242 +pkg syscall (netbsd-amd64-cgo), const IFT_FAST = 125 +pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER = 62 +pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-amd64-cgo), const IFT_FDDI = 15 +pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY = 32 +pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K = 66 +pkg syscall (netbsd-amd64-cgo), const IFT_GIF = 240 +pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT = 178 +pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT = 177 +pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY = 165 +pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 = 3 +pkg syscall (netbsd-amd64-cgo), const IFT_HDLC = 118 +pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 = 168 +pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI = 47 +pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-amd64-cgo), const IFT_HSSI = 46 +pkg syscall (netbsd-amd64-cgo), const IFT_HY = 14 +pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-amd64-cgo), const IFT_IDSL = 154 +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN = 145 +pkg syscall (netbsd-amd64-cgo), const IFT_IMT = 190 +pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-amd64-cgo), const IFT_IP = 126 +pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-amd64-cgo), const IFT_ISDN = 63 +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS = 75 +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU = 76 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 = 7 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 = 8 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 = 9 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 = 10 +pkg syscall (netbsd-amd64-cgo), const IFT_ISUP = 179 +pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN = 135 +pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-amd64-cgo), const IFT_LAPB = 16 +pkg syscall (netbsd-amd64-cgo), const IFT_LAPD = 77 +pkg syscall (netbsd-amd64-cgo), const IFT_LAPF = 119 +pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-amd64-cgo), const IFT_LOOP = 24 +pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 = 38 +pkg syscall (netbsd-amd64-cgo), const IFT_MODEM = 48 +pkg syscall (netbsd-amd64-cgo), const IFT_MPC = 113 +pkg syscall (netbsd-amd64-cgo), const IFT_MPLS = 166 +pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL = 143 +pkg syscall (netbsd-amd64-cgo), const IFT_MVL = 191 +pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET = 99 +pkg syscall (netbsd-amd64-cgo), const IFT_NFAS = 175 +pkg syscall (netbsd-amd64-cgo), const IFT_NSIP = 27 +pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-amd64-cgo), const IFT_OTHER = 1 +pkg syscall (netbsd-amd64-cgo), const IFT_P10 = 12 +pkg syscall (netbsd-amd64-cgo), const IFT_P80 = 13 +pkg syscall (netbsd-amd64-cgo), const IFT_PARA = 34 +pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG = 245 +pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC = 246 +pkg syscall (netbsd-amd64-cgo), const IFT_PLC = 174 +pkg syscall (netbsd-amd64-cgo), const IFT_PON155 = 207 +pkg syscall (netbsd-amd64-cgo), const IFT_PON622 = 208 +pkg syscall (netbsd-amd64-cgo), const IFT_POS = 171 +pkg syscall (netbsd-amd64-cgo), const IFT_PPP = 23 +pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM = 197 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX = 54 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-amd64-cgo), const IFT_PVC = 241 +pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 = 201 +pkg syscall (netbsd-amd64-cgo), const IFT_QLLC = 68 +pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-amd64-cgo), const IFT_RADSL = 95 +pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL = 192 +pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 = 159 +pkg syscall (netbsd-amd64-cgo), const IFT_RS232 = 33 +pkg syscall (netbsd-amd64-cgo), const IFT_RSRB = 79 +pkg syscall (netbsd-amd64-cgo), const IFT_SDLC = 17 +pkg syscall (netbsd-amd64-cgo), const IFT_SDSL = 96 +pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL = 169 +pkg syscall (netbsd-amd64-cgo), const IFT_SIP = 31 +pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG = 204 +pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG = 203 +pkg syscall (netbsd-amd64-cgo), const IFT_SLIP = 28 +pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-amd64-cgo), const IFT_SONET = 39 +pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH = 50 +pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT = 51 +pkg syscall (netbsd-amd64-cgo), const IFT_SRP = 151 +pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN = 11 +pkg syscall (netbsd-amd64-cgo), const IFT_STF = 215 +pkg syscall (netbsd-amd64-cgo), const IFT_T1 = 18 +pkg syscall (netbsd-amd64-cgo), const IFT_TDLC = 116 +pkg syscall (netbsd-amd64-cgo), const IFT_TELINK = 200 +pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD = 91 +pkg syscall (netbsd-amd64-cgo), const IFT_TR008 = 176 +pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL = 131 +pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA = 29 +pkg syscall (netbsd-amd64-cgo), const IFT_USB = 160 +pkg syscall (netbsd-amd64-cgo), const IFT_V11 = 64 +pkg syscall (netbsd-amd64-cgo), const IFT_V35 = 45 +pkg syscall (netbsd-amd64-cgo), const IFT_V36 = 65 +pkg syscall (netbsd-amd64-cgo), const IFT_V37 = 120 +pkg syscall (netbsd-amd64-cgo), const IFT_VDSL = 97 +pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID = 213 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM = 100 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-amd64-cgo), const IFT_X213 = 93 +pkg syscall (netbsd-amd64-cgo), const IFT_X25 = 5 +pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN = 4 +pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP = 121 +pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE = 40 +pkg syscall (netbsd-amd64-cgo), const IFT_XETHER = 26 +pkg syscall (netbsd-amd64-cgo), const IGNBRK = 1 +pkg syscall (netbsd-amd64-cgo), const IGNCR = 128 +pkg syscall (netbsd-amd64-cgo), const IGNPAR = 4 +pkg syscall (netbsd-amd64-cgo), const IMAXBEL = 8192 +pkg syscall (netbsd-amd64-cgo), const INLCR = 64 +pkg syscall (netbsd-amd64-cgo), const INPCK = 16 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH = 51 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP = 112 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE = 257 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP = 8 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON = 80 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP = 50 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP = 3 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE = 47 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP = 22 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX = 256 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE = 59 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM = 103 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP = 12 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW = 255 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP = 29 +pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH = 29 +pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU = 1280 +pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR = 51 +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS = 61 +pkg syscall (netbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-amd64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION = 96 +pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-amd64-cgo), const IP_DF = 16384 +pkg syscall (netbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-amd64-cgo), const IP_EF = 32768 +pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU = 21 +pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL = 2 +pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-amd64-cgo), const IP_MF = 8192 +pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-amd64-cgo), const IP_MINTTL = 24 +pkg syscall (netbsd-amd64-cgo), const IP_MSS = 576 +pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK = 8191 +pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS = 1 +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE = 19 +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-amd64-cgo), const IP_RECVIF = 20 +pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS = 5 +pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL = 23 +pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS = 8 +pkg syscall (netbsd-amd64-cgo), const IP_RF = 32768 +pkg syscall (netbsd-amd64-cgo), const IP_TOS = 3 +pkg syscall (netbsd-amd64-cgo), const IP_TTL = 4 +pkg syscall (netbsd-amd64-cgo), const ISIG = 128 +pkg syscall (netbsd-amd64-cgo), const ISTRIP = 32 +pkg syscall (netbsd-amd64-cgo), const IXANY = 2048 +pkg syscall (netbsd-amd64-cgo), const IXOFF = 1024 +pkg syscall (netbsd-amd64-cgo), const IXON = 512 +pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false +pkg syscall (netbsd-amd64-cgo), const LOCK_EX = 2 +pkg syscall (netbsd-amd64-cgo), const LOCK_NB = 4 +pkg syscall (netbsd-amd64-cgo), const LOCK_SH = 1 +pkg syscall (netbsd-amd64-cgo), const LOCK_UN = 8 +pkg syscall (netbsd-amd64-cgo), const MSG_BCAST = 256 +pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC = 32 +pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-amd64-cgo), const MSG_EOR = 8 +pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-amd64-cgo), const MSG_MCAST = 512 +pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-amd64-cgo), const MSG_NBIO = 4096 +pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-amd64-cgo), const MSG_OOB = 1 +pkg syscall (netbsd-amd64-cgo), const MSG_PEEK = 2 +pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC = 16 +pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL = 64 +pkg syscall (netbsd-amd64-cgo), const NAME_MAX = 511 +pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP = 1 +pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID = 6 +pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-amd64-cgo), const NOFLSH = 2147483648 +pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD = 4 +pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE = 1 +pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND = 4 +pkg syscall (netbsd-amd64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-amd64-cgo), const NOTE_LINK = 16 +pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT = 1 +pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME = 32 +pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE = 64 +pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK = 1 +pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE = 2 +pkg syscall (netbsd-amd64-cgo), const OCRNL = 16 +pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-amd64-cgo), const ONLCR = 2 +pkg syscall (netbsd-amd64-cgo), const ONLRET = 64 +pkg syscall (netbsd-amd64-cgo), const ONOCR = 32 +pkg syscall (netbsd-amd64-cgo), const ONOEOT = 8 +pkg syscall (netbsd-amd64-cgo), const OPOST = 1 +pkg syscall (netbsd-amd64-cgo), const O_ACCMODE = 3 +pkg syscall (netbsd-amd64-cgo), const O_ALT_IO = 262144 +pkg syscall (netbsd-amd64-cgo), const O_APPEND = 8 +pkg syscall (netbsd-amd64-cgo), const O_ASYNC = 64 +pkg syscall (netbsd-amd64-cgo), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-amd64-cgo), const O_CREAT = 512 +pkg syscall (netbsd-amd64-cgo), const O_DIRECT = 524288 +pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-amd64-cgo), const O_DSYNC = 65536 +pkg syscall (netbsd-amd64-cgo), const O_EXCL = 2048 +pkg syscall (netbsd-amd64-cgo), const O_EXLOCK = 32 +pkg syscall (netbsd-amd64-cgo), const O_FSYNC = 128 +pkg syscall (netbsd-amd64-cgo), const O_NDELAY = 4 +pkg syscall (netbsd-amd64-cgo), const O_NOCTTY = 32768 +pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW = 256 +pkg syscall (netbsd-amd64-cgo), const O_NONBLOCK = 4 +pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-amd64-cgo), const O_RSYNC = 131072 +pkg syscall (netbsd-amd64-cgo), const O_SHLOCK = 16 +pkg syscall (netbsd-amd64-cgo), const O_SYNC = 128 +pkg syscall (netbsd-amd64-cgo), const O_TRUNC = 1024 +pkg syscall (netbsd-amd64-cgo), const PARENB = 4096 +pkg syscall (netbsd-amd64-cgo), const PARMRK = 8 +pkg syscall (netbsd-amd64-cgo), const PARODD = 8192 +pkg syscall (netbsd-amd64-cgo), const PENDIN = 536870912 +pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT = 7 +pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL = 8 +pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS = 10 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE = 4 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU = 0 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA = 2 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK = 3 +pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-amd64-cgo), const RTAX_BRD = 7 +pkg syscall (netbsd-amd64-cgo), const RTAX_DST = 0 +pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK = 3 +pkg syscall (netbsd-amd64-cgo), const RTAX_IFA = 5 +pkg syscall (netbsd-amd64-cgo), const RTAX_IFP = 4 +pkg syscall (netbsd-amd64-cgo), const RTAX_MAX = 9 +pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK = 2 +pkg syscall (netbsd-amd64-cgo), const RTAX_TAG = 8 +pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR = 64 +pkg syscall (netbsd-amd64-cgo), const RTA_BRD = 128 +pkg syscall (netbsd-amd64-cgo), const RTA_DST = 1 +pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY = 2 +pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK = 8 +pkg syscall (netbsd-amd64-cgo), const RTA_IFA = 32 +pkg syscall (netbsd-amd64-cgo), const RTA_IFP = 16 +pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK = 4 +pkg syscall (netbsd-amd64-cgo), const RTA_TAG = 256 +pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-amd64-cgo), const RTF_CLONED = 8192 +pkg syscall (netbsd-amd64-cgo), const RTF_CLONING = 256 +pkg syscall (netbsd-amd64-cgo), const RTF_DONE = 64 +pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY = 2 +pkg syscall (netbsd-amd64-cgo), const RTF_HOST = 4 +pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO = 1024 +pkg syscall (netbsd-amd64-cgo), const RTF_MASK = 128 +pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED = 32 +pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-amd64-cgo), const RTF_REJECT = 8 +pkg syscall (netbsd-amd64-cgo), const RTF_SRC = 65536 +pkg syscall (netbsd-amd64-cgo), const RTF_STATIC = 2048 +pkg syscall (netbsd-amd64-cgo), const RTF_UP = 1 +pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-amd64-cgo), const RTM_ADD = 1 +pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE = 3 +pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR = 21 +pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR = 13 +pkg syscall (netbsd-amd64-cgo), const RTM_DELETE = 2 +pkg syscall (netbsd-amd64-cgo), const RTM_GET = 4 +pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO = 20 +pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-amd64-cgo), const RTM_LOCK = 8 +pkg syscall (netbsd-amd64-cgo), const RTM_LOSING = 5 +pkg syscall (netbsd-amd64-cgo), const RTM_MISS = 7 +pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR = 12 +pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO = 15 +pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD = 9 +pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL = 10 +pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT = 6 +pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE = 11 +pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE = 18 +pkg syscall (netbsd-amd64-cgo), const RTM_VERSION = 4 +pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE = 4 +pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-amd64-cgo), const RTV_MTU = 1 +pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE = 8 +pkg syscall (netbsd-amd64-cgo), const RTV_RTT = 64 +pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR = 128 +pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE = 16 +pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF = 0 +pkg syscall (netbsd-amd64-cgo), const SCM_CREDS = 4 +pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS = 1 +pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-amd64-cgo), const SIGBUS = 10 +pkg syscall (netbsd-amd64-cgo), const SIGCHLD = 20 +pkg syscall (netbsd-amd64-cgo), const SIGCONT = 19 +pkg syscall (netbsd-amd64-cgo), const SIGEMT = 7 +pkg syscall (netbsd-amd64-cgo), const SIGINFO = 29 +pkg syscall (netbsd-amd64-cgo), const SIGIO = 23 +pkg syscall (netbsd-amd64-cgo), const SIGIOT = 6 +pkg syscall (netbsd-amd64-cgo), const SIGPROF = 27 +pkg syscall (netbsd-amd64-cgo), const SIGPWR = 32 +pkg syscall (netbsd-amd64-cgo), const SIGSTOP = 17 +pkg syscall (netbsd-amd64-cgo), const SIGSYS = 12 +pkg syscall (netbsd-amd64-cgo), const SIGTSTP = 18 +pkg syscall (netbsd-amd64-cgo), const SIGTTIN = 21 +pkg syscall (netbsd-amd64-cgo), const SIGTTOU = 22 +pkg syscall (netbsd-amd64-cgo), const SIGURG = 16 +pkg syscall (netbsd-amd64-cgo), const SIGUSR1 = 30 +pkg syscall (netbsd-amd64-cgo), const SIGUSR2 = 31 +pkg syscall (netbsd-amd64-cgo), const SIGVTALRM = 26 +pkg syscall (netbsd-amd64-cgo), const SIGWINCH = 28 +pkg syscall (netbsd-amd64-cgo), const SIGXCPU = 24 +pkg syscall (netbsd-amd64-cgo), const SIGXFSZ = 25 +pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-amd64-cgo), const SIOCADDRT = 2151182858 +pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-amd64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-amd64-cgo), const SIOCDELRT = 2151182859 +pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915 +pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628 +pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915 +pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF = 3231213856 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF = 3222300966 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA = 3231213957 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR = 3223873927 +pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-amd64-cgo), const SIOCGVH = 3230689667 +pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048 +pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR = 3228592516 +pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091 +pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF = 2157472031 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR = 2150132104 +pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-amd64-cgo), const SIOCSVH = 3230689666 +pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA = 3231213958 +pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-amd64-cgo), const SOCK_RDM = 4 +pkg syscall (netbsd-amd64-cgo), const SOL_SOCKET = 65535 +pkg syscall (netbsd-amd64-cgo), const SOMAXCONN = 128 +pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-amd64-cgo), const SO_BROADCAST = 32 +pkg syscall (netbsd-amd64-cgo), const SO_DEBUG = 1 +pkg syscall (netbsd-amd64-cgo), const SO_DONTROUTE = 16 +pkg syscall (netbsd-amd64-cgo), const SO_ERROR = 4103 +pkg syscall (netbsd-amd64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-amd64-cgo), const SO_LINGER = 128 +pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER = 4106 +pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE = 256 +pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-amd64-cgo), const SO_RCVBUF = 4098 +pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-amd64-cgo), const SO_REUSEADDR = 4 +pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT = 512 +pkg syscall (netbsd-amd64-cgo), const SO_SNDBUF = 4097 +pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-amd64-cgo), const SO_TYPE = 4104 +pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT = 30 +pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS = 33 +pkg syscall (netbsd-amd64-cgo), const SYS_ACCT = 51 +pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME = 421 +pkg syscall (netbsd-amd64-cgo), const SYS_BIND = 104 +pkg syscall (netbsd-amd64-cgo), const SYS_BREAK = 17 +pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR = 12 +pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD = 15 +pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN = 16 +pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT = 61 +pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE = 6 +pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT = 98 +pkg syscall (netbsd-amd64-cgo), const SYS_DUP = 41 +pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 = 90 +pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 = 454 +pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE = 59 +pkg syscall (netbsd-amd64-cgo), const SYS_EXIT = 1 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR = 13 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD = 124 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN = 123 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT = 297 +pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL = 92 +pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE = 465 +pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT = 451 +pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE = 288 +pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK = 131 +pkg syscall (netbsd-amd64-cgo), const SYS_FORK = 2 +pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT = 440 +pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT = 466 +pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC = 95 +pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES = 423 +pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS = 390 +pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID = 43 +pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID = 25 +pkg syscall (netbsd-amd64-cgo), const SYS_GETFH = 395 +pkg syscall (netbsd-amd64-cgo), const SYS_GETGID = 47 +pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER = 426 +pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID = 207 +pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP = 81 +pkg syscall (netbsd-amd64-cgo), const SYS_GETPID = 20 +pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID = 39 +pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-amd64-cgo), const SYS_GETSID = 286 +pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-amd64-cgo), const SYS_GETUID = 24 +pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR = 378 +pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL = 54 +pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT = 435 +pkg syscall (netbsd-amd64-cgo), const SYS_KILL = 37 +pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE = 344 +pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE = 45 +pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD = 274 +pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN = 275 +pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-amd64-cgo), const SYS_LINK = 9 +pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT = 457 +pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN = 106 +pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK = 199 +pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT = 441 +pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES = 424 +pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE = 75 +pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE = 78 +pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT = 273 +pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR = 136 +pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO = 132 +pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD = 450 +pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT = 460 +pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK = 203 +pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-amd64-cgo), const SYS_MMAP = 197 +pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL = 246 +pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT = 410 +pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT = 74 +pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP = 411 +pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL = 444 +pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET = 225 +pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV = 227 +pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND = 226 +pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP = 73 +pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-amd64-cgo), const SYS_OPEN = 5 +pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT = 468 +pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT = 456 +pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF = 191 +pkg syscall (netbsd-amd64-cgo), const SYS_PIPE = 42 +pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 = 453 +pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-amd64-cgo), const SYS_POLL = 209 +pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS = 437 +pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-amd64-cgo), const SYS_PREAD = 173 +pkg syscall (netbsd-amd64-cgo), const SYS_PREADV = 289 +pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL = 44 +pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT = 436 +pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE = 26 +pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE = 174 +pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV = 290 +pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL = 343 +pkg syscall (netbsd-amd64-cgo), const SYS_READ = 3 +pkg syscall (netbsd-amd64-cgo), const SYS_READLINK = 58 +pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT = 469 +pkg syscall (netbsd-amd64-cgo), const SYS_READV = 120 +pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT = 208 +pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM = 29 +pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG = 27 +pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-amd64-cgo), const SYS_RENAME = 128 +pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE = 56 +pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR = 137 +pkg syscall (netbsd-amd64-cgo), const SYS_SBRK = 69 +pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-amd64-cgo), const SYS_SELECT = 417 +pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET = 221 +pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP = 222 +pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG = 28 +pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO = 133 +pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID = 182 +pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID = 183 +pkg syscall (netbsd-amd64-cgo), const SYS_SETGID = 181 +pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER = 425 +pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID = 82 +pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID = 127 +pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID = 126 +pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-amd64-cgo), const SYS_SETSID = 147 +pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-amd64-cgo), const SYS_SETUID = 23 +pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR = 375 +pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT = 228 +pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL = 443 +pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT = 230 +pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET = 231 +pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET = 394 +pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-amd64-cgo), const SYS_SSTK = 70 +pkg syscall (netbsd-amd64-cgo), const SYS_STAT = 439 +pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK = 57 +pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-amd64-cgo), const SYS_SYNC = 36 +pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH = 165 +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-amd64-cgo), const SYS_UMASK = 60 +pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE = 205 +pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK = 10 +pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES = 420 +pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE = 306 +pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE = 72 +pkg syscall (netbsd-amd64-cgo), const SYS_VFORK = 66 +pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 = 449 +pkg syscall (netbsd-amd64-cgo), const SYS_WRITE = 4 +pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV = 121 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-amd64-cgo), const SYS___CLONE = 287 +pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD = 296 +pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL = 442 +pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL = 202 +pkg syscall (netbsd-amd64-cgo), const S_ARCH1 = 65536 +pkg syscall (netbsd-amd64-cgo), const S_ARCH2 = 131072 +pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE = 512 +pkg syscall (netbsd-amd64-cgo), const S_IEXEC = 64 +pkg syscall (netbsd-amd64-cgo), const S_IFMT = 61440 +pkg syscall (netbsd-amd64-cgo), const S_IFWHT = 57344 +pkg syscall (netbsd-amd64-cgo), const S_IREAD = 256 +pkg syscall (netbsd-amd64-cgo), const S_IRGRP = 32 +pkg syscall (netbsd-amd64-cgo), const S_IROTH = 4 +pkg syscall (netbsd-amd64-cgo), const S_IRWXG = 56 +pkg syscall (netbsd-amd64-cgo), const S_IRWXO = 7 +pkg syscall (netbsd-amd64-cgo), const S_IRWXU = 448 +pkg syscall (netbsd-amd64-cgo), const S_ISTXT = 512 +pkg syscall (netbsd-amd64-cgo), const S_IWGRP = 16 +pkg syscall (netbsd-amd64-cgo), const S_IWOTH = 2 +pkg syscall (netbsd-amd64-cgo), const S_IWRITE = 128 +pkg syscall (netbsd-amd64-cgo), const S_IXGRP = 8 +pkg syscall (netbsd-amd64-cgo), const S_IXOTH = 1 +pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET = 1 +pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr = 32 +pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn = 8 +pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram = 16 +pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat = 128 +pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion = 4 +pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr = 12 +pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq = 8 +pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-amd64-cgo), const SizeofIfData = 136 +pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-amd64-cgo), const SizeofLinger = 8 +pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr = 48 +pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics = 80 +pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-amd64-cgo), const TCIFLUSH = 1 +pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH = 3 +pkg syscall (netbsd-amd64-cgo), const TCOFLUSH = 2 +pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL = 32 +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST = 4 +pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG = 2 +pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG = 16 +pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS = 216 +pkg syscall (netbsd-amd64-cgo), const TCP_MSS = 536 +pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH = 2 +pkg syscall (netbsd-amd64-cgo), const TIOCCBRK = 536900730 +pkg syscall (netbsd-amd64-cgo), const TIOCCDTR = 536900728 +pkg syscall (netbsd-amd64-cgo), const TIOCCONS = 2147775586 +pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-amd64-cgo), const TIOCEXCL = 536900621 +pkg syscall (netbsd-amd64-cgo), const TIOCEXT = 2147775584 +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-amd64-cgo), const TIOCGETA = 1076655123 +pkg syscall (netbsd-amd64-cgo), const TIOCGETD = 1074033690 +pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-amd64-cgo), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-amd64-cgo), const TIOCGSID = 1074033763 +pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-amd64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-amd64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-amd64-cgo), const TIOCMGET = 1074033770 +pkg syscall (netbsd-amd64-cgo), const TIOCMSET = 2147775597 +pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR = 64 +pkg syscall (netbsd-amd64-cgo), const TIOCM_CD = 64 +pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS = 32 +pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR = 256 +pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR = 2 +pkg syscall (netbsd-amd64-cgo), const TIOCM_LE = 1 +pkg syscall (netbsd-amd64-cgo), const TIOCM_RI = 128 +pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG = 128 +pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS = 4 +pkg syscall (netbsd-amd64-cgo), const TIOCM_SR = 16 +pkg syscall (netbsd-amd64-cgo), const TIOCM_ST = 8 +pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-amd64-cgo), const TIOCNXCL = 536900622 +pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT = 2147775600 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START = 8 +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET = 1076393030 +pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME = 1076393032 +pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME = 2148037701 +pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-amd64-cgo), const TIOCSBRK = 536900731 +pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-amd64-cgo), const TIOCSDTR = 536900729 +pkg syscall (netbsd-amd64-cgo), const TIOCSETA = 2150396948 +pkg syscall (netbsd-amd64-cgo), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-amd64-cgo), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-amd64-cgo), const TIOCSETD = 2147775515 +pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-amd64-cgo), const TIOCSIG = 536900703 +pkg syscall (netbsd-amd64-cgo), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-amd64-cgo), const TIOCSTART = 536900718 +pkg syscall (netbsd-amd64-cgo), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-amd64-cgo), const TIOCSTI = 2147578994 +pkg syscall (netbsd-amd64-cgo), const TIOCSTOP = 536900719 +pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME = 2148037700 +pkg syscall (netbsd-amd64-cgo), const TOSTOP = 4194304 +pkg syscall (netbsd-amd64-cgo), const VDISCARD = 15 +pkg syscall (netbsd-amd64-cgo), const VDSUSP = 11 +pkg syscall (netbsd-amd64-cgo), const VEOF = 0 +pkg syscall (netbsd-amd64-cgo), const VEOL = 1 +pkg syscall (netbsd-amd64-cgo), const VEOL2 = 2 +pkg syscall (netbsd-amd64-cgo), const VERASE = 3 +pkg syscall (netbsd-amd64-cgo), const VINTR = 8 +pkg syscall (netbsd-amd64-cgo), const VKILL = 5 +pkg syscall (netbsd-amd64-cgo), const VLNEXT = 14 +pkg syscall (netbsd-amd64-cgo), const VMIN = 16 +pkg syscall (netbsd-amd64-cgo), const VQUIT = 9 +pkg syscall (netbsd-amd64-cgo), const VREPRINT = 6 +pkg syscall (netbsd-amd64-cgo), const VSTART = 12 +pkg syscall (netbsd-amd64-cgo), const VSTATUS = 18 +pkg syscall (netbsd-amd64-cgo), const VSTOP = 13 +pkg syscall (netbsd-amd64-cgo), const VSUSP = 10 +pkg syscall (netbsd-amd64-cgo), const VTIME = 17 +pkg syscall (netbsd-amd64-cgo), const VWERASE = 4 +pkg syscall (netbsd-amd64-cgo), const WALL = 8 +pkg syscall (netbsd-amd64-cgo), const WALLSIG = 8 +pkg syscall (netbsd-amd64-cgo), const WALTSIG = 4 +pkg syscall (netbsd-amd64-cgo), const WCLONE = 4 +pkg syscall (netbsd-amd64-cgo), const WCOREFLAG = 128 +pkg syscall (netbsd-amd64-cgo), const WNOHANG = 1 +pkg syscall (netbsd-amd64-cgo), const WNOWAIT = 65536 +pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE = 131072 +pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-amd64-cgo), const WSTOPPED = 127 +pkg syscall (netbsd-amd64-cgo), const WUNTRACED = 2 +pkg syscall (netbsd-arm), const AF_APPLETALK = 16 +pkg syscall (netbsd-arm), const AF_ARP = 28 +pkg syscall (netbsd-arm), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-arm), const AF_CCITT = 10 +pkg syscall (netbsd-arm), const AF_CHAOS = 5 +pkg syscall (netbsd-arm), const AF_CNT = 21 +pkg syscall (netbsd-arm), const AF_COIP = 20 +pkg syscall (netbsd-arm), const AF_DATAKIT = 9 +pkg syscall (netbsd-arm), const AF_DECnet = 12 +pkg syscall (netbsd-arm), const AF_DLI = 13 +pkg syscall (netbsd-arm), const AF_E164 = 26 +pkg syscall (netbsd-arm), const AF_ECMA = 8 +pkg syscall (netbsd-arm), const AF_HYLINK = 15 +pkg syscall (netbsd-arm), const AF_IEEE80211 = 32 +pkg syscall (netbsd-arm), const AF_IMPLINK = 3 +pkg syscall (netbsd-arm), const AF_INET6 = 24 +pkg syscall (netbsd-arm), const AF_IPX = 23 +pkg syscall (netbsd-arm), const AF_ISDN = 26 +pkg syscall (netbsd-arm), const AF_ISO = 7 +pkg syscall (netbsd-arm), const AF_LAT = 14 +pkg syscall (netbsd-arm), const AF_LINK = 18 +pkg syscall (netbsd-arm), const AF_LOCAL = 1 +pkg syscall (netbsd-arm), const AF_MAX = 35 +pkg syscall (netbsd-arm), const AF_MPLS = 33 +pkg syscall (netbsd-arm), const AF_NATM = 27 +pkg syscall (netbsd-arm), const AF_NS = 6 +pkg syscall (netbsd-arm), const AF_OROUTE = 17 +pkg syscall (netbsd-arm), const AF_OSI = 7 +pkg syscall (netbsd-arm), const AF_PUP = 4 +pkg syscall (netbsd-arm), const AF_ROUTE = 34 +pkg syscall (netbsd-arm), const AF_SNA = 11 +pkg syscall (netbsd-arm), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-arm), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-arm), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-arm), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-arm), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-arm), const B0 = 0 +pkg syscall (netbsd-arm), const B110 = 110 +pkg syscall (netbsd-arm), const B115200 = 115200 +pkg syscall (netbsd-arm), const B1200 = 1200 +pkg syscall (netbsd-arm), const B134 = 134 +pkg syscall (netbsd-arm), const B14400 = 14400 +pkg syscall (netbsd-arm), const B150 = 150 +pkg syscall (netbsd-arm), const B1800 = 1800 +pkg syscall (netbsd-arm), const B19200 = 19200 +pkg syscall (netbsd-arm), const B200 = 200 +pkg syscall (netbsd-arm), const B230400 = 230400 +pkg syscall (netbsd-arm), const B2400 = 2400 +pkg syscall (netbsd-arm), const B28800 = 28800 +pkg syscall (netbsd-arm), const B300 = 300 +pkg syscall (netbsd-arm), const B38400 = 38400 +pkg syscall (netbsd-arm), const B460800 = 460800 +pkg syscall (netbsd-arm), const B4800 = 4800 +pkg syscall (netbsd-arm), const B50 = 50 +pkg syscall (netbsd-arm), const B57600 = 57600 +pkg syscall (netbsd-arm), const B600 = 600 +pkg syscall (netbsd-arm), const B7200 = 7200 +pkg syscall (netbsd-arm), const B75 = 75 +pkg syscall (netbsd-arm), const B76800 = 76800 +pkg syscall (netbsd-arm), const B921600 = 921600 +pkg syscall (netbsd-arm), const B9600 = 9600 +pkg syscall (netbsd-arm), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-arm), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-arm), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-arm), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-arm), const BIOCGDLTLIST = 3221766775 +pkg syscall (netbsd-arm), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-arm), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-arm), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-arm), const BIOCGRTIMEOUT = 1074545275 +pkg syscall (netbsd-arm), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-arm), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-arm), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-arm), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-arm), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-arm), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-arm), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-arm), const BIOCSETF = 2148024935 +pkg syscall (netbsd-arm), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-arm), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-arm), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-arm), const BIOCSRTIMEOUT = 2148287098 +pkg syscall (netbsd-arm), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-arm), const BIOCSTCPF = 2148024946 +pkg syscall (netbsd-arm), const BIOCSUDPF = 2148024947 +pkg syscall (netbsd-arm), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-arm), const BPF_A = 16 +pkg syscall (netbsd-arm), const BPF_ABS = 32 +pkg syscall (netbsd-arm), const BPF_ADD = 0 +pkg syscall (netbsd-arm), const BPF_ALIGNMENT = 4 +pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-arm), const BPF_ALU = 4 +pkg syscall (netbsd-arm), const BPF_AND = 80 +pkg syscall (netbsd-arm), const BPF_B = 16 +pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-arm), const BPF_DIV = 48 +pkg syscall (netbsd-arm), const BPF_H = 8 +pkg syscall (netbsd-arm), const BPF_IMM = 0 +pkg syscall (netbsd-arm), const BPF_IND = 64 +pkg syscall (netbsd-arm), const BPF_JA = 0 +pkg syscall (netbsd-arm), const BPF_JEQ = 16 +pkg syscall (netbsd-arm), const BPF_JGE = 48 +pkg syscall (netbsd-arm), const BPF_JGT = 32 +pkg syscall (netbsd-arm), const BPF_JMP = 5 +pkg syscall (netbsd-arm), const BPF_JSET = 64 +pkg syscall (netbsd-arm), const BPF_K = 0 +pkg syscall (netbsd-arm), const BPF_LD = 0 +pkg syscall (netbsd-arm), const BPF_LDX = 1 +pkg syscall (netbsd-arm), const BPF_LEN = 128 +pkg syscall (netbsd-arm), const BPF_LSH = 96 +pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-arm), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-arm), const BPF_MEM = 96 +pkg syscall (netbsd-arm), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-arm), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-arm), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-arm), const BPF_MISC = 7 +pkg syscall (netbsd-arm), const BPF_MSH = 160 +pkg syscall (netbsd-arm), const BPF_MUL = 32 +pkg syscall (netbsd-arm), const BPF_NEG = 128 +pkg syscall (netbsd-arm), const BPF_OR = 64 +pkg syscall (netbsd-arm), const BPF_RELEASE = 199606 +pkg syscall (netbsd-arm), const BPF_RET = 6 +pkg syscall (netbsd-arm), const BPF_RSH = 112 +pkg syscall (netbsd-arm), const BPF_ST = 2 +pkg syscall (netbsd-arm), const BPF_STX = 3 +pkg syscall (netbsd-arm), const BPF_SUB = 16 +pkg syscall (netbsd-arm), const BPF_TAX = 0 +pkg syscall (netbsd-arm), const BPF_TXA = 128 +pkg syscall (netbsd-arm), const BPF_W = 0 +pkg syscall (netbsd-arm), const BPF_X = 8 +pkg syscall (netbsd-arm), const BRKINT = 2 +pkg syscall (netbsd-arm), const CFLUSH = 15 +pkg syscall (netbsd-arm), const CLOCAL = 32768 +pkg syscall (netbsd-arm), const CREAD = 2048 +pkg syscall (netbsd-arm), const CS5 = 0 +pkg syscall (netbsd-arm), const CS6 = 256 +pkg syscall (netbsd-arm), const CS7 = 512 +pkg syscall (netbsd-arm), const CS8 = 768 +pkg syscall (netbsd-arm), const CSIZE = 768 +pkg syscall (netbsd-arm), const CSTART = 17 +pkg syscall (netbsd-arm), const CSTATUS = 20 +pkg syscall (netbsd-arm), const CSTOP = 19 +pkg syscall (netbsd-arm), const CSTOPB = 1024 +pkg syscall (netbsd-arm), const CSUSP = 26 +pkg syscall (netbsd-arm), const CTL_MAXNAME = 12 +pkg syscall (netbsd-arm), const CTL_NET = 4 +pkg syscall (netbsd-arm), const CTL_QUERY = -2 +pkg syscall (netbsd-arm), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-arm), const DLT_A429 = 184 +pkg syscall (netbsd-arm), const DLT_A653_ICM = 185 +pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-arm), const DLT_AOS = 222 +pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-arm), const DLT_ARCNET = 7 +pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-arm), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-arm), const DLT_AURORA = 126 +pkg syscall (netbsd-arm), const DLT_AX25 = 3 +pkg syscall (netbsd-arm), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-arm), const DLT_CAN20B = 190 +pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-arm), const DLT_CHAOS = 5 +pkg syscall (netbsd-arm), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-arm), const DLT_C_HDLC = 104 +pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-arm), const DLT_DECT = 221 +pkg syscall (netbsd-arm), const DLT_DOCSIS = 143 +pkg syscall (netbsd-arm), const DLT_ECONET = 115 +pkg syscall (netbsd-arm), const DLT_EN10MB = 1 +pkg syscall (netbsd-arm), const DLT_EN3MB = 2 +pkg syscall (netbsd-arm), const DLT_ENC = 109 +pkg syscall (netbsd-arm), const DLT_ERF = 197 +pkg syscall (netbsd-arm), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-arm), const DLT_ERF_POS = 176 +pkg syscall (netbsd-arm), const DLT_FC_2 = 224 +pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-arm), const DLT_FDDI = 10 +pkg syscall (netbsd-arm), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-arm), const DLT_FRELAY = 107 +pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-arm), const DLT_GPF_F = 171 +pkg syscall (netbsd-arm), const DLT_GPF_T = 170 +pkg syscall (netbsd-arm), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-arm), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-arm), const DLT_HDLC = 16 +pkg syscall (netbsd-arm), const DLT_HHDLC = 121 +pkg syscall (netbsd-arm), const DLT_HIPPI = 15 +pkg syscall (netbsd-arm), const DLT_IBM_SN = 146 +pkg syscall (netbsd-arm), const DLT_IBM_SP = 145 +pkg syscall (netbsd-arm), const DLT_IEEE802 = 6 +pkg syscall (netbsd-arm), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-arm), const DLT_IPMB = 199 +pkg syscall (netbsd-arm), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-arm), const DLT_IPNET = 226 +pkg syscall (netbsd-arm), const DLT_IPV4 = 228 +pkg syscall (netbsd-arm), const DLT_IPV6 = 229 +pkg syscall (netbsd-arm), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-arm), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-arm), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-arm), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-arm), const DLT_LAPD = 203 +pkg syscall (netbsd-arm), const DLT_LIN = 212 +pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-arm), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-arm), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-arm), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-arm), const DLT_LOOP = 108 +pkg syscall (netbsd-arm), const DLT_LTALK = 114 +pkg syscall (netbsd-arm), const DLT_MFR = 182 +pkg syscall (netbsd-arm), const DLT_MOST = 211 +pkg syscall (netbsd-arm), const DLT_MPLS = 219 +pkg syscall (netbsd-arm), const DLT_MTP2 = 140 +pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-arm), const DLT_MTP3 = 141 +pkg syscall (netbsd-arm), const DLT_NULL = 0 +pkg syscall (netbsd-arm), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-arm), const DLT_PFLOG = 117 +pkg syscall (netbsd-arm), const DLT_PFSYNC = 18 +pkg syscall (netbsd-arm), const DLT_PPI = 192 +pkg syscall (netbsd-arm), const DLT_PPP = 9 +pkg syscall (netbsd-arm), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-arm), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-arm), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-arm), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-arm), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-arm), const DLT_PRONET = 4 +pkg syscall (netbsd-arm), const DLT_RAIF1 = 198 +pkg syscall (netbsd-arm), const DLT_RAW = 12 +pkg syscall (netbsd-arm), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-arm), const DLT_RIO = 124 +pkg syscall (netbsd-arm), const DLT_SCCP = 142 +pkg syscall (netbsd-arm), const DLT_SITA = 196 +pkg syscall (netbsd-arm), const DLT_SLIP = 8 +pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-arm), const DLT_SUNATM = 123 +pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-arm), const DLT_TZSP = 128 +pkg syscall (netbsd-arm), const DLT_USB = 186 +pkg syscall (netbsd-arm), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-arm), const DLT_WIHART = 223 +pkg syscall (netbsd-arm), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-arm), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-arm), const DT_BLK = 6 +pkg syscall (netbsd-arm), const DT_CHR = 2 +pkg syscall (netbsd-arm), const DT_DIR = 4 +pkg syscall (netbsd-arm), const DT_FIFO = 1 +pkg syscall (netbsd-arm), const DT_LNK = 10 +pkg syscall (netbsd-arm), const DT_REG = 8 +pkg syscall (netbsd-arm), const DT_SOCK = 12 +pkg syscall (netbsd-arm), const DT_UNKNOWN = 0 +pkg syscall (netbsd-arm), const DT_WHT = 14 +pkg syscall (netbsd-arm), const E2BIG = 7 +pkg syscall (netbsd-arm), const EACCES = 13 +pkg syscall (netbsd-arm), const EADDRINUSE = 48 +pkg syscall (netbsd-arm), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-arm), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-arm), const EAGAIN = 35 +pkg syscall (netbsd-arm), const EALREADY = 37 +pkg syscall (netbsd-arm), const EAUTH = 80 +pkg syscall (netbsd-arm), const EBADF = 9 +pkg syscall (netbsd-arm), const EBADMSG = 88 +pkg syscall (netbsd-arm), const EBADRPC = 72 +pkg syscall (netbsd-arm), const EBUSY = 16 +pkg syscall (netbsd-arm), const ECANCELED = 87 +pkg syscall (netbsd-arm), const ECHILD = 10 +pkg syscall (netbsd-arm), const ECHO = 8 +pkg syscall (netbsd-arm), const ECHOCTL = 64 +pkg syscall (netbsd-arm), const ECHOE = 2 +pkg syscall (netbsd-arm), const ECHOK = 4 +pkg syscall (netbsd-arm), const ECHOKE = 1 +pkg syscall (netbsd-arm), const ECHONL = 16 +pkg syscall (netbsd-arm), const ECHOPRT = 32 +pkg syscall (netbsd-arm), const ECONNABORTED = 53 +pkg syscall (netbsd-arm), const ECONNREFUSED = 61 +pkg syscall (netbsd-arm), const ECONNRESET = 54 +pkg syscall (netbsd-arm), const EDEADLK = 11 +pkg syscall (netbsd-arm), const EDESTADDRREQ = 39 +pkg syscall (netbsd-arm), const EDOM = 33 +pkg syscall (netbsd-arm), const EDQUOT = 69 +pkg syscall (netbsd-arm), const EEXIST = 17 +pkg syscall (netbsd-arm), const EFAULT = 14 +pkg syscall (netbsd-arm), const EFBIG = 27 +pkg syscall (netbsd-arm), const EFTYPE = 79 +pkg syscall (netbsd-arm), const EHOSTDOWN = 64 +pkg syscall (netbsd-arm), const EHOSTUNREACH = 65 +pkg syscall (netbsd-arm), const EIDRM = 82 +pkg syscall (netbsd-arm), const EILSEQ = 85 +pkg syscall (netbsd-arm), const EINPROGRESS = 36 +pkg syscall (netbsd-arm), const EINTR = 4 +pkg syscall (netbsd-arm), const EINVAL = 22 +pkg syscall (netbsd-arm), const EIO = 5 +pkg syscall (netbsd-arm), const EISCONN = 56 +pkg syscall (netbsd-arm), const EISDIR = 21 +pkg syscall (netbsd-arm), const ELAST = 96 +pkg syscall (netbsd-arm), const ELOOP = 62 +pkg syscall (netbsd-arm), const EMFILE = 24 +pkg syscall (netbsd-arm), const EMLINK = 31 +pkg syscall (netbsd-arm), const EMSGSIZE = 40 +pkg syscall (netbsd-arm), const EMULTIHOP = 94 +pkg syscall (netbsd-arm), const EMUL_LINUX = 1 +pkg syscall (netbsd-arm), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-arm), const EMUL_MAXID = 6 +pkg syscall (netbsd-arm), const ENAMETOOLONG = 63 +pkg syscall (netbsd-arm), const ENEEDAUTH = 81 +pkg syscall (netbsd-arm), const ENETDOWN = 50 +pkg syscall (netbsd-arm), const ENETRESET = 52 +pkg syscall (netbsd-arm), const ENETUNREACH = 51 +pkg syscall (netbsd-arm), const ENFILE = 23 +pkg syscall (netbsd-arm), const ENOATTR = 93 +pkg syscall (netbsd-arm), const ENOBUFS = 55 +pkg syscall (netbsd-arm), const ENODATA = 89 +pkg syscall (netbsd-arm), const ENODEV = 19 +pkg syscall (netbsd-arm), const ENOEXEC = 8 +pkg syscall (netbsd-arm), const ENOLCK = 77 +pkg syscall (netbsd-arm), const ENOLINK = 95 +pkg syscall (netbsd-arm), const ENOMEM = 12 +pkg syscall (netbsd-arm), const ENOMSG = 83 +pkg syscall (netbsd-arm), const ENOPROTOOPT = 42 +pkg syscall (netbsd-arm), const ENOSPC = 28 +pkg syscall (netbsd-arm), const ENOSR = 90 +pkg syscall (netbsd-arm), const ENOSTR = 91 +pkg syscall (netbsd-arm), const ENOSYS = 78 +pkg syscall (netbsd-arm), const ENOTBLK = 15 +pkg syscall (netbsd-arm), const ENOTCONN = 57 +pkg syscall (netbsd-arm), const ENOTDIR = 20 +pkg syscall (netbsd-arm), const ENOTEMPTY = 66 +pkg syscall (netbsd-arm), const ENOTSOCK = 38 +pkg syscall (netbsd-arm), const ENOTSUP = 86 +pkg syscall (netbsd-arm), const ENOTTY = 25 +pkg syscall (netbsd-arm), const ENXIO = 6 +pkg syscall (netbsd-arm), const EOPNOTSUPP = 45 +pkg syscall (netbsd-arm), const EOVERFLOW = 84 +pkg syscall (netbsd-arm), const EPERM = 1 +pkg syscall (netbsd-arm), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-arm), const EPIPE = 32 +pkg syscall (netbsd-arm), const EPROCLIM = 67 +pkg syscall (netbsd-arm), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-arm), const EPROGMISMATCH = 75 +pkg syscall (netbsd-arm), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-arm), const EPROTO = 96 +pkg syscall (netbsd-arm), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-arm), const EPROTOTYPE = 41 +pkg syscall (netbsd-arm), const ERANGE = 34 +pkg syscall (netbsd-arm), const EREMOTE = 71 +pkg syscall (netbsd-arm), const EROFS = 30 +pkg syscall (netbsd-arm), const ERPCMISMATCH = 73 +pkg syscall (netbsd-arm), const ESHUTDOWN = 58 +pkg syscall (netbsd-arm), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-arm), const ESPIPE = 29 +pkg syscall (netbsd-arm), const ESRCH = 3 +pkg syscall (netbsd-arm), const ESTALE = 70 +pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-arm), const ETHERMIN = 46 +pkg syscall (netbsd-arm), const ETHERMTU = 1500 +pkg syscall (netbsd-arm), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-arm), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-arm), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-arm), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-arm), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-arm), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-arm), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-arm), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-arm), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-arm), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-arm), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-arm), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-arm), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-arm), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-arm), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-arm), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-arm), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-arm), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-arm), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-arm), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-arm), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-arm), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-arm), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-arm), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-arm), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-arm), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-arm), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-arm), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-arm), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-arm), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-arm), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-arm), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-arm), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-arm), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-arm), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-arm), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-arm), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-arm), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-arm), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-arm), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-arm), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-arm), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-arm), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-arm), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-arm), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-arm), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-arm), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-arm), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-arm), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-arm), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-arm), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-arm), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-arm), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-arm), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-arm), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-arm), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-arm), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-arm), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-arm), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-arm), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-arm), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-arm), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-arm), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-arm), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-arm), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-arm), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-arm), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-arm), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-arm), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-arm), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-arm), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-arm), const ETIME = 92 +pkg syscall (netbsd-arm), const ETIMEDOUT = 60 +pkg syscall (netbsd-arm), const ETOOMANYREFS = 59 +pkg syscall (netbsd-arm), const ETXTBSY = 26 +pkg syscall (netbsd-arm), const EUSERS = 68 +pkg syscall (netbsd-arm), const EVFILT_AIO = 2 +pkg syscall (netbsd-arm), const EVFILT_PROC = 4 +pkg syscall (netbsd-arm), const EVFILT_READ = 0 +pkg syscall (netbsd-arm), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-arm), const EVFILT_TIMER = 6 +pkg syscall (netbsd-arm), const EVFILT_VNODE = 3 +pkg syscall (netbsd-arm), const EVFILT_WRITE = 1 +pkg syscall (netbsd-arm), const EV_ADD = 1 +pkg syscall (netbsd-arm), const EV_CLEAR = 32 +pkg syscall (netbsd-arm), const EV_DELETE = 2 +pkg syscall (netbsd-arm), const EV_DISABLE = 8 +pkg syscall (netbsd-arm), const EV_ENABLE = 4 +pkg syscall (netbsd-arm), const EV_EOF = 32768 +pkg syscall (netbsd-arm), const EV_ERROR = 16384 +pkg syscall (netbsd-arm), const EV_FLAG1 = 8192 +pkg syscall (netbsd-arm), const EV_ONESHOT = 16 +pkg syscall (netbsd-arm), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-arm), const EWOULDBLOCK = 35 +pkg syscall (netbsd-arm), const EXDEV = 18 +pkg syscall (netbsd-arm), const EXTA = 19200 +pkg syscall (netbsd-arm), const EXTB = 38400 +pkg syscall (netbsd-arm), const EXTPROC = 2048 +pkg syscall (netbsd-arm), const FD_CLOEXEC = 1 +pkg syscall (netbsd-arm), const FD_SETSIZE = 256 +pkg syscall (netbsd-arm), const FLUSHO = 8388608 +pkg syscall (netbsd-arm), const F_CLOSEM = 10 +pkg syscall (netbsd-arm), const F_DUPFD = 0 +pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-arm), const F_FSCTL = -2147483648 +pkg syscall (netbsd-arm), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-arm), const F_FSIN = 268435456 +pkg syscall (netbsd-arm), const F_FSINOUT = 805306368 +pkg syscall (netbsd-arm), const F_FSOUT = 536870912 +pkg syscall (netbsd-arm), const F_FSPRIV = 32768 +pkg syscall (netbsd-arm), const F_FSVOID = 1073741824 +pkg syscall (netbsd-arm), const F_GETFD = 1 +pkg syscall (netbsd-arm), const F_GETFL = 3 +pkg syscall (netbsd-arm), const F_GETLK = 7 +pkg syscall (netbsd-arm), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-arm), const F_GETOWN = 5 +pkg syscall (netbsd-arm), const F_MAXFD = 11 +pkg syscall (netbsd-arm), const F_OK = 0 +pkg syscall (netbsd-arm), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-arm), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-arm), const F_RDLCK = 1 +pkg syscall (netbsd-arm), const F_SETFD = 2 +pkg syscall (netbsd-arm), const F_SETFL = 4 +pkg syscall (netbsd-arm), const F_SETLK = 8 +pkg syscall (netbsd-arm), const F_SETLKW = 9 +pkg syscall (netbsd-arm), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-arm), const F_SETOWN = 6 +pkg syscall (netbsd-arm), const F_UNLCK = 2 +pkg syscall (netbsd-arm), const F_WRLCK = 3 +pkg syscall (netbsd-arm), const HUPCL = 16384 +pkg syscall (netbsd-arm), const ICANON = 256 +pkg syscall (netbsd-arm), const ICRNL = 256 +pkg syscall (netbsd-arm), const IEXTEN = 1024 +pkg syscall (netbsd-arm), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-arm), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-arm), const IFA_ROUTE = 1 +pkg syscall (netbsd-arm), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-arm), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-arm), const IFF_DEBUG = 4 +pkg syscall (netbsd-arm), const IFF_LINK0 = 4096 +pkg syscall (netbsd-arm), const IFF_LINK1 = 8192 +pkg syscall (netbsd-arm), const IFF_LINK2 = 16384 +pkg syscall (netbsd-arm), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-arm), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-arm), const IFF_NOARP = 128 +pkg syscall (netbsd-arm), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-arm), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-arm), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-arm), const IFF_PROMISC = 256 +pkg syscall (netbsd-arm), const IFF_RUNNING = 64 +pkg syscall (netbsd-arm), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-arm), const IFNAMSIZ = 16 +pkg syscall (netbsd-arm), const IFT_1822 = 2 +pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-arm), const IFT_AAL2 = 187 +pkg syscall (netbsd-arm), const IFT_AAL5 = 49 +pkg syscall (netbsd-arm), const IFT_ADSL = 94 +pkg syscall (netbsd-arm), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-arm), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-arm), const IFT_ARAP = 88 +pkg syscall (netbsd-arm), const IFT_ARCNET = 35 +pkg syscall (netbsd-arm), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-arm), const IFT_ASYNC = 84 +pkg syscall (netbsd-arm), const IFT_ATM = 37 +pkg syscall (netbsd-arm), const IFT_ATMDXI = 105 +pkg syscall (netbsd-arm), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-arm), const IFT_ATMIMA = 107 +pkg syscall (netbsd-arm), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-arm), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-arm), const IFT_BRIDGE = 209 +pkg syscall (netbsd-arm), const IFT_BSC = 83 +pkg syscall (netbsd-arm), const IFT_CARP = 248 +pkg syscall (netbsd-arm), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-arm), const IFT_CEPT = 19 +pkg syscall (netbsd-arm), const IFT_CES = 133 +pkg syscall (netbsd-arm), const IFT_CHANNEL = 70 +pkg syscall (netbsd-arm), const IFT_CNR = 85 +pkg syscall (netbsd-arm), const IFT_COFFEE = 132 +pkg syscall (netbsd-arm), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-arm), const IFT_DCN = 141 +pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-arm), const IFT_DLSW = 74 +pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-arm), const IFT_DS0 = 81 +pkg syscall (netbsd-arm), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-arm), const IFT_DS1FDL = 170 +pkg syscall (netbsd-arm), const IFT_DS3 = 30 +pkg syscall (netbsd-arm), const IFT_DTM = 140 +pkg syscall (netbsd-arm), const IFT_DVBASILN = 172 +pkg syscall (netbsd-arm), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-arm), const IFT_ECONET = 206 +pkg syscall (netbsd-arm), const IFT_EON = 25 +pkg syscall (netbsd-arm), const IFT_EPLRS = 87 +pkg syscall (netbsd-arm), const IFT_ESCON = 73 +pkg syscall (netbsd-arm), const IFT_ETHER = 6 +pkg syscall (netbsd-arm), const IFT_FAITH = 242 +pkg syscall (netbsd-arm), const IFT_FAST = 125 +pkg syscall (netbsd-arm), const IFT_FASTETHER = 62 +pkg syscall (netbsd-arm), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-arm), const IFT_FDDI = 15 +pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-arm), const IFT_FRELAY = 32 +pkg syscall (netbsd-arm), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-arm), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-arm), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-arm), const IFT_G703AT64K = 66 +pkg syscall (netbsd-arm), const IFT_GIF = 240 +pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-arm), const IFT_GR303IDT = 178 +pkg syscall (netbsd-arm), const IFT_GR303RDT = 177 +pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-arm), const IFT_H323PROXY = 165 +pkg syscall (netbsd-arm), const IFT_HDH1822 = 3 +pkg syscall (netbsd-arm), const IFT_HDLC = 118 +pkg syscall (netbsd-arm), const IFT_HDSL2 = 168 +pkg syscall (netbsd-arm), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-arm), const IFT_HIPPI = 47 +pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-arm), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-arm), const IFT_HSSI = 46 +pkg syscall (netbsd-arm), const IFT_HY = 14 +pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-arm), const IFT_IDSL = 154 +pkg syscall (netbsd-arm), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-arm), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-arm), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-arm), const IFT_IFGSN = 145 +pkg syscall (netbsd-arm), const IFT_IMT = 190 +pkg syscall (netbsd-arm), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-arm), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-arm), const IFT_IP = 126 +pkg syscall (netbsd-arm), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-arm), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-arm), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-arm), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-arm), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-arm), const IFT_ISDN = 63 +pkg syscall (netbsd-arm), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-arm), const IFT_ISDNS = 75 +pkg syscall (netbsd-arm), const IFT_ISDNU = 76 +pkg syscall (netbsd-arm), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-arm), const IFT_ISO88023 = 7 +pkg syscall (netbsd-arm), const IFT_ISO88024 = 8 +pkg syscall (netbsd-arm), const IFT_ISO88025 = 9 +pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-arm), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-arm), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-arm), const IFT_ISO88026 = 10 +pkg syscall (netbsd-arm), const IFT_ISUP = 179 +pkg syscall (netbsd-arm), const IFT_L2VLAN = 135 +pkg syscall (netbsd-arm), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-arm), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-arm), const IFT_LAPB = 16 +pkg syscall (netbsd-arm), const IFT_LAPD = 77 +pkg syscall (netbsd-arm), const IFT_LAPF = 119 +pkg syscall (netbsd-arm), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-arm), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-arm), const IFT_LOOP = 24 +pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-arm), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-arm), const IFT_MIOX25 = 38 +pkg syscall (netbsd-arm), const IFT_MODEM = 48 +pkg syscall (netbsd-arm), const IFT_MPC = 113 +pkg syscall (netbsd-arm), const IFT_MPLS = 166 +pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-arm), const IFT_MSDSL = 143 +pkg syscall (netbsd-arm), const IFT_MVL = 191 +pkg syscall (netbsd-arm), const IFT_MYRINET = 99 +pkg syscall (netbsd-arm), const IFT_NFAS = 175 +pkg syscall (netbsd-arm), const IFT_NSIP = 27 +pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-arm), const IFT_OTHER = 1 +pkg syscall (netbsd-arm), const IFT_P10 = 12 +pkg syscall (netbsd-arm), const IFT_P80 = 13 +pkg syscall (netbsd-arm), const IFT_PARA = 34 +pkg syscall (netbsd-arm), const IFT_PFLOG = 245 +pkg syscall (netbsd-arm), const IFT_PFSYNC = 246 +pkg syscall (netbsd-arm), const IFT_PLC = 174 +pkg syscall (netbsd-arm), const IFT_PON155 = 207 +pkg syscall (netbsd-arm), const IFT_PON622 = 208 +pkg syscall (netbsd-arm), const IFT_POS = 171 +pkg syscall (netbsd-arm), const IFT_PPP = 23 +pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-arm), const IFT_PROPATM = 197 +pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-arm), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-arm), const IFT_PROPMUX = 54 +pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-arm), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-arm), const IFT_PVC = 241 +pkg syscall (netbsd-arm), const IFT_Q2931 = 201 +pkg syscall (netbsd-arm), const IFT_QLLC = 68 +pkg syscall (netbsd-arm), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-arm), const IFT_RADSL = 95 +pkg syscall (netbsd-arm), const IFT_REACHDSL = 192 +pkg syscall (netbsd-arm), const IFT_RFC1483 = 159 +pkg syscall (netbsd-arm), const IFT_RS232 = 33 +pkg syscall (netbsd-arm), const IFT_RSRB = 79 +pkg syscall (netbsd-arm), const IFT_SDLC = 17 +pkg syscall (netbsd-arm), const IFT_SDSL = 96 +pkg syscall (netbsd-arm), const IFT_SHDSL = 169 +pkg syscall (netbsd-arm), const IFT_SIP = 31 +pkg syscall (netbsd-arm), const IFT_SIPSIG = 204 +pkg syscall (netbsd-arm), const IFT_SIPTG = 203 +pkg syscall (netbsd-arm), const IFT_SLIP = 28 +pkg syscall (netbsd-arm), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-arm), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-arm), const IFT_SONET = 39 +pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-arm), const IFT_SONETPATH = 50 +pkg syscall (netbsd-arm), const IFT_SONETVT = 51 +pkg syscall (netbsd-arm), const IFT_SRP = 151 +pkg syscall (netbsd-arm), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-arm), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-arm), const IFT_STARLAN = 11 +pkg syscall (netbsd-arm), const IFT_STF = 215 +pkg syscall (netbsd-arm), const IFT_T1 = 18 +pkg syscall (netbsd-arm), const IFT_TDLC = 116 +pkg syscall (netbsd-arm), const IFT_TELINK = 200 +pkg syscall (netbsd-arm), const IFT_TERMPAD = 91 +pkg syscall (netbsd-arm), const IFT_TR008 = 176 +pkg syscall (netbsd-arm), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-arm), const IFT_TUNNEL = 131 +pkg syscall (netbsd-arm), const IFT_ULTRA = 29 +pkg syscall (netbsd-arm), const IFT_USB = 160 +pkg syscall (netbsd-arm), const IFT_V11 = 64 +pkg syscall (netbsd-arm), const IFT_V35 = 45 +pkg syscall (netbsd-arm), const IFT_V36 = 65 +pkg syscall (netbsd-arm), const IFT_V37 = 120 +pkg syscall (netbsd-arm), const IFT_VDSL = 97 +pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-arm), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-arm), const IFT_VOICEDID = 213 +pkg syscall (netbsd-arm), const IFT_VOICEEM = 100 +pkg syscall (netbsd-arm), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-arm), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-arm), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-arm), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-arm), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-arm), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-arm), const IFT_X213 = 93 +pkg syscall (netbsd-arm), const IFT_X25 = 5 +pkg syscall (netbsd-arm), const IFT_X25DDN = 4 +pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-arm), const IFT_X25MLP = 121 +pkg syscall (netbsd-arm), const IFT_X25PLE = 40 +pkg syscall (netbsd-arm), const IFT_XETHER = 26 +pkg syscall (netbsd-arm), const IGNBRK = 1 +pkg syscall (netbsd-arm), const IGNCR = 128 +pkg syscall (netbsd-arm), const IGNPAR = 4 +pkg syscall (netbsd-arm), const IMAXBEL = 8192 +pkg syscall (netbsd-arm), const INLCR = 64 +pkg syscall (netbsd-arm), const INPCK = 16 +pkg syscall (netbsd-arm), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-arm), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-arm), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-arm), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-arm), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-arm), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-arm), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-arm), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-arm), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-arm), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-arm), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-arm), const IPPROTO_AH = 51 +pkg syscall (netbsd-arm), const IPPROTO_CARP = 112 +pkg syscall (netbsd-arm), const IPPROTO_DONE = 257 +pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-arm), const IPPROTO_EGP = 8 +pkg syscall (netbsd-arm), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-arm), const IPPROTO_EON = 80 +pkg syscall (netbsd-arm), const IPPROTO_ESP = 50 +pkg syscall (netbsd-arm), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-arm), const IPPROTO_GGP = 3 +pkg syscall (netbsd-arm), const IPPROTO_GRE = 47 +pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-arm), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-arm), const IPPROTO_IDP = 22 +pkg syscall (netbsd-arm), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-arm), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-arm), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-arm), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-arm), const IPPROTO_MAX = 256 +pkg syscall (netbsd-arm), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-arm), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-arm), const IPPROTO_NONE = 59 +pkg syscall (netbsd-arm), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-arm), const IPPROTO_PIM = 103 +pkg syscall (netbsd-arm), const IPPROTO_PUP = 12 +pkg syscall (netbsd-arm), const IPPROTO_RAW = 255 +pkg syscall (netbsd-arm), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-arm), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-arm), const IPPROTO_TP = 29 +pkg syscall (netbsd-arm), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-arm), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-arm), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-arm), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-arm), const IPV6_FAITH = 29 +pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-arm), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-arm), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-arm), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-arm), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-arm), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-arm), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-arm), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-arm), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-arm), const IPV6_MMTU = 1280 +pkg syscall (netbsd-arm), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-arm), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-arm), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-arm), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-arm), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-arm), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-arm), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-arm), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-arm), const IPV6_RTHDR = 51 +pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-arm), const IPV6_TCLASS = 61 +pkg syscall (netbsd-arm), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-arm), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-arm), const IPV6_VERSION = 96 +pkg syscall (netbsd-arm), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-arm), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-arm), const IP_DF = 16384 +pkg syscall (netbsd-arm), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-arm), const IP_EF = 32768 +pkg syscall (netbsd-arm), const IP_ERRORMTU = 21 +pkg syscall (netbsd-arm), const IP_HDRINCL = 2 +pkg syscall (netbsd-arm), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-arm), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-arm), const IP_MF = 8192 +pkg syscall (netbsd-arm), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-arm), const IP_MINTTL = 24 +pkg syscall (netbsd-arm), const IP_MSS = 576 +pkg syscall (netbsd-arm), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-arm), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-arm), const IP_OFFMASK = 8191 +pkg syscall (netbsd-arm), const IP_OPTIONS = 1 +pkg syscall (netbsd-arm), const IP_PORTRANGE = 19 +pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-arm), const IP_RECVIF = 20 +pkg syscall (netbsd-arm), const IP_RECVOPTS = 5 +pkg syscall (netbsd-arm), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-arm), const IP_RECVTTL = 23 +pkg syscall (netbsd-arm), const IP_RETOPTS = 8 +pkg syscall (netbsd-arm), const IP_RF = 32768 +pkg syscall (netbsd-arm), const IP_TOS = 3 +pkg syscall (netbsd-arm), const IP_TTL = 4 +pkg syscall (netbsd-arm), const ISIG = 128 +pkg syscall (netbsd-arm), const ISTRIP = 32 +pkg syscall (netbsd-arm), const IXANY = 2048 +pkg syscall (netbsd-arm), const IXOFF = 1024 +pkg syscall (netbsd-arm), const IXON = 512 +pkg syscall (netbsd-arm), const ImplementsGetwd = false +pkg syscall (netbsd-arm), const LOCK_EX = 2 +pkg syscall (netbsd-arm), const LOCK_NB = 4 +pkg syscall (netbsd-arm), const LOCK_SH = 1 +pkg syscall (netbsd-arm), const LOCK_UN = 8 +pkg syscall (netbsd-arm), const MSG_BCAST = 256 +pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-arm), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-arm), const MSG_CTRUNC = 32 +pkg syscall (netbsd-arm), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-arm), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-arm), const MSG_EOR = 8 +pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-arm), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-arm), const MSG_MCAST = 512 +pkg syscall (netbsd-arm), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-arm), const MSG_NBIO = 4096 +pkg syscall (netbsd-arm), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-arm), const MSG_OOB = 1 +pkg syscall (netbsd-arm), const MSG_PEEK = 2 +pkg syscall (netbsd-arm), const MSG_TRUNC = 16 +pkg syscall (netbsd-arm), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-arm), const MSG_WAITALL = 64 +pkg syscall (netbsd-arm), const NAME_MAX = 511 +pkg syscall (netbsd-arm), const NET_RT_DUMP = 1 +pkg syscall (netbsd-arm), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-arm), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-arm), const NET_RT_MAXID = 6 +pkg syscall (netbsd-arm), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-arm), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-arm), const NOFLSH = 2147483648 +pkg syscall (netbsd-arm), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-arm), const NOTE_CHILD = 4 +pkg syscall (netbsd-arm), const NOTE_DELETE = 1 +pkg syscall (netbsd-arm), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-arm), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-arm), const NOTE_EXTEND = 4 +pkg syscall (netbsd-arm), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-arm), const NOTE_LINK = 16 +pkg syscall (netbsd-arm), const NOTE_LOWAT = 1 +pkg syscall (netbsd-arm), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-arm), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-arm), const NOTE_RENAME = 32 +pkg syscall (netbsd-arm), const NOTE_REVOKE = 64 +pkg syscall (netbsd-arm), const NOTE_TRACK = 1 +pkg syscall (netbsd-arm), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-arm), const NOTE_WRITE = 2 +pkg syscall (netbsd-arm), const OCRNL = 16 +pkg syscall (netbsd-arm), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-arm), const ONLCR = 2 +pkg syscall (netbsd-arm), const ONLRET = 64 +pkg syscall (netbsd-arm), const ONOCR = 32 +pkg syscall (netbsd-arm), const ONOEOT = 8 +pkg syscall (netbsd-arm), const OPOST = 1 +pkg syscall (netbsd-arm), const O_ACCMODE = 3 +pkg syscall (netbsd-arm), const O_ALT_IO = 262144 +pkg syscall (netbsd-arm), const O_APPEND = 8 +pkg syscall (netbsd-arm), const O_ASYNC = 64 +pkg syscall (netbsd-arm), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-arm), const O_CREAT = 512 +pkg syscall (netbsd-arm), const O_DIRECT = 524288 +pkg syscall (netbsd-arm), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-arm), const O_DSYNC = 65536 +pkg syscall (netbsd-arm), const O_EXCL = 2048 +pkg syscall (netbsd-arm), const O_EXLOCK = 32 +pkg syscall (netbsd-arm), const O_FSYNC = 128 +pkg syscall (netbsd-arm), const O_NDELAY = 4 +pkg syscall (netbsd-arm), const O_NOCTTY = 32768 +pkg syscall (netbsd-arm), const O_NOFOLLOW = 256 +pkg syscall (netbsd-arm), const O_NONBLOCK = 4 +pkg syscall (netbsd-arm), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-arm), const O_RSYNC = 131072 +pkg syscall (netbsd-arm), const O_SHLOCK = 16 +pkg syscall (netbsd-arm), const O_SYNC = 128 +pkg syscall (netbsd-arm), const O_TRUNC = 1024 +pkg syscall (netbsd-arm), const PARENB = 4096 +pkg syscall (netbsd-arm), const PARMRK = 8 +pkg syscall (netbsd-arm), const PARODD = 8192 +pkg syscall (netbsd-arm), const PENDIN = 536870912 +pkg syscall (netbsd-arm), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-arm), const PTRACE_CONT = 7 +pkg syscall (netbsd-arm), const PTRACE_KILL = 8 +pkg syscall (netbsd-arm), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-arm), const RLIMIT_AS = 10 +pkg syscall (netbsd-arm), const RLIMIT_CORE = 4 +pkg syscall (netbsd-arm), const RLIMIT_CPU = 0 +pkg syscall (netbsd-arm), const RLIMIT_DATA = 2 +pkg syscall (netbsd-arm), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-arm), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-arm), const RLIMIT_STACK = 3 +pkg syscall (netbsd-arm), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-arm), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-arm), const RTAX_BRD = 7 +pkg syscall (netbsd-arm), const RTAX_DST = 0 +pkg syscall (netbsd-arm), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-arm), const RTAX_GENMASK = 3 +pkg syscall (netbsd-arm), const RTAX_IFA = 5 +pkg syscall (netbsd-arm), const RTAX_IFP = 4 +pkg syscall (netbsd-arm), const RTAX_MAX = 9 +pkg syscall (netbsd-arm), const RTAX_NETMASK = 2 +pkg syscall (netbsd-arm), const RTAX_TAG = 8 +pkg syscall (netbsd-arm), const RTA_AUTHOR = 64 +pkg syscall (netbsd-arm), const RTA_BRD = 128 +pkg syscall (netbsd-arm), const RTA_DST = 1 +pkg syscall (netbsd-arm), const RTA_GATEWAY = 2 +pkg syscall (netbsd-arm), const RTA_GENMASK = 8 +pkg syscall (netbsd-arm), const RTA_IFA = 32 +pkg syscall (netbsd-arm), const RTA_IFP = 16 +pkg syscall (netbsd-arm), const RTA_NETMASK = 4 +pkg syscall (netbsd-arm), const RTA_TAG = 256 +pkg syscall (netbsd-arm), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-arm), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-arm), const RTF_CLONED = 8192 +pkg syscall (netbsd-arm), const RTF_CLONING = 256 +pkg syscall (netbsd-arm), const RTF_DONE = 64 +pkg syscall (netbsd-arm), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-arm), const RTF_GATEWAY = 2 +pkg syscall (netbsd-arm), const RTF_HOST = 4 +pkg syscall (netbsd-arm), const RTF_LLINFO = 1024 +pkg syscall (netbsd-arm), const RTF_MASK = 128 +pkg syscall (netbsd-arm), const RTF_MODIFIED = 32 +pkg syscall (netbsd-arm), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-arm), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-arm), const RTF_REJECT = 8 +pkg syscall (netbsd-arm), const RTF_SRC = 65536 +pkg syscall (netbsd-arm), const RTF_STATIC = 2048 +pkg syscall (netbsd-arm), const RTF_UP = 1 +pkg syscall (netbsd-arm), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-arm), const RTM_ADD = 1 +pkg syscall (netbsd-arm), const RTM_CHANGE = 3 +pkg syscall (netbsd-arm), const RTM_CHGADDR = 21 +pkg syscall (netbsd-arm), const RTM_DELADDR = 13 +pkg syscall (netbsd-arm), const RTM_DELETE = 2 +pkg syscall (netbsd-arm), const RTM_GET = 4 +pkg syscall (netbsd-arm), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-arm), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-arm), const RTM_IFINFO = 20 +pkg syscall (netbsd-arm), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-arm), const RTM_LOCK = 8 +pkg syscall (netbsd-arm), const RTM_LOSING = 5 +pkg syscall (netbsd-arm), const RTM_MISS = 7 +pkg syscall (netbsd-arm), const RTM_NEWADDR = 12 +pkg syscall (netbsd-arm), const RTM_OIFINFO = 15 +pkg syscall (netbsd-arm), const RTM_OLDADD = 9 +pkg syscall (netbsd-arm), const RTM_OLDDEL = 10 +pkg syscall (netbsd-arm), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-arm), const RTM_REDIRECT = 6 +pkg syscall (netbsd-arm), const RTM_RESOLVE = 11 +pkg syscall (netbsd-arm), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-arm), const RTM_SETGATE = 18 +pkg syscall (netbsd-arm), const RTM_VERSION = 4 +pkg syscall (netbsd-arm), const RTV_EXPIRE = 4 +pkg syscall (netbsd-arm), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-arm), const RTV_MTU = 1 +pkg syscall (netbsd-arm), const RTV_RPIPE = 8 +pkg syscall (netbsd-arm), const RTV_RTT = 64 +pkg syscall (netbsd-arm), const RTV_RTTVAR = 128 +pkg syscall (netbsd-arm), const RTV_SPIPE = 16 +pkg syscall (netbsd-arm), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-arm), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-arm), const RUSAGE_SELF = 0 +pkg syscall (netbsd-arm), const SCM_CREDS = 4 +pkg syscall (netbsd-arm), const SCM_RIGHTS = 1 +pkg syscall (netbsd-arm), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-arm), const SIGBUS = 10 +pkg syscall (netbsd-arm), const SIGCHLD = 20 +pkg syscall (netbsd-arm), const SIGCONT = 19 +pkg syscall (netbsd-arm), const SIGEMT = 7 +pkg syscall (netbsd-arm), const SIGINFO = 29 +pkg syscall (netbsd-arm), const SIGIO = 23 +pkg syscall (netbsd-arm), const SIGIOT = 6 +pkg syscall (netbsd-arm), const SIGPROF = 27 +pkg syscall (netbsd-arm), const SIGPWR = 32 +pkg syscall (netbsd-arm), const SIGSTOP = 17 +pkg syscall (netbsd-arm), const SIGSYS = 12 +pkg syscall (netbsd-arm), const SIGTSTP = 18 +pkg syscall (netbsd-arm), const SIGTTIN = 21 +pkg syscall (netbsd-arm), const SIGTTOU = 22 +pkg syscall (netbsd-arm), const SIGURG = 16 +pkg syscall (netbsd-arm), const SIGUSR1 = 30 +pkg syscall (netbsd-arm), const SIGUSR2 = 31 +pkg syscall (netbsd-arm), const SIGVTALRM = 26 +pkg syscall (netbsd-arm), const SIGWINCH = 28 +pkg syscall (netbsd-arm), const SIGXCPU = 24 +pkg syscall (netbsd-arm), const SIGXFSZ = 25 +pkg syscall (netbsd-arm), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-arm), const SIOCADDRT = 2150658570 +pkg syscall (netbsd-arm), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-arm), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-arm), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-arm), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-arm), const SIOCDELRT = 2150658571 +pkg syscall (netbsd-arm), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-arm), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-arm), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-arm), const SIOCGDRVSPEC = 3223087483 +pkg syscall (netbsd-arm), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-arm), const SIOCGETSGCNT = 3222566196 +pkg syscall (netbsd-arm), const SIOCGETVIFCNT = 3222566195 +pkg syscall (netbsd-arm), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-arm), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-arm), const SIOCGIFADDRPREF = 3230951712 +pkg syscall (netbsd-arm), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-arm), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-arm), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-arm), const SIOCGIFCONF = 3221776678 +pkg syscall (netbsd-arm), const SIOCGIFDATA = 3230951813 +pkg syscall (netbsd-arm), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-arm), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-arm), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-arm), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-arm), const SIOCGIFMEDIA = 3223873846 +pkg syscall (netbsd-arm), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-arm), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-arm), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-arm), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-arm), const SIOCGLINKSTR = 3223087495 +pkg syscall (netbsd-arm), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-arm), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-arm), const SIOCGVH = 3230689667 +pkg syscall (netbsd-arm), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-arm), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-arm), const SIOCIFGCLONERS = 3222038904 +pkg syscall (netbsd-arm), const SIOCINITIFADDR = 3225708932 +pkg syscall (netbsd-arm), const SIOCSDRVSPEC = 2149345659 +pkg syscall (netbsd-arm), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-arm), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-arm), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-arm), const SIOCSIFADDRPREF = 2157209887 +pkg syscall (netbsd-arm), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-arm), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-arm), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-arm), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-arm), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-arm), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-arm), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-arm), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-arm), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-arm), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-arm), const SIOCSLINKSTR = 2149345672 +pkg syscall (netbsd-arm), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-arm), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-arm), const SIOCSVH = 3230689666 +pkg syscall (netbsd-arm), const SIOCZIFDATA = 3230951814 +pkg syscall (netbsd-arm), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-arm), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-arm), const SOCK_RDM = 4 +pkg syscall (netbsd-arm), const SOL_SOCKET = 65535 +pkg syscall (netbsd-arm), const SOMAXCONN = 128 +pkg syscall (netbsd-arm), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-arm), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-arm), const SO_BROADCAST = 32 +pkg syscall (netbsd-arm), const SO_DEBUG = 1 +pkg syscall (netbsd-arm), const SO_DONTROUTE = 16 +pkg syscall (netbsd-arm), const SO_ERROR = 4103 +pkg syscall (netbsd-arm), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-arm), const SO_LINGER = 128 +pkg syscall (netbsd-arm), const SO_NOHEADER = 4106 +pkg syscall (netbsd-arm), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-arm), const SO_OOBINLINE = 256 +pkg syscall (netbsd-arm), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-arm), const SO_RCVBUF = 4098 +pkg syscall (netbsd-arm), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-arm), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-arm), const SO_REUSEADDR = 4 +pkg syscall (netbsd-arm), const SO_REUSEPORT = 512 +pkg syscall (netbsd-arm), const SO_SNDBUF = 4097 +pkg syscall (netbsd-arm), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-arm), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-arm), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-arm), const SO_TYPE = 4104 +pkg syscall (netbsd-arm), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-arm), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-arm), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-arm), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-arm), const SYS_ACCEPT = 30 +pkg syscall (netbsd-arm), const SYS_ACCESS = 33 +pkg syscall (netbsd-arm), const SYS_ACCT = 51 +pkg syscall (netbsd-arm), const SYS_ADJTIME = 421 +pkg syscall (netbsd-arm), const SYS_BIND = 104 +pkg syscall (netbsd-arm), const SYS_BREAK = 17 +pkg syscall (netbsd-arm), const SYS_CHDIR = 12 +pkg syscall (netbsd-arm), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-arm), const SYS_CHMOD = 15 +pkg syscall (netbsd-arm), const SYS_CHOWN = 16 +pkg syscall (netbsd-arm), const SYS_CHROOT = 61 +pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-arm), const SYS_CLOSE = 6 +pkg syscall (netbsd-arm), const SYS_CONNECT = 98 +pkg syscall (netbsd-arm), const SYS_DUP = 41 +pkg syscall (netbsd-arm), const SYS_DUP2 = 90 +pkg syscall (netbsd-arm), const SYS_DUP3 = 454 +pkg syscall (netbsd-arm), const SYS_EXECVE = 59 +pkg syscall (netbsd-arm), const SYS_EXIT = 1 +pkg syscall (netbsd-arm), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-arm), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-arm), const SYS_FCHDIR = 13 +pkg syscall (netbsd-arm), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-arm), const SYS_FCHMOD = 124 +pkg syscall (netbsd-arm), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-arm), const SYS_FCHOWN = 123 +pkg syscall (netbsd-arm), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-arm), const SYS_FCHROOT = 297 +pkg syscall (netbsd-arm), const SYS_FCNTL = 92 +pkg syscall (netbsd-arm), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-arm), const SYS_FEXECVE = 465 +pkg syscall (netbsd-arm), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-arm), const SYS_FHSTAT = 451 +pkg syscall (netbsd-arm), const SYS_FKTRACE = 288 +pkg syscall (netbsd-arm), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-arm), const SYS_FLOCK = 131 +pkg syscall (netbsd-arm), const SYS_FORK = 2 +pkg syscall (netbsd-arm), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-arm), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-arm), const SYS_FSTAT = 440 +pkg syscall (netbsd-arm), const SYS_FSTATAT = 466 +pkg syscall (netbsd-arm), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-arm), const SYS_FSYNC = 95 +pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-arm), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-arm), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-arm), const SYS_FUTIMES = 423 +pkg syscall (netbsd-arm), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-arm), const SYS_GETDENTS = 390 +pkg syscall (netbsd-arm), const SYS_GETEGID = 43 +pkg syscall (netbsd-arm), const SYS_GETEUID = 25 +pkg syscall (netbsd-arm), const SYS_GETFH = 395 +pkg syscall (netbsd-arm), const SYS_GETGID = 47 +pkg syscall (netbsd-arm), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-arm), const SYS_GETITIMER = 426 +pkg syscall (netbsd-arm), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-arm), const SYS_GETPGID = 207 +pkg syscall (netbsd-arm), const SYS_GETPGRP = 81 +pkg syscall (netbsd-arm), const SYS_GETPID = 20 +pkg syscall (netbsd-arm), const SYS_GETPPID = 39 +pkg syscall (netbsd-arm), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-arm), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-arm), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-arm), const SYS_GETSID = 286 +pkg syscall (netbsd-arm), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-arm), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-arm), const SYS_GETUID = 24 +pkg syscall (netbsd-arm), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-arm), const SYS_GETXATTR = 378 +pkg syscall (netbsd-arm), const SYS_IOCTL = 54 +pkg syscall (netbsd-arm), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-arm), const SYS_KEVENT = 435 +pkg syscall (netbsd-arm), const SYS_KILL = 37 +pkg syscall (netbsd-arm), const SYS_KQUEUE = 344 +pkg syscall (netbsd-arm), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-arm), const SYS_KTRACE = 45 +pkg syscall (netbsd-arm), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-arm), const SYS_LCHMOD = 274 +pkg syscall (netbsd-arm), const SYS_LCHOWN = 275 +pkg syscall (netbsd-arm), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-arm), const SYS_LINK = 9 +pkg syscall (netbsd-arm), const SYS_LINKAT = 457 +pkg syscall (netbsd-arm), const SYS_LISTEN = 106 +pkg syscall (netbsd-arm), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-arm), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-arm), const SYS_LSEEK = 199 +pkg syscall (netbsd-arm), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-arm), const SYS_LSTAT = 441 +pkg syscall (netbsd-arm), const SYS_LUTIMES = 424 +pkg syscall (netbsd-arm), const SYS_MADVISE = 75 +pkg syscall (netbsd-arm), const SYS_MINCORE = 78 +pkg syscall (netbsd-arm), const SYS_MINHERIT = 273 +pkg syscall (netbsd-arm), const SYS_MKDIR = 136 +pkg syscall (netbsd-arm), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-arm), const SYS_MKFIFO = 132 +pkg syscall (netbsd-arm), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-arm), const SYS_MKNOD = 450 +pkg syscall (netbsd-arm), const SYS_MKNODAT = 460 +pkg syscall (netbsd-arm), const SYS_MLOCK = 203 +pkg syscall (netbsd-arm), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-arm), const SYS_MMAP = 197 +pkg syscall (netbsd-arm), const SYS_MODCTL = 246 +pkg syscall (netbsd-arm), const SYS_MOUNT = 410 +pkg syscall (netbsd-arm), const SYS_MPROTECT = 74 +pkg syscall (netbsd-arm), const SYS_MREMAP = 411 +pkg syscall (netbsd-arm), const SYS_MSGCTL = 444 +pkg syscall (netbsd-arm), const SYS_MSGGET = 225 +pkg syscall (netbsd-arm), const SYS_MSGRCV = 227 +pkg syscall (netbsd-arm), const SYS_MSGSND = 226 +pkg syscall (netbsd-arm), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-arm), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-arm), const SYS_MUNMAP = 73 +pkg syscall (netbsd-arm), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-arm), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-arm), const SYS_OPEN = 5 +pkg syscall (netbsd-arm), const SYS_OPENAT = 468 +pkg syscall (netbsd-arm), const SYS_PACCEPT = 456 +pkg syscall (netbsd-arm), const SYS_PATHCONF = 191 +pkg syscall (netbsd-arm), const SYS_PIPE = 42 +pkg syscall (netbsd-arm), const SYS_PIPE2 = 453 +pkg syscall (netbsd-arm), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-arm), const SYS_POLL = 209 +pkg syscall (netbsd-arm), const SYS_POLLTS = 437 +pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-arm), const SYS_PREAD = 173 +pkg syscall (netbsd-arm), const SYS_PREADV = 289 +pkg syscall (netbsd-arm), const SYS_PROFIL = 44 +pkg syscall (netbsd-arm), const SYS_PSELECT = 436 +pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-arm), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-arm), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-arm), const SYS_PTRACE = 26 +pkg syscall (netbsd-arm), const SYS_PWRITE = 174 +pkg syscall (netbsd-arm), const SYS_PWRITEV = 290 +pkg syscall (netbsd-arm), const SYS_RASCTL = 343 +pkg syscall (netbsd-arm), const SYS_READ = 3 +pkg syscall (netbsd-arm), const SYS_READLINK = 58 +pkg syscall (netbsd-arm), const SYS_READLINKAT = 469 +pkg syscall (netbsd-arm), const SYS_READV = 120 +pkg syscall (netbsd-arm), const SYS_REBOOT = 208 +pkg syscall (netbsd-arm), const SYS_RECVFROM = 29 +pkg syscall (netbsd-arm), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-arm), const SYS_RECVMSG = 27 +pkg syscall (netbsd-arm), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-arm), const SYS_RENAME = 128 +pkg syscall (netbsd-arm), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-arm), const SYS_REVOKE = 56 +pkg syscall (netbsd-arm), const SYS_RMDIR = 137 +pkg syscall (netbsd-arm), const SYS_SBRK = 69 +pkg syscall (netbsd-arm), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-arm), const SYS_SELECT = 417 +pkg syscall (netbsd-arm), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-arm), const SYS_SEMGET = 221 +pkg syscall (netbsd-arm), const SYS_SEMOP = 222 +pkg syscall (netbsd-arm), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-arm), const SYS_SENDMSG = 28 +pkg syscall (netbsd-arm), const SYS_SENDTO = 133 +pkg syscall (netbsd-arm), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-arm), const SYS_SETEGID = 182 +pkg syscall (netbsd-arm), const SYS_SETEUID = 183 +pkg syscall (netbsd-arm), const SYS_SETGID = 181 +pkg syscall (netbsd-arm), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-arm), const SYS_SETITIMER = 425 +pkg syscall (netbsd-arm), const SYS_SETPGID = 82 +pkg syscall (netbsd-arm), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-arm), const SYS_SETREGID = 127 +pkg syscall (netbsd-arm), const SYS_SETREUID = 126 +pkg syscall (netbsd-arm), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-arm), const SYS_SETSID = 147 +pkg syscall (netbsd-arm), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-arm), const SYS_SETUID = 23 +pkg syscall (netbsd-arm), const SYS_SETXATTR = 375 +pkg syscall (netbsd-arm), const SYS_SHMAT = 228 +pkg syscall (netbsd-arm), const SYS_SHMCTL = 443 +pkg syscall (netbsd-arm), const SYS_SHMDT = 230 +pkg syscall (netbsd-arm), const SYS_SHMGET = 231 +pkg syscall (netbsd-arm), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-arm), const SYS_SOCKET = 394 +pkg syscall (netbsd-arm), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-arm), const SYS_SSTK = 70 +pkg syscall (netbsd-arm), const SYS_STAT = 439 +pkg syscall (netbsd-arm), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-arm), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-arm), const SYS_SYMLINK = 57 +pkg syscall (netbsd-arm), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-arm), const SYS_SYNC = 36 +pkg syscall (netbsd-arm), const SYS_SYSARCH = 165 +pkg syscall (netbsd-arm), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-arm), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-arm), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-arm), const SYS_UMASK = 60 +pkg syscall (netbsd-arm), const SYS_UNDELETE = 205 +pkg syscall (netbsd-arm), const SYS_UNLINK = 10 +pkg syscall (netbsd-arm), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-arm), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-arm), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-arm), const SYS_UTIMES = 420 +pkg syscall (netbsd-arm), const SYS_UTRACE = 306 +pkg syscall (netbsd-arm), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-arm), const SYS_VADVISE = 72 +pkg syscall (netbsd-arm), const SYS_VFORK = 66 +pkg syscall (netbsd-arm), const SYS_WAIT4 = 449 +pkg syscall (netbsd-arm), const SYS_WRITE = 4 +pkg syscall (netbsd-arm), const SYS_WRITEV = 121 +pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-arm), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-arm), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-arm), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-arm), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-arm), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-arm), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-arm), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-arm), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-arm), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-arm), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-arm), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-arm), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-arm), const SYS___CLONE = 287 +pkg syscall (netbsd-arm), const SYS___GETCWD = 296 +pkg syscall (netbsd-arm), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-arm), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-arm), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-arm), const SYS___SEMCTL = 442 +pkg syscall (netbsd-arm), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-arm), const SYS___SYSCTL = 202 +pkg syscall (netbsd-arm), const S_ARCH1 = 65536 +pkg syscall (netbsd-arm), const S_ARCH2 = 131072 +pkg syscall (netbsd-arm), const S_BLKSIZE = 512 +pkg syscall (netbsd-arm), const S_IEXEC = 64 +pkg syscall (netbsd-arm), const S_IFMT = 61440 +pkg syscall (netbsd-arm), const S_IFWHT = 57344 +pkg syscall (netbsd-arm), const S_IREAD = 256 +pkg syscall (netbsd-arm), const S_IRGRP = 32 +pkg syscall (netbsd-arm), const S_IROTH = 4 +pkg syscall (netbsd-arm), const S_IRWXG = 56 +pkg syscall (netbsd-arm), const S_IRWXO = 7 +pkg syscall (netbsd-arm), const S_IRWXU = 448 +pkg syscall (netbsd-arm), const S_ISTXT = 512 +pkg syscall (netbsd-arm), const S_IWGRP = 16 +pkg syscall (netbsd-arm), const S_IWOTH = 2 +pkg syscall (netbsd-arm), const S_IWRITE = 128 +pkg syscall (netbsd-arm), const S_IXGRP = 8 +pkg syscall (netbsd-arm), const S_IXOTH = 1 +pkg syscall (netbsd-arm), const SizeofBpfHdr = 20 +pkg syscall (netbsd-arm), const SizeofBpfInsn = 8 +pkg syscall (netbsd-arm), const SizeofBpfProgram = 8 +pkg syscall (netbsd-arm), const SizeofBpfStat = 128 +pkg syscall (netbsd-arm), const SizeofBpfVersion = 4 +pkg syscall (netbsd-arm), const SizeofCmsghdr = 12 +pkg syscall (netbsd-arm), const SizeofIPMreq = 8 +pkg syscall (netbsd-arm), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-arm), const SizeofIfData = 132 +pkg syscall (netbsd-arm), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-arm), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-arm), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-arm), const SizeofLinger = 8 +pkg syscall (netbsd-arm), const SizeofMsghdr = 28 +pkg syscall (netbsd-arm), const SizeofRtMetrics = 80 +pkg syscall (netbsd-arm), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-arm), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-arm), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-arm), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-arm), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-arm), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-arm), const TCIFLUSH = 1 +pkg syscall (netbsd-arm), const TCIOFLUSH = 3 +pkg syscall (netbsd-arm), const TCOFLUSH = 2 +pkg syscall (netbsd-arm), const TCP_CONGCTL = 32 +pkg syscall (netbsd-arm), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-arm), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-arm), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-arm), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-arm), const TCP_MAXBURST = 4 +pkg syscall (netbsd-arm), const TCP_MAXSEG = 2 +pkg syscall (netbsd-arm), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-arm), const TCP_MD5SIG = 16 +pkg syscall (netbsd-arm), const TCP_MINMSS = 216 +pkg syscall (netbsd-arm), const TCP_MSS = 536 +pkg syscall (netbsd-arm), const TCSAFLUSH = 2 +pkg syscall (netbsd-arm), const TIOCCBRK = 536900730 +pkg syscall (netbsd-arm), const TIOCCDTR = 536900728 +pkg syscall (netbsd-arm), const TIOCCONS = 2147775586 +pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP = 1074558040 +pkg syscall (netbsd-arm), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-arm), const TIOCEXCL = 536900621 +pkg syscall (netbsd-arm), const TIOCEXT = 2147775584 +pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-arm), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-arm), const TIOCGETA = 1076655123 +pkg syscall (netbsd-arm), const TIOCGETD = 1074033690 +pkg syscall (netbsd-arm), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-arm), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-arm), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-arm), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-arm), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-arm), const TIOCGSID = 1074033763 +pkg syscall (netbsd-arm), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-arm), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-arm), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-arm), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-arm), const TIOCMGET = 1074033770 +pkg syscall (netbsd-arm), const TIOCMSET = 2147775597 +pkg syscall (netbsd-arm), const TIOCM_CAR = 64 +pkg syscall (netbsd-arm), const TIOCM_CD = 64 +pkg syscall (netbsd-arm), const TIOCM_CTS = 32 +pkg syscall (netbsd-arm), const TIOCM_DSR = 256 +pkg syscall (netbsd-arm), const TIOCM_DTR = 2 +pkg syscall (netbsd-arm), const TIOCM_LE = 1 +pkg syscall (netbsd-arm), const TIOCM_RI = 128 +pkg syscall (netbsd-arm), const TIOCM_RNG = 128 +pkg syscall (netbsd-arm), const TIOCM_RTS = 4 +pkg syscall (netbsd-arm), const TIOCM_SR = 16 +pkg syscall (netbsd-arm), const TIOCM_ST = 8 +pkg syscall (netbsd-arm), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-arm), const TIOCNXCL = 536900622 +pkg syscall (netbsd-arm), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-arm), const TIOCPKT = 2147775600 +pkg syscall (netbsd-arm), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-arm), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-arm), const TIOCPKT_START = 8 +pkg syscall (netbsd-arm), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-arm), const TIOCPTMGET = 1208513606 +pkg syscall (netbsd-arm), const TIOCPTSNAME = 1208513608 +pkg syscall (netbsd-arm), const TIOCRCVFRAME = 2147775557 +pkg syscall (netbsd-arm), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-arm), const TIOCSBRK = 536900731 +pkg syscall (netbsd-arm), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-arm), const TIOCSDTR = 536900729 +pkg syscall (netbsd-arm), const TIOCSETA = 2150396948 +pkg syscall (netbsd-arm), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-arm), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-arm), const TIOCSETD = 2147775515 +pkg syscall (netbsd-arm), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-arm), const TIOCSIG = 536900703 +pkg syscall (netbsd-arm), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-arm), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-arm), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-arm), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-arm), const TIOCSTART = 536900718 +pkg syscall (netbsd-arm), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-arm), const TIOCSTI = 2147578994 +pkg syscall (netbsd-arm), const TIOCSTOP = 536900719 +pkg syscall (netbsd-arm), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-arm), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-arm), const TIOCXMTFRAME = 2147775556 +pkg syscall (netbsd-arm), const TOSTOP = 4194304 +pkg syscall (netbsd-arm), const VDISCARD = 15 +pkg syscall (netbsd-arm), const VDSUSP = 11 +pkg syscall (netbsd-arm), const VEOF = 0 +pkg syscall (netbsd-arm), const VEOL = 1 +pkg syscall (netbsd-arm), const VEOL2 = 2 +pkg syscall (netbsd-arm), const VERASE = 3 +pkg syscall (netbsd-arm), const VINTR = 8 +pkg syscall (netbsd-arm), const VKILL = 5 +pkg syscall (netbsd-arm), const VLNEXT = 14 +pkg syscall (netbsd-arm), const VMIN = 16 +pkg syscall (netbsd-arm), const VQUIT = 9 +pkg syscall (netbsd-arm), const VREPRINT = 6 +pkg syscall (netbsd-arm), const VSTART = 12 +pkg syscall (netbsd-arm), const VSTATUS = 18 +pkg syscall (netbsd-arm), const VSTOP = 13 +pkg syscall (netbsd-arm), const VSUSP = 10 +pkg syscall (netbsd-arm), const VTIME = 17 +pkg syscall (netbsd-arm), const VWERASE = 4 +pkg syscall (netbsd-arm), const WALL = 8 +pkg syscall (netbsd-arm), const WALLSIG = 8 +pkg syscall (netbsd-arm), const WALTSIG = 4 +pkg syscall (netbsd-arm), const WCLONE = 4 +pkg syscall (netbsd-arm), const WCOREFLAG = 128 +pkg syscall (netbsd-arm), const WNOHANG = 1 +pkg syscall (netbsd-arm), const WNOWAIT = 65536 +pkg syscall (netbsd-arm), const WNOZOMBIE = 131072 +pkg syscall (netbsd-arm), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-arm), const WSTOPPED = 127 +pkg syscall (netbsd-arm), const WUNTRACED = 2 +pkg syscall (netbsd-arm-cgo), const AF_APPLETALK = 16 +pkg syscall (netbsd-arm-cgo), const AF_ARP = 28 +pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-arm-cgo), const AF_CCITT = 10 +pkg syscall (netbsd-arm-cgo), const AF_CHAOS = 5 +pkg syscall (netbsd-arm-cgo), const AF_CNT = 21 +pkg syscall (netbsd-arm-cgo), const AF_COIP = 20 +pkg syscall (netbsd-arm-cgo), const AF_DATAKIT = 9 +pkg syscall (netbsd-arm-cgo), const AF_DECnet = 12 +pkg syscall (netbsd-arm-cgo), const AF_DLI = 13 +pkg syscall (netbsd-arm-cgo), const AF_E164 = 26 +pkg syscall (netbsd-arm-cgo), const AF_ECMA = 8 +pkg syscall (netbsd-arm-cgo), const AF_HYLINK = 15 +pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 = 32 +pkg syscall (netbsd-arm-cgo), const AF_IMPLINK = 3 +pkg syscall (netbsd-arm-cgo), const AF_INET6 = 24 +pkg syscall (netbsd-arm-cgo), const AF_IPX = 23 +pkg syscall (netbsd-arm-cgo), const AF_ISDN = 26 +pkg syscall (netbsd-arm-cgo), const AF_ISO = 7 +pkg syscall (netbsd-arm-cgo), const AF_LAT = 14 +pkg syscall (netbsd-arm-cgo), const AF_LINK = 18 +pkg syscall (netbsd-arm-cgo), const AF_LOCAL = 1 +pkg syscall (netbsd-arm-cgo), const AF_MAX = 35 +pkg syscall (netbsd-arm-cgo), const AF_MPLS = 33 +pkg syscall (netbsd-arm-cgo), const AF_NATM = 27 +pkg syscall (netbsd-arm-cgo), const AF_NS = 6 +pkg syscall (netbsd-arm-cgo), const AF_OROUTE = 17 +pkg syscall (netbsd-arm-cgo), const AF_OSI = 7 +pkg syscall (netbsd-arm-cgo), const AF_PUP = 4 +pkg syscall (netbsd-arm-cgo), const AF_ROUTE = 34 +pkg syscall (netbsd-arm-cgo), const AF_SNA = 11 +pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-arm-cgo), const B0 = 0 +pkg syscall (netbsd-arm-cgo), const B110 = 110 +pkg syscall (netbsd-arm-cgo), const B115200 = 115200 +pkg syscall (netbsd-arm-cgo), const B1200 = 1200 +pkg syscall (netbsd-arm-cgo), const B134 = 134 +pkg syscall (netbsd-arm-cgo), const B14400 = 14400 +pkg syscall (netbsd-arm-cgo), const B150 = 150 +pkg syscall (netbsd-arm-cgo), const B1800 = 1800 +pkg syscall (netbsd-arm-cgo), const B19200 = 19200 +pkg syscall (netbsd-arm-cgo), const B200 = 200 +pkg syscall (netbsd-arm-cgo), const B230400 = 230400 +pkg syscall (netbsd-arm-cgo), const B2400 = 2400 +pkg syscall (netbsd-arm-cgo), const B28800 = 28800 +pkg syscall (netbsd-arm-cgo), const B300 = 300 +pkg syscall (netbsd-arm-cgo), const B38400 = 38400 +pkg syscall (netbsd-arm-cgo), const B460800 = 460800 +pkg syscall (netbsd-arm-cgo), const B4800 = 4800 +pkg syscall (netbsd-arm-cgo), const B50 = 50 +pkg syscall (netbsd-arm-cgo), const B57600 = 57600 +pkg syscall (netbsd-arm-cgo), const B600 = 600 +pkg syscall (netbsd-arm-cgo), const B7200 = 7200 +pkg syscall (netbsd-arm-cgo), const B75 = 75 +pkg syscall (netbsd-arm-cgo), const B76800 = 76800 +pkg syscall (netbsd-arm-cgo), const B921600 = 921600 +pkg syscall (netbsd-arm-cgo), const B9600 = 9600 +pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-arm-cgo), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-arm-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-arm-cgo), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST = 3221766775 +pkg syscall (netbsd-arm-cgo), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT = 1074545275 +pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-arm-cgo), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-arm-cgo), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-arm-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-arm-cgo), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-arm-cgo), const BIOCSETF = 2148024935 +pkg syscall (netbsd-arm-cgo), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT = 2148287098 +pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-arm-cgo), const BIOCSTCPF = 2148024946 +pkg syscall (netbsd-arm-cgo), const BIOCSUDPF = 2148024947 +pkg syscall (netbsd-arm-cgo), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-arm-cgo), const BPF_A = 16 +pkg syscall (netbsd-arm-cgo), const BPF_ABS = 32 +pkg syscall (netbsd-arm-cgo), const BPF_ADD = 0 +pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-arm-cgo), const BPF_ALU = 4 +pkg syscall (netbsd-arm-cgo), const BPF_AND = 80 +pkg syscall (netbsd-arm-cgo), const BPF_B = 16 +pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-arm-cgo), const BPF_DIV = 48 +pkg syscall (netbsd-arm-cgo), const BPF_H = 8 +pkg syscall (netbsd-arm-cgo), const BPF_IMM = 0 +pkg syscall (netbsd-arm-cgo), const BPF_IND = 64 +pkg syscall (netbsd-arm-cgo), const BPF_JA = 0 +pkg syscall (netbsd-arm-cgo), const BPF_JEQ = 16 +pkg syscall (netbsd-arm-cgo), const BPF_JGE = 48 +pkg syscall (netbsd-arm-cgo), const BPF_JGT = 32 +pkg syscall (netbsd-arm-cgo), const BPF_JMP = 5 +pkg syscall (netbsd-arm-cgo), const BPF_JSET = 64 +pkg syscall (netbsd-arm-cgo), const BPF_K = 0 +pkg syscall (netbsd-arm-cgo), const BPF_LD = 0 +pkg syscall (netbsd-arm-cgo), const BPF_LDX = 1 +pkg syscall (netbsd-arm-cgo), const BPF_LEN = 128 +pkg syscall (netbsd-arm-cgo), const BPF_LSH = 96 +pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-arm-cgo), const BPF_MEM = 96 +pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-arm-cgo), const BPF_MISC = 7 +pkg syscall (netbsd-arm-cgo), const BPF_MSH = 160 +pkg syscall (netbsd-arm-cgo), const BPF_MUL = 32 +pkg syscall (netbsd-arm-cgo), const BPF_NEG = 128 +pkg syscall (netbsd-arm-cgo), const BPF_OR = 64 +pkg syscall (netbsd-arm-cgo), const BPF_RELEASE = 199606 +pkg syscall (netbsd-arm-cgo), const BPF_RET = 6 +pkg syscall (netbsd-arm-cgo), const BPF_RSH = 112 +pkg syscall (netbsd-arm-cgo), const BPF_ST = 2 +pkg syscall (netbsd-arm-cgo), const BPF_STX = 3 +pkg syscall (netbsd-arm-cgo), const BPF_SUB = 16 +pkg syscall (netbsd-arm-cgo), const BPF_TAX = 0 +pkg syscall (netbsd-arm-cgo), const BPF_TXA = 128 +pkg syscall (netbsd-arm-cgo), const BPF_W = 0 +pkg syscall (netbsd-arm-cgo), const BPF_X = 8 +pkg syscall (netbsd-arm-cgo), const BRKINT = 2 +pkg syscall (netbsd-arm-cgo), const CFLUSH = 15 +pkg syscall (netbsd-arm-cgo), const CLOCAL = 32768 +pkg syscall (netbsd-arm-cgo), const CREAD = 2048 +pkg syscall (netbsd-arm-cgo), const CS5 = 0 +pkg syscall (netbsd-arm-cgo), const CS6 = 256 +pkg syscall (netbsd-arm-cgo), const CS7 = 512 +pkg syscall (netbsd-arm-cgo), const CS8 = 768 +pkg syscall (netbsd-arm-cgo), const CSIZE = 768 +pkg syscall (netbsd-arm-cgo), const CSTART = 17 +pkg syscall (netbsd-arm-cgo), const CSTATUS = 20 +pkg syscall (netbsd-arm-cgo), const CSTOP = 19 +pkg syscall (netbsd-arm-cgo), const CSTOPB = 1024 +pkg syscall (netbsd-arm-cgo), const CSUSP = 26 +pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME = 12 +pkg syscall (netbsd-arm-cgo), const CTL_NET = 4 +pkg syscall (netbsd-arm-cgo), const CTL_QUERY = -2 +pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-arm-cgo), const DLT_A429 = 184 +pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM = 185 +pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-arm-cgo), const DLT_AOS = 222 +pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-arm-cgo), const DLT_ARCNET = 7 +pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-arm-cgo), const DLT_AURORA = 126 +pkg syscall (netbsd-arm-cgo), const DLT_AX25 = 3 +pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-arm-cgo), const DLT_CAN20B = 190 +pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-arm-cgo), const DLT_CHAOS = 5 +pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC = 104 +pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-arm-cgo), const DLT_DECT = 221 +pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS = 143 +pkg syscall (netbsd-arm-cgo), const DLT_ECONET = 115 +pkg syscall (netbsd-arm-cgo), const DLT_EN10MB = 1 +pkg syscall (netbsd-arm-cgo), const DLT_EN3MB = 2 +pkg syscall (netbsd-arm-cgo), const DLT_ENC = 109 +pkg syscall (netbsd-arm-cgo), const DLT_ERF = 197 +pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS = 176 +pkg syscall (netbsd-arm-cgo), const DLT_FC_2 = 224 +pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-arm-cgo), const DLT_FDDI = 10 +pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-arm-cgo), const DLT_FRELAY = 107 +pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-arm-cgo), const DLT_GPF_F = 171 +pkg syscall (netbsd-arm-cgo), const DLT_GPF_T = 170 +pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-arm-cgo), const DLT_HDLC = 16 +pkg syscall (netbsd-arm-cgo), const DLT_HHDLC = 121 +pkg syscall (netbsd-arm-cgo), const DLT_HIPPI = 15 +pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN = 146 +pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP = 145 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 = 6 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-arm-cgo), const DLT_IPMB = 199 +pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-arm-cgo), const DLT_IPNET = 226 +pkg syscall (netbsd-arm-cgo), const DLT_IPV4 = 228 +pkg syscall (netbsd-arm-cgo), const DLT_IPV6 = 229 +pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-arm-cgo), const DLT_LAPD = 203 +pkg syscall (netbsd-arm-cgo), const DLT_LIN = 212 +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-arm-cgo), const DLT_LOOP = 108 +pkg syscall (netbsd-arm-cgo), const DLT_LTALK = 114 +pkg syscall (netbsd-arm-cgo), const DLT_MFR = 182 +pkg syscall (netbsd-arm-cgo), const DLT_MOST = 211 +pkg syscall (netbsd-arm-cgo), const DLT_MPLS = 219 +pkg syscall (netbsd-arm-cgo), const DLT_MTP2 = 140 +pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-arm-cgo), const DLT_MTP3 = 141 +pkg syscall (netbsd-arm-cgo), const DLT_NULL = 0 +pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-arm-cgo), const DLT_PFLOG = 117 +pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC = 18 +pkg syscall (netbsd-arm-cgo), const DLT_PPI = 192 +pkg syscall (netbsd-arm-cgo), const DLT_PPP = 9 +pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-arm-cgo), const DLT_PRONET = 4 +pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 = 198 +pkg syscall (netbsd-arm-cgo), const DLT_RAW = 12 +pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-arm-cgo), const DLT_RIO = 124 +pkg syscall (netbsd-arm-cgo), const DLT_SCCP = 142 +pkg syscall (netbsd-arm-cgo), const DLT_SITA = 196 +pkg syscall (netbsd-arm-cgo), const DLT_SLIP = 8 +pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-arm-cgo), const DLT_SUNATM = 123 +pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-arm-cgo), const DLT_TZSP = 128 +pkg syscall (netbsd-arm-cgo), const DLT_USB = 186 +pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-arm-cgo), const DLT_WIHART = 223 +pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-arm-cgo), const DT_BLK = 6 +pkg syscall (netbsd-arm-cgo), const DT_CHR = 2 +pkg syscall (netbsd-arm-cgo), const DT_DIR = 4 +pkg syscall (netbsd-arm-cgo), const DT_FIFO = 1 +pkg syscall (netbsd-arm-cgo), const DT_LNK = 10 +pkg syscall (netbsd-arm-cgo), const DT_REG = 8 +pkg syscall (netbsd-arm-cgo), const DT_SOCK = 12 +pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN = 0 +pkg syscall (netbsd-arm-cgo), const DT_WHT = 14 +pkg syscall (netbsd-arm-cgo), const E2BIG = 7 +pkg syscall (netbsd-arm-cgo), const EACCES = 13 +pkg syscall (netbsd-arm-cgo), const EADDRINUSE = 48 +pkg syscall (netbsd-arm-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-arm-cgo), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-arm-cgo), const EAGAIN = 35 +pkg syscall (netbsd-arm-cgo), const EALREADY = 37 +pkg syscall (netbsd-arm-cgo), const EAUTH = 80 +pkg syscall (netbsd-arm-cgo), const EBADF = 9 +pkg syscall (netbsd-arm-cgo), const EBADMSG = 88 +pkg syscall (netbsd-arm-cgo), const EBADRPC = 72 +pkg syscall (netbsd-arm-cgo), const EBUSY = 16 +pkg syscall (netbsd-arm-cgo), const ECANCELED = 87 +pkg syscall (netbsd-arm-cgo), const ECHILD = 10 +pkg syscall (netbsd-arm-cgo), const ECHO = 8 +pkg syscall (netbsd-arm-cgo), const ECHOCTL = 64 +pkg syscall (netbsd-arm-cgo), const ECHOE = 2 +pkg syscall (netbsd-arm-cgo), const ECHOK = 4 +pkg syscall (netbsd-arm-cgo), const ECHOKE = 1 +pkg syscall (netbsd-arm-cgo), const ECHONL = 16 +pkg syscall (netbsd-arm-cgo), const ECHOPRT = 32 +pkg syscall (netbsd-arm-cgo), const ECONNABORTED = 53 +pkg syscall (netbsd-arm-cgo), const ECONNREFUSED = 61 +pkg syscall (netbsd-arm-cgo), const ECONNRESET = 54 +pkg syscall (netbsd-arm-cgo), const EDEADLK = 11 +pkg syscall (netbsd-arm-cgo), const EDESTADDRREQ = 39 +pkg syscall (netbsd-arm-cgo), const EDOM = 33 +pkg syscall (netbsd-arm-cgo), const EDQUOT = 69 +pkg syscall (netbsd-arm-cgo), const EEXIST = 17 +pkg syscall (netbsd-arm-cgo), const EFAULT = 14 +pkg syscall (netbsd-arm-cgo), const EFBIG = 27 +pkg syscall (netbsd-arm-cgo), const EFTYPE = 79 +pkg syscall (netbsd-arm-cgo), const EHOSTDOWN = 64 +pkg syscall (netbsd-arm-cgo), const EHOSTUNREACH = 65 +pkg syscall (netbsd-arm-cgo), const EIDRM = 82 +pkg syscall (netbsd-arm-cgo), const EILSEQ = 85 +pkg syscall (netbsd-arm-cgo), const EINPROGRESS = 36 +pkg syscall (netbsd-arm-cgo), const EINTR = 4 +pkg syscall (netbsd-arm-cgo), const EINVAL = 22 +pkg syscall (netbsd-arm-cgo), const EIO = 5 +pkg syscall (netbsd-arm-cgo), const EISCONN = 56 +pkg syscall (netbsd-arm-cgo), const EISDIR = 21 +pkg syscall (netbsd-arm-cgo), const ELAST = 96 +pkg syscall (netbsd-arm-cgo), const ELOOP = 62 +pkg syscall (netbsd-arm-cgo), const EMFILE = 24 +pkg syscall (netbsd-arm-cgo), const EMLINK = 31 +pkg syscall (netbsd-arm-cgo), const EMSGSIZE = 40 +pkg syscall (netbsd-arm-cgo), const EMULTIHOP = 94 +pkg syscall (netbsd-arm-cgo), const EMUL_LINUX = 1 +pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-arm-cgo), const EMUL_MAXID = 6 +pkg syscall (netbsd-arm-cgo), const ENAMETOOLONG = 63 +pkg syscall (netbsd-arm-cgo), const ENEEDAUTH = 81 +pkg syscall (netbsd-arm-cgo), const ENETDOWN = 50 +pkg syscall (netbsd-arm-cgo), const ENETRESET = 52 +pkg syscall (netbsd-arm-cgo), const ENETUNREACH = 51 +pkg syscall (netbsd-arm-cgo), const ENFILE = 23 +pkg syscall (netbsd-arm-cgo), const ENOATTR = 93 +pkg syscall (netbsd-arm-cgo), const ENOBUFS = 55 +pkg syscall (netbsd-arm-cgo), const ENODATA = 89 +pkg syscall (netbsd-arm-cgo), const ENODEV = 19 +pkg syscall (netbsd-arm-cgo), const ENOEXEC = 8 +pkg syscall (netbsd-arm-cgo), const ENOLCK = 77 +pkg syscall (netbsd-arm-cgo), const ENOLINK = 95 +pkg syscall (netbsd-arm-cgo), const ENOMEM = 12 +pkg syscall (netbsd-arm-cgo), const ENOMSG = 83 +pkg syscall (netbsd-arm-cgo), const ENOPROTOOPT = 42 +pkg syscall (netbsd-arm-cgo), const ENOSPC = 28 +pkg syscall (netbsd-arm-cgo), const ENOSR = 90 +pkg syscall (netbsd-arm-cgo), const ENOSTR = 91 +pkg syscall (netbsd-arm-cgo), const ENOSYS = 78 +pkg syscall (netbsd-arm-cgo), const ENOTBLK = 15 +pkg syscall (netbsd-arm-cgo), const ENOTCONN = 57 +pkg syscall (netbsd-arm-cgo), const ENOTDIR = 20 +pkg syscall (netbsd-arm-cgo), const ENOTEMPTY = 66 +pkg syscall (netbsd-arm-cgo), const ENOTSOCK = 38 +pkg syscall (netbsd-arm-cgo), const ENOTSUP = 86 +pkg syscall (netbsd-arm-cgo), const ENOTTY = 25 +pkg syscall (netbsd-arm-cgo), const ENXIO = 6 +pkg syscall (netbsd-arm-cgo), const EOPNOTSUPP = 45 +pkg syscall (netbsd-arm-cgo), const EOVERFLOW = 84 +pkg syscall (netbsd-arm-cgo), const EPERM = 1 +pkg syscall (netbsd-arm-cgo), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-arm-cgo), const EPIPE = 32 +pkg syscall (netbsd-arm-cgo), const EPROCLIM = 67 +pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH = 75 +pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-arm-cgo), const EPROTO = 96 +pkg syscall (netbsd-arm-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-arm-cgo), const EPROTOTYPE = 41 +pkg syscall (netbsd-arm-cgo), const ERANGE = 34 +pkg syscall (netbsd-arm-cgo), const EREMOTE = 71 +pkg syscall (netbsd-arm-cgo), const EROFS = 30 +pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH = 73 +pkg syscall (netbsd-arm-cgo), const ESHUTDOWN = 58 +pkg syscall (netbsd-arm-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-arm-cgo), const ESPIPE = 29 +pkg syscall (netbsd-arm-cgo), const ESRCH = 3 +pkg syscall (netbsd-arm-cgo), const ESTALE = 70 +pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-arm-cgo), const ETHERMIN = 46 +pkg syscall (netbsd-arm-cgo), const ETHERMTU = 1500 +pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-arm-cgo), const ETIME = 92 +pkg syscall (netbsd-arm-cgo), const ETIMEDOUT = 60 +pkg syscall (netbsd-arm-cgo), const ETOOMANYREFS = 59 +pkg syscall (netbsd-arm-cgo), const ETXTBSY = 26 +pkg syscall (netbsd-arm-cgo), const EUSERS = 68 +pkg syscall (netbsd-arm-cgo), const EVFILT_AIO = 2 +pkg syscall (netbsd-arm-cgo), const EVFILT_PROC = 4 +pkg syscall (netbsd-arm-cgo), const EVFILT_READ = 0 +pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER = 6 +pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE = 3 +pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE = 1 +pkg syscall (netbsd-arm-cgo), const EV_ADD = 1 +pkg syscall (netbsd-arm-cgo), const EV_CLEAR = 32 +pkg syscall (netbsd-arm-cgo), const EV_DELETE = 2 +pkg syscall (netbsd-arm-cgo), const EV_DISABLE = 8 +pkg syscall (netbsd-arm-cgo), const EV_ENABLE = 4 +pkg syscall (netbsd-arm-cgo), const EV_EOF = 32768 +pkg syscall (netbsd-arm-cgo), const EV_ERROR = 16384 +pkg syscall (netbsd-arm-cgo), const EV_FLAG1 = 8192 +pkg syscall (netbsd-arm-cgo), const EV_ONESHOT = 16 +pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-arm-cgo), const EWOULDBLOCK = 35 +pkg syscall (netbsd-arm-cgo), const EXDEV = 18 +pkg syscall (netbsd-arm-cgo), const EXTA = 19200 +pkg syscall (netbsd-arm-cgo), const EXTB = 38400 +pkg syscall (netbsd-arm-cgo), const EXTPROC = 2048 +pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC = 1 +pkg syscall (netbsd-arm-cgo), const FD_SETSIZE = 256 +pkg syscall (netbsd-arm-cgo), const FLUSHO = 8388608 +pkg syscall (netbsd-arm-cgo), const F_CLOSEM = 10 +pkg syscall (netbsd-arm-cgo), const F_DUPFD = 0 +pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-arm-cgo), const F_FSCTL = -2147483648 +pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-arm-cgo), const F_FSIN = 268435456 +pkg syscall (netbsd-arm-cgo), const F_FSINOUT = 805306368 +pkg syscall (netbsd-arm-cgo), const F_FSOUT = 536870912 +pkg syscall (netbsd-arm-cgo), const F_FSPRIV = 32768 +pkg syscall (netbsd-arm-cgo), const F_FSVOID = 1073741824 +pkg syscall (netbsd-arm-cgo), const F_GETFD = 1 +pkg syscall (netbsd-arm-cgo), const F_GETFL = 3 +pkg syscall (netbsd-arm-cgo), const F_GETLK = 7 +pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-arm-cgo), const F_GETOWN = 5 +pkg syscall (netbsd-arm-cgo), const F_MAXFD = 11 +pkg syscall (netbsd-arm-cgo), const F_OK = 0 +pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-arm-cgo), const F_RDLCK = 1 +pkg syscall (netbsd-arm-cgo), const F_SETFD = 2 +pkg syscall (netbsd-arm-cgo), const F_SETFL = 4 +pkg syscall (netbsd-arm-cgo), const F_SETLK = 8 +pkg syscall (netbsd-arm-cgo), const F_SETLKW = 9 +pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-arm-cgo), const F_SETOWN = 6 +pkg syscall (netbsd-arm-cgo), const F_UNLCK = 2 +pkg syscall (netbsd-arm-cgo), const F_WRLCK = 3 +pkg syscall (netbsd-arm-cgo), const HUPCL = 16384 +pkg syscall (netbsd-arm-cgo), const ICANON = 256 +pkg syscall (netbsd-arm-cgo), const ICRNL = 256 +pkg syscall (netbsd-arm-cgo), const IEXTEN = 1024 +pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-arm-cgo), const IFA_ROUTE = 1 +pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-arm-cgo), const IFF_DEBUG = 4 +pkg syscall (netbsd-arm-cgo), const IFF_LINK0 = 4096 +pkg syscall (netbsd-arm-cgo), const IFF_LINK1 = 8192 +pkg syscall (netbsd-arm-cgo), const IFF_LINK2 = 16384 +pkg syscall (netbsd-arm-cgo), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-arm-cgo), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-arm-cgo), const IFF_NOARP = 128 +pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-arm-cgo), const IFF_PROMISC = 256 +pkg syscall (netbsd-arm-cgo), const IFF_RUNNING = 64 +pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-arm-cgo), const IFNAMSIZ = 16 +pkg syscall (netbsd-arm-cgo), const IFT_1822 = 2 +pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-arm-cgo), const IFT_AAL2 = 187 +pkg syscall (netbsd-arm-cgo), const IFT_AAL5 = 49 +pkg syscall (netbsd-arm-cgo), const IFT_ADSL = 94 +pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-arm-cgo), const IFT_ARAP = 88 +pkg syscall (netbsd-arm-cgo), const IFT_ARCNET = 35 +pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-arm-cgo), const IFT_ASYNC = 84 +pkg syscall (netbsd-arm-cgo), const IFT_ATM = 37 +pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI = 105 +pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA = 107 +pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE = 209 +pkg syscall (netbsd-arm-cgo), const IFT_BSC = 83 +pkg syscall (netbsd-arm-cgo), const IFT_CARP = 248 +pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-arm-cgo), const IFT_CEPT = 19 +pkg syscall (netbsd-arm-cgo), const IFT_CES = 133 +pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL = 70 +pkg syscall (netbsd-arm-cgo), const IFT_CNR = 85 +pkg syscall (netbsd-arm-cgo), const IFT_COFFEE = 132 +pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-arm-cgo), const IFT_DCN = 141 +pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-arm-cgo), const IFT_DLSW = 74 +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-arm-cgo), const IFT_DS0 = 81 +pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL = 170 +pkg syscall (netbsd-arm-cgo), const IFT_DS3 = 30 +pkg syscall (netbsd-arm-cgo), const IFT_DTM = 140 +pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN = 172 +pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-arm-cgo), const IFT_ECONET = 206 +pkg syscall (netbsd-arm-cgo), const IFT_EON = 25 +pkg syscall (netbsd-arm-cgo), const IFT_EPLRS = 87 +pkg syscall (netbsd-arm-cgo), const IFT_ESCON = 73 +pkg syscall (netbsd-arm-cgo), const IFT_ETHER = 6 +pkg syscall (netbsd-arm-cgo), const IFT_FAITH = 242 +pkg syscall (netbsd-arm-cgo), const IFT_FAST = 125 +pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER = 62 +pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-arm-cgo), const IFT_FDDI = 15 +pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-arm-cgo), const IFT_FRELAY = 32 +pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K = 66 +pkg syscall (netbsd-arm-cgo), const IFT_GIF = 240 +pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT = 178 +pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT = 177 +pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY = 165 +pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 = 3 +pkg syscall (netbsd-arm-cgo), const IFT_HDLC = 118 +pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 = 168 +pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-arm-cgo), const IFT_HIPPI = 47 +pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-arm-cgo), const IFT_HSSI = 46 +pkg syscall (netbsd-arm-cgo), const IFT_HY = 14 +pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-arm-cgo), const IFT_IDSL = 154 +pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-arm-cgo), const IFT_IFGSN = 145 +pkg syscall (netbsd-arm-cgo), const IFT_IMT = 190 +pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-arm-cgo), const IFT_IP = 126 +pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-arm-cgo), const IFT_ISDN = 63 +pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-arm-cgo), const IFT_ISDNS = 75 +pkg syscall (netbsd-arm-cgo), const IFT_ISDNU = 76 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 = 7 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 = 8 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 = 9 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 = 10 +pkg syscall (netbsd-arm-cgo), const IFT_ISUP = 179 +pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN = 135 +pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-arm-cgo), const IFT_LAPB = 16 +pkg syscall (netbsd-arm-cgo), const IFT_LAPD = 77 +pkg syscall (netbsd-arm-cgo), const IFT_LAPF = 119 +pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-arm-cgo), const IFT_LOOP = 24 +pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 = 38 +pkg syscall (netbsd-arm-cgo), const IFT_MODEM = 48 +pkg syscall (netbsd-arm-cgo), const IFT_MPC = 113 +pkg syscall (netbsd-arm-cgo), const IFT_MPLS = 166 +pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-arm-cgo), const IFT_MSDSL = 143 +pkg syscall (netbsd-arm-cgo), const IFT_MVL = 191 +pkg syscall (netbsd-arm-cgo), const IFT_MYRINET = 99 +pkg syscall (netbsd-arm-cgo), const IFT_NFAS = 175 +pkg syscall (netbsd-arm-cgo), const IFT_NSIP = 27 +pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-arm-cgo), const IFT_OTHER = 1 +pkg syscall (netbsd-arm-cgo), const IFT_P10 = 12 +pkg syscall (netbsd-arm-cgo), const IFT_P80 = 13 +pkg syscall (netbsd-arm-cgo), const IFT_PARA = 34 +pkg syscall (netbsd-arm-cgo), const IFT_PFLOG = 245 +pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC = 246 +pkg syscall (netbsd-arm-cgo), const IFT_PLC = 174 +pkg syscall (netbsd-arm-cgo), const IFT_PON155 = 207 +pkg syscall (netbsd-arm-cgo), const IFT_PON622 = 208 +pkg syscall (netbsd-arm-cgo), const IFT_POS = 171 +pkg syscall (netbsd-arm-cgo), const IFT_PPP = 23 +pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-arm-cgo), const IFT_PROPATM = 197 +pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX = 54 +pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-arm-cgo), const IFT_PVC = 241 +pkg syscall (netbsd-arm-cgo), const IFT_Q2931 = 201 +pkg syscall (netbsd-arm-cgo), const IFT_QLLC = 68 +pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-arm-cgo), const IFT_RADSL = 95 +pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL = 192 +pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 = 159 +pkg syscall (netbsd-arm-cgo), const IFT_RS232 = 33 +pkg syscall (netbsd-arm-cgo), const IFT_RSRB = 79 +pkg syscall (netbsd-arm-cgo), const IFT_SDLC = 17 +pkg syscall (netbsd-arm-cgo), const IFT_SDSL = 96 +pkg syscall (netbsd-arm-cgo), const IFT_SHDSL = 169 +pkg syscall (netbsd-arm-cgo), const IFT_SIP = 31 +pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG = 204 +pkg syscall (netbsd-arm-cgo), const IFT_SIPTG = 203 +pkg syscall (netbsd-arm-cgo), const IFT_SLIP = 28 +pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-arm-cgo), const IFT_SONET = 39 +pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH = 50 +pkg syscall (netbsd-arm-cgo), const IFT_SONETVT = 51 +pkg syscall (netbsd-arm-cgo), const IFT_SRP = 151 +pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-arm-cgo), const IFT_STARLAN = 11 +pkg syscall (netbsd-arm-cgo), const IFT_STF = 215 +pkg syscall (netbsd-arm-cgo), const IFT_T1 = 18 +pkg syscall (netbsd-arm-cgo), const IFT_TDLC = 116 +pkg syscall (netbsd-arm-cgo), const IFT_TELINK = 200 +pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD = 91 +pkg syscall (netbsd-arm-cgo), const IFT_TR008 = 176 +pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL = 131 +pkg syscall (netbsd-arm-cgo), const IFT_ULTRA = 29 +pkg syscall (netbsd-arm-cgo), const IFT_USB = 160 +pkg syscall (netbsd-arm-cgo), const IFT_V11 = 64 +pkg syscall (netbsd-arm-cgo), const IFT_V35 = 45 +pkg syscall (netbsd-arm-cgo), const IFT_V36 = 65 +pkg syscall (netbsd-arm-cgo), const IFT_V37 = 120 +pkg syscall (netbsd-arm-cgo), const IFT_VDSL = 97 +pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID = 213 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM = 100 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-arm-cgo), const IFT_X213 = 93 +pkg syscall (netbsd-arm-cgo), const IFT_X25 = 5 +pkg syscall (netbsd-arm-cgo), const IFT_X25DDN = 4 +pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-arm-cgo), const IFT_X25MLP = 121 +pkg syscall (netbsd-arm-cgo), const IFT_X25PLE = 40 +pkg syscall (netbsd-arm-cgo), const IFT_XETHER = 26 +pkg syscall (netbsd-arm-cgo), const IGNBRK = 1 +pkg syscall (netbsd-arm-cgo), const IGNCR = 128 +pkg syscall (netbsd-arm-cgo), const IGNPAR = 4 +pkg syscall (netbsd-arm-cgo), const IMAXBEL = 8192 +pkg syscall (netbsd-arm-cgo), const INLCR = 64 +pkg syscall (netbsd-arm-cgo), const INPCK = 16 +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-arm-cgo), const IPPROTO_AH = 51 +pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP = 112 +pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE = 257 +pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP = 8 +pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-arm-cgo), const IPPROTO_EON = 80 +pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP = 50 +pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP = 3 +pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE = 47 +pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP = 22 +pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX = 256 +pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE = 59 +pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM = 103 +pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP = 12 +pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW = 255 +pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-arm-cgo), const IPPROTO_TP = 29 +pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-arm-cgo), const IPV6_FAITH = 29 +pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-arm-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-arm-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-arm-cgo), const IPV6_MMTU = 1280 +pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR = 51 +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS = 61 +pkg syscall (netbsd-arm-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-arm-cgo), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-arm-cgo), const IPV6_VERSION = 96 +pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-arm-cgo), const IP_DF = 16384 +pkg syscall (netbsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-arm-cgo), const IP_EF = 32768 +pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU = 21 +pkg syscall (netbsd-arm-cgo), const IP_HDRINCL = 2 +pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-arm-cgo), const IP_MF = 8192 +pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-arm-cgo), const IP_MINTTL = 24 +pkg syscall (netbsd-arm-cgo), const IP_MSS = 576 +pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-arm-cgo), const IP_OFFMASK = 8191 +pkg syscall (netbsd-arm-cgo), const IP_OPTIONS = 1 +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE = 19 +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-arm-cgo), const IP_RECVIF = 20 +pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS = 5 +pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-arm-cgo), const IP_RECVTTL = 23 +pkg syscall (netbsd-arm-cgo), const IP_RETOPTS = 8 +pkg syscall (netbsd-arm-cgo), const IP_RF = 32768 +pkg syscall (netbsd-arm-cgo), const IP_TOS = 3 +pkg syscall (netbsd-arm-cgo), const IP_TTL = 4 +pkg syscall (netbsd-arm-cgo), const ISIG = 128 +pkg syscall (netbsd-arm-cgo), const ISTRIP = 32 +pkg syscall (netbsd-arm-cgo), const IXANY = 2048 +pkg syscall (netbsd-arm-cgo), const IXOFF = 1024 +pkg syscall (netbsd-arm-cgo), const IXON = 512 +pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false +pkg syscall (netbsd-arm-cgo), const LOCK_EX = 2 +pkg syscall (netbsd-arm-cgo), const LOCK_NB = 4 +pkg syscall (netbsd-arm-cgo), const LOCK_SH = 1 +pkg syscall (netbsd-arm-cgo), const LOCK_UN = 8 +pkg syscall (netbsd-arm-cgo), const MSG_BCAST = 256 +pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC = 32 +pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-arm-cgo), const MSG_EOR = 8 +pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-arm-cgo), const MSG_MCAST = 512 +pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-arm-cgo), const MSG_NBIO = 4096 +pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-arm-cgo), const MSG_OOB = 1 +pkg syscall (netbsd-arm-cgo), const MSG_PEEK = 2 +pkg syscall (netbsd-arm-cgo), const MSG_TRUNC = 16 +pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-arm-cgo), const MSG_WAITALL = 64 +pkg syscall (netbsd-arm-cgo), const NAME_MAX = 511 +pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP = 1 +pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID = 6 +pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-arm-cgo), const NOFLSH = 2147483648 +pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-arm-cgo), const NOTE_CHILD = 4 +pkg syscall (netbsd-arm-cgo), const NOTE_DELETE = 1 +pkg syscall (netbsd-arm-cgo), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-arm-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND = 4 +pkg syscall (netbsd-arm-cgo), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-arm-cgo), const NOTE_LINK = 16 +pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT = 1 +pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-arm-cgo), const NOTE_RENAME = 32 +pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE = 64 +pkg syscall (netbsd-arm-cgo), const NOTE_TRACK = 1 +pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-arm-cgo), const NOTE_WRITE = 2 +pkg syscall (netbsd-arm-cgo), const OCRNL = 16 +pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-arm-cgo), const ONLCR = 2 +pkg syscall (netbsd-arm-cgo), const ONLRET = 64 +pkg syscall (netbsd-arm-cgo), const ONOCR = 32 +pkg syscall (netbsd-arm-cgo), const ONOEOT = 8 +pkg syscall (netbsd-arm-cgo), const OPOST = 1 +pkg syscall (netbsd-arm-cgo), const O_ACCMODE = 3 +pkg syscall (netbsd-arm-cgo), const O_ALT_IO = 262144 +pkg syscall (netbsd-arm-cgo), const O_APPEND = 8 +pkg syscall (netbsd-arm-cgo), const O_ASYNC = 64 +pkg syscall (netbsd-arm-cgo), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-arm-cgo), const O_CREAT = 512 +pkg syscall (netbsd-arm-cgo), const O_DIRECT = 524288 +pkg syscall (netbsd-arm-cgo), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-arm-cgo), const O_DSYNC = 65536 +pkg syscall (netbsd-arm-cgo), const O_EXCL = 2048 +pkg syscall (netbsd-arm-cgo), const O_EXLOCK = 32 +pkg syscall (netbsd-arm-cgo), const O_FSYNC = 128 +pkg syscall (netbsd-arm-cgo), const O_NDELAY = 4 +pkg syscall (netbsd-arm-cgo), const O_NOCTTY = 32768 +pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW = 256 +pkg syscall (netbsd-arm-cgo), const O_NONBLOCK = 4 +pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-arm-cgo), const O_RSYNC = 131072 +pkg syscall (netbsd-arm-cgo), const O_SHLOCK = 16 +pkg syscall (netbsd-arm-cgo), const O_SYNC = 128 +pkg syscall (netbsd-arm-cgo), const O_TRUNC = 1024 +pkg syscall (netbsd-arm-cgo), const PARENB = 4096 +pkg syscall (netbsd-arm-cgo), const PARMRK = 8 +pkg syscall (netbsd-arm-cgo), const PARODD = 8192 +pkg syscall (netbsd-arm-cgo), const PENDIN = 536870912 +pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-arm-cgo), const PTRACE_CONT = 7 +pkg syscall (netbsd-arm-cgo), const PTRACE_KILL = 8 +pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-arm-cgo), const RLIMIT_AS = 10 +pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE = 4 +pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU = 0 +pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA = 2 +pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK = 3 +pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-arm-cgo), const RTAX_BRD = 7 +pkg syscall (netbsd-arm-cgo), const RTAX_DST = 0 +pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK = 3 +pkg syscall (netbsd-arm-cgo), const RTAX_IFA = 5 +pkg syscall (netbsd-arm-cgo), const RTAX_IFP = 4 +pkg syscall (netbsd-arm-cgo), const RTAX_MAX = 9 +pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK = 2 +pkg syscall (netbsd-arm-cgo), const RTAX_TAG = 8 +pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR = 64 +pkg syscall (netbsd-arm-cgo), const RTA_BRD = 128 +pkg syscall (netbsd-arm-cgo), const RTA_DST = 1 +pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY = 2 +pkg syscall (netbsd-arm-cgo), const RTA_GENMASK = 8 +pkg syscall (netbsd-arm-cgo), const RTA_IFA = 32 +pkg syscall (netbsd-arm-cgo), const RTA_IFP = 16 +pkg syscall (netbsd-arm-cgo), const RTA_NETMASK = 4 +pkg syscall (netbsd-arm-cgo), const RTA_TAG = 256 +pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-arm-cgo), const RTF_CLONED = 8192 +pkg syscall (netbsd-arm-cgo), const RTF_CLONING = 256 +pkg syscall (netbsd-arm-cgo), const RTF_DONE = 64 +pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY = 2 +pkg syscall (netbsd-arm-cgo), const RTF_HOST = 4 +pkg syscall (netbsd-arm-cgo), const RTF_LLINFO = 1024 +pkg syscall (netbsd-arm-cgo), const RTF_MASK = 128 +pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED = 32 +pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-arm-cgo), const RTF_REJECT = 8 +pkg syscall (netbsd-arm-cgo), const RTF_SRC = 65536 +pkg syscall (netbsd-arm-cgo), const RTF_STATIC = 2048 +pkg syscall (netbsd-arm-cgo), const RTF_UP = 1 +pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-arm-cgo), const RTM_ADD = 1 +pkg syscall (netbsd-arm-cgo), const RTM_CHANGE = 3 +pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR = 21 +pkg syscall (netbsd-arm-cgo), const RTM_DELADDR = 13 +pkg syscall (netbsd-arm-cgo), const RTM_DELETE = 2 +pkg syscall (netbsd-arm-cgo), const RTM_GET = 4 +pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-arm-cgo), const RTM_IFINFO = 20 +pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-arm-cgo), const RTM_LOCK = 8 +pkg syscall (netbsd-arm-cgo), const RTM_LOSING = 5 +pkg syscall (netbsd-arm-cgo), const RTM_MISS = 7 +pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR = 12 +pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO = 15 +pkg syscall (netbsd-arm-cgo), const RTM_OLDADD = 9 +pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL = 10 +pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT = 6 +pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE = 11 +pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-arm-cgo), const RTM_SETGATE = 18 +pkg syscall (netbsd-arm-cgo), const RTM_VERSION = 4 +pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE = 4 +pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-arm-cgo), const RTV_MTU = 1 +pkg syscall (netbsd-arm-cgo), const RTV_RPIPE = 8 +pkg syscall (netbsd-arm-cgo), const RTV_RTT = 64 +pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR = 128 +pkg syscall (netbsd-arm-cgo), const RTV_SPIPE = 16 +pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF = 0 +pkg syscall (netbsd-arm-cgo), const SCM_CREDS = 4 +pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS = 1 +pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-arm-cgo), const SIGBUS = 10 +pkg syscall (netbsd-arm-cgo), const SIGCHLD = 20 +pkg syscall (netbsd-arm-cgo), const SIGCONT = 19 +pkg syscall (netbsd-arm-cgo), const SIGEMT = 7 +pkg syscall (netbsd-arm-cgo), const SIGINFO = 29 +pkg syscall (netbsd-arm-cgo), const SIGIO = 23 +pkg syscall (netbsd-arm-cgo), const SIGIOT = 6 +pkg syscall (netbsd-arm-cgo), const SIGPROF = 27 +pkg syscall (netbsd-arm-cgo), const SIGPWR = 32 +pkg syscall (netbsd-arm-cgo), const SIGSTOP = 17 +pkg syscall (netbsd-arm-cgo), const SIGSYS = 12 +pkg syscall (netbsd-arm-cgo), const SIGTSTP = 18 +pkg syscall (netbsd-arm-cgo), const SIGTTIN = 21 +pkg syscall (netbsd-arm-cgo), const SIGTTOU = 22 +pkg syscall (netbsd-arm-cgo), const SIGURG = 16 +pkg syscall (netbsd-arm-cgo), const SIGUSR1 = 30 +pkg syscall (netbsd-arm-cgo), const SIGUSR2 = 31 +pkg syscall (netbsd-arm-cgo), const SIGVTALRM = 26 +pkg syscall (netbsd-arm-cgo), const SIGWINCH = 28 +pkg syscall (netbsd-arm-cgo), const SIGXCPU = 24 +pkg syscall (netbsd-arm-cgo), const SIGXFSZ = 25 +pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-arm-cgo), const SIOCADDRT = 2150658570 +pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-arm-cgo), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-arm-cgo), const SIOCDELRT = 2150658571 +pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC = 3223087483 +pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT = 3222566196 +pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT = 3222566195 +pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF = 3230951712 +pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF = 3221776678 +pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA = 3230951813 +pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA = 3223873846 +pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR = 3223087495 +pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-arm-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-arm-cgo), const SIOCGVH = 3230689667 +pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS = 3222038904 +pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR = 3225708932 +pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC = 2149345659 +pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF = 2157209887 +pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR = 2149345672 +pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-arm-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-arm-cgo), const SIOCSVH = 3230689666 +pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA = 3230951814 +pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-arm-cgo), const SOCK_RDM = 4 +pkg syscall (netbsd-arm-cgo), const SOL_SOCKET = 65535 +pkg syscall (netbsd-arm-cgo), const SOMAXCONN = 128 +pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-arm-cgo), const SO_BROADCAST = 32 +pkg syscall (netbsd-arm-cgo), const SO_DEBUG = 1 +pkg syscall (netbsd-arm-cgo), const SO_DONTROUTE = 16 +pkg syscall (netbsd-arm-cgo), const SO_ERROR = 4103 +pkg syscall (netbsd-arm-cgo), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-arm-cgo), const SO_LINGER = 128 +pkg syscall (netbsd-arm-cgo), const SO_NOHEADER = 4106 +pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE = 256 +pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-arm-cgo), const SO_RCVBUF = 4098 +pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-arm-cgo), const SO_REUSEADDR = 4 +pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT = 512 +pkg syscall (netbsd-arm-cgo), const SO_SNDBUF = 4097 +pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-arm-cgo), const SO_TYPE = 4104 +pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT = 30 +pkg syscall (netbsd-arm-cgo), const SYS_ACCESS = 33 +pkg syscall (netbsd-arm-cgo), const SYS_ACCT = 51 +pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME = 421 +pkg syscall (netbsd-arm-cgo), const SYS_BIND = 104 +pkg syscall (netbsd-arm-cgo), const SYS_BREAK = 17 +pkg syscall (netbsd-arm-cgo), const SYS_CHDIR = 12 +pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-arm-cgo), const SYS_CHMOD = 15 +pkg syscall (netbsd-arm-cgo), const SYS_CHOWN = 16 +pkg syscall (netbsd-arm-cgo), const SYS_CHROOT = 61 +pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-arm-cgo), const SYS_CLOSE = 6 +pkg syscall (netbsd-arm-cgo), const SYS_CONNECT = 98 +pkg syscall (netbsd-arm-cgo), const SYS_DUP = 41 +pkg syscall (netbsd-arm-cgo), const SYS_DUP2 = 90 +pkg syscall (netbsd-arm-cgo), const SYS_DUP3 = 454 +pkg syscall (netbsd-arm-cgo), const SYS_EXECVE = 59 +pkg syscall (netbsd-arm-cgo), const SYS_EXIT = 1 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR = 13 +pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD = 124 +pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN = 123 +pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT = 297 +pkg syscall (netbsd-arm-cgo), const SYS_FCNTL = 92 +pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE = 465 +pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT = 451 +pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE = 288 +pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-arm-cgo), const SYS_FLOCK = 131 +pkg syscall (netbsd-arm-cgo), const SYS_FORK = 2 +pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-arm-cgo), const SYS_FSTAT = 440 +pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT = 466 +pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-arm-cgo), const SYS_FSYNC = 95 +pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES = 423 +pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS = 390 +pkg syscall (netbsd-arm-cgo), const SYS_GETEGID = 43 +pkg syscall (netbsd-arm-cgo), const SYS_GETEUID = 25 +pkg syscall (netbsd-arm-cgo), const SYS_GETFH = 395 +pkg syscall (netbsd-arm-cgo), const SYS_GETGID = 47 +pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER = 426 +pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-arm-cgo), const SYS_GETPGID = 207 +pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP = 81 +pkg syscall (netbsd-arm-cgo), const SYS_GETPID = 20 +pkg syscall (netbsd-arm-cgo), const SYS_GETPPID = 39 +pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-arm-cgo), const SYS_GETSID = 286 +pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-arm-cgo), const SYS_GETUID = 24 +pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR = 378 +pkg syscall (netbsd-arm-cgo), const SYS_IOCTL = 54 +pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-arm-cgo), const SYS_KEVENT = 435 +pkg syscall (netbsd-arm-cgo), const SYS_KILL = 37 +pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE = 344 +pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-arm-cgo), const SYS_KTRACE = 45 +pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD = 274 +pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN = 275 +pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-arm-cgo), const SYS_LINK = 9 +pkg syscall (netbsd-arm-cgo), const SYS_LINKAT = 457 +pkg syscall (netbsd-arm-cgo), const SYS_LISTEN = 106 +pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-arm-cgo), const SYS_LSEEK = 199 +pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-arm-cgo), const SYS_LSTAT = 441 +pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES = 424 +pkg syscall (netbsd-arm-cgo), const SYS_MADVISE = 75 +pkg syscall (netbsd-arm-cgo), const SYS_MINCORE = 78 +pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT = 273 +pkg syscall (netbsd-arm-cgo), const SYS_MKDIR = 136 +pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO = 132 +pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-arm-cgo), const SYS_MKNOD = 450 +pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT = 460 +pkg syscall (netbsd-arm-cgo), const SYS_MLOCK = 203 +pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-arm-cgo), const SYS_MMAP = 197 +pkg syscall (netbsd-arm-cgo), const SYS_MODCTL = 246 +pkg syscall (netbsd-arm-cgo), const SYS_MOUNT = 410 +pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT = 74 +pkg syscall (netbsd-arm-cgo), const SYS_MREMAP = 411 +pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL = 444 +pkg syscall (netbsd-arm-cgo), const SYS_MSGGET = 225 +pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV = 227 +pkg syscall (netbsd-arm-cgo), const SYS_MSGSND = 226 +pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP = 73 +pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-arm-cgo), const SYS_OPEN = 5 +pkg syscall (netbsd-arm-cgo), const SYS_OPENAT = 468 +pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT = 456 +pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF = 191 +pkg syscall (netbsd-arm-cgo), const SYS_PIPE = 42 +pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 = 453 +pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-arm-cgo), const SYS_POLL = 209 +pkg syscall (netbsd-arm-cgo), const SYS_POLLTS = 437 +pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-arm-cgo), const SYS_PREAD = 173 +pkg syscall (netbsd-arm-cgo), const SYS_PREADV = 289 +pkg syscall (netbsd-arm-cgo), const SYS_PROFIL = 44 +pkg syscall (netbsd-arm-cgo), const SYS_PSELECT = 436 +pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-arm-cgo), const SYS_PTRACE = 26 +pkg syscall (netbsd-arm-cgo), const SYS_PWRITE = 174 +pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV = 290 +pkg syscall (netbsd-arm-cgo), const SYS_RASCTL = 343 +pkg syscall (netbsd-arm-cgo), const SYS_READ = 3 +pkg syscall (netbsd-arm-cgo), const SYS_READLINK = 58 +pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT = 469 +pkg syscall (netbsd-arm-cgo), const SYS_READV = 120 +pkg syscall (netbsd-arm-cgo), const SYS_REBOOT = 208 +pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM = 29 +pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG = 27 +pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-arm-cgo), const SYS_RENAME = 128 +pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-arm-cgo), const SYS_REVOKE = 56 +pkg syscall (netbsd-arm-cgo), const SYS_RMDIR = 137 +pkg syscall (netbsd-arm-cgo), const SYS_SBRK = 69 +pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-arm-cgo), const SYS_SELECT = 417 +pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-arm-cgo), const SYS_SEMGET = 221 +pkg syscall (netbsd-arm-cgo), const SYS_SEMOP = 222 +pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG = 28 +pkg syscall (netbsd-arm-cgo), const SYS_SENDTO = 133 +pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-arm-cgo), const SYS_SETEGID = 182 +pkg syscall (netbsd-arm-cgo), const SYS_SETEUID = 183 +pkg syscall (netbsd-arm-cgo), const SYS_SETGID = 181 +pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER = 425 +pkg syscall (netbsd-arm-cgo), const SYS_SETPGID = 82 +pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-arm-cgo), const SYS_SETREGID = 127 +pkg syscall (netbsd-arm-cgo), const SYS_SETREUID = 126 +pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-arm-cgo), const SYS_SETSID = 147 +pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-arm-cgo), const SYS_SETUID = 23 +pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR = 375 +pkg syscall (netbsd-arm-cgo), const SYS_SHMAT = 228 +pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL = 443 +pkg syscall (netbsd-arm-cgo), const SYS_SHMDT = 230 +pkg syscall (netbsd-arm-cgo), const SYS_SHMGET = 231 +pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-arm-cgo), const SYS_SOCKET = 394 +pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-arm-cgo), const SYS_SSTK = 70 +pkg syscall (netbsd-arm-cgo), const SYS_STAT = 439 +pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK = 57 +pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-arm-cgo), const SYS_SYNC = 36 +pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH = 165 +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-arm-cgo), const SYS_UMASK = 60 +pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE = 205 +pkg syscall (netbsd-arm-cgo), const SYS_UNLINK = 10 +pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-arm-cgo), const SYS_UTIMES = 420 +pkg syscall (netbsd-arm-cgo), const SYS_UTRACE = 306 +pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-arm-cgo), const SYS_VADVISE = 72 +pkg syscall (netbsd-arm-cgo), const SYS_VFORK = 66 +pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 = 449 +pkg syscall (netbsd-arm-cgo), const SYS_WRITE = 4 +pkg syscall (netbsd-arm-cgo), const SYS_WRITEV = 121 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-arm-cgo), const SYS___CLONE = 287 +pkg syscall (netbsd-arm-cgo), const SYS___GETCWD = 296 +pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL = 442 +pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL = 202 +pkg syscall (netbsd-arm-cgo), const S_ARCH1 = 65536 +pkg syscall (netbsd-arm-cgo), const S_ARCH2 = 131072 +pkg syscall (netbsd-arm-cgo), const S_BLKSIZE = 512 +pkg syscall (netbsd-arm-cgo), const S_IEXEC = 64 +pkg syscall (netbsd-arm-cgo), const S_IFMT = 61440 +pkg syscall (netbsd-arm-cgo), const S_IFWHT = 57344 +pkg syscall (netbsd-arm-cgo), const S_IREAD = 256 +pkg syscall (netbsd-arm-cgo), const S_IRGRP = 32 +pkg syscall (netbsd-arm-cgo), const S_IROTH = 4 +pkg syscall (netbsd-arm-cgo), const S_IRWXG = 56 +pkg syscall (netbsd-arm-cgo), const S_IRWXO = 7 +pkg syscall (netbsd-arm-cgo), const S_IRWXU = 448 +pkg syscall (netbsd-arm-cgo), const S_ISTXT = 512 +pkg syscall (netbsd-arm-cgo), const S_IWGRP = 16 +pkg syscall (netbsd-arm-cgo), const S_IWOTH = 2 +pkg syscall (netbsd-arm-cgo), const S_IWRITE = 128 +pkg syscall (netbsd-arm-cgo), const S_IXGRP = 8 +pkg syscall (netbsd-arm-cgo), const S_IXOTH = 1 +pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr = 20 +pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn = 8 +pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram = 8 +pkg syscall (netbsd-arm-cgo), const SizeofBpfStat = 128 +pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion = 4 +pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr = 12 +pkg syscall (netbsd-arm-cgo), const SizeofIPMreq = 8 +pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132 +pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-arm-cgo), const SizeofLinger = 8 +pkg syscall (netbsd-arm-cgo), const SizeofMsghdr = 28 +pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics = 80 +pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-arm-cgo), const TCIFLUSH = 1 +pkg syscall (netbsd-arm-cgo), const TCIOFLUSH = 3 +pkg syscall (netbsd-arm-cgo), const TCOFLUSH = 2 +pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL = 32 +pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST = 4 +pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG = 2 +pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG = 16 +pkg syscall (netbsd-arm-cgo), const TCP_MINMSS = 216 +pkg syscall (netbsd-arm-cgo), const TCP_MSS = 536 +pkg syscall (netbsd-arm-cgo), const TCSAFLUSH = 2 +pkg syscall (netbsd-arm-cgo), const TIOCCBRK = 536900730 +pkg syscall (netbsd-arm-cgo), const TIOCCDTR = 536900728 +pkg syscall (netbsd-arm-cgo), const TIOCCONS = 2147775586 +pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP = 1074558040 +pkg syscall (netbsd-arm-cgo), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-arm-cgo), const TIOCEXCL = 536900621 +pkg syscall (netbsd-arm-cgo), const TIOCEXT = 2147775584 +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-arm-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-arm-cgo), const TIOCGETA = 1076655123 +pkg syscall (netbsd-arm-cgo), const TIOCGETD = 1074033690 +pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-arm-cgo), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-arm-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-arm-cgo), const TIOCGSID = 1074033763 +pkg syscall (netbsd-arm-cgo), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-arm-cgo), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-arm-cgo), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-arm-cgo), const TIOCMGET = 1074033770 +pkg syscall (netbsd-arm-cgo), const TIOCMSET = 2147775597 +pkg syscall (netbsd-arm-cgo), const TIOCM_CAR = 64 +pkg syscall (netbsd-arm-cgo), const TIOCM_CD = 64 +pkg syscall (netbsd-arm-cgo), const TIOCM_CTS = 32 +pkg syscall (netbsd-arm-cgo), const TIOCM_DSR = 256 +pkg syscall (netbsd-arm-cgo), const TIOCM_DTR = 2 +pkg syscall (netbsd-arm-cgo), const TIOCM_LE = 1 +pkg syscall (netbsd-arm-cgo), const TIOCM_RI = 128 +pkg syscall (netbsd-arm-cgo), const TIOCM_RNG = 128 +pkg syscall (netbsd-arm-cgo), const TIOCM_RTS = 4 +pkg syscall (netbsd-arm-cgo), const TIOCM_SR = 16 +pkg syscall (netbsd-arm-cgo), const TIOCM_ST = 8 +pkg syscall (netbsd-arm-cgo), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-arm-cgo), const TIOCNXCL = 536900622 +pkg syscall (netbsd-arm-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-arm-cgo), const TIOCPKT = 2147775600 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_START = 8 +pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-arm-cgo), const TIOCPTMGET = 1208513606 +pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME = 1208513608 +pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME = 2147775557 +pkg syscall (netbsd-arm-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-arm-cgo), const TIOCSBRK = 536900731 +pkg syscall (netbsd-arm-cgo), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-arm-cgo), const TIOCSDTR = 536900729 +pkg syscall (netbsd-arm-cgo), const TIOCSETA = 2150396948 +pkg syscall (netbsd-arm-cgo), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-arm-cgo), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-arm-cgo), const TIOCSETD = 2147775515 +pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-arm-cgo), const TIOCSIG = 536900703 +pkg syscall (netbsd-arm-cgo), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-arm-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-arm-cgo), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-arm-cgo), const TIOCSTART = 536900718 +pkg syscall (netbsd-arm-cgo), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-arm-cgo), const TIOCSTI = 2147578994 +pkg syscall (netbsd-arm-cgo), const TIOCSTOP = 536900719 +pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-arm-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME = 2147775556 +pkg syscall (netbsd-arm-cgo), const TOSTOP = 4194304 +pkg syscall (netbsd-arm-cgo), const VDISCARD = 15 +pkg syscall (netbsd-arm-cgo), const VDSUSP = 11 +pkg syscall (netbsd-arm-cgo), const VEOF = 0 +pkg syscall (netbsd-arm-cgo), const VEOL = 1 +pkg syscall (netbsd-arm-cgo), const VEOL2 = 2 +pkg syscall (netbsd-arm-cgo), const VERASE = 3 +pkg syscall (netbsd-arm-cgo), const VINTR = 8 +pkg syscall (netbsd-arm-cgo), const VKILL = 5 +pkg syscall (netbsd-arm-cgo), const VLNEXT = 14 +pkg syscall (netbsd-arm-cgo), const VMIN = 16 +pkg syscall (netbsd-arm-cgo), const VQUIT = 9 +pkg syscall (netbsd-arm-cgo), const VREPRINT = 6 +pkg syscall (netbsd-arm-cgo), const VSTART = 12 +pkg syscall (netbsd-arm-cgo), const VSTATUS = 18 +pkg syscall (netbsd-arm-cgo), const VSTOP = 13 +pkg syscall (netbsd-arm-cgo), const VSUSP = 10 +pkg syscall (netbsd-arm-cgo), const VTIME = 17 +pkg syscall (netbsd-arm-cgo), const VWERASE = 4 +pkg syscall (netbsd-arm-cgo), const WALL = 8 +pkg syscall (netbsd-arm-cgo), const WALLSIG = 8 +pkg syscall (netbsd-arm-cgo), const WALTSIG = 4 +pkg syscall (netbsd-arm-cgo), const WCLONE = 4 +pkg syscall (netbsd-arm-cgo), const WCOREFLAG = 128 +pkg syscall (netbsd-arm-cgo), const WNOHANG = 1 +pkg syscall (netbsd-arm-cgo), const WNOWAIT = 65536 +pkg syscall (netbsd-arm-cgo), const WNOZOMBIE = 131072 +pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-arm-cgo), const WSTOPPED = 127 +pkg syscall (netbsd-arm-cgo), const WUNTRACED = 2 +pkg syscall (openbsd-386), const AF_APPLETALK = 16 +pkg syscall (openbsd-386), const AF_BLUETOOTH = 32 +pkg syscall (openbsd-386), const AF_CCITT = 10 +pkg syscall (openbsd-386), const AF_CHAOS = 5 +pkg syscall (openbsd-386), const AF_CNT = 21 +pkg syscall (openbsd-386), const AF_COIP = 20 +pkg syscall (openbsd-386), const AF_DATAKIT = 9 +pkg syscall (openbsd-386), const AF_DECnet = 12 +pkg syscall (openbsd-386), const AF_DLI = 13 +pkg syscall (openbsd-386), const AF_E164 = 26 +pkg syscall (openbsd-386), const AF_ECMA = 8 +pkg syscall (openbsd-386), const AF_ENCAP = 28 +pkg syscall (openbsd-386), const AF_HYLINK = 15 +pkg syscall (openbsd-386), const AF_IMPLINK = 3 +pkg syscall (openbsd-386), const AF_INET6 = 24 +pkg syscall (openbsd-386), const AF_IPX = 23 +pkg syscall (openbsd-386), const AF_ISDN = 26 +pkg syscall (openbsd-386), const AF_ISO = 7 +pkg syscall (openbsd-386), const AF_KEY = 30 +pkg syscall (openbsd-386), const AF_LAT = 14 +pkg syscall (openbsd-386), const AF_LINK = 18 +pkg syscall (openbsd-386), const AF_LOCAL = 1 +pkg syscall (openbsd-386), const AF_MAX = 36 +pkg syscall (openbsd-386), const AF_MPLS = 33 +pkg syscall (openbsd-386), const AF_NATM = 27 +pkg syscall (openbsd-386), const AF_NS = 6 +pkg syscall (openbsd-386), const AF_OSI = 7 +pkg syscall (openbsd-386), const AF_PUP = 4 +pkg syscall (openbsd-386), const AF_ROUTE = 17 +pkg syscall (openbsd-386), const AF_SIP = 29 +pkg syscall (openbsd-386), const AF_SNA = 11 +pkg syscall (openbsd-386), const ARPHRD_ETHER = 1 +pkg syscall (openbsd-386), const ARPHRD_FRELAY = 15 +pkg syscall (openbsd-386), const ARPHRD_IEEE1394 = 24 +pkg syscall (openbsd-386), const ARPHRD_IEEE802 = 6 +pkg syscall (openbsd-386), const B0 = 0 +pkg syscall (openbsd-386), const B110 = 110 +pkg syscall (openbsd-386), const B115200 = 115200 +pkg syscall (openbsd-386), const B1200 = 1200 +pkg syscall (openbsd-386), const B134 = 134 +pkg syscall (openbsd-386), const B14400 = 14400 +pkg syscall (openbsd-386), const B150 = 150 +pkg syscall (openbsd-386), const B1800 = 1800 +pkg syscall (openbsd-386), const B19200 = 19200 +pkg syscall (openbsd-386), const B200 = 200 +pkg syscall (openbsd-386), const B230400 = 230400 +pkg syscall (openbsd-386), const B2400 = 2400 +pkg syscall (openbsd-386), const B28800 = 28800 +pkg syscall (openbsd-386), const B300 = 300 +pkg syscall (openbsd-386), const B38400 = 38400 +pkg syscall (openbsd-386), const B4800 = 4800 +pkg syscall (openbsd-386), const B50 = 50 +pkg syscall (openbsd-386), const B57600 = 57600 +pkg syscall (openbsd-386), const B600 = 600 +pkg syscall (openbsd-386), const B7200 = 7200 +pkg syscall (openbsd-386), const B75 = 75 +pkg syscall (openbsd-386), const B76800 = 76800 +pkg syscall (openbsd-386), const B9600 = 9600 +pkg syscall (openbsd-386), const BIOCFLUSH = 536887912 +pkg syscall (openbsd-386), const BIOCGBLEN = 1074020966 +pkg syscall (openbsd-386), const BIOCGDIRFILT = 1074020988 +pkg syscall (openbsd-386), const BIOCGDLT = 1074020970 +pkg syscall (openbsd-386), const BIOCGDLTLIST = 3221766779 +pkg syscall (openbsd-386), const BIOCGETIF = 1075855979 +pkg syscall (openbsd-386), const BIOCGFILDROP = 1074020984 +pkg syscall (openbsd-386), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (openbsd-386), const BIOCGRSIG = 1074020979 +pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (openbsd-386), const BIOCGSTATS = 1074283119 +pkg syscall (openbsd-386), const BIOCIMMEDIATE = 2147762800 +pkg syscall (openbsd-386), const BIOCLOCK = 536887926 +pkg syscall (openbsd-386), const BIOCPROMISC = 536887913 +pkg syscall (openbsd-386), const BIOCSBLEN = 3221504614 +pkg syscall (openbsd-386), const BIOCSDIRFILT = 2147762813 +pkg syscall (openbsd-386), const BIOCSDLT = 2147762810 +pkg syscall (openbsd-386), const BIOCSETF = 2148024935 +pkg syscall (openbsd-386), const BIOCSETIF = 2149597804 +pkg syscall (openbsd-386), const BIOCSETWF = 2148024951 +pkg syscall (openbsd-386), const BIOCSFILDROP = 2147762809 +pkg syscall (openbsd-386), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (openbsd-386), const BIOCSRSIG = 2147762802 +pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (openbsd-386), const BIOCVERSION = 1074020977 +pkg syscall (openbsd-386), const BPF_A = 16 +pkg syscall (openbsd-386), const BPF_ABS = 32 +pkg syscall (openbsd-386), const BPF_ADD = 0 +pkg syscall (openbsd-386), const BPF_ALIGNMENT = 4 +pkg syscall (openbsd-386), const BPF_ALU = 4 +pkg syscall (openbsd-386), const BPF_AND = 80 +pkg syscall (openbsd-386), const BPF_B = 16 +pkg syscall (openbsd-386), const BPF_DIRECTION_IN = 1 +pkg syscall (openbsd-386), const BPF_DIRECTION_OUT = 2 +pkg syscall (openbsd-386), const BPF_DIV = 48 +pkg syscall (openbsd-386), const BPF_H = 8 +pkg syscall (openbsd-386), const BPF_IMM = 0 +pkg syscall (openbsd-386), const BPF_IND = 64 +pkg syscall (openbsd-386), const BPF_JA = 0 +pkg syscall (openbsd-386), const BPF_JEQ = 16 +pkg syscall (openbsd-386), const BPF_JGE = 48 +pkg syscall (openbsd-386), const BPF_JGT = 32 +pkg syscall (openbsd-386), const BPF_JMP = 5 +pkg syscall (openbsd-386), const BPF_JSET = 64 +pkg syscall (openbsd-386), const BPF_K = 0 +pkg syscall (openbsd-386), const BPF_LD = 0 +pkg syscall (openbsd-386), const BPF_LDX = 1 +pkg syscall (openbsd-386), const BPF_LEN = 128 +pkg syscall (openbsd-386), const BPF_LSH = 96 +pkg syscall (openbsd-386), const BPF_MAJOR_VERSION = 1 +pkg syscall (openbsd-386), const BPF_MAXBUFSIZE = 2097152 +pkg syscall (openbsd-386), const BPF_MAXINSNS = 512 +pkg syscall (openbsd-386), const BPF_MEM = 96 +pkg syscall (openbsd-386), const BPF_MEMWORDS = 16 +pkg syscall (openbsd-386), const BPF_MINBUFSIZE = 32 +pkg syscall (openbsd-386), const BPF_MINOR_VERSION = 1 +pkg syscall (openbsd-386), const BPF_MISC = 7 +pkg syscall (openbsd-386), const BPF_MSH = 160 +pkg syscall (openbsd-386), const BPF_MUL = 32 +pkg syscall (openbsd-386), const BPF_NEG = 128 +pkg syscall (openbsd-386), const BPF_OR = 64 +pkg syscall (openbsd-386), const BPF_RELEASE = 199606 +pkg syscall (openbsd-386), const BPF_RET = 6 +pkg syscall (openbsd-386), const BPF_RSH = 112 +pkg syscall (openbsd-386), const BPF_ST = 2 +pkg syscall (openbsd-386), const BPF_STX = 3 +pkg syscall (openbsd-386), const BPF_SUB = 16 +pkg syscall (openbsd-386), const BPF_TAX = 0 +pkg syscall (openbsd-386), const BPF_TXA = 128 +pkg syscall (openbsd-386), const BPF_W = 0 +pkg syscall (openbsd-386), const BPF_X = 8 +pkg syscall (openbsd-386), const BRKINT = 2 +pkg syscall (openbsd-386), const CFLUSH = 15 +pkg syscall (openbsd-386), const CLOCAL = 32768 +pkg syscall (openbsd-386), const CREAD = 2048 +pkg syscall (openbsd-386), const CS5 = 0 +pkg syscall (openbsd-386), const CS6 = 256 +pkg syscall (openbsd-386), const CS7 = 512 +pkg syscall (openbsd-386), const CS8 = 768 +pkg syscall (openbsd-386), const CSIZE = 768 +pkg syscall (openbsd-386), const CSTART = 17 +pkg syscall (openbsd-386), const CSTATUS = 255 +pkg syscall (openbsd-386), const CSTOP = 19 +pkg syscall (openbsd-386), const CSTOPB = 1024 +pkg syscall (openbsd-386), const CSUSP = 26 +pkg syscall (openbsd-386), const CTL_MAXNAME = 12 +pkg syscall (openbsd-386), const CTL_NET = 4 +pkg syscall (openbsd-386), const DIOCOSFPFLUSH = 536888398 +pkg syscall (openbsd-386), const DLT_ARCNET = 7 +pkg syscall (openbsd-386), const DLT_ATM_RFC1483 = 11 +pkg syscall (openbsd-386), const DLT_AX25 = 3 +pkg syscall (openbsd-386), const DLT_CHAOS = 5 +pkg syscall (openbsd-386), const DLT_C_HDLC = 104 +pkg syscall (openbsd-386), const DLT_EN10MB = 1 +pkg syscall (openbsd-386), const DLT_EN3MB = 2 +pkg syscall (openbsd-386), const DLT_ENC = 13 +pkg syscall (openbsd-386), const DLT_FDDI = 10 +pkg syscall (openbsd-386), const DLT_IEEE802 = 6 +pkg syscall (openbsd-386), const DLT_IEEE802_11 = 105 +pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (openbsd-386), const DLT_LOOP = 12 +pkg syscall (openbsd-386), const DLT_MPLS = 219 +pkg syscall (openbsd-386), const DLT_NULL = 0 +pkg syscall (openbsd-386), const DLT_PFLOG = 117 +pkg syscall (openbsd-386), const DLT_PFSYNC = 18 +pkg syscall (openbsd-386), const DLT_PPP = 9 +pkg syscall (openbsd-386), const DLT_PPP_BSDOS = 16 +pkg syscall (openbsd-386), const DLT_PPP_ETHER = 51 +pkg syscall (openbsd-386), const DLT_PPP_SERIAL = 50 +pkg syscall (openbsd-386), const DLT_PRONET = 4 +pkg syscall (openbsd-386), const DLT_RAW = 14 +pkg syscall (openbsd-386), const DLT_SLIP = 8 +pkg syscall (openbsd-386), const DLT_SLIP_BSDOS = 15 +pkg syscall (openbsd-386), const DT_BLK = 6 +pkg syscall (openbsd-386), const DT_CHR = 2 +pkg syscall (openbsd-386), const DT_DIR = 4 +pkg syscall (openbsd-386), const DT_FIFO = 1 +pkg syscall (openbsd-386), const DT_LNK = 10 +pkg syscall (openbsd-386), const DT_REG = 8 +pkg syscall (openbsd-386), const DT_SOCK = 12 +pkg syscall (openbsd-386), const DT_UNKNOWN = 0 +pkg syscall (openbsd-386), const E2BIG = 7 +pkg syscall (openbsd-386), const EACCES = 13 +pkg syscall (openbsd-386), const EADDRINUSE = 48 +pkg syscall (openbsd-386), const EADDRNOTAVAIL = 49 +pkg syscall (openbsd-386), const EAFNOSUPPORT = 47 +pkg syscall (openbsd-386), const EAGAIN = 35 +pkg syscall (openbsd-386), const EALREADY = 37 +pkg syscall (openbsd-386), const EAUTH = 80 +pkg syscall (openbsd-386), const EBADF = 9 +pkg syscall (openbsd-386), const EBADRPC = 72 +pkg syscall (openbsd-386), const EBUSY = 16 +pkg syscall (openbsd-386), const ECANCELED = 88 +pkg syscall (openbsd-386), const ECHILD = 10 +pkg syscall (openbsd-386), const ECHO = 8 +pkg syscall (openbsd-386), const ECHOCTL = 64 +pkg syscall (openbsd-386), const ECHOE = 2 +pkg syscall (openbsd-386), const ECHOK = 4 +pkg syscall (openbsd-386), const ECHOKE = 1 +pkg syscall (openbsd-386), const ECHONL = 16 +pkg syscall (openbsd-386), const ECHOPRT = 32 +pkg syscall (openbsd-386), const ECONNABORTED = 53 +pkg syscall (openbsd-386), const ECONNREFUSED = 61 +pkg syscall (openbsd-386), const ECONNRESET = 54 +pkg syscall (openbsd-386), const EDEADLK = 11 +pkg syscall (openbsd-386), const EDESTADDRREQ = 39 +pkg syscall (openbsd-386), const EDOM = 33 +pkg syscall (openbsd-386), const EDQUOT = 69 +pkg syscall (openbsd-386), const EEXIST = 17 +pkg syscall (openbsd-386), const EFAULT = 14 +pkg syscall (openbsd-386), const EFBIG = 27 +pkg syscall (openbsd-386), const EFTYPE = 79 +pkg syscall (openbsd-386), const EHOSTDOWN = 64 +pkg syscall (openbsd-386), const EHOSTUNREACH = 65 +pkg syscall (openbsd-386), const EIDRM = 89 +pkg syscall (openbsd-386), const EILSEQ = 84 +pkg syscall (openbsd-386), const EINPROGRESS = 36 +pkg syscall (openbsd-386), const EINTR = 4 +pkg syscall (openbsd-386), const EINVAL = 22 +pkg syscall (openbsd-386), const EIO = 5 +pkg syscall (openbsd-386), const EIPSEC = 82 +pkg syscall (openbsd-386), const EISCONN = 56 +pkg syscall (openbsd-386), const EISDIR = 21 +pkg syscall (openbsd-386), const ELAST = 91 +pkg syscall (openbsd-386), const ELOOP = 62 +pkg syscall (openbsd-386), const EMEDIUMTYPE = 86 +pkg syscall (openbsd-386), const EMFILE = 24 +pkg syscall (openbsd-386), const EMLINK = 31 +pkg syscall (openbsd-386), const EMSGSIZE = 40 +pkg syscall (openbsd-386), const EMT_TAGOVF = 1 +pkg syscall (openbsd-386), const EMUL_ENABLED = 1 +pkg syscall (openbsd-386), const EMUL_NATIVE = 2 +pkg syscall (openbsd-386), const ENAMETOOLONG = 63 +pkg syscall (openbsd-386), const ENDRUNDISC = 9 +pkg syscall (openbsd-386), const ENEEDAUTH = 81 +pkg syscall (openbsd-386), const ENETDOWN = 50 +pkg syscall (openbsd-386), const ENETRESET = 52 +pkg syscall (openbsd-386), const ENETUNREACH = 51 +pkg syscall (openbsd-386), const ENFILE = 23 +pkg syscall (openbsd-386), const ENOATTR = 83 +pkg syscall (openbsd-386), const ENOBUFS = 55 +pkg syscall (openbsd-386), const ENODEV = 19 +pkg syscall (openbsd-386), const ENOEXEC = 8 +pkg syscall (openbsd-386), const ENOLCK = 77 +pkg syscall (openbsd-386), const ENOMEDIUM = 85 +pkg syscall (openbsd-386), const ENOMEM = 12 +pkg syscall (openbsd-386), const ENOMSG = 90 +pkg syscall (openbsd-386), const ENOPROTOOPT = 42 +pkg syscall (openbsd-386), const ENOSPC = 28 +pkg syscall (openbsd-386), const ENOSYS = 78 +pkg syscall (openbsd-386), const ENOTBLK = 15 +pkg syscall (openbsd-386), const ENOTCONN = 57 +pkg syscall (openbsd-386), const ENOTDIR = 20 +pkg syscall (openbsd-386), const ENOTEMPTY = 66 +pkg syscall (openbsd-386), const ENOTSOCK = 38 +pkg syscall (openbsd-386), const ENOTSUP = 91 +pkg syscall (openbsd-386), const ENOTTY = 25 +pkg syscall (openbsd-386), const ENXIO = 6 +pkg syscall (openbsd-386), const EOPNOTSUPP = 45 +pkg syscall (openbsd-386), const EOVERFLOW = 87 +pkg syscall (openbsd-386), const EPERM = 1 +pkg syscall (openbsd-386), const EPFNOSUPPORT = 46 +pkg syscall (openbsd-386), const EPIPE = 32 +pkg syscall (openbsd-386), const EPROCLIM = 67 +pkg syscall (openbsd-386), const EPROCUNAVAIL = 76 +pkg syscall (openbsd-386), const EPROGMISMATCH = 75 +pkg syscall (openbsd-386), const EPROGUNAVAIL = 74 +pkg syscall (openbsd-386), const EPROTONOSUPPORT = 43 +pkg syscall (openbsd-386), const EPROTOTYPE = 41 +pkg syscall (openbsd-386), const ERANGE = 34 +pkg syscall (openbsd-386), const EREMOTE = 71 +pkg syscall (openbsd-386), const EROFS = 30 +pkg syscall (openbsd-386), const ERPCMISMATCH = 73 +pkg syscall (openbsd-386), const ESHUTDOWN = 58 +pkg syscall (openbsd-386), const ESOCKTNOSUPPORT = 44 +pkg syscall (openbsd-386), const ESPIPE = 29 +pkg syscall (openbsd-386), const ESRCH = 3 +pkg syscall (openbsd-386), const ESTALE = 70 +pkg syscall (openbsd-386), const ETHERMIN = 46 +pkg syscall (openbsd-386), const ETHERMTU = 1500 +pkg syscall (openbsd-386), const ETHERTYPE_8023 = 4 +pkg syscall (openbsd-386), const ETHERTYPE_AARP = 33011 +pkg syscall (openbsd-386), const ETHERTYPE_ACCTON = 33680 +pkg syscall (openbsd-386), const ETHERTYPE_AEONIC = 32822 +pkg syscall (openbsd-386), const ETHERTYPE_ALPHA = 33098 +pkg syscall (openbsd-386), const ETHERTYPE_AMBER = 24584 +pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (openbsd-386), const ETHERTYPE_AOE = 34978 +pkg syscall (openbsd-386), const ETHERTYPE_APOLLO = 33015 +pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (openbsd-386), const ETHERTYPE_ARP = 2054 +pkg syscall (openbsd-386), const ETHERTYPE_AT = 32923 +pkg syscall (openbsd-386), const ETHERTYPE_ATALK = 32923 +pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (openbsd-386), const ETHERTYPE_ATT = 32873 +pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (openbsd-386), const ETHERTYPE_AXIS = 34902 +pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (openbsd-386), const ETHERTYPE_BOFL = 33026 +pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (openbsd-386), const ETHERTYPE_CHAOS = 2052 +pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (openbsd-386), const ETHERTYPE_CRONUS = 32772 +pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (openbsd-386), const ETHERTYPE_DCA = 4660 +pkg syscall (openbsd-386), const ETHERTYPE_DDE = 32891 +pkg syscall (openbsd-386), const ETHERTYPE_DEBNI = 43690 +pkg syscall (openbsd-386), const ETHERTYPE_DECAM = 32840 +pkg syscall (openbsd-386), const ETHERTYPE_DECCUST = 24582 +pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (openbsd-386), const ETHERTYPE_DECDNS = 32828 +pkg syscall (openbsd-386), const ETHERTYPE_DECDTS = 32830 +pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (openbsd-386), const ETHERTYPE_DECLAST = 32833 +pkg syscall (openbsd-386), const ETHERTYPE_DECLTM = 32831 +pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (openbsd-386), const ETHERTYPE_DELTACON = 34526 +pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (openbsd-386), const ETHERTYPE_DN = 24579 +pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (openbsd-386), const ETHERTYPE_DSMD = 32825 +pkg syscall (openbsd-386), const ETHERTYPE_ECMA = 2051 +pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (openbsd-386), const ETHERTYPE_ES = 32861 +pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (openbsd-386), const ETHERTYPE_FLIP = 33094 +pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (openbsd-386), const ETHERTYPE_FRARP = 2056 +pkg syscall (openbsd-386), const ETHERTYPE_GENDYN = 32872 +pkg syscall (openbsd-386), const ETHERTYPE_HAYES = 33072 +pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (openbsd-386), const ETHERTYPE_HITACHI = 34848 +pkg syscall (openbsd-386), const ETHERTYPE_HP = 32773 +pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (openbsd-386), const ETHERTYPE_IMLBL = 19522 +pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (openbsd-386), const ETHERTYPE_IP = 2048 +pkg syscall (openbsd-386), const ETHERTYPE_IPAS = 34668 +pkg syscall (openbsd-386), const ETHERTYPE_IPV6 = 34525 +pkg syscall (openbsd-386), const ETHERTYPE_IPX = 33079 +pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (openbsd-386), const ETHERTYPE_KALPANA = 34178 +pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (openbsd-386), const ETHERTYPE_LAT = 24580 +pkg syscall (openbsd-386), const ETHERTYPE_LBACK = 36864 +pkg syscall (openbsd-386), const ETHERTYPE_LITTLE = 32864 +pkg syscall (openbsd-386), const ETHERTYPE_LLDP = 35020 +pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (openbsd-386), const ETHERTYPE_MATRA = 32890 +pkg syscall (openbsd-386), const ETHERTYPE_MAX = 65535 +pkg syscall (openbsd-386), const ETHERTYPE_MERIT = 32892 +pkg syscall (openbsd-386), const ETHERTYPE_MICP = 34618 +pkg syscall (openbsd-386), const ETHERTYPE_MOPDL = 24577 +pkg syscall (openbsd-386), const ETHERTYPE_MOPRC = 24578 +pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (openbsd-386), const ETHERTYPE_MPLS = 34887 +pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (openbsd-386), const ETHERTYPE_MUMPS = 33087 +pkg syscall (openbsd-386), const ETHERTYPE_NBPCC = 15364 +pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (openbsd-386), const ETHERTYPE_NBPDG = 15367 +pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (openbsd-386), const ETHERTYPE_NBPRST = 15373 +pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (openbsd-386), const ETHERTYPE_NBS = 2050 +pkg syscall (openbsd-386), const ETHERTYPE_NCD = 33097 +pkg syscall (openbsd-386), const ETHERTYPE_NESTAR = 32774 +pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (openbsd-386), const ETHERTYPE_NOVELL = 33080 +pkg syscall (openbsd-386), const ETHERTYPE_NS = 1536 +pkg syscall (openbsd-386), const ETHERTYPE_NSAT = 1537 +pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER = 16 +pkg syscall (openbsd-386), const ETHERTYPE_OS9 = 28679 +pkg syscall (openbsd-386), const ETHERTYPE_OS9NET = 28681 +pkg syscall (openbsd-386), const ETHERTYPE_PACER = 32966 +pkg syscall (openbsd-386), const ETHERTYPE_PAE = 34958 +pkg syscall (openbsd-386), const ETHERTYPE_PCS = 16962 +pkg syscall (openbsd-386), const ETHERTYPE_PLANNING = 32836 +pkg syscall (openbsd-386), const ETHERTYPE_PPP = 34827 +pkg syscall (openbsd-386), const ETHERTYPE_PPPOE = 34916 +pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (openbsd-386), const ETHERTYPE_PUP = 512 +pkg syscall (openbsd-386), const ETHERTYPE_PUPAT = 512 +pkg syscall (openbsd-386), const ETHERTYPE_QINQ = 34984 +pkg syscall (openbsd-386), const ETHERTYPE_RACAL = 28720 +pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (openbsd-386), const ETHERTYPE_RAWFR = 25945 +pkg syscall (openbsd-386), const ETHERTYPE_RCL = 6549 +pkg syscall (openbsd-386), const ETHERTYPE_RDP = 34617 +pkg syscall (openbsd-386), const ETHERTYPE_RETIX = 33010 +pkg syscall (openbsd-386), const ETHERTYPE_REVARP = 32821 +pkg syscall (openbsd-386), const ETHERTYPE_SCA = 24583 +pkg syscall (openbsd-386), const ETHERTYPE_SECTRA = 34523 +pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (openbsd-386), const ETHERTYPE_SGITW = 33150 +pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (openbsd-386), const ETHERTYPE_SIMNET = 21000 +pkg syscall (openbsd-386), const ETHERTYPE_SLOW = 34825 +pkg syscall (openbsd-386), const ETHERTYPE_SNA = 32981 +pkg syscall (openbsd-386), const ETHERTYPE_SNMP = 33100 +pkg syscall (openbsd-386), const ETHERTYPE_SONIX = 64245 +pkg syscall (openbsd-386), const ETHERTYPE_SPIDER = 32927 +pkg syscall (openbsd-386), const ETHERTYPE_SPRITE = 1280 +pkg syscall (openbsd-386), const ETHERTYPE_STP = 33153 +pkg syscall (openbsd-386), const ETHERTYPE_TALARIS = 33067 +pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (openbsd-386), const ETHERTYPE_TCPSM = 36866 +pkg syscall (openbsd-386), const ETHERTYPE_TEC = 33103 +pkg syscall (openbsd-386), const ETHERTYPE_TIGAN = 32815 +pkg syscall (openbsd-386), const ETHERTYPE_TRAIL = 4096 +pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (openbsd-386), const ETHERTYPE_UBBST = 28677 +pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (openbsd-386), const ETHERTYPE_UBDL = 28672 +pkg syscall (openbsd-386), const ETHERTYPE_UBNIU = 28673 +pkg syscall (openbsd-386), const ETHERTYPE_UBNMC = 28675 +pkg syscall (openbsd-386), const ETHERTYPE_VALID = 5632 +pkg syscall (openbsd-386), const ETHERTYPE_VARIAN = 32989 +pkg syscall (openbsd-386), const ETHERTYPE_VAXELN = 32827 +pkg syscall (openbsd-386), const ETHERTYPE_VEECO = 32871 +pkg syscall (openbsd-386), const ETHERTYPE_VEXP = 32859 +pkg syscall (openbsd-386), const ETHERTYPE_VGLAB = 33073 +pkg syscall (openbsd-386), const ETHERTYPE_VINES = 2989 +pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (openbsd-386), const ETHERTYPE_VITAL = 65280 +pkg syscall (openbsd-386), const ETHERTYPE_VLAN = 33024 +pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (openbsd-386), const ETHERTYPE_VPROD = 32860 +pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (openbsd-386), const ETHERTYPE_X25 = 2053 +pkg syscall (openbsd-386), const ETHERTYPE_X75 = 2049 +pkg syscall (openbsd-386), const ETHERTYPE_XNSSM = 36865 +pkg syscall (openbsd-386), const ETHERTYPE_XTP = 33149 +pkg syscall (openbsd-386), const ETHER_ADDR_LEN = 6 +pkg syscall (openbsd-386), const ETHER_ALIGN = 2 +pkg syscall (openbsd-386), const ETHER_CRC_LEN = 4 +pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (openbsd-386), const ETHER_HDR_LEN = 14 +pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN = 1536 +pkg syscall (openbsd-386), const ETHER_MAX_LEN = 1518 +pkg syscall (openbsd-386), const ETHER_MIN_LEN = 64 +pkg syscall (openbsd-386), const ETHER_TYPE_LEN = 2 +pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (openbsd-386), const ETIMEDOUT = 60 +pkg syscall (openbsd-386), const ETOOMANYREFS = 59 +pkg syscall (openbsd-386), const ETXTBSY = 26 +pkg syscall (openbsd-386), const EUSERS = 68 +pkg syscall (openbsd-386), const EVFILT_AIO = -3 +pkg syscall (openbsd-386), const EVFILT_PROC = -5 +pkg syscall (openbsd-386), const EVFILT_READ = -1 +pkg syscall (openbsd-386), const EVFILT_SIGNAL = -6 +pkg syscall (openbsd-386), const EVFILT_SYSCOUNT = 7 +pkg syscall (openbsd-386), const EVFILT_TIMER = -7 +pkg syscall (openbsd-386), const EVFILT_VNODE = -4 +pkg syscall (openbsd-386), const EVFILT_WRITE = -2 +pkg syscall (openbsd-386), const EV_ADD = 1 +pkg syscall (openbsd-386), const EV_CLEAR = 32 +pkg syscall (openbsd-386), const EV_DELETE = 2 +pkg syscall (openbsd-386), const EV_DISABLE = 8 +pkg syscall (openbsd-386), const EV_ENABLE = 4 +pkg syscall (openbsd-386), const EV_EOF = 32768 +pkg syscall (openbsd-386), const EV_ERROR = 16384 +pkg syscall (openbsd-386), const EV_FLAG1 = 8192 +pkg syscall (openbsd-386), const EV_ONESHOT = 16 +pkg syscall (openbsd-386), const EV_SYSFLAGS = 61440 +pkg syscall (openbsd-386), const EWOULDBLOCK = 35 +pkg syscall (openbsd-386), const EXDEV = 18 +pkg syscall (openbsd-386), const EXTA = 19200 +pkg syscall (openbsd-386), const EXTB = 38400 +pkg syscall (openbsd-386), const EXTPROC = 2048 +pkg syscall (openbsd-386), const FD_CLOEXEC = 1 +pkg syscall (openbsd-386), const FD_SETSIZE = 1024 +pkg syscall (openbsd-386), const FLUSHO = 8388608 +pkg syscall (openbsd-386), const F_DUPFD = 0 +pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC = 10 +pkg syscall (openbsd-386), const F_GETFD = 1 +pkg syscall (openbsd-386), const F_GETFL = 3 +pkg syscall (openbsd-386), const F_GETLK = 7 +pkg syscall (openbsd-386), const F_GETOWN = 5 +pkg syscall (openbsd-386), const F_OK = 0 +pkg syscall (openbsd-386), const F_RDLCK = 1 +pkg syscall (openbsd-386), const F_SETFD = 2 +pkg syscall (openbsd-386), const F_SETFL = 4 +pkg syscall (openbsd-386), const F_SETLK = 8 +pkg syscall (openbsd-386), const F_SETLKW = 9 +pkg syscall (openbsd-386), const F_SETOWN = 6 +pkg syscall (openbsd-386), const F_UNLCK = 2 +pkg syscall (openbsd-386), const F_WRLCK = 3 +pkg syscall (openbsd-386), const HUPCL = 16384 +pkg syscall (openbsd-386), const ICANON = 256 +pkg syscall (openbsd-386), const ICRNL = 256 +pkg syscall (openbsd-386), const IEXTEN = 1024 +pkg syscall (openbsd-386), const IFAN_ARRIVAL = 0 +pkg syscall (openbsd-386), const IFAN_DEPARTURE = 1 +pkg syscall (openbsd-386), const IFA_ROUTE = 1 +pkg syscall (openbsd-386), const IFF_ALLMULTI = 512 +pkg syscall (openbsd-386), const IFF_CANTCHANGE = 36434 +pkg syscall (openbsd-386), const IFF_DEBUG = 4 +pkg syscall (openbsd-386), const IFF_LINK0 = 4096 +pkg syscall (openbsd-386), const IFF_LINK1 = 8192 +pkg syscall (openbsd-386), const IFF_LINK2 = 16384 +pkg syscall (openbsd-386), const IFF_LOOPBACK = 8 +pkg syscall (openbsd-386), const IFF_MULTICAST = 32768 +pkg syscall (openbsd-386), const IFF_NOARP = 128 +pkg syscall (openbsd-386), const IFF_NOTRAILERS = 32 +pkg syscall (openbsd-386), const IFF_OACTIVE = 1024 +pkg syscall (openbsd-386), const IFF_POINTOPOINT = 16 +pkg syscall (openbsd-386), const IFF_PROMISC = 256 +pkg syscall (openbsd-386), const IFF_RUNNING = 64 +pkg syscall (openbsd-386), const IFF_SIMPLEX = 2048 +pkg syscall (openbsd-386), const IFNAMSIZ = 16 +pkg syscall (openbsd-386), const IFT_1822 = 2 +pkg syscall (openbsd-386), const IFT_A12MPPSWITCH = 130 +pkg syscall (openbsd-386), const IFT_AAL2 = 187 +pkg syscall (openbsd-386), const IFT_AAL5 = 49 +pkg syscall (openbsd-386), const IFT_ADSL = 94 +pkg syscall (openbsd-386), const IFT_AFLANE8023 = 59 +pkg syscall (openbsd-386), const IFT_AFLANE8025 = 60 +pkg syscall (openbsd-386), const IFT_ARAP = 88 +pkg syscall (openbsd-386), const IFT_ARCNET = 35 +pkg syscall (openbsd-386), const IFT_ARCNETPLUS = 36 +pkg syscall (openbsd-386), const IFT_ASYNC = 84 +pkg syscall (openbsd-386), const IFT_ATM = 37 +pkg syscall (openbsd-386), const IFT_ATMDXI = 105 +pkg syscall (openbsd-386), const IFT_ATMFUNI = 106 +pkg syscall (openbsd-386), const IFT_ATMIMA = 107 +pkg syscall (openbsd-386), const IFT_ATMLOGICAL = 80 +pkg syscall (openbsd-386), const IFT_ATMRADIO = 189 +pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (openbsd-386), const IFT_ATMVCIENDPT = 194 +pkg syscall (openbsd-386), const IFT_ATMVIRTUAL = 149 +pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (openbsd-386), const IFT_BLUETOOTH = 248 +pkg syscall (openbsd-386), const IFT_BRIDGE = 209 +pkg syscall (openbsd-386), const IFT_BSC = 83 +pkg syscall (openbsd-386), const IFT_CARP = 247 +pkg syscall (openbsd-386), const IFT_CCTEMUL = 61 +pkg syscall (openbsd-386), const IFT_CEPT = 19 +pkg syscall (openbsd-386), const IFT_CES = 133 +pkg syscall (openbsd-386), const IFT_CHANNEL = 70 +pkg syscall (openbsd-386), const IFT_CNR = 85 +pkg syscall (openbsd-386), const IFT_COFFEE = 132 +pkg syscall (openbsd-386), const IFT_COMPOSITELINK = 155 +pkg syscall (openbsd-386), const IFT_DCN = 141 +pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (openbsd-386), const IFT_DLSW = 74 +pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (openbsd-386), const IFT_DS0 = 81 +pkg syscall (openbsd-386), const IFT_DS0BUNDLE = 82 +pkg syscall (openbsd-386), const IFT_DS1FDL = 170 +pkg syscall (openbsd-386), const IFT_DS3 = 30 +pkg syscall (openbsd-386), const IFT_DTM = 140 +pkg syscall (openbsd-386), const IFT_DUMMY = 241 +pkg syscall (openbsd-386), const IFT_DVBASILN = 172 +pkg syscall (openbsd-386), const IFT_DVBASIOUT = 173 +pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (openbsd-386), const IFT_ECONET = 206 +pkg syscall (openbsd-386), const IFT_ENC = 244 +pkg syscall (openbsd-386), const IFT_EON = 25 +pkg syscall (openbsd-386), const IFT_EPLRS = 87 +pkg syscall (openbsd-386), const IFT_ESCON = 73 +pkg syscall (openbsd-386), const IFT_ETHER = 6 +pkg syscall (openbsd-386), const IFT_FAITH = 243 +pkg syscall (openbsd-386), const IFT_FAST = 125 +pkg syscall (openbsd-386), const IFT_FASTETHER = 62 +pkg syscall (openbsd-386), const IFT_FASTETHERFX = 69 +pkg syscall (openbsd-386), const IFT_FDDI = 15 +pkg syscall (openbsd-386), const IFT_FIBRECHANNEL = 56 +pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI = 92 +pkg syscall (openbsd-386), const IFT_FRDLCIENDPT = 193 +pkg syscall (openbsd-386), const IFT_FRELAY = 32 +pkg syscall (openbsd-386), const IFT_FRELAYDCE = 44 +pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (openbsd-386), const IFT_FRFORWARD = 158 +pkg syscall (openbsd-386), const IFT_G703AT2MB = 67 +pkg syscall (openbsd-386), const IFT_G703AT64K = 66 +pkg syscall (openbsd-386), const IFT_GIF = 240 +pkg syscall (openbsd-386), const IFT_GIGABITETHERNET = 117 +pkg syscall (openbsd-386), const IFT_GR303IDT = 178 +pkg syscall (openbsd-386), const IFT_GR303RDT = 177 +pkg syscall (openbsd-386), const IFT_H323GATEKEEPER = 164 +pkg syscall (openbsd-386), const IFT_H323PROXY = 165 +pkg syscall (openbsd-386), const IFT_HDH1822 = 3 +pkg syscall (openbsd-386), const IFT_HDLC = 118 +pkg syscall (openbsd-386), const IFT_HDSL2 = 168 +pkg syscall (openbsd-386), const IFT_HIPERLAN2 = 183 +pkg syscall (openbsd-386), const IFT_HIPPI = 47 +pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE = 57 +pkg syscall (openbsd-386), const IFT_HOSTPAD = 90 +pkg syscall (openbsd-386), const IFT_HSSI = 46 +pkg syscall (openbsd-386), const IFT_HY = 14 +pkg syscall (openbsd-386), const IFT_IBM370PARCHAN = 72 +pkg syscall (openbsd-386), const IFT_IDSL = 154 +pkg syscall (openbsd-386), const IFT_IEEE1394 = 144 +pkg syscall (openbsd-386), const IFT_IEEE80211 = 71 +pkg syscall (openbsd-386), const IFT_IEEE80212 = 55 +pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG = 161 +pkg syscall (openbsd-386), const IFT_IFGSN = 145 +pkg syscall (openbsd-386), const IFT_IMT = 190 +pkg syscall (openbsd-386), const IFT_INFINIBAND = 199 +pkg syscall (openbsd-386), const IFT_INTERLEAVE = 124 +pkg syscall (openbsd-386), const IFT_IP = 126 +pkg syscall (openbsd-386), const IFT_IPFORWARD = 142 +pkg syscall (openbsd-386), const IFT_IPOVERATM = 114 +pkg syscall (openbsd-386), const IFT_IPOVERCDLC = 109 +pkg syscall (openbsd-386), const IFT_IPOVERCLAW = 110 +pkg syscall (openbsd-386), const IFT_IPSWITCH = 78 +pkg syscall (openbsd-386), const IFT_ISDN = 63 +pkg syscall (openbsd-386), const IFT_ISDNBASIC = 20 +pkg syscall (openbsd-386), const IFT_ISDNPRIMARY = 21 +pkg syscall (openbsd-386), const IFT_ISDNS = 75 +pkg syscall (openbsd-386), const IFT_ISDNU = 76 +pkg syscall (openbsd-386), const IFT_ISO88022LLC = 41 +pkg syscall (openbsd-386), const IFT_ISO88023 = 7 +pkg syscall (openbsd-386), const IFT_ISO88024 = 8 +pkg syscall (openbsd-386), const IFT_ISO88025 = 9 +pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT = 98 +pkg syscall (openbsd-386), const IFT_ISO88025DTR = 86 +pkg syscall (openbsd-386), const IFT_ISO88025FIBER = 115 +pkg syscall (openbsd-386), const IFT_ISO88026 = 10 +pkg syscall (openbsd-386), const IFT_ISUP = 179 +pkg syscall (openbsd-386), const IFT_L2VLAN = 135 +pkg syscall (openbsd-386), const IFT_L3IPVLAN = 136 +pkg syscall (openbsd-386), const IFT_L3IPXVLAN = 137 +pkg syscall (openbsd-386), const IFT_LAPB = 16 +pkg syscall (openbsd-386), const IFT_LAPD = 77 +pkg syscall (openbsd-386), const IFT_LAPF = 119 +pkg syscall (openbsd-386), const IFT_LINEGROUP = 210 +pkg syscall (openbsd-386), const IFT_LOCALTALK = 42 +pkg syscall (openbsd-386), const IFT_LOOP = 24 +pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (openbsd-386), const IFT_MFSIGLINK = 167 +pkg syscall (openbsd-386), const IFT_MIOX25 = 38 +pkg syscall (openbsd-386), const IFT_MODEM = 48 +pkg syscall (openbsd-386), const IFT_MPC = 113 +pkg syscall (openbsd-386), const IFT_MPLS = 166 +pkg syscall (openbsd-386), const IFT_MPLSTUNNEL = 150 +pkg syscall (openbsd-386), const IFT_MSDSL = 143 +pkg syscall (openbsd-386), const IFT_MVL = 191 +pkg syscall (openbsd-386), const IFT_MYRINET = 99 +pkg syscall (openbsd-386), const IFT_NFAS = 175 +pkg syscall (openbsd-386), const IFT_NSIP = 27 +pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL = 195 +pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (openbsd-386), const IFT_OTHER = 1 +pkg syscall (openbsd-386), const IFT_P10 = 12 +pkg syscall (openbsd-386), const IFT_P80 = 13 +pkg syscall (openbsd-386), const IFT_PARA = 34 +pkg syscall (openbsd-386), const IFT_PFLOG = 245 +pkg syscall (openbsd-386), const IFT_PFLOW = 249 +pkg syscall (openbsd-386), const IFT_PFSYNC = 246 +pkg syscall (openbsd-386), const IFT_PLC = 174 +pkg syscall (openbsd-386), const IFT_PON155 = 207 +pkg syscall (openbsd-386), const IFT_PON622 = 208 +pkg syscall (openbsd-386), const IFT_POS = 171 +pkg syscall (openbsd-386), const IFT_PPP = 23 +pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (openbsd-386), const IFT_PROPATM = 197 +pkg syscall (openbsd-386), const IFT_PROPBWAP2MP = 184 +pkg syscall (openbsd-386), const IFT_PROPCNLS = 89 +pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (openbsd-386), const IFT_PROPMUX = 54 +pkg syscall (openbsd-386), const IFT_PROPVIRTUAL = 53 +pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (openbsd-386), const IFT_PTPSERIAL = 22 +pkg syscall (openbsd-386), const IFT_PVC = 242 +pkg syscall (openbsd-386), const IFT_Q2931 = 201 +pkg syscall (openbsd-386), const IFT_QLLC = 68 +pkg syscall (openbsd-386), const IFT_RADIOMAC = 188 +pkg syscall (openbsd-386), const IFT_RADSL = 95 +pkg syscall (openbsd-386), const IFT_REACHDSL = 192 +pkg syscall (openbsd-386), const IFT_RFC1483 = 159 +pkg syscall (openbsd-386), const IFT_RS232 = 33 +pkg syscall (openbsd-386), const IFT_RSRB = 79 +pkg syscall (openbsd-386), const IFT_SDLC = 17 +pkg syscall (openbsd-386), const IFT_SDSL = 96 +pkg syscall (openbsd-386), const IFT_SHDSL = 169 +pkg syscall (openbsd-386), const IFT_SIP = 31 +pkg syscall (openbsd-386), const IFT_SIPSIG = 204 +pkg syscall (openbsd-386), const IFT_SIPTG = 203 +pkg syscall (openbsd-386), const IFT_SLIP = 28 +pkg syscall (openbsd-386), const IFT_SMDSDXI = 43 +pkg syscall (openbsd-386), const IFT_SMDSICIP = 52 +pkg syscall (openbsd-386), const IFT_SONET = 39 +pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (openbsd-386), const IFT_SONETPATH = 50 +pkg syscall (openbsd-386), const IFT_SONETVT = 51 +pkg syscall (openbsd-386), const IFT_SRP = 151 +pkg syscall (openbsd-386), const IFT_SS7SIGLINK = 156 +pkg syscall (openbsd-386), const IFT_STACKTOSTACK = 111 +pkg syscall (openbsd-386), const IFT_STARLAN = 11 +pkg syscall (openbsd-386), const IFT_T1 = 18 +pkg syscall (openbsd-386), const IFT_TDLC = 116 +pkg syscall (openbsd-386), const IFT_TELINK = 200 +pkg syscall (openbsd-386), const IFT_TERMPAD = 91 +pkg syscall (openbsd-386), const IFT_TR008 = 176 +pkg syscall (openbsd-386), const IFT_TRANSPHDLC = 123 +pkg syscall (openbsd-386), const IFT_TUNNEL = 131 +pkg syscall (openbsd-386), const IFT_ULTRA = 29 +pkg syscall (openbsd-386), const IFT_USB = 160 +pkg syscall (openbsd-386), const IFT_V11 = 64 +pkg syscall (openbsd-386), const IFT_V35 = 45 +pkg syscall (openbsd-386), const IFT_V36 = 65 +pkg syscall (openbsd-386), const IFT_V37 = 120 +pkg syscall (openbsd-386), const IFT_VDSL = 97 +pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (openbsd-386), const IFT_VIRTUALTG = 202 +pkg syscall (openbsd-386), const IFT_VOICEDID = 213 +pkg syscall (openbsd-386), const IFT_VOICEEM = 100 +pkg syscall (openbsd-386), const IFT_VOICEEMFGD = 211 +pkg syscall (openbsd-386), const IFT_VOICEENCAP = 103 +pkg syscall (openbsd-386), const IFT_VOICEFGDEANA = 212 +pkg syscall (openbsd-386), const IFT_VOICEFXO = 101 +pkg syscall (openbsd-386), const IFT_VOICEFXS = 102 +pkg syscall (openbsd-386), const IFT_VOICEOVERATM = 152 +pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE = 198 +pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (openbsd-386), const IFT_VOICEOVERIP = 104 +pkg syscall (openbsd-386), const IFT_X213 = 93 +pkg syscall (openbsd-386), const IFT_X25 = 5 +pkg syscall (openbsd-386), const IFT_X25DDN = 4 +pkg syscall (openbsd-386), const IFT_X25HUNTGROUP = 122 +pkg syscall (openbsd-386), const IFT_X25MLP = 121 +pkg syscall (openbsd-386), const IFT_X25PLE = 40 +pkg syscall (openbsd-386), const IFT_XETHER = 26 +pkg syscall (openbsd-386), const IGNBRK = 1 +pkg syscall (openbsd-386), const IGNCR = 128 +pkg syscall (openbsd-386), const IGNPAR = 4 +pkg syscall (openbsd-386), const IMAXBEL = 8192 +pkg syscall (openbsd-386), const INLCR = 64 +pkg syscall (openbsd-386), const INPCK = 16 +pkg syscall (openbsd-386), const IN_CLASSA_HOST = 16777215 +pkg syscall (openbsd-386), const IN_CLASSA_MAX = 128 +pkg syscall (openbsd-386), const IN_CLASSA_NET = 4278190080 +pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT = 24 +pkg syscall (openbsd-386), const IN_CLASSB_HOST = 65535 +pkg syscall (openbsd-386), const IN_CLASSB_MAX = 65536 +pkg syscall (openbsd-386), const IN_CLASSB_NET = 4294901760 +pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT = 16 +pkg syscall (openbsd-386), const IN_CLASSC_HOST = 255 +pkg syscall (openbsd-386), const IN_CLASSC_NET = 4294967040 +pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT = 8 +pkg syscall (openbsd-386), const IN_CLASSD_HOST = 268435455 +pkg syscall (openbsd-386), const IN_CLASSD_NET = 4026531840 +pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT = 28 +pkg syscall (openbsd-386), const IN_LOOPBACKNET = 127 +pkg syscall (openbsd-386), const IN_RFC3021_HOST = 1 +pkg syscall (openbsd-386), const IN_RFC3021_NET = 4294967294 +pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT = 31 +pkg syscall (openbsd-386), const IPPROTO_AH = 51 +pkg syscall (openbsd-386), const IPPROTO_CARP = 112 +pkg syscall (openbsd-386), const IPPROTO_DIVERT = 258 +pkg syscall (openbsd-386), const IPPROTO_DONE = 257 +pkg syscall (openbsd-386), const IPPROTO_DSTOPTS = 60 +pkg syscall (openbsd-386), const IPPROTO_EGP = 8 +pkg syscall (openbsd-386), const IPPROTO_ENCAP = 98 +pkg syscall (openbsd-386), const IPPROTO_EON = 80 +pkg syscall (openbsd-386), const IPPROTO_ESP = 50 +pkg syscall (openbsd-386), const IPPROTO_ETHERIP = 97 +pkg syscall (openbsd-386), const IPPROTO_FRAGMENT = 44 +pkg syscall (openbsd-386), const IPPROTO_GGP = 3 +pkg syscall (openbsd-386), const IPPROTO_GRE = 47 +pkg syscall (openbsd-386), const IPPROTO_HOPOPTS = 0 +pkg syscall (openbsd-386), const IPPROTO_ICMP = 1 +pkg syscall (openbsd-386), const IPPROTO_ICMPV6 = 58 +pkg syscall (openbsd-386), const IPPROTO_IDP = 22 +pkg syscall (openbsd-386), const IPPROTO_IGMP = 2 +pkg syscall (openbsd-386), const IPPROTO_IPCOMP = 108 +pkg syscall (openbsd-386), const IPPROTO_IPIP = 4 +pkg syscall (openbsd-386), const IPPROTO_IPV4 = 4 +pkg syscall (openbsd-386), const IPPROTO_MAX = 256 +pkg syscall (openbsd-386), const IPPROTO_MAXID = 259 +pkg syscall (openbsd-386), const IPPROTO_MOBILE = 55 +pkg syscall (openbsd-386), const IPPROTO_MPLS = 137 +pkg syscall (openbsd-386), const IPPROTO_NONE = 59 +pkg syscall (openbsd-386), const IPPROTO_PFSYNC = 240 +pkg syscall (openbsd-386), const IPPROTO_PIM = 103 +pkg syscall (openbsd-386), const IPPROTO_PUP = 12 +pkg syscall (openbsd-386), const IPPROTO_RAW = 255 +pkg syscall (openbsd-386), const IPPROTO_ROUTING = 43 +pkg syscall (openbsd-386), const IPPROTO_RSVP = 46 +pkg syscall (openbsd-386), const IPPROTO_TP = 29 +pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL = 53 +pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (openbsd-386), const IPV6_CHECKSUM = 26 +pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-386), const IPV6_DEFHLIM = 64 +pkg syscall (openbsd-386), const IPV6_DONTFRAG = 62 +pkg syscall (openbsd-386), const IPV6_DSTOPTS = 50 +pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL = 55 +pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL = 54 +pkg syscall (openbsd-386), const IPV6_FAITH = 29 +pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (openbsd-386), const IPV6_FRAGTTL = 120 +pkg syscall (openbsd-386), const IPV6_HLIMDEC = 1 +pkg syscall (openbsd-386), const IPV6_HOPLIMIT = 47 +pkg syscall (openbsd-386), const IPV6_HOPOPTS = 49 +pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL = 60 +pkg syscall (openbsd-386), const IPV6_JOIN_GROUP = 12 +pkg syscall (openbsd-386), const IPV6_LEAVE_GROUP = 13 +pkg syscall (openbsd-386), const IPV6_MAXHLIM = 255 +pkg syscall (openbsd-386), const IPV6_MAXPACKET = 65535 +pkg syscall (openbsd-386), const IPV6_MMTU = 1280 +pkg syscall (openbsd-386), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (openbsd-386), const IPV6_MULTICAST_IF = 9 +pkg syscall (openbsd-386), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (openbsd-386), const IPV6_NEXTHOP = 48 +pkg syscall (openbsd-386), const IPV6_OPTIONS = 1 +pkg syscall (openbsd-386), const IPV6_PATHMTU = 44 +pkg syscall (openbsd-386), const IPV6_PIPEX = 63 +pkg syscall (openbsd-386), const IPV6_PKTINFO = 46 +pkg syscall (openbsd-386), const IPV6_PORTRANGE = 14 +pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS = 40 +pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS = 39 +pkg syscall (openbsd-386), const IPV6_RECVPATHMTU = 43 +pkg syscall (openbsd-386), const IPV6_RECVPKTINFO = 36 +pkg syscall (openbsd-386), const IPV6_RECVRTHDR = 38 +pkg syscall (openbsd-386), const IPV6_RECVTCLASS = 57 +pkg syscall (openbsd-386), const IPV6_RTABLE = 4129 +pkg syscall (openbsd-386), const IPV6_RTHDR = 51 +pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT = 1 +pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (openbsd-386), const IPV6_TCLASS = 61 +pkg syscall (openbsd-386), const IPV6_UNICAST_HOPS = 4 +pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU = 42 +pkg syscall (openbsd-386), const IPV6_V6ONLY = 27 +pkg syscall (openbsd-386), const IPV6_VERSION = 96 +pkg syscall (openbsd-386), const IPV6_VERSION_MASK = 240 +pkg syscall (openbsd-386), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (openbsd-386), const IP_AUTH_LEVEL = 20 +pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (openbsd-386), const IP_DF = 16384 +pkg syscall (openbsd-386), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL = 22 +pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL = 21 +pkg syscall (openbsd-386), const IP_HDRINCL = 2 +pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL = 29 +pkg syscall (openbsd-386), const IP_IPSECFLOWINFO = 36 +pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH = 27 +pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED = 25 +pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID = 23 +pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH = 28 +pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED = 26 +pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID = 24 +pkg syscall (openbsd-386), const IP_MAXPACKET = 65535 +pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (openbsd-386), const IP_MF = 8192 +pkg syscall (openbsd-386), const IP_MINTTL = 32 +pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS = 15 +pkg syscall (openbsd-386), const IP_MSS = 576 +pkg syscall (openbsd-386), const IP_MULTICAST_IF = 9 +pkg syscall (openbsd-386), const IP_MULTICAST_LOOP = 11 +pkg syscall (openbsd-386), const IP_MULTICAST_TTL = 10 +pkg syscall (openbsd-386), const IP_OFFMASK = 8191 +pkg syscall (openbsd-386), const IP_OPTIONS = 1 +pkg syscall (openbsd-386), const IP_PIPEX = 34 +pkg syscall (openbsd-386), const IP_PORTRANGE = 19 +pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-386), const IP_PORTRANGE_LOW = 2 +pkg syscall (openbsd-386), const IP_RECVDSTADDR = 7 +pkg syscall (openbsd-386), const IP_RECVDSTPORT = 33 +pkg syscall (openbsd-386), const IP_RECVIF = 30 +pkg syscall (openbsd-386), const IP_RECVOPTS = 5 +pkg syscall (openbsd-386), const IP_RECVRETOPTS = 6 +pkg syscall (openbsd-386), const IP_RECVRTABLE = 35 +pkg syscall (openbsd-386), const IP_RECVTTL = 31 +pkg syscall (openbsd-386), const IP_RETOPTS = 8 +pkg syscall (openbsd-386), const IP_RF = 32768 +pkg syscall (openbsd-386), const IP_RTABLE = 4129 +pkg syscall (openbsd-386), const IP_TOS = 3 +pkg syscall (openbsd-386), const IP_TTL = 4 +pkg syscall (openbsd-386), const ISIG = 128 +pkg syscall (openbsd-386), const ISTRIP = 32 +pkg syscall (openbsd-386), const IXANY = 2048 +pkg syscall (openbsd-386), const IXOFF = 1024 +pkg syscall (openbsd-386), const IXON = 512 +pkg syscall (openbsd-386), const ImplementsGetwd = false +pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH = 6 +pkg syscall (openbsd-386), const LOCK_EX = 2 +pkg syscall (openbsd-386), const LOCK_NB = 4 +pkg syscall (openbsd-386), const LOCK_SH = 1 +pkg syscall (openbsd-386), const LOCK_UN = 8 +pkg syscall (openbsd-386), const MSG_BCAST = 256 +pkg syscall (openbsd-386), const MSG_CTRUNC = 32 +pkg syscall (openbsd-386), const MSG_DONTROUTE = 4 +pkg syscall (openbsd-386), const MSG_DONTWAIT = 128 +pkg syscall (openbsd-386), const MSG_EOR = 8 +pkg syscall (openbsd-386), const MSG_MCAST = 512 +pkg syscall (openbsd-386), const MSG_NOSIGNAL = 1024 +pkg syscall (openbsd-386), const MSG_OOB = 1 +pkg syscall (openbsd-386), const MSG_PEEK = 2 +pkg syscall (openbsd-386), const MSG_TRUNC = 16 +pkg syscall (openbsd-386), const MSG_WAITALL = 64 +pkg syscall (openbsd-386), const NAME_MAX = 255 +pkg syscall (openbsd-386), const NET_RT_DUMP = 1 +pkg syscall (openbsd-386), const NET_RT_FLAGS = 2 +pkg syscall (openbsd-386), const NET_RT_IFLIST = 3 +pkg syscall (openbsd-386), const NET_RT_MAXID = 6 +pkg syscall (openbsd-386), const NET_RT_STATS = 4 +pkg syscall (openbsd-386), const NET_RT_TABLE = 5 +pkg syscall (openbsd-386), const NOFLSH = 2147483648 +pkg syscall (openbsd-386), const NOTE_ATTRIB = 8 +pkg syscall (openbsd-386), const NOTE_CHILD = 4 +pkg syscall (openbsd-386), const NOTE_DELETE = 1 +pkg syscall (openbsd-386), const NOTE_EOF = 2 +pkg syscall (openbsd-386), const NOTE_EXEC = 536870912 +pkg syscall (openbsd-386), const NOTE_EXIT = 2147483648 +pkg syscall (openbsd-386), const NOTE_EXTEND = 4 +pkg syscall (openbsd-386), const NOTE_FORK = 1073741824 +pkg syscall (openbsd-386), const NOTE_LINK = 16 +pkg syscall (openbsd-386), const NOTE_LOWAT = 1 +pkg syscall (openbsd-386), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (openbsd-386), const NOTE_PDATAMASK = 1048575 +pkg syscall (openbsd-386), const NOTE_RENAME = 32 +pkg syscall (openbsd-386), const NOTE_REVOKE = 64 +pkg syscall (openbsd-386), const NOTE_TRACK = 1 +pkg syscall (openbsd-386), const NOTE_TRACKERR = 2 +pkg syscall (openbsd-386), const NOTE_TRUNCATE = 128 +pkg syscall (openbsd-386), const NOTE_WRITE = 2 +pkg syscall (openbsd-386), const OCRNL = 16 +pkg syscall (openbsd-386), const ONLCR = 2 +pkg syscall (openbsd-386), const ONLRET = 128 +pkg syscall (openbsd-386), const ONOCR = 64 +pkg syscall (openbsd-386), const ONOEOT = 8 +pkg syscall (openbsd-386), const OPOST = 1 +pkg syscall (openbsd-386), const O_ACCMODE = 3 +pkg syscall (openbsd-386), const O_APPEND = 8 +pkg syscall (openbsd-386), const O_ASYNC = 64 +pkg syscall (openbsd-386), const O_CLOEXEC = 65536 +pkg syscall (openbsd-386), const O_CREAT = 512 +pkg syscall (openbsd-386), const O_DIRECTORY = 131072 +pkg syscall (openbsd-386), const O_DSYNC = 128 +pkg syscall (openbsd-386), const O_EXCL = 2048 +pkg syscall (openbsd-386), const O_EXLOCK = 32 +pkg syscall (openbsd-386), const O_FSYNC = 128 +pkg syscall (openbsd-386), const O_NDELAY = 4 +pkg syscall (openbsd-386), const O_NOCTTY = 32768 +pkg syscall (openbsd-386), const O_NOFOLLOW = 256 +pkg syscall (openbsd-386), const O_NONBLOCK = 4 +pkg syscall (openbsd-386), const O_RSYNC = 128 +pkg syscall (openbsd-386), const O_SHLOCK = 16 +pkg syscall (openbsd-386), const O_SYNC = 128 +pkg syscall (openbsd-386), const O_TRUNC = 1024 +pkg syscall (openbsd-386), const PARENB = 4096 +pkg syscall (openbsd-386), const PARMRK = 8 +pkg syscall (openbsd-386), const PARODD = 8192 +pkg syscall (openbsd-386), const PENDIN = 536870912 +pkg syscall (openbsd-386), const PF_FLUSH = 1 +pkg syscall (openbsd-386), const PTRACE_CONT = 7 +pkg syscall (openbsd-386), const PTRACE_KILL = 8 +pkg syscall (openbsd-386), const PTRACE_TRACEME = 0 +pkg syscall (openbsd-386), const PT_MASK = 4190208 +pkg syscall (openbsd-386), const RLIMIT_CORE = 4 +pkg syscall (openbsd-386), const RLIMIT_CPU = 0 +pkg syscall (openbsd-386), const RLIMIT_DATA = 2 +pkg syscall (openbsd-386), const RLIMIT_FSIZE = 1 +pkg syscall (openbsd-386), const RLIMIT_NOFILE = 8 +pkg syscall (openbsd-386), const RLIMIT_STACK = 3 +pkg syscall (openbsd-386), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (openbsd-386), const RTAX_AUTHOR = 6 +pkg syscall (openbsd-386), const RTAX_BRD = 7 +pkg syscall (openbsd-386), const RTAX_DST = 0 +pkg syscall (openbsd-386), const RTAX_GATEWAY = 1 +pkg syscall (openbsd-386), const RTAX_GENMASK = 3 +pkg syscall (openbsd-386), const RTAX_IFA = 5 +pkg syscall (openbsd-386), const RTAX_IFP = 4 +pkg syscall (openbsd-386), const RTAX_LABEL = 10 +pkg syscall (openbsd-386), const RTAX_MAX = 11 +pkg syscall (openbsd-386), const RTAX_NETMASK = 2 +pkg syscall (openbsd-386), const RTAX_SRC = 8 +pkg syscall (openbsd-386), const RTAX_SRCMASK = 9 +pkg syscall (openbsd-386), const RTA_AUTHOR = 64 +pkg syscall (openbsd-386), const RTA_BRD = 128 +pkg syscall (openbsd-386), const RTA_DST = 1 +pkg syscall (openbsd-386), const RTA_GATEWAY = 2 +pkg syscall (openbsd-386), const RTA_GENMASK = 8 +pkg syscall (openbsd-386), const RTA_IFA = 32 +pkg syscall (openbsd-386), const RTA_IFP = 16 +pkg syscall (openbsd-386), const RTA_LABEL = 1024 +pkg syscall (openbsd-386), const RTA_NETMASK = 4 +pkg syscall (openbsd-386), const RTA_SRC = 256 +pkg syscall (openbsd-386), const RTA_SRCMASK = 512 +pkg syscall (openbsd-386), const RTF_ANNOUNCE = 16384 +pkg syscall (openbsd-386), const RTF_BLACKHOLE = 4096 +pkg syscall (openbsd-386), const RTF_CLONED = 65536 +pkg syscall (openbsd-386), const RTF_CLONING = 256 +pkg syscall (openbsd-386), const RTF_DONE = 64 +pkg syscall (openbsd-386), const RTF_DYNAMIC = 16 +pkg syscall (openbsd-386), const RTF_FMASK = 63496 +pkg syscall (openbsd-386), const RTF_GATEWAY = 2 +pkg syscall (openbsd-386), const RTF_HOST = 4 +pkg syscall (openbsd-386), const RTF_LLINFO = 1024 +pkg syscall (openbsd-386), const RTF_MASK = 128 +pkg syscall (openbsd-386), const RTF_MODIFIED = 32 +pkg syscall (openbsd-386), const RTF_MPATH = 262144 +pkg syscall (openbsd-386), const RTF_MPLS = 1048576 +pkg syscall (openbsd-386), const RTF_PERMANENT_ARP = 8192 +pkg syscall (openbsd-386), const RTF_PROTO1 = 32768 +pkg syscall (openbsd-386), const RTF_PROTO2 = 16384 +pkg syscall (openbsd-386), const RTF_PROTO3 = 8192 +pkg syscall (openbsd-386), const RTF_REJECT = 8 +pkg syscall (openbsd-386), const RTF_SOURCE = 131072 +pkg syscall (openbsd-386), const RTF_STATIC = 2048 +pkg syscall (openbsd-386), const RTF_TUNNEL = 1048576 +pkg syscall (openbsd-386), const RTF_UP = 1 +pkg syscall (openbsd-386), const RTF_USETRAILERS = 32768 +pkg syscall (openbsd-386), const RTF_XRESOLVE = 512 +pkg syscall (openbsd-386), const RTM_ADD = 1 +pkg syscall (openbsd-386), const RTM_CHANGE = 3 +pkg syscall (openbsd-386), const RTM_DELADDR = 13 +pkg syscall (openbsd-386), const RTM_DELETE = 2 +pkg syscall (openbsd-386), const RTM_DESYNC = 16 +pkg syscall (openbsd-386), const RTM_GET = 4 +pkg syscall (openbsd-386), const RTM_IFANNOUNCE = 15 +pkg syscall (openbsd-386), const RTM_IFINFO = 14 +pkg syscall (openbsd-386), const RTM_LOCK = 8 +pkg syscall (openbsd-386), const RTM_LOSING = 5 +pkg syscall (openbsd-386), const RTM_MAXSIZE = 2048 +pkg syscall (openbsd-386), const RTM_MISS = 7 +pkg syscall (openbsd-386), const RTM_NEWADDR = 12 +pkg syscall (openbsd-386), const RTM_REDIRECT = 6 +pkg syscall (openbsd-386), const RTM_RESOLVE = 11 +pkg syscall (openbsd-386), const RTM_RTTUNIT = 1000000 +pkg syscall (openbsd-386), const RTM_VERSION = 4 +pkg syscall (openbsd-386), const RTV_EXPIRE = 4 +pkg syscall (openbsd-386), const RTV_HOPCOUNT = 2 +pkg syscall (openbsd-386), const RTV_MTU = 1 +pkg syscall (openbsd-386), const RTV_RPIPE = 8 +pkg syscall (openbsd-386), const RTV_RTT = 64 +pkg syscall (openbsd-386), const RTV_RTTVAR = 128 +pkg syscall (openbsd-386), const RTV_SPIPE = 16 +pkg syscall (openbsd-386), const RTV_SSTHRESH = 32 +pkg syscall (openbsd-386), const RT_TABLEID_MAX = 255 +pkg syscall (openbsd-386), const RUSAGE_CHILDREN = -1 +pkg syscall (openbsd-386), const RUSAGE_SELF = 0 +pkg syscall (openbsd-386), const RUSAGE_THREAD = 1 +pkg syscall (openbsd-386), const SCM_RIGHTS = 1 +pkg syscall (openbsd-386), const SCM_TIMESTAMP = 4 +pkg syscall (openbsd-386), const SIGBUS = 10 +pkg syscall (openbsd-386), const SIGCHLD = 20 +pkg syscall (openbsd-386), const SIGCONT = 19 +pkg syscall (openbsd-386), const SIGEMT = 7 +pkg syscall (openbsd-386), const SIGINFO = 29 +pkg syscall (openbsd-386), const SIGIO = 23 +pkg syscall (openbsd-386), const SIGIOT = 6 +pkg syscall (openbsd-386), const SIGPROF = 27 +pkg syscall (openbsd-386), const SIGSTOP = 17 +pkg syscall (openbsd-386), const SIGSYS = 12 +pkg syscall (openbsd-386), const SIGTHR = 32 +pkg syscall (openbsd-386), const SIGTSTP = 18 +pkg syscall (openbsd-386), const SIGTTIN = 21 +pkg syscall (openbsd-386), const SIGTTOU = 22 +pkg syscall (openbsd-386), const SIGURG = 16 +pkg syscall (openbsd-386), const SIGUSR1 = 30 +pkg syscall (openbsd-386), const SIGUSR2 = 31 +pkg syscall (openbsd-386), const SIGVTALRM = 26 +pkg syscall (openbsd-386), const SIGWINCH = 28 +pkg syscall (openbsd-386), const SIGXCPU = 24 +pkg syscall (openbsd-386), const SIGXFSZ = 25 +pkg syscall (openbsd-386), const SIOCADDMULTI = 2149607729 +pkg syscall (openbsd-386), const SIOCAIFADDR = 2151704858 +pkg syscall (openbsd-386), const SIOCAIFGROUP = 2149869959 +pkg syscall (openbsd-386), const SIOCALIFADDR = 2182637852 +pkg syscall (openbsd-386), const SIOCATMARK = 1074033415 +pkg syscall (openbsd-386), const SIOCBRDGADD = 2153015612 +pkg syscall (openbsd-386), const SIOCBRDGADDS = 2153015617 +pkg syscall (openbsd-386), const SIOCBRDGARL = 2154719565 +pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-386), const SIOCBRDGDEL = 2153015613 +pkg syscall (openbsd-386), const SIOCBRDGDELS = 2153015618 +pkg syscall (openbsd-386), const SIOCBRDGFLUSH = 2153015624 +pkg syscall (openbsd-386), const SIOCBRDGFRL = 2154719566 +pkg syscall (openbsd-386), const SIOCBRDGGCACHE = 3222563137 +pkg syscall (openbsd-386), const SIOCBRDGGFD = 3222563154 +pkg syscall (openbsd-386), const SIOCBRDGGHT = 3222563153 +pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS = 3226757438 +pkg syscall (openbsd-386), const SIOCBRDGGMA = 3222563155 +pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456 +pkg syscall (openbsd-386), const SIOCBRDGGPRI = 3222563152 +pkg syscall (openbsd-386), const SIOCBRDGGRL = 3223873871 +pkg syscall (openbsd-386), const SIOCBRDGGSIFS = 3226757436 +pkg syscall (openbsd-386), const SIOCBRDGGTO = 3222563142 +pkg syscall (openbsd-386), const SIOCBRDGIFS = 3226757442 +pkg syscall (openbsd-386), const SIOCBRDGRTS = 3222825283 +pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-386), const SIOCBRDGSCACHE = 2148821312 +pkg syscall (openbsd-386), const SIOCBRDGSFD = 2148821330 +pkg syscall (openbsd-386), const SIOCBRDGSHT = 2148821329 +pkg syscall (openbsd-386), const SIOCBRDGSIFCOST = 2153015637 +pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS = 2153015615 +pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO = 2153015636 +pkg syscall (openbsd-386), const SIOCBRDGSMA = 2148821331 +pkg syscall (openbsd-386), const SIOCBRDGSPRI = 2148821328 +pkg syscall (openbsd-386), const SIOCBRDGSPROTO = 2148821338 +pkg syscall (openbsd-386), const SIOCBRDGSTO = 2148821317 +pkg syscall (openbsd-386), const SIOCBRDGSTXHC = 2148821337 +pkg syscall (openbsd-386), const SIOCDELMULTI = 2149607730 +pkg syscall (openbsd-386), const SIOCDIFADDR = 2149607705 +pkg syscall (openbsd-386), const SIOCDIFGROUP = 2149869961 +pkg syscall (openbsd-386), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (openbsd-386), const SIOCDLIFADDR = 2182637854 +pkg syscall (openbsd-386), const SIOCGETKALIVE = 3222825380 +pkg syscall (openbsd-386), const SIOCGETLABEL = 2149607834 +pkg syscall (openbsd-386), const SIOCGETPFLOW = 3223349758 +pkg syscall (openbsd-386), const SIOCGETPFSYNC = 3223349752 +pkg syscall (openbsd-386), const SIOCGETSGCNT = 3222566196 +pkg syscall (openbsd-386), const SIOCGETVIFCNT = 3222566195 +pkg syscall (openbsd-386), const SIOCGHIWAT = 1074033409 +pkg syscall (openbsd-386), const SIOCGIFADDR = 3223349537 +pkg syscall (openbsd-386), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (openbsd-386), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (openbsd-386), const SIOCGIFCONF = 3221776676 +pkg syscall (openbsd-386), const SIOCGIFDATA = 3223349531 +pkg syscall (openbsd-386), const SIOCGIFDESCR = 3223349633 +pkg syscall (openbsd-386), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (openbsd-386), const SIOCGIFFLAGS = 3223349521 +pkg syscall (openbsd-386), const SIOCGIFGATTR = 3223611787 +pkg syscall (openbsd-386), const SIOCGIFGENERIC = 3223349562 +pkg syscall (openbsd-386), const SIOCGIFGMEMB = 3223611786 +pkg syscall (openbsd-386), const SIOCGIFGROUP = 3223611784 +pkg syscall (openbsd-386), const SIOCGIFMEDIA = 3223873846 +pkg syscall (openbsd-386), const SIOCGIFMETRIC = 3223349527 +pkg syscall (openbsd-386), const SIOCGIFMTU = 3223349630 +pkg syscall (openbsd-386), const SIOCGIFNETMASK = 3223349541 +pkg syscall (openbsd-386), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (openbsd-386), const SIOCGIFPRIORITY = 3223349660 +pkg syscall (openbsd-386), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (openbsd-386), const SIOCGIFRDOMAIN = 3223349664 +pkg syscall (openbsd-386), const SIOCGIFRTLABEL = 3223349635 +pkg syscall (openbsd-386), const SIOCGIFTIMESLOT = 3223349638 +pkg syscall (openbsd-386), const SIOCGIFXFLAGS = 3223349662 +pkg syscall (openbsd-386), const SIOCGLIFADDR = 3256379677 +pkg syscall (openbsd-386), const SIOCGLIFPHYADDR = 3256379723 +pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE = 3223349666 +pkg syscall (openbsd-386), const SIOCGLOWAT = 1074033411 +pkg syscall (openbsd-386), const SIOCGPGRP = 1074033417 +pkg syscall (openbsd-386), const SIOCGVH = 3223349750 +pkg syscall (openbsd-386), const SIOCIFCREATE = 2149607802 +pkg syscall (openbsd-386), const SIOCIFDESTROY = 2149607801 +pkg syscall (openbsd-386), const SIOCIFGCLONERS = 3222038904 +pkg syscall (openbsd-386), const SIOCSETKALIVE = 2149083555 +pkg syscall (openbsd-386), const SIOCSETLABEL = 2149607833 +pkg syscall (openbsd-386), const SIOCSETPFLOW = 2149607933 +pkg syscall (openbsd-386), const SIOCSETPFSYNC = 2149607927 +pkg syscall (openbsd-386), const SIOCSHIWAT = 2147775232 +pkg syscall (openbsd-386), const SIOCSIFADDR = 2149607692 +pkg syscall (openbsd-386), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (openbsd-386), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (openbsd-386), const SIOCSIFDESCR = 2149607808 +pkg syscall (openbsd-386), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (openbsd-386), const SIOCSIFFLAGS = 2149607696 +pkg syscall (openbsd-386), const SIOCSIFGATTR = 2149869964 +pkg syscall (openbsd-386), const SIOCSIFGENERIC = 2149607737 +pkg syscall (openbsd-386), const SIOCSIFLLADDR = 2149607711 +pkg syscall (openbsd-386), const SIOCSIFMEDIA = 3223349557 +pkg syscall (openbsd-386), const SIOCSIFMETRIC = 2149607704 +pkg syscall (openbsd-386), const SIOCSIFMTU = 2149607807 +pkg syscall (openbsd-386), const SIOCSIFNETMASK = 2149607702 +pkg syscall (openbsd-386), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (openbsd-386), const SIOCSIFPRIORITY = 2149607835 +pkg syscall (openbsd-386), const SIOCSIFRDOMAIN = 2149607839 +pkg syscall (openbsd-386), const SIOCSIFRTLABEL = 2149607810 +pkg syscall (openbsd-386), const SIOCSIFTIMESLOT = 2149607813 +pkg syscall (openbsd-386), const SIOCSIFXFLAGS = 2149607837 +pkg syscall (openbsd-386), const SIOCSLIFPHYADDR = 2182637898 +pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE = 2149607841 +pkg syscall (openbsd-386), const SIOCSLOWAT = 2147775234 +pkg syscall (openbsd-386), const SIOCSPGRP = 2147775240 +pkg syscall (openbsd-386), const SIOCSVH = 3223349749 +pkg syscall (openbsd-386), const SOCK_RDM = 4 +pkg syscall (openbsd-386), const SOL_SOCKET = 65535 +pkg syscall (openbsd-386), const SOMAXCONN = 128 +pkg syscall (openbsd-386), const SO_ACCEPTCONN = 2 +pkg syscall (openbsd-386), const SO_BINDANY = 4096 +pkg syscall (openbsd-386), const SO_BROADCAST = 32 +pkg syscall (openbsd-386), const SO_DEBUG = 1 +pkg syscall (openbsd-386), const SO_DONTROUTE = 16 +pkg syscall (openbsd-386), const SO_ERROR = 4103 +pkg syscall (openbsd-386), const SO_KEEPALIVE = 8 +pkg syscall (openbsd-386), const SO_LINGER = 128 +pkg syscall (openbsd-386), const SO_NETPROC = 4128 +pkg syscall (openbsd-386), const SO_OOBINLINE = 256 +pkg syscall (openbsd-386), const SO_PEERCRED = 4130 +pkg syscall (openbsd-386), const SO_RCVBUF = 4098 +pkg syscall (openbsd-386), const SO_RCVLOWAT = 4100 +pkg syscall (openbsd-386), const SO_RCVTIMEO = 4102 +pkg syscall (openbsd-386), const SO_REUSEADDR = 4 +pkg syscall (openbsd-386), const SO_REUSEPORT = 512 +pkg syscall (openbsd-386), const SO_RTABLE = 4129 +pkg syscall (openbsd-386), const SO_SNDBUF = 4097 +pkg syscall (openbsd-386), const SO_SNDLOWAT = 4099 +pkg syscall (openbsd-386), const SO_SNDTIMEO = 4101 +pkg syscall (openbsd-386), const SO_SPLICE = 4131 +pkg syscall (openbsd-386), const SO_TIMESTAMP = 2048 +pkg syscall (openbsd-386), const SO_TYPE = 4104 +pkg syscall (openbsd-386), const SO_USELOOPBACK = 64 +pkg syscall (openbsd-386), const SYS_ACCEPT = 30 +pkg syscall (openbsd-386), const SYS_ACCESS = 33 +pkg syscall (openbsd-386), const SYS_ACCT = 51 +pkg syscall (openbsd-386), const SYS_ADJFREQ = 305 +pkg syscall (openbsd-386), const SYS_ADJTIME = 140 +pkg syscall (openbsd-386), const SYS_BIND = 104 +pkg syscall (openbsd-386), const SYS_CHDIR = 12 +pkg syscall (openbsd-386), const SYS_CHFLAGS = 34 +pkg syscall (openbsd-386), const SYS_CHMOD = 15 +pkg syscall (openbsd-386), const SYS_CHOWN = 16 +pkg syscall (openbsd-386), const SYS_CHROOT = 61 +pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-386), const SYS_CLOSE = 6 +pkg syscall (openbsd-386), const SYS_CLOSEFROM = 287 +pkg syscall (openbsd-386), const SYS_CONNECT = 98 +pkg syscall (openbsd-386), const SYS_DUP = 41 +pkg syscall (openbsd-386), const SYS_DUP2 = 90 +pkg syscall (openbsd-386), const SYS_EXECVE = 59 +pkg syscall (openbsd-386), const SYS_EXIT = 1 +pkg syscall (openbsd-386), const SYS_FACCESSAT = 313 +pkg syscall (openbsd-386), const SYS_FCHDIR = 13 +pkg syscall (openbsd-386), const SYS_FCHFLAGS = 35 +pkg syscall (openbsd-386), const SYS_FCHMOD = 124 +pkg syscall (openbsd-386), const SYS_FCHMODAT = 314 +pkg syscall (openbsd-386), const SYS_FCHOWN = 123 +pkg syscall (openbsd-386), const SYS_FCHOWNAT = 315 +pkg syscall (openbsd-386), const SYS_FCNTL = 92 +pkg syscall (openbsd-386), const SYS_FHOPEN = 264 +pkg syscall (openbsd-386), const SYS_FHSTAT = 294 +pkg syscall (openbsd-386), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-386), const SYS_FLOCK = 131 +pkg syscall (openbsd-386), const SYS_FORK = 2 +pkg syscall (openbsd-386), const SYS_FPATHCONF = 192 +pkg syscall (openbsd-386), const SYS_FSTAT = 292 +pkg syscall (openbsd-386), const SYS_FSTATAT = 316 +pkg syscall (openbsd-386), const SYS_FSTATFS = 308 +pkg syscall (openbsd-386), const SYS_FSYNC = 95 +pkg syscall (openbsd-386), const SYS_FTRUNCATE = 201 +pkg syscall (openbsd-386), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-386), const SYS_FUTIMES = 206 +pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT = 18 +pkg syscall (openbsd-386), const SYS_GETEGID = 43 +pkg syscall (openbsd-386), const SYS_GETEUID = 25 +pkg syscall (openbsd-386), const SYS_GETFH = 161 +pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-386), const SYS_GETGID = 47 +pkg syscall (openbsd-386), const SYS_GETGROUPS = 79 +pkg syscall (openbsd-386), const SYS_GETITIMER = 86 +pkg syscall (openbsd-386), const SYS_GETLOGIN = 49 +pkg syscall (openbsd-386), const SYS_GETPEERNAME = 31 +pkg syscall (openbsd-386), const SYS_GETPGID = 207 +pkg syscall (openbsd-386), const SYS_GETPGRP = 81 +pkg syscall (openbsd-386), const SYS_GETPID = 20 +pkg syscall (openbsd-386), const SYS_GETPPID = 39 +pkg syscall (openbsd-386), const SYS_GETPRIORITY = 100 +pkg syscall (openbsd-386), const SYS_GETRESGID = 283 +pkg syscall (openbsd-386), const SYS_GETRESUID = 281 +pkg syscall (openbsd-386), const SYS_GETRLIMIT = 194 +pkg syscall (openbsd-386), const SYS_GETRTABLE = 311 +pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-386), const SYS_GETSID = 255 +pkg syscall (openbsd-386), const SYS_GETSOCKNAME = 32 +pkg syscall (openbsd-386), const SYS_GETSOCKOPT = 118 +pkg syscall (openbsd-386), const SYS_GETTHRID = 299 +pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-386), const SYS_GETUID = 24 +pkg syscall (openbsd-386), const SYS_IOCTL = 54 +pkg syscall (openbsd-386), const SYS_ISSETUGID = 253 +pkg syscall (openbsd-386), const SYS_KEVENT = 270 +pkg syscall (openbsd-386), const SYS_KILL = 37 +pkg syscall (openbsd-386), const SYS_KQUEUE = 269 +pkg syscall (openbsd-386), const SYS_KTRACE = 45 +pkg syscall (openbsd-386), const SYS_LCHOWN = 254 +pkg syscall (openbsd-386), const SYS_LINK = 9 +pkg syscall (openbsd-386), const SYS_LINKAT = 317 +pkg syscall (openbsd-386), const SYS_LISTEN = 106 +pkg syscall (openbsd-386), const SYS_LSEEK = 199 +pkg syscall (openbsd-386), const SYS_LSTAT = 293 +pkg syscall (openbsd-386), const SYS_MADVISE = 75 +pkg syscall (openbsd-386), const SYS_MINCORE = 78 +pkg syscall (openbsd-386), const SYS_MINHERIT = 250 +pkg syscall (openbsd-386), const SYS_MKDIR = 136 +pkg syscall (openbsd-386), const SYS_MKDIRAT = 318 +pkg syscall (openbsd-386), const SYS_MKFIFO = 132 +pkg syscall (openbsd-386), const SYS_MKFIFOAT = 319 +pkg syscall (openbsd-386), const SYS_MKNOD = 14 +pkg syscall (openbsd-386), const SYS_MKNODAT = 320 +pkg syscall (openbsd-386), const SYS_MLOCK = 203 +pkg syscall (openbsd-386), const SYS_MLOCKALL = 271 +pkg syscall (openbsd-386), const SYS_MMAP = 197 +pkg syscall (openbsd-386), const SYS_MOUNT = 21 +pkg syscall (openbsd-386), const SYS_MPROTECT = 74 +pkg syscall (openbsd-386), const SYS_MQUERY = 286 +pkg syscall (openbsd-386), const SYS_MSGCTL = 297 +pkg syscall (openbsd-386), const SYS_MSGGET = 225 +pkg syscall (openbsd-386), const SYS_MSGRCV = 227 +pkg syscall (openbsd-386), const SYS_MSGSND = 226 +pkg syscall (openbsd-386), const SYS_MSYNC = 256 +pkg syscall (openbsd-386), const SYS_MUNLOCK = 204 +pkg syscall (openbsd-386), const SYS_MUNLOCKALL = 272 +pkg syscall (openbsd-386), const SYS_MUNMAP = 73 +pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-386), const SYS_NFSSVC = 155 +pkg syscall (openbsd-386), const SYS_OBREAK = 17 +pkg syscall (openbsd-386), const SYS_OPEN = 5 +pkg syscall (openbsd-386), const SYS_OPENAT = 321 +pkg syscall (openbsd-386), const SYS_PATHCONF = 191 +pkg syscall (openbsd-386), const SYS_PIPE = 263 +pkg syscall (openbsd-386), const SYS_POLL = 252 +pkg syscall (openbsd-386), const SYS_PREAD = 173 +pkg syscall (openbsd-386), const SYS_PREADV = 267 +pkg syscall (openbsd-386), const SYS_PROFIL = 44 +pkg syscall (openbsd-386), const SYS_PTRACE = 26 +pkg syscall (openbsd-386), const SYS_PWRITE = 174 +pkg syscall (openbsd-386), const SYS_PWRITEV = 268 +pkg syscall (openbsd-386), const SYS_QUOTACTL = 148 +pkg syscall (openbsd-386), const SYS_READ = 3 +pkg syscall (openbsd-386), const SYS_READLINK = 58 +pkg syscall (openbsd-386), const SYS_READLINKAT = 322 +pkg syscall (openbsd-386), const SYS_READV = 120 +pkg syscall (openbsd-386), const SYS_REBOOT = 55 +pkg syscall (openbsd-386), const SYS_RECVFROM = 29 +pkg syscall (openbsd-386), const SYS_RECVMSG = 27 +pkg syscall (openbsd-386), const SYS_RENAME = 128 +pkg syscall (openbsd-386), const SYS_RENAMEAT = 323 +pkg syscall (openbsd-386), const SYS_REVOKE = 56 +pkg syscall (openbsd-386), const SYS_RMDIR = 137 +pkg syscall (openbsd-386), const SYS_SCHED_YIELD = 298 +pkg syscall (openbsd-386), const SYS_SELECT = 93 +pkg syscall (openbsd-386), const SYS_SEMGET = 221 +pkg syscall (openbsd-386), const SYS_SEMOP = 290 +pkg syscall (openbsd-386), const SYS_SENDMSG = 28 +pkg syscall (openbsd-386), const SYS_SENDTO = 133 +pkg syscall (openbsd-386), const SYS_SETEGID = 182 +pkg syscall (openbsd-386), const SYS_SETEUID = 183 +pkg syscall (openbsd-386), const SYS_SETGID = 181 +pkg syscall (openbsd-386), const SYS_SETGROUPS = 80 +pkg syscall (openbsd-386), const SYS_SETITIMER = 83 +pkg syscall (openbsd-386), const SYS_SETLOGIN = 50 +pkg syscall (openbsd-386), const SYS_SETPGID = 82 +pkg syscall (openbsd-386), const SYS_SETPRIORITY = 96 +pkg syscall (openbsd-386), const SYS_SETREGID = 127 +pkg syscall (openbsd-386), const SYS_SETRESGID = 284 +pkg syscall (openbsd-386), const SYS_SETRESUID = 282 +pkg syscall (openbsd-386), const SYS_SETREUID = 126 +pkg syscall (openbsd-386), const SYS_SETRLIMIT = 195 +pkg syscall (openbsd-386), const SYS_SETRTABLE = 310 +pkg syscall (openbsd-386), const SYS_SETSID = 147 +pkg syscall (openbsd-386), const SYS_SETSOCKOPT = 105 +pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-386), const SYS_SETUID = 23 +pkg syscall (openbsd-386), const SYS_SHMAT = 228 +pkg syscall (openbsd-386), const SYS_SHMCTL = 296 +pkg syscall (openbsd-386), const SYS_SHMDT = 230 +pkg syscall (openbsd-386), const SYS_SHMGET = 289 +pkg syscall (openbsd-386), const SYS_SHUTDOWN = 134 +pkg syscall (openbsd-386), const SYS_SIGACTION = 46 +pkg syscall (openbsd-386), const SYS_SIGALTSTACK = 288 +pkg syscall (openbsd-386), const SYS_SIGPENDING = 52 +pkg syscall (openbsd-386), const SYS_SIGPROCMASK = 48 +pkg syscall (openbsd-386), const SYS_SIGRETURN = 103 +pkg syscall (openbsd-386), const SYS_SIGSUSPEND = 111 +pkg syscall (openbsd-386), const SYS_SOCKET = 97 +pkg syscall (openbsd-386), const SYS_SOCKETPAIR = 135 +pkg syscall (openbsd-386), const SYS_STAT = 291 +pkg syscall (openbsd-386), const SYS_STATFS = 307 +pkg syscall (openbsd-386), const SYS_SWAPCTL = 193 +pkg syscall (openbsd-386), const SYS_SYMLINK = 57 +pkg syscall (openbsd-386), const SYS_SYMLINKAT = 324 +pkg syscall (openbsd-386), const SYS_SYNC = 36 +pkg syscall (openbsd-386), const SYS_SYSARCH = 165 +pkg syscall (openbsd-386), const SYS_TRUNCATE = 200 +pkg syscall (openbsd-386), const SYS_UMASK = 60 +pkg syscall (openbsd-386), const SYS_UNLINK = 10 +pkg syscall (openbsd-386), const SYS_UNLINKAT = 325 +pkg syscall (openbsd-386), const SYS_UNMOUNT = 22 +pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-386), const SYS_UTIMES = 138 +pkg syscall (openbsd-386), const SYS_VFORK = 66 +pkg syscall (openbsd-386), const SYS_WAIT4 = 7 +pkg syscall (openbsd-386), const SYS_WRITE = 4 +pkg syscall (openbsd-386), const SYS_WRITEV = 121 +pkg syscall (openbsd-386), const SYS___GETCWD = 304 +pkg syscall (openbsd-386), const SYS___GET_TCB = 330 +pkg syscall (openbsd-386), const SYS___SEMCTL = 295 +pkg syscall (openbsd-386), const SYS___SET_TCB = 329 +pkg syscall (openbsd-386), const SYS___SYSCTL = 202 +pkg syscall (openbsd-386), const SYS___TFORK = 8 +pkg syscall (openbsd-386), const SYS___THREXIT = 302 +pkg syscall (openbsd-386), const SYS___THRSIGDIVERT = 303 +pkg syscall (openbsd-386), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-386), const SYS___THRWAKEUP = 301 +pkg syscall (openbsd-386), const S_IFMT = 61440 +pkg syscall (openbsd-386), const SizeofBpfHdr = 20 +pkg syscall (openbsd-386), const SizeofBpfInsn = 8 +pkg syscall (openbsd-386), const SizeofBpfProgram = 8 +pkg syscall (openbsd-386), const SizeofBpfStat = 8 +pkg syscall (openbsd-386), const SizeofBpfVersion = 4 +pkg syscall (openbsd-386), const SizeofCmsghdr = 12 +pkg syscall (openbsd-386), const SizeofIPMreq = 8 +pkg syscall (openbsd-386), const SizeofIPv6Mreq = 20 +pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr = 26 +pkg syscall (openbsd-386), const SizeofIfData = 208 +pkg syscall (openbsd-386), const SizeofIfMsghdr = 232 +pkg syscall (openbsd-386), const SizeofIfaMsghdr = 24 +pkg syscall (openbsd-386), const SizeofInet6Pktinfo = 20 +pkg syscall (openbsd-386), const SizeofLinger = 8 +pkg syscall (openbsd-386), const SizeofMsghdr = 28 +pkg syscall (openbsd-386), const SizeofRtMetrics = 48 +pkg syscall (openbsd-386), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-386), const SizeofSockaddrAny = 108 +pkg syscall (openbsd-386), const SizeofSockaddrDatalink = 32 +pkg syscall (openbsd-386), const SizeofSockaddrInet4 = 16 +pkg syscall (openbsd-386), const SizeofSockaddrInet6 = 28 +pkg syscall (openbsd-386), const SizeofSockaddrUnix = 106 +pkg syscall (openbsd-386), const TCIFLUSH = 1 +pkg syscall (openbsd-386), const TCIOFLUSH = 3 +pkg syscall (openbsd-386), const TCOFLUSH = 2 +pkg syscall (openbsd-386), const TCP_MAXBURST = 4 +pkg syscall (openbsd-386), const TCP_MAXSEG = 2 +pkg syscall (openbsd-386), const TCP_MAXWIN = 65535 +pkg syscall (openbsd-386), const TCP_MAX_SACK = 3 +pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT = 14 +pkg syscall (openbsd-386), const TCP_MD5SIG = 4 +pkg syscall (openbsd-386), const TCP_MSS = 512 +pkg syscall (openbsd-386), const TCP_NSTATES = 11 +pkg syscall (openbsd-386), const TCP_SACK_ENABLE = 8 +pkg syscall (openbsd-386), const TCSAFLUSH = 2 +pkg syscall (openbsd-386), const TIOCCBRK = 536900730 +pkg syscall (openbsd-386), const TIOCCDTR = 536900728 +pkg syscall (openbsd-386), const TIOCCONS = 2147775586 +pkg syscall (openbsd-386), const TIOCDRAIN = 536900702 +pkg syscall (openbsd-386), const TIOCEXCL = 536900621 +pkg syscall (openbsd-386), const TIOCEXT = 2147775584 +pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL = 2 +pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF = 8 +pkg syscall (openbsd-386), const TIOCFLAG_PPS = 16 +pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (openbsd-386), const TIOCFLUSH = 2147775504 +pkg syscall (openbsd-386), const TIOCGETA = 1076655123 +pkg syscall (openbsd-386), const TIOCGETD = 1074033690 +pkg syscall (openbsd-386), const TIOCGFLAGS = 1074033757 +pkg syscall (openbsd-386), const TIOCGPGRP = 1074033783 +pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899 +pkg syscall (openbsd-386), const TIOCGWINSZ = 1074295912 +pkg syscall (openbsd-386), const TIOCMBIC = 2147775595 +pkg syscall (openbsd-386), const TIOCMBIS = 2147775596 +pkg syscall (openbsd-386), const TIOCMGET = 1074033770 +pkg syscall (openbsd-386), const TIOCMODG = 1074033770 +pkg syscall (openbsd-386), const TIOCMODS = 2147775597 +pkg syscall (openbsd-386), const TIOCMSET = 2147775597 +pkg syscall (openbsd-386), const TIOCM_CAR = 64 +pkg syscall (openbsd-386), const TIOCM_CD = 64 +pkg syscall (openbsd-386), const TIOCM_CTS = 32 +pkg syscall (openbsd-386), const TIOCM_DSR = 256 +pkg syscall (openbsd-386), const TIOCM_DTR = 2 +pkg syscall (openbsd-386), const TIOCM_LE = 1 +pkg syscall (openbsd-386), const TIOCM_RI = 128 +pkg syscall (openbsd-386), const TIOCM_RNG = 128 +pkg syscall (openbsd-386), const TIOCM_RTS = 4 +pkg syscall (openbsd-386), const TIOCM_SR = 16 +pkg syscall (openbsd-386), const TIOCM_ST = 8 +pkg syscall (openbsd-386), const TIOCNOTTY = 536900721 +pkg syscall (openbsd-386), const TIOCNXCL = 536900622 +pkg syscall (openbsd-386), const TIOCOUTQ = 1074033779 +pkg syscall (openbsd-386), const TIOCPKT = 2147775600 +pkg syscall (openbsd-386), const TIOCPKT_DATA = 0 +pkg syscall (openbsd-386), const TIOCPKT_DOSTOP = 32 +pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (openbsd-386), const TIOCPKT_IOCTL = 64 +pkg syscall (openbsd-386), const TIOCPKT_NOSTOP = 16 +pkg syscall (openbsd-386), const TIOCPKT_START = 8 +pkg syscall (openbsd-386), const TIOCPKT_STOP = 4 +pkg syscall (openbsd-386), const TIOCREMOTE = 2147775593 +pkg syscall (openbsd-386), const TIOCSBRK = 536900731 +pkg syscall (openbsd-386), const TIOCSCTTY = 536900705 +pkg syscall (openbsd-386), const TIOCSDTR = 536900729 +pkg syscall (openbsd-386), const TIOCSETA = 2150396948 +pkg syscall (openbsd-386), const TIOCSETAF = 2150396950 +pkg syscall (openbsd-386), const TIOCSETAW = 2150396949 +pkg syscall (openbsd-386), const TIOCSETD = 2147775515 +pkg syscall (openbsd-386), const TIOCSFLAGS = 2147775580 +pkg syscall (openbsd-386), const TIOCSIG = 2147775583 +pkg syscall (openbsd-386), const TIOCSPGRP = 2147775606 +pkg syscall (openbsd-386), const TIOCSTART = 536900718 +pkg syscall (openbsd-386), const TIOCSTAT = 2147775589 +pkg syscall (openbsd-386), const TIOCSTI = 2147578994 +pkg syscall (openbsd-386), const TIOCSTOP = 536900719 +pkg syscall (openbsd-386), const TIOCSTSTAMP = 2148037722 +pkg syscall (openbsd-386), const TIOCSWINSZ = 2148037735 +pkg syscall (openbsd-386), const TIOCUCNTL = 2147775590 +pkg syscall (openbsd-386), const TOSTOP = 4194304 +pkg syscall (openbsd-386), const VDISCARD = 15 +pkg syscall (openbsd-386), const VDSUSP = 11 +pkg syscall (openbsd-386), const VEOF = 0 +pkg syscall (openbsd-386), const VEOL = 1 +pkg syscall (openbsd-386), const VEOL2 = 2 +pkg syscall (openbsd-386), const VERASE = 3 +pkg syscall (openbsd-386), const VINTR = 8 +pkg syscall (openbsd-386), const VKILL = 5 +pkg syscall (openbsd-386), const VLNEXT = 14 +pkg syscall (openbsd-386), const VMIN = 16 +pkg syscall (openbsd-386), const VQUIT = 9 +pkg syscall (openbsd-386), const VREPRINT = 6 +pkg syscall (openbsd-386), const VSTART = 12 +pkg syscall (openbsd-386), const VSTATUS = 18 +pkg syscall (openbsd-386), const VSTOP = 13 +pkg syscall (openbsd-386), const VSUSP = 10 +pkg syscall (openbsd-386), const VTIME = 17 +pkg syscall (openbsd-386), const VWERASE = 4 +pkg syscall (openbsd-386), const WALTSIG = 4 +pkg syscall (openbsd-386), const WCONTINUED = 8 +pkg syscall (openbsd-386), const WCOREFLAG = 128 +pkg syscall (openbsd-386), const WNOHANG = 1 +pkg syscall (openbsd-386), const WSTOPPED = 127 +pkg syscall (openbsd-386), const WUNTRACED = 2 +pkg syscall (openbsd-386-cgo), const AF_APPLETALK = 16 +pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH = 32 +pkg syscall (openbsd-386-cgo), const AF_CCITT = 10 +pkg syscall (openbsd-386-cgo), const AF_CHAOS = 5 +pkg syscall (openbsd-386-cgo), const AF_CNT = 21 +pkg syscall (openbsd-386-cgo), const AF_COIP = 20 +pkg syscall (openbsd-386-cgo), const AF_DATAKIT = 9 +pkg syscall (openbsd-386-cgo), const AF_DECnet = 12 +pkg syscall (openbsd-386-cgo), const AF_DLI = 13 +pkg syscall (openbsd-386-cgo), const AF_E164 = 26 +pkg syscall (openbsd-386-cgo), const AF_ECMA = 8 +pkg syscall (openbsd-386-cgo), const AF_ENCAP = 28 +pkg syscall (openbsd-386-cgo), const AF_HYLINK = 15 +pkg syscall (openbsd-386-cgo), const AF_IMPLINK = 3 +pkg syscall (openbsd-386-cgo), const AF_INET6 = 24 +pkg syscall (openbsd-386-cgo), const AF_IPX = 23 +pkg syscall (openbsd-386-cgo), const AF_ISDN = 26 +pkg syscall (openbsd-386-cgo), const AF_ISO = 7 +pkg syscall (openbsd-386-cgo), const AF_KEY = 30 +pkg syscall (openbsd-386-cgo), const AF_LAT = 14 +pkg syscall (openbsd-386-cgo), const AF_LINK = 18 +pkg syscall (openbsd-386-cgo), const AF_LOCAL = 1 +pkg syscall (openbsd-386-cgo), const AF_MAX = 36 +pkg syscall (openbsd-386-cgo), const AF_MPLS = 33 +pkg syscall (openbsd-386-cgo), const AF_NATM = 27 +pkg syscall (openbsd-386-cgo), const AF_NS = 6 +pkg syscall (openbsd-386-cgo), const AF_OSI = 7 +pkg syscall (openbsd-386-cgo), const AF_PUP = 4 +pkg syscall (openbsd-386-cgo), const AF_ROUTE = 17 +pkg syscall (openbsd-386-cgo), const AF_SIP = 29 +pkg syscall (openbsd-386-cgo), const AF_SNA = 11 +pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER = 1 +pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY = 15 +pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (openbsd-386-cgo), const B0 = 0 +pkg syscall (openbsd-386-cgo), const B110 = 110 +pkg syscall (openbsd-386-cgo), const B115200 = 115200 +pkg syscall (openbsd-386-cgo), const B1200 = 1200 +pkg syscall (openbsd-386-cgo), const B134 = 134 +pkg syscall (openbsd-386-cgo), const B14400 = 14400 +pkg syscall (openbsd-386-cgo), const B150 = 150 +pkg syscall (openbsd-386-cgo), const B1800 = 1800 +pkg syscall (openbsd-386-cgo), const B19200 = 19200 +pkg syscall (openbsd-386-cgo), const B200 = 200 +pkg syscall (openbsd-386-cgo), const B230400 = 230400 +pkg syscall (openbsd-386-cgo), const B2400 = 2400 +pkg syscall (openbsd-386-cgo), const B28800 = 28800 +pkg syscall (openbsd-386-cgo), const B300 = 300 +pkg syscall (openbsd-386-cgo), const B38400 = 38400 +pkg syscall (openbsd-386-cgo), const B4800 = 4800 +pkg syscall (openbsd-386-cgo), const B50 = 50 +pkg syscall (openbsd-386-cgo), const B57600 = 57600 +pkg syscall (openbsd-386-cgo), const B600 = 600 +pkg syscall (openbsd-386-cgo), const B7200 = 7200 +pkg syscall (openbsd-386-cgo), const B75 = 75 +pkg syscall (openbsd-386-cgo), const B76800 = 76800 +pkg syscall (openbsd-386-cgo), const B9600 = 9600 +pkg syscall (openbsd-386-cgo), const BIOCFLUSH = 536887912 +pkg syscall (openbsd-386-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT = 1074020988 +pkg syscall (openbsd-386-cgo), const BIOCGDLT = 1074020970 +pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST = 3221766779 +pkg syscall (openbsd-386-cgo), const BIOCGETIF = 1075855979 +pkg syscall (openbsd-386-cgo), const BIOCGFILDROP = 1074020984 +pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (openbsd-386-cgo), const BIOCGRSIG = 1074020979 +pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118 +pkg syscall (openbsd-386-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (openbsd-386-cgo), const BIOCLOCK = 536887926 +pkg syscall (openbsd-386-cgo), const BIOCPROMISC = 536887913 +pkg syscall (openbsd-386-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT = 2147762813 +pkg syscall (openbsd-386-cgo), const BIOCSDLT = 2147762810 +pkg syscall (openbsd-386-cgo), const BIOCSETF = 2148024935 +pkg syscall (openbsd-386-cgo), const BIOCSETIF = 2149597804 +pkg syscall (openbsd-386-cgo), const BIOCSETWF = 2148024951 +pkg syscall (openbsd-386-cgo), const BIOCSFILDROP = 2147762809 +pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (openbsd-386-cgo), const BIOCSRSIG = 2147762802 +pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941 +pkg syscall (openbsd-386-cgo), const BIOCVERSION = 1074020977 +pkg syscall (openbsd-386-cgo), const BPF_A = 16 +pkg syscall (openbsd-386-cgo), const BPF_ABS = 32 +pkg syscall (openbsd-386-cgo), const BPF_ADD = 0 +pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (openbsd-386-cgo), const BPF_ALU = 4 +pkg syscall (openbsd-386-cgo), const BPF_AND = 80 +pkg syscall (openbsd-386-cgo), const BPF_B = 16 +pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN = 1 +pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT = 2 +pkg syscall (openbsd-386-cgo), const BPF_DIV = 48 +pkg syscall (openbsd-386-cgo), const BPF_H = 8 +pkg syscall (openbsd-386-cgo), const BPF_IMM = 0 +pkg syscall (openbsd-386-cgo), const BPF_IND = 64 +pkg syscall (openbsd-386-cgo), const BPF_JA = 0 +pkg syscall (openbsd-386-cgo), const BPF_JEQ = 16 +pkg syscall (openbsd-386-cgo), const BPF_JGE = 48 +pkg syscall (openbsd-386-cgo), const BPF_JGT = 32 +pkg syscall (openbsd-386-cgo), const BPF_JMP = 5 +pkg syscall (openbsd-386-cgo), const BPF_JSET = 64 +pkg syscall (openbsd-386-cgo), const BPF_K = 0 +pkg syscall (openbsd-386-cgo), const BPF_LD = 0 +pkg syscall (openbsd-386-cgo), const BPF_LDX = 1 +pkg syscall (openbsd-386-cgo), const BPF_LEN = 128 +pkg syscall (openbsd-386-cgo), const BPF_LSH = 96 +pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE = 2097152 +pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS = 512 +pkg syscall (openbsd-386-cgo), const BPF_MEM = 96 +pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS = 16 +pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (openbsd-386-cgo), const BPF_MISC = 7 +pkg syscall (openbsd-386-cgo), const BPF_MSH = 160 +pkg syscall (openbsd-386-cgo), const BPF_MUL = 32 +pkg syscall (openbsd-386-cgo), const BPF_NEG = 128 +pkg syscall (openbsd-386-cgo), const BPF_OR = 64 +pkg syscall (openbsd-386-cgo), const BPF_RELEASE = 199606 +pkg syscall (openbsd-386-cgo), const BPF_RET = 6 +pkg syscall (openbsd-386-cgo), const BPF_RSH = 112 +pkg syscall (openbsd-386-cgo), const BPF_ST = 2 +pkg syscall (openbsd-386-cgo), const BPF_STX = 3 +pkg syscall (openbsd-386-cgo), const BPF_SUB = 16 +pkg syscall (openbsd-386-cgo), const BPF_TAX = 0 +pkg syscall (openbsd-386-cgo), const BPF_TXA = 128 +pkg syscall (openbsd-386-cgo), const BPF_W = 0 +pkg syscall (openbsd-386-cgo), const BPF_X = 8 +pkg syscall (openbsd-386-cgo), const BRKINT = 2 +pkg syscall (openbsd-386-cgo), const CFLUSH = 15 +pkg syscall (openbsd-386-cgo), const CLOCAL = 32768 +pkg syscall (openbsd-386-cgo), const CREAD = 2048 +pkg syscall (openbsd-386-cgo), const CS5 = 0 +pkg syscall (openbsd-386-cgo), const CS6 = 256 +pkg syscall (openbsd-386-cgo), const CS7 = 512 +pkg syscall (openbsd-386-cgo), const CS8 = 768 +pkg syscall (openbsd-386-cgo), const CSIZE = 768 +pkg syscall (openbsd-386-cgo), const CSTART = 17 +pkg syscall (openbsd-386-cgo), const CSTATUS = 255 +pkg syscall (openbsd-386-cgo), const CSTOP = 19 +pkg syscall (openbsd-386-cgo), const CSTOPB = 1024 +pkg syscall (openbsd-386-cgo), const CSUSP = 26 +pkg syscall (openbsd-386-cgo), const CTL_MAXNAME = 12 +pkg syscall (openbsd-386-cgo), const CTL_NET = 4 +pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH = 536888398 +pkg syscall (openbsd-386-cgo), const DLT_ARCNET = 7 +pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (openbsd-386-cgo), const DLT_AX25 = 3 +pkg syscall (openbsd-386-cgo), const DLT_CHAOS = 5 +pkg syscall (openbsd-386-cgo), const DLT_C_HDLC = 104 +pkg syscall (openbsd-386-cgo), const DLT_EN10MB = 1 +pkg syscall (openbsd-386-cgo), const DLT_EN3MB = 2 +pkg syscall (openbsd-386-cgo), const DLT_ENC = 13 +pkg syscall (openbsd-386-cgo), const DLT_FDDI = 10 +pkg syscall (openbsd-386-cgo), const DLT_IEEE802 = 6 +pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (openbsd-386-cgo), const DLT_LOOP = 12 +pkg syscall (openbsd-386-cgo), const DLT_MPLS = 219 +pkg syscall (openbsd-386-cgo), const DLT_NULL = 0 +pkg syscall (openbsd-386-cgo), const DLT_PFLOG = 117 +pkg syscall (openbsd-386-cgo), const DLT_PFSYNC = 18 +pkg syscall (openbsd-386-cgo), const DLT_PPP = 9 +pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (openbsd-386-cgo), const DLT_PRONET = 4 +pkg syscall (openbsd-386-cgo), const DLT_RAW = 14 +pkg syscall (openbsd-386-cgo), const DLT_SLIP = 8 +pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (openbsd-386-cgo), const DT_BLK = 6 +pkg syscall (openbsd-386-cgo), const DT_CHR = 2 +pkg syscall (openbsd-386-cgo), const DT_DIR = 4 +pkg syscall (openbsd-386-cgo), const DT_FIFO = 1 +pkg syscall (openbsd-386-cgo), const DT_LNK = 10 +pkg syscall (openbsd-386-cgo), const DT_REG = 8 +pkg syscall (openbsd-386-cgo), const DT_SOCK = 12 +pkg syscall (openbsd-386-cgo), const DT_UNKNOWN = 0 +pkg syscall (openbsd-386-cgo), const E2BIG = 7 +pkg syscall (openbsd-386-cgo), const EACCES = 13 +pkg syscall (openbsd-386-cgo), const EADDRINUSE = 48 +pkg syscall (openbsd-386-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (openbsd-386-cgo), const EAFNOSUPPORT = 47 +pkg syscall (openbsd-386-cgo), const EAGAIN = 35 +pkg syscall (openbsd-386-cgo), const EALREADY = 37 +pkg syscall (openbsd-386-cgo), const EAUTH = 80 +pkg syscall (openbsd-386-cgo), const EBADF = 9 +pkg syscall (openbsd-386-cgo), const EBADRPC = 72 +pkg syscall (openbsd-386-cgo), const EBUSY = 16 +pkg syscall (openbsd-386-cgo), const ECANCELED = 88 +pkg syscall (openbsd-386-cgo), const ECHILD = 10 +pkg syscall (openbsd-386-cgo), const ECHO = 8 +pkg syscall (openbsd-386-cgo), const ECHOCTL = 64 +pkg syscall (openbsd-386-cgo), const ECHOE = 2 +pkg syscall (openbsd-386-cgo), const ECHOK = 4 +pkg syscall (openbsd-386-cgo), const ECHOKE = 1 +pkg syscall (openbsd-386-cgo), const ECHONL = 16 +pkg syscall (openbsd-386-cgo), const ECHOPRT = 32 +pkg syscall (openbsd-386-cgo), const ECONNABORTED = 53 +pkg syscall (openbsd-386-cgo), const ECONNREFUSED = 61 +pkg syscall (openbsd-386-cgo), const ECONNRESET = 54 +pkg syscall (openbsd-386-cgo), const EDEADLK = 11 +pkg syscall (openbsd-386-cgo), const EDESTADDRREQ = 39 +pkg syscall (openbsd-386-cgo), const EDOM = 33 +pkg syscall (openbsd-386-cgo), const EDQUOT = 69 +pkg syscall (openbsd-386-cgo), const EEXIST = 17 +pkg syscall (openbsd-386-cgo), const EFAULT = 14 +pkg syscall (openbsd-386-cgo), const EFBIG = 27 +pkg syscall (openbsd-386-cgo), const EFTYPE = 79 +pkg syscall (openbsd-386-cgo), const EHOSTDOWN = 64 +pkg syscall (openbsd-386-cgo), const EHOSTUNREACH = 65 +pkg syscall (openbsd-386-cgo), const EIDRM = 89 +pkg syscall (openbsd-386-cgo), const EILSEQ = 84 +pkg syscall (openbsd-386-cgo), const EINPROGRESS = 36 +pkg syscall (openbsd-386-cgo), const EINTR = 4 +pkg syscall (openbsd-386-cgo), const EINVAL = 22 +pkg syscall (openbsd-386-cgo), const EIO = 5 +pkg syscall (openbsd-386-cgo), const EIPSEC = 82 +pkg syscall (openbsd-386-cgo), const EISCONN = 56 +pkg syscall (openbsd-386-cgo), const EISDIR = 21 +pkg syscall (openbsd-386-cgo), const ELAST = 91 +pkg syscall (openbsd-386-cgo), const ELOOP = 62 +pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE = 86 +pkg syscall (openbsd-386-cgo), const EMFILE = 24 +pkg syscall (openbsd-386-cgo), const EMLINK = 31 +pkg syscall (openbsd-386-cgo), const EMSGSIZE = 40 +pkg syscall (openbsd-386-cgo), const EMT_TAGOVF = 1 +pkg syscall (openbsd-386-cgo), const EMUL_ENABLED = 1 +pkg syscall (openbsd-386-cgo), const EMUL_NATIVE = 2 +pkg syscall (openbsd-386-cgo), const ENAMETOOLONG = 63 +pkg syscall (openbsd-386-cgo), const ENDRUNDISC = 9 +pkg syscall (openbsd-386-cgo), const ENEEDAUTH = 81 +pkg syscall (openbsd-386-cgo), const ENETDOWN = 50 +pkg syscall (openbsd-386-cgo), const ENETRESET = 52 +pkg syscall (openbsd-386-cgo), const ENETUNREACH = 51 +pkg syscall (openbsd-386-cgo), const ENFILE = 23 +pkg syscall (openbsd-386-cgo), const ENOATTR = 83 +pkg syscall (openbsd-386-cgo), const ENOBUFS = 55 +pkg syscall (openbsd-386-cgo), const ENODEV = 19 +pkg syscall (openbsd-386-cgo), const ENOEXEC = 8 +pkg syscall (openbsd-386-cgo), const ENOLCK = 77 +pkg syscall (openbsd-386-cgo), const ENOMEDIUM = 85 +pkg syscall (openbsd-386-cgo), const ENOMEM = 12 +pkg syscall (openbsd-386-cgo), const ENOMSG = 90 +pkg syscall (openbsd-386-cgo), const ENOPROTOOPT = 42 +pkg syscall (openbsd-386-cgo), const ENOSPC = 28 +pkg syscall (openbsd-386-cgo), const ENOSYS = 78 +pkg syscall (openbsd-386-cgo), const ENOTBLK = 15 +pkg syscall (openbsd-386-cgo), const ENOTCONN = 57 +pkg syscall (openbsd-386-cgo), const ENOTDIR = 20 +pkg syscall (openbsd-386-cgo), const ENOTEMPTY = 66 +pkg syscall (openbsd-386-cgo), const ENOTSOCK = 38 +pkg syscall (openbsd-386-cgo), const ENOTSUP = 91 +pkg syscall (openbsd-386-cgo), const ENOTTY = 25 +pkg syscall (openbsd-386-cgo), const ENXIO = 6 +pkg syscall (openbsd-386-cgo), const EOPNOTSUPP = 45 +pkg syscall (openbsd-386-cgo), const EOVERFLOW = 87 +pkg syscall (openbsd-386-cgo), const EPERM = 1 +pkg syscall (openbsd-386-cgo), const EPFNOSUPPORT = 46 +pkg syscall (openbsd-386-cgo), const EPIPE = 32 +pkg syscall (openbsd-386-cgo), const EPROCLIM = 67 +pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL = 76 +pkg syscall (openbsd-386-cgo), const EPROGMISMATCH = 75 +pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL = 74 +pkg syscall (openbsd-386-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (openbsd-386-cgo), const EPROTOTYPE = 41 +pkg syscall (openbsd-386-cgo), const ERANGE = 34 +pkg syscall (openbsd-386-cgo), const EREMOTE = 71 +pkg syscall (openbsd-386-cgo), const EROFS = 30 +pkg syscall (openbsd-386-cgo), const ERPCMISMATCH = 73 +pkg syscall (openbsd-386-cgo), const ESHUTDOWN = 58 +pkg syscall (openbsd-386-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (openbsd-386-cgo), const ESPIPE = 29 +pkg syscall (openbsd-386-cgo), const ESRCH = 3 +pkg syscall (openbsd-386-cgo), const ESTALE = 70 +pkg syscall (openbsd-386-cgo), const ETHERMIN = 46 +pkg syscall (openbsd-386-cgo), const ETHERMTU = 1500 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 = 4 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP = 33011 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON = 33680 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC = 32822 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA = 33098 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER = 24584 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE = 34978 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO = 33015 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP = 2054 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT = 32923 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK = 32923 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT = 32873 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS = 34902 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL = 33026 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS = 2052 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS = 32772 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA = 4660 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE = 32891 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI = 43690 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM = 32840 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST = 24582 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS = 32828 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS = 32830 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST = 32833 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM = 32831 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON = 34526 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN = 24579 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD = 32825 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA = 2051 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES = 32861 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP = 33094 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP = 2056 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN = 32872 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES = 33072 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI = 34848 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP = 32773 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL = 19522 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP = 2048 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS = 34668 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 = 34525 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX = 33079 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA = 34178 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT = 24580 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK = 36864 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE = 32864 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP = 35020 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA = 32890 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX = 65535 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT = 32892 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP = 34618 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL = 24577 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC = 24578 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS = 34887 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS = 33087 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC = 15364 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG = 15367 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST = 15373 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS = 2050 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD = 33097 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR = 32774 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL = 33080 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS = 1536 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT = 1537 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER = 16 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 = 28679 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET = 28681 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER = 32966 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE = 34958 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS = 16962 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING = 32836 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP = 34827 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE = 34916 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP = 512 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT = 512 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ = 34984 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL = 28720 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR = 25945 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL = 6549 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP = 34617 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX = 33010 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP = 32821 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA = 24583 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA = 34523 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW = 33150 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET = 21000 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW = 34825 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA = 32981 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP = 33100 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX = 64245 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER = 32927 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE = 1280 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP = 33153 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS = 33067 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM = 36866 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC = 33103 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN = 32815 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL = 4096 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST = 28677 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL = 28672 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU = 28673 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC = 28675 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID = 5632 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN = 32989 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN = 32827 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO = 32871 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP = 32859 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB = 33073 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES = 2989 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL = 65280 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN = 33024 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD = 32860 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 = 2053 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 = 2049 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM = 36865 +pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP = 33149 +pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN = 6 +pkg syscall (openbsd-386-cgo), const ETHER_ALIGN = 2 +pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN = 4 +pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN = 14 +pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN = 1536 +pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN = 1518 +pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN = 64 +pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN = 2 +pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (openbsd-386-cgo), const ETIMEDOUT = 60 +pkg syscall (openbsd-386-cgo), const ETOOMANYREFS = 59 +pkg syscall (openbsd-386-cgo), const ETXTBSY = 26 +pkg syscall (openbsd-386-cgo), const EUSERS = 68 +pkg syscall (openbsd-386-cgo), const EVFILT_AIO = -3 +pkg syscall (openbsd-386-cgo), const EVFILT_PROC = -5 +pkg syscall (openbsd-386-cgo), const EVFILT_READ = -1 +pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT = 7 +pkg syscall (openbsd-386-cgo), const EVFILT_TIMER = -7 +pkg syscall (openbsd-386-cgo), const EVFILT_VNODE = -4 +pkg syscall (openbsd-386-cgo), const EVFILT_WRITE = -2 +pkg syscall (openbsd-386-cgo), const EV_ADD = 1 +pkg syscall (openbsd-386-cgo), const EV_CLEAR = 32 +pkg syscall (openbsd-386-cgo), const EV_DELETE = 2 +pkg syscall (openbsd-386-cgo), const EV_DISABLE = 8 +pkg syscall (openbsd-386-cgo), const EV_ENABLE = 4 +pkg syscall (openbsd-386-cgo), const EV_EOF = 32768 +pkg syscall (openbsd-386-cgo), const EV_ERROR = 16384 +pkg syscall (openbsd-386-cgo), const EV_FLAG1 = 8192 +pkg syscall (openbsd-386-cgo), const EV_ONESHOT = 16 +pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (openbsd-386-cgo), const EWOULDBLOCK = 35 +pkg syscall (openbsd-386-cgo), const EXDEV = 18 +pkg syscall (openbsd-386-cgo), const EXTA = 19200 +pkg syscall (openbsd-386-cgo), const EXTB = 38400 +pkg syscall (openbsd-386-cgo), const EXTPROC = 2048 +pkg syscall (openbsd-386-cgo), const FD_CLOEXEC = 1 +pkg syscall (openbsd-386-cgo), const FD_SETSIZE = 1024 +pkg syscall (openbsd-386-cgo), const FLUSHO = 8388608 +pkg syscall (openbsd-386-cgo), const F_DUPFD = 0 +pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC = 10 +pkg syscall (openbsd-386-cgo), const F_GETFD = 1 +pkg syscall (openbsd-386-cgo), const F_GETFL = 3 +pkg syscall (openbsd-386-cgo), const F_GETLK = 7 +pkg syscall (openbsd-386-cgo), const F_GETOWN = 5 +pkg syscall (openbsd-386-cgo), const F_OK = 0 +pkg syscall (openbsd-386-cgo), const F_RDLCK = 1 +pkg syscall (openbsd-386-cgo), const F_SETFD = 2 +pkg syscall (openbsd-386-cgo), const F_SETFL = 4 +pkg syscall (openbsd-386-cgo), const F_SETLK = 8 +pkg syscall (openbsd-386-cgo), const F_SETLKW = 9 +pkg syscall (openbsd-386-cgo), const F_SETOWN = 6 +pkg syscall (openbsd-386-cgo), const F_UNLCK = 2 +pkg syscall (openbsd-386-cgo), const F_WRLCK = 3 +pkg syscall (openbsd-386-cgo), const HUPCL = 16384 +pkg syscall (openbsd-386-cgo), const ICANON = 256 +pkg syscall (openbsd-386-cgo), const ICRNL = 256 +pkg syscall (openbsd-386-cgo), const IEXTEN = 1024 +pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (openbsd-386-cgo), const IFA_ROUTE = 1 +pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI = 512 +pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE = 36434 +pkg syscall (openbsd-386-cgo), const IFF_DEBUG = 4 +pkg syscall (openbsd-386-cgo), const IFF_LINK0 = 4096 +pkg syscall (openbsd-386-cgo), const IFF_LINK1 = 8192 +pkg syscall (openbsd-386-cgo), const IFF_LINK2 = 16384 +pkg syscall (openbsd-386-cgo), const IFF_LOOPBACK = 8 +pkg syscall (openbsd-386-cgo), const IFF_MULTICAST = 32768 +pkg syscall (openbsd-386-cgo), const IFF_NOARP = 128 +pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (openbsd-386-cgo), const IFF_OACTIVE = 1024 +pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (openbsd-386-cgo), const IFF_PROMISC = 256 +pkg syscall (openbsd-386-cgo), const IFF_RUNNING = 64 +pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (openbsd-386-cgo), const IFNAMSIZ = 16 +pkg syscall (openbsd-386-cgo), const IFT_1822 = 2 +pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (openbsd-386-cgo), const IFT_AAL2 = 187 +pkg syscall (openbsd-386-cgo), const IFT_AAL5 = 49 +pkg syscall (openbsd-386-cgo), const IFT_ADSL = 94 +pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (openbsd-386-cgo), const IFT_ARAP = 88 +pkg syscall (openbsd-386-cgo), const IFT_ARCNET = 35 +pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (openbsd-386-cgo), const IFT_ASYNC = 84 +pkg syscall (openbsd-386-cgo), const IFT_ATM = 37 +pkg syscall (openbsd-386-cgo), const IFT_ATMDXI = 105 +pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI = 106 +pkg syscall (openbsd-386-cgo), const IFT_ATMIMA = 107 +pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO = 189 +pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH = 248 +pkg syscall (openbsd-386-cgo), const IFT_BRIDGE = 209 +pkg syscall (openbsd-386-cgo), const IFT_BSC = 83 +pkg syscall (openbsd-386-cgo), const IFT_CARP = 247 +pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL = 61 +pkg syscall (openbsd-386-cgo), const IFT_CEPT = 19 +pkg syscall (openbsd-386-cgo), const IFT_CES = 133 +pkg syscall (openbsd-386-cgo), const IFT_CHANNEL = 70 +pkg syscall (openbsd-386-cgo), const IFT_CNR = 85 +pkg syscall (openbsd-386-cgo), const IFT_COFFEE = 132 +pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (openbsd-386-cgo), const IFT_DCN = 141 +pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (openbsd-386-cgo), const IFT_DLSW = 74 +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (openbsd-386-cgo), const IFT_DS0 = 81 +pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (openbsd-386-cgo), const IFT_DS1FDL = 170 +pkg syscall (openbsd-386-cgo), const IFT_DS3 = 30 +pkg syscall (openbsd-386-cgo), const IFT_DTM = 140 +pkg syscall (openbsd-386-cgo), const IFT_DUMMY = 241 +pkg syscall (openbsd-386-cgo), const IFT_DVBASILN = 172 +pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (openbsd-386-cgo), const IFT_ECONET = 206 +pkg syscall (openbsd-386-cgo), const IFT_ENC = 244 +pkg syscall (openbsd-386-cgo), const IFT_EON = 25 +pkg syscall (openbsd-386-cgo), const IFT_EPLRS = 87 +pkg syscall (openbsd-386-cgo), const IFT_ESCON = 73 +pkg syscall (openbsd-386-cgo), const IFT_ETHER = 6 +pkg syscall (openbsd-386-cgo), const IFT_FAITH = 243 +pkg syscall (openbsd-386-cgo), const IFT_FAST = 125 +pkg syscall (openbsd-386-cgo), const IFT_FASTETHER = 62 +pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (openbsd-386-cgo), const IFT_FDDI = 15 +pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (openbsd-386-cgo), const IFT_FRELAY = 32 +pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD = 158 +pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB = 67 +pkg syscall (openbsd-386-cgo), const IFT_G703AT64K = 66 +pkg syscall (openbsd-386-cgo), const IFT_GIF = 240 +pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (openbsd-386-cgo), const IFT_GR303IDT = 178 +pkg syscall (openbsd-386-cgo), const IFT_GR303RDT = 177 +pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (openbsd-386-cgo), const IFT_H323PROXY = 165 +pkg syscall (openbsd-386-cgo), const IFT_HDH1822 = 3 +pkg syscall (openbsd-386-cgo), const IFT_HDLC = 118 +pkg syscall (openbsd-386-cgo), const IFT_HDSL2 = 168 +pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (openbsd-386-cgo), const IFT_HIPPI = 47 +pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD = 90 +pkg syscall (openbsd-386-cgo), const IFT_HSSI = 46 +pkg syscall (openbsd-386-cgo), const IFT_HY = 14 +pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (openbsd-386-cgo), const IFT_IDSL = 154 +pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 = 144 +pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 = 71 +pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 = 55 +pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (openbsd-386-cgo), const IFT_IFGSN = 145 +pkg syscall (openbsd-386-cgo), const IFT_IMT = 190 +pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND = 199 +pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (openbsd-386-cgo), const IFT_IP = 126 +pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD = 142 +pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM = 114 +pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH = 78 +pkg syscall (openbsd-386-cgo), const IFT_ISDN = 63 +pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (openbsd-386-cgo), const IFT_ISDNS = 75 +pkg syscall (openbsd-386-cgo), const IFT_ISDNU = 76 +pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (openbsd-386-cgo), const IFT_ISO88023 = 7 +pkg syscall (openbsd-386-cgo), const IFT_ISO88024 = 8 +pkg syscall (openbsd-386-cgo), const IFT_ISO88025 = 9 +pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (openbsd-386-cgo), const IFT_ISO88026 = 10 +pkg syscall (openbsd-386-cgo), const IFT_ISUP = 179 +pkg syscall (openbsd-386-cgo), const IFT_L2VLAN = 135 +pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (openbsd-386-cgo), const IFT_LAPB = 16 +pkg syscall (openbsd-386-cgo), const IFT_LAPD = 77 +pkg syscall (openbsd-386-cgo), const IFT_LAPF = 119 +pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP = 210 +pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK = 42 +pkg syscall (openbsd-386-cgo), const IFT_LOOP = 24 +pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (openbsd-386-cgo), const IFT_MIOX25 = 38 +pkg syscall (openbsd-386-cgo), const IFT_MODEM = 48 +pkg syscall (openbsd-386-cgo), const IFT_MPC = 113 +pkg syscall (openbsd-386-cgo), const IFT_MPLS = 166 +pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (openbsd-386-cgo), const IFT_MSDSL = 143 +pkg syscall (openbsd-386-cgo), const IFT_MVL = 191 +pkg syscall (openbsd-386-cgo), const IFT_MYRINET = 99 +pkg syscall (openbsd-386-cgo), const IFT_NFAS = 175 +pkg syscall (openbsd-386-cgo), const IFT_NSIP = 27 +pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (openbsd-386-cgo), const IFT_OTHER = 1 +pkg syscall (openbsd-386-cgo), const IFT_P10 = 12 +pkg syscall (openbsd-386-cgo), const IFT_P80 = 13 +pkg syscall (openbsd-386-cgo), const IFT_PARA = 34 +pkg syscall (openbsd-386-cgo), const IFT_PFLOG = 245 +pkg syscall (openbsd-386-cgo), const IFT_PFLOW = 249 +pkg syscall (openbsd-386-cgo), const IFT_PFSYNC = 246 +pkg syscall (openbsd-386-cgo), const IFT_PLC = 174 +pkg syscall (openbsd-386-cgo), const IFT_PON155 = 207 +pkg syscall (openbsd-386-cgo), const IFT_PON622 = 208 +pkg syscall (openbsd-386-cgo), const IFT_POS = 171 +pkg syscall (openbsd-386-cgo), const IFT_PPP = 23 +pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (openbsd-386-cgo), const IFT_PROPATM = 197 +pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS = 89 +pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (openbsd-386-cgo), const IFT_PROPMUX = 54 +pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (openbsd-386-cgo), const IFT_PVC = 242 +pkg syscall (openbsd-386-cgo), const IFT_Q2931 = 201 +pkg syscall (openbsd-386-cgo), const IFT_QLLC = 68 +pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC = 188 +pkg syscall (openbsd-386-cgo), const IFT_RADSL = 95 +pkg syscall (openbsd-386-cgo), const IFT_REACHDSL = 192 +pkg syscall (openbsd-386-cgo), const IFT_RFC1483 = 159 +pkg syscall (openbsd-386-cgo), const IFT_RS232 = 33 +pkg syscall (openbsd-386-cgo), const IFT_RSRB = 79 +pkg syscall (openbsd-386-cgo), const IFT_SDLC = 17 +pkg syscall (openbsd-386-cgo), const IFT_SDSL = 96 +pkg syscall (openbsd-386-cgo), const IFT_SHDSL = 169 +pkg syscall (openbsd-386-cgo), const IFT_SIP = 31 +pkg syscall (openbsd-386-cgo), const IFT_SIPSIG = 204 +pkg syscall (openbsd-386-cgo), const IFT_SIPTG = 203 +pkg syscall (openbsd-386-cgo), const IFT_SLIP = 28 +pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI = 43 +pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP = 52 +pkg syscall (openbsd-386-cgo), const IFT_SONET = 39 +pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (openbsd-386-cgo), const IFT_SONETPATH = 50 +pkg syscall (openbsd-386-cgo), const IFT_SONETVT = 51 +pkg syscall (openbsd-386-cgo), const IFT_SRP = 151 +pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (openbsd-386-cgo), const IFT_STARLAN = 11 +pkg syscall (openbsd-386-cgo), const IFT_T1 = 18 +pkg syscall (openbsd-386-cgo), const IFT_TDLC = 116 +pkg syscall (openbsd-386-cgo), const IFT_TELINK = 200 +pkg syscall (openbsd-386-cgo), const IFT_TERMPAD = 91 +pkg syscall (openbsd-386-cgo), const IFT_TR008 = 176 +pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (openbsd-386-cgo), const IFT_TUNNEL = 131 +pkg syscall (openbsd-386-cgo), const IFT_ULTRA = 29 +pkg syscall (openbsd-386-cgo), const IFT_USB = 160 +pkg syscall (openbsd-386-cgo), const IFT_V11 = 64 +pkg syscall (openbsd-386-cgo), const IFT_V35 = 45 +pkg syscall (openbsd-386-cgo), const IFT_V36 = 65 +pkg syscall (openbsd-386-cgo), const IFT_V37 = 120 +pkg syscall (openbsd-386-cgo), const IFT_VDSL = 97 +pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG = 202 +pkg syscall (openbsd-386-cgo), const IFT_VOICEDID = 213 +pkg syscall (openbsd-386-cgo), const IFT_VOICEEM = 100 +pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD = 211 +pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA = 212 +pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO = 101 +pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS = 102 +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE = 198 +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (openbsd-386-cgo), const IFT_X213 = 93 +pkg syscall (openbsd-386-cgo), const IFT_X25 = 5 +pkg syscall (openbsd-386-cgo), const IFT_X25DDN = 4 +pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (openbsd-386-cgo), const IFT_X25MLP = 121 +pkg syscall (openbsd-386-cgo), const IFT_X25PLE = 40 +pkg syscall (openbsd-386-cgo), const IFT_XETHER = 26 +pkg syscall (openbsd-386-cgo), const IGNBRK = 1 +pkg syscall (openbsd-386-cgo), const IGNCR = 128 +pkg syscall (openbsd-386-cgo), const IGNPAR = 4 +pkg syscall (openbsd-386-cgo), const IMAXBEL = 8192 +pkg syscall (openbsd-386-cgo), const INLCR = 64 +pkg syscall (openbsd-386-cgo), const INPCK = 16 +pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST = 1 +pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET = 4294967294 +pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT = 31 +pkg syscall (openbsd-386-cgo), const IPPROTO_AH = 51 +pkg syscall (openbsd-386-cgo), const IPPROTO_CARP = 112 +pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT = 258 +pkg syscall (openbsd-386-cgo), const IPPROTO_DONE = 257 +pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (openbsd-386-cgo), const IPPROTO_EGP = 8 +pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (openbsd-386-cgo), const IPPROTO_EON = 80 +pkg syscall (openbsd-386-cgo), const IPPROTO_ESP = 50 +pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (openbsd-386-cgo), const IPPROTO_GGP = 3 +pkg syscall (openbsd-386-cgo), const IPPROTO_GRE = 47 +pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP = 1 +pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (openbsd-386-cgo), const IPPROTO_IDP = 22 +pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP = 2 +pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP = 4 +pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (openbsd-386-cgo), const IPPROTO_MAX = 256 +pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID = 259 +pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS = 137 +pkg syscall (openbsd-386-cgo), const IPPROTO_NONE = 59 +pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (openbsd-386-cgo), const IPPROTO_PIM = 103 +pkg syscall (openbsd-386-cgo), const IPPROTO_PUP = 12 +pkg syscall (openbsd-386-cgo), const IPPROTO_RAW = 255 +pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP = 46 +pkg syscall (openbsd-386-cgo), const IPPROTO_TP = 29 +pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL = 53 +pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL = 55 +pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL = 54 +pkg syscall (openbsd-386-cgo), const IPV6_FAITH = 29 +pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL = 60 +pkg syscall (openbsd-386-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (openbsd-386-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (openbsd-386-cgo), const IPV6_MMTU = 1280 +pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS = 1 +pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU = 44 +pkg syscall (openbsd-386-cgo), const IPV6_PIPEX = 63 +pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO = 46 +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (openbsd-386-cgo), const IPV6_RTABLE = 4129 +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR = 51 +pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (openbsd-386-cgo), const IPV6_TCLASS = 61 +pkg syscall (openbsd-386-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (openbsd-386-cgo), const IPV6_V6ONLY = 27 +pkg syscall (openbsd-386-cgo), const IPV6_VERSION = 96 +pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (openbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL = 20 +pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (openbsd-386-cgo), const IP_DF = 16384 +pkg syscall (openbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL = 22 +pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL = 21 +pkg syscall (openbsd-386-cgo), const IP_HDRINCL = 2 +pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL = 29 +pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO = 36 +pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH = 27 +pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED = 25 +pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID = 23 +pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH = 28 +pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED = 26 +pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID = 24 +pkg syscall (openbsd-386-cgo), const IP_MAXPACKET = 65535 +pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (openbsd-386-cgo), const IP_MF = 8192 +pkg syscall (openbsd-386-cgo), const IP_MINTTL = 32 +pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS = 15 +pkg syscall (openbsd-386-cgo), const IP_MSS = 576 +pkg syscall (openbsd-386-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (openbsd-386-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (openbsd-386-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (openbsd-386-cgo), const IP_OFFMASK = 8191 +pkg syscall (openbsd-386-cgo), const IP_OPTIONS = 1 +pkg syscall (openbsd-386-cgo), const IP_PIPEX = 34 +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE = 19 +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT = 33 +pkg syscall (openbsd-386-cgo), const IP_RECVIF = 30 +pkg syscall (openbsd-386-cgo), const IP_RECVOPTS = 5 +pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE = 35 +pkg syscall (openbsd-386-cgo), const IP_RECVTTL = 31 +pkg syscall (openbsd-386-cgo), const IP_RETOPTS = 8 +pkg syscall (openbsd-386-cgo), const IP_RF = 32768 +pkg syscall (openbsd-386-cgo), const IP_RTABLE = 4129 +pkg syscall (openbsd-386-cgo), const IP_TOS = 3 +pkg syscall (openbsd-386-cgo), const IP_TTL = 4 +pkg syscall (openbsd-386-cgo), const ISIG = 128 +pkg syscall (openbsd-386-cgo), const ISTRIP = 32 +pkg syscall (openbsd-386-cgo), const IXANY = 2048 +pkg syscall (openbsd-386-cgo), const IXOFF = 1024 +pkg syscall (openbsd-386-cgo), const IXON = 512 +pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false +pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH = 6 +pkg syscall (openbsd-386-cgo), const LOCK_EX = 2 +pkg syscall (openbsd-386-cgo), const LOCK_NB = 4 +pkg syscall (openbsd-386-cgo), const LOCK_SH = 1 +pkg syscall (openbsd-386-cgo), const LOCK_UN = 8 +pkg syscall (openbsd-386-cgo), const MSG_BCAST = 256 +pkg syscall (openbsd-386-cgo), const MSG_CTRUNC = 32 +pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE = 4 +pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT = 128 +pkg syscall (openbsd-386-cgo), const MSG_EOR = 8 +pkg syscall (openbsd-386-cgo), const MSG_MCAST = 512 +pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL = 1024 +pkg syscall (openbsd-386-cgo), const MSG_OOB = 1 +pkg syscall (openbsd-386-cgo), const MSG_PEEK = 2 +pkg syscall (openbsd-386-cgo), const MSG_TRUNC = 16 +pkg syscall (openbsd-386-cgo), const MSG_WAITALL = 64 +pkg syscall (openbsd-386-cgo), const NAME_MAX = 255 +pkg syscall (openbsd-386-cgo), const NET_RT_DUMP = 1 +pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS = 2 +pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST = 3 +pkg syscall (openbsd-386-cgo), const NET_RT_MAXID = 6 +pkg syscall (openbsd-386-cgo), const NET_RT_STATS = 4 +pkg syscall (openbsd-386-cgo), const NET_RT_TABLE = 5 +pkg syscall (openbsd-386-cgo), const NOFLSH = 2147483648 +pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB = 8 +pkg syscall (openbsd-386-cgo), const NOTE_CHILD = 4 +pkg syscall (openbsd-386-cgo), const NOTE_DELETE = 1 +pkg syscall (openbsd-386-cgo), const NOTE_EOF = 2 +pkg syscall (openbsd-386-cgo), const NOTE_EXEC = 536870912 +pkg syscall (openbsd-386-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (openbsd-386-cgo), const NOTE_EXTEND = 4 +pkg syscall (openbsd-386-cgo), const NOTE_FORK = 1073741824 +pkg syscall (openbsd-386-cgo), const NOTE_LINK = 16 +pkg syscall (openbsd-386-cgo), const NOTE_LOWAT = 1 +pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (openbsd-386-cgo), const NOTE_RENAME = 32 +pkg syscall (openbsd-386-cgo), const NOTE_REVOKE = 64 +pkg syscall (openbsd-386-cgo), const NOTE_TRACK = 1 +pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR = 2 +pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE = 128 +pkg syscall (openbsd-386-cgo), const NOTE_WRITE = 2 +pkg syscall (openbsd-386-cgo), const OCRNL = 16 +pkg syscall (openbsd-386-cgo), const ONLCR = 2 +pkg syscall (openbsd-386-cgo), const ONLRET = 128 +pkg syscall (openbsd-386-cgo), const ONOCR = 64 +pkg syscall (openbsd-386-cgo), const ONOEOT = 8 +pkg syscall (openbsd-386-cgo), const OPOST = 1 +pkg syscall (openbsd-386-cgo), const O_ACCMODE = 3 +pkg syscall (openbsd-386-cgo), const O_APPEND = 8 +pkg syscall (openbsd-386-cgo), const O_ASYNC = 64 +pkg syscall (openbsd-386-cgo), const O_CLOEXEC = 65536 +pkg syscall (openbsd-386-cgo), const O_CREAT = 512 +pkg syscall (openbsd-386-cgo), const O_DIRECTORY = 131072 +pkg syscall (openbsd-386-cgo), const O_DSYNC = 128 +pkg syscall (openbsd-386-cgo), const O_EXCL = 2048 +pkg syscall (openbsd-386-cgo), const O_EXLOCK = 32 +pkg syscall (openbsd-386-cgo), const O_FSYNC = 128 +pkg syscall (openbsd-386-cgo), const O_NDELAY = 4 +pkg syscall (openbsd-386-cgo), const O_NOCTTY = 32768 +pkg syscall (openbsd-386-cgo), const O_NOFOLLOW = 256 +pkg syscall (openbsd-386-cgo), const O_NONBLOCK = 4 +pkg syscall (openbsd-386-cgo), const O_RSYNC = 128 +pkg syscall (openbsd-386-cgo), const O_SHLOCK = 16 +pkg syscall (openbsd-386-cgo), const O_SYNC = 128 +pkg syscall (openbsd-386-cgo), const O_TRUNC = 1024 +pkg syscall (openbsd-386-cgo), const PARENB = 4096 +pkg syscall (openbsd-386-cgo), const PARMRK = 8 +pkg syscall (openbsd-386-cgo), const PARODD = 8192 +pkg syscall (openbsd-386-cgo), const PENDIN = 536870912 +pkg syscall (openbsd-386-cgo), const PF_FLUSH = 1 +pkg syscall (openbsd-386-cgo), const PTRACE_CONT = 7 +pkg syscall (openbsd-386-cgo), const PTRACE_KILL = 8 +pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME = 0 +pkg syscall (openbsd-386-cgo), const PT_MASK = 4190208 +pkg syscall (openbsd-386-cgo), const RLIMIT_CORE = 4 +pkg syscall (openbsd-386-cgo), const RLIMIT_CPU = 0 +pkg syscall (openbsd-386-cgo), const RLIMIT_DATA = 2 +pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (openbsd-386-cgo), const RLIMIT_STACK = 3 +pkg syscall (openbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR = 6 +pkg syscall (openbsd-386-cgo), const RTAX_BRD = 7 +pkg syscall (openbsd-386-cgo), const RTAX_DST = 0 +pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY = 1 +pkg syscall (openbsd-386-cgo), const RTAX_GENMASK = 3 +pkg syscall (openbsd-386-cgo), const RTAX_IFA = 5 +pkg syscall (openbsd-386-cgo), const RTAX_IFP = 4 +pkg syscall (openbsd-386-cgo), const RTAX_LABEL = 10 +pkg syscall (openbsd-386-cgo), const RTAX_MAX = 11 +pkg syscall (openbsd-386-cgo), const RTAX_NETMASK = 2 +pkg syscall (openbsd-386-cgo), const RTAX_SRC = 8 +pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK = 9 +pkg syscall (openbsd-386-cgo), const RTA_AUTHOR = 64 +pkg syscall (openbsd-386-cgo), const RTA_BRD = 128 +pkg syscall (openbsd-386-cgo), const RTA_DST = 1 +pkg syscall (openbsd-386-cgo), const RTA_GATEWAY = 2 +pkg syscall (openbsd-386-cgo), const RTA_GENMASK = 8 +pkg syscall (openbsd-386-cgo), const RTA_IFA = 32 +pkg syscall (openbsd-386-cgo), const RTA_IFP = 16 +pkg syscall (openbsd-386-cgo), const RTA_LABEL = 1024 +pkg syscall (openbsd-386-cgo), const RTA_NETMASK = 4 +pkg syscall (openbsd-386-cgo), const RTA_SRC = 256 +pkg syscall (openbsd-386-cgo), const RTA_SRCMASK = 512 +pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE = 16384 +pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (openbsd-386-cgo), const RTF_CLONED = 65536 +pkg syscall (openbsd-386-cgo), const RTF_CLONING = 256 +pkg syscall (openbsd-386-cgo), const RTF_DONE = 64 +pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC = 16 +pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496 +pkg syscall (openbsd-386-cgo), const RTF_GATEWAY = 2 +pkg syscall (openbsd-386-cgo), const RTF_HOST = 4 +pkg syscall (openbsd-386-cgo), const RTF_LLINFO = 1024 +pkg syscall (openbsd-386-cgo), const RTF_MASK = 128 +pkg syscall (openbsd-386-cgo), const RTF_MODIFIED = 32 +pkg syscall (openbsd-386-cgo), const RTF_MPATH = 262144 +pkg syscall (openbsd-386-cgo), const RTF_MPLS = 1048576 +pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP = 8192 +pkg syscall (openbsd-386-cgo), const RTF_PROTO1 = 32768 +pkg syscall (openbsd-386-cgo), const RTF_PROTO2 = 16384 +pkg syscall (openbsd-386-cgo), const RTF_PROTO3 = 8192 +pkg syscall (openbsd-386-cgo), const RTF_REJECT = 8 +pkg syscall (openbsd-386-cgo), const RTF_SOURCE = 131072 +pkg syscall (openbsd-386-cgo), const RTF_STATIC = 2048 +pkg syscall (openbsd-386-cgo), const RTF_TUNNEL = 1048576 +pkg syscall (openbsd-386-cgo), const RTF_UP = 1 +pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS = 32768 +pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE = 512 +pkg syscall (openbsd-386-cgo), const RTM_ADD = 1 +pkg syscall (openbsd-386-cgo), const RTM_CHANGE = 3 +pkg syscall (openbsd-386-cgo), const RTM_DELADDR = 13 +pkg syscall (openbsd-386-cgo), const RTM_DELETE = 2 +pkg syscall (openbsd-386-cgo), const RTM_DESYNC = 16 +pkg syscall (openbsd-386-cgo), const RTM_GET = 4 +pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE = 15 +pkg syscall (openbsd-386-cgo), const RTM_IFINFO = 14 +pkg syscall (openbsd-386-cgo), const RTM_LOCK = 8 +pkg syscall (openbsd-386-cgo), const RTM_LOSING = 5 +pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE = 2048 +pkg syscall (openbsd-386-cgo), const RTM_MISS = 7 +pkg syscall (openbsd-386-cgo), const RTM_NEWADDR = 12 +pkg syscall (openbsd-386-cgo), const RTM_REDIRECT = 6 +pkg syscall (openbsd-386-cgo), const RTM_RESOLVE = 11 +pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4 +pkg syscall (openbsd-386-cgo), const RTV_EXPIRE = 4 +pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (openbsd-386-cgo), const RTV_MTU = 1 +pkg syscall (openbsd-386-cgo), const RTV_RPIPE = 8 +pkg syscall (openbsd-386-cgo), const RTV_RTT = 64 +pkg syscall (openbsd-386-cgo), const RTV_RTTVAR = 128 +pkg syscall (openbsd-386-cgo), const RTV_SPIPE = 16 +pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH = 32 +pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX = 255 +pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (openbsd-386-cgo), const RUSAGE_SELF = 0 +pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD = 1 +pkg syscall (openbsd-386-cgo), const SCM_RIGHTS = 1 +pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP = 4 +pkg syscall (openbsd-386-cgo), const SIGBUS = 10 +pkg syscall (openbsd-386-cgo), const SIGCHLD = 20 +pkg syscall (openbsd-386-cgo), const SIGCONT = 19 +pkg syscall (openbsd-386-cgo), const SIGEMT = 7 +pkg syscall (openbsd-386-cgo), const SIGINFO = 29 +pkg syscall (openbsd-386-cgo), const SIGIO = 23 +pkg syscall (openbsd-386-cgo), const SIGIOT = 6 +pkg syscall (openbsd-386-cgo), const SIGPROF = 27 +pkg syscall (openbsd-386-cgo), const SIGSTOP = 17 +pkg syscall (openbsd-386-cgo), const SIGSYS = 12 +pkg syscall (openbsd-386-cgo), const SIGTHR = 32 +pkg syscall (openbsd-386-cgo), const SIGTSTP = 18 +pkg syscall (openbsd-386-cgo), const SIGTTIN = 21 +pkg syscall (openbsd-386-cgo), const SIGTTOU = 22 +pkg syscall (openbsd-386-cgo), const SIGURG = 16 +pkg syscall (openbsd-386-cgo), const SIGUSR1 = 30 +pkg syscall (openbsd-386-cgo), const SIGUSR2 = 31 +pkg syscall (openbsd-386-cgo), const SIGVTALRM = 26 +pkg syscall (openbsd-386-cgo), const SIGWINCH = 28 +pkg syscall (openbsd-386-cgo), const SIGXCPU = 24 +pkg syscall (openbsd-386-cgo), const SIGXFSZ = 25 +pkg syscall (openbsd-386-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (openbsd-386-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP = 2149869959 +pkg syscall (openbsd-386-cgo), const SIOCALIFADDR = 2182637852 +pkg syscall (openbsd-386-cgo), const SIOCATMARK = 1074033415 +pkg syscall (openbsd-386-cgo), const SIOCBRDGADD = 2153015612 +pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS = 2153015617 +pkg syscall (openbsd-386-cgo), const SIOCBRDGARL = 2154719565 +pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL = 2153015613 +pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS = 2153015618 +pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH = 2153015624 +pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL = 2154719566 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE = 3222563137 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD = 3222563154 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT = 3222563153 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS = 3226757438 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA = 3222563155 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI = 3222563152 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL = 3223873871 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS = 3226757436 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO = 3222563142 +pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS = 3226757442 +pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS = 3222825283 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE = 2148821312 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD = 2148821330 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT = 2148821329 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST = 2153015637 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS = 2153015615 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO = 2153015636 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA = 2148821331 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI = 2148821328 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO = 2148821338 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO = 2148821317 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC = 2148821337 +pkg syscall (openbsd-386-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (openbsd-386-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP = 2149869961 +pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR = 2182637854 +pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE = 3222825380 +pkg syscall (openbsd-386-cgo), const SIOCGETLABEL = 2149607834 +pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW = 3223349758 +pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC = 3223349752 +pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT = 3222566196 +pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT = 3222566195 +pkg syscall (openbsd-386-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (openbsd-386-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (openbsd-386-cgo), const SIOCGIFCONF = 3221776676 +pkg syscall (openbsd-386-cgo), const SIOCGIFDATA = 3223349531 +pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR = 3223349633 +pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR = 3223611787 +pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB = 3223611786 +pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP = 3223611784 +pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA = 3223873846 +pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (openbsd-386-cgo), const SIOCGIFMTU = 3223349630 +pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY = 3223349660 +pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN = 3223349664 +pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL = 3223349635 +pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT = 3223349638 +pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS = 3223349662 +pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR = 3256379677 +pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR = 3256379723 +pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE = 3223349666 +pkg syscall (openbsd-386-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (openbsd-386-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (openbsd-386-cgo), const SIOCGVH = 3223349750 +pkg syscall (openbsd-386-cgo), const SIOCIFCREATE = 2149607802 +pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS = 3222038904 +pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE = 2149083555 +pkg syscall (openbsd-386-cgo), const SIOCSETLABEL = 2149607833 +pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW = 2149607933 +pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC = 2149607927 +pkg syscall (openbsd-386-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (openbsd-386-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR = 2149607808 +pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR = 2149869964 +pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR = 2149607711 +pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA = 3223349557 +pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (openbsd-386-cgo), const SIOCSIFMTU = 2149607807 +pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY = 2149607835 +pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN = 2149607839 +pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL = 2149607810 +pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT = 2149607813 +pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS = 2149607837 +pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR = 2182637898 +pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE = 2149607841 +pkg syscall (openbsd-386-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (openbsd-386-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (openbsd-386-cgo), const SIOCSVH = 3223349749 +pkg syscall (openbsd-386-cgo), const SOCK_RDM = 4 +pkg syscall (openbsd-386-cgo), const SOL_SOCKET = 65535 +pkg syscall (openbsd-386-cgo), const SOMAXCONN = 128 +pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (openbsd-386-cgo), const SO_BINDANY = 4096 +pkg syscall (openbsd-386-cgo), const SO_BROADCAST = 32 +pkg syscall (openbsd-386-cgo), const SO_DEBUG = 1 +pkg syscall (openbsd-386-cgo), const SO_DONTROUTE = 16 +pkg syscall (openbsd-386-cgo), const SO_ERROR = 4103 +pkg syscall (openbsd-386-cgo), const SO_KEEPALIVE = 8 +pkg syscall (openbsd-386-cgo), const SO_LINGER = 128 +pkg syscall (openbsd-386-cgo), const SO_NETPROC = 4128 +pkg syscall (openbsd-386-cgo), const SO_OOBINLINE = 256 +pkg syscall (openbsd-386-cgo), const SO_PEERCRED = 4130 +pkg syscall (openbsd-386-cgo), const SO_RCVBUF = 4098 +pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (openbsd-386-cgo), const SO_REUSEADDR = 4 +pkg syscall (openbsd-386-cgo), const SO_REUSEPORT = 512 +pkg syscall (openbsd-386-cgo), const SO_RTABLE = 4129 +pkg syscall (openbsd-386-cgo), const SO_SNDBUF = 4097 +pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (openbsd-386-cgo), const SO_SPLICE = 4131 +pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP = 2048 +pkg syscall (openbsd-386-cgo), const SO_TYPE = 4104 +pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK = 64 +pkg syscall (openbsd-386-cgo), const SYS_ACCEPT = 30 +pkg syscall (openbsd-386-cgo), const SYS_ACCESS = 33 +pkg syscall (openbsd-386-cgo), const SYS_ACCT = 51 +pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ = 305 +pkg syscall (openbsd-386-cgo), const SYS_ADJTIME = 140 +pkg syscall (openbsd-386-cgo), const SYS_BIND = 104 +pkg syscall (openbsd-386-cgo), const SYS_CHDIR = 12 +pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS = 34 +pkg syscall (openbsd-386-cgo), const SYS_CHMOD = 15 +pkg syscall (openbsd-386-cgo), const SYS_CHOWN = 16 +pkg syscall (openbsd-386-cgo), const SYS_CHROOT = 61 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-386-cgo), const SYS_CLOSE = 6 +pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM = 287 +pkg syscall (openbsd-386-cgo), const SYS_CONNECT = 98 +pkg syscall (openbsd-386-cgo), const SYS_DUP = 41 +pkg syscall (openbsd-386-cgo), const SYS_DUP2 = 90 +pkg syscall (openbsd-386-cgo), const SYS_EXECVE = 59 +pkg syscall (openbsd-386-cgo), const SYS_EXIT = 1 +pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT = 313 +pkg syscall (openbsd-386-cgo), const SYS_FCHDIR = 13 +pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (openbsd-386-cgo), const SYS_FCHMOD = 124 +pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT = 314 +pkg syscall (openbsd-386-cgo), const SYS_FCHOWN = 123 +pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT = 315 +pkg syscall (openbsd-386-cgo), const SYS_FCNTL = 92 +pkg syscall (openbsd-386-cgo), const SYS_FHOPEN = 264 +pkg syscall (openbsd-386-cgo), const SYS_FHSTAT = 294 +pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-386-cgo), const SYS_FLOCK = 131 +pkg syscall (openbsd-386-cgo), const SYS_FORK = 2 +pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF = 192 +pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292 +pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316 +pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308 +pkg syscall (openbsd-386-cgo), const SYS_FSYNC = 95 +pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206 +pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT = 18 +pkg syscall (openbsd-386-cgo), const SYS_GETEGID = 43 +pkg syscall (openbsd-386-cgo), const SYS_GETEUID = 25 +pkg syscall (openbsd-386-cgo), const SYS_GETFH = 161 +pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-386-cgo), const SYS_GETGID = 47 +pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS = 79 +pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86 +pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN = 49 +pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (openbsd-386-cgo), const SYS_GETPGID = 207 +pkg syscall (openbsd-386-cgo), const SYS_GETPGRP = 81 +pkg syscall (openbsd-386-cgo), const SYS_GETPID = 20 +pkg syscall (openbsd-386-cgo), const SYS_GETPPID = 39 +pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (openbsd-386-cgo), const SYS_GETRESGID = 283 +pkg syscall (openbsd-386-cgo), const SYS_GETRESUID = 281 +pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE = 311 +pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-386-cgo), const SYS_GETSID = 255 +pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (openbsd-386-cgo), const SYS_GETTHRID = 299 +pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-386-cgo), const SYS_GETUID = 24 +pkg syscall (openbsd-386-cgo), const SYS_IOCTL = 54 +pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID = 253 +pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270 +pkg syscall (openbsd-386-cgo), const SYS_KILL = 37 +pkg syscall (openbsd-386-cgo), const SYS_KQUEUE = 269 +pkg syscall (openbsd-386-cgo), const SYS_KTRACE = 45 +pkg syscall (openbsd-386-cgo), const SYS_LCHOWN = 254 +pkg syscall (openbsd-386-cgo), const SYS_LINK = 9 +pkg syscall (openbsd-386-cgo), const SYS_LINKAT = 317 +pkg syscall (openbsd-386-cgo), const SYS_LISTEN = 106 +pkg syscall (openbsd-386-cgo), const SYS_LSEEK = 199 +pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293 +pkg syscall (openbsd-386-cgo), const SYS_MADVISE = 75 +pkg syscall (openbsd-386-cgo), const SYS_MINCORE = 78 +pkg syscall (openbsd-386-cgo), const SYS_MINHERIT = 250 +pkg syscall (openbsd-386-cgo), const SYS_MKDIR = 136 +pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT = 318 +pkg syscall (openbsd-386-cgo), const SYS_MKFIFO = 132 +pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT = 319 +pkg syscall (openbsd-386-cgo), const SYS_MKNOD = 14 +pkg syscall (openbsd-386-cgo), const SYS_MKNODAT = 320 +pkg syscall (openbsd-386-cgo), const SYS_MLOCK = 203 +pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL = 271 +pkg syscall (openbsd-386-cgo), const SYS_MMAP = 197 +pkg syscall (openbsd-386-cgo), const SYS_MOUNT = 21 +pkg syscall (openbsd-386-cgo), const SYS_MPROTECT = 74 +pkg syscall (openbsd-386-cgo), const SYS_MQUERY = 286 +pkg syscall (openbsd-386-cgo), const SYS_MSGCTL = 297 +pkg syscall (openbsd-386-cgo), const SYS_MSGGET = 225 +pkg syscall (openbsd-386-cgo), const SYS_MSGRCV = 227 +pkg syscall (openbsd-386-cgo), const SYS_MSGSND = 226 +pkg syscall (openbsd-386-cgo), const SYS_MSYNC = 256 +pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK = 204 +pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL = 272 +pkg syscall (openbsd-386-cgo), const SYS_MUNMAP = 73 +pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-386-cgo), const SYS_NFSSVC = 155 +pkg syscall (openbsd-386-cgo), const SYS_OBREAK = 17 +pkg syscall (openbsd-386-cgo), const SYS_OPEN = 5 +pkg syscall (openbsd-386-cgo), const SYS_OPENAT = 321 +pkg syscall (openbsd-386-cgo), const SYS_PATHCONF = 191 +pkg syscall (openbsd-386-cgo), const SYS_PIPE = 263 +pkg syscall (openbsd-386-cgo), const SYS_POLL = 252 +pkg syscall (openbsd-386-cgo), const SYS_PREAD = 173 +pkg syscall (openbsd-386-cgo), const SYS_PREADV = 267 +pkg syscall (openbsd-386-cgo), const SYS_PROFIL = 44 +pkg syscall (openbsd-386-cgo), const SYS_PTRACE = 26 +pkg syscall (openbsd-386-cgo), const SYS_PWRITE = 174 +pkg syscall (openbsd-386-cgo), const SYS_PWRITEV = 268 +pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL = 148 +pkg syscall (openbsd-386-cgo), const SYS_READ = 3 +pkg syscall (openbsd-386-cgo), const SYS_READLINK = 58 +pkg syscall (openbsd-386-cgo), const SYS_READLINKAT = 322 +pkg syscall (openbsd-386-cgo), const SYS_READV = 120 +pkg syscall (openbsd-386-cgo), const SYS_REBOOT = 55 +pkg syscall (openbsd-386-cgo), const SYS_RECVFROM = 29 +pkg syscall (openbsd-386-cgo), const SYS_RECVMSG = 27 +pkg syscall (openbsd-386-cgo), const SYS_RENAME = 128 +pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT = 323 +pkg syscall (openbsd-386-cgo), const SYS_REVOKE = 56 +pkg syscall (openbsd-386-cgo), const SYS_RMDIR = 137 +pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD = 298 +pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93 +pkg syscall (openbsd-386-cgo), const SYS_SEMGET = 221 +pkg syscall (openbsd-386-cgo), const SYS_SEMOP = 290 +pkg syscall (openbsd-386-cgo), const SYS_SENDMSG = 28 +pkg syscall (openbsd-386-cgo), const SYS_SENDTO = 133 +pkg syscall (openbsd-386-cgo), const SYS_SETEGID = 182 +pkg syscall (openbsd-386-cgo), const SYS_SETEUID = 183 +pkg syscall (openbsd-386-cgo), const SYS_SETGID = 181 +pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS = 80 +pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83 +pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN = 50 +pkg syscall (openbsd-386-cgo), const SYS_SETPGID = 82 +pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (openbsd-386-cgo), const SYS_SETREGID = 127 +pkg syscall (openbsd-386-cgo), const SYS_SETRESGID = 284 +pkg syscall (openbsd-386-cgo), const SYS_SETRESUID = 282 +pkg syscall (openbsd-386-cgo), const SYS_SETREUID = 126 +pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE = 310 +pkg syscall (openbsd-386-cgo), const SYS_SETSID = 147 +pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-386-cgo), const SYS_SETUID = 23 +pkg syscall (openbsd-386-cgo), const SYS_SHMAT = 228 +pkg syscall (openbsd-386-cgo), const SYS_SHMCTL = 296 +pkg syscall (openbsd-386-cgo), const SYS_SHMDT = 230 +pkg syscall (openbsd-386-cgo), const SYS_SHMGET = 289 +pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (openbsd-386-cgo), const SYS_SIGACTION = 46 +pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK = 288 +pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING = 52 +pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK = 48 +pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN = 103 +pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND = 111 +pkg syscall (openbsd-386-cgo), const SYS_SOCKET = 97 +pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (openbsd-386-cgo), const SYS_STAT = 291 +pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307 +pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL = 193 +pkg syscall (openbsd-386-cgo), const SYS_SYMLINK = 57 +pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT = 324 +pkg syscall (openbsd-386-cgo), const SYS_SYNC = 36 +pkg syscall (openbsd-386-cgo), const SYS_SYSARCH = 165 +pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE = 200 +pkg syscall (openbsd-386-cgo), const SYS_UMASK = 60 +pkg syscall (openbsd-386-cgo), const SYS_UNLINK = 10 +pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT = 325 +pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT = 22 +pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138 +pkg syscall (openbsd-386-cgo), const SYS_VFORK = 66 +pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7 +pkg syscall (openbsd-386-cgo), const SYS_WRITE = 4 +pkg syscall (openbsd-386-cgo), const SYS_WRITEV = 121 +pkg syscall (openbsd-386-cgo), const SYS___GETCWD = 304 +pkg syscall (openbsd-386-cgo), const SYS___GET_TCB = 330 +pkg syscall (openbsd-386-cgo), const SYS___SEMCTL = 295 +pkg syscall (openbsd-386-cgo), const SYS___SET_TCB = 329 +pkg syscall (openbsd-386-cgo), const SYS___SYSCTL = 202 +pkg syscall (openbsd-386-cgo), const SYS___TFORK = 8 +pkg syscall (openbsd-386-cgo), const SYS___THREXIT = 302 +pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT = 303 +pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP = 301 +pkg syscall (openbsd-386-cgo), const S_IFMT = 61440 +pkg syscall (openbsd-386-cgo), const SizeofBpfHdr = 20 +pkg syscall (openbsd-386-cgo), const SizeofBpfInsn = 8 +pkg syscall (openbsd-386-cgo), const SizeofBpfProgram = 8 +pkg syscall (openbsd-386-cgo), const SizeofBpfStat = 8 +pkg syscall (openbsd-386-cgo), const SizeofBpfVersion = 4 +pkg syscall (openbsd-386-cgo), const SizeofCmsghdr = 12 +pkg syscall (openbsd-386-cgo), const SizeofIPMreq = 8 +pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr = 26 +pkg syscall (openbsd-386-cgo), const SizeofIfData = 208 +pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232 +pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr = 24 +pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (openbsd-386-cgo), const SizeofLinger = 8 +pkg syscall (openbsd-386-cgo), const SizeofMsghdr = 28 +pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48 +pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny = 108 +pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink = 32 +pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (openbsd-386-cgo), const TCIFLUSH = 1 +pkg syscall (openbsd-386-cgo), const TCIOFLUSH = 3 +pkg syscall (openbsd-386-cgo), const TCOFLUSH = 2 +pkg syscall (openbsd-386-cgo), const TCP_MAXBURST = 4 +pkg syscall (openbsd-386-cgo), const TCP_MAXSEG = 2 +pkg syscall (openbsd-386-cgo), const TCP_MAXWIN = 65535 +pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK = 3 +pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (openbsd-386-cgo), const TCP_MD5SIG = 4 +pkg syscall (openbsd-386-cgo), const TCP_MSS = 512 +pkg syscall (openbsd-386-cgo), const TCP_NSTATES = 11 +pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE = 8 +pkg syscall (openbsd-386-cgo), const TCSAFLUSH = 2 +pkg syscall (openbsd-386-cgo), const TIOCCBRK = 536900730 +pkg syscall (openbsd-386-cgo), const TIOCCDTR = 536900728 +pkg syscall (openbsd-386-cgo), const TIOCCONS = 2147775586 +pkg syscall (openbsd-386-cgo), const TIOCDRAIN = 536900702 +pkg syscall (openbsd-386-cgo), const TIOCEXCL = 536900621 +pkg syscall (openbsd-386-cgo), const TIOCEXT = 2147775584 +pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL = 2 +pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF = 8 +pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS = 16 +pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (openbsd-386-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (openbsd-386-cgo), const TIOCGETA = 1076655123 +pkg syscall (openbsd-386-cgo), const TIOCGETD = 1074033690 +pkg syscall (openbsd-386-cgo), const TIOCGFLAGS = 1074033757 +pkg syscall (openbsd-386-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899 +pkg syscall (openbsd-386-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (openbsd-386-cgo), const TIOCMBIC = 2147775595 +pkg syscall (openbsd-386-cgo), const TIOCMBIS = 2147775596 +pkg syscall (openbsd-386-cgo), const TIOCMGET = 1074033770 +pkg syscall (openbsd-386-cgo), const TIOCMODG = 1074033770 +pkg syscall (openbsd-386-cgo), const TIOCMODS = 2147775597 +pkg syscall (openbsd-386-cgo), const TIOCMSET = 2147775597 +pkg syscall (openbsd-386-cgo), const TIOCM_CAR = 64 +pkg syscall (openbsd-386-cgo), const TIOCM_CD = 64 +pkg syscall (openbsd-386-cgo), const TIOCM_CTS = 32 +pkg syscall (openbsd-386-cgo), const TIOCM_DSR = 256 +pkg syscall (openbsd-386-cgo), const TIOCM_DTR = 2 +pkg syscall (openbsd-386-cgo), const TIOCM_LE = 1 +pkg syscall (openbsd-386-cgo), const TIOCM_RI = 128 +pkg syscall (openbsd-386-cgo), const TIOCM_RNG = 128 +pkg syscall (openbsd-386-cgo), const TIOCM_RTS = 4 +pkg syscall (openbsd-386-cgo), const TIOCM_SR = 16 +pkg syscall (openbsd-386-cgo), const TIOCM_ST = 8 +pkg syscall (openbsd-386-cgo), const TIOCNOTTY = 536900721 +pkg syscall (openbsd-386-cgo), const TIOCNXCL = 536900622 +pkg syscall (openbsd-386-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (openbsd-386-cgo), const TIOCPKT = 2147775600 +pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA = 0 +pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (openbsd-386-cgo), const TIOCPKT_START = 8 +pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP = 4 +pkg syscall (openbsd-386-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (openbsd-386-cgo), const TIOCSBRK = 536900731 +pkg syscall (openbsd-386-cgo), const TIOCSCTTY = 536900705 +pkg syscall (openbsd-386-cgo), const TIOCSDTR = 536900729 +pkg syscall (openbsd-386-cgo), const TIOCSETA = 2150396948 +pkg syscall (openbsd-386-cgo), const TIOCSETAF = 2150396950 +pkg syscall (openbsd-386-cgo), const TIOCSETAW = 2150396949 +pkg syscall (openbsd-386-cgo), const TIOCSETD = 2147775515 +pkg syscall (openbsd-386-cgo), const TIOCSFLAGS = 2147775580 +pkg syscall (openbsd-386-cgo), const TIOCSIG = 2147775583 +pkg syscall (openbsd-386-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (openbsd-386-cgo), const TIOCSTART = 536900718 +pkg syscall (openbsd-386-cgo), const TIOCSTAT = 2147775589 +pkg syscall (openbsd-386-cgo), const TIOCSTI = 2147578994 +pkg syscall (openbsd-386-cgo), const TIOCSTOP = 536900719 +pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP = 2148037722 +pkg syscall (openbsd-386-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (openbsd-386-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (openbsd-386-cgo), const TOSTOP = 4194304 +pkg syscall (openbsd-386-cgo), const VDISCARD = 15 +pkg syscall (openbsd-386-cgo), const VDSUSP = 11 +pkg syscall (openbsd-386-cgo), const VEOF = 0 +pkg syscall (openbsd-386-cgo), const VEOL = 1 +pkg syscall (openbsd-386-cgo), const VEOL2 = 2 +pkg syscall (openbsd-386-cgo), const VERASE = 3 +pkg syscall (openbsd-386-cgo), const VINTR = 8 +pkg syscall (openbsd-386-cgo), const VKILL = 5 +pkg syscall (openbsd-386-cgo), const VLNEXT = 14 +pkg syscall (openbsd-386-cgo), const VMIN = 16 +pkg syscall (openbsd-386-cgo), const VQUIT = 9 +pkg syscall (openbsd-386-cgo), const VREPRINT = 6 +pkg syscall (openbsd-386-cgo), const VSTART = 12 +pkg syscall (openbsd-386-cgo), const VSTATUS = 18 +pkg syscall (openbsd-386-cgo), const VSTOP = 13 +pkg syscall (openbsd-386-cgo), const VSUSP = 10 +pkg syscall (openbsd-386-cgo), const VTIME = 17 +pkg syscall (openbsd-386-cgo), const VWERASE = 4 +pkg syscall (openbsd-386-cgo), const WALTSIG = 4 +pkg syscall (openbsd-386-cgo), const WCONTINUED = 8 +pkg syscall (openbsd-386-cgo), const WCOREFLAG = 128 +pkg syscall (openbsd-386-cgo), const WNOHANG = 1 +pkg syscall (openbsd-386-cgo), const WSTOPPED = 127 +pkg syscall (openbsd-386-cgo), const WUNTRACED = 2 +pkg syscall (openbsd-amd64), const AF_APPLETALK = 16 +pkg syscall (openbsd-amd64), const AF_BLUETOOTH = 32 +pkg syscall (openbsd-amd64), const AF_CCITT = 10 +pkg syscall (openbsd-amd64), const AF_CHAOS = 5 +pkg syscall (openbsd-amd64), const AF_CNT = 21 +pkg syscall (openbsd-amd64), const AF_COIP = 20 +pkg syscall (openbsd-amd64), const AF_DATAKIT = 9 +pkg syscall (openbsd-amd64), const AF_DECnet = 12 +pkg syscall (openbsd-amd64), const AF_DLI = 13 +pkg syscall (openbsd-amd64), const AF_E164 = 26 +pkg syscall (openbsd-amd64), const AF_ECMA = 8 +pkg syscall (openbsd-amd64), const AF_ENCAP = 28 +pkg syscall (openbsd-amd64), const AF_HYLINK = 15 +pkg syscall (openbsd-amd64), const AF_IMPLINK = 3 +pkg syscall (openbsd-amd64), const AF_INET6 = 24 +pkg syscall (openbsd-amd64), const AF_IPX = 23 +pkg syscall (openbsd-amd64), const AF_ISDN = 26 +pkg syscall (openbsd-amd64), const AF_ISO = 7 +pkg syscall (openbsd-amd64), const AF_KEY = 30 +pkg syscall (openbsd-amd64), const AF_LAT = 14 +pkg syscall (openbsd-amd64), const AF_LINK = 18 +pkg syscall (openbsd-amd64), const AF_LOCAL = 1 +pkg syscall (openbsd-amd64), const AF_MAX = 36 +pkg syscall (openbsd-amd64), const AF_MPLS = 33 +pkg syscall (openbsd-amd64), const AF_NATM = 27 +pkg syscall (openbsd-amd64), const AF_NS = 6 +pkg syscall (openbsd-amd64), const AF_OSI = 7 +pkg syscall (openbsd-amd64), const AF_PUP = 4 +pkg syscall (openbsd-amd64), const AF_ROUTE = 17 +pkg syscall (openbsd-amd64), const AF_SIP = 29 +pkg syscall (openbsd-amd64), const AF_SNA = 11 +pkg syscall (openbsd-amd64), const ARPHRD_ETHER = 1 +pkg syscall (openbsd-amd64), const ARPHRD_FRELAY = 15 +pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 = 24 +pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 = 6 +pkg syscall (openbsd-amd64), const B0 = 0 +pkg syscall (openbsd-amd64), const B110 = 110 +pkg syscall (openbsd-amd64), const B115200 = 115200 +pkg syscall (openbsd-amd64), const B1200 = 1200 +pkg syscall (openbsd-amd64), const B134 = 134 +pkg syscall (openbsd-amd64), const B14400 = 14400 +pkg syscall (openbsd-amd64), const B150 = 150 +pkg syscall (openbsd-amd64), const B1800 = 1800 +pkg syscall (openbsd-amd64), const B19200 = 19200 +pkg syscall (openbsd-amd64), const B200 = 200 +pkg syscall (openbsd-amd64), const B230400 = 230400 +pkg syscall (openbsd-amd64), const B2400 = 2400 +pkg syscall (openbsd-amd64), const B28800 = 28800 +pkg syscall (openbsd-amd64), const B300 = 300 +pkg syscall (openbsd-amd64), const B38400 = 38400 +pkg syscall (openbsd-amd64), const B4800 = 4800 +pkg syscall (openbsd-amd64), const B50 = 50 +pkg syscall (openbsd-amd64), const B57600 = 57600 +pkg syscall (openbsd-amd64), const B600 = 600 +pkg syscall (openbsd-amd64), const B7200 = 7200 +pkg syscall (openbsd-amd64), const B75 = 75 +pkg syscall (openbsd-amd64), const B76800 = 76800 +pkg syscall (openbsd-amd64), const B9600 = 9600 +pkg syscall (openbsd-amd64), const BIOCFLUSH = 536887912 +pkg syscall (openbsd-amd64), const BIOCGBLEN = 1074020966 +pkg syscall (openbsd-amd64), const BIOCGDIRFILT = 1074020988 +pkg syscall (openbsd-amd64), const BIOCGDLT = 1074020970 +pkg syscall (openbsd-amd64), const BIOCGDLTLIST = 3222291067 +pkg syscall (openbsd-amd64), const BIOCGETIF = 1075855979 +pkg syscall (openbsd-amd64), const BIOCGFILDROP = 1074020984 +pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (openbsd-amd64), const BIOCGRSIG = 1074020979 +pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (openbsd-amd64), const BIOCGSTATS = 1074283119 +pkg syscall (openbsd-amd64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (openbsd-amd64), const BIOCLOCK = 536887926 +pkg syscall (openbsd-amd64), const BIOCPROMISC = 536887913 +pkg syscall (openbsd-amd64), const BIOCSBLEN = 3221504614 +pkg syscall (openbsd-amd64), const BIOCSDIRFILT = 2147762813 +pkg syscall (openbsd-amd64), const BIOCSDLT = 2147762810 +pkg syscall (openbsd-amd64), const BIOCSETF = 2148549223 +pkg syscall (openbsd-amd64), const BIOCSETIF = 2149597804 +pkg syscall (openbsd-amd64), const BIOCSETWF = 2148549239 +pkg syscall (openbsd-amd64), const BIOCSFILDROP = 2147762809 +pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (openbsd-amd64), const BIOCSRSIG = 2147762802 +pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (openbsd-amd64), const BIOCVERSION = 1074020977 +pkg syscall (openbsd-amd64), const BPF_A = 16 +pkg syscall (openbsd-amd64), const BPF_ABS = 32 +pkg syscall (openbsd-amd64), const BPF_ADD = 0 +pkg syscall (openbsd-amd64), const BPF_ALIGNMENT = 4 +pkg syscall (openbsd-amd64), const BPF_ALU = 4 +pkg syscall (openbsd-amd64), const BPF_AND = 80 +pkg syscall (openbsd-amd64), const BPF_B = 16 +pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN = 1 +pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT = 2 +pkg syscall (openbsd-amd64), const BPF_DIV = 48 +pkg syscall (openbsd-amd64), const BPF_H = 8 +pkg syscall (openbsd-amd64), const BPF_IMM = 0 +pkg syscall (openbsd-amd64), const BPF_IND = 64 +pkg syscall (openbsd-amd64), const BPF_JA = 0 +pkg syscall (openbsd-amd64), const BPF_JEQ = 16 +pkg syscall (openbsd-amd64), const BPF_JGE = 48 +pkg syscall (openbsd-amd64), const BPF_JGT = 32 +pkg syscall (openbsd-amd64), const BPF_JMP = 5 +pkg syscall (openbsd-amd64), const BPF_JSET = 64 +pkg syscall (openbsd-amd64), const BPF_K = 0 +pkg syscall (openbsd-amd64), const BPF_LD = 0 +pkg syscall (openbsd-amd64), const BPF_LDX = 1 +pkg syscall (openbsd-amd64), const BPF_LEN = 128 +pkg syscall (openbsd-amd64), const BPF_LSH = 96 +pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION = 1 +pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE = 2097152 +pkg syscall (openbsd-amd64), const BPF_MAXINSNS = 512 +pkg syscall (openbsd-amd64), const BPF_MEM = 96 +pkg syscall (openbsd-amd64), const BPF_MEMWORDS = 16 +pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE = 32 +pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION = 1 +pkg syscall (openbsd-amd64), const BPF_MISC = 7 +pkg syscall (openbsd-amd64), const BPF_MSH = 160 +pkg syscall (openbsd-amd64), const BPF_MUL = 32 +pkg syscall (openbsd-amd64), const BPF_NEG = 128 +pkg syscall (openbsd-amd64), const BPF_OR = 64 +pkg syscall (openbsd-amd64), const BPF_RELEASE = 199606 +pkg syscall (openbsd-amd64), const BPF_RET = 6 +pkg syscall (openbsd-amd64), const BPF_RSH = 112 +pkg syscall (openbsd-amd64), const BPF_ST = 2 +pkg syscall (openbsd-amd64), const BPF_STX = 3 +pkg syscall (openbsd-amd64), const BPF_SUB = 16 +pkg syscall (openbsd-amd64), const BPF_TAX = 0 +pkg syscall (openbsd-amd64), const BPF_TXA = 128 +pkg syscall (openbsd-amd64), const BPF_W = 0 +pkg syscall (openbsd-amd64), const BPF_X = 8 +pkg syscall (openbsd-amd64), const BRKINT = 2 +pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16 +pkg syscall (openbsd-amd64), const CFLUSH = 15 +pkg syscall (openbsd-amd64), const CLOCAL = 32768 +pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288 +pkg syscall (openbsd-amd64), const CREAD = 2048 +pkg syscall (openbsd-amd64), const CS5 = 0 +pkg syscall (openbsd-amd64), const CS6 = 256 +pkg syscall (openbsd-amd64), const CS7 = 512 +pkg syscall (openbsd-amd64), const CS8 = 768 +pkg syscall (openbsd-amd64), const CSIZE = 768 +pkg syscall (openbsd-amd64), const CSTART = 17 +pkg syscall (openbsd-amd64), const CSTATUS = 255 +pkg syscall (openbsd-amd64), const CSTOP = 19 +pkg syscall (openbsd-amd64), const CSTOPB = 1024 +pkg syscall (openbsd-amd64), const CSUSP = 26 +pkg syscall (openbsd-amd64), const CTL_MAXNAME = 12 +pkg syscall (openbsd-amd64), const CTL_NET = 4 +pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH = 536888398 +pkg syscall (openbsd-amd64), const DLT_ARCNET = 7 +pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 = 11 +pkg syscall (openbsd-amd64), const DLT_AX25 = 3 +pkg syscall (openbsd-amd64), const DLT_CHAOS = 5 +pkg syscall (openbsd-amd64), const DLT_C_HDLC = 104 +pkg syscall (openbsd-amd64), const DLT_EN10MB = 1 +pkg syscall (openbsd-amd64), const DLT_EN3MB = 2 +pkg syscall (openbsd-amd64), const DLT_ENC = 13 +pkg syscall (openbsd-amd64), const DLT_FDDI = 10 +pkg syscall (openbsd-amd64), const DLT_IEEE802 = 6 +pkg syscall (openbsd-amd64), const DLT_IEEE802_11 = 105 +pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (openbsd-amd64), const DLT_LOOP = 12 +pkg syscall (openbsd-amd64), const DLT_MPLS = 219 +pkg syscall (openbsd-amd64), const DLT_NULL = 0 +pkg syscall (openbsd-amd64), const DLT_PFLOG = 117 +pkg syscall (openbsd-amd64), const DLT_PFSYNC = 18 +pkg syscall (openbsd-amd64), const DLT_PPP = 9 +pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS = 16 +pkg syscall (openbsd-amd64), const DLT_PPP_ETHER = 51 +pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL = 50 +pkg syscall (openbsd-amd64), const DLT_PRONET = 4 +pkg syscall (openbsd-amd64), const DLT_RAW = 14 +pkg syscall (openbsd-amd64), const DLT_SLIP = 8 +pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS = 15 +pkg syscall (openbsd-amd64), const DT_BLK = 6 +pkg syscall (openbsd-amd64), const DT_CHR = 2 +pkg syscall (openbsd-amd64), const DT_DIR = 4 +pkg syscall (openbsd-amd64), const DT_FIFO = 1 +pkg syscall (openbsd-amd64), const DT_LNK = 10 +pkg syscall (openbsd-amd64), const DT_REG = 8 +pkg syscall (openbsd-amd64), const DT_SOCK = 12 +pkg syscall (openbsd-amd64), const DT_UNKNOWN = 0 +pkg syscall (openbsd-amd64), const E2BIG = 7 +pkg syscall (openbsd-amd64), const EACCES = 13 +pkg syscall (openbsd-amd64), const EADDRINUSE = 48 +pkg syscall (openbsd-amd64), const EADDRNOTAVAIL = 49 +pkg syscall (openbsd-amd64), const EAFNOSUPPORT = 47 +pkg syscall (openbsd-amd64), const EAGAIN = 35 +pkg syscall (openbsd-amd64), const EALREADY = 37 +pkg syscall (openbsd-amd64), const EAUTH = 80 +pkg syscall (openbsd-amd64), const EBADF = 9 +pkg syscall (openbsd-amd64), const EBADRPC = 72 +pkg syscall (openbsd-amd64), const EBUSY = 16 +pkg syscall (openbsd-amd64), const ECANCELED = 88 +pkg syscall (openbsd-amd64), const ECHILD = 10 +pkg syscall (openbsd-amd64), const ECHO = 8 +pkg syscall (openbsd-amd64), const ECHOCTL = 64 +pkg syscall (openbsd-amd64), const ECHOE = 2 +pkg syscall (openbsd-amd64), const ECHOK = 4 +pkg syscall (openbsd-amd64), const ECHOKE = 1 +pkg syscall (openbsd-amd64), const ECHONL = 16 +pkg syscall (openbsd-amd64), const ECHOPRT = 32 +pkg syscall (openbsd-amd64), const ECONNABORTED = 53 +pkg syscall (openbsd-amd64), const ECONNREFUSED = 61 +pkg syscall (openbsd-amd64), const ECONNRESET = 54 +pkg syscall (openbsd-amd64), const EDEADLK = 11 +pkg syscall (openbsd-amd64), const EDESTADDRREQ = 39 +pkg syscall (openbsd-amd64), const EDOM = 33 +pkg syscall (openbsd-amd64), const EDQUOT = 69 +pkg syscall (openbsd-amd64), const EEXIST = 17 +pkg syscall (openbsd-amd64), const EFAULT = 14 +pkg syscall (openbsd-amd64), const EFBIG = 27 +pkg syscall (openbsd-amd64), const EFER_LMA = 1024 +pkg syscall (openbsd-amd64), const EFER_LME = 256 +pkg syscall (openbsd-amd64), const EFER_NXE = 2048 +pkg syscall (openbsd-amd64), const EFER_SCE = 1 +pkg syscall (openbsd-amd64), const EFTYPE = 79 +pkg syscall (openbsd-amd64), const EHOSTDOWN = 64 +pkg syscall (openbsd-amd64), const EHOSTUNREACH = 65 +pkg syscall (openbsd-amd64), const EIDRM = 89 +pkg syscall (openbsd-amd64), const EILSEQ = 84 +pkg syscall (openbsd-amd64), const EINPROGRESS = 36 +pkg syscall (openbsd-amd64), const EINTR = 4 +pkg syscall (openbsd-amd64), const EINVAL = 22 +pkg syscall (openbsd-amd64), const EIO = 5 +pkg syscall (openbsd-amd64), const EIPSEC = 82 +pkg syscall (openbsd-amd64), const EISCONN = 56 +pkg syscall (openbsd-amd64), const EISDIR = 21 +pkg syscall (openbsd-amd64), const ELAST = 91 +pkg syscall (openbsd-amd64), const ELOOP = 62 +pkg syscall (openbsd-amd64), const EMEDIUMTYPE = 86 +pkg syscall (openbsd-amd64), const EMFILE = 24 +pkg syscall (openbsd-amd64), const EMLINK = 31 +pkg syscall (openbsd-amd64), const EMSGSIZE = 40 +pkg syscall (openbsd-amd64), const EMT_TAGOVF = 1 +pkg syscall (openbsd-amd64), const EMUL_ENABLED = 1 +pkg syscall (openbsd-amd64), const EMUL_NATIVE = 2 +pkg syscall (openbsd-amd64), const ENAMETOOLONG = 63 +pkg syscall (openbsd-amd64), const ENDRUNDISC = 9 +pkg syscall (openbsd-amd64), const ENEEDAUTH = 81 +pkg syscall (openbsd-amd64), const ENETDOWN = 50 +pkg syscall (openbsd-amd64), const ENETRESET = 52 +pkg syscall (openbsd-amd64), const ENETUNREACH = 51 +pkg syscall (openbsd-amd64), const ENFILE = 23 +pkg syscall (openbsd-amd64), const ENOATTR = 83 +pkg syscall (openbsd-amd64), const ENOBUFS = 55 +pkg syscall (openbsd-amd64), const ENODEV = 19 +pkg syscall (openbsd-amd64), const ENOEXEC = 8 +pkg syscall (openbsd-amd64), const ENOLCK = 77 +pkg syscall (openbsd-amd64), const ENOMEDIUM = 85 +pkg syscall (openbsd-amd64), const ENOMEM = 12 +pkg syscall (openbsd-amd64), const ENOMSG = 90 +pkg syscall (openbsd-amd64), const ENOPROTOOPT = 42 +pkg syscall (openbsd-amd64), const ENOSPC = 28 +pkg syscall (openbsd-amd64), const ENOSYS = 78 +pkg syscall (openbsd-amd64), const ENOTBLK = 15 +pkg syscall (openbsd-amd64), const ENOTCONN = 57 +pkg syscall (openbsd-amd64), const ENOTDIR = 20 +pkg syscall (openbsd-amd64), const ENOTEMPTY = 66 +pkg syscall (openbsd-amd64), const ENOTSOCK = 38 +pkg syscall (openbsd-amd64), const ENOTSUP = 91 +pkg syscall (openbsd-amd64), const ENOTTY = 25 +pkg syscall (openbsd-amd64), const ENXIO = 6 +pkg syscall (openbsd-amd64), const EOPNOTSUPP = 45 +pkg syscall (openbsd-amd64), const EOVERFLOW = 87 +pkg syscall (openbsd-amd64), const EPERM = 1 +pkg syscall (openbsd-amd64), const EPFNOSUPPORT = 46 +pkg syscall (openbsd-amd64), const EPIPE = 32 +pkg syscall (openbsd-amd64), const EPROCLIM = 67 +pkg syscall (openbsd-amd64), const EPROCUNAVAIL = 76 +pkg syscall (openbsd-amd64), const EPROGMISMATCH = 75 +pkg syscall (openbsd-amd64), const EPROGUNAVAIL = 74 +pkg syscall (openbsd-amd64), const EPROTONOSUPPORT = 43 +pkg syscall (openbsd-amd64), const EPROTOTYPE = 41 +pkg syscall (openbsd-amd64), const ERANGE = 34 +pkg syscall (openbsd-amd64), const EREMOTE = 71 +pkg syscall (openbsd-amd64), const EROFS = 30 +pkg syscall (openbsd-amd64), const ERPCMISMATCH = 73 +pkg syscall (openbsd-amd64), const ESHUTDOWN = 58 +pkg syscall (openbsd-amd64), const ESOCKTNOSUPPORT = 44 +pkg syscall (openbsd-amd64), const ESPIPE = 29 +pkg syscall (openbsd-amd64), const ESRCH = 3 +pkg syscall (openbsd-amd64), const ESTALE = 70 +pkg syscall (openbsd-amd64), const ETHERMIN = 46 +pkg syscall (openbsd-amd64), const ETHERMTU = 1500 +pkg syscall (openbsd-amd64), const ETHERTYPE_8023 = 4 +pkg syscall (openbsd-amd64), const ETHERTYPE_AARP = 33011 +pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON = 33680 +pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC = 32822 +pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA = 33098 +pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER = 24584 +pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (openbsd-amd64), const ETHERTYPE_AOE = 34978 +pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO = 33015 +pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (openbsd-amd64), const ETHERTYPE_ARP = 2054 +pkg syscall (openbsd-amd64), const ETHERTYPE_AT = 32923 +pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK = 32923 +pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (openbsd-amd64), const ETHERTYPE_ATT = 32873 +pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS = 34902 +pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL = 33026 +pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS = 2052 +pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS = 32772 +pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (openbsd-amd64), const ETHERTYPE_DCA = 4660 +pkg syscall (openbsd-amd64), const ETHERTYPE_DDE = 32891 +pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI = 43690 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM = 32840 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST = 24582 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS = 32828 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS = 32830 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST = 32833 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM = 32831 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON = 34526 +pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (openbsd-amd64), const ETHERTYPE_DN = 24579 +pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD = 32825 +pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA = 2051 +pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (openbsd-amd64), const ETHERTYPE_ES = 32861 +pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP = 33094 +pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP = 2056 +pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN = 32872 +pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES = 33072 +pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI = 34848 +pkg syscall (openbsd-amd64), const ETHERTYPE_HP = 32773 +pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL = 19522 +pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (openbsd-amd64), const ETHERTYPE_IP = 2048 +pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS = 34668 +pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 = 34525 +pkg syscall (openbsd-amd64), const ETHERTYPE_IPX = 33079 +pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA = 34178 +pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (openbsd-amd64), const ETHERTYPE_LAT = 24580 +pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK = 36864 +pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE = 32864 +pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP = 35020 +pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA = 32890 +pkg syscall (openbsd-amd64), const ETHERTYPE_MAX = 65535 +pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT = 32892 +pkg syscall (openbsd-amd64), const ETHERTYPE_MICP = 34618 +pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL = 24577 +pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC = 24578 +pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS = 34887 +pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS = 33087 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC = 15364 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG = 15367 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST = 15373 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (openbsd-amd64), const ETHERTYPE_NBS = 2050 +pkg syscall (openbsd-amd64), const ETHERTYPE_NCD = 33097 +pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR = 32774 +pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL = 33080 +pkg syscall (openbsd-amd64), const ETHERTYPE_NS = 1536 +pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT = 1537 +pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER = 16 +pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 = 28679 +pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET = 28681 +pkg syscall (openbsd-amd64), const ETHERTYPE_PACER = 32966 +pkg syscall (openbsd-amd64), const ETHERTYPE_PAE = 34958 +pkg syscall (openbsd-amd64), const ETHERTYPE_PCS = 16962 +pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING = 32836 +pkg syscall (openbsd-amd64), const ETHERTYPE_PPP = 34827 +pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE = 34916 +pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (openbsd-amd64), const ETHERTYPE_PUP = 512 +pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT = 512 +pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ = 34984 +pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL = 28720 +pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR = 25945 +pkg syscall (openbsd-amd64), const ETHERTYPE_RCL = 6549 +pkg syscall (openbsd-amd64), const ETHERTYPE_RDP = 34617 +pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX = 33010 +pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP = 32821 +pkg syscall (openbsd-amd64), const ETHERTYPE_SCA = 24583 +pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA = 34523 +pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW = 33150 +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET = 21000 +pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW = 34825 +pkg syscall (openbsd-amd64), const ETHERTYPE_SNA = 32981 +pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP = 33100 +pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX = 64245 +pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER = 32927 +pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE = 1280 +pkg syscall (openbsd-amd64), const ETHERTYPE_STP = 33153 +pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS = 33067 +pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM = 36866 +pkg syscall (openbsd-amd64), const ETHERTYPE_TEC = 33103 +pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN = 32815 +pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL = 4096 +pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST = 28677 +pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL = 28672 +pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU = 28673 +pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC = 28675 +pkg syscall (openbsd-amd64), const ETHERTYPE_VALID = 5632 +pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN = 32989 +pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN = 32827 +pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO = 32871 +pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP = 32859 +pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB = 33073 +pkg syscall (openbsd-amd64), const ETHERTYPE_VINES = 2989 +pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL = 65280 +pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN = 33024 +pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD = 32860 +pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (openbsd-amd64), const ETHERTYPE_X25 = 2053 +pkg syscall (openbsd-amd64), const ETHERTYPE_X75 = 2049 +pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM = 36865 +pkg syscall (openbsd-amd64), const ETHERTYPE_XTP = 33149 +pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN = 6 +pkg syscall (openbsd-amd64), const ETHER_ALIGN = 2 +pkg syscall (openbsd-amd64), const ETHER_CRC_LEN = 4 +pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (openbsd-amd64), const ETHER_HDR_LEN = 14 +pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN = 1536 +pkg syscall (openbsd-amd64), const ETHER_MAX_LEN = 1518 +pkg syscall (openbsd-amd64), const ETHER_MIN_LEN = 64 +pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN = 2 +pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (openbsd-amd64), const ETIMEDOUT = 60 +pkg syscall (openbsd-amd64), const ETOOMANYREFS = 59 +pkg syscall (openbsd-amd64), const ETXTBSY = 26 +pkg syscall (openbsd-amd64), const EUSERS = 68 +pkg syscall (openbsd-amd64), const EVFILT_AIO = -3 +pkg syscall (openbsd-amd64), const EVFILT_PROC = -5 +pkg syscall (openbsd-amd64), const EVFILT_READ = -1 +pkg syscall (openbsd-amd64), const EVFILT_SIGNAL = -6 +pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT = 7 +pkg syscall (openbsd-amd64), const EVFILT_TIMER = -7 +pkg syscall (openbsd-amd64), const EVFILT_VNODE = -4 +pkg syscall (openbsd-amd64), const EVFILT_WRITE = -2 +pkg syscall (openbsd-amd64), const EV_ADD = 1 +pkg syscall (openbsd-amd64), const EV_CLEAR = 32 +pkg syscall (openbsd-amd64), const EV_DELETE = 2 +pkg syscall (openbsd-amd64), const EV_DISABLE = 8 +pkg syscall (openbsd-amd64), const EV_ENABLE = 4 +pkg syscall (openbsd-amd64), const EV_EOF = 32768 +pkg syscall (openbsd-amd64), const EV_ERROR = 16384 +pkg syscall (openbsd-amd64), const EV_FLAG1 = 8192 +pkg syscall (openbsd-amd64), const EV_ONESHOT = 16 +pkg syscall (openbsd-amd64), const EV_SYSFLAGS = 61440 +pkg syscall (openbsd-amd64), const EWOULDBLOCK = 35 +pkg syscall (openbsd-amd64), const EXDEV = 18 +pkg syscall (openbsd-amd64), const EXTA = 19200 +pkg syscall (openbsd-amd64), const EXTB = 38400 +pkg syscall (openbsd-amd64), const EXTPROC = 2048 +pkg syscall (openbsd-amd64), const FD_CLOEXEC = 1 +pkg syscall (openbsd-amd64), const FD_SETSIZE = 1024 +pkg syscall (openbsd-amd64), const FLUSHO = 8388608 +pkg syscall (openbsd-amd64), const F_DUPFD = 0 +pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC = 10 +pkg syscall (openbsd-amd64), const F_GETFD = 1 +pkg syscall (openbsd-amd64), const F_GETFL = 3 +pkg syscall (openbsd-amd64), const F_GETLK = 7 +pkg syscall (openbsd-amd64), const F_GETOWN = 5 +pkg syscall (openbsd-amd64), const F_OK = 0 +pkg syscall (openbsd-amd64), const F_RDLCK = 1 +pkg syscall (openbsd-amd64), const F_SETFD = 2 +pkg syscall (openbsd-amd64), const F_SETFL = 4 +pkg syscall (openbsd-amd64), const F_SETLK = 8 +pkg syscall (openbsd-amd64), const F_SETLKW = 9 +pkg syscall (openbsd-amd64), const F_SETOWN = 6 +pkg syscall (openbsd-amd64), const F_UNLCK = 2 +pkg syscall (openbsd-amd64), const F_WRLCK = 3 +pkg syscall (openbsd-amd64), const HUPCL = 16384 +pkg syscall (openbsd-amd64), const ICANON = 256 +pkg syscall (openbsd-amd64), const ICRNL = 256 +pkg syscall (openbsd-amd64), const IEXTEN = 1024 +pkg syscall (openbsd-amd64), const IFAN_ARRIVAL = 0 +pkg syscall (openbsd-amd64), const IFAN_DEPARTURE = 1 +pkg syscall (openbsd-amd64), const IFA_ROUTE = 1 +pkg syscall (openbsd-amd64), const IFF_ALLMULTI = 512 +pkg syscall (openbsd-amd64), const IFF_CANTCHANGE = 36434 +pkg syscall (openbsd-amd64), const IFF_DEBUG = 4 +pkg syscall (openbsd-amd64), const IFF_LINK0 = 4096 +pkg syscall (openbsd-amd64), const IFF_LINK1 = 8192 +pkg syscall (openbsd-amd64), const IFF_LINK2 = 16384 +pkg syscall (openbsd-amd64), const IFF_LOOPBACK = 8 +pkg syscall (openbsd-amd64), const IFF_MULTICAST = 32768 +pkg syscall (openbsd-amd64), const IFF_NOARP = 128 +pkg syscall (openbsd-amd64), const IFF_NOTRAILERS = 32 +pkg syscall (openbsd-amd64), const IFF_OACTIVE = 1024 +pkg syscall (openbsd-amd64), const IFF_POINTOPOINT = 16 +pkg syscall (openbsd-amd64), const IFF_PROMISC = 256 +pkg syscall (openbsd-amd64), const IFF_RUNNING = 64 +pkg syscall (openbsd-amd64), const IFF_SIMPLEX = 2048 +pkg syscall (openbsd-amd64), const IFNAMSIZ = 16 +pkg syscall (openbsd-amd64), const IFT_1822 = 2 +pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH = 130 +pkg syscall (openbsd-amd64), const IFT_AAL2 = 187 +pkg syscall (openbsd-amd64), const IFT_AAL5 = 49 +pkg syscall (openbsd-amd64), const IFT_ADSL = 94 +pkg syscall (openbsd-amd64), const IFT_AFLANE8023 = 59 +pkg syscall (openbsd-amd64), const IFT_AFLANE8025 = 60 +pkg syscall (openbsd-amd64), const IFT_ARAP = 88 +pkg syscall (openbsd-amd64), const IFT_ARCNET = 35 +pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS = 36 +pkg syscall (openbsd-amd64), const IFT_ASYNC = 84 +pkg syscall (openbsd-amd64), const IFT_ATM = 37 +pkg syscall (openbsd-amd64), const IFT_ATMDXI = 105 +pkg syscall (openbsd-amd64), const IFT_ATMFUNI = 106 +pkg syscall (openbsd-amd64), const IFT_ATMIMA = 107 +pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL = 80 +pkg syscall (openbsd-amd64), const IFT_ATMRADIO = 189 +pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT = 194 +pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL = 149 +pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (openbsd-amd64), const IFT_BLUETOOTH = 248 +pkg syscall (openbsd-amd64), const IFT_BRIDGE = 209 +pkg syscall (openbsd-amd64), const IFT_BSC = 83 +pkg syscall (openbsd-amd64), const IFT_CARP = 247 +pkg syscall (openbsd-amd64), const IFT_CCTEMUL = 61 +pkg syscall (openbsd-amd64), const IFT_CEPT = 19 +pkg syscall (openbsd-amd64), const IFT_CES = 133 +pkg syscall (openbsd-amd64), const IFT_CHANNEL = 70 +pkg syscall (openbsd-amd64), const IFT_CNR = 85 +pkg syscall (openbsd-amd64), const IFT_COFFEE = 132 +pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK = 155 +pkg syscall (openbsd-amd64), const IFT_DCN = 141 +pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (openbsd-amd64), const IFT_DLSW = 74 +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (openbsd-amd64), const IFT_DS0 = 81 +pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE = 82 +pkg syscall (openbsd-amd64), const IFT_DS1FDL = 170 +pkg syscall (openbsd-amd64), const IFT_DS3 = 30 +pkg syscall (openbsd-amd64), const IFT_DTM = 140 +pkg syscall (openbsd-amd64), const IFT_DUMMY = 241 +pkg syscall (openbsd-amd64), const IFT_DVBASILN = 172 +pkg syscall (openbsd-amd64), const IFT_DVBASIOUT = 173 +pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (openbsd-amd64), const IFT_ECONET = 206 +pkg syscall (openbsd-amd64), const IFT_ENC = 244 +pkg syscall (openbsd-amd64), const IFT_EON = 25 +pkg syscall (openbsd-amd64), const IFT_EPLRS = 87 +pkg syscall (openbsd-amd64), const IFT_ESCON = 73 +pkg syscall (openbsd-amd64), const IFT_ETHER = 6 +pkg syscall (openbsd-amd64), const IFT_FAITH = 243 +pkg syscall (openbsd-amd64), const IFT_FAST = 125 +pkg syscall (openbsd-amd64), const IFT_FASTETHER = 62 +pkg syscall (openbsd-amd64), const IFT_FASTETHERFX = 69 +pkg syscall (openbsd-amd64), const IFT_FDDI = 15 +pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL = 56 +pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI = 92 +pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT = 193 +pkg syscall (openbsd-amd64), const IFT_FRELAY = 32 +pkg syscall (openbsd-amd64), const IFT_FRELAYDCE = 44 +pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (openbsd-amd64), const IFT_FRFORWARD = 158 +pkg syscall (openbsd-amd64), const IFT_G703AT2MB = 67 +pkg syscall (openbsd-amd64), const IFT_G703AT64K = 66 +pkg syscall (openbsd-amd64), const IFT_GIF = 240 +pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET = 117 +pkg syscall (openbsd-amd64), const IFT_GR303IDT = 178 +pkg syscall (openbsd-amd64), const IFT_GR303RDT = 177 +pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER = 164 +pkg syscall (openbsd-amd64), const IFT_H323PROXY = 165 +pkg syscall (openbsd-amd64), const IFT_HDH1822 = 3 +pkg syscall (openbsd-amd64), const IFT_HDLC = 118 +pkg syscall (openbsd-amd64), const IFT_HDSL2 = 168 +pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 = 183 +pkg syscall (openbsd-amd64), const IFT_HIPPI = 47 +pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE = 57 +pkg syscall (openbsd-amd64), const IFT_HOSTPAD = 90 +pkg syscall (openbsd-amd64), const IFT_HSSI = 46 +pkg syscall (openbsd-amd64), const IFT_HY = 14 +pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN = 72 +pkg syscall (openbsd-amd64), const IFT_IDSL = 154 +pkg syscall (openbsd-amd64), const IFT_IEEE1394 = 144 +pkg syscall (openbsd-amd64), const IFT_IEEE80211 = 71 +pkg syscall (openbsd-amd64), const IFT_IEEE80212 = 55 +pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG = 161 +pkg syscall (openbsd-amd64), const IFT_IFGSN = 145 +pkg syscall (openbsd-amd64), const IFT_IMT = 190 +pkg syscall (openbsd-amd64), const IFT_INFINIBAND = 199 +pkg syscall (openbsd-amd64), const IFT_INTERLEAVE = 124 +pkg syscall (openbsd-amd64), const IFT_IP = 126 +pkg syscall (openbsd-amd64), const IFT_IPFORWARD = 142 +pkg syscall (openbsd-amd64), const IFT_IPOVERATM = 114 +pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC = 109 +pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW = 110 +pkg syscall (openbsd-amd64), const IFT_IPSWITCH = 78 +pkg syscall (openbsd-amd64), const IFT_ISDN = 63 +pkg syscall (openbsd-amd64), const IFT_ISDNBASIC = 20 +pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY = 21 +pkg syscall (openbsd-amd64), const IFT_ISDNS = 75 +pkg syscall (openbsd-amd64), const IFT_ISDNU = 76 +pkg syscall (openbsd-amd64), const IFT_ISO88022LLC = 41 +pkg syscall (openbsd-amd64), const IFT_ISO88023 = 7 +pkg syscall (openbsd-amd64), const IFT_ISO88024 = 8 +pkg syscall (openbsd-amd64), const IFT_ISO88025 = 9 +pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT = 98 +pkg syscall (openbsd-amd64), const IFT_ISO88025DTR = 86 +pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER = 115 +pkg syscall (openbsd-amd64), const IFT_ISO88026 = 10 +pkg syscall (openbsd-amd64), const IFT_ISUP = 179 +pkg syscall (openbsd-amd64), const IFT_L2VLAN = 135 +pkg syscall (openbsd-amd64), const IFT_L3IPVLAN = 136 +pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN = 137 +pkg syscall (openbsd-amd64), const IFT_LAPB = 16 +pkg syscall (openbsd-amd64), const IFT_LAPD = 77 +pkg syscall (openbsd-amd64), const IFT_LAPF = 119 +pkg syscall (openbsd-amd64), const IFT_LINEGROUP = 210 +pkg syscall (openbsd-amd64), const IFT_LOCALTALK = 42 +pkg syscall (openbsd-amd64), const IFT_LOOP = 24 +pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (openbsd-amd64), const IFT_MFSIGLINK = 167 +pkg syscall (openbsd-amd64), const IFT_MIOX25 = 38 +pkg syscall (openbsd-amd64), const IFT_MODEM = 48 +pkg syscall (openbsd-amd64), const IFT_MPC = 113 +pkg syscall (openbsd-amd64), const IFT_MPLS = 166 +pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL = 150 +pkg syscall (openbsd-amd64), const IFT_MSDSL = 143 +pkg syscall (openbsd-amd64), const IFT_MVL = 191 +pkg syscall (openbsd-amd64), const IFT_MYRINET = 99 +pkg syscall (openbsd-amd64), const IFT_NFAS = 175 +pkg syscall (openbsd-amd64), const IFT_NSIP = 27 +pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL = 195 +pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (openbsd-amd64), const IFT_OTHER = 1 +pkg syscall (openbsd-amd64), const IFT_P10 = 12 +pkg syscall (openbsd-amd64), const IFT_P80 = 13 +pkg syscall (openbsd-amd64), const IFT_PARA = 34 +pkg syscall (openbsd-amd64), const IFT_PFLOG = 245 +pkg syscall (openbsd-amd64), const IFT_PFLOW = 249 +pkg syscall (openbsd-amd64), const IFT_PFSYNC = 246 +pkg syscall (openbsd-amd64), const IFT_PLC = 174 +pkg syscall (openbsd-amd64), const IFT_PON155 = 207 +pkg syscall (openbsd-amd64), const IFT_PON622 = 208 +pkg syscall (openbsd-amd64), const IFT_POS = 171 +pkg syscall (openbsd-amd64), const IFT_PPP = 23 +pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (openbsd-amd64), const IFT_PROPATM = 197 +pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP = 184 +pkg syscall (openbsd-amd64), const IFT_PROPCNLS = 89 +pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (openbsd-amd64), const IFT_PROPMUX = 54 +pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL = 53 +pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (openbsd-amd64), const IFT_PTPSERIAL = 22 +pkg syscall (openbsd-amd64), const IFT_PVC = 242 +pkg syscall (openbsd-amd64), const IFT_Q2931 = 201 +pkg syscall (openbsd-amd64), const IFT_QLLC = 68 +pkg syscall (openbsd-amd64), const IFT_RADIOMAC = 188 +pkg syscall (openbsd-amd64), const IFT_RADSL = 95 +pkg syscall (openbsd-amd64), const IFT_REACHDSL = 192 +pkg syscall (openbsd-amd64), const IFT_RFC1483 = 159 +pkg syscall (openbsd-amd64), const IFT_RS232 = 33 +pkg syscall (openbsd-amd64), const IFT_RSRB = 79 +pkg syscall (openbsd-amd64), const IFT_SDLC = 17 +pkg syscall (openbsd-amd64), const IFT_SDSL = 96 +pkg syscall (openbsd-amd64), const IFT_SHDSL = 169 +pkg syscall (openbsd-amd64), const IFT_SIP = 31 +pkg syscall (openbsd-amd64), const IFT_SIPSIG = 204 +pkg syscall (openbsd-amd64), const IFT_SIPTG = 203 +pkg syscall (openbsd-amd64), const IFT_SLIP = 28 +pkg syscall (openbsd-amd64), const IFT_SMDSDXI = 43 +pkg syscall (openbsd-amd64), const IFT_SMDSICIP = 52 +pkg syscall (openbsd-amd64), const IFT_SONET = 39 +pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (openbsd-amd64), const IFT_SONETPATH = 50 +pkg syscall (openbsd-amd64), const IFT_SONETVT = 51 +pkg syscall (openbsd-amd64), const IFT_SRP = 151 +pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK = 156 +pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK = 111 +pkg syscall (openbsd-amd64), const IFT_STARLAN = 11 +pkg syscall (openbsd-amd64), const IFT_T1 = 18 +pkg syscall (openbsd-amd64), const IFT_TDLC = 116 +pkg syscall (openbsd-amd64), const IFT_TELINK = 200 +pkg syscall (openbsd-amd64), const IFT_TERMPAD = 91 +pkg syscall (openbsd-amd64), const IFT_TR008 = 176 +pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC = 123 +pkg syscall (openbsd-amd64), const IFT_TUNNEL = 131 +pkg syscall (openbsd-amd64), const IFT_ULTRA = 29 +pkg syscall (openbsd-amd64), const IFT_USB = 160 +pkg syscall (openbsd-amd64), const IFT_V11 = 64 +pkg syscall (openbsd-amd64), const IFT_V35 = 45 +pkg syscall (openbsd-amd64), const IFT_V36 = 65 +pkg syscall (openbsd-amd64), const IFT_V37 = 120 +pkg syscall (openbsd-amd64), const IFT_VDSL = 97 +pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (openbsd-amd64), const IFT_VIRTUALTG = 202 +pkg syscall (openbsd-amd64), const IFT_VOICEDID = 213 +pkg syscall (openbsd-amd64), const IFT_VOICEEM = 100 +pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD = 211 +pkg syscall (openbsd-amd64), const IFT_VOICEENCAP = 103 +pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA = 212 +pkg syscall (openbsd-amd64), const IFT_VOICEFXO = 101 +pkg syscall (openbsd-amd64), const IFT_VOICEFXS = 102 +pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM = 152 +pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE = 198 +pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP = 104 +pkg syscall (openbsd-amd64), const IFT_X213 = 93 +pkg syscall (openbsd-amd64), const IFT_X25 = 5 +pkg syscall (openbsd-amd64), const IFT_X25DDN = 4 +pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP = 122 +pkg syscall (openbsd-amd64), const IFT_X25MLP = 121 +pkg syscall (openbsd-amd64), const IFT_X25PLE = 40 +pkg syscall (openbsd-amd64), const IFT_XETHER = 26 +pkg syscall (openbsd-amd64), const IGNBRK = 1 +pkg syscall (openbsd-amd64), const IGNCR = 128 +pkg syscall (openbsd-amd64), const IGNPAR = 4 +pkg syscall (openbsd-amd64), const IMAXBEL = 8192 +pkg syscall (openbsd-amd64), const INLCR = 64 +pkg syscall (openbsd-amd64), const INPCK = 16 +pkg syscall (openbsd-amd64), const IN_CLASSA_HOST = 16777215 +pkg syscall (openbsd-amd64), const IN_CLASSA_MAX = 128 +pkg syscall (openbsd-amd64), const IN_CLASSA_NET = 4278190080 +pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (openbsd-amd64), const IN_CLASSB_HOST = 65535 +pkg syscall (openbsd-amd64), const IN_CLASSB_MAX = 65536 +pkg syscall (openbsd-amd64), const IN_CLASSB_NET = 4294901760 +pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (openbsd-amd64), const IN_CLASSC_HOST = 255 +pkg syscall (openbsd-amd64), const IN_CLASSC_NET = 4294967040 +pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (openbsd-amd64), const IN_CLASSD_HOST = 268435455 +pkg syscall (openbsd-amd64), const IN_CLASSD_NET = 4026531840 +pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (openbsd-amd64), const IN_LOOPBACKNET = 127 +pkg syscall (openbsd-amd64), const IN_RFC3021_HOST = 1 +pkg syscall (openbsd-amd64), const IN_RFC3021_NET = 4294967294 +pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT = 31 +pkg syscall (openbsd-amd64), const IPPROTO_AH = 51 +pkg syscall (openbsd-amd64), const IPPROTO_CARP = 112 +pkg syscall (openbsd-amd64), const IPPROTO_DIVERT = 258 +pkg syscall (openbsd-amd64), const IPPROTO_DONE = 257 +pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS = 60 +pkg syscall (openbsd-amd64), const IPPROTO_EGP = 8 +pkg syscall (openbsd-amd64), const IPPROTO_ENCAP = 98 +pkg syscall (openbsd-amd64), const IPPROTO_EON = 80 +pkg syscall (openbsd-amd64), const IPPROTO_ESP = 50 +pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP = 97 +pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT = 44 +pkg syscall (openbsd-amd64), const IPPROTO_GGP = 3 +pkg syscall (openbsd-amd64), const IPPROTO_GRE = 47 +pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS = 0 +pkg syscall (openbsd-amd64), const IPPROTO_ICMP = 1 +pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 = 58 +pkg syscall (openbsd-amd64), const IPPROTO_IDP = 22 +pkg syscall (openbsd-amd64), const IPPROTO_IGMP = 2 +pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP = 108 +pkg syscall (openbsd-amd64), const IPPROTO_IPIP = 4 +pkg syscall (openbsd-amd64), const IPPROTO_IPV4 = 4 +pkg syscall (openbsd-amd64), const IPPROTO_MAX = 256 +pkg syscall (openbsd-amd64), const IPPROTO_MAXID = 259 +pkg syscall (openbsd-amd64), const IPPROTO_MOBILE = 55 +pkg syscall (openbsd-amd64), const IPPROTO_MPLS = 137 +pkg syscall (openbsd-amd64), const IPPROTO_NONE = 59 +pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC = 240 +pkg syscall (openbsd-amd64), const IPPROTO_PIM = 103 +pkg syscall (openbsd-amd64), const IPPROTO_PUP = 12 +pkg syscall (openbsd-amd64), const IPPROTO_RAW = 255 +pkg syscall (openbsd-amd64), const IPPROTO_ROUTING = 43 +pkg syscall (openbsd-amd64), const IPPROTO_RSVP = 46 +pkg syscall (openbsd-amd64), const IPPROTO_TP = 29 +pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL = 53 +pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (openbsd-amd64), const IPV6_CHECKSUM = 26 +pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-amd64), const IPV6_DEFHLIM = 64 +pkg syscall (openbsd-amd64), const IPV6_DONTFRAG = 62 +pkg syscall (openbsd-amd64), const IPV6_DSTOPTS = 50 +pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL = 55 +pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL = 54 +pkg syscall (openbsd-amd64), const IPV6_FAITH = 29 +pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (openbsd-amd64), const IPV6_FRAGTTL = 120 +pkg syscall (openbsd-amd64), const IPV6_HLIMDEC = 1 +pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT = 47 +pkg syscall (openbsd-amd64), const IPV6_HOPOPTS = 49 +pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL = 60 +pkg syscall (openbsd-amd64), const IPV6_JOIN_GROUP = 12 +pkg syscall (openbsd-amd64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (openbsd-amd64), const IPV6_MAXHLIM = 255 +pkg syscall (openbsd-amd64), const IPV6_MAXPACKET = 65535 +pkg syscall (openbsd-amd64), const IPV6_MMTU = 1280 +pkg syscall (openbsd-amd64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (openbsd-amd64), const IPV6_MULTICAST_IF = 9 +pkg syscall (openbsd-amd64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (openbsd-amd64), const IPV6_NEXTHOP = 48 +pkg syscall (openbsd-amd64), const IPV6_OPTIONS = 1 +pkg syscall (openbsd-amd64), const IPV6_PATHMTU = 44 +pkg syscall (openbsd-amd64), const IPV6_PIPEX = 63 +pkg syscall (openbsd-amd64), const IPV6_PKTINFO = 46 +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE = 14 +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS = 40 +pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS = 39 +pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU = 43 +pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO = 36 +pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR = 38 +pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS = 57 +pkg syscall (openbsd-amd64), const IPV6_RTABLE = 4129 +pkg syscall (openbsd-amd64), const IPV6_RTHDR = 51 +pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (openbsd-amd64), const IPV6_TCLASS = 61 +pkg syscall (openbsd-amd64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU = 42 +pkg syscall (openbsd-amd64), const IPV6_V6ONLY = 27 +pkg syscall (openbsd-amd64), const IPV6_VERSION = 96 +pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK = 240 +pkg syscall (openbsd-amd64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL = 20 +pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (openbsd-amd64), const IP_DF = 16384 +pkg syscall (openbsd-amd64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL = 22 +pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL = 21 +pkg syscall (openbsd-amd64), const IP_HDRINCL = 2 +pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL = 29 +pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO = 36 +pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH = 27 +pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED = 25 +pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID = 23 +pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH = 28 +pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED = 26 +pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID = 24 +pkg syscall (openbsd-amd64), const IP_MAXPACKET = 65535 +pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (openbsd-amd64), const IP_MF = 8192 +pkg syscall (openbsd-amd64), const IP_MINTTL = 32 +pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS = 15 +pkg syscall (openbsd-amd64), const IP_MSS = 576 +pkg syscall (openbsd-amd64), const IP_MULTICAST_IF = 9 +pkg syscall (openbsd-amd64), const IP_MULTICAST_LOOP = 11 +pkg syscall (openbsd-amd64), const IP_MULTICAST_TTL = 10 +pkg syscall (openbsd-amd64), const IP_OFFMASK = 8191 +pkg syscall (openbsd-amd64), const IP_OPTIONS = 1 +pkg syscall (openbsd-amd64), const IP_PIPEX = 34 +pkg syscall (openbsd-amd64), const IP_PORTRANGE = 19 +pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW = 2 +pkg syscall (openbsd-amd64), const IP_RECVDSTADDR = 7 +pkg syscall (openbsd-amd64), const IP_RECVDSTPORT = 33 +pkg syscall (openbsd-amd64), const IP_RECVIF = 30 +pkg syscall (openbsd-amd64), const IP_RECVOPTS = 5 +pkg syscall (openbsd-amd64), const IP_RECVRETOPTS = 6 +pkg syscall (openbsd-amd64), const IP_RECVRTABLE = 35 +pkg syscall (openbsd-amd64), const IP_RECVTTL = 31 +pkg syscall (openbsd-amd64), const IP_RETOPTS = 8 +pkg syscall (openbsd-amd64), const IP_RF = 32768 +pkg syscall (openbsd-amd64), const IP_RTABLE = 4129 +pkg syscall (openbsd-amd64), const IP_TOS = 3 +pkg syscall (openbsd-amd64), const IP_TTL = 4 +pkg syscall (openbsd-amd64), const ISIG = 128 +pkg syscall (openbsd-amd64), const ISTRIP = 32 +pkg syscall (openbsd-amd64), const IXANY = 2048 +pkg syscall (openbsd-amd64), const IXOFF = 1024 +pkg syscall (openbsd-amd64), const IXON = 512 +pkg syscall (openbsd-amd64), const ImplementsGetwd = false +pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH = 6 +pkg syscall (openbsd-amd64), const LOCK_EX = 2 +pkg syscall (openbsd-amd64), const LOCK_NB = 4 +pkg syscall (openbsd-amd64), const LOCK_SH = 1 +pkg syscall (openbsd-amd64), const LOCK_UN = 8 +pkg syscall (openbsd-amd64), const MSG_BCAST = 256 +pkg syscall (openbsd-amd64), const MSG_CTRUNC = 32 +pkg syscall (openbsd-amd64), const MSG_DONTROUTE = 4 +pkg syscall (openbsd-amd64), const MSG_DONTWAIT = 128 +pkg syscall (openbsd-amd64), const MSG_EOR = 8 +pkg syscall (openbsd-amd64), const MSG_MCAST = 512 +pkg syscall (openbsd-amd64), const MSG_NOSIGNAL = 1024 +pkg syscall (openbsd-amd64), const MSG_OOB = 1 +pkg syscall (openbsd-amd64), const MSG_PEEK = 2 +pkg syscall (openbsd-amd64), const MSG_TRUNC = 16 +pkg syscall (openbsd-amd64), const MSG_WAITALL = 64 +pkg syscall (openbsd-amd64), const NAME_MAX = 255 +pkg syscall (openbsd-amd64), const NET_RT_DUMP = 1 +pkg syscall (openbsd-amd64), const NET_RT_FLAGS = 2 +pkg syscall (openbsd-amd64), const NET_RT_IFLIST = 3 +pkg syscall (openbsd-amd64), const NET_RT_MAXID = 6 +pkg syscall (openbsd-amd64), const NET_RT_STATS = 4 +pkg syscall (openbsd-amd64), const NET_RT_TABLE = 5 +pkg syscall (openbsd-amd64), const NOFLSH = 2147483648 +pkg syscall (openbsd-amd64), const NOTE_ATTRIB = 8 +pkg syscall (openbsd-amd64), const NOTE_CHILD = 4 +pkg syscall (openbsd-amd64), const NOTE_DELETE = 1 +pkg syscall (openbsd-amd64), const NOTE_EOF = 2 +pkg syscall (openbsd-amd64), const NOTE_EXEC = 536870912 +pkg syscall (openbsd-amd64), const NOTE_EXIT = 2147483648 +pkg syscall (openbsd-amd64), const NOTE_EXTEND = 4 +pkg syscall (openbsd-amd64), const NOTE_FORK = 1073741824 +pkg syscall (openbsd-amd64), const NOTE_LINK = 16 +pkg syscall (openbsd-amd64), const NOTE_LOWAT = 1 +pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (openbsd-amd64), const NOTE_PDATAMASK = 1048575 +pkg syscall (openbsd-amd64), const NOTE_RENAME = 32 +pkg syscall (openbsd-amd64), const NOTE_REVOKE = 64 +pkg syscall (openbsd-amd64), const NOTE_TRACK = 1 +pkg syscall (openbsd-amd64), const NOTE_TRACKERR = 2 +pkg syscall (openbsd-amd64), const NOTE_TRUNCATE = 128 +pkg syscall (openbsd-amd64), const NOTE_WRITE = 2 +pkg syscall (openbsd-amd64), const OCRNL = 16 +pkg syscall (openbsd-amd64), const ONLCR = 2 +pkg syscall (openbsd-amd64), const ONLRET = 128 +pkg syscall (openbsd-amd64), const ONOCR = 64 +pkg syscall (openbsd-amd64), const ONOEOT = 8 +pkg syscall (openbsd-amd64), const OPOST = 1 +pkg syscall (openbsd-amd64), const O_ACCMODE = 3 +pkg syscall (openbsd-amd64), const O_APPEND = 8 +pkg syscall (openbsd-amd64), const O_ASYNC = 64 +pkg syscall (openbsd-amd64), const O_CLOEXEC = 65536 +pkg syscall (openbsd-amd64), const O_CREAT = 512 +pkg syscall (openbsd-amd64), const O_DIRECTORY = 131072 +pkg syscall (openbsd-amd64), const O_DSYNC = 128 +pkg syscall (openbsd-amd64), const O_EXCL = 2048 +pkg syscall (openbsd-amd64), const O_EXLOCK = 32 +pkg syscall (openbsd-amd64), const O_FSYNC = 128 +pkg syscall (openbsd-amd64), const O_NDELAY = 4 +pkg syscall (openbsd-amd64), const O_NOCTTY = 32768 +pkg syscall (openbsd-amd64), const O_NOFOLLOW = 256 +pkg syscall (openbsd-amd64), const O_NONBLOCK = 4 +pkg syscall (openbsd-amd64), const O_RSYNC = 128 +pkg syscall (openbsd-amd64), const O_SHLOCK = 16 +pkg syscall (openbsd-amd64), const O_SYNC = 128 +pkg syscall (openbsd-amd64), const O_TRUNC = 1024 +pkg syscall (openbsd-amd64), const PARENB = 4096 +pkg syscall (openbsd-amd64), const PARMRK = 8 +pkg syscall (openbsd-amd64), const PARODD = 8192 +pkg syscall (openbsd-amd64), const PENDIN = 536870912 +pkg syscall (openbsd-amd64), const PF_FLUSH = 1 +pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21 +pkg syscall (openbsd-amd64), const PTRACE_CONT = 7 +pkg syscall (openbsd-amd64), const PTRACE_KILL = 8 +pkg syscall (openbsd-amd64), const PTRACE_TRACEME = 0 +pkg syscall (openbsd-amd64), const RLIMIT_CORE = 4 +pkg syscall (openbsd-amd64), const RLIMIT_CPU = 0 +pkg syscall (openbsd-amd64), const RLIMIT_DATA = 2 +pkg syscall (openbsd-amd64), const RLIMIT_FSIZE = 1 +pkg syscall (openbsd-amd64), const RLIMIT_NOFILE = 8 +pkg syscall (openbsd-amd64), const RLIMIT_STACK = 3 +pkg syscall (openbsd-amd64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (openbsd-amd64), const RTAX_AUTHOR = 6 +pkg syscall (openbsd-amd64), const RTAX_BRD = 7 +pkg syscall (openbsd-amd64), const RTAX_DST = 0 +pkg syscall (openbsd-amd64), const RTAX_GATEWAY = 1 +pkg syscall (openbsd-amd64), const RTAX_GENMASK = 3 +pkg syscall (openbsd-amd64), const RTAX_IFA = 5 +pkg syscall (openbsd-amd64), const RTAX_IFP = 4 +pkg syscall (openbsd-amd64), const RTAX_LABEL = 10 +pkg syscall (openbsd-amd64), const RTAX_MAX = 11 +pkg syscall (openbsd-amd64), const RTAX_NETMASK = 2 +pkg syscall (openbsd-amd64), const RTAX_SRC = 8 +pkg syscall (openbsd-amd64), const RTAX_SRCMASK = 9 +pkg syscall (openbsd-amd64), const RTA_AUTHOR = 64 +pkg syscall (openbsd-amd64), const RTA_BRD = 128 +pkg syscall (openbsd-amd64), const RTA_DST = 1 +pkg syscall (openbsd-amd64), const RTA_GATEWAY = 2 +pkg syscall (openbsd-amd64), const RTA_GENMASK = 8 +pkg syscall (openbsd-amd64), const RTA_IFA = 32 +pkg syscall (openbsd-amd64), const RTA_IFP = 16 +pkg syscall (openbsd-amd64), const RTA_LABEL = 1024 +pkg syscall (openbsd-amd64), const RTA_NETMASK = 4 +pkg syscall (openbsd-amd64), const RTA_SRC = 256 +pkg syscall (openbsd-amd64), const RTA_SRCMASK = 512 +pkg syscall (openbsd-amd64), const RTF_ANNOUNCE = 16384 +pkg syscall (openbsd-amd64), const RTF_BLACKHOLE = 4096 +pkg syscall (openbsd-amd64), const RTF_CLONED = 65536 +pkg syscall (openbsd-amd64), const RTF_CLONING = 256 +pkg syscall (openbsd-amd64), const RTF_DONE = 64 +pkg syscall (openbsd-amd64), const RTF_DYNAMIC = 16 +pkg syscall (openbsd-amd64), const RTF_FMASK = 63496 +pkg syscall (openbsd-amd64), const RTF_GATEWAY = 2 +pkg syscall (openbsd-amd64), const RTF_HOST = 4 +pkg syscall (openbsd-amd64), const RTF_LLINFO = 1024 +pkg syscall (openbsd-amd64), const RTF_MASK = 128 +pkg syscall (openbsd-amd64), const RTF_MODIFIED = 32 +pkg syscall (openbsd-amd64), const RTF_MPATH = 262144 +pkg syscall (openbsd-amd64), const RTF_MPLS = 1048576 +pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP = 8192 +pkg syscall (openbsd-amd64), const RTF_PROTO1 = 32768 +pkg syscall (openbsd-amd64), const RTF_PROTO2 = 16384 +pkg syscall (openbsd-amd64), const RTF_PROTO3 = 8192 +pkg syscall (openbsd-amd64), const RTF_REJECT = 8 +pkg syscall (openbsd-amd64), const RTF_SOURCE = 131072 +pkg syscall (openbsd-amd64), const RTF_STATIC = 2048 +pkg syscall (openbsd-amd64), const RTF_TUNNEL = 1048576 +pkg syscall (openbsd-amd64), const RTF_UP = 1 +pkg syscall (openbsd-amd64), const RTF_USETRAILERS = 32768 +pkg syscall (openbsd-amd64), const RTF_XRESOLVE = 512 +pkg syscall (openbsd-amd64), const RTM_ADD = 1 +pkg syscall (openbsd-amd64), const RTM_CHANGE = 3 +pkg syscall (openbsd-amd64), const RTM_DELADDR = 13 +pkg syscall (openbsd-amd64), const RTM_DELETE = 2 +pkg syscall (openbsd-amd64), const RTM_DESYNC = 16 +pkg syscall (openbsd-amd64), const RTM_GET = 4 +pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE = 15 +pkg syscall (openbsd-amd64), const RTM_IFINFO = 14 +pkg syscall (openbsd-amd64), const RTM_LOCK = 8 +pkg syscall (openbsd-amd64), const RTM_LOSING = 5 +pkg syscall (openbsd-amd64), const RTM_MAXSIZE = 2048 +pkg syscall (openbsd-amd64), const RTM_MISS = 7 +pkg syscall (openbsd-amd64), const RTM_NEWADDR = 12 +pkg syscall (openbsd-amd64), const RTM_REDIRECT = 6 +pkg syscall (openbsd-amd64), const RTM_RESOLVE = 11 +pkg syscall (openbsd-amd64), const RTM_RTTUNIT = 1000000 +pkg syscall (openbsd-amd64), const RTM_VERSION = 4 +pkg syscall (openbsd-amd64), const RTV_EXPIRE = 4 +pkg syscall (openbsd-amd64), const RTV_HOPCOUNT = 2 +pkg syscall (openbsd-amd64), const RTV_MTU = 1 +pkg syscall (openbsd-amd64), const RTV_RPIPE = 8 +pkg syscall (openbsd-amd64), const RTV_RTT = 64 +pkg syscall (openbsd-amd64), const RTV_RTTVAR = 128 +pkg syscall (openbsd-amd64), const RTV_SPIPE = 16 +pkg syscall (openbsd-amd64), const RTV_SSTHRESH = 32 +pkg syscall (openbsd-amd64), const RT_TABLEID_MAX = 255 +pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN = -1 +pkg syscall (openbsd-amd64), const RUSAGE_SELF = 0 +pkg syscall (openbsd-amd64), const RUSAGE_THREAD = 1 +pkg syscall (openbsd-amd64), const SCM_RIGHTS = 1 +pkg syscall (openbsd-amd64), const SCM_TIMESTAMP = 4 +pkg syscall (openbsd-amd64), const SIGBUS = 10 +pkg syscall (openbsd-amd64), const SIGCHLD = 20 +pkg syscall (openbsd-amd64), const SIGCONT = 19 +pkg syscall (openbsd-amd64), const SIGEMT = 7 +pkg syscall (openbsd-amd64), const SIGINFO = 29 +pkg syscall (openbsd-amd64), const SIGIO = 23 +pkg syscall (openbsd-amd64), const SIGIOT = 6 +pkg syscall (openbsd-amd64), const SIGPROF = 27 +pkg syscall (openbsd-amd64), const SIGSTOP = 17 +pkg syscall (openbsd-amd64), const SIGSYS = 12 +pkg syscall (openbsd-amd64), const SIGTHR = 32 +pkg syscall (openbsd-amd64), const SIGTSTP = 18 +pkg syscall (openbsd-amd64), const SIGTTIN = 21 +pkg syscall (openbsd-amd64), const SIGTTOU = 22 +pkg syscall (openbsd-amd64), const SIGURG = 16 +pkg syscall (openbsd-amd64), const SIGUSR1 = 30 +pkg syscall (openbsd-amd64), const SIGUSR2 = 31 +pkg syscall (openbsd-amd64), const SIGVTALRM = 26 +pkg syscall (openbsd-amd64), const SIGWINCH = 28 +pkg syscall (openbsd-amd64), const SIGXCPU = 24 +pkg syscall (openbsd-amd64), const SIGXFSZ = 25 +pkg syscall (openbsd-amd64), const SIOCADDMULTI = 2149607729 +pkg syscall (openbsd-amd64), const SIOCAIFADDR = 2151704858 +pkg syscall (openbsd-amd64), const SIOCAIFGROUP = 2150132103 +pkg syscall (openbsd-amd64), const SIOCALIFADDR = 2182637852 +pkg syscall (openbsd-amd64), const SIOCATMARK = 1074033415 +pkg syscall (openbsd-amd64), const SIOCBRDGADD = 2153277756 +pkg syscall (openbsd-amd64), const SIOCBRDGADDS = 2153277761 +pkg syscall (openbsd-amd64), const SIOCBRDGARL = 2154719565 +pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-amd64), const SIOCBRDGDEL = 2153277757 +pkg syscall (openbsd-amd64), const SIOCBRDGDELS = 2153277762 +pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH = 2153277768 +pkg syscall (openbsd-amd64), const SIOCBRDGFRL = 2154719566 +pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE = 3222563137 +pkg syscall (openbsd-amd64), const SIOCBRDGGFD = 3222563154 +pkg syscall (openbsd-amd64), const SIOCBRDGGHT = 3222563153 +pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS = 3227019582 +pkg syscall (openbsd-amd64), const SIOCBRDGGMA = 3222563155 +pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM = 3225446744 +pkg syscall (openbsd-amd64), const SIOCBRDGGPRI = 3222563152 +pkg syscall (openbsd-amd64), const SIOCBRDGGRL = 3224398159 +pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS = 3227019580 +pkg syscall (openbsd-amd64), const SIOCBRDGGTO = 3222563142 +pkg syscall (openbsd-amd64), const SIOCBRDGIFS = 3227019586 +pkg syscall (openbsd-amd64), const SIOCBRDGRTS = 3223349571 +pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE = 2148821312 +pkg syscall (openbsd-amd64), const SIOCBRDGSFD = 2148821330 +pkg syscall (openbsd-amd64), const SIOCBRDGSHT = 2148821329 +pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST = 2153277781 +pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS = 2153277759 +pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO = 2153277780 +pkg syscall (openbsd-amd64), const SIOCBRDGSMA = 2148821331 +pkg syscall (openbsd-amd64), const SIOCBRDGSPRI = 2148821328 +pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO = 2148821338 +pkg syscall (openbsd-amd64), const SIOCBRDGSTO = 2148821317 +pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC = 2148821337 +pkg syscall (openbsd-amd64), const SIOCDELMULTI = 2149607730 +pkg syscall (openbsd-amd64), const SIOCDIFADDR = 2149607705 +pkg syscall (openbsd-amd64), const SIOCDIFGROUP = 2150132105 +pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (openbsd-amd64), const SIOCDLIFADDR = 2182637854 +pkg syscall (openbsd-amd64), const SIOCGETKALIVE = 3222825380 +pkg syscall (openbsd-amd64), const SIOCGETLABEL = 2149607834 +pkg syscall (openbsd-amd64), const SIOCGETPFLOW = 3223349758 +pkg syscall (openbsd-amd64), const SIOCGETPFSYNC = 3223349752 +pkg syscall (openbsd-amd64), const SIOCGETSGCNT = 3223352628 +pkg syscall (openbsd-amd64), const SIOCGETVIFCNT = 3223876915 +pkg syscall (openbsd-amd64), const SIOCGHIWAT = 1074033409 +pkg syscall (openbsd-amd64), const SIOCGIFADDR = 3223349537 +pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (openbsd-amd64), const SIOCGIFCONF = 3222300964 +pkg syscall (openbsd-amd64), const SIOCGIFDATA = 3223349531 +pkg syscall (openbsd-amd64), const SIOCGIFDESCR = 3223349633 +pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (openbsd-amd64), const SIOCGIFFLAGS = 3223349521 +pkg syscall (openbsd-amd64), const SIOCGIFGATTR = 3223873931 +pkg syscall (openbsd-amd64), const SIOCGIFGENERIC = 3223349562 +pkg syscall (openbsd-amd64), const SIOCGIFGMEMB = 3223873930 +pkg syscall (openbsd-amd64), const SIOCGIFGROUP = 3223873928 +pkg syscall (openbsd-amd64), const SIOCGIFMEDIA = 3224398134 +pkg syscall (openbsd-amd64), const SIOCGIFMETRIC = 3223349527 +pkg syscall (openbsd-amd64), const SIOCGIFMTU = 3223349630 +pkg syscall (openbsd-amd64), const SIOCGIFNETMASK = 3223349541 +pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY = 3223349660 +pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN = 3223349664 +pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL = 3223349635 +pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT = 3223349638 +pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS = 3223349662 +pkg syscall (openbsd-amd64), const SIOCGLIFADDR = 3256379677 +pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR = 3256379723 +pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE = 3223349666 +pkg syscall (openbsd-amd64), const SIOCGLOWAT = 1074033411 +pkg syscall (openbsd-amd64), const SIOCGPGRP = 1074033417 +pkg syscall (openbsd-amd64), const SIOCGVH = 3223349750 +pkg syscall (openbsd-amd64), const SIOCIFCREATE = 2149607802 +pkg syscall (openbsd-amd64), const SIOCIFDESTROY = 2149607801 +pkg syscall (openbsd-amd64), const SIOCIFGCLONERS = 3222301048 +pkg syscall (openbsd-amd64), const SIOCSETKALIVE = 2149083555 +pkg syscall (openbsd-amd64), const SIOCSETLABEL = 2149607833 +pkg syscall (openbsd-amd64), const SIOCSETPFLOW = 2149607933 +pkg syscall (openbsd-amd64), const SIOCSETPFSYNC = 2149607927 +pkg syscall (openbsd-amd64), const SIOCSHIWAT = 2147775232 +pkg syscall (openbsd-amd64), const SIOCSIFADDR = 2149607692 +pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (openbsd-amd64), const SIOCSIFDESCR = 2149607808 +pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (openbsd-amd64), const SIOCSIFFLAGS = 2149607696 +pkg syscall (openbsd-amd64), const SIOCSIFGATTR = 2150132108 +pkg syscall (openbsd-amd64), const SIOCSIFGENERIC = 2149607737 +pkg syscall (openbsd-amd64), const SIOCSIFLLADDR = 2149607711 +pkg syscall (openbsd-amd64), const SIOCSIFMEDIA = 3223349557 +pkg syscall (openbsd-amd64), const SIOCSIFMETRIC = 2149607704 +pkg syscall (openbsd-amd64), const SIOCSIFMTU = 2149607807 +pkg syscall (openbsd-amd64), const SIOCSIFNETMASK = 2149607702 +pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY = 2149607835 +pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN = 2149607839 +pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL = 2149607810 +pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT = 2149607813 +pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS = 2149607837 +pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR = 2182637898 +pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE = 2149607841 +pkg syscall (openbsd-amd64), const SIOCSLOWAT = 2147775234 +pkg syscall (openbsd-amd64), const SIOCSPGRP = 2147775240 +pkg syscall (openbsd-amd64), const SIOCSVH = 3223349749 +pkg syscall (openbsd-amd64), const SOCK_RDM = 4 +pkg syscall (openbsd-amd64), const SOL_SOCKET = 65535 +pkg syscall (openbsd-amd64), const SOMAXCONN = 128 +pkg syscall (openbsd-amd64), const SO_ACCEPTCONN = 2 +pkg syscall (openbsd-amd64), const SO_BINDANY = 4096 +pkg syscall (openbsd-amd64), const SO_BROADCAST = 32 +pkg syscall (openbsd-amd64), const SO_DEBUG = 1 +pkg syscall (openbsd-amd64), const SO_DONTROUTE = 16 +pkg syscall (openbsd-amd64), const SO_ERROR = 4103 +pkg syscall (openbsd-amd64), const SO_KEEPALIVE = 8 +pkg syscall (openbsd-amd64), const SO_LINGER = 128 +pkg syscall (openbsd-amd64), const SO_NETPROC = 4128 +pkg syscall (openbsd-amd64), const SO_OOBINLINE = 256 +pkg syscall (openbsd-amd64), const SO_PEERCRED = 4130 +pkg syscall (openbsd-amd64), const SO_RCVBUF = 4098 +pkg syscall (openbsd-amd64), const SO_RCVLOWAT = 4100 +pkg syscall (openbsd-amd64), const SO_RCVTIMEO = 4102 +pkg syscall (openbsd-amd64), const SO_REUSEADDR = 4 +pkg syscall (openbsd-amd64), const SO_REUSEPORT = 512 +pkg syscall (openbsd-amd64), const SO_RTABLE = 4129 +pkg syscall (openbsd-amd64), const SO_SNDBUF = 4097 +pkg syscall (openbsd-amd64), const SO_SNDLOWAT = 4099 +pkg syscall (openbsd-amd64), const SO_SNDTIMEO = 4101 +pkg syscall (openbsd-amd64), const SO_SPLICE = 4131 +pkg syscall (openbsd-amd64), const SO_TIMESTAMP = 2048 +pkg syscall (openbsd-amd64), const SO_TYPE = 4104 +pkg syscall (openbsd-amd64), const SO_USELOOPBACK = 64 +pkg syscall (openbsd-amd64), const SYS_ACCEPT = 30 +pkg syscall (openbsd-amd64), const SYS_ACCESS = 33 +pkg syscall (openbsd-amd64), const SYS_ACCT = 51 +pkg syscall (openbsd-amd64), const SYS_ADJFREQ = 305 +pkg syscall (openbsd-amd64), const SYS_ADJTIME = 140 +pkg syscall (openbsd-amd64), const SYS_BIND = 104 +pkg syscall (openbsd-amd64), const SYS_CHDIR = 12 +pkg syscall (openbsd-amd64), const SYS_CHFLAGS = 34 +pkg syscall (openbsd-amd64), const SYS_CHMOD = 15 +pkg syscall (openbsd-amd64), const SYS_CHOWN = 16 +pkg syscall (openbsd-amd64), const SYS_CHROOT = 61 +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-amd64), const SYS_CLOSE = 6 +pkg syscall (openbsd-amd64), const SYS_CLOSEFROM = 287 +pkg syscall (openbsd-amd64), const SYS_CONNECT = 98 +pkg syscall (openbsd-amd64), const SYS_DUP = 41 +pkg syscall (openbsd-amd64), const SYS_DUP2 = 90 +pkg syscall (openbsd-amd64), const SYS_EXECVE = 59 +pkg syscall (openbsd-amd64), const SYS_EXIT = 1 +pkg syscall (openbsd-amd64), const SYS_FACCESSAT = 313 +pkg syscall (openbsd-amd64), const SYS_FCHDIR = 13 +pkg syscall (openbsd-amd64), const SYS_FCHFLAGS = 35 +pkg syscall (openbsd-amd64), const SYS_FCHMOD = 124 +pkg syscall (openbsd-amd64), const SYS_FCHMODAT = 314 +pkg syscall (openbsd-amd64), const SYS_FCHOWN = 123 +pkg syscall (openbsd-amd64), const SYS_FCHOWNAT = 315 +pkg syscall (openbsd-amd64), const SYS_FCNTL = 92 +pkg syscall (openbsd-amd64), const SYS_FHOPEN = 264 +pkg syscall (openbsd-amd64), const SYS_FHSTAT = 294 +pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-amd64), const SYS_FLOCK = 131 +pkg syscall (openbsd-amd64), const SYS_FORK = 2 +pkg syscall (openbsd-amd64), const SYS_FPATHCONF = 192 +pkg syscall (openbsd-amd64), const SYS_FSTAT = 292 +pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316 +pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308 +pkg syscall (openbsd-amd64), const SYS_FSYNC = 95 +pkg syscall (openbsd-amd64), const SYS_FTRUNCATE = 201 +pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206 +pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT = 18 +pkg syscall (openbsd-amd64), const SYS_GETEGID = 43 +pkg syscall (openbsd-amd64), const SYS_GETEUID = 25 +pkg syscall (openbsd-amd64), const SYS_GETFH = 161 +pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-amd64), const SYS_GETGID = 47 +pkg syscall (openbsd-amd64), const SYS_GETGROUPS = 79 +pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86 +pkg syscall (openbsd-amd64), const SYS_GETLOGIN = 49 +pkg syscall (openbsd-amd64), const SYS_GETPEERNAME = 31 +pkg syscall (openbsd-amd64), const SYS_GETPGID = 207 +pkg syscall (openbsd-amd64), const SYS_GETPGRP = 81 +pkg syscall (openbsd-amd64), const SYS_GETPID = 20 +pkg syscall (openbsd-amd64), const SYS_GETPPID = 39 +pkg syscall (openbsd-amd64), const SYS_GETPRIORITY = 100 +pkg syscall (openbsd-amd64), const SYS_GETRESGID = 283 +pkg syscall (openbsd-amd64), const SYS_GETRESUID = 281 +pkg syscall (openbsd-amd64), const SYS_GETRLIMIT = 194 +pkg syscall (openbsd-amd64), const SYS_GETRTABLE = 311 +pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-amd64), const SYS_GETSID = 255 +pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME = 32 +pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT = 118 +pkg syscall (openbsd-amd64), const SYS_GETTHRID = 299 +pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-amd64), const SYS_GETUID = 24 +pkg syscall (openbsd-amd64), const SYS_IOCTL = 54 +pkg syscall (openbsd-amd64), const SYS_ISSETUGID = 253 +pkg syscall (openbsd-amd64), const SYS_KEVENT = 270 +pkg syscall (openbsd-amd64), const SYS_KILL = 37 +pkg syscall (openbsd-amd64), const SYS_KQUEUE = 269 +pkg syscall (openbsd-amd64), const SYS_KTRACE = 45 +pkg syscall (openbsd-amd64), const SYS_LCHOWN = 254 +pkg syscall (openbsd-amd64), const SYS_LINK = 9 +pkg syscall (openbsd-amd64), const SYS_LINKAT = 317 +pkg syscall (openbsd-amd64), const SYS_LISTEN = 106 +pkg syscall (openbsd-amd64), const SYS_LSEEK = 199 +pkg syscall (openbsd-amd64), const SYS_LSTAT = 293 +pkg syscall (openbsd-amd64), const SYS_MADVISE = 75 +pkg syscall (openbsd-amd64), const SYS_MINCORE = 78 +pkg syscall (openbsd-amd64), const SYS_MINHERIT = 250 +pkg syscall (openbsd-amd64), const SYS_MKDIR = 136 +pkg syscall (openbsd-amd64), const SYS_MKDIRAT = 318 +pkg syscall (openbsd-amd64), const SYS_MKFIFO = 132 +pkg syscall (openbsd-amd64), const SYS_MKFIFOAT = 319 +pkg syscall (openbsd-amd64), const SYS_MKNOD = 14 +pkg syscall (openbsd-amd64), const SYS_MKNODAT = 320 +pkg syscall (openbsd-amd64), const SYS_MLOCK = 203 +pkg syscall (openbsd-amd64), const SYS_MLOCKALL = 271 +pkg syscall (openbsd-amd64), const SYS_MMAP = 197 +pkg syscall (openbsd-amd64), const SYS_MOUNT = 21 +pkg syscall (openbsd-amd64), const SYS_MPROTECT = 74 +pkg syscall (openbsd-amd64), const SYS_MQUERY = 286 +pkg syscall (openbsd-amd64), const SYS_MSGCTL = 297 +pkg syscall (openbsd-amd64), const SYS_MSGGET = 225 +pkg syscall (openbsd-amd64), const SYS_MSGRCV = 227 +pkg syscall (openbsd-amd64), const SYS_MSGSND = 226 +pkg syscall (openbsd-amd64), const SYS_MSYNC = 256 +pkg syscall (openbsd-amd64), const SYS_MUNLOCK = 204 +pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL = 272 +pkg syscall (openbsd-amd64), const SYS_MUNMAP = 73 +pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-amd64), const SYS_NFSSVC = 155 +pkg syscall (openbsd-amd64), const SYS_OBREAK = 17 +pkg syscall (openbsd-amd64), const SYS_OPEN = 5 +pkg syscall (openbsd-amd64), const SYS_OPENAT = 321 +pkg syscall (openbsd-amd64), const SYS_PATHCONF = 191 +pkg syscall (openbsd-amd64), const SYS_PIPE = 263 +pkg syscall (openbsd-amd64), const SYS_POLL = 252 +pkg syscall (openbsd-amd64), const SYS_PREAD = 173 +pkg syscall (openbsd-amd64), const SYS_PREADV = 267 +pkg syscall (openbsd-amd64), const SYS_PROFIL = 44 +pkg syscall (openbsd-amd64), const SYS_PTRACE = 26 +pkg syscall (openbsd-amd64), const SYS_PWRITE = 174 +pkg syscall (openbsd-amd64), const SYS_PWRITEV = 268 +pkg syscall (openbsd-amd64), const SYS_QUOTACTL = 148 +pkg syscall (openbsd-amd64), const SYS_READ = 3 +pkg syscall (openbsd-amd64), const SYS_READLINK = 58 +pkg syscall (openbsd-amd64), const SYS_READLINKAT = 322 +pkg syscall (openbsd-amd64), const SYS_READV = 120 +pkg syscall (openbsd-amd64), const SYS_REBOOT = 55 +pkg syscall (openbsd-amd64), const SYS_RECVFROM = 29 +pkg syscall (openbsd-amd64), const SYS_RECVMSG = 27 +pkg syscall (openbsd-amd64), const SYS_RENAME = 128 +pkg syscall (openbsd-amd64), const SYS_RENAMEAT = 323 +pkg syscall (openbsd-amd64), const SYS_REVOKE = 56 +pkg syscall (openbsd-amd64), const SYS_RMDIR = 137 +pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD = 298 +pkg syscall (openbsd-amd64), const SYS_SELECT = 93 +pkg syscall (openbsd-amd64), const SYS_SEMGET = 221 +pkg syscall (openbsd-amd64), const SYS_SEMOP = 290 +pkg syscall (openbsd-amd64), const SYS_SENDMSG = 28 +pkg syscall (openbsd-amd64), const SYS_SENDTO = 133 +pkg syscall (openbsd-amd64), const SYS_SETEGID = 182 +pkg syscall (openbsd-amd64), const SYS_SETEUID = 183 +pkg syscall (openbsd-amd64), const SYS_SETGID = 181 +pkg syscall (openbsd-amd64), const SYS_SETGROUPS = 80 +pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83 +pkg syscall (openbsd-amd64), const SYS_SETLOGIN = 50 +pkg syscall (openbsd-amd64), const SYS_SETPGID = 82 +pkg syscall (openbsd-amd64), const SYS_SETPRIORITY = 96 +pkg syscall (openbsd-amd64), const SYS_SETREGID = 127 +pkg syscall (openbsd-amd64), const SYS_SETRESGID = 284 +pkg syscall (openbsd-amd64), const SYS_SETRESUID = 282 +pkg syscall (openbsd-amd64), const SYS_SETREUID = 126 +pkg syscall (openbsd-amd64), const SYS_SETRLIMIT = 195 +pkg syscall (openbsd-amd64), const SYS_SETRTABLE = 310 +pkg syscall (openbsd-amd64), const SYS_SETSID = 147 +pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT = 105 +pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-amd64), const SYS_SETUID = 23 +pkg syscall (openbsd-amd64), const SYS_SHMAT = 228 +pkg syscall (openbsd-amd64), const SYS_SHMCTL = 296 +pkg syscall (openbsd-amd64), const SYS_SHMDT = 230 +pkg syscall (openbsd-amd64), const SYS_SHMGET = 289 +pkg syscall (openbsd-amd64), const SYS_SHUTDOWN = 134 +pkg syscall (openbsd-amd64), const SYS_SIGACTION = 46 +pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK = 288 +pkg syscall (openbsd-amd64), const SYS_SIGPENDING = 52 +pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK = 48 +pkg syscall (openbsd-amd64), const SYS_SIGRETURN = 103 +pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND = 111 +pkg syscall (openbsd-amd64), const SYS_SOCKET = 97 +pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR = 135 +pkg syscall (openbsd-amd64), const SYS_STAT = 291 +pkg syscall (openbsd-amd64), const SYS_STATFS = 307 +pkg syscall (openbsd-amd64), const SYS_SWAPCTL = 193 +pkg syscall (openbsd-amd64), const SYS_SYMLINK = 57 +pkg syscall (openbsd-amd64), const SYS_SYMLINKAT = 324 +pkg syscall (openbsd-amd64), const SYS_SYNC = 36 +pkg syscall (openbsd-amd64), const SYS_SYSARCH = 165 +pkg syscall (openbsd-amd64), const SYS_TRUNCATE = 200 +pkg syscall (openbsd-amd64), const SYS_UMASK = 60 +pkg syscall (openbsd-amd64), const SYS_UNLINK = 10 +pkg syscall (openbsd-amd64), const SYS_UNLINKAT = 325 +pkg syscall (openbsd-amd64), const SYS_UNMOUNT = 22 +pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-amd64), const SYS_UTIMES = 138 +pkg syscall (openbsd-amd64), const SYS_VFORK = 66 +pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7 +pkg syscall (openbsd-amd64), const SYS_WRITE = 4 +pkg syscall (openbsd-amd64), const SYS_WRITEV = 121 +pkg syscall (openbsd-amd64), const SYS___GETCWD = 304 +pkg syscall (openbsd-amd64), const SYS___GET_TCB = 330 +pkg syscall (openbsd-amd64), const SYS___SEMCTL = 295 +pkg syscall (openbsd-amd64), const SYS___SET_TCB = 329 +pkg syscall (openbsd-amd64), const SYS___SYSCTL = 202 +pkg syscall (openbsd-amd64), const SYS___TFORK = 8 +pkg syscall (openbsd-amd64), const SYS___THREXIT = 302 +pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT = 303 +pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-amd64), const SYS___THRWAKEUP = 301 +pkg syscall (openbsd-amd64), const S_IFMT = 61440 +pkg syscall (openbsd-amd64), const SizeofBpfHdr = 20 +pkg syscall (openbsd-amd64), const SizeofBpfInsn = 8 +pkg syscall (openbsd-amd64), const SizeofBpfProgram = 16 +pkg syscall (openbsd-amd64), const SizeofBpfStat = 8 +pkg syscall (openbsd-amd64), const SizeofBpfVersion = 4 +pkg syscall (openbsd-amd64), const SizeofCmsghdr = 12 +pkg syscall (openbsd-amd64), const SizeofIPMreq = 8 +pkg syscall (openbsd-amd64), const SizeofIPv6Mreq = 20 +pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr = 26 +pkg syscall (openbsd-amd64), const SizeofIfData = 224 +pkg syscall (openbsd-amd64), const SizeofIfMsghdr = 248 +pkg syscall (openbsd-amd64), const SizeofIfaMsghdr = 24 +pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo = 20 +pkg syscall (openbsd-amd64), const SizeofLinger = 8 +pkg syscall (openbsd-amd64), const SizeofMsghdr = 48 +pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48 +pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-amd64), const SizeofSockaddrAny = 108 +pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink = 32 +pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 = 16 +pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 = 28 +pkg syscall (openbsd-amd64), const SizeofSockaddrUnix = 106 +pkg syscall (openbsd-amd64), const TCIFLUSH = 1 +pkg syscall (openbsd-amd64), const TCIOFLUSH = 3 +pkg syscall (openbsd-amd64), const TCOFLUSH = 2 +pkg syscall (openbsd-amd64), const TCP_MAXBURST = 4 +pkg syscall (openbsd-amd64), const TCP_MAXSEG = 2 +pkg syscall (openbsd-amd64), const TCP_MAXWIN = 65535 +pkg syscall (openbsd-amd64), const TCP_MAX_SACK = 3 +pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (openbsd-amd64), const TCP_MD5SIG = 4 +pkg syscall (openbsd-amd64), const TCP_MSS = 512 +pkg syscall (openbsd-amd64), const TCP_NSTATES = 11 +pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE = 8 +pkg syscall (openbsd-amd64), const TCSAFLUSH = 2 +pkg syscall (openbsd-amd64), const TIOCCBRK = 536900730 +pkg syscall (openbsd-amd64), const TIOCCDTR = 536900728 +pkg syscall (openbsd-amd64), const TIOCCONS = 2147775586 +pkg syscall (openbsd-amd64), const TIOCDRAIN = 536900702 +pkg syscall (openbsd-amd64), const TIOCEXCL = 536900621 +pkg syscall (openbsd-amd64), const TIOCEXT = 2147775584 +pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL = 2 +pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF = 8 +pkg syscall (openbsd-amd64), const TIOCFLAG_PPS = 16 +pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (openbsd-amd64), const TIOCFLUSH = 2147775504 +pkg syscall (openbsd-amd64), const TIOCGETA = 1076655123 +pkg syscall (openbsd-amd64), const TIOCGETD = 1074033690 +pkg syscall (openbsd-amd64), const TIOCGFLAGS = 1074033757 +pkg syscall (openbsd-amd64), const TIOCGPGRP = 1074033783 +pkg syscall (openbsd-amd64), const TIOCGTSTAMP = 1074820187 +pkg syscall (openbsd-amd64), const TIOCGWINSZ = 1074295912 +pkg syscall (openbsd-amd64), const TIOCMBIC = 2147775595 +pkg syscall (openbsd-amd64), const TIOCMBIS = 2147775596 +pkg syscall (openbsd-amd64), const TIOCMGET = 1074033770 +pkg syscall (openbsd-amd64), const TIOCMODG = 1074033770 +pkg syscall (openbsd-amd64), const TIOCMODS = 2147775597 +pkg syscall (openbsd-amd64), const TIOCMSET = 2147775597 +pkg syscall (openbsd-amd64), const TIOCM_CAR = 64 +pkg syscall (openbsd-amd64), const TIOCM_CD = 64 +pkg syscall (openbsd-amd64), const TIOCM_CTS = 32 +pkg syscall (openbsd-amd64), const TIOCM_DSR = 256 +pkg syscall (openbsd-amd64), const TIOCM_DTR = 2 +pkg syscall (openbsd-amd64), const TIOCM_LE = 1 +pkg syscall (openbsd-amd64), const TIOCM_RI = 128 +pkg syscall (openbsd-amd64), const TIOCM_RNG = 128 +pkg syscall (openbsd-amd64), const TIOCM_RTS = 4 +pkg syscall (openbsd-amd64), const TIOCM_SR = 16 +pkg syscall (openbsd-amd64), const TIOCM_ST = 8 +pkg syscall (openbsd-amd64), const TIOCNOTTY = 536900721 +pkg syscall (openbsd-amd64), const TIOCNXCL = 536900622 +pkg syscall (openbsd-amd64), const TIOCOUTQ = 1074033779 +pkg syscall (openbsd-amd64), const TIOCPKT = 2147775600 +pkg syscall (openbsd-amd64), const TIOCPKT_DATA = 0 +pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP = 32 +pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL = 64 +pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP = 16 +pkg syscall (openbsd-amd64), const TIOCPKT_START = 8 +pkg syscall (openbsd-amd64), const TIOCPKT_STOP = 4 +pkg syscall (openbsd-amd64), const TIOCREMOTE = 2147775593 +pkg syscall (openbsd-amd64), const TIOCSBRK = 536900731 +pkg syscall (openbsd-amd64), const TIOCSCTTY = 536900705 +pkg syscall (openbsd-amd64), const TIOCSDTR = 536900729 +pkg syscall (openbsd-amd64), const TIOCSETA = 2150396948 +pkg syscall (openbsd-amd64), const TIOCSETAF = 2150396950 +pkg syscall (openbsd-amd64), const TIOCSETAW = 2150396949 +pkg syscall (openbsd-amd64), const TIOCSETD = 2147775515 +pkg syscall (openbsd-amd64), const TIOCSFLAGS = 2147775580 +pkg syscall (openbsd-amd64), const TIOCSIG = 2147775583 +pkg syscall (openbsd-amd64), const TIOCSPGRP = 2147775606 +pkg syscall (openbsd-amd64), const TIOCSTART = 536900718 +pkg syscall (openbsd-amd64), const TIOCSTAT = 2147775589 +pkg syscall (openbsd-amd64), const TIOCSTI = 2147578994 +pkg syscall (openbsd-amd64), const TIOCSTOP = 536900719 +pkg syscall (openbsd-amd64), const TIOCSTSTAMP = 2148037722 +pkg syscall (openbsd-amd64), const TIOCSWINSZ = 2148037735 +pkg syscall (openbsd-amd64), const TIOCUCNTL = 2147775590 +pkg syscall (openbsd-amd64), const TOSTOP = 4194304 +pkg syscall (openbsd-amd64), const VDISCARD = 15 +pkg syscall (openbsd-amd64), const VDSUSP = 11 +pkg syscall (openbsd-amd64), const VEOF = 0 +pkg syscall (openbsd-amd64), const VEOL = 1 +pkg syscall (openbsd-amd64), const VEOL2 = 2 +pkg syscall (openbsd-amd64), const VERASE = 3 +pkg syscall (openbsd-amd64), const VINTR = 8 +pkg syscall (openbsd-amd64), const VKILL = 5 +pkg syscall (openbsd-amd64), const VLNEXT = 14 +pkg syscall (openbsd-amd64), const VMIN = 16 +pkg syscall (openbsd-amd64), const VQUIT = 9 +pkg syscall (openbsd-amd64), const VREPRINT = 6 +pkg syscall (openbsd-amd64), const VSTART = 12 +pkg syscall (openbsd-amd64), const VSTATUS = 18 +pkg syscall (openbsd-amd64), const VSTOP = 13 +pkg syscall (openbsd-amd64), const VSUSP = 10 +pkg syscall (openbsd-amd64), const VTIME = 17 +pkg syscall (openbsd-amd64), const VWERASE = 4 +pkg syscall (openbsd-amd64), const WALTSIG = 4 +pkg syscall (openbsd-amd64), const WCONTINUED = 8 +pkg syscall (openbsd-amd64), const WCOREFLAG = 128 +pkg syscall (openbsd-amd64), const WNOHANG = 1 +pkg syscall (openbsd-amd64), const WSTOPPED = 127 +pkg syscall (openbsd-amd64), const WUNTRACED = 2 +pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK = 16 +pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH = 32 +pkg syscall (openbsd-amd64-cgo), const AF_CCITT = 10 +pkg syscall (openbsd-amd64-cgo), const AF_CHAOS = 5 +pkg syscall (openbsd-amd64-cgo), const AF_CNT = 21 +pkg syscall (openbsd-amd64-cgo), const AF_COIP = 20 +pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT = 9 +pkg syscall (openbsd-amd64-cgo), const AF_DECnet = 12 +pkg syscall (openbsd-amd64-cgo), const AF_DLI = 13 +pkg syscall (openbsd-amd64-cgo), const AF_E164 = 26 +pkg syscall (openbsd-amd64-cgo), const AF_ECMA = 8 +pkg syscall (openbsd-amd64-cgo), const AF_ENCAP = 28 +pkg syscall (openbsd-amd64-cgo), const AF_HYLINK = 15 +pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK = 3 +pkg syscall (openbsd-amd64-cgo), const AF_INET6 = 24 +pkg syscall (openbsd-amd64-cgo), const AF_IPX = 23 +pkg syscall (openbsd-amd64-cgo), const AF_ISDN = 26 +pkg syscall (openbsd-amd64-cgo), const AF_ISO = 7 +pkg syscall (openbsd-amd64-cgo), const AF_KEY = 30 +pkg syscall (openbsd-amd64-cgo), const AF_LAT = 14 +pkg syscall (openbsd-amd64-cgo), const AF_LINK = 18 +pkg syscall (openbsd-amd64-cgo), const AF_LOCAL = 1 +pkg syscall (openbsd-amd64-cgo), const AF_MAX = 36 +pkg syscall (openbsd-amd64-cgo), const AF_MPLS = 33 +pkg syscall (openbsd-amd64-cgo), const AF_NATM = 27 +pkg syscall (openbsd-amd64-cgo), const AF_NS = 6 +pkg syscall (openbsd-amd64-cgo), const AF_OSI = 7 +pkg syscall (openbsd-amd64-cgo), const AF_PUP = 4 +pkg syscall (openbsd-amd64-cgo), const AF_ROUTE = 17 +pkg syscall (openbsd-amd64-cgo), const AF_SIP = 29 +pkg syscall (openbsd-amd64-cgo), const AF_SNA = 11 +pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER = 1 +pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY = 15 +pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (openbsd-amd64-cgo), const B0 = 0 +pkg syscall (openbsd-amd64-cgo), const B110 = 110 +pkg syscall (openbsd-amd64-cgo), const B115200 = 115200 +pkg syscall (openbsd-amd64-cgo), const B1200 = 1200 +pkg syscall (openbsd-amd64-cgo), const B134 = 134 +pkg syscall (openbsd-amd64-cgo), const B14400 = 14400 +pkg syscall (openbsd-amd64-cgo), const B150 = 150 +pkg syscall (openbsd-amd64-cgo), const B1800 = 1800 +pkg syscall (openbsd-amd64-cgo), const B19200 = 19200 +pkg syscall (openbsd-amd64-cgo), const B200 = 200 +pkg syscall (openbsd-amd64-cgo), const B230400 = 230400 +pkg syscall (openbsd-amd64-cgo), const B2400 = 2400 +pkg syscall (openbsd-amd64-cgo), const B28800 = 28800 +pkg syscall (openbsd-amd64-cgo), const B300 = 300 +pkg syscall (openbsd-amd64-cgo), const B38400 = 38400 +pkg syscall (openbsd-amd64-cgo), const B4800 = 4800 +pkg syscall (openbsd-amd64-cgo), const B50 = 50 +pkg syscall (openbsd-amd64-cgo), const B57600 = 57600 +pkg syscall (openbsd-amd64-cgo), const B600 = 600 +pkg syscall (openbsd-amd64-cgo), const B7200 = 7200 +pkg syscall (openbsd-amd64-cgo), const B75 = 75 +pkg syscall (openbsd-amd64-cgo), const B76800 = 76800 +pkg syscall (openbsd-amd64-cgo), const B9600 = 9600 +pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT = 1074020988 +pkg syscall (openbsd-amd64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST = 3222291067 +pkg syscall (openbsd-amd64-cgo), const BIOCGETIF = 1075855979 +pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP = 1074020984 +pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG = 1074020979 +pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (openbsd-amd64-cgo), const BIOCLOCK = 536887926 +pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT = 2147762813 +pkg syscall (openbsd-amd64-cgo), const BIOCSDLT = 2147762810 +pkg syscall (openbsd-amd64-cgo), const BIOCSETF = 2148549223 +pkg syscall (openbsd-amd64-cgo), const BIOCSETIF = 2149597804 +pkg syscall (openbsd-amd64-cgo), const BIOCSETWF = 2148549239 +pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP = 2147762809 +pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG = 2147762802 +pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (openbsd-amd64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (openbsd-amd64-cgo), const BPF_A = 16 +pkg syscall (openbsd-amd64-cgo), const BPF_ABS = 32 +pkg syscall (openbsd-amd64-cgo), const BPF_ADD = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (openbsd-amd64-cgo), const BPF_ALU = 4 +pkg syscall (openbsd-amd64-cgo), const BPF_AND = 80 +pkg syscall (openbsd-amd64-cgo), const BPF_B = 16 +pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN = 1 +pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT = 2 +pkg syscall (openbsd-amd64-cgo), const BPF_DIV = 48 +pkg syscall (openbsd-amd64-cgo), const BPF_H = 8 +pkg syscall (openbsd-amd64-cgo), const BPF_IMM = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_IND = 64 +pkg syscall (openbsd-amd64-cgo), const BPF_JA = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_JEQ = 16 +pkg syscall (openbsd-amd64-cgo), const BPF_JGE = 48 +pkg syscall (openbsd-amd64-cgo), const BPF_JGT = 32 +pkg syscall (openbsd-amd64-cgo), const BPF_JMP = 5 +pkg syscall (openbsd-amd64-cgo), const BPF_JSET = 64 +pkg syscall (openbsd-amd64-cgo), const BPF_K = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_LD = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_LDX = 1 +pkg syscall (openbsd-amd64-cgo), const BPF_LEN = 128 +pkg syscall (openbsd-amd64-cgo), const BPF_LSH = 96 +pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE = 2097152 +pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (openbsd-amd64-cgo), const BPF_MEM = 96 +pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (openbsd-amd64-cgo), const BPF_MISC = 7 +pkg syscall (openbsd-amd64-cgo), const BPF_MSH = 160 +pkg syscall (openbsd-amd64-cgo), const BPF_MUL = 32 +pkg syscall (openbsd-amd64-cgo), const BPF_NEG = 128 +pkg syscall (openbsd-amd64-cgo), const BPF_OR = 64 +pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE = 199606 +pkg syscall (openbsd-amd64-cgo), const BPF_RET = 6 +pkg syscall (openbsd-amd64-cgo), const BPF_RSH = 112 +pkg syscall (openbsd-amd64-cgo), const BPF_ST = 2 +pkg syscall (openbsd-amd64-cgo), const BPF_STX = 3 +pkg syscall (openbsd-amd64-cgo), const BPF_SUB = 16 +pkg syscall (openbsd-amd64-cgo), const BPF_TAX = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_TXA = 128 +pkg syscall (openbsd-amd64-cgo), const BPF_W = 0 +pkg syscall (openbsd-amd64-cgo), const BPF_X = 8 +pkg syscall (openbsd-amd64-cgo), const BRKINT = 2 +pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16 +pkg syscall (openbsd-amd64-cgo), const CFLUSH = 15 +pkg syscall (openbsd-amd64-cgo), const CLOCAL = 32768 +pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288 +pkg syscall (openbsd-amd64-cgo), const CREAD = 2048 +pkg syscall (openbsd-amd64-cgo), const CS5 = 0 +pkg syscall (openbsd-amd64-cgo), const CS6 = 256 +pkg syscall (openbsd-amd64-cgo), const CS7 = 512 +pkg syscall (openbsd-amd64-cgo), const CS8 = 768 +pkg syscall (openbsd-amd64-cgo), const CSIZE = 768 +pkg syscall (openbsd-amd64-cgo), const CSTART = 17 +pkg syscall (openbsd-amd64-cgo), const CSTATUS = 255 +pkg syscall (openbsd-amd64-cgo), const CSTOP = 19 +pkg syscall (openbsd-amd64-cgo), const CSTOPB = 1024 +pkg syscall (openbsd-amd64-cgo), const CSUSP = 26 +pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME = 12 +pkg syscall (openbsd-amd64-cgo), const CTL_NET = 4 +pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH = 536888398 +pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET = 7 +pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (openbsd-amd64-cgo), const DLT_AX25 = 3 +pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS = 5 +pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC = 104 +pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB = 1 +pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB = 2 +pkg syscall (openbsd-amd64-cgo), const DLT_ENC = 13 +pkg syscall (openbsd-amd64-cgo), const DLT_FDDI = 10 +pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 = 6 +pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (openbsd-amd64-cgo), const DLT_LOOP = 12 +pkg syscall (openbsd-amd64-cgo), const DLT_MPLS = 219 +pkg syscall (openbsd-amd64-cgo), const DLT_NULL = 0 +pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG = 117 +pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC = 18 +pkg syscall (openbsd-amd64-cgo), const DLT_PPP = 9 +pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (openbsd-amd64-cgo), const DLT_PRONET = 4 +pkg syscall (openbsd-amd64-cgo), const DLT_RAW = 14 +pkg syscall (openbsd-amd64-cgo), const DLT_SLIP = 8 +pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (openbsd-amd64-cgo), const DT_BLK = 6 +pkg syscall (openbsd-amd64-cgo), const DT_CHR = 2 +pkg syscall (openbsd-amd64-cgo), const DT_DIR = 4 +pkg syscall (openbsd-amd64-cgo), const DT_FIFO = 1 +pkg syscall (openbsd-amd64-cgo), const DT_LNK = 10 +pkg syscall (openbsd-amd64-cgo), const DT_REG = 8 +pkg syscall (openbsd-amd64-cgo), const DT_SOCK = 12 +pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN = 0 +pkg syscall (openbsd-amd64-cgo), const E2BIG = 7 +pkg syscall (openbsd-amd64-cgo), const EACCES = 13 +pkg syscall (openbsd-amd64-cgo), const EADDRINUSE = 48 +pkg syscall (openbsd-amd64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (openbsd-amd64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (openbsd-amd64-cgo), const EAGAIN = 35 +pkg syscall (openbsd-amd64-cgo), const EALREADY = 37 +pkg syscall (openbsd-amd64-cgo), const EAUTH = 80 +pkg syscall (openbsd-amd64-cgo), const EBADF = 9 +pkg syscall (openbsd-amd64-cgo), const EBADRPC = 72 +pkg syscall (openbsd-amd64-cgo), const EBUSY = 16 +pkg syscall (openbsd-amd64-cgo), const ECANCELED = 88 +pkg syscall (openbsd-amd64-cgo), const ECHILD = 10 +pkg syscall (openbsd-amd64-cgo), const ECHO = 8 +pkg syscall (openbsd-amd64-cgo), const ECHOCTL = 64 +pkg syscall (openbsd-amd64-cgo), const ECHOE = 2 +pkg syscall (openbsd-amd64-cgo), const ECHOK = 4 +pkg syscall (openbsd-amd64-cgo), const ECHOKE = 1 +pkg syscall (openbsd-amd64-cgo), const ECHONL = 16 +pkg syscall (openbsd-amd64-cgo), const ECHOPRT = 32 +pkg syscall (openbsd-amd64-cgo), const ECONNABORTED = 53 +pkg syscall (openbsd-amd64-cgo), const ECONNREFUSED = 61 +pkg syscall (openbsd-amd64-cgo), const ECONNRESET = 54 +pkg syscall (openbsd-amd64-cgo), const EDEADLK = 11 +pkg syscall (openbsd-amd64-cgo), const EDESTADDRREQ = 39 +pkg syscall (openbsd-amd64-cgo), const EDOM = 33 +pkg syscall (openbsd-amd64-cgo), const EDQUOT = 69 +pkg syscall (openbsd-amd64-cgo), const EEXIST = 17 +pkg syscall (openbsd-amd64-cgo), const EFAULT = 14 +pkg syscall (openbsd-amd64-cgo), const EFBIG = 27 +pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024 +pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256 +pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048 +pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1 +pkg syscall (openbsd-amd64-cgo), const EFTYPE = 79 +pkg syscall (openbsd-amd64-cgo), const EHOSTDOWN = 64 +pkg syscall (openbsd-amd64-cgo), const EHOSTUNREACH = 65 +pkg syscall (openbsd-amd64-cgo), const EIDRM = 89 +pkg syscall (openbsd-amd64-cgo), const EILSEQ = 84 +pkg syscall (openbsd-amd64-cgo), const EINPROGRESS = 36 +pkg syscall (openbsd-amd64-cgo), const EINTR = 4 +pkg syscall (openbsd-amd64-cgo), const EINVAL = 22 +pkg syscall (openbsd-amd64-cgo), const EIO = 5 +pkg syscall (openbsd-amd64-cgo), const EIPSEC = 82 +pkg syscall (openbsd-amd64-cgo), const EISCONN = 56 +pkg syscall (openbsd-amd64-cgo), const EISDIR = 21 +pkg syscall (openbsd-amd64-cgo), const ELAST = 91 +pkg syscall (openbsd-amd64-cgo), const ELOOP = 62 +pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE = 86 +pkg syscall (openbsd-amd64-cgo), const EMFILE = 24 +pkg syscall (openbsd-amd64-cgo), const EMLINK = 31 +pkg syscall (openbsd-amd64-cgo), const EMSGSIZE = 40 +pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF = 1 +pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED = 1 +pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE = 2 +pkg syscall (openbsd-amd64-cgo), const ENAMETOOLONG = 63 +pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC = 9 +pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH = 81 +pkg syscall (openbsd-amd64-cgo), const ENETDOWN = 50 +pkg syscall (openbsd-amd64-cgo), const ENETRESET = 52 +pkg syscall (openbsd-amd64-cgo), const ENETUNREACH = 51 +pkg syscall (openbsd-amd64-cgo), const ENFILE = 23 +pkg syscall (openbsd-amd64-cgo), const ENOATTR = 83 +pkg syscall (openbsd-amd64-cgo), const ENOBUFS = 55 +pkg syscall (openbsd-amd64-cgo), const ENODEV = 19 +pkg syscall (openbsd-amd64-cgo), const ENOEXEC = 8 +pkg syscall (openbsd-amd64-cgo), const ENOLCK = 77 +pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM = 85 +pkg syscall (openbsd-amd64-cgo), const ENOMEM = 12 +pkg syscall (openbsd-amd64-cgo), const ENOMSG = 90 +pkg syscall (openbsd-amd64-cgo), const ENOPROTOOPT = 42 +pkg syscall (openbsd-amd64-cgo), const ENOSPC = 28 +pkg syscall (openbsd-amd64-cgo), const ENOSYS = 78 +pkg syscall (openbsd-amd64-cgo), const ENOTBLK = 15 +pkg syscall (openbsd-amd64-cgo), const ENOTCONN = 57 +pkg syscall (openbsd-amd64-cgo), const ENOTDIR = 20 +pkg syscall (openbsd-amd64-cgo), const ENOTEMPTY = 66 +pkg syscall (openbsd-amd64-cgo), const ENOTSOCK = 38 +pkg syscall (openbsd-amd64-cgo), const ENOTSUP = 91 +pkg syscall (openbsd-amd64-cgo), const ENOTTY = 25 +pkg syscall (openbsd-amd64-cgo), const ENXIO = 6 +pkg syscall (openbsd-amd64-cgo), const EOPNOTSUPP = 45 +pkg syscall (openbsd-amd64-cgo), const EOVERFLOW = 87 +pkg syscall (openbsd-amd64-cgo), const EPERM = 1 +pkg syscall (openbsd-amd64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (openbsd-amd64-cgo), const EPIPE = 32 +pkg syscall (openbsd-amd64-cgo), const EPROCLIM = 67 +pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH = 75 +pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (openbsd-amd64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (openbsd-amd64-cgo), const EPROTOTYPE = 41 +pkg syscall (openbsd-amd64-cgo), const ERANGE = 34 +pkg syscall (openbsd-amd64-cgo), const EREMOTE = 71 +pkg syscall (openbsd-amd64-cgo), const EROFS = 30 +pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH = 73 +pkg syscall (openbsd-amd64-cgo), const ESHUTDOWN = 58 +pkg syscall (openbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (openbsd-amd64-cgo), const ESPIPE = 29 +pkg syscall (openbsd-amd64-cgo), const ESRCH = 3 +pkg syscall (openbsd-amd64-cgo), const ESTALE = 70 +pkg syscall (openbsd-amd64-cgo), const ETHERMIN = 46 +pkg syscall (openbsd-amd64-cgo), const ETHERMTU = 1500 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 = 4 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP = 33011 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE = 34978 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP = 2054 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT = 32923 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT = 32873 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA = 4660 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE = 32891 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN = 24579 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES = 32861 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP = 32773 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP = 2048 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX = 33079 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT = 24580 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP = 35020 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX = 65535 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP = 34618 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS = 2050 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD = 33097 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS = 1536 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER = 32966 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE = 34958 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS = 16962 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP = 34827 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP = 512 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ = 34984 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL = 6549 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP = 34617 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA = 24583 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW = 34825 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA = 32981 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP = 33153 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC = 33103 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID = 5632 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES = 2989 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 = 2053 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 = 2049 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865 +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP = 33149 +pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN = 6 +pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN = 2 +pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN = 4 +pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN = 14 +pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN = 1536 +pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN = 1518 +pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN = 64 +pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN = 2 +pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (openbsd-amd64-cgo), const ETIMEDOUT = 60 +pkg syscall (openbsd-amd64-cgo), const ETOOMANYREFS = 59 +pkg syscall (openbsd-amd64-cgo), const ETXTBSY = 26 +pkg syscall (openbsd-amd64-cgo), const EUSERS = 68 +pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO = -3 +pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC = -5 +pkg syscall (openbsd-amd64-cgo), const EVFILT_READ = -1 +pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7 +pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER = -7 +pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE = -4 +pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE = -2 +pkg syscall (openbsd-amd64-cgo), const EV_ADD = 1 +pkg syscall (openbsd-amd64-cgo), const EV_CLEAR = 32 +pkg syscall (openbsd-amd64-cgo), const EV_DELETE = 2 +pkg syscall (openbsd-amd64-cgo), const EV_DISABLE = 8 +pkg syscall (openbsd-amd64-cgo), const EV_ENABLE = 4 +pkg syscall (openbsd-amd64-cgo), const EV_EOF = 32768 +pkg syscall (openbsd-amd64-cgo), const EV_ERROR = 16384 +pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 = 8192 +pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT = 16 +pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (openbsd-amd64-cgo), const EWOULDBLOCK = 35 +pkg syscall (openbsd-amd64-cgo), const EXDEV = 18 +pkg syscall (openbsd-amd64-cgo), const EXTA = 19200 +pkg syscall (openbsd-amd64-cgo), const EXTB = 38400 +pkg syscall (openbsd-amd64-cgo), const EXTPROC = 2048 +pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC = 1 +pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE = 1024 +pkg syscall (openbsd-amd64-cgo), const FLUSHO = 8388608 +pkg syscall (openbsd-amd64-cgo), const F_DUPFD = 0 +pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 10 +pkg syscall (openbsd-amd64-cgo), const F_GETFD = 1 +pkg syscall (openbsd-amd64-cgo), const F_GETFL = 3 +pkg syscall (openbsd-amd64-cgo), const F_GETLK = 7 +pkg syscall (openbsd-amd64-cgo), const F_GETOWN = 5 +pkg syscall (openbsd-amd64-cgo), const F_OK = 0 +pkg syscall (openbsd-amd64-cgo), const F_RDLCK = 1 +pkg syscall (openbsd-amd64-cgo), const F_SETFD = 2 +pkg syscall (openbsd-amd64-cgo), const F_SETFL = 4 +pkg syscall (openbsd-amd64-cgo), const F_SETLK = 8 +pkg syscall (openbsd-amd64-cgo), const F_SETLKW = 9 +pkg syscall (openbsd-amd64-cgo), const F_SETOWN = 6 +pkg syscall (openbsd-amd64-cgo), const F_UNLCK = 2 +pkg syscall (openbsd-amd64-cgo), const F_WRLCK = 3 +pkg syscall (openbsd-amd64-cgo), const HUPCL = 16384 +pkg syscall (openbsd-amd64-cgo), const ICANON = 256 +pkg syscall (openbsd-amd64-cgo), const ICRNL = 256 +pkg syscall (openbsd-amd64-cgo), const IEXTEN = 1024 +pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE = 1 +pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE = 36434 +pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG = 4 +pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 = 4096 +pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 = 8192 +pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 = 16384 +pkg syscall (openbsd-amd64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (openbsd-amd64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (openbsd-amd64-cgo), const IFF_NOARP = 128 +pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC = 256 +pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING = 64 +pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ = 16 +pkg syscall (openbsd-amd64-cgo), const IFT_1822 = 2 +pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 = 187 +pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 = 49 +pkg syscall (openbsd-amd64-cgo), const IFT_ADSL = 94 +pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (openbsd-amd64-cgo), const IFT_ARAP = 88 +pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET = 35 +pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC = 84 +pkg syscall (openbsd-amd64-cgo), const IFT_ATM = 37 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI = 105 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI = 106 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA = 107 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO = 189 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH = 248 +pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE = 209 +pkg syscall (openbsd-amd64-cgo), const IFT_BSC = 83 +pkg syscall (openbsd-amd64-cgo), const IFT_CARP = 247 +pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL = 61 +pkg syscall (openbsd-amd64-cgo), const IFT_CEPT = 19 +pkg syscall (openbsd-amd64-cgo), const IFT_CES = 133 +pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL = 70 +pkg syscall (openbsd-amd64-cgo), const IFT_CNR = 85 +pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE = 132 +pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (openbsd-amd64-cgo), const IFT_DCN = 141 +pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (openbsd-amd64-cgo), const IFT_DLSW = 74 +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (openbsd-amd64-cgo), const IFT_DS0 = 81 +pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL = 170 +pkg syscall (openbsd-amd64-cgo), const IFT_DS3 = 30 +pkg syscall (openbsd-amd64-cgo), const IFT_DTM = 140 +pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY = 241 +pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN = 172 +pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (openbsd-amd64-cgo), const IFT_ECONET = 206 +pkg syscall (openbsd-amd64-cgo), const IFT_ENC = 244 +pkg syscall (openbsd-amd64-cgo), const IFT_EON = 25 +pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS = 87 +pkg syscall (openbsd-amd64-cgo), const IFT_ESCON = 73 +pkg syscall (openbsd-amd64-cgo), const IFT_ETHER = 6 +pkg syscall (openbsd-amd64-cgo), const IFT_FAITH = 243 +pkg syscall (openbsd-amd64-cgo), const IFT_FAST = 125 +pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER = 62 +pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (openbsd-amd64-cgo), const IFT_FDDI = 15 +pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY = 32 +pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD = 158 +pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB = 67 +pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K = 66 +pkg syscall (openbsd-amd64-cgo), const IFT_GIF = 240 +pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT = 178 +pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT = 177 +pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY = 165 +pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 = 3 +pkg syscall (openbsd-amd64-cgo), const IFT_HDLC = 118 +pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 = 168 +pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI = 47 +pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD = 90 +pkg syscall (openbsd-amd64-cgo), const IFT_HSSI = 46 +pkg syscall (openbsd-amd64-cgo), const IFT_HY = 14 +pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (openbsd-amd64-cgo), const IFT_IDSL = 154 +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 = 71 +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 = 55 +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN = 145 +pkg syscall (openbsd-amd64-cgo), const IFT_IMT = 190 +pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND = 199 +pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (openbsd-amd64-cgo), const IFT_IP = 126 +pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD = 142 +pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM = 114 +pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH = 78 +pkg syscall (openbsd-amd64-cgo), const IFT_ISDN = 63 +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS = 75 +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU = 76 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 = 7 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 = 8 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 = 9 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 = 10 +pkg syscall (openbsd-amd64-cgo), const IFT_ISUP = 179 +pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN = 135 +pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (openbsd-amd64-cgo), const IFT_LAPB = 16 +pkg syscall (openbsd-amd64-cgo), const IFT_LAPD = 77 +pkg syscall (openbsd-amd64-cgo), const IFT_LAPF = 119 +pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP = 210 +pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (openbsd-amd64-cgo), const IFT_LOOP = 24 +pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 = 38 +pkg syscall (openbsd-amd64-cgo), const IFT_MODEM = 48 +pkg syscall (openbsd-amd64-cgo), const IFT_MPC = 113 +pkg syscall (openbsd-amd64-cgo), const IFT_MPLS = 166 +pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL = 143 +pkg syscall (openbsd-amd64-cgo), const IFT_MVL = 191 +pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET = 99 +pkg syscall (openbsd-amd64-cgo), const IFT_NFAS = 175 +pkg syscall (openbsd-amd64-cgo), const IFT_NSIP = 27 +pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (openbsd-amd64-cgo), const IFT_OTHER = 1 +pkg syscall (openbsd-amd64-cgo), const IFT_P10 = 12 +pkg syscall (openbsd-amd64-cgo), const IFT_P80 = 13 +pkg syscall (openbsd-amd64-cgo), const IFT_PARA = 34 +pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG = 245 +pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW = 249 +pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC = 246 +pkg syscall (openbsd-amd64-cgo), const IFT_PLC = 174 +pkg syscall (openbsd-amd64-cgo), const IFT_PON155 = 207 +pkg syscall (openbsd-amd64-cgo), const IFT_PON622 = 208 +pkg syscall (openbsd-amd64-cgo), const IFT_POS = 171 +pkg syscall (openbsd-amd64-cgo), const IFT_PPP = 23 +pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM = 197 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS = 89 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX = 54 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (openbsd-amd64-cgo), const IFT_PVC = 242 +pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 = 201 +pkg syscall (openbsd-amd64-cgo), const IFT_QLLC = 68 +pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC = 188 +pkg syscall (openbsd-amd64-cgo), const IFT_RADSL = 95 +pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL = 192 +pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 = 159 +pkg syscall (openbsd-amd64-cgo), const IFT_RS232 = 33 +pkg syscall (openbsd-amd64-cgo), const IFT_RSRB = 79 +pkg syscall (openbsd-amd64-cgo), const IFT_SDLC = 17 +pkg syscall (openbsd-amd64-cgo), const IFT_SDSL = 96 +pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL = 169 +pkg syscall (openbsd-amd64-cgo), const IFT_SIP = 31 +pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG = 204 +pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG = 203 +pkg syscall (openbsd-amd64-cgo), const IFT_SLIP = 28 +pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (openbsd-amd64-cgo), const IFT_SONET = 39 +pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH = 50 +pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT = 51 +pkg syscall (openbsd-amd64-cgo), const IFT_SRP = 151 +pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN = 11 +pkg syscall (openbsd-amd64-cgo), const IFT_T1 = 18 +pkg syscall (openbsd-amd64-cgo), const IFT_TDLC = 116 +pkg syscall (openbsd-amd64-cgo), const IFT_TELINK = 200 +pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD = 91 +pkg syscall (openbsd-amd64-cgo), const IFT_TR008 = 176 +pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL = 131 +pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA = 29 +pkg syscall (openbsd-amd64-cgo), const IFT_USB = 160 +pkg syscall (openbsd-amd64-cgo), const IFT_V11 = 64 +pkg syscall (openbsd-amd64-cgo), const IFT_V35 = 45 +pkg syscall (openbsd-amd64-cgo), const IFT_V36 = 65 +pkg syscall (openbsd-amd64-cgo), const IFT_V37 = 120 +pkg syscall (openbsd-amd64-cgo), const IFT_VDSL = 97 +pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG = 202 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID = 213 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM = 100 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD = 211 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO = 101 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS = 102 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (openbsd-amd64-cgo), const IFT_X213 = 93 +pkg syscall (openbsd-amd64-cgo), const IFT_X25 = 5 +pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN = 4 +pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP = 121 +pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE = 40 +pkg syscall (openbsd-amd64-cgo), const IFT_XETHER = 26 +pkg syscall (openbsd-amd64-cgo), const IGNBRK = 1 +pkg syscall (openbsd-amd64-cgo), const IGNCR = 128 +pkg syscall (openbsd-amd64-cgo), const IGNPAR = 4 +pkg syscall (openbsd-amd64-cgo), const IMAXBEL = 8192 +pkg syscall (openbsd-amd64-cgo), const INLCR = 64 +pkg syscall (openbsd-amd64-cgo), const INPCK = 16 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST = 1 +pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET = 4294967294 +pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT = 31 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH = 51 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP = 112 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT = 258 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE = 257 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP = 8 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON = 80 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP = 50 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP = 3 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE = 47 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP = 22 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX = 256 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID = 259 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS = 137 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE = 59 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM = 103 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP = 12 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW = 255 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP = 29 +pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL = 53 +pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL = 55 +pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL = 54 +pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH = 29 +pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL = 60 +pkg syscall (openbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (openbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU = 1280 +pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS = 1 +pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU = 44 +pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX = 63 +pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO = 46 +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE = 4129 +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR = 51 +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS = 61 +pkg syscall (openbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (openbsd-amd64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION = 96 +pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (openbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL = 20 +pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (openbsd-amd64-cgo), const IP_DF = 16384 +pkg syscall (openbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL = 22 +pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL = 21 +pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL = 2 +pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL = 29 +pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO = 36 +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH = 27 +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED = 25 +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID = 23 +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH = 28 +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED = 26 +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID = 24 +pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (openbsd-amd64-cgo), const IP_MF = 8192 +pkg syscall (openbsd-amd64-cgo), const IP_MINTTL = 32 +pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 15 +pkg syscall (openbsd-amd64-cgo), const IP_MSS = 576 +pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK = 8191 +pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS = 1 +pkg syscall (openbsd-amd64-cgo), const IP_PIPEX = 34 +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE = 19 +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT = 33 +pkg syscall (openbsd-amd64-cgo), const IP_RECVIF = 30 +pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS = 5 +pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE = 35 +pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL = 31 +pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS = 8 +pkg syscall (openbsd-amd64-cgo), const IP_RF = 32768 +pkg syscall (openbsd-amd64-cgo), const IP_RTABLE = 4129 +pkg syscall (openbsd-amd64-cgo), const IP_TOS = 3 +pkg syscall (openbsd-amd64-cgo), const IP_TTL = 4 +pkg syscall (openbsd-amd64-cgo), const ISIG = 128 +pkg syscall (openbsd-amd64-cgo), const ISTRIP = 32 +pkg syscall (openbsd-amd64-cgo), const IXANY = 2048 +pkg syscall (openbsd-amd64-cgo), const IXOFF = 1024 +pkg syscall (openbsd-amd64-cgo), const IXON = 512 +pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false +pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH = 6 +pkg syscall (openbsd-amd64-cgo), const LOCK_EX = 2 +pkg syscall (openbsd-amd64-cgo), const LOCK_NB = 4 +pkg syscall (openbsd-amd64-cgo), const LOCK_SH = 1 +pkg syscall (openbsd-amd64-cgo), const LOCK_UN = 8 +pkg syscall (openbsd-amd64-cgo), const MSG_BCAST = 256 +pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC = 32 +pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (openbsd-amd64-cgo), const MSG_EOR = 8 +pkg syscall (openbsd-amd64-cgo), const MSG_MCAST = 512 +pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL = 1024 +pkg syscall (openbsd-amd64-cgo), const MSG_OOB = 1 +pkg syscall (openbsd-amd64-cgo), const MSG_PEEK = 2 +pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC = 16 +pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL = 64 +pkg syscall (openbsd-amd64-cgo), const NAME_MAX = 255 +pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP = 1 +pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST = 3 +pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID = 6 +pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS = 4 +pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE = 5 +pkg syscall (openbsd-amd64-cgo), const NOFLSH = 2147483648 +pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD = 4 +pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE = 1 +pkg syscall (openbsd-amd64-cgo), const NOTE_EOF = 2 +pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND = 4 +pkg syscall (openbsd-amd64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (openbsd-amd64-cgo), const NOTE_LINK = 16 +pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT = 1 +pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME = 32 +pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE = 64 +pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK = 1 +pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE = 128 +pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE = 2 +pkg syscall (openbsd-amd64-cgo), const OCRNL = 16 +pkg syscall (openbsd-amd64-cgo), const ONLCR = 2 +pkg syscall (openbsd-amd64-cgo), const ONLRET = 128 +pkg syscall (openbsd-amd64-cgo), const ONOCR = 64 +pkg syscall (openbsd-amd64-cgo), const ONOEOT = 8 +pkg syscall (openbsd-amd64-cgo), const OPOST = 1 +pkg syscall (openbsd-amd64-cgo), const O_ACCMODE = 3 +pkg syscall (openbsd-amd64-cgo), const O_APPEND = 8 +pkg syscall (openbsd-amd64-cgo), const O_ASYNC = 64 +pkg syscall (openbsd-amd64-cgo), const O_CLOEXEC = 65536 +pkg syscall (openbsd-amd64-cgo), const O_CREAT = 512 +pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY = 131072 +pkg syscall (openbsd-amd64-cgo), const O_DSYNC = 128 +pkg syscall (openbsd-amd64-cgo), const O_EXCL = 2048 +pkg syscall (openbsd-amd64-cgo), const O_EXLOCK = 32 +pkg syscall (openbsd-amd64-cgo), const O_FSYNC = 128 +pkg syscall (openbsd-amd64-cgo), const O_NDELAY = 4 +pkg syscall (openbsd-amd64-cgo), const O_NOCTTY = 32768 +pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW = 256 +pkg syscall (openbsd-amd64-cgo), const O_NONBLOCK = 4 +pkg syscall (openbsd-amd64-cgo), const O_RSYNC = 128 +pkg syscall (openbsd-amd64-cgo), const O_SHLOCK = 16 +pkg syscall (openbsd-amd64-cgo), const O_SYNC = 128 +pkg syscall (openbsd-amd64-cgo), const O_TRUNC = 1024 +pkg syscall (openbsd-amd64-cgo), const PARENB = 4096 +pkg syscall (openbsd-amd64-cgo), const PARMRK = 8 +pkg syscall (openbsd-amd64-cgo), const PARODD = 8192 +pkg syscall (openbsd-amd64-cgo), const PENDIN = 536870912 +pkg syscall (openbsd-amd64-cgo), const PF_FLUSH = 1 +pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21 +pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT = 7 +pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL = 8 +pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE = 4 +pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU = 0 +pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA = 2 +pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK = 3 +pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (openbsd-amd64-cgo), const RTAX_BRD = 7 +pkg syscall (openbsd-amd64-cgo), const RTAX_DST = 0 +pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK = 3 +pkg syscall (openbsd-amd64-cgo), const RTAX_IFA = 5 +pkg syscall (openbsd-amd64-cgo), const RTAX_IFP = 4 +pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL = 10 +pkg syscall (openbsd-amd64-cgo), const RTAX_MAX = 11 +pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK = 2 +pkg syscall (openbsd-amd64-cgo), const RTAX_SRC = 8 +pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK = 9 +pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR = 64 +pkg syscall (openbsd-amd64-cgo), const RTA_BRD = 128 +pkg syscall (openbsd-amd64-cgo), const RTA_DST = 1 +pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY = 2 +pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK = 8 +pkg syscall (openbsd-amd64-cgo), const RTA_IFA = 32 +pkg syscall (openbsd-amd64-cgo), const RTA_IFP = 16 +pkg syscall (openbsd-amd64-cgo), const RTA_LABEL = 1024 +pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK = 4 +pkg syscall (openbsd-amd64-cgo), const RTA_SRC = 256 +pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK = 512 +pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE = 16384 +pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (openbsd-amd64-cgo), const RTF_CLONED = 65536 +pkg syscall (openbsd-amd64-cgo), const RTF_CLONING = 256 +pkg syscall (openbsd-amd64-cgo), const RTF_DONE = 64 +pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496 +pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY = 2 +pkg syscall (openbsd-amd64-cgo), const RTF_HOST = 4 +pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO = 1024 +pkg syscall (openbsd-amd64-cgo), const RTF_MASK = 128 +pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED = 32 +pkg syscall (openbsd-amd64-cgo), const RTF_MPATH = 262144 +pkg syscall (openbsd-amd64-cgo), const RTF_MPLS = 1048576 +pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP = 8192 +pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 = 8192 +pkg syscall (openbsd-amd64-cgo), const RTF_REJECT = 8 +pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE = 131072 +pkg syscall (openbsd-amd64-cgo), const RTF_STATIC = 2048 +pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL = 1048576 +pkg syscall (openbsd-amd64-cgo), const RTF_UP = 1 +pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS = 32768 +pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (openbsd-amd64-cgo), const RTM_ADD = 1 +pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE = 3 +pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR = 13 +pkg syscall (openbsd-amd64-cgo), const RTM_DELETE = 2 +pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC = 16 +pkg syscall (openbsd-amd64-cgo), const RTM_GET = 4 +pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE = 15 +pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO = 14 +pkg syscall (openbsd-amd64-cgo), const RTM_LOCK = 8 +pkg syscall (openbsd-amd64-cgo), const RTM_LOSING = 5 +pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE = 2048 +pkg syscall (openbsd-amd64-cgo), const RTM_MISS = 7 +pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR = 12 +pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT = 6 +pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE = 11 +pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4 +pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE = 4 +pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (openbsd-amd64-cgo), const RTV_MTU = 1 +pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE = 8 +pkg syscall (openbsd-amd64-cgo), const RTV_RTT = 64 +pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR = 128 +pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE = 16 +pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX = 255 +pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF = 0 +pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD = 1 +pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS = 1 +pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP = 4 +pkg syscall (openbsd-amd64-cgo), const SIGBUS = 10 +pkg syscall (openbsd-amd64-cgo), const SIGCHLD = 20 +pkg syscall (openbsd-amd64-cgo), const SIGCONT = 19 +pkg syscall (openbsd-amd64-cgo), const SIGEMT = 7 +pkg syscall (openbsd-amd64-cgo), const SIGINFO = 29 +pkg syscall (openbsd-amd64-cgo), const SIGIO = 23 +pkg syscall (openbsd-amd64-cgo), const SIGIOT = 6 +pkg syscall (openbsd-amd64-cgo), const SIGPROF = 27 +pkg syscall (openbsd-amd64-cgo), const SIGSTOP = 17 +pkg syscall (openbsd-amd64-cgo), const SIGSYS = 12 +pkg syscall (openbsd-amd64-cgo), const SIGTHR = 32 +pkg syscall (openbsd-amd64-cgo), const SIGTSTP = 18 +pkg syscall (openbsd-amd64-cgo), const SIGTTIN = 21 +pkg syscall (openbsd-amd64-cgo), const SIGTTOU = 22 +pkg syscall (openbsd-amd64-cgo), const SIGURG = 16 +pkg syscall (openbsd-amd64-cgo), const SIGUSR1 = 30 +pkg syscall (openbsd-amd64-cgo), const SIGUSR2 = 31 +pkg syscall (openbsd-amd64-cgo), const SIGVTALRM = 26 +pkg syscall (openbsd-amd64-cgo), const SIGWINCH = 28 +pkg syscall (openbsd-amd64-cgo), const SIGXCPU = 24 +pkg syscall (openbsd-amd64-cgo), const SIGXFSZ = 25 +pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP = 2150132103 +pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR = 2182637852 +pkg syscall (openbsd-amd64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD = 2153277756 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS = 2153277761 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL = 2154719565 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL = 2153277757 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS = 2153277762 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH = 2153277768 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL = 2154719566 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE = 3222563137 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD = 3222563154 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT = 3222563153 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS = 3227019582 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA = 3222563155 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM = 3225446744 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI = 3222563152 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL = 3224398159 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS = 3227019580 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO = 3222563142 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS = 3227019586 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS = 3223349571 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE = 2148821312 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD = 2148821330 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT = 2148821329 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST = 2153277781 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS = 2153277759 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO = 2153277780 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA = 2148821331 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI = 2148821328 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO = 2148821338 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO = 2148821317 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC = 2148821337 +pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP = 2150132105 +pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR = 2182637854 +pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE = 3222825380 +pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL = 2149607834 +pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW = 3223349758 +pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC = 3223349752 +pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628 +pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915 +pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF = 3222300964 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA = 3223349531 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR = 3223349633 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR = 3223873931 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP = 3223873928 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU = 3223349630 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY = 3223349660 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN = 3223349664 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL = 3223349635 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT = 3223349638 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS = 3223349662 +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR = 3256379677 +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3256379723 +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE = 3223349666 +pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (openbsd-amd64-cgo), const SIOCGVH = 3223349750 +pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE = 2149607802 +pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048 +pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE = 2149083555 +pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL = 2149607833 +pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW = 2149607933 +pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC = 2149607927 +pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR = 2149607808 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR = 2150132108 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR = 2149607711 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA = 3223349557 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU = 2149607807 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY = 2149607835 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN = 2149607839 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL = 2149607810 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT = 2149607813 +pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS = 2149607837 +pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2182637898 +pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE = 2149607841 +pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (openbsd-amd64-cgo), const SIOCSVH = 3223349749 +pkg syscall (openbsd-amd64-cgo), const SOCK_RDM = 4 +pkg syscall (openbsd-amd64-cgo), const SOL_SOCKET = 65535 +pkg syscall (openbsd-amd64-cgo), const SOMAXCONN = 128 +pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (openbsd-amd64-cgo), const SO_BINDANY = 4096 +pkg syscall (openbsd-amd64-cgo), const SO_BROADCAST = 32 +pkg syscall (openbsd-amd64-cgo), const SO_DEBUG = 1 +pkg syscall (openbsd-amd64-cgo), const SO_DONTROUTE = 16 +pkg syscall (openbsd-amd64-cgo), const SO_ERROR = 4103 +pkg syscall (openbsd-amd64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (openbsd-amd64-cgo), const SO_LINGER = 128 +pkg syscall (openbsd-amd64-cgo), const SO_NETPROC = 4128 +pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE = 256 +pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED = 4130 +pkg syscall (openbsd-amd64-cgo), const SO_RCVBUF = 4098 +pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (openbsd-amd64-cgo), const SO_REUSEADDR = 4 +pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT = 512 +pkg syscall (openbsd-amd64-cgo), const SO_RTABLE = 4129 +pkg syscall (openbsd-amd64-cgo), const SO_SNDBUF = 4097 +pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (openbsd-amd64-cgo), const SO_SPLICE = 4131 +pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP = 2048 +pkg syscall (openbsd-amd64-cgo), const SO_TYPE = 4104 +pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT = 30 +pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS = 33 +pkg syscall (openbsd-amd64-cgo), const SYS_ACCT = 51 +pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ = 305 +pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME = 140 +pkg syscall (openbsd-amd64-cgo), const SYS_BIND = 104 +pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR = 12 +pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD = 15 +pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN = 16 +pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT = 61 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE = 6 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM = 287 +pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT = 98 +pkg syscall (openbsd-amd64-cgo), const SYS_DUP = 41 +pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 = 90 +pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE = 59 +pkg syscall (openbsd-amd64-cgo), const SYS_EXIT = 1 +pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT = 313 +pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR = 13 +pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD = 124 +pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT = 314 +pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN = 123 +pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT = 315 +pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL = 92 +pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN = 264 +pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT = 294 +pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309 +pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK = 131 +pkg syscall (openbsd-amd64-cgo), const SYS_FORK = 2 +pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308 +pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC = 95 +pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327 +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206 +pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312 +pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT = 18 +pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID = 43 +pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID = 25 +pkg syscall (openbsd-amd64-cgo), const SYS_GETFH = 161 +pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306 +pkg syscall (openbsd-amd64-cgo), const SYS_GETGID = 47 +pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86 +pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN = 49 +pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID = 207 +pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP = 81 +pkg syscall (openbsd-amd64-cgo), const SYS_GETPID = 20 +pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID = 39 +pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID = 283 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID = 281 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE = 311 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (openbsd-amd64-cgo), const SYS_GETSID = 255 +pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID = 299 +pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (openbsd-amd64-cgo), const SYS_GETUID = 24 +pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL = 54 +pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID = 253 +pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270 +pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37 +pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE = 269 +pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE = 45 +pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN = 254 +pkg syscall (openbsd-amd64-cgo), const SYS_LINK = 9 +pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT = 317 +pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN = 106 +pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK = 199 +pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293 +pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE = 75 +pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE = 78 +pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT = 250 +pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR = 136 +pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT = 318 +pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO = 132 +pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT = 319 +pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD = 14 +pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT = 320 +pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK = 203 +pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL = 271 +pkg syscall (openbsd-amd64-cgo), const SYS_MMAP = 197 +pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT = 21 +pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT = 74 +pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY = 286 +pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL = 297 +pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET = 225 +pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV = 227 +pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND = 226 +pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC = 256 +pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL = 272 +pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP = 73 +pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC = 155 +pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK = 17 +pkg syscall (openbsd-amd64-cgo), const SYS_OPEN = 5 +pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT = 321 +pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF = 191 +pkg syscall (openbsd-amd64-cgo), const SYS_PIPE = 263 +pkg syscall (openbsd-amd64-cgo), const SYS_POLL = 252 +pkg syscall (openbsd-amd64-cgo), const SYS_PREAD = 173 +pkg syscall (openbsd-amd64-cgo), const SYS_PREADV = 267 +pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL = 44 +pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE = 26 +pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE = 174 +pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV = 268 +pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL = 148 +pkg syscall (openbsd-amd64-cgo), const SYS_READ = 3 +pkg syscall (openbsd-amd64-cgo), const SYS_READLINK = 58 +pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT = 322 +pkg syscall (openbsd-amd64-cgo), const SYS_READV = 120 +pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT = 55 +pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM = 29 +pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG = 27 +pkg syscall (openbsd-amd64-cgo), const SYS_RENAME = 128 +pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT = 323 +pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE = 56 +pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR = 137 +pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD = 298 +pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93 +pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET = 221 +pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP = 290 +pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG = 28 +pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO = 133 +pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID = 182 +pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID = 183 +pkg syscall (openbsd-amd64-cgo), const SYS_SETGID = 181 +pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83 +pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN = 50 +pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID = 82 +pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID = 127 +pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID = 284 +pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID = 282 +pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID = 126 +pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE = 310 +pkg syscall (openbsd-amd64-cgo), const SYS_SETSID = 147 +pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (openbsd-amd64-cgo), const SYS_SETUID = 23 +pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT = 228 +pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL = 296 +pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT = 230 +pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET = 289 +pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION = 46 +pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK = 288 +pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING = 52 +pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK = 48 +pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN = 103 +pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND = 111 +pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET = 97 +pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291 +pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307 +pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL = 193 +pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK = 57 +pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT = 324 +pkg syscall (openbsd-amd64-cgo), const SYS_SYNC = 36 +pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH = 165 +pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE = 200 +pkg syscall (openbsd-amd64-cgo), const SYS_UMASK = 60 +pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK = 10 +pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT = 325 +pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT = 22 +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326 +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138 +pkg syscall (openbsd-amd64-cgo), const SYS_VFORK = 66 +pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7 +pkg syscall (openbsd-amd64-cgo), const SYS_WRITE = 4 +pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV = 121 +pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD = 304 +pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB = 330 +pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL = 295 +pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB = 329 +pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL = 202 +pkg syscall (openbsd-amd64-cgo), const SYS___TFORK = 8 +pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT = 302 +pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT = 303 +pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300 +pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP = 301 +pkg syscall (openbsd-amd64-cgo), const S_IFMT = 61440 +pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr = 20 +pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn = 8 +pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram = 16 +pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat = 8 +pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion = 4 +pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr = 12 +pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq = 8 +pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 26 +pkg syscall (openbsd-amd64-cgo), const SizeofIfData = 224 +pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr = 248 +pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr = 24 +pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (openbsd-amd64-cgo), const SizeofLinger = 8 +pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr = 48 +pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48 +pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88 +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink = 32 +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (openbsd-amd64-cgo), const TCIFLUSH = 1 +pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH = 3 +pkg syscall (openbsd-amd64-cgo), const TCOFLUSH = 2 +pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST = 4 +pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG = 2 +pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK = 3 +pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG = 4 +pkg syscall (openbsd-amd64-cgo), const TCP_MSS = 512 +pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES = 11 +pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE = 8 +pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH = 2 +pkg syscall (openbsd-amd64-cgo), const TIOCCBRK = 536900730 +pkg syscall (openbsd-amd64-cgo), const TIOCCDTR = 536900728 +pkg syscall (openbsd-amd64-cgo), const TIOCCONS = 2147775586 +pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (openbsd-amd64-cgo), const TIOCEXCL = 536900621 +pkg syscall (openbsd-amd64-cgo), const TIOCEXT = 2147775584 +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2 +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8 +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS = 16 +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (openbsd-amd64-cgo), const TIOCGETA = 1076655123 +pkg syscall (openbsd-amd64-cgo), const TIOCGETD = 1074033690 +pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS = 1074033757 +pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP = 1074820187 +pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (openbsd-amd64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (openbsd-amd64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (openbsd-amd64-cgo), const TIOCMGET = 1074033770 +pkg syscall (openbsd-amd64-cgo), const TIOCMODG = 1074033770 +pkg syscall (openbsd-amd64-cgo), const TIOCMODS = 2147775597 +pkg syscall (openbsd-amd64-cgo), const TIOCMSET = 2147775597 +pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR = 64 +pkg syscall (openbsd-amd64-cgo), const TIOCM_CD = 64 +pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS = 32 +pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR = 256 +pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR = 2 +pkg syscall (openbsd-amd64-cgo), const TIOCM_LE = 1 +pkg syscall (openbsd-amd64-cgo), const TIOCM_RI = 128 +pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG = 128 +pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS = 4 +pkg syscall (openbsd-amd64-cgo), const TIOCM_SR = 16 +pkg syscall (openbsd-amd64-cgo), const TIOCM_ST = 8 +pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (openbsd-amd64-cgo), const TIOCNXCL = 536900622 +pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT = 2147775600 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START = 8 +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (openbsd-amd64-cgo), const TIOCSBRK = 536900731 +pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (openbsd-amd64-cgo), const TIOCSDTR = 536900729 +pkg syscall (openbsd-amd64-cgo), const TIOCSETA = 2150396948 +pkg syscall (openbsd-amd64-cgo), const TIOCSETAF = 2150396950 +pkg syscall (openbsd-amd64-cgo), const TIOCSETAW = 2150396949 +pkg syscall (openbsd-amd64-cgo), const TIOCSETD = 2147775515 +pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS = 2147775580 +pkg syscall (openbsd-amd64-cgo), const TIOCSIG = 2147775583 +pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (openbsd-amd64-cgo), const TIOCSTART = 536900718 +pkg syscall (openbsd-amd64-cgo), const TIOCSTAT = 2147775589 +pkg syscall (openbsd-amd64-cgo), const TIOCSTI = 2147578994 +pkg syscall (openbsd-amd64-cgo), const TIOCSTOP = 536900719 +pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP = 2148037722 +pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (openbsd-amd64-cgo), const TOSTOP = 4194304 +pkg syscall (openbsd-amd64-cgo), const VDISCARD = 15 +pkg syscall (openbsd-amd64-cgo), const VDSUSP = 11 +pkg syscall (openbsd-amd64-cgo), const VEOF = 0 +pkg syscall (openbsd-amd64-cgo), const VEOL = 1 +pkg syscall (openbsd-amd64-cgo), const VEOL2 = 2 +pkg syscall (openbsd-amd64-cgo), const VERASE = 3 +pkg syscall (openbsd-amd64-cgo), const VINTR = 8 +pkg syscall (openbsd-amd64-cgo), const VKILL = 5 +pkg syscall (openbsd-amd64-cgo), const VLNEXT = 14 +pkg syscall (openbsd-amd64-cgo), const VMIN = 16 +pkg syscall (openbsd-amd64-cgo), const VQUIT = 9 +pkg syscall (openbsd-amd64-cgo), const VREPRINT = 6 +pkg syscall (openbsd-amd64-cgo), const VSTART = 12 +pkg syscall (openbsd-amd64-cgo), const VSTATUS = 18 +pkg syscall (openbsd-amd64-cgo), const VSTOP = 13 +pkg syscall (openbsd-amd64-cgo), const VSUSP = 10 +pkg syscall (openbsd-amd64-cgo), const VTIME = 17 +pkg syscall (openbsd-amd64-cgo), const VWERASE = 4 +pkg syscall (openbsd-amd64-cgo), const WALTSIG = 4 +pkg syscall (openbsd-amd64-cgo), const WCONTINUED = 8 +pkg syscall (openbsd-amd64-cgo), const WCOREFLAG = 128 +pkg syscall (openbsd-amd64-cgo), const WNOHANG = 1 +pkg syscall (openbsd-amd64-cgo), const WSTOPPED = 127 +pkg syscall (openbsd-amd64-cgo), const WUNTRACED = 2 +pkg syscall (windows-386), const AF_INET6 = 23 +pkg syscall (windows-386), const AF_NETBIOS = 17 +pkg syscall (windows-386), const AI_CANONNAME = 2 +pkg syscall (windows-386), const AI_CANONNAME ideal-int +pkg syscall (windows-386), const AI_NUMERICHOST = 4 +pkg syscall (windows-386), const AI_NUMERICHOST ideal-int +pkg syscall (windows-386), const AI_PASSIVE = 1 +pkg syscall (windows-386), const AI_PASSIVE ideal-int +pkg syscall (windows-386), const APPLICATION_ERROR = 536870912 +pkg syscall (windows-386), const AUTHTYPE_CLIENT = 1 +pkg syscall (windows-386), const AUTHTYPE_SERVER = 2 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_NT_AUTH = 6 +pkg syscall (windows-386), const CERT_CHAIN_POLICY_SSL = 4 +pkg syscall (windows-386), const CERT_E_CN_NO_MATCH = 2148204815 +pkg syscall (windows-386), const CERT_E_EXPIRED = 2148204801 +pkg syscall (windows-386), const CERT_E_PURPOSE = 2148204806 +pkg syscall (windows-386), const CERT_E_ROLE = 2148204803 +pkg syscall (windows-386), const CERT_E_UNTRUSTEDROOT = 2148204809 +pkg syscall (windows-386), const CERT_STORE_ADD_ALWAYS = 4 +pkg syscall (windows-386), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4 +pkg syscall (windows-386), const CERT_STORE_PROV_MEMORY = 2 +pkg syscall (windows-386), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768 +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192 +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384 +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728 +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096 +pkg syscall (windows-386), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024 +pkg syscall (windows-386), const CERT_TRUST_INVALID_EXTENSION = 256 +pkg syscall (windows-386), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048 +pkg syscall (windows-386), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512 +pkg syscall (windows-386), const CERT_TRUST_IS_CYCLIC = 128 +pkg syscall (windows-386), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864 +pkg syscall (windows-386), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8 +pkg syscall (windows-386), const CERT_TRUST_IS_NOT_TIME_VALID = 1 +pkg syscall (windows-386), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16 +pkg syscall (windows-386), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216 +pkg syscall (windows-386), const CERT_TRUST_IS_REVOKED = 4 +pkg syscall (windows-386), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32 +pkg syscall (windows-386), const CERT_TRUST_NO_ERROR = 0 +pkg syscall (windows-386), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432 +pkg syscall (windows-386), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64 +pkg syscall (windows-386), const CREATE_ALWAYS = 2 +pkg syscall (windows-386), const CREATE_NEW = 1 +pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP = 512 +pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int +pkg syscall (windows-386), const CREATE_UNICODE_ENVIRONMENT = 1024 +pkg syscall (windows-386), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128 +pkg syscall (windows-386), const CRYPT_DELETEKEYSET = 16 +pkg syscall (windows-386), const CRYPT_MACHINE_KEYSET = 32 +pkg syscall (windows-386), const CRYPT_NEWKEYSET = 8 +pkg syscall (windows-386), const CRYPT_SILENT = 64 +pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT = 4026531840 +pkg syscall (windows-386), const CTRL_BREAK_EVENT = 1 +pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int +pkg syscall (windows-386), const CTRL_C_EVENT = 0 +pkg syscall (windows-386), const CTRL_C_EVENT ideal-int +pkg syscall (windows-386), const DNS_TYPE_A = 1 +pkg syscall (windows-386), const DNS_TYPE_A6 = 38 +pkg syscall (windows-386), const DNS_TYPE_AAAA = 28 +pkg syscall (windows-386), const DNS_TYPE_ADDRS = 248 +pkg syscall (windows-386), const DNS_TYPE_AFSDB = 18 +pkg syscall (windows-386), const DNS_TYPE_ALL = 255 +pkg syscall (windows-386), const DNS_TYPE_ANY = 255 +pkg syscall (windows-386), const DNS_TYPE_ATMA = 34 +pkg syscall (windows-386), const DNS_TYPE_AXFR = 252 +pkg syscall (windows-386), const DNS_TYPE_CERT = 37 +pkg syscall (windows-386), const DNS_TYPE_CNAME = 5 +pkg syscall (windows-386), const DNS_TYPE_DHCID = 49 +pkg syscall (windows-386), const DNS_TYPE_DNAME = 39 +pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48 +pkg syscall (windows-386), const DNS_TYPE_DS = 43 +pkg syscall (windows-386), const DNS_TYPE_EID = 31 +pkg syscall (windows-386), const DNS_TYPE_GID = 102 +pkg syscall (windows-386), const DNS_TYPE_GPOS = 27 +pkg syscall (windows-386), const DNS_TYPE_HINFO = 13 +pkg syscall (windows-386), const DNS_TYPE_ISDN = 20 +pkg syscall (windows-386), const DNS_TYPE_IXFR = 251 +pkg syscall (windows-386), const DNS_TYPE_KEY = 25 +pkg syscall (windows-386), const DNS_TYPE_KX = 36 +pkg syscall (windows-386), const DNS_TYPE_LOC = 29 +pkg syscall (windows-386), const DNS_TYPE_MAILA = 254 +pkg syscall (windows-386), const DNS_TYPE_MAILB = 253 +pkg syscall (windows-386), const DNS_TYPE_MB = 7 +pkg syscall (windows-386), const DNS_TYPE_MD = 3 +pkg syscall (windows-386), const DNS_TYPE_MF = 4 +pkg syscall (windows-386), const DNS_TYPE_MG = 8 +pkg syscall (windows-386), const DNS_TYPE_MINFO = 14 +pkg syscall (windows-386), const DNS_TYPE_MR = 9 +pkg syscall (windows-386), const DNS_TYPE_MX = 15 +pkg syscall (windows-386), const DNS_TYPE_NAPTR = 35 +pkg syscall (windows-386), const DNS_TYPE_NBSTAT = 65281 +pkg syscall (windows-386), const DNS_TYPE_NIMLOC = 32 +pkg syscall (windows-386), const DNS_TYPE_NS = 2 +pkg syscall (windows-386), const DNS_TYPE_NSAP = 22 +pkg syscall (windows-386), const DNS_TYPE_NSAPPTR = 23 +pkg syscall (windows-386), const DNS_TYPE_NSEC = 47 +pkg syscall (windows-386), const DNS_TYPE_NULL = 10 +pkg syscall (windows-386), const DNS_TYPE_NXT = 30 +pkg syscall (windows-386), const DNS_TYPE_OPT = 41 +pkg syscall (windows-386), const DNS_TYPE_PTR = 12 +pkg syscall (windows-386), const DNS_TYPE_PX = 26 +pkg syscall (windows-386), const DNS_TYPE_RP = 17 +pkg syscall (windows-386), const DNS_TYPE_RRSIG = 46 +pkg syscall (windows-386), const DNS_TYPE_RT = 21 +pkg syscall (windows-386), const DNS_TYPE_SIG = 24 +pkg syscall (windows-386), const DNS_TYPE_SINK = 40 +pkg syscall (windows-386), const DNS_TYPE_SOA = 6 +pkg syscall (windows-386), const DNS_TYPE_SRV = 33 +pkg syscall (windows-386), const DNS_TYPE_TEXT = 16 +pkg syscall (windows-386), const DNS_TYPE_TKEY = 249 +pkg syscall (windows-386), const DNS_TYPE_TSIG = 250 +pkg syscall (windows-386), const DNS_TYPE_UID = 101 +pkg syscall (windows-386), const DNS_TYPE_UINFO = 100 +pkg syscall (windows-386), const DNS_TYPE_UNSPEC = 103 +pkg syscall (windows-386), const DNS_TYPE_WINS = 65281 +pkg syscall (windows-386), const DNS_TYPE_WINSR = 65282 +pkg syscall (windows-386), const DNS_TYPE_WKS = 11 +pkg syscall (windows-386), const DNS_TYPE_X25 = 19 +pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE = 1 +pkg syscall (windows-386), const DUPLICATE_SAME_ACCESS = 2 +pkg syscall (windows-386), const E2BIG = 536870912 +pkg syscall (windows-386), const EACCES = 536870913 +pkg syscall (windows-386), const EADDRINUSE = 536870914 +pkg syscall (windows-386), const EADDRNOTAVAIL = 536870915 +pkg syscall (windows-386), const EADV = 536870916 +pkg syscall (windows-386), const EAFNOSUPPORT = 536870917 +pkg syscall (windows-386), const EAGAIN = 536870918 +pkg syscall (windows-386), const EALREADY = 536870919 +pkg syscall (windows-386), const EBADE = 536870920 +pkg syscall (windows-386), const EBADF = 536870921 +pkg syscall (windows-386), const EBADFD = 536870922 +pkg syscall (windows-386), const EBADMSG = 536870923 +pkg syscall (windows-386), const EBADR = 536870924 +pkg syscall (windows-386), const EBADRQC = 536870925 +pkg syscall (windows-386), const EBADSLT = 536870926 +pkg syscall (windows-386), const EBFONT = 536870927 +pkg syscall (windows-386), const EBUSY = 536870928 +pkg syscall (windows-386), const ECANCELED = 536870929 +pkg syscall (windows-386), const ECHILD = 536870930 +pkg syscall (windows-386), const ECHRNG = 536870931 +pkg syscall (windows-386), const ECOMM = 536870932 +pkg syscall (windows-386), const ECONNABORTED = 536870933 +pkg syscall (windows-386), const ECONNREFUSED = 536870934 +pkg syscall (windows-386), const ECONNRESET = 536870935 +pkg syscall (windows-386), const EDEADLK = 536870936 +pkg syscall (windows-386), const EDEADLOCK = 536870937 +pkg syscall (windows-386), const EDESTADDRREQ = 536870938 +pkg syscall (windows-386), const EDOM = 536870939 +pkg syscall (windows-386), const EDOTDOT = 536870940 +pkg syscall (windows-386), const EDQUOT = 536870941 +pkg syscall (windows-386), const EEXIST = 536870942 +pkg syscall (windows-386), const EFAULT = 536870943 +pkg syscall (windows-386), const EFBIG = 536870944 +pkg syscall (windows-386), const EHOSTDOWN = 536870945 +pkg syscall (windows-386), const EHOSTUNREACH = 536870946 +pkg syscall (windows-386), const EIDRM = 536870947 +pkg syscall (windows-386), const EILSEQ = 536870948 +pkg syscall (windows-386), const EINPROGRESS = 536870949 +pkg syscall (windows-386), const EINTR = 536870950 +pkg syscall (windows-386), const EINVAL = 536870951 +pkg syscall (windows-386), const EIO = 536870952 +pkg syscall (windows-386), const EISCONN = 536870953 +pkg syscall (windows-386), const EISDIR = 536870954 +pkg syscall (windows-386), const EISNAM = 536870955 +pkg syscall (windows-386), const EKEYEXPIRED = 536870956 +pkg syscall (windows-386), const EKEYREJECTED = 536870957 +pkg syscall (windows-386), const EKEYREVOKED = 536870958 +pkg syscall (windows-386), const EL2HLT = 536870959 +pkg syscall (windows-386), const EL2NSYNC = 536870960 +pkg syscall (windows-386), const EL3HLT = 536870961 +pkg syscall (windows-386), const EL3RST = 536870962 +pkg syscall (windows-386), const ELIBACC = 536870963 +pkg syscall (windows-386), const ELIBBAD = 536870964 +pkg syscall (windows-386), const ELIBEXEC = 536870965 +pkg syscall (windows-386), const ELIBMAX = 536870966 +pkg syscall (windows-386), const ELIBSCN = 536870967 +pkg syscall (windows-386), const ELNRNG = 536870968 +pkg syscall (windows-386), const ELOOP = 536870969 +pkg syscall (windows-386), const EMEDIUMTYPE = 536870970 +pkg syscall (windows-386), const EMFILE = 536870971 +pkg syscall (windows-386), const EMLINK = 536870972 +pkg syscall (windows-386), const EMSGSIZE = 536870973 +pkg syscall (windows-386), const EMULTIHOP = 536870974 +pkg syscall (windows-386), const ENAMETOOLONG = 536870975 +pkg syscall (windows-386), const ENAVAIL = 536870976 +pkg syscall (windows-386), const ENETDOWN = 536870977 +pkg syscall (windows-386), const ENETRESET = 536870978 +pkg syscall (windows-386), const ENETUNREACH = 536870979 +pkg syscall (windows-386), const ENFILE = 536870980 +pkg syscall (windows-386), const ENOANO = 536870981 +pkg syscall (windows-386), const ENOBUFS = 536870982 +pkg syscall (windows-386), const ENOCSI = 536870983 +pkg syscall (windows-386), const ENODATA = 536870984 +pkg syscall (windows-386), const ENODEV = 536870985 +pkg syscall (windows-386), const ENOEXEC = 536870986 +pkg syscall (windows-386), const ENOKEY = 536870987 +pkg syscall (windows-386), const ENOLCK = 536870988 +pkg syscall (windows-386), const ENOLINK = 536870989 +pkg syscall (windows-386), const ENOMEDIUM = 536870990 +pkg syscall (windows-386), const ENOMEM = 536870991 +pkg syscall (windows-386), const ENOMSG = 536870992 +pkg syscall (windows-386), const ENONET = 536870993 +pkg syscall (windows-386), const ENOPKG = 536870994 +pkg syscall (windows-386), const ENOPROTOOPT = 536870995 +pkg syscall (windows-386), const ENOSPC = 536870996 +pkg syscall (windows-386), const ENOSR = 536870997 +pkg syscall (windows-386), const ENOSTR = 536870998 +pkg syscall (windows-386), const ENOSYS = 536870999 +pkg syscall (windows-386), const ENOTBLK = 536871000 +pkg syscall (windows-386), const ENOTCONN = 536871001 +pkg syscall (windows-386), const ENOTDIR = 3 +pkg syscall (windows-386), const ENOTEMPTY = 536871002 +pkg syscall (windows-386), const ENOTNAM = 536871003 +pkg syscall (windows-386), const ENOTRECOVERABLE = 536871004 +pkg syscall (windows-386), const ENOTSOCK = 536871005 +pkg syscall (windows-386), const ENOTSUP = 536871006 +pkg syscall (windows-386), const ENOTTY = 536871007 +pkg syscall (windows-386), const ENOTUNIQ = 536871008 +pkg syscall (windows-386), const ENXIO = 536871009 +pkg syscall (windows-386), const EOPNOTSUPP = 536871010 +pkg syscall (windows-386), const EOVERFLOW = 536871011 +pkg syscall (windows-386), const EOWNERDEAD = 536871012 +pkg syscall (windows-386), const EPERM = 536871013 +pkg syscall (windows-386), const EPFNOSUPPORT = 536871014 +pkg syscall (windows-386), const EPIPE = 536871015 +pkg syscall (windows-386), const EPROTO = 536871016 +pkg syscall (windows-386), const EPROTONOSUPPORT = 536871017 +pkg syscall (windows-386), const EPROTOTYPE = 536871018 +pkg syscall (windows-386), const ERANGE = 536871019 +pkg syscall (windows-386), const EREMCHG = 536871020 +pkg syscall (windows-386), const EREMOTE = 536871021 +pkg syscall (windows-386), const EREMOTEIO = 536871022 +pkg syscall (windows-386), const ERESTART = 536871023 +pkg syscall (windows-386), const EROFS = 536871024 +pkg syscall (windows-386), const ERROR_ACCESS_DENIED = 5 +pkg syscall (windows-386), const ERROR_ALREADY_EXISTS = 183 +pkg syscall (windows-386), const ERROR_BROKEN_PIPE = 109 +pkg syscall (windows-386), const ERROR_BUFFER_OVERFLOW = 111 +pkg syscall (windows-386), const ERROR_ENVVAR_NOT_FOUND = 203 +pkg syscall (windows-386), const ERROR_FILE_EXISTS = 80 +pkg syscall (windows-386), const ERROR_FILE_NOT_FOUND = 2 +pkg syscall (windows-386), const ERROR_INSUFFICIENT_BUFFER = 122 +pkg syscall (windows-386), const ERROR_IO_PENDING = 997 +pkg syscall (windows-386), const ERROR_MOD_NOT_FOUND = 126 +pkg syscall (windows-386), const ERROR_NOT_FOUND = 1168 +pkg syscall (windows-386), const ERROR_NOT_FOUND Errno +pkg syscall (windows-386), const ERROR_NO_MORE_FILES = 18 +pkg syscall (windows-386), const ERROR_OPERATION_ABORTED = 995 +pkg syscall (windows-386), const ERROR_PATH_NOT_FOUND = 3 +pkg syscall (windows-386), const ERROR_PROC_NOT_FOUND = 127 +pkg syscall (windows-386), const ESHUTDOWN = 536871025 +pkg syscall (windows-386), const ESOCKTNOSUPPORT = 536871026 +pkg syscall (windows-386), const ESPIPE = 536871027 +pkg syscall (windows-386), const ESRCH = 536871028 +pkg syscall (windows-386), const ESRMNT = 536871029 +pkg syscall (windows-386), const ESTALE = 536871030 +pkg syscall (windows-386), const ESTRPIPE = 536871031 +pkg syscall (windows-386), const ETIME = 536871032 +pkg syscall (windows-386), const ETIMEDOUT = 536871033 +pkg syscall (windows-386), const ETOOMANYREFS = 536871034 +pkg syscall (windows-386), const ETXTBSY = 536871035 +pkg syscall (windows-386), const EUCLEAN = 536871036 +pkg syscall (windows-386), const EUNATCH = 536871037 +pkg syscall (windows-386), const EUSERS = 536871038 +pkg syscall (windows-386), const EWINDOWS = 536871042 +pkg syscall (windows-386), const EWOULDBLOCK = 536871039 +pkg syscall (windows-386), const EXDEV = 536871040 +pkg syscall (windows-386), const EXFULL = 536871041 +pkg syscall (windows-386), const FILE_ACTION_ADDED = 1 +pkg syscall (windows-386), const FILE_ACTION_MODIFIED = 3 +pkg syscall (windows-386), const FILE_ACTION_REMOVED = 2 +pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME = 5 +pkg syscall (windows-386), const FILE_ACTION_RENAMED_OLD_NAME = 4 +pkg syscall (windows-386), const FILE_APPEND_DATA = 4 +pkg syscall (windows-386), const FILE_ATTRIBUTE_ARCHIVE = 32 +pkg syscall (windows-386), const FILE_ATTRIBUTE_DIRECTORY = 16 +pkg syscall (windows-386), const FILE_ATTRIBUTE_HIDDEN = 2 +pkg syscall (windows-386), const FILE_ATTRIBUTE_NORMAL = 128 +pkg syscall (windows-386), const FILE_ATTRIBUTE_READONLY = 1 +pkg syscall (windows-386), const FILE_ATTRIBUTE_SYSTEM = 4 +pkg syscall (windows-386), const FILE_BEGIN = 0 +pkg syscall (windows-386), const FILE_CURRENT = 1 +pkg syscall (windows-386), const FILE_END = 2 +pkg syscall (windows-386), const FILE_FLAG_BACKUP_SEMANTICS = 33554432 +pkg syscall (windows-386), const FILE_FLAG_OVERLAPPED = 1073741824 +pkg syscall (windows-386), const FILE_LIST_DIRECTORY = 1 +pkg syscall (windows-386), const FILE_MAP_COPY = 1 +pkg syscall (windows-386), const FILE_MAP_EXECUTE = 32 +pkg syscall (windows-386), const FILE_MAP_READ = 4 +pkg syscall (windows-386), const FILE_MAP_WRITE = 2 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION = 64 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME = 2 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME = 1 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16 +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8 +pkg syscall (windows-386), const FILE_SHARE_DELETE = 4 +pkg syscall (windows-386), const FILE_SHARE_READ = 1 +pkg syscall (windows-386), const FILE_SHARE_WRITE = 2 +pkg syscall (windows-386), const FILE_TYPE_CHAR = 2 +pkg syscall (windows-386), const FILE_TYPE_DISK = 1 +pkg syscall (windows-386), const FILE_TYPE_PIPE = 3 +pkg syscall (windows-386), const FILE_TYPE_REMOTE = 32768 +pkg syscall (windows-386), const FILE_TYPE_UNKNOWN = 0 +pkg syscall (windows-386), const FILE_WRITE_ATTRIBUTES = 256 +pkg syscall (windows-386), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256 +pkg syscall (windows-386), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192 +pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_HMODULE = 2048 +pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_STRING = 1024 +pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_SYSTEM = 4096 +pkg syscall (windows-386), const FORMAT_MESSAGE_IGNORE_INSERTS = 512 +pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255 +pkg syscall (windows-386), const GENERIC_ALL = 268435456 +pkg syscall (windows-386), const GENERIC_EXECUTE = 536870912 +pkg syscall (windows-386), const GENERIC_READ = 2147483648 +pkg syscall (windows-386), const GENERIC_WRITE = 1073741824 +pkg syscall (windows-386), const GetFileExInfoStandard = 0 +pkg syscall (windows-386), const GetFileExMaxInfoLevel = 1 +pkg syscall (windows-386), const HANDLE_FLAG_INHERIT = 1 +pkg syscall (windows-386), const HKEY_CLASSES_ROOT = 2147483648 +pkg syscall (windows-386), const HKEY_CURRENT_CONFIG = 2147483653 +pkg syscall (windows-386), const HKEY_CURRENT_USER = 2147483649 +pkg syscall (windows-386), const HKEY_DYN_DATA = 2147483654 +pkg syscall (windows-386), const HKEY_LOCAL_MACHINE = 2147483650 +pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA = 2147483652 +pkg syscall (windows-386), const HKEY_USERS = 2147483651 +pkg syscall (windows-386), const IFF_LOOPBACK = 4 +pkg syscall (windows-386), const IFF_MULTICAST = 16 +pkg syscall (windows-386), const IFF_POINTTOPOINT = 8 +pkg syscall (windows-386), const IGNORE = 0 +pkg syscall (windows-386), const INFINITE = 4294967295 +pkg syscall (windows-386), const INVALID_FILE_ATTRIBUTES = 4294967295 +pkg syscall (windows-386), const IOC_IN = 2147483648 +pkg syscall (windows-386), const IOC_IN ideal-int +pkg syscall (windows-386), const IOC_INOUT = 3221225472 +pkg syscall (windows-386), const IOC_INOUT ideal-int +pkg syscall (windows-386), const IOC_OUT = 1073741824 +pkg syscall (windows-386), const IOC_OUT ideal-int +pkg syscall (windows-386), const IOC_WS2 = 134217728 +pkg syscall (windows-386), const IOC_WS2 ideal-int +pkg syscall (windows-386), const IPV6_JOIN_GROUP = 12 +pkg syscall (windows-386), const IPV6_LEAVE_GROUP = 13 +pkg syscall (windows-386), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (windows-386), const IPV6_MULTICAST_IF = 9 +pkg syscall (windows-386), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (windows-386), const IPV6_UNICAST_HOPS = 4 +pkg syscall (windows-386), const IPV6_V6ONLY = 27 +pkg syscall (windows-386), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (windows-386), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (windows-386), const IP_MULTICAST_IF = 9 +pkg syscall (windows-386), const IP_MULTICAST_LOOP = 11 +pkg syscall (windows-386), const IP_MULTICAST_TTL = 10 +pkg syscall (windows-386), const IP_TOS = 3 +pkg syscall (windows-386), const IP_TTL = 4 +pkg syscall (windows-386), const ImplementsGetwd = true +pkg syscall (windows-386), const InvalidHandle = 4294967295 +pkg syscall (windows-386), const KEY_ALL_ACCESS = 983103 +pkg syscall (windows-386), const KEY_CREATE_LINK = 32 +pkg syscall (windows-386), const KEY_CREATE_SUB_KEY = 4 +pkg syscall (windows-386), const KEY_ENUMERATE_SUB_KEYS = 8 +pkg syscall (windows-386), const KEY_EXECUTE = 131097 +pkg syscall (windows-386), const KEY_NOTIFY = 16 +pkg syscall (windows-386), const KEY_QUERY_VALUE = 1 +pkg syscall (windows-386), const KEY_READ = 131097 +pkg syscall (windows-386), const KEY_SET_VALUE = 2 +pkg syscall (windows-386), const KEY_WOW64_32KEY = 512 +pkg syscall (windows-386), const KEY_WOW64_64KEY = 256 +pkg syscall (windows-386), const KEY_WRITE = 131078 +pkg syscall (windows-386), const LANG_ENGLISH = 9 +pkg syscall (windows-386), const MAXLEN_IFDESCR = 256 +pkg syscall (windows-386), const MAXLEN_PHYSADDR = 8 +pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH = 8 +pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128 +pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH = 256 +pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH = 15 +pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256 +pkg syscall (windows-386), const MAX_LONG_PATH = 32768 +pkg syscall (windows-386), const MAX_PATH = 260 +pkg syscall (windows-386), const MaxTokenInfoClass = 29 +pkg syscall (windows-386), const NameCanonical = 7 +pkg syscall (windows-386), const NameCanonicalEx = 9 +pkg syscall (windows-386), const NameDisplay = 3 +pkg syscall (windows-386), const NameDnsDomain = 12 +pkg syscall (windows-386), const NameFullyQualifiedDN = 1 +pkg syscall (windows-386), const NameSamCompatible = 2 +pkg syscall (windows-386), const NameServicePrincipal = 10 +pkg syscall (windows-386), const NameUniqueId = 6 +pkg syscall (windows-386), const NameUnknown = 0 +pkg syscall (windows-386), const NameUserPrincipal = 8 +pkg syscall (windows-386), const OPEN_ALWAYS = 4 +pkg syscall (windows-386), const OPEN_EXISTING = 3 +pkg syscall (windows-386), const O_APPEND = 1024 +pkg syscall (windows-386), const O_ASYNC = 8192 +pkg syscall (windows-386), const O_CLOEXEC = 524288 +pkg syscall (windows-386), const O_CREAT = 64 +pkg syscall (windows-386), const O_EXCL = 128 +pkg syscall (windows-386), const O_NOCTTY = 256 +pkg syscall (windows-386), const O_NONBLOCK = 2048 +pkg syscall (windows-386), const O_SYNC = 4096 +pkg syscall (windows-386), const O_TRUNC = 512 +pkg syscall (windows-386), const PAGE_EXECUTE_READ = 32 +pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE = 64 +pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY = 128 +pkg syscall (windows-386), const PAGE_READONLY = 2 +pkg syscall (windows-386), const PAGE_READWRITE = 4 +pkg syscall (windows-386), const PAGE_WRITECOPY = 8 +pkg syscall (windows-386), const PKCS_7_ASN_ENCODING = 65536 +pkg syscall (windows-386), const PROCESS_QUERY_INFORMATION = 1024 +pkg syscall (windows-386), const PROV_DH_SCHANNEL = 18 +pkg syscall (windows-386), const PROV_DSS = 3 +pkg syscall (windows-386), const PROV_DSS_DH = 13 +pkg syscall (windows-386), const PROV_EC_ECDSA_FULL = 16 +pkg syscall (windows-386), const PROV_EC_ECDSA_SIG = 14 +pkg syscall (windows-386), const PROV_EC_ECNRA_FULL = 17 +pkg syscall (windows-386), const PROV_EC_ECNRA_SIG = 15 +pkg syscall (windows-386), const PROV_FORTEZZA = 4 +pkg syscall (windows-386), const PROV_INTEL_SEC = 22 +pkg syscall (windows-386), const PROV_MS_EXCHANGE = 5 +pkg syscall (windows-386), const PROV_REPLACE_OWF = 23 +pkg syscall (windows-386), const PROV_RNG = 21 +pkg syscall (windows-386), const PROV_RSA_AES = 24 +pkg syscall (windows-386), const PROV_RSA_FULL = 1 +pkg syscall (windows-386), const PROV_RSA_SCHANNEL = 12 +pkg syscall (windows-386), const PROV_RSA_SIG = 2 +pkg syscall (windows-386), const PROV_SPYRUS_LYNKS = 20 +pkg syscall (windows-386), const PROV_SSL = 6 +pkg syscall (windows-386), const REG_BINARY = 3 +pkg syscall (windows-386), const REG_DWORD = 4 +pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5 +pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4 +pkg syscall (windows-386), const REG_EXPAND_SZ = 2 +pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9 +pkg syscall (windows-386), const REG_LINK = 6 +pkg syscall (windows-386), const REG_MULTI_SZ = 7 +pkg syscall (windows-386), const REG_NONE = 0 +pkg syscall (windows-386), const REG_QWORD = 11 +pkg syscall (windows-386), const REG_QWORD_LITTLE_ENDIAN = 11 +pkg syscall (windows-386), const REG_RESOURCE_LIST = 8 +pkg syscall (windows-386), const REG_RESOURCE_REQUIREMENTS_LIST = 10 +pkg syscall (windows-386), const REG_SZ = 1 +pkg syscall (windows-386), const SIGBUS = 7 +pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206 +pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int +pkg syscall (windows-386), const SIO_GET_INTERFACE_LIST = 1074033791 +pkg syscall (windows-386), const SOL_SOCKET = 65535 +pkg syscall (windows-386), const SOMAXCONN = 2147483647 +pkg syscall (windows-386), const SO_BROADCAST = 32 +pkg syscall (windows-386), const SO_DONTROUTE = 16 +pkg syscall (windows-386), const SO_KEEPALIVE = 8 +pkg syscall (windows-386), const SO_LINGER = 128 +pkg syscall (windows-386), const SO_RCVBUF = 4098 +pkg syscall (windows-386), const SO_REUSEADDR = 4 +pkg syscall (windows-386), const SO_SNDBUF = 4097 +pkg syscall (windows-386), const SO_UPDATE_ACCEPT_CONTEXT = 28683 +pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT = 28688 +pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT ideal-int +pkg syscall (windows-386), const STANDARD_RIGHTS_ALL = 2031616 +pkg syscall (windows-386), const STANDARD_RIGHTS_EXECUTE = 131072 +pkg syscall (windows-386), const STANDARD_RIGHTS_READ = 131072 +pkg syscall (windows-386), const STANDARD_RIGHTS_REQUIRED = 983040 +pkg syscall (windows-386), const STANDARD_RIGHTS_WRITE = 131072 +pkg syscall (windows-386), const STARTF_USESHOWWINDOW = 1 +pkg syscall (windows-386), const STARTF_USESTDHANDLES = 256 +pkg syscall (windows-386), const STD_ERROR_HANDLE = -12 +pkg syscall (windows-386), const STD_INPUT_HANDLE = -10 +pkg syscall (windows-386), const STD_OUTPUT_HANDLE = -11 +pkg syscall (windows-386), const SUBLANG_ENGLISH_US = 1 +pkg syscall (windows-386), const SW_FORCEMINIMIZE = 11 +pkg syscall (windows-386), const SW_HIDE = 0 +pkg syscall (windows-386), const SW_MAXIMIZE = 3 +pkg syscall (windows-386), const SW_MINIMIZE = 6 +pkg syscall (windows-386), const SW_NORMAL = 1 +pkg syscall (windows-386), const SW_RESTORE = 9 +pkg syscall (windows-386), const SW_SHOW = 5 +pkg syscall (windows-386), const SW_SHOWDEFAULT = 10 +pkg syscall (windows-386), const SW_SHOWMAXIMIZED = 3 +pkg syscall (windows-386), const SW_SHOWMINIMIZED = 2 +pkg syscall (windows-386), const SW_SHOWMINNOACTIVE = 7 +pkg syscall (windows-386), const SW_SHOWNA = 8 +pkg syscall (windows-386), const SW_SHOWNOACTIVATE = 4 +pkg syscall (windows-386), const SW_SHOWNORMAL = 1 +pkg syscall (windows-386), const SYNCHRONIZE = 1048576 +pkg syscall (windows-386), const S_IFMT = 126976 +pkg syscall (windows-386), const S_IWRITE = 128 +pkg syscall (windows-386), const SidTypeAlias = 4 +pkg syscall (windows-386), const SidTypeComputer = 9 +pkg syscall (windows-386), const SidTypeDeletedAccount = 6 +pkg syscall (windows-386), const SidTypeDomain = 3 +pkg syscall (windows-386), const SidTypeGroup = 2 +pkg syscall (windows-386), const SidTypeInvalid = 7 +pkg syscall (windows-386), const SidTypeLabel = 10 +pkg syscall (windows-386), const SidTypeUnknown = 8 +pkg syscall (windows-386), const SidTypeUser = 1 +pkg syscall (windows-386), const SidTypeWellKnownGroup = 5 +pkg syscall (windows-386), const TF_DISCONNECT = 1 +pkg syscall (windows-386), const TF_REUSE_SOCKET = 2 +pkg syscall (windows-386), const TF_USE_DEFAULT_WORKER = 0 +pkg syscall (windows-386), const TF_USE_KERNEL_APC = 32 +pkg syscall (windows-386), const TF_USE_SYSTEM_THREAD = 16 +pkg syscall (windows-386), const TF_WRITE_BEHIND = 4 +pkg syscall (windows-386), const TIME_ZONE_ID_DAYLIGHT = 2 +pkg syscall (windows-386), const TIME_ZONE_ID_STANDARD = 1 +pkg syscall (windows-386), const TIME_ZONE_ID_UNKNOWN = 0 +pkg syscall (windows-386), const TOKEN_ADJUST_DEFAULT = 128 +pkg syscall (windows-386), const TOKEN_ADJUST_GROUPS = 64 +pkg syscall (windows-386), const TOKEN_ADJUST_PRIVILEGES = 32 +pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295 +pkg syscall (windows-386), const TOKEN_ASSIGN_PRIMARY = 1 +pkg syscall (windows-386), const TOKEN_DUPLICATE = 2 +pkg syscall (windows-386), const TOKEN_EXECUTE = 131072 +pkg syscall (windows-386), const TOKEN_IMPERSONATE = 4 +pkg syscall (windows-386), const TOKEN_QUERY = 8 +pkg syscall (windows-386), const TOKEN_QUERY_SOURCE = 16 +pkg syscall (windows-386), const TOKEN_READ = 131080 +pkg syscall (windows-386), const TOKEN_WRITE = 131296 +pkg syscall (windows-386), const TRUNCATE_EXISTING = 5 +pkg syscall (windows-386), const TokenAccessInformation = 22 +pkg syscall (windows-386), const TokenAuditPolicy = 16 +pkg syscall (windows-386), const TokenDefaultDacl = 6 +pkg syscall (windows-386), const TokenElevation = 20 +pkg syscall (windows-386), const TokenElevationType = 18 +pkg syscall (windows-386), const TokenGroups = 2 +pkg syscall (windows-386), const TokenGroupsAndPrivileges = 13 +pkg syscall (windows-386), const TokenHasRestrictions = 21 +pkg syscall (windows-386), const TokenImpersonationLevel = 9 +pkg syscall (windows-386), const TokenIntegrityLevel = 25 +pkg syscall (windows-386), const TokenLinkedToken = 19 +pkg syscall (windows-386), const TokenLogonSid = 28 +pkg syscall (windows-386), const TokenMandatoryPolicy = 27 +pkg syscall (windows-386), const TokenOrigin = 17 +pkg syscall (windows-386), const TokenOwner = 4 +pkg syscall (windows-386), const TokenPrimaryGroup = 5 +pkg syscall (windows-386), const TokenPrivileges = 3 +pkg syscall (windows-386), const TokenRestrictedSids = 11 +pkg syscall (windows-386), const TokenSandBoxInert = 15 +pkg syscall (windows-386), const TokenSessionId = 12 +pkg syscall (windows-386), const TokenSessionReference = 14 +pkg syscall (windows-386), const TokenSource = 7 +pkg syscall (windows-386), const TokenStatistics = 10 +pkg syscall (windows-386), const TokenType = 8 +pkg syscall (windows-386), const TokenUIAccess = 26 +pkg syscall (windows-386), const TokenUser = 1 +pkg syscall (windows-386), const TokenVirtualizationAllowed = 23 +pkg syscall (windows-386), const TokenVirtualizationEnabled = 24 +pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND = 0 +pkg syscall (windows-386), const USAGE_MATCH_TYPE_OR = 1 +pkg syscall (windows-386), const WAIT_ABANDONED = 128 +pkg syscall (windows-386), const WAIT_FAILED = 4294967295 +pkg syscall (windows-386), const WAIT_OBJECT_0 = 0 +pkg syscall (windows-386), const WAIT_TIMEOUT = 258 +pkg syscall (windows-386), const WSADESCRIPTION_LEN = 256 +pkg syscall (windows-386), const WSASYS_STATUS_LEN = 128 +pkg syscall (windows-386), const X509_ASN_ENCODING = 1 +pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error +pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error +pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW) +pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error +pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error +pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32) error +pkg syscall (windows-386), func LoadCancelIoEx() error +pkg syscall (windows-386), func LoadConnectEx() error +pkg syscall (windows-386), func LoadGetAddrInfo() error +pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-386), func UTF16FromString(string) ([]uint16, error) +pkg syscall (windows-386), func UTF16PtrFromString(string) (*uint16, error) +pkg syscall (windows-386), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-386), type AddrinfoW struct +pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr +pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr +pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16 +pkg syscall (windows-386), type AddrinfoW struct, Family int32 +pkg syscall (windows-386), type AddrinfoW struct, Flags int32 +pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW +pkg syscall (windows-386), type AddrinfoW struct, Protocol int32 +pkg syscall (windows-386), type AddrinfoW struct, Socktype int32 +pkg syscall (windows-386), type GUID struct +pkg syscall (windows-386), type GUID struct, Data1 uint32 +pkg syscall (windows-386), type GUID struct, Data2 uint16 +pkg syscall (windows-386), type GUID struct, Data3 uint16 +pkg syscall (windows-386), type GUID struct, Data4 [8]uint8 +pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32 +pkg syscall (windows-386), var WSAID_CONNECTEX GUID +pkg syscall (windows-amd64), const AF_INET6 = 23 +pkg syscall (windows-amd64), const AF_NETBIOS = 17 +pkg syscall (windows-amd64), const AI_CANONNAME = 2 +pkg syscall (windows-amd64), const AI_CANONNAME ideal-int +pkg syscall (windows-amd64), const AI_NUMERICHOST = 4 +pkg syscall (windows-amd64), const AI_NUMERICHOST ideal-int +pkg syscall (windows-amd64), const AI_PASSIVE = 1 +pkg syscall (windows-amd64), const AI_PASSIVE ideal-int +pkg syscall (windows-amd64), const APPLICATION_ERROR = 536870912 +pkg syscall (windows-amd64), const AUTHTYPE_CLIENT = 1 +pkg syscall (windows-amd64), const AUTHTYPE_SERVER = 2 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE = 2 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASE = 1 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_EV = 8 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_NT_AUTH = 6 +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_SSL = 4 +pkg syscall (windows-amd64), const CERT_E_CN_NO_MATCH = 2148204815 +pkg syscall (windows-amd64), const CERT_E_EXPIRED = 2148204801 +pkg syscall (windows-amd64), const CERT_E_PURPOSE = 2148204806 +pkg syscall (windows-amd64), const CERT_E_ROLE = 2148204803 +pkg syscall (windows-amd64), const CERT_E_UNTRUSTEDROOT = 2148204809 +pkg syscall (windows-amd64), const CERT_STORE_ADD_ALWAYS = 4 +pkg syscall (windows-amd64), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4 +pkg syscall (windows-amd64), const CERT_STORE_PROV_MEMORY = 2 +pkg syscall (windows-amd64), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768 +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192 +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384 +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728 +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096 +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024 +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_EXTENSION = 256 +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048 +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512 +pkg syscall (windows-amd64), const CERT_TRUST_IS_CYCLIC = 128 +pkg syscall (windows-amd64), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864 +pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8 +pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_TIME_VALID = 1 +pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16 +pkg syscall (windows-amd64), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216 +pkg syscall (windows-amd64), const CERT_TRUST_IS_REVOKED = 4 +pkg syscall (windows-amd64), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32 +pkg syscall (windows-amd64), const CERT_TRUST_NO_ERROR = 0 +pkg syscall (windows-amd64), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432 +pkg syscall (windows-amd64), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64 +pkg syscall (windows-amd64), const CREATE_ALWAYS = 2 +pkg syscall (windows-amd64), const CREATE_NEW = 1 +pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP = 512 +pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int +pkg syscall (windows-amd64), const CREATE_UNICODE_ENVIRONMENT = 1024 +pkg syscall (windows-amd64), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128 +pkg syscall (windows-amd64), const CRYPT_DELETEKEYSET = 16 +pkg syscall (windows-amd64), const CRYPT_MACHINE_KEYSET = 32 +pkg syscall (windows-amd64), const CRYPT_NEWKEYSET = 8 +pkg syscall (windows-amd64), const CRYPT_SILENT = 64 +pkg syscall (windows-amd64), const CRYPT_VERIFYCONTEXT = 4026531840 +pkg syscall (windows-amd64), const CTRL_BREAK_EVENT = 1 +pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int +pkg syscall (windows-amd64), const CTRL_C_EVENT = 0 +pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_A = 1 +pkg syscall (windows-amd64), const DNS_TYPE_A6 = 38 +pkg syscall (windows-amd64), const DNS_TYPE_AAAA = 28 +pkg syscall (windows-amd64), const DNS_TYPE_ADDRS = 248 +pkg syscall (windows-amd64), const DNS_TYPE_AFSDB = 18 +pkg syscall (windows-amd64), const DNS_TYPE_ALL = 255 +pkg syscall (windows-amd64), const DNS_TYPE_ANY = 255 +pkg syscall (windows-amd64), const DNS_TYPE_ATMA = 34 +pkg syscall (windows-amd64), const DNS_TYPE_AXFR = 252 +pkg syscall (windows-amd64), const DNS_TYPE_CERT = 37 +pkg syscall (windows-amd64), const DNS_TYPE_CNAME = 5 +pkg syscall (windows-amd64), const DNS_TYPE_DHCID = 49 +pkg syscall (windows-amd64), const DNS_TYPE_DNAME = 39 +pkg syscall (windows-amd64), const DNS_TYPE_DNSKEY = 48 +pkg syscall (windows-amd64), const DNS_TYPE_DS = 43 +pkg syscall (windows-amd64), const DNS_TYPE_EID = 31 +pkg syscall (windows-amd64), const DNS_TYPE_GID = 102 +pkg syscall (windows-amd64), const DNS_TYPE_GPOS = 27 +pkg syscall (windows-amd64), const DNS_TYPE_HINFO = 13 +pkg syscall (windows-amd64), const DNS_TYPE_ISDN = 20 +pkg syscall (windows-amd64), const DNS_TYPE_IXFR = 251 +pkg syscall (windows-amd64), const DNS_TYPE_KEY = 25 +pkg syscall (windows-amd64), const DNS_TYPE_KX = 36 +pkg syscall (windows-amd64), const DNS_TYPE_LOC = 29 +pkg syscall (windows-amd64), const DNS_TYPE_MAILA = 254 +pkg syscall (windows-amd64), const DNS_TYPE_MAILB = 253 +pkg syscall (windows-amd64), const DNS_TYPE_MB = 7 +pkg syscall (windows-amd64), const DNS_TYPE_MD = 3 +pkg syscall (windows-amd64), const DNS_TYPE_MF = 4 +pkg syscall (windows-amd64), const DNS_TYPE_MG = 8 +pkg syscall (windows-amd64), const DNS_TYPE_MINFO = 14 +pkg syscall (windows-amd64), const DNS_TYPE_MR = 9 +pkg syscall (windows-amd64), const DNS_TYPE_MX = 15 +pkg syscall (windows-amd64), const DNS_TYPE_NAPTR = 35 +pkg syscall (windows-amd64), const DNS_TYPE_NBSTAT = 65281 +pkg syscall (windows-amd64), const DNS_TYPE_NIMLOC = 32 +pkg syscall (windows-amd64), const DNS_TYPE_NS = 2 +pkg syscall (windows-amd64), const DNS_TYPE_NSAP = 22 +pkg syscall (windows-amd64), const DNS_TYPE_NSAPPTR = 23 +pkg syscall (windows-amd64), const DNS_TYPE_NSEC = 47 +pkg syscall (windows-amd64), const DNS_TYPE_NULL = 10 +pkg syscall (windows-amd64), const DNS_TYPE_NXT = 30 +pkg syscall (windows-amd64), const DNS_TYPE_OPT = 41 +pkg syscall (windows-amd64), const DNS_TYPE_PTR = 12 +pkg syscall (windows-amd64), const DNS_TYPE_PX = 26 +pkg syscall (windows-amd64), const DNS_TYPE_RP = 17 +pkg syscall (windows-amd64), const DNS_TYPE_RRSIG = 46 +pkg syscall (windows-amd64), const DNS_TYPE_RT = 21 +pkg syscall (windows-amd64), const DNS_TYPE_SIG = 24 +pkg syscall (windows-amd64), const DNS_TYPE_SINK = 40 +pkg syscall (windows-amd64), const DNS_TYPE_SOA = 6 +pkg syscall (windows-amd64), const DNS_TYPE_SRV = 33 +pkg syscall (windows-amd64), const DNS_TYPE_TEXT = 16 +pkg syscall (windows-amd64), const DNS_TYPE_TKEY = 249 +pkg syscall (windows-amd64), const DNS_TYPE_TSIG = 250 +pkg syscall (windows-amd64), const DNS_TYPE_UID = 101 +pkg syscall (windows-amd64), const DNS_TYPE_UINFO = 100 +pkg syscall (windows-amd64), const DNS_TYPE_UNSPEC = 103 +pkg syscall (windows-amd64), const DNS_TYPE_WINS = 65281 +pkg syscall (windows-amd64), const DNS_TYPE_WINSR = 65282 +pkg syscall (windows-amd64), const DNS_TYPE_WKS = 11 +pkg syscall (windows-amd64), const DNS_TYPE_X25 = 19 +pkg syscall (windows-amd64), const DUPLICATE_CLOSE_SOURCE = 1 +pkg syscall (windows-amd64), const DUPLICATE_SAME_ACCESS = 2 +pkg syscall (windows-amd64), const E2BIG = 536870912 +pkg syscall (windows-amd64), const EACCES = 536870913 +pkg syscall (windows-amd64), const EADDRINUSE = 536870914 +pkg syscall (windows-amd64), const EADDRNOTAVAIL = 536870915 +pkg syscall (windows-amd64), const EADV = 536870916 +pkg syscall (windows-amd64), const EAFNOSUPPORT = 536870917 +pkg syscall (windows-amd64), const EAGAIN = 536870918 +pkg syscall (windows-amd64), const EALREADY = 536870919 +pkg syscall (windows-amd64), const EBADE = 536870920 +pkg syscall (windows-amd64), const EBADF = 536870921 +pkg syscall (windows-amd64), const EBADFD = 536870922 +pkg syscall (windows-amd64), const EBADMSG = 536870923 +pkg syscall (windows-amd64), const EBADR = 536870924 +pkg syscall (windows-amd64), const EBADRQC = 536870925 +pkg syscall (windows-amd64), const EBADSLT = 536870926 +pkg syscall (windows-amd64), const EBFONT = 536870927 +pkg syscall (windows-amd64), const EBUSY = 536870928 +pkg syscall (windows-amd64), const ECANCELED = 536870929 +pkg syscall (windows-amd64), const ECHILD = 536870930 +pkg syscall (windows-amd64), const ECHRNG = 536870931 +pkg syscall (windows-amd64), const ECOMM = 536870932 +pkg syscall (windows-amd64), const ECONNABORTED = 536870933 +pkg syscall (windows-amd64), const ECONNREFUSED = 536870934 +pkg syscall (windows-amd64), const ECONNRESET = 536870935 +pkg syscall (windows-amd64), const EDEADLK = 536870936 +pkg syscall (windows-amd64), const EDEADLOCK = 536870937 +pkg syscall (windows-amd64), const EDESTADDRREQ = 536870938 +pkg syscall (windows-amd64), const EDOM = 536870939 +pkg syscall (windows-amd64), const EDOTDOT = 536870940 +pkg syscall (windows-amd64), const EDQUOT = 536870941 +pkg syscall (windows-amd64), const EEXIST = 536870942 +pkg syscall (windows-amd64), const EFAULT = 536870943 +pkg syscall (windows-amd64), const EFBIG = 536870944 +pkg syscall (windows-amd64), const EHOSTDOWN = 536870945 +pkg syscall (windows-amd64), const EHOSTUNREACH = 536870946 +pkg syscall (windows-amd64), const EIDRM = 536870947 +pkg syscall (windows-amd64), const EILSEQ = 536870948 +pkg syscall (windows-amd64), const EINPROGRESS = 536870949 +pkg syscall (windows-amd64), const EINTR = 536870950 +pkg syscall (windows-amd64), const EINVAL = 536870951 +pkg syscall (windows-amd64), const EIO = 536870952 +pkg syscall (windows-amd64), const EISCONN = 536870953 +pkg syscall (windows-amd64), const EISDIR = 536870954 +pkg syscall (windows-amd64), const EISNAM = 536870955 +pkg syscall (windows-amd64), const EKEYEXPIRED = 536870956 +pkg syscall (windows-amd64), const EKEYREJECTED = 536870957 +pkg syscall (windows-amd64), const EKEYREVOKED = 536870958 +pkg syscall (windows-amd64), const EL2HLT = 536870959 +pkg syscall (windows-amd64), const EL2NSYNC = 536870960 +pkg syscall (windows-amd64), const EL3HLT = 536870961 +pkg syscall (windows-amd64), const EL3RST = 536870962 +pkg syscall (windows-amd64), const ELIBACC = 536870963 +pkg syscall (windows-amd64), const ELIBBAD = 536870964 +pkg syscall (windows-amd64), const ELIBEXEC = 536870965 +pkg syscall (windows-amd64), const ELIBMAX = 536870966 +pkg syscall (windows-amd64), const ELIBSCN = 536870967 +pkg syscall (windows-amd64), const ELNRNG = 536870968 +pkg syscall (windows-amd64), const ELOOP = 536870969 +pkg syscall (windows-amd64), const EMEDIUMTYPE = 536870970 +pkg syscall (windows-amd64), const EMFILE = 536870971 +pkg syscall (windows-amd64), const EMLINK = 536870972 +pkg syscall (windows-amd64), const EMSGSIZE = 536870973 +pkg syscall (windows-amd64), const EMULTIHOP = 536870974 +pkg syscall (windows-amd64), const ENAMETOOLONG = 536870975 +pkg syscall (windows-amd64), const ENAVAIL = 536870976 +pkg syscall (windows-amd64), const ENETDOWN = 536870977 +pkg syscall (windows-amd64), const ENETRESET = 536870978 +pkg syscall (windows-amd64), const ENETUNREACH = 536870979 +pkg syscall (windows-amd64), const ENFILE = 536870980 +pkg syscall (windows-amd64), const ENOANO = 536870981 +pkg syscall (windows-amd64), const ENOBUFS = 536870982 +pkg syscall (windows-amd64), const ENOCSI = 536870983 +pkg syscall (windows-amd64), const ENODATA = 536870984 +pkg syscall (windows-amd64), const ENODEV = 536870985 +pkg syscall (windows-amd64), const ENOEXEC = 536870986 +pkg syscall (windows-amd64), const ENOKEY = 536870987 +pkg syscall (windows-amd64), const ENOLCK = 536870988 +pkg syscall (windows-amd64), const ENOLINK = 536870989 +pkg syscall (windows-amd64), const ENOMEDIUM = 536870990 +pkg syscall (windows-amd64), const ENOMEM = 536870991 +pkg syscall (windows-amd64), const ENOMSG = 536870992 +pkg syscall (windows-amd64), const ENONET = 536870993 +pkg syscall (windows-amd64), const ENOPKG = 536870994 +pkg syscall (windows-amd64), const ENOPROTOOPT = 536870995 +pkg syscall (windows-amd64), const ENOSPC = 536870996 +pkg syscall (windows-amd64), const ENOSR = 536870997 +pkg syscall (windows-amd64), const ENOSTR = 536870998 +pkg syscall (windows-amd64), const ENOSYS = 536870999 +pkg syscall (windows-amd64), const ENOTBLK = 536871000 +pkg syscall (windows-amd64), const ENOTCONN = 536871001 +pkg syscall (windows-amd64), const ENOTDIR = 3 +pkg syscall (windows-amd64), const ENOTEMPTY = 536871002 +pkg syscall (windows-amd64), const ENOTNAM = 536871003 +pkg syscall (windows-amd64), const ENOTRECOVERABLE = 536871004 +pkg syscall (windows-amd64), const ENOTSOCK = 536871005 +pkg syscall (windows-amd64), const ENOTSUP = 536871006 +pkg syscall (windows-amd64), const ENOTTY = 536871007 +pkg syscall (windows-amd64), const ENOTUNIQ = 536871008 +pkg syscall (windows-amd64), const ENXIO = 536871009 +pkg syscall (windows-amd64), const EOPNOTSUPP = 536871010 +pkg syscall (windows-amd64), const EOVERFLOW = 536871011 +pkg syscall (windows-amd64), const EOWNERDEAD = 536871012 +pkg syscall (windows-amd64), const EPERM = 536871013 +pkg syscall (windows-amd64), const EPFNOSUPPORT = 536871014 +pkg syscall (windows-amd64), const EPIPE = 536871015 +pkg syscall (windows-amd64), const EPROTO = 536871016 +pkg syscall (windows-amd64), const EPROTONOSUPPORT = 536871017 +pkg syscall (windows-amd64), const EPROTOTYPE = 536871018 +pkg syscall (windows-amd64), const ERANGE = 536871019 +pkg syscall (windows-amd64), const EREMCHG = 536871020 +pkg syscall (windows-amd64), const EREMOTE = 536871021 +pkg syscall (windows-amd64), const EREMOTEIO = 536871022 +pkg syscall (windows-amd64), const ERESTART = 536871023 +pkg syscall (windows-amd64), const EROFS = 536871024 +pkg syscall (windows-amd64), const ERROR_ACCESS_DENIED = 5 +pkg syscall (windows-amd64), const ERROR_ALREADY_EXISTS = 183 +pkg syscall (windows-amd64), const ERROR_BROKEN_PIPE = 109 +pkg syscall (windows-amd64), const ERROR_BUFFER_OVERFLOW = 111 +pkg syscall (windows-amd64), const ERROR_ENVVAR_NOT_FOUND = 203 +pkg syscall (windows-amd64), const ERROR_FILE_EXISTS = 80 +pkg syscall (windows-amd64), const ERROR_FILE_NOT_FOUND = 2 +pkg syscall (windows-amd64), const ERROR_INSUFFICIENT_BUFFER = 122 +pkg syscall (windows-amd64), const ERROR_IO_PENDING = 997 +pkg syscall (windows-amd64), const ERROR_MOD_NOT_FOUND = 126 +pkg syscall (windows-amd64), const ERROR_NOT_FOUND = 1168 +pkg syscall (windows-amd64), const ERROR_NOT_FOUND Errno +pkg syscall (windows-amd64), const ERROR_NO_MORE_FILES = 18 +pkg syscall (windows-amd64), const ERROR_OPERATION_ABORTED = 995 +pkg syscall (windows-amd64), const ERROR_PATH_NOT_FOUND = 3 +pkg syscall (windows-amd64), const ERROR_PROC_NOT_FOUND = 127 +pkg syscall (windows-amd64), const ESHUTDOWN = 536871025 +pkg syscall (windows-amd64), const ESOCKTNOSUPPORT = 536871026 +pkg syscall (windows-amd64), const ESPIPE = 536871027 +pkg syscall (windows-amd64), const ESRCH = 536871028 +pkg syscall (windows-amd64), const ESRMNT = 536871029 +pkg syscall (windows-amd64), const ESTALE = 536871030 +pkg syscall (windows-amd64), const ESTRPIPE = 536871031 +pkg syscall (windows-amd64), const ETIME = 536871032 +pkg syscall (windows-amd64), const ETIMEDOUT = 536871033 +pkg syscall (windows-amd64), const ETOOMANYREFS = 536871034 +pkg syscall (windows-amd64), const ETXTBSY = 536871035 +pkg syscall (windows-amd64), const EUCLEAN = 536871036 +pkg syscall (windows-amd64), const EUNATCH = 536871037 +pkg syscall (windows-amd64), const EUSERS = 536871038 +pkg syscall (windows-amd64), const EWINDOWS = 536871042 +pkg syscall (windows-amd64), const EWOULDBLOCK = 536871039 +pkg syscall (windows-amd64), const EXDEV = 536871040 +pkg syscall (windows-amd64), const EXFULL = 536871041 +pkg syscall (windows-amd64), const FILE_ACTION_ADDED = 1 +pkg syscall (windows-amd64), const FILE_ACTION_MODIFIED = 3 +pkg syscall (windows-amd64), const FILE_ACTION_REMOVED = 2 +pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_NEW_NAME = 5 +pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_OLD_NAME = 4 +pkg syscall (windows-amd64), const FILE_APPEND_DATA = 4 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_ARCHIVE = 32 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_DIRECTORY = 16 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_HIDDEN = 2 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_NORMAL = 128 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_READONLY = 1 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_SYSTEM = 4 +pkg syscall (windows-amd64), const FILE_BEGIN = 0 +pkg syscall (windows-amd64), const FILE_CURRENT = 1 +pkg syscall (windows-amd64), const FILE_END = 2 +pkg syscall (windows-amd64), const FILE_FLAG_BACKUP_SEMANTICS = 33554432 +pkg syscall (windows-amd64), const FILE_FLAG_OVERLAPPED = 1073741824 +pkg syscall (windows-amd64), const FILE_LIST_DIRECTORY = 1 +pkg syscall (windows-amd64), const FILE_MAP_COPY = 1 +pkg syscall (windows-amd64), const FILE_MAP_EXECUTE = 32 +pkg syscall (windows-amd64), const FILE_MAP_READ = 4 +pkg syscall (windows-amd64), const FILE_MAP_WRITE = 2 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_CREATION = 64 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_DIR_NAME = 2 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_FILE_NAME = 1 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16 +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_SIZE = 8 +pkg syscall (windows-amd64), const FILE_SHARE_DELETE = 4 +pkg syscall (windows-amd64), const FILE_SHARE_READ = 1 +pkg syscall (windows-amd64), const FILE_SHARE_WRITE = 2 +pkg syscall (windows-amd64), const FILE_TYPE_CHAR = 2 +pkg syscall (windows-amd64), const FILE_TYPE_DISK = 1 +pkg syscall (windows-amd64), const FILE_TYPE_PIPE = 3 +pkg syscall (windows-amd64), const FILE_TYPE_REMOTE = 32768 +pkg syscall (windows-amd64), const FILE_TYPE_UNKNOWN = 0 +pkg syscall (windows-amd64), const FILE_WRITE_ATTRIBUTES = 256 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_HMODULE = 2048 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_STRING = 1024 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_SYSTEM = 4096 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_IGNORE_INSERTS = 512 +pkg syscall (windows-amd64), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255 +pkg syscall (windows-amd64), const GENERIC_ALL = 268435456 +pkg syscall (windows-amd64), const GENERIC_EXECUTE = 536870912 +pkg syscall (windows-amd64), const GENERIC_READ = 2147483648 +pkg syscall (windows-amd64), const GENERIC_WRITE = 1073741824 +pkg syscall (windows-amd64), const GetFileExInfoStandard = 0 +pkg syscall (windows-amd64), const GetFileExMaxInfoLevel = 1 +pkg syscall (windows-amd64), const HANDLE_FLAG_INHERIT = 1 +pkg syscall (windows-amd64), const HKEY_CLASSES_ROOT = 2147483648 +pkg syscall (windows-amd64), const HKEY_CURRENT_CONFIG = 2147483653 +pkg syscall (windows-amd64), const HKEY_CURRENT_USER = 2147483649 +pkg syscall (windows-amd64), const HKEY_DYN_DATA = 2147483654 +pkg syscall (windows-amd64), const HKEY_LOCAL_MACHINE = 2147483650 +pkg syscall (windows-amd64), const HKEY_PERFORMANCE_DATA = 2147483652 +pkg syscall (windows-amd64), const HKEY_USERS = 2147483651 +pkg syscall (windows-amd64), const IFF_LOOPBACK = 4 +pkg syscall (windows-amd64), const IFF_MULTICAST = 16 +pkg syscall (windows-amd64), const IFF_POINTTOPOINT = 8 +pkg syscall (windows-amd64), const IGNORE = 0 +pkg syscall (windows-amd64), const INFINITE = 4294967295 +pkg syscall (windows-amd64), const INVALID_FILE_ATTRIBUTES = 4294967295 +pkg syscall (windows-amd64), const IOC_IN = 2147483648 +pkg syscall (windows-amd64), const IOC_IN ideal-int +pkg syscall (windows-amd64), const IOC_INOUT = 3221225472 +pkg syscall (windows-amd64), const IOC_INOUT ideal-int +pkg syscall (windows-amd64), const IOC_OUT = 1073741824 +pkg syscall (windows-amd64), const IOC_OUT ideal-int +pkg syscall (windows-amd64), const IOC_WS2 = 134217728 +pkg syscall (windows-amd64), const IOC_WS2 ideal-int +pkg syscall (windows-amd64), const IPV6_JOIN_GROUP = 12 +pkg syscall (windows-amd64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (windows-amd64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (windows-amd64), const IPV6_MULTICAST_IF = 9 +pkg syscall (windows-amd64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (windows-amd64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (windows-amd64), const IPV6_V6ONLY = 27 +pkg syscall (windows-amd64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (windows-amd64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (windows-amd64), const IP_MULTICAST_IF = 9 +pkg syscall (windows-amd64), const IP_MULTICAST_LOOP = 11 +pkg syscall (windows-amd64), const IP_MULTICAST_TTL = 10 +pkg syscall (windows-amd64), const IP_TOS = 3 +pkg syscall (windows-amd64), const IP_TTL = 4 +pkg syscall (windows-amd64), const ImplementsGetwd = true +pkg syscall (windows-amd64), const InvalidHandle = 18446744073709551615 +pkg syscall (windows-amd64), const KEY_ALL_ACCESS = 983103 +pkg syscall (windows-amd64), const KEY_CREATE_LINK = 32 +pkg syscall (windows-amd64), const KEY_CREATE_SUB_KEY = 4 +pkg syscall (windows-amd64), const KEY_ENUMERATE_SUB_KEYS = 8 +pkg syscall (windows-amd64), const KEY_EXECUTE = 131097 +pkg syscall (windows-amd64), const KEY_NOTIFY = 16 +pkg syscall (windows-amd64), const KEY_QUERY_VALUE = 1 +pkg syscall (windows-amd64), const KEY_READ = 131097 +pkg syscall (windows-amd64), const KEY_SET_VALUE = 2 +pkg syscall (windows-amd64), const KEY_WOW64_32KEY = 512 +pkg syscall (windows-amd64), const KEY_WOW64_64KEY = 256 +pkg syscall (windows-amd64), const KEY_WRITE = 131078 +pkg syscall (windows-amd64), const LANG_ENGLISH = 9 +pkg syscall (windows-amd64), const MAXLEN_IFDESCR = 256 +pkg syscall (windows-amd64), const MAXLEN_PHYSADDR = 8 +pkg syscall (windows-amd64), const MAX_ADAPTER_ADDRESS_LENGTH = 8 +pkg syscall (windows-amd64), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128 +pkg syscall (windows-amd64), const MAX_ADAPTER_NAME_LENGTH = 256 +pkg syscall (windows-amd64), const MAX_COMPUTERNAME_LENGTH = 15 +pkg syscall (windows-amd64), const MAX_INTERFACE_NAME_LEN = 256 +pkg syscall (windows-amd64), const MAX_LONG_PATH = 32768 +pkg syscall (windows-amd64), const MAX_PATH = 260 +pkg syscall (windows-amd64), const MaxTokenInfoClass = 29 +pkg syscall (windows-amd64), const NameCanonical = 7 +pkg syscall (windows-amd64), const NameCanonicalEx = 9 +pkg syscall (windows-amd64), const NameDisplay = 3 +pkg syscall (windows-amd64), const NameDnsDomain = 12 +pkg syscall (windows-amd64), const NameFullyQualifiedDN = 1 +pkg syscall (windows-amd64), const NameSamCompatible = 2 +pkg syscall (windows-amd64), const NameServicePrincipal = 10 +pkg syscall (windows-amd64), const NameUniqueId = 6 +pkg syscall (windows-amd64), const NameUnknown = 0 +pkg syscall (windows-amd64), const NameUserPrincipal = 8 +pkg syscall (windows-amd64), const OPEN_ALWAYS = 4 +pkg syscall (windows-amd64), const OPEN_EXISTING = 3 +pkg syscall (windows-amd64), const O_APPEND = 1024 +pkg syscall (windows-amd64), const O_ASYNC = 8192 +pkg syscall (windows-amd64), const O_CLOEXEC = 524288 +pkg syscall (windows-amd64), const O_CREAT = 64 +pkg syscall (windows-amd64), const O_EXCL = 128 +pkg syscall (windows-amd64), const O_NOCTTY = 256 +pkg syscall (windows-amd64), const O_NONBLOCK = 2048 +pkg syscall (windows-amd64), const O_SYNC = 4096 +pkg syscall (windows-amd64), const O_TRUNC = 512 +pkg syscall (windows-amd64), const PAGE_EXECUTE_READ = 32 +pkg syscall (windows-amd64), const PAGE_EXECUTE_READWRITE = 64 +pkg syscall (windows-amd64), const PAGE_EXECUTE_WRITECOPY = 128 +pkg syscall (windows-amd64), const PAGE_READONLY = 2 +pkg syscall (windows-amd64), const PAGE_READWRITE = 4 +pkg syscall (windows-amd64), const PAGE_WRITECOPY = 8 +pkg syscall (windows-amd64), const PKCS_7_ASN_ENCODING = 65536 +pkg syscall (windows-amd64), const PROCESS_QUERY_INFORMATION = 1024 +pkg syscall (windows-amd64), const PROV_DH_SCHANNEL = 18 +pkg syscall (windows-amd64), const PROV_DSS = 3 +pkg syscall (windows-amd64), const PROV_DSS_DH = 13 +pkg syscall (windows-amd64), const PROV_EC_ECDSA_FULL = 16 +pkg syscall (windows-amd64), const PROV_EC_ECDSA_SIG = 14 +pkg syscall (windows-amd64), const PROV_EC_ECNRA_FULL = 17 +pkg syscall (windows-amd64), const PROV_EC_ECNRA_SIG = 15 +pkg syscall (windows-amd64), const PROV_FORTEZZA = 4 +pkg syscall (windows-amd64), const PROV_INTEL_SEC = 22 +pkg syscall (windows-amd64), const PROV_MS_EXCHANGE = 5 +pkg syscall (windows-amd64), const PROV_REPLACE_OWF = 23 +pkg syscall (windows-amd64), const PROV_RNG = 21 +pkg syscall (windows-amd64), const PROV_RSA_AES = 24 +pkg syscall (windows-amd64), const PROV_RSA_FULL = 1 +pkg syscall (windows-amd64), const PROV_RSA_SCHANNEL = 12 +pkg syscall (windows-amd64), const PROV_RSA_SIG = 2 +pkg syscall (windows-amd64), const PROV_SPYRUS_LYNKS = 20 +pkg syscall (windows-amd64), const PROV_SSL = 6 +pkg syscall (windows-amd64), const REG_BINARY = 3 +pkg syscall (windows-amd64), const REG_DWORD = 4 +pkg syscall (windows-amd64), const REG_DWORD_BIG_ENDIAN = 5 +pkg syscall (windows-amd64), const REG_DWORD_LITTLE_ENDIAN = 4 +pkg syscall (windows-amd64), const REG_EXPAND_SZ = 2 +pkg syscall (windows-amd64), const REG_FULL_RESOURCE_DESCRIPTOR = 9 +pkg syscall (windows-amd64), const REG_LINK = 6 +pkg syscall (windows-amd64), const REG_MULTI_SZ = 7 +pkg syscall (windows-amd64), const REG_NONE = 0 +pkg syscall (windows-amd64), const REG_QWORD = 11 +pkg syscall (windows-amd64), const REG_QWORD_LITTLE_ENDIAN = 11 +pkg syscall (windows-amd64), const REG_RESOURCE_LIST = 8 +pkg syscall (windows-amd64), const REG_RESOURCE_REQUIREMENTS_LIST = 10 +pkg syscall (windows-amd64), const REG_SZ = 1 +pkg syscall (windows-amd64), const SIGBUS = 7 +pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206 +pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int +pkg syscall (windows-amd64), const SIO_GET_INTERFACE_LIST = 1074033791 +pkg syscall (windows-amd64), const SOL_SOCKET = 65535 +pkg syscall (windows-amd64), const SOMAXCONN = 2147483647 +pkg syscall (windows-amd64), const SO_BROADCAST = 32 +pkg syscall (windows-amd64), const SO_DONTROUTE = 16 +pkg syscall (windows-amd64), const SO_KEEPALIVE = 8 +pkg syscall (windows-amd64), const SO_LINGER = 128 +pkg syscall (windows-amd64), const SO_RCVBUF = 4098 +pkg syscall (windows-amd64), const SO_REUSEADDR = 4 +pkg syscall (windows-amd64), const SO_SNDBUF = 4097 +pkg syscall (windows-amd64), const SO_UPDATE_ACCEPT_CONTEXT = 28683 +pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT = 28688 +pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT ideal-int +pkg syscall (windows-amd64), const STANDARD_RIGHTS_ALL = 2031616 +pkg syscall (windows-amd64), const STANDARD_RIGHTS_EXECUTE = 131072 +pkg syscall (windows-amd64), const STANDARD_RIGHTS_READ = 131072 +pkg syscall (windows-amd64), const STANDARD_RIGHTS_REQUIRED = 983040 +pkg syscall (windows-amd64), const STANDARD_RIGHTS_WRITE = 131072 +pkg syscall (windows-amd64), const STARTF_USESHOWWINDOW = 1 +pkg syscall (windows-amd64), const STARTF_USESTDHANDLES = 256 +pkg syscall (windows-amd64), const STD_ERROR_HANDLE = -12 +pkg syscall (windows-amd64), const STD_INPUT_HANDLE = -10 +pkg syscall (windows-amd64), const STD_OUTPUT_HANDLE = -11 +pkg syscall (windows-amd64), const SUBLANG_ENGLISH_US = 1 +pkg syscall (windows-amd64), const SW_FORCEMINIMIZE = 11 +pkg syscall (windows-amd64), const SW_HIDE = 0 +pkg syscall (windows-amd64), const SW_MAXIMIZE = 3 +pkg syscall (windows-amd64), const SW_MINIMIZE = 6 +pkg syscall (windows-amd64), const SW_NORMAL = 1 +pkg syscall (windows-amd64), const SW_RESTORE = 9 +pkg syscall (windows-amd64), const SW_SHOW = 5 +pkg syscall (windows-amd64), const SW_SHOWDEFAULT = 10 +pkg syscall (windows-amd64), const SW_SHOWMAXIMIZED = 3 +pkg syscall (windows-amd64), const SW_SHOWMINIMIZED = 2 +pkg syscall (windows-amd64), const SW_SHOWMINNOACTIVE = 7 +pkg syscall (windows-amd64), const SW_SHOWNA = 8 +pkg syscall (windows-amd64), const SW_SHOWNOACTIVATE = 4 +pkg syscall (windows-amd64), const SW_SHOWNORMAL = 1 +pkg syscall (windows-amd64), const SYNCHRONIZE = 1048576 +pkg syscall (windows-amd64), const S_IFMT = 126976 +pkg syscall (windows-amd64), const S_IWRITE = 128 +pkg syscall (windows-amd64), const SidTypeAlias = 4 +pkg syscall (windows-amd64), const SidTypeComputer = 9 +pkg syscall (windows-amd64), const SidTypeDeletedAccount = 6 +pkg syscall (windows-amd64), const SidTypeDomain = 3 +pkg syscall (windows-amd64), const SidTypeGroup = 2 +pkg syscall (windows-amd64), const SidTypeInvalid = 7 +pkg syscall (windows-amd64), const SidTypeLabel = 10 +pkg syscall (windows-amd64), const SidTypeUnknown = 8 +pkg syscall (windows-amd64), const SidTypeUser = 1 +pkg syscall (windows-amd64), const SidTypeWellKnownGroup = 5 +pkg syscall (windows-amd64), const TF_DISCONNECT = 1 +pkg syscall (windows-amd64), const TF_REUSE_SOCKET = 2 +pkg syscall (windows-amd64), const TF_USE_DEFAULT_WORKER = 0 +pkg syscall (windows-amd64), const TF_USE_KERNEL_APC = 32 +pkg syscall (windows-amd64), const TF_USE_SYSTEM_THREAD = 16 +pkg syscall (windows-amd64), const TF_WRITE_BEHIND = 4 +pkg syscall (windows-amd64), const TIME_ZONE_ID_DAYLIGHT = 2 +pkg syscall (windows-amd64), const TIME_ZONE_ID_STANDARD = 1 +pkg syscall (windows-amd64), const TIME_ZONE_ID_UNKNOWN = 0 +pkg syscall (windows-amd64), const TOKEN_ADJUST_DEFAULT = 128 +pkg syscall (windows-amd64), const TOKEN_ADJUST_GROUPS = 64 +pkg syscall (windows-amd64), const TOKEN_ADJUST_PRIVILEGES = 32 +pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295 +pkg syscall (windows-amd64), const TOKEN_ASSIGN_PRIMARY = 1 +pkg syscall (windows-amd64), const TOKEN_DUPLICATE = 2 +pkg syscall (windows-amd64), const TOKEN_EXECUTE = 131072 +pkg syscall (windows-amd64), const TOKEN_IMPERSONATE = 4 +pkg syscall (windows-amd64), const TOKEN_QUERY = 8 +pkg syscall (windows-amd64), const TOKEN_QUERY_SOURCE = 16 +pkg syscall (windows-amd64), const TOKEN_READ = 131080 +pkg syscall (windows-amd64), const TOKEN_WRITE = 131296 +pkg syscall (windows-amd64), const TRUNCATE_EXISTING = 5 +pkg syscall (windows-amd64), const TokenAccessInformation = 22 +pkg syscall (windows-amd64), const TokenAuditPolicy = 16 +pkg syscall (windows-amd64), const TokenDefaultDacl = 6 +pkg syscall (windows-amd64), const TokenElevation = 20 +pkg syscall (windows-amd64), const TokenElevationType = 18 +pkg syscall (windows-amd64), const TokenGroups = 2 +pkg syscall (windows-amd64), const TokenGroupsAndPrivileges = 13 +pkg syscall (windows-amd64), const TokenHasRestrictions = 21 +pkg syscall (windows-amd64), const TokenImpersonationLevel = 9 +pkg syscall (windows-amd64), const TokenIntegrityLevel = 25 +pkg syscall (windows-amd64), const TokenLinkedToken = 19 +pkg syscall (windows-amd64), const TokenLogonSid = 28 +pkg syscall (windows-amd64), const TokenMandatoryPolicy = 27 +pkg syscall (windows-amd64), const TokenOrigin = 17 +pkg syscall (windows-amd64), const TokenOwner = 4 +pkg syscall (windows-amd64), const TokenPrimaryGroup = 5 +pkg syscall (windows-amd64), const TokenPrivileges = 3 +pkg syscall (windows-amd64), const TokenRestrictedSids = 11 +pkg syscall (windows-amd64), const TokenSandBoxInert = 15 +pkg syscall (windows-amd64), const TokenSessionId = 12 +pkg syscall (windows-amd64), const TokenSessionReference = 14 +pkg syscall (windows-amd64), const TokenSource = 7 +pkg syscall (windows-amd64), const TokenStatistics = 10 +pkg syscall (windows-amd64), const TokenType = 8 +pkg syscall (windows-amd64), const TokenUIAccess = 26 +pkg syscall (windows-amd64), const TokenUser = 1 +pkg syscall (windows-amd64), const TokenVirtualizationAllowed = 23 +pkg syscall (windows-amd64), const TokenVirtualizationEnabled = 24 +pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_AND = 0 +pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_OR = 1 +pkg syscall (windows-amd64), const WAIT_ABANDONED = 128 +pkg syscall (windows-amd64), const WAIT_FAILED = 4294967295 +pkg syscall (windows-amd64), const WAIT_OBJECT_0 = 0 +pkg syscall (windows-amd64), const WAIT_TIMEOUT = 258 +pkg syscall (windows-amd64), const WSADESCRIPTION_LEN = 256 +pkg syscall (windows-amd64), const WSASYS_STATUS_LEN = 128 +pkg syscall (windows-amd64), const X509_ASN_ENCODING = 1 +pkg syscall (windows-amd64), func CancelIoEx(Handle, *Overlapped) error +pkg syscall (windows-amd64), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error +pkg syscall (windows-amd64), func FreeAddrInfoW(*AddrinfoW) +pkg syscall (windows-amd64), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error +pkg syscall (windows-amd64), func GetConsoleMode(Handle, *uint32) error +pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *uint8, *int32) error +pkg syscall (windows-amd64), func LoadCancelIoEx() error +pkg syscall (windows-amd64), func LoadConnectEx() error +pkg syscall (windows-amd64), func LoadGetAddrInfo() error +pkg syscall (windows-amd64), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-amd64), func UTF16FromString(string) ([]uint16, error) +pkg syscall (windows-amd64), func UTF16PtrFromString(string) (*uint16, error) +pkg syscall (windows-amd64), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-amd64), type AddrinfoW struct +pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr +pkg syscall (windows-amd64), type AddrinfoW struct, Addrlen uintptr +pkg syscall (windows-amd64), type AddrinfoW struct, Canonname *uint16 +pkg syscall (windows-amd64), type AddrinfoW struct, Family int32 +pkg syscall (windows-amd64), type AddrinfoW struct, Flags int32 +pkg syscall (windows-amd64), type AddrinfoW struct, Next *AddrinfoW +pkg syscall (windows-amd64), type AddrinfoW struct, Protocol int32 +pkg syscall (windows-amd64), type AddrinfoW struct, Socktype int32 +pkg syscall (windows-amd64), type GUID struct +pkg syscall (windows-amd64), type GUID struct, Data1 uint32 +pkg syscall (windows-amd64), type GUID struct, Data2 uint16 +pkg syscall (windows-amd64), type GUID struct, Data3 uint16 +pkg syscall (windows-amd64), type GUID struct, Data4 [8]uint8 +pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32 +pkg syscall (windows-amd64), var WSAID_CONNECTEX GUID +pkg syscall, const AF_INET = 2 +pkg syscall, const AF_UNIX = 1 +pkg syscall, const AF_UNSPEC = 0 +pkg syscall, const ENOENT = 2 +pkg syscall, const IFF_BROADCAST = 2 +pkg syscall, const IFF_UP = 1 +pkg syscall, const IPPROTO_IP = 0 +pkg syscall, const IPPROTO_IPV6 = 41 +pkg syscall, const IPPROTO_TCP = 6 +pkg syscall, const IPPROTO_UDP = 17 +pkg syscall, const O_RDONLY = 0 +pkg syscall, const O_RDWR = 2 +pkg syscall, const O_WRONLY = 1 +pkg syscall, const SHUT_RD = 0 +pkg syscall, const SHUT_RDWR = 2 +pkg syscall, const SHUT_WR = 1 +pkg syscall, const SIGABRT = 6 +pkg syscall, const SIGALRM = 14 +pkg syscall, const SIGFPE = 8 +pkg syscall, const SIGHUP = 1 +pkg syscall, const SIGILL = 4 +pkg syscall, const SIGINT = 2 +pkg syscall, const SIGKILL = 9 +pkg syscall, const SIGPIPE = 13 +pkg syscall, const SIGQUIT = 3 +pkg syscall, const SIGSEGV = 11 +pkg syscall, const SIGTERM = 15 +pkg syscall, const SIGTRAP = 5 +pkg syscall, const SOCK_DGRAM = 2 +pkg syscall, const SOCK_RAW = 3 +pkg syscall, const SOCK_SEQPACKET = 5 +pkg syscall, const SOCK_STREAM = 1 +pkg syscall, const S_IFBLK = 24576 +pkg syscall, const S_IFCHR = 8192 +pkg syscall, const S_IFDIR = 16384 +pkg syscall, const S_IFIFO = 4096 +pkg syscall, const S_IFLNK = 40960 +pkg syscall, const S_IFREG = 32768 +pkg syscall, const S_IFSOCK = 49152 +pkg syscall, const S_IRUSR = 256 +pkg syscall, const S_ISGID = 1024 +pkg syscall, const S_ISUID = 2048 +pkg syscall, const S_ISVTX = 512 +pkg syscall, const S_IWUSR = 128 +pkg syscall, const S_IXUSR = 64 +pkg syscall, const TCP_NODELAY = 1 +pkg syscall, func BytePtrFromString(string) (*uint8, error) +pkg syscall, func ByteSliceFromString(string) ([]uint8, error) +pkg syscall, func NsecToTimespec(int64) Timespec +pkg syscall, func TimespecToNsec(Timespec) int64 +pkg syscall, func UtimesNano(string, []Timespec) error +pkg syscall, type RawSockaddrInet6 struct +pkg syscall, type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall, type RawSockaddrInet6 struct, Port uint16 +pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32 +pkg testing, func AllocsPerRun(int, func()) float64 +pkg testing, func Verbose() bool +pkg testing, method (*B) ReportAllocs() +pkg testing, method (*B) Skip(...interface{}) +pkg testing, method (*B) SkipNow() +pkg testing, method (*B) Skipf(string, ...interface{}) +pkg testing, method (*B) Skipped() bool +pkg testing, method (*T) Skip(...interface{}) +pkg testing, method (*T) SkipNow() +pkg testing, method (*T) Skipf(string, ...interface{}) +pkg testing, method (*T) Skipped() bool +pkg testing, method (BenchmarkResult) AllocedBytesPerOp() int64 +pkg testing, method (BenchmarkResult) AllocsPerOp() int64 +pkg testing, method (BenchmarkResult) MemString() string +pkg testing, type BenchmarkResult struct, MemAllocs uint64 +pkg testing, type BenchmarkResult struct, MemBytes uint64 +pkg text/scanner, const Char = -5 +pkg text/scanner, const Comment = -8 +pkg text/scanner, const EOF = -1 +pkg text/scanner, const Float = -4 +pkg text/scanner, const GoTokens = 1012 +pkg text/scanner, const GoWhitespace = 4294977024 +pkg text/scanner, const Ident = -2 +pkg text/scanner, const Int = -3 +pkg text/scanner, const RawString = -7 +pkg text/scanner, const ScanChars = 32 +pkg text/scanner, const ScanComments = 256 +pkg text/scanner, const ScanFloats = 16 +pkg text/scanner, const ScanIdents = 4 +pkg text/scanner, const ScanInts = 8 +pkg text/scanner, const ScanRawStrings = 128 +pkg text/scanner, const ScanStrings = 64 +pkg text/scanner, const SkipComments = 512 +pkg text/scanner, const String = -6 +pkg text/tabwriter, const AlignRight = 4 +pkg text/tabwriter, const Debug = 32 +pkg text/tabwriter, const DiscardEmptyColumns = 8 +pkg text/tabwriter, const Escape = 255 +pkg text/tabwriter, const FilterHTML = 1 +pkg text/tabwriter, const StripEscape = 2 +pkg text/tabwriter, const TabIndent = 16 +pkg text/template, method (Template) ErrorContext(parse.Node) (string, string) +pkg text/template/parse, const NodeAction = 1 +pkg text/template/parse, const NodeBool = 2 +pkg text/template/parse, const NodeChain = 3 +pkg text/template/parse, const NodeChain NodeType +pkg text/template/parse, const NodeCommand = 4 +pkg text/template/parse, const NodeDot = 5 +pkg text/template/parse, const NodeField = 8 +pkg text/template/parse, const NodeIdentifier = 9 +pkg text/template/parse, const NodeIf = 10 +pkg text/template/parse, const NodeList = 11 +pkg text/template/parse, const NodeNil = 12 +pkg text/template/parse, const NodeNil NodeType +pkg text/template/parse, const NodeNumber = 13 +pkg text/template/parse, const NodePipe = 14 +pkg text/template/parse, const NodeRange = 15 +pkg text/template/parse, const NodeString = 16 +pkg text/template/parse, const NodeTemplate = 17 +pkg text/template/parse, const NodeText = 0 +pkg text/template/parse, const NodeVariable = 18 +pkg text/template/parse, const NodeWith = 19 +pkg text/template/parse, method (*ChainNode) Add(string) +pkg text/template/parse, method (*ChainNode) Copy() Node +pkg text/template/parse, method (*ChainNode) String() string +pkg text/template/parse, method (*IdentifierNode) SetPos(Pos) *IdentifierNode +pkg text/template/parse, method (*NilNode) Copy() Node +pkg text/template/parse, method (*NilNode) String() string +pkg text/template/parse, method (*NilNode) Type() NodeType +pkg text/template/parse, method (*Tree) ErrorContext(Node) (string, string) +pkg text/template/parse, method (ActionNode) Position() Pos +pkg text/template/parse, method (BoolNode) Position() Pos +pkg text/template/parse, method (BranchNode) Position() Pos +pkg text/template/parse, method (ChainNode) Position() Pos +pkg text/template/parse, method (ChainNode) Type() NodeType +pkg text/template/parse, method (CommandNode) Position() Pos +pkg text/template/parse, method (DotNode) Position() Pos +pkg text/template/parse, method (FieldNode) Position() Pos +pkg text/template/parse, method (IdentifierNode) Position() Pos +pkg text/template/parse, method (IfNode) Position() Pos +pkg text/template/parse, method (ListNode) Position() Pos +pkg text/template/parse, method (NilNode) Position() Pos +pkg text/template/parse, method (NumberNode) Position() Pos +pkg text/template/parse, method (PipeNode) Position() Pos +pkg text/template/parse, method (Pos) Position() Pos +pkg text/template/parse, method (RangeNode) Position() Pos +pkg text/template/parse, method (StringNode) Position() Pos +pkg text/template/parse, method (TemplateNode) Position() Pos +pkg text/template/parse, method (TextNode) Position() Pos +pkg text/template/parse, method (VariableNode) Position() Pos +pkg text/template/parse, method (WithNode) Position() Pos +pkg text/template/parse, type ActionNode struct, embedded Pos +pkg text/template/parse, type BoolNode struct, embedded Pos +pkg text/template/parse, type BranchNode struct, embedded Pos +pkg text/template/parse, type ChainNode struct +pkg text/template/parse, type ChainNode struct, Field []string +pkg text/template/parse, type ChainNode struct, Node Node +pkg text/template/parse, type ChainNode struct, embedded NodeType +pkg text/template/parse, type ChainNode struct, embedded Pos +pkg text/template/parse, type CommandNode struct, embedded Pos +pkg text/template/parse, type DotNode struct +pkg text/template/parse, type DotNode struct, embedded Pos +pkg text/template/parse, type FieldNode struct, embedded Pos +pkg text/template/parse, type IdentifierNode struct, embedded Pos +pkg text/template/parse, type ListNode struct, embedded Pos +pkg text/template/parse, type NilNode struct +pkg text/template/parse, type NilNode struct, embedded Pos +pkg text/template/parse, type Node interface, Position() Pos +pkg text/template/parse, type Node interface, unexported methods +pkg text/template/parse, type NumberNode struct, embedded Pos +pkg text/template/parse, type PipeNode struct, embedded Pos +pkg text/template/parse, type Pos int +pkg text/template/parse, type StringNode struct, embedded Pos +pkg text/template/parse, type TemplateNode struct, embedded Pos +pkg text/template/parse, type TextNode struct, embedded Pos +pkg text/template/parse, type Tree struct, ParseName string +pkg text/template/parse, type VariableNode struct, embedded Pos +pkg time, const ANSIC = "Mon Jan _2 15:04:05 2006" +pkg time, const April = 4 +pkg time, const August = 8 +pkg time, const December = 12 +pkg time, const February = 2 +pkg time, const Friday = 5 +pkg time, const Hour = 3600000000000 +pkg time, const January = 1 +pkg time, const July = 7 +pkg time, const June = 6 +pkg time, const Kitchen = "3:04PM" +pkg time, const March = 3 +pkg time, const May = 5 +pkg time, const Microsecond = 1000 +pkg time, const Millisecond = 1000000 +pkg time, const Minute = 60000000000 +pkg time, const Monday = 1 +pkg time, const Nanosecond = 1 +pkg time, const November = 11 +pkg time, const October = 10 +pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST" +pkg time, const RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700" +pkg time, const RFC3339 = "2006-01-02T15:04:05Z07:00" +pkg time, const RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00" +pkg time, const RFC822 = "02 Jan 06 15:04 MST" +pkg time, const RFC822Z = "02 Jan 06 15:04 -0700" +pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST" +pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006" +pkg time, const Saturday = 6 +pkg time, const Second = 1000000000 +pkg time, const September = 9 +pkg time, const Stamp = "Jan _2 15:04:05" +pkg time, const StampMicro = "Jan _2 15:04:05.000000" +pkg time, const StampMilli = "Jan _2 15:04:05.000" +pkg time, const StampNano = "Jan _2 15:04:05.000000000" +pkg time, const Sunday = 0 +pkg time, const Thursday = 4 +pkg time, const Tuesday = 2 +pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006" +pkg time, const Wednesday = 3 +pkg time, func ParseInLocation(string, string, *Location) (Time, error) +pkg time, method (*Timer) Reset(Duration) bool +pkg time, method (Time) Round(Duration) Time +pkg time, method (Time) Truncate(Duration) Time +pkg time, method (Time) YearDay() int +pkg unicode, const LowerCase = 1 +pkg unicode, const MaxASCII = 127 +pkg unicode, const MaxCase = 3 +pkg unicode, const MaxLatin1 = 255 +pkg unicode, const MaxRune = 1114111 +pkg unicode, const ReplacementChar = 65533 +pkg unicode, const TitleCase = 2 +pkg unicode, const UpperCase = 0 +pkg unicode, const UpperLower = 1114112 +pkg unicode, const Version = "6.2.0" +pkg unicode, type RangeTable struct, LatinOffset int +pkg unicode, var Chakma *RangeTable +pkg unicode, var Meroitic_Cursive *RangeTable +pkg unicode, var Meroitic_Hieroglyphs *RangeTable +pkg unicode, var Miao *RangeTable +pkg unicode, var Sharada *RangeTable +pkg unicode, var Sora_Sompeng *RangeTable +pkg unicode, var Takri *RangeTable +pkg unicode/utf8, const MaxRune = 1114111 +pkg unicode/utf8, const RuneError = 65533 +pkg unicode/utf8, const RuneSelf = 128 +pkg unicode/utf8, const UTFMax = 4 +pkg unicode/utf8, func ValidRune(int32) bool diff --git a/go/api/go1.10.txt b/go/api/go1.10.txt new file mode 100644 index 0000000000000000000000000000000000000000..250c10f6abe6c1b200c2d1c03fd46e1220bad764 --- /dev/null +++ b/go/api/go1.10.txt @@ -0,0 +1,627 @@ +pkg archive/tar, const FormatGNU = 8 +pkg archive/tar, const FormatGNU Format +pkg archive/tar, const FormatPAX = 4 +pkg archive/tar, const FormatPAX Format +pkg archive/tar, const FormatUSTAR = 2 +pkg archive/tar, const FormatUSTAR Format +pkg archive/tar, const FormatUnknown = 0 +pkg archive/tar, const FormatUnknown Format +pkg archive/tar, method (Format) String() string +pkg archive/tar, type Format int +pkg archive/tar, type Header struct, Format Format +pkg archive/tar, type Header struct, PAXRecords map[string]string +pkg archive/zip, method (*Writer) SetComment(string) error +pkg archive/zip, type FileHeader struct, Modified time.Time +pkg archive/zip, type FileHeader struct, NonUTF8 bool +pkg bufio, method (*Reader) Size() int +pkg bufio, method (*Writer) Size() int +pkg crypto/tls, const ECDSAWithSHA1 = 515 +pkg crypto/tls, const ECDSAWithSHA1 SignatureScheme +pkg crypto/x509, const CANotAuthorizedForExtKeyUsage = 9 +pkg crypto/x509, const CANotAuthorizedForExtKeyUsage InvalidReason +pkg crypto/x509, const ExtKeyUsageMicrosoftCommercialCodeSigning = 12 +pkg crypto/x509, const ExtKeyUsageMicrosoftCommercialCodeSigning ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageMicrosoftKernelCodeSigning = 13 +pkg crypto/x509, const ExtKeyUsageMicrosoftKernelCodeSigning ExtKeyUsage +pkg crypto/x509, const NameConstraintsWithoutSANs = 6 +pkg crypto/x509, const NameConstraintsWithoutSANs InvalidReason +pkg crypto/x509, const TooManyConstraints = 8 +pkg crypto/x509, const TooManyConstraints InvalidReason +pkg crypto/x509, const UnconstrainedName = 7 +pkg crypto/x509, const UnconstrainedName InvalidReason +pkg crypto/x509, func MarshalPKCS1PublicKey(*rsa.PublicKey) []uint8 +pkg crypto/x509, func MarshalPKCS8PrivateKey(interface{}) ([]uint8, error) +pkg crypto/x509, func ParsePKCS1PublicKey([]uint8) (*rsa.PublicKey, error) +pkg crypto/x509, method (PublicKeyAlgorithm) String() string +pkg crypto/x509, type Certificate struct, ExcludedEmailAddresses []string +pkg crypto/x509, type Certificate struct, ExcludedIPRanges []*net.IPNet +pkg crypto/x509, type Certificate struct, ExcludedURIDomains []string +pkg crypto/x509, type Certificate struct, PermittedEmailAddresses []string +pkg crypto/x509, type Certificate struct, PermittedIPRanges []*net.IPNet +pkg crypto/x509, type Certificate struct, PermittedURIDomains []string +pkg crypto/x509, type Certificate struct, URIs []*url.URL +pkg crypto/x509, type CertificateInvalidError struct, Detail string +pkg crypto/x509, type CertificateRequest struct, URIs []*url.URL +pkg crypto/x509, type VerifyOptions struct, MaxConstraintComparisions int +pkg crypto/x509/pkix, method (Name) String() string +pkg crypto/x509/pkix, method (RDNSequence) String() string +pkg database/sql, func OpenDB(driver.Connector) *DB +pkg database/sql/driver, type Connector interface { Connect, Driver } +pkg database/sql/driver, type Connector interface, Connect(context.Context) (Conn, error) +pkg database/sql/driver, type Connector interface, Driver() Driver +pkg database/sql/driver, type DriverContext interface { OpenConnector } +pkg database/sql/driver, type DriverContext interface, OpenConnector(string) (Connector, error) +pkg database/sql/driver, type SessionResetter interface { ResetSession } +pkg database/sql/driver, type SessionResetter interface, ResetSession(context.Context) error +pkg debug/elf, const R_386_16 = 20 +pkg debug/elf, const R_386_16 R_386 +pkg debug/elf, const R_386_32PLT = 11 +pkg debug/elf, const R_386_32PLT R_386 +pkg debug/elf, const R_386_8 = 22 +pkg debug/elf, const R_386_8 R_386 +pkg debug/elf, const R_386_GOT32X = 43 +pkg debug/elf, const R_386_GOT32X R_386 +pkg debug/elf, const R_386_IRELATIVE = 42 +pkg debug/elf, const R_386_IRELATIVE R_386 +pkg debug/elf, const R_386_PC16 = 21 +pkg debug/elf, const R_386_PC16 R_386 +pkg debug/elf, const R_386_PC8 = 23 +pkg debug/elf, const R_386_PC8 R_386 +pkg debug/elf, const R_386_SIZE32 = 38 +pkg debug/elf, const R_386_SIZE32 R_386 +pkg debug/elf, const R_386_TLS_DESC = 41 +pkg debug/elf, const R_386_TLS_DESC R_386 +pkg debug/elf, const R_386_TLS_DESC_CALL = 40 +pkg debug/elf, const R_386_TLS_DESC_CALL R_386 +pkg debug/elf, const R_386_TLS_GOTDESC = 39 +pkg debug/elf, const R_386_TLS_GOTDESC R_386 +pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 = 310 +pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 R_AARCH64 +pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 = 313 +pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 = 512 +pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC = 516 +pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G1 = 515 +pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLD_ADR_PAGE21 = 518 +pkg debug/elf, const R_AARCH64_TLSLD_ADR_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLD_ADR_PREL21 = 517 +pkg debug/elf, const R_AARCH64_TLSLD_ADR_PREL21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12 = 572 +pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC = 573 +pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12 = 570 +pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC = 571 +pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC R_AARCH64 +pkg debug/elf, const R_ARM_ABS32_NOI = 55 +pkg debug/elf, const R_ARM_ABS32_NOI R_ARM +pkg debug/elf, const R_ARM_ALU_PCREL_15_8 = 33 +pkg debug/elf, const R_ARM_ALU_PCREL_15_8 R_ARM +pkg debug/elf, const R_ARM_ALU_PCREL_23_15 = 34 +pkg debug/elf, const R_ARM_ALU_PCREL_23_15 R_ARM +pkg debug/elf, const R_ARM_ALU_PCREL_7_0 = 32 +pkg debug/elf, const R_ARM_ALU_PCREL_7_0 R_ARM +pkg debug/elf, const R_ARM_ALU_PC_G0 = 58 +pkg debug/elf, const R_ARM_ALU_PC_G0 R_ARM +pkg debug/elf, const R_ARM_ALU_PC_G0_NC = 57 +pkg debug/elf, const R_ARM_ALU_PC_G0_NC R_ARM +pkg debug/elf, const R_ARM_ALU_PC_G1 = 60 +pkg debug/elf, const R_ARM_ALU_PC_G1 R_ARM +pkg debug/elf, const R_ARM_ALU_PC_G1_NC = 59 +pkg debug/elf, const R_ARM_ALU_PC_G1_NC R_ARM +pkg debug/elf, const R_ARM_ALU_PC_G2 = 61 +pkg debug/elf, const R_ARM_ALU_PC_G2 R_ARM +pkg debug/elf, const R_ARM_ALU_SBREL_19_12_NC = 36 +pkg debug/elf, const R_ARM_ALU_SBREL_19_12_NC R_ARM +pkg debug/elf, const R_ARM_ALU_SBREL_27_20_CK = 37 +pkg debug/elf, const R_ARM_ALU_SBREL_27_20_CK R_ARM +pkg debug/elf, const R_ARM_ALU_SB_G0 = 71 +pkg debug/elf, const R_ARM_ALU_SB_G0 R_ARM +pkg debug/elf, const R_ARM_ALU_SB_G0_NC = 70 +pkg debug/elf, const R_ARM_ALU_SB_G0_NC R_ARM +pkg debug/elf, const R_ARM_ALU_SB_G1 = 73 +pkg debug/elf, const R_ARM_ALU_SB_G1 R_ARM +pkg debug/elf, const R_ARM_ALU_SB_G1_NC = 72 +pkg debug/elf, const R_ARM_ALU_SB_G1_NC R_ARM +pkg debug/elf, const R_ARM_ALU_SB_G2 = 74 +pkg debug/elf, const R_ARM_ALU_SB_G2 R_ARM +pkg debug/elf, const R_ARM_BASE_ABS = 31 +pkg debug/elf, const R_ARM_BASE_ABS R_ARM +pkg debug/elf, const R_ARM_CALL = 28 +pkg debug/elf, const R_ARM_CALL R_ARM +pkg debug/elf, const R_ARM_GOTOFF12 = 98 +pkg debug/elf, const R_ARM_GOTOFF12 R_ARM +pkg debug/elf, const R_ARM_GOTRELAX = 99 +pkg debug/elf, const R_ARM_GOTRELAX R_ARM +pkg debug/elf, const R_ARM_GOT_ABS = 95 +pkg debug/elf, const R_ARM_GOT_ABS R_ARM +pkg debug/elf, const R_ARM_GOT_BREL12 = 97 +pkg debug/elf, const R_ARM_GOT_BREL12 R_ARM +pkg debug/elf, const R_ARM_GOT_PREL = 96 +pkg debug/elf, const R_ARM_GOT_PREL R_ARM +pkg debug/elf, const R_ARM_IRELATIVE = 160 +pkg debug/elf, const R_ARM_IRELATIVE R_ARM +pkg debug/elf, const R_ARM_JUMP24 = 29 +pkg debug/elf, const R_ARM_JUMP24 R_ARM +pkg debug/elf, const R_ARM_LDC_PC_G0 = 67 +pkg debug/elf, const R_ARM_LDC_PC_G0 R_ARM +pkg debug/elf, const R_ARM_LDC_PC_G1 = 68 +pkg debug/elf, const R_ARM_LDC_PC_G1 R_ARM +pkg debug/elf, const R_ARM_LDC_PC_G2 = 69 +pkg debug/elf, const R_ARM_LDC_PC_G2 R_ARM +pkg debug/elf, const R_ARM_LDC_SB_G0 = 81 +pkg debug/elf, const R_ARM_LDC_SB_G0 R_ARM +pkg debug/elf, const R_ARM_LDC_SB_G1 = 82 +pkg debug/elf, const R_ARM_LDC_SB_G1 R_ARM +pkg debug/elf, const R_ARM_LDC_SB_G2 = 83 +pkg debug/elf, const R_ARM_LDC_SB_G2 R_ARM +pkg debug/elf, const R_ARM_LDRS_PC_G0 = 64 +pkg debug/elf, const R_ARM_LDRS_PC_G0 R_ARM +pkg debug/elf, const R_ARM_LDRS_PC_G1 = 65 +pkg debug/elf, const R_ARM_LDRS_PC_G1 R_ARM +pkg debug/elf, const R_ARM_LDRS_PC_G2 = 66 +pkg debug/elf, const R_ARM_LDRS_PC_G2 R_ARM +pkg debug/elf, const R_ARM_LDRS_SB_G0 = 78 +pkg debug/elf, const R_ARM_LDRS_SB_G0 R_ARM +pkg debug/elf, const R_ARM_LDRS_SB_G1 = 79 +pkg debug/elf, const R_ARM_LDRS_SB_G1 R_ARM +pkg debug/elf, const R_ARM_LDRS_SB_G2 = 80 +pkg debug/elf, const R_ARM_LDRS_SB_G2 R_ARM +pkg debug/elf, const R_ARM_LDR_PC_G1 = 62 +pkg debug/elf, const R_ARM_LDR_PC_G1 R_ARM +pkg debug/elf, const R_ARM_LDR_PC_G2 = 63 +pkg debug/elf, const R_ARM_LDR_PC_G2 R_ARM +pkg debug/elf, const R_ARM_LDR_SBREL_11_10_NC = 35 +pkg debug/elf, const R_ARM_LDR_SBREL_11_10_NC R_ARM +pkg debug/elf, const R_ARM_LDR_SB_G0 = 75 +pkg debug/elf, const R_ARM_LDR_SB_G0 R_ARM +pkg debug/elf, const R_ARM_LDR_SB_G1 = 76 +pkg debug/elf, const R_ARM_LDR_SB_G1 R_ARM +pkg debug/elf, const R_ARM_LDR_SB_G2 = 77 +pkg debug/elf, const R_ARM_LDR_SB_G2 R_ARM +pkg debug/elf, const R_ARM_ME_TOO = 128 +pkg debug/elf, const R_ARM_ME_TOO R_ARM +pkg debug/elf, const R_ARM_MOVT_ABS = 44 +pkg debug/elf, const R_ARM_MOVT_ABS R_ARM +pkg debug/elf, const R_ARM_MOVT_BREL = 85 +pkg debug/elf, const R_ARM_MOVT_BREL R_ARM +pkg debug/elf, const R_ARM_MOVT_PREL = 46 +pkg debug/elf, const R_ARM_MOVT_PREL R_ARM +pkg debug/elf, const R_ARM_MOVW_ABS_NC = 43 +pkg debug/elf, const R_ARM_MOVW_ABS_NC R_ARM +pkg debug/elf, const R_ARM_MOVW_BREL = 86 +pkg debug/elf, const R_ARM_MOVW_BREL R_ARM +pkg debug/elf, const R_ARM_MOVW_BREL_NC = 84 +pkg debug/elf, const R_ARM_MOVW_BREL_NC R_ARM +pkg debug/elf, const R_ARM_MOVW_PREL_NC = 45 +pkg debug/elf, const R_ARM_MOVW_PREL_NC R_ARM +pkg debug/elf, const R_ARM_PLT32_ABS = 94 +pkg debug/elf, const R_ARM_PLT32_ABS R_ARM +pkg debug/elf, const R_ARM_PREL31 = 42 +pkg debug/elf, const R_ARM_PREL31 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_0 = 112 +pkg debug/elf, const R_ARM_PRIVATE_0 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_1 = 113 +pkg debug/elf, const R_ARM_PRIVATE_1 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_10 = 122 +pkg debug/elf, const R_ARM_PRIVATE_10 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_11 = 123 +pkg debug/elf, const R_ARM_PRIVATE_11 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_12 = 124 +pkg debug/elf, const R_ARM_PRIVATE_12 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_13 = 125 +pkg debug/elf, const R_ARM_PRIVATE_13 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_14 = 126 +pkg debug/elf, const R_ARM_PRIVATE_14 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_15 = 127 +pkg debug/elf, const R_ARM_PRIVATE_15 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_2 = 114 +pkg debug/elf, const R_ARM_PRIVATE_2 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_3 = 115 +pkg debug/elf, const R_ARM_PRIVATE_3 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_4 = 116 +pkg debug/elf, const R_ARM_PRIVATE_4 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_5 = 117 +pkg debug/elf, const R_ARM_PRIVATE_5 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_6 = 118 +pkg debug/elf, const R_ARM_PRIVATE_6 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_7 = 119 +pkg debug/elf, const R_ARM_PRIVATE_7 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_8 = 120 +pkg debug/elf, const R_ARM_PRIVATE_8 R_ARM +pkg debug/elf, const R_ARM_PRIVATE_9 = 121 +pkg debug/elf, const R_ARM_PRIVATE_9 R_ARM +pkg debug/elf, const R_ARM_REL32_NOI = 56 +pkg debug/elf, const R_ARM_REL32_NOI R_ARM +pkg debug/elf, const R_ARM_RXPC25 = 249 +pkg debug/elf, const R_ARM_RXPC25 R_ARM +pkg debug/elf, const R_ARM_SBREL31 = 39 +pkg debug/elf, const R_ARM_SBREL31 R_ARM +pkg debug/elf, const R_ARM_TARGET1 = 38 +pkg debug/elf, const R_ARM_TARGET1 R_ARM +pkg debug/elf, const R_ARM_TARGET2 = 41 +pkg debug/elf, const R_ARM_TARGET2 R_ARM +pkg debug/elf, const R_ARM_THM_ALU_ABS_G0_NC = 132 +pkg debug/elf, const R_ARM_THM_ALU_ABS_G0_NC R_ARM +pkg debug/elf, const R_ARM_THM_ALU_ABS_G1_NC = 133 +pkg debug/elf, const R_ARM_THM_ALU_ABS_G1_NC R_ARM +pkg debug/elf, const R_ARM_THM_ALU_ABS_G2_NC = 134 +pkg debug/elf, const R_ARM_THM_ALU_ABS_G2_NC R_ARM +pkg debug/elf, const R_ARM_THM_ALU_ABS_G3 = 135 +pkg debug/elf, const R_ARM_THM_ALU_ABS_G3 R_ARM +pkg debug/elf, const R_ARM_THM_ALU_PREL_11_0 = 53 +pkg debug/elf, const R_ARM_THM_ALU_PREL_11_0 R_ARM +pkg debug/elf, const R_ARM_THM_GOT_BREL12 = 131 +pkg debug/elf, const R_ARM_THM_GOT_BREL12 R_ARM +pkg debug/elf, const R_ARM_THM_JUMP11 = 102 +pkg debug/elf, const R_ARM_THM_JUMP11 R_ARM +pkg debug/elf, const R_ARM_THM_JUMP19 = 51 +pkg debug/elf, const R_ARM_THM_JUMP19 R_ARM +pkg debug/elf, const R_ARM_THM_JUMP24 = 30 +pkg debug/elf, const R_ARM_THM_JUMP24 R_ARM +pkg debug/elf, const R_ARM_THM_JUMP6 = 52 +pkg debug/elf, const R_ARM_THM_JUMP6 R_ARM +pkg debug/elf, const R_ARM_THM_JUMP8 = 103 +pkg debug/elf, const R_ARM_THM_JUMP8 R_ARM +pkg debug/elf, const R_ARM_THM_MOVT_ABS = 48 +pkg debug/elf, const R_ARM_THM_MOVT_ABS R_ARM +pkg debug/elf, const R_ARM_THM_MOVT_BREL = 88 +pkg debug/elf, const R_ARM_THM_MOVT_BREL R_ARM +pkg debug/elf, const R_ARM_THM_MOVT_PREL = 50 +pkg debug/elf, const R_ARM_THM_MOVT_PREL R_ARM +pkg debug/elf, const R_ARM_THM_MOVW_ABS_NC = 47 +pkg debug/elf, const R_ARM_THM_MOVW_ABS_NC R_ARM +pkg debug/elf, const R_ARM_THM_MOVW_BREL = 89 +pkg debug/elf, const R_ARM_THM_MOVW_BREL R_ARM +pkg debug/elf, const R_ARM_THM_MOVW_BREL_NC = 87 +pkg debug/elf, const R_ARM_THM_MOVW_BREL_NC R_ARM +pkg debug/elf, const R_ARM_THM_MOVW_PREL_NC = 49 +pkg debug/elf, const R_ARM_THM_MOVW_PREL_NC R_ARM +pkg debug/elf, const R_ARM_THM_PC12 = 54 +pkg debug/elf, const R_ARM_THM_PC12 R_ARM +pkg debug/elf, const R_ARM_THM_TLS_CALL = 93 +pkg debug/elf, const R_ARM_THM_TLS_CALL R_ARM +pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ16 = 129 +pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ16 R_ARM +pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ32 = 130 +pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ32 R_ARM +pkg debug/elf, const R_ARM_TLS_CALL = 91 +pkg debug/elf, const R_ARM_TLS_CALL R_ARM +pkg debug/elf, const R_ARM_TLS_DESCSEQ = 92 +pkg debug/elf, const R_ARM_TLS_DESCSEQ R_ARM +pkg debug/elf, const R_ARM_TLS_DTPMOD32 = 17 +pkg debug/elf, const R_ARM_TLS_DTPMOD32 R_ARM +pkg debug/elf, const R_ARM_TLS_DTPOFF32 = 18 +pkg debug/elf, const R_ARM_TLS_DTPOFF32 R_ARM +pkg debug/elf, const R_ARM_TLS_GD32 = 104 +pkg debug/elf, const R_ARM_TLS_GD32 R_ARM +pkg debug/elf, const R_ARM_TLS_GOTDESC = 90 +pkg debug/elf, const R_ARM_TLS_GOTDESC R_ARM +pkg debug/elf, const R_ARM_TLS_IE12GP = 111 +pkg debug/elf, const R_ARM_TLS_IE12GP R_ARM +pkg debug/elf, const R_ARM_TLS_IE32 = 107 +pkg debug/elf, const R_ARM_TLS_IE32 R_ARM +pkg debug/elf, const R_ARM_TLS_LDM32 = 105 +pkg debug/elf, const R_ARM_TLS_LDM32 R_ARM +pkg debug/elf, const R_ARM_TLS_LDO12 = 109 +pkg debug/elf, const R_ARM_TLS_LDO12 R_ARM +pkg debug/elf, const R_ARM_TLS_LDO32 = 106 +pkg debug/elf, const R_ARM_TLS_LDO32 R_ARM +pkg debug/elf, const R_ARM_TLS_LE12 = 110 +pkg debug/elf, const R_ARM_TLS_LE12 R_ARM +pkg debug/elf, const R_ARM_TLS_LE32 = 108 +pkg debug/elf, const R_ARM_TLS_LE32 R_ARM +pkg debug/elf, const R_ARM_TLS_TPOFF32 = 19 +pkg debug/elf, const R_ARM_TLS_TPOFF32 R_ARM +pkg debug/elf, const R_ARM_V4BX = 40 +pkg debug/elf, const R_ARM_V4BX R_ARM +pkg debug/elf, const R_PPC64_ADDR16_HIGH = 110 +pkg debug/elf, const R_PPC64_ADDR16_HIGH R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HIGHA = 111 +pkg debug/elf, const R_PPC64_ADDR16_HIGHA R_PPC64 +pkg debug/elf, const R_PPC64_ADDR64_LOCAL = 117 +pkg debug/elf, const R_PPC64_ADDR64_LOCAL R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HIGH = 114 +pkg debug/elf, const R_PPC64_DTPREL16_HIGH R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHA = 115 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHA R_PPC64 +pkg debug/elf, const R_PPC64_ENTRY = 118 +pkg debug/elf, const R_PPC64_ENTRY R_PPC64 +pkg debug/elf, const R_PPC64_IRELATIVE = 248 +pkg debug/elf, const R_PPC64_IRELATIVE R_PPC64 +pkg debug/elf, const R_PPC64_JMP_IREL = 247 +pkg debug/elf, const R_PPC64_JMP_IREL R_PPC64 +pkg debug/elf, const R_PPC64_PLT16_LO_DS = 60 +pkg debug/elf, const R_PPC64_PLT16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_PLTGOT16 = 52 +pkg debug/elf, const R_PPC64_PLTGOT16 R_PPC64 +pkg debug/elf, const R_PPC64_PLTGOT16_DS = 65 +pkg debug/elf, const R_PPC64_PLTGOT16_DS R_PPC64 +pkg debug/elf, const R_PPC64_PLTGOT16_HA = 55 +pkg debug/elf, const R_PPC64_PLTGOT16_HA R_PPC64 +pkg debug/elf, const R_PPC64_PLTGOT16_HI = 54 +pkg debug/elf, const R_PPC64_PLTGOT16_HI R_PPC64 +pkg debug/elf, const R_PPC64_PLTGOT16_LO = 53 +pkg debug/elf, const R_PPC64_PLTGOT16_LO R_PPC64 +pkg debug/elf, const R_PPC64_PLTGOT_LO_DS = 66 +pkg debug/elf, const R_PPC64_PLTGOT_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_REL16DX_HA = 246 +pkg debug/elf, const R_PPC64_REL16DX_HA R_PPC64 +pkg debug/elf, const R_PPC64_REL24_NOTOC = 116 +pkg debug/elf, const R_PPC64_REL24_NOTOC R_PPC64 +pkg debug/elf, const R_PPC64_SECTOFF_DS = 61 +pkg debug/elf, const R_PPC64_SECTOFF_DS R_PPC64 +pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61 +pkg debug/elf, const R_PPC64_SECTOFF_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_TOCSAVE = 109 +pkg debug/elf, const R_PPC64_TOCSAVE R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HIGH = 112 +pkg debug/elf, const R_PPC64_TPREL16_HIGH R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HIGHA = 113 +pkg debug/elf, const R_PPC64_TPREL16_HIGHA R_PPC64 +pkg debug/elf, const R_X86_64_GOT64 = 27 +pkg debug/elf, const R_X86_64_GOT64 R_X86_64 +pkg debug/elf, const R_X86_64_GOTOFF64 = 25 +pkg debug/elf, const R_X86_64_GOTOFF64 R_X86_64 +pkg debug/elf, const R_X86_64_GOTPC32 = 26 +pkg debug/elf, const R_X86_64_GOTPC32 R_X86_64 +pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC = 34 +pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC R_X86_64 +pkg debug/elf, const R_X86_64_GOTPC64 = 29 +pkg debug/elf, const R_X86_64_GOTPC64 R_X86_64 +pkg debug/elf, const R_X86_64_GOTPCREL64 = 28 +pkg debug/elf, const R_X86_64_GOTPCREL64 R_X86_64 +pkg debug/elf, const R_X86_64_GOTPCRELX = 41 +pkg debug/elf, const R_X86_64_GOTPCRELX R_X86_64 +pkg debug/elf, const R_X86_64_GOTPLT64 = 30 +pkg debug/elf, const R_X86_64_GOTPLT64 R_X86_64 +pkg debug/elf, const R_X86_64_IRELATIVE = 37 +pkg debug/elf, const R_X86_64_IRELATIVE R_X86_64 +pkg debug/elf, const R_X86_64_PC32_BND = 39 +pkg debug/elf, const R_X86_64_PC32_BND R_X86_64 +pkg debug/elf, const R_X86_64_PC64 = 24 +pkg debug/elf, const R_X86_64_PC64 R_X86_64 +pkg debug/elf, const R_X86_64_PLT32_BND = 40 +pkg debug/elf, const R_X86_64_PLT32_BND R_X86_64 +pkg debug/elf, const R_X86_64_PLTOFF64 = 31 +pkg debug/elf, const R_X86_64_PLTOFF64 R_X86_64 +pkg debug/elf, const R_X86_64_RELATIVE64 = 38 +pkg debug/elf, const R_X86_64_RELATIVE64 R_X86_64 +pkg debug/elf, const R_X86_64_REX_GOTPCRELX = 42 +pkg debug/elf, const R_X86_64_REX_GOTPCRELX R_X86_64 +pkg debug/elf, const R_X86_64_SIZE32 = 32 +pkg debug/elf, const R_X86_64_SIZE32 R_X86_64 +pkg debug/elf, const R_X86_64_SIZE64 = 33 +pkg debug/elf, const R_X86_64_SIZE64 R_X86_64 +pkg debug/elf, const R_X86_64_TLSDESC = 36 +pkg debug/elf, const R_X86_64_TLSDESC R_X86_64 +pkg debug/elf, const R_X86_64_TLSDESC_CALL = 35 +pkg debug/elf, const R_X86_64_TLSDESC_CALL R_X86_64 +pkg debug/macho, const ARM64_RELOC_ADDEND = 10 +pkg debug/macho, const ARM64_RELOC_ADDEND RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_BRANCH26 = 2 +pkg debug/macho, const ARM64_RELOC_BRANCH26 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGE21 = 5 +pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGE21 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGEOFF12 = 6 +pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGEOFF12 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_PAGE21 = 3 +pkg debug/macho, const ARM64_RELOC_PAGE21 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_PAGEOFF12 = 4 +pkg debug/macho, const ARM64_RELOC_PAGEOFF12 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_POINTER_TO_GOT = 7 +pkg debug/macho, const ARM64_RELOC_POINTER_TO_GOT RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_SUBTRACTOR = 1 +pkg debug/macho, const ARM64_RELOC_SUBTRACTOR RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGE21 = 8 +pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGE21 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGEOFF12 = 9 +pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGEOFF12 RelocTypeARM64 +pkg debug/macho, const ARM64_RELOC_UNSIGNED = 0 +pkg debug/macho, const ARM64_RELOC_UNSIGNED RelocTypeARM64 +pkg debug/macho, const ARM_RELOC_BR24 = 5 +pkg debug/macho, const ARM_RELOC_BR24 RelocTypeARM +pkg debug/macho, const ARM_RELOC_HALF = 8 +pkg debug/macho, const ARM_RELOC_HALF RelocTypeARM +pkg debug/macho, const ARM_RELOC_HALF_SECTDIFF = 9 +pkg debug/macho, const ARM_RELOC_HALF_SECTDIFF RelocTypeARM +pkg debug/macho, const ARM_RELOC_LOCAL_SECTDIFF = 3 +pkg debug/macho, const ARM_RELOC_LOCAL_SECTDIFF RelocTypeARM +pkg debug/macho, const ARM_RELOC_PAIR = 1 +pkg debug/macho, const ARM_RELOC_PAIR RelocTypeARM +pkg debug/macho, const ARM_RELOC_PB_LA_PTR = 4 +pkg debug/macho, const ARM_RELOC_PB_LA_PTR RelocTypeARM +pkg debug/macho, const ARM_RELOC_SECTDIFF = 2 +pkg debug/macho, const ARM_RELOC_SECTDIFF RelocTypeARM +pkg debug/macho, const ARM_RELOC_VANILLA = 0 +pkg debug/macho, const ARM_RELOC_VANILLA RelocTypeARM +pkg debug/macho, const ARM_THUMB_32BIT_BRANCH = 7 +pkg debug/macho, const ARM_THUMB_32BIT_BRANCH RelocTypeARM +pkg debug/macho, const ARM_THUMB_RELOC_BR22 = 6 +pkg debug/macho, const ARM_THUMB_RELOC_BR22 RelocTypeARM +pkg debug/macho, const FlagAllModsBound = 4096 +pkg debug/macho, const FlagAllModsBound uint32 +pkg debug/macho, const FlagAllowStackExecution = 131072 +pkg debug/macho, const FlagAllowStackExecution uint32 +pkg debug/macho, const FlagAppExtensionSafe = 33554432 +pkg debug/macho, const FlagAppExtensionSafe uint32 +pkg debug/macho, const FlagBindAtLoad = 8 +pkg debug/macho, const FlagBindAtLoad uint32 +pkg debug/macho, const FlagBindsToWeak = 65536 +pkg debug/macho, const FlagBindsToWeak uint32 +pkg debug/macho, const FlagCanonical = 16384 +pkg debug/macho, const FlagCanonical uint32 +pkg debug/macho, const FlagDeadStrippableDylib = 4194304 +pkg debug/macho, const FlagDeadStrippableDylib uint32 +pkg debug/macho, const FlagDyldLink = 4 +pkg debug/macho, const FlagDyldLink uint32 +pkg debug/macho, const FlagForceFlat = 256 +pkg debug/macho, const FlagForceFlat uint32 +pkg debug/macho, const FlagHasTLVDescriptors = 8388608 +pkg debug/macho, const FlagHasTLVDescriptors uint32 +pkg debug/macho, const FlagIncrLink = 2 +pkg debug/macho, const FlagIncrLink uint32 +pkg debug/macho, const FlagLazyInit = 64 +pkg debug/macho, const FlagLazyInit uint32 +pkg debug/macho, const FlagNoFixPrebinding = 1024 +pkg debug/macho, const FlagNoFixPrebinding uint32 +pkg debug/macho, const FlagNoHeapExecution = 16777216 +pkg debug/macho, const FlagNoHeapExecution uint32 +pkg debug/macho, const FlagNoMultiDefs = 512 +pkg debug/macho, const FlagNoMultiDefs uint32 +pkg debug/macho, const FlagNoReexportedDylibs = 1048576 +pkg debug/macho, const FlagNoReexportedDylibs uint32 +pkg debug/macho, const FlagNoUndefs = 1 +pkg debug/macho, const FlagNoUndefs uint32 +pkg debug/macho, const FlagPIE = 2097152 +pkg debug/macho, const FlagPIE uint32 +pkg debug/macho, const FlagPrebindable = 2048 +pkg debug/macho, const FlagPrebindable uint32 +pkg debug/macho, const FlagPrebound = 16 +pkg debug/macho, const FlagPrebound uint32 +pkg debug/macho, const FlagRootSafe = 262144 +pkg debug/macho, const FlagRootSafe uint32 +pkg debug/macho, const FlagSetuidSafe = 524288 +pkg debug/macho, const FlagSetuidSafe uint32 +pkg debug/macho, const FlagSplitSegs = 32 +pkg debug/macho, const FlagSplitSegs uint32 +pkg debug/macho, const FlagSubsectionsViaSymbols = 8192 +pkg debug/macho, const FlagSubsectionsViaSymbols uint32 +pkg debug/macho, const FlagTwoLevel = 128 +pkg debug/macho, const FlagTwoLevel uint32 +pkg debug/macho, const FlagWeakDefines = 32768 +pkg debug/macho, const FlagWeakDefines uint32 +pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF = 4 +pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF RelocTypeGeneric +pkg debug/macho, const GENERIC_RELOC_PAIR = 1 +pkg debug/macho, const GENERIC_RELOC_PAIR RelocTypeGeneric +pkg debug/macho, const GENERIC_RELOC_PB_LA_PTR = 3 +pkg debug/macho, const GENERIC_RELOC_PB_LA_PTR RelocTypeGeneric +pkg debug/macho, const GENERIC_RELOC_SECTDIFF = 2 +pkg debug/macho, const GENERIC_RELOC_SECTDIFF RelocTypeGeneric +pkg debug/macho, const GENERIC_RELOC_TLV = 5 +pkg debug/macho, const GENERIC_RELOC_TLV RelocTypeGeneric +pkg debug/macho, const GENERIC_RELOC_VANILLA = 0 +pkg debug/macho, const GENERIC_RELOC_VANILLA RelocTypeGeneric +pkg debug/macho, const LoadCmdRpath = 2147483676 +pkg debug/macho, const LoadCmdRpath LoadCmd +pkg debug/macho, const X86_64_RELOC_BRANCH = 2 +pkg debug/macho, const X86_64_RELOC_BRANCH RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_GOT = 4 +pkg debug/macho, const X86_64_RELOC_GOT RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_GOT_LOAD = 3 +pkg debug/macho, const X86_64_RELOC_GOT_LOAD RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_SIGNED = 1 +pkg debug/macho, const X86_64_RELOC_SIGNED RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_SIGNED_1 = 6 +pkg debug/macho, const X86_64_RELOC_SIGNED_1 RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_SIGNED_2 = 7 +pkg debug/macho, const X86_64_RELOC_SIGNED_2 RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_SIGNED_4 = 8 +pkg debug/macho, const X86_64_RELOC_SIGNED_4 RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_SUBTRACTOR = 5 +pkg debug/macho, const X86_64_RELOC_SUBTRACTOR RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_TLV = 9 +pkg debug/macho, const X86_64_RELOC_TLV RelocTypeX86_64 +pkg debug/macho, const X86_64_RELOC_UNSIGNED = 0 +pkg debug/macho, const X86_64_RELOC_UNSIGNED RelocTypeX86_64 +pkg debug/macho, method (RelocTypeARM) GoString() string +pkg debug/macho, method (RelocTypeARM) String() string +pkg debug/macho, method (RelocTypeARM64) GoString() string +pkg debug/macho, method (RelocTypeARM64) String() string +pkg debug/macho, method (RelocTypeGeneric) GoString() string +pkg debug/macho, method (RelocTypeGeneric) String() string +pkg debug/macho, method (RelocTypeX86_64) GoString() string +pkg debug/macho, method (RelocTypeX86_64) String() string +pkg debug/macho, method (Rpath) Raw() []uint8 +pkg debug/macho, method (Type) GoString() string +pkg debug/macho, method (Type) String() string +pkg debug/macho, type Reloc struct +pkg debug/macho, type Reloc struct, Addr uint32 +pkg debug/macho, type Reloc struct, Extern bool +pkg debug/macho, type Reloc struct, Len uint8 +pkg debug/macho, type Reloc struct, Pcrel bool +pkg debug/macho, type Reloc struct, Scattered bool +pkg debug/macho, type Reloc struct, Type uint8 +pkg debug/macho, type Reloc struct, Value uint32 +pkg debug/macho, type RelocTypeARM int +pkg debug/macho, type RelocTypeARM64 int +pkg debug/macho, type RelocTypeGeneric int +pkg debug/macho, type RelocTypeX86_64 int +pkg debug/macho, type Rpath struct +pkg debug/macho, type Rpath struct, Path string +pkg debug/macho, type Rpath struct, embedded LoadBytes +pkg debug/macho, type RpathCmd struct +pkg debug/macho, type RpathCmd struct, Cmd LoadCmd +pkg debug/macho, type RpathCmd struct, Len uint32 +pkg debug/macho, type RpathCmd struct, Path uint32 +pkg debug/macho, type Section struct, Relocs []Reloc +pkg encoding/asn1, const TagNumericString = 18 +pkg encoding/asn1, const TagNumericString ideal-int +pkg encoding/asn1, func MarshalWithParams(interface{}, string) ([]uint8, error) +pkg encoding/csv, type ParseError struct, StartLine int +pkg encoding/hex, func NewDecoder(io.Reader) io.Reader +pkg encoding/hex, func NewEncoder(io.Writer) io.Writer +pkg encoding/json, method (*Decoder) DisallowUnknownFields() +pkg encoding/xml, func NewTokenDecoder(TokenReader) *Decoder +pkg encoding/xml, type TokenReader interface { Token } +pkg encoding/xml, type TokenReader interface, Token() (Token, error) +pkg flag, method (*FlagSet) ErrorHandling() ErrorHandling +pkg flag, method (*FlagSet) Name() string +pkg flag, method (*FlagSet) Output() io.Writer +pkg html/template, type Srcset string +pkg math, func Erfcinv(float64) float64 +pkg math, func Erfinv(float64) float64 +pkg math, func Round(float64) float64 +pkg math, func RoundToEven(float64) float64 +pkg math/big, const MaxBase = 62 +pkg math/big, method (*Float) Sqrt(*Float) *Float +pkg math/big, method (*Int) CmpAbs(*Int) int +pkg math/rand, func Shuffle(int, func(int, int)) +pkg math/rand, method (*Rand) Shuffle(int, func(int, int)) +pkg net, method (*TCPListener) SyscallConn() (syscall.RawConn, error) +pkg net, method (*UnixListener) SyscallConn() (syscall.RawConn, error) +pkg net/smtp, method (*Client) Noop() error +pkg os, func IsTimeout(error) bool +pkg os, method (*File) SetDeadline(time.Time) error +pkg os, method (*File) SetReadDeadline(time.Time) error +pkg os, method (*File) SetWriteDeadline(time.Time) error +pkg os, method (*PathError) Timeout() bool +pkg os, method (*SyscallError) Timeout() bool +pkg os, var ErrNoDeadline error +pkg strings, method (*Builder) Grow(int) +pkg strings, method (*Builder) Len() int +pkg strings, method (*Builder) Reset() +pkg strings, method (*Builder) String() string +pkg strings, method (*Builder) Write([]uint8) (int, error) +pkg strings, method (*Builder) WriteByte(uint8) error +pkg strings, method (*Builder) WriteRune(int32) (int, error) +pkg strings, method (*Builder) WriteString(string) (int, error) +pkg strings, type Builder struct +pkg syscall (freebsd-386), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-386), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-386-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-amd64), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-amd64), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-amd64-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-arm), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-arm), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-arm-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (windows-386), func CreateProcessAsUser(Token, *uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error +pkg syscall (windows-386), type SysProcAttr struct, Token Token +pkg syscall (windows-amd64), func CreateProcessAsUser(Token, *uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error +pkg syscall (windows-amd64), type SysProcAttr struct, Token Token +pkg time, func LoadLocationFromTZData(string, []uint8) (*Location, error) +pkg unicode, const Version = "10.0.0" +pkg unicode, var Masaram_Gondi *RangeTable +pkg unicode, var Nushu *RangeTable +pkg unicode, var Regional_Indicator *RangeTable +pkg unicode, var Soyombo *RangeTable +pkg unicode, var Zanabazar_Square *RangeTable diff --git a/go/api/go1.11.txt b/go/api/go1.11.txt new file mode 100644 index 0000000000000000000000000000000000000000..863e1f162551fe5564e5e5de29371f4f46960fe3 --- /dev/null +++ b/go/api/go1.11.txt @@ -0,0 +1,559 @@ +pkg crypto/cipher, func NewGCMWithTagSize(Block, int) (AEAD, error) +pkg crypto/rsa, method (*PrivateKey) Size() int +pkg crypto/rsa, method (*PublicKey) Size() int +pkg crypto/tls, method (*ConnectionState) ExportKeyingMaterial(string, []uint8, int) ([]uint8, error) +pkg database/sql, method (IsolationLevel) String() string +pkg database/sql, type DBStats struct, Idle int +pkg database/sql, type DBStats struct, InUse int +pkg database/sql, type DBStats struct, MaxIdleClosed int64 +pkg database/sql, type DBStats struct, MaxLifetimeClosed int64 +pkg database/sql, type DBStats struct, MaxOpenConnections int +pkg database/sql, type DBStats struct, WaitCount int64 +pkg database/sql, type DBStats struct, WaitDuration time.Duration +pkg debug/elf, const ELFOSABI_AROS = 15 +pkg debug/elf, const ELFOSABI_AROS OSABI +pkg debug/elf, const ELFOSABI_CLOUDABI = 17 +pkg debug/elf, const ELFOSABI_CLOUDABI OSABI +pkg debug/elf, const ELFOSABI_FENIXOS = 16 +pkg debug/elf, const ELFOSABI_FENIXOS OSABI +pkg debug/elf, const EM_56800EX = 200 +pkg debug/elf, const EM_56800EX Machine +pkg debug/elf, const EM_68HC05 = 72 +pkg debug/elf, const EM_68HC05 Machine +pkg debug/elf, const EM_68HC08 = 71 +pkg debug/elf, const EM_68HC08 Machine +pkg debug/elf, const EM_68HC11 = 70 +pkg debug/elf, const EM_68HC11 Machine +pkg debug/elf, const EM_68HC16 = 69 +pkg debug/elf, const EM_68HC16 Machine +pkg debug/elf, const EM_78KOR = 199 +pkg debug/elf, const EM_78KOR Machine +pkg debug/elf, const EM_8051 = 165 +pkg debug/elf, const EM_8051 Machine +pkg debug/elf, const EM_ALTERA_NIOS2 = 113 +pkg debug/elf, const EM_ALTERA_NIOS2 Machine +pkg debug/elf, const EM_AMDGPU = 224 +pkg debug/elf, const EM_AMDGPU Machine +pkg debug/elf, const EM_ARCA = 109 +pkg debug/elf, const EM_ARCA Machine +pkg debug/elf, const EM_ARC_COMPACT = 93 +pkg debug/elf, const EM_ARC_COMPACT Machine +pkg debug/elf, const EM_ARC_COMPACT2 = 195 +pkg debug/elf, const EM_ARC_COMPACT2 Machine +pkg debug/elf, const EM_AVR = 83 +pkg debug/elf, const EM_AVR Machine +pkg debug/elf, const EM_AVR32 = 185 +pkg debug/elf, const EM_AVR32 Machine +pkg debug/elf, const EM_BA1 = 201 +pkg debug/elf, const EM_BA1 Machine +pkg debug/elf, const EM_BA2 = 202 +pkg debug/elf, const EM_BA2 Machine +pkg debug/elf, const EM_BLACKFIN = 106 +pkg debug/elf, const EM_BLACKFIN Machine +pkg debug/elf, const EM_BPF = 247 +pkg debug/elf, const EM_BPF Machine +pkg debug/elf, const EM_C166 = 116 +pkg debug/elf, const EM_C166 Machine +pkg debug/elf, const EM_CDP = 215 +pkg debug/elf, const EM_CDP Machine +pkg debug/elf, const EM_CE = 119 +pkg debug/elf, const EM_CE Machine +pkg debug/elf, const EM_CLOUDSHIELD = 192 +pkg debug/elf, const EM_CLOUDSHIELD Machine +pkg debug/elf, const EM_COGE = 216 +pkg debug/elf, const EM_COGE Machine +pkg debug/elf, const EM_COOL = 217 +pkg debug/elf, const EM_COOL Machine +pkg debug/elf, const EM_COREA_1ST = 193 +pkg debug/elf, const EM_COREA_1ST Machine +pkg debug/elf, const EM_COREA_2ND = 194 +pkg debug/elf, const EM_COREA_2ND Machine +pkg debug/elf, const EM_CR = 103 +pkg debug/elf, const EM_CR Machine +pkg debug/elf, const EM_CR16 = 177 +pkg debug/elf, const EM_CR16 Machine +pkg debug/elf, const EM_CRAYNV2 = 172 +pkg debug/elf, const EM_CRAYNV2 Machine +pkg debug/elf, const EM_CRIS = 76 +pkg debug/elf, const EM_CRIS Machine +pkg debug/elf, const EM_CRX = 114 +pkg debug/elf, const EM_CRX Machine +pkg debug/elf, const EM_CSR_KALIMBA = 219 +pkg debug/elf, const EM_CSR_KALIMBA Machine +pkg debug/elf, const EM_CUDA = 190 +pkg debug/elf, const EM_CUDA Machine +pkg debug/elf, const EM_CYPRESS_M8C = 161 +pkg debug/elf, const EM_CYPRESS_M8C Machine +pkg debug/elf, const EM_D10V = 85 +pkg debug/elf, const EM_D10V Machine +pkg debug/elf, const EM_D30V = 86 +pkg debug/elf, const EM_D30V Machine +pkg debug/elf, const EM_DSP24 = 136 +pkg debug/elf, const EM_DSP24 Machine +pkg debug/elf, const EM_DSPIC30F = 118 +pkg debug/elf, const EM_DSPIC30F Machine +pkg debug/elf, const EM_DXP = 112 +pkg debug/elf, const EM_DXP Machine +pkg debug/elf, const EM_ECOG1 = 168 +pkg debug/elf, const EM_ECOG1 Machine +pkg debug/elf, const EM_ECOG16 = 176 +pkg debug/elf, const EM_ECOG16 Machine +pkg debug/elf, const EM_ECOG1X = 168 +pkg debug/elf, const EM_ECOG1X Machine +pkg debug/elf, const EM_ECOG2 = 134 +pkg debug/elf, const EM_ECOG2 Machine +pkg debug/elf, const EM_ETPU = 178 +pkg debug/elf, const EM_ETPU Machine +pkg debug/elf, const EM_EXCESS = 111 +pkg debug/elf, const EM_EXCESS Machine +pkg debug/elf, const EM_F2MC16 = 104 +pkg debug/elf, const EM_F2MC16 Machine +pkg debug/elf, const EM_FIREPATH = 78 +pkg debug/elf, const EM_FIREPATH Machine +pkg debug/elf, const EM_FR30 = 84 +pkg debug/elf, const EM_FR30 Machine +pkg debug/elf, const EM_FT32 = 222 +pkg debug/elf, const EM_FT32 Machine +pkg debug/elf, const EM_FX66 = 66 +pkg debug/elf, const EM_FX66 Machine +pkg debug/elf, const EM_HUANY = 81 +pkg debug/elf, const EM_HUANY Machine +pkg debug/elf, const EM_INTEL205 = 205 +pkg debug/elf, const EM_INTEL205 Machine +pkg debug/elf, const EM_INTEL206 = 206 +pkg debug/elf, const EM_INTEL206 Machine +pkg debug/elf, const EM_INTEL207 = 207 +pkg debug/elf, const EM_INTEL207 Machine +pkg debug/elf, const EM_INTEL208 = 208 +pkg debug/elf, const EM_INTEL208 Machine +pkg debug/elf, const EM_INTEL209 = 209 +pkg debug/elf, const EM_INTEL209 Machine +pkg debug/elf, const EM_IP2K = 101 +pkg debug/elf, const EM_IP2K Machine +pkg debug/elf, const EM_JAVELIN = 77 +pkg debug/elf, const EM_JAVELIN Machine +pkg debug/elf, const EM_K10M = 181 +pkg debug/elf, const EM_K10M Machine +pkg debug/elf, const EM_KM32 = 210 +pkg debug/elf, const EM_KM32 Machine +pkg debug/elf, const EM_KMX16 = 212 +pkg debug/elf, const EM_KMX16 Machine +pkg debug/elf, const EM_KMX32 = 211 +pkg debug/elf, const EM_KMX32 Machine +pkg debug/elf, const EM_KMX8 = 213 +pkg debug/elf, const EM_KMX8 Machine +pkg debug/elf, const EM_KVARC = 214 +pkg debug/elf, const EM_KVARC Machine +pkg debug/elf, const EM_L10M = 180 +pkg debug/elf, const EM_L10M Machine +pkg debug/elf, const EM_LANAI = 244 +pkg debug/elf, const EM_LANAI Machine +pkg debug/elf, const EM_LATTICEMICO32 = 138 +pkg debug/elf, const EM_LATTICEMICO32 Machine +pkg debug/elf, const EM_M16C = 117 +pkg debug/elf, const EM_M16C Machine +pkg debug/elf, const EM_M32C = 120 +pkg debug/elf, const EM_M32C Machine +pkg debug/elf, const EM_M32R = 88 +pkg debug/elf, const EM_M32R Machine +pkg debug/elf, const EM_MANIK = 171 +pkg debug/elf, const EM_MANIK Machine +pkg debug/elf, const EM_MAX = 102 +pkg debug/elf, const EM_MAX Machine +pkg debug/elf, const EM_MAXQ30 = 169 +pkg debug/elf, const EM_MAXQ30 Machine +pkg debug/elf, const EM_MCHP_PIC = 204 +pkg debug/elf, const EM_MCHP_PIC Machine +pkg debug/elf, const EM_MCST_ELBRUS = 175 +pkg debug/elf, const EM_MCST_ELBRUS Machine +pkg debug/elf, const EM_METAG = 174 +pkg debug/elf, const EM_METAG Machine +pkg debug/elf, const EM_MICROBLAZE = 189 +pkg debug/elf, const EM_MICROBLAZE Machine +pkg debug/elf, const EM_MMDSP_PLUS = 160 +pkg debug/elf, const EM_MMDSP_PLUS Machine +pkg debug/elf, const EM_MMIX = 80 +pkg debug/elf, const EM_MMIX Machine +pkg debug/elf, const EM_MN10200 = 90 +pkg debug/elf, const EM_MN10200 Machine +pkg debug/elf, const EM_MN10300 = 89 +pkg debug/elf, const EM_MN10300 Machine +pkg debug/elf, const EM_MOXIE = 223 +pkg debug/elf, const EM_MOXIE Machine +pkg debug/elf, const EM_MSP430 = 105 +pkg debug/elf, const EM_MSP430 Machine +pkg debug/elf, const EM_NDS32 = 167 +pkg debug/elf, const EM_NDS32 Machine +pkg debug/elf, const EM_NORC = 218 +pkg debug/elf, const EM_NORC Machine +pkg debug/elf, const EM_NS32K = 97 +pkg debug/elf, const EM_NS32K Machine +pkg debug/elf, const EM_OPEN8 = 196 +pkg debug/elf, const EM_OPEN8 Machine +pkg debug/elf, const EM_OPENRISC = 92 +pkg debug/elf, const EM_OPENRISC Machine +pkg debug/elf, const EM_PDP10 = 64 +pkg debug/elf, const EM_PDP10 Machine +pkg debug/elf, const EM_PDP11 = 65 +pkg debug/elf, const EM_PDP11 Machine +pkg debug/elf, const EM_PDSP = 63 +pkg debug/elf, const EM_PDSP Machine +pkg debug/elf, const EM_PJ = 91 +pkg debug/elf, const EM_PJ Machine +pkg debug/elf, const EM_PRISM = 82 +pkg debug/elf, const EM_PRISM Machine +pkg debug/elf, const EM_QDSP6 = 164 +pkg debug/elf, const EM_QDSP6 Machine +pkg debug/elf, const EM_R32C = 162 +pkg debug/elf, const EM_R32C Machine +pkg debug/elf, const EM_RISCV = 243 +pkg debug/elf, const EM_RISCV Machine +pkg debug/elf, const EM_RL78 = 197 +pkg debug/elf, const EM_RL78 Machine +pkg debug/elf, const EM_RS08 = 132 +pkg debug/elf, const EM_RS08 Machine +pkg debug/elf, const EM_RX = 173 +pkg debug/elf, const EM_RX Machine +pkg debug/elf, const EM_SCORE7 = 135 +pkg debug/elf, const EM_SCORE7 Machine +pkg debug/elf, const EM_SEP = 108 +pkg debug/elf, const EM_SEP Machine +pkg debug/elf, const EM_SE_C17 = 139 +pkg debug/elf, const EM_SE_C17 Machine +pkg debug/elf, const EM_SE_C33 = 107 +pkg debug/elf, const EM_SE_C33 Machine +pkg debug/elf, const EM_SHARC = 133 +pkg debug/elf, const EM_SHARC Machine +pkg debug/elf, const EM_SLE9X = 179 +pkg debug/elf, const EM_SLE9X Machine +pkg debug/elf, const EM_SNP1K = 99 +pkg debug/elf, const EM_SNP1K Machine +pkg debug/elf, const EM_ST19 = 74 +pkg debug/elf, const EM_ST19 Machine +pkg debug/elf, const EM_ST200 = 100 +pkg debug/elf, const EM_ST200 Machine +pkg debug/elf, const EM_ST7 = 68 +pkg debug/elf, const EM_ST7 Machine +pkg debug/elf, const EM_ST9PLUS = 67 +pkg debug/elf, const EM_ST9PLUS Machine +pkg debug/elf, const EM_STM8 = 186 +pkg debug/elf, const EM_STM8 Machine +pkg debug/elf, const EM_STXP7X = 166 +pkg debug/elf, const EM_STXP7X Machine +pkg debug/elf, const EM_SVX = 73 +pkg debug/elf, const EM_SVX Machine +pkg debug/elf, const EM_TILE64 = 187 +pkg debug/elf, const EM_TILE64 Machine +pkg debug/elf, const EM_TILEGX = 191 +pkg debug/elf, const EM_TILEGX Machine +pkg debug/elf, const EM_TILEPRO = 188 +pkg debug/elf, const EM_TILEPRO Machine +pkg debug/elf, const EM_TI_ARP32 = 143 +pkg debug/elf, const EM_TI_ARP32 Machine +pkg debug/elf, const EM_TI_C2000 = 141 +pkg debug/elf, const EM_TI_C2000 Machine +pkg debug/elf, const EM_TI_C5500 = 142 +pkg debug/elf, const EM_TI_C5500 Machine +pkg debug/elf, const EM_TI_C6000 = 140 +pkg debug/elf, const EM_TI_C6000 Machine +pkg debug/elf, const EM_TI_PRU = 144 +pkg debug/elf, const EM_TI_PRU Machine +pkg debug/elf, const EM_TMM_GPP = 96 +pkg debug/elf, const EM_TMM_GPP Machine +pkg debug/elf, const EM_TPC = 98 +pkg debug/elf, const EM_TPC Machine +pkg debug/elf, const EM_TRIMEDIA = 163 +pkg debug/elf, const EM_TRIMEDIA Machine +pkg debug/elf, const EM_TSK3000 = 131 +pkg debug/elf, const EM_TSK3000 Machine +pkg debug/elf, const EM_UNICORE = 110 +pkg debug/elf, const EM_UNICORE Machine +pkg debug/elf, const EM_V850 = 87 +pkg debug/elf, const EM_V850 Machine +pkg debug/elf, const EM_VAX = 75 +pkg debug/elf, const EM_VAX Machine +pkg debug/elf, const EM_VIDEOCORE = 95 +pkg debug/elf, const EM_VIDEOCORE Machine +pkg debug/elf, const EM_VIDEOCORE3 = 137 +pkg debug/elf, const EM_VIDEOCORE3 Machine +pkg debug/elf, const EM_VIDEOCORE5 = 198 +pkg debug/elf, const EM_VIDEOCORE5 Machine +pkg debug/elf, const EM_VISIUM = 221 +pkg debug/elf, const EM_VISIUM Machine +pkg debug/elf, const EM_XCORE = 203 +pkg debug/elf, const EM_XCORE Machine +pkg debug/elf, const EM_XGATE = 115 +pkg debug/elf, const EM_XGATE Machine +pkg debug/elf, const EM_XIMO16 = 170 +pkg debug/elf, const EM_XIMO16 Machine +pkg debug/elf, const EM_XTENSA = 94 +pkg debug/elf, const EM_XTENSA Machine +pkg debug/elf, const EM_Z80 = 220 +pkg debug/elf, const EM_Z80 Machine +pkg debug/elf, const EM_ZSP = 79 +pkg debug/elf, const EM_ZSP Machine +pkg debug/elf, const R_RISCV_32 = 1 +pkg debug/elf, const R_RISCV_32 R_RISCV +pkg debug/elf, const R_RISCV_64 = 2 +pkg debug/elf, const R_RISCV_64 R_RISCV +pkg debug/elf, const R_RISCV_ADD16 = 34 +pkg debug/elf, const R_RISCV_ADD16 R_RISCV +pkg debug/elf, const R_RISCV_ADD32 = 35 +pkg debug/elf, const R_RISCV_ADD32 R_RISCV +pkg debug/elf, const R_RISCV_ADD64 = 36 +pkg debug/elf, const R_RISCV_ADD64 R_RISCV +pkg debug/elf, const R_RISCV_ADD8 = 33 +pkg debug/elf, const R_RISCV_ADD8 R_RISCV +pkg debug/elf, const R_RISCV_ALIGN = 43 +pkg debug/elf, const R_RISCV_ALIGN R_RISCV +pkg debug/elf, const R_RISCV_BRANCH = 16 +pkg debug/elf, const R_RISCV_BRANCH R_RISCV +pkg debug/elf, const R_RISCV_CALL = 18 +pkg debug/elf, const R_RISCV_CALL R_RISCV +pkg debug/elf, const R_RISCV_CALL_PLT = 19 +pkg debug/elf, const R_RISCV_CALL_PLT R_RISCV +pkg debug/elf, const R_RISCV_COPY = 4 +pkg debug/elf, const R_RISCV_COPY R_RISCV +pkg debug/elf, const R_RISCV_GNU_VTENTRY = 42 +pkg debug/elf, const R_RISCV_GNU_VTENTRY R_RISCV +pkg debug/elf, const R_RISCV_GNU_VTINHERIT = 41 +pkg debug/elf, const R_RISCV_GNU_VTINHERIT R_RISCV +pkg debug/elf, const R_RISCV_GOT_HI20 = 20 +pkg debug/elf, const R_RISCV_GOT_HI20 R_RISCV +pkg debug/elf, const R_RISCV_GPREL_I = 47 +pkg debug/elf, const R_RISCV_GPREL_I R_RISCV +pkg debug/elf, const R_RISCV_GPREL_S = 48 +pkg debug/elf, const R_RISCV_GPREL_S R_RISCV +pkg debug/elf, const R_RISCV_HI20 = 26 +pkg debug/elf, const R_RISCV_HI20 R_RISCV +pkg debug/elf, const R_RISCV_JAL = 17 +pkg debug/elf, const R_RISCV_JAL R_RISCV +pkg debug/elf, const R_RISCV_JUMP_SLOT = 5 +pkg debug/elf, const R_RISCV_JUMP_SLOT R_RISCV +pkg debug/elf, const R_RISCV_LO12_I = 27 +pkg debug/elf, const R_RISCV_LO12_I R_RISCV +pkg debug/elf, const R_RISCV_LO12_S = 28 +pkg debug/elf, const R_RISCV_LO12_S R_RISCV +pkg debug/elf, const R_RISCV_NONE = 0 +pkg debug/elf, const R_RISCV_NONE R_RISCV +pkg debug/elf, const R_RISCV_PCREL_HI20 = 23 +pkg debug/elf, const R_RISCV_PCREL_HI20 R_RISCV +pkg debug/elf, const R_RISCV_PCREL_LO12_I = 24 +pkg debug/elf, const R_RISCV_PCREL_LO12_I R_RISCV +pkg debug/elf, const R_RISCV_PCREL_LO12_S = 25 +pkg debug/elf, const R_RISCV_PCREL_LO12_S R_RISCV +pkg debug/elf, const R_RISCV_RELATIVE = 3 +pkg debug/elf, const R_RISCV_RELATIVE R_RISCV +pkg debug/elf, const R_RISCV_RELAX = 51 +pkg debug/elf, const R_RISCV_RELAX R_RISCV +pkg debug/elf, const R_RISCV_RVC_BRANCH = 44 +pkg debug/elf, const R_RISCV_RVC_BRANCH R_RISCV +pkg debug/elf, const R_RISCV_RVC_JUMP = 45 +pkg debug/elf, const R_RISCV_RVC_JUMP R_RISCV +pkg debug/elf, const R_RISCV_RVC_LUI = 46 +pkg debug/elf, const R_RISCV_RVC_LUI R_RISCV +pkg debug/elf, const R_RISCV_SET16 = 55 +pkg debug/elf, const R_RISCV_SET16 R_RISCV +pkg debug/elf, const R_RISCV_SET32 = 56 +pkg debug/elf, const R_RISCV_SET32 R_RISCV +pkg debug/elf, const R_RISCV_SET6 = 53 +pkg debug/elf, const R_RISCV_SET6 R_RISCV +pkg debug/elf, const R_RISCV_SET8 = 54 +pkg debug/elf, const R_RISCV_SET8 R_RISCV +pkg debug/elf, const R_RISCV_SUB16 = 38 +pkg debug/elf, const R_RISCV_SUB16 R_RISCV +pkg debug/elf, const R_RISCV_SUB32 = 39 +pkg debug/elf, const R_RISCV_SUB32 R_RISCV +pkg debug/elf, const R_RISCV_SUB6 = 52 +pkg debug/elf, const R_RISCV_SUB6 R_RISCV +pkg debug/elf, const R_RISCV_SUB64 = 40 +pkg debug/elf, const R_RISCV_SUB64 R_RISCV +pkg debug/elf, const R_RISCV_SUB8 = 37 +pkg debug/elf, const R_RISCV_SUB8 R_RISCV +pkg debug/elf, const R_RISCV_TLS_DTPMOD32 = 6 +pkg debug/elf, const R_RISCV_TLS_DTPMOD32 R_RISCV +pkg debug/elf, const R_RISCV_TLS_DTPMOD64 = 7 +pkg debug/elf, const R_RISCV_TLS_DTPMOD64 R_RISCV +pkg debug/elf, const R_RISCV_TLS_DTPREL32 = 8 +pkg debug/elf, const R_RISCV_TLS_DTPREL32 R_RISCV +pkg debug/elf, const R_RISCV_TLS_DTPREL64 = 9 +pkg debug/elf, const R_RISCV_TLS_DTPREL64 R_RISCV +pkg debug/elf, const R_RISCV_TLS_GD_HI20 = 22 +pkg debug/elf, const R_RISCV_TLS_GD_HI20 R_RISCV +pkg debug/elf, const R_RISCV_TLS_GOT_HI20 = 21 +pkg debug/elf, const R_RISCV_TLS_GOT_HI20 R_RISCV +pkg debug/elf, const R_RISCV_TLS_TPREL32 = 10 +pkg debug/elf, const R_RISCV_TLS_TPREL32 R_RISCV +pkg debug/elf, const R_RISCV_TLS_TPREL64 = 11 +pkg debug/elf, const R_RISCV_TLS_TPREL64 R_RISCV +pkg debug/elf, const R_RISCV_TPREL_ADD = 32 +pkg debug/elf, const R_RISCV_TPREL_ADD R_RISCV +pkg debug/elf, const R_RISCV_TPREL_HI20 = 29 +pkg debug/elf, const R_RISCV_TPREL_HI20 R_RISCV +pkg debug/elf, const R_RISCV_TPREL_I = 49 +pkg debug/elf, const R_RISCV_TPREL_I R_RISCV +pkg debug/elf, const R_RISCV_TPREL_LO12_I = 30 +pkg debug/elf, const R_RISCV_TPREL_LO12_I R_RISCV +pkg debug/elf, const R_RISCV_TPREL_LO12_S = 31 +pkg debug/elf, const R_RISCV_TPREL_LO12_S R_RISCV +pkg debug/elf, const R_RISCV_TPREL_S = 50 +pkg debug/elf, const R_RISCV_TPREL_S R_RISCV +pkg debug/elf, method (R_RISCV) GoString() string +pkg debug/elf, method (R_RISCV) String() string +pkg debug/elf, type R_RISCV int +pkg debug/macho, const CpuArm64 = 16777228 +pkg debug/macho, const CpuArm64 Cpu +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_ARCHITECTURE = 7 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_ARCHITECTURE ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BASERELOC = 5 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BASERELOC ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT = 11 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR = 14 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DEBUG = 6 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DEBUG ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT = 13 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXCEPTION = 3 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXCEPTION ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT = 0 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR = 8 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT = 12 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT = 1 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG = 10 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_RESOURCE = 2 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_RESOURCE ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_SECURITY = 4 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_SECURITY ideal-int +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS = 9 +pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_ARM64 = 43620 +pkg debug/pe, const IMAGE_FILE_MACHINE_ARM64 ideal-int +pkg go/ast, type CompositeLit struct, Incomplete bool +pkg go/token, method (*File) AddLineColumnInfo(int, string, int, int) +pkg go/types, func NewInterfaceType([]*Func, []Type) *Interface +pkg go/types, method (*Interface) EmbeddedType(int) Type +pkg go/types, method (*Var) Embedded() bool +pkg net, method (*ListenConfig) Listen(context.Context, string, string) (Listener, error) +pkg net, method (*ListenConfig) ListenPacket(context.Context, string, string) (PacketConn, error) +pkg net, type Dialer struct, Control func(string, string, syscall.RawConn) error +pkg net, type ListenConfig struct +pkg net, type ListenConfig struct, Control func(string, string, syscall.RawConn) error +pkg net/http, const SameSiteDefaultMode = 1 +pkg net/http, const SameSiteDefaultMode SameSite +pkg net/http, const SameSiteLaxMode = 2 +pkg net/http, const SameSiteLaxMode SameSite +pkg net/http, const SameSiteStrictMode = 3 +pkg net/http, const SameSiteStrictMode SameSite +pkg net/http, const StatusMisdirectedRequest = 421 +pkg net/http, const StatusMisdirectedRequest ideal-int +pkg net/http, type Cookie struct, SameSite SameSite +pkg net/http, type SameSite int +pkg net/http, type Transport struct, MaxConnsPerHost int +pkg net/http/httptrace, type ClientTrace struct, Got1xxResponse func(int, textproto.MIMEHeader) error +pkg net/http/httptrace, type ClientTrace struct, WroteHeaderField func(string, []string) +pkg net/http/httputil, type ReverseProxy struct, ErrorHandler func(http.ResponseWriter, *http.Request, error) +pkg os, const ModeIrregular = 524288 +pkg os, const ModeIrregular FileMode +pkg os, const ModeType = 2399666176 +pkg os, func UserCacheDir() (string, error) +pkg os/signal, func Ignored(os.Signal) bool +pkg regexp/syntax, method (Op) String() string +pkg runtime/trace, func IsEnabled() bool +pkg runtime/trace, func Log(context.Context, string, string) +pkg runtime/trace, func Logf(context.Context, string, string, ...interface{}) +pkg runtime/trace, func NewTask(context.Context, string) (context.Context, *Task) +pkg runtime/trace, func StartRegion(context.Context, string) *Region +pkg runtime/trace, func WithRegion(context.Context, string, func()) +pkg runtime/trace, method (*Region) End() +pkg runtime/trace, method (*Task) End() +pkg runtime/trace, type Region struct +pkg runtime/trace, type Task struct +pkg syscall (netbsd-386), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-386), func Pipe2([]int, int) error +pkg syscall (netbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-386-cgo), func Pipe2([]int, int) error +pkg syscall (netbsd-amd64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-amd64), func Pipe2([]int, int) error +pkg syscall (netbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func Pipe2([]int, int) error +pkg syscall (netbsd-arm), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm), func Pipe2([]int, int) error +pkg syscall (netbsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func Pipe2([]int, int) error +pkg syscall (openbsd-386), const SOCK_CLOEXEC = 32768 +pkg syscall (openbsd-386), const SOCK_CLOEXEC ideal-int +pkg syscall (openbsd-386), const SOCK_NONBLOCK = 16384 +pkg syscall (openbsd-386), const SOCK_NONBLOCK ideal-int +pkg syscall (openbsd-386), const SYS_ACCEPT4 = 93 +pkg syscall (openbsd-386), const SYS_ACCEPT4 ideal-int +pkg syscall (openbsd-386), const SYS_PIPE2 = 101 +pkg syscall (openbsd-386), const SYS_PIPE2 ideal-int +pkg syscall (openbsd-386), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (openbsd-386), func Pipe2([]int, int) error +pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768 +pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384 +pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93 +pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PIPE2 = 101 +pkg syscall (openbsd-386-cgo), const SYS_PIPE2 ideal-int +pkg syscall (openbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (openbsd-386-cgo), func Pipe2([]int, int) error +pkg syscall (openbsd-amd64), const SOCK_CLOEXEC = 32768 +pkg syscall (openbsd-amd64), const SOCK_CLOEXEC ideal-int +pkg syscall (openbsd-amd64), const SOCK_NONBLOCK = 16384 +pkg syscall (openbsd-amd64), const SOCK_NONBLOCK ideal-int +pkg syscall (openbsd-amd64), const SYS_ACCEPT4 = 93 +pkg syscall (openbsd-amd64), const SYS_ACCEPT4 ideal-int +pkg syscall (openbsd-amd64), const SYS_PIPE2 = 101 +pkg syscall (openbsd-amd64), const SYS_PIPE2 ideal-int +pkg syscall (openbsd-amd64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (openbsd-amd64), func Pipe2([]int, int) error +pkg syscall (openbsd-amd64-cgo), const SOCK_CLOEXEC = 32768 +pkg syscall (openbsd-amd64-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (openbsd-amd64-cgo), const SOCK_NONBLOCK = 16384 +pkg syscall (openbsd-amd64-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT4 = 93 +pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PIPE2 = 101 +pkg syscall (openbsd-amd64-cgo), const SYS_PIPE2 ideal-int +pkg syscall (openbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func Pipe2([]int, int) error +pkg syscall (windows-386), const TOKEN_ADJUST_SESSIONID = 256 +pkg syscall (windows-386), const TOKEN_ADJUST_SESSIONID ideal-int +pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983551 +pkg syscall (windows-386), type AddrinfoW struct, Addr Pointer +pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara Pointer +pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer +pkg syscall (windows-386), type CertContext struct, CertInfo *CertInfo +pkg syscall (windows-386), type CertInfo struct +pkg syscall (windows-386), type CertRevocationCrlInfo struct +pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo *CertRevocationCrlInfo +pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo Pointer +pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo *CertTrustListInfo +pkg syscall (windows-386), type CertTrustListInfo struct +pkg syscall (windows-386), type Pointer *struct +pkg syscall (windows-amd64), const TOKEN_ADJUST_SESSIONID = 256 +pkg syscall (windows-amd64), const TOKEN_ADJUST_SESSIONID ideal-int +pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983551 +pkg syscall (windows-amd64), type AddrinfoW struct, Addr Pointer +pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara Pointer +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer +pkg syscall (windows-amd64), type CertContext struct, CertInfo *CertInfo +pkg syscall (windows-amd64), type CertInfo struct +pkg syscall (windows-amd64), type CertRevocationCrlInfo struct +pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo *CertRevocationCrlInfo +pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo Pointer +pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo *CertTrustListInfo +pkg syscall (windows-amd64), type CertTrustListInfo struct +pkg syscall (windows-amd64), type Pointer *struct +pkg syscall, const ImplementsGetwd = true +pkg text/template/parse, type PipeNode struct, IsAssign bool diff --git a/go/api/go1.12.txt b/go/api/go1.12.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d525cb86eef0e3ea4d63bcf2a8694343e4eb0d9 --- /dev/null +++ b/go/api/go1.12.txt @@ -0,0 +1,228 @@ +pkg bytes, func ReplaceAll([]uint8, []uint8, []uint8) []uint8 +pkg crypto/tls, const TLS_AES_128_GCM_SHA256 = 4865 +pkg crypto/tls, const TLS_AES_128_GCM_SHA256 uint16 +pkg crypto/tls, const TLS_AES_256_GCM_SHA384 = 4866 +pkg crypto/tls, const TLS_AES_256_GCM_SHA384 uint16 +pkg crypto/tls, const TLS_CHACHA20_POLY1305_SHA256 = 4867 +pkg crypto/tls, const TLS_CHACHA20_POLY1305_SHA256 uint16 +pkg crypto/tls, const VersionTLS13 = 772 +pkg crypto/tls, const VersionTLS13 ideal-int +pkg crypto/tls, type RecordHeaderError struct, Conn net.Conn +pkg debug/elf, const R_RISCV_32_PCREL = 57 +pkg debug/elf, const R_RISCV_32_PCREL R_RISCV +pkg debug/pe, const IMAGE_FILE_MACHINE_ARMNT = 452 +pkg debug/pe, const IMAGE_FILE_MACHINE_ARMNT ideal-int +pkg expvar, method (*Map) Delete(string) +pkg go/doc, const PreserveAST = 4 +pkg go/doc, const PreserveAST Mode +pkg go/importer, func ForCompiler(*token.FileSet, string, Lookup) types.Importer +pkg go/token, method (*File) LineStart(int) Pos +pkg io, type StringWriter interface { WriteString } +pkg io, type StringWriter interface, WriteString(string) (int, error) +pkg log, method (*Logger) Writer() io.Writer +pkg math/bits, func Add(uint, uint, uint) (uint, uint) +pkg math/bits, func Add32(uint32, uint32, uint32) (uint32, uint32) +pkg math/bits, func Add64(uint64, uint64, uint64) (uint64, uint64) +pkg math/bits, func Div(uint, uint, uint) (uint, uint) +pkg math/bits, func Div32(uint32, uint32, uint32) (uint32, uint32) +pkg math/bits, func Div64(uint64, uint64, uint64) (uint64, uint64) +pkg math/bits, func Mul(uint, uint) (uint, uint) +pkg math/bits, func Mul32(uint32, uint32) (uint32, uint32) +pkg math/bits, func Mul64(uint64, uint64) (uint64, uint64) +pkg math/bits, func Sub(uint, uint, uint) (uint, uint) +pkg math/bits, func Sub32(uint32, uint32, uint32) (uint32, uint32) +pkg math/bits, func Sub64(uint64, uint64, uint64) (uint64, uint64) +pkg net/http, const StatusTooEarly = 425 +pkg net/http, const StatusTooEarly ideal-int +pkg net/http, method (*Client) CloseIdleConnections() +pkg os, const ModeType = 2401763328 +pkg os, func UserHomeDir() (string, error) +pkg os, method (*File) SyscallConn() (syscall.RawConn, error) +pkg os, method (*ProcessState) ExitCode() int +pkg os/exec, method (ExitError) ExitCode() int +pkg reflect, method (*MapIter) Key() Value +pkg reflect, method (*MapIter) Next() bool +pkg reflect, method (*MapIter) Value() Value +pkg reflect, method (Value) MapRange() *MapIter +pkg reflect, type MapIter struct +pkg runtime/debug, func ReadBuildInfo() (*BuildInfo, bool) +pkg runtime/debug, type BuildInfo struct +pkg runtime/debug, type BuildInfo struct, Deps []*Module +pkg runtime/debug, type BuildInfo struct, Main Module +pkg runtime/debug, type BuildInfo struct, Path string +pkg runtime/debug, type Module struct +pkg runtime/debug, type Module struct, Path string +pkg runtime/debug, type Module struct, Replace *Module +pkg runtime/debug, type Module struct, Sum string +pkg runtime/debug, type Module struct, Version string +pkg strings, func ReplaceAll(string, string, string) string +pkg strings, method (*Builder) Cap() int +pkg syscall (freebsd-386), const S_IRWXG = 56 +pkg syscall (freebsd-386), const S_IRWXG ideal-int +pkg syscall (freebsd-386), const S_IRWXO = 7 +pkg syscall (freebsd-386), const S_IRWXO ideal-int +pkg syscall (freebsd-386), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-386), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-386), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-386), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-386), type Dirent struct, Off int64 +pkg syscall (freebsd-386), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-386), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-386), type Stat_t struct, Atim_ext int32 +pkg syscall (freebsd-386), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-386), type Stat_t struct, Btim_ext int32 +pkg syscall (freebsd-386), type Stat_t struct, Ctim_ext int32 +pkg syscall (freebsd-386), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-386), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-386), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-386), type Stat_t struct, Mtim_ext int32 +pkg syscall (freebsd-386), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-386), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-386), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-386), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-386), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-386-cgo), const S_IRWXG = 56 +pkg syscall (freebsd-386-cgo), const S_IRWXG ideal-int +pkg syscall (freebsd-386-cgo), const S_IRWXO = 7 +pkg syscall (freebsd-386-cgo), const S_IRWXO ideal-int +pkg syscall (freebsd-386-cgo), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-386-cgo), type Dirent struct, Off int64 +pkg syscall (freebsd-386-cgo), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-386-cgo), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Atim_ext int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Btim_ext int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Ctim_ext int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Mtim_ext int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-amd64), const S_IRWXG = 56 +pkg syscall (freebsd-amd64), const S_IRWXG ideal-int +pkg syscall (freebsd-amd64), const S_IRWXO = 7 +pkg syscall (freebsd-amd64), const S_IRWXO ideal-int +pkg syscall (freebsd-amd64), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-amd64), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-amd64), type Dirent struct, Off int64 +pkg syscall (freebsd-amd64), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-amd64), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-amd64), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-amd64), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-amd64), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-amd64), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-amd64-cgo), const S_IRWXG = 56 +pkg syscall (freebsd-amd64-cgo), const S_IRWXG ideal-int +pkg syscall (freebsd-amd64-cgo), const S_IRWXO = 7 +pkg syscall (freebsd-amd64-cgo), const S_IRWXO ideal-int +pkg syscall (freebsd-amd64-cgo), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Off int64 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-arm), const S_IRWXG = 56 +pkg syscall (freebsd-arm), const S_IRWXG ideal-int +pkg syscall (freebsd-arm), const S_IRWXO = 7 +pkg syscall (freebsd-arm), const S_IRWXO ideal-int +pkg syscall (freebsd-arm), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-arm), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-arm), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-arm), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-arm), type Dirent struct, Off int64 +pkg syscall (freebsd-arm), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-arm), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-arm), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-arm), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-arm), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-arm), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-arm), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-arm), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-arm), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-arm-cgo), const S_IRWXG = 56 +pkg syscall (freebsd-arm-cgo), const S_IRWXG ideal-int +pkg syscall (freebsd-arm-cgo), const S_IRWXO = 7 +pkg syscall (freebsd-arm-cgo), const S_IRWXO ideal-int +pkg syscall (freebsd-arm-cgo), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Off int64 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (openbsd-386), const S_IRWXG = 56 +pkg syscall (openbsd-386), const S_IRWXG ideal-int +pkg syscall (openbsd-386), const S_IRWXO = 7 +pkg syscall (openbsd-386), const S_IRWXO ideal-int +pkg syscall (openbsd-386-cgo), const S_IRWXG = 56 +pkg syscall (openbsd-386-cgo), const S_IRWXG ideal-int +pkg syscall (openbsd-386-cgo), const S_IRWXO = 7 +pkg syscall (openbsd-386-cgo), const S_IRWXO ideal-int +pkg syscall (openbsd-amd64), const S_IRWXG = 56 +pkg syscall (openbsd-amd64), const S_IRWXG ideal-int +pkg syscall (openbsd-amd64), const S_IRWXO = 7 +pkg syscall (openbsd-amd64), const S_IRWXO ideal-int +pkg syscall (openbsd-amd64-cgo), const S_IRWXG = 56 +pkg syscall (openbsd-amd64-cgo), const S_IRWXG ideal-int +pkg syscall (openbsd-amd64-cgo), const S_IRWXO = 7 +pkg syscall (openbsd-amd64-cgo), const S_IRWXO ideal-int +pkg syscall (windows-386), const UNIX_PATH_MAX = 108 +pkg syscall (windows-386), const UNIX_PATH_MAX ideal-int +pkg syscall (windows-386), func Syscall18(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-386), type RawSockaddrAny struct, Pad [100]int8 +pkg syscall (windows-386), type RawSockaddrUnix struct, Family uint16 +pkg syscall (windows-386), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (windows-amd64), const UNIX_PATH_MAX = 108 +pkg syscall (windows-amd64), const UNIX_PATH_MAX ideal-int +pkg syscall (windows-amd64), func Syscall18(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [100]int8 +pkg syscall (windows-amd64), type RawSockaddrUnix struct, Family uint16 +pkg syscall (windows-amd64), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall, type RawSockaddrUnix struct diff --git a/go/api/go1.13.txt b/go/api/go1.13.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb0f683b378e21ca49e7849032f173a3f930f7ef --- /dev/null +++ b/go/api/go1.13.txt @@ -0,0 +1,8032 @@ +pkg bytes, func ToValidUTF8([]uint8, []uint8) []uint8 +pkg crypto/ed25519, const PrivateKeySize = 64 +pkg crypto/ed25519, const PrivateKeySize ideal-int +pkg crypto/ed25519, const PublicKeySize = 32 +pkg crypto/ed25519, const PublicKeySize ideal-int +pkg crypto/ed25519, const SeedSize = 32 +pkg crypto/ed25519, const SeedSize ideal-int +pkg crypto/ed25519, const SignatureSize = 64 +pkg crypto/ed25519, const SignatureSize ideal-int +pkg crypto/ed25519, func GenerateKey(io.Reader) (PublicKey, PrivateKey, error) +pkg crypto/ed25519, func NewKeyFromSeed([]uint8) PrivateKey +pkg crypto/ed25519, func Sign(PrivateKey, []uint8) []uint8 +pkg crypto/ed25519, func Verify(PublicKey, []uint8, []uint8) bool +pkg crypto/ed25519, method (PrivateKey) Public() crypto.PublicKey +pkg crypto/ed25519, method (PrivateKey) Seed() []uint8 +pkg crypto/ed25519, method (PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) +pkg crypto/ed25519, type PrivateKey []uint8 +pkg crypto/ed25519, type PublicKey []uint8 +pkg crypto/tls, const Ed25519 = 2055 +pkg crypto/tls, const Ed25519 SignatureScheme +pkg crypto/x509, const Ed25519 = 4 +pkg crypto/x509, const Ed25519 PublicKeyAlgorithm +pkg crypto/x509, const PureEd25519 = 16 +pkg crypto/x509, const PureEd25519 SignatureAlgorithm +pkg database/sql, method (*Conn) Raw(func(interface{}) error) error +pkg database/sql, method (*NullInt32) Scan(interface{}) error +pkg database/sql, method (NullInt32) Value() (driver.Value, error) +pkg database/sql, method (*NullTime) Scan(interface{}) error +pkg database/sql, method (NullTime) Value() (driver.Value, error) +pkg database/sql, type NullInt32 struct +pkg database/sql, type NullInt32 struct, Int32 int32 +pkg database/sql, type NullInt32 struct, Valid bool +pkg database/sql, type NullTime struct +pkg database/sql, type NullTime struct, Time time.Time +pkg database/sql, type NullTime struct, Valid bool +pkg debug/dwarf, method (*UnsupportedType) Common() *CommonType +pkg debug/dwarf, method (*UnsupportedType) Size() int64 +pkg debug/dwarf, method (*UnsupportedType) String() string +pkg debug/dwarf, type UnsupportedType struct +pkg debug/dwarf, type UnsupportedType struct, embedded CommonType +pkg debug/dwarf, type UnsupportedType struct, Tag Tag +pkg debug/elf, type Symbol struct, Library string +pkg debug/elf, type Symbol struct, Version string +pkg encoding/csv, method (*ParseError) Unwrap() error +pkg encoding/json, method (*MarshalerError) Unwrap() error +pkg errors, func As(error, interface{}) bool +pkg errors, func Is(error, error) bool +pkg errors, func Unwrap(error) error +pkg go/constant, func Make(interface{}) Value +pkg go/constant, func Val(Value) interface{} +pkg go/token, func IsExported(string) bool +pkg go/token, func IsIdentifier(string) bool +pkg go/token, func IsKeyword(string) bool +pkg go/types, func CheckExpr(*token.FileSet, *Package, token.Pos, ast.Expr, *Info) error +pkg log, func Writer() io.Writer +pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT = 1 +pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH = 32 +pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT = 2 +pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_CRON = 72 +pkg log/syslog (netbsd-arm64-cgo), const LOG_CRON Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-arm64-cgo), const LOG_DAEMON Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-arm64-cgo), const LOG_DEBUG Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_EMERG = 0 +pkg log/syslog (netbsd-arm64-cgo), const LOG_EMERG Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_ERR = 3 +pkg log/syslog (netbsd-arm64-cgo), const LOG_ERR Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_FTP = 88 +pkg log/syslog (netbsd-arm64-cgo), const LOG_FTP Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_INFO = 6 +pkg log/syslog (netbsd-arm64-cgo), const LOG_INFO Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_KERN = 0 +pkg log/syslog (netbsd-arm64-cgo), const LOG_KERN Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR = 48 +pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL = 16 +pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS = 56 +pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_USER = 8 +pkg log/syslog (netbsd-arm64-cgo), const LOG_USER Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP = 64 +pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP Priority +pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING = 4 +pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING Priority +pkg log/syslog (netbsd-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-arm64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Close() error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Err(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Info(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-arm64-cgo), type Priority int +pkg log/syslog (netbsd-arm64-cgo), type Writer struct +pkg log/syslog (netbsd-arm64), const LOG_ALERT = 1 +pkg log/syslog (netbsd-arm64), const LOG_ALERT Priority +pkg log/syslog (netbsd-arm64), const LOG_AUTH = 32 +pkg log/syslog (netbsd-arm64), const LOG_AUTH Priority +pkg log/syslog (netbsd-arm64), const LOG_AUTHPRIV = 80 +pkg log/syslog (netbsd-arm64), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-arm64), const LOG_CRIT = 2 +pkg log/syslog (netbsd-arm64), const LOG_CRIT Priority +pkg log/syslog (netbsd-arm64), const LOG_CRON = 72 +pkg log/syslog (netbsd-arm64), const LOG_CRON Priority +pkg log/syslog (netbsd-arm64), const LOG_DAEMON = 24 +pkg log/syslog (netbsd-arm64), const LOG_DAEMON Priority +pkg log/syslog (netbsd-arm64), const LOG_DEBUG = 7 +pkg log/syslog (netbsd-arm64), const LOG_DEBUG Priority +pkg log/syslog (netbsd-arm64), const LOG_EMERG = 0 +pkg log/syslog (netbsd-arm64), const LOG_EMERG Priority +pkg log/syslog (netbsd-arm64), const LOG_ERR = 3 +pkg log/syslog (netbsd-arm64), const LOG_ERR Priority +pkg log/syslog (netbsd-arm64), const LOG_FTP = 88 +pkg log/syslog (netbsd-arm64), const LOG_FTP Priority +pkg log/syslog (netbsd-arm64), const LOG_INFO = 6 +pkg log/syslog (netbsd-arm64), const LOG_INFO Priority +pkg log/syslog (netbsd-arm64), const LOG_KERN = 0 +pkg log/syslog (netbsd-arm64), const LOG_KERN Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 = 128 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL1 = 136 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL2 = 144 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL3 = 152 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL4 = 160 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL5 = 168 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL6 = 176 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-arm64), const LOG_LOCAL7 = 184 +pkg log/syslog (netbsd-arm64), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-arm64), const LOG_LPR = 48 +pkg log/syslog (netbsd-arm64), const LOG_LPR Priority +pkg log/syslog (netbsd-arm64), const LOG_MAIL = 16 +pkg log/syslog (netbsd-arm64), const LOG_MAIL Priority +pkg log/syslog (netbsd-arm64), const LOG_NEWS = 56 +pkg log/syslog (netbsd-arm64), const LOG_NEWS Priority +pkg log/syslog (netbsd-arm64), const LOG_NOTICE = 5 +pkg log/syslog (netbsd-arm64), const LOG_NOTICE Priority +pkg log/syslog (netbsd-arm64), const LOG_SYSLOG = 40 +pkg log/syslog (netbsd-arm64), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-arm64), const LOG_USER = 8 +pkg log/syslog (netbsd-arm64), const LOG_USER Priority +pkg log/syslog (netbsd-arm64), const LOG_UUCP = 64 +pkg log/syslog (netbsd-arm64), const LOG_UUCP Priority +pkg log/syslog (netbsd-arm64), const LOG_WARNING = 4 +pkg log/syslog (netbsd-arm64), const LOG_WARNING Priority +pkg log/syslog (netbsd-arm64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-arm64), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm64), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Close() error +pkg log/syslog (netbsd-arm64), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Err(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Info(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-arm64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-arm64), type Priority int +pkg log/syslog (netbsd-arm64), type Writer struct +pkg math/big, method (*Int) TrailingZeroBits() uint +pkg math/big, method (*Rat) SetUint64(uint64) *Rat +pkg net/http, const SameSiteNoneMode = 4 +pkg net/http, const SameSiteNoneMode SameSite +pkg net/http, const StatusEarlyHints = 103 +pkg net/http, const StatusEarlyHints ideal-int +pkg net/http, func NewRequestWithContext(context.Context, string, string, io.Reader) (*Request, error) +pkg net/http, method (Header) Clone() Header +pkg net/http, method (*Request) Clone(context.Context) *Request +pkg net/http, method (*Transport) Clone() *Transport +pkg net/http, type Server struct, BaseContext func(net.Listener) context.Context +pkg net/http, type Server struct, ConnContext func(context.Context, net.Conn) context.Context +pkg net/http, type Transport struct, ForceAttemptHTTP2 bool +pkg net/http, type Transport struct, ReadBufferSize int +pkg net/http, type Transport struct, WriteBufferSize int +pkg net, method (*DNSConfigError) Unwrap() error +pkg net, method (*OpError) Unwrap() error +pkg net, type DNSError struct, IsNotFound bool +pkg net, type ListenConfig struct, KeepAlive time.Duration +pkg net/url, method (*Error) Unwrap() error +pkg os/exec, method (*Cmd) String() string +pkg os/exec, method (*Error) Unwrap() error +pkg os, func UserConfigDir() (string, error) +pkg os, method (*LinkError) Unwrap() error +pkg os, method (*PathError) Unwrap() error +pkg os, method (*SyscallError) Unwrap() error +pkg os (netbsd-arm64-cgo), const DevNull = "/dev/null" +pkg os (netbsd-arm64-cgo), const O_APPEND = 8 +pkg os (netbsd-arm64-cgo), const O_CREATE = 512 +pkg os (netbsd-arm64-cgo), const O_EXCL = 2048 +pkg os (netbsd-arm64-cgo), const O_SYNC = 128 +pkg os (netbsd-arm64-cgo), const O_TRUNC = 1024 +pkg os (netbsd-arm64-cgo), const PathListSeparator = 58 +pkg os (netbsd-arm64-cgo), const PathSeparator = 47 +pkg os (netbsd-arm64), const DevNull = "/dev/null" +pkg os (netbsd-arm64), const O_APPEND = 8 +pkg os (netbsd-arm64), const O_CREATE = 512 +pkg os (netbsd-arm64), const O_EXCL = 2048 +pkg os (netbsd-arm64), const O_SYNC = 128 +pkg os (netbsd-arm64), const O_TRUNC = 1024 +pkg os (netbsd-arm64), const PathListSeparator = 58 +pkg os (netbsd-arm64), const PathSeparator = 47 +pkg path/filepath (netbsd-arm64-cgo), const ListSeparator = 58 +pkg path/filepath (netbsd-arm64-cgo), const Separator = 47 +pkg path/filepath (netbsd-arm64), const ListSeparator = 58 +pkg path/filepath (netbsd-arm64), const Separator = 47 +pkg reflect, method (Value) IsZero() bool +pkg runtime (netbsd-arm64-cgo), const GOARCH = "arm64" +pkg runtime (netbsd-arm64-cgo), const GOOS = "netbsd" +pkg runtime (netbsd-arm64), const GOARCH = "arm64" +pkg runtime (netbsd-arm64), const GOOS = "netbsd" +pkg strings, func ToValidUTF8(string, string) string +pkg syscall, method (Errno) Is(error) bool +pkg syscall (netbsd-arm64-cgo), const AF_APPLETALK = 16 +pkg syscall (netbsd-arm64-cgo), const AF_APPLETALK ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_ARP = 28 +pkg syscall (netbsd-arm64-cgo), const AF_ARP ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-arm64-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_CCITT = 10 +pkg syscall (netbsd-arm64-cgo), const AF_CCITT ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_CHAOS = 5 +pkg syscall (netbsd-arm64-cgo), const AF_CHAOS ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_CNT = 21 +pkg syscall (netbsd-arm64-cgo), const AF_CNT ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_COIP = 20 +pkg syscall (netbsd-arm64-cgo), const AF_COIP ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_DATAKIT = 9 +pkg syscall (netbsd-arm64-cgo), const AF_DATAKIT ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_DECnet = 12 +pkg syscall (netbsd-arm64-cgo), const AF_DECnet ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_DLI = 13 +pkg syscall (netbsd-arm64-cgo), const AF_DLI ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_E164 = 26 +pkg syscall (netbsd-arm64-cgo), const AF_E164 ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_ECMA = 8 +pkg syscall (netbsd-arm64-cgo), const AF_ECMA ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_HYLINK = 15 +pkg syscall (netbsd-arm64-cgo), const AF_HYLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_IEEE80211 = 32 +pkg syscall (netbsd-arm64-cgo), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_IMPLINK = 3 +pkg syscall (netbsd-arm64-cgo), const AF_IMPLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_INET6 = 24 +pkg syscall (netbsd-arm64-cgo), const AF_IPX = 23 +pkg syscall (netbsd-arm64-cgo), const AF_IPX ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_ISDN = 26 +pkg syscall (netbsd-arm64-cgo), const AF_ISDN ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_ISO = 7 +pkg syscall (netbsd-arm64-cgo), const AF_ISO ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_LAT = 14 +pkg syscall (netbsd-arm64-cgo), const AF_LAT ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_LINK = 18 +pkg syscall (netbsd-arm64-cgo), const AF_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_LOCAL = 1 +pkg syscall (netbsd-arm64-cgo), const AF_LOCAL ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_MAX = 35 +pkg syscall (netbsd-arm64-cgo), const AF_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_MPLS = 33 +pkg syscall (netbsd-arm64-cgo), const AF_MPLS ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_NATM = 27 +pkg syscall (netbsd-arm64-cgo), const AF_NATM ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_NS = 6 +pkg syscall (netbsd-arm64-cgo), const AF_NS ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_OROUTE = 17 +pkg syscall (netbsd-arm64-cgo), const AF_OROUTE ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_OSI = 7 +pkg syscall (netbsd-arm64-cgo), const AF_OSI ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_PUP = 4 +pkg syscall (netbsd-arm64-cgo), const AF_PUP ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_ROUTE = 34 +pkg syscall (netbsd-arm64-cgo), const AF_ROUTE ideal-int +pkg syscall (netbsd-arm64-cgo), const AF_SNA = 11 +pkg syscall (netbsd-arm64-cgo), const AF_SNA ideal-int +pkg syscall (netbsd-arm64-cgo), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-arm64-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-arm64-cgo), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-arm64-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-arm64-cgo), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-arm64-cgo), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-arm64-cgo), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-arm64-cgo), const B0 = 0 +pkg syscall (netbsd-arm64-cgo), const B0 ideal-int +pkg syscall (netbsd-arm64-cgo), const B110 = 110 +pkg syscall (netbsd-arm64-cgo), const B110 ideal-int +pkg syscall (netbsd-arm64-cgo), const B115200 = 115200 +pkg syscall (netbsd-arm64-cgo), const B115200 ideal-int +pkg syscall (netbsd-arm64-cgo), const B1200 = 1200 +pkg syscall (netbsd-arm64-cgo), const B1200 ideal-int +pkg syscall (netbsd-arm64-cgo), const B134 = 134 +pkg syscall (netbsd-arm64-cgo), const B134 ideal-int +pkg syscall (netbsd-arm64-cgo), const B14400 = 14400 +pkg syscall (netbsd-arm64-cgo), const B14400 ideal-int +pkg syscall (netbsd-arm64-cgo), const B150 = 150 +pkg syscall (netbsd-arm64-cgo), const B150 ideal-int +pkg syscall (netbsd-arm64-cgo), const B1800 = 1800 +pkg syscall (netbsd-arm64-cgo), const B1800 ideal-int +pkg syscall (netbsd-arm64-cgo), const B19200 = 19200 +pkg syscall (netbsd-arm64-cgo), const B19200 ideal-int +pkg syscall (netbsd-arm64-cgo), const B200 = 200 +pkg syscall (netbsd-arm64-cgo), const B200 ideal-int +pkg syscall (netbsd-arm64-cgo), const B230400 = 230400 +pkg syscall (netbsd-arm64-cgo), const B230400 ideal-int +pkg syscall (netbsd-arm64-cgo), const B2400 = 2400 +pkg syscall (netbsd-arm64-cgo), const B2400 ideal-int +pkg syscall (netbsd-arm64-cgo), const B28800 = 28800 +pkg syscall (netbsd-arm64-cgo), const B28800 ideal-int +pkg syscall (netbsd-arm64-cgo), const B300 = 300 +pkg syscall (netbsd-arm64-cgo), const B300 ideal-int +pkg syscall (netbsd-arm64-cgo), const B38400 = 38400 +pkg syscall (netbsd-arm64-cgo), const B38400 ideal-int +pkg syscall (netbsd-arm64-cgo), const B460800 = 460800 +pkg syscall (netbsd-arm64-cgo), const B460800 ideal-int +pkg syscall (netbsd-arm64-cgo), const B4800 = 4800 +pkg syscall (netbsd-arm64-cgo), const B4800 ideal-int +pkg syscall (netbsd-arm64-cgo), const B50 = 50 +pkg syscall (netbsd-arm64-cgo), const B50 ideal-int +pkg syscall (netbsd-arm64-cgo), const B57600 = 57600 +pkg syscall (netbsd-arm64-cgo), const B57600 ideal-int +pkg syscall (netbsd-arm64-cgo), const B600 = 600 +pkg syscall (netbsd-arm64-cgo), const B600 ideal-int +pkg syscall (netbsd-arm64-cgo), const B7200 = 7200 +pkg syscall (netbsd-arm64-cgo), const B7200 ideal-int +pkg syscall (netbsd-arm64-cgo), const B75 = 75 +pkg syscall (netbsd-arm64-cgo), const B75 ideal-int +pkg syscall (netbsd-arm64-cgo), const B76800 = 76800 +pkg syscall (netbsd-arm64-cgo), const B76800 ideal-int +pkg syscall (netbsd-arm64-cgo), const B921600 = 921600 +pkg syscall (netbsd-arm64-cgo), const B921600 ideal-int +pkg syscall (netbsd-arm64-cgo), const B9600 = 9600 +pkg syscall (netbsd-arm64-cgo), const B9600 ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-arm64-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-arm64-cgo), const BIOCFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-arm64-cgo), const BIOCGBLEN ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-arm64-cgo), const BIOCGDLT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGDLTLIST = 3222291063 +pkg syscall (netbsd-arm64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-arm64-cgo), const BIOCGETIF ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-arm64-cgo), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-arm64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGRTIMEOUT = 1074807419 +pkg syscall (netbsd-arm64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-arm64-cgo), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-arm64-cgo), const BIOCGSTATS ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-arm64-cgo), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-arm64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-arm64-cgo), const BIOCPROMISC ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-arm64-cgo), const BIOCSBLEN ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-arm64-cgo), const BIOCSDLT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSETF = 2148549223 +pkg syscall (netbsd-arm64-cgo), const BIOCSETF ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-arm64-cgo), const BIOCSETIF ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-arm64-cgo), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-arm64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSRTIMEOUT = 2148549242 +pkg syscall (netbsd-arm64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-arm64-cgo), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSTCPF = 2148549234 +pkg syscall (netbsd-arm64-cgo), const BIOCSTCPF ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCSUDPF = 2148549235 +pkg syscall (netbsd-arm64-cgo), const BIOCSUDPF ideal-int +pkg syscall (netbsd-arm64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-arm64-cgo), const BIOCVERSION ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_A = 16 +pkg syscall (netbsd-arm64-cgo), const BPF_ABS = 32 +pkg syscall (netbsd-arm64-cgo), const BPF_ABS ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_ADD = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_ADD ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_A ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT = 8 +pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_ALU = 4 +pkg syscall (netbsd-arm64-cgo), const BPF_ALU ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_AND = 80 +pkg syscall (netbsd-arm64-cgo), const BPF_AND ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_B = 16 +pkg syscall (netbsd-arm64-cgo), const BPF_B ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-arm64-cgo), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_DIV = 48 +pkg syscall (netbsd-arm64-cgo), const BPF_DIV ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_H = 8 +pkg syscall (netbsd-arm64-cgo), const BPF_H ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_IMM = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_IMM ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_IND = 64 +pkg syscall (netbsd-arm64-cgo), const BPF_IND ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_JA = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_JA ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_JEQ = 16 +pkg syscall (netbsd-arm64-cgo), const BPF_JEQ ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_JGE = 48 +pkg syscall (netbsd-arm64-cgo), const BPF_JGE ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_JGT = 32 +pkg syscall (netbsd-arm64-cgo), const BPF_JGT ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_JMP = 5 +pkg syscall (netbsd-arm64-cgo), const BPF_JMP ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_JSET = 64 +pkg syscall (netbsd-arm64-cgo), const BPF_JSET ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_K = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_K ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_LD = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_LD ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_LDX = 1 +pkg syscall (netbsd-arm64-cgo), const BPF_LDX ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_LEN = 128 +pkg syscall (netbsd-arm64-cgo), const BPF_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_LSH = 96 +pkg syscall (netbsd-arm64-cgo), const BPF_LSH ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-arm64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MEM = 96 +pkg syscall (netbsd-arm64-cgo), const BPF_MEM ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-arm64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-arm64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-arm64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MISC = 7 +pkg syscall (netbsd-arm64-cgo), const BPF_MISC ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MSH = 160 +pkg syscall (netbsd-arm64-cgo), const BPF_MSH ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_MUL = 32 +pkg syscall (netbsd-arm64-cgo), const BPF_MUL ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_NEG = 128 +pkg syscall (netbsd-arm64-cgo), const BPF_NEG ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_OR = 64 +pkg syscall (netbsd-arm64-cgo), const BPF_OR ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_RELEASE = 199606 +pkg syscall (netbsd-arm64-cgo), const BPF_RELEASE ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_RET = 6 +pkg syscall (netbsd-arm64-cgo), const BPF_RET ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_RSH = 112 +pkg syscall (netbsd-arm64-cgo), const BPF_RSH ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_ST = 2 +pkg syscall (netbsd-arm64-cgo), const BPF_ST ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_STX = 3 +pkg syscall (netbsd-arm64-cgo), const BPF_STX ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_SUB = 16 +pkg syscall (netbsd-arm64-cgo), const BPF_SUB ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_TAX = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_TAX ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_TXA = 128 +pkg syscall (netbsd-arm64-cgo), const BPF_TXA ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_W = 0 +pkg syscall (netbsd-arm64-cgo), const BPF_W ideal-int +pkg syscall (netbsd-arm64-cgo), const BPF_X = 8 +pkg syscall (netbsd-arm64-cgo), const BPF_X ideal-int +pkg syscall (netbsd-arm64-cgo), const BRKINT = 2 +pkg syscall (netbsd-arm64-cgo), const BRKINT ideal-int +pkg syscall (netbsd-arm64-cgo), const CFLUSH = 15 +pkg syscall (netbsd-arm64-cgo), const CFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const CLOCAL = 32768 +pkg syscall (netbsd-arm64-cgo), const CLOCAL ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_CSIGNAL = 255 +pkg syscall (netbsd-arm64-cgo), const CLONE_CSIGNAL ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_FILES = 1024 +pkg syscall (netbsd-arm64-cgo), const CLONE_FILES ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_FS = 512 +pkg syscall (netbsd-arm64-cgo), const CLONE_FS ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_PID = 4096 +pkg syscall (netbsd-arm64-cgo), const CLONE_PID ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE = 8192 +pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND = 2048 +pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_VFORK = 16384 +pkg syscall (netbsd-arm64-cgo), const CLONE_VFORK ideal-int +pkg syscall (netbsd-arm64-cgo), const CLONE_VM = 256 +pkg syscall (netbsd-arm64-cgo), const CLONE_VM ideal-int +pkg syscall (netbsd-arm64-cgo), const CREAD = 2048 +pkg syscall (netbsd-arm64-cgo), const CREAD ideal-int +pkg syscall (netbsd-arm64-cgo), const CS5 = 0 +pkg syscall (netbsd-arm64-cgo), const CS5 ideal-int +pkg syscall (netbsd-arm64-cgo), const CS6 = 256 +pkg syscall (netbsd-arm64-cgo), const CS6 ideal-int +pkg syscall (netbsd-arm64-cgo), const CS7 = 512 +pkg syscall (netbsd-arm64-cgo), const CS7 ideal-int +pkg syscall (netbsd-arm64-cgo), const CS8 = 768 +pkg syscall (netbsd-arm64-cgo), const CS8 ideal-int +pkg syscall (netbsd-arm64-cgo), const CSIZE = 768 +pkg syscall (netbsd-arm64-cgo), const CSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const CSTART = 17 +pkg syscall (netbsd-arm64-cgo), const CSTART ideal-int +pkg syscall (netbsd-arm64-cgo), const CSTATUS = 20 +pkg syscall (netbsd-arm64-cgo), const CSTATUS ideal-int +pkg syscall (netbsd-arm64-cgo), const CSTOP = 19 +pkg syscall (netbsd-arm64-cgo), const CSTOPB = 1024 +pkg syscall (netbsd-arm64-cgo), const CSTOPB ideal-int +pkg syscall (netbsd-arm64-cgo), const CSTOP ideal-int +pkg syscall (netbsd-arm64-cgo), const CSUSP = 26 +pkg syscall (netbsd-arm64-cgo), const CSUSP ideal-int +pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME = 12 +pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-arm64-cgo), const CTL_NET = 4 +pkg syscall (netbsd-arm64-cgo), const CTL_NET ideal-int +pkg syscall (netbsd-arm64-cgo), const CTL_QUERY = -2 +pkg syscall (netbsd-arm64-cgo), const CTL_QUERY ideal-int +pkg syscall (netbsd-arm64-cgo), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-arm64-cgo), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_A429 = 184 +pkg syscall (netbsd-arm64-cgo), const DLT_A429 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_A653_ICM = 185 +pkg syscall (netbsd-arm64-cgo), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_AOS = 222 +pkg syscall (netbsd-arm64-cgo), const DLT_AOS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET = 7 +pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-arm64-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-arm64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_AURORA = 126 +pkg syscall (netbsd-arm64-cgo), const DLT_AURORA ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_AX25 = 3 +pkg syscall (netbsd-arm64-cgo), const DLT_AX25 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-arm64-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-arm64-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_CAN20B = 190 +pkg syscall (netbsd-arm64-cgo), const DLT_CAN20B ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-arm64-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_CHAOS = 5 +pkg syscall (netbsd-arm64-cgo), const DLT_CHAOS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC = 104 +pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-arm64-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_DECT = 221 +pkg syscall (netbsd-arm64-cgo), const DLT_DECT ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_DOCSIS = 143 +pkg syscall (netbsd-arm64-cgo), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ECONET = 115 +pkg syscall (netbsd-arm64-cgo), const DLT_ECONET ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_EN10MB = 1 +pkg syscall (netbsd-arm64-cgo), const DLT_EN10MB ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_EN3MB = 2 +pkg syscall (netbsd-arm64-cgo), const DLT_EN3MB ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ENC = 109 +pkg syscall (netbsd-arm64-cgo), const DLT_ENC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ERF = 197 +pkg syscall (netbsd-arm64-cgo), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-arm64-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ERF ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_ERF_POS = 176 +pkg syscall (netbsd-arm64-cgo), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_FC_2 = 224 +pkg syscall (netbsd-arm64-cgo), const DLT_FC_2 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_FDDI = 10 +pkg syscall (netbsd-arm64-cgo), const DLT_FDDI ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-arm64-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY = 107 +pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GPF_F = 171 +pkg syscall (netbsd-arm64-cgo), const DLT_GPF_F ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GPF_T = 170 +pkg syscall (netbsd-arm64-cgo), const DLT_GPF_T ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-arm64-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_HDLC = 16 +pkg syscall (netbsd-arm64-cgo), const DLT_HDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_HHDLC = 121 +pkg syscall (netbsd-arm64-cgo), const DLT_HHDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_HIPPI = 15 +pkg syscall (netbsd-arm64-cgo), const DLT_HIPPI ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SN = 146 +pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SP = 145 +pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802 = 6 +pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IPMB = 199 +pkg syscall (netbsd-arm64-cgo), const DLT_IPMB ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IPNET = 226 +pkg syscall (netbsd-arm64-cgo), const DLT_IPNET ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IPV4 = 228 +pkg syscall (netbsd-arm64-cgo), const DLT_IPV4 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_IPV6 = 229 +pkg syscall (netbsd-arm64-cgo), const DLT_IPV6 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-arm64-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LAPD = 203 +pkg syscall (netbsd-arm64-cgo), const DLT_LAPD ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LIN = 212 +pkg syscall (netbsd-arm64-cgo), const DLT_LIN ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LOOP = 108 +pkg syscall (netbsd-arm64-cgo), const DLT_LOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_LTALK = 114 +pkg syscall (netbsd-arm64-cgo), const DLT_LTALK ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_MFR = 182 +pkg syscall (netbsd-arm64-cgo), const DLT_MFR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_MOST = 211 +pkg syscall (netbsd-arm64-cgo), const DLT_MOST ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_MPLS = 219 +pkg syscall (netbsd-arm64-cgo), const DLT_MPLS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_MTP2 = 140 +pkg syscall (netbsd-arm64-cgo), const DLT_MTP2 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-arm64-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_MTP3 = 141 +pkg syscall (netbsd-arm64-cgo), const DLT_MTP3 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_NULL = 0 +pkg syscall (netbsd-arm64-cgo), const DLT_NULL ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-arm64-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PFLOG = 117 +pkg syscall (netbsd-arm64-cgo), const DLT_PFLOG ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PFSYNC = 18 +pkg syscall (netbsd-arm64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPI = 192 +pkg syscall (netbsd-arm64-cgo), const DLT_PPI ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPP = 9 +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-arm64-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-arm64-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_PRONET = 4 +pkg syscall (netbsd-arm64-cgo), const DLT_PRONET ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_RAIF1 = 198 +pkg syscall (netbsd-arm64-cgo), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_RAW = 12 +pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_RAW ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_RIO = 124 +pkg syscall (netbsd-arm64-cgo), const DLT_RIO ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_SCCP = 142 +pkg syscall (netbsd-arm64-cgo), const DLT_SCCP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_SITA = 196 +pkg syscall (netbsd-arm64-cgo), const DLT_SITA ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_SLIP = 8 +pkg syscall (netbsd-arm64-cgo), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-arm64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_SLIP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_SUNATM = 123 +pkg syscall (netbsd-arm64-cgo), const DLT_SUNATM ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-arm64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_TZSP = 128 +pkg syscall (netbsd-arm64-cgo), const DLT_TZSP ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_USB = 186 +pkg syscall (netbsd-arm64-cgo), const DLT_USB ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_WIHART = 223 +pkg syscall (netbsd-arm64-cgo), const DLT_WIHART ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-arm64-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-arm64-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-arm64-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_BLK = 6 +pkg syscall (netbsd-arm64-cgo), const DT_BLK ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_CHR = 2 +pkg syscall (netbsd-arm64-cgo), const DT_CHR ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_DIR = 4 +pkg syscall (netbsd-arm64-cgo), const DT_DIR ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_FIFO = 1 +pkg syscall (netbsd-arm64-cgo), const DT_FIFO ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_LNK = 10 +pkg syscall (netbsd-arm64-cgo), const DT_LNK ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_REG = 8 +pkg syscall (netbsd-arm64-cgo), const DT_REG ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_SOCK = 12 +pkg syscall (netbsd-arm64-cgo), const DT_SOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_UNKNOWN = 0 +pkg syscall (netbsd-arm64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const DT_WHT = 14 +pkg syscall (netbsd-arm64-cgo), const DT_WHT ideal-int +pkg syscall (netbsd-arm64-cgo), const E2BIG = 7 +pkg syscall (netbsd-arm64-cgo), const EACCES = 13 +pkg syscall (netbsd-arm64-cgo), const EADDRINUSE = 48 +pkg syscall (netbsd-arm64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-arm64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-arm64-cgo), const EAGAIN = 35 +pkg syscall (netbsd-arm64-cgo), const EALREADY = 37 +pkg syscall (netbsd-arm64-cgo), const EAUTH = 80 +pkg syscall (netbsd-arm64-cgo), const EAUTH Errno +pkg syscall (netbsd-arm64-cgo), const EBADF = 9 +pkg syscall (netbsd-arm64-cgo), const EBADMSG = 88 +pkg syscall (netbsd-arm64-cgo), const EBADMSG Errno +pkg syscall (netbsd-arm64-cgo), const EBADRPC = 72 +pkg syscall (netbsd-arm64-cgo), const EBADRPC Errno +pkg syscall (netbsd-arm64-cgo), const EBUSY = 16 +pkg syscall (netbsd-arm64-cgo), const ECANCELED = 87 +pkg syscall (netbsd-arm64-cgo), const ECHILD = 10 +pkg syscall (netbsd-arm64-cgo), const ECHO = 8 +pkg syscall (netbsd-arm64-cgo), const ECHOCTL = 64 +pkg syscall (netbsd-arm64-cgo), const ECHOCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const ECHOE = 2 +pkg syscall (netbsd-arm64-cgo), const ECHOE ideal-int +pkg syscall (netbsd-arm64-cgo), const ECHO ideal-int +pkg syscall (netbsd-arm64-cgo), const ECHOK = 4 +pkg syscall (netbsd-arm64-cgo), const ECHOKE = 1 +pkg syscall (netbsd-arm64-cgo), const ECHOKE ideal-int +pkg syscall (netbsd-arm64-cgo), const ECHOK ideal-int +pkg syscall (netbsd-arm64-cgo), const ECHONL = 16 +pkg syscall (netbsd-arm64-cgo), const ECHONL ideal-int +pkg syscall (netbsd-arm64-cgo), const ECHOPRT = 32 +pkg syscall (netbsd-arm64-cgo), const ECHOPRT ideal-int +pkg syscall (netbsd-arm64-cgo), const ECONNABORTED = 53 +pkg syscall (netbsd-arm64-cgo), const ECONNREFUSED = 61 +pkg syscall (netbsd-arm64-cgo), const ECONNRESET = 54 +pkg syscall (netbsd-arm64-cgo), const EDEADLK = 11 +pkg syscall (netbsd-arm64-cgo), const EDESTADDRREQ = 39 +pkg syscall (netbsd-arm64-cgo), const EDOM = 33 +pkg syscall (netbsd-arm64-cgo), const EDQUOT = 69 +pkg syscall (netbsd-arm64-cgo), const EEXIST = 17 +pkg syscall (netbsd-arm64-cgo), const EFAULT = 14 +pkg syscall (netbsd-arm64-cgo), const EFBIG = 27 +pkg syscall (netbsd-arm64-cgo), const EFTYPE = 79 +pkg syscall (netbsd-arm64-cgo), const EFTYPE Errno +pkg syscall (netbsd-arm64-cgo), const EHOSTDOWN = 64 +pkg syscall (netbsd-arm64-cgo), const EHOSTUNREACH = 65 +pkg syscall (netbsd-arm64-cgo), const EIDRM = 82 +pkg syscall (netbsd-arm64-cgo), const EILSEQ = 85 +pkg syscall (netbsd-arm64-cgo), const EINPROGRESS = 36 +pkg syscall (netbsd-arm64-cgo), const EINTR = 4 +pkg syscall (netbsd-arm64-cgo), const EINVAL = 22 +pkg syscall (netbsd-arm64-cgo), const EIO = 5 +pkg syscall (netbsd-arm64-cgo), const EISCONN = 56 +pkg syscall (netbsd-arm64-cgo), const EISDIR = 21 +pkg syscall (netbsd-arm64-cgo), const ELAST = 96 +pkg syscall (netbsd-arm64-cgo), const ELAST Errno +pkg syscall (netbsd-arm64-cgo), const ELOOP = 62 +pkg syscall (netbsd-arm64-cgo), const EMFILE = 24 +pkg syscall (netbsd-arm64-cgo), const EMLINK = 31 +pkg syscall (netbsd-arm64-cgo), const EMSGSIZE = 40 +pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX = 1 +pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX ideal-int +pkg syscall (netbsd-arm64-cgo), const EMUL_MAXID = 6 +pkg syscall (netbsd-arm64-cgo), const EMUL_MAXID ideal-int +pkg syscall (netbsd-arm64-cgo), const EMULTIHOP = 94 +pkg syscall (netbsd-arm64-cgo), const EMULTIHOP Errno +pkg syscall (netbsd-arm64-cgo), const ENAMETOOLONG = 63 +pkg syscall (netbsd-arm64-cgo), const ENEEDAUTH = 81 +pkg syscall (netbsd-arm64-cgo), const ENEEDAUTH Errno +pkg syscall (netbsd-arm64-cgo), const ENETDOWN = 50 +pkg syscall (netbsd-arm64-cgo), const ENETRESET = 52 +pkg syscall (netbsd-arm64-cgo), const ENETUNREACH = 51 +pkg syscall (netbsd-arm64-cgo), const ENFILE = 23 +pkg syscall (netbsd-arm64-cgo), const ENOATTR = 93 +pkg syscall (netbsd-arm64-cgo), const ENOATTR Errno +pkg syscall (netbsd-arm64-cgo), const ENOBUFS = 55 +pkg syscall (netbsd-arm64-cgo), const ENODATA = 89 +pkg syscall (netbsd-arm64-cgo), const ENODATA Errno +pkg syscall (netbsd-arm64-cgo), const ENODEV = 19 +pkg syscall (netbsd-arm64-cgo), const ENOEXEC = 8 +pkg syscall (netbsd-arm64-cgo), const ENOLCK = 77 +pkg syscall (netbsd-arm64-cgo), const ENOLINK = 95 +pkg syscall (netbsd-arm64-cgo), const ENOLINK Errno +pkg syscall (netbsd-arm64-cgo), const ENOMEM = 12 +pkg syscall (netbsd-arm64-cgo), const ENOMSG = 83 +pkg syscall (netbsd-arm64-cgo), const ENOPROTOOPT = 42 +pkg syscall (netbsd-arm64-cgo), const ENOSPC = 28 +pkg syscall (netbsd-arm64-cgo), const ENOSR = 90 +pkg syscall (netbsd-arm64-cgo), const ENOSR Errno +pkg syscall (netbsd-arm64-cgo), const ENOSTR = 91 +pkg syscall (netbsd-arm64-cgo), const ENOSTR Errno +pkg syscall (netbsd-arm64-cgo), const ENOSYS = 78 +pkg syscall (netbsd-arm64-cgo), const ENOTBLK = 15 +pkg syscall (netbsd-arm64-cgo), const ENOTCONN = 57 +pkg syscall (netbsd-arm64-cgo), const ENOTDIR = 20 +pkg syscall (netbsd-arm64-cgo), const ENOTEMPTY = 66 +pkg syscall (netbsd-arm64-cgo), const ENOTSOCK = 38 +pkg syscall (netbsd-arm64-cgo), const ENOTSUP = 86 +pkg syscall (netbsd-arm64-cgo), const ENOTTY = 25 +pkg syscall (netbsd-arm64-cgo), const ENXIO = 6 +pkg syscall (netbsd-arm64-cgo), const EOPNOTSUPP = 45 +pkg syscall (netbsd-arm64-cgo), const EOVERFLOW = 84 +pkg syscall (netbsd-arm64-cgo), const EPERM = 1 +pkg syscall (netbsd-arm64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-arm64-cgo), const EPIPE = 32 +pkg syscall (netbsd-arm64-cgo), const EPROCLIM = 67 +pkg syscall (netbsd-arm64-cgo), const EPROCLIM Errno +pkg syscall (netbsd-arm64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-arm64-cgo), const EPROCUNAVAIL Errno +pkg syscall (netbsd-arm64-cgo), const EPROGMISMATCH = 75 +pkg syscall (netbsd-arm64-cgo), const EPROGMISMATCH Errno +pkg syscall (netbsd-arm64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-arm64-cgo), const EPROGUNAVAIL Errno +pkg syscall (netbsd-arm64-cgo), const EPROTO = 96 +pkg syscall (netbsd-arm64-cgo), const EPROTO Errno +pkg syscall (netbsd-arm64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-arm64-cgo), const EPROTOTYPE = 41 +pkg syscall (netbsd-arm64-cgo), const ERANGE = 34 +pkg syscall (netbsd-arm64-cgo), const EREMOTE = 71 +pkg syscall (netbsd-arm64-cgo), const EROFS = 30 +pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH = 73 +pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH Errno +pkg syscall (netbsd-arm64-cgo), const ESHUTDOWN = 58 +pkg syscall (netbsd-arm64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-arm64-cgo), const ESPIPE = 29 +pkg syscall (netbsd-arm64-cgo), const ESRCH = 3 +pkg syscall (netbsd-arm64-cgo), const ESTALE = 70 +pkg syscall (netbsd-arm64-cgo), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-arm64-cgo), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-arm64-cgo), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-arm64-cgo), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERMIN = 46 +pkg syscall (netbsd-arm64-cgo), const ETHERMIN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-arm64-cgo), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERMTU = 1500 +pkg syscall (netbsd-arm64-cgo), const ETHERMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-arm64-cgo), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-arm64-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-arm64-cgo), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-arm64-cgo), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-arm64-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm64-cgo), const ETIME = 92 +pkg syscall (netbsd-arm64-cgo), const ETIMEDOUT = 60 +pkg syscall (netbsd-arm64-cgo), const ETIME Errno +pkg syscall (netbsd-arm64-cgo), const ETOOMANYREFS = 59 +pkg syscall (netbsd-arm64-cgo), const ETXTBSY = 26 +pkg syscall (netbsd-arm64-cgo), const EUSERS = 68 +pkg syscall (netbsd-arm64-cgo), const EV_ADD = 1 +pkg syscall (netbsd-arm64-cgo), const EV_ADD ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_CLEAR = 32 +pkg syscall (netbsd-arm64-cgo), const EV_CLEAR ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_DELETE = 2 +pkg syscall (netbsd-arm64-cgo), const EV_DELETE ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_DISABLE = 8 +pkg syscall (netbsd-arm64-cgo), const EV_DISABLE ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_ENABLE = 4 +pkg syscall (netbsd-arm64-cgo), const EV_ENABLE ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_EOF = 32768 +pkg syscall (netbsd-arm64-cgo), const EV_EOF ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_ERROR = 16384 +pkg syscall (netbsd-arm64-cgo), const EV_ERROR ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_AIO = 2 +pkg syscall (netbsd-arm64-cgo), const EVFILT_AIO ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_PROC = 4 +pkg syscall (netbsd-arm64-cgo), const EVFILT_PROC ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_READ = 0 +pkg syscall (netbsd-arm64-cgo), const EVFILT_READ ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-arm64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-arm64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_TIMER = 6 +pkg syscall (netbsd-arm64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_VNODE = 3 +pkg syscall (netbsd-arm64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-arm64-cgo), const EVFILT_WRITE = 1 +pkg syscall (netbsd-arm64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_FLAG1 = 8192 +pkg syscall (netbsd-arm64-cgo), const EV_FLAG1 ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_ONESHOT = 16 +pkg syscall (netbsd-arm64-cgo), const EV_ONESHOT ideal-int +pkg syscall (netbsd-arm64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-arm64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const EWOULDBLOCK = 35 +pkg syscall (netbsd-arm64-cgo), const EXDEV = 18 +pkg syscall (netbsd-arm64-cgo), const EXTA = 19200 +pkg syscall (netbsd-arm64-cgo), const EXTA ideal-int +pkg syscall (netbsd-arm64-cgo), const EXTB = 38400 +pkg syscall (netbsd-arm64-cgo), const EXTB ideal-int +pkg syscall (netbsd-arm64-cgo), const EXTPROC = 2048 +pkg syscall (netbsd-arm64-cgo), const EXTPROC ideal-int +pkg syscall (netbsd-arm64-cgo), const F_CLOSEM = 10 +pkg syscall (netbsd-arm64-cgo), const F_CLOSEM ideal-int +pkg syscall (netbsd-arm64-cgo), const FD_CLOEXEC = 1 +pkg syscall (netbsd-arm64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const FD_SETSIZE = 256 +pkg syscall (netbsd-arm64-cgo), const FD_SETSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const F_DUPFD = 0 +pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const F_DUPFD ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSCTL = -2147483648 +pkg syscall (netbsd-arm64-cgo), const F_FSCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSIN = 268435456 +pkg syscall (netbsd-arm64-cgo), const F_FSIN ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSINOUT = 805306368 +pkg syscall (netbsd-arm64-cgo), const F_FSINOUT ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSOUT = 536870912 +pkg syscall (netbsd-arm64-cgo), const F_FSOUT ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSPRIV = 32768 +pkg syscall (netbsd-arm64-cgo), const F_FSPRIV ideal-int +pkg syscall (netbsd-arm64-cgo), const F_FSVOID = 1073741824 +pkg syscall (netbsd-arm64-cgo), const F_FSVOID ideal-int +pkg syscall (netbsd-arm64-cgo), const F_GETFD = 1 +pkg syscall (netbsd-arm64-cgo), const F_GETFD ideal-int +pkg syscall (netbsd-arm64-cgo), const F_GETFL = 3 +pkg syscall (netbsd-arm64-cgo), const F_GETFL ideal-int +pkg syscall (netbsd-arm64-cgo), const F_GETLK = 7 +pkg syscall (netbsd-arm64-cgo), const F_GETLK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-arm64-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const F_GETOWN = 5 +pkg syscall (netbsd-arm64-cgo), const F_GETOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const FLUSHO = 8388608 +pkg syscall (netbsd-arm64-cgo), const FLUSHO ideal-int +pkg syscall (netbsd-arm64-cgo), const F_MAXFD = 11 +pkg syscall (netbsd-arm64-cgo), const F_MAXFD ideal-int +pkg syscall (netbsd-arm64-cgo), const F_OK = 0 +pkg syscall (netbsd-arm64-cgo), const F_OK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const F_RDLCK = 1 +pkg syscall (netbsd-arm64-cgo), const F_RDLCK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_SETFD = 2 +pkg syscall (netbsd-arm64-cgo), const F_SETFD ideal-int +pkg syscall (netbsd-arm64-cgo), const F_SETFL = 4 +pkg syscall (netbsd-arm64-cgo), const F_SETFL ideal-int +pkg syscall (netbsd-arm64-cgo), const F_SETLK = 8 +pkg syscall (netbsd-arm64-cgo), const F_SETLK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_SETLKW = 9 +pkg syscall (netbsd-arm64-cgo), const F_SETLKW ideal-int +pkg syscall (netbsd-arm64-cgo), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-arm64-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const F_SETOWN = 6 +pkg syscall (netbsd-arm64-cgo), const F_SETOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const F_UNLCK = 2 +pkg syscall (netbsd-arm64-cgo), const F_UNLCK ideal-int +pkg syscall (netbsd-arm64-cgo), const F_WRLCK = 3 +pkg syscall (netbsd-arm64-cgo), const F_WRLCK ideal-int +pkg syscall (netbsd-arm64-cgo), const HUPCL = 16384 +pkg syscall (netbsd-arm64-cgo), const HUPCL ideal-int +pkg syscall (netbsd-arm64-cgo), const ICANON = 256 +pkg syscall (netbsd-arm64-cgo), const ICANON ideal-int +pkg syscall (netbsd-arm64-cgo), const ICMP6_FILTER = 18 +pkg syscall (netbsd-arm64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-arm64-cgo), const ICRNL = 256 +pkg syscall (netbsd-arm64-cgo), const ICRNL ideal-int +pkg syscall (netbsd-arm64-cgo), const IEXTEN = 1024 +pkg syscall (netbsd-arm64-cgo), const IEXTEN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-arm64-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-arm64-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFA_ROUTE = 1 +pkg syscall (netbsd-arm64-cgo), const IFA_ROUTE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-arm64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-arm64-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_DEBUG = 4 +pkg syscall (netbsd-arm64-cgo), const IFF_DEBUG ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_LINK0 = 4096 +pkg syscall (netbsd-arm64-cgo), const IFF_LINK0 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_LINK1 = 8192 +pkg syscall (netbsd-arm64-cgo), const IFF_LINK1 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_LINK2 = 16384 +pkg syscall (netbsd-arm64-cgo), const IFF_LINK2 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-arm64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-arm64-cgo), const IFF_NOARP = 128 +pkg syscall (netbsd-arm64-cgo), const IFF_NOARP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-arm64-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-arm64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-arm64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_PROMISC = 256 +pkg syscall (netbsd-arm64-cgo), const IFF_PROMISC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_RUNNING = 64 +pkg syscall (netbsd-arm64-cgo), const IFF_RUNNING ideal-int +pkg syscall (netbsd-arm64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-arm64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-arm64-cgo), const IFNAMSIZ = 16 +pkg syscall (netbsd-arm64-cgo), const IFNAMSIZ ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_1822 = 2 +pkg syscall (netbsd-arm64-cgo), const IFT_1822 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-arm64-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_AAL2 = 187 +pkg syscall (netbsd-arm64-cgo), const IFT_AAL2 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_AAL5 = 49 +pkg syscall (netbsd-arm64-cgo), const IFT_AAL5 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ADSL = 94 +pkg syscall (netbsd-arm64-cgo), const IFT_ADSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ARAP = 88 +pkg syscall (netbsd-arm64-cgo), const IFT_ARAP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ARCNET = 35 +pkg syscall (netbsd-arm64-cgo), const IFT_ARCNET ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-arm64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ASYNC = 84 +pkg syscall (netbsd-arm64-cgo), const IFT_ASYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATM = 37 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMDXI = 105 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMIMA = 107 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-arm64-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-arm64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_BRIDGE = 209 +pkg syscall (netbsd-arm64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_BSC = 83 +pkg syscall (netbsd-arm64-cgo), const IFT_BSC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_CARP = 248 +pkg syscall (netbsd-arm64-cgo), const IFT_CARP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_CEPT = 19 +pkg syscall (netbsd-arm64-cgo), const IFT_CEPT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_CES = 133 +pkg syscall (netbsd-arm64-cgo), const IFT_CES ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_CHANNEL = 70 +pkg syscall (netbsd-arm64-cgo), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_CNR = 85 +pkg syscall (netbsd-arm64-cgo), const IFT_CNR ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_COFFEE = 132 +pkg syscall (netbsd-arm64-cgo), const IFT_COFFEE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-arm64-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DCN = 141 +pkg syscall (netbsd-arm64-cgo), const IFT_DCN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DLSW = 74 +pkg syscall (netbsd-arm64-cgo), const IFT_DLSW ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DS0 = 81 +pkg syscall (netbsd-arm64-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-arm64-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DS0 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DS1FDL = 170 +pkg syscall (netbsd-arm64-cgo), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DS3 = 30 +pkg syscall (netbsd-arm64-cgo), const IFT_DS3 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DTM = 140 +pkg syscall (netbsd-arm64-cgo), const IFT_DTM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DVBASILN = 172 +pkg syscall (netbsd-arm64-cgo), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-arm64-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ECONET = 206 +pkg syscall (netbsd-arm64-cgo), const IFT_ECONET ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_EON = 25 +pkg syscall (netbsd-arm64-cgo), const IFT_EON ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_EPLRS = 87 +pkg syscall (netbsd-arm64-cgo), const IFT_EPLRS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ESCON = 73 +pkg syscall (netbsd-arm64-cgo), const IFT_ESCON ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ETHER = 6 +pkg syscall (netbsd-arm64-cgo), const IFT_ETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FAITH = 242 +pkg syscall (netbsd-arm64-cgo), const IFT_FAITH ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FAST = 125 +pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHER = 62 +pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FAST ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FDDI = 15 +pkg syscall (netbsd-arm64-cgo), const IFT_FDDI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-arm64-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-arm64-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRELAY = 32 +pkg syscall (netbsd-arm64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-arm64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRELAY ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-arm64-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-arm64-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-arm64-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_G703AT64K = 66 +pkg syscall (netbsd-arm64-cgo), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_GIF = 240 +pkg syscall (netbsd-arm64-cgo), const IFT_GIF ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-arm64-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_GR303IDT = 178 +pkg syscall (netbsd-arm64-cgo), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_GR303RDT = 177 +pkg syscall (netbsd-arm64-cgo), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-arm64-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_H323PROXY = 165 +pkg syscall (netbsd-arm64-cgo), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HDH1822 = 3 +pkg syscall (netbsd-arm64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HDLC = 118 +pkg syscall (netbsd-arm64-cgo), const IFT_HDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HDSL2 = 168 +pkg syscall (netbsd-arm64-cgo), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-arm64-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HIPPI = 47 +pkg syscall (netbsd-arm64-cgo), const IFT_HIPPI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-arm64-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-arm64-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HSSI = 46 +pkg syscall (netbsd-arm64-cgo), const IFT_HSSI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_HY = 14 +pkg syscall (netbsd-arm64-cgo), const IFT_HY ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-arm64-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IDSL = 154 +pkg syscall (netbsd-arm64-cgo), const IFT_IDSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-arm64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IFGSN = 145 +pkg syscall (netbsd-arm64-cgo), const IFT_IFGSN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IMT = 190 +pkg syscall (netbsd-arm64-cgo), const IFT_IMT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-arm64-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-arm64-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IP = 126 +pkg syscall (netbsd-arm64-cgo), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-arm64-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-arm64-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISDN = 63 +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISDN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNS = 75 +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNU = 76 +pkg syscall (netbsd-arm64-cgo), const IFT_ISDNU ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88023 = 7 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88024 = 8 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025 = 9 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88026 = 10 +pkg syscall (netbsd-arm64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ISUP = 179 +pkg syscall (netbsd-arm64-cgo), const IFT_ISUP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_L2VLAN = 135 +pkg syscall (netbsd-arm64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-arm64-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-arm64-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_LAPB = 16 +pkg syscall (netbsd-arm64-cgo), const IFT_LAPB ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_LAPD = 77 +pkg syscall (netbsd-arm64-cgo), const IFT_LAPD ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_LAPF = 119 +pkg syscall (netbsd-arm64-cgo), const IFT_LAPF ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-arm64-cgo), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-arm64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_LOOP = 24 +pkg syscall (netbsd-arm64-cgo), const IFT_LOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-arm64-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-arm64-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MIOX25 = 38 +pkg syscall (netbsd-arm64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MODEM = 48 +pkg syscall (netbsd-arm64-cgo), const IFT_MODEM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MPC = 113 +pkg syscall (netbsd-arm64-cgo), const IFT_MPC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MPLS = 166 +pkg syscall (netbsd-arm64-cgo), const IFT_MPLS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-arm64-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MSDSL = 143 +pkg syscall (netbsd-arm64-cgo), const IFT_MSDSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MVL = 191 +pkg syscall (netbsd-arm64-cgo), const IFT_MVL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_MYRINET = 99 +pkg syscall (netbsd-arm64-cgo), const IFT_MYRINET ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_NFAS = 175 +pkg syscall (netbsd-arm64-cgo), const IFT_NFAS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_NSIP = 27 +pkg syscall (netbsd-arm64-cgo), const IFT_NSIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_OTHER = 1 +pkg syscall (netbsd-arm64-cgo), const IFT_OTHER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_P10 = 12 +pkg syscall (netbsd-arm64-cgo), const IFT_P10 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_P80 = 13 +pkg syscall (netbsd-arm64-cgo), const IFT_P80 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PARA = 34 +pkg syscall (netbsd-arm64-cgo), const IFT_PARA ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PFLOG = 245 +pkg syscall (netbsd-arm64-cgo), const IFT_PFLOG ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PFSYNC = 246 +pkg syscall (netbsd-arm64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PLC = 174 +pkg syscall (netbsd-arm64-cgo), const IFT_PLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PON155 = 207 +pkg syscall (netbsd-arm64-cgo), const IFT_PON155 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PON622 = 208 +pkg syscall (netbsd-arm64-cgo), const IFT_PON622 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_POS = 171 +pkg syscall (netbsd-arm64-cgo), const IFT_POS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PPP = 23 +pkg syscall (netbsd-arm64-cgo), const IFT_PPP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-arm64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPATM = 197 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPATM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPMUX = 54 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-arm64-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-arm64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_PVC = 241 +pkg syscall (netbsd-arm64-cgo), const IFT_PVC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_Q2931 = 201 +pkg syscall (netbsd-arm64-cgo), const IFT_Q2931 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_QLLC = 68 +pkg syscall (netbsd-arm64-cgo), const IFT_QLLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-arm64-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_RADSL = 95 +pkg syscall (netbsd-arm64-cgo), const IFT_RADSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_REACHDSL = 192 +pkg syscall (netbsd-arm64-cgo), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_RFC1483 = 159 +pkg syscall (netbsd-arm64-cgo), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_RS232 = 33 +pkg syscall (netbsd-arm64-cgo), const IFT_RS232 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_RSRB = 79 +pkg syscall (netbsd-arm64-cgo), const IFT_RSRB ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SDLC = 17 +pkg syscall (netbsd-arm64-cgo), const IFT_SDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SDSL = 96 +pkg syscall (netbsd-arm64-cgo), const IFT_SDSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SHDSL = 169 +pkg syscall (netbsd-arm64-cgo), const IFT_SHDSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SIP = 31 +pkg syscall (netbsd-arm64-cgo), const IFT_SIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SIPSIG = 204 +pkg syscall (netbsd-arm64-cgo), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SIPTG = 203 +pkg syscall (netbsd-arm64-cgo), const IFT_SIPTG ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SLIP = 28 +pkg syscall (netbsd-arm64-cgo), const IFT_SLIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-arm64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-arm64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SONET = 39 +pkg syscall (netbsd-arm64-cgo), const IFT_SONET ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-arm64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SONETPATH = 50 +pkg syscall (netbsd-arm64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SONETVT = 51 +pkg syscall (netbsd-arm64-cgo), const IFT_SONETVT ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SRP = 151 +pkg syscall (netbsd-arm64-cgo), const IFT_SRP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_STARLAN = 11 +pkg syscall (netbsd-arm64-cgo), const IFT_STARLAN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_STF = 215 +pkg syscall (netbsd-arm64-cgo), const IFT_STF ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_T1 = 18 +pkg syscall (netbsd-arm64-cgo), const IFT_T1 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_TDLC = 116 +pkg syscall (netbsd-arm64-cgo), const IFT_TDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_TELINK = 200 +pkg syscall (netbsd-arm64-cgo), const IFT_TELINK ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_TERMPAD = 91 +pkg syscall (netbsd-arm64-cgo), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_TR008 = 176 +pkg syscall (netbsd-arm64-cgo), const IFT_TR008 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-arm64-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_TUNNEL = 131 +pkg syscall (netbsd-arm64-cgo), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_ULTRA = 29 +pkg syscall (netbsd-arm64-cgo), const IFT_ULTRA ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_USB = 160 +pkg syscall (netbsd-arm64-cgo), const IFT_USB ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_V11 = 64 +pkg syscall (netbsd-arm64-cgo), const IFT_V11 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_V35 = 45 +pkg syscall (netbsd-arm64-cgo), const IFT_V35 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_V36 = 65 +pkg syscall (netbsd-arm64-cgo), const IFT_V36 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_V37 = 120 +pkg syscall (netbsd-arm64-cgo), const IFT_V37 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VDSL = 97 +pkg syscall (netbsd-arm64-cgo), const IFT_VDSL ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEDID = 213 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEM = 100 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_X213 = 93 +pkg syscall (netbsd-arm64-cgo), const IFT_X213 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_X25 = 5 +pkg syscall (netbsd-arm64-cgo), const IFT_X25DDN = 4 +pkg syscall (netbsd-arm64-cgo), const IFT_X25DDN ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-arm64-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_X25 ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_X25MLP = 121 +pkg syscall (netbsd-arm64-cgo), const IFT_X25MLP ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_X25PLE = 40 +pkg syscall (netbsd-arm64-cgo), const IFT_X25PLE ideal-int +pkg syscall (netbsd-arm64-cgo), const IFT_XETHER = 26 +pkg syscall (netbsd-arm64-cgo), const IFT_XETHER ideal-int +pkg syscall (netbsd-arm64-cgo), const IGNBRK = 1 +pkg syscall (netbsd-arm64-cgo), const IGNBRK ideal-int +pkg syscall (netbsd-arm64-cgo), const IGNCR = 128 +pkg syscall (netbsd-arm64-cgo), const IGNCR ideal-int +pkg syscall (netbsd-arm64-cgo), const IGNPAR = 4 +pkg syscall (netbsd-arm64-cgo), const IGNPAR ideal-int +pkg syscall (netbsd-arm64-cgo), const IMAXBEL = 8192 +pkg syscall (netbsd-arm64-cgo), const IMAXBEL ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-arm64-cgo), const INLCR = 64 +pkg syscall (netbsd-arm64-cgo), const INLCR ideal-int +pkg syscall (netbsd-arm64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-arm64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-arm64-cgo), const INPCK = 16 +pkg syscall (netbsd-arm64-cgo), const INPCK ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-arm64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-arm64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_DF = 16384 +pkg syscall (netbsd-arm64-cgo), const IP_DF ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-arm64-cgo), const IP_EF = 32768 +pkg syscall (netbsd-arm64-cgo), const IP_EF ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_ERRORMTU = 21 +pkg syscall (netbsd-arm64-cgo), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_HDRINCL = 2 +pkg syscall (netbsd-arm64-cgo), const IP_HDRINCL ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-arm64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-arm64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-arm64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MF = 8192 +pkg syscall (netbsd-arm64-cgo), const IP_MF ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-arm64-cgo), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MINTTL = 24 +pkg syscall (netbsd-arm64-cgo), const IP_MINTTL ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MSS = 576 +pkg syscall (netbsd-arm64-cgo), const IP_MSS ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-arm64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-arm64-cgo), const IP_OFFMASK = 8191 +pkg syscall (netbsd-arm64-cgo), const IP_OFFMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_OPTIONS = 1 +pkg syscall (netbsd-arm64-cgo), const IP_OPTIONS ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE = 19 +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_AH = 51 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_AH ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_CARP = 112 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_DONE = 257 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_EGP = 8 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_EON = 80 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_EON ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ESP = 50 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_GGP = 3 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_GRE = 47 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IDP = 22 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_MAX = 256 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_NONE = 59 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_PIM = 103 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_PUP = 12 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_RAW = 255 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_TP = 29 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_TP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-arm64-cgo), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-arm64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RECVIF = 20 +pkg syscall (netbsd-arm64-cgo), const IP_RECVIF ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RECVOPTS = 5 +pkg syscall (netbsd-arm64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-arm64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RECVTTL = 23 +pkg syscall (netbsd-arm64-cgo), const IP_RECVTTL ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RETOPTS = 8 +pkg syscall (netbsd-arm64-cgo), const IP_RETOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_RF = 32768 +pkg syscall (netbsd-arm64-cgo), const IP_RF ideal-int +pkg syscall (netbsd-arm64-cgo), const IP_TOS = 3 +pkg syscall (netbsd-arm64-cgo), const IP_TTL = 4 +pkg syscall (netbsd-arm64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-arm64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-arm64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-arm64-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-arm64-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH = 29 +pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-arm64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-arm64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-arm64-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-arm64-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-arm64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-arm64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-arm64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-arm64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-arm64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_MMTU = 1280 +pkg syscall (netbsd-arm64-cgo), const IPV6_MMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-arm64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-arm64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm64-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-arm64-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-arm64-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-arm64-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-arm64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR = 51 +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_TCLASS = 61 +pkg syscall (netbsd-arm64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-arm64-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-arm64-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-arm64-cgo), const IPV6_VERSION = 96 +pkg syscall (netbsd-arm64-cgo), const IPV6_VERSION ideal-int +pkg syscall (netbsd-arm64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-arm64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const ISIG = 128 +pkg syscall (netbsd-arm64-cgo), const ISIG ideal-int +pkg syscall (netbsd-arm64-cgo), const ISTRIP = 32 +pkg syscall (netbsd-arm64-cgo), const ISTRIP ideal-int +pkg syscall (netbsd-arm64-cgo), const IXANY = 2048 +pkg syscall (netbsd-arm64-cgo), const IXANY ideal-int +pkg syscall (netbsd-arm64-cgo), const IXOFF = 1024 +pkg syscall (netbsd-arm64-cgo), const IXOFF ideal-int +pkg syscall (netbsd-arm64-cgo), const IXON = 512 +pkg syscall (netbsd-arm64-cgo), const IXON ideal-int +pkg syscall (netbsd-arm64-cgo), const LOCK_EX = 2 +pkg syscall (netbsd-arm64-cgo), const LOCK_EX ideal-int +pkg syscall (netbsd-arm64-cgo), const LOCK_NB = 4 +pkg syscall (netbsd-arm64-cgo), const LOCK_NB ideal-int +pkg syscall (netbsd-arm64-cgo), const LOCK_SH = 1 +pkg syscall (netbsd-arm64-cgo), const LOCK_SH ideal-int +pkg syscall (netbsd-arm64-cgo), const LOCK_UN = 8 +pkg syscall (netbsd-arm64-cgo), const LOCK_UN ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED = 4 +pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_FREE = 6 +pkg syscall (netbsd-arm64-cgo), const MADV_FREE ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_NORMAL = 0 +pkg syscall (netbsd-arm64-cgo), const MADV_NORMAL ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_RANDOM = 1 +pkg syscall (netbsd-arm64-cgo), const MADV_RANDOM ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-arm64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-arm64-cgo), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-arm64-cgo), const MADV_WILLNEED = 3 +pkg syscall (netbsd-arm64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-arm64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_ANON = 4096 +pkg syscall (netbsd-arm64-cgo), const MAP_ANON ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_FILE = 0 +pkg syscall (netbsd-arm64-cgo), const MAP_FILE ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_FIXED = 16 +pkg syscall (netbsd-arm64-cgo), const MAP_FIXED ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-arm64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT = 128 +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_NORESERVE = 64 +pkg syscall (netbsd-arm64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_PRIVATE = 2 +pkg syscall (netbsd-arm64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_RENAME = 32 +pkg syscall (netbsd-arm64-cgo), const MAP_RENAME ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_SHARED = 1 +pkg syscall (netbsd-arm64-cgo), const MAP_SHARED ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_STACK = 8192 +pkg syscall (netbsd-arm64-cgo), const MAP_STACK ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-arm64-cgo), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-arm64-cgo), const MAP_WIRED = 2048 +pkg syscall (netbsd-arm64-cgo), const MAP_WIRED ideal-int +pkg syscall (netbsd-arm64-cgo), const MCL_CURRENT = 1 +pkg syscall (netbsd-arm64-cgo), const MCL_CURRENT ideal-int +pkg syscall (netbsd-arm64-cgo), const MCL_FUTURE = 2 +pkg syscall (netbsd-arm64-cgo), const MCL_FUTURE ideal-int +pkg syscall (netbsd-arm64-cgo), const MS_ASYNC = 1 +pkg syscall (netbsd-arm64-cgo), const MS_ASYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_BCAST = 256 +pkg syscall (netbsd-arm64-cgo), const MSG_BCAST ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-arm64-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-arm64-cgo), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_CTRUNC = 32 +pkg syscall (netbsd-arm64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-arm64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-arm64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_EOR = 8 +pkg syscall (netbsd-arm64-cgo), const MSG_EOR ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-arm64-cgo), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-arm64-cgo), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_MCAST = 512 +pkg syscall (netbsd-arm64-cgo), const MSG_MCAST ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-arm64-cgo), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_NBIO = 4096 +pkg syscall (netbsd-arm64-cgo), const MSG_NBIO ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-arm64-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_OOB = 1 +pkg syscall (netbsd-arm64-cgo), const MSG_OOB ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_PEEK = 2 +pkg syscall (netbsd-arm64-cgo), const MSG_PEEK ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_TRUNC = 16 +pkg syscall (netbsd-arm64-cgo), const MSG_TRUNC ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-arm64-cgo), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const MSG_WAITALL = 64 +pkg syscall (netbsd-arm64-cgo), const MSG_WAITALL ideal-int +pkg syscall (netbsd-arm64-cgo), const MS_INVALIDATE = 2 +pkg syscall (netbsd-arm64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (netbsd-arm64-cgo), const MS_SYNC = 4 +pkg syscall (netbsd-arm64-cgo), const MS_SYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const NAME_MAX = 511 +pkg syscall (netbsd-arm64-cgo), const NAME_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const NET_RT_DUMP = 1 +pkg syscall (netbsd-arm64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-arm64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-arm64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-arm64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-arm64-cgo), const NET_RT_MAXID = 6 +pkg syscall (netbsd-arm64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-arm64-cgo), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-arm64-cgo), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-arm64-cgo), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-arm64-cgo), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-arm64-cgo), const NOFLSH = 2147483648 +pkg syscall (netbsd-arm64-cgo), const NOFLSH ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-arm64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_CHILD = 4 +pkg syscall (netbsd-arm64-cgo), const NOTE_CHILD ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_DELETE = 1 +pkg syscall (netbsd-arm64-cgo), const NOTE_DELETE ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-arm64-cgo), const NOTE_EXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-arm64-cgo), const NOTE_EXIT ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_EXTEND = 4 +pkg syscall (netbsd-arm64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-arm64-cgo), const NOTE_FORK ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_LINK = 16 +pkg syscall (netbsd-arm64-cgo), const NOTE_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_LOWAT = 1 +pkg syscall (netbsd-arm64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-arm64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-arm64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_RENAME = 32 +pkg syscall (netbsd-arm64-cgo), const NOTE_RENAME ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_REVOKE = 64 +pkg syscall (netbsd-arm64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_TRACK = 1 +pkg syscall (netbsd-arm64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-arm64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_TRACK ideal-int +pkg syscall (netbsd-arm64-cgo), const NOTE_WRITE = 2 +pkg syscall (netbsd-arm64-cgo), const NOTE_WRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const O_ACCMODE = 3 +pkg syscall (netbsd-arm64-cgo), const O_ACCMODE ideal-int +pkg syscall (netbsd-arm64-cgo), const O_ALT_IO = 262144 +pkg syscall (netbsd-arm64-cgo), const O_ALT_IO ideal-int +pkg syscall (netbsd-arm64-cgo), const O_APPEND = 8 +pkg syscall (netbsd-arm64-cgo), const O_ASYNC = 64 +pkg syscall (netbsd-arm64-cgo), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-arm64-cgo), const O_CREAT = 512 +pkg syscall (netbsd-arm64-cgo), const OCRNL = 16 +pkg syscall (netbsd-arm64-cgo), const OCRNL ideal-int +pkg syscall (netbsd-arm64-cgo), const O_DIRECT = 524288 +pkg syscall (netbsd-arm64-cgo), const O_DIRECT ideal-int +pkg syscall (netbsd-arm64-cgo), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-arm64-cgo), const O_DIRECTORY ideal-int +pkg syscall (netbsd-arm64-cgo), const O_DSYNC = 65536 +pkg syscall (netbsd-arm64-cgo), const O_DSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const O_EXCL = 2048 +pkg syscall (netbsd-arm64-cgo), const O_EXLOCK = 32 +pkg syscall (netbsd-arm64-cgo), const O_EXLOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-arm64-cgo), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-arm64-cgo), const O_FSYNC = 128 +pkg syscall (netbsd-arm64-cgo), const O_FSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const O_NDELAY = 4 +pkg syscall (netbsd-arm64-cgo), const O_NDELAY ideal-int +pkg syscall (netbsd-arm64-cgo), const ONLCR = 2 +pkg syscall (netbsd-arm64-cgo), const ONLCR ideal-int +pkg syscall (netbsd-arm64-cgo), const ONLRET = 64 +pkg syscall (netbsd-arm64-cgo), const ONLRET ideal-int +pkg syscall (netbsd-arm64-cgo), const ONOCR = 32 +pkg syscall (netbsd-arm64-cgo), const ONOCR ideal-int +pkg syscall (netbsd-arm64-cgo), const O_NOCTTY = 32768 +pkg syscall (netbsd-arm64-cgo), const ONOEOT = 8 +pkg syscall (netbsd-arm64-cgo), const ONOEOT ideal-int +pkg syscall (netbsd-arm64-cgo), const O_NOFOLLOW = 256 +pkg syscall (netbsd-arm64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-arm64-cgo), const O_NONBLOCK = 4 +pkg syscall (netbsd-arm64-cgo), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-arm64-cgo), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const OPOST = 1 +pkg syscall (netbsd-arm64-cgo), const OPOST ideal-int +pkg syscall (netbsd-arm64-cgo), const O_RSYNC = 131072 +pkg syscall (netbsd-arm64-cgo), const O_RSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const O_SHLOCK = 16 +pkg syscall (netbsd-arm64-cgo), const O_SHLOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const O_SYNC = 128 +pkg syscall (netbsd-arm64-cgo), const O_TRUNC = 1024 +pkg syscall (netbsd-arm64-cgo), const PARENB = 4096 +pkg syscall (netbsd-arm64-cgo), const PARENB ideal-int +pkg syscall (netbsd-arm64-cgo), const PARMRK = 8 +pkg syscall (netbsd-arm64-cgo), const PARMRK ideal-int +pkg syscall (netbsd-arm64-cgo), const PARODD = 8192 +pkg syscall (netbsd-arm64-cgo), const PARODD ideal-int +pkg syscall (netbsd-arm64-cgo), const PENDIN = 536870912 +pkg syscall (netbsd-arm64-cgo), const PENDIN ideal-int +pkg syscall (netbsd-arm64-cgo), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-arm64-cgo), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const PRIO_PGRP = 1 +pkg syscall (netbsd-arm64-cgo), const PRIO_PGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const PRIO_PROCESS = 0 +pkg syscall (netbsd-arm64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-arm64-cgo), const PRIO_USER = 2 +pkg syscall (netbsd-arm64-cgo), const PRIO_USER ideal-int +pkg syscall (netbsd-arm64-cgo), const PROT_EXEC = 4 +pkg syscall (netbsd-arm64-cgo), const PROT_EXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const PROT_NONE = 0 +pkg syscall (netbsd-arm64-cgo), const PROT_NONE ideal-int +pkg syscall (netbsd-arm64-cgo), const PROT_READ = 1 +pkg syscall (netbsd-arm64-cgo), const PROT_READ ideal-int +pkg syscall (netbsd-arm64-cgo), const PROT_WRITE = 2 +pkg syscall (netbsd-arm64-cgo), const PROT_WRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const PTRACE_CONT = 7 +pkg syscall (netbsd-arm64-cgo), const PTRACE_CONT ideal-int +pkg syscall (netbsd-arm64-cgo), const PTRACE_KILL = 8 +pkg syscall (netbsd-arm64-cgo), const PTRACE_KILL ideal-int +pkg syscall (netbsd-arm64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-arm64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-arm64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_AS = 10 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_AS ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_CORE = 4 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_CPU = 0 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_DATA = 2 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-arm64-cgo), const RLIMIT_STACK = 3 +pkg syscall (netbsd-arm64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_AUTHOR = 64 +pkg syscall (netbsd-arm64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_BRD = 128 +pkg syscall (netbsd-arm64-cgo), const RTA_BRD ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_DST = 1 +pkg syscall (netbsd-arm64-cgo), const RTA_DST ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_GATEWAY = 2 +pkg syscall (netbsd-arm64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_GENMASK = 8 +pkg syscall (netbsd-arm64-cgo), const RTA_GENMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_IFA = 32 +pkg syscall (netbsd-arm64-cgo), const RTA_IFA ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_IFP = 16 +pkg syscall (netbsd-arm64-cgo), const RTA_IFP ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_NETMASK = 4 +pkg syscall (netbsd-arm64-cgo), const RTA_NETMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTA_TAG = 256 +pkg syscall (netbsd-arm64-cgo), const RTA_TAG ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-arm64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_BRD = 7 +pkg syscall (netbsd-arm64-cgo), const RTAX_BRD ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_DST = 0 +pkg syscall (netbsd-arm64-cgo), const RTAX_DST ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-arm64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_GENMASK = 3 +pkg syscall (netbsd-arm64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_IFA = 5 +pkg syscall (netbsd-arm64-cgo), const RTAX_IFA ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_IFP = 4 +pkg syscall (netbsd-arm64-cgo), const RTAX_IFP ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_MAX = 9 +pkg syscall (netbsd-arm64-cgo), const RTAX_MAX ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_NETMASK = 2 +pkg syscall (netbsd-arm64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTAX_TAG = 8 +pkg syscall (netbsd-arm64-cgo), const RTAX_TAG ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-arm64-cgo), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-arm64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_CLONED = 8192 +pkg syscall (netbsd-arm64-cgo), const RTF_CLONED ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_CLONING = 256 +pkg syscall (netbsd-arm64-cgo), const RTF_CLONING ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_DONE = 64 +pkg syscall (netbsd-arm64-cgo), const RTF_DONE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-arm64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_GATEWAY = 2 +pkg syscall (netbsd-arm64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_HOST = 4 +pkg syscall (netbsd-arm64-cgo), const RTF_HOST ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_LLINFO = 1024 +pkg syscall (netbsd-arm64-cgo), const RTF_LLINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_MASK = 128 +pkg syscall (netbsd-arm64-cgo), const RTF_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_MODIFIED = 32 +pkg syscall (netbsd-arm64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-arm64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-arm64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_REJECT = 8 +pkg syscall (netbsd-arm64-cgo), const RTF_REJECT ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_SRC = 65536 +pkg syscall (netbsd-arm64-cgo), const RTF_SRC ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_STATIC = 2048 +pkg syscall (netbsd-arm64-cgo), const RTF_STATIC ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_UP = 1 +pkg syscall (netbsd-arm64-cgo), const RTF_UP ideal-int +pkg syscall (netbsd-arm64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-arm64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_ADD = 1 +pkg syscall (netbsd-arm64-cgo), const RTM_ADD ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_CHANGE = 3 +pkg syscall (netbsd-arm64-cgo), const RTM_CHANGE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_CHGADDR = 21 +pkg syscall (netbsd-arm64-cgo), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_DELADDR = 13 +pkg syscall (netbsd-arm64-cgo), const RTM_DELADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_DELETE = 2 +pkg syscall (netbsd-arm64-cgo), const RTM_DELETE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_GET = 4 +pkg syscall (netbsd-arm64-cgo), const RTM_GET ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-arm64-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-arm64-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_IFINFO = 20 +pkg syscall (netbsd-arm64-cgo), const RTM_IFINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-arm64-cgo), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_LOCK = 8 +pkg syscall (netbsd-arm64-cgo), const RTM_LOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_LOSING = 5 +pkg syscall (netbsd-arm64-cgo), const RTM_LOSING ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_MISS = 7 +pkg syscall (netbsd-arm64-cgo), const RTM_MISS ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_NEWADDR = 12 +pkg syscall (netbsd-arm64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_OIFINFO = 15 +pkg syscall (netbsd-arm64-cgo), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_OLDADD = 9 +pkg syscall (netbsd-arm64-cgo), const RTM_OLDADD ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_OLDDEL = 10 +pkg syscall (netbsd-arm64-cgo), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-arm64-cgo), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT = 6 +pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE = 11 +pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE = 18 +pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTM_VERSION = 4 +pkg syscall (netbsd-arm64-cgo), const RTM_VERSION ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_EXPIRE = 4 +pkg syscall (netbsd-arm64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-arm64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_MTU = 1 +pkg syscall (netbsd-arm64-cgo), const RTV_MTU ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_RPIPE = 8 +pkg syscall (netbsd-arm64-cgo), const RTV_RPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_RTT = 64 +pkg syscall (netbsd-arm64-cgo), const RTV_RTT ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_RTTVAR = 128 +pkg syscall (netbsd-arm64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_SPIPE = 16 +pkg syscall (netbsd-arm64-cgo), const RTV_SPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-arm64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-arm64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-arm64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-arm64-cgo), const RUSAGE_SELF = 0 +pkg syscall (netbsd-arm64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-arm64-cgo), const S_ARCH1 = 65536 +pkg syscall (netbsd-arm64-cgo), const S_ARCH1 ideal-int +pkg syscall (netbsd-arm64-cgo), const S_ARCH2 = 131072 +pkg syscall (netbsd-arm64-cgo), const S_ARCH2 ideal-int +pkg syscall (netbsd-arm64-cgo), const S_BLKSIZE = 512 +pkg syscall (netbsd-arm64-cgo), const S_BLKSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const SCM_CREDS = 4 +pkg syscall (netbsd-arm64-cgo), const SCM_CREDS ideal-int +pkg syscall (netbsd-arm64-cgo), const SCM_RIGHTS = 1 +pkg syscall (netbsd-arm64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-arm64-cgo), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-arm64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IEXEC = 64 +pkg syscall (netbsd-arm64-cgo), const S_IEXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IFMT = 61440 +pkg syscall (netbsd-arm64-cgo), const S_IFWHT = 57344 +pkg syscall (netbsd-arm64-cgo), const S_IFWHT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIGBUS = 10 +pkg syscall (netbsd-arm64-cgo), const SIGCHLD = 20 +pkg syscall (netbsd-arm64-cgo), const SIGCHLD Signal +pkg syscall (netbsd-arm64-cgo), const SIGCONT = 19 +pkg syscall (netbsd-arm64-cgo), const SIGCONT Signal +pkg syscall (netbsd-arm64-cgo), const SIGEMT = 7 +pkg syscall (netbsd-arm64-cgo), const SIGEMT Signal +pkg syscall (netbsd-arm64-cgo), const SIGINFO = 29 +pkg syscall (netbsd-arm64-cgo), const SIGINFO Signal +pkg syscall (netbsd-arm64-cgo), const SIGIO = 23 +pkg syscall (netbsd-arm64-cgo), const SIGIO Signal +pkg syscall (netbsd-arm64-cgo), const SIGIOT = 6 +pkg syscall (netbsd-arm64-cgo), const SIGIOT Signal +pkg syscall (netbsd-arm64-cgo), const SIGPROF = 27 +pkg syscall (netbsd-arm64-cgo), const SIGPROF Signal +pkg syscall (netbsd-arm64-cgo), const SIGPWR = 32 +pkg syscall (netbsd-arm64-cgo), const SIGPWR Signal +pkg syscall (netbsd-arm64-cgo), const SIGSTOP = 17 +pkg syscall (netbsd-arm64-cgo), const SIGSTOP Signal +pkg syscall (netbsd-arm64-cgo), const SIGSYS = 12 +pkg syscall (netbsd-arm64-cgo), const SIGSYS Signal +pkg syscall (netbsd-arm64-cgo), const SIGTSTP = 18 +pkg syscall (netbsd-arm64-cgo), const SIGTSTP Signal +pkg syscall (netbsd-arm64-cgo), const SIGTTIN = 21 +pkg syscall (netbsd-arm64-cgo), const SIGTTIN Signal +pkg syscall (netbsd-arm64-cgo), const SIGTTOU = 22 +pkg syscall (netbsd-arm64-cgo), const SIGTTOU Signal +pkg syscall (netbsd-arm64-cgo), const SIGURG = 16 +pkg syscall (netbsd-arm64-cgo), const SIGURG Signal +pkg syscall (netbsd-arm64-cgo), const SIGUSR1 = 30 +pkg syscall (netbsd-arm64-cgo), const SIGUSR1 Signal +pkg syscall (netbsd-arm64-cgo), const SIGUSR2 = 31 +pkg syscall (netbsd-arm64-cgo), const SIGUSR2 Signal +pkg syscall (netbsd-arm64-cgo), const SIGVTALRM = 26 +pkg syscall (netbsd-arm64-cgo), const SIGVTALRM Signal +pkg syscall (netbsd-arm64-cgo), const SIGWINCH = 28 +pkg syscall (netbsd-arm64-cgo), const SIGWINCH Signal +pkg syscall (netbsd-arm64-cgo), const SIGXCPU = 24 +pkg syscall (netbsd-arm64-cgo), const SIGXCPU Signal +pkg syscall (netbsd-arm64-cgo), const SIGXFSZ = 25 +pkg syscall (netbsd-arm64-cgo), const SIGXFSZ Signal +pkg syscall (netbsd-arm64-cgo), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-arm64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCADDRT = 2151182858 +pkg syscall (netbsd-arm64-cgo), const SIOCADDRT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-arm64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-arm64-cgo), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-arm64-cgo), const SIOCATMARK ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-arm64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCDELRT = 2151182859 +pkg syscall (netbsd-arm64-cgo), const SIOCDELRT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-arm64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-arm64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-arm64-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGDRVSPEC = 3223873915 +pkg syscall (netbsd-arm64-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-arm64-cgo), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGETSGCNT = 3223352628 +pkg syscall (netbsd-arm64-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGETVIFCNT = 3223876915 +pkg syscall (netbsd-arm64-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-arm64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFADDRPREF = 3231213856 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFCONF = 3222300966 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFDATA = 3231213957 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFMEDIA = 3224398134 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-arm64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-arm64-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-arm64-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGLINKSTR = 3223873927 +pkg syscall (netbsd-arm64-cgo), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-arm64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-arm64-cgo), const SIOCGPGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCGVH = 3230689667 +pkg syscall (netbsd-arm64-cgo), const SIOCGVH ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-arm64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-arm64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCIFGCLONERS = 3222301048 +pkg syscall (netbsd-arm64-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCINITIFADDR = 3228592516 +pkg syscall (netbsd-arm64-cgo), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSDRVSPEC = 2150132091 +pkg syscall (netbsd-arm64-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-arm64-cgo), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-arm64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFADDRPREF = 2157472031 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-arm64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-arm64-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSLINKSTR = 2150132104 +pkg syscall (netbsd-arm64-cgo), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-arm64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-arm64-cgo), const SIOCSPGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCSVH = 3230689666 +pkg syscall (netbsd-arm64-cgo), const SIOCSVH ideal-int +pkg syscall (netbsd-arm64-cgo), const SIOCZIFDATA = 3231213958 +pkg syscall (netbsd-arm64-cgo), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IREAD = 256 +pkg syscall (netbsd-arm64-cgo), const S_IREAD ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IRGRP = 32 +pkg syscall (netbsd-arm64-cgo), const S_IRGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IROTH = 4 +pkg syscall (netbsd-arm64-cgo), const S_IROTH ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IRWXG = 56 +pkg syscall (netbsd-arm64-cgo), const S_IRWXG ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IRWXO = 7 +pkg syscall (netbsd-arm64-cgo), const S_IRWXO ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IRWXU = 448 +pkg syscall (netbsd-arm64-cgo), const S_IRWXU ideal-int +pkg syscall (netbsd-arm64-cgo), const S_ISTXT = 512 +pkg syscall (netbsd-arm64-cgo), const S_ISTXT ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IWGRP = 16 +pkg syscall (netbsd-arm64-cgo), const S_IWGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IWOTH = 2 +pkg syscall (netbsd-arm64-cgo), const S_IWOTH ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IWRITE = 128 +pkg syscall (netbsd-arm64-cgo), const S_IWRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IXGRP = 8 +pkg syscall (netbsd-arm64-cgo), const S_IXGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const S_IXOTH = 1 +pkg syscall (netbsd-arm64-cgo), const S_IXOTH ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofBpfHdr = 32 +pkg syscall (netbsd-arm64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofBpfInsn = 8 +pkg syscall (netbsd-arm64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofBpfProgram = 16 +pkg syscall (netbsd-arm64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofBpfStat = 128 +pkg syscall (netbsd-arm64-cgo), const SizeofBpfStat ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofBpfVersion = 4 +pkg syscall (netbsd-arm64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofCmsghdr = 12 +pkg syscall (netbsd-arm64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-arm64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-arm64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-arm64-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIfData = 136 +pkg syscall (netbsd-arm64-cgo), const SizeofIfData ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-arm64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-arm64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIPMreq = 8 +pkg syscall (netbsd-arm64-cgo), const SizeofIPMreq ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-arm64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-arm64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofLinger = 8 +pkg syscall (netbsd-arm64-cgo), const SizeofLinger ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofMsghdr = 48 +pkg syscall (netbsd-arm64-cgo), const SizeofMsghdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofRtMetrics = 80 +pkg syscall (netbsd-arm64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-arm64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-arm64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-arm64-cgo), const S_LOGIN_SET = 1 +pkg syscall (netbsd-arm64-cgo), const S_LOGIN_SET ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-arm64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-arm64-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_BROADCAST = 32 +pkg syscall (netbsd-arm64-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-arm64-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-arm64-cgo), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-arm64-cgo), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-arm64-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-arm64-cgo), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const SOCK_RDM = 4 +pkg syscall (netbsd-arm64-cgo), const SOCK_RDM ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_DEBUG = 1 +pkg syscall (netbsd-arm64-cgo), const SO_DEBUG ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_DONTROUTE = 16 +pkg syscall (netbsd-arm64-cgo), const SO_ERROR = 4103 +pkg syscall (netbsd-arm64-cgo), const SO_ERROR ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-arm64-cgo), const SO_LINGER = 128 +pkg syscall (netbsd-arm64-cgo), const SOL_SOCKET = 65535 +pkg syscall (netbsd-arm64-cgo), const SOMAXCONN = 128 +pkg syscall (netbsd-arm64-cgo), const SO_NOHEADER = 4106 +pkg syscall (netbsd-arm64-cgo), const SO_NOHEADER ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-arm64-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_OOBINLINE = 256 +pkg syscall (netbsd-arm64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-arm64-cgo), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_RCVBUF = 4098 +pkg syscall (netbsd-arm64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-arm64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-arm64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_REUSEADDR = 4 +pkg syscall (netbsd-arm64-cgo), const SO_REUSEPORT = 512 +pkg syscall (netbsd-arm64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_SNDBUF = 4097 +pkg syscall (netbsd-arm64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-arm64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-arm64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-arm64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_TYPE = 4104 +pkg syscall (netbsd-arm64-cgo), const SO_TYPE ideal-int +pkg syscall (netbsd-arm64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-arm64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_ACCEPT = 30 +pkg syscall (netbsd-arm64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_ACCESS = 33 +pkg syscall (netbsd-arm64-cgo), const SYS_ACCESS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_ACCT = 51 +pkg syscall (netbsd-arm64-cgo), const SYS_ACCT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_ADJTIME = 421 +pkg syscall (netbsd-arm64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_BIND = 104 +pkg syscall (netbsd-arm64-cgo), const SYS_BIND ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_BREAK = 17 +pkg syscall (netbsd-arm64-cgo), const SYS_BREAK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CHDIR = 12 +pkg syscall (netbsd-arm64-cgo), const SYS_CHDIR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-arm64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CHMOD = 15 +pkg syscall (netbsd-arm64-cgo), const SYS_CHMOD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CHOWN = 16 +pkg syscall (netbsd-arm64-cgo), const SYS_CHOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CHROOT = 61 +pkg syscall (netbsd-arm64-cgo), const SYS_CHROOT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___CLONE = 287 +pkg syscall (netbsd-arm64-cgo), const SYS___CLONE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CLOSE = 6 +pkg syscall (netbsd-arm64-cgo), const SYS_CLOSE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_CONNECT = 98 +pkg syscall (netbsd-arm64-cgo), const SYS_CONNECT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-arm64-cgo), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_DUP2 = 90 +pkg syscall (netbsd-arm64-cgo), const SYS_DUP2 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_DUP3 = 454 +pkg syscall (netbsd-arm64-cgo), const SYS_DUP3 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_DUP = 41 +pkg syscall (netbsd-arm64-cgo), const SYS_DUP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXECVE = 59 +pkg syscall (netbsd-arm64-cgo), const SYS_EXECVE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXIT = 1 +pkg syscall (netbsd-arm64-cgo), const SYS_EXIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-arm64-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-arm64-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHDIR = 13 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHMOD = 124 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWN = 123 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCHROOT = 297 +pkg syscall (netbsd-arm64-cgo), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FCNTL = 92 +pkg syscall (netbsd-arm64-cgo), const SYS_FCNTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-arm64-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FEXECVE = 465 +pkg syscall (netbsd-arm64-cgo), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-arm64-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FHSTAT = 451 +pkg syscall (netbsd-arm64-cgo), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FKTRACE = 288 +pkg syscall (netbsd-arm64-cgo), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-arm64-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FLOCK = 131 +pkg syscall (netbsd-arm64-cgo), const SYS_FLOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FORK = 2 +pkg syscall (netbsd-arm64-cgo), const SYS_FORK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-arm64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-arm64-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-arm64-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FSTAT = 440 +pkg syscall (netbsd-arm64-cgo), const SYS_FSTATAT = 466 +pkg syscall (netbsd-arm64-cgo), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FSTAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-arm64-cgo), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC = 95 +pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-arm64-cgo), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-arm64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-arm64-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_FUTIMES = 423 +pkg syscall (netbsd-arm64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-arm64-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___GETCWD = 296 +pkg syscall (netbsd-arm64-cgo), const SYS___GETCWD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETDENTS = 390 +pkg syscall (netbsd-arm64-cgo), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID = 43 +pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETEUID = 25 +pkg syscall (netbsd-arm64-cgo), const SYS_GETEUID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETFH = 395 +pkg syscall (netbsd-arm64-cgo), const SYS_GETFH ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETGID = 47 +pkg syscall (netbsd-arm64-cgo), const SYS_GETGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-arm64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETITIMER = 426 +pkg syscall (netbsd-arm64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-arm64-cgo), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-arm64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETPGID = 207 +pkg syscall (netbsd-arm64-cgo), const SYS_GETPGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETPGRP = 81 +pkg syscall (netbsd-arm64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETPID = 20 +pkg syscall (netbsd-arm64-cgo), const SYS_GETPID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETPPID = 39 +pkg syscall (netbsd-arm64-cgo), const SYS_GETPPID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-arm64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-arm64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-arm64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETSID = 286 +pkg syscall (netbsd-arm64-cgo), const SYS_GETSID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-arm64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETUID = 24 +pkg syscall (netbsd-arm64-cgo), const SYS_GETUID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-arm64-cgo), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_GETXATTR = 378 +pkg syscall (netbsd-arm64-cgo), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_IOCTL = 54 +pkg syscall (netbsd-arm64-cgo), const SYS_IOCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-arm64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_KEVENT = 435 +pkg syscall (netbsd-arm64-cgo), const SYS_KEVENT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_KILL = 37 +pkg syscall (netbsd-arm64-cgo), const SYS_KILL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-arm64-cgo), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_KQUEUE = 344 +pkg syscall (netbsd-arm64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_KTRACE = 45 +pkg syscall (netbsd-arm64-cgo), const SYS_KTRACE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-arm64-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LCHMOD = 274 +pkg syscall (netbsd-arm64-cgo), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LCHOWN = 275 +pkg syscall (netbsd-arm64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-arm64-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LINK = 9 +pkg syscall (netbsd-arm64-cgo), const SYS_LINKAT = 457 +pkg syscall (netbsd-arm64-cgo), const SYS_LINKAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LISTEN = 106 +pkg syscall (netbsd-arm64-cgo), const SYS_LISTEN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-arm64-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-arm64-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-arm64-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LSEEK = 199 +pkg syscall (netbsd-arm64-cgo), const SYS_LSEEK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-arm64-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LSTAT = 441 +pkg syscall (netbsd-arm64-cgo), const SYS_LSTAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_LUTIMES = 424 +pkg syscall (netbsd-arm64-cgo), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-arm64-cgo), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MADVISE = 75 +pkg syscall (netbsd-arm64-cgo), const SYS_MADVISE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MINCORE = 78 +pkg syscall (netbsd-arm64-cgo), const SYS_MINCORE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MINHERIT = 273 +pkg syscall (netbsd-arm64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MKDIR = 136 +pkg syscall (netbsd-arm64-cgo), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-arm64-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MKDIR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MKFIFO = 132 +pkg syscall (netbsd-arm64-cgo), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-arm64-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MKNOD = 450 +pkg syscall (netbsd-arm64-cgo), const SYS_MKNODAT = 460 +pkg syscall (netbsd-arm64-cgo), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MKNOD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MLOCK = 203 +pkg syscall (netbsd-arm64-cgo), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-arm64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MLOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MMAP = 197 +pkg syscall (netbsd-arm64-cgo), const SYS_MMAP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MODCTL = 246 +pkg syscall (netbsd-arm64-cgo), const SYS_MODCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MOUNT = 410 +pkg syscall (netbsd-arm64-cgo), const SYS_MOUNT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MPROTECT = 74 +pkg syscall (netbsd-arm64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MREMAP = 411 +pkg syscall (netbsd-arm64-cgo), const SYS_MREMAP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MSGCTL = 444 +pkg syscall (netbsd-arm64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MSGGET = 225 +pkg syscall (netbsd-arm64-cgo), const SYS_MSGGET ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MSGRCV = 227 +pkg syscall (netbsd-arm64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MSGSND = 226 +pkg syscall (netbsd-arm64-cgo), const SYS_MSGSND ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-arm64-cgo), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-arm64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_MUNMAP = 73 +pkg syscall (netbsd-arm64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-arm64-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-arm64-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-arm64-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_OPEN = 5 +pkg syscall (netbsd-arm64-cgo), const SYS_OPENAT = 468 +pkg syscall (netbsd-arm64-cgo), const SYS_OPENAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_OPEN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PACCEPT = 456 +pkg syscall (netbsd-arm64-cgo), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PATHCONF = 191 +pkg syscall (netbsd-arm64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PIPE2 = 453 +pkg syscall (netbsd-arm64-cgo), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PIPE = 42 +pkg syscall (netbsd-arm64-cgo), const SYS_PIPE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-arm64-cgo), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-arm64-cgo), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_POLL = 209 +pkg syscall (netbsd-arm64-cgo), const SYS_POLL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_POLLTS = 437 +pkg syscall (netbsd-arm64-cgo), const SYS_POLLTS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-arm64-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-arm64-cgo), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-arm64-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PREAD = 173 +pkg syscall (netbsd-arm64-cgo), const SYS_PREAD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PREADV = 289 +pkg syscall (netbsd-arm64-cgo), const SYS_PREADV ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL = 44 +pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT = 436 +pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-arm64-cgo), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-arm64-cgo), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PTRACE = 26 +pkg syscall (netbsd-arm64-cgo), const SYS_PTRACE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PWRITE = 174 +pkg syscall (netbsd-arm64-cgo), const SYS_PWRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_PWRITEV = 290 +pkg syscall (netbsd-arm64-cgo), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-arm64-cgo), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RASCTL = 343 +pkg syscall (netbsd-arm64-cgo), const SYS_RASCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_READ = 3 +pkg syscall (netbsd-arm64-cgo), const SYS_READ ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_READLINK = 58 +pkg syscall (netbsd-arm64-cgo), const SYS_READLINKAT = 469 +pkg syscall (netbsd-arm64-cgo), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_READLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_READV = 120 +pkg syscall (netbsd-arm64-cgo), const SYS_READV ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_REBOOT = 208 +pkg syscall (netbsd-arm64-cgo), const SYS_REBOOT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RECVFROM = 29 +pkg syscall (netbsd-arm64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-arm64-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RECVMSG = 27 +pkg syscall (netbsd-arm64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-arm64-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RENAME = 128 +pkg syscall (netbsd-arm64-cgo), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-arm64-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RENAME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_REVOKE = 56 +pkg syscall (netbsd-arm64-cgo), const SYS_REVOKE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_RMDIR = 137 +pkg syscall (netbsd-arm64-cgo), const SYS_RMDIR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SBRK = 69 +pkg syscall (netbsd-arm64-cgo), const SYS_SBRK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-arm64-cgo), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-arm64-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SELECT = 417 +pkg syscall (netbsd-arm64-cgo), const SYS_SELECT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-arm64-cgo), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___SEMCTL = 442 +pkg syscall (netbsd-arm64-cgo), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SEMGET = 221 +pkg syscall (netbsd-arm64-cgo), const SYS_SEMGET ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SEMOP = 222 +pkg syscall (netbsd-arm64-cgo), const SYS_SEMOP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-arm64-cgo), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SENDMSG = 28 +pkg syscall (netbsd-arm64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SENDTO = 133 +pkg syscall (netbsd-arm64-cgo), const SYS_SENDTO ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-arm64-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETEGID = 182 +pkg syscall (netbsd-arm64-cgo), const SYS_SETEGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETEUID = 183 +pkg syscall (netbsd-arm64-cgo), const SYS_SETEUID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETGID = 181 +pkg syscall (netbsd-arm64-cgo), const SYS_SETGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-arm64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETITIMER = 425 +pkg syscall (netbsd-arm64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-arm64-cgo), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETPGID = 82 +pkg syscall (netbsd-arm64-cgo), const SYS_SETPGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-arm64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETREGID = 127 +pkg syscall (netbsd-arm64-cgo), const SYS_SETREGID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETREUID = 126 +pkg syscall (netbsd-arm64-cgo), const SYS_SETREUID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-arm64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETSID = 147 +pkg syscall (netbsd-arm64-cgo), const SYS_SETSID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-arm64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-arm64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETUID = 23 +pkg syscall (netbsd-arm64-cgo), const SYS_SETUID ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SETXATTR = 375 +pkg syscall (netbsd-arm64-cgo), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SHMAT = 228 +pkg syscall (netbsd-arm64-cgo), const SYS_SHMAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SHMCTL = 443 +pkg syscall (netbsd-arm64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SHMDT = 230 +pkg syscall (netbsd-arm64-cgo), const SYS_SHMDT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SHMGET = 231 +pkg syscall (netbsd-arm64-cgo), const SYS_SHMGET ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-arm64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-arm64-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-arm64-cgo), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-arm64-cgo), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SOCKET = 394 +pkg syscall (netbsd-arm64-cgo), const SYS_SOCKET ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-arm64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SSTK = 70 +pkg syscall (netbsd-arm64-cgo), const SYS_SSTK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_STAT = 439 +pkg syscall (netbsd-arm64-cgo), const SYS_STAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-arm64-cgo), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-arm64-cgo), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SYMLINK = 57 +pkg syscall (netbsd-arm64-cgo), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-arm64-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SYNC = 36 +pkg syscall (netbsd-arm64-cgo), const SYS_SYNC ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_SYSARCH = 165 +pkg syscall (netbsd-arm64-cgo), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS___SYSCTL = 202 +pkg syscall (netbsd-arm64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-arm64-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-arm64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UMASK = 60 +pkg syscall (netbsd-arm64-cgo), const SYS_UMASK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UNDELETE = 205 +pkg syscall (netbsd-arm64-cgo), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UNLINK = 10 +pkg syscall (netbsd-arm64-cgo), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-arm64-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UNLINK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-arm64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-arm64-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UTIMES = 420 +pkg syscall (netbsd-arm64-cgo), const SYS_UTIMES ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UTRACE = 306 +pkg syscall (netbsd-arm64-cgo), const SYS_UTRACE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-arm64-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_VADVISE = 72 +pkg syscall (netbsd-arm64-cgo), const SYS_VADVISE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_VFORK = 66 +pkg syscall (netbsd-arm64-cgo), const SYS_VFORK ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_WAIT4 = 449 +pkg syscall (netbsd-arm64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_WRITE = 4 +pkg syscall (netbsd-arm64-cgo), const SYS_WRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_WRITEV = 121 +pkg syscall (netbsd-arm64-cgo), const SYS_WRITEV ideal-int +pkg syscall (netbsd-arm64-cgo), const TCIFLUSH = 1 +pkg syscall (netbsd-arm64-cgo), const TCIFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const TCIOFLUSH = 3 +pkg syscall (netbsd-arm64-cgo), const TCIOFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const TCOFLUSH = 2 +pkg syscall (netbsd-arm64-cgo), const TCOFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_CONGCTL = 32 +pkg syscall (netbsd-arm64-cgo), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-arm64-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MAXBURST = 4 +pkg syscall (netbsd-arm64-cgo), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MAXSEG = 2 +pkg syscall (netbsd-arm64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-arm64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-arm64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MD5SIG = 16 +pkg syscall (netbsd-arm64-cgo), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MINMSS = 216 +pkg syscall (netbsd-arm64-cgo), const TCP_MINMSS ideal-int +pkg syscall (netbsd-arm64-cgo), const TCP_MSS = 536 +pkg syscall (netbsd-arm64-cgo), const TCP_MSS ideal-int +pkg syscall (netbsd-arm64-cgo), const TCSAFLUSH = 2 +pkg syscall (netbsd-arm64-cgo), const TCSAFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCCBRK = 536900730 +pkg syscall (netbsd-arm64-cgo), const TIOCCBRK ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCCDTR = 536900728 +pkg syscall (netbsd-arm64-cgo), const TIOCCDTR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCCONS = 2147775586 +pkg syscall (netbsd-arm64-cgo), const TIOCCONS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (netbsd-arm64-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-arm64-cgo), const TIOCDRAIN ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCEXCL = 536900621 +pkg syscall (netbsd-arm64-cgo), const TIOCEXCL ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCEXT = 2147775584 +pkg syscall (netbsd-arm64-cgo), const TIOCEXT ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-arm64-cgo), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-arm64-cgo), const TIOCFLUSH ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGETA = 1076655123 +pkg syscall (netbsd-arm64-cgo), const TIOCGETA ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGETD = 1074033690 +pkg syscall (netbsd-arm64-cgo), const TIOCGETD ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-arm64-cgo), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-arm64-cgo), const TIOCGLINED ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-arm64-cgo), const TIOCGPGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-arm64-cgo), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-arm64-cgo), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGSID = 1074033763 +pkg syscall (netbsd-arm64-cgo), const TIOCGSID ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-arm64-cgo), const TIOCGSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-arm64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-arm64-cgo), const TIOCMBIC ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-arm64-cgo), const TIOCMBIS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_CAR = 64 +pkg syscall (netbsd-arm64-cgo), const TIOCM_CAR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_CD = 64 +pkg syscall (netbsd-arm64-cgo), const TIOCM_CD ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_CTS = 32 +pkg syscall (netbsd-arm64-cgo), const TIOCM_CTS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_DSR = 256 +pkg syscall (netbsd-arm64-cgo), const TIOCM_DSR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_DTR = 2 +pkg syscall (netbsd-arm64-cgo), const TIOCM_DTR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCMGET = 1074033770 +pkg syscall (netbsd-arm64-cgo), const TIOCMGET ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_LE = 1 +pkg syscall (netbsd-arm64-cgo), const TIOCM_LE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_RI = 128 +pkg syscall (netbsd-arm64-cgo), const TIOCM_RI ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_RNG = 128 +pkg syscall (netbsd-arm64-cgo), const TIOCM_RNG ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_RTS = 4 +pkg syscall (netbsd-arm64-cgo), const TIOCM_RTS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCMSET = 2147775597 +pkg syscall (netbsd-arm64-cgo), const TIOCMSET ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_SR = 16 +pkg syscall (netbsd-arm64-cgo), const TIOCM_SR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCM_ST = 8 +pkg syscall (netbsd-arm64-cgo), const TIOCM_ST ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-arm64-cgo), const TIOCNOTTY ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCNXCL = 536900622 +pkg syscall (netbsd-arm64-cgo), const TIOCNXCL ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-arm64-cgo), const TIOCOUTQ ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT = 2147775600 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_START = 8 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_START ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-arm64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPTMGET = 1076393030 +pkg syscall (netbsd-arm64-cgo), const TIOCPTMGET ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCPTSNAME = 1076393032 +pkg syscall (netbsd-arm64-cgo), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCRCVFRAME = 2148037701 +pkg syscall (netbsd-arm64-cgo), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-arm64-cgo), const TIOCREMOTE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSBRK = 536900731 +pkg syscall (netbsd-arm64-cgo), const TIOCSBRK ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-arm64-cgo), const TIOCSCTTY ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSDTR = 536900729 +pkg syscall (netbsd-arm64-cgo), const TIOCSDTR ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSETA = 2150396948 +pkg syscall (netbsd-arm64-cgo), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-arm64-cgo), const TIOCSETAF ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSETA ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-arm64-cgo), const TIOCSETAW ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSETD = 2147775515 +pkg syscall (netbsd-arm64-cgo), const TIOCSETD ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-arm64-cgo), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSIG = 536900703 +pkg syscall (netbsd-arm64-cgo), const TIOCSIG ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-arm64-cgo), const TIOCSLINED ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-arm64-cgo), const TIOCSPGRP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-arm64-cgo), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-arm64-cgo), const TIOCSSIZE ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSTART = 536900718 +pkg syscall (netbsd-arm64-cgo), const TIOCSTART ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-arm64-cgo), const TIOCSTAT ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSTI = 2147578994 +pkg syscall (netbsd-arm64-cgo), const TIOCSTI ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSTOP = 536900719 +pkg syscall (netbsd-arm64-cgo), const TIOCSTOP ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-arm64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-arm64-cgo), const TIOCUCNTL ideal-int +pkg syscall (netbsd-arm64-cgo), const TIOCXMTFRAME = 2148037700 +pkg syscall (netbsd-arm64-cgo), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-arm64-cgo), const TOSTOP = 4194304 +pkg syscall (netbsd-arm64-cgo), const TOSTOP ideal-int +pkg syscall (netbsd-arm64-cgo), const VDISCARD = 15 +pkg syscall (netbsd-arm64-cgo), const VDISCARD ideal-int +pkg syscall (netbsd-arm64-cgo), const VDSUSP = 11 +pkg syscall (netbsd-arm64-cgo), const VDSUSP ideal-int +pkg syscall (netbsd-arm64-cgo), const VEOF = 0 +pkg syscall (netbsd-arm64-cgo), const VEOF ideal-int +pkg syscall (netbsd-arm64-cgo), const VEOL = 1 +pkg syscall (netbsd-arm64-cgo), const VEOL2 = 2 +pkg syscall (netbsd-arm64-cgo), const VEOL2 ideal-int +pkg syscall (netbsd-arm64-cgo), const VEOL ideal-int +pkg syscall (netbsd-arm64-cgo), const VERASE = 3 +pkg syscall (netbsd-arm64-cgo), const VERASE ideal-int +pkg syscall (netbsd-arm64-cgo), const VINTR = 8 +pkg syscall (netbsd-arm64-cgo), const VINTR ideal-int +pkg syscall (netbsd-arm64-cgo), const VKILL = 5 +pkg syscall (netbsd-arm64-cgo), const VKILL ideal-int +pkg syscall (netbsd-arm64-cgo), const VLNEXT = 14 +pkg syscall (netbsd-arm64-cgo), const VLNEXT ideal-int +pkg syscall (netbsd-arm64-cgo), const VMIN = 16 +pkg syscall (netbsd-arm64-cgo), const VMIN ideal-int +pkg syscall (netbsd-arm64-cgo), const VQUIT = 9 +pkg syscall (netbsd-arm64-cgo), const VQUIT ideal-int +pkg syscall (netbsd-arm64-cgo), const VREPRINT = 6 +pkg syscall (netbsd-arm64-cgo), const VREPRINT ideal-int +pkg syscall (netbsd-arm64-cgo), const VSTART = 12 +pkg syscall (netbsd-arm64-cgo), const VSTART ideal-int +pkg syscall (netbsd-arm64-cgo), const VSTATUS = 18 +pkg syscall (netbsd-arm64-cgo), const VSTATUS ideal-int +pkg syscall (netbsd-arm64-cgo), const VSTOP = 13 +pkg syscall (netbsd-arm64-cgo), const VSTOP ideal-int +pkg syscall (netbsd-arm64-cgo), const VSUSP = 10 +pkg syscall (netbsd-arm64-cgo), const VSUSP ideal-int +pkg syscall (netbsd-arm64-cgo), const VTIME = 17 +pkg syscall (netbsd-arm64-cgo), const VTIME ideal-int +pkg syscall (netbsd-arm64-cgo), const VWERASE = 4 +pkg syscall (netbsd-arm64-cgo), const VWERASE ideal-int +pkg syscall (netbsd-arm64-cgo), const WALL = 8 +pkg syscall (netbsd-arm64-cgo), const WALL ideal-int +pkg syscall (netbsd-arm64-cgo), const WALLSIG = 8 +pkg syscall (netbsd-arm64-cgo), const WALLSIG ideal-int +pkg syscall (netbsd-arm64-cgo), const WALTSIG = 4 +pkg syscall (netbsd-arm64-cgo), const WALTSIG ideal-int +pkg syscall (netbsd-arm64-cgo), const WCLONE = 4 +pkg syscall (netbsd-arm64-cgo), const WCLONE ideal-int +pkg syscall (netbsd-arm64-cgo), const WCOREFLAG = 128 +pkg syscall (netbsd-arm64-cgo), const WCOREFLAG ideal-int +pkg syscall (netbsd-arm64-cgo), const WNOHANG = 1 +pkg syscall (netbsd-arm64-cgo), const WNOHANG ideal-int +pkg syscall (netbsd-arm64-cgo), const WNOWAIT = 65536 +pkg syscall (netbsd-arm64-cgo), const WNOWAIT ideal-int +pkg syscall (netbsd-arm64-cgo), const WNOZOMBIE = 131072 +pkg syscall (netbsd-arm64-cgo), const WNOZOMBIE ideal-int +pkg syscall (netbsd-arm64-cgo), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-arm64-cgo), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-arm64-cgo), const WSTOPPED = 127 +pkg syscall (netbsd-arm64-cgo), const WSTOPPED ideal-int +pkg syscall (netbsd-arm64-cgo), const WUNTRACED = 2 +pkg syscall (netbsd-arm64-cgo), const WUNTRACED ideal-int +pkg syscall (netbsd-arm64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func Access(string, uint32) error +pkg syscall (netbsd-arm64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-arm64-cgo), func Bind(int, Sockaddr) error +pkg syscall (netbsd-arm64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-arm64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-arm64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-arm64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-arm64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-arm64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-arm64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-arm64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-arm64-cgo), func CheckBpfVersion(int) error +pkg syscall (netbsd-arm64-cgo), func Chflags(string, int) error +pkg syscall (netbsd-arm64-cgo), func Chroot(string) error +pkg syscall (netbsd-arm64-cgo), func Close(int) error +pkg syscall (netbsd-arm64-cgo), func CloseOnExec(int) +pkg syscall (netbsd-arm64-cgo), func CmsgLen(int) int +pkg syscall (netbsd-arm64-cgo), func CmsgSpace(int) int +pkg syscall (netbsd-arm64-cgo), func Connect(int, Sockaddr) error +pkg syscall (netbsd-arm64-cgo), func Dup2(int, int) error +pkg syscall (netbsd-arm64-cgo), func Dup(int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Fchdir(int) error +pkg syscall (netbsd-arm64-cgo), func Fchflags(int, int) error +pkg syscall (netbsd-arm64-cgo), func Fchmod(int, uint32) error +pkg syscall (netbsd-arm64-cgo), func Fchown(int, int, int) error +pkg syscall (netbsd-arm64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-arm64-cgo), func Flock(int, int) error +pkg syscall (netbsd-arm64-cgo), func FlushBpf(int) error +pkg syscall (netbsd-arm64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-arm64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-arm64-cgo), func Fsync(int) error +pkg syscall (netbsd-arm64-cgo), func Ftruncate(int, int64) error +pkg syscall (netbsd-arm64-cgo), func Futimes(int, []Timeval) error +pkg syscall (netbsd-arm64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-arm64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func Getpgid(int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Getpgrp() int +pkg syscall (netbsd-arm64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-arm64-cgo), func Getsid(int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-arm64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-arm64-cgo), func Issetugid() bool +pkg syscall (netbsd-arm64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-arm64-cgo), func Kill(int, Signal) error +pkg syscall (netbsd-arm64-cgo), func Kqueue() (int, error) +pkg syscall (netbsd-arm64-cgo), func Listen(int, int) error +pkg syscall (netbsd-arm64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-arm64-cgo), func Mkfifo(string, uint32) error +pkg syscall (netbsd-arm64-cgo), func Mknod(string, uint32, int) error +pkg syscall (netbsd-arm64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-arm64-cgo), func Munmap([]uint8) error +pkg syscall (netbsd-arm64-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-arm64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-arm64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-arm64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-arm64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-arm64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-arm64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Pipe2([]int, int) error +pkg syscall (netbsd-arm64-cgo), func Pipe([]int) error +pkg syscall (netbsd-arm64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-arm64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-arm64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-arm64-cgo), func Revoke(string) error +pkg syscall (netbsd-arm64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-arm64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-arm64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-arm64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-arm64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-arm64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-arm64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-arm64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-arm64-cgo), func SetBpfInterface(int, string) error +pkg syscall (netbsd-arm64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-arm64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-arm64-cgo), func Setegid(int) error +pkg syscall (netbsd-arm64-cgo), func Seteuid(int) error +pkg syscall (netbsd-arm64-cgo), func Setgid(int) error +pkg syscall (netbsd-arm64-cgo), func Setgroups([]int) error +pkg syscall (netbsd-arm64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-arm64-cgo), func SetNonblock(int, bool) error +pkg syscall (netbsd-arm64-cgo), func Setpgid(int, int) error +pkg syscall (netbsd-arm64-cgo), func Setpriority(int, int, int) error +pkg syscall (netbsd-arm64-cgo), func Setregid(int, int) error +pkg syscall (netbsd-arm64-cgo), func Setreuid(int, int) error +pkg syscall (netbsd-arm64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm64-cgo), func Setsid() (int, error) +pkg syscall (netbsd-arm64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-arm64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-arm64-cgo), func Settimeofday(*Timeval) error +pkg syscall (netbsd-arm64-cgo), func Setuid(int) error +pkg syscall (netbsd-arm64-cgo), func Shutdown(int, int) error +pkg syscall (netbsd-arm64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-arm64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-arm64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-arm64-cgo), func Stat(string, *Stat_t) error +pkg syscall (netbsd-arm64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-arm64-cgo), func Sync() error +pkg syscall (netbsd-arm64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64-cgo), func Sysctl(string) (string, error) +pkg syscall (netbsd-arm64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-arm64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-arm64-cgo), func Truncate(string, int64) error +pkg syscall (netbsd-arm64-cgo), func Umask(int) int +pkg syscall (netbsd-arm64-cgo), func UnixRights(...int) []uint8 +pkg syscall (netbsd-arm64-cgo), func Unmount(string, int) error +pkg syscall (netbsd-arm64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-arm64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-arm64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-arm64-cgo), method (*Iovec) SetLen(int) +pkg syscall (netbsd-arm64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-arm64-cgo), type BpfHdr struct +pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-arm64-cgo), type BpfInsn struct +pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-arm64-cgo), type BpfInsn struct, K uint32 +pkg syscall (netbsd-arm64-cgo), type BpfProgram struct +pkg syscall (netbsd-arm64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-arm64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-arm64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type BpfStat struct +pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct +pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Sec int64 +pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Usec int64 +pkg syscall (netbsd-arm64-cgo), type BpfVersion struct +pkg syscall (netbsd-arm64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-arm64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct +pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-arm64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-arm64-cgo), type Credential struct +pkg syscall (netbsd-arm64-cgo), type Credential struct, Gid uint32 +pkg syscall (netbsd-arm64-cgo), type Credential struct, Groups []uint32 +pkg syscall (netbsd-arm64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-arm64-cgo), type Credential struct, Uid uint32 +pkg syscall (netbsd-arm64-cgo), type Dirent struct +pkg syscall (netbsd-arm64-cgo), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-arm64-cgo), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-arm64-cgo), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-arm64-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-arm64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-arm64-cgo), type Dirent struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type FdSet struct +pkg syscall (netbsd-arm64-cgo), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-arm64-cgo), type Flock_t struct +pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Len int64 +pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Pid int32 +pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Start int64 +pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Type int16 +pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Whence int16 +pkg syscall (netbsd-arm64-cgo), type Fsid struct +pkg syscall (netbsd-arm64-cgo), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-arm64-cgo), type ICMPv6Filter struct +pkg syscall (netbsd-arm64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-arm64-cgo), type IfData struct +pkg syscall (netbsd-arm64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Collisions uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-arm64-cgo), type IfData struct, Link_state int32 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Metric uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Mtu uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Noproto uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Obytes uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Opackets uint64 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-arm64-cgo), type IfData struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64-cgo), type Inet6Pktinfo struct +pkg syscall (netbsd-arm64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-arm64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-arm64-cgo), type InterfaceAddrMessage struct +pkg syscall (netbsd-arm64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-arm64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-arm64-cgo), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-arm64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-arm64-cgo), type InterfaceMessage struct +pkg syscall (netbsd-arm64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-arm64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-arm64-cgo), type Iovec struct +pkg syscall (netbsd-arm64-cgo), type Iovec struct, Base *uint8 +pkg syscall (netbsd-arm64-cgo), type Iovec struct, Len uint64 +pkg syscall (netbsd-arm64-cgo), type IPv6MTUInfo struct +pkg syscall (netbsd-arm64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-arm64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Data int64 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Udata int64 +pkg syscall (netbsd-arm64-cgo), type Mclpool [0]uint8 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Flags int32 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-arm64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-arm64-cgo), type Rlimit struct +pkg syscall (netbsd-arm64-cgo), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-arm64-cgo), type Rlimit struct, Max uint64 +pkg syscall (netbsd-arm64-cgo), type RouteMessage struct +pkg syscall (netbsd-arm64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-arm64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-arm64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-arm64-cgo), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-arm64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Idrss int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Inblock int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Isrss int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Majflt int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Minflt int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Nswap int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Oublock int64 +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Stime Timeval +pkg syscall (netbsd-arm64-cgo), type Rusage struct, Utime Timeval +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm64-cgo), type SocketControlMessage struct +pkg syscall (netbsd-arm64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-arm64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-arm64-cgo), type Statfs_t [0]uint8 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Size int64 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-arm64-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-arm64-cgo), type Termios struct +pkg syscall (netbsd-arm64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-arm64-cgo), type Termios struct, Cflag uint32 +pkg syscall (netbsd-arm64-cgo), type Termios struct, Iflag uint32 +pkg syscall (netbsd-arm64-cgo), type Termios struct, Ispeed int32 +pkg syscall (netbsd-arm64-cgo), type Termios struct, Lflag uint32 +pkg syscall (netbsd-arm64-cgo), type Termios struct, Oflag uint32 +pkg syscall (netbsd-arm64-cgo), type Termios struct, Ospeed int32 +pkg syscall (netbsd-arm64-cgo), type Timespec struct, Nsec int64 +pkg syscall (netbsd-arm64-cgo), type Timespec struct, Sec int64 +pkg syscall (netbsd-arm64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64-cgo), type Timeval struct, Sec int64 +pkg syscall (netbsd-arm64-cgo), type Timeval struct, Usec int32 +pkg syscall (netbsd-arm64-cgo), type WaitStatus uint32 +pkg syscall (netbsd-arm64-cgo), var Stderr int +pkg syscall (netbsd-arm64-cgo), var Stdin int +pkg syscall (netbsd-arm64-cgo), var Stdout int +pkg syscall (netbsd-arm64), const AF_APPLETALK = 16 +pkg syscall (netbsd-arm64), const AF_APPLETALK ideal-int +pkg syscall (netbsd-arm64), const AF_ARP = 28 +pkg syscall (netbsd-arm64), const AF_ARP ideal-int +pkg syscall (netbsd-arm64), const AF_BLUETOOTH = 31 +pkg syscall (netbsd-arm64), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-arm64), const AF_CCITT = 10 +pkg syscall (netbsd-arm64), const AF_CCITT ideal-int +pkg syscall (netbsd-arm64), const AF_CHAOS = 5 +pkg syscall (netbsd-arm64), const AF_CHAOS ideal-int +pkg syscall (netbsd-arm64), const AF_CNT = 21 +pkg syscall (netbsd-arm64), const AF_CNT ideal-int +pkg syscall (netbsd-arm64), const AF_COIP = 20 +pkg syscall (netbsd-arm64), const AF_COIP ideal-int +pkg syscall (netbsd-arm64), const AF_DATAKIT = 9 +pkg syscall (netbsd-arm64), const AF_DATAKIT ideal-int +pkg syscall (netbsd-arm64), const AF_DECnet = 12 +pkg syscall (netbsd-arm64), const AF_DECnet ideal-int +pkg syscall (netbsd-arm64), const AF_DLI = 13 +pkg syscall (netbsd-arm64), const AF_DLI ideal-int +pkg syscall (netbsd-arm64), const AF_E164 = 26 +pkg syscall (netbsd-arm64), const AF_E164 ideal-int +pkg syscall (netbsd-arm64), const AF_ECMA = 8 +pkg syscall (netbsd-arm64), const AF_ECMA ideal-int +pkg syscall (netbsd-arm64), const AF_HYLINK = 15 +pkg syscall (netbsd-arm64), const AF_HYLINK ideal-int +pkg syscall (netbsd-arm64), const AF_IEEE80211 = 32 +pkg syscall (netbsd-arm64), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-arm64), const AF_IMPLINK = 3 +pkg syscall (netbsd-arm64), const AF_IMPLINK ideal-int +pkg syscall (netbsd-arm64), const AF_INET6 = 24 +pkg syscall (netbsd-arm64), const AF_IPX = 23 +pkg syscall (netbsd-arm64), const AF_IPX ideal-int +pkg syscall (netbsd-arm64), const AF_ISDN = 26 +pkg syscall (netbsd-arm64), const AF_ISDN ideal-int +pkg syscall (netbsd-arm64), const AF_ISO = 7 +pkg syscall (netbsd-arm64), const AF_ISO ideal-int +pkg syscall (netbsd-arm64), const AF_LAT = 14 +pkg syscall (netbsd-arm64), const AF_LAT ideal-int +pkg syscall (netbsd-arm64), const AF_LINK = 18 +pkg syscall (netbsd-arm64), const AF_LINK ideal-int +pkg syscall (netbsd-arm64), const AF_LOCAL = 1 +pkg syscall (netbsd-arm64), const AF_LOCAL ideal-int +pkg syscall (netbsd-arm64), const AF_MAX = 35 +pkg syscall (netbsd-arm64), const AF_MAX ideal-int +pkg syscall (netbsd-arm64), const AF_MPLS = 33 +pkg syscall (netbsd-arm64), const AF_MPLS ideal-int +pkg syscall (netbsd-arm64), const AF_NATM = 27 +pkg syscall (netbsd-arm64), const AF_NATM ideal-int +pkg syscall (netbsd-arm64), const AF_NS = 6 +pkg syscall (netbsd-arm64), const AF_NS ideal-int +pkg syscall (netbsd-arm64), const AF_OROUTE = 17 +pkg syscall (netbsd-arm64), const AF_OROUTE ideal-int +pkg syscall (netbsd-arm64), const AF_OSI = 7 +pkg syscall (netbsd-arm64), const AF_OSI ideal-int +pkg syscall (netbsd-arm64), const AF_PUP = 4 +pkg syscall (netbsd-arm64), const AF_PUP ideal-int +pkg syscall (netbsd-arm64), const AF_ROUTE = 34 +pkg syscall (netbsd-arm64), const AF_ROUTE ideal-int +pkg syscall (netbsd-arm64), const AF_SNA = 11 +pkg syscall (netbsd-arm64), const AF_SNA ideal-int +pkg syscall (netbsd-arm64), const ARPHRD_ARCNET = 7 +pkg syscall (netbsd-arm64), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-arm64), const ARPHRD_ETHER = 1 +pkg syscall (netbsd-arm64), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-arm64), const ARPHRD_FRELAY = 15 +pkg syscall (netbsd-arm64), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-arm64), const ARPHRD_IEEE1394 = 24 +pkg syscall (netbsd-arm64), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-arm64), const ARPHRD_IEEE802 = 6 +pkg syscall (netbsd-arm64), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-arm64), const ARPHRD_STRIP = 23 +pkg syscall (netbsd-arm64), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-arm64), const B0 = 0 +pkg syscall (netbsd-arm64), const B0 ideal-int +pkg syscall (netbsd-arm64), const B110 = 110 +pkg syscall (netbsd-arm64), const B110 ideal-int +pkg syscall (netbsd-arm64), const B115200 = 115200 +pkg syscall (netbsd-arm64), const B115200 ideal-int +pkg syscall (netbsd-arm64), const B1200 = 1200 +pkg syscall (netbsd-arm64), const B1200 ideal-int +pkg syscall (netbsd-arm64), const B134 = 134 +pkg syscall (netbsd-arm64), const B134 ideal-int +pkg syscall (netbsd-arm64), const B14400 = 14400 +pkg syscall (netbsd-arm64), const B14400 ideal-int +pkg syscall (netbsd-arm64), const B150 = 150 +pkg syscall (netbsd-arm64), const B150 ideal-int +pkg syscall (netbsd-arm64), const B1800 = 1800 +pkg syscall (netbsd-arm64), const B1800 ideal-int +pkg syscall (netbsd-arm64), const B19200 = 19200 +pkg syscall (netbsd-arm64), const B19200 ideal-int +pkg syscall (netbsd-arm64), const B200 = 200 +pkg syscall (netbsd-arm64), const B200 ideal-int +pkg syscall (netbsd-arm64), const B230400 = 230400 +pkg syscall (netbsd-arm64), const B230400 ideal-int +pkg syscall (netbsd-arm64), const B2400 = 2400 +pkg syscall (netbsd-arm64), const B2400 ideal-int +pkg syscall (netbsd-arm64), const B28800 = 28800 +pkg syscall (netbsd-arm64), const B28800 ideal-int +pkg syscall (netbsd-arm64), const B300 = 300 +pkg syscall (netbsd-arm64), const B300 ideal-int +pkg syscall (netbsd-arm64), const B38400 = 38400 +pkg syscall (netbsd-arm64), const B38400 ideal-int +pkg syscall (netbsd-arm64), const B460800 = 460800 +pkg syscall (netbsd-arm64), const B460800 ideal-int +pkg syscall (netbsd-arm64), const B4800 = 4800 +pkg syscall (netbsd-arm64), const B4800 ideal-int +pkg syscall (netbsd-arm64), const B50 = 50 +pkg syscall (netbsd-arm64), const B50 ideal-int +pkg syscall (netbsd-arm64), const B57600 = 57600 +pkg syscall (netbsd-arm64), const B57600 ideal-int +pkg syscall (netbsd-arm64), const B600 = 600 +pkg syscall (netbsd-arm64), const B600 ideal-int +pkg syscall (netbsd-arm64), const B7200 = 7200 +pkg syscall (netbsd-arm64), const B7200 ideal-int +pkg syscall (netbsd-arm64), const B75 = 75 +pkg syscall (netbsd-arm64), const B75 ideal-int +pkg syscall (netbsd-arm64), const B76800 = 76800 +pkg syscall (netbsd-arm64), const B76800 ideal-int +pkg syscall (netbsd-arm64), const B921600 = 921600 +pkg syscall (netbsd-arm64), const B921600 ideal-int +pkg syscall (netbsd-arm64), const B9600 = 9600 +pkg syscall (netbsd-arm64), const B9600 ideal-int +pkg syscall (netbsd-arm64), const BIOCFEEDBACK = 2147762813 +pkg syscall (netbsd-arm64), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-arm64), const BIOCFLUSH = 536887912 +pkg syscall (netbsd-arm64), const BIOCFLUSH ideal-int +pkg syscall (netbsd-arm64), const BIOCGBLEN = 1074020966 +pkg syscall (netbsd-arm64), const BIOCGBLEN ideal-int +pkg syscall (netbsd-arm64), const BIOCGDLT = 1074020970 +pkg syscall (netbsd-arm64), const BIOCGDLT ideal-int +pkg syscall (netbsd-arm64), const BIOCGDLTLIST = 3222291063 +pkg syscall (netbsd-arm64), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-arm64), const BIOCGETIF = 1083196011 +pkg syscall (netbsd-arm64), const BIOCGETIF ideal-int +pkg syscall (netbsd-arm64), const BIOCGFEEDBACK = 1074020988 +pkg syscall (netbsd-arm64), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-arm64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (netbsd-arm64), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-arm64), const BIOCGRTIMEOUT = 1074807419 +pkg syscall (netbsd-arm64), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-arm64), const BIOCGSEESENT = 1074020984 +pkg syscall (netbsd-arm64), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-arm64), const BIOCGSTATS = 1082147439 +pkg syscall (netbsd-arm64), const BIOCGSTATS ideal-int +pkg syscall (netbsd-arm64), const BIOCGSTATSOLD = 1074283119 +pkg syscall (netbsd-arm64), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-arm64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (netbsd-arm64), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-arm64), const BIOCPROMISC = 536887913 +pkg syscall (netbsd-arm64), const BIOCPROMISC ideal-int +pkg syscall (netbsd-arm64), const BIOCSBLEN = 3221504614 +pkg syscall (netbsd-arm64), const BIOCSBLEN ideal-int +pkg syscall (netbsd-arm64), const BIOCSDLT = 2147762806 +pkg syscall (netbsd-arm64), const BIOCSDLT ideal-int +pkg syscall (netbsd-arm64), const BIOCSETF = 2148549223 +pkg syscall (netbsd-arm64), const BIOCSETF ideal-int +pkg syscall (netbsd-arm64), const BIOCSETIF = 2156937836 +pkg syscall (netbsd-arm64), const BIOCSETIF ideal-int +pkg syscall (netbsd-arm64), const BIOCSFEEDBACK = 2147762813 +pkg syscall (netbsd-arm64), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-arm64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (netbsd-arm64), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-arm64), const BIOCSRTIMEOUT = 2148549242 +pkg syscall (netbsd-arm64), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-arm64), const BIOCSSEESENT = 2147762809 +pkg syscall (netbsd-arm64), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-arm64), const BIOCSTCPF = 2148549234 +pkg syscall (netbsd-arm64), const BIOCSTCPF ideal-int +pkg syscall (netbsd-arm64), const BIOCSUDPF = 2148549235 +pkg syscall (netbsd-arm64), const BIOCSUDPF ideal-int +pkg syscall (netbsd-arm64), const BIOCVERSION = 1074020977 +pkg syscall (netbsd-arm64), const BIOCVERSION ideal-int +pkg syscall (netbsd-arm64), const BPF_A = 16 +pkg syscall (netbsd-arm64), const BPF_ABS = 32 +pkg syscall (netbsd-arm64), const BPF_ABS ideal-int +pkg syscall (netbsd-arm64), const BPF_ADD = 0 +pkg syscall (netbsd-arm64), const BPF_ADD ideal-int +pkg syscall (netbsd-arm64), const BPF_A ideal-int +pkg syscall (netbsd-arm64), const BPF_ALIGNMENT32 = 4 +pkg syscall (netbsd-arm64), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-arm64), const BPF_ALIGNMENT = 8 +pkg syscall (netbsd-arm64), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-arm64), const BPF_ALU = 4 +pkg syscall (netbsd-arm64), const BPF_ALU ideal-int +pkg syscall (netbsd-arm64), const BPF_AND = 80 +pkg syscall (netbsd-arm64), const BPF_AND ideal-int +pkg syscall (netbsd-arm64), const BPF_B = 16 +pkg syscall (netbsd-arm64), const BPF_B ideal-int +pkg syscall (netbsd-arm64), const BPF_DFLTBUFSIZE = 1048576 +pkg syscall (netbsd-arm64), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-arm64), const BPF_DIV = 48 +pkg syscall (netbsd-arm64), const BPF_DIV ideal-int +pkg syscall (netbsd-arm64), const BPF_H = 8 +pkg syscall (netbsd-arm64), const BPF_H ideal-int +pkg syscall (netbsd-arm64), const BPF_IMM = 0 +pkg syscall (netbsd-arm64), const BPF_IMM ideal-int +pkg syscall (netbsd-arm64), const BPF_IND = 64 +pkg syscall (netbsd-arm64), const BPF_IND ideal-int +pkg syscall (netbsd-arm64), const BPF_JA = 0 +pkg syscall (netbsd-arm64), const BPF_JA ideal-int +pkg syscall (netbsd-arm64), const BPF_JEQ = 16 +pkg syscall (netbsd-arm64), const BPF_JEQ ideal-int +pkg syscall (netbsd-arm64), const BPF_JGE = 48 +pkg syscall (netbsd-arm64), const BPF_JGE ideal-int +pkg syscall (netbsd-arm64), const BPF_JGT = 32 +pkg syscall (netbsd-arm64), const BPF_JGT ideal-int +pkg syscall (netbsd-arm64), const BPF_JMP = 5 +pkg syscall (netbsd-arm64), const BPF_JMP ideal-int +pkg syscall (netbsd-arm64), const BPF_JSET = 64 +pkg syscall (netbsd-arm64), const BPF_JSET ideal-int +pkg syscall (netbsd-arm64), const BPF_K = 0 +pkg syscall (netbsd-arm64), const BPF_K ideal-int +pkg syscall (netbsd-arm64), const BPF_LD = 0 +pkg syscall (netbsd-arm64), const BPF_LD ideal-int +pkg syscall (netbsd-arm64), const BPF_LDX = 1 +pkg syscall (netbsd-arm64), const BPF_LDX ideal-int +pkg syscall (netbsd-arm64), const BPF_LEN = 128 +pkg syscall (netbsd-arm64), const BPF_LEN ideal-int +pkg syscall (netbsd-arm64), const BPF_LSH = 96 +pkg syscall (netbsd-arm64), const BPF_LSH ideal-int +pkg syscall (netbsd-arm64), const BPF_MAJOR_VERSION = 1 +pkg syscall (netbsd-arm64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-arm64), const BPF_MAXBUFSIZE = 16777216 +pkg syscall (netbsd-arm64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-arm64), const BPF_MAXINSNS = 512 +pkg syscall (netbsd-arm64), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-arm64), const BPF_MEM = 96 +pkg syscall (netbsd-arm64), const BPF_MEM ideal-int +pkg syscall (netbsd-arm64), const BPF_MEMWORDS = 16 +pkg syscall (netbsd-arm64), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-arm64), const BPF_MINBUFSIZE = 32 +pkg syscall (netbsd-arm64), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-arm64), const BPF_MINOR_VERSION = 1 +pkg syscall (netbsd-arm64), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-arm64), const BPF_MISC = 7 +pkg syscall (netbsd-arm64), const BPF_MISC ideal-int +pkg syscall (netbsd-arm64), const BPF_MSH = 160 +pkg syscall (netbsd-arm64), const BPF_MSH ideal-int +pkg syscall (netbsd-arm64), const BPF_MUL = 32 +pkg syscall (netbsd-arm64), const BPF_MUL ideal-int +pkg syscall (netbsd-arm64), const BPF_NEG = 128 +pkg syscall (netbsd-arm64), const BPF_NEG ideal-int +pkg syscall (netbsd-arm64), const BPF_OR = 64 +pkg syscall (netbsd-arm64), const BPF_OR ideal-int +pkg syscall (netbsd-arm64), const BPF_RELEASE = 199606 +pkg syscall (netbsd-arm64), const BPF_RELEASE ideal-int +pkg syscall (netbsd-arm64), const BPF_RET = 6 +pkg syscall (netbsd-arm64), const BPF_RET ideal-int +pkg syscall (netbsd-arm64), const BPF_RSH = 112 +pkg syscall (netbsd-arm64), const BPF_RSH ideal-int +pkg syscall (netbsd-arm64), const BPF_ST = 2 +pkg syscall (netbsd-arm64), const BPF_ST ideal-int +pkg syscall (netbsd-arm64), const BPF_STX = 3 +pkg syscall (netbsd-arm64), const BPF_STX ideal-int +pkg syscall (netbsd-arm64), const BPF_SUB = 16 +pkg syscall (netbsd-arm64), const BPF_SUB ideal-int +pkg syscall (netbsd-arm64), const BPF_TAX = 0 +pkg syscall (netbsd-arm64), const BPF_TAX ideal-int +pkg syscall (netbsd-arm64), const BPF_TXA = 128 +pkg syscall (netbsd-arm64), const BPF_TXA ideal-int +pkg syscall (netbsd-arm64), const BPF_W = 0 +pkg syscall (netbsd-arm64), const BPF_W ideal-int +pkg syscall (netbsd-arm64), const BPF_X = 8 +pkg syscall (netbsd-arm64), const BPF_X ideal-int +pkg syscall (netbsd-arm64), const BRKINT = 2 +pkg syscall (netbsd-arm64), const BRKINT ideal-int +pkg syscall (netbsd-arm64), const CFLUSH = 15 +pkg syscall (netbsd-arm64), const CFLUSH ideal-int +pkg syscall (netbsd-arm64), const CLOCAL = 32768 +pkg syscall (netbsd-arm64), const CLOCAL ideal-int +pkg syscall (netbsd-arm64), const CLONE_CSIGNAL = 255 +pkg syscall (netbsd-arm64), const CLONE_CSIGNAL ideal-int +pkg syscall (netbsd-arm64), const CLONE_FILES = 1024 +pkg syscall (netbsd-arm64), const CLONE_FILES ideal-int +pkg syscall (netbsd-arm64), const CLONE_FS = 512 +pkg syscall (netbsd-arm64), const CLONE_FS ideal-int +pkg syscall (netbsd-arm64), const CLONE_PID = 4096 +pkg syscall (netbsd-arm64), const CLONE_PID ideal-int +pkg syscall (netbsd-arm64), const CLONE_PTRACE = 8192 +pkg syscall (netbsd-arm64), const CLONE_PTRACE ideal-int +pkg syscall (netbsd-arm64), const CLONE_SIGHAND = 2048 +pkg syscall (netbsd-arm64), const CLONE_SIGHAND ideal-int +pkg syscall (netbsd-arm64), const CLONE_VFORK = 16384 +pkg syscall (netbsd-arm64), const CLONE_VFORK ideal-int +pkg syscall (netbsd-arm64), const CLONE_VM = 256 +pkg syscall (netbsd-arm64), const CLONE_VM ideal-int +pkg syscall (netbsd-arm64), const CREAD = 2048 +pkg syscall (netbsd-arm64), const CREAD ideal-int +pkg syscall (netbsd-arm64), const CS5 = 0 +pkg syscall (netbsd-arm64), const CS5 ideal-int +pkg syscall (netbsd-arm64), const CS6 = 256 +pkg syscall (netbsd-arm64), const CS6 ideal-int +pkg syscall (netbsd-arm64), const CS7 = 512 +pkg syscall (netbsd-arm64), const CS7 ideal-int +pkg syscall (netbsd-arm64), const CS8 = 768 +pkg syscall (netbsd-arm64), const CS8 ideal-int +pkg syscall (netbsd-arm64), const CSIZE = 768 +pkg syscall (netbsd-arm64), const CSIZE ideal-int +pkg syscall (netbsd-arm64), const CSTART = 17 +pkg syscall (netbsd-arm64), const CSTART ideal-int +pkg syscall (netbsd-arm64), const CSTATUS = 20 +pkg syscall (netbsd-arm64), const CSTATUS ideal-int +pkg syscall (netbsd-arm64), const CSTOP = 19 +pkg syscall (netbsd-arm64), const CSTOPB = 1024 +pkg syscall (netbsd-arm64), const CSTOPB ideal-int +pkg syscall (netbsd-arm64), const CSTOP ideal-int +pkg syscall (netbsd-arm64), const CSUSP = 26 +pkg syscall (netbsd-arm64), const CSUSP ideal-int +pkg syscall (netbsd-arm64), const CTL_MAXNAME = 12 +pkg syscall (netbsd-arm64), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-arm64), const CTL_NET = 4 +pkg syscall (netbsd-arm64), const CTL_NET ideal-int +pkg syscall (netbsd-arm64), const CTL_QUERY = -2 +pkg syscall (netbsd-arm64), const CTL_QUERY ideal-int +pkg syscall (netbsd-arm64), const DIOCBSFLUSH = 536896632 +pkg syscall (netbsd-arm64), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-arm64), const DLT_A429 = 184 +pkg syscall (netbsd-arm64), const DLT_A429 ideal-int +pkg syscall (netbsd-arm64), const DLT_A653_ICM = 185 +pkg syscall (netbsd-arm64), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-arm64), const DLT_AIRONET_HEADER = 120 +pkg syscall (netbsd-arm64), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-arm64), const DLT_AOS = 222 +pkg syscall (netbsd-arm64), const DLT_AOS ideal-int +pkg syscall (netbsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (netbsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-arm64), const DLT_ARCNET = 7 +pkg syscall (netbsd-arm64), const DLT_ARCNET ideal-int +pkg syscall (netbsd-arm64), const DLT_ARCNET_LINUX = 129 +pkg syscall (netbsd-arm64), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-arm64), const DLT_ATM_CLIP = 19 +pkg syscall (netbsd-arm64), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-arm64), const DLT_ATM_RFC1483 = 11 +pkg syscall (netbsd-arm64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-arm64), const DLT_AURORA = 126 +pkg syscall (netbsd-arm64), const DLT_AURORA ideal-int +pkg syscall (netbsd-arm64), const DLT_AX25 = 3 +pkg syscall (netbsd-arm64), const DLT_AX25 ideal-int +pkg syscall (netbsd-arm64), const DLT_AX25_KISS = 202 +pkg syscall (netbsd-arm64), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-arm64), const DLT_BACNET_MS_TP = 165 +pkg syscall (netbsd-arm64), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-arm64), const DLT_CAN20B = 190 +pkg syscall (netbsd-arm64), const DLT_CAN20B ideal-int +pkg syscall (netbsd-arm64), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (netbsd-arm64), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-arm64), const DLT_CHAOS = 5 +pkg syscall (netbsd-arm64), const DLT_CHAOS ideal-int +pkg syscall (netbsd-arm64), const DLT_C_HDLC = 104 +pkg syscall (netbsd-arm64), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-arm64), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (netbsd-arm64), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-arm64), const DLT_CISCO_IOS = 118 +pkg syscall (netbsd-arm64), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-arm64), const DLT_DECT = 221 +pkg syscall (netbsd-arm64), const DLT_DECT ideal-int +pkg syscall (netbsd-arm64), const DLT_DOCSIS = 143 +pkg syscall (netbsd-arm64), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-arm64), const DLT_ECONET = 115 +pkg syscall (netbsd-arm64), const DLT_ECONET ideal-int +pkg syscall (netbsd-arm64), const DLT_EN10MB = 1 +pkg syscall (netbsd-arm64), const DLT_EN10MB ideal-int +pkg syscall (netbsd-arm64), const DLT_EN3MB = 2 +pkg syscall (netbsd-arm64), const DLT_EN3MB ideal-int +pkg syscall (netbsd-arm64), const DLT_ENC = 109 +pkg syscall (netbsd-arm64), const DLT_ENC ideal-int +pkg syscall (netbsd-arm64), const DLT_ERF = 197 +pkg syscall (netbsd-arm64), const DLT_ERF_ETH = 175 +pkg syscall (netbsd-arm64), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-arm64), const DLT_ERF ideal-int +pkg syscall (netbsd-arm64), const DLT_ERF_POS = 176 +pkg syscall (netbsd-arm64), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-arm64), const DLT_FC_2 = 224 +pkg syscall (netbsd-arm64), const DLT_FC_2 ideal-int +pkg syscall (netbsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (netbsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-arm64), const DLT_FDDI = 10 +pkg syscall (netbsd-arm64), const DLT_FDDI ideal-int +pkg syscall (netbsd-arm64), const DLT_FLEXRAY = 210 +pkg syscall (netbsd-arm64), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-arm64), const DLT_FRELAY = 107 +pkg syscall (netbsd-arm64), const DLT_FRELAY ideal-int +pkg syscall (netbsd-arm64), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (netbsd-arm64), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-arm64), const DLT_GCOM_SERIAL = 173 +pkg syscall (netbsd-arm64), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-arm64), const DLT_GCOM_T1E1 = 172 +pkg syscall (netbsd-arm64), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-arm64), const DLT_GPF_F = 171 +pkg syscall (netbsd-arm64), const DLT_GPF_F ideal-int +pkg syscall (netbsd-arm64), const DLT_GPF_T = 170 +pkg syscall (netbsd-arm64), const DLT_GPF_T ideal-int +pkg syscall (netbsd-arm64), const DLT_GPRS_LLC = 169 +pkg syscall (netbsd-arm64), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-arm64), const DLT_GSMTAP_ABIS = 218 +pkg syscall (netbsd-arm64), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-arm64), const DLT_GSMTAP_UM = 217 +pkg syscall (netbsd-arm64), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-arm64), const DLT_HDLC = 16 +pkg syscall (netbsd-arm64), const DLT_HDLC ideal-int +pkg syscall (netbsd-arm64), const DLT_HHDLC = 121 +pkg syscall (netbsd-arm64), const DLT_HHDLC ideal-int +pkg syscall (netbsd-arm64), const DLT_HIPPI = 15 +pkg syscall (netbsd-arm64), const DLT_HIPPI ideal-int +pkg syscall (netbsd-arm64), const DLT_IBM_SN = 146 +pkg syscall (netbsd-arm64), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-arm64), const DLT_IBM_SP = 145 +pkg syscall (netbsd-arm64), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_11 = 105 +pkg syscall (netbsd-arm64), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4 = 195 +pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-arm64), const DLT_IEEE802 = 6 +pkg syscall (netbsd-arm64), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-arm64), const DLT_IPMB = 199 +pkg syscall (netbsd-arm64), const DLT_IPMB ideal-int +pkg syscall (netbsd-arm64), const DLT_IPMB_LINUX = 209 +pkg syscall (netbsd-arm64), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-arm64), const DLT_IPNET = 226 +pkg syscall (netbsd-arm64), const DLT_IPNET ideal-int +pkg syscall (netbsd-arm64), const DLT_IP_OVER_FC = 122 +pkg syscall (netbsd-arm64), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-arm64), const DLT_IPV4 = 228 +pkg syscall (netbsd-arm64), const DLT_IPV4 ideal-int +pkg syscall (netbsd-arm64), const DLT_IPV6 = 229 +pkg syscall (netbsd-arm64), const DLT_IPV6 ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ES = 132 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ETHER = 178 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_GGSN = 133 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ISM = 194 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MFR = 134 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MLFR = 131 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PPP = 179 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ST = 200 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-arm64), const DLT_JUNIPER_VP = 183 +pkg syscall (netbsd-arm64), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-arm64), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (netbsd-arm64), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-arm64), const DLT_LAPD = 203 +pkg syscall (netbsd-arm64), const DLT_LAPD ideal-int +pkg syscall (netbsd-arm64), const DLT_LIN = 212 +pkg syscall (netbsd-arm64), const DLT_LIN ideal-int +pkg syscall (netbsd-arm64), const DLT_LINUX_EVDEV = 216 +pkg syscall (netbsd-arm64), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-arm64), const DLT_LINUX_IRDA = 144 +pkg syscall (netbsd-arm64), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-arm64), const DLT_LINUX_LAPD = 177 +pkg syscall (netbsd-arm64), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-arm64), const DLT_LINUX_SLL = 113 +pkg syscall (netbsd-arm64), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-arm64), const DLT_LOOP = 108 +pkg syscall (netbsd-arm64), const DLT_LOOP ideal-int +pkg syscall (netbsd-arm64), const DLT_LTALK = 114 +pkg syscall (netbsd-arm64), const DLT_LTALK ideal-int +pkg syscall (netbsd-arm64), const DLT_MFR = 182 +pkg syscall (netbsd-arm64), const DLT_MFR ideal-int +pkg syscall (netbsd-arm64), const DLT_MOST = 211 +pkg syscall (netbsd-arm64), const DLT_MOST ideal-int +pkg syscall (netbsd-arm64), const DLT_MPLS = 219 +pkg syscall (netbsd-arm64), const DLT_MPLS ideal-int +pkg syscall (netbsd-arm64), const DLT_MTP2 = 140 +pkg syscall (netbsd-arm64), const DLT_MTP2 ideal-int +pkg syscall (netbsd-arm64), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (netbsd-arm64), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-arm64), const DLT_MTP3 = 141 +pkg syscall (netbsd-arm64), const DLT_MTP3 ideal-int +pkg syscall (netbsd-arm64), const DLT_NULL = 0 +pkg syscall (netbsd-arm64), const DLT_NULL ideal-int +pkg syscall (netbsd-arm64), const DLT_PCI_EXP = 125 +pkg syscall (netbsd-arm64), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-arm64), const DLT_PFLOG = 117 +pkg syscall (netbsd-arm64), const DLT_PFLOG ideal-int +pkg syscall (netbsd-arm64), const DLT_PFSYNC = 18 +pkg syscall (netbsd-arm64), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-arm64), const DLT_PPI = 192 +pkg syscall (netbsd-arm64), const DLT_PPI ideal-int +pkg syscall (netbsd-arm64), const DLT_PPP = 9 +pkg syscall (netbsd-arm64), const DLT_PPP_BSDOS = 14 +pkg syscall (netbsd-arm64), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-arm64), const DLT_PPP_ETHER = 51 +pkg syscall (netbsd-arm64), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-arm64), const DLT_PPP ideal-int +pkg syscall (netbsd-arm64), const DLT_PPP_PPPD = 166 +pkg syscall (netbsd-arm64), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-arm64), const DLT_PPP_SERIAL = 50 +pkg syscall (netbsd-arm64), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-arm64), const DLT_PPP_WITH_DIR = 204 +pkg syscall (netbsd-arm64), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-arm64), const DLT_PRISM_HEADER = 119 +pkg syscall (netbsd-arm64), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-arm64), const DLT_PRONET = 4 +pkg syscall (netbsd-arm64), const DLT_PRONET ideal-int +pkg syscall (netbsd-arm64), const DLT_RAIF1 = 198 +pkg syscall (netbsd-arm64), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-arm64), const DLT_RAW = 12 +pkg syscall (netbsd-arm64), const DLT_RAWAF_MASK = 35913728 +pkg syscall (netbsd-arm64), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-arm64), const DLT_RAW ideal-int +pkg syscall (netbsd-arm64), const DLT_RIO = 124 +pkg syscall (netbsd-arm64), const DLT_RIO ideal-int +pkg syscall (netbsd-arm64), const DLT_SCCP = 142 +pkg syscall (netbsd-arm64), const DLT_SCCP ideal-int +pkg syscall (netbsd-arm64), const DLT_SITA = 196 +pkg syscall (netbsd-arm64), const DLT_SITA ideal-int +pkg syscall (netbsd-arm64), const DLT_SLIP = 8 +pkg syscall (netbsd-arm64), const DLT_SLIP_BSDOS = 13 +pkg syscall (netbsd-arm64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-arm64), const DLT_SLIP ideal-int +pkg syscall (netbsd-arm64), const DLT_SUNATM = 123 +pkg syscall (netbsd-arm64), const DLT_SUNATM ideal-int +pkg syscall (netbsd-arm64), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (netbsd-arm64), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-arm64), const DLT_TZSP = 128 +pkg syscall (netbsd-arm64), const DLT_TZSP ideal-int +pkg syscall (netbsd-arm64), const DLT_USB = 186 +pkg syscall (netbsd-arm64), const DLT_USB ideal-int +pkg syscall (netbsd-arm64), const DLT_USB_LINUX = 189 +pkg syscall (netbsd-arm64), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-arm64), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (netbsd-arm64), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-arm64), const DLT_WIHART = 223 +pkg syscall (netbsd-arm64), const DLT_WIHART ideal-int +pkg syscall (netbsd-arm64), const DLT_X2E_SERIAL = 213 +pkg syscall (netbsd-arm64), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-arm64), const DLT_X2E_XORAYA = 214 +pkg syscall (netbsd-arm64), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-arm64), const DT_BLK = 6 +pkg syscall (netbsd-arm64), const DT_BLK ideal-int +pkg syscall (netbsd-arm64), const DT_CHR = 2 +pkg syscall (netbsd-arm64), const DT_CHR ideal-int +pkg syscall (netbsd-arm64), const DT_DIR = 4 +pkg syscall (netbsd-arm64), const DT_DIR ideal-int +pkg syscall (netbsd-arm64), const DT_FIFO = 1 +pkg syscall (netbsd-arm64), const DT_FIFO ideal-int +pkg syscall (netbsd-arm64), const DT_LNK = 10 +pkg syscall (netbsd-arm64), const DT_LNK ideal-int +pkg syscall (netbsd-arm64), const DT_REG = 8 +pkg syscall (netbsd-arm64), const DT_REG ideal-int +pkg syscall (netbsd-arm64), const DT_SOCK = 12 +pkg syscall (netbsd-arm64), const DT_SOCK ideal-int +pkg syscall (netbsd-arm64), const DT_UNKNOWN = 0 +pkg syscall (netbsd-arm64), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-arm64), const DT_WHT = 14 +pkg syscall (netbsd-arm64), const DT_WHT ideal-int +pkg syscall (netbsd-arm64), const E2BIG = 7 +pkg syscall (netbsd-arm64), const EACCES = 13 +pkg syscall (netbsd-arm64), const EADDRINUSE = 48 +pkg syscall (netbsd-arm64), const EADDRNOTAVAIL = 49 +pkg syscall (netbsd-arm64), const EAFNOSUPPORT = 47 +pkg syscall (netbsd-arm64), const EAGAIN = 35 +pkg syscall (netbsd-arm64), const EALREADY = 37 +pkg syscall (netbsd-arm64), const EAUTH = 80 +pkg syscall (netbsd-arm64), const EAUTH Errno +pkg syscall (netbsd-arm64), const EBADF = 9 +pkg syscall (netbsd-arm64), const EBADMSG = 88 +pkg syscall (netbsd-arm64), const EBADMSG Errno +pkg syscall (netbsd-arm64), const EBADRPC = 72 +pkg syscall (netbsd-arm64), const EBADRPC Errno +pkg syscall (netbsd-arm64), const EBUSY = 16 +pkg syscall (netbsd-arm64), const ECANCELED = 87 +pkg syscall (netbsd-arm64), const ECHILD = 10 +pkg syscall (netbsd-arm64), const ECHO = 8 +pkg syscall (netbsd-arm64), const ECHOCTL = 64 +pkg syscall (netbsd-arm64), const ECHOCTL ideal-int +pkg syscall (netbsd-arm64), const ECHOE = 2 +pkg syscall (netbsd-arm64), const ECHOE ideal-int +pkg syscall (netbsd-arm64), const ECHO ideal-int +pkg syscall (netbsd-arm64), const ECHOK = 4 +pkg syscall (netbsd-arm64), const ECHOKE = 1 +pkg syscall (netbsd-arm64), const ECHOKE ideal-int +pkg syscall (netbsd-arm64), const ECHOK ideal-int +pkg syscall (netbsd-arm64), const ECHONL = 16 +pkg syscall (netbsd-arm64), const ECHONL ideal-int +pkg syscall (netbsd-arm64), const ECHOPRT = 32 +pkg syscall (netbsd-arm64), const ECHOPRT ideal-int +pkg syscall (netbsd-arm64), const ECONNABORTED = 53 +pkg syscall (netbsd-arm64), const ECONNREFUSED = 61 +pkg syscall (netbsd-arm64), const ECONNRESET = 54 +pkg syscall (netbsd-arm64), const EDEADLK = 11 +pkg syscall (netbsd-arm64), const EDESTADDRREQ = 39 +pkg syscall (netbsd-arm64), const EDOM = 33 +pkg syscall (netbsd-arm64), const EDQUOT = 69 +pkg syscall (netbsd-arm64), const EEXIST = 17 +pkg syscall (netbsd-arm64), const EFAULT = 14 +pkg syscall (netbsd-arm64), const EFBIG = 27 +pkg syscall (netbsd-arm64), const EFTYPE = 79 +pkg syscall (netbsd-arm64), const EFTYPE Errno +pkg syscall (netbsd-arm64), const EHOSTDOWN = 64 +pkg syscall (netbsd-arm64), const EHOSTUNREACH = 65 +pkg syscall (netbsd-arm64), const EIDRM = 82 +pkg syscall (netbsd-arm64), const EILSEQ = 85 +pkg syscall (netbsd-arm64), const EINPROGRESS = 36 +pkg syscall (netbsd-arm64), const EINTR = 4 +pkg syscall (netbsd-arm64), const EINVAL = 22 +pkg syscall (netbsd-arm64), const EIO = 5 +pkg syscall (netbsd-arm64), const EISCONN = 56 +pkg syscall (netbsd-arm64), const EISDIR = 21 +pkg syscall (netbsd-arm64), const ELAST = 96 +pkg syscall (netbsd-arm64), const ELAST Errno +pkg syscall (netbsd-arm64), const ELOOP = 62 +pkg syscall (netbsd-arm64), const EMFILE = 24 +pkg syscall (netbsd-arm64), const EMLINK = 31 +pkg syscall (netbsd-arm64), const EMSGSIZE = 40 +pkg syscall (netbsd-arm64), const EMUL_LINUX = 1 +pkg syscall (netbsd-arm64), const EMUL_LINUX32 = 5 +pkg syscall (netbsd-arm64), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-arm64), const EMUL_LINUX ideal-int +pkg syscall (netbsd-arm64), const EMUL_MAXID = 6 +pkg syscall (netbsd-arm64), const EMUL_MAXID ideal-int +pkg syscall (netbsd-arm64), const EMULTIHOP = 94 +pkg syscall (netbsd-arm64), const EMULTIHOP Errno +pkg syscall (netbsd-arm64), const ENAMETOOLONG = 63 +pkg syscall (netbsd-arm64), const ENEEDAUTH = 81 +pkg syscall (netbsd-arm64), const ENEEDAUTH Errno +pkg syscall (netbsd-arm64), const ENETDOWN = 50 +pkg syscall (netbsd-arm64), const ENETRESET = 52 +pkg syscall (netbsd-arm64), const ENETUNREACH = 51 +pkg syscall (netbsd-arm64), const ENFILE = 23 +pkg syscall (netbsd-arm64), const ENOATTR = 93 +pkg syscall (netbsd-arm64), const ENOATTR Errno +pkg syscall (netbsd-arm64), const ENOBUFS = 55 +pkg syscall (netbsd-arm64), const ENODATA = 89 +pkg syscall (netbsd-arm64), const ENODATA Errno +pkg syscall (netbsd-arm64), const ENODEV = 19 +pkg syscall (netbsd-arm64), const ENOEXEC = 8 +pkg syscall (netbsd-arm64), const ENOLCK = 77 +pkg syscall (netbsd-arm64), const ENOLINK = 95 +pkg syscall (netbsd-arm64), const ENOLINK Errno +pkg syscall (netbsd-arm64), const ENOMEM = 12 +pkg syscall (netbsd-arm64), const ENOMSG = 83 +pkg syscall (netbsd-arm64), const ENOPROTOOPT = 42 +pkg syscall (netbsd-arm64), const ENOSPC = 28 +pkg syscall (netbsd-arm64), const ENOSR = 90 +pkg syscall (netbsd-arm64), const ENOSR Errno +pkg syscall (netbsd-arm64), const ENOSTR = 91 +pkg syscall (netbsd-arm64), const ENOSTR Errno +pkg syscall (netbsd-arm64), const ENOSYS = 78 +pkg syscall (netbsd-arm64), const ENOTBLK = 15 +pkg syscall (netbsd-arm64), const ENOTCONN = 57 +pkg syscall (netbsd-arm64), const ENOTDIR = 20 +pkg syscall (netbsd-arm64), const ENOTEMPTY = 66 +pkg syscall (netbsd-arm64), const ENOTSOCK = 38 +pkg syscall (netbsd-arm64), const ENOTSUP = 86 +pkg syscall (netbsd-arm64), const ENOTTY = 25 +pkg syscall (netbsd-arm64), const ENXIO = 6 +pkg syscall (netbsd-arm64), const EOPNOTSUPP = 45 +pkg syscall (netbsd-arm64), const EOVERFLOW = 84 +pkg syscall (netbsd-arm64), const EPERM = 1 +pkg syscall (netbsd-arm64), const EPFNOSUPPORT = 46 +pkg syscall (netbsd-arm64), const EPIPE = 32 +pkg syscall (netbsd-arm64), const EPROCLIM = 67 +pkg syscall (netbsd-arm64), const EPROCLIM Errno +pkg syscall (netbsd-arm64), const EPROCUNAVAIL = 76 +pkg syscall (netbsd-arm64), const EPROCUNAVAIL Errno +pkg syscall (netbsd-arm64), const EPROGMISMATCH = 75 +pkg syscall (netbsd-arm64), const EPROGMISMATCH Errno +pkg syscall (netbsd-arm64), const EPROGUNAVAIL = 74 +pkg syscall (netbsd-arm64), const EPROGUNAVAIL Errno +pkg syscall (netbsd-arm64), const EPROTO = 96 +pkg syscall (netbsd-arm64), const EPROTO Errno +pkg syscall (netbsd-arm64), const EPROTONOSUPPORT = 43 +pkg syscall (netbsd-arm64), const EPROTOTYPE = 41 +pkg syscall (netbsd-arm64), const ERANGE = 34 +pkg syscall (netbsd-arm64), const EREMOTE = 71 +pkg syscall (netbsd-arm64), const EROFS = 30 +pkg syscall (netbsd-arm64), const ERPCMISMATCH = 73 +pkg syscall (netbsd-arm64), const ERPCMISMATCH Errno +pkg syscall (netbsd-arm64), const ESHUTDOWN = 58 +pkg syscall (netbsd-arm64), const ESOCKTNOSUPPORT = 44 +pkg syscall (netbsd-arm64), const ESPIPE = 29 +pkg syscall (netbsd-arm64), const ESRCH = 3 +pkg syscall (netbsd-arm64), const ESTALE = 70 +pkg syscall (netbsd-arm64), const ETHER_ADDR_LEN = 6 +pkg syscall (netbsd-arm64), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHERCAP_JUMBO_MTU = 4 +pkg syscall (netbsd-arm64), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-arm64), const ETHERCAP_VLAN_HWTAGGING = 2 +pkg syscall (netbsd-arm64), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-arm64), const ETHERCAP_VLAN_MTU = 1 +pkg syscall (netbsd-arm64), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-arm64), const ETHER_CRC_LEN = 4 +pkg syscall (netbsd-arm64), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHER_CRC_POLY_BE = 79764918 +pkg syscall (netbsd-arm64), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-arm64), const ETHER_CRC_POLY_LE = 3988292384 +pkg syscall (netbsd-arm64), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-arm64), const ETHER_HDR_LEN = 14 +pkg syscall (netbsd-arm64), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHER_MAX_LEN = 1518 +pkg syscall (netbsd-arm64), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHER_MAX_LEN_JUMBO = 9018 +pkg syscall (netbsd-arm64), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-arm64), const ETHERMIN = 46 +pkg syscall (netbsd-arm64), const ETHERMIN ideal-int +pkg syscall (netbsd-arm64), const ETHER_MIN_LEN = 64 +pkg syscall (netbsd-arm64), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHERMTU = 1500 +pkg syscall (netbsd-arm64), const ETHERMTU ideal-int +pkg syscall (netbsd-arm64), const ETHERMTU_JUMBO = 9000 +pkg syscall (netbsd-arm64), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-arm64), const ETHER_PPPOE_ENCAP_LEN = 8 +pkg syscall (netbsd-arm64), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_8023 = 4 +pkg syscall (netbsd-arm64), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AARP = 33011 +pkg syscall (netbsd-arm64), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ACCTON = 33680 +pkg syscall (netbsd-arm64), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AEONIC = 32822 +pkg syscall (netbsd-arm64), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ALPHA = 33098 +pkg syscall (netbsd-arm64), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AMBER = 24584 +pkg syscall (netbsd-arm64), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AMOEBA = 33093 +pkg syscall (netbsd-arm64), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_APOLLO = 33015 +pkg syscall (netbsd-arm64), const ETHERTYPE_APOLLODOMAIN = 32793 +pkg syscall (netbsd-arm64), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_APPLETALK = 32923 +pkg syscall (netbsd-arm64), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_APPLITEK = 32967 +pkg syscall (netbsd-arm64), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ARGONAUT = 32826 +pkg syscall (netbsd-arm64), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ARP = 2054 +pkg syscall (netbsd-arm64), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AT = 32923 +pkg syscall (netbsd-arm64), const ETHERTYPE_ATALK = 32923 +pkg syscall (netbsd-arm64), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ATOMIC = 34527 +pkg syscall (netbsd-arm64), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ATT = 32873 +pkg syscall (netbsd-arm64), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ATTSTANFORD = 32776 +pkg syscall (netbsd-arm64), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AUTOPHON = 32874 +pkg syscall (netbsd-arm64), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_AXIS = 34902 +pkg syscall (netbsd-arm64), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_BCLOOP = 36867 +pkg syscall (netbsd-arm64), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_BOFL = 33026 +pkg syscall (netbsd-arm64), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_CABLETRON = 28724 +pkg syscall (netbsd-arm64), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_CHAOS = 2052 +pkg syscall (netbsd-arm64), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_COMDESIGN = 32876 +pkg syscall (netbsd-arm64), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_COMPUGRAPHIC = 32877 +pkg syscall (netbsd-arm64), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_COUNTERPOINT = 32866 +pkg syscall (netbsd-arm64), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_CRONUS = 32772 +pkg syscall (netbsd-arm64), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_CRONUSVLN = 32771 +pkg syscall (netbsd-arm64), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DCA = 4660 +pkg syscall (netbsd-arm64), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DDE = 32891 +pkg syscall (netbsd-arm64), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DEBNI = 43690 +pkg syscall (netbsd-arm64), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECAM = 32840 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECCUST = 24582 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECDIAG = 24581 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECDNS = 32828 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECDTS = 32830 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECEXPER = 24576 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECLAST = 32833 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECLTM = 32831 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECMUMPS = 24585 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DECNETBIOS = 32832 +pkg syscall (netbsd-arm64), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DELTACON = 34526 +pkg syscall (netbsd-arm64), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DIDDLE = 17185 +pkg syscall (netbsd-arm64), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DLOG1 = 1632 +pkg syscall (netbsd-arm64), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DLOG2 = 1633 +pkg syscall (netbsd-arm64), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DN = 24579 +pkg syscall (netbsd-arm64), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DOGFIGHT = 6537 +pkg syscall (netbsd-arm64), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_DSMD = 32825 +pkg syscall (netbsd-arm64), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ECMA = 2051 +pkg syscall (netbsd-arm64), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ENCRYPT = 32829 +pkg syscall (netbsd-arm64), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_ES = 32861 +pkg syscall (netbsd-arm64), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_EXCELAN = 32784 +pkg syscall (netbsd-arm64), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_EXPERDATA = 32841 +pkg syscall (netbsd-arm64), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_FLIP = 33094 +pkg syscall (netbsd-arm64), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_FLOWCONTROL = 34824 +pkg syscall (netbsd-arm64), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_FRARP = 2056 +pkg syscall (netbsd-arm64), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_GENDYN = 32872 +pkg syscall (netbsd-arm64), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_HAYES = 33072 +pkg syscall (netbsd-arm64), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_HIPPI_FP = 33152 +pkg syscall (netbsd-arm64), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_HITACHI = 34848 +pkg syscall (netbsd-arm64), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_HP = 32773 +pkg syscall (netbsd-arm64), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IEEEPUP = 2560 +pkg syscall (netbsd-arm64), const ETHERTYPE_IEEEPUPAT = 2561 +pkg syscall (netbsd-arm64), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IMLBL = 19522 +pkg syscall (netbsd-arm64), const ETHERTYPE_IMLBLDIAG = 16972 +pkg syscall (netbsd-arm64), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IP = 2048 +pkg syscall (netbsd-arm64), const ETHERTYPE_IPAS = 34668 +pkg syscall (netbsd-arm64), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IPV6 = 34525 +pkg syscall (netbsd-arm64), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IPX = 33079 +pkg syscall (netbsd-arm64), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_IPXNEW = 32823 +pkg syscall (netbsd-arm64), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_KALPANA = 34178 +pkg syscall (netbsd-arm64), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LANBRIDGE = 32824 +pkg syscall (netbsd-arm64), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LANPROBE = 34952 +pkg syscall (netbsd-arm64), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LAT = 24580 +pkg syscall (netbsd-arm64), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LBACK = 36864 +pkg syscall (netbsd-arm64), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-arm64), const ETHER_TYPE_LEN = 2 +pkg syscall (netbsd-arm64), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LITTLE = 32864 +pkg syscall (netbsd-arm64), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LOGICRAFT = 33096 +pkg syscall (netbsd-arm64), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_LOOPBACK = 36864 +pkg syscall (netbsd-arm64), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MATRA = 32890 +pkg syscall (netbsd-arm64), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MAX = 65535 +pkg syscall (netbsd-arm64), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MERIT = 32892 +pkg syscall (netbsd-arm64), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MICP = 34618 +pkg syscall (netbsd-arm64), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MOPDL = 24577 +pkg syscall (netbsd-arm64), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MOPRC = 24578 +pkg syscall (netbsd-arm64), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MOTOROLA = 33165 +pkg syscall (netbsd-arm64), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MPLS = 34887 +pkg syscall (netbsd-arm64), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MPLS_MCAST = 34888 +pkg syscall (netbsd-arm64), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_MUMPS = 33087 +pkg syscall (netbsd-arm64), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCC = 15364 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLAIM = 15369 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLREQ = 15365 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLRSP = 15366 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ = 15362 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP = 15363 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDG = 15367 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDGB = 15368 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDLTE = 15370 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPRAR = 15372 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPRAS = 15371 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPRST = 15373 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPSCD = 15361 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPVCD = 15360 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NBS = 2050 +pkg syscall (netbsd-arm64), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NCD = 33097 +pkg syscall (netbsd-arm64), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NESTAR = 32774 +pkg syscall (netbsd-arm64), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NETBEUI = 33169 +pkg syscall (netbsd-arm64), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NOVELL = 33080 +pkg syscall (netbsd-arm64), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NS = 1536 +pkg syscall (netbsd-arm64), const ETHERTYPE_NSAT = 1537 +pkg syscall (netbsd-arm64), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NSCOMPAT = 2055 +pkg syscall (netbsd-arm64), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_NTRAILER = 16 +pkg syscall (netbsd-arm64), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_OS9 = 28679 +pkg syscall (netbsd-arm64), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_OS9NET = 28681 +pkg syscall (netbsd-arm64), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PACER = 32966 +pkg syscall (netbsd-arm64), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PAE = 34958 +pkg syscall (netbsd-arm64), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PCS = 16962 +pkg syscall (netbsd-arm64), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PLANNING = 32836 +pkg syscall (netbsd-arm64), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PPP = 34827 +pkg syscall (netbsd-arm64), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PPPOE = 34916 +pkg syscall (netbsd-arm64), const ETHERTYPE_PPPOEDISC = 34915 +pkg syscall (netbsd-arm64), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PRIMENTS = 28721 +pkg syscall (netbsd-arm64), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PUP = 512 +pkg syscall (netbsd-arm64), const ETHERTYPE_PUPAT = 512 +pkg syscall (netbsd-arm64), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_RACAL = 28720 +pkg syscall (netbsd-arm64), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_RATIONAL = 33104 +pkg syscall (netbsd-arm64), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_RAWFR = 25945 +pkg syscall (netbsd-arm64), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_RCL = 6549 +pkg syscall (netbsd-arm64), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_RDP = 34617 +pkg syscall (netbsd-arm64), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_RETIX = 33010 +pkg syscall (netbsd-arm64), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_REVARP = 32821 +pkg syscall (netbsd-arm64), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SCA = 24583 +pkg syscall (netbsd-arm64), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SECTRA = 34523 +pkg syscall (netbsd-arm64), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SECUREDATA = 34669 +pkg syscall (netbsd-arm64), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_BOUNCE = 32790 +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_DIAG = 32787 +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SGITW = 33150 +pkg syscall (netbsd-arm64), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_NETGAMES = 32788 +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_RESV = 32789 +pkg syscall (netbsd-arm64), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SIMNET = 21000 +pkg syscall (netbsd-arm64), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SLOWPROTOCOLS = 34825 +pkg syscall (netbsd-arm64), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SNA = 32981 +pkg syscall (netbsd-arm64), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SNMP = 33100 +pkg syscall (netbsd-arm64), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SONIX = 64245 +pkg syscall (netbsd-arm64), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SPIDER = 32927 +pkg syscall (netbsd-arm64), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_SPRITE = 1280 +pkg syscall (netbsd-arm64), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_STP = 33153 +pkg syscall (netbsd-arm64), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TALARIS = 33067 +pkg syscall (netbsd-arm64), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TALARISMC = 34091 +pkg syscall (netbsd-arm64), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TCPCOMP = 34667 +pkg syscall (netbsd-arm64), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TCPSM = 36866 +pkg syscall (netbsd-arm64), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TEC = 33103 +pkg syscall (netbsd-arm64), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TIGAN = 32815 +pkg syscall (netbsd-arm64), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TRAIL = 4096 +pkg syscall (netbsd-arm64), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TRANSETHER = 25944 +pkg syscall (netbsd-arm64), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_TYMSHARE = 32814 +pkg syscall (netbsd-arm64), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_UBBST = 28677 +pkg syscall (netbsd-arm64), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_UBDEBUG = 2304 +pkg syscall (netbsd-arm64), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_UBDIAGLOOP = 28674 +pkg syscall (netbsd-arm64), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_UBDL = 28672 +pkg syscall (netbsd-arm64), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_UBNIU = 28673 +pkg syscall (netbsd-arm64), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_UBNMC = 28675 +pkg syscall (netbsd-arm64), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VALID = 5632 +pkg syscall (netbsd-arm64), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VARIAN = 32989 +pkg syscall (netbsd-arm64), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VAXELN = 32827 +pkg syscall (netbsd-arm64), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VEECO = 32871 +pkg syscall (netbsd-arm64), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VEXP = 32859 +pkg syscall (netbsd-arm64), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VGLAB = 33073 +pkg syscall (netbsd-arm64), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VINES = 2989 +pkg syscall (netbsd-arm64), const ETHERTYPE_VINESECHO = 2991 +pkg syscall (netbsd-arm64), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VINESLOOP = 2990 +pkg syscall (netbsd-arm64), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VITAL = 65280 +pkg syscall (netbsd-arm64), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VLAN = 33024 +pkg syscall (netbsd-arm64), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VLTLMAN = 32896 +pkg syscall (netbsd-arm64), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VPROD = 32860 +pkg syscall (netbsd-arm64), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_VURESERVED = 33095 +pkg syscall (netbsd-arm64), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_WATERLOO = 33072 +pkg syscall (netbsd-arm64), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_WELLFLEET = 33027 +pkg syscall (netbsd-arm64), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_X25 = 2053 +pkg syscall (netbsd-arm64), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_X75 = 2049 +pkg syscall (netbsd-arm64), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_XNSSM = 36865 +pkg syscall (netbsd-arm64), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-arm64), const ETHERTYPE_XTP = 33149 +pkg syscall (netbsd-arm64), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-arm64), const ETHER_VLAN_ENCAP_LEN = 4 +pkg syscall (netbsd-arm64), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm64), const ETIME = 92 +pkg syscall (netbsd-arm64), const ETIMEDOUT = 60 +pkg syscall (netbsd-arm64), const ETIME Errno +pkg syscall (netbsd-arm64), const ETOOMANYREFS = 59 +pkg syscall (netbsd-arm64), const ETXTBSY = 26 +pkg syscall (netbsd-arm64), const EUSERS = 68 +pkg syscall (netbsd-arm64), const EV_ADD = 1 +pkg syscall (netbsd-arm64), const EV_ADD ideal-int +pkg syscall (netbsd-arm64), const EV_CLEAR = 32 +pkg syscall (netbsd-arm64), const EV_CLEAR ideal-int +pkg syscall (netbsd-arm64), const EV_DELETE = 2 +pkg syscall (netbsd-arm64), const EV_DELETE ideal-int +pkg syscall (netbsd-arm64), const EV_DISABLE = 8 +pkg syscall (netbsd-arm64), const EV_DISABLE ideal-int +pkg syscall (netbsd-arm64), const EV_ENABLE = 4 +pkg syscall (netbsd-arm64), const EV_ENABLE ideal-int +pkg syscall (netbsd-arm64), const EV_EOF = 32768 +pkg syscall (netbsd-arm64), const EV_EOF ideal-int +pkg syscall (netbsd-arm64), const EV_ERROR = 16384 +pkg syscall (netbsd-arm64), const EV_ERROR ideal-int +pkg syscall (netbsd-arm64), const EVFILT_AIO = 2 +pkg syscall (netbsd-arm64), const EVFILT_AIO ideal-int +pkg syscall (netbsd-arm64), const EVFILT_PROC = 4 +pkg syscall (netbsd-arm64), const EVFILT_PROC ideal-int +pkg syscall (netbsd-arm64), const EVFILT_READ = 0 +pkg syscall (netbsd-arm64), const EVFILT_READ ideal-int +pkg syscall (netbsd-arm64), const EVFILT_SIGNAL = 5 +pkg syscall (netbsd-arm64), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-arm64), const EVFILT_SYSCOUNT = 7 +pkg syscall (netbsd-arm64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-arm64), const EVFILT_TIMER = 6 +pkg syscall (netbsd-arm64), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-arm64), const EVFILT_VNODE = 3 +pkg syscall (netbsd-arm64), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-arm64), const EVFILT_WRITE = 1 +pkg syscall (netbsd-arm64), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-arm64), const EV_FLAG1 = 8192 +pkg syscall (netbsd-arm64), const EV_FLAG1 ideal-int +pkg syscall (netbsd-arm64), const EV_ONESHOT = 16 +pkg syscall (netbsd-arm64), const EV_ONESHOT ideal-int +pkg syscall (netbsd-arm64), const EV_SYSFLAGS = 61440 +pkg syscall (netbsd-arm64), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-arm64), const EWOULDBLOCK = 35 +pkg syscall (netbsd-arm64), const EXDEV = 18 +pkg syscall (netbsd-arm64), const EXTA = 19200 +pkg syscall (netbsd-arm64), const EXTA ideal-int +pkg syscall (netbsd-arm64), const EXTB = 38400 +pkg syscall (netbsd-arm64), const EXTB ideal-int +pkg syscall (netbsd-arm64), const EXTPROC = 2048 +pkg syscall (netbsd-arm64), const EXTPROC ideal-int +pkg syscall (netbsd-arm64), const F_CLOSEM = 10 +pkg syscall (netbsd-arm64), const F_CLOSEM ideal-int +pkg syscall (netbsd-arm64), const FD_CLOEXEC = 1 +pkg syscall (netbsd-arm64), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-arm64), const FD_SETSIZE = 256 +pkg syscall (netbsd-arm64), const FD_SETSIZE ideal-int +pkg syscall (netbsd-arm64), const F_DUPFD = 0 +pkg syscall (netbsd-arm64), const F_DUPFD_CLOEXEC = 12 +pkg syscall (netbsd-arm64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-arm64), const F_DUPFD ideal-int +pkg syscall (netbsd-arm64), const F_FSCTL = -2147483648 +pkg syscall (netbsd-arm64), const F_FSCTL ideal-int +pkg syscall (netbsd-arm64), const F_FSDIRMASK = 1879048192 +pkg syscall (netbsd-arm64), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-arm64), const F_FSIN = 268435456 +pkg syscall (netbsd-arm64), const F_FSIN ideal-int +pkg syscall (netbsd-arm64), const F_FSINOUT = 805306368 +pkg syscall (netbsd-arm64), const F_FSINOUT ideal-int +pkg syscall (netbsd-arm64), const F_FSOUT = 536870912 +pkg syscall (netbsd-arm64), const F_FSOUT ideal-int +pkg syscall (netbsd-arm64), const F_FSPRIV = 32768 +pkg syscall (netbsd-arm64), const F_FSPRIV ideal-int +pkg syscall (netbsd-arm64), const F_FSVOID = 1073741824 +pkg syscall (netbsd-arm64), const F_FSVOID ideal-int +pkg syscall (netbsd-arm64), const F_GETFD = 1 +pkg syscall (netbsd-arm64), const F_GETFD ideal-int +pkg syscall (netbsd-arm64), const F_GETFL = 3 +pkg syscall (netbsd-arm64), const F_GETFL ideal-int +pkg syscall (netbsd-arm64), const F_GETLK = 7 +pkg syscall (netbsd-arm64), const F_GETLK ideal-int +pkg syscall (netbsd-arm64), const F_GETNOSIGPIPE = 13 +pkg syscall (netbsd-arm64), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm64), const F_GETOWN = 5 +pkg syscall (netbsd-arm64), const F_GETOWN ideal-int +pkg syscall (netbsd-arm64), const FLUSHO = 8388608 +pkg syscall (netbsd-arm64), const FLUSHO ideal-int +pkg syscall (netbsd-arm64), const F_MAXFD = 11 +pkg syscall (netbsd-arm64), const F_MAXFD ideal-int +pkg syscall (netbsd-arm64), const F_OK = 0 +pkg syscall (netbsd-arm64), const F_OK ideal-int +pkg syscall (netbsd-arm64), const F_PARAM_MASK = 4095 +pkg syscall (netbsd-arm64), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-arm64), const F_PARAM_MAX = 4095 +pkg syscall (netbsd-arm64), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-arm64), const F_RDLCK = 1 +pkg syscall (netbsd-arm64), const F_RDLCK ideal-int +pkg syscall (netbsd-arm64), const F_SETFD = 2 +pkg syscall (netbsd-arm64), const F_SETFD ideal-int +pkg syscall (netbsd-arm64), const F_SETFL = 4 +pkg syscall (netbsd-arm64), const F_SETFL ideal-int +pkg syscall (netbsd-arm64), const F_SETLK = 8 +pkg syscall (netbsd-arm64), const F_SETLK ideal-int +pkg syscall (netbsd-arm64), const F_SETLKW = 9 +pkg syscall (netbsd-arm64), const F_SETLKW ideal-int +pkg syscall (netbsd-arm64), const F_SETNOSIGPIPE = 14 +pkg syscall (netbsd-arm64), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm64), const F_SETOWN = 6 +pkg syscall (netbsd-arm64), const F_SETOWN ideal-int +pkg syscall (netbsd-arm64), const F_UNLCK = 2 +pkg syscall (netbsd-arm64), const F_UNLCK ideal-int +pkg syscall (netbsd-arm64), const F_WRLCK = 3 +pkg syscall (netbsd-arm64), const F_WRLCK ideal-int +pkg syscall (netbsd-arm64), const HUPCL = 16384 +pkg syscall (netbsd-arm64), const HUPCL ideal-int +pkg syscall (netbsd-arm64), const ICANON = 256 +pkg syscall (netbsd-arm64), const ICANON ideal-int +pkg syscall (netbsd-arm64), const ICMP6_FILTER = 18 +pkg syscall (netbsd-arm64), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-arm64), const ICRNL = 256 +pkg syscall (netbsd-arm64), const ICRNL ideal-int +pkg syscall (netbsd-arm64), const IEXTEN = 1024 +pkg syscall (netbsd-arm64), const IEXTEN ideal-int +pkg syscall (netbsd-arm64), const IFAN_ARRIVAL = 0 +pkg syscall (netbsd-arm64), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-arm64), const IFAN_DEPARTURE = 1 +pkg syscall (netbsd-arm64), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-arm64), const IFA_ROUTE = 1 +pkg syscall (netbsd-arm64), const IFA_ROUTE ideal-int +pkg syscall (netbsd-arm64), const IFF_ALLMULTI = 512 +pkg syscall (netbsd-arm64), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-arm64), const IFF_CANTCHANGE = 36690 +pkg syscall (netbsd-arm64), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-arm64), const IFF_DEBUG = 4 +pkg syscall (netbsd-arm64), const IFF_DEBUG ideal-int +pkg syscall (netbsd-arm64), const IFF_LINK0 = 4096 +pkg syscall (netbsd-arm64), const IFF_LINK0 ideal-int +pkg syscall (netbsd-arm64), const IFF_LINK1 = 8192 +pkg syscall (netbsd-arm64), const IFF_LINK1 ideal-int +pkg syscall (netbsd-arm64), const IFF_LINK2 = 16384 +pkg syscall (netbsd-arm64), const IFF_LINK2 ideal-int +pkg syscall (netbsd-arm64), const IFF_LOOPBACK = 8 +pkg syscall (netbsd-arm64), const IFF_MULTICAST = 32768 +pkg syscall (netbsd-arm64), const IFF_NOARP = 128 +pkg syscall (netbsd-arm64), const IFF_NOARP ideal-int +pkg syscall (netbsd-arm64), const IFF_NOTRAILERS = 32 +pkg syscall (netbsd-arm64), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-arm64), const IFF_OACTIVE = 1024 +pkg syscall (netbsd-arm64), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-arm64), const IFF_POINTOPOINT = 16 +pkg syscall (netbsd-arm64), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-arm64), const IFF_PROMISC = 256 +pkg syscall (netbsd-arm64), const IFF_PROMISC ideal-int +pkg syscall (netbsd-arm64), const IFF_RUNNING = 64 +pkg syscall (netbsd-arm64), const IFF_RUNNING ideal-int +pkg syscall (netbsd-arm64), const IFF_SIMPLEX = 2048 +pkg syscall (netbsd-arm64), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-arm64), const IFNAMSIZ = 16 +pkg syscall (netbsd-arm64), const IFNAMSIZ ideal-int +pkg syscall (netbsd-arm64), const IFT_1822 = 2 +pkg syscall (netbsd-arm64), const IFT_1822 ideal-int +pkg syscall (netbsd-arm64), const IFT_A12MPPSWITCH = 130 +pkg syscall (netbsd-arm64), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-arm64), const IFT_AAL2 = 187 +pkg syscall (netbsd-arm64), const IFT_AAL2 ideal-int +pkg syscall (netbsd-arm64), const IFT_AAL5 = 49 +pkg syscall (netbsd-arm64), const IFT_AAL5 ideal-int +pkg syscall (netbsd-arm64), const IFT_ADSL = 94 +pkg syscall (netbsd-arm64), const IFT_ADSL ideal-int +pkg syscall (netbsd-arm64), const IFT_AFLANE8023 = 59 +pkg syscall (netbsd-arm64), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-arm64), const IFT_AFLANE8025 = 60 +pkg syscall (netbsd-arm64), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-arm64), const IFT_ARAP = 88 +pkg syscall (netbsd-arm64), const IFT_ARAP ideal-int +pkg syscall (netbsd-arm64), const IFT_ARCNET = 35 +pkg syscall (netbsd-arm64), const IFT_ARCNET ideal-int +pkg syscall (netbsd-arm64), const IFT_ARCNETPLUS = 36 +pkg syscall (netbsd-arm64), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-arm64), const IFT_ASYNC = 84 +pkg syscall (netbsd-arm64), const IFT_ASYNC ideal-int +pkg syscall (netbsd-arm64), const IFT_ATM = 37 +pkg syscall (netbsd-arm64), const IFT_ATMDXI = 105 +pkg syscall (netbsd-arm64), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMFUNI = 106 +pkg syscall (netbsd-arm64), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-arm64), const IFT_ATM ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMIMA = 107 +pkg syscall (netbsd-arm64), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMLOGICAL = 80 +pkg syscall (netbsd-arm64), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMRADIO = 189 +pkg syscall (netbsd-arm64), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (netbsd-arm64), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMVCIENDPT = 194 +pkg syscall (netbsd-arm64), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-arm64), const IFT_ATMVIRTUAL = 149 +pkg syscall (netbsd-arm64), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-arm64), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (netbsd-arm64), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-arm64), const IFT_BRIDGE = 209 +pkg syscall (netbsd-arm64), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-arm64), const IFT_BSC = 83 +pkg syscall (netbsd-arm64), const IFT_BSC ideal-int +pkg syscall (netbsd-arm64), const IFT_CARP = 248 +pkg syscall (netbsd-arm64), const IFT_CARP ideal-int +pkg syscall (netbsd-arm64), const IFT_CCTEMUL = 61 +pkg syscall (netbsd-arm64), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-arm64), const IFT_CEPT = 19 +pkg syscall (netbsd-arm64), const IFT_CEPT ideal-int +pkg syscall (netbsd-arm64), const IFT_CES = 133 +pkg syscall (netbsd-arm64), const IFT_CES ideal-int +pkg syscall (netbsd-arm64), const IFT_CHANNEL = 70 +pkg syscall (netbsd-arm64), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_CNR = 85 +pkg syscall (netbsd-arm64), const IFT_CNR ideal-int +pkg syscall (netbsd-arm64), const IFT_COFFEE = 132 +pkg syscall (netbsd-arm64), const IFT_COFFEE ideal-int +pkg syscall (netbsd-arm64), const IFT_COMPOSITELINK = 155 +pkg syscall (netbsd-arm64), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-arm64), const IFT_DCN = 141 +pkg syscall (netbsd-arm64), const IFT_DCN ideal-int +pkg syscall (netbsd-arm64), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (netbsd-arm64), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-arm64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (netbsd-arm64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_DLSW = 74 +pkg syscall (netbsd-arm64), const IFT_DLSW ideal-int +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205 +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-arm64), const IFT_DS0 = 81 +pkg syscall (netbsd-arm64), const IFT_DS0BUNDLE = 82 +pkg syscall (netbsd-arm64), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-arm64), const IFT_DS0 ideal-int +pkg syscall (netbsd-arm64), const IFT_DS1FDL = 170 +pkg syscall (netbsd-arm64), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-arm64), const IFT_DS3 = 30 +pkg syscall (netbsd-arm64), const IFT_DS3 ideal-int +pkg syscall (netbsd-arm64), const IFT_DTM = 140 +pkg syscall (netbsd-arm64), const IFT_DTM ideal-int +pkg syscall (netbsd-arm64), const IFT_DVBASILN = 172 +pkg syscall (netbsd-arm64), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-arm64), const IFT_DVBASIOUT = 173 +pkg syscall (netbsd-arm64), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-arm64), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (netbsd-arm64), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-arm64), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (netbsd-arm64), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-arm64), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (netbsd-arm64), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-arm64), const IFT_ECONET = 206 +pkg syscall (netbsd-arm64), const IFT_ECONET ideal-int +pkg syscall (netbsd-arm64), const IFT_EON = 25 +pkg syscall (netbsd-arm64), const IFT_EON ideal-int +pkg syscall (netbsd-arm64), const IFT_EPLRS = 87 +pkg syscall (netbsd-arm64), const IFT_EPLRS ideal-int +pkg syscall (netbsd-arm64), const IFT_ESCON = 73 +pkg syscall (netbsd-arm64), const IFT_ESCON ideal-int +pkg syscall (netbsd-arm64), const IFT_ETHER = 6 +pkg syscall (netbsd-arm64), const IFT_ETHER ideal-int +pkg syscall (netbsd-arm64), const IFT_FAITH = 242 +pkg syscall (netbsd-arm64), const IFT_FAITH ideal-int +pkg syscall (netbsd-arm64), const IFT_FAST = 125 +pkg syscall (netbsd-arm64), const IFT_FASTETHER = 62 +pkg syscall (netbsd-arm64), const IFT_FASTETHERFX = 69 +pkg syscall (netbsd-arm64), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-arm64), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-arm64), const IFT_FAST ideal-int +pkg syscall (netbsd-arm64), const IFT_FDDI = 15 +pkg syscall (netbsd-arm64), const IFT_FDDI ideal-int +pkg syscall (netbsd-arm64), const IFT_FIBRECHANNEL = 56 +pkg syscall (netbsd-arm64), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (netbsd-arm64), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-arm64), const IFT_FRAMERELAYMPI = 92 +pkg syscall (netbsd-arm64), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-arm64), const IFT_FRDLCIENDPT = 193 +pkg syscall (netbsd-arm64), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-arm64), const IFT_FRELAY = 32 +pkg syscall (netbsd-arm64), const IFT_FRELAYDCE = 44 +pkg syscall (netbsd-arm64), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-arm64), const IFT_FRELAY ideal-int +pkg syscall (netbsd-arm64), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (netbsd-arm64), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-arm64), const IFT_FRFORWARD = 158 +pkg syscall (netbsd-arm64), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-arm64), const IFT_G703AT2MB = 67 +pkg syscall (netbsd-arm64), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-arm64), const IFT_G703AT64K = 66 +pkg syscall (netbsd-arm64), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-arm64), const IFT_GIF = 240 +pkg syscall (netbsd-arm64), const IFT_GIF ideal-int +pkg syscall (netbsd-arm64), const IFT_GIGABITETHERNET = 117 +pkg syscall (netbsd-arm64), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-arm64), const IFT_GR303IDT = 178 +pkg syscall (netbsd-arm64), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-arm64), const IFT_GR303RDT = 177 +pkg syscall (netbsd-arm64), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-arm64), const IFT_H323GATEKEEPER = 164 +pkg syscall (netbsd-arm64), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-arm64), const IFT_H323PROXY = 165 +pkg syscall (netbsd-arm64), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-arm64), const IFT_HDH1822 = 3 +pkg syscall (netbsd-arm64), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-arm64), const IFT_HDLC = 118 +pkg syscall (netbsd-arm64), const IFT_HDLC ideal-int +pkg syscall (netbsd-arm64), const IFT_HDSL2 = 168 +pkg syscall (netbsd-arm64), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-arm64), const IFT_HIPERLAN2 = 183 +pkg syscall (netbsd-arm64), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-arm64), const IFT_HIPPI = 47 +pkg syscall (netbsd-arm64), const IFT_HIPPI ideal-int +pkg syscall (netbsd-arm64), const IFT_HIPPIINTERFACE = 57 +pkg syscall (netbsd-arm64), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-arm64), const IFT_HOSTPAD = 90 +pkg syscall (netbsd-arm64), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-arm64), const IFT_HSSI = 46 +pkg syscall (netbsd-arm64), const IFT_HSSI ideal-int +pkg syscall (netbsd-arm64), const IFT_HY = 14 +pkg syscall (netbsd-arm64), const IFT_HY ideal-int +pkg syscall (netbsd-arm64), const IFT_IBM370PARCHAN = 72 +pkg syscall (netbsd-arm64), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-arm64), const IFT_IDSL = 154 +pkg syscall (netbsd-arm64), const IFT_IDSL ideal-int +pkg syscall (netbsd-arm64), const IFT_IEEE1394 = 144 +pkg syscall (netbsd-arm64), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-arm64), const IFT_IEEE80211 = 71 +pkg syscall (netbsd-arm64), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-arm64), const IFT_IEEE80212 = 55 +pkg syscall (netbsd-arm64), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-arm64), const IFT_IEEE8023ADLAG = 161 +pkg syscall (netbsd-arm64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-arm64), const IFT_IFGSN = 145 +pkg syscall (netbsd-arm64), const IFT_IFGSN ideal-int +pkg syscall (netbsd-arm64), const IFT_IMT = 190 +pkg syscall (netbsd-arm64), const IFT_IMT ideal-int +pkg syscall (netbsd-arm64), const IFT_INFINIBAND = 199 +pkg syscall (netbsd-arm64), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-arm64), const IFT_INTERLEAVE = 124 +pkg syscall (netbsd-arm64), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-arm64), const IFT_IP = 126 +pkg syscall (netbsd-arm64), const IFT_IPFORWARD = 142 +pkg syscall (netbsd-arm64), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-arm64), const IFT_IP ideal-int +pkg syscall (netbsd-arm64), const IFT_IPOVERATM = 114 +pkg syscall (netbsd-arm64), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-arm64), const IFT_IPOVERCDLC = 109 +pkg syscall (netbsd-arm64), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-arm64), const IFT_IPOVERCLAW = 110 +pkg syscall (netbsd-arm64), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-arm64), const IFT_IPSWITCH = 78 +pkg syscall (netbsd-arm64), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-arm64), const IFT_ISDN = 63 +pkg syscall (netbsd-arm64), const IFT_ISDNBASIC = 20 +pkg syscall (netbsd-arm64), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-arm64), const IFT_ISDN ideal-int +pkg syscall (netbsd-arm64), const IFT_ISDNPRIMARY = 21 +pkg syscall (netbsd-arm64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-arm64), const IFT_ISDNS = 75 +pkg syscall (netbsd-arm64), const IFT_ISDNS ideal-int +pkg syscall (netbsd-arm64), const IFT_ISDNU = 76 +pkg syscall (netbsd-arm64), const IFT_ISDNU ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88022LLC = 41 +pkg syscall (netbsd-arm64), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88023 = 7 +pkg syscall (netbsd-arm64), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88024 = 8 +pkg syscall (netbsd-arm64), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88025 = 9 +pkg syscall (netbsd-arm64), const IFT_ISO88025CRFPINT = 98 +pkg syscall (netbsd-arm64), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88025DTR = 86 +pkg syscall (netbsd-arm64), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88025FIBER = 115 +pkg syscall (netbsd-arm64), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-arm64), const IFT_ISO88026 = 10 +pkg syscall (netbsd-arm64), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-arm64), const IFT_ISUP = 179 +pkg syscall (netbsd-arm64), const IFT_ISUP ideal-int +pkg syscall (netbsd-arm64), const IFT_L2VLAN = 135 +pkg syscall (netbsd-arm64), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-arm64), const IFT_L3IPVLAN = 136 +pkg syscall (netbsd-arm64), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-arm64), const IFT_L3IPXVLAN = 137 +pkg syscall (netbsd-arm64), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-arm64), const IFT_LAPB = 16 +pkg syscall (netbsd-arm64), const IFT_LAPB ideal-int +pkg syscall (netbsd-arm64), const IFT_LAPD = 77 +pkg syscall (netbsd-arm64), const IFT_LAPD ideal-int +pkg syscall (netbsd-arm64), const IFT_LAPF = 119 +pkg syscall (netbsd-arm64), const IFT_LAPF ideal-int +pkg syscall (netbsd-arm64), const IFT_LINEGROUP = 210 +pkg syscall (netbsd-arm64), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-arm64), const IFT_LOCALTALK = 42 +pkg syscall (netbsd-arm64), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-arm64), const IFT_LOOP = 24 +pkg syscall (netbsd-arm64), const IFT_LOOP ideal-int +pkg syscall (netbsd-arm64), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (netbsd-arm64), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-arm64), const IFT_MFSIGLINK = 167 +pkg syscall (netbsd-arm64), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-arm64), const IFT_MIOX25 = 38 +pkg syscall (netbsd-arm64), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-arm64), const IFT_MODEM = 48 +pkg syscall (netbsd-arm64), const IFT_MODEM ideal-int +pkg syscall (netbsd-arm64), const IFT_MPC = 113 +pkg syscall (netbsd-arm64), const IFT_MPC ideal-int +pkg syscall (netbsd-arm64), const IFT_MPLS = 166 +pkg syscall (netbsd-arm64), const IFT_MPLS ideal-int +pkg syscall (netbsd-arm64), const IFT_MPLSTUNNEL = 150 +pkg syscall (netbsd-arm64), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_MSDSL = 143 +pkg syscall (netbsd-arm64), const IFT_MSDSL ideal-int +pkg syscall (netbsd-arm64), const IFT_MVL = 191 +pkg syscall (netbsd-arm64), const IFT_MVL ideal-int +pkg syscall (netbsd-arm64), const IFT_MYRINET = 99 +pkg syscall (netbsd-arm64), const IFT_MYRINET ideal-int +pkg syscall (netbsd-arm64), const IFT_NFAS = 175 +pkg syscall (netbsd-arm64), const IFT_NFAS ideal-int +pkg syscall (netbsd-arm64), const IFT_NSIP = 27 +pkg syscall (netbsd-arm64), const IFT_NSIP ideal-int +pkg syscall (netbsd-arm64), const IFT_OPTICALCHANNEL = 195 +pkg syscall (netbsd-arm64), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (netbsd-arm64), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-arm64), const IFT_OTHER = 1 +pkg syscall (netbsd-arm64), const IFT_OTHER ideal-int +pkg syscall (netbsd-arm64), const IFT_P10 = 12 +pkg syscall (netbsd-arm64), const IFT_P10 ideal-int +pkg syscall (netbsd-arm64), const IFT_P80 = 13 +pkg syscall (netbsd-arm64), const IFT_P80 ideal-int +pkg syscall (netbsd-arm64), const IFT_PARA = 34 +pkg syscall (netbsd-arm64), const IFT_PARA ideal-int +pkg syscall (netbsd-arm64), const IFT_PFLOG = 245 +pkg syscall (netbsd-arm64), const IFT_PFLOG ideal-int +pkg syscall (netbsd-arm64), const IFT_PFSYNC = 246 +pkg syscall (netbsd-arm64), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-arm64), const IFT_PLC = 174 +pkg syscall (netbsd-arm64), const IFT_PLC ideal-int +pkg syscall (netbsd-arm64), const IFT_PON155 = 207 +pkg syscall (netbsd-arm64), const IFT_PON155 ideal-int +pkg syscall (netbsd-arm64), const IFT_PON622 = 208 +pkg syscall (netbsd-arm64), const IFT_PON622 ideal-int +pkg syscall (netbsd-arm64), const IFT_POS = 171 +pkg syscall (netbsd-arm64), const IFT_POS ideal-int +pkg syscall (netbsd-arm64), const IFT_PPP = 23 +pkg syscall (netbsd-arm64), const IFT_PPP ideal-int +pkg syscall (netbsd-arm64), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (netbsd-arm64), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPATM = 197 +pkg syscall (netbsd-arm64), const IFT_PROPATM ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPBWAP2MP = 184 +pkg syscall (netbsd-arm64), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPCNLS = 89 +pkg syscall (netbsd-arm64), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (netbsd-arm64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (netbsd-arm64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (netbsd-arm64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPMUX = 54 +pkg syscall (netbsd-arm64), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPVIRTUAL = 53 +pkg syscall (netbsd-arm64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-arm64), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (netbsd-arm64), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-arm64), const IFT_PTPSERIAL = 22 +pkg syscall (netbsd-arm64), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-arm64), const IFT_PVC = 241 +pkg syscall (netbsd-arm64), const IFT_PVC ideal-int +pkg syscall (netbsd-arm64), const IFT_Q2931 = 201 +pkg syscall (netbsd-arm64), const IFT_Q2931 ideal-int +pkg syscall (netbsd-arm64), const IFT_QLLC = 68 +pkg syscall (netbsd-arm64), const IFT_QLLC ideal-int +pkg syscall (netbsd-arm64), const IFT_RADIOMAC = 188 +pkg syscall (netbsd-arm64), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-arm64), const IFT_RADSL = 95 +pkg syscall (netbsd-arm64), const IFT_RADSL ideal-int +pkg syscall (netbsd-arm64), const IFT_REACHDSL = 192 +pkg syscall (netbsd-arm64), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-arm64), const IFT_RFC1483 = 159 +pkg syscall (netbsd-arm64), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-arm64), const IFT_RS232 = 33 +pkg syscall (netbsd-arm64), const IFT_RS232 ideal-int +pkg syscall (netbsd-arm64), const IFT_RSRB = 79 +pkg syscall (netbsd-arm64), const IFT_RSRB ideal-int +pkg syscall (netbsd-arm64), const IFT_SDLC = 17 +pkg syscall (netbsd-arm64), const IFT_SDLC ideal-int +pkg syscall (netbsd-arm64), const IFT_SDSL = 96 +pkg syscall (netbsd-arm64), const IFT_SDSL ideal-int +pkg syscall (netbsd-arm64), const IFT_SHDSL = 169 +pkg syscall (netbsd-arm64), const IFT_SHDSL ideal-int +pkg syscall (netbsd-arm64), const IFT_SIP = 31 +pkg syscall (netbsd-arm64), const IFT_SIP ideal-int +pkg syscall (netbsd-arm64), const IFT_SIPSIG = 204 +pkg syscall (netbsd-arm64), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-arm64), const IFT_SIPTG = 203 +pkg syscall (netbsd-arm64), const IFT_SIPTG ideal-int +pkg syscall (netbsd-arm64), const IFT_SLIP = 28 +pkg syscall (netbsd-arm64), const IFT_SLIP ideal-int +pkg syscall (netbsd-arm64), const IFT_SMDSDXI = 43 +pkg syscall (netbsd-arm64), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-arm64), const IFT_SMDSICIP = 52 +pkg syscall (netbsd-arm64), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-arm64), const IFT_SONET = 39 +pkg syscall (netbsd-arm64), const IFT_SONET ideal-int +pkg syscall (netbsd-arm64), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (netbsd-arm64), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_SONETPATH = 50 +pkg syscall (netbsd-arm64), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-arm64), const IFT_SONETVT = 51 +pkg syscall (netbsd-arm64), const IFT_SONETVT ideal-int +pkg syscall (netbsd-arm64), const IFT_SRP = 151 +pkg syscall (netbsd-arm64), const IFT_SRP ideal-int +pkg syscall (netbsd-arm64), const IFT_SS7SIGLINK = 156 +pkg syscall (netbsd-arm64), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-arm64), const IFT_STACKTOSTACK = 111 +pkg syscall (netbsd-arm64), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-arm64), const IFT_STARLAN = 11 +pkg syscall (netbsd-arm64), const IFT_STARLAN ideal-int +pkg syscall (netbsd-arm64), const IFT_STF = 215 +pkg syscall (netbsd-arm64), const IFT_STF ideal-int +pkg syscall (netbsd-arm64), const IFT_T1 = 18 +pkg syscall (netbsd-arm64), const IFT_T1 ideal-int +pkg syscall (netbsd-arm64), const IFT_TDLC = 116 +pkg syscall (netbsd-arm64), const IFT_TDLC ideal-int +pkg syscall (netbsd-arm64), const IFT_TELINK = 200 +pkg syscall (netbsd-arm64), const IFT_TELINK ideal-int +pkg syscall (netbsd-arm64), const IFT_TERMPAD = 91 +pkg syscall (netbsd-arm64), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-arm64), const IFT_TR008 = 176 +pkg syscall (netbsd-arm64), const IFT_TR008 ideal-int +pkg syscall (netbsd-arm64), const IFT_TRANSPHDLC = 123 +pkg syscall (netbsd-arm64), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-arm64), const IFT_TUNNEL = 131 +pkg syscall (netbsd-arm64), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-arm64), const IFT_ULTRA = 29 +pkg syscall (netbsd-arm64), const IFT_ULTRA ideal-int +pkg syscall (netbsd-arm64), const IFT_USB = 160 +pkg syscall (netbsd-arm64), const IFT_USB ideal-int +pkg syscall (netbsd-arm64), const IFT_V11 = 64 +pkg syscall (netbsd-arm64), const IFT_V11 ideal-int +pkg syscall (netbsd-arm64), const IFT_V35 = 45 +pkg syscall (netbsd-arm64), const IFT_V35 ideal-int +pkg syscall (netbsd-arm64), const IFT_V36 = 65 +pkg syscall (netbsd-arm64), const IFT_V36 ideal-int +pkg syscall (netbsd-arm64), const IFT_V37 = 120 +pkg syscall (netbsd-arm64), const IFT_V37 ideal-int +pkg syscall (netbsd-arm64), const IFT_VDSL = 97 +pkg syscall (netbsd-arm64), const IFT_VDSL ideal-int +pkg syscall (netbsd-arm64), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (netbsd-arm64), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-arm64), const IFT_VIRTUALTG = 202 +pkg syscall (netbsd-arm64), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEDID = 213 +pkg syscall (netbsd-arm64), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEEM = 100 +pkg syscall (netbsd-arm64), const IFT_VOICEEMFGD = 211 +pkg syscall (netbsd-arm64), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEENCAP = 103 +pkg syscall (netbsd-arm64), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEFGDEANA = 212 +pkg syscall (netbsd-arm64), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEFXO = 101 +pkg syscall (netbsd-arm64), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEFXS = 102 +pkg syscall (netbsd-arm64), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEOVERATM = 152 +pkg syscall (netbsd-arm64), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEOVERCABLE = 198 +pkg syscall (netbsd-arm64), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (netbsd-arm64), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-arm64), const IFT_VOICEOVERIP = 104 +pkg syscall (netbsd-arm64), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-arm64), const IFT_X213 = 93 +pkg syscall (netbsd-arm64), const IFT_X213 ideal-int +pkg syscall (netbsd-arm64), const IFT_X25 = 5 +pkg syscall (netbsd-arm64), const IFT_X25DDN = 4 +pkg syscall (netbsd-arm64), const IFT_X25DDN ideal-int +pkg syscall (netbsd-arm64), const IFT_X25HUNTGROUP = 122 +pkg syscall (netbsd-arm64), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-arm64), const IFT_X25 ideal-int +pkg syscall (netbsd-arm64), const IFT_X25MLP = 121 +pkg syscall (netbsd-arm64), const IFT_X25MLP ideal-int +pkg syscall (netbsd-arm64), const IFT_X25PLE = 40 +pkg syscall (netbsd-arm64), const IFT_X25PLE ideal-int +pkg syscall (netbsd-arm64), const IFT_XETHER = 26 +pkg syscall (netbsd-arm64), const IFT_XETHER ideal-int +pkg syscall (netbsd-arm64), const IGNBRK = 1 +pkg syscall (netbsd-arm64), const IGNBRK ideal-int +pkg syscall (netbsd-arm64), const IGNCR = 128 +pkg syscall (netbsd-arm64), const IGNCR ideal-int +pkg syscall (netbsd-arm64), const IGNPAR = 4 +pkg syscall (netbsd-arm64), const IGNPAR ideal-int +pkg syscall (netbsd-arm64), const IMAXBEL = 8192 +pkg syscall (netbsd-arm64), const IMAXBEL ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSA_HOST = 16777215 +pkg syscall (netbsd-arm64), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSA_MAX = 128 +pkg syscall (netbsd-arm64), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSA_NET = 4278190080 +pkg syscall (netbsd-arm64), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (netbsd-arm64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSB_HOST = 65535 +pkg syscall (netbsd-arm64), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSB_MAX = 65536 +pkg syscall (netbsd-arm64), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSB_NET = 4294901760 +pkg syscall (netbsd-arm64), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (netbsd-arm64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSC_HOST = 255 +pkg syscall (netbsd-arm64), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSC_NET = 4294967040 +pkg syscall (netbsd-arm64), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (netbsd-arm64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSD_HOST = 268435455 +pkg syscall (netbsd-arm64), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSD_NET = 4026531840 +pkg syscall (netbsd-arm64), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-arm64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (netbsd-arm64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-arm64), const INLCR = 64 +pkg syscall (netbsd-arm64), const INLCR ideal-int +pkg syscall (netbsd-arm64), const IN_LOOPBACKNET = 127 +pkg syscall (netbsd-arm64), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-arm64), const INPCK = 16 +pkg syscall (netbsd-arm64), const INPCK ideal-int +pkg syscall (netbsd-arm64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (netbsd-arm64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (netbsd-arm64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-arm64), const IP_DF = 16384 +pkg syscall (netbsd-arm64), const IP_DF ideal-int +pkg syscall (netbsd-arm64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (netbsd-arm64), const IP_EF = 32768 +pkg syscall (netbsd-arm64), const IP_EF ideal-int +pkg syscall (netbsd-arm64), const IP_ERRORMTU = 21 +pkg syscall (netbsd-arm64), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-arm64), const IP_HDRINCL = 2 +pkg syscall (netbsd-arm64), const IP_HDRINCL ideal-int +pkg syscall (netbsd-arm64), const IP_IPSEC_POLICY = 22 +pkg syscall (netbsd-arm64), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm64), const IP_MAX_MEMBERSHIPS = 20 +pkg syscall (netbsd-arm64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-arm64), const IP_MAXPACKET = 65535 +pkg syscall (netbsd-arm64), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-arm64), const IP_MF = 8192 +pkg syscall (netbsd-arm64), const IP_MF ideal-int +pkg syscall (netbsd-arm64), const IP_MINFRAGSIZE = 69 +pkg syscall (netbsd-arm64), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-arm64), const IP_MINTTL = 24 +pkg syscall (netbsd-arm64), const IP_MINTTL ideal-int +pkg syscall (netbsd-arm64), const IP_MSS = 576 +pkg syscall (netbsd-arm64), const IP_MSS ideal-int +pkg syscall (netbsd-arm64), const IP_MULTICAST_IF = 9 +pkg syscall (netbsd-arm64), const IP_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm64), const IP_MULTICAST_TTL = 10 +pkg syscall (netbsd-arm64), const IP_OFFMASK = 8191 +pkg syscall (netbsd-arm64), const IP_OFFMASK ideal-int +pkg syscall (netbsd-arm64), const IP_OPTIONS = 1 +pkg syscall (netbsd-arm64), const IP_OPTIONS ideal-int +pkg syscall (netbsd-arm64), const IP_PORTRANGE = 19 +pkg syscall (netbsd-arm64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm64), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-arm64), const IP_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_AH = 51 +pkg syscall (netbsd-arm64), const IPPROTO_AH ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_CARP = 112 +pkg syscall (netbsd-arm64), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_DONE = 257 +pkg syscall (netbsd-arm64), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_DSTOPTS = 60 +pkg syscall (netbsd-arm64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_EGP = 8 +pkg syscall (netbsd-arm64), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_ENCAP = 98 +pkg syscall (netbsd-arm64), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_EON = 80 +pkg syscall (netbsd-arm64), const IPPROTO_EON ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_ESP = 50 +pkg syscall (netbsd-arm64), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_ETHERIP = 97 +pkg syscall (netbsd-arm64), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_FRAGMENT = 44 +pkg syscall (netbsd-arm64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_GGP = 3 +pkg syscall (netbsd-arm64), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_GRE = 47 +pkg syscall (netbsd-arm64), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_HOPOPTS = 0 +pkg syscall (netbsd-arm64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_ICMP = 1 +pkg syscall (netbsd-arm64), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_ICMPV6 = 58 +pkg syscall (netbsd-arm64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_IDP = 22 +pkg syscall (netbsd-arm64), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_IGMP = 2 +pkg syscall (netbsd-arm64), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_IPCOMP = 108 +pkg syscall (netbsd-arm64), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_IPIP = 4 +pkg syscall (netbsd-arm64), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_IPV4 = 4 +pkg syscall (netbsd-arm64), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_IPV6_ICMP = 58 +pkg syscall (netbsd-arm64), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_MAX = 256 +pkg syscall (netbsd-arm64), const IPPROTO_MAXID = 52 +pkg syscall (netbsd-arm64), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_MOBILE = 55 +pkg syscall (netbsd-arm64), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_NONE = 59 +pkg syscall (netbsd-arm64), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_PFSYNC = 240 +pkg syscall (netbsd-arm64), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_PIM = 103 +pkg syscall (netbsd-arm64), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_PUP = 12 +pkg syscall (netbsd-arm64), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_RAW = 255 +pkg syscall (netbsd-arm64), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_ROUTING = 43 +pkg syscall (netbsd-arm64), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_RSVP = 46 +pkg syscall (netbsd-arm64), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_TP = 29 +pkg syscall (netbsd-arm64), const IPPROTO_TP ideal-int +pkg syscall (netbsd-arm64), const IPPROTO_VRRP = 112 +pkg syscall (netbsd-arm64), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-arm64), const IP_RECVDSTADDR = 7 +pkg syscall (netbsd-arm64), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-arm64), const IP_RECVIF = 20 +pkg syscall (netbsd-arm64), const IP_RECVIF ideal-int +pkg syscall (netbsd-arm64), const IP_RECVOPTS = 5 +pkg syscall (netbsd-arm64), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-arm64), const IP_RECVRETOPTS = 6 +pkg syscall (netbsd-arm64), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-arm64), const IP_RECVTTL = 23 +pkg syscall (netbsd-arm64), const IP_RECVTTL ideal-int +pkg syscall (netbsd-arm64), const IP_RETOPTS = 8 +pkg syscall (netbsd-arm64), const IP_RETOPTS ideal-int +pkg syscall (netbsd-arm64), const IP_RF = 32768 +pkg syscall (netbsd-arm64), const IP_RF ideal-int +pkg syscall (netbsd-arm64), const IP_TOS = 3 +pkg syscall (netbsd-arm64), const IP_TTL = 4 +pkg syscall (netbsd-arm64), const IPV6_CHECKSUM = 26 +pkg syscall (netbsd-arm64), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-arm64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (netbsd-arm64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-arm64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (netbsd-arm64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm64), const IPV6_DEFHLIM = 64 +pkg syscall (netbsd-arm64), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-arm64), const IPV6_DONTFRAG = 62 +pkg syscall (netbsd-arm64), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-arm64), const IPV6_DSTOPTS = 50 +pkg syscall (netbsd-arm64), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-arm64), const IPV6_FAITH = 29 +pkg syscall (netbsd-arm64), const IPV6_FAITH ideal-int +pkg syscall (netbsd-arm64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (netbsd-arm64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-arm64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (netbsd-arm64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-arm64), const IPV6_FRAGTTL = 120 +pkg syscall (netbsd-arm64), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-arm64), const IPV6_HLIMDEC = 1 +pkg syscall (netbsd-arm64), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-arm64), const IPV6_HOPLIMIT = 47 +pkg syscall (netbsd-arm64), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-arm64), const IPV6_HOPOPTS = 49 +pkg syscall (netbsd-arm64), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-arm64), const IPV6_IPSEC_POLICY = 28 +pkg syscall (netbsd-arm64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm64), const IPV6_JOIN_GROUP = 12 +pkg syscall (netbsd-arm64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (netbsd-arm64), const IPV6_MAXHLIM = 255 +pkg syscall (netbsd-arm64), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-arm64), const IPV6_MAXPACKET = 65535 +pkg syscall (netbsd-arm64), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-arm64), const IPV6_MMTU = 1280 +pkg syscall (netbsd-arm64), const IPV6_MMTU ideal-int +pkg syscall (netbsd-arm64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (netbsd-arm64), const IPV6_MULTICAST_IF = 9 +pkg syscall (netbsd-arm64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (netbsd-arm64), const IPV6_NEXTHOP = 48 +pkg syscall (netbsd-arm64), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-arm64), const IPV6_PATHMTU = 44 +pkg syscall (netbsd-arm64), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-arm64), const IPV6_PKTINFO = 46 +pkg syscall (netbsd-arm64), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE = 14 +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (netbsd-arm64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVDSTOPTS = 40 +pkg syscall (netbsd-arm64), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (netbsd-arm64), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVHOPOPTS = 39 +pkg syscall (netbsd-arm64), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVPATHMTU = 43 +pkg syscall (netbsd-arm64), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVPKTINFO = 36 +pkg syscall (netbsd-arm64), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVRTHDR = 38 +pkg syscall (netbsd-arm64), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-arm64), const IPV6_RECVTCLASS = 57 +pkg syscall (netbsd-arm64), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-arm64), const IPV6_RTHDR = 51 +pkg syscall (netbsd-arm64), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (netbsd-arm64), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-arm64), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-arm64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (netbsd-arm64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-arm64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (netbsd-arm64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-arm64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (netbsd-arm64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-arm64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (netbsd-arm64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-arm64), const IPV6_TCLASS = 61 +pkg syscall (netbsd-arm64), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-arm64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (netbsd-arm64), const IPV6_USE_MIN_MTU = 42 +pkg syscall (netbsd-arm64), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-arm64), const IPV6_V6ONLY = 27 +pkg syscall (netbsd-arm64), const IPV6_VERSION = 96 +pkg syscall (netbsd-arm64), const IPV6_VERSION ideal-int +pkg syscall (netbsd-arm64), const IPV6_VERSION_MASK = 240 +pkg syscall (netbsd-arm64), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-arm64), const ISIG = 128 +pkg syscall (netbsd-arm64), const ISIG ideal-int +pkg syscall (netbsd-arm64), const ISTRIP = 32 +pkg syscall (netbsd-arm64), const ISTRIP ideal-int +pkg syscall (netbsd-arm64), const IXANY = 2048 +pkg syscall (netbsd-arm64), const IXANY ideal-int +pkg syscall (netbsd-arm64), const IXOFF = 1024 +pkg syscall (netbsd-arm64), const IXOFF ideal-int +pkg syscall (netbsd-arm64), const IXON = 512 +pkg syscall (netbsd-arm64), const IXON ideal-int +pkg syscall (netbsd-arm64), const LOCK_EX = 2 +pkg syscall (netbsd-arm64), const LOCK_EX ideal-int +pkg syscall (netbsd-arm64), const LOCK_NB = 4 +pkg syscall (netbsd-arm64), const LOCK_NB ideal-int +pkg syscall (netbsd-arm64), const LOCK_SH = 1 +pkg syscall (netbsd-arm64), const LOCK_SH ideal-int +pkg syscall (netbsd-arm64), const LOCK_UN = 8 +pkg syscall (netbsd-arm64), const LOCK_UN ideal-int +pkg syscall (netbsd-arm64), const MADV_DONTNEED = 4 +pkg syscall (netbsd-arm64), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-arm64), const MADV_FREE = 6 +pkg syscall (netbsd-arm64), const MADV_FREE ideal-int +pkg syscall (netbsd-arm64), const MADV_NORMAL = 0 +pkg syscall (netbsd-arm64), const MADV_NORMAL ideal-int +pkg syscall (netbsd-arm64), const MADV_RANDOM = 1 +pkg syscall (netbsd-arm64), const MADV_RANDOM ideal-int +pkg syscall (netbsd-arm64), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-arm64), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-arm64), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-arm64), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-arm64), const MADV_WILLNEED = 3 +pkg syscall (netbsd-arm64), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-arm64), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-arm64), const MAP_ANON = 4096 +pkg syscall (netbsd-arm64), const MAP_ANON ideal-int +pkg syscall (netbsd-arm64), const MAP_FILE = 0 +pkg syscall (netbsd-arm64), const MAP_FILE ideal-int +pkg syscall (netbsd-arm64), const MAP_FIXED = 16 +pkg syscall (netbsd-arm64), const MAP_FIXED ideal-int +pkg syscall (netbsd-arm64), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-arm64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-arm64), const MAP_INHERIT = 128 +pkg syscall (netbsd-arm64), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-arm64), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-arm64), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-arm64), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-arm64), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-arm64), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-arm64), const MAP_INHERIT ideal-int +pkg syscall (netbsd-arm64), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-arm64), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-arm64), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-arm64), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-arm64), const MAP_NORESERVE = 64 +pkg syscall (netbsd-arm64), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-arm64), const MAP_PRIVATE = 2 +pkg syscall (netbsd-arm64), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-arm64), const MAP_RENAME = 32 +pkg syscall (netbsd-arm64), const MAP_RENAME ideal-int +pkg syscall (netbsd-arm64), const MAP_SHARED = 1 +pkg syscall (netbsd-arm64), const MAP_SHARED ideal-int +pkg syscall (netbsd-arm64), const MAP_STACK = 8192 +pkg syscall (netbsd-arm64), const MAP_STACK ideal-int +pkg syscall (netbsd-arm64), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-arm64), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-arm64), const MAP_WIRED = 2048 +pkg syscall (netbsd-arm64), const MAP_WIRED ideal-int +pkg syscall (netbsd-arm64), const MCL_CURRENT = 1 +pkg syscall (netbsd-arm64), const MCL_CURRENT ideal-int +pkg syscall (netbsd-arm64), const MCL_FUTURE = 2 +pkg syscall (netbsd-arm64), const MCL_FUTURE ideal-int +pkg syscall (netbsd-arm64), const MS_ASYNC = 1 +pkg syscall (netbsd-arm64), const MS_ASYNC ideal-int +pkg syscall (netbsd-arm64), const MSG_BCAST = 256 +pkg syscall (netbsd-arm64), const MSG_BCAST ideal-int +pkg syscall (netbsd-arm64), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (netbsd-arm64), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-arm64), const MSG_CONTROLMBUF = 33554432 +pkg syscall (netbsd-arm64), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-arm64), const MSG_CTRUNC = 32 +pkg syscall (netbsd-arm64), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-arm64), const MSG_DONTROUTE = 4 +pkg syscall (netbsd-arm64), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-arm64), const MSG_DONTWAIT = 128 +pkg syscall (netbsd-arm64), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-arm64), const MSG_EOR = 8 +pkg syscall (netbsd-arm64), const MSG_EOR ideal-int +pkg syscall (netbsd-arm64), const MSG_IOVUSRSPACE = 67108864 +pkg syscall (netbsd-arm64), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-arm64), const MSG_LENUSRSPACE = 134217728 +pkg syscall (netbsd-arm64), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-arm64), const MSG_MCAST = 512 +pkg syscall (netbsd-arm64), const MSG_MCAST ideal-int +pkg syscall (netbsd-arm64), const MSG_NAMEMBUF = 16777216 +pkg syscall (netbsd-arm64), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-arm64), const MSG_NBIO = 4096 +pkg syscall (netbsd-arm64), const MSG_NBIO ideal-int +pkg syscall (netbsd-arm64), const MSG_NOSIGNAL = 1024 +pkg syscall (netbsd-arm64), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-arm64), const MSG_OOB = 1 +pkg syscall (netbsd-arm64), const MSG_OOB ideal-int +pkg syscall (netbsd-arm64), const MSG_PEEK = 2 +pkg syscall (netbsd-arm64), const MSG_PEEK ideal-int +pkg syscall (netbsd-arm64), const MSG_TRUNC = 16 +pkg syscall (netbsd-arm64), const MSG_TRUNC ideal-int +pkg syscall (netbsd-arm64), const MSG_USERFLAGS = 16777215 +pkg syscall (netbsd-arm64), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-arm64), const MSG_WAITALL = 64 +pkg syscall (netbsd-arm64), const MSG_WAITALL ideal-int +pkg syscall (netbsd-arm64), const MS_INVALIDATE = 2 +pkg syscall (netbsd-arm64), const MS_INVALIDATE ideal-int +pkg syscall (netbsd-arm64), const MS_SYNC = 4 +pkg syscall (netbsd-arm64), const MS_SYNC ideal-int +pkg syscall (netbsd-arm64), const NAME_MAX = 511 +pkg syscall (netbsd-arm64), const NAME_MAX ideal-int +pkg syscall (netbsd-arm64), const NET_RT_DUMP = 1 +pkg syscall (netbsd-arm64), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-arm64), const NET_RT_FLAGS = 2 +pkg syscall (netbsd-arm64), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-arm64), const NET_RT_IFLIST = 5 +pkg syscall (netbsd-arm64), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-arm64), const NET_RT_MAXID = 6 +pkg syscall (netbsd-arm64), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-arm64), const NET_RT_OIFLIST = 4 +pkg syscall (netbsd-arm64), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-arm64), const NET_RT_OOIFLIST = 3 +pkg syscall (netbsd-arm64), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-arm64), const NOFLSH = 2147483648 +pkg syscall (netbsd-arm64), const NOFLSH ideal-int +pkg syscall (netbsd-arm64), const NOTE_ATTRIB = 8 +pkg syscall (netbsd-arm64), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-arm64), const NOTE_CHILD = 4 +pkg syscall (netbsd-arm64), const NOTE_CHILD ideal-int +pkg syscall (netbsd-arm64), const NOTE_DELETE = 1 +pkg syscall (netbsd-arm64), const NOTE_DELETE ideal-int +pkg syscall (netbsd-arm64), const NOTE_EXEC = 536870912 +pkg syscall (netbsd-arm64), const NOTE_EXEC ideal-int +pkg syscall (netbsd-arm64), const NOTE_EXIT = 2147483648 +pkg syscall (netbsd-arm64), const NOTE_EXIT ideal-int +pkg syscall (netbsd-arm64), const NOTE_EXTEND = 4 +pkg syscall (netbsd-arm64), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-arm64), const NOTE_FORK = 1073741824 +pkg syscall (netbsd-arm64), const NOTE_FORK ideal-int +pkg syscall (netbsd-arm64), const NOTE_LINK = 16 +pkg syscall (netbsd-arm64), const NOTE_LINK ideal-int +pkg syscall (netbsd-arm64), const NOTE_LOWAT = 1 +pkg syscall (netbsd-arm64), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-arm64), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (netbsd-arm64), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-arm64), const NOTE_PDATAMASK = 1048575 +pkg syscall (netbsd-arm64), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-arm64), const NOTE_RENAME = 32 +pkg syscall (netbsd-arm64), const NOTE_RENAME ideal-int +pkg syscall (netbsd-arm64), const NOTE_REVOKE = 64 +pkg syscall (netbsd-arm64), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-arm64), const NOTE_TRACK = 1 +pkg syscall (netbsd-arm64), const NOTE_TRACKERR = 2 +pkg syscall (netbsd-arm64), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-arm64), const NOTE_TRACK ideal-int +pkg syscall (netbsd-arm64), const NOTE_WRITE = 2 +pkg syscall (netbsd-arm64), const NOTE_WRITE ideal-int +pkg syscall (netbsd-arm64), const O_ACCMODE = 3 +pkg syscall (netbsd-arm64), const O_ACCMODE ideal-int +pkg syscall (netbsd-arm64), const O_ALT_IO = 262144 +pkg syscall (netbsd-arm64), const O_ALT_IO ideal-int +pkg syscall (netbsd-arm64), const O_APPEND = 8 +pkg syscall (netbsd-arm64), const O_ASYNC = 64 +pkg syscall (netbsd-arm64), const O_CLOEXEC = 4194304 +pkg syscall (netbsd-arm64), const O_CREAT = 512 +pkg syscall (netbsd-arm64), const OCRNL = 16 +pkg syscall (netbsd-arm64), const OCRNL ideal-int +pkg syscall (netbsd-arm64), const O_DIRECT = 524288 +pkg syscall (netbsd-arm64), const O_DIRECT ideal-int +pkg syscall (netbsd-arm64), const O_DIRECTORY = 2097152 +pkg syscall (netbsd-arm64), const O_DIRECTORY ideal-int +pkg syscall (netbsd-arm64), const O_DSYNC = 65536 +pkg syscall (netbsd-arm64), const O_DSYNC ideal-int +pkg syscall (netbsd-arm64), const O_EXCL = 2048 +pkg syscall (netbsd-arm64), const O_EXLOCK = 32 +pkg syscall (netbsd-arm64), const O_EXLOCK ideal-int +pkg syscall (netbsd-arm64), const OFIOGETBMAP = 3221513850 +pkg syscall (netbsd-arm64), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-arm64), const O_FSYNC = 128 +pkg syscall (netbsd-arm64), const O_FSYNC ideal-int +pkg syscall (netbsd-arm64), const O_NDELAY = 4 +pkg syscall (netbsd-arm64), const O_NDELAY ideal-int +pkg syscall (netbsd-arm64), const ONLCR = 2 +pkg syscall (netbsd-arm64), const ONLCR ideal-int +pkg syscall (netbsd-arm64), const ONLRET = 64 +pkg syscall (netbsd-arm64), const ONLRET ideal-int +pkg syscall (netbsd-arm64), const ONOCR = 32 +pkg syscall (netbsd-arm64), const ONOCR ideal-int +pkg syscall (netbsd-arm64), const O_NOCTTY = 32768 +pkg syscall (netbsd-arm64), const ONOEOT = 8 +pkg syscall (netbsd-arm64), const ONOEOT ideal-int +pkg syscall (netbsd-arm64), const O_NOFOLLOW = 256 +pkg syscall (netbsd-arm64), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-arm64), const O_NONBLOCK = 4 +pkg syscall (netbsd-arm64), const O_NOSIGPIPE = 16777216 +pkg syscall (netbsd-arm64), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm64), const OPOST = 1 +pkg syscall (netbsd-arm64), const OPOST ideal-int +pkg syscall (netbsd-arm64), const O_RSYNC = 131072 +pkg syscall (netbsd-arm64), const O_RSYNC ideal-int +pkg syscall (netbsd-arm64), const O_SHLOCK = 16 +pkg syscall (netbsd-arm64), const O_SHLOCK ideal-int +pkg syscall (netbsd-arm64), const O_SYNC = 128 +pkg syscall (netbsd-arm64), const O_TRUNC = 1024 +pkg syscall (netbsd-arm64), const PARENB = 4096 +pkg syscall (netbsd-arm64), const PARENB ideal-int +pkg syscall (netbsd-arm64), const PARMRK = 8 +pkg syscall (netbsd-arm64), const PARMRK ideal-int +pkg syscall (netbsd-arm64), const PARODD = 8192 +pkg syscall (netbsd-arm64), const PARODD ideal-int +pkg syscall (netbsd-arm64), const PENDIN = 536870912 +pkg syscall (netbsd-arm64), const PENDIN ideal-int +pkg syscall (netbsd-arm64), const PRI_IOFLUSH = 124 +pkg syscall (netbsd-arm64), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-arm64), const PRIO_PGRP = 1 +pkg syscall (netbsd-arm64), const PRIO_PGRP ideal-int +pkg syscall (netbsd-arm64), const PRIO_PROCESS = 0 +pkg syscall (netbsd-arm64), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-arm64), const PRIO_USER = 2 +pkg syscall (netbsd-arm64), const PRIO_USER ideal-int +pkg syscall (netbsd-arm64), const PROT_EXEC = 4 +pkg syscall (netbsd-arm64), const PROT_EXEC ideal-int +pkg syscall (netbsd-arm64), const PROT_NONE = 0 +pkg syscall (netbsd-arm64), const PROT_NONE ideal-int +pkg syscall (netbsd-arm64), const PROT_READ = 1 +pkg syscall (netbsd-arm64), const PROT_READ ideal-int +pkg syscall (netbsd-arm64), const PROT_WRITE = 2 +pkg syscall (netbsd-arm64), const PROT_WRITE ideal-int +pkg syscall (netbsd-arm64), const PTRACE_CONT = 7 +pkg syscall (netbsd-arm64), const PTRACE_CONT ideal-int +pkg syscall (netbsd-arm64), const PTRACE_KILL = 8 +pkg syscall (netbsd-arm64), const PTRACE_KILL ideal-int +pkg syscall (netbsd-arm64), const PTRACE_TRACEME = 0 +pkg syscall (netbsd-arm64), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-arm64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (netbsd-arm64), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_AS = 10 +pkg syscall (netbsd-arm64), const RLIMIT_AS ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_CORE = 4 +pkg syscall (netbsd-arm64), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_CPU = 0 +pkg syscall (netbsd-arm64), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_DATA = 2 +pkg syscall (netbsd-arm64), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_FSIZE = 1 +pkg syscall (netbsd-arm64), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_NOFILE = 8 +pkg syscall (netbsd-arm64), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-arm64), const RLIMIT_STACK = 3 +pkg syscall (netbsd-arm64), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-arm64), const RTA_AUTHOR = 64 +pkg syscall (netbsd-arm64), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-arm64), const RTA_BRD = 128 +pkg syscall (netbsd-arm64), const RTA_BRD ideal-int +pkg syscall (netbsd-arm64), const RTA_DST = 1 +pkg syscall (netbsd-arm64), const RTA_DST ideal-int +pkg syscall (netbsd-arm64), const RTA_GATEWAY = 2 +pkg syscall (netbsd-arm64), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-arm64), const RTA_GENMASK = 8 +pkg syscall (netbsd-arm64), const RTA_GENMASK ideal-int +pkg syscall (netbsd-arm64), const RTA_IFA = 32 +pkg syscall (netbsd-arm64), const RTA_IFA ideal-int +pkg syscall (netbsd-arm64), const RTA_IFP = 16 +pkg syscall (netbsd-arm64), const RTA_IFP ideal-int +pkg syscall (netbsd-arm64), const RTA_NETMASK = 4 +pkg syscall (netbsd-arm64), const RTA_NETMASK ideal-int +pkg syscall (netbsd-arm64), const RTA_TAG = 256 +pkg syscall (netbsd-arm64), const RTA_TAG ideal-int +pkg syscall (netbsd-arm64), const RTAX_AUTHOR = 6 +pkg syscall (netbsd-arm64), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-arm64), const RTAX_BRD = 7 +pkg syscall (netbsd-arm64), const RTAX_BRD ideal-int +pkg syscall (netbsd-arm64), const RTAX_DST = 0 +pkg syscall (netbsd-arm64), const RTAX_DST ideal-int +pkg syscall (netbsd-arm64), const RTAX_GATEWAY = 1 +pkg syscall (netbsd-arm64), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-arm64), const RTAX_GENMASK = 3 +pkg syscall (netbsd-arm64), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-arm64), const RTAX_IFA = 5 +pkg syscall (netbsd-arm64), const RTAX_IFA ideal-int +pkg syscall (netbsd-arm64), const RTAX_IFP = 4 +pkg syscall (netbsd-arm64), const RTAX_IFP ideal-int +pkg syscall (netbsd-arm64), const RTAX_MAX = 9 +pkg syscall (netbsd-arm64), const RTAX_MAX ideal-int +pkg syscall (netbsd-arm64), const RTAX_NETMASK = 2 +pkg syscall (netbsd-arm64), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-arm64), const RTAX_TAG = 8 +pkg syscall (netbsd-arm64), const RTAX_TAG ideal-int +pkg syscall (netbsd-arm64), const RTF_ANNOUNCE = 131072 +pkg syscall (netbsd-arm64), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-arm64), const RTF_BLACKHOLE = 4096 +pkg syscall (netbsd-arm64), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-arm64), const RTF_CLONED = 8192 +pkg syscall (netbsd-arm64), const RTF_CLONED ideal-int +pkg syscall (netbsd-arm64), const RTF_CLONING = 256 +pkg syscall (netbsd-arm64), const RTF_CLONING ideal-int +pkg syscall (netbsd-arm64), const RTF_DONE = 64 +pkg syscall (netbsd-arm64), const RTF_DONE ideal-int +pkg syscall (netbsd-arm64), const RTF_DYNAMIC = 16 +pkg syscall (netbsd-arm64), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-arm64), const RTF_GATEWAY = 2 +pkg syscall (netbsd-arm64), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-arm64), const RTF_HOST = 4 +pkg syscall (netbsd-arm64), const RTF_HOST ideal-int +pkg syscall (netbsd-arm64), const RTF_LLINFO = 1024 +pkg syscall (netbsd-arm64), const RTF_LLINFO ideal-int +pkg syscall (netbsd-arm64), const RTF_MASK = 128 +pkg syscall (netbsd-arm64), const RTF_MASK ideal-int +pkg syscall (netbsd-arm64), const RTF_MODIFIED = 32 +pkg syscall (netbsd-arm64), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-arm64), const RTF_PROTO1 = 32768 +pkg syscall (netbsd-arm64), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-arm64), const RTF_PROTO2 = 16384 +pkg syscall (netbsd-arm64), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-arm64), const RTF_REJECT = 8 +pkg syscall (netbsd-arm64), const RTF_REJECT ideal-int +pkg syscall (netbsd-arm64), const RTF_SRC = 65536 +pkg syscall (netbsd-arm64), const RTF_SRC ideal-int +pkg syscall (netbsd-arm64), const RTF_STATIC = 2048 +pkg syscall (netbsd-arm64), const RTF_STATIC ideal-int +pkg syscall (netbsd-arm64), const RTF_UP = 1 +pkg syscall (netbsd-arm64), const RTF_UP ideal-int +pkg syscall (netbsd-arm64), const RTF_XRESOLVE = 512 +pkg syscall (netbsd-arm64), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-arm64), const RTM_ADD = 1 +pkg syscall (netbsd-arm64), const RTM_ADD ideal-int +pkg syscall (netbsd-arm64), const RTM_CHANGE = 3 +pkg syscall (netbsd-arm64), const RTM_CHANGE ideal-int +pkg syscall (netbsd-arm64), const RTM_CHGADDR = 21 +pkg syscall (netbsd-arm64), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-arm64), const RTM_DELADDR = 13 +pkg syscall (netbsd-arm64), const RTM_DELADDR ideal-int +pkg syscall (netbsd-arm64), const RTM_DELETE = 2 +pkg syscall (netbsd-arm64), const RTM_DELETE ideal-int +pkg syscall (netbsd-arm64), const RTM_GET = 4 +pkg syscall (netbsd-arm64), const RTM_GET ideal-int +pkg syscall (netbsd-arm64), const RTM_IEEE80211 = 17 +pkg syscall (netbsd-arm64), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-arm64), const RTM_IFANNOUNCE = 16 +pkg syscall (netbsd-arm64), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-arm64), const RTM_IFINFO = 20 +pkg syscall (netbsd-arm64), const RTM_IFINFO ideal-int +pkg syscall (netbsd-arm64), const RTM_LLINFO_UPD = 19 +pkg syscall (netbsd-arm64), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-arm64), const RTM_LOCK = 8 +pkg syscall (netbsd-arm64), const RTM_LOCK ideal-int +pkg syscall (netbsd-arm64), const RTM_LOSING = 5 +pkg syscall (netbsd-arm64), const RTM_LOSING ideal-int +pkg syscall (netbsd-arm64), const RTM_MISS = 7 +pkg syscall (netbsd-arm64), const RTM_MISS ideal-int +pkg syscall (netbsd-arm64), const RTM_NEWADDR = 12 +pkg syscall (netbsd-arm64), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-arm64), const RTM_OIFINFO = 15 +pkg syscall (netbsd-arm64), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-arm64), const RTM_OLDADD = 9 +pkg syscall (netbsd-arm64), const RTM_OLDADD ideal-int +pkg syscall (netbsd-arm64), const RTM_OLDDEL = 10 +pkg syscall (netbsd-arm64), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-arm64), const RTM_OOIFINFO = 14 +pkg syscall (netbsd-arm64), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-arm64), const RTM_REDIRECT = 6 +pkg syscall (netbsd-arm64), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-arm64), const RTM_RESOLVE = 11 +pkg syscall (netbsd-arm64), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-arm64), const RTM_RTTUNIT = 1000000 +pkg syscall (netbsd-arm64), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-arm64), const RTM_SETGATE = 18 +pkg syscall (netbsd-arm64), const RTM_SETGATE ideal-int +pkg syscall (netbsd-arm64), const RTM_VERSION = 4 +pkg syscall (netbsd-arm64), const RTM_VERSION ideal-int +pkg syscall (netbsd-arm64), const RTV_EXPIRE = 4 +pkg syscall (netbsd-arm64), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-arm64), const RTV_HOPCOUNT = 2 +pkg syscall (netbsd-arm64), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-arm64), const RTV_MTU = 1 +pkg syscall (netbsd-arm64), const RTV_MTU ideal-int +pkg syscall (netbsd-arm64), const RTV_RPIPE = 8 +pkg syscall (netbsd-arm64), const RTV_RPIPE ideal-int +pkg syscall (netbsd-arm64), const RTV_RTT = 64 +pkg syscall (netbsd-arm64), const RTV_RTT ideal-int +pkg syscall (netbsd-arm64), const RTV_RTTVAR = 128 +pkg syscall (netbsd-arm64), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-arm64), const RTV_SPIPE = 16 +pkg syscall (netbsd-arm64), const RTV_SPIPE ideal-int +pkg syscall (netbsd-arm64), const RTV_SSTHRESH = 32 +pkg syscall (netbsd-arm64), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-arm64), const RUSAGE_CHILDREN = -1 +pkg syscall (netbsd-arm64), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-arm64), const RUSAGE_SELF = 0 +pkg syscall (netbsd-arm64), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-arm64), const S_ARCH1 = 65536 +pkg syscall (netbsd-arm64), const S_ARCH1 ideal-int +pkg syscall (netbsd-arm64), const S_ARCH2 = 131072 +pkg syscall (netbsd-arm64), const S_ARCH2 ideal-int +pkg syscall (netbsd-arm64), const S_BLKSIZE = 512 +pkg syscall (netbsd-arm64), const S_BLKSIZE ideal-int +pkg syscall (netbsd-arm64), const SCM_CREDS = 4 +pkg syscall (netbsd-arm64), const SCM_CREDS ideal-int +pkg syscall (netbsd-arm64), const SCM_RIGHTS = 1 +pkg syscall (netbsd-arm64), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-arm64), const SCM_TIMESTAMP = 8 +pkg syscall (netbsd-arm64), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-arm64), const S_IEXEC = 64 +pkg syscall (netbsd-arm64), const S_IEXEC ideal-int +pkg syscall (netbsd-arm64), const S_IFMT = 61440 +pkg syscall (netbsd-arm64), const S_IFWHT = 57344 +pkg syscall (netbsd-arm64), const S_IFWHT ideal-int +pkg syscall (netbsd-arm64), const SIGBUS = 10 +pkg syscall (netbsd-arm64), const SIGCHLD = 20 +pkg syscall (netbsd-arm64), const SIGCHLD Signal +pkg syscall (netbsd-arm64), const SIGCONT = 19 +pkg syscall (netbsd-arm64), const SIGCONT Signal +pkg syscall (netbsd-arm64), const SIGEMT = 7 +pkg syscall (netbsd-arm64), const SIGEMT Signal +pkg syscall (netbsd-arm64), const SIGINFO = 29 +pkg syscall (netbsd-arm64), const SIGINFO Signal +pkg syscall (netbsd-arm64), const SIGIO = 23 +pkg syscall (netbsd-arm64), const SIGIO Signal +pkg syscall (netbsd-arm64), const SIGIOT = 6 +pkg syscall (netbsd-arm64), const SIGIOT Signal +pkg syscall (netbsd-arm64), const SIGPROF = 27 +pkg syscall (netbsd-arm64), const SIGPROF Signal +pkg syscall (netbsd-arm64), const SIGPWR = 32 +pkg syscall (netbsd-arm64), const SIGPWR Signal +pkg syscall (netbsd-arm64), const SIGSTOP = 17 +pkg syscall (netbsd-arm64), const SIGSTOP Signal +pkg syscall (netbsd-arm64), const SIGSYS = 12 +pkg syscall (netbsd-arm64), const SIGSYS Signal +pkg syscall (netbsd-arm64), const SIGTSTP = 18 +pkg syscall (netbsd-arm64), const SIGTSTP Signal +pkg syscall (netbsd-arm64), const SIGTTIN = 21 +pkg syscall (netbsd-arm64), const SIGTTIN Signal +pkg syscall (netbsd-arm64), const SIGTTOU = 22 +pkg syscall (netbsd-arm64), const SIGTTOU Signal +pkg syscall (netbsd-arm64), const SIGURG = 16 +pkg syscall (netbsd-arm64), const SIGURG Signal +pkg syscall (netbsd-arm64), const SIGUSR1 = 30 +pkg syscall (netbsd-arm64), const SIGUSR1 Signal +pkg syscall (netbsd-arm64), const SIGUSR2 = 31 +pkg syscall (netbsd-arm64), const SIGUSR2 Signal +pkg syscall (netbsd-arm64), const SIGVTALRM = 26 +pkg syscall (netbsd-arm64), const SIGVTALRM Signal +pkg syscall (netbsd-arm64), const SIGWINCH = 28 +pkg syscall (netbsd-arm64), const SIGWINCH Signal +pkg syscall (netbsd-arm64), const SIGXCPU = 24 +pkg syscall (netbsd-arm64), const SIGXCPU Signal +pkg syscall (netbsd-arm64), const SIGXFSZ = 25 +pkg syscall (netbsd-arm64), const SIGXFSZ Signal +pkg syscall (netbsd-arm64), const SIOCADDMULTI = 2156947761 +pkg syscall (netbsd-arm64), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-arm64), const SIOCADDRT = 2151182858 +pkg syscall (netbsd-arm64), const SIOCADDRT ideal-int +pkg syscall (netbsd-arm64), const SIOCAIFADDR = 2151704858 +pkg syscall (netbsd-arm64), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCALIFADDR = 2165860636 +pkg syscall (netbsd-arm64), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCATMARK = 1074033415 +pkg syscall (netbsd-arm64), const SIOCATMARK ideal-int +pkg syscall (netbsd-arm64), const SIOCDELMULTI = 2156947762 +pkg syscall (netbsd-arm64), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-arm64), const SIOCDELRT = 2151182859 +pkg syscall (netbsd-arm64), const SIOCDELRT ideal-int +pkg syscall (netbsd-arm64), const SIOCDIFADDR = 2156947737 +pkg syscall (netbsd-arm64), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCDIFPHYADDR = 2156947785 +pkg syscall (netbsd-arm64), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCDLIFADDR = 2165860638 +pkg syscall (netbsd-arm64), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGDRVSPEC = 3223873915 +pkg syscall (netbsd-arm64), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-arm64), const SIOCGETPFSYNC = 3230689784 +pkg syscall (netbsd-arm64), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-arm64), const SIOCGETSGCNT = 3223352628 +pkg syscall (netbsd-arm64), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-arm64), const SIOCGETVIFCNT = 3223876915 +pkg syscall (netbsd-arm64), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-arm64), const SIOCGHIWAT = 1074033409 +pkg syscall (netbsd-arm64), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFADDR = 3230689569 +pkg syscall (netbsd-arm64), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFADDRPREF = 3231213856 +pkg syscall (netbsd-arm64), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFALIAS = 3225446683 +pkg syscall (netbsd-arm64), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFBRDADDR = 3230689571 +pkg syscall (netbsd-arm64), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFCAP = 3223349622 +pkg syscall (netbsd-arm64), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFCONF = 3222300966 +pkg syscall (netbsd-arm64), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFDATA = 3231213957 +pkg syscall (netbsd-arm64), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFDLT = 3230689655 +pkg syscall (netbsd-arm64), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFDSTADDR = 3230689570 +pkg syscall (netbsd-arm64), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFFLAGS = 3230689553 +pkg syscall (netbsd-arm64), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFGENERIC = 3230689594 +pkg syscall (netbsd-arm64), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFMEDIA = 3224398134 +pkg syscall (netbsd-arm64), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFMETRIC = 3230689559 +pkg syscall (netbsd-arm64), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFMTU = 3230689662 +pkg syscall (netbsd-arm64), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFNETMASK = 3230689573 +pkg syscall (netbsd-arm64), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFPDSTADDR = 3230689608 +pkg syscall (netbsd-arm64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGIFPSRCADDR = 3230689607 +pkg syscall (netbsd-arm64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGLIFADDR = 3239602461 +pkg syscall (netbsd-arm64), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (netbsd-arm64), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCGLINKSTR = 3223873927 +pkg syscall (netbsd-arm64), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-arm64), const SIOCGLOWAT = 1074033411 +pkg syscall (netbsd-arm64), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-arm64), const SIOCGPGRP = 1074033417 +pkg syscall (netbsd-arm64), const SIOCGPGRP ideal-int +pkg syscall (netbsd-arm64), const SIOCGVH = 3230689667 +pkg syscall (netbsd-arm64), const SIOCGVH ideal-int +pkg syscall (netbsd-arm64), const SIOCIFCREATE = 2156947834 +pkg syscall (netbsd-arm64), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-arm64), const SIOCIFDESTROY = 2156947833 +pkg syscall (netbsd-arm64), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-arm64), const SIOCIFGCLONERS = 3222301048 +pkg syscall (netbsd-arm64), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-arm64), const SIOCINITIFADDR = 3228592516 +pkg syscall (netbsd-arm64), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCSDRVSPEC = 2150132091 +pkg syscall (netbsd-arm64), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-arm64), const SIOCSETPFSYNC = 2156947959 +pkg syscall (netbsd-arm64), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-arm64), const SIOCSHIWAT = 2147775232 +pkg syscall (netbsd-arm64), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFADDR = 2156947724 +pkg syscall (netbsd-arm64), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFADDRPREF = 2157472031 +pkg syscall (netbsd-arm64), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFBRDADDR = 2156947731 +pkg syscall (netbsd-arm64), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFCAP = 2149607797 +pkg syscall (netbsd-arm64), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFDSTADDR = 2156947726 +pkg syscall (netbsd-arm64), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFFLAGS = 2156947728 +pkg syscall (netbsd-arm64), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFGENERIC = 2156947769 +pkg syscall (netbsd-arm64), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFMEDIA = 3230689589 +pkg syscall (netbsd-arm64), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFMETRIC = 2156947736 +pkg syscall (netbsd-arm64), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFMTU = 2156947839 +pkg syscall (netbsd-arm64), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFNETMASK = 2156947734 +pkg syscall (netbsd-arm64), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-arm64), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (netbsd-arm64), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (netbsd-arm64), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-arm64), const SIOCSLINKSTR = 2150132104 +pkg syscall (netbsd-arm64), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-arm64), const SIOCSLOWAT = 2147775234 +pkg syscall (netbsd-arm64), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-arm64), const SIOCSPGRP = 2147775240 +pkg syscall (netbsd-arm64), const SIOCSPGRP ideal-int +pkg syscall (netbsd-arm64), const SIOCSVH = 3230689666 +pkg syscall (netbsd-arm64), const SIOCSVH ideal-int +pkg syscall (netbsd-arm64), const SIOCZIFDATA = 3231213958 +pkg syscall (netbsd-arm64), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-arm64), const S_IREAD = 256 +pkg syscall (netbsd-arm64), const S_IREAD ideal-int +pkg syscall (netbsd-arm64), const S_IRGRP = 32 +pkg syscall (netbsd-arm64), const S_IRGRP ideal-int +pkg syscall (netbsd-arm64), const S_IROTH = 4 +pkg syscall (netbsd-arm64), const S_IROTH ideal-int +pkg syscall (netbsd-arm64), const S_IRWXG = 56 +pkg syscall (netbsd-arm64), const S_IRWXG ideal-int +pkg syscall (netbsd-arm64), const S_IRWXO = 7 +pkg syscall (netbsd-arm64), const S_IRWXO ideal-int +pkg syscall (netbsd-arm64), const S_IRWXU = 448 +pkg syscall (netbsd-arm64), const S_IRWXU ideal-int +pkg syscall (netbsd-arm64), const S_ISTXT = 512 +pkg syscall (netbsd-arm64), const S_ISTXT ideal-int +pkg syscall (netbsd-arm64), const S_IWGRP = 16 +pkg syscall (netbsd-arm64), const S_IWGRP ideal-int +pkg syscall (netbsd-arm64), const S_IWOTH = 2 +pkg syscall (netbsd-arm64), const S_IWOTH ideal-int +pkg syscall (netbsd-arm64), const S_IWRITE = 128 +pkg syscall (netbsd-arm64), const S_IWRITE ideal-int +pkg syscall (netbsd-arm64), const S_IXGRP = 8 +pkg syscall (netbsd-arm64), const S_IXGRP ideal-int +pkg syscall (netbsd-arm64), const S_IXOTH = 1 +pkg syscall (netbsd-arm64), const S_IXOTH ideal-int +pkg syscall (netbsd-arm64), const SizeofBpfHdr = 32 +pkg syscall (netbsd-arm64), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-arm64), const SizeofBpfInsn = 8 +pkg syscall (netbsd-arm64), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-arm64), const SizeofBpfProgram = 16 +pkg syscall (netbsd-arm64), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-arm64), const SizeofBpfStat = 128 +pkg syscall (netbsd-arm64), const SizeofBpfStat ideal-int +pkg syscall (netbsd-arm64), const SizeofBpfVersion = 4 +pkg syscall (netbsd-arm64), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-arm64), const SizeofCmsghdr = 12 +pkg syscall (netbsd-arm64), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-arm64), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-arm64), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-arm64), const SizeofIfaMsghdr = 24 +pkg syscall (netbsd-arm64), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-arm64), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (netbsd-arm64), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-arm64), const SizeofIfData = 136 +pkg syscall (netbsd-arm64), const SizeofIfData ideal-int +pkg syscall (netbsd-arm64), const SizeofIfMsghdr = 152 +pkg syscall (netbsd-arm64), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-arm64), const SizeofInet6Pktinfo = 20 +pkg syscall (netbsd-arm64), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-arm64), const SizeofIPMreq = 8 +pkg syscall (netbsd-arm64), const SizeofIPMreq ideal-int +pkg syscall (netbsd-arm64), const SizeofIPv6Mreq = 20 +pkg syscall (netbsd-arm64), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-arm64), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-arm64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-arm64), const SizeofLinger = 8 +pkg syscall (netbsd-arm64), const SizeofLinger ideal-int +pkg syscall (netbsd-arm64), const SizeofMsghdr = 48 +pkg syscall (netbsd-arm64), const SizeofMsghdr ideal-int +pkg syscall (netbsd-arm64), const SizeofRtMetrics = 80 +pkg syscall (netbsd-arm64), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-arm64), const SizeofRtMsghdr = 120 +pkg syscall (netbsd-arm64), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-arm64), const SizeofSockaddrAny = 108 +pkg syscall (netbsd-arm64), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-arm64), const SizeofSockaddrDatalink = 20 +pkg syscall (netbsd-arm64), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-arm64), const SizeofSockaddrInet4 = 16 +pkg syscall (netbsd-arm64), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-arm64), const SizeofSockaddrInet6 = 28 +pkg syscall (netbsd-arm64), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-arm64), const SizeofSockaddrUnix = 106 +pkg syscall (netbsd-arm64), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-arm64), const S_LOGIN_SET = 1 +pkg syscall (netbsd-arm64), const S_LOGIN_SET ideal-int +pkg syscall (netbsd-arm64), const SO_ACCEPTCONN = 2 +pkg syscall (netbsd-arm64), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-arm64), const SO_ACCEPTFILTER = 4096 +pkg syscall (netbsd-arm64), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-arm64), const SO_BROADCAST = 32 +pkg syscall (netbsd-arm64), const SOCK_CLOEXEC = 268435456 +pkg syscall (netbsd-arm64), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-arm64), const SOCK_FLAGS_MASK = 4026531840 +pkg syscall (netbsd-arm64), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-arm64), const SOCK_NONBLOCK = 536870912 +pkg syscall (netbsd-arm64), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-arm64), const SOCK_NOSIGPIPE = 1073741824 +pkg syscall (netbsd-arm64), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm64), const SOCK_RDM = 4 +pkg syscall (netbsd-arm64), const SOCK_RDM ideal-int +pkg syscall (netbsd-arm64), const SO_DEBUG = 1 +pkg syscall (netbsd-arm64), const SO_DEBUG ideal-int +pkg syscall (netbsd-arm64), const SO_DONTROUTE = 16 +pkg syscall (netbsd-arm64), const SO_ERROR = 4103 +pkg syscall (netbsd-arm64), const SO_ERROR ideal-int +pkg syscall (netbsd-arm64), const SO_KEEPALIVE = 8 +pkg syscall (netbsd-arm64), const SO_LINGER = 128 +pkg syscall (netbsd-arm64), const SOL_SOCKET = 65535 +pkg syscall (netbsd-arm64), const SOMAXCONN = 128 +pkg syscall (netbsd-arm64), const SO_NOHEADER = 4106 +pkg syscall (netbsd-arm64), const SO_NOHEADER ideal-int +pkg syscall (netbsd-arm64), const SO_NOSIGPIPE = 2048 +pkg syscall (netbsd-arm64), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm64), const SO_OOBINLINE = 256 +pkg syscall (netbsd-arm64), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-arm64), const SO_OVERFLOWED = 4105 +pkg syscall (netbsd-arm64), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-arm64), const SO_RCVBUF = 4098 +pkg syscall (netbsd-arm64), const SO_RCVLOWAT = 4100 +pkg syscall (netbsd-arm64), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-arm64), const SO_RCVTIMEO = 4108 +pkg syscall (netbsd-arm64), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-arm64), const SO_REUSEADDR = 4 +pkg syscall (netbsd-arm64), const SO_REUSEPORT = 512 +pkg syscall (netbsd-arm64), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-arm64), const SO_SNDBUF = 4097 +pkg syscall (netbsd-arm64), const SO_SNDLOWAT = 4099 +pkg syscall (netbsd-arm64), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-arm64), const SO_SNDTIMEO = 4107 +pkg syscall (netbsd-arm64), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-arm64), const SO_TIMESTAMP = 8192 +pkg syscall (netbsd-arm64), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-arm64), const SO_TYPE = 4104 +pkg syscall (netbsd-arm64), const SO_TYPE ideal-int +pkg syscall (netbsd-arm64), const SO_USELOOPBACK = 64 +pkg syscall (netbsd-arm64), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-arm64), const SYS_ACCEPT = 30 +pkg syscall (netbsd-arm64), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-arm64), const SYS_ACCESS = 33 +pkg syscall (netbsd-arm64), const SYS_ACCESS ideal-int +pkg syscall (netbsd-arm64), const SYS_ACCT = 51 +pkg syscall (netbsd-arm64), const SYS_ACCT ideal-int +pkg syscall (netbsd-arm64), const SYS_ADJTIME = 421 +pkg syscall (netbsd-arm64), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-arm64), const SYS_BIND = 104 +pkg syscall (netbsd-arm64), const SYS_BIND ideal-int +pkg syscall (netbsd-arm64), const SYS_BREAK = 17 +pkg syscall (netbsd-arm64), const SYS_BREAK ideal-int +pkg syscall (netbsd-arm64), const SYS_CHDIR = 12 +pkg syscall (netbsd-arm64), const SYS_CHDIR ideal-int +pkg syscall (netbsd-arm64), const SYS_CHFLAGS = 34 +pkg syscall (netbsd-arm64), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-arm64), const SYS_CHMOD = 15 +pkg syscall (netbsd-arm64), const SYS_CHMOD ideal-int +pkg syscall (netbsd-arm64), const SYS_CHOWN = 16 +pkg syscall (netbsd-arm64), const SYS_CHOWN ideal-int +pkg syscall (netbsd-arm64), const SYS_CHROOT = 61 +pkg syscall (netbsd-arm64), const SYS_CHROOT ideal-int +pkg syscall (netbsd-arm64), const SYS_CLOCK_GETRES = 429 +pkg syscall (netbsd-arm64), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-arm64), const SYS_CLOCK_GETTIME = 427 +pkg syscall (netbsd-arm64), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-arm64), const SYS_CLOCK_SETTIME = 428 +pkg syscall (netbsd-arm64), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-arm64), const SYS___CLONE = 287 +pkg syscall (netbsd-arm64), const SYS___CLONE ideal-int +pkg syscall (netbsd-arm64), const SYS_CLOSE = 6 +pkg syscall (netbsd-arm64), const SYS_CLOSE ideal-int +pkg syscall (netbsd-arm64), const SYS_CONNECT = 98 +pkg syscall (netbsd-arm64), const SYS_CONNECT ideal-int +pkg syscall (netbsd-arm64), const SYSCTL_VERS_0 = 0 +pkg syscall (netbsd-arm64), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-arm64), const SYSCTL_VERS_1 = 16777216 +pkg syscall (netbsd-arm64), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-arm64), const SYSCTL_VERSION = 16777216 +pkg syscall (netbsd-arm64), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-arm64), const SYSCTL_VERS_MASK = 4278190080 +pkg syscall (netbsd-arm64), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-arm64), const SYS_DUP2 = 90 +pkg syscall (netbsd-arm64), const SYS_DUP2 ideal-int +pkg syscall (netbsd-arm64), const SYS_DUP3 = 454 +pkg syscall (netbsd-arm64), const SYS_DUP3 ideal-int +pkg syscall (netbsd-arm64), const SYS_DUP = 41 +pkg syscall (netbsd-arm64), const SYS_DUP ideal-int +pkg syscall (netbsd-arm64), const SYS_EXECVE = 59 +pkg syscall (netbsd-arm64), const SYS_EXECVE ideal-int +pkg syscall (netbsd-arm64), const SYS_EXIT = 1 +pkg syscall (netbsd-arm64), const SYS_EXIT ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTRCTL = 360 +pkg syscall (netbsd-arm64), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_DELETE_FD = 366 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_DELETE_FILE = 363 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_DELETE_LINK = 369 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_GET_FD = 365 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_GET_FILE = 362 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_GET_LINK = 368 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_LIST_FD = 370 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_LIST_FILE = 371 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_LIST_LINK = 372 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_SET_FD = 364 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_SET_FILE = 361 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-arm64), const SYS_EXTATTR_SET_LINK = 367 +pkg syscall (netbsd-arm64), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-arm64), const SYS_FACCESSAT = 462 +pkg syscall (netbsd-arm64), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHDIR = 13 +pkg syscall (netbsd-arm64), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHFLAGS = 35 +pkg syscall (netbsd-arm64), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHMOD = 124 +pkg syscall (netbsd-arm64), const SYS_FCHMODAT = 463 +pkg syscall (netbsd-arm64), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHOWN = 123 +pkg syscall (netbsd-arm64), const SYS_FCHOWNAT = 464 +pkg syscall (netbsd-arm64), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-arm64), const SYS_FCHROOT = 297 +pkg syscall (netbsd-arm64), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-arm64), const SYS_FCNTL = 92 +pkg syscall (netbsd-arm64), const SYS_FCNTL ideal-int +pkg syscall (netbsd-arm64), const SYS_FDATASYNC = 241 +pkg syscall (netbsd-arm64), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-arm64), const SYS_FEXECVE = 465 +pkg syscall (netbsd-arm64), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-arm64), const SYS_FGETXATTR = 380 +pkg syscall (netbsd-arm64), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_FHSTAT = 451 +pkg syscall (netbsd-arm64), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-arm64), const SYS_FKTRACE = 288 +pkg syscall (netbsd-arm64), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-arm64), const SYS_FLISTXATTR = 383 +pkg syscall (netbsd-arm64), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_FLOCK = 131 +pkg syscall (netbsd-arm64), const SYS_FLOCK ideal-int +pkg syscall (netbsd-arm64), const SYS_FORK = 2 +pkg syscall (netbsd-arm64), const SYS_FORK ideal-int +pkg syscall (netbsd-arm64), const SYS_FPATHCONF = 192 +pkg syscall (netbsd-arm64), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-arm64), const SYS_FREMOVEXATTR = 386 +pkg syscall (netbsd-arm64), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_FSETXATTR = 377 +pkg syscall (netbsd-arm64), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_FSTAT = 440 +pkg syscall (netbsd-arm64), const SYS_FSTATAT = 466 +pkg syscall (netbsd-arm64), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-arm64), const SYS_FSTAT ideal-int +pkg syscall (netbsd-arm64), const SYS_FSTATVFS1 = 358 +pkg syscall (netbsd-arm64), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-arm64), const SYS_FSYNC = 95 +pkg syscall (netbsd-arm64), const SYS_FSYNC ideal-int +pkg syscall (netbsd-arm64), const SYS_FSYNC_RANGE = 354 +pkg syscall (netbsd-arm64), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-arm64), const SYS_FTRUNCATE = 201 +pkg syscall (netbsd-arm64), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-arm64), const SYS_FUTIMENS = 472 +pkg syscall (netbsd-arm64), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-arm64), const SYS_FUTIMES = 423 +pkg syscall (netbsd-arm64), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-arm64), const SYS_GETCONTEXT = 307 +pkg syscall (netbsd-arm64), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-arm64), const SYS___GETCWD = 296 +pkg syscall (netbsd-arm64), const SYS___GETCWD ideal-int +pkg syscall (netbsd-arm64), const SYS_GETDENTS = 390 +pkg syscall (netbsd-arm64), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-arm64), const SYS_GETEGID = 43 +pkg syscall (netbsd-arm64), const SYS_GETEGID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETEUID = 25 +pkg syscall (netbsd-arm64), const SYS_GETEUID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETFH = 395 +pkg syscall (netbsd-arm64), const SYS_GETFH ideal-int +pkg syscall (netbsd-arm64), const SYS_GETGID = 47 +pkg syscall (netbsd-arm64), const SYS_GETGID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETGROUPS = 79 +pkg syscall (netbsd-arm64), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-arm64), const SYS_GETITIMER = 426 +pkg syscall (netbsd-arm64), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-arm64), const SYS___GETLOGIN = 49 +pkg syscall (netbsd-arm64), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-arm64), const SYS_GETPEERNAME = 31 +pkg syscall (netbsd-arm64), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-arm64), const SYS_GETPGID = 207 +pkg syscall (netbsd-arm64), const SYS_GETPGID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETPGRP = 81 +pkg syscall (netbsd-arm64), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-arm64), const SYS_GETPID = 20 +pkg syscall (netbsd-arm64), const SYS_GETPID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETPPID = 39 +pkg syscall (netbsd-arm64), const SYS_GETPPID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETPRIORITY = 100 +pkg syscall (netbsd-arm64), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-arm64), const SYS_GETRLIMIT = 194 +pkg syscall (netbsd-arm64), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-arm64), const SYS_GETRUSAGE = 445 +pkg syscall (netbsd-arm64), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-arm64), const SYS_GETSID = 286 +pkg syscall (netbsd-arm64), const SYS_GETSID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETSOCKNAME = 32 +pkg syscall (netbsd-arm64), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-arm64), const SYS_GETSOCKOPT = 118 +pkg syscall (netbsd-arm64), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-arm64), const SYS_GETTIMEOFDAY = 418 +pkg syscall (netbsd-arm64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm64), const SYS_GETUID = 24 +pkg syscall (netbsd-arm64), const SYS_GETUID ideal-int +pkg syscall (netbsd-arm64), const SYS_GETVFSSTAT = 356 +pkg syscall (netbsd-arm64), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-arm64), const SYS_GETXATTR = 378 +pkg syscall (netbsd-arm64), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_IOCTL = 54 +pkg syscall (netbsd-arm64), const SYS_IOCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_ISSETUGID = 305 +pkg syscall (netbsd-arm64), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-arm64), const SYS_KEVENT = 435 +pkg syscall (netbsd-arm64), const SYS_KEVENT ideal-int +pkg syscall (netbsd-arm64), const SYS_KILL = 37 +pkg syscall (netbsd-arm64), const SYS_KILL ideal-int +pkg syscall (netbsd-arm64), const SYS_KQUEUE1 = 455 +pkg syscall (netbsd-arm64), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-arm64), const SYS_KQUEUE = 344 +pkg syscall (netbsd-arm64), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-arm64), const SYS_KTRACE = 45 +pkg syscall (netbsd-arm64), const SYS_KTRACE ideal-int +pkg syscall (netbsd-arm64), const SYS_LCHFLAGS = 304 +pkg syscall (netbsd-arm64), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-arm64), const SYS_LCHMOD = 274 +pkg syscall (netbsd-arm64), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-arm64), const SYS_LCHOWN = 275 +pkg syscall (netbsd-arm64), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-arm64), const SYS_LGETXATTR = 379 +pkg syscall (netbsd-arm64), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_LINK = 9 +pkg syscall (netbsd-arm64), const SYS_LINKAT = 457 +pkg syscall (netbsd-arm64), const SYS_LINKAT ideal-int +pkg syscall (netbsd-arm64), const SYS_LINK ideal-int +pkg syscall (netbsd-arm64), const SYS_LISTEN = 106 +pkg syscall (netbsd-arm64), const SYS_LISTEN ideal-int +pkg syscall (netbsd-arm64), const SYS_LISTXATTR = 381 +pkg syscall (netbsd-arm64), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_LLISTXATTR = 382 +pkg syscall (netbsd-arm64), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_LREMOVEXATTR = 385 +pkg syscall (netbsd-arm64), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_LSEEK = 199 +pkg syscall (netbsd-arm64), const SYS_LSEEK ideal-int +pkg syscall (netbsd-arm64), const SYS_LSETXATTR = 376 +pkg syscall (netbsd-arm64), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_LSTAT = 441 +pkg syscall (netbsd-arm64), const SYS_LSTAT ideal-int +pkg syscall (netbsd-arm64), const SYS_LUTIMES = 424 +pkg syscall (netbsd-arm64), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_CONTINUE = 314 +pkg syscall (netbsd-arm64), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_CREATE = 309 +pkg syscall (netbsd-arm64), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_CTL = 325 +pkg syscall (netbsd-arm64), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_DETACH = 319 +pkg syscall (netbsd-arm64), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_EXIT = 310 +pkg syscall (netbsd-arm64), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_GETNAME = 324 +pkg syscall (netbsd-arm64), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_GETPRIVATE = 316 +pkg syscall (netbsd-arm64), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_KILL = 318 +pkg syscall (netbsd-arm64), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_PARK = 434 +pkg syscall (netbsd-arm64), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_SELF = 311 +pkg syscall (netbsd-arm64), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_SETNAME = 323 +pkg syscall (netbsd-arm64), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_SETPRIVATE = 317 +pkg syscall (netbsd-arm64), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_SUSPEND = 313 +pkg syscall (netbsd-arm64), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_UNPARK = 321 +pkg syscall (netbsd-arm64), const SYS__LWP_UNPARK_ALL = 322 +pkg syscall (netbsd-arm64), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_WAIT = 312 +pkg syscall (netbsd-arm64), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-arm64), const SYS__LWP_WAKEUP = 315 +pkg syscall (netbsd-arm64), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-arm64), const SYS_MADVISE = 75 +pkg syscall (netbsd-arm64), const SYS_MADVISE ideal-int +pkg syscall (netbsd-arm64), const SYS_MINCORE = 78 +pkg syscall (netbsd-arm64), const SYS_MINCORE ideal-int +pkg syscall (netbsd-arm64), const SYS_MINHERIT = 273 +pkg syscall (netbsd-arm64), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-arm64), const SYS_MKDIR = 136 +pkg syscall (netbsd-arm64), const SYS_MKDIRAT = 461 +pkg syscall (netbsd-arm64), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-arm64), const SYS_MKDIR ideal-int +pkg syscall (netbsd-arm64), const SYS_MKFIFO = 132 +pkg syscall (netbsd-arm64), const SYS_MKFIFOAT = 459 +pkg syscall (netbsd-arm64), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-arm64), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-arm64), const SYS_MKNOD = 450 +pkg syscall (netbsd-arm64), const SYS_MKNODAT = 460 +pkg syscall (netbsd-arm64), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-arm64), const SYS_MKNOD ideal-int +pkg syscall (netbsd-arm64), const SYS_MLOCK = 203 +pkg syscall (netbsd-arm64), const SYS_MLOCKALL = 242 +pkg syscall (netbsd-arm64), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-arm64), const SYS_MLOCK ideal-int +pkg syscall (netbsd-arm64), const SYS_MMAP = 197 +pkg syscall (netbsd-arm64), const SYS_MMAP ideal-int +pkg syscall (netbsd-arm64), const SYS_MODCTL = 246 +pkg syscall (netbsd-arm64), const SYS_MODCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_MOUNT = 410 +pkg syscall (netbsd-arm64), const SYS_MOUNT ideal-int +pkg syscall (netbsd-arm64), const SYS_MPROTECT = 74 +pkg syscall (netbsd-arm64), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-arm64), const SYS_MREMAP = 411 +pkg syscall (netbsd-arm64), const SYS_MREMAP ideal-int +pkg syscall (netbsd-arm64), const SYS_MSGCTL = 444 +pkg syscall (netbsd-arm64), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_MSGGET = 225 +pkg syscall (netbsd-arm64), const SYS_MSGGET ideal-int +pkg syscall (netbsd-arm64), const SYS_MSGRCV = 227 +pkg syscall (netbsd-arm64), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-arm64), const SYS_MSGSND = 226 +pkg syscall (netbsd-arm64), const SYS_MSGSND ideal-int +pkg syscall (netbsd-arm64), const SYS_MUNLOCK = 204 +pkg syscall (netbsd-arm64), const SYS_MUNLOCKALL = 243 +pkg syscall (netbsd-arm64), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-arm64), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-arm64), const SYS_MUNMAP = 73 +pkg syscall (netbsd-arm64), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-arm64), const SYS_NANOSLEEP = 430 +pkg syscall (netbsd-arm64), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-arm64), const SYS_NTP_ADJTIME = 176 +pkg syscall (netbsd-arm64), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-arm64), const SYS_NTP_GETTIME = 448 +pkg syscall (netbsd-arm64), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-arm64), const SYS_OPEN = 5 +pkg syscall (netbsd-arm64), const SYS_OPENAT = 468 +pkg syscall (netbsd-arm64), const SYS_OPENAT ideal-int +pkg syscall (netbsd-arm64), const SYS_OPEN ideal-int +pkg syscall (netbsd-arm64), const SYS_PACCEPT = 456 +pkg syscall (netbsd-arm64), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-arm64), const SYS_PATHCONF = 191 +pkg syscall (netbsd-arm64), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-arm64), const SYS_PIPE2 = 453 +pkg syscall (netbsd-arm64), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-arm64), const SYS_PIPE = 42 +pkg syscall (netbsd-arm64), const SYS_PIPE ideal-int +pkg syscall (netbsd-arm64), const SYS_PMC_CONTROL = 342 +pkg syscall (netbsd-arm64), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-arm64), const SYS_PMC_GET_INFO = 341 +pkg syscall (netbsd-arm64), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-arm64), const SYS_POLL = 209 +pkg syscall (netbsd-arm64), const SYS_POLL ideal-int +pkg syscall (netbsd-arm64), const SYS_POLLTS = 437 +pkg syscall (netbsd-arm64), const SYS_POLLTS ideal-int +pkg syscall (netbsd-arm64), const SYS___POSIX_CHOWN = 283 +pkg syscall (netbsd-arm64), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-arm64), const SYS_POSIX_FADVISE = 416 +pkg syscall (netbsd-arm64), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-arm64), const SYS___POSIX_FCHOWN = 284 +pkg syscall (netbsd-arm64), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-arm64), const SYS___POSIX_LCHOWN = 285 +pkg syscall (netbsd-arm64), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-arm64), const SYS___POSIX_RENAME = 270 +pkg syscall (netbsd-arm64), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-arm64), const SYS_POSIX_SPAWN = 474 +pkg syscall (netbsd-arm64), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-arm64), const SYS_PREAD = 173 +pkg syscall (netbsd-arm64), const SYS_PREAD ideal-int +pkg syscall (netbsd-arm64), const SYS_PREADV = 289 +pkg syscall (netbsd-arm64), const SYS_PREADV ideal-int +pkg syscall (netbsd-arm64), const SYS_PROFIL = 44 +pkg syscall (netbsd-arm64), const SYS_PROFIL ideal-int +pkg syscall (netbsd-arm64), const SYS_PSELECT = 436 +pkg syscall (netbsd-arm64), const SYS_PSELECT ideal-int +pkg syscall (netbsd-arm64), const SYS_PSET_ASSIGN = 414 +pkg syscall (netbsd-arm64), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-arm64), const SYS__PSET_BIND = 415 +pkg syscall (netbsd-arm64), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-arm64), const SYS_PSET_CREATE = 412 +pkg syscall (netbsd-arm64), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-arm64), const SYS_PSET_DESTROY = 413 +pkg syscall (netbsd-arm64), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-arm64), const SYS_PTRACE = 26 +pkg syscall (netbsd-arm64), const SYS_PTRACE ideal-int +pkg syscall (netbsd-arm64), const SYS_PWRITE = 174 +pkg syscall (netbsd-arm64), const SYS_PWRITE ideal-int +pkg syscall (netbsd-arm64), const SYS_PWRITEV = 290 +pkg syscall (netbsd-arm64), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-arm64), const SYS___QUOTACTL = 473 +pkg syscall (netbsd-arm64), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-arm64), const SYS_RASCTL = 343 +pkg syscall (netbsd-arm64), const SYS_RASCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_READ = 3 +pkg syscall (netbsd-arm64), const SYS_READ ideal-int +pkg syscall (netbsd-arm64), const SYS_READLINK = 58 +pkg syscall (netbsd-arm64), const SYS_READLINKAT = 469 +pkg syscall (netbsd-arm64), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-arm64), const SYS_READLINK ideal-int +pkg syscall (netbsd-arm64), const SYS_READV = 120 +pkg syscall (netbsd-arm64), const SYS_READV ideal-int +pkg syscall (netbsd-arm64), const SYS_REBOOT = 208 +pkg syscall (netbsd-arm64), const SYS_REBOOT ideal-int +pkg syscall (netbsd-arm64), const SYS_RECVFROM = 29 +pkg syscall (netbsd-arm64), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-arm64), const SYS_RECVMMSG = 475 +pkg syscall (netbsd-arm64), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-arm64), const SYS_RECVMSG = 27 +pkg syscall (netbsd-arm64), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-arm64), const SYS_REMOVEXATTR = 384 +pkg syscall (netbsd-arm64), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_RENAME = 128 +pkg syscall (netbsd-arm64), const SYS_RENAMEAT = 458 +pkg syscall (netbsd-arm64), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-arm64), const SYS_RENAME ideal-int +pkg syscall (netbsd-arm64), const SYS_REVOKE = 56 +pkg syscall (netbsd-arm64), const SYS_REVOKE ideal-int +pkg syscall (netbsd-arm64), const SYS_RMDIR = 137 +pkg syscall (netbsd-arm64), const SYS_RMDIR ideal-int +pkg syscall (netbsd-arm64), const SYS_SBRK = 69 +pkg syscall (netbsd-arm64), const SYS_SBRK ideal-int +pkg syscall (netbsd-arm64), const SYS__SCHED_GETAFFINITY = 349 +pkg syscall (netbsd-arm64), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-arm64), const SYS__SCHED_GETPARAM = 347 +pkg syscall (netbsd-arm64), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-arm64), const SYS__SCHED_SETAFFINITY = 348 +pkg syscall (netbsd-arm64), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-arm64), const SYS__SCHED_SETPARAM = 346 +pkg syscall (netbsd-arm64), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-arm64), const SYS_SCHED_YIELD = 350 +pkg syscall (netbsd-arm64), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-arm64), const SYS_SELECT = 417 +pkg syscall (netbsd-arm64), const SYS_SELECT ideal-int +pkg syscall (netbsd-arm64), const SYS_SEMCONFIG = 223 +pkg syscall (netbsd-arm64), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-arm64), const SYS___SEMCTL = 442 +pkg syscall (netbsd-arm64), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_SEMGET = 221 +pkg syscall (netbsd-arm64), const SYS_SEMGET ideal-int +pkg syscall (netbsd-arm64), const SYS_SEMOP = 222 +pkg syscall (netbsd-arm64), const SYS_SEMOP ideal-int +pkg syscall (netbsd-arm64), const SYS_SENDMMSG = 476 +pkg syscall (netbsd-arm64), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-arm64), const SYS_SENDMSG = 28 +pkg syscall (netbsd-arm64), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-arm64), const SYS_SENDTO = 133 +pkg syscall (netbsd-arm64), const SYS_SENDTO ideal-int +pkg syscall (netbsd-arm64), const SYS_SETCONTEXT = 308 +pkg syscall (netbsd-arm64), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-arm64), const SYS_SETEGID = 182 +pkg syscall (netbsd-arm64), const SYS_SETEGID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETEUID = 183 +pkg syscall (netbsd-arm64), const SYS_SETEUID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETGID = 181 +pkg syscall (netbsd-arm64), const SYS_SETGID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETGROUPS = 80 +pkg syscall (netbsd-arm64), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-arm64), const SYS_SETITIMER = 425 +pkg syscall (netbsd-arm64), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-arm64), const SYS___SETLOGIN = 50 +pkg syscall (netbsd-arm64), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-arm64), const SYS_SETPGID = 82 +pkg syscall (netbsd-arm64), const SYS_SETPGID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETPRIORITY = 96 +pkg syscall (netbsd-arm64), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-arm64), const SYS_SETREGID = 127 +pkg syscall (netbsd-arm64), const SYS_SETREGID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETREUID = 126 +pkg syscall (netbsd-arm64), const SYS_SETREUID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETRLIMIT = 195 +pkg syscall (netbsd-arm64), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-arm64), const SYS_SETSID = 147 +pkg syscall (netbsd-arm64), const SYS_SETSID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETSOCKOPT = 105 +pkg syscall (netbsd-arm64), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-arm64), const SYS_SETTIMEOFDAY = 419 +pkg syscall (netbsd-arm64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm64), const SYS_SETUID = 23 +pkg syscall (netbsd-arm64), const SYS_SETUID ideal-int +pkg syscall (netbsd-arm64), const SYS_SETXATTR = 375 +pkg syscall (netbsd-arm64), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-arm64), const SYS_SHMAT = 228 +pkg syscall (netbsd-arm64), const SYS_SHMAT ideal-int +pkg syscall (netbsd-arm64), const SYS_SHMCTL = 443 +pkg syscall (netbsd-arm64), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_SHMDT = 230 +pkg syscall (netbsd-arm64), const SYS_SHMDT ideal-int +pkg syscall (netbsd-arm64), const SYS_SHMGET = 231 +pkg syscall (netbsd-arm64), const SYS_SHMGET ideal-int +pkg syscall (netbsd-arm64), const SYS_SHUTDOWN = 134 +pkg syscall (netbsd-arm64), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-arm64), const SYS___SIGACTION_SIGTRAMP = 340 +pkg syscall (netbsd-arm64), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-arm64), const SYS_SIGQUEUEINFO = 245 +pkg syscall (netbsd-arm64), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-arm64), const SYS___SIGTIMEDWAIT = 431 +pkg syscall (netbsd-arm64), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-arm64), const SYS_SOCKET = 394 +pkg syscall (netbsd-arm64), const SYS_SOCKET ideal-int +pkg syscall (netbsd-arm64), const SYS_SOCKETPAIR = 135 +pkg syscall (netbsd-arm64), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-arm64), const SYS_SSTK = 70 +pkg syscall (netbsd-arm64), const SYS_SSTK ideal-int +pkg syscall (netbsd-arm64), const SYS_STAT = 439 +pkg syscall (netbsd-arm64), const SYS_STAT ideal-int +pkg syscall (netbsd-arm64), const SYS_STATVFS1 = 357 +pkg syscall (netbsd-arm64), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-arm64), const SYS_SWAPCTL = 271 +pkg syscall (netbsd-arm64), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_SYMLINK = 57 +pkg syscall (netbsd-arm64), const SYS_SYMLINKAT = 470 +pkg syscall (netbsd-arm64), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-arm64), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-arm64), const SYS_SYNC = 36 +pkg syscall (netbsd-arm64), const SYS_SYNC ideal-int +pkg syscall (netbsd-arm64), const SYS_SYSARCH = 165 +pkg syscall (netbsd-arm64), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-arm64), const SYS___SYSCTL = 202 +pkg syscall (netbsd-arm64), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-arm64), const SYS_TIMER_CREATE = 235 +pkg syscall (netbsd-arm64), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-arm64), const SYS_TIMER_DELETE = 236 +pkg syscall (netbsd-arm64), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-arm64), const SYS_TIMER_GETOVERRUN = 239 +pkg syscall (netbsd-arm64), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-arm64), const SYS_TIMER_GETTIME = 447 +pkg syscall (netbsd-arm64), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-arm64), const SYS_TIMER_SETTIME = 446 +pkg syscall (netbsd-arm64), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-arm64), const SYS_TRUNCATE = 200 +pkg syscall (netbsd-arm64), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-arm64), const SYS_UMASK = 60 +pkg syscall (netbsd-arm64), const SYS_UMASK ideal-int +pkg syscall (netbsd-arm64), const SYS_UNDELETE = 205 +pkg syscall (netbsd-arm64), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-arm64), const SYS_UNLINK = 10 +pkg syscall (netbsd-arm64), const SYS_UNLINKAT = 471 +pkg syscall (netbsd-arm64), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-arm64), const SYS_UNLINK ideal-int +pkg syscall (netbsd-arm64), const SYS_UNMOUNT = 22 +pkg syscall (netbsd-arm64), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-arm64), const SYS_UTIMENSAT = 467 +pkg syscall (netbsd-arm64), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-arm64), const SYS_UTIMES = 420 +pkg syscall (netbsd-arm64), const SYS_UTIMES ideal-int +pkg syscall (netbsd-arm64), const SYS_UTRACE = 306 +pkg syscall (netbsd-arm64), const SYS_UTRACE ideal-int +pkg syscall (netbsd-arm64), const SYS_UUIDGEN = 355 +pkg syscall (netbsd-arm64), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-arm64), const SYS_VADVISE = 72 +pkg syscall (netbsd-arm64), const SYS_VADVISE ideal-int +pkg syscall (netbsd-arm64), const SYS_VFORK = 66 +pkg syscall (netbsd-arm64), const SYS_VFORK ideal-int +pkg syscall (netbsd-arm64), const SYS_WAIT4 = 449 +pkg syscall (netbsd-arm64), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-arm64), const SYS_WRITE = 4 +pkg syscall (netbsd-arm64), const SYS_WRITE ideal-int +pkg syscall (netbsd-arm64), const SYS_WRITEV = 121 +pkg syscall (netbsd-arm64), const SYS_WRITEV ideal-int +pkg syscall (netbsd-arm64), const TCIFLUSH = 1 +pkg syscall (netbsd-arm64), const TCIFLUSH ideal-int +pkg syscall (netbsd-arm64), const TCIOFLUSH = 3 +pkg syscall (netbsd-arm64), const TCIOFLUSH ideal-int +pkg syscall (netbsd-arm64), const TCOFLUSH = 2 +pkg syscall (netbsd-arm64), const TCOFLUSH ideal-int +pkg syscall (netbsd-arm64), const TCP_CONGCTL = 32 +pkg syscall (netbsd-arm64), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-arm64), const TCP_KEEPCNT = 6 +pkg syscall (netbsd-arm64), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-arm64), const TCP_KEEPIDLE = 3 +pkg syscall (netbsd-arm64), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-arm64), const TCP_KEEPINIT = 7 +pkg syscall (netbsd-arm64), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-arm64), const TCP_KEEPINTVL = 5 +pkg syscall (netbsd-arm64), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-arm64), const TCP_MAXBURST = 4 +pkg syscall (netbsd-arm64), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-arm64), const TCP_MAXSEG = 2 +pkg syscall (netbsd-arm64), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-arm64), const TCP_MAXWIN = 65535 +pkg syscall (netbsd-arm64), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-arm64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (netbsd-arm64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-arm64), const TCP_MD5SIG = 16 +pkg syscall (netbsd-arm64), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-arm64), const TCP_MINMSS = 216 +pkg syscall (netbsd-arm64), const TCP_MINMSS ideal-int +pkg syscall (netbsd-arm64), const TCP_MSS = 536 +pkg syscall (netbsd-arm64), const TCP_MSS ideal-int +pkg syscall (netbsd-arm64), const TCSAFLUSH = 2 +pkg syscall (netbsd-arm64), const TCSAFLUSH ideal-int +pkg syscall (netbsd-arm64), const TIOCCBRK = 536900730 +pkg syscall (netbsd-arm64), const TIOCCBRK ideal-int +pkg syscall (netbsd-arm64), const TIOCCDTR = 536900728 +pkg syscall (netbsd-arm64), const TIOCCDTR ideal-int +pkg syscall (netbsd-arm64), const TIOCCONS = 2147775586 +pkg syscall (netbsd-arm64), const TIOCCONS ideal-int +pkg syscall (netbsd-arm64), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (netbsd-arm64), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-arm64), const TIOCDRAIN = 536900702 +pkg syscall (netbsd-arm64), const TIOCDRAIN ideal-int +pkg syscall (netbsd-arm64), const TIOCEXCL = 536900621 +pkg syscall (netbsd-arm64), const TIOCEXCL ideal-int +pkg syscall (netbsd-arm64), const TIOCEXT = 2147775584 +pkg syscall (netbsd-arm64), const TIOCEXT ideal-int +pkg syscall (netbsd-arm64), const TIOCFLAG_CDTRCTS = 16 +pkg syscall (netbsd-arm64), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-arm64), const TIOCFLAG_CLOCAL = 2 +pkg syscall (netbsd-arm64), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-arm64), const TIOCFLAG_CRTSCTS = 4 +pkg syscall (netbsd-arm64), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-arm64), const TIOCFLAG_MDMBUF = 8 +pkg syscall (netbsd-arm64), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-arm64), const TIOCFLAG_SOFTCAR = 1 +pkg syscall (netbsd-arm64), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-arm64), const TIOCFLUSH = 2147775504 +pkg syscall (netbsd-arm64), const TIOCFLUSH ideal-int +pkg syscall (netbsd-arm64), const TIOCGETA = 1076655123 +pkg syscall (netbsd-arm64), const TIOCGETA ideal-int +pkg syscall (netbsd-arm64), const TIOCGETD = 1074033690 +pkg syscall (netbsd-arm64), const TIOCGETD ideal-int +pkg syscall (netbsd-arm64), const TIOCGFLAGS = 1074033757 +pkg syscall (netbsd-arm64), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-arm64), const TIOCGLINED = 1075868738 +pkg syscall (netbsd-arm64), const TIOCGLINED ideal-int +pkg syscall (netbsd-arm64), const TIOCGPGRP = 1074033783 +pkg syscall (netbsd-arm64), const TIOCGPGRP ideal-int +pkg syscall (netbsd-arm64), const TIOCGQSIZE = 1074033793 +pkg syscall (netbsd-arm64), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-arm64), const TIOCGRANTPT = 536900679 +pkg syscall (netbsd-arm64), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-arm64), const TIOCGSID = 1074033763 +pkg syscall (netbsd-arm64), const TIOCGSID ideal-int +pkg syscall (netbsd-arm64), const TIOCGSIZE = 1074295912 +pkg syscall (netbsd-arm64), const TIOCGSIZE ideal-int +pkg syscall (netbsd-arm64), const TIOCGWINSZ = 1074295912 +pkg syscall (netbsd-arm64), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-arm64), const TIOCMBIC = 2147775595 +pkg syscall (netbsd-arm64), const TIOCMBIC ideal-int +pkg syscall (netbsd-arm64), const TIOCMBIS = 2147775596 +pkg syscall (netbsd-arm64), const TIOCMBIS ideal-int +pkg syscall (netbsd-arm64), const TIOCM_CAR = 64 +pkg syscall (netbsd-arm64), const TIOCM_CAR ideal-int +pkg syscall (netbsd-arm64), const TIOCM_CD = 64 +pkg syscall (netbsd-arm64), const TIOCM_CD ideal-int +pkg syscall (netbsd-arm64), const TIOCM_CTS = 32 +pkg syscall (netbsd-arm64), const TIOCM_CTS ideal-int +pkg syscall (netbsd-arm64), const TIOCM_DSR = 256 +pkg syscall (netbsd-arm64), const TIOCM_DSR ideal-int +pkg syscall (netbsd-arm64), const TIOCM_DTR = 2 +pkg syscall (netbsd-arm64), const TIOCM_DTR ideal-int +pkg syscall (netbsd-arm64), const TIOCMGET = 1074033770 +pkg syscall (netbsd-arm64), const TIOCMGET ideal-int +pkg syscall (netbsd-arm64), const TIOCM_LE = 1 +pkg syscall (netbsd-arm64), const TIOCM_LE ideal-int +pkg syscall (netbsd-arm64), const TIOCM_RI = 128 +pkg syscall (netbsd-arm64), const TIOCM_RI ideal-int +pkg syscall (netbsd-arm64), const TIOCM_RNG = 128 +pkg syscall (netbsd-arm64), const TIOCM_RNG ideal-int +pkg syscall (netbsd-arm64), const TIOCM_RTS = 4 +pkg syscall (netbsd-arm64), const TIOCM_RTS ideal-int +pkg syscall (netbsd-arm64), const TIOCMSET = 2147775597 +pkg syscall (netbsd-arm64), const TIOCMSET ideal-int +pkg syscall (netbsd-arm64), const TIOCM_SR = 16 +pkg syscall (netbsd-arm64), const TIOCM_SR ideal-int +pkg syscall (netbsd-arm64), const TIOCM_ST = 8 +pkg syscall (netbsd-arm64), const TIOCM_ST ideal-int +pkg syscall (netbsd-arm64), const TIOCNOTTY = 536900721 +pkg syscall (netbsd-arm64), const TIOCNOTTY ideal-int +pkg syscall (netbsd-arm64), const TIOCNXCL = 536900622 +pkg syscall (netbsd-arm64), const TIOCNXCL ideal-int +pkg syscall (netbsd-arm64), const TIOCOUTQ = 1074033779 +pkg syscall (netbsd-arm64), const TIOCOUTQ ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT = 2147775600 +pkg syscall (netbsd-arm64), const TIOCPKT_DATA = 0 +pkg syscall (netbsd-arm64), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_DOSTOP = 32 +pkg syscall (netbsd-arm64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (netbsd-arm64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (netbsd-arm64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_IOCTL = 64 +pkg syscall (netbsd-arm64), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_NOSTOP = 16 +pkg syscall (netbsd-arm64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_START = 8 +pkg syscall (netbsd-arm64), const TIOCPKT_START ideal-int +pkg syscall (netbsd-arm64), const TIOCPKT_STOP = 4 +pkg syscall (netbsd-arm64), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-arm64), const TIOCPTMGET = 1076393030 +pkg syscall (netbsd-arm64), const TIOCPTMGET ideal-int +pkg syscall (netbsd-arm64), const TIOCPTSNAME = 1076393032 +pkg syscall (netbsd-arm64), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-arm64), const TIOCRCVFRAME = 2148037701 +pkg syscall (netbsd-arm64), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-arm64), const TIOCREMOTE = 2147775593 +pkg syscall (netbsd-arm64), const TIOCREMOTE ideal-int +pkg syscall (netbsd-arm64), const TIOCSBRK = 536900731 +pkg syscall (netbsd-arm64), const TIOCSBRK ideal-int +pkg syscall (netbsd-arm64), const TIOCSCTTY = 536900705 +pkg syscall (netbsd-arm64), const TIOCSCTTY ideal-int +pkg syscall (netbsd-arm64), const TIOCSDTR = 536900729 +pkg syscall (netbsd-arm64), const TIOCSDTR ideal-int +pkg syscall (netbsd-arm64), const TIOCSETA = 2150396948 +pkg syscall (netbsd-arm64), const TIOCSETAF = 2150396950 +pkg syscall (netbsd-arm64), const TIOCSETAF ideal-int +pkg syscall (netbsd-arm64), const TIOCSETA ideal-int +pkg syscall (netbsd-arm64), const TIOCSETAW = 2150396949 +pkg syscall (netbsd-arm64), const TIOCSETAW ideal-int +pkg syscall (netbsd-arm64), const TIOCSETD = 2147775515 +pkg syscall (netbsd-arm64), const TIOCSETD ideal-int +pkg syscall (netbsd-arm64), const TIOCSFLAGS = 2147775580 +pkg syscall (netbsd-arm64), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-arm64), const TIOCSIG = 536900703 +pkg syscall (netbsd-arm64), const TIOCSIG ideal-int +pkg syscall (netbsd-arm64), const TIOCSLINED = 2149610563 +pkg syscall (netbsd-arm64), const TIOCSLINED ideal-int +pkg syscall (netbsd-arm64), const TIOCSPGRP = 2147775606 +pkg syscall (netbsd-arm64), const TIOCSPGRP ideal-int +pkg syscall (netbsd-arm64), const TIOCSQSIZE = 2147775616 +pkg syscall (netbsd-arm64), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-arm64), const TIOCSSIZE = 2148037735 +pkg syscall (netbsd-arm64), const TIOCSSIZE ideal-int +pkg syscall (netbsd-arm64), const TIOCSTART = 536900718 +pkg syscall (netbsd-arm64), const TIOCSTART ideal-int +pkg syscall (netbsd-arm64), const TIOCSTAT = 2147775589 +pkg syscall (netbsd-arm64), const TIOCSTAT ideal-int +pkg syscall (netbsd-arm64), const TIOCSTI = 2147578994 +pkg syscall (netbsd-arm64), const TIOCSTI ideal-int +pkg syscall (netbsd-arm64), const TIOCSTOP = 536900719 +pkg syscall (netbsd-arm64), const TIOCSTOP ideal-int +pkg syscall (netbsd-arm64), const TIOCSWINSZ = 2148037735 +pkg syscall (netbsd-arm64), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-arm64), const TIOCUCNTL = 2147775590 +pkg syscall (netbsd-arm64), const TIOCUCNTL ideal-int +pkg syscall (netbsd-arm64), const TIOCXMTFRAME = 2148037700 +pkg syscall (netbsd-arm64), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-arm64), const TOSTOP = 4194304 +pkg syscall (netbsd-arm64), const TOSTOP ideal-int +pkg syscall (netbsd-arm64), const VDISCARD = 15 +pkg syscall (netbsd-arm64), const VDISCARD ideal-int +pkg syscall (netbsd-arm64), const VDSUSP = 11 +pkg syscall (netbsd-arm64), const VDSUSP ideal-int +pkg syscall (netbsd-arm64), const VEOF = 0 +pkg syscall (netbsd-arm64), const VEOF ideal-int +pkg syscall (netbsd-arm64), const VEOL = 1 +pkg syscall (netbsd-arm64), const VEOL2 = 2 +pkg syscall (netbsd-arm64), const VEOL2 ideal-int +pkg syscall (netbsd-arm64), const VEOL ideal-int +pkg syscall (netbsd-arm64), const VERASE = 3 +pkg syscall (netbsd-arm64), const VERASE ideal-int +pkg syscall (netbsd-arm64), const VINTR = 8 +pkg syscall (netbsd-arm64), const VINTR ideal-int +pkg syscall (netbsd-arm64), const VKILL = 5 +pkg syscall (netbsd-arm64), const VKILL ideal-int +pkg syscall (netbsd-arm64), const VLNEXT = 14 +pkg syscall (netbsd-arm64), const VLNEXT ideal-int +pkg syscall (netbsd-arm64), const VMIN = 16 +pkg syscall (netbsd-arm64), const VMIN ideal-int +pkg syscall (netbsd-arm64), const VQUIT = 9 +pkg syscall (netbsd-arm64), const VQUIT ideal-int +pkg syscall (netbsd-arm64), const VREPRINT = 6 +pkg syscall (netbsd-arm64), const VREPRINT ideal-int +pkg syscall (netbsd-arm64), const VSTART = 12 +pkg syscall (netbsd-arm64), const VSTART ideal-int +pkg syscall (netbsd-arm64), const VSTATUS = 18 +pkg syscall (netbsd-arm64), const VSTATUS ideal-int +pkg syscall (netbsd-arm64), const VSTOP = 13 +pkg syscall (netbsd-arm64), const VSTOP ideal-int +pkg syscall (netbsd-arm64), const VSUSP = 10 +pkg syscall (netbsd-arm64), const VSUSP ideal-int +pkg syscall (netbsd-arm64), const VTIME = 17 +pkg syscall (netbsd-arm64), const VTIME ideal-int +pkg syscall (netbsd-arm64), const VWERASE = 4 +pkg syscall (netbsd-arm64), const VWERASE ideal-int +pkg syscall (netbsd-arm64), const WALL = 8 +pkg syscall (netbsd-arm64), const WALL ideal-int +pkg syscall (netbsd-arm64), const WALLSIG = 8 +pkg syscall (netbsd-arm64), const WALLSIG ideal-int +pkg syscall (netbsd-arm64), const WALTSIG = 4 +pkg syscall (netbsd-arm64), const WALTSIG ideal-int +pkg syscall (netbsd-arm64), const WCLONE = 4 +pkg syscall (netbsd-arm64), const WCLONE ideal-int +pkg syscall (netbsd-arm64), const WCOREFLAG = 128 +pkg syscall (netbsd-arm64), const WCOREFLAG ideal-int +pkg syscall (netbsd-arm64), const WNOHANG = 1 +pkg syscall (netbsd-arm64), const WNOHANG ideal-int +pkg syscall (netbsd-arm64), const WNOWAIT = 65536 +pkg syscall (netbsd-arm64), const WNOWAIT ideal-int +pkg syscall (netbsd-arm64), const WNOZOMBIE = 131072 +pkg syscall (netbsd-arm64), const WNOZOMBIE ideal-int +pkg syscall (netbsd-arm64), const WOPTSCHECKED = 262144 +pkg syscall (netbsd-arm64), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-arm64), const WSTOPPED = 127 +pkg syscall (netbsd-arm64), const WSTOPPED ideal-int +pkg syscall (netbsd-arm64), const WUNTRACED = 2 +pkg syscall (netbsd-arm64), const WUNTRACED ideal-int +pkg syscall (netbsd-arm64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm64), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-arm64), func Access(string, uint32) error +pkg syscall (netbsd-arm64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-arm64), func Bind(int, Sockaddr) error +pkg syscall (netbsd-arm64), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-arm64), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-arm64), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-arm64), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-arm64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-arm64), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-arm64), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-arm64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-arm64), func CheckBpfVersion(int) error +pkg syscall (netbsd-arm64), func Chflags(string, int) error +pkg syscall (netbsd-arm64), func Chroot(string) error +pkg syscall (netbsd-arm64), func Close(int) error +pkg syscall (netbsd-arm64), func CloseOnExec(int) +pkg syscall (netbsd-arm64), func CmsgLen(int) int +pkg syscall (netbsd-arm64), func CmsgSpace(int) int +pkg syscall (netbsd-arm64), func Connect(int, Sockaddr) error +pkg syscall (netbsd-arm64), func Dup2(int, int) error +pkg syscall (netbsd-arm64), func Dup(int) (int, error) +pkg syscall (netbsd-arm64), func Fchdir(int) error +pkg syscall (netbsd-arm64), func Fchflags(int, int) error +pkg syscall (netbsd-arm64), func Fchmod(int, uint32) error +pkg syscall (netbsd-arm64), func Fchown(int, int, int) error +pkg syscall (netbsd-arm64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-arm64), func Flock(int, int) error +pkg syscall (netbsd-arm64), func FlushBpf(int) error +pkg syscall (netbsd-arm64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-arm64), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-arm64), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-arm64), func Fsync(int) error +pkg syscall (netbsd-arm64), func Ftruncate(int, int64) error +pkg syscall (netbsd-arm64), func Futimes(int, []Timeval) error +pkg syscall (netbsd-arm64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-arm64), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-arm64), func Getpgid(int) (int, error) +pkg syscall (netbsd-arm64), func Getpgrp() int +pkg syscall (netbsd-arm64), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-arm64), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm64), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-arm64), func Getsid(int) (int, error) +pkg syscall (netbsd-arm64), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-arm64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-arm64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-arm64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-arm64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-arm64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-arm64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-arm64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-arm64), func Issetugid() bool +pkg syscall (netbsd-arm64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-arm64), func Kill(int, Signal) error +pkg syscall (netbsd-arm64), func Kqueue() (int, error) +pkg syscall (netbsd-arm64), func Listen(int, int) error +pkg syscall (netbsd-arm64), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-arm64), func Mkfifo(string, uint32) error +pkg syscall (netbsd-arm64), func Mknod(string, uint32, int) error +pkg syscall (netbsd-arm64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-arm64), func Munmap([]uint8) error +pkg syscall (netbsd-arm64), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-arm64), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-arm64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-arm64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-arm64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-arm64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-arm64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-arm64), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-arm64), func Pipe2([]int, int) error +pkg syscall (netbsd-arm64), func Pipe([]int) error +pkg syscall (netbsd-arm64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-arm64), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-arm64), func Revoke(string) error +pkg syscall (netbsd-arm64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-arm64), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-arm64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-arm64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-arm64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-arm64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-arm64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-arm64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-arm64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-arm64), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-arm64), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-arm64), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-arm64), func SetBpfInterface(int, string) error +pkg syscall (netbsd-arm64), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-arm64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-arm64), func Setegid(int) error +pkg syscall (netbsd-arm64), func Seteuid(int) error +pkg syscall (netbsd-arm64), func Setgid(int) error +pkg syscall (netbsd-arm64), func Setgroups([]int) error +pkg syscall (netbsd-arm64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-arm64), func SetNonblock(int, bool) error +pkg syscall (netbsd-arm64), func Setpgid(int, int) error +pkg syscall (netbsd-arm64), func Setpriority(int, int, int) error +pkg syscall (netbsd-arm64), func Setregid(int, int) error +pkg syscall (netbsd-arm64), func Setreuid(int, int) error +pkg syscall (netbsd-arm64), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm64), func Setsid() (int, error) +pkg syscall (netbsd-arm64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-arm64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-arm64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-arm64), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-arm64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-arm64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-arm64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-arm64), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-arm64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-arm64), func Settimeofday(*Timeval) error +pkg syscall (netbsd-arm64), func Setuid(int) error +pkg syscall (netbsd-arm64), func Shutdown(int, int) error +pkg syscall (netbsd-arm64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-arm64), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-arm64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-arm64), func Stat(string, *Stat_t) error +pkg syscall (netbsd-arm64), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-arm64), func Sync() error +pkg syscall (netbsd-arm64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm64), func Sysctl(string) (string, error) +pkg syscall (netbsd-arm64), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-arm64), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-arm64), func Truncate(string, int64) error +pkg syscall (netbsd-arm64), func Umask(int) int +pkg syscall (netbsd-arm64), func UnixRights(...int) []uint8 +pkg syscall (netbsd-arm64), func Unmount(string, int) error +pkg syscall (netbsd-arm64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-arm64), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-arm64), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-arm64), method (*Iovec) SetLen(int) +pkg syscall (netbsd-arm64), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-arm64), type BpfHdr struct +pkg syscall (netbsd-arm64), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-arm64), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-arm64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-arm64), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-arm64), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-arm64), type BpfInsn struct +pkg syscall (netbsd-arm64), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-arm64), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-arm64), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-arm64), type BpfInsn struct, K uint32 +pkg syscall (netbsd-arm64), type BpfProgram struct +pkg syscall (netbsd-arm64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-arm64), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64), type BpfStat struct +pkg syscall (netbsd-arm64), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-arm64), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-arm64), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-arm64), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-arm64), type BpfTimeval struct +pkg syscall (netbsd-arm64), type BpfTimeval struct, Sec int64 +pkg syscall (netbsd-arm64), type BpfTimeval struct, Usec int64 +pkg syscall (netbsd-arm64), type BpfVersion struct +pkg syscall (netbsd-arm64), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-arm64), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-arm64), type Cmsghdr struct +pkg syscall (netbsd-arm64), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-arm64), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-arm64), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-arm64), type Credential struct +pkg syscall (netbsd-arm64), type Credential struct, Gid uint32 +pkg syscall (netbsd-arm64), type Credential struct, Groups []uint32 +pkg syscall (netbsd-arm64), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-arm64), type Credential struct, Uid uint32 +pkg syscall (netbsd-arm64), type Dirent struct +pkg syscall (netbsd-arm64), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-arm64), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-arm64), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-arm64), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-arm64), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-arm64), type Dirent struct, Type uint8 +pkg syscall (netbsd-arm64), type FdSet struct +pkg syscall (netbsd-arm64), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-arm64), type Flock_t struct +pkg syscall (netbsd-arm64), type Flock_t struct, Len int64 +pkg syscall (netbsd-arm64), type Flock_t struct, Pid int32 +pkg syscall (netbsd-arm64), type Flock_t struct, Start int64 +pkg syscall (netbsd-arm64), type Flock_t struct, Type int16 +pkg syscall (netbsd-arm64), type Flock_t struct, Whence int16 +pkg syscall (netbsd-arm64), type Fsid struct +pkg syscall (netbsd-arm64), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-arm64), type ICMPv6Filter struct +pkg syscall (netbsd-arm64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-arm64), type IfaMsghdr struct +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-arm64), type IfData struct +pkg syscall (netbsd-arm64), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-arm64), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-arm64), type IfData struct, Collisions uint64 +pkg syscall (netbsd-arm64), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-arm64), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-arm64), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-arm64), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-arm64), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-arm64), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-arm64), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-arm64), type IfData struct, Link_state int32 +pkg syscall (netbsd-arm64), type IfData struct, Metric uint64 +pkg syscall (netbsd-arm64), type IfData struct, Mtu uint64 +pkg syscall (netbsd-arm64), type IfData struct, Noproto uint64 +pkg syscall (netbsd-arm64), type IfData struct, Obytes uint64 +pkg syscall (netbsd-arm64), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-arm64), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-arm64), type IfData struct, Opackets uint64 +pkg syscall (netbsd-arm64), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-arm64), type IfData struct, Type uint8 +pkg syscall (netbsd-arm64), type IfMsghdr struct +pkg syscall (netbsd-arm64), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm64), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-arm64), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-arm64), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm64), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64), type Inet6Pktinfo struct +pkg syscall (netbsd-arm64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-arm64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-arm64), type InterfaceAddrMessage struct +pkg syscall (netbsd-arm64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-arm64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-arm64), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-arm64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-arm64), type InterfaceMessage struct +pkg syscall (netbsd-arm64), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-arm64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-arm64), type Iovec struct +pkg syscall (netbsd-arm64), type Iovec struct, Base *uint8 +pkg syscall (netbsd-arm64), type Iovec struct, Len uint64 +pkg syscall (netbsd-arm64), type IPv6MTUInfo struct +pkg syscall (netbsd-arm64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-arm64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-arm64), type Kevent_t struct +pkg syscall (netbsd-arm64), type Kevent_t struct, Data int64 +pkg syscall (netbsd-arm64), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-arm64), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-arm64), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-arm64), type Kevent_t struct, Ident uint64 +pkg syscall (netbsd-arm64), type Kevent_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64), type Kevent_t struct, Udata int64 +pkg syscall (netbsd-arm64), type Mclpool [0]uint8 +pkg syscall (netbsd-arm64), type Msghdr struct +pkg syscall (netbsd-arm64), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-arm64), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-arm64), type Msghdr struct, Flags int32 +pkg syscall (netbsd-arm64), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-arm64), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-arm64), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-arm64), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-arm64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-arm64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-arm64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-arm64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-arm64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-arm64), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-arm64), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-arm64), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-arm64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-arm64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-arm64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-arm64), type Rlimit struct +pkg syscall (netbsd-arm64), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-arm64), type Rlimit struct, Max uint64 +pkg syscall (netbsd-arm64), type RouteMessage struct +pkg syscall (netbsd-arm64), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-arm64), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-arm64), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-arm64), type RtMetrics struct +pkg syscall (netbsd-arm64), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-arm64), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-arm64), type RtMsghdr struct +pkg syscall (netbsd-arm64), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-arm64), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-arm64), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-arm64), type Rusage struct, Idrss int64 +pkg syscall (netbsd-arm64), type Rusage struct, Inblock int64 +pkg syscall (netbsd-arm64), type Rusage struct, Isrss int64 +pkg syscall (netbsd-arm64), type Rusage struct, Ixrss int64 +pkg syscall (netbsd-arm64), type Rusage struct, Majflt int64 +pkg syscall (netbsd-arm64), type Rusage struct, Maxrss int64 +pkg syscall (netbsd-arm64), type Rusage struct, Minflt int64 +pkg syscall (netbsd-arm64), type Rusage struct, Msgrcv int64 +pkg syscall (netbsd-arm64), type Rusage struct, Msgsnd int64 +pkg syscall (netbsd-arm64), type Rusage struct, Nivcsw int64 +pkg syscall (netbsd-arm64), type Rusage struct, Nsignals int64 +pkg syscall (netbsd-arm64), type Rusage struct, Nswap int64 +pkg syscall (netbsd-arm64), type Rusage struct, Nvcsw int64 +pkg syscall (netbsd-arm64), type Rusage struct, Oublock int64 +pkg syscall (netbsd-arm64), type Rusage struct, Stime Timeval +pkg syscall (netbsd-arm64), type Rusage struct, Utime Timeval +pkg syscall (netbsd-arm64), type SockaddrDatalink struct +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm64), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm64), type SocketControlMessage struct +pkg syscall (netbsd-arm64), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-arm64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-arm64), type Statfs_t [0]uint8 +pkg syscall (netbsd-arm64), type Stat_t struct +pkg syscall (netbsd-arm64), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-arm64), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-arm64), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-arm64), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-arm64), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-arm64), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-arm64), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-arm64), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64), type Stat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm64), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (netbsd-arm64), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-arm64), type Stat_t struct, Size int64 +pkg syscall (netbsd-arm64), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-arm64), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-arm64), type Sysctlnode struct +pkg syscall (netbsd-arm64), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-arm64), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-arm64), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-arm64), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-arm64), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-arm64), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-arm64), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-arm64), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-arm64), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-arm64), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-arm64), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-arm64), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-arm64), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-arm64), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-arm64), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-arm64), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-arm64), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-arm64), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-arm64), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-arm64), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-arm64), type Termios struct +pkg syscall (netbsd-arm64), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-arm64), type Termios struct, Cflag uint32 +pkg syscall (netbsd-arm64), type Termios struct, Iflag uint32 +pkg syscall (netbsd-arm64), type Termios struct, Ispeed int32 +pkg syscall (netbsd-arm64), type Termios struct, Lflag uint32 +pkg syscall (netbsd-arm64), type Termios struct, Oflag uint32 +pkg syscall (netbsd-arm64), type Termios struct, Ospeed int32 +pkg syscall (netbsd-arm64), type Timespec struct, Nsec int64 +pkg syscall (netbsd-arm64), type Timespec struct, Sec int64 +pkg syscall (netbsd-arm64), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm64), type Timeval struct, Sec int64 +pkg syscall (netbsd-arm64), type Timeval struct, Usec int32 +pkg syscall (netbsd-arm64), type WaitStatus uint32 +pkg syscall (netbsd-arm64), var Stderr int +pkg syscall (netbsd-arm64), var Stdin int +pkg syscall (netbsd-arm64), var Stdout int +pkg syscall (windows-386), type SysProcAttr struct, ProcessAttributes *SecurityAttributes +pkg syscall (windows-386), type SysProcAttr struct, ThreadAttributes *SecurityAttributes +pkg syscall (windows-amd64), type SysProcAttr struct, ProcessAttributes *SecurityAttributes +pkg syscall (windows-amd64), type SysProcAttr struct, ThreadAttributes *SecurityAttributes +pkg testing, func Init() +pkg testing, method (*B) ReportMetric(float64, string) +pkg testing, type BenchmarkResult struct, Extra map[string]float64 +pkg text/template, method (ExecError) Unwrap() error +pkg time, method (Duration) Microseconds() int64 +pkg time, method (Duration) Milliseconds() int64 +pkg unicode, const Version = "11.0.0" +pkg unicode, var Dogra *RangeTable +pkg unicode, var Gunjala_Gondi *RangeTable +pkg unicode, var Hanifi_Rohingya *RangeTable +pkg unicode, var Makasar *RangeTable +pkg unicode, var Medefaidrin *RangeTable +pkg unicode, var Old_Sogdian *RangeTable +pkg unicode, var Sogdian *RangeTable diff --git a/go/api/go1.14.txt b/go/api/go1.14.txt new file mode 100644 index 0000000000000000000000000000000000000000..0374649fda3406ab124637b2480dd653760c5118 --- /dev/null +++ b/go/api/go1.14.txt @@ -0,0 +1,8914 @@ +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 52393 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 52392 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 +pkg crypto/tls, func CipherSuiteName(uint16) string +pkg crypto/tls, func CipherSuites() []*CipherSuite +pkg crypto/tls, func InsecureCipherSuites() []*CipherSuite +pkg crypto/tls, method (*CertificateRequestInfo) SupportsCertificate(*Certificate) error +pkg crypto/tls, method (*ClientHelloInfo) SupportsCertificate(*Certificate) error +pkg crypto/tls, type Certificate struct, SupportedSignatureAlgorithms []SignatureScheme +pkg crypto/tls, type CertificateRequestInfo struct, Version uint16 +pkg crypto/tls, type CipherSuite struct +pkg crypto/tls, type CipherSuite struct, ID uint16 +pkg crypto/tls, type CipherSuite struct, Insecure bool +pkg crypto/tls, type CipherSuite struct, Name string +pkg crypto/tls, type CipherSuite struct, SupportedVersions []uint16 +pkg debug/dwarf, const AttrAddrBase = 115 +pkg debug/dwarf, const AttrAddrBase Attr +pkg debug/dwarf, const AttrAlignment = 136 +pkg debug/dwarf, const AttrAlignment Attr +pkg debug/dwarf, const AttrBinaryScale = 91 +pkg debug/dwarf, const AttrBinaryScale Attr +pkg debug/dwarf, const AttrCallAllCalls = 122 +pkg debug/dwarf, const AttrCallAllCalls Attr +pkg debug/dwarf, const AttrCallAllSourceCalls = 123 +pkg debug/dwarf, const AttrCallAllSourceCalls Attr +pkg debug/dwarf, const AttrCallAllTailCalls = 124 +pkg debug/dwarf, const AttrCallAllTailCalls Attr +pkg debug/dwarf, const AttrCallDataLocation = 133 +pkg debug/dwarf, const AttrCallDataLocation Attr +pkg debug/dwarf, const AttrCallDataValue = 134 +pkg debug/dwarf, const AttrCallDataValue Attr +pkg debug/dwarf, const AttrCallOrigin = 127 +pkg debug/dwarf, const AttrCallOrigin Attr +pkg debug/dwarf, const AttrCallPC = 129 +pkg debug/dwarf, const AttrCallPC Attr +pkg debug/dwarf, const AttrCallParameter = 128 +pkg debug/dwarf, const AttrCallParameter Attr +pkg debug/dwarf, const AttrCallReturnPC = 125 +pkg debug/dwarf, const AttrCallReturnPC Attr +pkg debug/dwarf, const AttrCallTailCall = 130 +pkg debug/dwarf, const AttrCallTailCall Attr +pkg debug/dwarf, const AttrCallTarget = 131 +pkg debug/dwarf, const AttrCallTarget Attr +pkg debug/dwarf, const AttrCallTargetClobbered = 132 +pkg debug/dwarf, const AttrCallTargetClobbered Attr +pkg debug/dwarf, const AttrCallValue = 126 +pkg debug/dwarf, const AttrCallValue Attr +pkg debug/dwarf, const AttrConstExpr = 108 +pkg debug/dwarf, const AttrConstExpr Attr +pkg debug/dwarf, const AttrDataBitOffset = 107 +pkg debug/dwarf, const AttrDataBitOffset Attr +pkg debug/dwarf, const AttrDecimalScale = 92 +pkg debug/dwarf, const AttrDecimalScale Attr +pkg debug/dwarf, const AttrDecimalSign = 94 +pkg debug/dwarf, const AttrDecimalSign Attr +pkg debug/dwarf, const AttrDefaulted = 139 +pkg debug/dwarf, const AttrDefaulted Attr +pkg debug/dwarf, const AttrDeleted = 138 +pkg debug/dwarf, const AttrDeleted Attr +pkg debug/dwarf, const AttrDigitCount = 95 +pkg debug/dwarf, const AttrDigitCount Attr +pkg debug/dwarf, const AttrDwoName = 118 +pkg debug/dwarf, const AttrDwoName Attr +pkg debug/dwarf, const AttrElemental = 102 +pkg debug/dwarf, const AttrElemental Attr +pkg debug/dwarf, const AttrEndianity = 101 +pkg debug/dwarf, const AttrEndianity Attr +pkg debug/dwarf, const AttrEnumClass = 109 +pkg debug/dwarf, const AttrEnumClass Attr +pkg debug/dwarf, const AttrExplicit = 99 +pkg debug/dwarf, const AttrExplicit Attr +pkg debug/dwarf, const AttrExportSymbols = 137 +pkg debug/dwarf, const AttrExportSymbols Attr +pkg debug/dwarf, const AttrLinkageName = 110 +pkg debug/dwarf, const AttrLinkageName Attr +pkg debug/dwarf, const AttrLoclistsBase = 140 +pkg debug/dwarf, const AttrLoclistsBase Attr +pkg debug/dwarf, const AttrMacros = 121 +pkg debug/dwarf, const AttrMacros Attr +pkg debug/dwarf, const AttrMainSubprogram = 106 +pkg debug/dwarf, const AttrMainSubprogram Attr +pkg debug/dwarf, const AttrMutable = 97 +pkg debug/dwarf, const AttrMutable Attr +pkg debug/dwarf, const AttrNoreturn = 135 +pkg debug/dwarf, const AttrNoreturn Attr +pkg debug/dwarf, const AttrObjectPointer = 100 +pkg debug/dwarf, const AttrObjectPointer Attr +pkg debug/dwarf, const AttrPictureString = 96 +pkg debug/dwarf, const AttrPictureString Attr +pkg debug/dwarf, const AttrPure = 103 +pkg debug/dwarf, const AttrPure Attr +pkg debug/dwarf, const AttrRank = 113 +pkg debug/dwarf, const AttrRank Attr +pkg debug/dwarf, const AttrRecursive = 104 +pkg debug/dwarf, const AttrRecursive Attr +pkg debug/dwarf, const AttrReference = 119 +pkg debug/dwarf, const AttrReference Attr +pkg debug/dwarf, const AttrRnglistsBase = 116 +pkg debug/dwarf, const AttrRnglistsBase Attr +pkg debug/dwarf, const AttrRvalueReference = 120 +pkg debug/dwarf, const AttrRvalueReference Attr +pkg debug/dwarf, const AttrSignature = 105 +pkg debug/dwarf, const AttrSignature Attr +pkg debug/dwarf, const AttrSmall = 93 +pkg debug/dwarf, const AttrSmall Attr +pkg debug/dwarf, const AttrStrOffsetsBase = 114 +pkg debug/dwarf, const AttrStrOffsetsBase Attr +pkg debug/dwarf, const AttrStringLengthBitSize = 111 +pkg debug/dwarf, const AttrStringLengthBitSize Attr +pkg debug/dwarf, const AttrStringLengthByteSize = 112 +pkg debug/dwarf, const AttrStringLengthByteSize Attr +pkg debug/dwarf, const AttrThreadsScaled = 98 +pkg debug/dwarf, const AttrThreadsScaled Attr +pkg debug/dwarf, const ClassAddrPtr = 15 +pkg debug/dwarf, const ClassAddrPtr Class +pkg debug/dwarf, const ClassLocList = 16 +pkg debug/dwarf, const ClassLocList Class +pkg debug/dwarf, const ClassRngList = 17 +pkg debug/dwarf, const ClassRngList Class +pkg debug/dwarf, const ClassRngListsPtr = 18 +pkg debug/dwarf, const ClassRngListsPtr Class +pkg debug/dwarf, const ClassStrOffsetsPtr = 19 +pkg debug/dwarf, const ClassStrOffsetsPtr Class +pkg debug/dwarf, const TagAtomicType = 71 +pkg debug/dwarf, const TagAtomicType Tag +pkg debug/dwarf, const TagCallSite = 72 +pkg debug/dwarf, const TagCallSite Tag +pkg debug/dwarf, const TagCallSiteParameter = 73 +pkg debug/dwarf, const TagCallSiteParameter Tag +pkg debug/dwarf, const TagCoarrayType = 68 +pkg debug/dwarf, const TagCoarrayType Tag +pkg debug/dwarf, const TagDynamicType = 70 +pkg debug/dwarf, const TagDynamicType Tag +pkg debug/dwarf, const TagGenericSubrange = 69 +pkg debug/dwarf, const TagGenericSubrange Tag +pkg debug/dwarf, const TagImmutableType = 75 +pkg debug/dwarf, const TagImmutableType Tag +pkg debug/dwarf, const TagSkeletonUnit = 74 +pkg debug/dwarf, const TagSkeletonUnit Tag +pkg debug/dwarf, method (*Data) AddSection(string, []uint8) error +pkg debug/dwarf, method (*LineReader) Files() []*LineFile +pkg debug/dwarf, method (*Reader) ByteOrder() binary.ByteOrder +pkg encoding/asn1, const TagBMPString = 30 +pkg encoding/asn1, const TagBMPString ideal-int +pkg encoding/json, method (*Decoder) InputOffset() int64 +pkg go/build, type Context struct, Dir string +pkg go/doc, func NewFromFiles(*token.FileSet, []*ast.File, string, ...interface{}) (*Package, error) +pkg go/doc, type Example struct, Suffix string +pkg go/doc, type Func struct, Examples []*Example +pkg go/doc, type Package struct, Examples []*Example +pkg go/doc, type Type struct, Examples []*Example +pkg hash/maphash, func MakeSeed() Seed +pkg hash/maphash, method (*Hash) BlockSize() int +pkg hash/maphash, method (*Hash) Reset() +pkg hash/maphash, method (*Hash) Seed() Seed +pkg hash/maphash, method (*Hash) SetSeed(Seed) +pkg hash/maphash, method (*Hash) Size() int +pkg hash/maphash, method (*Hash) Sum([]uint8) []uint8 +pkg hash/maphash, method (*Hash) Sum64() uint64 +pkg hash/maphash, method (*Hash) Write([]uint8) (int, error) +pkg hash/maphash, method (*Hash) WriteByte(uint8) error +pkg hash/maphash, method (*Hash) WriteString(string) (int, error) +pkg hash/maphash, type Hash struct +pkg hash/maphash, type Seed struct +pkg log, const Lmsgprefix = 64 +pkg log, const Lmsgprefix ideal-int +pkg math, func FMA(float64, float64, float64) float64 +pkg math/bits, func Rem(uint, uint, uint) uint +pkg math/bits, func Rem32(uint32, uint32, uint32) uint32 +pkg math/bits, func Rem64(uint64, uint64, uint64) uint64 +pkg mime/multipart, method (*Reader) NextRawPart() (*Part, error) +pkg net/http, method (Header) Values(string) []string +pkg net/http, type Transport struct, DialTLSContext func(context.Context, string, string) (net.Conn, error) +pkg net/http/httptest, type Server struct, EnableHTTP2 bool +pkg net/textproto, method (MIMEHeader) Values(string) []string +pkg strconv, method (*NumError) Unwrap() error +pkg syscall (windows-386), const CTRL_CLOSE_EVENT = 2 +pkg syscall (windows-386), const CTRL_CLOSE_EVENT ideal-int +pkg syscall (windows-386), const CTRL_LOGOFF_EVENT = 5 +pkg syscall (windows-386), const CTRL_LOGOFF_EVENT ideal-int +pkg syscall (windows-386), const CTRL_SHUTDOWN_EVENT = 6 +pkg syscall (windows-386), const CTRL_SHUTDOWN_EVENT ideal-int +pkg syscall (windows-amd64), const CTRL_CLOSE_EVENT = 2 +pkg syscall (windows-amd64), const CTRL_CLOSE_EVENT ideal-int +pkg syscall (windows-amd64), const CTRL_LOGOFF_EVENT = 5 +pkg syscall (windows-amd64), const CTRL_LOGOFF_EVENT ideal-int +pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT = 6 +pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT ideal-int +pkg testing, method (*B) Cleanup(func()) +pkg testing, method (*T) Cleanup(func()) +pkg testing, type TB interface, Cleanup(func()) +pkg unicode, const Version = "12.0.0" +pkg unicode, var Elymaic *RangeTable +pkg unicode, var Nandinagari *RangeTable +pkg unicode, var Nyiakeng_Puachue_Hmong *RangeTable +pkg unicode, var Wancho *RangeTable +# freebsd arm64 port +pkg log/syslog (freebsd-arm64), const LOG_ALERT = 1 +pkg log/syslog (freebsd-arm64), const LOG_ALERT Priority +pkg log/syslog (freebsd-arm64), const LOG_AUTH = 32 +pkg log/syslog (freebsd-arm64), const LOG_AUTH Priority +pkg log/syslog (freebsd-arm64), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-arm64), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-arm64), const LOG_CRIT = 2 +pkg log/syslog (freebsd-arm64), const LOG_CRIT Priority +pkg log/syslog (freebsd-arm64), const LOG_CRON = 72 +pkg log/syslog (freebsd-arm64), const LOG_CRON Priority +pkg log/syslog (freebsd-arm64), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-arm64), const LOG_DAEMON Priority +pkg log/syslog (freebsd-arm64), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-arm64), const LOG_DEBUG Priority +pkg log/syslog (freebsd-arm64), const LOG_EMERG = 0 +pkg log/syslog (freebsd-arm64), const LOG_EMERG Priority +pkg log/syslog (freebsd-arm64), const LOG_ERR = 3 +pkg log/syslog (freebsd-arm64), const LOG_ERR Priority +pkg log/syslog (freebsd-arm64), const LOG_FTP = 88 +pkg log/syslog (freebsd-arm64), const LOG_FTP Priority +pkg log/syslog (freebsd-arm64), const LOG_INFO = 6 +pkg log/syslog (freebsd-arm64), const LOG_INFO Priority +pkg log/syslog (freebsd-arm64), const LOG_KERN = 0 +pkg log/syslog (freebsd-arm64), const LOG_KERN Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-arm64), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-arm64), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-arm64), const LOG_LPR = 48 +pkg log/syslog (freebsd-arm64), const LOG_LPR Priority +pkg log/syslog (freebsd-arm64), const LOG_MAIL = 16 +pkg log/syslog (freebsd-arm64), const LOG_MAIL Priority +pkg log/syslog (freebsd-arm64), const LOG_NEWS = 56 +pkg log/syslog (freebsd-arm64), const LOG_NEWS Priority +pkg log/syslog (freebsd-arm64), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-arm64), const LOG_NOTICE Priority +pkg log/syslog (freebsd-arm64), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-arm64), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-arm64), const LOG_USER = 8 +pkg log/syslog (freebsd-arm64), const LOG_USER Priority +pkg log/syslog (freebsd-arm64), const LOG_UUCP = 64 +pkg log/syslog (freebsd-arm64), const LOG_UUCP Priority +pkg log/syslog (freebsd-arm64), const LOG_WARNING = 4 +pkg log/syslog (freebsd-arm64), const LOG_WARNING Priority +pkg log/syslog (freebsd-arm64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm64), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-arm64), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Close() error +pkg log/syslog (freebsd-arm64), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Err(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Info(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-arm64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-arm64), type Priority int +pkg log/syslog (freebsd-arm64), type Writer struct +pkg log/syslog (freebsd-arm64-cgo), const LOG_ALERT = 1 +pkg log/syslog (freebsd-arm64-cgo), const LOG_ALERT Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_AUTH = 32 +pkg log/syslog (freebsd-arm64-cgo), const LOG_AUTH Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (freebsd-arm64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_CRIT = 2 +pkg log/syslog (freebsd-arm64-cgo), const LOG_CRIT Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_CRON = 72 +pkg log/syslog (freebsd-arm64-cgo), const LOG_CRON Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (freebsd-arm64-cgo), const LOG_DAEMON Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (freebsd-arm64-cgo), const LOG_DEBUG Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_EMERG = 0 +pkg log/syslog (freebsd-arm64-cgo), const LOG_EMERG Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_ERR = 3 +pkg log/syslog (freebsd-arm64-cgo), const LOG_ERR Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_FTP = 88 +pkg log/syslog (freebsd-arm64-cgo), const LOG_FTP Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_INFO = 6 +pkg log/syslog (freebsd-arm64-cgo), const LOG_INFO Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_KERN = 0 +pkg log/syslog (freebsd-arm64-cgo), const LOG_KERN Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_LPR = 48 +pkg log/syslog (freebsd-arm64-cgo), const LOG_LPR Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_MAIL = 16 +pkg log/syslog (freebsd-arm64-cgo), const LOG_MAIL Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_NEWS = 56 +pkg log/syslog (freebsd-arm64-cgo), const LOG_NEWS Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (freebsd-arm64-cgo), const LOG_NOTICE Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (freebsd-arm64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_USER = 8 +pkg log/syslog (freebsd-arm64-cgo), const LOG_USER Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_UUCP = 64 +pkg log/syslog (freebsd-arm64-cgo), const LOG_UUCP Priority +pkg log/syslog (freebsd-arm64-cgo), const LOG_WARNING = 4 +pkg log/syslog (freebsd-arm64-cgo), const LOG_WARNING Priority +pkg log/syslog (freebsd-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Close() error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Err(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Info(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-arm64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-arm64-cgo), type Priority int +pkg log/syslog (freebsd-arm64-cgo), type Writer struct +pkg math/bits (freebsd-arm64), const UintSize = 64 +pkg math/bits (freebsd-arm64-cgo), const UintSize = 64 +pkg os (freebsd-arm64), const DevNull = "/dev/null" +pkg os (freebsd-arm64), const O_APPEND = 8 +pkg os (freebsd-arm64), const O_CREATE = 512 +pkg os (freebsd-arm64), const O_EXCL = 2048 +pkg os (freebsd-arm64), const O_SYNC = 128 +pkg os (freebsd-arm64), const O_TRUNC = 1024 +pkg os (freebsd-arm64), const PathListSeparator = 58 +pkg os (freebsd-arm64), const PathSeparator = 47 +pkg os (freebsd-arm64-cgo), const DevNull = "/dev/null" +pkg os (freebsd-arm64-cgo), const O_APPEND = 8 +pkg os (freebsd-arm64-cgo), const O_CREATE = 512 +pkg os (freebsd-arm64-cgo), const O_EXCL = 2048 +pkg os (freebsd-arm64-cgo), const O_SYNC = 128 +pkg os (freebsd-arm64-cgo), const O_TRUNC = 1024 +pkg os (freebsd-arm64-cgo), const PathListSeparator = 58 +pkg os (freebsd-arm64-cgo), const PathSeparator = 47 +pkg path/filepath (freebsd-arm64), const ListSeparator = 58 +pkg path/filepath (freebsd-arm64), const Separator = 47 +pkg path/filepath (freebsd-arm64-cgo), const ListSeparator = 58 +pkg path/filepath (freebsd-arm64-cgo), const Separator = 47 +pkg runtime (freebsd-arm64), const GOARCH = "arm64" +pkg runtime (freebsd-arm64), const GOOS = "freebsd" +pkg runtime (freebsd-arm64-cgo), const GOARCH = "arm64" +pkg runtime (freebsd-arm64-cgo), const GOOS = "freebsd" +pkg strconv (freebsd-arm64), const IntSize = 64 +pkg strconv (freebsd-arm64-cgo), const IntSize = 64 +pkg syscall (freebsd-arm64), const AF_APPLETALK = 16 +pkg syscall (freebsd-arm64), const AF_APPLETALK ideal-int +pkg syscall (freebsd-arm64), const AF_ARP = 35 +pkg syscall (freebsd-arm64), const AF_ARP ideal-int +pkg syscall (freebsd-arm64), const AF_ATM = 30 +pkg syscall (freebsd-arm64), const AF_ATM ideal-int +pkg syscall (freebsd-arm64), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-arm64), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-arm64), const AF_CCITT = 10 +pkg syscall (freebsd-arm64), const AF_CCITT ideal-int +pkg syscall (freebsd-arm64), const AF_CHAOS = 5 +pkg syscall (freebsd-arm64), const AF_CHAOS ideal-int +pkg syscall (freebsd-arm64), const AF_CNT = 21 +pkg syscall (freebsd-arm64), const AF_CNT ideal-int +pkg syscall (freebsd-arm64), const AF_COIP = 20 +pkg syscall (freebsd-arm64), const AF_COIP ideal-int +pkg syscall (freebsd-arm64), const AF_DATAKIT = 9 +pkg syscall (freebsd-arm64), const AF_DATAKIT ideal-int +pkg syscall (freebsd-arm64), const AF_DECnet = 12 +pkg syscall (freebsd-arm64), const AF_DECnet ideal-int +pkg syscall (freebsd-arm64), const AF_DLI = 13 +pkg syscall (freebsd-arm64), const AF_DLI ideal-int +pkg syscall (freebsd-arm64), const AF_E164 = 26 +pkg syscall (freebsd-arm64), const AF_E164 ideal-int +pkg syscall (freebsd-arm64), const AF_ECMA = 8 +pkg syscall (freebsd-arm64), const AF_ECMA ideal-int +pkg syscall (freebsd-arm64), const AF_HYLINK = 15 +pkg syscall (freebsd-arm64), const AF_HYLINK ideal-int +pkg syscall (freebsd-arm64), const AF_IEEE80211 = 37 +pkg syscall (freebsd-arm64), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-arm64), const AF_IMPLINK = 3 +pkg syscall (freebsd-arm64), const AF_IMPLINK ideal-int +pkg syscall (freebsd-arm64), const AF_INET_SDP = 40 +pkg syscall (freebsd-arm64), const AF_INET_SDP ideal-int +pkg syscall (freebsd-arm64), const AF_INET6 = 28 +pkg syscall (freebsd-arm64), const AF_INET6_SDP = 42 +pkg syscall (freebsd-arm64), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-arm64), const AF_IPX = 23 +pkg syscall (freebsd-arm64), const AF_IPX ideal-int +pkg syscall (freebsd-arm64), const AF_ISDN = 26 +pkg syscall (freebsd-arm64), const AF_ISDN ideal-int +pkg syscall (freebsd-arm64), const AF_ISO = 7 +pkg syscall (freebsd-arm64), const AF_ISO ideal-int +pkg syscall (freebsd-arm64), const AF_LAT = 14 +pkg syscall (freebsd-arm64), const AF_LAT ideal-int +pkg syscall (freebsd-arm64), const AF_LINK = 18 +pkg syscall (freebsd-arm64), const AF_LINK ideal-int +pkg syscall (freebsd-arm64), const AF_LOCAL = 1 +pkg syscall (freebsd-arm64), const AF_LOCAL ideal-int +pkg syscall (freebsd-arm64), const AF_MAX = 42 +pkg syscall (freebsd-arm64), const AF_MAX ideal-int +pkg syscall (freebsd-arm64), const AF_NATM = 29 +pkg syscall (freebsd-arm64), const AF_NATM ideal-int +pkg syscall (freebsd-arm64), const AF_NETBIOS = 6 +pkg syscall (freebsd-arm64), const AF_NETBIOS ideal-int +pkg syscall (freebsd-arm64), const AF_NETGRAPH = 32 +pkg syscall (freebsd-arm64), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-arm64), const AF_OSI = 7 +pkg syscall (freebsd-arm64), const AF_OSI ideal-int +pkg syscall (freebsd-arm64), const AF_PUP = 4 +pkg syscall (freebsd-arm64), const AF_PUP ideal-int +pkg syscall (freebsd-arm64), const AF_ROUTE = 17 +pkg syscall (freebsd-arm64), const AF_ROUTE ideal-int +pkg syscall (freebsd-arm64), const AF_SCLUSTER = 34 +pkg syscall (freebsd-arm64), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-arm64), const AF_SIP = 24 +pkg syscall (freebsd-arm64), const AF_SIP ideal-int +pkg syscall (freebsd-arm64), const AF_SLOW = 33 +pkg syscall (freebsd-arm64), const AF_SLOW ideal-int +pkg syscall (freebsd-arm64), const AF_SNA = 11 +pkg syscall (freebsd-arm64), const AF_SNA ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR00 = 39 +pkg syscall (freebsd-arm64), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR01 = 41 +pkg syscall (freebsd-arm64), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR02 = 43 +pkg syscall (freebsd-arm64), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR03 = 45 +pkg syscall (freebsd-arm64), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR04 = 47 +pkg syscall (freebsd-arm64), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR05 = 49 +pkg syscall (freebsd-arm64), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR06 = 51 +pkg syscall (freebsd-arm64), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR07 = 53 +pkg syscall (freebsd-arm64), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR08 = 55 +pkg syscall (freebsd-arm64), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR09 = 57 +pkg syscall (freebsd-arm64), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR10 = 59 +pkg syscall (freebsd-arm64), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR11 = 61 +pkg syscall (freebsd-arm64), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR12 = 63 +pkg syscall (freebsd-arm64), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR13 = 65 +pkg syscall (freebsd-arm64), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR14 = 67 +pkg syscall (freebsd-arm64), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR15 = 69 +pkg syscall (freebsd-arm64), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR16 = 71 +pkg syscall (freebsd-arm64), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR17 = 73 +pkg syscall (freebsd-arm64), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR18 = 75 +pkg syscall (freebsd-arm64), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR19 = 77 +pkg syscall (freebsd-arm64), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR20 = 79 +pkg syscall (freebsd-arm64), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR21 = 81 +pkg syscall (freebsd-arm64), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR22 = 83 +pkg syscall (freebsd-arm64), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR23 = 85 +pkg syscall (freebsd-arm64), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR24 = 87 +pkg syscall (freebsd-arm64), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR25 = 89 +pkg syscall (freebsd-arm64), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR26 = 91 +pkg syscall (freebsd-arm64), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR27 = 93 +pkg syscall (freebsd-arm64), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR28 = 95 +pkg syscall (freebsd-arm64), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR29 = 97 +pkg syscall (freebsd-arm64), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR30 = 99 +pkg syscall (freebsd-arm64), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR31 = 101 +pkg syscall (freebsd-arm64), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR32 = 103 +pkg syscall (freebsd-arm64), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR33 = 105 +pkg syscall (freebsd-arm64), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR34 = 107 +pkg syscall (freebsd-arm64), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR35 = 109 +pkg syscall (freebsd-arm64), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR36 = 111 +pkg syscall (freebsd-arm64), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR37 = 113 +pkg syscall (freebsd-arm64), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR38 = 115 +pkg syscall (freebsd-arm64), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR39 = 117 +pkg syscall (freebsd-arm64), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR40 = 119 +pkg syscall (freebsd-arm64), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR41 = 121 +pkg syscall (freebsd-arm64), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR42 = 123 +pkg syscall (freebsd-arm64), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR43 = 125 +pkg syscall (freebsd-arm64), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR44 = 127 +pkg syscall (freebsd-arm64), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR45 = 129 +pkg syscall (freebsd-arm64), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR46 = 131 +pkg syscall (freebsd-arm64), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-arm64), const AF_VENDOR47 = 133 +pkg syscall (freebsd-arm64), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-arm64), const B0 = 0 +pkg syscall (freebsd-arm64), const B0 ideal-int +pkg syscall (freebsd-arm64), const B110 = 110 +pkg syscall (freebsd-arm64), const B110 ideal-int +pkg syscall (freebsd-arm64), const B115200 = 115200 +pkg syscall (freebsd-arm64), const B115200 ideal-int +pkg syscall (freebsd-arm64), const B1200 = 1200 +pkg syscall (freebsd-arm64), const B1200 ideal-int +pkg syscall (freebsd-arm64), const B134 = 134 +pkg syscall (freebsd-arm64), const B134 ideal-int +pkg syscall (freebsd-arm64), const B14400 = 14400 +pkg syscall (freebsd-arm64), const B14400 ideal-int +pkg syscall (freebsd-arm64), const B150 = 150 +pkg syscall (freebsd-arm64), const B150 ideal-int +pkg syscall (freebsd-arm64), const B1800 = 1800 +pkg syscall (freebsd-arm64), const B1800 ideal-int +pkg syscall (freebsd-arm64), const B19200 = 19200 +pkg syscall (freebsd-arm64), const B19200 ideal-int +pkg syscall (freebsd-arm64), const B200 = 200 +pkg syscall (freebsd-arm64), const B200 ideal-int +pkg syscall (freebsd-arm64), const B230400 = 230400 +pkg syscall (freebsd-arm64), const B230400 ideal-int +pkg syscall (freebsd-arm64), const B2400 = 2400 +pkg syscall (freebsd-arm64), const B2400 ideal-int +pkg syscall (freebsd-arm64), const B28800 = 28800 +pkg syscall (freebsd-arm64), const B28800 ideal-int +pkg syscall (freebsd-arm64), const B300 = 300 +pkg syscall (freebsd-arm64), const B300 ideal-int +pkg syscall (freebsd-arm64), const B38400 = 38400 +pkg syscall (freebsd-arm64), const B38400 ideal-int +pkg syscall (freebsd-arm64), const B460800 = 460800 +pkg syscall (freebsd-arm64), const B460800 ideal-int +pkg syscall (freebsd-arm64), const B4800 = 4800 +pkg syscall (freebsd-arm64), const B4800 ideal-int +pkg syscall (freebsd-arm64), const B50 = 50 +pkg syscall (freebsd-arm64), const B50 ideal-int +pkg syscall (freebsd-arm64), const B57600 = 57600 +pkg syscall (freebsd-arm64), const B57600 ideal-int +pkg syscall (freebsd-arm64), const B600 = 600 +pkg syscall (freebsd-arm64), const B600 ideal-int +pkg syscall (freebsd-arm64), const B7200 = 7200 +pkg syscall (freebsd-arm64), const B7200 ideal-int +pkg syscall (freebsd-arm64), const B75 = 75 +pkg syscall (freebsd-arm64), const B75 ideal-int +pkg syscall (freebsd-arm64), const B76800 = 76800 +pkg syscall (freebsd-arm64), const B76800 ideal-int +pkg syscall (freebsd-arm64), const B921600 = 921600 +pkg syscall (freebsd-arm64), const B921600 ideal-int +pkg syscall (freebsd-arm64), const B9600 = 9600 +pkg syscall (freebsd-arm64), const B9600 ideal-int +pkg syscall (freebsd-arm64), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-arm64), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-arm64), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-arm64), const BIOCFLUSH ideal-int +pkg syscall (freebsd-arm64), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-arm64), const BIOCGBLEN ideal-int +pkg syscall (freebsd-arm64), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-arm64), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-arm64), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-arm64), const BIOCGDLT ideal-int +pkg syscall (freebsd-arm64), const BIOCGDLTLIST = 3222291065 +pkg syscall (freebsd-arm64), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-arm64), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-arm64), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-arm64), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-arm64), const BIOCGETIF ideal-int +pkg syscall (freebsd-arm64), const BIOCGETZMAX = 1074283135 +pkg syscall (freebsd-arm64), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-arm64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-arm64), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-arm64), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-arm64), const BIOCGRSIG ideal-int +pkg syscall (freebsd-arm64), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (freebsd-arm64), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-arm64), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-arm64), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-arm64), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-arm64), const BIOCGSTATS ideal-int +pkg syscall (freebsd-arm64), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-arm64), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-arm64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-arm64), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-arm64), const BIOCLOCK = 536887930 +pkg syscall (freebsd-arm64), const BIOCLOCK ideal-int +pkg syscall (freebsd-arm64), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-arm64), const BIOCPROMISC ideal-int +pkg syscall (freebsd-arm64), const BIOCROTZBUF = 1075331712 +pkg syscall (freebsd-arm64), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-arm64), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-arm64), const BIOCSBLEN ideal-int +pkg syscall (freebsd-arm64), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-arm64), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-arm64), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-arm64), const BIOCSDLT ideal-int +pkg syscall (freebsd-arm64), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-arm64), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-arm64), const BIOCSETF = 2148549223 +pkg syscall (freebsd-arm64), const BIOCSETF ideal-int +pkg syscall (freebsd-arm64), const BIOCSETFNR = 2148549250 +pkg syscall (freebsd-arm64), const BIOCSETFNR ideal-int +pkg syscall (freebsd-arm64), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-arm64), const BIOCSETIF ideal-int +pkg syscall (freebsd-arm64), const BIOCSETWF = 2148549243 +pkg syscall (freebsd-arm64), const BIOCSETWF ideal-int +pkg syscall (freebsd-arm64), const BIOCSETZBUF = 2149073537 +pkg syscall (freebsd-arm64), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-arm64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-arm64), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-arm64), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-arm64), const BIOCSRSIG ideal-int +pkg syscall (freebsd-arm64), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (freebsd-arm64), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-arm64), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-arm64), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-arm64), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-arm64), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-arm64), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-arm64), const BIOCVERSION ideal-int +pkg syscall (freebsd-arm64), const BPF_A = 16 +pkg syscall (freebsd-arm64), const BPF_A ideal-int +pkg syscall (freebsd-arm64), const BPF_ABS = 32 +pkg syscall (freebsd-arm64), const BPF_ABS ideal-int +pkg syscall (freebsd-arm64), const BPF_ADD = 0 +pkg syscall (freebsd-arm64), const BPF_ADD ideal-int +pkg syscall (freebsd-arm64), const BPF_ALIGNMENT = 8 +pkg syscall (freebsd-arm64), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-arm64), const BPF_ALU = 4 +pkg syscall (freebsd-arm64), const BPF_ALU ideal-int +pkg syscall (freebsd-arm64), const BPF_AND = 80 +pkg syscall (freebsd-arm64), const BPF_AND ideal-int +pkg syscall (freebsd-arm64), const BPF_B = 16 +pkg syscall (freebsd-arm64), const BPF_B ideal-int +pkg syscall (freebsd-arm64), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-arm64), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-arm64), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-arm64), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-arm64), const BPF_DIV = 48 +pkg syscall (freebsd-arm64), const BPF_DIV ideal-int +pkg syscall (freebsd-arm64), const BPF_H = 8 +pkg syscall (freebsd-arm64), const BPF_H ideal-int +pkg syscall (freebsd-arm64), const BPF_IMM = 0 +pkg syscall (freebsd-arm64), const BPF_IMM ideal-int +pkg syscall (freebsd-arm64), const BPF_IND = 64 +pkg syscall (freebsd-arm64), const BPF_IND ideal-int +pkg syscall (freebsd-arm64), const BPF_JA = 0 +pkg syscall (freebsd-arm64), const BPF_JA ideal-int +pkg syscall (freebsd-arm64), const BPF_JEQ = 16 +pkg syscall (freebsd-arm64), const BPF_JEQ ideal-int +pkg syscall (freebsd-arm64), const BPF_JGE = 48 +pkg syscall (freebsd-arm64), const BPF_JGE ideal-int +pkg syscall (freebsd-arm64), const BPF_JGT = 32 +pkg syscall (freebsd-arm64), const BPF_JGT ideal-int +pkg syscall (freebsd-arm64), const BPF_JMP = 5 +pkg syscall (freebsd-arm64), const BPF_JMP ideal-int +pkg syscall (freebsd-arm64), const BPF_JSET = 64 +pkg syscall (freebsd-arm64), const BPF_JSET ideal-int +pkg syscall (freebsd-arm64), const BPF_K = 0 +pkg syscall (freebsd-arm64), const BPF_K ideal-int +pkg syscall (freebsd-arm64), const BPF_LD = 0 +pkg syscall (freebsd-arm64), const BPF_LD ideal-int +pkg syscall (freebsd-arm64), const BPF_LDX = 1 +pkg syscall (freebsd-arm64), const BPF_LDX ideal-int +pkg syscall (freebsd-arm64), const BPF_LEN = 128 +pkg syscall (freebsd-arm64), const BPF_LEN ideal-int +pkg syscall (freebsd-arm64), const BPF_LSH = 96 +pkg syscall (freebsd-arm64), const BPF_LSH ideal-int +pkg syscall (freebsd-arm64), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-arm64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-arm64), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-arm64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-arm64), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-arm64), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-arm64), const BPF_MEM = 96 +pkg syscall (freebsd-arm64), const BPF_MEM ideal-int +pkg syscall (freebsd-arm64), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-arm64), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-arm64), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-arm64), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-arm64), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-arm64), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-arm64), const BPF_MISC = 7 +pkg syscall (freebsd-arm64), const BPF_MISC ideal-int +pkg syscall (freebsd-arm64), const BPF_MSH = 160 +pkg syscall (freebsd-arm64), const BPF_MSH ideal-int +pkg syscall (freebsd-arm64), const BPF_MUL = 32 +pkg syscall (freebsd-arm64), const BPF_MUL ideal-int +pkg syscall (freebsd-arm64), const BPF_NEG = 128 +pkg syscall (freebsd-arm64), const BPF_NEG ideal-int +pkg syscall (freebsd-arm64), const BPF_OR = 64 +pkg syscall (freebsd-arm64), const BPF_OR ideal-int +pkg syscall (freebsd-arm64), const BPF_RELEASE = 199606 +pkg syscall (freebsd-arm64), const BPF_RELEASE ideal-int +pkg syscall (freebsd-arm64), const BPF_RET = 6 +pkg syscall (freebsd-arm64), const BPF_RET ideal-int +pkg syscall (freebsd-arm64), const BPF_RSH = 112 +pkg syscall (freebsd-arm64), const BPF_RSH ideal-int +pkg syscall (freebsd-arm64), const BPF_ST = 2 +pkg syscall (freebsd-arm64), const BPF_ST ideal-int +pkg syscall (freebsd-arm64), const BPF_STX = 3 +pkg syscall (freebsd-arm64), const BPF_STX ideal-int +pkg syscall (freebsd-arm64), const BPF_SUB = 16 +pkg syscall (freebsd-arm64), const BPF_SUB ideal-int +pkg syscall (freebsd-arm64), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-arm64), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-arm64), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-arm64), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-arm64), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm64), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-arm64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_FAST = 256 +pkg syscall (freebsd-arm64), const BPF_T_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-arm64), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-arm64), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-arm64), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-arm64), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-arm64), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm64), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64), const BPF_T_NONE = 3 +pkg syscall (freebsd-arm64), const BPF_T_NONE ideal-int +pkg syscall (freebsd-arm64), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-arm64), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-arm64), const BPF_TAX = 0 +pkg syscall (freebsd-arm64), const BPF_TAX ideal-int +pkg syscall (freebsd-arm64), const BPF_TXA = 128 +pkg syscall (freebsd-arm64), const BPF_TXA ideal-int +pkg syscall (freebsd-arm64), const BPF_W = 0 +pkg syscall (freebsd-arm64), const BPF_W ideal-int +pkg syscall (freebsd-arm64), const BPF_X = 8 +pkg syscall (freebsd-arm64), const BPF_X ideal-int +pkg syscall (freebsd-arm64), const BRKINT = 2 +pkg syscall (freebsd-arm64), const BRKINT ideal-int +pkg syscall (freebsd-arm64), const CFLUSH = 15 +pkg syscall (freebsd-arm64), const CFLUSH ideal-int +pkg syscall (freebsd-arm64), const CLOCAL = 32768 +pkg syscall (freebsd-arm64), const CLOCAL ideal-int +pkg syscall (freebsd-arm64), const CREAD = 2048 +pkg syscall (freebsd-arm64), const CREAD ideal-int +pkg syscall (freebsd-arm64), const CS5 = 0 +pkg syscall (freebsd-arm64), const CS5 ideal-int +pkg syscall (freebsd-arm64), const CS6 = 256 +pkg syscall (freebsd-arm64), const CS6 ideal-int +pkg syscall (freebsd-arm64), const CS7 = 512 +pkg syscall (freebsd-arm64), const CS7 ideal-int +pkg syscall (freebsd-arm64), const CS8 = 768 +pkg syscall (freebsd-arm64), const CS8 ideal-int +pkg syscall (freebsd-arm64), const CSIZE = 768 +pkg syscall (freebsd-arm64), const CSIZE ideal-int +pkg syscall (freebsd-arm64), const CSTART = 17 +pkg syscall (freebsd-arm64), const CSTART ideal-int +pkg syscall (freebsd-arm64), const CSTATUS = 20 +pkg syscall (freebsd-arm64), const CSTATUS ideal-int +pkg syscall (freebsd-arm64), const CSTOP = 19 +pkg syscall (freebsd-arm64), const CSTOP ideal-int +pkg syscall (freebsd-arm64), const CSTOPB = 1024 +pkg syscall (freebsd-arm64), const CSTOPB ideal-int +pkg syscall (freebsd-arm64), const CSUSP = 26 +pkg syscall (freebsd-arm64), const CSUSP ideal-int +pkg syscall (freebsd-arm64), const CTL_MAXNAME = 24 +pkg syscall (freebsd-arm64), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-arm64), const CTL_NET = 4 +pkg syscall (freebsd-arm64), const CTL_NET ideal-int +pkg syscall (freebsd-arm64), const DLT_A429 = 184 +pkg syscall (freebsd-arm64), const DLT_A429 ideal-int +pkg syscall (freebsd-arm64), const DLT_A653_ICM = 185 +pkg syscall (freebsd-arm64), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-arm64), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-arm64), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-arm64), const DLT_AOS = 222 +pkg syscall (freebsd-arm64), const DLT_AOS ideal-int +pkg syscall (freebsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-arm64), const DLT_ARCNET = 7 +pkg syscall (freebsd-arm64), const DLT_ARCNET ideal-int +pkg syscall (freebsd-arm64), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-arm64), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-arm64), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-arm64), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-arm64), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-arm64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-arm64), const DLT_AURORA = 126 +pkg syscall (freebsd-arm64), const DLT_AURORA ideal-int +pkg syscall (freebsd-arm64), const DLT_AX25 = 3 +pkg syscall (freebsd-arm64), const DLT_AX25 ideal-int +pkg syscall (freebsd-arm64), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-arm64), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-arm64), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-arm64), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-arm64), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-arm64), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-arm64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-arm64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-arm64), const DLT_C_HDLC = 104 +pkg syscall (freebsd-arm64), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-arm64), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-arm64), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-arm64), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-arm64), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-arm64), const DLT_CAN20B = 190 +pkg syscall (freebsd-arm64), const DLT_CAN20B ideal-int +pkg syscall (freebsd-arm64), const DLT_CHAOS = 5 +pkg syscall (freebsd-arm64), const DLT_CHAOS ideal-int +pkg syscall (freebsd-arm64), const DLT_CHDLC = 104 +pkg syscall (freebsd-arm64), const DLT_CHDLC ideal-int +pkg syscall (freebsd-arm64), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-arm64), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-arm64), const DLT_DBUS = 231 +pkg syscall (freebsd-arm64), const DLT_DBUS ideal-int +pkg syscall (freebsd-arm64), const DLT_DECT = 221 +pkg syscall (freebsd-arm64), const DLT_DECT ideal-int +pkg syscall (freebsd-arm64), const DLT_DOCSIS = 143 +pkg syscall (freebsd-arm64), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-arm64), const DLT_DVB_CI = 235 +pkg syscall (freebsd-arm64), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-arm64), const DLT_ECONET = 115 +pkg syscall (freebsd-arm64), const DLT_ECONET ideal-int +pkg syscall (freebsd-arm64), const DLT_EN10MB = 1 +pkg syscall (freebsd-arm64), const DLT_EN10MB ideal-int +pkg syscall (freebsd-arm64), const DLT_EN3MB = 2 +pkg syscall (freebsd-arm64), const DLT_EN3MB ideal-int +pkg syscall (freebsd-arm64), const DLT_ENC = 109 +pkg syscall (freebsd-arm64), const DLT_ENC ideal-int +pkg syscall (freebsd-arm64), const DLT_ERF = 197 +pkg syscall (freebsd-arm64), const DLT_ERF ideal-int +pkg syscall (freebsd-arm64), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-arm64), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-arm64), const DLT_ERF_POS = 176 +pkg syscall (freebsd-arm64), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-arm64), const DLT_FC_2 = 224 +pkg syscall (freebsd-arm64), const DLT_FC_2 ideal-int +pkg syscall (freebsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-arm64), const DLT_FDDI = 10 +pkg syscall (freebsd-arm64), const DLT_FDDI ideal-int +pkg syscall (freebsd-arm64), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-arm64), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-arm64), const DLT_FRELAY = 107 +pkg syscall (freebsd-arm64), const DLT_FRELAY ideal-int +pkg syscall (freebsd-arm64), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-arm64), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-arm64), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-arm64), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-arm64), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-arm64), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-arm64), const DLT_GPF_F = 171 +pkg syscall (freebsd-arm64), const DLT_GPF_F ideal-int +pkg syscall (freebsd-arm64), const DLT_GPF_T = 170 +pkg syscall (freebsd-arm64), const DLT_GPF_T ideal-int +pkg syscall (freebsd-arm64), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-arm64), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-arm64), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-arm64), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-arm64), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-arm64), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-arm64), const DLT_HHDLC = 121 +pkg syscall (freebsd-arm64), const DLT_HHDLC ideal-int +pkg syscall (freebsd-arm64), const DLT_IBM_SN = 146 +pkg syscall (freebsd-arm64), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-arm64), const DLT_IBM_SP = 145 +pkg syscall (freebsd-arm64), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802 = 6 +pkg syscall (freebsd-arm64), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-arm64), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-arm64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-arm64), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-arm64), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-arm64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-arm64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-arm64), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-arm64), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-arm64), const DLT_IPFILTER = 116 +pkg syscall (freebsd-arm64), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-arm64), const DLT_IPMB = 199 +pkg syscall (freebsd-arm64), const DLT_IPMB ideal-int +pkg syscall (freebsd-arm64), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-arm64), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-arm64), const DLT_IPNET = 226 +pkg syscall (freebsd-arm64), const DLT_IPNET ideal-int +pkg syscall (freebsd-arm64), const DLT_IPOIB = 242 +pkg syscall (freebsd-arm64), const DLT_IPOIB ideal-int +pkg syscall (freebsd-arm64), const DLT_IPV4 = 228 +pkg syscall (freebsd-arm64), const DLT_IPV4 ideal-int +pkg syscall (freebsd-arm64), const DLT_IPV6 = 229 +pkg syscall (freebsd-arm64), const DLT_IPV6 ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-arm64), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-arm64), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-arm64), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-arm64), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-arm64), const DLT_LAPD = 203 +pkg syscall (freebsd-arm64), const DLT_LAPD ideal-int +pkg syscall (freebsd-arm64), const DLT_LIN = 212 +pkg syscall (freebsd-arm64), const DLT_LIN ideal-int +pkg syscall (freebsd-arm64), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-arm64), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-arm64), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-arm64), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-arm64), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-arm64), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-arm64), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-arm64), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-arm64), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-arm64), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-arm64), const DLT_LOOP = 108 +pkg syscall (freebsd-arm64), const DLT_LOOP ideal-int +pkg syscall (freebsd-arm64), const DLT_LTALK = 114 +pkg syscall (freebsd-arm64), const DLT_LTALK ideal-int +pkg syscall (freebsd-arm64), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-arm64), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-arm64), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-arm64), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-arm64), const DLT_MFR = 182 +pkg syscall (freebsd-arm64), const DLT_MFR ideal-int +pkg syscall (freebsd-arm64), const DLT_MOST = 211 +pkg syscall (freebsd-arm64), const DLT_MOST ideal-int +pkg syscall (freebsd-arm64), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-arm64), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-arm64), const DLT_MPLS = 219 +pkg syscall (freebsd-arm64), const DLT_MPLS ideal-int +pkg syscall (freebsd-arm64), const DLT_MTP2 = 140 +pkg syscall (freebsd-arm64), const DLT_MTP2 ideal-int +pkg syscall (freebsd-arm64), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-arm64), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-arm64), const DLT_MTP3 = 141 +pkg syscall (freebsd-arm64), const DLT_MTP3 ideal-int +pkg syscall (freebsd-arm64), const DLT_MUX27010 = 236 +pkg syscall (freebsd-arm64), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-arm64), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-arm64), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-arm64), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-arm64), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-arm64), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-arm64), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-arm64), const DLT_NFLOG = 239 +pkg syscall (freebsd-arm64), const DLT_NFLOG ideal-int +pkg syscall (freebsd-arm64), const DLT_NG40 = 244 +pkg syscall (freebsd-arm64), const DLT_NG40 ideal-int +pkg syscall (freebsd-arm64), const DLT_NULL = 0 +pkg syscall (freebsd-arm64), const DLT_NULL ideal-int +pkg syscall (freebsd-arm64), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-arm64), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-arm64), const DLT_PFLOG = 117 +pkg syscall (freebsd-arm64), const DLT_PFLOG ideal-int +pkg syscall (freebsd-arm64), const DLT_PFSYNC = 121 +pkg syscall (freebsd-arm64), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-arm64), const DLT_PPI = 192 +pkg syscall (freebsd-arm64), const DLT_PPI ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP = 9 +pkg syscall (freebsd-arm64), const DLT_PPP ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-arm64), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-arm64), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-arm64), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-arm64), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-arm64), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-arm64), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-arm64), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-arm64), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-arm64), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-arm64), const DLT_PRONET = 4 +pkg syscall (freebsd-arm64), const DLT_PRONET ideal-int +pkg syscall (freebsd-arm64), const DLT_RAIF1 = 198 +pkg syscall (freebsd-arm64), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-arm64), const DLT_RAW = 12 +pkg syscall (freebsd-arm64), const DLT_RAW ideal-int +pkg syscall (freebsd-arm64), const DLT_RIO = 124 +pkg syscall (freebsd-arm64), const DLT_RIO ideal-int +pkg syscall (freebsd-arm64), const DLT_SCCP = 142 +pkg syscall (freebsd-arm64), const DLT_SCCP ideal-int +pkg syscall (freebsd-arm64), const DLT_SITA = 196 +pkg syscall (freebsd-arm64), const DLT_SITA ideal-int +pkg syscall (freebsd-arm64), const DLT_SLIP = 8 +pkg syscall (freebsd-arm64), const DLT_SLIP ideal-int +pkg syscall (freebsd-arm64), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-arm64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-arm64), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-arm64), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-arm64), const DLT_SUNATM = 123 +pkg syscall (freebsd-arm64), const DLT_SUNATM ideal-int +pkg syscall (freebsd-arm64), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-arm64), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-arm64), const DLT_TZSP = 128 +pkg syscall (freebsd-arm64), const DLT_TZSP ideal-int +pkg syscall (freebsd-arm64), const DLT_USB = 186 +pkg syscall (freebsd-arm64), const DLT_USB ideal-int +pkg syscall (freebsd-arm64), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-arm64), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-arm64), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-arm64), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-arm64), const DLT_USER0 = 147 +pkg syscall (freebsd-arm64), const DLT_USER0 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER1 = 148 +pkg syscall (freebsd-arm64), const DLT_USER1 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER10 = 157 +pkg syscall (freebsd-arm64), const DLT_USER10 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER11 = 158 +pkg syscall (freebsd-arm64), const DLT_USER11 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER12 = 159 +pkg syscall (freebsd-arm64), const DLT_USER12 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER13 = 160 +pkg syscall (freebsd-arm64), const DLT_USER13 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER14 = 161 +pkg syscall (freebsd-arm64), const DLT_USER14 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER15 = 162 +pkg syscall (freebsd-arm64), const DLT_USER15 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER2 = 149 +pkg syscall (freebsd-arm64), const DLT_USER2 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER3 = 150 +pkg syscall (freebsd-arm64), const DLT_USER3 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER4 = 151 +pkg syscall (freebsd-arm64), const DLT_USER4 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER5 = 152 +pkg syscall (freebsd-arm64), const DLT_USER5 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER6 = 153 +pkg syscall (freebsd-arm64), const DLT_USER6 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER7 = 154 +pkg syscall (freebsd-arm64), const DLT_USER7 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER8 = 155 +pkg syscall (freebsd-arm64), const DLT_USER8 ideal-int +pkg syscall (freebsd-arm64), const DLT_USER9 = 156 +pkg syscall (freebsd-arm64), const DLT_USER9 ideal-int +pkg syscall (freebsd-arm64), const DLT_WIHART = 223 +pkg syscall (freebsd-arm64), const DLT_WIHART ideal-int +pkg syscall (freebsd-arm64), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-arm64), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-arm64), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-arm64), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-arm64), const DT_BLK = 6 +pkg syscall (freebsd-arm64), const DT_BLK ideal-int +pkg syscall (freebsd-arm64), const DT_CHR = 2 +pkg syscall (freebsd-arm64), const DT_CHR ideal-int +pkg syscall (freebsd-arm64), const DT_DIR = 4 +pkg syscall (freebsd-arm64), const DT_DIR ideal-int +pkg syscall (freebsd-arm64), const DT_FIFO = 1 +pkg syscall (freebsd-arm64), const DT_FIFO ideal-int +pkg syscall (freebsd-arm64), const DT_LNK = 10 +pkg syscall (freebsd-arm64), const DT_LNK ideal-int +pkg syscall (freebsd-arm64), const DT_REG = 8 +pkg syscall (freebsd-arm64), const DT_REG ideal-int +pkg syscall (freebsd-arm64), const DT_SOCK = 12 +pkg syscall (freebsd-arm64), const DT_SOCK ideal-int +pkg syscall (freebsd-arm64), const DT_UNKNOWN = 0 +pkg syscall (freebsd-arm64), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-arm64), const DT_WHT = 14 +pkg syscall (freebsd-arm64), const DT_WHT ideal-int +pkg syscall (freebsd-arm64), const E2BIG = 7 +pkg syscall (freebsd-arm64), const EACCES = 13 +pkg syscall (freebsd-arm64), const EADDRINUSE = 48 +pkg syscall (freebsd-arm64), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-arm64), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-arm64), const EAGAIN = 35 +pkg syscall (freebsd-arm64), const EALREADY = 37 +pkg syscall (freebsd-arm64), const EAUTH = 80 +pkg syscall (freebsd-arm64), const EAUTH Errno +pkg syscall (freebsd-arm64), const EBADF = 9 +pkg syscall (freebsd-arm64), const EBADMSG = 89 +pkg syscall (freebsd-arm64), const EBADMSG Errno +pkg syscall (freebsd-arm64), const EBADRPC = 72 +pkg syscall (freebsd-arm64), const EBADRPC Errno +pkg syscall (freebsd-arm64), const EBUSY = 16 +pkg syscall (freebsd-arm64), const ECANCELED = 85 +pkg syscall (freebsd-arm64), const ECAPMODE = 94 +pkg syscall (freebsd-arm64), const ECAPMODE Errno +pkg syscall (freebsd-arm64), const ECHILD = 10 +pkg syscall (freebsd-arm64), const ECHO = 8 +pkg syscall (freebsd-arm64), const ECHO ideal-int +pkg syscall (freebsd-arm64), const ECHOCTL = 64 +pkg syscall (freebsd-arm64), const ECHOCTL ideal-int +pkg syscall (freebsd-arm64), const ECHOE = 2 +pkg syscall (freebsd-arm64), const ECHOE ideal-int +pkg syscall (freebsd-arm64), const ECHOK = 4 +pkg syscall (freebsd-arm64), const ECHOK ideal-int +pkg syscall (freebsd-arm64), const ECHOKE = 1 +pkg syscall (freebsd-arm64), const ECHOKE ideal-int +pkg syscall (freebsd-arm64), const ECHONL = 16 +pkg syscall (freebsd-arm64), const ECHONL ideal-int +pkg syscall (freebsd-arm64), const ECHOPRT = 32 +pkg syscall (freebsd-arm64), const ECHOPRT ideal-int +pkg syscall (freebsd-arm64), const ECONNABORTED = 53 +pkg syscall (freebsd-arm64), const ECONNREFUSED = 61 +pkg syscall (freebsd-arm64), const ECONNRESET = 54 +pkg syscall (freebsd-arm64), const EDEADLK = 11 +pkg syscall (freebsd-arm64), const EDESTADDRREQ = 39 +pkg syscall (freebsd-arm64), const EDOM = 33 +pkg syscall (freebsd-arm64), const EDOOFUS = 88 +pkg syscall (freebsd-arm64), const EDOOFUS Errno +pkg syscall (freebsd-arm64), const EDQUOT = 69 +pkg syscall (freebsd-arm64), const EEXIST = 17 +pkg syscall (freebsd-arm64), const EFAULT = 14 +pkg syscall (freebsd-arm64), const EFBIG = 27 +pkg syscall (freebsd-arm64), const EFTYPE = 79 +pkg syscall (freebsd-arm64), const EFTYPE Errno +pkg syscall (freebsd-arm64), const EHOSTDOWN = 64 +pkg syscall (freebsd-arm64), const EHOSTUNREACH = 65 +pkg syscall (freebsd-arm64), const EIDRM = 82 +pkg syscall (freebsd-arm64), const EILSEQ = 86 +pkg syscall (freebsd-arm64), const EINPROGRESS = 36 +pkg syscall (freebsd-arm64), const EINTR = 4 +pkg syscall (freebsd-arm64), const EINVAL = 22 +pkg syscall (freebsd-arm64), const EIO = 5 +pkg syscall (freebsd-arm64), const EISCONN = 56 +pkg syscall (freebsd-arm64), const EISDIR = 21 +pkg syscall (freebsd-arm64), const ELAST = 96 +pkg syscall (freebsd-arm64), const ELAST Errno +pkg syscall (freebsd-arm64), const ELOOP = 62 +pkg syscall (freebsd-arm64), const EMFILE = 24 +pkg syscall (freebsd-arm64), const EMLINK = 31 +pkg syscall (freebsd-arm64), const EMSGSIZE = 40 +pkg syscall (freebsd-arm64), const EMULTIHOP = 90 +pkg syscall (freebsd-arm64), const EMULTIHOP Errno +pkg syscall (freebsd-arm64), const ENAMETOOLONG = 63 +pkg syscall (freebsd-arm64), const ENEEDAUTH = 81 +pkg syscall (freebsd-arm64), const ENEEDAUTH Errno +pkg syscall (freebsd-arm64), const ENETDOWN = 50 +pkg syscall (freebsd-arm64), const ENETRESET = 52 +pkg syscall (freebsd-arm64), const ENETUNREACH = 51 +pkg syscall (freebsd-arm64), const ENFILE = 23 +pkg syscall (freebsd-arm64), const ENOATTR = 87 +pkg syscall (freebsd-arm64), const ENOATTR Errno +pkg syscall (freebsd-arm64), const ENOBUFS = 55 +pkg syscall (freebsd-arm64), const ENODEV = 19 +pkg syscall (freebsd-arm64), const ENOEXEC = 8 +pkg syscall (freebsd-arm64), const ENOLCK = 77 +pkg syscall (freebsd-arm64), const ENOLINK = 91 +pkg syscall (freebsd-arm64), const ENOLINK Errno +pkg syscall (freebsd-arm64), const ENOMEM = 12 +pkg syscall (freebsd-arm64), const ENOMSG = 83 +pkg syscall (freebsd-arm64), const ENOPROTOOPT = 42 +pkg syscall (freebsd-arm64), const ENOSPC = 28 +pkg syscall (freebsd-arm64), const ENOSYS = 78 +pkg syscall (freebsd-arm64), const ENOTBLK = 15 +pkg syscall (freebsd-arm64), const ENOTCAPABLE = 93 +pkg syscall (freebsd-arm64), const ENOTCAPABLE Errno +pkg syscall (freebsd-arm64), const ENOTCONN = 57 +pkg syscall (freebsd-arm64), const ENOTDIR = 20 +pkg syscall (freebsd-arm64), const ENOTEMPTY = 66 +pkg syscall (freebsd-arm64), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-arm64), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-arm64), const ENOTSOCK = 38 +pkg syscall (freebsd-arm64), const ENOTSUP = 45 +pkg syscall (freebsd-arm64), const ENOTTY = 25 +pkg syscall (freebsd-arm64), const ENXIO = 6 +pkg syscall (freebsd-arm64), const EOPNOTSUPP = 45 +pkg syscall (freebsd-arm64), const EOVERFLOW = 84 +pkg syscall (freebsd-arm64), const EOWNERDEAD = 96 +pkg syscall (freebsd-arm64), const EOWNERDEAD Errno +pkg syscall (freebsd-arm64), const EPERM = 1 +pkg syscall (freebsd-arm64), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-arm64), const EPIPE = 32 +pkg syscall (freebsd-arm64), const EPROCLIM = 67 +pkg syscall (freebsd-arm64), const EPROCLIM Errno +pkg syscall (freebsd-arm64), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-arm64), const EPROCUNAVAIL Errno +pkg syscall (freebsd-arm64), const EPROGMISMATCH = 75 +pkg syscall (freebsd-arm64), const EPROGMISMATCH Errno +pkg syscall (freebsd-arm64), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-arm64), const EPROGUNAVAIL Errno +pkg syscall (freebsd-arm64), const EPROTO = 92 +pkg syscall (freebsd-arm64), const EPROTO Errno +pkg syscall (freebsd-arm64), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-arm64), const EPROTOTYPE = 41 +pkg syscall (freebsd-arm64), const ERANGE = 34 +pkg syscall (freebsd-arm64), const EREMOTE = 71 +pkg syscall (freebsd-arm64), const EROFS = 30 +pkg syscall (freebsd-arm64), const ERPCMISMATCH = 73 +pkg syscall (freebsd-arm64), const ERPCMISMATCH Errno +pkg syscall (freebsd-arm64), const ESHUTDOWN = 58 +pkg syscall (freebsd-arm64), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-arm64), const ESPIPE = 29 +pkg syscall (freebsd-arm64), const ESRCH = 3 +pkg syscall (freebsd-arm64), const ESTALE = 70 +pkg syscall (freebsd-arm64), const ETIMEDOUT = 60 +pkg syscall (freebsd-arm64), const ETOOMANYREFS = 59 +pkg syscall (freebsd-arm64), const ETXTBSY = 26 +pkg syscall (freebsd-arm64), const EUSERS = 68 +pkg syscall (freebsd-arm64), const EV_ADD = 1 +pkg syscall (freebsd-arm64), const EV_ADD ideal-int +pkg syscall (freebsd-arm64), const EV_CLEAR = 32 +pkg syscall (freebsd-arm64), const EV_CLEAR ideal-int +pkg syscall (freebsd-arm64), const EV_DELETE = 2 +pkg syscall (freebsd-arm64), const EV_DELETE ideal-int +pkg syscall (freebsd-arm64), const EV_DISABLE = 8 +pkg syscall (freebsd-arm64), const EV_DISABLE ideal-int +pkg syscall (freebsd-arm64), const EV_DISPATCH = 128 +pkg syscall (freebsd-arm64), const EV_DISPATCH ideal-int +pkg syscall (freebsd-arm64), const EV_DROP = 4096 +pkg syscall (freebsd-arm64), const EV_DROP ideal-int +pkg syscall (freebsd-arm64), const EV_ENABLE = 4 +pkg syscall (freebsd-arm64), const EV_ENABLE ideal-int +pkg syscall (freebsd-arm64), const EV_EOF = 32768 +pkg syscall (freebsd-arm64), const EV_EOF ideal-int +pkg syscall (freebsd-arm64), const EV_ERROR = 16384 +pkg syscall (freebsd-arm64), const EV_ERROR ideal-int +pkg syscall (freebsd-arm64), const EV_FLAG1 = 8192 +pkg syscall (freebsd-arm64), const EV_FLAG1 ideal-int +pkg syscall (freebsd-arm64), const EV_ONESHOT = 16 +pkg syscall (freebsd-arm64), const EV_ONESHOT ideal-int +pkg syscall (freebsd-arm64), const EV_RECEIPT = 64 +pkg syscall (freebsd-arm64), const EV_RECEIPT ideal-int +pkg syscall (freebsd-arm64), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-arm64), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-arm64), const EVFILT_AIO = -3 +pkg syscall (freebsd-arm64), const EVFILT_AIO ideal-int +pkg syscall (freebsd-arm64), const EVFILT_FS = -9 +pkg syscall (freebsd-arm64), const EVFILT_FS ideal-int +pkg syscall (freebsd-arm64), const EVFILT_LIO = -10 +pkg syscall (freebsd-arm64), const EVFILT_LIO ideal-int +pkg syscall (freebsd-arm64), const EVFILT_PROC = -5 +pkg syscall (freebsd-arm64), const EVFILT_PROC ideal-int +pkg syscall (freebsd-arm64), const EVFILT_READ = -1 +pkg syscall (freebsd-arm64), const EVFILT_READ ideal-int +pkg syscall (freebsd-arm64), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-arm64), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-arm64), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-arm64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-arm64), const EVFILT_TIMER = -7 +pkg syscall (freebsd-arm64), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-arm64), const EVFILT_USER = -11 +pkg syscall (freebsd-arm64), const EVFILT_USER ideal-int +pkg syscall (freebsd-arm64), const EVFILT_VNODE = -4 +pkg syscall (freebsd-arm64), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-arm64), const EVFILT_WRITE = -2 +pkg syscall (freebsd-arm64), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-arm64), const EWOULDBLOCK = 35 +pkg syscall (freebsd-arm64), const EXDEV = 18 +pkg syscall (freebsd-arm64), const EXTA = 19200 +pkg syscall (freebsd-arm64), const EXTA ideal-int +pkg syscall (freebsd-arm64), const EXTB = 38400 +pkg syscall (freebsd-arm64), const EXTB ideal-int +pkg syscall (freebsd-arm64), const EXTPROC = 2048 +pkg syscall (freebsd-arm64), const EXTPROC ideal-int +pkg syscall (freebsd-arm64), const F_CANCEL = 5 +pkg syscall (freebsd-arm64), const F_CANCEL ideal-int +pkg syscall (freebsd-arm64), const F_DUP2FD = 10 +pkg syscall (freebsd-arm64), const F_DUP2FD ideal-int +pkg syscall (freebsd-arm64), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-arm64), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm64), const F_DUPFD = 0 +pkg syscall (freebsd-arm64), const F_DUPFD ideal-int +pkg syscall (freebsd-arm64), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-arm64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-arm64), const F_GETFD = 1 +pkg syscall (freebsd-arm64), const F_GETFD ideal-int +pkg syscall (freebsd-arm64), const F_GETFL = 3 +pkg syscall (freebsd-arm64), const F_GETFL ideal-int +pkg syscall (freebsd-arm64), const F_GETLK = 11 +pkg syscall (freebsd-arm64), const F_GETLK ideal-int +pkg syscall (freebsd-arm64), const F_GETOWN = 5 +pkg syscall (freebsd-arm64), const F_GETOWN ideal-int +pkg syscall (freebsd-arm64), const F_OGETLK = 7 +pkg syscall (freebsd-arm64), const F_OGETLK ideal-int +pkg syscall (freebsd-arm64), const F_OK = 0 +pkg syscall (freebsd-arm64), const F_OK ideal-int +pkg syscall (freebsd-arm64), const F_OSETLK = 8 +pkg syscall (freebsd-arm64), const F_OSETLK ideal-int +pkg syscall (freebsd-arm64), const F_OSETLKW = 9 +pkg syscall (freebsd-arm64), const F_OSETLKW ideal-int +pkg syscall (freebsd-arm64), const F_RDAHEAD = 16 +pkg syscall (freebsd-arm64), const F_RDAHEAD ideal-int +pkg syscall (freebsd-arm64), const F_RDLCK = 1 +pkg syscall (freebsd-arm64), const F_RDLCK ideal-int +pkg syscall (freebsd-arm64), const F_READAHEAD = 15 +pkg syscall (freebsd-arm64), const F_READAHEAD ideal-int +pkg syscall (freebsd-arm64), const F_SETFD = 2 +pkg syscall (freebsd-arm64), const F_SETFD ideal-int +pkg syscall (freebsd-arm64), const F_SETFL = 4 +pkg syscall (freebsd-arm64), const F_SETFL ideal-int +pkg syscall (freebsd-arm64), const F_SETLK = 12 +pkg syscall (freebsd-arm64), const F_SETLK ideal-int +pkg syscall (freebsd-arm64), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-arm64), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-arm64), const F_SETLKW = 13 +pkg syscall (freebsd-arm64), const F_SETLKW ideal-int +pkg syscall (freebsd-arm64), const F_SETOWN = 6 +pkg syscall (freebsd-arm64), const F_SETOWN ideal-int +pkg syscall (freebsd-arm64), const F_UNLCK = 2 +pkg syscall (freebsd-arm64), const F_UNLCK ideal-int +pkg syscall (freebsd-arm64), const F_UNLCKSYS = 4 +pkg syscall (freebsd-arm64), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-arm64), const F_WRLCK = 3 +pkg syscall (freebsd-arm64), const F_WRLCK ideal-int +pkg syscall (freebsd-arm64), const FD_CLOEXEC = 1 +pkg syscall (freebsd-arm64), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm64), const FD_SETSIZE = 1024 +pkg syscall (freebsd-arm64), const FD_SETSIZE ideal-int +pkg syscall (freebsd-arm64), const FLUSHO = 8388608 +pkg syscall (freebsd-arm64), const FLUSHO ideal-int +pkg syscall (freebsd-arm64), const HUPCL = 16384 +pkg syscall (freebsd-arm64), const HUPCL ideal-int +pkg syscall (freebsd-arm64), const ICANON = 256 +pkg syscall (freebsd-arm64), const ICANON ideal-int +pkg syscall (freebsd-arm64), const ICMP6_FILTER = 18 +pkg syscall (freebsd-arm64), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-arm64), const ICRNL = 256 +pkg syscall (freebsd-arm64), const ICRNL ideal-int +pkg syscall (freebsd-arm64), const IEXTEN = 1024 +pkg syscall (freebsd-arm64), const IEXTEN ideal-int +pkg syscall (freebsd-arm64), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-arm64), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-arm64), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-arm64), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-arm64), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-arm64), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-arm64), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-arm64), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-arm64), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-arm64), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-arm64), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-arm64), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-arm64), const IFF_DEBUG = 4 +pkg syscall (freebsd-arm64), const IFF_DEBUG ideal-int +pkg syscall (freebsd-arm64), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-arm64), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-arm64), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-arm64), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-arm64), const IFF_DYING = 2097152 +pkg syscall (freebsd-arm64), const IFF_DYING ideal-int +pkg syscall (freebsd-arm64), const IFF_LINK0 = 4096 +pkg syscall (freebsd-arm64), const IFF_LINK0 ideal-int +pkg syscall (freebsd-arm64), const IFF_LINK1 = 8192 +pkg syscall (freebsd-arm64), const IFF_LINK1 ideal-int +pkg syscall (freebsd-arm64), const IFF_LINK2 = 16384 +pkg syscall (freebsd-arm64), const IFF_LINK2 ideal-int +pkg syscall (freebsd-arm64), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-arm64), const IFF_MONITOR = 262144 +pkg syscall (freebsd-arm64), const IFF_MONITOR ideal-int +pkg syscall (freebsd-arm64), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-arm64), const IFF_NOARP = 128 +pkg syscall (freebsd-arm64), const IFF_NOARP ideal-int +pkg syscall (freebsd-arm64), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-arm64), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-arm64), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-arm64), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-arm64), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-arm64), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-arm64), const IFF_PROMISC = 256 +pkg syscall (freebsd-arm64), const IFF_PROMISC ideal-int +pkg syscall (freebsd-arm64), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-arm64), const IFF_RENAMING ideal-int +pkg syscall (freebsd-arm64), const IFF_RUNNING = 64 +pkg syscall (freebsd-arm64), const IFF_RUNNING ideal-int +pkg syscall (freebsd-arm64), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-arm64), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-arm64), const IFF_SMART = 32 +pkg syscall (freebsd-arm64), const IFF_SMART ideal-int +pkg syscall (freebsd-arm64), const IFF_STATICARP = 524288 +pkg syscall (freebsd-arm64), const IFF_STATICARP ideal-int +pkg syscall (freebsd-arm64), const IFNAMSIZ = 16 +pkg syscall (freebsd-arm64), const IFNAMSIZ ideal-int +pkg syscall (freebsd-arm64), const IFT_1822 = 2 +pkg syscall (freebsd-arm64), const IFT_1822 ideal-int +pkg syscall (freebsd-arm64), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-arm64), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-arm64), const IFT_AAL2 = 187 +pkg syscall (freebsd-arm64), const IFT_AAL2 ideal-int +pkg syscall (freebsd-arm64), const IFT_AAL5 = 49 +pkg syscall (freebsd-arm64), const IFT_AAL5 ideal-int +pkg syscall (freebsd-arm64), const IFT_ADSL = 94 +pkg syscall (freebsd-arm64), const IFT_ADSL ideal-int +pkg syscall (freebsd-arm64), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-arm64), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-arm64), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-arm64), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-arm64), const IFT_ARAP = 88 +pkg syscall (freebsd-arm64), const IFT_ARAP ideal-int +pkg syscall (freebsd-arm64), const IFT_ARCNET = 35 +pkg syscall (freebsd-arm64), const IFT_ARCNET ideal-int +pkg syscall (freebsd-arm64), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-arm64), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-arm64), const IFT_ASYNC = 84 +pkg syscall (freebsd-arm64), const IFT_ASYNC ideal-int +pkg syscall (freebsd-arm64), const IFT_ATM = 37 +pkg syscall (freebsd-arm64), const IFT_ATM ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMDXI = 105 +pkg syscall (freebsd-arm64), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-arm64), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMIMA = 107 +pkg syscall (freebsd-arm64), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-arm64), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-arm64), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-arm64), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-arm64), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-arm64), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-arm64), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-arm64), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-arm64), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-arm64), const IFT_BRIDGE = 209 +pkg syscall (freebsd-arm64), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-arm64), const IFT_BSC = 83 +pkg syscall (freebsd-arm64), const IFT_BSC ideal-int +pkg syscall (freebsd-arm64), const IFT_CARP = 248 +pkg syscall (freebsd-arm64), const IFT_CARP ideal-int +pkg syscall (freebsd-arm64), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-arm64), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-arm64), const IFT_CEPT = 19 +pkg syscall (freebsd-arm64), const IFT_CEPT ideal-int +pkg syscall (freebsd-arm64), const IFT_CES = 133 +pkg syscall (freebsd-arm64), const IFT_CES ideal-int +pkg syscall (freebsd-arm64), const IFT_CHANNEL = 70 +pkg syscall (freebsd-arm64), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_CNR = 85 +pkg syscall (freebsd-arm64), const IFT_CNR ideal-int +pkg syscall (freebsd-arm64), const IFT_COFFEE = 132 +pkg syscall (freebsd-arm64), const IFT_COFFEE ideal-int +pkg syscall (freebsd-arm64), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-arm64), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-arm64), const IFT_DCN = 141 +pkg syscall (freebsd-arm64), const IFT_DCN ideal-int +pkg syscall (freebsd-arm64), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-arm64), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-arm64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-arm64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_DLSW = 74 +pkg syscall (freebsd-arm64), const IFT_DLSW ideal-int +pkg syscall (freebsd-arm64), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-arm64), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-arm64), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-arm64), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-arm64), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-arm64), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-arm64), const IFT_DS0 = 81 +pkg syscall (freebsd-arm64), const IFT_DS0 ideal-int +pkg syscall (freebsd-arm64), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-arm64), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-arm64), const IFT_DS1FDL = 170 +pkg syscall (freebsd-arm64), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-arm64), const IFT_DS3 = 30 +pkg syscall (freebsd-arm64), const IFT_DS3 ideal-int +pkg syscall (freebsd-arm64), const IFT_DTM = 140 +pkg syscall (freebsd-arm64), const IFT_DTM ideal-int +pkg syscall (freebsd-arm64), const IFT_DVBASILN = 172 +pkg syscall (freebsd-arm64), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-arm64), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-arm64), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-arm64), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-arm64), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-arm64), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-arm64), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-arm64), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-arm64), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-arm64), const IFT_ENC = 244 +pkg syscall (freebsd-arm64), const IFT_ENC ideal-int +pkg syscall (freebsd-arm64), const IFT_EON = 25 +pkg syscall (freebsd-arm64), const IFT_EON ideal-int +pkg syscall (freebsd-arm64), const IFT_EPLRS = 87 +pkg syscall (freebsd-arm64), const IFT_EPLRS ideal-int +pkg syscall (freebsd-arm64), const IFT_ESCON = 73 +pkg syscall (freebsd-arm64), const IFT_ESCON ideal-int +pkg syscall (freebsd-arm64), const IFT_ETHER = 6 +pkg syscall (freebsd-arm64), const IFT_ETHER ideal-int +pkg syscall (freebsd-arm64), const IFT_FAITH = 242 +pkg syscall (freebsd-arm64), const IFT_FAITH ideal-int +pkg syscall (freebsd-arm64), const IFT_FAST = 125 +pkg syscall (freebsd-arm64), const IFT_FAST ideal-int +pkg syscall (freebsd-arm64), const IFT_FASTETHER = 62 +pkg syscall (freebsd-arm64), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-arm64), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-arm64), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-arm64), const IFT_FDDI = 15 +pkg syscall (freebsd-arm64), const IFT_FDDI ideal-int +pkg syscall (freebsd-arm64), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-arm64), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-arm64), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-arm64), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-arm64), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-arm64), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-arm64), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-arm64), const IFT_FRELAY = 32 +pkg syscall (freebsd-arm64), const IFT_FRELAY ideal-int +pkg syscall (freebsd-arm64), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-arm64), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-arm64), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-arm64), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-arm64), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-arm64), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-arm64), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-arm64), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-arm64), const IFT_G703AT64K = 66 +pkg syscall (freebsd-arm64), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-arm64), const IFT_GIF = 240 +pkg syscall (freebsd-arm64), const IFT_GIF ideal-int +pkg syscall (freebsd-arm64), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-arm64), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-arm64), const IFT_GR303IDT = 178 +pkg syscall (freebsd-arm64), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-arm64), const IFT_GR303RDT = 177 +pkg syscall (freebsd-arm64), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-arm64), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-arm64), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-arm64), const IFT_H323PROXY = 165 +pkg syscall (freebsd-arm64), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-arm64), const IFT_HDH1822 = 3 +pkg syscall (freebsd-arm64), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-arm64), const IFT_HDLC = 118 +pkg syscall (freebsd-arm64), const IFT_HDLC ideal-int +pkg syscall (freebsd-arm64), const IFT_HDSL2 = 168 +pkg syscall (freebsd-arm64), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-arm64), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-arm64), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-arm64), const IFT_HIPPI = 47 +pkg syscall (freebsd-arm64), const IFT_HIPPI ideal-int +pkg syscall (freebsd-arm64), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-arm64), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-arm64), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-arm64), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-arm64), const IFT_HSSI = 46 +pkg syscall (freebsd-arm64), const IFT_HSSI ideal-int +pkg syscall (freebsd-arm64), const IFT_HY = 14 +pkg syscall (freebsd-arm64), const IFT_HY ideal-int +pkg syscall (freebsd-arm64), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-arm64), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-arm64), const IFT_IDSL = 154 +pkg syscall (freebsd-arm64), const IFT_IDSL ideal-int +pkg syscall (freebsd-arm64), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-arm64), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-arm64), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-arm64), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-arm64), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-arm64), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-arm64), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-arm64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-arm64), const IFT_IFGSN = 145 +pkg syscall (freebsd-arm64), const IFT_IFGSN ideal-int +pkg syscall (freebsd-arm64), const IFT_IMT = 190 +pkg syscall (freebsd-arm64), const IFT_IMT ideal-int +pkg syscall (freebsd-arm64), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-arm64), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-arm64), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-arm64), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-arm64), const IFT_IP = 126 +pkg syscall (freebsd-arm64), const IFT_IP ideal-int +pkg syscall (freebsd-arm64), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-arm64), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-arm64), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-arm64), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-arm64), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-arm64), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-arm64), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-arm64), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-arm64), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-arm64), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-arm64), const IFT_IPXIP = 249 +pkg syscall (freebsd-arm64), const IFT_IPXIP ideal-int +pkg syscall (freebsd-arm64), const IFT_ISDN = 63 +pkg syscall (freebsd-arm64), const IFT_ISDN ideal-int +pkg syscall (freebsd-arm64), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-arm64), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-arm64), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-arm64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-arm64), const IFT_ISDNS = 75 +pkg syscall (freebsd-arm64), const IFT_ISDNS ideal-int +pkg syscall (freebsd-arm64), const IFT_ISDNU = 76 +pkg syscall (freebsd-arm64), const IFT_ISDNU ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-arm64), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88023 = 7 +pkg syscall (freebsd-arm64), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88024 = 8 +pkg syscall (freebsd-arm64), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88025 = 9 +pkg syscall (freebsd-arm64), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-arm64), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-arm64), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-arm64), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-arm64), const IFT_ISO88026 = 10 +pkg syscall (freebsd-arm64), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-arm64), const IFT_ISUP = 179 +pkg syscall (freebsd-arm64), const IFT_ISUP ideal-int +pkg syscall (freebsd-arm64), const IFT_L2VLAN = 135 +pkg syscall (freebsd-arm64), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-arm64), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-arm64), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-arm64), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-arm64), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-arm64), const IFT_LAPB = 16 +pkg syscall (freebsd-arm64), const IFT_LAPB ideal-int +pkg syscall (freebsd-arm64), const IFT_LAPD = 77 +pkg syscall (freebsd-arm64), const IFT_LAPD ideal-int +pkg syscall (freebsd-arm64), const IFT_LAPF = 119 +pkg syscall (freebsd-arm64), const IFT_LAPF ideal-int +pkg syscall (freebsd-arm64), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-arm64), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-arm64), const IFT_LOOP = 24 +pkg syscall (freebsd-arm64), const IFT_LOOP ideal-int +pkg syscall (freebsd-arm64), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-arm64), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-arm64), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-arm64), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-arm64), const IFT_MIOX25 = 38 +pkg syscall (freebsd-arm64), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-arm64), const IFT_MODEM = 48 +pkg syscall (freebsd-arm64), const IFT_MODEM ideal-int +pkg syscall (freebsd-arm64), const IFT_MPC = 113 +pkg syscall (freebsd-arm64), const IFT_MPC ideal-int +pkg syscall (freebsd-arm64), const IFT_MPLS = 166 +pkg syscall (freebsd-arm64), const IFT_MPLS ideal-int +pkg syscall (freebsd-arm64), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-arm64), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_MSDSL = 143 +pkg syscall (freebsd-arm64), const IFT_MSDSL ideal-int +pkg syscall (freebsd-arm64), const IFT_MVL = 191 +pkg syscall (freebsd-arm64), const IFT_MVL ideal-int +pkg syscall (freebsd-arm64), const IFT_MYRINET = 99 +pkg syscall (freebsd-arm64), const IFT_MYRINET ideal-int +pkg syscall (freebsd-arm64), const IFT_NFAS = 175 +pkg syscall (freebsd-arm64), const IFT_NFAS ideal-int +pkg syscall (freebsd-arm64), const IFT_NSIP = 27 +pkg syscall (freebsd-arm64), const IFT_NSIP ideal-int +pkg syscall (freebsd-arm64), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-arm64), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-arm64), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-arm64), const IFT_OTHER = 1 +pkg syscall (freebsd-arm64), const IFT_OTHER ideal-int +pkg syscall (freebsd-arm64), const IFT_P10 = 12 +pkg syscall (freebsd-arm64), const IFT_P10 ideal-int +pkg syscall (freebsd-arm64), const IFT_P80 = 13 +pkg syscall (freebsd-arm64), const IFT_P80 ideal-int +pkg syscall (freebsd-arm64), const IFT_PARA = 34 +pkg syscall (freebsd-arm64), const IFT_PARA ideal-int +pkg syscall (freebsd-arm64), const IFT_PFLOG = 246 +pkg syscall (freebsd-arm64), const IFT_PFLOG ideal-int +pkg syscall (freebsd-arm64), const IFT_PFSYNC = 247 +pkg syscall (freebsd-arm64), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-arm64), const IFT_PLC = 174 +pkg syscall (freebsd-arm64), const IFT_PLC ideal-int +pkg syscall (freebsd-arm64), const IFT_POS = 171 +pkg syscall (freebsd-arm64), const IFT_POS ideal-int +pkg syscall (freebsd-arm64), const IFT_PPP = 23 +pkg syscall (freebsd-arm64), const IFT_PPP ideal-int +pkg syscall (freebsd-arm64), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-arm64), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-arm64), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-arm64), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-arm64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-arm64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-arm64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPMUX = 54 +pkg syscall (freebsd-arm64), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-arm64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-arm64), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-arm64), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-arm64), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-arm64), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-arm64), const IFT_PVC = 241 +pkg syscall (freebsd-arm64), const IFT_PVC ideal-int +pkg syscall (freebsd-arm64), const IFT_QLLC = 68 +pkg syscall (freebsd-arm64), const IFT_QLLC ideal-int +pkg syscall (freebsd-arm64), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-arm64), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-arm64), const IFT_RADSL = 95 +pkg syscall (freebsd-arm64), const IFT_RADSL ideal-int +pkg syscall (freebsd-arm64), const IFT_REACHDSL = 192 +pkg syscall (freebsd-arm64), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-arm64), const IFT_RFC1483 = 159 +pkg syscall (freebsd-arm64), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-arm64), const IFT_RS232 = 33 +pkg syscall (freebsd-arm64), const IFT_RS232 ideal-int +pkg syscall (freebsd-arm64), const IFT_RSRB = 79 +pkg syscall (freebsd-arm64), const IFT_RSRB ideal-int +pkg syscall (freebsd-arm64), const IFT_SDLC = 17 +pkg syscall (freebsd-arm64), const IFT_SDLC ideal-int +pkg syscall (freebsd-arm64), const IFT_SDSL = 96 +pkg syscall (freebsd-arm64), const IFT_SDSL ideal-int +pkg syscall (freebsd-arm64), const IFT_SHDSL = 169 +pkg syscall (freebsd-arm64), const IFT_SHDSL ideal-int +pkg syscall (freebsd-arm64), const IFT_SIP = 31 +pkg syscall (freebsd-arm64), const IFT_SIP ideal-int +pkg syscall (freebsd-arm64), const IFT_SLIP = 28 +pkg syscall (freebsd-arm64), const IFT_SLIP ideal-int +pkg syscall (freebsd-arm64), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-arm64), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-arm64), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-arm64), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-arm64), const IFT_SONET = 39 +pkg syscall (freebsd-arm64), const IFT_SONET ideal-int +pkg syscall (freebsd-arm64), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-arm64), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_SONETPATH = 50 +pkg syscall (freebsd-arm64), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-arm64), const IFT_SONETVT = 51 +pkg syscall (freebsd-arm64), const IFT_SONETVT ideal-int +pkg syscall (freebsd-arm64), const IFT_SRP = 151 +pkg syscall (freebsd-arm64), const IFT_SRP ideal-int +pkg syscall (freebsd-arm64), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-arm64), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-arm64), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-arm64), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-arm64), const IFT_STARLAN = 11 +pkg syscall (freebsd-arm64), const IFT_STARLAN ideal-int +pkg syscall (freebsd-arm64), const IFT_STF = 215 +pkg syscall (freebsd-arm64), const IFT_STF ideal-int +pkg syscall (freebsd-arm64), const IFT_T1 = 18 +pkg syscall (freebsd-arm64), const IFT_T1 ideal-int +pkg syscall (freebsd-arm64), const IFT_TDLC = 116 +pkg syscall (freebsd-arm64), const IFT_TDLC ideal-int +pkg syscall (freebsd-arm64), const IFT_TERMPAD = 91 +pkg syscall (freebsd-arm64), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-arm64), const IFT_TR008 = 176 +pkg syscall (freebsd-arm64), const IFT_TR008 ideal-int +pkg syscall (freebsd-arm64), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-arm64), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-arm64), const IFT_TUNNEL = 131 +pkg syscall (freebsd-arm64), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-arm64), const IFT_ULTRA = 29 +pkg syscall (freebsd-arm64), const IFT_ULTRA ideal-int +pkg syscall (freebsd-arm64), const IFT_USB = 160 +pkg syscall (freebsd-arm64), const IFT_USB ideal-int +pkg syscall (freebsd-arm64), const IFT_V11 = 64 +pkg syscall (freebsd-arm64), const IFT_V11 ideal-int +pkg syscall (freebsd-arm64), const IFT_V35 = 45 +pkg syscall (freebsd-arm64), const IFT_V35 ideal-int +pkg syscall (freebsd-arm64), const IFT_V36 = 65 +pkg syscall (freebsd-arm64), const IFT_V36 ideal-int +pkg syscall (freebsd-arm64), const IFT_V37 = 120 +pkg syscall (freebsd-arm64), const IFT_V37 ideal-int +pkg syscall (freebsd-arm64), const IFT_VDSL = 97 +pkg syscall (freebsd-arm64), const IFT_VDSL ideal-int +pkg syscall (freebsd-arm64), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-arm64), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEEM = 100 +pkg syscall (freebsd-arm64), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-arm64), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-arm64), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-arm64), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-arm64), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-arm64), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-arm64), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-arm64), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-arm64), const IFT_X213 = 93 +pkg syscall (freebsd-arm64), const IFT_X213 ideal-int +pkg syscall (freebsd-arm64), const IFT_X25 = 5 +pkg syscall (freebsd-arm64), const IFT_X25 ideal-int +pkg syscall (freebsd-arm64), const IFT_X25DDN = 4 +pkg syscall (freebsd-arm64), const IFT_X25DDN ideal-int +pkg syscall (freebsd-arm64), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-arm64), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-arm64), const IFT_X25MLP = 121 +pkg syscall (freebsd-arm64), const IFT_X25MLP ideal-int +pkg syscall (freebsd-arm64), const IFT_X25PLE = 40 +pkg syscall (freebsd-arm64), const IFT_X25PLE ideal-int +pkg syscall (freebsd-arm64), const IFT_XETHER = 26 +pkg syscall (freebsd-arm64), const IFT_XETHER ideal-int +pkg syscall (freebsd-arm64), const IGNBRK = 1 +pkg syscall (freebsd-arm64), const IGNBRK ideal-int +pkg syscall (freebsd-arm64), const IGNCR = 128 +pkg syscall (freebsd-arm64), const IGNCR ideal-int +pkg syscall (freebsd-arm64), const IGNPAR = 4 +pkg syscall (freebsd-arm64), const IGNPAR ideal-int +pkg syscall (freebsd-arm64), const IMAXBEL = 8192 +pkg syscall (freebsd-arm64), const IMAXBEL ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-arm64), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-arm64), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-arm64), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-arm64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-arm64), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-arm64), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-arm64), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-arm64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-arm64), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-arm64), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-arm64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-arm64), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-arm64), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-arm64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-arm64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-arm64), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-arm64), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-arm64), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-arm64), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-arm64), const INLCR = 64 +pkg syscall (freebsd-arm64), const INLCR ideal-int +pkg syscall (freebsd-arm64), const INPCK = 16 +pkg syscall (freebsd-arm64), const INPCK ideal-int +pkg syscall (freebsd-arm64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-arm64), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-arm64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm64), const IP_BINDANY = 24 +pkg syscall (freebsd-arm64), const IP_BINDANY ideal-int +pkg syscall (freebsd-arm64), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-arm64), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-arm64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-arm64), const IP_DF = 16384 +pkg syscall (freebsd-arm64), const IP_DF ideal-int +pkg syscall (freebsd-arm64), const IP_DONTFRAG = 67 +pkg syscall (freebsd-arm64), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-arm64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-arm64), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-arm64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm64), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-arm64), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-arm64), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-arm64), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-arm64), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-arm64), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-arm64), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-arm64), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-arm64), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-arm64), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-arm64), const IP_FAITH = 22 +pkg syscall (freebsd-arm64), const IP_FAITH ideal-int +pkg syscall (freebsd-arm64), const IP_FW_ADD = 50 +pkg syscall (freebsd-arm64), const IP_FW_ADD ideal-int +pkg syscall (freebsd-arm64), const IP_FW_DEL = 51 +pkg syscall (freebsd-arm64), const IP_FW_DEL ideal-int +pkg syscall (freebsd-arm64), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-arm64), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-arm64), const IP_FW_GET = 54 +pkg syscall (freebsd-arm64), const IP_FW_GET ideal-int +pkg syscall (freebsd-arm64), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-arm64), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-arm64), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-arm64), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-arm64), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-arm64), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-arm64), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-arm64), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-arm64), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-arm64), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-arm64), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-arm64), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-arm64), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-arm64), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-arm64), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-arm64), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-arm64), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-arm64), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-arm64), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-arm64), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-arm64), const IP_FW_ZERO = 53 +pkg syscall (freebsd-arm64), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-arm64), const IP_FW3 = 48 +pkg syscall (freebsd-arm64), const IP_FW3 ideal-int +pkg syscall (freebsd-arm64), const IP_HDRINCL = 2 +pkg syscall (freebsd-arm64), const IP_HDRINCL ideal-int +pkg syscall (freebsd-arm64), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-arm64), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm64), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm64), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-arm64), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-arm64), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm64), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-arm64), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-arm64), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-arm64), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-arm64), const IP_MF = 8192 +pkg syscall (freebsd-arm64), const IP_MF ideal-int +pkg syscall (freebsd-arm64), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm64), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64), const IP_MINTTL = 66 +pkg syscall (freebsd-arm64), const IP_MINTTL ideal-int +pkg syscall (freebsd-arm64), const IP_MSFILTER = 74 +pkg syscall (freebsd-arm64), const IP_MSFILTER ideal-int +pkg syscall (freebsd-arm64), const IP_MSS = 576 +pkg syscall (freebsd-arm64), const IP_MSS ideal-int +pkg syscall (freebsd-arm64), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-arm64), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm64), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-arm64), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-arm64), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-arm64), const IP_OFFMASK = 8191 +pkg syscall (freebsd-arm64), const IP_OFFMASK ideal-int +pkg syscall (freebsd-arm64), const IP_ONESBCAST = 23 +pkg syscall (freebsd-arm64), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-arm64), const IP_OPTIONS = 1 +pkg syscall (freebsd-arm64), const IP_OPTIONS ideal-int +pkg syscall (freebsd-arm64), const IP_PORTRANGE = 19 +pkg syscall (freebsd-arm64), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-arm64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm64), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm64), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-arm64), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-arm64), const IP_RECVIF = 20 +pkg syscall (freebsd-arm64), const IP_RECVIF ideal-int +pkg syscall (freebsd-arm64), const IP_RECVOPTS = 5 +pkg syscall (freebsd-arm64), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-arm64), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-arm64), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-arm64), const IP_RECVTOS = 68 +pkg syscall (freebsd-arm64), const IP_RECVTOS ideal-int +pkg syscall (freebsd-arm64), const IP_RECVTTL = 65 +pkg syscall (freebsd-arm64), const IP_RECVTTL ideal-int +pkg syscall (freebsd-arm64), const IP_RETOPTS = 8 +pkg syscall (freebsd-arm64), const IP_RETOPTS ideal-int +pkg syscall (freebsd-arm64), const IP_RF = 32768 +pkg syscall (freebsd-arm64), const IP_RF ideal-int +pkg syscall (freebsd-arm64), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-arm64), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-arm64), const IP_RSVP_ON = 15 +pkg syscall (freebsd-arm64), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-arm64), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-arm64), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-arm64), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-arm64), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-arm64), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-arm64), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-arm64), const IP_TOS = 3 +pkg syscall (freebsd-arm64), const IP_TTL = 4 +pkg syscall (freebsd-arm64), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-arm64), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_3PC = 34 +pkg syscall (freebsd-arm64), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-arm64), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_AH = 51 +pkg syscall (freebsd-arm64), const IPPROTO_AH ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-arm64), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_APES = 99 +pkg syscall (freebsd-arm64), const IPPROTO_APES ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-arm64), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-arm64), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_BHA = 49 +pkg syscall (freebsd-arm64), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_BLT = 30 +pkg syscall (freebsd-arm64), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-arm64), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_CARP = 112 +pkg syscall (freebsd-arm64), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-arm64), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-arm64), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-arm64), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-arm64), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-arm64), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_DDP = 37 +pkg syscall (freebsd-arm64), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_DGP = 86 +pkg syscall (freebsd-arm64), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-arm64), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_DONE = 257 +pkg syscall (freebsd-arm64), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-arm64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_EGP = 8 +pkg syscall (freebsd-arm64), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-arm64), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-arm64), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_EON = 80 +pkg syscall (freebsd-arm64), const IPPROTO_EON ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ESP = 50 +pkg syscall (freebsd-arm64), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-arm64), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-arm64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_GGP = 3 +pkg syscall (freebsd-arm64), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-arm64), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_GRE = 47 +pkg syscall (freebsd-arm64), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-arm64), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_HMP = 20 +pkg syscall (freebsd-arm64), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-arm64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-arm64), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-arm64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IDP = 22 +pkg syscall (freebsd-arm64), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-arm64), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-arm64), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-arm64), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IGP = 85 +pkg syscall (freebsd-arm64), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-arm64), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IL = 40 +pkg syscall (freebsd-arm64), const IPPROTO_IL ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-arm64), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_INP = 32 +pkg syscall (freebsd-arm64), const IPPROTO_INP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-arm64), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-arm64), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-arm64), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-arm64), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-arm64), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-arm64), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-arm64), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-arm64), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_LARP = 91 +pkg syscall (freebsd-arm64), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-arm64), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-arm64), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MAX = 256 +pkg syscall (freebsd-arm64), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-arm64), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-arm64), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MH = 135 +pkg syscall (freebsd-arm64), const IPPROTO_MH ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-arm64), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MICP = 95 +pkg syscall (freebsd-arm64), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-arm64), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-arm64), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MTP = 92 +pkg syscall (freebsd-arm64), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_MUX = 18 +pkg syscall (freebsd-arm64), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ND = 77 +pkg syscall (freebsd-arm64), const IPPROTO_ND ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-arm64), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_NONE = 59 +pkg syscall (freebsd-arm64), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_NSP = 31 +pkg syscall (freebsd-arm64), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-arm64), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-arm64), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-arm64), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-arm64), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PGM = 113 +pkg syscall (freebsd-arm64), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-arm64), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PIM = 103 +pkg syscall (freebsd-arm64), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PRM = 21 +pkg syscall (freebsd-arm64), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PUP = 12 +pkg syscall (freebsd-arm64), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_PVP = 75 +pkg syscall (freebsd-arm64), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_RAW = 255 +pkg syscall (freebsd-arm64), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-arm64), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_RDP = 27 +pkg syscall (freebsd-arm64), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-arm64), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-arm64), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_RVD = 66 +pkg syscall (freebsd-arm64), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-arm64), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-arm64), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-arm64), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-arm64), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-arm64), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SEND = 259 +pkg syscall (freebsd-arm64), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SEP = 33 +pkg syscall (freebsd-arm64), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-arm64), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-arm64), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-arm64), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_ST = 7 +pkg syscall (freebsd-arm64), const IPPROTO_ST ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-arm64), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-arm64), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TCF = 87 +pkg syscall (freebsd-arm64), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-arm64), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TP = 29 +pkg syscall (freebsd-arm64), const IPPROTO_TP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-arm64), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-arm64), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-arm64), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_TTP = 84 +pkg syscall (freebsd-arm64), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_VINES = 83 +pkg syscall (freebsd-arm64), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_VISA = 70 +pkg syscall (freebsd-arm64), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-arm64), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-arm64), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-arm64), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_WSN = 74 +pkg syscall (freebsd-arm64), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_XNET = 15 +pkg syscall (freebsd-arm64), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-arm64), const IPPROTO_XTP = 36 +pkg syscall (freebsd-arm64), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-arm64), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-arm64), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-arm64), const IPV6_BINDANY = 64 +pkg syscall (freebsd-arm64), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-arm64), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-arm64), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-arm64), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-arm64), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-arm64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-arm64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-arm64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm64), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-arm64), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-arm64), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-arm64), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-arm64), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-arm64), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-arm64), const IPV6_FAITH = 29 +pkg syscall (freebsd-arm64), const IPV6_FAITH ideal-int +pkg syscall (freebsd-arm64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-arm64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-arm64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-arm64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-arm64), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-arm64), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-arm64), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-arm64), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-arm64), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-arm64), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-arm64), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-arm64), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-arm64), const IPV6_FW_GET = 34 +pkg syscall (freebsd-arm64), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-arm64), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-arm64), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-arm64), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-arm64), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-arm64), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-arm64), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-arm64), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-arm64), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-arm64), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-arm64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm64), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-arm64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-arm64), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm64), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm64), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-arm64), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-arm64), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-arm64), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-arm64), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-arm64), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-arm64), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm64), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64), const IPV6_MMTU = 1280 +pkg syscall (freebsd-arm64), const IPV6_MMTU ideal-int +pkg syscall (freebsd-arm64), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-arm64), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-arm64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-arm64), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-arm64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm64), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-arm64), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-arm64), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-arm64), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-arm64), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-arm64), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm64), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-arm64), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-arm64), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-arm64), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-arm64), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-arm64), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-arm64), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-arm64), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-arm64), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-arm64), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-arm64), const IPV6_RTHDR = 51 +pkg syscall (freebsd-arm64), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-arm64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-arm64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-arm64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-arm64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-arm64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-arm64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-arm64), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-arm64), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-arm64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-arm64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-arm64), const IPV6_TCLASS = 61 +pkg syscall (freebsd-arm64), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-arm64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-arm64), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-arm64), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-arm64), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-arm64), const IPV6_VERSION = 96 +pkg syscall (freebsd-arm64), const IPV6_VERSION ideal-int +pkg syscall (freebsd-arm64), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-arm64), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-arm64), const ISIG = 128 +pkg syscall (freebsd-arm64), const ISIG ideal-int +pkg syscall (freebsd-arm64), const ISTRIP = 32 +pkg syscall (freebsd-arm64), const ISTRIP ideal-int +pkg syscall (freebsd-arm64), const IXANY = 2048 +pkg syscall (freebsd-arm64), const IXANY ideal-int +pkg syscall (freebsd-arm64), const IXOFF = 1024 +pkg syscall (freebsd-arm64), const IXOFF ideal-int +pkg syscall (freebsd-arm64), const IXON = 512 +pkg syscall (freebsd-arm64), const IXON ideal-int +pkg syscall (freebsd-arm64), const LOCK_EX = 2 +pkg syscall (freebsd-arm64), const LOCK_EX ideal-int +pkg syscall (freebsd-arm64), const LOCK_NB = 4 +pkg syscall (freebsd-arm64), const LOCK_NB ideal-int +pkg syscall (freebsd-arm64), const LOCK_SH = 1 +pkg syscall (freebsd-arm64), const LOCK_SH ideal-int +pkg syscall (freebsd-arm64), const LOCK_UN = 8 +pkg syscall (freebsd-arm64), const LOCK_UN ideal-int +pkg syscall (freebsd-arm64), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-arm64), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-arm64), const MADV_CORE = 9 +pkg syscall (freebsd-arm64), const MADV_CORE ideal-int +pkg syscall (freebsd-arm64), const MADV_DONTNEED = 4 +pkg syscall (freebsd-arm64), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-arm64), const MADV_FREE = 5 +pkg syscall (freebsd-arm64), const MADV_FREE ideal-int +pkg syscall (freebsd-arm64), const MADV_NOCORE = 8 +pkg syscall (freebsd-arm64), const MADV_NOCORE ideal-int +pkg syscall (freebsd-arm64), const MADV_NORMAL = 0 +pkg syscall (freebsd-arm64), const MADV_NORMAL ideal-int +pkg syscall (freebsd-arm64), const MADV_NOSYNC = 6 +pkg syscall (freebsd-arm64), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-arm64), const MADV_PROTECT = 10 +pkg syscall (freebsd-arm64), const MADV_PROTECT ideal-int +pkg syscall (freebsd-arm64), const MADV_RANDOM = 1 +pkg syscall (freebsd-arm64), const MADV_RANDOM ideal-int +pkg syscall (freebsd-arm64), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-arm64), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-arm64), const MADV_WILLNEED = 3 +pkg syscall (freebsd-arm64), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-arm64), const MAP_32BIT = 524288 +pkg syscall (freebsd-arm64), const MAP_32BIT ideal-int +pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-arm64), const MAP_ANON = 4096 +pkg syscall (freebsd-arm64), const MAP_ANON ideal-int +pkg syscall (freebsd-arm64), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-arm64), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-arm64), const MAP_COPY = 2 +pkg syscall (freebsd-arm64), const MAP_COPY ideal-int +pkg syscall (freebsd-arm64), const MAP_FILE = 0 +pkg syscall (freebsd-arm64), const MAP_FILE ideal-int +pkg syscall (freebsd-arm64), const MAP_FIXED = 16 +pkg syscall (freebsd-arm64), const MAP_FIXED ideal-int +pkg syscall (freebsd-arm64), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-arm64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-arm64), const MAP_NOCORE = 131072 +pkg syscall (freebsd-arm64), const MAP_NOCORE ideal-int +pkg syscall (freebsd-arm64), const MAP_NORESERVE = 64 +pkg syscall (freebsd-arm64), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-arm64), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-arm64), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-arm64), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-arm64), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-arm64), const MAP_PRIVATE = 2 +pkg syscall (freebsd-arm64), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-arm64), const MAP_RENAME = 32 +pkg syscall (freebsd-arm64), const MAP_RENAME ideal-int +pkg syscall (freebsd-arm64), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-arm64), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-arm64), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-arm64), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-arm64), const MAP_SHARED = 1 +pkg syscall (freebsd-arm64), const MAP_SHARED ideal-int +pkg syscall (freebsd-arm64), const MAP_STACK = 1024 +pkg syscall (freebsd-arm64), const MAP_STACK ideal-int +pkg syscall (freebsd-arm64), const MCL_CURRENT = 1 +pkg syscall (freebsd-arm64), const MCL_CURRENT ideal-int +pkg syscall (freebsd-arm64), const MCL_FUTURE = 2 +pkg syscall (freebsd-arm64), const MCL_FUTURE ideal-int +pkg syscall (freebsd-arm64), const MS_ASYNC = 1 +pkg syscall (freebsd-arm64), const MS_ASYNC ideal-int +pkg syscall (freebsd-arm64), const MS_INVALIDATE = 2 +pkg syscall (freebsd-arm64), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-arm64), const MS_SYNC = 0 +pkg syscall (freebsd-arm64), const MS_SYNC ideal-int +pkg syscall (freebsd-arm64), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-arm64), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-arm64), const MSG_COMPAT = 32768 +pkg syscall (freebsd-arm64), const MSG_COMPAT ideal-int +pkg syscall (freebsd-arm64), const MSG_CTRUNC = 32 +pkg syscall (freebsd-arm64), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-arm64), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-arm64), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-arm64), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-arm64), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-arm64), const MSG_EOF = 256 +pkg syscall (freebsd-arm64), const MSG_EOF ideal-int +pkg syscall (freebsd-arm64), const MSG_EOR = 8 +pkg syscall (freebsd-arm64), const MSG_EOR ideal-int +pkg syscall (freebsd-arm64), const MSG_NBIO = 16384 +pkg syscall (freebsd-arm64), const MSG_NBIO ideal-int +pkg syscall (freebsd-arm64), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-arm64), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-arm64), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-arm64), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-arm64), const MSG_OOB = 1 +pkg syscall (freebsd-arm64), const MSG_OOB ideal-int +pkg syscall (freebsd-arm64), const MSG_PEEK = 2 +pkg syscall (freebsd-arm64), const MSG_PEEK ideal-int +pkg syscall (freebsd-arm64), const MSG_TRUNC = 16 +pkg syscall (freebsd-arm64), const MSG_TRUNC ideal-int +pkg syscall (freebsd-arm64), const MSG_WAITALL = 64 +pkg syscall (freebsd-arm64), const MSG_WAITALL ideal-int +pkg syscall (freebsd-arm64), const NAME_MAX = 255 +pkg syscall (freebsd-arm64), const NAME_MAX ideal-int +pkg syscall (freebsd-arm64), const NET_RT_DUMP = 1 +pkg syscall (freebsd-arm64), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-arm64), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-arm64), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-arm64), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-arm64), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-arm64), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-arm64), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-arm64), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-arm64), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-arm64), const NET_RT_MAXID = 6 +pkg syscall (freebsd-arm64), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-arm64), const NOFLSH = 2147483648 +pkg syscall (freebsd-arm64), const NOFLSH ideal-int +pkg syscall (freebsd-arm64), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-arm64), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-arm64), const NOTE_CHILD = 4 +pkg syscall (freebsd-arm64), const NOTE_CHILD ideal-int +pkg syscall (freebsd-arm64), const NOTE_DELETE = 1 +pkg syscall (freebsd-arm64), const NOTE_DELETE ideal-int +pkg syscall (freebsd-arm64), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-arm64), const NOTE_EXEC ideal-int +pkg syscall (freebsd-arm64), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-arm64), const NOTE_EXIT ideal-int +pkg syscall (freebsd-arm64), const NOTE_EXTEND = 4 +pkg syscall (freebsd-arm64), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-arm64), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-arm64), const NOTE_FFAND ideal-int +pkg syscall (freebsd-arm64), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-arm64), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-arm64), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-arm64), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-arm64), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-arm64), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-arm64), const NOTE_FFNOP = 0 +pkg syscall (freebsd-arm64), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-arm64), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-arm64), const NOTE_FFOR ideal-int +pkg syscall (freebsd-arm64), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-arm64), const NOTE_FORK ideal-int +pkg syscall (freebsd-arm64), const NOTE_LINK = 16 +pkg syscall (freebsd-arm64), const NOTE_LINK ideal-int +pkg syscall (freebsd-arm64), const NOTE_LOWAT = 1 +pkg syscall (freebsd-arm64), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-arm64), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-arm64), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-arm64), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-arm64), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-arm64), const NOTE_RENAME = 32 +pkg syscall (freebsd-arm64), const NOTE_RENAME ideal-int +pkg syscall (freebsd-arm64), const NOTE_REVOKE = 64 +pkg syscall (freebsd-arm64), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-arm64), const NOTE_TRACK = 1 +pkg syscall (freebsd-arm64), const NOTE_TRACK ideal-int +pkg syscall (freebsd-arm64), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-arm64), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-arm64), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-arm64), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-arm64), const NOTE_WRITE = 2 +pkg syscall (freebsd-arm64), const NOTE_WRITE ideal-int +pkg syscall (freebsd-arm64), const O_ACCMODE = 3 +pkg syscall (freebsd-arm64), const O_ACCMODE ideal-int +pkg syscall (freebsd-arm64), const O_APPEND = 8 +pkg syscall (freebsd-arm64), const O_ASYNC = 64 +pkg syscall (freebsd-arm64), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-arm64), const O_CREAT = 512 +pkg syscall (freebsd-arm64), const O_DIRECT = 65536 +pkg syscall (freebsd-arm64), const O_DIRECT ideal-int +pkg syscall (freebsd-arm64), const O_DIRECTORY = 131072 +pkg syscall (freebsd-arm64), const O_DIRECTORY ideal-int +pkg syscall (freebsd-arm64), const O_EXCL = 2048 +pkg syscall (freebsd-arm64), const O_EXEC = 262144 +pkg syscall (freebsd-arm64), const O_EXEC ideal-int +pkg syscall (freebsd-arm64), const O_EXLOCK = 32 +pkg syscall (freebsd-arm64), const O_EXLOCK ideal-int +pkg syscall (freebsd-arm64), const O_FSYNC = 128 +pkg syscall (freebsd-arm64), const O_FSYNC ideal-int +pkg syscall (freebsd-arm64), const O_NDELAY = 4 +pkg syscall (freebsd-arm64), const O_NDELAY ideal-int +pkg syscall (freebsd-arm64), const O_NOCTTY = 32768 +pkg syscall (freebsd-arm64), const O_NOFOLLOW = 256 +pkg syscall (freebsd-arm64), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-arm64), const O_NONBLOCK = 4 +pkg syscall (freebsd-arm64), const O_SHLOCK = 16 +pkg syscall (freebsd-arm64), const O_SHLOCK ideal-int +pkg syscall (freebsd-arm64), const O_SYNC = 128 +pkg syscall (freebsd-arm64), const O_TRUNC = 1024 +pkg syscall (freebsd-arm64), const O_TTY_INIT = 524288 +pkg syscall (freebsd-arm64), const O_TTY_INIT ideal-int +pkg syscall (freebsd-arm64), const OCRNL = 16 +pkg syscall (freebsd-arm64), const OCRNL ideal-int +pkg syscall (freebsd-arm64), const ONLCR = 2 +pkg syscall (freebsd-arm64), const ONLCR ideal-int +pkg syscall (freebsd-arm64), const ONLRET = 64 +pkg syscall (freebsd-arm64), const ONLRET ideal-int +pkg syscall (freebsd-arm64), const ONOCR = 32 +pkg syscall (freebsd-arm64), const ONOCR ideal-int +pkg syscall (freebsd-arm64), const ONOEOT = 8 +pkg syscall (freebsd-arm64), const ONOEOT ideal-int +pkg syscall (freebsd-arm64), const OPOST = 1 +pkg syscall (freebsd-arm64), const OPOST ideal-int +pkg syscall (freebsd-arm64), const PARENB = 4096 +pkg syscall (freebsd-arm64), const PARENB ideal-int +pkg syscall (freebsd-arm64), const PARMRK = 8 +pkg syscall (freebsd-arm64), const PARMRK ideal-int +pkg syscall (freebsd-arm64), const PARODD = 8192 +pkg syscall (freebsd-arm64), const PARODD ideal-int +pkg syscall (freebsd-arm64), const PENDIN = 536870912 +pkg syscall (freebsd-arm64), const PENDIN ideal-int +pkg syscall (freebsd-arm64), const PRIO_PGRP = 1 +pkg syscall (freebsd-arm64), const PRIO_PGRP ideal-int +pkg syscall (freebsd-arm64), const PRIO_PROCESS = 0 +pkg syscall (freebsd-arm64), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-arm64), const PRIO_USER = 2 +pkg syscall (freebsd-arm64), const PRIO_USER ideal-int +pkg syscall (freebsd-arm64), const PROT_EXEC = 4 +pkg syscall (freebsd-arm64), const PROT_EXEC ideal-int +pkg syscall (freebsd-arm64), const PROT_NONE = 0 +pkg syscall (freebsd-arm64), const PROT_NONE ideal-int +pkg syscall (freebsd-arm64), const PROT_READ = 1 +pkg syscall (freebsd-arm64), const PROT_READ ideal-int +pkg syscall (freebsd-arm64), const PROT_WRITE = 2 +pkg syscall (freebsd-arm64), const PROT_WRITE ideal-int +pkg syscall (freebsd-arm64), const PTRACE_CONT = 7 +pkg syscall (freebsd-arm64), const PTRACE_CONT ideal-int +pkg syscall (freebsd-arm64), const PTRACE_KILL = 8 +pkg syscall (freebsd-arm64), const PTRACE_KILL ideal-int +pkg syscall (freebsd-arm64), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-arm64), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-arm64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-arm64), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_AS = 10 +pkg syscall (freebsd-arm64), const RLIMIT_AS ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_CORE = 4 +pkg syscall (freebsd-arm64), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_CPU = 0 +pkg syscall (freebsd-arm64), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_DATA = 2 +pkg syscall (freebsd-arm64), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-arm64), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-arm64), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-arm64), const RLIMIT_STACK = 3 +pkg syscall (freebsd-arm64), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-arm64), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-arm64), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-arm64), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-arm64), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-arm64), const RT_NORTREF = 2 +pkg syscall (freebsd-arm64), const RT_NORTREF ideal-int +pkg syscall (freebsd-arm64), const RTA_AUTHOR = 64 +pkg syscall (freebsd-arm64), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-arm64), const RTA_BRD = 128 +pkg syscall (freebsd-arm64), const RTA_BRD ideal-int +pkg syscall (freebsd-arm64), const RTA_DST = 1 +pkg syscall (freebsd-arm64), const RTA_DST ideal-int +pkg syscall (freebsd-arm64), const RTA_GATEWAY = 2 +pkg syscall (freebsd-arm64), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-arm64), const RTA_GENMASK = 8 +pkg syscall (freebsd-arm64), const RTA_GENMASK ideal-int +pkg syscall (freebsd-arm64), const RTA_IFA = 32 +pkg syscall (freebsd-arm64), const RTA_IFA ideal-int +pkg syscall (freebsd-arm64), const RTA_IFP = 16 +pkg syscall (freebsd-arm64), const RTA_IFP ideal-int +pkg syscall (freebsd-arm64), const RTA_NETMASK = 4 +pkg syscall (freebsd-arm64), const RTA_NETMASK ideal-int +pkg syscall (freebsd-arm64), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-arm64), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-arm64), const RTAX_BRD = 7 +pkg syscall (freebsd-arm64), const RTAX_BRD ideal-int +pkg syscall (freebsd-arm64), const RTAX_DST = 0 +pkg syscall (freebsd-arm64), const RTAX_DST ideal-int +pkg syscall (freebsd-arm64), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-arm64), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-arm64), const RTAX_GENMASK = 3 +pkg syscall (freebsd-arm64), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-arm64), const RTAX_IFA = 5 +pkg syscall (freebsd-arm64), const RTAX_IFA ideal-int +pkg syscall (freebsd-arm64), const RTAX_IFP = 4 +pkg syscall (freebsd-arm64), const RTAX_IFP ideal-int +pkg syscall (freebsd-arm64), const RTAX_MAX = 8 +pkg syscall (freebsd-arm64), const RTAX_MAX ideal-int +pkg syscall (freebsd-arm64), const RTAX_NETMASK = 2 +pkg syscall (freebsd-arm64), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-arm64), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-arm64), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-arm64), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-arm64), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-arm64), const RTF_DONE = 64 +pkg syscall (freebsd-arm64), const RTF_DONE ideal-int +pkg syscall (freebsd-arm64), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-arm64), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-arm64), const RTF_FMASK = 268752904 +pkg syscall (freebsd-arm64), const RTF_FMASK ideal-int +pkg syscall (freebsd-arm64), const RTF_GATEWAY = 2 +pkg syscall (freebsd-arm64), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-arm64), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-arm64), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-arm64), const RTF_HOST = 4 +pkg syscall (freebsd-arm64), const RTF_HOST ideal-int +pkg syscall (freebsd-arm64), const RTF_LLDATA = 1024 +pkg syscall (freebsd-arm64), const RTF_LLDATA ideal-int +pkg syscall (freebsd-arm64), const RTF_LLINFO = 1024 +pkg syscall (freebsd-arm64), const RTF_LLINFO ideal-int +pkg syscall (freebsd-arm64), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-arm64), const RTF_LOCAL ideal-int +pkg syscall (freebsd-arm64), const RTF_MODIFIED = 32 +pkg syscall (freebsd-arm64), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-arm64), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-arm64), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-arm64), const RTF_PINNED = 1048576 +pkg syscall (freebsd-arm64), const RTF_PINNED ideal-int +pkg syscall (freebsd-arm64), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-arm64), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-arm64), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-arm64), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-arm64), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-arm64), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-arm64), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-arm64), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-arm64), const RTF_REJECT = 8 +pkg syscall (freebsd-arm64), const RTF_REJECT ideal-int +pkg syscall (freebsd-arm64), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-arm64), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-arm64), const RTF_STATIC = 2048 +pkg syscall (freebsd-arm64), const RTF_STATIC ideal-int +pkg syscall (freebsd-arm64), const RTF_STICKY = 268435456 +pkg syscall (freebsd-arm64), const RTF_STICKY ideal-int +pkg syscall (freebsd-arm64), const RTF_UP = 1 +pkg syscall (freebsd-arm64), const RTF_UP ideal-int +pkg syscall (freebsd-arm64), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-arm64), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-arm64), const RTM_ADD = 1 +pkg syscall (freebsd-arm64), const RTM_ADD ideal-int +pkg syscall (freebsd-arm64), const RTM_CHANGE = 3 +pkg syscall (freebsd-arm64), const RTM_CHANGE ideal-int +pkg syscall (freebsd-arm64), const RTM_DELADDR = 13 +pkg syscall (freebsd-arm64), const RTM_DELADDR ideal-int +pkg syscall (freebsd-arm64), const RTM_DELETE = 2 +pkg syscall (freebsd-arm64), const RTM_DELETE ideal-int +pkg syscall (freebsd-arm64), const RTM_DELMADDR = 16 +pkg syscall (freebsd-arm64), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-arm64), const RTM_GET = 4 +pkg syscall (freebsd-arm64), const RTM_GET ideal-int +pkg syscall (freebsd-arm64), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-arm64), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-arm64), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-arm64), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-arm64), const RTM_IFINFO = 14 +pkg syscall (freebsd-arm64), const RTM_IFINFO ideal-int +pkg syscall (freebsd-arm64), const RTM_LOCK = 8 +pkg syscall (freebsd-arm64), const RTM_LOCK ideal-int +pkg syscall (freebsd-arm64), const RTM_LOSING = 5 +pkg syscall (freebsd-arm64), const RTM_LOSING ideal-int +pkg syscall (freebsd-arm64), const RTM_MISS = 7 +pkg syscall (freebsd-arm64), const RTM_MISS ideal-int +pkg syscall (freebsd-arm64), const RTM_NEWADDR = 12 +pkg syscall (freebsd-arm64), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-arm64), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-arm64), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-arm64), const RTM_OLDADD = 9 +pkg syscall (freebsd-arm64), const RTM_OLDADD ideal-int +pkg syscall (freebsd-arm64), const RTM_OLDDEL = 10 +pkg syscall (freebsd-arm64), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-arm64), const RTM_REDIRECT = 6 +pkg syscall (freebsd-arm64), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-arm64), const RTM_RESOLVE = 11 +pkg syscall (freebsd-arm64), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-arm64), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-arm64), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-arm64), const RTM_VERSION = 5 +pkg syscall (freebsd-arm64), const RTM_VERSION ideal-int +pkg syscall (freebsd-arm64), const RTV_EXPIRE = 4 +pkg syscall (freebsd-arm64), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-arm64), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-arm64), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-arm64), const RTV_MTU = 1 +pkg syscall (freebsd-arm64), const RTV_MTU ideal-int +pkg syscall (freebsd-arm64), const RTV_RPIPE = 8 +pkg syscall (freebsd-arm64), const RTV_RPIPE ideal-int +pkg syscall (freebsd-arm64), const RTV_RTT = 64 +pkg syscall (freebsd-arm64), const RTV_RTT ideal-int +pkg syscall (freebsd-arm64), const RTV_RTTVAR = 128 +pkg syscall (freebsd-arm64), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-arm64), const RTV_SPIPE = 16 +pkg syscall (freebsd-arm64), const RTV_SPIPE ideal-int +pkg syscall (freebsd-arm64), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-arm64), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-arm64), const RTV_WEIGHT = 256 +pkg syscall (freebsd-arm64), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-arm64), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-arm64), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-arm64), const RUSAGE_SELF = 0 +pkg syscall (freebsd-arm64), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-arm64), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-arm64), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-arm64), const S_IFMT = 61440 +pkg syscall (freebsd-arm64), const S_IRWXG = 56 +pkg syscall (freebsd-arm64), const S_IRWXG ideal-int +pkg syscall (freebsd-arm64), const S_IRWXO = 7 +pkg syscall (freebsd-arm64), const S_IRWXO ideal-int +pkg syscall (freebsd-arm64), const SCM_BINTIME = 4 +pkg syscall (freebsd-arm64), const SCM_BINTIME ideal-int +pkg syscall (freebsd-arm64), const SCM_CREDS = 3 +pkg syscall (freebsd-arm64), const SCM_CREDS ideal-int +pkg syscall (freebsd-arm64), const SCM_RIGHTS = 1 +pkg syscall (freebsd-arm64), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-arm64), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-arm64), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-arm64), const SIGBUS = 10 +pkg syscall (freebsd-arm64), const SIGCHLD = 20 +pkg syscall (freebsd-arm64), const SIGCHLD Signal +pkg syscall (freebsd-arm64), const SIGCONT = 19 +pkg syscall (freebsd-arm64), const SIGCONT Signal +pkg syscall (freebsd-arm64), const SIGEMT = 7 +pkg syscall (freebsd-arm64), const SIGEMT Signal +pkg syscall (freebsd-arm64), const SIGINFO = 29 +pkg syscall (freebsd-arm64), const SIGINFO Signal +pkg syscall (freebsd-arm64), const SIGIO = 23 +pkg syscall (freebsd-arm64), const SIGIO Signal +pkg syscall (freebsd-arm64), const SIGIOT = 6 +pkg syscall (freebsd-arm64), const SIGIOT Signal +pkg syscall (freebsd-arm64), const SIGLIBRT = 33 +pkg syscall (freebsd-arm64), const SIGLIBRT Signal +pkg syscall (freebsd-arm64), const SIGLWP = 32 +pkg syscall (freebsd-arm64), const SIGLWP Signal +pkg syscall (freebsd-arm64), const SIGPROF = 27 +pkg syscall (freebsd-arm64), const SIGPROF Signal +pkg syscall (freebsd-arm64), const SIGSTOP = 17 +pkg syscall (freebsd-arm64), const SIGSTOP Signal +pkg syscall (freebsd-arm64), const SIGSYS = 12 +pkg syscall (freebsd-arm64), const SIGSYS Signal +pkg syscall (freebsd-arm64), const SIGTHR = 32 +pkg syscall (freebsd-arm64), const SIGTHR Signal +pkg syscall (freebsd-arm64), const SIGTSTP = 18 +pkg syscall (freebsd-arm64), const SIGTSTP Signal +pkg syscall (freebsd-arm64), const SIGTTIN = 21 +pkg syscall (freebsd-arm64), const SIGTTIN Signal +pkg syscall (freebsd-arm64), const SIGTTOU = 22 +pkg syscall (freebsd-arm64), const SIGTTOU Signal +pkg syscall (freebsd-arm64), const SIGURG = 16 +pkg syscall (freebsd-arm64), const SIGURG Signal +pkg syscall (freebsd-arm64), const SIGUSR1 = 30 +pkg syscall (freebsd-arm64), const SIGUSR1 Signal +pkg syscall (freebsd-arm64), const SIGUSR2 = 31 +pkg syscall (freebsd-arm64), const SIGUSR2 Signal +pkg syscall (freebsd-arm64), const SIGVTALRM = 26 +pkg syscall (freebsd-arm64), const SIGVTALRM Signal +pkg syscall (freebsd-arm64), const SIGWINCH = 28 +pkg syscall (freebsd-arm64), const SIGWINCH Signal +pkg syscall (freebsd-arm64), const SIGXCPU = 24 +pkg syscall (freebsd-arm64), const SIGXCPU Signal +pkg syscall (freebsd-arm64), const SIGXFSZ = 25 +pkg syscall (freebsd-arm64), const SIGXFSZ Signal +pkg syscall (freebsd-arm64), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-arm64), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-arm64), const SIOCADDRT = 2151707146 +pkg syscall (freebsd-arm64), const SIOCADDRT ideal-int +pkg syscall (freebsd-arm64), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-arm64), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCAIFGROUP = 2150132103 +pkg syscall (freebsd-arm64), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-arm64), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-arm64), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-arm64), const SIOCATMARK ideal-int +pkg syscall (freebsd-arm64), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-arm64), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-arm64), const SIOCDELRT = 2151707147 +pkg syscall (freebsd-arm64), const SIOCDELRT ideal-int +pkg syscall (freebsd-arm64), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-arm64), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCDIFGROUP = 2150132105 +pkg syscall (freebsd-arm64), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-arm64), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-arm64), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-arm64), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGDRVSPEC = 3223873915 +pkg syscall (freebsd-arm64), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-arm64), const SIOCGETSGCNT = 3223351824 +pkg syscall (freebsd-arm64), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-arm64), const SIOCGETVIFCNT = 3223876111 +pkg syscall (freebsd-arm64), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-arm64), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-arm64), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-arm64), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-arm64), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-arm64), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFCONF = 3222300964 +pkg syscall (freebsd-arm64), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-arm64), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-arm64), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-arm64), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-arm64), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-arm64), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFGMEMB = 3223873930 +pkg syscall (freebsd-arm64), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFGROUP = 3223873928 +pkg syscall (freebsd-arm64), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-arm64), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-arm64), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFMEDIA = 3224398136 +pkg syscall (freebsd-arm64), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-arm64), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-arm64), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-arm64), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-arm64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-arm64), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-arm64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-arm64), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-arm64), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-arm64), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-arm64), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-arm64), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-arm64), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-arm64), const SIOCGPGRP ideal-int +pkg syscall (freebsd-arm64), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-arm64), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-arm64), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-arm64), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-arm64), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-arm64), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-arm64), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-arm64), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-arm64), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-arm64), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-arm64), const SIOCIFGCLONERS = 3222301048 +pkg syscall (freebsd-arm64), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-arm64), const SIOCSDRVSPEC = 2150132091 +pkg syscall (freebsd-arm64), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-arm64), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-arm64), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-arm64), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-arm64), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-arm64), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-arm64), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-arm64), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-arm64), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-arm64), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-arm64), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-arm64), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-arm64), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-arm64), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-arm64), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-arm64), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-arm64), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-arm64), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-arm64), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-arm64), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-arm64), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-arm64), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-arm64), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-arm64), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-arm64), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-arm64), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-arm64), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-arm64), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-arm64), const SIOCSPGRP ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfHdr = 32 +pkg syscall (freebsd-arm64), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfInsn = 8 +pkg syscall (freebsd-arm64), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfProgram = 16 +pkg syscall (freebsd-arm64), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfStat = 8 +pkg syscall (freebsd-arm64), const SizeofBpfStat ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfVersion = 4 +pkg syscall (freebsd-arm64), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfZbuf = 24 +pkg syscall (freebsd-arm64), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-arm64), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-arm64), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-arm64), const SizeofCmsghdr = 12 +pkg syscall (freebsd-arm64), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-arm64), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-arm64), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-arm64), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-arm64), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofIfData = 152 +pkg syscall (freebsd-arm64), const SizeofIfData ideal-int +pkg syscall (freebsd-arm64), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-arm64), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofIfMsghdr = 168 +pkg syscall (freebsd-arm64), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-arm64), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-arm64), const SizeofIPMreq = 8 +pkg syscall (freebsd-arm64), const SizeofIPMreq ideal-int +pkg syscall (freebsd-arm64), const SizeofIPMreqn = 12 +pkg syscall (freebsd-arm64), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-arm64), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-arm64), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-arm64), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-arm64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-arm64), const SizeofLinger = 8 +pkg syscall (freebsd-arm64), const SizeofLinger ideal-int +pkg syscall (freebsd-arm64), const SizeofMsghdr = 48 +pkg syscall (freebsd-arm64), const SizeofMsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofRtMetrics = 112 +pkg syscall (freebsd-arm64), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-arm64), const SizeofRtMsghdr = 152 +pkg syscall (freebsd-arm64), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-arm64), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-arm64), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-arm64), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-arm64), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-arm64), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-arm64), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-arm64), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-arm64), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-arm64), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-arm64), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-arm64), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-arm64), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-arm64), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-arm64), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-arm64), const SO_BINTIME = 8192 +pkg syscall (freebsd-arm64), const SO_BINTIME ideal-int +pkg syscall (freebsd-arm64), const SO_BROADCAST = 32 +pkg syscall (freebsd-arm64), const SO_DEBUG = 1 +pkg syscall (freebsd-arm64), const SO_DEBUG ideal-int +pkg syscall (freebsd-arm64), const SO_DONTROUTE = 16 +pkg syscall (freebsd-arm64), const SO_ERROR = 4103 +pkg syscall (freebsd-arm64), const SO_ERROR ideal-int +pkg syscall (freebsd-arm64), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-arm64), const SO_LABEL = 4105 +pkg syscall (freebsd-arm64), const SO_LABEL ideal-int +pkg syscall (freebsd-arm64), const SO_LINGER = 128 +pkg syscall (freebsd-arm64), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-arm64), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-arm64), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-arm64), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-arm64), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-arm64), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-arm64), const SO_NO_DDP = 32768 +pkg syscall (freebsd-arm64), const SO_NO_DDP ideal-int +pkg syscall (freebsd-arm64), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-arm64), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-arm64), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-arm64), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-arm64), const SO_OOBINLINE = 256 +pkg syscall (freebsd-arm64), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-arm64), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-arm64), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-arm64), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-arm64), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-arm64), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-arm64), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-arm64), const SO_RCVBUF = 4098 +pkg syscall (freebsd-arm64), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-arm64), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-arm64), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-arm64), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-arm64), const SO_REUSEADDR = 4 +pkg syscall (freebsd-arm64), const SO_REUSEPORT = 512 +pkg syscall (freebsd-arm64), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-arm64), const SO_SETFIB = 4116 +pkg syscall (freebsd-arm64), const SO_SETFIB ideal-int +pkg syscall (freebsd-arm64), const SO_SNDBUF = 4097 +pkg syscall (freebsd-arm64), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-arm64), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-arm64), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-arm64), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-arm64), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-arm64), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-arm64), const SO_TYPE = 4104 +pkg syscall (freebsd-arm64), const SO_TYPE ideal-int +pkg syscall (freebsd-arm64), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-arm64), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-arm64), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-arm64), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-arm64), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-arm64), const SO_VENDOR ideal-int +pkg syscall (freebsd-arm64), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-arm64), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-arm64), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-arm64), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-arm64), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-arm64), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-arm64), const SOCK_RDM = 4 +pkg syscall (freebsd-arm64), const SOCK_RDM ideal-int +pkg syscall (freebsd-arm64), const SOL_SOCKET = 65535 +pkg syscall (freebsd-arm64), const SOMAXCONN = 128 +pkg syscall (freebsd-arm64), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-arm64), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-arm64), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-arm64), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-arm64), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-arm64), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-arm64), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-arm64), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-arm64), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-arm64), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-arm64), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-arm64), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-arm64), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS___CAP_RIGHTS_GET = 515 +pkg syscall (freebsd-arm64), const SYS___CAP_RIGHTS_GET ideal-int +pkg syscall (freebsd-arm64), const SYS___GETCWD = 326 +pkg syscall (freebsd-arm64), const SYS___GETCWD ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-arm64), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-arm64), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-arm64), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-arm64), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-arm64), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-arm64), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-arm64), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-arm64), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-arm64), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-arm64), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-arm64), const SYS___SEMCTL = 510 +pkg syscall (freebsd-arm64), const SYS___SEMCTL ideal-int +pkg syscall (freebsd-arm64), const SYS___SETUGID = 374 +pkg syscall (freebsd-arm64), const SYS___SETUGID ideal-int +pkg syscall (freebsd-arm64), const SYS___SYSCTL = 202 +pkg syscall (freebsd-arm64), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-arm64), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-arm64), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-arm64), const SYS_ABORT2 = 463 +pkg syscall (freebsd-arm64), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-arm64), const SYS_ACCEPT = 30 +pkg syscall (freebsd-arm64), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-arm64), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-arm64), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-arm64), const SYS_ACCESS = 33 +pkg syscall (freebsd-arm64), const SYS_ACCESS ideal-int +pkg syscall (freebsd-arm64), const SYS_ACCT = 51 +pkg syscall (freebsd-arm64), const SYS_ACCT ideal-int +pkg syscall (freebsd-arm64), const SYS_ADJTIME = 140 +pkg syscall (freebsd-arm64), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_CANCEL = 316 +pkg syscall (freebsd-arm64), const SYS_AIO_CANCEL ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_ERROR = 317 +pkg syscall (freebsd-arm64), const SYS_AIO_ERROR ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_FSYNC = 465 +pkg syscall (freebsd-arm64), const SYS_AIO_FSYNC ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_MLOCK = 543 +pkg syscall (freebsd-arm64), const SYS_AIO_MLOCK ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_READ = 255 +pkg syscall (freebsd-arm64), const SYS_AIO_READ ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_RETURN = 314 +pkg syscall (freebsd-arm64), const SYS_AIO_RETURN ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_SUSPEND = 315 +pkg syscall (freebsd-arm64), const SYS_AIO_SUSPEND ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_WAITCOMPLETE = 359 +pkg syscall (freebsd-arm64), const SYS_AIO_WAITCOMPLETE ideal-int +pkg syscall (freebsd-arm64), const SYS_AIO_WRITE = 256 +pkg syscall (freebsd-arm64), const SYS_AIO_WRITE ideal-int +pkg syscall (freebsd-arm64), const SYS_AUDIT = 445 +pkg syscall (freebsd-arm64), const SYS_AUDIT ideal-int +pkg syscall (freebsd-arm64), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-arm64), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-arm64), const SYS_AUDITON = 446 +pkg syscall (freebsd-arm64), const SYS_AUDITON ideal-int +pkg syscall (freebsd-arm64), const SYS_BIND = 104 +pkg syscall (freebsd-arm64), const SYS_BIND ideal-int +pkg syscall (freebsd-arm64), const SYS_BINDAT = 538 +pkg syscall (freebsd-arm64), const SYS_BINDAT ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-arm64), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_FCNTLS_GET = 537 +pkg syscall (freebsd-arm64), const SYS_CAP_FCNTLS_GET ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_FCNTLS_LIMIT = 536 +pkg syscall (freebsd-arm64), const SYS_CAP_FCNTLS_LIMIT ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-arm64), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_GET = 535 +pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_GET ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_LIMIT = 534 +pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_LIMIT ideal-int +pkg syscall (freebsd-arm64), const SYS_CAP_RIGHTS_LIMIT = 533 +pkg syscall (freebsd-arm64), const SYS_CAP_RIGHTS_LIMIT ideal-int +pkg syscall (freebsd-arm64), const SYS_CHDIR = 12 +pkg syscall (freebsd-arm64), const SYS_CHDIR ideal-int +pkg syscall (freebsd-arm64), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-arm64), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-arm64), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-arm64), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-arm64), const SYS_CHMOD = 15 +pkg syscall (freebsd-arm64), const SYS_CHMOD ideal-int +pkg syscall (freebsd-arm64), const SYS_CHOWN = 16 +pkg syscall (freebsd-arm64), const SYS_CHOWN ideal-int +pkg syscall (freebsd-arm64), const SYS_CHROOT = 61 +pkg syscall (freebsd-arm64), const SYS_CHROOT ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-arm64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-arm64), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-arm64), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOCK_NANOSLEEP = 244 +pkg syscall (freebsd-arm64), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-arm64), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOSE = 6 +pkg syscall (freebsd-arm64), const SYS_CLOSE ideal-int +pkg syscall (freebsd-arm64), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-arm64), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-arm64), const SYS_CONNECT = 98 +pkg syscall (freebsd-arm64), const SYS_CONNECT ideal-int +pkg syscall (freebsd-arm64), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-arm64), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_CPUSET = 484 +pkg syscall (freebsd-arm64), const SYS_CPUSET ideal-int +pkg syscall (freebsd-arm64), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-arm64), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-arm64), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-arm64), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-arm64), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-arm64), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-arm64), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-arm64), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-arm64), const SYS_DUP = 41 +pkg syscall (freebsd-arm64), const SYS_DUP ideal-int +pkg syscall (freebsd-arm64), const SYS_DUP2 = 90 +pkg syscall (freebsd-arm64), const SYS_DUP2 ideal-int +pkg syscall (freebsd-arm64), const SYS_EACCESS = 376 +pkg syscall (freebsd-arm64), const SYS_EACCESS ideal-int +pkg syscall (freebsd-arm64), const SYS_EXECVE = 59 +pkg syscall (freebsd-arm64), const SYS_EXECVE ideal-int +pkg syscall (freebsd-arm64), const SYS_EXIT = 1 +pkg syscall (freebsd-arm64), const SYS_EXIT ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-arm64), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-arm64), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-arm64), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-arm64), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-arm64), const SYS_FCHDIR = 13 +pkg syscall (freebsd-arm64), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-arm64), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-arm64), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-arm64), const SYS_FCHMOD = 124 +pkg syscall (freebsd-arm64), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-arm64), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-arm64), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-arm64), const SYS_FCHOWN = 123 +pkg syscall (freebsd-arm64), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-arm64), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-arm64), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-arm64), const SYS_FCNTL = 92 +pkg syscall (freebsd-arm64), const SYS_FCNTL ideal-int +pkg syscall (freebsd-arm64), const SYS_FDATASYNC = 550 +pkg syscall (freebsd-arm64), const SYS_FDATASYNC ideal-int +pkg syscall (freebsd-arm64), const SYS_FEXECVE = 492 +pkg syscall (freebsd-arm64), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-arm64), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-arm64), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-arm64), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-arm64), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-arm64), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-arm64), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-arm64), const SYS_FHOPEN = 298 +pkg syscall (freebsd-arm64), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-arm64), const SYS_FHSTAT = 299 +pkg syscall (freebsd-arm64), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-arm64), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-arm64), const SYS_FLOCK = 131 +pkg syscall (freebsd-arm64), const SYS_FLOCK ideal-int +pkg syscall (freebsd-arm64), const SYS_FORK = 2 +pkg syscall (freebsd-arm64), const SYS_FORK ideal-int +pkg syscall (freebsd-arm64), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-arm64), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-arm64), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm64), const SYS_FSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm64), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-arm64), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm64), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-arm64), const SYS_FSYNC = 95 +pkg syscall (freebsd-arm64), const SYS_FSYNC ideal-int +pkg syscall (freebsd-arm64), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-arm64), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-arm64), const SYS_FUTIMENS = 546 +pkg syscall (freebsd-arm64), const SYS_FUTIMENS ideal-int +pkg syscall (freebsd-arm64), const SYS_FUTIMES = 206 +pkg syscall (freebsd-arm64), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-arm64), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-arm64), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-arm64), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-arm64), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-arm64), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-arm64), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm64), const SYS_GETAUID = 447 +pkg syscall (freebsd-arm64), const SYS_GETAUID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-arm64), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-arm64), const SYS_GETDENTS = 272 +pkg syscall (freebsd-arm64), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-arm64), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-arm64), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-arm64), const SYS_GETEGID = 43 +pkg syscall (freebsd-arm64), const SYS_GETEGID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETEUID = 25 +pkg syscall (freebsd-arm64), const SYS_GETEUID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETFH = 161 +pkg syscall (freebsd-arm64), const SYS_GETFH ideal-int +pkg syscall (freebsd-arm64), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm64), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_GETGID = 47 +pkg syscall (freebsd-arm64), const SYS_GETGID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-arm64), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-arm64), const SYS_GETITIMER = 86 +pkg syscall (freebsd-arm64), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-arm64), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-arm64), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-arm64), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-arm64), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-arm64), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-arm64), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-arm64), const SYS_GETPGID = 207 +pkg syscall (freebsd-arm64), const SYS_GETPGID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETPGRP = 81 +pkg syscall (freebsd-arm64), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-arm64), const SYS_GETPID = 20 +pkg syscall (freebsd-arm64), const SYS_GETPID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETPPID = 39 +pkg syscall (freebsd-arm64), const SYS_GETPPID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-arm64), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-arm64), const SYS_GETRESGID = 361 +pkg syscall (freebsd-arm64), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETRESUID = 360 +pkg syscall (freebsd-arm64), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-arm64), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-arm64), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-arm64), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-arm64), const SYS_GETSID = 310 +pkg syscall (freebsd-arm64), const SYS_GETSID ideal-int +pkg syscall (freebsd-arm64), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-arm64), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-arm64), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-arm64), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-arm64), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-arm64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm64), const SYS_GETUID = 24 +pkg syscall (freebsd-arm64), const SYS_GETUID ideal-int +pkg syscall (freebsd-arm64), const SYS_GSSD_SYSCALL = 505 +pkg syscall (freebsd-arm64), const SYS_GSSD_SYSCALL ideal-int +pkg syscall (freebsd-arm64), const SYS_IOCTL = 54 +pkg syscall (freebsd-arm64), const SYS_IOCTL ideal-int +pkg syscall (freebsd-arm64), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-arm64), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-arm64), const SYS_JAIL = 338 +pkg syscall (freebsd-arm64), const SYS_JAIL ideal-int +pkg syscall (freebsd-arm64), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-arm64), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-arm64), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-arm64), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-arm64), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-arm64), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-arm64), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-arm64), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-arm64), const SYS_KENV = 390 +pkg syscall (freebsd-arm64), const SYS_KENV ideal-int +pkg syscall (freebsd-arm64), const SYS_KEVENT = 363 +pkg syscall (freebsd-arm64), const SYS_KEVENT ideal-int +pkg syscall (freebsd-arm64), const SYS_KILL = 37 +pkg syscall (freebsd-arm64), const SYS_KILL ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDFIND = 306 +pkg syscall (freebsd-arm64), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-arm64), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-arm64), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-arm64), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-arm64), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDSYM = 337 +pkg syscall (freebsd-arm64), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-arm64), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-arm64), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-arm64), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-arm64), const SYS_KMQ_NOTIFY = 461 +pkg syscall (freebsd-arm64), const SYS_KMQ_NOTIFY ideal-int +pkg syscall (freebsd-arm64), const SYS_KMQ_OPEN = 457 +pkg syscall (freebsd-arm64), const SYS_KMQ_OPEN ideal-int +pkg syscall (freebsd-arm64), const SYS_KMQ_SETATTR = 458 +pkg syscall (freebsd-arm64), const SYS_KMQ_SETATTR ideal-int +pkg syscall (freebsd-arm64), const SYS_KMQ_TIMEDRECEIVE = 459 +pkg syscall (freebsd-arm64), const SYS_KMQ_TIMEDRECEIVE ideal-int +pkg syscall (freebsd-arm64), const SYS_KMQ_TIMEDSEND = 460 +pkg syscall (freebsd-arm64), const SYS_KMQ_TIMEDSEND ideal-int +pkg syscall (freebsd-arm64), const SYS_KMQ_UNLINK = 462 +pkg syscall (freebsd-arm64), const SYS_KMQ_UNLINK ideal-int +pkg syscall (freebsd-arm64), const SYS_KQUEUE = 362 +pkg syscall (freebsd-arm64), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_CLOSE = 400 +pkg syscall (freebsd-arm64), const SYS_KSEM_CLOSE ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_DESTROY = 408 +pkg syscall (freebsd-arm64), const SYS_KSEM_DESTROY ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_GETVALUE = 407 +pkg syscall (freebsd-arm64), const SYS_KSEM_GETVALUE ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_INIT = 404 +pkg syscall (freebsd-arm64), const SYS_KSEM_INIT ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_OPEN = 405 +pkg syscall (freebsd-arm64), const SYS_KSEM_OPEN ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_POST = 401 +pkg syscall (freebsd-arm64), const SYS_KSEM_POST ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_TIMEDWAIT = 441 +pkg syscall (freebsd-arm64), const SYS_KSEM_TIMEDWAIT ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_TRYWAIT = 403 +pkg syscall (freebsd-arm64), const SYS_KSEM_TRYWAIT ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_UNLINK = 406 +pkg syscall (freebsd-arm64), const SYS_KSEM_UNLINK ideal-int +pkg syscall (freebsd-arm64), const SYS_KSEM_WAIT = 402 +pkg syscall (freebsd-arm64), const SYS_KSEM_WAIT ideal-int +pkg syscall (freebsd-arm64), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-arm64), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-arm64), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-arm64), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-arm64), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-arm64), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-arm64), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-arm64), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-arm64), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_KTRACE = 45 +pkg syscall (freebsd-arm64), const SYS_KTRACE ideal-int +pkg syscall (freebsd-arm64), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-arm64), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-arm64), const SYS_LCHMOD = 274 +pkg syscall (freebsd-arm64), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-arm64), const SYS_LCHOWN = 254 +pkg syscall (freebsd-arm64), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-arm64), const SYS_LGETFH = 160 +pkg syscall (freebsd-arm64), const SYS_LGETFH ideal-int +pkg syscall (freebsd-arm64), const SYS_LINK = 9 +pkg syscall (freebsd-arm64), const SYS_LINK ideal-int +pkg syscall (freebsd-arm64), const SYS_LINKAT = 495 +pkg syscall (freebsd-arm64), const SYS_LINKAT ideal-int +pkg syscall (freebsd-arm64), const SYS_LIO_LISTIO = 257 +pkg syscall (freebsd-arm64), const SYS_LIO_LISTIO ideal-int +pkg syscall (freebsd-arm64), const SYS_LISTEN = 106 +pkg syscall (freebsd-arm64), const SYS_LISTEN ideal-int +pkg syscall (freebsd-arm64), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-arm64), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-arm64), const SYS_LSEEK = 478 +pkg syscall (freebsd-arm64), const SYS_LSEEK ideal-int +pkg syscall (freebsd-arm64), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm64), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_LUTIMES = 276 +pkg syscall (freebsd-arm64), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-arm64), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-arm64), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-arm64), const SYS_MADVISE = 75 +pkg syscall (freebsd-arm64), const SYS_MADVISE ideal-int +pkg syscall (freebsd-arm64), const SYS_MINCORE = 78 +pkg syscall (freebsd-arm64), const SYS_MINCORE ideal-int +pkg syscall (freebsd-arm64), const SYS_MINHERIT = 250 +pkg syscall (freebsd-arm64), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-arm64), const SYS_MKDIR = 136 +pkg syscall (freebsd-arm64), const SYS_MKDIR ideal-int +pkg syscall (freebsd-arm64), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-arm64), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-arm64), const SYS_MKFIFO = 132 +pkg syscall (freebsd-arm64), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-arm64), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-arm64), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-arm64), const SYS_MKNOD = 14 +pkg syscall (freebsd-arm64), const SYS_MKNOD ideal-int +pkg syscall (freebsd-arm64), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm64), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-arm64), const SYS_MLOCK = 203 +pkg syscall (freebsd-arm64), const SYS_MLOCK ideal-int +pkg syscall (freebsd-arm64), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-arm64), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-arm64), const SYS_MMAP = 477 +pkg syscall (freebsd-arm64), const SYS_MMAP ideal-int +pkg syscall (freebsd-arm64), const SYS_MODFIND = 303 +pkg syscall (freebsd-arm64), const SYS_MODFIND ideal-int +pkg syscall (freebsd-arm64), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-arm64), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-arm64), const SYS_MODNEXT = 300 +pkg syscall (freebsd-arm64), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-arm64), const SYS_MODSTAT = 301 +pkg syscall (freebsd-arm64), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_MOUNT = 21 +pkg syscall (freebsd-arm64), const SYS_MOUNT ideal-int +pkg syscall (freebsd-arm64), const SYS_MPROTECT = 74 +pkg syscall (freebsd-arm64), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-arm64), const SYS_MSGCTL = 511 +pkg syscall (freebsd-arm64), const SYS_MSGCTL ideal-int +pkg syscall (freebsd-arm64), const SYS_MSGGET = 225 +pkg syscall (freebsd-arm64), const SYS_MSGGET ideal-int +pkg syscall (freebsd-arm64), const SYS_MSGRCV = 227 +pkg syscall (freebsd-arm64), const SYS_MSGRCV ideal-int +pkg syscall (freebsd-arm64), const SYS_MSGSND = 226 +pkg syscall (freebsd-arm64), const SYS_MSGSND ideal-int +pkg syscall (freebsd-arm64), const SYS_MSGSYS = 170 +pkg syscall (freebsd-arm64), const SYS_MSGSYS ideal-int +pkg syscall (freebsd-arm64), const SYS_MSYNC = 65 +pkg syscall (freebsd-arm64), const SYS_MSYNC ideal-int +pkg syscall (freebsd-arm64), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-arm64), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-arm64), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-arm64), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-arm64), const SYS_MUNMAP = 73 +pkg syscall (freebsd-arm64), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-arm64), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-arm64), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-arm64), const SYS_NFSSVC = 155 +pkg syscall (freebsd-arm64), const SYS_NFSSVC ideal-int +pkg syscall (freebsd-arm64), const SYS_NFSTAT = 279 +pkg syscall (freebsd-arm64), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_NLM_SYSCALL = 154 +pkg syscall (freebsd-arm64), const SYS_NLM_SYSCALL ideal-int +pkg syscall (freebsd-arm64), const SYS_NLSTAT = 280 +pkg syscall (freebsd-arm64), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_NMOUNT = 378 +pkg syscall (freebsd-arm64), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-arm64), const SYS_NSTAT = 278 +pkg syscall (freebsd-arm64), const SYS_NSTAT ideal-int +pkg syscall (freebsd-arm64), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-arm64), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-arm64), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-arm64), const SYS_NUMA_GETAFFINITY = 548 +pkg syscall (freebsd-arm64), const SYS_NUMA_GETAFFINITY ideal-int +pkg syscall (freebsd-arm64), const SYS_NUMA_SETAFFINITY = 549 +pkg syscall (freebsd-arm64), const SYS_NUMA_SETAFFINITY ideal-int +pkg syscall (freebsd-arm64), const SYS_OBREAK = 17 +pkg syscall (freebsd-arm64), const SYS_OBREAK ideal-int +pkg syscall (freebsd-arm64), const SYS_OPEN = 5 +pkg syscall (freebsd-arm64), const SYS_OPEN ideal-int +pkg syscall (freebsd-arm64), const SYS_OPENAT = 499 +pkg syscall (freebsd-arm64), const SYS_OPENAT ideal-int +pkg syscall (freebsd-arm64), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-arm64), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-arm64), const SYS_OVADVISE = 72 +pkg syscall (freebsd-arm64), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-arm64), const SYS_PATHCONF = 191 +pkg syscall (freebsd-arm64), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-arm64), const SYS_PDFORK = 518 +pkg syscall (freebsd-arm64), const SYS_PDFORK ideal-int +pkg syscall (freebsd-arm64), const SYS_PDGETPID = 520 +pkg syscall (freebsd-arm64), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-arm64), const SYS_PDKILL = 519 +pkg syscall (freebsd-arm64), const SYS_PDKILL ideal-int +pkg syscall (freebsd-arm64), const SYS_PIPE = 42 +pkg syscall (freebsd-arm64), const SYS_PIPE ideal-int +pkg syscall (freebsd-arm64), const SYS_PIPE2 = 542 +pkg syscall (freebsd-arm64), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-arm64), const SYS_POLL = 209 +pkg syscall (freebsd-arm64), const SYS_POLL ideal-int +pkg syscall (freebsd-arm64), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-arm64), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-arm64), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-arm64), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-arm64), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-arm64), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-arm64), const SYS_PPOLL = 545 +pkg syscall (freebsd-arm64), const SYS_PPOLL ideal-int +pkg syscall (freebsd-arm64), const SYS_PREAD = 475 +pkg syscall (freebsd-arm64), const SYS_PREAD ideal-int +pkg syscall (freebsd-arm64), const SYS_PREADV = 289 +pkg syscall (freebsd-arm64), const SYS_PREADV ideal-int +pkg syscall (freebsd-arm64), const SYS_PROCCTL = 544 +pkg syscall (freebsd-arm64), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-arm64), const SYS_PROFIL = 44 +pkg syscall (freebsd-arm64), const SYS_PROFIL ideal-int +pkg syscall (freebsd-arm64), const SYS_PSELECT = 522 +pkg syscall (freebsd-arm64), const SYS_PSELECT ideal-int +pkg syscall (freebsd-arm64), const SYS_PTRACE = 26 +pkg syscall (freebsd-arm64), const SYS_PTRACE ideal-int +pkg syscall (freebsd-arm64), const SYS_PWRITE = 476 +pkg syscall (freebsd-arm64), const SYS_PWRITE ideal-int +pkg syscall (freebsd-arm64), const SYS_PWRITEV = 290 +pkg syscall (freebsd-arm64), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-arm64), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-arm64), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-arm64), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-arm64), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-arm64), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-arm64), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-arm64), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-arm64), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-arm64), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-arm64), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-arm64), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-arm64), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-arm64), const SYS_READ = 3 +pkg syscall (freebsd-arm64), const SYS_READ ideal-int +pkg syscall (freebsd-arm64), const SYS_READLINK = 58 +pkg syscall (freebsd-arm64), const SYS_READLINK ideal-int +pkg syscall (freebsd-arm64), const SYS_READLINKAT = 500 +pkg syscall (freebsd-arm64), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-arm64), const SYS_READV = 120 +pkg syscall (freebsd-arm64), const SYS_READV ideal-int +pkg syscall (freebsd-arm64), const SYS_REBOOT = 55 +pkg syscall (freebsd-arm64), const SYS_REBOOT ideal-int +pkg syscall (freebsd-arm64), const SYS_RECVFROM = 29 +pkg syscall (freebsd-arm64), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-arm64), const SYS_RECVMSG = 27 +pkg syscall (freebsd-arm64), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-arm64), const SYS_RENAME = 128 +pkg syscall (freebsd-arm64), const SYS_RENAME ideal-int +pkg syscall (freebsd-arm64), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-arm64), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-arm64), const SYS_REVOKE = 56 +pkg syscall (freebsd-arm64), const SYS_REVOKE ideal-int +pkg syscall (freebsd-arm64), const SYS_RFORK = 251 +pkg syscall (freebsd-arm64), const SYS_RFORK ideal-int +pkg syscall (freebsd-arm64), const SYS_RMDIR = 137 +pkg syscall (freebsd-arm64), const SYS_RMDIR ideal-int +pkg syscall (freebsd-arm64), const SYS_RTPRIO = 166 +pkg syscall (freebsd-arm64), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-arm64), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-arm64), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-arm64), const SYS_SBRK = 69 +pkg syscall (freebsd-arm64), const SYS_SBRK ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-arm64), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-arm64), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-arm64), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-arm64), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-arm64), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-arm64), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-arm64), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-arm64), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-arm64), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-arm64), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-arm64), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-arm64), const SYS_SELECT = 93 +pkg syscall (freebsd-arm64), const SYS_SELECT ideal-int +pkg syscall (freebsd-arm64), const SYS_SEMGET = 221 +pkg syscall (freebsd-arm64), const SYS_SEMGET ideal-int +pkg syscall (freebsd-arm64), const SYS_SEMOP = 222 +pkg syscall (freebsd-arm64), const SYS_SEMOP ideal-int +pkg syscall (freebsd-arm64), const SYS_SEMSYS = 169 +pkg syscall (freebsd-arm64), const SYS_SEMSYS ideal-int +pkg syscall (freebsd-arm64), const SYS_SENDFILE = 393 +pkg syscall (freebsd-arm64), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-arm64), const SYS_SENDMSG = 28 +pkg syscall (freebsd-arm64), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-arm64), const SYS_SENDTO = 133 +pkg syscall (freebsd-arm64), const SYS_SENDTO ideal-int +pkg syscall (freebsd-arm64), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-arm64), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-arm64), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-arm64), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm64), const SYS_SETAUID = 448 +pkg syscall (freebsd-arm64), const SYS_SETAUID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-arm64), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-arm64), const SYS_SETEGID = 182 +pkg syscall (freebsd-arm64), const SYS_SETEGID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETEUID = 183 +pkg syscall (freebsd-arm64), const SYS_SETEUID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETFIB = 175 +pkg syscall (freebsd-arm64), const SYS_SETFIB ideal-int +pkg syscall (freebsd-arm64), const SYS_SETGID = 181 +pkg syscall (freebsd-arm64), const SYS_SETGID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-arm64), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-arm64), const SYS_SETITIMER = 83 +pkg syscall (freebsd-arm64), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-arm64), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-arm64), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-arm64), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-arm64), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-arm64), const SYS_SETPGID = 82 +pkg syscall (freebsd-arm64), const SYS_SETPGID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-arm64), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-arm64), const SYS_SETREGID = 127 +pkg syscall (freebsd-arm64), const SYS_SETREGID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETRESGID = 312 +pkg syscall (freebsd-arm64), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETRESUID = 311 +pkg syscall (freebsd-arm64), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETREUID = 126 +pkg syscall (freebsd-arm64), const SYS_SETREUID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-arm64), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-arm64), const SYS_SETSID = 147 +pkg syscall (freebsd-arm64), const SYS_SETSID ideal-int +pkg syscall (freebsd-arm64), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-arm64), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-arm64), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-arm64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm64), const SYS_SETUID = 23 +pkg syscall (freebsd-arm64), const SYS_SETUID ideal-int +pkg syscall (freebsd-arm64), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-arm64), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-arm64), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-arm64), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-arm64), const SYS_SHMAT = 228 +pkg syscall (freebsd-arm64), const SYS_SHMAT ideal-int +pkg syscall (freebsd-arm64), const SYS_SHMCTL = 512 +pkg syscall (freebsd-arm64), const SYS_SHMCTL ideal-int +pkg syscall (freebsd-arm64), const SYS_SHMDT = 230 +pkg syscall (freebsd-arm64), const SYS_SHMDT ideal-int +pkg syscall (freebsd-arm64), const SYS_SHMGET = 231 +pkg syscall (freebsd-arm64), const SYS_SHMGET ideal-int +pkg syscall (freebsd-arm64), const SYS_SHMSYS = 171 +pkg syscall (freebsd-arm64), const SYS_SHMSYS ideal-int +pkg syscall (freebsd-arm64), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-arm64), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGACTION = 416 +pkg syscall (freebsd-arm64), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-arm64), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-arm64), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-arm64), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-arm64), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-arm64), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-arm64), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-arm64), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-arm64), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-arm64), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-arm64), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-arm64), const SYS_SOCKET = 97 +pkg syscall (freebsd-arm64), const SYS_SOCKET ideal-int +pkg syscall (freebsd-arm64), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-arm64), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-arm64), const SYS_SSTK = 70 +pkg syscall (freebsd-arm64), const SYS_SSTK ideal-int +pkg syscall (freebsd-arm64), const SYS_STAT = 188 +pkg syscall (freebsd-arm64), const SYS_STAT ideal-int +pkg syscall (freebsd-arm64), const SYS_STATFS = 396 +pkg syscall (freebsd-arm64), const SYS_STATFS ideal-int +pkg syscall (freebsd-arm64), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-arm64), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-arm64), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-arm64), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-arm64), const SYS_SWAPON = 85 +pkg syscall (freebsd-arm64), const SYS_SWAPON ideal-int +pkg syscall (freebsd-arm64), const SYS_SYMLINK = 57 +pkg syscall (freebsd-arm64), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-arm64), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-arm64), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-arm64), const SYS_SYNC = 36 +pkg syscall (freebsd-arm64), const SYS_SYNC ideal-int +pkg syscall (freebsd-arm64), const SYS_SYSARCH = 165 +pkg syscall (freebsd-arm64), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-arm64), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-arm64), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_KILL = 433 +pkg syscall (freebsd-arm64), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-arm64), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_NEW = 455 +pkg syscall (freebsd-arm64), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_SELF = 432 +pkg syscall (freebsd-arm64), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-arm64), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-arm64), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-arm64), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-arm64), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-arm64), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-arm64), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-arm64), const SYS_UMASK = 60 +pkg syscall (freebsd-arm64), const SYS_UMASK ideal-int +pkg syscall (freebsd-arm64), const SYS_UNDELETE = 205 +pkg syscall (freebsd-arm64), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-arm64), const SYS_UNLINK = 10 +pkg syscall (freebsd-arm64), const SYS_UNLINK ideal-int +pkg syscall (freebsd-arm64), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-arm64), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-arm64), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-arm64), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-arm64), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-arm64), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-arm64), const SYS_UTIMES = 138 +pkg syscall (freebsd-arm64), const SYS_UTIMES ideal-int +pkg syscall (freebsd-arm64), const SYS_UTRACE = 335 +pkg syscall (freebsd-arm64), const SYS_UTRACE ideal-int +pkg syscall (freebsd-arm64), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-arm64), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-arm64), const SYS_VFORK = 66 +pkg syscall (freebsd-arm64), const SYS_VFORK ideal-int +pkg syscall (freebsd-arm64), const SYS_WAIT4 = 7 +pkg syscall (freebsd-arm64), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-arm64), const SYS_WAIT6 = 532 +pkg syscall (freebsd-arm64), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-arm64), const SYS_WRITE = 4 +pkg syscall (freebsd-arm64), const SYS_WRITE ideal-int +pkg syscall (freebsd-arm64), const SYS_WRITEV = 121 +pkg syscall (freebsd-arm64), const SYS_WRITEV ideal-int +pkg syscall (freebsd-arm64), const SYS_YIELD = 321 +pkg syscall (freebsd-arm64), const SYS_YIELD ideal-int +pkg syscall (freebsd-arm64), const TCIFLUSH = 1 +pkg syscall (freebsd-arm64), const TCIFLUSH ideal-int +pkg syscall (freebsd-arm64), const TCIOFLUSH = 3 +pkg syscall (freebsd-arm64), const TCIOFLUSH ideal-int +pkg syscall (freebsd-arm64), const TCOFLUSH = 2 +pkg syscall (freebsd-arm64), const TCOFLUSH ideal-int +pkg syscall (freebsd-arm64), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-arm64), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-arm64), const TCP_CONGESTION = 64 +pkg syscall (freebsd-arm64), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-arm64), const TCP_INFO = 32 +pkg syscall (freebsd-arm64), const TCP_INFO ideal-int +pkg syscall (freebsd-arm64), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-arm64), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-arm64), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-arm64), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-arm64), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-arm64), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-arm64), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-arm64), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-arm64), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-arm64), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-arm64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-arm64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-arm64), const TCP_MAXBURST = 4 +pkg syscall (freebsd-arm64), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-arm64), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-arm64), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-arm64), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-arm64), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-arm64), const TCP_MAXSEG = 2 +pkg syscall (freebsd-arm64), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-arm64), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-arm64), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-arm64), const TCP_MD5SIG = 16 +pkg syscall (freebsd-arm64), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-arm64), const TCP_MINMSS = 216 +pkg syscall (freebsd-arm64), const TCP_MINMSS ideal-int +pkg syscall (freebsd-arm64), const TCP_MSS = 536 +pkg syscall (freebsd-arm64), const TCP_MSS ideal-int +pkg syscall (freebsd-arm64), const TCP_NOOPT = 8 +pkg syscall (freebsd-arm64), const TCP_NOOPT ideal-int +pkg syscall (freebsd-arm64), const TCP_NOPUSH = 4 +pkg syscall (freebsd-arm64), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-arm64), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-arm64), const TCP_VENDOR ideal-int +pkg syscall (freebsd-arm64), const TCSAFLUSH = 2 +pkg syscall (freebsd-arm64), const TCSAFLUSH ideal-int +pkg syscall (freebsd-arm64), const TIOCCBRK = 536900730 +pkg syscall (freebsd-arm64), const TIOCCBRK ideal-int +pkg syscall (freebsd-arm64), const TIOCCDTR = 536900728 +pkg syscall (freebsd-arm64), const TIOCCDTR ideal-int +pkg syscall (freebsd-arm64), const TIOCCONS = 2147775586 +pkg syscall (freebsd-arm64), const TIOCCONS ideal-int +pkg syscall (freebsd-arm64), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-arm64), const TIOCDRAIN ideal-int +pkg syscall (freebsd-arm64), const TIOCEXCL = 536900621 +pkg syscall (freebsd-arm64), const TIOCEXCL ideal-int +pkg syscall (freebsd-arm64), const TIOCEXT = 2147775584 +pkg syscall (freebsd-arm64), const TIOCEXT ideal-int +pkg syscall (freebsd-arm64), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-arm64), const TIOCFLUSH ideal-int +pkg syscall (freebsd-arm64), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-arm64), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-arm64), const TIOCGETA = 1076655123 +pkg syscall (freebsd-arm64), const TIOCGETA ideal-int +pkg syscall (freebsd-arm64), const TIOCGETD = 1074033690 +pkg syscall (freebsd-arm64), const TIOCGETD ideal-int +pkg syscall (freebsd-arm64), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-arm64), const TIOCGPGRP ideal-int +pkg syscall (freebsd-arm64), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-arm64), const TIOCGPTN ideal-int +pkg syscall (freebsd-arm64), const TIOCGSID = 1074033763 +pkg syscall (freebsd-arm64), const TIOCGSID ideal-int +pkg syscall (freebsd-arm64), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-arm64), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-arm64), const TIOCM_CAR = 64 +pkg syscall (freebsd-arm64), const TIOCM_CAR ideal-int +pkg syscall (freebsd-arm64), const TIOCM_CD = 64 +pkg syscall (freebsd-arm64), const TIOCM_CD ideal-int +pkg syscall (freebsd-arm64), const TIOCM_CTS = 32 +pkg syscall (freebsd-arm64), const TIOCM_CTS ideal-int +pkg syscall (freebsd-arm64), const TIOCM_DCD = 64 +pkg syscall (freebsd-arm64), const TIOCM_DCD ideal-int +pkg syscall (freebsd-arm64), const TIOCM_DSR = 256 +pkg syscall (freebsd-arm64), const TIOCM_DSR ideal-int +pkg syscall (freebsd-arm64), const TIOCM_DTR = 2 +pkg syscall (freebsd-arm64), const TIOCM_DTR ideal-int +pkg syscall (freebsd-arm64), const TIOCM_LE = 1 +pkg syscall (freebsd-arm64), const TIOCM_LE ideal-int +pkg syscall (freebsd-arm64), const TIOCM_RI = 128 +pkg syscall (freebsd-arm64), const TIOCM_RI ideal-int +pkg syscall (freebsd-arm64), const TIOCM_RNG = 128 +pkg syscall (freebsd-arm64), const TIOCM_RNG ideal-int +pkg syscall (freebsd-arm64), const TIOCM_RTS = 4 +pkg syscall (freebsd-arm64), const TIOCM_RTS ideal-int +pkg syscall (freebsd-arm64), const TIOCM_SR = 16 +pkg syscall (freebsd-arm64), const TIOCM_SR ideal-int +pkg syscall (freebsd-arm64), const TIOCM_ST = 8 +pkg syscall (freebsd-arm64), const TIOCM_ST ideal-int +pkg syscall (freebsd-arm64), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-arm64), const TIOCMBIC ideal-int +pkg syscall (freebsd-arm64), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-arm64), const TIOCMBIS ideal-int +pkg syscall (freebsd-arm64), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-arm64), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-arm64), const TIOCMGET = 1074033770 +pkg syscall (freebsd-arm64), const TIOCMGET ideal-int +pkg syscall (freebsd-arm64), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-arm64), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-arm64), const TIOCMSET = 2147775597 +pkg syscall (freebsd-arm64), const TIOCMSET ideal-int +pkg syscall (freebsd-arm64), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-arm64), const TIOCNOTTY ideal-int +pkg syscall (freebsd-arm64), const TIOCNXCL = 536900622 +pkg syscall (freebsd-arm64), const TIOCNXCL ideal-int +pkg syscall (freebsd-arm64), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-arm64), const TIOCOUTQ ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT = 2147775600 +pkg syscall (freebsd-arm64), const TIOCPKT ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-arm64), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-arm64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-arm64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-arm64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-arm64), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-arm64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_START = 8 +pkg syscall (freebsd-arm64), const TIOCPKT_START ideal-int +pkg syscall (freebsd-arm64), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-arm64), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-arm64), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-arm64), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-arm64), const TIOCSBRK = 536900731 +pkg syscall (freebsd-arm64), const TIOCSBRK ideal-int +pkg syscall (freebsd-arm64), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-arm64), const TIOCSCTTY ideal-int +pkg syscall (freebsd-arm64), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-arm64), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-arm64), const TIOCSDTR = 536900729 +pkg syscall (freebsd-arm64), const TIOCSDTR ideal-int +pkg syscall (freebsd-arm64), const TIOCSETA = 2150396948 +pkg syscall (freebsd-arm64), const TIOCSETA ideal-int +pkg syscall (freebsd-arm64), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-arm64), const TIOCSETAF ideal-int +pkg syscall (freebsd-arm64), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-arm64), const TIOCSETAW ideal-int +pkg syscall (freebsd-arm64), const TIOCSETD = 2147775515 +pkg syscall (freebsd-arm64), const TIOCSETD ideal-int +pkg syscall (freebsd-arm64), const TIOCSIG = 537162847 +pkg syscall (freebsd-arm64), const TIOCSIG ideal-int +pkg syscall (freebsd-arm64), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-arm64), const TIOCSPGRP ideal-int +pkg syscall (freebsd-arm64), const TIOCSTART = 536900718 +pkg syscall (freebsd-arm64), const TIOCSTART ideal-int +pkg syscall (freebsd-arm64), const TIOCSTAT = 536900709 +pkg syscall (freebsd-arm64), const TIOCSTAT ideal-int +pkg syscall (freebsd-arm64), const TIOCSTI = 2147578994 +pkg syscall (freebsd-arm64), const TIOCSTI ideal-int +pkg syscall (freebsd-arm64), const TIOCSTOP = 536900719 +pkg syscall (freebsd-arm64), const TIOCSTOP ideal-int +pkg syscall (freebsd-arm64), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-arm64), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-arm64), const TIOCTIMESTAMP = 1074820185 +pkg syscall (freebsd-arm64), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-arm64), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-arm64), const TIOCUCNTL ideal-int +pkg syscall (freebsd-arm64), const TOSTOP = 4194304 +pkg syscall (freebsd-arm64), const TOSTOP ideal-int +pkg syscall (freebsd-arm64), const VDISCARD = 15 +pkg syscall (freebsd-arm64), const VDISCARD ideal-int +pkg syscall (freebsd-arm64), const VDSUSP = 11 +pkg syscall (freebsd-arm64), const VDSUSP ideal-int +pkg syscall (freebsd-arm64), const VEOF = 0 +pkg syscall (freebsd-arm64), const VEOF ideal-int +pkg syscall (freebsd-arm64), const VEOL = 1 +pkg syscall (freebsd-arm64), const VEOL ideal-int +pkg syscall (freebsd-arm64), const VEOL2 = 2 +pkg syscall (freebsd-arm64), const VEOL2 ideal-int +pkg syscall (freebsd-arm64), const VERASE = 3 +pkg syscall (freebsd-arm64), const VERASE ideal-int +pkg syscall (freebsd-arm64), const VERASE2 = 7 +pkg syscall (freebsd-arm64), const VERASE2 ideal-int +pkg syscall (freebsd-arm64), const VINTR = 8 +pkg syscall (freebsd-arm64), const VINTR ideal-int +pkg syscall (freebsd-arm64), const VKILL = 5 +pkg syscall (freebsd-arm64), const VKILL ideal-int +pkg syscall (freebsd-arm64), const VLNEXT = 14 +pkg syscall (freebsd-arm64), const VLNEXT ideal-int +pkg syscall (freebsd-arm64), const VMIN = 16 +pkg syscall (freebsd-arm64), const VMIN ideal-int +pkg syscall (freebsd-arm64), const VQUIT = 9 +pkg syscall (freebsd-arm64), const VQUIT ideal-int +pkg syscall (freebsd-arm64), const VREPRINT = 6 +pkg syscall (freebsd-arm64), const VREPRINT ideal-int +pkg syscall (freebsd-arm64), const VSTART = 12 +pkg syscall (freebsd-arm64), const VSTART ideal-int +pkg syscall (freebsd-arm64), const VSTATUS = 18 +pkg syscall (freebsd-arm64), const VSTATUS ideal-int +pkg syscall (freebsd-arm64), const VSTOP = 13 +pkg syscall (freebsd-arm64), const VSTOP ideal-int +pkg syscall (freebsd-arm64), const VSUSP = 10 +pkg syscall (freebsd-arm64), const VSUSP ideal-int +pkg syscall (freebsd-arm64), const VTIME = 17 +pkg syscall (freebsd-arm64), const VTIME ideal-int +pkg syscall (freebsd-arm64), const VWERASE = 4 +pkg syscall (freebsd-arm64), const VWERASE ideal-int +pkg syscall (freebsd-arm64), const WCONTINUED = 4 +pkg syscall (freebsd-arm64), const WCONTINUED ideal-int +pkg syscall (freebsd-arm64), const WCOREFLAG = 128 +pkg syscall (freebsd-arm64), const WCOREFLAG ideal-int +pkg syscall (freebsd-arm64), const WEXITED = 16 +pkg syscall (freebsd-arm64), const WEXITED ideal-int +pkg syscall (freebsd-arm64), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-arm64), const WLINUXCLONE ideal-int +pkg syscall (freebsd-arm64), const WNOHANG = 1 +pkg syscall (freebsd-arm64), const WNOHANG ideal-int +pkg syscall (freebsd-arm64), const WNOWAIT = 8 +pkg syscall (freebsd-arm64), const WNOWAIT ideal-int +pkg syscall (freebsd-arm64), const WSTOPPED = 2 +pkg syscall (freebsd-arm64), const WSTOPPED ideal-int +pkg syscall (freebsd-arm64), const WTRAPPED = 32 +pkg syscall (freebsd-arm64), const WTRAPPED ideal-int +pkg syscall (freebsd-arm64), const WUNTRACED = 2 +pkg syscall (freebsd-arm64), const WUNTRACED ideal-int +pkg syscall (freebsd-arm64), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-arm64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm64), func Access(string, uint32) error +pkg syscall (freebsd-arm64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-arm64), func Bind(int, Sockaddr) error +pkg syscall (freebsd-arm64), func BpfBuflen //deprecated +pkg syscall (freebsd-arm64), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-arm64), func BpfDatalink //deprecated +pkg syscall (freebsd-arm64), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-arm64), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-arm64), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-arm64), func BpfInterface //deprecated +pkg syscall (freebsd-arm64), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-arm64), func BpfJump //deprecated +pkg syscall (freebsd-arm64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-arm64), func BpfStats //deprecated +pkg syscall (freebsd-arm64), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-arm64), func BpfStmt //deprecated +pkg syscall (freebsd-arm64), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-arm64), func BpfTimeout //deprecated +pkg syscall (freebsd-arm64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-arm64), func CheckBpfVersion //deprecated +pkg syscall (freebsd-arm64), func CheckBpfVersion(int) error +pkg syscall (freebsd-arm64), func Chflags(string, int) error +pkg syscall (freebsd-arm64), func Chroot(string) error +pkg syscall (freebsd-arm64), func Close(int) error +pkg syscall (freebsd-arm64), func CloseOnExec(int) +pkg syscall (freebsd-arm64), func CmsgLen(int) int +pkg syscall (freebsd-arm64), func CmsgSpace(int) int +pkg syscall (freebsd-arm64), func Connect(int, Sockaddr) error +pkg syscall (freebsd-arm64), func Dup(int) (int, error) +pkg syscall (freebsd-arm64), func Dup2(int, int) error +pkg syscall (freebsd-arm64), func Fchdir(int) error +pkg syscall (freebsd-arm64), func Fchflags(int, int) error +pkg syscall (freebsd-arm64), func Fchmod(int, uint32) error +pkg syscall (freebsd-arm64), func Fchown(int, int, int) error +pkg syscall (freebsd-arm64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-arm64), func Flock(int, int) error +pkg syscall (freebsd-arm64), func FlushBpf //deprecated +pkg syscall (freebsd-arm64), func FlushBpf(int) error +pkg syscall (freebsd-arm64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-arm64), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-arm64), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-arm64), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-arm64), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-arm64), func Fsync(int) error +pkg syscall (freebsd-arm64), func Ftruncate(int, int64) error +pkg syscall (freebsd-arm64), func Futimes(int, []Timeval) error +pkg syscall (freebsd-arm64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-arm64), func Getdtablesize() int +pkg syscall (freebsd-arm64), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-arm64), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-arm64), func Getpgid(int) (int, error) +pkg syscall (freebsd-arm64), func Getpgrp() int +pkg syscall (freebsd-arm64), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-arm64), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm64), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-arm64), func Getsid(int) (int, error) +pkg syscall (freebsd-arm64), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-arm64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-arm64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-arm64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-arm64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-arm64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-arm64), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-arm64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-arm64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-arm64), func Issetugid() bool +pkg syscall (freebsd-arm64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-arm64), func Kill(int, Signal) error +pkg syscall (freebsd-arm64), func Kqueue() (int, error) +pkg syscall (freebsd-arm64), func Listen(int, int) error +pkg syscall (freebsd-arm64), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-arm64), func Mkfifo(string, uint32) error +pkg syscall (freebsd-arm64), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-arm64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-arm64), func Munmap([]uint8) error +pkg syscall (freebsd-arm64), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-arm64), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-arm64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-arm64), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-arm64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-arm64), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-arm64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-arm64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-arm64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-arm64), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-arm64), func Pipe([]int) error +pkg syscall (freebsd-arm64), func Pipe2([]int, int) error +pkg syscall (freebsd-arm64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-arm64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-arm64), func Revoke(string) error +pkg syscall (freebsd-arm64), func RouteRIB //deprecated +pkg syscall (freebsd-arm64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-arm64), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-arm64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-arm64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-arm64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-arm64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-arm64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-arm64), func SetBpf //deprecated +pkg syscall (freebsd-arm64), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-arm64), func SetBpfBuflen //deprecated +pkg syscall (freebsd-arm64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-arm64), func SetBpfDatalink //deprecated +pkg syscall (freebsd-arm64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-arm64), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-arm64), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-arm64), func SetBpfImmediate //deprecated +pkg syscall (freebsd-arm64), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-arm64), func SetBpfInterface //deprecated +pkg syscall (freebsd-arm64), func SetBpfInterface(int, string) error +pkg syscall (freebsd-arm64), func SetBpfPromisc //deprecated +pkg syscall (freebsd-arm64), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-arm64), func SetBpfTimeout //deprecated +pkg syscall (freebsd-arm64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-arm64), func Setegid(int) error +pkg syscall (freebsd-arm64), func Seteuid(int) error +pkg syscall (freebsd-arm64), func Setgid(int) error +pkg syscall (freebsd-arm64), func Setgroups([]int) error +pkg syscall (freebsd-arm64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-arm64), func Setlogin(string) error +pkg syscall (freebsd-arm64), func SetNonblock(int, bool) error +pkg syscall (freebsd-arm64), func Setpgid(int, int) error +pkg syscall (freebsd-arm64), func Setpriority(int, int, int) error +pkg syscall (freebsd-arm64), func Setregid(int, int) error +pkg syscall (freebsd-arm64), func Setreuid(int, int) error +pkg syscall (freebsd-arm64), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm64), func Setsid() (int, error) +pkg syscall (freebsd-arm64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-arm64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-arm64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-arm64), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-arm64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-arm64), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-arm64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-arm64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-arm64), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-arm64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-arm64), func Settimeofday(*Timeval) error +pkg syscall (freebsd-arm64), func Setuid(int) error +pkg syscall (freebsd-arm64), func Shutdown(int, int) error +pkg syscall (freebsd-arm64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-arm64), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-arm64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-arm64), func Stat(string, *Stat_t) error +pkg syscall (freebsd-arm64), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-arm64), func StringSlicePtr //deprecated +pkg syscall (freebsd-arm64), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-arm64), func Sync() error +pkg syscall (freebsd-arm64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64), func Sysctl(string) (string, error) +pkg syscall (freebsd-arm64), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-arm64), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-arm64), func Truncate(string, int64) error +pkg syscall (freebsd-arm64), func Umask(int) int +pkg syscall (freebsd-arm64), func Undelete(string) error +pkg syscall (freebsd-arm64), func UnixRights(...int) []uint8 +pkg syscall (freebsd-arm64), func Unmount(string, int) error +pkg syscall (freebsd-arm64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-arm64), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-arm64), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-arm64), method (*Iovec) SetLen(int) +pkg syscall (freebsd-arm64), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-arm64), type BpfHdr struct +pkg syscall (freebsd-arm64), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-arm64), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-arm64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-arm64), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (freebsd-arm64), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-arm64), type BpfInsn struct +pkg syscall (freebsd-arm64), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-arm64), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-arm64), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-arm64), type BpfInsn struct, K uint32 +pkg syscall (freebsd-arm64), type BpfProgram struct +pkg syscall (freebsd-arm64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-arm64), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm64), type BpfStat struct +pkg syscall (freebsd-arm64), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-arm64), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-arm64), type BpfVersion struct +pkg syscall (freebsd-arm64), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-arm64), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-arm64), type BpfZbuf struct +pkg syscall (freebsd-arm64), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-arm64), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-arm64), type BpfZbuf struct, Buflen uint64 +pkg syscall (freebsd-arm64), type BpfZbufHeader struct +pkg syscall (freebsd-arm64), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-arm64), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-arm64), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-arm64), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-arm64), type Cmsghdr struct +pkg syscall (freebsd-arm64), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-arm64), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-arm64), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-arm64), type Credential struct +pkg syscall (freebsd-arm64), type Credential struct, Gid uint32 +pkg syscall (freebsd-arm64), type Credential struct, Groups []uint32 +pkg syscall (freebsd-arm64), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-arm64), type Credential struct, Uid uint32 +pkg syscall (freebsd-arm64), type Dirent struct +pkg syscall (freebsd-arm64), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-arm64), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-arm64), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-arm64), type Dirent struct, Off int64 +pkg syscall (freebsd-arm64), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-arm64), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-arm64), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-arm64), type Dirent struct, Type uint8 +pkg syscall (freebsd-arm64), type FdSet struct +pkg syscall (freebsd-arm64), type FdSet struct, X__fds_bits [16]uint64 +pkg syscall (freebsd-arm64), type Flock_t struct +pkg syscall (freebsd-arm64), type Flock_t struct, Len int64 +pkg syscall (freebsd-arm64), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm64), type Flock_t struct, Pid int32 +pkg syscall (freebsd-arm64), type Flock_t struct, Start int64 +pkg syscall (freebsd-arm64), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-arm64), type Flock_t struct, Type int16 +pkg syscall (freebsd-arm64), type Flock_t struct, Whence int16 +pkg syscall (freebsd-arm64), type Fsid struct +pkg syscall (freebsd-arm64), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-arm64), type ICMPv6Filter struct +pkg syscall (freebsd-arm64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-arm64), type IfaMsghdr struct +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-arm64), type IfData struct +pkg syscall (freebsd-arm64), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-arm64), type IfData struct, Baudrate uint64 +pkg syscall (freebsd-arm64), type IfData struct, Collisions uint64 +pkg syscall (freebsd-arm64), type IfData struct, Datalen uint8 +pkg syscall (freebsd-arm64), type IfData struct, Epoch int64 +pkg syscall (freebsd-arm64), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-arm64), type IfData struct, Hwassist uint64 +pkg syscall (freebsd-arm64), type IfData struct, Ibytes uint64 +pkg syscall (freebsd-arm64), type IfData struct, Ierrors uint64 +pkg syscall (freebsd-arm64), type IfData struct, Imcasts uint64 +pkg syscall (freebsd-arm64), type IfData struct, Ipackets uint64 +pkg syscall (freebsd-arm64), type IfData struct, Iqdrops uint64 +pkg syscall (freebsd-arm64), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-arm64), type IfData struct, Link_state uint8 +pkg syscall (freebsd-arm64), type IfData struct, Metric uint64 +pkg syscall (freebsd-arm64), type IfData struct, Mtu uint64 +pkg syscall (freebsd-arm64), type IfData struct, Noproto uint64 +pkg syscall (freebsd-arm64), type IfData struct, Obytes uint64 +pkg syscall (freebsd-arm64), type IfData struct, Oerrors uint64 +pkg syscall (freebsd-arm64), type IfData struct, Omcasts uint64 +pkg syscall (freebsd-arm64), type IfData struct, Opackets uint64 +pkg syscall (freebsd-arm64), type IfData struct, Physical uint8 +pkg syscall (freebsd-arm64), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-arm64), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-arm64), type IfData struct, Type uint8 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64), type IfMsghdr struct +pkg syscall (freebsd-arm64), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-arm64), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64), type Inet6Pktinfo struct +pkg syscall (freebsd-arm64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-arm64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-arm64), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-arm64), type InterfaceAddrMessage struct +pkg syscall (freebsd-arm64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-arm64), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-arm64), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-arm64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-arm64), type InterfaceMessage //deprecated +pkg syscall (freebsd-arm64), type InterfaceMessage struct +pkg syscall (freebsd-arm64), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-arm64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-arm64), type Iovec struct +pkg syscall (freebsd-arm64), type Iovec struct, Base *uint8 +pkg syscall (freebsd-arm64), type Iovec struct, Len uint64 +pkg syscall (freebsd-arm64), type IPMreqn struct +pkg syscall (freebsd-arm64), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-arm64), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-arm64), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-arm64), type IPv6MTUInfo struct +pkg syscall (freebsd-arm64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-arm64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-arm64), type Kevent_t struct +pkg syscall (freebsd-arm64), type Kevent_t struct, Data int64 +pkg syscall (freebsd-arm64), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-arm64), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-arm64), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-arm64), type Kevent_t struct, Ident uint64 +pkg syscall (freebsd-arm64), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-arm64), type Msghdr struct +pkg syscall (freebsd-arm64), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-arm64), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-arm64), type Msghdr struct, Flags int32 +pkg syscall (freebsd-arm64), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-arm64), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-arm64), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-arm64), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-arm64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (freebsd-arm64), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-arm64), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-arm64), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-arm64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-arm64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-arm64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-arm64), type Rlimit struct +pkg syscall (freebsd-arm64), type Rlimit struct, Cur int64 +pkg syscall (freebsd-arm64), type Rlimit struct, Max int64 +pkg syscall (freebsd-arm64), type RouteMessage //deprecated +pkg syscall (freebsd-arm64), type RouteMessage struct +pkg syscall (freebsd-arm64), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-arm64), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-arm64), type RoutingMessage //deprecated +pkg syscall (freebsd-arm64), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-arm64), type RtMetrics struct +pkg syscall (freebsd-arm64), type RtMetrics struct, Expire uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Filler [3]uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Hopcount uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Locks uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Mtu uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Pksent uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Recvpipe uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Rtt uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Rttvar uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Sendpipe uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Ssthresh uint64 +pkg syscall (freebsd-arm64), type RtMetrics struct, Weight uint64 +pkg syscall (freebsd-arm64), type RtMsghdr struct +pkg syscall (freebsd-arm64), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Inits uint64 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-arm64), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64), type Rusage struct, Idrss int64 +pkg syscall (freebsd-arm64), type Rusage struct, Inblock int64 +pkg syscall (freebsd-arm64), type Rusage struct, Isrss int64 +pkg syscall (freebsd-arm64), type Rusage struct, Ixrss int64 +pkg syscall (freebsd-arm64), type Rusage struct, Majflt int64 +pkg syscall (freebsd-arm64), type Rusage struct, Maxrss int64 +pkg syscall (freebsd-arm64), type Rusage struct, Minflt int64 +pkg syscall (freebsd-arm64), type Rusage struct, Msgrcv int64 +pkg syscall (freebsd-arm64), type Rusage struct, Msgsnd int64 +pkg syscall (freebsd-arm64), type Rusage struct, Nivcsw int64 +pkg syscall (freebsd-arm64), type Rusage struct, Nsignals int64 +pkg syscall (freebsd-arm64), type Rusage struct, Nswap int64 +pkg syscall (freebsd-arm64), type Rusage struct, Nvcsw int64 +pkg syscall (freebsd-arm64), type Rusage struct, Oublock int64 +pkg syscall (freebsd-arm64), type Rusage struct, Stime Timeval +pkg syscall (freebsd-arm64), type Rusage struct, Utime Timeval +pkg syscall (freebsd-arm64), type SockaddrDatalink struct +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm64), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm64), type SocketControlMessage struct +pkg syscall (freebsd-arm64), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-arm64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-arm64), type Stat_t struct +pkg syscall (freebsd-arm64), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-arm64), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-arm64), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-arm64), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-arm64), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-arm64), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-arm64), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-arm64), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-arm64), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-arm64), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-arm64), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-arm64), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-arm64), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-arm64), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-arm64), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-arm64), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-arm64), type Stat_t struct, Size int64 +pkg syscall (freebsd-arm64), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm64), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-arm64), type Statfs_t struct +pkg syscall (freebsd-arm64), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-arm64), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-arm64), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-arm64), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-arm64), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-arm64), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-arm64), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-arm64), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-arm64), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-arm64), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-arm64), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-arm64), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-arm64), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-arm64), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-arm64), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-arm64), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-arm64), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-arm64), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-arm64), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-arm64), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-arm64), type Termios struct +pkg syscall (freebsd-arm64), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-arm64), type Termios struct, Cflag uint32 +pkg syscall (freebsd-arm64), type Termios struct, Iflag uint32 +pkg syscall (freebsd-arm64), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-arm64), type Termios struct, Lflag uint32 +pkg syscall (freebsd-arm64), type Termios struct, Oflag uint32 +pkg syscall (freebsd-arm64), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-arm64), type Timespec struct, Nsec int64 +pkg syscall (freebsd-arm64), type Timespec struct, Sec int64 +pkg syscall (freebsd-arm64), type Timeval struct, Sec int64 +pkg syscall (freebsd-arm64), type Timeval struct, Usec int64 +pkg syscall (freebsd-arm64), type WaitStatus uint32 +pkg syscall (freebsd-arm64), var Stderr int +pkg syscall (freebsd-arm64), var Stdin int +pkg syscall (freebsd-arm64), var Stdout int +pkg syscall (freebsd-arm64-cgo), const AF_APPLETALK = 16 +pkg syscall (freebsd-arm64-cgo), const AF_APPLETALK ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_ARP = 35 +pkg syscall (freebsd-arm64-cgo), const AF_ARP ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_ATM = 30 +pkg syscall (freebsd-arm64-cgo), const AF_ATM ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_BLUETOOTH = 36 +pkg syscall (freebsd-arm64-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_CCITT = 10 +pkg syscall (freebsd-arm64-cgo), const AF_CCITT ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_CHAOS = 5 +pkg syscall (freebsd-arm64-cgo), const AF_CHAOS ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_CNT = 21 +pkg syscall (freebsd-arm64-cgo), const AF_CNT ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_COIP = 20 +pkg syscall (freebsd-arm64-cgo), const AF_COIP ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_DATAKIT = 9 +pkg syscall (freebsd-arm64-cgo), const AF_DATAKIT ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_DECnet = 12 +pkg syscall (freebsd-arm64-cgo), const AF_DECnet ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_DLI = 13 +pkg syscall (freebsd-arm64-cgo), const AF_DLI ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_E164 = 26 +pkg syscall (freebsd-arm64-cgo), const AF_E164 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_ECMA = 8 +pkg syscall (freebsd-arm64-cgo), const AF_ECMA ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_HYLINK = 15 +pkg syscall (freebsd-arm64-cgo), const AF_HYLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_IEEE80211 = 37 +pkg syscall (freebsd-arm64-cgo), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_IMPLINK = 3 +pkg syscall (freebsd-arm64-cgo), const AF_IMPLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_INET_SDP = 40 +pkg syscall (freebsd-arm64-cgo), const AF_INET_SDP ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_INET6 = 28 +pkg syscall (freebsd-arm64-cgo), const AF_INET6_SDP = 42 +pkg syscall (freebsd-arm64-cgo), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_IPX = 23 +pkg syscall (freebsd-arm64-cgo), const AF_IPX ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_ISDN = 26 +pkg syscall (freebsd-arm64-cgo), const AF_ISDN ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_ISO = 7 +pkg syscall (freebsd-arm64-cgo), const AF_ISO ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_LAT = 14 +pkg syscall (freebsd-arm64-cgo), const AF_LAT ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_LINK = 18 +pkg syscall (freebsd-arm64-cgo), const AF_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_LOCAL = 1 +pkg syscall (freebsd-arm64-cgo), const AF_LOCAL ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_MAX = 42 +pkg syscall (freebsd-arm64-cgo), const AF_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_NATM = 29 +pkg syscall (freebsd-arm64-cgo), const AF_NATM ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_NETBIOS = 6 +pkg syscall (freebsd-arm64-cgo), const AF_NETBIOS ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_NETGRAPH = 32 +pkg syscall (freebsd-arm64-cgo), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_OSI = 7 +pkg syscall (freebsd-arm64-cgo), const AF_OSI ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_PUP = 4 +pkg syscall (freebsd-arm64-cgo), const AF_PUP ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_ROUTE = 17 +pkg syscall (freebsd-arm64-cgo), const AF_ROUTE ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_SCLUSTER = 34 +pkg syscall (freebsd-arm64-cgo), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_SIP = 24 +pkg syscall (freebsd-arm64-cgo), const AF_SIP ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_SLOW = 33 +pkg syscall (freebsd-arm64-cgo), const AF_SLOW ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_SNA = 11 +pkg syscall (freebsd-arm64-cgo), const AF_SNA ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR00 = 39 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR01 = 41 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR02 = 43 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR03 = 45 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR04 = 47 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR05 = 49 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR06 = 51 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR07 = 53 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR08 = 55 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR09 = 57 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR10 = 59 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR11 = 61 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR12 = 63 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR13 = 65 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR14 = 67 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR15 = 69 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR16 = 71 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR17 = 73 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR18 = 75 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR19 = 77 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR20 = 79 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR21 = 81 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR22 = 83 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR23 = 85 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR24 = 87 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR25 = 89 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR26 = 91 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR27 = 93 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR28 = 95 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR29 = 97 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR30 = 99 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR31 = 101 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR32 = 103 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR33 = 105 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR34 = 107 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR35 = 109 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR36 = 111 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR37 = 113 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR38 = 115 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR39 = 117 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR40 = 119 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR41 = 121 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR42 = 123 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR43 = 125 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR44 = 127 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR45 = 129 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR46 = 131 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR47 = 133 +pkg syscall (freebsd-arm64-cgo), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-arm64-cgo), const B0 = 0 +pkg syscall (freebsd-arm64-cgo), const B0 ideal-int +pkg syscall (freebsd-arm64-cgo), const B110 = 110 +pkg syscall (freebsd-arm64-cgo), const B110 ideal-int +pkg syscall (freebsd-arm64-cgo), const B115200 = 115200 +pkg syscall (freebsd-arm64-cgo), const B115200 ideal-int +pkg syscall (freebsd-arm64-cgo), const B1200 = 1200 +pkg syscall (freebsd-arm64-cgo), const B1200 ideal-int +pkg syscall (freebsd-arm64-cgo), const B134 = 134 +pkg syscall (freebsd-arm64-cgo), const B134 ideal-int +pkg syscall (freebsd-arm64-cgo), const B14400 = 14400 +pkg syscall (freebsd-arm64-cgo), const B14400 ideal-int +pkg syscall (freebsd-arm64-cgo), const B150 = 150 +pkg syscall (freebsd-arm64-cgo), const B150 ideal-int +pkg syscall (freebsd-arm64-cgo), const B1800 = 1800 +pkg syscall (freebsd-arm64-cgo), const B1800 ideal-int +pkg syscall (freebsd-arm64-cgo), const B19200 = 19200 +pkg syscall (freebsd-arm64-cgo), const B19200 ideal-int +pkg syscall (freebsd-arm64-cgo), const B200 = 200 +pkg syscall (freebsd-arm64-cgo), const B200 ideal-int +pkg syscall (freebsd-arm64-cgo), const B230400 = 230400 +pkg syscall (freebsd-arm64-cgo), const B230400 ideal-int +pkg syscall (freebsd-arm64-cgo), const B2400 = 2400 +pkg syscall (freebsd-arm64-cgo), const B2400 ideal-int +pkg syscall (freebsd-arm64-cgo), const B28800 = 28800 +pkg syscall (freebsd-arm64-cgo), const B28800 ideal-int +pkg syscall (freebsd-arm64-cgo), const B300 = 300 +pkg syscall (freebsd-arm64-cgo), const B300 ideal-int +pkg syscall (freebsd-arm64-cgo), const B38400 = 38400 +pkg syscall (freebsd-arm64-cgo), const B38400 ideal-int +pkg syscall (freebsd-arm64-cgo), const B460800 = 460800 +pkg syscall (freebsd-arm64-cgo), const B460800 ideal-int +pkg syscall (freebsd-arm64-cgo), const B4800 = 4800 +pkg syscall (freebsd-arm64-cgo), const B4800 ideal-int +pkg syscall (freebsd-arm64-cgo), const B50 = 50 +pkg syscall (freebsd-arm64-cgo), const B50 ideal-int +pkg syscall (freebsd-arm64-cgo), const B57600 = 57600 +pkg syscall (freebsd-arm64-cgo), const B57600 ideal-int +pkg syscall (freebsd-arm64-cgo), const B600 = 600 +pkg syscall (freebsd-arm64-cgo), const B600 ideal-int +pkg syscall (freebsd-arm64-cgo), const B7200 = 7200 +pkg syscall (freebsd-arm64-cgo), const B7200 ideal-int +pkg syscall (freebsd-arm64-cgo), const B75 = 75 +pkg syscall (freebsd-arm64-cgo), const B75 ideal-int +pkg syscall (freebsd-arm64-cgo), const B76800 = 76800 +pkg syscall (freebsd-arm64-cgo), const B76800 ideal-int +pkg syscall (freebsd-arm64-cgo), const B921600 = 921600 +pkg syscall (freebsd-arm64-cgo), const B921600 ideal-int +pkg syscall (freebsd-arm64-cgo), const B9600 = 9600 +pkg syscall (freebsd-arm64-cgo), const B9600 ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCFEEDBACK = 2147762812 +pkg syscall (freebsd-arm64-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (freebsd-arm64-cgo), const BIOCFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (freebsd-arm64-cgo), const BIOCGBLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGDIRECTION = 1074020982 +pkg syscall (freebsd-arm64-cgo), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (freebsd-arm64-cgo), const BIOCGDLT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGDLTLIST = 3222291065 +pkg syscall (freebsd-arm64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGETBUFMODE = 1074020989 +pkg syscall (freebsd-arm64-cgo), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGETIF = 1075855979 +pkg syscall (freebsd-arm64-cgo), const BIOCGETIF ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGETZMAX = 1074283135 +pkg syscall (freebsd-arm64-cgo), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (freebsd-arm64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (freebsd-arm64-cgo), const BIOCGRSIG ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (freebsd-arm64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (freebsd-arm64-cgo), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (freebsd-arm64-cgo), const BIOCGSTATS ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCGTSTAMP = 1074020995 +pkg syscall (freebsd-arm64-cgo), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (freebsd-arm64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCLOCK = 536887930 +pkg syscall (freebsd-arm64-cgo), const BIOCLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (freebsd-arm64-cgo), const BIOCPROMISC ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCROTZBUF = 1075331712 +pkg syscall (freebsd-arm64-cgo), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (freebsd-arm64-cgo), const BIOCSBLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSDIRECTION = 2147762807 +pkg syscall (freebsd-arm64-cgo), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSDLT = 2147762808 +pkg syscall (freebsd-arm64-cgo), const BIOCSDLT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSETBUFMODE = 2147762814 +pkg syscall (freebsd-arm64-cgo), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSETF = 2148549223 +pkg syscall (freebsd-arm64-cgo), const BIOCSETF ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSETFNR = 2148549250 +pkg syscall (freebsd-arm64-cgo), const BIOCSETFNR ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSETIF = 2149597804 +pkg syscall (freebsd-arm64-cgo), const BIOCSETIF ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSETWF = 2148549243 +pkg syscall (freebsd-arm64-cgo), const BIOCSETWF ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSETZBUF = 2149073537 +pkg syscall (freebsd-arm64-cgo), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (freebsd-arm64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (freebsd-arm64-cgo), const BIOCSRSIG ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (freebsd-arm64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (freebsd-arm64-cgo), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCSTSTAMP = 2147762820 +pkg syscall (freebsd-arm64-cgo), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-arm64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (freebsd-arm64-cgo), const BIOCVERSION ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_A = 16 +pkg syscall (freebsd-arm64-cgo), const BPF_A ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_ABS = 32 +pkg syscall (freebsd-arm64-cgo), const BPF_ABS ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_ADD = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_ADD ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_ALIGNMENT = 8 +pkg syscall (freebsd-arm64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_ALU = 4 +pkg syscall (freebsd-arm64-cgo), const BPF_ALU ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_AND = 80 +pkg syscall (freebsd-arm64-cgo), const BPF_AND ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_B = 16 +pkg syscall (freebsd-arm64-cgo), const BPF_B ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_BUFMODE_BUFFER = 1 +pkg syscall (freebsd-arm64-cgo), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_BUFMODE_ZBUF = 2 +pkg syscall (freebsd-arm64-cgo), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_DIV = 48 +pkg syscall (freebsd-arm64-cgo), const BPF_DIV ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_H = 8 +pkg syscall (freebsd-arm64-cgo), const BPF_H ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_IMM = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_IMM ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_IND = 64 +pkg syscall (freebsd-arm64-cgo), const BPF_IND ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_JA = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_JA ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_JEQ = 16 +pkg syscall (freebsd-arm64-cgo), const BPF_JEQ ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_JGE = 48 +pkg syscall (freebsd-arm64-cgo), const BPF_JGE ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_JGT = 32 +pkg syscall (freebsd-arm64-cgo), const BPF_JGT ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_JMP = 5 +pkg syscall (freebsd-arm64-cgo), const BPF_JMP ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_JSET = 64 +pkg syscall (freebsd-arm64-cgo), const BPF_JSET ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_K = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_K ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_LD = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_LD ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_LDX = 1 +pkg syscall (freebsd-arm64-cgo), const BPF_LDX ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_LEN = 128 +pkg syscall (freebsd-arm64-cgo), const BPF_LEN ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_LSH = 96 +pkg syscall (freebsd-arm64-cgo), const BPF_LSH ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (freebsd-arm64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (freebsd-arm64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (freebsd-arm64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MEM = 96 +pkg syscall (freebsd-arm64-cgo), const BPF_MEM ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (freebsd-arm64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (freebsd-arm64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (freebsd-arm64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MISC = 7 +pkg syscall (freebsd-arm64-cgo), const BPF_MISC ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MSH = 160 +pkg syscall (freebsd-arm64-cgo), const BPF_MSH ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_MUL = 32 +pkg syscall (freebsd-arm64-cgo), const BPF_MUL ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_NEG = 128 +pkg syscall (freebsd-arm64-cgo), const BPF_NEG ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_OR = 64 +pkg syscall (freebsd-arm64-cgo), const BPF_OR ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_RELEASE = 199606 +pkg syscall (freebsd-arm64-cgo), const BPF_RELEASE ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_RET = 6 +pkg syscall (freebsd-arm64-cgo), const BPF_RET ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_RSH = 112 +pkg syscall (freebsd-arm64-cgo), const BPF_RSH ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_ST = 2 +pkg syscall (freebsd-arm64-cgo), const BPF_ST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_STX = 3 +pkg syscall (freebsd-arm64-cgo), const BPF_STX ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_SUB = 16 +pkg syscall (freebsd-arm64-cgo), const BPF_SUB ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME = 2 +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME_FAST = 258 +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME_MONOTONIC = 514 +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770 +pkg syscall (freebsd-arm64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_FAST = 256 +pkg syscall (freebsd-arm64-cgo), const BPF_T_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_FLAG_MASK = 768 +pkg syscall (freebsd-arm64-cgo), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_FORMAT_MASK = 3 +pkg syscall (freebsd-arm64-cgo), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME_FAST = 256 +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512 +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_MONOTONIC = 512 +pkg syscall (freebsd-arm64-cgo), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_MONOTONIC_FAST = 768 +pkg syscall (freebsd-arm64-cgo), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME = 1 +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME_FAST = 257 +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513 +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 +pkg syscall (freebsd-arm64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_NONE = 3 +pkg syscall (freebsd-arm64-cgo), const BPF_T_NONE ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_T_NORMAL = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_TAX = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_TAX ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_TXA = 128 +pkg syscall (freebsd-arm64-cgo), const BPF_TXA ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_W = 0 +pkg syscall (freebsd-arm64-cgo), const BPF_W ideal-int +pkg syscall (freebsd-arm64-cgo), const BPF_X = 8 +pkg syscall (freebsd-arm64-cgo), const BPF_X ideal-int +pkg syscall (freebsd-arm64-cgo), const BRKINT = 2 +pkg syscall (freebsd-arm64-cgo), const BRKINT ideal-int +pkg syscall (freebsd-arm64-cgo), const CFLUSH = 15 +pkg syscall (freebsd-arm64-cgo), const CFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const CLOCAL = 32768 +pkg syscall (freebsd-arm64-cgo), const CLOCAL ideal-int +pkg syscall (freebsd-arm64-cgo), const CREAD = 2048 +pkg syscall (freebsd-arm64-cgo), const CREAD ideal-int +pkg syscall (freebsd-arm64-cgo), const CS5 = 0 +pkg syscall (freebsd-arm64-cgo), const CS5 ideal-int +pkg syscall (freebsd-arm64-cgo), const CS6 = 256 +pkg syscall (freebsd-arm64-cgo), const CS6 ideal-int +pkg syscall (freebsd-arm64-cgo), const CS7 = 512 +pkg syscall (freebsd-arm64-cgo), const CS7 ideal-int +pkg syscall (freebsd-arm64-cgo), const CS8 = 768 +pkg syscall (freebsd-arm64-cgo), const CS8 ideal-int +pkg syscall (freebsd-arm64-cgo), const CSIZE = 768 +pkg syscall (freebsd-arm64-cgo), const CSIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const CSTART = 17 +pkg syscall (freebsd-arm64-cgo), const CSTART ideal-int +pkg syscall (freebsd-arm64-cgo), const CSTATUS = 20 +pkg syscall (freebsd-arm64-cgo), const CSTATUS ideal-int +pkg syscall (freebsd-arm64-cgo), const CSTOP = 19 +pkg syscall (freebsd-arm64-cgo), const CSTOP ideal-int +pkg syscall (freebsd-arm64-cgo), const CSTOPB = 1024 +pkg syscall (freebsd-arm64-cgo), const CSTOPB ideal-int +pkg syscall (freebsd-arm64-cgo), const CSUSP = 26 +pkg syscall (freebsd-arm64-cgo), const CSUSP ideal-int +pkg syscall (freebsd-arm64-cgo), const CTL_MAXNAME = 24 +pkg syscall (freebsd-arm64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-arm64-cgo), const CTL_NET = 4 +pkg syscall (freebsd-arm64-cgo), const CTL_NET ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_A429 = 184 +pkg syscall (freebsd-arm64-cgo), const DLT_A429 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_A653_ICM = 185 +pkg syscall (freebsd-arm64-cgo), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_AIRONET_HEADER = 120 +pkg syscall (freebsd-arm64-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_AOS = 222 +pkg syscall (freebsd-arm64-cgo), const DLT_AOS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (freebsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ARCNET = 7 +pkg syscall (freebsd-arm64-cgo), const DLT_ARCNET ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ARCNET_LINUX = 129 +pkg syscall (freebsd-arm64-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (freebsd-arm64-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (freebsd-arm64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_AURORA = 126 +pkg syscall (freebsd-arm64-cgo), const DLT_AURORA ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_AX25 = 3 +pkg syscall (freebsd-arm64-cgo), const DLT_AX25 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_AX25_KISS = 202 +pkg syscall (freebsd-arm64-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_BACNET_MS_TP = 165 +pkg syscall (freebsd-arm64-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 +pkg syscall (freebsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 +pkg syscall (freebsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_C_HDLC = 104 +pkg syscall (freebsd-arm64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR = 205 +pkg syscall (freebsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_CAN_SOCKETCAN = 227 +pkg syscall (freebsd-arm64-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_CAN20B = 190 +pkg syscall (freebsd-arm64-cgo), const DLT_CAN20B ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_CHAOS = 5 +pkg syscall (freebsd-arm64-cgo), const DLT_CHAOS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_CHDLC = 104 +pkg syscall (freebsd-arm64-cgo), const DLT_CHDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_CISCO_IOS = 118 +pkg syscall (freebsd-arm64-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_DBUS = 231 +pkg syscall (freebsd-arm64-cgo), const DLT_DBUS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_DECT = 221 +pkg syscall (freebsd-arm64-cgo), const DLT_DECT ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_DOCSIS = 143 +pkg syscall (freebsd-arm64-cgo), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_DVB_CI = 235 +pkg syscall (freebsd-arm64-cgo), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ECONET = 115 +pkg syscall (freebsd-arm64-cgo), const DLT_ECONET ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_EN10MB = 1 +pkg syscall (freebsd-arm64-cgo), const DLT_EN10MB ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_EN3MB = 2 +pkg syscall (freebsd-arm64-cgo), const DLT_EN3MB ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ENC = 109 +pkg syscall (freebsd-arm64-cgo), const DLT_ENC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ERF = 197 +pkg syscall (freebsd-arm64-cgo), const DLT_ERF ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ERF_ETH = 175 +pkg syscall (freebsd-arm64-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_ERF_POS = 176 +pkg syscall (freebsd-arm64-cgo), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_FC_2 = 224 +pkg syscall (freebsd-arm64-cgo), const DLT_FC_2 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 +pkg syscall (freebsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_FDDI = 10 +pkg syscall (freebsd-arm64-cgo), const DLT_FDDI ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_FLEXRAY = 210 +pkg syscall (freebsd-arm64-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_FRELAY = 107 +pkg syscall (freebsd-arm64-cgo), const DLT_FRELAY ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_FRELAY_WITH_DIR = 206 +pkg syscall (freebsd-arm64-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GCOM_SERIAL = 173 +pkg syscall (freebsd-arm64-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GCOM_T1E1 = 172 +pkg syscall (freebsd-arm64-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GPF_F = 171 +pkg syscall (freebsd-arm64-cgo), const DLT_GPF_F ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GPF_T = 170 +pkg syscall (freebsd-arm64-cgo), const DLT_GPF_T ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GPRS_LLC = 169 +pkg syscall (freebsd-arm64-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GSMTAP_ABIS = 218 +pkg syscall (freebsd-arm64-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_GSMTAP_UM = 217 +pkg syscall (freebsd-arm64-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_HHDLC = 121 +pkg syscall (freebsd-arm64-cgo), const DLT_HHDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IBM_SN = 146 +pkg syscall (freebsd-arm64-cgo), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IBM_SP = 145 +pkg syscall (freebsd-arm64-cgo), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802 = 6 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4 = 195 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX = 191 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4_NOFCS = 230 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS = 188 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 +pkg syscall (freebsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IP_OVER_FC = 122 +pkg syscall (freebsd-arm64-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPFILTER = 116 +pkg syscall (freebsd-arm64-cgo), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPMB = 199 +pkg syscall (freebsd-arm64-cgo), const DLT_IPMB ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPMB_LINUX = 209 +pkg syscall (freebsd-arm64-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPNET = 226 +pkg syscall (freebsd-arm64-cgo), const DLT_IPNET ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPOIB = 242 +pkg syscall (freebsd-arm64-cgo), const DLT_IPOIB ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPV4 = 228 +pkg syscall (freebsd-arm64-cgo), const DLT_IPV4 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_IPV6 = 229 +pkg syscall (freebsd-arm64-cgo), const DLT_IPV6 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ATM1 = 137 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ATM2 = 135 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_CHDLC = 181 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ES = 132 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ETHER = 178 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_FRELAY = 180 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_GGSN = 133 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ISM = 194 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MFR = 134 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MLFR = 131 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MLPPP = 130 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MONITOR = 164 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PIC_PEER = 174 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PPP = 179 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PPPOE = 167 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_SERVICES = 136 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_SRX_E2E = 233 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ST = 200 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_VP = 183 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_VS = 232 +pkg syscall (freebsd-arm64-cgo), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LAPB_WITH_DIR = 207 +pkg syscall (freebsd-arm64-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LAPD = 203 +pkg syscall (freebsd-arm64-cgo), const DLT_LAPD ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LIN = 212 +pkg syscall (freebsd-arm64-cgo), const DLT_LIN ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_EVDEV = 216 +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_IRDA = 144 +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_LAPD = 177 +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166 +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (freebsd-arm64-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LOOP = 108 +pkg syscall (freebsd-arm64-cgo), const DLT_LOOP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_LTALK = 114 +pkg syscall (freebsd-arm64-cgo), const DLT_LTALK ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-arm64-cgo), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MATCHING_MIN = 104 +pkg syscall (freebsd-arm64-cgo), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MFR = 182 +pkg syscall (freebsd-arm64-cgo), const DLT_MFR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MOST = 211 +pkg syscall (freebsd-arm64-cgo), const DLT_MOST ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-arm64-cgo), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MPLS = 219 +pkg syscall (freebsd-arm64-cgo), const DLT_MPLS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MTP2 = 140 +pkg syscall (freebsd-arm64-cgo), const DLT_MTP2 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MTP2_WITH_PHDR = 139 +pkg syscall (freebsd-arm64-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MTP3 = 141 +pkg syscall (freebsd-arm64-cgo), const DLT_MTP3 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_MUX27010 = 236 +pkg syscall (freebsd-arm64-cgo), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_NETANALYZER = 240 +pkg syscall (freebsd-arm64-cgo), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241 +pkg syscall (freebsd-arm64-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-arm64-cgo), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_NFLOG = 239 +pkg syscall (freebsd-arm64-cgo), const DLT_NFLOG ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_NG40 = 244 +pkg syscall (freebsd-arm64-cgo), const DLT_NG40 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_NULL = 0 +pkg syscall (freebsd-arm64-cgo), const DLT_NULL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PCI_EXP = 125 +pkg syscall (freebsd-arm64-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PFLOG = 117 +pkg syscall (freebsd-arm64-cgo), const DLT_PFLOG ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PFSYNC = 121 +pkg syscall (freebsd-arm64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPI = 192 +pkg syscall (freebsd-arm64-cgo), const DLT_PPI ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP = 9 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_ETHER = 51 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_PPPD = 166 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_WITH_DIR = 204 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_WITH_DIRECTION = 166 +pkg syscall (freebsd-arm64-cgo), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PRISM_HEADER = 119 +pkg syscall (freebsd-arm64-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_PRONET = 4 +pkg syscall (freebsd-arm64-cgo), const DLT_PRONET ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_RAIF1 = 198 +pkg syscall (freebsd-arm64-cgo), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_RAW = 12 +pkg syscall (freebsd-arm64-cgo), const DLT_RAW ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_RIO = 124 +pkg syscall (freebsd-arm64-cgo), const DLT_RIO ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_SCCP = 142 +pkg syscall (freebsd-arm64-cgo), const DLT_SCCP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_SITA = 196 +pkg syscall (freebsd-arm64-cgo), const DLT_SITA ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_SLIP = 8 +pkg syscall (freebsd-arm64-cgo), const DLT_SLIP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (freebsd-arm64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_STANAG_5066_D_PDU = 237 +pkg syscall (freebsd-arm64-cgo), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_SUNATM = 123 +pkg syscall (freebsd-arm64-cgo), const DLT_SUNATM ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_SYMANTEC_FIREWALL = 99 +pkg syscall (freebsd-arm64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_TZSP = 128 +pkg syscall (freebsd-arm64-cgo), const DLT_TZSP ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USB = 186 +pkg syscall (freebsd-arm64-cgo), const DLT_USB ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USB_LINUX = 189 +pkg syscall (freebsd-arm64-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USB_LINUX_MMAPPED = 220 +pkg syscall (freebsd-arm64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER0 = 147 +pkg syscall (freebsd-arm64-cgo), const DLT_USER0 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER1 = 148 +pkg syscall (freebsd-arm64-cgo), const DLT_USER1 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER10 = 157 +pkg syscall (freebsd-arm64-cgo), const DLT_USER10 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER11 = 158 +pkg syscall (freebsd-arm64-cgo), const DLT_USER11 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER12 = 159 +pkg syscall (freebsd-arm64-cgo), const DLT_USER12 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER13 = 160 +pkg syscall (freebsd-arm64-cgo), const DLT_USER13 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER14 = 161 +pkg syscall (freebsd-arm64-cgo), const DLT_USER14 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER15 = 162 +pkg syscall (freebsd-arm64-cgo), const DLT_USER15 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER2 = 149 +pkg syscall (freebsd-arm64-cgo), const DLT_USER2 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER3 = 150 +pkg syscall (freebsd-arm64-cgo), const DLT_USER3 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER4 = 151 +pkg syscall (freebsd-arm64-cgo), const DLT_USER4 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER5 = 152 +pkg syscall (freebsd-arm64-cgo), const DLT_USER5 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER6 = 153 +pkg syscall (freebsd-arm64-cgo), const DLT_USER6 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER7 = 154 +pkg syscall (freebsd-arm64-cgo), const DLT_USER7 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER8 = 155 +pkg syscall (freebsd-arm64-cgo), const DLT_USER8 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_USER9 = 156 +pkg syscall (freebsd-arm64-cgo), const DLT_USER9 ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_WIHART = 223 +pkg syscall (freebsd-arm64-cgo), const DLT_WIHART ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_X2E_SERIAL = 213 +pkg syscall (freebsd-arm64-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-arm64-cgo), const DLT_X2E_XORAYA = 214 +pkg syscall (freebsd-arm64-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_BLK = 6 +pkg syscall (freebsd-arm64-cgo), const DT_BLK ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_CHR = 2 +pkg syscall (freebsd-arm64-cgo), const DT_CHR ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_DIR = 4 +pkg syscall (freebsd-arm64-cgo), const DT_DIR ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_FIFO = 1 +pkg syscall (freebsd-arm64-cgo), const DT_FIFO ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_LNK = 10 +pkg syscall (freebsd-arm64-cgo), const DT_LNK ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_REG = 8 +pkg syscall (freebsd-arm64-cgo), const DT_REG ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_SOCK = 12 +pkg syscall (freebsd-arm64-cgo), const DT_SOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_UNKNOWN = 0 +pkg syscall (freebsd-arm64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const DT_WHT = 14 +pkg syscall (freebsd-arm64-cgo), const DT_WHT ideal-int +pkg syscall (freebsd-arm64-cgo), const E2BIG = 7 +pkg syscall (freebsd-arm64-cgo), const EACCES = 13 +pkg syscall (freebsd-arm64-cgo), const EADDRINUSE = 48 +pkg syscall (freebsd-arm64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (freebsd-arm64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (freebsd-arm64-cgo), const EAGAIN = 35 +pkg syscall (freebsd-arm64-cgo), const EALREADY = 37 +pkg syscall (freebsd-arm64-cgo), const EAUTH = 80 +pkg syscall (freebsd-arm64-cgo), const EAUTH Errno +pkg syscall (freebsd-arm64-cgo), const EBADF = 9 +pkg syscall (freebsd-arm64-cgo), const EBADMSG = 89 +pkg syscall (freebsd-arm64-cgo), const EBADMSG Errno +pkg syscall (freebsd-arm64-cgo), const EBADRPC = 72 +pkg syscall (freebsd-arm64-cgo), const EBADRPC Errno +pkg syscall (freebsd-arm64-cgo), const EBUSY = 16 +pkg syscall (freebsd-arm64-cgo), const ECANCELED = 85 +pkg syscall (freebsd-arm64-cgo), const ECAPMODE = 94 +pkg syscall (freebsd-arm64-cgo), const ECAPMODE Errno +pkg syscall (freebsd-arm64-cgo), const ECHILD = 10 +pkg syscall (freebsd-arm64-cgo), const ECHO = 8 +pkg syscall (freebsd-arm64-cgo), const ECHO ideal-int +pkg syscall (freebsd-arm64-cgo), const ECHOCTL = 64 +pkg syscall (freebsd-arm64-cgo), const ECHOCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const ECHOE = 2 +pkg syscall (freebsd-arm64-cgo), const ECHOE ideal-int +pkg syscall (freebsd-arm64-cgo), const ECHOK = 4 +pkg syscall (freebsd-arm64-cgo), const ECHOK ideal-int +pkg syscall (freebsd-arm64-cgo), const ECHOKE = 1 +pkg syscall (freebsd-arm64-cgo), const ECHOKE ideal-int +pkg syscall (freebsd-arm64-cgo), const ECHONL = 16 +pkg syscall (freebsd-arm64-cgo), const ECHONL ideal-int +pkg syscall (freebsd-arm64-cgo), const ECHOPRT = 32 +pkg syscall (freebsd-arm64-cgo), const ECHOPRT ideal-int +pkg syscall (freebsd-arm64-cgo), const ECONNABORTED = 53 +pkg syscall (freebsd-arm64-cgo), const ECONNREFUSED = 61 +pkg syscall (freebsd-arm64-cgo), const ECONNRESET = 54 +pkg syscall (freebsd-arm64-cgo), const EDEADLK = 11 +pkg syscall (freebsd-arm64-cgo), const EDESTADDRREQ = 39 +pkg syscall (freebsd-arm64-cgo), const EDOM = 33 +pkg syscall (freebsd-arm64-cgo), const EDOOFUS = 88 +pkg syscall (freebsd-arm64-cgo), const EDOOFUS Errno +pkg syscall (freebsd-arm64-cgo), const EDQUOT = 69 +pkg syscall (freebsd-arm64-cgo), const EEXIST = 17 +pkg syscall (freebsd-arm64-cgo), const EFAULT = 14 +pkg syscall (freebsd-arm64-cgo), const EFBIG = 27 +pkg syscall (freebsd-arm64-cgo), const EFTYPE = 79 +pkg syscall (freebsd-arm64-cgo), const EFTYPE Errno +pkg syscall (freebsd-arm64-cgo), const EHOSTDOWN = 64 +pkg syscall (freebsd-arm64-cgo), const EHOSTUNREACH = 65 +pkg syscall (freebsd-arm64-cgo), const EIDRM = 82 +pkg syscall (freebsd-arm64-cgo), const EILSEQ = 86 +pkg syscall (freebsd-arm64-cgo), const EINPROGRESS = 36 +pkg syscall (freebsd-arm64-cgo), const EINTR = 4 +pkg syscall (freebsd-arm64-cgo), const EINVAL = 22 +pkg syscall (freebsd-arm64-cgo), const EIO = 5 +pkg syscall (freebsd-arm64-cgo), const EISCONN = 56 +pkg syscall (freebsd-arm64-cgo), const EISDIR = 21 +pkg syscall (freebsd-arm64-cgo), const ELAST = 96 +pkg syscall (freebsd-arm64-cgo), const ELAST Errno +pkg syscall (freebsd-arm64-cgo), const ELOOP = 62 +pkg syscall (freebsd-arm64-cgo), const EMFILE = 24 +pkg syscall (freebsd-arm64-cgo), const EMLINK = 31 +pkg syscall (freebsd-arm64-cgo), const EMSGSIZE = 40 +pkg syscall (freebsd-arm64-cgo), const EMULTIHOP = 90 +pkg syscall (freebsd-arm64-cgo), const EMULTIHOP Errno +pkg syscall (freebsd-arm64-cgo), const ENAMETOOLONG = 63 +pkg syscall (freebsd-arm64-cgo), const ENEEDAUTH = 81 +pkg syscall (freebsd-arm64-cgo), const ENEEDAUTH Errno +pkg syscall (freebsd-arm64-cgo), const ENETDOWN = 50 +pkg syscall (freebsd-arm64-cgo), const ENETRESET = 52 +pkg syscall (freebsd-arm64-cgo), const ENETUNREACH = 51 +pkg syscall (freebsd-arm64-cgo), const ENFILE = 23 +pkg syscall (freebsd-arm64-cgo), const ENOATTR = 87 +pkg syscall (freebsd-arm64-cgo), const ENOATTR Errno +pkg syscall (freebsd-arm64-cgo), const ENOBUFS = 55 +pkg syscall (freebsd-arm64-cgo), const ENODEV = 19 +pkg syscall (freebsd-arm64-cgo), const ENOEXEC = 8 +pkg syscall (freebsd-arm64-cgo), const ENOLCK = 77 +pkg syscall (freebsd-arm64-cgo), const ENOLINK = 91 +pkg syscall (freebsd-arm64-cgo), const ENOLINK Errno +pkg syscall (freebsd-arm64-cgo), const ENOMEM = 12 +pkg syscall (freebsd-arm64-cgo), const ENOMSG = 83 +pkg syscall (freebsd-arm64-cgo), const ENOPROTOOPT = 42 +pkg syscall (freebsd-arm64-cgo), const ENOSPC = 28 +pkg syscall (freebsd-arm64-cgo), const ENOSYS = 78 +pkg syscall (freebsd-arm64-cgo), const ENOTBLK = 15 +pkg syscall (freebsd-arm64-cgo), const ENOTCAPABLE = 93 +pkg syscall (freebsd-arm64-cgo), const ENOTCAPABLE Errno +pkg syscall (freebsd-arm64-cgo), const ENOTCONN = 57 +pkg syscall (freebsd-arm64-cgo), const ENOTDIR = 20 +pkg syscall (freebsd-arm64-cgo), const ENOTEMPTY = 66 +pkg syscall (freebsd-arm64-cgo), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-arm64-cgo), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-arm64-cgo), const ENOTSOCK = 38 +pkg syscall (freebsd-arm64-cgo), const ENOTSUP = 45 +pkg syscall (freebsd-arm64-cgo), const ENOTTY = 25 +pkg syscall (freebsd-arm64-cgo), const ENXIO = 6 +pkg syscall (freebsd-arm64-cgo), const EOPNOTSUPP = 45 +pkg syscall (freebsd-arm64-cgo), const EOVERFLOW = 84 +pkg syscall (freebsd-arm64-cgo), const EOWNERDEAD = 96 +pkg syscall (freebsd-arm64-cgo), const EOWNERDEAD Errno +pkg syscall (freebsd-arm64-cgo), const EPERM = 1 +pkg syscall (freebsd-arm64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (freebsd-arm64-cgo), const EPIPE = 32 +pkg syscall (freebsd-arm64-cgo), const EPROCLIM = 67 +pkg syscall (freebsd-arm64-cgo), const EPROCLIM Errno +pkg syscall (freebsd-arm64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (freebsd-arm64-cgo), const EPROCUNAVAIL Errno +pkg syscall (freebsd-arm64-cgo), const EPROGMISMATCH = 75 +pkg syscall (freebsd-arm64-cgo), const EPROGMISMATCH Errno +pkg syscall (freebsd-arm64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (freebsd-arm64-cgo), const EPROGUNAVAIL Errno +pkg syscall (freebsd-arm64-cgo), const EPROTO = 92 +pkg syscall (freebsd-arm64-cgo), const EPROTO Errno +pkg syscall (freebsd-arm64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (freebsd-arm64-cgo), const EPROTOTYPE = 41 +pkg syscall (freebsd-arm64-cgo), const ERANGE = 34 +pkg syscall (freebsd-arm64-cgo), const EREMOTE = 71 +pkg syscall (freebsd-arm64-cgo), const EROFS = 30 +pkg syscall (freebsd-arm64-cgo), const ERPCMISMATCH = 73 +pkg syscall (freebsd-arm64-cgo), const ERPCMISMATCH Errno +pkg syscall (freebsd-arm64-cgo), const ESHUTDOWN = 58 +pkg syscall (freebsd-arm64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (freebsd-arm64-cgo), const ESPIPE = 29 +pkg syscall (freebsd-arm64-cgo), const ESRCH = 3 +pkg syscall (freebsd-arm64-cgo), const ESTALE = 70 +pkg syscall (freebsd-arm64-cgo), const ETIMEDOUT = 60 +pkg syscall (freebsd-arm64-cgo), const ETOOMANYREFS = 59 +pkg syscall (freebsd-arm64-cgo), const ETXTBSY = 26 +pkg syscall (freebsd-arm64-cgo), const EUSERS = 68 +pkg syscall (freebsd-arm64-cgo), const EV_ADD = 1 +pkg syscall (freebsd-arm64-cgo), const EV_ADD ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_CLEAR = 32 +pkg syscall (freebsd-arm64-cgo), const EV_CLEAR ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_DELETE = 2 +pkg syscall (freebsd-arm64-cgo), const EV_DELETE ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_DISABLE = 8 +pkg syscall (freebsd-arm64-cgo), const EV_DISABLE ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_DISPATCH = 128 +pkg syscall (freebsd-arm64-cgo), const EV_DISPATCH ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_DROP = 4096 +pkg syscall (freebsd-arm64-cgo), const EV_DROP ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_ENABLE = 4 +pkg syscall (freebsd-arm64-cgo), const EV_ENABLE ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_EOF = 32768 +pkg syscall (freebsd-arm64-cgo), const EV_EOF ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_ERROR = 16384 +pkg syscall (freebsd-arm64-cgo), const EV_ERROR ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_FLAG1 = 8192 +pkg syscall (freebsd-arm64-cgo), const EV_FLAG1 ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_ONESHOT = 16 +pkg syscall (freebsd-arm64-cgo), const EV_ONESHOT ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_RECEIPT = 64 +pkg syscall (freebsd-arm64-cgo), const EV_RECEIPT ideal-int +pkg syscall (freebsd-arm64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (freebsd-arm64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_AIO = -3 +pkg syscall (freebsd-arm64-cgo), const EVFILT_AIO ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_FS = -9 +pkg syscall (freebsd-arm64-cgo), const EVFILT_FS ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_LIO = -10 +pkg syscall (freebsd-arm64-cgo), const EVFILT_LIO ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_PROC = -5 +pkg syscall (freebsd-arm64-cgo), const EVFILT_PROC ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_READ = -1 +pkg syscall (freebsd-arm64-cgo), const EVFILT_READ ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (freebsd-arm64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_SYSCOUNT = 11 +pkg syscall (freebsd-arm64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_TIMER = -7 +pkg syscall (freebsd-arm64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_USER = -11 +pkg syscall (freebsd-arm64-cgo), const EVFILT_USER ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_VNODE = -4 +pkg syscall (freebsd-arm64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-arm64-cgo), const EVFILT_WRITE = -2 +pkg syscall (freebsd-arm64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const EWOULDBLOCK = 35 +pkg syscall (freebsd-arm64-cgo), const EXDEV = 18 +pkg syscall (freebsd-arm64-cgo), const EXTA = 19200 +pkg syscall (freebsd-arm64-cgo), const EXTA ideal-int +pkg syscall (freebsd-arm64-cgo), const EXTB = 38400 +pkg syscall (freebsd-arm64-cgo), const EXTB ideal-int +pkg syscall (freebsd-arm64-cgo), const EXTPROC = 2048 +pkg syscall (freebsd-arm64-cgo), const EXTPROC ideal-int +pkg syscall (freebsd-arm64-cgo), const F_CANCEL = 5 +pkg syscall (freebsd-arm64-cgo), const F_CANCEL ideal-int +pkg syscall (freebsd-arm64-cgo), const F_DUP2FD = 10 +pkg syscall (freebsd-arm64-cgo), const F_DUP2FD ideal-int +pkg syscall (freebsd-arm64-cgo), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-arm64-cgo), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const F_DUPFD = 0 +pkg syscall (freebsd-arm64-cgo), const F_DUPFD ideal-int +pkg syscall (freebsd-arm64-cgo), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-arm64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const F_GETFD = 1 +pkg syscall (freebsd-arm64-cgo), const F_GETFD ideal-int +pkg syscall (freebsd-arm64-cgo), const F_GETFL = 3 +pkg syscall (freebsd-arm64-cgo), const F_GETFL ideal-int +pkg syscall (freebsd-arm64-cgo), const F_GETLK = 11 +pkg syscall (freebsd-arm64-cgo), const F_GETLK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_GETOWN = 5 +pkg syscall (freebsd-arm64-cgo), const F_GETOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const F_OGETLK = 7 +pkg syscall (freebsd-arm64-cgo), const F_OGETLK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_OK = 0 +pkg syscall (freebsd-arm64-cgo), const F_OK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_OSETLK = 8 +pkg syscall (freebsd-arm64-cgo), const F_OSETLK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_OSETLKW = 9 +pkg syscall (freebsd-arm64-cgo), const F_OSETLKW ideal-int +pkg syscall (freebsd-arm64-cgo), const F_RDAHEAD = 16 +pkg syscall (freebsd-arm64-cgo), const F_RDAHEAD ideal-int +pkg syscall (freebsd-arm64-cgo), const F_RDLCK = 1 +pkg syscall (freebsd-arm64-cgo), const F_RDLCK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_READAHEAD = 15 +pkg syscall (freebsd-arm64-cgo), const F_READAHEAD ideal-int +pkg syscall (freebsd-arm64-cgo), const F_SETFD = 2 +pkg syscall (freebsd-arm64-cgo), const F_SETFD ideal-int +pkg syscall (freebsd-arm64-cgo), const F_SETFL = 4 +pkg syscall (freebsd-arm64-cgo), const F_SETFL ideal-int +pkg syscall (freebsd-arm64-cgo), const F_SETLK = 12 +pkg syscall (freebsd-arm64-cgo), const F_SETLK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_SETLK_REMOTE = 14 +pkg syscall (freebsd-arm64-cgo), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-arm64-cgo), const F_SETLKW = 13 +pkg syscall (freebsd-arm64-cgo), const F_SETLKW ideal-int +pkg syscall (freebsd-arm64-cgo), const F_SETOWN = 6 +pkg syscall (freebsd-arm64-cgo), const F_SETOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const F_UNLCK = 2 +pkg syscall (freebsd-arm64-cgo), const F_UNLCK ideal-int +pkg syscall (freebsd-arm64-cgo), const F_UNLCKSYS = 4 +pkg syscall (freebsd-arm64-cgo), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-arm64-cgo), const F_WRLCK = 3 +pkg syscall (freebsd-arm64-cgo), const F_WRLCK ideal-int +pkg syscall (freebsd-arm64-cgo), const FD_CLOEXEC = 1 +pkg syscall (freebsd-arm64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const FD_SETSIZE = 1024 +pkg syscall (freebsd-arm64-cgo), const FD_SETSIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const FLUSHO = 8388608 +pkg syscall (freebsd-arm64-cgo), const FLUSHO ideal-int +pkg syscall (freebsd-arm64-cgo), const HUPCL = 16384 +pkg syscall (freebsd-arm64-cgo), const HUPCL ideal-int +pkg syscall (freebsd-arm64-cgo), const ICANON = 256 +pkg syscall (freebsd-arm64-cgo), const ICANON ideal-int +pkg syscall (freebsd-arm64-cgo), const ICMP6_FILTER = 18 +pkg syscall (freebsd-arm64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const ICRNL = 256 +pkg syscall (freebsd-arm64-cgo), const ICRNL ideal-int +pkg syscall (freebsd-arm64-cgo), const IEXTEN = 1024 +pkg syscall (freebsd-arm64-cgo), const IEXTEN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFAN_ARRIVAL = 0 +pkg syscall (freebsd-arm64-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFAN_DEPARTURE = 1 +pkg syscall (freebsd-arm64-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (freebsd-arm64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (freebsd-arm64-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_CANTCHANGE = 2199410 +pkg syscall (freebsd-arm64-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_CANTCONFIG = 65536 +pkg syscall (freebsd-arm64-cgo), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_DEBUG = 4 +pkg syscall (freebsd-arm64-cgo), const IFF_DEBUG ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_DRV_OACTIVE = 1024 +pkg syscall (freebsd-arm64-cgo), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_DRV_RUNNING = 64 +pkg syscall (freebsd-arm64-cgo), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_DYING = 2097152 +pkg syscall (freebsd-arm64-cgo), const IFF_DYING ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_LINK0 = 4096 +pkg syscall (freebsd-arm64-cgo), const IFF_LINK0 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_LINK1 = 8192 +pkg syscall (freebsd-arm64-cgo), const IFF_LINK1 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_LINK2 = 16384 +pkg syscall (freebsd-arm64-cgo), const IFF_LINK2 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (freebsd-arm64-cgo), const IFF_MONITOR = 262144 +pkg syscall (freebsd-arm64-cgo), const IFF_MONITOR ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (freebsd-arm64-cgo), const IFF_NOARP = 128 +pkg syscall (freebsd-arm64-cgo), const IFF_NOARP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (freebsd-arm64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (freebsd-arm64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_PPROMISC = 131072 +pkg syscall (freebsd-arm64-cgo), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_PROMISC = 256 +pkg syscall (freebsd-arm64-cgo), const IFF_PROMISC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_RENAMING = 4194304 +pkg syscall (freebsd-arm64-cgo), const IFF_RENAMING ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_RUNNING = 64 +pkg syscall (freebsd-arm64-cgo), const IFF_RUNNING ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (freebsd-arm64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_SMART = 32 +pkg syscall (freebsd-arm64-cgo), const IFF_SMART ideal-int +pkg syscall (freebsd-arm64-cgo), const IFF_STATICARP = 524288 +pkg syscall (freebsd-arm64-cgo), const IFF_STATICARP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFNAMSIZ = 16 +pkg syscall (freebsd-arm64-cgo), const IFNAMSIZ ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_1822 = 2 +pkg syscall (freebsd-arm64-cgo), const IFT_1822 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_A12MPPSWITCH = 130 +pkg syscall (freebsd-arm64-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_AAL2 = 187 +pkg syscall (freebsd-arm64-cgo), const IFT_AAL2 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_AAL5 = 49 +pkg syscall (freebsd-arm64-cgo), const IFT_AAL5 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ADSL = 94 +pkg syscall (freebsd-arm64-cgo), const IFT_ADSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_AFLANE8023 = 59 +pkg syscall (freebsd-arm64-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_AFLANE8025 = 60 +pkg syscall (freebsd-arm64-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ARAP = 88 +pkg syscall (freebsd-arm64-cgo), const IFT_ARAP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ARCNET = 35 +pkg syscall (freebsd-arm64-cgo), const IFT_ARCNET ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (freebsd-arm64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ASYNC = 84 +pkg syscall (freebsd-arm64-cgo), const IFT_ASYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATM = 37 +pkg syscall (freebsd-arm64-cgo), const IFT_ATM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMDXI = 105 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMFUNI = 106 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMIMA = 107 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMLOGICAL = 80 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMRADIO = 189 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMSUBINTERFACE = 134 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMVCIENDPT = 194 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ATMVIRTUAL = 149 +pkg syscall (freebsd-arm64-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_BGPPOLICYACCOUNTING = 162 +pkg syscall (freebsd-arm64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_BRIDGE = 209 +pkg syscall (freebsd-arm64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_BSC = 83 +pkg syscall (freebsd-arm64-cgo), const IFT_BSC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_CARP = 248 +pkg syscall (freebsd-arm64-cgo), const IFT_CARP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_CCTEMUL = 61 +pkg syscall (freebsd-arm64-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_CEPT = 19 +pkg syscall (freebsd-arm64-cgo), const IFT_CEPT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_CES = 133 +pkg syscall (freebsd-arm64-cgo), const IFT_CES ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_CHANNEL = 70 +pkg syscall (freebsd-arm64-cgo), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_CNR = 85 +pkg syscall (freebsd-arm64-cgo), const IFT_CNR ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_COFFEE = 132 +pkg syscall (freebsd-arm64-cgo), const IFT_COFFEE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_COMPOSITELINK = 155 +pkg syscall (freebsd-arm64-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DCN = 141 +pkg syscall (freebsd-arm64-cgo), const IFT_DCN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DIGITALPOWERLINE = 138 +pkg syscall (freebsd-arm64-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 +pkg syscall (freebsd-arm64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DLSW = 74 +pkg syscall (freebsd-arm64-cgo), const IFT_DLSW ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 +pkg syscall (freebsd-arm64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DOCSCABLEMACLAYER = 127 +pkg syscall (freebsd-arm64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAM = 129 +pkg syscall (freebsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DS0 = 81 +pkg syscall (freebsd-arm64-cgo), const IFT_DS0 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DS0BUNDLE = 82 +pkg syscall (freebsd-arm64-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DS1FDL = 170 +pkg syscall (freebsd-arm64-cgo), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DS3 = 30 +pkg syscall (freebsd-arm64-cgo), const IFT_DS3 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DTM = 140 +pkg syscall (freebsd-arm64-cgo), const IFT_DTM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DVBASILN = 172 +pkg syscall (freebsd-arm64-cgo), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DVBASIOUT = 173 +pkg syscall (freebsd-arm64-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DVBRCCDOWNSTREAM = 147 +pkg syscall (freebsd-arm64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DVBRCCMACLAYER = 146 +pkg syscall (freebsd-arm64-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_DVBRCCUPSTREAM = 148 +pkg syscall (freebsd-arm64-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ENC = 244 +pkg syscall (freebsd-arm64-cgo), const IFT_ENC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_EON = 25 +pkg syscall (freebsd-arm64-cgo), const IFT_EON ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_EPLRS = 87 +pkg syscall (freebsd-arm64-cgo), const IFT_EPLRS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ESCON = 73 +pkg syscall (freebsd-arm64-cgo), const IFT_ESCON ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ETHER = 6 +pkg syscall (freebsd-arm64-cgo), const IFT_ETHER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FAITH = 242 +pkg syscall (freebsd-arm64-cgo), const IFT_FAITH ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FAST = 125 +pkg syscall (freebsd-arm64-cgo), const IFT_FAST ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FASTETHER = 62 +pkg syscall (freebsd-arm64-cgo), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FASTETHERFX = 69 +pkg syscall (freebsd-arm64-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FDDI = 15 +pkg syscall (freebsd-arm64-cgo), const IFT_FDDI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FIBRECHANNEL = 56 +pkg syscall (freebsd-arm64-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 +pkg syscall (freebsd-arm64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRAMERELAYMPI = 92 +pkg syscall (freebsd-arm64-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRDLCIENDPT = 193 +pkg syscall (freebsd-arm64-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRELAY = 32 +pkg syscall (freebsd-arm64-cgo), const IFT_FRELAY ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (freebsd-arm64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRF16MFRBUNDLE = 163 +pkg syscall (freebsd-arm64-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_FRFORWARD = 158 +pkg syscall (freebsd-arm64-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_G703AT2MB = 67 +pkg syscall (freebsd-arm64-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_G703AT64K = 66 +pkg syscall (freebsd-arm64-cgo), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_GIF = 240 +pkg syscall (freebsd-arm64-cgo), const IFT_GIF ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_GIGABITETHERNET = 117 +pkg syscall (freebsd-arm64-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_GR303IDT = 178 +pkg syscall (freebsd-arm64-cgo), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_GR303RDT = 177 +pkg syscall (freebsd-arm64-cgo), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_H323GATEKEEPER = 164 +pkg syscall (freebsd-arm64-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_H323PROXY = 165 +pkg syscall (freebsd-arm64-cgo), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HDH1822 = 3 +pkg syscall (freebsd-arm64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HDLC = 118 +pkg syscall (freebsd-arm64-cgo), const IFT_HDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HDSL2 = 168 +pkg syscall (freebsd-arm64-cgo), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HIPERLAN2 = 183 +pkg syscall (freebsd-arm64-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HIPPI = 47 +pkg syscall (freebsd-arm64-cgo), const IFT_HIPPI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HIPPIINTERFACE = 57 +pkg syscall (freebsd-arm64-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HOSTPAD = 90 +pkg syscall (freebsd-arm64-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HSSI = 46 +pkg syscall (freebsd-arm64-cgo), const IFT_HSSI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_HY = 14 +pkg syscall (freebsd-arm64-cgo), const IFT_HY ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IBM370PARCHAN = 72 +pkg syscall (freebsd-arm64-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IDSL = 154 +pkg syscall (freebsd-arm64-cgo), const IFT_IDSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE80211 = 71 +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE80212 = 55 +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE8023ADLAG = 161 +pkg syscall (freebsd-arm64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IFGSN = 145 +pkg syscall (freebsd-arm64-cgo), const IFT_IFGSN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IMT = 190 +pkg syscall (freebsd-arm64-cgo), const IFT_IMT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_INFINIBAND = 199 +pkg syscall (freebsd-arm64-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_INTERLEAVE = 124 +pkg syscall (freebsd-arm64-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IP = 126 +pkg syscall (freebsd-arm64-cgo), const IFT_IP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IPFORWARD = 142 +pkg syscall (freebsd-arm64-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IPOVERATM = 114 +pkg syscall (freebsd-arm64-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IPOVERCDLC = 109 +pkg syscall (freebsd-arm64-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IPOVERCLAW = 110 +pkg syscall (freebsd-arm64-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IPSWITCH = 78 +pkg syscall (freebsd-arm64-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_IPXIP = 249 +pkg syscall (freebsd-arm64-cgo), const IFT_IPXIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISDN = 63 +pkg syscall (freebsd-arm64-cgo), const IFT_ISDN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNS = 75 +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNU = 76 +pkg syscall (freebsd-arm64-cgo), const IFT_ISDNU ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88023 = 7 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88024 = 8 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025 = 9 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025CRFPINT = 98 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025DTR = 86 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025FIBER = 115 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88026 = 10 +pkg syscall (freebsd-arm64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ISUP = 179 +pkg syscall (freebsd-arm64-cgo), const IFT_ISUP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_L2VLAN = 135 +pkg syscall (freebsd-arm64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_L3IPVLAN = 136 +pkg syscall (freebsd-arm64-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_L3IPXVLAN = 137 +pkg syscall (freebsd-arm64-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_LAPB = 16 +pkg syscall (freebsd-arm64-cgo), const IFT_LAPB ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_LAPD = 77 +pkg syscall (freebsd-arm64-cgo), const IFT_LAPD ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_LAPF = 119 +pkg syscall (freebsd-arm64-cgo), const IFT_LAPF ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (freebsd-arm64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_LOOP = 24 +pkg syscall (freebsd-arm64-cgo), const IFT_LOOP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MEDIAMAILOVERIP = 139 +pkg syscall (freebsd-arm64-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MFSIGLINK = 167 +pkg syscall (freebsd-arm64-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MIOX25 = 38 +pkg syscall (freebsd-arm64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MODEM = 48 +pkg syscall (freebsd-arm64-cgo), const IFT_MODEM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MPC = 113 +pkg syscall (freebsd-arm64-cgo), const IFT_MPC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MPLS = 166 +pkg syscall (freebsd-arm64-cgo), const IFT_MPLS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MPLSTUNNEL = 150 +pkg syscall (freebsd-arm64-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MSDSL = 143 +pkg syscall (freebsd-arm64-cgo), const IFT_MSDSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MVL = 191 +pkg syscall (freebsd-arm64-cgo), const IFT_MVL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_MYRINET = 99 +pkg syscall (freebsd-arm64-cgo), const IFT_MYRINET ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_NFAS = 175 +pkg syscall (freebsd-arm64-cgo), const IFT_NFAS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_NSIP = 27 +pkg syscall (freebsd-arm64-cgo), const IFT_NSIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_OPTICALCHANNEL = 195 +pkg syscall (freebsd-arm64-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_OPTICALTRANSPORT = 196 +pkg syscall (freebsd-arm64-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_OTHER = 1 +pkg syscall (freebsd-arm64-cgo), const IFT_OTHER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_P10 = 12 +pkg syscall (freebsd-arm64-cgo), const IFT_P10 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_P80 = 13 +pkg syscall (freebsd-arm64-cgo), const IFT_P80 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PARA = 34 +pkg syscall (freebsd-arm64-cgo), const IFT_PARA ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PFLOG = 246 +pkg syscall (freebsd-arm64-cgo), const IFT_PFLOG ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PFSYNC = 247 +pkg syscall (freebsd-arm64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PLC = 174 +pkg syscall (freebsd-arm64-cgo), const IFT_PLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_POS = 171 +pkg syscall (freebsd-arm64-cgo), const IFT_POS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PPP = 23 +pkg syscall (freebsd-arm64-cgo), const IFT_PPP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PPPMULTILINKBUNDLE = 108 +pkg syscall (freebsd-arm64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPBWAP2MP = 184 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPCNLS = 89 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPMUX = 54 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PROPWIRELESSP2P = 157 +pkg syscall (freebsd-arm64-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (freebsd-arm64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_PVC = 241 +pkg syscall (freebsd-arm64-cgo), const IFT_PVC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_QLLC = 68 +pkg syscall (freebsd-arm64-cgo), const IFT_QLLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_RADIOMAC = 188 +pkg syscall (freebsd-arm64-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_RADSL = 95 +pkg syscall (freebsd-arm64-cgo), const IFT_RADSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_REACHDSL = 192 +pkg syscall (freebsd-arm64-cgo), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_RFC1483 = 159 +pkg syscall (freebsd-arm64-cgo), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_RS232 = 33 +pkg syscall (freebsd-arm64-cgo), const IFT_RS232 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_RSRB = 79 +pkg syscall (freebsd-arm64-cgo), const IFT_RSRB ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SDLC = 17 +pkg syscall (freebsd-arm64-cgo), const IFT_SDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SDSL = 96 +pkg syscall (freebsd-arm64-cgo), const IFT_SDSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SHDSL = 169 +pkg syscall (freebsd-arm64-cgo), const IFT_SHDSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SIP = 31 +pkg syscall (freebsd-arm64-cgo), const IFT_SIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SLIP = 28 +pkg syscall (freebsd-arm64-cgo), const IFT_SLIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (freebsd-arm64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (freebsd-arm64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SONET = 39 +pkg syscall (freebsd-arm64-cgo), const IFT_SONET ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SONETOVERHEADCHANNEL = 185 +pkg syscall (freebsd-arm64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SONETPATH = 50 +pkg syscall (freebsd-arm64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SONETVT = 51 +pkg syscall (freebsd-arm64-cgo), const IFT_SONETVT ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SRP = 151 +pkg syscall (freebsd-arm64-cgo), const IFT_SRP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_SS7SIGLINK = 156 +pkg syscall (freebsd-arm64-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_STACKTOSTACK = 111 +pkg syscall (freebsd-arm64-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_STARLAN = 11 +pkg syscall (freebsd-arm64-cgo), const IFT_STARLAN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_STF = 215 +pkg syscall (freebsd-arm64-cgo), const IFT_STF ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_T1 = 18 +pkg syscall (freebsd-arm64-cgo), const IFT_T1 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_TDLC = 116 +pkg syscall (freebsd-arm64-cgo), const IFT_TDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_TERMPAD = 91 +pkg syscall (freebsd-arm64-cgo), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_TR008 = 176 +pkg syscall (freebsd-arm64-cgo), const IFT_TR008 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_TRANSPHDLC = 123 +pkg syscall (freebsd-arm64-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_TUNNEL = 131 +pkg syscall (freebsd-arm64-cgo), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_ULTRA = 29 +pkg syscall (freebsd-arm64-cgo), const IFT_ULTRA ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_USB = 160 +pkg syscall (freebsd-arm64-cgo), const IFT_USB ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_V11 = 64 +pkg syscall (freebsd-arm64-cgo), const IFT_V11 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_V35 = 45 +pkg syscall (freebsd-arm64-cgo), const IFT_V35 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_V36 = 65 +pkg syscall (freebsd-arm64-cgo), const IFT_V36 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_V37 = 120 +pkg syscall (freebsd-arm64-cgo), const IFT_V37 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VDSL = 97 +pkg syscall (freebsd-arm64-cgo), const IFT_VDSL ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VIRTUALIPADDRESS = 112 +pkg syscall (freebsd-arm64-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEEM = 100 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEENCAP = 103 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEFXO = 101 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEFXS = 102 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEOVERATM = 152 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEOVERFRAMERELAY = 153 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEOVERIP = 104 +pkg syscall (freebsd-arm64-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_X213 = 93 +pkg syscall (freebsd-arm64-cgo), const IFT_X213 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_X25 = 5 +pkg syscall (freebsd-arm64-cgo), const IFT_X25 ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_X25DDN = 4 +pkg syscall (freebsd-arm64-cgo), const IFT_X25DDN ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_X25HUNTGROUP = 122 +pkg syscall (freebsd-arm64-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_X25MLP = 121 +pkg syscall (freebsd-arm64-cgo), const IFT_X25MLP ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_X25PLE = 40 +pkg syscall (freebsd-arm64-cgo), const IFT_X25PLE ideal-int +pkg syscall (freebsd-arm64-cgo), const IFT_XETHER = 26 +pkg syscall (freebsd-arm64-cgo), const IFT_XETHER ideal-int +pkg syscall (freebsd-arm64-cgo), const IGNBRK = 1 +pkg syscall (freebsd-arm64-cgo), const IGNBRK ideal-int +pkg syscall (freebsd-arm64-cgo), const IGNCR = 128 +pkg syscall (freebsd-arm64-cgo), const IGNCR ideal-int +pkg syscall (freebsd-arm64-cgo), const IGNPAR = 4 +pkg syscall (freebsd-arm64-cgo), const IGNPAR ideal-int +pkg syscall (freebsd-arm64-cgo), const IMAXBEL = 8192 +pkg syscall (freebsd-arm64-cgo), const IMAXBEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (freebsd-arm64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (freebsd-arm64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-arm64-cgo), const IN_RFC3021_MASK = 4294967294 +pkg syscall (freebsd-arm64-cgo), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const INLCR = 64 +pkg syscall (freebsd-arm64-cgo), const INLCR ideal-int +pkg syscall (freebsd-arm64-cgo), const INPCK = 16 +pkg syscall (freebsd-arm64-cgo), const INPCK ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (freebsd-arm64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (freebsd-arm64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_BINDANY = 24 +pkg syscall (freebsd-arm64-cgo), const IP_BINDANY ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (freebsd-arm64-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (freebsd-arm64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DF = 16384 +pkg syscall (freebsd-arm64-cgo), const IP_DF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DONTFRAG = 67 +pkg syscall (freebsd-arm64-cgo), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (freebsd-arm64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (freebsd-arm64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET3 = 49 +pkg syscall (freebsd-arm64-cgo), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FAITH = 22 +pkg syscall (freebsd-arm64-cgo), const IP_FAITH ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_ADD = 50 +pkg syscall (freebsd-arm64-cgo), const IP_FW_ADD ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_DEL = 51 +pkg syscall (freebsd-arm64-cgo), const IP_FW_DEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_FLUSH = 52 +pkg syscall (freebsd-arm64-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_GET = 54 +pkg syscall (freebsd-arm64-cgo), const IP_FW_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_CFG = 56 +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_DEL = 57 +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_GET_CONFIG = 58 +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_GET_LOG = 59 +pkg syscall (freebsd-arm64-cgo), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_RESETLOG = 55 +pkg syscall (freebsd-arm64-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_ADD = 40 +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_DEL = 41 +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_FLUSH = 42 +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_GETSIZE = 43 +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_LIST = 44 +pkg syscall (freebsd-arm64-cgo), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW_ZERO = 53 +pkg syscall (freebsd-arm64-cgo), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_FW3 = 48 +pkg syscall (freebsd-arm64-cgo), const IP_FW3 ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_HDRINCL = 2 +pkg syscall (freebsd-arm64-cgo), const IP_HDRINCL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (freebsd-arm64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm64-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (freebsd-arm64-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm64-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MAX_SOURCE_FILTER = 1024 +pkg syscall (freebsd-arm64-cgo), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (freebsd-arm64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MF = 8192 +pkg syscall (freebsd-arm64-cgo), const IP_MF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm64-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MINTTL = 66 +pkg syscall (freebsd-arm64-cgo), const IP_MINTTL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MSFILTER = 74 +pkg syscall (freebsd-arm64-cgo), const IP_MSFILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MSS = 576 +pkg syscall (freebsd-arm64-cgo), const IP_MSS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (freebsd-arm64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (freebsd-arm64-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (freebsd-arm64-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_OFFMASK = 8191 +pkg syscall (freebsd-arm64-cgo), const IP_OFFMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_ONESBCAST = 23 +pkg syscall (freebsd-arm64-cgo), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_OPTIONS = 1 +pkg syscall (freebsd-arm64-cgo), const IP_OPTIONS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE = 19 +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (freebsd-arm64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RECVIF = 20 +pkg syscall (freebsd-arm64-cgo), const IP_RECVIF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RECVOPTS = 5 +pkg syscall (freebsd-arm64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (freebsd-arm64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RECVTOS = 68 +pkg syscall (freebsd-arm64-cgo), const IP_RECVTOS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RECVTTL = 65 +pkg syscall (freebsd-arm64-cgo), const IP_RECVTTL ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RETOPTS = 8 +pkg syscall (freebsd-arm64-cgo), const IP_RETOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RF = 32768 +pkg syscall (freebsd-arm64-cgo), const IP_RF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_OFF = 16 +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_ON = 15 +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (freebsd-arm64-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_SENDSRCADDR = 7 +pkg syscall (freebsd-arm64-cgo), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const IP_TOS = 3 +pkg syscall (freebsd-arm64-cgo), const IP_TTL = 4 +pkg syscall (freebsd-arm64-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (freebsd-arm64-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_3PC = 34 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ADFS = 68 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_AH = 51 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_AH ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_AHIP = 61 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_APES = 99 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_APES ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_AX25 = 93 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_BHA = 49 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_BLT = 30 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CARP = 112 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CFTP = 62 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CMTP = 38 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CPHB = 73 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CPNX = 72 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DDP = 37 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DGP = 86 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DIVERT = 258 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DONE = 257 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_EGP = 8 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_EMCON = 14 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_EON = 80 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_EON ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ESP = 50 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_GGP = 3 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_GMTP = 100 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_GRE = 47 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_HELLO = 63 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_HMP = 20 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IDP = 22 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IDPR = 35 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IDRP = 45 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IGP = 85 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IGRP = 88 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IL = 40 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IL ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_INLSP = 52 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_INP = 32 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_INP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPCV = 71 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPPC = 67 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IRTP = 28 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_LARP = 91 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MAX = 256 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MAXID = 52 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MEAS = 19 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MH = 135 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MH ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MHRP = 48 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MICP = 95 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MOBILE = 55 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MTP = 92 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MUX = 18 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ND = 77 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ND ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NHRP = 54 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NONE = 59 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NSP = 31 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NVPII = 11 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_OLD_DIVERT = 254 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PFSYNC = 240 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PGM = 113 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PIGP = 9 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PIM = 103 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PRM = 21 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PUP = 12 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PVP = 75 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RAW = 255 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RDP = 27 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RVD = 66 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SATMON = 69 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SCTP = 132 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SDRP = 42 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SEND = 259 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SEP = 33 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SKIP = 57 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SPACER = 32767 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SRPC = 90 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ST = 7 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_ST ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TCF = 87 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TLSP = 56 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TP = 29 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TPXX = 39 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TTP = 84 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_VINES = 83 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_VISA = 70 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_VMTP = 81 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_WBMON = 78 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_WSN = 74 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_XNET = 15 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-arm64-cgo), const IPPROTO_XTP = 36 +pkg syscall (freebsd-arm64-cgo), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_AUTOFLOWLABEL = 59 +pkg syscall (freebsd-arm64-cgo), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_BINDANY = 64 +pkg syscall (freebsd-arm64-cgo), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (freebsd-arm64-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (freebsd-arm64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (freebsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (freebsd-arm64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (freebsd-arm64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_DONTFRAG = 62 +pkg syscall (freebsd-arm64-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_DSTOPTS = 50 +pkg syscall (freebsd-arm64-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FAITH = 29 +pkg syscall (freebsd-arm64-cgo), const IPV6_FAITH ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (freebsd-arm64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (freebsd-arm64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (freebsd-arm64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_ADD = 30 +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_DEL = 31 +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_GET = 34 +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (freebsd-arm64-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (freebsd-arm64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_HOPLIMIT = 47 +pkg syscall (freebsd-arm64-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_HOPOPTS = 49 +pkg syscall (freebsd-arm64-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (freebsd-arm64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (freebsd-arm64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (freebsd-arm64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (freebsd-arm64-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MMTU = 1280 +pkg syscall (freebsd-arm64-cgo), const IPV6_MMTU ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MSFILTER = 74 +pkg syscall (freebsd-arm64-cgo), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (freebsd-arm64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (freebsd-arm64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (freebsd-arm64-cgo), const IPV6_NEXTHOP = 48 +pkg syscall (freebsd-arm64-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PATHMTU = 44 +pkg syscall (freebsd-arm64-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PKTINFO = 46 +pkg syscall (freebsd-arm64-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (freebsd-arm64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_PREFER_TEMPADDR = 63 +pkg syscall (freebsd-arm64-cgo), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVDSTOPTS = 40 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVHOPLIMIT = 37 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVHOPOPTS = 39 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVPATHMTU = 43 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVPKTINFO = 36 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVRTHDR = 38 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVTCLASS = 57 +pkg syscall (freebsd-arm64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR = 51 +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDRDSTOPTS = 35 +pkg syscall (freebsd-arm64-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (freebsd-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_TCLASS = 61 +pkg syscall (freebsd-arm64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (freebsd-arm64-cgo), const IPV6_USE_MIN_MTU = 42 +pkg syscall (freebsd-arm64-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (freebsd-arm64-cgo), const IPV6_VERSION = 96 +pkg syscall (freebsd-arm64-cgo), const IPV6_VERSION ideal-int +pkg syscall (freebsd-arm64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (freebsd-arm64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const ISIG = 128 +pkg syscall (freebsd-arm64-cgo), const ISIG ideal-int +pkg syscall (freebsd-arm64-cgo), const ISTRIP = 32 +pkg syscall (freebsd-arm64-cgo), const ISTRIP ideal-int +pkg syscall (freebsd-arm64-cgo), const IXANY = 2048 +pkg syscall (freebsd-arm64-cgo), const IXANY ideal-int +pkg syscall (freebsd-arm64-cgo), const IXOFF = 1024 +pkg syscall (freebsd-arm64-cgo), const IXOFF ideal-int +pkg syscall (freebsd-arm64-cgo), const IXON = 512 +pkg syscall (freebsd-arm64-cgo), const IXON ideal-int +pkg syscall (freebsd-arm64-cgo), const LOCK_EX = 2 +pkg syscall (freebsd-arm64-cgo), const LOCK_EX ideal-int +pkg syscall (freebsd-arm64-cgo), const LOCK_NB = 4 +pkg syscall (freebsd-arm64-cgo), const LOCK_NB ideal-int +pkg syscall (freebsd-arm64-cgo), const LOCK_SH = 1 +pkg syscall (freebsd-arm64-cgo), const LOCK_SH ideal-int +pkg syscall (freebsd-arm64-cgo), const LOCK_UN = 8 +pkg syscall (freebsd-arm64-cgo), const LOCK_UN ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_AUTOSYNC = 7 +pkg syscall (freebsd-arm64-cgo), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_CORE = 9 +pkg syscall (freebsd-arm64-cgo), const MADV_CORE ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_DONTNEED = 4 +pkg syscall (freebsd-arm64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_FREE = 5 +pkg syscall (freebsd-arm64-cgo), const MADV_FREE ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_NOCORE = 8 +pkg syscall (freebsd-arm64-cgo), const MADV_NOCORE ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_NORMAL = 0 +pkg syscall (freebsd-arm64-cgo), const MADV_NORMAL ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_NOSYNC = 6 +pkg syscall (freebsd-arm64-cgo), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_PROTECT = 10 +pkg syscall (freebsd-arm64-cgo), const MADV_PROTECT ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_RANDOM = 1 +pkg syscall (freebsd-arm64-cgo), const MADV_RANDOM ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (freebsd-arm64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-arm64-cgo), const MADV_WILLNEED = 3 +pkg syscall (freebsd-arm64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_32BIT = 524288 +pkg syscall (freebsd-arm64-cgo), const MAP_32BIT ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-arm64-cgo), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-arm64-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-arm64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_ANON = 4096 +pkg syscall (freebsd-arm64-cgo), const MAP_ANON ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_ANONYMOUS = 4096 +pkg syscall (freebsd-arm64-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_COPY = 2 +pkg syscall (freebsd-arm64-cgo), const MAP_COPY ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_FILE = 0 +pkg syscall (freebsd-arm64-cgo), const MAP_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_FIXED = 16 +pkg syscall (freebsd-arm64-cgo), const MAP_FIXED ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (freebsd-arm64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_NOCORE = 131072 +pkg syscall (freebsd-arm64-cgo), const MAP_NOCORE ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_NORESERVE = 64 +pkg syscall (freebsd-arm64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_NOSYNC = 2048 +pkg syscall (freebsd-arm64-cgo), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_PREFAULT_READ = 262144 +pkg syscall (freebsd-arm64-cgo), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_PRIVATE = 2 +pkg syscall (freebsd-arm64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_RENAME = 32 +pkg syscall (freebsd-arm64-cgo), const MAP_RENAME ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (freebsd-arm64-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_RESERVED0100 = 256 +pkg syscall (freebsd-arm64-cgo), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_SHARED = 1 +pkg syscall (freebsd-arm64-cgo), const MAP_SHARED ideal-int +pkg syscall (freebsd-arm64-cgo), const MAP_STACK = 1024 +pkg syscall (freebsd-arm64-cgo), const MAP_STACK ideal-int +pkg syscall (freebsd-arm64-cgo), const MCL_CURRENT = 1 +pkg syscall (freebsd-arm64-cgo), const MCL_CURRENT ideal-int +pkg syscall (freebsd-arm64-cgo), const MCL_FUTURE = 2 +pkg syscall (freebsd-arm64-cgo), const MCL_FUTURE ideal-int +pkg syscall (freebsd-arm64-cgo), const MS_ASYNC = 1 +pkg syscall (freebsd-arm64-cgo), const MS_ASYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MS_INVALIDATE = 2 +pkg syscall (freebsd-arm64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-arm64-cgo), const MS_SYNC = 0 +pkg syscall (freebsd-arm64-cgo), const MS_SYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-arm64-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_COMPAT = 32768 +pkg syscall (freebsd-arm64-cgo), const MSG_COMPAT ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_CTRUNC = 32 +pkg syscall (freebsd-arm64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (freebsd-arm64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (freebsd-arm64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_EOF = 256 +pkg syscall (freebsd-arm64-cgo), const MSG_EOF ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_EOR = 8 +pkg syscall (freebsd-arm64-cgo), const MSG_EOR ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_NBIO = 16384 +pkg syscall (freebsd-arm64-cgo), const MSG_NBIO ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_NOSIGNAL = 131072 +pkg syscall (freebsd-arm64-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_NOTIFICATION = 8192 +pkg syscall (freebsd-arm64-cgo), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_OOB = 1 +pkg syscall (freebsd-arm64-cgo), const MSG_OOB ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_PEEK = 2 +pkg syscall (freebsd-arm64-cgo), const MSG_PEEK ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_TRUNC = 16 +pkg syscall (freebsd-arm64-cgo), const MSG_TRUNC ideal-int +pkg syscall (freebsd-arm64-cgo), const MSG_WAITALL = 64 +pkg syscall (freebsd-arm64-cgo), const MSG_WAITALL ideal-int +pkg syscall (freebsd-arm64-cgo), const NAME_MAX = 255 +pkg syscall (freebsd-arm64-cgo), const NAME_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const NET_RT_DUMP = 1 +pkg syscall (freebsd-arm64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-arm64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (freebsd-arm64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const NET_RT_IFLIST = 3 +pkg syscall (freebsd-arm64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-arm64-cgo), const NET_RT_IFLISTL = 5 +pkg syscall (freebsd-arm64-cgo), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-arm64-cgo), const NET_RT_IFMALIST = 4 +pkg syscall (freebsd-arm64-cgo), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-arm64-cgo), const NET_RT_MAXID = 6 +pkg syscall (freebsd-arm64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-arm64-cgo), const NOFLSH = 2147483648 +pkg syscall (freebsd-arm64-cgo), const NOFLSH ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (freebsd-arm64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_CHILD = 4 +pkg syscall (freebsd-arm64-cgo), const NOTE_CHILD ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_DELETE = 1 +pkg syscall (freebsd-arm64-cgo), const NOTE_DELETE ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (freebsd-arm64-cgo), const NOTE_EXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (freebsd-arm64-cgo), const NOTE_EXIT ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_EXTEND = 4 +pkg syscall (freebsd-arm64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (freebsd-arm64-cgo), const NOTE_FFAND ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (freebsd-arm64-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (freebsd-arm64-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (freebsd-arm64-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FFNOP = 0 +pkg syscall (freebsd-arm64-cgo), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (freebsd-arm64-cgo), const NOTE_FFOR ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (freebsd-arm64-cgo), const NOTE_FORK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_LINK = 16 +pkg syscall (freebsd-arm64-cgo), const NOTE_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_LOWAT = 1 +pkg syscall (freebsd-arm64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_PCTRLMASK = 4026531840 +pkg syscall (freebsd-arm64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (freebsd-arm64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_RENAME = 32 +pkg syscall (freebsd-arm64-cgo), const NOTE_RENAME ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_REVOKE = 64 +pkg syscall (freebsd-arm64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_TRACK = 1 +pkg syscall (freebsd-arm64-cgo), const NOTE_TRACK ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (freebsd-arm64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (freebsd-arm64-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-arm64-cgo), const NOTE_WRITE = 2 +pkg syscall (freebsd-arm64-cgo), const NOTE_WRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const O_ACCMODE = 3 +pkg syscall (freebsd-arm64-cgo), const O_ACCMODE ideal-int +pkg syscall (freebsd-arm64-cgo), const O_APPEND = 8 +pkg syscall (freebsd-arm64-cgo), const O_ASYNC = 64 +pkg syscall (freebsd-arm64-cgo), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-arm64-cgo), const O_CREAT = 512 +pkg syscall (freebsd-arm64-cgo), const O_DIRECT = 65536 +pkg syscall (freebsd-arm64-cgo), const O_DIRECT ideal-int +pkg syscall (freebsd-arm64-cgo), const O_DIRECTORY = 131072 +pkg syscall (freebsd-arm64-cgo), const O_DIRECTORY ideal-int +pkg syscall (freebsd-arm64-cgo), const O_EXCL = 2048 +pkg syscall (freebsd-arm64-cgo), const O_EXEC = 262144 +pkg syscall (freebsd-arm64-cgo), const O_EXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const O_EXLOCK = 32 +pkg syscall (freebsd-arm64-cgo), const O_EXLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const O_FSYNC = 128 +pkg syscall (freebsd-arm64-cgo), const O_FSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const O_NDELAY = 4 +pkg syscall (freebsd-arm64-cgo), const O_NDELAY ideal-int +pkg syscall (freebsd-arm64-cgo), const O_NOCTTY = 32768 +pkg syscall (freebsd-arm64-cgo), const O_NOFOLLOW = 256 +pkg syscall (freebsd-arm64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-arm64-cgo), const O_NONBLOCK = 4 +pkg syscall (freebsd-arm64-cgo), const O_SHLOCK = 16 +pkg syscall (freebsd-arm64-cgo), const O_SHLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const O_SYNC = 128 +pkg syscall (freebsd-arm64-cgo), const O_TRUNC = 1024 +pkg syscall (freebsd-arm64-cgo), const O_TTY_INIT = 524288 +pkg syscall (freebsd-arm64-cgo), const O_TTY_INIT ideal-int +pkg syscall (freebsd-arm64-cgo), const OCRNL = 16 +pkg syscall (freebsd-arm64-cgo), const OCRNL ideal-int +pkg syscall (freebsd-arm64-cgo), const ONLCR = 2 +pkg syscall (freebsd-arm64-cgo), const ONLCR ideal-int +pkg syscall (freebsd-arm64-cgo), const ONLRET = 64 +pkg syscall (freebsd-arm64-cgo), const ONLRET ideal-int +pkg syscall (freebsd-arm64-cgo), const ONOCR = 32 +pkg syscall (freebsd-arm64-cgo), const ONOCR ideal-int +pkg syscall (freebsd-arm64-cgo), const ONOEOT = 8 +pkg syscall (freebsd-arm64-cgo), const ONOEOT ideal-int +pkg syscall (freebsd-arm64-cgo), const OPOST = 1 +pkg syscall (freebsd-arm64-cgo), const OPOST ideal-int +pkg syscall (freebsd-arm64-cgo), const PARENB = 4096 +pkg syscall (freebsd-arm64-cgo), const PARENB ideal-int +pkg syscall (freebsd-arm64-cgo), const PARMRK = 8 +pkg syscall (freebsd-arm64-cgo), const PARMRK ideal-int +pkg syscall (freebsd-arm64-cgo), const PARODD = 8192 +pkg syscall (freebsd-arm64-cgo), const PARODD ideal-int +pkg syscall (freebsd-arm64-cgo), const PENDIN = 536870912 +pkg syscall (freebsd-arm64-cgo), const PENDIN ideal-int +pkg syscall (freebsd-arm64-cgo), const PRIO_PGRP = 1 +pkg syscall (freebsd-arm64-cgo), const PRIO_PGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const PRIO_PROCESS = 0 +pkg syscall (freebsd-arm64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-arm64-cgo), const PRIO_USER = 2 +pkg syscall (freebsd-arm64-cgo), const PRIO_USER ideal-int +pkg syscall (freebsd-arm64-cgo), const PROT_EXEC = 4 +pkg syscall (freebsd-arm64-cgo), const PROT_EXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const PROT_NONE = 0 +pkg syscall (freebsd-arm64-cgo), const PROT_NONE ideal-int +pkg syscall (freebsd-arm64-cgo), const PROT_READ = 1 +pkg syscall (freebsd-arm64-cgo), const PROT_READ ideal-int +pkg syscall (freebsd-arm64-cgo), const PROT_WRITE = 2 +pkg syscall (freebsd-arm64-cgo), const PROT_WRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const PTRACE_CONT = 7 +pkg syscall (freebsd-arm64-cgo), const PTRACE_CONT ideal-int +pkg syscall (freebsd-arm64-cgo), const PTRACE_KILL = 8 +pkg syscall (freebsd-arm64-cgo), const PTRACE_KILL ideal-int +pkg syscall (freebsd-arm64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (freebsd-arm64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (freebsd-arm64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_AS = 10 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_AS ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_CORE = 4 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_CPU = 0 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_DATA = 2 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-arm64-cgo), const RLIMIT_STACK = 3 +pkg syscall (freebsd-arm64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-arm64-cgo), const RT_CACHING_CONTEXT = 1 +pkg syscall (freebsd-arm64-cgo), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const RT_DEFAULT_FIB = 0 +pkg syscall (freebsd-arm64-cgo), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-arm64-cgo), const RT_NORTREF = 2 +pkg syscall (freebsd-arm64-cgo), const RT_NORTREF ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_AUTHOR = 64 +pkg syscall (freebsd-arm64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_BRD = 128 +pkg syscall (freebsd-arm64-cgo), const RTA_BRD ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_DST = 1 +pkg syscall (freebsd-arm64-cgo), const RTA_DST ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_GATEWAY = 2 +pkg syscall (freebsd-arm64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_GENMASK = 8 +pkg syscall (freebsd-arm64-cgo), const RTA_GENMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_IFA = 32 +pkg syscall (freebsd-arm64-cgo), const RTA_IFA ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_IFP = 16 +pkg syscall (freebsd-arm64-cgo), const RTA_IFP ideal-int +pkg syscall (freebsd-arm64-cgo), const RTA_NETMASK = 4 +pkg syscall (freebsd-arm64-cgo), const RTA_NETMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (freebsd-arm64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_BRD = 7 +pkg syscall (freebsd-arm64-cgo), const RTAX_BRD ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_DST = 0 +pkg syscall (freebsd-arm64-cgo), const RTAX_DST ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (freebsd-arm64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_GENMASK = 3 +pkg syscall (freebsd-arm64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_IFA = 5 +pkg syscall (freebsd-arm64-cgo), const RTAX_IFA ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_IFP = 4 +pkg syscall (freebsd-arm64-cgo), const RTAX_IFP ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_MAX = 8 +pkg syscall (freebsd-arm64-cgo), const RTAX_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const RTAX_NETMASK = 2 +pkg syscall (freebsd-arm64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (freebsd-arm64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (freebsd-arm64-cgo), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_DONE = 64 +pkg syscall (freebsd-arm64-cgo), const RTF_DONE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (freebsd-arm64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_FMASK = 268752904 +pkg syscall (freebsd-arm64-cgo), const RTF_FMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_GATEWAY = 2 +pkg syscall (freebsd-arm64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-arm64-cgo), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_HOST = 4 +pkg syscall (freebsd-arm64-cgo), const RTF_HOST ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_LLDATA = 1024 +pkg syscall (freebsd-arm64-cgo), const RTF_LLDATA ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_LLINFO = 1024 +pkg syscall (freebsd-arm64-cgo), const RTF_LLINFO ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_LOCAL = 2097152 +pkg syscall (freebsd-arm64-cgo), const RTF_LOCAL ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_MODIFIED = 32 +pkg syscall (freebsd-arm64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (freebsd-arm64-cgo), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_PINNED = 1048576 +pkg syscall (freebsd-arm64-cgo), const RTF_PINNED ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_PRCLONING = 65536 +pkg syscall (freebsd-arm64-cgo), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (freebsd-arm64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (freebsd-arm64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_PROTO3 = 262144 +pkg syscall (freebsd-arm64-cgo), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_REJECT = 8 +pkg syscall (freebsd-arm64-cgo), const RTF_REJECT ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_RNH_LOCKED = 1073741824 +pkg syscall (freebsd-arm64-cgo), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_STATIC = 2048 +pkg syscall (freebsd-arm64-cgo), const RTF_STATIC ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_STICKY = 268435456 +pkg syscall (freebsd-arm64-cgo), const RTF_STICKY ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_UP = 1 +pkg syscall (freebsd-arm64-cgo), const RTF_UP ideal-int +pkg syscall (freebsd-arm64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (freebsd-arm64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_ADD = 1 +pkg syscall (freebsd-arm64-cgo), const RTM_ADD ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_CHANGE = 3 +pkg syscall (freebsd-arm64-cgo), const RTM_CHANGE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_DELADDR = 13 +pkg syscall (freebsd-arm64-cgo), const RTM_DELADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_DELETE = 2 +pkg syscall (freebsd-arm64-cgo), const RTM_DELETE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_DELMADDR = 16 +pkg syscall (freebsd-arm64-cgo), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_GET = 4 +pkg syscall (freebsd-arm64-cgo), const RTM_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_IEEE80211 = 18 +pkg syscall (freebsd-arm64-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_IFANNOUNCE = 17 +pkg syscall (freebsd-arm64-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_IFINFO = 14 +pkg syscall (freebsd-arm64-cgo), const RTM_IFINFO ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_LOCK = 8 +pkg syscall (freebsd-arm64-cgo), const RTM_LOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_LOSING = 5 +pkg syscall (freebsd-arm64-cgo), const RTM_LOSING ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_MISS = 7 +pkg syscall (freebsd-arm64-cgo), const RTM_MISS ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_NEWADDR = 12 +pkg syscall (freebsd-arm64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_NEWMADDR = 15 +pkg syscall (freebsd-arm64-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_OLDADD = 9 +pkg syscall (freebsd-arm64-cgo), const RTM_OLDADD ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_OLDDEL = 10 +pkg syscall (freebsd-arm64-cgo), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_REDIRECT = 6 +pkg syscall (freebsd-arm64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_RESOLVE = 11 +pkg syscall (freebsd-arm64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (freebsd-arm64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-arm64-cgo), const RTM_VERSION = 5 +pkg syscall (freebsd-arm64-cgo), const RTM_VERSION ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_EXPIRE = 4 +pkg syscall (freebsd-arm64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (freebsd-arm64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_MTU = 1 +pkg syscall (freebsd-arm64-cgo), const RTV_MTU ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_RPIPE = 8 +pkg syscall (freebsd-arm64-cgo), const RTV_RPIPE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_RTT = 64 +pkg syscall (freebsd-arm64-cgo), const RTV_RTT ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_RTTVAR = 128 +pkg syscall (freebsd-arm64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_SPIPE = 16 +pkg syscall (freebsd-arm64-cgo), const RTV_SPIPE ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (freebsd-arm64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-arm64-cgo), const RTV_WEIGHT = 256 +pkg syscall (freebsd-arm64-cgo), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-arm64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (freebsd-arm64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-arm64-cgo), const RUSAGE_SELF = 0 +pkg syscall (freebsd-arm64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-arm64-cgo), const RUSAGE_THREAD = 1 +pkg syscall (freebsd-arm64-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-arm64-cgo), const S_IFMT = 61440 +pkg syscall (freebsd-arm64-cgo), const S_IRWXG = 56 +pkg syscall (freebsd-arm64-cgo), const S_IRWXG ideal-int +pkg syscall (freebsd-arm64-cgo), const S_IRWXO = 7 +pkg syscall (freebsd-arm64-cgo), const S_IRWXO ideal-int +pkg syscall (freebsd-arm64-cgo), const SCM_BINTIME = 4 +pkg syscall (freebsd-arm64-cgo), const SCM_BINTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SCM_CREDS = 3 +pkg syscall (freebsd-arm64-cgo), const SCM_CREDS ideal-int +pkg syscall (freebsd-arm64-cgo), const SCM_RIGHTS = 1 +pkg syscall (freebsd-arm64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-arm64-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (freebsd-arm64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIGBUS = 10 +pkg syscall (freebsd-arm64-cgo), const SIGCHLD = 20 +pkg syscall (freebsd-arm64-cgo), const SIGCHLD Signal +pkg syscall (freebsd-arm64-cgo), const SIGCONT = 19 +pkg syscall (freebsd-arm64-cgo), const SIGCONT Signal +pkg syscall (freebsd-arm64-cgo), const SIGEMT = 7 +pkg syscall (freebsd-arm64-cgo), const SIGEMT Signal +pkg syscall (freebsd-arm64-cgo), const SIGINFO = 29 +pkg syscall (freebsd-arm64-cgo), const SIGINFO Signal +pkg syscall (freebsd-arm64-cgo), const SIGIO = 23 +pkg syscall (freebsd-arm64-cgo), const SIGIO Signal +pkg syscall (freebsd-arm64-cgo), const SIGIOT = 6 +pkg syscall (freebsd-arm64-cgo), const SIGIOT Signal +pkg syscall (freebsd-arm64-cgo), const SIGLIBRT = 33 +pkg syscall (freebsd-arm64-cgo), const SIGLIBRT Signal +pkg syscall (freebsd-arm64-cgo), const SIGLWP = 32 +pkg syscall (freebsd-arm64-cgo), const SIGLWP Signal +pkg syscall (freebsd-arm64-cgo), const SIGPROF = 27 +pkg syscall (freebsd-arm64-cgo), const SIGPROF Signal +pkg syscall (freebsd-arm64-cgo), const SIGSTOP = 17 +pkg syscall (freebsd-arm64-cgo), const SIGSTOP Signal +pkg syscall (freebsd-arm64-cgo), const SIGSYS = 12 +pkg syscall (freebsd-arm64-cgo), const SIGSYS Signal +pkg syscall (freebsd-arm64-cgo), const SIGTHR = 32 +pkg syscall (freebsd-arm64-cgo), const SIGTHR Signal +pkg syscall (freebsd-arm64-cgo), const SIGTSTP = 18 +pkg syscall (freebsd-arm64-cgo), const SIGTSTP Signal +pkg syscall (freebsd-arm64-cgo), const SIGTTIN = 21 +pkg syscall (freebsd-arm64-cgo), const SIGTTIN Signal +pkg syscall (freebsd-arm64-cgo), const SIGTTOU = 22 +pkg syscall (freebsd-arm64-cgo), const SIGTTOU Signal +pkg syscall (freebsd-arm64-cgo), const SIGURG = 16 +pkg syscall (freebsd-arm64-cgo), const SIGURG Signal +pkg syscall (freebsd-arm64-cgo), const SIGUSR1 = 30 +pkg syscall (freebsd-arm64-cgo), const SIGUSR1 Signal +pkg syscall (freebsd-arm64-cgo), const SIGUSR2 = 31 +pkg syscall (freebsd-arm64-cgo), const SIGUSR2 Signal +pkg syscall (freebsd-arm64-cgo), const SIGVTALRM = 26 +pkg syscall (freebsd-arm64-cgo), const SIGVTALRM Signal +pkg syscall (freebsd-arm64-cgo), const SIGWINCH = 28 +pkg syscall (freebsd-arm64-cgo), const SIGWINCH Signal +pkg syscall (freebsd-arm64-cgo), const SIGXCPU = 24 +pkg syscall (freebsd-arm64-cgo), const SIGXCPU Signal +pkg syscall (freebsd-arm64-cgo), const SIGXFSZ = 25 +pkg syscall (freebsd-arm64-cgo), const SIGXFSZ Signal +pkg syscall (freebsd-arm64-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (freebsd-arm64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCADDRT = 2151707146 +pkg syscall (freebsd-arm64-cgo), const SIOCADDRT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-arm64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCAIFGROUP = 2150132103 +pkg syscall (freebsd-arm64-cgo), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCALIFADDR = 2165860635 +pkg syscall (freebsd-arm64-cgo), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (freebsd-arm64-cgo), const SIOCATMARK ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (freebsd-arm64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCDELRT = 2151707147 +pkg syscall (freebsd-arm64-cgo), const SIOCDELRT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (freebsd-arm64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCDIFGROUP = 2150132105 +pkg syscall (freebsd-arm64-cgo), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCDIFPHYADDR = 2149607753 +pkg syscall (freebsd-arm64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCDLIFADDR = 2165860637 +pkg syscall (freebsd-arm64-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGDRVSPEC = 3223873915 +pkg syscall (freebsd-arm64-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGETSGCNT = 3223351824 +pkg syscall (freebsd-arm64-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGETVIFCNT = 3223876111 +pkg syscall (freebsd-arm64-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (freebsd-arm64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFCAP = 3223349535 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFCONF = 3222300964 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFDESCR = 3223349546 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFFIB = 3223349596 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFGMEMB = 3223873930 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFGROUP = 3223873928 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFINDEX = 3223349536 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMAC = 3223349542 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMEDIA = 3224398136 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFPDSTADDR = 3223349576 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFPSRCADDR = 3223349575 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-arm64-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGLIFADDR = 3239602460 +pkg syscall (freebsd-arm64-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGLIFPHYADDR = 3239602507 +pkg syscall (freebsd-arm64-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (freebsd-arm64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (freebsd-arm64-cgo), const SIOCGPGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGPRIVATE_0 = 3223349584 +pkg syscall (freebsd-arm64-cgo), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCGPRIVATE_1 = 3223349585 +pkg syscall (freebsd-arm64-cgo), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCIFCREATE = 3223349626 +pkg syscall (freebsd-arm64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCIFCREATE2 = 3223349628 +pkg syscall (freebsd-arm64-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (freebsd-arm64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCIFGCLONERS = 3222301048 +pkg syscall (freebsd-arm64-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSDRVSPEC = 2150132091 +pkg syscall (freebsd-arm64-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (freebsd-arm64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFCAP = 2149607710 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFDESCR = 2149607721 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFFIB = 2149607773 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMAC = 2149607719 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFNAME = 2149607720 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFRVNET = 3223349595 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSIFVNET = 3223349594 +pkg syscall (freebsd-arm64-cgo), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSLIFPHYADDR = 2165860682 +pkg syscall (freebsd-arm64-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (freebsd-arm64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (freebsd-arm64-cgo), const SIOCSPGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfHdr = 32 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfInsn = 8 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfProgram = 16 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfStat = 8 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfStat ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfVersion = 4 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfZbuf = 24 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofBpfZbufHeader = 32 +pkg syscall (freebsd-arm64-cgo), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofCmsghdr = 12 +pkg syscall (freebsd-arm64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-arm64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (freebsd-arm64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIfAnnounceMsghdr = 24 +pkg syscall (freebsd-arm64-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIfData = 152 +pkg syscall (freebsd-arm64-cgo), const SizeofIfData ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (freebsd-arm64-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIfMsghdr = 168 +pkg syscall (freebsd-arm64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (freebsd-arm64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIPMreq = 8 +pkg syscall (freebsd-arm64-cgo), const SizeofIPMreq ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIPMreqn = 12 +pkg syscall (freebsd-arm64-cgo), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (freebsd-arm64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-arm64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofLinger = 8 +pkg syscall (freebsd-arm64-cgo), const SizeofLinger ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofMsghdr = 48 +pkg syscall (freebsd-arm64-cgo), const SizeofMsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofRtMetrics = 112 +pkg syscall (freebsd-arm64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofRtMsghdr = 152 +pkg syscall (freebsd-arm64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-arm64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (freebsd-arm64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_ACCEPTFILTER = 4096 +pkg syscall (freebsd-arm64-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_BINTIME = 8192 +pkg syscall (freebsd-arm64-cgo), const SO_BINTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_BROADCAST = 32 +pkg syscall (freebsd-arm64-cgo), const SO_DEBUG = 1 +pkg syscall (freebsd-arm64-cgo), const SO_DEBUG ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_DONTROUTE = 16 +pkg syscall (freebsd-arm64-cgo), const SO_ERROR = 4103 +pkg syscall (freebsd-arm64-cgo), const SO_ERROR ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (freebsd-arm64-cgo), const SO_LABEL = 4105 +pkg syscall (freebsd-arm64-cgo), const SO_LABEL ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_LINGER = 128 +pkg syscall (freebsd-arm64-cgo), const SO_LISTENINCQLEN = 4115 +pkg syscall (freebsd-arm64-cgo), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_LISTENQLEN = 4114 +pkg syscall (freebsd-arm64-cgo), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_LISTENQLIMIT = 4113 +pkg syscall (freebsd-arm64-cgo), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_NO_DDP = 32768 +pkg syscall (freebsd-arm64-cgo), const SO_NO_DDP ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_NO_OFFLOAD = 16384 +pkg syscall (freebsd-arm64-cgo), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_NOSIGPIPE = 2048 +pkg syscall (freebsd-arm64-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_OOBINLINE = 256 +pkg syscall (freebsd-arm64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_PEERLABEL = 4112 +pkg syscall (freebsd-arm64-cgo), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_PROTOCOL = 4118 +pkg syscall (freebsd-arm64-cgo), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_PROTOTYPE = 4118 +pkg syscall (freebsd-arm64-cgo), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_RCVBUF = 4098 +pkg syscall (freebsd-arm64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (freebsd-arm64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (freebsd-arm64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_REUSEADDR = 4 +pkg syscall (freebsd-arm64-cgo), const SO_REUSEPORT = 512 +pkg syscall (freebsd-arm64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_SETFIB = 4116 +pkg syscall (freebsd-arm64-cgo), const SO_SETFIB ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_SNDBUF = 4097 +pkg syscall (freebsd-arm64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (freebsd-arm64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (freebsd-arm64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (freebsd-arm64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_TYPE = 4104 +pkg syscall (freebsd-arm64-cgo), const SO_TYPE ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (freebsd-arm64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_USER_COOKIE = 4117 +pkg syscall (freebsd-arm64-cgo), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-arm64-cgo), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-arm64-cgo), const SO_VENDOR ideal-int +pkg syscall (freebsd-arm64-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-arm64-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-arm64-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (freebsd-arm64-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-arm64-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const SOCK_RDM = 4 +pkg syscall (freebsd-arm64-cgo), const SOCK_RDM ideal-int +pkg syscall (freebsd-arm64-cgo), const SOL_SOCKET = 65535 +pkg syscall (freebsd-arm64-cgo), const SOMAXCONN = 128 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_ACLCHECK_FD = 354 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_ACLCHECK_FILE = 353 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_ACLCHECK_LINK = 428 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_DELETE_FD = 352 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_DELETE_FILE = 351 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_DELETE_LINK = 427 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_GET_FD = 349 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_GET_FILE = 347 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_GET_LINK = 425 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_SET_FD = 350 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_SET_FILE = 348 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_SET_LINK = 426 +pkg syscall (freebsd-arm64-cgo), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___CAP_RIGHTS_GET = 515 +pkg syscall (freebsd-arm64-cgo), const SYS___CAP_RIGHTS_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___GETCWD = 326 +pkg syscall (freebsd-arm64-cgo), const SYS___GETCWD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_EXECVE = 415 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_FD = 386 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_FILE = 387 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_LINK = 410 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_PID = 409 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_PROC = 384 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_FD = 388 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_FILE = 389 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_LINK = 411 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_PROC = 385 +pkg syscall (freebsd-arm64-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___SEMCTL = 510 +pkg syscall (freebsd-arm64-cgo), const SYS___SEMCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___SETUGID = 374 +pkg syscall (freebsd-arm64-cgo), const SYS___SETUGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS___SYSCTL = 202 +pkg syscall (freebsd-arm64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS__UMTX_OP = 454 +pkg syscall (freebsd-arm64-cgo), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ABORT2 = 463 +pkg syscall (freebsd-arm64-cgo), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ACCEPT = 30 +pkg syscall (freebsd-arm64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-arm64-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ACCESS = 33 +pkg syscall (freebsd-arm64-cgo), const SYS_ACCESS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ACCT = 51 +pkg syscall (freebsd-arm64-cgo), const SYS_ACCT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ADJTIME = 140 +pkg syscall (freebsd-arm64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_CANCEL = 316 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_CANCEL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_ERROR = 317 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_ERROR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_FSYNC = 465 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_FSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_MLOCK = 543 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_MLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_READ = 255 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_READ ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_RETURN = 314 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_RETURN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_SUSPEND = 315 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_SUSPEND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_WAITCOMPLETE = 359 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_WAITCOMPLETE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_WRITE = 256 +pkg syscall (freebsd-arm64-cgo), const SYS_AIO_WRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AUDIT = 445 +pkg syscall (freebsd-arm64-cgo), const SYS_AUDIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AUDITCTL = 453 +pkg syscall (freebsd-arm64-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_AUDITON = 446 +pkg syscall (freebsd-arm64-cgo), const SYS_AUDITON ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_BIND = 104 +pkg syscall (freebsd-arm64-cgo), const SYS_BIND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_BINDAT = 538 +pkg syscall (freebsd-arm64-cgo), const SYS_BINDAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_ENTER = 516 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_FCNTLS_GET = 537 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_FCNTLS_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_FCNTLS_LIMIT = 536 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_GETMODE = 517 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_IOCTLS_GET = 535 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_IOCTLS_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_IOCTLS_LIMIT = 534 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_RIGHTS_LIMIT = 533 +pkg syscall (freebsd-arm64-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CHDIR = 12 +pkg syscall (freebsd-arm64-cgo), const SYS_CHDIR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (freebsd-arm64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-arm64-cgo), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CHMOD = 15 +pkg syscall (freebsd-arm64-cgo), const SYS_CHMOD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CHOWN = 16 +pkg syscall (freebsd-arm64-cgo), const SYS_CHOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CHROOT = 61 +pkg syscall (freebsd-arm64-cgo), const SYS_CHROOT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_GETRES = 234 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_GETTIME = 232 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_NANOSLEEP = 244 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_SETTIME = 233 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOSE = 6 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOSE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CLOSEFROM = 509 +pkg syscall (freebsd-arm64-cgo), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CONNECT = 98 +pkg syscall (freebsd-arm64-cgo), const SYS_CONNECT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-arm64-cgo), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET = 484 +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_GETAFFINITY = 487 +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_GETID = 486 +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_SETAFFINITY = 488 +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_SETID = 485 +pkg syscall (freebsd-arm64-cgo), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_DUP = 41 +pkg syscall (freebsd-arm64-cgo), const SYS_DUP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_DUP2 = 90 +pkg syscall (freebsd-arm64-cgo), const SYS_DUP2 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EACCESS = 376 +pkg syscall (freebsd-arm64-cgo), const SYS_EACCESS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXECVE = 59 +pkg syscall (freebsd-arm64-cgo), const SYS_EXECVE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXIT = 1 +pkg syscall (freebsd-arm64-cgo), const SYS_EXIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_DELETE_FD = 373 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_DELETE_FILE = 358 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_DELETE_LINK = 414 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_GET_FD = 372 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_GET_FILE = 357 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_GET_LINK = 413 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_LIST_FD = 437 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_LIST_FILE = 438 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_LIST_LINK = 439 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_SET_FD = 371 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_SET_FILE = 356 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_SET_LINK = 412 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTRCTL = 355 +pkg syscall (freebsd-arm64-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FACCESSAT = 489 +pkg syscall (freebsd-arm64-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCHDIR = 13 +pkg syscall (freebsd-arm64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (freebsd-arm64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCHMOD = 124 +pkg syscall (freebsd-arm64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCHMODAT = 490 +pkg syscall (freebsd-arm64-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCHOWN = 123 +pkg syscall (freebsd-arm64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCHOWNAT = 491 +pkg syscall (freebsd-arm64-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FCNTL = 92 +pkg syscall (freebsd-arm64-cgo), const SYS_FCNTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FDATASYNC = 550 +pkg syscall (freebsd-arm64-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FEXECVE = 492 +pkg syscall (freebsd-arm64-cgo), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241 +pkg syscall (freebsd-arm64-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243 +pkg syscall (freebsd-arm64-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242 +pkg syscall (freebsd-arm64-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FHOPEN = 298 +pkg syscall (freebsd-arm64-cgo), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FHSTAT = 299 +pkg syscall (freebsd-arm64-cgo), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FHSTATFS = 398 +pkg syscall (freebsd-arm64-cgo), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FLOCK = 131 +pkg syscall (freebsd-arm64-cgo), const SYS_FLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FORK = 2 +pkg syscall (freebsd-arm64-cgo), const SYS_FORK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (freebsd-arm64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 189 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 493 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 397 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FSYNC = 95 +pkg syscall (freebsd-arm64-cgo), const SYS_FSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FTRUNCATE = 480 +pkg syscall (freebsd-arm64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FUTIMENS = 546 +pkg syscall (freebsd-arm64-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FUTIMES = 206 +pkg syscall (freebsd-arm64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_FUTIMESAT = 494 +pkg syscall (freebsd-arm64-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETAUDIT = 449 +pkg syscall (freebsd-arm64-cgo), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETAUDIT_ADDR = 451 +pkg syscall (freebsd-arm64-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETAUID = 447 +pkg syscall (freebsd-arm64-cgo), const SYS_GETAUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETCONTEXT = 421 +pkg syscall (freebsd-arm64-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETDENTS = 272 +pkg syscall (freebsd-arm64-cgo), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (freebsd-arm64-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETEGID = 43 +pkg syscall (freebsd-arm64-cgo), const SYS_GETEGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETEUID = 25 +pkg syscall (freebsd-arm64-cgo), const SYS_GETEUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETFH = 161 +pkg syscall (freebsd-arm64-cgo), const SYS_GETFH ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 395 +pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETGID = 47 +pkg syscall (freebsd-arm64-cgo), const SYS_GETGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (freebsd-arm64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETITIMER = 86 +pkg syscall (freebsd-arm64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETLOGIN = 49 +pkg syscall (freebsd-arm64-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETLOGINCLASS = 523 +pkg syscall (freebsd-arm64-cgo), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (freebsd-arm64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETPGID = 207 +pkg syscall (freebsd-arm64-cgo), const SYS_GETPGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETPGRP = 81 +pkg syscall (freebsd-arm64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETPID = 20 +pkg syscall (freebsd-arm64-cgo), const SYS_GETPID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETPPID = 39 +pkg syscall (freebsd-arm64-cgo), const SYS_GETPPID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (freebsd-arm64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETRESGID = 361 +pkg syscall (freebsd-arm64-cgo), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETRESUID = 360 +pkg syscall (freebsd-arm64-cgo), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (freebsd-arm64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (freebsd-arm64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETSID = 310 +pkg syscall (freebsd-arm64-cgo), const SYS_GETSID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (freebsd-arm64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (freebsd-arm64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (freebsd-arm64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GETUID = 24 +pkg syscall (freebsd-arm64-cgo), const SYS_GETUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_GSSD_SYSCALL = 505 +pkg syscall (freebsd-arm64-cgo), const SYS_GSSD_SYSCALL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_IOCTL = 54 +pkg syscall (freebsd-arm64-cgo), const SYS_IOCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_ISSETUGID = 253 +pkg syscall (freebsd-arm64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL = 338 +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_ATTACH = 436 +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_GET = 506 +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_REMOVE = 508 +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_SET = 507 +pkg syscall (freebsd-arm64-cgo), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KENV = 390 +pkg syscall (freebsd-arm64-cgo), const SYS_KENV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KEVENT = 363 +pkg syscall (freebsd-arm64-cgo), const SYS_KEVENT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KILL = 37 +pkg syscall (freebsd-arm64-cgo), const SYS_KILL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDFIND = 306 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDFIRSTMOD = 309 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDLOAD = 304 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDNEXT = 307 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDSTAT = 308 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDSYM = 337 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDUNLOAD = 305 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KLDUNLOADF = 444 +pkg syscall (freebsd-arm64-cgo), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_NOTIFY = 461 +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_NOTIFY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_OPEN = 457 +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_OPEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_SETATTR = 458 +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_SETATTR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_TIMEDRECEIVE = 459 +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_TIMEDRECEIVE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_TIMEDSEND = 460 +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_TIMEDSEND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_UNLINK = 462 +pkg syscall (freebsd-arm64-cgo), const SYS_KMQ_UNLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KQUEUE = 362 +pkg syscall (freebsd-arm64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_CLOSE = 400 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_CLOSE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_DESTROY = 408 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_DESTROY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_GETVALUE = 407 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_GETVALUE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_INIT = 404 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_INIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_OPEN = 405 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_OPEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_POST = 401 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_POST ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_TIMEDWAIT = 441 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_TIMEDWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_TRYWAIT = 403 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_TRYWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_UNLINK = 406 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_UNLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_WAIT = 402 +pkg syscall (freebsd-arm64-cgo), const SYS_KSEM_WAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_CREATE = 235 +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_DELETE = 236 +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_GETOVERRUN = 239 +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_GETTIME = 238 +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_SETTIME = 237 +pkg syscall (freebsd-arm64-cgo), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_KTRACE = 45 +pkg syscall (freebsd-arm64-cgo), const SYS_KTRACE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LCHFLAGS = 391 +pkg syscall (freebsd-arm64-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LCHMOD = 274 +pkg syscall (freebsd-arm64-cgo), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LCHOWN = 254 +pkg syscall (freebsd-arm64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LGETFH = 160 +pkg syscall (freebsd-arm64-cgo), const SYS_LGETFH ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LINK = 9 +pkg syscall (freebsd-arm64-cgo), const SYS_LINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LINKAT = 495 +pkg syscall (freebsd-arm64-cgo), const SYS_LINKAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LIO_LISTIO = 257 +pkg syscall (freebsd-arm64-cgo), const SYS_LIO_LISTIO ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LISTEN = 106 +pkg syscall (freebsd-arm64-cgo), const SYS_LISTEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LPATHCONF = 513 +pkg syscall (freebsd-arm64-cgo), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LSEEK = 478 +pkg syscall (freebsd-arm64-cgo), const SYS_LSEEK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT = 190 +pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_LUTIMES = 276 +pkg syscall (freebsd-arm64-cgo), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MAC_SYSCALL = 394 +pkg syscall (freebsd-arm64-cgo), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MADVISE = 75 +pkg syscall (freebsd-arm64-cgo), const SYS_MADVISE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MINCORE = 78 +pkg syscall (freebsd-arm64-cgo), const SYS_MINCORE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MINHERIT = 250 +pkg syscall (freebsd-arm64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKDIR = 136 +pkg syscall (freebsd-arm64-cgo), const SYS_MKDIR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKDIRAT = 496 +pkg syscall (freebsd-arm64-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKFIFO = 132 +pkg syscall (freebsd-arm64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKFIFOAT = 497 +pkg syscall (freebsd-arm64-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKNOD = 14 +pkg syscall (freebsd-arm64-cgo), const SYS_MKNOD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 498 +pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MLOCK = 203 +pkg syscall (freebsd-arm64-cgo), const SYS_MLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MLOCKALL = 324 +pkg syscall (freebsd-arm64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MMAP = 477 +pkg syscall (freebsd-arm64-cgo), const SYS_MMAP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MODFIND = 303 +pkg syscall (freebsd-arm64-cgo), const SYS_MODFIND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MODFNEXT = 302 +pkg syscall (freebsd-arm64-cgo), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MODNEXT = 300 +pkg syscall (freebsd-arm64-cgo), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MODSTAT = 301 +pkg syscall (freebsd-arm64-cgo), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MOUNT = 21 +pkg syscall (freebsd-arm64-cgo), const SYS_MOUNT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MPROTECT = 74 +pkg syscall (freebsd-arm64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MSGCTL = 511 +pkg syscall (freebsd-arm64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MSGGET = 225 +pkg syscall (freebsd-arm64-cgo), const SYS_MSGGET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MSGRCV = 227 +pkg syscall (freebsd-arm64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MSGSND = 226 +pkg syscall (freebsd-arm64-cgo), const SYS_MSGSND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MSGSYS = 170 +pkg syscall (freebsd-arm64-cgo), const SYS_MSGSYS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MSYNC = 65 +pkg syscall (freebsd-arm64-cgo), const SYS_MSYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (freebsd-arm64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (freebsd-arm64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_MUNMAP = 73 +pkg syscall (freebsd-arm64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NANOSLEEP = 240 +pkg syscall (freebsd-arm64-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NFSSVC = 155 +pkg syscall (freebsd-arm64-cgo), const SYS_NFSSVC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NFSTAT = 279 +pkg syscall (freebsd-arm64-cgo), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NLM_SYSCALL = 154 +pkg syscall (freebsd-arm64-cgo), const SYS_NLM_SYSCALL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NLSTAT = 280 +pkg syscall (freebsd-arm64-cgo), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NMOUNT = 378 +pkg syscall (freebsd-arm64-cgo), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NSTAT = 278 +pkg syscall (freebsd-arm64-cgo), const SYS_NSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NTP_ADJTIME = 176 +pkg syscall (freebsd-arm64-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NTP_GETTIME = 248 +pkg syscall (freebsd-arm64-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NUMA_GETAFFINITY = 548 +pkg syscall (freebsd-arm64-cgo), const SYS_NUMA_GETAFFINITY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_NUMA_SETAFFINITY = 549 +pkg syscall (freebsd-arm64-cgo), const SYS_NUMA_SETAFFINITY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_OBREAK = 17 +pkg syscall (freebsd-arm64-cgo), const SYS_OBREAK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_OPEN = 5 +pkg syscall (freebsd-arm64-cgo), const SYS_OPEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_OPENAT = 499 +pkg syscall (freebsd-arm64-cgo), const SYS_OPENAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_OPENBSD_POLL = 252 +pkg syscall (freebsd-arm64-cgo), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_OVADVISE = 72 +pkg syscall (freebsd-arm64-cgo), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PATHCONF = 191 +pkg syscall (freebsd-arm64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PDFORK = 518 +pkg syscall (freebsd-arm64-cgo), const SYS_PDFORK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PDGETPID = 520 +pkg syscall (freebsd-arm64-cgo), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PDKILL = 519 +pkg syscall (freebsd-arm64-cgo), const SYS_PDKILL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PIPE = 42 +pkg syscall (freebsd-arm64-cgo), const SYS_PIPE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PIPE2 = 542 +pkg syscall (freebsd-arm64-cgo), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_POLL = 209 +pkg syscall (freebsd-arm64-cgo), const SYS_POLL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_POSIX_FADVISE = 531 +pkg syscall (freebsd-arm64-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_POSIX_FALLOCATE = 530 +pkg syscall (freebsd-arm64-cgo), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_POSIX_OPENPT = 504 +pkg syscall (freebsd-arm64-cgo), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PPOLL = 545 +pkg syscall (freebsd-arm64-cgo), const SYS_PPOLL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PREAD = 475 +pkg syscall (freebsd-arm64-cgo), const SYS_PREAD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PREADV = 289 +pkg syscall (freebsd-arm64-cgo), const SYS_PREADV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PROCCTL = 544 +pkg syscall (freebsd-arm64-cgo), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PROFIL = 44 +pkg syscall (freebsd-arm64-cgo), const SYS_PROFIL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PSELECT = 522 +pkg syscall (freebsd-arm64-cgo), const SYS_PSELECT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PTRACE = 26 +pkg syscall (freebsd-arm64-cgo), const SYS_PTRACE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PWRITE = 476 +pkg syscall (freebsd-arm64-cgo), const SYS_PWRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_PWRITEV = 290 +pkg syscall (freebsd-arm64-cgo), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_QUOTACTL = 148 +pkg syscall (freebsd-arm64-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_ADD_RULE = 528 +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_GET_LIMITS = 527 +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_GET_RACCT = 525 +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_GET_RULES = 526 +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_REMOVE_RULE = 529 +pkg syscall (freebsd-arm64-cgo), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_READ = 3 +pkg syscall (freebsd-arm64-cgo), const SYS_READ ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_READLINK = 58 +pkg syscall (freebsd-arm64-cgo), const SYS_READLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_READLINKAT = 500 +pkg syscall (freebsd-arm64-cgo), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_READV = 120 +pkg syscall (freebsd-arm64-cgo), const SYS_READV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_REBOOT = 55 +pkg syscall (freebsd-arm64-cgo), const SYS_REBOOT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RECVFROM = 29 +pkg syscall (freebsd-arm64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RECVMSG = 27 +pkg syscall (freebsd-arm64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RENAME = 128 +pkg syscall (freebsd-arm64-cgo), const SYS_RENAME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RENAMEAT = 501 +pkg syscall (freebsd-arm64-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_REVOKE = 56 +pkg syscall (freebsd-arm64-cgo), const SYS_REVOKE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RFORK = 251 +pkg syscall (freebsd-arm64-cgo), const SYS_RFORK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RMDIR = 137 +pkg syscall (freebsd-arm64-cgo), const SYS_RMDIR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RTPRIO = 166 +pkg syscall (freebsd-arm64-cgo), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_RTPRIO_THREAD = 466 +pkg syscall (freebsd-arm64-cgo), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SBRK = 69 +pkg syscall (freebsd-arm64-cgo), const SYS_SBRK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GETPARAM = 328 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GETSCHEDULER = 330 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_SETPARAM = 327 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_SETSCHEDULER = 329 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_YIELD = 331 +pkg syscall (freebsd-arm64-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474 +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472 +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_PEELOFF = 471 +pkg syscall (freebsd-arm64-cgo), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SELECT = 93 +pkg syscall (freebsd-arm64-cgo), const SYS_SELECT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SEMGET = 221 +pkg syscall (freebsd-arm64-cgo), const SYS_SEMGET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SEMOP = 222 +pkg syscall (freebsd-arm64-cgo), const SYS_SEMOP ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SEMSYS = 169 +pkg syscall (freebsd-arm64-cgo), const SYS_SEMSYS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SENDFILE = 393 +pkg syscall (freebsd-arm64-cgo), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SENDMSG = 28 +pkg syscall (freebsd-arm64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SENDTO = 133 +pkg syscall (freebsd-arm64-cgo), const SYS_SENDTO ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETAUDIT = 450 +pkg syscall (freebsd-arm64-cgo), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETAUDIT_ADDR = 452 +pkg syscall (freebsd-arm64-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETAUID = 448 +pkg syscall (freebsd-arm64-cgo), const SYS_SETAUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETCONTEXT = 422 +pkg syscall (freebsd-arm64-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETEGID = 182 +pkg syscall (freebsd-arm64-cgo), const SYS_SETEGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETEUID = 183 +pkg syscall (freebsd-arm64-cgo), const SYS_SETEUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETFIB = 175 +pkg syscall (freebsd-arm64-cgo), const SYS_SETFIB ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETGID = 181 +pkg syscall (freebsd-arm64-cgo), const SYS_SETGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (freebsd-arm64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETITIMER = 83 +pkg syscall (freebsd-arm64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETLOGIN = 50 +pkg syscall (freebsd-arm64-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETLOGINCLASS = 524 +pkg syscall (freebsd-arm64-cgo), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETPGID = 82 +pkg syscall (freebsd-arm64-cgo), const SYS_SETPGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (freebsd-arm64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETREGID = 127 +pkg syscall (freebsd-arm64-cgo), const SYS_SETREGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETRESGID = 312 +pkg syscall (freebsd-arm64-cgo), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETRESUID = 311 +pkg syscall (freebsd-arm64-cgo), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETREUID = 126 +pkg syscall (freebsd-arm64-cgo), const SYS_SETREUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (freebsd-arm64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETSID = 147 +pkg syscall (freebsd-arm64-cgo), const SYS_SETSID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (freebsd-arm64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (freebsd-arm64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SETUID = 23 +pkg syscall (freebsd-arm64-cgo), const SYS_SETUID ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHM_OPEN = 482 +pkg syscall (freebsd-arm64-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHM_UNLINK = 483 +pkg syscall (freebsd-arm64-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHMAT = 228 +pkg syscall (freebsd-arm64-cgo), const SYS_SHMAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHMCTL = 512 +pkg syscall (freebsd-arm64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHMDT = 230 +pkg syscall (freebsd-arm64-cgo), const SYS_SHMDT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHMGET = 231 +pkg syscall (freebsd-arm64-cgo), const SYS_SHMGET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHMSYS = 171 +pkg syscall (freebsd-arm64-cgo), const SYS_SHMSYS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (freebsd-arm64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGACTION = 416 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGPENDING = 343 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGPROCMASK = 340 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGQUEUE = 456 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGRETURN = 417 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGSUSPEND = 341 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGTIMEDWAIT = 345 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGWAIT = 429 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SIGWAITINFO = 346 +pkg syscall (freebsd-arm64-cgo), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SOCKET = 97 +pkg syscall (freebsd-arm64-cgo), const SYS_SOCKET ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (freebsd-arm64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SSTK = 70 +pkg syscall (freebsd-arm64-cgo), const SYS_SSTK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_STAT = 188 +pkg syscall (freebsd-arm64-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 396 +pkg syscall (freebsd-arm64-cgo), const SYS_STATFS ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SWAPCONTEXT = 423 +pkg syscall (freebsd-arm64-cgo), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SWAPOFF = 424 +pkg syscall (freebsd-arm64-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SWAPON = 85 +pkg syscall (freebsd-arm64-cgo), const SYS_SWAPON ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SYMLINK = 57 +pkg syscall (freebsd-arm64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SYMLINKAT = 502 +pkg syscall (freebsd-arm64-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SYNC = 36 +pkg syscall (freebsd-arm64-cgo), const SYS_SYNC ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_SYSARCH = 165 +pkg syscall (freebsd-arm64-cgo), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_CREATE = 430 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_EXIT = 431 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_KILL = 433 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_KILL2 = 481 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_NEW = 455 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_SELF = 432 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_SET_NAME = 464 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_SUSPEND = 442 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_THR_WAKE = 443 +pkg syscall (freebsd-arm64-cgo), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_TRUNCATE = 479 +pkg syscall (freebsd-arm64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UMASK = 60 +pkg syscall (freebsd-arm64-cgo), const SYS_UMASK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UNDELETE = 205 +pkg syscall (freebsd-arm64-cgo), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UNLINK = 10 +pkg syscall (freebsd-arm64-cgo), const SYS_UNLINK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UNLINKAT = 503 +pkg syscall (freebsd-arm64-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UNMOUNT = 22 +pkg syscall (freebsd-arm64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UTIMENSAT = 547 +pkg syscall (freebsd-arm64-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UTIMES = 138 +pkg syscall (freebsd-arm64-cgo), const SYS_UTIMES ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UTRACE = 335 +pkg syscall (freebsd-arm64-cgo), const SYS_UTRACE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_UUIDGEN = 392 +pkg syscall (freebsd-arm64-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_VFORK = 66 +pkg syscall (freebsd-arm64-cgo), const SYS_VFORK ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_WAIT4 = 7 +pkg syscall (freebsd-arm64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_WAIT6 = 532 +pkg syscall (freebsd-arm64-cgo), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_WRITE = 4 +pkg syscall (freebsd-arm64-cgo), const SYS_WRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_WRITEV = 121 +pkg syscall (freebsd-arm64-cgo), const SYS_WRITEV ideal-int +pkg syscall (freebsd-arm64-cgo), const SYS_YIELD = 321 +pkg syscall (freebsd-arm64-cgo), const SYS_YIELD ideal-int +pkg syscall (freebsd-arm64-cgo), const TCIFLUSH = 1 +pkg syscall (freebsd-arm64-cgo), const TCIFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const TCIOFLUSH = 3 +pkg syscall (freebsd-arm64-cgo), const TCIOFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const TCOFLUSH = 2 +pkg syscall (freebsd-arm64-cgo), const TCOFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_CA_NAME_MAX = 16 +pkg syscall (freebsd-arm64-cgo), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_CONGESTION = 64 +pkg syscall (freebsd-arm64-cgo), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_INFO = 32 +pkg syscall (freebsd-arm64-cgo), const TCP_INFO ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPCNT = 1024 +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPIDLE = 256 +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPINIT = 128 +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPINTVL = 512 +pkg syscall (freebsd-arm64-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAX_SACK = 4 +pkg syscall (freebsd-arm64-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (freebsd-arm64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAXBURST = 4 +pkg syscall (freebsd-arm64-cgo), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAXHLEN = 60 +pkg syscall (freebsd-arm64-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAXOLEN = 40 +pkg syscall (freebsd-arm64-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAXSEG = 2 +pkg syscall (freebsd-arm64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (freebsd-arm64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MD5SIG = 16 +pkg syscall (freebsd-arm64-cgo), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MINMSS = 216 +pkg syscall (freebsd-arm64-cgo), const TCP_MINMSS ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_MSS = 536 +pkg syscall (freebsd-arm64-cgo), const TCP_MSS ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_NOOPT = 8 +pkg syscall (freebsd-arm64-cgo), const TCP_NOOPT ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_NOPUSH = 4 +pkg syscall (freebsd-arm64-cgo), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-arm64-cgo), const TCP_VENDOR ideal-int +pkg syscall (freebsd-arm64-cgo), const TCSAFLUSH = 2 +pkg syscall (freebsd-arm64-cgo), const TCSAFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCCBRK = 536900730 +pkg syscall (freebsd-arm64-cgo), const TIOCCBRK ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCCDTR = 536900728 +pkg syscall (freebsd-arm64-cgo), const TIOCCDTR ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCCONS = 2147775586 +pkg syscall (freebsd-arm64-cgo), const TIOCCONS ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (freebsd-arm64-cgo), const TIOCDRAIN ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCEXCL = 536900621 +pkg syscall (freebsd-arm64-cgo), const TIOCEXCL ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCEXT = 2147775584 +pkg syscall (freebsd-arm64-cgo), const TIOCEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (freebsd-arm64-cgo), const TIOCFLUSH ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (freebsd-arm64-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGETA = 1076655123 +pkg syscall (freebsd-arm64-cgo), const TIOCGETA ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGETD = 1074033690 +pkg syscall (freebsd-arm64-cgo), const TIOCGETD ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (freebsd-arm64-cgo), const TIOCGPGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGPTN = 1074033679 +pkg syscall (freebsd-arm64-cgo), const TIOCGPTN ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGSID = 1074033763 +pkg syscall (freebsd-arm64-cgo), const TIOCGSID ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (freebsd-arm64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_CAR = 64 +pkg syscall (freebsd-arm64-cgo), const TIOCM_CAR ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_CD = 64 +pkg syscall (freebsd-arm64-cgo), const TIOCM_CD ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_CTS = 32 +pkg syscall (freebsd-arm64-cgo), const TIOCM_CTS ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_DCD = 64 +pkg syscall (freebsd-arm64-cgo), const TIOCM_DCD ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_DSR = 256 +pkg syscall (freebsd-arm64-cgo), const TIOCM_DSR ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_DTR = 2 +pkg syscall (freebsd-arm64-cgo), const TIOCM_DTR ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_LE = 1 +pkg syscall (freebsd-arm64-cgo), const TIOCM_LE ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_RI = 128 +pkg syscall (freebsd-arm64-cgo), const TIOCM_RI ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_RNG = 128 +pkg syscall (freebsd-arm64-cgo), const TIOCM_RNG ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_RTS = 4 +pkg syscall (freebsd-arm64-cgo), const TIOCM_RTS ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_SR = 16 +pkg syscall (freebsd-arm64-cgo), const TIOCM_SR ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCM_ST = 8 +pkg syscall (freebsd-arm64-cgo), const TIOCM_ST ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (freebsd-arm64-cgo), const TIOCMBIC ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (freebsd-arm64-cgo), const TIOCMBIS ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (freebsd-arm64-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCMGET = 1074033770 +pkg syscall (freebsd-arm64-cgo), const TIOCMGET ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (freebsd-arm64-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCMSET = 2147775597 +pkg syscall (freebsd-arm64-cgo), const TIOCMSET ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (freebsd-arm64-cgo), const TIOCNOTTY ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCNXCL = 536900622 +pkg syscall (freebsd-arm64-cgo), const TIOCNXCL ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (freebsd-arm64-cgo), const TIOCOUTQ ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT = 2147775600 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_START = 8 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_START ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (freebsd-arm64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCPTMASTER = 536900636 +pkg syscall (freebsd-arm64-cgo), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSBRK = 536900731 +pkg syscall (freebsd-arm64-cgo), const TIOCSBRK ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (freebsd-arm64-cgo), const TIOCSCTTY ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (freebsd-arm64-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSDTR = 536900729 +pkg syscall (freebsd-arm64-cgo), const TIOCSDTR ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSETA = 2150396948 +pkg syscall (freebsd-arm64-cgo), const TIOCSETA ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSETAF = 2150396950 +pkg syscall (freebsd-arm64-cgo), const TIOCSETAF ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSETAW = 2150396949 +pkg syscall (freebsd-arm64-cgo), const TIOCSETAW ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSETD = 2147775515 +pkg syscall (freebsd-arm64-cgo), const TIOCSETD ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSIG = 537162847 +pkg syscall (freebsd-arm64-cgo), const TIOCSIG ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (freebsd-arm64-cgo), const TIOCSPGRP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSTART = 536900718 +pkg syscall (freebsd-arm64-cgo), const TIOCSTART ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSTAT = 536900709 +pkg syscall (freebsd-arm64-cgo), const TIOCSTAT ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSTI = 2147578994 +pkg syscall (freebsd-arm64-cgo), const TIOCSTI ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSTOP = 536900719 +pkg syscall (freebsd-arm64-cgo), const TIOCSTOP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (freebsd-arm64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCTIMESTAMP = 1074820185 +pkg syscall (freebsd-arm64-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-arm64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (freebsd-arm64-cgo), const TIOCUCNTL ideal-int +pkg syscall (freebsd-arm64-cgo), const TOSTOP = 4194304 +pkg syscall (freebsd-arm64-cgo), const TOSTOP ideal-int +pkg syscall (freebsd-arm64-cgo), const VDISCARD = 15 +pkg syscall (freebsd-arm64-cgo), const VDISCARD ideal-int +pkg syscall (freebsd-arm64-cgo), const VDSUSP = 11 +pkg syscall (freebsd-arm64-cgo), const VDSUSP ideal-int +pkg syscall (freebsd-arm64-cgo), const VEOF = 0 +pkg syscall (freebsd-arm64-cgo), const VEOF ideal-int +pkg syscall (freebsd-arm64-cgo), const VEOL = 1 +pkg syscall (freebsd-arm64-cgo), const VEOL ideal-int +pkg syscall (freebsd-arm64-cgo), const VEOL2 = 2 +pkg syscall (freebsd-arm64-cgo), const VEOL2 ideal-int +pkg syscall (freebsd-arm64-cgo), const VERASE = 3 +pkg syscall (freebsd-arm64-cgo), const VERASE ideal-int +pkg syscall (freebsd-arm64-cgo), const VERASE2 = 7 +pkg syscall (freebsd-arm64-cgo), const VERASE2 ideal-int +pkg syscall (freebsd-arm64-cgo), const VINTR = 8 +pkg syscall (freebsd-arm64-cgo), const VINTR ideal-int +pkg syscall (freebsd-arm64-cgo), const VKILL = 5 +pkg syscall (freebsd-arm64-cgo), const VKILL ideal-int +pkg syscall (freebsd-arm64-cgo), const VLNEXT = 14 +pkg syscall (freebsd-arm64-cgo), const VLNEXT ideal-int +pkg syscall (freebsd-arm64-cgo), const VMIN = 16 +pkg syscall (freebsd-arm64-cgo), const VMIN ideal-int +pkg syscall (freebsd-arm64-cgo), const VQUIT = 9 +pkg syscall (freebsd-arm64-cgo), const VQUIT ideal-int +pkg syscall (freebsd-arm64-cgo), const VREPRINT = 6 +pkg syscall (freebsd-arm64-cgo), const VREPRINT ideal-int +pkg syscall (freebsd-arm64-cgo), const VSTART = 12 +pkg syscall (freebsd-arm64-cgo), const VSTART ideal-int +pkg syscall (freebsd-arm64-cgo), const VSTATUS = 18 +pkg syscall (freebsd-arm64-cgo), const VSTATUS ideal-int +pkg syscall (freebsd-arm64-cgo), const VSTOP = 13 +pkg syscall (freebsd-arm64-cgo), const VSTOP ideal-int +pkg syscall (freebsd-arm64-cgo), const VSUSP = 10 +pkg syscall (freebsd-arm64-cgo), const VSUSP ideal-int +pkg syscall (freebsd-arm64-cgo), const VTIME = 17 +pkg syscall (freebsd-arm64-cgo), const VTIME ideal-int +pkg syscall (freebsd-arm64-cgo), const VWERASE = 4 +pkg syscall (freebsd-arm64-cgo), const VWERASE ideal-int +pkg syscall (freebsd-arm64-cgo), const WCONTINUED = 4 +pkg syscall (freebsd-arm64-cgo), const WCONTINUED ideal-int +pkg syscall (freebsd-arm64-cgo), const WCOREFLAG = 128 +pkg syscall (freebsd-arm64-cgo), const WCOREFLAG ideal-int +pkg syscall (freebsd-arm64-cgo), const WEXITED = 16 +pkg syscall (freebsd-arm64-cgo), const WEXITED ideal-int +pkg syscall (freebsd-arm64-cgo), const WLINUXCLONE = 2147483648 +pkg syscall (freebsd-arm64-cgo), const WLINUXCLONE ideal-int +pkg syscall (freebsd-arm64-cgo), const WNOHANG = 1 +pkg syscall (freebsd-arm64-cgo), const WNOHANG ideal-int +pkg syscall (freebsd-arm64-cgo), const WNOWAIT = 8 +pkg syscall (freebsd-arm64-cgo), const WNOWAIT ideal-int +pkg syscall (freebsd-arm64-cgo), const WSTOPPED = 2 +pkg syscall (freebsd-arm64-cgo), const WSTOPPED ideal-int +pkg syscall (freebsd-arm64-cgo), const WTRAPPED = 32 +pkg syscall (freebsd-arm64-cgo), const WTRAPPED ideal-int +pkg syscall (freebsd-arm64-cgo), const WUNTRACED = 2 +pkg syscall (freebsd-arm64-cgo), const WUNTRACED ideal-int +pkg syscall (freebsd-arm64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func Access(string, uint32) error +pkg syscall (freebsd-arm64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-arm64-cgo), func Bind(int, Sockaddr) error +pkg syscall (freebsd-arm64-cgo), func BpfBuflen //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-arm64-cgo), func BpfDatalink //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-arm64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-arm64-cgo), func BpfInterface //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-arm64-cgo), func BpfJump //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-arm64-cgo), func BpfStats //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-arm64-cgo), func BpfStmt //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-arm64-cgo), func BpfTimeout //deprecated +pkg syscall (freebsd-arm64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-arm64-cgo), func CheckBpfVersion //deprecated +pkg syscall (freebsd-arm64-cgo), func CheckBpfVersion(int) error +pkg syscall (freebsd-arm64-cgo), func Chflags(string, int) error +pkg syscall (freebsd-arm64-cgo), func Chroot(string) error +pkg syscall (freebsd-arm64-cgo), func Close(int) error +pkg syscall (freebsd-arm64-cgo), func CloseOnExec(int) +pkg syscall (freebsd-arm64-cgo), func CmsgLen(int) int +pkg syscall (freebsd-arm64-cgo), func CmsgSpace(int) int +pkg syscall (freebsd-arm64-cgo), func Connect(int, Sockaddr) error +pkg syscall (freebsd-arm64-cgo), func Dup(int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Dup2(int, int) error +pkg syscall (freebsd-arm64-cgo), func Fchdir(int) error +pkg syscall (freebsd-arm64-cgo), func Fchflags(int, int) error +pkg syscall (freebsd-arm64-cgo), func Fchmod(int, uint32) error +pkg syscall (freebsd-arm64-cgo), func Fchown(int, int, int) error +pkg syscall (freebsd-arm64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-arm64-cgo), func Flock(int, int) error +pkg syscall (freebsd-arm64-cgo), func FlushBpf //deprecated +pkg syscall (freebsd-arm64-cgo), func FlushBpf(int) error +pkg syscall (freebsd-arm64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-arm64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-arm64-cgo), func Fstatat(int, string, *Stat_t, int) error +pkg syscall (freebsd-arm64-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-arm64-cgo), func Fsync(int) error +pkg syscall (freebsd-arm64-cgo), func Ftruncate(int, int64) error +pkg syscall (freebsd-arm64-cgo), func Futimes(int, []Timeval) error +pkg syscall (freebsd-arm64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-arm64-cgo), func Getdtablesize() int +pkg syscall (freebsd-arm64-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func Getpgid(int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Getpgrp() int +pkg syscall (freebsd-arm64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-arm64-cgo), func Getsid(int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-arm64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-arm64-cgo), func Issetugid() bool +pkg syscall (freebsd-arm64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-arm64-cgo), func Kill(int, Signal) error +pkg syscall (freebsd-arm64-cgo), func Kqueue() (int, error) +pkg syscall (freebsd-arm64-cgo), func Listen(int, int) error +pkg syscall (freebsd-arm64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-arm64-cgo), func Mkfifo(string, uint32) error +pkg syscall (freebsd-arm64-cgo), func Mknod(string, uint32, uint64) error +pkg syscall (freebsd-arm64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-arm64-cgo), func Munmap([]uint8) error +pkg syscall (freebsd-arm64-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-arm64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-arm64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-arm64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-arm64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-arm64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-arm64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-arm64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-arm64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Pipe([]int) error +pkg syscall (freebsd-arm64-cgo), func Pipe2([]int, int) error +pkg syscall (freebsd-arm64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-arm64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-arm64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-arm64-cgo), func Revoke(string) error +pkg syscall (freebsd-arm64-cgo), func RouteRIB //deprecated +pkg syscall (freebsd-arm64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-arm64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-arm64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-arm64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-arm64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-arm64-cgo), func SetBpf //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-arm64-cgo), func SetBpfBuflen //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func SetBpfDatalink //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-arm64-cgo), func SetBpfImmediate //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-arm64-cgo), func SetBpfInterface //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfInterface(int, string) error +pkg syscall (freebsd-arm64-cgo), func SetBpfPromisc //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-arm64-cgo), func SetBpfTimeout //deprecated +pkg syscall (freebsd-arm64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-arm64-cgo), func Setegid(int) error +pkg syscall (freebsd-arm64-cgo), func Seteuid(int) error +pkg syscall (freebsd-arm64-cgo), func Setgid(int) error +pkg syscall (freebsd-arm64-cgo), func Setgroups([]int) error +pkg syscall (freebsd-arm64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-arm64-cgo), func Setlogin(string) error +pkg syscall (freebsd-arm64-cgo), func SetNonblock(int, bool) error +pkg syscall (freebsd-arm64-cgo), func Setpgid(int, int) error +pkg syscall (freebsd-arm64-cgo), func Setpriority(int, int, int) error +pkg syscall (freebsd-arm64-cgo), func Setregid(int, int) error +pkg syscall (freebsd-arm64-cgo), func Setreuid(int, int) error +pkg syscall (freebsd-arm64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm64-cgo), func Setsid() (int, error) +pkg syscall (freebsd-arm64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-arm64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-arm64-cgo), func Settimeofday(*Timeval) error +pkg syscall (freebsd-arm64-cgo), func Setuid(int) error +pkg syscall (freebsd-arm64-cgo), func Shutdown(int, int) error +pkg syscall (freebsd-arm64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-arm64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-arm64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-arm64-cgo), func Stat(string, *Stat_t) error +pkg syscall (freebsd-arm64-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-arm64-cgo), func StringSlicePtr //deprecated +pkg syscall (freebsd-arm64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-arm64-cgo), func Sync() error +pkg syscall (freebsd-arm64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm64-cgo), func Sysctl(string) (string, error) +pkg syscall (freebsd-arm64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-arm64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-arm64-cgo), func Truncate(string, int64) error +pkg syscall (freebsd-arm64-cgo), func Umask(int) int +pkg syscall (freebsd-arm64-cgo), func Undelete(string) error +pkg syscall (freebsd-arm64-cgo), func UnixRights(...int) []uint8 +pkg syscall (freebsd-arm64-cgo), func Unmount(string, int) error +pkg syscall (freebsd-arm64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-arm64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-arm64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-arm64-cgo), method (*Iovec) SetLen(int) +pkg syscall (freebsd-arm64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-arm64-cgo), type BpfHdr struct +pkg syscall (freebsd-arm64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-arm64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-arm64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-arm64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (freebsd-arm64-cgo), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-arm64-cgo), type BpfInsn struct +pkg syscall (freebsd-arm64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-arm64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-arm64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-arm64-cgo), type BpfInsn struct, K uint32 +pkg syscall (freebsd-arm64-cgo), type BpfProgram struct +pkg syscall (freebsd-arm64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-arm64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-arm64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm64-cgo), type BpfStat struct +pkg syscall (freebsd-arm64-cgo), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-arm64-cgo), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-arm64-cgo), type BpfVersion struct +pkg syscall (freebsd-arm64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-arm64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-arm64-cgo), type BpfZbuf struct +pkg syscall (freebsd-arm64-cgo), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-arm64-cgo), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-arm64-cgo), type BpfZbuf struct, Buflen uint64 +pkg syscall (freebsd-arm64-cgo), type BpfZbufHeader struct +pkg syscall (freebsd-arm64-cgo), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-arm64-cgo), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-arm64-cgo), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-arm64-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-arm64-cgo), type Cmsghdr struct +pkg syscall (freebsd-arm64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-arm64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-arm64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-arm64-cgo), type Credential struct +pkg syscall (freebsd-arm64-cgo), type Credential struct, Gid uint32 +pkg syscall (freebsd-arm64-cgo), type Credential struct, Groups []uint32 +pkg syscall (freebsd-arm64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-arm64-cgo), type Credential struct, Uid uint32 +pkg syscall (freebsd-arm64-cgo), type Dirent struct +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Fileno uint64 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Namlen uint16 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Off int64 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Pad0 uint8 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Pad1 uint16 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-arm64-cgo), type Dirent struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type FdSet struct +pkg syscall (freebsd-arm64-cgo), type FdSet struct, X__fds_bits [16]uint64 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Len int64 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Pid int32 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Start int64 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Type int16 +pkg syscall (freebsd-arm64-cgo), type Flock_t struct, Whence int16 +pkg syscall (freebsd-arm64-cgo), type Fsid struct +pkg syscall (freebsd-arm64-cgo), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-arm64-cgo), type ICMPv6Filter struct +pkg syscall (freebsd-arm64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-arm64-cgo), type IfData struct +pkg syscall (freebsd-arm64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Baudrate uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Collisions uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Datalen uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Epoch int64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Hwassist uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Ibytes uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Ierrors uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Imcasts uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Ipackets uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-arm64-cgo), type IfData struct, Link_state uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Metric uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Mtu uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Noproto uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Obytes uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Oerrors uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Omcasts uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Opackets uint64 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Physical uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-arm64-cgo), type IfData struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64-cgo), type Inet6Pktinfo struct +pkg syscall (freebsd-arm64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-arm64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-arm64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-arm64-cgo), type InterfaceAddrMessage struct +pkg syscall (freebsd-arm64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-arm64-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-arm64-cgo), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-arm64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-arm64-cgo), type InterfaceMessage //deprecated +pkg syscall (freebsd-arm64-cgo), type InterfaceMessage struct +pkg syscall (freebsd-arm64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-arm64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-arm64-cgo), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-arm64-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-arm64-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm64-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-arm64-cgo), type Iovec struct +pkg syscall (freebsd-arm64-cgo), type Iovec struct, Base *uint8 +pkg syscall (freebsd-arm64-cgo), type Iovec struct, Len uint64 +pkg syscall (freebsd-arm64-cgo), type IPMreqn struct +pkg syscall (freebsd-arm64-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-arm64-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-arm64-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-arm64-cgo), type IPv6MTUInfo struct +pkg syscall (freebsd-arm64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-arm64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct, Data int64 +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (freebsd-arm64-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Flags int32 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-arm64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-arm64-cgo), type Rlimit struct +pkg syscall (freebsd-arm64-cgo), type Rlimit struct, Cur int64 +pkg syscall (freebsd-arm64-cgo), type Rlimit struct, Max int64 +pkg syscall (freebsd-arm64-cgo), type RouteMessage //deprecated +pkg syscall (freebsd-arm64-cgo), type RouteMessage struct +pkg syscall (freebsd-arm64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-arm64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-arm64-cgo), type RoutingMessage //deprecated +pkg syscall (freebsd-arm64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Expire uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Filler [3]uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Hopcount uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Locks uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Mtu uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Pksent uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Recvpipe uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Rtt uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Rttvar uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Sendpipe uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Ssthresh uint64 +pkg syscall (freebsd-arm64-cgo), type RtMetrics struct, Weight uint64 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Inits uint64 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Idrss int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Inblock int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Isrss int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Majflt int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Minflt int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Nswap int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Oublock int64 +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Stime Timeval +pkg syscall (freebsd-arm64-cgo), type Rusage struct, Utime Timeval +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm64-cgo), type SocketControlMessage struct +pkg syscall (freebsd-arm64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-arm64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-arm64-cgo), type Stat_t struct +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Blksize int32 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Dev uint64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Gen uint64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Nlink uint64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Padding0 int16 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Padding1 int32 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Size int64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-arm64-cgo), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-arm64-cgo), type Termios struct +pkg syscall (freebsd-arm64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-arm64-cgo), type Termios struct, Cflag uint32 +pkg syscall (freebsd-arm64-cgo), type Termios struct, Iflag uint32 +pkg syscall (freebsd-arm64-cgo), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-arm64-cgo), type Termios struct, Lflag uint32 +pkg syscall (freebsd-arm64-cgo), type Termios struct, Oflag uint32 +pkg syscall (freebsd-arm64-cgo), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-arm64-cgo), type Timespec struct, Nsec int64 +pkg syscall (freebsd-arm64-cgo), type Timespec struct, Sec int64 +pkg syscall (freebsd-arm64-cgo), type Timeval struct, Sec int64 +pkg syscall (freebsd-arm64-cgo), type Timeval struct, Usec int64 +pkg syscall (freebsd-arm64-cgo), type WaitStatus uint32 +pkg syscall (freebsd-arm64-cgo), var Stderr int +pkg syscall (freebsd-arm64-cgo), var Stdin int +pkg syscall (freebsd-arm64-cgo), var Stdout int diff --git a/go/api/go1.15.txt b/go/api/go1.15.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd90506eba46b6190af200ee410f822f5f3aa170 --- /dev/null +++ b/go/api/go1.15.txt @@ -0,0 +1,130 @@ +pkg bufio, var ErrBadReadCount error +pkg crypto, method (Hash) String() string +pkg crypto/ecdsa, func SignASN1(io.Reader, *PrivateKey, []uint8) ([]uint8, error) +pkg crypto/ecdsa, func VerifyASN1(*PublicKey, []uint8, []uint8) bool +pkg crypto/ecdsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool +pkg crypto/ecdsa, method (*PublicKey) Equal(crypto.PublicKey) bool +pkg crypto/ed25519, method (PrivateKey) Equal(crypto.PrivateKey) bool +pkg crypto/ed25519, method (PublicKey) Equal(crypto.PublicKey) bool +pkg crypto/elliptic, func MarshalCompressed(Curve, *big.Int, *big.Int) []uint8 +pkg crypto/elliptic, func UnmarshalCompressed(Curve, []uint8) (*big.Int, *big.Int) +pkg crypto/rsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool +pkg crypto/rsa, method (*PublicKey) Equal(crypto.PublicKey) bool +pkg crypto/tls, method (*Dialer) Dial(string, string) (net.Conn, error) +pkg crypto/tls, method (*Dialer) DialContext(context.Context, string, string) (net.Conn, error) +pkg crypto/tls, method (ClientAuthType) String() string +pkg crypto/tls, method (CurveID) String() string +pkg crypto/tls, method (SignatureScheme) String() string +pkg crypto/tls, type Config struct, VerifyConnection func(ConnectionState) error +pkg crypto/tls, type Dialer struct +pkg crypto/tls, type Dialer struct, Config *Config +pkg crypto/tls, type Dialer struct, NetDialer *net.Dialer +pkg crypto/x509, func CreateRevocationList(io.Reader, *RevocationList, *Certificate, crypto.Signer) ([]uint8, error) +pkg crypto/x509, type RevocationList struct +pkg crypto/x509, type RevocationList struct, ExtraExtensions []pkix.Extension +pkg crypto/x509, type RevocationList struct, NextUpdate time.Time +pkg crypto/x509, type RevocationList struct, Number *big.Int +pkg crypto/x509, type RevocationList struct, RevokedCertificates []pkix.RevokedCertificate +pkg crypto/x509, type RevocationList struct, SignatureAlgorithm SignatureAlgorithm +pkg crypto/x509, type RevocationList struct, ThisUpdate time.Time +pkg database/sql, method (*DB) SetConnMaxIdleTime(time.Duration) +pkg database/sql, method (*Row) Err() error +pkg database/sql, type DBStats struct, MaxIdleTimeClosed int64 +pkg database/sql/driver, type Validator interface { IsValid } +pkg database/sql/driver, type Validator interface, IsValid() bool +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_APPCONTAINER = 4096 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_APPCONTAINER ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE = 64 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY = 128 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_GUARD_CF = 16384 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_GUARD_CF ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA = 32 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_BIND = 2048 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_BIND ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_ISOLATION = 512 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_ISOLATION ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_SEH = 1024 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_SEH ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NX_COMPAT = 256 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NX_COMPAT ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE = 32768 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE ideal-int +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_WDM_DRIVER = 8192 +pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_WDM_DRIVER ideal-int +pkg debug/pe, const IMAGE_FILE_32BIT_MACHINE = 256 +pkg debug/pe, const IMAGE_FILE_32BIT_MACHINE ideal-int +pkg debug/pe, const IMAGE_FILE_AGGRESIVE_WS_TRIM = 16 +pkg debug/pe, const IMAGE_FILE_AGGRESIVE_WS_TRIM ideal-int +pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_HI = 32768 +pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_HI ideal-int +pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_LO = 128 +pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_LO ideal-int +pkg debug/pe, const IMAGE_FILE_DEBUG_STRIPPED = 512 +pkg debug/pe, const IMAGE_FILE_DEBUG_STRIPPED ideal-int +pkg debug/pe, const IMAGE_FILE_DLL = 8192 +pkg debug/pe, const IMAGE_FILE_DLL ideal-int +pkg debug/pe, const IMAGE_FILE_EXECUTABLE_IMAGE = 2 +pkg debug/pe, const IMAGE_FILE_EXECUTABLE_IMAGE ideal-int +pkg debug/pe, const IMAGE_FILE_LARGE_ADDRESS_AWARE = 32 +pkg debug/pe, const IMAGE_FILE_LARGE_ADDRESS_AWARE ideal-int +pkg debug/pe, const IMAGE_FILE_LINE_NUMS_STRIPPED = 4 +pkg debug/pe, const IMAGE_FILE_LINE_NUMS_STRIPPED ideal-int +pkg debug/pe, const IMAGE_FILE_LOCAL_SYMS_STRIPPED = 8 +pkg debug/pe, const IMAGE_FILE_LOCAL_SYMS_STRIPPED ideal-int +pkg debug/pe, const IMAGE_FILE_NET_RUN_FROM_SWAP = 2048 +pkg debug/pe, const IMAGE_FILE_NET_RUN_FROM_SWAP ideal-int +pkg debug/pe, const IMAGE_FILE_RELOCS_STRIPPED = 1 +pkg debug/pe, const IMAGE_FILE_RELOCS_STRIPPED ideal-int +pkg debug/pe, const IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 1024 +pkg debug/pe, const IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP ideal-int +pkg debug/pe, const IMAGE_FILE_SYSTEM = 4096 +pkg debug/pe, const IMAGE_FILE_SYSTEM ideal-int +pkg debug/pe, const IMAGE_FILE_UP_SYSTEM_ONLY = 16384 +pkg debug/pe, const IMAGE_FILE_UP_SYSTEM_ONLY ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_APPLICATION = 10 +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_APPLICATION ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER = 11 +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_ROM = 13 +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_ROM ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER = 12 +pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE = 1 +pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE_WINDOWS = 8 +pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE_WINDOWS ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_OS2_CUI = 5 +pkg debug/pe, const IMAGE_SUBSYSTEM_OS2_CUI ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_POSIX_CUI = 7 +pkg debug/pe, const IMAGE_SUBSYSTEM_POSIX_CUI ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_UNKNOWN = 0 +pkg debug/pe, const IMAGE_SUBSYSTEM_UNKNOWN ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION = 16 +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9 +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CE_GUI ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CUI = 3 +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CUI ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_GUI = 2 +pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_GUI ideal-int +pkg debug/pe, const IMAGE_SUBSYSTEM_XBOX = 14 +pkg debug/pe, const IMAGE_SUBSYSTEM_XBOX ideal-int +pkg math/big, method (*Int) FillBytes([]uint8) []uint8 +pkg net, method (*Resolver) LookupIP(context.Context, string, string) ([]IP, error) +pkg net/url, method (*URL) EscapedFragment() string +pkg net/url, method (*URL) Redacted() string +pkg net/url, type URL struct, RawFragment string +pkg os, method (*File) ReadFrom(io.Reader) (int64, error) +pkg os, var ErrDeadlineExceeded error +pkg regexp, method (*Regexp) SubexpIndex(string) int +pkg strconv, func FormatComplex(complex128, uint8, int, int) string +pkg strconv, func ParseComplex(string, int) (complex128, error) +pkg sync, method (*Map) LoadAndDelete(interface{}) (interface{}, bool) +pkg testing, method (*B) TempDir() string +pkg testing, method (*T) Deadline() (time.Time, bool) +pkg testing, method (*T) TempDir() string +pkg testing, type TB interface, TempDir() string +pkg time, method (*Ticker) Reset(Duration) diff --git a/go/api/go1.16.txt b/go/api/go1.16.txt new file mode 100644 index 0000000000000000000000000000000000000000..e12a050939a3740ee068af779ff198d16f7fb085 --- /dev/null +++ b/go/api/go1.16.txt @@ -0,0 +1,8527 @@ +pkg archive/zip, method (*ReadCloser) Open(string) (fs.File, error) +pkg archive/zip, method (*Reader) Open(string) (fs.File, error) +pkg crypto/x509, method (SystemRootsError) Unwrap() error +pkg debug/elf, const DT_ADDRRNGHI = 1879047935 +pkg debug/elf, const DT_ADDRRNGHI DynTag +pkg debug/elf, const DT_ADDRRNGLO = 1879047680 +pkg debug/elf, const DT_ADDRRNGLO DynTag +pkg debug/elf, const DT_AUDIT = 1879047932 +pkg debug/elf, const DT_AUDIT DynTag +pkg debug/elf, const DT_AUXILIARY = 2147483645 +pkg debug/elf, const DT_AUXILIARY DynTag +pkg debug/elf, const DT_CHECKSUM = 1879047672 +pkg debug/elf, const DT_CHECKSUM DynTag +pkg debug/elf, const DT_CONFIG = 1879047930 +pkg debug/elf, const DT_CONFIG DynTag +pkg debug/elf, const DT_DEPAUDIT = 1879047931 +pkg debug/elf, const DT_DEPAUDIT DynTag +pkg debug/elf, const DT_FEATURE = 1879047676 +pkg debug/elf, const DT_FEATURE DynTag +pkg debug/elf, const DT_FILTER = 2147483647 +pkg debug/elf, const DT_FILTER DynTag +pkg debug/elf, const DT_FLAGS_1 = 1879048187 +pkg debug/elf, const DT_FLAGS_1 DynTag +pkg debug/elf, const DT_GNU_CONFLICT = 1879047928 +pkg debug/elf, const DT_GNU_CONFLICT DynTag +pkg debug/elf, const DT_GNU_CONFLICTSZ = 1879047670 +pkg debug/elf, const DT_GNU_CONFLICTSZ DynTag +pkg debug/elf, const DT_GNU_HASH = 1879047925 +pkg debug/elf, const DT_GNU_HASH DynTag +pkg debug/elf, const DT_GNU_LIBLIST = 1879047929 +pkg debug/elf, const DT_GNU_LIBLIST DynTag +pkg debug/elf, const DT_GNU_LIBLISTSZ = 1879047671 +pkg debug/elf, const DT_GNU_LIBLISTSZ DynTag +pkg debug/elf, const DT_GNU_PRELINKED = 1879047669 +pkg debug/elf, const DT_GNU_PRELINKED DynTag +pkg debug/elf, const DT_MIPS_AUX_DYNAMIC = 1879048241 +pkg debug/elf, const DT_MIPS_AUX_DYNAMIC DynTag +pkg debug/elf, const DT_MIPS_BASE_ADDRESS = 1879048198 +pkg debug/elf, const DT_MIPS_BASE_ADDRESS DynTag +pkg debug/elf, const DT_MIPS_COMPACT_SIZE = 1879048239 +pkg debug/elf, const DT_MIPS_COMPACT_SIZE DynTag +pkg debug/elf, const DT_MIPS_CONFLICT = 1879048200 +pkg debug/elf, const DT_MIPS_CONFLICT DynTag +pkg debug/elf, const DT_MIPS_CONFLICTNO = 1879048203 +pkg debug/elf, const DT_MIPS_CONFLICTNO DynTag +pkg debug/elf, const DT_MIPS_CXX_FLAGS = 1879048226 +pkg debug/elf, const DT_MIPS_CXX_FLAGS DynTag +pkg debug/elf, const DT_MIPS_DELTA_CLASS = 1879048215 +pkg debug/elf, const DT_MIPS_DELTA_CLASS DynTag +pkg debug/elf, const DT_MIPS_DELTA_CLASSSYM = 1879048224 +pkg debug/elf, const DT_MIPS_DELTA_CLASSSYM DynTag +pkg debug/elf, const DT_MIPS_DELTA_CLASSSYM_NO = 1879048225 +pkg debug/elf, const DT_MIPS_DELTA_CLASSSYM_NO DynTag +pkg debug/elf, const DT_MIPS_DELTA_CLASS_NO = 1879048216 +pkg debug/elf, const DT_MIPS_DELTA_CLASS_NO DynTag +pkg debug/elf, const DT_MIPS_DELTA_INSTANCE = 1879048217 +pkg debug/elf, const DT_MIPS_DELTA_INSTANCE DynTag +pkg debug/elf, const DT_MIPS_DELTA_INSTANCE_NO = 1879048218 +pkg debug/elf, const DT_MIPS_DELTA_INSTANCE_NO DynTag +pkg debug/elf, const DT_MIPS_DELTA_RELOC = 1879048219 +pkg debug/elf, const DT_MIPS_DELTA_RELOC DynTag +pkg debug/elf, const DT_MIPS_DELTA_RELOC_NO = 1879048220 +pkg debug/elf, const DT_MIPS_DELTA_RELOC_NO DynTag +pkg debug/elf, const DT_MIPS_DELTA_SYM = 1879048221 +pkg debug/elf, const DT_MIPS_DELTA_SYM DynTag +pkg debug/elf, const DT_MIPS_DELTA_SYM_NO = 1879048222 +pkg debug/elf, const DT_MIPS_DELTA_SYM_NO DynTag +pkg debug/elf, const DT_MIPS_DYNSTR_ALIGN = 1879048235 +pkg debug/elf, const DT_MIPS_DYNSTR_ALIGN DynTag +pkg debug/elf, const DT_MIPS_FLAGS = 1879048197 +pkg debug/elf, const DT_MIPS_FLAGS DynTag +pkg debug/elf, const DT_MIPS_GOTSYM = 1879048211 +pkg debug/elf, const DT_MIPS_GOTSYM DynTag +pkg debug/elf, const DT_MIPS_GP_VALUE = 1879048240 +pkg debug/elf, const DT_MIPS_GP_VALUE DynTag +pkg debug/elf, const DT_MIPS_HIDDEN_GOTIDX = 1879048231 +pkg debug/elf, const DT_MIPS_HIDDEN_GOTIDX DynTag +pkg debug/elf, const DT_MIPS_HIPAGENO = 1879048212 +pkg debug/elf, const DT_MIPS_HIPAGENO DynTag +pkg debug/elf, const DT_MIPS_ICHECKSUM = 1879048195 +pkg debug/elf, const DT_MIPS_ICHECKSUM DynTag +pkg debug/elf, const DT_MIPS_INTERFACE = 1879048234 +pkg debug/elf, const DT_MIPS_INTERFACE DynTag +pkg debug/elf, const DT_MIPS_INTERFACE_SIZE = 1879048236 +pkg debug/elf, const DT_MIPS_INTERFACE_SIZE DynTag +pkg debug/elf, const DT_MIPS_IVERSION = 1879048196 +pkg debug/elf, const DT_MIPS_IVERSION DynTag +pkg debug/elf, const DT_MIPS_LIBLIST = 1879048201 +pkg debug/elf, const DT_MIPS_LIBLIST DynTag +pkg debug/elf, const DT_MIPS_LIBLISTNO = 1879048208 +pkg debug/elf, const DT_MIPS_LIBLISTNO DynTag +pkg debug/elf, const DT_MIPS_LOCALPAGE_GOTIDX = 1879048229 +pkg debug/elf, const DT_MIPS_LOCALPAGE_GOTIDX DynTag +pkg debug/elf, const DT_MIPS_LOCAL_GOTIDX = 1879048230 +pkg debug/elf, const DT_MIPS_LOCAL_GOTIDX DynTag +pkg debug/elf, const DT_MIPS_LOCAL_GOTNO = 1879048202 +pkg debug/elf, const DT_MIPS_LOCAL_GOTNO DynTag +pkg debug/elf, const DT_MIPS_MSYM = 1879048199 +pkg debug/elf, const DT_MIPS_MSYM DynTag +pkg debug/elf, const DT_MIPS_OPTIONS = 1879048233 +pkg debug/elf, const DT_MIPS_OPTIONS DynTag +pkg debug/elf, const DT_MIPS_PERF_SUFFIX = 1879048238 +pkg debug/elf, const DT_MIPS_PERF_SUFFIX DynTag +pkg debug/elf, const DT_MIPS_PIXIE_INIT = 1879048227 +pkg debug/elf, const DT_MIPS_PIXIE_INIT DynTag +pkg debug/elf, const DT_MIPS_PLTGOT = 1879048242 +pkg debug/elf, const DT_MIPS_PLTGOT DynTag +pkg debug/elf, const DT_MIPS_PROTECTED_GOTIDX = 1879048232 +pkg debug/elf, const DT_MIPS_PROTECTED_GOTIDX DynTag +pkg debug/elf, const DT_MIPS_RLD_MAP = 1879048214 +pkg debug/elf, const DT_MIPS_RLD_MAP DynTag +pkg debug/elf, const DT_MIPS_RLD_MAP_REL = 1879048245 +pkg debug/elf, const DT_MIPS_RLD_MAP_REL DynTag +pkg debug/elf, const DT_MIPS_RLD_TEXT_RESOLVE_ADDR = 1879048237 +pkg debug/elf, const DT_MIPS_RLD_TEXT_RESOLVE_ADDR DynTag +pkg debug/elf, const DT_MIPS_RLD_VERSION = 1879048193 +pkg debug/elf, const DT_MIPS_RLD_VERSION DynTag +pkg debug/elf, const DT_MIPS_RWPLT = 1879048244 +pkg debug/elf, const DT_MIPS_RWPLT DynTag +pkg debug/elf, const DT_MIPS_SYMBOL_LIB = 1879048228 +pkg debug/elf, const DT_MIPS_SYMBOL_LIB DynTag +pkg debug/elf, const DT_MIPS_SYMTABNO = 1879048209 +pkg debug/elf, const DT_MIPS_SYMTABNO DynTag +pkg debug/elf, const DT_MIPS_TIME_STAMP = 1879048194 +pkg debug/elf, const DT_MIPS_TIME_STAMP DynTag +pkg debug/elf, const DT_MIPS_UNREFEXTNO = 1879048210 +pkg debug/elf, const DT_MIPS_UNREFEXTNO DynTag +pkg debug/elf, const DT_MOVEENT = 1879047674 +pkg debug/elf, const DT_MOVEENT DynTag +pkg debug/elf, const DT_MOVESZ = 1879047675 +pkg debug/elf, const DT_MOVESZ DynTag +pkg debug/elf, const DT_MOVETAB = 1879047934 +pkg debug/elf, const DT_MOVETAB DynTag +pkg debug/elf, const DT_PLTPAD = 1879047933 +pkg debug/elf, const DT_PLTPAD DynTag +pkg debug/elf, const DT_PLTPADSZ = 1879047673 +pkg debug/elf, const DT_PLTPADSZ DynTag +pkg debug/elf, const DT_POSFLAG_1 = 1879047677 +pkg debug/elf, const DT_POSFLAG_1 DynTag +pkg debug/elf, const DT_PPC64_GLINK = 1879048192 +pkg debug/elf, const DT_PPC64_GLINK DynTag +pkg debug/elf, const DT_PPC64_OPD = 1879048193 +pkg debug/elf, const DT_PPC64_OPD DynTag +pkg debug/elf, const DT_PPC64_OPDSZ = 1879048194 +pkg debug/elf, const DT_PPC64_OPDSZ DynTag +pkg debug/elf, const DT_PPC64_OPT = 1879048195 +pkg debug/elf, const DT_PPC64_OPT DynTag +pkg debug/elf, const DT_PPC_GOT = 1879048192 +pkg debug/elf, const DT_PPC_GOT DynTag +pkg debug/elf, const DT_PPC_OPT = 1879048193 +pkg debug/elf, const DT_PPC_OPT DynTag +pkg debug/elf, const DT_RELACOUNT = 1879048185 +pkg debug/elf, const DT_RELACOUNT DynTag +pkg debug/elf, const DT_RELCOUNT = 1879048186 +pkg debug/elf, const DT_RELCOUNT DynTag +pkg debug/elf, const DT_SPARC_REGISTER = 1879048193 +pkg debug/elf, const DT_SPARC_REGISTER DynTag +pkg debug/elf, const DT_SYMINENT = 1879047679 +pkg debug/elf, const DT_SYMINENT DynTag +pkg debug/elf, const DT_SYMINFO = 1879047935 +pkg debug/elf, const DT_SYMINFO DynTag +pkg debug/elf, const DT_SYMINSZ = 1879047678 +pkg debug/elf, const DT_SYMINSZ DynTag +pkg debug/elf, const DT_SYMTAB_SHNDX = 34 +pkg debug/elf, const DT_SYMTAB_SHNDX DynTag +pkg debug/elf, const DT_TLSDESC_GOT = 1879047927 +pkg debug/elf, const DT_TLSDESC_GOT DynTag +pkg debug/elf, const DT_TLSDESC_PLT = 1879047926 +pkg debug/elf, const DT_TLSDESC_PLT DynTag +pkg debug/elf, const DT_USED = 2147483646 +pkg debug/elf, const DT_USED DynTag +pkg debug/elf, const DT_VALRNGHI = 1879047679 +pkg debug/elf, const DT_VALRNGHI DynTag +pkg debug/elf, const DT_VALRNGLO = 1879047424 +pkg debug/elf, const DT_VALRNGLO DynTag +pkg debug/elf, const DT_VERDEF = 1879048188 +pkg debug/elf, const DT_VERDEF DynTag +pkg debug/elf, const DT_VERDEFNUM = 1879048189 +pkg debug/elf, const DT_VERDEFNUM DynTag +pkg debug/elf, const PT_AARCH64_ARCHEXT = 1879048192 +pkg debug/elf, const PT_AARCH64_ARCHEXT ProgType +pkg debug/elf, const PT_AARCH64_UNWIND = 1879048193 +pkg debug/elf, const PT_AARCH64_UNWIND ProgType +pkg debug/elf, const PT_ARM_ARCHEXT = 1879048192 +pkg debug/elf, const PT_ARM_ARCHEXT ProgType +pkg debug/elf, const PT_ARM_EXIDX = 1879048193 +pkg debug/elf, const PT_ARM_EXIDX ProgType +pkg debug/elf, const PT_GNU_EH_FRAME = 1685382480 +pkg debug/elf, const PT_GNU_EH_FRAME ProgType +pkg debug/elf, const PT_GNU_MBIND_HI = 1685386580 +pkg debug/elf, const PT_GNU_MBIND_HI ProgType +pkg debug/elf, const PT_GNU_MBIND_LO = 1685382485 +pkg debug/elf, const PT_GNU_MBIND_LO ProgType +pkg debug/elf, const PT_GNU_PROPERTY = 1685382483 +pkg debug/elf, const PT_GNU_PROPERTY ProgType +pkg debug/elf, const PT_GNU_RELRO = 1685382482 +pkg debug/elf, const PT_GNU_RELRO ProgType +pkg debug/elf, const PT_GNU_STACK = 1685382481 +pkg debug/elf, const PT_GNU_STACK ProgType +pkg debug/elf, const PT_MIPS_ABIFLAGS = 1879048195 +pkg debug/elf, const PT_MIPS_ABIFLAGS ProgType +pkg debug/elf, const PT_MIPS_OPTIONS = 1879048194 +pkg debug/elf, const PT_MIPS_OPTIONS ProgType +pkg debug/elf, const PT_MIPS_REGINFO = 1879048192 +pkg debug/elf, const PT_MIPS_REGINFO ProgType +pkg debug/elf, const PT_MIPS_RTPROC = 1879048193 +pkg debug/elf, const PT_MIPS_RTPROC ProgType +pkg debug/elf, const PT_OPENBSD_BOOTDATA = 1705253862 +pkg debug/elf, const PT_OPENBSD_BOOTDATA ProgType +pkg debug/elf, const PT_OPENBSD_RANDOMIZE = 1705237478 +pkg debug/elf, const PT_OPENBSD_RANDOMIZE ProgType +pkg debug/elf, const PT_OPENBSD_WXNEEDED = 1705237479 +pkg debug/elf, const PT_OPENBSD_WXNEEDED ProgType +pkg debug/elf, const PT_PAX_FLAGS = 1694766464 +pkg debug/elf, const PT_PAX_FLAGS ProgType +pkg debug/elf, const PT_S390_PGSTE = 1879048192 +pkg debug/elf, const PT_S390_PGSTE ProgType +pkg debug/elf, const PT_SUNWSTACK = 1879048187 +pkg debug/elf, const PT_SUNWSTACK ProgType +pkg debug/elf, const PT_SUNW_EH_FRAME = 1685382480 +pkg debug/elf, const PT_SUNW_EH_FRAME ProgType +pkg embed, method (FS) Open(string) (fs.File, error) +pkg embed, method (FS) ReadDir(string) ([]fs.DirEntry, error) +pkg embed, method (FS) ReadFile(string) ([]uint8, error) +pkg embed, type FS struct +pkg flag, func Func(string, string, func(string) error) +pkg flag, method (*FlagSet) Func(string, string, func(string) error) +pkg go/build, type Package struct, EmbedPatterns []string +pkg go/build, type Package struct, EmbedPatternPos map[string][]token.Position +pkg go/build, type Package struct, IgnoredOtherFiles []string +pkg go/build, type Package struct, TestEmbedPatterns []string +pkg go/build, type Package struct, TestEmbedPatternPos map[string][]token.Position +pkg go/build, type Package struct, XTestEmbedPatterns []string +pkg go/build, type Package struct, XTestEmbedPatternPos map[string][]token.Position +pkg go/build/constraint, func IsGoBuild(string) bool +pkg go/build/constraint, func IsPlusBuild(string) bool +pkg go/build/constraint, func Parse(string) (Expr, error) +pkg go/build/constraint, func PlusBuildLines(Expr) ([]string, error) +pkg go/build/constraint, method (*AndExpr) Eval(func(string) bool) bool +pkg go/build/constraint, method (*AndExpr) String() string +pkg go/build/constraint, method (*NotExpr) Eval(func(string) bool) bool +pkg go/build/constraint, method (*NotExpr) String() string +pkg go/build/constraint, method (*OrExpr) Eval(func(string) bool) bool +pkg go/build/constraint, method (*OrExpr) String() string +pkg go/build/constraint, method (*SyntaxError) Error() string +pkg go/build/constraint, method (*TagExpr) Eval(func(string) bool) bool +pkg go/build/constraint, method (*TagExpr) String() string +pkg go/build/constraint, type AndExpr struct +pkg go/build/constraint, type AndExpr struct, X Expr +pkg go/build/constraint, type AndExpr struct, Y Expr +pkg go/build/constraint, type Expr interface, Eval(func(string) bool) bool +pkg go/build/constraint, type Expr interface, String() string +pkg go/build/constraint, type Expr interface, unexported methods +pkg go/build/constraint, type NotExpr struct +pkg go/build/constraint, type NotExpr struct, X Expr +pkg go/build/constraint, type OrExpr struct +pkg go/build/constraint, type OrExpr struct, X Expr +pkg go/build/constraint, type OrExpr struct, Y Expr +pkg go/build/constraint, type SyntaxError struct +pkg go/build/constraint, type SyntaxError struct, Err string +pkg go/build/constraint, type SyntaxError struct, Offset int +pkg go/build/constraint, type TagExpr struct +pkg go/build/constraint, type TagExpr struct, Tag string +pkg html/template, func ParseFS(fs.FS, ...string) (*Template, error) +pkg html/template, method (*Template) ParseFS(fs.FS, ...string) (*Template, error) +pkg io, func NopCloser(Reader) ReadCloser +pkg io, func ReadAll(Reader) ([]uint8, error) +pkg io, type ReadSeekCloser interface { Close, Read, Seek } +pkg io, type ReadSeekCloser interface, Close() error +pkg io, type ReadSeekCloser interface, Read([]uint8) (int, error) +pkg io, type ReadSeekCloser interface, Seek(int64, int) (int64, error) +pkg io, var Discard Writer +pkg io/fs, const ModeAppend = 1073741824 +pkg io/fs, const ModeAppend FileMode +pkg io/fs, const ModeCharDevice = 2097152 +pkg io/fs, const ModeCharDevice FileMode +pkg io/fs, const ModeDevice = 67108864 +pkg io/fs, const ModeDevice FileMode +pkg io/fs, const ModeDir = 2147483648 +pkg io/fs, const ModeDir FileMode +pkg io/fs, const ModeExclusive = 536870912 +pkg io/fs, const ModeExclusive FileMode +pkg io/fs, const ModeIrregular = 524288 +pkg io/fs, const ModeIrregular FileMode +pkg io/fs, const ModeNamedPipe = 33554432 +pkg io/fs, const ModeNamedPipe FileMode +pkg io/fs, const ModePerm = 511 +pkg io/fs, const ModePerm FileMode +pkg io/fs, const ModeSetgid = 4194304 +pkg io/fs, const ModeSetgid FileMode +pkg io/fs, const ModeSetuid = 8388608 +pkg io/fs, const ModeSetuid FileMode +pkg io/fs, const ModeSocket = 16777216 +pkg io/fs, const ModeSocket FileMode +pkg io/fs, const ModeSticky = 1048576 +pkg io/fs, const ModeSticky FileMode +pkg io/fs, const ModeSymlink = 134217728 +pkg io/fs, const ModeSymlink FileMode +pkg io/fs, const ModeTemporary = 268435456 +pkg io/fs, const ModeTemporary FileMode +pkg io/fs, const ModeType = 2401763328 +pkg io/fs, const ModeType FileMode +pkg io/fs, func Glob(FS, string) ([]string, error) +pkg io/fs, func ReadDir(FS, string) ([]DirEntry, error) +pkg io/fs, func ReadFile(FS, string) ([]uint8, error) +pkg io/fs, func Stat(FS, string) (FileInfo, error) +pkg io/fs, func Sub(FS, string) (FS, error) +pkg io/fs, func ValidPath(string) bool +pkg io/fs, func WalkDir(FS, string, WalkDirFunc) error +pkg io/fs, method (*PathError) Error() string +pkg io/fs, method (*PathError) Timeout() bool +pkg io/fs, method (*PathError) Unwrap() error +pkg io/fs, method (FileMode) IsDir() bool +pkg io/fs, method (FileMode) IsRegular() bool +pkg io/fs, method (FileMode) Perm() FileMode +pkg io/fs, method (FileMode) String() string +pkg io/fs, method (FileMode) Type() FileMode +pkg io/fs, type DirEntry interface { Info, IsDir, Name, Type } +pkg io/fs, type DirEntry interface, Info() (FileInfo, error) +pkg io/fs, type DirEntry interface, IsDir() bool +pkg io/fs, type DirEntry interface, Name() string +pkg io/fs, type DirEntry interface, Type() FileMode +pkg io/fs, type FS interface { Open } +pkg io/fs, type FS interface, Open(string) (File, error) +pkg io/fs, type File interface { Close, Read, Stat } +pkg io/fs, type File interface, Close() error +pkg io/fs, type File interface, Read([]uint8) (int, error) +pkg io/fs, type File interface, Stat() (FileInfo, error) +pkg io/fs, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys } +pkg io/fs, type FileInfo interface, IsDir() bool +pkg io/fs, type FileInfo interface, ModTime() time.Time +pkg io/fs, type FileInfo interface, Mode() FileMode +pkg io/fs, type FileInfo interface, Name() string +pkg io/fs, type FileInfo interface, Size() int64 +pkg io/fs, type FileInfo interface, Sys() interface{} +pkg io/fs, type FileMode uint32 +pkg io/fs, type GlobFS interface { Glob, Open } +pkg io/fs, type GlobFS interface, Glob(string) ([]string, error) +pkg io/fs, type GlobFS interface, Open(string) (File, error) +pkg io/fs, type PathError struct +pkg io/fs, type PathError struct, Err error +pkg io/fs, type PathError struct, Op string +pkg io/fs, type PathError struct, Path string +pkg io/fs, type ReadDirFS interface { Open, ReadDir } +pkg io/fs, type ReadDirFS interface, Open(string) (File, error) +pkg io/fs, type ReadDirFS interface, ReadDir(string) ([]DirEntry, error) +pkg io/fs, type ReadDirFile interface { Close, Read, ReadDir, Stat } +pkg io/fs, type ReadDirFile interface, Close() error +pkg io/fs, type ReadDirFile interface, Read([]uint8) (int, error) +pkg io/fs, type ReadDirFile interface, ReadDir(int) ([]DirEntry, error) +pkg io/fs, type ReadDirFile interface, Stat() (FileInfo, error) +pkg io/fs, type ReadFileFS interface { Open, ReadFile } +pkg io/fs, type ReadFileFS interface, Open(string) (File, error) +pkg io/fs, type ReadFileFS interface, ReadFile(string) ([]uint8, error) +pkg io/fs, type StatFS interface { Open, Stat } +pkg io/fs, type StatFS interface, Open(string) (File, error) +pkg io/fs, type StatFS interface, Stat(string) (FileInfo, error) +pkg io/fs, type SubFS interface { Open, Sub } +pkg io/fs, type SubFS interface, Open(string) (File, error) +pkg io/fs, type SubFS interface, Sub(string) (FS, error) +pkg io/fs, type WalkDirFunc func(string, DirEntry, error) error +pkg io/fs, var ErrClosed error +pkg io/fs, var ErrExist error +pkg io/fs, var ErrInvalid error +pkg io/fs, var ErrNotExist error +pkg io/fs, var ErrPermission error +pkg io/fs, var SkipDir error +pkg log, func Default() *Logger +pkg net, var ErrClosed error +pkg net/http, func FS(fs.FS) FileSystem +pkg net/http, type Transport struct, GetProxyConnectHeader func(context.Context, *url.URL, string) (Header, error) +pkg os, const ModeAppend fs.FileMode +pkg os, const ModeCharDevice fs.FileMode +pkg os, const ModeDevice fs.FileMode +pkg os, const ModeDir fs.FileMode +pkg os, const ModeExclusive fs.FileMode +pkg os, const ModeIrregular fs.FileMode +pkg os, const ModeNamedPipe fs.FileMode +pkg os, const ModePerm fs.FileMode +pkg os, const ModeSetgid fs.FileMode +pkg os, const ModeSetuid fs.FileMode +pkg os, const ModeSocket fs.FileMode +pkg os, const ModeSticky fs.FileMode +pkg os, const ModeSymlink fs.FileMode +pkg os, const ModeTemporary fs.FileMode +pkg os, const ModeType fs.FileMode +pkg os, func Chmod(string, fs.FileMode) error +pkg os, func CreateTemp(string, string) (*File, error) +pkg os, func DirFS(string) fs.FS +pkg os, func Lstat(string) (fs.FileInfo, error) +pkg os, func Mkdir(string, fs.FileMode) error +pkg os, func MkdirAll(string, fs.FileMode) error +pkg os, func MkdirTemp(string, string) (string, error) +pkg os, func OpenFile(string, int, fs.FileMode) (*File, error) +pkg os, func ReadDir(string) ([]fs.DirEntry, error) +pkg os, func ReadFile(string) ([]uint8, error) +pkg os, func SameFile(fs.FileInfo, fs.FileInfo) bool +pkg os, func Stat(string) (fs.FileInfo, error) +pkg os, func WriteFile(string, []uint8, fs.FileMode) error +pkg os, method (*File) Chmod(fs.FileMode) error +pkg os, method (*File) ReadDir(int) ([]fs.DirEntry, error) +pkg os, method (*File) Readdir(int) ([]fs.FileInfo, error) +pkg os, method (*File) Stat() (fs.FileInfo, error) +pkg os, type DirEntry = fs.DirEntry +pkg os, type FileInfo = fs.FileInfo +pkg os, type FileMode = fs.FileMode +pkg os, type PathError = fs.PathError +pkg os, var ErrProcessDone error +pkg os/signal, func NotifyContext(context.Context, ...os.Signal) (context.Context, context.CancelFunc) +pkg path/filepath, func WalkDir(string, fs.WalkDirFunc) error +pkg runtime/metrics, const KindBad = 0 +pkg runtime/metrics, const KindBad ValueKind +pkg runtime/metrics, const KindFloat64 = 2 +pkg runtime/metrics, const KindFloat64 ValueKind +pkg runtime/metrics, const KindFloat64Histogram = 3 +pkg runtime/metrics, const KindFloat64Histogram ValueKind +pkg runtime/metrics, const KindUint64 = 1 +pkg runtime/metrics, const KindUint64 ValueKind +pkg runtime/metrics, func All() []Description +pkg runtime/metrics, func Read([]Sample) +pkg runtime/metrics, method (Value) Float64() float64 +pkg runtime/metrics, method (Value) Float64Histogram() *Float64Histogram +pkg runtime/metrics, method (Value) Kind() ValueKind +pkg runtime/metrics, method (Value) Uint64() uint64 +pkg runtime/metrics, type Description struct +pkg runtime/metrics, type Description struct, Cumulative bool +pkg runtime/metrics, type Description struct, Description string +pkg runtime/metrics, type Description struct, Kind ValueKind +pkg runtime/metrics, type Description struct, Name string +pkg runtime/metrics, type Float64Histogram struct +pkg runtime/metrics, type Float64Histogram struct, Buckets []float64 +pkg runtime/metrics, type Float64Histogram struct, Counts []uint64 +pkg runtime/metrics, type Sample struct +pkg runtime/metrics, type Sample struct, Name string +pkg runtime/metrics, type Sample struct, Value Value +pkg runtime/metrics, type Value struct +pkg runtime/metrics, type ValueKind int +pkg syscall (linux-386), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386), func Setegid(int) error +pkg syscall (linux-386), func Seteuid(int) error +pkg syscall (linux-386-cgo), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386-cgo), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386-cgo), func Setegid(int) error +pkg syscall (linux-386-cgo), func Seteuid(int) error +pkg syscall (linux-amd64), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64), func Setegid(int) error +pkg syscall (linux-amd64), func Seteuid(int) error +pkg syscall (linux-amd64-cgo), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64-cgo), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64-cgo), func Setegid(int) error +pkg syscall (linux-amd64-cgo), func Seteuid(int) error +pkg syscall (linux-arm), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm), func Setegid(int) error +pkg syscall (linux-arm), func Seteuid(int) error +pkg syscall (linux-arm-cgo), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm-cgo), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm-cgo), func Setegid(int) error +pkg syscall (linux-arm-cgo), func Seteuid(int) error +pkg syscall (windows-386), method (*DLLError) Unwrap() error +pkg syscall (windows-386), type SysProcAttr struct, NoInheritHandles bool +pkg syscall (windows-amd64), method (*DLLError) Unwrap() error +pkg syscall (windows-amd64), type SysProcAttr struct, NoInheritHandles bool +pkg testing/fstest, func TestFS(fs.FS, ...string) error +pkg testing/fstest, method (MapFS) Glob(string) ([]string, error) +pkg testing/fstest, method (MapFS) Open(string) (fs.File, error) +pkg testing/fstest, method (MapFS) ReadDir(string) ([]fs.DirEntry, error) +pkg testing/fstest, method (MapFS) ReadFile(string) ([]uint8, error) +pkg testing/fstest, method (MapFS) Stat(string) (fs.FileInfo, error) +pkg testing/fstest, method (MapFS) Sub(string) (fs.FS, error) +pkg testing/fstest, type MapFS map[string]*MapFile +pkg testing/fstest, type MapFile struct +pkg testing/fstest, type MapFile struct, Data []uint8 +pkg testing/fstest, type MapFile struct, ModTime time.Time +pkg testing/fstest, type MapFile struct, Mode fs.FileMode +pkg testing/fstest, type MapFile struct, Sys interface{} +pkg testing/iotest, func ErrReader(error) io.Reader +pkg testing/iotest, func TestReader(io.Reader, []uint8) error +pkg text/template, func ParseFS(fs.FS, ...string) (*Template, error) +pkg text/template, method (*Template) ParseFS(fs.FS, ...string) (*Template, error) +pkg text/template/parse, const NodeComment = 20 +pkg text/template/parse, const NodeComment NodeType +pkg text/template/parse, const ParseComments = 1 +pkg text/template/parse, const ParseComments Mode +pkg text/template/parse, method (*CommentNode) Copy() Node +pkg text/template/parse, method (*CommentNode) String() string +pkg text/template/parse, method (CommentNode) Position() Pos +pkg text/template/parse, method (CommentNode) Type() NodeType +pkg text/template/parse, type CommentNode struct +pkg text/template/parse, type CommentNode struct, Text string +pkg text/template/parse, type CommentNode struct, embedded NodeType +pkg text/template/parse, type CommentNode struct, embedded Pos +pkg text/template/parse, type Mode uint +pkg text/template/parse, type Tree struct, Mode Mode +pkg unicode, const Version = "13.0.0" +pkg unicode, var Chorasmian *RangeTable +pkg unicode, var Dives_Akuru *RangeTable +pkg unicode, var Khitan_Small_Script *RangeTable +pkg unicode, var Yezidi *RangeTable +# all deprecations up to and including Go 1.16 +pkg archive/tar, const TypeRegA //deprecated +pkg archive/tar, type Header struct, Xattrs //deprecated +pkg archive/zip, method (*File) ModTime //deprecated +pkg archive/zip, method (*File) SetModTime //deprecated +pkg archive/zip, method (*FileHeader) ModTime //deprecated +pkg archive/zip, method (*FileHeader) SetModTime //deprecated +pkg archive/zip, type FileHeader struct, CompressedSize //deprecated +pkg archive/zip, type FileHeader struct, ModifiedDate //deprecated +pkg archive/zip, type FileHeader struct, ModifiedTime //deprecated +pkg archive/zip, type FileHeader struct, UncompressedSize //deprecated +pkg compress/flate, type ReadError //deprecated +pkg compress/flate, type WriteError //deprecated +pkg crypto/rc4, method (*Cipher) Reset //deprecated +pkg crypto/tls, const VersionSSL30 //deprecated +pkg crypto/tls, method (*Config) BuildNameToCertificate //deprecated +pkg crypto/tls, type Config struct, NameToCertificate //deprecated +pkg crypto/tls, type Config struct, SessionTicketKey //deprecated +pkg crypto/tls, type ConnectionState struct, NegotiatedProtocolIsMutual //deprecated +pkg crypto/tls, type ConnectionState struct, TLSUnique //deprecated +pkg crypto/x509, func DecryptPEMBlock //deprecated +pkg crypto/x509, func EncryptPEMBlock //deprecated +pkg crypto/x509, func IsEncryptedPEMBlock //deprecated +pkg crypto/x509, type CertificateRequest struct, Attributes //deprecated +pkg database/sql/driver, type ColumnConverter //deprecated +pkg database/sql/driver, type Conn interface, Begin //deprecated +pkg database/sql/driver, type Execer //deprecated +pkg database/sql/driver, type Queryer //deprecated +pkg database/sql/driver, type Stmt interface, Exec //deprecated +pkg database/sql/driver, type Stmt interface, Query //deprecated +pkg debug/gosym, method (*LineTable) LineToPC //deprecated +pkg debug/gosym, method (*LineTable) PCToLine //deprecated +pkg encoding/csv, type Reader struct, TrailingComma //deprecated +pkg encoding/csv, var ErrTrailingComma //deprecated +pkg encoding/json, type InvalidUTF8Error //deprecated +pkg encoding/json, type UnmarshalFieldError //deprecated +pkg go/build, const AllowBinary //deprecated +pkg go/doc, type Package struct, Bugs //deprecated +pkg go/importer, func For //deprecated +pkg go/importer, func ForCompiler //deprecated +pkg go/types, func NewInterface //deprecated +pkg go/types, method (*Interface) Embedded //deprecated +pkg image, var ZP //deprecated +pkg image, var ZR //deprecated +pkg image/jpeg, type Reader //deprecated +pkg net, type Dialer struct, Cancel //deprecated +pkg net, type Dialer struct, DualStack //deprecated +pkg net/http, method (*Transport) CancelRequest //deprecated +pkg net/http, type CloseNotifier //deprecated +pkg net/http, type ProtocolError //deprecated +pkg net/http, type Request struct, Cancel //deprecated +pkg net/http, type Transport struct, Dial //deprecated +pkg net/http, type Transport struct, DialTLS //deprecated +pkg net/http, var ErrHeaderTooLong //deprecated +pkg net/http, var ErrMissingContentLength //deprecated +pkg net/http, var ErrShortBody //deprecated +pkg net/http, var ErrUnexpectedTrailer //deprecated +pkg net/http, var ErrWriteAfterFlush //deprecated +pkg net/http/httptest, type ResponseRecorder struct, HeaderMap //deprecated +pkg net/http/httputil, func NewClientConn //deprecated +pkg net/http/httputil, func NewProxyClientConn //deprecated +pkg net/http/httputil, func NewServerConn //deprecated +pkg net/http/httputil, type ClientConn //deprecated +pkg net/http/httputil, type ServerConn //deprecated +pkg net/http/httputil, var ErrClosed //deprecated +pkg net/http/httputil, var ErrPersistEOF //deprecated +pkg net/http/httputil, var ErrPipeline //deprecated +pkg os, const SEEK_CUR //deprecated +pkg os, const SEEK_END //deprecated +pkg os, const SEEK_SET //deprecated +pkg path/filepath, func HasPrefix //deprecated +pkg regexp, method (*Regexp) Copy //deprecated +pkg runtime, func CPUProfile //deprecated +pkg syscall (darwin-amd64), func BpfBuflen //deprecated +pkg syscall (darwin-amd64), func BpfDatalink //deprecated +pkg syscall (darwin-amd64), func BpfHeadercmpl //deprecated +pkg syscall (darwin-amd64), func BpfInterface //deprecated +pkg syscall (darwin-amd64), func BpfJump //deprecated +pkg syscall (darwin-amd64), func BpfStats //deprecated +pkg syscall (darwin-amd64), func BpfStmt //deprecated +pkg syscall (darwin-amd64), func BpfTimeout //deprecated +pkg syscall (darwin-amd64), func CheckBpfVersion //deprecated +pkg syscall (darwin-amd64), func FlushBpf //deprecated +pkg syscall (darwin-amd64), func ParseRoutingMessage //deprecated +pkg syscall (darwin-amd64), func ParseRoutingSockaddr //deprecated +pkg syscall (darwin-amd64), func RouteRIB //deprecated +pkg syscall (darwin-amd64), func SetBpf //deprecated +pkg syscall (darwin-amd64), func SetBpfBuflen //deprecated +pkg syscall (darwin-amd64), func SetBpfDatalink //deprecated +pkg syscall (darwin-amd64), func SetBpfHeadercmpl //deprecated +pkg syscall (darwin-amd64), func SetBpfImmediate //deprecated +pkg syscall (darwin-amd64), func SetBpfInterface //deprecated +pkg syscall (darwin-amd64), func SetBpfPromisc //deprecated +pkg syscall (darwin-amd64), func SetBpfTimeout //deprecated +pkg syscall (darwin-amd64), func StringSlicePtr //deprecated +pkg syscall (darwin-amd64), type InterfaceAddrMessage //deprecated +pkg syscall (darwin-amd64), type InterfaceMessage //deprecated +pkg syscall (darwin-amd64), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (darwin-amd64), type RouteMessage //deprecated +pkg syscall (darwin-amd64), type RoutingMessage //deprecated +pkg syscall (darwin-amd64-cgo), func BpfBuflen //deprecated +pkg syscall (darwin-amd64-cgo), func BpfDatalink //deprecated +pkg syscall (darwin-amd64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (darwin-amd64-cgo), func BpfInterface //deprecated +pkg syscall (darwin-amd64-cgo), func BpfJump //deprecated +pkg syscall (darwin-amd64-cgo), func BpfStats //deprecated +pkg syscall (darwin-amd64-cgo), func BpfStmt //deprecated +pkg syscall (darwin-amd64-cgo), func BpfTimeout //deprecated +pkg syscall (darwin-amd64-cgo), func CheckBpfVersion //deprecated +pkg syscall (darwin-amd64-cgo), func FlushBpf //deprecated +pkg syscall (darwin-amd64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (darwin-amd64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (darwin-amd64-cgo), func RouteRIB //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpf //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfBuflen //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfDatalink //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfImmediate //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfInterface //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfPromisc //deprecated +pkg syscall (darwin-amd64-cgo), func SetBpfTimeout //deprecated +pkg syscall (darwin-amd64-cgo), func StringSlicePtr //deprecated +pkg syscall (darwin-amd64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (darwin-amd64-cgo), type InterfaceMessage //deprecated +pkg syscall (darwin-amd64-cgo), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (darwin-amd64-cgo), type RouteMessage //deprecated +pkg syscall (darwin-amd64-cgo), type RoutingMessage //deprecated +pkg syscall (freebsd-386), func BpfBuflen //deprecated +pkg syscall (freebsd-386), func BpfDatalink //deprecated +pkg syscall (freebsd-386), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-386), func BpfInterface //deprecated +pkg syscall (freebsd-386), func BpfJump //deprecated +pkg syscall (freebsd-386), func BpfStats //deprecated +pkg syscall (freebsd-386), func BpfStmt //deprecated +pkg syscall (freebsd-386), func BpfTimeout //deprecated +pkg syscall (freebsd-386), func CheckBpfVersion //deprecated +pkg syscall (freebsd-386), func FlushBpf //deprecated +pkg syscall (freebsd-386), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-386), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-386), func RouteRIB //deprecated +pkg syscall (freebsd-386), func SetBpf //deprecated +pkg syscall (freebsd-386), func SetBpfBuflen //deprecated +pkg syscall (freebsd-386), func SetBpfDatalink //deprecated +pkg syscall (freebsd-386), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-386), func SetBpfImmediate //deprecated +pkg syscall (freebsd-386), func SetBpfInterface //deprecated +pkg syscall (freebsd-386), func SetBpfPromisc //deprecated +pkg syscall (freebsd-386), func SetBpfTimeout //deprecated +pkg syscall (freebsd-386), func StringSlicePtr //deprecated +pkg syscall (freebsd-386), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-386), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-386), type InterfaceMessage //deprecated +pkg syscall (freebsd-386), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-386), type RouteMessage //deprecated +pkg syscall (freebsd-386), type RoutingMessage //deprecated +pkg syscall (freebsd-386-cgo), func BpfBuflen //deprecated +pkg syscall (freebsd-386-cgo), func BpfDatalink //deprecated +pkg syscall (freebsd-386-cgo), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-386-cgo), func BpfInterface //deprecated +pkg syscall (freebsd-386-cgo), func BpfJump //deprecated +pkg syscall (freebsd-386-cgo), func BpfStats //deprecated +pkg syscall (freebsd-386-cgo), func BpfStmt //deprecated +pkg syscall (freebsd-386-cgo), func BpfTimeout //deprecated +pkg syscall (freebsd-386-cgo), func CheckBpfVersion //deprecated +pkg syscall (freebsd-386-cgo), func FlushBpf //deprecated +pkg syscall (freebsd-386-cgo), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-386-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-386-cgo), func RouteRIB //deprecated +pkg syscall (freebsd-386-cgo), func SetBpf //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfBuflen //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfDatalink //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfImmediate //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfInterface //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfPromisc //deprecated +pkg syscall (freebsd-386-cgo), func SetBpfTimeout //deprecated +pkg syscall (freebsd-386-cgo), func StringSlicePtr //deprecated +pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-386-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-386-cgo), type InterfaceMessage //deprecated +pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-386-cgo), type RouteMessage //deprecated +pkg syscall (freebsd-386-cgo), type RoutingMessage //deprecated +pkg syscall (freebsd-amd64), func BpfBuflen //deprecated +pkg syscall (freebsd-amd64), func BpfDatalink //deprecated +pkg syscall (freebsd-amd64), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-amd64), func BpfInterface //deprecated +pkg syscall (freebsd-amd64), func BpfJump //deprecated +pkg syscall (freebsd-amd64), func BpfStats //deprecated +pkg syscall (freebsd-amd64), func BpfStmt //deprecated +pkg syscall (freebsd-amd64), func BpfTimeout //deprecated +pkg syscall (freebsd-amd64), func CheckBpfVersion //deprecated +pkg syscall (freebsd-amd64), func FlushBpf //deprecated +pkg syscall (freebsd-amd64), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-amd64), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-amd64), func RouteRIB //deprecated +pkg syscall (freebsd-amd64), func SetBpf //deprecated +pkg syscall (freebsd-amd64), func SetBpfBuflen //deprecated +pkg syscall (freebsd-amd64), func SetBpfDatalink //deprecated +pkg syscall (freebsd-amd64), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-amd64), func SetBpfImmediate //deprecated +pkg syscall (freebsd-amd64), func SetBpfInterface //deprecated +pkg syscall (freebsd-amd64), func SetBpfPromisc //deprecated +pkg syscall (freebsd-amd64), func SetBpfTimeout //deprecated +pkg syscall (freebsd-amd64), func StringSlicePtr //deprecated +pkg syscall (freebsd-amd64), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-amd64), type InterfaceMessage //deprecated +pkg syscall (freebsd-amd64), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-amd64), type RouteMessage //deprecated +pkg syscall (freebsd-amd64), type RoutingMessage //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfBuflen //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfDatalink //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfInterface //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfJump //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfStats //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfStmt //deprecated +pkg syscall (freebsd-amd64-cgo), func BpfTimeout //deprecated +pkg syscall (freebsd-amd64-cgo), func CheckBpfVersion //deprecated +pkg syscall (freebsd-amd64-cgo), func FlushBpf //deprecated +pkg syscall (freebsd-amd64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-amd64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-amd64-cgo), func RouteRIB //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpf //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfBuflen //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfDatalink //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfImmediate //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfInterface //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfPromisc //deprecated +pkg syscall (freebsd-amd64-cgo), func SetBpfTimeout //deprecated +pkg syscall (freebsd-amd64-cgo), func StringSlicePtr //deprecated +pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-amd64-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-amd64-cgo), type InterfaceMessage //deprecated +pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-amd64-cgo), type RouteMessage //deprecated +pkg syscall (freebsd-amd64-cgo), type RoutingMessage //deprecated +pkg syscall (freebsd-arm), func BpfBuflen //deprecated +pkg syscall (freebsd-arm), func BpfDatalink //deprecated +pkg syscall (freebsd-arm), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-arm), func BpfInterface //deprecated +pkg syscall (freebsd-arm), func BpfJump //deprecated +pkg syscall (freebsd-arm), func BpfStats //deprecated +pkg syscall (freebsd-arm), func BpfStmt //deprecated +pkg syscall (freebsd-arm), func BpfTimeout //deprecated +pkg syscall (freebsd-arm), func CheckBpfVersion //deprecated +pkg syscall (freebsd-arm), func FlushBpf //deprecated +pkg syscall (freebsd-arm), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-arm), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-arm), func RouteRIB //deprecated +pkg syscall (freebsd-arm), func SetBpf //deprecated +pkg syscall (freebsd-arm), func SetBpfBuflen //deprecated +pkg syscall (freebsd-arm), func SetBpfDatalink //deprecated +pkg syscall (freebsd-arm), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-arm), func SetBpfImmediate //deprecated +pkg syscall (freebsd-arm), func SetBpfInterface //deprecated +pkg syscall (freebsd-arm), func SetBpfPromisc //deprecated +pkg syscall (freebsd-arm), func SetBpfTimeout //deprecated +pkg syscall (freebsd-arm), func StringSlicePtr //deprecated +pkg syscall (freebsd-arm), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-arm), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-arm), type InterfaceMessage //deprecated +pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-arm), type RouteMessage //deprecated +pkg syscall (freebsd-arm), type RoutingMessage //deprecated +pkg syscall (freebsd-arm-cgo), func BpfBuflen //deprecated +pkg syscall (freebsd-arm-cgo), func BpfDatalink //deprecated +pkg syscall (freebsd-arm-cgo), func BpfHeadercmpl //deprecated +pkg syscall (freebsd-arm-cgo), func BpfInterface //deprecated +pkg syscall (freebsd-arm-cgo), func BpfJump //deprecated +pkg syscall (freebsd-arm-cgo), func BpfStats //deprecated +pkg syscall (freebsd-arm-cgo), func BpfStmt //deprecated +pkg syscall (freebsd-arm-cgo), func BpfTimeout //deprecated +pkg syscall (freebsd-arm-cgo), func CheckBpfVersion //deprecated +pkg syscall (freebsd-arm-cgo), func FlushBpf //deprecated +pkg syscall (freebsd-arm-cgo), func ParseRoutingMessage //deprecated +pkg syscall (freebsd-arm-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (freebsd-arm-cgo), func RouteRIB //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpf //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfBuflen //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfDatalink //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfImmediate //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfInterface //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfPromisc //deprecated +pkg syscall (freebsd-arm-cgo), func SetBpfTimeout //deprecated +pkg syscall (freebsd-arm-cgo), func StringSlicePtr //deprecated +pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (freebsd-arm-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (freebsd-arm-cgo), type InterfaceMessage //deprecated +pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (freebsd-arm-cgo), type RouteMessage //deprecated +pkg syscall (freebsd-arm-cgo), type RoutingMessage //deprecated +pkg syscall (linux-386), func AttachLsf //deprecated +pkg syscall (linux-386), func DetachLsf //deprecated +pkg syscall (linux-386), func LsfJump //deprecated +pkg syscall (linux-386), func LsfSocket //deprecated +pkg syscall (linux-386), func LsfStmt //deprecated +pkg syscall (linux-386), func SetLsfPromisc //deprecated +pkg syscall (linux-386), func StringSlicePtr //deprecated +pkg syscall (linux-386-cgo), func AttachLsf //deprecated +pkg syscall (linux-386-cgo), func DetachLsf //deprecated +pkg syscall (linux-386-cgo), func LsfJump //deprecated +pkg syscall (linux-386-cgo), func LsfSocket //deprecated +pkg syscall (linux-386-cgo), func LsfStmt //deprecated +pkg syscall (linux-386-cgo), func SetLsfPromisc //deprecated +pkg syscall (linux-386-cgo), func StringSlicePtr //deprecated +pkg syscall (linux-amd64), func AttachLsf //deprecated +pkg syscall (linux-amd64), func DetachLsf //deprecated +pkg syscall (linux-amd64), func LsfJump //deprecated +pkg syscall (linux-amd64), func LsfSocket //deprecated +pkg syscall (linux-amd64), func LsfStmt //deprecated +pkg syscall (linux-amd64), func SetLsfPromisc //deprecated +pkg syscall (linux-amd64), func StringSlicePtr //deprecated +pkg syscall (linux-amd64-cgo), func AttachLsf //deprecated +pkg syscall (linux-amd64-cgo), func DetachLsf //deprecated +pkg syscall (linux-amd64-cgo), func LsfJump //deprecated +pkg syscall (linux-amd64-cgo), func LsfSocket //deprecated +pkg syscall (linux-amd64-cgo), func LsfStmt //deprecated +pkg syscall (linux-amd64-cgo), func SetLsfPromisc //deprecated +pkg syscall (linux-amd64-cgo), func StringSlicePtr //deprecated +pkg syscall (linux-arm), func AttachLsf //deprecated +pkg syscall (linux-arm), func DetachLsf //deprecated +pkg syscall (linux-arm), func LsfJump //deprecated +pkg syscall (linux-arm), func LsfSocket //deprecated +pkg syscall (linux-arm), func LsfStmt //deprecated +pkg syscall (linux-arm), func SetLsfPromisc //deprecated +pkg syscall (linux-arm), func StringSlicePtr //deprecated +pkg syscall (linux-arm-cgo), func AttachLsf //deprecated +pkg syscall (linux-arm-cgo), func DetachLsf //deprecated +pkg syscall (linux-arm-cgo), func LsfJump //deprecated +pkg syscall (linux-arm-cgo), func LsfSocket //deprecated +pkg syscall (linux-arm-cgo), func LsfStmt //deprecated +pkg syscall (linux-arm-cgo), func SetLsfPromisc //deprecated +pkg syscall (linux-arm-cgo), func StringSlicePtr //deprecated +pkg syscall (netbsd-386), func BpfBuflen //deprecated +pkg syscall (netbsd-386), func BpfDatalink //deprecated +pkg syscall (netbsd-386), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-386), func BpfInterface //deprecated +pkg syscall (netbsd-386), func BpfJump //deprecated +pkg syscall (netbsd-386), func BpfStats //deprecated +pkg syscall (netbsd-386), func BpfStmt //deprecated +pkg syscall (netbsd-386), func BpfTimeout //deprecated +pkg syscall (netbsd-386), func CheckBpfVersion //deprecated +pkg syscall (netbsd-386), func FlushBpf //deprecated +pkg syscall (netbsd-386), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-386), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-386), func RouteRIB //deprecated +pkg syscall (netbsd-386), func SetBpf //deprecated +pkg syscall (netbsd-386), func SetBpfBuflen //deprecated +pkg syscall (netbsd-386), func SetBpfDatalink //deprecated +pkg syscall (netbsd-386), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-386), func SetBpfImmediate //deprecated +pkg syscall (netbsd-386), func SetBpfInterface //deprecated +pkg syscall (netbsd-386), func SetBpfPromisc //deprecated +pkg syscall (netbsd-386), func SetBpfTimeout //deprecated +pkg syscall (netbsd-386), func StringSlicePtr //deprecated +pkg syscall (netbsd-386), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-386), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-386), type InterfaceMessage //deprecated +pkg syscall (netbsd-386), type RouteMessage //deprecated +pkg syscall (netbsd-386), type RoutingMessage //deprecated +pkg syscall (netbsd-386-cgo), func BpfBuflen //deprecated +pkg syscall (netbsd-386-cgo), func BpfDatalink //deprecated +pkg syscall (netbsd-386-cgo), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-386-cgo), func BpfInterface //deprecated +pkg syscall (netbsd-386-cgo), func BpfJump //deprecated +pkg syscall (netbsd-386-cgo), func BpfStats //deprecated +pkg syscall (netbsd-386-cgo), func BpfStmt //deprecated +pkg syscall (netbsd-386-cgo), func BpfTimeout //deprecated +pkg syscall (netbsd-386-cgo), func CheckBpfVersion //deprecated +pkg syscall (netbsd-386-cgo), func FlushBpf //deprecated +pkg syscall (netbsd-386-cgo), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-386-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-386-cgo), func RouteRIB //deprecated +pkg syscall (netbsd-386-cgo), func SetBpf //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfBuflen //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfDatalink //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfImmediate //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfInterface //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfPromisc //deprecated +pkg syscall (netbsd-386-cgo), func SetBpfTimeout //deprecated +pkg syscall (netbsd-386-cgo), func StringSlicePtr //deprecated +pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-386-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-386-cgo), type InterfaceMessage //deprecated +pkg syscall (netbsd-386-cgo), type RouteMessage //deprecated +pkg syscall (netbsd-386-cgo), type RoutingMessage //deprecated +pkg syscall (netbsd-amd64), func BpfBuflen //deprecated +pkg syscall (netbsd-amd64), func BpfDatalink //deprecated +pkg syscall (netbsd-amd64), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-amd64), func BpfInterface //deprecated +pkg syscall (netbsd-amd64), func BpfJump //deprecated +pkg syscall (netbsd-amd64), func BpfStats //deprecated +pkg syscall (netbsd-amd64), func BpfStmt //deprecated +pkg syscall (netbsd-amd64), func BpfTimeout //deprecated +pkg syscall (netbsd-amd64), func CheckBpfVersion //deprecated +pkg syscall (netbsd-amd64), func FlushBpf //deprecated +pkg syscall (netbsd-amd64), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-amd64), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-amd64), func RouteRIB //deprecated +pkg syscall (netbsd-amd64), func SetBpf //deprecated +pkg syscall (netbsd-amd64), func SetBpfBuflen //deprecated +pkg syscall (netbsd-amd64), func SetBpfDatalink //deprecated +pkg syscall (netbsd-amd64), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-amd64), func SetBpfImmediate //deprecated +pkg syscall (netbsd-amd64), func SetBpfInterface //deprecated +pkg syscall (netbsd-amd64), func SetBpfPromisc //deprecated +pkg syscall (netbsd-amd64), func SetBpfTimeout //deprecated +pkg syscall (netbsd-amd64), func StringSlicePtr //deprecated +pkg syscall (netbsd-amd64), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-amd64), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-amd64), type InterfaceMessage //deprecated +pkg syscall (netbsd-amd64), type RouteMessage //deprecated +pkg syscall (netbsd-amd64), type RoutingMessage //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfBuflen //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfDatalink //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfInterface //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfJump //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfStats //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfStmt //deprecated +pkg syscall (netbsd-amd64-cgo), func BpfTimeout //deprecated +pkg syscall (netbsd-amd64-cgo), func CheckBpfVersion //deprecated +pkg syscall (netbsd-amd64-cgo), func FlushBpf //deprecated +pkg syscall (netbsd-amd64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-amd64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-amd64-cgo), func RouteRIB //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpf //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfBuflen //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfDatalink //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfImmediate //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfInterface //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfPromisc //deprecated +pkg syscall (netbsd-amd64-cgo), func SetBpfTimeout //deprecated +pkg syscall (netbsd-amd64-cgo), func StringSlicePtr //deprecated +pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-amd64-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-amd64-cgo), type InterfaceMessage //deprecated +pkg syscall (netbsd-amd64-cgo), type RouteMessage //deprecated +pkg syscall (netbsd-amd64-cgo), type RoutingMessage //deprecated +pkg syscall (netbsd-arm), func BpfBuflen //deprecated +pkg syscall (netbsd-arm), func BpfDatalink //deprecated +pkg syscall (netbsd-arm), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-arm), func BpfInterface //deprecated +pkg syscall (netbsd-arm), func BpfJump //deprecated +pkg syscall (netbsd-arm), func BpfStats //deprecated +pkg syscall (netbsd-arm), func BpfStmt //deprecated +pkg syscall (netbsd-arm), func BpfTimeout //deprecated +pkg syscall (netbsd-arm), func CheckBpfVersion //deprecated +pkg syscall (netbsd-arm), func FlushBpf //deprecated +pkg syscall (netbsd-arm), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-arm), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-arm), func RouteRIB //deprecated +pkg syscall (netbsd-arm), func SetBpf //deprecated +pkg syscall (netbsd-arm), func SetBpfBuflen //deprecated +pkg syscall (netbsd-arm), func SetBpfDatalink //deprecated +pkg syscall (netbsd-arm), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-arm), func SetBpfImmediate //deprecated +pkg syscall (netbsd-arm), func SetBpfInterface //deprecated +pkg syscall (netbsd-arm), func SetBpfPromisc //deprecated +pkg syscall (netbsd-arm), func SetBpfTimeout //deprecated +pkg syscall (netbsd-arm), func StringSlicePtr //deprecated +pkg syscall (netbsd-arm), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-arm), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-arm), type InterfaceMessage //deprecated +pkg syscall (netbsd-arm), type RouteMessage //deprecated +pkg syscall (netbsd-arm), type RoutingMessage //deprecated +pkg syscall (netbsd-arm-cgo), func BpfBuflen //deprecated +pkg syscall (netbsd-arm-cgo), func BpfDatalink //deprecated +pkg syscall (netbsd-arm-cgo), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-arm-cgo), func BpfInterface //deprecated +pkg syscall (netbsd-arm-cgo), func BpfJump //deprecated +pkg syscall (netbsd-arm-cgo), func BpfStats //deprecated +pkg syscall (netbsd-arm-cgo), func BpfStmt //deprecated +pkg syscall (netbsd-arm-cgo), func BpfTimeout //deprecated +pkg syscall (netbsd-arm-cgo), func CheckBpfVersion //deprecated +pkg syscall (netbsd-arm-cgo), func FlushBpf //deprecated +pkg syscall (netbsd-arm-cgo), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-arm-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-arm-cgo), func RouteRIB //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpf //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfBuflen //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfDatalink //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfImmediate //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfInterface //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfPromisc //deprecated +pkg syscall (netbsd-arm-cgo), func SetBpfTimeout //deprecated +pkg syscall (netbsd-arm-cgo), func StringSlicePtr //deprecated +pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-arm-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-arm-cgo), type InterfaceMessage //deprecated +pkg syscall (netbsd-arm-cgo), type RouteMessage //deprecated +pkg syscall (netbsd-arm-cgo), type RoutingMessage //deprecated +pkg syscall (netbsd-arm64), func BpfBuflen //deprecated +pkg syscall (netbsd-arm64), func BpfDatalink //deprecated +pkg syscall (netbsd-arm64), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-arm64), func BpfInterface //deprecated +pkg syscall (netbsd-arm64), func BpfJump //deprecated +pkg syscall (netbsd-arm64), func BpfStats //deprecated +pkg syscall (netbsd-arm64), func BpfStmt //deprecated +pkg syscall (netbsd-arm64), func BpfTimeout //deprecated +pkg syscall (netbsd-arm64), func CheckBpfVersion //deprecated +pkg syscall (netbsd-arm64), func FlushBpf //deprecated +pkg syscall (netbsd-arm64), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-arm64), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-arm64), func RouteRIB //deprecated +pkg syscall (netbsd-arm64), func SetBpf //deprecated +pkg syscall (netbsd-arm64), func SetBpfBuflen //deprecated +pkg syscall (netbsd-arm64), func SetBpfDatalink //deprecated +pkg syscall (netbsd-arm64), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-arm64), func SetBpfImmediate //deprecated +pkg syscall (netbsd-arm64), func SetBpfInterface //deprecated +pkg syscall (netbsd-arm64), func SetBpfPromisc //deprecated +pkg syscall (netbsd-arm64), func SetBpfTimeout //deprecated +pkg syscall (netbsd-arm64), func StringSlicePtr //deprecated +pkg syscall (netbsd-arm64), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-arm64), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-arm64), type InterfaceMessage //deprecated +pkg syscall (netbsd-arm64), type RouteMessage //deprecated +pkg syscall (netbsd-arm64), type RoutingMessage //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfBuflen //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfDatalink //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfInterface //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfJump //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfStats //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfStmt //deprecated +pkg syscall (netbsd-arm64-cgo), func BpfTimeout //deprecated +pkg syscall (netbsd-arm64-cgo), func CheckBpfVersion //deprecated +pkg syscall (netbsd-arm64-cgo), func FlushBpf //deprecated +pkg syscall (netbsd-arm64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (netbsd-arm64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (netbsd-arm64-cgo), func RouteRIB //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpf //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfBuflen //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfDatalink //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfImmediate //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfInterface //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfPromisc //deprecated +pkg syscall (netbsd-arm64-cgo), func SetBpfTimeout //deprecated +pkg syscall (netbsd-arm64-cgo), func StringSlicePtr //deprecated +pkg syscall (netbsd-arm64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (netbsd-arm64-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (netbsd-arm64-cgo), type InterfaceMessage //deprecated +pkg syscall (netbsd-arm64-cgo), type RouteMessage //deprecated +pkg syscall (netbsd-arm64-cgo), type RoutingMessage //deprecated +pkg syscall (openbsd-386), func BpfBuflen //deprecated +pkg syscall (openbsd-386), func BpfDatalink //deprecated +pkg syscall (openbsd-386), func BpfHeadercmpl //deprecated +pkg syscall (openbsd-386), func BpfInterface //deprecated +pkg syscall (openbsd-386), func BpfJump //deprecated +pkg syscall (openbsd-386), func BpfStats //deprecated +pkg syscall (openbsd-386), func BpfStmt //deprecated +pkg syscall (openbsd-386), func BpfTimeout //deprecated +pkg syscall (openbsd-386), func CheckBpfVersion //deprecated +pkg syscall (openbsd-386), func FlushBpf //deprecated +pkg syscall (openbsd-386), func ParseRoutingMessage //deprecated +pkg syscall (openbsd-386), func ParseRoutingSockaddr //deprecated +pkg syscall (openbsd-386), func RouteRIB //deprecated +pkg syscall (openbsd-386), func SetBpf //deprecated +pkg syscall (openbsd-386), func SetBpfBuflen //deprecated +pkg syscall (openbsd-386), func SetBpfDatalink //deprecated +pkg syscall (openbsd-386), func SetBpfHeadercmpl //deprecated +pkg syscall (openbsd-386), func SetBpfImmediate //deprecated +pkg syscall (openbsd-386), func SetBpfInterface //deprecated +pkg syscall (openbsd-386), func SetBpfPromisc //deprecated +pkg syscall (openbsd-386), func SetBpfTimeout //deprecated +pkg syscall (openbsd-386), func StringSlicePtr //deprecated +pkg syscall (openbsd-386), type InterfaceAddrMessage //deprecated +pkg syscall (openbsd-386), type InterfaceAnnounceMessage //deprecated +pkg syscall (openbsd-386), type InterfaceMessage //deprecated +pkg syscall (openbsd-386), type RouteMessage //deprecated +pkg syscall (openbsd-386), type RoutingMessage //deprecated +pkg syscall (openbsd-386-cgo), func BpfBuflen //deprecated +pkg syscall (openbsd-386-cgo), func BpfDatalink //deprecated +pkg syscall (openbsd-386-cgo), func BpfHeadercmpl //deprecated +pkg syscall (openbsd-386-cgo), func BpfInterface //deprecated +pkg syscall (openbsd-386-cgo), func BpfJump //deprecated +pkg syscall (openbsd-386-cgo), func BpfStats //deprecated +pkg syscall (openbsd-386-cgo), func BpfStmt //deprecated +pkg syscall (openbsd-386-cgo), func BpfTimeout //deprecated +pkg syscall (openbsd-386-cgo), func CheckBpfVersion //deprecated +pkg syscall (openbsd-386-cgo), func FlushBpf //deprecated +pkg syscall (openbsd-386-cgo), func ParseRoutingMessage //deprecated +pkg syscall (openbsd-386-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (openbsd-386-cgo), func RouteRIB //deprecated +pkg syscall (openbsd-386-cgo), func SetBpf //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfBuflen //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfDatalink //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfImmediate //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfInterface //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfPromisc //deprecated +pkg syscall (openbsd-386-cgo), func SetBpfTimeout //deprecated +pkg syscall (openbsd-386-cgo), func StringSlicePtr //deprecated +pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (openbsd-386-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (openbsd-386-cgo), type InterfaceMessage //deprecated +pkg syscall (openbsd-386-cgo), type RouteMessage //deprecated +pkg syscall (openbsd-386-cgo), type RoutingMessage //deprecated +pkg syscall (openbsd-amd64), func BpfBuflen //deprecated +pkg syscall (openbsd-amd64), func BpfDatalink //deprecated +pkg syscall (openbsd-amd64), func BpfHeadercmpl //deprecated +pkg syscall (openbsd-amd64), func BpfInterface //deprecated +pkg syscall (openbsd-amd64), func BpfJump //deprecated +pkg syscall (openbsd-amd64), func BpfStats //deprecated +pkg syscall (openbsd-amd64), func BpfStmt //deprecated +pkg syscall (openbsd-amd64), func BpfTimeout //deprecated +pkg syscall (openbsd-amd64), func CheckBpfVersion //deprecated +pkg syscall (openbsd-amd64), func FlushBpf //deprecated +pkg syscall (openbsd-amd64), func ParseRoutingMessage //deprecated +pkg syscall (openbsd-amd64), func ParseRoutingSockaddr //deprecated +pkg syscall (openbsd-amd64), func RouteRIB //deprecated +pkg syscall (openbsd-amd64), func SetBpf //deprecated +pkg syscall (openbsd-amd64), func SetBpfBuflen //deprecated +pkg syscall (openbsd-amd64), func SetBpfDatalink //deprecated +pkg syscall (openbsd-amd64), func SetBpfHeadercmpl //deprecated +pkg syscall (openbsd-amd64), func SetBpfImmediate //deprecated +pkg syscall (openbsd-amd64), func SetBpfInterface //deprecated +pkg syscall (openbsd-amd64), func SetBpfPromisc //deprecated +pkg syscall (openbsd-amd64), func SetBpfTimeout //deprecated +pkg syscall (openbsd-amd64), func StringSlicePtr //deprecated +pkg syscall (openbsd-amd64), type InterfaceAddrMessage //deprecated +pkg syscall (openbsd-amd64), type InterfaceAnnounceMessage //deprecated +pkg syscall (openbsd-amd64), type InterfaceMessage //deprecated +pkg syscall (openbsd-amd64), type RouteMessage //deprecated +pkg syscall (openbsd-amd64), type RoutingMessage //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfBuflen //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfDatalink //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfInterface //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfJump //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfStats //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfStmt //deprecated +pkg syscall (openbsd-amd64-cgo), func BpfTimeout //deprecated +pkg syscall (openbsd-amd64-cgo), func CheckBpfVersion //deprecated +pkg syscall (openbsd-amd64-cgo), func FlushBpf //deprecated +pkg syscall (openbsd-amd64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (openbsd-amd64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (openbsd-amd64-cgo), func RouteRIB //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpf //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfBuflen //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfDatalink //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfImmediate //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfInterface //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfPromisc //deprecated +pkg syscall (openbsd-amd64-cgo), func SetBpfTimeout //deprecated +pkg syscall (openbsd-amd64-cgo), func StringSlicePtr //deprecated +pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (openbsd-amd64-cgo), type InterfaceAnnounceMessage //deprecated +pkg syscall (openbsd-amd64-cgo), type InterfaceMessage //deprecated +pkg syscall (openbsd-amd64-cgo), type RouteMessage //deprecated +pkg syscall (openbsd-amd64-cgo), type RoutingMessage //deprecated +pkg syscall (windows-386), func FormatMessage //deprecated +pkg syscall (windows-386), func StringToUTF16 //deprecated +pkg syscall (windows-386), func StringToUTF16Ptr //deprecated +pkg syscall (windows-amd64), func FormatMessage //deprecated +pkg syscall (windows-amd64), func StringToUTF16 //deprecated +pkg syscall (windows-amd64), func StringToUTF16Ptr //deprecated +pkg syscall, func StringBytePtr //deprecated +pkg syscall, func StringByteSlice //deprecated +# darwin arm64 port +pkg log/syslog (darwin-arm64), const LOG_ALERT = 1 +pkg log/syslog (darwin-arm64), const LOG_ALERT Priority +pkg log/syslog (darwin-arm64), const LOG_AUTH = 32 +pkg log/syslog (darwin-arm64), const LOG_AUTH Priority +pkg log/syslog (darwin-arm64), const LOG_AUTHPRIV = 80 +pkg log/syslog (darwin-arm64), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-arm64), const LOG_CRIT = 2 +pkg log/syslog (darwin-arm64), const LOG_CRIT Priority +pkg log/syslog (darwin-arm64), const LOG_CRON = 72 +pkg log/syslog (darwin-arm64), const LOG_CRON Priority +pkg log/syslog (darwin-arm64), const LOG_DAEMON = 24 +pkg log/syslog (darwin-arm64), const LOG_DAEMON Priority +pkg log/syslog (darwin-arm64), const LOG_DEBUG = 7 +pkg log/syslog (darwin-arm64), const LOG_DEBUG Priority +pkg log/syslog (darwin-arm64), const LOG_EMERG = 0 +pkg log/syslog (darwin-arm64), const LOG_EMERG Priority +pkg log/syslog (darwin-arm64), const LOG_ERR = 3 +pkg log/syslog (darwin-arm64), const LOG_ERR Priority +pkg log/syslog (darwin-arm64), const LOG_FTP = 88 +pkg log/syslog (darwin-arm64), const LOG_FTP Priority +pkg log/syslog (darwin-arm64), const LOG_INFO = 6 +pkg log/syslog (darwin-arm64), const LOG_INFO Priority +pkg log/syslog (darwin-arm64), const LOG_KERN = 0 +pkg log/syslog (darwin-arm64), const LOG_KERN Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL0 = 128 +pkg log/syslog (darwin-arm64), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL1 = 136 +pkg log/syslog (darwin-arm64), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL2 = 144 +pkg log/syslog (darwin-arm64), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL3 = 152 +pkg log/syslog (darwin-arm64), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL4 = 160 +pkg log/syslog (darwin-arm64), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL5 = 168 +pkg log/syslog (darwin-arm64), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL6 = 176 +pkg log/syslog (darwin-arm64), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-arm64), const LOG_LOCAL7 = 184 +pkg log/syslog (darwin-arm64), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-arm64), const LOG_LPR = 48 +pkg log/syslog (darwin-arm64), const LOG_LPR Priority +pkg log/syslog (darwin-arm64), const LOG_MAIL = 16 +pkg log/syslog (darwin-arm64), const LOG_MAIL Priority +pkg log/syslog (darwin-arm64), const LOG_NEWS = 56 +pkg log/syslog (darwin-arm64), const LOG_NEWS Priority +pkg log/syslog (darwin-arm64), const LOG_NOTICE = 5 +pkg log/syslog (darwin-arm64), const LOG_NOTICE Priority +pkg log/syslog (darwin-arm64), const LOG_SYSLOG = 40 +pkg log/syslog (darwin-arm64), const LOG_SYSLOG Priority +pkg log/syslog (darwin-arm64), const LOG_USER = 8 +pkg log/syslog (darwin-arm64), const LOG_USER Priority +pkg log/syslog (darwin-arm64), const LOG_UUCP = 64 +pkg log/syslog (darwin-arm64), const LOG_UUCP Priority +pkg log/syslog (darwin-arm64), const LOG_WARNING = 4 +pkg log/syslog (darwin-arm64), const LOG_WARNING Priority +pkg log/syslog (darwin-arm64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (darwin-arm64), func New(Priority, string) (*Writer, error) +pkg log/syslog (darwin-arm64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (darwin-arm64), method (*Writer) Alert(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Close() error +pkg log/syslog (darwin-arm64), method (*Writer) Crit(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Debug(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Emerg(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Err(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Info(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Notice(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Warning(string) error +pkg log/syslog (darwin-arm64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (darwin-arm64), type Priority int +pkg log/syslog (darwin-arm64), type Writer struct +pkg log/syslog (darwin-arm64-cgo), const LOG_ALERT = 1 +pkg log/syslog (darwin-arm64-cgo), const LOG_ALERT Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_AUTH = 32 +pkg log/syslog (darwin-arm64-cgo), const LOG_AUTH Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_AUTHPRIV = 80 +pkg log/syslog (darwin-arm64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_CRIT = 2 +pkg log/syslog (darwin-arm64-cgo), const LOG_CRIT Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_CRON = 72 +pkg log/syslog (darwin-arm64-cgo), const LOG_CRON Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_DAEMON = 24 +pkg log/syslog (darwin-arm64-cgo), const LOG_DAEMON Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_DEBUG = 7 +pkg log/syslog (darwin-arm64-cgo), const LOG_DEBUG Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_EMERG = 0 +pkg log/syslog (darwin-arm64-cgo), const LOG_EMERG Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_ERR = 3 +pkg log/syslog (darwin-arm64-cgo), const LOG_ERR Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_FTP = 88 +pkg log/syslog (darwin-arm64-cgo), const LOG_FTP Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_INFO = 6 +pkg log/syslog (darwin-arm64-cgo), const LOG_INFO Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_KERN = 0 +pkg log/syslog (darwin-arm64-cgo), const LOG_KERN Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL0 = 128 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL1 = 136 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL2 = 144 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL3 = 152 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL4 = 160 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL5 = 168 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL6 = 176 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL7 = 184 +pkg log/syslog (darwin-arm64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_LPR = 48 +pkg log/syslog (darwin-arm64-cgo), const LOG_LPR Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_MAIL = 16 +pkg log/syslog (darwin-arm64-cgo), const LOG_MAIL Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_NEWS = 56 +pkg log/syslog (darwin-arm64-cgo), const LOG_NEWS Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_NOTICE = 5 +pkg log/syslog (darwin-arm64-cgo), const LOG_NOTICE Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_SYSLOG = 40 +pkg log/syslog (darwin-arm64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_USER = 8 +pkg log/syslog (darwin-arm64-cgo), const LOG_USER Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_UUCP = 64 +pkg log/syslog (darwin-arm64-cgo), const LOG_UUCP Priority +pkg log/syslog (darwin-arm64-cgo), const LOG_WARNING = 4 +pkg log/syslog (darwin-arm64-cgo), const LOG_WARNING Priority +pkg log/syslog (darwin-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (darwin-arm64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (darwin-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Close() error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Err(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Info(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (darwin-arm64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (darwin-arm64-cgo), type Priority int +pkg log/syslog (darwin-arm64-cgo), type Writer struct +pkg math/bits (darwin-arm64), const UintSize = 64 +pkg math/bits (darwin-arm64-cgo), const UintSize = 64 +pkg os (darwin-arm64), const DevNull = "/dev/null" +pkg os (darwin-arm64), const O_APPEND = 8 +pkg os (darwin-arm64), const O_CREATE = 512 +pkg os (darwin-arm64), const O_EXCL = 2048 +pkg os (darwin-arm64), const O_SYNC = 128 +pkg os (darwin-arm64), const O_TRUNC = 1024 +pkg os (darwin-arm64), const PathListSeparator = 58 +pkg os (darwin-arm64), const PathSeparator = 47 +pkg os (darwin-arm64-cgo), const DevNull = "/dev/null" +pkg os (darwin-arm64-cgo), const O_APPEND = 8 +pkg os (darwin-arm64-cgo), const O_CREATE = 512 +pkg os (darwin-arm64-cgo), const O_EXCL = 2048 +pkg os (darwin-arm64-cgo), const O_SYNC = 128 +pkg os (darwin-arm64-cgo), const O_TRUNC = 1024 +pkg os (darwin-arm64-cgo), const PathListSeparator = 58 +pkg os (darwin-arm64-cgo), const PathSeparator = 47 +pkg path/filepath (darwin-arm64), const ListSeparator = 58 +pkg path/filepath (darwin-arm64), const Separator = 47 +pkg path/filepath (darwin-arm64-cgo), const ListSeparator = 58 +pkg path/filepath (darwin-arm64-cgo), const Separator = 47 +pkg runtime (darwin-arm64), const GOARCH = "arm64" +pkg runtime (darwin-arm64), const GOOS = "darwin" +pkg runtime (darwin-arm64-cgo), const GOARCH = "arm64" +pkg runtime (darwin-arm64-cgo), const GOOS = "darwin" +pkg strconv (darwin-arm64), const IntSize = 64 +pkg strconv (darwin-arm64-cgo), const IntSize = 64 +pkg syscall (darwin-arm64), const AF_APPLETALK = 16 +pkg syscall (darwin-arm64), const AF_APPLETALK ideal-int +pkg syscall (darwin-arm64), const AF_CCITT = 10 +pkg syscall (darwin-arm64), const AF_CCITT ideal-int +pkg syscall (darwin-arm64), const AF_CHAOS = 5 +pkg syscall (darwin-arm64), const AF_CHAOS ideal-int +pkg syscall (darwin-arm64), const AF_CNT = 21 +pkg syscall (darwin-arm64), const AF_CNT ideal-int +pkg syscall (darwin-arm64), const AF_COIP = 20 +pkg syscall (darwin-arm64), const AF_COIP ideal-int +pkg syscall (darwin-arm64), const AF_DATAKIT = 9 +pkg syscall (darwin-arm64), const AF_DATAKIT ideal-int +pkg syscall (darwin-arm64), const AF_DECnet = 12 +pkg syscall (darwin-arm64), const AF_DECnet ideal-int +pkg syscall (darwin-arm64), const AF_DLI = 13 +pkg syscall (darwin-arm64), const AF_DLI ideal-int +pkg syscall (darwin-arm64), const AF_E164 = 28 +pkg syscall (darwin-arm64), const AF_E164 ideal-int +pkg syscall (darwin-arm64), const AF_ECMA = 8 +pkg syscall (darwin-arm64), const AF_ECMA ideal-int +pkg syscall (darwin-arm64), const AF_HYLINK = 15 +pkg syscall (darwin-arm64), const AF_HYLINK ideal-int +pkg syscall (darwin-arm64), const AF_IEEE80211 = 37 +pkg syscall (darwin-arm64), const AF_IEEE80211 ideal-int +pkg syscall (darwin-arm64), const AF_IMPLINK = 3 +pkg syscall (darwin-arm64), const AF_IMPLINK ideal-int +pkg syscall (darwin-arm64), const AF_INET6 = 30 +pkg syscall (darwin-arm64), const AF_IPX = 23 +pkg syscall (darwin-arm64), const AF_IPX ideal-int +pkg syscall (darwin-arm64), const AF_ISDN = 28 +pkg syscall (darwin-arm64), const AF_ISDN ideal-int +pkg syscall (darwin-arm64), const AF_ISO = 7 +pkg syscall (darwin-arm64), const AF_ISO ideal-int +pkg syscall (darwin-arm64), const AF_LAT = 14 +pkg syscall (darwin-arm64), const AF_LAT ideal-int +pkg syscall (darwin-arm64), const AF_LINK = 18 +pkg syscall (darwin-arm64), const AF_LINK ideal-int +pkg syscall (darwin-arm64), const AF_LOCAL = 1 +pkg syscall (darwin-arm64), const AF_LOCAL ideal-int +pkg syscall (darwin-arm64), const AF_MAX = 40 +pkg syscall (darwin-arm64), const AF_MAX ideal-int +pkg syscall (darwin-arm64), const AF_NATM = 31 +pkg syscall (darwin-arm64), const AF_NATM ideal-int +pkg syscall (darwin-arm64), const AF_NDRV = 27 +pkg syscall (darwin-arm64), const AF_NDRV ideal-int +pkg syscall (darwin-arm64), const AF_NETBIOS = 33 +pkg syscall (darwin-arm64), const AF_NETBIOS ideal-int +pkg syscall (darwin-arm64), const AF_NS = 6 +pkg syscall (darwin-arm64), const AF_NS ideal-int +pkg syscall (darwin-arm64), const AF_OSI = 7 +pkg syscall (darwin-arm64), const AF_OSI ideal-int +pkg syscall (darwin-arm64), const AF_PPP = 34 +pkg syscall (darwin-arm64), const AF_PPP ideal-int +pkg syscall (darwin-arm64), const AF_PUP = 4 +pkg syscall (darwin-arm64), const AF_PUP ideal-int +pkg syscall (darwin-arm64), const AF_RESERVED_36 = 36 +pkg syscall (darwin-arm64), const AF_RESERVED_36 ideal-int +pkg syscall (darwin-arm64), const AF_ROUTE = 17 +pkg syscall (darwin-arm64), const AF_ROUTE ideal-int +pkg syscall (darwin-arm64), const AF_SIP = 24 +pkg syscall (darwin-arm64), const AF_SIP ideal-int +pkg syscall (darwin-arm64), const AF_SNA = 11 +pkg syscall (darwin-arm64), const AF_SNA ideal-int +pkg syscall (darwin-arm64), const AF_SYSTEM = 32 +pkg syscall (darwin-arm64), const AF_SYSTEM ideal-int +pkg syscall (darwin-arm64), const AF_UTUN = 38 +pkg syscall (darwin-arm64), const AF_UTUN ideal-int +pkg syscall (darwin-arm64), const B0 = 0 +pkg syscall (darwin-arm64), const B0 ideal-int +pkg syscall (darwin-arm64), const B110 = 110 +pkg syscall (darwin-arm64), const B110 ideal-int +pkg syscall (darwin-arm64), const B115200 = 115200 +pkg syscall (darwin-arm64), const B115200 ideal-int +pkg syscall (darwin-arm64), const B1200 = 1200 +pkg syscall (darwin-arm64), const B1200 ideal-int +pkg syscall (darwin-arm64), const B134 = 134 +pkg syscall (darwin-arm64), const B134 ideal-int +pkg syscall (darwin-arm64), const B14400 = 14400 +pkg syscall (darwin-arm64), const B14400 ideal-int +pkg syscall (darwin-arm64), const B150 = 150 +pkg syscall (darwin-arm64), const B150 ideal-int +pkg syscall (darwin-arm64), const B1800 = 1800 +pkg syscall (darwin-arm64), const B1800 ideal-int +pkg syscall (darwin-arm64), const B19200 = 19200 +pkg syscall (darwin-arm64), const B19200 ideal-int +pkg syscall (darwin-arm64), const B200 = 200 +pkg syscall (darwin-arm64), const B200 ideal-int +pkg syscall (darwin-arm64), const B230400 = 230400 +pkg syscall (darwin-arm64), const B230400 ideal-int +pkg syscall (darwin-arm64), const B2400 = 2400 +pkg syscall (darwin-arm64), const B2400 ideal-int +pkg syscall (darwin-arm64), const B28800 = 28800 +pkg syscall (darwin-arm64), const B28800 ideal-int +pkg syscall (darwin-arm64), const B300 = 300 +pkg syscall (darwin-arm64), const B300 ideal-int +pkg syscall (darwin-arm64), const B38400 = 38400 +pkg syscall (darwin-arm64), const B38400 ideal-int +pkg syscall (darwin-arm64), const B4800 = 4800 +pkg syscall (darwin-arm64), const B4800 ideal-int +pkg syscall (darwin-arm64), const B50 = 50 +pkg syscall (darwin-arm64), const B50 ideal-int +pkg syscall (darwin-arm64), const B57600 = 57600 +pkg syscall (darwin-arm64), const B57600 ideal-int +pkg syscall (darwin-arm64), const B600 = 600 +pkg syscall (darwin-arm64), const B600 ideal-int +pkg syscall (darwin-arm64), const B7200 = 7200 +pkg syscall (darwin-arm64), const B7200 ideal-int +pkg syscall (darwin-arm64), const B75 = 75 +pkg syscall (darwin-arm64), const B75 ideal-int +pkg syscall (darwin-arm64), const B76800 = 76800 +pkg syscall (darwin-arm64), const B76800 ideal-int +pkg syscall (darwin-arm64), const B9600 = 9600 +pkg syscall (darwin-arm64), const B9600 ideal-int +pkg syscall (darwin-arm64), const BIOCFLUSH = 536887912 +pkg syscall (darwin-arm64), const BIOCFLUSH ideal-int +pkg syscall (darwin-arm64), const BIOCGBLEN = 1074020966 +pkg syscall (darwin-arm64), const BIOCGBLEN ideal-int +pkg syscall (darwin-arm64), const BIOCGDLT = 1074020970 +pkg syscall (darwin-arm64), const BIOCGDLT ideal-int +pkg syscall (darwin-arm64), const BIOCGDLTLIST = 3222028921 +pkg syscall (darwin-arm64), const BIOCGDLTLIST ideal-int +pkg syscall (darwin-arm64), const BIOCGETIF = 1075855979 +pkg syscall (darwin-arm64), const BIOCGETIF ideal-int +pkg syscall (darwin-arm64), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (darwin-arm64), const BIOCGHDRCMPLT ideal-int +pkg syscall (darwin-arm64), const BIOCGRSIG = 1074020978 +pkg syscall (darwin-arm64), const BIOCGRSIG ideal-int +pkg syscall (darwin-arm64), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (darwin-arm64), const BIOCGRTIMEOUT ideal-int +pkg syscall (darwin-arm64), const BIOCGSEESENT = 1074020982 +pkg syscall (darwin-arm64), const BIOCGSEESENT ideal-int +pkg syscall (darwin-arm64), const BIOCGSTATS = 1074283119 +pkg syscall (darwin-arm64), const BIOCGSTATS ideal-int +pkg syscall (darwin-arm64), const BIOCIMMEDIATE = 2147762800 +pkg syscall (darwin-arm64), const BIOCIMMEDIATE ideal-int +pkg syscall (darwin-arm64), const BIOCPROMISC = 536887913 +pkg syscall (darwin-arm64), const BIOCPROMISC ideal-int +pkg syscall (darwin-arm64), const BIOCSBLEN = 3221504614 +pkg syscall (darwin-arm64), const BIOCSBLEN ideal-int +pkg syscall (darwin-arm64), const BIOCSDLT = 2147762808 +pkg syscall (darwin-arm64), const BIOCSDLT ideal-int +pkg syscall (darwin-arm64), const BIOCSETF = 2148549223 +pkg syscall (darwin-arm64), const BIOCSETF ideal-int +pkg syscall (darwin-arm64), const BIOCSETIF = 2149597804 +pkg syscall (darwin-arm64), const BIOCSETIF ideal-int +pkg syscall (darwin-arm64), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (darwin-arm64), const BIOCSHDRCMPLT ideal-int +pkg syscall (darwin-arm64), const BIOCSRSIG = 2147762803 +pkg syscall (darwin-arm64), const BIOCSRSIG ideal-int +pkg syscall (darwin-arm64), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (darwin-arm64), const BIOCSRTIMEOUT ideal-int +pkg syscall (darwin-arm64), const BIOCSSEESENT = 2147762807 +pkg syscall (darwin-arm64), const BIOCSSEESENT ideal-int +pkg syscall (darwin-arm64), const BIOCVERSION = 1074020977 +pkg syscall (darwin-arm64), const BIOCVERSION ideal-int +pkg syscall (darwin-arm64), const BPF_A = 16 +pkg syscall (darwin-arm64), const BPF_A ideal-int +pkg syscall (darwin-arm64), const BPF_ABS = 32 +pkg syscall (darwin-arm64), const BPF_ABS ideal-int +pkg syscall (darwin-arm64), const BPF_ADD = 0 +pkg syscall (darwin-arm64), const BPF_ADD ideal-int +pkg syscall (darwin-arm64), const BPF_ALIGNMENT = 4 +pkg syscall (darwin-arm64), const BPF_ALIGNMENT ideal-int +pkg syscall (darwin-arm64), const BPF_ALU = 4 +pkg syscall (darwin-arm64), const BPF_ALU ideal-int +pkg syscall (darwin-arm64), const BPF_AND = 80 +pkg syscall (darwin-arm64), const BPF_AND ideal-int +pkg syscall (darwin-arm64), const BPF_B = 16 +pkg syscall (darwin-arm64), const BPF_B ideal-int +pkg syscall (darwin-arm64), const BPF_DIV = 48 +pkg syscall (darwin-arm64), const BPF_DIV ideal-int +pkg syscall (darwin-arm64), const BPF_H = 8 +pkg syscall (darwin-arm64), const BPF_H ideal-int +pkg syscall (darwin-arm64), const BPF_IMM = 0 +pkg syscall (darwin-arm64), const BPF_IMM ideal-int +pkg syscall (darwin-arm64), const BPF_IND = 64 +pkg syscall (darwin-arm64), const BPF_IND ideal-int +pkg syscall (darwin-arm64), const BPF_JA = 0 +pkg syscall (darwin-arm64), const BPF_JA ideal-int +pkg syscall (darwin-arm64), const BPF_JEQ = 16 +pkg syscall (darwin-arm64), const BPF_JEQ ideal-int +pkg syscall (darwin-arm64), const BPF_JGE = 48 +pkg syscall (darwin-arm64), const BPF_JGE ideal-int +pkg syscall (darwin-arm64), const BPF_JGT = 32 +pkg syscall (darwin-arm64), const BPF_JGT ideal-int +pkg syscall (darwin-arm64), const BPF_JMP = 5 +pkg syscall (darwin-arm64), const BPF_JMP ideal-int +pkg syscall (darwin-arm64), const BPF_JSET = 64 +pkg syscall (darwin-arm64), const BPF_JSET ideal-int +pkg syscall (darwin-arm64), const BPF_K = 0 +pkg syscall (darwin-arm64), const BPF_K ideal-int +pkg syscall (darwin-arm64), const BPF_LD = 0 +pkg syscall (darwin-arm64), const BPF_LD ideal-int +pkg syscall (darwin-arm64), const BPF_LDX = 1 +pkg syscall (darwin-arm64), const BPF_LDX ideal-int +pkg syscall (darwin-arm64), const BPF_LEN = 128 +pkg syscall (darwin-arm64), const BPF_LEN ideal-int +pkg syscall (darwin-arm64), const BPF_LSH = 96 +pkg syscall (darwin-arm64), const BPF_LSH ideal-int +pkg syscall (darwin-arm64), const BPF_MAJOR_VERSION = 1 +pkg syscall (darwin-arm64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (darwin-arm64), const BPF_MAXBUFSIZE = 524288 +pkg syscall (darwin-arm64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (darwin-arm64), const BPF_MAXINSNS = 512 +pkg syscall (darwin-arm64), const BPF_MAXINSNS ideal-int +pkg syscall (darwin-arm64), const BPF_MEM = 96 +pkg syscall (darwin-arm64), const BPF_MEM ideal-int +pkg syscall (darwin-arm64), const BPF_MEMWORDS = 16 +pkg syscall (darwin-arm64), const BPF_MEMWORDS ideal-int +pkg syscall (darwin-arm64), const BPF_MINBUFSIZE = 32 +pkg syscall (darwin-arm64), const BPF_MINBUFSIZE ideal-int +pkg syscall (darwin-arm64), const BPF_MINOR_VERSION = 1 +pkg syscall (darwin-arm64), const BPF_MINOR_VERSION ideal-int +pkg syscall (darwin-arm64), const BPF_MISC = 7 +pkg syscall (darwin-arm64), const BPF_MISC ideal-int +pkg syscall (darwin-arm64), const BPF_MSH = 160 +pkg syscall (darwin-arm64), const BPF_MSH ideal-int +pkg syscall (darwin-arm64), const BPF_MUL = 32 +pkg syscall (darwin-arm64), const BPF_MUL ideal-int +pkg syscall (darwin-arm64), const BPF_NEG = 128 +pkg syscall (darwin-arm64), const BPF_NEG ideal-int +pkg syscall (darwin-arm64), const BPF_OR = 64 +pkg syscall (darwin-arm64), const BPF_OR ideal-int +pkg syscall (darwin-arm64), const BPF_RELEASE = 199606 +pkg syscall (darwin-arm64), const BPF_RELEASE ideal-int +pkg syscall (darwin-arm64), const BPF_RET = 6 +pkg syscall (darwin-arm64), const BPF_RET ideal-int +pkg syscall (darwin-arm64), const BPF_RSH = 112 +pkg syscall (darwin-arm64), const BPF_RSH ideal-int +pkg syscall (darwin-arm64), const BPF_ST = 2 +pkg syscall (darwin-arm64), const BPF_ST ideal-int +pkg syscall (darwin-arm64), const BPF_STX = 3 +pkg syscall (darwin-arm64), const BPF_STX ideal-int +pkg syscall (darwin-arm64), const BPF_SUB = 16 +pkg syscall (darwin-arm64), const BPF_SUB ideal-int +pkg syscall (darwin-arm64), const BPF_TAX = 0 +pkg syscall (darwin-arm64), const BPF_TAX ideal-int +pkg syscall (darwin-arm64), const BPF_TXA = 128 +pkg syscall (darwin-arm64), const BPF_TXA ideal-int +pkg syscall (darwin-arm64), const BPF_W = 0 +pkg syscall (darwin-arm64), const BPF_W ideal-int +pkg syscall (darwin-arm64), const BPF_X = 8 +pkg syscall (darwin-arm64), const BPF_X ideal-int +pkg syscall (darwin-arm64), const BRKINT = 2 +pkg syscall (darwin-arm64), const BRKINT ideal-int +pkg syscall (darwin-arm64), const CFLUSH = 15 +pkg syscall (darwin-arm64), const CFLUSH ideal-int +pkg syscall (darwin-arm64), const CLOCAL = 32768 +pkg syscall (darwin-arm64), const CLOCAL ideal-int +pkg syscall (darwin-arm64), const CREAD = 2048 +pkg syscall (darwin-arm64), const CREAD ideal-int +pkg syscall (darwin-arm64), const CS5 = 0 +pkg syscall (darwin-arm64), const CS5 ideal-int +pkg syscall (darwin-arm64), const CS6 = 256 +pkg syscall (darwin-arm64), const CS6 ideal-int +pkg syscall (darwin-arm64), const CS7 = 512 +pkg syscall (darwin-arm64), const CS7 ideal-int +pkg syscall (darwin-arm64), const CS8 = 768 +pkg syscall (darwin-arm64), const CS8 ideal-int +pkg syscall (darwin-arm64), const CSIZE = 768 +pkg syscall (darwin-arm64), const CSIZE ideal-int +pkg syscall (darwin-arm64), const CSTART = 17 +pkg syscall (darwin-arm64), const CSTART ideal-int +pkg syscall (darwin-arm64), const CSTATUS = 20 +pkg syscall (darwin-arm64), const CSTATUS ideal-int +pkg syscall (darwin-arm64), const CSTOP = 19 +pkg syscall (darwin-arm64), const CSTOP ideal-int +pkg syscall (darwin-arm64), const CSTOPB = 1024 +pkg syscall (darwin-arm64), const CSTOPB ideal-int +pkg syscall (darwin-arm64), const CSUSP = 26 +pkg syscall (darwin-arm64), const CSUSP ideal-int +pkg syscall (darwin-arm64), const CTL_MAXNAME = 12 +pkg syscall (darwin-arm64), const CTL_MAXNAME ideal-int +pkg syscall (darwin-arm64), const CTL_NET = 4 +pkg syscall (darwin-arm64), const CTL_NET ideal-int +pkg syscall (darwin-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (darwin-arm64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (darwin-arm64), const DLT_ARCNET = 7 +pkg syscall (darwin-arm64), const DLT_ARCNET ideal-int +pkg syscall (darwin-arm64), const DLT_ATM_CLIP = 19 +pkg syscall (darwin-arm64), const DLT_ATM_CLIP ideal-int +pkg syscall (darwin-arm64), const DLT_ATM_RFC1483 = 11 +pkg syscall (darwin-arm64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (darwin-arm64), const DLT_AX25 = 3 +pkg syscall (darwin-arm64), const DLT_AX25 ideal-int +pkg syscall (darwin-arm64), const DLT_CHAOS = 5 +pkg syscall (darwin-arm64), const DLT_CHAOS ideal-int +pkg syscall (darwin-arm64), const DLT_CHDLC = 104 +pkg syscall (darwin-arm64), const DLT_CHDLC ideal-int +pkg syscall (darwin-arm64), const DLT_C_HDLC = 104 +pkg syscall (darwin-arm64), const DLT_C_HDLC ideal-int +pkg syscall (darwin-arm64), const DLT_EN10MB = 1 +pkg syscall (darwin-arm64), const DLT_EN10MB ideal-int +pkg syscall (darwin-arm64), const DLT_EN3MB = 2 +pkg syscall (darwin-arm64), const DLT_EN3MB ideal-int +pkg syscall (darwin-arm64), const DLT_FDDI = 10 +pkg syscall (darwin-arm64), const DLT_FDDI ideal-int +pkg syscall (darwin-arm64), const DLT_IEEE802 = 6 +pkg syscall (darwin-arm64), const DLT_IEEE802 ideal-int +pkg syscall (darwin-arm64), const DLT_IEEE802_11 = 105 +pkg syscall (darwin-arm64), const DLT_IEEE802_11 ideal-int +pkg syscall (darwin-arm64), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (darwin-arm64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (darwin-arm64), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (darwin-arm64), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (darwin-arm64), const DLT_LINUX_SLL = 113 +pkg syscall (darwin-arm64), const DLT_LINUX_SLL ideal-int +pkg syscall (darwin-arm64), const DLT_LOOP = 108 +pkg syscall (darwin-arm64), const DLT_LOOP ideal-int +pkg syscall (darwin-arm64), const DLT_NULL = 0 +pkg syscall (darwin-arm64), const DLT_NULL ideal-int +pkg syscall (darwin-arm64), const DLT_PFLOG = 117 +pkg syscall (darwin-arm64), const DLT_PFLOG ideal-int +pkg syscall (darwin-arm64), const DLT_PFSYNC = 18 +pkg syscall (darwin-arm64), const DLT_PFSYNC ideal-int +pkg syscall (darwin-arm64), const DLT_PPP = 9 +pkg syscall (darwin-arm64), const DLT_PPP ideal-int +pkg syscall (darwin-arm64), const DLT_PPP_BSDOS = 16 +pkg syscall (darwin-arm64), const DLT_PPP_BSDOS ideal-int +pkg syscall (darwin-arm64), const DLT_PPP_SERIAL = 50 +pkg syscall (darwin-arm64), const DLT_PPP_SERIAL ideal-int +pkg syscall (darwin-arm64), const DLT_PRONET = 4 +pkg syscall (darwin-arm64), const DLT_PRONET ideal-int +pkg syscall (darwin-arm64), const DLT_RAW = 12 +pkg syscall (darwin-arm64), const DLT_RAW ideal-int +pkg syscall (darwin-arm64), const DLT_SLIP = 8 +pkg syscall (darwin-arm64), const DLT_SLIP ideal-int +pkg syscall (darwin-arm64), const DLT_SLIP_BSDOS = 15 +pkg syscall (darwin-arm64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (darwin-arm64), const DT_BLK = 6 +pkg syscall (darwin-arm64), const DT_BLK ideal-int +pkg syscall (darwin-arm64), const DT_CHR = 2 +pkg syscall (darwin-arm64), const DT_CHR ideal-int +pkg syscall (darwin-arm64), const DT_DIR = 4 +pkg syscall (darwin-arm64), const DT_DIR ideal-int +pkg syscall (darwin-arm64), const DT_FIFO = 1 +pkg syscall (darwin-arm64), const DT_FIFO ideal-int +pkg syscall (darwin-arm64), const DT_LNK = 10 +pkg syscall (darwin-arm64), const DT_LNK ideal-int +pkg syscall (darwin-arm64), const DT_REG = 8 +pkg syscall (darwin-arm64), const DT_REG ideal-int +pkg syscall (darwin-arm64), const DT_SOCK = 12 +pkg syscall (darwin-arm64), const DT_SOCK ideal-int +pkg syscall (darwin-arm64), const DT_UNKNOWN = 0 +pkg syscall (darwin-arm64), const DT_UNKNOWN ideal-int +pkg syscall (darwin-arm64), const DT_WHT = 14 +pkg syscall (darwin-arm64), const DT_WHT ideal-int +pkg syscall (darwin-arm64), const E2BIG = 7 +pkg syscall (darwin-arm64), const EACCES = 13 +pkg syscall (darwin-arm64), const EADDRINUSE = 48 +pkg syscall (darwin-arm64), const EADDRNOTAVAIL = 49 +pkg syscall (darwin-arm64), const EAFNOSUPPORT = 47 +pkg syscall (darwin-arm64), const EAGAIN = 35 +pkg syscall (darwin-arm64), const EALREADY = 37 +pkg syscall (darwin-arm64), const EAUTH = 80 +pkg syscall (darwin-arm64), const EAUTH Errno +pkg syscall (darwin-arm64), const EBADARCH = 86 +pkg syscall (darwin-arm64), const EBADARCH Errno +pkg syscall (darwin-arm64), const EBADEXEC = 85 +pkg syscall (darwin-arm64), const EBADEXEC Errno +pkg syscall (darwin-arm64), const EBADF = 9 +pkg syscall (darwin-arm64), const EBADMACHO = 88 +pkg syscall (darwin-arm64), const EBADMACHO Errno +pkg syscall (darwin-arm64), const EBADMSG = 94 +pkg syscall (darwin-arm64), const EBADMSG Errno +pkg syscall (darwin-arm64), const EBADRPC = 72 +pkg syscall (darwin-arm64), const EBADRPC Errno +pkg syscall (darwin-arm64), const EBUSY = 16 +pkg syscall (darwin-arm64), const ECANCELED = 89 +pkg syscall (darwin-arm64), const ECHILD = 10 +pkg syscall (darwin-arm64), const ECHO = 8 +pkg syscall (darwin-arm64), const ECHO ideal-int +pkg syscall (darwin-arm64), const ECHOCTL = 64 +pkg syscall (darwin-arm64), const ECHOCTL ideal-int +pkg syscall (darwin-arm64), const ECHOE = 2 +pkg syscall (darwin-arm64), const ECHOE ideal-int +pkg syscall (darwin-arm64), const ECHOK = 4 +pkg syscall (darwin-arm64), const ECHOK ideal-int +pkg syscall (darwin-arm64), const ECHOKE = 1 +pkg syscall (darwin-arm64), const ECHOKE ideal-int +pkg syscall (darwin-arm64), const ECHONL = 16 +pkg syscall (darwin-arm64), const ECHONL ideal-int +pkg syscall (darwin-arm64), const ECHOPRT = 32 +pkg syscall (darwin-arm64), const ECHOPRT ideal-int +pkg syscall (darwin-arm64), const ECONNABORTED = 53 +pkg syscall (darwin-arm64), const ECONNREFUSED = 61 +pkg syscall (darwin-arm64), const ECONNRESET = 54 +pkg syscall (darwin-arm64), const EDEADLK = 11 +pkg syscall (darwin-arm64), const EDESTADDRREQ = 39 +pkg syscall (darwin-arm64), const EDEVERR = 83 +pkg syscall (darwin-arm64), const EDEVERR Errno +pkg syscall (darwin-arm64), const EDOM = 33 +pkg syscall (darwin-arm64), const EDQUOT = 69 +pkg syscall (darwin-arm64), const EEXIST = 17 +pkg syscall (darwin-arm64), const EFAULT = 14 +pkg syscall (darwin-arm64), const EFBIG = 27 +pkg syscall (darwin-arm64), const EFTYPE = 79 +pkg syscall (darwin-arm64), const EFTYPE Errno +pkg syscall (darwin-arm64), const EHOSTDOWN = 64 +pkg syscall (darwin-arm64), const EHOSTUNREACH = 65 +pkg syscall (darwin-arm64), const EIDRM = 90 +pkg syscall (darwin-arm64), const EILSEQ = 92 +pkg syscall (darwin-arm64), const EINPROGRESS = 36 +pkg syscall (darwin-arm64), const EINTR = 4 +pkg syscall (darwin-arm64), const EINVAL = 22 +pkg syscall (darwin-arm64), const EIO = 5 +pkg syscall (darwin-arm64), const EISCONN = 56 +pkg syscall (darwin-arm64), const EISDIR = 21 +pkg syscall (darwin-arm64), const ELAST = 106 +pkg syscall (darwin-arm64), const ELAST Errno +pkg syscall (darwin-arm64), const ELOOP = 62 +pkg syscall (darwin-arm64), const EMFILE = 24 +pkg syscall (darwin-arm64), const EMLINK = 31 +pkg syscall (darwin-arm64), const EMSGSIZE = 40 +pkg syscall (darwin-arm64), const EMULTIHOP = 95 +pkg syscall (darwin-arm64), const EMULTIHOP Errno +pkg syscall (darwin-arm64), const ENAMETOOLONG = 63 +pkg syscall (darwin-arm64), const ENEEDAUTH = 81 +pkg syscall (darwin-arm64), const ENEEDAUTH Errno +pkg syscall (darwin-arm64), const ENETDOWN = 50 +pkg syscall (darwin-arm64), const ENETRESET = 52 +pkg syscall (darwin-arm64), const ENETUNREACH = 51 +pkg syscall (darwin-arm64), const ENFILE = 23 +pkg syscall (darwin-arm64), const ENOATTR = 93 +pkg syscall (darwin-arm64), const ENOATTR Errno +pkg syscall (darwin-arm64), const ENOBUFS = 55 +pkg syscall (darwin-arm64), const ENODATA = 96 +pkg syscall (darwin-arm64), const ENODATA Errno +pkg syscall (darwin-arm64), const ENODEV = 19 +pkg syscall (darwin-arm64), const ENOEXEC = 8 +pkg syscall (darwin-arm64), const ENOLCK = 77 +pkg syscall (darwin-arm64), const ENOLINK = 97 +pkg syscall (darwin-arm64), const ENOLINK Errno +pkg syscall (darwin-arm64), const ENOMEM = 12 +pkg syscall (darwin-arm64), const ENOMSG = 91 +pkg syscall (darwin-arm64), const ENOPOLICY = 103 +pkg syscall (darwin-arm64), const ENOPOLICY Errno +pkg syscall (darwin-arm64), const ENOPROTOOPT = 42 +pkg syscall (darwin-arm64), const ENOSPC = 28 +pkg syscall (darwin-arm64), const ENOSR = 98 +pkg syscall (darwin-arm64), const ENOSR Errno +pkg syscall (darwin-arm64), const ENOSTR = 99 +pkg syscall (darwin-arm64), const ENOSTR Errno +pkg syscall (darwin-arm64), const ENOSYS = 78 +pkg syscall (darwin-arm64), const ENOTBLK = 15 +pkg syscall (darwin-arm64), const ENOTCONN = 57 +pkg syscall (darwin-arm64), const ENOTDIR = 20 +pkg syscall (darwin-arm64), const ENOTEMPTY = 66 +pkg syscall (darwin-arm64), const ENOTRECOVERABLE = 104 +pkg syscall (darwin-arm64), const ENOTRECOVERABLE Errno +pkg syscall (darwin-arm64), const ENOTSOCK = 38 +pkg syscall (darwin-arm64), const ENOTSUP = 45 +pkg syscall (darwin-arm64), const ENOTTY = 25 +pkg syscall (darwin-arm64), const ENXIO = 6 +pkg syscall (darwin-arm64), const EOPNOTSUPP = 102 +pkg syscall (darwin-arm64), const EOVERFLOW = 84 +pkg syscall (darwin-arm64), const EOWNERDEAD = 105 +pkg syscall (darwin-arm64), const EOWNERDEAD Errno +pkg syscall (darwin-arm64), const EPERM = 1 +pkg syscall (darwin-arm64), const EPFNOSUPPORT = 46 +pkg syscall (darwin-arm64), const EPIPE = 32 +pkg syscall (darwin-arm64), const EPROCLIM = 67 +pkg syscall (darwin-arm64), const EPROCLIM Errno +pkg syscall (darwin-arm64), const EPROCUNAVAIL = 76 +pkg syscall (darwin-arm64), const EPROCUNAVAIL Errno +pkg syscall (darwin-arm64), const EPROGMISMATCH = 75 +pkg syscall (darwin-arm64), const EPROGMISMATCH Errno +pkg syscall (darwin-arm64), const EPROGUNAVAIL = 74 +pkg syscall (darwin-arm64), const EPROGUNAVAIL Errno +pkg syscall (darwin-arm64), const EPROTO = 100 +pkg syscall (darwin-arm64), const EPROTO Errno +pkg syscall (darwin-arm64), const EPROTONOSUPPORT = 43 +pkg syscall (darwin-arm64), const EPROTOTYPE = 41 +pkg syscall (darwin-arm64), const EPWROFF = 82 +pkg syscall (darwin-arm64), const EPWROFF Errno +pkg syscall (darwin-arm64), const EQFULL = 106 +pkg syscall (darwin-arm64), const EQFULL Errno +pkg syscall (darwin-arm64), const ERANGE = 34 +pkg syscall (darwin-arm64), const EREMOTE = 71 +pkg syscall (darwin-arm64), const EROFS = 30 +pkg syscall (darwin-arm64), const ERPCMISMATCH = 73 +pkg syscall (darwin-arm64), const ERPCMISMATCH Errno +pkg syscall (darwin-arm64), const ESHLIBVERS = 87 +pkg syscall (darwin-arm64), const ESHLIBVERS Errno +pkg syscall (darwin-arm64), const ESHUTDOWN = 58 +pkg syscall (darwin-arm64), const ESOCKTNOSUPPORT = 44 +pkg syscall (darwin-arm64), const ESPIPE = 29 +pkg syscall (darwin-arm64), const ESRCH = 3 +pkg syscall (darwin-arm64), const ESTALE = 70 +pkg syscall (darwin-arm64), const ETIME = 101 +pkg syscall (darwin-arm64), const ETIME Errno +pkg syscall (darwin-arm64), const ETIMEDOUT = 60 +pkg syscall (darwin-arm64), const ETOOMANYREFS = 59 +pkg syscall (darwin-arm64), const ETXTBSY = 26 +pkg syscall (darwin-arm64), const EUSERS = 68 +pkg syscall (darwin-arm64), const EVFILT_AIO = -3 +pkg syscall (darwin-arm64), const EVFILT_AIO ideal-int +pkg syscall (darwin-arm64), const EVFILT_FS = -9 +pkg syscall (darwin-arm64), const EVFILT_FS ideal-int +pkg syscall (darwin-arm64), const EVFILT_MACHPORT = -8 +pkg syscall (darwin-arm64), const EVFILT_MACHPORT ideal-int +pkg syscall (darwin-arm64), const EVFILT_PROC = -5 +pkg syscall (darwin-arm64), const EVFILT_PROC ideal-int +pkg syscall (darwin-arm64), const EVFILT_READ = -1 +pkg syscall (darwin-arm64), const EVFILT_READ ideal-int +pkg syscall (darwin-arm64), const EVFILT_SIGNAL = -6 +pkg syscall (darwin-arm64), const EVFILT_SIGNAL ideal-int +pkg syscall (darwin-arm64), const EVFILT_SYSCOUNT = 14 +pkg syscall (darwin-arm64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (darwin-arm64), const EVFILT_THREADMARKER = 14 +pkg syscall (darwin-arm64), const EVFILT_THREADMARKER ideal-int +pkg syscall (darwin-arm64), const EVFILT_TIMER = -7 +pkg syscall (darwin-arm64), const EVFILT_TIMER ideal-int +pkg syscall (darwin-arm64), const EVFILT_USER = -10 +pkg syscall (darwin-arm64), const EVFILT_USER ideal-int +pkg syscall (darwin-arm64), const EVFILT_VM = -12 +pkg syscall (darwin-arm64), const EVFILT_VM ideal-int +pkg syscall (darwin-arm64), const EVFILT_VNODE = -4 +pkg syscall (darwin-arm64), const EVFILT_VNODE ideal-int +pkg syscall (darwin-arm64), const EVFILT_WRITE = -2 +pkg syscall (darwin-arm64), const EVFILT_WRITE ideal-int +pkg syscall (darwin-arm64), const EV_ADD = 1 +pkg syscall (darwin-arm64), const EV_ADD ideal-int +pkg syscall (darwin-arm64), const EV_CLEAR = 32 +pkg syscall (darwin-arm64), const EV_CLEAR ideal-int +pkg syscall (darwin-arm64), const EV_DELETE = 2 +pkg syscall (darwin-arm64), const EV_DELETE ideal-int +pkg syscall (darwin-arm64), const EV_DISABLE = 8 +pkg syscall (darwin-arm64), const EV_DISABLE ideal-int +pkg syscall (darwin-arm64), const EV_DISPATCH = 128 +pkg syscall (darwin-arm64), const EV_DISPATCH ideal-int +pkg syscall (darwin-arm64), const EV_ENABLE = 4 +pkg syscall (darwin-arm64), const EV_ENABLE ideal-int +pkg syscall (darwin-arm64), const EV_EOF = 32768 +pkg syscall (darwin-arm64), const EV_EOF ideal-int +pkg syscall (darwin-arm64), const EV_ERROR = 16384 +pkg syscall (darwin-arm64), const EV_ERROR ideal-int +pkg syscall (darwin-arm64), const EV_FLAG0 = 4096 +pkg syscall (darwin-arm64), const EV_FLAG0 ideal-int +pkg syscall (darwin-arm64), const EV_FLAG1 = 8192 +pkg syscall (darwin-arm64), const EV_FLAG1 ideal-int +pkg syscall (darwin-arm64), const EV_ONESHOT = 16 +pkg syscall (darwin-arm64), const EV_ONESHOT ideal-int +pkg syscall (darwin-arm64), const EV_OOBAND = 8192 +pkg syscall (darwin-arm64), const EV_OOBAND ideal-int +pkg syscall (darwin-arm64), const EV_POLL = 4096 +pkg syscall (darwin-arm64), const EV_POLL ideal-int +pkg syscall (darwin-arm64), const EV_RECEIPT = 64 +pkg syscall (darwin-arm64), const EV_RECEIPT ideal-int +pkg syscall (darwin-arm64), const EV_SYSFLAGS = 61440 +pkg syscall (darwin-arm64), const EV_SYSFLAGS ideal-int +pkg syscall (darwin-arm64), const EWOULDBLOCK = 35 +pkg syscall (darwin-arm64), const EXDEV = 18 +pkg syscall (darwin-arm64), const EXTA = 19200 +pkg syscall (darwin-arm64), const EXTA ideal-int +pkg syscall (darwin-arm64), const EXTB = 38400 +pkg syscall (darwin-arm64), const EXTB ideal-int +pkg syscall (darwin-arm64), const EXTPROC = 2048 +pkg syscall (darwin-arm64), const EXTPROC ideal-int +pkg syscall (darwin-arm64), const FD_CLOEXEC = 1 +pkg syscall (darwin-arm64), const FD_CLOEXEC ideal-int +pkg syscall (darwin-arm64), const FD_SETSIZE = 1024 +pkg syscall (darwin-arm64), const FD_SETSIZE ideal-int +pkg syscall (darwin-arm64), const FLUSHO = 8388608 +pkg syscall (darwin-arm64), const FLUSHO ideal-int +pkg syscall (darwin-arm64), const F_ADDFILESIGS = 61 +pkg syscall (darwin-arm64), const F_ADDFILESIGS ideal-int +pkg syscall (darwin-arm64), const F_ADDSIGS = 59 +pkg syscall (darwin-arm64), const F_ADDSIGS ideal-int +pkg syscall (darwin-arm64), const F_ALLOCATEALL = 4 +pkg syscall (darwin-arm64), const F_ALLOCATEALL ideal-int +pkg syscall (darwin-arm64), const F_ALLOCATECONTIG = 2 +pkg syscall (darwin-arm64), const F_ALLOCATECONTIG ideal-int +pkg syscall (darwin-arm64), const F_CHKCLEAN = 41 +pkg syscall (darwin-arm64), const F_CHKCLEAN ideal-int +pkg syscall (darwin-arm64), const F_DUPFD = 0 +pkg syscall (darwin-arm64), const F_DUPFD ideal-int +pkg syscall (darwin-arm64), const F_DUPFD_CLOEXEC = 67 +pkg syscall (darwin-arm64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (darwin-arm64), const F_FINDSIGS = 78 +pkg syscall (darwin-arm64), const F_FINDSIGS ideal-int +pkg syscall (darwin-arm64), const F_FLUSH_DATA = 40 +pkg syscall (darwin-arm64), const F_FLUSH_DATA ideal-int +pkg syscall (darwin-arm64), const F_FREEZE_FS = 53 +pkg syscall (darwin-arm64), const F_FREEZE_FS ideal-int +pkg syscall (darwin-arm64), const F_FULLFSYNC = 51 +pkg syscall (darwin-arm64), const F_FULLFSYNC ideal-int +pkg syscall (darwin-arm64), const F_GETCODEDIR = 72 +pkg syscall (darwin-arm64), const F_GETCODEDIR ideal-int +pkg syscall (darwin-arm64), const F_GETFD = 1 +pkg syscall (darwin-arm64), const F_GETFD ideal-int +pkg syscall (darwin-arm64), const F_GETFL = 3 +pkg syscall (darwin-arm64), const F_GETFL ideal-int +pkg syscall (darwin-arm64), const F_GETLK = 7 +pkg syscall (darwin-arm64), const F_GETLK ideal-int +pkg syscall (darwin-arm64), const F_GETLKPID = 66 +pkg syscall (darwin-arm64), const F_GETLKPID ideal-int +pkg syscall (darwin-arm64), const F_GETNOSIGPIPE = 74 +pkg syscall (darwin-arm64), const F_GETNOSIGPIPE ideal-int +pkg syscall (darwin-arm64), const F_GETOWN = 5 +pkg syscall (darwin-arm64), const F_GETOWN ideal-int +pkg syscall (darwin-arm64), const F_GETPATH = 50 +pkg syscall (darwin-arm64), const F_GETPATH ideal-int +pkg syscall (darwin-arm64), const F_GETPATH_MTMINFO = 71 +pkg syscall (darwin-arm64), const F_GETPATH_MTMINFO ideal-int +pkg syscall (darwin-arm64), const F_GETPROTECTIONCLASS = 63 +pkg syscall (darwin-arm64), const F_GETPROTECTIONCLASS ideal-int +pkg syscall (darwin-arm64), const F_GETPROTECTIONLEVEL = 77 +pkg syscall (darwin-arm64), const F_GETPROTECTIONLEVEL ideal-int +pkg syscall (darwin-arm64), const F_GLOBAL_NOCACHE = 55 +pkg syscall (darwin-arm64), const F_GLOBAL_NOCACHE ideal-int +pkg syscall (darwin-arm64), const F_LOG2PHYS = 49 +pkg syscall (darwin-arm64), const F_LOG2PHYS ideal-int +pkg syscall (darwin-arm64), const F_LOG2PHYS_EXT = 65 +pkg syscall (darwin-arm64), const F_LOG2PHYS_EXT ideal-int +pkg syscall (darwin-arm64), const F_NOCACHE = 48 +pkg syscall (darwin-arm64), const F_NOCACHE ideal-int +pkg syscall (darwin-arm64), const F_NODIRECT = 62 +pkg syscall (darwin-arm64), const F_NODIRECT ideal-int +pkg syscall (darwin-arm64), const F_OK = 0 +pkg syscall (darwin-arm64), const F_OK ideal-int +pkg syscall (darwin-arm64), const F_PATHPKG_CHECK = 52 +pkg syscall (darwin-arm64), const F_PATHPKG_CHECK ideal-int +pkg syscall (darwin-arm64), const F_PEOFPOSMODE = 3 +pkg syscall (darwin-arm64), const F_PEOFPOSMODE ideal-int +pkg syscall (darwin-arm64), const F_PREALLOCATE = 42 +pkg syscall (darwin-arm64), const F_PREALLOCATE ideal-int +pkg syscall (darwin-arm64), const F_RDADVISE = 44 +pkg syscall (darwin-arm64), const F_RDADVISE ideal-int +pkg syscall (darwin-arm64), const F_RDAHEAD = 45 +pkg syscall (darwin-arm64), const F_RDAHEAD ideal-int +pkg syscall (darwin-arm64), const F_RDLCK = 1 +pkg syscall (darwin-arm64), const F_RDLCK ideal-int +pkg syscall (darwin-arm64), const F_SETBACKINGSTORE = 70 +pkg syscall (darwin-arm64), const F_SETBACKINGSTORE ideal-int +pkg syscall (darwin-arm64), const F_SETFD = 2 +pkg syscall (darwin-arm64), const F_SETFD ideal-int +pkg syscall (darwin-arm64), const F_SETFL = 4 +pkg syscall (darwin-arm64), const F_SETFL ideal-int +pkg syscall (darwin-arm64), const F_SETLK = 8 +pkg syscall (darwin-arm64), const F_SETLK ideal-int +pkg syscall (darwin-arm64), const F_SETLKW = 9 +pkg syscall (darwin-arm64), const F_SETLKW ideal-int +pkg syscall (darwin-arm64), const F_SETLKWTIMEOUT = 10 +pkg syscall (darwin-arm64), const F_SETLKWTIMEOUT ideal-int +pkg syscall (darwin-arm64), const F_SETNOSIGPIPE = 73 +pkg syscall (darwin-arm64), const F_SETNOSIGPIPE ideal-int +pkg syscall (darwin-arm64), const F_SETOWN = 6 +pkg syscall (darwin-arm64), const F_SETOWN ideal-int +pkg syscall (darwin-arm64), const F_SETPROTECTIONCLASS = 64 +pkg syscall (darwin-arm64), const F_SETPROTECTIONCLASS ideal-int +pkg syscall (darwin-arm64), const F_SETSIZE = 43 +pkg syscall (darwin-arm64), const F_SETSIZE ideal-int +pkg syscall (darwin-arm64), const F_SINGLE_WRITER = 76 +pkg syscall (darwin-arm64), const F_SINGLE_WRITER ideal-int +pkg syscall (darwin-arm64), const F_THAW_FS = 54 +pkg syscall (darwin-arm64), const F_THAW_FS ideal-int +pkg syscall (darwin-arm64), const F_TRANSCODEKEY = 75 +pkg syscall (darwin-arm64), const F_TRANSCODEKEY ideal-int +pkg syscall (darwin-arm64), const F_UNLCK = 2 +pkg syscall (darwin-arm64), const F_UNLCK ideal-int +pkg syscall (darwin-arm64), const F_VOLPOSMODE = 4 +pkg syscall (darwin-arm64), const F_VOLPOSMODE ideal-int +pkg syscall (darwin-arm64), const F_WRLCK = 3 +pkg syscall (darwin-arm64), const F_WRLCK ideal-int +pkg syscall (darwin-arm64), const HUPCL = 16384 +pkg syscall (darwin-arm64), const HUPCL ideal-int +pkg syscall (darwin-arm64), const ICANON = 256 +pkg syscall (darwin-arm64), const ICANON ideal-int +pkg syscall (darwin-arm64), const ICMP6_FILTER = 18 +pkg syscall (darwin-arm64), const ICMP6_FILTER ideal-int +pkg syscall (darwin-arm64), const ICRNL = 256 +pkg syscall (darwin-arm64), const ICRNL ideal-int +pkg syscall (darwin-arm64), const IEXTEN = 1024 +pkg syscall (darwin-arm64), const IEXTEN ideal-int +pkg syscall (darwin-arm64), const IFF_ALLMULTI = 512 +pkg syscall (darwin-arm64), const IFF_ALLMULTI ideal-int +pkg syscall (darwin-arm64), const IFF_ALTPHYS = 16384 +pkg syscall (darwin-arm64), const IFF_ALTPHYS ideal-int +pkg syscall (darwin-arm64), const IFF_DEBUG = 4 +pkg syscall (darwin-arm64), const IFF_DEBUG ideal-int +pkg syscall (darwin-arm64), const IFF_LINK0 = 4096 +pkg syscall (darwin-arm64), const IFF_LINK0 ideal-int +pkg syscall (darwin-arm64), const IFF_LINK1 = 8192 +pkg syscall (darwin-arm64), const IFF_LINK1 ideal-int +pkg syscall (darwin-arm64), const IFF_LINK2 = 16384 +pkg syscall (darwin-arm64), const IFF_LINK2 ideal-int +pkg syscall (darwin-arm64), const IFF_LOOPBACK = 8 +pkg syscall (darwin-arm64), const IFF_MULTICAST = 32768 +pkg syscall (darwin-arm64), const IFF_NOARP = 128 +pkg syscall (darwin-arm64), const IFF_NOARP ideal-int +pkg syscall (darwin-arm64), const IFF_NOTRAILERS = 32 +pkg syscall (darwin-arm64), const IFF_NOTRAILERS ideal-int +pkg syscall (darwin-arm64), const IFF_OACTIVE = 1024 +pkg syscall (darwin-arm64), const IFF_OACTIVE ideal-int +pkg syscall (darwin-arm64), const IFF_POINTOPOINT = 16 +pkg syscall (darwin-arm64), const IFF_POINTOPOINT ideal-int +pkg syscall (darwin-arm64), const IFF_PROMISC = 256 +pkg syscall (darwin-arm64), const IFF_PROMISC ideal-int +pkg syscall (darwin-arm64), const IFF_RUNNING = 64 +pkg syscall (darwin-arm64), const IFF_RUNNING ideal-int +pkg syscall (darwin-arm64), const IFF_SIMPLEX = 2048 +pkg syscall (darwin-arm64), const IFF_SIMPLEX ideal-int +pkg syscall (darwin-arm64), const IFNAMSIZ = 16 +pkg syscall (darwin-arm64), const IFNAMSIZ ideal-int +pkg syscall (darwin-arm64), const IFT_1822 = 2 +pkg syscall (darwin-arm64), const IFT_1822 ideal-int +pkg syscall (darwin-arm64), const IFT_AAL5 = 49 +pkg syscall (darwin-arm64), const IFT_AAL5 ideal-int +pkg syscall (darwin-arm64), const IFT_ARCNET = 35 +pkg syscall (darwin-arm64), const IFT_ARCNET ideal-int +pkg syscall (darwin-arm64), const IFT_ARCNETPLUS = 36 +pkg syscall (darwin-arm64), const IFT_ARCNETPLUS ideal-int +pkg syscall (darwin-arm64), const IFT_ATM = 37 +pkg syscall (darwin-arm64), const IFT_ATM ideal-int +pkg syscall (darwin-arm64), const IFT_BRIDGE = 209 +pkg syscall (darwin-arm64), const IFT_BRIDGE ideal-int +pkg syscall (darwin-arm64), const IFT_CARP = 248 +pkg syscall (darwin-arm64), const IFT_CARP ideal-int +pkg syscall (darwin-arm64), const IFT_CELLULAR = 255 +pkg syscall (darwin-arm64), const IFT_CELLULAR ideal-int +pkg syscall (darwin-arm64), const IFT_CEPT = 19 +pkg syscall (darwin-arm64), const IFT_CEPT ideal-int +pkg syscall (darwin-arm64), const IFT_DS3 = 30 +pkg syscall (darwin-arm64), const IFT_DS3 ideal-int +pkg syscall (darwin-arm64), const IFT_ENC = 244 +pkg syscall (darwin-arm64), const IFT_ENC ideal-int +pkg syscall (darwin-arm64), const IFT_EON = 25 +pkg syscall (darwin-arm64), const IFT_EON ideal-int +pkg syscall (darwin-arm64), const IFT_ETHER = 6 +pkg syscall (darwin-arm64), const IFT_ETHER ideal-int +pkg syscall (darwin-arm64), const IFT_FAITH = 56 +pkg syscall (darwin-arm64), const IFT_FAITH ideal-int +pkg syscall (darwin-arm64), const IFT_FDDI = 15 +pkg syscall (darwin-arm64), const IFT_FDDI ideal-int +pkg syscall (darwin-arm64), const IFT_FRELAY = 32 +pkg syscall (darwin-arm64), const IFT_FRELAY ideal-int +pkg syscall (darwin-arm64), const IFT_FRELAYDCE = 44 +pkg syscall (darwin-arm64), const IFT_FRELAYDCE ideal-int +pkg syscall (darwin-arm64), const IFT_GIF = 55 +pkg syscall (darwin-arm64), const IFT_GIF ideal-int +pkg syscall (darwin-arm64), const IFT_HDH1822 = 3 +pkg syscall (darwin-arm64), const IFT_HDH1822 ideal-int +pkg syscall (darwin-arm64), const IFT_HIPPI = 47 +pkg syscall (darwin-arm64), const IFT_HIPPI ideal-int +pkg syscall (darwin-arm64), const IFT_HSSI = 46 +pkg syscall (darwin-arm64), const IFT_HSSI ideal-int +pkg syscall (darwin-arm64), const IFT_HY = 14 +pkg syscall (darwin-arm64), const IFT_HY ideal-int +pkg syscall (darwin-arm64), const IFT_IEEE1394 = 144 +pkg syscall (darwin-arm64), const IFT_IEEE1394 ideal-int +pkg syscall (darwin-arm64), const IFT_IEEE8023ADLAG = 136 +pkg syscall (darwin-arm64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (darwin-arm64), const IFT_ISDNBASIC = 20 +pkg syscall (darwin-arm64), const IFT_ISDNBASIC ideal-int +pkg syscall (darwin-arm64), const IFT_ISDNPRIMARY = 21 +pkg syscall (darwin-arm64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (darwin-arm64), const IFT_ISO88022LLC = 41 +pkg syscall (darwin-arm64), const IFT_ISO88022LLC ideal-int +pkg syscall (darwin-arm64), const IFT_ISO88023 = 7 +pkg syscall (darwin-arm64), const IFT_ISO88023 ideal-int +pkg syscall (darwin-arm64), const IFT_ISO88024 = 8 +pkg syscall (darwin-arm64), const IFT_ISO88024 ideal-int +pkg syscall (darwin-arm64), const IFT_ISO88025 = 9 +pkg syscall (darwin-arm64), const IFT_ISO88025 ideal-int +pkg syscall (darwin-arm64), const IFT_ISO88026 = 10 +pkg syscall (darwin-arm64), const IFT_ISO88026 ideal-int +pkg syscall (darwin-arm64), const IFT_L2VLAN = 135 +pkg syscall (darwin-arm64), const IFT_L2VLAN ideal-int +pkg syscall (darwin-arm64), const IFT_LAPB = 16 +pkg syscall (darwin-arm64), const IFT_LAPB ideal-int +pkg syscall (darwin-arm64), const IFT_LOCALTALK = 42 +pkg syscall (darwin-arm64), const IFT_LOCALTALK ideal-int +pkg syscall (darwin-arm64), const IFT_LOOP = 24 +pkg syscall (darwin-arm64), const IFT_LOOP ideal-int +pkg syscall (darwin-arm64), const IFT_MIOX25 = 38 +pkg syscall (darwin-arm64), const IFT_MIOX25 ideal-int +pkg syscall (darwin-arm64), const IFT_MODEM = 48 +pkg syscall (darwin-arm64), const IFT_MODEM ideal-int +pkg syscall (darwin-arm64), const IFT_NSIP = 27 +pkg syscall (darwin-arm64), const IFT_NSIP ideal-int +pkg syscall (darwin-arm64), const IFT_OTHER = 1 +pkg syscall (darwin-arm64), const IFT_OTHER ideal-int +pkg syscall (darwin-arm64), const IFT_P10 = 12 +pkg syscall (darwin-arm64), const IFT_P10 ideal-int +pkg syscall (darwin-arm64), const IFT_P80 = 13 +pkg syscall (darwin-arm64), const IFT_P80 ideal-int +pkg syscall (darwin-arm64), const IFT_PARA = 34 +pkg syscall (darwin-arm64), const IFT_PARA ideal-int +pkg syscall (darwin-arm64), const IFT_PDP = 255 +pkg syscall (darwin-arm64), const IFT_PDP ideal-int +pkg syscall (darwin-arm64), const IFT_PFLOG = 245 +pkg syscall (darwin-arm64), const IFT_PFLOG ideal-int +pkg syscall (darwin-arm64), const IFT_PFSYNC = 246 +pkg syscall (darwin-arm64), const IFT_PFSYNC ideal-int +pkg syscall (darwin-arm64), const IFT_PPP = 23 +pkg syscall (darwin-arm64), const IFT_PPP ideal-int +pkg syscall (darwin-arm64), const IFT_PROPMUX = 54 +pkg syscall (darwin-arm64), const IFT_PROPMUX ideal-int +pkg syscall (darwin-arm64), const IFT_PROPVIRTUAL = 53 +pkg syscall (darwin-arm64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (darwin-arm64), const IFT_PTPSERIAL = 22 +pkg syscall (darwin-arm64), const IFT_PTPSERIAL ideal-int +pkg syscall (darwin-arm64), const IFT_RS232 = 33 +pkg syscall (darwin-arm64), const IFT_RS232 ideal-int +pkg syscall (darwin-arm64), const IFT_SDLC = 17 +pkg syscall (darwin-arm64), const IFT_SDLC ideal-int +pkg syscall (darwin-arm64), const IFT_SIP = 31 +pkg syscall (darwin-arm64), const IFT_SIP ideal-int +pkg syscall (darwin-arm64), const IFT_SLIP = 28 +pkg syscall (darwin-arm64), const IFT_SLIP ideal-int +pkg syscall (darwin-arm64), const IFT_SMDSDXI = 43 +pkg syscall (darwin-arm64), const IFT_SMDSDXI ideal-int +pkg syscall (darwin-arm64), const IFT_SMDSICIP = 52 +pkg syscall (darwin-arm64), const IFT_SMDSICIP ideal-int +pkg syscall (darwin-arm64), const IFT_SONET = 39 +pkg syscall (darwin-arm64), const IFT_SONET ideal-int +pkg syscall (darwin-arm64), const IFT_SONETPATH = 50 +pkg syscall (darwin-arm64), const IFT_SONETPATH ideal-int +pkg syscall (darwin-arm64), const IFT_SONETVT = 51 +pkg syscall (darwin-arm64), const IFT_SONETVT ideal-int +pkg syscall (darwin-arm64), const IFT_STARLAN = 11 +pkg syscall (darwin-arm64), const IFT_STARLAN ideal-int +pkg syscall (darwin-arm64), const IFT_STF = 57 +pkg syscall (darwin-arm64), const IFT_STF ideal-int +pkg syscall (darwin-arm64), const IFT_T1 = 18 +pkg syscall (darwin-arm64), const IFT_T1 ideal-int +pkg syscall (darwin-arm64), const IFT_ULTRA = 29 +pkg syscall (darwin-arm64), const IFT_ULTRA ideal-int +pkg syscall (darwin-arm64), const IFT_V35 = 45 +pkg syscall (darwin-arm64), const IFT_V35 ideal-int +pkg syscall (darwin-arm64), const IFT_X25 = 5 +pkg syscall (darwin-arm64), const IFT_X25 ideal-int +pkg syscall (darwin-arm64), const IFT_X25DDN = 4 +pkg syscall (darwin-arm64), const IFT_X25DDN ideal-int +pkg syscall (darwin-arm64), const IFT_X25PLE = 40 +pkg syscall (darwin-arm64), const IFT_X25PLE ideal-int +pkg syscall (darwin-arm64), const IFT_XETHER = 26 +pkg syscall (darwin-arm64), const IFT_XETHER ideal-int +pkg syscall (darwin-arm64), const IGNBRK = 1 +pkg syscall (darwin-arm64), const IGNBRK ideal-int +pkg syscall (darwin-arm64), const IGNCR = 128 +pkg syscall (darwin-arm64), const IGNCR ideal-int +pkg syscall (darwin-arm64), const IGNPAR = 4 +pkg syscall (darwin-arm64), const IGNPAR ideal-int +pkg syscall (darwin-arm64), const IMAXBEL = 8192 +pkg syscall (darwin-arm64), const IMAXBEL ideal-int +pkg syscall (darwin-arm64), const INLCR = 64 +pkg syscall (darwin-arm64), const INLCR ideal-int +pkg syscall (darwin-arm64), const INPCK = 16 +pkg syscall (darwin-arm64), const INPCK ideal-int +pkg syscall (darwin-arm64), const IN_CLASSA_HOST = 16777215 +pkg syscall (darwin-arm64), const IN_CLASSA_HOST ideal-int +pkg syscall (darwin-arm64), const IN_CLASSA_MAX = 128 +pkg syscall (darwin-arm64), const IN_CLASSA_MAX ideal-int +pkg syscall (darwin-arm64), const IN_CLASSA_NET = 4278190080 +pkg syscall (darwin-arm64), const IN_CLASSA_NET ideal-int +pkg syscall (darwin-arm64), const IN_CLASSA_NSHIFT = 24 +pkg syscall (darwin-arm64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (darwin-arm64), const IN_CLASSB_HOST = 65535 +pkg syscall (darwin-arm64), const IN_CLASSB_HOST ideal-int +pkg syscall (darwin-arm64), const IN_CLASSB_MAX = 65536 +pkg syscall (darwin-arm64), const IN_CLASSB_MAX ideal-int +pkg syscall (darwin-arm64), const IN_CLASSB_NET = 4294901760 +pkg syscall (darwin-arm64), const IN_CLASSB_NET ideal-int +pkg syscall (darwin-arm64), const IN_CLASSB_NSHIFT = 16 +pkg syscall (darwin-arm64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (darwin-arm64), const IN_CLASSC_HOST = 255 +pkg syscall (darwin-arm64), const IN_CLASSC_HOST ideal-int +pkg syscall (darwin-arm64), const IN_CLASSC_NET = 4294967040 +pkg syscall (darwin-arm64), const IN_CLASSC_NET ideal-int +pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT = 8 +pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (darwin-arm64), const IN_CLASSD_HOST = 268435455 +pkg syscall (darwin-arm64), const IN_CLASSD_HOST ideal-int +pkg syscall (darwin-arm64), const IN_CLASSD_NET = 4026531840 +pkg syscall (darwin-arm64), const IN_CLASSD_NET ideal-int +pkg syscall (darwin-arm64), const IN_CLASSD_NSHIFT = 28 +pkg syscall (darwin-arm64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (darwin-arm64), const IN_LINKLOCALNETNUM = 2851995648 +pkg syscall (darwin-arm64), const IN_LINKLOCALNETNUM ideal-int +pkg syscall (darwin-arm64), const IN_LOOPBACKNET = 127 +pkg syscall (darwin-arm64), const IN_LOOPBACKNET ideal-int +pkg syscall (darwin-arm64), const IPPROTO_3PC = 34 +pkg syscall (darwin-arm64), const IPPROTO_3PC ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ADFS = 68 +pkg syscall (darwin-arm64), const IPPROTO_ADFS ideal-int +pkg syscall (darwin-arm64), const IPPROTO_AH = 51 +pkg syscall (darwin-arm64), const IPPROTO_AH ideal-int +pkg syscall (darwin-arm64), const IPPROTO_AHIP = 61 +pkg syscall (darwin-arm64), const IPPROTO_AHIP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_APES = 99 +pkg syscall (darwin-arm64), const IPPROTO_APES ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ARGUS = 13 +pkg syscall (darwin-arm64), const IPPROTO_ARGUS ideal-int +pkg syscall (darwin-arm64), const IPPROTO_AX25 = 93 +pkg syscall (darwin-arm64), const IPPROTO_AX25 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_BHA = 49 +pkg syscall (darwin-arm64), const IPPROTO_BHA ideal-int +pkg syscall (darwin-arm64), const IPPROTO_BLT = 30 +pkg syscall (darwin-arm64), const IPPROTO_BLT ideal-int +pkg syscall (darwin-arm64), const IPPROTO_BRSATMON = 76 +pkg syscall (darwin-arm64), const IPPROTO_BRSATMON ideal-int +pkg syscall (darwin-arm64), const IPPROTO_CFTP = 62 +pkg syscall (darwin-arm64), const IPPROTO_CFTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_CHAOS = 16 +pkg syscall (darwin-arm64), const IPPROTO_CHAOS ideal-int +pkg syscall (darwin-arm64), const IPPROTO_CMTP = 38 +pkg syscall (darwin-arm64), const IPPROTO_CMTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_CPHB = 73 +pkg syscall (darwin-arm64), const IPPROTO_CPHB ideal-int +pkg syscall (darwin-arm64), const IPPROTO_CPNX = 72 +pkg syscall (darwin-arm64), const IPPROTO_CPNX ideal-int +pkg syscall (darwin-arm64), const IPPROTO_DDP = 37 +pkg syscall (darwin-arm64), const IPPROTO_DDP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_DGP = 86 +pkg syscall (darwin-arm64), const IPPROTO_DGP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_DIVERT = 254 +pkg syscall (darwin-arm64), const IPPROTO_DIVERT ideal-int +pkg syscall (darwin-arm64), const IPPROTO_DONE = 257 +pkg syscall (darwin-arm64), const IPPROTO_DONE ideal-int +pkg syscall (darwin-arm64), const IPPROTO_DSTOPTS = 60 +pkg syscall (darwin-arm64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (darwin-arm64), const IPPROTO_EGP = 8 +pkg syscall (darwin-arm64), const IPPROTO_EGP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_EMCON = 14 +pkg syscall (darwin-arm64), const IPPROTO_EMCON ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ENCAP = 98 +pkg syscall (darwin-arm64), const IPPROTO_ENCAP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_EON = 80 +pkg syscall (darwin-arm64), const IPPROTO_EON ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ESP = 50 +pkg syscall (darwin-arm64), const IPPROTO_ESP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ETHERIP = 97 +pkg syscall (darwin-arm64), const IPPROTO_ETHERIP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_FRAGMENT = 44 +pkg syscall (darwin-arm64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (darwin-arm64), const IPPROTO_GGP = 3 +pkg syscall (darwin-arm64), const IPPROTO_GGP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_GMTP = 100 +pkg syscall (darwin-arm64), const IPPROTO_GMTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_GRE = 47 +pkg syscall (darwin-arm64), const IPPROTO_GRE ideal-int +pkg syscall (darwin-arm64), const IPPROTO_HELLO = 63 +pkg syscall (darwin-arm64), const IPPROTO_HELLO ideal-int +pkg syscall (darwin-arm64), const IPPROTO_HMP = 20 +pkg syscall (darwin-arm64), const IPPROTO_HMP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_HOPOPTS = 0 +pkg syscall (darwin-arm64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ICMP = 1 +pkg syscall (darwin-arm64), const IPPROTO_ICMP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ICMPV6 = 58 +pkg syscall (darwin-arm64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IDP = 22 +pkg syscall (darwin-arm64), const IPPROTO_IDP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IDPR = 35 +pkg syscall (darwin-arm64), const IPPROTO_IDPR ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IDRP = 45 +pkg syscall (darwin-arm64), const IPPROTO_IDRP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IGMP = 2 +pkg syscall (darwin-arm64), const IPPROTO_IGMP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IGP = 85 +pkg syscall (darwin-arm64), const IPPROTO_IGP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IGRP = 88 +pkg syscall (darwin-arm64), const IPPROTO_IGRP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IL = 40 +pkg syscall (darwin-arm64), const IPPROTO_IL ideal-int +pkg syscall (darwin-arm64), const IPPROTO_INLSP = 52 +pkg syscall (darwin-arm64), const IPPROTO_INLSP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_INP = 32 +pkg syscall (darwin-arm64), const IPPROTO_INP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IPCOMP = 108 +pkg syscall (darwin-arm64), const IPPROTO_IPCOMP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IPCV = 71 +pkg syscall (darwin-arm64), const IPPROTO_IPCV ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IPEIP = 94 +pkg syscall (darwin-arm64), const IPPROTO_IPEIP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IPIP = 4 +pkg syscall (darwin-arm64), const IPPROTO_IPIP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IPPC = 67 +pkg syscall (darwin-arm64), const IPPROTO_IPPC ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IPV4 = 4 +pkg syscall (darwin-arm64), const IPPROTO_IPV4 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_IRTP = 28 +pkg syscall (darwin-arm64), const IPPROTO_IRTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (darwin-arm64), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (darwin-arm64), const IPPROTO_LARP = 91 +pkg syscall (darwin-arm64), const IPPROTO_LARP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_LEAF1 = 25 +pkg syscall (darwin-arm64), const IPPROTO_LEAF1 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_LEAF2 = 26 +pkg syscall (darwin-arm64), const IPPROTO_LEAF2 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MAX = 256 +pkg syscall (darwin-arm64), const IPPROTO_MAX ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MAXID = 52 +pkg syscall (darwin-arm64), const IPPROTO_MAXID ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MEAS = 19 +pkg syscall (darwin-arm64), const IPPROTO_MEAS ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MHRP = 48 +pkg syscall (darwin-arm64), const IPPROTO_MHRP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MICP = 95 +pkg syscall (darwin-arm64), const IPPROTO_MICP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MTP = 92 +pkg syscall (darwin-arm64), const IPPROTO_MTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_MUX = 18 +pkg syscall (darwin-arm64), const IPPROTO_MUX ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ND = 77 +pkg syscall (darwin-arm64), const IPPROTO_ND ideal-int +pkg syscall (darwin-arm64), const IPPROTO_NHRP = 54 +pkg syscall (darwin-arm64), const IPPROTO_NHRP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_NONE = 59 +pkg syscall (darwin-arm64), const IPPROTO_NONE ideal-int +pkg syscall (darwin-arm64), const IPPROTO_NSP = 31 +pkg syscall (darwin-arm64), const IPPROTO_NSP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_NVPII = 11 +pkg syscall (darwin-arm64), const IPPROTO_NVPII ideal-int +pkg syscall (darwin-arm64), const IPPROTO_OSPFIGP = 89 +pkg syscall (darwin-arm64), const IPPROTO_OSPFIGP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_PGM = 113 +pkg syscall (darwin-arm64), const IPPROTO_PGM ideal-int +pkg syscall (darwin-arm64), const IPPROTO_PIGP = 9 +pkg syscall (darwin-arm64), const IPPROTO_PIGP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_PIM = 103 +pkg syscall (darwin-arm64), const IPPROTO_PIM ideal-int +pkg syscall (darwin-arm64), const IPPROTO_PRM = 21 +pkg syscall (darwin-arm64), const IPPROTO_PRM ideal-int +pkg syscall (darwin-arm64), const IPPROTO_PUP = 12 +pkg syscall (darwin-arm64), const IPPROTO_PUP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_PVP = 75 +pkg syscall (darwin-arm64), const IPPROTO_PVP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_RAW = 255 +pkg syscall (darwin-arm64), const IPPROTO_RAW ideal-int +pkg syscall (darwin-arm64), const IPPROTO_RCCMON = 10 +pkg syscall (darwin-arm64), const IPPROTO_RCCMON ideal-int +pkg syscall (darwin-arm64), const IPPROTO_RDP = 27 +pkg syscall (darwin-arm64), const IPPROTO_RDP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ROUTING = 43 +pkg syscall (darwin-arm64), const IPPROTO_ROUTING ideal-int +pkg syscall (darwin-arm64), const IPPROTO_RSVP = 46 +pkg syscall (darwin-arm64), const IPPROTO_RSVP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_RVD = 66 +pkg syscall (darwin-arm64), const IPPROTO_RVD ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SATEXPAK = 64 +pkg syscall (darwin-arm64), const IPPROTO_SATEXPAK ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SATMON = 69 +pkg syscall (darwin-arm64), const IPPROTO_SATMON ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SCCSP = 96 +pkg syscall (darwin-arm64), const IPPROTO_SCCSP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SCTP = 132 +pkg syscall (darwin-arm64), const IPPROTO_SCTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SDRP = 42 +pkg syscall (darwin-arm64), const IPPROTO_SDRP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SEP = 33 +pkg syscall (darwin-arm64), const IPPROTO_SEP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SRPC = 90 +pkg syscall (darwin-arm64), const IPPROTO_SRPC ideal-int +pkg syscall (darwin-arm64), const IPPROTO_ST = 7 +pkg syscall (darwin-arm64), const IPPROTO_ST ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SVMTP = 82 +pkg syscall (darwin-arm64), const IPPROTO_SVMTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_SWIPE = 53 +pkg syscall (darwin-arm64), const IPPROTO_SWIPE ideal-int +pkg syscall (darwin-arm64), const IPPROTO_TCF = 87 +pkg syscall (darwin-arm64), const IPPROTO_TCF ideal-int +pkg syscall (darwin-arm64), const IPPROTO_TP = 29 +pkg syscall (darwin-arm64), const IPPROTO_TP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_TPXX = 39 +pkg syscall (darwin-arm64), const IPPROTO_TPXX ideal-int +pkg syscall (darwin-arm64), const IPPROTO_TRUNK1 = 23 +pkg syscall (darwin-arm64), const IPPROTO_TRUNK1 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_TRUNK2 = 24 +pkg syscall (darwin-arm64), const IPPROTO_TRUNK2 ideal-int +pkg syscall (darwin-arm64), const IPPROTO_TTP = 84 +pkg syscall (darwin-arm64), const IPPROTO_TTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_VINES = 83 +pkg syscall (darwin-arm64), const IPPROTO_VINES ideal-int +pkg syscall (darwin-arm64), const IPPROTO_VISA = 70 +pkg syscall (darwin-arm64), const IPPROTO_VISA ideal-int +pkg syscall (darwin-arm64), const IPPROTO_VMTP = 81 +pkg syscall (darwin-arm64), const IPPROTO_VMTP ideal-int +pkg syscall (darwin-arm64), const IPPROTO_WBEXPAK = 79 +pkg syscall (darwin-arm64), const IPPROTO_WBEXPAK ideal-int +pkg syscall (darwin-arm64), const IPPROTO_WBMON = 78 +pkg syscall (darwin-arm64), const IPPROTO_WBMON ideal-int +pkg syscall (darwin-arm64), const IPPROTO_WSN = 74 +pkg syscall (darwin-arm64), const IPPROTO_WSN ideal-int +pkg syscall (darwin-arm64), const IPPROTO_XNET = 15 +pkg syscall (darwin-arm64), const IPPROTO_XNET ideal-int +pkg syscall (darwin-arm64), const IPPROTO_XTP = 36 +pkg syscall (darwin-arm64), const IPPROTO_XTP ideal-int +pkg syscall (darwin-arm64), const IPV6_2292DSTOPTS = 23 +pkg syscall (darwin-arm64), const IPV6_2292DSTOPTS ideal-int +pkg syscall (darwin-arm64), const IPV6_2292HOPLIMIT = 20 +pkg syscall (darwin-arm64), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (darwin-arm64), const IPV6_2292HOPOPTS = 22 +pkg syscall (darwin-arm64), const IPV6_2292HOPOPTS ideal-int +pkg syscall (darwin-arm64), const IPV6_2292NEXTHOP = 21 +pkg syscall (darwin-arm64), const IPV6_2292NEXTHOP ideal-int +pkg syscall (darwin-arm64), const IPV6_2292PKTINFO = 19 +pkg syscall (darwin-arm64), const IPV6_2292PKTINFO ideal-int +pkg syscall (darwin-arm64), const IPV6_2292PKTOPTIONS = 25 +pkg syscall (darwin-arm64), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (darwin-arm64), const IPV6_2292RTHDR = 24 +pkg syscall (darwin-arm64), const IPV6_2292RTHDR ideal-int +pkg syscall (darwin-arm64), const IPV6_BINDV6ONLY = 27 +pkg syscall (darwin-arm64), const IPV6_BINDV6ONLY ideal-int +pkg syscall (darwin-arm64), const IPV6_BOUND_IF = 125 +pkg syscall (darwin-arm64), const IPV6_BOUND_IF ideal-int +pkg syscall (darwin-arm64), const IPV6_CHECKSUM = 26 +pkg syscall (darwin-arm64), const IPV6_CHECKSUM ideal-int +pkg syscall (darwin-arm64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (darwin-arm64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (darwin-arm64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-arm64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-arm64), const IPV6_DEFHLIM = 64 +pkg syscall (darwin-arm64), const IPV6_DEFHLIM ideal-int +pkg syscall (darwin-arm64), const IPV6_FAITH = 29 +pkg syscall (darwin-arm64), const IPV6_FAITH ideal-int +pkg syscall (darwin-arm64), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (darwin-arm64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (darwin-arm64), const IPV6_FRAGTTL = 120 +pkg syscall (darwin-arm64), const IPV6_FRAGTTL ideal-int +pkg syscall (darwin-arm64), const IPV6_FW_ADD = 30 +pkg syscall (darwin-arm64), const IPV6_FW_ADD ideal-int +pkg syscall (darwin-arm64), const IPV6_FW_DEL = 31 +pkg syscall (darwin-arm64), const IPV6_FW_DEL ideal-int +pkg syscall (darwin-arm64), const IPV6_FW_FLUSH = 32 +pkg syscall (darwin-arm64), const IPV6_FW_FLUSH ideal-int +pkg syscall (darwin-arm64), const IPV6_FW_GET = 34 +pkg syscall (darwin-arm64), const IPV6_FW_GET ideal-int +pkg syscall (darwin-arm64), const IPV6_FW_ZERO = 33 +pkg syscall (darwin-arm64), const IPV6_FW_ZERO ideal-int +pkg syscall (darwin-arm64), const IPV6_HLIMDEC = 1 +pkg syscall (darwin-arm64), const IPV6_HLIMDEC ideal-int +pkg syscall (darwin-arm64), const IPV6_IPSEC_POLICY = 28 +pkg syscall (darwin-arm64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (darwin-arm64), const IPV6_JOIN_GROUP = 12 +pkg syscall (darwin-arm64), const IPV6_LEAVE_GROUP = 13 +pkg syscall (darwin-arm64), const IPV6_MAXHLIM = 255 +pkg syscall (darwin-arm64), const IPV6_MAXHLIM ideal-int +pkg syscall (darwin-arm64), const IPV6_MAXOPTHDR = 2048 +pkg syscall (darwin-arm64), const IPV6_MAXOPTHDR ideal-int +pkg syscall (darwin-arm64), const IPV6_MAXPACKET = 65535 +pkg syscall (darwin-arm64), const IPV6_MAXPACKET ideal-int +pkg syscall (darwin-arm64), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-arm64), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-arm64), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-arm64), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-arm64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-arm64), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-arm64), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64), const IPV6_MMTU = 1280 +pkg syscall (darwin-arm64), const IPV6_MMTU ideal-int +pkg syscall (darwin-arm64), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (darwin-arm64), const IPV6_MULTICAST_IF = 9 +pkg syscall (darwin-arm64), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (darwin-arm64), const IPV6_PORTRANGE = 14 +pkg syscall (darwin-arm64), const IPV6_PORTRANGE ideal-int +pkg syscall (darwin-arm64), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-arm64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-arm64), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (darwin-arm64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-arm64), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (darwin-arm64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (darwin-arm64), const IPV6_RECVTCLASS = 35 +pkg syscall (darwin-arm64), const IPV6_RECVTCLASS ideal-int +pkg syscall (darwin-arm64), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (darwin-arm64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (darwin-arm64), const IPV6_RTHDR_STRICT = 1 +pkg syscall (darwin-arm64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (darwin-arm64), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (darwin-arm64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (darwin-arm64), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (darwin-arm64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (darwin-arm64), const IPV6_TCLASS = 36 +pkg syscall (darwin-arm64), const IPV6_TCLASS ideal-int +pkg syscall (darwin-arm64), const IPV6_UNICAST_HOPS = 4 +pkg syscall (darwin-arm64), const IPV6_V6ONLY = 27 +pkg syscall (darwin-arm64), const IPV6_VERSION = 96 +pkg syscall (darwin-arm64), const IPV6_VERSION ideal-int +pkg syscall (darwin-arm64), const IPV6_VERSION_MASK = 240 +pkg syscall (darwin-arm64), const IPV6_VERSION_MASK ideal-int +pkg syscall (darwin-arm64), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (darwin-arm64), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (darwin-arm64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-arm64), const IP_BLOCK_SOURCE = 72 +pkg syscall (darwin-arm64), const IP_BLOCK_SOURCE ideal-int +pkg syscall (darwin-arm64), const IP_BOUND_IF = 25 +pkg syscall (darwin-arm64), const IP_BOUND_IF ideal-int +pkg syscall (darwin-arm64), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-arm64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-arm64), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (darwin-arm64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (darwin-arm64), const IP_DF = 16384 +pkg syscall (darwin-arm64), const IP_DF ideal-int +pkg syscall (darwin-arm64), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (darwin-arm64), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (darwin-arm64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-arm64), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (darwin-arm64), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (darwin-arm64), const IP_DUMMYNET_DEL = 61 +pkg syscall (darwin-arm64), const IP_DUMMYNET_DEL ideal-int +pkg syscall (darwin-arm64), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (darwin-arm64), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (darwin-arm64), const IP_DUMMYNET_GET = 64 +pkg syscall (darwin-arm64), const IP_DUMMYNET_GET ideal-int +pkg syscall (darwin-arm64), const IP_FAITH = 22 +pkg syscall (darwin-arm64), const IP_FAITH ideal-int +pkg syscall (darwin-arm64), const IP_FW_ADD = 40 +pkg syscall (darwin-arm64), const IP_FW_ADD ideal-int +pkg syscall (darwin-arm64), const IP_FW_DEL = 41 +pkg syscall (darwin-arm64), const IP_FW_DEL ideal-int +pkg syscall (darwin-arm64), const IP_FW_FLUSH = 42 +pkg syscall (darwin-arm64), const IP_FW_FLUSH ideal-int +pkg syscall (darwin-arm64), const IP_FW_GET = 44 +pkg syscall (darwin-arm64), const IP_FW_GET ideal-int +pkg syscall (darwin-arm64), const IP_FW_RESETLOG = 45 +pkg syscall (darwin-arm64), const IP_FW_RESETLOG ideal-int +pkg syscall (darwin-arm64), const IP_FW_ZERO = 43 +pkg syscall (darwin-arm64), const IP_FW_ZERO ideal-int +pkg syscall (darwin-arm64), const IP_HDRINCL = 2 +pkg syscall (darwin-arm64), const IP_HDRINCL ideal-int +pkg syscall (darwin-arm64), const IP_IPSEC_POLICY = 21 +pkg syscall (darwin-arm64), const IP_IPSEC_POLICY ideal-int +pkg syscall (darwin-arm64), const IP_MAXPACKET = 65535 +pkg syscall (darwin-arm64), const IP_MAXPACKET ideal-int +pkg syscall (darwin-arm64), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-arm64), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-arm64), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-arm64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (darwin-arm64), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (darwin-arm64), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-arm64), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-arm64), const IP_MF = 8192 +pkg syscall (darwin-arm64), const IP_MF ideal-int +pkg syscall (darwin-arm64), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-arm64), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64), const IP_MSFILTER = 74 +pkg syscall (darwin-arm64), const IP_MSFILTER ideal-int +pkg syscall (darwin-arm64), const IP_MSS = 576 +pkg syscall (darwin-arm64), const IP_MSS ideal-int +pkg syscall (darwin-arm64), const IP_MULTICAST_IF = 9 +pkg syscall (darwin-arm64), const IP_MULTICAST_IFINDEX = 66 +pkg syscall (darwin-arm64), const IP_MULTICAST_IFINDEX ideal-int +pkg syscall (darwin-arm64), const IP_MULTICAST_LOOP = 11 +pkg syscall (darwin-arm64), const IP_MULTICAST_TTL = 10 +pkg syscall (darwin-arm64), const IP_MULTICAST_VIF = 14 +pkg syscall (darwin-arm64), const IP_MULTICAST_VIF ideal-int +pkg syscall (darwin-arm64), const IP_NAT__XXX = 55 +pkg syscall (darwin-arm64), const IP_NAT__XXX ideal-int +pkg syscall (darwin-arm64), const IP_OFFMASK = 8191 +pkg syscall (darwin-arm64), const IP_OFFMASK ideal-int +pkg syscall (darwin-arm64), const IP_OLD_FW_ADD = 50 +pkg syscall (darwin-arm64), const IP_OLD_FW_ADD ideal-int +pkg syscall (darwin-arm64), const IP_OLD_FW_DEL = 51 +pkg syscall (darwin-arm64), const IP_OLD_FW_DEL ideal-int +pkg syscall (darwin-arm64), const IP_OLD_FW_FLUSH = 52 +pkg syscall (darwin-arm64), const IP_OLD_FW_FLUSH ideal-int +pkg syscall (darwin-arm64), const IP_OLD_FW_GET = 54 +pkg syscall (darwin-arm64), const IP_OLD_FW_GET ideal-int +pkg syscall (darwin-arm64), const IP_OLD_FW_RESETLOG = 56 +pkg syscall (darwin-arm64), const IP_OLD_FW_RESETLOG ideal-int +pkg syscall (darwin-arm64), const IP_OLD_FW_ZERO = 53 +pkg syscall (darwin-arm64), const IP_OLD_FW_ZERO ideal-int +pkg syscall (darwin-arm64), const IP_OPTIONS = 1 +pkg syscall (darwin-arm64), const IP_OPTIONS ideal-int +pkg syscall (darwin-arm64), const IP_PKTINFO = 26 +pkg syscall (darwin-arm64), const IP_PKTINFO ideal-int +pkg syscall (darwin-arm64), const IP_PORTRANGE = 19 +pkg syscall (darwin-arm64), const IP_PORTRANGE ideal-int +pkg syscall (darwin-arm64), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-arm64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-arm64), const IP_PORTRANGE_HIGH = 1 +pkg syscall (darwin-arm64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-arm64), const IP_PORTRANGE_LOW = 2 +pkg syscall (darwin-arm64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (darwin-arm64), const IP_RECVDSTADDR = 7 +pkg syscall (darwin-arm64), const IP_RECVDSTADDR ideal-int +pkg syscall (darwin-arm64), const IP_RECVIF = 20 +pkg syscall (darwin-arm64), const IP_RECVIF ideal-int +pkg syscall (darwin-arm64), const IP_RECVOPTS = 5 +pkg syscall (darwin-arm64), const IP_RECVOPTS ideal-int +pkg syscall (darwin-arm64), const IP_RECVPKTINFO = 26 +pkg syscall (darwin-arm64), const IP_RECVPKTINFO ideal-int +pkg syscall (darwin-arm64), const IP_RECVRETOPTS = 6 +pkg syscall (darwin-arm64), const IP_RECVRETOPTS ideal-int +pkg syscall (darwin-arm64), const IP_RECVTTL = 24 +pkg syscall (darwin-arm64), const IP_RECVTTL ideal-int +pkg syscall (darwin-arm64), const IP_RETOPTS = 8 +pkg syscall (darwin-arm64), const IP_RETOPTS ideal-int +pkg syscall (darwin-arm64), const IP_RF = 32768 +pkg syscall (darwin-arm64), const IP_RF ideal-int +pkg syscall (darwin-arm64), const IP_RSVP_OFF = 16 +pkg syscall (darwin-arm64), const IP_RSVP_OFF ideal-int +pkg syscall (darwin-arm64), const IP_RSVP_ON = 15 +pkg syscall (darwin-arm64), const IP_RSVP_ON ideal-int +pkg syscall (darwin-arm64), const IP_RSVP_VIF_OFF = 18 +pkg syscall (darwin-arm64), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (darwin-arm64), const IP_RSVP_VIF_ON = 17 +pkg syscall (darwin-arm64), const IP_RSVP_VIF_ON ideal-int +pkg syscall (darwin-arm64), const IP_STRIPHDR = 23 +pkg syscall (darwin-arm64), const IP_STRIPHDR ideal-int +pkg syscall (darwin-arm64), const IP_TOS = 3 +pkg syscall (darwin-arm64), const IP_TRAFFIC_MGT_BACKGROUND = 65 +pkg syscall (darwin-arm64), const IP_TRAFFIC_MGT_BACKGROUND ideal-int +pkg syscall (darwin-arm64), const IP_TTL = 4 +pkg syscall (darwin-arm64), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (darwin-arm64), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (darwin-arm64), const ISIG = 128 +pkg syscall (darwin-arm64), const ISIG ideal-int +pkg syscall (darwin-arm64), const ISTRIP = 32 +pkg syscall (darwin-arm64), const ISTRIP ideal-int +pkg syscall (darwin-arm64), const IUTF8 = 16384 +pkg syscall (darwin-arm64), const IUTF8 ideal-int +pkg syscall (darwin-arm64), const IXANY = 2048 +pkg syscall (darwin-arm64), const IXANY ideal-int +pkg syscall (darwin-arm64), const IXOFF = 1024 +pkg syscall (darwin-arm64), const IXOFF ideal-int +pkg syscall (darwin-arm64), const IXON = 512 +pkg syscall (darwin-arm64), const IXON ideal-int +pkg syscall (darwin-arm64), const LOCK_EX = 2 +pkg syscall (darwin-arm64), const LOCK_EX ideal-int +pkg syscall (darwin-arm64), const LOCK_NB = 4 +pkg syscall (darwin-arm64), const LOCK_NB ideal-int +pkg syscall (darwin-arm64), const LOCK_SH = 1 +pkg syscall (darwin-arm64), const LOCK_SH ideal-int +pkg syscall (darwin-arm64), const LOCK_UN = 8 +pkg syscall (darwin-arm64), const LOCK_UN ideal-int +pkg syscall (darwin-arm64), const MADV_CAN_REUSE = 9 +pkg syscall (darwin-arm64), const MADV_CAN_REUSE ideal-int +pkg syscall (darwin-arm64), const MADV_DONTNEED = 4 +pkg syscall (darwin-arm64), const MADV_DONTNEED ideal-int +pkg syscall (darwin-arm64), const MADV_FREE = 5 +pkg syscall (darwin-arm64), const MADV_FREE ideal-int +pkg syscall (darwin-arm64), const MADV_FREE_REUSABLE = 7 +pkg syscall (darwin-arm64), const MADV_FREE_REUSABLE ideal-int +pkg syscall (darwin-arm64), const MADV_FREE_REUSE = 8 +pkg syscall (darwin-arm64), const MADV_FREE_REUSE ideal-int +pkg syscall (darwin-arm64), const MADV_NORMAL = 0 +pkg syscall (darwin-arm64), const MADV_NORMAL ideal-int +pkg syscall (darwin-arm64), const MADV_RANDOM = 1 +pkg syscall (darwin-arm64), const MADV_RANDOM ideal-int +pkg syscall (darwin-arm64), const MADV_SEQUENTIAL = 2 +pkg syscall (darwin-arm64), const MADV_SEQUENTIAL ideal-int +pkg syscall (darwin-arm64), const MADV_WILLNEED = 3 +pkg syscall (darwin-arm64), const MADV_WILLNEED ideal-int +pkg syscall (darwin-arm64), const MADV_ZERO_WIRED_PAGES = 6 +pkg syscall (darwin-arm64), const MADV_ZERO_WIRED_PAGES ideal-int +pkg syscall (darwin-arm64), const MAP_ANON = 4096 +pkg syscall (darwin-arm64), const MAP_ANON ideal-int +pkg syscall (darwin-arm64), const MAP_COPY = 2 +pkg syscall (darwin-arm64), const MAP_COPY ideal-int +pkg syscall (darwin-arm64), const MAP_FILE = 0 +pkg syscall (darwin-arm64), const MAP_FILE ideal-int +pkg syscall (darwin-arm64), const MAP_FIXED = 16 +pkg syscall (darwin-arm64), const MAP_FIXED ideal-int +pkg syscall (darwin-arm64), const MAP_HASSEMAPHORE = 512 +pkg syscall (darwin-arm64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (darwin-arm64), const MAP_JIT = 2048 +pkg syscall (darwin-arm64), const MAP_JIT ideal-int +pkg syscall (darwin-arm64), const MAP_NOCACHE = 1024 +pkg syscall (darwin-arm64), const MAP_NOCACHE ideal-int +pkg syscall (darwin-arm64), const MAP_NOEXTEND = 256 +pkg syscall (darwin-arm64), const MAP_NOEXTEND ideal-int +pkg syscall (darwin-arm64), const MAP_NORESERVE = 64 +pkg syscall (darwin-arm64), const MAP_NORESERVE ideal-int +pkg syscall (darwin-arm64), const MAP_PRIVATE = 2 +pkg syscall (darwin-arm64), const MAP_PRIVATE ideal-int +pkg syscall (darwin-arm64), const MAP_RENAME = 32 +pkg syscall (darwin-arm64), const MAP_RENAME ideal-int +pkg syscall (darwin-arm64), const MAP_RESERVED0080 = 128 +pkg syscall (darwin-arm64), const MAP_RESERVED0080 ideal-int +pkg syscall (darwin-arm64), const MAP_SHARED = 1 +pkg syscall (darwin-arm64), const MAP_SHARED ideal-int +pkg syscall (darwin-arm64), const MCL_CURRENT = 1 +pkg syscall (darwin-arm64), const MCL_CURRENT ideal-int +pkg syscall (darwin-arm64), const MCL_FUTURE = 2 +pkg syscall (darwin-arm64), const MCL_FUTURE ideal-int +pkg syscall (darwin-arm64), const MSG_CTRUNC = 32 +pkg syscall (darwin-arm64), const MSG_CTRUNC ideal-int +pkg syscall (darwin-arm64), const MSG_DONTROUTE = 4 +pkg syscall (darwin-arm64), const MSG_DONTROUTE ideal-int +pkg syscall (darwin-arm64), const MSG_DONTWAIT = 128 +pkg syscall (darwin-arm64), const MSG_DONTWAIT ideal-int +pkg syscall (darwin-arm64), const MSG_EOF = 256 +pkg syscall (darwin-arm64), const MSG_EOF ideal-int +pkg syscall (darwin-arm64), const MSG_EOR = 8 +pkg syscall (darwin-arm64), const MSG_EOR ideal-int +pkg syscall (darwin-arm64), const MSG_FLUSH = 1024 +pkg syscall (darwin-arm64), const MSG_FLUSH ideal-int +pkg syscall (darwin-arm64), const MSG_HAVEMORE = 8192 +pkg syscall (darwin-arm64), const MSG_HAVEMORE ideal-int +pkg syscall (darwin-arm64), const MSG_HOLD = 2048 +pkg syscall (darwin-arm64), const MSG_HOLD ideal-int +pkg syscall (darwin-arm64), const MSG_NEEDSA = 65536 +pkg syscall (darwin-arm64), const MSG_NEEDSA ideal-int +pkg syscall (darwin-arm64), const MSG_OOB = 1 +pkg syscall (darwin-arm64), const MSG_OOB ideal-int +pkg syscall (darwin-arm64), const MSG_PEEK = 2 +pkg syscall (darwin-arm64), const MSG_PEEK ideal-int +pkg syscall (darwin-arm64), const MSG_RCVMORE = 16384 +pkg syscall (darwin-arm64), const MSG_RCVMORE ideal-int +pkg syscall (darwin-arm64), const MSG_SEND = 4096 +pkg syscall (darwin-arm64), const MSG_SEND ideal-int +pkg syscall (darwin-arm64), const MSG_TRUNC = 16 +pkg syscall (darwin-arm64), const MSG_TRUNC ideal-int +pkg syscall (darwin-arm64), const MSG_WAITALL = 64 +pkg syscall (darwin-arm64), const MSG_WAITALL ideal-int +pkg syscall (darwin-arm64), const MSG_WAITSTREAM = 512 +pkg syscall (darwin-arm64), const MSG_WAITSTREAM ideal-int +pkg syscall (darwin-arm64), const MS_ASYNC = 1 +pkg syscall (darwin-arm64), const MS_ASYNC ideal-int +pkg syscall (darwin-arm64), const MS_DEACTIVATE = 8 +pkg syscall (darwin-arm64), const MS_DEACTIVATE ideal-int +pkg syscall (darwin-arm64), const MS_INVALIDATE = 2 +pkg syscall (darwin-arm64), const MS_INVALIDATE ideal-int +pkg syscall (darwin-arm64), const MS_KILLPAGES = 4 +pkg syscall (darwin-arm64), const MS_KILLPAGES ideal-int +pkg syscall (darwin-arm64), const MS_SYNC = 16 +pkg syscall (darwin-arm64), const MS_SYNC ideal-int +pkg syscall (darwin-arm64), const NAME_MAX = 255 +pkg syscall (darwin-arm64), const NAME_MAX ideal-int +pkg syscall (darwin-arm64), const NET_RT_DUMP = 1 +pkg syscall (darwin-arm64), const NET_RT_DUMP ideal-int +pkg syscall (darwin-arm64), const NET_RT_DUMP2 = 7 +pkg syscall (darwin-arm64), const NET_RT_DUMP2 ideal-int +pkg syscall (darwin-arm64), const NET_RT_FLAGS = 2 +pkg syscall (darwin-arm64), const NET_RT_FLAGS ideal-int +pkg syscall (darwin-arm64), const NET_RT_IFLIST = 3 +pkg syscall (darwin-arm64), const NET_RT_IFLIST ideal-int +pkg syscall (darwin-arm64), const NET_RT_IFLIST2 = 6 +pkg syscall (darwin-arm64), const NET_RT_IFLIST2 ideal-int +pkg syscall (darwin-arm64), const NET_RT_MAXID = 10 +pkg syscall (darwin-arm64), const NET_RT_MAXID ideal-int +pkg syscall (darwin-arm64), const NET_RT_STAT = 4 +pkg syscall (darwin-arm64), const NET_RT_STAT ideal-int +pkg syscall (darwin-arm64), const NET_RT_TRASH = 5 +pkg syscall (darwin-arm64), const NET_RT_TRASH ideal-int +pkg syscall (darwin-arm64), const NOFLSH = 2147483648 +pkg syscall (darwin-arm64), const NOFLSH ideal-int +pkg syscall (darwin-arm64), const NOTE_ABSOLUTE = 8 +pkg syscall (darwin-arm64), const NOTE_ABSOLUTE ideal-int +pkg syscall (darwin-arm64), const NOTE_ATTRIB = 8 +pkg syscall (darwin-arm64), const NOTE_ATTRIB ideal-int +pkg syscall (darwin-arm64), const NOTE_BACKGROUND = 64 +pkg syscall (darwin-arm64), const NOTE_BACKGROUND ideal-int +pkg syscall (darwin-arm64), const NOTE_CHILD = 4 +pkg syscall (darwin-arm64), const NOTE_CHILD ideal-int +pkg syscall (darwin-arm64), const NOTE_CRITICAL = 32 +pkg syscall (darwin-arm64), const NOTE_CRITICAL ideal-int +pkg syscall (darwin-arm64), const NOTE_DELETE = 1 +pkg syscall (darwin-arm64), const NOTE_DELETE ideal-int +pkg syscall (darwin-arm64), const NOTE_EXEC = 536870912 +pkg syscall (darwin-arm64), const NOTE_EXEC ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT = 2147483648 +pkg syscall (darwin-arm64), const NOTE_EXIT ideal-int +pkg syscall (darwin-arm64), const NOTE_EXITSTATUS = 67108864 +pkg syscall (darwin-arm64), const NOTE_EXITSTATUS ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT_CSERROR = 262144 +pkg syscall (darwin-arm64), const NOTE_EXIT_CSERROR ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT_DECRYPTFAIL = 65536 +pkg syscall (darwin-arm64), const NOTE_EXIT_DECRYPTFAIL ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT_DETAIL = 33554432 +pkg syscall (darwin-arm64), const NOTE_EXIT_DETAIL ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT_DETAIL_MASK = 458752 +pkg syscall (darwin-arm64), const NOTE_EXIT_DETAIL_MASK ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT_MEMORY = 131072 +pkg syscall (darwin-arm64), const NOTE_EXIT_MEMORY ideal-int +pkg syscall (darwin-arm64), const NOTE_EXIT_REPARENTED = 524288 +pkg syscall (darwin-arm64), const NOTE_EXIT_REPARENTED ideal-int +pkg syscall (darwin-arm64), const NOTE_EXTEND = 4 +pkg syscall (darwin-arm64), const NOTE_EXTEND ideal-int +pkg syscall (darwin-arm64), const NOTE_FFAND = 1073741824 +pkg syscall (darwin-arm64), const NOTE_FFAND ideal-int +pkg syscall (darwin-arm64), const NOTE_FFCOPY = 3221225472 +pkg syscall (darwin-arm64), const NOTE_FFCOPY ideal-int +pkg syscall (darwin-arm64), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (darwin-arm64), const NOTE_FFCTRLMASK ideal-int +pkg syscall (darwin-arm64), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (darwin-arm64), const NOTE_FFLAGSMASK ideal-int +pkg syscall (darwin-arm64), const NOTE_FFNOP = 0 +pkg syscall (darwin-arm64), const NOTE_FFNOP ideal-int +pkg syscall (darwin-arm64), const NOTE_FFOR = 2147483648 +pkg syscall (darwin-arm64), const NOTE_FFOR ideal-int +pkg syscall (darwin-arm64), const NOTE_FORK = 1073741824 +pkg syscall (darwin-arm64), const NOTE_FORK ideal-int +pkg syscall (darwin-arm64), const NOTE_LEEWAY = 16 +pkg syscall (darwin-arm64), const NOTE_LEEWAY ideal-int +pkg syscall (darwin-arm64), const NOTE_LINK = 16 +pkg syscall (darwin-arm64), const NOTE_LINK ideal-int +pkg syscall (darwin-arm64), const NOTE_LOWAT = 1 +pkg syscall (darwin-arm64), const NOTE_LOWAT ideal-int +pkg syscall (darwin-arm64), const NOTE_NONE = 128 +pkg syscall (darwin-arm64), const NOTE_NONE ideal-int +pkg syscall (darwin-arm64), const NOTE_NSECONDS = 4 +pkg syscall (darwin-arm64), const NOTE_NSECONDS ideal-int +pkg syscall (darwin-arm64), const NOTE_PCTRLMASK = -1048576 +pkg syscall (darwin-arm64), const NOTE_PCTRLMASK ideal-int +pkg syscall (darwin-arm64), const NOTE_PDATAMASK = 1048575 +pkg syscall (darwin-arm64), const NOTE_PDATAMASK ideal-int +pkg syscall (darwin-arm64), const NOTE_REAP = 268435456 +pkg syscall (darwin-arm64), const NOTE_REAP ideal-int +pkg syscall (darwin-arm64), const NOTE_RENAME = 32 +pkg syscall (darwin-arm64), const NOTE_RENAME ideal-int +pkg syscall (darwin-arm64), const NOTE_REVOKE = 64 +pkg syscall (darwin-arm64), const NOTE_REVOKE ideal-int +pkg syscall (darwin-arm64), const NOTE_SECONDS = 1 +pkg syscall (darwin-arm64), const NOTE_SECONDS ideal-int +pkg syscall (darwin-arm64), const NOTE_SIGNAL = 134217728 +pkg syscall (darwin-arm64), const NOTE_SIGNAL ideal-int +pkg syscall (darwin-arm64), const NOTE_TRACK = 1 +pkg syscall (darwin-arm64), const NOTE_TRACK ideal-int +pkg syscall (darwin-arm64), const NOTE_TRACKERR = 2 +pkg syscall (darwin-arm64), const NOTE_TRACKERR ideal-int +pkg syscall (darwin-arm64), const NOTE_TRIGGER = 16777216 +pkg syscall (darwin-arm64), const NOTE_TRIGGER ideal-int +pkg syscall (darwin-arm64), const NOTE_USECONDS = 2 +pkg syscall (darwin-arm64), const NOTE_USECONDS ideal-int +pkg syscall (darwin-arm64), const NOTE_VM_ERROR = 268435456 +pkg syscall (darwin-arm64), const NOTE_VM_ERROR ideal-int +pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE = 2147483648 +pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE ideal-int +pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912 +pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int +pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824 +pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_TERMINATE ideal-int +pkg syscall (darwin-arm64), const NOTE_WRITE = 2 +pkg syscall (darwin-arm64), const NOTE_WRITE ideal-int +pkg syscall (darwin-arm64), const OCRNL = 16 +pkg syscall (darwin-arm64), const OCRNL ideal-int +pkg syscall (darwin-arm64), const OFDEL = 131072 +pkg syscall (darwin-arm64), const OFDEL ideal-int +pkg syscall (darwin-arm64), const OFILL = 128 +pkg syscall (darwin-arm64), const OFILL ideal-int +pkg syscall (darwin-arm64), const ONLCR = 2 +pkg syscall (darwin-arm64), const ONLCR ideal-int +pkg syscall (darwin-arm64), const ONLRET = 64 +pkg syscall (darwin-arm64), const ONLRET ideal-int +pkg syscall (darwin-arm64), const ONOCR = 32 +pkg syscall (darwin-arm64), const ONOCR ideal-int +pkg syscall (darwin-arm64), const ONOEOT = 8 +pkg syscall (darwin-arm64), const ONOEOT ideal-int +pkg syscall (darwin-arm64), const OPOST = 1 +pkg syscall (darwin-arm64), const OPOST ideal-int +pkg syscall (darwin-arm64), const O_ACCMODE = 3 +pkg syscall (darwin-arm64), const O_ACCMODE ideal-int +pkg syscall (darwin-arm64), const O_ALERT = 536870912 +pkg syscall (darwin-arm64), const O_ALERT ideal-int +pkg syscall (darwin-arm64), const O_APPEND = 8 +pkg syscall (darwin-arm64), const O_ASYNC = 64 +pkg syscall (darwin-arm64), const O_CLOEXEC = 16777216 +pkg syscall (darwin-arm64), const O_CREAT = 512 +pkg syscall (darwin-arm64), const O_DIRECTORY = 1048576 +pkg syscall (darwin-arm64), const O_DIRECTORY ideal-int +pkg syscall (darwin-arm64), const O_DP_GETRAWENCRYPTED = 1 +pkg syscall (darwin-arm64), const O_DP_GETRAWENCRYPTED ideal-int +pkg syscall (darwin-arm64), const O_DSYNC = 4194304 +pkg syscall (darwin-arm64), const O_DSYNC ideal-int +pkg syscall (darwin-arm64), const O_EVTONLY = 32768 +pkg syscall (darwin-arm64), const O_EVTONLY ideal-int +pkg syscall (darwin-arm64), const O_EXCL = 2048 +pkg syscall (darwin-arm64), const O_EXLOCK = 32 +pkg syscall (darwin-arm64), const O_EXLOCK ideal-int +pkg syscall (darwin-arm64), const O_FSYNC = 128 +pkg syscall (darwin-arm64), const O_FSYNC ideal-int +pkg syscall (darwin-arm64), const O_NDELAY = 4 +pkg syscall (darwin-arm64), const O_NDELAY ideal-int +pkg syscall (darwin-arm64), const O_NOCTTY = 131072 +pkg syscall (darwin-arm64), const O_NOFOLLOW = 256 +pkg syscall (darwin-arm64), const O_NOFOLLOW ideal-int +pkg syscall (darwin-arm64), const O_NONBLOCK = 4 +pkg syscall (darwin-arm64), const O_POPUP = 2147483648 +pkg syscall (darwin-arm64), const O_POPUP ideal-int +pkg syscall (darwin-arm64), const O_SHLOCK = 16 +pkg syscall (darwin-arm64), const O_SHLOCK ideal-int +pkg syscall (darwin-arm64), const O_SYMLINK = 2097152 +pkg syscall (darwin-arm64), const O_SYMLINK ideal-int +pkg syscall (darwin-arm64), const O_SYNC = 128 +pkg syscall (darwin-arm64), const O_TRUNC = 1024 +pkg syscall (darwin-arm64), const PARENB = 4096 +pkg syscall (darwin-arm64), const PARENB ideal-int +pkg syscall (darwin-arm64), const PARMRK = 8 +pkg syscall (darwin-arm64), const PARMRK ideal-int +pkg syscall (darwin-arm64), const PARODD = 8192 +pkg syscall (darwin-arm64), const PARODD ideal-int +pkg syscall (darwin-arm64), const PENDIN = 536870912 +pkg syscall (darwin-arm64), const PENDIN ideal-int +pkg syscall (darwin-arm64), const PRIO_PGRP = 1 +pkg syscall (darwin-arm64), const PRIO_PGRP ideal-int +pkg syscall (darwin-arm64), const PRIO_PROCESS = 0 +pkg syscall (darwin-arm64), const PRIO_PROCESS ideal-int +pkg syscall (darwin-arm64), const PRIO_USER = 2 +pkg syscall (darwin-arm64), const PRIO_USER ideal-int +pkg syscall (darwin-arm64), const PROT_EXEC = 4 +pkg syscall (darwin-arm64), const PROT_EXEC ideal-int +pkg syscall (darwin-arm64), const PROT_NONE = 0 +pkg syscall (darwin-arm64), const PROT_NONE ideal-int +pkg syscall (darwin-arm64), const PROT_READ = 1 +pkg syscall (darwin-arm64), const PROT_READ ideal-int +pkg syscall (darwin-arm64), const PROT_WRITE = 2 +pkg syscall (darwin-arm64), const PROT_WRITE ideal-int +pkg syscall (darwin-arm64), const PTRACE_CONT = 7 +pkg syscall (darwin-arm64), const PTRACE_CONT ideal-int +pkg syscall (darwin-arm64), const PTRACE_KILL = 8 +pkg syscall (darwin-arm64), const PTRACE_KILL ideal-int +pkg syscall (darwin-arm64), const PTRACE_TRACEME = 0 +pkg syscall (darwin-arm64), const PTRACE_TRACEME ideal-int +pkg syscall (darwin-arm64), const PT_ATTACH = 10 +pkg syscall (darwin-arm64), const PT_ATTACH ideal-int +pkg syscall (darwin-arm64), const PT_ATTACHEXC = 14 +pkg syscall (darwin-arm64), const PT_ATTACHEXC ideal-int +pkg syscall (darwin-arm64), const PT_CONTINUE = 7 +pkg syscall (darwin-arm64), const PT_CONTINUE ideal-int +pkg syscall (darwin-arm64), const PT_DENY_ATTACH = 31 +pkg syscall (darwin-arm64), const PT_DENY_ATTACH ideal-int +pkg syscall (darwin-arm64), const PT_DETACH = 11 +pkg syscall (darwin-arm64), const PT_DETACH ideal-int +pkg syscall (darwin-arm64), const PT_FIRSTMACH = 32 +pkg syscall (darwin-arm64), const PT_FIRSTMACH ideal-int +pkg syscall (darwin-arm64), const PT_FORCEQUOTA = 30 +pkg syscall (darwin-arm64), const PT_FORCEQUOTA ideal-int +pkg syscall (darwin-arm64), const PT_KILL = 8 +pkg syscall (darwin-arm64), const PT_KILL ideal-int +pkg syscall (darwin-arm64), const PT_READ_D = 2 +pkg syscall (darwin-arm64), const PT_READ_D ideal-int +pkg syscall (darwin-arm64), const PT_READ_I = 1 +pkg syscall (darwin-arm64), const PT_READ_I ideal-int +pkg syscall (darwin-arm64), const PT_READ_U = 3 +pkg syscall (darwin-arm64), const PT_READ_U ideal-int +pkg syscall (darwin-arm64), const PT_SIGEXC = 12 +pkg syscall (darwin-arm64), const PT_SIGEXC ideal-int +pkg syscall (darwin-arm64), const PT_STEP = 9 +pkg syscall (darwin-arm64), const PT_STEP ideal-int +pkg syscall (darwin-arm64), const PT_THUPDATE = 13 +pkg syscall (darwin-arm64), const PT_THUPDATE ideal-int +pkg syscall (darwin-arm64), const PT_TRACE_ME = 0 +pkg syscall (darwin-arm64), const PT_TRACE_ME ideal-int +pkg syscall (darwin-arm64), const PT_WRITE_D = 5 +pkg syscall (darwin-arm64), const PT_WRITE_D ideal-int +pkg syscall (darwin-arm64), const PT_WRITE_I = 4 +pkg syscall (darwin-arm64), const PT_WRITE_I ideal-int +pkg syscall (darwin-arm64), const PT_WRITE_U = 6 +pkg syscall (darwin-arm64), const PT_WRITE_U ideal-int +pkg syscall (darwin-arm64), const RLIMIT_AS = 5 +pkg syscall (darwin-arm64), const RLIMIT_AS ideal-int +pkg syscall (darwin-arm64), const RLIMIT_CORE = 4 +pkg syscall (darwin-arm64), const RLIMIT_CORE ideal-int +pkg syscall (darwin-arm64), const RLIMIT_CPU = 0 +pkg syscall (darwin-arm64), const RLIMIT_CPU ideal-int +pkg syscall (darwin-arm64), const RLIMIT_CPU_USAGE_MONITOR = 2 +pkg syscall (darwin-arm64), const RLIMIT_CPU_USAGE_MONITOR ideal-int +pkg syscall (darwin-arm64), const RLIMIT_DATA = 2 +pkg syscall (darwin-arm64), const RLIMIT_DATA ideal-int +pkg syscall (darwin-arm64), const RLIMIT_FSIZE = 1 +pkg syscall (darwin-arm64), const RLIMIT_FSIZE ideal-int +pkg syscall (darwin-arm64), const RLIMIT_NOFILE = 8 +pkg syscall (darwin-arm64), const RLIMIT_NOFILE ideal-int +pkg syscall (darwin-arm64), const RLIMIT_STACK = 3 +pkg syscall (darwin-arm64), const RLIMIT_STACK ideal-int +pkg syscall (darwin-arm64), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (darwin-arm64), const RLIM_INFINITY ideal-int +pkg syscall (darwin-arm64), const RTAX_AUTHOR = 6 +pkg syscall (darwin-arm64), const RTAX_AUTHOR ideal-int +pkg syscall (darwin-arm64), const RTAX_BRD = 7 +pkg syscall (darwin-arm64), const RTAX_BRD ideal-int +pkg syscall (darwin-arm64), const RTAX_DST = 0 +pkg syscall (darwin-arm64), const RTAX_DST ideal-int +pkg syscall (darwin-arm64), const RTAX_GATEWAY = 1 +pkg syscall (darwin-arm64), const RTAX_GATEWAY ideal-int +pkg syscall (darwin-arm64), const RTAX_GENMASK = 3 +pkg syscall (darwin-arm64), const RTAX_GENMASK ideal-int +pkg syscall (darwin-arm64), const RTAX_IFA = 5 +pkg syscall (darwin-arm64), const RTAX_IFA ideal-int +pkg syscall (darwin-arm64), const RTAX_IFP = 4 +pkg syscall (darwin-arm64), const RTAX_IFP ideal-int +pkg syscall (darwin-arm64), const RTAX_MAX = 8 +pkg syscall (darwin-arm64), const RTAX_MAX ideal-int +pkg syscall (darwin-arm64), const RTAX_NETMASK = 2 +pkg syscall (darwin-arm64), const RTAX_NETMASK ideal-int +pkg syscall (darwin-arm64), const RTA_AUTHOR = 64 +pkg syscall (darwin-arm64), const RTA_AUTHOR ideal-int +pkg syscall (darwin-arm64), const RTA_BRD = 128 +pkg syscall (darwin-arm64), const RTA_BRD ideal-int +pkg syscall (darwin-arm64), const RTA_DST = 1 +pkg syscall (darwin-arm64), const RTA_DST ideal-int +pkg syscall (darwin-arm64), const RTA_GATEWAY = 2 +pkg syscall (darwin-arm64), const RTA_GATEWAY ideal-int +pkg syscall (darwin-arm64), const RTA_GENMASK = 8 +pkg syscall (darwin-arm64), const RTA_GENMASK ideal-int +pkg syscall (darwin-arm64), const RTA_IFA = 32 +pkg syscall (darwin-arm64), const RTA_IFA ideal-int +pkg syscall (darwin-arm64), const RTA_IFP = 16 +pkg syscall (darwin-arm64), const RTA_IFP ideal-int +pkg syscall (darwin-arm64), const RTA_NETMASK = 4 +pkg syscall (darwin-arm64), const RTA_NETMASK ideal-int +pkg syscall (darwin-arm64), const RTF_BLACKHOLE = 4096 +pkg syscall (darwin-arm64), const RTF_BLACKHOLE ideal-int +pkg syscall (darwin-arm64), const RTF_BROADCAST = 4194304 +pkg syscall (darwin-arm64), const RTF_BROADCAST ideal-int +pkg syscall (darwin-arm64), const RTF_CLONING = 256 +pkg syscall (darwin-arm64), const RTF_CLONING ideal-int +pkg syscall (darwin-arm64), const RTF_CONDEMNED = 33554432 +pkg syscall (darwin-arm64), const RTF_CONDEMNED ideal-int +pkg syscall (darwin-arm64), const RTF_DELCLONE = 128 +pkg syscall (darwin-arm64), const RTF_DELCLONE ideal-int +pkg syscall (darwin-arm64), const RTF_DONE = 64 +pkg syscall (darwin-arm64), const RTF_DONE ideal-int +pkg syscall (darwin-arm64), const RTF_DYNAMIC = 16 +pkg syscall (darwin-arm64), const RTF_DYNAMIC ideal-int +pkg syscall (darwin-arm64), const RTF_GATEWAY = 2 +pkg syscall (darwin-arm64), const RTF_GATEWAY ideal-int +pkg syscall (darwin-arm64), const RTF_HOST = 4 +pkg syscall (darwin-arm64), const RTF_HOST ideal-int +pkg syscall (darwin-arm64), const RTF_IFREF = 67108864 +pkg syscall (darwin-arm64), const RTF_IFREF ideal-int +pkg syscall (darwin-arm64), const RTF_IFSCOPE = 16777216 +pkg syscall (darwin-arm64), const RTF_IFSCOPE ideal-int +pkg syscall (darwin-arm64), const RTF_LLINFO = 1024 +pkg syscall (darwin-arm64), const RTF_LLINFO ideal-int +pkg syscall (darwin-arm64), const RTF_LOCAL = 2097152 +pkg syscall (darwin-arm64), const RTF_LOCAL ideal-int +pkg syscall (darwin-arm64), const RTF_MODIFIED = 32 +pkg syscall (darwin-arm64), const RTF_MODIFIED ideal-int +pkg syscall (darwin-arm64), const RTF_MULTICAST = 8388608 +pkg syscall (darwin-arm64), const RTF_MULTICAST ideal-int +pkg syscall (darwin-arm64), const RTF_PINNED = 1048576 +pkg syscall (darwin-arm64), const RTF_PINNED ideal-int +pkg syscall (darwin-arm64), const RTF_PRCLONING = 65536 +pkg syscall (darwin-arm64), const RTF_PRCLONING ideal-int +pkg syscall (darwin-arm64), const RTF_PROTO1 = 32768 +pkg syscall (darwin-arm64), const RTF_PROTO1 ideal-int +pkg syscall (darwin-arm64), const RTF_PROTO2 = 16384 +pkg syscall (darwin-arm64), const RTF_PROTO2 ideal-int +pkg syscall (darwin-arm64), const RTF_PROTO3 = 262144 +pkg syscall (darwin-arm64), const RTF_PROTO3 ideal-int +pkg syscall (darwin-arm64), const RTF_PROXY = 134217728 +pkg syscall (darwin-arm64), const RTF_PROXY ideal-int +pkg syscall (darwin-arm64), const RTF_REJECT = 8 +pkg syscall (darwin-arm64), const RTF_REJECT ideal-int +pkg syscall (darwin-arm64), const RTF_ROUTER = 268435456 +pkg syscall (darwin-arm64), const RTF_ROUTER ideal-int +pkg syscall (darwin-arm64), const RTF_STATIC = 2048 +pkg syscall (darwin-arm64), const RTF_STATIC ideal-int +pkg syscall (darwin-arm64), const RTF_UP = 1 +pkg syscall (darwin-arm64), const RTF_UP ideal-int +pkg syscall (darwin-arm64), const RTF_WASCLONED = 131072 +pkg syscall (darwin-arm64), const RTF_WASCLONED ideal-int +pkg syscall (darwin-arm64), const RTF_XRESOLVE = 512 +pkg syscall (darwin-arm64), const RTF_XRESOLVE ideal-int +pkg syscall (darwin-arm64), const RTM_ADD = 1 +pkg syscall (darwin-arm64), const RTM_ADD ideal-int +pkg syscall (darwin-arm64), const RTM_CHANGE = 3 +pkg syscall (darwin-arm64), const RTM_CHANGE ideal-int +pkg syscall (darwin-arm64), const RTM_DELADDR = 13 +pkg syscall (darwin-arm64), const RTM_DELADDR ideal-int +pkg syscall (darwin-arm64), const RTM_DELETE = 2 +pkg syscall (darwin-arm64), const RTM_DELETE ideal-int +pkg syscall (darwin-arm64), const RTM_DELMADDR = 16 +pkg syscall (darwin-arm64), const RTM_DELMADDR ideal-int +pkg syscall (darwin-arm64), const RTM_GET = 4 +pkg syscall (darwin-arm64), const RTM_GET ideal-int +pkg syscall (darwin-arm64), const RTM_GET2 = 20 +pkg syscall (darwin-arm64), const RTM_GET2 ideal-int +pkg syscall (darwin-arm64), const RTM_IFINFO = 14 +pkg syscall (darwin-arm64), const RTM_IFINFO ideal-int +pkg syscall (darwin-arm64), const RTM_IFINFO2 = 18 +pkg syscall (darwin-arm64), const RTM_IFINFO2 ideal-int +pkg syscall (darwin-arm64), const RTM_LOCK = 8 +pkg syscall (darwin-arm64), const RTM_LOCK ideal-int +pkg syscall (darwin-arm64), const RTM_LOSING = 5 +pkg syscall (darwin-arm64), const RTM_LOSING ideal-int +pkg syscall (darwin-arm64), const RTM_MISS = 7 +pkg syscall (darwin-arm64), const RTM_MISS ideal-int +pkg syscall (darwin-arm64), const RTM_NEWADDR = 12 +pkg syscall (darwin-arm64), const RTM_NEWADDR ideal-int +pkg syscall (darwin-arm64), const RTM_NEWMADDR = 15 +pkg syscall (darwin-arm64), const RTM_NEWMADDR ideal-int +pkg syscall (darwin-arm64), const RTM_NEWMADDR2 = 19 +pkg syscall (darwin-arm64), const RTM_NEWMADDR2 ideal-int +pkg syscall (darwin-arm64), const RTM_OLDADD = 9 +pkg syscall (darwin-arm64), const RTM_OLDADD ideal-int +pkg syscall (darwin-arm64), const RTM_OLDDEL = 10 +pkg syscall (darwin-arm64), const RTM_OLDDEL ideal-int +pkg syscall (darwin-arm64), const RTM_REDIRECT = 6 +pkg syscall (darwin-arm64), const RTM_REDIRECT ideal-int +pkg syscall (darwin-arm64), const RTM_RESOLVE = 11 +pkg syscall (darwin-arm64), const RTM_RESOLVE ideal-int +pkg syscall (darwin-arm64), const RTM_RTTUNIT = 1000000 +pkg syscall (darwin-arm64), const RTM_RTTUNIT ideal-int +pkg syscall (darwin-arm64), const RTM_VERSION = 5 +pkg syscall (darwin-arm64), const RTM_VERSION ideal-int +pkg syscall (darwin-arm64), const RTV_EXPIRE = 4 +pkg syscall (darwin-arm64), const RTV_EXPIRE ideal-int +pkg syscall (darwin-arm64), const RTV_HOPCOUNT = 2 +pkg syscall (darwin-arm64), const RTV_HOPCOUNT ideal-int +pkg syscall (darwin-arm64), const RTV_MTU = 1 +pkg syscall (darwin-arm64), const RTV_MTU ideal-int +pkg syscall (darwin-arm64), const RTV_RPIPE = 8 +pkg syscall (darwin-arm64), const RTV_RPIPE ideal-int +pkg syscall (darwin-arm64), const RTV_RTT = 64 +pkg syscall (darwin-arm64), const RTV_RTT ideal-int +pkg syscall (darwin-arm64), const RTV_RTTVAR = 128 +pkg syscall (darwin-arm64), const RTV_RTTVAR ideal-int +pkg syscall (darwin-arm64), const RTV_SPIPE = 16 +pkg syscall (darwin-arm64), const RTV_SPIPE ideal-int +pkg syscall (darwin-arm64), const RTV_SSTHRESH = 32 +pkg syscall (darwin-arm64), const RTV_SSTHRESH ideal-int +pkg syscall (darwin-arm64), const RUSAGE_CHILDREN = -1 +pkg syscall (darwin-arm64), const RUSAGE_CHILDREN ideal-int +pkg syscall (darwin-arm64), const RUSAGE_SELF = 0 +pkg syscall (darwin-arm64), const RUSAGE_SELF ideal-int +pkg syscall (darwin-arm64), const SCM_CREDS = 3 +pkg syscall (darwin-arm64), const SCM_CREDS ideal-int +pkg syscall (darwin-arm64), const SCM_RIGHTS = 1 +pkg syscall (darwin-arm64), const SCM_RIGHTS ideal-int +pkg syscall (darwin-arm64), const SCM_TIMESTAMP = 2 +pkg syscall (darwin-arm64), const SCM_TIMESTAMP ideal-int +pkg syscall (darwin-arm64), const SCM_TIMESTAMP_MONOTONIC = 4 +pkg syscall (darwin-arm64), const SCM_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-arm64), const SIGBUS = 10 +pkg syscall (darwin-arm64), const SIGCHLD = 20 +pkg syscall (darwin-arm64), const SIGCHLD Signal +pkg syscall (darwin-arm64), const SIGCONT = 19 +pkg syscall (darwin-arm64), const SIGCONT Signal +pkg syscall (darwin-arm64), const SIGEMT = 7 +pkg syscall (darwin-arm64), const SIGEMT Signal +pkg syscall (darwin-arm64), const SIGINFO = 29 +pkg syscall (darwin-arm64), const SIGINFO Signal +pkg syscall (darwin-arm64), const SIGIO = 23 +pkg syscall (darwin-arm64), const SIGIO Signal +pkg syscall (darwin-arm64), const SIGIOT = 6 +pkg syscall (darwin-arm64), const SIGIOT Signal +pkg syscall (darwin-arm64), const SIGPROF = 27 +pkg syscall (darwin-arm64), const SIGPROF Signal +pkg syscall (darwin-arm64), const SIGSTOP = 17 +pkg syscall (darwin-arm64), const SIGSTOP Signal +pkg syscall (darwin-arm64), const SIGSYS = 12 +pkg syscall (darwin-arm64), const SIGSYS Signal +pkg syscall (darwin-arm64), const SIGTSTP = 18 +pkg syscall (darwin-arm64), const SIGTSTP Signal +pkg syscall (darwin-arm64), const SIGTTIN = 21 +pkg syscall (darwin-arm64), const SIGTTIN Signal +pkg syscall (darwin-arm64), const SIGTTOU = 22 +pkg syscall (darwin-arm64), const SIGTTOU Signal +pkg syscall (darwin-arm64), const SIGURG = 16 +pkg syscall (darwin-arm64), const SIGURG Signal +pkg syscall (darwin-arm64), const SIGUSR1 = 30 +pkg syscall (darwin-arm64), const SIGUSR1 Signal +pkg syscall (darwin-arm64), const SIGUSR2 = 31 +pkg syscall (darwin-arm64), const SIGUSR2 Signal +pkg syscall (darwin-arm64), const SIGVTALRM = 26 +pkg syscall (darwin-arm64), const SIGVTALRM Signal +pkg syscall (darwin-arm64), const SIGWINCH = 28 +pkg syscall (darwin-arm64), const SIGWINCH Signal +pkg syscall (darwin-arm64), const SIGXCPU = 24 +pkg syscall (darwin-arm64), const SIGXCPU Signal +pkg syscall (darwin-arm64), const SIGXFSZ = 25 +pkg syscall (darwin-arm64), const SIGXFSZ Signal +pkg syscall (darwin-arm64), const SIOCADDMULTI = 2149607729 +pkg syscall (darwin-arm64), const SIOCADDMULTI ideal-int +pkg syscall (darwin-arm64), const SIOCAIFADDR = 2151704858 +pkg syscall (darwin-arm64), const SIOCAIFADDR ideal-int +pkg syscall (darwin-arm64), const SIOCARPIPLL = 3223349544 +pkg syscall (darwin-arm64), const SIOCARPIPLL ideal-int +pkg syscall (darwin-arm64), const SIOCATMARK = 1074033415 +pkg syscall (darwin-arm64), const SIOCATMARK ideal-int +pkg syscall (darwin-arm64), const SIOCAUTOADDR = 3223349542 +pkg syscall (darwin-arm64), const SIOCAUTOADDR ideal-int +pkg syscall (darwin-arm64), const SIOCAUTONETMASK = 2149607719 +pkg syscall (darwin-arm64), const SIOCAUTONETMASK ideal-int +pkg syscall (darwin-arm64), const SIOCDELMULTI = 2149607730 +pkg syscall (darwin-arm64), const SIOCDELMULTI ideal-int +pkg syscall (darwin-arm64), const SIOCDIFADDR = 2149607705 +pkg syscall (darwin-arm64), const SIOCDIFADDR ideal-int +pkg syscall (darwin-arm64), const SIOCDIFPHYADDR = 2149607745 +pkg syscall (darwin-arm64), const SIOCDIFPHYADDR ideal-int +pkg syscall (darwin-arm64), const SIOCGDRVSPEC = 3223873915 +pkg syscall (darwin-arm64), const SIOCGDRVSPEC ideal-int +pkg syscall (darwin-arm64), const SIOCGETVLAN = 3223349631 +pkg syscall (darwin-arm64), const SIOCGETVLAN ideal-int +pkg syscall (darwin-arm64), const SIOCGHIWAT = 1074033409 +pkg syscall (darwin-arm64), const SIOCGHIWAT ideal-int +pkg syscall (darwin-arm64), const SIOCGIFADDR = 3223349537 +pkg syscall (darwin-arm64), const SIOCGIFADDR ideal-int +pkg syscall (darwin-arm64), const SIOCGIFALTMTU = 3223349576 +pkg syscall (darwin-arm64), const SIOCGIFALTMTU ideal-int +pkg syscall (darwin-arm64), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (darwin-arm64), const SIOCGIFASYNCMAP ideal-int +pkg syscall (darwin-arm64), const SIOCGIFBOND = 3223349575 +pkg syscall (darwin-arm64), const SIOCGIFBOND ideal-int +pkg syscall (darwin-arm64), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (darwin-arm64), const SIOCGIFBRDADDR ideal-int +pkg syscall (darwin-arm64), const SIOCGIFCAP = 3223349595 +pkg syscall (darwin-arm64), const SIOCGIFCAP ideal-int +pkg syscall (darwin-arm64), const SIOCGIFCONF = 3222038820 +pkg syscall (darwin-arm64), const SIOCGIFCONF ideal-int +pkg syscall (darwin-arm64), const SIOCGIFDEVMTU = 3223349572 +pkg syscall (darwin-arm64), const SIOCGIFDEVMTU ideal-int +pkg syscall (darwin-arm64), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (darwin-arm64), const SIOCGIFDSTADDR ideal-int +pkg syscall (darwin-arm64), const SIOCGIFFLAGS = 3223349521 +pkg syscall (darwin-arm64), const SIOCGIFFLAGS ideal-int +pkg syscall (darwin-arm64), const SIOCGIFGENERIC = 3223349562 +pkg syscall (darwin-arm64), const SIOCGIFGENERIC ideal-int +pkg syscall (darwin-arm64), const SIOCGIFKPI = 3223349639 +pkg syscall (darwin-arm64), const SIOCGIFKPI ideal-int +pkg syscall (darwin-arm64), const SIOCGIFMAC = 3223349634 +pkg syscall (darwin-arm64), const SIOCGIFMAC ideal-int +pkg syscall (darwin-arm64), const SIOCGIFMEDIA = 3224135992 +pkg syscall (darwin-arm64), const SIOCGIFMEDIA ideal-int +pkg syscall (darwin-arm64), const SIOCGIFMETRIC = 3223349527 +pkg syscall (darwin-arm64), const SIOCGIFMETRIC ideal-int +pkg syscall (darwin-arm64), const SIOCGIFMTU = 3223349555 +pkg syscall (darwin-arm64), const SIOCGIFMTU ideal-int +pkg syscall (darwin-arm64), const SIOCGIFNETMASK = 3223349541 +pkg syscall (darwin-arm64), const SIOCGIFNETMASK ideal-int +pkg syscall (darwin-arm64), const SIOCGIFPDSTADDR = 3223349568 +pkg syscall (darwin-arm64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (darwin-arm64), const SIOCGIFPHYS = 3223349557 +pkg syscall (darwin-arm64), const SIOCGIFPHYS ideal-int +pkg syscall (darwin-arm64), const SIOCGIFPSRCADDR = 3223349567 +pkg syscall (darwin-arm64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (darwin-arm64), const SIOCGIFSTATUS = 3274795325 +pkg syscall (darwin-arm64), const SIOCGIFSTATUS ideal-int +pkg syscall (darwin-arm64), const SIOCGIFVLAN = 3223349631 +pkg syscall (darwin-arm64), const SIOCGIFVLAN ideal-int +pkg syscall (darwin-arm64), const SIOCGIFWAKEFLAGS = 3223349640 +pkg syscall (darwin-arm64), const SIOCGIFWAKEFLAGS ideal-int +pkg syscall (darwin-arm64), const SIOCGLOWAT = 1074033411 +pkg syscall (darwin-arm64), const SIOCGLOWAT ideal-int +pkg syscall (darwin-arm64), const SIOCGPGRP = 1074033417 +pkg syscall (darwin-arm64), const SIOCGPGRP ideal-int +pkg syscall (darwin-arm64), const SIOCIFCREATE = 3223349624 +pkg syscall (darwin-arm64), const SIOCIFCREATE ideal-int +pkg syscall (darwin-arm64), const SIOCIFCREATE2 = 3223349626 +pkg syscall (darwin-arm64), const SIOCIFCREATE2 ideal-int +pkg syscall (darwin-arm64), const SIOCIFDESTROY = 2149607801 +pkg syscall (darwin-arm64), const SIOCIFDESTROY ideal-int +pkg syscall (darwin-arm64), const SIOCIFGCLONERS = 3222301057 +pkg syscall (darwin-arm64), const SIOCIFGCLONERS ideal-int +pkg syscall (darwin-arm64), const SIOCRSLVMULTI = 3222300987 +pkg syscall (darwin-arm64), const SIOCRSLVMULTI ideal-int +pkg syscall (darwin-arm64), const SIOCSDRVSPEC = 2150132091 +pkg syscall (darwin-arm64), const SIOCSDRVSPEC ideal-int +pkg syscall (darwin-arm64), const SIOCSETVLAN = 2149607806 +pkg syscall (darwin-arm64), const SIOCSETVLAN ideal-int +pkg syscall (darwin-arm64), const SIOCSHIWAT = 2147775232 +pkg syscall (darwin-arm64), const SIOCSHIWAT ideal-int +pkg syscall (darwin-arm64), const SIOCSIFADDR = 2149607692 +pkg syscall (darwin-arm64), const SIOCSIFADDR ideal-int +pkg syscall (darwin-arm64), const SIOCSIFALTMTU = 2149607749 +pkg syscall (darwin-arm64), const SIOCSIFALTMTU ideal-int +pkg syscall (darwin-arm64), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (darwin-arm64), const SIOCSIFASYNCMAP ideal-int +pkg syscall (darwin-arm64), const SIOCSIFBOND = 2149607750 +pkg syscall (darwin-arm64), const SIOCSIFBOND ideal-int +pkg syscall (darwin-arm64), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (darwin-arm64), const SIOCSIFBRDADDR ideal-int +pkg syscall (darwin-arm64), const SIOCSIFCAP = 2149607770 +pkg syscall (darwin-arm64), const SIOCSIFCAP ideal-int +pkg syscall (darwin-arm64), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (darwin-arm64), const SIOCSIFDSTADDR ideal-int +pkg syscall (darwin-arm64), const SIOCSIFFLAGS = 2149607696 +pkg syscall (darwin-arm64), const SIOCSIFFLAGS ideal-int +pkg syscall (darwin-arm64), const SIOCSIFGENERIC = 2149607737 +pkg syscall (darwin-arm64), const SIOCSIFGENERIC ideal-int +pkg syscall (darwin-arm64), const SIOCSIFKPI = 2149607814 +pkg syscall (darwin-arm64), const SIOCSIFKPI ideal-int +pkg syscall (darwin-arm64), const SIOCSIFLLADDR = 2149607740 +pkg syscall (darwin-arm64), const SIOCSIFLLADDR ideal-int +pkg syscall (darwin-arm64), const SIOCSIFMAC = 2149607811 +pkg syscall (darwin-arm64), const SIOCSIFMAC ideal-int +pkg syscall (darwin-arm64), const SIOCSIFMEDIA = 3223349559 +pkg syscall (darwin-arm64), const SIOCSIFMEDIA ideal-int +pkg syscall (darwin-arm64), const SIOCSIFMETRIC = 2149607704 +pkg syscall (darwin-arm64), const SIOCSIFMETRIC ideal-int +pkg syscall (darwin-arm64), const SIOCSIFMTU = 2149607732 +pkg syscall (darwin-arm64), const SIOCSIFMTU ideal-int +pkg syscall (darwin-arm64), const SIOCSIFNETMASK = 2149607702 +pkg syscall (darwin-arm64), const SIOCSIFNETMASK ideal-int +pkg syscall (darwin-arm64), const SIOCSIFPHYADDR = 2151704894 +pkg syscall (darwin-arm64), const SIOCSIFPHYADDR ideal-int +pkg syscall (darwin-arm64), const SIOCSIFPHYS = 2149607734 +pkg syscall (darwin-arm64), const SIOCSIFPHYS ideal-int +pkg syscall (darwin-arm64), const SIOCSIFVLAN = 2149607806 +pkg syscall (darwin-arm64), const SIOCSIFVLAN ideal-int +pkg syscall (darwin-arm64), const SIOCSLOWAT = 2147775234 +pkg syscall (darwin-arm64), const SIOCSLOWAT ideal-int +pkg syscall (darwin-arm64), const SIOCSPGRP = 2147775240 +pkg syscall (darwin-arm64), const SIOCSPGRP ideal-int +pkg syscall (darwin-arm64), const SOCK_MAXADDRLEN = 255 +pkg syscall (darwin-arm64), const SOCK_MAXADDRLEN ideal-int +pkg syscall (darwin-arm64), const SOCK_RDM = 4 +pkg syscall (darwin-arm64), const SOCK_RDM ideal-int +pkg syscall (darwin-arm64), const SOL_SOCKET = 65535 +pkg syscall (darwin-arm64), const SOMAXCONN = 128 +pkg syscall (darwin-arm64), const SO_ACCEPTCONN = 2 +pkg syscall (darwin-arm64), const SO_ACCEPTCONN ideal-int +pkg syscall (darwin-arm64), const SO_BROADCAST = 32 +pkg syscall (darwin-arm64), const SO_DEBUG = 1 +pkg syscall (darwin-arm64), const SO_DEBUG ideal-int +pkg syscall (darwin-arm64), const SO_DONTROUTE = 16 +pkg syscall (darwin-arm64), const SO_DONTTRUNC = 8192 +pkg syscall (darwin-arm64), const SO_DONTTRUNC ideal-int +pkg syscall (darwin-arm64), const SO_ERROR = 4103 +pkg syscall (darwin-arm64), const SO_ERROR ideal-int +pkg syscall (darwin-arm64), const SO_KEEPALIVE = 8 +pkg syscall (darwin-arm64), const SO_LABEL = 4112 +pkg syscall (darwin-arm64), const SO_LABEL ideal-int +pkg syscall (darwin-arm64), const SO_LINGER = 128 +pkg syscall (darwin-arm64), const SO_LINGER_SEC = 4224 +pkg syscall (darwin-arm64), const SO_LINGER_SEC ideal-int +pkg syscall (darwin-arm64), const SO_NKE = 4129 +pkg syscall (darwin-arm64), const SO_NKE ideal-int +pkg syscall (darwin-arm64), const SO_NOADDRERR = 4131 +pkg syscall (darwin-arm64), const SO_NOADDRERR ideal-int +pkg syscall (darwin-arm64), const SO_NOSIGPIPE = 4130 +pkg syscall (darwin-arm64), const SO_NOSIGPIPE ideal-int +pkg syscall (darwin-arm64), const SO_NOTIFYCONFLICT = 4134 +pkg syscall (darwin-arm64), const SO_NOTIFYCONFLICT ideal-int +pkg syscall (darwin-arm64), const SO_NP_EXTENSIONS = 4227 +pkg syscall (darwin-arm64), const SO_NP_EXTENSIONS ideal-int +pkg syscall (darwin-arm64), const SO_NREAD = 4128 +pkg syscall (darwin-arm64), const SO_NREAD ideal-int +pkg syscall (darwin-arm64), const SO_NUMRCVPKT = 4370 +pkg syscall (darwin-arm64), const SO_NUMRCVPKT ideal-int +pkg syscall (darwin-arm64), const SO_NWRITE = 4132 +pkg syscall (darwin-arm64), const SO_NWRITE ideal-int +pkg syscall (darwin-arm64), const SO_OOBINLINE = 256 +pkg syscall (darwin-arm64), const SO_OOBINLINE ideal-int +pkg syscall (darwin-arm64), const SO_PEERLABEL = 4113 +pkg syscall (darwin-arm64), const SO_PEERLABEL ideal-int +pkg syscall (darwin-arm64), const SO_RANDOMPORT = 4226 +pkg syscall (darwin-arm64), const SO_RANDOMPORT ideal-int +pkg syscall (darwin-arm64), const SO_RCVBUF = 4098 +pkg syscall (darwin-arm64), const SO_RCVLOWAT = 4100 +pkg syscall (darwin-arm64), const SO_RCVLOWAT ideal-int +pkg syscall (darwin-arm64), const SO_RCVTIMEO = 4102 +pkg syscall (darwin-arm64), const SO_RCVTIMEO ideal-int +pkg syscall (darwin-arm64), const SO_REUSEADDR = 4 +pkg syscall (darwin-arm64), const SO_REUSEPORT = 512 +pkg syscall (darwin-arm64), const SO_REUSEPORT ideal-int +pkg syscall (darwin-arm64), const SO_REUSESHAREUID = 4133 +pkg syscall (darwin-arm64), const SO_REUSESHAREUID ideal-int +pkg syscall (darwin-arm64), const SO_SNDBUF = 4097 +pkg syscall (darwin-arm64), const SO_SNDLOWAT = 4099 +pkg syscall (darwin-arm64), const SO_SNDLOWAT ideal-int +pkg syscall (darwin-arm64), const SO_SNDTIMEO = 4101 +pkg syscall (darwin-arm64), const SO_SNDTIMEO ideal-int +pkg syscall (darwin-arm64), const SO_TIMESTAMP = 1024 +pkg syscall (darwin-arm64), const SO_TIMESTAMP ideal-int +pkg syscall (darwin-arm64), const SO_TIMESTAMP_MONOTONIC = 2048 +pkg syscall (darwin-arm64), const SO_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-arm64), const SO_TYPE = 4104 +pkg syscall (darwin-arm64), const SO_TYPE ideal-int +pkg syscall (darwin-arm64), const SO_UPCALLCLOSEWAIT = 4135 +pkg syscall (darwin-arm64), const SO_UPCALLCLOSEWAIT ideal-int +pkg syscall (darwin-arm64), const SO_USELOOPBACK = 64 +pkg syscall (darwin-arm64), const SO_USELOOPBACK ideal-int +pkg syscall (darwin-arm64), const SO_WANTMORE = 16384 +pkg syscall (darwin-arm64), const SO_WANTMORE ideal-int +pkg syscall (darwin-arm64), const SO_WANTOOBFLAG = 32768 +pkg syscall (darwin-arm64), const SO_WANTOOBFLAG ideal-int +pkg syscall (darwin-arm64), const SYS_ACCEPT = 30 +pkg syscall (darwin-arm64), const SYS_ACCEPT ideal-int +pkg syscall (darwin-arm64), const SYS_ACCEPT_NOCANCEL = 404 +pkg syscall (darwin-arm64), const SYS_ACCEPT_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_ACCESS = 33 +pkg syscall (darwin-arm64), const SYS_ACCESS ideal-int +pkg syscall (darwin-arm64), const SYS_ACCESS_EXTENDED = 284 +pkg syscall (darwin-arm64), const SYS_ACCESS_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_ACCT = 51 +pkg syscall (darwin-arm64), const SYS_ACCT ideal-int +pkg syscall (darwin-arm64), const SYS_ADJTIME = 140 +pkg syscall (darwin-arm64), const SYS_ADJTIME ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_CANCEL = 316 +pkg syscall (darwin-arm64), const SYS_AIO_CANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_ERROR = 317 +pkg syscall (darwin-arm64), const SYS_AIO_ERROR ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_FSYNC = 313 +pkg syscall (darwin-arm64), const SYS_AIO_FSYNC ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_READ = 318 +pkg syscall (darwin-arm64), const SYS_AIO_READ ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_RETURN = 314 +pkg syscall (darwin-arm64), const SYS_AIO_RETURN ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_SUSPEND = 315 +pkg syscall (darwin-arm64), const SYS_AIO_SUSPEND ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_SUSPEND_NOCANCEL = 421 +pkg syscall (darwin-arm64), const SYS_AIO_SUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_AIO_WRITE = 319 +pkg syscall (darwin-arm64), const SYS_AIO_WRITE ideal-int +pkg syscall (darwin-arm64), const SYS_ATGETMSG = 207 +pkg syscall (darwin-arm64), const SYS_ATGETMSG ideal-int +pkg syscall (darwin-arm64), const SYS_ATPGETREQ = 211 +pkg syscall (darwin-arm64), const SYS_ATPGETREQ ideal-int +pkg syscall (darwin-arm64), const SYS_ATPGETRSP = 212 +pkg syscall (darwin-arm64), const SYS_ATPGETRSP ideal-int +pkg syscall (darwin-arm64), const SYS_ATPSNDREQ = 209 +pkg syscall (darwin-arm64), const SYS_ATPSNDREQ ideal-int +pkg syscall (darwin-arm64), const SYS_ATPSNDRSP = 210 +pkg syscall (darwin-arm64), const SYS_ATPSNDRSP ideal-int +pkg syscall (darwin-arm64), const SYS_ATPUTMSG = 208 +pkg syscall (darwin-arm64), const SYS_ATPUTMSG ideal-int +pkg syscall (darwin-arm64), const SYS_ATSOCKET = 206 +pkg syscall (darwin-arm64), const SYS_ATSOCKET ideal-int +pkg syscall (darwin-arm64), const SYS_AUDIT = 350 +pkg syscall (darwin-arm64), const SYS_AUDIT ideal-int +pkg syscall (darwin-arm64), const SYS_AUDITCTL = 359 +pkg syscall (darwin-arm64), const SYS_AUDITCTL ideal-int +pkg syscall (darwin-arm64), const SYS_AUDITON = 351 +pkg syscall (darwin-arm64), const SYS_AUDITON ideal-int +pkg syscall (darwin-arm64), const SYS_AUDIT_SESSION_JOIN = 429 +pkg syscall (darwin-arm64), const SYS_AUDIT_SESSION_JOIN ideal-int +pkg syscall (darwin-arm64), const SYS_AUDIT_SESSION_PORT = 432 +pkg syscall (darwin-arm64), const SYS_AUDIT_SESSION_PORT ideal-int +pkg syscall (darwin-arm64), const SYS_AUDIT_SESSION_SELF = 428 +pkg syscall (darwin-arm64), const SYS_AUDIT_SESSION_SELF ideal-int +pkg syscall (darwin-arm64), const SYS_BIND = 104 +pkg syscall (darwin-arm64), const SYS_BIND ideal-int +pkg syscall (darwin-arm64), const SYS_BSDTHREAD_CREATE = 360 +pkg syscall (darwin-arm64), const SYS_BSDTHREAD_CREATE ideal-int +pkg syscall (darwin-arm64), const SYS_BSDTHREAD_REGISTER = 366 +pkg syscall (darwin-arm64), const SYS_BSDTHREAD_REGISTER ideal-int +pkg syscall (darwin-arm64), const SYS_BSDTHREAD_TERMINATE = 361 +pkg syscall (darwin-arm64), const SYS_BSDTHREAD_TERMINATE ideal-int +pkg syscall (darwin-arm64), const SYS_CHDIR = 12 +pkg syscall (darwin-arm64), const SYS_CHDIR ideal-int +pkg syscall (darwin-arm64), const SYS_CHFLAGS = 34 +pkg syscall (darwin-arm64), const SYS_CHFLAGS ideal-int +pkg syscall (darwin-arm64), const SYS_CHMOD = 15 +pkg syscall (darwin-arm64), const SYS_CHMOD ideal-int +pkg syscall (darwin-arm64), const SYS_CHMOD_EXTENDED = 282 +pkg syscall (darwin-arm64), const SYS_CHMOD_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_CHOWN = 16 +pkg syscall (darwin-arm64), const SYS_CHOWN ideal-int +pkg syscall (darwin-arm64), const SYS_CHROOT = 61 +pkg syscall (darwin-arm64), const SYS_CHROOT ideal-int +pkg syscall (darwin-arm64), const SYS_CHUD = 185 +pkg syscall (darwin-arm64), const SYS_CHUD ideal-int +pkg syscall (darwin-arm64), const SYS_CLOSE = 6 +pkg syscall (darwin-arm64), const SYS_CLOSE ideal-int +pkg syscall (darwin-arm64), const SYS_CLOSE_NOCANCEL = 399 +pkg syscall (darwin-arm64), const SYS_CLOSE_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_CONNECT = 98 +pkg syscall (darwin-arm64), const SYS_CONNECT ideal-int +pkg syscall (darwin-arm64), const SYS_CONNECT_NOCANCEL = 409 +pkg syscall (darwin-arm64), const SYS_CONNECT_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_COPYFILE = 227 +pkg syscall (darwin-arm64), const SYS_COPYFILE ideal-int +pkg syscall (darwin-arm64), const SYS_CSOPS = 169 +pkg syscall (darwin-arm64), const SYS_CSOPS ideal-int +pkg syscall (darwin-arm64), const SYS_CSOPS_AUDITTOKEN = 170 +pkg syscall (darwin-arm64), const SYS_CSOPS_AUDITTOKEN ideal-int +pkg syscall (darwin-arm64), const SYS_DELETE = 226 +pkg syscall (darwin-arm64), const SYS_DELETE ideal-int +pkg syscall (darwin-arm64), const SYS_DUP = 41 +pkg syscall (darwin-arm64), const SYS_DUP ideal-int +pkg syscall (darwin-arm64), const SYS_DUP2 = 90 +pkg syscall (darwin-arm64), const SYS_DUP2 ideal-int +pkg syscall (darwin-arm64), const SYS_EXCHANGEDATA = 223 +pkg syscall (darwin-arm64), const SYS_EXCHANGEDATA ideal-int +pkg syscall (darwin-arm64), const SYS_EXECVE = 59 +pkg syscall (darwin-arm64), const SYS_EXECVE ideal-int +pkg syscall (darwin-arm64), const SYS_EXIT = 1 +pkg syscall (darwin-arm64), const SYS_EXIT ideal-int +pkg syscall (darwin-arm64), const SYS_FCHDIR = 13 +pkg syscall (darwin-arm64), const SYS_FCHDIR ideal-int +pkg syscall (darwin-arm64), const SYS_FCHFLAGS = 35 +pkg syscall (darwin-arm64), const SYS_FCHFLAGS ideal-int +pkg syscall (darwin-arm64), const SYS_FCHMOD = 124 +pkg syscall (darwin-arm64), const SYS_FCHMOD ideal-int +pkg syscall (darwin-arm64), const SYS_FCHMOD_EXTENDED = 283 +pkg syscall (darwin-arm64), const SYS_FCHMOD_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_FCHOWN = 123 +pkg syscall (darwin-arm64), const SYS_FCHOWN ideal-int +pkg syscall (darwin-arm64), const SYS_FCNTL = 92 +pkg syscall (darwin-arm64), const SYS_FCNTL ideal-int +pkg syscall (darwin-arm64), const SYS_FCNTL_NOCANCEL = 406 +pkg syscall (darwin-arm64), const SYS_FCNTL_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_FDATASYNC = 187 +pkg syscall (darwin-arm64), const SYS_FDATASYNC ideal-int +pkg syscall (darwin-arm64), const SYS_FFSCTL = 245 +pkg syscall (darwin-arm64), const SYS_FFSCTL ideal-int +pkg syscall (darwin-arm64), const SYS_FGETATTRLIST = 228 +pkg syscall (darwin-arm64), const SYS_FGETATTRLIST ideal-int +pkg syscall (darwin-arm64), const SYS_FGETXATTR = 235 +pkg syscall (darwin-arm64), const SYS_FGETXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_FHOPEN = 248 +pkg syscall (darwin-arm64), const SYS_FHOPEN ideal-int +pkg syscall (darwin-arm64), const SYS_FILEPORT_MAKEFD = 431 +pkg syscall (darwin-arm64), const SYS_FILEPORT_MAKEFD ideal-int +pkg syscall (darwin-arm64), const SYS_FILEPORT_MAKEPORT = 430 +pkg syscall (darwin-arm64), const SYS_FILEPORT_MAKEPORT ideal-int +pkg syscall (darwin-arm64), const SYS_FLISTXATTR = 241 +pkg syscall (darwin-arm64), const SYS_FLISTXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_FLOCK = 131 +pkg syscall (darwin-arm64), const SYS_FLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_FORK = 2 +pkg syscall (darwin-arm64), const SYS_FORK ideal-int +pkg syscall (darwin-arm64), const SYS_FPATHCONF = 192 +pkg syscall (darwin-arm64), const SYS_FPATHCONF ideal-int +pkg syscall (darwin-arm64), const SYS_FREMOVEXATTR = 239 +pkg syscall (darwin-arm64), const SYS_FREMOVEXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_FSCTL = 242 +pkg syscall (darwin-arm64), const SYS_FSCTL ideal-int +pkg syscall (darwin-arm64), const SYS_FSETATTRLIST = 229 +pkg syscall (darwin-arm64), const SYS_FSETATTRLIST ideal-int +pkg syscall (darwin-arm64), const SYS_FSETXATTR = 237 +pkg syscall (darwin-arm64), const SYS_FSETXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_FSGETPATH = 427 +pkg syscall (darwin-arm64), const SYS_FSGETPATH ideal-int +pkg syscall (darwin-arm64), const SYS_FSTAT = 189 +pkg syscall (darwin-arm64), const SYS_FSTAT ideal-int +pkg syscall (darwin-arm64), const SYS_FSTAT64 = 339 +pkg syscall (darwin-arm64), const SYS_FSTAT64 ideal-int +pkg syscall (darwin-arm64), const SYS_FSTAT64_EXTENDED = 343 +pkg syscall (darwin-arm64), const SYS_FSTAT64_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_FSTATFS = 158 +pkg syscall (darwin-arm64), const SYS_FSTATFS ideal-int +pkg syscall (darwin-arm64), const SYS_FSTATFS64 = 346 +pkg syscall (darwin-arm64), const SYS_FSTATFS64 ideal-int +pkg syscall (darwin-arm64), const SYS_FSTAT_EXTENDED = 281 +pkg syscall (darwin-arm64), const SYS_FSTAT_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_FSYNC = 95 +pkg syscall (darwin-arm64), const SYS_FSYNC ideal-int +pkg syscall (darwin-arm64), const SYS_FSYNC_NOCANCEL = 408 +pkg syscall (darwin-arm64), const SYS_FSYNC_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_FTRUNCATE = 201 +pkg syscall (darwin-arm64), const SYS_FTRUNCATE ideal-int +pkg syscall (darwin-arm64), const SYS_FUTIMES = 139 +pkg syscall (darwin-arm64), const SYS_FUTIMES ideal-int +pkg syscall (darwin-arm64), const SYS_GETATTRLIST = 220 +pkg syscall (darwin-arm64), const SYS_GETATTRLIST ideal-int +pkg syscall (darwin-arm64), const SYS_GETAUDIT_ADDR = 357 +pkg syscall (darwin-arm64), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (darwin-arm64), const SYS_GETAUID = 353 +pkg syscall (darwin-arm64), const SYS_GETAUID ideal-int +pkg syscall (darwin-arm64), const SYS_GETDIRENTRIES = 196 +pkg syscall (darwin-arm64), const SYS_GETDIRENTRIES ideal-int +pkg syscall (darwin-arm64), const SYS_GETDIRENTRIES64 = 344 +pkg syscall (darwin-arm64), const SYS_GETDIRENTRIES64 ideal-int +pkg syscall (darwin-arm64), const SYS_GETDIRENTRIESATTR = 222 +pkg syscall (darwin-arm64), const SYS_GETDIRENTRIESATTR ideal-int +pkg syscall (darwin-arm64), const SYS_GETDTABLESIZE = 89 +pkg syscall (darwin-arm64), const SYS_GETDTABLESIZE ideal-int +pkg syscall (darwin-arm64), const SYS_GETEGID = 43 +pkg syscall (darwin-arm64), const SYS_GETEGID ideal-int +pkg syscall (darwin-arm64), const SYS_GETEUID = 25 +pkg syscall (darwin-arm64), const SYS_GETEUID ideal-int +pkg syscall (darwin-arm64), const SYS_GETFH = 161 +pkg syscall (darwin-arm64), const SYS_GETFH ideal-int +pkg syscall (darwin-arm64), const SYS_GETFSSTAT = 18 +pkg syscall (darwin-arm64), const SYS_GETFSSTAT ideal-int +pkg syscall (darwin-arm64), const SYS_GETFSSTAT64 = 347 +pkg syscall (darwin-arm64), const SYS_GETFSSTAT64 ideal-int +pkg syscall (darwin-arm64), const SYS_GETGID = 47 +pkg syscall (darwin-arm64), const SYS_GETGID ideal-int +pkg syscall (darwin-arm64), const SYS_GETGROUPS = 79 +pkg syscall (darwin-arm64), const SYS_GETGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_GETHOSTUUID = 142 +pkg syscall (darwin-arm64), const SYS_GETHOSTUUID ideal-int +pkg syscall (darwin-arm64), const SYS_GETITIMER = 86 +pkg syscall (darwin-arm64), const SYS_GETITIMER ideal-int +pkg syscall (darwin-arm64), const SYS_GETLCID = 395 +pkg syscall (darwin-arm64), const SYS_GETLCID ideal-int +pkg syscall (darwin-arm64), const SYS_GETLOGIN = 49 +pkg syscall (darwin-arm64), const SYS_GETLOGIN ideal-int +pkg syscall (darwin-arm64), const SYS_GETPEERNAME = 31 +pkg syscall (darwin-arm64), const SYS_GETPEERNAME ideal-int +pkg syscall (darwin-arm64), const SYS_GETPGID = 151 +pkg syscall (darwin-arm64), const SYS_GETPGID ideal-int +pkg syscall (darwin-arm64), const SYS_GETPGRP = 81 +pkg syscall (darwin-arm64), const SYS_GETPGRP ideal-int +pkg syscall (darwin-arm64), const SYS_GETPID = 20 +pkg syscall (darwin-arm64), const SYS_GETPID ideal-int +pkg syscall (darwin-arm64), const SYS_GETPPID = 39 +pkg syscall (darwin-arm64), const SYS_GETPPID ideal-int +pkg syscall (darwin-arm64), const SYS_GETPRIORITY = 100 +pkg syscall (darwin-arm64), const SYS_GETPRIORITY ideal-int +pkg syscall (darwin-arm64), const SYS_GETRLIMIT = 194 +pkg syscall (darwin-arm64), const SYS_GETRLIMIT ideal-int +pkg syscall (darwin-arm64), const SYS_GETRUSAGE = 117 +pkg syscall (darwin-arm64), const SYS_GETRUSAGE ideal-int +pkg syscall (darwin-arm64), const SYS_GETSGROUPS = 288 +pkg syscall (darwin-arm64), const SYS_GETSGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_GETSID = 310 +pkg syscall (darwin-arm64), const SYS_GETSID ideal-int +pkg syscall (darwin-arm64), const SYS_GETSOCKNAME = 32 +pkg syscall (darwin-arm64), const SYS_GETSOCKNAME ideal-int +pkg syscall (darwin-arm64), const SYS_GETSOCKOPT = 118 +pkg syscall (darwin-arm64), const SYS_GETSOCKOPT ideal-int +pkg syscall (darwin-arm64), const SYS_GETTID = 286 +pkg syscall (darwin-arm64), const SYS_GETTID ideal-int +pkg syscall (darwin-arm64), const SYS_GETTIMEOFDAY = 116 +pkg syscall (darwin-arm64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (darwin-arm64), const SYS_GETUID = 24 +pkg syscall (darwin-arm64), const SYS_GETUID ideal-int +pkg syscall (darwin-arm64), const SYS_GETWGROUPS = 290 +pkg syscall (darwin-arm64), const SYS_GETWGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_GETXATTR = 234 +pkg syscall (darwin-arm64), const SYS_GETXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_IDENTITYSVC = 293 +pkg syscall (darwin-arm64), const SYS_IDENTITYSVC ideal-int +pkg syscall (darwin-arm64), const SYS_INITGROUPS = 243 +pkg syscall (darwin-arm64), const SYS_INITGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_IOCTL = 54 +pkg syscall (darwin-arm64), const SYS_IOCTL ideal-int +pkg syscall (darwin-arm64), const SYS_IOPOLICYSYS = 322 +pkg syscall (darwin-arm64), const SYS_IOPOLICYSYS ideal-int +pkg syscall (darwin-arm64), const SYS_ISSETUGID = 327 +pkg syscall (darwin-arm64), const SYS_ISSETUGID ideal-int +pkg syscall (darwin-arm64), const SYS_KAS_INFO = 439 +pkg syscall (darwin-arm64), const SYS_KAS_INFO ideal-int +pkg syscall (darwin-arm64), const SYS_KDEBUG_TRACE = 180 +pkg syscall (darwin-arm64), const SYS_KDEBUG_TRACE ideal-int +pkg syscall (darwin-arm64), const SYS_KEVENT = 363 +pkg syscall (darwin-arm64), const SYS_KEVENT ideal-int +pkg syscall (darwin-arm64), const SYS_KEVENT64 = 369 +pkg syscall (darwin-arm64), const SYS_KEVENT64 ideal-int +pkg syscall (darwin-arm64), const SYS_KILL = 37 +pkg syscall (darwin-arm64), const SYS_KILL ideal-int +pkg syscall (darwin-arm64), const SYS_KQUEUE = 362 +pkg syscall (darwin-arm64), const SYS_KQUEUE ideal-int +pkg syscall (darwin-arm64), const SYS_LCHOWN = 364 +pkg syscall (darwin-arm64), const SYS_LCHOWN ideal-int +pkg syscall (darwin-arm64), const SYS_LEDGER = 373 +pkg syscall (darwin-arm64), const SYS_LEDGER ideal-int +pkg syscall (darwin-arm64), const SYS_LINK = 9 +pkg syscall (darwin-arm64), const SYS_LINK ideal-int +pkg syscall (darwin-arm64), const SYS_LIO_LISTIO = 320 +pkg syscall (darwin-arm64), const SYS_LIO_LISTIO ideal-int +pkg syscall (darwin-arm64), const SYS_LISTEN = 106 +pkg syscall (darwin-arm64), const SYS_LISTEN ideal-int +pkg syscall (darwin-arm64), const SYS_LISTXATTR = 240 +pkg syscall (darwin-arm64), const SYS_LISTXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_LSEEK = 199 +pkg syscall (darwin-arm64), const SYS_LSEEK ideal-int +pkg syscall (darwin-arm64), const SYS_LSTAT = 190 +pkg syscall (darwin-arm64), const SYS_LSTAT ideal-int +pkg syscall (darwin-arm64), const SYS_LSTAT64 = 340 +pkg syscall (darwin-arm64), const SYS_LSTAT64 ideal-int +pkg syscall (darwin-arm64), const SYS_LSTAT64_EXTENDED = 342 +pkg syscall (darwin-arm64), const SYS_LSTAT64_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_LSTAT_EXTENDED = 280 +pkg syscall (darwin-arm64), const SYS_LSTAT_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_MADVISE = 75 +pkg syscall (darwin-arm64), const SYS_MADVISE ideal-int +pkg syscall (darwin-arm64), const SYS_MAXSYSCALL = 440 +pkg syscall (darwin-arm64), const SYS_MAXSYSCALL ideal-int +pkg syscall (darwin-arm64), const SYS_MINCORE = 78 +pkg syscall (darwin-arm64), const SYS_MINCORE ideal-int +pkg syscall (darwin-arm64), const SYS_MINHERIT = 250 +pkg syscall (darwin-arm64), const SYS_MINHERIT ideal-int +pkg syscall (darwin-arm64), const SYS_MKDIR = 136 +pkg syscall (darwin-arm64), const SYS_MKDIR ideal-int +pkg syscall (darwin-arm64), const SYS_MKDIR_EXTENDED = 292 +pkg syscall (darwin-arm64), const SYS_MKDIR_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_MKFIFO = 132 +pkg syscall (darwin-arm64), const SYS_MKFIFO ideal-int +pkg syscall (darwin-arm64), const SYS_MKFIFO_EXTENDED = 291 +pkg syscall (darwin-arm64), const SYS_MKFIFO_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_MKNOD = 14 +pkg syscall (darwin-arm64), const SYS_MKNOD ideal-int +pkg syscall (darwin-arm64), const SYS_MLOCK = 203 +pkg syscall (darwin-arm64), const SYS_MLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_MLOCKALL = 324 +pkg syscall (darwin-arm64), const SYS_MLOCKALL ideal-int +pkg syscall (darwin-arm64), const SYS_MMAP = 197 +pkg syscall (darwin-arm64), const SYS_MMAP ideal-int +pkg syscall (darwin-arm64), const SYS_MODWATCH = 233 +pkg syscall (darwin-arm64), const SYS_MODWATCH ideal-int +pkg syscall (darwin-arm64), const SYS_MOUNT = 167 +pkg syscall (darwin-arm64), const SYS_MOUNT ideal-int +pkg syscall (darwin-arm64), const SYS_MPROTECT = 74 +pkg syscall (darwin-arm64), const SYS_MPROTECT ideal-int +pkg syscall (darwin-arm64), const SYS_MSGCTL = 258 +pkg syscall (darwin-arm64), const SYS_MSGCTL ideal-int +pkg syscall (darwin-arm64), const SYS_MSGGET = 259 +pkg syscall (darwin-arm64), const SYS_MSGGET ideal-int +pkg syscall (darwin-arm64), const SYS_MSGRCV = 261 +pkg syscall (darwin-arm64), const SYS_MSGRCV ideal-int +pkg syscall (darwin-arm64), const SYS_MSGRCV_NOCANCEL = 419 +pkg syscall (darwin-arm64), const SYS_MSGRCV_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_MSGSND = 260 +pkg syscall (darwin-arm64), const SYS_MSGSND ideal-int +pkg syscall (darwin-arm64), const SYS_MSGSND_NOCANCEL = 418 +pkg syscall (darwin-arm64), const SYS_MSGSND_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_MSGSYS = 252 +pkg syscall (darwin-arm64), const SYS_MSGSYS ideal-int +pkg syscall (darwin-arm64), const SYS_MSYNC = 65 +pkg syscall (darwin-arm64), const SYS_MSYNC ideal-int +pkg syscall (darwin-arm64), const SYS_MSYNC_NOCANCEL = 405 +pkg syscall (darwin-arm64), const SYS_MSYNC_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_MUNLOCK = 204 +pkg syscall (darwin-arm64), const SYS_MUNLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_MUNLOCKALL = 325 +pkg syscall (darwin-arm64), const SYS_MUNLOCKALL ideal-int +pkg syscall (darwin-arm64), const SYS_MUNMAP = 73 +pkg syscall (darwin-arm64), const SYS_MUNMAP ideal-int +pkg syscall (darwin-arm64), const SYS_NFSCLNT = 247 +pkg syscall (darwin-arm64), const SYS_NFSCLNT ideal-int +pkg syscall (darwin-arm64), const SYS_NFSSVC = 155 +pkg syscall (darwin-arm64), const SYS_NFSSVC ideal-int +pkg syscall (darwin-arm64), const SYS_OPEN = 5 +pkg syscall (darwin-arm64), const SYS_OPEN ideal-int +pkg syscall (darwin-arm64), const SYS_OPEN_DPROTECTED_NP = 216 +pkg syscall (darwin-arm64), const SYS_OPEN_DPROTECTED_NP ideal-int +pkg syscall (darwin-arm64), const SYS_OPEN_EXTENDED = 277 +pkg syscall (darwin-arm64), const SYS_OPEN_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_OPEN_NOCANCEL = 398 +pkg syscall (darwin-arm64), const SYS_OPEN_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_PATHCONF = 191 +pkg syscall (darwin-arm64), const SYS_PATHCONF ideal-int +pkg syscall (darwin-arm64), const SYS_PID_HIBERNATE = 435 +pkg syscall (darwin-arm64), const SYS_PID_HIBERNATE ideal-int +pkg syscall (darwin-arm64), const SYS_PID_RESUME = 434 +pkg syscall (darwin-arm64), const SYS_PID_RESUME ideal-int +pkg syscall (darwin-arm64), const SYS_PID_SHUTDOWN_SOCKETS = 436 +pkg syscall (darwin-arm64), const SYS_PID_SHUTDOWN_SOCKETS ideal-int +pkg syscall (darwin-arm64), const SYS_PID_SUSPEND = 433 +pkg syscall (darwin-arm64), const SYS_PID_SUSPEND ideal-int +pkg syscall (darwin-arm64), const SYS_PIPE = 42 +pkg syscall (darwin-arm64), const SYS_PIPE ideal-int +pkg syscall (darwin-arm64), const SYS_POLL = 230 +pkg syscall (darwin-arm64), const SYS_POLL ideal-int +pkg syscall (darwin-arm64), const SYS_POLL_NOCANCEL = 417 +pkg syscall (darwin-arm64), const SYS_POLL_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_POSIX_SPAWN = 244 +pkg syscall (darwin-arm64), const SYS_POSIX_SPAWN ideal-int +pkg syscall (darwin-arm64), const SYS_PREAD = 153 +pkg syscall (darwin-arm64), const SYS_PREAD ideal-int +pkg syscall (darwin-arm64), const SYS_PREAD_NOCANCEL = 414 +pkg syscall (darwin-arm64), const SYS_PREAD_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_PROCESS_POLICY = 323 +pkg syscall (darwin-arm64), const SYS_PROCESS_POLICY ideal-int +pkg syscall (darwin-arm64), const SYS_PROC_INFO = 336 +pkg syscall (darwin-arm64), const SYS_PROC_INFO ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVBROAD = 303 +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVBROAD ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVCLRPREPOST = 312 +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVCLRPREPOST ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVSIGNAL = 304 +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVSIGNAL ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVWAIT = 305 +pkg syscall (darwin-arm64), const SYS_PSYNCH_CVWAIT ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_MUTEXDROP = 302 +pkg syscall (darwin-arm64), const SYS_PSYNCH_MUTEXDROP ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_MUTEXWAIT = 301 +pkg syscall (darwin-arm64), const SYS_PSYNCH_MUTEXWAIT ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_DOWNGRADE = 299 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_DOWNGRADE ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_LONGRDLOCK = 297 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_RDLOCK = 306 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_RDLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_UNLOCK = 308 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_UNLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_UNLOCK2 = 309 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_UNLOCK2 ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_UPGRADE = 300 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_UPGRADE ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_WRLOCK = 307 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_WRLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 +pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int +pkg syscall (darwin-arm64), const SYS_PTRACE = 26 +pkg syscall (darwin-arm64), const SYS_PTRACE ideal-int +pkg syscall (darwin-arm64), const SYS_PWRITE = 154 +pkg syscall (darwin-arm64), const SYS_PWRITE ideal-int +pkg syscall (darwin-arm64), const SYS_PWRITE_NOCANCEL = 415 +pkg syscall (darwin-arm64), const SYS_PWRITE_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_QUOTACTL = 165 +pkg syscall (darwin-arm64), const SYS_QUOTACTL ideal-int +pkg syscall (darwin-arm64), const SYS_READ = 3 +pkg syscall (darwin-arm64), const SYS_READ ideal-int +pkg syscall (darwin-arm64), const SYS_READLINK = 58 +pkg syscall (darwin-arm64), const SYS_READLINK ideal-int +pkg syscall (darwin-arm64), const SYS_READV = 120 +pkg syscall (darwin-arm64), const SYS_READV ideal-int +pkg syscall (darwin-arm64), const SYS_READV_NOCANCEL = 411 +pkg syscall (darwin-arm64), const SYS_READV_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_READ_NOCANCEL = 396 +pkg syscall (darwin-arm64), const SYS_READ_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_REBOOT = 55 +pkg syscall (darwin-arm64), const SYS_REBOOT ideal-int +pkg syscall (darwin-arm64), const SYS_RECVFROM = 29 +pkg syscall (darwin-arm64), const SYS_RECVFROM ideal-int +pkg syscall (darwin-arm64), const SYS_RECVFROM_NOCANCEL = 403 +pkg syscall (darwin-arm64), const SYS_RECVFROM_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_RECVMSG = 27 +pkg syscall (darwin-arm64), const SYS_RECVMSG ideal-int +pkg syscall (darwin-arm64), const SYS_RECVMSG_NOCANCEL = 401 +pkg syscall (darwin-arm64), const SYS_RECVMSG_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_REMOVEXATTR = 238 +pkg syscall (darwin-arm64), const SYS_REMOVEXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_RENAME = 128 +pkg syscall (darwin-arm64), const SYS_RENAME ideal-int +pkg syscall (darwin-arm64), const SYS_REVOKE = 56 +pkg syscall (darwin-arm64), const SYS_REVOKE ideal-int +pkg syscall (darwin-arm64), const SYS_RMDIR = 137 +pkg syscall (darwin-arm64), const SYS_RMDIR ideal-int +pkg syscall (darwin-arm64), const SYS_SEARCHFS = 225 +pkg syscall (darwin-arm64), const SYS_SEARCHFS ideal-int +pkg syscall (darwin-arm64), const SYS_SELECT = 93 +pkg syscall (darwin-arm64), const SYS_SELECT ideal-int +pkg syscall (darwin-arm64), const SYS_SELECT_NOCANCEL = 407 +pkg syscall (darwin-arm64), const SYS_SELECT_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_SEMCTL = 254 +pkg syscall (darwin-arm64), const SYS_SEMCTL ideal-int +pkg syscall (darwin-arm64), const SYS_SEMGET = 255 +pkg syscall (darwin-arm64), const SYS_SEMGET ideal-int +pkg syscall (darwin-arm64), const SYS_SEMOP = 256 +pkg syscall (darwin-arm64), const SYS_SEMOP ideal-int +pkg syscall (darwin-arm64), const SYS_SEMSYS = 251 +pkg syscall (darwin-arm64), const SYS_SEMSYS ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_CLOSE = 269 +pkg syscall (darwin-arm64), const SYS_SEM_CLOSE ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_DESTROY = 276 +pkg syscall (darwin-arm64), const SYS_SEM_DESTROY ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_GETVALUE = 274 +pkg syscall (darwin-arm64), const SYS_SEM_GETVALUE ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_INIT = 275 +pkg syscall (darwin-arm64), const SYS_SEM_INIT ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_OPEN = 268 +pkg syscall (darwin-arm64), const SYS_SEM_OPEN ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_POST = 273 +pkg syscall (darwin-arm64), const SYS_SEM_POST ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_TRYWAIT = 272 +pkg syscall (darwin-arm64), const SYS_SEM_TRYWAIT ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_UNLINK = 270 +pkg syscall (darwin-arm64), const SYS_SEM_UNLINK ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_WAIT = 271 +pkg syscall (darwin-arm64), const SYS_SEM_WAIT ideal-int +pkg syscall (darwin-arm64), const SYS_SEM_WAIT_NOCANCEL = 420 +pkg syscall (darwin-arm64), const SYS_SEM_WAIT_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_SENDFILE = 337 +pkg syscall (darwin-arm64), const SYS_SENDFILE ideal-int +pkg syscall (darwin-arm64), const SYS_SENDMSG = 28 +pkg syscall (darwin-arm64), const SYS_SENDMSG ideal-int +pkg syscall (darwin-arm64), const SYS_SENDMSG_NOCANCEL = 402 +pkg syscall (darwin-arm64), const SYS_SENDMSG_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_SENDTO = 133 +pkg syscall (darwin-arm64), const SYS_SENDTO ideal-int +pkg syscall (darwin-arm64), const SYS_SENDTO_NOCANCEL = 413 +pkg syscall (darwin-arm64), const SYS_SENDTO_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_SETATTRLIST = 221 +pkg syscall (darwin-arm64), const SYS_SETATTRLIST ideal-int +pkg syscall (darwin-arm64), const SYS_SETAUDIT_ADDR = 358 +pkg syscall (darwin-arm64), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (darwin-arm64), const SYS_SETAUID = 354 +pkg syscall (darwin-arm64), const SYS_SETAUID ideal-int +pkg syscall (darwin-arm64), const SYS_SETEGID = 182 +pkg syscall (darwin-arm64), const SYS_SETEGID ideal-int +pkg syscall (darwin-arm64), const SYS_SETEUID = 183 +pkg syscall (darwin-arm64), const SYS_SETEUID ideal-int +pkg syscall (darwin-arm64), const SYS_SETGID = 181 +pkg syscall (darwin-arm64), const SYS_SETGID ideal-int +pkg syscall (darwin-arm64), const SYS_SETGROUPS = 80 +pkg syscall (darwin-arm64), const SYS_SETGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_SETITIMER = 83 +pkg syscall (darwin-arm64), const SYS_SETITIMER ideal-int +pkg syscall (darwin-arm64), const SYS_SETLCID = 394 +pkg syscall (darwin-arm64), const SYS_SETLCID ideal-int +pkg syscall (darwin-arm64), const SYS_SETLOGIN = 50 +pkg syscall (darwin-arm64), const SYS_SETLOGIN ideal-int +pkg syscall (darwin-arm64), const SYS_SETPGID = 82 +pkg syscall (darwin-arm64), const SYS_SETPGID ideal-int +pkg syscall (darwin-arm64), const SYS_SETPRIORITY = 96 +pkg syscall (darwin-arm64), const SYS_SETPRIORITY ideal-int +pkg syscall (darwin-arm64), const SYS_SETPRIVEXEC = 152 +pkg syscall (darwin-arm64), const SYS_SETPRIVEXEC ideal-int +pkg syscall (darwin-arm64), const SYS_SETREGID = 127 +pkg syscall (darwin-arm64), const SYS_SETREGID ideal-int +pkg syscall (darwin-arm64), const SYS_SETREUID = 126 +pkg syscall (darwin-arm64), const SYS_SETREUID ideal-int +pkg syscall (darwin-arm64), const SYS_SETRLIMIT = 195 +pkg syscall (darwin-arm64), const SYS_SETRLIMIT ideal-int +pkg syscall (darwin-arm64), const SYS_SETSGROUPS = 287 +pkg syscall (darwin-arm64), const SYS_SETSGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_SETSID = 147 +pkg syscall (darwin-arm64), const SYS_SETSID ideal-int +pkg syscall (darwin-arm64), const SYS_SETSOCKOPT = 105 +pkg syscall (darwin-arm64), const SYS_SETSOCKOPT ideal-int +pkg syscall (darwin-arm64), const SYS_SETTID = 285 +pkg syscall (darwin-arm64), const SYS_SETTID ideal-int +pkg syscall (darwin-arm64), const SYS_SETTID_WITH_PID = 311 +pkg syscall (darwin-arm64), const SYS_SETTID_WITH_PID ideal-int +pkg syscall (darwin-arm64), const SYS_SETTIMEOFDAY = 122 +pkg syscall (darwin-arm64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (darwin-arm64), const SYS_SETUID = 23 +pkg syscall (darwin-arm64), const SYS_SETUID ideal-int +pkg syscall (darwin-arm64), const SYS_SETWGROUPS = 289 +pkg syscall (darwin-arm64), const SYS_SETWGROUPS ideal-int +pkg syscall (darwin-arm64), const SYS_SETXATTR = 236 +pkg syscall (darwin-arm64), const SYS_SETXATTR ideal-int +pkg syscall (darwin-arm64), const SYS_SHARED_REGION_CHECK_NP = 294 +pkg syscall (darwin-arm64), const SYS_SHARED_REGION_CHECK_NP ideal-int +pkg syscall (darwin-arm64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 +pkg syscall (darwin-arm64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int +pkg syscall (darwin-arm64), const SYS_SHMAT = 262 +pkg syscall (darwin-arm64), const SYS_SHMAT ideal-int +pkg syscall (darwin-arm64), const SYS_SHMCTL = 263 +pkg syscall (darwin-arm64), const SYS_SHMCTL ideal-int +pkg syscall (darwin-arm64), const SYS_SHMDT = 264 +pkg syscall (darwin-arm64), const SYS_SHMDT ideal-int +pkg syscall (darwin-arm64), const SYS_SHMGET = 265 +pkg syscall (darwin-arm64), const SYS_SHMGET ideal-int +pkg syscall (darwin-arm64), const SYS_SHMSYS = 253 +pkg syscall (darwin-arm64), const SYS_SHMSYS ideal-int +pkg syscall (darwin-arm64), const SYS_SHM_OPEN = 266 +pkg syscall (darwin-arm64), const SYS_SHM_OPEN ideal-int +pkg syscall (darwin-arm64), const SYS_SHM_UNLINK = 267 +pkg syscall (darwin-arm64), const SYS_SHM_UNLINK ideal-int +pkg syscall (darwin-arm64), const SYS_SHUTDOWN = 134 +pkg syscall (darwin-arm64), const SYS_SHUTDOWN ideal-int +pkg syscall (darwin-arm64), const SYS_SIGACTION = 46 +pkg syscall (darwin-arm64), const SYS_SIGACTION ideal-int +pkg syscall (darwin-arm64), const SYS_SIGALTSTACK = 53 +pkg syscall (darwin-arm64), const SYS_SIGALTSTACK ideal-int +pkg syscall (darwin-arm64), const SYS_SIGPENDING = 52 +pkg syscall (darwin-arm64), const SYS_SIGPENDING ideal-int +pkg syscall (darwin-arm64), const SYS_SIGPROCMASK = 48 +pkg syscall (darwin-arm64), const SYS_SIGPROCMASK ideal-int +pkg syscall (darwin-arm64), const SYS_SIGRETURN = 184 +pkg syscall (darwin-arm64), const SYS_SIGRETURN ideal-int +pkg syscall (darwin-arm64), const SYS_SIGSUSPEND = 111 +pkg syscall (darwin-arm64), const SYS_SIGSUSPEND ideal-int +pkg syscall (darwin-arm64), const SYS_SIGSUSPEND_NOCANCEL = 410 +pkg syscall (darwin-arm64), const SYS_SIGSUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_SOCKET = 97 +pkg syscall (darwin-arm64), const SYS_SOCKET ideal-int +pkg syscall (darwin-arm64), const SYS_SOCKETPAIR = 135 +pkg syscall (darwin-arm64), const SYS_SOCKETPAIR ideal-int +pkg syscall (darwin-arm64), const SYS_STACK_SNAPSHOT = 365 +pkg syscall (darwin-arm64), const SYS_STACK_SNAPSHOT ideal-int +pkg syscall (darwin-arm64), const SYS_STAT = 188 +pkg syscall (darwin-arm64), const SYS_STAT ideal-int +pkg syscall (darwin-arm64), const SYS_STAT64 = 338 +pkg syscall (darwin-arm64), const SYS_STAT64 ideal-int +pkg syscall (darwin-arm64), const SYS_STAT64_EXTENDED = 341 +pkg syscall (darwin-arm64), const SYS_STAT64_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_STATFS = 157 +pkg syscall (darwin-arm64), const SYS_STATFS ideal-int +pkg syscall (darwin-arm64), const SYS_STATFS64 = 345 +pkg syscall (darwin-arm64), const SYS_STATFS64 ideal-int +pkg syscall (darwin-arm64), const SYS_STAT_EXTENDED = 279 +pkg syscall (darwin-arm64), const SYS_STAT_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_SWAPON = 85 +pkg syscall (darwin-arm64), const SYS_SWAPON ideal-int +pkg syscall (darwin-arm64), const SYS_SYMLINK = 57 +pkg syscall (darwin-arm64), const SYS_SYMLINK ideal-int +pkg syscall (darwin-arm64), const SYS_SYNC = 36 +pkg syscall (darwin-arm64), const SYS_SYNC ideal-int +pkg syscall (darwin-arm64), const SYS_SYSCALL = 0 +pkg syscall (darwin-arm64), const SYS_SYSCALL ideal-int +pkg syscall (darwin-arm64), const SYS_THREAD_SELFID = 372 +pkg syscall (darwin-arm64), const SYS_THREAD_SELFID ideal-int +pkg syscall (darwin-arm64), const SYS_TRUNCATE = 200 +pkg syscall (darwin-arm64), const SYS_TRUNCATE ideal-int +pkg syscall (darwin-arm64), const SYS_UMASK = 60 +pkg syscall (darwin-arm64), const SYS_UMASK ideal-int +pkg syscall (darwin-arm64), const SYS_UMASK_EXTENDED = 278 +pkg syscall (darwin-arm64), const SYS_UMASK_EXTENDED ideal-int +pkg syscall (darwin-arm64), const SYS_UNDELETE = 205 +pkg syscall (darwin-arm64), const SYS_UNDELETE ideal-int +pkg syscall (darwin-arm64), const SYS_UNLINK = 10 +pkg syscall (darwin-arm64), const SYS_UNLINK ideal-int +pkg syscall (darwin-arm64), const SYS_UNMOUNT = 159 +pkg syscall (darwin-arm64), const SYS_UNMOUNT ideal-int +pkg syscall (darwin-arm64), const SYS_UTIMES = 138 +pkg syscall (darwin-arm64), const SYS_UTIMES ideal-int +pkg syscall (darwin-arm64), const SYS_VFORK = 66 +pkg syscall (darwin-arm64), const SYS_VFORK ideal-int +pkg syscall (darwin-arm64), const SYS_VM_PRESSURE_MONITOR = 296 +pkg syscall (darwin-arm64), const SYS_VM_PRESSURE_MONITOR ideal-int +pkg syscall (darwin-arm64), const SYS_WAIT4 = 7 +pkg syscall (darwin-arm64), const SYS_WAIT4 ideal-int +pkg syscall (darwin-arm64), const SYS_WAIT4_NOCANCEL = 400 +pkg syscall (darwin-arm64), const SYS_WAIT4_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_WAITEVENT = 232 +pkg syscall (darwin-arm64), const SYS_WAITEVENT ideal-int +pkg syscall (darwin-arm64), const SYS_WAITID = 173 +pkg syscall (darwin-arm64), const SYS_WAITID ideal-int +pkg syscall (darwin-arm64), const SYS_WAITID_NOCANCEL = 416 +pkg syscall (darwin-arm64), const SYS_WAITID_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_WATCHEVENT = 231 +pkg syscall (darwin-arm64), const SYS_WATCHEVENT ideal-int +pkg syscall (darwin-arm64), const SYS_WORKQ_KERNRETURN = 368 +pkg syscall (darwin-arm64), const SYS_WORKQ_KERNRETURN ideal-int +pkg syscall (darwin-arm64), const SYS_WORKQ_OPEN = 367 +pkg syscall (darwin-arm64), const SYS_WORKQ_OPEN ideal-int +pkg syscall (darwin-arm64), const SYS_WRITE = 4 +pkg syscall (darwin-arm64), const SYS_WRITE ideal-int +pkg syscall (darwin-arm64), const SYS_WRITEV = 121 +pkg syscall (darwin-arm64), const SYS_WRITEV ideal-int +pkg syscall (darwin-arm64), const SYS_WRITEV_NOCANCEL = 412 +pkg syscall (darwin-arm64), const SYS_WRITEV_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS_WRITE_NOCANCEL = 397 +pkg syscall (darwin-arm64), const SYS_WRITE_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS___DISABLE_THREADSIGNAL = 331 +pkg syscall (darwin-arm64), const SYS___DISABLE_THREADSIGNAL ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_EXECVE = 380 +pkg syscall (darwin-arm64), const SYS___MAC_EXECVE ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GETFSSTAT = 426 +pkg syscall (darwin-arm64), const SYS___MAC_GETFSSTAT ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_FD = 388 +pkg syscall (darwin-arm64), const SYS___MAC_GET_FD ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_FILE = 382 +pkg syscall (darwin-arm64), const SYS___MAC_GET_FILE ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_LCID = 391 +pkg syscall (darwin-arm64), const SYS___MAC_GET_LCID ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_LCTX = 392 +pkg syscall (darwin-arm64), const SYS___MAC_GET_LCTX ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_LINK = 384 +pkg syscall (darwin-arm64), const SYS___MAC_GET_LINK ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_MOUNT = 425 +pkg syscall (darwin-arm64), const SYS___MAC_GET_MOUNT ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_PID = 390 +pkg syscall (darwin-arm64), const SYS___MAC_GET_PID ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_GET_PROC = 386 +pkg syscall (darwin-arm64), const SYS___MAC_GET_PROC ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_MOUNT = 424 +pkg syscall (darwin-arm64), const SYS___MAC_MOUNT ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_SET_FD = 389 +pkg syscall (darwin-arm64), const SYS___MAC_SET_FD ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_SET_FILE = 383 +pkg syscall (darwin-arm64), const SYS___MAC_SET_FILE ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_SET_LCTX = 393 +pkg syscall (darwin-arm64), const SYS___MAC_SET_LCTX ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_SET_LINK = 385 +pkg syscall (darwin-arm64), const SYS___MAC_SET_LINK ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_SET_PROC = 387 +pkg syscall (darwin-arm64), const SYS___MAC_SET_PROC ideal-int +pkg syscall (darwin-arm64), const SYS___MAC_SYSCALL = 381 +pkg syscall (darwin-arm64), const SYS___MAC_SYSCALL ideal-int +pkg syscall (darwin-arm64), const SYS___OLD_SEMWAIT_SIGNAL = 370 +pkg syscall (darwin-arm64), const SYS___OLD_SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-arm64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 +pkg syscall (darwin-arm64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS___PTHREAD_CANCELED = 333 +pkg syscall (darwin-arm64), const SYS___PTHREAD_CANCELED ideal-int +pkg syscall (darwin-arm64), const SYS___PTHREAD_CHDIR = 348 +pkg syscall (darwin-arm64), const SYS___PTHREAD_CHDIR ideal-int +pkg syscall (darwin-arm64), const SYS___PTHREAD_FCHDIR = 349 +pkg syscall (darwin-arm64), const SYS___PTHREAD_FCHDIR ideal-int +pkg syscall (darwin-arm64), const SYS___PTHREAD_KILL = 328 +pkg syscall (darwin-arm64), const SYS___PTHREAD_KILL ideal-int +pkg syscall (darwin-arm64), const SYS___PTHREAD_MARKCANCEL = 332 +pkg syscall (darwin-arm64), const SYS___PTHREAD_MARKCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS___PTHREAD_SIGMASK = 329 +pkg syscall (darwin-arm64), const SYS___PTHREAD_SIGMASK ideal-int +pkg syscall (darwin-arm64), const SYS___SEMWAIT_SIGNAL = 334 +pkg syscall (darwin-arm64), const SYS___SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-arm64), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 +pkg syscall (darwin-arm64), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS___SIGWAIT = 330 +pkg syscall (darwin-arm64), const SYS___SIGWAIT ideal-int +pkg syscall (darwin-arm64), const SYS___SIGWAIT_NOCANCEL = 422 +pkg syscall (darwin-arm64), const SYS___SIGWAIT_NOCANCEL ideal-int +pkg syscall (darwin-arm64), const SYS___SYSCTL = 202 +pkg syscall (darwin-arm64), const SYS___SYSCTL ideal-int +pkg syscall (darwin-arm64), const S_IEXEC = 64 +pkg syscall (darwin-arm64), const S_IEXEC ideal-int +pkg syscall (darwin-arm64), const S_IFMT = 61440 +pkg syscall (darwin-arm64), const S_IFWHT = 57344 +pkg syscall (darwin-arm64), const S_IFWHT ideal-int +pkg syscall (darwin-arm64), const S_IREAD = 256 +pkg syscall (darwin-arm64), const S_IREAD ideal-int +pkg syscall (darwin-arm64), const S_IRGRP = 32 +pkg syscall (darwin-arm64), const S_IRGRP ideal-int +pkg syscall (darwin-arm64), const S_IROTH = 4 +pkg syscall (darwin-arm64), const S_IROTH ideal-int +pkg syscall (darwin-arm64), const S_IRWXG = 56 +pkg syscall (darwin-arm64), const S_IRWXG ideal-int +pkg syscall (darwin-arm64), const S_IRWXO = 7 +pkg syscall (darwin-arm64), const S_IRWXO ideal-int +pkg syscall (darwin-arm64), const S_IRWXU = 448 +pkg syscall (darwin-arm64), const S_IRWXU ideal-int +pkg syscall (darwin-arm64), const S_ISTXT = 512 +pkg syscall (darwin-arm64), const S_ISTXT ideal-int +pkg syscall (darwin-arm64), const S_IWGRP = 16 +pkg syscall (darwin-arm64), const S_IWGRP ideal-int +pkg syscall (darwin-arm64), const S_IWOTH = 2 +pkg syscall (darwin-arm64), const S_IWOTH ideal-int +pkg syscall (darwin-arm64), const S_IWRITE = 128 +pkg syscall (darwin-arm64), const S_IWRITE ideal-int +pkg syscall (darwin-arm64), const S_IXGRP = 8 +pkg syscall (darwin-arm64), const S_IXGRP ideal-int +pkg syscall (darwin-arm64), const S_IXOTH = 1 +pkg syscall (darwin-arm64), const S_IXOTH ideal-int +pkg syscall (darwin-arm64), const SizeofBpfHdr = 20 +pkg syscall (darwin-arm64), const SizeofBpfHdr ideal-int +pkg syscall (darwin-arm64), const SizeofBpfInsn = 8 +pkg syscall (darwin-arm64), const SizeofBpfInsn ideal-int +pkg syscall (darwin-arm64), const SizeofBpfProgram = 16 +pkg syscall (darwin-arm64), const SizeofBpfProgram ideal-int +pkg syscall (darwin-arm64), const SizeofBpfStat = 8 +pkg syscall (darwin-arm64), const SizeofBpfStat ideal-int +pkg syscall (darwin-arm64), const SizeofBpfVersion = 4 +pkg syscall (darwin-arm64), const SizeofBpfVersion ideal-int +pkg syscall (darwin-arm64), const SizeofCmsghdr = 12 +pkg syscall (darwin-arm64), const SizeofCmsghdr ideal-int +pkg syscall (darwin-arm64), const SizeofICMPv6Filter = 32 +pkg syscall (darwin-arm64), const SizeofICMPv6Filter ideal-int +pkg syscall (darwin-arm64), const SizeofIPMreq = 8 +pkg syscall (darwin-arm64), const SizeofIPMreq ideal-int +pkg syscall (darwin-arm64), const SizeofIPv6MTUInfo = 32 +pkg syscall (darwin-arm64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (darwin-arm64), const SizeofIPv6Mreq = 20 +pkg syscall (darwin-arm64), const SizeofIPv6Mreq ideal-int +pkg syscall (darwin-arm64), const SizeofIfData = 96 +pkg syscall (darwin-arm64), const SizeofIfData ideal-int +pkg syscall (darwin-arm64), const SizeofIfMsghdr = 112 +pkg syscall (darwin-arm64), const SizeofIfMsghdr ideal-int +pkg syscall (darwin-arm64), const SizeofIfaMsghdr = 20 +pkg syscall (darwin-arm64), const SizeofIfaMsghdr ideal-int +pkg syscall (darwin-arm64), const SizeofIfmaMsghdr = 16 +pkg syscall (darwin-arm64), const SizeofIfmaMsghdr ideal-int +pkg syscall (darwin-arm64), const SizeofIfmaMsghdr2 = 20 +pkg syscall (darwin-arm64), const SizeofIfmaMsghdr2 ideal-int +pkg syscall (darwin-arm64), const SizeofInet4Pktinfo = 12 +pkg syscall (darwin-arm64), const SizeofInet4Pktinfo ideal-int +pkg syscall (darwin-arm64), const SizeofInet6Pktinfo = 20 +pkg syscall (darwin-arm64), const SizeofInet6Pktinfo ideal-int +pkg syscall (darwin-arm64), const SizeofLinger = 8 +pkg syscall (darwin-arm64), const SizeofLinger ideal-int +pkg syscall (darwin-arm64), const SizeofMsghdr = 48 +pkg syscall (darwin-arm64), const SizeofMsghdr ideal-int +pkg syscall (darwin-arm64), const SizeofRtMetrics = 56 +pkg syscall (darwin-arm64), const SizeofRtMetrics ideal-int +pkg syscall (darwin-arm64), const SizeofRtMsghdr = 92 +pkg syscall (darwin-arm64), const SizeofRtMsghdr ideal-int +pkg syscall (darwin-arm64), const SizeofSockaddrAny = 108 +pkg syscall (darwin-arm64), const SizeofSockaddrAny ideal-int +pkg syscall (darwin-arm64), const SizeofSockaddrDatalink = 20 +pkg syscall (darwin-arm64), const SizeofSockaddrDatalink ideal-int +pkg syscall (darwin-arm64), const SizeofSockaddrInet4 = 16 +pkg syscall (darwin-arm64), const SizeofSockaddrInet4 ideal-int +pkg syscall (darwin-arm64), const SizeofSockaddrInet6 = 28 +pkg syscall (darwin-arm64), const SizeofSockaddrInet6 ideal-int +pkg syscall (darwin-arm64), const SizeofSockaddrUnix = 106 +pkg syscall (darwin-arm64), const SizeofSockaddrUnix ideal-int +pkg syscall (darwin-arm64), const TCIFLUSH = 1 +pkg syscall (darwin-arm64), const TCIFLUSH ideal-int +pkg syscall (darwin-arm64), const TCIOFLUSH = 3 +pkg syscall (darwin-arm64), const TCIOFLUSH ideal-int +pkg syscall (darwin-arm64), const TCOFLUSH = 2 +pkg syscall (darwin-arm64), const TCOFLUSH ideal-int +pkg syscall (darwin-arm64), const TCP_CONNECTIONTIMEOUT = 32 +pkg syscall (darwin-arm64), const TCP_CONNECTIONTIMEOUT ideal-int +pkg syscall (darwin-arm64), const TCP_ENABLE_ECN = 260 +pkg syscall (darwin-arm64), const TCP_ENABLE_ECN ideal-int +pkg syscall (darwin-arm64), const TCP_KEEPALIVE = 16 +pkg syscall (darwin-arm64), const TCP_KEEPALIVE ideal-int +pkg syscall (darwin-arm64), const TCP_KEEPCNT = 258 +pkg syscall (darwin-arm64), const TCP_KEEPCNT ideal-int +pkg syscall (darwin-arm64), const TCP_KEEPINTVL = 257 +pkg syscall (darwin-arm64), const TCP_KEEPINTVL ideal-int +pkg syscall (darwin-arm64), const TCP_MAXHLEN = 60 +pkg syscall (darwin-arm64), const TCP_MAXHLEN ideal-int +pkg syscall (darwin-arm64), const TCP_MAXOLEN = 40 +pkg syscall (darwin-arm64), const TCP_MAXOLEN ideal-int +pkg syscall (darwin-arm64), const TCP_MAXSEG = 2 +pkg syscall (darwin-arm64), const TCP_MAXSEG ideal-int +pkg syscall (darwin-arm64), const TCP_MAXWIN = 65535 +pkg syscall (darwin-arm64), const TCP_MAXWIN ideal-int +pkg syscall (darwin-arm64), const TCP_MAX_SACK = 4 +pkg syscall (darwin-arm64), const TCP_MAX_SACK ideal-int +pkg syscall (darwin-arm64), const TCP_MAX_WINSHIFT = 14 +pkg syscall (darwin-arm64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (darwin-arm64), const TCP_MINMSS = 216 +pkg syscall (darwin-arm64), const TCP_MINMSS ideal-int +pkg syscall (darwin-arm64), const TCP_MSS = 512 +pkg syscall (darwin-arm64), const TCP_MSS ideal-int +pkg syscall (darwin-arm64), const TCP_NOOPT = 8 +pkg syscall (darwin-arm64), const TCP_NOOPT ideal-int +pkg syscall (darwin-arm64), const TCP_NOPUSH = 4 +pkg syscall (darwin-arm64), const TCP_NOPUSH ideal-int +pkg syscall (darwin-arm64), const TCP_NOTSENT_LOWAT = 513 +pkg syscall (darwin-arm64), const TCP_NOTSENT_LOWAT ideal-int +pkg syscall (darwin-arm64), const TCP_RXT_CONNDROPTIME = 128 +pkg syscall (darwin-arm64), const TCP_RXT_CONNDROPTIME ideal-int +pkg syscall (darwin-arm64), const TCP_RXT_FINDROP = 256 +pkg syscall (darwin-arm64), const TCP_RXT_FINDROP ideal-int +pkg syscall (darwin-arm64), const TCP_SENDMOREACKS = 259 +pkg syscall (darwin-arm64), const TCP_SENDMOREACKS ideal-int +pkg syscall (darwin-arm64), const TCSAFLUSH = 2 +pkg syscall (darwin-arm64), const TCSAFLUSH ideal-int +pkg syscall (darwin-arm64), const TIOCCBRK = 536900730 +pkg syscall (darwin-arm64), const TIOCCBRK ideal-int +pkg syscall (darwin-arm64), const TIOCCDTR = 536900728 +pkg syscall (darwin-arm64), const TIOCCDTR ideal-int +pkg syscall (darwin-arm64), const TIOCCONS = 2147775586 +pkg syscall (darwin-arm64), const TIOCCONS ideal-int +pkg syscall (darwin-arm64), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (darwin-arm64), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (darwin-arm64), const TIOCDRAIN = 536900702 +pkg syscall (darwin-arm64), const TIOCDRAIN ideal-int +pkg syscall (darwin-arm64), const TIOCDSIMICROCODE = 536900693 +pkg syscall (darwin-arm64), const TIOCDSIMICROCODE ideal-int +pkg syscall (darwin-arm64), const TIOCEXCL = 536900621 +pkg syscall (darwin-arm64), const TIOCEXCL ideal-int +pkg syscall (darwin-arm64), const TIOCEXT = 2147775584 +pkg syscall (darwin-arm64), const TIOCEXT ideal-int +pkg syscall (darwin-arm64), const TIOCFLUSH = 2147775504 +pkg syscall (darwin-arm64), const TIOCFLUSH ideal-int +pkg syscall (darwin-arm64), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (darwin-arm64), const TIOCGDRAINWAIT ideal-int +pkg syscall (darwin-arm64), const TIOCGETA = 1078490131 +pkg syscall (darwin-arm64), const TIOCGETA ideal-int +pkg syscall (darwin-arm64), const TIOCGETD = 1074033690 +pkg syscall (darwin-arm64), const TIOCGETD ideal-int +pkg syscall (darwin-arm64), const TIOCGPGRP = 1074033783 +pkg syscall (darwin-arm64), const TIOCGPGRP ideal-int +pkg syscall (darwin-arm64), const TIOCGWINSZ = 1074295912 +pkg syscall (darwin-arm64), const TIOCGWINSZ ideal-int +pkg syscall (darwin-arm64), const TIOCIXOFF = 536900736 +pkg syscall (darwin-arm64), const TIOCIXOFF ideal-int +pkg syscall (darwin-arm64), const TIOCIXON = 536900737 +pkg syscall (darwin-arm64), const TIOCIXON ideal-int +pkg syscall (darwin-arm64), const TIOCMBIC = 2147775595 +pkg syscall (darwin-arm64), const TIOCMBIC ideal-int +pkg syscall (darwin-arm64), const TIOCMBIS = 2147775596 +pkg syscall (darwin-arm64), const TIOCMBIS ideal-int +pkg syscall (darwin-arm64), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (darwin-arm64), const TIOCMGDTRWAIT ideal-int +pkg syscall (darwin-arm64), const TIOCMGET = 1074033770 +pkg syscall (darwin-arm64), const TIOCMGET ideal-int +pkg syscall (darwin-arm64), const TIOCMODG = 1074033667 +pkg syscall (darwin-arm64), const TIOCMODG ideal-int +pkg syscall (darwin-arm64), const TIOCMODS = 2147775492 +pkg syscall (darwin-arm64), const TIOCMODS ideal-int +pkg syscall (darwin-arm64), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (darwin-arm64), const TIOCMSDTRWAIT ideal-int +pkg syscall (darwin-arm64), const TIOCMSET = 2147775597 +pkg syscall (darwin-arm64), const TIOCMSET ideal-int +pkg syscall (darwin-arm64), const TIOCM_CAR = 64 +pkg syscall (darwin-arm64), const TIOCM_CAR ideal-int +pkg syscall (darwin-arm64), const TIOCM_CD = 64 +pkg syscall (darwin-arm64), const TIOCM_CD ideal-int +pkg syscall (darwin-arm64), const TIOCM_CTS = 32 +pkg syscall (darwin-arm64), const TIOCM_CTS ideal-int +pkg syscall (darwin-arm64), const TIOCM_DSR = 256 +pkg syscall (darwin-arm64), const TIOCM_DSR ideal-int +pkg syscall (darwin-arm64), const TIOCM_DTR = 2 +pkg syscall (darwin-arm64), const TIOCM_DTR ideal-int +pkg syscall (darwin-arm64), const TIOCM_LE = 1 +pkg syscall (darwin-arm64), const TIOCM_LE ideal-int +pkg syscall (darwin-arm64), const TIOCM_RI = 128 +pkg syscall (darwin-arm64), const TIOCM_RI ideal-int +pkg syscall (darwin-arm64), const TIOCM_RNG = 128 +pkg syscall (darwin-arm64), const TIOCM_RNG ideal-int +pkg syscall (darwin-arm64), const TIOCM_RTS = 4 +pkg syscall (darwin-arm64), const TIOCM_RTS ideal-int +pkg syscall (darwin-arm64), const TIOCM_SR = 16 +pkg syscall (darwin-arm64), const TIOCM_SR ideal-int +pkg syscall (darwin-arm64), const TIOCM_ST = 8 +pkg syscall (darwin-arm64), const TIOCM_ST ideal-int +pkg syscall (darwin-arm64), const TIOCNOTTY = 536900721 +pkg syscall (darwin-arm64), const TIOCNOTTY ideal-int +pkg syscall (darwin-arm64), const TIOCNXCL = 536900622 +pkg syscall (darwin-arm64), const TIOCNXCL ideal-int +pkg syscall (darwin-arm64), const TIOCOUTQ = 1074033779 +pkg syscall (darwin-arm64), const TIOCOUTQ ideal-int +pkg syscall (darwin-arm64), const TIOCPKT = 2147775600 +pkg syscall (darwin-arm64), const TIOCPKT ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_DATA = 0 +pkg syscall (darwin-arm64), const TIOCPKT_DATA ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_DOSTOP = 32 +pkg syscall (darwin-arm64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (darwin-arm64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (darwin-arm64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_IOCTL = 64 +pkg syscall (darwin-arm64), const TIOCPKT_IOCTL ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_NOSTOP = 16 +pkg syscall (darwin-arm64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_START = 8 +pkg syscall (darwin-arm64), const TIOCPKT_START ideal-int +pkg syscall (darwin-arm64), const TIOCPKT_STOP = 4 +pkg syscall (darwin-arm64), const TIOCPKT_STOP ideal-int +pkg syscall (darwin-arm64), const TIOCPTYGNAME = 1082160211 +pkg syscall (darwin-arm64), const TIOCPTYGNAME ideal-int +pkg syscall (darwin-arm64), const TIOCPTYGRANT = 536900692 +pkg syscall (darwin-arm64), const TIOCPTYGRANT ideal-int +pkg syscall (darwin-arm64), const TIOCPTYUNLK = 536900690 +pkg syscall (darwin-arm64), const TIOCPTYUNLK ideal-int +pkg syscall (darwin-arm64), const TIOCREMOTE = 2147775593 +pkg syscall (darwin-arm64), const TIOCREMOTE ideal-int +pkg syscall (darwin-arm64), const TIOCSBRK = 536900731 +pkg syscall (darwin-arm64), const TIOCSBRK ideal-int +pkg syscall (darwin-arm64), const TIOCSCONS = 536900707 +pkg syscall (darwin-arm64), const TIOCSCONS ideal-int +pkg syscall (darwin-arm64), const TIOCSCTTY = 536900705 +pkg syscall (darwin-arm64), const TIOCSCTTY ideal-int +pkg syscall (darwin-arm64), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (darwin-arm64), const TIOCSDRAINWAIT ideal-int +pkg syscall (darwin-arm64), const TIOCSDTR = 536900729 +pkg syscall (darwin-arm64), const TIOCSDTR ideal-int +pkg syscall (darwin-arm64), const TIOCSETA = 2152231956 +pkg syscall (darwin-arm64), const TIOCSETA ideal-int +pkg syscall (darwin-arm64), const TIOCSETAF = 2152231958 +pkg syscall (darwin-arm64), const TIOCSETAF ideal-int +pkg syscall (darwin-arm64), const TIOCSETAW = 2152231957 +pkg syscall (darwin-arm64), const TIOCSETAW ideal-int +pkg syscall (darwin-arm64), const TIOCSETD = 2147775515 +pkg syscall (darwin-arm64), const TIOCSETD ideal-int +pkg syscall (darwin-arm64), const TIOCSIG = 536900703 +pkg syscall (darwin-arm64), const TIOCSIG ideal-int +pkg syscall (darwin-arm64), const TIOCSPGRP = 2147775606 +pkg syscall (darwin-arm64), const TIOCSPGRP ideal-int +pkg syscall (darwin-arm64), const TIOCSTART = 536900718 +pkg syscall (darwin-arm64), const TIOCSTART ideal-int +pkg syscall (darwin-arm64), const TIOCSTAT = 536900709 +pkg syscall (darwin-arm64), const TIOCSTAT ideal-int +pkg syscall (darwin-arm64), const TIOCSTI = 2147578994 +pkg syscall (darwin-arm64), const TIOCSTI ideal-int +pkg syscall (darwin-arm64), const TIOCSTOP = 536900719 +pkg syscall (darwin-arm64), const TIOCSTOP ideal-int +pkg syscall (darwin-arm64), const TIOCSWINSZ = 2148037735 +pkg syscall (darwin-arm64), const TIOCSWINSZ ideal-int +pkg syscall (darwin-arm64), const TIOCTIMESTAMP = 1074820185 +pkg syscall (darwin-arm64), const TIOCTIMESTAMP ideal-int +pkg syscall (darwin-arm64), const TIOCUCNTL = 2147775590 +pkg syscall (darwin-arm64), const TIOCUCNTL ideal-int +pkg syscall (darwin-arm64), const TOSTOP = 4194304 +pkg syscall (darwin-arm64), const TOSTOP ideal-int +pkg syscall (darwin-arm64), const VDISCARD = 15 +pkg syscall (darwin-arm64), const VDISCARD ideal-int +pkg syscall (darwin-arm64), const VDSUSP = 11 +pkg syscall (darwin-arm64), const VDSUSP ideal-int +pkg syscall (darwin-arm64), const VEOF = 0 +pkg syscall (darwin-arm64), const VEOF ideal-int +pkg syscall (darwin-arm64), const VEOL = 1 +pkg syscall (darwin-arm64), const VEOL ideal-int +pkg syscall (darwin-arm64), const VEOL2 = 2 +pkg syscall (darwin-arm64), const VEOL2 ideal-int +pkg syscall (darwin-arm64), const VERASE = 3 +pkg syscall (darwin-arm64), const VERASE ideal-int +pkg syscall (darwin-arm64), const VINTR = 8 +pkg syscall (darwin-arm64), const VINTR ideal-int +pkg syscall (darwin-arm64), const VKILL = 5 +pkg syscall (darwin-arm64), const VKILL ideal-int +pkg syscall (darwin-arm64), const VLNEXT = 14 +pkg syscall (darwin-arm64), const VLNEXT ideal-int +pkg syscall (darwin-arm64), const VMIN = 16 +pkg syscall (darwin-arm64), const VMIN ideal-int +pkg syscall (darwin-arm64), const VQUIT = 9 +pkg syscall (darwin-arm64), const VQUIT ideal-int +pkg syscall (darwin-arm64), const VREPRINT = 6 +pkg syscall (darwin-arm64), const VREPRINT ideal-int +pkg syscall (darwin-arm64), const VSTART = 12 +pkg syscall (darwin-arm64), const VSTART ideal-int +pkg syscall (darwin-arm64), const VSTATUS = 18 +pkg syscall (darwin-arm64), const VSTATUS ideal-int +pkg syscall (darwin-arm64), const VSTOP = 13 +pkg syscall (darwin-arm64), const VSTOP ideal-int +pkg syscall (darwin-arm64), const VSUSP = 10 +pkg syscall (darwin-arm64), const VSUSP ideal-int +pkg syscall (darwin-arm64), const VT0 = 0 +pkg syscall (darwin-arm64), const VT0 ideal-int +pkg syscall (darwin-arm64), const VT1 = 65536 +pkg syscall (darwin-arm64), const VT1 ideal-int +pkg syscall (darwin-arm64), const VTDLY = 65536 +pkg syscall (darwin-arm64), const VTDLY ideal-int +pkg syscall (darwin-arm64), const VTIME = 17 +pkg syscall (darwin-arm64), const VTIME ideal-int +pkg syscall (darwin-arm64), const VWERASE = 4 +pkg syscall (darwin-arm64), const VWERASE ideal-int +pkg syscall (darwin-arm64), const WCONTINUED = 16 +pkg syscall (darwin-arm64), const WCONTINUED ideal-int +pkg syscall (darwin-arm64), const WCOREFLAG = 128 +pkg syscall (darwin-arm64), const WCOREFLAG ideal-int +pkg syscall (darwin-arm64), const WEXITED = 4 +pkg syscall (darwin-arm64), const WEXITED ideal-int +pkg syscall (darwin-arm64), const WNOHANG = 1 +pkg syscall (darwin-arm64), const WNOHANG ideal-int +pkg syscall (darwin-arm64), const WNOWAIT = 32 +pkg syscall (darwin-arm64), const WNOWAIT ideal-int +pkg syscall (darwin-arm64), const WORDSIZE = 64 +pkg syscall (darwin-arm64), const WORDSIZE ideal-int +pkg syscall (darwin-arm64), const WSTOPPED = 8 +pkg syscall (darwin-arm64), const WSTOPPED ideal-int +pkg syscall (darwin-arm64), const WUNTRACED = 2 +pkg syscall (darwin-arm64), const WUNTRACED ideal-int +pkg syscall (darwin-arm64), func Accept(int) (int, Sockaddr, error) +pkg syscall (darwin-arm64), func Access(string, uint32) error +pkg syscall (darwin-arm64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (darwin-arm64), func Bind(int, Sockaddr) error +pkg syscall (darwin-arm64), func BpfBuflen //deprecated +pkg syscall (darwin-arm64), func BpfBuflen(int) (int, error) +pkg syscall (darwin-arm64), func BpfDatalink //deprecated +pkg syscall (darwin-arm64), func BpfDatalink(int) (int, error) +pkg syscall (darwin-arm64), func BpfHeadercmpl //deprecated +pkg syscall (darwin-arm64), func BpfHeadercmpl(int) (int, error) +pkg syscall (darwin-arm64), func BpfInterface //deprecated +pkg syscall (darwin-arm64), func BpfInterface(int, string) (string, error) +pkg syscall (darwin-arm64), func BpfJump //deprecated +pkg syscall (darwin-arm64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (darwin-arm64), func BpfStats //deprecated +pkg syscall (darwin-arm64), func BpfStats(int) (*BpfStat, error) +pkg syscall (darwin-arm64), func BpfStmt //deprecated +pkg syscall (darwin-arm64), func BpfStmt(int, int) *BpfInsn +pkg syscall (darwin-arm64), func BpfTimeout //deprecated +pkg syscall (darwin-arm64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (darwin-arm64), func CheckBpfVersion //deprecated +pkg syscall (darwin-arm64), func CheckBpfVersion(int) error +pkg syscall (darwin-arm64), func Chflags(string, int) error +pkg syscall (darwin-arm64), func Chroot(string) error +pkg syscall (darwin-arm64), func Close(int) error +pkg syscall (darwin-arm64), func CloseOnExec(int) +pkg syscall (darwin-arm64), func CmsgLen(int) int +pkg syscall (darwin-arm64), func CmsgSpace(int) int +pkg syscall (darwin-arm64), func Connect(int, Sockaddr) error +pkg syscall (darwin-arm64), func Dup(int) (int, error) +pkg syscall (darwin-arm64), func Dup2(int, int) error +pkg syscall (darwin-arm64), func Exchangedata(string, string, int) error +pkg syscall (darwin-arm64), func Fchdir(int) error +pkg syscall (darwin-arm64), func Fchflags(int, int) error +pkg syscall (darwin-arm64), func Fchmod(int, uint32) error +pkg syscall (darwin-arm64), func Fchown(int, int, int) error +pkg syscall (darwin-arm64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (darwin-arm64), func Flock(int, int) error +pkg syscall (darwin-arm64), func FlushBpf //deprecated +pkg syscall (darwin-arm64), func FlushBpf(int) error +pkg syscall (darwin-arm64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (darwin-arm64), func Fpathconf(int, int) (int, error) +pkg syscall (darwin-arm64), func Fstat(int, *Stat_t) error +pkg syscall (darwin-arm64), func Fstatfs(int, *Statfs_t) error +pkg syscall (darwin-arm64), func Fsync(int) error +pkg syscall (darwin-arm64), func Ftruncate(int, int64) error +pkg syscall (darwin-arm64), func Futimes(int, []Timeval) error +pkg syscall (darwin-arm64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (darwin-arm64), func Getdtablesize() int +pkg syscall (darwin-arm64), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (darwin-arm64), func Getpeername(int) (Sockaddr, error) +pkg syscall (darwin-arm64), func Getpgid(int) (int, error) +pkg syscall (darwin-arm64), func Getpgrp() int +pkg syscall (darwin-arm64), func Getpriority(int, int) (int, error) +pkg syscall (darwin-arm64), func Getrlimit(int, *Rlimit) error +pkg syscall (darwin-arm64), func Getrusage(int, *Rusage) error +pkg syscall (darwin-arm64), func Getsid(int) (int, error) +pkg syscall (darwin-arm64), func Getsockname(int) (Sockaddr, error) +pkg syscall (darwin-arm64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (darwin-arm64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (darwin-arm64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (darwin-arm64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (darwin-arm64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (darwin-arm64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (darwin-arm64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (darwin-arm64), func Issetugid() bool +pkg syscall (darwin-arm64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (darwin-arm64), func Kill(int, Signal) error +pkg syscall (darwin-arm64), func Kqueue() (int, error) +pkg syscall (darwin-arm64), func Listen(int, int) error +pkg syscall (darwin-arm64), func Lstat(string, *Stat_t) error +pkg syscall (darwin-arm64), func Mkfifo(string, uint32) error +pkg syscall (darwin-arm64), func Mknod(string, uint32, int) error +pkg syscall (darwin-arm64), func Mlock([]uint8) error +pkg syscall (darwin-arm64), func Mlockall(int) error +pkg syscall (darwin-arm64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (darwin-arm64), func Mprotect([]uint8, int) error +pkg syscall (darwin-arm64), func Munlock([]uint8) error +pkg syscall (darwin-arm64), func Munlockall() error +pkg syscall (darwin-arm64), func Munmap([]uint8) error +pkg syscall (darwin-arm64), func Open(string, int, uint32) (int, error) +pkg syscall (darwin-arm64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (darwin-arm64), func ParseRoutingMessage //deprecated +pkg syscall (darwin-arm64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (darwin-arm64), func ParseRoutingSockaddr //deprecated +pkg syscall (darwin-arm64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (darwin-arm64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (darwin-arm64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (darwin-arm64), func Pathconf(string, int) (int, error) +pkg syscall (darwin-arm64), func Pipe([]int) error +pkg syscall (darwin-arm64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (darwin-arm64), func PtraceAttach(int) error +pkg syscall (darwin-arm64), func PtraceDetach(int) error +pkg syscall (darwin-arm64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (darwin-arm64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64), func Read(int, []uint8) (int, error) +pkg syscall (darwin-arm64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (darwin-arm64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (darwin-arm64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (darwin-arm64), func Revoke(string) error +pkg syscall (darwin-arm64), func RouteRIB //deprecated +pkg syscall (darwin-arm64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (darwin-arm64), func Seek(int, int64, int) (int64, error) +pkg syscall (darwin-arm64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (darwin-arm64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (darwin-arm64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (darwin-arm64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (darwin-arm64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (darwin-arm64), func SetBpf //deprecated +pkg syscall (darwin-arm64), func SetBpf(int, []BpfInsn) error +pkg syscall (darwin-arm64), func SetBpfBuflen //deprecated +pkg syscall (darwin-arm64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (darwin-arm64), func SetBpfDatalink //deprecated +pkg syscall (darwin-arm64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (darwin-arm64), func SetBpfHeadercmpl //deprecated +pkg syscall (darwin-arm64), func SetBpfHeadercmpl(int, int) error +pkg syscall (darwin-arm64), func SetBpfImmediate //deprecated +pkg syscall (darwin-arm64), func SetBpfImmediate(int, int) error +pkg syscall (darwin-arm64), func SetBpfInterface //deprecated +pkg syscall (darwin-arm64), func SetBpfInterface(int, string) error +pkg syscall (darwin-arm64), func SetBpfPromisc //deprecated +pkg syscall (darwin-arm64), func SetBpfPromisc(int, int) error +pkg syscall (darwin-arm64), func SetBpfTimeout //deprecated +pkg syscall (darwin-arm64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (darwin-arm64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (darwin-arm64), func SetNonblock(int, bool) error +pkg syscall (darwin-arm64), func Setegid(int) error +pkg syscall (darwin-arm64), func Seteuid(int) error +pkg syscall (darwin-arm64), func Setgid(int) error +pkg syscall (darwin-arm64), func Setgroups([]int) error +pkg syscall (darwin-arm64), func Setlogin(string) error +pkg syscall (darwin-arm64), func Setpgid(int, int) error +pkg syscall (darwin-arm64), func Setpriority(int, int, int) error +pkg syscall (darwin-arm64), func Setprivexec(int) error +pkg syscall (darwin-arm64), func Setregid(int, int) error +pkg syscall (darwin-arm64), func Setreuid(int, int) error +pkg syscall (darwin-arm64), func Setrlimit(int, *Rlimit) error +pkg syscall (darwin-arm64), func Setsid() (int, error) +pkg syscall (darwin-arm64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (darwin-arm64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (darwin-arm64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (darwin-arm64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (darwin-arm64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (darwin-arm64), func SetsockoptInt(int, int, int, int) error +pkg syscall (darwin-arm64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (darwin-arm64), func SetsockoptString(int, int, int, string) error +pkg syscall (darwin-arm64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (darwin-arm64), func Settimeofday(*Timeval) error +pkg syscall (darwin-arm64), func Setuid(int) error +pkg syscall (darwin-arm64), func Shutdown(int, int) error +pkg syscall (darwin-arm64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-arm64), func Socket(int, int, int) (int, error) +pkg syscall (darwin-arm64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (darwin-arm64), func Stat(string, *Stat_t) error +pkg syscall (darwin-arm64), func Statfs(string, *Statfs_t) error +pkg syscall (darwin-arm64), func StringSlicePtr //deprecated +pkg syscall (darwin-arm64), func StringSlicePtr([]string) []*uint8 +pkg syscall (darwin-arm64), func Sync() error +pkg syscall (darwin-arm64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64), func Sysctl(string) (string, error) +pkg syscall (darwin-arm64), func SysctlUint32(string) (uint32, error) +pkg syscall (darwin-arm64), func TimevalToNsec(Timeval) int64 +pkg syscall (darwin-arm64), func Truncate(string, int64) error +pkg syscall (darwin-arm64), func Umask(int) int +pkg syscall (darwin-arm64), func Undelete(string) error +pkg syscall (darwin-arm64), func UnixRights(...int) []uint8 +pkg syscall (darwin-arm64), func Unmount(string, int) error +pkg syscall (darwin-arm64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (darwin-arm64), func Write(int, []uint8) (int, error) +pkg syscall (darwin-arm64), method (*Cmsghdr) SetLen(int) +pkg syscall (darwin-arm64), method (*Iovec) SetLen(int) +pkg syscall (darwin-arm64), method (*Msghdr) SetControllen(int) +pkg syscall (darwin-arm64), type BpfHdr struct +pkg syscall (darwin-arm64), type BpfHdr struct, Caplen uint32 +pkg syscall (darwin-arm64), type BpfHdr struct, Datalen uint32 +pkg syscall (darwin-arm64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (darwin-arm64), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64), type BpfHdr struct, Tstamp Timeval32 +pkg syscall (darwin-arm64), type BpfInsn struct +pkg syscall (darwin-arm64), type BpfInsn struct, Code uint16 +pkg syscall (darwin-arm64), type BpfInsn struct, Jf uint8 +pkg syscall (darwin-arm64), type BpfInsn struct, Jt uint8 +pkg syscall (darwin-arm64), type BpfInsn struct, K uint32 +pkg syscall (darwin-arm64), type BpfProgram struct +pkg syscall (darwin-arm64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (darwin-arm64), type BpfProgram struct, Len uint32 +pkg syscall (darwin-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64), type BpfStat struct +pkg syscall (darwin-arm64), type BpfStat struct, Drop uint32 +pkg syscall (darwin-arm64), type BpfStat struct, Recv uint32 +pkg syscall (darwin-arm64), type BpfVersion struct +pkg syscall (darwin-arm64), type BpfVersion struct, Major uint16 +pkg syscall (darwin-arm64), type BpfVersion struct, Minor uint16 +pkg syscall (darwin-arm64), type Cmsghdr struct +pkg syscall (darwin-arm64), type Cmsghdr struct, Len uint32 +pkg syscall (darwin-arm64), type Cmsghdr struct, Level int32 +pkg syscall (darwin-arm64), type Cmsghdr struct, Type int32 +pkg syscall (darwin-arm64), type Credential struct +pkg syscall (darwin-arm64), type Credential struct, Gid uint32 +pkg syscall (darwin-arm64), type Credential struct, Groups []uint32 +pkg syscall (darwin-arm64), type Credential struct, NoSetGroups bool +pkg syscall (darwin-arm64), type Credential struct, Uid uint32 +pkg syscall (darwin-arm64), type Dirent struct +pkg syscall (darwin-arm64), type Dirent struct, Ino uint64 +pkg syscall (darwin-arm64), type Dirent struct, Name [1024]int8 +pkg syscall (darwin-arm64), type Dirent struct, Namlen uint16 +pkg syscall (darwin-arm64), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (darwin-arm64), type Dirent struct, Reclen uint16 +pkg syscall (darwin-arm64), type Dirent struct, Seekoff uint64 +pkg syscall (darwin-arm64), type Dirent struct, Type uint8 +pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct +pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Buffer *uint8 +pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Length uint64 +pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Offset int64 +pkg syscall (darwin-arm64), type FdSet struct +pkg syscall (darwin-arm64), type FdSet struct, Bits [32]int32 +pkg syscall (darwin-arm64), type Flock_t struct +pkg syscall (darwin-arm64), type Flock_t struct, Len int64 +pkg syscall (darwin-arm64), type Flock_t struct, Pid int32 +pkg syscall (darwin-arm64), type Flock_t struct, Start int64 +pkg syscall (darwin-arm64), type Flock_t struct, Type int16 +pkg syscall (darwin-arm64), type Flock_t struct, Whence int16 +pkg syscall (darwin-arm64), type Fsid struct +pkg syscall (darwin-arm64), type Fsid struct, Val [2]int32 +pkg syscall (darwin-arm64), type Fstore_t struct +pkg syscall (darwin-arm64), type Fstore_t struct, Bytesalloc int64 +pkg syscall (darwin-arm64), type Fstore_t struct, Flags uint32 +pkg syscall (darwin-arm64), type Fstore_t struct, Length int64 +pkg syscall (darwin-arm64), type Fstore_t struct, Offset int64 +pkg syscall (darwin-arm64), type Fstore_t struct, Posmode int32 +pkg syscall (darwin-arm64), type ICMPv6Filter struct +pkg syscall (darwin-arm64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (darwin-arm64), type IPv6MTUInfo struct +pkg syscall (darwin-arm64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (darwin-arm64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (darwin-arm64), type IfData struct +pkg syscall (darwin-arm64), type IfData struct, Addrlen uint8 +pkg syscall (darwin-arm64), type IfData struct, Baudrate uint32 +pkg syscall (darwin-arm64), type IfData struct, Collisions uint32 +pkg syscall (darwin-arm64), type IfData struct, Hdrlen uint8 +pkg syscall (darwin-arm64), type IfData struct, Hwassist uint32 +pkg syscall (darwin-arm64), type IfData struct, Ibytes uint32 +pkg syscall (darwin-arm64), type IfData struct, Ierrors uint32 +pkg syscall (darwin-arm64), type IfData struct, Imcasts uint32 +pkg syscall (darwin-arm64), type IfData struct, Ipackets uint32 +pkg syscall (darwin-arm64), type IfData struct, Iqdrops uint32 +pkg syscall (darwin-arm64), type IfData struct, Lastchange Timeval32 +pkg syscall (darwin-arm64), type IfData struct, Metric uint32 +pkg syscall (darwin-arm64), type IfData struct, Mtu uint32 +pkg syscall (darwin-arm64), type IfData struct, Noproto uint32 +pkg syscall (darwin-arm64), type IfData struct, Obytes uint32 +pkg syscall (darwin-arm64), type IfData struct, Oerrors uint32 +pkg syscall (darwin-arm64), type IfData struct, Omcasts uint32 +pkg syscall (darwin-arm64), type IfData struct, Opackets uint32 +pkg syscall (darwin-arm64), type IfData struct, Physical uint8 +pkg syscall (darwin-arm64), type IfData struct, Recvquota uint8 +pkg syscall (darwin-arm64), type IfData struct, Recvtiming uint32 +pkg syscall (darwin-arm64), type IfData struct, Reserved1 uint32 +pkg syscall (darwin-arm64), type IfData struct, Reserved2 uint32 +pkg syscall (darwin-arm64), type IfData struct, Type uint8 +pkg syscall (darwin-arm64), type IfData struct, Typelen uint8 +pkg syscall (darwin-arm64), type IfData struct, Unused1 uint8 +pkg syscall (darwin-arm64), type IfData struct, Unused2 uint32 +pkg syscall (darwin-arm64), type IfData struct, Xmitquota uint8 +pkg syscall (darwin-arm64), type IfData struct, Xmittiming uint32 +pkg syscall (darwin-arm64), type IfMsghdr struct +pkg syscall (darwin-arm64), type IfMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64), type IfMsghdr struct, Data IfData +pkg syscall (darwin-arm64), type IfMsghdr struct, Flags int32 +pkg syscall (darwin-arm64), type IfMsghdr struct, Index uint16 +pkg syscall (darwin-arm64), type IfMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64), type IfMsghdr struct, Type uint8 +pkg syscall (darwin-arm64), type IfMsghdr struct, Version uint8 +pkg syscall (darwin-arm64), type IfaMsghdr struct +pkg syscall (darwin-arm64), type IfaMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Flags int32 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Index uint16 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Metric int32 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Type uint8 +pkg syscall (darwin-arm64), type IfaMsghdr struct, Version uint8 +pkg syscall (darwin-arm64), type IfmaMsghdr struct +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Flags int32 +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Index uint16 +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Type uint8 +pkg syscall (darwin-arm64), type IfmaMsghdr struct, Version uint8 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Addrs int32 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Flags int32 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Index uint16 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Msglen uint16 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Refcount int32 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Type uint8 +pkg syscall (darwin-arm64), type IfmaMsghdr2 struct, Version uint8 +pkg syscall (darwin-arm64), type Inet4Pktinfo struct +pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (darwin-arm64), type Inet6Pktinfo struct +pkg syscall (darwin-arm64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (darwin-arm64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-arm64), type InterfaceAddrMessage //deprecated +pkg syscall (darwin-arm64), type InterfaceAddrMessage struct +pkg syscall (darwin-arm64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (darwin-arm64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (darwin-arm64), type InterfaceMessage //deprecated +pkg syscall (darwin-arm64), type InterfaceMessage struct +pkg syscall (darwin-arm64), type InterfaceMessage struct, Data []uint8 +pkg syscall (darwin-arm64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (darwin-arm64), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (darwin-arm64), type InterfaceMulticastAddrMessage struct +pkg syscall (darwin-arm64), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (darwin-arm64), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr2 +pkg syscall (darwin-arm64), type Iovec struct +pkg syscall (darwin-arm64), type Iovec struct, Base *uint8 +pkg syscall (darwin-arm64), type Iovec struct, Len uint64 +pkg syscall (darwin-arm64), type Kevent_t struct +pkg syscall (darwin-arm64), type Kevent_t struct, Data int64 +pkg syscall (darwin-arm64), type Kevent_t struct, Fflags uint32 +pkg syscall (darwin-arm64), type Kevent_t struct, Filter int16 +pkg syscall (darwin-arm64), type Kevent_t struct, Flags uint16 +pkg syscall (darwin-arm64), type Kevent_t struct, Ident uint64 +pkg syscall (darwin-arm64), type Kevent_t struct, Udata *uint8 +pkg syscall (darwin-arm64), type Log2phys_t struct +pkg syscall (darwin-arm64), type Log2phys_t struct, Contigbytes int64 +pkg syscall (darwin-arm64), type Log2phys_t struct, Devoffset int64 +pkg syscall (darwin-arm64), type Log2phys_t struct, Flags uint32 +pkg syscall (darwin-arm64), type Msghdr struct +pkg syscall (darwin-arm64), type Msghdr struct, Control *uint8 +pkg syscall (darwin-arm64), type Msghdr struct, Controllen uint32 +pkg syscall (darwin-arm64), type Msghdr struct, Flags int32 +pkg syscall (darwin-arm64), type Msghdr struct, Iov *Iovec +pkg syscall (darwin-arm64), type Msghdr struct, Iovlen int32 +pkg syscall (darwin-arm64), type Msghdr struct, Name *uint8 +pkg syscall (darwin-arm64), type Msghdr struct, Namelen uint32 +pkg syscall (darwin-arm64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (darwin-arm64), type Radvisory_t struct +pkg syscall (darwin-arm64), type Radvisory_t struct, Count int32 +pkg syscall (darwin-arm64), type Radvisory_t struct, Offset int64 +pkg syscall (darwin-arm64), type Radvisory_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64), type RawSockaddr struct, Data [14]int8 +pkg syscall (darwin-arm64), type RawSockaddr struct, Family uint8 +pkg syscall (darwin-arm64), type RawSockaddr struct, Len uint8 +pkg syscall (darwin-arm64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-arm64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (darwin-arm64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (darwin-arm64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (darwin-arm64), type Rlimit struct +pkg syscall (darwin-arm64), type Rlimit struct, Cur uint64 +pkg syscall (darwin-arm64), type Rlimit struct, Max uint64 +pkg syscall (darwin-arm64), type RouteMessage //deprecated +pkg syscall (darwin-arm64), type RouteMessage struct +pkg syscall (darwin-arm64), type RouteMessage struct, Data []uint8 +pkg syscall (darwin-arm64), type RouteMessage struct, Header RtMsghdr +pkg syscall (darwin-arm64), type RoutingMessage //deprecated +pkg syscall (darwin-arm64), type RoutingMessage interface, unexported methods +pkg syscall (darwin-arm64), type RtMetrics struct +pkg syscall (darwin-arm64), type RtMetrics struct, Expire int32 +pkg syscall (darwin-arm64), type RtMetrics struct, Filler [4]uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Hopcount uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Locks uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Mtu uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Pksent uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Recvpipe uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Rtt uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Rttvar uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Sendpipe uint32 +pkg syscall (darwin-arm64), type RtMetrics struct, Ssthresh uint32 +pkg syscall (darwin-arm64), type RtMsghdr struct +pkg syscall (darwin-arm64), type RtMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Errno int32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Flags int32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Index uint16 +pkg syscall (darwin-arm64), type RtMsghdr struct, Inits uint32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64), type RtMsghdr struct, Pid int32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (darwin-arm64), type RtMsghdr struct, Seq int32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Type uint8 +pkg syscall (darwin-arm64), type RtMsghdr struct, Use int32 +pkg syscall (darwin-arm64), type RtMsghdr struct, Version uint8 +pkg syscall (darwin-arm64), type Rusage struct, Idrss int64 +pkg syscall (darwin-arm64), type Rusage struct, Inblock int64 +pkg syscall (darwin-arm64), type Rusage struct, Isrss int64 +pkg syscall (darwin-arm64), type Rusage struct, Ixrss int64 +pkg syscall (darwin-arm64), type Rusage struct, Majflt int64 +pkg syscall (darwin-arm64), type Rusage struct, Maxrss int64 +pkg syscall (darwin-arm64), type Rusage struct, Minflt int64 +pkg syscall (darwin-arm64), type Rusage struct, Msgrcv int64 +pkg syscall (darwin-arm64), type Rusage struct, Msgsnd int64 +pkg syscall (darwin-arm64), type Rusage struct, Nivcsw int64 +pkg syscall (darwin-arm64), type Rusage struct, Nsignals int64 +pkg syscall (darwin-arm64), type Rusage struct, Nswap int64 +pkg syscall (darwin-arm64), type Rusage struct, Nvcsw int64 +pkg syscall (darwin-arm64), type Rusage struct, Oublock int64 +pkg syscall (darwin-arm64), type Rusage struct, Stime Timeval +pkg syscall (darwin-arm64), type Rusage struct, Utime Timeval +pkg syscall (darwin-arm64), type SockaddrDatalink struct +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Family uint8 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Index uint16 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Len uint8 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-arm64), type SockaddrDatalink struct, Type uint8 +pkg syscall (darwin-arm64), type SocketControlMessage struct +pkg syscall (darwin-arm64), type SocketControlMessage struct, Data []uint8 +pkg syscall (darwin-arm64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (darwin-arm64), type Stat_t struct +pkg syscall (darwin-arm64), type Stat_t struct, Atimespec Timespec +pkg syscall (darwin-arm64), type Stat_t struct, Birthtimespec Timespec +pkg syscall (darwin-arm64), type Stat_t struct, Blksize int32 +pkg syscall (darwin-arm64), type Stat_t struct, Blocks int64 +pkg syscall (darwin-arm64), type Stat_t struct, Ctimespec Timespec +pkg syscall (darwin-arm64), type Stat_t struct, Dev int32 +pkg syscall (darwin-arm64), type Stat_t struct, Flags uint32 +pkg syscall (darwin-arm64), type Stat_t struct, Gen uint32 +pkg syscall (darwin-arm64), type Stat_t struct, Gid uint32 +pkg syscall (darwin-arm64), type Stat_t struct, Ino uint64 +pkg syscall (darwin-arm64), type Stat_t struct, Lspare int32 +pkg syscall (darwin-arm64), type Stat_t struct, Mode uint16 +pkg syscall (darwin-arm64), type Stat_t struct, Mtimespec Timespec +pkg syscall (darwin-arm64), type Stat_t struct, Nlink uint16 +pkg syscall (darwin-arm64), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64), type Stat_t struct, Qspare [2]int64 +pkg syscall (darwin-arm64), type Stat_t struct, Rdev int32 +pkg syscall (darwin-arm64), type Stat_t struct, Size int64 +pkg syscall (darwin-arm64), type Stat_t struct, Uid uint32 +pkg syscall (darwin-arm64), type Statfs_t struct +pkg syscall (darwin-arm64), type Statfs_t struct, Bavail uint64 +pkg syscall (darwin-arm64), type Statfs_t struct, Bfree uint64 +pkg syscall (darwin-arm64), type Statfs_t struct, Blocks uint64 +pkg syscall (darwin-arm64), type Statfs_t struct, Bsize uint32 +pkg syscall (darwin-arm64), type Statfs_t struct, Ffree uint64 +pkg syscall (darwin-arm64), type Statfs_t struct, Files uint64 +pkg syscall (darwin-arm64), type Statfs_t struct, Flags uint32 +pkg syscall (darwin-arm64), type Statfs_t struct, Fsid Fsid +pkg syscall (darwin-arm64), type Statfs_t struct, Fssubtype uint32 +pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32 +pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (darwin-arm64), type Statfs_t struct, Owner uint32 +pkg syscall (darwin-arm64), type Statfs_t struct, Reserved [8]uint32 +pkg syscall (darwin-arm64), type Statfs_t struct, Type uint32 +pkg syscall (darwin-arm64), type SysProcAttr struct, Chroot string +pkg syscall (darwin-arm64), type SysProcAttr struct, Credential *Credential +pkg syscall (darwin-arm64), type SysProcAttr struct, Ctty int +pkg syscall (darwin-arm64), type SysProcAttr struct, Foreground bool +pkg syscall (darwin-arm64), type SysProcAttr struct, Noctty bool +pkg syscall (darwin-arm64), type SysProcAttr struct, Pgid int +pkg syscall (darwin-arm64), type SysProcAttr struct, Ptrace bool +pkg syscall (darwin-arm64), type SysProcAttr struct, Setctty bool +pkg syscall (darwin-arm64), type SysProcAttr struct, Setpgid bool +pkg syscall (darwin-arm64), type SysProcAttr struct, Setsid bool +pkg syscall (darwin-arm64), type Termios struct +pkg syscall (darwin-arm64), type Termios struct, Cc [20]uint8 +pkg syscall (darwin-arm64), type Termios struct, Cflag uint64 +pkg syscall (darwin-arm64), type Termios struct, Iflag uint64 +pkg syscall (darwin-arm64), type Termios struct, Ispeed uint64 +pkg syscall (darwin-arm64), type Termios struct, Lflag uint64 +pkg syscall (darwin-arm64), type Termios struct, Oflag uint64 +pkg syscall (darwin-arm64), type Termios struct, Ospeed uint64 +pkg syscall (darwin-arm64), type Termios struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64), type Timespec struct, Nsec int64 +pkg syscall (darwin-arm64), type Timespec struct, Sec int64 +pkg syscall (darwin-arm64), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64), type Timeval struct, Sec int64 +pkg syscall (darwin-arm64), type Timeval struct, Usec int32 +pkg syscall (darwin-arm64), type Timeval32 struct +pkg syscall (darwin-arm64), type Timeval32 struct, Sec int32 +pkg syscall (darwin-arm64), type Timeval32 struct, Usec int32 +pkg syscall (darwin-arm64), type WaitStatus uint32 +pkg syscall (darwin-arm64), var Stderr int +pkg syscall (darwin-arm64), var Stdin int +pkg syscall (darwin-arm64), var Stdout int +pkg syscall (darwin-arm64-cgo), const AF_APPLETALK = 16 +pkg syscall (darwin-arm64-cgo), const AF_APPLETALK ideal-int +pkg syscall (darwin-arm64-cgo), const AF_CCITT = 10 +pkg syscall (darwin-arm64-cgo), const AF_CCITT ideal-int +pkg syscall (darwin-arm64-cgo), const AF_CHAOS = 5 +pkg syscall (darwin-arm64-cgo), const AF_CHAOS ideal-int +pkg syscall (darwin-arm64-cgo), const AF_CNT = 21 +pkg syscall (darwin-arm64-cgo), const AF_CNT ideal-int +pkg syscall (darwin-arm64-cgo), const AF_COIP = 20 +pkg syscall (darwin-arm64-cgo), const AF_COIP ideal-int +pkg syscall (darwin-arm64-cgo), const AF_DATAKIT = 9 +pkg syscall (darwin-arm64-cgo), const AF_DATAKIT ideal-int +pkg syscall (darwin-arm64-cgo), const AF_DECnet = 12 +pkg syscall (darwin-arm64-cgo), const AF_DECnet ideal-int +pkg syscall (darwin-arm64-cgo), const AF_DLI = 13 +pkg syscall (darwin-arm64-cgo), const AF_DLI ideal-int +pkg syscall (darwin-arm64-cgo), const AF_E164 = 28 +pkg syscall (darwin-arm64-cgo), const AF_E164 ideal-int +pkg syscall (darwin-arm64-cgo), const AF_ECMA = 8 +pkg syscall (darwin-arm64-cgo), const AF_ECMA ideal-int +pkg syscall (darwin-arm64-cgo), const AF_HYLINK = 15 +pkg syscall (darwin-arm64-cgo), const AF_HYLINK ideal-int +pkg syscall (darwin-arm64-cgo), const AF_IEEE80211 = 37 +pkg syscall (darwin-arm64-cgo), const AF_IEEE80211 ideal-int +pkg syscall (darwin-arm64-cgo), const AF_IMPLINK = 3 +pkg syscall (darwin-arm64-cgo), const AF_IMPLINK ideal-int +pkg syscall (darwin-arm64-cgo), const AF_INET6 = 30 +pkg syscall (darwin-arm64-cgo), const AF_IPX = 23 +pkg syscall (darwin-arm64-cgo), const AF_IPX ideal-int +pkg syscall (darwin-arm64-cgo), const AF_ISDN = 28 +pkg syscall (darwin-arm64-cgo), const AF_ISDN ideal-int +pkg syscall (darwin-arm64-cgo), const AF_ISO = 7 +pkg syscall (darwin-arm64-cgo), const AF_ISO ideal-int +pkg syscall (darwin-arm64-cgo), const AF_LAT = 14 +pkg syscall (darwin-arm64-cgo), const AF_LAT ideal-int +pkg syscall (darwin-arm64-cgo), const AF_LINK = 18 +pkg syscall (darwin-arm64-cgo), const AF_LINK ideal-int +pkg syscall (darwin-arm64-cgo), const AF_LOCAL = 1 +pkg syscall (darwin-arm64-cgo), const AF_LOCAL ideal-int +pkg syscall (darwin-arm64-cgo), const AF_MAX = 40 +pkg syscall (darwin-arm64-cgo), const AF_MAX ideal-int +pkg syscall (darwin-arm64-cgo), const AF_NATM = 31 +pkg syscall (darwin-arm64-cgo), const AF_NATM ideal-int +pkg syscall (darwin-arm64-cgo), const AF_NDRV = 27 +pkg syscall (darwin-arm64-cgo), const AF_NDRV ideal-int +pkg syscall (darwin-arm64-cgo), const AF_NETBIOS = 33 +pkg syscall (darwin-arm64-cgo), const AF_NETBIOS ideal-int +pkg syscall (darwin-arm64-cgo), const AF_NS = 6 +pkg syscall (darwin-arm64-cgo), const AF_NS ideal-int +pkg syscall (darwin-arm64-cgo), const AF_OSI = 7 +pkg syscall (darwin-arm64-cgo), const AF_OSI ideal-int +pkg syscall (darwin-arm64-cgo), const AF_PPP = 34 +pkg syscall (darwin-arm64-cgo), const AF_PPP ideal-int +pkg syscall (darwin-arm64-cgo), const AF_PUP = 4 +pkg syscall (darwin-arm64-cgo), const AF_PUP ideal-int +pkg syscall (darwin-arm64-cgo), const AF_RESERVED_36 = 36 +pkg syscall (darwin-arm64-cgo), const AF_RESERVED_36 ideal-int +pkg syscall (darwin-arm64-cgo), const AF_ROUTE = 17 +pkg syscall (darwin-arm64-cgo), const AF_ROUTE ideal-int +pkg syscall (darwin-arm64-cgo), const AF_SIP = 24 +pkg syscall (darwin-arm64-cgo), const AF_SIP ideal-int +pkg syscall (darwin-arm64-cgo), const AF_SNA = 11 +pkg syscall (darwin-arm64-cgo), const AF_SNA ideal-int +pkg syscall (darwin-arm64-cgo), const AF_SYSTEM = 32 +pkg syscall (darwin-arm64-cgo), const AF_SYSTEM ideal-int +pkg syscall (darwin-arm64-cgo), const AF_UTUN = 38 +pkg syscall (darwin-arm64-cgo), const AF_UTUN ideal-int +pkg syscall (darwin-arm64-cgo), const B0 = 0 +pkg syscall (darwin-arm64-cgo), const B0 ideal-int +pkg syscall (darwin-arm64-cgo), const B110 = 110 +pkg syscall (darwin-arm64-cgo), const B110 ideal-int +pkg syscall (darwin-arm64-cgo), const B115200 = 115200 +pkg syscall (darwin-arm64-cgo), const B115200 ideal-int +pkg syscall (darwin-arm64-cgo), const B1200 = 1200 +pkg syscall (darwin-arm64-cgo), const B1200 ideal-int +pkg syscall (darwin-arm64-cgo), const B134 = 134 +pkg syscall (darwin-arm64-cgo), const B134 ideal-int +pkg syscall (darwin-arm64-cgo), const B14400 = 14400 +pkg syscall (darwin-arm64-cgo), const B14400 ideal-int +pkg syscall (darwin-arm64-cgo), const B150 = 150 +pkg syscall (darwin-arm64-cgo), const B150 ideal-int +pkg syscall (darwin-arm64-cgo), const B1800 = 1800 +pkg syscall (darwin-arm64-cgo), const B1800 ideal-int +pkg syscall (darwin-arm64-cgo), const B19200 = 19200 +pkg syscall (darwin-arm64-cgo), const B19200 ideal-int +pkg syscall (darwin-arm64-cgo), const B200 = 200 +pkg syscall (darwin-arm64-cgo), const B200 ideal-int +pkg syscall (darwin-arm64-cgo), const B230400 = 230400 +pkg syscall (darwin-arm64-cgo), const B230400 ideal-int +pkg syscall (darwin-arm64-cgo), const B2400 = 2400 +pkg syscall (darwin-arm64-cgo), const B2400 ideal-int +pkg syscall (darwin-arm64-cgo), const B28800 = 28800 +pkg syscall (darwin-arm64-cgo), const B28800 ideal-int +pkg syscall (darwin-arm64-cgo), const B300 = 300 +pkg syscall (darwin-arm64-cgo), const B300 ideal-int +pkg syscall (darwin-arm64-cgo), const B38400 = 38400 +pkg syscall (darwin-arm64-cgo), const B38400 ideal-int +pkg syscall (darwin-arm64-cgo), const B4800 = 4800 +pkg syscall (darwin-arm64-cgo), const B4800 ideal-int +pkg syscall (darwin-arm64-cgo), const B50 = 50 +pkg syscall (darwin-arm64-cgo), const B50 ideal-int +pkg syscall (darwin-arm64-cgo), const B57600 = 57600 +pkg syscall (darwin-arm64-cgo), const B57600 ideal-int +pkg syscall (darwin-arm64-cgo), const B600 = 600 +pkg syscall (darwin-arm64-cgo), const B600 ideal-int +pkg syscall (darwin-arm64-cgo), const B7200 = 7200 +pkg syscall (darwin-arm64-cgo), const B7200 ideal-int +pkg syscall (darwin-arm64-cgo), const B75 = 75 +pkg syscall (darwin-arm64-cgo), const B75 ideal-int +pkg syscall (darwin-arm64-cgo), const B76800 = 76800 +pkg syscall (darwin-arm64-cgo), const B76800 ideal-int +pkg syscall (darwin-arm64-cgo), const B9600 = 9600 +pkg syscall (darwin-arm64-cgo), const B9600 ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCFLUSH = 536887912 +pkg syscall (darwin-arm64-cgo), const BIOCFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGBLEN = 1074020966 +pkg syscall (darwin-arm64-cgo), const BIOCGBLEN ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGDLT = 1074020970 +pkg syscall (darwin-arm64-cgo), const BIOCGDLT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGDLTLIST = 3222028921 +pkg syscall (darwin-arm64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGETIF = 1075855979 +pkg syscall (darwin-arm64-cgo), const BIOCGETIF ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGHDRCMPLT = 1074020980 +pkg syscall (darwin-arm64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGRSIG = 1074020978 +pkg syscall (darwin-arm64-cgo), const BIOCGRSIG ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (darwin-arm64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGSEESENT = 1074020982 +pkg syscall (darwin-arm64-cgo), const BIOCGSEESENT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCGSTATS = 1074283119 +pkg syscall (darwin-arm64-cgo), const BIOCGSTATS ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCIMMEDIATE = 2147762800 +pkg syscall (darwin-arm64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCPROMISC = 536887913 +pkg syscall (darwin-arm64-cgo), const BIOCPROMISC ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSBLEN = 3221504614 +pkg syscall (darwin-arm64-cgo), const BIOCSBLEN ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSDLT = 2147762808 +pkg syscall (darwin-arm64-cgo), const BIOCSDLT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSETF = 2148549223 +pkg syscall (darwin-arm64-cgo), const BIOCSETF ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSETIF = 2149597804 +pkg syscall (darwin-arm64-cgo), const BIOCSETIF ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSHDRCMPLT = 2147762805 +pkg syscall (darwin-arm64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSRSIG = 2147762803 +pkg syscall (darwin-arm64-cgo), const BIOCSRSIG ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (darwin-arm64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCSSEESENT = 2147762807 +pkg syscall (darwin-arm64-cgo), const BIOCSSEESENT ideal-int +pkg syscall (darwin-arm64-cgo), const BIOCVERSION = 1074020977 +pkg syscall (darwin-arm64-cgo), const BIOCVERSION ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_A = 16 +pkg syscall (darwin-arm64-cgo), const BPF_A ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_ABS = 32 +pkg syscall (darwin-arm64-cgo), const BPF_ABS ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_ADD = 0 +pkg syscall (darwin-arm64-cgo), const BPF_ADD ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_ALIGNMENT = 4 +pkg syscall (darwin-arm64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_ALU = 4 +pkg syscall (darwin-arm64-cgo), const BPF_ALU ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_AND = 80 +pkg syscall (darwin-arm64-cgo), const BPF_AND ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_B = 16 +pkg syscall (darwin-arm64-cgo), const BPF_B ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_DIV = 48 +pkg syscall (darwin-arm64-cgo), const BPF_DIV ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_H = 8 +pkg syscall (darwin-arm64-cgo), const BPF_H ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_IMM = 0 +pkg syscall (darwin-arm64-cgo), const BPF_IMM ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_IND = 64 +pkg syscall (darwin-arm64-cgo), const BPF_IND ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_JA = 0 +pkg syscall (darwin-arm64-cgo), const BPF_JA ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_JEQ = 16 +pkg syscall (darwin-arm64-cgo), const BPF_JEQ ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_JGE = 48 +pkg syscall (darwin-arm64-cgo), const BPF_JGE ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_JGT = 32 +pkg syscall (darwin-arm64-cgo), const BPF_JGT ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_JMP = 5 +pkg syscall (darwin-arm64-cgo), const BPF_JMP ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_JSET = 64 +pkg syscall (darwin-arm64-cgo), const BPF_JSET ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_K = 0 +pkg syscall (darwin-arm64-cgo), const BPF_K ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_LD = 0 +pkg syscall (darwin-arm64-cgo), const BPF_LD ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_LDX = 1 +pkg syscall (darwin-arm64-cgo), const BPF_LDX ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_LEN = 128 +pkg syscall (darwin-arm64-cgo), const BPF_LEN ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_LSH = 96 +pkg syscall (darwin-arm64-cgo), const BPF_LSH ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MAJOR_VERSION = 1 +pkg syscall (darwin-arm64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MAXBUFSIZE = 524288 +pkg syscall (darwin-arm64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MAXINSNS = 512 +pkg syscall (darwin-arm64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MEM = 96 +pkg syscall (darwin-arm64-cgo), const BPF_MEM ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MEMWORDS = 16 +pkg syscall (darwin-arm64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MINBUFSIZE = 32 +pkg syscall (darwin-arm64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MINOR_VERSION = 1 +pkg syscall (darwin-arm64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MISC = 7 +pkg syscall (darwin-arm64-cgo), const BPF_MISC ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MSH = 160 +pkg syscall (darwin-arm64-cgo), const BPF_MSH ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_MUL = 32 +pkg syscall (darwin-arm64-cgo), const BPF_MUL ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_NEG = 128 +pkg syscall (darwin-arm64-cgo), const BPF_NEG ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_OR = 64 +pkg syscall (darwin-arm64-cgo), const BPF_OR ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_RELEASE = 199606 +pkg syscall (darwin-arm64-cgo), const BPF_RELEASE ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_RET = 6 +pkg syscall (darwin-arm64-cgo), const BPF_RET ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_RSH = 112 +pkg syscall (darwin-arm64-cgo), const BPF_RSH ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_ST = 2 +pkg syscall (darwin-arm64-cgo), const BPF_ST ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_STX = 3 +pkg syscall (darwin-arm64-cgo), const BPF_STX ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_SUB = 16 +pkg syscall (darwin-arm64-cgo), const BPF_SUB ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_TAX = 0 +pkg syscall (darwin-arm64-cgo), const BPF_TAX ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_TXA = 128 +pkg syscall (darwin-arm64-cgo), const BPF_TXA ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_W = 0 +pkg syscall (darwin-arm64-cgo), const BPF_W ideal-int +pkg syscall (darwin-arm64-cgo), const BPF_X = 8 +pkg syscall (darwin-arm64-cgo), const BPF_X ideal-int +pkg syscall (darwin-arm64-cgo), const BRKINT = 2 +pkg syscall (darwin-arm64-cgo), const BRKINT ideal-int +pkg syscall (darwin-arm64-cgo), const CFLUSH = 15 +pkg syscall (darwin-arm64-cgo), const CFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const CLOCAL = 32768 +pkg syscall (darwin-arm64-cgo), const CLOCAL ideal-int +pkg syscall (darwin-arm64-cgo), const CREAD = 2048 +pkg syscall (darwin-arm64-cgo), const CREAD ideal-int +pkg syscall (darwin-arm64-cgo), const CS5 = 0 +pkg syscall (darwin-arm64-cgo), const CS5 ideal-int +pkg syscall (darwin-arm64-cgo), const CS6 = 256 +pkg syscall (darwin-arm64-cgo), const CS6 ideal-int +pkg syscall (darwin-arm64-cgo), const CS7 = 512 +pkg syscall (darwin-arm64-cgo), const CS7 ideal-int +pkg syscall (darwin-arm64-cgo), const CS8 = 768 +pkg syscall (darwin-arm64-cgo), const CS8 ideal-int +pkg syscall (darwin-arm64-cgo), const CSIZE = 768 +pkg syscall (darwin-arm64-cgo), const CSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const CSTART = 17 +pkg syscall (darwin-arm64-cgo), const CSTART ideal-int +pkg syscall (darwin-arm64-cgo), const CSTATUS = 20 +pkg syscall (darwin-arm64-cgo), const CSTATUS ideal-int +pkg syscall (darwin-arm64-cgo), const CSTOP = 19 +pkg syscall (darwin-arm64-cgo), const CSTOP ideal-int +pkg syscall (darwin-arm64-cgo), const CSTOPB = 1024 +pkg syscall (darwin-arm64-cgo), const CSTOPB ideal-int +pkg syscall (darwin-arm64-cgo), const CSUSP = 26 +pkg syscall (darwin-arm64-cgo), const CSUSP ideal-int +pkg syscall (darwin-arm64-cgo), const CTL_MAXNAME = 12 +pkg syscall (darwin-arm64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (darwin-arm64-cgo), const CTL_NET = 4 +pkg syscall (darwin-arm64-cgo), const CTL_NET ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 +pkg syscall (darwin-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_ARCNET = 7 +pkg syscall (darwin-arm64-cgo), const DLT_ARCNET ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_ATM_CLIP = 19 +pkg syscall (darwin-arm64-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_ATM_RFC1483 = 11 +pkg syscall (darwin-arm64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_AX25 = 3 +pkg syscall (darwin-arm64-cgo), const DLT_AX25 ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_CHAOS = 5 +pkg syscall (darwin-arm64-cgo), const DLT_CHAOS ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_CHDLC = 104 +pkg syscall (darwin-arm64-cgo), const DLT_CHDLC ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_C_HDLC = 104 +pkg syscall (darwin-arm64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_EN10MB = 1 +pkg syscall (darwin-arm64-cgo), const DLT_EN10MB ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_EN3MB = 2 +pkg syscall (darwin-arm64-cgo), const DLT_EN3MB ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_FDDI = 10 +pkg syscall (darwin-arm64-cgo), const DLT_FDDI ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802 = 6 +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802_11 = 105 +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802_11_RADIO = 127 +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 +pkg syscall (darwin-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_LINUX_SLL = 113 +pkg syscall (darwin-arm64-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_LOOP = 108 +pkg syscall (darwin-arm64-cgo), const DLT_LOOP ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_NULL = 0 +pkg syscall (darwin-arm64-cgo), const DLT_NULL ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_PFLOG = 117 +pkg syscall (darwin-arm64-cgo), const DLT_PFLOG ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_PFSYNC = 18 +pkg syscall (darwin-arm64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_PPP = 9 +pkg syscall (darwin-arm64-cgo), const DLT_PPP ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_PPP_BSDOS = 16 +pkg syscall (darwin-arm64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_PPP_SERIAL = 50 +pkg syscall (darwin-arm64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_PRONET = 4 +pkg syscall (darwin-arm64-cgo), const DLT_PRONET ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_RAW = 12 +pkg syscall (darwin-arm64-cgo), const DLT_RAW ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_SLIP = 8 +pkg syscall (darwin-arm64-cgo), const DLT_SLIP ideal-int +pkg syscall (darwin-arm64-cgo), const DLT_SLIP_BSDOS = 15 +pkg syscall (darwin-arm64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (darwin-arm64-cgo), const DT_BLK = 6 +pkg syscall (darwin-arm64-cgo), const DT_BLK ideal-int +pkg syscall (darwin-arm64-cgo), const DT_CHR = 2 +pkg syscall (darwin-arm64-cgo), const DT_CHR ideal-int +pkg syscall (darwin-arm64-cgo), const DT_DIR = 4 +pkg syscall (darwin-arm64-cgo), const DT_DIR ideal-int +pkg syscall (darwin-arm64-cgo), const DT_FIFO = 1 +pkg syscall (darwin-arm64-cgo), const DT_FIFO ideal-int +pkg syscall (darwin-arm64-cgo), const DT_LNK = 10 +pkg syscall (darwin-arm64-cgo), const DT_LNK ideal-int +pkg syscall (darwin-arm64-cgo), const DT_REG = 8 +pkg syscall (darwin-arm64-cgo), const DT_REG ideal-int +pkg syscall (darwin-arm64-cgo), const DT_SOCK = 12 +pkg syscall (darwin-arm64-cgo), const DT_SOCK ideal-int +pkg syscall (darwin-arm64-cgo), const DT_UNKNOWN = 0 +pkg syscall (darwin-arm64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (darwin-arm64-cgo), const DT_WHT = 14 +pkg syscall (darwin-arm64-cgo), const DT_WHT ideal-int +pkg syscall (darwin-arm64-cgo), const E2BIG = 7 +pkg syscall (darwin-arm64-cgo), const EACCES = 13 +pkg syscall (darwin-arm64-cgo), const EADDRINUSE = 48 +pkg syscall (darwin-arm64-cgo), const EADDRNOTAVAIL = 49 +pkg syscall (darwin-arm64-cgo), const EAFNOSUPPORT = 47 +pkg syscall (darwin-arm64-cgo), const EAGAIN = 35 +pkg syscall (darwin-arm64-cgo), const EALREADY = 37 +pkg syscall (darwin-arm64-cgo), const EAUTH = 80 +pkg syscall (darwin-arm64-cgo), const EAUTH Errno +pkg syscall (darwin-arm64-cgo), const EBADARCH = 86 +pkg syscall (darwin-arm64-cgo), const EBADARCH Errno +pkg syscall (darwin-arm64-cgo), const EBADEXEC = 85 +pkg syscall (darwin-arm64-cgo), const EBADEXEC Errno +pkg syscall (darwin-arm64-cgo), const EBADF = 9 +pkg syscall (darwin-arm64-cgo), const EBADMACHO = 88 +pkg syscall (darwin-arm64-cgo), const EBADMACHO Errno +pkg syscall (darwin-arm64-cgo), const EBADMSG = 94 +pkg syscall (darwin-arm64-cgo), const EBADMSG Errno +pkg syscall (darwin-arm64-cgo), const EBADRPC = 72 +pkg syscall (darwin-arm64-cgo), const EBADRPC Errno +pkg syscall (darwin-arm64-cgo), const EBUSY = 16 +pkg syscall (darwin-arm64-cgo), const ECANCELED = 89 +pkg syscall (darwin-arm64-cgo), const ECHILD = 10 +pkg syscall (darwin-arm64-cgo), const ECHO = 8 +pkg syscall (darwin-arm64-cgo), const ECHO ideal-int +pkg syscall (darwin-arm64-cgo), const ECHOCTL = 64 +pkg syscall (darwin-arm64-cgo), const ECHOCTL ideal-int +pkg syscall (darwin-arm64-cgo), const ECHOE = 2 +pkg syscall (darwin-arm64-cgo), const ECHOE ideal-int +pkg syscall (darwin-arm64-cgo), const ECHOK = 4 +pkg syscall (darwin-arm64-cgo), const ECHOK ideal-int +pkg syscall (darwin-arm64-cgo), const ECHOKE = 1 +pkg syscall (darwin-arm64-cgo), const ECHOKE ideal-int +pkg syscall (darwin-arm64-cgo), const ECHONL = 16 +pkg syscall (darwin-arm64-cgo), const ECHONL ideal-int +pkg syscall (darwin-arm64-cgo), const ECHOPRT = 32 +pkg syscall (darwin-arm64-cgo), const ECHOPRT ideal-int +pkg syscall (darwin-arm64-cgo), const ECONNABORTED = 53 +pkg syscall (darwin-arm64-cgo), const ECONNREFUSED = 61 +pkg syscall (darwin-arm64-cgo), const ECONNRESET = 54 +pkg syscall (darwin-arm64-cgo), const EDEADLK = 11 +pkg syscall (darwin-arm64-cgo), const EDESTADDRREQ = 39 +pkg syscall (darwin-arm64-cgo), const EDEVERR = 83 +pkg syscall (darwin-arm64-cgo), const EDEVERR Errno +pkg syscall (darwin-arm64-cgo), const EDOM = 33 +pkg syscall (darwin-arm64-cgo), const EDQUOT = 69 +pkg syscall (darwin-arm64-cgo), const EEXIST = 17 +pkg syscall (darwin-arm64-cgo), const EFAULT = 14 +pkg syscall (darwin-arm64-cgo), const EFBIG = 27 +pkg syscall (darwin-arm64-cgo), const EFTYPE = 79 +pkg syscall (darwin-arm64-cgo), const EFTYPE Errno +pkg syscall (darwin-arm64-cgo), const EHOSTDOWN = 64 +pkg syscall (darwin-arm64-cgo), const EHOSTUNREACH = 65 +pkg syscall (darwin-arm64-cgo), const EIDRM = 90 +pkg syscall (darwin-arm64-cgo), const EILSEQ = 92 +pkg syscall (darwin-arm64-cgo), const EINPROGRESS = 36 +pkg syscall (darwin-arm64-cgo), const EINTR = 4 +pkg syscall (darwin-arm64-cgo), const EINVAL = 22 +pkg syscall (darwin-arm64-cgo), const EIO = 5 +pkg syscall (darwin-arm64-cgo), const EISCONN = 56 +pkg syscall (darwin-arm64-cgo), const EISDIR = 21 +pkg syscall (darwin-arm64-cgo), const ELAST = 106 +pkg syscall (darwin-arm64-cgo), const ELAST Errno +pkg syscall (darwin-arm64-cgo), const ELOOP = 62 +pkg syscall (darwin-arm64-cgo), const EMFILE = 24 +pkg syscall (darwin-arm64-cgo), const EMLINK = 31 +pkg syscall (darwin-arm64-cgo), const EMSGSIZE = 40 +pkg syscall (darwin-arm64-cgo), const EMULTIHOP = 95 +pkg syscall (darwin-arm64-cgo), const EMULTIHOP Errno +pkg syscall (darwin-arm64-cgo), const ENAMETOOLONG = 63 +pkg syscall (darwin-arm64-cgo), const ENEEDAUTH = 81 +pkg syscall (darwin-arm64-cgo), const ENEEDAUTH Errno +pkg syscall (darwin-arm64-cgo), const ENETDOWN = 50 +pkg syscall (darwin-arm64-cgo), const ENETRESET = 52 +pkg syscall (darwin-arm64-cgo), const ENETUNREACH = 51 +pkg syscall (darwin-arm64-cgo), const ENFILE = 23 +pkg syscall (darwin-arm64-cgo), const ENOATTR = 93 +pkg syscall (darwin-arm64-cgo), const ENOATTR Errno +pkg syscall (darwin-arm64-cgo), const ENOBUFS = 55 +pkg syscall (darwin-arm64-cgo), const ENODATA = 96 +pkg syscall (darwin-arm64-cgo), const ENODATA Errno +pkg syscall (darwin-arm64-cgo), const ENODEV = 19 +pkg syscall (darwin-arm64-cgo), const ENOEXEC = 8 +pkg syscall (darwin-arm64-cgo), const ENOLCK = 77 +pkg syscall (darwin-arm64-cgo), const ENOLINK = 97 +pkg syscall (darwin-arm64-cgo), const ENOLINK Errno +pkg syscall (darwin-arm64-cgo), const ENOMEM = 12 +pkg syscall (darwin-arm64-cgo), const ENOMSG = 91 +pkg syscall (darwin-arm64-cgo), const ENOPOLICY = 103 +pkg syscall (darwin-arm64-cgo), const ENOPOLICY Errno +pkg syscall (darwin-arm64-cgo), const ENOPROTOOPT = 42 +pkg syscall (darwin-arm64-cgo), const ENOSPC = 28 +pkg syscall (darwin-arm64-cgo), const ENOSR = 98 +pkg syscall (darwin-arm64-cgo), const ENOSR Errno +pkg syscall (darwin-arm64-cgo), const ENOSTR = 99 +pkg syscall (darwin-arm64-cgo), const ENOSTR Errno +pkg syscall (darwin-arm64-cgo), const ENOSYS = 78 +pkg syscall (darwin-arm64-cgo), const ENOTBLK = 15 +pkg syscall (darwin-arm64-cgo), const ENOTCONN = 57 +pkg syscall (darwin-arm64-cgo), const ENOTDIR = 20 +pkg syscall (darwin-arm64-cgo), const ENOTEMPTY = 66 +pkg syscall (darwin-arm64-cgo), const ENOTRECOVERABLE = 104 +pkg syscall (darwin-arm64-cgo), const ENOTRECOVERABLE Errno +pkg syscall (darwin-arm64-cgo), const ENOTSOCK = 38 +pkg syscall (darwin-arm64-cgo), const ENOTSUP = 45 +pkg syscall (darwin-arm64-cgo), const ENOTTY = 25 +pkg syscall (darwin-arm64-cgo), const ENXIO = 6 +pkg syscall (darwin-arm64-cgo), const EOPNOTSUPP = 102 +pkg syscall (darwin-arm64-cgo), const EOVERFLOW = 84 +pkg syscall (darwin-arm64-cgo), const EOWNERDEAD = 105 +pkg syscall (darwin-arm64-cgo), const EOWNERDEAD Errno +pkg syscall (darwin-arm64-cgo), const EPERM = 1 +pkg syscall (darwin-arm64-cgo), const EPFNOSUPPORT = 46 +pkg syscall (darwin-arm64-cgo), const EPIPE = 32 +pkg syscall (darwin-arm64-cgo), const EPROCLIM = 67 +pkg syscall (darwin-arm64-cgo), const EPROCLIM Errno +pkg syscall (darwin-arm64-cgo), const EPROCUNAVAIL = 76 +pkg syscall (darwin-arm64-cgo), const EPROCUNAVAIL Errno +pkg syscall (darwin-arm64-cgo), const EPROGMISMATCH = 75 +pkg syscall (darwin-arm64-cgo), const EPROGMISMATCH Errno +pkg syscall (darwin-arm64-cgo), const EPROGUNAVAIL = 74 +pkg syscall (darwin-arm64-cgo), const EPROGUNAVAIL Errno +pkg syscall (darwin-arm64-cgo), const EPROTO = 100 +pkg syscall (darwin-arm64-cgo), const EPROTO Errno +pkg syscall (darwin-arm64-cgo), const EPROTONOSUPPORT = 43 +pkg syscall (darwin-arm64-cgo), const EPROTOTYPE = 41 +pkg syscall (darwin-arm64-cgo), const EPWROFF = 82 +pkg syscall (darwin-arm64-cgo), const EPWROFF Errno +pkg syscall (darwin-arm64-cgo), const EQFULL = 106 +pkg syscall (darwin-arm64-cgo), const EQFULL Errno +pkg syscall (darwin-arm64-cgo), const ERANGE = 34 +pkg syscall (darwin-arm64-cgo), const EREMOTE = 71 +pkg syscall (darwin-arm64-cgo), const EROFS = 30 +pkg syscall (darwin-arm64-cgo), const ERPCMISMATCH = 73 +pkg syscall (darwin-arm64-cgo), const ERPCMISMATCH Errno +pkg syscall (darwin-arm64-cgo), const ESHLIBVERS = 87 +pkg syscall (darwin-arm64-cgo), const ESHLIBVERS Errno +pkg syscall (darwin-arm64-cgo), const ESHUTDOWN = 58 +pkg syscall (darwin-arm64-cgo), const ESOCKTNOSUPPORT = 44 +pkg syscall (darwin-arm64-cgo), const ESPIPE = 29 +pkg syscall (darwin-arm64-cgo), const ESRCH = 3 +pkg syscall (darwin-arm64-cgo), const ESTALE = 70 +pkg syscall (darwin-arm64-cgo), const ETIME = 101 +pkg syscall (darwin-arm64-cgo), const ETIME Errno +pkg syscall (darwin-arm64-cgo), const ETIMEDOUT = 60 +pkg syscall (darwin-arm64-cgo), const ETOOMANYREFS = 59 +pkg syscall (darwin-arm64-cgo), const ETXTBSY = 26 +pkg syscall (darwin-arm64-cgo), const EUSERS = 68 +pkg syscall (darwin-arm64-cgo), const EVFILT_AIO = -3 +pkg syscall (darwin-arm64-cgo), const EVFILT_AIO ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_FS = -9 +pkg syscall (darwin-arm64-cgo), const EVFILT_FS ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_MACHPORT = -8 +pkg syscall (darwin-arm64-cgo), const EVFILT_MACHPORT ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_PROC = -5 +pkg syscall (darwin-arm64-cgo), const EVFILT_PROC ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_READ = -1 +pkg syscall (darwin-arm64-cgo), const EVFILT_READ ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_SIGNAL = -6 +pkg syscall (darwin-arm64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_SYSCOUNT = 14 +pkg syscall (darwin-arm64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_THREADMARKER = 14 +pkg syscall (darwin-arm64-cgo), const EVFILT_THREADMARKER ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_TIMER = -7 +pkg syscall (darwin-arm64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_USER = -10 +pkg syscall (darwin-arm64-cgo), const EVFILT_USER ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_VM = -12 +pkg syscall (darwin-arm64-cgo), const EVFILT_VM ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_VNODE = -4 +pkg syscall (darwin-arm64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (darwin-arm64-cgo), const EVFILT_WRITE = -2 +pkg syscall (darwin-arm64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (darwin-arm64-cgo), const EV_ADD = 1 +pkg syscall (darwin-arm64-cgo), const EV_ADD ideal-int +pkg syscall (darwin-arm64-cgo), const EV_CLEAR = 32 +pkg syscall (darwin-arm64-cgo), const EV_CLEAR ideal-int +pkg syscall (darwin-arm64-cgo), const EV_DELETE = 2 +pkg syscall (darwin-arm64-cgo), const EV_DELETE ideal-int +pkg syscall (darwin-arm64-cgo), const EV_DISABLE = 8 +pkg syscall (darwin-arm64-cgo), const EV_DISABLE ideal-int +pkg syscall (darwin-arm64-cgo), const EV_DISPATCH = 128 +pkg syscall (darwin-arm64-cgo), const EV_DISPATCH ideal-int +pkg syscall (darwin-arm64-cgo), const EV_ENABLE = 4 +pkg syscall (darwin-arm64-cgo), const EV_ENABLE ideal-int +pkg syscall (darwin-arm64-cgo), const EV_EOF = 32768 +pkg syscall (darwin-arm64-cgo), const EV_EOF ideal-int +pkg syscall (darwin-arm64-cgo), const EV_ERROR = 16384 +pkg syscall (darwin-arm64-cgo), const EV_ERROR ideal-int +pkg syscall (darwin-arm64-cgo), const EV_FLAG0 = 4096 +pkg syscall (darwin-arm64-cgo), const EV_FLAG0 ideal-int +pkg syscall (darwin-arm64-cgo), const EV_FLAG1 = 8192 +pkg syscall (darwin-arm64-cgo), const EV_FLAG1 ideal-int +pkg syscall (darwin-arm64-cgo), const EV_ONESHOT = 16 +pkg syscall (darwin-arm64-cgo), const EV_ONESHOT ideal-int +pkg syscall (darwin-arm64-cgo), const EV_OOBAND = 8192 +pkg syscall (darwin-arm64-cgo), const EV_OOBAND ideal-int +pkg syscall (darwin-arm64-cgo), const EV_POLL = 4096 +pkg syscall (darwin-arm64-cgo), const EV_POLL ideal-int +pkg syscall (darwin-arm64-cgo), const EV_RECEIPT = 64 +pkg syscall (darwin-arm64-cgo), const EV_RECEIPT ideal-int +pkg syscall (darwin-arm64-cgo), const EV_SYSFLAGS = 61440 +pkg syscall (darwin-arm64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const EWOULDBLOCK = 35 +pkg syscall (darwin-arm64-cgo), const EXDEV = 18 +pkg syscall (darwin-arm64-cgo), const EXTA = 19200 +pkg syscall (darwin-arm64-cgo), const EXTA ideal-int +pkg syscall (darwin-arm64-cgo), const EXTB = 38400 +pkg syscall (darwin-arm64-cgo), const EXTB ideal-int +pkg syscall (darwin-arm64-cgo), const EXTPROC = 2048 +pkg syscall (darwin-arm64-cgo), const EXTPROC ideal-int +pkg syscall (darwin-arm64-cgo), const FD_CLOEXEC = 1 +pkg syscall (darwin-arm64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (darwin-arm64-cgo), const FD_SETSIZE = 1024 +pkg syscall (darwin-arm64-cgo), const FD_SETSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const FLUSHO = 8388608 +pkg syscall (darwin-arm64-cgo), const FLUSHO ideal-int +pkg syscall (darwin-arm64-cgo), const F_ADDFILESIGS = 61 +pkg syscall (darwin-arm64-cgo), const F_ADDFILESIGS ideal-int +pkg syscall (darwin-arm64-cgo), const F_ADDSIGS = 59 +pkg syscall (darwin-arm64-cgo), const F_ADDSIGS ideal-int +pkg syscall (darwin-arm64-cgo), const F_ALLOCATEALL = 4 +pkg syscall (darwin-arm64-cgo), const F_ALLOCATEALL ideal-int +pkg syscall (darwin-arm64-cgo), const F_ALLOCATECONTIG = 2 +pkg syscall (darwin-arm64-cgo), const F_ALLOCATECONTIG ideal-int +pkg syscall (darwin-arm64-cgo), const F_CHKCLEAN = 41 +pkg syscall (darwin-arm64-cgo), const F_CHKCLEAN ideal-int +pkg syscall (darwin-arm64-cgo), const F_DUPFD = 0 +pkg syscall (darwin-arm64-cgo), const F_DUPFD ideal-int +pkg syscall (darwin-arm64-cgo), const F_DUPFD_CLOEXEC = 67 +pkg syscall (darwin-arm64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (darwin-arm64-cgo), const F_FINDSIGS = 78 +pkg syscall (darwin-arm64-cgo), const F_FINDSIGS ideal-int +pkg syscall (darwin-arm64-cgo), const F_FLUSH_DATA = 40 +pkg syscall (darwin-arm64-cgo), const F_FLUSH_DATA ideal-int +pkg syscall (darwin-arm64-cgo), const F_FREEZE_FS = 53 +pkg syscall (darwin-arm64-cgo), const F_FREEZE_FS ideal-int +pkg syscall (darwin-arm64-cgo), const F_FULLFSYNC = 51 +pkg syscall (darwin-arm64-cgo), const F_FULLFSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETCODEDIR = 72 +pkg syscall (darwin-arm64-cgo), const F_GETCODEDIR ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETFD = 1 +pkg syscall (darwin-arm64-cgo), const F_GETFD ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETFL = 3 +pkg syscall (darwin-arm64-cgo), const F_GETFL ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETLK = 7 +pkg syscall (darwin-arm64-cgo), const F_GETLK ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETLKPID = 66 +pkg syscall (darwin-arm64-cgo), const F_GETLKPID ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETNOSIGPIPE = 74 +pkg syscall (darwin-arm64-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETOWN = 5 +pkg syscall (darwin-arm64-cgo), const F_GETOWN ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETPATH = 50 +pkg syscall (darwin-arm64-cgo), const F_GETPATH ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETPATH_MTMINFO = 71 +pkg syscall (darwin-arm64-cgo), const F_GETPATH_MTMINFO ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETPROTECTIONCLASS = 63 +pkg syscall (darwin-arm64-cgo), const F_GETPROTECTIONCLASS ideal-int +pkg syscall (darwin-arm64-cgo), const F_GETPROTECTIONLEVEL = 77 +pkg syscall (darwin-arm64-cgo), const F_GETPROTECTIONLEVEL ideal-int +pkg syscall (darwin-arm64-cgo), const F_GLOBAL_NOCACHE = 55 +pkg syscall (darwin-arm64-cgo), const F_GLOBAL_NOCACHE ideal-int +pkg syscall (darwin-arm64-cgo), const F_LOG2PHYS = 49 +pkg syscall (darwin-arm64-cgo), const F_LOG2PHYS ideal-int +pkg syscall (darwin-arm64-cgo), const F_LOG2PHYS_EXT = 65 +pkg syscall (darwin-arm64-cgo), const F_LOG2PHYS_EXT ideal-int +pkg syscall (darwin-arm64-cgo), const F_NOCACHE = 48 +pkg syscall (darwin-arm64-cgo), const F_NOCACHE ideal-int +pkg syscall (darwin-arm64-cgo), const F_NODIRECT = 62 +pkg syscall (darwin-arm64-cgo), const F_NODIRECT ideal-int +pkg syscall (darwin-arm64-cgo), const F_OK = 0 +pkg syscall (darwin-arm64-cgo), const F_OK ideal-int +pkg syscall (darwin-arm64-cgo), const F_PATHPKG_CHECK = 52 +pkg syscall (darwin-arm64-cgo), const F_PATHPKG_CHECK ideal-int +pkg syscall (darwin-arm64-cgo), const F_PEOFPOSMODE = 3 +pkg syscall (darwin-arm64-cgo), const F_PEOFPOSMODE ideal-int +pkg syscall (darwin-arm64-cgo), const F_PREALLOCATE = 42 +pkg syscall (darwin-arm64-cgo), const F_PREALLOCATE ideal-int +pkg syscall (darwin-arm64-cgo), const F_RDADVISE = 44 +pkg syscall (darwin-arm64-cgo), const F_RDADVISE ideal-int +pkg syscall (darwin-arm64-cgo), const F_RDAHEAD = 45 +pkg syscall (darwin-arm64-cgo), const F_RDAHEAD ideal-int +pkg syscall (darwin-arm64-cgo), const F_RDLCK = 1 +pkg syscall (darwin-arm64-cgo), const F_RDLCK ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETBACKINGSTORE = 70 +pkg syscall (darwin-arm64-cgo), const F_SETBACKINGSTORE ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETFD = 2 +pkg syscall (darwin-arm64-cgo), const F_SETFD ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETFL = 4 +pkg syscall (darwin-arm64-cgo), const F_SETFL ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETLK = 8 +pkg syscall (darwin-arm64-cgo), const F_SETLK ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETLKW = 9 +pkg syscall (darwin-arm64-cgo), const F_SETLKW ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETLKWTIMEOUT = 10 +pkg syscall (darwin-arm64-cgo), const F_SETLKWTIMEOUT ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETNOSIGPIPE = 73 +pkg syscall (darwin-arm64-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETOWN = 6 +pkg syscall (darwin-arm64-cgo), const F_SETOWN ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETPROTECTIONCLASS = 64 +pkg syscall (darwin-arm64-cgo), const F_SETPROTECTIONCLASS ideal-int +pkg syscall (darwin-arm64-cgo), const F_SETSIZE = 43 +pkg syscall (darwin-arm64-cgo), const F_SETSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const F_SINGLE_WRITER = 76 +pkg syscall (darwin-arm64-cgo), const F_SINGLE_WRITER ideal-int +pkg syscall (darwin-arm64-cgo), const F_THAW_FS = 54 +pkg syscall (darwin-arm64-cgo), const F_THAW_FS ideal-int +pkg syscall (darwin-arm64-cgo), const F_TRANSCODEKEY = 75 +pkg syscall (darwin-arm64-cgo), const F_TRANSCODEKEY ideal-int +pkg syscall (darwin-arm64-cgo), const F_UNLCK = 2 +pkg syscall (darwin-arm64-cgo), const F_UNLCK ideal-int +pkg syscall (darwin-arm64-cgo), const F_VOLPOSMODE = 4 +pkg syscall (darwin-arm64-cgo), const F_VOLPOSMODE ideal-int +pkg syscall (darwin-arm64-cgo), const F_WRLCK = 3 +pkg syscall (darwin-arm64-cgo), const F_WRLCK ideal-int +pkg syscall (darwin-arm64-cgo), const HUPCL = 16384 +pkg syscall (darwin-arm64-cgo), const HUPCL ideal-int +pkg syscall (darwin-arm64-cgo), const ICANON = 256 +pkg syscall (darwin-arm64-cgo), const ICANON ideal-int +pkg syscall (darwin-arm64-cgo), const ICMP6_FILTER = 18 +pkg syscall (darwin-arm64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (darwin-arm64-cgo), const ICRNL = 256 +pkg syscall (darwin-arm64-cgo), const ICRNL ideal-int +pkg syscall (darwin-arm64-cgo), const IEXTEN = 1024 +pkg syscall (darwin-arm64-cgo), const IEXTEN ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_ALLMULTI = 512 +pkg syscall (darwin-arm64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_ALTPHYS = 16384 +pkg syscall (darwin-arm64-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_DEBUG = 4 +pkg syscall (darwin-arm64-cgo), const IFF_DEBUG ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_LINK0 = 4096 +pkg syscall (darwin-arm64-cgo), const IFF_LINK0 ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_LINK1 = 8192 +pkg syscall (darwin-arm64-cgo), const IFF_LINK1 ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_LINK2 = 16384 +pkg syscall (darwin-arm64-cgo), const IFF_LINK2 ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_LOOPBACK = 8 +pkg syscall (darwin-arm64-cgo), const IFF_MULTICAST = 32768 +pkg syscall (darwin-arm64-cgo), const IFF_NOARP = 128 +pkg syscall (darwin-arm64-cgo), const IFF_NOARP ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_NOTRAILERS = 32 +pkg syscall (darwin-arm64-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_OACTIVE = 1024 +pkg syscall (darwin-arm64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_POINTOPOINT = 16 +pkg syscall (darwin-arm64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_PROMISC = 256 +pkg syscall (darwin-arm64-cgo), const IFF_PROMISC ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_RUNNING = 64 +pkg syscall (darwin-arm64-cgo), const IFF_RUNNING ideal-int +pkg syscall (darwin-arm64-cgo), const IFF_SIMPLEX = 2048 +pkg syscall (darwin-arm64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (darwin-arm64-cgo), const IFNAMSIZ = 16 +pkg syscall (darwin-arm64-cgo), const IFNAMSIZ ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_1822 = 2 +pkg syscall (darwin-arm64-cgo), const IFT_1822 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_AAL5 = 49 +pkg syscall (darwin-arm64-cgo), const IFT_AAL5 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ARCNET = 35 +pkg syscall (darwin-arm64-cgo), const IFT_ARCNET ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ARCNETPLUS = 36 +pkg syscall (darwin-arm64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ATM = 37 +pkg syscall (darwin-arm64-cgo), const IFT_ATM ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_BRIDGE = 209 +pkg syscall (darwin-arm64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_CARP = 248 +pkg syscall (darwin-arm64-cgo), const IFT_CARP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_CELLULAR = 255 +pkg syscall (darwin-arm64-cgo), const IFT_CELLULAR ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_CEPT = 19 +pkg syscall (darwin-arm64-cgo), const IFT_CEPT ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_DS3 = 30 +pkg syscall (darwin-arm64-cgo), const IFT_DS3 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ENC = 244 +pkg syscall (darwin-arm64-cgo), const IFT_ENC ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_EON = 25 +pkg syscall (darwin-arm64-cgo), const IFT_EON ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ETHER = 6 +pkg syscall (darwin-arm64-cgo), const IFT_ETHER ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_FAITH = 56 +pkg syscall (darwin-arm64-cgo), const IFT_FAITH ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_FDDI = 15 +pkg syscall (darwin-arm64-cgo), const IFT_FDDI ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_FRELAY = 32 +pkg syscall (darwin-arm64-cgo), const IFT_FRELAY ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_FRELAYDCE = 44 +pkg syscall (darwin-arm64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_GIF = 55 +pkg syscall (darwin-arm64-cgo), const IFT_GIF ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_HDH1822 = 3 +pkg syscall (darwin-arm64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_HIPPI = 47 +pkg syscall (darwin-arm64-cgo), const IFT_HIPPI ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_HSSI = 46 +pkg syscall (darwin-arm64-cgo), const IFT_HSSI ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_HY = 14 +pkg syscall (darwin-arm64-cgo), const IFT_HY ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_IEEE1394 = 144 +pkg syscall (darwin-arm64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_IEEE8023ADLAG = 136 +pkg syscall (darwin-arm64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISDNBASIC = 20 +pkg syscall (darwin-arm64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISDNPRIMARY = 21 +pkg syscall (darwin-arm64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISO88022LLC = 41 +pkg syscall (darwin-arm64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISO88023 = 7 +pkg syscall (darwin-arm64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISO88024 = 8 +pkg syscall (darwin-arm64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISO88025 = 9 +pkg syscall (darwin-arm64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ISO88026 = 10 +pkg syscall (darwin-arm64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_L2VLAN = 135 +pkg syscall (darwin-arm64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_LAPB = 16 +pkg syscall (darwin-arm64-cgo), const IFT_LAPB ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_LOCALTALK = 42 +pkg syscall (darwin-arm64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_LOOP = 24 +pkg syscall (darwin-arm64-cgo), const IFT_LOOP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_MIOX25 = 38 +pkg syscall (darwin-arm64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_MODEM = 48 +pkg syscall (darwin-arm64-cgo), const IFT_MODEM ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_NSIP = 27 +pkg syscall (darwin-arm64-cgo), const IFT_NSIP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_OTHER = 1 +pkg syscall (darwin-arm64-cgo), const IFT_OTHER ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_P10 = 12 +pkg syscall (darwin-arm64-cgo), const IFT_P10 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_P80 = 13 +pkg syscall (darwin-arm64-cgo), const IFT_P80 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PARA = 34 +pkg syscall (darwin-arm64-cgo), const IFT_PARA ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PDP = 255 +pkg syscall (darwin-arm64-cgo), const IFT_PDP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PFLOG = 245 +pkg syscall (darwin-arm64-cgo), const IFT_PFLOG ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PFSYNC = 246 +pkg syscall (darwin-arm64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PPP = 23 +pkg syscall (darwin-arm64-cgo), const IFT_PPP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PROPMUX = 54 +pkg syscall (darwin-arm64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PROPVIRTUAL = 53 +pkg syscall (darwin-arm64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_PTPSERIAL = 22 +pkg syscall (darwin-arm64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_RS232 = 33 +pkg syscall (darwin-arm64-cgo), const IFT_RS232 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SDLC = 17 +pkg syscall (darwin-arm64-cgo), const IFT_SDLC ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SIP = 31 +pkg syscall (darwin-arm64-cgo), const IFT_SIP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SLIP = 28 +pkg syscall (darwin-arm64-cgo), const IFT_SLIP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SMDSDXI = 43 +pkg syscall (darwin-arm64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SMDSICIP = 52 +pkg syscall (darwin-arm64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SONET = 39 +pkg syscall (darwin-arm64-cgo), const IFT_SONET ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SONETPATH = 50 +pkg syscall (darwin-arm64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_SONETVT = 51 +pkg syscall (darwin-arm64-cgo), const IFT_SONETVT ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_STARLAN = 11 +pkg syscall (darwin-arm64-cgo), const IFT_STARLAN ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_STF = 57 +pkg syscall (darwin-arm64-cgo), const IFT_STF ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_T1 = 18 +pkg syscall (darwin-arm64-cgo), const IFT_T1 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_ULTRA = 29 +pkg syscall (darwin-arm64-cgo), const IFT_ULTRA ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_V35 = 45 +pkg syscall (darwin-arm64-cgo), const IFT_V35 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_X25 = 5 +pkg syscall (darwin-arm64-cgo), const IFT_X25 ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_X25DDN = 4 +pkg syscall (darwin-arm64-cgo), const IFT_X25DDN ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_X25PLE = 40 +pkg syscall (darwin-arm64-cgo), const IFT_X25PLE ideal-int +pkg syscall (darwin-arm64-cgo), const IFT_XETHER = 26 +pkg syscall (darwin-arm64-cgo), const IFT_XETHER ideal-int +pkg syscall (darwin-arm64-cgo), const IGNBRK = 1 +pkg syscall (darwin-arm64-cgo), const IGNBRK ideal-int +pkg syscall (darwin-arm64-cgo), const IGNCR = 128 +pkg syscall (darwin-arm64-cgo), const IGNCR ideal-int +pkg syscall (darwin-arm64-cgo), const IGNPAR = 4 +pkg syscall (darwin-arm64-cgo), const IGNPAR ideal-int +pkg syscall (darwin-arm64-cgo), const IMAXBEL = 8192 +pkg syscall (darwin-arm64-cgo), const IMAXBEL ideal-int +pkg syscall (darwin-arm64-cgo), const INLCR = 64 +pkg syscall (darwin-arm64-cgo), const INLCR ideal-int +pkg syscall (darwin-arm64-cgo), const INPCK = 16 +pkg syscall (darwin-arm64-cgo), const INPCK ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_HOST = 16777215 +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_MAX = 128 +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_NET = 4278190080 +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_NSHIFT = 24 +pkg syscall (darwin-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_HOST = 65535 +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_MAX = 65536 +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_NET = 4294901760 +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_NSHIFT = 16 +pkg syscall (darwin-arm64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSC_HOST = 255 +pkg syscall (darwin-arm64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSC_NET = 4294967040 +pkg syscall (darwin-arm64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSC_NSHIFT = 8 +pkg syscall (darwin-arm64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSD_HOST = 268435455 +pkg syscall (darwin-arm64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSD_NET = 4026531840 +pkg syscall (darwin-arm64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (darwin-arm64-cgo), const IN_CLASSD_NSHIFT = 28 +pkg syscall (darwin-arm64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (darwin-arm64-cgo), const IN_LINKLOCALNETNUM = 2851995648 +pkg syscall (darwin-arm64-cgo), const IN_LINKLOCALNETNUM ideal-int +pkg syscall (darwin-arm64-cgo), const IN_LOOPBACKNET = 127 +pkg syscall (darwin-arm64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_3PC = 34 +pkg syscall (darwin-arm64-cgo), const IPPROTO_3PC ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ADFS = 68 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_AH = 51 +pkg syscall (darwin-arm64-cgo), const IPPROTO_AH ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_AHIP = 61 +pkg syscall (darwin-arm64-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_APES = 99 +pkg syscall (darwin-arm64-cgo), const IPPROTO_APES ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ARGUS = 13 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_AX25 = 93 +pkg syscall (darwin-arm64-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_BHA = 49 +pkg syscall (darwin-arm64-cgo), const IPPROTO_BHA ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_BLT = 30 +pkg syscall (darwin-arm64-cgo), const IPPROTO_BLT ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_BRSATMON = 76 +pkg syscall (darwin-arm64-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_CFTP = 62 +pkg syscall (darwin-arm64-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_CHAOS = 16 +pkg syscall (darwin-arm64-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_CMTP = 38 +pkg syscall (darwin-arm64-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_CPHB = 73 +pkg syscall (darwin-arm64-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_CPNX = 72 +pkg syscall (darwin-arm64-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_DDP = 37 +pkg syscall (darwin-arm64-cgo), const IPPROTO_DDP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_DGP = 86 +pkg syscall (darwin-arm64-cgo), const IPPROTO_DGP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_DIVERT = 254 +pkg syscall (darwin-arm64-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_DONE = 257 +pkg syscall (darwin-arm64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_DSTOPTS = 60 +pkg syscall (darwin-arm64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_EGP = 8 +pkg syscall (darwin-arm64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_EMCON = 14 +pkg syscall (darwin-arm64-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ENCAP = 98 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_EON = 80 +pkg syscall (darwin-arm64-cgo), const IPPROTO_EON ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ESP = 50 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ETHERIP = 97 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_FRAGMENT = 44 +pkg syscall (darwin-arm64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_GGP = 3 +pkg syscall (darwin-arm64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_GMTP = 100 +pkg syscall (darwin-arm64-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_GRE = 47 +pkg syscall (darwin-arm64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_HELLO = 63 +pkg syscall (darwin-arm64-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_HMP = 20 +pkg syscall (darwin-arm64-cgo), const IPPROTO_HMP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_HOPOPTS = 0 +pkg syscall (darwin-arm64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ICMP = 1 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ICMPV6 = 58 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IDP = 22 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IDPR = 35 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IDRP = 45 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IGMP = 2 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IGP = 85 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IGP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IGRP = 88 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IL = 40 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IL ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_INLSP = 52 +pkg syscall (darwin-arm64-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_INP = 32 +pkg syscall (darwin-arm64-cgo), const IPPROTO_INP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPCOMP = 108 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPCV = 71 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPEIP = 94 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPIP = 4 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPPC = 67 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPV4 = 4 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_IRTP = 28 +pkg syscall (darwin-arm64-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_KRYPTOLAN = 65 +pkg syscall (darwin-arm64-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_LARP = 91 +pkg syscall (darwin-arm64-cgo), const IPPROTO_LARP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_LEAF1 = 25 +pkg syscall (darwin-arm64-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_LEAF2 = 26 +pkg syscall (darwin-arm64-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MAX = 256 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MAXID = 52 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MEAS = 19 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MHRP = 48 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MICP = 95 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MICP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MTP = 92 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_MUX = 18 +pkg syscall (darwin-arm64-cgo), const IPPROTO_MUX ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ND = 77 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ND ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_NHRP = 54 +pkg syscall (darwin-arm64-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_NONE = 59 +pkg syscall (darwin-arm64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_NSP = 31 +pkg syscall (darwin-arm64-cgo), const IPPROTO_NSP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_NVPII = 11 +pkg syscall (darwin-arm64-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_OSPFIGP = 89 +pkg syscall (darwin-arm64-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_PGM = 113 +pkg syscall (darwin-arm64-cgo), const IPPROTO_PGM ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_PIGP = 9 +pkg syscall (darwin-arm64-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_PIM = 103 +pkg syscall (darwin-arm64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_PRM = 21 +pkg syscall (darwin-arm64-cgo), const IPPROTO_PRM ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_PUP = 12 +pkg syscall (darwin-arm64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_PVP = 75 +pkg syscall (darwin-arm64-cgo), const IPPROTO_PVP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_RAW = 255 +pkg syscall (darwin-arm64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_RCCMON = 10 +pkg syscall (darwin-arm64-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_RDP = 27 +pkg syscall (darwin-arm64-cgo), const IPPROTO_RDP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ROUTING = 43 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_RSVP = 46 +pkg syscall (darwin-arm64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_RVD = 66 +pkg syscall (darwin-arm64-cgo), const IPPROTO_RVD ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SATEXPAK = 64 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SATMON = 69 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SCCSP = 96 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SCTP = 132 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SDRP = 42 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SEP = 33 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SEP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SRPC = 90 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_ST = 7 +pkg syscall (darwin-arm64-cgo), const IPPROTO_ST ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SVMTP = 82 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_SWIPE = 53 +pkg syscall (darwin-arm64-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_TCF = 87 +pkg syscall (darwin-arm64-cgo), const IPPROTO_TCF ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_TP = 29 +pkg syscall (darwin-arm64-cgo), const IPPROTO_TP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_TPXX = 39 +pkg syscall (darwin-arm64-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_TRUNK1 = 23 +pkg syscall (darwin-arm64-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_TRUNK2 = 24 +pkg syscall (darwin-arm64-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_TTP = 84 +pkg syscall (darwin-arm64-cgo), const IPPROTO_TTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_VINES = 83 +pkg syscall (darwin-arm64-cgo), const IPPROTO_VINES ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_VISA = 70 +pkg syscall (darwin-arm64-cgo), const IPPROTO_VISA ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_VMTP = 81 +pkg syscall (darwin-arm64-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_WBEXPAK = 79 +pkg syscall (darwin-arm64-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_WBMON = 78 +pkg syscall (darwin-arm64-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_WSN = 74 +pkg syscall (darwin-arm64-cgo), const IPPROTO_WSN ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_XNET = 15 +pkg syscall (darwin-arm64-cgo), const IPPROTO_XNET ideal-int +pkg syscall (darwin-arm64-cgo), const IPPROTO_XTP = 36 +pkg syscall (darwin-arm64-cgo), const IPPROTO_XTP ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292DSTOPTS = 23 +pkg syscall (darwin-arm64-cgo), const IPV6_2292DSTOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292HOPLIMIT = 20 +pkg syscall (darwin-arm64-cgo), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292HOPOPTS = 22 +pkg syscall (darwin-arm64-cgo), const IPV6_2292HOPOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292NEXTHOP = 21 +pkg syscall (darwin-arm64-cgo), const IPV6_2292NEXTHOP ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292PKTINFO = 19 +pkg syscall (darwin-arm64-cgo), const IPV6_2292PKTINFO ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292PKTOPTIONS = 25 +pkg syscall (darwin-arm64-cgo), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_2292RTHDR = 24 +pkg syscall (darwin-arm64-cgo), const IPV6_2292RTHDR ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_BINDV6ONLY = 27 +pkg syscall (darwin-arm64-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_BOUND_IF = 125 +pkg syscall (darwin-arm64-cgo), const IPV6_BOUND_IF ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_CHECKSUM = 26 +pkg syscall (darwin-arm64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 +pkg syscall (darwin-arm64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-arm64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_DEFHLIM = 64 +pkg syscall (darwin-arm64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FAITH = 29 +pkg syscall (darwin-arm64-cgo), const IPV6_FAITH ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 +pkg syscall (darwin-arm64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 +pkg syscall (darwin-arm64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FRAGTTL = 120 +pkg syscall (darwin-arm64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FW_ADD = 30 +pkg syscall (darwin-arm64-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FW_DEL = 31 +pkg syscall (darwin-arm64-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FW_FLUSH = 32 +pkg syscall (darwin-arm64-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FW_GET = 34 +pkg syscall (darwin-arm64-cgo), const IPV6_FW_GET ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_FW_ZERO = 33 +pkg syscall (darwin-arm64-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_HLIMDEC = 1 +pkg syscall (darwin-arm64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_IPSEC_POLICY = 28 +pkg syscall (darwin-arm64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_JOIN_GROUP = 12 +pkg syscall (darwin-arm64-cgo), const IPV6_LEAVE_GROUP = 13 +pkg syscall (darwin-arm64-cgo), const IPV6_MAXHLIM = 255 +pkg syscall (darwin-arm64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MAXOPTHDR = 2048 +pkg syscall (darwin-arm64-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MAXPACKET = 65535 +pkg syscall (darwin-arm64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-arm64-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-arm64-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-arm64-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-arm64-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MMTU = 1280 +pkg syscall (darwin-arm64-cgo), const IPV6_MMTU ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_MULTICAST_HOPS = 10 +pkg syscall (darwin-arm64-cgo), const IPV6_MULTICAST_IF = 9 +pkg syscall (darwin-arm64-cgo), const IPV6_MULTICAST_LOOP = 11 +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE = 14 +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE_HIGH = 1 +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE_LOW = 2 +pkg syscall (darwin-arm64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_RECVTCLASS = 35 +pkg syscall (darwin-arm64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_RTHDR_LOOSE = 0 +pkg syscall (darwin-arm64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_RTHDR_STRICT = 1 +pkg syscall (darwin-arm64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_RTHDR_TYPE_0 = 0 +pkg syscall (darwin-arm64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 +pkg syscall (darwin-arm64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_TCLASS = 36 +pkg syscall (darwin-arm64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_UNICAST_HOPS = 4 +pkg syscall (darwin-arm64-cgo), const IPV6_V6ONLY = 27 +pkg syscall (darwin-arm64-cgo), const IPV6_VERSION = 96 +pkg syscall (darwin-arm64-cgo), const IPV6_VERSION ideal-int +pkg syscall (darwin-arm64-cgo), const IPV6_VERSION_MASK = 240 +pkg syscall (darwin-arm64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (darwin-arm64-cgo), const IP_ADD_MEMBERSHIP = 12 +pkg syscall (darwin-arm64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 +pkg syscall (darwin-arm64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-arm64-cgo), const IP_BLOCK_SOURCE = 72 +pkg syscall (darwin-arm64-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (darwin-arm64-cgo), const IP_BOUND_IF = 25 +pkg syscall (darwin-arm64-cgo), const IP_BOUND_IF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 +pkg syscall (darwin-arm64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 +pkg syscall (darwin-arm64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DF = 16384 +pkg syscall (darwin-arm64-cgo), const IP_DF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DROP_MEMBERSHIP = 13 +pkg syscall (darwin-arm64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 +pkg syscall (darwin-arm64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_CONFIGURE = 60 +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_DEL = 61 +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_FLUSH = 62 +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_GET = 64 +pkg syscall (darwin-arm64-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FAITH = 22 +pkg syscall (darwin-arm64-cgo), const IP_FAITH ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FW_ADD = 40 +pkg syscall (darwin-arm64-cgo), const IP_FW_ADD ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FW_DEL = 41 +pkg syscall (darwin-arm64-cgo), const IP_FW_DEL ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FW_FLUSH = 42 +pkg syscall (darwin-arm64-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FW_GET = 44 +pkg syscall (darwin-arm64-cgo), const IP_FW_GET ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FW_RESETLOG = 45 +pkg syscall (darwin-arm64-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (darwin-arm64-cgo), const IP_FW_ZERO = 43 +pkg syscall (darwin-arm64-cgo), const IP_FW_ZERO ideal-int +pkg syscall (darwin-arm64-cgo), const IP_HDRINCL = 2 +pkg syscall (darwin-arm64-cgo), const IP_HDRINCL ideal-int +pkg syscall (darwin-arm64-cgo), const IP_IPSEC_POLICY = 21 +pkg syscall (darwin-arm64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MAXPACKET = 65535 +pkg syscall (darwin-arm64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 +pkg syscall (darwin-arm64-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MAX_MEMBERSHIPS = 4095 +pkg syscall (darwin-arm64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 +pkg syscall (darwin-arm64-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 +pkg syscall (darwin-arm64-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MF = 8192 +pkg syscall (darwin-arm64-cgo), const IP_MF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MIN_MEMBERSHIPS = 31 +pkg syscall (darwin-arm64-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MSFILTER = 74 +pkg syscall (darwin-arm64-cgo), const IP_MSFILTER ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MSS = 576 +pkg syscall (darwin-arm64-cgo), const IP_MSS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_IF = 9 +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_IFINDEX = 66 +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_IFINDEX ideal-int +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_LOOP = 11 +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_TTL = 10 +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_VIF = 14 +pkg syscall (darwin-arm64-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_NAT__XXX = 55 +pkg syscall (darwin-arm64-cgo), const IP_NAT__XXX ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OFFMASK = 8191 +pkg syscall (darwin-arm64-cgo), const IP_OFFMASK ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_ADD = 50 +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_ADD ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_DEL = 51 +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_DEL ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_FLUSH = 52 +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_FLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_GET = 54 +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_GET ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_RESETLOG = 56 +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_RESETLOG ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_ZERO = 53 +pkg syscall (darwin-arm64-cgo), const IP_OLD_FW_ZERO ideal-int +pkg syscall (darwin-arm64-cgo), const IP_OPTIONS = 1 +pkg syscall (darwin-arm64-cgo), const IP_OPTIONS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_PKTINFO = 26 +pkg syscall (darwin-arm64-cgo), const IP_PKTINFO ideal-int +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE = 19 +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE_DEFAULT = 0 +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE_HIGH = 1 +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE_LOW = 2 +pkg syscall (darwin-arm64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RECVDSTADDR = 7 +pkg syscall (darwin-arm64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RECVIF = 20 +pkg syscall (darwin-arm64-cgo), const IP_RECVIF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RECVOPTS = 5 +pkg syscall (darwin-arm64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RECVPKTINFO = 26 +pkg syscall (darwin-arm64-cgo), const IP_RECVPKTINFO ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RECVRETOPTS = 6 +pkg syscall (darwin-arm64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RECVTTL = 24 +pkg syscall (darwin-arm64-cgo), const IP_RECVTTL ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RETOPTS = 8 +pkg syscall (darwin-arm64-cgo), const IP_RETOPTS ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RF = 32768 +pkg syscall (darwin-arm64-cgo), const IP_RF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RSVP_OFF = 16 +pkg syscall (darwin-arm64-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RSVP_ON = 15 +pkg syscall (darwin-arm64-cgo), const IP_RSVP_ON ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RSVP_VIF_OFF = 18 +pkg syscall (darwin-arm64-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (darwin-arm64-cgo), const IP_RSVP_VIF_ON = 17 +pkg syscall (darwin-arm64-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (darwin-arm64-cgo), const IP_STRIPHDR = 23 +pkg syscall (darwin-arm64-cgo), const IP_STRIPHDR ideal-int +pkg syscall (darwin-arm64-cgo), const IP_TOS = 3 +pkg syscall (darwin-arm64-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65 +pkg syscall (darwin-arm64-cgo), const IP_TRAFFIC_MGT_BACKGROUND ideal-int +pkg syscall (darwin-arm64-cgo), const IP_TTL = 4 +pkg syscall (darwin-arm64-cgo), const IP_UNBLOCK_SOURCE = 73 +pkg syscall (darwin-arm64-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (darwin-arm64-cgo), const ISIG = 128 +pkg syscall (darwin-arm64-cgo), const ISIG ideal-int +pkg syscall (darwin-arm64-cgo), const ISTRIP = 32 +pkg syscall (darwin-arm64-cgo), const ISTRIP ideal-int +pkg syscall (darwin-arm64-cgo), const IUTF8 = 16384 +pkg syscall (darwin-arm64-cgo), const IUTF8 ideal-int +pkg syscall (darwin-arm64-cgo), const IXANY = 2048 +pkg syscall (darwin-arm64-cgo), const IXANY ideal-int +pkg syscall (darwin-arm64-cgo), const IXOFF = 1024 +pkg syscall (darwin-arm64-cgo), const IXOFF ideal-int +pkg syscall (darwin-arm64-cgo), const IXON = 512 +pkg syscall (darwin-arm64-cgo), const IXON ideal-int +pkg syscall (darwin-arm64-cgo), const LOCK_EX = 2 +pkg syscall (darwin-arm64-cgo), const LOCK_EX ideal-int +pkg syscall (darwin-arm64-cgo), const LOCK_NB = 4 +pkg syscall (darwin-arm64-cgo), const LOCK_NB ideal-int +pkg syscall (darwin-arm64-cgo), const LOCK_SH = 1 +pkg syscall (darwin-arm64-cgo), const LOCK_SH ideal-int +pkg syscall (darwin-arm64-cgo), const LOCK_UN = 8 +pkg syscall (darwin-arm64-cgo), const LOCK_UN ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_CAN_REUSE = 9 +pkg syscall (darwin-arm64-cgo), const MADV_CAN_REUSE ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_DONTNEED = 4 +pkg syscall (darwin-arm64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_FREE = 5 +pkg syscall (darwin-arm64-cgo), const MADV_FREE ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_FREE_REUSABLE = 7 +pkg syscall (darwin-arm64-cgo), const MADV_FREE_REUSABLE ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_FREE_REUSE = 8 +pkg syscall (darwin-arm64-cgo), const MADV_FREE_REUSE ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_NORMAL = 0 +pkg syscall (darwin-arm64-cgo), const MADV_NORMAL ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_RANDOM = 1 +pkg syscall (darwin-arm64-cgo), const MADV_RANDOM ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (darwin-arm64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_WILLNEED = 3 +pkg syscall (darwin-arm64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (darwin-arm64-cgo), const MADV_ZERO_WIRED_PAGES = 6 +pkg syscall (darwin-arm64-cgo), const MADV_ZERO_WIRED_PAGES ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_ANON = 4096 +pkg syscall (darwin-arm64-cgo), const MAP_ANON ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_COPY = 2 +pkg syscall (darwin-arm64-cgo), const MAP_COPY ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_FILE = 0 +pkg syscall (darwin-arm64-cgo), const MAP_FILE ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_FIXED = 16 +pkg syscall (darwin-arm64-cgo), const MAP_FIXED ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (darwin-arm64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_JIT = 2048 +pkg syscall (darwin-arm64-cgo), const MAP_JIT ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_NOCACHE = 1024 +pkg syscall (darwin-arm64-cgo), const MAP_NOCACHE ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_NOEXTEND = 256 +pkg syscall (darwin-arm64-cgo), const MAP_NOEXTEND ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_NORESERVE = 64 +pkg syscall (darwin-arm64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_PRIVATE = 2 +pkg syscall (darwin-arm64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_RENAME = 32 +pkg syscall (darwin-arm64-cgo), const MAP_RENAME ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_RESERVED0080 = 128 +pkg syscall (darwin-arm64-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (darwin-arm64-cgo), const MAP_SHARED = 1 +pkg syscall (darwin-arm64-cgo), const MAP_SHARED ideal-int +pkg syscall (darwin-arm64-cgo), const MCL_CURRENT = 1 +pkg syscall (darwin-arm64-cgo), const MCL_CURRENT ideal-int +pkg syscall (darwin-arm64-cgo), const MCL_FUTURE = 2 +pkg syscall (darwin-arm64-cgo), const MCL_FUTURE ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_CTRUNC = 32 +pkg syscall (darwin-arm64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_DONTROUTE = 4 +pkg syscall (darwin-arm64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_DONTWAIT = 128 +pkg syscall (darwin-arm64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_EOF = 256 +pkg syscall (darwin-arm64-cgo), const MSG_EOF ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_EOR = 8 +pkg syscall (darwin-arm64-cgo), const MSG_EOR ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_FLUSH = 1024 +pkg syscall (darwin-arm64-cgo), const MSG_FLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_HAVEMORE = 8192 +pkg syscall (darwin-arm64-cgo), const MSG_HAVEMORE ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_HOLD = 2048 +pkg syscall (darwin-arm64-cgo), const MSG_HOLD ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_NEEDSA = 65536 +pkg syscall (darwin-arm64-cgo), const MSG_NEEDSA ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_OOB = 1 +pkg syscall (darwin-arm64-cgo), const MSG_OOB ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_PEEK = 2 +pkg syscall (darwin-arm64-cgo), const MSG_PEEK ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_RCVMORE = 16384 +pkg syscall (darwin-arm64-cgo), const MSG_RCVMORE ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_SEND = 4096 +pkg syscall (darwin-arm64-cgo), const MSG_SEND ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_TRUNC = 16 +pkg syscall (darwin-arm64-cgo), const MSG_TRUNC ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_WAITALL = 64 +pkg syscall (darwin-arm64-cgo), const MSG_WAITALL ideal-int +pkg syscall (darwin-arm64-cgo), const MSG_WAITSTREAM = 512 +pkg syscall (darwin-arm64-cgo), const MSG_WAITSTREAM ideal-int +pkg syscall (darwin-arm64-cgo), const MS_ASYNC = 1 +pkg syscall (darwin-arm64-cgo), const MS_ASYNC ideal-int +pkg syscall (darwin-arm64-cgo), const MS_DEACTIVATE = 8 +pkg syscall (darwin-arm64-cgo), const MS_DEACTIVATE ideal-int +pkg syscall (darwin-arm64-cgo), const MS_INVALIDATE = 2 +pkg syscall (darwin-arm64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (darwin-arm64-cgo), const MS_KILLPAGES = 4 +pkg syscall (darwin-arm64-cgo), const MS_KILLPAGES ideal-int +pkg syscall (darwin-arm64-cgo), const MS_SYNC = 16 +pkg syscall (darwin-arm64-cgo), const MS_SYNC ideal-int +pkg syscall (darwin-arm64-cgo), const NAME_MAX = 255 +pkg syscall (darwin-arm64-cgo), const NAME_MAX ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_DUMP = 1 +pkg syscall (darwin-arm64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_DUMP2 = 7 +pkg syscall (darwin-arm64-cgo), const NET_RT_DUMP2 ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_FLAGS = 2 +pkg syscall (darwin-arm64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_IFLIST = 3 +pkg syscall (darwin-arm64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_IFLIST2 = 6 +pkg syscall (darwin-arm64-cgo), const NET_RT_IFLIST2 ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_MAXID = 10 +pkg syscall (darwin-arm64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_STAT = 4 +pkg syscall (darwin-arm64-cgo), const NET_RT_STAT ideal-int +pkg syscall (darwin-arm64-cgo), const NET_RT_TRASH = 5 +pkg syscall (darwin-arm64-cgo), const NET_RT_TRASH ideal-int +pkg syscall (darwin-arm64-cgo), const NOFLSH = 2147483648 +pkg syscall (darwin-arm64-cgo), const NOFLSH ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_ABSOLUTE = 8 +pkg syscall (darwin-arm64-cgo), const NOTE_ABSOLUTE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_ATTRIB = 8 +pkg syscall (darwin-arm64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_BACKGROUND = 64 +pkg syscall (darwin-arm64-cgo), const NOTE_BACKGROUND ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_CHILD = 4 +pkg syscall (darwin-arm64-cgo), const NOTE_CHILD ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_CRITICAL = 32 +pkg syscall (darwin-arm64-cgo), const NOTE_CRITICAL ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_DELETE = 1 +pkg syscall (darwin-arm64-cgo), const NOTE_DELETE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXEC = 536870912 +pkg syscall (darwin-arm64-cgo), const NOTE_EXEC ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT = 2147483648 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXITSTATUS = 67108864 +pkg syscall (darwin-arm64-cgo), const NOTE_EXITSTATUS ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_CSERROR = 262144 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_CSERROR ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_DECRYPTFAIL = 65536 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_DECRYPTFAIL ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_DETAIL = 33554432 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_DETAIL ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_DETAIL_MASK = 458752 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_DETAIL_MASK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_MEMORY = 131072 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_MEMORY ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_REPARENTED = 524288 +pkg syscall (darwin-arm64-cgo), const NOTE_EXIT_REPARENTED ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_EXTEND = 4 +pkg syscall (darwin-arm64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FFAND = 1073741824 +pkg syscall (darwin-arm64-cgo), const NOTE_FFAND ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FFCOPY = 3221225472 +pkg syscall (darwin-arm64-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FFCTRLMASK = 3221225472 +pkg syscall (darwin-arm64-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FFLAGSMASK = 16777215 +pkg syscall (darwin-arm64-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FFNOP = 0 +pkg syscall (darwin-arm64-cgo), const NOTE_FFNOP ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FFOR = 2147483648 +pkg syscall (darwin-arm64-cgo), const NOTE_FFOR ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_FORK = 1073741824 +pkg syscall (darwin-arm64-cgo), const NOTE_FORK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_LEEWAY = 16 +pkg syscall (darwin-arm64-cgo), const NOTE_LEEWAY ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_LINK = 16 +pkg syscall (darwin-arm64-cgo), const NOTE_LINK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_LOWAT = 1 +pkg syscall (darwin-arm64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_NONE = 128 +pkg syscall (darwin-arm64-cgo), const NOTE_NONE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_NSECONDS = 4 +pkg syscall (darwin-arm64-cgo), const NOTE_NSECONDS ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_PCTRLMASK = -1048576 +pkg syscall (darwin-arm64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_PDATAMASK = 1048575 +pkg syscall (darwin-arm64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_REAP = 268435456 +pkg syscall (darwin-arm64-cgo), const NOTE_REAP ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_RENAME = 32 +pkg syscall (darwin-arm64-cgo), const NOTE_RENAME ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_REVOKE = 64 +pkg syscall (darwin-arm64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_SECONDS = 1 +pkg syscall (darwin-arm64-cgo), const NOTE_SECONDS ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_SIGNAL = 134217728 +pkg syscall (darwin-arm64-cgo), const NOTE_SIGNAL ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_TRACK = 1 +pkg syscall (darwin-arm64-cgo), const NOTE_TRACK ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_TRACKERR = 2 +pkg syscall (darwin-arm64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_TRIGGER = 16777216 +pkg syscall (darwin-arm64-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_USECONDS = 2 +pkg syscall (darwin-arm64-cgo), const NOTE_USECONDS ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_VM_ERROR = 268435456 +pkg syscall (darwin-arm64-cgo), const NOTE_VM_ERROR ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_VM_PRESSURE = 2147483648 +pkg syscall (darwin-arm64-cgo), const NOTE_VM_PRESSURE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912 +pkg syscall (darwin-arm64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824 +pkg syscall (darwin-arm64-cgo), const NOTE_VM_PRESSURE_TERMINATE ideal-int +pkg syscall (darwin-arm64-cgo), const NOTE_WRITE = 2 +pkg syscall (darwin-arm64-cgo), const NOTE_WRITE ideal-int +pkg syscall (darwin-arm64-cgo), const OCRNL = 16 +pkg syscall (darwin-arm64-cgo), const OCRNL ideal-int +pkg syscall (darwin-arm64-cgo), const OFDEL = 131072 +pkg syscall (darwin-arm64-cgo), const OFDEL ideal-int +pkg syscall (darwin-arm64-cgo), const OFILL = 128 +pkg syscall (darwin-arm64-cgo), const OFILL ideal-int +pkg syscall (darwin-arm64-cgo), const ONLCR = 2 +pkg syscall (darwin-arm64-cgo), const ONLCR ideal-int +pkg syscall (darwin-arm64-cgo), const ONLRET = 64 +pkg syscall (darwin-arm64-cgo), const ONLRET ideal-int +pkg syscall (darwin-arm64-cgo), const ONOCR = 32 +pkg syscall (darwin-arm64-cgo), const ONOCR ideal-int +pkg syscall (darwin-arm64-cgo), const ONOEOT = 8 +pkg syscall (darwin-arm64-cgo), const ONOEOT ideal-int +pkg syscall (darwin-arm64-cgo), const OPOST = 1 +pkg syscall (darwin-arm64-cgo), const OPOST ideal-int +pkg syscall (darwin-arm64-cgo), const O_ACCMODE = 3 +pkg syscall (darwin-arm64-cgo), const O_ACCMODE ideal-int +pkg syscall (darwin-arm64-cgo), const O_ALERT = 536870912 +pkg syscall (darwin-arm64-cgo), const O_ALERT ideal-int +pkg syscall (darwin-arm64-cgo), const O_APPEND = 8 +pkg syscall (darwin-arm64-cgo), const O_ASYNC = 64 +pkg syscall (darwin-arm64-cgo), const O_CLOEXEC = 16777216 +pkg syscall (darwin-arm64-cgo), const O_CREAT = 512 +pkg syscall (darwin-arm64-cgo), const O_DIRECTORY = 1048576 +pkg syscall (darwin-arm64-cgo), const O_DIRECTORY ideal-int +pkg syscall (darwin-arm64-cgo), const O_DP_GETRAWENCRYPTED = 1 +pkg syscall (darwin-arm64-cgo), const O_DP_GETRAWENCRYPTED ideal-int +pkg syscall (darwin-arm64-cgo), const O_DSYNC = 4194304 +pkg syscall (darwin-arm64-cgo), const O_DSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const O_EVTONLY = 32768 +pkg syscall (darwin-arm64-cgo), const O_EVTONLY ideal-int +pkg syscall (darwin-arm64-cgo), const O_EXCL = 2048 +pkg syscall (darwin-arm64-cgo), const O_EXLOCK = 32 +pkg syscall (darwin-arm64-cgo), const O_EXLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const O_FSYNC = 128 +pkg syscall (darwin-arm64-cgo), const O_FSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const O_NDELAY = 4 +pkg syscall (darwin-arm64-cgo), const O_NDELAY ideal-int +pkg syscall (darwin-arm64-cgo), const O_NOCTTY = 131072 +pkg syscall (darwin-arm64-cgo), const O_NOFOLLOW = 256 +pkg syscall (darwin-arm64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (darwin-arm64-cgo), const O_NONBLOCK = 4 +pkg syscall (darwin-arm64-cgo), const O_POPUP = 2147483648 +pkg syscall (darwin-arm64-cgo), const O_POPUP ideal-int +pkg syscall (darwin-arm64-cgo), const O_SHLOCK = 16 +pkg syscall (darwin-arm64-cgo), const O_SHLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const O_SYMLINK = 2097152 +pkg syscall (darwin-arm64-cgo), const O_SYMLINK ideal-int +pkg syscall (darwin-arm64-cgo), const O_SYNC = 128 +pkg syscall (darwin-arm64-cgo), const O_TRUNC = 1024 +pkg syscall (darwin-arm64-cgo), const PARENB = 4096 +pkg syscall (darwin-arm64-cgo), const PARENB ideal-int +pkg syscall (darwin-arm64-cgo), const PARMRK = 8 +pkg syscall (darwin-arm64-cgo), const PARMRK ideal-int +pkg syscall (darwin-arm64-cgo), const PARODD = 8192 +pkg syscall (darwin-arm64-cgo), const PARODD ideal-int +pkg syscall (darwin-arm64-cgo), const PENDIN = 536870912 +pkg syscall (darwin-arm64-cgo), const PENDIN ideal-int +pkg syscall (darwin-arm64-cgo), const PRIO_PGRP = 1 +pkg syscall (darwin-arm64-cgo), const PRIO_PGRP ideal-int +pkg syscall (darwin-arm64-cgo), const PRIO_PROCESS = 0 +pkg syscall (darwin-arm64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (darwin-arm64-cgo), const PRIO_USER = 2 +pkg syscall (darwin-arm64-cgo), const PRIO_USER ideal-int +pkg syscall (darwin-arm64-cgo), const PROT_EXEC = 4 +pkg syscall (darwin-arm64-cgo), const PROT_EXEC ideal-int +pkg syscall (darwin-arm64-cgo), const PROT_NONE = 0 +pkg syscall (darwin-arm64-cgo), const PROT_NONE ideal-int +pkg syscall (darwin-arm64-cgo), const PROT_READ = 1 +pkg syscall (darwin-arm64-cgo), const PROT_READ ideal-int +pkg syscall (darwin-arm64-cgo), const PROT_WRITE = 2 +pkg syscall (darwin-arm64-cgo), const PROT_WRITE ideal-int +pkg syscall (darwin-arm64-cgo), const PTRACE_CONT = 7 +pkg syscall (darwin-arm64-cgo), const PTRACE_CONT ideal-int +pkg syscall (darwin-arm64-cgo), const PTRACE_KILL = 8 +pkg syscall (darwin-arm64-cgo), const PTRACE_KILL ideal-int +pkg syscall (darwin-arm64-cgo), const PTRACE_TRACEME = 0 +pkg syscall (darwin-arm64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (darwin-arm64-cgo), const PT_ATTACH = 10 +pkg syscall (darwin-arm64-cgo), const PT_ATTACH ideal-int +pkg syscall (darwin-arm64-cgo), const PT_ATTACHEXC = 14 +pkg syscall (darwin-arm64-cgo), const PT_ATTACHEXC ideal-int +pkg syscall (darwin-arm64-cgo), const PT_CONTINUE = 7 +pkg syscall (darwin-arm64-cgo), const PT_CONTINUE ideal-int +pkg syscall (darwin-arm64-cgo), const PT_DENY_ATTACH = 31 +pkg syscall (darwin-arm64-cgo), const PT_DENY_ATTACH ideal-int +pkg syscall (darwin-arm64-cgo), const PT_DETACH = 11 +pkg syscall (darwin-arm64-cgo), const PT_DETACH ideal-int +pkg syscall (darwin-arm64-cgo), const PT_FIRSTMACH = 32 +pkg syscall (darwin-arm64-cgo), const PT_FIRSTMACH ideal-int +pkg syscall (darwin-arm64-cgo), const PT_FORCEQUOTA = 30 +pkg syscall (darwin-arm64-cgo), const PT_FORCEQUOTA ideal-int +pkg syscall (darwin-arm64-cgo), const PT_KILL = 8 +pkg syscall (darwin-arm64-cgo), const PT_KILL ideal-int +pkg syscall (darwin-arm64-cgo), const PT_READ_D = 2 +pkg syscall (darwin-arm64-cgo), const PT_READ_D ideal-int +pkg syscall (darwin-arm64-cgo), const PT_READ_I = 1 +pkg syscall (darwin-arm64-cgo), const PT_READ_I ideal-int +pkg syscall (darwin-arm64-cgo), const PT_READ_U = 3 +pkg syscall (darwin-arm64-cgo), const PT_READ_U ideal-int +pkg syscall (darwin-arm64-cgo), const PT_SIGEXC = 12 +pkg syscall (darwin-arm64-cgo), const PT_SIGEXC ideal-int +pkg syscall (darwin-arm64-cgo), const PT_STEP = 9 +pkg syscall (darwin-arm64-cgo), const PT_STEP ideal-int +pkg syscall (darwin-arm64-cgo), const PT_THUPDATE = 13 +pkg syscall (darwin-arm64-cgo), const PT_THUPDATE ideal-int +pkg syscall (darwin-arm64-cgo), const PT_TRACE_ME = 0 +pkg syscall (darwin-arm64-cgo), const PT_TRACE_ME ideal-int +pkg syscall (darwin-arm64-cgo), const PT_WRITE_D = 5 +pkg syscall (darwin-arm64-cgo), const PT_WRITE_D ideal-int +pkg syscall (darwin-arm64-cgo), const PT_WRITE_I = 4 +pkg syscall (darwin-arm64-cgo), const PT_WRITE_I ideal-int +pkg syscall (darwin-arm64-cgo), const PT_WRITE_U = 6 +pkg syscall (darwin-arm64-cgo), const PT_WRITE_U ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_AS = 5 +pkg syscall (darwin-arm64-cgo), const RLIMIT_AS ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_CORE = 4 +pkg syscall (darwin-arm64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_CPU = 0 +pkg syscall (darwin-arm64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_CPU_USAGE_MONITOR = 2 +pkg syscall (darwin-arm64-cgo), const RLIMIT_CPU_USAGE_MONITOR ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_DATA = 2 +pkg syscall (darwin-arm64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_FSIZE = 1 +pkg syscall (darwin-arm64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_NOFILE = 8 +pkg syscall (darwin-arm64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (darwin-arm64-cgo), const RLIMIT_STACK = 3 +pkg syscall (darwin-arm64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (darwin-arm64-cgo), const RLIM_INFINITY = 9223372036854775807 +pkg syscall (darwin-arm64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_AUTHOR = 6 +pkg syscall (darwin-arm64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_BRD = 7 +pkg syscall (darwin-arm64-cgo), const RTAX_BRD ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_DST = 0 +pkg syscall (darwin-arm64-cgo), const RTAX_DST ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_GATEWAY = 1 +pkg syscall (darwin-arm64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_GENMASK = 3 +pkg syscall (darwin-arm64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_IFA = 5 +pkg syscall (darwin-arm64-cgo), const RTAX_IFA ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_IFP = 4 +pkg syscall (darwin-arm64-cgo), const RTAX_IFP ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_MAX = 8 +pkg syscall (darwin-arm64-cgo), const RTAX_MAX ideal-int +pkg syscall (darwin-arm64-cgo), const RTAX_NETMASK = 2 +pkg syscall (darwin-arm64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_AUTHOR = 64 +pkg syscall (darwin-arm64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_BRD = 128 +pkg syscall (darwin-arm64-cgo), const RTA_BRD ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_DST = 1 +pkg syscall (darwin-arm64-cgo), const RTA_DST ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_GATEWAY = 2 +pkg syscall (darwin-arm64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_GENMASK = 8 +pkg syscall (darwin-arm64-cgo), const RTA_GENMASK ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_IFA = 32 +pkg syscall (darwin-arm64-cgo), const RTA_IFA ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_IFP = 16 +pkg syscall (darwin-arm64-cgo), const RTA_IFP ideal-int +pkg syscall (darwin-arm64-cgo), const RTA_NETMASK = 4 +pkg syscall (darwin-arm64-cgo), const RTA_NETMASK ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_BLACKHOLE = 4096 +pkg syscall (darwin-arm64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_BROADCAST = 4194304 +pkg syscall (darwin-arm64-cgo), const RTF_BROADCAST ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_CLONING = 256 +pkg syscall (darwin-arm64-cgo), const RTF_CLONING ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_CONDEMNED = 33554432 +pkg syscall (darwin-arm64-cgo), const RTF_CONDEMNED ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_DELCLONE = 128 +pkg syscall (darwin-arm64-cgo), const RTF_DELCLONE ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_DONE = 64 +pkg syscall (darwin-arm64-cgo), const RTF_DONE ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_DYNAMIC = 16 +pkg syscall (darwin-arm64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_GATEWAY = 2 +pkg syscall (darwin-arm64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_HOST = 4 +pkg syscall (darwin-arm64-cgo), const RTF_HOST ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_IFREF = 67108864 +pkg syscall (darwin-arm64-cgo), const RTF_IFREF ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_IFSCOPE = 16777216 +pkg syscall (darwin-arm64-cgo), const RTF_IFSCOPE ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_LLINFO = 1024 +pkg syscall (darwin-arm64-cgo), const RTF_LLINFO ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_LOCAL = 2097152 +pkg syscall (darwin-arm64-cgo), const RTF_LOCAL ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_MODIFIED = 32 +pkg syscall (darwin-arm64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_MULTICAST = 8388608 +pkg syscall (darwin-arm64-cgo), const RTF_MULTICAST ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_PINNED = 1048576 +pkg syscall (darwin-arm64-cgo), const RTF_PINNED ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_PRCLONING = 65536 +pkg syscall (darwin-arm64-cgo), const RTF_PRCLONING ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_PROTO1 = 32768 +pkg syscall (darwin-arm64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_PROTO2 = 16384 +pkg syscall (darwin-arm64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_PROTO3 = 262144 +pkg syscall (darwin-arm64-cgo), const RTF_PROTO3 ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_PROXY = 134217728 +pkg syscall (darwin-arm64-cgo), const RTF_PROXY ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_REJECT = 8 +pkg syscall (darwin-arm64-cgo), const RTF_REJECT ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_ROUTER = 268435456 +pkg syscall (darwin-arm64-cgo), const RTF_ROUTER ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_STATIC = 2048 +pkg syscall (darwin-arm64-cgo), const RTF_STATIC ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_UP = 1 +pkg syscall (darwin-arm64-cgo), const RTF_UP ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_WASCLONED = 131072 +pkg syscall (darwin-arm64-cgo), const RTF_WASCLONED ideal-int +pkg syscall (darwin-arm64-cgo), const RTF_XRESOLVE = 512 +pkg syscall (darwin-arm64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_ADD = 1 +pkg syscall (darwin-arm64-cgo), const RTM_ADD ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_CHANGE = 3 +pkg syscall (darwin-arm64-cgo), const RTM_CHANGE ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_DELADDR = 13 +pkg syscall (darwin-arm64-cgo), const RTM_DELADDR ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_DELETE = 2 +pkg syscall (darwin-arm64-cgo), const RTM_DELETE ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_DELMADDR = 16 +pkg syscall (darwin-arm64-cgo), const RTM_DELMADDR ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_GET = 4 +pkg syscall (darwin-arm64-cgo), const RTM_GET ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_GET2 = 20 +pkg syscall (darwin-arm64-cgo), const RTM_GET2 ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_IFINFO = 14 +pkg syscall (darwin-arm64-cgo), const RTM_IFINFO ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_IFINFO2 = 18 +pkg syscall (darwin-arm64-cgo), const RTM_IFINFO2 ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_LOCK = 8 +pkg syscall (darwin-arm64-cgo), const RTM_LOCK ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_LOSING = 5 +pkg syscall (darwin-arm64-cgo), const RTM_LOSING ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_MISS = 7 +pkg syscall (darwin-arm64-cgo), const RTM_MISS ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_NEWADDR = 12 +pkg syscall (darwin-arm64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_NEWMADDR = 15 +pkg syscall (darwin-arm64-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_NEWMADDR2 = 19 +pkg syscall (darwin-arm64-cgo), const RTM_NEWMADDR2 ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_OLDADD = 9 +pkg syscall (darwin-arm64-cgo), const RTM_OLDADD ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_OLDDEL = 10 +pkg syscall (darwin-arm64-cgo), const RTM_OLDDEL ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_REDIRECT = 6 +pkg syscall (darwin-arm64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_RESOLVE = 11 +pkg syscall (darwin-arm64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_RTTUNIT = 1000000 +pkg syscall (darwin-arm64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (darwin-arm64-cgo), const RTM_VERSION = 5 +pkg syscall (darwin-arm64-cgo), const RTM_VERSION ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_EXPIRE = 4 +pkg syscall (darwin-arm64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_HOPCOUNT = 2 +pkg syscall (darwin-arm64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_MTU = 1 +pkg syscall (darwin-arm64-cgo), const RTV_MTU ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_RPIPE = 8 +pkg syscall (darwin-arm64-cgo), const RTV_RPIPE ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_RTT = 64 +pkg syscall (darwin-arm64-cgo), const RTV_RTT ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_RTTVAR = 128 +pkg syscall (darwin-arm64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_SPIPE = 16 +pkg syscall (darwin-arm64-cgo), const RTV_SPIPE ideal-int +pkg syscall (darwin-arm64-cgo), const RTV_SSTHRESH = 32 +pkg syscall (darwin-arm64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (darwin-arm64-cgo), const RUSAGE_CHILDREN = -1 +pkg syscall (darwin-arm64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (darwin-arm64-cgo), const RUSAGE_SELF = 0 +pkg syscall (darwin-arm64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (darwin-arm64-cgo), const SCM_CREDS = 3 +pkg syscall (darwin-arm64-cgo), const SCM_CREDS ideal-int +pkg syscall (darwin-arm64-cgo), const SCM_RIGHTS = 1 +pkg syscall (darwin-arm64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (darwin-arm64-cgo), const SCM_TIMESTAMP = 2 +pkg syscall (darwin-arm64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (darwin-arm64-cgo), const SCM_TIMESTAMP_MONOTONIC = 4 +pkg syscall (darwin-arm64-cgo), const SCM_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-arm64-cgo), const SIGBUS = 10 +pkg syscall (darwin-arm64-cgo), const SIGCHLD = 20 +pkg syscall (darwin-arm64-cgo), const SIGCHLD Signal +pkg syscall (darwin-arm64-cgo), const SIGCONT = 19 +pkg syscall (darwin-arm64-cgo), const SIGCONT Signal +pkg syscall (darwin-arm64-cgo), const SIGEMT = 7 +pkg syscall (darwin-arm64-cgo), const SIGEMT Signal +pkg syscall (darwin-arm64-cgo), const SIGINFO = 29 +pkg syscall (darwin-arm64-cgo), const SIGINFO Signal +pkg syscall (darwin-arm64-cgo), const SIGIO = 23 +pkg syscall (darwin-arm64-cgo), const SIGIO Signal +pkg syscall (darwin-arm64-cgo), const SIGIOT = 6 +pkg syscall (darwin-arm64-cgo), const SIGIOT Signal +pkg syscall (darwin-arm64-cgo), const SIGPROF = 27 +pkg syscall (darwin-arm64-cgo), const SIGPROF Signal +pkg syscall (darwin-arm64-cgo), const SIGSTOP = 17 +pkg syscall (darwin-arm64-cgo), const SIGSTOP Signal +pkg syscall (darwin-arm64-cgo), const SIGSYS = 12 +pkg syscall (darwin-arm64-cgo), const SIGSYS Signal +pkg syscall (darwin-arm64-cgo), const SIGTSTP = 18 +pkg syscall (darwin-arm64-cgo), const SIGTSTP Signal +pkg syscall (darwin-arm64-cgo), const SIGTTIN = 21 +pkg syscall (darwin-arm64-cgo), const SIGTTIN Signal +pkg syscall (darwin-arm64-cgo), const SIGTTOU = 22 +pkg syscall (darwin-arm64-cgo), const SIGTTOU Signal +pkg syscall (darwin-arm64-cgo), const SIGURG = 16 +pkg syscall (darwin-arm64-cgo), const SIGURG Signal +pkg syscall (darwin-arm64-cgo), const SIGUSR1 = 30 +pkg syscall (darwin-arm64-cgo), const SIGUSR1 Signal +pkg syscall (darwin-arm64-cgo), const SIGUSR2 = 31 +pkg syscall (darwin-arm64-cgo), const SIGUSR2 Signal +pkg syscall (darwin-arm64-cgo), const SIGVTALRM = 26 +pkg syscall (darwin-arm64-cgo), const SIGVTALRM Signal +pkg syscall (darwin-arm64-cgo), const SIGWINCH = 28 +pkg syscall (darwin-arm64-cgo), const SIGWINCH Signal +pkg syscall (darwin-arm64-cgo), const SIGXCPU = 24 +pkg syscall (darwin-arm64-cgo), const SIGXCPU Signal +pkg syscall (darwin-arm64-cgo), const SIGXFSZ = 25 +pkg syscall (darwin-arm64-cgo), const SIGXFSZ Signal +pkg syscall (darwin-arm64-cgo), const SIOCADDMULTI = 2149607729 +pkg syscall (darwin-arm64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (darwin-arm64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCARPIPLL = 3223349544 +pkg syscall (darwin-arm64-cgo), const SIOCARPIPLL ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCATMARK = 1074033415 +pkg syscall (darwin-arm64-cgo), const SIOCATMARK ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCAUTOADDR = 3223349542 +pkg syscall (darwin-arm64-cgo), const SIOCAUTOADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCAUTONETMASK = 2149607719 +pkg syscall (darwin-arm64-cgo), const SIOCAUTONETMASK ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCDELMULTI = 2149607730 +pkg syscall (darwin-arm64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCDIFADDR = 2149607705 +pkg syscall (darwin-arm64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCDIFPHYADDR = 2149607745 +pkg syscall (darwin-arm64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGDRVSPEC = 3223873915 +pkg syscall (darwin-arm64-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGETVLAN = 3223349631 +pkg syscall (darwin-arm64-cgo), const SIOCGETVLAN ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGHIWAT = 1074033409 +pkg syscall (darwin-arm64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFADDR = 3223349537 +pkg syscall (darwin-arm64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFALTMTU = 3223349576 +pkg syscall (darwin-arm64-cgo), const SIOCGIFALTMTU ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFASYNCMAP = 3223349628 +pkg syscall (darwin-arm64-cgo), const SIOCGIFASYNCMAP ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFBOND = 3223349575 +pkg syscall (darwin-arm64-cgo), const SIOCGIFBOND ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFBRDADDR = 3223349539 +pkg syscall (darwin-arm64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFCAP = 3223349595 +pkg syscall (darwin-arm64-cgo), const SIOCGIFCAP ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFCONF = 3222038820 +pkg syscall (darwin-arm64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFDEVMTU = 3223349572 +pkg syscall (darwin-arm64-cgo), const SIOCGIFDEVMTU ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFDSTADDR = 3223349538 +pkg syscall (darwin-arm64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFFLAGS = 3223349521 +pkg syscall (darwin-arm64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFGENERIC = 3223349562 +pkg syscall (darwin-arm64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFKPI = 3223349639 +pkg syscall (darwin-arm64-cgo), const SIOCGIFKPI ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFMAC = 3223349634 +pkg syscall (darwin-arm64-cgo), const SIOCGIFMAC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFMEDIA = 3224135992 +pkg syscall (darwin-arm64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFMETRIC = 3223349527 +pkg syscall (darwin-arm64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFMTU = 3223349555 +pkg syscall (darwin-arm64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFNETMASK = 3223349541 +pkg syscall (darwin-arm64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFPDSTADDR = 3223349568 +pkg syscall (darwin-arm64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFPHYS = 3223349557 +pkg syscall (darwin-arm64-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFPSRCADDR = 3223349567 +pkg syscall (darwin-arm64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFSTATUS = 3274795325 +pkg syscall (darwin-arm64-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFVLAN = 3223349631 +pkg syscall (darwin-arm64-cgo), const SIOCGIFVLAN ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGIFWAKEFLAGS = 3223349640 +pkg syscall (darwin-arm64-cgo), const SIOCGIFWAKEFLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGLOWAT = 1074033411 +pkg syscall (darwin-arm64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCGPGRP = 1074033417 +pkg syscall (darwin-arm64-cgo), const SIOCGPGRP ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCIFCREATE = 3223349624 +pkg syscall (darwin-arm64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCIFCREATE2 = 3223349626 +pkg syscall (darwin-arm64-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCIFDESTROY = 2149607801 +pkg syscall (darwin-arm64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCIFGCLONERS = 3222301057 +pkg syscall (darwin-arm64-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCRSLVMULTI = 3222300987 +pkg syscall (darwin-arm64-cgo), const SIOCRSLVMULTI ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSDRVSPEC = 2150132091 +pkg syscall (darwin-arm64-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSETVLAN = 2149607806 +pkg syscall (darwin-arm64-cgo), const SIOCSETVLAN ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSHIWAT = 2147775232 +pkg syscall (darwin-arm64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFADDR = 2149607692 +pkg syscall (darwin-arm64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFALTMTU = 2149607749 +pkg syscall (darwin-arm64-cgo), const SIOCSIFALTMTU ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFASYNCMAP = 2149607805 +pkg syscall (darwin-arm64-cgo), const SIOCSIFASYNCMAP ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFBOND = 2149607750 +pkg syscall (darwin-arm64-cgo), const SIOCSIFBOND ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFBRDADDR = 2149607699 +pkg syscall (darwin-arm64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFCAP = 2149607770 +pkg syscall (darwin-arm64-cgo), const SIOCSIFCAP ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFDSTADDR = 2149607694 +pkg syscall (darwin-arm64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFFLAGS = 2149607696 +pkg syscall (darwin-arm64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFGENERIC = 2149607737 +pkg syscall (darwin-arm64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFKPI = 2149607814 +pkg syscall (darwin-arm64-cgo), const SIOCSIFKPI ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFLLADDR = 2149607740 +pkg syscall (darwin-arm64-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFMAC = 2149607811 +pkg syscall (darwin-arm64-cgo), const SIOCSIFMAC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFMEDIA = 3223349559 +pkg syscall (darwin-arm64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFMETRIC = 2149607704 +pkg syscall (darwin-arm64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFMTU = 2149607732 +pkg syscall (darwin-arm64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFNETMASK = 2149607702 +pkg syscall (darwin-arm64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFPHYADDR = 2151704894 +pkg syscall (darwin-arm64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFPHYS = 2149607734 +pkg syscall (darwin-arm64-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSIFVLAN = 2149607806 +pkg syscall (darwin-arm64-cgo), const SIOCSIFVLAN ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSLOWAT = 2147775234 +pkg syscall (darwin-arm64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (darwin-arm64-cgo), const SIOCSPGRP = 2147775240 +pkg syscall (darwin-arm64-cgo), const SIOCSPGRP ideal-int +pkg syscall (darwin-arm64-cgo), const SOCK_MAXADDRLEN = 255 +pkg syscall (darwin-arm64-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (darwin-arm64-cgo), const SOCK_RDM = 4 +pkg syscall (darwin-arm64-cgo), const SOCK_RDM ideal-int +pkg syscall (darwin-arm64-cgo), const SOL_SOCKET = 65535 +pkg syscall (darwin-arm64-cgo), const SOMAXCONN = 128 +pkg syscall (darwin-arm64-cgo), const SO_ACCEPTCONN = 2 +pkg syscall (darwin-arm64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (darwin-arm64-cgo), const SO_BROADCAST = 32 +pkg syscall (darwin-arm64-cgo), const SO_DEBUG = 1 +pkg syscall (darwin-arm64-cgo), const SO_DEBUG ideal-int +pkg syscall (darwin-arm64-cgo), const SO_DONTROUTE = 16 +pkg syscall (darwin-arm64-cgo), const SO_DONTTRUNC = 8192 +pkg syscall (darwin-arm64-cgo), const SO_DONTTRUNC ideal-int +pkg syscall (darwin-arm64-cgo), const SO_ERROR = 4103 +pkg syscall (darwin-arm64-cgo), const SO_ERROR ideal-int +pkg syscall (darwin-arm64-cgo), const SO_KEEPALIVE = 8 +pkg syscall (darwin-arm64-cgo), const SO_LABEL = 4112 +pkg syscall (darwin-arm64-cgo), const SO_LABEL ideal-int +pkg syscall (darwin-arm64-cgo), const SO_LINGER = 128 +pkg syscall (darwin-arm64-cgo), const SO_LINGER_SEC = 4224 +pkg syscall (darwin-arm64-cgo), const SO_LINGER_SEC ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NKE = 4129 +pkg syscall (darwin-arm64-cgo), const SO_NKE ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NOADDRERR = 4131 +pkg syscall (darwin-arm64-cgo), const SO_NOADDRERR ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NOSIGPIPE = 4130 +pkg syscall (darwin-arm64-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NOTIFYCONFLICT = 4134 +pkg syscall (darwin-arm64-cgo), const SO_NOTIFYCONFLICT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NP_EXTENSIONS = 4227 +pkg syscall (darwin-arm64-cgo), const SO_NP_EXTENSIONS ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NREAD = 4128 +pkg syscall (darwin-arm64-cgo), const SO_NREAD ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NUMRCVPKT = 4370 +pkg syscall (darwin-arm64-cgo), const SO_NUMRCVPKT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_NWRITE = 4132 +pkg syscall (darwin-arm64-cgo), const SO_NWRITE ideal-int +pkg syscall (darwin-arm64-cgo), const SO_OOBINLINE = 256 +pkg syscall (darwin-arm64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (darwin-arm64-cgo), const SO_PEERLABEL = 4113 +pkg syscall (darwin-arm64-cgo), const SO_PEERLABEL ideal-int +pkg syscall (darwin-arm64-cgo), const SO_RANDOMPORT = 4226 +pkg syscall (darwin-arm64-cgo), const SO_RANDOMPORT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_RCVBUF = 4098 +pkg syscall (darwin-arm64-cgo), const SO_RCVLOWAT = 4100 +pkg syscall (darwin-arm64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_RCVTIMEO = 4102 +pkg syscall (darwin-arm64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (darwin-arm64-cgo), const SO_REUSEADDR = 4 +pkg syscall (darwin-arm64-cgo), const SO_REUSEPORT = 512 +pkg syscall (darwin-arm64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_REUSESHAREUID = 4133 +pkg syscall (darwin-arm64-cgo), const SO_REUSESHAREUID ideal-int +pkg syscall (darwin-arm64-cgo), const SO_SNDBUF = 4097 +pkg syscall (darwin-arm64-cgo), const SO_SNDLOWAT = 4099 +pkg syscall (darwin-arm64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_SNDTIMEO = 4101 +pkg syscall (darwin-arm64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (darwin-arm64-cgo), const SO_TIMESTAMP = 1024 +pkg syscall (darwin-arm64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (darwin-arm64-cgo), const SO_TIMESTAMP_MONOTONIC = 2048 +pkg syscall (darwin-arm64-cgo), const SO_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-arm64-cgo), const SO_TYPE = 4104 +pkg syscall (darwin-arm64-cgo), const SO_TYPE ideal-int +pkg syscall (darwin-arm64-cgo), const SO_UPCALLCLOSEWAIT = 4135 +pkg syscall (darwin-arm64-cgo), const SO_UPCALLCLOSEWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const SO_USELOOPBACK = 64 +pkg syscall (darwin-arm64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (darwin-arm64-cgo), const SO_WANTMORE = 16384 +pkg syscall (darwin-arm64-cgo), const SO_WANTMORE ideal-int +pkg syscall (darwin-arm64-cgo), const SO_WANTOOBFLAG = 32768 +pkg syscall (darwin-arm64-cgo), const SO_WANTOOBFLAG ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ACCEPT = 30 +pkg syscall (darwin-arm64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ACCEPT_NOCANCEL = 404 +pkg syscall (darwin-arm64-cgo), const SYS_ACCEPT_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ACCESS = 33 +pkg syscall (darwin-arm64-cgo), const SYS_ACCESS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ACCESS_EXTENDED = 284 +pkg syscall (darwin-arm64-cgo), const SYS_ACCESS_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ACCT = 51 +pkg syscall (darwin-arm64-cgo), const SYS_ACCT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ADJTIME = 140 +pkg syscall (darwin-arm64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_CANCEL = 316 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_CANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_ERROR = 317 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_ERROR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_FSYNC = 313 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_FSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_READ = 318 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_READ ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_RETURN = 314 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_RETURN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_SUSPEND = 315 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_SUSPEND ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_SUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AIO_WRITE = 319 +pkg syscall (darwin-arm64-cgo), const SYS_AIO_WRITE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATGETMSG = 207 +pkg syscall (darwin-arm64-cgo), const SYS_ATGETMSG ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATPGETREQ = 211 +pkg syscall (darwin-arm64-cgo), const SYS_ATPGETREQ ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATPGETRSP = 212 +pkg syscall (darwin-arm64-cgo), const SYS_ATPGETRSP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATPSNDREQ = 209 +pkg syscall (darwin-arm64-cgo), const SYS_ATPSNDREQ ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATPSNDRSP = 210 +pkg syscall (darwin-arm64-cgo), const SYS_ATPSNDRSP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATPUTMSG = 208 +pkg syscall (darwin-arm64-cgo), const SYS_ATPUTMSG ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ATSOCKET = 206 +pkg syscall (darwin-arm64-cgo), const SYS_ATSOCKET ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT = 350 +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AUDITCTL = 359 +pkg syscall (darwin-arm64-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AUDITON = 351 +pkg syscall (darwin-arm64-cgo), const SYS_AUDITON ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT_SESSION_JOIN = 429 +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT_SESSION_JOIN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT_SESSION_PORT = 432 +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT_SESSION_PORT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT_SESSION_SELF = 428 +pkg syscall (darwin-arm64-cgo), const SYS_AUDIT_SESSION_SELF ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_BIND = 104 +pkg syscall (darwin-arm64-cgo), const SYS_BIND ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_BSDTHREAD_CREATE = 360 +pkg syscall (darwin-arm64-cgo), const SYS_BSDTHREAD_CREATE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_BSDTHREAD_REGISTER = 366 +pkg syscall (darwin-arm64-cgo), const SYS_BSDTHREAD_REGISTER ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_BSDTHREAD_TERMINATE = 361 +pkg syscall (darwin-arm64-cgo), const SYS_BSDTHREAD_TERMINATE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHDIR = 12 +pkg syscall (darwin-arm64-cgo), const SYS_CHDIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHFLAGS = 34 +pkg syscall (darwin-arm64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHMOD = 15 +pkg syscall (darwin-arm64-cgo), const SYS_CHMOD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHMOD_EXTENDED = 282 +pkg syscall (darwin-arm64-cgo), const SYS_CHMOD_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHOWN = 16 +pkg syscall (darwin-arm64-cgo), const SYS_CHOWN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHROOT = 61 +pkg syscall (darwin-arm64-cgo), const SYS_CHROOT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CHUD = 185 +pkg syscall (darwin-arm64-cgo), const SYS_CHUD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CLOSE = 6 +pkg syscall (darwin-arm64-cgo), const SYS_CLOSE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CLOSE_NOCANCEL = 399 +pkg syscall (darwin-arm64-cgo), const SYS_CLOSE_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CONNECT = 98 +pkg syscall (darwin-arm64-cgo), const SYS_CONNECT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CONNECT_NOCANCEL = 409 +pkg syscall (darwin-arm64-cgo), const SYS_CONNECT_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_COPYFILE = 227 +pkg syscall (darwin-arm64-cgo), const SYS_COPYFILE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CSOPS = 169 +pkg syscall (darwin-arm64-cgo), const SYS_CSOPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_CSOPS_AUDITTOKEN = 170 +pkg syscall (darwin-arm64-cgo), const SYS_CSOPS_AUDITTOKEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_DELETE = 226 +pkg syscall (darwin-arm64-cgo), const SYS_DELETE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_DUP = 41 +pkg syscall (darwin-arm64-cgo), const SYS_DUP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_DUP2 = 90 +pkg syscall (darwin-arm64-cgo), const SYS_DUP2 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_EXCHANGEDATA = 223 +pkg syscall (darwin-arm64-cgo), const SYS_EXCHANGEDATA ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_EXECVE = 59 +pkg syscall (darwin-arm64-cgo), const SYS_EXECVE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_EXIT = 1 +pkg syscall (darwin-arm64-cgo), const SYS_EXIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCHDIR = 13 +pkg syscall (darwin-arm64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCHFLAGS = 35 +pkg syscall (darwin-arm64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCHMOD = 124 +pkg syscall (darwin-arm64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCHMOD_EXTENDED = 283 +pkg syscall (darwin-arm64-cgo), const SYS_FCHMOD_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCHOWN = 123 +pkg syscall (darwin-arm64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCNTL = 92 +pkg syscall (darwin-arm64-cgo), const SYS_FCNTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FCNTL_NOCANCEL = 406 +pkg syscall (darwin-arm64-cgo), const SYS_FCNTL_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FDATASYNC = 187 +pkg syscall (darwin-arm64-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FFSCTL = 245 +pkg syscall (darwin-arm64-cgo), const SYS_FFSCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FGETATTRLIST = 228 +pkg syscall (darwin-arm64-cgo), const SYS_FGETATTRLIST ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FGETXATTR = 235 +pkg syscall (darwin-arm64-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FHOPEN = 248 +pkg syscall (darwin-arm64-cgo), const SYS_FHOPEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FILEPORT_MAKEFD = 431 +pkg syscall (darwin-arm64-cgo), const SYS_FILEPORT_MAKEFD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FILEPORT_MAKEPORT = 430 +pkg syscall (darwin-arm64-cgo), const SYS_FILEPORT_MAKEPORT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FLISTXATTR = 241 +pkg syscall (darwin-arm64-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FLOCK = 131 +pkg syscall (darwin-arm64-cgo), const SYS_FLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FORK = 2 +pkg syscall (darwin-arm64-cgo), const SYS_FORK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FPATHCONF = 192 +pkg syscall (darwin-arm64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FREMOVEXATTR = 239 +pkg syscall (darwin-arm64-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSCTL = 242 +pkg syscall (darwin-arm64-cgo), const SYS_FSCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSETATTRLIST = 229 +pkg syscall (darwin-arm64-cgo), const SYS_FSETATTRLIST ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSETXATTR = 237 +pkg syscall (darwin-arm64-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSGETPATH = 427 +pkg syscall (darwin-arm64-cgo), const SYS_FSGETPATH ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT = 189 +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT64 = 339 +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT64_EXTENDED = 343 +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT64_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSTATFS = 158 +pkg syscall (darwin-arm64-cgo), const SYS_FSTATFS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSTATFS64 = 346 +pkg syscall (darwin-arm64-cgo), const SYS_FSTATFS64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT_EXTENDED = 281 +pkg syscall (darwin-arm64-cgo), const SYS_FSTAT_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSYNC = 95 +pkg syscall (darwin-arm64-cgo), const SYS_FSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FSYNC_NOCANCEL = 408 +pkg syscall (darwin-arm64-cgo), const SYS_FSYNC_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FTRUNCATE = 201 +pkg syscall (darwin-arm64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_FUTIMES = 139 +pkg syscall (darwin-arm64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETATTRLIST = 220 +pkg syscall (darwin-arm64-cgo), const SYS_GETATTRLIST ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETAUDIT_ADDR = 357 +pkg syscall (darwin-arm64-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETAUID = 353 +pkg syscall (darwin-arm64-cgo), const SYS_GETAUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETDIRENTRIES = 196 +pkg syscall (darwin-arm64-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETDIRENTRIES64 = 344 +pkg syscall (darwin-arm64-cgo), const SYS_GETDIRENTRIES64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETDIRENTRIESATTR = 222 +pkg syscall (darwin-arm64-cgo), const SYS_GETDIRENTRIESATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETDTABLESIZE = 89 +pkg syscall (darwin-arm64-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETEGID = 43 +pkg syscall (darwin-arm64-cgo), const SYS_GETEGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETEUID = 25 +pkg syscall (darwin-arm64-cgo), const SYS_GETEUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETFH = 161 +pkg syscall (darwin-arm64-cgo), const SYS_GETFH ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETFSSTAT = 18 +pkg syscall (darwin-arm64-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETFSSTAT64 = 347 +pkg syscall (darwin-arm64-cgo), const SYS_GETFSSTAT64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETGID = 47 +pkg syscall (darwin-arm64-cgo), const SYS_GETGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETGROUPS = 79 +pkg syscall (darwin-arm64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETHOSTUUID = 142 +pkg syscall (darwin-arm64-cgo), const SYS_GETHOSTUUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETITIMER = 86 +pkg syscall (darwin-arm64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETLCID = 395 +pkg syscall (darwin-arm64-cgo), const SYS_GETLCID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETLOGIN = 49 +pkg syscall (darwin-arm64-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETPEERNAME = 31 +pkg syscall (darwin-arm64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETPGID = 151 +pkg syscall (darwin-arm64-cgo), const SYS_GETPGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETPGRP = 81 +pkg syscall (darwin-arm64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETPID = 20 +pkg syscall (darwin-arm64-cgo), const SYS_GETPID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETPPID = 39 +pkg syscall (darwin-arm64-cgo), const SYS_GETPPID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETPRIORITY = 100 +pkg syscall (darwin-arm64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETRLIMIT = 194 +pkg syscall (darwin-arm64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETRUSAGE = 117 +pkg syscall (darwin-arm64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETSGROUPS = 288 +pkg syscall (darwin-arm64-cgo), const SYS_GETSGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETSID = 310 +pkg syscall (darwin-arm64-cgo), const SYS_GETSID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETSOCKNAME = 32 +pkg syscall (darwin-arm64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETSOCKOPT = 118 +pkg syscall (darwin-arm64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETTID = 286 +pkg syscall (darwin-arm64-cgo), const SYS_GETTID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETTIMEOFDAY = 116 +pkg syscall (darwin-arm64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETUID = 24 +pkg syscall (darwin-arm64-cgo), const SYS_GETUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETWGROUPS = 290 +pkg syscall (darwin-arm64-cgo), const SYS_GETWGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_GETXATTR = 234 +pkg syscall (darwin-arm64-cgo), const SYS_GETXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_IDENTITYSVC = 293 +pkg syscall (darwin-arm64-cgo), const SYS_IDENTITYSVC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_INITGROUPS = 243 +pkg syscall (darwin-arm64-cgo), const SYS_INITGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_IOCTL = 54 +pkg syscall (darwin-arm64-cgo), const SYS_IOCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_IOPOLICYSYS = 322 +pkg syscall (darwin-arm64-cgo), const SYS_IOPOLICYSYS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_ISSETUGID = 327 +pkg syscall (darwin-arm64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_KAS_INFO = 439 +pkg syscall (darwin-arm64-cgo), const SYS_KAS_INFO ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_KDEBUG_TRACE = 180 +pkg syscall (darwin-arm64-cgo), const SYS_KDEBUG_TRACE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_KEVENT = 363 +pkg syscall (darwin-arm64-cgo), const SYS_KEVENT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_KEVENT64 = 369 +pkg syscall (darwin-arm64-cgo), const SYS_KEVENT64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_KILL = 37 +pkg syscall (darwin-arm64-cgo), const SYS_KILL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_KQUEUE = 362 +pkg syscall (darwin-arm64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LCHOWN = 364 +pkg syscall (darwin-arm64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LEDGER = 373 +pkg syscall (darwin-arm64-cgo), const SYS_LEDGER ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LINK = 9 +pkg syscall (darwin-arm64-cgo), const SYS_LINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LIO_LISTIO = 320 +pkg syscall (darwin-arm64-cgo), const SYS_LIO_LISTIO ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LISTEN = 106 +pkg syscall (darwin-arm64-cgo), const SYS_LISTEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LISTXATTR = 240 +pkg syscall (darwin-arm64-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LSEEK = 199 +pkg syscall (darwin-arm64-cgo), const SYS_LSEEK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT = 190 +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT64 = 340 +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT64_EXTENDED = 342 +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT64_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT_EXTENDED = 280 +pkg syscall (darwin-arm64-cgo), const SYS_LSTAT_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MADVISE = 75 +pkg syscall (darwin-arm64-cgo), const SYS_MADVISE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MAXSYSCALL = 440 +pkg syscall (darwin-arm64-cgo), const SYS_MAXSYSCALL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MINCORE = 78 +pkg syscall (darwin-arm64-cgo), const SYS_MINCORE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MINHERIT = 250 +pkg syscall (darwin-arm64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MKDIR = 136 +pkg syscall (darwin-arm64-cgo), const SYS_MKDIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MKDIR_EXTENDED = 292 +pkg syscall (darwin-arm64-cgo), const SYS_MKDIR_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MKFIFO = 132 +pkg syscall (darwin-arm64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MKFIFO_EXTENDED = 291 +pkg syscall (darwin-arm64-cgo), const SYS_MKFIFO_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MKNOD = 14 +pkg syscall (darwin-arm64-cgo), const SYS_MKNOD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MLOCK = 203 +pkg syscall (darwin-arm64-cgo), const SYS_MLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MLOCKALL = 324 +pkg syscall (darwin-arm64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MMAP = 197 +pkg syscall (darwin-arm64-cgo), const SYS_MMAP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MODWATCH = 233 +pkg syscall (darwin-arm64-cgo), const SYS_MODWATCH ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MOUNT = 167 +pkg syscall (darwin-arm64-cgo), const SYS_MOUNT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MPROTECT = 74 +pkg syscall (darwin-arm64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGCTL = 258 +pkg syscall (darwin-arm64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGGET = 259 +pkg syscall (darwin-arm64-cgo), const SYS_MSGGET ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGRCV = 261 +pkg syscall (darwin-arm64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGRCV_NOCANCEL = 419 +pkg syscall (darwin-arm64-cgo), const SYS_MSGRCV_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGSND = 260 +pkg syscall (darwin-arm64-cgo), const SYS_MSGSND ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGSND_NOCANCEL = 418 +pkg syscall (darwin-arm64-cgo), const SYS_MSGSND_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSGSYS = 252 +pkg syscall (darwin-arm64-cgo), const SYS_MSGSYS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSYNC = 65 +pkg syscall (darwin-arm64-cgo), const SYS_MSYNC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MSYNC_NOCANCEL = 405 +pkg syscall (darwin-arm64-cgo), const SYS_MSYNC_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MUNLOCK = 204 +pkg syscall (darwin-arm64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MUNLOCKALL = 325 +pkg syscall (darwin-arm64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_MUNMAP = 73 +pkg syscall (darwin-arm64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_NFSCLNT = 247 +pkg syscall (darwin-arm64-cgo), const SYS_NFSCLNT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_NFSSVC = 155 +pkg syscall (darwin-arm64-cgo), const SYS_NFSSVC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_OPEN = 5 +pkg syscall (darwin-arm64-cgo), const SYS_OPEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_OPEN_DPROTECTED_NP = 216 +pkg syscall (darwin-arm64-cgo), const SYS_OPEN_DPROTECTED_NP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_OPEN_EXTENDED = 277 +pkg syscall (darwin-arm64-cgo), const SYS_OPEN_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_OPEN_NOCANCEL = 398 +pkg syscall (darwin-arm64-cgo), const SYS_OPEN_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PATHCONF = 191 +pkg syscall (darwin-arm64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PID_HIBERNATE = 435 +pkg syscall (darwin-arm64-cgo), const SYS_PID_HIBERNATE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PID_RESUME = 434 +pkg syscall (darwin-arm64-cgo), const SYS_PID_RESUME ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436 +pkg syscall (darwin-arm64-cgo), const SYS_PID_SHUTDOWN_SOCKETS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PID_SUSPEND = 433 +pkg syscall (darwin-arm64-cgo), const SYS_PID_SUSPEND ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PIPE = 42 +pkg syscall (darwin-arm64-cgo), const SYS_PIPE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_POLL = 230 +pkg syscall (darwin-arm64-cgo), const SYS_POLL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_POLL_NOCANCEL = 417 +pkg syscall (darwin-arm64-cgo), const SYS_POLL_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_POSIX_SPAWN = 244 +pkg syscall (darwin-arm64-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PREAD = 153 +pkg syscall (darwin-arm64-cgo), const SYS_PREAD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PREAD_NOCANCEL = 414 +pkg syscall (darwin-arm64-cgo), const SYS_PREAD_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PROCESS_POLICY = 323 +pkg syscall (darwin-arm64-cgo), const SYS_PROCESS_POLICY ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PROC_INFO = 336 +pkg syscall (darwin-arm64-cgo), const SYS_PROC_INFO ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVBROAD = 303 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVBROAD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVCLRPREPOST ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVSIGNAL = 304 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVSIGNAL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVWAIT = 305 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_CVWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_MUTEXDROP = 302 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_MUTEXDROP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_MUTEXWAIT = 301 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_MUTEXWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_DOWNGRADE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_RDLOCK = 306 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_RDLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_UNLOCK = 308 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_UNLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_UNLOCK2 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_UPGRADE = 300 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_UPGRADE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_WRLOCK = 307 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_WRLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 +pkg syscall (darwin-arm64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PTRACE = 26 +pkg syscall (darwin-arm64-cgo), const SYS_PTRACE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PWRITE = 154 +pkg syscall (darwin-arm64-cgo), const SYS_PWRITE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_PWRITE_NOCANCEL = 415 +pkg syscall (darwin-arm64-cgo), const SYS_PWRITE_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_QUOTACTL = 165 +pkg syscall (darwin-arm64-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_READ = 3 +pkg syscall (darwin-arm64-cgo), const SYS_READ ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_READLINK = 58 +pkg syscall (darwin-arm64-cgo), const SYS_READLINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_READV = 120 +pkg syscall (darwin-arm64-cgo), const SYS_READV ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_READV_NOCANCEL = 411 +pkg syscall (darwin-arm64-cgo), const SYS_READV_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_READ_NOCANCEL = 396 +pkg syscall (darwin-arm64-cgo), const SYS_READ_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_REBOOT = 55 +pkg syscall (darwin-arm64-cgo), const SYS_REBOOT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_RECVFROM = 29 +pkg syscall (darwin-arm64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_RECVFROM_NOCANCEL = 403 +pkg syscall (darwin-arm64-cgo), const SYS_RECVFROM_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_RECVMSG = 27 +pkg syscall (darwin-arm64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_RECVMSG_NOCANCEL = 401 +pkg syscall (darwin-arm64-cgo), const SYS_RECVMSG_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_REMOVEXATTR = 238 +pkg syscall (darwin-arm64-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_RENAME = 128 +pkg syscall (darwin-arm64-cgo), const SYS_RENAME ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_REVOKE = 56 +pkg syscall (darwin-arm64-cgo), const SYS_REVOKE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_RMDIR = 137 +pkg syscall (darwin-arm64-cgo), const SYS_RMDIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEARCHFS = 225 +pkg syscall (darwin-arm64-cgo), const SYS_SEARCHFS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SELECT = 93 +pkg syscall (darwin-arm64-cgo), const SYS_SELECT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SELECT_NOCANCEL = 407 +pkg syscall (darwin-arm64-cgo), const SYS_SELECT_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEMCTL = 254 +pkg syscall (darwin-arm64-cgo), const SYS_SEMCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEMGET = 255 +pkg syscall (darwin-arm64-cgo), const SYS_SEMGET ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEMOP = 256 +pkg syscall (darwin-arm64-cgo), const SYS_SEMOP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEMSYS = 251 +pkg syscall (darwin-arm64-cgo), const SYS_SEMSYS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_CLOSE = 269 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_CLOSE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_DESTROY = 276 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_DESTROY ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_GETVALUE = 274 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_GETVALUE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_INIT = 275 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_INIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_OPEN = 268 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_OPEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_POST = 273 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_POST ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_TRYWAIT = 272 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_TRYWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_UNLINK = 270 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_UNLINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_WAIT = 271 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_WAIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SEM_WAIT_NOCANCEL = 420 +pkg syscall (darwin-arm64-cgo), const SYS_SEM_WAIT_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SENDFILE = 337 +pkg syscall (darwin-arm64-cgo), const SYS_SENDFILE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SENDMSG = 28 +pkg syscall (darwin-arm64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SENDMSG_NOCANCEL = 402 +pkg syscall (darwin-arm64-cgo), const SYS_SENDMSG_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SENDTO = 133 +pkg syscall (darwin-arm64-cgo), const SYS_SENDTO ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SENDTO_NOCANCEL = 413 +pkg syscall (darwin-arm64-cgo), const SYS_SENDTO_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETATTRLIST = 221 +pkg syscall (darwin-arm64-cgo), const SYS_SETATTRLIST ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETAUDIT_ADDR = 358 +pkg syscall (darwin-arm64-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETAUID = 354 +pkg syscall (darwin-arm64-cgo), const SYS_SETAUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETEGID = 182 +pkg syscall (darwin-arm64-cgo), const SYS_SETEGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETEUID = 183 +pkg syscall (darwin-arm64-cgo), const SYS_SETEUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETGID = 181 +pkg syscall (darwin-arm64-cgo), const SYS_SETGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETGROUPS = 80 +pkg syscall (darwin-arm64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETITIMER = 83 +pkg syscall (darwin-arm64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETLCID = 394 +pkg syscall (darwin-arm64-cgo), const SYS_SETLCID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETLOGIN = 50 +pkg syscall (darwin-arm64-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETPGID = 82 +pkg syscall (darwin-arm64-cgo), const SYS_SETPGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETPRIORITY = 96 +pkg syscall (darwin-arm64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETPRIVEXEC = 152 +pkg syscall (darwin-arm64-cgo), const SYS_SETPRIVEXEC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETREGID = 127 +pkg syscall (darwin-arm64-cgo), const SYS_SETREGID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETREUID = 126 +pkg syscall (darwin-arm64-cgo), const SYS_SETREUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETRLIMIT = 195 +pkg syscall (darwin-arm64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETSGROUPS = 287 +pkg syscall (darwin-arm64-cgo), const SYS_SETSGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETSID = 147 +pkg syscall (darwin-arm64-cgo), const SYS_SETSID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETSOCKOPT = 105 +pkg syscall (darwin-arm64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETTID = 285 +pkg syscall (darwin-arm64-cgo), const SYS_SETTID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETTID_WITH_PID = 311 +pkg syscall (darwin-arm64-cgo), const SYS_SETTID_WITH_PID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETTIMEOFDAY = 122 +pkg syscall (darwin-arm64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETUID = 23 +pkg syscall (darwin-arm64-cgo), const SYS_SETUID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETWGROUPS = 289 +pkg syscall (darwin-arm64-cgo), const SYS_SETWGROUPS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SETXATTR = 236 +pkg syscall (darwin-arm64-cgo), const SYS_SETXATTR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHARED_REGION_CHECK_NP = 294 +pkg syscall (darwin-arm64-cgo), const SYS_SHARED_REGION_CHECK_NP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 +pkg syscall (darwin-arm64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHMAT = 262 +pkg syscall (darwin-arm64-cgo), const SYS_SHMAT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHMCTL = 263 +pkg syscall (darwin-arm64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHMDT = 264 +pkg syscall (darwin-arm64-cgo), const SYS_SHMDT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHMGET = 265 +pkg syscall (darwin-arm64-cgo), const SYS_SHMGET ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHMSYS = 253 +pkg syscall (darwin-arm64-cgo), const SYS_SHMSYS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHM_OPEN = 266 +pkg syscall (darwin-arm64-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHM_UNLINK = 267 +pkg syscall (darwin-arm64-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SHUTDOWN = 134 +pkg syscall (darwin-arm64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGACTION = 46 +pkg syscall (darwin-arm64-cgo), const SYS_SIGACTION ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGALTSTACK = 53 +pkg syscall (darwin-arm64-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGPENDING = 52 +pkg syscall (darwin-arm64-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGPROCMASK = 48 +pkg syscall (darwin-arm64-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGRETURN = 184 +pkg syscall (darwin-arm64-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGSUSPEND = 111 +pkg syscall (darwin-arm64-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410 +pkg syscall (darwin-arm64-cgo), const SYS_SIGSUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SOCKET = 97 +pkg syscall (darwin-arm64-cgo), const SYS_SOCKET ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SOCKETPAIR = 135 +pkg syscall (darwin-arm64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STACK_SNAPSHOT = 365 +pkg syscall (darwin-arm64-cgo), const SYS_STACK_SNAPSHOT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STAT = 188 +pkg syscall (darwin-arm64-cgo), const SYS_STAT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STAT64 = 338 +pkg syscall (darwin-arm64-cgo), const SYS_STAT64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STAT64_EXTENDED = 341 +pkg syscall (darwin-arm64-cgo), const SYS_STAT64_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STATFS = 157 +pkg syscall (darwin-arm64-cgo), const SYS_STATFS ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STATFS64 = 345 +pkg syscall (darwin-arm64-cgo), const SYS_STATFS64 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_STAT_EXTENDED = 279 +pkg syscall (darwin-arm64-cgo), const SYS_STAT_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SWAPON = 85 +pkg syscall (darwin-arm64-cgo), const SYS_SWAPON ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SYMLINK = 57 +pkg syscall (darwin-arm64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SYNC = 36 +pkg syscall (darwin-arm64-cgo), const SYS_SYNC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_SYSCALL = 0 +pkg syscall (darwin-arm64-cgo), const SYS_SYSCALL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_THREAD_SELFID = 372 +pkg syscall (darwin-arm64-cgo), const SYS_THREAD_SELFID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_TRUNCATE = 200 +pkg syscall (darwin-arm64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_UMASK = 60 +pkg syscall (darwin-arm64-cgo), const SYS_UMASK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_UMASK_EXTENDED = 278 +pkg syscall (darwin-arm64-cgo), const SYS_UMASK_EXTENDED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_UNDELETE = 205 +pkg syscall (darwin-arm64-cgo), const SYS_UNDELETE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_UNLINK = 10 +pkg syscall (darwin-arm64-cgo), const SYS_UNLINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_UNMOUNT = 159 +pkg syscall (darwin-arm64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_UTIMES = 138 +pkg syscall (darwin-arm64-cgo), const SYS_UTIMES ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_VFORK = 66 +pkg syscall (darwin-arm64-cgo), const SYS_VFORK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_VM_PRESSURE_MONITOR = 296 +pkg syscall (darwin-arm64-cgo), const SYS_VM_PRESSURE_MONITOR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WAIT4 = 7 +pkg syscall (darwin-arm64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WAIT4_NOCANCEL = 400 +pkg syscall (darwin-arm64-cgo), const SYS_WAIT4_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WAITEVENT = 232 +pkg syscall (darwin-arm64-cgo), const SYS_WAITEVENT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WAITID = 173 +pkg syscall (darwin-arm64-cgo), const SYS_WAITID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WAITID_NOCANCEL = 416 +pkg syscall (darwin-arm64-cgo), const SYS_WAITID_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WATCHEVENT = 231 +pkg syscall (darwin-arm64-cgo), const SYS_WATCHEVENT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WORKQ_KERNRETURN = 368 +pkg syscall (darwin-arm64-cgo), const SYS_WORKQ_KERNRETURN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WORKQ_OPEN = 367 +pkg syscall (darwin-arm64-cgo), const SYS_WORKQ_OPEN ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WRITE = 4 +pkg syscall (darwin-arm64-cgo), const SYS_WRITE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WRITEV = 121 +pkg syscall (darwin-arm64-cgo), const SYS_WRITEV ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WRITEV_NOCANCEL = 412 +pkg syscall (darwin-arm64-cgo), const SYS_WRITEV_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS_WRITE_NOCANCEL = 397 +pkg syscall (darwin-arm64-cgo), const SYS_WRITE_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___DISABLE_THREADSIGNAL = 331 +pkg syscall (darwin-arm64-cgo), const SYS___DISABLE_THREADSIGNAL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_EXECVE = 380 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GETFSSTAT = 426 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GETFSSTAT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_FD = 388 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_FILE = 382 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_LCID = 391 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_LCID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_LCTX = 392 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_LCTX ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_LINK = 384 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_MOUNT = 425 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_MOUNT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_PID = 390 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_PROC = 386 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_MOUNT = 424 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_MOUNT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_FD = 389 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_FILE = 383 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_LCTX = 393 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_LCTX ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_LINK = 385 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_PROC = 387 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SYSCALL = 381 +pkg syscall (darwin-arm64-cgo), const SYS___MAC_SYSCALL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370 +pkg syscall (darwin-arm64-cgo), const SYS___OLD_SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 +pkg syscall (darwin-arm64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_CANCELED = 333 +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_CANCELED ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_CHDIR = 348 +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_CHDIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_FCHDIR = 349 +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_FCHDIR ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_KILL = 328 +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_KILL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_MARKCANCEL = 332 +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_MARKCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_SIGMASK = 329 +pkg syscall (darwin-arm64-cgo), const SYS___PTHREAD_SIGMASK ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___SEMWAIT_SIGNAL = 334 +pkg syscall (darwin-arm64-cgo), const SYS___SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 +pkg syscall (darwin-arm64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___SIGWAIT = 330 +pkg syscall (darwin-arm64-cgo), const SYS___SIGWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___SIGWAIT_NOCANCEL = 422 +pkg syscall (darwin-arm64-cgo), const SYS___SIGWAIT_NOCANCEL ideal-int +pkg syscall (darwin-arm64-cgo), const SYS___SYSCTL = 202 +pkg syscall (darwin-arm64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (darwin-arm64-cgo), const S_IEXEC = 64 +pkg syscall (darwin-arm64-cgo), const S_IEXEC ideal-int +pkg syscall (darwin-arm64-cgo), const S_IFMT = 61440 +pkg syscall (darwin-arm64-cgo), const S_IFWHT = 57344 +pkg syscall (darwin-arm64-cgo), const S_IFWHT ideal-int +pkg syscall (darwin-arm64-cgo), const S_IREAD = 256 +pkg syscall (darwin-arm64-cgo), const S_IREAD ideal-int +pkg syscall (darwin-arm64-cgo), const S_IRGRP = 32 +pkg syscall (darwin-arm64-cgo), const S_IRGRP ideal-int +pkg syscall (darwin-arm64-cgo), const S_IROTH = 4 +pkg syscall (darwin-arm64-cgo), const S_IROTH ideal-int +pkg syscall (darwin-arm64-cgo), const S_IRWXG = 56 +pkg syscall (darwin-arm64-cgo), const S_IRWXG ideal-int +pkg syscall (darwin-arm64-cgo), const S_IRWXO = 7 +pkg syscall (darwin-arm64-cgo), const S_IRWXO ideal-int +pkg syscall (darwin-arm64-cgo), const S_IRWXU = 448 +pkg syscall (darwin-arm64-cgo), const S_IRWXU ideal-int +pkg syscall (darwin-arm64-cgo), const S_ISTXT = 512 +pkg syscall (darwin-arm64-cgo), const S_ISTXT ideal-int +pkg syscall (darwin-arm64-cgo), const S_IWGRP = 16 +pkg syscall (darwin-arm64-cgo), const S_IWGRP ideal-int +pkg syscall (darwin-arm64-cgo), const S_IWOTH = 2 +pkg syscall (darwin-arm64-cgo), const S_IWOTH ideal-int +pkg syscall (darwin-arm64-cgo), const S_IWRITE = 128 +pkg syscall (darwin-arm64-cgo), const S_IWRITE ideal-int +pkg syscall (darwin-arm64-cgo), const S_IXGRP = 8 +pkg syscall (darwin-arm64-cgo), const S_IXGRP ideal-int +pkg syscall (darwin-arm64-cgo), const S_IXOTH = 1 +pkg syscall (darwin-arm64-cgo), const S_IXOTH ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofBpfHdr = 20 +pkg syscall (darwin-arm64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofBpfInsn = 8 +pkg syscall (darwin-arm64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofBpfProgram = 16 +pkg syscall (darwin-arm64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofBpfStat = 8 +pkg syscall (darwin-arm64-cgo), const SizeofBpfStat ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofBpfVersion = 4 +pkg syscall (darwin-arm64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofCmsghdr = 12 +pkg syscall (darwin-arm64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (darwin-arm64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIPMreq = 8 +pkg syscall (darwin-arm64-cgo), const SizeofIPMreq ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (darwin-arm64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIPv6Mreq = 20 +pkg syscall (darwin-arm64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIfData = 96 +pkg syscall (darwin-arm64-cgo), const SizeofIfData ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIfMsghdr = 112 +pkg syscall (darwin-arm64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIfaMsghdr = 20 +pkg syscall (darwin-arm64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIfmaMsghdr = 16 +pkg syscall (darwin-arm64-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofIfmaMsghdr2 = 20 +pkg syscall (darwin-arm64-cgo), const SizeofIfmaMsghdr2 ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofInet4Pktinfo = 12 +pkg syscall (darwin-arm64-cgo), const SizeofInet4Pktinfo ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofInet6Pktinfo = 20 +pkg syscall (darwin-arm64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofLinger = 8 +pkg syscall (darwin-arm64-cgo), const SizeofLinger ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofMsghdr = 48 +pkg syscall (darwin-arm64-cgo), const SizeofMsghdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofRtMetrics = 56 +pkg syscall (darwin-arm64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofRtMsghdr = 92 +pkg syscall (darwin-arm64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrAny = 108 +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrDatalink = 20 +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrInet4 = 16 +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrInet6 = 28 +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (darwin-arm64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (darwin-arm64-cgo), const TCIFLUSH = 1 +pkg syscall (darwin-arm64-cgo), const TCIFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const TCIOFLUSH = 3 +pkg syscall (darwin-arm64-cgo), const TCIOFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const TCOFLUSH = 2 +pkg syscall (darwin-arm64-cgo), const TCOFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_CONNECTIONTIMEOUT = 32 +pkg syscall (darwin-arm64-cgo), const TCP_CONNECTIONTIMEOUT ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_ENABLE_ECN = 260 +pkg syscall (darwin-arm64-cgo), const TCP_ENABLE_ECN ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_KEEPALIVE = 16 +pkg syscall (darwin-arm64-cgo), const TCP_KEEPALIVE ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_KEEPCNT = 258 +pkg syscall (darwin-arm64-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_KEEPINTVL = 257 +pkg syscall (darwin-arm64-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MAXHLEN = 60 +pkg syscall (darwin-arm64-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MAXOLEN = 40 +pkg syscall (darwin-arm64-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MAXSEG = 2 +pkg syscall (darwin-arm64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MAXWIN = 65535 +pkg syscall (darwin-arm64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MAX_SACK = 4 +pkg syscall (darwin-arm64-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MAX_WINSHIFT = 14 +pkg syscall (darwin-arm64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MINMSS = 216 +pkg syscall (darwin-arm64-cgo), const TCP_MINMSS ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_MSS = 512 +pkg syscall (darwin-arm64-cgo), const TCP_MSS ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_NOOPT = 8 +pkg syscall (darwin-arm64-cgo), const TCP_NOOPT ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_NOPUSH = 4 +pkg syscall (darwin-arm64-cgo), const TCP_NOPUSH ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_NOTSENT_LOWAT = 513 +pkg syscall (darwin-arm64-cgo), const TCP_NOTSENT_LOWAT ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_RXT_CONNDROPTIME = 128 +pkg syscall (darwin-arm64-cgo), const TCP_RXT_CONNDROPTIME ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_RXT_FINDROP = 256 +pkg syscall (darwin-arm64-cgo), const TCP_RXT_FINDROP ideal-int +pkg syscall (darwin-arm64-cgo), const TCP_SENDMOREACKS = 259 +pkg syscall (darwin-arm64-cgo), const TCP_SENDMOREACKS ideal-int +pkg syscall (darwin-arm64-cgo), const TCSAFLUSH = 2 +pkg syscall (darwin-arm64-cgo), const TCSAFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCCBRK = 536900730 +pkg syscall (darwin-arm64-cgo), const TIOCCBRK ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCCDTR = 536900728 +pkg syscall (darwin-arm64-cgo), const TIOCCDTR ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCCONS = 2147775586 +pkg syscall (darwin-arm64-cgo), const TIOCCONS ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCDCDTIMESTAMP = 1074820184 +pkg syscall (darwin-arm64-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCDRAIN = 536900702 +pkg syscall (darwin-arm64-cgo), const TIOCDRAIN ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCDSIMICROCODE = 536900693 +pkg syscall (darwin-arm64-cgo), const TIOCDSIMICROCODE ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCEXCL = 536900621 +pkg syscall (darwin-arm64-cgo), const TIOCEXCL ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCEXT = 2147775584 +pkg syscall (darwin-arm64-cgo), const TIOCEXT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCFLUSH = 2147775504 +pkg syscall (darwin-arm64-cgo), const TIOCFLUSH ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCGDRAINWAIT = 1074033750 +pkg syscall (darwin-arm64-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCGETA = 1078490131 +pkg syscall (darwin-arm64-cgo), const TIOCGETA ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCGETD = 1074033690 +pkg syscall (darwin-arm64-cgo), const TIOCGETD ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCGPGRP = 1074033783 +pkg syscall (darwin-arm64-cgo), const TIOCGPGRP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCGWINSZ = 1074295912 +pkg syscall (darwin-arm64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCIXOFF = 536900736 +pkg syscall (darwin-arm64-cgo), const TIOCIXOFF ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCIXON = 536900737 +pkg syscall (darwin-arm64-cgo), const TIOCIXON ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMBIC = 2147775595 +pkg syscall (darwin-arm64-cgo), const TIOCMBIC ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMBIS = 2147775596 +pkg syscall (darwin-arm64-cgo), const TIOCMBIS ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMGDTRWAIT = 1074033754 +pkg syscall (darwin-arm64-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMGET = 1074033770 +pkg syscall (darwin-arm64-cgo), const TIOCMGET ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMODG = 1074033667 +pkg syscall (darwin-arm64-cgo), const TIOCMODG ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMODS = 2147775492 +pkg syscall (darwin-arm64-cgo), const TIOCMODS ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMSDTRWAIT = 2147775579 +pkg syscall (darwin-arm64-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCMSET = 2147775597 +pkg syscall (darwin-arm64-cgo), const TIOCMSET ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_CAR = 64 +pkg syscall (darwin-arm64-cgo), const TIOCM_CAR ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_CD = 64 +pkg syscall (darwin-arm64-cgo), const TIOCM_CD ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_CTS = 32 +pkg syscall (darwin-arm64-cgo), const TIOCM_CTS ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_DSR = 256 +pkg syscall (darwin-arm64-cgo), const TIOCM_DSR ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_DTR = 2 +pkg syscall (darwin-arm64-cgo), const TIOCM_DTR ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_LE = 1 +pkg syscall (darwin-arm64-cgo), const TIOCM_LE ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_RI = 128 +pkg syscall (darwin-arm64-cgo), const TIOCM_RI ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_RNG = 128 +pkg syscall (darwin-arm64-cgo), const TIOCM_RNG ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_RTS = 4 +pkg syscall (darwin-arm64-cgo), const TIOCM_RTS ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_SR = 16 +pkg syscall (darwin-arm64-cgo), const TIOCM_SR ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCM_ST = 8 +pkg syscall (darwin-arm64-cgo), const TIOCM_ST ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCNOTTY = 536900721 +pkg syscall (darwin-arm64-cgo), const TIOCNOTTY ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCNXCL = 536900622 +pkg syscall (darwin-arm64-cgo), const TIOCNXCL ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCOUTQ = 1074033779 +pkg syscall (darwin-arm64-cgo), const TIOCOUTQ ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT = 2147775600 +pkg syscall (darwin-arm64-cgo), const TIOCPKT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_DATA = 0 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_DOSTOP = 32 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_FLUSHREAD = 1 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_FLUSHWRITE = 2 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_IOCTL = 64 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_NOSTOP = 16 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_START = 8 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_START ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPKT_STOP = 4 +pkg syscall (darwin-arm64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPTYGNAME = 1082160211 +pkg syscall (darwin-arm64-cgo), const TIOCPTYGNAME ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPTYGRANT = 536900692 +pkg syscall (darwin-arm64-cgo), const TIOCPTYGRANT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCPTYUNLK = 536900690 +pkg syscall (darwin-arm64-cgo), const TIOCPTYUNLK ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCREMOTE = 2147775593 +pkg syscall (darwin-arm64-cgo), const TIOCREMOTE ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSBRK = 536900731 +pkg syscall (darwin-arm64-cgo), const TIOCSBRK ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSCONS = 536900707 +pkg syscall (darwin-arm64-cgo), const TIOCSCONS ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSCTTY = 536900705 +pkg syscall (darwin-arm64-cgo), const TIOCSCTTY ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSDRAINWAIT = 2147775575 +pkg syscall (darwin-arm64-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSDTR = 536900729 +pkg syscall (darwin-arm64-cgo), const TIOCSDTR ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSETA = 2152231956 +pkg syscall (darwin-arm64-cgo), const TIOCSETA ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSETAF = 2152231958 +pkg syscall (darwin-arm64-cgo), const TIOCSETAF ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSETAW = 2152231957 +pkg syscall (darwin-arm64-cgo), const TIOCSETAW ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSETD = 2147775515 +pkg syscall (darwin-arm64-cgo), const TIOCSETD ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSIG = 536900703 +pkg syscall (darwin-arm64-cgo), const TIOCSIG ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSPGRP = 2147775606 +pkg syscall (darwin-arm64-cgo), const TIOCSPGRP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSTART = 536900718 +pkg syscall (darwin-arm64-cgo), const TIOCSTART ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSTAT = 536900709 +pkg syscall (darwin-arm64-cgo), const TIOCSTAT ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSTI = 2147578994 +pkg syscall (darwin-arm64-cgo), const TIOCSTI ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSTOP = 536900719 +pkg syscall (darwin-arm64-cgo), const TIOCSTOP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCSWINSZ = 2148037735 +pkg syscall (darwin-arm64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCTIMESTAMP = 1074820185 +pkg syscall (darwin-arm64-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (darwin-arm64-cgo), const TIOCUCNTL = 2147775590 +pkg syscall (darwin-arm64-cgo), const TIOCUCNTL ideal-int +pkg syscall (darwin-arm64-cgo), const TOSTOP = 4194304 +pkg syscall (darwin-arm64-cgo), const TOSTOP ideal-int +pkg syscall (darwin-arm64-cgo), const VDISCARD = 15 +pkg syscall (darwin-arm64-cgo), const VDISCARD ideal-int +pkg syscall (darwin-arm64-cgo), const VDSUSP = 11 +pkg syscall (darwin-arm64-cgo), const VDSUSP ideal-int +pkg syscall (darwin-arm64-cgo), const VEOF = 0 +pkg syscall (darwin-arm64-cgo), const VEOF ideal-int +pkg syscall (darwin-arm64-cgo), const VEOL = 1 +pkg syscall (darwin-arm64-cgo), const VEOL ideal-int +pkg syscall (darwin-arm64-cgo), const VEOL2 = 2 +pkg syscall (darwin-arm64-cgo), const VEOL2 ideal-int +pkg syscall (darwin-arm64-cgo), const VERASE = 3 +pkg syscall (darwin-arm64-cgo), const VERASE ideal-int +pkg syscall (darwin-arm64-cgo), const VINTR = 8 +pkg syscall (darwin-arm64-cgo), const VINTR ideal-int +pkg syscall (darwin-arm64-cgo), const VKILL = 5 +pkg syscall (darwin-arm64-cgo), const VKILL ideal-int +pkg syscall (darwin-arm64-cgo), const VLNEXT = 14 +pkg syscall (darwin-arm64-cgo), const VLNEXT ideal-int +pkg syscall (darwin-arm64-cgo), const VMIN = 16 +pkg syscall (darwin-arm64-cgo), const VMIN ideal-int +pkg syscall (darwin-arm64-cgo), const VQUIT = 9 +pkg syscall (darwin-arm64-cgo), const VQUIT ideal-int +pkg syscall (darwin-arm64-cgo), const VREPRINT = 6 +pkg syscall (darwin-arm64-cgo), const VREPRINT ideal-int +pkg syscall (darwin-arm64-cgo), const VSTART = 12 +pkg syscall (darwin-arm64-cgo), const VSTART ideal-int +pkg syscall (darwin-arm64-cgo), const VSTATUS = 18 +pkg syscall (darwin-arm64-cgo), const VSTATUS ideal-int +pkg syscall (darwin-arm64-cgo), const VSTOP = 13 +pkg syscall (darwin-arm64-cgo), const VSTOP ideal-int +pkg syscall (darwin-arm64-cgo), const VSUSP = 10 +pkg syscall (darwin-arm64-cgo), const VSUSP ideal-int +pkg syscall (darwin-arm64-cgo), const VT0 = 0 +pkg syscall (darwin-arm64-cgo), const VT0 ideal-int +pkg syscall (darwin-arm64-cgo), const VT1 = 65536 +pkg syscall (darwin-arm64-cgo), const VT1 ideal-int +pkg syscall (darwin-arm64-cgo), const VTDLY = 65536 +pkg syscall (darwin-arm64-cgo), const VTDLY ideal-int +pkg syscall (darwin-arm64-cgo), const VTIME = 17 +pkg syscall (darwin-arm64-cgo), const VTIME ideal-int +pkg syscall (darwin-arm64-cgo), const VWERASE = 4 +pkg syscall (darwin-arm64-cgo), const VWERASE ideal-int +pkg syscall (darwin-arm64-cgo), const WCONTINUED = 16 +pkg syscall (darwin-arm64-cgo), const WCONTINUED ideal-int +pkg syscall (darwin-arm64-cgo), const WCOREFLAG = 128 +pkg syscall (darwin-arm64-cgo), const WCOREFLAG ideal-int +pkg syscall (darwin-arm64-cgo), const WEXITED = 4 +pkg syscall (darwin-arm64-cgo), const WEXITED ideal-int +pkg syscall (darwin-arm64-cgo), const WNOHANG = 1 +pkg syscall (darwin-arm64-cgo), const WNOHANG ideal-int +pkg syscall (darwin-arm64-cgo), const WNOWAIT = 32 +pkg syscall (darwin-arm64-cgo), const WNOWAIT ideal-int +pkg syscall (darwin-arm64-cgo), const WORDSIZE = 64 +pkg syscall (darwin-arm64-cgo), const WORDSIZE ideal-int +pkg syscall (darwin-arm64-cgo), const WSTOPPED = 8 +pkg syscall (darwin-arm64-cgo), const WSTOPPED ideal-int +pkg syscall (darwin-arm64-cgo), const WUNTRACED = 2 +pkg syscall (darwin-arm64-cgo), const WUNTRACED ideal-int +pkg syscall (darwin-arm64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (darwin-arm64-cgo), func Access(string, uint32) error +pkg syscall (darwin-arm64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (darwin-arm64-cgo), func Bind(int, Sockaddr) error +pkg syscall (darwin-arm64-cgo), func BpfBuflen //deprecated +pkg syscall (darwin-arm64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (darwin-arm64-cgo), func BpfDatalink //deprecated +pkg syscall (darwin-arm64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (darwin-arm64-cgo), func BpfHeadercmpl //deprecated +pkg syscall (darwin-arm64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (darwin-arm64-cgo), func BpfInterface //deprecated +pkg syscall (darwin-arm64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (darwin-arm64-cgo), func BpfJump //deprecated +pkg syscall (darwin-arm64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (darwin-arm64-cgo), func BpfStats //deprecated +pkg syscall (darwin-arm64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (darwin-arm64-cgo), func BpfStmt //deprecated +pkg syscall (darwin-arm64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (darwin-arm64-cgo), func BpfTimeout //deprecated +pkg syscall (darwin-arm64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (darwin-arm64-cgo), func CheckBpfVersion //deprecated +pkg syscall (darwin-arm64-cgo), func CheckBpfVersion(int) error +pkg syscall (darwin-arm64-cgo), func Chflags(string, int) error +pkg syscall (darwin-arm64-cgo), func Chroot(string) error +pkg syscall (darwin-arm64-cgo), func Close(int) error +pkg syscall (darwin-arm64-cgo), func CloseOnExec(int) +pkg syscall (darwin-arm64-cgo), func CmsgLen(int) int +pkg syscall (darwin-arm64-cgo), func CmsgSpace(int) int +pkg syscall (darwin-arm64-cgo), func Connect(int, Sockaddr) error +pkg syscall (darwin-arm64-cgo), func Dup(int) (int, error) +pkg syscall (darwin-arm64-cgo), func Dup2(int, int) error +pkg syscall (darwin-arm64-cgo), func Exchangedata(string, string, int) error +pkg syscall (darwin-arm64-cgo), func Fchdir(int) error +pkg syscall (darwin-arm64-cgo), func Fchflags(int, int) error +pkg syscall (darwin-arm64-cgo), func Fchmod(int, uint32) error +pkg syscall (darwin-arm64-cgo), func Fchown(int, int, int) error +pkg syscall (darwin-arm64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (darwin-arm64-cgo), func Flock(int, int) error +pkg syscall (darwin-arm64-cgo), func FlushBpf //deprecated +pkg syscall (darwin-arm64-cgo), func FlushBpf(int) error +pkg syscall (darwin-arm64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (darwin-arm64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (darwin-arm64-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (darwin-arm64-cgo), func Fsync(int) error +pkg syscall (darwin-arm64-cgo), func Ftruncate(int, int64) error +pkg syscall (darwin-arm64-cgo), func Futimes(int, []Timeval) error +pkg syscall (darwin-arm64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (darwin-arm64-cgo), func Getdtablesize() int +pkg syscall (darwin-arm64-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (darwin-arm64-cgo), func Getpgid(int) (int, error) +pkg syscall (darwin-arm64-cgo), func Getpgrp() int +pkg syscall (darwin-arm64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (darwin-arm64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (darwin-arm64-cgo), func Getsid(int) (int, error) +pkg syscall (darwin-arm64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (darwin-arm64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Issetugid() bool +pkg syscall (darwin-arm64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (darwin-arm64-cgo), func Kill(int, Signal) error +pkg syscall (darwin-arm64-cgo), func Kqueue() (int, error) +pkg syscall (darwin-arm64-cgo), func Listen(int, int) error +pkg syscall (darwin-arm64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (darwin-arm64-cgo), func Mkfifo(string, uint32) error +pkg syscall (darwin-arm64-cgo), func Mknod(string, uint32, int) error +pkg syscall (darwin-arm64-cgo), func Mlock([]uint8) error +pkg syscall (darwin-arm64-cgo), func Mlockall(int) error +pkg syscall (darwin-arm64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (darwin-arm64-cgo), func Mprotect([]uint8, int) error +pkg syscall (darwin-arm64-cgo), func Munlock([]uint8) error +pkg syscall (darwin-arm64-cgo), func Munlockall() error +pkg syscall (darwin-arm64-cgo), func Munmap([]uint8) error +pkg syscall (darwin-arm64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (darwin-arm64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (darwin-arm64-cgo), func ParseRoutingMessage //deprecated +pkg syscall (darwin-arm64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (darwin-arm64-cgo), func ParseRoutingSockaddr //deprecated +pkg syscall (darwin-arm64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (darwin-arm64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (darwin-arm64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (darwin-arm64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Pipe([]int) error +pkg syscall (darwin-arm64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (darwin-arm64-cgo), func PtraceAttach(int) error +pkg syscall (darwin-arm64-cgo), func PtraceDetach(int) error +pkg syscall (darwin-arm64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (darwin-arm64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (darwin-arm64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (darwin-arm64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (darwin-arm64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (darwin-arm64-cgo), func Revoke(string) error +pkg syscall (darwin-arm64-cgo), func RouteRIB //deprecated +pkg syscall (darwin-arm64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (darwin-arm64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (darwin-arm64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (darwin-arm64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (darwin-arm64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (darwin-arm64-cgo), func SetBpf //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (darwin-arm64-cgo), func SetBpfBuflen //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (darwin-arm64-cgo), func SetBpfDatalink //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (darwin-arm64-cgo), func SetBpfHeadercmpl //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (darwin-arm64-cgo), func SetBpfImmediate //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (darwin-arm64-cgo), func SetBpfInterface //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfInterface(int, string) error +pkg syscall (darwin-arm64-cgo), func SetBpfPromisc //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (darwin-arm64-cgo), func SetBpfTimeout //deprecated +pkg syscall (darwin-arm64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (darwin-arm64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (darwin-arm64-cgo), func SetNonblock(int, bool) error +pkg syscall (darwin-arm64-cgo), func Setegid(int) error +pkg syscall (darwin-arm64-cgo), func Seteuid(int) error +pkg syscall (darwin-arm64-cgo), func Setgid(int) error +pkg syscall (darwin-arm64-cgo), func Setgroups([]int) error +pkg syscall (darwin-arm64-cgo), func Setlogin(string) error +pkg syscall (darwin-arm64-cgo), func Setpgid(int, int) error +pkg syscall (darwin-arm64-cgo), func Setpriority(int, int, int) error +pkg syscall (darwin-arm64-cgo), func Setprivexec(int) error +pkg syscall (darwin-arm64-cgo), func Setregid(int, int) error +pkg syscall (darwin-arm64-cgo), func Setreuid(int, int) error +pkg syscall (darwin-arm64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (darwin-arm64-cgo), func Setsid() (int, error) +pkg syscall (darwin-arm64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (darwin-arm64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (darwin-arm64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (darwin-arm64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (darwin-arm64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (darwin-arm64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (darwin-arm64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (darwin-arm64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (darwin-arm64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (darwin-arm64-cgo), func Settimeofday(*Timeval) error +pkg syscall (darwin-arm64-cgo), func Setuid(int) error +pkg syscall (darwin-arm64-cgo), func Shutdown(int, int) error +pkg syscall (darwin-arm64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-arm64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (darwin-arm64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (darwin-arm64-cgo), func Stat(string, *Stat_t) error +pkg syscall (darwin-arm64-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (darwin-arm64-cgo), func StringSlicePtr //deprecated +pkg syscall (darwin-arm64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (darwin-arm64-cgo), func Sync() error +pkg syscall (darwin-arm64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-arm64-cgo), func Sysctl(string) (string, error) +pkg syscall (darwin-arm64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (darwin-arm64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (darwin-arm64-cgo), func Truncate(string, int64) error +pkg syscall (darwin-arm64-cgo), func Umask(int) int +pkg syscall (darwin-arm64-cgo), func Undelete(string) error +pkg syscall (darwin-arm64-cgo), func UnixRights(...int) []uint8 +pkg syscall (darwin-arm64-cgo), func Unmount(string, int) error +pkg syscall (darwin-arm64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (darwin-arm64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (darwin-arm64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (darwin-arm64-cgo), method (*Iovec) SetLen(int) +pkg syscall (darwin-arm64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (darwin-arm64-cgo), type BpfHdr struct +pkg syscall (darwin-arm64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (darwin-arm64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (darwin-arm64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (darwin-arm64-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64-cgo), type BpfHdr struct, Tstamp Timeval32 +pkg syscall (darwin-arm64-cgo), type BpfInsn struct +pkg syscall (darwin-arm64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (darwin-arm64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (darwin-arm64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (darwin-arm64-cgo), type BpfInsn struct, K uint32 +pkg syscall (darwin-arm64-cgo), type BpfProgram struct +pkg syscall (darwin-arm64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (darwin-arm64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (darwin-arm64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64-cgo), type BpfStat struct +pkg syscall (darwin-arm64-cgo), type BpfStat struct, Drop uint32 +pkg syscall (darwin-arm64-cgo), type BpfStat struct, Recv uint32 +pkg syscall (darwin-arm64-cgo), type BpfVersion struct +pkg syscall (darwin-arm64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (darwin-arm64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (darwin-arm64-cgo), type Cmsghdr struct +pkg syscall (darwin-arm64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (darwin-arm64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (darwin-arm64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (darwin-arm64-cgo), type Credential struct +pkg syscall (darwin-arm64-cgo), type Credential struct, Gid uint32 +pkg syscall (darwin-arm64-cgo), type Credential struct, Groups []uint32 +pkg syscall (darwin-arm64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (darwin-arm64-cgo), type Credential struct, Uid uint32 +pkg syscall (darwin-arm64-cgo), type Dirent struct +pkg syscall (darwin-arm64-cgo), type Dirent struct, Ino uint64 +pkg syscall (darwin-arm64-cgo), type Dirent struct, Name [1024]int8 +pkg syscall (darwin-arm64-cgo), type Dirent struct, Namlen uint16 +pkg syscall (darwin-arm64-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (darwin-arm64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (darwin-arm64-cgo), type Dirent struct, Seekoff uint64 +pkg syscall (darwin-arm64-cgo), type Dirent struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type Fbootstraptransfer_t struct +pkg syscall (darwin-arm64-cgo), type Fbootstraptransfer_t struct, Buffer *uint8 +pkg syscall (darwin-arm64-cgo), type Fbootstraptransfer_t struct, Length uint64 +pkg syscall (darwin-arm64-cgo), type Fbootstraptransfer_t struct, Offset int64 +pkg syscall (darwin-arm64-cgo), type FdSet struct +pkg syscall (darwin-arm64-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (darwin-arm64-cgo), type Flock_t struct +pkg syscall (darwin-arm64-cgo), type Flock_t struct, Len int64 +pkg syscall (darwin-arm64-cgo), type Flock_t struct, Pid int32 +pkg syscall (darwin-arm64-cgo), type Flock_t struct, Start int64 +pkg syscall (darwin-arm64-cgo), type Flock_t struct, Type int16 +pkg syscall (darwin-arm64-cgo), type Flock_t struct, Whence int16 +pkg syscall (darwin-arm64-cgo), type Fsid struct +pkg syscall (darwin-arm64-cgo), type Fsid struct, Val [2]int32 +pkg syscall (darwin-arm64-cgo), type Fstore_t struct +pkg syscall (darwin-arm64-cgo), type Fstore_t struct, Bytesalloc int64 +pkg syscall (darwin-arm64-cgo), type Fstore_t struct, Flags uint32 +pkg syscall (darwin-arm64-cgo), type Fstore_t struct, Length int64 +pkg syscall (darwin-arm64-cgo), type Fstore_t struct, Offset int64 +pkg syscall (darwin-arm64-cgo), type Fstore_t struct, Posmode int32 +pkg syscall (darwin-arm64-cgo), type ICMPv6Filter struct +pkg syscall (darwin-arm64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (darwin-arm64-cgo), type IPv6MTUInfo struct +pkg syscall (darwin-arm64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (darwin-arm64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct +pkg syscall (darwin-arm64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Baudrate uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Collisions uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Hwassist uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Ibytes uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Ierrors uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Imcasts uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Ipackets uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Iqdrops uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Lastchange Timeval32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Metric uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Mtu uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Noproto uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Obytes uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Oerrors uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Omcasts uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Opackets uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Physical uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Recvquota uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Recvtiming uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Reserved1 uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Reserved2 uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Typelen uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Unused1 uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Unused2 uint32 +pkg syscall (darwin-arm64-cgo), type IfData struct, Xmitquota uint8 +pkg syscall (darwin-arm64-cgo), type IfData struct, Xmittiming uint32 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Addrs int32 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Flags int32 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Msglen uint16 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Refcount int32 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type IfmaMsghdr2 struct, Version uint8 +pkg syscall (darwin-arm64-cgo), type Inet4Pktinfo struct +pkg syscall (darwin-arm64-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-arm64-cgo), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-arm64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (darwin-arm64-cgo), type Inet6Pktinfo struct +pkg syscall (darwin-arm64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (darwin-arm64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-arm64-cgo), type InterfaceAddrMessage //deprecated +pkg syscall (darwin-arm64-cgo), type InterfaceAddrMessage struct +pkg syscall (darwin-arm64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (darwin-arm64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (darwin-arm64-cgo), type InterfaceMessage //deprecated +pkg syscall (darwin-arm64-cgo), type InterfaceMessage struct +pkg syscall (darwin-arm64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (darwin-arm64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (darwin-arm64-cgo), type InterfaceMulticastAddrMessage //deprecated +pkg syscall (darwin-arm64-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (darwin-arm64-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (darwin-arm64-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr2 +pkg syscall (darwin-arm64-cgo), type Iovec struct +pkg syscall (darwin-arm64-cgo), type Iovec struct, Base *uint8 +pkg syscall (darwin-arm64-cgo), type Iovec struct, Len uint64 +pkg syscall (darwin-arm64-cgo), type Kevent_t struct +pkg syscall (darwin-arm64-cgo), type Kevent_t struct, Data int64 +pkg syscall (darwin-arm64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (darwin-arm64-cgo), type Kevent_t struct, Filter int16 +pkg syscall (darwin-arm64-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (darwin-arm64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (darwin-arm64-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (darwin-arm64-cgo), type Log2phys_t struct +pkg syscall (darwin-arm64-cgo), type Log2phys_t struct, Contigbytes int64 +pkg syscall (darwin-arm64-cgo), type Log2phys_t struct, Devoffset int64 +pkg syscall (darwin-arm64-cgo), type Log2phys_t struct, Flags uint32 +pkg syscall (darwin-arm64-cgo), type Msghdr struct +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Flags int32 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (darwin-arm64-cgo), type Radvisory_t struct +pkg syscall (darwin-arm64-cgo), type Radvisory_t struct, Count int32 +pkg syscall (darwin-arm64-cgo), type Radvisory_t struct, Offset int64 +pkg syscall (darwin-arm64-cgo), type Radvisory_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (darwin-arm64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (darwin-arm64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (darwin-arm64-cgo), type Rlimit struct +pkg syscall (darwin-arm64-cgo), type Rlimit struct, Cur uint64 +pkg syscall (darwin-arm64-cgo), type Rlimit struct, Max uint64 +pkg syscall (darwin-arm64-cgo), type RouteMessage //deprecated +pkg syscall (darwin-arm64-cgo), type RouteMessage struct +pkg syscall (darwin-arm64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (darwin-arm64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (darwin-arm64-cgo), type RoutingMessage //deprecated +pkg syscall (darwin-arm64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (darwin-arm64-cgo), type RtMetrics struct +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Expire int32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Filler [4]uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Pksent uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (darwin-arm64-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Use int32 +pkg syscall (darwin-arm64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Idrss int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Inblock int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Isrss int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Majflt int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Minflt int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Nswap int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Oublock int64 +pkg syscall (darwin-arm64-cgo), type Rusage struct, Stime Timeval +pkg syscall (darwin-arm64-cgo), type Rusage struct, Utime Timeval +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-arm64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (darwin-arm64-cgo), type SocketControlMessage struct +pkg syscall (darwin-arm64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (darwin-arm64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (darwin-arm64-cgo), type Stat_t struct +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Blksize int32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Dev int32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Lspare int32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Mode uint16 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Rdev int32 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Size int64 +pkg syscall (darwin-arm64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Bavail uint64 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Bsize uint32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Ffree uint64 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Files uint64 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Flags uint32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Fssubtype uint32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Iosize int32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Reserved [8]uint32 +pkg syscall (darwin-arm64-cgo), type Statfs_t struct, Type uint32 +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (darwin-arm64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (darwin-arm64-cgo), type Termios struct +pkg syscall (darwin-arm64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (darwin-arm64-cgo), type Termios struct, Cflag uint64 +pkg syscall (darwin-arm64-cgo), type Termios struct, Iflag uint64 +pkg syscall (darwin-arm64-cgo), type Termios struct, Ispeed uint64 +pkg syscall (darwin-arm64-cgo), type Termios struct, Lflag uint64 +pkg syscall (darwin-arm64-cgo), type Termios struct, Oflag uint64 +pkg syscall (darwin-arm64-cgo), type Termios struct, Ospeed uint64 +pkg syscall (darwin-arm64-cgo), type Termios struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64-cgo), type Timespec struct, Nsec int64 +pkg syscall (darwin-arm64-cgo), type Timespec struct, Sec int64 +pkg syscall (darwin-arm64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-arm64-cgo), type Timeval struct, Sec int64 +pkg syscall (darwin-arm64-cgo), type Timeval struct, Usec int32 +pkg syscall (darwin-arm64-cgo), type Timeval32 struct +pkg syscall (darwin-arm64-cgo), type Timeval32 struct, Sec int32 +pkg syscall (darwin-arm64-cgo), type Timeval32 struct, Usec int32 +pkg syscall (darwin-arm64-cgo), type WaitStatus uint32 +pkg syscall (darwin-arm64-cgo), var Stderr int +pkg syscall (darwin-arm64-cgo), var Stdin int +pkg syscall (darwin-arm64-cgo), var Stdout int diff --git a/go/api/go1.17.txt b/go/api/go1.17.txt new file mode 100644 index 0000000000000000000000000000000000000000..a31cec926fa8fd043e4b6c9e61a143fd2ae76c54 --- /dev/null +++ b/go/api/go1.17.txt @@ -0,0 +1,303 @@ +pkg archive/zip, method (*File) OpenRaw() (io.Reader, error) +pkg archive/zip, method (*Writer) Copy(*File) error +pkg archive/zip, method (*Writer) CreateRaw(*FileHeader) (io.Writer, error) +pkg compress/lzw, method (*Reader) Close() error +pkg compress/lzw, method (*Reader) Read([]uint8) (int, error) +pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int) +pkg compress/lzw, method (*Writer) Close() error +pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int) +pkg compress/lzw, method (*Writer) Write([]uint8) (int, error) +pkg compress/lzw, type Reader struct +pkg compress/lzw, type Writer struct +pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context +pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context +pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error +pkg database/sql, method (*NullByte) Scan(interface{}) error +pkg database/sql, method (*NullInt16) Scan(interface{}) error +pkg database/sql, method (NullByte) Value() (driver.Value, error) +pkg database/sql, method (NullInt16) Value() (driver.Value, error) +pkg database/sql, type NullByte struct +pkg database/sql, type NullByte struct, Byte uint8 +pkg database/sql, type NullByte struct, Valid bool +pkg database/sql, type NullInt16 struct +pkg database/sql, type NullInt16 struct, Int16 int16 +pkg database/sql, type NullInt16 struct, Valid bool +pkg debug/elf, const SHT_MIPS_ABIFLAGS = 1879048234 +pkg debug/elf, const SHT_MIPS_ABIFLAGS SectionType +pkg encoding/csv, method (*Reader) FieldPos(int) (int, int) +pkg go/build, type Context struct, ToolTags []string +pkg go/parser, const SkipObjectResolution = 64 +pkg go/parser, const SkipObjectResolution Mode +pkg image, method (*Alpha) RGBA64At(int, int) color.RGBA64 +pkg image, method (*Alpha) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*Alpha16) RGBA64At(int, int) color.RGBA64 +pkg image, method (*Alpha16) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*CMYK) RGBA64At(int, int) color.RGBA64 +pkg image, method (*CMYK) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*Gray) RGBA64At(int, int) color.RGBA64 +pkg image, method (*Gray) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*Gray16) RGBA64At(int, int) color.RGBA64 +pkg image, method (*Gray16) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*NRGBA) RGBA64At(int, int) color.RGBA64 +pkg image, method (*NRGBA) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*NRGBA64) RGBA64At(int, int) color.RGBA64 +pkg image, method (*NRGBA64) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*NYCbCrA) RGBA64At(int, int) color.RGBA64 +pkg image, method (*Paletted) RGBA64At(int, int) color.RGBA64 +pkg image, method (*Paletted) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*RGBA) RGBA64At(int, int) color.RGBA64 +pkg image, method (*RGBA) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*Uniform) RGBA64At(int, int) color.RGBA64 +pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64 +pkg image, method (Rectangle) RGBA64At(int, int) color.RGBA64 +pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At } +pkg image, type RGBA64Image interface, At(int, int) color.Color +pkg image, type RGBA64Image interface, Bounds() Rectangle +pkg image, type RGBA64Image interface, ColorModel() color.Model +pkg image, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64 +pkg image/draw, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At, Set, SetRGBA64 } +pkg image/draw, type RGBA64Image interface, At(int, int) color.Color +pkg image/draw, type RGBA64Image interface, Bounds() image.Rectangle +pkg image/draw, type RGBA64Image interface, ColorModel() color.Model +pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64 +pkg image/draw, type RGBA64Image interface, Set(int, int, color.Color) +pkg image/draw, type RGBA64Image interface, SetRGBA64(int, int, color.RGBA64) +pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry +pkg math (darwin-amd64), const MaxInt = 9223372036854775807 +pkg math (darwin-amd64), const MaxUint = 18446744073709551615 +pkg math (darwin-amd64), const MinInt = -9223372036854775808 +pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807 +pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615 +pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808 +pkg math (darwin-arm64), const MaxInt = 9223372036854775807 +pkg math (darwin-arm64), const MaxUint = 18446744073709551615 +pkg math (darwin-arm64), const MinInt = -9223372036854775808 +pkg math (darwin-arm64-cgo), const MaxInt = 9223372036854775807 +pkg math (darwin-arm64-cgo), const MaxUint = 18446744073709551615 +pkg math (darwin-arm64-cgo), const MinInt = -9223372036854775808 +pkg math (freebsd-386), const MaxInt = 2147483647 +pkg math (freebsd-386), const MaxUint = 4294967295 +pkg math (freebsd-386), const MinInt = -2147483648 +pkg math (freebsd-386-cgo), const MaxInt = 2147483647 +pkg math (freebsd-386-cgo), const MaxUint = 4294967295 +pkg math (freebsd-386-cgo), const MinInt = -2147483648 +pkg math (freebsd-amd64), const MaxInt = 9223372036854775807 +pkg math (freebsd-amd64), const MaxUint = 18446744073709551615 +pkg math (freebsd-amd64), const MinInt = -9223372036854775808 +pkg math (freebsd-amd64-cgo), const MaxInt = 9223372036854775807 +pkg math (freebsd-amd64-cgo), const MaxUint = 18446744073709551615 +pkg math (freebsd-amd64-cgo), const MinInt = -9223372036854775808 +pkg math (freebsd-arm), const MaxInt = 2147483647 +pkg math (freebsd-arm), const MaxUint = 4294967295 +pkg math (freebsd-arm), const MinInt = -2147483648 +pkg math (freebsd-arm-cgo), const MaxInt = 2147483647 +pkg math (freebsd-arm-cgo), const MaxUint = 4294967295 +pkg math (freebsd-arm-cgo), const MinInt = -2147483648 +pkg math (freebsd-arm64), const MaxInt = 9223372036854775807 +pkg math (freebsd-arm64), const MaxUint = 18446744073709551615 +pkg math (freebsd-arm64), const MinInt = -9223372036854775808 +pkg math (freebsd-arm64-cgo), const MaxInt = 9223372036854775807 +pkg math (freebsd-arm64-cgo), const MaxUint = 18446744073709551615 +pkg math (freebsd-arm64-cgo), const MinInt = -9223372036854775808 +pkg math (linux-386), const MaxInt = 2147483647 +pkg math (linux-386), const MaxUint = 4294967295 +pkg math (linux-386), const MinInt = -2147483648 +pkg math (linux-386-cgo), const MaxInt = 2147483647 +pkg math (linux-386-cgo), const MaxUint = 4294967295 +pkg math (linux-386-cgo), const MinInt = -2147483648 +pkg math (linux-amd64), const MaxInt = 9223372036854775807 +pkg math (linux-amd64), const MaxUint = 18446744073709551615 +pkg math (linux-amd64), const MinInt = -9223372036854775808 +pkg math (linux-amd64-cgo), const MaxInt = 9223372036854775807 +pkg math (linux-amd64-cgo), const MaxUint = 18446744073709551615 +pkg math (linux-amd64-cgo), const MinInt = -9223372036854775808 +pkg math (linux-arm), const MaxInt = 2147483647 +pkg math (linux-arm), const MaxUint = 4294967295 +pkg math (linux-arm), const MinInt = -2147483648 +pkg math (linux-arm-cgo), const MaxInt = 2147483647 +pkg math (linux-arm-cgo), const MaxUint = 4294967295 +pkg math (linux-arm-cgo), const MinInt = -2147483648 +pkg math (netbsd-386), const MaxInt = 2147483647 +pkg math (netbsd-386), const MaxUint = 4294967295 +pkg math (netbsd-386), const MinInt = -2147483648 +pkg math (netbsd-386-cgo), const MaxInt = 2147483647 +pkg math (netbsd-386-cgo), const MaxUint = 4294967295 +pkg math (netbsd-386-cgo), const MinInt = -2147483648 +pkg math (netbsd-amd64), const MaxInt = 9223372036854775807 +pkg math (netbsd-amd64), const MaxUint = 18446744073709551615 +pkg math (netbsd-amd64), const MinInt = -9223372036854775808 +pkg math (netbsd-amd64-cgo), const MaxInt = 9223372036854775807 +pkg math (netbsd-amd64-cgo), const MaxUint = 18446744073709551615 +pkg math (netbsd-amd64-cgo), const MinInt = -9223372036854775808 +pkg math (netbsd-arm), const MaxInt = 2147483647 +pkg math (netbsd-arm), const MaxUint = 4294967295 +pkg math (netbsd-arm), const MinInt = -2147483648 +pkg math (netbsd-arm-cgo), const MaxInt = 2147483647 +pkg math (netbsd-arm-cgo), const MaxUint = 4294967295 +pkg math (netbsd-arm-cgo), const MinInt = -2147483648 +pkg math (netbsd-arm64), const MaxInt = 9223372036854775807 +pkg math (netbsd-arm64), const MaxUint = 18446744073709551615 +pkg math (netbsd-arm64), const MinInt = -9223372036854775808 +pkg math (netbsd-arm64-cgo), const MaxInt = 9223372036854775807 +pkg math (netbsd-arm64-cgo), const MaxUint = 18446744073709551615 +pkg math (netbsd-arm64-cgo), const MinInt = -9223372036854775808 +pkg math (openbsd-386), const MaxInt = 2147483647 +pkg math (openbsd-386), const MaxUint = 4294967295 +pkg math (openbsd-386), const MinInt = -2147483648 +pkg math (openbsd-386-cgo), const MaxInt = 2147483647 +pkg math (openbsd-386-cgo), const MaxUint = 4294967295 +pkg math (openbsd-386-cgo), const MinInt = -2147483648 +pkg math (openbsd-amd64), const MaxInt = 9223372036854775807 +pkg math (openbsd-amd64), const MaxUint = 18446744073709551615 +pkg math (openbsd-amd64), const MinInt = -9223372036854775808 +pkg math (openbsd-amd64-cgo), const MaxInt = 9223372036854775807 +pkg math (openbsd-amd64-cgo), const MaxUint = 18446744073709551615 +pkg math (openbsd-amd64-cgo), const MinInt = -9223372036854775808 +pkg math (windows-386), const MaxInt = 2147483647 +pkg math (windows-386), const MaxUint = 4294967295 +pkg math (windows-386), const MinInt = -2147483648 +pkg math (windows-amd64), const MaxInt = 9223372036854775807 +pkg math (windows-amd64), const MaxUint = 18446744073709551615 +pkg math (windows-amd64), const MinInt = -9223372036854775808 +pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368 +pkg math, const MaxInt ideal-int +pkg math, const MaxUint ideal-int +pkg math, const MinInt ideal-int +pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 1/713623846352979940529142984724747568191373312 +pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 1/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 +pkg net, method (*ParseError) Temporary() bool +pkg net, method (*ParseError) Timeout() bool +pkg net, method (IP) IsPrivate() bool +pkg net/http, func AllowQuerySemicolons(Handler) Handler +pkg net/url, method (Values) Has(string) bool +pkg reflect, func VisibleFields(Type) []StructField +pkg reflect, method (Method) IsExported() bool +pkg reflect, method (StructField) IsExported() bool +pkg reflect, method (Value) CanConvert(Type) bool +pkg reflect, method (Value) InterfaceData //deprecated +pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete() +pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr +pkg runtime/cgo (darwin-arm64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Delete() +pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr +pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete() +pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr +pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete() +pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr +pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete() +pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr +pkg runtime/cgo (freebsd-arm64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Delete() +pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (freebsd-arm64-cgo), type Handle uintptr +pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (linux-386-cgo), method (Handle) Delete() +pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (linux-386-cgo), type Handle uintptr +pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete() +pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr +pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete() +pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (linux-arm-cgo), type Handle uintptr +pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete() +pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr +pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete() +pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr +pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete() +pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr +pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete() +pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr +pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete() +pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr +pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle +pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete() +pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{} +pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr +pkg strconv, func QuotedPrefix(string) (string, error) +pkg sync/atomic, method (*Value) CompareAndSwap(interface{}, interface{}) bool +pkg sync/atomic, method (*Value) Swap(interface{}) interface{} +pkg syscall (netbsd-386), const SYS_WAIT6 = 481 +pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-386), const WEXITED = 32 +pkg syscall (netbsd-386), const WEXITED ideal-int +pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481 +pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-386-cgo), const WEXITED = 32 +pkg syscall (netbsd-386-cgo), const WEXITED ideal-int +pkg syscall (netbsd-amd64), const SYS_WAIT6 = 481 +pkg syscall (netbsd-amd64), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-amd64), const WEXITED = 32 +pkg syscall (netbsd-amd64), const WEXITED ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 = 481 +pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-amd64-cgo), const WEXITED = 32 +pkg syscall (netbsd-amd64-cgo), const WEXITED ideal-int +pkg syscall (netbsd-arm), const SYS_WAIT6 = 481 +pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-arm), const WEXITED = 32 +pkg syscall (netbsd-arm), const WEXITED ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481 +pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-arm-cgo), const WEXITED = 32 +pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int +pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481 +pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-arm64), const WEXITED = 32 +pkg syscall (netbsd-arm64), const WEXITED ideal-int +pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 = 481 +pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 ideal-int +pkg syscall (netbsd-arm64-cgo), const WEXITED = 32 +pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int +pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048 +pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (windows-386), func CreateIoCompletionPort //deprecated +pkg syscall (windows-386), func GetQueuedCompletionStatus //deprecated +pkg syscall (windows-386), func PostQueuedCompletionStatus //deprecated +pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle +pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle +pkg syscall (windows-amd64), func CreateIoCompletionPort //deprecated +pkg syscall (windows-amd64), func GetQueuedCompletionStatus //deprecated +pkg syscall (windows-amd64), func PostQueuedCompletionStatus //deprecated +pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle +pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle +pkg testing, method (*B) Setenv(string, string) +pkg testing, method (*T) Setenv(string, string) +pkg testing, type TB interface, Setenv(string, string) +pkg text/template/parse, const SkipFuncCheck = 2 +pkg text/template/parse, const SkipFuncCheck Mode +pkg time, const Layout = "01/02 03:04:05PM '06 -0700" +pkg time, const Layout ideal-string +pkg time, func UnixMicro(int64) Time +pkg time, func UnixMilli(int64) Time +pkg time, method (Time) GoString() string +pkg time, method (Time) IsDST() bool +pkg time, method (Time) UnixMicro() int64 +pkg time, method (Time) UnixMilli() int64 diff --git a/go/api/go1.18.txt b/go/api/go1.18.txt new file mode 100644 index 0000000000000000000000000000000000000000..5040c95de3b18c4ea6985d44b33d9216b05ab3bb --- /dev/null +++ b/go/api/go1.18.txt @@ -0,0 +1,253 @@ +pkg bufio, method (*Writer) AvailableBuffer() []uint8 +pkg bufio, method (ReadWriter) AvailableBuffer() []uint8 +pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool) +pkg bytes, func Title //deprecated +pkg crypto/tls, method (*Conn) NetConn() net.Conn +pkg crypto/tls, type Config struct, PreferServerCipherSuites //deprecated +pkg crypto/x509, method (*CertPool) Subjects //deprecated +pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error) +pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error) +pkg debug/buildinfo, type BuildInfo = debug.BuildInfo +pkg debug/dwarf, type BasicType struct, DataBitOffset int64 +pkg debug/dwarf, type StructField struct, DataBitOffset int64 +pkg debug/elf, const R_PPC64_RELATIVE = 22 +pkg debug/elf, const R_PPC64_RELATIVE R_PPC64 +pkg debug/plan9obj, var ErrNoSymbols error +pkg go/ast, method (*IndexListExpr) End() token.Pos +pkg go/ast, method (*IndexListExpr) Pos() token.Pos +pkg go/ast, type FuncType struct, TypeParams *FieldList +pkg go/ast, type IndexListExpr struct +pkg go/ast, type IndexListExpr struct, Indices []Expr +pkg go/ast, type IndexListExpr struct, Lbrack token.Pos +pkg go/ast, type IndexListExpr struct, Rbrack token.Pos +pkg go/ast, type IndexListExpr struct, X Expr +pkg go/ast, type TypeSpec struct, TypeParams *FieldList +pkg go/constant, method (Kind) String() string +pkg go/token, const TILDE = 88 +pkg go/token, const TILDE Token +pkg go/types, func Instantiate(*Context, Type, []Type, bool) (Type, error) +pkg go/types, func NewContext() *Context +pkg go/types, func NewSignature //deprecated +pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature +pkg go/types, func NewTerm(bool, Type) *Term +pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam +pkg go/types, func NewUnion([]*Term) *Union +pkg go/types, method (*ArgumentError) Error() string +pkg go/types, method (*ArgumentError) Unwrap() error +pkg go/types, method (*Interface) IsComparable() bool +pkg go/types, method (*Interface) IsImplicit() bool +pkg go/types, method (*Interface) IsMethodSet() bool +pkg go/types, method (*Interface) MarkImplicit() +pkg go/types, method (*Named) Origin() *Named +pkg go/types, method (*Named) SetTypeParams([]*TypeParam) +pkg go/types, method (*Named) TypeArgs() *TypeList +pkg go/types, method (*Named) TypeParams() *TypeParamList +pkg go/types, method (*Signature) RecvTypeParams() *TypeParamList +pkg go/types, method (*Signature) TypeParams() *TypeParamList +pkg go/types, method (*Term) String() string +pkg go/types, method (*Term) Tilde() bool +pkg go/types, method (*Term) Type() Type +pkg go/types, method (*TypeList) At(int) Type +pkg go/types, method (*TypeList) Len() int +pkg go/types, method (*TypeParam) Constraint() Type +pkg go/types, method (*TypeParam) Index() int +pkg go/types, method (*TypeParam) Obj() *TypeName +pkg go/types, method (*TypeParam) SetConstraint(Type) +pkg go/types, method (*TypeParam) String() string +pkg go/types, method (*TypeParam) Underlying() Type +pkg go/types, method (*TypeParamList) At(int) *TypeParam +pkg go/types, method (*TypeParamList) Len() int +pkg go/types, method (*Union) Len() int +pkg go/types, method (*Union) String() string +pkg go/types, method (*Union) Term(int) *Term +pkg go/types, method (*Union) Underlying() Type +pkg go/types, type ArgumentError struct +pkg go/types, type ArgumentError struct, Err error +pkg go/types, type ArgumentError struct, Index int +pkg go/types, type Config struct, Context *Context +pkg go/types, type Config struct, GoVersion string +pkg go/types, type Context struct +pkg go/types, type Info struct, Instances map[*ast.Ident]Instance +pkg go/types, type Instance struct +pkg go/types, type Instance struct, Type Type +pkg go/types, type Instance struct, TypeArgs *TypeList +pkg go/types, type Term struct +pkg go/types, type TypeList struct +pkg go/types, type TypeParam struct +pkg go/types, type TypeParamList struct +pkg go/types, type Union struct +pkg net, func TCPAddrFromAddrPort(netip.AddrPort) *TCPAddr +pkg net, func UDPAddrFromAddrPort(netip.AddrPort) *UDPAddr +pkg net, method (*Resolver) LookupNetIP(context.Context, string, string) ([]netip.Addr, error) +pkg net, method (*TCPAddr) AddrPort() netip.AddrPort +pkg net, method (*UDPAddr) AddrPort() netip.AddrPort +pkg net, method (*UDPConn) ReadFromUDPAddrPort([]uint8) (int, netip.AddrPort, error) +pkg net, method (*UDPConn) ReadMsgUDPAddrPort([]uint8, []uint8) (int, int, int, netip.AddrPort, error) +pkg net, method (*UDPConn) WriteMsgUDPAddrPort([]uint8, []uint8, netip.AddrPort) (int, int, error) +pkg net, method (*UDPConn) WriteToUDPAddrPort([]uint8, netip.AddrPort) (int, error) +pkg net, type Error interface, Temporary //deprecated +pkg net/http, func MaxBytesHandler(Handler, int64) Handler +pkg net/http, method (*Cookie) Valid() error +pkg net/netip, func AddrFrom16([16]uint8) Addr +pkg net/netip, func AddrFrom4([4]uint8) Addr +pkg net/netip, func AddrFromSlice([]uint8) (Addr, bool) +pkg net/netip, func AddrPortFrom(Addr, uint16) AddrPort +pkg net/netip, func IPv4Unspecified() Addr +pkg net/netip, func IPv6LinkLocalAllNodes() Addr +pkg net/netip, func IPv6Unspecified() Addr +pkg net/netip, func MustParseAddr(string) Addr +pkg net/netip, func MustParseAddrPort(string) AddrPort +pkg net/netip, func MustParsePrefix(string) Prefix +pkg net/netip, func ParseAddr(string) (Addr, error) +pkg net/netip, func ParseAddrPort(string) (AddrPort, error) +pkg net/netip, func ParsePrefix(string) (Prefix, error) +pkg net/netip, func PrefixFrom(Addr, int) Prefix +pkg net/netip, method (*Addr) UnmarshalBinary([]uint8) error +pkg net/netip, method (*Addr) UnmarshalText([]uint8) error +pkg net/netip, method (*AddrPort) UnmarshalBinary([]uint8) error +pkg net/netip, method (*AddrPort) UnmarshalText([]uint8) error +pkg net/netip, method (*Prefix) UnmarshalBinary([]uint8) error +pkg net/netip, method (*Prefix) UnmarshalText([]uint8) error +pkg net/netip, method (Addr) AppendTo([]uint8) []uint8 +pkg net/netip, method (Addr) As16() [16]uint8 +pkg net/netip, method (Addr) As4() [4]uint8 +pkg net/netip, method (Addr) AsSlice() []uint8 +pkg net/netip, method (Addr) BitLen() int +pkg net/netip, method (Addr) Compare(Addr) int +pkg net/netip, method (Addr) Is4() bool +pkg net/netip, method (Addr) Is4In6() bool +pkg net/netip, method (Addr) Is6() bool +pkg net/netip, method (Addr) IsGlobalUnicast() bool +pkg net/netip, method (Addr) IsInterfaceLocalMulticast() bool +pkg net/netip, method (Addr) IsLinkLocalMulticast() bool +pkg net/netip, method (Addr) IsLinkLocalUnicast() bool +pkg net/netip, method (Addr) IsLoopback() bool +pkg net/netip, method (Addr) IsMulticast() bool +pkg net/netip, method (Addr) IsPrivate() bool +pkg net/netip, method (Addr) IsUnspecified() bool +pkg net/netip, method (Addr) IsValid() bool +pkg net/netip, method (Addr) Less(Addr) bool +pkg net/netip, method (Addr) MarshalBinary() ([]uint8, error) +pkg net/netip, method (Addr) MarshalText() ([]uint8, error) +pkg net/netip, method (Addr) Next() Addr +pkg net/netip, method (Addr) Prefix(int) (Prefix, error) +pkg net/netip, method (Addr) Prev() Addr +pkg net/netip, method (Addr) String() string +pkg net/netip, method (Addr) StringExpanded() string +pkg net/netip, method (Addr) Unmap() Addr +pkg net/netip, method (Addr) WithZone(string) Addr +pkg net/netip, method (Addr) Zone() string +pkg net/netip, method (AddrPort) Addr() Addr +pkg net/netip, method (AddrPort) AppendTo([]uint8) []uint8 +pkg net/netip, method (AddrPort) IsValid() bool +pkg net/netip, method (AddrPort) MarshalBinary() ([]uint8, error) +pkg net/netip, method (AddrPort) MarshalText() ([]uint8, error) +pkg net/netip, method (AddrPort) Port() uint16 +pkg net/netip, method (AddrPort) String() string +pkg net/netip, method (Prefix) Addr() Addr +pkg net/netip, method (Prefix) AppendTo([]uint8) []uint8 +pkg net/netip, method (Prefix) Bits() int +pkg net/netip, method (Prefix) Contains(Addr) bool +pkg net/netip, method (Prefix) IsSingleIP() bool +pkg net/netip, method (Prefix) IsValid() bool +pkg net/netip, method (Prefix) MarshalBinary() ([]uint8, error) +pkg net/netip, method (Prefix) MarshalText() ([]uint8, error) +pkg net/netip, method (Prefix) Masked() Prefix +pkg net/netip, method (Prefix) Overlaps(Prefix) bool +pkg net/netip, method (Prefix) String() string +pkg net/netip, type Addr struct +pkg net/netip, type AddrPort struct +pkg net/netip, type Prefix struct +pkg reflect, const Pointer = 22 +pkg reflect, const Pointer Kind +pkg reflect, func PointerTo(Type) Type +pkg reflect, method (*MapIter) Reset(Value) +pkg reflect, method (Value) CanComplex() bool +pkg reflect, method (Value) CanFloat() bool +pkg reflect, method (Value) CanInt() bool +pkg reflect, method (Value) CanUint() bool +pkg reflect, method (Value) FieldByIndexErr([]int) (Value, error) +pkg reflect, method (Value) SetIterKey(*MapIter) +pkg reflect, method (Value) SetIterValue(*MapIter) +pkg reflect, method (Value) UnsafePointer() unsafe.Pointer +pkg runtime/debug, func ParseBuildInfo(string) (*BuildInfo, error) +pkg runtime/debug, method (*BuildInfo) String() string +pkg runtime/debug, type BuildInfo struct, GoVersion string +pkg runtime/debug, type BuildInfo struct, Settings []BuildSetting +pkg runtime/debug, type BuildSetting struct +pkg runtime/debug, type BuildSetting struct, Key string +pkg runtime/debug, type BuildSetting struct, Value string +pkg strings, func Clone(string) string +pkg strings, func Cut(string, string) (string, string, bool) +pkg strings, func Title //deprecated +pkg sync, method (*Mutex) TryLock() bool +pkg sync, method (*RWMutex) TryLock() bool +pkg sync, method (*RWMutex) TryRLock() bool +pkg syscall (freebsd-386), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-arm64), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (windows-386), func Syscall //deprecated +pkg syscall (windows-386), func Syscall12 //deprecated +pkg syscall (windows-386), func Syscall15 //deprecated +pkg syscall (windows-386), func Syscall18 //deprecated +pkg syscall (windows-386), func Syscall6 //deprecated +pkg syscall (windows-386), func Syscall9 //deprecated +pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), func Syscall //deprecated +pkg syscall (windows-amd64), func Syscall12 //deprecated +pkg syscall (windows-amd64), func Syscall15 //deprecated +pkg syscall (windows-amd64), func Syscall18 //deprecated +pkg syscall (windows-amd64), func Syscall6 //deprecated +pkg syscall (windows-amd64), func Syscall9 //deprecated +pkg syscall (windows-amd64), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno) +pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M +pkg testing, method (*F) Add(...interface{}) +pkg testing, method (*F) Cleanup(func()) +pkg testing, method (*F) Error(...interface{}) +pkg testing, method (*F) Errorf(string, ...interface{}) +pkg testing, method (*F) Fail() +pkg testing, method (*F) FailNow() +pkg testing, method (*F) Failed() bool +pkg testing, method (*F) Fatal(...interface{}) +pkg testing, method (*F) Fatalf(string, ...interface{}) +pkg testing, method (*F) Fuzz(interface{}) +pkg testing, method (*F) Helper() +pkg testing, method (*F) Log(...interface{}) +pkg testing, method (*F) Logf(string, ...interface{}) +pkg testing, method (*F) Name() string +pkg testing, method (*F) Setenv(string, string) +pkg testing, method (*F) Skip(...interface{}) +pkg testing, method (*F) SkipNow() +pkg testing, method (*F) Skipf(string, ...interface{}) +pkg testing, method (*F) Skipped() bool +pkg testing, method (*F) TempDir() string +pkg testing, type F struct +pkg testing, type InternalFuzzTarget struct +pkg testing, type InternalFuzzTarget struct, Fn func(*F) +pkg testing, type InternalFuzzTarget struct, Name string +pkg text/template/parse, const NodeBreak = 21 +pkg text/template/parse, const NodeBreak NodeType +pkg text/template/parse, const NodeContinue = 22 +pkg text/template/parse, const NodeContinue NodeType +pkg text/template/parse, method (*BreakNode) Copy() Node +pkg text/template/parse, method (*BreakNode) String() string +pkg text/template/parse, method (*ContinueNode) Copy() Node +pkg text/template/parse, method (*ContinueNode) String() string +pkg text/template/parse, method (BreakNode) Position() Pos +pkg text/template/parse, method (BreakNode) Type() NodeType +pkg text/template/parse, method (ContinueNode) Position() Pos +pkg text/template/parse, method (ContinueNode) Type() NodeType +pkg text/template/parse, type BreakNode struct +pkg text/template/parse, type BreakNode struct, Line int +pkg text/template/parse, type BreakNode struct, embedded NodeType +pkg text/template/parse, type BreakNode struct, embedded Pos +pkg text/template/parse, type ContinueNode struct +pkg text/template/parse, type ContinueNode struct, Line int +pkg text/template/parse, type ContinueNode struct, embedded NodeType +pkg text/template/parse, type ContinueNode struct, embedded Pos +pkg unicode/utf8, func AppendRune([]uint8, int32) []uint8 diff --git a/go/api/go1.19.txt b/go/api/go1.19.txt new file mode 100644 index 0000000000000000000000000000000000000000..f31d633af94fe71737572b9fdacee2e8229db433 --- /dev/null +++ b/go/api/go1.19.txt @@ -0,0 +1,309 @@ +pkg crypto/x509, func ParseRevocationList([]uint8) (*RevocationList, error) #50674 +pkg crypto/x509, method (*CertPool) Clone() *CertPool #35044 +pkg crypto/x509, method (*CertPool) Equal(*CertPool) bool #46057 +pkg crypto/x509, method (*RevocationList) CheckSignatureFrom(*Certificate) error #50674 +pkg crypto/x509, type RevocationList struct, AuthorityKeyId []uint8 #50674 +pkg crypto/x509, type RevocationList struct, Extensions []pkix.Extension #50674 +pkg crypto/x509, type RevocationList struct, Issuer pkix.Name #50674 +pkg crypto/x509, type RevocationList struct, Raw []uint8 #50674 +pkg crypto/x509, type RevocationList struct, RawIssuer []uint8 #50674 +pkg crypto/x509, type RevocationList struct, RawTBSRevocationList []uint8 #50674 +pkg crypto/x509, type RevocationList struct, Signature []uint8 #50674 +pkg debug/elf, const EM_LOONGARCH = 258 #46229 +pkg debug/elf, const EM_LOONGARCH Machine #46229 +pkg debug/elf, const R_LARCH_32 = 1 #46229 +pkg debug/elf, const R_LARCH_32 R_LARCH #46229 +pkg debug/elf, const R_LARCH_64 = 2 #46229 +pkg debug/elf, const R_LARCH_64 R_LARCH #46229 +pkg debug/elf, const R_LARCH_ADD16 = 48 #46229 +pkg debug/elf, const R_LARCH_ADD16 R_LARCH #46229 +pkg debug/elf, const R_LARCH_ADD24 = 49 #46229 +pkg debug/elf, const R_LARCH_ADD24 R_LARCH #46229 +pkg debug/elf, const R_LARCH_ADD32 = 50 #46229 +pkg debug/elf, const R_LARCH_ADD32 R_LARCH #46229 +pkg debug/elf, const R_LARCH_ADD64 = 51 #46229 +pkg debug/elf, const R_LARCH_ADD64 R_LARCH #46229 +pkg debug/elf, const R_LARCH_ADD8 = 47 #46229 +pkg debug/elf, const R_LARCH_ADD8 R_LARCH #46229 +pkg debug/elf, const R_LARCH_COPY = 4 #46229 +pkg debug/elf, const R_LARCH_COPY R_LARCH #46229 +pkg debug/elf, const R_LARCH_IRELATIVE = 12 #46229 +pkg debug/elf, const R_LARCH_IRELATIVE R_LARCH #46229 +pkg debug/elf, const R_LARCH_JUMP_SLOT = 5 #46229 +pkg debug/elf, const R_LARCH_JUMP_SLOT R_LARCH #46229 +pkg debug/elf, const R_LARCH_MARK_LA = 20 #46229 +pkg debug/elf, const R_LARCH_MARK_LA R_LARCH #46229 +pkg debug/elf, const R_LARCH_MARK_PCREL = 21 #46229 +pkg debug/elf, const R_LARCH_MARK_PCREL R_LARCH #46229 +pkg debug/elf, const R_LARCH_NONE = 0 #46229 +pkg debug/elf, const R_LARCH_NONE R_LARCH #46229 +pkg debug/elf, const R_LARCH_RELATIVE = 3 #46229 +pkg debug/elf, const R_LARCH_RELATIVE R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_ADD = 35 #46229 +pkg debug/elf, const R_LARCH_SOP_ADD R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_AND = 36 #46229 +pkg debug/elf, const R_LARCH_SOP_AND R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_ASSERT = 30 #46229 +pkg debug/elf, const R_LARCH_SOP_ASSERT R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_IF_ELSE = 37 #46229 +pkg debug/elf, const R_LARCH_SOP_IF_ELSE R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_NOT = 31 #46229 +pkg debug/elf, const R_LARCH_SOP_NOT R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_10_10_16_S2 = 45 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_10_10_16_S2 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_5_10_16_S2 = 44 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_5_10_16_S2 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_12 = 40 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_12 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16 = 41 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16_S2 = 42 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16_S2 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_5 = 38 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_5 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_5_20 = 43 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_S_5_20 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_U = 46 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_U R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 = 39 #46229 +pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE = 23 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_DUP = 24 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_DUP R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_GPREL = 25 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_GPREL R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_PCREL = 22 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_PCREL R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_PLT_PCREL = 29 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_PLT_PCREL R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GD = 28 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GD R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GOT = 27 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GOT R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_TPREL = 26 #46229 +pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_TPREL R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_SL = 33 #46229 +pkg debug/elf, const R_LARCH_SOP_SL R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_SR = 34 #46229 +pkg debug/elf, const R_LARCH_SOP_SR R_LARCH #46229 +pkg debug/elf, const R_LARCH_SOP_SUB = 32 #46229 +pkg debug/elf, const R_LARCH_SOP_SUB R_LARCH #46229 +pkg debug/elf, const R_LARCH_SUB16 = 53 #46229 +pkg debug/elf, const R_LARCH_SUB16 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SUB24 = 54 #46229 +pkg debug/elf, const R_LARCH_SUB24 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SUB32 = 55 #46229 +pkg debug/elf, const R_LARCH_SUB32 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SUB64 = 56 #46229 +pkg debug/elf, const R_LARCH_SUB64 R_LARCH #46229 +pkg debug/elf, const R_LARCH_SUB8 = 52 #46229 +pkg debug/elf, const R_LARCH_SUB8 R_LARCH #46229 +pkg debug/elf, const R_LARCH_TLS_DTPMOD32 = 6 #46229 +pkg debug/elf, const R_LARCH_TLS_DTPMOD32 R_LARCH #46229 +pkg debug/elf, const R_LARCH_TLS_DTPMOD64 = 7 #46229 +pkg debug/elf, const R_LARCH_TLS_DTPMOD64 R_LARCH #46229 +pkg debug/elf, const R_LARCH_TLS_DTPREL32 = 8 #46229 +pkg debug/elf, const R_LARCH_TLS_DTPREL32 R_LARCH #46229 +pkg debug/elf, const R_LARCH_TLS_DTPREL64 = 9 #46229 +pkg debug/elf, const R_LARCH_TLS_DTPREL64 R_LARCH #46229 +pkg debug/elf, const R_LARCH_TLS_TPREL32 = 10 #46229 +pkg debug/elf, const R_LARCH_TLS_TPREL32 R_LARCH #46229 +pkg debug/elf, const R_LARCH_TLS_TPREL64 = 11 #46229 +pkg debug/elf, const R_LARCH_TLS_TPREL64 R_LARCH #46229 +pkg debug/elf, method (R_LARCH) GoString() string #46229 +pkg debug/elf, method (R_LARCH) String() string #46229 +pkg debug/elf, type R_LARCH int #46229 +pkg debug/pe, const IMAGE_COMDAT_SELECT_ANY = 2 #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_ANY ideal-int #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_ASSOCIATIVE = 5 #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_ASSOCIATIVE ideal-int #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_EXACT_MATCH = 4 #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_EXACT_MATCH ideal-int #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_LARGEST = 6 #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_LARGEST ideal-int #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_NODUPLICATES = 1 #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_NODUPLICATES ideal-int #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_SAME_SIZE = 3 #51868 +pkg debug/pe, const IMAGE_COMDAT_SELECT_SAME_SIZE ideal-int #51868 +pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH32 = 25138 #46229 +pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH32 ideal-int #46229 +pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH64 = 25188 #46229 +pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH64 ideal-int #46229 +pkg debug/pe, const IMAGE_SCN_CNT_CODE = 32 #51868 +pkg debug/pe, const IMAGE_SCN_CNT_CODE ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_CNT_INITIALIZED_DATA = 64 #51868 +pkg debug/pe, const IMAGE_SCN_CNT_INITIALIZED_DATA ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_CNT_UNINITIALIZED_DATA = 128 #51868 +pkg debug/pe, const IMAGE_SCN_CNT_UNINITIALIZED_DATA ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_LNK_COMDAT = 4096 #51868 +pkg debug/pe, const IMAGE_SCN_LNK_COMDAT ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_MEM_DISCARDABLE = 33554432 #51868 +pkg debug/pe, const IMAGE_SCN_MEM_DISCARDABLE ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_MEM_EXECUTE = 536870912 #51868 +pkg debug/pe, const IMAGE_SCN_MEM_EXECUTE ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_MEM_READ = 1073741824 #51868 +pkg debug/pe, const IMAGE_SCN_MEM_READ ideal-int #51868 +pkg debug/pe, const IMAGE_SCN_MEM_WRITE = 2147483648 #51868 +pkg debug/pe, const IMAGE_SCN_MEM_WRITE ideal-int #51868 +pkg debug/pe, method (*File) COFFSymbolReadSectionDefAux(int) (*COFFSymbolAuxFormat5, error) #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct, Checksum uint32 #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct, NumLineNumbers uint16 #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct, NumRelocs uint16 #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct, SecNum uint16 #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct, Selection uint8 #51868 +pkg debug/pe, type COFFSymbolAuxFormat5 struct, Size uint32 #51868 +pkg encoding/binary, func AppendUvarint([]uint8, uint64) []uint8 #51644 +pkg encoding/binary, func AppendVarint([]uint8, int64) []uint8 #51644 +pkg encoding/binary, type AppendByteOrder interface { AppendUint16, AppendUint32, AppendUint64, String } #50601 +pkg encoding/binary, type AppendByteOrder interface, AppendUint16([]uint8, uint16) []uint8 #50601 +pkg encoding/binary, type AppendByteOrder interface, AppendUint32([]uint8, uint32) []uint8 #50601 +pkg encoding/binary, type AppendByteOrder interface, AppendUint64([]uint8, uint64) []uint8 #50601 +pkg encoding/binary, type AppendByteOrder interface, String() string #50601 +pkg encoding/csv, method (*Reader) InputOffset() int64 #43401 +pkg encoding/xml, method (*Decoder) InputPos() (int, int) #45628 +pkg flag, func TextVar(encoding.TextUnmarshaler, string, encoding.TextMarshaler, string) #45754 +pkg flag, method (*FlagSet) TextVar(encoding.TextUnmarshaler, string, encoding.TextMarshaler, string) #45754 +pkg fmt, func Append([]uint8, ...interface{}) []uint8 #47579 +pkg fmt, func Appendf([]uint8, string, ...interface{}) []uint8 #47579 +pkg fmt, func Appendln([]uint8, ...interface{}) []uint8 #47579 +pkg go/doc, method (*Package) HTML(string) []uint8 #51082 +pkg go/doc, method (*Package) Markdown(string) []uint8 #51082 +pkg go/doc, method (*Package) Parser() *comment.Parser #51082 +pkg go/doc, method (*Package) Printer() *comment.Printer #51082 +pkg go/doc, method (*Package) Synopsis(string) string #51082 +pkg go/doc, method (*Package) Text(string) []uint8 #51082 +pkg go/doc/comment, func DefaultLookupPackage(string) (string, bool) #51082 +pkg go/doc/comment, method (*DocLink) DefaultURL(string) string #51082 +pkg go/doc/comment, method (*Heading) DefaultID() string #51082 +pkg go/doc/comment, method (*List) BlankBefore() bool #51082 +pkg go/doc/comment, method (*List) BlankBetween() bool #51082 +pkg go/doc/comment, method (*Parser) Parse(string) *Doc #51082 +pkg go/doc/comment, method (*Printer) Comment(*Doc) []uint8 #51082 +pkg go/doc/comment, method (*Printer) HTML(*Doc) []uint8 #51082 +pkg go/doc/comment, method (*Printer) Markdown(*Doc) []uint8 #51082 +pkg go/doc/comment, method (*Printer) Text(*Doc) []uint8 #51082 +pkg go/doc/comment, type Block interface, unexported methods #51082 +pkg go/doc/comment, type Code struct #51082 +pkg go/doc/comment, type Code struct, Text string #51082 +pkg go/doc/comment, type Doc struct #51082 +pkg go/doc/comment, type Doc struct, Content []Block #51082 +pkg go/doc/comment, type Doc struct, Links []*LinkDef #51082 +pkg go/doc/comment, type DocLink struct #51082 +pkg go/doc/comment, type DocLink struct, ImportPath string #51082 +pkg go/doc/comment, type DocLink struct, Name string #51082 +pkg go/doc/comment, type DocLink struct, Recv string #51082 +pkg go/doc/comment, type DocLink struct, Text []Text #51082 +pkg go/doc/comment, type Heading struct #51082 +pkg go/doc/comment, type Heading struct, Text []Text #51082 +pkg go/doc/comment, type Italic string #51082 +pkg go/doc/comment, type Link struct #51082 +pkg go/doc/comment, type Link struct, Auto bool #51082 +pkg go/doc/comment, type Link struct, Text []Text #51082 +pkg go/doc/comment, type Link struct, URL string #51082 +pkg go/doc/comment, type LinkDef struct #51082 +pkg go/doc/comment, type LinkDef struct, Text string #51082 +pkg go/doc/comment, type LinkDef struct, URL string #51082 +pkg go/doc/comment, type LinkDef struct, Used bool #51082 +pkg go/doc/comment, type List struct #51082 +pkg go/doc/comment, type List struct, ForceBlankBefore bool #51082 +pkg go/doc/comment, type List struct, ForceBlankBetween bool #51082 +pkg go/doc/comment, type List struct, Items []*ListItem #51082 +pkg go/doc/comment, type ListItem struct #51082 +pkg go/doc/comment, type ListItem struct, Content []Block #51082 +pkg go/doc/comment, type ListItem struct, Number string #51082 +pkg go/doc/comment, type Paragraph struct #51082 +pkg go/doc/comment, type Paragraph struct, Text []Text #51082 +pkg go/doc/comment, type Parser struct #51082 +pkg go/doc/comment, type Parser struct, LookupPackage func(string) (string, bool) #51082 +pkg go/doc/comment, type Parser struct, LookupSym func(string, string) bool #51082 +pkg go/doc/comment, type Parser struct, Words map[string]string #51082 +pkg go/doc/comment, type Plain string #51082 +pkg go/doc/comment, type Printer struct #51082 +pkg go/doc/comment, type Printer struct, DocLinkBaseURL string #51082 +pkg go/doc/comment, type Printer struct, DocLinkURL func(*DocLink) string #51082 +pkg go/doc/comment, type Printer struct, HeadingID func(*Heading) string #51082 +pkg go/doc/comment, type Printer struct, HeadingLevel int #51082 +pkg go/doc/comment, type Printer struct, TextCodePrefix string #51082 +pkg go/doc/comment, type Printer struct, TextPrefix string #51082 +pkg go/doc/comment, type Printer struct, TextWidth int #51082 +pkg go/doc/comment, type Text interface, unexported methods #51082 +pkg go/types, method (*Func) Origin() *Func #51682 +pkg go/types, method (*Var) Origin() *Var #51682 +pkg hash/maphash, func Bytes(Seed, []uint8) uint64 #42710 +pkg hash/maphash, func String(Seed, string) uint64 #42710 +pkg html/template, method (*Template) Funcs(template.FuncMap) *Template #46121 +pkg html/template, type FuncMap = template.FuncMap #46121 +pkg net/http, method (*MaxBytesError) Error() string #30715 +pkg net/http, type MaxBytesError struct #30715 +pkg net/http, type MaxBytesError struct, Limit int64 #30715 +pkg net/url, func JoinPath(string, ...string) (string, error) #47005 +pkg net/url, method (*URL) JoinPath(...string) *URL #47005 +pkg net/url, type URL struct, OmitHost bool #46059 +pkg os/exec, method (*Cmd) Environ() []string #50599 +pkg os/exec, type Cmd struct, Err error #43724 +pkg os/exec, var ErrDot error #43724 +pkg regexp/syntax, const ErrNestingDepth = "expression nests too deeply" #51684 +pkg regexp/syntax, const ErrNestingDepth ErrorCode #51684 +pkg runtime/debug, func SetMemoryLimit(int64) int64 #48409 +pkg sort, func Find(int, func(int) int) (int, bool) #50340 +pkg sync/atomic, method (*Bool) CompareAndSwap(bool, bool) bool #50860 +pkg sync/atomic, method (*Bool) Load() bool #50860 +pkg sync/atomic, method (*Bool) Store(bool) #50860 +pkg sync/atomic, method (*Bool) Swap(bool) bool #50860 +pkg sync/atomic, method (*Int32) Add(int32) int32 #50860 +pkg sync/atomic, method (*Int32) CompareAndSwap(int32, int32) bool #50860 +pkg sync/atomic, method (*Int32) Load() int32 #50860 +pkg sync/atomic, method (*Int32) Store(int32) #50860 +pkg sync/atomic, method (*Int32) Swap(int32) int32 #50860 +pkg sync/atomic, method (*Int64) Add(int64) int64 #50860 +pkg sync/atomic, method (*Int64) CompareAndSwap(int64, int64) bool #50860 +pkg sync/atomic, method (*Int64) Load() int64 #50860 +pkg sync/atomic, method (*Int64) Store(int64) #50860 +pkg sync/atomic, method (*Int64) Swap(int64) int64 #50860 +pkg sync/atomic, method (*Pointer[$0]) CompareAndSwap(*$0, *$0) bool #50860 +pkg sync/atomic, method (*Pointer[$0]) Load() *$0 #50860 +pkg sync/atomic, method (*Pointer[$0]) Store(*$0) #50860 +pkg sync/atomic, method (*Pointer[$0]) Swap(*$0) *$0 #50860 +pkg sync/atomic, method (*Uint32) Add(uint32) uint32 #50860 +pkg sync/atomic, method (*Uint32) CompareAndSwap(uint32, uint32) bool #50860 +pkg sync/atomic, method (*Uint32) Load() uint32 #50860 +pkg sync/atomic, method (*Uint32) Store(uint32) #50860 +pkg sync/atomic, method (*Uint32) Swap(uint32) uint32 #50860 +pkg sync/atomic, method (*Uint64) Add(uint64) uint64 #50860 +pkg sync/atomic, method (*Uint64) CompareAndSwap(uint64, uint64) bool #50860 +pkg sync/atomic, method (*Uint64) Load() uint64 #50860 +pkg sync/atomic, method (*Uint64) Store(uint64) #50860 +pkg sync/atomic, method (*Uint64) Swap(uint64) uint64 #50860 +pkg sync/atomic, method (*Uintptr) Add(uintptr) uintptr #50860 +pkg sync/atomic, method (*Uintptr) CompareAndSwap(uintptr, uintptr) bool #50860 +pkg sync/atomic, method (*Uintptr) Load() uintptr #50860 +pkg sync/atomic, method (*Uintptr) Store(uintptr) #50860 +pkg sync/atomic, method (*Uintptr) Swap(uintptr) uintptr #50860 +pkg sync/atomic, type Bool struct #50860 +pkg sync/atomic, type Int32 struct #50860 +pkg sync/atomic, type Int64 struct #50860 +pkg sync/atomic, type Pointer[$0 interface{}] struct #50860 +pkg sync/atomic, type Uint32 struct #50860 +pkg sync/atomic, type Uint64 struct #50860 +pkg sync/atomic, type Uintptr struct #50860 +pkg time, method (Duration) Abs() Duration #51414 +pkg time, method (Time) ZoneBounds() (Time, Time) #50062 +pkg crypto/x509, func ParseCRL //deprecated #50674 +pkg crypto/x509, func ParseDERCRL //deprecated #50674 +pkg crypto/x509, method (*Certificate) CheckCRLSignature //deprecated #50674 +pkg crypto/x509, method (*Certificate) CreateCRL //deprecated #50674 +pkg crypto/x509/pkix, type CertificateList //deprecated #50674 +pkg crypto/x509/pkix, type TBSCertificateList //deprecated #50674 +pkg go/doc, func Synopsis //deprecated #51082 +pkg go/doc, func ToHTML //deprecated #51082 +pkg go/doc, func ToText //deprecated #51082 +pkg io/ioutil, func NopCloser //deprecated #42026 +pkg io/ioutil, func ReadAll //deprecated #42026 +pkg io/ioutil, func ReadDir //deprecated #42026 +pkg io/ioutil, func ReadFile //deprecated #42026 +pkg io/ioutil, func TempDir //deprecated #42026 +pkg io/ioutil, func TempFile //deprecated #42026 +pkg io/ioutil, func WriteFile //deprecated #42026 +pkg io/ioutil, var Discard //deprecated #42026 diff --git a/go/api/go1.2.txt b/go/api/go1.2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6835e608b141c47aeb38fcbafa43d2a8d2985e4 --- /dev/null +++ b/go/api/go1.2.txt @@ -0,0 +1,32484 @@ +pkg archive/zip, func RegisterCompressor(uint16, Compressor) +pkg archive/zip, func RegisterDecompressor(uint16, Decompressor) +pkg archive/zip, method (*File) DataOffset() (int64, error) +pkg archive/zip, type Compressor func(io.Writer) (io.WriteCloser, error) +pkg archive/zip, type Decompressor func(io.Reader) io.ReadCloser +pkg bufio, method (*Reader) Reset(io.Reader) +pkg bufio, method (*Writer) Reset(io.Writer) +pkg compress/flate, method (*Writer) Reset(io.Writer) +pkg compress/gzip, method (*Writer) Reset(io.Writer) +pkg compress/zlib, method (*Writer) Reset(io.Writer) +pkg container/heap, func Fix(Interface, int) +pkg container/list, method (*List) MoveAfter(*Element, *Element) +pkg container/list, method (*List) MoveBefore(*Element, *Element) +pkg crypto, type PublicKey interface {} +pkg crypto/cipher, func NewGCM(Block) (AEAD, error) +pkg crypto/cipher, type AEAD interface { NonceSize, Open, Overhead, Seal } +pkg crypto/cipher, type AEAD interface, NonceSize() int +pkg crypto/cipher, type AEAD interface, Open([]uint8, []uint8, []uint8, []uint8) ([]uint8, error) +pkg crypto/cipher, type AEAD interface, Overhead() int +pkg crypto/cipher, type AEAD interface, Seal([]uint8, []uint8, []uint8, []uint8) []uint8 +pkg crypto/md5, func Sum([]uint8) [16]uint8 +pkg crypto/rsa, const PSSSaltLengthAuto = 0 +pkg crypto/rsa, const PSSSaltLengthAuto ideal-int +pkg crypto/rsa, const PSSSaltLengthEqualsHash = -1 +pkg crypto/rsa, const PSSSaltLengthEqualsHash ideal-int +pkg crypto/rsa, func SignPSS(io.Reader, *PrivateKey, crypto.Hash, []uint8, *PSSOptions) ([]uint8, error) +pkg crypto/rsa, func VerifyPSS(*PublicKey, crypto.Hash, []uint8, []uint8, *PSSOptions) error +pkg crypto/rsa, type PSSOptions struct +pkg crypto/rsa, type PSSOptions struct, SaltLength int +pkg crypto/sha1, func Sum([]uint8) [20]uint8 +pkg crypto/sha256, func Sum224([]uint8) [28]uint8 +pkg crypto/sha256, func Sum256([]uint8) [32]uint8 +pkg crypto/sha512, func Sum384([]uint8) [48]uint8 +pkg crypto/sha512, func Sum512([]uint8) [64]uint8 +pkg crypto/subtle, func ConstantTimeLessOrEq(int, int) int +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uint16 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 49162 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = 49159 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 49199 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 uint16 +pkg crypto/tls, const VersionSSL30 = 768 +pkg crypto/tls, const VersionSSL30 ideal-int +pkg crypto/tls, const VersionTLS10 = 769 +pkg crypto/tls, const VersionTLS10 ideal-int +pkg crypto/tls, const VersionTLS11 = 770 +pkg crypto/tls, const VersionTLS11 ideal-int +pkg crypto/tls, const VersionTLS12 = 771 +pkg crypto/tls, const VersionTLS12 ideal-int +pkg crypto/tls, type Config struct, MaxVersion uint16 +pkg crypto/tls, type Config struct, MinVersion uint16 +pkg crypto/x509, func MarshalECPrivateKey(*ecdsa.PrivateKey) ([]uint8, error) +pkg crypto/x509, type Certificate struct, CRLDistributionPoints []string +pkg crypto/x509, type Certificate struct, Extensions []pkix.Extension +pkg crypto/x509, type Certificate struct, ExtraExtensions []pkix.Extension +pkg crypto/x509, type Certificate struct, IssuingCertificateURL []string +pkg crypto/x509, type Certificate struct, OCSPServer []string +pkg database/sql, method (*DB) SetMaxOpenConns(int) +pkg encoding, type BinaryMarshaler interface { MarshalBinary } +pkg encoding, type BinaryMarshaler interface, MarshalBinary() ([]uint8, error) +pkg encoding, type BinaryUnmarshaler interface { UnmarshalBinary } +pkg encoding, type BinaryUnmarshaler interface, UnmarshalBinary([]uint8) error +pkg encoding, type TextMarshaler interface { MarshalText } +pkg encoding, type TextMarshaler interface, MarshalText() ([]uint8, error) +pkg encoding, type TextUnmarshaler interface { UnmarshalText } +pkg encoding, type TextUnmarshaler interface, UnmarshalText([]uint8) error +pkg encoding/xml, method (*Encoder) EncodeElement(interface{}, StartElement) error +pkg encoding/xml, method (*Encoder) EncodeToken(Token) error +pkg encoding/xml, method (*Encoder) Flush() error +pkg encoding/xml, method (StartElement) End() EndElement +pkg encoding/xml, type Marshaler interface { MarshalXML } +pkg encoding/xml, type Marshaler interface, MarshalXML(*Encoder, StartElement) error +pkg encoding/xml, type MarshalerAttr interface { MarshalXMLAttr } +pkg encoding/xml, type MarshalerAttr interface, MarshalXMLAttr(Name) (Attr, error) +pkg encoding/xml, type Unmarshaler interface { UnmarshalXML } +pkg encoding/xml, type Unmarshaler interface, UnmarshalXML(*Decoder, StartElement) error +pkg encoding/xml, type UnmarshalerAttr interface { UnmarshalXMLAttr } +pkg encoding/xml, type UnmarshalerAttr interface, UnmarshalXMLAttr(Attr) error +pkg flag, type Getter interface { Get, Set, String } +pkg flag, type Getter interface, Get() interface{} +pkg flag, type Getter interface, Set(string) error +pkg flag, type Getter interface, String() string +pkg flag, var CommandLine *FlagSet +pkg go/ast, type SliceExpr struct, Max Expr +pkg go/ast, type SliceExpr struct, Slice3 bool +pkg go/ast, type TypeAssertExpr struct, Lparen token.Pos +pkg go/ast, type TypeAssertExpr struct, Rparen token.Pos +pkg go/build, method (*Context) MatchFile(string, string) (bool, error) +pkg go/build, type Package struct, AllTags []string +pkg go/build, type Package struct, CXXFiles []string +pkg go/build, type Package struct, CgoCPPFLAGS []string +pkg go/build, type Package struct, CgoCXXFLAGS []string +pkg go/build, type Package struct, ConflictDir string +pkg go/token, method (*File) MergeLine(int) +pkg html/template, type Template struct, Tree *parse.Tree +pkg image/color/palette, var Plan9 []color.Color +pkg image/color/palette, var WebSafe []color.Color +pkg image/draw, method (Op) Draw(Image, image.Rectangle, image.Image, image.Point) +pkg image/draw, type Drawer interface { Draw } +pkg image/draw, type Drawer interface, Draw(Image, image.Rectangle, image.Image, image.Point) +pkg image/draw, type Quantizer interface { Quantize } +pkg image/draw, type Quantizer interface, Quantize(color.Palette, image.Image) color.Palette +pkg image/draw, var FloydSteinberg Drawer +pkg image/gif, func Encode(io.Writer, image.Image, *Options) error +pkg image/gif, func EncodeAll(io.Writer, *GIF) error +pkg image/gif, type Options struct +pkg image/gif, type Options struct, Drawer draw.Drawer +pkg image/gif, type Options struct, NumColors int +pkg image/gif, type Options struct, Quantizer draw.Quantizer +pkg log/syslog (freebsd-386-cgo), const LOG_ALERT Priority +pkg log/syslog (freebsd-386-cgo), const LOG_AUTH Priority +pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-386-cgo), const LOG_CRIT Priority +pkg log/syslog (freebsd-386-cgo), const LOG_CRON Priority +pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG Priority +pkg log/syslog (freebsd-386-cgo), const LOG_EMERG Priority +pkg log/syslog (freebsd-386-cgo), const LOG_ERR Priority +pkg log/syslog (freebsd-386-cgo), const LOG_FTP Priority +pkg log/syslog (freebsd-386-cgo), const LOG_INFO Priority +pkg log/syslog (freebsd-386-cgo), const LOG_KERN Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-386-cgo), const LOG_LPR Priority +pkg log/syslog (freebsd-386-cgo), const LOG_MAIL Priority +pkg log/syslog (freebsd-386-cgo), const LOG_NEWS Priority +pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE Priority +pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-386-cgo), const LOG_USER Priority +pkg log/syslog (freebsd-386-cgo), const LOG_UUCP Priority +pkg log/syslog (freebsd-386-cgo), const LOG_WARNING Priority +pkg log/syslog (freebsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-386-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-386-cgo), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Close() error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Err(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Info(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-386-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-386-cgo), type Priority int +pkg log/syslog (freebsd-386-cgo), type Writer struct +pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_USER Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING Priority +pkg log/syslog (freebsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-amd64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Close() error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Err(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Info(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-amd64-cgo), type Priority int +pkg log/syslog (freebsd-amd64-cgo), type Writer struct +pkg log/syslog (freebsd-arm), const LOG_ALERT Priority +pkg log/syslog (freebsd-arm), const LOG_AUTH Priority +pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-arm), const LOG_CRIT Priority +pkg log/syslog (freebsd-arm), const LOG_CRON Priority +pkg log/syslog (freebsd-arm), const LOG_DAEMON Priority +pkg log/syslog (freebsd-arm), const LOG_DEBUG Priority +pkg log/syslog (freebsd-arm), const LOG_EMERG Priority +pkg log/syslog (freebsd-arm), const LOG_ERR Priority +pkg log/syslog (freebsd-arm), const LOG_FTP Priority +pkg log/syslog (freebsd-arm), const LOG_INFO Priority +pkg log/syslog (freebsd-arm), const LOG_KERN Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-arm), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-arm), const LOG_LPR Priority +pkg log/syslog (freebsd-arm), const LOG_MAIL Priority +pkg log/syslog (freebsd-arm), const LOG_NEWS Priority +pkg log/syslog (freebsd-arm), const LOG_NOTICE Priority +pkg log/syslog (freebsd-arm), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-arm), const LOG_USER Priority +pkg log/syslog (freebsd-arm), const LOG_UUCP Priority +pkg log/syslog (freebsd-arm), const LOG_WARNING Priority +pkg log/syslog (freebsd-arm), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-arm), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Close() error +pkg log/syslog (freebsd-arm), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Err(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Info(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-arm), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-arm), type Priority int +pkg log/syslog (freebsd-arm), type Writer struct +pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_CRON Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_ERR Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_FTP Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_INFO Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_KERN Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_LPR Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_USER Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP Priority +pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING Priority +pkg log/syslog (freebsd-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Close() error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Err(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Info(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-arm-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-arm-cgo), type Priority int +pkg log/syslog (freebsd-arm-cgo), type Writer struct +pkg log/syslog (linux-arm-cgo), const LOG_ALERT Priority +pkg log/syslog (linux-arm-cgo), const LOG_AUTH Priority +pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-arm-cgo), const LOG_CRIT Priority +pkg log/syslog (linux-arm-cgo), const LOG_CRON Priority +pkg log/syslog (linux-arm-cgo), const LOG_DAEMON Priority +pkg log/syslog (linux-arm-cgo), const LOG_DEBUG Priority +pkg log/syslog (linux-arm-cgo), const LOG_EMERG Priority +pkg log/syslog (linux-arm-cgo), const LOG_ERR Priority +pkg log/syslog (linux-arm-cgo), const LOG_FTP Priority +pkg log/syslog (linux-arm-cgo), const LOG_INFO Priority +pkg log/syslog (linux-arm-cgo), const LOG_KERN Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (linux-arm-cgo), const LOG_LPR Priority +pkg log/syslog (linux-arm-cgo), const LOG_MAIL Priority +pkg log/syslog (linux-arm-cgo), const LOG_NEWS Priority +pkg log/syslog (linux-arm-cgo), const LOG_NOTICE Priority +pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG Priority +pkg log/syslog (linux-arm-cgo), const LOG_USER Priority +pkg log/syslog (linux-arm-cgo), const LOG_UUCP Priority +pkg log/syslog (linux-arm-cgo), const LOG_WARNING Priority +pkg log/syslog (linux-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (linux-arm-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (linux-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (linux-arm-cgo), method (*Writer) Alert(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Close() error +pkg log/syslog (linux-arm-cgo), method (*Writer) Crit(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Debug(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Err(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Info(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Notice(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Warning(string) error +pkg log/syslog (linux-arm-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (linux-arm-cgo), type Priority int +pkg log/syslog (linux-arm-cgo), type Writer struct +pkg log/syslog (netbsd-386), const LOG_ALERT Priority +pkg log/syslog (netbsd-386), const LOG_AUTH Priority +pkg log/syslog (netbsd-386), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-386), const LOG_CRIT Priority +pkg log/syslog (netbsd-386), const LOG_CRON Priority +pkg log/syslog (netbsd-386), const LOG_DAEMON Priority +pkg log/syslog (netbsd-386), const LOG_DEBUG Priority +pkg log/syslog (netbsd-386), const LOG_EMERG Priority +pkg log/syslog (netbsd-386), const LOG_ERR Priority +pkg log/syslog (netbsd-386), const LOG_FTP Priority +pkg log/syslog (netbsd-386), const LOG_INFO Priority +pkg log/syslog (netbsd-386), const LOG_KERN Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-386), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-386), const LOG_LPR Priority +pkg log/syslog (netbsd-386), const LOG_MAIL Priority +pkg log/syslog (netbsd-386), const LOG_NEWS Priority +pkg log/syslog (netbsd-386), const LOG_NOTICE Priority +pkg log/syslog (netbsd-386), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-386), const LOG_USER Priority +pkg log/syslog (netbsd-386), const LOG_UUCP Priority +pkg log/syslog (netbsd-386), const LOG_WARNING Priority +pkg log/syslog (netbsd-386), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-386), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-386), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-386), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-386), method (*Writer) Close() error +pkg log/syslog (netbsd-386), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-386), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-386), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-386), method (*Writer) Err(string) error +pkg log/syslog (netbsd-386), method (*Writer) Info(string) error +pkg log/syslog (netbsd-386), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-386), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-386), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-386), type Priority int +pkg log/syslog (netbsd-386), type Writer struct +pkg log/syslog (netbsd-386-cgo), const LOG_ALERT Priority +pkg log/syslog (netbsd-386-cgo), const LOG_AUTH Priority +pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-386-cgo), const LOG_CRIT Priority +pkg log/syslog (netbsd-386-cgo), const LOG_CRON Priority +pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG Priority +pkg log/syslog (netbsd-386-cgo), const LOG_EMERG Priority +pkg log/syslog (netbsd-386-cgo), const LOG_ERR Priority +pkg log/syslog (netbsd-386-cgo), const LOG_FTP Priority +pkg log/syslog (netbsd-386-cgo), const LOG_INFO Priority +pkg log/syslog (netbsd-386-cgo), const LOG_KERN Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-386-cgo), const LOG_LPR Priority +pkg log/syslog (netbsd-386-cgo), const LOG_MAIL Priority +pkg log/syslog (netbsd-386-cgo), const LOG_NEWS Priority +pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE Priority +pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-386-cgo), const LOG_USER Priority +pkg log/syslog (netbsd-386-cgo), const LOG_UUCP Priority +pkg log/syslog (netbsd-386-cgo), const LOG_WARNING Priority +pkg log/syslog (netbsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-386-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-386-cgo), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Close() error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Err(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Info(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-386-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-386-cgo), type Priority int +pkg log/syslog (netbsd-386-cgo), type Writer struct +pkg log/syslog (netbsd-amd64), const LOG_ALERT Priority +pkg log/syslog (netbsd-amd64), const LOG_AUTH Priority +pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-amd64), const LOG_CRIT Priority +pkg log/syslog (netbsd-amd64), const LOG_CRON Priority +pkg log/syslog (netbsd-amd64), const LOG_DAEMON Priority +pkg log/syslog (netbsd-amd64), const LOG_DEBUG Priority +pkg log/syslog (netbsd-amd64), const LOG_EMERG Priority +pkg log/syslog (netbsd-amd64), const LOG_ERR Priority +pkg log/syslog (netbsd-amd64), const LOG_FTP Priority +pkg log/syslog (netbsd-amd64), const LOG_INFO Priority +pkg log/syslog (netbsd-amd64), const LOG_KERN Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-amd64), const LOG_LPR Priority +pkg log/syslog (netbsd-amd64), const LOG_MAIL Priority +pkg log/syslog (netbsd-amd64), const LOG_NEWS Priority +pkg log/syslog (netbsd-amd64), const LOG_NOTICE Priority +pkg log/syslog (netbsd-amd64), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-amd64), const LOG_USER Priority +pkg log/syslog (netbsd-amd64), const LOG_UUCP Priority +pkg log/syslog (netbsd-amd64), const LOG_WARNING Priority +pkg log/syslog (netbsd-amd64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-amd64), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-amd64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-amd64), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Close() error +pkg log/syslog (netbsd-amd64), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Err(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Info(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-amd64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-amd64), type Priority int +pkg log/syslog (netbsd-amd64), type Writer struct +pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_USER Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING Priority +pkg log/syslog (netbsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-amd64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Close() error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Err(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Info(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-amd64-cgo), type Priority int +pkg log/syslog (netbsd-amd64-cgo), type Writer struct +pkg log/syslog (netbsd-arm), const LOG_ALERT Priority +pkg log/syslog (netbsd-arm), const LOG_AUTH Priority +pkg log/syslog (netbsd-arm), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-arm), const LOG_CRIT Priority +pkg log/syslog (netbsd-arm), const LOG_CRON Priority +pkg log/syslog (netbsd-arm), const LOG_DAEMON Priority +pkg log/syslog (netbsd-arm), const LOG_DEBUG Priority +pkg log/syslog (netbsd-arm), const LOG_EMERG Priority +pkg log/syslog (netbsd-arm), const LOG_ERR Priority +pkg log/syslog (netbsd-arm), const LOG_FTP Priority +pkg log/syslog (netbsd-arm), const LOG_INFO Priority +pkg log/syslog (netbsd-arm), const LOG_KERN Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-arm), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-arm), const LOG_LPR Priority +pkg log/syslog (netbsd-arm), const LOG_MAIL Priority +pkg log/syslog (netbsd-arm), const LOG_NEWS Priority +pkg log/syslog (netbsd-arm), const LOG_NOTICE Priority +pkg log/syslog (netbsd-arm), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-arm), const LOG_USER Priority +pkg log/syslog (netbsd-arm), const LOG_UUCP Priority +pkg log/syslog (netbsd-arm), const LOG_WARNING Priority +pkg log/syslog (netbsd-arm), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-arm), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Close() error +pkg log/syslog (netbsd-arm), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Err(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Info(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-arm), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-arm), type Priority int +pkg log/syslog (netbsd-arm), type Writer struct +pkg log/syslog (netbsd-arm-cgo), const LOG_ALERT Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_AUTH Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_CRIT Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_CRON Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_DAEMON Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_DEBUG Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_EMERG Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_ERR Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_FTP Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_INFO Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_KERN Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_LPR Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_MAIL Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_NEWS Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_NOTICE Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_SYSLOG Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_USER Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_UUCP Priority +pkg log/syslog (netbsd-arm-cgo), const LOG_WARNING Priority +pkg log/syslog (netbsd-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (netbsd-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Alert(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Close() error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Crit(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Debug(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Err(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Info(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Notice(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Warning(string) error +pkg log/syslog (netbsd-arm-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (netbsd-arm-cgo), type Priority int +pkg log/syslog (netbsd-arm-cgo), type Writer struct +pkg log/syslog (openbsd-386), const LOG_ALERT Priority +pkg log/syslog (openbsd-386), const LOG_AUTH Priority +pkg log/syslog (openbsd-386), const LOG_AUTHPRIV Priority +pkg log/syslog (openbsd-386), const LOG_CRIT Priority +pkg log/syslog (openbsd-386), const LOG_CRON Priority +pkg log/syslog (openbsd-386), const LOG_DAEMON Priority +pkg log/syslog (openbsd-386), const LOG_DEBUG Priority +pkg log/syslog (openbsd-386), const LOG_EMERG Priority +pkg log/syslog (openbsd-386), const LOG_ERR Priority +pkg log/syslog (openbsd-386), const LOG_FTP Priority +pkg log/syslog (openbsd-386), const LOG_INFO Priority +pkg log/syslog (openbsd-386), const LOG_KERN Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL0 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL1 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL2 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL3 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL4 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL5 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL6 Priority +pkg log/syslog (openbsd-386), const LOG_LOCAL7 Priority +pkg log/syslog (openbsd-386), const LOG_LPR Priority +pkg log/syslog (openbsd-386), const LOG_MAIL Priority +pkg log/syslog (openbsd-386), const LOG_NEWS Priority +pkg log/syslog (openbsd-386), const LOG_NOTICE Priority +pkg log/syslog (openbsd-386), const LOG_SYSLOG Priority +pkg log/syslog (openbsd-386), const LOG_USER Priority +pkg log/syslog (openbsd-386), const LOG_UUCP Priority +pkg log/syslog (openbsd-386), const LOG_WARNING Priority +pkg log/syslog (openbsd-386), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (openbsd-386), func New(Priority, string) (*Writer, error) +pkg log/syslog (openbsd-386), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (openbsd-386), method (*Writer) Alert(string) error +pkg log/syslog (openbsd-386), method (*Writer) Close() error +pkg log/syslog (openbsd-386), method (*Writer) Crit(string) error +pkg log/syslog (openbsd-386), method (*Writer) Debug(string) error +pkg log/syslog (openbsd-386), method (*Writer) Emerg(string) error +pkg log/syslog (openbsd-386), method (*Writer) Err(string) error +pkg log/syslog (openbsd-386), method (*Writer) Info(string) error +pkg log/syslog (openbsd-386), method (*Writer) Notice(string) error +pkg log/syslog (openbsd-386), method (*Writer) Warning(string) error +pkg log/syslog (openbsd-386), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (openbsd-386), type Priority int +pkg log/syslog (openbsd-386), type Writer struct +pkg log/syslog (openbsd-386-cgo), const LOG_ALERT Priority +pkg log/syslog (openbsd-386-cgo), const LOG_AUTH Priority +pkg log/syslog (openbsd-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (openbsd-386-cgo), const LOG_CRIT Priority +pkg log/syslog (openbsd-386-cgo), const LOG_CRON Priority +pkg log/syslog (openbsd-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (openbsd-386-cgo), const LOG_DEBUG Priority +pkg log/syslog (openbsd-386-cgo), const LOG_EMERG Priority +pkg log/syslog (openbsd-386-cgo), const LOG_ERR Priority +pkg log/syslog (openbsd-386-cgo), const LOG_FTP Priority +pkg log/syslog (openbsd-386-cgo), const LOG_INFO Priority +pkg log/syslog (openbsd-386-cgo), const LOG_KERN Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (openbsd-386-cgo), const LOG_LPR Priority +pkg log/syslog (openbsd-386-cgo), const LOG_MAIL Priority +pkg log/syslog (openbsd-386-cgo), const LOG_NEWS Priority +pkg log/syslog (openbsd-386-cgo), const LOG_NOTICE Priority +pkg log/syslog (openbsd-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (openbsd-386-cgo), const LOG_USER Priority +pkg log/syslog (openbsd-386-cgo), const LOG_UUCP Priority +pkg log/syslog (openbsd-386-cgo), const LOG_WARNING Priority +pkg log/syslog (openbsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (openbsd-386-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (openbsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (openbsd-386-cgo), method (*Writer) Alert(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Close() error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Crit(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Debug(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Err(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Info(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Notice(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Warning(string) error +pkg log/syslog (openbsd-386-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (openbsd-386-cgo), type Priority int +pkg log/syslog (openbsd-386-cgo), type Writer struct +pkg log/syslog (openbsd-amd64), const LOG_ALERT Priority +pkg log/syslog (openbsd-amd64), const LOG_AUTH Priority +pkg log/syslog (openbsd-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (openbsd-amd64), const LOG_CRIT Priority +pkg log/syslog (openbsd-amd64), const LOG_CRON Priority +pkg log/syslog (openbsd-amd64), const LOG_DAEMON Priority +pkg log/syslog (openbsd-amd64), const LOG_DEBUG Priority +pkg log/syslog (openbsd-amd64), const LOG_EMERG Priority +pkg log/syslog (openbsd-amd64), const LOG_ERR Priority +pkg log/syslog (openbsd-amd64), const LOG_FTP Priority +pkg log/syslog (openbsd-amd64), const LOG_INFO Priority +pkg log/syslog (openbsd-amd64), const LOG_KERN Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (openbsd-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (openbsd-amd64), const LOG_LPR Priority +pkg log/syslog (openbsd-amd64), const LOG_MAIL Priority +pkg log/syslog (openbsd-amd64), const LOG_NEWS Priority +pkg log/syslog (openbsd-amd64), const LOG_NOTICE Priority +pkg log/syslog (openbsd-amd64), const LOG_SYSLOG Priority +pkg log/syslog (openbsd-amd64), const LOG_USER Priority +pkg log/syslog (openbsd-amd64), const LOG_UUCP Priority +pkg log/syslog (openbsd-amd64), const LOG_WARNING Priority +pkg log/syslog (openbsd-amd64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (openbsd-amd64), func New(Priority, string) (*Writer, error) +pkg log/syslog (openbsd-amd64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (openbsd-amd64), method (*Writer) Alert(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Close() error +pkg log/syslog (openbsd-amd64), method (*Writer) Crit(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Debug(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Emerg(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Err(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Info(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Notice(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Warning(string) error +pkg log/syslog (openbsd-amd64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (openbsd-amd64), type Priority int +pkg log/syslog (openbsd-amd64), type Writer struct +pkg log/syslog (openbsd-amd64-cgo), const LOG_ALERT Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_CRIT Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_DEBUG Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_EMERG Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_ERR Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_INFO Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_NOTICE Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_USER Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (openbsd-amd64-cgo), const LOG_WARNING Priority +pkg log/syslog (openbsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (openbsd-amd64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (openbsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Close() error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Err(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Info(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (openbsd-amd64-cgo), type Priority int +pkg log/syslog (openbsd-amd64-cgo), type Writer struct +pkg net, method (*IP) UnmarshalText([]uint8) error +pkg net, method (*TCPConn) SetKeepAlivePeriod(time.Duration) error +pkg net, method (IP) MarshalText() ([]uint8, error) +pkg net, type Dialer struct, DualStack bool +pkg net/smtp, method (*Client) Close() error +pkg os (linux-arm), const O_SYNC = 1052672 +pkg os (linux-arm-cgo), const O_SYNC = 1052672 +pkg reflect, method (Value) SetCap(int) +pkg reflect, method (Value) Slice3(int, int, int) Value +pkg runtime, type MemStats struct, GCSys uint64 +pkg runtime, type MemStats struct, OtherSys uint64 +pkg runtime/debug, func SetMaxStack(int) int +pkg runtime/debug, func SetMaxThreads(int) int +pkg sort, func Stable(Interface) +pkg strings, func IndexByte(string, uint8) int +pkg sync/atomic, func SwapInt32(*int32, int32) int32 +pkg sync/atomic, func SwapInt64(*int64, int64) int64 +pkg sync/atomic, func SwapPointer(*unsafe.Pointer, unsafe.Pointer) unsafe.Pointer +pkg sync/atomic, func SwapUint32(*uint32, uint32) uint32 +pkg sync/atomic, func SwapUint64(*uint64, uint64) uint64 +pkg sync/atomic, func SwapUintptr(*uintptr, uintptr) uintptr +pkg syscall (darwin-386), const ICMP6_FILTER = 18 +pkg syscall (darwin-386), const ICMP6_FILTER ideal-int +pkg syscall (darwin-386), const ImplementsGetwd = true +pkg syscall (darwin-386), const PRIO_PGRP = 1 +pkg syscall (darwin-386), const PRIO_PGRP ideal-int +pkg syscall (darwin-386), const PRIO_PROCESS = 0 +pkg syscall (darwin-386), const PRIO_PROCESS ideal-int +pkg syscall (darwin-386), const PRIO_USER = 2 +pkg syscall (darwin-386), const PRIO_USER ideal-int +pkg syscall (darwin-386), const SizeofICMPv6Filter = 32 +pkg syscall (darwin-386), const SizeofICMPv6Filter ideal-int +pkg syscall (darwin-386), const SizeofIPv6MTUInfo = 32 +pkg syscall (darwin-386), const SizeofIPv6MTUInfo ideal-int +pkg syscall (darwin-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (darwin-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (darwin-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (darwin-386), type ICMPv6Filter struct +pkg syscall (darwin-386), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (darwin-386), type IPv6MTUInfo struct +pkg syscall (darwin-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (darwin-386), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (darwin-386-cgo), const ICMP6_FILTER = 18 +pkg syscall (darwin-386-cgo), const ICMP6_FILTER ideal-int +pkg syscall (darwin-386-cgo), const ImplementsGetwd = true +pkg syscall (darwin-386-cgo), const PRIO_PGRP = 1 +pkg syscall (darwin-386-cgo), const PRIO_PGRP ideal-int +pkg syscall (darwin-386-cgo), const PRIO_PROCESS = 0 +pkg syscall (darwin-386-cgo), const PRIO_PROCESS ideal-int +pkg syscall (darwin-386-cgo), const PRIO_USER = 2 +pkg syscall (darwin-386-cgo), const PRIO_USER ideal-int +pkg syscall (darwin-386-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (darwin-386-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (darwin-386-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (darwin-386-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (darwin-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (darwin-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (darwin-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (darwin-386-cgo), type ICMPv6Filter struct +pkg syscall (darwin-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (darwin-386-cgo), type IPv6MTUInfo struct +pkg syscall (darwin-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (darwin-386-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (darwin-amd64), const ICMP6_FILTER = 18 +pkg syscall (darwin-amd64), const ICMP6_FILTER ideal-int +pkg syscall (darwin-amd64), const ImplementsGetwd = true +pkg syscall (darwin-amd64), const PRIO_PGRP = 1 +pkg syscall (darwin-amd64), const PRIO_PGRP ideal-int +pkg syscall (darwin-amd64), const PRIO_PROCESS = 0 +pkg syscall (darwin-amd64), const PRIO_PROCESS ideal-int +pkg syscall (darwin-amd64), const PRIO_USER = 2 +pkg syscall (darwin-amd64), const PRIO_USER ideal-int +pkg syscall (darwin-amd64), const SizeofICMPv6Filter = 32 +pkg syscall (darwin-amd64), const SizeofICMPv6Filter ideal-int +pkg syscall (darwin-amd64), const SizeofIPv6MTUInfo = 32 +pkg syscall (darwin-amd64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (darwin-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (darwin-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (darwin-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (darwin-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64), type ICMPv6Filter struct +pkg syscall (darwin-amd64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (darwin-amd64), type IPv6MTUInfo struct +pkg syscall (darwin-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (darwin-amd64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (darwin-amd64-cgo), const ICMP6_FILTER = 18 +pkg syscall (darwin-amd64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = true +pkg syscall (darwin-amd64-cgo), const PRIO_PGRP = 1 +pkg syscall (darwin-amd64-cgo), const PRIO_PGRP ideal-int +pkg syscall (darwin-amd64-cgo), const PRIO_PROCESS = 0 +pkg syscall (darwin-amd64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (darwin-amd64-cgo), const PRIO_USER = 2 +pkg syscall (darwin-amd64-cgo), const PRIO_USER ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (darwin-amd64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (darwin-amd64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (darwin-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (darwin-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (darwin-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (darwin-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct +pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct +pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-386), const ICMP6_FILTER = 18 +pkg syscall (freebsd-386), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-386), const PRIO_PGRP = 1 +pkg syscall (freebsd-386), const PRIO_PGRP ideal-int +pkg syscall (freebsd-386), const PRIO_PROCESS = 0 +pkg syscall (freebsd-386), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-386), const PRIO_USER = 2 +pkg syscall (freebsd-386), const PRIO_USER ideal-int +pkg syscall (freebsd-386), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-386), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-386), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-386), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-386), type ICMPv6Filter struct +pkg syscall (freebsd-386), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-386), type IPv6MTUInfo struct +pkg syscall (freebsd-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-386), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-386-cgo), const AF_APPLETALK ideal-int +pkg syscall (freebsd-386-cgo), const AF_ARP ideal-int +pkg syscall (freebsd-386-cgo), const AF_ATM ideal-int +pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-386-cgo), const AF_CCITT ideal-int +pkg syscall (freebsd-386-cgo), const AF_CHAOS ideal-int +pkg syscall (freebsd-386-cgo), const AF_CNT ideal-int +pkg syscall (freebsd-386-cgo), const AF_COIP ideal-int +pkg syscall (freebsd-386-cgo), const AF_DATAKIT ideal-int +pkg syscall (freebsd-386-cgo), const AF_DECnet ideal-int +pkg syscall (freebsd-386-cgo), const AF_DLI ideal-int +pkg syscall (freebsd-386-cgo), const AF_E164 ideal-int +pkg syscall (freebsd-386-cgo), const AF_ECMA ideal-int +pkg syscall (freebsd-386-cgo), const AF_HYLINK ideal-int +pkg syscall (freebsd-386-cgo), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-386-cgo), const AF_IMPLINK ideal-int +pkg syscall (freebsd-386-cgo), const AF_IPX ideal-int +pkg syscall (freebsd-386-cgo), const AF_ISDN ideal-int +pkg syscall (freebsd-386-cgo), const AF_ISO ideal-int +pkg syscall (freebsd-386-cgo), const AF_LAT ideal-int +pkg syscall (freebsd-386-cgo), const AF_LINK ideal-int +pkg syscall (freebsd-386-cgo), const AF_LOCAL ideal-int +pkg syscall (freebsd-386-cgo), const AF_MAX ideal-int +pkg syscall (freebsd-386-cgo), const AF_NATM ideal-int +pkg syscall (freebsd-386-cgo), const AF_NETBIOS ideal-int +pkg syscall (freebsd-386-cgo), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-386-cgo), const AF_OSI ideal-int +pkg syscall (freebsd-386-cgo), const AF_PUP ideal-int +pkg syscall (freebsd-386-cgo), const AF_ROUTE ideal-int +pkg syscall (freebsd-386-cgo), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-386-cgo), const AF_SIP ideal-int +pkg syscall (freebsd-386-cgo), const AF_SLOW ideal-int +pkg syscall (freebsd-386-cgo), const AF_SNA ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-386-cgo), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-386-cgo), const B0 ideal-int +pkg syscall (freebsd-386-cgo), const B110 ideal-int +pkg syscall (freebsd-386-cgo), const B115200 ideal-int +pkg syscall (freebsd-386-cgo), const B1200 ideal-int +pkg syscall (freebsd-386-cgo), const B134 ideal-int +pkg syscall (freebsd-386-cgo), const B14400 ideal-int +pkg syscall (freebsd-386-cgo), const B150 ideal-int +pkg syscall (freebsd-386-cgo), const B1800 ideal-int +pkg syscall (freebsd-386-cgo), const B19200 ideal-int +pkg syscall (freebsd-386-cgo), const B200 ideal-int +pkg syscall (freebsd-386-cgo), const B230400 ideal-int +pkg syscall (freebsd-386-cgo), const B2400 ideal-int +pkg syscall (freebsd-386-cgo), const B28800 ideal-int +pkg syscall (freebsd-386-cgo), const B300 ideal-int +pkg syscall (freebsd-386-cgo), const B38400 ideal-int +pkg syscall (freebsd-386-cgo), const B460800 ideal-int +pkg syscall (freebsd-386-cgo), const B4800 ideal-int +pkg syscall (freebsd-386-cgo), const B50 ideal-int +pkg syscall (freebsd-386-cgo), const B57600 ideal-int +pkg syscall (freebsd-386-cgo), const B600 ideal-int +pkg syscall (freebsd-386-cgo), const B7200 ideal-int +pkg syscall (freebsd-386-cgo), const B75 ideal-int +pkg syscall (freebsd-386-cgo), const B76800 ideal-int +pkg syscall (freebsd-386-cgo), const B921600 ideal-int +pkg syscall (freebsd-386-cgo), const B9600 ideal-int +pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-386-cgo), const BIOCFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGBLEN ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGDLT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGETIF ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGRSIG ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGSTATS ideal-int +pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-386-cgo), const BIOCLOCK ideal-int +pkg syscall (freebsd-386-cgo), const BIOCPROMISC ideal-int +pkg syscall (freebsd-386-cgo), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSBLEN ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSDLT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSETF ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSETFNR ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSETIF ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSETWF ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSRSIG ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-386-cgo), const BIOCVERSION ideal-int +pkg syscall (freebsd-386-cgo), const BPF_A ideal-int +pkg syscall (freebsd-386-cgo), const BPF_ABS ideal-int +pkg syscall (freebsd-386-cgo), const BPF_ADD ideal-int +pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-386-cgo), const BPF_ALU ideal-int +pkg syscall (freebsd-386-cgo), const BPF_AND ideal-int +pkg syscall (freebsd-386-cgo), const BPF_B ideal-int +pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-386-cgo), const BPF_DIV ideal-int +pkg syscall (freebsd-386-cgo), const BPF_H ideal-int +pkg syscall (freebsd-386-cgo), const BPF_IMM ideal-int +pkg syscall (freebsd-386-cgo), const BPF_IND ideal-int +pkg syscall (freebsd-386-cgo), const BPF_JA ideal-int +pkg syscall (freebsd-386-cgo), const BPF_JEQ ideal-int +pkg syscall (freebsd-386-cgo), const BPF_JGE ideal-int +pkg syscall (freebsd-386-cgo), const BPF_JGT ideal-int +pkg syscall (freebsd-386-cgo), const BPF_JMP ideal-int +pkg syscall (freebsd-386-cgo), const BPF_JSET ideal-int +pkg syscall (freebsd-386-cgo), const BPF_K ideal-int +pkg syscall (freebsd-386-cgo), const BPF_LD ideal-int +pkg syscall (freebsd-386-cgo), const BPF_LDX ideal-int +pkg syscall (freebsd-386-cgo), const BPF_LEN ideal-int +pkg syscall (freebsd-386-cgo), const BPF_LSH ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MEM ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MISC ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MSH ideal-int +pkg syscall (freebsd-386-cgo), const BPF_MUL ideal-int +pkg syscall (freebsd-386-cgo), const BPF_NEG ideal-int +pkg syscall (freebsd-386-cgo), const BPF_OR ideal-int +pkg syscall (freebsd-386-cgo), const BPF_RELEASE ideal-int +pkg syscall (freebsd-386-cgo), const BPF_RET ideal-int +pkg syscall (freebsd-386-cgo), const BPF_RSH ideal-int +pkg syscall (freebsd-386-cgo), const BPF_ST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_STX ideal-int +pkg syscall (freebsd-386-cgo), const BPF_SUB ideal-int +pkg syscall (freebsd-386-cgo), const BPF_TAX ideal-int +pkg syscall (freebsd-386-cgo), const BPF_TXA ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_NONE ideal-int +pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-386-cgo), const BPF_W ideal-int +pkg syscall (freebsd-386-cgo), const BPF_X ideal-int +pkg syscall (freebsd-386-cgo), const BRKINT ideal-int +pkg syscall (freebsd-386-cgo), const CFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const CLOCAL ideal-int +pkg syscall (freebsd-386-cgo), const CREAD ideal-int +pkg syscall (freebsd-386-cgo), const CS5 ideal-int +pkg syscall (freebsd-386-cgo), const CS6 ideal-int +pkg syscall (freebsd-386-cgo), const CS7 ideal-int +pkg syscall (freebsd-386-cgo), const CS8 ideal-int +pkg syscall (freebsd-386-cgo), const CSIZE ideal-int +pkg syscall (freebsd-386-cgo), const CSTART ideal-int +pkg syscall (freebsd-386-cgo), const CSTATUS ideal-int +pkg syscall (freebsd-386-cgo), const CSTOP ideal-int +pkg syscall (freebsd-386-cgo), const CSTOPB ideal-int +pkg syscall (freebsd-386-cgo), const CSUSP ideal-int +pkg syscall (freebsd-386-cgo), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-386-cgo), const CTL_NET ideal-int +pkg syscall (freebsd-386-cgo), const DLT_A429 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_AOS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ARCNET ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_AURORA ideal-int +pkg syscall (freebsd-386-cgo), const DLT_AX25 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_CAN20B ideal-int +pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-386-cgo), const DLT_CHAOS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_CHDLC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_DBUS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_DECT ideal-int +pkg syscall (freebsd-386-cgo), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ECONET ideal-int +pkg syscall (freebsd-386-cgo), const DLT_EN10MB ideal-int +pkg syscall (freebsd-386-cgo), const DLT_EN3MB ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ENC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ERF ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-386-cgo), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_FC_2 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_FDDI ideal-int +pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-386-cgo), const DLT_FRELAY ideal-int +pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GPF_F ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GPF_T ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-386-cgo), const DLT_HHDLC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPMB ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPNET ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPOIB ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPV4 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IPV6 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LAPD ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LIN ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LOOP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_LTALK ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MFR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MOST ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MPLS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MTP2 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MTP3 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-386-cgo), const DLT_NFLOG ideal-int +pkg syscall (freebsd-386-cgo), const DLT_NULL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PFLOG ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPI ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-386-cgo), const DLT_PRONET ideal-int +pkg syscall (freebsd-386-cgo), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_RAW ideal-int +pkg syscall (freebsd-386-cgo), const DLT_RIO ideal-int +pkg syscall (freebsd-386-cgo), const DLT_SCCP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_SITA ideal-int +pkg syscall (freebsd-386-cgo), const DLT_SLIP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-386-cgo), const DLT_SUNATM ideal-int +pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_TZSP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USB ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER0 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER1 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER10 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER11 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER12 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER13 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER14 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER15 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER2 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER3 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER4 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER5 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER6 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER7 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER8 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_USER9 ideal-int +pkg syscall (freebsd-386-cgo), const DLT_WIHART ideal-int +pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-386-cgo), const DT_BLK ideal-int +pkg syscall (freebsd-386-cgo), const DT_CHR ideal-int +pkg syscall (freebsd-386-cgo), const DT_DIR ideal-int +pkg syscall (freebsd-386-cgo), const DT_FIFO ideal-int +pkg syscall (freebsd-386-cgo), const DT_LNK ideal-int +pkg syscall (freebsd-386-cgo), const DT_REG ideal-int +pkg syscall (freebsd-386-cgo), const DT_SOCK ideal-int +pkg syscall (freebsd-386-cgo), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-386-cgo), const DT_WHT ideal-int +pkg syscall (freebsd-386-cgo), const EAUTH Errno +pkg syscall (freebsd-386-cgo), const EBADMSG Errno +pkg syscall (freebsd-386-cgo), const EBADRPC Errno +pkg syscall (freebsd-386-cgo), const ECAPMODE Errno +pkg syscall (freebsd-386-cgo), const ECHO ideal-int +pkg syscall (freebsd-386-cgo), const ECHOCTL ideal-int +pkg syscall (freebsd-386-cgo), const ECHOE ideal-int +pkg syscall (freebsd-386-cgo), const ECHOK ideal-int +pkg syscall (freebsd-386-cgo), const ECHOKE ideal-int +pkg syscall (freebsd-386-cgo), const ECHONL ideal-int +pkg syscall (freebsd-386-cgo), const ECHOPRT ideal-int +pkg syscall (freebsd-386-cgo), const EDOOFUS Errno +pkg syscall (freebsd-386-cgo), const EFTYPE Errno +pkg syscall (freebsd-386-cgo), const ELAST Errno +pkg syscall (freebsd-386-cgo), const EMULTIHOP Errno +pkg syscall (freebsd-386-cgo), const ENEEDAUTH Errno +pkg syscall (freebsd-386-cgo), const ENOATTR Errno +pkg syscall (freebsd-386-cgo), const ENOLINK Errno +pkg syscall (freebsd-386-cgo), const ENOTCAPABLE Errno +pkg syscall (freebsd-386-cgo), const EPROCLIM Errno +pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL Errno +pkg syscall (freebsd-386-cgo), const EPROGMISMATCH Errno +pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL Errno +pkg syscall (freebsd-386-cgo), const EPROTO Errno +pkg syscall (freebsd-386-cgo), const ERPCMISMATCH Errno +pkg syscall (freebsd-386-cgo), const EVFILT_AIO ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_FS ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_LIO ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_PROC ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_READ ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_USER ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-386-cgo), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-386-cgo), const EV_ADD ideal-int +pkg syscall (freebsd-386-cgo), const EV_CLEAR ideal-int +pkg syscall (freebsd-386-cgo), const EV_DELETE ideal-int +pkg syscall (freebsd-386-cgo), const EV_DISABLE ideal-int +pkg syscall (freebsd-386-cgo), const EV_DISPATCH ideal-int +pkg syscall (freebsd-386-cgo), const EV_ENABLE ideal-int +pkg syscall (freebsd-386-cgo), const EV_EOF ideal-int +pkg syscall (freebsd-386-cgo), const EV_ERROR ideal-int +pkg syscall (freebsd-386-cgo), const EV_FLAG1 ideal-int +pkg syscall (freebsd-386-cgo), const EV_ONESHOT ideal-int +pkg syscall (freebsd-386-cgo), const EV_RECEIPT ideal-int +pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-386-cgo), const EXTA ideal-int +pkg syscall (freebsd-386-cgo), const EXTB ideal-int +pkg syscall (freebsd-386-cgo), const EXTPROC ideal-int +pkg syscall (freebsd-386-cgo), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-386-cgo), const FD_SETSIZE ideal-int +pkg syscall (freebsd-386-cgo), const FLUSHO ideal-int +pkg syscall (freebsd-386-cgo), const F_CANCEL ideal-int +pkg syscall (freebsd-386-cgo), const F_DUP2FD ideal-int +pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-386-cgo), const F_DUPFD ideal-int +pkg syscall (freebsd-386-cgo), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-386-cgo), const F_GETFD ideal-int +pkg syscall (freebsd-386-cgo), const F_GETFL ideal-int +pkg syscall (freebsd-386-cgo), const F_GETLK ideal-int +pkg syscall (freebsd-386-cgo), const F_GETOWN ideal-int +pkg syscall (freebsd-386-cgo), const F_OGETLK ideal-int +pkg syscall (freebsd-386-cgo), const F_OK ideal-int +pkg syscall (freebsd-386-cgo), const F_OSETLK ideal-int +pkg syscall (freebsd-386-cgo), const F_OSETLKW ideal-int +pkg syscall (freebsd-386-cgo), const F_RDAHEAD ideal-int +pkg syscall (freebsd-386-cgo), const F_RDLCK ideal-int +pkg syscall (freebsd-386-cgo), const F_READAHEAD ideal-int +pkg syscall (freebsd-386-cgo), const F_SETFD ideal-int +pkg syscall (freebsd-386-cgo), const F_SETFL ideal-int +pkg syscall (freebsd-386-cgo), const F_SETLK ideal-int +pkg syscall (freebsd-386-cgo), const F_SETLKW ideal-int +pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-386-cgo), const F_SETOWN ideal-int +pkg syscall (freebsd-386-cgo), const F_UNLCK ideal-int +pkg syscall (freebsd-386-cgo), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-386-cgo), const F_WRLCK ideal-int +pkg syscall (freebsd-386-cgo), const HUPCL ideal-int +pkg syscall (freebsd-386-cgo), const ICANON ideal-int +pkg syscall (freebsd-386-cgo), const ICMP6_FILTER = 18 +pkg syscall (freebsd-386-cgo), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const ICRNL ideal-int +pkg syscall (freebsd-386-cgo), const IEXTEN ideal-int +pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-386-cgo), const IFF_DEBUG ideal-int +pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-386-cgo), const IFF_DYING ideal-int +pkg syscall (freebsd-386-cgo), const IFF_LINK0 ideal-int +pkg syscall (freebsd-386-cgo), const IFF_LINK1 ideal-int +pkg syscall (freebsd-386-cgo), const IFF_LINK2 ideal-int +pkg syscall (freebsd-386-cgo), const IFF_MONITOR ideal-int +pkg syscall (freebsd-386-cgo), const IFF_NOARP ideal-int +pkg syscall (freebsd-386-cgo), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-386-cgo), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-386-cgo), const IFF_PROMISC ideal-int +pkg syscall (freebsd-386-cgo), const IFF_RENAMING ideal-int +pkg syscall (freebsd-386-cgo), const IFF_RUNNING ideal-int +pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-386-cgo), const IFF_SMART ideal-int +pkg syscall (freebsd-386-cgo), const IFF_STATICARP ideal-int +pkg syscall (freebsd-386-cgo), const IFNAMSIZ ideal-int +pkg syscall (freebsd-386-cgo), const IFT_1822 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-386-cgo), const IFT_AAL2 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_AAL5 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ADSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ARAP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ARCNET ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ASYNC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-386-cgo), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_BSC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_CARP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_CEPT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_CES ideal-int +pkg syscall (freebsd-386-cgo), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_CNR ideal-int +pkg syscall (freebsd-386-cgo), const IFT_COFFEE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DCN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DLSW ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DS0 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DS3 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DTM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ENC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_EON ideal-int +pkg syscall (freebsd-386-cgo), const IFT_EPLRS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ESCON ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ETHER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FAITH ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FAST ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FDDI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRELAY ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-386-cgo), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-386-cgo), const IFT_GIF ideal-int +pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-386-cgo), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HDLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HIPPI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HSSI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_HY ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IDSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IFGSN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IMT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-386-cgo), const IFT_IPXIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISDN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISDNS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISDNU ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ISUP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_LAPB ideal-int +pkg syscall (freebsd-386-cgo), const IFT_LAPD ideal-int +pkg syscall (freebsd-386-cgo), const IFT_LAPF ideal-int +pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-386-cgo), const IFT_LOOP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MODEM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MPC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MPLS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MSDSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MVL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_MYRINET ideal-int +pkg syscall (freebsd-386-cgo), const IFT_NFAS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_NSIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_OTHER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_P10 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_P80 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PARA ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PFLOG ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_POS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PPP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_PVC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_QLLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_RADSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_RS232 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_RSRB ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SDLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SDSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SHDSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SLIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SONET ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SONETVT ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SRP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-386-cgo), const IFT_STARLAN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_STF ideal-int +pkg syscall (freebsd-386-cgo), const IFT_T1 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_TDLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-386-cgo), const IFT_TR008 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-386-cgo), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_ULTRA ideal-int +pkg syscall (freebsd-386-cgo), const IFT_USB ideal-int +pkg syscall (freebsd-386-cgo), const IFT_V11 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_V35 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_V36 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_V37 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VDSL ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_X213 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_X25 ideal-int +pkg syscall (freebsd-386-cgo), const IFT_X25DDN ideal-int +pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_X25MLP ideal-int +pkg syscall (freebsd-386-cgo), const IFT_X25PLE ideal-int +pkg syscall (freebsd-386-cgo), const IFT_XETHER ideal-int +pkg syscall (freebsd-386-cgo), const IGNBRK ideal-int +pkg syscall (freebsd-386-cgo), const IGNCR ideal-int +pkg syscall (freebsd-386-cgo), const IGNPAR ideal-int +pkg syscall (freebsd-386-cgo), const IMAXBEL ideal-int +pkg syscall (freebsd-386-cgo), const INLCR ideal-int +pkg syscall (freebsd-386-cgo), const INPCK ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_AH ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_APES ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_EON ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IL ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_INP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MH ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ND ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_ST ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FAITH ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MMTU ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_VERSION ideal-int +pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-386-cgo), const IP_BINDANY ideal-int +pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-386-cgo), const IP_DF ideal-int +pkg syscall (freebsd-386-cgo), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-386-cgo), const IP_FAITH ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW3 ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_ADD ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_DEL ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_GET ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-386-cgo), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-386-cgo), const IP_HDRINCL ideal-int +pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-386-cgo), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-386-cgo), const IP_MF ideal-int +pkg syscall (freebsd-386-cgo), const IP_MINTTL ideal-int +pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386-cgo), const IP_MSFILTER ideal-int +pkg syscall (freebsd-386-cgo), const IP_MSS ideal-int +pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-386-cgo), const IP_OFFMASK ideal-int +pkg syscall (freebsd-386-cgo), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-386-cgo), const IP_OPTIONS ideal-int +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-386-cgo), const IP_RECVIF ideal-int +pkg syscall (freebsd-386-cgo), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IP_RECVTOS ideal-int +pkg syscall (freebsd-386-cgo), const IP_RECVTTL ideal-int +pkg syscall (freebsd-386-cgo), const IP_RETOPTS ideal-int +pkg syscall (freebsd-386-cgo), const IP_RF ideal-int +pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-386-cgo), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-386-cgo), const ISIG ideal-int +pkg syscall (freebsd-386-cgo), const ISTRIP ideal-int +pkg syscall (freebsd-386-cgo), const IXANY ideal-int +pkg syscall (freebsd-386-cgo), const IXOFF ideal-int +pkg syscall (freebsd-386-cgo), const IXON ideal-int +pkg syscall (freebsd-386-cgo), const LOCK_EX ideal-int +pkg syscall (freebsd-386-cgo), const LOCK_NB ideal-int +pkg syscall (freebsd-386-cgo), const LOCK_SH ideal-int +pkg syscall (freebsd-386-cgo), const LOCK_UN ideal-int +pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-386-cgo), const MADV_CORE ideal-int +pkg syscall (freebsd-386-cgo), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-386-cgo), const MADV_FREE ideal-int +pkg syscall (freebsd-386-cgo), const MADV_NOCORE ideal-int +pkg syscall (freebsd-386-cgo), const MADV_NORMAL ideal-int +pkg syscall (freebsd-386-cgo), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-386-cgo), const MADV_PROTECT ideal-int +pkg syscall (freebsd-386-cgo), const MADV_RANDOM ideal-int +pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-386-cgo), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-386-cgo), const MAP_ANON ideal-int +pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-386-cgo), const MAP_COPY ideal-int +pkg syscall (freebsd-386-cgo), const MAP_FILE ideal-int +pkg syscall (freebsd-386-cgo), const MAP_FIXED ideal-int +pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-386-cgo), const MAP_NOCORE ideal-int +pkg syscall (freebsd-386-cgo), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-386-cgo), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-386-cgo), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-386-cgo), const MAP_RENAME ideal-int +pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-386-cgo), const MAP_SHARED ideal-int +pkg syscall (freebsd-386-cgo), const MAP_STACK ideal-int +pkg syscall (freebsd-386-cgo), const MCL_CURRENT ideal-int +pkg syscall (freebsd-386-cgo), const MCL_FUTURE ideal-int +pkg syscall (freebsd-386-cgo), const MSG_COMPAT ideal-int +pkg syscall (freebsd-386-cgo), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-386-cgo), const MSG_EOF ideal-int +pkg syscall (freebsd-386-cgo), const MSG_EOR ideal-int +pkg syscall (freebsd-386-cgo), const MSG_NBIO ideal-int +pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-386-cgo), const MSG_OOB ideal-int +pkg syscall (freebsd-386-cgo), const MSG_PEEK ideal-int +pkg syscall (freebsd-386-cgo), const MSG_TRUNC ideal-int +pkg syscall (freebsd-386-cgo), const MSG_WAITALL ideal-int +pkg syscall (freebsd-386-cgo), const MS_ASYNC ideal-int +pkg syscall (freebsd-386-cgo), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-386-cgo), const MS_SYNC ideal-int +pkg syscall (freebsd-386-cgo), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-386-cgo), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-386-cgo), const NOFLSH ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_CHILD ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_DELETE ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_EXEC ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_EXIT ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FFAND ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FFOR ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_FORK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_LINK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_RENAME ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_TRACK ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-386-cgo), const NOTE_WRITE ideal-int +pkg syscall (freebsd-386-cgo), const OCRNL ideal-int +pkg syscall (freebsd-386-cgo), const ONLCR ideal-int +pkg syscall (freebsd-386-cgo), const ONLRET ideal-int +pkg syscall (freebsd-386-cgo), const ONOCR ideal-int +pkg syscall (freebsd-386-cgo), const ONOEOT ideal-int +pkg syscall (freebsd-386-cgo), const OPOST ideal-int +pkg syscall (freebsd-386-cgo), const O_ACCMODE ideal-int +pkg syscall (freebsd-386-cgo), const O_DIRECT ideal-int +pkg syscall (freebsd-386-cgo), const O_DIRECTORY ideal-int +pkg syscall (freebsd-386-cgo), const O_EXEC ideal-int +pkg syscall (freebsd-386-cgo), const O_EXLOCK ideal-int +pkg syscall (freebsd-386-cgo), const O_FSYNC ideal-int +pkg syscall (freebsd-386-cgo), const O_NDELAY ideal-int +pkg syscall (freebsd-386-cgo), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-386-cgo), const O_SHLOCK ideal-int +pkg syscall (freebsd-386-cgo), const O_TTY_INIT ideal-int +pkg syscall (freebsd-386-cgo), const PARENB ideal-int +pkg syscall (freebsd-386-cgo), const PARMRK ideal-int +pkg syscall (freebsd-386-cgo), const PARODD ideal-int +pkg syscall (freebsd-386-cgo), const PENDIN ideal-int +pkg syscall (freebsd-386-cgo), const PRIO_PGRP = 1 +pkg syscall (freebsd-386-cgo), const PRIO_PGRP ideal-int +pkg syscall (freebsd-386-cgo), const PRIO_PROCESS = 0 +pkg syscall (freebsd-386-cgo), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-386-cgo), const PRIO_USER = 2 +pkg syscall (freebsd-386-cgo), const PRIO_USER ideal-int +pkg syscall (freebsd-386-cgo), const PROT_EXEC ideal-int +pkg syscall (freebsd-386-cgo), const PROT_NONE ideal-int +pkg syscall (freebsd-386-cgo), const PROT_READ ideal-int +pkg syscall (freebsd-386-cgo), const PROT_WRITE ideal-int +pkg syscall (freebsd-386-cgo), const PTRACE_CONT ideal-int +pkg syscall (freebsd-386-cgo), const PTRACE_KILL ideal-int +pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_AS ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-386-cgo), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-386-cgo), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_BRD ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_DST ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_IFA ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_IFP ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_MAX ideal-int +pkg syscall (freebsd-386-cgo), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-386-cgo), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-386-cgo), const RTA_BRD ideal-int +pkg syscall (freebsd-386-cgo), const RTA_DST ideal-int +pkg syscall (freebsd-386-cgo), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-386-cgo), const RTA_GENMASK ideal-int +pkg syscall (freebsd-386-cgo), const RTA_IFA ideal-int +pkg syscall (freebsd-386-cgo), const RTA_IFP ideal-int +pkg syscall (freebsd-386-cgo), const RTA_NETMASK ideal-int +pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-386-cgo), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-386-cgo), const RTF_DONE ideal-int +pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-386-cgo), const RTF_FMASK ideal-int +pkg syscall (freebsd-386-cgo), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-386-cgo), const RTF_HOST ideal-int +pkg syscall (freebsd-386-cgo), const RTF_LLDATA ideal-int +pkg syscall (freebsd-386-cgo), const RTF_LLINFO ideal-int +pkg syscall (freebsd-386-cgo), const RTF_LOCAL ideal-int +pkg syscall (freebsd-386-cgo), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-386-cgo), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-386-cgo), const RTF_PINNED ideal-int +pkg syscall (freebsd-386-cgo), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-386-cgo), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-386-cgo), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-386-cgo), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-386-cgo), const RTF_REJECT ideal-int +pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-386-cgo), const RTF_STATIC ideal-int +pkg syscall (freebsd-386-cgo), const RTF_STICKY ideal-int +pkg syscall (freebsd-386-cgo), const RTF_UP ideal-int +pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-386-cgo), const RTM_ADD ideal-int +pkg syscall (freebsd-386-cgo), const RTM_CHANGE ideal-int +pkg syscall (freebsd-386-cgo), const RTM_DELADDR ideal-int +pkg syscall (freebsd-386-cgo), const RTM_DELETE ideal-int +pkg syscall (freebsd-386-cgo), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-386-cgo), const RTM_GET ideal-int +pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-386-cgo), const RTM_IFINFO ideal-int +pkg syscall (freebsd-386-cgo), const RTM_LOCK ideal-int +pkg syscall (freebsd-386-cgo), const RTM_LOSING ideal-int +pkg syscall (freebsd-386-cgo), const RTM_MISS ideal-int +pkg syscall (freebsd-386-cgo), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-386-cgo), const RTM_OLDADD ideal-int +pkg syscall (freebsd-386-cgo), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-386-cgo), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-386-cgo), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-386-cgo), const RTM_VERSION ideal-int +pkg syscall (freebsd-386-cgo), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-386-cgo), const RTV_MTU ideal-int +pkg syscall (freebsd-386-cgo), const RTV_RPIPE ideal-int +pkg syscall (freebsd-386-cgo), const RTV_RTT ideal-int +pkg syscall (freebsd-386-cgo), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-386-cgo), const RTV_SPIPE ideal-int +pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-386-cgo), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-386-cgo), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-386-cgo), const SCM_BINTIME ideal-int +pkg syscall (freebsd-386-cgo), const SCM_CREDS ideal-int +pkg syscall (freebsd-386-cgo), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-386-cgo), const SIGCHLD Signal +pkg syscall (freebsd-386-cgo), const SIGCONT Signal +pkg syscall (freebsd-386-cgo), const SIGEMT Signal +pkg syscall (freebsd-386-cgo), const SIGINFO Signal +pkg syscall (freebsd-386-cgo), const SIGIO Signal +pkg syscall (freebsd-386-cgo), const SIGIOT Signal +pkg syscall (freebsd-386-cgo), const SIGLWP Signal +pkg syscall (freebsd-386-cgo), const SIGPROF Signal +pkg syscall (freebsd-386-cgo), const SIGSTOP Signal +pkg syscall (freebsd-386-cgo), const SIGSYS Signal +pkg syscall (freebsd-386-cgo), const SIGTHR Signal +pkg syscall (freebsd-386-cgo), const SIGTSTP Signal +pkg syscall (freebsd-386-cgo), const SIGTTIN Signal +pkg syscall (freebsd-386-cgo), const SIGTTOU Signal +pkg syscall (freebsd-386-cgo), const SIGURG Signal +pkg syscall (freebsd-386-cgo), const SIGUSR1 Signal +pkg syscall (freebsd-386-cgo), const SIGUSR2 Signal +pkg syscall (freebsd-386-cgo), const SIGVTALRM Signal +pkg syscall (freebsd-386-cgo), const SIGWINCH Signal +pkg syscall (freebsd-386-cgo), const SIGXCPU Signal +pkg syscall (freebsd-386-cgo), const SIGXFSZ Signal +pkg syscall (freebsd-386-cgo), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-386-cgo), const SIOCADDRT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-386-cgo), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCATMARK ideal-int +pkg syscall (freebsd-386-cgo), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-386-cgo), const SIOCDELRT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGPGRP ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-386-cgo), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-386-cgo), const SIOCSPGRP ideal-int +pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-386-cgo), const SOCK_RDM ideal-int +pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-386-cgo), const SO_BINTIME ideal-int +pkg syscall (freebsd-386-cgo), const SO_DEBUG ideal-int +pkg syscall (freebsd-386-cgo), const SO_ERROR ideal-int +pkg syscall (freebsd-386-cgo), const SO_LABEL ideal-int +pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-386-cgo), const SO_NO_DDP ideal-int +pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-386-cgo), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-386-cgo), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-386-cgo), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-386-cgo), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-386-cgo), const SO_SETFIB ideal-int +pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-386-cgo), const SO_TYPE ideal-int +pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ACCESS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ACCT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_AUDIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_AUDITON ideal-int +pkg syscall (freebsd-386-cgo), const SYS_BIND ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CHDIR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CHMOD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CHOWN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CHROOT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CLOSE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CONNECT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CPUSET ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_DUP ideal-int +pkg syscall (freebsd-386-cgo), const SYS_DUP2 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EACCESS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXECVE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FCNTL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FLOCK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FORK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FSYNC ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETAUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETEGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETEUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETFH ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETPGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETPID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETPPID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETSID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-386-cgo), const SYS_GETUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_IOCTL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_JAIL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KENV ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KEVENT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KILL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_KTRACE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LGETFH ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LINKAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LISTEN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LSEEK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MADVISE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MINCORE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKDIR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKNOD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MLOCK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MMAP ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MODFIND ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MOUNT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MSYNC ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NSTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_OBREAK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_OPEN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_OPENAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PDFORK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PDKILL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PIPE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_POLL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PREAD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PREADV ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PROFIL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PSELECT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PTRACE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PWRITE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_READ ideal-int +pkg syscall (freebsd-386-cgo), const SYS_READLINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_READV ideal-int +pkg syscall (freebsd-386-cgo), const SYS_REBOOT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RENAME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_REVOKE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RFORK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RMDIR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SBRK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SELECT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SENDTO ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETAUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETEGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETEUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETFIB ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETPGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETREGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETREUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETSID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SETUID ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SOCKET ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SSTK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_STATFS ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SWAPON ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SYNC ideal-int +pkg syscall (freebsd-386-cgo), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UMASK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UNLINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UTIMES ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UTRACE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-386-cgo), const SYS_VFORK ideal-int +pkg syscall (freebsd-386-cgo), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_WRITE ideal-int +pkg syscall (freebsd-386-cgo), const SYS_WRITEV ideal-int +pkg syscall (freebsd-386-cgo), const SYS_YIELD ideal-int +pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK ideal-int +pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___GETCWD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-386-cgo), const SYS___SETUGID ideal-int +pkg syscall (freebsd-386-cgo), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfStat ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-386-cgo), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-386-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIPMreq ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-386-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIfData ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-386-cgo), const SizeofLinger ideal-int +pkg syscall (freebsd-386-cgo), const SizeofMsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-386-cgo), const TCIFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const TCIOFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const TCOFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-386-cgo), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-386-cgo), const TCP_INFO ideal-int +pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MINMSS ideal-int +pkg syscall (freebsd-386-cgo), const TCP_MSS ideal-int +pkg syscall (freebsd-386-cgo), const TCP_NOOPT ideal-int +pkg syscall (freebsd-386-cgo), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-386-cgo), const TCSAFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const TIOCCBRK ideal-int +pkg syscall (freebsd-386-cgo), const TIOCCDTR ideal-int +pkg syscall (freebsd-386-cgo), const TIOCCONS ideal-int +pkg syscall (freebsd-386-cgo), const TIOCDRAIN ideal-int +pkg syscall (freebsd-386-cgo), const TIOCEXCL ideal-int +pkg syscall (freebsd-386-cgo), const TIOCEXT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCFLUSH ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGETA ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGETD ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGPGRP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGPTN ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGSID ideal-int +pkg syscall (freebsd-386-cgo), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-386-cgo), const TIOCMBIC ideal-int +pkg syscall (freebsd-386-cgo), const TIOCMBIS ideal-int +pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCMGET ideal-int +pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCMSET ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_CAR ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_CD ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_CTS ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_DCD ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_DSR ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_DTR ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_LE ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_RI ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_RNG ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_RTS ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_SR ideal-int +pkg syscall (freebsd-386-cgo), const TIOCM_ST ideal-int +pkg syscall (freebsd-386-cgo), const TIOCNOTTY ideal-int +pkg syscall (freebsd-386-cgo), const TIOCNXCL ideal-int +pkg syscall (freebsd-386-cgo), const TIOCOUTQ ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_START ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSBRK ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSCTTY ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSDTR ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSETA ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSETAF ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSETAW ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSETD ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSIG ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSPGRP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSTART ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSTAT ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSTI ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSTOP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-386-cgo), const TIOCUCNTL ideal-int +pkg syscall (freebsd-386-cgo), const TOSTOP ideal-int +pkg syscall (freebsd-386-cgo), const VDISCARD ideal-int +pkg syscall (freebsd-386-cgo), const VDSUSP ideal-int +pkg syscall (freebsd-386-cgo), const VEOF ideal-int +pkg syscall (freebsd-386-cgo), const VEOL ideal-int +pkg syscall (freebsd-386-cgo), const VEOL2 ideal-int +pkg syscall (freebsd-386-cgo), const VERASE ideal-int +pkg syscall (freebsd-386-cgo), const VERASE2 ideal-int +pkg syscall (freebsd-386-cgo), const VINTR ideal-int +pkg syscall (freebsd-386-cgo), const VKILL ideal-int +pkg syscall (freebsd-386-cgo), const VLNEXT ideal-int +pkg syscall (freebsd-386-cgo), const VMIN ideal-int +pkg syscall (freebsd-386-cgo), const VQUIT ideal-int +pkg syscall (freebsd-386-cgo), const VREPRINT ideal-int +pkg syscall (freebsd-386-cgo), const VSTART ideal-int +pkg syscall (freebsd-386-cgo), const VSTATUS ideal-int +pkg syscall (freebsd-386-cgo), const VSTOP ideal-int +pkg syscall (freebsd-386-cgo), const VSUSP ideal-int +pkg syscall (freebsd-386-cgo), const VTIME ideal-int +pkg syscall (freebsd-386-cgo), const VWERASE ideal-int +pkg syscall (freebsd-386-cgo), const WCONTINUED ideal-int +pkg syscall (freebsd-386-cgo), const WCOREFLAG ideal-int +pkg syscall (freebsd-386-cgo), const WLINUXCLONE ideal-int +pkg syscall (freebsd-386-cgo), const WNOHANG ideal-int +pkg syscall (freebsd-386-cgo), const WNOWAIT ideal-int +pkg syscall (freebsd-386-cgo), const WSTOPPED ideal-int +pkg syscall (freebsd-386-cgo), const WUNTRACED ideal-int +pkg syscall (freebsd-386-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-386-cgo), func Access(string, uint32) error +pkg syscall (freebsd-386-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-386-cgo), func Bind(int, Sockaddr) error +pkg syscall (freebsd-386-cgo), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-386-cgo), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-386-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-386-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-386-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-386-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-386-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-386-cgo), func CheckBpfVersion(int) error +pkg syscall (freebsd-386-cgo), func Chflags(string, int) error +pkg syscall (freebsd-386-cgo), func Chroot(string) error +pkg syscall (freebsd-386-cgo), func Close(int) error +pkg syscall (freebsd-386-cgo), func CloseOnExec(int) +pkg syscall (freebsd-386-cgo), func CmsgLen(int) int +pkg syscall (freebsd-386-cgo), func CmsgSpace(int) int +pkg syscall (freebsd-386-cgo), func Connect(int, Sockaddr) error +pkg syscall (freebsd-386-cgo), func Dup(int) (int, error) +pkg syscall (freebsd-386-cgo), func Dup2(int, int) error +pkg syscall (freebsd-386-cgo), func Fchdir(int) error +pkg syscall (freebsd-386-cgo), func Fchflags(int, int) error +pkg syscall (freebsd-386-cgo), func Fchmod(int, uint32) error +pkg syscall (freebsd-386-cgo), func Fchown(int, int, int) error +pkg syscall (freebsd-386-cgo), func Flock(int, int) error +pkg syscall (freebsd-386-cgo), func FlushBpf(int) error +pkg syscall (freebsd-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-386-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-386-cgo), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-386-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-386-cgo), func Fsync(int) error +pkg syscall (freebsd-386-cgo), func Ftruncate(int, int64) error +pkg syscall (freebsd-386-cgo), func Futimes(int, []Timeval) error +pkg syscall (freebsd-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-386-cgo), func Getdtablesize() int +pkg syscall (freebsd-386-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-386-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-386-cgo), func Getpgid(int) (int, error) +pkg syscall (freebsd-386-cgo), func Getpgrp() int +pkg syscall (freebsd-386-cgo), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-386-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-386-cgo), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-386-cgo), func Getsid(int) (int, error) +pkg syscall (freebsd-386-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-386-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-386-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-386-cgo), func Issetugid() bool +pkg syscall (freebsd-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-386-cgo), func Kill(int, Signal) error +pkg syscall (freebsd-386-cgo), func Kqueue() (int, error) +pkg syscall (freebsd-386-cgo), func Listen(int, int) error +pkg syscall (freebsd-386-cgo), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-386-cgo), func Mkfifo(string, uint32) error +pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error +pkg syscall (freebsd-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-386-cgo), func Munmap([]uint8) error +pkg syscall (freebsd-386-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-386-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-386-cgo), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-386-cgo), func Pipe([]int) error +pkg syscall (freebsd-386-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386-cgo), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-386-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-386-cgo), func Revoke(string) error +pkg syscall (freebsd-386-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-386-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-386-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-386-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-386-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-386-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-386-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-386-cgo), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-386-cgo), func SetBpfInterface(int, string) error +pkg syscall (freebsd-386-cgo), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-386-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-386-cgo), func SetNonblock(int, bool) error +pkg syscall (freebsd-386-cgo), func Setegid(int) error +pkg syscall (freebsd-386-cgo), func Seteuid(int) error +pkg syscall (freebsd-386-cgo), func Setgid(int) error +pkg syscall (freebsd-386-cgo), func Setgroups([]int) error +pkg syscall (freebsd-386-cgo), func Setlogin(string) error +pkg syscall (freebsd-386-cgo), func Setpgid(int, int) error +pkg syscall (freebsd-386-cgo), func Setpriority(int, int, int) error +pkg syscall (freebsd-386-cgo), func Setregid(int, int) error +pkg syscall (freebsd-386-cgo), func Setreuid(int, int) error +pkg syscall (freebsd-386-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-386-cgo), func Setsid() (int, error) +pkg syscall (freebsd-386-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-386-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-386-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-386-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-386-cgo), func Settimeofday(*Timeval) error +pkg syscall (freebsd-386-cgo), func Setuid(int) error +pkg syscall (freebsd-386-cgo), func Shutdown(int, int) error +pkg syscall (freebsd-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-386-cgo), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-386-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-386-cgo), func Stat(string, *Stat_t) error +pkg syscall (freebsd-386-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-386-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-386-cgo), func Sync() error +pkg syscall (freebsd-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386-cgo), func Sysctl(string) (string, error) +pkg syscall (freebsd-386-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-386-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-386-cgo), func Truncate(string, int64) error +pkg syscall (freebsd-386-cgo), func Umask(int) int +pkg syscall (freebsd-386-cgo), func Undelete(string) error +pkg syscall (freebsd-386-cgo), func UnixRights(...int) []uint8 +pkg syscall (freebsd-386-cgo), func Unmount(string, int) error +pkg syscall (freebsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-386-cgo), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-386-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-386-cgo), method (*Iovec) SetLen(int) +pkg syscall (freebsd-386-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-386-cgo), type BpfHdr struct +pkg syscall (freebsd-386-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-386-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-386-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386-cgo), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-386-cgo), type BpfInsn struct +pkg syscall (freebsd-386-cgo), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-386-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-386-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-386-cgo), type BpfInsn struct, K uint32 +pkg syscall (freebsd-386-cgo), type BpfProgram struct +pkg syscall (freebsd-386-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-386-cgo), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-386-cgo), type BpfStat struct +pkg syscall (freebsd-386-cgo), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-386-cgo), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-386-cgo), type BpfVersion struct +pkg syscall (freebsd-386-cgo), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-386-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-386-cgo), type BpfZbuf struct +pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Buflen uint32 +pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct +pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-386-cgo), type Cmsghdr struct +pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-386-cgo), type Credential struct +pkg syscall (freebsd-386-cgo), type Credential struct, Gid uint32 +pkg syscall (freebsd-386-cgo), type Credential struct, Groups []uint32 +pkg syscall (freebsd-386-cgo), type Credential struct, Uid uint32 +pkg syscall (freebsd-386-cgo), type Dirent struct +pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-386-cgo), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-386-cgo), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-386-cgo), type Dirent struct, Type uint8 +pkg syscall (freebsd-386-cgo), type FdSet struct +pkg syscall (freebsd-386-cgo), type FdSet struct, X__fds_bits [32]uint32 +pkg syscall (freebsd-386-cgo), type Flock_t struct +pkg syscall (freebsd-386-cgo), type Flock_t struct, Len int64 +pkg syscall (freebsd-386-cgo), type Flock_t struct, Pid int32 +pkg syscall (freebsd-386-cgo), type Flock_t struct, Start int64 +pkg syscall (freebsd-386-cgo), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-386-cgo), type Flock_t struct, Type int16 +pkg syscall (freebsd-386-cgo), type Flock_t struct, Whence int16 +pkg syscall (freebsd-386-cgo), type Fsid struct +pkg syscall (freebsd-386-cgo), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct +pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-386-cgo), type IPMreqn struct +pkg syscall (freebsd-386-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-386-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-386-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct +pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-386-cgo), type IfData struct +pkg syscall (freebsd-386-cgo), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Baudrate uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Collisions uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Datalen uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Epoch int32 +pkg syscall (freebsd-386-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Hwassist uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Ibytes uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Ierrors uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Imcasts uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Ipackets uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Iqdrops uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-386-cgo), type IfData struct, Link_state uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Metric uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Mtu uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Noproto uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Obytes uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Oerrors uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Omcasts uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Opackets uint32 +pkg syscall (freebsd-386-cgo), type IfData struct, Physical uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-386-cgo), type IfData struct, Type uint8 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-386-cgo), type Inet6Pktinfo struct +pkg syscall (freebsd-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage struct +pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-386-cgo), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-386-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-386-cgo), type InterfaceMessage struct +pkg syscall (freebsd-386-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-386-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-386-cgo), type Iovec struct +pkg syscall (freebsd-386-cgo), type Iovec struct, Base *uint8 +pkg syscall (freebsd-386-cgo), type Iovec struct, Len uint32 +pkg syscall (freebsd-386-cgo), type Kevent_t struct +pkg syscall (freebsd-386-cgo), type Kevent_t struct, Data int32 +pkg syscall (freebsd-386-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-386-cgo), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-386-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-386-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (freebsd-386-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-386-cgo), type Msghdr struct +pkg syscall (freebsd-386-cgo), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-386-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-386-cgo), type Msghdr struct, Flags int32 +pkg syscall (freebsd-386-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-386-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-386-cgo), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-386-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-386-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct +pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-386-cgo), type Rlimit struct +pkg syscall (freebsd-386-cgo), type Rlimit struct, Cur int64 +pkg syscall (freebsd-386-cgo), type Rlimit struct, Max int64 +pkg syscall (freebsd-386-cgo), type RouteMessage struct +pkg syscall (freebsd-386-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-386-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-386-cgo), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-386-cgo), type RtMetrics struct +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Expire uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Filler [3]uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Pksent uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (freebsd-386-cgo), type RtMetrics struct, Weight uint32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-386-cgo), type Rusage struct, Idrss int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Inblock int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Isrss int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Ixrss int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Majflt int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Maxrss int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Minflt int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Nsignals int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Nswap int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Oublock int32 +pkg syscall (freebsd-386-cgo), type Rusage struct, Stime Timeval +pkg syscall (freebsd-386-cgo), type Rusage struct, Utime Timeval +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-386-cgo), type SocketControlMessage struct +pkg syscall (freebsd-386-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-386-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-386-cgo), type Stat_t struct +pkg syscall (freebsd-386-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-386-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Size int64 +pkg syscall (freebsd-386-cgo), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-386-cgo), type Statfs_t struct +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-386-cgo), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-386-cgo), type Timespec struct, Nsec int32 +pkg syscall (freebsd-386-cgo), type Timespec struct, Sec int32 +pkg syscall (freebsd-386-cgo), type Timeval struct, Sec int32 +pkg syscall (freebsd-386-cgo), type Timeval struct, Usec int32 +pkg syscall (freebsd-386-cgo), type WaitStatus uint32 +pkg syscall (freebsd-386-cgo), var Stderr int +pkg syscall (freebsd-386-cgo), var Stdin int +pkg syscall (freebsd-386-cgo), var Stdout int +pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-amd64), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-amd64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-amd64), const ICMP6_FILTER = 18 +pkg syscall (freebsd-amd64), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-amd64), const PRIO_PGRP = 1 +pkg syscall (freebsd-amd64), const PRIO_PGRP ideal-int +pkg syscall (freebsd-amd64), const PRIO_PROCESS = 0 +pkg syscall (freebsd-amd64), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-amd64), const PRIO_USER = 2 +pkg syscall (freebsd-amd64), const PRIO_USER ideal-int +pkg syscall (freebsd-amd64), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-amd64), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-amd64), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-amd64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-amd64), type ICMPv6Filter struct +pkg syscall (freebsd-amd64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-amd64), type IPv6MTUInfo struct +pkg syscall (freebsd-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-amd64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_ARP ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_ATM ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_CCITT ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_CHAOS ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_CNT ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_COIP ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_DECnet ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_DLI ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_E164 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_ECMA ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_HYLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_IPX ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_ISDN ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_ISO ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_LAT ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_LOCAL ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_NATM ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_OSI ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_PUP ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_ROUTE ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_SIP ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_SLOW ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_SNA ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-amd64-cgo), const B0 ideal-int +pkg syscall (freebsd-amd64-cgo), const B110 ideal-int +pkg syscall (freebsd-amd64-cgo), const B115200 ideal-int +pkg syscall (freebsd-amd64-cgo), const B1200 ideal-int +pkg syscall (freebsd-amd64-cgo), const B134 ideal-int +pkg syscall (freebsd-amd64-cgo), const B14400 ideal-int +pkg syscall (freebsd-amd64-cgo), const B150 ideal-int +pkg syscall (freebsd-amd64-cgo), const B1800 ideal-int +pkg syscall (freebsd-amd64-cgo), const B19200 ideal-int +pkg syscall (freebsd-amd64-cgo), const B200 ideal-int +pkg syscall (freebsd-amd64-cgo), const B230400 ideal-int +pkg syscall (freebsd-amd64-cgo), const B2400 ideal-int +pkg syscall (freebsd-amd64-cgo), const B28800 ideal-int +pkg syscall (freebsd-amd64-cgo), const B300 ideal-int +pkg syscall (freebsd-amd64-cgo), const B38400 ideal-int +pkg syscall (freebsd-amd64-cgo), const B460800 ideal-int +pkg syscall (freebsd-amd64-cgo), const B4800 ideal-int +pkg syscall (freebsd-amd64-cgo), const B50 ideal-int +pkg syscall (freebsd-amd64-cgo), const B57600 ideal-int +pkg syscall (freebsd-amd64-cgo), const B600 ideal-int +pkg syscall (freebsd-amd64-cgo), const B7200 ideal-int +pkg syscall (freebsd-amd64-cgo), const B75 ideal-int +pkg syscall (freebsd-amd64-cgo), const B76800 ideal-int +pkg syscall (freebsd-amd64-cgo), const B921600 ideal-int +pkg syscall (freebsd-amd64-cgo), const B9600 ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGDLT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGETIF ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSDLT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSETF ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSETIF ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSETWF ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-amd64-cgo), const BIOCVERSION ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_A ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_ABS ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_ADD ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_ALU ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_AND ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_B ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_DIV ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_H ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_IMM ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_IND ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_JA ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_JEQ ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_JGE ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_JGT ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_JMP ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_JSET ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_K ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_LD ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_LDX ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_LEN ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_LSH ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MEM ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MISC ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MSH ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_MUL ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_NEG ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_OR ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_RET ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_RSH ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_ST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_STX ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_SUB ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_TAX ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_TXA ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_W ideal-int +pkg syscall (freebsd-amd64-cgo), const BPF_X ideal-int +pkg syscall (freebsd-amd64-cgo), const BRKINT ideal-int +pkg syscall (freebsd-amd64-cgo), const CFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const CLOCAL ideal-int +pkg syscall (freebsd-amd64-cgo), const CREAD ideal-int +pkg syscall (freebsd-amd64-cgo), const CS5 ideal-int +pkg syscall (freebsd-amd64-cgo), const CS6 ideal-int +pkg syscall (freebsd-amd64-cgo), const CS7 ideal-int +pkg syscall (freebsd-amd64-cgo), const CS8 ideal-int +pkg syscall (freebsd-amd64-cgo), const CSIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const CSTART ideal-int +pkg syscall (freebsd-amd64-cgo), const CSTATUS ideal-int +pkg syscall (freebsd-amd64-cgo), const CSTOP ideal-int +pkg syscall (freebsd-amd64-cgo), const CSTOPB ideal-int +pkg syscall (freebsd-amd64-cgo), const CSUSP ideal-int +pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-amd64-cgo), const CTL_NET ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_A429 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_AOS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_AURORA ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_AX25 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_DBUS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_DECT ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ECONET ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ENC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ERF ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_FDDI ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPMB ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPNET ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LAPD ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LIN ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LOOP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_LTALK ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MFR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MOST ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MPLS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_NULL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPI ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_PRONET ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_RAW ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_RIO ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_SCCP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_SITA ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_SLIP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_TZSP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USB ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER0 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER1 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER10 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER11 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER12 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER13 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER14 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER15 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER2 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER3 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER4 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER5 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER6 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER7 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER8 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_USER9 ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_WIHART ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_BLK ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_CHR ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_DIR ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_FIFO ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_LNK ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_REG ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_SOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const DT_WHT ideal-int +pkg syscall (freebsd-amd64-cgo), const EAUTH Errno +pkg syscall (freebsd-amd64-cgo), const EBADMSG Errno +pkg syscall (freebsd-amd64-cgo), const EBADRPC Errno +pkg syscall (freebsd-amd64-cgo), const ECAPMODE Errno +pkg syscall (freebsd-amd64-cgo), const ECHO ideal-int +pkg syscall (freebsd-amd64-cgo), const ECHOCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const ECHOE ideal-int +pkg syscall (freebsd-amd64-cgo), const ECHOK ideal-int +pkg syscall (freebsd-amd64-cgo), const ECHOKE ideal-int +pkg syscall (freebsd-amd64-cgo), const ECHONL ideal-int +pkg syscall (freebsd-amd64-cgo), const ECHOPRT ideal-int +pkg syscall (freebsd-amd64-cgo), const EDOOFUS Errno +pkg syscall (freebsd-amd64-cgo), const EFTYPE Errno +pkg syscall (freebsd-amd64-cgo), const ELAST Errno +pkg syscall (freebsd-amd64-cgo), const EMULTIHOP Errno +pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH Errno +pkg syscall (freebsd-amd64-cgo), const ENOATTR Errno +pkg syscall (freebsd-amd64-cgo), const ENOLINK Errno +pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE Errno +pkg syscall (freebsd-amd64-cgo), const EPROCLIM Errno +pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL Errno +pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH Errno +pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL Errno +pkg syscall (freebsd-amd64-cgo), const EPROTO Errno +pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH Errno +pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_FS ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_READ ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_USER ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_ADD ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_CLEAR ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_DELETE ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_DISABLE ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_ENABLE ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_EOF ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_ERROR ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT ideal-int +pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const EXTA ideal-int +pkg syscall (freebsd-amd64-cgo), const EXTB ideal-int +pkg syscall (freebsd-amd64-cgo), const EXTPROC ideal-int +pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const FLUSHO ideal-int +pkg syscall (freebsd-amd64-cgo), const F_CANCEL ideal-int +pkg syscall (freebsd-amd64-cgo), const F_DUP2FD ideal-int +pkg syscall (freebsd-amd64-cgo), const F_DUP2FD_CLOEXEC = 18 +pkg syscall (freebsd-amd64-cgo), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const F_DUPFD ideal-int +pkg syscall (freebsd-amd64-cgo), const F_DUPFD_CLOEXEC = 17 +pkg syscall (freebsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const F_GETFD ideal-int +pkg syscall (freebsd-amd64-cgo), const F_GETFL ideal-int +pkg syscall (freebsd-amd64-cgo), const F_GETLK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_GETOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const F_OGETLK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_OK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_OSETLK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_OSETLKW ideal-int +pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD ideal-int +pkg syscall (freebsd-amd64-cgo), const F_RDLCK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_READAHEAD ideal-int +pkg syscall (freebsd-amd64-cgo), const F_SETFD ideal-int +pkg syscall (freebsd-amd64-cgo), const F_SETFL ideal-int +pkg syscall (freebsd-amd64-cgo), const F_SETLK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_SETLKW ideal-int +pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-amd64-cgo), const F_SETOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const F_UNLCK ideal-int +pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-amd64-cgo), const F_WRLCK ideal-int +pkg syscall (freebsd-amd64-cgo), const HUPCL ideal-int +pkg syscall (freebsd-amd64-cgo), const ICANON ideal-int +pkg syscall (freebsd-amd64-cgo), const ICMP6_FILTER = 18 +pkg syscall (freebsd-amd64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const ICRNL ideal-int +pkg syscall (freebsd-amd64-cgo), const IEXTEN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_DYING ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_NOARP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_SMART ideal-int +pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_1822 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ADSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ARAP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_BSC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_CARP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_CEPT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_CES ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_CNR ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DCN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DLSW ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DS0 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DS3 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DTM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ENC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_EON ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ESCON ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ETHER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FAITH ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FAST ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FDDI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_GIF ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HSSI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_HY ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IDSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IMT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISDN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ISUP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_LAPB ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_LAPD ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_LAPF ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_LOOP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MODEM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MPC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MPLS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MVL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_NFAS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_NSIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_OTHER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_P10 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_P80 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PARA ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_POS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PPP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_PVC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_QLLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_RADSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_RS232 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_RSRB ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SDSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SLIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SONET ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SRP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_STF ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_T1 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_TDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_TR008 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_USB ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_V11 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_V35 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_V36 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_V37 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VDSL ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_X213 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_X25 ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE ideal-int +pkg syscall (freebsd-amd64-cgo), const IFT_XETHER ideal-int +pkg syscall (freebsd-amd64-cgo), const IGNBRK ideal-int +pkg syscall (freebsd-amd64-cgo), const IGNCR ideal-int +pkg syscall (freebsd-amd64-cgo), const IGNPAR ideal-int +pkg syscall (freebsd-amd64-cgo), const IMAXBEL ideal-int +pkg syscall (freebsd-amd64-cgo), const INLCR ideal-int +pkg syscall (freebsd-amd64-cgo), const INPCK ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION ideal-int +pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_BINDANY ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FAITH ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW3 ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_GET ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MINTTL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MSS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RECVIF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-amd64-cgo), const ISIG ideal-int +pkg syscall (freebsd-amd64-cgo), const ISTRIP ideal-int +pkg syscall (freebsd-amd64-cgo), const IXANY ideal-int +pkg syscall (freebsd-amd64-cgo), const IXOFF ideal-int +pkg syscall (freebsd-amd64-cgo), const IXON ideal-int +pkg syscall (freebsd-amd64-cgo), const LOCK_EX ideal-int +pkg syscall (freebsd-amd64-cgo), const LOCK_NB ideal-int +pkg syscall (freebsd-amd64-cgo), const LOCK_SH ideal-int +pkg syscall (freebsd-amd64-cgo), const LOCK_UN ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_CORE ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_FREE ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_ANON ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_COPY ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_FIXED ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_RENAME ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_SHARED ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_STACK ideal-int +pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT ideal-int +pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_EOF ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_EOR ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_NBIO ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_OOB ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_PEEK ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL ideal-int +pkg syscall (freebsd-amd64-cgo), const MS_ASYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-amd64-cgo), const MS_SYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-amd64-cgo), const NOFLSH ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_FORK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const OCRNL ideal-int +pkg syscall (freebsd-amd64-cgo), const ONLCR ideal-int +pkg syscall (freebsd-amd64-cgo), const ONLRET ideal-int +pkg syscall (freebsd-amd64-cgo), const ONOCR ideal-int +pkg syscall (freebsd-amd64-cgo), const ONOEOT ideal-int +pkg syscall (freebsd-amd64-cgo), const OPOST ideal-int +pkg syscall (freebsd-amd64-cgo), const O_ACCMODE ideal-int +pkg syscall (freebsd-amd64-cgo), const O_DIRECT ideal-int +pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY ideal-int +pkg syscall (freebsd-amd64-cgo), const O_EXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const O_EXLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const O_FSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const O_NDELAY ideal-int +pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-amd64-cgo), const O_SHLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT ideal-int +pkg syscall (freebsd-amd64-cgo), const PARENB ideal-int +pkg syscall (freebsd-amd64-cgo), const PARMRK ideal-int +pkg syscall (freebsd-amd64-cgo), const PARODD ideal-int +pkg syscall (freebsd-amd64-cgo), const PENDIN ideal-int +pkg syscall (freebsd-amd64-cgo), const PRIO_PGRP = 1 +pkg syscall (freebsd-amd64-cgo), const PRIO_PGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const PRIO_PROCESS = 0 +pkg syscall (freebsd-amd64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-amd64-cgo), const PRIO_USER = 2 +pkg syscall (freebsd-amd64-cgo), const PRIO_USER ideal-int +pkg syscall (freebsd-amd64-cgo), const PROT_EXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const PROT_NONE ideal-int +pkg syscall (freebsd-amd64-cgo), const PROT_READ ideal-int +pkg syscall (freebsd-amd64-cgo), const PROT_WRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT ideal-int +pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL ideal-int +pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_BRD ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_DST ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_IFA ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_IFP ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_BRD ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_DST ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_IFA ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_IFP ideal-int +pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_DONE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_FMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_HOST ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_PINNED ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_REJECT ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_STATIC ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_STICKY ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_UP ideal-int +pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_ADD ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_DELETE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_GET ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_LOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_LOSING ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_MISS ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-amd64-cgo), const RTM_VERSION ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_MTU ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_RTT ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SCM_CREDS ideal-int +pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIGCHLD Signal +pkg syscall (freebsd-amd64-cgo), const SIGCONT Signal +pkg syscall (freebsd-amd64-cgo), const SIGEMT Signal +pkg syscall (freebsd-amd64-cgo), const SIGINFO Signal +pkg syscall (freebsd-amd64-cgo), const SIGIO Signal +pkg syscall (freebsd-amd64-cgo), const SIGIOT Signal +pkg syscall (freebsd-amd64-cgo), const SIGLWP Signal +pkg syscall (freebsd-amd64-cgo), const SIGPROF Signal +pkg syscall (freebsd-amd64-cgo), const SIGSTOP Signal +pkg syscall (freebsd-amd64-cgo), const SIGSYS Signal +pkg syscall (freebsd-amd64-cgo), const SIGTHR Signal +pkg syscall (freebsd-amd64-cgo), const SIGTSTP Signal +pkg syscall (freebsd-amd64-cgo), const SIGTTIN Signal +pkg syscall (freebsd-amd64-cgo), const SIGTTOU Signal +pkg syscall (freebsd-amd64-cgo), const SIGURG Signal +pkg syscall (freebsd-amd64-cgo), const SIGUSR1 Signal +pkg syscall (freebsd-amd64-cgo), const SIGUSR2 Signal +pkg syscall (freebsd-amd64-cgo), const SIGVTALRM Signal +pkg syscall (freebsd-amd64-cgo), const SIGWINCH Signal +pkg syscall (freebsd-amd64-cgo), const SIGXCPU Signal +pkg syscall (freebsd-amd64-cgo), const SIGXFSZ Signal +pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCADDRT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCATMARK ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCDELRT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SOCK_RDM ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_BINTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_DEBUG ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_ERROR ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_LABEL ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_SETFIB ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_TYPE ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ACCT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_BIND ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_DUP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FORK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETFH ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETPID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETSID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_GETUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KENV ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KILL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MMAP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_OPEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PIPE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_POLL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PREAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PREADV ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_READ ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_READLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_READV ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RENAME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RFORK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SBRK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SELECT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETSID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SETUID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SSTK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_STATFS ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SYNC ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UMASK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_VFORK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_WRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_YIELD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-amd64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-amd64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIfData ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofLinger ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-amd64-cgo), const TCIFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const TCOFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_INFO ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_MSS ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCCBRK ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCCDTR ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCCONS ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCEXCL ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGETA ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGETD ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGPTN ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGSID ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCMBIC ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCMBIS ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCMGET ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCMSET ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_CD ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_LE ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_RI ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_SR ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCM_ST ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCNXCL ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSBRK ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSDTR ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSETA ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSETAF ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSETAW ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSETD ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSIG ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSTART ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSTI ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSTOP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL ideal-int +pkg syscall (freebsd-amd64-cgo), const TOSTOP ideal-int +pkg syscall (freebsd-amd64-cgo), const VDISCARD ideal-int +pkg syscall (freebsd-amd64-cgo), const VDSUSP ideal-int +pkg syscall (freebsd-amd64-cgo), const VEOF ideal-int +pkg syscall (freebsd-amd64-cgo), const VEOL ideal-int +pkg syscall (freebsd-amd64-cgo), const VEOL2 ideal-int +pkg syscall (freebsd-amd64-cgo), const VERASE ideal-int +pkg syscall (freebsd-amd64-cgo), const VERASE2 ideal-int +pkg syscall (freebsd-amd64-cgo), const VINTR ideal-int +pkg syscall (freebsd-amd64-cgo), const VKILL ideal-int +pkg syscall (freebsd-amd64-cgo), const VLNEXT ideal-int +pkg syscall (freebsd-amd64-cgo), const VMIN ideal-int +pkg syscall (freebsd-amd64-cgo), const VQUIT ideal-int +pkg syscall (freebsd-amd64-cgo), const VREPRINT ideal-int +pkg syscall (freebsd-amd64-cgo), const VSTART ideal-int +pkg syscall (freebsd-amd64-cgo), const VSTATUS ideal-int +pkg syscall (freebsd-amd64-cgo), const VSTOP ideal-int +pkg syscall (freebsd-amd64-cgo), const VSUSP ideal-int +pkg syscall (freebsd-amd64-cgo), const VTIME ideal-int +pkg syscall (freebsd-amd64-cgo), const VWERASE ideal-int +pkg syscall (freebsd-amd64-cgo), const WCONTINUED ideal-int +pkg syscall (freebsd-amd64-cgo), const WCOREFLAG ideal-int +pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE ideal-int +pkg syscall (freebsd-amd64-cgo), const WNOHANG ideal-int +pkg syscall (freebsd-amd64-cgo), const WNOWAIT ideal-int +pkg syscall (freebsd-amd64-cgo), const WSTOPPED ideal-int +pkg syscall (freebsd-amd64-cgo), const WUNTRACED ideal-int +pkg syscall (freebsd-amd64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func Access(string, uint32) error +pkg syscall (freebsd-amd64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-amd64-cgo), func Bind(int, Sockaddr) error +pkg syscall (freebsd-amd64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-amd64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-amd64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-amd64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-amd64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-amd64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-amd64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-amd64-cgo), func CheckBpfVersion(int) error +pkg syscall (freebsd-amd64-cgo), func Chflags(string, int) error +pkg syscall (freebsd-amd64-cgo), func Chroot(string) error +pkg syscall (freebsd-amd64-cgo), func Close(int) error +pkg syscall (freebsd-amd64-cgo), func CloseOnExec(int) +pkg syscall (freebsd-amd64-cgo), func CmsgLen(int) int +pkg syscall (freebsd-amd64-cgo), func CmsgSpace(int) int +pkg syscall (freebsd-amd64-cgo), func Connect(int, Sockaddr) error +pkg syscall (freebsd-amd64-cgo), func Dup(int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Dup2(int, int) error +pkg syscall (freebsd-amd64-cgo), func Fchdir(int) error +pkg syscall (freebsd-amd64-cgo), func Fchflags(int, int) error +pkg syscall (freebsd-amd64-cgo), func Fchmod(int, uint32) error +pkg syscall (freebsd-amd64-cgo), func Fchown(int, int, int) error +pkg syscall (freebsd-amd64-cgo), func Flock(int, int) error +pkg syscall (freebsd-amd64-cgo), func FlushBpf(int) error +pkg syscall (freebsd-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-amd64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-amd64-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-amd64-cgo), func Fsync(int) error +pkg syscall (freebsd-amd64-cgo), func Ftruncate(int, int64) error +pkg syscall (freebsd-amd64-cgo), func Futimes(int, []Timeval) error +pkg syscall (freebsd-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-amd64-cgo), func Getdtablesize() int +pkg syscall (freebsd-amd64-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func Getpgid(int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Getpgrp() int +pkg syscall (freebsd-amd64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-amd64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-amd64-cgo), func Getsid(int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Issetugid() bool +pkg syscall (freebsd-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-amd64-cgo), func Kill(int, Signal) error +pkg syscall (freebsd-amd64-cgo), func Kqueue() (int, error) +pkg syscall (freebsd-amd64-cgo), func Listen(int, int) error +pkg syscall (freebsd-amd64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-amd64-cgo), func Mkfifo(string, uint32) error +pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error +pkg syscall (freebsd-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-amd64-cgo), func Munmap([]uint8) error +pkg syscall (freebsd-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-amd64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-amd64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Pipe([]int) error +pkg syscall (freebsd-amd64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-amd64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func Revoke(string) error +pkg syscall (freebsd-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-amd64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-amd64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-amd64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-amd64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-amd64-cgo), func SetBpfInterface(int, string) error +pkg syscall (freebsd-amd64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-amd64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-amd64-cgo), func SetNonblock(int, bool) error +pkg syscall (freebsd-amd64-cgo), func Setegid(int) error +pkg syscall (freebsd-amd64-cgo), func Seteuid(int) error +pkg syscall (freebsd-amd64-cgo), func Setgid(int) error +pkg syscall (freebsd-amd64-cgo), func Setgroups([]int) error +pkg syscall (freebsd-amd64-cgo), func Setlogin(string) error +pkg syscall (freebsd-amd64-cgo), func Setpgid(int, int) error +pkg syscall (freebsd-amd64-cgo), func Setpriority(int, int, int) error +pkg syscall (freebsd-amd64-cgo), func Setregid(int, int) error +pkg syscall (freebsd-amd64-cgo), func Setreuid(int, int) error +pkg syscall (freebsd-amd64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-amd64-cgo), func Setsid() (int, error) +pkg syscall (freebsd-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-amd64-cgo), func Settimeofday(*Timeval) error +pkg syscall (freebsd-amd64-cgo), func Setuid(int) error +pkg syscall (freebsd-amd64-cgo), func Shutdown(int, int) error +pkg syscall (freebsd-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-amd64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-amd64-cgo), func Stat(string, *Stat_t) error +pkg syscall (freebsd-amd64-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-amd64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-amd64-cgo), func Sync() error +pkg syscall (freebsd-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64-cgo), func Sysctl(string) (string, error) +pkg syscall (freebsd-amd64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-amd64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-amd64-cgo), func Truncate(string, int64) error +pkg syscall (freebsd-amd64-cgo), func Umask(int) int +pkg syscall (freebsd-amd64-cgo), func Undelete(string) error +pkg syscall (freebsd-amd64-cgo), func UnixRights(...int) []uint8 +pkg syscall (freebsd-amd64-cgo), func Unmount(string, int) error +pkg syscall (freebsd-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-amd64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-amd64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-amd64-cgo), method (*Iovec) SetLen(int) +pkg syscall (freebsd-amd64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-amd64-cgo), type BpfHdr struct +pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-amd64-cgo), type BpfInsn struct +pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, K uint32 +pkg syscall (freebsd-amd64-cgo), type BpfProgram struct +pkg syscall (freebsd-amd64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-amd64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-amd64-cgo), type BpfStat struct +pkg syscall (freebsd-amd64-cgo), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-amd64-cgo), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-amd64-cgo), type BpfVersion struct +pkg syscall (freebsd-amd64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-amd64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct +pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct, Buflen uint64 +pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct +pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct +pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-amd64-cgo), type Credential struct +pkg syscall (freebsd-amd64-cgo), type Credential struct, Gid uint32 +pkg syscall (freebsd-amd64-cgo), type Credential struct, Groups []uint32 +pkg syscall (freebsd-amd64-cgo), type Credential struct, Uid uint32 +pkg syscall (freebsd-amd64-cgo), type Dirent struct +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-amd64-cgo), type Dirent struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type FdSet struct +pkg syscall (freebsd-amd64-cgo), type FdSet struct, X__fds_bits [16]uint64 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Len int64 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Pid int32 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Start int64 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Type int16 +pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Whence int16 +pkg syscall (freebsd-amd64-cgo), type Fsid struct +pkg syscall (freebsd-amd64-cgo), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-amd64-cgo), type ICMPv6Filter struct +pkg syscall (freebsd-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-amd64-cgo), type IPMreqn struct +pkg syscall (freebsd-amd64-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-amd64-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-amd64-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-amd64-cgo), type IPv6MTUInfo struct +pkg syscall (freebsd-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-amd64-cgo), type IfData struct +pkg syscall (freebsd-amd64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Baudrate uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Collisions uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Datalen uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Epoch int64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Hwassist uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Ibytes uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Ierrors uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Imcasts uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Ipackets uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-amd64-cgo), type IfData struct, Link_state uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Metric uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Mtu uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Noproto uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Obytes uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Oerrors uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Omcasts uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Opackets uint64 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Physical uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-amd64-cgo), type IfData struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64-cgo), type Inet6Pktinfo struct +pkg syscall (freebsd-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage struct +pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-amd64-cgo), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-amd64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-amd64-cgo), type InterfaceMessage struct +pkg syscall (freebsd-amd64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-amd64-cgo), type Iovec struct +pkg syscall (freebsd-amd64-cgo), type Iovec struct, Base *uint8 +pkg syscall (freebsd-amd64-cgo), type Iovec struct, Len uint64 +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Data int64 +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Flags int32 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct +pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-amd64-cgo), type Rlimit struct +pkg syscall (freebsd-amd64-cgo), type Rlimit struct, Cur int64 +pkg syscall (freebsd-amd64-cgo), type Rlimit struct, Max int64 +pkg syscall (freebsd-amd64-cgo), type RouteMessage struct +pkg syscall (freebsd-amd64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-amd64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-amd64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Expire uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Filler [3]uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Hopcount uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Locks uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Mtu uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Pksent uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Recvpipe uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Rtt uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Rttvar uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Sendpipe uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Ssthresh uint64 +pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Weight uint64 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Inits uint64 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Idrss int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Inblock int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Isrss int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Majflt int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Minflt int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nswap int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Oublock int64 +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Stime Timeval +pkg syscall (freebsd-amd64-cgo), type Rusage struct, Utime Timeval +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-amd64-cgo), type SocketControlMessage struct +pkg syscall (freebsd-amd64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-amd64-cgo), type Stat_t struct +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Size int64 +pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-amd64-cgo), type Timespec struct, Nsec int64 +pkg syscall (freebsd-amd64-cgo), type Timespec struct, Sec int64 +pkg syscall (freebsd-amd64-cgo), type Timeval struct, Sec int64 +pkg syscall (freebsd-amd64-cgo), type Timeval struct, Usec int64 +pkg syscall (freebsd-amd64-cgo), type WaitStatus uint32 +pkg syscall (freebsd-amd64-cgo), var Stderr int +pkg syscall (freebsd-amd64-cgo), var Stdin int +pkg syscall (freebsd-amd64-cgo), var Stdout int +pkg syscall (freebsd-arm), const AF_APPLETALK ideal-int +pkg syscall (freebsd-arm), const AF_ARP ideal-int +pkg syscall (freebsd-arm), const AF_ATM ideal-int +pkg syscall (freebsd-arm), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-arm), const AF_CCITT ideal-int +pkg syscall (freebsd-arm), const AF_CHAOS ideal-int +pkg syscall (freebsd-arm), const AF_CNT ideal-int +pkg syscall (freebsd-arm), const AF_COIP ideal-int +pkg syscall (freebsd-arm), const AF_DATAKIT ideal-int +pkg syscall (freebsd-arm), const AF_DECnet ideal-int +pkg syscall (freebsd-arm), const AF_DLI ideal-int +pkg syscall (freebsd-arm), const AF_E164 ideal-int +pkg syscall (freebsd-arm), const AF_ECMA ideal-int +pkg syscall (freebsd-arm), const AF_HYLINK ideal-int +pkg syscall (freebsd-arm), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-arm), const AF_IMPLINK ideal-int +pkg syscall (freebsd-arm), const AF_IPX ideal-int +pkg syscall (freebsd-arm), const AF_ISDN ideal-int +pkg syscall (freebsd-arm), const AF_ISO ideal-int +pkg syscall (freebsd-arm), const AF_LAT ideal-int +pkg syscall (freebsd-arm), const AF_LINK ideal-int +pkg syscall (freebsd-arm), const AF_LOCAL ideal-int +pkg syscall (freebsd-arm), const AF_MAX ideal-int +pkg syscall (freebsd-arm), const AF_NATM ideal-int +pkg syscall (freebsd-arm), const AF_NETBIOS ideal-int +pkg syscall (freebsd-arm), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-arm), const AF_OSI ideal-int +pkg syscall (freebsd-arm), const AF_PUP ideal-int +pkg syscall (freebsd-arm), const AF_ROUTE ideal-int +pkg syscall (freebsd-arm), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-arm), const AF_SIP ideal-int +pkg syscall (freebsd-arm), const AF_SLOW ideal-int +pkg syscall (freebsd-arm), const AF_SNA ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-arm), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-arm), const B0 ideal-int +pkg syscall (freebsd-arm), const B110 ideal-int +pkg syscall (freebsd-arm), const B115200 ideal-int +pkg syscall (freebsd-arm), const B1200 ideal-int +pkg syscall (freebsd-arm), const B134 ideal-int +pkg syscall (freebsd-arm), const B14400 ideal-int +pkg syscall (freebsd-arm), const B150 ideal-int +pkg syscall (freebsd-arm), const B1800 ideal-int +pkg syscall (freebsd-arm), const B19200 ideal-int +pkg syscall (freebsd-arm), const B200 ideal-int +pkg syscall (freebsd-arm), const B230400 ideal-int +pkg syscall (freebsd-arm), const B2400 ideal-int +pkg syscall (freebsd-arm), const B28800 ideal-int +pkg syscall (freebsd-arm), const B300 ideal-int +pkg syscall (freebsd-arm), const B38400 ideal-int +pkg syscall (freebsd-arm), const B460800 ideal-int +pkg syscall (freebsd-arm), const B4800 ideal-int +pkg syscall (freebsd-arm), const B50 ideal-int +pkg syscall (freebsd-arm), const B57600 ideal-int +pkg syscall (freebsd-arm), const B600 ideal-int +pkg syscall (freebsd-arm), const B7200 ideal-int +pkg syscall (freebsd-arm), const B75 ideal-int +pkg syscall (freebsd-arm), const B76800 ideal-int +pkg syscall (freebsd-arm), const B921600 ideal-int +pkg syscall (freebsd-arm), const B9600 ideal-int +pkg syscall (freebsd-arm), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-arm), const BIOCFLUSH ideal-int +pkg syscall (freebsd-arm), const BIOCGBLEN ideal-int +pkg syscall (freebsd-arm), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-arm), const BIOCGDLT ideal-int +pkg syscall (freebsd-arm), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-arm), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-arm), const BIOCGETIF ideal-int +pkg syscall (freebsd-arm), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-arm), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-arm), const BIOCGRSIG ideal-int +pkg syscall (freebsd-arm), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-arm), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-arm), const BIOCGSTATS ideal-int +pkg syscall (freebsd-arm), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-arm), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-arm), const BIOCLOCK ideal-int +pkg syscall (freebsd-arm), const BIOCPROMISC ideal-int +pkg syscall (freebsd-arm), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-arm), const BIOCSBLEN ideal-int +pkg syscall (freebsd-arm), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-arm), const BIOCSDLT ideal-int +pkg syscall (freebsd-arm), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-arm), const BIOCSETF ideal-int +pkg syscall (freebsd-arm), const BIOCSETFNR ideal-int +pkg syscall (freebsd-arm), const BIOCSETIF ideal-int +pkg syscall (freebsd-arm), const BIOCSETWF ideal-int +pkg syscall (freebsd-arm), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-arm), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-arm), const BIOCSRSIG ideal-int +pkg syscall (freebsd-arm), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-arm), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-arm), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-arm), const BIOCVERSION ideal-int +pkg syscall (freebsd-arm), const BPF_A ideal-int +pkg syscall (freebsd-arm), const BPF_ABS ideal-int +pkg syscall (freebsd-arm), const BPF_ADD ideal-int +pkg syscall (freebsd-arm), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-arm), const BPF_ALU ideal-int +pkg syscall (freebsd-arm), const BPF_AND ideal-int +pkg syscall (freebsd-arm), const BPF_B ideal-int +pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-arm), const BPF_DIV ideal-int +pkg syscall (freebsd-arm), const BPF_H ideal-int +pkg syscall (freebsd-arm), const BPF_IMM ideal-int +pkg syscall (freebsd-arm), const BPF_IND ideal-int +pkg syscall (freebsd-arm), const BPF_JA ideal-int +pkg syscall (freebsd-arm), const BPF_JEQ ideal-int +pkg syscall (freebsd-arm), const BPF_JGE ideal-int +pkg syscall (freebsd-arm), const BPF_JGT ideal-int +pkg syscall (freebsd-arm), const BPF_JMP ideal-int +pkg syscall (freebsd-arm), const BPF_JSET ideal-int +pkg syscall (freebsd-arm), const BPF_K ideal-int +pkg syscall (freebsd-arm), const BPF_LD ideal-int +pkg syscall (freebsd-arm), const BPF_LDX ideal-int +pkg syscall (freebsd-arm), const BPF_LEN ideal-int +pkg syscall (freebsd-arm), const BPF_LSH ideal-int +pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-arm), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-arm), const BPF_MEM ideal-int +pkg syscall (freebsd-arm), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-arm), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-arm), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-arm), const BPF_MISC ideal-int +pkg syscall (freebsd-arm), const BPF_MSH ideal-int +pkg syscall (freebsd-arm), const BPF_MUL ideal-int +pkg syscall (freebsd-arm), const BPF_NEG ideal-int +pkg syscall (freebsd-arm), const BPF_OR ideal-int +pkg syscall (freebsd-arm), const BPF_RELEASE ideal-int +pkg syscall (freebsd-arm), const BPF_RET ideal-int +pkg syscall (freebsd-arm), const BPF_RSH ideal-int +pkg syscall (freebsd-arm), const BPF_ST ideal-int +pkg syscall (freebsd-arm), const BPF_STX ideal-int +pkg syscall (freebsd-arm), const BPF_SUB ideal-int +pkg syscall (freebsd-arm), const BPF_TAX ideal-int +pkg syscall (freebsd-arm), const BPF_TXA ideal-int +pkg syscall (freebsd-arm), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-arm), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm), const BPF_T_NONE ideal-int +pkg syscall (freebsd-arm), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-arm), const BPF_W ideal-int +pkg syscall (freebsd-arm), const BPF_X ideal-int +pkg syscall (freebsd-arm), const BRKINT ideal-int +pkg syscall (freebsd-arm), const CFLUSH ideal-int +pkg syscall (freebsd-arm), const CLOCAL ideal-int +pkg syscall (freebsd-arm), const CREAD ideal-int +pkg syscall (freebsd-arm), const CS5 ideal-int +pkg syscall (freebsd-arm), const CS6 ideal-int +pkg syscall (freebsd-arm), const CS7 ideal-int +pkg syscall (freebsd-arm), const CS8 ideal-int +pkg syscall (freebsd-arm), const CSIZE ideal-int +pkg syscall (freebsd-arm), const CSTART ideal-int +pkg syscall (freebsd-arm), const CSTATUS ideal-int +pkg syscall (freebsd-arm), const CSTOP ideal-int +pkg syscall (freebsd-arm), const CSTOPB ideal-int +pkg syscall (freebsd-arm), const CSUSP ideal-int +pkg syscall (freebsd-arm), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-arm), const CTL_NET ideal-int +pkg syscall (freebsd-arm), const DLT_A429 ideal-int +pkg syscall (freebsd-arm), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-arm), const DLT_AOS ideal-int +pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-arm), const DLT_ARCNET ideal-int +pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-arm), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-arm), const DLT_AURORA ideal-int +pkg syscall (freebsd-arm), const DLT_AX25 ideal-int +pkg syscall (freebsd-arm), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-arm), const DLT_CAN20B ideal-int +pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-arm), const DLT_CHAOS ideal-int +pkg syscall (freebsd-arm), const DLT_CHDLC ideal-int +pkg syscall (freebsd-arm), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-arm), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-arm), const DLT_DBUS ideal-int +pkg syscall (freebsd-arm), const DLT_DECT ideal-int +pkg syscall (freebsd-arm), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-arm), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-arm), const DLT_ECONET ideal-int +pkg syscall (freebsd-arm), const DLT_EN10MB ideal-int +pkg syscall (freebsd-arm), const DLT_EN3MB ideal-int +pkg syscall (freebsd-arm), const DLT_ENC ideal-int +pkg syscall (freebsd-arm), const DLT_ERF ideal-int +pkg syscall (freebsd-arm), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-arm), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-arm), const DLT_FC_2 ideal-int +pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-arm), const DLT_FDDI ideal-int +pkg syscall (freebsd-arm), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-arm), const DLT_FRELAY ideal-int +pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-arm), const DLT_GPF_F ideal-int +pkg syscall (freebsd-arm), const DLT_GPF_T ideal-int +pkg syscall (freebsd-arm), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-arm), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-arm), const DLT_HHDLC ideal-int +pkg syscall (freebsd-arm), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-arm), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-arm), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-arm), const DLT_IPMB ideal-int +pkg syscall (freebsd-arm), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-arm), const DLT_IPNET ideal-int +pkg syscall (freebsd-arm), const DLT_IPOIB ideal-int +pkg syscall (freebsd-arm), const DLT_IPV4 ideal-int +pkg syscall (freebsd-arm), const DLT_IPV6 ideal-int +pkg syscall (freebsd-arm), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-arm), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-arm), const DLT_LAPD ideal-int +pkg syscall (freebsd-arm), const DLT_LIN ideal-int +pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-arm), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-arm), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-arm), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-arm), const DLT_LOOP ideal-int +pkg syscall (freebsd-arm), const DLT_LTALK ideal-int +pkg syscall (freebsd-arm), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-arm), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-arm), const DLT_MFR ideal-int +pkg syscall (freebsd-arm), const DLT_MOST ideal-int +pkg syscall (freebsd-arm), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-arm), const DLT_MPLS ideal-int +pkg syscall (freebsd-arm), const DLT_MTP2 ideal-int +pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-arm), const DLT_MTP3 ideal-int +pkg syscall (freebsd-arm), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-arm), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-arm), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-arm), const DLT_NFLOG ideal-int +pkg syscall (freebsd-arm), const DLT_NG40 ideal-int +pkg syscall (freebsd-arm), const DLT_NULL ideal-int +pkg syscall (freebsd-arm), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-arm), const DLT_PFLOG ideal-int +pkg syscall (freebsd-arm), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-arm), const DLT_PPI ideal-int +pkg syscall (freebsd-arm), const DLT_PPP ideal-int +pkg syscall (freebsd-arm), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-arm), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-arm), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-arm), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-arm), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-arm), const DLT_PRONET ideal-int +pkg syscall (freebsd-arm), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-arm), const DLT_RAW ideal-int +pkg syscall (freebsd-arm), const DLT_RIO ideal-int +pkg syscall (freebsd-arm), const DLT_SCCP ideal-int +pkg syscall (freebsd-arm), const DLT_SITA ideal-int +pkg syscall (freebsd-arm), const DLT_SLIP ideal-int +pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-arm), const DLT_SUNATM ideal-int +pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-arm), const DLT_TZSP ideal-int +pkg syscall (freebsd-arm), const DLT_USB ideal-int +pkg syscall (freebsd-arm), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-arm), const DLT_USER0 ideal-int +pkg syscall (freebsd-arm), const DLT_USER1 ideal-int +pkg syscall (freebsd-arm), const DLT_USER10 ideal-int +pkg syscall (freebsd-arm), const DLT_USER11 ideal-int +pkg syscall (freebsd-arm), const DLT_USER12 ideal-int +pkg syscall (freebsd-arm), const DLT_USER13 ideal-int +pkg syscall (freebsd-arm), const DLT_USER14 ideal-int +pkg syscall (freebsd-arm), const DLT_USER15 ideal-int +pkg syscall (freebsd-arm), const DLT_USER2 ideal-int +pkg syscall (freebsd-arm), const DLT_USER3 ideal-int +pkg syscall (freebsd-arm), const DLT_USER4 ideal-int +pkg syscall (freebsd-arm), const DLT_USER5 ideal-int +pkg syscall (freebsd-arm), const DLT_USER6 ideal-int +pkg syscall (freebsd-arm), const DLT_USER7 ideal-int +pkg syscall (freebsd-arm), const DLT_USER8 ideal-int +pkg syscall (freebsd-arm), const DLT_USER9 ideal-int +pkg syscall (freebsd-arm), const DLT_WIHART ideal-int +pkg syscall (freebsd-arm), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-arm), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-arm), const DT_BLK ideal-int +pkg syscall (freebsd-arm), const DT_CHR ideal-int +pkg syscall (freebsd-arm), const DT_DIR ideal-int +pkg syscall (freebsd-arm), const DT_FIFO ideal-int +pkg syscall (freebsd-arm), const DT_LNK ideal-int +pkg syscall (freebsd-arm), const DT_REG ideal-int +pkg syscall (freebsd-arm), const DT_SOCK ideal-int +pkg syscall (freebsd-arm), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-arm), const DT_WHT ideal-int +pkg syscall (freebsd-arm), const EAUTH Errno +pkg syscall (freebsd-arm), const EBADMSG Errno +pkg syscall (freebsd-arm), const EBADRPC Errno +pkg syscall (freebsd-arm), const ECAPMODE Errno +pkg syscall (freebsd-arm), const ECHO ideal-int +pkg syscall (freebsd-arm), const ECHOCTL ideal-int +pkg syscall (freebsd-arm), const ECHOE ideal-int +pkg syscall (freebsd-arm), const ECHOK ideal-int +pkg syscall (freebsd-arm), const ECHOKE ideal-int +pkg syscall (freebsd-arm), const ECHONL ideal-int +pkg syscall (freebsd-arm), const ECHOPRT ideal-int +pkg syscall (freebsd-arm), const EDOOFUS Errno +pkg syscall (freebsd-arm), const EFTYPE Errno +pkg syscall (freebsd-arm), const ELAST Errno +pkg syscall (freebsd-arm), const EMULTIHOP Errno +pkg syscall (freebsd-arm), const ENEEDAUTH Errno +pkg syscall (freebsd-arm), const ENOATTR Errno +pkg syscall (freebsd-arm), const ENOLINK Errno +pkg syscall (freebsd-arm), const ENOTCAPABLE Errno +pkg syscall (freebsd-arm), const EPROCLIM Errno +pkg syscall (freebsd-arm), const EPROCUNAVAIL Errno +pkg syscall (freebsd-arm), const EPROGMISMATCH Errno +pkg syscall (freebsd-arm), const EPROGUNAVAIL Errno +pkg syscall (freebsd-arm), const EPROTO Errno +pkg syscall (freebsd-arm), const ERPCMISMATCH Errno +pkg syscall (freebsd-arm), const EVFILT_AIO ideal-int +pkg syscall (freebsd-arm), const EVFILT_FS ideal-int +pkg syscall (freebsd-arm), const EVFILT_LIO ideal-int +pkg syscall (freebsd-arm), const EVFILT_PROC ideal-int +pkg syscall (freebsd-arm), const EVFILT_READ ideal-int +pkg syscall (freebsd-arm), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-arm), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-arm), const EVFILT_USER ideal-int +pkg syscall (freebsd-arm), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-arm), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-arm), const EV_ADD ideal-int +pkg syscall (freebsd-arm), const EV_CLEAR ideal-int +pkg syscall (freebsd-arm), const EV_DELETE ideal-int +pkg syscall (freebsd-arm), const EV_DISABLE ideal-int +pkg syscall (freebsd-arm), const EV_DISPATCH ideal-int +pkg syscall (freebsd-arm), const EV_ENABLE ideal-int +pkg syscall (freebsd-arm), const EV_EOF ideal-int +pkg syscall (freebsd-arm), const EV_ERROR ideal-int +pkg syscall (freebsd-arm), const EV_FLAG1 ideal-int +pkg syscall (freebsd-arm), const EV_ONESHOT ideal-int +pkg syscall (freebsd-arm), const EV_RECEIPT ideal-int +pkg syscall (freebsd-arm), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-arm), const EXTA ideal-int +pkg syscall (freebsd-arm), const EXTB ideal-int +pkg syscall (freebsd-arm), const EXTPROC ideal-int +pkg syscall (freebsd-arm), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm), const FD_SETSIZE ideal-int +pkg syscall (freebsd-arm), const FLUSHO ideal-int +pkg syscall (freebsd-arm), const F_CANCEL ideal-int +pkg syscall (freebsd-arm), const F_DUP2FD ideal-int +pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm), const F_DUPFD ideal-int +pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-arm), const F_GETFD ideal-int +pkg syscall (freebsd-arm), const F_GETFL ideal-int +pkg syscall (freebsd-arm), const F_GETLK ideal-int +pkg syscall (freebsd-arm), const F_GETOWN ideal-int +pkg syscall (freebsd-arm), const F_OGETLK ideal-int +pkg syscall (freebsd-arm), const F_OK ideal-int +pkg syscall (freebsd-arm), const F_OSETLK ideal-int +pkg syscall (freebsd-arm), const F_OSETLKW ideal-int +pkg syscall (freebsd-arm), const F_RDAHEAD ideal-int +pkg syscall (freebsd-arm), const F_RDLCK ideal-int +pkg syscall (freebsd-arm), const F_READAHEAD ideal-int +pkg syscall (freebsd-arm), const F_SETFD ideal-int +pkg syscall (freebsd-arm), const F_SETFL ideal-int +pkg syscall (freebsd-arm), const F_SETLK ideal-int +pkg syscall (freebsd-arm), const F_SETLKW ideal-int +pkg syscall (freebsd-arm), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-arm), const F_SETOWN ideal-int +pkg syscall (freebsd-arm), const F_UNLCK ideal-int +pkg syscall (freebsd-arm), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-arm), const F_WRLCK ideal-int +pkg syscall (freebsd-arm), const HUPCL ideal-int +pkg syscall (freebsd-arm), const ICANON ideal-int +pkg syscall (freebsd-arm), const ICMP6_FILTER = 18 +pkg syscall (freebsd-arm), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-arm), const ICRNL ideal-int +pkg syscall (freebsd-arm), const IEXTEN ideal-int +pkg syscall (freebsd-arm), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-arm), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-arm), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-arm), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-arm), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-arm), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-arm), const IFF_DEBUG ideal-int +pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-arm), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-arm), const IFF_DYING ideal-int +pkg syscall (freebsd-arm), const IFF_LINK0 ideal-int +pkg syscall (freebsd-arm), const IFF_LINK1 ideal-int +pkg syscall (freebsd-arm), const IFF_LINK2 ideal-int +pkg syscall (freebsd-arm), const IFF_MONITOR ideal-int +pkg syscall (freebsd-arm), const IFF_NOARP ideal-int +pkg syscall (freebsd-arm), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-arm), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-arm), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-arm), const IFF_PROMISC ideal-int +pkg syscall (freebsd-arm), const IFF_RENAMING ideal-int +pkg syscall (freebsd-arm), const IFF_RUNNING ideal-int +pkg syscall (freebsd-arm), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-arm), const IFF_SMART ideal-int +pkg syscall (freebsd-arm), const IFF_STATICARP ideal-int +pkg syscall (freebsd-arm), const IFNAMSIZ ideal-int +pkg syscall (freebsd-arm), const IFT_1822 ideal-int +pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-arm), const IFT_AAL2 ideal-int +pkg syscall (freebsd-arm), const IFT_AAL5 ideal-int +pkg syscall (freebsd-arm), const IFT_ADSL ideal-int +pkg syscall (freebsd-arm), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-arm), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-arm), const IFT_ARAP ideal-int +pkg syscall (freebsd-arm), const IFT_ARCNET ideal-int +pkg syscall (freebsd-arm), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-arm), const IFT_ASYNC ideal-int +pkg syscall (freebsd-arm), const IFT_ATM ideal-int +pkg syscall (freebsd-arm), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-arm), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-arm), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-arm), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-arm), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-arm), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-arm), const IFT_BSC ideal-int +pkg syscall (freebsd-arm), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-arm), const IFT_CEPT ideal-int +pkg syscall (freebsd-arm), const IFT_CES ideal-int +pkg syscall (freebsd-arm), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-arm), const IFT_CNR ideal-int +pkg syscall (freebsd-arm), const IFT_COFFEE ideal-int +pkg syscall (freebsd-arm), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-arm), const IFT_DCN ideal-int +pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm), const IFT_DLSW ideal-int +pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-arm), const IFT_DS0 ideal-int +pkg syscall (freebsd-arm), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-arm), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-arm), const IFT_DS3 ideal-int +pkg syscall (freebsd-arm), const IFT_DTM ideal-int +pkg syscall (freebsd-arm), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-arm), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-arm), const IFT_ENC ideal-int +pkg syscall (freebsd-arm), const IFT_EON ideal-int +pkg syscall (freebsd-arm), const IFT_EPLRS ideal-int +pkg syscall (freebsd-arm), const IFT_ESCON ideal-int +pkg syscall (freebsd-arm), const IFT_ETHER ideal-int +pkg syscall (freebsd-arm), const IFT_FAITH ideal-int +pkg syscall (freebsd-arm), const IFT_FAST ideal-int +pkg syscall (freebsd-arm), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-arm), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-arm), const IFT_FDDI ideal-int +pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-arm), const IFT_FRELAY ideal-int +pkg syscall (freebsd-arm), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-arm), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-arm), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-arm), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-arm), const IFT_GIF ideal-int +pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-arm), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-arm), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-arm), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-arm), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-arm), const IFT_HDLC ideal-int +pkg syscall (freebsd-arm), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-arm), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-arm), const IFT_HIPPI ideal-int +pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-arm), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-arm), const IFT_HSSI ideal-int +pkg syscall (freebsd-arm), const IFT_HY ideal-int +pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-arm), const IFT_IDSL ideal-int +pkg syscall (freebsd-arm), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-arm), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-arm), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-arm), const IFT_IFGSN ideal-int +pkg syscall (freebsd-arm), const IFT_IMT ideal-int +pkg syscall (freebsd-arm), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-arm), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-arm), const IFT_IP ideal-int +pkg syscall (freebsd-arm), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-arm), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-arm), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-arm), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-arm), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-arm), const IFT_IPXIP ideal-int +pkg syscall (freebsd-arm), const IFT_ISDN ideal-int +pkg syscall (freebsd-arm), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-arm), const IFT_ISDNS ideal-int +pkg syscall (freebsd-arm), const IFT_ISDNU ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-arm), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-arm), const IFT_ISUP ideal-int +pkg syscall (freebsd-arm), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-arm), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-arm), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-arm), const IFT_LAPB ideal-int +pkg syscall (freebsd-arm), const IFT_LAPD ideal-int +pkg syscall (freebsd-arm), const IFT_LAPF ideal-int +pkg syscall (freebsd-arm), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-arm), const IFT_LOOP ideal-int +pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-arm), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-arm), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-arm), const IFT_MODEM ideal-int +pkg syscall (freebsd-arm), const IFT_MPC ideal-int +pkg syscall (freebsd-arm), const IFT_MPLS ideal-int +pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-arm), const IFT_MSDSL ideal-int +pkg syscall (freebsd-arm), const IFT_MVL ideal-int +pkg syscall (freebsd-arm), const IFT_MYRINET ideal-int +pkg syscall (freebsd-arm), const IFT_NFAS ideal-int +pkg syscall (freebsd-arm), const IFT_NSIP ideal-int +pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-arm), const IFT_OTHER ideal-int +pkg syscall (freebsd-arm), const IFT_P10 ideal-int +pkg syscall (freebsd-arm), const IFT_P80 ideal-int +pkg syscall (freebsd-arm), const IFT_PARA ideal-int +pkg syscall (freebsd-arm), const IFT_PFLOG ideal-int +pkg syscall (freebsd-arm), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-arm), const IFT_PLC ideal-int +pkg syscall (freebsd-arm), const IFT_POS ideal-int +pkg syscall (freebsd-arm), const IFT_PPP ideal-int +pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-arm), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-arm), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-arm), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-arm), const IFT_PVC ideal-int +pkg syscall (freebsd-arm), const IFT_QLLC ideal-int +pkg syscall (freebsd-arm), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-arm), const IFT_RADSL ideal-int +pkg syscall (freebsd-arm), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-arm), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-arm), const IFT_RS232 ideal-int +pkg syscall (freebsd-arm), const IFT_RSRB ideal-int +pkg syscall (freebsd-arm), const IFT_SDLC ideal-int +pkg syscall (freebsd-arm), const IFT_SDSL ideal-int +pkg syscall (freebsd-arm), const IFT_SHDSL ideal-int +pkg syscall (freebsd-arm), const IFT_SIP ideal-int +pkg syscall (freebsd-arm), const IFT_SLIP ideal-int +pkg syscall (freebsd-arm), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-arm), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-arm), const IFT_SONET ideal-int +pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-arm), const IFT_SONETVT ideal-int +pkg syscall (freebsd-arm), const IFT_SRP ideal-int +pkg syscall (freebsd-arm), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-arm), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-arm), const IFT_STARLAN ideal-int +pkg syscall (freebsd-arm), const IFT_STF ideal-int +pkg syscall (freebsd-arm), const IFT_T1 ideal-int +pkg syscall (freebsd-arm), const IFT_TDLC ideal-int +pkg syscall (freebsd-arm), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-arm), const IFT_TR008 ideal-int +pkg syscall (freebsd-arm), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-arm), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-arm), const IFT_ULTRA ideal-int +pkg syscall (freebsd-arm), const IFT_USB ideal-int +pkg syscall (freebsd-arm), const IFT_V11 ideal-int +pkg syscall (freebsd-arm), const IFT_V35 ideal-int +pkg syscall (freebsd-arm), const IFT_V36 ideal-int +pkg syscall (freebsd-arm), const IFT_V37 ideal-int +pkg syscall (freebsd-arm), const IFT_VDSL ideal-int +pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-arm), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-arm), const IFT_X213 ideal-int +pkg syscall (freebsd-arm), const IFT_X25 ideal-int +pkg syscall (freebsd-arm), const IFT_X25DDN ideal-int +pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-arm), const IFT_X25MLP ideal-int +pkg syscall (freebsd-arm), const IFT_X25PLE ideal-int +pkg syscall (freebsd-arm), const IFT_XETHER ideal-int +pkg syscall (freebsd-arm), const IGNBRK ideal-int +pkg syscall (freebsd-arm), const IGNCR ideal-int +pkg syscall (freebsd-arm), const IGNPAR ideal-int +pkg syscall (freebsd-arm), const IMAXBEL ideal-int +pkg syscall (freebsd-arm), const INLCR ideal-int +pkg syscall (freebsd-arm), const INPCK ideal-int +pkg syscall (freebsd-arm), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-arm), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-arm), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-arm), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-arm), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-arm), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-arm), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-arm), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-arm), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-arm), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-arm), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-arm), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-arm), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_AH ideal-int +pkg syscall (freebsd-arm), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_APES ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-arm), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-arm), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-arm), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-arm), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-arm), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-arm), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_EON ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-arm), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-arm), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-arm), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IL ideal-int +pkg syscall (freebsd-arm), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_INP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-arm), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MH ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ND ideal-int +pkg syscall (freebsd-arm), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-arm), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-arm), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-arm), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-arm), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-arm), const IPPROTO_ST ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-arm), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-arm), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-arm), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-arm), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-arm), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-arm), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-arm), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-arm), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-arm), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-arm), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-arm), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-arm), const IPV6_FAITH ideal-int +pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-arm), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-arm), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-arm), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-arm), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-arm), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-arm), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-arm), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-arm), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-arm), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-arm), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm), const IPV6_MMTU ideal-int +pkg syscall (freebsd-arm), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-arm), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-arm), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-arm), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-arm), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-arm), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-arm), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-arm), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-arm), const IPV6_VERSION ideal-int +pkg syscall (freebsd-arm), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm), const IP_BINDANY ideal-int +pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-arm), const IP_DF ideal-int +pkg syscall (freebsd-arm), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-arm), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-arm), const IP_FAITH ideal-int +pkg syscall (freebsd-arm), const IP_FW3 ideal-int +pkg syscall (freebsd-arm), const IP_FW_ADD ideal-int +pkg syscall (freebsd-arm), const IP_FW_DEL ideal-int +pkg syscall (freebsd-arm), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-arm), const IP_FW_GET ideal-int +pkg syscall (freebsd-arm), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-arm), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-arm), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-arm), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-arm), const IP_HDRINCL ideal-int +pkg syscall (freebsd-arm), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-arm), const IP_MF ideal-int +pkg syscall (freebsd-arm), const IP_MINTTL ideal-int +pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm), const IP_MSFILTER ideal-int +pkg syscall (freebsd-arm), const IP_MSS ideal-int +pkg syscall (freebsd-arm), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-arm), const IP_OFFMASK ideal-int +pkg syscall (freebsd-arm), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-arm), const IP_OPTIONS ideal-int +pkg syscall (freebsd-arm), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-arm), const IP_RECVIF ideal-int +pkg syscall (freebsd-arm), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-arm), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-arm), const IP_RECVTOS ideal-int +pkg syscall (freebsd-arm), const IP_RECVTTL ideal-int +pkg syscall (freebsd-arm), const IP_RETOPTS ideal-int +pkg syscall (freebsd-arm), const IP_RF ideal-int +pkg syscall (freebsd-arm), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-arm), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-arm), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm), const ISIG ideal-int +pkg syscall (freebsd-arm), const ISTRIP ideal-int +pkg syscall (freebsd-arm), const IXANY ideal-int +pkg syscall (freebsd-arm), const IXOFF ideal-int +pkg syscall (freebsd-arm), const IXON ideal-int +pkg syscall (freebsd-arm), const LOCK_EX ideal-int +pkg syscall (freebsd-arm), const LOCK_NB ideal-int +pkg syscall (freebsd-arm), const LOCK_SH ideal-int +pkg syscall (freebsd-arm), const LOCK_UN ideal-int +pkg syscall (freebsd-arm), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-arm), const MADV_CORE ideal-int +pkg syscall (freebsd-arm), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-arm), const MADV_FREE ideal-int +pkg syscall (freebsd-arm), const MADV_NOCORE ideal-int +pkg syscall (freebsd-arm), const MADV_NORMAL ideal-int +pkg syscall (freebsd-arm), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-arm), const MADV_PROTECT ideal-int +pkg syscall (freebsd-arm), const MADV_RANDOM ideal-int +pkg syscall (freebsd-arm), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-arm), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-arm), const MAP_ANON ideal-int +pkg syscall (freebsd-arm), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-arm), const MAP_COPY ideal-int +pkg syscall (freebsd-arm), const MAP_FILE ideal-int +pkg syscall (freebsd-arm), const MAP_FIXED ideal-int +pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-arm), const MAP_NOCORE ideal-int +pkg syscall (freebsd-arm), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-arm), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-arm), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-arm), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-arm), const MAP_RENAME ideal-int +pkg syscall (freebsd-arm), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-arm), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-arm), const MAP_SHARED ideal-int +pkg syscall (freebsd-arm), const MAP_STACK ideal-int +pkg syscall (freebsd-arm), const MCL_CURRENT ideal-int +pkg syscall (freebsd-arm), const MCL_FUTURE ideal-int +pkg syscall (freebsd-arm), const MSG_COMPAT ideal-int +pkg syscall (freebsd-arm), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-arm), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-arm), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-arm), const MSG_EOF ideal-int +pkg syscall (freebsd-arm), const MSG_EOR ideal-int +pkg syscall (freebsd-arm), const MSG_NBIO ideal-int +pkg syscall (freebsd-arm), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-arm), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-arm), const MSG_OOB ideal-int +pkg syscall (freebsd-arm), const MSG_PEEK ideal-int +pkg syscall (freebsd-arm), const MSG_TRUNC ideal-int +pkg syscall (freebsd-arm), const MSG_WAITALL ideal-int +pkg syscall (freebsd-arm), const MS_ASYNC ideal-int +pkg syscall (freebsd-arm), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-arm), const MS_SYNC ideal-int +pkg syscall (freebsd-arm), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-arm), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-arm), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-arm), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-arm), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-arm), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-arm), const NOFLSH ideal-int +pkg syscall (freebsd-arm), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-arm), const NOTE_CHILD ideal-int +pkg syscall (freebsd-arm), const NOTE_DELETE ideal-int +pkg syscall (freebsd-arm), const NOTE_EXEC ideal-int +pkg syscall (freebsd-arm), const NOTE_EXIT ideal-int +pkg syscall (freebsd-arm), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-arm), const NOTE_FFAND ideal-int +pkg syscall (freebsd-arm), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-arm), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-arm), const NOTE_FFOR ideal-int +pkg syscall (freebsd-arm), const NOTE_FORK ideal-int +pkg syscall (freebsd-arm), const NOTE_LINK ideal-int +pkg syscall (freebsd-arm), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-arm), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-arm), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-arm), const NOTE_RENAME ideal-int +pkg syscall (freebsd-arm), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-arm), const NOTE_TRACK ideal-int +pkg syscall (freebsd-arm), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-arm), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-arm), const NOTE_WRITE ideal-int +pkg syscall (freebsd-arm), const OCRNL ideal-int +pkg syscall (freebsd-arm), const ONLCR ideal-int +pkg syscall (freebsd-arm), const ONLRET ideal-int +pkg syscall (freebsd-arm), const ONOCR ideal-int +pkg syscall (freebsd-arm), const ONOEOT ideal-int +pkg syscall (freebsd-arm), const OPOST ideal-int +pkg syscall (freebsd-arm), const O_ACCMODE ideal-int +pkg syscall (freebsd-arm), const O_DIRECT ideal-int +pkg syscall (freebsd-arm), const O_DIRECTORY ideal-int +pkg syscall (freebsd-arm), const O_EXEC ideal-int +pkg syscall (freebsd-arm), const O_EXLOCK ideal-int +pkg syscall (freebsd-arm), const O_FSYNC ideal-int +pkg syscall (freebsd-arm), const O_NDELAY ideal-int +pkg syscall (freebsd-arm), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-arm), const O_SHLOCK ideal-int +pkg syscall (freebsd-arm), const O_TTY_INIT ideal-int +pkg syscall (freebsd-arm), const PARENB ideal-int +pkg syscall (freebsd-arm), const PARMRK ideal-int +pkg syscall (freebsd-arm), const PARODD ideal-int +pkg syscall (freebsd-arm), const PENDIN ideal-int +pkg syscall (freebsd-arm), const PRIO_PGRP = 1 +pkg syscall (freebsd-arm), const PRIO_PGRP ideal-int +pkg syscall (freebsd-arm), const PRIO_PROCESS = 0 +pkg syscall (freebsd-arm), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-arm), const PRIO_USER = 2 +pkg syscall (freebsd-arm), const PRIO_USER ideal-int +pkg syscall (freebsd-arm), const PROT_EXEC ideal-int +pkg syscall (freebsd-arm), const PROT_NONE ideal-int +pkg syscall (freebsd-arm), const PROT_READ ideal-int +pkg syscall (freebsd-arm), const PROT_WRITE ideal-int +pkg syscall (freebsd-arm), const PTRACE_CONT ideal-int +pkg syscall (freebsd-arm), const PTRACE_KILL ideal-int +pkg syscall (freebsd-arm), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-arm), const RLIMIT_AS ideal-int +pkg syscall (freebsd-arm), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-arm), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-arm), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-arm), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-arm), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-arm), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-arm), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-arm), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-arm), const RTAX_BRD ideal-int +pkg syscall (freebsd-arm), const RTAX_DST ideal-int +pkg syscall (freebsd-arm), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-arm), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-arm), const RTAX_IFA ideal-int +pkg syscall (freebsd-arm), const RTAX_IFP ideal-int +pkg syscall (freebsd-arm), const RTAX_MAX ideal-int +pkg syscall (freebsd-arm), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-arm), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-arm), const RTA_BRD ideal-int +pkg syscall (freebsd-arm), const RTA_DST ideal-int +pkg syscall (freebsd-arm), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-arm), const RTA_GENMASK ideal-int +pkg syscall (freebsd-arm), const RTA_IFA ideal-int +pkg syscall (freebsd-arm), const RTA_IFP ideal-int +pkg syscall (freebsd-arm), const RTA_NETMASK ideal-int +pkg syscall (freebsd-arm), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-arm), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-arm), const RTF_DONE ideal-int +pkg syscall (freebsd-arm), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-arm), const RTF_FMASK ideal-int +pkg syscall (freebsd-arm), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-arm), const RTF_HOST ideal-int +pkg syscall (freebsd-arm), const RTF_LLDATA ideal-int +pkg syscall (freebsd-arm), const RTF_LLINFO ideal-int +pkg syscall (freebsd-arm), const RTF_LOCAL ideal-int +pkg syscall (freebsd-arm), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-arm), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-arm), const RTF_PINNED ideal-int +pkg syscall (freebsd-arm), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-arm), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-arm), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-arm), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-arm), const RTF_REJECT ideal-int +pkg syscall (freebsd-arm), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-arm), const RTF_STATIC ideal-int +pkg syscall (freebsd-arm), const RTF_STICKY ideal-int +pkg syscall (freebsd-arm), const RTF_UP ideal-int +pkg syscall (freebsd-arm), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-arm), const RTM_ADD ideal-int +pkg syscall (freebsd-arm), const RTM_CHANGE ideal-int +pkg syscall (freebsd-arm), const RTM_DELADDR ideal-int +pkg syscall (freebsd-arm), const RTM_DELETE ideal-int +pkg syscall (freebsd-arm), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-arm), const RTM_GET ideal-int +pkg syscall (freebsd-arm), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-arm), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-arm), const RTM_IFINFO ideal-int +pkg syscall (freebsd-arm), const RTM_LOCK ideal-int +pkg syscall (freebsd-arm), const RTM_LOSING ideal-int +pkg syscall (freebsd-arm), const RTM_MISS ideal-int +pkg syscall (freebsd-arm), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-arm), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-arm), const RTM_OLDADD ideal-int +pkg syscall (freebsd-arm), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-arm), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-arm), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-arm), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-arm), const RTM_VERSION ideal-int +pkg syscall (freebsd-arm), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-arm), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-arm), const RTV_MTU ideal-int +pkg syscall (freebsd-arm), const RTV_RPIPE ideal-int +pkg syscall (freebsd-arm), const RTV_RTT ideal-int +pkg syscall (freebsd-arm), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-arm), const RTV_SPIPE ideal-int +pkg syscall (freebsd-arm), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-arm), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-arm), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-arm), const RT_NORTREF ideal-int +pkg syscall (freebsd-arm), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-arm), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-arm), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-arm), const SCM_BINTIME ideal-int +pkg syscall (freebsd-arm), const SCM_CREDS ideal-int +pkg syscall (freebsd-arm), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-arm), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-arm), const SIGCHLD Signal +pkg syscall (freebsd-arm), const SIGCONT Signal +pkg syscall (freebsd-arm), const SIGEMT Signal +pkg syscall (freebsd-arm), const SIGINFO Signal +pkg syscall (freebsd-arm), const SIGIO Signal +pkg syscall (freebsd-arm), const SIGIOT Signal +pkg syscall (freebsd-arm), const SIGLIBRT Signal +pkg syscall (freebsd-arm), const SIGLWP Signal +pkg syscall (freebsd-arm), const SIGPROF Signal +pkg syscall (freebsd-arm), const SIGSTOP Signal +pkg syscall (freebsd-arm), const SIGSYS Signal +pkg syscall (freebsd-arm), const SIGTHR Signal +pkg syscall (freebsd-arm), const SIGTSTP Signal +pkg syscall (freebsd-arm), const SIGTTIN Signal +pkg syscall (freebsd-arm), const SIGTTOU Signal +pkg syscall (freebsd-arm), const SIGURG Signal +pkg syscall (freebsd-arm), const SIGUSR1 Signal +pkg syscall (freebsd-arm), const SIGUSR2 Signal +pkg syscall (freebsd-arm), const SIGVTALRM Signal +pkg syscall (freebsd-arm), const SIGWINCH Signal +pkg syscall (freebsd-arm), const SIGXCPU Signal +pkg syscall (freebsd-arm), const SIGXFSZ Signal +pkg syscall (freebsd-arm), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-arm), const SIOCADDRT ideal-int +pkg syscall (freebsd-arm), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-arm), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCATMARK ideal-int +pkg syscall (freebsd-arm), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-arm), const SIOCDELRT ideal-int +pkg syscall (freebsd-arm), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-arm), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-arm), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-arm), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-arm), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-arm), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-arm), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-arm), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-arm), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-arm), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-arm), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-arm), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-arm), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-arm), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-arm), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-arm), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-arm), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-arm), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-arm), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-arm), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-arm), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-arm), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-arm), const SIOCGPGRP ideal-int +pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-arm), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-arm), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-arm), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-arm), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-arm), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-arm), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-arm), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-arm), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-arm), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-arm), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-arm), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-arm), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-arm), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-arm), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-arm), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-arm), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-arm), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-arm), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-arm), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-arm), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-arm), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-arm), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-arm), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-arm), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-arm), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-arm), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-arm), const SIOCSPGRP ideal-int +pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-arm), const SOCK_RDM ideal-int +pkg syscall (freebsd-arm), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-arm), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-arm), const SO_BINTIME ideal-int +pkg syscall (freebsd-arm), const SO_DEBUG ideal-int +pkg syscall (freebsd-arm), const SO_ERROR ideal-int +pkg syscall (freebsd-arm), const SO_LABEL ideal-int +pkg syscall (freebsd-arm), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-arm), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-arm), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-arm), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-arm), const SO_NO_DDP ideal-int +pkg syscall (freebsd-arm), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-arm), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-arm), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-arm), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-arm), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-arm), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-arm), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-arm), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-arm), const SO_SETFIB ideal-int +pkg syscall (freebsd-arm), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-arm), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-arm), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-arm), const SO_TYPE ideal-int +pkg syscall (freebsd-arm), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-arm), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-arm), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-arm), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-arm), const SYS_ACCESS ideal-int +pkg syscall (freebsd-arm), const SYS_ACCT ideal-int +pkg syscall (freebsd-arm), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-arm), const SYS_AUDIT ideal-int +pkg syscall (freebsd-arm), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-arm), const SYS_AUDITON ideal-int +pkg syscall (freebsd-arm), const SYS_BIND ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_NEW ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_CHDIR ideal-int +pkg syscall (freebsd-arm), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-arm), const SYS_CHMOD ideal-int +pkg syscall (freebsd-arm), const SYS_CHOWN ideal-int +pkg syscall (freebsd-arm), const SYS_CHROOT ideal-int +pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-arm), const SYS_CLOSE ideal-int +pkg syscall (freebsd-arm), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-arm), const SYS_CONNECT ideal-int +pkg syscall (freebsd-arm), const SYS_CPUSET ideal-int +pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-arm), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-arm), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-arm), const SYS_DUP ideal-int +pkg syscall (freebsd-arm), const SYS_DUP2 ideal-int +pkg syscall (freebsd-arm), const SYS_EACCESS ideal-int +pkg syscall (freebsd-arm), const SYS_EXECVE ideal-int +pkg syscall (freebsd-arm), const SYS_EXIT ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-arm), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-arm), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-arm), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-arm), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-arm), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-arm), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-arm), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-arm), const SYS_FCNTL ideal-int +pkg syscall (freebsd-arm), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-arm), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-arm), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-arm), const SYS_FLOCK ideal-int +pkg syscall (freebsd-arm), const SYS_FORK ideal-int +pkg syscall (freebsd-arm), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE ideal-int +pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK ideal-int +pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP ideal-int +pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD ideal-int +pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE ideal-int +pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE ideal-int +pkg syscall (freebsd-arm), const SYS_FSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-arm), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-arm), const SYS_FSYNC ideal-int +pkg syscall (freebsd-arm), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-arm), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-arm), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-arm), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm), const SYS_GETAUID ideal-int +pkg syscall (freebsd-arm), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-arm), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-arm), const SYS_GETEGID ideal-int +pkg syscall (freebsd-arm), const SYS_GETEUID ideal-int +pkg syscall (freebsd-arm), const SYS_GETFH ideal-int +pkg syscall (freebsd-arm), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_GETGID ideal-int +pkg syscall (freebsd-arm), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-arm), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-arm), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-arm), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-arm), const SYS_GETPGID ideal-int +pkg syscall (freebsd-arm), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-arm), const SYS_GETPID ideal-int +pkg syscall (freebsd-arm), const SYS_GETPPID ideal-int +pkg syscall (freebsd-arm), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-arm), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-arm), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-arm), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-arm), const SYS_GETSID ideal-int +pkg syscall (freebsd-arm), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-arm), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm), const SYS_GETUID ideal-int +pkg syscall (freebsd-arm), const SYS_IOCTL ideal-int +pkg syscall (freebsd-arm), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-arm), const SYS_JAIL ideal-int +pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-arm), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-arm), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-arm), const SYS_KENV ideal-int +pkg syscall (freebsd-arm), const SYS_KEVENT ideal-int +pkg syscall (freebsd-arm), const SYS_KILL ideal-int +pkg syscall (freebsd-arm), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-arm), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-arm), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-arm), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-arm), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-arm), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-arm), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-arm), const SYS_KTRACE ideal-int +pkg syscall (freebsd-arm), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-arm), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-arm), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-arm), const SYS_LGETFH ideal-int +pkg syscall (freebsd-arm), const SYS_LINK ideal-int +pkg syscall (freebsd-arm), const SYS_LINKAT ideal-int +pkg syscall (freebsd-arm), const SYS_LISTEN ideal-int +pkg syscall (freebsd-arm), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-arm), const SYS_LSEEK ideal-int +pkg syscall (freebsd-arm), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-arm), const SYS_MADVISE ideal-int +pkg syscall (freebsd-arm), const SYS_MINCORE ideal-int +pkg syscall (freebsd-arm), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-arm), const SYS_MKDIR ideal-int +pkg syscall (freebsd-arm), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-arm), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-arm), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-arm), const SYS_MKNOD ideal-int +pkg syscall (freebsd-arm), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-arm), const SYS_MLOCK ideal-int +pkg syscall (freebsd-arm), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-arm), const SYS_MMAP ideal-int +pkg syscall (freebsd-arm), const SYS_MODFIND ideal-int +pkg syscall (freebsd-arm), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-arm), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-arm), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_MOUNT ideal-int +pkg syscall (freebsd-arm), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-arm), const SYS_MSYNC ideal-int +pkg syscall (freebsd-arm), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-arm), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-arm), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-arm), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-arm), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-arm), const SYS_NSTAT ideal-int +pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-arm), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-arm), const SYS_OBREAK ideal-int +pkg syscall (freebsd-arm), const SYS_OPEN ideal-int +pkg syscall (freebsd-arm), const SYS_OPENAT ideal-int +pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-arm), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-arm), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-arm), const SYS_PDFORK ideal-int +pkg syscall (freebsd-arm), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-arm), const SYS_PDKILL ideal-int +pkg syscall (freebsd-arm), const SYS_PIPE ideal-int +pkg syscall (freebsd-arm), const SYS_POLL ideal-int +pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-arm), const SYS_PREAD ideal-int +pkg syscall (freebsd-arm), const SYS_PREADV ideal-int +pkg syscall (freebsd-arm), const SYS_PROFIL ideal-int +pkg syscall (freebsd-arm), const SYS_PSELECT ideal-int +pkg syscall (freebsd-arm), const SYS_PTRACE ideal-int +pkg syscall (freebsd-arm), const SYS_PWRITE ideal-int +pkg syscall (freebsd-arm), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-arm), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-arm), const SYS_READ ideal-int +pkg syscall (freebsd-arm), const SYS_READLINK ideal-int +pkg syscall (freebsd-arm), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-arm), const SYS_READV ideal-int +pkg syscall (freebsd-arm), const SYS_REBOOT ideal-int +pkg syscall (freebsd-arm), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-arm), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-arm), const SYS_RENAME ideal-int +pkg syscall (freebsd-arm), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-arm), const SYS_REVOKE ideal-int +pkg syscall (freebsd-arm), const SYS_RFORK ideal-int +pkg syscall (freebsd-arm), const SYS_RMDIR ideal-int +pkg syscall (freebsd-arm), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-arm), const SYS_SBRK ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-arm), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-arm), const SYS_SELECT ideal-int +pkg syscall (freebsd-arm), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-arm), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-arm), const SYS_SENDTO ideal-int +pkg syscall (freebsd-arm), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm), const SYS_SETAUID ideal-int +pkg syscall (freebsd-arm), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-arm), const SYS_SETEGID ideal-int +pkg syscall (freebsd-arm), const SYS_SETEUID ideal-int +pkg syscall (freebsd-arm), const SYS_SETFIB ideal-int +pkg syscall (freebsd-arm), const SYS_SETGID ideal-int +pkg syscall (freebsd-arm), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-arm), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-arm), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-arm), const SYS_SETPGID ideal-int +pkg syscall (freebsd-arm), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-arm), const SYS_SETREGID ideal-int +pkg syscall (freebsd-arm), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-arm), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-arm), const SYS_SETREUID ideal-int +pkg syscall (freebsd-arm), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-arm), const SYS_SETSID ideal-int +pkg syscall (freebsd-arm), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm), const SYS_SETUID ideal-int +pkg syscall (freebsd-arm), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-arm), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-arm), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-arm), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-arm), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-arm), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-arm), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-arm), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-arm), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-arm), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-arm), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-arm), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-arm), const SYS_SOCKET ideal-int +pkg syscall (freebsd-arm), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-arm), const SYS_SSTK ideal-int +pkg syscall (freebsd-arm), const SYS_STAT ideal-int +pkg syscall (freebsd-arm), const SYS_STATFS ideal-int +pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-arm), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-arm), const SYS_SWAPON ideal-int +pkg syscall (freebsd-arm), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-arm), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-arm), const SYS_SYNC ideal-int +pkg syscall (freebsd-arm), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-arm), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-arm), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-arm), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-arm), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-arm), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-arm), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-arm), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-arm), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-arm), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-arm), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-arm), const SYS_UMASK ideal-int +pkg syscall (freebsd-arm), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-arm), const SYS_UNLINK ideal-int +pkg syscall (freebsd-arm), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-arm), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-arm), const SYS_UTIMES ideal-int +pkg syscall (freebsd-arm), const SYS_UTRACE ideal-int +pkg syscall (freebsd-arm), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-arm), const SYS_VFORK ideal-int +pkg syscall (freebsd-arm), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-arm), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-arm), const SYS_WRITE ideal-int +pkg syscall (freebsd-arm), const SYS_WRITEV ideal-int +pkg syscall (freebsd-arm), const SYS_YIELD ideal-int +pkg syscall (freebsd-arm), const SYS__UMTX_LOCK ideal-int +pkg syscall (freebsd-arm), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-arm), const SYS___GETCWD ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-arm), const SYS___SETUGID ideal-int +pkg syscall (freebsd-arm), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-arm), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-arm), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-arm), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-arm), const SizeofBpfStat ideal-int +pkg syscall (freebsd-arm), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-arm), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-arm), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-arm), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-arm), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-arm), const SizeofIPMreq ideal-int +pkg syscall (freebsd-arm), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-arm), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-arm), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-arm), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofIfData ideal-int +pkg syscall (freebsd-arm), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-arm), const SizeofLinger ideal-int +pkg syscall (freebsd-arm), const SizeofMsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-arm), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-arm), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-arm), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-arm), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-arm), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-arm), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-arm), const TCIFLUSH ideal-int +pkg syscall (freebsd-arm), const TCIOFLUSH ideal-int +pkg syscall (freebsd-arm), const TCOFLUSH ideal-int +pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-arm), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-arm), const TCP_INFO ideal-int +pkg syscall (freebsd-arm), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-arm), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-arm), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-arm), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-arm), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-arm), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-arm), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-arm), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-arm), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-arm), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-arm), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-arm), const TCP_MINMSS ideal-int +pkg syscall (freebsd-arm), const TCP_MSS ideal-int +pkg syscall (freebsd-arm), const TCP_NOOPT ideal-int +pkg syscall (freebsd-arm), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-arm), const TCSAFLUSH ideal-int +pkg syscall (freebsd-arm), const TIOCCBRK ideal-int +pkg syscall (freebsd-arm), const TIOCCDTR ideal-int +pkg syscall (freebsd-arm), const TIOCCONS ideal-int +pkg syscall (freebsd-arm), const TIOCDRAIN ideal-int +pkg syscall (freebsd-arm), const TIOCEXCL ideal-int +pkg syscall (freebsd-arm), const TIOCEXT ideal-int +pkg syscall (freebsd-arm), const TIOCFLUSH ideal-int +pkg syscall (freebsd-arm), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-arm), const TIOCGETA ideal-int +pkg syscall (freebsd-arm), const TIOCGETD ideal-int +pkg syscall (freebsd-arm), const TIOCGPGRP ideal-int +pkg syscall (freebsd-arm), const TIOCGPTN ideal-int +pkg syscall (freebsd-arm), const TIOCGSID ideal-int +pkg syscall (freebsd-arm), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-arm), const TIOCMBIC ideal-int +pkg syscall (freebsd-arm), const TIOCMBIS ideal-int +pkg syscall (freebsd-arm), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-arm), const TIOCMGET ideal-int +pkg syscall (freebsd-arm), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-arm), const TIOCMSET ideal-int +pkg syscall (freebsd-arm), const TIOCM_CAR ideal-int +pkg syscall (freebsd-arm), const TIOCM_CD ideal-int +pkg syscall (freebsd-arm), const TIOCM_CTS ideal-int +pkg syscall (freebsd-arm), const TIOCM_DCD ideal-int +pkg syscall (freebsd-arm), const TIOCM_DSR ideal-int +pkg syscall (freebsd-arm), const TIOCM_DTR ideal-int +pkg syscall (freebsd-arm), const TIOCM_LE ideal-int +pkg syscall (freebsd-arm), const TIOCM_RI ideal-int +pkg syscall (freebsd-arm), const TIOCM_RNG ideal-int +pkg syscall (freebsd-arm), const TIOCM_RTS ideal-int +pkg syscall (freebsd-arm), const TIOCM_SR ideal-int +pkg syscall (freebsd-arm), const TIOCM_ST ideal-int +pkg syscall (freebsd-arm), const TIOCNOTTY ideal-int +pkg syscall (freebsd-arm), const TIOCNXCL ideal-int +pkg syscall (freebsd-arm), const TIOCOUTQ ideal-int +pkg syscall (freebsd-arm), const TIOCPKT ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_START ideal-int +pkg syscall (freebsd-arm), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-arm), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-arm), const TIOCSBRK ideal-int +pkg syscall (freebsd-arm), const TIOCSCTTY ideal-int +pkg syscall (freebsd-arm), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-arm), const TIOCSDTR ideal-int +pkg syscall (freebsd-arm), const TIOCSETA ideal-int +pkg syscall (freebsd-arm), const TIOCSETAF ideal-int +pkg syscall (freebsd-arm), const TIOCSETAW ideal-int +pkg syscall (freebsd-arm), const TIOCSETD ideal-int +pkg syscall (freebsd-arm), const TIOCSIG ideal-int +pkg syscall (freebsd-arm), const TIOCSPGRP ideal-int +pkg syscall (freebsd-arm), const TIOCSTART ideal-int +pkg syscall (freebsd-arm), const TIOCSTAT ideal-int +pkg syscall (freebsd-arm), const TIOCSTI ideal-int +pkg syscall (freebsd-arm), const TIOCSTOP ideal-int +pkg syscall (freebsd-arm), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-arm), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-arm), const TIOCUCNTL ideal-int +pkg syscall (freebsd-arm), const TOSTOP ideal-int +pkg syscall (freebsd-arm), const VDISCARD ideal-int +pkg syscall (freebsd-arm), const VDSUSP ideal-int +pkg syscall (freebsd-arm), const VEOF ideal-int +pkg syscall (freebsd-arm), const VEOL ideal-int +pkg syscall (freebsd-arm), const VEOL2 ideal-int +pkg syscall (freebsd-arm), const VERASE ideal-int +pkg syscall (freebsd-arm), const VERASE2 ideal-int +pkg syscall (freebsd-arm), const VINTR ideal-int +pkg syscall (freebsd-arm), const VKILL ideal-int +pkg syscall (freebsd-arm), const VLNEXT ideal-int +pkg syscall (freebsd-arm), const VMIN ideal-int +pkg syscall (freebsd-arm), const VQUIT ideal-int +pkg syscall (freebsd-arm), const VREPRINT ideal-int +pkg syscall (freebsd-arm), const VSTART ideal-int +pkg syscall (freebsd-arm), const VSTATUS ideal-int +pkg syscall (freebsd-arm), const VSTOP ideal-int +pkg syscall (freebsd-arm), const VSUSP ideal-int +pkg syscall (freebsd-arm), const VTIME ideal-int +pkg syscall (freebsd-arm), const VWERASE ideal-int +pkg syscall (freebsd-arm), const WCONTINUED ideal-int +pkg syscall (freebsd-arm), const WCOREFLAG ideal-int +pkg syscall (freebsd-arm), const WEXITED ideal-int +pkg syscall (freebsd-arm), const WLINUXCLONE ideal-int +pkg syscall (freebsd-arm), const WNOHANG ideal-int +pkg syscall (freebsd-arm), const WNOWAIT ideal-int +pkg syscall (freebsd-arm), const WSTOPPED ideal-int +pkg syscall (freebsd-arm), const WTRAPPED ideal-int +pkg syscall (freebsd-arm), const WUNTRACED ideal-int +pkg syscall (freebsd-arm), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-arm), func Access(string, uint32) error +pkg syscall (freebsd-arm), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-arm), func Bind(int, Sockaddr) error +pkg syscall (freebsd-arm), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-arm), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-arm), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-arm), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-arm), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-arm), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-arm), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-arm), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-arm), func CheckBpfVersion(int) error +pkg syscall (freebsd-arm), func Chflags(string, int) error +pkg syscall (freebsd-arm), func Chroot(string) error +pkg syscall (freebsd-arm), func Close(int) error +pkg syscall (freebsd-arm), func CloseOnExec(int) +pkg syscall (freebsd-arm), func CmsgLen(int) int +pkg syscall (freebsd-arm), func CmsgSpace(int) int +pkg syscall (freebsd-arm), func Connect(int, Sockaddr) error +pkg syscall (freebsd-arm), func Dup(int) (int, error) +pkg syscall (freebsd-arm), func Dup2(int, int) error +pkg syscall (freebsd-arm), func Fchdir(int) error +pkg syscall (freebsd-arm), func Fchflags(string, int) error +pkg syscall (freebsd-arm), func Fchmod(int, uint32) error +pkg syscall (freebsd-arm), func Fchown(int, int, int) error +pkg syscall (freebsd-arm), func Flock(int, int) error +pkg syscall (freebsd-arm), func FlushBpf(int) error +pkg syscall (freebsd-arm), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-arm), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-arm), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-arm), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-arm), func Fsync(int) error +pkg syscall (freebsd-arm), func Ftruncate(int, int64) error +pkg syscall (freebsd-arm), func Futimes(int, []Timeval) error +pkg syscall (freebsd-arm), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-arm), func Getdtablesize() int +pkg syscall (freebsd-arm), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-arm), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-arm), func Getpgid(int) (int, error) +pkg syscall (freebsd-arm), func Getpgrp() int +pkg syscall (freebsd-arm), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-arm), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-arm), func Getsid(int) (int, error) +pkg syscall (freebsd-arm), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-arm), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-arm), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-arm), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-arm), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-arm), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-arm), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-arm), func Issetugid() bool +pkg syscall (freebsd-arm), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-arm), func Kill(int, Signal) error +pkg syscall (freebsd-arm), func Kqueue() (int, error) +pkg syscall (freebsd-arm), func Listen(int, int) error +pkg syscall (freebsd-arm), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-arm), func Mkfifo(string, uint32) error +pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error +pkg syscall (freebsd-arm), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-arm), func Munmap([]uint8) error +pkg syscall (freebsd-arm), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-arm), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-arm), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-arm), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-arm), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-arm), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-arm), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-arm), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-arm), func Pipe([]int) error +pkg syscall (freebsd-arm), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-arm), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-arm), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-arm), func Revoke(string) error +pkg syscall (freebsd-arm), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-arm), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-arm), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-arm), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-arm), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-arm), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-arm), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-arm), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-arm), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-arm), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-arm), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-arm), func SetBpfInterface(int, string) error +pkg syscall (freebsd-arm), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-arm), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-arm), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-arm), func SetNonblock(int, bool) error +pkg syscall (freebsd-arm), func Setegid(int) error +pkg syscall (freebsd-arm), func Seteuid(int) error +pkg syscall (freebsd-arm), func Setgid(int) error +pkg syscall (freebsd-arm), func Setgroups([]int) error +pkg syscall (freebsd-arm), func Setlogin(string) error +pkg syscall (freebsd-arm), func Setpgid(int, int) error +pkg syscall (freebsd-arm), func Setpriority(int, int, int) error +pkg syscall (freebsd-arm), func Setregid(int, int) error +pkg syscall (freebsd-arm), func Setreuid(int, int) error +pkg syscall (freebsd-arm), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm), func Setsid() (int, error) +pkg syscall (freebsd-arm), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-arm), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-arm), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-arm), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-arm), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-arm), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-arm), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-arm), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-arm), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-arm), func Settimeofday(*Timeval) error +pkg syscall (freebsd-arm), func Setuid(int) error +pkg syscall (freebsd-arm), func Shutdown(int, int) error +pkg syscall (freebsd-arm), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-arm), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-arm), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-arm), func Stat(string, *Stat_t) error +pkg syscall (freebsd-arm), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-arm), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-arm), func Sync() error +pkg syscall (freebsd-arm), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm), func Sysctl(string) (string, error) +pkg syscall (freebsd-arm), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-arm), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-arm), func Truncate(string, int64) error +pkg syscall (freebsd-arm), func Umask(int) int +pkg syscall (freebsd-arm), func Undelete(string) error +pkg syscall (freebsd-arm), func UnixRights(...int) []uint8 +pkg syscall (freebsd-arm), func Unmount(string, int) error +pkg syscall (freebsd-arm), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-arm), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-arm), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-arm), method (*Iovec) SetLen(int) +pkg syscall (freebsd-arm), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-arm), type BpfHdr struct +pkg syscall (freebsd-arm), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-arm), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-arm), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-arm), type BpfInsn struct +pkg syscall (freebsd-arm), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-arm), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-arm), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-arm), type BpfInsn struct, K uint32 +pkg syscall (freebsd-arm), type BpfProgram struct +pkg syscall (freebsd-arm), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-arm), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-arm), type BpfStat struct +pkg syscall (freebsd-arm), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-arm), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-arm), type BpfVersion struct +pkg syscall (freebsd-arm), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-arm), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-arm), type BpfZbuf struct +pkg syscall (freebsd-arm), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-arm), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-arm), type BpfZbuf struct, Buflen uint32 +pkg syscall (freebsd-arm), type BpfZbufHeader struct +pkg syscall (freebsd-arm), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-arm), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-arm), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-arm), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-arm), type Cmsghdr struct +pkg syscall (freebsd-arm), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-arm), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-arm), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-arm), type Credential struct +pkg syscall (freebsd-arm), type Credential struct, Gid uint32 +pkg syscall (freebsd-arm), type Credential struct, Groups []uint32 +pkg syscall (freebsd-arm), type Credential struct, Uid uint32 +pkg syscall (freebsd-arm), type Dirent struct +pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-arm), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-arm), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-arm), type Dirent struct, Type uint8 +pkg syscall (freebsd-arm), type FdSet struct +pkg syscall (freebsd-arm), type FdSet struct, X__fds_bits [32]uint32 +pkg syscall (freebsd-arm), type Flock_t struct +pkg syscall (freebsd-arm), type Flock_t struct, Len int64 +pkg syscall (freebsd-arm), type Flock_t struct, Pid int32 +pkg syscall (freebsd-arm), type Flock_t struct, Start int64 +pkg syscall (freebsd-arm), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-arm), type Flock_t struct, Type int16 +pkg syscall (freebsd-arm), type Flock_t struct, Whence int16 +pkg syscall (freebsd-arm), type Fsid struct +pkg syscall (freebsd-arm), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-arm), type ICMPv6Filter struct +pkg syscall (freebsd-arm), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-arm), type IPMreqn struct +pkg syscall (freebsd-arm), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-arm), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-arm), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-arm), type IPv6MTUInfo struct +pkg syscall (freebsd-arm), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-arm), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-arm), type IfData struct +pkg syscall (freebsd-arm), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-arm), type IfData struct, Baudrate uint32 +pkg syscall (freebsd-arm), type IfData struct, Collisions uint32 +pkg syscall (freebsd-arm), type IfData struct, Datalen uint8 +pkg syscall (freebsd-arm), type IfData struct, Epoch int64 +pkg syscall (freebsd-arm), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-arm), type IfData struct, Hwassist uint32 +pkg syscall (freebsd-arm), type IfData struct, Ibytes uint32 +pkg syscall (freebsd-arm), type IfData struct, Ierrors uint32 +pkg syscall (freebsd-arm), type IfData struct, Imcasts uint32 +pkg syscall (freebsd-arm), type IfData struct, Ipackets uint32 +pkg syscall (freebsd-arm), type IfData struct, Iqdrops uint32 +pkg syscall (freebsd-arm), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-arm), type IfData struct, Link_state uint8 +pkg syscall (freebsd-arm), type IfData struct, Metric uint32 +pkg syscall (freebsd-arm), type IfData struct, Mtu uint32 +pkg syscall (freebsd-arm), type IfData struct, Noproto uint32 +pkg syscall (freebsd-arm), type IfData struct, Obytes uint32 +pkg syscall (freebsd-arm), type IfData struct, Oerrors uint32 +pkg syscall (freebsd-arm), type IfData struct, Omcasts uint32 +pkg syscall (freebsd-arm), type IfData struct, Opackets uint32 +pkg syscall (freebsd-arm), type IfData struct, Physical uint8 +pkg syscall (freebsd-arm), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-arm), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-arm), type IfData struct, Type uint8 +pkg syscall (freebsd-arm), type IfMsghdr struct +pkg syscall (freebsd-arm), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-arm), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-arm), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-arm), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-arm), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-arm), type IfaMsghdr struct +pkg syscall (freebsd-arm), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm), type IfmaMsghdr struct +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm), type Inet6Pktinfo struct +pkg syscall (freebsd-arm), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-arm), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-arm), type InterfaceAddrMessage struct +pkg syscall (freebsd-arm), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-arm), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-arm), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-arm), type InterfaceMessage struct +pkg syscall (freebsd-arm), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-arm), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-arm), type Iovec struct +pkg syscall (freebsd-arm), type Iovec struct, Base *uint8 +pkg syscall (freebsd-arm), type Iovec struct, Len uint32 +pkg syscall (freebsd-arm), type Kevent_t struct +pkg syscall (freebsd-arm), type Kevent_t struct, Data int32 +pkg syscall (freebsd-arm), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-arm), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-arm), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-arm), type Kevent_t struct, Ident uint32 +pkg syscall (freebsd-arm), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-arm), type Msghdr struct +pkg syscall (freebsd-arm), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-arm), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-arm), type Msghdr struct, Flags int32 +pkg syscall (freebsd-arm), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-arm), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-arm), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-arm), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-arm), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-arm), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-arm), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-arm), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-arm), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-arm), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-arm), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-arm), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-arm), type RawSockaddrUnix struct +pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-arm), type Rlimit struct +pkg syscall (freebsd-arm), type Rlimit struct, Cur int64 +pkg syscall (freebsd-arm), type Rlimit struct, Max int64 +pkg syscall (freebsd-arm), type RouteMessage struct +pkg syscall (freebsd-arm), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-arm), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-arm), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-arm), type RtMetrics struct +pkg syscall (freebsd-arm), type RtMetrics struct, Expire uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Filler [3]uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Hopcount uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Locks uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Mtu uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Pksent uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Recvpipe uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Rtt uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Rttvar uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Sendpipe uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Ssthresh uint32 +pkg syscall (freebsd-arm), type RtMetrics struct, Weight uint32 +pkg syscall (freebsd-arm), type RtMsghdr struct +pkg syscall (freebsd-arm), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-arm), type RtMsghdr struct, Inits uint32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-arm), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-arm), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-arm), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-arm), type Rusage struct, Idrss int32 +pkg syscall (freebsd-arm), type Rusage struct, Inblock int32 +pkg syscall (freebsd-arm), type Rusage struct, Isrss int32 +pkg syscall (freebsd-arm), type Rusage struct, Ixrss int32 +pkg syscall (freebsd-arm), type Rusage struct, Majflt int32 +pkg syscall (freebsd-arm), type Rusage struct, Maxrss int32 +pkg syscall (freebsd-arm), type Rusage struct, Minflt int32 +pkg syscall (freebsd-arm), type Rusage struct, Msgrcv int32 +pkg syscall (freebsd-arm), type Rusage struct, Msgsnd int32 +pkg syscall (freebsd-arm), type Rusage struct, Nivcsw int32 +pkg syscall (freebsd-arm), type Rusage struct, Nsignals int32 +pkg syscall (freebsd-arm), type Rusage struct, Nswap int32 +pkg syscall (freebsd-arm), type Rusage struct, Nvcsw int32 +pkg syscall (freebsd-arm), type Rusage struct, Oublock int32 +pkg syscall (freebsd-arm), type Rusage struct, Stime Timeval +pkg syscall (freebsd-arm), type Rusage struct, Utime Timeval +pkg syscall (freebsd-arm), type SockaddrDatalink struct +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm), type SocketControlMessage struct +pkg syscall (freebsd-arm), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-arm), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-arm), type Stat_t struct +pkg syscall (freebsd-arm), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-arm), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-arm), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-arm), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-arm), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-arm), type Stat_t struct, Size int64 +pkg syscall (freebsd-arm), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-arm), type Statfs_t struct +pkg syscall (freebsd-arm), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-arm), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-arm), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-arm), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-arm), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-arm), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-arm), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-arm), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-arm), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-arm), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-arm), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-arm), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-arm), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-arm), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-arm), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-arm), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-arm), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-arm), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-arm), type Timespec struct, Nsec int32 +pkg syscall (freebsd-arm), type Timespec struct, Sec int64 +pkg syscall (freebsd-arm), type Timeval struct, Sec int64 +pkg syscall (freebsd-arm), type Timeval struct, Usec int32 +pkg syscall (freebsd-arm), type WaitStatus uint32 +pkg syscall (freebsd-arm), var Stderr int +pkg syscall (freebsd-arm), var Stdin int +pkg syscall (freebsd-arm), var Stdout int +pkg syscall (freebsd-arm-cgo), const AF_APPLETALK ideal-int +pkg syscall (freebsd-arm-cgo), const AF_ARP ideal-int +pkg syscall (freebsd-arm-cgo), const AF_ATM ideal-int +pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-arm-cgo), const AF_CCITT ideal-int +pkg syscall (freebsd-arm-cgo), const AF_CHAOS ideal-int +pkg syscall (freebsd-arm-cgo), const AF_CNT ideal-int +pkg syscall (freebsd-arm-cgo), const AF_COIP ideal-int +pkg syscall (freebsd-arm-cgo), const AF_DATAKIT ideal-int +pkg syscall (freebsd-arm-cgo), const AF_DECnet ideal-int +pkg syscall (freebsd-arm-cgo), const AF_DLI ideal-int +pkg syscall (freebsd-arm-cgo), const AF_E164 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_ECMA ideal-int +pkg syscall (freebsd-arm-cgo), const AF_HYLINK ideal-int +pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_IMPLINK ideal-int +pkg syscall (freebsd-arm-cgo), const AF_IPX ideal-int +pkg syscall (freebsd-arm-cgo), const AF_ISDN ideal-int +pkg syscall (freebsd-arm-cgo), const AF_ISO ideal-int +pkg syscall (freebsd-arm-cgo), const AF_LAT ideal-int +pkg syscall (freebsd-arm-cgo), const AF_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const AF_LOCAL ideal-int +pkg syscall (freebsd-arm-cgo), const AF_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const AF_NATM ideal-int +pkg syscall (freebsd-arm-cgo), const AF_NETBIOS ideal-int +pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-arm-cgo), const AF_OSI ideal-int +pkg syscall (freebsd-arm-cgo), const AF_PUP ideal-int +pkg syscall (freebsd-arm-cgo), const AF_ROUTE ideal-int +pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-arm-cgo), const AF_SIP ideal-int +pkg syscall (freebsd-arm-cgo), const AF_SLOW ideal-int +pkg syscall (freebsd-arm-cgo), const AF_SNA ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-arm-cgo), const B0 ideal-int +pkg syscall (freebsd-arm-cgo), const B110 ideal-int +pkg syscall (freebsd-arm-cgo), const B115200 ideal-int +pkg syscall (freebsd-arm-cgo), const B1200 ideal-int +pkg syscall (freebsd-arm-cgo), const B134 ideal-int +pkg syscall (freebsd-arm-cgo), const B14400 ideal-int +pkg syscall (freebsd-arm-cgo), const B150 ideal-int +pkg syscall (freebsd-arm-cgo), const B1800 ideal-int +pkg syscall (freebsd-arm-cgo), const B19200 ideal-int +pkg syscall (freebsd-arm-cgo), const B200 ideal-int +pkg syscall (freebsd-arm-cgo), const B230400 ideal-int +pkg syscall (freebsd-arm-cgo), const B2400 ideal-int +pkg syscall (freebsd-arm-cgo), const B28800 ideal-int +pkg syscall (freebsd-arm-cgo), const B300 ideal-int +pkg syscall (freebsd-arm-cgo), const B38400 ideal-int +pkg syscall (freebsd-arm-cgo), const B460800 ideal-int +pkg syscall (freebsd-arm-cgo), const B4800 ideal-int +pkg syscall (freebsd-arm-cgo), const B50 ideal-int +pkg syscall (freebsd-arm-cgo), const B57600 ideal-int +pkg syscall (freebsd-arm-cgo), const B600 ideal-int +pkg syscall (freebsd-arm-cgo), const B7200 ideal-int +pkg syscall (freebsd-arm-cgo), const B75 ideal-int +pkg syscall (freebsd-arm-cgo), const B76800 ideal-int +pkg syscall (freebsd-arm-cgo), const B921600 ideal-int +pkg syscall (freebsd-arm-cgo), const B9600 ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGBLEN ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGDLT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGETIF ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGRSIG ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGSTATS ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCPROMISC ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSBLEN ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSDLT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSETF ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSETFNR ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSETIF ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSETWF ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSRSIG ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP ideal-int +pkg syscall (freebsd-arm-cgo), const BIOCVERSION ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_A ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_ABS ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_ADD ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_ALU ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_AND ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_B ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_DIV ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_H ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_IMM ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_IND ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_JA ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_JEQ ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_JGE ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_JGT ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_JMP ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_JSET ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_K ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_LD ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_LDX ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_LEN ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_LSH ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MEM ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MISC ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MSH ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_MUL ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_NEG ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_OR ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_RELEASE ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_RET ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_RSH ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_ST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_STX ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_SUB ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_TAX ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_TXA ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_NONE ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_W ideal-int +pkg syscall (freebsd-arm-cgo), const BPF_X ideal-int +pkg syscall (freebsd-arm-cgo), const BRKINT ideal-int +pkg syscall (freebsd-arm-cgo), const CFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const CLOCAL ideal-int +pkg syscall (freebsd-arm-cgo), const CREAD ideal-int +pkg syscall (freebsd-arm-cgo), const CS5 ideal-int +pkg syscall (freebsd-arm-cgo), const CS6 ideal-int +pkg syscall (freebsd-arm-cgo), const CS7 ideal-int +pkg syscall (freebsd-arm-cgo), const CS8 ideal-int +pkg syscall (freebsd-arm-cgo), const CSIZE ideal-int +pkg syscall (freebsd-arm-cgo), const CSTART ideal-int +pkg syscall (freebsd-arm-cgo), const CSTATUS ideal-int +pkg syscall (freebsd-arm-cgo), const CSTOP ideal-int +pkg syscall (freebsd-arm-cgo), const CSTOPB ideal-int +pkg syscall (freebsd-arm-cgo), const CSUSP ideal-int +pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-arm-cgo), const CTL_NET ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_A429 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_AOS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ARCNET ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_AURORA ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_AX25 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_CAN20B ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_CHAOS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_CHDLC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_DBUS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_DECT ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ECONET ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_EN10MB ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_EN3MB ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ENC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ERF ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_FC_2 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_FDDI ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_FRELAY ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GPF_F ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GPF_T ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_HHDLC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPMB ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPNET ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPOIB ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPV4 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IPV6 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LAPD ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LIN ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LOOP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_LTALK ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MFR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MOST ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MPLS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MTP2 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MTP3 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_NFLOG ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_NG40 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_NULL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PFLOG ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPI ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_PRONET ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_RAW ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_RIO ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_SCCP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_SITA ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_SLIP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_SUNATM ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_TZSP ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USB ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER0 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER1 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER10 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER11 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER12 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER13 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER14 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER15 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER2 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER3 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER4 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER5 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER6 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER7 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER8 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_USER9 ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_WIHART ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-arm-cgo), const DT_BLK ideal-int +pkg syscall (freebsd-arm-cgo), const DT_CHR ideal-int +pkg syscall (freebsd-arm-cgo), const DT_DIR ideal-int +pkg syscall (freebsd-arm-cgo), const DT_FIFO ideal-int +pkg syscall (freebsd-arm-cgo), const DT_LNK ideal-int +pkg syscall (freebsd-arm-cgo), const DT_REG ideal-int +pkg syscall (freebsd-arm-cgo), const DT_SOCK ideal-int +pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-arm-cgo), const DT_WHT ideal-int +pkg syscall (freebsd-arm-cgo), const EAUTH Errno +pkg syscall (freebsd-arm-cgo), const EBADMSG Errno +pkg syscall (freebsd-arm-cgo), const EBADRPC Errno +pkg syscall (freebsd-arm-cgo), const ECAPMODE Errno +pkg syscall (freebsd-arm-cgo), const ECHO ideal-int +pkg syscall (freebsd-arm-cgo), const ECHOCTL ideal-int +pkg syscall (freebsd-arm-cgo), const ECHOE ideal-int +pkg syscall (freebsd-arm-cgo), const ECHOK ideal-int +pkg syscall (freebsd-arm-cgo), const ECHOKE ideal-int +pkg syscall (freebsd-arm-cgo), const ECHONL ideal-int +pkg syscall (freebsd-arm-cgo), const ECHOPRT ideal-int +pkg syscall (freebsd-arm-cgo), const EDOOFUS Errno +pkg syscall (freebsd-arm-cgo), const EFTYPE Errno +pkg syscall (freebsd-arm-cgo), const ELAST Errno +pkg syscall (freebsd-arm-cgo), const EMULTIHOP Errno +pkg syscall (freebsd-arm-cgo), const ENEEDAUTH Errno +pkg syscall (freebsd-arm-cgo), const ENOATTR Errno +pkg syscall (freebsd-arm-cgo), const ENOLINK Errno +pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE Errno +pkg syscall (freebsd-arm-cgo), const EPROCLIM Errno +pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL Errno +pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH Errno +pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL Errno +pkg syscall (freebsd-arm-cgo), const EPROTO Errno +pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH Errno +pkg syscall (freebsd-arm-cgo), const EVFILT_AIO ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_FS ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_LIO ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_PROC ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_READ ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_USER ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-arm-cgo), const EV_ADD ideal-int +pkg syscall (freebsd-arm-cgo), const EV_CLEAR ideal-int +pkg syscall (freebsd-arm-cgo), const EV_DELETE ideal-int +pkg syscall (freebsd-arm-cgo), const EV_DISABLE ideal-int +pkg syscall (freebsd-arm-cgo), const EV_DISPATCH ideal-int +pkg syscall (freebsd-arm-cgo), const EV_ENABLE ideal-int +pkg syscall (freebsd-arm-cgo), const EV_EOF ideal-int +pkg syscall (freebsd-arm-cgo), const EV_ERROR ideal-int +pkg syscall (freebsd-arm-cgo), const EV_FLAG1 ideal-int +pkg syscall (freebsd-arm-cgo), const EV_ONESHOT ideal-int +pkg syscall (freebsd-arm-cgo), const EV_RECEIPT ideal-int +pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const EXTA ideal-int +pkg syscall (freebsd-arm-cgo), const EXTB ideal-int +pkg syscall (freebsd-arm-cgo), const EXTPROC ideal-int +pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm-cgo), const FD_SETSIZE ideal-int +pkg syscall (freebsd-arm-cgo), const FLUSHO ideal-int +pkg syscall (freebsd-arm-cgo), const F_CANCEL ideal-int +pkg syscall (freebsd-arm-cgo), const F_DUP2FD ideal-int +pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC ideal-int +pkg syscall (freebsd-arm-cgo), const F_DUPFD ideal-int +pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (freebsd-arm-cgo), const F_GETFD ideal-int +pkg syscall (freebsd-arm-cgo), const F_GETFL ideal-int +pkg syscall (freebsd-arm-cgo), const F_GETLK ideal-int +pkg syscall (freebsd-arm-cgo), const F_GETOWN ideal-int +pkg syscall (freebsd-arm-cgo), const F_OGETLK ideal-int +pkg syscall (freebsd-arm-cgo), const F_OK ideal-int +pkg syscall (freebsd-arm-cgo), const F_OSETLK ideal-int +pkg syscall (freebsd-arm-cgo), const F_OSETLKW ideal-int +pkg syscall (freebsd-arm-cgo), const F_RDAHEAD ideal-int +pkg syscall (freebsd-arm-cgo), const F_RDLCK ideal-int +pkg syscall (freebsd-arm-cgo), const F_READAHEAD ideal-int +pkg syscall (freebsd-arm-cgo), const F_SETFD ideal-int +pkg syscall (freebsd-arm-cgo), const F_SETFL ideal-int +pkg syscall (freebsd-arm-cgo), const F_SETLK ideal-int +pkg syscall (freebsd-arm-cgo), const F_SETLKW ideal-int +pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-arm-cgo), const F_SETOWN ideal-int +pkg syscall (freebsd-arm-cgo), const F_UNLCK ideal-int +pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-arm-cgo), const F_WRLCK ideal-int +pkg syscall (freebsd-arm-cgo), const HUPCL ideal-int +pkg syscall (freebsd-arm-cgo), const ICANON ideal-int +pkg syscall (freebsd-arm-cgo), const ICMP6_FILTER = 18 +pkg syscall (freebsd-arm-cgo), const ICMP6_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const ICRNL ideal-int +pkg syscall (freebsd-arm-cgo), const IEXTEN ideal-int +pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_DEBUG ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_DYING ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_LINK0 ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_LINK1 ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_LINK2 ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_MONITOR ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_NOARP ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_PROMISC ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_RENAMING ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_RUNNING ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_SMART ideal-int +pkg syscall (freebsd-arm-cgo), const IFF_STATICARP ideal-int +pkg syscall (freebsd-arm-cgo), const IFNAMSIZ ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_1822 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_AAL2 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_AAL5 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ADSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ARAP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ARCNET ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ASYNC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_BSC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_CEPT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_CES ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_CNR ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_COFFEE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DCN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DLSW ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DS0 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DS3 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DTM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ENC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_EON ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_EPLRS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ESCON ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ETHER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FAITH ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FAST ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FDDI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRELAY ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_GIF ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HDLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HIPPI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HSSI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_HY ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IDSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IFGSN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IMT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_IPXIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISDN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISDNS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISDNU ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ISUP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_LAPB ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_LAPD ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_LAPF ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_LOOP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MODEM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MPC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MPLS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MSDSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MVL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_MYRINET ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_NFAS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_NSIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_OTHER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_P10 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_P80 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PARA ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PFLOG ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_POS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PPP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_PVC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_QLLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_RADSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_RS232 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_RSRB ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SDLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SDSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SHDSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SLIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SONET ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SONETVT ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SRP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_STARLAN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_STF ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_T1 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_TDLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_TR008 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_ULTRA ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_USB ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_V11 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_V35 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_V36 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_V37 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VDSL ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_X213 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_X25 ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_X25DDN ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_X25MLP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_X25PLE ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_XETHER ideal-int +pkg syscall (freebsd-arm-cgo), const IGNBRK ideal-int +pkg syscall (freebsd-arm-cgo), const IGNCR ideal-int +pkg syscall (freebsd-arm-cgo), const IGNPAR ideal-int +pkg syscall (freebsd-arm-cgo), const IMAXBEL ideal-int +pkg syscall (freebsd-arm-cgo), const INLCR ideal-int +pkg syscall (freebsd-arm-cgo), const INPCK ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_AH ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_APES ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_EON ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IL ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_INP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MH ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ND ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_ST ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FAITH ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MMTU ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_VERSION ideal-int +pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm-cgo), const IP_BINDANY ideal-int +pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FAITH ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW3 ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_ADD ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_DEL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_GET ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-arm-cgo), const IP_HDRINCL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MINTTL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MSFILTER ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MSS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_OFFMASK ideal-int +pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-arm-cgo), const IP_OPTIONS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RECVIF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RECVTOS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RECVTTL ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RETOPTS ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-arm-cgo), const ISIG ideal-int +pkg syscall (freebsd-arm-cgo), const ISTRIP ideal-int +pkg syscall (freebsd-arm-cgo), const IXANY ideal-int +pkg syscall (freebsd-arm-cgo), const IXOFF ideal-int +pkg syscall (freebsd-arm-cgo), const IXON ideal-int +pkg syscall (freebsd-arm-cgo), const LOCK_EX ideal-int +pkg syscall (freebsd-arm-cgo), const LOCK_NB ideal-int +pkg syscall (freebsd-arm-cgo), const LOCK_SH ideal-int +pkg syscall (freebsd-arm-cgo), const LOCK_UN ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_CORE ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_FREE ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_NOCORE ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_NORMAL ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_PROTECT ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_RANDOM ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_ANON ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_COPY ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_FIXED ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_NOCORE ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_RENAME ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_SHARED ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_STACK ideal-int +pkg syscall (freebsd-arm-cgo), const MCL_CURRENT ideal-int +pkg syscall (freebsd-arm-cgo), const MCL_FUTURE ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_COMPAT ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_EOF ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_EOR ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_NBIO ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_OOB ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_PEEK ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_TRUNC ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_WAITALL ideal-int +pkg syscall (freebsd-arm-cgo), const MS_ASYNC ideal-int +pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE ideal-int +pkg syscall (freebsd-arm-cgo), const MS_SYNC ideal-int +pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL ideal-int +pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-arm-cgo), const NOFLSH ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_CHILD ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_DELETE ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_EXEC ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_EXIT ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FFAND ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FFOR ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_FORK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_RENAME ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_TRACK ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-arm-cgo), const NOTE_WRITE ideal-int +pkg syscall (freebsd-arm-cgo), const OCRNL ideal-int +pkg syscall (freebsd-arm-cgo), const ONLCR ideal-int +pkg syscall (freebsd-arm-cgo), const ONLRET ideal-int +pkg syscall (freebsd-arm-cgo), const ONOCR ideal-int +pkg syscall (freebsd-arm-cgo), const ONOEOT ideal-int +pkg syscall (freebsd-arm-cgo), const OPOST ideal-int +pkg syscall (freebsd-arm-cgo), const O_ACCMODE ideal-int +pkg syscall (freebsd-arm-cgo), const O_DIRECT ideal-int +pkg syscall (freebsd-arm-cgo), const O_DIRECTORY ideal-int +pkg syscall (freebsd-arm-cgo), const O_EXEC ideal-int +pkg syscall (freebsd-arm-cgo), const O_EXLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const O_FSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const O_NDELAY ideal-int +pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-arm-cgo), const O_SHLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const O_TTY_INIT ideal-int +pkg syscall (freebsd-arm-cgo), const PARENB ideal-int +pkg syscall (freebsd-arm-cgo), const PARMRK ideal-int +pkg syscall (freebsd-arm-cgo), const PARODD ideal-int +pkg syscall (freebsd-arm-cgo), const PENDIN ideal-int +pkg syscall (freebsd-arm-cgo), const PRIO_PGRP = 1 +pkg syscall (freebsd-arm-cgo), const PRIO_PGRP ideal-int +pkg syscall (freebsd-arm-cgo), const PRIO_PROCESS = 0 +pkg syscall (freebsd-arm-cgo), const PRIO_PROCESS ideal-int +pkg syscall (freebsd-arm-cgo), const PRIO_USER = 2 +pkg syscall (freebsd-arm-cgo), const PRIO_USER ideal-int +pkg syscall (freebsd-arm-cgo), const PROT_EXEC ideal-int +pkg syscall (freebsd-arm-cgo), const PROT_NONE ideal-int +pkg syscall (freebsd-arm-cgo), const PROT_READ ideal-int +pkg syscall (freebsd-arm-cgo), const PROT_WRITE ideal-int +pkg syscall (freebsd-arm-cgo), const PTRACE_CONT ideal-int +pkg syscall (freebsd-arm-cgo), const PTRACE_KILL ideal-int +pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_AS ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_BRD ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_DST ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_IFA ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_IFP ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_BRD ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_DST ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_GENMASK ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_IFA ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_IFP ideal-int +pkg syscall (freebsd-arm-cgo), const RTA_NETMASK ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_DONE ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_FMASK ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_HOST ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_LLDATA ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_LLINFO ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_LOCAL ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_PINNED ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_REJECT ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_STATIC ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_STICKY ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_UP ideal-int +pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_ADD ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_CHANGE ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_DELADDR ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_DELETE ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_GET ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_IFINFO ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_LOCK ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_LOSING ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_MISS ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_OLDADD ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-arm-cgo), const RTM_VERSION ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_MTU ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_RPIPE ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_RTT ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_SPIPE ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT ideal-int +pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB ideal-int +pkg syscall (freebsd-arm-cgo), const RT_NORTREF ideal-int +pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-arm-cgo), const SCM_BINTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SCM_CREDS ideal-int +pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-arm-cgo), const SIGCHLD Signal +pkg syscall (freebsd-arm-cgo), const SIGCONT Signal +pkg syscall (freebsd-arm-cgo), const SIGEMT Signal +pkg syscall (freebsd-arm-cgo), const SIGINFO Signal +pkg syscall (freebsd-arm-cgo), const SIGIO Signal +pkg syscall (freebsd-arm-cgo), const SIGIOT Signal +pkg syscall (freebsd-arm-cgo), const SIGLIBRT Signal +pkg syscall (freebsd-arm-cgo), const SIGLWP Signal +pkg syscall (freebsd-arm-cgo), const SIGPROF Signal +pkg syscall (freebsd-arm-cgo), const SIGSTOP Signal +pkg syscall (freebsd-arm-cgo), const SIGSYS Signal +pkg syscall (freebsd-arm-cgo), const SIGTHR Signal +pkg syscall (freebsd-arm-cgo), const SIGTSTP Signal +pkg syscall (freebsd-arm-cgo), const SIGTTIN Signal +pkg syscall (freebsd-arm-cgo), const SIGTTOU Signal +pkg syscall (freebsd-arm-cgo), const SIGURG Signal +pkg syscall (freebsd-arm-cgo), const SIGUSR1 Signal +pkg syscall (freebsd-arm-cgo), const SIGUSR2 Signal +pkg syscall (freebsd-arm-cgo), const SIGVTALRM Signal +pkg syscall (freebsd-arm-cgo), const SIGWINCH Signal +pkg syscall (freebsd-arm-cgo), const SIGXCPU Signal +pkg syscall (freebsd-arm-cgo), const SIGXFSZ Signal +pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCADDRT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCATMARK ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCDELRT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGPGRP ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCSPGRP ideal-int +pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-arm-cgo), const SOCK_RDM ideal-int +pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-arm-cgo), const SO_BINTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SO_DEBUG ideal-int +pkg syscall (freebsd-arm-cgo), const SO_ERROR ideal-int +pkg syscall (freebsd-arm-cgo), const SO_LABEL ideal-int +pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-arm-cgo), const SO_NO_DDP ideal-int +pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL ideal-int +pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE ideal-int +pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-arm-cgo), const SO_SETFIB ideal-int +pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-arm-cgo), const SO_TYPE ideal-int +pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ACCESS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ACCT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_AUDIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_AUDITON ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_BIND ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CHDIR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CHMOD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CHOWN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CHROOT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CLOSE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CONNECT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_DUP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_DUP2 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EACCESS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXECVE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FCNTL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FORK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETAUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETEGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETEUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETFH ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETPGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETPID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETPPID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETSID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_GETUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_IOCTL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_JAIL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KENV ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KEVENT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KILL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_KTRACE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LGETFH ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LINKAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LISTEN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LSEEK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MADVISE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MINCORE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKDIR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKNOD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MMAP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MODFIND ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MOUNT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MSYNC ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_OBREAK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_OPEN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_OPENAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PDFORK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PDKILL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PIPE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_POLL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PREAD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PREADV ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PROFIL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PSELECT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PTRACE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PWRITE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_READ ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_READLINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_READV ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_REBOOT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RENAME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_REVOKE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RFORK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RMDIR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SBRK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SELECT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SENDTO ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETAUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETEGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETEUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETFIB ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETPGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETREGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETREUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETSID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SETUID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SOCKET ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SSTK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_STAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_STATFS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SWAPON ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SYNC ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UMASK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UNLINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UTIMES ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UTRACE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_VFORK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_WRITE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_WRITEV ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_YIELD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___GETCWD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___SETUGID ideal-int +pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfStat ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (freebsd-arm-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIPMreq ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (freebsd-arm-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIfData ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofLinger ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofMsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-arm-cgo), const TCIFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const TCIOFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const TCOFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_INFO ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MINMSS ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_MSS ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_NOOPT ideal-int +pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-arm-cgo), const TCSAFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCCBRK ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCCDTR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCCONS ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCDRAIN ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCEXCL ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCEXT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCFLUSH ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGETA ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGETD ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGPGRP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGPTN ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGSID ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCMBIC ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCMBIS ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCMGET ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCMSET ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_CAR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_CD ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_CTS ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_DCD ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_DSR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_DTR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_LE ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_RI ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_RNG ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_RTS ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_SR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCM_ST ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCNOTTY ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCNXCL ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCOUTQ ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_START ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSBRK ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSCTTY ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSDTR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSETA ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSETAF ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSETAW ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSETD ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSIG ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSPGRP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSTART ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSTAT ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSTI ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSTOP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCUCNTL ideal-int +pkg syscall (freebsd-arm-cgo), const TOSTOP ideal-int +pkg syscall (freebsd-arm-cgo), const VDISCARD ideal-int +pkg syscall (freebsd-arm-cgo), const VDSUSP ideal-int +pkg syscall (freebsd-arm-cgo), const VEOF ideal-int +pkg syscall (freebsd-arm-cgo), const VEOL ideal-int +pkg syscall (freebsd-arm-cgo), const VEOL2 ideal-int +pkg syscall (freebsd-arm-cgo), const VERASE ideal-int +pkg syscall (freebsd-arm-cgo), const VERASE2 ideal-int +pkg syscall (freebsd-arm-cgo), const VINTR ideal-int +pkg syscall (freebsd-arm-cgo), const VKILL ideal-int +pkg syscall (freebsd-arm-cgo), const VLNEXT ideal-int +pkg syscall (freebsd-arm-cgo), const VMIN ideal-int +pkg syscall (freebsd-arm-cgo), const VQUIT ideal-int +pkg syscall (freebsd-arm-cgo), const VREPRINT ideal-int +pkg syscall (freebsd-arm-cgo), const VSTART ideal-int +pkg syscall (freebsd-arm-cgo), const VSTATUS ideal-int +pkg syscall (freebsd-arm-cgo), const VSTOP ideal-int +pkg syscall (freebsd-arm-cgo), const VSUSP ideal-int +pkg syscall (freebsd-arm-cgo), const VTIME ideal-int +pkg syscall (freebsd-arm-cgo), const VWERASE ideal-int +pkg syscall (freebsd-arm-cgo), const WCONTINUED ideal-int +pkg syscall (freebsd-arm-cgo), const WCOREFLAG ideal-int +pkg syscall (freebsd-arm-cgo), const WEXITED ideal-int +pkg syscall (freebsd-arm-cgo), const WLINUXCLONE ideal-int +pkg syscall (freebsd-arm-cgo), const WNOHANG ideal-int +pkg syscall (freebsd-arm-cgo), const WNOWAIT ideal-int +pkg syscall (freebsd-arm-cgo), const WSTOPPED ideal-int +pkg syscall (freebsd-arm-cgo), const WTRAPPED ideal-int +pkg syscall (freebsd-arm-cgo), const WUNTRACED ideal-int +pkg syscall (freebsd-arm-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func Access(string, uint32) error +pkg syscall (freebsd-arm-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-arm-cgo), func Bind(int, Sockaddr) error +pkg syscall (freebsd-arm-cgo), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-arm-cgo), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-arm-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-arm-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-arm-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-arm-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-arm-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-arm-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-arm-cgo), func CheckBpfVersion(int) error +pkg syscall (freebsd-arm-cgo), func Chflags(string, int) error +pkg syscall (freebsd-arm-cgo), func Chroot(string) error +pkg syscall (freebsd-arm-cgo), func Close(int) error +pkg syscall (freebsd-arm-cgo), func CloseOnExec(int) +pkg syscall (freebsd-arm-cgo), func CmsgLen(int) int +pkg syscall (freebsd-arm-cgo), func CmsgSpace(int) int +pkg syscall (freebsd-arm-cgo), func Connect(int, Sockaddr) error +pkg syscall (freebsd-arm-cgo), func Dup(int) (int, error) +pkg syscall (freebsd-arm-cgo), func Dup2(int, int) error +pkg syscall (freebsd-arm-cgo), func Fchdir(int) error +pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error +pkg syscall (freebsd-arm-cgo), func Fchmod(int, uint32) error +pkg syscall (freebsd-arm-cgo), func Fchown(int, int, int) error +pkg syscall (freebsd-arm-cgo), func Flock(int, int) error +pkg syscall (freebsd-arm-cgo), func FlushBpf(int) error +pkg syscall (freebsd-arm-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-arm-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-arm-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-arm-cgo), func Fsync(int) error +pkg syscall (freebsd-arm-cgo), func Ftruncate(int, int64) error +pkg syscall (freebsd-arm-cgo), func Futimes(int, []Timeval) error +pkg syscall (freebsd-arm-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-arm-cgo), func Getdtablesize() int +pkg syscall (freebsd-arm-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func Getpgid(int) (int, error) +pkg syscall (freebsd-arm-cgo), func Getpgrp() int +pkg syscall (freebsd-arm-cgo), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm-cgo), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-arm-cgo), func Getsid(int) (int, error) +pkg syscall (freebsd-arm-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-arm-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Issetugid() bool +pkg syscall (freebsd-arm-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-arm-cgo), func Kill(int, Signal) error +pkg syscall (freebsd-arm-cgo), func Kqueue() (int, error) +pkg syscall (freebsd-arm-cgo), func Listen(int, int) error +pkg syscall (freebsd-arm-cgo), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-arm-cgo), func Mkfifo(string, uint32) error +pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error +pkg syscall (freebsd-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-arm-cgo), func Munmap([]uint8) error +pkg syscall (freebsd-arm-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-arm-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-arm-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-arm-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-arm-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-arm-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-arm-cgo), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Pipe([]int) error +pkg syscall (freebsd-arm-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-arm-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm-cgo), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-arm-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-arm-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func Revoke(string) error +pkg syscall (freebsd-arm-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-arm-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-arm-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-arm-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-arm-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-arm-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-arm-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-arm-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-arm-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-arm-cgo), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-arm-cgo), func SetBpfInterface(int, string) error +pkg syscall (freebsd-arm-cgo), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-arm-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-arm-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-arm-cgo), func SetNonblock(int, bool) error +pkg syscall (freebsd-arm-cgo), func Setegid(int) error +pkg syscall (freebsd-arm-cgo), func Seteuid(int) error +pkg syscall (freebsd-arm-cgo), func Setgid(int) error +pkg syscall (freebsd-arm-cgo), func Setgroups([]int) error +pkg syscall (freebsd-arm-cgo), func Setlogin(string) error +pkg syscall (freebsd-arm-cgo), func Setpgid(int, int) error +pkg syscall (freebsd-arm-cgo), func Setpriority(int, int, int) error +pkg syscall (freebsd-arm-cgo), func Setregid(int, int) error +pkg syscall (freebsd-arm-cgo), func Setreuid(int, int) error +pkg syscall (freebsd-arm-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-arm-cgo), func Setsid() (int, error) +pkg syscall (freebsd-arm-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (freebsd-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-arm-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-arm-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-arm-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-arm-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-arm-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-arm-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-arm-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-arm-cgo), func Settimeofday(*Timeval) error +pkg syscall (freebsd-arm-cgo), func Setuid(int) error +pkg syscall (freebsd-arm-cgo), func Shutdown(int, int) error +pkg syscall (freebsd-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-arm-cgo), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-arm-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-arm-cgo), func Stat(string, *Stat_t) error +pkg syscall (freebsd-arm-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-arm-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-arm-cgo), func Sync() error +pkg syscall (freebsd-arm-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-arm-cgo), func Sysctl(string) (string, error) +pkg syscall (freebsd-arm-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-arm-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-arm-cgo), func Truncate(string, int64) error +pkg syscall (freebsd-arm-cgo), func Umask(int) int +pkg syscall (freebsd-arm-cgo), func Undelete(string) error +pkg syscall (freebsd-arm-cgo), func UnixRights(...int) []uint8 +pkg syscall (freebsd-arm-cgo), func Unmount(string, int) error +pkg syscall (freebsd-arm-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-arm-cgo), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-arm-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-arm-cgo), method (*Iovec) SetLen(int) +pkg syscall (freebsd-arm-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-arm-cgo), type BpfHdr struct +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-arm-cgo), type BpfInsn struct +pkg syscall (freebsd-arm-cgo), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-arm-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-arm-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-arm-cgo), type BpfInsn struct, K uint32 +pkg syscall (freebsd-arm-cgo), type BpfProgram struct +pkg syscall (freebsd-arm-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-arm-cgo), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-arm-cgo), type BpfStat struct +pkg syscall (freebsd-arm-cgo), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-arm-cgo), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-arm-cgo), type BpfVersion struct +pkg syscall (freebsd-arm-cgo), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-arm-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-arm-cgo), type BpfZbuf struct +pkg syscall (freebsd-arm-cgo), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-arm-cgo), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-arm-cgo), type BpfZbuf struct, Buflen uint32 +pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct +pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-arm-cgo), type Cmsghdr struct +pkg syscall (freebsd-arm-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-arm-cgo), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-arm-cgo), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-arm-cgo), type Credential struct +pkg syscall (freebsd-arm-cgo), type Credential struct, Gid uint32 +pkg syscall (freebsd-arm-cgo), type Credential struct, Groups []uint32 +pkg syscall (freebsd-arm-cgo), type Credential struct, Uid uint32 +pkg syscall (freebsd-arm-cgo), type Dirent struct +pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-arm-cgo), type Dirent struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type FdSet struct +pkg syscall (freebsd-arm-cgo), type FdSet struct, X__fds_bits [32]uint32 +pkg syscall (freebsd-arm-cgo), type Flock_t struct +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Len int64 +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Pid int32 +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Start int64 +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Type int16 +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Whence int16 +pkg syscall (freebsd-arm-cgo), type Fsid struct +pkg syscall (freebsd-arm-cgo), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-arm-cgo), type ICMPv6Filter struct +pkg syscall (freebsd-arm-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (freebsd-arm-cgo), type IPMreqn struct +pkg syscall (freebsd-arm-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-arm-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-arm-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-arm-cgo), type IPv6MTUInfo struct +pkg syscall (freebsd-arm-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (freebsd-arm-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-arm-cgo), type IfData struct +pkg syscall (freebsd-arm-cgo), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Baudrate uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Collisions uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Datalen uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Epoch int64 +pkg syscall (freebsd-arm-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Hwassist uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Ibytes uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Ierrors uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Imcasts uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Ipackets uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Iqdrops uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-arm-cgo), type IfData struct, Link_state uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Metric uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Mtu uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Noproto uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Obytes uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Oerrors uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Omcasts uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Opackets uint32 +pkg syscall (freebsd-arm-cgo), type IfData struct, Physical uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-arm-cgo), type Inet6Pktinfo struct +pkg syscall (freebsd-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage struct +pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-arm-cgo), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-arm-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-arm-cgo), type InterfaceMessage struct +pkg syscall (freebsd-arm-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-arm-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-arm-cgo), type Iovec struct +pkg syscall (freebsd-arm-cgo), type Iovec struct, Base *uint8 +pkg syscall (freebsd-arm-cgo), type Iovec struct, Len uint32 +pkg syscall (freebsd-arm-cgo), type Kevent_t struct +pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Data int32 +pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-arm-cgo), type Msghdr struct +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Flags int32 +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-arm-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-arm-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-arm-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct +pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-arm-cgo), type Rlimit struct +pkg syscall (freebsd-arm-cgo), type Rlimit struct, Cur int64 +pkg syscall (freebsd-arm-cgo), type Rlimit struct, Max int64 +pkg syscall (freebsd-arm-cgo), type RouteMessage struct +pkg syscall (freebsd-arm-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-arm-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-arm-cgo), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-arm-cgo), type RtMetrics struct +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Expire uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Filler [3]uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Pksent uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Weight uint32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Idrss int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Inblock int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Isrss int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Ixrss int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Majflt int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Maxrss int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Minflt int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Nsignals int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Nswap int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Oublock int32 +pkg syscall (freebsd-arm-cgo), type Rusage struct, Stime Timeval +pkg syscall (freebsd-arm-cgo), type Rusage struct, Utime Timeval +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-arm-cgo), type SocketControlMessage struct +pkg syscall (freebsd-arm-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-arm-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-arm-cgo), type Stat_t struct +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Size int64 +pkg syscall (freebsd-arm-cgo), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-arm-cgo), type Timespec struct, Nsec int32 +pkg syscall (freebsd-arm-cgo), type Timespec struct, Sec int64 +pkg syscall (freebsd-arm-cgo), type Timeval struct, Sec int64 +pkg syscall (freebsd-arm-cgo), type Timeval struct, Usec int32 +pkg syscall (freebsd-arm-cgo), type WaitStatus uint32 +pkg syscall (freebsd-arm-cgo), var Stderr int +pkg syscall (freebsd-arm-cgo), var Stdin int +pkg syscall (freebsd-arm-cgo), var Stdout int +pkg syscall (linux-386), const CLONE_CHILD_CLEARTID = 2097152 +pkg syscall (linux-386), const CLONE_CHILD_CLEARTID ideal-int +pkg syscall (linux-386), const CLONE_CHILD_SETTID = 16777216 +pkg syscall (linux-386), const CLONE_CHILD_SETTID ideal-int +pkg syscall (linux-386), const CLONE_DETACHED = 4194304 +pkg syscall (linux-386), const CLONE_DETACHED ideal-int +pkg syscall (linux-386), const CLONE_FILES = 1024 +pkg syscall (linux-386), const CLONE_FILES ideal-int +pkg syscall (linux-386), const CLONE_FS = 512 +pkg syscall (linux-386), const CLONE_FS ideal-int +pkg syscall (linux-386), const CLONE_IO = 2147483648 +pkg syscall (linux-386), const CLONE_IO ideal-int +pkg syscall (linux-386), const CLONE_NEWIPC = 134217728 +pkg syscall (linux-386), const CLONE_NEWIPC ideal-int +pkg syscall (linux-386), const CLONE_NEWNET = 1073741824 +pkg syscall (linux-386), const CLONE_NEWNET ideal-int +pkg syscall (linux-386), const CLONE_NEWNS = 131072 +pkg syscall (linux-386), const CLONE_NEWNS ideal-int +pkg syscall (linux-386), const CLONE_NEWPID = 536870912 +pkg syscall (linux-386), const CLONE_NEWPID ideal-int +pkg syscall (linux-386), const CLONE_NEWUSER = 268435456 +pkg syscall (linux-386), const CLONE_NEWUSER ideal-int +pkg syscall (linux-386), const CLONE_NEWUTS = 67108864 +pkg syscall (linux-386), const CLONE_NEWUTS ideal-int +pkg syscall (linux-386), const CLONE_PARENT = 32768 +pkg syscall (linux-386), const CLONE_PARENT ideal-int +pkg syscall (linux-386), const CLONE_PARENT_SETTID = 1048576 +pkg syscall (linux-386), const CLONE_PARENT_SETTID ideal-int +pkg syscall (linux-386), const CLONE_PTRACE = 8192 +pkg syscall (linux-386), const CLONE_PTRACE ideal-int +pkg syscall (linux-386), const CLONE_SETTLS = 524288 +pkg syscall (linux-386), const CLONE_SETTLS ideal-int +pkg syscall (linux-386), const CLONE_SIGHAND = 2048 +pkg syscall (linux-386), const CLONE_SIGHAND ideal-int +pkg syscall (linux-386), const CLONE_SYSVSEM = 262144 +pkg syscall (linux-386), const CLONE_SYSVSEM ideal-int +pkg syscall (linux-386), const CLONE_THREAD = 65536 +pkg syscall (linux-386), const CLONE_THREAD ideal-int +pkg syscall (linux-386), const CLONE_UNTRACED = 8388608 +pkg syscall (linux-386), const CLONE_UNTRACED ideal-int +pkg syscall (linux-386), const CLONE_VFORK = 16384 +pkg syscall (linux-386), const CLONE_VFORK ideal-int +pkg syscall (linux-386), const CLONE_VM = 256 +pkg syscall (linux-386), const CLONE_VM ideal-int +pkg syscall (linux-386), const ICMPV6_FILTER = 1 +pkg syscall (linux-386), const ICMPV6_FILTER ideal-int +pkg syscall (linux-386), const PRIO_PGRP = 1 +pkg syscall (linux-386), const PRIO_PGRP ideal-int +pkg syscall (linux-386), const PRIO_PROCESS = 0 +pkg syscall (linux-386), const PRIO_PROCESS ideal-int +pkg syscall (linux-386), const PRIO_USER = 2 +pkg syscall (linux-386), const PRIO_USER ideal-int +pkg syscall (linux-386), const SizeofICMPv6Filter = 32 +pkg syscall (linux-386), const SizeofICMPv6Filter ideal-int +pkg syscall (linux-386), const SizeofIPv6MTUInfo = 32 +pkg syscall (linux-386), const SizeofIPv6MTUInfo ideal-int +pkg syscall (linux-386), const TCIFLUSH = 0 +pkg syscall (linux-386), const TCIFLUSH ideal-int +pkg syscall (linux-386), const TCIOFLUSH = 2 +pkg syscall (linux-386), const TCIOFLUSH ideal-int +pkg syscall (linux-386), const TCOFLUSH = 1 +pkg syscall (linux-386), const TCOFLUSH ideal-int +pkg syscall (linux-386), func Dup3(int, int, int) error +pkg syscall (linux-386), func Getpriority(int, int) (int, error) +pkg syscall (linux-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (linux-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (linux-386), func Setpriority(int, int, int) error +pkg syscall (linux-386), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (linux-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (linux-386), type ICMPv6Filter struct +pkg syscall (linux-386), type ICMPv6Filter struct, Data [8]uint32 +pkg syscall (linux-386), type IPv6MTUInfo struct +pkg syscall (linux-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (linux-386), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (linux-386), type SysProcAttr struct, Cloneflags uintptr +pkg syscall (linux-386-cgo), const CLONE_CHILD_CLEARTID = 2097152 +pkg syscall (linux-386-cgo), const CLONE_CHILD_CLEARTID ideal-int +pkg syscall (linux-386-cgo), const CLONE_CHILD_SETTID = 16777216 +pkg syscall (linux-386-cgo), const CLONE_CHILD_SETTID ideal-int +pkg syscall (linux-386-cgo), const CLONE_DETACHED = 4194304 +pkg syscall (linux-386-cgo), const CLONE_DETACHED ideal-int +pkg syscall (linux-386-cgo), const CLONE_FILES = 1024 +pkg syscall (linux-386-cgo), const CLONE_FILES ideal-int +pkg syscall (linux-386-cgo), const CLONE_FS = 512 +pkg syscall (linux-386-cgo), const CLONE_FS ideal-int +pkg syscall (linux-386-cgo), const CLONE_IO = 2147483648 +pkg syscall (linux-386-cgo), const CLONE_IO ideal-int +pkg syscall (linux-386-cgo), const CLONE_NEWIPC = 134217728 +pkg syscall (linux-386-cgo), const CLONE_NEWIPC ideal-int +pkg syscall (linux-386-cgo), const CLONE_NEWNET = 1073741824 +pkg syscall (linux-386-cgo), const CLONE_NEWNET ideal-int +pkg syscall (linux-386-cgo), const CLONE_NEWNS = 131072 +pkg syscall (linux-386-cgo), const CLONE_NEWNS ideal-int +pkg syscall (linux-386-cgo), const CLONE_NEWPID = 536870912 +pkg syscall (linux-386-cgo), const CLONE_NEWPID ideal-int +pkg syscall (linux-386-cgo), const CLONE_NEWUSER = 268435456 +pkg syscall (linux-386-cgo), const CLONE_NEWUSER ideal-int +pkg syscall (linux-386-cgo), const CLONE_NEWUTS = 67108864 +pkg syscall (linux-386-cgo), const CLONE_NEWUTS ideal-int +pkg syscall (linux-386-cgo), const CLONE_PARENT = 32768 +pkg syscall (linux-386-cgo), const CLONE_PARENT ideal-int +pkg syscall (linux-386-cgo), const CLONE_PARENT_SETTID = 1048576 +pkg syscall (linux-386-cgo), const CLONE_PARENT_SETTID ideal-int +pkg syscall (linux-386-cgo), const CLONE_PTRACE = 8192 +pkg syscall (linux-386-cgo), const CLONE_PTRACE ideal-int +pkg syscall (linux-386-cgo), const CLONE_SETTLS = 524288 +pkg syscall (linux-386-cgo), const CLONE_SETTLS ideal-int +pkg syscall (linux-386-cgo), const CLONE_SIGHAND = 2048 +pkg syscall (linux-386-cgo), const CLONE_SIGHAND ideal-int +pkg syscall (linux-386-cgo), const CLONE_SYSVSEM = 262144 +pkg syscall (linux-386-cgo), const CLONE_SYSVSEM ideal-int +pkg syscall (linux-386-cgo), const CLONE_THREAD = 65536 +pkg syscall (linux-386-cgo), const CLONE_THREAD ideal-int +pkg syscall (linux-386-cgo), const CLONE_UNTRACED = 8388608 +pkg syscall (linux-386-cgo), const CLONE_UNTRACED ideal-int +pkg syscall (linux-386-cgo), const CLONE_VFORK = 16384 +pkg syscall (linux-386-cgo), const CLONE_VFORK ideal-int +pkg syscall (linux-386-cgo), const CLONE_VM = 256 +pkg syscall (linux-386-cgo), const CLONE_VM ideal-int +pkg syscall (linux-386-cgo), const ICMPV6_FILTER = 1 +pkg syscall (linux-386-cgo), const ICMPV6_FILTER ideal-int +pkg syscall (linux-386-cgo), const PRIO_PGRP = 1 +pkg syscall (linux-386-cgo), const PRIO_PGRP ideal-int +pkg syscall (linux-386-cgo), const PRIO_PROCESS = 0 +pkg syscall (linux-386-cgo), const PRIO_PROCESS ideal-int +pkg syscall (linux-386-cgo), const PRIO_USER = 2 +pkg syscall (linux-386-cgo), const PRIO_USER ideal-int +pkg syscall (linux-386-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (linux-386-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (linux-386-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (linux-386-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (linux-386-cgo), const TCIFLUSH = 0 +pkg syscall (linux-386-cgo), const TCIFLUSH ideal-int +pkg syscall (linux-386-cgo), const TCIOFLUSH = 2 +pkg syscall (linux-386-cgo), const TCIOFLUSH ideal-int +pkg syscall (linux-386-cgo), const TCOFLUSH = 1 +pkg syscall (linux-386-cgo), const TCOFLUSH ideal-int +pkg syscall (linux-386-cgo), func Dup3(int, int, int) error +pkg syscall (linux-386-cgo), func Getpriority(int, int) (int, error) +pkg syscall (linux-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (linux-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (linux-386-cgo), func Setpriority(int, int, int) error +pkg syscall (linux-386-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (linux-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (linux-386-cgo), type ICMPv6Filter struct +pkg syscall (linux-386-cgo), type ICMPv6Filter struct, Data [8]uint32 +pkg syscall (linux-386-cgo), type IPv6MTUInfo struct +pkg syscall (linux-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (linux-386-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (linux-386-cgo), type SysProcAttr struct, Cloneflags uintptr +pkg syscall (linux-amd64), const CLONE_CHILD_CLEARTID = 2097152 +pkg syscall (linux-amd64), const CLONE_CHILD_CLEARTID ideal-int +pkg syscall (linux-amd64), const CLONE_CHILD_SETTID = 16777216 +pkg syscall (linux-amd64), const CLONE_CHILD_SETTID ideal-int +pkg syscall (linux-amd64), const CLONE_DETACHED = 4194304 +pkg syscall (linux-amd64), const CLONE_DETACHED ideal-int +pkg syscall (linux-amd64), const CLONE_FILES = 1024 +pkg syscall (linux-amd64), const CLONE_FILES ideal-int +pkg syscall (linux-amd64), const CLONE_FS = 512 +pkg syscall (linux-amd64), const CLONE_FS ideal-int +pkg syscall (linux-amd64), const CLONE_IO = 2147483648 +pkg syscall (linux-amd64), const CLONE_IO ideal-int +pkg syscall (linux-amd64), const CLONE_NEWIPC = 134217728 +pkg syscall (linux-amd64), const CLONE_NEWIPC ideal-int +pkg syscall (linux-amd64), const CLONE_NEWNET = 1073741824 +pkg syscall (linux-amd64), const CLONE_NEWNET ideal-int +pkg syscall (linux-amd64), const CLONE_NEWNS = 131072 +pkg syscall (linux-amd64), const CLONE_NEWNS ideal-int +pkg syscall (linux-amd64), const CLONE_NEWPID = 536870912 +pkg syscall (linux-amd64), const CLONE_NEWPID ideal-int +pkg syscall (linux-amd64), const CLONE_NEWUSER = 268435456 +pkg syscall (linux-amd64), const CLONE_NEWUSER ideal-int +pkg syscall (linux-amd64), const CLONE_NEWUTS = 67108864 +pkg syscall (linux-amd64), const CLONE_NEWUTS ideal-int +pkg syscall (linux-amd64), const CLONE_PARENT = 32768 +pkg syscall (linux-amd64), const CLONE_PARENT ideal-int +pkg syscall (linux-amd64), const CLONE_PARENT_SETTID = 1048576 +pkg syscall (linux-amd64), const CLONE_PARENT_SETTID ideal-int +pkg syscall (linux-amd64), const CLONE_PTRACE = 8192 +pkg syscall (linux-amd64), const CLONE_PTRACE ideal-int +pkg syscall (linux-amd64), const CLONE_SETTLS = 524288 +pkg syscall (linux-amd64), const CLONE_SETTLS ideal-int +pkg syscall (linux-amd64), const CLONE_SIGHAND = 2048 +pkg syscall (linux-amd64), const CLONE_SIGHAND ideal-int +pkg syscall (linux-amd64), const CLONE_SYSVSEM = 262144 +pkg syscall (linux-amd64), const CLONE_SYSVSEM ideal-int +pkg syscall (linux-amd64), const CLONE_THREAD = 65536 +pkg syscall (linux-amd64), const CLONE_THREAD ideal-int +pkg syscall (linux-amd64), const CLONE_UNTRACED = 8388608 +pkg syscall (linux-amd64), const CLONE_UNTRACED ideal-int +pkg syscall (linux-amd64), const CLONE_VFORK = 16384 +pkg syscall (linux-amd64), const CLONE_VFORK ideal-int +pkg syscall (linux-amd64), const CLONE_VM = 256 +pkg syscall (linux-amd64), const CLONE_VM ideal-int +pkg syscall (linux-amd64), const ICMPV6_FILTER = 1 +pkg syscall (linux-amd64), const ICMPV6_FILTER ideal-int +pkg syscall (linux-amd64), const PRIO_PGRP = 1 +pkg syscall (linux-amd64), const PRIO_PGRP ideal-int +pkg syscall (linux-amd64), const PRIO_PROCESS = 0 +pkg syscall (linux-amd64), const PRIO_PROCESS ideal-int +pkg syscall (linux-amd64), const PRIO_USER = 2 +pkg syscall (linux-amd64), const PRIO_USER ideal-int +pkg syscall (linux-amd64), const SizeofICMPv6Filter = 32 +pkg syscall (linux-amd64), const SizeofICMPv6Filter ideal-int +pkg syscall (linux-amd64), const SizeofIPv6MTUInfo = 32 +pkg syscall (linux-amd64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (linux-amd64), const TCIFLUSH = 0 +pkg syscall (linux-amd64), const TCIFLUSH ideal-int +pkg syscall (linux-amd64), const TCIOFLUSH = 2 +pkg syscall (linux-amd64), const TCIOFLUSH ideal-int +pkg syscall (linux-amd64), const TCOFLUSH = 1 +pkg syscall (linux-amd64), const TCOFLUSH ideal-int +pkg syscall (linux-amd64), func Dup3(int, int, int) error +pkg syscall (linux-amd64), func Getpriority(int, int) (int, error) +pkg syscall (linux-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (linux-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (linux-amd64), func Setpriority(int, int, int) error +pkg syscall (linux-amd64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (linux-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (linux-amd64), type ICMPv6Filter struct +pkg syscall (linux-amd64), type ICMPv6Filter struct, Data [8]uint32 +pkg syscall (linux-amd64), type IPv6MTUInfo struct +pkg syscall (linux-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (linux-amd64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (linux-amd64), type SysProcAttr struct, Cloneflags uintptr +pkg syscall (linux-amd64-cgo), const CLONE_CHILD_CLEARTID = 2097152 +pkg syscall (linux-amd64-cgo), const CLONE_CHILD_CLEARTID ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_CHILD_SETTID = 16777216 +pkg syscall (linux-amd64-cgo), const CLONE_CHILD_SETTID ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_DETACHED = 4194304 +pkg syscall (linux-amd64-cgo), const CLONE_DETACHED ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_FILES = 1024 +pkg syscall (linux-amd64-cgo), const CLONE_FILES ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_FS = 512 +pkg syscall (linux-amd64-cgo), const CLONE_FS ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_IO = 2147483648 +pkg syscall (linux-amd64-cgo), const CLONE_IO ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_NEWIPC = 134217728 +pkg syscall (linux-amd64-cgo), const CLONE_NEWIPC ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_NEWNET = 1073741824 +pkg syscall (linux-amd64-cgo), const CLONE_NEWNET ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_NEWNS = 131072 +pkg syscall (linux-amd64-cgo), const CLONE_NEWNS ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_NEWPID = 536870912 +pkg syscall (linux-amd64-cgo), const CLONE_NEWPID ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_NEWUSER = 268435456 +pkg syscall (linux-amd64-cgo), const CLONE_NEWUSER ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_NEWUTS = 67108864 +pkg syscall (linux-amd64-cgo), const CLONE_NEWUTS ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_PARENT = 32768 +pkg syscall (linux-amd64-cgo), const CLONE_PARENT ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_PARENT_SETTID = 1048576 +pkg syscall (linux-amd64-cgo), const CLONE_PARENT_SETTID ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_PTRACE = 8192 +pkg syscall (linux-amd64-cgo), const CLONE_PTRACE ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_SETTLS = 524288 +pkg syscall (linux-amd64-cgo), const CLONE_SETTLS ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_SIGHAND = 2048 +pkg syscall (linux-amd64-cgo), const CLONE_SIGHAND ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_SYSVSEM = 262144 +pkg syscall (linux-amd64-cgo), const CLONE_SYSVSEM ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_THREAD = 65536 +pkg syscall (linux-amd64-cgo), const CLONE_THREAD ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_UNTRACED = 8388608 +pkg syscall (linux-amd64-cgo), const CLONE_UNTRACED ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_VFORK = 16384 +pkg syscall (linux-amd64-cgo), const CLONE_VFORK ideal-int +pkg syscall (linux-amd64-cgo), const CLONE_VM = 256 +pkg syscall (linux-amd64-cgo), const CLONE_VM ideal-int +pkg syscall (linux-amd64-cgo), const ICMPV6_FILTER = 1 +pkg syscall (linux-amd64-cgo), const ICMPV6_FILTER ideal-int +pkg syscall (linux-amd64-cgo), const PRIO_PGRP = 1 +pkg syscall (linux-amd64-cgo), const PRIO_PGRP ideal-int +pkg syscall (linux-amd64-cgo), const PRIO_PROCESS = 0 +pkg syscall (linux-amd64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (linux-amd64-cgo), const PRIO_USER = 2 +pkg syscall (linux-amd64-cgo), const PRIO_USER ideal-int +pkg syscall (linux-amd64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (linux-amd64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (linux-amd64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (linux-amd64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (linux-amd64-cgo), const TCIFLUSH = 0 +pkg syscall (linux-amd64-cgo), const TCIFLUSH ideal-int +pkg syscall (linux-amd64-cgo), const TCIOFLUSH = 2 +pkg syscall (linux-amd64-cgo), const TCIOFLUSH ideal-int +pkg syscall (linux-amd64-cgo), const TCOFLUSH = 1 +pkg syscall (linux-amd64-cgo), const TCOFLUSH ideal-int +pkg syscall (linux-amd64-cgo), func Dup3(int, int, int) error +pkg syscall (linux-amd64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (linux-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (linux-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (linux-amd64-cgo), func Setpriority(int, int, int) error +pkg syscall (linux-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (linux-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (linux-amd64-cgo), type ICMPv6Filter struct +pkg syscall (linux-amd64-cgo), type ICMPv6Filter struct, Data [8]uint32 +pkg syscall (linux-amd64-cgo), type IPv6MTUInfo struct +pkg syscall (linux-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (linux-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Cloneflags uintptr +pkg syscall (linux-arm), const CLONE_CHILD_CLEARTID = 2097152 +pkg syscall (linux-arm), const CLONE_CHILD_CLEARTID ideal-int +pkg syscall (linux-arm), const CLONE_CHILD_SETTID = 16777216 +pkg syscall (linux-arm), const CLONE_CHILD_SETTID ideal-int +pkg syscall (linux-arm), const CLONE_DETACHED = 4194304 +pkg syscall (linux-arm), const CLONE_DETACHED ideal-int +pkg syscall (linux-arm), const CLONE_FILES = 1024 +pkg syscall (linux-arm), const CLONE_FILES ideal-int +pkg syscall (linux-arm), const CLONE_FS = 512 +pkg syscall (linux-arm), const CLONE_FS ideal-int +pkg syscall (linux-arm), const CLONE_IO = 2147483648 +pkg syscall (linux-arm), const CLONE_IO ideal-int +pkg syscall (linux-arm), const CLONE_NEWIPC = 134217728 +pkg syscall (linux-arm), const CLONE_NEWIPC ideal-int +pkg syscall (linux-arm), const CLONE_NEWNET = 1073741824 +pkg syscall (linux-arm), const CLONE_NEWNET ideal-int +pkg syscall (linux-arm), const CLONE_NEWNS = 131072 +pkg syscall (linux-arm), const CLONE_NEWNS ideal-int +pkg syscall (linux-arm), const CLONE_NEWPID = 536870912 +pkg syscall (linux-arm), const CLONE_NEWPID ideal-int +pkg syscall (linux-arm), const CLONE_NEWUSER = 268435456 +pkg syscall (linux-arm), const CLONE_NEWUSER ideal-int +pkg syscall (linux-arm), const CLONE_NEWUTS = 67108864 +pkg syscall (linux-arm), const CLONE_NEWUTS ideal-int +pkg syscall (linux-arm), const CLONE_PARENT = 32768 +pkg syscall (linux-arm), const CLONE_PARENT ideal-int +pkg syscall (linux-arm), const CLONE_PARENT_SETTID = 1048576 +pkg syscall (linux-arm), const CLONE_PARENT_SETTID ideal-int +pkg syscall (linux-arm), const CLONE_PTRACE = 8192 +pkg syscall (linux-arm), const CLONE_PTRACE ideal-int +pkg syscall (linux-arm), const CLONE_SETTLS = 524288 +pkg syscall (linux-arm), const CLONE_SETTLS ideal-int +pkg syscall (linux-arm), const CLONE_SIGHAND = 2048 +pkg syscall (linux-arm), const CLONE_SIGHAND ideal-int +pkg syscall (linux-arm), const CLONE_SYSVSEM = 262144 +pkg syscall (linux-arm), const CLONE_SYSVSEM ideal-int +pkg syscall (linux-arm), const CLONE_THREAD = 65536 +pkg syscall (linux-arm), const CLONE_THREAD ideal-int +pkg syscall (linux-arm), const CLONE_UNTRACED = 8388608 +pkg syscall (linux-arm), const CLONE_UNTRACED ideal-int +pkg syscall (linux-arm), const CLONE_VFORK = 16384 +pkg syscall (linux-arm), const CLONE_VFORK ideal-int +pkg syscall (linux-arm), const CLONE_VM = 256 +pkg syscall (linux-arm), const CLONE_VM ideal-int +pkg syscall (linux-arm), const ICMPV6_FILTER = 1 +pkg syscall (linux-arm), const ICMPV6_FILTER ideal-int +pkg syscall (linux-arm), const PRIO_PGRP = 1 +pkg syscall (linux-arm), const PRIO_PGRP ideal-int +pkg syscall (linux-arm), const PRIO_PROCESS = 0 +pkg syscall (linux-arm), const PRIO_PROCESS ideal-int +pkg syscall (linux-arm), const PRIO_USER = 2 +pkg syscall (linux-arm), const PRIO_USER ideal-int +pkg syscall (linux-arm), const SizeofICMPv6Filter = 32 +pkg syscall (linux-arm), const SizeofICMPv6Filter ideal-int +pkg syscall (linux-arm), const SizeofIPv6MTUInfo = 32 +pkg syscall (linux-arm), const SizeofIPv6MTUInfo ideal-int +pkg syscall (linux-arm), const TCIFLUSH = 0 +pkg syscall (linux-arm), const TCIFLUSH ideal-int +pkg syscall (linux-arm), const TCIOFLUSH = 2 +pkg syscall (linux-arm), const TCIOFLUSH ideal-int +pkg syscall (linux-arm), const TCOFLUSH = 1 +pkg syscall (linux-arm), const TCOFLUSH ideal-int +pkg syscall (linux-arm), func Dup3(int, int, int) error +pkg syscall (linux-arm), func Getpriority(int, int) (int, error) +pkg syscall (linux-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (linux-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (linux-arm), func Setpriority(int, int, int) error +pkg syscall (linux-arm), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (linux-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (linux-arm), type ICMPv6Filter struct +pkg syscall (linux-arm), type ICMPv6Filter struct, Data [8]uint32 +pkg syscall (linux-arm), type IPv6MTUInfo struct +pkg syscall (linux-arm), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (linux-arm), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (linux-arm), type SysProcAttr struct, Cloneflags uintptr +pkg syscall (linux-arm-cgo), const AF_ALG ideal-int +pkg syscall (linux-arm-cgo), const AF_APPLETALK ideal-int +pkg syscall (linux-arm-cgo), const AF_ASH ideal-int +pkg syscall (linux-arm-cgo), const AF_ATMPVC ideal-int +pkg syscall (linux-arm-cgo), const AF_ATMSVC ideal-int +pkg syscall (linux-arm-cgo), const AF_AX25 ideal-int +pkg syscall (linux-arm-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (linux-arm-cgo), const AF_BRIDGE ideal-int +pkg syscall (linux-arm-cgo), const AF_CAIF ideal-int +pkg syscall (linux-arm-cgo), const AF_CAN ideal-int +pkg syscall (linux-arm-cgo), const AF_DECnet ideal-int +pkg syscall (linux-arm-cgo), const AF_ECONET ideal-int +pkg syscall (linux-arm-cgo), const AF_FILE ideal-int +pkg syscall (linux-arm-cgo), const AF_IEEE802154 ideal-int +pkg syscall (linux-arm-cgo), const AF_IPX ideal-int +pkg syscall (linux-arm-cgo), const AF_IRDA ideal-int +pkg syscall (linux-arm-cgo), const AF_ISDN ideal-int +pkg syscall (linux-arm-cgo), const AF_IUCV ideal-int +pkg syscall (linux-arm-cgo), const AF_KEY ideal-int +pkg syscall (linux-arm-cgo), const AF_LLC ideal-int +pkg syscall (linux-arm-cgo), const AF_LOCAL ideal-int +pkg syscall (linux-arm-cgo), const AF_MAX ideal-int +pkg syscall (linux-arm-cgo), const AF_NETBEUI ideal-int +pkg syscall (linux-arm-cgo), const AF_NETLINK ideal-int +pkg syscall (linux-arm-cgo), const AF_NETROM ideal-int +pkg syscall (linux-arm-cgo), const AF_PACKET ideal-int +pkg syscall (linux-arm-cgo), const AF_PHONET ideal-int +pkg syscall (linux-arm-cgo), const AF_PPPOX ideal-int +pkg syscall (linux-arm-cgo), const AF_RDS ideal-int +pkg syscall (linux-arm-cgo), const AF_ROSE ideal-int +pkg syscall (linux-arm-cgo), const AF_ROUTE ideal-int +pkg syscall (linux-arm-cgo), const AF_RXRPC ideal-int +pkg syscall (linux-arm-cgo), const AF_SECURITY ideal-int +pkg syscall (linux-arm-cgo), const AF_SNA ideal-int +pkg syscall (linux-arm-cgo), const AF_TIPC ideal-int +pkg syscall (linux-arm-cgo), const AF_WANPIPE ideal-int +pkg syscall (linux-arm-cgo), const AF_X25 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ASH ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ATM ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_AX25 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_BIF ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_CISCO ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_DLCI ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ECONET ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_EETHER ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_FCAL ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_FCPL ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_FCPP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_FDDI ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_FRAD ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_HDLC ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_IRDA ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_LAPB ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_NETROM ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_NONE ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_PPP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_PRONET ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_ROSE ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_SIT ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_SKIP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_SLIP ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_VOID ideal-int +pkg syscall (linux-arm-cgo), const ARPHRD_X25 ideal-int +pkg syscall (linux-arm-cgo), const B0 ideal-int +pkg syscall (linux-arm-cgo), const B1000000 ideal-int +pkg syscall (linux-arm-cgo), const B110 ideal-int +pkg syscall (linux-arm-cgo), const B115200 ideal-int +pkg syscall (linux-arm-cgo), const B1152000 ideal-int +pkg syscall (linux-arm-cgo), const B1200 ideal-int +pkg syscall (linux-arm-cgo), const B134 ideal-int +pkg syscall (linux-arm-cgo), const B150 ideal-int +pkg syscall (linux-arm-cgo), const B1500000 ideal-int +pkg syscall (linux-arm-cgo), const B1800 ideal-int +pkg syscall (linux-arm-cgo), const B19200 ideal-int +pkg syscall (linux-arm-cgo), const B200 ideal-int +pkg syscall (linux-arm-cgo), const B2000000 ideal-int +pkg syscall (linux-arm-cgo), const B230400 ideal-int +pkg syscall (linux-arm-cgo), const B2400 ideal-int +pkg syscall (linux-arm-cgo), const B2500000 ideal-int +pkg syscall (linux-arm-cgo), const B300 ideal-int +pkg syscall (linux-arm-cgo), const B3000000 ideal-int +pkg syscall (linux-arm-cgo), const B3500000 ideal-int +pkg syscall (linux-arm-cgo), const B38400 ideal-int +pkg syscall (linux-arm-cgo), const B4000000 ideal-int +pkg syscall (linux-arm-cgo), const B460800 ideal-int +pkg syscall (linux-arm-cgo), const B4800 ideal-int +pkg syscall (linux-arm-cgo), const B50 ideal-int +pkg syscall (linux-arm-cgo), const B500000 ideal-int +pkg syscall (linux-arm-cgo), const B57600 ideal-int +pkg syscall (linux-arm-cgo), const B576000 ideal-int +pkg syscall (linux-arm-cgo), const B600 ideal-int +pkg syscall (linux-arm-cgo), const B75 ideal-int +pkg syscall (linux-arm-cgo), const B921600 ideal-int +pkg syscall (linux-arm-cgo), const B9600 ideal-int +pkg syscall (linux-arm-cgo), const BPF_A ideal-int +pkg syscall (linux-arm-cgo), const BPF_ABS ideal-int +pkg syscall (linux-arm-cgo), const BPF_ADD ideal-int +pkg syscall (linux-arm-cgo), const BPF_ALU ideal-int +pkg syscall (linux-arm-cgo), const BPF_AND ideal-int +pkg syscall (linux-arm-cgo), const BPF_B ideal-int +pkg syscall (linux-arm-cgo), const BPF_DIV ideal-int +pkg syscall (linux-arm-cgo), const BPF_H ideal-int +pkg syscall (linux-arm-cgo), const BPF_IMM ideal-int +pkg syscall (linux-arm-cgo), const BPF_IND ideal-int +pkg syscall (linux-arm-cgo), const BPF_JA ideal-int +pkg syscall (linux-arm-cgo), const BPF_JEQ ideal-int +pkg syscall (linux-arm-cgo), const BPF_JGE ideal-int +pkg syscall (linux-arm-cgo), const BPF_JGT ideal-int +pkg syscall (linux-arm-cgo), const BPF_JMP ideal-int +pkg syscall (linux-arm-cgo), const BPF_JSET ideal-int +pkg syscall (linux-arm-cgo), const BPF_K ideal-int +pkg syscall (linux-arm-cgo), const BPF_LD ideal-int +pkg syscall (linux-arm-cgo), const BPF_LDX ideal-int +pkg syscall (linux-arm-cgo), const BPF_LEN ideal-int +pkg syscall (linux-arm-cgo), const BPF_LSH ideal-int +pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (linux-arm-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (linux-arm-cgo), const BPF_MEM ideal-int +pkg syscall (linux-arm-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (linux-arm-cgo), const BPF_MISC ideal-int +pkg syscall (linux-arm-cgo), const BPF_MSH ideal-int +pkg syscall (linux-arm-cgo), const BPF_MUL ideal-int +pkg syscall (linux-arm-cgo), const BPF_NEG ideal-int +pkg syscall (linux-arm-cgo), const BPF_OR ideal-int +pkg syscall (linux-arm-cgo), const BPF_RET ideal-int +pkg syscall (linux-arm-cgo), const BPF_RSH ideal-int +pkg syscall (linux-arm-cgo), const BPF_ST ideal-int +pkg syscall (linux-arm-cgo), const BPF_STX ideal-int +pkg syscall (linux-arm-cgo), const BPF_SUB ideal-int +pkg syscall (linux-arm-cgo), const BPF_TAX ideal-int +pkg syscall (linux-arm-cgo), const BPF_TXA ideal-int +pkg syscall (linux-arm-cgo), const BPF_W ideal-int +pkg syscall (linux-arm-cgo), const BPF_X ideal-int +pkg syscall (linux-arm-cgo), const BRKINT ideal-int +pkg syscall (linux-arm-cgo), const CLOCAL ideal-int +pkg syscall (linux-arm-cgo), const CLONE_CHILD_CLEARTID = 2097152 +pkg syscall (linux-arm-cgo), const CLONE_CHILD_CLEARTID ideal-int +pkg syscall (linux-arm-cgo), const CLONE_CHILD_SETTID = 16777216 +pkg syscall (linux-arm-cgo), const CLONE_CHILD_SETTID ideal-int +pkg syscall (linux-arm-cgo), const CLONE_DETACHED = 4194304 +pkg syscall (linux-arm-cgo), const CLONE_DETACHED ideal-int +pkg syscall (linux-arm-cgo), const CLONE_FILES = 1024 +pkg syscall (linux-arm-cgo), const CLONE_FILES ideal-int +pkg syscall (linux-arm-cgo), const CLONE_FS = 512 +pkg syscall (linux-arm-cgo), const CLONE_FS ideal-int +pkg syscall (linux-arm-cgo), const CLONE_IO = 2147483648 +pkg syscall (linux-arm-cgo), const CLONE_IO ideal-int +pkg syscall (linux-arm-cgo), const CLONE_NEWIPC = 134217728 +pkg syscall (linux-arm-cgo), const CLONE_NEWIPC ideal-int +pkg syscall (linux-arm-cgo), const CLONE_NEWNET = 1073741824 +pkg syscall (linux-arm-cgo), const CLONE_NEWNET ideal-int +pkg syscall (linux-arm-cgo), const CLONE_NEWNS = 131072 +pkg syscall (linux-arm-cgo), const CLONE_NEWNS ideal-int +pkg syscall (linux-arm-cgo), const CLONE_NEWPID = 536870912 +pkg syscall (linux-arm-cgo), const CLONE_NEWPID ideal-int +pkg syscall (linux-arm-cgo), const CLONE_NEWUSER = 268435456 +pkg syscall (linux-arm-cgo), const CLONE_NEWUSER ideal-int +pkg syscall (linux-arm-cgo), const CLONE_NEWUTS = 67108864 +pkg syscall (linux-arm-cgo), const CLONE_NEWUTS ideal-int +pkg syscall (linux-arm-cgo), const CLONE_PARENT = 32768 +pkg syscall (linux-arm-cgo), const CLONE_PARENT ideal-int +pkg syscall (linux-arm-cgo), const CLONE_PARENT_SETTID = 1048576 +pkg syscall (linux-arm-cgo), const CLONE_PARENT_SETTID ideal-int +pkg syscall (linux-arm-cgo), const CLONE_PTRACE = 8192 +pkg syscall (linux-arm-cgo), const CLONE_PTRACE ideal-int +pkg syscall (linux-arm-cgo), const CLONE_SETTLS = 524288 +pkg syscall (linux-arm-cgo), const CLONE_SETTLS ideal-int +pkg syscall (linux-arm-cgo), const CLONE_SIGHAND = 2048 +pkg syscall (linux-arm-cgo), const CLONE_SIGHAND ideal-int +pkg syscall (linux-arm-cgo), const CLONE_SYSVSEM = 262144 +pkg syscall (linux-arm-cgo), const CLONE_SYSVSEM ideal-int +pkg syscall (linux-arm-cgo), const CLONE_THREAD = 65536 +pkg syscall (linux-arm-cgo), const CLONE_THREAD ideal-int +pkg syscall (linux-arm-cgo), const CLONE_UNTRACED = 8388608 +pkg syscall (linux-arm-cgo), const CLONE_UNTRACED ideal-int +pkg syscall (linux-arm-cgo), const CLONE_VFORK = 16384 +pkg syscall (linux-arm-cgo), const CLONE_VFORK ideal-int +pkg syscall (linux-arm-cgo), const CLONE_VM = 256 +pkg syscall (linux-arm-cgo), const CLONE_VM ideal-int +pkg syscall (linux-arm-cgo), const CREAD ideal-int +pkg syscall (linux-arm-cgo), const CS5 ideal-int +pkg syscall (linux-arm-cgo), const CS6 ideal-int +pkg syscall (linux-arm-cgo), const CS7 ideal-int +pkg syscall (linux-arm-cgo), const CS8 ideal-int +pkg syscall (linux-arm-cgo), const CSIZE ideal-int +pkg syscall (linux-arm-cgo), const CSTOPB ideal-int +pkg syscall (linux-arm-cgo), const DT_BLK ideal-int +pkg syscall (linux-arm-cgo), const DT_CHR ideal-int +pkg syscall (linux-arm-cgo), const DT_DIR ideal-int +pkg syscall (linux-arm-cgo), const DT_FIFO ideal-int +pkg syscall (linux-arm-cgo), const DT_LNK ideal-int +pkg syscall (linux-arm-cgo), const DT_REG ideal-int +pkg syscall (linux-arm-cgo), const DT_SOCK ideal-int +pkg syscall (linux-arm-cgo), const DT_UNKNOWN ideal-int +pkg syscall (linux-arm-cgo), const DT_WHT ideal-int +pkg syscall (linux-arm-cgo), const EADV Errno +pkg syscall (linux-arm-cgo), const EBADE Errno +pkg syscall (linux-arm-cgo), const EBADFD Errno +pkg syscall (linux-arm-cgo), const EBADMSG Errno +pkg syscall (linux-arm-cgo), const EBADR Errno +pkg syscall (linux-arm-cgo), const EBADRQC Errno +pkg syscall (linux-arm-cgo), const EBADSLT Errno +pkg syscall (linux-arm-cgo), const EBFONT Errno +pkg syscall (linux-arm-cgo), const ECHO ideal-int +pkg syscall (linux-arm-cgo), const ECHOCTL ideal-int +pkg syscall (linux-arm-cgo), const ECHOE ideal-int +pkg syscall (linux-arm-cgo), const ECHOK ideal-int +pkg syscall (linux-arm-cgo), const ECHOKE ideal-int +pkg syscall (linux-arm-cgo), const ECHONL ideal-int +pkg syscall (linux-arm-cgo), const ECHOPRT ideal-int +pkg syscall (linux-arm-cgo), const ECHRNG Errno +pkg syscall (linux-arm-cgo), const ECOMM Errno +pkg syscall (linux-arm-cgo), const EDEADLOCK Errno +pkg syscall (linux-arm-cgo), const EDOTDOT Errno +pkg syscall (linux-arm-cgo), const EHWPOISON Errno +pkg syscall (linux-arm-cgo), const EISNAM Errno +pkg syscall (linux-arm-cgo), const EKEYEXPIRED Errno +pkg syscall (linux-arm-cgo), const EKEYREJECTED Errno +pkg syscall (linux-arm-cgo), const EKEYREVOKED Errno +pkg syscall (linux-arm-cgo), const EL2HLT Errno +pkg syscall (linux-arm-cgo), const EL2NSYNC Errno +pkg syscall (linux-arm-cgo), const EL3HLT Errno +pkg syscall (linux-arm-cgo), const EL3RST Errno +pkg syscall (linux-arm-cgo), const ELF_NGREG ideal-int +pkg syscall (linux-arm-cgo), const ELF_PRARGSZ ideal-int +pkg syscall (linux-arm-cgo), const ELIBACC Errno +pkg syscall (linux-arm-cgo), const ELIBBAD Errno +pkg syscall (linux-arm-cgo), const ELIBEXEC Errno +pkg syscall (linux-arm-cgo), const ELIBMAX Errno +pkg syscall (linux-arm-cgo), const ELIBSCN Errno +pkg syscall (linux-arm-cgo), const ELNRNG Errno +pkg syscall (linux-arm-cgo), const EMEDIUMTYPE Errno +pkg syscall (linux-arm-cgo), const EMULTIHOP Errno +pkg syscall (linux-arm-cgo), const ENAVAIL Errno +pkg syscall (linux-arm-cgo), const ENOANO Errno +pkg syscall (linux-arm-cgo), const ENOCSI Errno +pkg syscall (linux-arm-cgo), const ENODATA Errno +pkg syscall (linux-arm-cgo), const ENOKEY Errno +pkg syscall (linux-arm-cgo), const ENOLINK Errno +pkg syscall (linux-arm-cgo), const ENOMEDIUM Errno +pkg syscall (linux-arm-cgo), const ENONET Errno +pkg syscall (linux-arm-cgo), const ENOPKG Errno +pkg syscall (linux-arm-cgo), const ENOSR Errno +pkg syscall (linux-arm-cgo), const ENOSTR Errno +pkg syscall (linux-arm-cgo), const ENOTNAM Errno +pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE Errno +pkg syscall (linux-arm-cgo), const ENOTUNIQ Errno +pkg syscall (linux-arm-cgo), const EOWNERDEAD Errno +pkg syscall (linux-arm-cgo), const EPOLLERR ideal-int +pkg syscall (linux-arm-cgo), const EPOLLET ideal-int +pkg syscall (linux-arm-cgo), const EPOLLHUP ideal-int +pkg syscall (linux-arm-cgo), const EPOLLIN ideal-int +pkg syscall (linux-arm-cgo), const EPOLLMSG ideal-int +pkg syscall (linux-arm-cgo), const EPOLLONESHOT ideal-int +pkg syscall (linux-arm-cgo), const EPOLLOUT ideal-int +pkg syscall (linux-arm-cgo), const EPOLLPRI ideal-int +pkg syscall (linux-arm-cgo), const EPOLLRDBAND ideal-int +pkg syscall (linux-arm-cgo), const EPOLLRDHUP ideal-int +pkg syscall (linux-arm-cgo), const EPOLLRDNORM ideal-int +pkg syscall (linux-arm-cgo), const EPOLLWRBAND ideal-int +pkg syscall (linux-arm-cgo), const EPOLLWRNORM ideal-int +pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC ideal-int +pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD ideal-int +pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL ideal-int +pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD ideal-int +pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK ideal-int +pkg syscall (linux-arm-cgo), const EPROTO Errno +pkg syscall (linux-arm-cgo), const EREMCHG Errno +pkg syscall (linux-arm-cgo), const EREMOTEIO Errno +pkg syscall (linux-arm-cgo), const ERESTART Errno +pkg syscall (linux-arm-cgo), const ERFKILL Errno +pkg syscall (linux-arm-cgo), const ESRMNT Errno +pkg syscall (linux-arm-cgo), const ESTRPIPE Errno +pkg syscall (linux-arm-cgo), const ETH_P_1588 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_8021Q ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_802_2 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_802_3 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_AARP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ALL ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_AOE ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ARCNET ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ARP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ATALK ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_AX25 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_BPQ ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_CAIF ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_CAN ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_CONTROL ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_CUST ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DDCMP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DEC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DIAG ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_DSA ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_ECONET ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_EDSA ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_FCOE ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_FIP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_HDLC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IPV6 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IPX ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_IRDA ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_LAT ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_LOOP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PAE ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PAUSE ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PHONET ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PUP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_PUPAT ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_RARP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_SCA ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_SLOW ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_SNAP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_TEB ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_TIPC ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_TRAILER ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_WCCP ideal-int +pkg syscall (linux-arm-cgo), const ETH_P_X25 ideal-int +pkg syscall (linux-arm-cgo), const ETIME Errno +pkg syscall (linux-arm-cgo), const EUCLEAN Errno +pkg syscall (linux-arm-cgo), const EUNATCH Errno +pkg syscall (linux-arm-cgo), const EXFULL Errno +pkg syscall (linux-arm-cgo), const FD_CLOEXEC ideal-int +pkg syscall (linux-arm-cgo), const FD_SETSIZE ideal-int +pkg syscall (linux-arm-cgo), const FLUSHO ideal-int +pkg syscall (linux-arm-cgo), const F_DUPFD ideal-int +pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (linux-arm-cgo), const F_EXLCK ideal-int +pkg syscall (linux-arm-cgo), const F_GETFD ideal-int +pkg syscall (linux-arm-cgo), const F_GETFL ideal-int +pkg syscall (linux-arm-cgo), const F_GETLEASE ideal-int +pkg syscall (linux-arm-cgo), const F_GETLK ideal-int +pkg syscall (linux-arm-cgo), const F_GETLK64 ideal-int +pkg syscall (linux-arm-cgo), const F_GETOWN ideal-int +pkg syscall (linux-arm-cgo), const F_GETOWN_EX ideal-int +pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ ideal-int +pkg syscall (linux-arm-cgo), const F_GETSIG ideal-int +pkg syscall (linux-arm-cgo), const F_LOCK ideal-int +pkg syscall (linux-arm-cgo), const F_NOTIFY ideal-int +pkg syscall (linux-arm-cgo), const F_OK ideal-int +pkg syscall (linux-arm-cgo), const F_RDLCK ideal-int +pkg syscall (linux-arm-cgo), const F_SETFD ideal-int +pkg syscall (linux-arm-cgo), const F_SETFL ideal-int +pkg syscall (linux-arm-cgo), const F_SETLEASE ideal-int +pkg syscall (linux-arm-cgo), const F_SETLK ideal-int +pkg syscall (linux-arm-cgo), const F_SETLK64 ideal-int +pkg syscall (linux-arm-cgo), const F_SETLKW ideal-int +pkg syscall (linux-arm-cgo), const F_SETLKW64 ideal-int +pkg syscall (linux-arm-cgo), const F_SETOWN ideal-int +pkg syscall (linux-arm-cgo), const F_SETOWN_EX ideal-int +pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ ideal-int +pkg syscall (linux-arm-cgo), const F_SETSIG ideal-int +pkg syscall (linux-arm-cgo), const F_SHLCK ideal-int +pkg syscall (linux-arm-cgo), const F_TEST ideal-int +pkg syscall (linux-arm-cgo), const F_TLOCK ideal-int +pkg syscall (linux-arm-cgo), const F_ULOCK ideal-int +pkg syscall (linux-arm-cgo), const F_UNLCK ideal-int +pkg syscall (linux-arm-cgo), const F_WRLCK ideal-int +pkg syscall (linux-arm-cgo), const HUPCL ideal-int +pkg syscall (linux-arm-cgo), const ICANON ideal-int +pkg syscall (linux-arm-cgo), const ICMPV6_FILTER = 1 +pkg syscall (linux-arm-cgo), const ICMPV6_FILTER ideal-int +pkg syscall (linux-arm-cgo), const ICRNL ideal-int +pkg syscall (linux-arm-cgo), const IEXTEN ideal-int +pkg syscall (linux-arm-cgo), const IFA_ADDRESS ideal-int +pkg syscall (linux-arm-cgo), const IFA_ANYCAST ideal-int +pkg syscall (linux-arm-cgo), const IFA_BROADCAST ideal-int +pkg syscall (linux-arm-cgo), const IFA_CACHEINFO ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_NODAD ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY ideal-int +pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE ideal-int +pkg syscall (linux-arm-cgo), const IFA_LABEL ideal-int +pkg syscall (linux-arm-cgo), const IFA_LOCAL ideal-int +pkg syscall (linux-arm-cgo), const IFA_MAX ideal-int +pkg syscall (linux-arm-cgo), const IFA_MULTICAST ideal-int +pkg syscall (linux-arm-cgo), const IFA_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA ideal-int +pkg syscall (linux-arm-cgo), const IFF_DEBUG ideal-int +pkg syscall (linux-arm-cgo), const IFF_DYNAMIC ideal-int +pkg syscall (linux-arm-cgo), const IFF_MASTER ideal-int +pkg syscall (linux-arm-cgo), const IFF_NOARP ideal-int +pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (linux-arm-cgo), const IFF_NO_PI ideal-int +pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE ideal-int +pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (linux-arm-cgo), const IFF_PORTSEL ideal-int +pkg syscall (linux-arm-cgo), const IFF_PROMISC ideal-int +pkg syscall (linux-arm-cgo), const IFF_RUNNING ideal-int +pkg syscall (linux-arm-cgo), const IFF_SLAVE ideal-int +pkg syscall (linux-arm-cgo), const IFF_TAP ideal-int +pkg syscall (linux-arm-cgo), const IFF_TUN ideal-int +pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL ideal-int +pkg syscall (linux-arm-cgo), const IFF_VNET_HDR ideal-int +pkg syscall (linux-arm-cgo), const IFLA_ADDRESS ideal-int +pkg syscall (linux-arm-cgo), const IFLA_BROADCAST ideal-int +pkg syscall (linux-arm-cgo), const IFLA_COST ideal-int +pkg syscall (linux-arm-cgo), const IFLA_IFALIAS ideal-int +pkg syscall (linux-arm-cgo), const IFLA_IFNAME ideal-int +pkg syscall (linux-arm-cgo), const IFLA_LINK ideal-int +pkg syscall (linux-arm-cgo), const IFLA_LINKINFO ideal-int +pkg syscall (linux-arm-cgo), const IFLA_LINKMODE ideal-int +pkg syscall (linux-arm-cgo), const IFLA_MAP ideal-int +pkg syscall (linux-arm-cgo), const IFLA_MASTER ideal-int +pkg syscall (linux-arm-cgo), const IFLA_MAX ideal-int +pkg syscall (linux-arm-cgo), const IFLA_MTU ideal-int +pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID ideal-int +pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE ideal-int +pkg syscall (linux-arm-cgo), const IFLA_PRIORITY ideal-int +pkg syscall (linux-arm-cgo), const IFLA_PROTINFO ideal-int +pkg syscall (linux-arm-cgo), const IFLA_QDISC ideal-int +pkg syscall (linux-arm-cgo), const IFLA_STATS ideal-int +pkg syscall (linux-arm-cgo), const IFLA_TXQLEN ideal-int +pkg syscall (linux-arm-cgo), const IFLA_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const IFLA_WEIGHT ideal-int +pkg syscall (linux-arm-cgo), const IFLA_WIRELESS ideal-int +pkg syscall (linux-arm-cgo), const IFNAMSIZ ideal-int +pkg syscall (linux-arm-cgo), const IGNBRK ideal-int +pkg syscall (linux-arm-cgo), const IGNCR ideal-int +pkg syscall (linux-arm-cgo), const IGNPAR ideal-int +pkg syscall (linux-arm-cgo), const IMAXBEL ideal-int +pkg syscall (linux-arm-cgo), const INLCR ideal-int +pkg syscall (linux-arm-cgo), const INPCK ideal-int +pkg syscall (linux-arm-cgo), const IN_ACCESS ideal-int +pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS ideal-int +pkg syscall (linux-arm-cgo), const IN_ATTRIB ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (linux-arm-cgo), const IN_CLOEXEC ideal-int +pkg syscall (linux-arm-cgo), const IN_CLOSE ideal-int +pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE ideal-int +pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE ideal-int +pkg syscall (linux-arm-cgo), const IN_CREATE ideal-int +pkg syscall (linux-arm-cgo), const IN_DELETE ideal-int +pkg syscall (linux-arm-cgo), const IN_DELETE_SELF ideal-int +pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW ideal-int +pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK ideal-int +pkg syscall (linux-arm-cgo), const IN_IGNORED ideal-int +pkg syscall (linux-arm-cgo), const IN_ISDIR ideal-int +pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (linux-arm-cgo), const IN_MASK_ADD ideal-int +pkg syscall (linux-arm-cgo), const IN_MODIFY ideal-int +pkg syscall (linux-arm-cgo), const IN_MOVE ideal-int +pkg syscall (linux-arm-cgo), const IN_MOVED_FROM ideal-int +pkg syscall (linux-arm-cgo), const IN_MOVED_TO ideal-int +pkg syscall (linux-arm-cgo), const IN_MOVE_SELF ideal-int +pkg syscall (linux-arm-cgo), const IN_NONBLOCK ideal-int +pkg syscall (linux-arm-cgo), const IN_ONESHOT ideal-int +pkg syscall (linux-arm-cgo), const IN_ONLYDIR ideal-int +pkg syscall (linux-arm-cgo), const IN_OPEN ideal-int +pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW ideal-int +pkg syscall (linux-arm-cgo), const IN_UNMOUNT ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_AH ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_COMP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_DCCP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_EGP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_ESP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_GRE ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_IDP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_MTP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_NONE ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_PIM ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_PUP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_RAW ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_TP ideal-int +pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE ideal-int +pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO ideal-int +pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR ideal-int +pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM ideal-int +pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR ideal-int +pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST ideal-int +pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST ideal-int +pkg syscall (linux-arm-cgo), const IPV6_MTU ideal-int +pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER ideal-int +pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (linux-arm-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO ideal-int +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE ideal-int +pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVERR ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RTHDR ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_TCLASS ideal-int +pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY ideal-int +pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (linux-arm-cgo), const IP_DF ideal-int +pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const IP_FREEBIND ideal-int +pkg syscall (linux-arm-cgo), const IP_HDRINCL ideal-int +pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (linux-arm-cgo), const IP_MAXPACKET ideal-int +pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (linux-arm-cgo), const IP_MF ideal-int +pkg syscall (linux-arm-cgo), const IP_MINTTL ideal-int +pkg syscall (linux-arm-cgo), const IP_MSFILTER ideal-int +pkg syscall (linux-arm-cgo), const IP_MSS ideal-int +pkg syscall (linux-arm-cgo), const IP_MTU ideal-int +pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER ideal-int +pkg syscall (linux-arm-cgo), const IP_OFFMASK ideal-int +pkg syscall (linux-arm-cgo), const IP_OPTIONS ideal-int +pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR ideal-int +pkg syscall (linux-arm-cgo), const IP_PASSSEC ideal-int +pkg syscall (linux-arm-cgo), const IP_PKTINFO ideal-int +pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS ideal-int +pkg syscall (linux-arm-cgo), const IP_PMTUDISC ideal-int +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO ideal-int +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT ideal-int +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE ideal-int +pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT ideal-int +pkg syscall (linux-arm-cgo), const IP_RECVERR ideal-int +pkg syscall (linux-arm-cgo), const IP_RECVOPTS ideal-int +pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR ideal-int +pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (linux-arm-cgo), const IP_RECVTOS ideal-int +pkg syscall (linux-arm-cgo), const IP_RECVTTL ideal-int +pkg syscall (linux-arm-cgo), const IP_RETOPTS ideal-int +pkg syscall (linux-arm-cgo), const IP_RF ideal-int +pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT ideal-int +pkg syscall (linux-arm-cgo), const IP_TRANSPARENT ideal-int +pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY ideal-int +pkg syscall (linux-arm-cgo), const ISIG ideal-int +pkg syscall (linux-arm-cgo), const ISTRIP ideal-int +pkg syscall (linux-arm-cgo), const IUCLC ideal-int +pkg syscall (linux-arm-cgo), const IUTF8 ideal-int +pkg syscall (linux-arm-cgo), const IXANY ideal-int +pkg syscall (linux-arm-cgo), const IXOFF ideal-int +pkg syscall (linux-arm-cgo), const IXON ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 ideal-int +pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 ideal-int +pkg syscall (linux-arm-cgo), const LOCK_EX ideal-int +pkg syscall (linux-arm-cgo), const LOCK_NB ideal-int +pkg syscall (linux-arm-cgo), const LOCK_SH ideal-int +pkg syscall (linux-arm-cgo), const LOCK_UN ideal-int +pkg syscall (linux-arm-cgo), const MADV_DOFORK ideal-int +pkg syscall (linux-arm-cgo), const MADV_DONTFORK ideal-int +pkg syscall (linux-arm-cgo), const MADV_DONTNEED ideal-int +pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE ideal-int +pkg syscall (linux-arm-cgo), const MADV_HWPOISON ideal-int +pkg syscall (linux-arm-cgo), const MADV_MERGEABLE ideal-int +pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE ideal-int +pkg syscall (linux-arm-cgo), const MADV_NORMAL ideal-int +pkg syscall (linux-arm-cgo), const MADV_RANDOM ideal-int +pkg syscall (linux-arm-cgo), const MADV_REMOVE ideal-int +pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE ideal-int +pkg syscall (linux-arm-cgo), const MADV_WILLNEED ideal-int +pkg syscall (linux-arm-cgo), const MAP_ANON ideal-int +pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (linux-arm-cgo), const MAP_DENYWRITE ideal-int +pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE ideal-int +pkg syscall (linux-arm-cgo), const MAP_FILE ideal-int +pkg syscall (linux-arm-cgo), const MAP_FIXED ideal-int +pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN ideal-int +pkg syscall (linux-arm-cgo), const MAP_LOCKED ideal-int +pkg syscall (linux-arm-cgo), const MAP_NONBLOCK ideal-int +pkg syscall (linux-arm-cgo), const MAP_NORESERVE ideal-int +pkg syscall (linux-arm-cgo), const MAP_POPULATE ideal-int +pkg syscall (linux-arm-cgo), const MAP_PRIVATE ideal-int +pkg syscall (linux-arm-cgo), const MAP_SHARED ideal-int +pkg syscall (linux-arm-cgo), const MAP_TYPE ideal-int +pkg syscall (linux-arm-cgo), const MCL_CURRENT ideal-int +pkg syscall (linux-arm-cgo), const MCL_FUTURE ideal-int +pkg syscall (linux-arm-cgo), const MNT_DETACH ideal-int +pkg syscall (linux-arm-cgo), const MNT_EXPIRE ideal-int +pkg syscall (linux-arm-cgo), const MNT_FORCE ideal-int +pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (linux-arm-cgo), const MSG_CONFIRM ideal-int +pkg syscall (linux-arm-cgo), const MSG_CTRUNC ideal-int +pkg syscall (linux-arm-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (linux-arm-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (linux-arm-cgo), const MSG_EOR ideal-int +pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE ideal-int +pkg syscall (linux-arm-cgo), const MSG_FASTOPEN ideal-int +pkg syscall (linux-arm-cgo), const MSG_FIN ideal-int +pkg syscall (linux-arm-cgo), const MSG_MORE ideal-int +pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (linux-arm-cgo), const MSG_OOB ideal-int +pkg syscall (linux-arm-cgo), const MSG_PEEK ideal-int +pkg syscall (linux-arm-cgo), const MSG_PROXY ideal-int +pkg syscall (linux-arm-cgo), const MSG_RST ideal-int +pkg syscall (linux-arm-cgo), const MSG_SYN ideal-int +pkg syscall (linux-arm-cgo), const MSG_TRUNC ideal-int +pkg syscall (linux-arm-cgo), const MSG_TRYHARD ideal-int +pkg syscall (linux-arm-cgo), const MSG_WAITALL ideal-int +pkg syscall (linux-arm-cgo), const MSG_WAITFORONE ideal-int +pkg syscall (linux-arm-cgo), const MS_ACTIVE ideal-int +pkg syscall (linux-arm-cgo), const MS_ASYNC ideal-int +pkg syscall (linux-arm-cgo), const MS_BIND ideal-int +pkg syscall (linux-arm-cgo), const MS_DIRSYNC ideal-int +pkg syscall (linux-arm-cgo), const MS_INVALIDATE ideal-int +pkg syscall (linux-arm-cgo), const MS_I_VERSION ideal-int +pkg syscall (linux-arm-cgo), const MS_KERNMOUNT ideal-int +pkg syscall (linux-arm-cgo), const MS_MANDLOCK ideal-int +pkg syscall (linux-arm-cgo), const MS_MGC_MSK ideal-int +pkg syscall (linux-arm-cgo), const MS_MGC_VAL ideal-int +pkg syscall (linux-arm-cgo), const MS_MOVE ideal-int +pkg syscall (linux-arm-cgo), const MS_NOATIME ideal-int +pkg syscall (linux-arm-cgo), const MS_NODEV ideal-int +pkg syscall (linux-arm-cgo), const MS_NODIRATIME ideal-int +pkg syscall (linux-arm-cgo), const MS_NOEXEC ideal-int +pkg syscall (linux-arm-cgo), const MS_NOSUID ideal-int +pkg syscall (linux-arm-cgo), const MS_NOUSER ideal-int +pkg syscall (linux-arm-cgo), const MS_POSIXACL ideal-int +pkg syscall (linux-arm-cgo), const MS_PRIVATE ideal-int +pkg syscall (linux-arm-cgo), const MS_RDONLY ideal-int +pkg syscall (linux-arm-cgo), const MS_REC ideal-int +pkg syscall (linux-arm-cgo), const MS_RELATIME ideal-int +pkg syscall (linux-arm-cgo), const MS_REMOUNT ideal-int +pkg syscall (linux-arm-cgo), const MS_RMT_MASK ideal-int +pkg syscall (linux-arm-cgo), const MS_SHARED ideal-int +pkg syscall (linux-arm-cgo), const MS_SILENT ideal-int +pkg syscall (linux-arm-cgo), const MS_SLAVE ideal-int +pkg syscall (linux-arm-cgo), const MS_STRICTATIME ideal-int +pkg syscall (linux-arm-cgo), const MS_SYNC ideal-int +pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS ideal-int +pkg syscall (linux-arm-cgo), const MS_UNBINDABLE ideal-int +pkg syscall (linux-arm-cgo), const NAME_MAX ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_AUDIT ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_GENERIC ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_ISCSI ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_NFLOG ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_RDMA ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_ROUTE ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_SELINUX ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_UNUSED ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK ideal-int +pkg syscall (linux-arm-cgo), const NETLINK_XFRM ideal-int +pkg syscall (linux-arm-cgo), const NLA_ALIGNTO ideal-int +pkg syscall (linux-arm-cgo), const NLA_F_NESTED ideal-int +pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER ideal-int +pkg syscall (linux-arm-cgo), const NLA_HDRLEN ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_DONE ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_ERROR ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_NOOP ideal-int +pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_ACK ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_APPEND ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_CREATE ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_DUMP ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_ECHO ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_EXCL ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_MATCH ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_MULTI ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_REPLACE ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_REQUEST ideal-int +pkg syscall (linux-arm-cgo), const NLM_F_ROOT ideal-int +pkg syscall (linux-arm-cgo), const NOFLSH ideal-int +pkg syscall (linux-arm-cgo), const OCRNL ideal-int +pkg syscall (linux-arm-cgo), const OFDEL ideal-int +pkg syscall (linux-arm-cgo), const OFILL ideal-int +pkg syscall (linux-arm-cgo), const OLCUC ideal-int +pkg syscall (linux-arm-cgo), const ONLCR ideal-int +pkg syscall (linux-arm-cgo), const ONLRET ideal-int +pkg syscall (linux-arm-cgo), const ONOCR ideal-int +pkg syscall (linux-arm-cgo), const OPOST ideal-int +pkg syscall (linux-arm-cgo), const O_ACCMODE ideal-int +pkg syscall (linux-arm-cgo), const O_DIRECT ideal-int +pkg syscall (linux-arm-cgo), const O_DIRECTORY ideal-int +pkg syscall (linux-arm-cgo), const O_DSYNC ideal-int +pkg syscall (linux-arm-cgo), const O_FSYNC ideal-int +pkg syscall (linux-arm-cgo), const O_LARGEFILE ideal-int +pkg syscall (linux-arm-cgo), const O_NDELAY ideal-int +pkg syscall (linux-arm-cgo), const O_NOATIME ideal-int +pkg syscall (linux-arm-cgo), const O_NOFOLLOW ideal-int +pkg syscall (linux-arm-cgo), const O_RSYNC ideal-int +pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const PACKET_BROADCAST ideal-int +pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE ideal-int +pkg syscall (linux-arm-cgo), const PACKET_HOST ideal-int +pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK ideal-int +pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI ideal-int +pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST ideal-int +pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC ideal-int +pkg syscall (linux-arm-cgo), const PACKET_MULTICAST ideal-int +pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST ideal-int +pkg syscall (linux-arm-cgo), const PACKET_OUTGOING ideal-int +pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT ideal-int +pkg syscall (linux-arm-cgo), const PACKET_RX_RING ideal-int +pkg syscall (linux-arm-cgo), const PACKET_STATISTICS ideal-int +pkg syscall (linux-arm-cgo), const PARENB ideal-int +pkg syscall (linux-arm-cgo), const PARMRK ideal-int +pkg syscall (linux-arm-cgo), const PARODD ideal-int +pkg syscall (linux-arm-cgo), const PENDIN ideal-int +pkg syscall (linux-arm-cgo), const PRIO_PGRP = 1 +pkg syscall (linux-arm-cgo), const PRIO_PGRP ideal-int +pkg syscall (linux-arm-cgo), const PRIO_PROCESS = 0 +pkg syscall (linux-arm-cgo), const PRIO_PROCESS ideal-int +pkg syscall (linux-arm-cgo), const PRIO_USER = 2 +pkg syscall (linux-arm-cgo), const PRIO_USER ideal-int +pkg syscall (linux-arm-cgo), const PROT_EXEC ideal-int +pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN ideal-int +pkg syscall (linux-arm-cgo), const PROT_GROWSUP ideal-int +pkg syscall (linux-arm-cgo), const PROT_NONE ideal-int +pkg syscall (linux-arm-cgo), const PROT_READ ideal-int +pkg syscall (linux-arm-cgo), const PROT_WRITE ideal-int +pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP ideal-int +pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ ideal-int +pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER ideal-int +pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG ideal-int +pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE ideal-int +pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE ideal-int +pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT ideal-int +pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE ideal-int +pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_FPEMU ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_FPEXC ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_NAME ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_TIMING ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_TSC ideal-int +pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE ideal-int +pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET ideal-int +pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT ideal-int +pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_FPEMU ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_FPEXC ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_NAME ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_PTRACER ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_TIMING ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_TSC ideal-int +pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN ideal-int +pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE ideal-int +pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE ideal-int +pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL ideal-int +pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP ideal-int +pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE ideal-int +pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV ideal-int +pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT ideal-int +pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_ATTACH ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_CONT ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_DETACH ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_KILL ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_MASK ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL ideal-int +pkg syscall (linux-arm-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (linux-arm-cgo), const PT_DATA_ADDR ideal-int +pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR ideal-int +pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR ideal-int +pkg syscall (linux-arm-cgo), const PathMax ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_AS ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_CORE ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_CPU ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_DATA ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (linux-arm-cgo), const RLIMIT_STACK ideal-int +pkg syscall (linux-arm-cgo), const RLIM_INFINITY ideal-int +pkg syscall (linux-arm-cgo), const RTAX_ADVMSS ideal-int +pkg syscall (linux-arm-cgo), const RTAX_CWND ideal-int +pkg syscall (linux-arm-cgo), const RTAX_FEATURES ideal-int +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG ideal-int +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN ideal-int +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK ideal-int +pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP ideal-int +pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT ideal-int +pkg syscall (linux-arm-cgo), const RTAX_INITCWND ideal-int +pkg syscall (linux-arm-cgo), const RTAX_INITRWND ideal-int +pkg syscall (linux-arm-cgo), const RTAX_LOCK ideal-int +pkg syscall (linux-arm-cgo), const RTAX_MAX ideal-int +pkg syscall (linux-arm-cgo), const RTAX_MTU ideal-int +pkg syscall (linux-arm-cgo), const RTAX_REORDERING ideal-int +pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN ideal-int +pkg syscall (linux-arm-cgo), const RTAX_RTT ideal-int +pkg syscall (linux-arm-cgo), const RTAX_RTTVAR ideal-int +pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH ideal-int +pkg syscall (linux-arm-cgo), const RTAX_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const RTAX_WINDOW ideal-int +pkg syscall (linux-arm-cgo), const RTA_ALIGNTO ideal-int +pkg syscall (linux-arm-cgo), const RTA_CACHEINFO ideal-int +pkg syscall (linux-arm-cgo), const RTA_DST ideal-int +pkg syscall (linux-arm-cgo), const RTA_FLOW ideal-int +pkg syscall (linux-arm-cgo), const RTA_GATEWAY ideal-int +pkg syscall (linux-arm-cgo), const RTA_IIF ideal-int +pkg syscall (linux-arm-cgo), const RTA_MAX ideal-int +pkg syscall (linux-arm-cgo), const RTA_METRICS ideal-int +pkg syscall (linux-arm-cgo), const RTA_MULTIPATH ideal-int +pkg syscall (linux-arm-cgo), const RTA_OIF ideal-int +pkg syscall (linux-arm-cgo), const RTA_PREFSRC ideal-int +pkg syscall (linux-arm-cgo), const RTA_PRIORITY ideal-int +pkg syscall (linux-arm-cgo), const RTA_SRC ideal-int +pkg syscall (linux-arm-cgo), const RTA_TABLE ideal-int +pkg syscall (linux-arm-cgo), const RTA_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC ideal-int +pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT ideal-int +pkg syscall (linux-arm-cgo), const RTCF_LOG ideal-int +pkg syscall (linux-arm-cgo), const RTCF_MASQ ideal-int +pkg syscall (linux-arm-cgo), const RTCF_NAT ideal-int +pkg syscall (linux-arm-cgo), const RTCF_VALVE ideal-int +pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK ideal-int +pkg syscall (linux-arm-cgo), const RTF_ADDRCONF ideal-int +pkg syscall (linux-arm-cgo), const RTF_ALLONLINK ideal-int +pkg syscall (linux-arm-cgo), const RTF_BROADCAST ideal-int +pkg syscall (linux-arm-cgo), const RTF_CACHE ideal-int +pkg syscall (linux-arm-cgo), const RTF_DEFAULT ideal-int +pkg syscall (linux-arm-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (linux-arm-cgo), const RTF_FLOW ideal-int +pkg syscall (linux-arm-cgo), const RTF_GATEWAY ideal-int +pkg syscall (linux-arm-cgo), const RTF_HOST ideal-int +pkg syscall (linux-arm-cgo), const RTF_INTERFACE ideal-int +pkg syscall (linux-arm-cgo), const RTF_IRTT ideal-int +pkg syscall (linux-arm-cgo), const RTF_LINKRT ideal-int +pkg syscall (linux-arm-cgo), const RTF_LOCAL ideal-int +pkg syscall (linux-arm-cgo), const RTF_MODIFIED ideal-int +pkg syscall (linux-arm-cgo), const RTF_MSS ideal-int +pkg syscall (linux-arm-cgo), const RTF_MTU ideal-int +pkg syscall (linux-arm-cgo), const RTF_MULTICAST ideal-int +pkg syscall (linux-arm-cgo), const RTF_NAT ideal-int +pkg syscall (linux-arm-cgo), const RTF_NOFORWARD ideal-int +pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP ideal-int +pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC ideal-int +pkg syscall (linux-arm-cgo), const RTF_POLICY ideal-int +pkg syscall (linux-arm-cgo), const RTF_REINSTATE ideal-int +pkg syscall (linux-arm-cgo), const RTF_REJECT ideal-int +pkg syscall (linux-arm-cgo), const RTF_STATIC ideal-int +pkg syscall (linux-arm-cgo), const RTF_THROW ideal-int +pkg syscall (linux-arm-cgo), const RTF_UP ideal-int +pkg syscall (linux-arm-cgo), const RTF_WINDOW ideal-int +pkg syscall (linux-arm-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (linux-arm-cgo), const RTM_BASE ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELACTION ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELADDR ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELLINK ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELNEIGH ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELQDISC ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELRULE ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELTCLASS ideal-int +pkg syscall (linux-arm-cgo), const RTM_DELTFILTER ideal-int +pkg syscall (linux-arm-cgo), const RTM_F_CLONED ideal-int +pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE ideal-int +pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY ideal-int +pkg syscall (linux-arm-cgo), const RTM_F_PREFIX ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETACTION ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETADDR ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETANYCAST ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETDCB ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETLINK ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETNEIGH ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETQDISC ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETRULE ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETTCLASS ideal-int +pkg syscall (linux-arm-cgo), const RTM_GETTFILTER ideal-int +pkg syscall (linux-arm-cgo), const RTM_MAX ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWACTION ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWADDR ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWLINK ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWQDISC ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWRULE ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS ideal-int +pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER ideal-int +pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES ideal-int +pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES ideal-int +pkg syscall (linux-arm-cgo), const RTM_SETDCB ideal-int +pkg syscall (linux-arm-cgo), const RTM_SETLINK ideal-int +pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL ideal-int +pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO ideal-int +pkg syscall (linux-arm-cgo), const RTNH_F_DEAD ideal-int +pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK ideal-int +pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_LINK ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_NONE ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-arm-cgo), const RTNLGRP_TC ideal-int +pkg syscall (linux-arm-cgo), const RTN_ANYCAST ideal-int +pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE ideal-int +pkg syscall (linux-arm-cgo), const RTN_BROADCAST ideal-int +pkg syscall (linux-arm-cgo), const RTN_LOCAL ideal-int +pkg syscall (linux-arm-cgo), const RTN_MAX ideal-int +pkg syscall (linux-arm-cgo), const RTN_MULTICAST ideal-int +pkg syscall (linux-arm-cgo), const RTN_NAT ideal-int +pkg syscall (linux-arm-cgo), const RTN_PROHIBIT ideal-int +pkg syscall (linux-arm-cgo), const RTN_THROW ideal-int +pkg syscall (linux-arm-cgo), const RTN_UNICAST ideal-int +pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE ideal-int +pkg syscall (linux-arm-cgo), const RTN_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const RTN_XRESOLVE ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_BIRD ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_BOOT ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_DHCP ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_GATED ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_KERNEL ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_MRT ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_NTK ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_RA ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_STATIC ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_XORP ideal-int +pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA ideal-int +pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT ideal-int +pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL ideal-int +pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN ideal-int +pkg syscall (linux-arm-cgo), const RT_CLASS_MAX ideal-int +pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST ideal-int +pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK ideal-int +pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE ideal-int +pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE ideal-int +pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE ideal-int +pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT ideal-int +pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT ideal-int +pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL ideal-int +pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN ideal-int +pkg syscall (linux-arm-cgo), const RT_TABLE_MAX ideal-int +pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC ideal-int +pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (linux-arm-cgo), const RUSAGE_SELF ideal-int +pkg syscall (linux-arm-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS ideal-int +pkg syscall (linux-arm-cgo), const SCM_RIGHTS ideal-int +pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING ideal-int +pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS ideal-int +pkg syscall (linux-arm-cgo), const SIGCHLD Signal +pkg syscall (linux-arm-cgo), const SIGCLD Signal +pkg syscall (linux-arm-cgo), const SIGCONT Signal +pkg syscall (linux-arm-cgo), const SIGIO Signal +pkg syscall (linux-arm-cgo), const SIGIOT Signal +pkg syscall (linux-arm-cgo), const SIGPOLL Signal +pkg syscall (linux-arm-cgo), const SIGPROF Signal +pkg syscall (linux-arm-cgo), const SIGPWR Signal +pkg syscall (linux-arm-cgo), const SIGSTKFLT Signal +pkg syscall (linux-arm-cgo), const SIGSTOP Signal +pkg syscall (linux-arm-cgo), const SIGSYS Signal +pkg syscall (linux-arm-cgo), const SIGTSTP Signal +pkg syscall (linux-arm-cgo), const SIGTTIN Signal +pkg syscall (linux-arm-cgo), const SIGTTOU Signal +pkg syscall (linux-arm-cgo), const SIGUNUSED Signal +pkg syscall (linux-arm-cgo), const SIGURG Signal +pkg syscall (linux-arm-cgo), const SIGUSR1 Signal +pkg syscall (linux-arm-cgo), const SIGUSR2 Signal +pkg syscall (linux-arm-cgo), const SIGVTALRM Signal +pkg syscall (linux-arm-cgo), const SIGWINCH Signal +pkg syscall (linux-arm-cgo), const SIGXCPU Signal +pkg syscall (linux-arm-cgo), const SIGXFSZ Signal +pkg syscall (linux-arm-cgo), const SIOCADDDLCI ideal-int +pkg syscall (linux-arm-cgo), const SIOCADDMULTI ideal-int +pkg syscall (linux-arm-cgo), const SIOCADDRT ideal-int +pkg syscall (linux-arm-cgo), const SIOCATMARK ideal-int +pkg syscall (linux-arm-cgo), const SIOCDARP ideal-int +pkg syscall (linux-arm-cgo), const SIOCDELDLCI ideal-int +pkg syscall (linux-arm-cgo), const SIOCDELMULTI ideal-int +pkg syscall (linux-arm-cgo), const SIOCDELRT ideal-int +pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE ideal-int +pkg syscall (linux-arm-cgo), const SIOCDIFADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCDRARP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGARP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFBR ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFCONF ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFENCAP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFMAP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFMEM ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFMTU ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFNAME ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE ideal-int +pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN ideal-int +pkg syscall (linux-arm-cgo), const SIOCGPGRP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGRARP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGSTAMP ideal-int +pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS ideal-int +pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE ideal-int +pkg syscall (linux-arm-cgo), const SIOCRTMSG ideal-int +pkg syscall (linux-arm-cgo), const SIOCSARP ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFBR ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFENCAP ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFLINK ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFMAP ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFMEM ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFMTU ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFNAME ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE ideal-int +pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN ideal-int +pkg syscall (linux-arm-cgo), const SIOCSPGRP ideal-int +pkg syscall (linux-arm-cgo), const SIOCSRARP ideal-int +pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (linux-arm-cgo), const SOCK_DCCP ideal-int +pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (linux-arm-cgo), const SOCK_PACKET ideal-int +pkg syscall (linux-arm-cgo), const SOCK_RDM ideal-int +pkg syscall (linux-arm-cgo), const SOL_AAL ideal-int +pkg syscall (linux-arm-cgo), const SOL_ATM ideal-int +pkg syscall (linux-arm-cgo), const SOL_DECNET ideal-int +pkg syscall (linux-arm-cgo), const SOL_ICMPV6 ideal-int +pkg syscall (linux-arm-cgo), const SOL_IP ideal-int +pkg syscall (linux-arm-cgo), const SOL_IPV6 ideal-int +pkg syscall (linux-arm-cgo), const SOL_IRDA ideal-int +pkg syscall (linux-arm-cgo), const SOL_PACKET ideal-int +pkg syscall (linux-arm-cgo), const SOL_RAW ideal-int +pkg syscall (linux-arm-cgo), const SOL_TCP ideal-int +pkg syscall (linux-arm-cgo), const SOL_X25 ideal-int +pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER ideal-int +pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE ideal-int +pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT ideal-int +pkg syscall (linux-arm-cgo), const SO_DEBUG ideal-int +pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER ideal-int +pkg syscall (linux-arm-cgo), const SO_DOMAIN ideal-int +pkg syscall (linux-arm-cgo), const SO_ERROR ideal-int +pkg syscall (linux-arm-cgo), const SO_MARK ideal-int +pkg syscall (linux-arm-cgo), const SO_NO_CHECK ideal-int +pkg syscall (linux-arm-cgo), const SO_OOBINLINE ideal-int +pkg syscall (linux-arm-cgo), const SO_PASSCRED ideal-int +pkg syscall (linux-arm-cgo), const SO_PASSSEC ideal-int +pkg syscall (linux-arm-cgo), const SO_PEERCRED ideal-int +pkg syscall (linux-arm-cgo), const SO_PEERNAME ideal-int +pkg syscall (linux-arm-cgo), const SO_PEERSEC ideal-int +pkg syscall (linux-arm-cgo), const SO_PRIORITY ideal-int +pkg syscall (linux-arm-cgo), const SO_PROTOCOL ideal-int +pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE ideal-int +pkg syscall (linux-arm-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (linux-arm-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL ideal-int +pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION ideal-int +pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int +pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int +pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE ideal-int +pkg syscall (linux-arm-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (linux-arm-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (linux-arm-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING ideal-int +pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS ideal-int +pkg syscall (linux-arm-cgo), const SO_TYPE ideal-int +pkg syscall (linux-arm-cgo), const SYS_ACCEPT ideal-int +pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (linux-arm-cgo), const SYS_ACCESS ideal-int +pkg syscall (linux-arm-cgo), const SYS_ACCT ideal-int +pkg syscall (linux-arm-cgo), const SYS_ADD_KEY ideal-int +pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX ideal-int +pkg syscall (linux-arm-cgo), const SYS_ALARM ideal-int +pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE ideal-int +pkg syscall (linux-arm-cgo), const SYS_BDFLUSH ideal-int +pkg syscall (linux-arm-cgo), const SYS_BIND ideal-int +pkg syscall (linux-arm-cgo), const SYS_BRK ideal-int +pkg syscall (linux-arm-cgo), const SYS_CAPGET ideal-int +pkg syscall (linux-arm-cgo), const SYS_CAPSET ideal-int +pkg syscall (linux-arm-cgo), const SYS_CHDIR ideal-int +pkg syscall (linux-arm-cgo), const SYS_CHMOD ideal-int +pkg syscall (linux-arm-cgo), const SYS_CHOWN ideal-int +pkg syscall (linux-arm-cgo), const SYS_CHOWN32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_CHROOT ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLONE ideal-int +pkg syscall (linux-arm-cgo), const SYS_CLOSE ideal-int +pkg syscall (linux-arm-cgo), const SYS_CONNECT ideal-int +pkg syscall (linux-arm-cgo), const SYS_CREAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE ideal-int +pkg syscall (linux-arm-cgo), const SYS_DUP ideal-int +pkg syscall (linux-arm-cgo), const SYS_DUP2 ideal-int +pkg syscall (linux-arm-cgo), const SYS_DUP3 ideal-int +pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE ideal-int +pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 ideal-int +pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_EVENTFD ideal-int +pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 ideal-int +pkg syscall (linux-arm-cgo), const SYS_EXECVE ideal-int +pkg syscall (linux-arm-cgo), const SYS_EXIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP ideal-int +pkg syscall (linux-arm-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_FALLOCATE ideal-int +pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCHDIR ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCHMOD ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCHOWN ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCNTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_FCNTL64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (linux-arm-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_FLOCK ideal-int +pkg syscall (linux-arm-cgo), const SYS_FORK ideal-int +pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSTAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSTAT64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSTATFS ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_FSYNC ideal-int +pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_FUTEX ideal-int +pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETCPU ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETCWD ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETDENTS ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETEGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETEGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETEUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETEUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETITIMER ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETPGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETPGRP ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETPID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETPPID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETRESGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETRESUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETSID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETTID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_GETXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY ideal-int +pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST ideal-int +pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE ideal-int +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH ideal-int +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 ideal-int +pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH ideal-int +pkg syscall (linux-arm-cgo), const SYS_IOCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET ideal-int +pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET ideal-int +pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL ideal-int +pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY ideal-int +pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS ideal-int +pkg syscall (linux-arm-cgo), const SYS_IO_SETUP ideal-int +pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_IPC ideal-int +pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD ideal-int +pkg syscall (linux-arm-cgo), const SYS_KEYCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_KILL ideal-int +pkg syscall (linux-arm-cgo), const SYS_LCHOWN ideal-int +pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_LINK ideal-int +pkg syscall (linux-arm-cgo), const SYS_LINKAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_LISTEN ideal-int +pkg syscall (linux-arm-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE ideal-int +pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_LSEEK ideal-int +pkg syscall (linux-arm-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_LSTAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_LSTAT64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_MADVISE ideal-int +pkg syscall (linux-arm-cgo), const SYS_MBIND ideal-int +pkg syscall (linux-arm-cgo), const SYS_MINCORE ideal-int +pkg syscall (linux-arm-cgo), const SYS_MKDIR ideal-int +pkg syscall (linux-arm-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_MKNOD ideal-int +pkg syscall (linux-arm-cgo), const SYS_MKNODAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_MLOCK ideal-int +pkg syscall (linux-arm-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (linux-arm-cgo), const SYS_MMAP ideal-int +pkg syscall (linux-arm-cgo), const SYS_MMAP2 ideal-int +pkg syscall (linux-arm-cgo), const SYS_MOUNT ideal-int +pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES ideal-int +pkg syscall (linux-arm-cgo), const SYS_MPROTECT ideal-int +pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY ideal-int +pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN ideal-int +pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE ideal-int +pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND ideal-int +pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK ideal-int +pkg syscall (linux-arm-cgo), const SYS_MREMAP ideal-int +pkg syscall (linux-arm-cgo), const SYS_MSGCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_MSGGET ideal-int +pkg syscall (linux-arm-cgo), const SYS_MSGRCV ideal-int +pkg syscall (linux-arm-cgo), const SYS_MSGSND ideal-int +pkg syscall (linux-arm-cgo), const SYS_MSYNC ideal-int +pkg syscall (linux-arm-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (linux-arm-cgo), const SYS_MUNMAP ideal-int +pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT ideal-int +pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_NICE ideal-int +pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE ideal-int +pkg syscall (linux-arm-cgo), const SYS_OPEN ideal-int +pkg syscall (linux-arm-cgo), const SYS_OPENAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT ideal-int +pkg syscall (linux-arm-cgo), const SYS_PAUSE ideal-int +pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE ideal-int +pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ ideal-int +pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE ideal-int +pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN ideal-int +pkg syscall (linux-arm-cgo), const SYS_PERSONALITY ideal-int +pkg syscall (linux-arm-cgo), const SYS_PIPE ideal-int +pkg syscall (linux-arm-cgo), const SYS_PIPE2 ideal-int +pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT ideal-int +pkg syscall (linux-arm-cgo), const SYS_POLL ideal-int +pkg syscall (linux-arm-cgo), const SYS_PPOLL ideal-int +pkg syscall (linux-arm-cgo), const SYS_PRCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_PREAD64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_PREADV ideal-int +pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV ideal-int +pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV ideal-int +pkg syscall (linux-arm-cgo), const SYS_PSELECT6 ideal-int +pkg syscall (linux-arm-cgo), const SYS_PTRACE ideal-int +pkg syscall (linux-arm-cgo), const SYS_PWRITE64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_PWRITEV ideal-int +pkg syscall (linux-arm-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_READ ideal-int +pkg syscall (linux-arm-cgo), const SYS_READAHEAD ideal-int +pkg syscall (linux-arm-cgo), const SYS_READDIR ideal-int +pkg syscall (linux-arm-cgo), const SYS_READLINK ideal-int +pkg syscall (linux-arm-cgo), const SYS_READLINKAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_READV ideal-int +pkg syscall (linux-arm-cgo), const SYS_REBOOT ideal-int +pkg syscall (linux-arm-cgo), const SYS_RECV ideal-int +pkg syscall (linux-arm-cgo), const SYS_RECVFROM ideal-int +pkg syscall (linux-arm-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (linux-arm-cgo), const SYS_RECVMSG ideal-int +pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES ideal-int +pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_RENAME ideal-int +pkg syscall (linux-arm-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY ideal-int +pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL ideal-int +pkg syscall (linux-arm-cgo), const SYS_RMDIR ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (linux-arm-cgo), const SYS_SELECT ideal-int +pkg syscall (linux-arm-cgo), const SYS_SEMCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_SEMGET ideal-int +pkg syscall (linux-arm-cgo), const SYS_SEMOP ideal-int +pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP ideal-int +pkg syscall (linux-arm-cgo), const SYS_SEND ideal-int +pkg syscall (linux-arm-cgo), const SYS_SENDFILE ideal-int +pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SENDMMSG ideal-int +pkg syscall (linux-arm-cgo), const SYS_SENDMSG ideal-int +pkg syscall (linux-arm-cgo), const SYS_SENDTO ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETFSGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETFSUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETITIMER ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETNS ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETPGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETREGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETREGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETRESGID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETRESUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETREUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETREUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETSID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETUID ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETUID32 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SETXATTR ideal-int +pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY ideal-int +pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST ideal-int +pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS ideal-int +pkg syscall (linux-arm-cgo), const SYS_SHMAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_SHMCTL ideal-int +pkg syscall (linux-arm-cgo), const SYS_SHMDT ideal-int +pkg syscall (linux-arm-cgo), const SYS_SHMGET ideal-int +pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGACTION ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGNALFD ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (linux-arm-cgo), const SYS_SOCKET ideal-int +pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL ideal-int +pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (linux-arm-cgo), const SYS_SPLICE ideal-int +pkg syscall (linux-arm-cgo), const SYS_STAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_STAT64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_STATFS ideal-int +pkg syscall (linux-arm-cgo), const SYS_STATFS64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_STIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (linux-arm-cgo), const SYS_SWAPON ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYMLINK ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYNC ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYNCFS ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYSCALL ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYSFS ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYSINFO ideal-int +pkg syscall (linux-arm-cgo), const SYS_SYSLOG ideal-int +pkg syscall (linux-arm-cgo), const SYS_TEE ideal-int +pkg syscall (linux-arm-cgo), const SYS_TGKILL ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_TIMES ideal-int +pkg syscall (linux-arm-cgo), const SYS_TKILL ideal-int +pkg syscall (linux-arm-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 ideal-int +pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT ideal-int +pkg syscall (linux-arm-cgo), const SYS_UMASK ideal-int +pkg syscall (linux-arm-cgo), const SYS_UMOUNT ideal-int +pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 ideal-int +pkg syscall (linux-arm-cgo), const SYS_UNAME ideal-int +pkg syscall (linux-arm-cgo), const SYS_UNLINK ideal-int +pkg syscall (linux-arm-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_UNSHARE ideal-int +pkg syscall (linux-arm-cgo), const SYS_USELIB ideal-int +pkg syscall (linux-arm-cgo), const SYS_USTAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_UTIME ideal-int +pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (linux-arm-cgo), const SYS_UTIMES ideal-int +pkg syscall (linux-arm-cgo), const SYS_VFORK ideal-int +pkg syscall (linux-arm-cgo), const SYS_VHANGUP ideal-int +pkg syscall (linux-arm-cgo), const SYS_VMSPLICE ideal-int +pkg syscall (linux-arm-cgo), const SYS_VSERVER ideal-int +pkg syscall (linux-arm-cgo), const SYS_WAIT4 ideal-int +pkg syscall (linux-arm-cgo), const SYS_WAITID ideal-int +pkg syscall (linux-arm-cgo), const SYS_WRITE ideal-int +pkg syscall (linux-arm-cgo), const SYS_WRITEV ideal-int +pkg syscall (linux-arm-cgo), const SYS__LLSEEK ideal-int +pkg syscall (linux-arm-cgo), const SYS__NEWSELECT ideal-int +pkg syscall (linux-arm-cgo), const SYS__SYSCTL ideal-int +pkg syscall (linux-arm-cgo), const S_BLKSIZE ideal-int +pkg syscall (linux-arm-cgo), const S_IEXEC ideal-int +pkg syscall (linux-arm-cgo), const S_IREAD ideal-int +pkg syscall (linux-arm-cgo), const S_IRGRP ideal-int +pkg syscall (linux-arm-cgo), const S_IROTH ideal-int +pkg syscall (linux-arm-cgo), const S_IRWXG ideal-int +pkg syscall (linux-arm-cgo), const S_IRWXO ideal-int +pkg syscall (linux-arm-cgo), const S_IRWXU ideal-int +pkg syscall (linux-arm-cgo), const S_IWGRP ideal-int +pkg syscall (linux-arm-cgo), const S_IWOTH ideal-int +pkg syscall (linux-arm-cgo), const S_IWRITE ideal-int +pkg syscall (linux-arm-cgo), const S_IXGRP ideal-int +pkg syscall (linux-arm-cgo), const S_IXOTH ideal-int +pkg syscall (linux-arm-cgo), const SizeofCmsghdr ideal-int +pkg syscall (linux-arm-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (linux-arm-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (linux-arm-cgo), const SizeofIPMreq ideal-int +pkg syscall (linux-arm-cgo), const SizeofIPMreqn ideal-int +pkg syscall (linux-arm-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (linux-arm-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg ideal-int +pkg syscall (linux-arm-cgo), const SizeofIfInfomsg ideal-int +pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo ideal-int +pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (linux-arm-cgo), const SizeofInotifyEvent ideal-int +pkg syscall (linux-arm-cgo), const SizeofLinger ideal-int +pkg syscall (linux-arm-cgo), const SizeofMsghdr ideal-int +pkg syscall (linux-arm-cgo), const SizeofNlAttr ideal-int +pkg syscall (linux-arm-cgo), const SizeofNlMsgerr ideal-int +pkg syscall (linux-arm-cgo), const SizeofNlMsghdr ideal-int +pkg syscall (linux-arm-cgo), const SizeofRtAttr ideal-int +pkg syscall (linux-arm-cgo), const SizeofRtGenmsg ideal-int +pkg syscall (linux-arm-cgo), const SizeofRtMsg ideal-int +pkg syscall (linux-arm-cgo), const SizeofRtNexthop ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockFilter ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockFprog ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink ideal-int +pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (linux-arm-cgo), const SizeofTCPInfo ideal-int +pkg syscall (linux-arm-cgo), const SizeofUcred ideal-int +pkg syscall (linux-arm-cgo), const TCGETS ideal-int +pkg syscall (linux-arm-cgo), const TCIFLUSH = 0 +pkg syscall (linux-arm-cgo), const TCIFLUSH ideal-int +pkg syscall (linux-arm-cgo), const TCIOFLUSH = 2 +pkg syscall (linux-arm-cgo), const TCIOFLUSH ideal-int +pkg syscall (linux-arm-cgo), const TCOFLUSH = 1 +pkg syscall (linux-arm-cgo), const TCOFLUSH ideal-int +pkg syscall (linux-arm-cgo), const TCP_CONGESTION ideal-int +pkg syscall (linux-arm-cgo), const TCP_CORK ideal-int +pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT ideal-int +pkg syscall (linux-arm-cgo), const TCP_INFO ideal-int +pkg syscall (linux-arm-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (linux-arm-cgo), const TCP_LINGER2 ideal-int +pkg syscall (linux-arm-cgo), const TCP_MAXSEG ideal-int +pkg syscall (linux-arm-cgo), const TCP_MAXWIN ideal-int +pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (linux-arm-cgo), const TCP_MD5SIG ideal-int +pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN ideal-int +pkg syscall (linux-arm-cgo), const TCP_MSS ideal-int +pkg syscall (linux-arm-cgo), const TCP_QUICKACK ideal-int +pkg syscall (linux-arm-cgo), const TCP_SYNCNT ideal-int +pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP ideal-int +pkg syscall (linux-arm-cgo), const TCSETS ideal-int +pkg syscall (linux-arm-cgo), const TIOCCBRK ideal-int +pkg syscall (linux-arm-cgo), const TIOCCONS ideal-int +pkg syscall (linux-arm-cgo), const TIOCEXCL ideal-int +pkg syscall (linux-arm-cgo), const TIOCGDEV ideal-int +pkg syscall (linux-arm-cgo), const TIOCGETD ideal-int +pkg syscall (linux-arm-cgo), const TIOCGICOUNT ideal-int +pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS ideal-int +pkg syscall (linux-arm-cgo), const TIOCGPGRP ideal-int +pkg syscall (linux-arm-cgo), const TIOCGPTN ideal-int +pkg syscall (linux-arm-cgo), const TIOCGRS485 ideal-int +pkg syscall (linux-arm-cgo), const TIOCGSERIAL ideal-int +pkg syscall (linux-arm-cgo), const TIOCGSID ideal-int +pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR ideal-int +pkg syscall (linux-arm-cgo), const TIOCGWINSZ ideal-int +pkg syscall (linux-arm-cgo), const TIOCINQ ideal-int +pkg syscall (linux-arm-cgo), const TIOCLINUX ideal-int +pkg syscall (linux-arm-cgo), const TIOCMBIC ideal-int +pkg syscall (linux-arm-cgo), const TIOCMBIS ideal-int +pkg syscall (linux-arm-cgo), const TIOCMGET ideal-int +pkg syscall (linux-arm-cgo), const TIOCMIWAIT ideal-int +pkg syscall (linux-arm-cgo), const TIOCMSET ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_CAR ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_CD ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_CTS ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_DSR ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_DTR ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_LE ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_RI ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_RNG ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_RTS ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_SR ideal-int +pkg syscall (linux-arm-cgo), const TIOCM_ST ideal-int +pkg syscall (linux-arm-cgo), const TIOCNOTTY ideal-int +pkg syscall (linux-arm-cgo), const TIOCNXCL ideal-int +pkg syscall (linux-arm-cgo), const TIOCOUTQ ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_START ideal-int +pkg syscall (linux-arm-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (linux-arm-cgo), const TIOCSBRK ideal-int +pkg syscall (linux-arm-cgo), const TIOCSCTTY ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERCONFIG ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERGETLSR ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERGWILD ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI ideal-int +pkg syscall (linux-arm-cgo), const TIOCSERSWILD ideal-int +pkg syscall (linux-arm-cgo), const TIOCSER_TEMT ideal-int +pkg syscall (linux-arm-cgo), const TIOCSETD ideal-int +pkg syscall (linux-arm-cgo), const TIOCSIG ideal-int +pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS ideal-int +pkg syscall (linux-arm-cgo), const TIOCSPGRP ideal-int +pkg syscall (linux-arm-cgo), const TIOCSPTLCK ideal-int +pkg syscall (linux-arm-cgo), const TIOCSRS485 ideal-int +pkg syscall (linux-arm-cgo), const TIOCSSERIAL ideal-int +pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR ideal-int +pkg syscall (linux-arm-cgo), const TIOCSTI ideal-int +pkg syscall (linux-arm-cgo), const TIOCSWINSZ ideal-int +pkg syscall (linux-arm-cgo), const TIOCVHANGUP ideal-int +pkg syscall (linux-arm-cgo), const TOSTOP ideal-int +pkg syscall (linux-arm-cgo), const TUNATTACHFILTER ideal-int +pkg syscall (linux-arm-cgo), const TUNDETACHFILTER ideal-int +pkg syscall (linux-arm-cgo), const TUNGETFEATURES ideal-int +pkg syscall (linux-arm-cgo), const TUNGETIFF ideal-int +pkg syscall (linux-arm-cgo), const TUNGETSNDBUF ideal-int +pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ ideal-int +pkg syscall (linux-arm-cgo), const TUNSETDEBUG ideal-int +pkg syscall (linux-arm-cgo), const TUNSETGROUP ideal-int +pkg syscall (linux-arm-cgo), const TUNSETIFF ideal-int +pkg syscall (linux-arm-cgo), const TUNSETLINK ideal-int +pkg syscall (linux-arm-cgo), const TUNSETNOCSUM ideal-int +pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD ideal-int +pkg syscall (linux-arm-cgo), const TUNSETOWNER ideal-int +pkg syscall (linux-arm-cgo), const TUNSETPERSIST ideal-int +pkg syscall (linux-arm-cgo), const TUNSETSNDBUF ideal-int +pkg syscall (linux-arm-cgo), const TUNSETTXFILTER ideal-int +pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ ideal-int +pkg syscall (linux-arm-cgo), const VDISCARD ideal-int +pkg syscall (linux-arm-cgo), const VEOF ideal-int +pkg syscall (linux-arm-cgo), const VEOL ideal-int +pkg syscall (linux-arm-cgo), const VEOL2 ideal-int +pkg syscall (linux-arm-cgo), const VERASE ideal-int +pkg syscall (linux-arm-cgo), const VINTR ideal-int +pkg syscall (linux-arm-cgo), const VKILL ideal-int +pkg syscall (linux-arm-cgo), const VLNEXT ideal-int +pkg syscall (linux-arm-cgo), const VMIN ideal-int +pkg syscall (linux-arm-cgo), const VQUIT ideal-int +pkg syscall (linux-arm-cgo), const VREPRINT ideal-int +pkg syscall (linux-arm-cgo), const VSTART ideal-int +pkg syscall (linux-arm-cgo), const VSTOP ideal-int +pkg syscall (linux-arm-cgo), const VSUSP ideal-int +pkg syscall (linux-arm-cgo), const VSWTC ideal-int +pkg syscall (linux-arm-cgo), const VTIME ideal-int +pkg syscall (linux-arm-cgo), const VWERASE ideal-int +pkg syscall (linux-arm-cgo), const WALL ideal-int +pkg syscall (linux-arm-cgo), const WCLONE ideal-int +pkg syscall (linux-arm-cgo), const WCONTINUED ideal-int +pkg syscall (linux-arm-cgo), const WEXITED ideal-int +pkg syscall (linux-arm-cgo), const WNOHANG ideal-int +pkg syscall (linux-arm-cgo), const WNOTHREAD ideal-int +pkg syscall (linux-arm-cgo), const WNOWAIT ideal-int +pkg syscall (linux-arm-cgo), const WORDSIZE ideal-int +pkg syscall (linux-arm-cgo), const WSTOPPED ideal-int +pkg syscall (linux-arm-cgo), const WUNTRACED ideal-int +pkg syscall (linux-arm-cgo), const XCASE ideal-int +pkg syscall (linux-arm-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (linux-arm-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-arm-cgo), func Access(string, uint32) error +pkg syscall (linux-arm-cgo), func Acct(string) error +pkg syscall (linux-arm-cgo), func Adjtimex(*Timex) (int, error) +pkg syscall (linux-arm-cgo), func AttachLsf(int, []SockFilter) error +pkg syscall (linux-arm-cgo), func Bind(int, Sockaddr) error +pkg syscall (linux-arm-cgo), func BindToDevice(int, string) error +pkg syscall (linux-arm-cgo), func Chroot(string) error +pkg syscall (linux-arm-cgo), func Close(int) error +pkg syscall (linux-arm-cgo), func CloseOnExec(int) +pkg syscall (linux-arm-cgo), func CmsgLen(int) int +pkg syscall (linux-arm-cgo), func CmsgSpace(int) int +pkg syscall (linux-arm-cgo), func Connect(int, Sockaddr) error +pkg syscall (linux-arm-cgo), func Creat(string, uint32) (int, error) +pkg syscall (linux-arm-cgo), func DetachLsf(int) error +pkg syscall (linux-arm-cgo), func Dup(int) (int, error) +pkg syscall (linux-arm-cgo), func Dup2(int, int) error +pkg syscall (linux-arm-cgo), func Dup3(int, int, int) error +pkg syscall (linux-arm-cgo), func EpollCreate(int) (int, error) +pkg syscall (linux-arm-cgo), func EpollCreate1(int) (int, error) +pkg syscall (linux-arm-cgo), func EpollCtl(int, int, int, *EpollEvent) error +pkg syscall (linux-arm-cgo), func EpollWait(int, []EpollEvent, int) (int, error) +pkg syscall (linux-arm-cgo), func Faccessat(int, string, uint32, int) error +pkg syscall (linux-arm-cgo), func Fallocate(int, uint32, int64, int64) error +pkg syscall (linux-arm-cgo), func Fchdir(int) error +pkg syscall (linux-arm-cgo), func Fchmod(int, uint32) error +pkg syscall (linux-arm-cgo), func Fchmodat(int, string, uint32, int) error +pkg syscall (linux-arm-cgo), func Fchown(int, int, int) error +pkg syscall (linux-arm-cgo), func Fchownat(int, string, int, int, int) error +pkg syscall (linux-arm-cgo), func Fdatasync(int) error +pkg syscall (linux-arm-cgo), func Flock(int, int) error +pkg syscall (linux-arm-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (linux-arm-cgo), func Fstat(int, *Stat_t) error +pkg syscall (linux-arm-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (linux-arm-cgo), func Fsync(int) error +pkg syscall (linux-arm-cgo), func Ftruncate(int, int64) error +pkg syscall (linux-arm-cgo), func Futimes(int, []Timeval) error +pkg syscall (linux-arm-cgo), func Futimesat(int, string, []Timeval) error +pkg syscall (linux-arm-cgo), func Getcwd([]uint8) (int, error) +pkg syscall (linux-arm-cgo), func Getdents(int, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (linux-arm-cgo), func Getpgid(int) (int, error) +pkg syscall (linux-arm-cgo), func Getpgrp() int +pkg syscall (linux-arm-cgo), func Getpriority(int, int) (int, error) +pkg syscall (linux-arm-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (linux-arm-cgo), func Getrusage(int, *Rusage) error +pkg syscall (linux-arm-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (linux-arm-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (linux-arm-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (linux-arm-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (linux-arm-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (linux-arm-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (linux-arm-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (linux-arm-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (linux-arm-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-arm-cgo), func Gettid() int +pkg syscall (linux-arm-cgo), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func InotifyAddWatch(int, string, uint32) (int, error) +pkg syscall (linux-arm-cgo), func InotifyInit() (int, error) +pkg syscall (linux-arm-cgo), func InotifyInit1(int) (int, error) +pkg syscall (linux-arm-cgo), func InotifyRmWatch(int, uint32) (int, error) +pkg syscall (linux-arm-cgo), func Kill(int, Signal) error +pkg syscall (linux-arm-cgo), func Klogctl(int, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func Listen(int, int) error +pkg syscall (linux-arm-cgo), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func LsfJump(int, int, int, int) *SockFilter +pkg syscall (linux-arm-cgo), func LsfSocket(int, int) (int, error) +pkg syscall (linux-arm-cgo), func LsfStmt(int, int) *SockFilter +pkg syscall (linux-arm-cgo), func Lstat(string, *Stat_t) error +pkg syscall (linux-arm-cgo), func Madvise([]uint8, int) error +pkg syscall (linux-arm-cgo), func Mkdirat(int, string, uint32) error +pkg syscall (linux-arm-cgo), func Mkfifo(string, uint32) error +pkg syscall (linux-arm-cgo), func Mknod(string, uint32, int) error +pkg syscall (linux-arm-cgo), func Mknodat(int, string, uint32, int) error +pkg syscall (linux-arm-cgo), func Mlock([]uint8) error +pkg syscall (linux-arm-cgo), func Mlockall(int) error +pkg syscall (linux-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (linux-arm-cgo), func Mount(string, string, string, uintptr, string) error +pkg syscall (linux-arm-cgo), func Mprotect([]uint8, int) error +pkg syscall (linux-arm-cgo), func Munlock([]uint8) error +pkg syscall (linux-arm-cgo), func Munlockall() error +pkg syscall (linux-arm-cgo), func Munmap([]uint8) error +pkg syscall (linux-arm-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (linux-arm-cgo), func NetlinkRIB(int, int) ([]uint8, error) +pkg syscall (linux-arm-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (linux-arm-cgo), func Openat(int, string, int, uint32) (int, error) +pkg syscall (linux-arm-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (linux-arm-cgo), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) +pkg syscall (linux-arm-cgo), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) +pkg syscall (linux-arm-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (linux-arm-cgo), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) +pkg syscall (linux-arm-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (linux-arm-cgo), func Pause() error +pkg syscall (linux-arm-cgo), func Pipe([]int) error +pkg syscall (linux-arm-cgo), func Pipe2([]int, int) error +pkg syscall (linux-arm-cgo), func PivotRoot(string, string) error +pkg syscall (linux-arm-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (linux-arm-cgo), func PtraceAttach(int) error +pkg syscall (linux-arm-cgo), func PtraceCont(int, int) error +pkg syscall (linux-arm-cgo), func PtraceDetach(int) error +pkg syscall (linux-arm-cgo), func PtraceGetEventMsg(int) (uint, error) +pkg syscall (linux-arm-cgo), func PtraceGetRegs(int, *PtraceRegs) error +pkg syscall (linux-arm-cgo), func PtracePeekData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func PtracePeekText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func PtracePokeData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func PtracePokeText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func PtraceSetOptions(int, int) error +pkg syscall (linux-arm-cgo), func PtraceSetRegs(int, *PtraceRegs) error +pkg syscall (linux-arm-cgo), func PtraceSingleStep(int) error +pkg syscall (linux-arm-cgo), func PtraceSyscall(int, int) error +pkg syscall (linux-arm-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (linux-arm-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm-cgo), func Read(int, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (linux-arm-cgo), func Reboot(int) error +pkg syscall (linux-arm-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (linux-arm-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (linux-arm-cgo), func Removexattr(string, string) error +pkg syscall (linux-arm-cgo), func Renameat(int, string, int, string) error +pkg syscall (linux-arm-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (linux-arm-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) +pkg syscall (linux-arm-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (linux-arm-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (linux-arm-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (linux-arm-cgo), func SetLsfPromisc(string, bool) error +pkg syscall (linux-arm-cgo), func SetNonblock(int, bool) error +pkg syscall (linux-arm-cgo), func Setdomainname([]uint8) error +pkg syscall (linux-arm-cgo), func Setfsgid(int) error +pkg syscall (linux-arm-cgo), func Setfsuid(int) error +pkg syscall (linux-arm-cgo), func Setgid(int) error +pkg syscall (linux-arm-cgo), func Setgroups([]int) error +pkg syscall (linux-arm-cgo), func Sethostname([]uint8) error +pkg syscall (linux-arm-cgo), func Setpgid(int, int) error +pkg syscall (linux-arm-cgo), func Setpriority(int, int, int) error +pkg syscall (linux-arm-cgo), func Setregid(int, int) error +pkg syscall (linux-arm-cgo), func Setresgid(int, int, int) error +pkg syscall (linux-arm-cgo), func Setresuid(int, int, int) error +pkg syscall (linux-arm-cgo), func Setreuid(int, int) error +pkg syscall (linux-arm-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (linux-arm-cgo), func Setsid() (int, error) +pkg syscall (linux-arm-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (linux-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (linux-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (linux-arm-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (linux-arm-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (linux-arm-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (linux-arm-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (linux-arm-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (linux-arm-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (linux-arm-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (linux-arm-cgo), func Settimeofday(*Timeval) error +pkg syscall (linux-arm-cgo), func Setuid(int) error +pkg syscall (linux-arm-cgo), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-arm-cgo), func Shutdown(int, int) error +pkg syscall (linux-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-arm-cgo), func Socket(int, int, int) (int, error) +pkg syscall (linux-arm-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (linux-arm-cgo), func Splice(int, *int64, int, *int64, int, int) (int, error) +pkg syscall (linux-arm-cgo), func Stat(string, *Stat_t) error +pkg syscall (linux-arm-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (linux-arm-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (linux-arm-cgo), func Sync() +pkg syscall (linux-arm-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm-cgo), func Sysinfo(*Sysinfo_t) error +pkg syscall (linux-arm-cgo), func Tee(int, int, int, int) (int64, error) +pkg syscall (linux-arm-cgo), func Tgkill(int, int, Signal) error +pkg syscall (linux-arm-cgo), func Time(*Time_t) (Time_t, error) +pkg syscall (linux-arm-cgo), func Times(*Tms) (uintptr, error) +pkg syscall (linux-arm-cgo), func Truncate(string, int64) error +pkg syscall (linux-arm-cgo), func Umask(int) int +pkg syscall (linux-arm-cgo), func Uname(*Utsname) error +pkg syscall (linux-arm-cgo), func UnixCredentials(*Ucred) []uint8 +pkg syscall (linux-arm-cgo), func UnixRights(...int) []uint8 +pkg syscall (linux-arm-cgo), func Unlinkat(int, string) error +pkg syscall (linux-arm-cgo), func Unmount(string, int) error +pkg syscall (linux-arm-cgo), func Unshare(int) error +pkg syscall (linux-arm-cgo), func Ustat(int, *Ustat_t) error +pkg syscall (linux-arm-cgo), func Utime(string, *Utimbuf) error +pkg syscall (linux-arm-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (linux-arm-cgo), func Write(int, []uint8) (int, error) +pkg syscall (linux-arm-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (linux-arm-cgo), method (*Iovec) SetLen(int) +pkg syscall (linux-arm-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (linux-arm-cgo), method (*PtraceRegs) PC() uint64 +pkg syscall (linux-arm-cgo), method (*PtraceRegs) SetPC(uint64) +pkg syscall (linux-arm-cgo), type Cmsghdr struct +pkg syscall (linux-arm-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (linux-arm-cgo), type Cmsghdr struct, Level int32 +pkg syscall (linux-arm-cgo), type Cmsghdr struct, Type int32 +pkg syscall (linux-arm-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-arm-cgo), type Credential struct +pkg syscall (linux-arm-cgo), type Credential struct, Gid uint32 +pkg syscall (linux-arm-cgo), type Credential struct, Groups []uint32 +pkg syscall (linux-arm-cgo), type Credential struct, Uid uint32 +pkg syscall (linux-arm-cgo), type Dirent struct +pkg syscall (linux-arm-cgo), type Dirent struct, Ino uint64 +pkg syscall (linux-arm-cgo), type Dirent struct, Name [256]uint8 +pkg syscall (linux-arm-cgo), type Dirent struct, Off int64 +pkg syscall (linux-arm-cgo), type Dirent struct, Pad_cgo_0 [5]uint8 +pkg syscall (linux-arm-cgo), type Dirent struct, Reclen uint16 +pkg syscall (linux-arm-cgo), type Dirent struct, Type uint8 +pkg syscall (linux-arm-cgo), type EpollEvent struct +pkg syscall (linux-arm-cgo), type EpollEvent struct, Events uint32 +pkg syscall (linux-arm-cgo), type EpollEvent struct, Fd int32 +pkg syscall (linux-arm-cgo), type EpollEvent struct, Pad int32 +pkg syscall (linux-arm-cgo), type EpollEvent struct, PadFd int32 +pkg syscall (linux-arm-cgo), type FdSet struct +pkg syscall (linux-arm-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (linux-arm-cgo), type Fsid struct +pkg syscall (linux-arm-cgo), type Fsid struct, X__val [2]int32 +pkg syscall (linux-arm-cgo), type ICMPv6Filter struct +pkg syscall (linux-arm-cgo), type ICMPv6Filter struct, Data [8]uint32 +pkg syscall (linux-arm-cgo), type IPMreqn struct +pkg syscall (linux-arm-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (linux-arm-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (linux-arm-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (linux-arm-cgo), type IPv6MTUInfo struct +pkg syscall (linux-arm-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (linux-arm-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (linux-arm-cgo), type IfAddrmsg struct +pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Family uint8 +pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Flags uint8 +pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Index uint32 +pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Prefixlen uint8 +pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Scope uint8 +pkg syscall (linux-arm-cgo), type IfInfomsg struct +pkg syscall (linux-arm-cgo), type IfInfomsg struct, Change uint32 +pkg syscall (linux-arm-cgo), type IfInfomsg struct, Family uint8 +pkg syscall (linux-arm-cgo), type IfInfomsg struct, Flags uint32 +pkg syscall (linux-arm-cgo), type IfInfomsg struct, Index int32 +pkg syscall (linux-arm-cgo), type IfInfomsg struct, Type uint16 +pkg syscall (linux-arm-cgo), type IfInfomsg struct, X__ifi_pad uint8 +pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct +pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Ifindex int32 +pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct +pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (linux-arm-cgo), type InotifyEvent struct +pkg syscall (linux-arm-cgo), type InotifyEvent struct, Cookie uint32 +pkg syscall (linux-arm-cgo), type InotifyEvent struct, Len uint32 +pkg syscall (linux-arm-cgo), type InotifyEvent struct, Mask uint32 +pkg syscall (linux-arm-cgo), type InotifyEvent struct, Name [0]uint8 +pkg syscall (linux-arm-cgo), type InotifyEvent struct, Wd int32 +pkg syscall (linux-arm-cgo), type Iovec struct +pkg syscall (linux-arm-cgo), type Iovec struct, Base *uint8 +pkg syscall (linux-arm-cgo), type Iovec struct, Len uint32 +pkg syscall (linux-arm-cgo), type Msghdr struct +pkg syscall (linux-arm-cgo), type Msghdr struct, Control *uint8 +pkg syscall (linux-arm-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (linux-arm-cgo), type Msghdr struct, Flags int32 +pkg syscall (linux-arm-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (linux-arm-cgo), type Msghdr struct, Iovlen uint32 +pkg syscall (linux-arm-cgo), type Msghdr struct, Name *uint8 +pkg syscall (linux-arm-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (linux-arm-cgo), type NetlinkMessage struct +pkg syscall (linux-arm-cgo), type NetlinkMessage struct, Data []uint8 +pkg syscall (linux-arm-cgo), type NetlinkMessage struct, Header NlMsghdr +pkg syscall (linux-arm-cgo), type NetlinkRouteAttr struct +pkg syscall (linux-arm-cgo), type NetlinkRouteAttr struct, Attr RtAttr +pkg syscall (linux-arm-cgo), type NetlinkRouteAttr struct, Value []uint8 +pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct +pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct, Data RtGenmsg +pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct, Header NlMsghdr +pkg syscall (linux-arm-cgo), type NlAttr struct +pkg syscall (linux-arm-cgo), type NlAttr struct, Len uint16 +pkg syscall (linux-arm-cgo), type NlAttr struct, Type uint16 +pkg syscall (linux-arm-cgo), type NlMsgerr struct +pkg syscall (linux-arm-cgo), type NlMsgerr struct, Error int32 +pkg syscall (linux-arm-cgo), type NlMsgerr struct, Msg NlMsghdr +pkg syscall (linux-arm-cgo), type NlMsghdr struct +pkg syscall (linux-arm-cgo), type NlMsghdr struct, Flags uint16 +pkg syscall (linux-arm-cgo), type NlMsghdr struct, Len uint32 +pkg syscall (linux-arm-cgo), type NlMsghdr struct, Pid uint32 +pkg syscall (linux-arm-cgo), type NlMsghdr struct, Seq uint32 +pkg syscall (linux-arm-cgo), type NlMsghdr struct, Type uint16 +pkg syscall (linux-arm-cgo), type PtraceRegs struct +pkg syscall (linux-arm-cgo), type PtraceRegs struct, Uregs [18]uint32 +pkg syscall (linux-arm-cgo), type RawSockaddr struct, Data [14]uint8 +pkg syscall (linux-arm-cgo), type RawSockaddr struct, Family uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrAny struct, Pad [96]uint8 +pkg syscall (linux-arm-cgo), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (linux-arm-cgo), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Family uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Ifindex int32 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct +pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Family uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Groups uint32 +pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Pad uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Pid uint32 +pkg syscall (linux-arm-cgo), type RawSockaddrUnix struct +pkg syscall (linux-arm-cgo), type RawSockaddrUnix struct, Family uint16 +pkg syscall (linux-arm-cgo), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (linux-arm-cgo), type Rlimit struct +pkg syscall (linux-arm-cgo), type Rlimit struct, Cur uint64 +pkg syscall (linux-arm-cgo), type Rlimit struct, Max uint64 +pkg syscall (linux-arm-cgo), type RtAttr struct +pkg syscall (linux-arm-cgo), type RtAttr struct, Len uint16 +pkg syscall (linux-arm-cgo), type RtAttr struct, Type uint16 +pkg syscall (linux-arm-cgo), type RtGenmsg struct +pkg syscall (linux-arm-cgo), type RtGenmsg struct, Family uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct +pkg syscall (linux-arm-cgo), type RtMsg struct, Dst_len uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Family uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Flags uint32 +pkg syscall (linux-arm-cgo), type RtMsg struct, Protocol uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Scope uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Src_len uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Table uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Tos uint8 +pkg syscall (linux-arm-cgo), type RtMsg struct, Type uint8 +pkg syscall (linux-arm-cgo), type RtNexthop struct +pkg syscall (linux-arm-cgo), type RtNexthop struct, Flags uint8 +pkg syscall (linux-arm-cgo), type RtNexthop struct, Hops uint8 +pkg syscall (linux-arm-cgo), type RtNexthop struct, Ifindex int32 +pkg syscall (linux-arm-cgo), type RtNexthop struct, Len uint16 +pkg syscall (linux-arm-cgo), type Rusage struct, Idrss int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Inblock int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Isrss int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Ixrss int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Majflt int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Maxrss int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Minflt int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Nsignals int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Nswap int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Oublock int32 +pkg syscall (linux-arm-cgo), type Rusage struct, Stime Timeval +pkg syscall (linux-arm-cgo), type Rusage struct, Utime Timeval +pkg syscall (linux-arm-cgo), type SockFilter struct +pkg syscall (linux-arm-cgo), type SockFilter struct, Code uint16 +pkg syscall (linux-arm-cgo), type SockFilter struct, Jf uint8 +pkg syscall (linux-arm-cgo), type SockFilter struct, Jt uint8 +pkg syscall (linux-arm-cgo), type SockFilter struct, K uint32 +pkg syscall (linux-arm-cgo), type SockFprog struct +pkg syscall (linux-arm-cgo), type SockFprog struct, Filter *SockFilter +pkg syscall (linux-arm-cgo), type SockFprog struct, Len uint16 +pkg syscall (linux-arm-cgo), type SockFprog struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Ifindex int +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-arm-cgo), type SockaddrNetlink struct +pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Family uint16 +pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Groups uint32 +pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Pad uint16 +pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Pid uint32 +pkg syscall (linux-arm-cgo), type SocketControlMessage struct +pkg syscall (linux-arm-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (linux-arm-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (linux-arm-cgo), type Stat_t struct +pkg syscall (linux-arm-cgo), type Stat_t struct, Atim Timespec +pkg syscall (linux-arm-cgo), type Stat_t struct, Blksize int32 +pkg syscall (linux-arm-cgo), type Stat_t struct, Blocks int64 +pkg syscall (linux-arm-cgo), type Stat_t struct, Ctim Timespec +pkg syscall (linux-arm-cgo), type Stat_t struct, Dev uint64 +pkg syscall (linux-arm-cgo), type Stat_t struct, Gid uint32 +pkg syscall (linux-arm-cgo), type Stat_t struct, Ino uint64 +pkg syscall (linux-arm-cgo), type Stat_t struct, Mode uint32 +pkg syscall (linux-arm-cgo), type Stat_t struct, Mtim Timespec +pkg syscall (linux-arm-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (linux-arm-cgo), type Stat_t struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm-cgo), type Stat_t struct, Pad_cgo_1 [6]uint8 +pkg syscall (linux-arm-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (linux-arm-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (linux-arm-cgo), type Stat_t struct, Size int64 +pkg syscall (linux-arm-cgo), type Stat_t struct, Uid uint32 +pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad1 uint16 +pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad2 uint16 +pkg syscall (linux-arm-cgo), type Stat_t struct, X__st_ino uint32 +pkg syscall (linux-arm-cgo), type Statfs_t struct +pkg syscall (linux-arm-cgo), type Statfs_t struct, Bavail uint64 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Bsize int32 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Ffree uint64 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Files uint64 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Flags int32 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Frsize int32 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (linux-arm-cgo), type Statfs_t struct, Namelen int32 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Spare [4]int32 +pkg syscall (linux-arm-cgo), type Statfs_t struct, Type int32 +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Chroot string +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Cloneflags uintptr +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Ctty int +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (linux-arm-cgo), type Sysinfo_t struct +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Bufferram uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Freehigh uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Freeram uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Freeswap uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Loads [3]uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Pad uint16 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Procs uint16 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Sharedram uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Totalhigh uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Totalram uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Totalswap uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Unit uint32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Uptime int32 +pkg syscall (linux-arm-cgo), type Sysinfo_t struct, X_f [8]uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct +pkg syscall (linux-arm-cgo), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Ato uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Lost uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Options uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Probes uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rto uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, State uint8 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-arm-cgo), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-arm-cgo), type Termios struct +pkg syscall (linux-arm-cgo), type Termios struct, Cc [32]uint8 +pkg syscall (linux-arm-cgo), type Termios struct, Cflag uint32 +pkg syscall (linux-arm-cgo), type Termios struct, Iflag uint32 +pkg syscall (linux-arm-cgo), type Termios struct, Ispeed uint32 +pkg syscall (linux-arm-cgo), type Termios struct, Lflag uint32 +pkg syscall (linux-arm-cgo), type Termios struct, Line uint8 +pkg syscall (linux-arm-cgo), type Termios struct, Oflag uint32 +pkg syscall (linux-arm-cgo), type Termios struct, Ospeed uint32 +pkg syscall (linux-arm-cgo), type Termios struct, Pad_cgo_0 [3]uint8 +pkg syscall (linux-arm-cgo), type Time_t int32 +pkg syscall (linux-arm-cgo), type Timespec struct, Nsec int32 +pkg syscall (linux-arm-cgo), type Timespec struct, Sec int32 +pkg syscall (linux-arm-cgo), type Timeval struct, Sec int32 +pkg syscall (linux-arm-cgo), type Timeval struct, Usec int32 +pkg syscall (linux-arm-cgo), type Timex struct +pkg syscall (linux-arm-cgo), type Timex struct, Calcnt int32 +pkg syscall (linux-arm-cgo), type Timex struct, Constant int32 +pkg syscall (linux-arm-cgo), type Timex struct, Errcnt int32 +pkg syscall (linux-arm-cgo), type Timex struct, Esterror int32 +pkg syscall (linux-arm-cgo), type Timex struct, Freq int32 +pkg syscall (linux-arm-cgo), type Timex struct, Jitcnt int32 +pkg syscall (linux-arm-cgo), type Timex struct, Jitter int32 +pkg syscall (linux-arm-cgo), type Timex struct, Maxerror int32 +pkg syscall (linux-arm-cgo), type Timex struct, Modes uint32 +pkg syscall (linux-arm-cgo), type Timex struct, Offset int32 +pkg syscall (linux-arm-cgo), type Timex struct, Pad_cgo_0 [44]uint8 +pkg syscall (linux-arm-cgo), type Timex struct, Ppsfreq int32 +pkg syscall (linux-arm-cgo), type Timex struct, Precision int32 +pkg syscall (linux-arm-cgo), type Timex struct, Shift int32 +pkg syscall (linux-arm-cgo), type Timex struct, Stabil int32 +pkg syscall (linux-arm-cgo), type Timex struct, Status int32 +pkg syscall (linux-arm-cgo), type Timex struct, Stbcnt int32 +pkg syscall (linux-arm-cgo), type Timex struct, Tai int32 +pkg syscall (linux-arm-cgo), type Timex struct, Tick int32 +pkg syscall (linux-arm-cgo), type Timex struct, Time Timeval +pkg syscall (linux-arm-cgo), type Timex struct, Tolerance int32 +pkg syscall (linux-arm-cgo), type Tms struct +pkg syscall (linux-arm-cgo), type Tms struct, Cstime int32 +pkg syscall (linux-arm-cgo), type Tms struct, Cutime int32 +pkg syscall (linux-arm-cgo), type Tms struct, Stime int32 +pkg syscall (linux-arm-cgo), type Tms struct, Utime int32 +pkg syscall (linux-arm-cgo), type Ucred struct +pkg syscall (linux-arm-cgo), type Ucred struct, Gid uint32 +pkg syscall (linux-arm-cgo), type Ucred struct, Pid int32 +pkg syscall (linux-arm-cgo), type Ucred struct, Uid uint32 +pkg syscall (linux-arm-cgo), type Ustat_t struct +pkg syscall (linux-arm-cgo), type Ustat_t struct, Fname [6]uint8 +pkg syscall (linux-arm-cgo), type Ustat_t struct, Fpack [6]uint8 +pkg syscall (linux-arm-cgo), type Ustat_t struct, Tfree int32 +pkg syscall (linux-arm-cgo), type Ustat_t struct, Tinode uint32 +pkg syscall (linux-arm-cgo), type Utimbuf struct +pkg syscall (linux-arm-cgo), type Utimbuf struct, Actime int32 +pkg syscall (linux-arm-cgo), type Utimbuf struct, Modtime int32 +pkg syscall (linux-arm-cgo), type Utsname struct +pkg syscall (linux-arm-cgo), type Utsname struct, Domainname [65]uint8 +pkg syscall (linux-arm-cgo), type Utsname struct, Machine [65]uint8 +pkg syscall (linux-arm-cgo), type Utsname struct, Nodename [65]uint8 +pkg syscall (linux-arm-cgo), type Utsname struct, Release [65]uint8 +pkg syscall (linux-arm-cgo), type Utsname struct, Sysname [65]uint8 +pkg syscall (linux-arm-cgo), type Utsname struct, Version [65]uint8 +pkg syscall (linux-arm-cgo), type WaitStatus uint32 +pkg syscall (linux-arm-cgo), var Stderr int +pkg syscall (linux-arm-cgo), var Stdin int +pkg syscall (linux-arm-cgo), var Stdout int +pkg syscall (netbsd-386), const AF_APPLETALK ideal-int +pkg syscall (netbsd-386), const AF_ARP ideal-int +pkg syscall (netbsd-386), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-386), const AF_CCITT ideal-int +pkg syscall (netbsd-386), const AF_CHAOS ideal-int +pkg syscall (netbsd-386), const AF_CNT ideal-int +pkg syscall (netbsd-386), const AF_COIP ideal-int +pkg syscall (netbsd-386), const AF_DATAKIT ideal-int +pkg syscall (netbsd-386), const AF_DECnet ideal-int +pkg syscall (netbsd-386), const AF_DLI ideal-int +pkg syscall (netbsd-386), const AF_E164 ideal-int +pkg syscall (netbsd-386), const AF_ECMA ideal-int +pkg syscall (netbsd-386), const AF_HYLINK ideal-int +pkg syscall (netbsd-386), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-386), const AF_IMPLINK ideal-int +pkg syscall (netbsd-386), const AF_IPX ideal-int +pkg syscall (netbsd-386), const AF_ISDN ideal-int +pkg syscall (netbsd-386), const AF_ISO ideal-int +pkg syscall (netbsd-386), const AF_LAT ideal-int +pkg syscall (netbsd-386), const AF_LINK ideal-int +pkg syscall (netbsd-386), const AF_LOCAL ideal-int +pkg syscall (netbsd-386), const AF_MAX ideal-int +pkg syscall (netbsd-386), const AF_MPLS ideal-int +pkg syscall (netbsd-386), const AF_NATM ideal-int +pkg syscall (netbsd-386), const AF_NS ideal-int +pkg syscall (netbsd-386), const AF_OROUTE ideal-int +pkg syscall (netbsd-386), const AF_OSI ideal-int +pkg syscall (netbsd-386), const AF_PUP ideal-int +pkg syscall (netbsd-386), const AF_ROUTE ideal-int +pkg syscall (netbsd-386), const AF_SNA ideal-int +pkg syscall (netbsd-386), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-386), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-386), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-386), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-386), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-386), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-386), const B0 ideal-int +pkg syscall (netbsd-386), const B110 ideal-int +pkg syscall (netbsd-386), const B115200 ideal-int +pkg syscall (netbsd-386), const B1200 ideal-int +pkg syscall (netbsd-386), const B134 ideal-int +pkg syscall (netbsd-386), const B14400 ideal-int +pkg syscall (netbsd-386), const B150 ideal-int +pkg syscall (netbsd-386), const B1800 ideal-int +pkg syscall (netbsd-386), const B19200 ideal-int +pkg syscall (netbsd-386), const B200 ideal-int +pkg syscall (netbsd-386), const B230400 ideal-int +pkg syscall (netbsd-386), const B2400 ideal-int +pkg syscall (netbsd-386), const B28800 ideal-int +pkg syscall (netbsd-386), const B300 ideal-int +pkg syscall (netbsd-386), const B38400 ideal-int +pkg syscall (netbsd-386), const B460800 ideal-int +pkg syscall (netbsd-386), const B4800 ideal-int +pkg syscall (netbsd-386), const B50 ideal-int +pkg syscall (netbsd-386), const B57600 ideal-int +pkg syscall (netbsd-386), const B600 ideal-int +pkg syscall (netbsd-386), const B7200 ideal-int +pkg syscall (netbsd-386), const B75 ideal-int +pkg syscall (netbsd-386), const B76800 ideal-int +pkg syscall (netbsd-386), const B921600 ideal-int +pkg syscall (netbsd-386), const B9600 ideal-int +pkg syscall (netbsd-386), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-386), const BIOCFLUSH ideal-int +pkg syscall (netbsd-386), const BIOCGBLEN ideal-int +pkg syscall (netbsd-386), const BIOCGDLT ideal-int +pkg syscall (netbsd-386), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-386), const BIOCGETIF ideal-int +pkg syscall (netbsd-386), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-386), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-386), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-386), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-386), const BIOCGSTATS ideal-int +pkg syscall (netbsd-386), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-386), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-386), const BIOCPROMISC ideal-int +pkg syscall (netbsd-386), const BIOCSBLEN ideal-int +pkg syscall (netbsd-386), const BIOCSDLT ideal-int +pkg syscall (netbsd-386), const BIOCSETF ideal-int +pkg syscall (netbsd-386), const BIOCSETIF ideal-int +pkg syscall (netbsd-386), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-386), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-386), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-386), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-386), const BIOCSTCPF ideal-int +pkg syscall (netbsd-386), const BIOCSUDPF ideal-int +pkg syscall (netbsd-386), const BIOCVERSION ideal-int +pkg syscall (netbsd-386), const BPF_A ideal-int +pkg syscall (netbsd-386), const BPF_ABS ideal-int +pkg syscall (netbsd-386), const BPF_ADD ideal-int +pkg syscall (netbsd-386), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-386), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-386), const BPF_ALU ideal-int +pkg syscall (netbsd-386), const BPF_AND ideal-int +pkg syscall (netbsd-386), const BPF_B ideal-int +pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-386), const BPF_DIV ideal-int +pkg syscall (netbsd-386), const BPF_H ideal-int +pkg syscall (netbsd-386), const BPF_IMM ideal-int +pkg syscall (netbsd-386), const BPF_IND ideal-int +pkg syscall (netbsd-386), const BPF_JA ideal-int +pkg syscall (netbsd-386), const BPF_JEQ ideal-int +pkg syscall (netbsd-386), const BPF_JGE ideal-int +pkg syscall (netbsd-386), const BPF_JGT ideal-int +pkg syscall (netbsd-386), const BPF_JMP ideal-int +pkg syscall (netbsd-386), const BPF_JSET ideal-int +pkg syscall (netbsd-386), const BPF_K ideal-int +pkg syscall (netbsd-386), const BPF_LD ideal-int +pkg syscall (netbsd-386), const BPF_LDX ideal-int +pkg syscall (netbsd-386), const BPF_LEN ideal-int +pkg syscall (netbsd-386), const BPF_LSH ideal-int +pkg syscall (netbsd-386), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-386), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-386), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-386), const BPF_MEM ideal-int +pkg syscall (netbsd-386), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-386), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-386), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-386), const BPF_MISC ideal-int +pkg syscall (netbsd-386), const BPF_MSH ideal-int +pkg syscall (netbsd-386), const BPF_MUL ideal-int +pkg syscall (netbsd-386), const BPF_NEG ideal-int +pkg syscall (netbsd-386), const BPF_OR ideal-int +pkg syscall (netbsd-386), const BPF_RELEASE ideal-int +pkg syscall (netbsd-386), const BPF_RET ideal-int +pkg syscall (netbsd-386), const BPF_RSH ideal-int +pkg syscall (netbsd-386), const BPF_ST ideal-int +pkg syscall (netbsd-386), const BPF_STX ideal-int +pkg syscall (netbsd-386), const BPF_SUB ideal-int +pkg syscall (netbsd-386), const BPF_TAX ideal-int +pkg syscall (netbsd-386), const BPF_TXA ideal-int +pkg syscall (netbsd-386), const BPF_W ideal-int +pkg syscall (netbsd-386), const BPF_X ideal-int +pkg syscall (netbsd-386), const BRKINT ideal-int +pkg syscall (netbsd-386), const CFLUSH ideal-int +pkg syscall (netbsd-386), const CLOCAL ideal-int +pkg syscall (netbsd-386), const CREAD ideal-int +pkg syscall (netbsd-386), const CS5 ideal-int +pkg syscall (netbsd-386), const CS6 ideal-int +pkg syscall (netbsd-386), const CS7 ideal-int +pkg syscall (netbsd-386), const CS8 ideal-int +pkg syscall (netbsd-386), const CSIZE ideal-int +pkg syscall (netbsd-386), const CSTART ideal-int +pkg syscall (netbsd-386), const CSTATUS ideal-int +pkg syscall (netbsd-386), const CSTOP ideal-int +pkg syscall (netbsd-386), const CSTOPB ideal-int +pkg syscall (netbsd-386), const CSUSP ideal-int +pkg syscall (netbsd-386), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-386), const CTL_NET ideal-int +pkg syscall (netbsd-386), const CTL_QUERY ideal-int +pkg syscall (netbsd-386), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-386), const DLT_A429 ideal-int +pkg syscall (netbsd-386), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-386), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-386), const DLT_AOS ideal-int +pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-386), const DLT_ARCNET ideal-int +pkg syscall (netbsd-386), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-386), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-386), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-386), const DLT_AURORA ideal-int +pkg syscall (netbsd-386), const DLT_AX25 ideal-int +pkg syscall (netbsd-386), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-386), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-386), const DLT_CAN20B ideal-int +pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-386), const DLT_CHAOS ideal-int +pkg syscall (netbsd-386), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-386), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-386), const DLT_DECT ideal-int +pkg syscall (netbsd-386), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-386), const DLT_ECONET ideal-int +pkg syscall (netbsd-386), const DLT_EN10MB ideal-int +pkg syscall (netbsd-386), const DLT_EN3MB ideal-int +pkg syscall (netbsd-386), const DLT_ENC ideal-int +pkg syscall (netbsd-386), const DLT_ERF ideal-int +pkg syscall (netbsd-386), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-386), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-386), const DLT_FC_2 ideal-int +pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-386), const DLT_FDDI ideal-int +pkg syscall (netbsd-386), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-386), const DLT_FRELAY ideal-int +pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-386), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-386), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-386), const DLT_GPF_F ideal-int +pkg syscall (netbsd-386), const DLT_GPF_T ideal-int +pkg syscall (netbsd-386), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-386), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-386), const DLT_HDLC ideal-int +pkg syscall (netbsd-386), const DLT_HHDLC ideal-int +pkg syscall (netbsd-386), const DLT_HIPPI ideal-int +pkg syscall (netbsd-386), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-386), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-386), const DLT_IPMB ideal-int +pkg syscall (netbsd-386), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-386), const DLT_IPNET ideal-int +pkg syscall (netbsd-386), const DLT_IPV4 ideal-int +pkg syscall (netbsd-386), const DLT_IPV6 ideal-int +pkg syscall (netbsd-386), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-386), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-386), const DLT_LAPD ideal-int +pkg syscall (netbsd-386), const DLT_LIN ideal-int +pkg syscall (netbsd-386), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-386), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-386), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-386), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-386), const DLT_LOOP ideal-int +pkg syscall (netbsd-386), const DLT_LTALK ideal-int +pkg syscall (netbsd-386), const DLT_MFR ideal-int +pkg syscall (netbsd-386), const DLT_MOST ideal-int +pkg syscall (netbsd-386), const DLT_MPLS ideal-int +pkg syscall (netbsd-386), const DLT_MTP2 ideal-int +pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-386), const DLT_MTP3 ideal-int +pkg syscall (netbsd-386), const DLT_NULL ideal-int +pkg syscall (netbsd-386), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-386), const DLT_PFLOG ideal-int +pkg syscall (netbsd-386), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-386), const DLT_PPI ideal-int +pkg syscall (netbsd-386), const DLT_PPP ideal-int +pkg syscall (netbsd-386), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-386), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-386), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-386), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-386), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-386), const DLT_PRONET ideal-int +pkg syscall (netbsd-386), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-386), const DLT_RAW ideal-int +pkg syscall (netbsd-386), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-386), const DLT_RIO ideal-int +pkg syscall (netbsd-386), const DLT_SCCP ideal-int +pkg syscall (netbsd-386), const DLT_SITA ideal-int +pkg syscall (netbsd-386), const DLT_SLIP ideal-int +pkg syscall (netbsd-386), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-386), const DLT_SUNATM ideal-int +pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-386), const DLT_TZSP ideal-int +pkg syscall (netbsd-386), const DLT_USB ideal-int +pkg syscall (netbsd-386), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-386), const DLT_WIHART ideal-int +pkg syscall (netbsd-386), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-386), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-386), const DT_BLK ideal-int +pkg syscall (netbsd-386), const DT_CHR ideal-int +pkg syscall (netbsd-386), const DT_DIR ideal-int +pkg syscall (netbsd-386), const DT_FIFO ideal-int +pkg syscall (netbsd-386), const DT_LNK ideal-int +pkg syscall (netbsd-386), const DT_REG ideal-int +pkg syscall (netbsd-386), const DT_SOCK ideal-int +pkg syscall (netbsd-386), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-386), const DT_WHT ideal-int +pkg syscall (netbsd-386), const EAUTH Errno +pkg syscall (netbsd-386), const EBADMSG Errno +pkg syscall (netbsd-386), const EBADRPC Errno +pkg syscall (netbsd-386), const ECHO ideal-int +pkg syscall (netbsd-386), const ECHOCTL ideal-int +pkg syscall (netbsd-386), const ECHOE ideal-int +pkg syscall (netbsd-386), const ECHOK ideal-int +pkg syscall (netbsd-386), const ECHOKE ideal-int +pkg syscall (netbsd-386), const ECHONL ideal-int +pkg syscall (netbsd-386), const ECHOPRT ideal-int +pkg syscall (netbsd-386), const EFTYPE Errno +pkg syscall (netbsd-386), const ELAST Errno +pkg syscall (netbsd-386), const EMULTIHOP Errno +pkg syscall (netbsd-386), const EMUL_LINUX ideal-int +pkg syscall (netbsd-386), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-386), const EMUL_MAXID ideal-int +pkg syscall (netbsd-386), const ENEEDAUTH Errno +pkg syscall (netbsd-386), const ENOATTR Errno +pkg syscall (netbsd-386), const ENODATA Errno +pkg syscall (netbsd-386), const ENOLINK Errno +pkg syscall (netbsd-386), const ENOSR Errno +pkg syscall (netbsd-386), const ENOSTR Errno +pkg syscall (netbsd-386), const EN_SW_CTL_INF ideal-int +pkg syscall (netbsd-386), const EN_SW_CTL_PREC ideal-int +pkg syscall (netbsd-386), const EN_SW_CTL_ROUND ideal-int +pkg syscall (netbsd-386), const EN_SW_DATACHAIN ideal-int +pkg syscall (netbsd-386), const EN_SW_DENORM ideal-int +pkg syscall (netbsd-386), const EN_SW_INVOP ideal-int +pkg syscall (netbsd-386), const EN_SW_OVERFLOW ideal-int +pkg syscall (netbsd-386), const EN_SW_PRECLOSS ideal-int +pkg syscall (netbsd-386), const EN_SW_UNDERFLOW ideal-int +pkg syscall (netbsd-386), const EN_SW_ZERODIV ideal-int +pkg syscall (netbsd-386), const EPROCLIM Errno +pkg syscall (netbsd-386), const EPROCUNAVAIL Errno +pkg syscall (netbsd-386), const EPROGMISMATCH Errno +pkg syscall (netbsd-386), const EPROGUNAVAIL Errno +pkg syscall (netbsd-386), const EPROTO Errno +pkg syscall (netbsd-386), const ERPCMISMATCH Errno +pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-386), const ETHERMIN ideal-int +pkg syscall (netbsd-386), const ETHERMTU ideal-int +pkg syscall (netbsd-386), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-386), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-386), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-386), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-386), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-386), const ETIME Errno +pkg syscall (netbsd-386), const EVFILT_AIO ideal-int +pkg syscall (netbsd-386), const EVFILT_PROC ideal-int +pkg syscall (netbsd-386), const EVFILT_READ ideal-int +pkg syscall (netbsd-386), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-386), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-386), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-386), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-386), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-386), const EV_ADD ideal-int +pkg syscall (netbsd-386), const EV_CLEAR ideal-int +pkg syscall (netbsd-386), const EV_DELETE ideal-int +pkg syscall (netbsd-386), const EV_DISABLE ideal-int +pkg syscall (netbsd-386), const EV_ENABLE ideal-int +pkg syscall (netbsd-386), const EV_EOF ideal-int +pkg syscall (netbsd-386), const EV_ERROR ideal-int +pkg syscall (netbsd-386), const EV_FLAG1 ideal-int +pkg syscall (netbsd-386), const EV_ONESHOT ideal-int +pkg syscall (netbsd-386), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-386), const EXTA ideal-int +pkg syscall (netbsd-386), const EXTB ideal-int +pkg syscall (netbsd-386), const EXTPROC ideal-int +pkg syscall (netbsd-386), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-386), const FD_SETSIZE ideal-int +pkg syscall (netbsd-386), const FLUSHO ideal-int +pkg syscall (netbsd-386), const F_CLOSEM ideal-int +pkg syscall (netbsd-386), const F_DUPFD ideal-int +pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-386), const F_FSCTL ideal-int +pkg syscall (netbsd-386), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-386), const F_FSIN ideal-int +pkg syscall (netbsd-386), const F_FSINOUT ideal-int +pkg syscall (netbsd-386), const F_FSOUT ideal-int +pkg syscall (netbsd-386), const F_FSPRIV ideal-int +pkg syscall (netbsd-386), const F_FSVOID ideal-int +pkg syscall (netbsd-386), const F_GETFD ideal-int +pkg syscall (netbsd-386), const F_GETFL ideal-int +pkg syscall (netbsd-386), const F_GETLK ideal-int +pkg syscall (netbsd-386), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-386), const F_GETOWN ideal-int +pkg syscall (netbsd-386), const F_MAXFD ideal-int +pkg syscall (netbsd-386), const F_OK ideal-int +pkg syscall (netbsd-386), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-386), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-386), const F_RDLCK ideal-int +pkg syscall (netbsd-386), const F_SETFD ideal-int +pkg syscall (netbsd-386), const F_SETFL ideal-int +pkg syscall (netbsd-386), const F_SETLK ideal-int +pkg syscall (netbsd-386), const F_SETLKW ideal-int +pkg syscall (netbsd-386), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-386), const F_SETOWN ideal-int +pkg syscall (netbsd-386), const F_UNLCK ideal-int +pkg syscall (netbsd-386), const F_WRLCK ideal-int +pkg syscall (netbsd-386), const HUPCL ideal-int +pkg syscall (netbsd-386), const ICANON ideal-int +pkg syscall (netbsd-386), const ICMP6_FILTER = 18 +pkg syscall (netbsd-386), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-386), const ICRNL ideal-int +pkg syscall (netbsd-386), const IEXTEN ideal-int +pkg syscall (netbsd-386), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-386), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-386), const IFA_ROUTE ideal-int +pkg syscall (netbsd-386), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-386), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-386), const IFF_DEBUG ideal-int +pkg syscall (netbsd-386), const IFF_LINK0 ideal-int +pkg syscall (netbsd-386), const IFF_LINK1 ideal-int +pkg syscall (netbsd-386), const IFF_LINK2 ideal-int +pkg syscall (netbsd-386), const IFF_NOARP ideal-int +pkg syscall (netbsd-386), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-386), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-386), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-386), const IFF_PROMISC ideal-int +pkg syscall (netbsd-386), const IFF_RUNNING ideal-int +pkg syscall (netbsd-386), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-386), const IFNAMSIZ ideal-int +pkg syscall (netbsd-386), const IFT_1822 ideal-int +pkg syscall (netbsd-386), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-386), const IFT_AAL2 ideal-int +pkg syscall (netbsd-386), const IFT_AAL5 ideal-int +pkg syscall (netbsd-386), const IFT_ADSL ideal-int +pkg syscall (netbsd-386), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-386), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-386), const IFT_ARAP ideal-int +pkg syscall (netbsd-386), const IFT_ARCNET ideal-int +pkg syscall (netbsd-386), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-386), const IFT_ASYNC ideal-int +pkg syscall (netbsd-386), const IFT_ATM ideal-int +pkg syscall (netbsd-386), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-386), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-386), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-386), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-386), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-386), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-386), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-386), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-386), const IFT_BSC ideal-int +pkg syscall (netbsd-386), const IFT_CARP ideal-int +pkg syscall (netbsd-386), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-386), const IFT_CEPT ideal-int +pkg syscall (netbsd-386), const IFT_CES ideal-int +pkg syscall (netbsd-386), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-386), const IFT_CNR ideal-int +pkg syscall (netbsd-386), const IFT_COFFEE ideal-int +pkg syscall (netbsd-386), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-386), const IFT_DCN ideal-int +pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-386), const IFT_DLSW ideal-int +pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-386), const IFT_DS0 ideal-int +pkg syscall (netbsd-386), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-386), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-386), const IFT_DS3 ideal-int +pkg syscall (netbsd-386), const IFT_DTM ideal-int +pkg syscall (netbsd-386), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-386), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-386), const IFT_ECONET ideal-int +pkg syscall (netbsd-386), const IFT_EON ideal-int +pkg syscall (netbsd-386), const IFT_EPLRS ideal-int +pkg syscall (netbsd-386), const IFT_ESCON ideal-int +pkg syscall (netbsd-386), const IFT_ETHER ideal-int +pkg syscall (netbsd-386), const IFT_FAITH ideal-int +pkg syscall (netbsd-386), const IFT_FAST ideal-int +pkg syscall (netbsd-386), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-386), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-386), const IFT_FDDI ideal-int +pkg syscall (netbsd-386), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-386), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-386), const IFT_FRELAY ideal-int +pkg syscall (netbsd-386), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-386), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-386), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-386), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-386), const IFT_GIF ideal-int +pkg syscall (netbsd-386), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-386), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-386), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-386), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-386), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-386), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-386), const IFT_HDLC ideal-int +pkg syscall (netbsd-386), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-386), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-386), const IFT_HIPPI ideal-int +pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-386), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-386), const IFT_HSSI ideal-int +pkg syscall (netbsd-386), const IFT_HY ideal-int +pkg syscall (netbsd-386), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-386), const IFT_IDSL ideal-int +pkg syscall (netbsd-386), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-386), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-386), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-386), const IFT_IFGSN ideal-int +pkg syscall (netbsd-386), const IFT_IMT ideal-int +pkg syscall (netbsd-386), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-386), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-386), const IFT_IP ideal-int +pkg syscall (netbsd-386), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-386), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-386), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-386), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-386), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-386), const IFT_ISDN ideal-int +pkg syscall (netbsd-386), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-386), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-386), const IFT_ISDNS ideal-int +pkg syscall (netbsd-386), const IFT_ISDNU ideal-int +pkg syscall (netbsd-386), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-386), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-386), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-386), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-386), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-386), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-386), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-386), const IFT_ISUP ideal-int +pkg syscall (netbsd-386), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-386), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-386), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-386), const IFT_LAPB ideal-int +pkg syscall (netbsd-386), const IFT_LAPD ideal-int +pkg syscall (netbsd-386), const IFT_LAPF ideal-int +pkg syscall (netbsd-386), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-386), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-386), const IFT_LOOP ideal-int +pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-386), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-386), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-386), const IFT_MODEM ideal-int +pkg syscall (netbsd-386), const IFT_MPC ideal-int +pkg syscall (netbsd-386), const IFT_MPLS ideal-int +pkg syscall (netbsd-386), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-386), const IFT_MSDSL ideal-int +pkg syscall (netbsd-386), const IFT_MVL ideal-int +pkg syscall (netbsd-386), const IFT_MYRINET ideal-int +pkg syscall (netbsd-386), const IFT_NFAS ideal-int +pkg syscall (netbsd-386), const IFT_NSIP ideal-int +pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-386), const IFT_OTHER ideal-int +pkg syscall (netbsd-386), const IFT_P10 ideal-int +pkg syscall (netbsd-386), const IFT_P80 ideal-int +pkg syscall (netbsd-386), const IFT_PARA ideal-int +pkg syscall (netbsd-386), const IFT_PFLOG ideal-int +pkg syscall (netbsd-386), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-386), const IFT_PLC ideal-int +pkg syscall (netbsd-386), const IFT_PON155 ideal-int +pkg syscall (netbsd-386), const IFT_PON622 ideal-int +pkg syscall (netbsd-386), const IFT_POS ideal-int +pkg syscall (netbsd-386), const IFT_PPP ideal-int +pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-386), const IFT_PROPATM ideal-int +pkg syscall (netbsd-386), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-386), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-386), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-386), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-386), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-386), const IFT_PVC ideal-int +pkg syscall (netbsd-386), const IFT_Q2931 ideal-int +pkg syscall (netbsd-386), const IFT_QLLC ideal-int +pkg syscall (netbsd-386), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-386), const IFT_RADSL ideal-int +pkg syscall (netbsd-386), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-386), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-386), const IFT_RS232 ideal-int +pkg syscall (netbsd-386), const IFT_RSRB ideal-int +pkg syscall (netbsd-386), const IFT_SDLC ideal-int +pkg syscall (netbsd-386), const IFT_SDSL ideal-int +pkg syscall (netbsd-386), const IFT_SHDSL ideal-int +pkg syscall (netbsd-386), const IFT_SIP ideal-int +pkg syscall (netbsd-386), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-386), const IFT_SIPTG ideal-int +pkg syscall (netbsd-386), const IFT_SLIP ideal-int +pkg syscall (netbsd-386), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-386), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-386), const IFT_SONET ideal-int +pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-386), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-386), const IFT_SONETVT ideal-int +pkg syscall (netbsd-386), const IFT_SRP ideal-int +pkg syscall (netbsd-386), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-386), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-386), const IFT_STARLAN ideal-int +pkg syscall (netbsd-386), const IFT_STF ideal-int +pkg syscall (netbsd-386), const IFT_T1 ideal-int +pkg syscall (netbsd-386), const IFT_TDLC ideal-int +pkg syscall (netbsd-386), const IFT_TELINK ideal-int +pkg syscall (netbsd-386), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-386), const IFT_TR008 ideal-int +pkg syscall (netbsd-386), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-386), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-386), const IFT_ULTRA ideal-int +pkg syscall (netbsd-386), const IFT_USB ideal-int +pkg syscall (netbsd-386), const IFT_V11 ideal-int +pkg syscall (netbsd-386), const IFT_V35 ideal-int +pkg syscall (netbsd-386), const IFT_V36 ideal-int +pkg syscall (netbsd-386), const IFT_V37 ideal-int +pkg syscall (netbsd-386), const IFT_VDSL ideal-int +pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-386), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-386), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-386), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-386), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-386), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-386), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-386), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-386), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-386), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-386), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-386), const IFT_X213 ideal-int +pkg syscall (netbsd-386), const IFT_X25 ideal-int +pkg syscall (netbsd-386), const IFT_X25DDN ideal-int +pkg syscall (netbsd-386), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-386), const IFT_X25MLP ideal-int +pkg syscall (netbsd-386), const IFT_X25PLE ideal-int +pkg syscall (netbsd-386), const IFT_XETHER ideal-int +pkg syscall (netbsd-386), const IGNBRK ideal-int +pkg syscall (netbsd-386), const IGNCR ideal-int +pkg syscall (netbsd-386), const IGNPAR ideal-int +pkg syscall (netbsd-386), const IMAXBEL ideal-int +pkg syscall (netbsd-386), const INLCR ideal-int +pkg syscall (netbsd-386), const INPCK ideal-int +pkg syscall (netbsd-386), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-386), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-386), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-386), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-386), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-386), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-386), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-386), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-386), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-386), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-386), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-386), const IPPROTO_AH ideal-int +pkg syscall (netbsd-386), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-386), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-386), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-386), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-386), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-386), const IPPROTO_EON ideal-int +pkg syscall (netbsd-386), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-386), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-386), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-386), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-386), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-386), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-386), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-386), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-386), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-386), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-386), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-386), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-386), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-386), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-386), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-386), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-386), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-386), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-386), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-386), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-386), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-386), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-386), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-386), const IPPROTO_TP ideal-int +pkg syscall (netbsd-386), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-386), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-386), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-386), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-386), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-386), const IPV6_FAITH ideal-int +pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-386), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-386), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-386), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-386), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-386), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-386), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-386), const IPV6_MMTU ideal-int +pkg syscall (netbsd-386), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-386), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-386), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-386), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-386), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-386), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-386), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-386), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-386), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-386), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-386), const IPV6_VERSION ideal-int +pkg syscall (netbsd-386), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-386), const IP_DF ideal-int +pkg syscall (netbsd-386), const IP_EF ideal-int +pkg syscall (netbsd-386), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-386), const IP_HDRINCL ideal-int +pkg syscall (netbsd-386), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-386), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-386), const IP_MF ideal-int +pkg syscall (netbsd-386), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-386), const IP_MINTTL ideal-int +pkg syscall (netbsd-386), const IP_MSS ideal-int +pkg syscall (netbsd-386), const IP_OFFMASK ideal-int +pkg syscall (netbsd-386), const IP_OPTIONS ideal-int +pkg syscall (netbsd-386), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-386), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-386), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-386), const IP_RECVIF ideal-int +pkg syscall (netbsd-386), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-386), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-386), const IP_RECVTTL ideal-int +pkg syscall (netbsd-386), const IP_RETOPTS ideal-int +pkg syscall (netbsd-386), const IP_RF ideal-int +pkg syscall (netbsd-386), const ISIG ideal-int +pkg syscall (netbsd-386), const ISTRIP ideal-int +pkg syscall (netbsd-386), const IXANY ideal-int +pkg syscall (netbsd-386), const IXOFF ideal-int +pkg syscall (netbsd-386), const IXON ideal-int +pkg syscall (netbsd-386), const LOCK_EX ideal-int +pkg syscall (netbsd-386), const LOCK_NB ideal-int +pkg syscall (netbsd-386), const LOCK_SH ideal-int +pkg syscall (netbsd-386), const LOCK_UN ideal-int +pkg syscall (netbsd-386), const MSG_BCAST ideal-int +pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-386), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-386), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-386), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-386), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-386), const MSG_EOR ideal-int +pkg syscall (netbsd-386), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-386), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-386), const MSG_MCAST ideal-int +pkg syscall (netbsd-386), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-386), const MSG_NBIO ideal-int +pkg syscall (netbsd-386), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-386), const MSG_OOB ideal-int +pkg syscall (netbsd-386), const MSG_PEEK ideal-int +pkg syscall (netbsd-386), const MSG_TRUNC ideal-int +pkg syscall (netbsd-386), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-386), const MSG_WAITALL ideal-int +pkg syscall (netbsd-386), const NAME_MAX ideal-int +pkg syscall (netbsd-386), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-386), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-386), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-386), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-386), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-386), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-386), const NOFLSH ideal-int +pkg syscall (netbsd-386), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-386), const NOTE_CHILD ideal-int +pkg syscall (netbsd-386), const NOTE_DELETE ideal-int +pkg syscall (netbsd-386), const NOTE_EXEC ideal-int +pkg syscall (netbsd-386), const NOTE_EXIT ideal-int +pkg syscall (netbsd-386), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-386), const NOTE_FORK ideal-int +pkg syscall (netbsd-386), const NOTE_LINK ideal-int +pkg syscall (netbsd-386), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-386), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-386), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-386), const NOTE_RENAME ideal-int +pkg syscall (netbsd-386), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-386), const NOTE_TRACK ideal-int +pkg syscall (netbsd-386), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-386), const NOTE_WRITE ideal-int +pkg syscall (netbsd-386), const OCRNL ideal-int +pkg syscall (netbsd-386), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-386), const ONLCR ideal-int +pkg syscall (netbsd-386), const ONLRET ideal-int +pkg syscall (netbsd-386), const ONOCR ideal-int +pkg syscall (netbsd-386), const ONOEOT ideal-int +pkg syscall (netbsd-386), const OPOST ideal-int +pkg syscall (netbsd-386), const O_ACCMODE ideal-int +pkg syscall (netbsd-386), const O_ALT_IO ideal-int +pkg syscall (netbsd-386), const O_DIRECT ideal-int +pkg syscall (netbsd-386), const O_DIRECTORY ideal-int +pkg syscall (netbsd-386), const O_DSYNC ideal-int +pkg syscall (netbsd-386), const O_EXLOCK ideal-int +pkg syscall (netbsd-386), const O_FSYNC ideal-int +pkg syscall (netbsd-386), const O_NDELAY ideal-int +pkg syscall (netbsd-386), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-386), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-386), const O_RSYNC ideal-int +pkg syscall (netbsd-386), const O_SHLOCK ideal-int +pkg syscall (netbsd-386), const PARENB ideal-int +pkg syscall (netbsd-386), const PARMRK ideal-int +pkg syscall (netbsd-386), const PARODD ideal-int +pkg syscall (netbsd-386), const PENDIN ideal-int +pkg syscall (netbsd-386), const PRIO_PGRP = 1 +pkg syscall (netbsd-386), const PRIO_PGRP ideal-int +pkg syscall (netbsd-386), const PRIO_PROCESS = 0 +pkg syscall (netbsd-386), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-386), const PRIO_USER = 2 +pkg syscall (netbsd-386), const PRIO_USER ideal-int +pkg syscall (netbsd-386), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-386), const PTRACE_CONT ideal-int +pkg syscall (netbsd-386), const PTRACE_KILL ideal-int +pkg syscall (netbsd-386), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-386), const RLIMIT_AS ideal-int +pkg syscall (netbsd-386), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-386), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-386), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-386), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-386), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-386), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-386), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-386), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-386), const RTAX_BRD ideal-int +pkg syscall (netbsd-386), const RTAX_DST ideal-int +pkg syscall (netbsd-386), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-386), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-386), const RTAX_IFA ideal-int +pkg syscall (netbsd-386), const RTAX_IFP ideal-int +pkg syscall (netbsd-386), const RTAX_MAX ideal-int +pkg syscall (netbsd-386), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-386), const RTAX_TAG ideal-int +pkg syscall (netbsd-386), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-386), const RTA_BRD ideal-int +pkg syscall (netbsd-386), const RTA_DST ideal-int +pkg syscall (netbsd-386), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-386), const RTA_GENMASK ideal-int +pkg syscall (netbsd-386), const RTA_IFA ideal-int +pkg syscall (netbsd-386), const RTA_IFP ideal-int +pkg syscall (netbsd-386), const RTA_NETMASK ideal-int +pkg syscall (netbsd-386), const RTA_TAG ideal-int +pkg syscall (netbsd-386), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-386), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-386), const RTF_CLONED ideal-int +pkg syscall (netbsd-386), const RTF_CLONING ideal-int +pkg syscall (netbsd-386), const RTF_DONE ideal-int +pkg syscall (netbsd-386), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-386), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-386), const RTF_HOST ideal-int +pkg syscall (netbsd-386), const RTF_LLINFO ideal-int +pkg syscall (netbsd-386), const RTF_MASK ideal-int +pkg syscall (netbsd-386), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-386), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-386), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-386), const RTF_REJECT ideal-int +pkg syscall (netbsd-386), const RTF_SRC ideal-int +pkg syscall (netbsd-386), const RTF_STATIC ideal-int +pkg syscall (netbsd-386), const RTF_UP ideal-int +pkg syscall (netbsd-386), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-386), const RTM_ADD ideal-int +pkg syscall (netbsd-386), const RTM_CHANGE ideal-int +pkg syscall (netbsd-386), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-386), const RTM_DELADDR ideal-int +pkg syscall (netbsd-386), const RTM_DELETE ideal-int +pkg syscall (netbsd-386), const RTM_GET ideal-int +pkg syscall (netbsd-386), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-386), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-386), const RTM_IFINFO ideal-int +pkg syscall (netbsd-386), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-386), const RTM_LOCK ideal-int +pkg syscall (netbsd-386), const RTM_LOSING ideal-int +pkg syscall (netbsd-386), const RTM_MISS ideal-int +pkg syscall (netbsd-386), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-386), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-386), const RTM_OLDADD ideal-int +pkg syscall (netbsd-386), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-386), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-386), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-386), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-386), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-386), const RTM_SETGATE ideal-int +pkg syscall (netbsd-386), const RTM_VERSION ideal-int +pkg syscall (netbsd-386), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-386), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-386), const RTV_MTU ideal-int +pkg syscall (netbsd-386), const RTV_RPIPE ideal-int +pkg syscall (netbsd-386), const RTV_RTT ideal-int +pkg syscall (netbsd-386), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-386), const RTV_SPIPE ideal-int +pkg syscall (netbsd-386), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-386), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-386), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-386), const SCM_CREDS ideal-int +pkg syscall (netbsd-386), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-386), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-386), const SIGCHLD Signal +pkg syscall (netbsd-386), const SIGCONT Signal +pkg syscall (netbsd-386), const SIGEMT Signal +pkg syscall (netbsd-386), const SIGINFO Signal +pkg syscall (netbsd-386), const SIGIO Signal +pkg syscall (netbsd-386), const SIGIOT Signal +pkg syscall (netbsd-386), const SIGPROF Signal +pkg syscall (netbsd-386), const SIGPWR Signal +pkg syscall (netbsd-386), const SIGSTOP Signal +pkg syscall (netbsd-386), const SIGSYS Signal +pkg syscall (netbsd-386), const SIGTSTP Signal +pkg syscall (netbsd-386), const SIGTTIN Signal +pkg syscall (netbsd-386), const SIGTTOU Signal +pkg syscall (netbsd-386), const SIGURG Signal +pkg syscall (netbsd-386), const SIGUSR1 Signal +pkg syscall (netbsd-386), const SIGUSR2 Signal +pkg syscall (netbsd-386), const SIGVTALRM Signal +pkg syscall (netbsd-386), const SIGWINCH Signal +pkg syscall (netbsd-386), const SIGXCPU Signal +pkg syscall (netbsd-386), const SIGXFSZ Signal +pkg syscall (netbsd-386), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-386), const SIOCADDRT ideal-int +pkg syscall (netbsd-386), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCATMARK ideal-int +pkg syscall (netbsd-386), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-386), const SIOCDELRT ideal-int +pkg syscall (netbsd-386), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-386), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-386), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-386), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-386), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-386), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-386), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-386), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-386), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-386), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-386), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-386), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-386), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-386), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-386), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-386), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-386), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-386), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-386), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-386), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-386), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-386), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-386), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-386), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-386), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-386), const SIOCGPGRP ideal-int +pkg syscall (netbsd-386), const SIOCGVH ideal-int +pkg syscall (netbsd-386), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-386), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-386), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-386), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-386), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-386), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-386), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-386), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-386), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-386), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-386), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-386), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-386), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-386), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-386), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-386), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-386), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-386), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-386), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-386), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-386), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-386), const SIOCSPGRP ideal-int +pkg syscall (netbsd-386), const SIOCSVH ideal-int +pkg syscall (netbsd-386), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-386), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-386), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-386), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-386), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-386), const SOCK_RDM ideal-int +pkg syscall (netbsd-386), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-386), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-386), const SO_DEBUG ideal-int +pkg syscall (netbsd-386), const SO_ERROR ideal-int +pkg syscall (netbsd-386), const SO_NOHEADER ideal-int +pkg syscall (netbsd-386), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-386), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-386), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-386), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-386), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-386), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-386), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-386), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-386), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-386), const SO_TYPE ideal-int +pkg syscall (netbsd-386), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-386), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-386), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-386), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-386), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-386), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-386), const SYS_ACCESS ideal-int +pkg syscall (netbsd-386), const SYS_ACCT ideal-int +pkg syscall (netbsd-386), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-386), const SYS_BIND ideal-int +pkg syscall (netbsd-386), const SYS_BREAK ideal-int +pkg syscall (netbsd-386), const SYS_CHDIR ideal-int +pkg syscall (netbsd-386), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-386), const SYS_CHMOD ideal-int +pkg syscall (netbsd-386), const SYS_CHOWN ideal-int +pkg syscall (netbsd-386), const SYS_CHROOT ideal-int +pkg syscall (netbsd-386), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-386), const SYS_CLOSE ideal-int +pkg syscall (netbsd-386), const SYS_CONNECT ideal-int +pkg syscall (netbsd-386), const SYS_DUP ideal-int +pkg syscall (netbsd-386), const SYS_DUP2 ideal-int +pkg syscall (netbsd-386), const SYS_DUP3 ideal-int +pkg syscall (netbsd-386), const SYS_EXECVE ideal-int +pkg syscall (netbsd-386), const SYS_EXIT ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-386), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-386), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-386), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-386), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-386), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-386), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-386), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-386), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-386), const SYS_FCNTL ideal-int +pkg syscall (netbsd-386), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-386), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-386), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-386), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-386), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-386), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-386), const SYS_FLOCK ideal-int +pkg syscall (netbsd-386), const SYS_FORK ideal-int +pkg syscall (netbsd-386), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-386), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-386), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-386), const SYS_FSTAT ideal-int +pkg syscall (netbsd-386), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-386), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-386), const SYS_FSYNC ideal-int +pkg syscall (netbsd-386), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-386), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-386), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-386), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-386), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-386), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-386), const SYS_GETEGID ideal-int +pkg syscall (netbsd-386), const SYS_GETEUID ideal-int +pkg syscall (netbsd-386), const SYS_GETFH ideal-int +pkg syscall (netbsd-386), const SYS_GETGID ideal-int +pkg syscall (netbsd-386), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-386), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-386), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-386), const SYS_GETPGID ideal-int +pkg syscall (netbsd-386), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-386), const SYS_GETPID ideal-int +pkg syscall (netbsd-386), const SYS_GETPPID ideal-int +pkg syscall (netbsd-386), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-386), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-386), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-386), const SYS_GETSID ideal-int +pkg syscall (netbsd-386), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-386), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-386), const SYS_GETUID ideal-int +pkg syscall (netbsd-386), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-386), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-386), const SYS_IOCTL ideal-int +pkg syscall (netbsd-386), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-386), const SYS_KEVENT ideal-int +pkg syscall (netbsd-386), const SYS_KILL ideal-int +pkg syscall (netbsd-386), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-386), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-386), const SYS_KTRACE ideal-int +pkg syscall (netbsd-386), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-386), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-386), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-386), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-386), const SYS_LINK ideal-int +pkg syscall (netbsd-386), const SYS_LINKAT ideal-int +pkg syscall (netbsd-386), const SYS_LISTEN ideal-int +pkg syscall (netbsd-386), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-386), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-386), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-386), const SYS_LSEEK ideal-int +pkg syscall (netbsd-386), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-386), const SYS_LSTAT ideal-int +pkg syscall (netbsd-386), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-386), const SYS_MADVISE ideal-int +pkg syscall (netbsd-386), const SYS_MINCORE ideal-int +pkg syscall (netbsd-386), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-386), const SYS_MKDIR ideal-int +pkg syscall (netbsd-386), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-386), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-386), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-386), const SYS_MKNOD ideal-int +pkg syscall (netbsd-386), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-386), const SYS_MLOCK ideal-int +pkg syscall (netbsd-386), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-386), const SYS_MMAP ideal-int +pkg syscall (netbsd-386), const SYS_MODCTL ideal-int +pkg syscall (netbsd-386), const SYS_MOUNT ideal-int +pkg syscall (netbsd-386), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-386), const SYS_MREMAP ideal-int +pkg syscall (netbsd-386), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-386), const SYS_MSGGET ideal-int +pkg syscall (netbsd-386), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-386), const SYS_MSGSND ideal-int +pkg syscall (netbsd-386), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-386), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-386), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-386), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-386), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-386), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-386), const SYS_OPEN ideal-int +pkg syscall (netbsd-386), const SYS_OPENAT ideal-int +pkg syscall (netbsd-386), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-386), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-386), const SYS_PIPE ideal-int +pkg syscall (netbsd-386), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-386), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-386), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-386), const SYS_POLL ideal-int +pkg syscall (netbsd-386), const SYS_POLLTS ideal-int +pkg syscall (netbsd-386), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-386), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-386), const SYS_PREAD ideal-int +pkg syscall (netbsd-386), const SYS_PREADV ideal-int +pkg syscall (netbsd-386), const SYS_PROFIL ideal-int +pkg syscall (netbsd-386), const SYS_PSELECT ideal-int +pkg syscall (netbsd-386), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-386), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-386), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-386), const SYS_PTRACE ideal-int +pkg syscall (netbsd-386), const SYS_PWRITE ideal-int +pkg syscall (netbsd-386), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-386), const SYS_RASCTL ideal-int +pkg syscall (netbsd-386), const SYS_READ ideal-int +pkg syscall (netbsd-386), const SYS_READLINK ideal-int +pkg syscall (netbsd-386), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-386), const SYS_READV ideal-int +pkg syscall (netbsd-386), const SYS_REBOOT ideal-int +pkg syscall (netbsd-386), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-386), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-386), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-386), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-386), const SYS_RENAME ideal-int +pkg syscall (netbsd-386), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-386), const SYS_REVOKE ideal-int +pkg syscall (netbsd-386), const SYS_RMDIR ideal-int +pkg syscall (netbsd-386), const SYS_SBRK ideal-int +pkg syscall (netbsd-386), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-386), const SYS_SELECT ideal-int +pkg syscall (netbsd-386), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-386), const SYS_SEMGET ideal-int +pkg syscall (netbsd-386), const SYS_SEMOP ideal-int +pkg syscall (netbsd-386), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-386), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-386), const SYS_SENDTO ideal-int +pkg syscall (netbsd-386), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-386), const SYS_SETEGID ideal-int +pkg syscall (netbsd-386), const SYS_SETEUID ideal-int +pkg syscall (netbsd-386), const SYS_SETGID ideal-int +pkg syscall (netbsd-386), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-386), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-386), const SYS_SETPGID ideal-int +pkg syscall (netbsd-386), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-386), const SYS_SETREGID ideal-int +pkg syscall (netbsd-386), const SYS_SETREUID ideal-int +pkg syscall (netbsd-386), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-386), const SYS_SETSID ideal-int +pkg syscall (netbsd-386), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-386), const SYS_SETUID ideal-int +pkg syscall (netbsd-386), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-386), const SYS_SHMAT ideal-int +pkg syscall (netbsd-386), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-386), const SYS_SHMDT ideal-int +pkg syscall (netbsd-386), const SYS_SHMGET ideal-int +pkg syscall (netbsd-386), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-386), const SYS_SOCKET ideal-int +pkg syscall (netbsd-386), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-386), const SYS_SSTK ideal-int +pkg syscall (netbsd-386), const SYS_STAT ideal-int +pkg syscall (netbsd-386), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-386), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-386), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-386), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-386), const SYS_SYNC ideal-int +pkg syscall (netbsd-386), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-386), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-386), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-386), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-386), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-386), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-386), const SYS_UMASK ideal-int +pkg syscall (netbsd-386), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-386), const SYS_UNLINK ideal-int +pkg syscall (netbsd-386), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-386), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-386), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-386), const SYS_UTIMES ideal-int +pkg syscall (netbsd-386), const SYS_UTRACE ideal-int +pkg syscall (netbsd-386), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-386), const SYS_VADVISE ideal-int +pkg syscall (netbsd-386), const SYS_VFORK ideal-int +pkg syscall (netbsd-386), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-386), const SYS_WRITE ideal-int +pkg syscall (netbsd-386), const SYS_WRITEV ideal-int +pkg syscall (netbsd-386), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-386), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-386), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-386), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-386), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-386), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-386), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-386), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-386), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-386), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-386), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-386), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-386), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-386), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-386), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-386), const SYS___CLONE ideal-int +pkg syscall (netbsd-386), const SYS___GETCWD ideal-int +pkg syscall (netbsd-386), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-386), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-386), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-386), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-386), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-386), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-386), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-386), const S_ARCH1 ideal-int +pkg syscall (netbsd-386), const S_ARCH2 ideal-int +pkg syscall (netbsd-386), const S_BLKSIZE ideal-int +pkg syscall (netbsd-386), const S_IEXEC ideal-int +pkg syscall (netbsd-386), const S_IFWHT ideal-int +pkg syscall (netbsd-386), const S_IREAD ideal-int +pkg syscall (netbsd-386), const S_IRGRP ideal-int +pkg syscall (netbsd-386), const S_IROTH ideal-int +pkg syscall (netbsd-386), const S_IRWXG ideal-int +pkg syscall (netbsd-386), const S_IRWXO ideal-int +pkg syscall (netbsd-386), const S_IRWXU ideal-int +pkg syscall (netbsd-386), const S_ISTXT ideal-int +pkg syscall (netbsd-386), const S_IWGRP ideal-int +pkg syscall (netbsd-386), const S_IWOTH ideal-int +pkg syscall (netbsd-386), const S_IWRITE ideal-int +pkg syscall (netbsd-386), const S_IXGRP ideal-int +pkg syscall (netbsd-386), const S_IXOTH ideal-int +pkg syscall (netbsd-386), const S_LOGIN_SET ideal-int +pkg syscall (netbsd-386), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-386), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-386), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-386), const SizeofBpfStat ideal-int +pkg syscall (netbsd-386), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-386), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-386), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-386), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-386), const SizeofIPMreq ideal-int +pkg syscall (netbsd-386), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-386), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-386), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-386), const SizeofIfData ideal-int +pkg syscall (netbsd-386), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-386), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-386), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-386), const SizeofLinger ideal-int +pkg syscall (netbsd-386), const SizeofMsghdr ideal-int +pkg syscall (netbsd-386), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-386), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-386), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-386), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-386), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-386), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-386), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-386), const TCIFLUSH ideal-int +pkg syscall (netbsd-386), const TCIOFLUSH ideal-int +pkg syscall (netbsd-386), const TCOFLUSH ideal-int +pkg syscall (netbsd-386), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-386), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-386), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-386), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-386), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-386), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-386), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-386), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-386), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-386), const TCP_MINMSS ideal-int +pkg syscall (netbsd-386), const TCP_MSS ideal-int +pkg syscall (netbsd-386), const TCSAFLUSH ideal-int +pkg syscall (netbsd-386), const TIOCCBRK ideal-int +pkg syscall (netbsd-386), const TIOCCDTR ideal-int +pkg syscall (netbsd-386), const TIOCCONS ideal-int +pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-386), const TIOCDRAIN ideal-int +pkg syscall (netbsd-386), const TIOCEXCL ideal-int +pkg syscall (netbsd-386), const TIOCEXT ideal-int +pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-386), const TIOCFLUSH ideal-int +pkg syscall (netbsd-386), const TIOCGETA ideal-int +pkg syscall (netbsd-386), const TIOCGETD ideal-int +pkg syscall (netbsd-386), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-386), const TIOCGLINED ideal-int +pkg syscall (netbsd-386), const TIOCGPGRP ideal-int +pkg syscall (netbsd-386), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-386), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-386), const TIOCGSID ideal-int +pkg syscall (netbsd-386), const TIOCGSIZE ideal-int +pkg syscall (netbsd-386), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-386), const TIOCMBIC ideal-int +pkg syscall (netbsd-386), const TIOCMBIS ideal-int +pkg syscall (netbsd-386), const TIOCMGET ideal-int +pkg syscall (netbsd-386), const TIOCMSET ideal-int +pkg syscall (netbsd-386), const TIOCM_CAR ideal-int +pkg syscall (netbsd-386), const TIOCM_CD ideal-int +pkg syscall (netbsd-386), const TIOCM_CTS ideal-int +pkg syscall (netbsd-386), const TIOCM_DSR ideal-int +pkg syscall (netbsd-386), const TIOCM_DTR ideal-int +pkg syscall (netbsd-386), const TIOCM_LE ideal-int +pkg syscall (netbsd-386), const TIOCM_RI ideal-int +pkg syscall (netbsd-386), const TIOCM_RNG ideal-int +pkg syscall (netbsd-386), const TIOCM_RTS ideal-int +pkg syscall (netbsd-386), const TIOCM_SR ideal-int +pkg syscall (netbsd-386), const TIOCM_ST ideal-int +pkg syscall (netbsd-386), const TIOCNOTTY ideal-int +pkg syscall (netbsd-386), const TIOCNXCL ideal-int +pkg syscall (netbsd-386), const TIOCOUTQ ideal-int +pkg syscall (netbsd-386), const TIOCPKT ideal-int +pkg syscall (netbsd-386), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-386), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-386), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-386), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-386), const TIOCPKT_START ideal-int +pkg syscall (netbsd-386), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-386), const TIOCPTMGET ideal-int +pkg syscall (netbsd-386), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-386), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-386), const TIOCREMOTE ideal-int +pkg syscall (netbsd-386), const TIOCSBRK ideal-int +pkg syscall (netbsd-386), const TIOCSCTTY ideal-int +pkg syscall (netbsd-386), const TIOCSDTR ideal-int +pkg syscall (netbsd-386), const TIOCSETA ideal-int +pkg syscall (netbsd-386), const TIOCSETAF ideal-int +pkg syscall (netbsd-386), const TIOCSETAW ideal-int +pkg syscall (netbsd-386), const TIOCSETD ideal-int +pkg syscall (netbsd-386), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-386), const TIOCSIG ideal-int +pkg syscall (netbsd-386), const TIOCSLINED ideal-int +pkg syscall (netbsd-386), const TIOCSPGRP ideal-int +pkg syscall (netbsd-386), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-386), const TIOCSSIZE ideal-int +pkg syscall (netbsd-386), const TIOCSTART ideal-int +pkg syscall (netbsd-386), const TIOCSTAT ideal-int +pkg syscall (netbsd-386), const TIOCSTI ideal-int +pkg syscall (netbsd-386), const TIOCSTOP ideal-int +pkg syscall (netbsd-386), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-386), const TIOCUCNTL ideal-int +pkg syscall (netbsd-386), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-386), const TOSTOP ideal-int +pkg syscall (netbsd-386), const VDISCARD ideal-int +pkg syscall (netbsd-386), const VDSUSP ideal-int +pkg syscall (netbsd-386), const VEOF ideal-int +pkg syscall (netbsd-386), const VEOL ideal-int +pkg syscall (netbsd-386), const VEOL2 ideal-int +pkg syscall (netbsd-386), const VERASE ideal-int +pkg syscall (netbsd-386), const VINTR ideal-int +pkg syscall (netbsd-386), const VKILL ideal-int +pkg syscall (netbsd-386), const VLNEXT ideal-int +pkg syscall (netbsd-386), const VMIN ideal-int +pkg syscall (netbsd-386), const VQUIT ideal-int +pkg syscall (netbsd-386), const VREPRINT ideal-int +pkg syscall (netbsd-386), const VSTART ideal-int +pkg syscall (netbsd-386), const VSTATUS ideal-int +pkg syscall (netbsd-386), const VSTOP ideal-int +pkg syscall (netbsd-386), const VSUSP ideal-int +pkg syscall (netbsd-386), const VTIME ideal-int +pkg syscall (netbsd-386), const VWERASE ideal-int +pkg syscall (netbsd-386), const WALL ideal-int +pkg syscall (netbsd-386), const WALLSIG ideal-int +pkg syscall (netbsd-386), const WALTSIG ideal-int +pkg syscall (netbsd-386), const WCLONE ideal-int +pkg syscall (netbsd-386), const WCOREFLAG ideal-int +pkg syscall (netbsd-386), const WNOHANG ideal-int +pkg syscall (netbsd-386), const WNOWAIT ideal-int +pkg syscall (netbsd-386), const WNOZOMBIE ideal-int +pkg syscall (netbsd-386), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-386), const WSTOPPED ideal-int +pkg syscall (netbsd-386), const WUNTRACED ideal-int +pkg syscall (netbsd-386), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-386), func Access(string, uint32) error +pkg syscall (netbsd-386), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-386), func Bind(int, Sockaddr) error +pkg syscall (netbsd-386), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-386), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-386), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-386), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-386), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-386), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-386), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-386), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-386), func CheckBpfVersion(int) error +pkg syscall (netbsd-386), func Chflags(string, int) error +pkg syscall (netbsd-386), func Chroot(string) error +pkg syscall (netbsd-386), func Close(int) error +pkg syscall (netbsd-386), func CloseOnExec(int) +pkg syscall (netbsd-386), func CmsgLen(int) int +pkg syscall (netbsd-386), func CmsgSpace(int) int +pkg syscall (netbsd-386), func Connect(int, Sockaddr) error +pkg syscall (netbsd-386), func Dup(int) (int, error) +pkg syscall (netbsd-386), func Dup2(int, int) error +pkg syscall (netbsd-386), func Fchdir(int) error +pkg syscall (netbsd-386), func Fchflags(int, int) error +pkg syscall (netbsd-386), func Fchmod(int, uint32) error +pkg syscall (netbsd-386), func Fchown(int, int, int) error +pkg syscall (netbsd-386), func Flock(int, int) error +pkg syscall (netbsd-386), func FlushBpf(int) error +pkg syscall (netbsd-386), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-386), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-386), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-386), func Fsync(int) error +pkg syscall (netbsd-386), func Ftruncate(int, int64) error +pkg syscall (netbsd-386), func Futimes(int, []Timeval) error +pkg syscall (netbsd-386), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-386), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-386), func Getpgid(int) (int, error) +pkg syscall (netbsd-386), func Getpgrp() int +pkg syscall (netbsd-386), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-386), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-386), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-386), func Getsid(int) (int, error) +pkg syscall (netbsd-386), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-386), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-386), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-386), func Issetugid() bool +pkg syscall (netbsd-386), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-386), func Kill(int, Signal) error +pkg syscall (netbsd-386), func Kqueue() (int, error) +pkg syscall (netbsd-386), func Listen(int, int) error +pkg syscall (netbsd-386), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-386), func Mkfifo(string, uint32) error +pkg syscall (netbsd-386), func Mknod(string, uint32, int) error +pkg syscall (netbsd-386), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-386), func Munmap([]uint8) error +pkg syscall (netbsd-386), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-386), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-386), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-386), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-386), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-386), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-386), func Pipe([]int) error +pkg syscall (netbsd-386), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-386), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-386), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-386), func Revoke(string) error +pkg syscall (netbsd-386), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-386), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-386), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-386), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-386), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-386), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-386), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-386), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-386), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-386), func SetBpfInterface(int, string) error +pkg syscall (netbsd-386), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-386), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-386), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-386), func SetNonblock(int, bool) error +pkg syscall (netbsd-386), func Setegid(int) error +pkg syscall (netbsd-386), func Seteuid(int) error +pkg syscall (netbsd-386), func Setgid(int) error +pkg syscall (netbsd-386), func Setgroups([]int) error +pkg syscall (netbsd-386), func Setpgid(int, int) error +pkg syscall (netbsd-386), func Setpriority(int, int, int) error +pkg syscall (netbsd-386), func Setregid(int, int) error +pkg syscall (netbsd-386), func Setreuid(int, int) error +pkg syscall (netbsd-386), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-386), func Setsid() (int, error) +pkg syscall (netbsd-386), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-386), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-386), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-386), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-386), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-386), func Settimeofday(*Timeval) error +pkg syscall (netbsd-386), func Setuid(int) error +pkg syscall (netbsd-386), func Shutdown(int, int) error +pkg syscall (netbsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-386), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-386), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-386), func Stat(string, *Stat_t) error +pkg syscall (netbsd-386), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-386), func Sync() error +pkg syscall (netbsd-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386), func Sysctl(string) (string, error) +pkg syscall (netbsd-386), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-386), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-386), func Truncate(string, int64) error +pkg syscall (netbsd-386), func Umask(int) int +pkg syscall (netbsd-386), func UnixRights(...int) []uint8 +pkg syscall (netbsd-386), func Unmount(string, int) error +pkg syscall (netbsd-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-386), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-386), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-386), method (*Iovec) SetLen(int) +pkg syscall (netbsd-386), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-386), type BpfHdr struct +pkg syscall (netbsd-386), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-386), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-386), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-386), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-386), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-386), type BpfInsn struct +pkg syscall (netbsd-386), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-386), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-386), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-386), type BpfInsn struct, K uint32 +pkg syscall (netbsd-386), type BpfProgram struct +pkg syscall (netbsd-386), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-386), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-386), type BpfStat struct +pkg syscall (netbsd-386), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-386), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-386), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-386), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-386), type BpfTimeval struct +pkg syscall (netbsd-386), type BpfTimeval struct, Sec int32 +pkg syscall (netbsd-386), type BpfTimeval struct, Usec int32 +pkg syscall (netbsd-386), type BpfVersion struct +pkg syscall (netbsd-386), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-386), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-386), type Cmsghdr struct +pkg syscall (netbsd-386), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-386), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-386), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-386), type Credential struct +pkg syscall (netbsd-386), type Credential struct, Gid uint32 +pkg syscall (netbsd-386), type Credential struct, Groups []uint32 +pkg syscall (netbsd-386), type Credential struct, Uid uint32 +pkg syscall (netbsd-386), type Dirent struct +pkg syscall (netbsd-386), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-386), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-386), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-386), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-386), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-386), type Dirent struct, Type uint8 +pkg syscall (netbsd-386), type FdSet struct +pkg syscall (netbsd-386), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-386), type Flock_t struct +pkg syscall (netbsd-386), type Flock_t struct, Len int64 +pkg syscall (netbsd-386), type Flock_t struct, Pid int32 +pkg syscall (netbsd-386), type Flock_t struct, Start int64 +pkg syscall (netbsd-386), type Flock_t struct, Type int16 +pkg syscall (netbsd-386), type Flock_t struct, Whence int16 +pkg syscall (netbsd-386), type Fsid struct +pkg syscall (netbsd-386), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-386), type ICMPv6Filter struct +pkg syscall (netbsd-386), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-386), type IPv6MTUInfo struct +pkg syscall (netbsd-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-386), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-386), type IfData struct +pkg syscall (netbsd-386), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-386), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-386), type IfData struct, Collisions uint64 +pkg syscall (netbsd-386), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-386), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-386), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-386), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-386), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-386), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-386), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-386), type IfData struct, Link_state int32 +pkg syscall (netbsd-386), type IfData struct, Metric uint64 +pkg syscall (netbsd-386), type IfData struct, Mtu uint64 +pkg syscall (netbsd-386), type IfData struct, Noproto uint64 +pkg syscall (netbsd-386), type IfData struct, Obytes uint64 +pkg syscall (netbsd-386), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-386), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-386), type IfData struct, Opackets uint64 +pkg syscall (netbsd-386), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-386), type IfData struct, Type uint8 +pkg syscall (netbsd-386), type IfMsghdr struct +pkg syscall (netbsd-386), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-386), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-386), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-386), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-386), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-386), type IfMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-386), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-386), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-386), type IfaMsghdr struct +pkg syscall (netbsd-386), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-386), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-386), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-386), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-386), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-386), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-386), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-386), type Inet6Pktinfo struct +pkg syscall (netbsd-386), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-386), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-386), type InterfaceAddrMessage struct +pkg syscall (netbsd-386), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-386), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-386), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-386), type InterfaceMessage struct +pkg syscall (netbsd-386), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-386), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-386), type Iovec struct +pkg syscall (netbsd-386), type Iovec struct, Base *uint8 +pkg syscall (netbsd-386), type Iovec struct, Len uint32 +pkg syscall (netbsd-386), type Kevent_t struct +pkg syscall (netbsd-386), type Kevent_t struct, Data int64 +pkg syscall (netbsd-386), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-386), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-386), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-386), type Kevent_t struct, Ident uint32 +pkg syscall (netbsd-386), type Kevent_t struct, Udata int32 +pkg syscall (netbsd-386), type Mclpool [0]uint8 +pkg syscall (netbsd-386), type Msghdr struct +pkg syscall (netbsd-386), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-386), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-386), type Msghdr struct, Flags int32 +pkg syscall (netbsd-386), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-386), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-386), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-386), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-386), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-386), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-386), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-386), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-386), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-386), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-386), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-386), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-386), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-386), type RawSockaddrUnix struct +pkg syscall (netbsd-386), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-386), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-386), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-386), type Rlimit struct +pkg syscall (netbsd-386), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-386), type Rlimit struct, Max uint64 +pkg syscall (netbsd-386), type RouteMessage struct +pkg syscall (netbsd-386), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-386), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-386), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-386), type RtMetrics struct +pkg syscall (netbsd-386), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-386), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-386), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-386), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-386), type RtMsghdr struct +pkg syscall (netbsd-386), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-386), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-386), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-386), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-386), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-386), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-386), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-386), type Rusage struct, Idrss int32 +pkg syscall (netbsd-386), type Rusage struct, Inblock int32 +pkg syscall (netbsd-386), type Rusage struct, Isrss int32 +pkg syscall (netbsd-386), type Rusage struct, Ixrss int32 +pkg syscall (netbsd-386), type Rusage struct, Majflt int32 +pkg syscall (netbsd-386), type Rusage struct, Maxrss int32 +pkg syscall (netbsd-386), type Rusage struct, Minflt int32 +pkg syscall (netbsd-386), type Rusage struct, Msgrcv int32 +pkg syscall (netbsd-386), type Rusage struct, Msgsnd int32 +pkg syscall (netbsd-386), type Rusage struct, Nivcsw int32 +pkg syscall (netbsd-386), type Rusage struct, Nsignals int32 +pkg syscall (netbsd-386), type Rusage struct, Nswap int32 +pkg syscall (netbsd-386), type Rusage struct, Nvcsw int32 +pkg syscall (netbsd-386), type Rusage struct, Oublock int32 +pkg syscall (netbsd-386), type Rusage struct, Stime Timeval +pkg syscall (netbsd-386), type Rusage struct, Utime Timeval +pkg syscall (netbsd-386), type SockaddrDatalink struct +pkg syscall (netbsd-386), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-386), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-386), type SocketControlMessage struct +pkg syscall (netbsd-386), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-386), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-386), type Stat_t struct +pkg syscall (netbsd-386), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-386), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-386), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-386), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-386), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-386), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-386), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-386), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-386), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-386), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-386), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-386), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-386), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-386), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-386), type Stat_t struct, Size int64 +pkg syscall (netbsd-386), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-386), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-386), type Statfs_t [0]uint8 +pkg syscall (netbsd-386), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-386), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-386), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-386), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-386), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-386), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-386), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-386), type Sysctlnode struct +pkg syscall (netbsd-386), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-386), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-386), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-386), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-386), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-386), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-386), type Timespec struct, Nsec int32 +pkg syscall (netbsd-386), type Timespec struct, Sec int64 +pkg syscall (netbsd-386), type Timeval struct, Sec int64 +pkg syscall (netbsd-386), type Timeval struct, Usec int32 +pkg syscall (netbsd-386), type WaitStatus uint32 +pkg syscall (netbsd-386), var Stderr int +pkg syscall (netbsd-386), var Stdin int +pkg syscall (netbsd-386), var Stdout int +pkg syscall (netbsd-386-cgo), const AF_APPLETALK ideal-int +pkg syscall (netbsd-386-cgo), const AF_ARP ideal-int +pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-386-cgo), const AF_CCITT ideal-int +pkg syscall (netbsd-386-cgo), const AF_CHAOS ideal-int +pkg syscall (netbsd-386-cgo), const AF_CNT ideal-int +pkg syscall (netbsd-386-cgo), const AF_COIP ideal-int +pkg syscall (netbsd-386-cgo), const AF_DATAKIT ideal-int +pkg syscall (netbsd-386-cgo), const AF_DECnet ideal-int +pkg syscall (netbsd-386-cgo), const AF_DLI ideal-int +pkg syscall (netbsd-386-cgo), const AF_E164 ideal-int +pkg syscall (netbsd-386-cgo), const AF_ECMA ideal-int +pkg syscall (netbsd-386-cgo), const AF_HYLINK ideal-int +pkg syscall (netbsd-386-cgo), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-386-cgo), const AF_IMPLINK ideal-int +pkg syscall (netbsd-386-cgo), const AF_IPX ideal-int +pkg syscall (netbsd-386-cgo), const AF_ISDN ideal-int +pkg syscall (netbsd-386-cgo), const AF_ISO ideal-int +pkg syscall (netbsd-386-cgo), const AF_LAT ideal-int +pkg syscall (netbsd-386-cgo), const AF_LINK ideal-int +pkg syscall (netbsd-386-cgo), const AF_LOCAL ideal-int +pkg syscall (netbsd-386-cgo), const AF_MAX ideal-int +pkg syscall (netbsd-386-cgo), const AF_MPLS ideal-int +pkg syscall (netbsd-386-cgo), const AF_NATM ideal-int +pkg syscall (netbsd-386-cgo), const AF_NS ideal-int +pkg syscall (netbsd-386-cgo), const AF_OROUTE ideal-int +pkg syscall (netbsd-386-cgo), const AF_OSI ideal-int +pkg syscall (netbsd-386-cgo), const AF_PUP ideal-int +pkg syscall (netbsd-386-cgo), const AF_ROUTE ideal-int +pkg syscall (netbsd-386-cgo), const AF_SNA ideal-int +pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-386-cgo), const B0 ideal-int +pkg syscall (netbsd-386-cgo), const B110 ideal-int +pkg syscall (netbsd-386-cgo), const B115200 ideal-int +pkg syscall (netbsd-386-cgo), const B1200 ideal-int +pkg syscall (netbsd-386-cgo), const B134 ideal-int +pkg syscall (netbsd-386-cgo), const B14400 ideal-int +pkg syscall (netbsd-386-cgo), const B150 ideal-int +pkg syscall (netbsd-386-cgo), const B1800 ideal-int +pkg syscall (netbsd-386-cgo), const B19200 ideal-int +pkg syscall (netbsd-386-cgo), const B200 ideal-int +pkg syscall (netbsd-386-cgo), const B230400 ideal-int +pkg syscall (netbsd-386-cgo), const B2400 ideal-int +pkg syscall (netbsd-386-cgo), const B28800 ideal-int +pkg syscall (netbsd-386-cgo), const B300 ideal-int +pkg syscall (netbsd-386-cgo), const B38400 ideal-int +pkg syscall (netbsd-386-cgo), const B460800 ideal-int +pkg syscall (netbsd-386-cgo), const B4800 ideal-int +pkg syscall (netbsd-386-cgo), const B50 ideal-int +pkg syscall (netbsd-386-cgo), const B57600 ideal-int +pkg syscall (netbsd-386-cgo), const B600 ideal-int +pkg syscall (netbsd-386-cgo), const B7200 ideal-int +pkg syscall (netbsd-386-cgo), const B75 ideal-int +pkg syscall (netbsd-386-cgo), const B76800 ideal-int +pkg syscall (netbsd-386-cgo), const B921600 ideal-int +pkg syscall (netbsd-386-cgo), const B9600 ideal-int +pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-386-cgo), const BIOCFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGBLEN ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGDLT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGETIF ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGSTATS ideal-int +pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-386-cgo), const BIOCPROMISC ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSBLEN ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSDLT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSETF ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSETIF ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSTCPF ideal-int +pkg syscall (netbsd-386-cgo), const BIOCSUDPF ideal-int +pkg syscall (netbsd-386-cgo), const BIOCVERSION ideal-int +pkg syscall (netbsd-386-cgo), const BPF_A ideal-int +pkg syscall (netbsd-386-cgo), const BPF_ABS ideal-int +pkg syscall (netbsd-386-cgo), const BPF_ADD ideal-int +pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-386-cgo), const BPF_ALU ideal-int +pkg syscall (netbsd-386-cgo), const BPF_AND ideal-int +pkg syscall (netbsd-386-cgo), const BPF_B ideal-int +pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-386-cgo), const BPF_DIV ideal-int +pkg syscall (netbsd-386-cgo), const BPF_H ideal-int +pkg syscall (netbsd-386-cgo), const BPF_IMM ideal-int +pkg syscall (netbsd-386-cgo), const BPF_IND ideal-int +pkg syscall (netbsd-386-cgo), const BPF_JA ideal-int +pkg syscall (netbsd-386-cgo), const BPF_JEQ ideal-int +pkg syscall (netbsd-386-cgo), const BPF_JGE ideal-int +pkg syscall (netbsd-386-cgo), const BPF_JGT ideal-int +pkg syscall (netbsd-386-cgo), const BPF_JMP ideal-int +pkg syscall (netbsd-386-cgo), const BPF_JSET ideal-int +pkg syscall (netbsd-386-cgo), const BPF_K ideal-int +pkg syscall (netbsd-386-cgo), const BPF_LD ideal-int +pkg syscall (netbsd-386-cgo), const BPF_LDX ideal-int +pkg syscall (netbsd-386-cgo), const BPF_LEN ideal-int +pkg syscall (netbsd-386-cgo), const BPF_LSH ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MEM ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MISC ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MSH ideal-int +pkg syscall (netbsd-386-cgo), const BPF_MUL ideal-int +pkg syscall (netbsd-386-cgo), const BPF_NEG ideal-int +pkg syscall (netbsd-386-cgo), const BPF_OR ideal-int +pkg syscall (netbsd-386-cgo), const BPF_RELEASE ideal-int +pkg syscall (netbsd-386-cgo), const BPF_RET ideal-int +pkg syscall (netbsd-386-cgo), const BPF_RSH ideal-int +pkg syscall (netbsd-386-cgo), const BPF_ST ideal-int +pkg syscall (netbsd-386-cgo), const BPF_STX ideal-int +pkg syscall (netbsd-386-cgo), const BPF_SUB ideal-int +pkg syscall (netbsd-386-cgo), const BPF_TAX ideal-int +pkg syscall (netbsd-386-cgo), const BPF_TXA ideal-int +pkg syscall (netbsd-386-cgo), const BPF_W ideal-int +pkg syscall (netbsd-386-cgo), const BPF_X ideal-int +pkg syscall (netbsd-386-cgo), const BRKINT ideal-int +pkg syscall (netbsd-386-cgo), const CFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const CLOCAL ideal-int +pkg syscall (netbsd-386-cgo), const CREAD ideal-int +pkg syscall (netbsd-386-cgo), const CS5 ideal-int +pkg syscall (netbsd-386-cgo), const CS6 ideal-int +pkg syscall (netbsd-386-cgo), const CS7 ideal-int +pkg syscall (netbsd-386-cgo), const CS8 ideal-int +pkg syscall (netbsd-386-cgo), const CSIZE ideal-int +pkg syscall (netbsd-386-cgo), const CSTART ideal-int +pkg syscall (netbsd-386-cgo), const CSTATUS ideal-int +pkg syscall (netbsd-386-cgo), const CSTOP ideal-int +pkg syscall (netbsd-386-cgo), const CSTOPB ideal-int +pkg syscall (netbsd-386-cgo), const CSUSP ideal-int +pkg syscall (netbsd-386-cgo), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-386-cgo), const CTL_NET ideal-int +pkg syscall (netbsd-386-cgo), const CTL_QUERY ideal-int +pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const DLT_A429 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-386-cgo), const DLT_AOS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ARCNET ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_AURORA ideal-int +pkg syscall (netbsd-386-cgo), const DLT_AX25 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_CAN20B ideal-int +pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-386-cgo), const DLT_CHAOS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_DECT ideal-int +pkg syscall (netbsd-386-cgo), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ECONET ideal-int +pkg syscall (netbsd-386-cgo), const DLT_EN10MB ideal-int +pkg syscall (netbsd-386-cgo), const DLT_EN3MB ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ENC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ERF ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-386-cgo), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_FC_2 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_FDDI ideal-int +pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-386-cgo), const DLT_FRELAY ideal-int +pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GPF_F ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GPF_T ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-386-cgo), const DLT_HDLC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_HHDLC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_HIPPI ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IPMB ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IPNET ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IPV4 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IPV6 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LAPD ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LIN ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LOOP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_LTALK ideal-int +pkg syscall (netbsd-386-cgo), const DLT_MFR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_MOST ideal-int +pkg syscall (netbsd-386-cgo), const DLT_MPLS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_MTP2 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_MTP3 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_NULL ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PFLOG ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPI ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-386-cgo), const DLT_PRONET ideal-int +pkg syscall (netbsd-386-cgo), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-386-cgo), const DLT_RAW ideal-int +pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-386-cgo), const DLT_RIO ideal-int +pkg syscall (netbsd-386-cgo), const DLT_SCCP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_SITA ideal-int +pkg syscall (netbsd-386-cgo), const DLT_SLIP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-386-cgo), const DLT_SUNATM ideal-int +pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-386-cgo), const DLT_TZSP ideal-int +pkg syscall (netbsd-386-cgo), const DLT_USB ideal-int +pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-386-cgo), const DLT_WIHART ideal-int +pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-386-cgo), const DT_BLK ideal-int +pkg syscall (netbsd-386-cgo), const DT_CHR ideal-int +pkg syscall (netbsd-386-cgo), const DT_DIR ideal-int +pkg syscall (netbsd-386-cgo), const DT_FIFO ideal-int +pkg syscall (netbsd-386-cgo), const DT_LNK ideal-int +pkg syscall (netbsd-386-cgo), const DT_REG ideal-int +pkg syscall (netbsd-386-cgo), const DT_SOCK ideal-int +pkg syscall (netbsd-386-cgo), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-386-cgo), const DT_WHT ideal-int +pkg syscall (netbsd-386-cgo), const EAUTH Errno +pkg syscall (netbsd-386-cgo), const EBADMSG Errno +pkg syscall (netbsd-386-cgo), const EBADRPC Errno +pkg syscall (netbsd-386-cgo), const ECHO ideal-int +pkg syscall (netbsd-386-cgo), const ECHOCTL ideal-int +pkg syscall (netbsd-386-cgo), const ECHOE ideal-int +pkg syscall (netbsd-386-cgo), const ECHOK ideal-int +pkg syscall (netbsd-386-cgo), const ECHOKE ideal-int +pkg syscall (netbsd-386-cgo), const ECHONL ideal-int +pkg syscall (netbsd-386-cgo), const ECHOPRT ideal-int +pkg syscall (netbsd-386-cgo), const EFTYPE Errno +pkg syscall (netbsd-386-cgo), const ELAST Errno +pkg syscall (netbsd-386-cgo), const EMULTIHOP Errno +pkg syscall (netbsd-386-cgo), const EMUL_LINUX ideal-int +pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-386-cgo), const EMUL_MAXID ideal-int +pkg syscall (netbsd-386-cgo), const ENEEDAUTH Errno +pkg syscall (netbsd-386-cgo), const ENOATTR Errno +pkg syscall (netbsd-386-cgo), const ENODATA Errno +pkg syscall (netbsd-386-cgo), const ENOLINK Errno +pkg syscall (netbsd-386-cgo), const ENOSR Errno +pkg syscall (netbsd-386-cgo), const ENOSTR Errno +pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_DENORM ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_INVOP ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW ideal-int +pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV ideal-int +pkg syscall (netbsd-386-cgo), const EPROCLIM Errno +pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL Errno +pkg syscall (netbsd-386-cgo), const EPROGMISMATCH Errno +pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL Errno +pkg syscall (netbsd-386-cgo), const EPROTO Errno +pkg syscall (netbsd-386-cgo), const ERPCMISMATCH Errno +pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-386-cgo), const ETHERMIN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERMTU ideal-int +pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-386-cgo), const ETIME Errno +pkg syscall (netbsd-386-cgo), const EVFILT_AIO ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_PROC ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_READ ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-386-cgo), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-386-cgo), const EV_ADD ideal-int +pkg syscall (netbsd-386-cgo), const EV_CLEAR ideal-int +pkg syscall (netbsd-386-cgo), const EV_DELETE ideal-int +pkg syscall (netbsd-386-cgo), const EV_DISABLE ideal-int +pkg syscall (netbsd-386-cgo), const EV_ENABLE ideal-int +pkg syscall (netbsd-386-cgo), const EV_EOF ideal-int +pkg syscall (netbsd-386-cgo), const EV_ERROR ideal-int +pkg syscall (netbsd-386-cgo), const EV_FLAG1 ideal-int +pkg syscall (netbsd-386-cgo), const EV_ONESHOT ideal-int +pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const EXTA ideal-int +pkg syscall (netbsd-386-cgo), const EXTB ideal-int +pkg syscall (netbsd-386-cgo), const EXTPROC ideal-int +pkg syscall (netbsd-386-cgo), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-386-cgo), const FD_SETSIZE ideal-int +pkg syscall (netbsd-386-cgo), const FLUSHO ideal-int +pkg syscall (netbsd-386-cgo), const F_CLOSEM ideal-int +pkg syscall (netbsd-386-cgo), const F_DUPFD ideal-int +pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-386-cgo), const F_FSCTL ideal-int +pkg syscall (netbsd-386-cgo), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-386-cgo), const F_FSIN ideal-int +pkg syscall (netbsd-386-cgo), const F_FSINOUT ideal-int +pkg syscall (netbsd-386-cgo), const F_FSOUT ideal-int +pkg syscall (netbsd-386-cgo), const F_FSPRIV ideal-int +pkg syscall (netbsd-386-cgo), const F_FSVOID ideal-int +pkg syscall (netbsd-386-cgo), const F_GETFD ideal-int +pkg syscall (netbsd-386-cgo), const F_GETFL ideal-int +pkg syscall (netbsd-386-cgo), const F_GETLK ideal-int +pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-386-cgo), const F_GETOWN ideal-int +pkg syscall (netbsd-386-cgo), const F_MAXFD ideal-int +pkg syscall (netbsd-386-cgo), const F_OK ideal-int +pkg syscall (netbsd-386-cgo), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-386-cgo), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-386-cgo), const F_RDLCK ideal-int +pkg syscall (netbsd-386-cgo), const F_SETFD ideal-int +pkg syscall (netbsd-386-cgo), const F_SETFL ideal-int +pkg syscall (netbsd-386-cgo), const F_SETLK ideal-int +pkg syscall (netbsd-386-cgo), const F_SETLKW ideal-int +pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-386-cgo), const F_SETOWN ideal-int +pkg syscall (netbsd-386-cgo), const F_UNLCK ideal-int +pkg syscall (netbsd-386-cgo), const F_WRLCK ideal-int +pkg syscall (netbsd-386-cgo), const HUPCL ideal-int +pkg syscall (netbsd-386-cgo), const ICANON ideal-int +pkg syscall (netbsd-386-cgo), const ICMP6_FILTER = 18 +pkg syscall (netbsd-386-cgo), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-386-cgo), const ICRNL ideal-int +pkg syscall (netbsd-386-cgo), const IEXTEN ideal-int +pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-386-cgo), const IFA_ROUTE ideal-int +pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-386-cgo), const IFF_DEBUG ideal-int +pkg syscall (netbsd-386-cgo), const IFF_LINK0 ideal-int +pkg syscall (netbsd-386-cgo), const IFF_LINK1 ideal-int +pkg syscall (netbsd-386-cgo), const IFF_LINK2 ideal-int +pkg syscall (netbsd-386-cgo), const IFF_NOARP ideal-int +pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-386-cgo), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-386-cgo), const IFF_PROMISC ideal-int +pkg syscall (netbsd-386-cgo), const IFF_RUNNING ideal-int +pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-386-cgo), const IFNAMSIZ ideal-int +pkg syscall (netbsd-386-cgo), const IFT_1822 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-386-cgo), const IFT_AAL2 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_AAL5 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ADSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ARAP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ARCNET ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ASYNC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-386-cgo), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_BSC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_CARP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_CEPT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_CES ideal-int +pkg syscall (netbsd-386-cgo), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_CNR ideal-int +pkg syscall (netbsd-386-cgo), const IFT_COFFEE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DCN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DLSW ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DS0 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DS3 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DTM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ECONET ideal-int +pkg syscall (netbsd-386-cgo), const IFT_EON ideal-int +pkg syscall (netbsd-386-cgo), const IFT_EPLRS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ESCON ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ETHER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FAITH ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FAST ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FDDI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRELAY ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-386-cgo), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-386-cgo), const IFT_GIF ideal-int +pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-386-cgo), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HDLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HIPPI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HSSI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_HY ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IDSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IFGSN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IMT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISDN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISDNS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISDNU ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ISUP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_LAPB ideal-int +pkg syscall (netbsd-386-cgo), const IFT_LAPD ideal-int +pkg syscall (netbsd-386-cgo), const IFT_LAPF ideal-int +pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-386-cgo), const IFT_LOOP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MODEM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MPC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MPLS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MSDSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MVL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_MYRINET ideal-int +pkg syscall (netbsd-386-cgo), const IFT_NFAS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_NSIP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_OTHER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_P10 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_P80 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PARA ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PFLOG ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PON155 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PON622 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_POS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PPP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPATM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_PVC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_Q2931 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_QLLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_RADSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_RS232 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_RSRB ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SDLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SDSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SHDSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SIP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SIPTG ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SLIP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SONET ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SONETVT ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SRP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-386-cgo), const IFT_STARLAN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_STF ideal-int +pkg syscall (netbsd-386-cgo), const IFT_T1 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_TDLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_TELINK ideal-int +pkg syscall (netbsd-386-cgo), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-386-cgo), const IFT_TR008 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-386-cgo), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_ULTRA ideal-int +pkg syscall (netbsd-386-cgo), const IFT_USB ideal-int +pkg syscall (netbsd-386-cgo), const IFT_V11 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_V35 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_V36 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_V37 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VDSL ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_X213 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_X25 ideal-int +pkg syscall (netbsd-386-cgo), const IFT_X25DDN ideal-int +pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_X25MLP ideal-int +pkg syscall (netbsd-386-cgo), const IFT_X25PLE ideal-int +pkg syscall (netbsd-386-cgo), const IFT_XETHER ideal-int +pkg syscall (netbsd-386-cgo), const IGNBRK ideal-int +pkg syscall (netbsd-386-cgo), const IGNCR ideal-int +pkg syscall (netbsd-386-cgo), const IGNPAR ideal-int +pkg syscall (netbsd-386-cgo), const IMAXBEL ideal-int +pkg syscall (netbsd-386-cgo), const INLCR ideal-int +pkg syscall (netbsd-386-cgo), const INPCK ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_AH ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_EON ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_TP ideal-int +pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_FAITH ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_MMTU ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_VERSION ideal-int +pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-386-cgo), const IP_DF ideal-int +pkg syscall (netbsd-386-cgo), const IP_EF ideal-int +pkg syscall (netbsd-386-cgo), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-386-cgo), const IP_HDRINCL ideal-int +pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-386-cgo), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-386-cgo), const IP_MF ideal-int +pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-386-cgo), const IP_MINTTL ideal-int +pkg syscall (netbsd-386-cgo), const IP_MSS ideal-int +pkg syscall (netbsd-386-cgo), const IP_OFFMASK ideal-int +pkg syscall (netbsd-386-cgo), const IP_OPTIONS ideal-int +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-386-cgo), const IP_RECVIF ideal-int +pkg syscall (netbsd-386-cgo), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IP_RECVTTL ideal-int +pkg syscall (netbsd-386-cgo), const IP_RETOPTS ideal-int +pkg syscall (netbsd-386-cgo), const IP_RF ideal-int +pkg syscall (netbsd-386-cgo), const ISIG ideal-int +pkg syscall (netbsd-386-cgo), const ISTRIP ideal-int +pkg syscall (netbsd-386-cgo), const IXANY ideal-int +pkg syscall (netbsd-386-cgo), const IXOFF ideal-int +pkg syscall (netbsd-386-cgo), const IXON ideal-int +pkg syscall (netbsd-386-cgo), const LOCK_EX ideal-int +pkg syscall (netbsd-386-cgo), const LOCK_NB ideal-int +pkg syscall (netbsd-386-cgo), const LOCK_SH ideal-int +pkg syscall (netbsd-386-cgo), const LOCK_UN ideal-int +pkg syscall (netbsd-386-cgo), const MSG_BCAST ideal-int +pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-386-cgo), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-386-cgo), const MSG_EOR ideal-int +pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-386-cgo), const MSG_MCAST ideal-int +pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-386-cgo), const MSG_NBIO ideal-int +pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-386-cgo), const MSG_OOB ideal-int +pkg syscall (netbsd-386-cgo), const MSG_PEEK ideal-int +pkg syscall (netbsd-386-cgo), const MSG_TRUNC ideal-int +pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const MSG_WAITALL ideal-int +pkg syscall (netbsd-386-cgo), const NAME_MAX ideal-int +pkg syscall (netbsd-386-cgo), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-386-cgo), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-386-cgo), const NOFLSH ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_CHILD ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_DELETE ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_EXEC ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_EXIT ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_FORK ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_LINK ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_RENAME ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_TRACK ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-386-cgo), const NOTE_WRITE ideal-int +pkg syscall (netbsd-386-cgo), const OCRNL ideal-int +pkg syscall (netbsd-386-cgo), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-386-cgo), const ONLCR ideal-int +pkg syscall (netbsd-386-cgo), const ONLRET ideal-int +pkg syscall (netbsd-386-cgo), const ONOCR ideal-int +pkg syscall (netbsd-386-cgo), const ONOEOT ideal-int +pkg syscall (netbsd-386-cgo), const OPOST ideal-int +pkg syscall (netbsd-386-cgo), const O_ACCMODE ideal-int +pkg syscall (netbsd-386-cgo), const O_ALT_IO ideal-int +pkg syscall (netbsd-386-cgo), const O_DIRECT ideal-int +pkg syscall (netbsd-386-cgo), const O_DIRECTORY ideal-int +pkg syscall (netbsd-386-cgo), const O_DSYNC ideal-int +pkg syscall (netbsd-386-cgo), const O_EXLOCK ideal-int +pkg syscall (netbsd-386-cgo), const O_FSYNC ideal-int +pkg syscall (netbsd-386-cgo), const O_NDELAY ideal-int +pkg syscall (netbsd-386-cgo), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-386-cgo), const O_RSYNC ideal-int +pkg syscall (netbsd-386-cgo), const O_SHLOCK ideal-int +pkg syscall (netbsd-386-cgo), const PARENB ideal-int +pkg syscall (netbsd-386-cgo), const PARMRK ideal-int +pkg syscall (netbsd-386-cgo), const PARODD ideal-int +pkg syscall (netbsd-386-cgo), const PENDIN ideal-int +pkg syscall (netbsd-386-cgo), const PRIO_PGRP = 1 +pkg syscall (netbsd-386-cgo), const PRIO_PGRP ideal-int +pkg syscall (netbsd-386-cgo), const PRIO_PROCESS = 0 +pkg syscall (netbsd-386-cgo), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-386-cgo), const PRIO_USER = 2 +pkg syscall (netbsd-386-cgo), const PRIO_USER ideal-int +pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const PTRACE_CONT ideal-int +pkg syscall (netbsd-386-cgo), const PTRACE_KILL ideal-int +pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_AS ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-386-cgo), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-386-cgo), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_BRD ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_DST ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_IFA ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_IFP ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_MAX ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-386-cgo), const RTAX_TAG ideal-int +pkg syscall (netbsd-386-cgo), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-386-cgo), const RTA_BRD ideal-int +pkg syscall (netbsd-386-cgo), const RTA_DST ideal-int +pkg syscall (netbsd-386-cgo), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-386-cgo), const RTA_GENMASK ideal-int +pkg syscall (netbsd-386-cgo), const RTA_IFA ideal-int +pkg syscall (netbsd-386-cgo), const RTA_IFP ideal-int +pkg syscall (netbsd-386-cgo), const RTA_NETMASK ideal-int +pkg syscall (netbsd-386-cgo), const RTA_TAG ideal-int +pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-386-cgo), const RTF_CLONED ideal-int +pkg syscall (netbsd-386-cgo), const RTF_CLONING ideal-int +pkg syscall (netbsd-386-cgo), const RTF_DONE ideal-int +pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-386-cgo), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-386-cgo), const RTF_HOST ideal-int +pkg syscall (netbsd-386-cgo), const RTF_LLINFO ideal-int +pkg syscall (netbsd-386-cgo), const RTF_MASK ideal-int +pkg syscall (netbsd-386-cgo), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-386-cgo), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-386-cgo), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-386-cgo), const RTF_REJECT ideal-int +pkg syscall (netbsd-386-cgo), const RTF_SRC ideal-int +pkg syscall (netbsd-386-cgo), const RTF_STATIC ideal-int +pkg syscall (netbsd-386-cgo), const RTF_UP ideal-int +pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-386-cgo), const RTM_ADD ideal-int +pkg syscall (netbsd-386-cgo), const RTM_CHANGE ideal-int +pkg syscall (netbsd-386-cgo), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-386-cgo), const RTM_DELADDR ideal-int +pkg syscall (netbsd-386-cgo), const RTM_DELETE ideal-int +pkg syscall (netbsd-386-cgo), const RTM_GET ideal-int +pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-386-cgo), const RTM_IFINFO ideal-int +pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-386-cgo), const RTM_LOCK ideal-int +pkg syscall (netbsd-386-cgo), const RTM_LOSING ideal-int +pkg syscall (netbsd-386-cgo), const RTM_MISS ideal-int +pkg syscall (netbsd-386-cgo), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-386-cgo), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-386-cgo), const RTM_OLDADD ideal-int +pkg syscall (netbsd-386-cgo), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-386-cgo), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-386-cgo), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-386-cgo), const RTM_SETGATE ideal-int +pkg syscall (netbsd-386-cgo), const RTM_VERSION ideal-int +pkg syscall (netbsd-386-cgo), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-386-cgo), const RTV_MTU ideal-int +pkg syscall (netbsd-386-cgo), const RTV_RPIPE ideal-int +pkg syscall (netbsd-386-cgo), const RTV_RTT ideal-int +pkg syscall (netbsd-386-cgo), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-386-cgo), const RTV_SPIPE ideal-int +pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-386-cgo), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-386-cgo), const SCM_CREDS ideal-int +pkg syscall (netbsd-386-cgo), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-386-cgo), const SIGCHLD Signal +pkg syscall (netbsd-386-cgo), const SIGCONT Signal +pkg syscall (netbsd-386-cgo), const SIGEMT Signal +pkg syscall (netbsd-386-cgo), const SIGINFO Signal +pkg syscall (netbsd-386-cgo), const SIGIO Signal +pkg syscall (netbsd-386-cgo), const SIGIOT Signal +pkg syscall (netbsd-386-cgo), const SIGPROF Signal +pkg syscall (netbsd-386-cgo), const SIGPWR Signal +pkg syscall (netbsd-386-cgo), const SIGSTOP Signal +pkg syscall (netbsd-386-cgo), const SIGSYS Signal +pkg syscall (netbsd-386-cgo), const SIGTSTP Signal +pkg syscall (netbsd-386-cgo), const SIGTTIN Signal +pkg syscall (netbsd-386-cgo), const SIGTTOU Signal +pkg syscall (netbsd-386-cgo), const SIGURG Signal +pkg syscall (netbsd-386-cgo), const SIGUSR1 Signal +pkg syscall (netbsd-386-cgo), const SIGUSR2 Signal +pkg syscall (netbsd-386-cgo), const SIGVTALRM Signal +pkg syscall (netbsd-386-cgo), const SIGWINCH Signal +pkg syscall (netbsd-386-cgo), const SIGXCPU Signal +pkg syscall (netbsd-386-cgo), const SIGXFSZ Signal +pkg syscall (netbsd-386-cgo), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-386-cgo), const SIOCADDRT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCATMARK ideal-int +pkg syscall (netbsd-386-cgo), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-386-cgo), const SIOCDELRT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGPGRP ideal-int +pkg syscall (netbsd-386-cgo), const SIOCGVH ideal-int +pkg syscall (netbsd-386-cgo), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSPGRP ideal-int +pkg syscall (netbsd-386-cgo), const SIOCSVH ideal-int +pkg syscall (netbsd-386-cgo), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-386-cgo), const SOCK_RDM ideal-int +pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-386-cgo), const SO_DEBUG ideal-int +pkg syscall (netbsd-386-cgo), const SO_ERROR ideal-int +pkg syscall (netbsd-386-cgo), const SO_NOHEADER ideal-int +pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-386-cgo), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-386-cgo), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-386-cgo), const SO_TYPE ideal-int +pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_ACCESS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_ACCT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_BIND ideal-int +pkg syscall (netbsd-386-cgo), const SYS_BREAK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CHDIR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CHMOD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CHOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CHROOT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CLOSE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_CONNECT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_DUP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_DUP2 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_DUP3 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXECVE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FCNTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FLOCK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FORK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FSTAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FSYNC ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETEGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETEUID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETFH ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETPGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETPID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETPPID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETSID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETUID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_IOCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_KEVENT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_KILL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_KTRACE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LINKAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LISTEN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LSEEK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LSTAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MADVISE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MINCORE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MKDIR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MKNOD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MLOCK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MMAP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MODCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MOUNT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MREMAP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MSGGET ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MSGSND ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_OPEN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_OPENAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PIPE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-386-cgo), const SYS_POLL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_POLLTS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PREAD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PREADV ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PROFIL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PSELECT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PTRACE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PWRITE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RASCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_READ ideal-int +pkg syscall (netbsd-386-cgo), const SYS_READLINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_READV ideal-int +pkg syscall (netbsd-386-cgo), const SYS_REBOOT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RENAME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_REVOKE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_RMDIR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SBRK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SELECT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SEMGET ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SEMOP ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SENDTO ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETEGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETEUID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETPGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETREGID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETREUID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETSID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETUID ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SHMAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SHMDT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SHMGET ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SOCKET ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SSTK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_STAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SYNC ideal-int +pkg syscall (netbsd-386-cgo), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UMASK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UNLINK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UTIMES ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UTRACE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-386-cgo), const SYS_VADVISE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_VFORK ideal-int +pkg syscall (netbsd-386-cgo), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-386-cgo), const SYS_WRITE ideal-int +pkg syscall (netbsd-386-cgo), const SYS_WRITEV ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-386-cgo), const SYS___CLONE ideal-int +pkg syscall (netbsd-386-cgo), const SYS___GETCWD ideal-int +pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-386-cgo), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-386-cgo), const S_ARCH1 ideal-int +pkg syscall (netbsd-386-cgo), const S_ARCH2 ideal-int +pkg syscall (netbsd-386-cgo), const S_BLKSIZE ideal-int +pkg syscall (netbsd-386-cgo), const S_IEXEC ideal-int +pkg syscall (netbsd-386-cgo), const S_IFWHT ideal-int +pkg syscall (netbsd-386-cgo), const S_IREAD ideal-int +pkg syscall (netbsd-386-cgo), const S_IRGRP ideal-int +pkg syscall (netbsd-386-cgo), const S_IROTH ideal-int +pkg syscall (netbsd-386-cgo), const S_IRWXG ideal-int +pkg syscall (netbsd-386-cgo), const S_IRWXO ideal-int +pkg syscall (netbsd-386-cgo), const S_IRWXU ideal-int +pkg syscall (netbsd-386-cgo), const S_ISTXT ideal-int +pkg syscall (netbsd-386-cgo), const S_IWGRP ideal-int +pkg syscall (netbsd-386-cgo), const S_IWOTH ideal-int +pkg syscall (netbsd-386-cgo), const S_IWRITE ideal-int +pkg syscall (netbsd-386-cgo), const S_IXGRP ideal-int +pkg syscall (netbsd-386-cgo), const S_IXOTH ideal-int +pkg syscall (netbsd-386-cgo), const S_LOGIN_SET ideal-int +pkg syscall (netbsd-386-cgo), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-386-cgo), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-386-cgo), const SizeofBpfStat ideal-int +pkg syscall (netbsd-386-cgo), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-386-cgo), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-386-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIPMreq ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-386-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIfData ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-386-cgo), const SizeofLinger ideal-int +pkg syscall (netbsd-386-cgo), const SizeofMsghdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-386-cgo), const TCIFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const TCIOFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const TCOFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MINMSS ideal-int +pkg syscall (netbsd-386-cgo), const TCP_MSS ideal-int +pkg syscall (netbsd-386-cgo), const TCSAFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const TIOCCBRK ideal-int +pkg syscall (netbsd-386-cgo), const TIOCCDTR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCCONS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCDRAIN ideal-int +pkg syscall (netbsd-386-cgo), const TIOCEXCL ideal-int +pkg syscall (netbsd-386-cgo), const TIOCEXT ideal-int +pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCFLUSH ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGETA ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGETD ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGLINED ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGPGRP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGSID ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGSIZE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-386-cgo), const TIOCMBIC ideal-int +pkg syscall (netbsd-386-cgo), const TIOCMBIS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCMGET ideal-int +pkg syscall (netbsd-386-cgo), const TIOCMSET ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_CAR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_CD ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_CTS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_DSR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_DTR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_LE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_RI ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_RNG ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_RTS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_SR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCM_ST ideal-int +pkg syscall (netbsd-386-cgo), const TIOCNOTTY ideal-int +pkg syscall (netbsd-386-cgo), const TIOCNXCL ideal-int +pkg syscall (netbsd-386-cgo), const TIOCOUTQ ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_START ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPTMGET ideal-int +pkg syscall (netbsd-386-cgo), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-386-cgo), const TIOCREMOTE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSBRK ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSCTTY ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSDTR ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSETA ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSETAF ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSETAW ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSETD ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSIG ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSLINED ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSPGRP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSSIZE ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSTART ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSTAT ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSTI ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSTOP ideal-int +pkg syscall (netbsd-386-cgo), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-386-cgo), const TIOCUCNTL ideal-int +pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-386-cgo), const TOSTOP ideal-int +pkg syscall (netbsd-386-cgo), const VDISCARD ideal-int +pkg syscall (netbsd-386-cgo), const VDSUSP ideal-int +pkg syscall (netbsd-386-cgo), const VEOF ideal-int +pkg syscall (netbsd-386-cgo), const VEOL ideal-int +pkg syscall (netbsd-386-cgo), const VEOL2 ideal-int +pkg syscall (netbsd-386-cgo), const VERASE ideal-int +pkg syscall (netbsd-386-cgo), const VINTR ideal-int +pkg syscall (netbsd-386-cgo), const VKILL ideal-int +pkg syscall (netbsd-386-cgo), const VLNEXT ideal-int +pkg syscall (netbsd-386-cgo), const VMIN ideal-int +pkg syscall (netbsd-386-cgo), const VQUIT ideal-int +pkg syscall (netbsd-386-cgo), const VREPRINT ideal-int +pkg syscall (netbsd-386-cgo), const VSTART ideal-int +pkg syscall (netbsd-386-cgo), const VSTATUS ideal-int +pkg syscall (netbsd-386-cgo), const VSTOP ideal-int +pkg syscall (netbsd-386-cgo), const VSUSP ideal-int +pkg syscall (netbsd-386-cgo), const VTIME ideal-int +pkg syscall (netbsd-386-cgo), const VWERASE ideal-int +pkg syscall (netbsd-386-cgo), const WALL ideal-int +pkg syscall (netbsd-386-cgo), const WALLSIG ideal-int +pkg syscall (netbsd-386-cgo), const WALTSIG ideal-int +pkg syscall (netbsd-386-cgo), const WCLONE ideal-int +pkg syscall (netbsd-386-cgo), const WCOREFLAG ideal-int +pkg syscall (netbsd-386-cgo), const WNOHANG ideal-int +pkg syscall (netbsd-386-cgo), const WNOWAIT ideal-int +pkg syscall (netbsd-386-cgo), const WNOZOMBIE ideal-int +pkg syscall (netbsd-386-cgo), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-386-cgo), const WSTOPPED ideal-int +pkg syscall (netbsd-386-cgo), const WUNTRACED ideal-int +pkg syscall (netbsd-386-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-386-cgo), func Access(string, uint32) error +pkg syscall (netbsd-386-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-386-cgo), func Bind(int, Sockaddr) error +pkg syscall (netbsd-386-cgo), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-386-cgo), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-386-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-386-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-386-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-386-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-386-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-386-cgo), func CheckBpfVersion(int) error +pkg syscall (netbsd-386-cgo), func Chflags(string, int) error +pkg syscall (netbsd-386-cgo), func Chroot(string) error +pkg syscall (netbsd-386-cgo), func Close(int) error +pkg syscall (netbsd-386-cgo), func CloseOnExec(int) +pkg syscall (netbsd-386-cgo), func CmsgLen(int) int +pkg syscall (netbsd-386-cgo), func CmsgSpace(int) int +pkg syscall (netbsd-386-cgo), func Connect(int, Sockaddr) error +pkg syscall (netbsd-386-cgo), func Dup(int) (int, error) +pkg syscall (netbsd-386-cgo), func Dup2(int, int) error +pkg syscall (netbsd-386-cgo), func Fchdir(int) error +pkg syscall (netbsd-386-cgo), func Fchflags(int, int) error +pkg syscall (netbsd-386-cgo), func Fchmod(int, uint32) error +pkg syscall (netbsd-386-cgo), func Fchown(int, int, int) error +pkg syscall (netbsd-386-cgo), func Flock(int, int) error +pkg syscall (netbsd-386-cgo), func FlushBpf(int) error +pkg syscall (netbsd-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-386-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-386-cgo), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-386-cgo), func Fsync(int) error +pkg syscall (netbsd-386-cgo), func Ftruncate(int, int64) error +pkg syscall (netbsd-386-cgo), func Futimes(int, []Timeval) error +pkg syscall (netbsd-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-386-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-386-cgo), func Getpgid(int) (int, error) +pkg syscall (netbsd-386-cgo), func Getpgrp() int +pkg syscall (netbsd-386-cgo), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-386-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-386-cgo), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-386-cgo), func Getsid(int) (int, error) +pkg syscall (netbsd-386-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-386-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-386-cgo), func Issetugid() bool +pkg syscall (netbsd-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-386-cgo), func Kill(int, Signal) error +pkg syscall (netbsd-386-cgo), func Kqueue() (int, error) +pkg syscall (netbsd-386-cgo), func Listen(int, int) error +pkg syscall (netbsd-386-cgo), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-386-cgo), func Mkfifo(string, uint32) error +pkg syscall (netbsd-386-cgo), func Mknod(string, uint32, int) error +pkg syscall (netbsd-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-386-cgo), func Munmap([]uint8) error +pkg syscall (netbsd-386-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-386-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-386-cgo), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-386-cgo), func Pipe([]int) error +pkg syscall (netbsd-386-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386-cgo), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-386-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-386-cgo), func Revoke(string) error +pkg syscall (netbsd-386-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-386-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-386-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-386-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-386-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-386-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-386-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-386-cgo), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-386-cgo), func SetBpfInterface(int, string) error +pkg syscall (netbsd-386-cgo), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-386-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-386-cgo), func SetNonblock(int, bool) error +pkg syscall (netbsd-386-cgo), func Setegid(int) error +pkg syscall (netbsd-386-cgo), func Seteuid(int) error +pkg syscall (netbsd-386-cgo), func Setgid(int) error +pkg syscall (netbsd-386-cgo), func Setgroups([]int) error +pkg syscall (netbsd-386-cgo), func Setpgid(int, int) error +pkg syscall (netbsd-386-cgo), func Setpriority(int, int, int) error +pkg syscall (netbsd-386-cgo), func Setregid(int, int) error +pkg syscall (netbsd-386-cgo), func Setreuid(int, int) error +pkg syscall (netbsd-386-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-386-cgo), func Setsid() (int, error) +pkg syscall (netbsd-386-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-386-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-386-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-386-cgo), func Settimeofday(*Timeval) error +pkg syscall (netbsd-386-cgo), func Setuid(int) error +pkg syscall (netbsd-386-cgo), func Shutdown(int, int) error +pkg syscall (netbsd-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-386-cgo), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-386-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-386-cgo), func Stat(string, *Stat_t) error +pkg syscall (netbsd-386-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-386-cgo), func Sync() error +pkg syscall (netbsd-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-386-cgo), func Sysctl(string) (string, error) +pkg syscall (netbsd-386-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-386-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-386-cgo), func Truncate(string, int64) error +pkg syscall (netbsd-386-cgo), func Umask(int) int +pkg syscall (netbsd-386-cgo), func UnixRights(...int) []uint8 +pkg syscall (netbsd-386-cgo), func Unmount(string, int) error +pkg syscall (netbsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-386-cgo), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-386-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-386-cgo), method (*Iovec) SetLen(int) +pkg syscall (netbsd-386-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-386-cgo), type BpfHdr struct +pkg syscall (netbsd-386-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-386-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-386-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-386-cgo), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-386-cgo), type BpfInsn struct +pkg syscall (netbsd-386-cgo), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-386-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-386-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-386-cgo), type BpfInsn struct, K uint32 +pkg syscall (netbsd-386-cgo), type BpfProgram struct +pkg syscall (netbsd-386-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-386-cgo), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-386-cgo), type BpfStat struct +pkg syscall (netbsd-386-cgo), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-386-cgo), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-386-cgo), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-386-cgo), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-386-cgo), type BpfTimeval struct +pkg syscall (netbsd-386-cgo), type BpfTimeval struct, Sec int32 +pkg syscall (netbsd-386-cgo), type BpfTimeval struct, Usec int32 +pkg syscall (netbsd-386-cgo), type BpfVersion struct +pkg syscall (netbsd-386-cgo), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-386-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-386-cgo), type Cmsghdr struct +pkg syscall (netbsd-386-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-386-cgo), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-386-cgo), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-386-cgo), type Credential struct +pkg syscall (netbsd-386-cgo), type Credential struct, Gid uint32 +pkg syscall (netbsd-386-cgo), type Credential struct, Groups []uint32 +pkg syscall (netbsd-386-cgo), type Credential struct, Uid uint32 +pkg syscall (netbsd-386-cgo), type Dirent struct +pkg syscall (netbsd-386-cgo), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-386-cgo), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-386-cgo), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-386-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-386-cgo), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-386-cgo), type Dirent struct, Type uint8 +pkg syscall (netbsd-386-cgo), type FdSet struct +pkg syscall (netbsd-386-cgo), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-386-cgo), type Flock_t struct +pkg syscall (netbsd-386-cgo), type Flock_t struct, Len int64 +pkg syscall (netbsd-386-cgo), type Flock_t struct, Pid int32 +pkg syscall (netbsd-386-cgo), type Flock_t struct, Start int64 +pkg syscall (netbsd-386-cgo), type Flock_t struct, Type int16 +pkg syscall (netbsd-386-cgo), type Flock_t struct, Whence int16 +pkg syscall (netbsd-386-cgo), type Fsid struct +pkg syscall (netbsd-386-cgo), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-386-cgo), type ICMPv6Filter struct +pkg syscall (netbsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-386-cgo), type IPv6MTUInfo struct +pkg syscall (netbsd-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-386-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-386-cgo), type IfData struct +pkg syscall (netbsd-386-cgo), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-386-cgo), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Collisions uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-386-cgo), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-386-cgo), type IfData struct, Link_state int32 +pkg syscall (netbsd-386-cgo), type IfData struct, Metric uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Mtu uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Noproto uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Obytes uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Opackets uint64 +pkg syscall (netbsd-386-cgo), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-386-cgo), type IfData struct, Type uint8 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-386-cgo), type Inet6Pktinfo struct +pkg syscall (netbsd-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage struct +pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-386-cgo), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-386-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-386-cgo), type InterfaceMessage struct +pkg syscall (netbsd-386-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-386-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-386-cgo), type Iovec struct +pkg syscall (netbsd-386-cgo), type Iovec struct, Base *uint8 +pkg syscall (netbsd-386-cgo), type Iovec struct, Len uint32 +pkg syscall (netbsd-386-cgo), type Kevent_t struct +pkg syscall (netbsd-386-cgo), type Kevent_t struct, Data int64 +pkg syscall (netbsd-386-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-386-cgo), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-386-cgo), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-386-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (netbsd-386-cgo), type Kevent_t struct, Udata int32 +pkg syscall (netbsd-386-cgo), type Mclpool [0]uint8 +pkg syscall (netbsd-386-cgo), type Msghdr struct +pkg syscall (netbsd-386-cgo), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-386-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-386-cgo), type Msghdr struct, Flags int32 +pkg syscall (netbsd-386-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-386-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-386-cgo), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-386-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-386-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-386-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-386-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct +pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-386-cgo), type Rlimit struct +pkg syscall (netbsd-386-cgo), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-386-cgo), type Rlimit struct, Max uint64 +pkg syscall (netbsd-386-cgo), type RouteMessage struct +pkg syscall (netbsd-386-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-386-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-386-cgo), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-386-cgo), type RtMetrics struct +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-386-cgo), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-386-cgo), type Rusage struct, Idrss int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Inblock int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Isrss int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Ixrss int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Majflt int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Maxrss int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Minflt int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Nsignals int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Nswap int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Oublock int32 +pkg syscall (netbsd-386-cgo), type Rusage struct, Stime Timeval +pkg syscall (netbsd-386-cgo), type Rusage struct, Utime Timeval +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-386-cgo), type SocketControlMessage struct +pkg syscall (netbsd-386-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-386-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-386-cgo), type Stat_t struct +pkg syscall (netbsd-386-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-386-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-386-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-386-cgo), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-386-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Size int64 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-386-cgo), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-386-cgo), type Statfs_t [0]uint8 +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-386-cgo), type Sysctlnode struct +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-386-cgo), type Timespec struct, Nsec int32 +pkg syscall (netbsd-386-cgo), type Timespec struct, Sec int64 +pkg syscall (netbsd-386-cgo), type Timeval struct, Sec int64 +pkg syscall (netbsd-386-cgo), type Timeval struct, Usec int32 +pkg syscall (netbsd-386-cgo), type WaitStatus uint32 +pkg syscall (netbsd-386-cgo), var Stderr int +pkg syscall (netbsd-386-cgo), var Stdin int +pkg syscall (netbsd-386-cgo), var Stdout int +pkg syscall (netbsd-amd64), const AF_APPLETALK ideal-int +pkg syscall (netbsd-amd64), const AF_ARP ideal-int +pkg syscall (netbsd-amd64), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-amd64), const AF_CCITT ideal-int +pkg syscall (netbsd-amd64), const AF_CHAOS ideal-int +pkg syscall (netbsd-amd64), const AF_CNT ideal-int +pkg syscall (netbsd-amd64), const AF_COIP ideal-int +pkg syscall (netbsd-amd64), const AF_DATAKIT ideal-int +pkg syscall (netbsd-amd64), const AF_DECnet ideal-int +pkg syscall (netbsd-amd64), const AF_DLI ideal-int +pkg syscall (netbsd-amd64), const AF_E164 ideal-int +pkg syscall (netbsd-amd64), const AF_ECMA ideal-int +pkg syscall (netbsd-amd64), const AF_HYLINK ideal-int +pkg syscall (netbsd-amd64), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-amd64), const AF_IMPLINK ideal-int +pkg syscall (netbsd-amd64), const AF_IPX ideal-int +pkg syscall (netbsd-amd64), const AF_ISDN ideal-int +pkg syscall (netbsd-amd64), const AF_ISO ideal-int +pkg syscall (netbsd-amd64), const AF_LAT ideal-int +pkg syscall (netbsd-amd64), const AF_LINK ideal-int +pkg syscall (netbsd-amd64), const AF_LOCAL ideal-int +pkg syscall (netbsd-amd64), const AF_MAX ideal-int +pkg syscall (netbsd-amd64), const AF_MPLS ideal-int +pkg syscall (netbsd-amd64), const AF_NATM ideal-int +pkg syscall (netbsd-amd64), const AF_NS ideal-int +pkg syscall (netbsd-amd64), const AF_OROUTE ideal-int +pkg syscall (netbsd-amd64), const AF_OSI ideal-int +pkg syscall (netbsd-amd64), const AF_PUP ideal-int +pkg syscall (netbsd-amd64), const AF_ROUTE ideal-int +pkg syscall (netbsd-amd64), const AF_SNA ideal-int +pkg syscall (netbsd-amd64), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-amd64), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-amd64), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-amd64), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-amd64), const B0 ideal-int +pkg syscall (netbsd-amd64), const B110 ideal-int +pkg syscall (netbsd-amd64), const B115200 ideal-int +pkg syscall (netbsd-amd64), const B1200 ideal-int +pkg syscall (netbsd-amd64), const B134 ideal-int +pkg syscall (netbsd-amd64), const B14400 ideal-int +pkg syscall (netbsd-amd64), const B150 ideal-int +pkg syscall (netbsd-amd64), const B1800 ideal-int +pkg syscall (netbsd-amd64), const B19200 ideal-int +pkg syscall (netbsd-amd64), const B200 ideal-int +pkg syscall (netbsd-amd64), const B230400 ideal-int +pkg syscall (netbsd-amd64), const B2400 ideal-int +pkg syscall (netbsd-amd64), const B28800 ideal-int +pkg syscall (netbsd-amd64), const B300 ideal-int +pkg syscall (netbsd-amd64), const B38400 ideal-int +pkg syscall (netbsd-amd64), const B460800 ideal-int +pkg syscall (netbsd-amd64), const B4800 ideal-int +pkg syscall (netbsd-amd64), const B50 ideal-int +pkg syscall (netbsd-amd64), const B57600 ideal-int +pkg syscall (netbsd-amd64), const B600 ideal-int +pkg syscall (netbsd-amd64), const B7200 ideal-int +pkg syscall (netbsd-amd64), const B75 ideal-int +pkg syscall (netbsd-amd64), const B76800 ideal-int +pkg syscall (netbsd-amd64), const B921600 ideal-int +pkg syscall (netbsd-amd64), const B9600 ideal-int +pkg syscall (netbsd-amd64), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-amd64), const BIOCFLUSH ideal-int +pkg syscall (netbsd-amd64), const BIOCGBLEN ideal-int +pkg syscall (netbsd-amd64), const BIOCGDLT ideal-int +pkg syscall (netbsd-amd64), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-amd64), const BIOCGETIF ideal-int +pkg syscall (netbsd-amd64), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-amd64), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-amd64), const BIOCGSTATS ideal-int +pkg syscall (netbsd-amd64), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-amd64), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-amd64), const BIOCPROMISC ideal-int +pkg syscall (netbsd-amd64), const BIOCSBLEN ideal-int +pkg syscall (netbsd-amd64), const BIOCSDLT ideal-int +pkg syscall (netbsd-amd64), const BIOCSETF ideal-int +pkg syscall (netbsd-amd64), const BIOCSETIF ideal-int +pkg syscall (netbsd-amd64), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-amd64), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-amd64), const BIOCSTCPF ideal-int +pkg syscall (netbsd-amd64), const BIOCSUDPF ideal-int +pkg syscall (netbsd-amd64), const BIOCVERSION ideal-int +pkg syscall (netbsd-amd64), const BPF_A ideal-int +pkg syscall (netbsd-amd64), const BPF_ABS ideal-int +pkg syscall (netbsd-amd64), const BPF_ADD ideal-int +pkg syscall (netbsd-amd64), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-amd64), const BPF_ALU ideal-int +pkg syscall (netbsd-amd64), const BPF_AND ideal-int +pkg syscall (netbsd-amd64), const BPF_B ideal-int +pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-amd64), const BPF_DIV ideal-int +pkg syscall (netbsd-amd64), const BPF_H ideal-int +pkg syscall (netbsd-amd64), const BPF_IMM ideal-int +pkg syscall (netbsd-amd64), const BPF_IND ideal-int +pkg syscall (netbsd-amd64), const BPF_JA ideal-int +pkg syscall (netbsd-amd64), const BPF_JEQ ideal-int +pkg syscall (netbsd-amd64), const BPF_JGE ideal-int +pkg syscall (netbsd-amd64), const BPF_JGT ideal-int +pkg syscall (netbsd-amd64), const BPF_JMP ideal-int +pkg syscall (netbsd-amd64), const BPF_JSET ideal-int +pkg syscall (netbsd-amd64), const BPF_K ideal-int +pkg syscall (netbsd-amd64), const BPF_LD ideal-int +pkg syscall (netbsd-amd64), const BPF_LDX ideal-int +pkg syscall (netbsd-amd64), const BPF_LEN ideal-int +pkg syscall (netbsd-amd64), const BPF_LSH ideal-int +pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-amd64), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-amd64), const BPF_MEM ideal-int +pkg syscall (netbsd-amd64), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-amd64), const BPF_MISC ideal-int +pkg syscall (netbsd-amd64), const BPF_MSH ideal-int +pkg syscall (netbsd-amd64), const BPF_MUL ideal-int +pkg syscall (netbsd-amd64), const BPF_NEG ideal-int +pkg syscall (netbsd-amd64), const BPF_OR ideal-int +pkg syscall (netbsd-amd64), const BPF_RELEASE ideal-int +pkg syscall (netbsd-amd64), const BPF_RET ideal-int +pkg syscall (netbsd-amd64), const BPF_RSH ideal-int +pkg syscall (netbsd-amd64), const BPF_ST ideal-int +pkg syscall (netbsd-amd64), const BPF_STX ideal-int +pkg syscall (netbsd-amd64), const BPF_SUB ideal-int +pkg syscall (netbsd-amd64), const BPF_TAX ideal-int +pkg syscall (netbsd-amd64), const BPF_TXA ideal-int +pkg syscall (netbsd-amd64), const BPF_W ideal-int +pkg syscall (netbsd-amd64), const BPF_X ideal-int +pkg syscall (netbsd-amd64), const BRKINT ideal-int +pkg syscall (netbsd-amd64), const CFLUSH ideal-int +pkg syscall (netbsd-amd64), const CLOCAL ideal-int +pkg syscall (netbsd-amd64), const CREAD ideal-int +pkg syscall (netbsd-amd64), const CS5 ideal-int +pkg syscall (netbsd-amd64), const CS6 ideal-int +pkg syscall (netbsd-amd64), const CS7 ideal-int +pkg syscall (netbsd-amd64), const CS8 ideal-int +pkg syscall (netbsd-amd64), const CSIZE ideal-int +pkg syscall (netbsd-amd64), const CSTART ideal-int +pkg syscall (netbsd-amd64), const CSTATUS ideal-int +pkg syscall (netbsd-amd64), const CSTOP ideal-int +pkg syscall (netbsd-amd64), const CSTOPB ideal-int +pkg syscall (netbsd-amd64), const CSUSP ideal-int +pkg syscall (netbsd-amd64), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-amd64), const CTL_NET ideal-int +pkg syscall (netbsd-amd64), const CTL_QUERY ideal-int +pkg syscall (netbsd-amd64), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-amd64), const DLT_A429 ideal-int +pkg syscall (netbsd-amd64), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-amd64), const DLT_AOS ideal-int +pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-amd64), const DLT_ARCNET ideal-int +pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-amd64), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-amd64), const DLT_AURORA ideal-int +pkg syscall (netbsd-amd64), const DLT_AX25 ideal-int +pkg syscall (netbsd-amd64), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-amd64), const DLT_CAN20B ideal-int +pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-amd64), const DLT_CHAOS ideal-int +pkg syscall (netbsd-amd64), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-amd64), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-amd64), const DLT_DECT ideal-int +pkg syscall (netbsd-amd64), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-amd64), const DLT_ECONET ideal-int +pkg syscall (netbsd-amd64), const DLT_EN10MB ideal-int +pkg syscall (netbsd-amd64), const DLT_EN3MB ideal-int +pkg syscall (netbsd-amd64), const DLT_ENC ideal-int +pkg syscall (netbsd-amd64), const DLT_ERF ideal-int +pkg syscall (netbsd-amd64), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-amd64), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-amd64), const DLT_FC_2 ideal-int +pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-amd64), const DLT_FDDI ideal-int +pkg syscall (netbsd-amd64), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-amd64), const DLT_FRELAY ideal-int +pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-amd64), const DLT_GPF_F ideal-int +pkg syscall (netbsd-amd64), const DLT_GPF_T ideal-int +pkg syscall (netbsd-amd64), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-amd64), const DLT_HDLC ideal-int +pkg syscall (netbsd-amd64), const DLT_HHDLC ideal-int +pkg syscall (netbsd-amd64), const DLT_HIPPI ideal-int +pkg syscall (netbsd-amd64), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-amd64), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-amd64), const DLT_IPMB ideal-int +pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-amd64), const DLT_IPNET ideal-int +pkg syscall (netbsd-amd64), const DLT_IPV4 ideal-int +pkg syscall (netbsd-amd64), const DLT_IPV6 ideal-int +pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-amd64), const DLT_LAPD ideal-int +pkg syscall (netbsd-amd64), const DLT_LIN ideal-int +pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-amd64), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-amd64), const DLT_LOOP ideal-int +pkg syscall (netbsd-amd64), const DLT_LTALK ideal-int +pkg syscall (netbsd-amd64), const DLT_MFR ideal-int +pkg syscall (netbsd-amd64), const DLT_MOST ideal-int +pkg syscall (netbsd-amd64), const DLT_MPLS ideal-int +pkg syscall (netbsd-amd64), const DLT_MTP2 ideal-int +pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-amd64), const DLT_MTP3 ideal-int +pkg syscall (netbsd-amd64), const DLT_NULL ideal-int +pkg syscall (netbsd-amd64), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-amd64), const DLT_PFLOG ideal-int +pkg syscall (netbsd-amd64), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-amd64), const DLT_PPI ideal-int +pkg syscall (netbsd-amd64), const DLT_PPP ideal-int +pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-amd64), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-amd64), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-amd64), const DLT_PRONET ideal-int +pkg syscall (netbsd-amd64), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-amd64), const DLT_RAW ideal-int +pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-amd64), const DLT_RIO ideal-int +pkg syscall (netbsd-amd64), const DLT_SCCP ideal-int +pkg syscall (netbsd-amd64), const DLT_SITA ideal-int +pkg syscall (netbsd-amd64), const DLT_SLIP ideal-int +pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-amd64), const DLT_SUNATM ideal-int +pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-amd64), const DLT_TZSP ideal-int +pkg syscall (netbsd-amd64), const DLT_USB ideal-int +pkg syscall (netbsd-amd64), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-amd64), const DLT_WIHART ideal-int +pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-amd64), const DT_BLK ideal-int +pkg syscall (netbsd-amd64), const DT_CHR ideal-int +pkg syscall (netbsd-amd64), const DT_DIR ideal-int +pkg syscall (netbsd-amd64), const DT_FIFO ideal-int +pkg syscall (netbsd-amd64), const DT_LNK ideal-int +pkg syscall (netbsd-amd64), const DT_REG ideal-int +pkg syscall (netbsd-amd64), const DT_SOCK ideal-int +pkg syscall (netbsd-amd64), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-amd64), const DT_WHT ideal-int +pkg syscall (netbsd-amd64), const EAUTH Errno +pkg syscall (netbsd-amd64), const EBADMSG Errno +pkg syscall (netbsd-amd64), const EBADRPC Errno +pkg syscall (netbsd-amd64), const ECHO ideal-int +pkg syscall (netbsd-amd64), const ECHOCTL ideal-int +pkg syscall (netbsd-amd64), const ECHOE ideal-int +pkg syscall (netbsd-amd64), const ECHOK ideal-int +pkg syscall (netbsd-amd64), const ECHOKE ideal-int +pkg syscall (netbsd-amd64), const ECHONL ideal-int +pkg syscall (netbsd-amd64), const ECHOPRT ideal-int +pkg syscall (netbsd-amd64), const EFTYPE Errno +pkg syscall (netbsd-amd64), const ELAST Errno +pkg syscall (netbsd-amd64), const EMULTIHOP Errno +pkg syscall (netbsd-amd64), const EMUL_LINUX ideal-int +pkg syscall (netbsd-amd64), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-amd64), const EMUL_MAXID ideal-int +pkg syscall (netbsd-amd64), const ENEEDAUTH Errno +pkg syscall (netbsd-amd64), const ENOATTR Errno +pkg syscall (netbsd-amd64), const ENODATA Errno +pkg syscall (netbsd-amd64), const ENOLINK Errno +pkg syscall (netbsd-amd64), const ENOSR Errno +pkg syscall (netbsd-amd64), const ENOSTR Errno +pkg syscall (netbsd-amd64), const EPROCLIM Errno +pkg syscall (netbsd-amd64), const EPROCUNAVAIL Errno +pkg syscall (netbsd-amd64), const EPROGMISMATCH Errno +pkg syscall (netbsd-amd64), const EPROGUNAVAIL Errno +pkg syscall (netbsd-amd64), const EPROTO Errno +pkg syscall (netbsd-amd64), const ERPCMISMATCH Errno +pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-amd64), const ETHERMIN ideal-int +pkg syscall (netbsd-amd64), const ETHERMTU ideal-int +pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-amd64), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-amd64), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-amd64), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-amd64), const ETIME Errno +pkg syscall (netbsd-amd64), const EVFILT_AIO ideal-int +pkg syscall (netbsd-amd64), const EVFILT_PROC ideal-int +pkg syscall (netbsd-amd64), const EVFILT_READ ideal-int +pkg syscall (netbsd-amd64), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-amd64), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-amd64), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-amd64), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-amd64), const EV_ADD ideal-int +pkg syscall (netbsd-amd64), const EV_CLEAR ideal-int +pkg syscall (netbsd-amd64), const EV_DELETE ideal-int +pkg syscall (netbsd-amd64), const EV_DISABLE ideal-int +pkg syscall (netbsd-amd64), const EV_ENABLE ideal-int +pkg syscall (netbsd-amd64), const EV_EOF ideal-int +pkg syscall (netbsd-amd64), const EV_ERROR ideal-int +pkg syscall (netbsd-amd64), const EV_FLAG1 ideal-int +pkg syscall (netbsd-amd64), const EV_ONESHOT ideal-int +pkg syscall (netbsd-amd64), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-amd64), const EXTA ideal-int +pkg syscall (netbsd-amd64), const EXTB ideal-int +pkg syscall (netbsd-amd64), const EXTPROC ideal-int +pkg syscall (netbsd-amd64), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-amd64), const FD_SETSIZE ideal-int +pkg syscall (netbsd-amd64), const FLUSHO ideal-int +pkg syscall (netbsd-amd64), const F_CLOSEM ideal-int +pkg syscall (netbsd-amd64), const F_DUPFD ideal-int +pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-amd64), const F_FSCTL ideal-int +pkg syscall (netbsd-amd64), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-amd64), const F_FSIN ideal-int +pkg syscall (netbsd-amd64), const F_FSINOUT ideal-int +pkg syscall (netbsd-amd64), const F_FSOUT ideal-int +pkg syscall (netbsd-amd64), const F_FSPRIV ideal-int +pkg syscall (netbsd-amd64), const F_FSVOID ideal-int +pkg syscall (netbsd-amd64), const F_GETFD ideal-int +pkg syscall (netbsd-amd64), const F_GETFL ideal-int +pkg syscall (netbsd-amd64), const F_GETLK ideal-int +pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-amd64), const F_GETOWN ideal-int +pkg syscall (netbsd-amd64), const F_MAXFD ideal-int +pkg syscall (netbsd-amd64), const F_OK ideal-int +pkg syscall (netbsd-amd64), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-amd64), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-amd64), const F_RDLCK ideal-int +pkg syscall (netbsd-amd64), const F_SETFD ideal-int +pkg syscall (netbsd-amd64), const F_SETFL ideal-int +pkg syscall (netbsd-amd64), const F_SETLK ideal-int +pkg syscall (netbsd-amd64), const F_SETLKW ideal-int +pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-amd64), const F_SETOWN ideal-int +pkg syscall (netbsd-amd64), const F_UNLCK ideal-int +pkg syscall (netbsd-amd64), const F_WRLCK ideal-int +pkg syscall (netbsd-amd64), const HUPCL ideal-int +pkg syscall (netbsd-amd64), const ICANON ideal-int +pkg syscall (netbsd-amd64), const ICMP6_FILTER = 18 +pkg syscall (netbsd-amd64), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-amd64), const ICRNL ideal-int +pkg syscall (netbsd-amd64), const IEXTEN ideal-int +pkg syscall (netbsd-amd64), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-amd64), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-amd64), const IFA_ROUTE ideal-int +pkg syscall (netbsd-amd64), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-amd64), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-amd64), const IFF_DEBUG ideal-int +pkg syscall (netbsd-amd64), const IFF_LINK0 ideal-int +pkg syscall (netbsd-amd64), const IFF_LINK1 ideal-int +pkg syscall (netbsd-amd64), const IFF_LINK2 ideal-int +pkg syscall (netbsd-amd64), const IFF_NOARP ideal-int +pkg syscall (netbsd-amd64), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-amd64), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-amd64), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-amd64), const IFF_PROMISC ideal-int +pkg syscall (netbsd-amd64), const IFF_RUNNING ideal-int +pkg syscall (netbsd-amd64), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-amd64), const IFNAMSIZ ideal-int +pkg syscall (netbsd-amd64), const IFT_1822 ideal-int +pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-amd64), const IFT_AAL2 ideal-int +pkg syscall (netbsd-amd64), const IFT_AAL5 ideal-int +pkg syscall (netbsd-amd64), const IFT_ADSL ideal-int +pkg syscall (netbsd-amd64), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-amd64), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-amd64), const IFT_ARAP ideal-int +pkg syscall (netbsd-amd64), const IFT_ARCNET ideal-int +pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-amd64), const IFT_ASYNC ideal-int +pkg syscall (netbsd-amd64), const IFT_ATM ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-amd64), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-amd64), const IFT_BSC ideal-int +pkg syscall (netbsd-amd64), const IFT_CARP ideal-int +pkg syscall (netbsd-amd64), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-amd64), const IFT_CEPT ideal-int +pkg syscall (netbsd-amd64), const IFT_CES ideal-int +pkg syscall (netbsd-amd64), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_CNR ideal-int +pkg syscall (netbsd-amd64), const IFT_COFFEE ideal-int +pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-amd64), const IFT_DCN ideal-int +pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_DLSW ideal-int +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_DS0 ideal-int +pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-amd64), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-amd64), const IFT_DS3 ideal-int +pkg syscall (netbsd-amd64), const IFT_DTM ideal-int +pkg syscall (netbsd-amd64), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-amd64), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-amd64), const IFT_ECONET ideal-int +pkg syscall (netbsd-amd64), const IFT_EON ideal-int +pkg syscall (netbsd-amd64), const IFT_EPLRS ideal-int +pkg syscall (netbsd-amd64), const IFT_ESCON ideal-int +pkg syscall (netbsd-amd64), const IFT_ETHER ideal-int +pkg syscall (netbsd-amd64), const IFT_FAITH ideal-int +pkg syscall (netbsd-amd64), const IFT_FAST ideal-int +pkg syscall (netbsd-amd64), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-amd64), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-amd64), const IFT_FDDI ideal-int +pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-amd64), const IFT_FRELAY ideal-int +pkg syscall (netbsd-amd64), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-amd64), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-amd64), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-amd64), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-amd64), const IFT_GIF ideal-int +pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-amd64), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-amd64), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-amd64), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-amd64), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-amd64), const IFT_HDLC ideal-int +pkg syscall (netbsd-amd64), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-amd64), const IFT_HIPPI ideal-int +pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-amd64), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-amd64), const IFT_HSSI ideal-int +pkg syscall (netbsd-amd64), const IFT_HY ideal-int +pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-amd64), const IFT_IDSL ideal-int +pkg syscall (netbsd-amd64), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-amd64), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-amd64), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-amd64), const IFT_IFGSN ideal-int +pkg syscall (netbsd-amd64), const IFT_IMT ideal-int +pkg syscall (netbsd-amd64), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-amd64), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-amd64), const IFT_IP ideal-int +pkg syscall (netbsd-amd64), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-amd64), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-amd64), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-amd64), const IFT_ISDN ideal-int +pkg syscall (netbsd-amd64), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-amd64), const IFT_ISDNS ideal-int +pkg syscall (netbsd-amd64), const IFT_ISDNU ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-amd64), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-amd64), const IFT_ISUP ideal-int +pkg syscall (netbsd-amd64), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-amd64), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-amd64), const IFT_LAPB ideal-int +pkg syscall (netbsd-amd64), const IFT_LAPD ideal-int +pkg syscall (netbsd-amd64), const IFT_LAPF ideal-int +pkg syscall (netbsd-amd64), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-amd64), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-amd64), const IFT_LOOP ideal-int +pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-amd64), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-amd64), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-amd64), const IFT_MODEM ideal-int +pkg syscall (netbsd-amd64), const IFT_MPC ideal-int +pkg syscall (netbsd-amd64), const IFT_MPLS ideal-int +pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_MSDSL ideal-int +pkg syscall (netbsd-amd64), const IFT_MVL ideal-int +pkg syscall (netbsd-amd64), const IFT_MYRINET ideal-int +pkg syscall (netbsd-amd64), const IFT_NFAS ideal-int +pkg syscall (netbsd-amd64), const IFT_NSIP ideal-int +pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-amd64), const IFT_OTHER ideal-int +pkg syscall (netbsd-amd64), const IFT_P10 ideal-int +pkg syscall (netbsd-amd64), const IFT_P80 ideal-int +pkg syscall (netbsd-amd64), const IFT_PARA ideal-int +pkg syscall (netbsd-amd64), const IFT_PFLOG ideal-int +pkg syscall (netbsd-amd64), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-amd64), const IFT_PLC ideal-int +pkg syscall (netbsd-amd64), const IFT_PON155 ideal-int +pkg syscall (netbsd-amd64), const IFT_PON622 ideal-int +pkg syscall (netbsd-amd64), const IFT_POS ideal-int +pkg syscall (netbsd-amd64), const IFT_PPP ideal-int +pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPATM ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-amd64), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-amd64), const IFT_PVC ideal-int +pkg syscall (netbsd-amd64), const IFT_Q2931 ideal-int +pkg syscall (netbsd-amd64), const IFT_QLLC ideal-int +pkg syscall (netbsd-amd64), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-amd64), const IFT_RADSL ideal-int +pkg syscall (netbsd-amd64), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-amd64), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-amd64), const IFT_RS232 ideal-int +pkg syscall (netbsd-amd64), const IFT_RSRB ideal-int +pkg syscall (netbsd-amd64), const IFT_SDLC ideal-int +pkg syscall (netbsd-amd64), const IFT_SDSL ideal-int +pkg syscall (netbsd-amd64), const IFT_SHDSL ideal-int +pkg syscall (netbsd-amd64), const IFT_SIP ideal-int +pkg syscall (netbsd-amd64), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-amd64), const IFT_SIPTG ideal-int +pkg syscall (netbsd-amd64), const IFT_SLIP ideal-int +pkg syscall (netbsd-amd64), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-amd64), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-amd64), const IFT_SONET ideal-int +pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-amd64), const IFT_SONETVT ideal-int +pkg syscall (netbsd-amd64), const IFT_SRP ideal-int +pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-amd64), const IFT_STARLAN ideal-int +pkg syscall (netbsd-amd64), const IFT_STF ideal-int +pkg syscall (netbsd-amd64), const IFT_T1 ideal-int +pkg syscall (netbsd-amd64), const IFT_TDLC ideal-int +pkg syscall (netbsd-amd64), const IFT_TELINK ideal-int +pkg syscall (netbsd-amd64), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-amd64), const IFT_TR008 ideal-int +pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-amd64), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-amd64), const IFT_ULTRA ideal-int +pkg syscall (netbsd-amd64), const IFT_USB ideal-int +pkg syscall (netbsd-amd64), const IFT_V11 ideal-int +pkg syscall (netbsd-amd64), const IFT_V35 ideal-int +pkg syscall (netbsd-amd64), const IFT_V36 ideal-int +pkg syscall (netbsd-amd64), const IFT_V37 ideal-int +pkg syscall (netbsd-amd64), const IFT_VDSL ideal-int +pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-amd64), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-amd64), const IFT_X213 ideal-int +pkg syscall (netbsd-amd64), const IFT_X25 ideal-int +pkg syscall (netbsd-amd64), const IFT_X25DDN ideal-int +pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-amd64), const IFT_X25MLP ideal-int +pkg syscall (netbsd-amd64), const IFT_X25PLE ideal-int +pkg syscall (netbsd-amd64), const IFT_XETHER ideal-int +pkg syscall (netbsd-amd64), const IGNBRK ideal-int +pkg syscall (netbsd-amd64), const IGNCR ideal-int +pkg syscall (netbsd-amd64), const IGNPAR ideal-int +pkg syscall (netbsd-amd64), const IMAXBEL ideal-int +pkg syscall (netbsd-amd64), const INLCR ideal-int +pkg syscall (netbsd-amd64), const INPCK ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-amd64), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_AH ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_EON ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_TP ideal-int +pkg syscall (netbsd-amd64), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-amd64), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-amd64), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-amd64), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-amd64), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-amd64), const IPV6_FAITH ideal-int +pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-amd64), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-amd64), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-amd64), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-amd64), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-amd64), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-amd64), const IPV6_MMTU ideal-int +pkg syscall (netbsd-amd64), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-amd64), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-amd64), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-amd64), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-amd64), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-amd64), const IPV6_VERSION ideal-int +pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-amd64), const IP_DF ideal-int +pkg syscall (netbsd-amd64), const IP_EF ideal-int +pkg syscall (netbsd-amd64), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-amd64), const IP_HDRINCL ideal-int +pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-amd64), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-amd64), const IP_MF ideal-int +pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-amd64), const IP_MINTTL ideal-int +pkg syscall (netbsd-amd64), const IP_MSS ideal-int +pkg syscall (netbsd-amd64), const IP_OFFMASK ideal-int +pkg syscall (netbsd-amd64), const IP_OPTIONS ideal-int +pkg syscall (netbsd-amd64), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-amd64), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-amd64), const IP_RECVIF ideal-int +pkg syscall (netbsd-amd64), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-amd64), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-amd64), const IP_RECVTTL ideal-int +pkg syscall (netbsd-amd64), const IP_RETOPTS ideal-int +pkg syscall (netbsd-amd64), const IP_RF ideal-int +pkg syscall (netbsd-amd64), const ISIG ideal-int +pkg syscall (netbsd-amd64), const ISTRIP ideal-int +pkg syscall (netbsd-amd64), const IXANY ideal-int +pkg syscall (netbsd-amd64), const IXOFF ideal-int +pkg syscall (netbsd-amd64), const IXON ideal-int +pkg syscall (netbsd-amd64), const LOCK_EX ideal-int +pkg syscall (netbsd-amd64), const LOCK_NB ideal-int +pkg syscall (netbsd-amd64), const LOCK_SH ideal-int +pkg syscall (netbsd-amd64), const LOCK_UN ideal-int +pkg syscall (netbsd-amd64), const MSG_BCAST ideal-int +pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-amd64), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-amd64), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-amd64), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-amd64), const MSG_EOR ideal-int +pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-amd64), const MSG_MCAST ideal-int +pkg syscall (netbsd-amd64), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-amd64), const MSG_NBIO ideal-int +pkg syscall (netbsd-amd64), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-amd64), const MSG_OOB ideal-int +pkg syscall (netbsd-amd64), const MSG_PEEK ideal-int +pkg syscall (netbsd-amd64), const MSG_TRUNC ideal-int +pkg syscall (netbsd-amd64), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-amd64), const MSG_WAITALL ideal-int +pkg syscall (netbsd-amd64), const NAME_MAX ideal-int +pkg syscall (netbsd-amd64), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-amd64), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-amd64), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-amd64), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-amd64), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-amd64), const NOFLSH ideal-int +pkg syscall (netbsd-amd64), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-amd64), const NOTE_CHILD ideal-int +pkg syscall (netbsd-amd64), const NOTE_DELETE ideal-int +pkg syscall (netbsd-amd64), const NOTE_EXEC ideal-int +pkg syscall (netbsd-amd64), const NOTE_EXIT ideal-int +pkg syscall (netbsd-amd64), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-amd64), const NOTE_FORK ideal-int +pkg syscall (netbsd-amd64), const NOTE_LINK ideal-int +pkg syscall (netbsd-amd64), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-amd64), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-amd64), const NOTE_RENAME ideal-int +pkg syscall (netbsd-amd64), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-amd64), const NOTE_TRACK ideal-int +pkg syscall (netbsd-amd64), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-amd64), const NOTE_WRITE ideal-int +pkg syscall (netbsd-amd64), const OCRNL ideal-int +pkg syscall (netbsd-amd64), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-amd64), const ONLCR ideal-int +pkg syscall (netbsd-amd64), const ONLRET ideal-int +pkg syscall (netbsd-amd64), const ONOCR ideal-int +pkg syscall (netbsd-amd64), const ONOEOT ideal-int +pkg syscall (netbsd-amd64), const OPOST ideal-int +pkg syscall (netbsd-amd64), const O_ACCMODE ideal-int +pkg syscall (netbsd-amd64), const O_ALT_IO ideal-int +pkg syscall (netbsd-amd64), const O_DIRECT ideal-int +pkg syscall (netbsd-amd64), const O_DIRECTORY ideal-int +pkg syscall (netbsd-amd64), const O_DSYNC ideal-int +pkg syscall (netbsd-amd64), const O_EXLOCK ideal-int +pkg syscall (netbsd-amd64), const O_FSYNC ideal-int +pkg syscall (netbsd-amd64), const O_NDELAY ideal-int +pkg syscall (netbsd-amd64), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-amd64), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-amd64), const O_RSYNC ideal-int +pkg syscall (netbsd-amd64), const O_SHLOCK ideal-int +pkg syscall (netbsd-amd64), const PARENB ideal-int +pkg syscall (netbsd-amd64), const PARMRK ideal-int +pkg syscall (netbsd-amd64), const PARODD ideal-int +pkg syscall (netbsd-amd64), const PENDIN ideal-int +pkg syscall (netbsd-amd64), const PRIO_PGRP = 1 +pkg syscall (netbsd-amd64), const PRIO_PGRP ideal-int +pkg syscall (netbsd-amd64), const PRIO_PROCESS = 0 +pkg syscall (netbsd-amd64), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-amd64), const PRIO_USER = 2 +pkg syscall (netbsd-amd64), const PRIO_USER ideal-int +pkg syscall (netbsd-amd64), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-amd64), const PTRACE_CONT ideal-int +pkg syscall (netbsd-amd64), const PTRACE_KILL ideal-int +pkg syscall (netbsd-amd64), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_AS ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-amd64), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-amd64), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-amd64), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-amd64), const RTAX_BRD ideal-int +pkg syscall (netbsd-amd64), const RTAX_DST ideal-int +pkg syscall (netbsd-amd64), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-amd64), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-amd64), const RTAX_IFA ideal-int +pkg syscall (netbsd-amd64), const RTAX_IFP ideal-int +pkg syscall (netbsd-amd64), const RTAX_MAX ideal-int +pkg syscall (netbsd-amd64), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-amd64), const RTAX_TAG ideal-int +pkg syscall (netbsd-amd64), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-amd64), const RTA_BRD ideal-int +pkg syscall (netbsd-amd64), const RTA_DST ideal-int +pkg syscall (netbsd-amd64), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-amd64), const RTA_GENMASK ideal-int +pkg syscall (netbsd-amd64), const RTA_IFA ideal-int +pkg syscall (netbsd-amd64), const RTA_IFP ideal-int +pkg syscall (netbsd-amd64), const RTA_NETMASK ideal-int +pkg syscall (netbsd-amd64), const RTA_TAG ideal-int +pkg syscall (netbsd-amd64), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-amd64), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-amd64), const RTF_CLONED ideal-int +pkg syscall (netbsd-amd64), const RTF_CLONING ideal-int +pkg syscall (netbsd-amd64), const RTF_DONE ideal-int +pkg syscall (netbsd-amd64), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-amd64), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-amd64), const RTF_HOST ideal-int +pkg syscall (netbsd-amd64), const RTF_LLINFO ideal-int +pkg syscall (netbsd-amd64), const RTF_MASK ideal-int +pkg syscall (netbsd-amd64), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-amd64), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-amd64), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-amd64), const RTF_REJECT ideal-int +pkg syscall (netbsd-amd64), const RTF_SRC ideal-int +pkg syscall (netbsd-amd64), const RTF_STATIC ideal-int +pkg syscall (netbsd-amd64), const RTF_UP ideal-int +pkg syscall (netbsd-amd64), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-amd64), const RTM_ADD ideal-int +pkg syscall (netbsd-amd64), const RTM_CHANGE ideal-int +pkg syscall (netbsd-amd64), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-amd64), const RTM_DELADDR ideal-int +pkg syscall (netbsd-amd64), const RTM_DELETE ideal-int +pkg syscall (netbsd-amd64), const RTM_GET ideal-int +pkg syscall (netbsd-amd64), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-amd64), const RTM_IFINFO ideal-int +pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-amd64), const RTM_LOCK ideal-int +pkg syscall (netbsd-amd64), const RTM_LOSING ideal-int +pkg syscall (netbsd-amd64), const RTM_MISS ideal-int +pkg syscall (netbsd-amd64), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-amd64), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-amd64), const RTM_OLDADD ideal-int +pkg syscall (netbsd-amd64), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-amd64), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-amd64), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-amd64), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-amd64), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-amd64), const RTM_SETGATE ideal-int +pkg syscall (netbsd-amd64), const RTM_VERSION ideal-int +pkg syscall (netbsd-amd64), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-amd64), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-amd64), const RTV_MTU ideal-int +pkg syscall (netbsd-amd64), const RTV_RPIPE ideal-int +pkg syscall (netbsd-amd64), const RTV_RTT ideal-int +pkg syscall (netbsd-amd64), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-amd64), const RTV_SPIPE ideal-int +pkg syscall (netbsd-amd64), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-amd64), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-amd64), const SCM_CREDS ideal-int +pkg syscall (netbsd-amd64), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-amd64), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-amd64), const SIGCHLD Signal +pkg syscall (netbsd-amd64), const SIGCONT Signal +pkg syscall (netbsd-amd64), const SIGEMT Signal +pkg syscall (netbsd-amd64), const SIGINFO Signal +pkg syscall (netbsd-amd64), const SIGIO Signal +pkg syscall (netbsd-amd64), const SIGIOT Signal +pkg syscall (netbsd-amd64), const SIGPROF Signal +pkg syscall (netbsd-amd64), const SIGPWR Signal +pkg syscall (netbsd-amd64), const SIGSTOP Signal +pkg syscall (netbsd-amd64), const SIGSYS Signal +pkg syscall (netbsd-amd64), const SIGTSTP Signal +pkg syscall (netbsd-amd64), const SIGTTIN Signal +pkg syscall (netbsd-amd64), const SIGTTOU Signal +pkg syscall (netbsd-amd64), const SIGURG Signal +pkg syscall (netbsd-amd64), const SIGUSR1 Signal +pkg syscall (netbsd-amd64), const SIGUSR2 Signal +pkg syscall (netbsd-amd64), const SIGVTALRM Signal +pkg syscall (netbsd-amd64), const SIGWINCH Signal +pkg syscall (netbsd-amd64), const SIGXCPU Signal +pkg syscall (netbsd-amd64), const SIGXFSZ Signal +pkg syscall (netbsd-amd64), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-amd64), const SIOCADDRT ideal-int +pkg syscall (netbsd-amd64), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCATMARK ideal-int +pkg syscall (netbsd-amd64), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-amd64), const SIOCDELRT ideal-int +pkg syscall (netbsd-amd64), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-amd64), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-amd64), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-amd64), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-amd64), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-amd64), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-amd64), const SIOCGPGRP ideal-int +pkg syscall (netbsd-amd64), const SIOCGVH ideal-int +pkg syscall (netbsd-amd64), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-amd64), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-amd64), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-amd64), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-amd64), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-amd64), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-amd64), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-amd64), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-amd64), const SIOCSPGRP ideal-int +pkg syscall (netbsd-amd64), const SIOCSVH ideal-int +pkg syscall (netbsd-amd64), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-amd64), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-amd64), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-amd64), const SOCK_RDM ideal-int +pkg syscall (netbsd-amd64), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-amd64), const SO_DEBUG ideal-int +pkg syscall (netbsd-amd64), const SO_ERROR ideal-int +pkg syscall (netbsd-amd64), const SO_NOHEADER ideal-int +pkg syscall (netbsd-amd64), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-amd64), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-amd64), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-amd64), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-amd64), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-amd64), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-amd64), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-amd64), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-amd64), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-amd64), const SO_TYPE ideal-int +pkg syscall (netbsd-amd64), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-amd64), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-amd64), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-amd64), const SYS_ACCESS ideal-int +pkg syscall (netbsd-amd64), const SYS_ACCT ideal-int +pkg syscall (netbsd-amd64), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_BIND ideal-int +pkg syscall (netbsd-amd64), const SYS_BREAK ideal-int +pkg syscall (netbsd-amd64), const SYS_CHDIR ideal-int +pkg syscall (netbsd-amd64), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-amd64), const SYS_CHMOD ideal-int +pkg syscall (netbsd-amd64), const SYS_CHOWN ideal-int +pkg syscall (netbsd-amd64), const SYS_CHROOT ideal-int +pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_CLOSE ideal-int +pkg syscall (netbsd-amd64), const SYS_CONNECT ideal-int +pkg syscall (netbsd-amd64), const SYS_DUP ideal-int +pkg syscall (netbsd-amd64), const SYS_DUP2 ideal-int +pkg syscall (netbsd-amd64), const SYS_DUP3 ideal-int +pkg syscall (netbsd-amd64), const SYS_EXECVE ideal-int +pkg syscall (netbsd-amd64), const SYS_EXIT ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-amd64), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-amd64), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-amd64), const SYS_FCNTL ideal-int +pkg syscall (netbsd-amd64), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-amd64), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-amd64), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-amd64), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-amd64), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_FLOCK ideal-int +pkg syscall (netbsd-amd64), const SYS_FORK ideal-int +pkg syscall (netbsd-amd64), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_FSTAT ideal-int +pkg syscall (netbsd-amd64), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-amd64), const SYS_FSYNC ideal-int +pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-amd64), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-amd64), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-amd64), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-amd64), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-amd64), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-amd64), const SYS_GETEGID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETEUID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETFH ideal-int +pkg syscall (netbsd-amd64), const SYS_GETGID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-amd64), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-amd64), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-amd64), const SYS_GETPGID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-amd64), const SYS_GETPID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETPPID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-amd64), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-amd64), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-amd64), const SYS_GETSID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-amd64), const SYS_GETUID ideal-int +pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-amd64), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_IOCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-amd64), const SYS_KEVENT ideal-int +pkg syscall (netbsd-amd64), const SYS_KILL ideal-int +pkg syscall (netbsd-amd64), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-amd64), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-amd64), const SYS_KTRACE ideal-int +pkg syscall (netbsd-amd64), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-amd64), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-amd64), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-amd64), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_LINK ideal-int +pkg syscall (netbsd-amd64), const SYS_LINKAT ideal-int +pkg syscall (netbsd-amd64), const SYS_LISTEN ideal-int +pkg syscall (netbsd-amd64), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_LSEEK ideal-int +pkg syscall (netbsd-amd64), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_LSTAT ideal-int +pkg syscall (netbsd-amd64), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-amd64), const SYS_MADVISE ideal-int +pkg syscall (netbsd-amd64), const SYS_MINCORE ideal-int +pkg syscall (netbsd-amd64), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-amd64), const SYS_MKDIR ideal-int +pkg syscall (netbsd-amd64), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-amd64), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-amd64), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-amd64), const SYS_MKNOD ideal-int +pkg syscall (netbsd-amd64), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-amd64), const SYS_MLOCK ideal-int +pkg syscall (netbsd-amd64), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-amd64), const SYS_MMAP ideal-int +pkg syscall (netbsd-amd64), const SYS_MODCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_MOUNT ideal-int +pkg syscall (netbsd-amd64), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-amd64), const SYS_MREMAP ideal-int +pkg syscall (netbsd-amd64), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_MSGGET ideal-int +pkg syscall (netbsd-amd64), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-amd64), const SYS_MSGSND ideal-int +pkg syscall (netbsd-amd64), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-amd64), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-amd64), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_OPEN ideal-int +pkg syscall (netbsd-amd64), const SYS_OPENAT ideal-int +pkg syscall (netbsd-amd64), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-amd64), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-amd64), const SYS_PIPE ideal-int +pkg syscall (netbsd-amd64), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-amd64), const SYS_POLL ideal-int +pkg syscall (netbsd-amd64), const SYS_POLLTS ideal-int +pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-amd64), const SYS_PREAD ideal-int +pkg syscall (netbsd-amd64), const SYS_PREADV ideal-int +pkg syscall (netbsd-amd64), const SYS_PROFIL ideal-int +pkg syscall (netbsd-amd64), const SYS_PSELECT ideal-int +pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-amd64), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-amd64), const SYS_PTRACE ideal-int +pkg syscall (netbsd-amd64), const SYS_PWRITE ideal-int +pkg syscall (netbsd-amd64), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-amd64), const SYS_RASCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_READ ideal-int +pkg syscall (netbsd-amd64), const SYS_READLINK ideal-int +pkg syscall (netbsd-amd64), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-amd64), const SYS_READV ideal-int +pkg syscall (netbsd-amd64), const SYS_REBOOT ideal-int +pkg syscall (netbsd-amd64), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-amd64), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-amd64), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_RENAME ideal-int +pkg syscall (netbsd-amd64), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-amd64), const SYS_REVOKE ideal-int +pkg syscall (netbsd-amd64), const SYS_RMDIR ideal-int +pkg syscall (netbsd-amd64), const SYS_SBRK ideal-int +pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-amd64), const SYS_SELECT ideal-int +pkg syscall (netbsd-amd64), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-amd64), const SYS_SEMGET ideal-int +pkg syscall (netbsd-amd64), const SYS_SEMOP ideal-int +pkg syscall (netbsd-amd64), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-amd64), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-amd64), const SYS_SENDTO ideal-int +pkg syscall (netbsd-amd64), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-amd64), const SYS_SETEGID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETEUID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETGID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-amd64), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-amd64), const SYS_SETPGID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-amd64), const SYS_SETREGID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETREUID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-amd64), const SYS_SETSID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-amd64), const SYS_SETUID ideal-int +pkg syscall (netbsd-amd64), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-amd64), const SYS_SHMAT ideal-int +pkg syscall (netbsd-amd64), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_SHMDT ideal-int +pkg syscall (netbsd-amd64), const SYS_SHMGET ideal-int +pkg syscall (netbsd-amd64), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-amd64), const SYS_SOCKET ideal-int +pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-amd64), const SYS_SSTK ideal-int +pkg syscall (netbsd-amd64), const SYS_STAT ideal-int +pkg syscall (netbsd-amd64), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-amd64), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-amd64), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-amd64), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-amd64), const SYS_SYNC ideal-int +pkg syscall (netbsd-amd64), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-amd64), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-amd64), const SYS_UMASK ideal-int +pkg syscall (netbsd-amd64), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-amd64), const SYS_UNLINK ideal-int +pkg syscall (netbsd-amd64), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-amd64), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-amd64), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-amd64), const SYS_UTIMES ideal-int +pkg syscall (netbsd-amd64), const SYS_UTRACE ideal-int +pkg syscall (netbsd-amd64), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-amd64), const SYS_VADVISE ideal-int +pkg syscall (netbsd-amd64), const SYS_VFORK ideal-int +pkg syscall (netbsd-amd64), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-amd64), const SYS_WRITE ideal-int +pkg syscall (netbsd-amd64), const SYS_WRITEV ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-amd64), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-amd64), const SYS___CLONE ideal-int +pkg syscall (netbsd-amd64), const SYS___GETCWD ideal-int +pkg syscall (netbsd-amd64), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-amd64), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-amd64), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-amd64), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-amd64), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-amd64), const S_ARCH1 ideal-int +pkg syscall (netbsd-amd64), const S_ARCH2 ideal-int +pkg syscall (netbsd-amd64), const S_BLKSIZE ideal-int +pkg syscall (netbsd-amd64), const S_IEXEC ideal-int +pkg syscall (netbsd-amd64), const S_IFWHT ideal-int +pkg syscall (netbsd-amd64), const S_IREAD ideal-int +pkg syscall (netbsd-amd64), const S_IRGRP ideal-int +pkg syscall (netbsd-amd64), const S_IROTH ideal-int +pkg syscall (netbsd-amd64), const S_IRWXG ideal-int +pkg syscall (netbsd-amd64), const S_IRWXO ideal-int +pkg syscall (netbsd-amd64), const S_IRWXU ideal-int +pkg syscall (netbsd-amd64), const S_ISTXT ideal-int +pkg syscall (netbsd-amd64), const S_IWGRP ideal-int +pkg syscall (netbsd-amd64), const S_IWOTH ideal-int +pkg syscall (netbsd-amd64), const S_IWRITE ideal-int +pkg syscall (netbsd-amd64), const S_IXGRP ideal-int +pkg syscall (netbsd-amd64), const S_IXOTH ideal-int +pkg syscall (netbsd-amd64), const S_LOGIN_SET ideal-int +pkg syscall (netbsd-amd64), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-amd64), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-amd64), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-amd64), const SizeofBpfStat ideal-int +pkg syscall (netbsd-amd64), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-amd64), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-amd64), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-amd64), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-amd64), const SizeofIPMreq ideal-int +pkg syscall (netbsd-amd64), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-amd64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-amd64), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-amd64), const SizeofIfData ideal-int +pkg syscall (netbsd-amd64), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-amd64), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-amd64), const SizeofLinger ideal-int +pkg syscall (netbsd-amd64), const SizeofMsghdr ideal-int +pkg syscall (netbsd-amd64), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-amd64), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-amd64), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-amd64), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-amd64), const TCIFLUSH ideal-int +pkg syscall (netbsd-amd64), const TCIOFLUSH ideal-int +pkg syscall (netbsd-amd64), const TCOFLUSH ideal-int +pkg syscall (netbsd-amd64), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-amd64), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-amd64), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-amd64), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-amd64), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-amd64), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-amd64), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-amd64), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-amd64), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-amd64), const TCP_MINMSS ideal-int +pkg syscall (netbsd-amd64), const TCP_MSS ideal-int +pkg syscall (netbsd-amd64), const TCSAFLUSH ideal-int +pkg syscall (netbsd-amd64), const TIOCCBRK ideal-int +pkg syscall (netbsd-amd64), const TIOCCDTR ideal-int +pkg syscall (netbsd-amd64), const TIOCCONS ideal-int +pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-amd64), const TIOCDRAIN ideal-int +pkg syscall (netbsd-amd64), const TIOCEXCL ideal-int +pkg syscall (netbsd-amd64), const TIOCEXT ideal-int +pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-amd64), const TIOCFLUSH ideal-int +pkg syscall (netbsd-amd64), const TIOCGETA ideal-int +pkg syscall (netbsd-amd64), const TIOCGETD ideal-int +pkg syscall (netbsd-amd64), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-amd64), const TIOCGLINED ideal-int +pkg syscall (netbsd-amd64), const TIOCGPGRP ideal-int +pkg syscall (netbsd-amd64), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-amd64), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-amd64), const TIOCGSID ideal-int +pkg syscall (netbsd-amd64), const TIOCGSIZE ideal-int +pkg syscall (netbsd-amd64), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-amd64), const TIOCMBIC ideal-int +pkg syscall (netbsd-amd64), const TIOCMBIS ideal-int +pkg syscall (netbsd-amd64), const TIOCMGET ideal-int +pkg syscall (netbsd-amd64), const TIOCMSET ideal-int +pkg syscall (netbsd-amd64), const TIOCM_CAR ideal-int +pkg syscall (netbsd-amd64), const TIOCM_CD ideal-int +pkg syscall (netbsd-amd64), const TIOCM_CTS ideal-int +pkg syscall (netbsd-amd64), const TIOCM_DSR ideal-int +pkg syscall (netbsd-amd64), const TIOCM_DTR ideal-int +pkg syscall (netbsd-amd64), const TIOCM_LE ideal-int +pkg syscall (netbsd-amd64), const TIOCM_RI ideal-int +pkg syscall (netbsd-amd64), const TIOCM_RNG ideal-int +pkg syscall (netbsd-amd64), const TIOCM_RTS ideal-int +pkg syscall (netbsd-amd64), const TIOCM_SR ideal-int +pkg syscall (netbsd-amd64), const TIOCM_ST ideal-int +pkg syscall (netbsd-amd64), const TIOCNOTTY ideal-int +pkg syscall (netbsd-amd64), const TIOCNXCL ideal-int +pkg syscall (netbsd-amd64), const TIOCOUTQ ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_START ideal-int +pkg syscall (netbsd-amd64), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-amd64), const TIOCPTMGET ideal-int +pkg syscall (netbsd-amd64), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-amd64), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-amd64), const TIOCREMOTE ideal-int +pkg syscall (netbsd-amd64), const TIOCSBRK ideal-int +pkg syscall (netbsd-amd64), const TIOCSCTTY ideal-int +pkg syscall (netbsd-amd64), const TIOCSDTR ideal-int +pkg syscall (netbsd-amd64), const TIOCSETA ideal-int +pkg syscall (netbsd-amd64), const TIOCSETAF ideal-int +pkg syscall (netbsd-amd64), const TIOCSETAW ideal-int +pkg syscall (netbsd-amd64), const TIOCSETD ideal-int +pkg syscall (netbsd-amd64), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-amd64), const TIOCSIG ideal-int +pkg syscall (netbsd-amd64), const TIOCSLINED ideal-int +pkg syscall (netbsd-amd64), const TIOCSPGRP ideal-int +pkg syscall (netbsd-amd64), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-amd64), const TIOCSSIZE ideal-int +pkg syscall (netbsd-amd64), const TIOCSTART ideal-int +pkg syscall (netbsd-amd64), const TIOCSTAT ideal-int +pkg syscall (netbsd-amd64), const TIOCSTI ideal-int +pkg syscall (netbsd-amd64), const TIOCSTOP ideal-int +pkg syscall (netbsd-amd64), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-amd64), const TIOCUCNTL ideal-int +pkg syscall (netbsd-amd64), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-amd64), const TOSTOP ideal-int +pkg syscall (netbsd-amd64), const VDISCARD ideal-int +pkg syscall (netbsd-amd64), const VDSUSP ideal-int +pkg syscall (netbsd-amd64), const VEOF ideal-int +pkg syscall (netbsd-amd64), const VEOL ideal-int +pkg syscall (netbsd-amd64), const VEOL2 ideal-int +pkg syscall (netbsd-amd64), const VERASE ideal-int +pkg syscall (netbsd-amd64), const VINTR ideal-int +pkg syscall (netbsd-amd64), const VKILL ideal-int +pkg syscall (netbsd-amd64), const VLNEXT ideal-int +pkg syscall (netbsd-amd64), const VMIN ideal-int +pkg syscall (netbsd-amd64), const VQUIT ideal-int +pkg syscall (netbsd-amd64), const VREPRINT ideal-int +pkg syscall (netbsd-amd64), const VSTART ideal-int +pkg syscall (netbsd-amd64), const VSTATUS ideal-int +pkg syscall (netbsd-amd64), const VSTOP ideal-int +pkg syscall (netbsd-amd64), const VSUSP ideal-int +pkg syscall (netbsd-amd64), const VTIME ideal-int +pkg syscall (netbsd-amd64), const VWERASE ideal-int +pkg syscall (netbsd-amd64), const WALL ideal-int +pkg syscall (netbsd-amd64), const WALLSIG ideal-int +pkg syscall (netbsd-amd64), const WALTSIG ideal-int +pkg syscall (netbsd-amd64), const WCLONE ideal-int +pkg syscall (netbsd-amd64), const WCOREFLAG ideal-int +pkg syscall (netbsd-amd64), const WNOHANG ideal-int +pkg syscall (netbsd-amd64), const WNOWAIT ideal-int +pkg syscall (netbsd-amd64), const WNOZOMBIE ideal-int +pkg syscall (netbsd-amd64), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-amd64), const WSTOPPED ideal-int +pkg syscall (netbsd-amd64), const WUNTRACED ideal-int +pkg syscall (netbsd-amd64), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-amd64), func Access(string, uint32) error +pkg syscall (netbsd-amd64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-amd64), func Bind(int, Sockaddr) error +pkg syscall (netbsd-amd64), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-amd64), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-amd64), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-amd64), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-amd64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-amd64), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-amd64), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-amd64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-amd64), func CheckBpfVersion(int) error +pkg syscall (netbsd-amd64), func Chflags(string, int) error +pkg syscall (netbsd-amd64), func Chroot(string) error +pkg syscall (netbsd-amd64), func Close(int) error +pkg syscall (netbsd-amd64), func CloseOnExec(int) +pkg syscall (netbsd-amd64), func CmsgLen(int) int +pkg syscall (netbsd-amd64), func CmsgSpace(int) int +pkg syscall (netbsd-amd64), func Connect(int, Sockaddr) error +pkg syscall (netbsd-amd64), func Dup(int) (int, error) +pkg syscall (netbsd-amd64), func Dup2(int, int) error +pkg syscall (netbsd-amd64), func Fchdir(int) error +pkg syscall (netbsd-amd64), func Fchflags(int, int) error +pkg syscall (netbsd-amd64), func Fchmod(int, uint32) error +pkg syscall (netbsd-amd64), func Fchown(int, int, int) error +pkg syscall (netbsd-amd64), func Flock(int, int) error +pkg syscall (netbsd-amd64), func FlushBpf(int) error +pkg syscall (netbsd-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-amd64), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-amd64), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-amd64), func Fsync(int) error +pkg syscall (netbsd-amd64), func Ftruncate(int, int64) error +pkg syscall (netbsd-amd64), func Futimes(int, []Timeval) error +pkg syscall (netbsd-amd64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-amd64), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-amd64), func Getpgid(int) (int, error) +pkg syscall (netbsd-amd64), func Getpgrp() int +pkg syscall (netbsd-amd64), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-amd64), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-amd64), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-amd64), func Getsid(int) (int, error) +pkg syscall (netbsd-amd64), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-amd64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-amd64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-amd64), func Issetugid() bool +pkg syscall (netbsd-amd64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-amd64), func Kill(int, Signal) error +pkg syscall (netbsd-amd64), func Kqueue() (int, error) +pkg syscall (netbsd-amd64), func Listen(int, int) error +pkg syscall (netbsd-amd64), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-amd64), func Mkfifo(string, uint32) error +pkg syscall (netbsd-amd64), func Mknod(string, uint32, int) error +pkg syscall (netbsd-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-amd64), func Munmap([]uint8) error +pkg syscall (netbsd-amd64), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-amd64), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-amd64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-amd64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-amd64), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-amd64), func Pipe([]int) error +pkg syscall (netbsd-amd64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-amd64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-amd64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-amd64), func Revoke(string) error +pkg syscall (netbsd-amd64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-amd64), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-amd64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-amd64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-amd64), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-amd64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-amd64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-amd64), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-amd64), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-amd64), func SetBpfInterface(int, string) error +pkg syscall (netbsd-amd64), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-amd64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-amd64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-amd64), func SetNonblock(int, bool) error +pkg syscall (netbsd-amd64), func Setegid(int) error +pkg syscall (netbsd-amd64), func Seteuid(int) error +pkg syscall (netbsd-amd64), func Setgid(int) error +pkg syscall (netbsd-amd64), func Setgroups([]int) error +pkg syscall (netbsd-amd64), func Setpgid(int, int) error +pkg syscall (netbsd-amd64), func Setpriority(int, int, int) error +pkg syscall (netbsd-amd64), func Setregid(int, int) error +pkg syscall (netbsd-amd64), func Setreuid(int, int) error +pkg syscall (netbsd-amd64), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-amd64), func Setsid() (int, error) +pkg syscall (netbsd-amd64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-amd64), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-amd64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-amd64), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-amd64), func Settimeofday(*Timeval) error +pkg syscall (netbsd-amd64), func Setuid(int) error +pkg syscall (netbsd-amd64), func Shutdown(int, int) error +pkg syscall (netbsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-amd64), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-amd64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-amd64), func Stat(string, *Stat_t) error +pkg syscall (netbsd-amd64), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-amd64), func Sync() error +pkg syscall (netbsd-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64), func Sysctl(string) (string, error) +pkg syscall (netbsd-amd64), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-amd64), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-amd64), func Truncate(string, int64) error +pkg syscall (netbsd-amd64), func Umask(int) int +pkg syscall (netbsd-amd64), func UnixRights(...int) []uint8 +pkg syscall (netbsd-amd64), func Unmount(string, int) error +pkg syscall (netbsd-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-amd64), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-amd64), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-amd64), method (*Iovec) SetLen(int) +pkg syscall (netbsd-amd64), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-amd64), type BpfHdr struct +pkg syscall (netbsd-amd64), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-amd64), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-amd64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-amd64), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-amd64), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-amd64), type BpfInsn struct +pkg syscall (netbsd-amd64), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-amd64), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-amd64), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-amd64), type BpfInsn struct, K uint32 +pkg syscall (netbsd-amd64), type BpfProgram struct +pkg syscall (netbsd-amd64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-amd64), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-amd64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64), type BpfStat struct +pkg syscall (netbsd-amd64), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-amd64), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-amd64), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-amd64), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-amd64), type BpfTimeval struct +pkg syscall (netbsd-amd64), type BpfTimeval struct, Sec int64 +pkg syscall (netbsd-amd64), type BpfTimeval struct, Usec int64 +pkg syscall (netbsd-amd64), type BpfVersion struct +pkg syscall (netbsd-amd64), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-amd64), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-amd64), type Cmsghdr struct +pkg syscall (netbsd-amd64), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-amd64), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-amd64), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-amd64), type Credential struct +pkg syscall (netbsd-amd64), type Credential struct, Gid uint32 +pkg syscall (netbsd-amd64), type Credential struct, Groups []uint32 +pkg syscall (netbsd-amd64), type Credential struct, Uid uint32 +pkg syscall (netbsd-amd64), type Dirent struct +pkg syscall (netbsd-amd64), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-amd64), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-amd64), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-amd64), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-amd64), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-amd64), type Dirent struct, Type uint8 +pkg syscall (netbsd-amd64), type FdSet struct +pkg syscall (netbsd-amd64), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-amd64), type Flock_t struct +pkg syscall (netbsd-amd64), type Flock_t struct, Len int64 +pkg syscall (netbsd-amd64), type Flock_t struct, Pid int32 +pkg syscall (netbsd-amd64), type Flock_t struct, Start int64 +pkg syscall (netbsd-amd64), type Flock_t struct, Type int16 +pkg syscall (netbsd-amd64), type Flock_t struct, Whence int16 +pkg syscall (netbsd-amd64), type Fsid struct +pkg syscall (netbsd-amd64), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-amd64), type ICMPv6Filter struct +pkg syscall (netbsd-amd64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-amd64), type IPv6MTUInfo struct +pkg syscall (netbsd-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-amd64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-amd64), type IfData struct +pkg syscall (netbsd-amd64), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-amd64), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-amd64), type IfData struct, Collisions uint64 +pkg syscall (netbsd-amd64), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-amd64), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-amd64), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-amd64), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-amd64), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-amd64), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-amd64), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-amd64), type IfData struct, Link_state int32 +pkg syscall (netbsd-amd64), type IfData struct, Metric uint64 +pkg syscall (netbsd-amd64), type IfData struct, Mtu uint64 +pkg syscall (netbsd-amd64), type IfData struct, Noproto uint64 +pkg syscall (netbsd-amd64), type IfData struct, Obytes uint64 +pkg syscall (netbsd-amd64), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-amd64), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-amd64), type IfData struct, Opackets uint64 +pkg syscall (netbsd-amd64), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-amd64), type IfData struct, Type uint8 +pkg syscall (netbsd-amd64), type IfMsghdr struct +pkg syscall (netbsd-amd64), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-amd64), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-amd64), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-amd64), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-amd64), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64), type IfaMsghdr struct +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64), type Inet6Pktinfo struct +pkg syscall (netbsd-amd64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-amd64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-amd64), type InterfaceAddrMessage struct +pkg syscall (netbsd-amd64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-amd64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-amd64), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-amd64), type InterfaceMessage struct +pkg syscall (netbsd-amd64), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-amd64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-amd64), type Iovec struct +pkg syscall (netbsd-amd64), type Iovec struct, Base *uint8 +pkg syscall (netbsd-amd64), type Iovec struct, Len uint64 +pkg syscall (netbsd-amd64), type Kevent_t struct +pkg syscall (netbsd-amd64), type Kevent_t struct, Data int64 +pkg syscall (netbsd-amd64), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-amd64), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-amd64), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-amd64), type Kevent_t struct, Ident uint64 +pkg syscall (netbsd-amd64), type Kevent_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64), type Kevent_t struct, Udata int64 +pkg syscall (netbsd-amd64), type Mclpool [0]uint8 +pkg syscall (netbsd-amd64), type Msghdr struct +pkg syscall (netbsd-amd64), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-amd64), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-amd64), type Msghdr struct, Flags int32 +pkg syscall (netbsd-amd64), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-amd64), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-amd64), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-amd64), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-amd64), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-amd64), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-amd64), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-amd64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-amd64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-amd64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-amd64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-amd64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-amd64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-amd64), type RawSockaddrUnix struct +pkg syscall (netbsd-amd64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-amd64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-amd64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-amd64), type Rlimit struct +pkg syscall (netbsd-amd64), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-amd64), type Rlimit struct, Max uint64 +pkg syscall (netbsd-amd64), type RouteMessage struct +pkg syscall (netbsd-amd64), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-amd64), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-amd64), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-amd64), type RtMetrics struct +pkg syscall (netbsd-amd64), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-amd64), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-amd64), type RtMsghdr struct +pkg syscall (netbsd-amd64), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-amd64), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-amd64), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64), type Rusage struct, Idrss int64 +pkg syscall (netbsd-amd64), type Rusage struct, Inblock int64 +pkg syscall (netbsd-amd64), type Rusage struct, Isrss int64 +pkg syscall (netbsd-amd64), type Rusage struct, Ixrss int64 +pkg syscall (netbsd-amd64), type Rusage struct, Majflt int64 +pkg syscall (netbsd-amd64), type Rusage struct, Maxrss int64 +pkg syscall (netbsd-amd64), type Rusage struct, Minflt int64 +pkg syscall (netbsd-amd64), type Rusage struct, Msgrcv int64 +pkg syscall (netbsd-amd64), type Rusage struct, Msgsnd int64 +pkg syscall (netbsd-amd64), type Rusage struct, Nivcsw int64 +pkg syscall (netbsd-amd64), type Rusage struct, Nsignals int64 +pkg syscall (netbsd-amd64), type Rusage struct, Nswap int64 +pkg syscall (netbsd-amd64), type Rusage struct, Nvcsw int64 +pkg syscall (netbsd-amd64), type Rusage struct, Oublock int64 +pkg syscall (netbsd-amd64), type Rusage struct, Stime Timeval +pkg syscall (netbsd-amd64), type Rusage struct, Utime Timeval +pkg syscall (netbsd-amd64), type SockaddrDatalink struct +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-amd64), type SocketControlMessage struct +pkg syscall (netbsd-amd64), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-amd64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-amd64), type Stat_t struct +pkg syscall (netbsd-amd64), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-amd64), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-amd64), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-amd64), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-amd64), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-amd64), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-amd64), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-amd64), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64), type Stat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-amd64), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (netbsd-amd64), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-amd64), type Stat_t struct, Size int64 +pkg syscall (netbsd-amd64), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-amd64), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-amd64), type Statfs_t [0]uint8 +pkg syscall (netbsd-amd64), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-amd64), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-amd64), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-amd64), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-amd64), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-amd64), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-amd64), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-amd64), type Sysctlnode struct +pkg syscall (netbsd-amd64), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-amd64), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-amd64), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-amd64), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-amd64), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-amd64), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-amd64), type Timespec struct, Nsec int64 +pkg syscall (netbsd-amd64), type Timespec struct, Sec int64 +pkg syscall (netbsd-amd64), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64), type Timeval struct, Sec int64 +pkg syscall (netbsd-amd64), type Timeval struct, Usec int32 +pkg syscall (netbsd-amd64), type WaitStatus uint32 +pkg syscall (netbsd-amd64), var Stderr int +pkg syscall (netbsd-amd64), var Stdin int +pkg syscall (netbsd-amd64), var Stdout int +pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_ARP ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_CCITT ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_CHAOS ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_CNT ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_COIP ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_DECnet ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_DLI ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_E164 ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_ECMA ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_HYLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_IPX ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_ISDN ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_ISO ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_LAT ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_LOCAL ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_MPLS ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_NATM ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_NS ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_OROUTE ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_OSI ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_PUP ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_ROUTE ideal-int +pkg syscall (netbsd-amd64-cgo), const AF_SNA ideal-int +pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-amd64-cgo), const B0 ideal-int +pkg syscall (netbsd-amd64-cgo), const B110 ideal-int +pkg syscall (netbsd-amd64-cgo), const B115200 ideal-int +pkg syscall (netbsd-amd64-cgo), const B1200 ideal-int +pkg syscall (netbsd-amd64-cgo), const B134 ideal-int +pkg syscall (netbsd-amd64-cgo), const B14400 ideal-int +pkg syscall (netbsd-amd64-cgo), const B150 ideal-int +pkg syscall (netbsd-amd64-cgo), const B1800 ideal-int +pkg syscall (netbsd-amd64-cgo), const B19200 ideal-int +pkg syscall (netbsd-amd64-cgo), const B200 ideal-int +pkg syscall (netbsd-amd64-cgo), const B230400 ideal-int +pkg syscall (netbsd-amd64-cgo), const B2400 ideal-int +pkg syscall (netbsd-amd64-cgo), const B28800 ideal-int +pkg syscall (netbsd-amd64-cgo), const B300 ideal-int +pkg syscall (netbsd-amd64-cgo), const B38400 ideal-int +pkg syscall (netbsd-amd64-cgo), const B460800 ideal-int +pkg syscall (netbsd-amd64-cgo), const B4800 ideal-int +pkg syscall (netbsd-amd64-cgo), const B50 ideal-int +pkg syscall (netbsd-amd64-cgo), const B57600 ideal-int +pkg syscall (netbsd-amd64-cgo), const B600 ideal-int +pkg syscall (netbsd-amd64-cgo), const B7200 ideal-int +pkg syscall (netbsd-amd64-cgo), const B75 ideal-int +pkg syscall (netbsd-amd64-cgo), const B76800 ideal-int +pkg syscall (netbsd-amd64-cgo), const B921600 ideal-int +pkg syscall (netbsd-amd64-cgo), const B9600 ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGDLT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGETIF ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSDLT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSETF ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSETIF ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF ideal-int +pkg syscall (netbsd-amd64-cgo), const BIOCVERSION ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_A ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_ABS ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_ADD ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_ALU ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_AND ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_B ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_DIV ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_H ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_IMM ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_IND ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_JA ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_JEQ ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_JGE ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_JGT ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_JMP ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_JSET ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_K ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_LD ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_LDX ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_LSH ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MEM ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MISC ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MSH ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_MUL ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_NEG ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_OR ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_RET ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_RSH ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_ST ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_STX ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_SUB ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_TAX ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_TXA ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_W ideal-int +pkg syscall (netbsd-amd64-cgo), const BPF_X ideal-int +pkg syscall (netbsd-amd64-cgo), const BRKINT ideal-int +pkg syscall (netbsd-amd64-cgo), const CFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const CLOCAL ideal-int +pkg syscall (netbsd-amd64-cgo), const CREAD ideal-int +pkg syscall (netbsd-amd64-cgo), const CS5 ideal-int +pkg syscall (netbsd-amd64-cgo), const CS6 ideal-int +pkg syscall (netbsd-amd64-cgo), const CS7 ideal-int +pkg syscall (netbsd-amd64-cgo), const CS8 ideal-int +pkg syscall (netbsd-amd64-cgo), const CSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const CSTART ideal-int +pkg syscall (netbsd-amd64-cgo), const CSTATUS ideal-int +pkg syscall (netbsd-amd64-cgo), const CSTOP ideal-int +pkg syscall (netbsd-amd64-cgo), const CSTOPB ideal-int +pkg syscall (netbsd-amd64-cgo), const CSUSP ideal-int +pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-amd64-cgo), const CTL_NET ideal-int +pkg syscall (netbsd-amd64-cgo), const CTL_QUERY ideal-int +pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_A429 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_AOS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_AURORA ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_AX25 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_DECT ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ECONET ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ENC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ERF ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_FDDI ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_HDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IPMB ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IPNET ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LAPD ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LIN ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_LTALK ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_MFR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_MOST ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_MPLS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_NULL ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPI ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_PRONET ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_RAW ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_RIO ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_SCCP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_SITA ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_SLIP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_TZSP ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_USB ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_WIHART ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_BLK ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_CHR ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_DIR ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_FIFO ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_LNK ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_REG ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_SOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const DT_WHT ideal-int +pkg syscall (netbsd-amd64-cgo), const EAUTH Errno +pkg syscall (netbsd-amd64-cgo), const EBADMSG Errno +pkg syscall (netbsd-amd64-cgo), const EBADRPC Errno +pkg syscall (netbsd-amd64-cgo), const ECHO ideal-int +pkg syscall (netbsd-amd64-cgo), const ECHOCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const ECHOE ideal-int +pkg syscall (netbsd-amd64-cgo), const ECHOK ideal-int +pkg syscall (netbsd-amd64-cgo), const ECHOKE ideal-int +pkg syscall (netbsd-amd64-cgo), const ECHONL ideal-int +pkg syscall (netbsd-amd64-cgo), const ECHOPRT ideal-int +pkg syscall (netbsd-amd64-cgo), const EFTYPE Errno +pkg syscall (netbsd-amd64-cgo), const ELAST Errno +pkg syscall (netbsd-amd64-cgo), const EMULTIHOP Errno +pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX ideal-int +pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID ideal-int +pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH Errno +pkg syscall (netbsd-amd64-cgo), const ENOATTR Errno +pkg syscall (netbsd-amd64-cgo), const ENODATA Errno +pkg syscall (netbsd-amd64-cgo), const ENOLINK Errno +pkg syscall (netbsd-amd64-cgo), const ENOSR Errno +pkg syscall (netbsd-amd64-cgo), const ENOSTR Errno +pkg syscall (netbsd-amd64-cgo), const EPROCLIM Errno +pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL Errno +pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH Errno +pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL Errno +pkg syscall (netbsd-amd64-cgo), const EPROTO Errno +pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH Errno +pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERMIN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-amd64-cgo), const ETIME Errno +pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_READ ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_ADD ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_CLEAR ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_DELETE ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_DISABLE ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_ENABLE ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_EOF ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_ERROR ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT ideal-int +pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const EXTA ideal-int +pkg syscall (netbsd-amd64-cgo), const EXTB ideal-int +pkg syscall (netbsd-amd64-cgo), const EXTPROC ideal-int +pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const FLUSHO ideal-int +pkg syscall (netbsd-amd64-cgo), const F_CLOSEM ideal-int +pkg syscall (netbsd-amd64-cgo), const F_DUPFD ideal-int +pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSIN ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSINOUT ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSOUT ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSPRIV ideal-int +pkg syscall (netbsd-amd64-cgo), const F_FSVOID ideal-int +pkg syscall (netbsd-amd64-cgo), const F_GETFD ideal-int +pkg syscall (netbsd-amd64-cgo), const F_GETFL ideal-int +pkg syscall (netbsd-amd64-cgo), const F_GETLK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const F_GETOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const F_MAXFD ideal-int +pkg syscall (netbsd-amd64-cgo), const F_OK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const F_RDLCK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_SETFD ideal-int +pkg syscall (netbsd-amd64-cgo), const F_SETFL ideal-int +pkg syscall (netbsd-amd64-cgo), const F_SETLK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_SETLKW ideal-int +pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const F_SETOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const F_UNLCK ideal-int +pkg syscall (netbsd-amd64-cgo), const F_WRLCK ideal-int +pkg syscall (netbsd-amd64-cgo), const HUPCL ideal-int +pkg syscall (netbsd-amd64-cgo), const ICANON ideal-int +pkg syscall (netbsd-amd64-cgo), const ICMP6_FILTER = 18 +pkg syscall (netbsd-amd64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-amd64-cgo), const ICRNL ideal-int +pkg syscall (netbsd-amd64-cgo), const IEXTEN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_NOARP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING ideal-int +pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_1822 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ADSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ARAP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_BSC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_CARP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_CEPT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_CES ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_CNR ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DCN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DLSW ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DS0 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DS3 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DTM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ECONET ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_EON ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ESCON ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FAITH ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FAST ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FDDI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_GIF ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HSSI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_HY ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IDSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IMT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISDN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ISUP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_LAPB ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_LAPD ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_LAPF ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_LOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MODEM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MPC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MPLS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MVL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_NFAS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_NSIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_OTHER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_P10 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_P80 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PARA ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PON155 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PON622 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_POS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PPP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_PVC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_QLLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_RADSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_RS232 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_RSRB ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SDSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SLIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SONET ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SRP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_STF ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_T1 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_TDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_TELINK ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_TR008 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_USB ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_V11 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_V35 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_V36 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_V37 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VDSL ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_X213 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_X25 ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE ideal-int +pkg syscall (netbsd-amd64-cgo), const IFT_XETHER ideal-int +pkg syscall (netbsd-amd64-cgo), const IGNBRK ideal-int +pkg syscall (netbsd-amd64-cgo), const IGNCR ideal-int +pkg syscall (netbsd-amd64-cgo), const IGNPAR ideal-int +pkg syscall (netbsd-amd64-cgo), const IMAXBEL ideal-int +pkg syscall (netbsd-amd64-cgo), const INLCR ideal-int +pkg syscall (netbsd-amd64-cgo), const INPCK ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION ideal-int +pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_DF ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_EF ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_MF ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_MINTTL ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_MSS ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RECVIF ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS ideal-int +pkg syscall (netbsd-amd64-cgo), const IP_RF ideal-int +pkg syscall (netbsd-amd64-cgo), const ISIG ideal-int +pkg syscall (netbsd-amd64-cgo), const ISTRIP ideal-int +pkg syscall (netbsd-amd64-cgo), const IXANY ideal-int +pkg syscall (netbsd-amd64-cgo), const IXOFF ideal-int +pkg syscall (netbsd-amd64-cgo), const IXON ideal-int +pkg syscall (netbsd-amd64-cgo), const LOCK_EX ideal-int +pkg syscall (netbsd-amd64-cgo), const LOCK_NB ideal-int +pkg syscall (netbsd-amd64-cgo), const LOCK_SH ideal-int +pkg syscall (netbsd-amd64-cgo), const LOCK_UN ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_BCAST ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_EOR ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_MCAST ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_NBIO ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_OOB ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_PEEK ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL ideal-int +pkg syscall (netbsd-amd64-cgo), const NAME_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-amd64-cgo), const NOFLSH ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_FORK ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const OCRNL ideal-int +pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-amd64-cgo), const ONLCR ideal-int +pkg syscall (netbsd-amd64-cgo), const ONLRET ideal-int +pkg syscall (netbsd-amd64-cgo), const ONOCR ideal-int +pkg syscall (netbsd-amd64-cgo), const ONOEOT ideal-int +pkg syscall (netbsd-amd64-cgo), const OPOST ideal-int +pkg syscall (netbsd-amd64-cgo), const O_ACCMODE ideal-int +pkg syscall (netbsd-amd64-cgo), const O_ALT_IO ideal-int +pkg syscall (netbsd-amd64-cgo), const O_DIRECT ideal-int +pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY ideal-int +pkg syscall (netbsd-amd64-cgo), const O_DSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const O_EXLOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const O_FSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const O_NDELAY ideal-int +pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const O_RSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const O_SHLOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const PARENB ideal-int +pkg syscall (netbsd-amd64-cgo), const PARMRK ideal-int +pkg syscall (netbsd-amd64-cgo), const PARODD ideal-int +pkg syscall (netbsd-amd64-cgo), const PENDIN ideal-int +pkg syscall (netbsd-amd64-cgo), const PRIO_PGRP = 1 +pkg syscall (netbsd-amd64-cgo), const PRIO_PGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const PRIO_PROCESS = 0 +pkg syscall (netbsd-amd64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-amd64-cgo), const PRIO_USER = 2 +pkg syscall (netbsd-amd64-cgo), const PRIO_USER ideal-int +pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT ideal-int +pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL ideal-int +pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_BRD ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_DST ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_IFA ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_IFP ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_MAX ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const RTAX_TAG ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_BRD ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_DST ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_IFA ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_IFP ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const RTA_TAG ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_CLONED ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_CLONING ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_DONE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_HOST ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_REJECT ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_SRC ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_STATIC ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_UP ideal-int +pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_ADD ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_DELETE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_GET ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_LOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_LOSING ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_MISS ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTM_VERSION ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_MTU ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_RTT ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-amd64-cgo), const SCM_CREDS ideal-int +pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-amd64-cgo), const SIGCHLD Signal +pkg syscall (netbsd-amd64-cgo), const SIGCONT Signal +pkg syscall (netbsd-amd64-cgo), const SIGEMT Signal +pkg syscall (netbsd-amd64-cgo), const SIGINFO Signal +pkg syscall (netbsd-amd64-cgo), const SIGIO Signal +pkg syscall (netbsd-amd64-cgo), const SIGIOT Signal +pkg syscall (netbsd-amd64-cgo), const SIGPROF Signal +pkg syscall (netbsd-amd64-cgo), const SIGPWR Signal +pkg syscall (netbsd-amd64-cgo), const SIGSTOP Signal +pkg syscall (netbsd-amd64-cgo), const SIGSYS Signal +pkg syscall (netbsd-amd64-cgo), const SIGTSTP Signal +pkg syscall (netbsd-amd64-cgo), const SIGTTIN Signal +pkg syscall (netbsd-amd64-cgo), const SIGTTOU Signal +pkg syscall (netbsd-amd64-cgo), const SIGURG Signal +pkg syscall (netbsd-amd64-cgo), const SIGUSR1 Signal +pkg syscall (netbsd-amd64-cgo), const SIGUSR2 Signal +pkg syscall (netbsd-amd64-cgo), const SIGVTALRM Signal +pkg syscall (netbsd-amd64-cgo), const SIGWINCH Signal +pkg syscall (netbsd-amd64-cgo), const SIGXCPU Signal +pkg syscall (netbsd-amd64-cgo), const SIGXFSZ Signal +pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCADDRT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCATMARK ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCDELRT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCGVH ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCSVH ideal-int +pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const SOCK_RDM ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_DEBUG ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_ERROR ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_TYPE ideal-int +pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_ACCT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_BIND ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_BREAK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_DUP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FORK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETFH ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETPID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETSID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETUID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_KILL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MMAP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_OPEN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PIPE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_POLL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PREAD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PREADV ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_READ ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_READLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_READV ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RENAME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SBRK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SELECT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETSID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETUID ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SSTK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_STAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UMASK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_VFORK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_WRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___CLONE ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const S_ARCH1 ideal-int +pkg syscall (netbsd-amd64-cgo), const S_ARCH2 ideal-int +pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IEXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IFWHT ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IREAD ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IRGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IROTH ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IRWXG ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IRWXO ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IRWXU ideal-int +pkg syscall (netbsd-amd64-cgo), const S_ISTXT ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IWGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IWOTH ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IWRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IXGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const S_IXOTH ideal-int +pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-amd64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-amd64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIfData ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofLinger ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-amd64-cgo), const TCIFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const TCOFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS ideal-int +pkg syscall (netbsd-amd64-cgo), const TCP_MSS ideal-int +pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCCBRK ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCCDTR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCCONS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCEXCL ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCEXT ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGETA ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGETD ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGLINED ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGSID ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCMBIC ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCMBIS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCMGET ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCMSET ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_CD ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_LE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_RI ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_SR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCM_ST ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCNXCL ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSBRK ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSDTR ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSETA ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSETAF ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSETAW ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSETD ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSIG ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSLINED ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSTART ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSTAT ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSTI ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSTOP ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL ideal-int +pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-amd64-cgo), const TOSTOP ideal-int +pkg syscall (netbsd-amd64-cgo), const VDISCARD ideal-int +pkg syscall (netbsd-amd64-cgo), const VDSUSP ideal-int +pkg syscall (netbsd-amd64-cgo), const VEOF ideal-int +pkg syscall (netbsd-amd64-cgo), const VEOL ideal-int +pkg syscall (netbsd-amd64-cgo), const VEOL2 ideal-int +pkg syscall (netbsd-amd64-cgo), const VERASE ideal-int +pkg syscall (netbsd-amd64-cgo), const VINTR ideal-int +pkg syscall (netbsd-amd64-cgo), const VKILL ideal-int +pkg syscall (netbsd-amd64-cgo), const VLNEXT ideal-int +pkg syscall (netbsd-amd64-cgo), const VMIN ideal-int +pkg syscall (netbsd-amd64-cgo), const VQUIT ideal-int +pkg syscall (netbsd-amd64-cgo), const VREPRINT ideal-int +pkg syscall (netbsd-amd64-cgo), const VSTART ideal-int +pkg syscall (netbsd-amd64-cgo), const VSTATUS ideal-int +pkg syscall (netbsd-amd64-cgo), const VSTOP ideal-int +pkg syscall (netbsd-amd64-cgo), const VSUSP ideal-int +pkg syscall (netbsd-amd64-cgo), const VTIME ideal-int +pkg syscall (netbsd-amd64-cgo), const VWERASE ideal-int +pkg syscall (netbsd-amd64-cgo), const WALL ideal-int +pkg syscall (netbsd-amd64-cgo), const WALLSIG ideal-int +pkg syscall (netbsd-amd64-cgo), const WALTSIG ideal-int +pkg syscall (netbsd-amd64-cgo), const WCLONE ideal-int +pkg syscall (netbsd-amd64-cgo), const WCOREFLAG ideal-int +pkg syscall (netbsd-amd64-cgo), const WNOHANG ideal-int +pkg syscall (netbsd-amd64-cgo), const WNOWAIT ideal-int +pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE ideal-int +pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-amd64-cgo), const WSTOPPED ideal-int +pkg syscall (netbsd-amd64-cgo), const WUNTRACED ideal-int +pkg syscall (netbsd-amd64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func Access(string, uint32) error +pkg syscall (netbsd-amd64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-amd64-cgo), func Bind(int, Sockaddr) error +pkg syscall (netbsd-amd64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-amd64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-amd64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-amd64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-amd64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-amd64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-amd64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-amd64-cgo), func CheckBpfVersion(int) error +pkg syscall (netbsd-amd64-cgo), func Chflags(string, int) error +pkg syscall (netbsd-amd64-cgo), func Chroot(string) error +pkg syscall (netbsd-amd64-cgo), func Close(int) error +pkg syscall (netbsd-amd64-cgo), func CloseOnExec(int) +pkg syscall (netbsd-amd64-cgo), func CmsgLen(int) int +pkg syscall (netbsd-amd64-cgo), func CmsgSpace(int) int +pkg syscall (netbsd-amd64-cgo), func Connect(int, Sockaddr) error +pkg syscall (netbsd-amd64-cgo), func Dup(int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Dup2(int, int) error +pkg syscall (netbsd-amd64-cgo), func Fchdir(int) error +pkg syscall (netbsd-amd64-cgo), func Fchflags(int, int) error +pkg syscall (netbsd-amd64-cgo), func Fchmod(int, uint32) error +pkg syscall (netbsd-amd64-cgo), func Fchown(int, int, int) error +pkg syscall (netbsd-amd64-cgo), func Flock(int, int) error +pkg syscall (netbsd-amd64-cgo), func FlushBpf(int) error +pkg syscall (netbsd-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-amd64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-amd64-cgo), func Fsync(int) error +pkg syscall (netbsd-amd64-cgo), func Ftruncate(int, int64) error +pkg syscall (netbsd-amd64-cgo), func Futimes(int, []Timeval) error +pkg syscall (netbsd-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-amd64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func Getpgid(int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Getpgrp() int +pkg syscall (netbsd-amd64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-amd64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-amd64-cgo), func Getsid(int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Issetugid() bool +pkg syscall (netbsd-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-amd64-cgo), func Kill(int, Signal) error +pkg syscall (netbsd-amd64-cgo), func Kqueue() (int, error) +pkg syscall (netbsd-amd64-cgo), func Listen(int, int) error +pkg syscall (netbsd-amd64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-amd64-cgo), func Mkfifo(string, uint32) error +pkg syscall (netbsd-amd64-cgo), func Mknod(string, uint32, int) error +pkg syscall (netbsd-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-amd64-cgo), func Munmap([]uint8) error +pkg syscall (netbsd-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-amd64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-amd64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Pipe([]int) error +pkg syscall (netbsd-amd64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-amd64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-amd64-cgo), func Revoke(string) error +pkg syscall (netbsd-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-amd64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-amd64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-amd64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-amd64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-amd64-cgo), func SetBpfInterface(int, string) error +pkg syscall (netbsd-amd64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-amd64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-amd64-cgo), func SetNonblock(int, bool) error +pkg syscall (netbsd-amd64-cgo), func Setegid(int) error +pkg syscall (netbsd-amd64-cgo), func Seteuid(int) error +pkg syscall (netbsd-amd64-cgo), func Setgid(int) error +pkg syscall (netbsd-amd64-cgo), func Setgroups([]int) error +pkg syscall (netbsd-amd64-cgo), func Setpgid(int, int) error +pkg syscall (netbsd-amd64-cgo), func Setpriority(int, int, int) error +pkg syscall (netbsd-amd64-cgo), func Setregid(int, int) error +pkg syscall (netbsd-amd64-cgo), func Setreuid(int, int) error +pkg syscall (netbsd-amd64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-amd64-cgo), func Setsid() (int, error) +pkg syscall (netbsd-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-amd64-cgo), func Settimeofday(*Timeval) error +pkg syscall (netbsd-amd64-cgo), func Setuid(int) error +pkg syscall (netbsd-amd64-cgo), func Shutdown(int, int) error +pkg syscall (netbsd-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-amd64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-amd64-cgo), func Stat(string, *Stat_t) error +pkg syscall (netbsd-amd64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-amd64-cgo), func Sync() error +pkg syscall (netbsd-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-amd64-cgo), func Sysctl(string) (string, error) +pkg syscall (netbsd-amd64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-amd64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-amd64-cgo), func Truncate(string, int64) error +pkg syscall (netbsd-amd64-cgo), func Umask(int) int +pkg syscall (netbsd-amd64-cgo), func UnixRights(...int) []uint8 +pkg syscall (netbsd-amd64-cgo), func Unmount(string, int) error +pkg syscall (netbsd-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-amd64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-amd64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-amd64-cgo), method (*Iovec) SetLen(int) +pkg syscall (netbsd-amd64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-amd64-cgo), type BpfHdr struct +pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-amd64-cgo), type BpfInsn struct +pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, K uint32 +pkg syscall (netbsd-amd64-cgo), type BpfProgram struct +pkg syscall (netbsd-amd64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-amd64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type BpfStat struct +pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-amd64-cgo), type BpfTimeval struct +pkg syscall (netbsd-amd64-cgo), type BpfTimeval struct, Sec int64 +pkg syscall (netbsd-amd64-cgo), type BpfTimeval struct, Usec int64 +pkg syscall (netbsd-amd64-cgo), type BpfVersion struct +pkg syscall (netbsd-amd64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-amd64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct +pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-amd64-cgo), type Credential struct +pkg syscall (netbsd-amd64-cgo), type Credential struct, Gid uint32 +pkg syscall (netbsd-amd64-cgo), type Credential struct, Groups []uint32 +pkg syscall (netbsd-amd64-cgo), type Credential struct, Uid uint32 +pkg syscall (netbsd-amd64-cgo), type Dirent struct +pkg syscall (netbsd-amd64-cgo), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-amd64-cgo), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-amd64-cgo), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-amd64-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-amd64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-amd64-cgo), type Dirent struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type FdSet struct +pkg syscall (netbsd-amd64-cgo), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-amd64-cgo), type Flock_t struct +pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Len int64 +pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Pid int32 +pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Start int64 +pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Type int16 +pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Whence int16 +pkg syscall (netbsd-amd64-cgo), type Fsid struct +pkg syscall (netbsd-amd64-cgo), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-amd64-cgo), type ICMPv6Filter struct +pkg syscall (netbsd-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-amd64-cgo), type IPv6MTUInfo struct +pkg syscall (netbsd-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-amd64-cgo), type IfData struct +pkg syscall (netbsd-amd64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Collisions uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-amd64-cgo), type IfData struct, Link_state int32 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Metric uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Mtu uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Noproto uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Obytes uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Opackets uint64 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-amd64-cgo), type IfData struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64-cgo), type Inet6Pktinfo struct +pkg syscall (netbsd-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage struct +pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-amd64-cgo), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-amd64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-amd64-cgo), type InterfaceMessage struct +pkg syscall (netbsd-amd64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-amd64-cgo), type Iovec struct +pkg syscall (netbsd-amd64-cgo), type Iovec struct, Base *uint8 +pkg syscall (netbsd-amd64-cgo), type Iovec struct, Len uint64 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Data int64 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Udata int64 +pkg syscall (netbsd-amd64-cgo), type Mclpool [0]uint8 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Flags int32 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct +pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-amd64-cgo), type Rlimit struct +pkg syscall (netbsd-amd64-cgo), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-amd64-cgo), type Rlimit struct, Max uint64 +pkg syscall (netbsd-amd64-cgo), type RouteMessage struct +pkg syscall (netbsd-amd64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-amd64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-amd64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Idrss int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Inblock int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Isrss int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Majflt int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Minflt int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nswap int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Oublock int64 +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Stime Timeval +pkg syscall (netbsd-amd64-cgo), type Rusage struct, Utime Timeval +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-amd64-cgo), type SocketControlMessage struct +pkg syscall (netbsd-amd64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-amd64-cgo), type Stat_t struct +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Size int64 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-amd64-cgo), type Statfs_t [0]uint8 +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-amd64-cgo), type Timespec struct, Nsec int64 +pkg syscall (netbsd-amd64-cgo), type Timespec struct, Sec int64 +pkg syscall (netbsd-amd64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-amd64-cgo), type Timeval struct, Sec int64 +pkg syscall (netbsd-amd64-cgo), type Timeval struct, Usec int32 +pkg syscall (netbsd-amd64-cgo), type WaitStatus uint32 +pkg syscall (netbsd-amd64-cgo), var Stderr int +pkg syscall (netbsd-amd64-cgo), var Stdin int +pkg syscall (netbsd-amd64-cgo), var Stdout int +pkg syscall (netbsd-arm), const AF_APPLETALK ideal-int +pkg syscall (netbsd-arm), const AF_ARP ideal-int +pkg syscall (netbsd-arm), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-arm), const AF_CCITT ideal-int +pkg syscall (netbsd-arm), const AF_CHAOS ideal-int +pkg syscall (netbsd-arm), const AF_CNT ideal-int +pkg syscall (netbsd-arm), const AF_COIP ideal-int +pkg syscall (netbsd-arm), const AF_DATAKIT ideal-int +pkg syscall (netbsd-arm), const AF_DECnet ideal-int +pkg syscall (netbsd-arm), const AF_DLI ideal-int +pkg syscall (netbsd-arm), const AF_E164 ideal-int +pkg syscall (netbsd-arm), const AF_ECMA ideal-int +pkg syscall (netbsd-arm), const AF_HYLINK ideal-int +pkg syscall (netbsd-arm), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-arm), const AF_IMPLINK ideal-int +pkg syscall (netbsd-arm), const AF_IPX ideal-int +pkg syscall (netbsd-arm), const AF_ISDN ideal-int +pkg syscall (netbsd-arm), const AF_ISO ideal-int +pkg syscall (netbsd-arm), const AF_LAT ideal-int +pkg syscall (netbsd-arm), const AF_LINK ideal-int +pkg syscall (netbsd-arm), const AF_LOCAL ideal-int +pkg syscall (netbsd-arm), const AF_MAX ideal-int +pkg syscall (netbsd-arm), const AF_MPLS ideal-int +pkg syscall (netbsd-arm), const AF_NATM ideal-int +pkg syscall (netbsd-arm), const AF_NS ideal-int +pkg syscall (netbsd-arm), const AF_OROUTE ideal-int +pkg syscall (netbsd-arm), const AF_OSI ideal-int +pkg syscall (netbsd-arm), const AF_PUP ideal-int +pkg syscall (netbsd-arm), const AF_ROUTE ideal-int +pkg syscall (netbsd-arm), const AF_SNA ideal-int +pkg syscall (netbsd-arm), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-arm), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-arm), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-arm), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-arm), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-arm), const B0 ideal-int +pkg syscall (netbsd-arm), const B110 ideal-int +pkg syscall (netbsd-arm), const B115200 ideal-int +pkg syscall (netbsd-arm), const B1200 ideal-int +pkg syscall (netbsd-arm), const B134 ideal-int +pkg syscall (netbsd-arm), const B14400 ideal-int +pkg syscall (netbsd-arm), const B150 ideal-int +pkg syscall (netbsd-arm), const B1800 ideal-int +pkg syscall (netbsd-arm), const B19200 ideal-int +pkg syscall (netbsd-arm), const B200 ideal-int +pkg syscall (netbsd-arm), const B230400 ideal-int +pkg syscall (netbsd-arm), const B2400 ideal-int +pkg syscall (netbsd-arm), const B28800 ideal-int +pkg syscall (netbsd-arm), const B300 ideal-int +pkg syscall (netbsd-arm), const B38400 ideal-int +pkg syscall (netbsd-arm), const B460800 ideal-int +pkg syscall (netbsd-arm), const B4800 ideal-int +pkg syscall (netbsd-arm), const B50 ideal-int +pkg syscall (netbsd-arm), const B57600 ideal-int +pkg syscall (netbsd-arm), const B600 ideal-int +pkg syscall (netbsd-arm), const B7200 ideal-int +pkg syscall (netbsd-arm), const B75 ideal-int +pkg syscall (netbsd-arm), const B76800 ideal-int +pkg syscall (netbsd-arm), const B921600 ideal-int +pkg syscall (netbsd-arm), const B9600 ideal-int +pkg syscall (netbsd-arm), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-arm), const BIOCFLUSH ideal-int +pkg syscall (netbsd-arm), const BIOCGBLEN ideal-int +pkg syscall (netbsd-arm), const BIOCGDLT ideal-int +pkg syscall (netbsd-arm), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-arm), const BIOCGETIF ideal-int +pkg syscall (netbsd-arm), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-arm), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-arm), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-arm), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-arm), const BIOCGSTATS ideal-int +pkg syscall (netbsd-arm), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-arm), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-arm), const BIOCPROMISC ideal-int +pkg syscall (netbsd-arm), const BIOCSBLEN ideal-int +pkg syscall (netbsd-arm), const BIOCSDLT ideal-int +pkg syscall (netbsd-arm), const BIOCSETF ideal-int +pkg syscall (netbsd-arm), const BIOCSETIF ideal-int +pkg syscall (netbsd-arm), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-arm), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-arm), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-arm), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-arm), const BIOCSTCPF ideal-int +pkg syscall (netbsd-arm), const BIOCSUDPF ideal-int +pkg syscall (netbsd-arm), const BIOCVERSION ideal-int +pkg syscall (netbsd-arm), const BPF_A ideal-int +pkg syscall (netbsd-arm), const BPF_ABS ideal-int +pkg syscall (netbsd-arm), const BPF_ADD ideal-int +pkg syscall (netbsd-arm), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-arm), const BPF_ALU ideal-int +pkg syscall (netbsd-arm), const BPF_AND ideal-int +pkg syscall (netbsd-arm), const BPF_B ideal-int +pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-arm), const BPF_DIV ideal-int +pkg syscall (netbsd-arm), const BPF_H ideal-int +pkg syscall (netbsd-arm), const BPF_IMM ideal-int +pkg syscall (netbsd-arm), const BPF_IND ideal-int +pkg syscall (netbsd-arm), const BPF_JA ideal-int +pkg syscall (netbsd-arm), const BPF_JEQ ideal-int +pkg syscall (netbsd-arm), const BPF_JGE ideal-int +pkg syscall (netbsd-arm), const BPF_JGT ideal-int +pkg syscall (netbsd-arm), const BPF_JMP ideal-int +pkg syscall (netbsd-arm), const BPF_JSET ideal-int +pkg syscall (netbsd-arm), const BPF_K ideal-int +pkg syscall (netbsd-arm), const BPF_LD ideal-int +pkg syscall (netbsd-arm), const BPF_LDX ideal-int +pkg syscall (netbsd-arm), const BPF_LEN ideal-int +pkg syscall (netbsd-arm), const BPF_LSH ideal-int +pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-arm), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-arm), const BPF_MEM ideal-int +pkg syscall (netbsd-arm), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-arm), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-arm), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-arm), const BPF_MISC ideal-int +pkg syscall (netbsd-arm), const BPF_MSH ideal-int +pkg syscall (netbsd-arm), const BPF_MUL ideal-int +pkg syscall (netbsd-arm), const BPF_NEG ideal-int +pkg syscall (netbsd-arm), const BPF_OR ideal-int +pkg syscall (netbsd-arm), const BPF_RELEASE ideal-int +pkg syscall (netbsd-arm), const BPF_RET ideal-int +pkg syscall (netbsd-arm), const BPF_RSH ideal-int +pkg syscall (netbsd-arm), const BPF_ST ideal-int +pkg syscall (netbsd-arm), const BPF_STX ideal-int +pkg syscall (netbsd-arm), const BPF_SUB ideal-int +pkg syscall (netbsd-arm), const BPF_TAX ideal-int +pkg syscall (netbsd-arm), const BPF_TXA ideal-int +pkg syscall (netbsd-arm), const BPF_W ideal-int +pkg syscall (netbsd-arm), const BPF_X ideal-int +pkg syscall (netbsd-arm), const BRKINT ideal-int +pkg syscall (netbsd-arm), const CFLUSH ideal-int +pkg syscall (netbsd-arm), const CLOCAL ideal-int +pkg syscall (netbsd-arm), const CREAD ideal-int +pkg syscall (netbsd-arm), const CS5 ideal-int +pkg syscall (netbsd-arm), const CS6 ideal-int +pkg syscall (netbsd-arm), const CS7 ideal-int +pkg syscall (netbsd-arm), const CS8 ideal-int +pkg syscall (netbsd-arm), const CSIZE ideal-int +pkg syscall (netbsd-arm), const CSTART ideal-int +pkg syscall (netbsd-arm), const CSTATUS ideal-int +pkg syscall (netbsd-arm), const CSTOP ideal-int +pkg syscall (netbsd-arm), const CSTOPB ideal-int +pkg syscall (netbsd-arm), const CSUSP ideal-int +pkg syscall (netbsd-arm), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-arm), const CTL_NET ideal-int +pkg syscall (netbsd-arm), const CTL_QUERY ideal-int +pkg syscall (netbsd-arm), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-arm), const DLT_A429 ideal-int +pkg syscall (netbsd-arm), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-arm), const DLT_AOS ideal-int +pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-arm), const DLT_ARCNET ideal-int +pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-arm), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-arm), const DLT_AURORA ideal-int +pkg syscall (netbsd-arm), const DLT_AX25 ideal-int +pkg syscall (netbsd-arm), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-arm), const DLT_CAN20B ideal-int +pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-arm), const DLT_CHAOS ideal-int +pkg syscall (netbsd-arm), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-arm), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-arm), const DLT_DECT ideal-int +pkg syscall (netbsd-arm), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-arm), const DLT_ECONET ideal-int +pkg syscall (netbsd-arm), const DLT_EN10MB ideal-int +pkg syscall (netbsd-arm), const DLT_EN3MB ideal-int +pkg syscall (netbsd-arm), const DLT_ENC ideal-int +pkg syscall (netbsd-arm), const DLT_ERF ideal-int +pkg syscall (netbsd-arm), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-arm), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-arm), const DLT_FC_2 ideal-int +pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-arm), const DLT_FDDI ideal-int +pkg syscall (netbsd-arm), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-arm), const DLT_FRELAY ideal-int +pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-arm), const DLT_GPF_F ideal-int +pkg syscall (netbsd-arm), const DLT_GPF_T ideal-int +pkg syscall (netbsd-arm), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-arm), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-arm), const DLT_HDLC ideal-int +pkg syscall (netbsd-arm), const DLT_HHDLC ideal-int +pkg syscall (netbsd-arm), const DLT_HIPPI ideal-int +pkg syscall (netbsd-arm), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-arm), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-arm), const DLT_IPMB ideal-int +pkg syscall (netbsd-arm), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-arm), const DLT_IPNET ideal-int +pkg syscall (netbsd-arm), const DLT_IPV4 ideal-int +pkg syscall (netbsd-arm), const DLT_IPV6 ideal-int +pkg syscall (netbsd-arm), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-arm), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-arm), const DLT_LAPD ideal-int +pkg syscall (netbsd-arm), const DLT_LIN ideal-int +pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-arm), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-arm), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-arm), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-arm), const DLT_LOOP ideal-int +pkg syscall (netbsd-arm), const DLT_LTALK ideal-int +pkg syscall (netbsd-arm), const DLT_MFR ideal-int +pkg syscall (netbsd-arm), const DLT_MOST ideal-int +pkg syscall (netbsd-arm), const DLT_MPLS ideal-int +pkg syscall (netbsd-arm), const DLT_MTP2 ideal-int +pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-arm), const DLT_MTP3 ideal-int +pkg syscall (netbsd-arm), const DLT_NULL ideal-int +pkg syscall (netbsd-arm), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-arm), const DLT_PFLOG ideal-int +pkg syscall (netbsd-arm), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-arm), const DLT_PPI ideal-int +pkg syscall (netbsd-arm), const DLT_PPP ideal-int +pkg syscall (netbsd-arm), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-arm), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-arm), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-arm), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-arm), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-arm), const DLT_PRONET ideal-int +pkg syscall (netbsd-arm), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-arm), const DLT_RAW ideal-int +pkg syscall (netbsd-arm), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-arm), const DLT_RIO ideal-int +pkg syscall (netbsd-arm), const DLT_SCCP ideal-int +pkg syscall (netbsd-arm), const DLT_SITA ideal-int +pkg syscall (netbsd-arm), const DLT_SLIP ideal-int +pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-arm), const DLT_SUNATM ideal-int +pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-arm), const DLT_TZSP ideal-int +pkg syscall (netbsd-arm), const DLT_USB ideal-int +pkg syscall (netbsd-arm), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-arm), const DLT_WIHART ideal-int +pkg syscall (netbsd-arm), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-arm), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-arm), const DT_BLK ideal-int +pkg syscall (netbsd-arm), const DT_CHR ideal-int +pkg syscall (netbsd-arm), const DT_DIR ideal-int +pkg syscall (netbsd-arm), const DT_FIFO ideal-int +pkg syscall (netbsd-arm), const DT_LNK ideal-int +pkg syscall (netbsd-arm), const DT_REG ideal-int +pkg syscall (netbsd-arm), const DT_SOCK ideal-int +pkg syscall (netbsd-arm), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-arm), const DT_WHT ideal-int +pkg syscall (netbsd-arm), const EAUTH Errno +pkg syscall (netbsd-arm), const EBADMSG Errno +pkg syscall (netbsd-arm), const EBADRPC Errno +pkg syscall (netbsd-arm), const ECHO ideal-int +pkg syscall (netbsd-arm), const ECHOCTL ideal-int +pkg syscall (netbsd-arm), const ECHOE ideal-int +pkg syscall (netbsd-arm), const ECHOK ideal-int +pkg syscall (netbsd-arm), const ECHOKE ideal-int +pkg syscall (netbsd-arm), const ECHONL ideal-int +pkg syscall (netbsd-arm), const ECHOPRT ideal-int +pkg syscall (netbsd-arm), const EFTYPE Errno +pkg syscall (netbsd-arm), const ELAST Errno +pkg syscall (netbsd-arm), const EMULTIHOP Errno +pkg syscall (netbsd-arm), const EMUL_LINUX ideal-int +pkg syscall (netbsd-arm), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-arm), const EMUL_MAXID ideal-int +pkg syscall (netbsd-arm), const ENEEDAUTH Errno +pkg syscall (netbsd-arm), const ENOATTR Errno +pkg syscall (netbsd-arm), const ENODATA Errno +pkg syscall (netbsd-arm), const ENOLINK Errno +pkg syscall (netbsd-arm), const ENOSR Errno +pkg syscall (netbsd-arm), const ENOSTR Errno +pkg syscall (netbsd-arm), const EPROCLIM Errno +pkg syscall (netbsd-arm), const EPROCUNAVAIL Errno +pkg syscall (netbsd-arm), const EPROGMISMATCH Errno +pkg syscall (netbsd-arm), const EPROGUNAVAIL Errno +pkg syscall (netbsd-arm), const EPROTO Errno +pkg syscall (netbsd-arm), const ERPCMISMATCH Errno +pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-arm), const ETHERMIN ideal-int +pkg syscall (netbsd-arm), const ETHERMTU ideal-int +pkg syscall (netbsd-arm), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-arm), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-arm), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-arm), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-arm), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm), const ETIME Errno +pkg syscall (netbsd-arm), const EVFILT_AIO ideal-int +pkg syscall (netbsd-arm), const EVFILT_PROC ideal-int +pkg syscall (netbsd-arm), const EVFILT_READ ideal-int +pkg syscall (netbsd-arm), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-arm), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-arm), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-arm), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-arm), const EV_ADD ideal-int +pkg syscall (netbsd-arm), const EV_CLEAR ideal-int +pkg syscall (netbsd-arm), const EV_DELETE ideal-int +pkg syscall (netbsd-arm), const EV_DISABLE ideal-int +pkg syscall (netbsd-arm), const EV_ENABLE ideal-int +pkg syscall (netbsd-arm), const EV_EOF ideal-int +pkg syscall (netbsd-arm), const EV_ERROR ideal-int +pkg syscall (netbsd-arm), const EV_FLAG1 ideal-int +pkg syscall (netbsd-arm), const EV_ONESHOT ideal-int +pkg syscall (netbsd-arm), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-arm), const EXTA ideal-int +pkg syscall (netbsd-arm), const EXTB ideal-int +pkg syscall (netbsd-arm), const EXTPROC ideal-int +pkg syscall (netbsd-arm), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-arm), const FD_SETSIZE ideal-int +pkg syscall (netbsd-arm), const FLUSHO ideal-int +pkg syscall (netbsd-arm), const F_CLOSEM ideal-int +pkg syscall (netbsd-arm), const F_DUPFD ideal-int +pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-arm), const F_FSCTL ideal-int +pkg syscall (netbsd-arm), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-arm), const F_FSIN ideal-int +pkg syscall (netbsd-arm), const F_FSINOUT ideal-int +pkg syscall (netbsd-arm), const F_FSOUT ideal-int +pkg syscall (netbsd-arm), const F_FSPRIV ideal-int +pkg syscall (netbsd-arm), const F_FSVOID ideal-int +pkg syscall (netbsd-arm), const F_GETFD ideal-int +pkg syscall (netbsd-arm), const F_GETFL ideal-int +pkg syscall (netbsd-arm), const F_GETLK ideal-int +pkg syscall (netbsd-arm), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm), const F_GETOWN ideal-int +pkg syscall (netbsd-arm), const F_MAXFD ideal-int +pkg syscall (netbsd-arm), const F_OK ideal-int +pkg syscall (netbsd-arm), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-arm), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-arm), const F_RDLCK ideal-int +pkg syscall (netbsd-arm), const F_SETFD ideal-int +pkg syscall (netbsd-arm), const F_SETFL ideal-int +pkg syscall (netbsd-arm), const F_SETLK ideal-int +pkg syscall (netbsd-arm), const F_SETLKW ideal-int +pkg syscall (netbsd-arm), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm), const F_SETOWN ideal-int +pkg syscall (netbsd-arm), const F_UNLCK ideal-int +pkg syscall (netbsd-arm), const F_WRLCK ideal-int +pkg syscall (netbsd-arm), const HUPCL ideal-int +pkg syscall (netbsd-arm), const ICANON ideal-int +pkg syscall (netbsd-arm), const ICMP6_FILTER = 18 +pkg syscall (netbsd-arm), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-arm), const ICRNL ideal-int +pkg syscall (netbsd-arm), const IEXTEN ideal-int +pkg syscall (netbsd-arm), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-arm), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-arm), const IFA_ROUTE ideal-int +pkg syscall (netbsd-arm), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-arm), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-arm), const IFF_DEBUG ideal-int +pkg syscall (netbsd-arm), const IFF_LINK0 ideal-int +pkg syscall (netbsd-arm), const IFF_LINK1 ideal-int +pkg syscall (netbsd-arm), const IFF_LINK2 ideal-int +pkg syscall (netbsd-arm), const IFF_NOARP ideal-int +pkg syscall (netbsd-arm), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-arm), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-arm), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-arm), const IFF_PROMISC ideal-int +pkg syscall (netbsd-arm), const IFF_RUNNING ideal-int +pkg syscall (netbsd-arm), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-arm), const IFNAMSIZ ideal-int +pkg syscall (netbsd-arm), const IFT_1822 ideal-int +pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-arm), const IFT_AAL2 ideal-int +pkg syscall (netbsd-arm), const IFT_AAL5 ideal-int +pkg syscall (netbsd-arm), const IFT_ADSL ideal-int +pkg syscall (netbsd-arm), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-arm), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-arm), const IFT_ARAP ideal-int +pkg syscall (netbsd-arm), const IFT_ARCNET ideal-int +pkg syscall (netbsd-arm), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-arm), const IFT_ASYNC ideal-int +pkg syscall (netbsd-arm), const IFT_ATM ideal-int +pkg syscall (netbsd-arm), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-arm), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-arm), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-arm), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-arm), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-arm), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-arm), const IFT_BSC ideal-int +pkg syscall (netbsd-arm), const IFT_CARP ideal-int +pkg syscall (netbsd-arm), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-arm), const IFT_CEPT ideal-int +pkg syscall (netbsd-arm), const IFT_CES ideal-int +pkg syscall (netbsd-arm), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-arm), const IFT_CNR ideal-int +pkg syscall (netbsd-arm), const IFT_COFFEE ideal-int +pkg syscall (netbsd-arm), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-arm), const IFT_DCN ideal-int +pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm), const IFT_DLSW ideal-int +pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-arm), const IFT_DS0 ideal-int +pkg syscall (netbsd-arm), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-arm), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-arm), const IFT_DS3 ideal-int +pkg syscall (netbsd-arm), const IFT_DTM ideal-int +pkg syscall (netbsd-arm), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-arm), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-arm), const IFT_ECONET ideal-int +pkg syscall (netbsd-arm), const IFT_EON ideal-int +pkg syscall (netbsd-arm), const IFT_EPLRS ideal-int +pkg syscall (netbsd-arm), const IFT_ESCON ideal-int +pkg syscall (netbsd-arm), const IFT_ETHER ideal-int +pkg syscall (netbsd-arm), const IFT_FAITH ideal-int +pkg syscall (netbsd-arm), const IFT_FAST ideal-int +pkg syscall (netbsd-arm), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-arm), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-arm), const IFT_FDDI ideal-int +pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-arm), const IFT_FRELAY ideal-int +pkg syscall (netbsd-arm), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-arm), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-arm), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-arm), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-arm), const IFT_GIF ideal-int +pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-arm), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-arm), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-arm), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-arm), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-arm), const IFT_HDLC ideal-int +pkg syscall (netbsd-arm), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-arm), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-arm), const IFT_HIPPI ideal-int +pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-arm), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-arm), const IFT_HSSI ideal-int +pkg syscall (netbsd-arm), const IFT_HY ideal-int +pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-arm), const IFT_IDSL ideal-int +pkg syscall (netbsd-arm), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-arm), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-arm), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-arm), const IFT_IFGSN ideal-int +pkg syscall (netbsd-arm), const IFT_IMT ideal-int +pkg syscall (netbsd-arm), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-arm), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-arm), const IFT_IP ideal-int +pkg syscall (netbsd-arm), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-arm), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-arm), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-arm), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-arm), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-arm), const IFT_ISDN ideal-int +pkg syscall (netbsd-arm), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-arm), const IFT_ISDNS ideal-int +pkg syscall (netbsd-arm), const IFT_ISDNU ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-arm), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-arm), const IFT_ISUP ideal-int +pkg syscall (netbsd-arm), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-arm), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-arm), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-arm), const IFT_LAPB ideal-int +pkg syscall (netbsd-arm), const IFT_LAPD ideal-int +pkg syscall (netbsd-arm), const IFT_LAPF ideal-int +pkg syscall (netbsd-arm), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-arm), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-arm), const IFT_LOOP ideal-int +pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-arm), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-arm), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-arm), const IFT_MODEM ideal-int +pkg syscall (netbsd-arm), const IFT_MPC ideal-int +pkg syscall (netbsd-arm), const IFT_MPLS ideal-int +pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-arm), const IFT_MSDSL ideal-int +pkg syscall (netbsd-arm), const IFT_MVL ideal-int +pkg syscall (netbsd-arm), const IFT_MYRINET ideal-int +pkg syscall (netbsd-arm), const IFT_NFAS ideal-int +pkg syscall (netbsd-arm), const IFT_NSIP ideal-int +pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-arm), const IFT_OTHER ideal-int +pkg syscall (netbsd-arm), const IFT_P10 ideal-int +pkg syscall (netbsd-arm), const IFT_P80 ideal-int +pkg syscall (netbsd-arm), const IFT_PARA ideal-int +pkg syscall (netbsd-arm), const IFT_PFLOG ideal-int +pkg syscall (netbsd-arm), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-arm), const IFT_PLC ideal-int +pkg syscall (netbsd-arm), const IFT_PON155 ideal-int +pkg syscall (netbsd-arm), const IFT_PON622 ideal-int +pkg syscall (netbsd-arm), const IFT_POS ideal-int +pkg syscall (netbsd-arm), const IFT_PPP ideal-int +pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-arm), const IFT_PROPATM ideal-int +pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-arm), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-arm), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-arm), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-arm), const IFT_PVC ideal-int +pkg syscall (netbsd-arm), const IFT_Q2931 ideal-int +pkg syscall (netbsd-arm), const IFT_QLLC ideal-int +pkg syscall (netbsd-arm), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-arm), const IFT_RADSL ideal-int +pkg syscall (netbsd-arm), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-arm), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-arm), const IFT_RS232 ideal-int +pkg syscall (netbsd-arm), const IFT_RSRB ideal-int +pkg syscall (netbsd-arm), const IFT_SDLC ideal-int +pkg syscall (netbsd-arm), const IFT_SDSL ideal-int +pkg syscall (netbsd-arm), const IFT_SHDSL ideal-int +pkg syscall (netbsd-arm), const IFT_SIP ideal-int +pkg syscall (netbsd-arm), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-arm), const IFT_SIPTG ideal-int +pkg syscall (netbsd-arm), const IFT_SLIP ideal-int +pkg syscall (netbsd-arm), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-arm), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-arm), const IFT_SONET ideal-int +pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-arm), const IFT_SONETVT ideal-int +pkg syscall (netbsd-arm), const IFT_SRP ideal-int +pkg syscall (netbsd-arm), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-arm), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-arm), const IFT_STARLAN ideal-int +pkg syscall (netbsd-arm), const IFT_STF ideal-int +pkg syscall (netbsd-arm), const IFT_T1 ideal-int +pkg syscall (netbsd-arm), const IFT_TDLC ideal-int +pkg syscall (netbsd-arm), const IFT_TELINK ideal-int +pkg syscall (netbsd-arm), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-arm), const IFT_TR008 ideal-int +pkg syscall (netbsd-arm), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-arm), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-arm), const IFT_ULTRA ideal-int +pkg syscall (netbsd-arm), const IFT_USB ideal-int +pkg syscall (netbsd-arm), const IFT_V11 ideal-int +pkg syscall (netbsd-arm), const IFT_V35 ideal-int +pkg syscall (netbsd-arm), const IFT_V36 ideal-int +pkg syscall (netbsd-arm), const IFT_V37 ideal-int +pkg syscall (netbsd-arm), const IFT_VDSL ideal-int +pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-arm), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-arm), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-arm), const IFT_X213 ideal-int +pkg syscall (netbsd-arm), const IFT_X25 ideal-int +pkg syscall (netbsd-arm), const IFT_X25DDN ideal-int +pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-arm), const IFT_X25MLP ideal-int +pkg syscall (netbsd-arm), const IFT_X25PLE ideal-int +pkg syscall (netbsd-arm), const IFT_XETHER ideal-int +pkg syscall (netbsd-arm), const IGNBRK ideal-int +pkg syscall (netbsd-arm), const IGNCR ideal-int +pkg syscall (netbsd-arm), const IGNPAR ideal-int +pkg syscall (netbsd-arm), const IMAXBEL ideal-int +pkg syscall (netbsd-arm), const INLCR ideal-int +pkg syscall (netbsd-arm), const INPCK ideal-int +pkg syscall (netbsd-arm), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-arm), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-arm), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-arm), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-arm), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-arm), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-arm), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-arm), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-arm), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-arm), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-arm), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-arm), const IPPROTO_AH ideal-int +pkg syscall (netbsd-arm), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-arm), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_EON ideal-int +pkg syscall (netbsd-arm), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-arm), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-arm), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-arm), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-arm), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-arm), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-arm), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-arm), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-arm), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-arm), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-arm), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-arm), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_TP ideal-int +pkg syscall (netbsd-arm), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-arm), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-arm), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-arm), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-arm), const IPV6_FAITH ideal-int +pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-arm), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-arm), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-arm), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-arm), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-arm), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-arm), const IPV6_MMTU ideal-int +pkg syscall (netbsd-arm), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-arm), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-arm), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-arm), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-arm), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-arm), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-arm), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-arm), const IPV6_VERSION ideal-int +pkg syscall (netbsd-arm), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-arm), const IP_DF ideal-int +pkg syscall (netbsd-arm), const IP_EF ideal-int +pkg syscall (netbsd-arm), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-arm), const IP_HDRINCL ideal-int +pkg syscall (netbsd-arm), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-arm), const IP_MF ideal-int +pkg syscall (netbsd-arm), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-arm), const IP_MINTTL ideal-int +pkg syscall (netbsd-arm), const IP_MSS ideal-int +pkg syscall (netbsd-arm), const IP_OFFMASK ideal-int +pkg syscall (netbsd-arm), const IP_OPTIONS ideal-int +pkg syscall (netbsd-arm), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-arm), const IP_RECVIF ideal-int +pkg syscall (netbsd-arm), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-arm), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-arm), const IP_RECVTTL ideal-int +pkg syscall (netbsd-arm), const IP_RETOPTS ideal-int +pkg syscall (netbsd-arm), const IP_RF ideal-int +pkg syscall (netbsd-arm), const ISIG ideal-int +pkg syscall (netbsd-arm), const ISTRIP ideal-int +pkg syscall (netbsd-arm), const IXANY ideal-int +pkg syscall (netbsd-arm), const IXOFF ideal-int +pkg syscall (netbsd-arm), const IXON ideal-int +pkg syscall (netbsd-arm), const LOCK_EX ideal-int +pkg syscall (netbsd-arm), const LOCK_NB ideal-int +pkg syscall (netbsd-arm), const LOCK_SH ideal-int +pkg syscall (netbsd-arm), const LOCK_UN ideal-int +pkg syscall (netbsd-arm), const MSG_BCAST ideal-int +pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-arm), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-arm), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-arm), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-arm), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-arm), const MSG_EOR ideal-int +pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-arm), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-arm), const MSG_MCAST ideal-int +pkg syscall (netbsd-arm), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-arm), const MSG_NBIO ideal-int +pkg syscall (netbsd-arm), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-arm), const MSG_OOB ideal-int +pkg syscall (netbsd-arm), const MSG_PEEK ideal-int +pkg syscall (netbsd-arm), const MSG_TRUNC ideal-int +pkg syscall (netbsd-arm), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-arm), const MSG_WAITALL ideal-int +pkg syscall (netbsd-arm), const NAME_MAX ideal-int +pkg syscall (netbsd-arm), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-arm), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-arm), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-arm), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-arm), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-arm), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-arm), const NOFLSH ideal-int +pkg syscall (netbsd-arm), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-arm), const NOTE_CHILD ideal-int +pkg syscall (netbsd-arm), const NOTE_DELETE ideal-int +pkg syscall (netbsd-arm), const NOTE_EXEC ideal-int +pkg syscall (netbsd-arm), const NOTE_EXIT ideal-int +pkg syscall (netbsd-arm), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-arm), const NOTE_FORK ideal-int +pkg syscall (netbsd-arm), const NOTE_LINK ideal-int +pkg syscall (netbsd-arm), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-arm), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-arm), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-arm), const NOTE_RENAME ideal-int +pkg syscall (netbsd-arm), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-arm), const NOTE_TRACK ideal-int +pkg syscall (netbsd-arm), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-arm), const NOTE_WRITE ideal-int +pkg syscall (netbsd-arm), const OCRNL ideal-int +pkg syscall (netbsd-arm), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-arm), const ONLCR ideal-int +pkg syscall (netbsd-arm), const ONLRET ideal-int +pkg syscall (netbsd-arm), const ONOCR ideal-int +pkg syscall (netbsd-arm), const ONOEOT ideal-int +pkg syscall (netbsd-arm), const OPOST ideal-int +pkg syscall (netbsd-arm), const O_ACCMODE ideal-int +pkg syscall (netbsd-arm), const O_ALT_IO ideal-int +pkg syscall (netbsd-arm), const O_DIRECT ideal-int +pkg syscall (netbsd-arm), const O_DIRECTORY ideal-int +pkg syscall (netbsd-arm), const O_DSYNC ideal-int +pkg syscall (netbsd-arm), const O_EXLOCK ideal-int +pkg syscall (netbsd-arm), const O_FSYNC ideal-int +pkg syscall (netbsd-arm), const O_NDELAY ideal-int +pkg syscall (netbsd-arm), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-arm), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm), const O_RSYNC ideal-int +pkg syscall (netbsd-arm), const O_SHLOCK ideal-int +pkg syscall (netbsd-arm), const PARENB ideal-int +pkg syscall (netbsd-arm), const PARMRK ideal-int +pkg syscall (netbsd-arm), const PARODD ideal-int +pkg syscall (netbsd-arm), const PENDIN ideal-int +pkg syscall (netbsd-arm), const PRIO_PGRP = 1 +pkg syscall (netbsd-arm), const PRIO_PGRP ideal-int +pkg syscall (netbsd-arm), const PRIO_PROCESS = 0 +pkg syscall (netbsd-arm), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-arm), const PRIO_USER = 2 +pkg syscall (netbsd-arm), const PRIO_USER ideal-int +pkg syscall (netbsd-arm), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-arm), const PTRACE_CONT ideal-int +pkg syscall (netbsd-arm), const PTRACE_KILL ideal-int +pkg syscall (netbsd-arm), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-arm), const RLIMIT_AS ideal-int +pkg syscall (netbsd-arm), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-arm), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-arm), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-arm), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-arm), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-arm), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-arm), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-arm), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-arm), const RTAX_BRD ideal-int +pkg syscall (netbsd-arm), const RTAX_DST ideal-int +pkg syscall (netbsd-arm), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-arm), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-arm), const RTAX_IFA ideal-int +pkg syscall (netbsd-arm), const RTAX_IFP ideal-int +pkg syscall (netbsd-arm), const RTAX_MAX ideal-int +pkg syscall (netbsd-arm), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-arm), const RTAX_TAG ideal-int +pkg syscall (netbsd-arm), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-arm), const RTA_BRD ideal-int +pkg syscall (netbsd-arm), const RTA_DST ideal-int +pkg syscall (netbsd-arm), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-arm), const RTA_GENMASK ideal-int +pkg syscall (netbsd-arm), const RTA_IFA ideal-int +pkg syscall (netbsd-arm), const RTA_IFP ideal-int +pkg syscall (netbsd-arm), const RTA_NETMASK ideal-int +pkg syscall (netbsd-arm), const RTA_TAG ideal-int +pkg syscall (netbsd-arm), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-arm), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-arm), const RTF_CLONED ideal-int +pkg syscall (netbsd-arm), const RTF_CLONING ideal-int +pkg syscall (netbsd-arm), const RTF_DONE ideal-int +pkg syscall (netbsd-arm), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-arm), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-arm), const RTF_HOST ideal-int +pkg syscall (netbsd-arm), const RTF_LLINFO ideal-int +pkg syscall (netbsd-arm), const RTF_MASK ideal-int +pkg syscall (netbsd-arm), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-arm), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-arm), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-arm), const RTF_REJECT ideal-int +pkg syscall (netbsd-arm), const RTF_SRC ideal-int +pkg syscall (netbsd-arm), const RTF_STATIC ideal-int +pkg syscall (netbsd-arm), const RTF_UP ideal-int +pkg syscall (netbsd-arm), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-arm), const RTM_ADD ideal-int +pkg syscall (netbsd-arm), const RTM_CHANGE ideal-int +pkg syscall (netbsd-arm), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-arm), const RTM_DELADDR ideal-int +pkg syscall (netbsd-arm), const RTM_DELETE ideal-int +pkg syscall (netbsd-arm), const RTM_GET ideal-int +pkg syscall (netbsd-arm), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-arm), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-arm), const RTM_IFINFO ideal-int +pkg syscall (netbsd-arm), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-arm), const RTM_LOCK ideal-int +pkg syscall (netbsd-arm), const RTM_LOSING ideal-int +pkg syscall (netbsd-arm), const RTM_MISS ideal-int +pkg syscall (netbsd-arm), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-arm), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-arm), const RTM_OLDADD ideal-int +pkg syscall (netbsd-arm), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-arm), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-arm), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-arm), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-arm), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-arm), const RTM_SETGATE ideal-int +pkg syscall (netbsd-arm), const RTM_VERSION ideal-int +pkg syscall (netbsd-arm), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-arm), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-arm), const RTV_MTU ideal-int +pkg syscall (netbsd-arm), const RTV_RPIPE ideal-int +pkg syscall (netbsd-arm), const RTV_RTT ideal-int +pkg syscall (netbsd-arm), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-arm), const RTV_SPIPE ideal-int +pkg syscall (netbsd-arm), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-arm), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-arm), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-arm), const SCM_CREDS ideal-int +pkg syscall (netbsd-arm), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-arm), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-arm), const SIGCHLD Signal +pkg syscall (netbsd-arm), const SIGCONT Signal +pkg syscall (netbsd-arm), const SIGEMT Signal +pkg syscall (netbsd-arm), const SIGINFO Signal +pkg syscall (netbsd-arm), const SIGIO Signal +pkg syscall (netbsd-arm), const SIGIOT Signal +pkg syscall (netbsd-arm), const SIGPROF Signal +pkg syscall (netbsd-arm), const SIGPWR Signal +pkg syscall (netbsd-arm), const SIGSTOP Signal +pkg syscall (netbsd-arm), const SIGSYS Signal +pkg syscall (netbsd-arm), const SIGTSTP Signal +pkg syscall (netbsd-arm), const SIGTTIN Signal +pkg syscall (netbsd-arm), const SIGTTOU Signal +pkg syscall (netbsd-arm), const SIGURG Signal +pkg syscall (netbsd-arm), const SIGUSR1 Signal +pkg syscall (netbsd-arm), const SIGUSR2 Signal +pkg syscall (netbsd-arm), const SIGVTALRM Signal +pkg syscall (netbsd-arm), const SIGWINCH Signal +pkg syscall (netbsd-arm), const SIGXCPU Signal +pkg syscall (netbsd-arm), const SIGXFSZ Signal +pkg syscall (netbsd-arm), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-arm), const SIOCADDRT ideal-int +pkg syscall (netbsd-arm), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCATMARK ideal-int +pkg syscall (netbsd-arm), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-arm), const SIOCDELRT ideal-int +pkg syscall (netbsd-arm), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-arm), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-arm), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-arm), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-arm), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-arm), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-arm), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-arm), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-arm), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-arm), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-arm), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-arm), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-arm), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-arm), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-arm), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-arm), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-arm), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-arm), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-arm), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-arm), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-arm), const SIOCGPGRP ideal-int +pkg syscall (netbsd-arm), const SIOCGVH ideal-int +pkg syscall (netbsd-arm), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-arm), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-arm), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-arm), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-arm), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-arm), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-arm), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-arm), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-arm), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-arm), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-arm), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-arm), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-arm), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-arm), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-arm), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-arm), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-arm), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-arm), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-arm), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-arm), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-arm), const SIOCSPGRP ideal-int +pkg syscall (netbsd-arm), const SIOCSVH ideal-int +pkg syscall (netbsd-arm), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-arm), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-arm), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm), const SOCK_RDM ideal-int +pkg syscall (netbsd-arm), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-arm), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-arm), const SO_DEBUG ideal-int +pkg syscall (netbsd-arm), const SO_ERROR ideal-int +pkg syscall (netbsd-arm), const SO_NOHEADER ideal-int +pkg syscall (netbsd-arm), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-arm), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-arm), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-arm), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-arm), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-arm), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-arm), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-arm), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-arm), const SO_TYPE ideal-int +pkg syscall (netbsd-arm), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-arm), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-arm), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-arm), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-arm), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-arm), const SYS_ACCESS ideal-int +pkg syscall (netbsd-arm), const SYS_ACCT ideal-int +pkg syscall (netbsd-arm), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-arm), const SYS_BIND ideal-int +pkg syscall (netbsd-arm), const SYS_BREAK ideal-int +pkg syscall (netbsd-arm), const SYS_CHDIR ideal-int +pkg syscall (netbsd-arm), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-arm), const SYS_CHMOD ideal-int +pkg syscall (netbsd-arm), const SYS_CHOWN ideal-int +pkg syscall (netbsd-arm), const SYS_CHROOT ideal-int +pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-arm), const SYS_CLOSE ideal-int +pkg syscall (netbsd-arm), const SYS_CONNECT ideal-int +pkg syscall (netbsd-arm), const SYS_DUP ideal-int +pkg syscall (netbsd-arm), const SYS_DUP2 ideal-int +pkg syscall (netbsd-arm), const SYS_DUP3 ideal-int +pkg syscall (netbsd-arm), const SYS_EXECVE ideal-int +pkg syscall (netbsd-arm), const SYS_EXIT ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-arm), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-arm), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-arm), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-arm), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-arm), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-arm), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-arm), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-arm), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-arm), const SYS_FCNTL ideal-int +pkg syscall (netbsd-arm), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-arm), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-arm), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-arm), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-arm), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_FLOCK ideal-int +pkg syscall (netbsd-arm), const SYS_FORK ideal-int +pkg syscall (netbsd-arm), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_FSTAT ideal-int +pkg syscall (netbsd-arm), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-arm), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-arm), const SYS_FSYNC ideal-int +pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-arm), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-arm), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-arm), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-arm), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-arm), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-arm), const SYS_GETEGID ideal-int +pkg syscall (netbsd-arm), const SYS_GETEUID ideal-int +pkg syscall (netbsd-arm), const SYS_GETFH ideal-int +pkg syscall (netbsd-arm), const SYS_GETGID ideal-int +pkg syscall (netbsd-arm), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-arm), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-arm), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-arm), const SYS_GETPGID ideal-int +pkg syscall (netbsd-arm), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-arm), const SYS_GETPID ideal-int +pkg syscall (netbsd-arm), const SYS_GETPPID ideal-int +pkg syscall (netbsd-arm), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-arm), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-arm), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-arm), const SYS_GETSID ideal-int +pkg syscall (netbsd-arm), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-arm), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm), const SYS_GETUID ideal-int +pkg syscall (netbsd-arm), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-arm), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_IOCTL ideal-int +pkg syscall (netbsd-arm), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-arm), const SYS_KEVENT ideal-int +pkg syscall (netbsd-arm), const SYS_KILL ideal-int +pkg syscall (netbsd-arm), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-arm), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-arm), const SYS_KTRACE ideal-int +pkg syscall (netbsd-arm), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-arm), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-arm), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-arm), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_LINK ideal-int +pkg syscall (netbsd-arm), const SYS_LINKAT ideal-int +pkg syscall (netbsd-arm), const SYS_LISTEN ideal-int +pkg syscall (netbsd-arm), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_LSEEK ideal-int +pkg syscall (netbsd-arm), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_LSTAT ideal-int +pkg syscall (netbsd-arm), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-arm), const SYS_MADVISE ideal-int +pkg syscall (netbsd-arm), const SYS_MINCORE ideal-int +pkg syscall (netbsd-arm), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-arm), const SYS_MKDIR ideal-int +pkg syscall (netbsd-arm), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-arm), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-arm), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-arm), const SYS_MKNOD ideal-int +pkg syscall (netbsd-arm), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-arm), const SYS_MLOCK ideal-int +pkg syscall (netbsd-arm), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-arm), const SYS_MMAP ideal-int +pkg syscall (netbsd-arm), const SYS_MODCTL ideal-int +pkg syscall (netbsd-arm), const SYS_MOUNT ideal-int +pkg syscall (netbsd-arm), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-arm), const SYS_MREMAP ideal-int +pkg syscall (netbsd-arm), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-arm), const SYS_MSGGET ideal-int +pkg syscall (netbsd-arm), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-arm), const SYS_MSGSND ideal-int +pkg syscall (netbsd-arm), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-arm), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-arm), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-arm), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-arm), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-arm), const SYS_OPEN ideal-int +pkg syscall (netbsd-arm), const SYS_OPENAT ideal-int +pkg syscall (netbsd-arm), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-arm), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-arm), const SYS_PIPE ideal-int +pkg syscall (netbsd-arm), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-arm), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-arm), const SYS_POLL ideal-int +pkg syscall (netbsd-arm), const SYS_POLLTS ideal-int +pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-arm), const SYS_PREAD ideal-int +pkg syscall (netbsd-arm), const SYS_PREADV ideal-int +pkg syscall (netbsd-arm), const SYS_PROFIL ideal-int +pkg syscall (netbsd-arm), const SYS_PSELECT ideal-int +pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-arm), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-arm), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-arm), const SYS_PTRACE ideal-int +pkg syscall (netbsd-arm), const SYS_PWRITE ideal-int +pkg syscall (netbsd-arm), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-arm), const SYS_RASCTL ideal-int +pkg syscall (netbsd-arm), const SYS_READ ideal-int +pkg syscall (netbsd-arm), const SYS_READLINK ideal-int +pkg syscall (netbsd-arm), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-arm), const SYS_READV ideal-int +pkg syscall (netbsd-arm), const SYS_REBOOT ideal-int +pkg syscall (netbsd-arm), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-arm), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-arm), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-arm), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_RENAME ideal-int +pkg syscall (netbsd-arm), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-arm), const SYS_REVOKE ideal-int +pkg syscall (netbsd-arm), const SYS_RMDIR ideal-int +pkg syscall (netbsd-arm), const SYS_SBRK ideal-int +pkg syscall (netbsd-arm), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-arm), const SYS_SELECT ideal-int +pkg syscall (netbsd-arm), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-arm), const SYS_SEMGET ideal-int +pkg syscall (netbsd-arm), const SYS_SEMOP ideal-int +pkg syscall (netbsd-arm), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-arm), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-arm), const SYS_SENDTO ideal-int +pkg syscall (netbsd-arm), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-arm), const SYS_SETEGID ideal-int +pkg syscall (netbsd-arm), const SYS_SETEUID ideal-int +pkg syscall (netbsd-arm), const SYS_SETGID ideal-int +pkg syscall (netbsd-arm), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-arm), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-arm), const SYS_SETPGID ideal-int +pkg syscall (netbsd-arm), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-arm), const SYS_SETREGID ideal-int +pkg syscall (netbsd-arm), const SYS_SETREUID ideal-int +pkg syscall (netbsd-arm), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-arm), const SYS_SETSID ideal-int +pkg syscall (netbsd-arm), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm), const SYS_SETUID ideal-int +pkg syscall (netbsd-arm), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-arm), const SYS_SHMAT ideal-int +pkg syscall (netbsd-arm), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-arm), const SYS_SHMDT ideal-int +pkg syscall (netbsd-arm), const SYS_SHMGET ideal-int +pkg syscall (netbsd-arm), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-arm), const SYS_SOCKET ideal-int +pkg syscall (netbsd-arm), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-arm), const SYS_SSTK ideal-int +pkg syscall (netbsd-arm), const SYS_STAT ideal-int +pkg syscall (netbsd-arm), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-arm), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-arm), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-arm), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-arm), const SYS_SYNC ideal-int +pkg syscall (netbsd-arm), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-arm), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-arm), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-arm), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-arm), const SYS_UMASK ideal-int +pkg syscall (netbsd-arm), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-arm), const SYS_UNLINK ideal-int +pkg syscall (netbsd-arm), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-arm), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-arm), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-arm), const SYS_UTIMES ideal-int +pkg syscall (netbsd-arm), const SYS_UTRACE ideal-int +pkg syscall (netbsd-arm), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-arm), const SYS_VADVISE ideal-int +pkg syscall (netbsd-arm), const SYS_VFORK ideal-int +pkg syscall (netbsd-arm), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-arm), const SYS_WRITE ideal-int +pkg syscall (netbsd-arm), const SYS_WRITEV ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-arm), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-arm), const SYS___CLONE ideal-int +pkg syscall (netbsd-arm), const SYS___GETCWD ideal-int +pkg syscall (netbsd-arm), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-arm), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-arm), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-arm), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-arm), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-arm), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-arm), const S_ARCH1 ideal-int +pkg syscall (netbsd-arm), const S_ARCH2 ideal-int +pkg syscall (netbsd-arm), const S_BLKSIZE ideal-int +pkg syscall (netbsd-arm), const S_IEXEC ideal-int +pkg syscall (netbsd-arm), const S_IFWHT ideal-int +pkg syscall (netbsd-arm), const S_IREAD ideal-int +pkg syscall (netbsd-arm), const S_IRGRP ideal-int +pkg syscall (netbsd-arm), const S_IROTH ideal-int +pkg syscall (netbsd-arm), const S_IRWXG ideal-int +pkg syscall (netbsd-arm), const S_IRWXO ideal-int +pkg syscall (netbsd-arm), const S_IRWXU ideal-int +pkg syscall (netbsd-arm), const S_ISTXT ideal-int +pkg syscall (netbsd-arm), const S_IWGRP ideal-int +pkg syscall (netbsd-arm), const S_IWOTH ideal-int +pkg syscall (netbsd-arm), const S_IWRITE ideal-int +pkg syscall (netbsd-arm), const S_IXGRP ideal-int +pkg syscall (netbsd-arm), const S_IXOTH ideal-int +pkg syscall (netbsd-arm), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-arm), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-arm), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-arm), const SizeofBpfStat ideal-int +pkg syscall (netbsd-arm), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-arm), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-arm), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-arm), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-arm), const SizeofIPMreq ideal-int +pkg syscall (netbsd-arm), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-arm), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-arm), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-arm), const SizeofIfData ideal-int +pkg syscall (netbsd-arm), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-arm), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-arm), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-arm), const SizeofLinger ideal-int +pkg syscall (netbsd-arm), const SizeofMsghdr ideal-int +pkg syscall (netbsd-arm), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-arm), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-arm), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-arm), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-arm), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-arm), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-arm), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-arm), const TCIFLUSH ideal-int +pkg syscall (netbsd-arm), const TCIOFLUSH ideal-int +pkg syscall (netbsd-arm), const TCOFLUSH ideal-int +pkg syscall (netbsd-arm), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-arm), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-arm), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-arm), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-arm), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-arm), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-arm), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-arm), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-arm), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-arm), const TCP_MINMSS ideal-int +pkg syscall (netbsd-arm), const TCP_MSS ideal-int +pkg syscall (netbsd-arm), const TCSAFLUSH ideal-int +pkg syscall (netbsd-arm), const TIOCCBRK ideal-int +pkg syscall (netbsd-arm), const TIOCCDTR ideal-int +pkg syscall (netbsd-arm), const TIOCCONS ideal-int +pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-arm), const TIOCDRAIN ideal-int +pkg syscall (netbsd-arm), const TIOCEXCL ideal-int +pkg syscall (netbsd-arm), const TIOCEXT ideal-int +pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-arm), const TIOCFLUSH ideal-int +pkg syscall (netbsd-arm), const TIOCGETA ideal-int +pkg syscall (netbsd-arm), const TIOCGETD ideal-int +pkg syscall (netbsd-arm), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-arm), const TIOCGLINED ideal-int +pkg syscall (netbsd-arm), const TIOCGPGRP ideal-int +pkg syscall (netbsd-arm), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-arm), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-arm), const TIOCGSID ideal-int +pkg syscall (netbsd-arm), const TIOCGSIZE ideal-int +pkg syscall (netbsd-arm), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-arm), const TIOCMBIC ideal-int +pkg syscall (netbsd-arm), const TIOCMBIS ideal-int +pkg syscall (netbsd-arm), const TIOCMGET ideal-int +pkg syscall (netbsd-arm), const TIOCMSET ideal-int +pkg syscall (netbsd-arm), const TIOCM_CAR ideal-int +pkg syscall (netbsd-arm), const TIOCM_CD ideal-int +pkg syscall (netbsd-arm), const TIOCM_CTS ideal-int +pkg syscall (netbsd-arm), const TIOCM_DSR ideal-int +pkg syscall (netbsd-arm), const TIOCM_DTR ideal-int +pkg syscall (netbsd-arm), const TIOCM_LE ideal-int +pkg syscall (netbsd-arm), const TIOCM_RI ideal-int +pkg syscall (netbsd-arm), const TIOCM_RNG ideal-int +pkg syscall (netbsd-arm), const TIOCM_RTS ideal-int +pkg syscall (netbsd-arm), const TIOCM_SR ideal-int +pkg syscall (netbsd-arm), const TIOCM_ST ideal-int +pkg syscall (netbsd-arm), const TIOCNOTTY ideal-int +pkg syscall (netbsd-arm), const TIOCNXCL ideal-int +pkg syscall (netbsd-arm), const TIOCOUTQ ideal-int +pkg syscall (netbsd-arm), const TIOCPKT ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_START ideal-int +pkg syscall (netbsd-arm), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-arm), const TIOCPTMGET ideal-int +pkg syscall (netbsd-arm), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-arm), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-arm), const TIOCREMOTE ideal-int +pkg syscall (netbsd-arm), const TIOCSBRK ideal-int +pkg syscall (netbsd-arm), const TIOCSCTTY ideal-int +pkg syscall (netbsd-arm), const TIOCSDTR ideal-int +pkg syscall (netbsd-arm), const TIOCSETA ideal-int +pkg syscall (netbsd-arm), const TIOCSETAF ideal-int +pkg syscall (netbsd-arm), const TIOCSETAW ideal-int +pkg syscall (netbsd-arm), const TIOCSETD ideal-int +pkg syscall (netbsd-arm), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-arm), const TIOCSIG ideal-int +pkg syscall (netbsd-arm), const TIOCSLINED ideal-int +pkg syscall (netbsd-arm), const TIOCSPGRP ideal-int +pkg syscall (netbsd-arm), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-arm), const TIOCSSIZE ideal-int +pkg syscall (netbsd-arm), const TIOCSTART ideal-int +pkg syscall (netbsd-arm), const TIOCSTAT ideal-int +pkg syscall (netbsd-arm), const TIOCSTI ideal-int +pkg syscall (netbsd-arm), const TIOCSTOP ideal-int +pkg syscall (netbsd-arm), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-arm), const TIOCUCNTL ideal-int +pkg syscall (netbsd-arm), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-arm), const TOSTOP ideal-int +pkg syscall (netbsd-arm), const VDISCARD ideal-int +pkg syscall (netbsd-arm), const VDSUSP ideal-int +pkg syscall (netbsd-arm), const VEOF ideal-int +pkg syscall (netbsd-arm), const VEOL ideal-int +pkg syscall (netbsd-arm), const VEOL2 ideal-int +pkg syscall (netbsd-arm), const VERASE ideal-int +pkg syscall (netbsd-arm), const VINTR ideal-int +pkg syscall (netbsd-arm), const VKILL ideal-int +pkg syscall (netbsd-arm), const VLNEXT ideal-int +pkg syscall (netbsd-arm), const VMIN ideal-int +pkg syscall (netbsd-arm), const VQUIT ideal-int +pkg syscall (netbsd-arm), const VREPRINT ideal-int +pkg syscall (netbsd-arm), const VSTART ideal-int +pkg syscall (netbsd-arm), const VSTATUS ideal-int +pkg syscall (netbsd-arm), const VSTOP ideal-int +pkg syscall (netbsd-arm), const VSUSP ideal-int +pkg syscall (netbsd-arm), const VTIME ideal-int +pkg syscall (netbsd-arm), const VWERASE ideal-int +pkg syscall (netbsd-arm), const WALL ideal-int +pkg syscall (netbsd-arm), const WALLSIG ideal-int +pkg syscall (netbsd-arm), const WALTSIG ideal-int +pkg syscall (netbsd-arm), const WCLONE ideal-int +pkg syscall (netbsd-arm), const WCOREFLAG ideal-int +pkg syscall (netbsd-arm), const WNOHANG ideal-int +pkg syscall (netbsd-arm), const WNOWAIT ideal-int +pkg syscall (netbsd-arm), const WNOZOMBIE ideal-int +pkg syscall (netbsd-arm), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-arm), const WSTOPPED ideal-int +pkg syscall (netbsd-arm), const WUNTRACED ideal-int +pkg syscall (netbsd-arm), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-arm), func Access(string, uint32) error +pkg syscall (netbsd-arm), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-arm), func Bind(int, Sockaddr) error +pkg syscall (netbsd-arm), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-arm), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-arm), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-arm), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-arm), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-arm), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-arm), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-arm), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-arm), func CheckBpfVersion(int) error +pkg syscall (netbsd-arm), func Chflags(string, int) error +pkg syscall (netbsd-arm), func Chroot(string) error +pkg syscall (netbsd-arm), func Close(int) error +pkg syscall (netbsd-arm), func CloseOnExec(int) +pkg syscall (netbsd-arm), func CmsgLen(int) int +pkg syscall (netbsd-arm), func CmsgSpace(int) int +pkg syscall (netbsd-arm), func Connect(int, Sockaddr) error +pkg syscall (netbsd-arm), func Dup(int) (int, error) +pkg syscall (netbsd-arm), func Dup2(int, int) error +pkg syscall (netbsd-arm), func Fchdir(int) error +pkg syscall (netbsd-arm), func Fchflags(string, int) error +pkg syscall (netbsd-arm), func Fchmod(int, uint32) error +pkg syscall (netbsd-arm), func Fchown(int, int, int) error +pkg syscall (netbsd-arm), func Flock(int, int) error +pkg syscall (netbsd-arm), func FlushBpf(int) error +pkg syscall (netbsd-arm), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-arm), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-arm), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-arm), func Fsync(int) error +pkg syscall (netbsd-arm), func Ftruncate(int, int64) error +pkg syscall (netbsd-arm), func Futimes(int, []Timeval) error +pkg syscall (netbsd-arm), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-arm), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-arm), func Getpgid(int) (int, error) +pkg syscall (netbsd-arm), func Getpgrp() int +pkg syscall (netbsd-arm), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-arm), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-arm), func Getsid(int) (int, error) +pkg syscall (netbsd-arm), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-arm), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-arm), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-arm), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-arm), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-arm), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-arm), func Issetugid() bool +pkg syscall (netbsd-arm), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-arm), func Kill(int, Signal) error +pkg syscall (netbsd-arm), func Kqueue() (int, error) +pkg syscall (netbsd-arm), func Listen(int, int) error +pkg syscall (netbsd-arm), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-arm), func Mkfifo(string, uint32) error +pkg syscall (netbsd-arm), func Mknod(string, uint32, int) error +pkg syscall (netbsd-arm), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-arm), func Munmap([]uint8) error +pkg syscall (netbsd-arm), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-arm), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-arm), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-arm), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-arm), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-arm), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-arm), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-arm), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-arm), func Pipe([]int) error +pkg syscall (netbsd-arm), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-arm), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-arm), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-arm), func Revoke(string) error +pkg syscall (netbsd-arm), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-arm), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-arm), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-arm), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-arm), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-arm), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-arm), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-arm), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-arm), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-arm), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-arm), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-arm), func SetBpfInterface(int, string) error +pkg syscall (netbsd-arm), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-arm), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-arm), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-arm), func SetNonblock(int, bool) error +pkg syscall (netbsd-arm), func Setegid(int) error +pkg syscall (netbsd-arm), func Seteuid(int) error +pkg syscall (netbsd-arm), func Setgid(int) error +pkg syscall (netbsd-arm), func Setgroups([]int) error +pkg syscall (netbsd-arm), func Setpgid(int, int) error +pkg syscall (netbsd-arm), func Setpriority(int, int, int) error +pkg syscall (netbsd-arm), func Setregid(int, int) error +pkg syscall (netbsd-arm), func Setreuid(int, int) error +pkg syscall (netbsd-arm), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm), func Setsid() (int, error) +pkg syscall (netbsd-arm), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-arm), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-arm), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-arm), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-arm), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-arm), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-arm), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-arm), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-arm), func Settimeofday(*Timeval) error +pkg syscall (netbsd-arm), func Setuid(int) error +pkg syscall (netbsd-arm), func Shutdown(int, int) error +pkg syscall (netbsd-arm), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-arm), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-arm), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-arm), func Stat(string, *Stat_t) error +pkg syscall (netbsd-arm), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-arm), func Sync() error +pkg syscall (netbsd-arm), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm), func Sysctl(string) (string, error) +pkg syscall (netbsd-arm), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-arm), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-arm), func Truncate(string, int64) error +pkg syscall (netbsd-arm), func Umask(int) int +pkg syscall (netbsd-arm), func UnixRights(...int) []uint8 +pkg syscall (netbsd-arm), func Unmount(string, int) error +pkg syscall (netbsd-arm), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-arm), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-arm), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-arm), method (*Iovec) SetLen(int) +pkg syscall (netbsd-arm), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-arm), type BpfHdr struct +pkg syscall (netbsd-arm), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-arm), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-arm), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-arm), type BpfInsn struct +pkg syscall (netbsd-arm), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-arm), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-arm), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-arm), type BpfInsn struct, K uint32 +pkg syscall (netbsd-arm), type BpfProgram struct +pkg syscall (netbsd-arm), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-arm), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-arm), type BpfStat struct +pkg syscall (netbsd-arm), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-arm), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-arm), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-arm), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-arm), type BpfTimeval struct +pkg syscall (netbsd-arm), type BpfTimeval struct, Sec int32 +pkg syscall (netbsd-arm), type BpfTimeval struct, Usec int32 +pkg syscall (netbsd-arm), type BpfVersion struct +pkg syscall (netbsd-arm), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-arm), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-arm), type Cmsghdr struct +pkg syscall (netbsd-arm), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-arm), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-arm), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-arm), type Credential struct +pkg syscall (netbsd-arm), type Credential struct, Gid uint32 +pkg syscall (netbsd-arm), type Credential struct, Groups []uint32 +pkg syscall (netbsd-arm), type Credential struct, Uid uint32 +pkg syscall (netbsd-arm), type Dirent struct +pkg syscall (netbsd-arm), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-arm), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-arm), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-arm), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-arm), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-arm), type Dirent struct, Type uint8 +pkg syscall (netbsd-arm), type FdSet struct +pkg syscall (netbsd-arm), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-arm), type Flock_t struct +pkg syscall (netbsd-arm), type Flock_t struct, Len int64 +pkg syscall (netbsd-arm), type Flock_t struct, Pid int32 +pkg syscall (netbsd-arm), type Flock_t struct, Start int64 +pkg syscall (netbsd-arm), type Flock_t struct, Type int16 +pkg syscall (netbsd-arm), type Flock_t struct, Whence int16 +pkg syscall (netbsd-arm), type Fsid struct +pkg syscall (netbsd-arm), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-arm), type ICMPv6Filter struct +pkg syscall (netbsd-arm), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-arm), type IPv6MTUInfo struct +pkg syscall (netbsd-arm), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-arm), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-arm), type IfData struct +pkg syscall (netbsd-arm), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-arm), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-arm), type IfData struct, Collisions uint64 +pkg syscall (netbsd-arm), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-arm), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-arm), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-arm), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-arm), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-arm), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-arm), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-arm), type IfData struct, Link_state int32 +pkg syscall (netbsd-arm), type IfData struct, Metric uint64 +pkg syscall (netbsd-arm), type IfData struct, Mtu uint64 +pkg syscall (netbsd-arm), type IfData struct, Noproto uint64 +pkg syscall (netbsd-arm), type IfData struct, Obytes uint64 +pkg syscall (netbsd-arm), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-arm), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-arm), type IfData struct, Opackets uint64 +pkg syscall (netbsd-arm), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-arm), type IfData struct, Type uint8 +pkg syscall (netbsd-arm), type IfMsghdr struct +pkg syscall (netbsd-arm), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-arm), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-arm), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-arm), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-arm), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-arm), type IfaMsghdr struct +pkg syscall (netbsd-arm), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-arm), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-arm), type Inet6Pktinfo struct +pkg syscall (netbsd-arm), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-arm), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-arm), type InterfaceAddrMessage struct +pkg syscall (netbsd-arm), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-arm), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-arm), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-arm), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-arm), type InterfaceMessage struct +pkg syscall (netbsd-arm), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-arm), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-arm), type Iovec struct +pkg syscall (netbsd-arm), type Iovec struct, Base *uint8 +pkg syscall (netbsd-arm), type Iovec struct, Len uint32 +pkg syscall (netbsd-arm), type Kevent_t struct +pkg syscall (netbsd-arm), type Kevent_t struct, Data int64 +pkg syscall (netbsd-arm), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-arm), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-arm), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-arm), type Kevent_t struct, Ident uint32 +pkg syscall (netbsd-arm), type Kevent_t struct, Udata int32 +pkg syscall (netbsd-arm), type Mclpool [0]uint8 +pkg syscall (netbsd-arm), type Msghdr struct +pkg syscall (netbsd-arm), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-arm), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-arm), type Msghdr struct, Flags int32 +pkg syscall (netbsd-arm), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-arm), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-arm), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-arm), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-arm), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-arm), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-arm), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-arm), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-arm), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-arm), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-arm), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-arm), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-arm), type RawSockaddrUnix struct +pkg syscall (netbsd-arm), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-arm), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-arm), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-arm), type Rlimit struct +pkg syscall (netbsd-arm), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-arm), type Rlimit struct, Max uint64 +pkg syscall (netbsd-arm), type RouteMessage struct +pkg syscall (netbsd-arm), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-arm), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-arm), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-arm), type RtMetrics struct +pkg syscall (netbsd-arm), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-arm), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-arm), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-arm), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-arm), type RtMsghdr struct +pkg syscall (netbsd-arm), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-arm), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-arm), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-arm), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-arm), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-arm), type Rusage struct, Idrss int32 +pkg syscall (netbsd-arm), type Rusage struct, Inblock int32 +pkg syscall (netbsd-arm), type Rusage struct, Isrss int32 +pkg syscall (netbsd-arm), type Rusage struct, Ixrss int32 +pkg syscall (netbsd-arm), type Rusage struct, Majflt int32 +pkg syscall (netbsd-arm), type Rusage struct, Maxrss int32 +pkg syscall (netbsd-arm), type Rusage struct, Minflt int32 +pkg syscall (netbsd-arm), type Rusage struct, Msgrcv int32 +pkg syscall (netbsd-arm), type Rusage struct, Msgsnd int32 +pkg syscall (netbsd-arm), type Rusage struct, Nivcsw int32 +pkg syscall (netbsd-arm), type Rusage struct, Nsignals int32 +pkg syscall (netbsd-arm), type Rusage struct, Nswap int32 +pkg syscall (netbsd-arm), type Rusage struct, Nvcsw int32 +pkg syscall (netbsd-arm), type Rusage struct, Oublock int32 +pkg syscall (netbsd-arm), type Rusage struct, Stime Timeval +pkg syscall (netbsd-arm), type Rusage struct, Utime Timeval +pkg syscall (netbsd-arm), type SockaddrDatalink struct +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm), type SocketControlMessage struct +pkg syscall (netbsd-arm), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-arm), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-arm), type Stat_t struct +pkg syscall (netbsd-arm), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-arm), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-arm), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-arm), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-arm), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-arm), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-arm), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-arm), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-arm), type Stat_t struct, Size int64 +pkg syscall (netbsd-arm), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-arm), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-arm), type Statfs_t [0]uint8 +pkg syscall (netbsd-arm), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-arm), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-arm), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-arm), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-arm), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-arm), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-arm), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-arm), type Sysctlnode struct +pkg syscall (netbsd-arm), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-arm), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-arm), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-arm), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-arm), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-arm), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-arm), type Timespec struct, Nsec int32 +pkg syscall (netbsd-arm), type Timespec struct, Sec int64 +pkg syscall (netbsd-arm), type Timeval struct, Sec int64 +pkg syscall (netbsd-arm), type Timeval struct, Usec int32 +pkg syscall (netbsd-arm), type WaitStatus uint32 +pkg syscall (netbsd-arm), var Stderr int +pkg syscall (netbsd-arm), var Stdin int +pkg syscall (netbsd-arm), var Stdout int +pkg syscall (netbsd-arm-cgo), const AF_APPLETALK ideal-int +pkg syscall (netbsd-arm-cgo), const AF_ARP ideal-int +pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (netbsd-arm-cgo), const AF_CCITT ideal-int +pkg syscall (netbsd-arm-cgo), const AF_CHAOS ideal-int +pkg syscall (netbsd-arm-cgo), const AF_CNT ideal-int +pkg syscall (netbsd-arm-cgo), const AF_COIP ideal-int +pkg syscall (netbsd-arm-cgo), const AF_DATAKIT ideal-int +pkg syscall (netbsd-arm-cgo), const AF_DECnet ideal-int +pkg syscall (netbsd-arm-cgo), const AF_DLI ideal-int +pkg syscall (netbsd-arm-cgo), const AF_E164 ideal-int +pkg syscall (netbsd-arm-cgo), const AF_ECMA ideal-int +pkg syscall (netbsd-arm-cgo), const AF_HYLINK ideal-int +pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 ideal-int +pkg syscall (netbsd-arm-cgo), const AF_IMPLINK ideal-int +pkg syscall (netbsd-arm-cgo), const AF_IPX ideal-int +pkg syscall (netbsd-arm-cgo), const AF_ISDN ideal-int +pkg syscall (netbsd-arm-cgo), const AF_ISO ideal-int +pkg syscall (netbsd-arm-cgo), const AF_LAT ideal-int +pkg syscall (netbsd-arm-cgo), const AF_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const AF_LOCAL ideal-int +pkg syscall (netbsd-arm-cgo), const AF_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const AF_MPLS ideal-int +pkg syscall (netbsd-arm-cgo), const AF_NATM ideal-int +pkg syscall (netbsd-arm-cgo), const AF_NS ideal-int +pkg syscall (netbsd-arm-cgo), const AF_OROUTE ideal-int +pkg syscall (netbsd-arm-cgo), const AF_OSI ideal-int +pkg syscall (netbsd-arm-cgo), const AF_PUP ideal-int +pkg syscall (netbsd-arm-cgo), const AF_ROUTE ideal-int +pkg syscall (netbsd-arm-cgo), const AF_SNA ideal-int +pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY ideal-int +pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP ideal-int +pkg syscall (netbsd-arm-cgo), const B0 ideal-int +pkg syscall (netbsd-arm-cgo), const B110 ideal-int +pkg syscall (netbsd-arm-cgo), const B115200 ideal-int +pkg syscall (netbsd-arm-cgo), const B1200 ideal-int +pkg syscall (netbsd-arm-cgo), const B134 ideal-int +pkg syscall (netbsd-arm-cgo), const B14400 ideal-int +pkg syscall (netbsd-arm-cgo), const B150 ideal-int +pkg syscall (netbsd-arm-cgo), const B1800 ideal-int +pkg syscall (netbsd-arm-cgo), const B19200 ideal-int +pkg syscall (netbsd-arm-cgo), const B200 ideal-int +pkg syscall (netbsd-arm-cgo), const B230400 ideal-int +pkg syscall (netbsd-arm-cgo), const B2400 ideal-int +pkg syscall (netbsd-arm-cgo), const B28800 ideal-int +pkg syscall (netbsd-arm-cgo), const B300 ideal-int +pkg syscall (netbsd-arm-cgo), const B38400 ideal-int +pkg syscall (netbsd-arm-cgo), const B460800 ideal-int +pkg syscall (netbsd-arm-cgo), const B4800 ideal-int +pkg syscall (netbsd-arm-cgo), const B50 ideal-int +pkg syscall (netbsd-arm-cgo), const B57600 ideal-int +pkg syscall (netbsd-arm-cgo), const B600 ideal-int +pkg syscall (netbsd-arm-cgo), const B7200 ideal-int +pkg syscall (netbsd-arm-cgo), const B75 ideal-int +pkg syscall (netbsd-arm-cgo), const B76800 ideal-int +pkg syscall (netbsd-arm-cgo), const B921600 ideal-int +pkg syscall (netbsd-arm-cgo), const B9600 ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGBLEN ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGDLT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGETIF ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGSTATS ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCPROMISC ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSBLEN ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSDLT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSETF ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSETIF ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSTCPF ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCSUDPF ideal-int +pkg syscall (netbsd-arm-cgo), const BIOCVERSION ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_A ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_ABS ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_ADD ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_ALU ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_AND ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_B ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_DIV ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_H ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_IMM ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_IND ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_JA ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_JEQ ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_JGE ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_JGT ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_JMP ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_JSET ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_K ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_LD ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_LDX ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_LSH ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MEM ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MISC ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MSH ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_MUL ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_NEG ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_OR ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_RELEASE ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_RET ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_RSH ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_ST ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_STX ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_SUB ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_TAX ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_TXA ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_W ideal-int +pkg syscall (netbsd-arm-cgo), const BPF_X ideal-int +pkg syscall (netbsd-arm-cgo), const BRKINT ideal-int +pkg syscall (netbsd-arm-cgo), const CFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const CLOCAL ideal-int +pkg syscall (netbsd-arm-cgo), const CREAD ideal-int +pkg syscall (netbsd-arm-cgo), const CS5 ideal-int +pkg syscall (netbsd-arm-cgo), const CS6 ideal-int +pkg syscall (netbsd-arm-cgo), const CS7 ideal-int +pkg syscall (netbsd-arm-cgo), const CS8 ideal-int +pkg syscall (netbsd-arm-cgo), const CSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const CSTART ideal-int +pkg syscall (netbsd-arm-cgo), const CSTATUS ideal-int +pkg syscall (netbsd-arm-cgo), const CSTOP ideal-int +pkg syscall (netbsd-arm-cgo), const CSTOPB ideal-int +pkg syscall (netbsd-arm-cgo), const CSUSP ideal-int +pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME ideal-int +pkg syscall (netbsd-arm-cgo), const CTL_NET ideal-int +pkg syscall (netbsd-arm-cgo), const CTL_QUERY ideal-int +pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_A429 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_AOS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ARCNET ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_AURORA ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_AX25 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_CAN20B ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_CHAOS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_DECT ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ECONET ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_EN10MB ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_EN3MB ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ENC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ERF ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_FC_2 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_FDDI ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_FRELAY ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GPF_F ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GPF_T ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_HDLC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_HHDLC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_HIPPI ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IPMB ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IPNET ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IPV4 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IPV6 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LAPD ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LIN ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LOOP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_LTALK ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_MFR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_MOST ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_MPLS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_MTP2 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_MTP3 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_NULL ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PFLOG ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPI ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_PRONET ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_RAW ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_RIO ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_SCCP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_SITA ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_SLIP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_SUNATM ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_TZSP ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_USB ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_WIHART ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL ideal-int +pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA ideal-int +pkg syscall (netbsd-arm-cgo), const DT_BLK ideal-int +pkg syscall (netbsd-arm-cgo), const DT_CHR ideal-int +pkg syscall (netbsd-arm-cgo), const DT_DIR ideal-int +pkg syscall (netbsd-arm-cgo), const DT_FIFO ideal-int +pkg syscall (netbsd-arm-cgo), const DT_LNK ideal-int +pkg syscall (netbsd-arm-cgo), const DT_REG ideal-int +pkg syscall (netbsd-arm-cgo), const DT_SOCK ideal-int +pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN ideal-int +pkg syscall (netbsd-arm-cgo), const DT_WHT ideal-int +pkg syscall (netbsd-arm-cgo), const EAUTH Errno +pkg syscall (netbsd-arm-cgo), const EBADMSG Errno +pkg syscall (netbsd-arm-cgo), const EBADRPC Errno +pkg syscall (netbsd-arm-cgo), const ECHO ideal-int +pkg syscall (netbsd-arm-cgo), const ECHOCTL ideal-int +pkg syscall (netbsd-arm-cgo), const ECHOE ideal-int +pkg syscall (netbsd-arm-cgo), const ECHOK ideal-int +pkg syscall (netbsd-arm-cgo), const ECHOKE ideal-int +pkg syscall (netbsd-arm-cgo), const ECHONL ideal-int +pkg syscall (netbsd-arm-cgo), const ECHOPRT ideal-int +pkg syscall (netbsd-arm-cgo), const EFTYPE Errno +pkg syscall (netbsd-arm-cgo), const ELAST Errno +pkg syscall (netbsd-arm-cgo), const EMULTIHOP Errno +pkg syscall (netbsd-arm-cgo), const EMUL_LINUX ideal-int +pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 ideal-int +pkg syscall (netbsd-arm-cgo), const EMUL_MAXID ideal-int +pkg syscall (netbsd-arm-cgo), const ENEEDAUTH Errno +pkg syscall (netbsd-arm-cgo), const ENOATTR Errno +pkg syscall (netbsd-arm-cgo), const ENODATA Errno +pkg syscall (netbsd-arm-cgo), const ENOLINK Errno +pkg syscall (netbsd-arm-cgo), const ENOSR Errno +pkg syscall (netbsd-arm-cgo), const ENOSTR Errno +pkg syscall (netbsd-arm-cgo), const EPROCLIM Errno +pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL Errno +pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH Errno +pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL Errno +pkg syscall (netbsd-arm-cgo), const EPROTO Errno +pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH Errno +pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERMIN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERMTU ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM ideal-int +pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (netbsd-arm-cgo), const ETIME Errno +pkg syscall (netbsd-arm-cgo), const EVFILT_AIO ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_PROC ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_READ ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE ideal-int +pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE ideal-int +pkg syscall (netbsd-arm-cgo), const EV_ADD ideal-int +pkg syscall (netbsd-arm-cgo), const EV_CLEAR ideal-int +pkg syscall (netbsd-arm-cgo), const EV_DELETE ideal-int +pkg syscall (netbsd-arm-cgo), const EV_DISABLE ideal-int +pkg syscall (netbsd-arm-cgo), const EV_ENABLE ideal-int +pkg syscall (netbsd-arm-cgo), const EV_EOF ideal-int +pkg syscall (netbsd-arm-cgo), const EV_ERROR ideal-int +pkg syscall (netbsd-arm-cgo), const EV_FLAG1 ideal-int +pkg syscall (netbsd-arm-cgo), const EV_ONESHOT ideal-int +pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const EXTA ideal-int +pkg syscall (netbsd-arm-cgo), const EXTB ideal-int +pkg syscall (netbsd-arm-cgo), const EXTPROC ideal-int +pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC ideal-int +pkg syscall (netbsd-arm-cgo), const FD_SETSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const FLUSHO ideal-int +pkg syscall (netbsd-arm-cgo), const F_CLOSEM ideal-int +pkg syscall (netbsd-arm-cgo), const F_DUPFD ideal-int +pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSCTL ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSIN ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSINOUT ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSOUT ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSPRIV ideal-int +pkg syscall (netbsd-arm-cgo), const F_FSVOID ideal-int +pkg syscall (netbsd-arm-cgo), const F_GETFD ideal-int +pkg syscall (netbsd-arm-cgo), const F_GETFL ideal-int +pkg syscall (netbsd-arm-cgo), const F_GETLK ideal-int +pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const F_GETOWN ideal-int +pkg syscall (netbsd-arm-cgo), const F_MAXFD ideal-int +pkg syscall (netbsd-arm-cgo), const F_OK ideal-int +pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const F_RDLCK ideal-int +pkg syscall (netbsd-arm-cgo), const F_SETFD ideal-int +pkg syscall (netbsd-arm-cgo), const F_SETFL ideal-int +pkg syscall (netbsd-arm-cgo), const F_SETLK ideal-int +pkg syscall (netbsd-arm-cgo), const F_SETLKW ideal-int +pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const F_SETOWN ideal-int +pkg syscall (netbsd-arm-cgo), const F_UNLCK ideal-int +pkg syscall (netbsd-arm-cgo), const F_WRLCK ideal-int +pkg syscall (netbsd-arm-cgo), const HUPCL ideal-int +pkg syscall (netbsd-arm-cgo), const ICANON ideal-int +pkg syscall (netbsd-arm-cgo), const ICMP6_FILTER = 18 +pkg syscall (netbsd-arm-cgo), const ICMP6_FILTER ideal-int +pkg syscall (netbsd-arm-cgo), const ICRNL ideal-int +pkg syscall (netbsd-arm-cgo), const IEXTEN ideal-int +pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (netbsd-arm-cgo), const IFA_ROUTE ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_DEBUG ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_LINK0 ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_LINK1 ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_LINK2 ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_NOARP ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_PROMISC ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_RUNNING ideal-int +pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (netbsd-arm-cgo), const IFNAMSIZ ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_1822 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_AAL2 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_AAL5 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ADSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ARAP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ARCNET ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ASYNC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_BSC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_CARP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_CEPT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_CES ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_CNR ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_COFFEE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DCN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DLSW ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DS0 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DS3 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DTM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ECONET ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_EON ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_EPLRS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ESCON ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ETHER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FAITH ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FAST ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FDDI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRELAY ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_GIF ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HDLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HIPPI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HSSI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_HY ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IDSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IFGSN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IMT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISDN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISDNS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISDNU ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ISUP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_LAPB ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_LAPD ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_LAPF ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_LOOP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MODEM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MPC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MPLS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MSDSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MVL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_MYRINET ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_NFAS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_NSIP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_OTHER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_P10 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_P80 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PARA ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PFLOG ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PON155 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PON622 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_POS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PPP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPATM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_PVC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_Q2931 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_QLLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_RADSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_RS232 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_RSRB ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SDLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SDSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SHDSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SIP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SIPTG ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SLIP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SONET ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SONETVT ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SRP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_STARLAN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_STF ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_T1 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_TDLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_TELINK ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_TR008 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_ULTRA ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_USB ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_V11 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_V35 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_V36 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_V37 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VDSL ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_X213 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_X25 ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_X25DDN ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_X25MLP ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_X25PLE ideal-int +pkg syscall (netbsd-arm-cgo), const IFT_XETHER ideal-int +pkg syscall (netbsd-arm-cgo), const IGNBRK ideal-int +pkg syscall (netbsd-arm-cgo), const IGNCR ideal-int +pkg syscall (netbsd-arm-cgo), const IGNPAR ideal-int +pkg syscall (netbsd-arm-cgo), const IMAXBEL ideal-int +pkg syscall (netbsd-arm-cgo), const INLCR ideal-int +pkg syscall (netbsd-arm-cgo), const INPCK ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_AH ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_EON ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_TP ideal-int +pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_FAITH ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_MMTU ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_VERSION ideal-int +pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (netbsd-arm-cgo), const IP_DF ideal-int +pkg syscall (netbsd-arm-cgo), const IP_EF ideal-int +pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU ideal-int +pkg syscall (netbsd-arm-cgo), const IP_HDRINCL ideal-int +pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET ideal-int +pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (netbsd-arm-cgo), const IP_MF ideal-int +pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const IP_MINTTL ideal-int +pkg syscall (netbsd-arm-cgo), const IP_MSS ideal-int +pkg syscall (netbsd-arm-cgo), const IP_OFFMASK ideal-int +pkg syscall (netbsd-arm-cgo), const IP_OPTIONS ideal-int +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE ideal-int +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RECVIF ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RECVTTL ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RETOPTS ideal-int +pkg syscall (netbsd-arm-cgo), const IP_RF ideal-int +pkg syscall (netbsd-arm-cgo), const ISIG ideal-int +pkg syscall (netbsd-arm-cgo), const ISTRIP ideal-int +pkg syscall (netbsd-arm-cgo), const IXANY ideal-int +pkg syscall (netbsd-arm-cgo), const IXOFF ideal-int +pkg syscall (netbsd-arm-cgo), const IXON ideal-int +pkg syscall (netbsd-arm-cgo), const LOCK_EX ideal-int +pkg syscall (netbsd-arm-cgo), const LOCK_NB ideal-int +pkg syscall (netbsd-arm-cgo), const LOCK_SH ideal-int +pkg syscall (netbsd-arm-cgo), const LOCK_UN ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_BCAST ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_EOR ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_MCAST ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_NBIO ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_OOB ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_PEEK ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_TRUNC ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const MSG_WAITALL ideal-int +pkg syscall (netbsd-arm-cgo), const NAME_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP ideal-int +pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID ideal-int +pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST ideal-int +pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST ideal-int +pkg syscall (netbsd-arm-cgo), const NOFLSH ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_CHILD ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_DELETE ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_EXEC ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_EXIT ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_FORK ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_RENAME ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_TRACK ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (netbsd-arm-cgo), const NOTE_WRITE ideal-int +pkg syscall (netbsd-arm-cgo), const OCRNL ideal-int +pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP ideal-int +pkg syscall (netbsd-arm-cgo), const ONLCR ideal-int +pkg syscall (netbsd-arm-cgo), const ONLRET ideal-int +pkg syscall (netbsd-arm-cgo), const ONOCR ideal-int +pkg syscall (netbsd-arm-cgo), const ONOEOT ideal-int +pkg syscall (netbsd-arm-cgo), const OPOST ideal-int +pkg syscall (netbsd-arm-cgo), const O_ACCMODE ideal-int +pkg syscall (netbsd-arm-cgo), const O_ALT_IO ideal-int +pkg syscall (netbsd-arm-cgo), const O_DIRECT ideal-int +pkg syscall (netbsd-arm-cgo), const O_DIRECTORY ideal-int +pkg syscall (netbsd-arm-cgo), const O_DSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const O_EXLOCK ideal-int +pkg syscall (netbsd-arm-cgo), const O_FSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const O_NDELAY ideal-int +pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW ideal-int +pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const O_RSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const O_SHLOCK ideal-int +pkg syscall (netbsd-arm-cgo), const PARENB ideal-int +pkg syscall (netbsd-arm-cgo), const PARMRK ideal-int +pkg syscall (netbsd-arm-cgo), const PARODD ideal-int +pkg syscall (netbsd-arm-cgo), const PENDIN ideal-int +pkg syscall (netbsd-arm-cgo), const PRIO_PGRP = 1 +pkg syscall (netbsd-arm-cgo), const PRIO_PGRP ideal-int +pkg syscall (netbsd-arm-cgo), const PRIO_PROCESS = 0 +pkg syscall (netbsd-arm-cgo), const PRIO_PROCESS ideal-int +pkg syscall (netbsd-arm-cgo), const PRIO_USER = 2 +pkg syscall (netbsd-arm-cgo), const PRIO_USER ideal-int +pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const PTRACE_CONT ideal-int +pkg syscall (netbsd-arm-cgo), const PTRACE_KILL ideal-int +pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_AS ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK ideal-int +pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_BRD ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_DST ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_IFA ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_IFP ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_MAX ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK ideal-int +pkg syscall (netbsd-arm-cgo), const RTAX_TAG ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_BRD ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_DST ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_GENMASK ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_IFA ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_IFP ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_NETMASK ideal-int +pkg syscall (netbsd-arm-cgo), const RTA_TAG ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_CLONED ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_CLONING ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_DONE ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_HOST ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_LLINFO ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_REJECT ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_SRC ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_STATIC ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_UP ideal-int +pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_ADD ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_CHANGE ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_DELADDR ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_DELETE ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_GET ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_IFINFO ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_LOCK ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_LOSING ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_MISS ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_OLDADD ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_SETGATE ideal-int +pkg syscall (netbsd-arm-cgo), const RTM_VERSION ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_MTU ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_RPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_RTT ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_SPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF ideal-int +pkg syscall (netbsd-arm-cgo), const SCM_CREDS ideal-int +pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS ideal-int +pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (netbsd-arm-cgo), const SIGCHLD Signal +pkg syscall (netbsd-arm-cgo), const SIGCONT Signal +pkg syscall (netbsd-arm-cgo), const SIGEMT Signal +pkg syscall (netbsd-arm-cgo), const SIGINFO Signal +pkg syscall (netbsd-arm-cgo), const SIGIO Signal +pkg syscall (netbsd-arm-cgo), const SIGIOT Signal +pkg syscall (netbsd-arm-cgo), const SIGPROF Signal +pkg syscall (netbsd-arm-cgo), const SIGPWR Signal +pkg syscall (netbsd-arm-cgo), const SIGSTOP Signal +pkg syscall (netbsd-arm-cgo), const SIGSYS Signal +pkg syscall (netbsd-arm-cgo), const SIGTSTP Signal +pkg syscall (netbsd-arm-cgo), const SIGTTIN Signal +pkg syscall (netbsd-arm-cgo), const SIGTTOU Signal +pkg syscall (netbsd-arm-cgo), const SIGURG Signal +pkg syscall (netbsd-arm-cgo), const SIGUSR1 Signal +pkg syscall (netbsd-arm-cgo), const SIGUSR2 Signal +pkg syscall (netbsd-arm-cgo), const SIGVTALRM Signal +pkg syscall (netbsd-arm-cgo), const SIGWINCH Signal +pkg syscall (netbsd-arm-cgo), const SIGXCPU Signal +pkg syscall (netbsd-arm-cgo), const SIGXFSZ Signal +pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCADDRT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCATMARK ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCDELRT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGPGRP ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCGVH ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSPGRP ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCSVH ideal-int +pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA ideal-int +pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const SOCK_RDM ideal-int +pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER ideal-int +pkg syscall (netbsd-arm-cgo), const SO_DEBUG ideal-int +pkg syscall (netbsd-arm-cgo), const SO_ERROR ideal-int +pkg syscall (netbsd-arm-cgo), const SO_NOHEADER ideal-int +pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE ideal-int +pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED ideal-int +pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT ideal-int +pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (netbsd-arm-cgo), const SO_TYPE ideal-int +pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION ideal-int +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 ideal-int +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 ideal-int +pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_ACCESS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_ACCT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_BIND ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_BREAK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CHDIR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CHMOD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CHOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CHROOT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CLOSE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_CONNECT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_DUP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_DUP2 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_DUP3 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXECVE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FCNTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FLOCK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FORK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FSTAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FSYNC ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETEGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETEUID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETFH ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETPGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETPID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETPPID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETSID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETUID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_IOCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_KEVENT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_KILL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_KTRACE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LINKAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LISTEN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LSEEK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LSTAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MADVISE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MINCORE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MKDIR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MKNOD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MLOCK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MMAP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MODCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MOUNT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MREMAP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MSGGET ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MSGSND ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_OPEN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_OPENAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PIPE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_POLL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_POLLTS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PREAD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PREADV ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PROFIL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PSELECT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PTRACE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PWRITE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RASCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_READ ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_READLINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_READV ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_REBOOT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RENAME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_REVOKE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_RMDIR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SBRK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SELECT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SEMGET ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SEMOP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SENDTO ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETEGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETEUID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETPGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETREGID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETREUID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETSID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETUID ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SHMAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SHMDT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SHMGET ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SOCKET ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SSTK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_STAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SYNC ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UMASK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UNLINK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UTIMES ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UTRACE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_VADVISE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_VFORK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_WRITE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS_WRITEV ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY ideal-int +pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___CLONE ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___GETCWD ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT ideal-int +pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL ideal-int +pkg syscall (netbsd-arm-cgo), const S_ARCH1 ideal-int +pkg syscall (netbsd-arm-cgo), const S_ARCH2 ideal-int +pkg syscall (netbsd-arm-cgo), const S_BLKSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const S_IEXEC ideal-int +pkg syscall (netbsd-arm-cgo), const S_IFWHT ideal-int +pkg syscall (netbsd-arm-cgo), const S_IREAD ideal-int +pkg syscall (netbsd-arm-cgo), const S_IRGRP ideal-int +pkg syscall (netbsd-arm-cgo), const S_IROTH ideal-int +pkg syscall (netbsd-arm-cgo), const S_IRWXG ideal-int +pkg syscall (netbsd-arm-cgo), const S_IRWXO ideal-int +pkg syscall (netbsd-arm-cgo), const S_IRWXU ideal-int +pkg syscall (netbsd-arm-cgo), const S_ISTXT ideal-int +pkg syscall (netbsd-arm-cgo), const S_IWGRP ideal-int +pkg syscall (netbsd-arm-cgo), const S_IWOTH ideal-int +pkg syscall (netbsd-arm-cgo), const S_IWRITE ideal-int +pkg syscall (netbsd-arm-cgo), const S_IXGRP ideal-int +pkg syscall (netbsd-arm-cgo), const S_IXOTH ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofBpfStat ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (netbsd-arm-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIPMreq ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (netbsd-arm-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIfData ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofLinger ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofMsghdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (netbsd-arm-cgo), const TCIFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const TCIOFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const TCOFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MINMSS ideal-int +pkg syscall (netbsd-arm-cgo), const TCP_MSS ideal-int +pkg syscall (netbsd-arm-cgo), const TCSAFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCCBRK ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCCDTR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCCONS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCDRAIN ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCEXCL ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCEXT ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCFLUSH ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGETA ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGETD ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGLINED ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGPGRP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGSID ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCMBIC ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCMBIS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCMGET ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCMSET ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_CAR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_CD ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_CTS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_DSR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_DTR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_LE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_RI ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_RNG ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_RTS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_SR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCM_ST ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCNOTTY ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCNXCL ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCOUTQ ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_START ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPTMGET ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCREMOTE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSBRK ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSCTTY ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSDTR ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSETA ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSETAF ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSETAW ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSETD ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSIG ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSLINED ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSPGRP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSSIZE ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSTART ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSTAT ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSTI ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSTOP ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCUCNTL ideal-int +pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME ideal-int +pkg syscall (netbsd-arm-cgo), const TOSTOP ideal-int +pkg syscall (netbsd-arm-cgo), const VDISCARD ideal-int +pkg syscall (netbsd-arm-cgo), const VDSUSP ideal-int +pkg syscall (netbsd-arm-cgo), const VEOF ideal-int +pkg syscall (netbsd-arm-cgo), const VEOL ideal-int +pkg syscall (netbsd-arm-cgo), const VEOL2 ideal-int +pkg syscall (netbsd-arm-cgo), const VERASE ideal-int +pkg syscall (netbsd-arm-cgo), const VINTR ideal-int +pkg syscall (netbsd-arm-cgo), const VKILL ideal-int +pkg syscall (netbsd-arm-cgo), const VLNEXT ideal-int +pkg syscall (netbsd-arm-cgo), const VMIN ideal-int +pkg syscall (netbsd-arm-cgo), const VQUIT ideal-int +pkg syscall (netbsd-arm-cgo), const VREPRINT ideal-int +pkg syscall (netbsd-arm-cgo), const VSTART ideal-int +pkg syscall (netbsd-arm-cgo), const VSTATUS ideal-int +pkg syscall (netbsd-arm-cgo), const VSTOP ideal-int +pkg syscall (netbsd-arm-cgo), const VSUSP ideal-int +pkg syscall (netbsd-arm-cgo), const VTIME ideal-int +pkg syscall (netbsd-arm-cgo), const VWERASE ideal-int +pkg syscall (netbsd-arm-cgo), const WALL ideal-int +pkg syscall (netbsd-arm-cgo), const WALLSIG ideal-int +pkg syscall (netbsd-arm-cgo), const WALTSIG ideal-int +pkg syscall (netbsd-arm-cgo), const WCLONE ideal-int +pkg syscall (netbsd-arm-cgo), const WCOREFLAG ideal-int +pkg syscall (netbsd-arm-cgo), const WNOHANG ideal-int +pkg syscall (netbsd-arm-cgo), const WNOWAIT ideal-int +pkg syscall (netbsd-arm-cgo), const WNOZOMBIE ideal-int +pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED ideal-int +pkg syscall (netbsd-arm-cgo), const WSTOPPED ideal-int +pkg syscall (netbsd-arm-cgo), const WUNTRACED ideal-int +pkg syscall (netbsd-arm-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func Access(string, uint32) error +pkg syscall (netbsd-arm-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (netbsd-arm-cgo), func Bind(int, Sockaddr) error +pkg syscall (netbsd-arm-cgo), func BpfBuflen(int) (int, error) +pkg syscall (netbsd-arm-cgo), func BpfDatalink(int) (int, error) +pkg syscall (netbsd-arm-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (netbsd-arm-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (netbsd-arm-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (netbsd-arm-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (netbsd-arm-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (netbsd-arm-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (netbsd-arm-cgo), func CheckBpfVersion(int) error +pkg syscall (netbsd-arm-cgo), func Chflags(string, int) error +pkg syscall (netbsd-arm-cgo), func Chroot(string) error +pkg syscall (netbsd-arm-cgo), func Close(int) error +pkg syscall (netbsd-arm-cgo), func CloseOnExec(int) +pkg syscall (netbsd-arm-cgo), func CmsgLen(int) int +pkg syscall (netbsd-arm-cgo), func CmsgSpace(int) int +pkg syscall (netbsd-arm-cgo), func Connect(int, Sockaddr) error +pkg syscall (netbsd-arm-cgo), func Dup(int) (int, error) +pkg syscall (netbsd-arm-cgo), func Dup2(int, int) error +pkg syscall (netbsd-arm-cgo), func Fchdir(int) error +pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error +pkg syscall (netbsd-arm-cgo), func Fchmod(int, uint32) error +pkg syscall (netbsd-arm-cgo), func Fchown(int, int, int) error +pkg syscall (netbsd-arm-cgo), func Flock(int, int) error +pkg syscall (netbsd-arm-cgo), func FlushBpf(int) error +pkg syscall (netbsd-arm-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (netbsd-arm-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (netbsd-arm-cgo), func Fstat(int, *Stat_t) error +pkg syscall (netbsd-arm-cgo), func Fsync(int) error +pkg syscall (netbsd-arm-cgo), func Ftruncate(int, int64) error +pkg syscall (netbsd-arm-cgo), func Futimes(int, []Timeval) error +pkg syscall (netbsd-arm-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (netbsd-arm-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func Getpgid(int) (int, error) +pkg syscall (netbsd-arm-cgo), func Getpgrp() int +pkg syscall (netbsd-arm-cgo), func Getpriority(int, int) (int, error) +pkg syscall (netbsd-arm-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm-cgo), func Getrusage(int, *Rusage) error +pkg syscall (netbsd-arm-cgo), func Getsid(int) (int, error) +pkg syscall (netbsd-arm-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (netbsd-arm-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (netbsd-arm-cgo), func Issetugid() bool +pkg syscall (netbsd-arm-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (netbsd-arm-cgo), func Kill(int, Signal) error +pkg syscall (netbsd-arm-cgo), func Kqueue() (int, error) +pkg syscall (netbsd-arm-cgo), func Listen(int, int) error +pkg syscall (netbsd-arm-cgo), func Lstat(string, *Stat_t) error +pkg syscall (netbsd-arm-cgo), func Mkfifo(string, uint32) error +pkg syscall (netbsd-arm-cgo), func Mknod(string, uint32, int) error +pkg syscall (netbsd-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (netbsd-arm-cgo), func Munmap([]uint8) error +pkg syscall (netbsd-arm-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (netbsd-arm-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (netbsd-arm-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (netbsd-arm-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (netbsd-arm-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (netbsd-arm-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (netbsd-arm-cgo), func Pathconf(string, int) (int, error) +pkg syscall (netbsd-arm-cgo), func Pipe([]int) error +pkg syscall (netbsd-arm-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (netbsd-arm-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm-cgo), func Read(int, []uint8) (int, error) +pkg syscall (netbsd-arm-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (netbsd-arm-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (netbsd-arm-cgo), func Revoke(string) error +pkg syscall (netbsd-arm-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (netbsd-arm-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (netbsd-arm-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (netbsd-arm-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (netbsd-arm-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (netbsd-arm-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (netbsd-arm-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (netbsd-arm-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (netbsd-arm-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (netbsd-arm-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (netbsd-arm-cgo), func SetBpfImmediate(int, int) error +pkg syscall (netbsd-arm-cgo), func SetBpfInterface(int, string) error +pkg syscall (netbsd-arm-cgo), func SetBpfPromisc(int, int) error +pkg syscall (netbsd-arm-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (netbsd-arm-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (netbsd-arm-cgo), func SetNonblock(int, bool) error +pkg syscall (netbsd-arm-cgo), func Setegid(int) error +pkg syscall (netbsd-arm-cgo), func Seteuid(int) error +pkg syscall (netbsd-arm-cgo), func Setgid(int) error +pkg syscall (netbsd-arm-cgo), func Setgroups([]int) error +pkg syscall (netbsd-arm-cgo), func Setpgid(int, int) error +pkg syscall (netbsd-arm-cgo), func Setpriority(int, int, int) error +pkg syscall (netbsd-arm-cgo), func Setregid(int, int) error +pkg syscall (netbsd-arm-cgo), func Setreuid(int, int) error +pkg syscall (netbsd-arm-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (netbsd-arm-cgo), func Setsid() (int, error) +pkg syscall (netbsd-arm-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (netbsd-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (netbsd-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (netbsd-arm-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (netbsd-arm-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (netbsd-arm-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (netbsd-arm-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (netbsd-arm-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (netbsd-arm-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (netbsd-arm-cgo), func Settimeofday(*Timeval) error +pkg syscall (netbsd-arm-cgo), func Setuid(int) error +pkg syscall (netbsd-arm-cgo), func Shutdown(int, int) error +pkg syscall (netbsd-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (netbsd-arm-cgo), func Socket(int, int, int) (int, error) +pkg syscall (netbsd-arm-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (netbsd-arm-cgo), func Stat(string, *Stat_t) error +pkg syscall (netbsd-arm-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (netbsd-arm-cgo), func Sync() error +pkg syscall (netbsd-arm-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (netbsd-arm-cgo), func Sysctl(string) (string, error) +pkg syscall (netbsd-arm-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (netbsd-arm-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (netbsd-arm-cgo), func Truncate(string, int64) error +pkg syscall (netbsd-arm-cgo), func Umask(int) int +pkg syscall (netbsd-arm-cgo), func UnixRights(...int) []uint8 +pkg syscall (netbsd-arm-cgo), func Unmount(string, int) error +pkg syscall (netbsd-arm-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (netbsd-arm-cgo), func Write(int, []uint8) (int, error) +pkg syscall (netbsd-arm-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (netbsd-arm-cgo), method (*Iovec) SetLen(int) +pkg syscall (netbsd-arm-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (netbsd-arm-cgo), type BpfHdr struct +pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (netbsd-arm-cgo), type BpfInsn struct +pkg syscall (netbsd-arm-cgo), type BpfInsn struct, Code uint16 +pkg syscall (netbsd-arm-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (netbsd-arm-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (netbsd-arm-cgo), type BpfInsn struct, K uint32 +pkg syscall (netbsd-arm-cgo), type BpfProgram struct +pkg syscall (netbsd-arm-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (netbsd-arm-cgo), type BpfProgram struct, Len uint32 +pkg syscall (netbsd-arm-cgo), type BpfStat struct +pkg syscall (netbsd-arm-cgo), type BpfStat struct, Capt uint64 +pkg syscall (netbsd-arm-cgo), type BpfStat struct, Drop uint64 +pkg syscall (netbsd-arm-cgo), type BpfStat struct, Padding [13]uint64 +pkg syscall (netbsd-arm-cgo), type BpfStat struct, Recv uint64 +pkg syscall (netbsd-arm-cgo), type BpfTimeval struct +pkg syscall (netbsd-arm-cgo), type BpfTimeval struct, Sec int32 +pkg syscall (netbsd-arm-cgo), type BpfTimeval struct, Usec int32 +pkg syscall (netbsd-arm-cgo), type BpfVersion struct +pkg syscall (netbsd-arm-cgo), type BpfVersion struct, Major uint16 +pkg syscall (netbsd-arm-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (netbsd-arm-cgo), type Cmsghdr struct +pkg syscall (netbsd-arm-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (netbsd-arm-cgo), type Cmsghdr struct, Level int32 +pkg syscall (netbsd-arm-cgo), type Cmsghdr struct, Type int32 +pkg syscall (netbsd-arm-cgo), type Credential struct +pkg syscall (netbsd-arm-cgo), type Credential struct, Gid uint32 +pkg syscall (netbsd-arm-cgo), type Credential struct, Groups []uint32 +pkg syscall (netbsd-arm-cgo), type Credential struct, Uid uint32 +pkg syscall (netbsd-arm-cgo), type Dirent struct +pkg syscall (netbsd-arm-cgo), type Dirent struct, Fileno uint64 +pkg syscall (netbsd-arm-cgo), type Dirent struct, Name [512]int8 +pkg syscall (netbsd-arm-cgo), type Dirent struct, Namlen uint16 +pkg syscall (netbsd-arm-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (netbsd-arm-cgo), type Dirent struct, Reclen uint16 +pkg syscall (netbsd-arm-cgo), type Dirent struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type FdSet struct +pkg syscall (netbsd-arm-cgo), type FdSet struct, Bits [8]uint32 +pkg syscall (netbsd-arm-cgo), type Flock_t struct +pkg syscall (netbsd-arm-cgo), type Flock_t struct, Len int64 +pkg syscall (netbsd-arm-cgo), type Flock_t struct, Pid int32 +pkg syscall (netbsd-arm-cgo), type Flock_t struct, Start int64 +pkg syscall (netbsd-arm-cgo), type Flock_t struct, Type int16 +pkg syscall (netbsd-arm-cgo), type Flock_t struct, Whence int16 +pkg syscall (netbsd-arm-cgo), type Fsid struct +pkg syscall (netbsd-arm-cgo), type Fsid struct, X__fsid_val [2]int32 +pkg syscall (netbsd-arm-cgo), type ICMPv6Filter struct +pkg syscall (netbsd-arm-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (netbsd-arm-cgo), type IPv6MTUInfo struct +pkg syscall (netbsd-arm-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (netbsd-arm-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (netbsd-arm-cgo), type IfData struct +pkg syscall (netbsd-arm-cgo), type IfData struct, Addrlen uint8 +pkg syscall (netbsd-arm-cgo), type IfData struct, Baudrate uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Collisions uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (netbsd-arm-cgo), type IfData struct, Ibytes uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Ierrors uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Imcasts uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Ipackets uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Lastchange Timespec +pkg syscall (netbsd-arm-cgo), type IfData struct, Link_state int32 +pkg syscall (netbsd-arm-cgo), type IfData struct, Metric uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Mtu uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Noproto uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Obytes uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Oerrors uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Omcasts uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Opackets uint64 +pkg syscall (netbsd-arm-cgo), type IfData struct, Pad_cgo_0 [1]uint8 +pkg syscall (netbsd-arm-cgo), type IfData struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Data IfData +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (netbsd-arm-cgo), type Inet6Pktinfo struct +pkg syscall (netbsd-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (netbsd-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage struct +pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (netbsd-arm-cgo), type InterfaceAnnounceMessage struct +pkg syscall (netbsd-arm-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (netbsd-arm-cgo), type InterfaceMessage struct +pkg syscall (netbsd-arm-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (netbsd-arm-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (netbsd-arm-cgo), type Iovec struct +pkg syscall (netbsd-arm-cgo), type Iovec struct, Base *uint8 +pkg syscall (netbsd-arm-cgo), type Iovec struct, Len uint32 +pkg syscall (netbsd-arm-cgo), type Kevent_t struct +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Data int64 +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Filter uint32 +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Flags uint32 +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Udata int32 +pkg syscall (netbsd-arm-cgo), type Mclpool [0]uint8 +pkg syscall (netbsd-arm-cgo), type Msghdr struct +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Control *uint8 +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Flags int32 +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Name *uint8 +pkg syscall (netbsd-arm-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (netbsd-arm-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (netbsd-arm-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct +pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (netbsd-arm-cgo), type Rlimit struct +pkg syscall (netbsd-arm-cgo), type Rlimit struct, Cur uint64 +pkg syscall (netbsd-arm-cgo), type Rlimit struct, Max uint64 +pkg syscall (netbsd-arm-cgo), type RouteMessage struct +pkg syscall (netbsd-arm-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (netbsd-arm-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (netbsd-arm-cgo), type RoutingMessage interface, unexported methods +pkg syscall (netbsd-arm-cgo), type RtMetrics struct +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Expire int64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Hopcount uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Locks uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Mtu uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Pksent int64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Recvpipe uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Rtt uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Rttvar uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Sendpipe uint64 +pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Ssthresh uint64 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Inits int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Use int32 +pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Idrss int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Inblock int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Isrss int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Ixrss int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Majflt int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Maxrss int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Minflt int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Nsignals int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Nswap int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Oublock int32 +pkg syscall (netbsd-arm-cgo), type Rusage struct, Stime Timeval +pkg syscall (netbsd-arm-cgo), type Rusage struct, Utime Timeval +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (netbsd-arm-cgo), type SocketControlMessage struct +pkg syscall (netbsd-arm-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (netbsd-arm-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (netbsd-arm-cgo), type Stat_t struct +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Blocks int64 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Dev uint64 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Flags uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Gen uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Gid uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Ino uint64 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Mode uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Size int64 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Spare [2]uint32 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Uid uint32 +pkg syscall (netbsd-arm-cgo), type Statfs_t [0]uint8 +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Chroot string +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Flags uint32 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Name [32]int8 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Num int32 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Un [16]uint8 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Ver uint32 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X__rsvd uint32 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 +pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 +pkg syscall (netbsd-arm-cgo), type Timespec struct, Nsec int32 +pkg syscall (netbsd-arm-cgo), type Timespec struct, Sec int64 +pkg syscall (netbsd-arm-cgo), type Timeval struct, Sec int64 +pkg syscall (netbsd-arm-cgo), type Timeval struct, Usec int32 +pkg syscall (netbsd-arm-cgo), type WaitStatus uint32 +pkg syscall (netbsd-arm-cgo), var Stderr int +pkg syscall (netbsd-arm-cgo), var Stdin int +pkg syscall (netbsd-arm-cgo), var Stdout int +pkg syscall (openbsd-386), const AF_APPLETALK ideal-int +pkg syscall (openbsd-386), const AF_BLUETOOTH ideal-int +pkg syscall (openbsd-386), const AF_CCITT ideal-int +pkg syscall (openbsd-386), const AF_CHAOS ideal-int +pkg syscall (openbsd-386), const AF_CNT ideal-int +pkg syscall (openbsd-386), const AF_COIP ideal-int +pkg syscall (openbsd-386), const AF_DATAKIT ideal-int +pkg syscall (openbsd-386), const AF_DECnet ideal-int +pkg syscall (openbsd-386), const AF_DLI ideal-int +pkg syscall (openbsd-386), const AF_E164 ideal-int +pkg syscall (openbsd-386), const AF_ECMA ideal-int +pkg syscall (openbsd-386), const AF_ENCAP ideal-int +pkg syscall (openbsd-386), const AF_HYLINK ideal-int +pkg syscall (openbsd-386), const AF_IMPLINK ideal-int +pkg syscall (openbsd-386), const AF_IPX ideal-int +pkg syscall (openbsd-386), const AF_ISDN ideal-int +pkg syscall (openbsd-386), const AF_ISO ideal-int +pkg syscall (openbsd-386), const AF_KEY ideal-int +pkg syscall (openbsd-386), const AF_LAT ideal-int +pkg syscall (openbsd-386), const AF_LINK ideal-int +pkg syscall (openbsd-386), const AF_LOCAL ideal-int +pkg syscall (openbsd-386), const AF_MAX ideal-int +pkg syscall (openbsd-386), const AF_MPLS ideal-int +pkg syscall (openbsd-386), const AF_NATM ideal-int +pkg syscall (openbsd-386), const AF_NS ideal-int +pkg syscall (openbsd-386), const AF_OSI ideal-int +pkg syscall (openbsd-386), const AF_PUP ideal-int +pkg syscall (openbsd-386), const AF_ROUTE ideal-int +pkg syscall (openbsd-386), const AF_SIP ideal-int +pkg syscall (openbsd-386), const AF_SNA ideal-int +pkg syscall (openbsd-386), const ARPHRD_ETHER ideal-int +pkg syscall (openbsd-386), const ARPHRD_FRELAY ideal-int +pkg syscall (openbsd-386), const ARPHRD_IEEE1394 ideal-int +pkg syscall (openbsd-386), const ARPHRD_IEEE802 ideal-int +pkg syscall (openbsd-386), const B0 ideal-int +pkg syscall (openbsd-386), const B110 ideal-int +pkg syscall (openbsd-386), const B115200 ideal-int +pkg syscall (openbsd-386), const B1200 ideal-int +pkg syscall (openbsd-386), const B134 ideal-int +pkg syscall (openbsd-386), const B14400 ideal-int +pkg syscall (openbsd-386), const B150 ideal-int +pkg syscall (openbsd-386), const B1800 ideal-int +pkg syscall (openbsd-386), const B19200 ideal-int +pkg syscall (openbsd-386), const B200 ideal-int +pkg syscall (openbsd-386), const B230400 ideal-int +pkg syscall (openbsd-386), const B2400 ideal-int +pkg syscall (openbsd-386), const B28800 ideal-int +pkg syscall (openbsd-386), const B300 ideal-int +pkg syscall (openbsd-386), const B38400 ideal-int +pkg syscall (openbsd-386), const B4800 ideal-int +pkg syscall (openbsd-386), const B50 ideal-int +pkg syscall (openbsd-386), const B57600 ideal-int +pkg syscall (openbsd-386), const B600 ideal-int +pkg syscall (openbsd-386), const B7200 ideal-int +pkg syscall (openbsd-386), const B75 ideal-int +pkg syscall (openbsd-386), const B76800 ideal-int +pkg syscall (openbsd-386), const B9600 ideal-int +pkg syscall (openbsd-386), const BIOCFLUSH ideal-int +pkg syscall (openbsd-386), const BIOCGBLEN ideal-int +pkg syscall (openbsd-386), const BIOCGDIRFILT ideal-int +pkg syscall (openbsd-386), const BIOCGDLT ideal-int +pkg syscall (openbsd-386), const BIOCGDLTLIST ideal-int +pkg syscall (openbsd-386), const BIOCGETIF ideal-int +pkg syscall (openbsd-386), const BIOCGFILDROP ideal-int +pkg syscall (openbsd-386), const BIOCGHDRCMPLT ideal-int +pkg syscall (openbsd-386), const BIOCGRSIG ideal-int +pkg syscall (openbsd-386), const BIOCGRTIMEOUT ideal-int +pkg syscall (openbsd-386), const BIOCGSTATS ideal-int +pkg syscall (openbsd-386), const BIOCIMMEDIATE ideal-int +pkg syscall (openbsd-386), const BIOCLOCK ideal-int +pkg syscall (openbsd-386), const BIOCPROMISC ideal-int +pkg syscall (openbsd-386), const BIOCSBLEN ideal-int +pkg syscall (openbsd-386), const BIOCSDIRFILT ideal-int +pkg syscall (openbsd-386), const BIOCSDLT ideal-int +pkg syscall (openbsd-386), const BIOCSETF ideal-int +pkg syscall (openbsd-386), const BIOCSETIF ideal-int +pkg syscall (openbsd-386), const BIOCSETWF ideal-int +pkg syscall (openbsd-386), const BIOCSFILDROP ideal-int +pkg syscall (openbsd-386), const BIOCSHDRCMPLT ideal-int +pkg syscall (openbsd-386), const BIOCSRSIG ideal-int +pkg syscall (openbsd-386), const BIOCSRTIMEOUT ideal-int +pkg syscall (openbsd-386), const BIOCVERSION ideal-int +pkg syscall (openbsd-386), const BPF_A ideal-int +pkg syscall (openbsd-386), const BPF_ABS ideal-int +pkg syscall (openbsd-386), const BPF_ADD ideal-int +pkg syscall (openbsd-386), const BPF_ALIGNMENT ideal-int +pkg syscall (openbsd-386), const BPF_ALU ideal-int +pkg syscall (openbsd-386), const BPF_AND ideal-int +pkg syscall (openbsd-386), const BPF_B ideal-int +pkg syscall (openbsd-386), const BPF_DIRECTION_IN ideal-int +pkg syscall (openbsd-386), const BPF_DIRECTION_OUT ideal-int +pkg syscall (openbsd-386), const BPF_DIV ideal-int +pkg syscall (openbsd-386), const BPF_H ideal-int +pkg syscall (openbsd-386), const BPF_IMM ideal-int +pkg syscall (openbsd-386), const BPF_IND ideal-int +pkg syscall (openbsd-386), const BPF_JA ideal-int +pkg syscall (openbsd-386), const BPF_JEQ ideal-int +pkg syscall (openbsd-386), const BPF_JGE ideal-int +pkg syscall (openbsd-386), const BPF_JGT ideal-int +pkg syscall (openbsd-386), const BPF_JMP ideal-int +pkg syscall (openbsd-386), const BPF_JSET ideal-int +pkg syscall (openbsd-386), const BPF_K ideal-int +pkg syscall (openbsd-386), const BPF_LD ideal-int +pkg syscall (openbsd-386), const BPF_LDX ideal-int +pkg syscall (openbsd-386), const BPF_LEN ideal-int +pkg syscall (openbsd-386), const BPF_LSH ideal-int +pkg syscall (openbsd-386), const BPF_MAJOR_VERSION ideal-int +pkg syscall (openbsd-386), const BPF_MAXBUFSIZE ideal-int +pkg syscall (openbsd-386), const BPF_MAXINSNS ideal-int +pkg syscall (openbsd-386), const BPF_MEM ideal-int +pkg syscall (openbsd-386), const BPF_MEMWORDS ideal-int +pkg syscall (openbsd-386), const BPF_MINBUFSIZE ideal-int +pkg syscall (openbsd-386), const BPF_MINOR_VERSION ideal-int +pkg syscall (openbsd-386), const BPF_MISC ideal-int +pkg syscall (openbsd-386), const BPF_MSH ideal-int +pkg syscall (openbsd-386), const BPF_MUL ideal-int +pkg syscall (openbsd-386), const BPF_NEG ideal-int +pkg syscall (openbsd-386), const BPF_OR ideal-int +pkg syscall (openbsd-386), const BPF_RELEASE ideal-int +pkg syscall (openbsd-386), const BPF_RET ideal-int +pkg syscall (openbsd-386), const BPF_RSH ideal-int +pkg syscall (openbsd-386), const BPF_ST ideal-int +pkg syscall (openbsd-386), const BPF_STX ideal-int +pkg syscall (openbsd-386), const BPF_SUB ideal-int +pkg syscall (openbsd-386), const BPF_TAX ideal-int +pkg syscall (openbsd-386), const BPF_TXA ideal-int +pkg syscall (openbsd-386), const BPF_W ideal-int +pkg syscall (openbsd-386), const BPF_X ideal-int +pkg syscall (openbsd-386), const BRKINT ideal-int +pkg syscall (openbsd-386), const CFLUSH ideal-int +pkg syscall (openbsd-386), const CLOCAL ideal-int +pkg syscall (openbsd-386), const CREAD ideal-int +pkg syscall (openbsd-386), const CS5 ideal-int +pkg syscall (openbsd-386), const CS6 ideal-int +pkg syscall (openbsd-386), const CS7 ideal-int +pkg syscall (openbsd-386), const CS8 ideal-int +pkg syscall (openbsd-386), const CSIZE ideal-int +pkg syscall (openbsd-386), const CSTART ideal-int +pkg syscall (openbsd-386), const CSTATUS ideal-int +pkg syscall (openbsd-386), const CSTOP ideal-int +pkg syscall (openbsd-386), const CSTOPB ideal-int +pkg syscall (openbsd-386), const CSUSP ideal-int +pkg syscall (openbsd-386), const CTL_MAXNAME ideal-int +pkg syscall (openbsd-386), const CTL_NET ideal-int +pkg syscall (openbsd-386), const DIOCOSFPFLUSH ideal-int +pkg syscall (openbsd-386), const DLT_ARCNET ideal-int +pkg syscall (openbsd-386), const DLT_ATM_RFC1483 ideal-int +pkg syscall (openbsd-386), const DLT_AX25 ideal-int +pkg syscall (openbsd-386), const DLT_CHAOS ideal-int +pkg syscall (openbsd-386), const DLT_C_HDLC ideal-int +pkg syscall (openbsd-386), const DLT_EN10MB ideal-int +pkg syscall (openbsd-386), const DLT_EN3MB ideal-int +pkg syscall (openbsd-386), const DLT_ENC ideal-int +pkg syscall (openbsd-386), const DLT_FDDI ideal-int +pkg syscall (openbsd-386), const DLT_IEEE802 ideal-int +pkg syscall (openbsd-386), const DLT_IEEE802_11 ideal-int +pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (openbsd-386), const DLT_LOOP ideal-int +pkg syscall (openbsd-386), const DLT_MPLS ideal-int +pkg syscall (openbsd-386), const DLT_NULL ideal-int +pkg syscall (openbsd-386), const DLT_PFLOG ideal-int +pkg syscall (openbsd-386), const DLT_PFSYNC ideal-int +pkg syscall (openbsd-386), const DLT_PPP ideal-int +pkg syscall (openbsd-386), const DLT_PPP_BSDOS ideal-int +pkg syscall (openbsd-386), const DLT_PPP_ETHER ideal-int +pkg syscall (openbsd-386), const DLT_PPP_SERIAL ideal-int +pkg syscall (openbsd-386), const DLT_PRONET ideal-int +pkg syscall (openbsd-386), const DLT_RAW ideal-int +pkg syscall (openbsd-386), const DLT_SLIP ideal-int +pkg syscall (openbsd-386), const DLT_SLIP_BSDOS ideal-int +pkg syscall (openbsd-386), const DT_BLK ideal-int +pkg syscall (openbsd-386), const DT_CHR ideal-int +pkg syscall (openbsd-386), const DT_DIR ideal-int +pkg syscall (openbsd-386), const DT_FIFO ideal-int +pkg syscall (openbsd-386), const DT_LNK ideal-int +pkg syscall (openbsd-386), const DT_REG ideal-int +pkg syscall (openbsd-386), const DT_SOCK ideal-int +pkg syscall (openbsd-386), const DT_UNKNOWN ideal-int +pkg syscall (openbsd-386), const EAUTH Errno +pkg syscall (openbsd-386), const EBADRPC Errno +pkg syscall (openbsd-386), const ECHO ideal-int +pkg syscall (openbsd-386), const ECHOCTL ideal-int +pkg syscall (openbsd-386), const ECHOE ideal-int +pkg syscall (openbsd-386), const ECHOK ideal-int +pkg syscall (openbsd-386), const ECHOKE ideal-int +pkg syscall (openbsd-386), const ECHONL ideal-int +pkg syscall (openbsd-386), const ECHOPRT ideal-int +pkg syscall (openbsd-386), const EFTYPE Errno +pkg syscall (openbsd-386), const EIPSEC Errno +pkg syscall (openbsd-386), const ELAST Errno +pkg syscall (openbsd-386), const EMEDIUMTYPE Errno +pkg syscall (openbsd-386), const EMT_TAGOVF ideal-int +pkg syscall (openbsd-386), const EMUL_ENABLED ideal-int +pkg syscall (openbsd-386), const EMUL_NATIVE ideal-int +pkg syscall (openbsd-386), const ENDRUNDISC ideal-int +pkg syscall (openbsd-386), const ENEEDAUTH Errno +pkg syscall (openbsd-386), const ENOATTR Errno +pkg syscall (openbsd-386), const ENOMEDIUM Errno +pkg syscall (openbsd-386), const EPROCLIM Errno +pkg syscall (openbsd-386), const EPROCUNAVAIL Errno +pkg syscall (openbsd-386), const EPROGMISMATCH Errno +pkg syscall (openbsd-386), const EPROGUNAVAIL Errno +pkg syscall (openbsd-386), const ERPCMISMATCH Errno +pkg syscall (openbsd-386), const ETHERMIN ideal-int +pkg syscall (openbsd-386), const ETHERMTU ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_8023 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AARP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ACCTON ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AEONIC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ALPHA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AMBER ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AOE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_APOLLO ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ARP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ATALK ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ATT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_AXIS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_BOFL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_CHAOS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_CRONUS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DCA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DDE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DEBNI ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECAM ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECCUST ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECDNS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECDTS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECLAST ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECLTM ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DELTACON ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_DSMD ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ECMA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_ES ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_FLIP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_FRARP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_GENDYN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_HAYES ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_HITACHI ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_HP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IMLBL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IPAS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IPV6 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IPX ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_KALPANA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LAT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LBACK ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LITTLE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LLDP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MATRA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MAX ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MERIT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MICP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MOPDL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MOPRC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MPLS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_MUMPS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPCC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPDG ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPRST ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NBS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NCD ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NESTAR ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NOVELL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NSAT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_OS9 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_OS9NET ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PACER ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PAE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PCS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PLANNING ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PPP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PPPOE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PUP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_PUPAT ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_QINQ ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_RACAL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_RAWFR ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_RCL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_RDP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_RETIX ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_REVARP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SCA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SECTRA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SGITW ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SIMNET ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SLOW ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SNA ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SNMP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SONIX ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SPIDER ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_SPRITE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_STP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TALARIS ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TCPSM ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TEC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TIGAN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TRAIL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_UBBST ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_UBDL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_UBNIU ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_UBNMC ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VALID ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VARIAN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VAXELN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VEECO ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VEXP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VGLAB ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VINES ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VITAL ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VLAN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VPROD ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_X25 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_X75 ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_XNSSM ideal-int +pkg syscall (openbsd-386), const ETHERTYPE_XTP ideal-int +pkg syscall (openbsd-386), const ETHER_ADDR_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_ALIGN ideal-int +pkg syscall (openbsd-386), const ETHER_CRC_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (openbsd-386), const ETHER_HDR_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_MAX_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_MIN_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_TYPE_LEN ideal-int +pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (openbsd-386), const EVFILT_AIO ideal-int +pkg syscall (openbsd-386), const EVFILT_PROC ideal-int +pkg syscall (openbsd-386), const EVFILT_READ ideal-int +pkg syscall (openbsd-386), const EVFILT_SIGNAL ideal-int +pkg syscall (openbsd-386), const EVFILT_SYSCOUNT ideal-int +pkg syscall (openbsd-386), const EVFILT_TIMER ideal-int +pkg syscall (openbsd-386), const EVFILT_VNODE ideal-int +pkg syscall (openbsd-386), const EVFILT_WRITE ideal-int +pkg syscall (openbsd-386), const EV_ADD ideal-int +pkg syscall (openbsd-386), const EV_CLEAR ideal-int +pkg syscall (openbsd-386), const EV_DELETE ideal-int +pkg syscall (openbsd-386), const EV_DISABLE ideal-int +pkg syscall (openbsd-386), const EV_ENABLE ideal-int +pkg syscall (openbsd-386), const EV_EOF ideal-int +pkg syscall (openbsd-386), const EV_ERROR ideal-int +pkg syscall (openbsd-386), const EV_FLAG1 ideal-int +pkg syscall (openbsd-386), const EV_ONESHOT ideal-int +pkg syscall (openbsd-386), const EV_SYSFLAGS ideal-int +pkg syscall (openbsd-386), const EXTA ideal-int +pkg syscall (openbsd-386), const EXTB ideal-int +pkg syscall (openbsd-386), const EXTPROC ideal-int +pkg syscall (openbsd-386), const FD_CLOEXEC ideal-int +pkg syscall (openbsd-386), const FD_SETSIZE ideal-int +pkg syscall (openbsd-386), const FLUSHO ideal-int +pkg syscall (openbsd-386), const F_DUPFD ideal-int +pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (openbsd-386), const F_GETFD ideal-int +pkg syscall (openbsd-386), const F_GETFL ideal-int +pkg syscall (openbsd-386), const F_GETLK ideal-int +pkg syscall (openbsd-386), const F_GETOWN ideal-int +pkg syscall (openbsd-386), const F_OK ideal-int +pkg syscall (openbsd-386), const F_RDLCK ideal-int +pkg syscall (openbsd-386), const F_SETFD ideal-int +pkg syscall (openbsd-386), const F_SETFL ideal-int +pkg syscall (openbsd-386), const F_SETLK ideal-int +pkg syscall (openbsd-386), const F_SETLKW ideal-int +pkg syscall (openbsd-386), const F_SETOWN ideal-int +pkg syscall (openbsd-386), const F_UNLCK ideal-int +pkg syscall (openbsd-386), const F_WRLCK ideal-int +pkg syscall (openbsd-386), const HUPCL ideal-int +pkg syscall (openbsd-386), const ICANON ideal-int +pkg syscall (openbsd-386), const ICMP6_FILTER = 18 +pkg syscall (openbsd-386), const ICMP6_FILTER ideal-int +pkg syscall (openbsd-386), const ICRNL ideal-int +pkg syscall (openbsd-386), const IEXTEN ideal-int +pkg syscall (openbsd-386), const IFAN_ARRIVAL ideal-int +pkg syscall (openbsd-386), const IFAN_DEPARTURE ideal-int +pkg syscall (openbsd-386), const IFA_ROUTE ideal-int +pkg syscall (openbsd-386), const IFF_ALLMULTI ideal-int +pkg syscall (openbsd-386), const IFF_CANTCHANGE ideal-int +pkg syscall (openbsd-386), const IFF_DEBUG ideal-int +pkg syscall (openbsd-386), const IFF_LINK0 ideal-int +pkg syscall (openbsd-386), const IFF_LINK1 ideal-int +pkg syscall (openbsd-386), const IFF_LINK2 ideal-int +pkg syscall (openbsd-386), const IFF_NOARP ideal-int +pkg syscall (openbsd-386), const IFF_NOTRAILERS ideal-int +pkg syscall (openbsd-386), const IFF_OACTIVE ideal-int +pkg syscall (openbsd-386), const IFF_POINTOPOINT ideal-int +pkg syscall (openbsd-386), const IFF_PROMISC ideal-int +pkg syscall (openbsd-386), const IFF_RUNNING ideal-int +pkg syscall (openbsd-386), const IFF_SIMPLEX ideal-int +pkg syscall (openbsd-386), const IFNAMSIZ ideal-int +pkg syscall (openbsd-386), const IFT_1822 ideal-int +pkg syscall (openbsd-386), const IFT_A12MPPSWITCH ideal-int +pkg syscall (openbsd-386), const IFT_AAL2 ideal-int +pkg syscall (openbsd-386), const IFT_AAL5 ideal-int +pkg syscall (openbsd-386), const IFT_ADSL ideal-int +pkg syscall (openbsd-386), const IFT_AFLANE8023 ideal-int +pkg syscall (openbsd-386), const IFT_AFLANE8025 ideal-int +pkg syscall (openbsd-386), const IFT_ARAP ideal-int +pkg syscall (openbsd-386), const IFT_ARCNET ideal-int +pkg syscall (openbsd-386), const IFT_ARCNETPLUS ideal-int +pkg syscall (openbsd-386), const IFT_ASYNC ideal-int +pkg syscall (openbsd-386), const IFT_ATM ideal-int +pkg syscall (openbsd-386), const IFT_ATMDXI ideal-int +pkg syscall (openbsd-386), const IFT_ATMFUNI ideal-int +pkg syscall (openbsd-386), const IFT_ATMIMA ideal-int +pkg syscall (openbsd-386), const IFT_ATMLOGICAL ideal-int +pkg syscall (openbsd-386), const IFT_ATMRADIO ideal-int +pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (openbsd-386), const IFT_ATMVCIENDPT ideal-int +pkg syscall (openbsd-386), const IFT_ATMVIRTUAL ideal-int +pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (openbsd-386), const IFT_BLUETOOTH ideal-int +pkg syscall (openbsd-386), const IFT_BRIDGE ideal-int +pkg syscall (openbsd-386), const IFT_BSC ideal-int +pkg syscall (openbsd-386), const IFT_CARP ideal-int +pkg syscall (openbsd-386), const IFT_CCTEMUL ideal-int +pkg syscall (openbsd-386), const IFT_CEPT ideal-int +pkg syscall (openbsd-386), const IFT_CES ideal-int +pkg syscall (openbsd-386), const IFT_CHANNEL ideal-int +pkg syscall (openbsd-386), const IFT_CNR ideal-int +pkg syscall (openbsd-386), const IFT_COFFEE ideal-int +pkg syscall (openbsd-386), const IFT_COMPOSITELINK ideal-int +pkg syscall (openbsd-386), const IFT_DCN ideal-int +pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (openbsd-386), const IFT_DLSW ideal-int +pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (openbsd-386), const IFT_DS0 ideal-int +pkg syscall (openbsd-386), const IFT_DS0BUNDLE ideal-int +pkg syscall (openbsd-386), const IFT_DS1FDL ideal-int +pkg syscall (openbsd-386), const IFT_DS3 ideal-int +pkg syscall (openbsd-386), const IFT_DTM ideal-int +pkg syscall (openbsd-386), const IFT_DUMMY ideal-int +pkg syscall (openbsd-386), const IFT_DVBASILN ideal-int +pkg syscall (openbsd-386), const IFT_DVBASIOUT ideal-int +pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (openbsd-386), const IFT_ECONET ideal-int +pkg syscall (openbsd-386), const IFT_ENC ideal-int +pkg syscall (openbsd-386), const IFT_EON ideal-int +pkg syscall (openbsd-386), const IFT_EPLRS ideal-int +pkg syscall (openbsd-386), const IFT_ESCON ideal-int +pkg syscall (openbsd-386), const IFT_ETHER ideal-int +pkg syscall (openbsd-386), const IFT_FAITH ideal-int +pkg syscall (openbsd-386), const IFT_FAST ideal-int +pkg syscall (openbsd-386), const IFT_FASTETHER ideal-int +pkg syscall (openbsd-386), const IFT_FASTETHERFX ideal-int +pkg syscall (openbsd-386), const IFT_FDDI ideal-int +pkg syscall (openbsd-386), const IFT_FIBRECHANNEL ideal-int +pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (openbsd-386), const IFT_FRDLCIENDPT ideal-int +pkg syscall (openbsd-386), const IFT_FRELAY ideal-int +pkg syscall (openbsd-386), const IFT_FRELAYDCE ideal-int +pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (openbsd-386), const IFT_FRFORWARD ideal-int +pkg syscall (openbsd-386), const IFT_G703AT2MB ideal-int +pkg syscall (openbsd-386), const IFT_G703AT64K ideal-int +pkg syscall (openbsd-386), const IFT_GIF ideal-int +pkg syscall (openbsd-386), const IFT_GIGABITETHERNET ideal-int +pkg syscall (openbsd-386), const IFT_GR303IDT ideal-int +pkg syscall (openbsd-386), const IFT_GR303RDT ideal-int +pkg syscall (openbsd-386), const IFT_H323GATEKEEPER ideal-int +pkg syscall (openbsd-386), const IFT_H323PROXY ideal-int +pkg syscall (openbsd-386), const IFT_HDH1822 ideal-int +pkg syscall (openbsd-386), const IFT_HDLC ideal-int +pkg syscall (openbsd-386), const IFT_HDSL2 ideal-int +pkg syscall (openbsd-386), const IFT_HIPERLAN2 ideal-int +pkg syscall (openbsd-386), const IFT_HIPPI ideal-int +pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (openbsd-386), const IFT_HOSTPAD ideal-int +pkg syscall (openbsd-386), const IFT_HSSI ideal-int +pkg syscall (openbsd-386), const IFT_HY ideal-int +pkg syscall (openbsd-386), const IFT_IBM370PARCHAN ideal-int +pkg syscall (openbsd-386), const IFT_IDSL ideal-int +pkg syscall (openbsd-386), const IFT_IEEE1394 ideal-int +pkg syscall (openbsd-386), const IFT_IEEE80211 ideal-int +pkg syscall (openbsd-386), const IFT_IEEE80212 ideal-int +pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (openbsd-386), const IFT_IFGSN ideal-int +pkg syscall (openbsd-386), const IFT_IMT ideal-int +pkg syscall (openbsd-386), const IFT_INFINIBAND ideal-int +pkg syscall (openbsd-386), const IFT_INTERLEAVE ideal-int +pkg syscall (openbsd-386), const IFT_IP ideal-int +pkg syscall (openbsd-386), const IFT_IPFORWARD ideal-int +pkg syscall (openbsd-386), const IFT_IPOVERATM ideal-int +pkg syscall (openbsd-386), const IFT_IPOVERCDLC ideal-int +pkg syscall (openbsd-386), const IFT_IPOVERCLAW ideal-int +pkg syscall (openbsd-386), const IFT_IPSWITCH ideal-int +pkg syscall (openbsd-386), const IFT_ISDN ideal-int +pkg syscall (openbsd-386), const IFT_ISDNBASIC ideal-int +pkg syscall (openbsd-386), const IFT_ISDNPRIMARY ideal-int +pkg syscall (openbsd-386), const IFT_ISDNS ideal-int +pkg syscall (openbsd-386), const IFT_ISDNU ideal-int +pkg syscall (openbsd-386), const IFT_ISO88022LLC ideal-int +pkg syscall (openbsd-386), const IFT_ISO88023 ideal-int +pkg syscall (openbsd-386), const IFT_ISO88024 ideal-int +pkg syscall (openbsd-386), const IFT_ISO88025 ideal-int +pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (openbsd-386), const IFT_ISO88025DTR ideal-int +pkg syscall (openbsd-386), const IFT_ISO88025FIBER ideal-int +pkg syscall (openbsd-386), const IFT_ISO88026 ideal-int +pkg syscall (openbsd-386), const IFT_ISUP ideal-int +pkg syscall (openbsd-386), const IFT_L2VLAN ideal-int +pkg syscall (openbsd-386), const IFT_L3IPVLAN ideal-int +pkg syscall (openbsd-386), const IFT_L3IPXVLAN ideal-int +pkg syscall (openbsd-386), const IFT_LAPB ideal-int +pkg syscall (openbsd-386), const IFT_LAPD ideal-int +pkg syscall (openbsd-386), const IFT_LAPF ideal-int +pkg syscall (openbsd-386), const IFT_LINEGROUP ideal-int +pkg syscall (openbsd-386), const IFT_LOCALTALK ideal-int +pkg syscall (openbsd-386), const IFT_LOOP ideal-int +pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (openbsd-386), const IFT_MFSIGLINK ideal-int +pkg syscall (openbsd-386), const IFT_MIOX25 ideal-int +pkg syscall (openbsd-386), const IFT_MODEM ideal-int +pkg syscall (openbsd-386), const IFT_MPC ideal-int +pkg syscall (openbsd-386), const IFT_MPLS ideal-int +pkg syscall (openbsd-386), const IFT_MPLSTUNNEL ideal-int +pkg syscall (openbsd-386), const IFT_MSDSL ideal-int +pkg syscall (openbsd-386), const IFT_MVL ideal-int +pkg syscall (openbsd-386), const IFT_MYRINET ideal-int +pkg syscall (openbsd-386), const IFT_NFAS ideal-int +pkg syscall (openbsd-386), const IFT_NSIP ideal-int +pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (openbsd-386), const IFT_OTHER ideal-int +pkg syscall (openbsd-386), const IFT_P10 ideal-int +pkg syscall (openbsd-386), const IFT_P80 ideal-int +pkg syscall (openbsd-386), const IFT_PARA ideal-int +pkg syscall (openbsd-386), const IFT_PFLOG ideal-int +pkg syscall (openbsd-386), const IFT_PFLOW ideal-int +pkg syscall (openbsd-386), const IFT_PFSYNC ideal-int +pkg syscall (openbsd-386), const IFT_PLC ideal-int +pkg syscall (openbsd-386), const IFT_PON155 ideal-int +pkg syscall (openbsd-386), const IFT_PON622 ideal-int +pkg syscall (openbsd-386), const IFT_POS ideal-int +pkg syscall (openbsd-386), const IFT_PPP ideal-int +pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (openbsd-386), const IFT_PROPATM ideal-int +pkg syscall (openbsd-386), const IFT_PROPBWAP2MP ideal-int +pkg syscall (openbsd-386), const IFT_PROPCNLS ideal-int +pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (openbsd-386), const IFT_PROPMUX ideal-int +pkg syscall (openbsd-386), const IFT_PROPVIRTUAL ideal-int +pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (openbsd-386), const IFT_PTPSERIAL ideal-int +pkg syscall (openbsd-386), const IFT_PVC ideal-int +pkg syscall (openbsd-386), const IFT_Q2931 ideal-int +pkg syscall (openbsd-386), const IFT_QLLC ideal-int +pkg syscall (openbsd-386), const IFT_RADIOMAC ideal-int +pkg syscall (openbsd-386), const IFT_RADSL ideal-int +pkg syscall (openbsd-386), const IFT_REACHDSL ideal-int +pkg syscall (openbsd-386), const IFT_RFC1483 ideal-int +pkg syscall (openbsd-386), const IFT_RS232 ideal-int +pkg syscall (openbsd-386), const IFT_RSRB ideal-int +pkg syscall (openbsd-386), const IFT_SDLC ideal-int +pkg syscall (openbsd-386), const IFT_SDSL ideal-int +pkg syscall (openbsd-386), const IFT_SHDSL ideal-int +pkg syscall (openbsd-386), const IFT_SIP ideal-int +pkg syscall (openbsd-386), const IFT_SIPSIG ideal-int +pkg syscall (openbsd-386), const IFT_SIPTG ideal-int +pkg syscall (openbsd-386), const IFT_SLIP ideal-int +pkg syscall (openbsd-386), const IFT_SMDSDXI ideal-int +pkg syscall (openbsd-386), const IFT_SMDSICIP ideal-int +pkg syscall (openbsd-386), const IFT_SONET ideal-int +pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (openbsd-386), const IFT_SONETPATH ideal-int +pkg syscall (openbsd-386), const IFT_SONETVT ideal-int +pkg syscall (openbsd-386), const IFT_SRP ideal-int +pkg syscall (openbsd-386), const IFT_SS7SIGLINK ideal-int +pkg syscall (openbsd-386), const IFT_STACKTOSTACK ideal-int +pkg syscall (openbsd-386), const IFT_STARLAN ideal-int +pkg syscall (openbsd-386), const IFT_T1 ideal-int +pkg syscall (openbsd-386), const IFT_TDLC ideal-int +pkg syscall (openbsd-386), const IFT_TELINK ideal-int +pkg syscall (openbsd-386), const IFT_TERMPAD ideal-int +pkg syscall (openbsd-386), const IFT_TR008 ideal-int +pkg syscall (openbsd-386), const IFT_TRANSPHDLC ideal-int +pkg syscall (openbsd-386), const IFT_TUNNEL ideal-int +pkg syscall (openbsd-386), const IFT_ULTRA ideal-int +pkg syscall (openbsd-386), const IFT_USB ideal-int +pkg syscall (openbsd-386), const IFT_V11 ideal-int +pkg syscall (openbsd-386), const IFT_V35 ideal-int +pkg syscall (openbsd-386), const IFT_V36 ideal-int +pkg syscall (openbsd-386), const IFT_V37 ideal-int +pkg syscall (openbsd-386), const IFT_VDSL ideal-int +pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (openbsd-386), const IFT_VIRTUALTG ideal-int +pkg syscall (openbsd-386), const IFT_VOICEDID ideal-int +pkg syscall (openbsd-386), const IFT_VOICEEM ideal-int +pkg syscall (openbsd-386), const IFT_VOICEEMFGD ideal-int +pkg syscall (openbsd-386), const IFT_VOICEENCAP ideal-int +pkg syscall (openbsd-386), const IFT_VOICEFGDEANA ideal-int +pkg syscall (openbsd-386), const IFT_VOICEFXO ideal-int +pkg syscall (openbsd-386), const IFT_VOICEFXS ideal-int +pkg syscall (openbsd-386), const IFT_VOICEOVERATM ideal-int +pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (openbsd-386), const IFT_VOICEOVERIP ideal-int +pkg syscall (openbsd-386), const IFT_X213 ideal-int +pkg syscall (openbsd-386), const IFT_X25 ideal-int +pkg syscall (openbsd-386), const IFT_X25DDN ideal-int +pkg syscall (openbsd-386), const IFT_X25HUNTGROUP ideal-int +pkg syscall (openbsd-386), const IFT_X25MLP ideal-int +pkg syscall (openbsd-386), const IFT_X25PLE ideal-int +pkg syscall (openbsd-386), const IFT_XETHER ideal-int +pkg syscall (openbsd-386), const IGNBRK ideal-int +pkg syscall (openbsd-386), const IGNCR ideal-int +pkg syscall (openbsd-386), const IGNPAR ideal-int +pkg syscall (openbsd-386), const IMAXBEL ideal-int +pkg syscall (openbsd-386), const INLCR ideal-int +pkg syscall (openbsd-386), const INPCK ideal-int +pkg syscall (openbsd-386), const IN_CLASSA_HOST ideal-int +pkg syscall (openbsd-386), const IN_CLASSA_MAX ideal-int +pkg syscall (openbsd-386), const IN_CLASSA_NET ideal-int +pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (openbsd-386), const IN_CLASSB_HOST ideal-int +pkg syscall (openbsd-386), const IN_CLASSB_MAX ideal-int +pkg syscall (openbsd-386), const IN_CLASSB_NET ideal-int +pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (openbsd-386), const IN_CLASSC_HOST ideal-int +pkg syscall (openbsd-386), const IN_CLASSC_NET ideal-int +pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (openbsd-386), const IN_CLASSD_HOST ideal-int +pkg syscall (openbsd-386), const IN_CLASSD_NET ideal-int +pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (openbsd-386), const IN_LOOPBACKNET ideal-int +pkg syscall (openbsd-386), const IN_RFC3021_HOST ideal-int +pkg syscall (openbsd-386), const IN_RFC3021_NET ideal-int +pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT ideal-int +pkg syscall (openbsd-386), const IPPROTO_AH ideal-int +pkg syscall (openbsd-386), const IPPROTO_CARP ideal-int +pkg syscall (openbsd-386), const IPPROTO_DIVERT ideal-int +pkg syscall (openbsd-386), const IPPROTO_DONE ideal-int +pkg syscall (openbsd-386), const IPPROTO_DSTOPTS ideal-int +pkg syscall (openbsd-386), const IPPROTO_EGP ideal-int +pkg syscall (openbsd-386), const IPPROTO_ENCAP ideal-int +pkg syscall (openbsd-386), const IPPROTO_EON ideal-int +pkg syscall (openbsd-386), const IPPROTO_ESP ideal-int +pkg syscall (openbsd-386), const IPPROTO_ETHERIP ideal-int +pkg syscall (openbsd-386), const IPPROTO_FRAGMENT ideal-int +pkg syscall (openbsd-386), const IPPROTO_GGP ideal-int +pkg syscall (openbsd-386), const IPPROTO_GRE ideal-int +pkg syscall (openbsd-386), const IPPROTO_HOPOPTS ideal-int +pkg syscall (openbsd-386), const IPPROTO_ICMP ideal-int +pkg syscall (openbsd-386), const IPPROTO_ICMPV6 ideal-int +pkg syscall (openbsd-386), const IPPROTO_IDP ideal-int +pkg syscall (openbsd-386), const IPPROTO_IGMP ideal-int +pkg syscall (openbsd-386), const IPPROTO_IPCOMP ideal-int +pkg syscall (openbsd-386), const IPPROTO_IPIP ideal-int +pkg syscall (openbsd-386), const IPPROTO_IPV4 ideal-int +pkg syscall (openbsd-386), const IPPROTO_MAX ideal-int +pkg syscall (openbsd-386), const IPPROTO_MAXID ideal-int +pkg syscall (openbsd-386), const IPPROTO_MOBILE ideal-int +pkg syscall (openbsd-386), const IPPROTO_MPLS ideal-int +pkg syscall (openbsd-386), const IPPROTO_NONE ideal-int +pkg syscall (openbsd-386), const IPPROTO_PFSYNC ideal-int +pkg syscall (openbsd-386), const IPPROTO_PIM ideal-int +pkg syscall (openbsd-386), const IPPROTO_PUP ideal-int +pkg syscall (openbsd-386), const IPPROTO_RAW ideal-int +pkg syscall (openbsd-386), const IPPROTO_ROUTING ideal-int +pkg syscall (openbsd-386), const IPPROTO_RSVP ideal-int +pkg syscall (openbsd-386), const IPPROTO_TP ideal-int +pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL ideal-int +pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (openbsd-386), const IPV6_CHECKSUM ideal-int +pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-386), const IPV6_DEFHLIM ideal-int +pkg syscall (openbsd-386), const IPV6_DONTFRAG ideal-int +pkg syscall (openbsd-386), const IPV6_DSTOPTS ideal-int +pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-386), const IPV6_FAITH ideal-int +pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (openbsd-386), const IPV6_FRAGTTL ideal-int +pkg syscall (openbsd-386), const IPV6_HLIMDEC ideal-int +pkg syscall (openbsd-386), const IPV6_HOPLIMIT ideal-int +pkg syscall (openbsd-386), const IPV6_HOPOPTS ideal-int +pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-386), const IPV6_MAXHLIM ideal-int +pkg syscall (openbsd-386), const IPV6_MAXPACKET ideal-int +pkg syscall (openbsd-386), const IPV6_MMTU ideal-int +pkg syscall (openbsd-386), const IPV6_NEXTHOP ideal-int +pkg syscall (openbsd-386), const IPV6_OPTIONS ideal-int +pkg syscall (openbsd-386), const IPV6_PATHMTU ideal-int +pkg syscall (openbsd-386), const IPV6_PIPEX ideal-int +pkg syscall (openbsd-386), const IPV6_PKTINFO ideal-int +pkg syscall (openbsd-386), const IPV6_PORTRANGE ideal-int +pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (openbsd-386), const IPV6_RECVPATHMTU ideal-int +pkg syscall (openbsd-386), const IPV6_RECVPKTINFO ideal-int +pkg syscall (openbsd-386), const IPV6_RECVRTHDR ideal-int +pkg syscall (openbsd-386), const IPV6_RECVTCLASS ideal-int +pkg syscall (openbsd-386), const IPV6_RTABLE ideal-int +pkg syscall (openbsd-386), const IPV6_RTHDR ideal-int +pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (openbsd-386), const IPV6_TCLASS ideal-int +pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (openbsd-386), const IPV6_VERSION ideal-int +pkg syscall (openbsd-386), const IPV6_VERSION_MASK ideal-int +pkg syscall (openbsd-386), const IP_AUTH_LEVEL ideal-int +pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (openbsd-386), const IP_DF ideal-int +pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-386), const IP_HDRINCL ideal-int +pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-386), const IP_IPSECFLOWINFO ideal-int +pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH ideal-int +pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED ideal-int +pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID ideal-int +pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH ideal-int +pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED ideal-int +pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID ideal-int +pkg syscall (openbsd-386), const IP_MAXPACKET ideal-int +pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (openbsd-386), const IP_MF ideal-int +pkg syscall (openbsd-386), const IP_MINTTL ideal-int +pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (openbsd-386), const IP_MSS ideal-int +pkg syscall (openbsd-386), const IP_OFFMASK ideal-int +pkg syscall (openbsd-386), const IP_OPTIONS ideal-int +pkg syscall (openbsd-386), const IP_PIPEX ideal-int +pkg syscall (openbsd-386), const IP_PORTRANGE ideal-int +pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-386), const IP_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-386), const IP_RECVDSTADDR ideal-int +pkg syscall (openbsd-386), const IP_RECVDSTPORT ideal-int +pkg syscall (openbsd-386), const IP_RECVIF ideal-int +pkg syscall (openbsd-386), const IP_RECVOPTS ideal-int +pkg syscall (openbsd-386), const IP_RECVRETOPTS ideal-int +pkg syscall (openbsd-386), const IP_RECVRTABLE ideal-int +pkg syscall (openbsd-386), const IP_RECVTTL ideal-int +pkg syscall (openbsd-386), const IP_RETOPTS ideal-int +pkg syscall (openbsd-386), const IP_RF ideal-int +pkg syscall (openbsd-386), const IP_RTABLE ideal-int +pkg syscall (openbsd-386), const ISIG ideal-int +pkg syscall (openbsd-386), const ISTRIP ideal-int +pkg syscall (openbsd-386), const IXANY ideal-int +pkg syscall (openbsd-386), const IXOFF ideal-int +pkg syscall (openbsd-386), const IXON ideal-int +pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH ideal-int +pkg syscall (openbsd-386), const LOCK_EX ideal-int +pkg syscall (openbsd-386), const LOCK_NB ideal-int +pkg syscall (openbsd-386), const LOCK_SH ideal-int +pkg syscall (openbsd-386), const LOCK_UN ideal-int +pkg syscall (openbsd-386), const MSG_BCAST ideal-int +pkg syscall (openbsd-386), const MSG_CTRUNC ideal-int +pkg syscall (openbsd-386), const MSG_DONTROUTE ideal-int +pkg syscall (openbsd-386), const MSG_DONTWAIT ideal-int +pkg syscall (openbsd-386), const MSG_EOR ideal-int +pkg syscall (openbsd-386), const MSG_MCAST ideal-int +pkg syscall (openbsd-386), const MSG_NOSIGNAL ideal-int +pkg syscall (openbsd-386), const MSG_OOB ideal-int +pkg syscall (openbsd-386), const MSG_PEEK ideal-int +pkg syscall (openbsd-386), const MSG_TRUNC ideal-int +pkg syscall (openbsd-386), const MSG_WAITALL ideal-int +pkg syscall (openbsd-386), const NAME_MAX ideal-int +pkg syscall (openbsd-386), const NET_RT_DUMP ideal-int +pkg syscall (openbsd-386), const NET_RT_FLAGS ideal-int +pkg syscall (openbsd-386), const NET_RT_IFLIST ideal-int +pkg syscall (openbsd-386), const NET_RT_MAXID ideal-int +pkg syscall (openbsd-386), const NET_RT_STATS ideal-int +pkg syscall (openbsd-386), const NET_RT_TABLE ideal-int +pkg syscall (openbsd-386), const NOFLSH ideal-int +pkg syscall (openbsd-386), const NOTE_ATTRIB ideal-int +pkg syscall (openbsd-386), const NOTE_CHILD ideal-int +pkg syscall (openbsd-386), const NOTE_DELETE ideal-int +pkg syscall (openbsd-386), const NOTE_EOF ideal-int +pkg syscall (openbsd-386), const NOTE_EXEC ideal-int +pkg syscall (openbsd-386), const NOTE_EXIT ideal-int +pkg syscall (openbsd-386), const NOTE_EXTEND ideal-int +pkg syscall (openbsd-386), const NOTE_FORK ideal-int +pkg syscall (openbsd-386), const NOTE_LINK ideal-int +pkg syscall (openbsd-386), const NOTE_LOWAT ideal-int +pkg syscall (openbsd-386), const NOTE_PCTRLMASK ideal-int +pkg syscall (openbsd-386), const NOTE_PDATAMASK ideal-int +pkg syscall (openbsd-386), const NOTE_RENAME ideal-int +pkg syscall (openbsd-386), const NOTE_REVOKE ideal-int +pkg syscall (openbsd-386), const NOTE_TRACK ideal-int +pkg syscall (openbsd-386), const NOTE_TRACKERR ideal-int +pkg syscall (openbsd-386), const NOTE_TRUNCATE ideal-int +pkg syscall (openbsd-386), const NOTE_WRITE ideal-int +pkg syscall (openbsd-386), const OCRNL ideal-int +pkg syscall (openbsd-386), const ONLCR ideal-int +pkg syscall (openbsd-386), const ONLRET ideal-int +pkg syscall (openbsd-386), const ONOCR ideal-int +pkg syscall (openbsd-386), const ONOEOT ideal-int +pkg syscall (openbsd-386), const OPOST ideal-int +pkg syscall (openbsd-386), const O_ACCMODE ideal-int +pkg syscall (openbsd-386), const O_DIRECTORY ideal-int +pkg syscall (openbsd-386), const O_DSYNC ideal-int +pkg syscall (openbsd-386), const O_EXLOCK ideal-int +pkg syscall (openbsd-386), const O_FSYNC ideal-int +pkg syscall (openbsd-386), const O_NDELAY ideal-int +pkg syscall (openbsd-386), const O_NOFOLLOW ideal-int +pkg syscall (openbsd-386), const O_RSYNC ideal-int +pkg syscall (openbsd-386), const O_SHLOCK ideal-int +pkg syscall (openbsd-386), const PARENB ideal-int +pkg syscall (openbsd-386), const PARMRK ideal-int +pkg syscall (openbsd-386), const PARODD ideal-int +pkg syscall (openbsd-386), const PENDIN ideal-int +pkg syscall (openbsd-386), const PF_FLUSH ideal-int +pkg syscall (openbsd-386), const PRIO_PGRP = 1 +pkg syscall (openbsd-386), const PRIO_PGRP ideal-int +pkg syscall (openbsd-386), const PRIO_PROCESS = 0 +pkg syscall (openbsd-386), const PRIO_PROCESS ideal-int +pkg syscall (openbsd-386), const PRIO_USER = 2 +pkg syscall (openbsd-386), const PRIO_USER ideal-int +pkg syscall (openbsd-386), const PTRACE_CONT ideal-int +pkg syscall (openbsd-386), const PTRACE_KILL ideal-int +pkg syscall (openbsd-386), const PTRACE_TRACEME ideal-int +pkg syscall (openbsd-386), const PT_MASK ideal-int +pkg syscall (openbsd-386), const RLIMIT_CORE ideal-int +pkg syscall (openbsd-386), const RLIMIT_CPU ideal-int +pkg syscall (openbsd-386), const RLIMIT_DATA ideal-int +pkg syscall (openbsd-386), const RLIMIT_FSIZE ideal-int +pkg syscall (openbsd-386), const RLIMIT_NOFILE ideal-int +pkg syscall (openbsd-386), const RLIMIT_STACK ideal-int +pkg syscall (openbsd-386), const RLIM_INFINITY ideal-int +pkg syscall (openbsd-386), const RTAX_AUTHOR ideal-int +pkg syscall (openbsd-386), const RTAX_BRD ideal-int +pkg syscall (openbsd-386), const RTAX_DST ideal-int +pkg syscall (openbsd-386), const RTAX_GATEWAY ideal-int +pkg syscall (openbsd-386), const RTAX_GENMASK ideal-int +pkg syscall (openbsd-386), const RTAX_IFA ideal-int +pkg syscall (openbsd-386), const RTAX_IFP ideal-int +pkg syscall (openbsd-386), const RTAX_LABEL ideal-int +pkg syscall (openbsd-386), const RTAX_MAX ideal-int +pkg syscall (openbsd-386), const RTAX_NETMASK ideal-int +pkg syscall (openbsd-386), const RTAX_SRC ideal-int +pkg syscall (openbsd-386), const RTAX_SRCMASK ideal-int +pkg syscall (openbsd-386), const RTA_AUTHOR ideal-int +pkg syscall (openbsd-386), const RTA_BRD ideal-int +pkg syscall (openbsd-386), const RTA_DST ideal-int +pkg syscall (openbsd-386), const RTA_GATEWAY ideal-int +pkg syscall (openbsd-386), const RTA_GENMASK ideal-int +pkg syscall (openbsd-386), const RTA_IFA ideal-int +pkg syscall (openbsd-386), const RTA_IFP ideal-int +pkg syscall (openbsd-386), const RTA_LABEL ideal-int +pkg syscall (openbsd-386), const RTA_NETMASK ideal-int +pkg syscall (openbsd-386), const RTA_SRC ideal-int +pkg syscall (openbsd-386), const RTA_SRCMASK ideal-int +pkg syscall (openbsd-386), const RTF_ANNOUNCE ideal-int +pkg syscall (openbsd-386), const RTF_BLACKHOLE ideal-int +pkg syscall (openbsd-386), const RTF_CLONED ideal-int +pkg syscall (openbsd-386), const RTF_CLONING ideal-int +pkg syscall (openbsd-386), const RTF_DONE ideal-int +pkg syscall (openbsd-386), const RTF_DYNAMIC ideal-int +pkg syscall (openbsd-386), const RTF_FMASK ideal-int +pkg syscall (openbsd-386), const RTF_GATEWAY ideal-int +pkg syscall (openbsd-386), const RTF_HOST ideal-int +pkg syscall (openbsd-386), const RTF_LLINFO ideal-int +pkg syscall (openbsd-386), const RTF_MASK ideal-int +pkg syscall (openbsd-386), const RTF_MODIFIED ideal-int +pkg syscall (openbsd-386), const RTF_MPATH ideal-int +pkg syscall (openbsd-386), const RTF_MPLS ideal-int +pkg syscall (openbsd-386), const RTF_PERMANENT_ARP ideal-int +pkg syscall (openbsd-386), const RTF_PROTO1 ideal-int +pkg syscall (openbsd-386), const RTF_PROTO2 ideal-int +pkg syscall (openbsd-386), const RTF_PROTO3 ideal-int +pkg syscall (openbsd-386), const RTF_REJECT ideal-int +pkg syscall (openbsd-386), const RTF_SOURCE ideal-int +pkg syscall (openbsd-386), const RTF_STATIC ideal-int +pkg syscall (openbsd-386), const RTF_TUNNEL ideal-int +pkg syscall (openbsd-386), const RTF_UP ideal-int +pkg syscall (openbsd-386), const RTF_USETRAILERS ideal-int +pkg syscall (openbsd-386), const RTF_XRESOLVE ideal-int +pkg syscall (openbsd-386), const RTM_ADD ideal-int +pkg syscall (openbsd-386), const RTM_CHANGE ideal-int +pkg syscall (openbsd-386), const RTM_DELADDR ideal-int +pkg syscall (openbsd-386), const RTM_DELETE ideal-int +pkg syscall (openbsd-386), const RTM_DESYNC ideal-int +pkg syscall (openbsd-386), const RTM_GET ideal-int +pkg syscall (openbsd-386), const RTM_IFANNOUNCE ideal-int +pkg syscall (openbsd-386), const RTM_IFINFO ideal-int +pkg syscall (openbsd-386), const RTM_LOCK ideal-int +pkg syscall (openbsd-386), const RTM_LOSING ideal-int +pkg syscall (openbsd-386), const RTM_MAXSIZE ideal-int +pkg syscall (openbsd-386), const RTM_MISS ideal-int +pkg syscall (openbsd-386), const RTM_NEWADDR ideal-int +pkg syscall (openbsd-386), const RTM_REDIRECT ideal-int +pkg syscall (openbsd-386), const RTM_RESOLVE ideal-int +pkg syscall (openbsd-386), const RTM_RTTUNIT ideal-int +pkg syscall (openbsd-386), const RTM_VERSION ideal-int +pkg syscall (openbsd-386), const RTV_EXPIRE ideal-int +pkg syscall (openbsd-386), const RTV_HOPCOUNT ideal-int +pkg syscall (openbsd-386), const RTV_MTU ideal-int +pkg syscall (openbsd-386), const RTV_RPIPE ideal-int +pkg syscall (openbsd-386), const RTV_RTT ideal-int +pkg syscall (openbsd-386), const RTV_RTTVAR ideal-int +pkg syscall (openbsd-386), const RTV_SPIPE ideal-int +pkg syscall (openbsd-386), const RTV_SSTHRESH ideal-int +pkg syscall (openbsd-386), const RT_TABLEID_MAX ideal-int +pkg syscall (openbsd-386), const RUSAGE_CHILDREN ideal-int +pkg syscall (openbsd-386), const RUSAGE_SELF ideal-int +pkg syscall (openbsd-386), const RUSAGE_THREAD ideal-int +pkg syscall (openbsd-386), const SCM_RIGHTS ideal-int +pkg syscall (openbsd-386), const SCM_TIMESTAMP ideal-int +pkg syscall (openbsd-386), const SIGCHLD Signal +pkg syscall (openbsd-386), const SIGCONT Signal +pkg syscall (openbsd-386), const SIGEMT Signal +pkg syscall (openbsd-386), const SIGINFO Signal +pkg syscall (openbsd-386), const SIGIO Signal +pkg syscall (openbsd-386), const SIGIOT Signal +pkg syscall (openbsd-386), const SIGPROF Signal +pkg syscall (openbsd-386), const SIGSTOP Signal +pkg syscall (openbsd-386), const SIGSYS Signal +pkg syscall (openbsd-386), const SIGTHR Signal +pkg syscall (openbsd-386), const SIGTSTP Signal +pkg syscall (openbsd-386), const SIGTTIN Signal +pkg syscall (openbsd-386), const SIGTTOU Signal +pkg syscall (openbsd-386), const SIGURG Signal +pkg syscall (openbsd-386), const SIGUSR1 Signal +pkg syscall (openbsd-386), const SIGUSR2 Signal +pkg syscall (openbsd-386), const SIGVTALRM Signal +pkg syscall (openbsd-386), const SIGWINCH Signal +pkg syscall (openbsd-386), const SIGXCPU Signal +pkg syscall (openbsd-386), const SIGXFSZ Signal +pkg syscall (openbsd-386), const SIOCADDMULTI ideal-int +pkg syscall (openbsd-386), const SIOCAIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCAIFGROUP ideal-int +pkg syscall (openbsd-386), const SIOCALIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCATMARK ideal-int +pkg syscall (openbsd-386), const SIOCBRDGADD ideal-int +pkg syscall (openbsd-386), const SIOCBRDGADDS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGARL ideal-int +pkg syscall (openbsd-386), const SIOCBRDGDADDR ideal-int +pkg syscall (openbsd-386), const SIOCBRDGDEL ideal-int +pkg syscall (openbsd-386), const SIOCBRDGDELS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGFLUSH ideal-int +pkg syscall (openbsd-386), const SIOCBRDGFRL ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGCACHE ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGFD ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGHT ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGMA ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGPARAM ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGPRI ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGRL ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGSIFS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGGTO ideal-int +pkg syscall (openbsd-386), const SIOCBRDGIFS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGRTS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSADDR ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSCACHE ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSFD ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSHT ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSIFCOST ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSMA ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSPRI ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSPROTO ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSTO ideal-int +pkg syscall (openbsd-386), const SIOCBRDGSTXHC ideal-int +pkg syscall (openbsd-386), const SIOCDELMULTI ideal-int +pkg syscall (openbsd-386), const SIOCDIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCDIFGROUP ideal-int +pkg syscall (openbsd-386), const SIOCDIFPHYADDR ideal-int +pkg syscall (openbsd-386), const SIOCDLIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCGETKALIVE ideal-int +pkg syscall (openbsd-386), const SIOCGETLABEL ideal-int +pkg syscall (openbsd-386), const SIOCGETPFLOW ideal-int +pkg syscall (openbsd-386), const SIOCGETPFSYNC ideal-int +pkg syscall (openbsd-386), const SIOCGETSGCNT ideal-int +pkg syscall (openbsd-386), const SIOCGETVIFCNT ideal-int +pkg syscall (openbsd-386), const SIOCGHIWAT ideal-int +pkg syscall (openbsd-386), const SIOCGIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCGIFASYNCMAP ideal-int +pkg syscall (openbsd-386), const SIOCGIFBRDADDR ideal-int +pkg syscall (openbsd-386), const SIOCGIFCONF ideal-int +pkg syscall (openbsd-386), const SIOCGIFDATA ideal-int +pkg syscall (openbsd-386), const SIOCGIFDESCR ideal-int +pkg syscall (openbsd-386), const SIOCGIFDSTADDR ideal-int +pkg syscall (openbsd-386), const SIOCGIFFLAGS ideal-int +pkg syscall (openbsd-386), const SIOCGIFGATTR ideal-int +pkg syscall (openbsd-386), const SIOCGIFGENERIC ideal-int +pkg syscall (openbsd-386), const SIOCGIFGMEMB ideal-int +pkg syscall (openbsd-386), const SIOCGIFGROUP ideal-int +pkg syscall (openbsd-386), const SIOCGIFMEDIA ideal-int +pkg syscall (openbsd-386), const SIOCGIFMETRIC ideal-int +pkg syscall (openbsd-386), const SIOCGIFMTU ideal-int +pkg syscall (openbsd-386), const SIOCGIFNETMASK ideal-int +pkg syscall (openbsd-386), const SIOCGIFPDSTADDR ideal-int +pkg syscall (openbsd-386), const SIOCGIFPRIORITY ideal-int +pkg syscall (openbsd-386), const SIOCGIFPSRCADDR ideal-int +pkg syscall (openbsd-386), const SIOCGIFRDOMAIN ideal-int +pkg syscall (openbsd-386), const SIOCGIFRTLABEL ideal-int +pkg syscall (openbsd-386), const SIOCGIFTIMESLOT ideal-int +pkg syscall (openbsd-386), const SIOCGIFXFLAGS ideal-int +pkg syscall (openbsd-386), const SIOCGLIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCGLIFPHYADDR ideal-int +pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE ideal-int +pkg syscall (openbsd-386), const SIOCGLOWAT ideal-int +pkg syscall (openbsd-386), const SIOCGPGRP ideal-int +pkg syscall (openbsd-386), const SIOCGVH ideal-int +pkg syscall (openbsd-386), const SIOCIFCREATE ideal-int +pkg syscall (openbsd-386), const SIOCIFDESTROY ideal-int +pkg syscall (openbsd-386), const SIOCIFGCLONERS ideal-int +pkg syscall (openbsd-386), const SIOCSETKALIVE ideal-int +pkg syscall (openbsd-386), const SIOCSETLABEL ideal-int +pkg syscall (openbsd-386), const SIOCSETPFLOW ideal-int +pkg syscall (openbsd-386), const SIOCSETPFSYNC ideal-int +pkg syscall (openbsd-386), const SIOCSHIWAT ideal-int +pkg syscall (openbsd-386), const SIOCSIFADDR ideal-int +pkg syscall (openbsd-386), const SIOCSIFASYNCMAP ideal-int +pkg syscall (openbsd-386), const SIOCSIFBRDADDR ideal-int +pkg syscall (openbsd-386), const SIOCSIFDESCR ideal-int +pkg syscall (openbsd-386), const SIOCSIFDSTADDR ideal-int +pkg syscall (openbsd-386), const SIOCSIFFLAGS ideal-int +pkg syscall (openbsd-386), const SIOCSIFGATTR ideal-int +pkg syscall (openbsd-386), const SIOCSIFGENERIC ideal-int +pkg syscall (openbsd-386), const SIOCSIFLLADDR ideal-int +pkg syscall (openbsd-386), const SIOCSIFMEDIA ideal-int +pkg syscall (openbsd-386), const SIOCSIFMETRIC ideal-int +pkg syscall (openbsd-386), const SIOCSIFMTU ideal-int +pkg syscall (openbsd-386), const SIOCSIFNETMASK ideal-int +pkg syscall (openbsd-386), const SIOCSIFPHYADDR ideal-int +pkg syscall (openbsd-386), const SIOCSIFPRIORITY ideal-int +pkg syscall (openbsd-386), const SIOCSIFRDOMAIN ideal-int +pkg syscall (openbsd-386), const SIOCSIFRTLABEL ideal-int +pkg syscall (openbsd-386), const SIOCSIFTIMESLOT ideal-int +pkg syscall (openbsd-386), const SIOCSIFXFLAGS ideal-int +pkg syscall (openbsd-386), const SIOCSLIFPHYADDR ideal-int +pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE ideal-int +pkg syscall (openbsd-386), const SIOCSLOWAT ideal-int +pkg syscall (openbsd-386), const SIOCSPGRP ideal-int +pkg syscall (openbsd-386), const SIOCSVH ideal-int +pkg syscall (openbsd-386), const SOCK_RDM ideal-int +pkg syscall (openbsd-386), const SO_ACCEPTCONN ideal-int +pkg syscall (openbsd-386), const SO_BINDANY ideal-int +pkg syscall (openbsd-386), const SO_DEBUG ideal-int +pkg syscall (openbsd-386), const SO_ERROR ideal-int +pkg syscall (openbsd-386), const SO_NETPROC ideal-int +pkg syscall (openbsd-386), const SO_OOBINLINE ideal-int +pkg syscall (openbsd-386), const SO_PEERCRED ideal-int +pkg syscall (openbsd-386), const SO_RCVLOWAT ideal-int +pkg syscall (openbsd-386), const SO_RCVTIMEO ideal-int +pkg syscall (openbsd-386), const SO_REUSEPORT ideal-int +pkg syscall (openbsd-386), const SO_RTABLE ideal-int +pkg syscall (openbsd-386), const SO_SNDLOWAT ideal-int +pkg syscall (openbsd-386), const SO_SNDTIMEO ideal-int +pkg syscall (openbsd-386), const SO_SPLICE ideal-int +pkg syscall (openbsd-386), const SO_TIMESTAMP ideal-int +pkg syscall (openbsd-386), const SO_TYPE ideal-int +pkg syscall (openbsd-386), const SO_USELOOPBACK ideal-int +pkg syscall (openbsd-386), const SYS_ACCEPT ideal-int +pkg syscall (openbsd-386), const SYS_ACCESS ideal-int +pkg syscall (openbsd-386), const SYS_ACCT ideal-int +pkg syscall (openbsd-386), const SYS_ADJFREQ ideal-int +pkg syscall (openbsd-386), const SYS_ADJTIME ideal-int +pkg syscall (openbsd-386), const SYS_BIND ideal-int +pkg syscall (openbsd-386), const SYS_CHDIR ideal-int +pkg syscall (openbsd-386), const SYS_CHFLAGS ideal-int +pkg syscall (openbsd-386), const SYS_CHMOD ideal-int +pkg syscall (openbsd-386), const SYS_CHOWN ideal-int +pkg syscall (openbsd-386), const SYS_CHROOT ideal-int +pkg syscall (openbsd-386), const SYS_CLOCK_GETRES ideal-int +pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (openbsd-386), const SYS_CLOSE ideal-int +pkg syscall (openbsd-386), const SYS_CLOSEFROM ideal-int +pkg syscall (openbsd-386), const SYS_CONNECT ideal-int +pkg syscall (openbsd-386), const SYS_DUP ideal-int +pkg syscall (openbsd-386), const SYS_DUP2 ideal-int +pkg syscall (openbsd-386), const SYS_EXECVE ideal-int +pkg syscall (openbsd-386), const SYS_EXIT ideal-int +pkg syscall (openbsd-386), const SYS_FACCESSAT ideal-int +pkg syscall (openbsd-386), const SYS_FCHDIR ideal-int +pkg syscall (openbsd-386), const SYS_FCHFLAGS ideal-int +pkg syscall (openbsd-386), const SYS_FCHMOD ideal-int +pkg syscall (openbsd-386), const SYS_FCHMODAT ideal-int +pkg syscall (openbsd-386), const SYS_FCHOWN ideal-int +pkg syscall (openbsd-386), const SYS_FCHOWNAT ideal-int +pkg syscall (openbsd-386), const SYS_FCNTL ideal-int +pkg syscall (openbsd-386), const SYS_FHOPEN ideal-int +pkg syscall (openbsd-386), const SYS_FHSTAT ideal-int +pkg syscall (openbsd-386), const SYS_FHSTATFS ideal-int +pkg syscall (openbsd-386), const SYS_FLOCK ideal-int +pkg syscall (openbsd-386), const SYS_FORK ideal-int +pkg syscall (openbsd-386), const SYS_FPATHCONF ideal-int +pkg syscall (openbsd-386), const SYS_FSTAT ideal-int +pkg syscall (openbsd-386), const SYS_FSTATAT ideal-int +pkg syscall (openbsd-386), const SYS_FSTATFS ideal-int +pkg syscall (openbsd-386), const SYS_FSYNC ideal-int +pkg syscall (openbsd-386), const SYS_FTRUNCATE ideal-int +pkg syscall (openbsd-386), const SYS_FUTIMENS ideal-int +pkg syscall (openbsd-386), const SYS_FUTIMES ideal-int +pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT ideal-int +pkg syscall (openbsd-386), const SYS_GETEGID ideal-int +pkg syscall (openbsd-386), const SYS_GETEUID ideal-int +pkg syscall (openbsd-386), const SYS_GETFH ideal-int +pkg syscall (openbsd-386), const SYS_GETFSSTAT ideal-int +pkg syscall (openbsd-386), const SYS_GETGID ideal-int +pkg syscall (openbsd-386), const SYS_GETGROUPS ideal-int +pkg syscall (openbsd-386), const SYS_GETITIMER ideal-int +pkg syscall (openbsd-386), const SYS_GETLOGIN ideal-int +pkg syscall (openbsd-386), const SYS_GETPEERNAME ideal-int +pkg syscall (openbsd-386), const SYS_GETPGID ideal-int +pkg syscall (openbsd-386), const SYS_GETPGRP ideal-int +pkg syscall (openbsd-386), const SYS_GETPID ideal-int +pkg syscall (openbsd-386), const SYS_GETPPID ideal-int +pkg syscall (openbsd-386), const SYS_GETPRIORITY ideal-int +pkg syscall (openbsd-386), const SYS_GETRESGID ideal-int +pkg syscall (openbsd-386), const SYS_GETRESUID ideal-int +pkg syscall (openbsd-386), const SYS_GETRLIMIT ideal-int +pkg syscall (openbsd-386), const SYS_GETRTABLE ideal-int +pkg syscall (openbsd-386), const SYS_GETRUSAGE ideal-int +pkg syscall (openbsd-386), const SYS_GETSID ideal-int +pkg syscall (openbsd-386), const SYS_GETSOCKNAME ideal-int +pkg syscall (openbsd-386), const SYS_GETSOCKOPT ideal-int +pkg syscall (openbsd-386), const SYS_GETTHRID ideal-int +pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (openbsd-386), const SYS_GETUID ideal-int +pkg syscall (openbsd-386), const SYS_IOCTL ideal-int +pkg syscall (openbsd-386), const SYS_ISSETUGID ideal-int +pkg syscall (openbsd-386), const SYS_KEVENT ideal-int +pkg syscall (openbsd-386), const SYS_KILL ideal-int +pkg syscall (openbsd-386), const SYS_KQUEUE ideal-int +pkg syscall (openbsd-386), const SYS_KTRACE ideal-int +pkg syscall (openbsd-386), const SYS_LCHOWN ideal-int +pkg syscall (openbsd-386), const SYS_LINK ideal-int +pkg syscall (openbsd-386), const SYS_LINKAT ideal-int +pkg syscall (openbsd-386), const SYS_LISTEN ideal-int +pkg syscall (openbsd-386), const SYS_LSEEK ideal-int +pkg syscall (openbsd-386), const SYS_LSTAT ideal-int +pkg syscall (openbsd-386), const SYS_MADVISE ideal-int +pkg syscall (openbsd-386), const SYS_MINCORE ideal-int +pkg syscall (openbsd-386), const SYS_MINHERIT ideal-int +pkg syscall (openbsd-386), const SYS_MKDIR ideal-int +pkg syscall (openbsd-386), const SYS_MKDIRAT ideal-int +pkg syscall (openbsd-386), const SYS_MKFIFO ideal-int +pkg syscall (openbsd-386), const SYS_MKFIFOAT ideal-int +pkg syscall (openbsd-386), const SYS_MKNOD ideal-int +pkg syscall (openbsd-386), const SYS_MKNODAT ideal-int +pkg syscall (openbsd-386), const SYS_MLOCK ideal-int +pkg syscall (openbsd-386), const SYS_MLOCKALL ideal-int +pkg syscall (openbsd-386), const SYS_MMAP ideal-int +pkg syscall (openbsd-386), const SYS_MOUNT ideal-int +pkg syscall (openbsd-386), const SYS_MPROTECT ideal-int +pkg syscall (openbsd-386), const SYS_MQUERY ideal-int +pkg syscall (openbsd-386), const SYS_MSGCTL ideal-int +pkg syscall (openbsd-386), const SYS_MSGGET ideal-int +pkg syscall (openbsd-386), const SYS_MSGRCV ideal-int +pkg syscall (openbsd-386), const SYS_MSGSND ideal-int +pkg syscall (openbsd-386), const SYS_MSYNC ideal-int +pkg syscall (openbsd-386), const SYS_MUNLOCK ideal-int +pkg syscall (openbsd-386), const SYS_MUNLOCKALL ideal-int +pkg syscall (openbsd-386), const SYS_MUNMAP ideal-int +pkg syscall (openbsd-386), const SYS_NANOSLEEP ideal-int +pkg syscall (openbsd-386), const SYS_NFSSVC ideal-int +pkg syscall (openbsd-386), const SYS_OBREAK ideal-int +pkg syscall (openbsd-386), const SYS_OPEN ideal-int +pkg syscall (openbsd-386), const SYS_OPENAT ideal-int +pkg syscall (openbsd-386), const SYS_PATHCONF ideal-int +pkg syscall (openbsd-386), const SYS_PIPE ideal-int +pkg syscall (openbsd-386), const SYS_POLL ideal-int +pkg syscall (openbsd-386), const SYS_PREAD ideal-int +pkg syscall (openbsd-386), const SYS_PREADV ideal-int +pkg syscall (openbsd-386), const SYS_PROFIL ideal-int +pkg syscall (openbsd-386), const SYS_PTRACE ideal-int +pkg syscall (openbsd-386), const SYS_PWRITE ideal-int +pkg syscall (openbsd-386), const SYS_PWRITEV ideal-int +pkg syscall (openbsd-386), const SYS_QUOTACTL ideal-int +pkg syscall (openbsd-386), const SYS_READ ideal-int +pkg syscall (openbsd-386), const SYS_READLINK ideal-int +pkg syscall (openbsd-386), const SYS_READLINKAT ideal-int +pkg syscall (openbsd-386), const SYS_READV ideal-int +pkg syscall (openbsd-386), const SYS_REBOOT ideal-int +pkg syscall (openbsd-386), const SYS_RECVFROM ideal-int +pkg syscall (openbsd-386), const SYS_RECVMSG ideal-int +pkg syscall (openbsd-386), const SYS_RENAME ideal-int +pkg syscall (openbsd-386), const SYS_RENAMEAT ideal-int +pkg syscall (openbsd-386), const SYS_REVOKE ideal-int +pkg syscall (openbsd-386), const SYS_RMDIR ideal-int +pkg syscall (openbsd-386), const SYS_SCHED_YIELD ideal-int +pkg syscall (openbsd-386), const SYS_SELECT ideal-int +pkg syscall (openbsd-386), const SYS_SEMGET ideal-int +pkg syscall (openbsd-386), const SYS_SEMOP ideal-int +pkg syscall (openbsd-386), const SYS_SENDMSG ideal-int +pkg syscall (openbsd-386), const SYS_SENDTO ideal-int +pkg syscall (openbsd-386), const SYS_SETEGID ideal-int +pkg syscall (openbsd-386), const SYS_SETEUID ideal-int +pkg syscall (openbsd-386), const SYS_SETGID ideal-int +pkg syscall (openbsd-386), const SYS_SETGROUPS ideal-int +pkg syscall (openbsd-386), const SYS_SETITIMER ideal-int +pkg syscall (openbsd-386), const SYS_SETLOGIN ideal-int +pkg syscall (openbsd-386), const SYS_SETPGID ideal-int +pkg syscall (openbsd-386), const SYS_SETPRIORITY ideal-int +pkg syscall (openbsd-386), const SYS_SETREGID ideal-int +pkg syscall (openbsd-386), const SYS_SETRESGID ideal-int +pkg syscall (openbsd-386), const SYS_SETRESUID ideal-int +pkg syscall (openbsd-386), const SYS_SETREUID ideal-int +pkg syscall (openbsd-386), const SYS_SETRLIMIT ideal-int +pkg syscall (openbsd-386), const SYS_SETRTABLE ideal-int +pkg syscall (openbsd-386), const SYS_SETSID ideal-int +pkg syscall (openbsd-386), const SYS_SETSOCKOPT ideal-int +pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (openbsd-386), const SYS_SETUID ideal-int +pkg syscall (openbsd-386), const SYS_SHMAT ideal-int +pkg syscall (openbsd-386), const SYS_SHMCTL ideal-int +pkg syscall (openbsd-386), const SYS_SHMDT ideal-int +pkg syscall (openbsd-386), const SYS_SHMGET ideal-int +pkg syscall (openbsd-386), const SYS_SHUTDOWN ideal-int +pkg syscall (openbsd-386), const SYS_SIGACTION ideal-int +pkg syscall (openbsd-386), const SYS_SIGALTSTACK ideal-int +pkg syscall (openbsd-386), const SYS_SIGPENDING ideal-int +pkg syscall (openbsd-386), const SYS_SIGPROCMASK ideal-int +pkg syscall (openbsd-386), const SYS_SIGRETURN ideal-int +pkg syscall (openbsd-386), const SYS_SIGSUSPEND ideal-int +pkg syscall (openbsd-386), const SYS_SOCKET ideal-int +pkg syscall (openbsd-386), const SYS_SOCKETPAIR ideal-int +pkg syscall (openbsd-386), const SYS_STAT ideal-int +pkg syscall (openbsd-386), const SYS_STATFS ideal-int +pkg syscall (openbsd-386), const SYS_SWAPCTL ideal-int +pkg syscall (openbsd-386), const SYS_SYMLINK ideal-int +pkg syscall (openbsd-386), const SYS_SYMLINKAT ideal-int +pkg syscall (openbsd-386), const SYS_SYNC ideal-int +pkg syscall (openbsd-386), const SYS_SYSARCH ideal-int +pkg syscall (openbsd-386), const SYS_TRUNCATE ideal-int +pkg syscall (openbsd-386), const SYS_UMASK ideal-int +pkg syscall (openbsd-386), const SYS_UNLINK ideal-int +pkg syscall (openbsd-386), const SYS_UNLINKAT ideal-int +pkg syscall (openbsd-386), const SYS_UNMOUNT ideal-int +pkg syscall (openbsd-386), const SYS_UTIMENSAT ideal-int +pkg syscall (openbsd-386), const SYS_UTIMES ideal-int +pkg syscall (openbsd-386), const SYS_VFORK ideal-int +pkg syscall (openbsd-386), const SYS_WAIT4 ideal-int +pkg syscall (openbsd-386), const SYS_WRITE ideal-int +pkg syscall (openbsd-386), const SYS_WRITEV ideal-int +pkg syscall (openbsd-386), const SYS___GETCWD ideal-int +pkg syscall (openbsd-386), const SYS___GET_TCB ideal-int +pkg syscall (openbsd-386), const SYS___SEMCTL ideal-int +pkg syscall (openbsd-386), const SYS___SET_TCB ideal-int +pkg syscall (openbsd-386), const SYS___SYSCTL ideal-int +pkg syscall (openbsd-386), const SYS___TFORK ideal-int +pkg syscall (openbsd-386), const SYS___THREXIT ideal-int +pkg syscall (openbsd-386), const SYS___THRSIGDIVERT ideal-int +pkg syscall (openbsd-386), const SYS___THRSLEEP ideal-int +pkg syscall (openbsd-386), const SYS___THRWAKEUP ideal-int +pkg syscall (openbsd-386), const SizeofBpfHdr ideal-int +pkg syscall (openbsd-386), const SizeofBpfInsn ideal-int +pkg syscall (openbsd-386), const SizeofBpfProgram ideal-int +pkg syscall (openbsd-386), const SizeofBpfStat ideal-int +pkg syscall (openbsd-386), const SizeofBpfVersion ideal-int +pkg syscall (openbsd-386), const SizeofCmsghdr ideal-int +pkg syscall (openbsd-386), const SizeofICMPv6Filter = 32 +pkg syscall (openbsd-386), const SizeofICMPv6Filter ideal-int +pkg syscall (openbsd-386), const SizeofIPMreq ideal-int +pkg syscall (openbsd-386), const SizeofIPv6MTUInfo = 32 +pkg syscall (openbsd-386), const SizeofIPv6MTUInfo ideal-int +pkg syscall (openbsd-386), const SizeofIPv6Mreq ideal-int +pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (openbsd-386), const SizeofIfData ideal-int +pkg syscall (openbsd-386), const SizeofIfMsghdr ideal-int +pkg syscall (openbsd-386), const SizeofIfaMsghdr ideal-int +pkg syscall (openbsd-386), const SizeofInet6Pktinfo ideal-int +pkg syscall (openbsd-386), const SizeofLinger ideal-int +pkg syscall (openbsd-386), const SizeofMsghdr ideal-int +pkg syscall (openbsd-386), const SizeofRtMetrics ideal-int +pkg syscall (openbsd-386), const SizeofRtMsghdr ideal-int +pkg syscall (openbsd-386), const SizeofSockaddrAny ideal-int +pkg syscall (openbsd-386), const SizeofSockaddrDatalink ideal-int +pkg syscall (openbsd-386), const SizeofSockaddrInet4 ideal-int +pkg syscall (openbsd-386), const SizeofSockaddrInet6 ideal-int +pkg syscall (openbsd-386), const SizeofSockaddrUnix ideal-int +pkg syscall (openbsd-386), const TCIFLUSH ideal-int +pkg syscall (openbsd-386), const TCIOFLUSH ideal-int +pkg syscall (openbsd-386), const TCOFLUSH ideal-int +pkg syscall (openbsd-386), const TCP_MAXBURST ideal-int +pkg syscall (openbsd-386), const TCP_MAXSEG ideal-int +pkg syscall (openbsd-386), const TCP_MAXWIN ideal-int +pkg syscall (openbsd-386), const TCP_MAX_SACK ideal-int +pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (openbsd-386), const TCP_MD5SIG ideal-int +pkg syscall (openbsd-386), const TCP_MSS ideal-int +pkg syscall (openbsd-386), const TCP_NSTATES ideal-int +pkg syscall (openbsd-386), const TCP_SACK_ENABLE ideal-int +pkg syscall (openbsd-386), const TCSAFLUSH ideal-int +pkg syscall (openbsd-386), const TIOCCBRK ideal-int +pkg syscall (openbsd-386), const TIOCCDTR ideal-int +pkg syscall (openbsd-386), const TIOCCONS ideal-int +pkg syscall (openbsd-386), const TIOCDRAIN ideal-int +pkg syscall (openbsd-386), const TIOCEXCL ideal-int +pkg syscall (openbsd-386), const TIOCEXT ideal-int +pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (openbsd-386), const TIOCFLAG_PPS ideal-int +pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (openbsd-386), const TIOCFLUSH ideal-int +pkg syscall (openbsd-386), const TIOCGETA ideal-int +pkg syscall (openbsd-386), const TIOCGETD ideal-int +pkg syscall (openbsd-386), const TIOCGFLAGS ideal-int +pkg syscall (openbsd-386), const TIOCGPGRP ideal-int +pkg syscall (openbsd-386), const TIOCGTSTAMP ideal-int +pkg syscall (openbsd-386), const TIOCGWINSZ ideal-int +pkg syscall (openbsd-386), const TIOCMBIC ideal-int +pkg syscall (openbsd-386), const TIOCMBIS ideal-int +pkg syscall (openbsd-386), const TIOCMGET ideal-int +pkg syscall (openbsd-386), const TIOCMODG ideal-int +pkg syscall (openbsd-386), const TIOCMODS ideal-int +pkg syscall (openbsd-386), const TIOCMSET ideal-int +pkg syscall (openbsd-386), const TIOCM_CAR ideal-int +pkg syscall (openbsd-386), const TIOCM_CD ideal-int +pkg syscall (openbsd-386), const TIOCM_CTS ideal-int +pkg syscall (openbsd-386), const TIOCM_DSR ideal-int +pkg syscall (openbsd-386), const TIOCM_DTR ideal-int +pkg syscall (openbsd-386), const TIOCM_LE ideal-int +pkg syscall (openbsd-386), const TIOCM_RI ideal-int +pkg syscall (openbsd-386), const TIOCM_RNG ideal-int +pkg syscall (openbsd-386), const TIOCM_RTS ideal-int +pkg syscall (openbsd-386), const TIOCM_SR ideal-int +pkg syscall (openbsd-386), const TIOCM_ST ideal-int +pkg syscall (openbsd-386), const TIOCNOTTY ideal-int +pkg syscall (openbsd-386), const TIOCNXCL ideal-int +pkg syscall (openbsd-386), const TIOCOUTQ ideal-int +pkg syscall (openbsd-386), const TIOCPKT ideal-int +pkg syscall (openbsd-386), const TIOCPKT_DATA ideal-int +pkg syscall (openbsd-386), const TIOCPKT_DOSTOP ideal-int +pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (openbsd-386), const TIOCPKT_IOCTL ideal-int +pkg syscall (openbsd-386), const TIOCPKT_NOSTOP ideal-int +pkg syscall (openbsd-386), const TIOCPKT_START ideal-int +pkg syscall (openbsd-386), const TIOCPKT_STOP ideal-int +pkg syscall (openbsd-386), const TIOCREMOTE ideal-int +pkg syscall (openbsd-386), const TIOCSBRK ideal-int +pkg syscall (openbsd-386), const TIOCSCTTY ideal-int +pkg syscall (openbsd-386), const TIOCSDTR ideal-int +pkg syscall (openbsd-386), const TIOCSETA ideal-int +pkg syscall (openbsd-386), const TIOCSETAF ideal-int +pkg syscall (openbsd-386), const TIOCSETAW ideal-int +pkg syscall (openbsd-386), const TIOCSETD ideal-int +pkg syscall (openbsd-386), const TIOCSFLAGS ideal-int +pkg syscall (openbsd-386), const TIOCSIG ideal-int +pkg syscall (openbsd-386), const TIOCSPGRP ideal-int +pkg syscall (openbsd-386), const TIOCSTART ideal-int +pkg syscall (openbsd-386), const TIOCSTAT ideal-int +pkg syscall (openbsd-386), const TIOCSTI ideal-int +pkg syscall (openbsd-386), const TIOCSTOP ideal-int +pkg syscall (openbsd-386), const TIOCSTSTAMP ideal-int +pkg syscall (openbsd-386), const TIOCSWINSZ ideal-int +pkg syscall (openbsd-386), const TIOCUCNTL ideal-int +pkg syscall (openbsd-386), const TOSTOP ideal-int +pkg syscall (openbsd-386), const VDISCARD ideal-int +pkg syscall (openbsd-386), const VDSUSP ideal-int +pkg syscall (openbsd-386), const VEOF ideal-int +pkg syscall (openbsd-386), const VEOL ideal-int +pkg syscall (openbsd-386), const VEOL2 ideal-int +pkg syscall (openbsd-386), const VERASE ideal-int +pkg syscall (openbsd-386), const VINTR ideal-int +pkg syscall (openbsd-386), const VKILL ideal-int +pkg syscall (openbsd-386), const VLNEXT ideal-int +pkg syscall (openbsd-386), const VMIN ideal-int +pkg syscall (openbsd-386), const VQUIT ideal-int +pkg syscall (openbsd-386), const VREPRINT ideal-int +pkg syscall (openbsd-386), const VSTART ideal-int +pkg syscall (openbsd-386), const VSTATUS ideal-int +pkg syscall (openbsd-386), const VSTOP ideal-int +pkg syscall (openbsd-386), const VSUSP ideal-int +pkg syscall (openbsd-386), const VTIME ideal-int +pkg syscall (openbsd-386), const VWERASE ideal-int +pkg syscall (openbsd-386), const WALTSIG ideal-int +pkg syscall (openbsd-386), const WCONTINUED ideal-int +pkg syscall (openbsd-386), const WCOREFLAG ideal-int +pkg syscall (openbsd-386), const WNOHANG ideal-int +pkg syscall (openbsd-386), const WSTOPPED ideal-int +pkg syscall (openbsd-386), const WUNTRACED ideal-int +pkg syscall (openbsd-386), func Accept(int) (int, Sockaddr, error) +pkg syscall (openbsd-386), func Access(string, uint32) error +pkg syscall (openbsd-386), func Adjtime(*Timeval, *Timeval) error +pkg syscall (openbsd-386), func Bind(int, Sockaddr) error +pkg syscall (openbsd-386), func BpfBuflen(int) (int, error) +pkg syscall (openbsd-386), func BpfDatalink(int) (int, error) +pkg syscall (openbsd-386), func BpfHeadercmpl(int) (int, error) +pkg syscall (openbsd-386), func BpfInterface(int, string) (string, error) +pkg syscall (openbsd-386), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (openbsd-386), func BpfStats(int) (*BpfStat, error) +pkg syscall (openbsd-386), func BpfStmt(int, int) *BpfInsn +pkg syscall (openbsd-386), func BpfTimeout(int) (*Timeval, error) +pkg syscall (openbsd-386), func CheckBpfVersion(int) error +pkg syscall (openbsd-386), func Chflags(string, int) error +pkg syscall (openbsd-386), func Chroot(string) error +pkg syscall (openbsd-386), func Close(int) error +pkg syscall (openbsd-386), func CloseOnExec(int) +pkg syscall (openbsd-386), func CmsgLen(int) int +pkg syscall (openbsd-386), func CmsgSpace(int) int +pkg syscall (openbsd-386), func Connect(int, Sockaddr) error +pkg syscall (openbsd-386), func Dup(int) (int, error) +pkg syscall (openbsd-386), func Dup2(int, int) error +pkg syscall (openbsd-386), func Fchdir(int) error +pkg syscall (openbsd-386), func Fchflags(int, int) error +pkg syscall (openbsd-386), func Fchmod(int, uint32) error +pkg syscall (openbsd-386), func Fchown(int, int, int) error +pkg syscall (openbsd-386), func Flock(int, int) error +pkg syscall (openbsd-386), func FlushBpf(int) error +pkg syscall (openbsd-386), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (openbsd-386), func Fpathconf(int, int) (int, error) +pkg syscall (openbsd-386), func Fstat(int, *Stat_t) error +pkg syscall (openbsd-386), func Fstatfs(int, *Statfs_t) error +pkg syscall (openbsd-386), func Fsync(int) error +pkg syscall (openbsd-386), func Ftruncate(int, int64) error +pkg syscall (openbsd-386), func Futimes(int, []Timeval) error +pkg syscall (openbsd-386), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (openbsd-386), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (openbsd-386), func Getpeername(int) (Sockaddr, error) +pkg syscall (openbsd-386), func Getpgid(int) (int, error) +pkg syscall (openbsd-386), func Getpgrp() int +pkg syscall (openbsd-386), func Getpriority(int, int) (int, error) +pkg syscall (openbsd-386), func Getrlimit(int, *Rlimit) error +pkg syscall (openbsd-386), func Getrusage(int, *Rusage) error +pkg syscall (openbsd-386), func Getsid(int) (int, error) +pkg syscall (openbsd-386), func Getsockname(int) (Sockaddr, error) +pkg syscall (openbsd-386), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (openbsd-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (openbsd-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (openbsd-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (openbsd-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (openbsd-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (openbsd-386), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (openbsd-386), func Issetugid() bool +pkg syscall (openbsd-386), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (openbsd-386), func Kill(int, Signal) error +pkg syscall (openbsd-386), func Kqueue() (int, error) +pkg syscall (openbsd-386), func Listen(int, int) error +pkg syscall (openbsd-386), func Lstat(string, *Stat_t) error +pkg syscall (openbsd-386), func Mkfifo(string, uint32) error +pkg syscall (openbsd-386), func Mknod(string, uint32, int) error +pkg syscall (openbsd-386), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (openbsd-386), func Munmap([]uint8) error +pkg syscall (openbsd-386), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (openbsd-386), func Open(string, int, uint32) (int, error) +pkg syscall (openbsd-386), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (openbsd-386), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (openbsd-386), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (openbsd-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (openbsd-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (openbsd-386), func Pathconf(string, int) (int, error) +pkg syscall (openbsd-386), func Pipe([]int) error +pkg syscall (openbsd-386), func Pread(int, []uint8, int64) (int, error) +pkg syscall (openbsd-386), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (openbsd-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386), func Read(int, []uint8) (int, error) +pkg syscall (openbsd-386), func ReadDirent(int, []uint8) (int, error) +pkg syscall (openbsd-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (openbsd-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (openbsd-386), func Revoke(string) error +pkg syscall (openbsd-386), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (openbsd-386), func Seek(int, int64, int) (int64, error) +pkg syscall (openbsd-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (openbsd-386), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (openbsd-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (openbsd-386), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (openbsd-386), func SetBpf(int, []BpfInsn) error +pkg syscall (openbsd-386), func SetBpfBuflen(int, int) (int, error) +pkg syscall (openbsd-386), func SetBpfDatalink(int, int) (int, error) +pkg syscall (openbsd-386), func SetBpfHeadercmpl(int, int) error +pkg syscall (openbsd-386), func SetBpfImmediate(int, int) error +pkg syscall (openbsd-386), func SetBpfInterface(int, string) error +pkg syscall (openbsd-386), func SetBpfPromisc(int, int) error +pkg syscall (openbsd-386), func SetBpfTimeout(int, *Timeval) error +pkg syscall (openbsd-386), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (openbsd-386), func SetNonblock(int, bool) error +pkg syscall (openbsd-386), func Setegid(int) error +pkg syscall (openbsd-386), func Seteuid(int) error +pkg syscall (openbsd-386), func Setgid(int) error +pkg syscall (openbsd-386), func Setgroups([]int) error +pkg syscall (openbsd-386), func Setlogin(string) error +pkg syscall (openbsd-386), func Setpgid(int, int) error +pkg syscall (openbsd-386), func Setpriority(int, int, int) error +pkg syscall (openbsd-386), func Setregid(int, int) error +pkg syscall (openbsd-386), func Setreuid(int, int) error +pkg syscall (openbsd-386), func Setrlimit(int, *Rlimit) error +pkg syscall (openbsd-386), func Setsid() (int, error) +pkg syscall (openbsd-386), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (openbsd-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (openbsd-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (openbsd-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (openbsd-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (openbsd-386), func SetsockoptInt(int, int, int, int) error +pkg syscall (openbsd-386), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (openbsd-386), func SetsockoptString(int, int, int, string) error +pkg syscall (openbsd-386), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (openbsd-386), func Settimeofday(*Timeval) error +pkg syscall (openbsd-386), func Setuid(int) error +pkg syscall (openbsd-386), func Shutdown(int, int) error +pkg syscall (openbsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (openbsd-386), func Socket(int, int, int) (int, error) +pkg syscall (openbsd-386), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (openbsd-386), func Stat(string, *Stat_t) error +pkg syscall (openbsd-386), func Statfs(string, *Statfs_t) error +pkg syscall (openbsd-386), func StringSlicePtr([]string) []*uint8 +pkg syscall (openbsd-386), func Sync() error +pkg syscall (openbsd-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386), func Sysctl(string) (string, error) +pkg syscall (openbsd-386), func SysctlUint32(string) (uint32, error) +pkg syscall (openbsd-386), func TimevalToNsec(Timeval) int64 +pkg syscall (openbsd-386), func Truncate(string, int64) error +pkg syscall (openbsd-386), func Umask(int) int +pkg syscall (openbsd-386), func UnixRights(...int) []uint8 +pkg syscall (openbsd-386), func Unmount(string, int) error +pkg syscall (openbsd-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (openbsd-386), func Write(int, []uint8) (int, error) +pkg syscall (openbsd-386), method (*Cmsghdr) SetLen(int) +pkg syscall (openbsd-386), method (*Iovec) SetLen(int) +pkg syscall (openbsd-386), method (*Msghdr) SetControllen(int) +pkg syscall (openbsd-386), type BpfHdr struct +pkg syscall (openbsd-386), type BpfHdr struct, Caplen uint32 +pkg syscall (openbsd-386), type BpfHdr struct, Datalen uint32 +pkg syscall (openbsd-386), type BpfHdr struct, Hdrlen uint16 +pkg syscall (openbsd-386), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (openbsd-386), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (openbsd-386), type BpfInsn struct +pkg syscall (openbsd-386), type BpfInsn struct, Code uint16 +pkg syscall (openbsd-386), type BpfInsn struct, Jf uint8 +pkg syscall (openbsd-386), type BpfInsn struct, Jt uint8 +pkg syscall (openbsd-386), type BpfInsn struct, K uint32 +pkg syscall (openbsd-386), type BpfProgram struct +pkg syscall (openbsd-386), type BpfProgram struct, Insns *BpfInsn +pkg syscall (openbsd-386), type BpfProgram struct, Len uint32 +pkg syscall (openbsd-386), type BpfStat struct +pkg syscall (openbsd-386), type BpfStat struct, Drop uint32 +pkg syscall (openbsd-386), type BpfStat struct, Recv uint32 +pkg syscall (openbsd-386), type BpfTimeval struct +pkg syscall (openbsd-386), type BpfTimeval struct, Sec uint32 +pkg syscall (openbsd-386), type BpfTimeval struct, Usec uint32 +pkg syscall (openbsd-386), type BpfVersion struct +pkg syscall (openbsd-386), type BpfVersion struct, Major uint16 +pkg syscall (openbsd-386), type BpfVersion struct, Minor uint16 +pkg syscall (openbsd-386), type Cmsghdr struct +pkg syscall (openbsd-386), type Cmsghdr struct, Len uint32 +pkg syscall (openbsd-386), type Cmsghdr struct, Level int32 +pkg syscall (openbsd-386), type Cmsghdr struct, Type int32 +pkg syscall (openbsd-386), type Credential struct +pkg syscall (openbsd-386), type Credential struct, Gid uint32 +pkg syscall (openbsd-386), type Credential struct, Groups []uint32 +pkg syscall (openbsd-386), type Credential struct, Uid uint32 +pkg syscall (openbsd-386), type Dirent struct +pkg syscall (openbsd-386), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-386), type Dirent struct, Name [256]int8 +pkg syscall (openbsd-386), type Dirent struct, Namlen uint8 +pkg syscall (openbsd-386), type Dirent struct, Reclen uint16 +pkg syscall (openbsd-386), type Dirent struct, Type uint8 +pkg syscall (openbsd-386), type FdSet struct +pkg syscall (openbsd-386), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-386), type Flock_t struct +pkg syscall (openbsd-386), type Flock_t struct, Len int64 +pkg syscall (openbsd-386), type Flock_t struct, Pid int32 +pkg syscall (openbsd-386), type Flock_t struct, Start int64 +pkg syscall (openbsd-386), type Flock_t struct, Type int16 +pkg syscall (openbsd-386), type Flock_t struct, Whence int16 +pkg syscall (openbsd-386), type Fsid struct +pkg syscall (openbsd-386), type Fsid struct, Val [2]int32 +pkg syscall (openbsd-386), type ICMPv6Filter struct +pkg syscall (openbsd-386), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (openbsd-386), type IPv6MTUInfo struct +pkg syscall (openbsd-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (openbsd-386), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (openbsd-386), type IfData struct +pkg syscall (openbsd-386), type IfData struct, Addrlen uint8 +pkg syscall (openbsd-386), type IfData struct, Baudrate uint64 +pkg syscall (openbsd-386), type IfData struct, Capabilities uint32 +pkg syscall (openbsd-386), type IfData struct, Collisions uint64 +pkg syscall (openbsd-386), type IfData struct, Hdrlen uint8 +pkg syscall (openbsd-386), type IfData struct, Ibytes uint64 +pkg syscall (openbsd-386), type IfData struct, Ierrors uint64 +pkg syscall (openbsd-386), type IfData struct, Imcasts uint64 +pkg syscall (openbsd-386), type IfData struct, Ipackets uint64 +pkg syscall (openbsd-386), type IfData struct, Iqdrops uint64 +pkg syscall (openbsd-386), type IfData struct, Lastchange Timeval +pkg syscall (openbsd-386), type IfData struct, Link_state uint8 +pkg syscall (openbsd-386), type IfData struct, Mclpool [7]Mclpool +pkg syscall (openbsd-386), type IfData struct, Metric uint32 +pkg syscall (openbsd-386), type IfData struct, Mtu uint32 +pkg syscall (openbsd-386), type IfData struct, Noproto uint64 +pkg syscall (openbsd-386), type IfData struct, Obytes uint64 +pkg syscall (openbsd-386), type IfData struct, Oerrors uint64 +pkg syscall (openbsd-386), type IfData struct, Omcasts uint64 +pkg syscall (openbsd-386), type IfData struct, Opackets uint64 +pkg syscall (openbsd-386), type IfData struct, Pad uint32 +pkg syscall (openbsd-386), type IfData struct, Type uint8 +pkg syscall (openbsd-386), type IfMsghdr struct +pkg syscall (openbsd-386), type IfMsghdr struct, Addrs int32 +pkg syscall (openbsd-386), type IfMsghdr struct, Data IfData +pkg syscall (openbsd-386), type IfMsghdr struct, Flags int32 +pkg syscall (openbsd-386), type IfMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386), type IfMsghdr struct, Index uint16 +pkg syscall (openbsd-386), type IfMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386), type IfMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-386), type IfMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-386), type IfMsghdr struct, Tableid uint16 +pkg syscall (openbsd-386), type IfMsghdr struct, Type uint8 +pkg syscall (openbsd-386), type IfMsghdr struct, Version uint8 +pkg syscall (openbsd-386), type IfMsghdr struct, Xflags int32 +pkg syscall (openbsd-386), type IfaMsghdr struct +pkg syscall (openbsd-386), type IfaMsghdr struct, Addrs int32 +pkg syscall (openbsd-386), type IfaMsghdr struct, Flags int32 +pkg syscall (openbsd-386), type IfaMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386), type IfaMsghdr struct, Index uint16 +pkg syscall (openbsd-386), type IfaMsghdr struct, Metric int32 +pkg syscall (openbsd-386), type IfaMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386), type IfaMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-386), type IfaMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-386), type IfaMsghdr struct, Tableid uint16 +pkg syscall (openbsd-386), type IfaMsghdr struct, Type uint8 +pkg syscall (openbsd-386), type IfaMsghdr struct, Version uint8 +pkg syscall (openbsd-386), type Inet6Pktinfo struct +pkg syscall (openbsd-386), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (openbsd-386), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (openbsd-386), type InterfaceAddrMessage struct +pkg syscall (openbsd-386), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (openbsd-386), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (openbsd-386), type InterfaceAnnounceMessage struct +pkg syscall (openbsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (openbsd-386), type InterfaceMessage struct +pkg syscall (openbsd-386), type InterfaceMessage struct, Data []uint8 +pkg syscall (openbsd-386), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (openbsd-386), type Iovec struct +pkg syscall (openbsd-386), type Iovec struct, Base *uint8 +pkg syscall (openbsd-386), type Iovec struct, Len uint32 +pkg syscall (openbsd-386), type Kevent_t struct +pkg syscall (openbsd-386), type Kevent_t struct, Data int32 +pkg syscall (openbsd-386), type Kevent_t struct, Fflags uint32 +pkg syscall (openbsd-386), type Kevent_t struct, Filter int16 +pkg syscall (openbsd-386), type Kevent_t struct, Flags uint16 +pkg syscall (openbsd-386), type Kevent_t struct, Ident uint32 +pkg syscall (openbsd-386), type Kevent_t struct, Udata *uint8 +pkg syscall (openbsd-386), type Mclpool struct +pkg syscall (openbsd-386), type Mclpool struct, Alive uint16 +pkg syscall (openbsd-386), type Mclpool struct, Cwm uint16 +pkg syscall (openbsd-386), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-386), type Mclpool struct, Hwm uint16 +pkg syscall (openbsd-386), type Mclpool struct, Lwm uint16 +pkg syscall (openbsd-386), type Msghdr struct +pkg syscall (openbsd-386), type Msghdr struct, Control *uint8 +pkg syscall (openbsd-386), type Msghdr struct, Controllen uint32 +pkg syscall (openbsd-386), type Msghdr struct, Flags int32 +pkg syscall (openbsd-386), type Msghdr struct, Iov *Iovec +pkg syscall (openbsd-386), type Msghdr struct, Iovlen uint32 +pkg syscall (openbsd-386), type Msghdr struct, Name *uint8 +pkg syscall (openbsd-386), type Msghdr struct, Namelen uint32 +pkg syscall (openbsd-386), type RawSockaddr struct, Data [14]int8 +pkg syscall (openbsd-386), type RawSockaddr struct, Family uint8 +pkg syscall (openbsd-386), type RawSockaddr struct, Len uint8 +pkg syscall (openbsd-386), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-386), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (openbsd-386), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (openbsd-386), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (openbsd-386), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (openbsd-386), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (openbsd-386), type RawSockaddrUnix struct +pkg syscall (openbsd-386), type RawSockaddrUnix struct, Family uint8 +pkg syscall (openbsd-386), type RawSockaddrUnix struct, Len uint8 +pkg syscall (openbsd-386), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (openbsd-386), type Rlimit struct +pkg syscall (openbsd-386), type Rlimit struct, Cur uint64 +pkg syscall (openbsd-386), type Rlimit struct, Max uint64 +pkg syscall (openbsd-386), type RouteMessage struct +pkg syscall (openbsd-386), type RouteMessage struct, Data []uint8 +pkg syscall (openbsd-386), type RouteMessage struct, Header RtMsghdr +pkg syscall (openbsd-386), type RoutingMessage interface, unexported methods +pkg syscall (openbsd-386), type RtMetrics struct +pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Hopcount uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Locks uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Mtu uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Pksent uint64 +pkg syscall (openbsd-386), type RtMetrics struct, Recvpipe uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Refcnt uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Rtt uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Rttvar uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Sendpipe uint32 +pkg syscall (openbsd-386), type RtMetrics struct, Ssthresh uint32 +pkg syscall (openbsd-386), type RtMsghdr struct +pkg syscall (openbsd-386), type RtMsghdr struct, Addrs int32 +pkg syscall (openbsd-386), type RtMsghdr struct, Errno int32 +pkg syscall (openbsd-386), type RtMsghdr struct, Flags int32 +pkg syscall (openbsd-386), type RtMsghdr struct, Fmask int32 +pkg syscall (openbsd-386), type RtMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386), type RtMsghdr struct, Index uint16 +pkg syscall (openbsd-386), type RtMsghdr struct, Inits uint32 +pkg syscall (openbsd-386), type RtMsghdr struct, Mpls uint8 +pkg syscall (openbsd-386), type RtMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386), type RtMsghdr struct, Pid int32 +pkg syscall (openbsd-386), type RtMsghdr struct, Priority uint8 +pkg syscall (openbsd-386), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (openbsd-386), type RtMsghdr struct, Seq int32 +pkg syscall (openbsd-386), type RtMsghdr struct, Tableid uint16 +pkg syscall (openbsd-386), type RtMsghdr struct, Type uint8 +pkg syscall (openbsd-386), type RtMsghdr struct, Version uint8 +pkg syscall (openbsd-386), type Rusage struct, Idrss int32 +pkg syscall (openbsd-386), type Rusage struct, Inblock int32 +pkg syscall (openbsd-386), type Rusage struct, Isrss int32 +pkg syscall (openbsd-386), type Rusage struct, Ixrss int32 +pkg syscall (openbsd-386), type Rusage struct, Majflt int32 +pkg syscall (openbsd-386), type Rusage struct, Maxrss int32 +pkg syscall (openbsd-386), type Rusage struct, Minflt int32 +pkg syscall (openbsd-386), type Rusage struct, Msgrcv int32 +pkg syscall (openbsd-386), type Rusage struct, Msgsnd int32 +pkg syscall (openbsd-386), type Rusage struct, Nivcsw int32 +pkg syscall (openbsd-386), type Rusage struct, Nsignals int32 +pkg syscall (openbsd-386), type Rusage struct, Nswap int32 +pkg syscall (openbsd-386), type Rusage struct, Nvcsw int32 +pkg syscall (openbsd-386), type Rusage struct, Oublock int32 +pkg syscall (openbsd-386), type Rusage struct, Stime Timeval +pkg syscall (openbsd-386), type Rusage struct, Utime Timeval +pkg syscall (openbsd-386), type SockaddrDatalink struct +pkg syscall (openbsd-386), type SockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-386), type SockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-386), type SocketControlMessage struct +pkg syscall (openbsd-386), type SocketControlMessage struct, Data []uint8 +pkg syscall (openbsd-386), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (openbsd-386), type Stat_t struct +pkg syscall (openbsd-386), type Stat_t struct, Atim Timespec +pkg syscall (openbsd-386), type Stat_t struct, Blksize uint32 +pkg syscall (openbsd-386), type Stat_t struct, Blocks int64 +pkg syscall (openbsd-386), type Stat_t struct, Ctim Timespec +pkg syscall (openbsd-386), type Stat_t struct, Dev int32 +pkg syscall (openbsd-386), type Stat_t struct, Flags uint32 +pkg syscall (openbsd-386), type Stat_t struct, Gen uint32 +pkg syscall (openbsd-386), type Stat_t struct, Gid uint32 +pkg syscall (openbsd-386), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-386), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-386), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-386), type Stat_t struct, Mode uint32 +pkg syscall (openbsd-386), type Stat_t struct, Mtim Timespec +pkg syscall (openbsd-386), type Stat_t struct, Nlink uint32 +pkg syscall (openbsd-386), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-386), type Stat_t struct, Rdev int32 +pkg syscall (openbsd-386), type Stat_t struct, Size int64 +pkg syscall (openbsd-386), type Stat_t struct, Uid uint32 +pkg syscall (openbsd-386), type Stat_t struct, X__st_birthtim Timespec +pkg syscall (openbsd-386), type Statfs_t struct +pkg syscall (openbsd-386), type Statfs_t struct, F_asyncreads uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_asyncwrites uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_bavail int64 +pkg syscall (openbsd-386), type Statfs_t struct, F_bfree uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_blocks uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_bsize uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_favail int64 +pkg syscall (openbsd-386), type Statfs_t struct, F_ffree uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_files uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_flags uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_fsid Fsid +pkg syscall (openbsd-386), type Statfs_t struct, F_fstypename [16]int8 +pkg syscall (openbsd-386), type Statfs_t struct, F_iosize uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromname [90]int8 +pkg syscall (openbsd-386), type Statfs_t struct, F_mntonname [90]int8 +pkg syscall (openbsd-386), type Statfs_t struct, F_namemax uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_owner uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-386), type Statfs_t struct, F_syncreads uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_syncwrites uint64 +pkg syscall (openbsd-386), type Statfs_t struct, Mount_info [160]uint8 +pkg syscall (openbsd-386), type SysProcAttr struct, Chroot string +pkg syscall (openbsd-386), type SysProcAttr struct, Credential *Credential +pkg syscall (openbsd-386), type SysProcAttr struct, Noctty bool +pkg syscall (openbsd-386), type SysProcAttr struct, Ptrace bool +pkg syscall (openbsd-386), type SysProcAttr struct, Setctty bool +pkg syscall (openbsd-386), type SysProcAttr struct, Setpgid bool +pkg syscall (openbsd-386), type SysProcAttr struct, Setsid bool +pkg syscall (openbsd-386), type Timespec struct, Nsec int32 +pkg syscall (openbsd-386), type Timespec struct, Sec int32 +pkg syscall (openbsd-386), type Timeval struct, Sec int32 +pkg syscall (openbsd-386), type Timeval struct, Usec int32 +pkg syscall (openbsd-386), type WaitStatus uint32 +pkg syscall (openbsd-386), var Stderr int +pkg syscall (openbsd-386), var Stdin int +pkg syscall (openbsd-386), var Stdout int +pkg syscall (openbsd-386-cgo), const AF_APPLETALK ideal-int +pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (openbsd-386-cgo), const AF_CCITT ideal-int +pkg syscall (openbsd-386-cgo), const AF_CHAOS ideal-int +pkg syscall (openbsd-386-cgo), const AF_CNT ideal-int +pkg syscall (openbsd-386-cgo), const AF_COIP ideal-int +pkg syscall (openbsd-386-cgo), const AF_DATAKIT ideal-int +pkg syscall (openbsd-386-cgo), const AF_DECnet ideal-int +pkg syscall (openbsd-386-cgo), const AF_DLI ideal-int +pkg syscall (openbsd-386-cgo), const AF_E164 ideal-int +pkg syscall (openbsd-386-cgo), const AF_ECMA ideal-int +pkg syscall (openbsd-386-cgo), const AF_ENCAP ideal-int +pkg syscall (openbsd-386-cgo), const AF_HYLINK ideal-int +pkg syscall (openbsd-386-cgo), const AF_IMPLINK ideal-int +pkg syscall (openbsd-386-cgo), const AF_IPX ideal-int +pkg syscall (openbsd-386-cgo), const AF_ISDN ideal-int +pkg syscall (openbsd-386-cgo), const AF_ISO ideal-int +pkg syscall (openbsd-386-cgo), const AF_KEY ideal-int +pkg syscall (openbsd-386-cgo), const AF_LAT ideal-int +pkg syscall (openbsd-386-cgo), const AF_LINK ideal-int +pkg syscall (openbsd-386-cgo), const AF_LOCAL ideal-int +pkg syscall (openbsd-386-cgo), const AF_MAX ideal-int +pkg syscall (openbsd-386-cgo), const AF_MPLS ideal-int +pkg syscall (openbsd-386-cgo), const AF_NATM ideal-int +pkg syscall (openbsd-386-cgo), const AF_NS ideal-int +pkg syscall (openbsd-386-cgo), const AF_OSI ideal-int +pkg syscall (openbsd-386-cgo), const AF_PUP ideal-int +pkg syscall (openbsd-386-cgo), const AF_ROUTE ideal-int +pkg syscall (openbsd-386-cgo), const AF_SIP ideal-int +pkg syscall (openbsd-386-cgo), const AF_SNA ideal-int +pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY ideal-int +pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (openbsd-386-cgo), const B0 ideal-int +pkg syscall (openbsd-386-cgo), const B110 ideal-int +pkg syscall (openbsd-386-cgo), const B115200 ideal-int +pkg syscall (openbsd-386-cgo), const B1200 ideal-int +pkg syscall (openbsd-386-cgo), const B134 ideal-int +pkg syscall (openbsd-386-cgo), const B14400 ideal-int +pkg syscall (openbsd-386-cgo), const B150 ideal-int +pkg syscall (openbsd-386-cgo), const B1800 ideal-int +pkg syscall (openbsd-386-cgo), const B19200 ideal-int +pkg syscall (openbsd-386-cgo), const B200 ideal-int +pkg syscall (openbsd-386-cgo), const B230400 ideal-int +pkg syscall (openbsd-386-cgo), const B2400 ideal-int +pkg syscall (openbsd-386-cgo), const B28800 ideal-int +pkg syscall (openbsd-386-cgo), const B300 ideal-int +pkg syscall (openbsd-386-cgo), const B38400 ideal-int +pkg syscall (openbsd-386-cgo), const B4800 ideal-int +pkg syscall (openbsd-386-cgo), const B50 ideal-int +pkg syscall (openbsd-386-cgo), const B57600 ideal-int +pkg syscall (openbsd-386-cgo), const B600 ideal-int +pkg syscall (openbsd-386-cgo), const B7200 ideal-int +pkg syscall (openbsd-386-cgo), const B75 ideal-int +pkg syscall (openbsd-386-cgo), const B76800 ideal-int +pkg syscall (openbsd-386-cgo), const B9600 ideal-int +pkg syscall (openbsd-386-cgo), const BIOCFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGBLEN ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGDLT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGETIF ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGFILDROP ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGRSIG ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCGSTATS ideal-int +pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (openbsd-386-cgo), const BIOCLOCK ideal-int +pkg syscall (openbsd-386-cgo), const BIOCPROMISC ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSBLEN ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSDLT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSETF ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSETIF ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSETWF ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSFILDROP ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSRSIG ideal-int +pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (openbsd-386-cgo), const BIOCVERSION ideal-int +pkg syscall (openbsd-386-cgo), const BPF_A ideal-int +pkg syscall (openbsd-386-cgo), const BPF_ABS ideal-int +pkg syscall (openbsd-386-cgo), const BPF_ADD ideal-int +pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (openbsd-386-cgo), const BPF_ALU ideal-int +pkg syscall (openbsd-386-cgo), const BPF_AND ideal-int +pkg syscall (openbsd-386-cgo), const BPF_B ideal-int +pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN ideal-int +pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT ideal-int +pkg syscall (openbsd-386-cgo), const BPF_DIV ideal-int +pkg syscall (openbsd-386-cgo), const BPF_H ideal-int +pkg syscall (openbsd-386-cgo), const BPF_IMM ideal-int +pkg syscall (openbsd-386-cgo), const BPF_IND ideal-int +pkg syscall (openbsd-386-cgo), const BPF_JA ideal-int +pkg syscall (openbsd-386-cgo), const BPF_JEQ ideal-int +pkg syscall (openbsd-386-cgo), const BPF_JGE ideal-int +pkg syscall (openbsd-386-cgo), const BPF_JGT ideal-int +pkg syscall (openbsd-386-cgo), const BPF_JMP ideal-int +pkg syscall (openbsd-386-cgo), const BPF_JSET ideal-int +pkg syscall (openbsd-386-cgo), const BPF_K ideal-int +pkg syscall (openbsd-386-cgo), const BPF_LD ideal-int +pkg syscall (openbsd-386-cgo), const BPF_LDX ideal-int +pkg syscall (openbsd-386-cgo), const BPF_LEN ideal-int +pkg syscall (openbsd-386-cgo), const BPF_LSH ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MEM ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MISC ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MSH ideal-int +pkg syscall (openbsd-386-cgo), const BPF_MUL ideal-int +pkg syscall (openbsd-386-cgo), const BPF_NEG ideal-int +pkg syscall (openbsd-386-cgo), const BPF_OR ideal-int +pkg syscall (openbsd-386-cgo), const BPF_RELEASE ideal-int +pkg syscall (openbsd-386-cgo), const BPF_RET ideal-int +pkg syscall (openbsd-386-cgo), const BPF_RSH ideal-int +pkg syscall (openbsd-386-cgo), const BPF_ST ideal-int +pkg syscall (openbsd-386-cgo), const BPF_STX ideal-int +pkg syscall (openbsd-386-cgo), const BPF_SUB ideal-int +pkg syscall (openbsd-386-cgo), const BPF_TAX ideal-int +pkg syscall (openbsd-386-cgo), const BPF_TXA ideal-int +pkg syscall (openbsd-386-cgo), const BPF_W ideal-int +pkg syscall (openbsd-386-cgo), const BPF_X ideal-int +pkg syscall (openbsd-386-cgo), const BRKINT ideal-int +pkg syscall (openbsd-386-cgo), const CFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const CLOCAL ideal-int +pkg syscall (openbsd-386-cgo), const CREAD ideal-int +pkg syscall (openbsd-386-cgo), const CS5 ideal-int +pkg syscall (openbsd-386-cgo), const CS6 ideal-int +pkg syscall (openbsd-386-cgo), const CS7 ideal-int +pkg syscall (openbsd-386-cgo), const CS8 ideal-int +pkg syscall (openbsd-386-cgo), const CSIZE ideal-int +pkg syscall (openbsd-386-cgo), const CSTART ideal-int +pkg syscall (openbsd-386-cgo), const CSTATUS ideal-int +pkg syscall (openbsd-386-cgo), const CSTOP ideal-int +pkg syscall (openbsd-386-cgo), const CSTOPB ideal-int +pkg syscall (openbsd-386-cgo), const CSUSP ideal-int +pkg syscall (openbsd-386-cgo), const CTL_MAXNAME ideal-int +pkg syscall (openbsd-386-cgo), const CTL_NET ideal-int +pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const DLT_ARCNET ideal-int +pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (openbsd-386-cgo), const DLT_AX25 ideal-int +pkg syscall (openbsd-386-cgo), const DLT_CHAOS ideal-int +pkg syscall (openbsd-386-cgo), const DLT_C_HDLC ideal-int +pkg syscall (openbsd-386-cgo), const DLT_EN10MB ideal-int +pkg syscall (openbsd-386-cgo), const DLT_EN3MB ideal-int +pkg syscall (openbsd-386-cgo), const DLT_ENC ideal-int +pkg syscall (openbsd-386-cgo), const DLT_FDDI ideal-int +pkg syscall (openbsd-386-cgo), const DLT_IEEE802 ideal-int +pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (openbsd-386-cgo), const DLT_LOOP ideal-int +pkg syscall (openbsd-386-cgo), const DLT_MPLS ideal-int +pkg syscall (openbsd-386-cgo), const DLT_NULL ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PFLOG ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PFSYNC ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PPP ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (openbsd-386-cgo), const DLT_PRONET ideal-int +pkg syscall (openbsd-386-cgo), const DLT_RAW ideal-int +pkg syscall (openbsd-386-cgo), const DLT_SLIP ideal-int +pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (openbsd-386-cgo), const DT_BLK ideal-int +pkg syscall (openbsd-386-cgo), const DT_CHR ideal-int +pkg syscall (openbsd-386-cgo), const DT_DIR ideal-int +pkg syscall (openbsd-386-cgo), const DT_FIFO ideal-int +pkg syscall (openbsd-386-cgo), const DT_LNK ideal-int +pkg syscall (openbsd-386-cgo), const DT_REG ideal-int +pkg syscall (openbsd-386-cgo), const DT_SOCK ideal-int +pkg syscall (openbsd-386-cgo), const DT_UNKNOWN ideal-int +pkg syscall (openbsd-386-cgo), const EAUTH Errno +pkg syscall (openbsd-386-cgo), const EBADRPC Errno +pkg syscall (openbsd-386-cgo), const ECHO ideal-int +pkg syscall (openbsd-386-cgo), const ECHOCTL ideal-int +pkg syscall (openbsd-386-cgo), const ECHOE ideal-int +pkg syscall (openbsd-386-cgo), const ECHOK ideal-int +pkg syscall (openbsd-386-cgo), const ECHOKE ideal-int +pkg syscall (openbsd-386-cgo), const ECHONL ideal-int +pkg syscall (openbsd-386-cgo), const ECHOPRT ideal-int +pkg syscall (openbsd-386-cgo), const EFTYPE Errno +pkg syscall (openbsd-386-cgo), const EIPSEC Errno +pkg syscall (openbsd-386-cgo), const ELAST Errno +pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE Errno +pkg syscall (openbsd-386-cgo), const EMT_TAGOVF ideal-int +pkg syscall (openbsd-386-cgo), const EMUL_ENABLED ideal-int +pkg syscall (openbsd-386-cgo), const EMUL_NATIVE ideal-int +pkg syscall (openbsd-386-cgo), const ENDRUNDISC ideal-int +pkg syscall (openbsd-386-cgo), const ENEEDAUTH Errno +pkg syscall (openbsd-386-cgo), const ENOATTR Errno +pkg syscall (openbsd-386-cgo), const ENOMEDIUM Errno +pkg syscall (openbsd-386-cgo), const EPROCLIM Errno +pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL Errno +pkg syscall (openbsd-386-cgo), const EPROGMISMATCH Errno +pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL Errno +pkg syscall (openbsd-386-cgo), const ERPCMISMATCH Errno +pkg syscall (openbsd-386-cgo), const ETHERMIN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERMTU ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM ideal-int +pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_ALIGN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN ideal-int +pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_AIO ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_PROC ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_READ ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_TIMER ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_VNODE ideal-int +pkg syscall (openbsd-386-cgo), const EVFILT_WRITE ideal-int +pkg syscall (openbsd-386-cgo), const EV_ADD ideal-int +pkg syscall (openbsd-386-cgo), const EV_CLEAR ideal-int +pkg syscall (openbsd-386-cgo), const EV_DELETE ideal-int +pkg syscall (openbsd-386-cgo), const EV_DISABLE ideal-int +pkg syscall (openbsd-386-cgo), const EV_ENABLE ideal-int +pkg syscall (openbsd-386-cgo), const EV_EOF ideal-int +pkg syscall (openbsd-386-cgo), const EV_ERROR ideal-int +pkg syscall (openbsd-386-cgo), const EV_FLAG1 ideal-int +pkg syscall (openbsd-386-cgo), const EV_ONESHOT ideal-int +pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const EXTA ideal-int +pkg syscall (openbsd-386-cgo), const EXTB ideal-int +pkg syscall (openbsd-386-cgo), const EXTPROC ideal-int +pkg syscall (openbsd-386-cgo), const FD_CLOEXEC ideal-int +pkg syscall (openbsd-386-cgo), const FD_SETSIZE ideal-int +pkg syscall (openbsd-386-cgo), const FLUSHO ideal-int +pkg syscall (openbsd-386-cgo), const F_DUPFD ideal-int +pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (openbsd-386-cgo), const F_GETFD ideal-int +pkg syscall (openbsd-386-cgo), const F_GETFL ideal-int +pkg syscall (openbsd-386-cgo), const F_GETLK ideal-int +pkg syscall (openbsd-386-cgo), const F_GETOWN ideal-int +pkg syscall (openbsd-386-cgo), const F_OK ideal-int +pkg syscall (openbsd-386-cgo), const F_RDLCK ideal-int +pkg syscall (openbsd-386-cgo), const F_SETFD ideal-int +pkg syscall (openbsd-386-cgo), const F_SETFL ideal-int +pkg syscall (openbsd-386-cgo), const F_SETLK ideal-int +pkg syscall (openbsd-386-cgo), const F_SETLKW ideal-int +pkg syscall (openbsd-386-cgo), const F_SETOWN ideal-int +pkg syscall (openbsd-386-cgo), const F_UNLCK ideal-int +pkg syscall (openbsd-386-cgo), const F_WRLCK ideal-int +pkg syscall (openbsd-386-cgo), const HUPCL ideal-int +pkg syscall (openbsd-386-cgo), const ICANON ideal-int +pkg syscall (openbsd-386-cgo), const ICMP6_FILTER = 18 +pkg syscall (openbsd-386-cgo), const ICMP6_FILTER ideal-int +pkg syscall (openbsd-386-cgo), const ICRNL ideal-int +pkg syscall (openbsd-386-cgo), const IEXTEN ideal-int +pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (openbsd-386-cgo), const IFA_ROUTE ideal-int +pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (openbsd-386-cgo), const IFF_DEBUG ideal-int +pkg syscall (openbsd-386-cgo), const IFF_LINK0 ideal-int +pkg syscall (openbsd-386-cgo), const IFF_LINK1 ideal-int +pkg syscall (openbsd-386-cgo), const IFF_LINK2 ideal-int +pkg syscall (openbsd-386-cgo), const IFF_NOARP ideal-int +pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (openbsd-386-cgo), const IFF_OACTIVE ideal-int +pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (openbsd-386-cgo), const IFF_PROMISC ideal-int +pkg syscall (openbsd-386-cgo), const IFF_RUNNING ideal-int +pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (openbsd-386-cgo), const IFNAMSIZ ideal-int +pkg syscall (openbsd-386-cgo), const IFT_1822 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (openbsd-386-cgo), const IFT_AAL2 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_AAL5 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ADSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ARAP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ARCNET ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ASYNC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMDXI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMIMA ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH ideal-int +pkg syscall (openbsd-386-cgo), const IFT_BRIDGE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_BSC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_CARP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_CEPT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_CES ideal-int +pkg syscall (openbsd-386-cgo), const IFT_CHANNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_CNR ideal-int +pkg syscall (openbsd-386-cgo), const IFT_COFFEE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DCN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DLSW ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DS0 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DS1FDL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DS3 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DTM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DUMMY ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DVBASILN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ECONET ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ENC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_EON ideal-int +pkg syscall (openbsd-386-cgo), const IFT_EPLRS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ESCON ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ETHER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FAITH ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FAST ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FASTETHER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FDDI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRELAY ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (openbsd-386-cgo), const IFT_G703AT64K ideal-int +pkg syscall (openbsd-386-cgo), const IFT_GIF ideal-int +pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (openbsd-386-cgo), const IFT_GR303IDT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_GR303RDT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_H323PROXY ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HDH1822 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HDLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HDSL2 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HIPPI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HSSI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_HY ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IDSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IFGSN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IMT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISDN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISDNS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISDNU ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88023 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88024 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88025 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISO88026 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ISUP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_L2VLAN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_LAPB ideal-int +pkg syscall (openbsd-386-cgo), const IFT_LAPD ideal-int +pkg syscall (openbsd-386-cgo), const IFT_LAPF ideal-int +pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (openbsd-386-cgo), const IFT_LOOP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MIOX25 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MODEM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MPC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MPLS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MSDSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MVL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_MYRINET ideal-int +pkg syscall (openbsd-386-cgo), const IFT_NFAS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_NSIP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_OTHER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_P10 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_P80 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PARA ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PFLOG ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PFLOW ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PFSYNC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PON155 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PON622 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_POS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PPP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPATM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPMUX ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_PVC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_Q2931 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_QLLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_RADSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_REACHDSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_RFC1483 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_RS232 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_RSRB ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SDLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SDSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SHDSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SIP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SIPSIG ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SIPTG ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SLIP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SONET ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SONETPATH ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SONETVT ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SRP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (openbsd-386-cgo), const IFT_STARLAN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_T1 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_TDLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_TELINK ideal-int +pkg syscall (openbsd-386-cgo), const IFT_TERMPAD ideal-int +pkg syscall (openbsd-386-cgo), const IFT_TR008 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (openbsd-386-cgo), const IFT_TUNNEL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_ULTRA ideal-int +pkg syscall (openbsd-386-cgo), const IFT_USB ideal-int +pkg syscall (openbsd-386-cgo), const IFT_V11 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_V35 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_V36 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_V37 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VDSL ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEDID ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEEM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_X213 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_X25 ideal-int +pkg syscall (openbsd-386-cgo), const IFT_X25DDN ideal-int +pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_X25MLP ideal-int +pkg syscall (openbsd-386-cgo), const IFT_X25PLE ideal-int +pkg syscall (openbsd-386-cgo), const IFT_XETHER ideal-int +pkg syscall (openbsd-386-cgo), const IGNBRK ideal-int +pkg syscall (openbsd-386-cgo), const IGNCR ideal-int +pkg syscall (openbsd-386-cgo), const IGNPAR ideal-int +pkg syscall (openbsd-386-cgo), const IMAXBEL ideal-int +pkg syscall (openbsd-386-cgo), const INLCR ideal-int +pkg syscall (openbsd-386-cgo), const INPCK ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST ideal-int +pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET ideal-int +pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_AH ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_CARP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_DONE ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_EGP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_EON ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_ESP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_GGP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_GRE ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_IDP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_MAX ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_NONE ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_PIM ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_PUP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_RAW ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_TP ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_FAITH ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_MMTU ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PIPEX ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RTABLE ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_TCLASS ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_VERSION ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (openbsd-386-cgo), const IP_DF ideal-int +pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IP_HDRINCL ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED ideal-int +pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID ideal-int +pkg syscall (openbsd-386-cgo), const IP_MAXPACKET ideal-int +pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (openbsd-386-cgo), const IP_MF ideal-int +pkg syscall (openbsd-386-cgo), const IP_MINTTL ideal-int +pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (openbsd-386-cgo), const IP_MSS ideal-int +pkg syscall (openbsd-386-cgo), const IP_OFFMASK ideal-int +pkg syscall (openbsd-386-cgo), const IP_OPTIONS ideal-int +pkg syscall (openbsd-386-cgo), const IP_PIPEX ideal-int +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE ideal-int +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVIF ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE ideal-int +pkg syscall (openbsd-386-cgo), const IP_RECVTTL ideal-int +pkg syscall (openbsd-386-cgo), const IP_RETOPTS ideal-int +pkg syscall (openbsd-386-cgo), const IP_RF ideal-int +pkg syscall (openbsd-386-cgo), const IP_RTABLE ideal-int +pkg syscall (openbsd-386-cgo), const ISIG ideal-int +pkg syscall (openbsd-386-cgo), const ISTRIP ideal-int +pkg syscall (openbsd-386-cgo), const IXANY ideal-int +pkg syscall (openbsd-386-cgo), const IXOFF ideal-int +pkg syscall (openbsd-386-cgo), const IXON ideal-int +pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH ideal-int +pkg syscall (openbsd-386-cgo), const LOCK_EX ideal-int +pkg syscall (openbsd-386-cgo), const LOCK_NB ideal-int +pkg syscall (openbsd-386-cgo), const LOCK_SH ideal-int +pkg syscall (openbsd-386-cgo), const LOCK_UN ideal-int +pkg syscall (openbsd-386-cgo), const MSG_BCAST ideal-int +pkg syscall (openbsd-386-cgo), const MSG_CTRUNC ideal-int +pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (openbsd-386-cgo), const MSG_EOR ideal-int +pkg syscall (openbsd-386-cgo), const MSG_MCAST ideal-int +pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (openbsd-386-cgo), const MSG_OOB ideal-int +pkg syscall (openbsd-386-cgo), const MSG_PEEK ideal-int +pkg syscall (openbsd-386-cgo), const MSG_TRUNC ideal-int +pkg syscall (openbsd-386-cgo), const MSG_WAITALL ideal-int +pkg syscall (openbsd-386-cgo), const NAME_MAX ideal-int +pkg syscall (openbsd-386-cgo), const NET_RT_DUMP ideal-int +pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (openbsd-386-cgo), const NET_RT_MAXID ideal-int +pkg syscall (openbsd-386-cgo), const NET_RT_STATS ideal-int +pkg syscall (openbsd-386-cgo), const NET_RT_TABLE ideal-int +pkg syscall (openbsd-386-cgo), const NOFLSH ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_CHILD ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_DELETE ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_EOF ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_EXEC ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_EXIT ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_EXTEND ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_FORK ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_LINK ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_LOWAT ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_RENAME ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_REVOKE ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_TRACK ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE ideal-int +pkg syscall (openbsd-386-cgo), const NOTE_WRITE ideal-int +pkg syscall (openbsd-386-cgo), const OCRNL ideal-int +pkg syscall (openbsd-386-cgo), const ONLCR ideal-int +pkg syscall (openbsd-386-cgo), const ONLRET ideal-int +pkg syscall (openbsd-386-cgo), const ONOCR ideal-int +pkg syscall (openbsd-386-cgo), const ONOEOT ideal-int +pkg syscall (openbsd-386-cgo), const OPOST ideal-int +pkg syscall (openbsd-386-cgo), const O_ACCMODE ideal-int +pkg syscall (openbsd-386-cgo), const O_DIRECTORY ideal-int +pkg syscall (openbsd-386-cgo), const O_DSYNC ideal-int +pkg syscall (openbsd-386-cgo), const O_EXLOCK ideal-int +pkg syscall (openbsd-386-cgo), const O_FSYNC ideal-int +pkg syscall (openbsd-386-cgo), const O_NDELAY ideal-int +pkg syscall (openbsd-386-cgo), const O_NOFOLLOW ideal-int +pkg syscall (openbsd-386-cgo), const O_RSYNC ideal-int +pkg syscall (openbsd-386-cgo), const O_SHLOCK ideal-int +pkg syscall (openbsd-386-cgo), const PARENB ideal-int +pkg syscall (openbsd-386-cgo), const PARMRK ideal-int +pkg syscall (openbsd-386-cgo), const PARODD ideal-int +pkg syscall (openbsd-386-cgo), const PENDIN ideal-int +pkg syscall (openbsd-386-cgo), const PF_FLUSH ideal-int +pkg syscall (openbsd-386-cgo), const PRIO_PGRP = 1 +pkg syscall (openbsd-386-cgo), const PRIO_PGRP ideal-int +pkg syscall (openbsd-386-cgo), const PRIO_PROCESS = 0 +pkg syscall (openbsd-386-cgo), const PRIO_PROCESS ideal-int +pkg syscall (openbsd-386-cgo), const PRIO_USER = 2 +pkg syscall (openbsd-386-cgo), const PRIO_USER ideal-int +pkg syscall (openbsd-386-cgo), const PTRACE_CONT ideal-int +pkg syscall (openbsd-386-cgo), const PTRACE_KILL ideal-int +pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (openbsd-386-cgo), const PT_MASK ideal-int +pkg syscall (openbsd-386-cgo), const RLIMIT_CORE ideal-int +pkg syscall (openbsd-386-cgo), const RLIMIT_CPU ideal-int +pkg syscall (openbsd-386-cgo), const RLIMIT_DATA ideal-int +pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (openbsd-386-cgo), const RLIMIT_STACK ideal-int +pkg syscall (openbsd-386-cgo), const RLIM_INFINITY ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_BRD ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_DST ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_GENMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_IFA ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_IFP ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_LABEL ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_MAX ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_NETMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_SRC ideal-int +pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTA_AUTHOR ideal-int +pkg syscall (openbsd-386-cgo), const RTA_BRD ideal-int +pkg syscall (openbsd-386-cgo), const RTA_DST ideal-int +pkg syscall (openbsd-386-cgo), const RTA_GATEWAY ideal-int +pkg syscall (openbsd-386-cgo), const RTA_GENMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTA_IFA ideal-int +pkg syscall (openbsd-386-cgo), const RTA_IFP ideal-int +pkg syscall (openbsd-386-cgo), const RTA_LABEL ideal-int +pkg syscall (openbsd-386-cgo), const RTA_NETMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTA_SRC ideal-int +pkg syscall (openbsd-386-cgo), const RTA_SRCMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE ideal-int +pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (openbsd-386-cgo), const RTF_CLONED ideal-int +pkg syscall (openbsd-386-cgo), const RTF_CLONING ideal-int +pkg syscall (openbsd-386-cgo), const RTF_DONE ideal-int +pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (openbsd-386-cgo), const RTF_FMASK ideal-int +pkg syscall (openbsd-386-cgo), const RTF_GATEWAY ideal-int +pkg syscall (openbsd-386-cgo), const RTF_HOST ideal-int +pkg syscall (openbsd-386-cgo), const RTF_LLINFO ideal-int +pkg syscall (openbsd-386-cgo), const RTF_MASK ideal-int +pkg syscall (openbsd-386-cgo), const RTF_MODIFIED ideal-int +pkg syscall (openbsd-386-cgo), const RTF_MPATH ideal-int +pkg syscall (openbsd-386-cgo), const RTF_MPLS ideal-int +pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP ideal-int +pkg syscall (openbsd-386-cgo), const RTF_PROTO1 ideal-int +pkg syscall (openbsd-386-cgo), const RTF_PROTO2 ideal-int +pkg syscall (openbsd-386-cgo), const RTF_PROTO3 ideal-int +pkg syscall (openbsd-386-cgo), const RTF_REJECT ideal-int +pkg syscall (openbsd-386-cgo), const RTF_SOURCE ideal-int +pkg syscall (openbsd-386-cgo), const RTF_STATIC ideal-int +pkg syscall (openbsd-386-cgo), const RTF_TUNNEL ideal-int +pkg syscall (openbsd-386-cgo), const RTF_UP ideal-int +pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS ideal-int +pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (openbsd-386-cgo), const RTM_ADD ideal-int +pkg syscall (openbsd-386-cgo), const RTM_CHANGE ideal-int +pkg syscall (openbsd-386-cgo), const RTM_DELADDR ideal-int +pkg syscall (openbsd-386-cgo), const RTM_DELETE ideal-int +pkg syscall (openbsd-386-cgo), const RTM_DESYNC ideal-int +pkg syscall (openbsd-386-cgo), const RTM_GET ideal-int +pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (openbsd-386-cgo), const RTM_IFINFO ideal-int +pkg syscall (openbsd-386-cgo), const RTM_LOCK ideal-int +pkg syscall (openbsd-386-cgo), const RTM_LOSING ideal-int +pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE ideal-int +pkg syscall (openbsd-386-cgo), const RTM_MISS ideal-int +pkg syscall (openbsd-386-cgo), const RTM_NEWADDR ideal-int +pkg syscall (openbsd-386-cgo), const RTM_REDIRECT ideal-int +pkg syscall (openbsd-386-cgo), const RTM_RESOLVE ideal-int +pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (openbsd-386-cgo), const RTM_VERSION ideal-int +pkg syscall (openbsd-386-cgo), const RTV_EXPIRE ideal-int +pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (openbsd-386-cgo), const RTV_MTU ideal-int +pkg syscall (openbsd-386-cgo), const RTV_RPIPE ideal-int +pkg syscall (openbsd-386-cgo), const RTV_RTT ideal-int +pkg syscall (openbsd-386-cgo), const RTV_RTTVAR ideal-int +pkg syscall (openbsd-386-cgo), const RTV_SPIPE ideal-int +pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX ideal-int +pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (openbsd-386-cgo), const RUSAGE_SELF ideal-int +pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (openbsd-386-cgo), const SCM_RIGHTS ideal-int +pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (openbsd-386-cgo), const SIGCHLD Signal +pkg syscall (openbsd-386-cgo), const SIGCONT Signal +pkg syscall (openbsd-386-cgo), const SIGEMT Signal +pkg syscall (openbsd-386-cgo), const SIGINFO Signal +pkg syscall (openbsd-386-cgo), const SIGIO Signal +pkg syscall (openbsd-386-cgo), const SIGIOT Signal +pkg syscall (openbsd-386-cgo), const SIGPROF Signal +pkg syscall (openbsd-386-cgo), const SIGSTOP Signal +pkg syscall (openbsd-386-cgo), const SIGSYS Signal +pkg syscall (openbsd-386-cgo), const SIGTHR Signal +pkg syscall (openbsd-386-cgo), const SIGTSTP Signal +pkg syscall (openbsd-386-cgo), const SIGTTIN Signal +pkg syscall (openbsd-386-cgo), const SIGTTOU Signal +pkg syscall (openbsd-386-cgo), const SIGURG Signal +pkg syscall (openbsd-386-cgo), const SIGUSR1 Signal +pkg syscall (openbsd-386-cgo), const SIGUSR2 Signal +pkg syscall (openbsd-386-cgo), const SIGVTALRM Signal +pkg syscall (openbsd-386-cgo), const SIGWINCH Signal +pkg syscall (openbsd-386-cgo), const SIGXCPU Signal +pkg syscall (openbsd-386-cgo), const SIGXFSZ Signal +pkg syscall (openbsd-386-cgo), const SIOCADDMULTI ideal-int +pkg syscall (openbsd-386-cgo), const SIOCAIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCALIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCATMARK ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGADD ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGARL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO ideal-int +pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCDELMULTI ideal-int +pkg syscall (openbsd-386-cgo), const SIOCDIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGETLABEL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGHIWAT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFCONF ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFDATA ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFMTU ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGLOWAT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGPGRP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGVH ideal-int +pkg syscall (openbsd-386-cgo), const SIOCIFCREATE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSETLABEL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSHIWAT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFMTU ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSLOWAT ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSPGRP ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSVH ideal-int +pkg syscall (openbsd-386-cgo), const SOCK_RDM ideal-int +pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (openbsd-386-cgo), const SO_BINDANY ideal-int +pkg syscall (openbsd-386-cgo), const SO_DEBUG ideal-int +pkg syscall (openbsd-386-cgo), const SO_ERROR ideal-int +pkg syscall (openbsd-386-cgo), const SO_NETPROC ideal-int +pkg syscall (openbsd-386-cgo), const SO_OOBINLINE ideal-int +pkg syscall (openbsd-386-cgo), const SO_PEERCRED ideal-int +pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (openbsd-386-cgo), const SO_REUSEPORT ideal-int +pkg syscall (openbsd-386-cgo), const SO_RTABLE ideal-int +pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (openbsd-386-cgo), const SO_SPLICE ideal-int +pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (openbsd-386-cgo), const SO_TYPE ideal-int +pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ACCEPT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ACCESS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ACCT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ADJTIME ideal-int +pkg syscall (openbsd-386-cgo), const SYS_BIND ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CHDIR ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CHMOD ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CHOWN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CHROOT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CLOSE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CONNECT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_DUP ideal-int +pkg syscall (openbsd-386-cgo), const SYS_DUP2 ideal-int +pkg syscall (openbsd-386-cgo), const SYS_EXECVE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_EXIT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCHDIR ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCHMOD ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCHOWN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FCNTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FHOPEN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FHSTAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FLOCK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FORK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FSTAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FSTATAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FSTATFS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FSYNC ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_FUTIMES ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETEGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETEUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETFH ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETITIMER ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETPGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETPGRP ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETPID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETPPID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETRESGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETRESUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETSID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETTHRID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_IOCTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_KEVENT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_KILL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_KQUEUE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_KTRACE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_LCHOWN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_LINK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_LINKAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_LISTEN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_LSEEK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_LSTAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MADVISE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MINCORE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MINHERIT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MKDIR ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MKFIFO ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MKNOD ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MKNODAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MLOCK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MMAP ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MOUNT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MPROTECT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MQUERY ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MSGCTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MSGGET ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MSGRCV ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MSGSND ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MSYNC ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_MUNMAP ideal-int +pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (openbsd-386-cgo), const SYS_NFSSVC ideal-int +pkg syscall (openbsd-386-cgo), const SYS_OBREAK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_OPEN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_OPENAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PATHCONF ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PIPE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_POLL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PREAD ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PREADV ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PROFIL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PTRACE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PWRITE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PWRITEV ideal-int +pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_READ ideal-int +pkg syscall (openbsd-386-cgo), const SYS_READLINK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_READLINKAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_READV ideal-int +pkg syscall (openbsd-386-cgo), const SYS_REBOOT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_RECVFROM ideal-int +pkg syscall (openbsd-386-cgo), const SYS_RECVMSG ideal-int +pkg syscall (openbsd-386-cgo), const SYS_RENAME ideal-int +pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_REVOKE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_RMDIR ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SELECT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SEMGET ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SEMOP ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SENDMSG ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SENDTO ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETEGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETEUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETITIMER ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETPGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETREGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETRESGID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETRESUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETREUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETSID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SETUID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SHMAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SHMCTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SHMDT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SHMGET ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SIGACTION ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SOCKET ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (openbsd-386-cgo), const SYS_STAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_STATFS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SYMLINK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SYNC ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SYSARCH ideal-int +pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_UMASK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_UNLINK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_UTIMES ideal-int +pkg syscall (openbsd-386-cgo), const SYS_VFORK ideal-int +pkg syscall (openbsd-386-cgo), const SYS_WAIT4 ideal-int +pkg syscall (openbsd-386-cgo), const SYS_WRITE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_WRITEV ideal-int +pkg syscall (openbsd-386-cgo), const SYS___GETCWD ideal-int +pkg syscall (openbsd-386-cgo), const SYS___GET_TCB ideal-int +pkg syscall (openbsd-386-cgo), const SYS___SEMCTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS___SET_TCB ideal-int +pkg syscall (openbsd-386-cgo), const SYS___SYSCTL ideal-int +pkg syscall (openbsd-386-cgo), const SYS___TFORK ideal-int +pkg syscall (openbsd-386-cgo), const SYS___THREXIT ideal-int +pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT ideal-int +pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP ideal-int +pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP ideal-int +pkg syscall (openbsd-386-cgo), const SizeofBpfHdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofBpfInsn ideal-int +pkg syscall (openbsd-386-cgo), const SizeofBpfProgram ideal-int +pkg syscall (openbsd-386-cgo), const SizeofBpfStat ideal-int +pkg syscall (openbsd-386-cgo), const SizeofBpfVersion ideal-int +pkg syscall (openbsd-386-cgo), const SizeofCmsghdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (openbsd-386-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIPMreq ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (openbsd-386-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIfData ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (openbsd-386-cgo), const SizeofLinger ideal-int +pkg syscall (openbsd-386-cgo), const SizeofMsghdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofRtMetrics ideal-int +pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (openbsd-386-cgo), const TCIFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const TCIOFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const TCOFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MAXBURST ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MAXSEG ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MAXWIN ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MD5SIG ideal-int +pkg syscall (openbsd-386-cgo), const TCP_MSS ideal-int +pkg syscall (openbsd-386-cgo), const TCP_NSTATES ideal-int +pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE ideal-int +pkg syscall (openbsd-386-cgo), const TCSAFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const TIOCCBRK ideal-int +pkg syscall (openbsd-386-cgo), const TIOCCDTR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCCONS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCDRAIN ideal-int +pkg syscall (openbsd-386-cgo), const TIOCEXCL ideal-int +pkg syscall (openbsd-386-cgo), const TIOCEXT ideal-int +pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCFLUSH ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGETA ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGETD ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGPGRP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGWINSZ ideal-int +pkg syscall (openbsd-386-cgo), const TIOCMBIC ideal-int +pkg syscall (openbsd-386-cgo), const TIOCMBIS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCMGET ideal-int +pkg syscall (openbsd-386-cgo), const TIOCMODG ideal-int +pkg syscall (openbsd-386-cgo), const TIOCMODS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCMSET ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_CAR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_CD ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_CTS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_DSR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_DTR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_LE ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_RI ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_RNG ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_RTS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_SR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCM_ST ideal-int +pkg syscall (openbsd-386-cgo), const TIOCNOTTY ideal-int +pkg syscall (openbsd-386-cgo), const TIOCNXCL ideal-int +pkg syscall (openbsd-386-cgo), const TIOCOUTQ ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_START ideal-int +pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCREMOTE ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSBRK ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSCTTY ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSDTR ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSETA ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSETAF ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSETAW ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSETD ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSFLAGS ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSIG ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSPGRP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSTART ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSTAT ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSTI ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSTOP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP ideal-int +pkg syscall (openbsd-386-cgo), const TIOCSWINSZ ideal-int +pkg syscall (openbsd-386-cgo), const TIOCUCNTL ideal-int +pkg syscall (openbsd-386-cgo), const TOSTOP ideal-int +pkg syscall (openbsd-386-cgo), const VDISCARD ideal-int +pkg syscall (openbsd-386-cgo), const VDSUSP ideal-int +pkg syscall (openbsd-386-cgo), const VEOF ideal-int +pkg syscall (openbsd-386-cgo), const VEOL ideal-int +pkg syscall (openbsd-386-cgo), const VEOL2 ideal-int +pkg syscall (openbsd-386-cgo), const VERASE ideal-int +pkg syscall (openbsd-386-cgo), const VINTR ideal-int +pkg syscall (openbsd-386-cgo), const VKILL ideal-int +pkg syscall (openbsd-386-cgo), const VLNEXT ideal-int +pkg syscall (openbsd-386-cgo), const VMIN ideal-int +pkg syscall (openbsd-386-cgo), const VQUIT ideal-int +pkg syscall (openbsd-386-cgo), const VREPRINT ideal-int +pkg syscall (openbsd-386-cgo), const VSTART ideal-int +pkg syscall (openbsd-386-cgo), const VSTATUS ideal-int +pkg syscall (openbsd-386-cgo), const VSTOP ideal-int +pkg syscall (openbsd-386-cgo), const VSUSP ideal-int +pkg syscall (openbsd-386-cgo), const VTIME ideal-int +pkg syscall (openbsd-386-cgo), const VWERASE ideal-int +pkg syscall (openbsd-386-cgo), const WALTSIG ideal-int +pkg syscall (openbsd-386-cgo), const WCONTINUED ideal-int +pkg syscall (openbsd-386-cgo), const WCOREFLAG ideal-int +pkg syscall (openbsd-386-cgo), const WNOHANG ideal-int +pkg syscall (openbsd-386-cgo), const WSTOPPED ideal-int +pkg syscall (openbsd-386-cgo), const WUNTRACED ideal-int +pkg syscall (openbsd-386-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (openbsd-386-cgo), func Access(string, uint32) error +pkg syscall (openbsd-386-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (openbsd-386-cgo), func Bind(int, Sockaddr) error +pkg syscall (openbsd-386-cgo), func BpfBuflen(int) (int, error) +pkg syscall (openbsd-386-cgo), func BpfDatalink(int) (int, error) +pkg syscall (openbsd-386-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (openbsd-386-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (openbsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (openbsd-386-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (openbsd-386-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (openbsd-386-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (openbsd-386-cgo), func CheckBpfVersion(int) error +pkg syscall (openbsd-386-cgo), func Chflags(string, int) error +pkg syscall (openbsd-386-cgo), func Chroot(string) error +pkg syscall (openbsd-386-cgo), func Close(int) error +pkg syscall (openbsd-386-cgo), func CloseOnExec(int) +pkg syscall (openbsd-386-cgo), func CmsgLen(int) int +pkg syscall (openbsd-386-cgo), func CmsgSpace(int) int +pkg syscall (openbsd-386-cgo), func Connect(int, Sockaddr) error +pkg syscall (openbsd-386-cgo), func Dup(int) (int, error) +pkg syscall (openbsd-386-cgo), func Dup2(int, int) error +pkg syscall (openbsd-386-cgo), func Fchdir(int) error +pkg syscall (openbsd-386-cgo), func Fchflags(int, int) error +pkg syscall (openbsd-386-cgo), func Fchmod(int, uint32) error +pkg syscall (openbsd-386-cgo), func Fchown(int, int, int) error +pkg syscall (openbsd-386-cgo), func Flock(int, int) error +pkg syscall (openbsd-386-cgo), func FlushBpf(int) error +pkg syscall (openbsd-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (openbsd-386-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (openbsd-386-cgo), func Fstat(int, *Stat_t) error +pkg syscall (openbsd-386-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (openbsd-386-cgo), func Fsync(int) error +pkg syscall (openbsd-386-cgo), func Ftruncate(int, int64) error +pkg syscall (openbsd-386-cgo), func Futimes(int, []Timeval) error +pkg syscall (openbsd-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (openbsd-386-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (openbsd-386-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (openbsd-386-cgo), func Getpgid(int) (int, error) +pkg syscall (openbsd-386-cgo), func Getpgrp() int +pkg syscall (openbsd-386-cgo), func Getpriority(int, int) (int, error) +pkg syscall (openbsd-386-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (openbsd-386-cgo), func Getrusage(int, *Rusage) error +pkg syscall (openbsd-386-cgo), func Getsid(int) (int, error) +pkg syscall (openbsd-386-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (openbsd-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (openbsd-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (openbsd-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (openbsd-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (openbsd-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (openbsd-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (openbsd-386-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (openbsd-386-cgo), func Issetugid() bool +pkg syscall (openbsd-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (openbsd-386-cgo), func Kill(int, Signal) error +pkg syscall (openbsd-386-cgo), func Kqueue() (int, error) +pkg syscall (openbsd-386-cgo), func Listen(int, int) error +pkg syscall (openbsd-386-cgo), func Lstat(string, *Stat_t) error +pkg syscall (openbsd-386-cgo), func Mkfifo(string, uint32) error +pkg syscall (openbsd-386-cgo), func Mknod(string, uint32, int) error +pkg syscall (openbsd-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (openbsd-386-cgo), func Munmap([]uint8) error +pkg syscall (openbsd-386-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (openbsd-386-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (openbsd-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (openbsd-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (openbsd-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (openbsd-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (openbsd-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (openbsd-386-cgo), func Pathconf(string, int) (int, error) +pkg syscall (openbsd-386-cgo), func Pipe([]int) error +pkg syscall (openbsd-386-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (openbsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (openbsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386-cgo), func Read(int, []uint8) (int, error) +pkg syscall (openbsd-386-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (openbsd-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (openbsd-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (openbsd-386-cgo), func Revoke(string) error +pkg syscall (openbsd-386-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (openbsd-386-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (openbsd-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (openbsd-386-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (openbsd-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (openbsd-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (openbsd-386-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (openbsd-386-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (openbsd-386-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (openbsd-386-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (openbsd-386-cgo), func SetBpfImmediate(int, int) error +pkg syscall (openbsd-386-cgo), func SetBpfInterface(int, string) error +pkg syscall (openbsd-386-cgo), func SetBpfPromisc(int, int) error +pkg syscall (openbsd-386-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (openbsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (openbsd-386-cgo), func SetNonblock(int, bool) error +pkg syscall (openbsd-386-cgo), func Setegid(int) error +pkg syscall (openbsd-386-cgo), func Seteuid(int) error +pkg syscall (openbsd-386-cgo), func Setgid(int) error +pkg syscall (openbsd-386-cgo), func Setgroups([]int) error +pkg syscall (openbsd-386-cgo), func Setlogin(string) error +pkg syscall (openbsd-386-cgo), func Setpgid(int, int) error +pkg syscall (openbsd-386-cgo), func Setpriority(int, int, int) error +pkg syscall (openbsd-386-cgo), func Setregid(int, int) error +pkg syscall (openbsd-386-cgo), func Setreuid(int, int) error +pkg syscall (openbsd-386-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (openbsd-386-cgo), func Setsid() (int, error) +pkg syscall (openbsd-386-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (openbsd-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (openbsd-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (openbsd-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (openbsd-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (openbsd-386-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (openbsd-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (openbsd-386-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (openbsd-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (openbsd-386-cgo), func Settimeofday(*Timeval) error +pkg syscall (openbsd-386-cgo), func Setuid(int) error +pkg syscall (openbsd-386-cgo), func Shutdown(int, int) error +pkg syscall (openbsd-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (openbsd-386-cgo), func Socket(int, int, int) (int, error) +pkg syscall (openbsd-386-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (openbsd-386-cgo), func Stat(string, *Stat_t) error +pkg syscall (openbsd-386-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (openbsd-386-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (openbsd-386-cgo), func Sync() error +pkg syscall (openbsd-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-386-cgo), func Sysctl(string) (string, error) +pkg syscall (openbsd-386-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (openbsd-386-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (openbsd-386-cgo), func Truncate(string, int64) error +pkg syscall (openbsd-386-cgo), func Umask(int) int +pkg syscall (openbsd-386-cgo), func UnixRights(...int) []uint8 +pkg syscall (openbsd-386-cgo), func Unmount(string, int) error +pkg syscall (openbsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (openbsd-386-cgo), func Write(int, []uint8) (int, error) +pkg syscall (openbsd-386-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (openbsd-386-cgo), method (*Iovec) SetLen(int) +pkg syscall (openbsd-386-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (openbsd-386-cgo), type BpfHdr struct +pkg syscall (openbsd-386-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (openbsd-386-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (openbsd-386-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (openbsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (openbsd-386-cgo), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (openbsd-386-cgo), type BpfInsn struct +pkg syscall (openbsd-386-cgo), type BpfInsn struct, Code uint16 +pkg syscall (openbsd-386-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (openbsd-386-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (openbsd-386-cgo), type BpfInsn struct, K uint32 +pkg syscall (openbsd-386-cgo), type BpfProgram struct +pkg syscall (openbsd-386-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (openbsd-386-cgo), type BpfProgram struct, Len uint32 +pkg syscall (openbsd-386-cgo), type BpfStat struct +pkg syscall (openbsd-386-cgo), type BpfStat struct, Drop uint32 +pkg syscall (openbsd-386-cgo), type BpfStat struct, Recv uint32 +pkg syscall (openbsd-386-cgo), type BpfTimeval struct +pkg syscall (openbsd-386-cgo), type BpfTimeval struct, Sec uint32 +pkg syscall (openbsd-386-cgo), type BpfTimeval struct, Usec uint32 +pkg syscall (openbsd-386-cgo), type BpfVersion struct +pkg syscall (openbsd-386-cgo), type BpfVersion struct, Major uint16 +pkg syscall (openbsd-386-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (openbsd-386-cgo), type Cmsghdr struct +pkg syscall (openbsd-386-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (openbsd-386-cgo), type Cmsghdr struct, Level int32 +pkg syscall (openbsd-386-cgo), type Cmsghdr struct, Type int32 +pkg syscall (openbsd-386-cgo), type Credential struct +pkg syscall (openbsd-386-cgo), type Credential struct, Gid uint32 +pkg syscall (openbsd-386-cgo), type Credential struct, Groups []uint32 +pkg syscall (openbsd-386-cgo), type Credential struct, Uid uint32 +pkg syscall (openbsd-386-cgo), type Dirent struct +pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-386-cgo), type Dirent struct, Name [256]int8 +pkg syscall (openbsd-386-cgo), type Dirent struct, Namlen uint8 +pkg syscall (openbsd-386-cgo), type Dirent struct, Reclen uint16 +pkg syscall (openbsd-386-cgo), type Dirent struct, Type uint8 +pkg syscall (openbsd-386-cgo), type FdSet struct +pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-386-cgo), type Flock_t struct +pkg syscall (openbsd-386-cgo), type Flock_t struct, Len int64 +pkg syscall (openbsd-386-cgo), type Flock_t struct, Pid int32 +pkg syscall (openbsd-386-cgo), type Flock_t struct, Start int64 +pkg syscall (openbsd-386-cgo), type Flock_t struct, Type int16 +pkg syscall (openbsd-386-cgo), type Flock_t struct, Whence int16 +pkg syscall (openbsd-386-cgo), type Fsid struct +pkg syscall (openbsd-386-cgo), type Fsid struct, Val [2]int32 +pkg syscall (openbsd-386-cgo), type ICMPv6Filter struct +pkg syscall (openbsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (openbsd-386-cgo), type IPv6MTUInfo struct +pkg syscall (openbsd-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (openbsd-386-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (openbsd-386-cgo), type IfData struct +pkg syscall (openbsd-386-cgo), type IfData struct, Addrlen uint8 +pkg syscall (openbsd-386-cgo), type IfData struct, Baudrate uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Capabilities uint32 +pkg syscall (openbsd-386-cgo), type IfData struct, Collisions uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (openbsd-386-cgo), type IfData struct, Ibytes uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Ierrors uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Imcasts uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Ipackets uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Lastchange Timeval +pkg syscall (openbsd-386-cgo), type IfData struct, Link_state uint8 +pkg syscall (openbsd-386-cgo), type IfData struct, Mclpool [7]Mclpool +pkg syscall (openbsd-386-cgo), type IfData struct, Metric uint32 +pkg syscall (openbsd-386-cgo), type IfData struct, Mtu uint32 +pkg syscall (openbsd-386-cgo), type IfData struct, Noproto uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Obytes uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Oerrors uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Omcasts uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Opackets uint64 +pkg syscall (openbsd-386-cgo), type IfData struct, Pad uint32 +pkg syscall (openbsd-386-cgo), type IfData struct, Type uint8 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Data IfData +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Tableid uint16 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Xflags int32 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Tableid uint16 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (openbsd-386-cgo), type Inet6Pktinfo struct +pkg syscall (openbsd-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (openbsd-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage struct +pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (openbsd-386-cgo), type InterfaceAnnounceMessage struct +pkg syscall (openbsd-386-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (openbsd-386-cgo), type InterfaceMessage struct +pkg syscall (openbsd-386-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (openbsd-386-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (openbsd-386-cgo), type Iovec struct +pkg syscall (openbsd-386-cgo), type Iovec struct, Base *uint8 +pkg syscall (openbsd-386-cgo), type Iovec struct, Len uint32 +pkg syscall (openbsd-386-cgo), type Kevent_t struct +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int32 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Filter int16 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (openbsd-386-cgo), type Mclpool struct +pkg syscall (openbsd-386-cgo), type Mclpool struct, Alive uint16 +pkg syscall (openbsd-386-cgo), type Mclpool struct, Cwm uint16 +pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-386-cgo), type Mclpool struct, Hwm uint16 +pkg syscall (openbsd-386-cgo), type Mclpool struct, Lwm uint16 +pkg syscall (openbsd-386-cgo), type Msghdr struct +pkg syscall (openbsd-386-cgo), type Msghdr struct, Control *uint8 +pkg syscall (openbsd-386-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (openbsd-386-cgo), type Msghdr struct, Flags int32 +pkg syscall (openbsd-386-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (openbsd-386-cgo), type Msghdr struct, Iovlen uint32 +pkg syscall (openbsd-386-cgo), type Msghdr struct, Name *uint8 +pkg syscall (openbsd-386-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (openbsd-386-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (openbsd-386-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (openbsd-386-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct +pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (openbsd-386-cgo), type Rlimit struct +pkg syscall (openbsd-386-cgo), type Rlimit struct, Cur uint64 +pkg syscall (openbsd-386-cgo), type Rlimit struct, Max uint64 +pkg syscall (openbsd-386-cgo), type RouteMessage struct +pkg syscall (openbsd-386-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (openbsd-386-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (openbsd-386-cgo), type RoutingMessage interface, unexported methods +pkg syscall (openbsd-386-cgo), type RtMetrics struct +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Pksent uint64 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Refcnt uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Fmask int32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Mpls uint8 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Priority uint8 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Tableid uint16 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (openbsd-386-cgo), type Rusage struct, Idrss int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Inblock int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Isrss int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Ixrss int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Majflt int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Maxrss int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Minflt int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Nsignals int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Nswap int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Oublock int32 +pkg syscall (openbsd-386-cgo), type Rusage struct, Stime Timeval +pkg syscall (openbsd-386-cgo), type Rusage struct, Utime Timeval +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-386-cgo), type SocketControlMessage struct +pkg syscall (openbsd-386-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (openbsd-386-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (openbsd-386-cgo), type Stat_t struct +pkg syscall (openbsd-386-cgo), type Stat_t struct, Atim Timespec +pkg syscall (openbsd-386-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Blocks int64 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Ctim Timespec +pkg syscall (openbsd-386-cgo), type Stat_t struct, Dev int32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Flags uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Gen uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Gid uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Mode uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Mtim Timespec +pkg syscall (openbsd-386-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Rdev int32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Size int64 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Uid uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, X__st_birthtim Timespec +pkg syscall (openbsd-386-cgo), type Statfs_t struct +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_asyncreads uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_asyncwrites uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_bavail int64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_bfree uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_blocks uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_bsize uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_favail int64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ffree uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_files uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_flags uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_fsid Fsid +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_fstypename [16]int8 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_iosize uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntfromname [90]int8 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntonname [90]int8 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_namemax uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_owner uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_syncreads uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_syncwrites uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, Mount_info [160]uint8 +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Chroot string +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (openbsd-386-cgo), type Timespec struct, Nsec int32 +pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int32 +pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int32 +pkg syscall (openbsd-386-cgo), type Timeval struct, Usec int32 +pkg syscall (openbsd-386-cgo), type WaitStatus uint32 +pkg syscall (openbsd-386-cgo), var Stderr int +pkg syscall (openbsd-386-cgo), var Stdin int +pkg syscall (openbsd-386-cgo), var Stdout int +pkg syscall (openbsd-amd64), const AF_APPLETALK ideal-int +pkg syscall (openbsd-amd64), const AF_BLUETOOTH ideal-int +pkg syscall (openbsd-amd64), const AF_CCITT ideal-int +pkg syscall (openbsd-amd64), const AF_CHAOS ideal-int +pkg syscall (openbsd-amd64), const AF_CNT ideal-int +pkg syscall (openbsd-amd64), const AF_COIP ideal-int +pkg syscall (openbsd-amd64), const AF_DATAKIT ideal-int +pkg syscall (openbsd-amd64), const AF_DECnet ideal-int +pkg syscall (openbsd-amd64), const AF_DLI ideal-int +pkg syscall (openbsd-amd64), const AF_E164 ideal-int +pkg syscall (openbsd-amd64), const AF_ECMA ideal-int +pkg syscall (openbsd-amd64), const AF_ENCAP ideal-int +pkg syscall (openbsd-amd64), const AF_HYLINK ideal-int +pkg syscall (openbsd-amd64), const AF_IMPLINK ideal-int +pkg syscall (openbsd-amd64), const AF_IPX ideal-int +pkg syscall (openbsd-amd64), const AF_ISDN ideal-int +pkg syscall (openbsd-amd64), const AF_ISO ideal-int +pkg syscall (openbsd-amd64), const AF_KEY ideal-int +pkg syscall (openbsd-amd64), const AF_LAT ideal-int +pkg syscall (openbsd-amd64), const AF_LINK ideal-int +pkg syscall (openbsd-amd64), const AF_LOCAL ideal-int +pkg syscall (openbsd-amd64), const AF_MAX ideal-int +pkg syscall (openbsd-amd64), const AF_MPLS ideal-int +pkg syscall (openbsd-amd64), const AF_NATM ideal-int +pkg syscall (openbsd-amd64), const AF_NS ideal-int +pkg syscall (openbsd-amd64), const AF_OSI ideal-int +pkg syscall (openbsd-amd64), const AF_PUP ideal-int +pkg syscall (openbsd-amd64), const AF_ROUTE ideal-int +pkg syscall (openbsd-amd64), const AF_SIP ideal-int +pkg syscall (openbsd-amd64), const AF_SNA ideal-int +pkg syscall (openbsd-amd64), const ARPHRD_ETHER ideal-int +pkg syscall (openbsd-amd64), const ARPHRD_FRELAY ideal-int +pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 ideal-int +pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 ideal-int +pkg syscall (openbsd-amd64), const B0 ideal-int +pkg syscall (openbsd-amd64), const B110 ideal-int +pkg syscall (openbsd-amd64), const B115200 ideal-int +pkg syscall (openbsd-amd64), const B1200 ideal-int +pkg syscall (openbsd-amd64), const B134 ideal-int +pkg syscall (openbsd-amd64), const B14400 ideal-int +pkg syscall (openbsd-amd64), const B150 ideal-int +pkg syscall (openbsd-amd64), const B1800 ideal-int +pkg syscall (openbsd-amd64), const B19200 ideal-int +pkg syscall (openbsd-amd64), const B200 ideal-int +pkg syscall (openbsd-amd64), const B230400 ideal-int +pkg syscall (openbsd-amd64), const B2400 ideal-int +pkg syscall (openbsd-amd64), const B28800 ideal-int +pkg syscall (openbsd-amd64), const B300 ideal-int +pkg syscall (openbsd-amd64), const B38400 ideal-int +pkg syscall (openbsd-amd64), const B4800 ideal-int +pkg syscall (openbsd-amd64), const B50 ideal-int +pkg syscall (openbsd-amd64), const B57600 ideal-int +pkg syscall (openbsd-amd64), const B600 ideal-int +pkg syscall (openbsd-amd64), const B7200 ideal-int +pkg syscall (openbsd-amd64), const B75 ideal-int +pkg syscall (openbsd-amd64), const B76800 ideal-int +pkg syscall (openbsd-amd64), const B9600 ideal-int +pkg syscall (openbsd-amd64), const BIOCFLUSH ideal-int +pkg syscall (openbsd-amd64), const BIOCGBLEN ideal-int +pkg syscall (openbsd-amd64), const BIOCGDIRFILT ideal-int +pkg syscall (openbsd-amd64), const BIOCGDLT ideal-int +pkg syscall (openbsd-amd64), const BIOCGDLTLIST ideal-int +pkg syscall (openbsd-amd64), const BIOCGETIF ideal-int +pkg syscall (openbsd-amd64), const BIOCGFILDROP ideal-int +pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT ideal-int +pkg syscall (openbsd-amd64), const BIOCGRSIG ideal-int +pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT ideal-int +pkg syscall (openbsd-amd64), const BIOCGSTATS ideal-int +pkg syscall (openbsd-amd64), const BIOCIMMEDIATE ideal-int +pkg syscall (openbsd-amd64), const BIOCLOCK ideal-int +pkg syscall (openbsd-amd64), const BIOCPROMISC ideal-int +pkg syscall (openbsd-amd64), const BIOCSBLEN ideal-int +pkg syscall (openbsd-amd64), const BIOCSDIRFILT ideal-int +pkg syscall (openbsd-amd64), const BIOCSDLT ideal-int +pkg syscall (openbsd-amd64), const BIOCSETF ideal-int +pkg syscall (openbsd-amd64), const BIOCSETIF ideal-int +pkg syscall (openbsd-amd64), const BIOCSETWF ideal-int +pkg syscall (openbsd-amd64), const BIOCSFILDROP ideal-int +pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT ideal-int +pkg syscall (openbsd-amd64), const BIOCSRSIG ideal-int +pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT ideal-int +pkg syscall (openbsd-amd64), const BIOCVERSION ideal-int +pkg syscall (openbsd-amd64), const BPF_A ideal-int +pkg syscall (openbsd-amd64), const BPF_ABS ideal-int +pkg syscall (openbsd-amd64), const BPF_ADD ideal-int +pkg syscall (openbsd-amd64), const BPF_ALIGNMENT ideal-int +pkg syscall (openbsd-amd64), const BPF_ALU ideal-int +pkg syscall (openbsd-amd64), const BPF_AND ideal-int +pkg syscall (openbsd-amd64), const BPF_B ideal-int +pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN ideal-int +pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT ideal-int +pkg syscall (openbsd-amd64), const BPF_DIV ideal-int +pkg syscall (openbsd-amd64), const BPF_H ideal-int +pkg syscall (openbsd-amd64), const BPF_IMM ideal-int +pkg syscall (openbsd-amd64), const BPF_IND ideal-int +pkg syscall (openbsd-amd64), const BPF_JA ideal-int +pkg syscall (openbsd-amd64), const BPF_JEQ ideal-int +pkg syscall (openbsd-amd64), const BPF_JGE ideal-int +pkg syscall (openbsd-amd64), const BPF_JGT ideal-int +pkg syscall (openbsd-amd64), const BPF_JMP ideal-int +pkg syscall (openbsd-amd64), const BPF_JSET ideal-int +pkg syscall (openbsd-amd64), const BPF_K ideal-int +pkg syscall (openbsd-amd64), const BPF_LD ideal-int +pkg syscall (openbsd-amd64), const BPF_LDX ideal-int +pkg syscall (openbsd-amd64), const BPF_LEN ideal-int +pkg syscall (openbsd-amd64), const BPF_LSH ideal-int +pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (openbsd-amd64), const BPF_MAXINSNS ideal-int +pkg syscall (openbsd-amd64), const BPF_MEM ideal-int +pkg syscall (openbsd-amd64), const BPF_MEMWORDS ideal-int +pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE ideal-int +pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION ideal-int +pkg syscall (openbsd-amd64), const BPF_MISC ideal-int +pkg syscall (openbsd-amd64), const BPF_MSH ideal-int +pkg syscall (openbsd-amd64), const BPF_MUL ideal-int +pkg syscall (openbsd-amd64), const BPF_NEG ideal-int +pkg syscall (openbsd-amd64), const BPF_OR ideal-int +pkg syscall (openbsd-amd64), const BPF_RELEASE ideal-int +pkg syscall (openbsd-amd64), const BPF_RET ideal-int +pkg syscall (openbsd-amd64), const BPF_RSH ideal-int +pkg syscall (openbsd-amd64), const BPF_ST ideal-int +pkg syscall (openbsd-amd64), const BPF_STX ideal-int +pkg syscall (openbsd-amd64), const BPF_SUB ideal-int +pkg syscall (openbsd-amd64), const BPF_TAX ideal-int +pkg syscall (openbsd-amd64), const BPF_TXA ideal-int +pkg syscall (openbsd-amd64), const BPF_W ideal-int +pkg syscall (openbsd-amd64), const BPF_X ideal-int +pkg syscall (openbsd-amd64), const BRKINT ideal-int +pkg syscall (openbsd-amd64), const CCR0_FLUSH ideal-int +pkg syscall (openbsd-amd64), const CFLUSH ideal-int +pkg syscall (openbsd-amd64), const CLOCAL ideal-int +pkg syscall (openbsd-amd64), const CPUID_CFLUSH ideal-int +pkg syscall (openbsd-amd64), const CREAD ideal-int +pkg syscall (openbsd-amd64), const CS5 ideal-int +pkg syscall (openbsd-amd64), const CS6 ideal-int +pkg syscall (openbsd-amd64), const CS7 ideal-int +pkg syscall (openbsd-amd64), const CS8 ideal-int +pkg syscall (openbsd-amd64), const CSIZE ideal-int +pkg syscall (openbsd-amd64), const CSTART ideal-int +pkg syscall (openbsd-amd64), const CSTATUS ideal-int +pkg syscall (openbsd-amd64), const CSTOP ideal-int +pkg syscall (openbsd-amd64), const CSTOPB ideal-int +pkg syscall (openbsd-amd64), const CSUSP ideal-int +pkg syscall (openbsd-amd64), const CTL_MAXNAME ideal-int +pkg syscall (openbsd-amd64), const CTL_NET ideal-int +pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH ideal-int +pkg syscall (openbsd-amd64), const DLT_ARCNET ideal-int +pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (openbsd-amd64), const DLT_AX25 ideal-int +pkg syscall (openbsd-amd64), const DLT_CHAOS ideal-int +pkg syscall (openbsd-amd64), const DLT_C_HDLC ideal-int +pkg syscall (openbsd-amd64), const DLT_EN10MB ideal-int +pkg syscall (openbsd-amd64), const DLT_EN3MB ideal-int +pkg syscall (openbsd-amd64), const DLT_ENC ideal-int +pkg syscall (openbsd-amd64), const DLT_FDDI ideal-int +pkg syscall (openbsd-amd64), const DLT_IEEE802 ideal-int +pkg syscall (openbsd-amd64), const DLT_IEEE802_11 ideal-int +pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (openbsd-amd64), const DLT_LOOP ideal-int +pkg syscall (openbsd-amd64), const DLT_MPLS ideal-int +pkg syscall (openbsd-amd64), const DLT_NULL ideal-int +pkg syscall (openbsd-amd64), const DLT_PFLOG ideal-int +pkg syscall (openbsd-amd64), const DLT_PFSYNC ideal-int +pkg syscall (openbsd-amd64), const DLT_PPP ideal-int +pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS ideal-int +pkg syscall (openbsd-amd64), const DLT_PPP_ETHER ideal-int +pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL ideal-int +pkg syscall (openbsd-amd64), const DLT_PRONET ideal-int +pkg syscall (openbsd-amd64), const DLT_RAW ideal-int +pkg syscall (openbsd-amd64), const DLT_SLIP ideal-int +pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (openbsd-amd64), const DT_BLK ideal-int +pkg syscall (openbsd-amd64), const DT_CHR ideal-int +pkg syscall (openbsd-amd64), const DT_DIR ideal-int +pkg syscall (openbsd-amd64), const DT_FIFO ideal-int +pkg syscall (openbsd-amd64), const DT_LNK ideal-int +pkg syscall (openbsd-amd64), const DT_REG ideal-int +pkg syscall (openbsd-amd64), const DT_SOCK ideal-int +pkg syscall (openbsd-amd64), const DT_UNKNOWN ideal-int +pkg syscall (openbsd-amd64), const EAUTH Errno +pkg syscall (openbsd-amd64), const EBADRPC Errno +pkg syscall (openbsd-amd64), const ECHO ideal-int +pkg syscall (openbsd-amd64), const ECHOCTL ideal-int +pkg syscall (openbsd-amd64), const ECHOE ideal-int +pkg syscall (openbsd-amd64), const ECHOK ideal-int +pkg syscall (openbsd-amd64), const ECHOKE ideal-int +pkg syscall (openbsd-amd64), const ECHONL ideal-int +pkg syscall (openbsd-amd64), const ECHOPRT ideal-int +pkg syscall (openbsd-amd64), const EFER_LMA ideal-int +pkg syscall (openbsd-amd64), const EFER_LME ideal-int +pkg syscall (openbsd-amd64), const EFER_NXE ideal-int +pkg syscall (openbsd-amd64), const EFER_SCE ideal-int +pkg syscall (openbsd-amd64), const EFTYPE Errno +pkg syscall (openbsd-amd64), const EIPSEC Errno +pkg syscall (openbsd-amd64), const ELAST Errno +pkg syscall (openbsd-amd64), const EMEDIUMTYPE Errno +pkg syscall (openbsd-amd64), const EMT_TAGOVF ideal-int +pkg syscall (openbsd-amd64), const EMUL_ENABLED ideal-int +pkg syscall (openbsd-amd64), const EMUL_NATIVE ideal-int +pkg syscall (openbsd-amd64), const ENDRUNDISC ideal-int +pkg syscall (openbsd-amd64), const ENEEDAUTH Errno +pkg syscall (openbsd-amd64), const ENOATTR Errno +pkg syscall (openbsd-amd64), const ENOMEDIUM Errno +pkg syscall (openbsd-amd64), const EPROCLIM Errno +pkg syscall (openbsd-amd64), const EPROCUNAVAIL Errno +pkg syscall (openbsd-amd64), const EPROGMISMATCH Errno +pkg syscall (openbsd-amd64), const EPROGUNAVAIL Errno +pkg syscall (openbsd-amd64), const ERPCMISMATCH Errno +pkg syscall (openbsd-amd64), const ETHERMIN ideal-int +pkg syscall (openbsd-amd64), const ETHERMTU ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_8023 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AARP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AOE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ARP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ATT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DCA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DDE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_ES ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_HP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IPX ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LAT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MAX ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MICP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NBS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NCD ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PACER ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PAE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PCS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PPP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PUP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_RCL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_RDP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SCA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SNA ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_STP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TEC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VALID ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VINES ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_X25 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_X75 ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM ideal-int +pkg syscall (openbsd-amd64), const ETHERTYPE_XTP ideal-int +pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_ALIGN ideal-int +pkg syscall (openbsd-amd64), const ETHER_CRC_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (openbsd-amd64), const ETHER_HDR_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_MAX_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_MIN_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN ideal-int +pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (openbsd-amd64), const EVFILT_AIO ideal-int +pkg syscall (openbsd-amd64), const EVFILT_PROC ideal-int +pkg syscall (openbsd-amd64), const EVFILT_READ ideal-int +pkg syscall (openbsd-amd64), const EVFILT_SIGNAL ideal-int +pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (openbsd-amd64), const EVFILT_TIMER ideal-int +pkg syscall (openbsd-amd64), const EVFILT_VNODE ideal-int +pkg syscall (openbsd-amd64), const EVFILT_WRITE ideal-int +pkg syscall (openbsd-amd64), const EV_ADD ideal-int +pkg syscall (openbsd-amd64), const EV_CLEAR ideal-int +pkg syscall (openbsd-amd64), const EV_DELETE ideal-int +pkg syscall (openbsd-amd64), const EV_DISABLE ideal-int +pkg syscall (openbsd-amd64), const EV_ENABLE ideal-int +pkg syscall (openbsd-amd64), const EV_EOF ideal-int +pkg syscall (openbsd-amd64), const EV_ERROR ideal-int +pkg syscall (openbsd-amd64), const EV_FLAG1 ideal-int +pkg syscall (openbsd-amd64), const EV_ONESHOT ideal-int +pkg syscall (openbsd-amd64), const EV_SYSFLAGS ideal-int +pkg syscall (openbsd-amd64), const EXTA ideal-int +pkg syscall (openbsd-amd64), const EXTB ideal-int +pkg syscall (openbsd-amd64), const EXTPROC ideal-int +pkg syscall (openbsd-amd64), const FD_CLOEXEC ideal-int +pkg syscall (openbsd-amd64), const FD_SETSIZE ideal-int +pkg syscall (openbsd-amd64), const FLUSHO ideal-int +pkg syscall (openbsd-amd64), const F_DUPFD ideal-int +pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (openbsd-amd64), const F_GETFD ideal-int +pkg syscall (openbsd-amd64), const F_GETFL ideal-int +pkg syscall (openbsd-amd64), const F_GETLK ideal-int +pkg syscall (openbsd-amd64), const F_GETOWN ideal-int +pkg syscall (openbsd-amd64), const F_OK ideal-int +pkg syscall (openbsd-amd64), const F_RDLCK ideal-int +pkg syscall (openbsd-amd64), const F_SETFD ideal-int +pkg syscall (openbsd-amd64), const F_SETFL ideal-int +pkg syscall (openbsd-amd64), const F_SETLK ideal-int +pkg syscall (openbsd-amd64), const F_SETLKW ideal-int +pkg syscall (openbsd-amd64), const F_SETOWN ideal-int +pkg syscall (openbsd-amd64), const F_UNLCK ideal-int +pkg syscall (openbsd-amd64), const F_WRLCK ideal-int +pkg syscall (openbsd-amd64), const HUPCL ideal-int +pkg syscall (openbsd-amd64), const ICANON ideal-int +pkg syscall (openbsd-amd64), const ICMP6_FILTER = 18 +pkg syscall (openbsd-amd64), const ICMP6_FILTER ideal-int +pkg syscall (openbsd-amd64), const ICRNL ideal-int +pkg syscall (openbsd-amd64), const IEXTEN ideal-int +pkg syscall (openbsd-amd64), const IFAN_ARRIVAL ideal-int +pkg syscall (openbsd-amd64), const IFAN_DEPARTURE ideal-int +pkg syscall (openbsd-amd64), const IFA_ROUTE ideal-int +pkg syscall (openbsd-amd64), const IFF_ALLMULTI ideal-int +pkg syscall (openbsd-amd64), const IFF_CANTCHANGE ideal-int +pkg syscall (openbsd-amd64), const IFF_DEBUG ideal-int +pkg syscall (openbsd-amd64), const IFF_LINK0 ideal-int +pkg syscall (openbsd-amd64), const IFF_LINK1 ideal-int +pkg syscall (openbsd-amd64), const IFF_LINK2 ideal-int +pkg syscall (openbsd-amd64), const IFF_NOARP ideal-int +pkg syscall (openbsd-amd64), const IFF_NOTRAILERS ideal-int +pkg syscall (openbsd-amd64), const IFF_OACTIVE ideal-int +pkg syscall (openbsd-amd64), const IFF_POINTOPOINT ideal-int +pkg syscall (openbsd-amd64), const IFF_PROMISC ideal-int +pkg syscall (openbsd-amd64), const IFF_RUNNING ideal-int +pkg syscall (openbsd-amd64), const IFF_SIMPLEX ideal-int +pkg syscall (openbsd-amd64), const IFNAMSIZ ideal-int +pkg syscall (openbsd-amd64), const IFT_1822 ideal-int +pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH ideal-int +pkg syscall (openbsd-amd64), const IFT_AAL2 ideal-int +pkg syscall (openbsd-amd64), const IFT_AAL5 ideal-int +pkg syscall (openbsd-amd64), const IFT_ADSL ideal-int +pkg syscall (openbsd-amd64), const IFT_AFLANE8023 ideal-int +pkg syscall (openbsd-amd64), const IFT_AFLANE8025 ideal-int +pkg syscall (openbsd-amd64), const IFT_ARAP ideal-int +pkg syscall (openbsd-amd64), const IFT_ARCNET ideal-int +pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS ideal-int +pkg syscall (openbsd-amd64), const IFT_ASYNC ideal-int +pkg syscall (openbsd-amd64), const IFT_ATM ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMDXI ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMFUNI ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMIMA ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMRADIO ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT ideal-int +pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL ideal-int +pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (openbsd-amd64), const IFT_BLUETOOTH ideal-int +pkg syscall (openbsd-amd64), const IFT_BRIDGE ideal-int +pkg syscall (openbsd-amd64), const IFT_BSC ideal-int +pkg syscall (openbsd-amd64), const IFT_CARP ideal-int +pkg syscall (openbsd-amd64), const IFT_CCTEMUL ideal-int +pkg syscall (openbsd-amd64), const IFT_CEPT ideal-int +pkg syscall (openbsd-amd64), const IFT_CES ideal-int +pkg syscall (openbsd-amd64), const IFT_CHANNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_CNR ideal-int +pkg syscall (openbsd-amd64), const IFT_COFFEE ideal-int +pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK ideal-int +pkg syscall (openbsd-amd64), const IFT_DCN ideal-int +pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_DLSW ideal-int +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_DS0 ideal-int +pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE ideal-int +pkg syscall (openbsd-amd64), const IFT_DS1FDL ideal-int +pkg syscall (openbsd-amd64), const IFT_DS3 ideal-int +pkg syscall (openbsd-amd64), const IFT_DTM ideal-int +pkg syscall (openbsd-amd64), const IFT_DUMMY ideal-int +pkg syscall (openbsd-amd64), const IFT_DVBASILN ideal-int +pkg syscall (openbsd-amd64), const IFT_DVBASIOUT ideal-int +pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (openbsd-amd64), const IFT_ECONET ideal-int +pkg syscall (openbsd-amd64), const IFT_ENC ideal-int +pkg syscall (openbsd-amd64), const IFT_EON ideal-int +pkg syscall (openbsd-amd64), const IFT_EPLRS ideal-int +pkg syscall (openbsd-amd64), const IFT_ESCON ideal-int +pkg syscall (openbsd-amd64), const IFT_ETHER ideal-int +pkg syscall (openbsd-amd64), const IFT_FAITH ideal-int +pkg syscall (openbsd-amd64), const IFT_FAST ideal-int +pkg syscall (openbsd-amd64), const IFT_FASTETHER ideal-int +pkg syscall (openbsd-amd64), const IFT_FASTETHERFX ideal-int +pkg syscall (openbsd-amd64), const IFT_FDDI ideal-int +pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT ideal-int +pkg syscall (openbsd-amd64), const IFT_FRELAY ideal-int +pkg syscall (openbsd-amd64), const IFT_FRELAYDCE ideal-int +pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (openbsd-amd64), const IFT_FRFORWARD ideal-int +pkg syscall (openbsd-amd64), const IFT_G703AT2MB ideal-int +pkg syscall (openbsd-amd64), const IFT_G703AT64K ideal-int +pkg syscall (openbsd-amd64), const IFT_GIF ideal-int +pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET ideal-int +pkg syscall (openbsd-amd64), const IFT_GR303IDT ideal-int +pkg syscall (openbsd-amd64), const IFT_GR303RDT ideal-int +pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER ideal-int +pkg syscall (openbsd-amd64), const IFT_H323PROXY ideal-int +pkg syscall (openbsd-amd64), const IFT_HDH1822 ideal-int +pkg syscall (openbsd-amd64), const IFT_HDLC ideal-int +pkg syscall (openbsd-amd64), const IFT_HDSL2 ideal-int +pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 ideal-int +pkg syscall (openbsd-amd64), const IFT_HIPPI ideal-int +pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (openbsd-amd64), const IFT_HOSTPAD ideal-int +pkg syscall (openbsd-amd64), const IFT_HSSI ideal-int +pkg syscall (openbsd-amd64), const IFT_HY ideal-int +pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN ideal-int +pkg syscall (openbsd-amd64), const IFT_IDSL ideal-int +pkg syscall (openbsd-amd64), const IFT_IEEE1394 ideal-int +pkg syscall (openbsd-amd64), const IFT_IEEE80211 ideal-int +pkg syscall (openbsd-amd64), const IFT_IEEE80212 ideal-int +pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (openbsd-amd64), const IFT_IFGSN ideal-int +pkg syscall (openbsd-amd64), const IFT_IMT ideal-int +pkg syscall (openbsd-amd64), const IFT_INFINIBAND ideal-int +pkg syscall (openbsd-amd64), const IFT_INTERLEAVE ideal-int +pkg syscall (openbsd-amd64), const IFT_IP ideal-int +pkg syscall (openbsd-amd64), const IFT_IPFORWARD ideal-int +pkg syscall (openbsd-amd64), const IFT_IPOVERATM ideal-int +pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC ideal-int +pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW ideal-int +pkg syscall (openbsd-amd64), const IFT_IPSWITCH ideal-int +pkg syscall (openbsd-amd64), const IFT_ISDN ideal-int +pkg syscall (openbsd-amd64), const IFT_ISDNBASIC ideal-int +pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (openbsd-amd64), const IFT_ISDNS ideal-int +pkg syscall (openbsd-amd64), const IFT_ISDNU ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88022LLC ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88023 ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88024 ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88025 ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88025DTR ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER ideal-int +pkg syscall (openbsd-amd64), const IFT_ISO88026 ideal-int +pkg syscall (openbsd-amd64), const IFT_ISUP ideal-int +pkg syscall (openbsd-amd64), const IFT_L2VLAN ideal-int +pkg syscall (openbsd-amd64), const IFT_L3IPVLAN ideal-int +pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN ideal-int +pkg syscall (openbsd-amd64), const IFT_LAPB ideal-int +pkg syscall (openbsd-amd64), const IFT_LAPD ideal-int +pkg syscall (openbsd-amd64), const IFT_LAPF ideal-int +pkg syscall (openbsd-amd64), const IFT_LINEGROUP ideal-int +pkg syscall (openbsd-amd64), const IFT_LOCALTALK ideal-int +pkg syscall (openbsd-amd64), const IFT_LOOP ideal-int +pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (openbsd-amd64), const IFT_MFSIGLINK ideal-int +pkg syscall (openbsd-amd64), const IFT_MIOX25 ideal-int +pkg syscall (openbsd-amd64), const IFT_MODEM ideal-int +pkg syscall (openbsd-amd64), const IFT_MPC ideal-int +pkg syscall (openbsd-amd64), const IFT_MPLS ideal-int +pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_MSDSL ideal-int +pkg syscall (openbsd-amd64), const IFT_MVL ideal-int +pkg syscall (openbsd-amd64), const IFT_MYRINET ideal-int +pkg syscall (openbsd-amd64), const IFT_NFAS ideal-int +pkg syscall (openbsd-amd64), const IFT_NSIP ideal-int +pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (openbsd-amd64), const IFT_OTHER ideal-int +pkg syscall (openbsd-amd64), const IFT_P10 ideal-int +pkg syscall (openbsd-amd64), const IFT_P80 ideal-int +pkg syscall (openbsd-amd64), const IFT_PARA ideal-int +pkg syscall (openbsd-amd64), const IFT_PFLOG ideal-int +pkg syscall (openbsd-amd64), const IFT_PFLOW ideal-int +pkg syscall (openbsd-amd64), const IFT_PFSYNC ideal-int +pkg syscall (openbsd-amd64), const IFT_PLC ideal-int +pkg syscall (openbsd-amd64), const IFT_PON155 ideal-int +pkg syscall (openbsd-amd64), const IFT_PON622 ideal-int +pkg syscall (openbsd-amd64), const IFT_POS ideal-int +pkg syscall (openbsd-amd64), const IFT_PPP ideal-int +pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPATM ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPCNLS ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPMUX ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (openbsd-amd64), const IFT_PTPSERIAL ideal-int +pkg syscall (openbsd-amd64), const IFT_PVC ideal-int +pkg syscall (openbsd-amd64), const IFT_Q2931 ideal-int +pkg syscall (openbsd-amd64), const IFT_QLLC ideal-int +pkg syscall (openbsd-amd64), const IFT_RADIOMAC ideal-int +pkg syscall (openbsd-amd64), const IFT_RADSL ideal-int +pkg syscall (openbsd-amd64), const IFT_REACHDSL ideal-int +pkg syscall (openbsd-amd64), const IFT_RFC1483 ideal-int +pkg syscall (openbsd-amd64), const IFT_RS232 ideal-int +pkg syscall (openbsd-amd64), const IFT_RSRB ideal-int +pkg syscall (openbsd-amd64), const IFT_SDLC ideal-int +pkg syscall (openbsd-amd64), const IFT_SDSL ideal-int +pkg syscall (openbsd-amd64), const IFT_SHDSL ideal-int +pkg syscall (openbsd-amd64), const IFT_SIP ideal-int +pkg syscall (openbsd-amd64), const IFT_SIPSIG ideal-int +pkg syscall (openbsd-amd64), const IFT_SIPTG ideal-int +pkg syscall (openbsd-amd64), const IFT_SLIP ideal-int +pkg syscall (openbsd-amd64), const IFT_SMDSDXI ideal-int +pkg syscall (openbsd-amd64), const IFT_SMDSICIP ideal-int +pkg syscall (openbsd-amd64), const IFT_SONET ideal-int +pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_SONETPATH ideal-int +pkg syscall (openbsd-amd64), const IFT_SONETVT ideal-int +pkg syscall (openbsd-amd64), const IFT_SRP ideal-int +pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK ideal-int +pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK ideal-int +pkg syscall (openbsd-amd64), const IFT_STARLAN ideal-int +pkg syscall (openbsd-amd64), const IFT_T1 ideal-int +pkg syscall (openbsd-amd64), const IFT_TDLC ideal-int +pkg syscall (openbsd-amd64), const IFT_TELINK ideal-int +pkg syscall (openbsd-amd64), const IFT_TERMPAD ideal-int +pkg syscall (openbsd-amd64), const IFT_TR008 ideal-int +pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC ideal-int +pkg syscall (openbsd-amd64), const IFT_TUNNEL ideal-int +pkg syscall (openbsd-amd64), const IFT_ULTRA ideal-int +pkg syscall (openbsd-amd64), const IFT_USB ideal-int +pkg syscall (openbsd-amd64), const IFT_V11 ideal-int +pkg syscall (openbsd-amd64), const IFT_V35 ideal-int +pkg syscall (openbsd-amd64), const IFT_V36 ideal-int +pkg syscall (openbsd-amd64), const IFT_V37 ideal-int +pkg syscall (openbsd-amd64), const IFT_VDSL ideal-int +pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (openbsd-amd64), const IFT_VIRTUALTG ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEDID ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEEM ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEENCAP ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEFXO ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEFXS ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP ideal-int +pkg syscall (openbsd-amd64), const IFT_X213 ideal-int +pkg syscall (openbsd-amd64), const IFT_X25 ideal-int +pkg syscall (openbsd-amd64), const IFT_X25DDN ideal-int +pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP ideal-int +pkg syscall (openbsd-amd64), const IFT_X25MLP ideal-int +pkg syscall (openbsd-amd64), const IFT_X25PLE ideal-int +pkg syscall (openbsd-amd64), const IFT_XETHER ideal-int +pkg syscall (openbsd-amd64), const IGNBRK ideal-int +pkg syscall (openbsd-amd64), const IGNCR ideal-int +pkg syscall (openbsd-amd64), const IGNPAR ideal-int +pkg syscall (openbsd-amd64), const IMAXBEL ideal-int +pkg syscall (openbsd-amd64), const INLCR ideal-int +pkg syscall (openbsd-amd64), const INPCK ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSA_HOST ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSA_MAX ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSA_NET ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSB_HOST ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSB_MAX ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSB_NET ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSC_HOST ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSC_NET ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSD_HOST ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSD_NET ideal-int +pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (openbsd-amd64), const IN_LOOPBACKNET ideal-int +pkg syscall (openbsd-amd64), const IN_RFC3021_HOST ideal-int +pkg syscall (openbsd-amd64), const IN_RFC3021_NET ideal-int +pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_AH ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_CARP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_DIVERT ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_DONE ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_EGP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_ENCAP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_EON ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_ESP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_GGP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_GRE ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_ICMP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_IDP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_IGMP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_IPIP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_IPV4 ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_MAX ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_MAXID ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_MOBILE ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_MPLS ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_NONE ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_PIM ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_PUP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_RAW ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_ROUTING ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_RSVP ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_TP ideal-int +pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (openbsd-amd64), const IPV6_CHECKSUM ideal-int +pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-amd64), const IPV6_DEFHLIM ideal-int +pkg syscall (openbsd-amd64), const IPV6_DONTFRAG ideal-int +pkg syscall (openbsd-amd64), const IPV6_DSTOPTS ideal-int +pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IPV6_FAITH ideal-int +pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (openbsd-amd64), const IPV6_FRAGTTL ideal-int +pkg syscall (openbsd-amd64), const IPV6_HLIMDEC ideal-int +pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT ideal-int +pkg syscall (openbsd-amd64), const IPV6_HOPOPTS ideal-int +pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IPV6_MAXHLIM ideal-int +pkg syscall (openbsd-amd64), const IPV6_MAXPACKET ideal-int +pkg syscall (openbsd-amd64), const IPV6_MMTU ideal-int +pkg syscall (openbsd-amd64), const IPV6_NEXTHOP ideal-int +pkg syscall (openbsd-amd64), const IPV6_OPTIONS ideal-int +pkg syscall (openbsd-amd64), const IPV6_PATHMTU ideal-int +pkg syscall (openbsd-amd64), const IPV6_PIPEX ideal-int +pkg syscall (openbsd-amd64), const IPV6_PKTINFO ideal-int +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE ideal-int +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS ideal-int +pkg syscall (openbsd-amd64), const IPV6_RTABLE ideal-int +pkg syscall (openbsd-amd64), const IPV6_RTHDR ideal-int +pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (openbsd-amd64), const IPV6_TCLASS ideal-int +pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (openbsd-amd64), const IPV6_VERSION ideal-int +pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK ideal-int +pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (openbsd-amd64), const IP_DF ideal-int +pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IP_HDRINCL ideal-int +pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO ideal-int +pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH ideal-int +pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED ideal-int +pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID ideal-int +pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH ideal-int +pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED ideal-int +pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID ideal-int +pkg syscall (openbsd-amd64), const IP_MAXPACKET ideal-int +pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (openbsd-amd64), const IP_MF ideal-int +pkg syscall (openbsd-amd64), const IP_MINTTL ideal-int +pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (openbsd-amd64), const IP_MSS ideal-int +pkg syscall (openbsd-amd64), const IP_OFFMASK ideal-int +pkg syscall (openbsd-amd64), const IP_OPTIONS ideal-int +pkg syscall (openbsd-amd64), const IP_PIPEX ideal-int +pkg syscall (openbsd-amd64), const IP_PORTRANGE ideal-int +pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-amd64), const IP_RECVDSTADDR ideal-int +pkg syscall (openbsd-amd64), const IP_RECVDSTPORT ideal-int +pkg syscall (openbsd-amd64), const IP_RECVIF ideal-int +pkg syscall (openbsd-amd64), const IP_RECVOPTS ideal-int +pkg syscall (openbsd-amd64), const IP_RECVRETOPTS ideal-int +pkg syscall (openbsd-amd64), const IP_RECVRTABLE ideal-int +pkg syscall (openbsd-amd64), const IP_RECVTTL ideal-int +pkg syscall (openbsd-amd64), const IP_RETOPTS ideal-int +pkg syscall (openbsd-amd64), const IP_RF ideal-int +pkg syscall (openbsd-amd64), const IP_RTABLE ideal-int +pkg syscall (openbsd-amd64), const ISIG ideal-int +pkg syscall (openbsd-amd64), const ISTRIP ideal-int +pkg syscall (openbsd-amd64), const IXANY ideal-int +pkg syscall (openbsd-amd64), const IXOFF ideal-int +pkg syscall (openbsd-amd64), const IXON ideal-int +pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH ideal-int +pkg syscall (openbsd-amd64), const LOCK_EX ideal-int +pkg syscall (openbsd-amd64), const LOCK_NB ideal-int +pkg syscall (openbsd-amd64), const LOCK_SH ideal-int +pkg syscall (openbsd-amd64), const LOCK_UN ideal-int +pkg syscall (openbsd-amd64), const MSG_BCAST ideal-int +pkg syscall (openbsd-amd64), const MSG_CTRUNC ideal-int +pkg syscall (openbsd-amd64), const MSG_DONTROUTE ideal-int +pkg syscall (openbsd-amd64), const MSG_DONTWAIT ideal-int +pkg syscall (openbsd-amd64), const MSG_EOR ideal-int +pkg syscall (openbsd-amd64), const MSG_MCAST ideal-int +pkg syscall (openbsd-amd64), const MSG_NOSIGNAL ideal-int +pkg syscall (openbsd-amd64), const MSG_OOB ideal-int +pkg syscall (openbsd-amd64), const MSG_PEEK ideal-int +pkg syscall (openbsd-amd64), const MSG_TRUNC ideal-int +pkg syscall (openbsd-amd64), const MSG_WAITALL ideal-int +pkg syscall (openbsd-amd64), const NAME_MAX ideal-int +pkg syscall (openbsd-amd64), const NET_RT_DUMP ideal-int +pkg syscall (openbsd-amd64), const NET_RT_FLAGS ideal-int +pkg syscall (openbsd-amd64), const NET_RT_IFLIST ideal-int +pkg syscall (openbsd-amd64), const NET_RT_MAXID ideal-int +pkg syscall (openbsd-amd64), const NET_RT_STATS ideal-int +pkg syscall (openbsd-amd64), const NET_RT_TABLE ideal-int +pkg syscall (openbsd-amd64), const NOFLSH ideal-int +pkg syscall (openbsd-amd64), const NOTE_ATTRIB ideal-int +pkg syscall (openbsd-amd64), const NOTE_CHILD ideal-int +pkg syscall (openbsd-amd64), const NOTE_DELETE ideal-int +pkg syscall (openbsd-amd64), const NOTE_EOF ideal-int +pkg syscall (openbsd-amd64), const NOTE_EXEC ideal-int +pkg syscall (openbsd-amd64), const NOTE_EXIT ideal-int +pkg syscall (openbsd-amd64), const NOTE_EXTEND ideal-int +pkg syscall (openbsd-amd64), const NOTE_FORK ideal-int +pkg syscall (openbsd-amd64), const NOTE_LINK ideal-int +pkg syscall (openbsd-amd64), const NOTE_LOWAT ideal-int +pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK ideal-int +pkg syscall (openbsd-amd64), const NOTE_PDATAMASK ideal-int +pkg syscall (openbsd-amd64), const NOTE_RENAME ideal-int +pkg syscall (openbsd-amd64), const NOTE_REVOKE ideal-int +pkg syscall (openbsd-amd64), const NOTE_TRACK ideal-int +pkg syscall (openbsd-amd64), const NOTE_TRACKERR ideal-int +pkg syscall (openbsd-amd64), const NOTE_TRUNCATE ideal-int +pkg syscall (openbsd-amd64), const NOTE_WRITE ideal-int +pkg syscall (openbsd-amd64), const OCRNL ideal-int +pkg syscall (openbsd-amd64), const ONLCR ideal-int +pkg syscall (openbsd-amd64), const ONLRET ideal-int +pkg syscall (openbsd-amd64), const ONOCR ideal-int +pkg syscall (openbsd-amd64), const ONOEOT ideal-int +pkg syscall (openbsd-amd64), const OPOST ideal-int +pkg syscall (openbsd-amd64), const O_ACCMODE ideal-int +pkg syscall (openbsd-amd64), const O_DIRECTORY ideal-int +pkg syscall (openbsd-amd64), const O_DSYNC ideal-int +pkg syscall (openbsd-amd64), const O_EXLOCK ideal-int +pkg syscall (openbsd-amd64), const O_FSYNC ideal-int +pkg syscall (openbsd-amd64), const O_NDELAY ideal-int +pkg syscall (openbsd-amd64), const O_NOFOLLOW ideal-int +pkg syscall (openbsd-amd64), const O_RSYNC ideal-int +pkg syscall (openbsd-amd64), const O_SHLOCK ideal-int +pkg syscall (openbsd-amd64), const PARENB ideal-int +pkg syscall (openbsd-amd64), const PARMRK ideal-int +pkg syscall (openbsd-amd64), const PARODD ideal-int +pkg syscall (openbsd-amd64), const PENDIN ideal-int +pkg syscall (openbsd-amd64), const PF_FLUSH ideal-int +pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH ideal-int +pkg syscall (openbsd-amd64), const PRIO_PGRP = 1 +pkg syscall (openbsd-amd64), const PRIO_PGRP ideal-int +pkg syscall (openbsd-amd64), const PRIO_PROCESS = 0 +pkg syscall (openbsd-amd64), const PRIO_PROCESS ideal-int +pkg syscall (openbsd-amd64), const PRIO_USER = 2 +pkg syscall (openbsd-amd64), const PRIO_USER ideal-int +pkg syscall (openbsd-amd64), const PTRACE_CONT ideal-int +pkg syscall (openbsd-amd64), const PTRACE_KILL ideal-int +pkg syscall (openbsd-amd64), const PTRACE_TRACEME ideal-int +pkg syscall (openbsd-amd64), const RLIMIT_CORE ideal-int +pkg syscall (openbsd-amd64), const RLIMIT_CPU ideal-int +pkg syscall (openbsd-amd64), const RLIMIT_DATA ideal-int +pkg syscall (openbsd-amd64), const RLIMIT_FSIZE ideal-int +pkg syscall (openbsd-amd64), const RLIMIT_NOFILE ideal-int +pkg syscall (openbsd-amd64), const RLIMIT_STACK ideal-int +pkg syscall (openbsd-amd64), const RLIM_INFINITY ideal-int +pkg syscall (openbsd-amd64), const RTAX_AUTHOR ideal-int +pkg syscall (openbsd-amd64), const RTAX_BRD ideal-int +pkg syscall (openbsd-amd64), const RTAX_DST ideal-int +pkg syscall (openbsd-amd64), const RTAX_GATEWAY ideal-int +pkg syscall (openbsd-amd64), const RTAX_GENMASK ideal-int +pkg syscall (openbsd-amd64), const RTAX_IFA ideal-int +pkg syscall (openbsd-amd64), const RTAX_IFP ideal-int +pkg syscall (openbsd-amd64), const RTAX_LABEL ideal-int +pkg syscall (openbsd-amd64), const RTAX_MAX ideal-int +pkg syscall (openbsd-amd64), const RTAX_NETMASK ideal-int +pkg syscall (openbsd-amd64), const RTAX_SRC ideal-int +pkg syscall (openbsd-amd64), const RTAX_SRCMASK ideal-int +pkg syscall (openbsd-amd64), const RTA_AUTHOR ideal-int +pkg syscall (openbsd-amd64), const RTA_BRD ideal-int +pkg syscall (openbsd-amd64), const RTA_DST ideal-int +pkg syscall (openbsd-amd64), const RTA_GATEWAY ideal-int +pkg syscall (openbsd-amd64), const RTA_GENMASK ideal-int +pkg syscall (openbsd-amd64), const RTA_IFA ideal-int +pkg syscall (openbsd-amd64), const RTA_IFP ideal-int +pkg syscall (openbsd-amd64), const RTA_LABEL ideal-int +pkg syscall (openbsd-amd64), const RTA_NETMASK ideal-int +pkg syscall (openbsd-amd64), const RTA_SRC ideal-int +pkg syscall (openbsd-amd64), const RTA_SRCMASK ideal-int +pkg syscall (openbsd-amd64), const RTF_ANNOUNCE ideal-int +pkg syscall (openbsd-amd64), const RTF_BLACKHOLE ideal-int +pkg syscall (openbsd-amd64), const RTF_CLONED ideal-int +pkg syscall (openbsd-amd64), const RTF_CLONING ideal-int +pkg syscall (openbsd-amd64), const RTF_DONE ideal-int +pkg syscall (openbsd-amd64), const RTF_DYNAMIC ideal-int +pkg syscall (openbsd-amd64), const RTF_FMASK ideal-int +pkg syscall (openbsd-amd64), const RTF_GATEWAY ideal-int +pkg syscall (openbsd-amd64), const RTF_HOST ideal-int +pkg syscall (openbsd-amd64), const RTF_LLINFO ideal-int +pkg syscall (openbsd-amd64), const RTF_MASK ideal-int +pkg syscall (openbsd-amd64), const RTF_MODIFIED ideal-int +pkg syscall (openbsd-amd64), const RTF_MPATH ideal-int +pkg syscall (openbsd-amd64), const RTF_MPLS ideal-int +pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP ideal-int +pkg syscall (openbsd-amd64), const RTF_PROTO1 ideal-int +pkg syscall (openbsd-amd64), const RTF_PROTO2 ideal-int +pkg syscall (openbsd-amd64), const RTF_PROTO3 ideal-int +pkg syscall (openbsd-amd64), const RTF_REJECT ideal-int +pkg syscall (openbsd-amd64), const RTF_SOURCE ideal-int +pkg syscall (openbsd-amd64), const RTF_STATIC ideal-int +pkg syscall (openbsd-amd64), const RTF_TUNNEL ideal-int +pkg syscall (openbsd-amd64), const RTF_UP ideal-int +pkg syscall (openbsd-amd64), const RTF_USETRAILERS ideal-int +pkg syscall (openbsd-amd64), const RTF_XRESOLVE ideal-int +pkg syscall (openbsd-amd64), const RTM_ADD ideal-int +pkg syscall (openbsd-amd64), const RTM_CHANGE ideal-int +pkg syscall (openbsd-amd64), const RTM_DELADDR ideal-int +pkg syscall (openbsd-amd64), const RTM_DELETE ideal-int +pkg syscall (openbsd-amd64), const RTM_DESYNC ideal-int +pkg syscall (openbsd-amd64), const RTM_GET ideal-int +pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE ideal-int +pkg syscall (openbsd-amd64), const RTM_IFINFO ideal-int +pkg syscall (openbsd-amd64), const RTM_LOCK ideal-int +pkg syscall (openbsd-amd64), const RTM_LOSING ideal-int +pkg syscall (openbsd-amd64), const RTM_MAXSIZE ideal-int +pkg syscall (openbsd-amd64), const RTM_MISS ideal-int +pkg syscall (openbsd-amd64), const RTM_NEWADDR ideal-int +pkg syscall (openbsd-amd64), const RTM_REDIRECT ideal-int +pkg syscall (openbsd-amd64), const RTM_RESOLVE ideal-int +pkg syscall (openbsd-amd64), const RTM_RTTUNIT ideal-int +pkg syscall (openbsd-amd64), const RTM_VERSION ideal-int +pkg syscall (openbsd-amd64), const RTV_EXPIRE ideal-int +pkg syscall (openbsd-amd64), const RTV_HOPCOUNT ideal-int +pkg syscall (openbsd-amd64), const RTV_MTU ideal-int +pkg syscall (openbsd-amd64), const RTV_RPIPE ideal-int +pkg syscall (openbsd-amd64), const RTV_RTT ideal-int +pkg syscall (openbsd-amd64), const RTV_RTTVAR ideal-int +pkg syscall (openbsd-amd64), const RTV_SPIPE ideal-int +pkg syscall (openbsd-amd64), const RTV_SSTHRESH ideal-int +pkg syscall (openbsd-amd64), const RT_TABLEID_MAX ideal-int +pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN ideal-int +pkg syscall (openbsd-amd64), const RUSAGE_SELF ideal-int +pkg syscall (openbsd-amd64), const RUSAGE_THREAD ideal-int +pkg syscall (openbsd-amd64), const SCM_RIGHTS ideal-int +pkg syscall (openbsd-amd64), const SCM_TIMESTAMP ideal-int +pkg syscall (openbsd-amd64), const SIGCHLD Signal +pkg syscall (openbsd-amd64), const SIGCONT Signal +pkg syscall (openbsd-amd64), const SIGEMT Signal +pkg syscall (openbsd-amd64), const SIGINFO Signal +pkg syscall (openbsd-amd64), const SIGIO Signal +pkg syscall (openbsd-amd64), const SIGIOT Signal +pkg syscall (openbsd-amd64), const SIGPROF Signal +pkg syscall (openbsd-amd64), const SIGSTOP Signal +pkg syscall (openbsd-amd64), const SIGSYS Signal +pkg syscall (openbsd-amd64), const SIGTHR Signal +pkg syscall (openbsd-amd64), const SIGTSTP Signal +pkg syscall (openbsd-amd64), const SIGTTIN Signal +pkg syscall (openbsd-amd64), const SIGTTOU Signal +pkg syscall (openbsd-amd64), const SIGURG Signal +pkg syscall (openbsd-amd64), const SIGUSR1 Signal +pkg syscall (openbsd-amd64), const SIGUSR2 Signal +pkg syscall (openbsd-amd64), const SIGVTALRM Signal +pkg syscall (openbsd-amd64), const SIGWINCH Signal +pkg syscall (openbsd-amd64), const SIGXCPU Signal +pkg syscall (openbsd-amd64), const SIGXFSZ Signal +pkg syscall (openbsd-amd64), const SIOCADDMULTI ideal-int +pkg syscall (openbsd-amd64), const SIOCAIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCAIFGROUP ideal-int +pkg syscall (openbsd-amd64), const SIOCALIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCATMARK ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGADD ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGADDS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGARL ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGDADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGDEL ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGDELS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGFRL ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGFD ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGHT ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGMA ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGPRI ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGRL ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGGTO ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGIFS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGRTS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSFD ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSHT ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSMA ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSPRI ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSTO ideal-int +pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC ideal-int +pkg syscall (openbsd-amd64), const SIOCDELMULTI ideal-int +pkg syscall (openbsd-amd64), const SIOCDIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCDIFGROUP ideal-int +pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCDLIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGETKALIVE ideal-int +pkg syscall (openbsd-amd64), const SIOCGETLABEL ideal-int +pkg syscall (openbsd-amd64), const SIOCGETPFLOW ideal-int +pkg syscall (openbsd-amd64), const SIOCGETPFSYNC ideal-int +pkg syscall (openbsd-amd64), const SIOCGETSGCNT ideal-int +pkg syscall (openbsd-amd64), const SIOCGETVIFCNT ideal-int +pkg syscall (openbsd-amd64), const SIOCGHIWAT ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFCONF ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFDATA ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFDESCR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFFLAGS ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFGATTR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFGENERIC ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFGMEMB ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFGROUP ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFMEDIA ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFMETRIC ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFMTU ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFNETMASK ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS ideal-int +pkg syscall (openbsd-amd64), const SIOCGLIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE ideal-int +pkg syscall (openbsd-amd64), const SIOCGLOWAT ideal-int +pkg syscall (openbsd-amd64), const SIOCGPGRP ideal-int +pkg syscall (openbsd-amd64), const SIOCGVH ideal-int +pkg syscall (openbsd-amd64), const SIOCIFCREATE ideal-int +pkg syscall (openbsd-amd64), const SIOCIFDESTROY ideal-int +pkg syscall (openbsd-amd64), const SIOCIFGCLONERS ideal-int +pkg syscall (openbsd-amd64), const SIOCSETKALIVE ideal-int +pkg syscall (openbsd-amd64), const SIOCSETLABEL ideal-int +pkg syscall (openbsd-amd64), const SIOCSETPFLOW ideal-int +pkg syscall (openbsd-amd64), const SIOCSETPFSYNC ideal-int +pkg syscall (openbsd-amd64), const SIOCSHIWAT ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFDESCR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFFLAGS ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFGATTR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFGENERIC ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFLLADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFMEDIA ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFMETRIC ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFMTU ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFNETMASK ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT ideal-int +pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS ideal-int +pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR ideal-int +pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE ideal-int +pkg syscall (openbsd-amd64), const SIOCSLOWAT ideal-int +pkg syscall (openbsd-amd64), const SIOCSPGRP ideal-int +pkg syscall (openbsd-amd64), const SIOCSVH ideal-int +pkg syscall (openbsd-amd64), const SOCK_RDM ideal-int +pkg syscall (openbsd-amd64), const SO_ACCEPTCONN ideal-int +pkg syscall (openbsd-amd64), const SO_BINDANY ideal-int +pkg syscall (openbsd-amd64), const SO_DEBUG ideal-int +pkg syscall (openbsd-amd64), const SO_ERROR ideal-int +pkg syscall (openbsd-amd64), const SO_NETPROC ideal-int +pkg syscall (openbsd-amd64), const SO_OOBINLINE ideal-int +pkg syscall (openbsd-amd64), const SO_PEERCRED ideal-int +pkg syscall (openbsd-amd64), const SO_RCVLOWAT ideal-int +pkg syscall (openbsd-amd64), const SO_RCVTIMEO ideal-int +pkg syscall (openbsd-amd64), const SO_REUSEPORT ideal-int +pkg syscall (openbsd-amd64), const SO_RTABLE ideal-int +pkg syscall (openbsd-amd64), const SO_SNDLOWAT ideal-int +pkg syscall (openbsd-amd64), const SO_SNDTIMEO ideal-int +pkg syscall (openbsd-amd64), const SO_SPLICE ideal-int +pkg syscall (openbsd-amd64), const SO_TIMESTAMP ideal-int +pkg syscall (openbsd-amd64), const SO_TYPE ideal-int +pkg syscall (openbsd-amd64), const SO_USELOOPBACK ideal-int +pkg syscall (openbsd-amd64), const SYS_ACCEPT ideal-int +pkg syscall (openbsd-amd64), const SYS_ACCESS ideal-int +pkg syscall (openbsd-amd64), const SYS_ACCT ideal-int +pkg syscall (openbsd-amd64), const SYS_ADJFREQ ideal-int +pkg syscall (openbsd-amd64), const SYS_ADJTIME ideal-int +pkg syscall (openbsd-amd64), const SYS_BIND ideal-int +pkg syscall (openbsd-amd64), const SYS_CHDIR ideal-int +pkg syscall (openbsd-amd64), const SYS_CHFLAGS ideal-int +pkg syscall (openbsd-amd64), const SYS_CHMOD ideal-int +pkg syscall (openbsd-amd64), const SYS_CHOWN ideal-int +pkg syscall (openbsd-amd64), const SYS_CHROOT ideal-int +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES ideal-int +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (openbsd-amd64), const SYS_CLOSE ideal-int +pkg syscall (openbsd-amd64), const SYS_CLOSEFROM ideal-int +pkg syscall (openbsd-amd64), const SYS_CONNECT ideal-int +pkg syscall (openbsd-amd64), const SYS_DUP ideal-int +pkg syscall (openbsd-amd64), const SYS_DUP2 ideal-int +pkg syscall (openbsd-amd64), const SYS_EXECVE ideal-int +pkg syscall (openbsd-amd64), const SYS_EXIT ideal-int +pkg syscall (openbsd-amd64), const SYS_FACCESSAT ideal-int +pkg syscall (openbsd-amd64), const SYS_FCHDIR ideal-int +pkg syscall (openbsd-amd64), const SYS_FCHFLAGS ideal-int +pkg syscall (openbsd-amd64), const SYS_FCHMOD ideal-int +pkg syscall (openbsd-amd64), const SYS_FCHMODAT ideal-int +pkg syscall (openbsd-amd64), const SYS_FCHOWN ideal-int +pkg syscall (openbsd-amd64), const SYS_FCHOWNAT ideal-int +pkg syscall (openbsd-amd64), const SYS_FCNTL ideal-int +pkg syscall (openbsd-amd64), const SYS_FHOPEN ideal-int +pkg syscall (openbsd-amd64), const SYS_FHSTAT ideal-int +pkg syscall (openbsd-amd64), const SYS_FHSTATFS ideal-int +pkg syscall (openbsd-amd64), const SYS_FLOCK ideal-int +pkg syscall (openbsd-amd64), const SYS_FORK ideal-int +pkg syscall (openbsd-amd64), const SYS_FPATHCONF ideal-int +pkg syscall (openbsd-amd64), const SYS_FSTAT ideal-int +pkg syscall (openbsd-amd64), const SYS_FSTATAT ideal-int +pkg syscall (openbsd-amd64), const SYS_FSTATFS ideal-int +pkg syscall (openbsd-amd64), const SYS_FSYNC ideal-int +pkg syscall (openbsd-amd64), const SYS_FTRUNCATE ideal-int +pkg syscall (openbsd-amd64), const SYS_FUTIMENS ideal-int +pkg syscall (openbsd-amd64), const SYS_FUTIMES ideal-int +pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT ideal-int +pkg syscall (openbsd-amd64), const SYS_GETEGID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETEUID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETFH ideal-int +pkg syscall (openbsd-amd64), const SYS_GETFSSTAT ideal-int +pkg syscall (openbsd-amd64), const SYS_GETGID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETGROUPS ideal-int +pkg syscall (openbsd-amd64), const SYS_GETITIMER ideal-int +pkg syscall (openbsd-amd64), const SYS_GETLOGIN ideal-int +pkg syscall (openbsd-amd64), const SYS_GETPEERNAME ideal-int +pkg syscall (openbsd-amd64), const SYS_GETPGID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETPGRP ideal-int +pkg syscall (openbsd-amd64), const SYS_GETPID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETPPID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETPRIORITY ideal-int +pkg syscall (openbsd-amd64), const SYS_GETRESGID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETRESUID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETRLIMIT ideal-int +pkg syscall (openbsd-amd64), const SYS_GETRTABLE ideal-int +pkg syscall (openbsd-amd64), const SYS_GETRUSAGE ideal-int +pkg syscall (openbsd-amd64), const SYS_GETSID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME ideal-int +pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT ideal-int +pkg syscall (openbsd-amd64), const SYS_GETTHRID ideal-int +pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (openbsd-amd64), const SYS_GETUID ideal-int +pkg syscall (openbsd-amd64), const SYS_IOCTL ideal-int +pkg syscall (openbsd-amd64), const SYS_ISSETUGID ideal-int +pkg syscall (openbsd-amd64), const SYS_KEVENT ideal-int +pkg syscall (openbsd-amd64), const SYS_KILL ideal-int +pkg syscall (openbsd-amd64), const SYS_KQUEUE ideal-int +pkg syscall (openbsd-amd64), const SYS_KTRACE ideal-int +pkg syscall (openbsd-amd64), const SYS_LCHOWN ideal-int +pkg syscall (openbsd-amd64), const SYS_LINK ideal-int +pkg syscall (openbsd-amd64), const SYS_LINKAT ideal-int +pkg syscall (openbsd-amd64), const SYS_LISTEN ideal-int +pkg syscall (openbsd-amd64), const SYS_LSEEK ideal-int +pkg syscall (openbsd-amd64), const SYS_LSTAT ideal-int +pkg syscall (openbsd-amd64), const SYS_MADVISE ideal-int +pkg syscall (openbsd-amd64), const SYS_MINCORE ideal-int +pkg syscall (openbsd-amd64), const SYS_MINHERIT ideal-int +pkg syscall (openbsd-amd64), const SYS_MKDIR ideal-int +pkg syscall (openbsd-amd64), const SYS_MKDIRAT ideal-int +pkg syscall (openbsd-amd64), const SYS_MKFIFO ideal-int +pkg syscall (openbsd-amd64), const SYS_MKFIFOAT ideal-int +pkg syscall (openbsd-amd64), const SYS_MKNOD ideal-int +pkg syscall (openbsd-amd64), const SYS_MKNODAT ideal-int +pkg syscall (openbsd-amd64), const SYS_MLOCK ideal-int +pkg syscall (openbsd-amd64), const SYS_MLOCKALL ideal-int +pkg syscall (openbsd-amd64), const SYS_MMAP ideal-int +pkg syscall (openbsd-amd64), const SYS_MOUNT ideal-int +pkg syscall (openbsd-amd64), const SYS_MPROTECT ideal-int +pkg syscall (openbsd-amd64), const SYS_MQUERY ideal-int +pkg syscall (openbsd-amd64), const SYS_MSGCTL ideal-int +pkg syscall (openbsd-amd64), const SYS_MSGGET ideal-int +pkg syscall (openbsd-amd64), const SYS_MSGRCV ideal-int +pkg syscall (openbsd-amd64), const SYS_MSGSND ideal-int +pkg syscall (openbsd-amd64), const SYS_MSYNC ideal-int +pkg syscall (openbsd-amd64), const SYS_MUNLOCK ideal-int +pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL ideal-int +pkg syscall (openbsd-amd64), const SYS_MUNMAP ideal-int +pkg syscall (openbsd-amd64), const SYS_NANOSLEEP ideal-int +pkg syscall (openbsd-amd64), const SYS_NFSSVC ideal-int +pkg syscall (openbsd-amd64), const SYS_OBREAK ideal-int +pkg syscall (openbsd-amd64), const SYS_OPEN ideal-int +pkg syscall (openbsd-amd64), const SYS_OPENAT ideal-int +pkg syscall (openbsd-amd64), const SYS_PATHCONF ideal-int +pkg syscall (openbsd-amd64), const SYS_PIPE ideal-int +pkg syscall (openbsd-amd64), const SYS_POLL ideal-int +pkg syscall (openbsd-amd64), const SYS_PREAD ideal-int +pkg syscall (openbsd-amd64), const SYS_PREADV ideal-int +pkg syscall (openbsd-amd64), const SYS_PROFIL ideal-int +pkg syscall (openbsd-amd64), const SYS_PTRACE ideal-int +pkg syscall (openbsd-amd64), const SYS_PWRITE ideal-int +pkg syscall (openbsd-amd64), const SYS_PWRITEV ideal-int +pkg syscall (openbsd-amd64), const SYS_QUOTACTL ideal-int +pkg syscall (openbsd-amd64), const SYS_READ ideal-int +pkg syscall (openbsd-amd64), const SYS_READLINK ideal-int +pkg syscall (openbsd-amd64), const SYS_READLINKAT ideal-int +pkg syscall (openbsd-amd64), const SYS_READV ideal-int +pkg syscall (openbsd-amd64), const SYS_REBOOT ideal-int +pkg syscall (openbsd-amd64), const SYS_RECVFROM ideal-int +pkg syscall (openbsd-amd64), const SYS_RECVMSG ideal-int +pkg syscall (openbsd-amd64), const SYS_RENAME ideal-int +pkg syscall (openbsd-amd64), const SYS_RENAMEAT ideal-int +pkg syscall (openbsd-amd64), const SYS_REVOKE ideal-int +pkg syscall (openbsd-amd64), const SYS_RMDIR ideal-int +pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD ideal-int +pkg syscall (openbsd-amd64), const SYS_SELECT ideal-int +pkg syscall (openbsd-amd64), const SYS_SEMGET ideal-int +pkg syscall (openbsd-amd64), const SYS_SEMOP ideal-int +pkg syscall (openbsd-amd64), const SYS_SENDMSG ideal-int +pkg syscall (openbsd-amd64), const SYS_SENDTO ideal-int +pkg syscall (openbsd-amd64), const SYS_SETEGID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETEUID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETGID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETGROUPS ideal-int +pkg syscall (openbsd-amd64), const SYS_SETITIMER ideal-int +pkg syscall (openbsd-amd64), const SYS_SETLOGIN ideal-int +pkg syscall (openbsd-amd64), const SYS_SETPGID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETPRIORITY ideal-int +pkg syscall (openbsd-amd64), const SYS_SETREGID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETRESGID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETRESUID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETREUID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETRLIMIT ideal-int +pkg syscall (openbsd-amd64), const SYS_SETRTABLE ideal-int +pkg syscall (openbsd-amd64), const SYS_SETSID ideal-int +pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT ideal-int +pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (openbsd-amd64), const SYS_SETUID ideal-int +pkg syscall (openbsd-amd64), const SYS_SHMAT ideal-int +pkg syscall (openbsd-amd64), const SYS_SHMCTL ideal-int +pkg syscall (openbsd-amd64), const SYS_SHMDT ideal-int +pkg syscall (openbsd-amd64), const SYS_SHMGET ideal-int +pkg syscall (openbsd-amd64), const SYS_SHUTDOWN ideal-int +pkg syscall (openbsd-amd64), const SYS_SIGACTION ideal-int +pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK ideal-int +pkg syscall (openbsd-amd64), const SYS_SIGPENDING ideal-int +pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK ideal-int +pkg syscall (openbsd-amd64), const SYS_SIGRETURN ideal-int +pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND ideal-int +pkg syscall (openbsd-amd64), const SYS_SOCKET ideal-int +pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR ideal-int +pkg syscall (openbsd-amd64), const SYS_STAT ideal-int +pkg syscall (openbsd-amd64), const SYS_STATFS ideal-int +pkg syscall (openbsd-amd64), const SYS_SWAPCTL ideal-int +pkg syscall (openbsd-amd64), const SYS_SYMLINK ideal-int +pkg syscall (openbsd-amd64), const SYS_SYMLINKAT ideal-int +pkg syscall (openbsd-amd64), const SYS_SYNC ideal-int +pkg syscall (openbsd-amd64), const SYS_SYSARCH ideal-int +pkg syscall (openbsd-amd64), const SYS_TRUNCATE ideal-int +pkg syscall (openbsd-amd64), const SYS_UMASK ideal-int +pkg syscall (openbsd-amd64), const SYS_UNLINK ideal-int +pkg syscall (openbsd-amd64), const SYS_UNLINKAT ideal-int +pkg syscall (openbsd-amd64), const SYS_UNMOUNT ideal-int +pkg syscall (openbsd-amd64), const SYS_UTIMENSAT ideal-int +pkg syscall (openbsd-amd64), const SYS_UTIMES ideal-int +pkg syscall (openbsd-amd64), const SYS_VFORK ideal-int +pkg syscall (openbsd-amd64), const SYS_WAIT4 ideal-int +pkg syscall (openbsd-amd64), const SYS_WRITE ideal-int +pkg syscall (openbsd-amd64), const SYS_WRITEV ideal-int +pkg syscall (openbsd-amd64), const SYS___GETCWD ideal-int +pkg syscall (openbsd-amd64), const SYS___GET_TCB ideal-int +pkg syscall (openbsd-amd64), const SYS___SEMCTL ideal-int +pkg syscall (openbsd-amd64), const SYS___SET_TCB ideal-int +pkg syscall (openbsd-amd64), const SYS___SYSCTL ideal-int +pkg syscall (openbsd-amd64), const SYS___TFORK ideal-int +pkg syscall (openbsd-amd64), const SYS___THREXIT ideal-int +pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT ideal-int +pkg syscall (openbsd-amd64), const SYS___THRSLEEP ideal-int +pkg syscall (openbsd-amd64), const SYS___THRWAKEUP ideal-int +pkg syscall (openbsd-amd64), const SizeofBpfHdr ideal-int +pkg syscall (openbsd-amd64), const SizeofBpfInsn ideal-int +pkg syscall (openbsd-amd64), const SizeofBpfProgram ideal-int +pkg syscall (openbsd-amd64), const SizeofBpfStat ideal-int +pkg syscall (openbsd-amd64), const SizeofBpfVersion ideal-int +pkg syscall (openbsd-amd64), const SizeofCmsghdr ideal-int +pkg syscall (openbsd-amd64), const SizeofICMPv6Filter = 32 +pkg syscall (openbsd-amd64), const SizeofICMPv6Filter ideal-int +pkg syscall (openbsd-amd64), const SizeofIPMreq ideal-int +pkg syscall (openbsd-amd64), const SizeofIPv6MTUInfo = 32 +pkg syscall (openbsd-amd64), const SizeofIPv6MTUInfo ideal-int +pkg syscall (openbsd-amd64), const SizeofIPv6Mreq ideal-int +pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (openbsd-amd64), const SizeofIfData ideal-int +pkg syscall (openbsd-amd64), const SizeofIfMsghdr ideal-int +pkg syscall (openbsd-amd64), const SizeofIfaMsghdr ideal-int +pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo ideal-int +pkg syscall (openbsd-amd64), const SizeofLinger ideal-int +pkg syscall (openbsd-amd64), const SizeofMsghdr ideal-int +pkg syscall (openbsd-amd64), const SizeofRtMetrics ideal-int +pkg syscall (openbsd-amd64), const SizeofRtMsghdr ideal-int +pkg syscall (openbsd-amd64), const SizeofSockaddrAny ideal-int +pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink ideal-int +pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 ideal-int +pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 ideal-int +pkg syscall (openbsd-amd64), const SizeofSockaddrUnix ideal-int +pkg syscall (openbsd-amd64), const TCIFLUSH ideal-int +pkg syscall (openbsd-amd64), const TCIOFLUSH ideal-int +pkg syscall (openbsd-amd64), const TCOFLUSH ideal-int +pkg syscall (openbsd-amd64), const TCP_MAXBURST ideal-int +pkg syscall (openbsd-amd64), const TCP_MAXSEG ideal-int +pkg syscall (openbsd-amd64), const TCP_MAXWIN ideal-int +pkg syscall (openbsd-amd64), const TCP_MAX_SACK ideal-int +pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (openbsd-amd64), const TCP_MD5SIG ideal-int +pkg syscall (openbsd-amd64), const TCP_MSS ideal-int +pkg syscall (openbsd-amd64), const TCP_NSTATES ideal-int +pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE ideal-int +pkg syscall (openbsd-amd64), const TCSAFLUSH ideal-int +pkg syscall (openbsd-amd64), const TIOCCBRK ideal-int +pkg syscall (openbsd-amd64), const TIOCCDTR ideal-int +pkg syscall (openbsd-amd64), const TIOCCONS ideal-int +pkg syscall (openbsd-amd64), const TIOCDRAIN ideal-int +pkg syscall (openbsd-amd64), const TIOCEXCL ideal-int +pkg syscall (openbsd-amd64), const TIOCEXT ideal-int +pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (openbsd-amd64), const TIOCFLAG_PPS ideal-int +pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (openbsd-amd64), const TIOCFLUSH ideal-int +pkg syscall (openbsd-amd64), const TIOCGETA ideal-int +pkg syscall (openbsd-amd64), const TIOCGETD ideal-int +pkg syscall (openbsd-amd64), const TIOCGFLAGS ideal-int +pkg syscall (openbsd-amd64), const TIOCGPGRP ideal-int +pkg syscall (openbsd-amd64), const TIOCGTSTAMP ideal-int +pkg syscall (openbsd-amd64), const TIOCGWINSZ ideal-int +pkg syscall (openbsd-amd64), const TIOCMBIC ideal-int +pkg syscall (openbsd-amd64), const TIOCMBIS ideal-int +pkg syscall (openbsd-amd64), const TIOCMGET ideal-int +pkg syscall (openbsd-amd64), const TIOCMODG ideal-int +pkg syscall (openbsd-amd64), const TIOCMODS ideal-int +pkg syscall (openbsd-amd64), const TIOCMSET ideal-int +pkg syscall (openbsd-amd64), const TIOCM_CAR ideal-int +pkg syscall (openbsd-amd64), const TIOCM_CD ideal-int +pkg syscall (openbsd-amd64), const TIOCM_CTS ideal-int +pkg syscall (openbsd-amd64), const TIOCM_DSR ideal-int +pkg syscall (openbsd-amd64), const TIOCM_DTR ideal-int +pkg syscall (openbsd-amd64), const TIOCM_LE ideal-int +pkg syscall (openbsd-amd64), const TIOCM_RI ideal-int +pkg syscall (openbsd-amd64), const TIOCM_RNG ideal-int +pkg syscall (openbsd-amd64), const TIOCM_RTS ideal-int +pkg syscall (openbsd-amd64), const TIOCM_SR ideal-int +pkg syscall (openbsd-amd64), const TIOCM_ST ideal-int +pkg syscall (openbsd-amd64), const TIOCNOTTY ideal-int +pkg syscall (openbsd-amd64), const TIOCNXCL ideal-int +pkg syscall (openbsd-amd64), const TIOCOUTQ ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_DATA ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_START ideal-int +pkg syscall (openbsd-amd64), const TIOCPKT_STOP ideal-int +pkg syscall (openbsd-amd64), const TIOCREMOTE ideal-int +pkg syscall (openbsd-amd64), const TIOCSBRK ideal-int +pkg syscall (openbsd-amd64), const TIOCSCTTY ideal-int +pkg syscall (openbsd-amd64), const TIOCSDTR ideal-int +pkg syscall (openbsd-amd64), const TIOCSETA ideal-int +pkg syscall (openbsd-amd64), const TIOCSETAF ideal-int +pkg syscall (openbsd-amd64), const TIOCSETAW ideal-int +pkg syscall (openbsd-amd64), const TIOCSETD ideal-int +pkg syscall (openbsd-amd64), const TIOCSFLAGS ideal-int +pkg syscall (openbsd-amd64), const TIOCSIG ideal-int +pkg syscall (openbsd-amd64), const TIOCSPGRP ideal-int +pkg syscall (openbsd-amd64), const TIOCSTART ideal-int +pkg syscall (openbsd-amd64), const TIOCSTAT ideal-int +pkg syscall (openbsd-amd64), const TIOCSTI ideal-int +pkg syscall (openbsd-amd64), const TIOCSTOP ideal-int +pkg syscall (openbsd-amd64), const TIOCSTSTAMP ideal-int +pkg syscall (openbsd-amd64), const TIOCSWINSZ ideal-int +pkg syscall (openbsd-amd64), const TIOCUCNTL ideal-int +pkg syscall (openbsd-amd64), const TOSTOP ideal-int +pkg syscall (openbsd-amd64), const VDISCARD ideal-int +pkg syscall (openbsd-amd64), const VDSUSP ideal-int +pkg syscall (openbsd-amd64), const VEOF ideal-int +pkg syscall (openbsd-amd64), const VEOL ideal-int +pkg syscall (openbsd-amd64), const VEOL2 ideal-int +pkg syscall (openbsd-amd64), const VERASE ideal-int +pkg syscall (openbsd-amd64), const VINTR ideal-int +pkg syscall (openbsd-amd64), const VKILL ideal-int +pkg syscall (openbsd-amd64), const VLNEXT ideal-int +pkg syscall (openbsd-amd64), const VMIN ideal-int +pkg syscall (openbsd-amd64), const VQUIT ideal-int +pkg syscall (openbsd-amd64), const VREPRINT ideal-int +pkg syscall (openbsd-amd64), const VSTART ideal-int +pkg syscall (openbsd-amd64), const VSTATUS ideal-int +pkg syscall (openbsd-amd64), const VSTOP ideal-int +pkg syscall (openbsd-amd64), const VSUSP ideal-int +pkg syscall (openbsd-amd64), const VTIME ideal-int +pkg syscall (openbsd-amd64), const VWERASE ideal-int +pkg syscall (openbsd-amd64), const WALTSIG ideal-int +pkg syscall (openbsd-amd64), const WCONTINUED ideal-int +pkg syscall (openbsd-amd64), const WCOREFLAG ideal-int +pkg syscall (openbsd-amd64), const WNOHANG ideal-int +pkg syscall (openbsd-amd64), const WSTOPPED ideal-int +pkg syscall (openbsd-amd64), const WUNTRACED ideal-int +pkg syscall (openbsd-amd64), func Accept(int) (int, Sockaddr, error) +pkg syscall (openbsd-amd64), func Access(string, uint32) error +pkg syscall (openbsd-amd64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (openbsd-amd64), func Bind(int, Sockaddr) error +pkg syscall (openbsd-amd64), func BpfBuflen(int) (int, error) +pkg syscall (openbsd-amd64), func BpfDatalink(int) (int, error) +pkg syscall (openbsd-amd64), func BpfHeadercmpl(int) (int, error) +pkg syscall (openbsd-amd64), func BpfInterface(int, string) (string, error) +pkg syscall (openbsd-amd64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (openbsd-amd64), func BpfStats(int) (*BpfStat, error) +pkg syscall (openbsd-amd64), func BpfStmt(int, int) *BpfInsn +pkg syscall (openbsd-amd64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (openbsd-amd64), func CheckBpfVersion(int) error +pkg syscall (openbsd-amd64), func Chflags(string, int) error +pkg syscall (openbsd-amd64), func Chroot(string) error +pkg syscall (openbsd-amd64), func Close(int) error +pkg syscall (openbsd-amd64), func CloseOnExec(int) +pkg syscall (openbsd-amd64), func CmsgLen(int) int +pkg syscall (openbsd-amd64), func CmsgSpace(int) int +pkg syscall (openbsd-amd64), func Connect(int, Sockaddr) error +pkg syscall (openbsd-amd64), func Dup(int) (int, error) +pkg syscall (openbsd-amd64), func Dup2(int, int) error +pkg syscall (openbsd-amd64), func Fchdir(int) error +pkg syscall (openbsd-amd64), func Fchflags(int, int) error +pkg syscall (openbsd-amd64), func Fchmod(int, uint32) error +pkg syscall (openbsd-amd64), func Fchown(int, int, int) error +pkg syscall (openbsd-amd64), func Flock(int, int) error +pkg syscall (openbsd-amd64), func FlushBpf(int) error +pkg syscall (openbsd-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (openbsd-amd64), func Fpathconf(int, int) (int, error) +pkg syscall (openbsd-amd64), func Fstat(int, *Stat_t) error +pkg syscall (openbsd-amd64), func Fstatfs(int, *Statfs_t) error +pkg syscall (openbsd-amd64), func Fsync(int) error +pkg syscall (openbsd-amd64), func Ftruncate(int, int64) error +pkg syscall (openbsd-amd64), func Futimes(int, []Timeval) error +pkg syscall (openbsd-amd64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (openbsd-amd64), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (openbsd-amd64), func Getpeername(int) (Sockaddr, error) +pkg syscall (openbsd-amd64), func Getpgid(int) (int, error) +pkg syscall (openbsd-amd64), func Getpgrp() int +pkg syscall (openbsd-amd64), func Getpriority(int, int) (int, error) +pkg syscall (openbsd-amd64), func Getrlimit(int, *Rlimit) error +pkg syscall (openbsd-amd64), func Getrusage(int, *Rusage) error +pkg syscall (openbsd-amd64), func Getsid(int) (int, error) +pkg syscall (openbsd-amd64), func Getsockname(int) (Sockaddr, error) +pkg syscall (openbsd-amd64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (openbsd-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (openbsd-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (openbsd-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (openbsd-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (openbsd-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (openbsd-amd64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (openbsd-amd64), func Issetugid() bool +pkg syscall (openbsd-amd64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (openbsd-amd64), func Kill(int, Signal) error +pkg syscall (openbsd-amd64), func Kqueue() (int, error) +pkg syscall (openbsd-amd64), func Listen(int, int) error +pkg syscall (openbsd-amd64), func Lstat(string, *Stat_t) error +pkg syscall (openbsd-amd64), func Mkfifo(string, uint32) error +pkg syscall (openbsd-amd64), func Mknod(string, uint32, int) error +pkg syscall (openbsd-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (openbsd-amd64), func Munmap([]uint8) error +pkg syscall (openbsd-amd64), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (openbsd-amd64), func Open(string, int, uint32) (int, error) +pkg syscall (openbsd-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (openbsd-amd64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (openbsd-amd64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (openbsd-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (openbsd-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (openbsd-amd64), func Pathconf(string, int) (int, error) +pkg syscall (openbsd-amd64), func Pipe([]int) error +pkg syscall (openbsd-amd64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (openbsd-amd64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (openbsd-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64), func Read(int, []uint8) (int, error) +pkg syscall (openbsd-amd64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (openbsd-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (openbsd-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (openbsd-amd64), func Revoke(string) error +pkg syscall (openbsd-amd64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (openbsd-amd64), func Seek(int, int64, int) (int64, error) +pkg syscall (openbsd-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (openbsd-amd64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (openbsd-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (openbsd-amd64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (openbsd-amd64), func SetBpf(int, []BpfInsn) error +pkg syscall (openbsd-amd64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (openbsd-amd64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (openbsd-amd64), func SetBpfHeadercmpl(int, int) error +pkg syscall (openbsd-amd64), func SetBpfImmediate(int, int) error +pkg syscall (openbsd-amd64), func SetBpfInterface(int, string) error +pkg syscall (openbsd-amd64), func SetBpfPromisc(int, int) error +pkg syscall (openbsd-amd64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (openbsd-amd64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (openbsd-amd64), func SetNonblock(int, bool) error +pkg syscall (openbsd-amd64), func Setegid(int) error +pkg syscall (openbsd-amd64), func Seteuid(int) error +pkg syscall (openbsd-amd64), func Setgid(int) error +pkg syscall (openbsd-amd64), func Setgroups([]int) error +pkg syscall (openbsd-amd64), func Setlogin(string) error +pkg syscall (openbsd-amd64), func Setpgid(int, int) error +pkg syscall (openbsd-amd64), func Setpriority(int, int, int) error +pkg syscall (openbsd-amd64), func Setregid(int, int) error +pkg syscall (openbsd-amd64), func Setreuid(int, int) error +pkg syscall (openbsd-amd64), func Setrlimit(int, *Rlimit) error +pkg syscall (openbsd-amd64), func Setsid() (int, error) +pkg syscall (openbsd-amd64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (openbsd-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (openbsd-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (openbsd-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (openbsd-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (openbsd-amd64), func SetsockoptInt(int, int, int, int) error +pkg syscall (openbsd-amd64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (openbsd-amd64), func SetsockoptString(int, int, int, string) error +pkg syscall (openbsd-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (openbsd-amd64), func Settimeofday(*Timeval) error +pkg syscall (openbsd-amd64), func Setuid(int) error +pkg syscall (openbsd-amd64), func Shutdown(int, int) error +pkg syscall (openbsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (openbsd-amd64), func Socket(int, int, int) (int, error) +pkg syscall (openbsd-amd64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (openbsd-amd64), func Stat(string, *Stat_t) error +pkg syscall (openbsd-amd64), func Statfs(string, *Statfs_t) error +pkg syscall (openbsd-amd64), func StringSlicePtr([]string) []*uint8 +pkg syscall (openbsd-amd64), func Sync() error +pkg syscall (openbsd-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64), func Sysctl(string) (string, error) +pkg syscall (openbsd-amd64), func SysctlUint32(string) (uint32, error) +pkg syscall (openbsd-amd64), func TimevalToNsec(Timeval) int64 +pkg syscall (openbsd-amd64), func Truncate(string, int64) error +pkg syscall (openbsd-amd64), func Umask(int) int +pkg syscall (openbsd-amd64), func UnixRights(...int) []uint8 +pkg syscall (openbsd-amd64), func Unmount(string, int) error +pkg syscall (openbsd-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (openbsd-amd64), func Write(int, []uint8) (int, error) +pkg syscall (openbsd-amd64), method (*Cmsghdr) SetLen(int) +pkg syscall (openbsd-amd64), method (*Iovec) SetLen(int) +pkg syscall (openbsd-amd64), method (*Msghdr) SetControllen(int) +pkg syscall (openbsd-amd64), type BpfHdr struct +pkg syscall (openbsd-amd64), type BpfHdr struct, Caplen uint32 +pkg syscall (openbsd-amd64), type BpfHdr struct, Datalen uint32 +pkg syscall (openbsd-amd64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (openbsd-amd64), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (openbsd-amd64), type BpfInsn struct +pkg syscall (openbsd-amd64), type BpfInsn struct, Code uint16 +pkg syscall (openbsd-amd64), type BpfInsn struct, Jf uint8 +pkg syscall (openbsd-amd64), type BpfInsn struct, Jt uint8 +pkg syscall (openbsd-amd64), type BpfInsn struct, K uint32 +pkg syscall (openbsd-amd64), type BpfProgram struct +pkg syscall (openbsd-amd64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (openbsd-amd64), type BpfProgram struct, Len uint32 +pkg syscall (openbsd-amd64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type BpfStat struct +pkg syscall (openbsd-amd64), type BpfStat struct, Drop uint32 +pkg syscall (openbsd-amd64), type BpfStat struct, Recv uint32 +pkg syscall (openbsd-amd64), type BpfTimeval struct +pkg syscall (openbsd-amd64), type BpfTimeval struct, Sec uint32 +pkg syscall (openbsd-amd64), type BpfTimeval struct, Usec uint32 +pkg syscall (openbsd-amd64), type BpfVersion struct +pkg syscall (openbsd-amd64), type BpfVersion struct, Major uint16 +pkg syscall (openbsd-amd64), type BpfVersion struct, Minor uint16 +pkg syscall (openbsd-amd64), type Cmsghdr struct +pkg syscall (openbsd-amd64), type Cmsghdr struct, Len uint32 +pkg syscall (openbsd-amd64), type Cmsghdr struct, Level int32 +pkg syscall (openbsd-amd64), type Cmsghdr struct, Type int32 +pkg syscall (openbsd-amd64), type Credential struct +pkg syscall (openbsd-amd64), type Credential struct, Gid uint32 +pkg syscall (openbsd-amd64), type Credential struct, Groups []uint32 +pkg syscall (openbsd-amd64), type Credential struct, Uid uint32 +pkg syscall (openbsd-amd64), type Dirent struct +pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-amd64), type Dirent struct, Name [256]int8 +pkg syscall (openbsd-amd64), type Dirent struct, Namlen uint8 +pkg syscall (openbsd-amd64), type Dirent struct, Reclen uint16 +pkg syscall (openbsd-amd64), type Dirent struct, Type uint8 +pkg syscall (openbsd-amd64), type FdSet struct +pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-amd64), type Flock_t struct +pkg syscall (openbsd-amd64), type Flock_t struct, Len int64 +pkg syscall (openbsd-amd64), type Flock_t struct, Pid int32 +pkg syscall (openbsd-amd64), type Flock_t struct, Start int64 +pkg syscall (openbsd-amd64), type Flock_t struct, Type int16 +pkg syscall (openbsd-amd64), type Flock_t struct, Whence int16 +pkg syscall (openbsd-amd64), type Fsid struct +pkg syscall (openbsd-amd64), type Fsid struct, Val [2]int32 +pkg syscall (openbsd-amd64), type ICMPv6Filter struct +pkg syscall (openbsd-amd64), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (openbsd-amd64), type IPv6MTUInfo struct +pkg syscall (openbsd-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (openbsd-amd64), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (openbsd-amd64), type IfData struct +pkg syscall (openbsd-amd64), type IfData struct, Addrlen uint8 +pkg syscall (openbsd-amd64), type IfData struct, Baudrate uint64 +pkg syscall (openbsd-amd64), type IfData struct, Capabilities uint32 +pkg syscall (openbsd-amd64), type IfData struct, Collisions uint64 +pkg syscall (openbsd-amd64), type IfData struct, Hdrlen uint8 +pkg syscall (openbsd-amd64), type IfData struct, Ibytes uint64 +pkg syscall (openbsd-amd64), type IfData struct, Ierrors uint64 +pkg syscall (openbsd-amd64), type IfData struct, Imcasts uint64 +pkg syscall (openbsd-amd64), type IfData struct, Ipackets uint64 +pkg syscall (openbsd-amd64), type IfData struct, Iqdrops uint64 +pkg syscall (openbsd-amd64), type IfData struct, Lastchange Timeval +pkg syscall (openbsd-amd64), type IfData struct, Link_state uint8 +pkg syscall (openbsd-amd64), type IfData struct, Mclpool [7]Mclpool +pkg syscall (openbsd-amd64), type IfData struct, Metric uint32 +pkg syscall (openbsd-amd64), type IfData struct, Mtu uint32 +pkg syscall (openbsd-amd64), type IfData struct, Noproto uint64 +pkg syscall (openbsd-amd64), type IfData struct, Obytes uint64 +pkg syscall (openbsd-amd64), type IfData struct, Oerrors uint64 +pkg syscall (openbsd-amd64), type IfData struct, Omcasts uint64 +pkg syscall (openbsd-amd64), type IfData struct, Opackets uint64 +pkg syscall (openbsd-amd64), type IfData struct, Pad uint32 +pkg syscall (openbsd-amd64), type IfData struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type IfData struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64), type IfData struct, Type uint8 +pkg syscall (openbsd-amd64), type IfMsghdr struct +pkg syscall (openbsd-amd64), type IfMsghdr struct, Addrs int32 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Data IfData +pkg syscall (openbsd-amd64), type IfMsghdr struct, Flags int32 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Tableid uint16 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64), type IfMsghdr struct, Xflags int32 +pkg syscall (openbsd-amd64), type IfaMsghdr struct +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Addrs int32 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Flags int32 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Metric int32 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Tableid uint16 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64), type IfaMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64), type Inet6Pktinfo struct +pkg syscall (openbsd-amd64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (openbsd-amd64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (openbsd-amd64), type InterfaceAddrMessage struct +pkg syscall (openbsd-amd64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (openbsd-amd64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (openbsd-amd64), type InterfaceAnnounceMessage struct +pkg syscall (openbsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (openbsd-amd64), type InterfaceMessage struct +pkg syscall (openbsd-amd64), type InterfaceMessage struct, Data []uint8 +pkg syscall (openbsd-amd64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (openbsd-amd64), type Iovec struct +pkg syscall (openbsd-amd64), type Iovec struct, Base *uint8 +pkg syscall (openbsd-amd64), type Iovec struct, Len uint64 +pkg syscall (openbsd-amd64), type Kevent_t struct +pkg syscall (openbsd-amd64), type Kevent_t struct, Data int32 +pkg syscall (openbsd-amd64), type Kevent_t struct, Fflags uint32 +pkg syscall (openbsd-amd64), type Kevent_t struct, Filter int16 +pkg syscall (openbsd-amd64), type Kevent_t struct, Flags uint16 +pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint32 +pkg syscall (openbsd-amd64), type Kevent_t struct, Udata *uint8 +pkg syscall (openbsd-amd64), type Mclpool struct +pkg syscall (openbsd-amd64), type Mclpool struct, Alive uint16 +pkg syscall (openbsd-amd64), type Mclpool struct, Cwm uint16 +pkg syscall (openbsd-amd64), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-amd64), type Mclpool struct, Hwm uint16 +pkg syscall (openbsd-amd64), type Mclpool struct, Lwm uint16 +pkg syscall (openbsd-amd64), type Msghdr struct +pkg syscall (openbsd-amd64), type Msghdr struct, Control *uint8 +pkg syscall (openbsd-amd64), type Msghdr struct, Controllen uint32 +pkg syscall (openbsd-amd64), type Msghdr struct, Flags int32 +pkg syscall (openbsd-amd64), type Msghdr struct, Iov *Iovec +pkg syscall (openbsd-amd64), type Msghdr struct, Iovlen uint32 +pkg syscall (openbsd-amd64), type Msghdr struct, Name *uint8 +pkg syscall (openbsd-amd64), type Msghdr struct, Namelen uint32 +pkg syscall (openbsd-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64), type RawSockaddr struct, Data [14]int8 +pkg syscall (openbsd-amd64), type RawSockaddr struct, Family uint8 +pkg syscall (openbsd-amd64), type RawSockaddr struct, Len uint8 +pkg syscall (openbsd-amd64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-amd64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (openbsd-amd64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (openbsd-amd64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (openbsd-amd64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (openbsd-amd64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (openbsd-amd64), type RawSockaddrUnix struct +pkg syscall (openbsd-amd64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (openbsd-amd64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (openbsd-amd64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (openbsd-amd64), type Rlimit struct +pkg syscall (openbsd-amd64), type Rlimit struct, Cur uint64 +pkg syscall (openbsd-amd64), type Rlimit struct, Max uint64 +pkg syscall (openbsd-amd64), type RouteMessage struct +pkg syscall (openbsd-amd64), type RouteMessage struct, Data []uint8 +pkg syscall (openbsd-amd64), type RouteMessage struct, Header RtMsghdr +pkg syscall (openbsd-amd64), type RoutingMessage interface, unexported methods +pkg syscall (openbsd-amd64), type RtMetrics struct +pkg syscall (openbsd-amd64), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Hopcount uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Locks uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Mtu uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Pksent uint64 +pkg syscall (openbsd-amd64), type RtMetrics struct, Recvpipe uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Refcnt uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Rtt uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Rttvar uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Sendpipe uint32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Ssthresh uint32 +pkg syscall (openbsd-amd64), type RtMsghdr struct +pkg syscall (openbsd-amd64), type RtMsghdr struct, Addrs int32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Errno int32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Flags int32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Fmask int32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Inits uint32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Mpls uint8 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Pid int32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Priority uint8 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (openbsd-amd64), type RtMsghdr struct, Seq int32 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Tableid uint16 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64), type RtMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64), type Rusage struct, Idrss int64 +pkg syscall (openbsd-amd64), type Rusage struct, Inblock int64 +pkg syscall (openbsd-amd64), type Rusage struct, Isrss int64 +pkg syscall (openbsd-amd64), type Rusage struct, Ixrss int64 +pkg syscall (openbsd-amd64), type Rusage struct, Majflt int64 +pkg syscall (openbsd-amd64), type Rusage struct, Maxrss int64 +pkg syscall (openbsd-amd64), type Rusage struct, Minflt int64 +pkg syscall (openbsd-amd64), type Rusage struct, Msgrcv int64 +pkg syscall (openbsd-amd64), type Rusage struct, Msgsnd int64 +pkg syscall (openbsd-amd64), type Rusage struct, Nivcsw int64 +pkg syscall (openbsd-amd64), type Rusage struct, Nsignals int64 +pkg syscall (openbsd-amd64), type Rusage struct, Nswap int64 +pkg syscall (openbsd-amd64), type Rusage struct, Nvcsw int64 +pkg syscall (openbsd-amd64), type Rusage struct, Oublock int64 +pkg syscall (openbsd-amd64), type Rusage struct, Stime Timeval +pkg syscall (openbsd-amd64), type Rusage struct, Utime Timeval +pkg syscall (openbsd-amd64), type SockaddrDatalink struct +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-amd64), type SocketControlMessage struct +pkg syscall (openbsd-amd64), type SocketControlMessage struct, Data []uint8 +pkg syscall (openbsd-amd64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (openbsd-amd64), type Stat_t struct +pkg syscall (openbsd-amd64), type Stat_t struct, Atim Timespec +pkg syscall (openbsd-amd64), type Stat_t struct, Blksize uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Blocks int64 +pkg syscall (openbsd-amd64), type Stat_t struct, Ctim Timespec +pkg syscall (openbsd-amd64), type Stat_t struct, Dev int32 +pkg syscall (openbsd-amd64), type Stat_t struct, Flags uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Gen uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Gid uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-amd64), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-amd64), type Stat_t struct, Mode uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Mtim Timespec +pkg syscall (openbsd-amd64), type Stat_t struct, Nlink uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-amd64), type Stat_t struct, Rdev int32 +pkg syscall (openbsd-amd64), type Stat_t struct, Size int64 +pkg syscall (openbsd-amd64), type Stat_t struct, Uid uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, X__st_birthtim Timespec +pkg syscall (openbsd-amd64), type Statfs_t struct +pkg syscall (openbsd-amd64), type Statfs_t struct, F_asyncreads uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_asyncwrites uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_bavail int64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_bfree uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_blocks uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_bsize uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_favail int64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_ffree uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_files uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_flags uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_fsid Fsid +pkg syscall (openbsd-amd64), type Statfs_t struct, F_fstypename [16]int8 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_iosize uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntfromname [90]int8 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntonname [90]int8 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_namemax uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_owner uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_syncreads uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_syncwrites uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, Mount_info [160]uint8 +pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64), type SysProcAttr struct, Chroot string +pkg syscall (openbsd-amd64), type SysProcAttr struct, Credential *Credential +pkg syscall (openbsd-amd64), type SysProcAttr struct, Noctty bool +pkg syscall (openbsd-amd64), type SysProcAttr struct, Ptrace bool +pkg syscall (openbsd-amd64), type SysProcAttr struct, Setctty bool +pkg syscall (openbsd-amd64), type SysProcAttr struct, Setpgid bool +pkg syscall (openbsd-amd64), type SysProcAttr struct, Setsid bool +pkg syscall (openbsd-amd64), type Timespec struct, Nsec int64 +pkg syscall (openbsd-amd64), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type Timespec struct, Sec int32 +pkg syscall (openbsd-amd64), type Timeval struct, Sec int64 +pkg syscall (openbsd-amd64), type Timeval struct, Usec int64 +pkg syscall (openbsd-amd64), type WaitStatus uint32 +pkg syscall (openbsd-amd64), var Stderr int +pkg syscall (openbsd-amd64), var Stdin int +pkg syscall (openbsd-amd64), var Stdout int +pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_CCITT ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_CHAOS ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_CNT ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_COIP ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_DECnet ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_DLI ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_E164 ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_ECMA ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_ENCAP ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_HYLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_IPX ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_ISDN ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_ISO ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_KEY ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_LAT ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_LINK ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_LOCAL ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_MPLS ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_NATM ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_NS ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_OSI ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_PUP ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_ROUTE ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_SIP ideal-int +pkg syscall (openbsd-amd64-cgo), const AF_SNA ideal-int +pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY ideal-int +pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (openbsd-amd64-cgo), const B0 ideal-int +pkg syscall (openbsd-amd64-cgo), const B110 ideal-int +pkg syscall (openbsd-amd64-cgo), const B115200 ideal-int +pkg syscall (openbsd-amd64-cgo), const B1200 ideal-int +pkg syscall (openbsd-amd64-cgo), const B134 ideal-int +pkg syscall (openbsd-amd64-cgo), const B14400 ideal-int +pkg syscall (openbsd-amd64-cgo), const B150 ideal-int +pkg syscall (openbsd-amd64-cgo), const B1800 ideal-int +pkg syscall (openbsd-amd64-cgo), const B19200 ideal-int +pkg syscall (openbsd-amd64-cgo), const B200 ideal-int +pkg syscall (openbsd-amd64-cgo), const B230400 ideal-int +pkg syscall (openbsd-amd64-cgo), const B2400 ideal-int +pkg syscall (openbsd-amd64-cgo), const B28800 ideal-int +pkg syscall (openbsd-amd64-cgo), const B300 ideal-int +pkg syscall (openbsd-amd64-cgo), const B38400 ideal-int +pkg syscall (openbsd-amd64-cgo), const B4800 ideal-int +pkg syscall (openbsd-amd64-cgo), const B50 ideal-int +pkg syscall (openbsd-amd64-cgo), const B57600 ideal-int +pkg syscall (openbsd-amd64-cgo), const B600 ideal-int +pkg syscall (openbsd-amd64-cgo), const B7200 ideal-int +pkg syscall (openbsd-amd64-cgo), const B75 ideal-int +pkg syscall (openbsd-amd64-cgo), const B76800 ideal-int +pkg syscall (openbsd-amd64-cgo), const B9600 ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGDLT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGETIF ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSDLT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSETF ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSETIF ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSETWF ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (openbsd-amd64-cgo), const BIOCVERSION ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_A ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_ABS ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_ADD ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_ALU ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_AND ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_B ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_DIV ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_H ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_IMM ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_IND ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_JA ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_JEQ ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_JGE ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_JGT ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_JMP ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_JSET ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_K ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_LD ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_LDX ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_LSH ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MEM ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MISC ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MSH ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_MUL ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_NEG ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_OR ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_RET ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_RSH ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_ST ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_STX ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_SUB ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_TAX ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_TXA ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_W ideal-int +pkg syscall (openbsd-amd64-cgo), const BPF_X ideal-int +pkg syscall (openbsd-amd64-cgo), const BRKINT ideal-int +pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const CFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const CLOCAL ideal-int +pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const CREAD ideal-int +pkg syscall (openbsd-amd64-cgo), const CS5 ideal-int +pkg syscall (openbsd-amd64-cgo), const CS6 ideal-int +pkg syscall (openbsd-amd64-cgo), const CS7 ideal-int +pkg syscall (openbsd-amd64-cgo), const CS8 ideal-int +pkg syscall (openbsd-amd64-cgo), const CSIZE ideal-int +pkg syscall (openbsd-amd64-cgo), const CSTART ideal-int +pkg syscall (openbsd-amd64-cgo), const CSTATUS ideal-int +pkg syscall (openbsd-amd64-cgo), const CSTOP ideal-int +pkg syscall (openbsd-amd64-cgo), const CSTOPB ideal-int +pkg syscall (openbsd-amd64-cgo), const CSUSP ideal-int +pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (openbsd-amd64-cgo), const CTL_NET ideal-int +pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_AX25 ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_ENC ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_FDDI ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_LOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_MPLS ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_NULL ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PPP ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_PRONET ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_RAW ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_SLIP ideal-int +pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_BLK ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_CHR ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_DIR ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_FIFO ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_LNK ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_REG ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_SOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const EAUTH Errno +pkg syscall (openbsd-amd64-cgo), const EBADRPC Errno +pkg syscall (openbsd-amd64-cgo), const ECHO ideal-int +pkg syscall (openbsd-amd64-cgo), const ECHOCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const ECHOE ideal-int +pkg syscall (openbsd-amd64-cgo), const ECHOK ideal-int +pkg syscall (openbsd-amd64-cgo), const ECHOKE ideal-int +pkg syscall (openbsd-amd64-cgo), const ECHONL ideal-int +pkg syscall (openbsd-amd64-cgo), const ECHOPRT ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_LMA ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_LME ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_NXE ideal-int +pkg syscall (openbsd-amd64-cgo), const EFER_SCE ideal-int +pkg syscall (openbsd-amd64-cgo), const EFTYPE Errno +pkg syscall (openbsd-amd64-cgo), const EIPSEC Errno +pkg syscall (openbsd-amd64-cgo), const ELAST Errno +pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE Errno +pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF ideal-int +pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED ideal-int +pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE ideal-int +pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC ideal-int +pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH Errno +pkg syscall (openbsd-amd64-cgo), const ENOATTR Errno +pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM Errno +pkg syscall (openbsd-amd64-cgo), const EPROCLIM Errno +pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL Errno +pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH Errno +pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL Errno +pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH Errno +pkg syscall (openbsd-amd64-cgo), const ETHERMIN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_READ ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_ADD ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_CLEAR ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_DELETE ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_DISABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_ENABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_EOF ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_ERROR ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT ideal-int +pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const EXTA ideal-int +pkg syscall (openbsd-amd64-cgo), const EXTB ideal-int +pkg syscall (openbsd-amd64-cgo), const EXTPROC ideal-int +pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE ideal-int +pkg syscall (openbsd-amd64-cgo), const FLUSHO ideal-int +pkg syscall (openbsd-amd64-cgo), const F_DUPFD ideal-int +pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (openbsd-amd64-cgo), const F_GETFD ideal-int +pkg syscall (openbsd-amd64-cgo), const F_GETFL ideal-int +pkg syscall (openbsd-amd64-cgo), const F_GETLK ideal-int +pkg syscall (openbsd-amd64-cgo), const F_GETOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const F_OK ideal-int +pkg syscall (openbsd-amd64-cgo), const F_RDLCK ideal-int +pkg syscall (openbsd-amd64-cgo), const F_SETFD ideal-int +pkg syscall (openbsd-amd64-cgo), const F_SETFL ideal-int +pkg syscall (openbsd-amd64-cgo), const F_SETLK ideal-int +pkg syscall (openbsd-amd64-cgo), const F_SETLKW ideal-int +pkg syscall (openbsd-amd64-cgo), const F_SETOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const F_UNLCK ideal-int +pkg syscall (openbsd-amd64-cgo), const F_WRLCK ideal-int +pkg syscall (openbsd-amd64-cgo), const HUPCL ideal-int +pkg syscall (openbsd-amd64-cgo), const ICANON ideal-int +pkg syscall (openbsd-amd64-cgo), const ICMP6_FILTER = 18 +pkg syscall (openbsd-amd64-cgo), const ICMP6_FILTER ideal-int +pkg syscall (openbsd-amd64-cgo), const ICRNL ideal-int +pkg syscall (openbsd-amd64-cgo), const IEXTEN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_NOARP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING ideal-int +pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_1822 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ADSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ARAP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_BSC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_CARP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_CEPT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_CES ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_CNR ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DCN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DLSW ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DS0 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DS3 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DTM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ECONET ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ENC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_EON ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ESCON ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ETHER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FAITH ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FAST ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FDDI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_GIF ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HDLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HSSI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_HY ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IDSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IMT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISDN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ISUP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_LAPB ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_LAPD ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_LAPF ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_LOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MODEM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MPC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MPLS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MVL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_NFAS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_NSIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_OTHER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_P10 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_P80 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PARA ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PON155 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PON622 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_POS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PPP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_PVC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_QLLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_RADSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_RS232 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_RSRB ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SDLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SDSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SLIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SONET ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SRP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_T1 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_TDLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_TELINK ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_TR008 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_USB ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_V11 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_V35 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_V36 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_V37 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VDSL ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_X213 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_X25 ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IFT_XETHER ideal-int +pkg syscall (openbsd-amd64-cgo), const IGNBRK ideal-int +pkg syscall (openbsd-amd64-cgo), const IGNCR ideal-int +pkg syscall (openbsd-amd64-cgo), const IGNPAR ideal-int +pkg syscall (openbsd-amd64-cgo), const IMAXBEL ideal-int +pkg syscall (openbsd-amd64-cgo), const INLCR ideal-int +pkg syscall (openbsd-amd64-cgo), const INPCK ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET ideal-int +pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_DF ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_MF ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_MINTTL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_MSS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_PIPEX ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVIF ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RF ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_RTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const ISIG ideal-int +pkg syscall (openbsd-amd64-cgo), const ISTRIP ideal-int +pkg syscall (openbsd-amd64-cgo), const IXANY ideal-int +pkg syscall (openbsd-amd64-cgo), const IXOFF ideal-int +pkg syscall (openbsd-amd64-cgo), const IXON ideal-int +pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const LOCK_EX ideal-int +pkg syscall (openbsd-amd64-cgo), const LOCK_NB ideal-int +pkg syscall (openbsd-amd64-cgo), const LOCK_SH ideal-int +pkg syscall (openbsd-amd64-cgo), const LOCK_UN ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_BCAST ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_EOR ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_MCAST ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_OOB ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_PEEK ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC ideal-int +pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL ideal-int +pkg syscall (openbsd-amd64-cgo), const NAME_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS ideal-int +pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const NOFLSH ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_EOF ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_FORK ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_LINK ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE ideal-int +pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const OCRNL ideal-int +pkg syscall (openbsd-amd64-cgo), const ONLCR ideal-int +pkg syscall (openbsd-amd64-cgo), const ONLRET ideal-int +pkg syscall (openbsd-amd64-cgo), const ONOCR ideal-int +pkg syscall (openbsd-amd64-cgo), const ONOEOT ideal-int +pkg syscall (openbsd-amd64-cgo), const OPOST ideal-int +pkg syscall (openbsd-amd64-cgo), const O_ACCMODE ideal-int +pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY ideal-int +pkg syscall (openbsd-amd64-cgo), const O_DSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const O_EXLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const O_FSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const O_NDELAY ideal-int +pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (openbsd-amd64-cgo), const O_RSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const O_SHLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const PARENB ideal-int +pkg syscall (openbsd-amd64-cgo), const PARMRK ideal-int +pkg syscall (openbsd-amd64-cgo), const PARODD ideal-int +pkg syscall (openbsd-amd64-cgo), const PENDIN ideal-int +pkg syscall (openbsd-amd64-cgo), const PF_FLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const PRIO_PGRP = 1 +pkg syscall (openbsd-amd64-cgo), const PRIO_PGRP ideal-int +pkg syscall (openbsd-amd64-cgo), const PRIO_PROCESS = 0 +pkg syscall (openbsd-amd64-cgo), const PRIO_PROCESS ideal-int +pkg syscall (openbsd-amd64-cgo), const PRIO_USER = 2 +pkg syscall (openbsd-amd64-cgo), const PRIO_USER ideal-int +pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT ideal-int +pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL ideal-int +pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_BRD ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_DST ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_IFA ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_IFP ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_SRC ideal-int +pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_BRD ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_DST ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_IFA ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_IFP ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_LABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_SRC ideal-int +pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_CLONED ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_CLONING ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_DONE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_FMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_HOST ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_MASK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_MPATH ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_MPLS ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_REJECT ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_STATIC ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_UP ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_ADD ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_DELETE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_GET ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_LOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_LOSING ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_MISS ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (openbsd-amd64-cgo), const RTM_VERSION ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_MTU ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_RTT ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX ideal-int +pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIGCHLD Signal +pkg syscall (openbsd-amd64-cgo), const SIGCONT Signal +pkg syscall (openbsd-amd64-cgo), const SIGEMT Signal +pkg syscall (openbsd-amd64-cgo), const SIGINFO Signal +pkg syscall (openbsd-amd64-cgo), const SIGIO Signal +pkg syscall (openbsd-amd64-cgo), const SIGIOT Signal +pkg syscall (openbsd-amd64-cgo), const SIGPROF Signal +pkg syscall (openbsd-amd64-cgo), const SIGSTOP Signal +pkg syscall (openbsd-amd64-cgo), const SIGSYS Signal +pkg syscall (openbsd-amd64-cgo), const SIGTHR Signal +pkg syscall (openbsd-amd64-cgo), const SIGTSTP Signal +pkg syscall (openbsd-amd64-cgo), const SIGTTIN Signal +pkg syscall (openbsd-amd64-cgo), const SIGTTOU Signal +pkg syscall (openbsd-amd64-cgo), const SIGURG Signal +pkg syscall (openbsd-amd64-cgo), const SIGUSR1 Signal +pkg syscall (openbsd-amd64-cgo), const SIGUSR2 Signal +pkg syscall (openbsd-amd64-cgo), const SIGVTALRM Signal +pkg syscall (openbsd-amd64-cgo), const SIGWINCH Signal +pkg syscall (openbsd-amd64-cgo), const SIGXCPU Signal +pkg syscall (openbsd-amd64-cgo), const SIGXFSZ Signal +pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCATMARK ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGVH ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSVH ideal-int +pkg syscall (openbsd-amd64-cgo), const SOCK_RDM ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_BINDANY ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_DEBUG ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_ERROR ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_NETPROC ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_RTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_SPLICE ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_TYPE ideal-int +pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ACCT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_BIND ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_DUP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_EXIT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FORK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETFH ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETPID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETSID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_KILL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_LINK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MMAP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_OPEN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PIPE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_POLL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PREAD ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PREADV ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_READ ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_READLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_READV ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_RENAME ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SELECT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETSID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SETUID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_STAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_STATFS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_UMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_VFORK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_WRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___TFORK ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofICMPv6Filter = 32 +pkg syscall (openbsd-amd64-cgo), const SizeofICMPv6Filter ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIPv6MTUInfo = 32 +pkg syscall (openbsd-amd64-cgo), const SizeofIPv6MTUInfo ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIfData ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofLinger ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (openbsd-amd64-cgo), const TCIFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const TCOFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_MSS ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES ideal-int +pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE ideal-int +pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCCBRK ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCCDTR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCCONS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCEXCL ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCEXT ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGETA ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGETD ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCMBIC ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCMBIS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCMGET ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCMODG ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCMODS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCMSET ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_CD ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_LE ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_RI ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_SR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCM_ST ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCNXCL ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSBRK ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSDTR ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSETA ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSETAF ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSETAW ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSETD ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSIG ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSTART ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSTAT ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSTI ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSTOP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL ideal-int +pkg syscall (openbsd-amd64-cgo), const TOSTOP ideal-int +pkg syscall (openbsd-amd64-cgo), const VDISCARD ideal-int +pkg syscall (openbsd-amd64-cgo), const VDSUSP ideal-int +pkg syscall (openbsd-amd64-cgo), const VEOF ideal-int +pkg syscall (openbsd-amd64-cgo), const VEOL ideal-int +pkg syscall (openbsd-amd64-cgo), const VEOL2 ideal-int +pkg syscall (openbsd-amd64-cgo), const VERASE ideal-int +pkg syscall (openbsd-amd64-cgo), const VINTR ideal-int +pkg syscall (openbsd-amd64-cgo), const VKILL ideal-int +pkg syscall (openbsd-amd64-cgo), const VLNEXT ideal-int +pkg syscall (openbsd-amd64-cgo), const VMIN ideal-int +pkg syscall (openbsd-amd64-cgo), const VQUIT ideal-int +pkg syscall (openbsd-amd64-cgo), const VREPRINT ideal-int +pkg syscall (openbsd-amd64-cgo), const VSTART ideal-int +pkg syscall (openbsd-amd64-cgo), const VSTATUS ideal-int +pkg syscall (openbsd-amd64-cgo), const VSTOP ideal-int +pkg syscall (openbsd-amd64-cgo), const VSUSP ideal-int +pkg syscall (openbsd-amd64-cgo), const VTIME ideal-int +pkg syscall (openbsd-amd64-cgo), const VWERASE ideal-int +pkg syscall (openbsd-amd64-cgo), const WALTSIG ideal-int +pkg syscall (openbsd-amd64-cgo), const WCONTINUED ideal-int +pkg syscall (openbsd-amd64-cgo), const WCOREFLAG ideal-int +pkg syscall (openbsd-amd64-cgo), const WNOHANG ideal-int +pkg syscall (openbsd-amd64-cgo), const WSTOPPED ideal-int +pkg syscall (openbsd-amd64-cgo), const WUNTRACED ideal-int +pkg syscall (openbsd-amd64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func Access(string, uint32) error +pkg syscall (openbsd-amd64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (openbsd-amd64-cgo), func Bind(int, Sockaddr) error +pkg syscall (openbsd-amd64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (openbsd-amd64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (openbsd-amd64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (openbsd-amd64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (openbsd-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (openbsd-amd64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (openbsd-amd64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (openbsd-amd64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (openbsd-amd64-cgo), func CheckBpfVersion(int) error +pkg syscall (openbsd-amd64-cgo), func Chflags(string, int) error +pkg syscall (openbsd-amd64-cgo), func Chroot(string) error +pkg syscall (openbsd-amd64-cgo), func Close(int) error +pkg syscall (openbsd-amd64-cgo), func CloseOnExec(int) +pkg syscall (openbsd-amd64-cgo), func CmsgLen(int) int +pkg syscall (openbsd-amd64-cgo), func CmsgSpace(int) int +pkg syscall (openbsd-amd64-cgo), func Connect(int, Sockaddr) error +pkg syscall (openbsd-amd64-cgo), func Dup(int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Dup2(int, int) error +pkg syscall (openbsd-amd64-cgo), func Fchdir(int) error +pkg syscall (openbsd-amd64-cgo), func Fchflags(int, int) error +pkg syscall (openbsd-amd64-cgo), func Fchmod(int, uint32) error +pkg syscall (openbsd-amd64-cgo), func Fchown(int, int, int) error +pkg syscall (openbsd-amd64-cgo), func Flock(int, int) error +pkg syscall (openbsd-amd64-cgo), func FlushBpf(int) error +pkg syscall (openbsd-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (openbsd-amd64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (openbsd-amd64-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (openbsd-amd64-cgo), func Fsync(int) error +pkg syscall (openbsd-amd64-cgo), func Ftruncate(int, int64) error +pkg syscall (openbsd-amd64-cgo), func Futimes(int, []Timeval) error +pkg syscall (openbsd-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (openbsd-amd64-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func Getpgid(int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Getpgrp() int +pkg syscall (openbsd-amd64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (openbsd-amd64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (openbsd-amd64-cgo), func Getsid(int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (openbsd-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Issetugid() bool +pkg syscall (openbsd-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (openbsd-amd64-cgo), func Kill(int, Signal) error +pkg syscall (openbsd-amd64-cgo), func Kqueue() (int, error) +pkg syscall (openbsd-amd64-cgo), func Listen(int, int) error +pkg syscall (openbsd-amd64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (openbsd-amd64-cgo), func Mkfifo(string, uint32) error +pkg syscall (openbsd-amd64-cgo), func Mknod(string, uint32, int) error +pkg syscall (openbsd-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (openbsd-amd64-cgo), func Munmap([]uint8) error +pkg syscall (openbsd-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (openbsd-amd64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (openbsd-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (openbsd-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (openbsd-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (openbsd-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (openbsd-amd64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Pipe([]int) error +pkg syscall (openbsd-amd64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (openbsd-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (openbsd-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (openbsd-amd64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (openbsd-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (openbsd-amd64-cgo), func Revoke(string) error +pkg syscall (openbsd-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (openbsd-amd64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (openbsd-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (openbsd-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (openbsd-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (openbsd-amd64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (openbsd-amd64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (openbsd-amd64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (openbsd-amd64-cgo), func SetBpfInterface(int, string) error +pkg syscall (openbsd-amd64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (openbsd-amd64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (openbsd-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (openbsd-amd64-cgo), func SetNonblock(int, bool) error +pkg syscall (openbsd-amd64-cgo), func Setegid(int) error +pkg syscall (openbsd-amd64-cgo), func Seteuid(int) error +pkg syscall (openbsd-amd64-cgo), func Setgid(int) error +pkg syscall (openbsd-amd64-cgo), func Setgroups([]int) error +pkg syscall (openbsd-amd64-cgo), func Setlogin(string) error +pkg syscall (openbsd-amd64-cgo), func Setpgid(int, int) error +pkg syscall (openbsd-amd64-cgo), func Setpriority(int, int, int) error +pkg syscall (openbsd-amd64-cgo), func Setregid(int, int) error +pkg syscall (openbsd-amd64-cgo), func Setreuid(int, int) error +pkg syscall (openbsd-amd64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (openbsd-amd64-cgo), func Setsid() (int, error) +pkg syscall (openbsd-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (openbsd-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (openbsd-amd64-cgo), func Settimeofday(*Timeval) error +pkg syscall (openbsd-amd64-cgo), func Setuid(int) error +pkg syscall (openbsd-amd64-cgo), func Shutdown(int, int) error +pkg syscall (openbsd-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (openbsd-amd64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (openbsd-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (openbsd-amd64-cgo), func Stat(string, *Stat_t) error +pkg syscall (openbsd-amd64-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (openbsd-amd64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (openbsd-amd64-cgo), func Sync() error +pkg syscall (openbsd-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (openbsd-amd64-cgo), func Sysctl(string) (string, error) +pkg syscall (openbsd-amd64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (openbsd-amd64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (openbsd-amd64-cgo), func Truncate(string, int64) error +pkg syscall (openbsd-amd64-cgo), func Umask(int) int +pkg syscall (openbsd-amd64-cgo), func UnixRights(...int) []uint8 +pkg syscall (openbsd-amd64-cgo), func Unmount(string, int) error +pkg syscall (openbsd-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (openbsd-amd64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (openbsd-amd64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (openbsd-amd64-cgo), method (*Iovec) SetLen(int) +pkg syscall (openbsd-amd64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (openbsd-amd64-cgo), type BpfHdr struct +pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Tstamp BpfTimeval +pkg syscall (openbsd-amd64-cgo), type BpfInsn struct +pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, K uint32 +pkg syscall (openbsd-amd64-cgo), type BpfProgram struct +pkg syscall (openbsd-amd64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (openbsd-amd64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (openbsd-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type BpfStat struct +pkg syscall (openbsd-amd64-cgo), type BpfStat struct, Drop uint32 +pkg syscall (openbsd-amd64-cgo), type BpfStat struct, Recv uint32 +pkg syscall (openbsd-amd64-cgo), type BpfTimeval struct +pkg syscall (openbsd-amd64-cgo), type BpfTimeval struct, Sec uint32 +pkg syscall (openbsd-amd64-cgo), type BpfTimeval struct, Usec uint32 +pkg syscall (openbsd-amd64-cgo), type BpfVersion struct +pkg syscall (openbsd-amd64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (openbsd-amd64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct +pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (openbsd-amd64-cgo), type Credential struct +pkg syscall (openbsd-amd64-cgo), type Credential struct, Gid uint32 +pkg syscall (openbsd-amd64-cgo), type Credential struct, Groups []uint32 +pkg syscall (openbsd-amd64-cgo), type Credential struct, Uid uint32 +pkg syscall (openbsd-amd64-cgo), type Dirent struct +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint32 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Name [256]int8 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Namlen uint8 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type FdSet struct +pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (openbsd-amd64-cgo), type Flock_t struct +pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Len int64 +pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Pid int32 +pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Start int64 +pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Type int16 +pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Whence int16 +pkg syscall (openbsd-amd64-cgo), type Fsid struct +pkg syscall (openbsd-amd64-cgo), type Fsid struct, Val [2]int32 +pkg syscall (openbsd-amd64-cgo), type ICMPv6Filter struct +pkg syscall (openbsd-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 +pkg syscall (openbsd-amd64-cgo), type IPv6MTUInfo struct +pkg syscall (openbsd-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 +pkg syscall (openbsd-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (openbsd-amd64-cgo), type IfData struct +pkg syscall (openbsd-amd64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Baudrate uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Capabilities uint32 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Collisions uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Ibytes uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Ierrors uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Imcasts uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Ipackets uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Iqdrops uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Lastchange Timeval +pkg syscall (openbsd-amd64-cgo), type IfData struct, Link_state uint8 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Mclpool [7]Mclpool +pkg syscall (openbsd-amd64-cgo), type IfData struct, Metric uint32 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Mtu uint32 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Noproto uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Obytes uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Oerrors uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Omcasts uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Opackets uint64 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Pad uint32 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type IfData struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Tableid uint16 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Xflags int32 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Pad1 uint8 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Pad2 uint8 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Tableid uint16 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64-cgo), type Inet6Pktinfo struct +pkg syscall (openbsd-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (openbsd-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage struct +pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (openbsd-amd64-cgo), type InterfaceAnnounceMessage struct +pkg syscall (openbsd-amd64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (openbsd-amd64-cgo), type InterfaceMessage struct +pkg syscall (openbsd-amd64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (openbsd-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (openbsd-amd64-cgo), type Iovec struct +pkg syscall (openbsd-amd64-cgo), type Iovec struct, Base *uint8 +pkg syscall (openbsd-amd64-cgo), type Iovec struct, Len uint64 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int32 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Filter int16 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Alive uint16 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Cwm uint16 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown uint32 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Hwm uint16 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Lwm uint16 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Flags int32 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Iovlen uint32 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct +pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (openbsd-amd64-cgo), type Rlimit struct +pkg syscall (openbsd-amd64-cgo), type Rlimit struct, Cur uint64 +pkg syscall (openbsd-amd64-cgo), type Rlimit struct, Max uint64 +pkg syscall (openbsd-amd64-cgo), type RouteMessage struct +pkg syscall (openbsd-amd64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (openbsd-amd64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (openbsd-amd64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Pksent uint64 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Refcnt uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Fmask int32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Hdrlen uint16 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Mpls uint8 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Priority uint8 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Tableid uint16 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Idrss int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Inblock int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Isrss int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Majflt int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Minflt int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nswap int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Oublock int64 +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Stime Timeval +pkg syscall (openbsd-amd64-cgo), type Rusage struct, Utime Timeval +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Data [24]int8 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (openbsd-amd64-cgo), type SocketControlMessage struct +pkg syscall (openbsd-amd64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (openbsd-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (openbsd-amd64-cgo), type Stat_t struct +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Atim Timespec +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Blksize uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ctim Timespec +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Dev int32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare0 int32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare1 int32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Mode uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Mtim Timespec +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Rdev int32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Size int64 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, X__st_birthtim Timespec +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_asyncreads uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_asyncwrites uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_bavail int64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_bfree uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_blocks uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_bsize uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_favail int64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ffree uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_files uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_flags uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_fsid Fsid +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_fstypename [16]int8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_iosize uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntfromname [90]int8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntonname [90]int8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_namemax uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_owner uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_syncreads uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_syncwrites uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Mount_info [160]uint8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (openbsd-amd64-cgo), type Timespec struct, Nsec int64 +pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32 +pkg syscall (openbsd-amd64-cgo), type Timeval struct, Sec int64 +pkg syscall (openbsd-amd64-cgo), type Timeval struct, Usec int64 +pkg syscall (openbsd-amd64-cgo), type WaitStatus uint32 +pkg syscall (openbsd-amd64-cgo), var Stderr int +pkg syscall (openbsd-amd64-cgo), var Stdin int +pkg syscall (openbsd-amd64-cgo), var Stdout int +pkg syscall (windows-386), const BASE_PROTOCOL = 1 +pkg syscall (windows-386), const BASE_PROTOCOL ideal-int +pkg syscall (windows-386), const ERROR_HANDLE_EOF = 38 +pkg syscall (windows-386), const ERROR_HANDLE_EOF Errno +pkg syscall (windows-386), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS = 1 +pkg syscall (windows-386), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS ideal-int +pkg syscall (windows-386), const FILE_SKIP_SET_EVENT_ON_HANDLE = 2 +pkg syscall (windows-386), const FILE_SKIP_SET_EVENT_ON_HANDLE ideal-int +pkg syscall (windows-386), const LAYERED_PROTOCOL = 0 +pkg syscall (windows-386), const LAYERED_PROTOCOL ideal-int +pkg syscall (windows-386), const MAX_PROTOCOL_CHAIN = 7 +pkg syscall (windows-386), const MAX_PROTOCOL_CHAIN ideal-int +pkg syscall (windows-386), const NetSetupDomainName = 3 +pkg syscall (windows-386), const NetSetupDomainName ideal-int +pkg syscall (windows-386), const NetSetupUnjoined = 1 +pkg syscall (windows-386), const NetSetupUnjoined ideal-int +pkg syscall (windows-386), const NetSetupUnknownStatus = 0 +pkg syscall (windows-386), const NetSetupUnknownStatus ideal-int +pkg syscall (windows-386), const NetSetupWorkgroupName = 2 +pkg syscall (windows-386), const NetSetupWorkgroupName ideal-int +pkg syscall (windows-386), const PFL_HIDDEN = 4 +pkg syscall (windows-386), const PFL_HIDDEN ideal-int +pkg syscall (windows-386), const PFL_MATCHES_PROTOCOL_ZERO = 8 +pkg syscall (windows-386), const PFL_MATCHES_PROTOCOL_ZERO ideal-int +pkg syscall (windows-386), const PFL_MULTIPLE_PROTO_ENTRIES = 1 +pkg syscall (windows-386), const PFL_MULTIPLE_PROTO_ENTRIES ideal-int +pkg syscall (windows-386), const PFL_NETWORKDIRECT_PROVIDER = 16 +pkg syscall (windows-386), const PFL_NETWORKDIRECT_PROVIDER ideal-int +pkg syscall (windows-386), const PFL_RECOMMENDED_PROTO_ENTRY = 2 +pkg syscall (windows-386), const PFL_RECOMMENDED_PROTO_ENTRY ideal-int +pkg syscall (windows-386), const PROCESS_TERMINATE = 1 +pkg syscall (windows-386), const PROCESS_TERMINATE ideal-int +pkg syscall (windows-386), const WSAEACCES = 10013 +pkg syscall (windows-386), const WSAEACCES Errno +pkg syscall (windows-386), const WSAPROTOCOL_LEN = 255 +pkg syscall (windows-386), const WSAPROTOCOL_LEN ideal-int +pkg syscall (windows-386), const XP1_CONNECTIONLESS = 1 +pkg syscall (windows-386), const XP1_CONNECTIONLESS ideal-int +pkg syscall (windows-386), const XP1_CONNECT_DATA = 128 +pkg syscall (windows-386), const XP1_CONNECT_DATA ideal-int +pkg syscall (windows-386), const XP1_DISCONNECT_DATA = 256 +pkg syscall (windows-386), const XP1_DISCONNECT_DATA ideal-int +pkg syscall (windows-386), const XP1_EXPEDITED_DATA = 64 +pkg syscall (windows-386), const XP1_EXPEDITED_DATA ideal-int +pkg syscall (windows-386), const XP1_GRACEFUL_CLOSE = 32 +pkg syscall (windows-386), const XP1_GRACEFUL_CLOSE ideal-int +pkg syscall (windows-386), const XP1_GUARANTEED_DELIVERY = 2 +pkg syscall (windows-386), const XP1_GUARANTEED_DELIVERY ideal-int +pkg syscall (windows-386), const XP1_GUARANTEED_ORDER = 4 +pkg syscall (windows-386), const XP1_GUARANTEED_ORDER ideal-int +pkg syscall (windows-386), const XP1_IFS_HANDLES = 131072 +pkg syscall (windows-386), const XP1_IFS_HANDLES ideal-int +pkg syscall (windows-386), const XP1_MESSAGE_ORIENTED = 8 +pkg syscall (windows-386), const XP1_MESSAGE_ORIENTED ideal-int +pkg syscall (windows-386), const XP1_MULTIPOINT_CONTROL_PLANE = 2048 +pkg syscall (windows-386), const XP1_MULTIPOINT_CONTROL_PLANE ideal-int +pkg syscall (windows-386), const XP1_MULTIPOINT_DATA_PLANE = 4096 +pkg syscall (windows-386), const XP1_MULTIPOINT_DATA_PLANE ideal-int +pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE = 262144 +pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE ideal-int +pkg syscall (windows-386), const XP1_PSEUDO_STREAM = 16 +pkg syscall (windows-386), const XP1_PSEUDO_STREAM ideal-int +pkg syscall (windows-386), const XP1_QOS_SUPPORTED = 8192 +pkg syscall (windows-386), const XP1_QOS_SUPPORTED ideal-int +pkg syscall (windows-386), const XP1_SAN_SUPPORT_SDP = 524288 +pkg syscall (windows-386), const XP1_SAN_SUPPORT_SDP ideal-int +pkg syscall (windows-386), const XP1_SUPPORT_BROADCAST = 512 +pkg syscall (windows-386), const XP1_SUPPORT_BROADCAST ideal-int +pkg syscall (windows-386), const XP1_SUPPORT_MULTIPOINT = 1024 +pkg syscall (windows-386), const XP1_SUPPORT_MULTIPOINT ideal-int +pkg syscall (windows-386), const XP1_UNI_RECV = 65536 +pkg syscall (windows-386), const XP1_UNI_RECV ideal-int +pkg syscall (windows-386), const XP1_UNI_SEND = 32768 +pkg syscall (windows-386), const XP1_UNI_SEND ideal-int +pkg syscall (windows-386), func LoadSetFileCompletionNotificationModes() error +pkg syscall (windows-386), func NetGetJoinInformation(*uint16, **uint16, *uint32) error +pkg syscall (windows-386), func SetFileCompletionNotificationModes(Handle, uint8) error +pkg syscall (windows-386), func WSAEnumProtocols(*int32, *WSAProtocolInfo, *uint32) (int32, error) +pkg syscall (windows-386), type IpMaskString struct, String [16]uint8 +pkg syscall (windows-386), type WSAProtocolChain struct +pkg syscall (windows-386), type WSAProtocolChain struct, ChainEntries [7]uint32 +pkg syscall (windows-386), type WSAProtocolChain struct, ChainLen int32 +pkg syscall (windows-386), type WSAProtocolInfo struct +pkg syscall (windows-386), type WSAProtocolInfo struct, AddressFamily int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, CatalogEntryId uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, MaxSockAddr int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, MessageSize uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, MinSockAddr int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, NetworkByteOrder int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, Protocol int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ProtocolChain WSAProtocolChain +pkg syscall (windows-386), type WSAProtocolInfo struct, ProtocolMaxOffset int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ProtocolName [256]uint16 +pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderFlags uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderId GUID +pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderReserved uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, SecurityScheme int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags1 uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags2 uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags3 uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags4 uint32 +pkg syscall (windows-386), type WSAProtocolInfo struct, SocketType int32 +pkg syscall (windows-386), type WSAProtocolInfo struct, Version int32 +pkg syscall (windows-amd64), const BASE_PROTOCOL = 1 +pkg syscall (windows-amd64), const BASE_PROTOCOL ideal-int +pkg syscall (windows-amd64), const ERROR_HANDLE_EOF = 38 +pkg syscall (windows-amd64), const ERROR_HANDLE_EOF Errno +pkg syscall (windows-amd64), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS = 1 +pkg syscall (windows-amd64), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS ideal-int +pkg syscall (windows-amd64), const FILE_SKIP_SET_EVENT_ON_HANDLE = 2 +pkg syscall (windows-amd64), const FILE_SKIP_SET_EVENT_ON_HANDLE ideal-int +pkg syscall (windows-amd64), const LAYERED_PROTOCOL = 0 +pkg syscall (windows-amd64), const LAYERED_PROTOCOL ideal-int +pkg syscall (windows-amd64), const MAX_PROTOCOL_CHAIN = 7 +pkg syscall (windows-amd64), const MAX_PROTOCOL_CHAIN ideal-int +pkg syscall (windows-amd64), const NetSetupDomainName = 3 +pkg syscall (windows-amd64), const NetSetupDomainName ideal-int +pkg syscall (windows-amd64), const NetSetupUnjoined = 1 +pkg syscall (windows-amd64), const NetSetupUnjoined ideal-int +pkg syscall (windows-amd64), const NetSetupUnknownStatus = 0 +pkg syscall (windows-amd64), const NetSetupUnknownStatus ideal-int +pkg syscall (windows-amd64), const NetSetupWorkgroupName = 2 +pkg syscall (windows-amd64), const NetSetupWorkgroupName ideal-int +pkg syscall (windows-amd64), const PFL_HIDDEN = 4 +pkg syscall (windows-amd64), const PFL_HIDDEN ideal-int +pkg syscall (windows-amd64), const PFL_MATCHES_PROTOCOL_ZERO = 8 +pkg syscall (windows-amd64), const PFL_MATCHES_PROTOCOL_ZERO ideal-int +pkg syscall (windows-amd64), const PFL_MULTIPLE_PROTO_ENTRIES = 1 +pkg syscall (windows-amd64), const PFL_MULTIPLE_PROTO_ENTRIES ideal-int +pkg syscall (windows-amd64), const PFL_NETWORKDIRECT_PROVIDER = 16 +pkg syscall (windows-amd64), const PFL_NETWORKDIRECT_PROVIDER ideal-int +pkg syscall (windows-amd64), const PFL_RECOMMENDED_PROTO_ENTRY = 2 +pkg syscall (windows-amd64), const PFL_RECOMMENDED_PROTO_ENTRY ideal-int +pkg syscall (windows-amd64), const PROCESS_TERMINATE = 1 +pkg syscall (windows-amd64), const PROCESS_TERMINATE ideal-int +pkg syscall (windows-amd64), const WSAEACCES = 10013 +pkg syscall (windows-amd64), const WSAEACCES Errno +pkg syscall (windows-amd64), const WSAPROTOCOL_LEN = 255 +pkg syscall (windows-amd64), const WSAPROTOCOL_LEN ideal-int +pkg syscall (windows-amd64), const XP1_CONNECTIONLESS = 1 +pkg syscall (windows-amd64), const XP1_CONNECTIONLESS ideal-int +pkg syscall (windows-amd64), const XP1_CONNECT_DATA = 128 +pkg syscall (windows-amd64), const XP1_CONNECT_DATA ideal-int +pkg syscall (windows-amd64), const XP1_DISCONNECT_DATA = 256 +pkg syscall (windows-amd64), const XP1_DISCONNECT_DATA ideal-int +pkg syscall (windows-amd64), const XP1_EXPEDITED_DATA = 64 +pkg syscall (windows-amd64), const XP1_EXPEDITED_DATA ideal-int +pkg syscall (windows-amd64), const XP1_GRACEFUL_CLOSE = 32 +pkg syscall (windows-amd64), const XP1_GRACEFUL_CLOSE ideal-int +pkg syscall (windows-amd64), const XP1_GUARANTEED_DELIVERY = 2 +pkg syscall (windows-amd64), const XP1_GUARANTEED_DELIVERY ideal-int +pkg syscall (windows-amd64), const XP1_GUARANTEED_ORDER = 4 +pkg syscall (windows-amd64), const XP1_GUARANTEED_ORDER ideal-int +pkg syscall (windows-amd64), const XP1_IFS_HANDLES = 131072 +pkg syscall (windows-amd64), const XP1_IFS_HANDLES ideal-int +pkg syscall (windows-amd64), const XP1_MESSAGE_ORIENTED = 8 +pkg syscall (windows-amd64), const XP1_MESSAGE_ORIENTED ideal-int +pkg syscall (windows-amd64), const XP1_MULTIPOINT_CONTROL_PLANE = 2048 +pkg syscall (windows-amd64), const XP1_MULTIPOINT_CONTROL_PLANE ideal-int +pkg syscall (windows-amd64), const XP1_MULTIPOINT_DATA_PLANE = 4096 +pkg syscall (windows-amd64), const XP1_MULTIPOINT_DATA_PLANE ideal-int +pkg syscall (windows-amd64), const XP1_PARTIAL_MESSAGE = 262144 +pkg syscall (windows-amd64), const XP1_PARTIAL_MESSAGE ideal-int +pkg syscall (windows-amd64), const XP1_PSEUDO_STREAM = 16 +pkg syscall (windows-amd64), const XP1_PSEUDO_STREAM ideal-int +pkg syscall (windows-amd64), const XP1_QOS_SUPPORTED = 8192 +pkg syscall (windows-amd64), const XP1_QOS_SUPPORTED ideal-int +pkg syscall (windows-amd64), const XP1_SAN_SUPPORT_SDP = 524288 +pkg syscall (windows-amd64), const XP1_SAN_SUPPORT_SDP ideal-int +pkg syscall (windows-amd64), const XP1_SUPPORT_BROADCAST = 512 +pkg syscall (windows-amd64), const XP1_SUPPORT_BROADCAST ideal-int +pkg syscall (windows-amd64), const XP1_SUPPORT_MULTIPOINT = 1024 +pkg syscall (windows-amd64), const XP1_SUPPORT_MULTIPOINT ideal-int +pkg syscall (windows-amd64), const XP1_UNI_RECV = 65536 +pkg syscall (windows-amd64), const XP1_UNI_RECV ideal-int +pkg syscall (windows-amd64), const XP1_UNI_SEND = 32768 +pkg syscall (windows-amd64), const XP1_UNI_SEND ideal-int +pkg syscall (windows-amd64), func LoadSetFileCompletionNotificationModes() error +pkg syscall (windows-amd64), func NetGetJoinInformation(*uint16, **uint16, *uint32) error +pkg syscall (windows-amd64), func SetFileCompletionNotificationModes(Handle, uint8) error +pkg syscall (windows-amd64), func WSAEnumProtocols(*int32, *WSAProtocolInfo, *uint32) (int32, error) +pkg syscall (windows-amd64), type IpMaskString struct, String [16]uint8 +pkg syscall (windows-amd64), type WSAProtocolChain struct +pkg syscall (windows-amd64), type WSAProtocolChain struct, ChainEntries [7]uint32 +pkg syscall (windows-amd64), type WSAProtocolChain struct, ChainLen int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct +pkg syscall (windows-amd64), type WSAProtocolInfo struct, AddressFamily int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, CatalogEntryId uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, MaxSockAddr int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, MessageSize uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, MinSockAddr int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, NetworkByteOrder int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, Protocol int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProtocolChain WSAProtocolChain +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProtocolMaxOffset int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProtocolName [256]uint16 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProviderFlags uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProviderId GUID +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProviderReserved uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, SecurityScheme int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags1 uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags2 uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags3 uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags4 uint32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, SocketType int32 +pkg syscall (windows-amd64), type WSAProtocolInfo struct, Version int32 +pkg testing, func RegisterCover(Cover) +pkg testing, type Cover struct +pkg testing, type Cover struct, Blocks map[string][]CoverBlock +pkg testing, type Cover struct, Counters map[string][]uint32 +pkg testing, type Cover struct, CoveredPackages string +pkg testing, type Cover struct, Mode string +pkg testing, type CoverBlock struct +pkg testing, type CoverBlock struct, Col0 uint16 +pkg testing, type CoverBlock struct, Col1 uint16 +pkg testing, type CoverBlock struct, Line0 uint32 +pkg testing, type CoverBlock struct, Line1 uint32 +pkg testing, type CoverBlock struct, Stmts uint16 +pkg testing, type TB interface, Error(...interface{}) +pkg testing, type TB interface, Errorf(string, ...interface{}) +pkg testing, type TB interface, Fail() +pkg testing, type TB interface, FailNow() +pkg testing, type TB interface, Failed() bool +pkg testing, type TB interface, Fatal(...interface{}) +pkg testing, type TB interface, Fatalf(string, ...interface{}) +pkg testing, type TB interface, Log(...interface{}) +pkg testing, type TB interface, Logf(string, ...interface{}) +pkg testing, type TB interface, Skip(...interface{}) +pkg testing, type TB interface, SkipNow() +pkg testing, type TB interface, Skipf(string, ...interface{}) +pkg testing, type TB interface, Skipped() bool +pkg testing, type TB interface, unexported methods +pkg text/template, method (Template) Copy() *parse.Tree +pkg text/template/parse, method (*Tree) Copy() *Tree +pkg time, method (*Time) UnmarshalBinary([]uint8) error +pkg time, method (*Time) UnmarshalText([]uint8) error +pkg time, method (Time) MarshalBinary() ([]uint8, error) +pkg time, method (Time) MarshalText() ([]uint8, error) +pkg unicode, func In(int32, ...*RangeTable) bool diff --git a/go/api/go1.20.txt b/go/api/go1.20.txt new file mode 100644 index 0000000000000000000000000000000000000000..8deb435a684e38d0867be1012729f8a2d3bb65c6 --- /dev/null +++ b/go/api/go1.20.txt @@ -0,0 +1,9165 @@ +pkg archive/tar, var ErrInsecurePath error #55356 +pkg archive/zip, var ErrInsecurePath error #55356 +pkg bytes, func Clone([]uint8) []uint8 #45038 +pkg bytes, func CutPrefix([]uint8, []uint8) ([]uint8, bool) #42537 +pkg bytes, func CutSuffix([]uint8, []uint8) ([]uint8, bool) #42537 +pkg context, func Cause(Context) error #51365 +pkg context, func WithCancelCause(Context) (Context, CancelCauseFunc) #51365 +pkg context, type CancelCauseFunc func(error) #51365 +pkg crypto/ecdh, func P256() Curve #52221 +pkg crypto/ecdh, func P384() Curve #52221 +pkg crypto/ecdh, func P521() Curve #52221 +pkg crypto/ecdh, func X25519() Curve #52221 +pkg crypto/ecdh, method (*PrivateKey) Bytes() []uint8 #52221 +pkg crypto/ecdh, method (*PrivateKey) Curve() Curve #52221 +pkg crypto/ecdh, method (*PrivateKey) ECDH(*PublicKey) ([]uint8, error) #52221 +pkg crypto/ecdh, method (*PrivateKey) Equal(crypto.PrivateKey) bool #52221 +pkg crypto/ecdh, method (*PrivateKey) Public() crypto.PublicKey #52221 +pkg crypto/ecdh, method (*PrivateKey) PublicKey() *PublicKey #52221 +pkg crypto/ecdh, method (*PublicKey) Bytes() []uint8 #52221 +pkg crypto/ecdh, method (*PublicKey) Curve() Curve #52221 +pkg crypto/ecdh, method (*PublicKey) Equal(crypto.PublicKey) bool #52221 +pkg crypto/ecdh, type Curve interface, GenerateKey(io.Reader) (*PrivateKey, error) #52221 +pkg crypto/ecdh, type Curve interface, NewPrivateKey([]uint8) (*PrivateKey, error) #52221 +pkg crypto/ecdh, type Curve interface, NewPublicKey([]uint8) (*PublicKey, error) #52221 +pkg crypto/ecdh, type Curve interface, unexported methods #52221 +pkg crypto/ecdh, type PrivateKey struct #52221 +pkg crypto/ecdh, type PublicKey struct #52221 +pkg crypto/ecdsa, method (*PrivateKey) ECDH() (*ecdh.PrivateKey, error) #56088 +pkg crypto/ecdsa, method (*PublicKey) ECDH() (*ecdh.PublicKey, error) #56088 +pkg crypto/ed25519, func VerifyWithOptions(PublicKey, []uint8, []uint8, *Options) error #31804 +pkg crypto/ed25519, method (*Options) HashFunc() crypto.Hash #31804 +pkg crypto/ed25519, type Options struct #31804 +pkg crypto/ed25519, type Options struct, Context string #31804 +pkg crypto/ed25519, type Options struct, Hash crypto.Hash #31804 +pkg crypto/rsa, type OAEPOptions struct, MGFHash crypto.Hash #19974 +pkg crypto/subtle, func XORBytes([]uint8, []uint8, []uint8) int #53021 +pkg crypto/tls, method (*CertificateVerificationError) Error() string #48152 +pkg crypto/tls, method (*CertificateVerificationError) Unwrap() error #48152 +pkg crypto/tls, type CertificateVerificationError struct #48152 +pkg crypto/tls, type CertificateVerificationError struct, Err error #48152 +pkg crypto/tls, type CertificateVerificationError struct, UnverifiedCertificates []*x509.Certificate #48152 +pkg crypto/x509, func SetFallbackRoots(*CertPool) #43958 +pkg debug/elf, const R_LARCH_32_PCREL = 99 #54222 +pkg debug/elf, const R_LARCH_32_PCREL R_LARCH #54222 +pkg debug/elf, const R_LARCH_ABS64_HI12 = 70 #54222 +pkg debug/elf, const R_LARCH_ABS64_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_ABS64_LO20 = 69 #54222 +pkg debug/elf, const R_LARCH_ABS64_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_ABS_HI20 = 67 #54222 +pkg debug/elf, const R_LARCH_ABS_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_ABS_LO12 = 68 #54222 +pkg debug/elf, const R_LARCH_ABS_LO12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_B16 = 64 #54222 +pkg debug/elf, const R_LARCH_B16 R_LARCH #54222 +pkg debug/elf, const R_LARCH_B21 = 65 #54222 +pkg debug/elf, const R_LARCH_B21 R_LARCH #54222 +pkg debug/elf, const R_LARCH_B26 = 66 #54222 +pkg debug/elf, const R_LARCH_B26 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GNU_VTENTRY = 58 #54222 +pkg debug/elf, const R_LARCH_GNU_VTENTRY R_LARCH #54222 +pkg debug/elf, const R_LARCH_GNU_VTINHERIT = 57 #54222 +pkg debug/elf, const R_LARCH_GNU_VTINHERIT R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT64_HI12 = 82 #54222 +pkg debug/elf, const R_LARCH_GOT64_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT64_LO20 = 81 #54222 +pkg debug/elf, const R_LARCH_GOT64_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT64_PC_HI12 = 78 #54222 +pkg debug/elf, const R_LARCH_GOT64_PC_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT64_PC_LO20 = 77 #54222 +pkg debug/elf, const R_LARCH_GOT64_PC_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT_HI20 = 79 #54222 +pkg debug/elf, const R_LARCH_GOT_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT_LO12 = 80 #54222 +pkg debug/elf, const R_LARCH_GOT_LO12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT_PC_HI20 = 75 #54222 +pkg debug/elf, const R_LARCH_GOT_PC_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_GOT_PC_LO12 = 76 #54222 +pkg debug/elf, const R_LARCH_GOT_PC_LO12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_PCALA64_HI12 = 74 #54222 +pkg debug/elf, const R_LARCH_PCALA64_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_PCALA64_LO20 = 73 #54222 +pkg debug/elf, const R_LARCH_PCALA64_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_PCALA_HI20 = 71 #54222 +pkg debug/elf, const R_LARCH_PCALA_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_PCALA_LO12 = 72 #54222 +pkg debug/elf, const R_LARCH_PCALA_LO12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_RELAX = 100 #54222 +pkg debug/elf, const R_LARCH_RELAX R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_GD_HI20 = 98 #54222 +pkg debug/elf, const R_LARCH_TLS_GD_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_GD_PC_HI20 = 97 #54222 +pkg debug/elf, const R_LARCH_TLS_GD_PC_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_HI12 = 94 #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_LO20 = 93 #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_PC_HI12 = 90 #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_PC_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_PC_LO20 = 89 #54222 +pkg debug/elf, const R_LARCH_TLS_IE64_PC_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE_HI20 = 91 #54222 +pkg debug/elf, const R_LARCH_TLS_IE_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE_LO12 = 92 #54222 +pkg debug/elf, const R_LARCH_TLS_IE_LO12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE_PC_HI20 = 87 #54222 +pkg debug/elf, const R_LARCH_TLS_IE_PC_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 = 88 #54222 +pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_LD_HI20 = 96 #54222 +pkg debug/elf, const R_LARCH_TLS_LD_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 = 95 #54222 +pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_LE64_HI12 = 86 #54222 +pkg debug/elf, const R_LARCH_TLS_LE64_HI12 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_LE64_LO20 = 85 #54222 +pkg debug/elf, const R_LARCH_TLS_LE64_LO20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_LE_HI20 = 83 #54222 +pkg debug/elf, const R_LARCH_TLS_LE_HI20 R_LARCH #54222 +pkg debug/elf, const R_LARCH_TLS_LE_LO12 = 84 #54222 +pkg debug/elf, const R_LARCH_TLS_LE_LO12 R_LARCH #54222 +pkg debug/elf, const R_PPC64_ADDR16_HIGHER34 = 136 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHER34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHERA34 = 137 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHERA34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHEST34 = 138 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHEST34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA34 = 139 #54345 +pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_COPY = 19 #54345 +pkg debug/elf, const R_PPC64_COPY R_PPC64 #54345 +pkg debug/elf, const R_PPC64_D28 = 144 #54345 +pkg debug/elf, const R_PPC64_D28 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_D34 = 128 #54345 +pkg debug/elf, const R_PPC64_D34_HA30 = 131 #54345 +pkg debug/elf, const R_PPC64_D34_HA30 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_D34_HI30 = 130 #54345 +pkg debug/elf, const R_PPC64_D34_HI30 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_D34_LO = 129 #54345 +pkg debug/elf, const R_PPC64_D34_LO R_PPC64 #54345 +pkg debug/elf, const R_PPC64_D34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_DTPREL34 = 147 #54345 +pkg debug/elf, const R_PPC64_DTPREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GLOB_DAT = 20 #54345 +pkg debug/elf, const R_PPC64_GLOB_DAT R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GNU_VTENTRY = 254 #54345 +pkg debug/elf, const R_PPC64_GNU_VTENTRY R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GNU_VTINHERIT = 253 #54345 +pkg debug/elf, const R_PPC64_GNU_VTINHERIT R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GOT_DTPREL_PCREL34 = 151 #54345 +pkg debug/elf, const R_PPC64_GOT_DTPREL_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GOT_PCREL34 = 133 #54345 +pkg debug/elf, const R_PPC64_GOT_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GOT_TLSGD_PCREL34 = 148 #54345 +pkg debug/elf, const R_PPC64_GOT_TLSGD_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GOT_TLSLD_PCREL34 = 149 #54345 +pkg debug/elf, const R_PPC64_GOT_TLSLD_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_GOT_TPREL_PCREL34 = 150 #54345 +pkg debug/elf, const R_PPC64_GOT_TPREL_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PCREL28 = 145 #54345 +pkg debug/elf, const R_PPC64_PCREL28 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PCREL34 = 132 #54345 +pkg debug/elf, const R_PPC64_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PCREL_OPT = 123 #54345 +pkg debug/elf, const R_PPC64_PCREL_OPT R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT16_HA = 31 #54345 +pkg debug/elf, const R_PPC64_PLT16_HA R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT16_HI = 30 #54345 +pkg debug/elf, const R_PPC64_PLT16_HI R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT16_LO = 29 #54345 +pkg debug/elf, const R_PPC64_PLT16_LO R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT32 = 27 #54345 +pkg debug/elf, const R_PPC64_PLT32 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT64 = 45 #54345 +pkg debug/elf, const R_PPC64_PLT64 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLTCALL = 120 #54345 +pkg debug/elf, const R_PPC64_PLTCALL_NOTOC = 122 #54345 +pkg debug/elf, const R_PPC64_PLTCALL_NOTOC R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLTCALL R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT_PCREL34 = 134 #54345 +pkg debug/elf, const R_PPC64_PLT_PCREL34_NOTOC = 135 #54345 +pkg debug/elf, const R_PPC64_PLT_PCREL34_NOTOC R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLT_PCREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLTREL32 = 28 #54345 +pkg debug/elf, const R_PPC64_PLTREL32 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLTREL64 = 46 #54345 +pkg debug/elf, const R_PPC64_PLTREL64 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLTSEQ = 119 #54345 +pkg debug/elf, const R_PPC64_PLTSEQ_NOTOC = 121 #54345 +pkg debug/elf, const R_PPC64_PLTSEQ_NOTOC R_PPC64 #54345 +pkg debug/elf, const R_PPC64_PLTSEQ R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGH = 240 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHA = 241 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHA R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHER = 242 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHER34 = 140 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHER34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHERA = 243 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHERA34 = 141 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHERA34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHERA R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHER R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHEST = 244 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHEST34 = 142 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHEST34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHESTA = 245 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHESTA34 = 143 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHESTA34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHESTA R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGHEST R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL16_HIGH R_PPC64 #54345 +pkg debug/elf, const R_PPC64_REL30 = 37 #54345 +pkg debug/elf, const R_PPC64_REL30 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_SECTOFF = 33 #54345 +pkg debug/elf, const R_PPC64_SECTOFF_HA = 36 #54345 +pkg debug/elf, const R_PPC64_SECTOFF_HA R_PPC64 #54345 +pkg debug/elf, const R_PPC64_SECTOFF_HI = 35 #54345 +pkg debug/elf, const R_PPC64_SECTOFF_HI R_PPC64 #54345 +pkg debug/elf, const R_PPC64_SECTOFF_LO = 34 #54345 +pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 62 #53356 +pkg debug/elf, const R_PPC64_SECTOFF_LO R_PPC64 #54345 +pkg debug/elf, const R_PPC64_SECTOFF R_PPC64 #54345 +pkg debug/elf, const R_PPC64_TPREL34 = 146 #54345 +pkg debug/elf, const R_PPC64_TPREL34 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_UADDR16 = 25 #54345 +pkg debug/elf, const R_PPC64_UADDR16 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_UADDR32 = 24 #54345 +pkg debug/elf, const R_PPC64_UADDR32 R_PPC64 #54345 +pkg debug/elf, const R_PPC64_UADDR64 = 43 #54345 +pkg debug/elf, const R_PPC64_UADDR64 R_PPC64 #54345 +pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 = 20776 #54251 +pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 ideal-int #54251 +pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 = 20530 #54251 +pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 ideal-int #54251 +pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 = 20580 #54251 +pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 ideal-int #54251 +pkg encoding/xml, method (*Encoder) Close() error #53346 +pkg errors, func Join(...error) error #53435 +pkg fmt, func FormatString(State, int32) string #51668 +pkg go/ast, type File struct, FileEnd token.Pos #53202 +pkg go/ast, type File struct, FileStart token.Pos #53202 +pkg go/ast, type RangeStmt struct, Range token.Pos #50429 +pkg go/token, method (*FileSet) RemoveFile(*File) #53200 +pkg go/types, func Satisfies(Type, *Interface) bool #56548 +pkg io/fs, var SkipAll error #47209 +pkg io, func NewOffsetWriter(WriterAt, int64) *OffsetWriter #45899 +pkg io, method (*OffsetWriter) Seek(int64, int) (int64, error) #45899 +pkg io, method (*OffsetWriter) WriteAt([]uint8, int64) (int, error) #45899 +pkg io, method (*OffsetWriter) Write([]uint8) (int, error) #45899 +pkg io, type OffsetWriter struct #45899 +pkg math/rand, func Read //deprecated #20661 +pkg math/rand, func Seed //deprecated #56319 +pkg net, const FlagRunning = 32 #53482 +pkg net, const FlagRunning Flags #53482 +pkg net/http, func NewResponseController(ResponseWriter) *ResponseController #54136 +pkg net/http/httputil, method (*ProxyRequest) SetURL(*url.URL) #53002 +pkg net/http/httputil, method (*ProxyRequest) SetXForwarded() #53002 +pkg net/http/httputil, type ProxyRequest struct #53002 +pkg net/http/httputil, type ProxyRequest struct, In *http.Request #53002 +pkg net/http/httputil, type ProxyRequest struct, Out *http.Request #53002 +pkg net/http/httputil, type ReverseProxy struct, Rewrite func(*ProxyRequest) #53002 +pkg net/http, method (*ResponseController) Flush() error #54136 +pkg net/http, method (*ResponseController) Hijack() (net.Conn, *bufio.ReadWriter, error) #54136 +pkg net/http, method (*ResponseController) SetReadDeadline(time.Time) error #54136 +pkg net/http, method (*ResponseController) SetWriteDeadline(time.Time) error #54136 +pkg net/http, type ResponseController struct #54136 +pkg net/http, type Server struct, DisableGeneralOptionsHandler bool #41773 +pkg net/http, type Transport struct, OnProxyConnectResponse func(context.Context, *url.URL, *Request, *Response) error #54299 +pkg net/netip, func IPv6LinkLocalAllRouters() Addr #51766 +pkg net/netip, func IPv6Loopback() Addr #51777 +pkg net, type Dialer struct, ControlContext func(context.Context, string, string, syscall.RawConn) error #55301 +pkg os/exec, type Cmd struct, Cancel func() error #50436 +pkg os/exec, type Cmd struct, WaitDelay time.Duration #50436 +pkg os/exec, var ErrWaitDelay error #50436 +pkg path/filepath, func IsLocal(string) bool #56219 +pkg path/filepath, var SkipAll error #47209 +pkg reflect, method (Value) Comparable() bool #46746 +pkg reflect, method (Value) Equal(Value) bool #46746 +pkg reflect, method (Value) Grow(int) #48000 +pkg reflect, method (Value) SetZero() #52376 +pkg regexp/syntax, const ErrLarge ErrorCode #56041 +pkg regexp/syntax, const ErrLarge = "expression too large" #56041 +pkg runtime/cgo (darwin-amd64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (darwin-arm64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (freebsd-386-cgo), type Incomplete struct #46731 +pkg runtime/cgo (freebsd-amd64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (freebsd-arm-cgo), type Incomplete struct #46731 +pkg runtime/cgo (freebsd-arm64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (linux-386-cgo), type Incomplete struct #46731 +pkg runtime/cgo (linux-amd64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (linux-arm-cgo), type Incomplete struct #46731 +pkg runtime/cgo (netbsd-386-cgo), type Incomplete struct #46731 +pkg runtime/cgo (netbsd-amd64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (netbsd-arm64-cgo), type Incomplete struct #46731 +pkg runtime/cgo (netbsd-arm-cgo), type Incomplete struct #46731 +pkg runtime/cgo (openbsd-386-cgo), type Incomplete struct #46731 +pkg runtime/cgo (openbsd-amd64-cgo), type Incomplete struct #46731 +pkg runtime/coverage, func ClearCounters() error #51430 +pkg runtime/coverage, func WriteCountersDir(string) error #51430 +pkg runtime/coverage, func WriteCounters(io.Writer) error #51430 +pkg runtime/coverage, func WriteMetaDir(string) error #51430 +pkg runtime/coverage, func WriteMeta(io.Writer) error #51430 +pkg strings, func CutPrefix(string, string) (string, bool) #42537 +pkg strings, func CutSuffix(string, string) (string, bool) #42537 +pkg sync, method (*Map) CompareAndDelete(interface{}, interface{}) bool #51972 +pkg sync, method (*Map) CompareAndSwap(interface{}, interface{}, interface{}) bool #51972 +pkg sync, method (*Map) Swap(interface{}, interface{}) (interface{}, bool) #51972 +pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-386-cgo), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-386), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-386), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-386), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-386), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-386), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-386), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-amd64), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-amd64), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-amd64), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-amd64), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-amd64), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-arm), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-arm), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-arm), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-arm), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-arm), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-arm64), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-arm64), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-arm64), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-arm64), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-arm64), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-arm64), const SYS_STATFS = 555 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 551 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 552 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 556 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 554 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 557 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 559 #53280 +pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 555 #53280 +pkg syscall (linux-386-cgo), const CLONE_CLEAR_SIGHAND = 4294967296 #51246 +pkg syscall (linux-386-cgo), const CLONE_CLEAR_SIGHAND ideal-int #51246 +pkg syscall (linux-386-cgo), const CLONE_INTO_CGROUP = 8589934592 #51246 +pkg syscall (linux-386-cgo), const CLONE_INTO_CGROUP ideal-int #51246 +pkg syscall (linux-386-cgo), const CLONE_NEWCGROUP = 33554432 #51246 +pkg syscall (linux-386-cgo), const CLONE_NEWCGROUP ideal-int #51246 +pkg syscall (linux-386-cgo), const CLONE_NEWTIME = 128 #51246 +pkg syscall (linux-386-cgo), const CLONE_NEWTIME ideal-int #51246 +pkg syscall (linux-386-cgo), const CLONE_PIDFD = 4096 #51246 +pkg syscall (linux-386-cgo), const CLONE_PIDFD ideal-int #51246 +pkg syscall (linux-386-cgo), type SysProcAttr struct, CgroupFD int #51246 +pkg syscall (linux-386-cgo), type SysProcAttr struct, UseCgroupFD bool #51246 +pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND = 4294967296 #51246 +pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND ideal-int #51246 +pkg syscall (linux-386), const CLONE_INTO_CGROUP = 8589934592 #51246 +pkg syscall (linux-386), const CLONE_INTO_CGROUP ideal-int #51246 +pkg syscall (linux-386), const CLONE_NEWCGROUP = 33554432 #51246 +pkg syscall (linux-386), const CLONE_NEWCGROUP ideal-int #51246 +pkg syscall (linux-386), const CLONE_NEWTIME = 128 #51246 +pkg syscall (linux-386), const CLONE_NEWTIME ideal-int #51246 +pkg syscall (linux-386), const CLONE_PIDFD = 4096 #51246 +pkg syscall (linux-386), const CLONE_PIDFD ideal-int #51246 +pkg syscall (linux-386), type SysProcAttr struct, CgroupFD int #51246 +pkg syscall (linux-386), type SysProcAttr struct, UseCgroupFD bool #51246 +pkg syscall (linux-amd64-cgo), const CLONE_CLEAR_SIGHAND = 4294967296 #51246 +pkg syscall (linux-amd64-cgo), const CLONE_CLEAR_SIGHAND ideal-int #51246 +pkg syscall (linux-amd64-cgo), const CLONE_INTO_CGROUP = 8589934592 #51246 +pkg syscall (linux-amd64-cgo), const CLONE_INTO_CGROUP ideal-int #51246 +pkg syscall (linux-amd64-cgo), const CLONE_NEWCGROUP = 33554432 #51246 +pkg syscall (linux-amd64-cgo), const CLONE_NEWCGROUP ideal-int #51246 +pkg syscall (linux-amd64-cgo), const CLONE_NEWTIME = 128 #51246 +pkg syscall (linux-amd64-cgo), const CLONE_NEWTIME ideal-int #51246 +pkg syscall (linux-amd64-cgo), const CLONE_PIDFD = 4096 #51246 +pkg syscall (linux-amd64-cgo), const CLONE_PIDFD ideal-int #51246 +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, CgroupFD int #51246 +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UseCgroupFD bool #51246 +pkg syscall (linux-amd64), const CLONE_CLEAR_SIGHAND = 4294967296 #51246 +pkg syscall (linux-amd64), const CLONE_CLEAR_SIGHAND ideal-int #51246 +pkg syscall (linux-amd64), const CLONE_INTO_CGROUP = 8589934592 #51246 +pkg syscall (linux-amd64), const CLONE_INTO_CGROUP ideal-int #51246 +pkg syscall (linux-amd64), const CLONE_NEWCGROUP = 33554432 #51246 +pkg syscall (linux-amd64), const CLONE_NEWCGROUP ideal-int #51246 +pkg syscall (linux-amd64), const CLONE_NEWTIME = 128 #51246 +pkg syscall (linux-amd64), const CLONE_NEWTIME ideal-int #51246 +pkg syscall (linux-amd64), const CLONE_PIDFD = 4096 #51246 +pkg syscall (linux-amd64), const CLONE_PIDFD ideal-int #51246 +pkg syscall (linux-amd64), type SysProcAttr struct, CgroupFD int #51246 +pkg syscall (linux-amd64), type SysProcAttr struct, UseCgroupFD bool #51246 +pkg syscall (linux-arm-cgo), const CLONE_CLEAR_SIGHAND = 4294967296 #51246 +pkg syscall (linux-arm-cgo), const CLONE_CLEAR_SIGHAND ideal-int #51246 +pkg syscall (linux-arm-cgo), const CLONE_INTO_CGROUP = 8589934592 #51246 +pkg syscall (linux-arm-cgo), const CLONE_INTO_CGROUP ideal-int #51246 +pkg syscall (linux-arm-cgo), const CLONE_NEWCGROUP = 33554432 #51246 +pkg syscall (linux-arm-cgo), const CLONE_NEWCGROUP ideal-int #51246 +pkg syscall (linux-arm-cgo), const CLONE_NEWTIME = 128 #51246 +pkg syscall (linux-arm-cgo), const CLONE_NEWTIME ideal-int #51246 +pkg syscall (linux-arm-cgo), const CLONE_PIDFD = 4096 #51246 +pkg syscall (linux-arm-cgo), const CLONE_PIDFD ideal-int #51246 +pkg syscall (linux-arm-cgo), type SysProcAttr struct, CgroupFD int #51246 +pkg syscall (linux-arm-cgo), type SysProcAttr struct, UseCgroupFD bool #51246 +pkg syscall (linux-arm), const CLONE_CLEAR_SIGHAND = 4294967296 #51246 +pkg syscall (linux-arm), const CLONE_CLEAR_SIGHAND ideal-int #51246 +pkg syscall (linux-arm), const CLONE_INTO_CGROUP = 8589934592 #51246 +pkg syscall (linux-arm), const CLONE_INTO_CGROUP ideal-int #51246 +pkg syscall (linux-arm), const CLONE_NEWCGROUP = 33554432 #51246 +pkg syscall (linux-arm), const CLONE_NEWCGROUP ideal-int #51246 +pkg syscall (linux-arm), const CLONE_NEWTIME = 128 #51246 +pkg syscall (linux-arm), const CLONE_NEWTIME ideal-int #51246 +pkg syscall (linux-arm), const CLONE_PIDFD = 4096 #51246 +pkg syscall (linux-arm), const CLONE_PIDFD ideal-int #51246 +pkg syscall (linux-arm), type SysProcAttr struct, CgroupFD int #51246 +pkg syscall (linux-arm), type SysProcAttr struct, UseCgroupFD bool #51246 +pkg testing, method (*B) Elapsed() time.Duration #43620 +pkg time, const DateOnly = "2006-01-02" #52746 +pkg time, const DateOnly ideal-string #52746 +pkg time, const DateTime = "2006-01-02 15:04:05" #52746 +pkg time, const DateTime ideal-string #52746 +pkg time, const TimeOnly = "15:04:05" #52746 +pkg time, const TimeOnly ideal-string #52746 +pkg time, method (Time) Compare(Time) int #50770 +pkg unicode/utf16, func AppendRune([]uint16, int32) []uint16 #51896 +# freebsd riscv64 port +pkg log/syslog (freebsd-riscv64), const LOG_ALERT = 1 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_ALERT Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_AUTH = 32 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_AUTH Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_AUTHPRIV = 80 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_AUTHPRIV Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_CRIT = 2 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_CRIT Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_CRON = 72 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_CRON Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_DAEMON = 24 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_DAEMON Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_DEBUG = 7 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_DEBUG Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_EMERG = 0 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_EMERG Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_ERR = 3 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_ERR Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_FTP = 88 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_FTP Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_INFO = 6 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_INFO Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_KERN = 0 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_KERN Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL0 = 128 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL0 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL1 = 136 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL1 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL2 = 144 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL2 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL3 = 152 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL3 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL4 = 160 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL4 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL5 = 168 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL5 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL6 = 176 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL6 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL7 = 184 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LOCAL7 Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LPR = 48 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_LPR Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_MAIL = 16 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_MAIL Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_NEWS = 56 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_NEWS Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_NOTICE = 5 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_NOTICE Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_SYSLOG = 40 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_SYSLOG Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_USER = 8 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_USER Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_UUCP = 64 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_UUCP Priority #53466 +pkg log/syslog (freebsd-riscv64), const LOG_WARNING = 4 #53466 +pkg log/syslog (freebsd-riscv64), const LOG_WARNING Priority #53466 +pkg log/syslog (freebsd-riscv64), func Dial(string, string, Priority, string) (*Writer, error) #53466 +pkg log/syslog (freebsd-riscv64), func New(Priority, string) (*Writer, error) #53466 +pkg log/syslog (freebsd-riscv64), func NewLogger(Priority, int) (*log.Logger, error) #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Alert(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Close() error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Crit(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Debug(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Emerg(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Err(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Info(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Notice(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Warning(string) error #53466 +pkg log/syslog (freebsd-riscv64), method (*Writer) Write([]uint8) (int, error) #53466 +pkg log/syslog (freebsd-riscv64), type Priority int #53466 +pkg log/syslog (freebsd-riscv64), type Writer struct #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_ALERT = 1 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_ALERT Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_AUTH = 32 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_AUTH Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_AUTHPRIV = 80 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_AUTHPRIV Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_CRIT = 2 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_CRIT Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_CRON = 72 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_CRON Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_DAEMON = 24 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_DAEMON Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_DEBUG = 7 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_DEBUG Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_EMERG = 0 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_EMERG Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_ERR = 3 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_ERR Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_FTP = 88 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_FTP Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_INFO = 6 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_INFO Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_KERN = 0 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_KERN Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL0 = 128 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL0 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL1 = 136 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL1 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL2 = 144 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL2 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL3 = 152 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL3 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL4 = 160 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL4 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL5 = 168 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL5 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL6 = 176 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL6 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL7 = 184 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LOCAL7 Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LPR = 48 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_LPR Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_MAIL = 16 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_MAIL Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_NEWS = 56 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_NEWS Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_NOTICE = 5 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_NOTICE Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_SYSLOG = 40 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_SYSLOG Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_USER = 8 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_USER Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_UUCP = 64 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_UUCP Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_WARNING = 4 #53466 +pkg log/syslog (freebsd-riscv64-cgo), const LOG_WARNING Priority #53466 +pkg log/syslog (freebsd-riscv64-cgo), func Dial(string, string, Priority, string) (*Writer, error) #53466 +pkg log/syslog (freebsd-riscv64-cgo), func New(Priority, string) (*Writer, error) #53466 +pkg log/syslog (freebsd-riscv64-cgo), func NewLogger(Priority, int) (*log.Logger, error) #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Alert(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Close() error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Crit(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Debug(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Emerg(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Err(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Info(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Notice(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Warning(string) error #53466 +pkg log/syslog (freebsd-riscv64-cgo), method (*Writer) Write([]uint8) (int, error) #53466 +pkg log/syslog (freebsd-riscv64-cgo), type Priority int #53466 +pkg log/syslog (freebsd-riscv64-cgo), type Writer struct #53466 +pkg math (freebsd-riscv64), const MaxInt = 9223372036854775807 #53466 +pkg math (freebsd-riscv64), const MaxUint = 18446744073709551615 #53466 +pkg math (freebsd-riscv64), const MinInt = -9223372036854775808 #53466 +pkg math (freebsd-riscv64-cgo), const MaxInt = 9223372036854775807 #53466 +pkg math (freebsd-riscv64-cgo), const MaxUint = 18446744073709551615 #53466 +pkg math (freebsd-riscv64-cgo), const MinInt = -9223372036854775808 #53466 +pkg math/bits (freebsd-riscv64), const UintSize = 64 #53466 +pkg math/bits (freebsd-riscv64-cgo), const UintSize = 64 #53466 +pkg os (freebsd-riscv64), const DevNull = "/dev/null" #53466 +pkg os (freebsd-riscv64), const O_APPEND = 8 #53466 +pkg os (freebsd-riscv64), const O_CREATE = 512 #53466 +pkg os (freebsd-riscv64), const O_EXCL = 2048 #53466 +pkg os (freebsd-riscv64), const O_SYNC = 128 #53466 +pkg os (freebsd-riscv64), const O_TRUNC = 1024 #53466 +pkg os (freebsd-riscv64), const PathListSeparator = 58 #53466 +pkg os (freebsd-riscv64), const PathSeparator = 47 #53466 +pkg os (freebsd-riscv64-cgo), const DevNull = "/dev/null" #53466 +pkg os (freebsd-riscv64-cgo), const O_APPEND = 8 #53466 +pkg os (freebsd-riscv64-cgo), const O_CREATE = 512 #53466 +pkg os (freebsd-riscv64-cgo), const O_EXCL = 2048 #53466 +pkg os (freebsd-riscv64-cgo), const O_SYNC = 128 #53466 +pkg os (freebsd-riscv64-cgo), const O_TRUNC = 1024 #53466 +pkg os (freebsd-riscv64-cgo), const PathListSeparator = 58 #53466 +pkg os (freebsd-riscv64-cgo), const PathSeparator = 47 #53466 +pkg path/filepath (freebsd-riscv64), const ListSeparator = 58 #53466 +pkg path/filepath (freebsd-riscv64), const Separator = 47 #53466 +pkg path/filepath (freebsd-riscv64-cgo), const ListSeparator = 58 #53466 +pkg path/filepath (freebsd-riscv64-cgo), const Separator = 47 #53466 +pkg runtime (freebsd-riscv64), const GOARCH = "riscv64" #53466 +pkg runtime (freebsd-riscv64), const GOOS = "freebsd" #53466 +pkg runtime (freebsd-riscv64-cgo), const GOARCH = "riscv64" #53466 +pkg runtime (freebsd-riscv64-cgo), const GOOS = "freebsd" #53466 +pkg runtime/cgo (freebsd-riscv64-cgo), func NewHandle(interface{}) Handle #53466 +pkg runtime/cgo (freebsd-riscv64-cgo), method (Handle) Delete() #53466 +pkg runtime/cgo (freebsd-riscv64-cgo), method (Handle) Value() interface{} #53466 +pkg runtime/cgo (freebsd-riscv64-cgo), type Handle uintptr #53466 +pkg runtime/cgo (freebsd-riscv64-cgo), type Incomplete struct #53466 +pkg strconv (freebsd-riscv64), const IntSize = 64 #53466 +pkg strconv (freebsd-riscv64-cgo), const IntSize = 64 #53466 +pkg syscall (freebsd-riscv64), const AF_APPLETALK = 16 #53466 +pkg syscall (freebsd-riscv64), const AF_APPLETALK ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_ARP = 35 #53466 +pkg syscall (freebsd-riscv64), const AF_ARP ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_ATM = 30 #53466 +pkg syscall (freebsd-riscv64), const AF_ATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_BLUETOOTH = 36 #53466 +pkg syscall (freebsd-riscv64), const AF_BLUETOOTH ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_CCITT = 10 #53466 +pkg syscall (freebsd-riscv64), const AF_CCITT ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_CHAOS = 5 #53466 +pkg syscall (freebsd-riscv64), const AF_CHAOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_CNT = 21 #53466 +pkg syscall (freebsd-riscv64), const AF_CNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_COIP = 20 #53466 +pkg syscall (freebsd-riscv64), const AF_COIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_DATAKIT = 9 #53466 +pkg syscall (freebsd-riscv64), const AF_DATAKIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_DECnet = 12 #53466 +pkg syscall (freebsd-riscv64), const AF_DECnet ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_DLI = 13 #53466 +pkg syscall (freebsd-riscv64), const AF_DLI ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_E164 = 26 #53466 +pkg syscall (freebsd-riscv64), const AF_E164 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_ECMA = 8 #53466 +pkg syscall (freebsd-riscv64), const AF_ECMA ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_HYLINK = 15 #53466 +pkg syscall (freebsd-riscv64), const AF_HYLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_IEEE80211 = 37 #53466 +pkg syscall (freebsd-riscv64), const AF_IEEE80211 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_IMPLINK = 3 #53466 +pkg syscall (freebsd-riscv64), const AF_IMPLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_INET6 = 28 #53466 +pkg syscall (freebsd-riscv64), const AF_INET6_SDP = 42 #53466 +pkg syscall (freebsd-riscv64), const AF_INET6_SDP ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_INET_SDP = 40 #53466 +pkg syscall (freebsd-riscv64), const AF_INET_SDP ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_IPX = 23 #53466 +pkg syscall (freebsd-riscv64), const AF_IPX ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_ISDN = 26 #53466 +pkg syscall (freebsd-riscv64), const AF_ISDN ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_ISO = 7 #53466 +pkg syscall (freebsd-riscv64), const AF_ISO ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_LAT = 14 #53466 +pkg syscall (freebsd-riscv64), const AF_LAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_LINK = 18 #53466 +pkg syscall (freebsd-riscv64), const AF_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_LOCAL = 1 #53466 +pkg syscall (freebsd-riscv64), const AF_LOCAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_MAX = 42 #53466 +pkg syscall (freebsd-riscv64), const AF_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_NATM = 29 #53466 +pkg syscall (freebsd-riscv64), const AF_NATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_NETBIOS = 6 #53466 +pkg syscall (freebsd-riscv64), const AF_NETBIOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_NETGRAPH = 32 #53466 +pkg syscall (freebsd-riscv64), const AF_NETGRAPH ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_OSI = 7 #53466 +pkg syscall (freebsd-riscv64), const AF_OSI ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_PUP = 4 #53466 +pkg syscall (freebsd-riscv64), const AF_PUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_ROUTE = 17 #53466 +pkg syscall (freebsd-riscv64), const AF_ROUTE ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_SCLUSTER = 34 #53466 +pkg syscall (freebsd-riscv64), const AF_SCLUSTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_SIP = 24 #53466 +pkg syscall (freebsd-riscv64), const AF_SIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_SLOW = 33 #53466 +pkg syscall (freebsd-riscv64), const AF_SLOW ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_SNA = 11 #53466 +pkg syscall (freebsd-riscv64), const AF_SNA ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR00 = 39 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR00 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR01 = 41 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR01 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR02 = 43 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR02 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR03 = 45 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR03 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR04 = 47 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR04 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR05 = 49 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR05 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR06 = 51 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR06 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR07 = 53 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR07 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR08 = 55 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR08 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR09 = 57 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR09 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR10 = 59 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR10 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR11 = 61 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR11 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR12 = 63 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR12 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR13 = 65 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR13 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR14 = 67 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR14 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR15 = 69 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR15 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR16 = 71 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR16 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR17 = 73 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR17 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR18 = 75 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR18 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR19 = 77 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR19 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR20 = 79 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR20 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR21 = 81 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR21 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR22 = 83 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR22 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR23 = 85 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR23 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR24 = 87 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR24 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR25 = 89 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR25 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR26 = 91 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR26 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR27 = 93 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR27 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR28 = 95 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR28 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR29 = 97 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR29 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR30 = 99 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR30 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR31 = 101 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR31 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR32 = 103 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR32 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR33 = 105 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR33 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR34 = 107 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR34 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR35 = 109 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR35 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR36 = 111 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR36 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR37 = 113 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR37 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR38 = 115 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR38 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR39 = 117 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR39 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR40 = 119 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR40 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR41 = 121 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR41 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR42 = 123 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR42 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR43 = 125 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR43 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR44 = 127 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR44 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR45 = 129 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR45 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR46 = 131 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR46 ideal-int #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR47 = 133 #53466 +pkg syscall (freebsd-riscv64), const AF_VENDOR47 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B0 = 0 #53466 +pkg syscall (freebsd-riscv64), const B0 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B110 = 110 #53466 +pkg syscall (freebsd-riscv64), const B110 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B115200 = 115200 #53466 +pkg syscall (freebsd-riscv64), const B115200 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B1200 = 1200 #53466 +pkg syscall (freebsd-riscv64), const B1200 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B134 = 134 #53466 +pkg syscall (freebsd-riscv64), const B134 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B14400 = 14400 #53466 +pkg syscall (freebsd-riscv64), const B14400 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B150 = 150 #53466 +pkg syscall (freebsd-riscv64), const B150 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B1800 = 1800 #53466 +pkg syscall (freebsd-riscv64), const B1800 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B19200 = 19200 #53466 +pkg syscall (freebsd-riscv64), const B19200 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B200 = 200 #53466 +pkg syscall (freebsd-riscv64), const B200 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B230400 = 230400 #53466 +pkg syscall (freebsd-riscv64), const B230400 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B2400 = 2400 #53466 +pkg syscall (freebsd-riscv64), const B2400 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B28800 = 28800 #53466 +pkg syscall (freebsd-riscv64), const B28800 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B300 = 300 #53466 +pkg syscall (freebsd-riscv64), const B300 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B38400 = 38400 #53466 +pkg syscall (freebsd-riscv64), const B38400 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B460800 = 460800 #53466 +pkg syscall (freebsd-riscv64), const B460800 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B4800 = 4800 #53466 +pkg syscall (freebsd-riscv64), const B4800 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B50 = 50 #53466 +pkg syscall (freebsd-riscv64), const B50 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B57600 = 57600 #53466 +pkg syscall (freebsd-riscv64), const B57600 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B600 = 600 #53466 +pkg syscall (freebsd-riscv64), const B600 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B7200 = 7200 #53466 +pkg syscall (freebsd-riscv64), const B7200 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B75 = 75 #53466 +pkg syscall (freebsd-riscv64), const B75 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B76800 = 76800 #53466 +pkg syscall (freebsd-riscv64), const B76800 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B921600 = 921600 #53466 +pkg syscall (freebsd-riscv64), const B921600 ideal-int #53466 +pkg syscall (freebsd-riscv64), const B9600 = 9600 #53466 +pkg syscall (freebsd-riscv64), const B9600 ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCFEEDBACK = 2147762812 #53466 +pkg syscall (freebsd-riscv64), const BIOCFEEDBACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCFLUSH = 536887912 #53466 +pkg syscall (freebsd-riscv64), const BIOCFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGBLEN = 1074020966 #53466 +pkg syscall (freebsd-riscv64), const BIOCGBLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGDIRECTION = 1074020982 #53466 +pkg syscall (freebsd-riscv64), const BIOCGDIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGDLT = 1074020970 #53466 +pkg syscall (freebsd-riscv64), const BIOCGDLT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGDLTLIST = 3222291065 #53466 +pkg syscall (freebsd-riscv64), const BIOCGDLTLIST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGETBUFMODE = 1074020989 #53466 +pkg syscall (freebsd-riscv64), const BIOCGETBUFMODE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGETIF = 1075855979 #53466 +pkg syscall (freebsd-riscv64), const BIOCGETIF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGETZMAX = 1074283135 #53466 +pkg syscall (freebsd-riscv64), const BIOCGETZMAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGHDRCMPLT = 1074020980 #53466 +pkg syscall (freebsd-riscv64), const BIOCGHDRCMPLT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGRSIG = 1074020978 #53466 +pkg syscall (freebsd-riscv64), const BIOCGRSIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGRTIMEOUT = 1074807406 #53466 +pkg syscall (freebsd-riscv64), const BIOCGRTIMEOUT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGSEESENT = 1074020982 #53466 +pkg syscall (freebsd-riscv64), const BIOCGSEESENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGSTATS = 1074283119 #53466 +pkg syscall (freebsd-riscv64), const BIOCGSTATS ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCGTSTAMP = 1074020995 #53466 +pkg syscall (freebsd-riscv64), const BIOCGTSTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCIMMEDIATE = 2147762800 #53466 +pkg syscall (freebsd-riscv64), const BIOCIMMEDIATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCLOCK = 536887930 #53466 +pkg syscall (freebsd-riscv64), const BIOCLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCPROMISC = 536887913 #53466 +pkg syscall (freebsd-riscv64), const BIOCPROMISC ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCROTZBUF = 1075331712 #53466 +pkg syscall (freebsd-riscv64), const BIOCROTZBUF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSBLEN = 3221504614 #53466 +pkg syscall (freebsd-riscv64), const BIOCSBLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSDIRECTION = 2147762807 #53466 +pkg syscall (freebsd-riscv64), const BIOCSDIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSDLT = 2147762808 #53466 +pkg syscall (freebsd-riscv64), const BIOCSDLT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSETBUFMODE = 2147762814 #53466 +pkg syscall (freebsd-riscv64), const BIOCSETBUFMODE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSETF = 2148549223 #53466 +pkg syscall (freebsd-riscv64), const BIOCSETF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSETFNR = 2148549250 #53466 +pkg syscall (freebsd-riscv64), const BIOCSETFNR ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSETIF = 2149597804 #53466 +pkg syscall (freebsd-riscv64), const BIOCSETIF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSETWF = 2148549243 #53466 +pkg syscall (freebsd-riscv64), const BIOCSETWF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSETZBUF = 2149073537 #53466 +pkg syscall (freebsd-riscv64), const BIOCSETZBUF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSHDRCMPLT = 2147762805 #53466 +pkg syscall (freebsd-riscv64), const BIOCSHDRCMPLT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSRSIG = 2147762803 #53466 +pkg syscall (freebsd-riscv64), const BIOCSRSIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSRTIMEOUT = 2148549229 #53466 +pkg syscall (freebsd-riscv64), const BIOCSRTIMEOUT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSSEESENT = 2147762807 #53466 +pkg syscall (freebsd-riscv64), const BIOCSSEESENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCSTSTAMP = 2147762820 #53466 +pkg syscall (freebsd-riscv64), const BIOCSTSTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const BIOCVERSION = 1074020977 #53466 +pkg syscall (freebsd-riscv64), const BIOCVERSION ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_A = 16 #53466 +pkg syscall (freebsd-riscv64), const BPF_A ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_ABS = 32 #53466 +pkg syscall (freebsd-riscv64), const BPF_ABS ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_ADD = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_ALIGNMENT = 8 #53466 +pkg syscall (freebsd-riscv64), const BPF_ALIGNMENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_ALU = 4 #53466 +pkg syscall (freebsd-riscv64), const BPF_ALU ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_AND = 80 #53466 +pkg syscall (freebsd-riscv64), const BPF_AND ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_B = 16 #53466 +pkg syscall (freebsd-riscv64), const BPF_B ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_BUFMODE_BUFFER = 1 #53466 +pkg syscall (freebsd-riscv64), const BPF_BUFMODE_BUFFER ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_BUFMODE_ZBUF = 2 #53466 +pkg syscall (freebsd-riscv64), const BPF_BUFMODE_ZBUF ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_DIV = 48 #53466 +pkg syscall (freebsd-riscv64), const BPF_DIV ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_H = 8 #53466 +pkg syscall (freebsd-riscv64), const BPF_H ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_IMM = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_IMM ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_IND = 64 #53466 +pkg syscall (freebsd-riscv64), const BPF_IND ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_JA = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_JA ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_JEQ = 16 #53466 +pkg syscall (freebsd-riscv64), const BPF_JEQ ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_JGE = 48 #53466 +pkg syscall (freebsd-riscv64), const BPF_JGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_JGT = 32 #53466 +pkg syscall (freebsd-riscv64), const BPF_JGT ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_JMP = 5 #53466 +pkg syscall (freebsd-riscv64), const BPF_JMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_JSET = 64 #53466 +pkg syscall (freebsd-riscv64), const BPF_JSET ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_K = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_K ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_LD = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_LD ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_LDX = 1 #53466 +pkg syscall (freebsd-riscv64), const BPF_LDX ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_LEN = 128 #53466 +pkg syscall (freebsd-riscv64), const BPF_LEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_LSH = 96 #53466 +pkg syscall (freebsd-riscv64), const BPF_LSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MAJOR_VERSION = 1 #53466 +pkg syscall (freebsd-riscv64), const BPF_MAJOR_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MAXBUFSIZE = 524288 #53466 +pkg syscall (freebsd-riscv64), const BPF_MAXBUFSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MAXINSNS = 512 #53466 +pkg syscall (freebsd-riscv64), const BPF_MAXINSNS ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MEM = 96 #53466 +pkg syscall (freebsd-riscv64), const BPF_MEM ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MEMWORDS = 16 #53466 +pkg syscall (freebsd-riscv64), const BPF_MEMWORDS ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MINBUFSIZE = 32 #53466 +pkg syscall (freebsd-riscv64), const BPF_MINBUFSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MINOR_VERSION = 1 #53466 +pkg syscall (freebsd-riscv64), const BPF_MINOR_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MISC = 7 #53466 +pkg syscall (freebsd-riscv64), const BPF_MISC ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MSH = 160 #53466 +pkg syscall (freebsd-riscv64), const BPF_MSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_MUL = 32 #53466 +pkg syscall (freebsd-riscv64), const BPF_MUL ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_NEG = 128 #53466 +pkg syscall (freebsd-riscv64), const BPF_NEG ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_OR = 64 #53466 +pkg syscall (freebsd-riscv64), const BPF_OR ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_RELEASE = 199606 #53466 +pkg syscall (freebsd-riscv64), const BPF_RELEASE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_RET = 6 #53466 +pkg syscall (freebsd-riscv64), const BPF_RET ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_RSH = 112 #53466 +pkg syscall (freebsd-riscv64), const BPF_RSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_ST = 2 #53466 +pkg syscall (freebsd-riscv64), const BPF_ST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_STX = 3 #53466 +pkg syscall (freebsd-riscv64), const BPF_STX ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_SUB = 16 #53466 +pkg syscall (freebsd-riscv64), const BPF_SUB ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_TAX = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_TAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_TXA = 128 #53466 +pkg syscall (freebsd-riscv64), const BPF_TXA ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME = 2 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_FAST = 258 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_MONOTONIC = 514 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_MONOTONIC_FAST = 770 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_FAST = 256 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_FLAG_MASK = 768 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_FLAG_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_FORMAT_MASK = 3 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_FORMAT_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME_FAST = 256 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME_MONOTONIC = 512 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MONOTONIC = 512 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MONOTONIC_FAST = 768 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME = 1 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_FAST = 257 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC = 513 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NONE = 3 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NONE ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NORMAL = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_T_NORMAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_W = 0 #53466 +pkg syscall (freebsd-riscv64), const BPF_W ideal-int #53466 +pkg syscall (freebsd-riscv64), const BPF_X = 8 #53466 +pkg syscall (freebsd-riscv64), const BPF_X ideal-int #53466 +pkg syscall (freebsd-riscv64), const BRKINT = 2 #53466 +pkg syscall (freebsd-riscv64), const BRKINT ideal-int #53466 +pkg syscall (freebsd-riscv64), const CFLUSH = 15 #53466 +pkg syscall (freebsd-riscv64), const CFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const CLOCAL = 32768 #53466 +pkg syscall (freebsd-riscv64), const CLOCAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const CREAD = 2048 #53466 +pkg syscall (freebsd-riscv64), const CREAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const CS5 = 0 #53466 +pkg syscall (freebsd-riscv64), const CS5 ideal-int #53466 +pkg syscall (freebsd-riscv64), const CS6 = 256 #53466 +pkg syscall (freebsd-riscv64), const CS6 ideal-int #53466 +pkg syscall (freebsd-riscv64), const CS7 = 512 #53466 +pkg syscall (freebsd-riscv64), const CS7 ideal-int #53466 +pkg syscall (freebsd-riscv64), const CS8 = 768 #53466 +pkg syscall (freebsd-riscv64), const CS8 ideal-int #53466 +pkg syscall (freebsd-riscv64), const CSIZE = 768 #53466 +pkg syscall (freebsd-riscv64), const CSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const CSTART = 17 #53466 +pkg syscall (freebsd-riscv64), const CSTART ideal-int #53466 +pkg syscall (freebsd-riscv64), const CSTATUS = 20 #53466 +pkg syscall (freebsd-riscv64), const CSTATUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const CSTOP = 19 #53466 +pkg syscall (freebsd-riscv64), const CSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const CSTOPB = 1024 #53466 +pkg syscall (freebsd-riscv64), const CSTOPB ideal-int #53466 +pkg syscall (freebsd-riscv64), const CSUSP = 26 #53466 +pkg syscall (freebsd-riscv64), const CSUSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const CTL_MAXNAME = 24 #53466 +pkg syscall (freebsd-riscv64), const CTL_MAXNAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const CTL_NET = 4 #53466 +pkg syscall (freebsd-riscv64), const CTL_NET ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_A429 = 184 #53466 +pkg syscall (freebsd-riscv64), const DLT_A429 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_A653_ICM = 185 #53466 +pkg syscall (freebsd-riscv64), const DLT_A653_ICM ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_AIRONET_HEADER = 120 #53466 +pkg syscall (freebsd-riscv64), const DLT_AIRONET_HEADER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_AOS = 222 #53466 +pkg syscall (freebsd-riscv64), const DLT_AOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 #53466 +pkg syscall (freebsd-riscv64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ARCNET = 7 #53466 +pkg syscall (freebsd-riscv64), const DLT_ARCNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ARCNET_LINUX = 129 #53466 +pkg syscall (freebsd-riscv64), const DLT_ARCNET_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ATM_CLIP = 19 #53466 +pkg syscall (freebsd-riscv64), const DLT_ATM_CLIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ATM_RFC1483 = 11 #53466 +pkg syscall (freebsd-riscv64), const DLT_ATM_RFC1483 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_AURORA = 126 #53466 +pkg syscall (freebsd-riscv64), const DLT_AURORA ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_AX25 = 3 #53466 +pkg syscall (freebsd-riscv64), const DLT_AX25 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_AX25_KISS = 202 #53466 +pkg syscall (freebsd-riscv64), const DLT_AX25_KISS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_BACNET_MS_TP = 165 #53466 +pkg syscall (freebsd-riscv64), const DLT_BACNET_MS_TP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_BLUETOOTH_HCI_H4 = 187 #53466 +pkg syscall (freebsd-riscv64), const DLT_BLUETOOTH_HCI_H4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 #53466 +pkg syscall (freebsd-riscv64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_CAN20B = 190 #53466 +pkg syscall (freebsd-riscv64), const DLT_CAN20B ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_CAN_SOCKETCAN = 227 #53466 +pkg syscall (freebsd-riscv64), const DLT_CAN_SOCKETCAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_CHAOS = 5 #53466 +pkg syscall (freebsd-riscv64), const DLT_CHAOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_CHDLC = 104 #53466 +pkg syscall (freebsd-riscv64), const DLT_CHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_CISCO_IOS = 118 #53466 +pkg syscall (freebsd-riscv64), const DLT_CISCO_IOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_C_HDLC = 104 #53466 +pkg syscall (freebsd-riscv64), const DLT_C_HDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_C_HDLC_WITH_DIR = 205 #53466 +pkg syscall (freebsd-riscv64), const DLT_C_HDLC_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_DBUS = 231 #53466 +pkg syscall (freebsd-riscv64), const DLT_DBUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_DECT = 221 #53466 +pkg syscall (freebsd-riscv64), const DLT_DECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_DOCSIS = 143 #53466 +pkg syscall (freebsd-riscv64), const DLT_DOCSIS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_DVB_CI = 235 #53466 +pkg syscall (freebsd-riscv64), const DLT_DVB_CI ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ECONET = 115 #53466 +pkg syscall (freebsd-riscv64), const DLT_ECONET ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_EN10MB = 1 #53466 +pkg syscall (freebsd-riscv64), const DLT_EN10MB ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_EN3MB = 2 #53466 +pkg syscall (freebsd-riscv64), const DLT_EN3MB ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ENC = 109 #53466 +pkg syscall (freebsd-riscv64), const DLT_ENC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ERF = 197 #53466 +pkg syscall (freebsd-riscv64), const DLT_ERF ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ERF_ETH = 175 #53466 +pkg syscall (freebsd-riscv64), const DLT_ERF_ETH ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_ERF_POS = 176 #53466 +pkg syscall (freebsd-riscv64), const DLT_ERF_POS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_FC_2 = 224 #53466 +pkg syscall (freebsd-riscv64), const DLT_FC_2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_FC_2_WITH_FRAME_DELIMS = 225 #53466 +pkg syscall (freebsd-riscv64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_FDDI = 10 #53466 +pkg syscall (freebsd-riscv64), const DLT_FDDI ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_FLEXRAY = 210 #53466 +pkg syscall (freebsd-riscv64), const DLT_FLEXRAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_FRELAY = 107 #53466 +pkg syscall (freebsd-riscv64), const DLT_FRELAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_FRELAY_WITH_DIR = 206 #53466 +pkg syscall (freebsd-riscv64), const DLT_FRELAY_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GCOM_SERIAL = 173 #53466 +pkg syscall (freebsd-riscv64), const DLT_GCOM_SERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GCOM_T1E1 = 172 #53466 +pkg syscall (freebsd-riscv64), const DLT_GCOM_T1E1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GPF_F = 171 #53466 +pkg syscall (freebsd-riscv64), const DLT_GPF_F ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GPF_T = 170 #53466 +pkg syscall (freebsd-riscv64), const DLT_GPF_T ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GPRS_LLC = 169 #53466 +pkg syscall (freebsd-riscv64), const DLT_GPRS_LLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GSMTAP_ABIS = 218 #53466 +pkg syscall (freebsd-riscv64), const DLT_GSMTAP_ABIS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_GSMTAP_UM = 217 #53466 +pkg syscall (freebsd-riscv64), const DLT_GSMTAP_UM ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_HHDLC = 121 #53466 +pkg syscall (freebsd-riscv64), const DLT_HHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IBM_SN = 146 #53466 +pkg syscall (freebsd-riscv64), const DLT_IBM_SN ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IBM_SP = 145 #53466 +pkg syscall (freebsd-riscv64), const DLT_IBM_SP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802 = 6 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_11 = 105 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_11 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_11_RADIO = 127 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_11_RADIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_11_RADIO_AVS = 163 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_11_RADIO_AVS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4 = 195 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4_LINUX = 191 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4_NOFCS = 230 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4_NOFCS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4_NONASK_PHY = 215 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_16_MAC_CPS = 188 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_16_MAC_CPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 #53466 +pkg syscall (freebsd-riscv64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPFILTER = 116 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPMB = 199 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPMB ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPMB_LINUX = 209 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPMB_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPNET = 226 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPOIB = 242 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPOIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPV4 = 228 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPV4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IPV6 = 229 #53466 +pkg syscall (freebsd-riscv64), const DLT_IPV6 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_IP_OVER_FC = 122 #53466 +pkg syscall (freebsd-riscv64), const DLT_IP_OVER_FC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ATM1 = 137 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ATM1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ATM2 = 135 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ATM2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ATM_CEMIC = 238 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ATM_CEMIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_CHDLC = 181 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_CHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ES = 132 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ES ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ETHER = 178 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ETHER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_FIBRECHANNEL = 234 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_FIBRECHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_FRELAY = 180 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_FRELAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_GGSN = 133 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_GGSN ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ISM = 194 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ISM ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MFR = 134 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MFR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MLFR = 131 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MLFR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MLPPP = 130 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MLPPP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MONITOR = 164 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_MONITOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PIC_PEER = 174 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PIC_PEER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PPP = 179 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PPP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PPPOE = 167 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PPPOE ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PPPOE_ATM = 168 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_PPPOE_ATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_SERVICES = 136 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_SERVICES ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_SRX_E2E = 233 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_SRX_E2E ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ST = 200 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_ST ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_VP = 183 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_VP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_VS = 232 #53466 +pkg syscall (freebsd-riscv64), const DLT_JUNIPER_VS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LAPB_WITH_DIR = 207 #53466 +pkg syscall (freebsd-riscv64), const DLT_LAPB_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LAPD = 203 #53466 +pkg syscall (freebsd-riscv64), const DLT_LAPD ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LIN = 212 #53466 +pkg syscall (freebsd-riscv64), const DLT_LIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_EVDEV = 216 #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_EVDEV ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_IRDA = 144 #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_IRDA ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_LAPD = 177 #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_LAPD ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_PPP_WITHDIRECTION = 166 #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_PPP_WITHDIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_SLL = 113 #53466 +pkg syscall (freebsd-riscv64), const DLT_LINUX_SLL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LOOP = 108 #53466 +pkg syscall (freebsd-riscv64), const DLT_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_LTALK = 114 #53466 +pkg syscall (freebsd-riscv64), const DLT_LTALK ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MATCHING_MAX = 246 #53466 +pkg syscall (freebsd-riscv64), const DLT_MATCHING_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MATCHING_MIN = 104 #53466 +pkg syscall (freebsd-riscv64), const DLT_MATCHING_MIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MFR = 182 #53466 +pkg syscall (freebsd-riscv64), const DLT_MFR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MOST = 211 #53466 +pkg syscall (freebsd-riscv64), const DLT_MOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MPEG_2_TS = 243 #53466 +pkg syscall (freebsd-riscv64), const DLT_MPEG_2_TS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MPLS = 219 #53466 +pkg syscall (freebsd-riscv64), const DLT_MPLS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MTP2 = 140 #53466 +pkg syscall (freebsd-riscv64), const DLT_MTP2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MTP2_WITH_PHDR = 139 #53466 +pkg syscall (freebsd-riscv64), const DLT_MTP2_WITH_PHDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MTP3 = 141 #53466 +pkg syscall (freebsd-riscv64), const DLT_MTP3 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_MUX27010 = 236 #53466 +pkg syscall (freebsd-riscv64), const DLT_MUX27010 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_NETANALYZER = 240 #53466 +pkg syscall (freebsd-riscv64), const DLT_NETANALYZER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_NETANALYZER_TRANSPARENT = 241 #53466 +pkg syscall (freebsd-riscv64), const DLT_NETANALYZER_TRANSPARENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_NFC_LLCP = 245 #53466 +pkg syscall (freebsd-riscv64), const DLT_NFC_LLCP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_NFLOG = 239 #53466 +pkg syscall (freebsd-riscv64), const DLT_NFLOG ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_NG40 = 244 #53466 +pkg syscall (freebsd-riscv64), const DLT_NG40 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_NULL = 0 #53466 +pkg syscall (freebsd-riscv64), const DLT_NULL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PCI_EXP = 125 #53466 +pkg syscall (freebsd-riscv64), const DLT_PCI_EXP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PFLOG = 117 #53466 +pkg syscall (freebsd-riscv64), const DLT_PFLOG ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PFSYNC = 121 #53466 +pkg syscall (freebsd-riscv64), const DLT_PFSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPI = 192 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPI ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP = 9 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_BSDOS = 16 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_BSDOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_ETHER = 51 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_ETHER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_PPPD = 166 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_PPPD ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_SERIAL = 50 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_SERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIR = 204 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIRECTION = 166 #53466 +pkg syscall (freebsd-riscv64), const DLT_PPP_WITH_DIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PRISM_HEADER = 119 #53466 +pkg syscall (freebsd-riscv64), const DLT_PRISM_HEADER ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_PRONET = 4 #53466 +pkg syscall (freebsd-riscv64), const DLT_PRONET ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_RAIF1 = 198 #53466 +pkg syscall (freebsd-riscv64), const DLT_RAIF1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_RAW = 12 #53466 +pkg syscall (freebsd-riscv64), const DLT_RAW ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_RIO = 124 #53466 +pkg syscall (freebsd-riscv64), const DLT_RIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_SCCP = 142 #53466 +pkg syscall (freebsd-riscv64), const DLT_SCCP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_SITA = 196 #53466 +pkg syscall (freebsd-riscv64), const DLT_SITA ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_SLIP = 8 #53466 +pkg syscall (freebsd-riscv64), const DLT_SLIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_SLIP_BSDOS = 15 #53466 +pkg syscall (freebsd-riscv64), const DLT_SLIP_BSDOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_STANAG_5066_D_PDU = 237 #53466 +pkg syscall (freebsd-riscv64), const DLT_STANAG_5066_D_PDU ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_SUNATM = 123 #53466 +pkg syscall (freebsd-riscv64), const DLT_SUNATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_SYMANTEC_FIREWALL = 99 #53466 +pkg syscall (freebsd-riscv64), const DLT_SYMANTEC_FIREWALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_TZSP = 128 #53466 +pkg syscall (freebsd-riscv64), const DLT_TZSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USB = 186 #53466 +pkg syscall (freebsd-riscv64), const DLT_USB ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USB_LINUX = 189 #53466 +pkg syscall (freebsd-riscv64), const DLT_USB_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USB_LINUX_MMAPPED = 220 #53466 +pkg syscall (freebsd-riscv64), const DLT_USB_LINUX_MMAPPED ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER0 = 147 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER0 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER1 = 148 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER10 = 157 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER10 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER11 = 158 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER11 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER12 = 159 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER12 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER13 = 160 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER13 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER14 = 161 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER14 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER15 = 162 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER15 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER2 = 149 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER3 = 150 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER3 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER4 = 151 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER5 = 152 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER5 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER6 = 153 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER6 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER7 = 154 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER7 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER8 = 155 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER8 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_USER9 = 156 #53466 +pkg syscall (freebsd-riscv64), const DLT_USER9 ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_WIHART = 223 #53466 +pkg syscall (freebsd-riscv64), const DLT_WIHART ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_X2E_SERIAL = 213 #53466 +pkg syscall (freebsd-riscv64), const DLT_X2E_SERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const DLT_X2E_XORAYA = 214 #53466 +pkg syscall (freebsd-riscv64), const DLT_X2E_XORAYA ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_BLK = 6 #53466 +pkg syscall (freebsd-riscv64), const DT_BLK ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_CHR = 2 #53466 +pkg syscall (freebsd-riscv64), const DT_CHR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_DIR = 4 #53466 +pkg syscall (freebsd-riscv64), const DT_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_FIFO = 1 #53466 +pkg syscall (freebsd-riscv64), const DT_FIFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_LNK = 10 #53466 +pkg syscall (freebsd-riscv64), const DT_LNK ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_REG = 8 #53466 +pkg syscall (freebsd-riscv64), const DT_REG ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_SOCK = 12 #53466 +pkg syscall (freebsd-riscv64), const DT_SOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_UNKNOWN = 0 #53466 +pkg syscall (freebsd-riscv64), const DT_UNKNOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const DT_WHT = 14 #53466 +pkg syscall (freebsd-riscv64), const DT_WHT ideal-int #53466 +pkg syscall (freebsd-riscv64), const E2BIG = 7 #53466 +pkg syscall (freebsd-riscv64), const EACCES = 13 #53466 +pkg syscall (freebsd-riscv64), const EADDRINUSE = 48 #53466 +pkg syscall (freebsd-riscv64), const EADDRNOTAVAIL = 49 #53466 +pkg syscall (freebsd-riscv64), const EAFNOSUPPORT = 47 #53466 +pkg syscall (freebsd-riscv64), const EAGAIN = 35 #53466 +pkg syscall (freebsd-riscv64), const EALREADY = 37 #53466 +pkg syscall (freebsd-riscv64), const EAUTH = 80 #53466 +pkg syscall (freebsd-riscv64), const EAUTH Errno #53466 +pkg syscall (freebsd-riscv64), const EBADF = 9 #53466 +pkg syscall (freebsd-riscv64), const EBADMSG = 89 #53466 +pkg syscall (freebsd-riscv64), const EBADMSG Errno #53466 +pkg syscall (freebsd-riscv64), const EBADRPC = 72 #53466 +pkg syscall (freebsd-riscv64), const EBADRPC Errno #53466 +pkg syscall (freebsd-riscv64), const EBUSY = 16 #53466 +pkg syscall (freebsd-riscv64), const ECANCELED = 85 #53466 +pkg syscall (freebsd-riscv64), const ECAPMODE = 94 #53466 +pkg syscall (freebsd-riscv64), const ECAPMODE Errno #53466 +pkg syscall (freebsd-riscv64), const ECHILD = 10 #53466 +pkg syscall (freebsd-riscv64), const ECHO = 8 #53466 +pkg syscall (freebsd-riscv64), const ECHO ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECHOCTL = 64 #53466 +pkg syscall (freebsd-riscv64), const ECHOCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECHOE = 2 #53466 +pkg syscall (freebsd-riscv64), const ECHOE ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECHOK = 4 #53466 +pkg syscall (freebsd-riscv64), const ECHOK ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECHOKE = 1 #53466 +pkg syscall (freebsd-riscv64), const ECHOKE ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECHONL = 16 #53466 +pkg syscall (freebsd-riscv64), const ECHONL ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECHOPRT = 32 #53466 +pkg syscall (freebsd-riscv64), const ECHOPRT ideal-int #53466 +pkg syscall (freebsd-riscv64), const ECONNABORTED = 53 #53466 +pkg syscall (freebsd-riscv64), const ECONNREFUSED = 61 #53466 +pkg syscall (freebsd-riscv64), const ECONNRESET = 54 #53466 +pkg syscall (freebsd-riscv64), const EDEADLK = 11 #53466 +pkg syscall (freebsd-riscv64), const EDESTADDRREQ = 39 #53466 +pkg syscall (freebsd-riscv64), const EDOM = 33 #53466 +pkg syscall (freebsd-riscv64), const EDOOFUS = 88 #53466 +pkg syscall (freebsd-riscv64), const EDOOFUS Errno #53466 +pkg syscall (freebsd-riscv64), const EDQUOT = 69 #53466 +pkg syscall (freebsd-riscv64), const EEXIST = 17 #53466 +pkg syscall (freebsd-riscv64), const EFAULT = 14 #53466 +pkg syscall (freebsd-riscv64), const EFBIG = 27 #53466 +pkg syscall (freebsd-riscv64), const EFTYPE = 79 #53466 +pkg syscall (freebsd-riscv64), const EFTYPE Errno #53466 +pkg syscall (freebsd-riscv64), const EHOSTDOWN = 64 #53466 +pkg syscall (freebsd-riscv64), const EHOSTUNREACH = 65 #53466 +pkg syscall (freebsd-riscv64), const EIDRM = 82 #53466 +pkg syscall (freebsd-riscv64), const EILSEQ = 86 #53466 +pkg syscall (freebsd-riscv64), const EINPROGRESS = 36 #53466 +pkg syscall (freebsd-riscv64), const EINTR = 4 #53466 +pkg syscall (freebsd-riscv64), const EINVAL = 22 #53466 +pkg syscall (freebsd-riscv64), const EIO = 5 #53466 +pkg syscall (freebsd-riscv64), const EISCONN = 56 #53466 +pkg syscall (freebsd-riscv64), const EISDIR = 21 #53466 +pkg syscall (freebsd-riscv64), const ELAST = 96 #53466 +pkg syscall (freebsd-riscv64), const ELAST Errno #53466 +pkg syscall (freebsd-riscv64), const ELOOP = 62 #53466 +pkg syscall (freebsd-riscv64), const EMFILE = 24 #53466 +pkg syscall (freebsd-riscv64), const EMLINK = 31 #53466 +pkg syscall (freebsd-riscv64), const EMSGSIZE = 40 #53466 +pkg syscall (freebsd-riscv64), const EMULTIHOP = 90 #53466 +pkg syscall (freebsd-riscv64), const EMULTIHOP Errno #53466 +pkg syscall (freebsd-riscv64), const ENAMETOOLONG = 63 #53466 +pkg syscall (freebsd-riscv64), const ENEEDAUTH = 81 #53466 +pkg syscall (freebsd-riscv64), const ENEEDAUTH Errno #53466 +pkg syscall (freebsd-riscv64), const ENETDOWN = 50 #53466 +pkg syscall (freebsd-riscv64), const ENETRESET = 52 #53466 +pkg syscall (freebsd-riscv64), const ENETUNREACH = 51 #53466 +pkg syscall (freebsd-riscv64), const ENFILE = 23 #53466 +pkg syscall (freebsd-riscv64), const ENOATTR = 87 #53466 +pkg syscall (freebsd-riscv64), const ENOATTR Errno #53466 +pkg syscall (freebsd-riscv64), const ENOBUFS = 55 #53466 +pkg syscall (freebsd-riscv64), const ENODEV = 19 #53466 +pkg syscall (freebsd-riscv64), const ENOEXEC = 8 #53466 +pkg syscall (freebsd-riscv64), const ENOLCK = 77 #53466 +pkg syscall (freebsd-riscv64), const ENOLINK = 91 #53466 +pkg syscall (freebsd-riscv64), const ENOLINK Errno #53466 +pkg syscall (freebsd-riscv64), const ENOMEM = 12 #53466 +pkg syscall (freebsd-riscv64), const ENOMSG = 83 #53466 +pkg syscall (freebsd-riscv64), const ENOPROTOOPT = 42 #53466 +pkg syscall (freebsd-riscv64), const ENOSPC = 28 #53466 +pkg syscall (freebsd-riscv64), const ENOSYS = 78 #53466 +pkg syscall (freebsd-riscv64), const ENOTBLK = 15 #53466 +pkg syscall (freebsd-riscv64), const ENOTCAPABLE = 93 #53466 +pkg syscall (freebsd-riscv64), const ENOTCAPABLE Errno #53466 +pkg syscall (freebsd-riscv64), const ENOTCONN = 57 #53466 +pkg syscall (freebsd-riscv64), const ENOTDIR = 20 #53466 +pkg syscall (freebsd-riscv64), const ENOTEMPTY = 66 #53466 +pkg syscall (freebsd-riscv64), const ENOTRECOVERABLE = 95 #53466 +pkg syscall (freebsd-riscv64), const ENOTRECOVERABLE Errno #53466 +pkg syscall (freebsd-riscv64), const ENOTSOCK = 38 #53466 +pkg syscall (freebsd-riscv64), const ENOTSUP = 45 #53466 +pkg syscall (freebsd-riscv64), const ENOTTY = 25 #53466 +pkg syscall (freebsd-riscv64), const ENXIO = 6 #53466 +pkg syscall (freebsd-riscv64), const EOPNOTSUPP = 45 #53466 +pkg syscall (freebsd-riscv64), const EOVERFLOW = 84 #53466 +pkg syscall (freebsd-riscv64), const EOWNERDEAD = 96 #53466 +pkg syscall (freebsd-riscv64), const EOWNERDEAD Errno #53466 +pkg syscall (freebsd-riscv64), const EPERM = 1 #53466 +pkg syscall (freebsd-riscv64), const EPFNOSUPPORT = 46 #53466 +pkg syscall (freebsd-riscv64), const EPIPE = 32 #53466 +pkg syscall (freebsd-riscv64), const EPROCLIM = 67 #53466 +pkg syscall (freebsd-riscv64), const EPROCLIM Errno #53466 +pkg syscall (freebsd-riscv64), const EPROCUNAVAIL = 76 #53466 +pkg syscall (freebsd-riscv64), const EPROCUNAVAIL Errno #53466 +pkg syscall (freebsd-riscv64), const EPROGMISMATCH = 75 #53466 +pkg syscall (freebsd-riscv64), const EPROGMISMATCH Errno #53466 +pkg syscall (freebsd-riscv64), const EPROGUNAVAIL = 74 #53466 +pkg syscall (freebsd-riscv64), const EPROGUNAVAIL Errno #53466 +pkg syscall (freebsd-riscv64), const EPROTO = 92 #53466 +pkg syscall (freebsd-riscv64), const EPROTO Errno #53466 +pkg syscall (freebsd-riscv64), const EPROTONOSUPPORT = 43 #53466 +pkg syscall (freebsd-riscv64), const EPROTOTYPE = 41 #53466 +pkg syscall (freebsd-riscv64), const ERANGE = 34 #53466 +pkg syscall (freebsd-riscv64), const EREMOTE = 71 #53466 +pkg syscall (freebsd-riscv64), const EROFS = 30 #53466 +pkg syscall (freebsd-riscv64), const ERPCMISMATCH = 73 #53466 +pkg syscall (freebsd-riscv64), const ERPCMISMATCH Errno #53466 +pkg syscall (freebsd-riscv64), const ESHUTDOWN = 58 #53466 +pkg syscall (freebsd-riscv64), const ESOCKTNOSUPPORT = 44 #53466 +pkg syscall (freebsd-riscv64), const ESPIPE = 29 #53466 +pkg syscall (freebsd-riscv64), const ESRCH = 3 #53466 +pkg syscall (freebsd-riscv64), const ESTALE = 70 #53466 +pkg syscall (freebsd-riscv64), const ETIMEDOUT = 60 #53466 +pkg syscall (freebsd-riscv64), const ETOOMANYREFS = 59 #53466 +pkg syscall (freebsd-riscv64), const ETXTBSY = 26 #53466 +pkg syscall (freebsd-riscv64), const EUSERS = 68 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_AIO = -3 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_AIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_FS = -9 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_FS ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_LIO = -10 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_LIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_PROC = -5 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_PROC ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_READ = -1 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_READ ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_SIGNAL = -6 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_SIGNAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_SYSCOUNT = 11 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_SYSCOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_TIMER = -7 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_TIMER ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_USER = -11 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_USER ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_VNODE = -4 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_VNODE ideal-int #53466 +pkg syscall (freebsd-riscv64), const EVFILT_WRITE = -2 #53466 +pkg syscall (freebsd-riscv64), const EVFILT_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_ADD = 1 #53466 +pkg syscall (freebsd-riscv64), const EV_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_CLEAR = 32 #53466 +pkg syscall (freebsd-riscv64), const EV_CLEAR ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_DELETE = 2 #53466 +pkg syscall (freebsd-riscv64), const EV_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_DISABLE = 8 #53466 +pkg syscall (freebsd-riscv64), const EV_DISABLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_DISPATCH = 128 #53466 +pkg syscall (freebsd-riscv64), const EV_DISPATCH ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_DROP = 4096 #53466 +pkg syscall (freebsd-riscv64), const EV_DROP ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_ENABLE = 4 #53466 +pkg syscall (freebsd-riscv64), const EV_ENABLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_EOF = 32768 #53466 +pkg syscall (freebsd-riscv64), const EV_EOF ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_ERROR = 16384 #53466 +pkg syscall (freebsd-riscv64), const EV_ERROR ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_FLAG1 = 8192 #53466 +pkg syscall (freebsd-riscv64), const EV_FLAG1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_ONESHOT = 16 #53466 +pkg syscall (freebsd-riscv64), const EV_ONESHOT ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_RECEIPT = 64 #53466 +pkg syscall (freebsd-riscv64), const EV_RECEIPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const EV_SYSFLAGS = 61440 #53466 +pkg syscall (freebsd-riscv64), const EV_SYSFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const EWOULDBLOCK = 35 #53466 +pkg syscall (freebsd-riscv64), const EXDEV = 18 #53466 +pkg syscall (freebsd-riscv64), const EXTA = 19200 #53466 +pkg syscall (freebsd-riscv64), const EXTA ideal-int #53466 +pkg syscall (freebsd-riscv64), const EXTB = 38400 #53466 +pkg syscall (freebsd-riscv64), const EXTB ideal-int #53466 +pkg syscall (freebsd-riscv64), const EXTPROC = 2048 #53466 +pkg syscall (freebsd-riscv64), const EXTPROC ideal-int #53466 +pkg syscall (freebsd-riscv64), const FD_CLOEXEC = 1 #53466 +pkg syscall (freebsd-riscv64), const FD_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const FD_SETSIZE = 1024 #53466 +pkg syscall (freebsd-riscv64), const FD_SETSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const FLUSHO = 8388608 #53466 +pkg syscall (freebsd-riscv64), const FLUSHO ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_CANCEL = 5 #53466 +pkg syscall (freebsd-riscv64), const F_CANCEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_DUP2FD = 10 #53466 +pkg syscall (freebsd-riscv64), const F_DUP2FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_DUP2FD_CLOEXEC = 18 #53466 +pkg syscall (freebsd-riscv64), const F_DUP2FD_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_DUPFD = 0 #53466 +pkg syscall (freebsd-riscv64), const F_DUPFD ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_DUPFD_CLOEXEC = 17 #53466 +pkg syscall (freebsd-riscv64), const F_DUPFD_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_GETFD = 1 #53466 +pkg syscall (freebsd-riscv64), const F_GETFD ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_GETFL = 3 #53466 +pkg syscall (freebsd-riscv64), const F_GETFL ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_GETLK = 11 #53466 +pkg syscall (freebsd-riscv64), const F_GETLK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_GETOWN = 5 #53466 +pkg syscall (freebsd-riscv64), const F_GETOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_OGETLK = 7 #53466 +pkg syscall (freebsd-riscv64), const F_OGETLK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_OK = 0 #53466 +pkg syscall (freebsd-riscv64), const F_OK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_OSETLK = 8 #53466 +pkg syscall (freebsd-riscv64), const F_OSETLK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_OSETLKW = 9 #53466 +pkg syscall (freebsd-riscv64), const F_OSETLKW ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_RDAHEAD = 16 #53466 +pkg syscall (freebsd-riscv64), const F_RDAHEAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_RDLCK = 1 #53466 +pkg syscall (freebsd-riscv64), const F_RDLCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_READAHEAD = 15 #53466 +pkg syscall (freebsd-riscv64), const F_READAHEAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_SETFD = 2 #53466 +pkg syscall (freebsd-riscv64), const F_SETFD ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_SETFL = 4 #53466 +pkg syscall (freebsd-riscv64), const F_SETFL ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_SETLK = 12 #53466 +pkg syscall (freebsd-riscv64), const F_SETLK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_SETLKW = 13 #53466 +pkg syscall (freebsd-riscv64), const F_SETLKW ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_SETLK_REMOTE = 14 #53466 +pkg syscall (freebsd-riscv64), const F_SETLK_REMOTE ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_SETOWN = 6 #53466 +pkg syscall (freebsd-riscv64), const F_SETOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_UNLCK = 2 #53466 +pkg syscall (freebsd-riscv64), const F_UNLCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_UNLCKSYS = 4 #53466 +pkg syscall (freebsd-riscv64), const F_UNLCKSYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const F_WRLCK = 3 #53466 +pkg syscall (freebsd-riscv64), const F_WRLCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const HUPCL = 16384 #53466 +pkg syscall (freebsd-riscv64), const HUPCL ideal-int #53466 +pkg syscall (freebsd-riscv64), const ICANON = 256 #53466 +pkg syscall (freebsd-riscv64), const ICANON ideal-int #53466 +pkg syscall (freebsd-riscv64), const ICMP6_FILTER = 18 #53466 +pkg syscall (freebsd-riscv64), const ICMP6_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const ICRNL = 256 #53466 +pkg syscall (freebsd-riscv64), const ICRNL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IEXTEN = 1024 #53466 +pkg syscall (freebsd-riscv64), const IEXTEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFAN_ARRIVAL = 0 #53466 +pkg syscall (freebsd-riscv64), const IFAN_ARRIVAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFAN_DEPARTURE = 1 #53466 +pkg syscall (freebsd-riscv64), const IFAN_DEPARTURE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_ALLMULTI = 512 #53466 +pkg syscall (freebsd-riscv64), const IFF_ALLMULTI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_ALTPHYS = 16384 #53466 +pkg syscall (freebsd-riscv64), const IFF_ALTPHYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_CANTCHANGE = 2199410 #53466 +pkg syscall (freebsd-riscv64), const IFF_CANTCHANGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_CANTCONFIG = 65536 #53466 +pkg syscall (freebsd-riscv64), const IFF_CANTCONFIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_DEBUG = 4 #53466 +pkg syscall (freebsd-riscv64), const IFF_DEBUG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_DRV_OACTIVE = 1024 #53466 +pkg syscall (freebsd-riscv64), const IFF_DRV_OACTIVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_DRV_RUNNING = 64 #53466 +pkg syscall (freebsd-riscv64), const IFF_DRV_RUNNING ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_DYING = 2097152 #53466 +pkg syscall (freebsd-riscv64), const IFF_DYING ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_LINK0 = 4096 #53466 +pkg syscall (freebsd-riscv64), const IFF_LINK0 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_LINK1 = 8192 #53466 +pkg syscall (freebsd-riscv64), const IFF_LINK1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_LINK2 = 16384 #53466 +pkg syscall (freebsd-riscv64), const IFF_LINK2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_LOOPBACK = 8 #53466 +pkg syscall (freebsd-riscv64), const IFF_MONITOR = 262144 #53466 +pkg syscall (freebsd-riscv64), const IFF_MONITOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_MULTICAST = 32768 #53466 +pkg syscall (freebsd-riscv64), const IFF_NOARP = 128 #53466 +pkg syscall (freebsd-riscv64), const IFF_NOARP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_OACTIVE = 1024 #53466 +pkg syscall (freebsd-riscv64), const IFF_OACTIVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_POINTOPOINT = 16 #53466 +pkg syscall (freebsd-riscv64), const IFF_POINTOPOINT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_PPROMISC = 131072 #53466 +pkg syscall (freebsd-riscv64), const IFF_PPROMISC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_PROMISC = 256 #53466 +pkg syscall (freebsd-riscv64), const IFF_PROMISC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_RENAMING = 4194304 #53466 +pkg syscall (freebsd-riscv64), const IFF_RENAMING ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_RUNNING = 64 #53466 +pkg syscall (freebsd-riscv64), const IFF_RUNNING ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_SIMPLEX = 2048 #53466 +pkg syscall (freebsd-riscv64), const IFF_SIMPLEX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_SMART = 32 #53466 +pkg syscall (freebsd-riscv64), const IFF_SMART ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFF_STATICARP = 524288 #53466 +pkg syscall (freebsd-riscv64), const IFF_STATICARP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFNAMSIZ = 16 #53466 +pkg syscall (freebsd-riscv64), const IFNAMSIZ ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_1822 = 2 #53466 +pkg syscall (freebsd-riscv64), const IFT_1822 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_A12MPPSWITCH = 130 #53466 +pkg syscall (freebsd-riscv64), const IFT_A12MPPSWITCH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_AAL2 = 187 #53466 +pkg syscall (freebsd-riscv64), const IFT_AAL2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_AAL5 = 49 #53466 +pkg syscall (freebsd-riscv64), const IFT_AAL5 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ADSL = 94 #53466 +pkg syscall (freebsd-riscv64), const IFT_ADSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_AFLANE8023 = 59 #53466 +pkg syscall (freebsd-riscv64), const IFT_AFLANE8023 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_AFLANE8025 = 60 #53466 +pkg syscall (freebsd-riscv64), const IFT_AFLANE8025 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ARAP = 88 #53466 +pkg syscall (freebsd-riscv64), const IFT_ARAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ARCNET = 35 #53466 +pkg syscall (freebsd-riscv64), const IFT_ARCNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ARCNETPLUS = 36 #53466 +pkg syscall (freebsd-riscv64), const IFT_ARCNETPLUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ASYNC = 84 #53466 +pkg syscall (freebsd-riscv64), const IFT_ASYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATM = 37 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMDXI = 105 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMDXI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMFUNI = 106 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMFUNI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMIMA = 107 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMIMA ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMLOGICAL = 80 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMLOGICAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMRADIO = 189 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMRADIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMSUBINTERFACE = 134 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMSUBINTERFACE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMVCIENDPT = 194 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMVCIENDPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMVIRTUAL = 149 #53466 +pkg syscall (freebsd-riscv64), const IFT_ATMVIRTUAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_BGPPOLICYACCOUNTING = 162 #53466 +pkg syscall (freebsd-riscv64), const IFT_BGPPOLICYACCOUNTING ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_BRIDGE = 209 #53466 +pkg syscall (freebsd-riscv64), const IFT_BRIDGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_BSC = 83 #53466 +pkg syscall (freebsd-riscv64), const IFT_BSC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_CARP = 248 #53466 +pkg syscall (freebsd-riscv64), const IFT_CARP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_CCTEMUL = 61 #53466 +pkg syscall (freebsd-riscv64), const IFT_CCTEMUL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_CEPT = 19 #53466 +pkg syscall (freebsd-riscv64), const IFT_CEPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_CES = 133 #53466 +pkg syscall (freebsd-riscv64), const IFT_CES ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_CHANNEL = 70 #53466 +pkg syscall (freebsd-riscv64), const IFT_CHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_CNR = 85 #53466 +pkg syscall (freebsd-riscv64), const IFT_CNR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_COFFEE = 132 #53466 +pkg syscall (freebsd-riscv64), const IFT_COFFEE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_COMPOSITELINK = 155 #53466 +pkg syscall (freebsd-riscv64), const IFT_COMPOSITELINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DCN = 141 #53466 +pkg syscall (freebsd-riscv64), const IFT_DCN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DIGITALPOWERLINE = 138 #53466 +pkg syscall (freebsd-riscv64), const IFT_DIGITALPOWERLINE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 #53466 +pkg syscall (freebsd-riscv64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DLSW = 74 #53466 +pkg syscall (freebsd-riscv64), const IFT_DLSW ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DOCSCABLEDOWNSTREAM = 128 #53466 +pkg syscall (freebsd-riscv64), const IFT_DOCSCABLEDOWNSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DOCSCABLEMACLAYER = 127 #53466 +pkg syscall (freebsd-riscv64), const IFT_DOCSCABLEMACLAYER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DOCSCABLEUPSTREAM = 129 #53466 +pkg syscall (freebsd-riscv64), const IFT_DOCSCABLEUPSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DS0 = 81 #53466 +pkg syscall (freebsd-riscv64), const IFT_DS0 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DS0BUNDLE = 82 #53466 +pkg syscall (freebsd-riscv64), const IFT_DS0BUNDLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DS1FDL = 170 #53466 +pkg syscall (freebsd-riscv64), const IFT_DS1FDL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DS3 = 30 #53466 +pkg syscall (freebsd-riscv64), const IFT_DS3 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DTM = 140 #53466 +pkg syscall (freebsd-riscv64), const IFT_DTM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBASILN = 172 #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBASILN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBASIOUT = 173 #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBASIOUT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBRCCDOWNSTREAM = 147 #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBRCCDOWNSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBRCCMACLAYER = 146 #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBRCCMACLAYER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBRCCUPSTREAM = 148 #53466 +pkg syscall (freebsd-riscv64), const IFT_DVBRCCUPSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ENC = 244 #53466 +pkg syscall (freebsd-riscv64), const IFT_ENC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_EON = 25 #53466 +pkg syscall (freebsd-riscv64), const IFT_EON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_EPLRS = 87 #53466 +pkg syscall (freebsd-riscv64), const IFT_EPLRS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ESCON = 73 #53466 +pkg syscall (freebsd-riscv64), const IFT_ESCON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ETHER = 6 #53466 +pkg syscall (freebsd-riscv64), const IFT_ETHER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FAITH = 242 #53466 +pkg syscall (freebsd-riscv64), const IFT_FAITH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FAST = 125 #53466 +pkg syscall (freebsd-riscv64), const IFT_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FASTETHER = 62 #53466 +pkg syscall (freebsd-riscv64), const IFT_FASTETHER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FASTETHERFX = 69 #53466 +pkg syscall (freebsd-riscv64), const IFT_FASTETHERFX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FDDI = 15 #53466 +pkg syscall (freebsd-riscv64), const IFT_FDDI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FIBRECHANNEL = 56 #53466 +pkg syscall (freebsd-riscv64), const IFT_FIBRECHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRAMERELAYINTERCONNECT = 58 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRAMERELAYINTERCONNECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRAMERELAYMPI = 92 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRAMERELAYMPI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRDLCIENDPT = 193 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRDLCIENDPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRELAY = 32 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRELAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRELAYDCE = 44 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRELAYDCE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRF16MFRBUNDLE = 163 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRF16MFRBUNDLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_FRFORWARD = 158 #53466 +pkg syscall (freebsd-riscv64), const IFT_FRFORWARD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_G703AT2MB = 67 #53466 +pkg syscall (freebsd-riscv64), const IFT_G703AT2MB ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_G703AT64K = 66 #53466 +pkg syscall (freebsd-riscv64), const IFT_G703AT64K ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_GIF = 240 #53466 +pkg syscall (freebsd-riscv64), const IFT_GIF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_GIGABITETHERNET = 117 #53466 +pkg syscall (freebsd-riscv64), const IFT_GIGABITETHERNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_GR303IDT = 178 #53466 +pkg syscall (freebsd-riscv64), const IFT_GR303IDT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_GR303RDT = 177 #53466 +pkg syscall (freebsd-riscv64), const IFT_GR303RDT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_H323GATEKEEPER = 164 #53466 +pkg syscall (freebsd-riscv64), const IFT_H323GATEKEEPER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_H323PROXY = 165 #53466 +pkg syscall (freebsd-riscv64), const IFT_H323PROXY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HDH1822 = 3 #53466 +pkg syscall (freebsd-riscv64), const IFT_HDH1822 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HDLC = 118 #53466 +pkg syscall (freebsd-riscv64), const IFT_HDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HDSL2 = 168 #53466 +pkg syscall (freebsd-riscv64), const IFT_HDSL2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HIPERLAN2 = 183 #53466 +pkg syscall (freebsd-riscv64), const IFT_HIPERLAN2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HIPPI = 47 #53466 +pkg syscall (freebsd-riscv64), const IFT_HIPPI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HIPPIINTERFACE = 57 #53466 +pkg syscall (freebsd-riscv64), const IFT_HIPPIINTERFACE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HOSTPAD = 90 #53466 +pkg syscall (freebsd-riscv64), const IFT_HOSTPAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HSSI = 46 #53466 +pkg syscall (freebsd-riscv64), const IFT_HSSI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_HY = 14 #53466 +pkg syscall (freebsd-riscv64), const IFT_HY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IBM370PARCHAN = 72 #53466 +pkg syscall (freebsd-riscv64), const IFT_IBM370PARCHAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IDSL = 154 #53466 +pkg syscall (freebsd-riscv64), const IFT_IDSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE1394 = 144 #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE1394 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE80211 = 71 #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE80211 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE80212 = 55 #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE80212 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE8023ADLAG = 161 #53466 +pkg syscall (freebsd-riscv64), const IFT_IEEE8023ADLAG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IFGSN = 145 #53466 +pkg syscall (freebsd-riscv64), const IFT_IFGSN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IMT = 190 #53466 +pkg syscall (freebsd-riscv64), const IFT_IMT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_INFINIBAND = 199 #53466 +pkg syscall (freebsd-riscv64), const IFT_INFINIBAND ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_INTERLEAVE = 124 #53466 +pkg syscall (freebsd-riscv64), const IFT_INTERLEAVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IP = 126 #53466 +pkg syscall (freebsd-riscv64), const IFT_IP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IPFORWARD = 142 #53466 +pkg syscall (freebsd-riscv64), const IFT_IPFORWARD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IPOVERATM = 114 #53466 +pkg syscall (freebsd-riscv64), const IFT_IPOVERATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IPOVERCDLC = 109 #53466 +pkg syscall (freebsd-riscv64), const IFT_IPOVERCDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IPOVERCLAW = 110 #53466 +pkg syscall (freebsd-riscv64), const IFT_IPOVERCLAW ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IPSWITCH = 78 #53466 +pkg syscall (freebsd-riscv64), const IFT_IPSWITCH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_IPXIP = 249 #53466 +pkg syscall (freebsd-riscv64), const IFT_IPXIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDN = 63 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNBASIC = 20 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNBASIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNPRIMARY = 21 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNPRIMARY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNS = 75 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNU = 76 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISDNU ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88022LLC = 41 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88022LLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88023 = 7 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88023 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88024 = 8 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88024 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025 = 9 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025CRFPINT = 98 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025CRFPINT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025DTR = 86 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025DTR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025FIBER = 115 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88025FIBER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88026 = 10 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISO88026 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ISUP = 179 #53466 +pkg syscall (freebsd-riscv64), const IFT_ISUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_L2VLAN = 135 #53466 +pkg syscall (freebsd-riscv64), const IFT_L2VLAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_L3IPVLAN = 136 #53466 +pkg syscall (freebsd-riscv64), const IFT_L3IPVLAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_L3IPXVLAN = 137 #53466 +pkg syscall (freebsd-riscv64), const IFT_L3IPXVLAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_LAPB = 16 #53466 +pkg syscall (freebsd-riscv64), const IFT_LAPB ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_LAPD = 77 #53466 +pkg syscall (freebsd-riscv64), const IFT_LAPD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_LAPF = 119 #53466 +pkg syscall (freebsd-riscv64), const IFT_LAPF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_LOCALTALK = 42 #53466 +pkg syscall (freebsd-riscv64), const IFT_LOCALTALK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_LOOP = 24 #53466 +pkg syscall (freebsd-riscv64), const IFT_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MEDIAMAILOVERIP = 139 #53466 +pkg syscall (freebsd-riscv64), const IFT_MEDIAMAILOVERIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MFSIGLINK = 167 #53466 +pkg syscall (freebsd-riscv64), const IFT_MFSIGLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MIOX25 = 38 #53466 +pkg syscall (freebsd-riscv64), const IFT_MIOX25 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MODEM = 48 #53466 +pkg syscall (freebsd-riscv64), const IFT_MODEM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MPC = 113 #53466 +pkg syscall (freebsd-riscv64), const IFT_MPC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MPLS = 166 #53466 +pkg syscall (freebsd-riscv64), const IFT_MPLS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MPLSTUNNEL = 150 #53466 +pkg syscall (freebsd-riscv64), const IFT_MPLSTUNNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MSDSL = 143 #53466 +pkg syscall (freebsd-riscv64), const IFT_MSDSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MVL = 191 #53466 +pkg syscall (freebsd-riscv64), const IFT_MVL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_MYRINET = 99 #53466 +pkg syscall (freebsd-riscv64), const IFT_MYRINET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_NFAS = 175 #53466 +pkg syscall (freebsd-riscv64), const IFT_NFAS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_NSIP = 27 #53466 +pkg syscall (freebsd-riscv64), const IFT_NSIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_OPTICALCHANNEL = 195 #53466 +pkg syscall (freebsd-riscv64), const IFT_OPTICALCHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_OPTICALTRANSPORT = 196 #53466 +pkg syscall (freebsd-riscv64), const IFT_OPTICALTRANSPORT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_OTHER = 1 #53466 +pkg syscall (freebsd-riscv64), const IFT_OTHER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_P10 = 12 #53466 +pkg syscall (freebsd-riscv64), const IFT_P10 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_P80 = 13 #53466 +pkg syscall (freebsd-riscv64), const IFT_P80 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PARA = 34 #53466 +pkg syscall (freebsd-riscv64), const IFT_PARA ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PFLOG = 246 #53466 +pkg syscall (freebsd-riscv64), const IFT_PFLOG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PFSYNC = 247 #53466 +pkg syscall (freebsd-riscv64), const IFT_PFSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PLC = 174 #53466 +pkg syscall (freebsd-riscv64), const IFT_PLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_POS = 171 #53466 +pkg syscall (freebsd-riscv64), const IFT_POS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PPP = 23 #53466 +pkg syscall (freebsd-riscv64), const IFT_PPP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PPPMULTILINKBUNDLE = 108 #53466 +pkg syscall (freebsd-riscv64), const IFT_PPPMULTILINKBUNDLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPBWAP2MP = 184 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPBWAP2MP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPCNLS = 89 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPCNLS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPDOCSWIRELESSMACLAYER = 180 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPMUX = 54 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPMUX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPVIRTUAL = 53 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPVIRTUAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPWIRELESSP2P = 157 #53466 +pkg syscall (freebsd-riscv64), const IFT_PROPWIRELESSP2P ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PTPSERIAL = 22 #53466 +pkg syscall (freebsd-riscv64), const IFT_PTPSERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_PVC = 241 #53466 +pkg syscall (freebsd-riscv64), const IFT_PVC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_QLLC = 68 #53466 +pkg syscall (freebsd-riscv64), const IFT_QLLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_RADIOMAC = 188 #53466 +pkg syscall (freebsd-riscv64), const IFT_RADIOMAC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_RADSL = 95 #53466 +pkg syscall (freebsd-riscv64), const IFT_RADSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_REACHDSL = 192 #53466 +pkg syscall (freebsd-riscv64), const IFT_REACHDSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_RFC1483 = 159 #53466 +pkg syscall (freebsd-riscv64), const IFT_RFC1483 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_RS232 = 33 #53466 +pkg syscall (freebsd-riscv64), const IFT_RS232 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_RSRB = 79 #53466 +pkg syscall (freebsd-riscv64), const IFT_RSRB ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SDLC = 17 #53466 +pkg syscall (freebsd-riscv64), const IFT_SDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SDSL = 96 #53466 +pkg syscall (freebsd-riscv64), const IFT_SDSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SHDSL = 169 #53466 +pkg syscall (freebsd-riscv64), const IFT_SHDSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SIP = 31 #53466 +pkg syscall (freebsd-riscv64), const IFT_SIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SLIP = 28 #53466 +pkg syscall (freebsd-riscv64), const IFT_SLIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SMDSDXI = 43 #53466 +pkg syscall (freebsd-riscv64), const IFT_SMDSDXI ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SMDSICIP = 52 #53466 +pkg syscall (freebsd-riscv64), const IFT_SMDSICIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SONET = 39 #53466 +pkg syscall (freebsd-riscv64), const IFT_SONET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SONETOVERHEADCHANNEL = 185 #53466 +pkg syscall (freebsd-riscv64), const IFT_SONETOVERHEADCHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SONETPATH = 50 #53466 +pkg syscall (freebsd-riscv64), const IFT_SONETPATH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SONETVT = 51 #53466 +pkg syscall (freebsd-riscv64), const IFT_SONETVT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SRP = 151 #53466 +pkg syscall (freebsd-riscv64), const IFT_SRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_SS7SIGLINK = 156 #53466 +pkg syscall (freebsd-riscv64), const IFT_SS7SIGLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_STACKTOSTACK = 111 #53466 +pkg syscall (freebsd-riscv64), const IFT_STACKTOSTACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_STARLAN = 11 #53466 +pkg syscall (freebsd-riscv64), const IFT_STARLAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_STF = 215 #53466 +pkg syscall (freebsd-riscv64), const IFT_STF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_T1 = 18 #53466 +pkg syscall (freebsd-riscv64), const IFT_T1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_TDLC = 116 #53466 +pkg syscall (freebsd-riscv64), const IFT_TDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_TERMPAD = 91 #53466 +pkg syscall (freebsd-riscv64), const IFT_TERMPAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_TR008 = 176 #53466 +pkg syscall (freebsd-riscv64), const IFT_TR008 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_TRANSPHDLC = 123 #53466 +pkg syscall (freebsd-riscv64), const IFT_TRANSPHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_TUNNEL = 131 #53466 +pkg syscall (freebsd-riscv64), const IFT_TUNNEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_ULTRA = 29 #53466 +pkg syscall (freebsd-riscv64), const IFT_ULTRA ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_USB = 160 #53466 +pkg syscall (freebsd-riscv64), const IFT_USB ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_V11 = 64 #53466 +pkg syscall (freebsd-riscv64), const IFT_V11 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_V35 = 45 #53466 +pkg syscall (freebsd-riscv64), const IFT_V35 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_V36 = 65 #53466 +pkg syscall (freebsd-riscv64), const IFT_V36 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_V37 = 120 #53466 +pkg syscall (freebsd-riscv64), const IFT_V37 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VDSL = 97 #53466 +pkg syscall (freebsd-riscv64), const IFT_VDSL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VIRTUALIPADDRESS = 112 #53466 +pkg syscall (freebsd-riscv64), const IFT_VIRTUALIPADDRESS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEEM = 100 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEEM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEENCAP = 103 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEENCAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEFXO = 101 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEFXO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEFXS = 102 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEFXS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEOVERATM = 152 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEOVERATM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEOVERFRAMERELAY = 153 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEOVERFRAMERELAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEOVERIP = 104 #53466 +pkg syscall (freebsd-riscv64), const IFT_VOICEOVERIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_X213 = 93 #53466 +pkg syscall (freebsd-riscv64), const IFT_X213 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_X25 = 5 #53466 +pkg syscall (freebsd-riscv64), const IFT_X25 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_X25DDN = 4 #53466 +pkg syscall (freebsd-riscv64), const IFT_X25DDN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_X25HUNTGROUP = 122 #53466 +pkg syscall (freebsd-riscv64), const IFT_X25HUNTGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_X25MLP = 121 #53466 +pkg syscall (freebsd-riscv64), const IFT_X25MLP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_X25PLE = 40 #53466 +pkg syscall (freebsd-riscv64), const IFT_X25PLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IFT_XETHER = 26 #53466 +pkg syscall (freebsd-riscv64), const IFT_XETHER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IGNBRK = 1 #53466 +pkg syscall (freebsd-riscv64), const IGNBRK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IGNCR = 128 #53466 +pkg syscall (freebsd-riscv64), const IGNCR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IGNPAR = 4 #53466 +pkg syscall (freebsd-riscv64), const IGNPAR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IMAXBEL = 8192 #53466 +pkg syscall (freebsd-riscv64), const IMAXBEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const INLCR = 64 #53466 +pkg syscall (freebsd-riscv64), const INLCR ideal-int #53466 +pkg syscall (freebsd-riscv64), const INPCK = 16 #53466 +pkg syscall (freebsd-riscv64), const INPCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_HOST = 16777215 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_MAX = 128 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_NET = 4278190080 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_NET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_NSHIFT = 24 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSA_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_HOST = 65535 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_MAX = 65536 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_NET = 4294901760 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_NET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_NSHIFT = 16 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSB_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSC_HOST = 255 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSC_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSC_NET = 4294967040 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSC_NET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSC_NSHIFT = 8 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSC_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSD_HOST = 268435455 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSD_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSD_NET = 4026531840 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSD_NET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSD_NSHIFT = 28 #53466 +pkg syscall (freebsd-riscv64), const IN_CLASSD_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_LOOPBACKNET = 127 #53466 +pkg syscall (freebsd-riscv64), const IN_LOOPBACKNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IN_RFC3021_MASK = 4294967294 #53466 +pkg syscall (freebsd-riscv64), const IN_RFC3021_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_3PC = 34 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_3PC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ADFS = 68 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ADFS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_AH = 51 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_AH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_AHIP = 61 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_AHIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_APES = 99 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_APES ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ARGUS = 13 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ARGUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_AX25 = 93 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_AX25 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_BHA = 49 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_BHA ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_BLT = 30 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_BLT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_BRSATMON = 76 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_BRSATMON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CARP = 112 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CARP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CFTP = 62 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CFTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CHAOS = 16 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CHAOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CMTP = 38 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CMTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CPHB = 73 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CPHB ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CPNX = 72 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_CPNX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DDP = 37 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DDP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DGP = 86 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DGP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DIVERT = 258 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DIVERT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DONE = 257 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DONE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DSTOPTS = 60 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_DSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_EGP = 8 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_EGP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_EMCON = 14 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_EMCON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ENCAP = 98 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ENCAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_EON = 80 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_EON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ESP = 50 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ESP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ETHERIP = 97 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ETHERIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_FRAGMENT = 44 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_FRAGMENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_GGP = 3 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_GGP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_GMTP = 100 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_GMTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_GRE = 47 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_GRE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_HELLO = 63 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_HELLO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_HMP = 20 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_HMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_HOPOPTS = 0 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_HOPOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ICMP = 1 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ICMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ICMPV6 = 58 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ICMPV6 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IDP = 22 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IDP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IDPR = 35 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IDPR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IDRP = 45 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IDRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IGMP = 2 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IGMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IGP = 85 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IGP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IGRP = 88 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IL = 40 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_INLSP = 52 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_INLSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_INP = 32 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_INP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPCOMP = 108 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPCOMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPCV = 71 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPCV ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPEIP = 94 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPEIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPIP = 4 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPPC = 67 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPPC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPV4 = 4 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IPV4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IRTP = 28 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_IRTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_KRYPTOLAN = 65 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_KRYPTOLAN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_LARP = 91 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_LARP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_LEAF1 = 25 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_LEAF1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_LEAF2 = 26 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_LEAF2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MAX = 256 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MAXID = 52 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MAXID ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MEAS = 19 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MEAS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MH = 135 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MHRP = 48 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MHRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MICP = 95 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MICP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MOBILE = 55 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MOBILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MPLS = 137 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MPLS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MTP = 92 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MUX = 18 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_MUX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ND = 77 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ND ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NHRP = 54 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NHRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NONE = 59 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NONE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NSP = 31 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NVPII = 11 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_NVPII ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_OLD_DIVERT = 254 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_OLD_DIVERT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_OSPFIGP = 89 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_OSPFIGP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PFSYNC = 240 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PFSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PGM = 113 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PGM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PIGP = 9 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PIGP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PIM = 103 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PIM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PRM = 21 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PRM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PUP = 12 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PVP = 75 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_PVP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RAW = 255 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RAW ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RCCMON = 10 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RCCMON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RDP = 27 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RDP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ROUTING = 43 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ROUTING ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RSVP = 46 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RSVP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RVD = 66 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_RVD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SATEXPAK = 64 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SATEXPAK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SATMON = 69 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SATMON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SCCSP = 96 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SCCSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SCTP = 132 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SCTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SDRP = 42 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SDRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SEND = 259 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SEND ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SEP = 33 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SEP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SKIP = 57 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SKIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SPACER = 32767 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SPACER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SRPC = 90 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SRPC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ST = 7 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_ST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SVMTP = 82 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SVMTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SWIPE = 53 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_SWIPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TCF = 87 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TCF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TLSP = 56 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TLSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TP = 29 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TPXX = 39 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TPXX ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TRUNK1 = 23 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TRUNK1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TRUNK2 = 24 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TRUNK2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TTP = 84 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_TTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_VINES = 83 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_VINES ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_VISA = 70 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_VISA ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_VMTP = 81 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_VMTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_WBEXPAK = 79 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_WBEXPAK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_WBMON = 78 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_WBMON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_WSN = 74 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_WSN ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_XNET = 15 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_XNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_XTP = 36 #53466 +pkg syscall (freebsd-riscv64), const IPPROTO_XTP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_AUTOFLOWLABEL = 59 #53466 +pkg syscall (freebsd-riscv64), const IPV6_AUTOFLOWLABEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_BINDANY = 64 #53466 +pkg syscall (freebsd-riscv64), const IPV6_BINDANY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_BINDV6ONLY = 27 #53466 +pkg syscall (freebsd-riscv64), const IPV6_BINDV6ONLY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_CHECKSUM = 26 #53466 +pkg syscall (freebsd-riscv64), const IPV6_CHECKSUM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_DEFAULT_MULTICAST_HOPS = 1 #53466 +pkg syscall (freebsd-riscv64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_DEFAULT_MULTICAST_LOOP = 1 #53466 +pkg syscall (freebsd-riscv64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_DEFHLIM = 64 #53466 +pkg syscall (freebsd-riscv64), const IPV6_DEFHLIM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_DONTFRAG = 62 #53466 +pkg syscall (freebsd-riscv64), const IPV6_DONTFRAG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_DSTOPTS = 50 #53466 +pkg syscall (freebsd-riscv64), const IPV6_DSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FAITH = 29 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FAITH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FLOWINFO_MASK = 4294967055 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FLOWINFO_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FLOWLABEL_MASK = 4294905600 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FLOWLABEL_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FRAGTTL = 120 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FRAGTTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_ADD = 30 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_DEL = 31 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_FLUSH = 32 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_GET = 34 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_ZERO = 33 #53466 +pkg syscall (freebsd-riscv64), const IPV6_FW_ZERO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_HLIMDEC = 1 #53466 +pkg syscall (freebsd-riscv64), const IPV6_HLIMDEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_HOPLIMIT = 47 #53466 +pkg syscall (freebsd-riscv64), const IPV6_HOPLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_HOPOPTS = 49 #53466 +pkg syscall (freebsd-riscv64), const IPV6_HOPOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_IPSEC_POLICY = 28 #53466 +pkg syscall (freebsd-riscv64), const IPV6_IPSEC_POLICY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_JOIN_GROUP = 12 #53466 +pkg syscall (freebsd-riscv64), const IPV6_LEAVE_GROUP = 13 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAXHLIM = 255 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAXHLIM ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAXOPTHDR = 2048 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAXOPTHDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAXPACKET = 65535 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAXPACKET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAX_GROUP_SRC_FILTER = 512 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAX_GROUP_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAX_MEMBERSHIPS = 4095 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAX_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAX_SOCK_SRC_FILTER = 128 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MIN_MEMBERSHIPS = 31 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MIN_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MMTU = 1280 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MMTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MSFILTER = 74 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MSFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_MULTICAST_HOPS = 10 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MULTICAST_IF = 9 #53466 +pkg syscall (freebsd-riscv64), const IPV6_MULTICAST_LOOP = 11 #53466 +pkg syscall (freebsd-riscv64), const IPV6_NEXTHOP = 48 #53466 +pkg syscall (freebsd-riscv64), const IPV6_NEXTHOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PATHMTU = 44 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PATHMTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PKTINFO = 46 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PKTINFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE = 14 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE_DEFAULT = 0 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE_DEFAULT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE_HIGH = 1 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE_HIGH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE_LOW = 2 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PORTRANGE_LOW ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_PREFER_TEMPADDR = 63 #53466 +pkg syscall (freebsd-riscv64), const IPV6_PREFER_TEMPADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVDSTOPTS = 40 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVDSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVHOPLIMIT = 37 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVHOPLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVHOPOPTS = 39 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVHOPOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVPATHMTU = 43 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVPATHMTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVPKTINFO = 36 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVPKTINFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVRTHDR = 38 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVRTHDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVTCLASS = 57 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RECVTCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR = 51 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDRDSTOPTS = 35 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDRDSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR_LOOSE = 0 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR_LOOSE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR_STRICT = 1 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR_STRICT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR_TYPE_0 = 0 #53466 +pkg syscall (freebsd-riscv64), const IPV6_RTHDR_TYPE_0 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_SOCKOPT_RESERVED1 = 3 #53466 +pkg syscall (freebsd-riscv64), const IPV6_SOCKOPT_RESERVED1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_TCLASS = 61 #53466 +pkg syscall (freebsd-riscv64), const IPV6_TCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_UNICAST_HOPS = 4 #53466 +pkg syscall (freebsd-riscv64), const IPV6_USE_MIN_MTU = 42 #53466 +pkg syscall (freebsd-riscv64), const IPV6_USE_MIN_MTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_V6ONLY = 27 #53466 +pkg syscall (freebsd-riscv64), const IPV6_VERSION = 96 #53466 +pkg syscall (freebsd-riscv64), const IPV6_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64), const IPV6_VERSION_MASK = 240 #53466 +pkg syscall (freebsd-riscv64), const IPV6_VERSION_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_ADD_MEMBERSHIP = 12 #53466 +pkg syscall (freebsd-riscv64), const IP_ADD_SOURCE_MEMBERSHIP = 70 #53466 +pkg syscall (freebsd-riscv64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_BINDANY = 24 #53466 +pkg syscall (freebsd-riscv64), const IP_BINDANY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_BLOCK_SOURCE = 72 #53466 +pkg syscall (freebsd-riscv64), const IP_BLOCK_SOURCE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DEFAULT_MULTICAST_LOOP = 1 #53466 +pkg syscall (freebsd-riscv64), const IP_DEFAULT_MULTICAST_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DEFAULT_MULTICAST_TTL = 1 #53466 +pkg syscall (freebsd-riscv64), const IP_DEFAULT_MULTICAST_TTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DF = 16384 #53466 +pkg syscall (freebsd-riscv64), const IP_DF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DONTFRAG = 67 #53466 +pkg syscall (freebsd-riscv64), const IP_DONTFRAG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DROP_MEMBERSHIP = 13 #53466 +pkg syscall (freebsd-riscv64), const IP_DROP_SOURCE_MEMBERSHIP = 71 #53466 +pkg syscall (freebsd-riscv64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET3 = 49 #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET3 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_CONFIGURE = 60 #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_CONFIGURE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_DEL = 61 #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_FLUSH = 62 #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_GET = 64 #53466 +pkg syscall (freebsd-riscv64), const IP_DUMMYNET_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FAITH = 22 #53466 +pkg syscall (freebsd-riscv64), const IP_FAITH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW3 = 48 #53466 +pkg syscall (freebsd-riscv64), const IP_FW3 ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_ADD = 50 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_DEL = 51 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_FLUSH = 52 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_GET = 54 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_CFG = 56 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_CFG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_DEL = 57 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_GET_CONFIG = 58 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_GET_CONFIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_GET_LOG = 59 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_NAT_GET_LOG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_RESETLOG = 55 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_RESETLOG ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_ADD = 40 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_DEL = 41 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_FLUSH = 42 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_GETSIZE = 43 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_GETSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_LIST = 44 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_TABLE_LIST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_FW_ZERO = 53 #53466 +pkg syscall (freebsd-riscv64), const IP_FW_ZERO ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_HDRINCL = 2 #53466 +pkg syscall (freebsd-riscv64), const IP_HDRINCL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_IPSEC_POLICY = 21 #53466 +pkg syscall (freebsd-riscv64), const IP_IPSEC_POLICY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MAXPACKET = 65535 #53466 +pkg syscall (freebsd-riscv64), const IP_MAXPACKET ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_GROUP_SRC_FILTER = 512 #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_GROUP_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_MEMBERSHIPS = 4095 #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_SOCK_MUTE_FILTER = 128 #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_SOCK_MUTE_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_SOCK_SRC_FILTER = 128 #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_SOCK_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_SOURCE_FILTER = 1024 #53466 +pkg syscall (freebsd-riscv64), const IP_MAX_SOURCE_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MF = 8192 #53466 +pkg syscall (freebsd-riscv64), const IP_MF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MINTTL = 66 #53466 +pkg syscall (freebsd-riscv64), const IP_MINTTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MIN_MEMBERSHIPS = 31 #53466 +pkg syscall (freebsd-riscv64), const IP_MIN_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MSFILTER = 74 #53466 +pkg syscall (freebsd-riscv64), const IP_MSFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MSS = 576 #53466 +pkg syscall (freebsd-riscv64), const IP_MSS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_MULTICAST_IF = 9 #53466 +pkg syscall (freebsd-riscv64), const IP_MULTICAST_LOOP = 11 #53466 +pkg syscall (freebsd-riscv64), const IP_MULTICAST_TTL = 10 #53466 +pkg syscall (freebsd-riscv64), const IP_MULTICAST_VIF = 14 #53466 +pkg syscall (freebsd-riscv64), const IP_MULTICAST_VIF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_OFFMASK = 8191 #53466 +pkg syscall (freebsd-riscv64), const IP_OFFMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_ONESBCAST = 23 #53466 +pkg syscall (freebsd-riscv64), const IP_ONESBCAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_OPTIONS = 1 #53466 +pkg syscall (freebsd-riscv64), const IP_OPTIONS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE = 19 #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE_DEFAULT = 0 #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE_DEFAULT ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE_HIGH = 1 #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE_HIGH ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE_LOW = 2 #53466 +pkg syscall (freebsd-riscv64), const IP_PORTRANGE_LOW ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RECVDSTADDR = 7 #53466 +pkg syscall (freebsd-riscv64), const IP_RECVDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RECVIF = 20 #53466 +pkg syscall (freebsd-riscv64), const IP_RECVIF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RECVOPTS = 5 #53466 +pkg syscall (freebsd-riscv64), const IP_RECVOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RECVRETOPTS = 6 #53466 +pkg syscall (freebsd-riscv64), const IP_RECVRETOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RECVTOS = 68 #53466 +pkg syscall (freebsd-riscv64), const IP_RECVTOS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RECVTTL = 65 #53466 +pkg syscall (freebsd-riscv64), const IP_RECVTTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RETOPTS = 8 #53466 +pkg syscall (freebsd-riscv64), const IP_RETOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RF = 32768 #53466 +pkg syscall (freebsd-riscv64), const IP_RF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_OFF = 16 #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_OFF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_ON = 15 #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_ON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_VIF_OFF = 18 #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_VIF_OFF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_VIF_ON = 17 #53466 +pkg syscall (freebsd-riscv64), const IP_RSVP_VIF_ON ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_SENDSRCADDR = 7 #53466 +pkg syscall (freebsd-riscv64), const IP_SENDSRCADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const IP_TOS = 3 #53466 +pkg syscall (freebsd-riscv64), const IP_TTL = 4 #53466 +pkg syscall (freebsd-riscv64), const IP_UNBLOCK_SOURCE = 73 #53466 +pkg syscall (freebsd-riscv64), const IP_UNBLOCK_SOURCE ideal-int #53466 +pkg syscall (freebsd-riscv64), const ISIG = 128 #53466 +pkg syscall (freebsd-riscv64), const ISIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const ISTRIP = 32 #53466 +pkg syscall (freebsd-riscv64), const ISTRIP ideal-int #53466 +pkg syscall (freebsd-riscv64), const IXANY = 2048 #53466 +pkg syscall (freebsd-riscv64), const IXANY ideal-int #53466 +pkg syscall (freebsd-riscv64), const IXOFF = 1024 #53466 +pkg syscall (freebsd-riscv64), const IXOFF ideal-int #53466 +pkg syscall (freebsd-riscv64), const IXON = 512 #53466 +pkg syscall (freebsd-riscv64), const IXON ideal-int #53466 +pkg syscall (freebsd-riscv64), const LOCK_EX = 2 #53466 +pkg syscall (freebsd-riscv64), const LOCK_EX ideal-int #53466 +pkg syscall (freebsd-riscv64), const LOCK_NB = 4 #53466 +pkg syscall (freebsd-riscv64), const LOCK_NB ideal-int #53466 +pkg syscall (freebsd-riscv64), const LOCK_SH = 1 #53466 +pkg syscall (freebsd-riscv64), const LOCK_SH ideal-int #53466 +pkg syscall (freebsd-riscv64), const LOCK_UN = 8 #53466 +pkg syscall (freebsd-riscv64), const LOCK_UN ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_AUTOSYNC = 7 #53466 +pkg syscall (freebsd-riscv64), const MADV_AUTOSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_CORE = 9 #53466 +pkg syscall (freebsd-riscv64), const MADV_CORE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_DONTNEED = 4 #53466 +pkg syscall (freebsd-riscv64), const MADV_DONTNEED ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_FREE = 5 #53466 +pkg syscall (freebsd-riscv64), const MADV_FREE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_NOCORE = 8 #53466 +pkg syscall (freebsd-riscv64), const MADV_NOCORE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_NORMAL = 0 #53466 +pkg syscall (freebsd-riscv64), const MADV_NORMAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_NOSYNC = 6 #53466 +pkg syscall (freebsd-riscv64), const MADV_NOSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_PROTECT = 10 #53466 +pkg syscall (freebsd-riscv64), const MADV_PROTECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_RANDOM = 1 #53466 +pkg syscall (freebsd-riscv64), const MADV_RANDOM ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_SEQUENTIAL = 2 #53466 +pkg syscall (freebsd-riscv64), const MADV_SEQUENTIAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const MADV_WILLNEED = 3 #53466 +pkg syscall (freebsd-riscv64), const MADV_WILLNEED ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_32BIT = 524288 #53466 +pkg syscall (freebsd-riscv64), const MAP_32BIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_ALIGNED_SUPER = 16777216 #53466 +pkg syscall (freebsd-riscv64), const MAP_ALIGNED_SUPER ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_MASK = -16777216 #53466 +pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_SHIFT = 24 #53466 +pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_SHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_ANON = 4096 #53466 +pkg syscall (freebsd-riscv64), const MAP_ANON ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_ANONYMOUS = 4096 #53466 +pkg syscall (freebsd-riscv64), const MAP_ANONYMOUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_COPY = 2 #53466 +pkg syscall (freebsd-riscv64), const MAP_COPY ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_FILE = 0 #53466 +pkg syscall (freebsd-riscv64), const MAP_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_FIXED = 16 #53466 +pkg syscall (freebsd-riscv64), const MAP_FIXED ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_HASSEMAPHORE = 512 #53466 +pkg syscall (freebsd-riscv64), const MAP_HASSEMAPHORE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_NOCORE = 131072 #53466 +pkg syscall (freebsd-riscv64), const MAP_NOCORE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_NORESERVE = 64 #53466 +pkg syscall (freebsd-riscv64), const MAP_NORESERVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_NOSYNC = 2048 #53466 +pkg syscall (freebsd-riscv64), const MAP_NOSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_PREFAULT_READ = 262144 #53466 +pkg syscall (freebsd-riscv64), const MAP_PREFAULT_READ ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_PRIVATE = 2 #53466 +pkg syscall (freebsd-riscv64), const MAP_PRIVATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_RENAME = 32 #53466 +pkg syscall (freebsd-riscv64), const MAP_RENAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_RESERVED0080 = 128 #53466 +pkg syscall (freebsd-riscv64), const MAP_RESERVED0080 ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_RESERVED0100 = 256 #53466 +pkg syscall (freebsd-riscv64), const MAP_RESERVED0100 ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_SHARED = 1 #53466 +pkg syscall (freebsd-riscv64), const MAP_SHARED ideal-int #53466 +pkg syscall (freebsd-riscv64), const MAP_STACK = 1024 #53466 +pkg syscall (freebsd-riscv64), const MAP_STACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const MCL_CURRENT = 1 #53466 +pkg syscall (freebsd-riscv64), const MCL_CURRENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const MCL_FUTURE = 2 #53466 +pkg syscall (freebsd-riscv64), const MCL_FUTURE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_CMSG_CLOEXEC = 262144 #53466 +pkg syscall (freebsd-riscv64), const MSG_CMSG_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_COMPAT = 32768 #53466 +pkg syscall (freebsd-riscv64), const MSG_COMPAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_CTRUNC = 32 #53466 +pkg syscall (freebsd-riscv64), const MSG_CTRUNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_DONTROUTE = 4 #53466 +pkg syscall (freebsd-riscv64), const MSG_DONTROUTE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_DONTWAIT = 128 #53466 +pkg syscall (freebsd-riscv64), const MSG_DONTWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_EOF = 256 #53466 +pkg syscall (freebsd-riscv64), const MSG_EOF ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_EOR = 8 #53466 +pkg syscall (freebsd-riscv64), const MSG_EOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_NBIO = 16384 #53466 +pkg syscall (freebsd-riscv64), const MSG_NBIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_NOSIGNAL = 131072 #53466 +pkg syscall (freebsd-riscv64), const MSG_NOSIGNAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_NOTIFICATION = 8192 #53466 +pkg syscall (freebsd-riscv64), const MSG_NOTIFICATION ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_OOB = 1 #53466 +pkg syscall (freebsd-riscv64), const MSG_OOB ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_PEEK = 2 #53466 +pkg syscall (freebsd-riscv64), const MSG_PEEK ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_TRUNC = 16 #53466 +pkg syscall (freebsd-riscv64), const MSG_TRUNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MSG_WAITALL = 64 #53466 +pkg syscall (freebsd-riscv64), const MSG_WAITALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const MS_ASYNC = 1 #53466 +pkg syscall (freebsd-riscv64), const MS_ASYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const MS_INVALIDATE = 2 #53466 +pkg syscall (freebsd-riscv64), const MS_INVALIDATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const MS_SYNC = 0 #53466 +pkg syscall (freebsd-riscv64), const MS_SYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const NAME_MAX = 255 #53466 +pkg syscall (freebsd-riscv64), const NAME_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const NET_RT_DUMP = 1 #53466 +pkg syscall (freebsd-riscv64), const NET_RT_DUMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const NET_RT_FLAGS = 2 #53466 +pkg syscall (freebsd-riscv64), const NET_RT_FLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const NET_RT_IFLIST = 3 #53466 +pkg syscall (freebsd-riscv64), const NET_RT_IFLIST ideal-int #53466 +pkg syscall (freebsd-riscv64), const NET_RT_IFLISTL = 5 #53466 +pkg syscall (freebsd-riscv64), const NET_RT_IFLISTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const NET_RT_IFMALIST = 4 #53466 +pkg syscall (freebsd-riscv64), const NET_RT_IFMALIST ideal-int #53466 +pkg syscall (freebsd-riscv64), const NET_RT_MAXID = 6 #53466 +pkg syscall (freebsd-riscv64), const NET_RT_MAXID ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOFLSH = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const NOFLSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_ATTRIB = 8 #53466 +pkg syscall (freebsd-riscv64), const NOTE_ATTRIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_CHILD = 4 #53466 +pkg syscall (freebsd-riscv64), const NOTE_CHILD ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_DELETE = 1 #53466 +pkg syscall (freebsd-riscv64), const NOTE_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_EXEC = 536870912 #53466 +pkg syscall (freebsd-riscv64), const NOTE_EXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_EXIT = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const NOTE_EXIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_EXTEND = 4 #53466 +pkg syscall (freebsd-riscv64), const NOTE_EXTEND ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFAND = 1073741824 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFAND ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFCOPY = 3221225472 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFCOPY ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFCTRLMASK = 3221225472 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFCTRLMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFLAGSMASK = 16777215 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFLAGSMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFNOP = 0 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFNOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFOR = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FFOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_FORK = 1073741824 #53466 +pkg syscall (freebsd-riscv64), const NOTE_FORK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_LINK = 16 #53466 +pkg syscall (freebsd-riscv64), const NOTE_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_LOWAT = 1 #53466 +pkg syscall (freebsd-riscv64), const NOTE_LOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_PCTRLMASK = 4026531840 #53466 +pkg syscall (freebsd-riscv64), const NOTE_PCTRLMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_PDATAMASK = 1048575 #53466 +pkg syscall (freebsd-riscv64), const NOTE_PDATAMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_RENAME = 32 #53466 +pkg syscall (freebsd-riscv64), const NOTE_RENAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_REVOKE = 64 #53466 +pkg syscall (freebsd-riscv64), const NOTE_REVOKE ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_TRACK = 1 #53466 +pkg syscall (freebsd-riscv64), const NOTE_TRACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_TRACKERR = 2 #53466 +pkg syscall (freebsd-riscv64), const NOTE_TRACKERR ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_TRIGGER = 16777216 #53466 +pkg syscall (freebsd-riscv64), const NOTE_TRIGGER ideal-int #53466 +pkg syscall (freebsd-riscv64), const NOTE_WRITE = 2 #53466 +pkg syscall (freebsd-riscv64), const NOTE_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const OCRNL = 16 #53466 +pkg syscall (freebsd-riscv64), const OCRNL ideal-int #53466 +pkg syscall (freebsd-riscv64), const ONLCR = 2 #53466 +pkg syscall (freebsd-riscv64), const ONLCR ideal-int #53466 +pkg syscall (freebsd-riscv64), const ONLRET = 64 #53466 +pkg syscall (freebsd-riscv64), const ONLRET ideal-int #53466 +pkg syscall (freebsd-riscv64), const ONOCR = 32 #53466 +pkg syscall (freebsd-riscv64), const ONOCR ideal-int #53466 +pkg syscall (freebsd-riscv64), const ONOEOT = 8 #53466 +pkg syscall (freebsd-riscv64), const ONOEOT ideal-int #53466 +pkg syscall (freebsd-riscv64), const OPOST = 1 #53466 +pkg syscall (freebsd-riscv64), const OPOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_ACCMODE = 3 #53466 +pkg syscall (freebsd-riscv64), const O_ACCMODE ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_APPEND = 8 #53466 +pkg syscall (freebsd-riscv64), const O_ASYNC = 64 #53466 +pkg syscall (freebsd-riscv64), const O_CLOEXEC = 1048576 #53466 +pkg syscall (freebsd-riscv64), const O_CREAT = 512 #53466 +pkg syscall (freebsd-riscv64), const O_DIRECT = 65536 #53466 +pkg syscall (freebsd-riscv64), const O_DIRECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_DIRECTORY = 131072 #53466 +pkg syscall (freebsd-riscv64), const O_DIRECTORY ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_EXCL = 2048 #53466 +pkg syscall (freebsd-riscv64), const O_EXEC = 262144 #53466 +pkg syscall (freebsd-riscv64), const O_EXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_EXLOCK = 32 #53466 +pkg syscall (freebsd-riscv64), const O_EXLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_FSYNC = 128 #53466 +pkg syscall (freebsd-riscv64), const O_FSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_NDELAY = 4 #53466 +pkg syscall (freebsd-riscv64), const O_NDELAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_NOCTTY = 32768 #53466 +pkg syscall (freebsd-riscv64), const O_NOFOLLOW = 256 #53466 +pkg syscall (freebsd-riscv64), const O_NOFOLLOW ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_NONBLOCK = 4 #53466 +pkg syscall (freebsd-riscv64), const O_SHLOCK = 16 #53466 +pkg syscall (freebsd-riscv64), const O_SHLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const O_SYNC = 128 #53466 +pkg syscall (freebsd-riscv64), const O_TRUNC = 1024 #53466 +pkg syscall (freebsd-riscv64), const O_TTY_INIT = 524288 #53466 +pkg syscall (freebsd-riscv64), const O_TTY_INIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const PARENB = 4096 #53466 +pkg syscall (freebsd-riscv64), const PARENB ideal-int #53466 +pkg syscall (freebsd-riscv64), const PARMRK = 8 #53466 +pkg syscall (freebsd-riscv64), const PARMRK ideal-int #53466 +pkg syscall (freebsd-riscv64), const PARODD = 8192 #53466 +pkg syscall (freebsd-riscv64), const PARODD ideal-int #53466 +pkg syscall (freebsd-riscv64), const PENDIN = 536870912 #53466 +pkg syscall (freebsd-riscv64), const PENDIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const PRIO_PGRP = 1 #53466 +pkg syscall (freebsd-riscv64), const PRIO_PGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const PRIO_PROCESS = 0 #53466 +pkg syscall (freebsd-riscv64), const PRIO_PROCESS ideal-int #53466 +pkg syscall (freebsd-riscv64), const PRIO_USER = 2 #53466 +pkg syscall (freebsd-riscv64), const PRIO_USER ideal-int #53466 +pkg syscall (freebsd-riscv64), const PROT_EXEC = 4 #53466 +pkg syscall (freebsd-riscv64), const PROT_EXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const PROT_NONE = 0 #53466 +pkg syscall (freebsd-riscv64), const PROT_NONE ideal-int #53466 +pkg syscall (freebsd-riscv64), const PROT_READ = 1 #53466 +pkg syscall (freebsd-riscv64), const PROT_READ ideal-int #53466 +pkg syscall (freebsd-riscv64), const PROT_WRITE = 2 #53466 +pkg syscall (freebsd-riscv64), const PROT_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const PTRACE_CONT = 7 #53466 +pkg syscall (freebsd-riscv64), const PTRACE_CONT ideal-int #53466 +pkg syscall (freebsd-riscv64), const PTRACE_KILL = 8 #53466 +pkg syscall (freebsd-riscv64), const PTRACE_KILL ideal-int #53466 +pkg syscall (freebsd-riscv64), const PTRACE_TRACEME = 0 #53466 +pkg syscall (freebsd-riscv64), const PTRACE_TRACEME ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_AS = 10 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_AS ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_CORE = 4 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_CORE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_CPU = 0 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_CPU ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_DATA = 2 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_DATA ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_FSIZE = 1 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_FSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_NOFILE = 8 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_NOFILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_STACK = 3 #53466 +pkg syscall (freebsd-riscv64), const RLIMIT_STACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RLIM_INFINITY = 9223372036854775807 #53466 +pkg syscall (freebsd-riscv64), const RLIM_INFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_AUTHOR = 6 #53466 +pkg syscall (freebsd-riscv64), const RTAX_AUTHOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_BRD = 7 #53466 +pkg syscall (freebsd-riscv64), const RTAX_BRD ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_DST = 0 #53466 +pkg syscall (freebsd-riscv64), const RTAX_DST ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_GATEWAY = 1 #53466 +pkg syscall (freebsd-riscv64), const RTAX_GATEWAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_GENMASK = 3 #53466 +pkg syscall (freebsd-riscv64), const RTAX_GENMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_IFA = 5 #53466 +pkg syscall (freebsd-riscv64), const RTAX_IFA ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_IFP = 4 #53466 +pkg syscall (freebsd-riscv64), const RTAX_IFP ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_MAX = 8 #53466 +pkg syscall (freebsd-riscv64), const RTAX_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTAX_NETMASK = 2 #53466 +pkg syscall (freebsd-riscv64), const RTAX_NETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_AUTHOR = 64 #53466 +pkg syscall (freebsd-riscv64), const RTA_AUTHOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_BRD = 128 #53466 +pkg syscall (freebsd-riscv64), const RTA_BRD ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_DST = 1 #53466 +pkg syscall (freebsd-riscv64), const RTA_DST ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_GATEWAY = 2 #53466 +pkg syscall (freebsd-riscv64), const RTA_GATEWAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_GENMASK = 8 #53466 +pkg syscall (freebsd-riscv64), const RTA_GENMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_IFA = 32 #53466 +pkg syscall (freebsd-riscv64), const RTA_IFA ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_IFP = 16 #53466 +pkg syscall (freebsd-riscv64), const RTA_IFP ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTA_NETMASK = 4 #53466 +pkg syscall (freebsd-riscv64), const RTA_NETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_BLACKHOLE = 4096 #53466 +pkg syscall (freebsd-riscv64), const RTF_BLACKHOLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_BROADCAST = 4194304 #53466 +pkg syscall (freebsd-riscv64), const RTF_BROADCAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_DONE = 64 #53466 +pkg syscall (freebsd-riscv64), const RTF_DONE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_DYNAMIC = 16 #53466 +pkg syscall (freebsd-riscv64), const RTF_DYNAMIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_FMASK = 268752904 #53466 +pkg syscall (freebsd-riscv64), const RTF_FMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_GATEWAY = 2 #53466 +pkg syscall (freebsd-riscv64), const RTF_GATEWAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_GWFLAG_COMPAT = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const RTF_GWFLAG_COMPAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_HOST = 4 #53466 +pkg syscall (freebsd-riscv64), const RTF_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_LLDATA = 1024 #53466 +pkg syscall (freebsd-riscv64), const RTF_LLDATA ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_LLINFO = 1024 #53466 +pkg syscall (freebsd-riscv64), const RTF_LLINFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_LOCAL = 2097152 #53466 +pkg syscall (freebsd-riscv64), const RTF_LOCAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_MODIFIED = 32 #53466 +pkg syscall (freebsd-riscv64), const RTF_MODIFIED ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_MULTICAST = 8388608 #53466 +pkg syscall (freebsd-riscv64), const RTF_MULTICAST ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_PINNED = 1048576 #53466 +pkg syscall (freebsd-riscv64), const RTF_PINNED ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_PRCLONING = 65536 #53466 +pkg syscall (freebsd-riscv64), const RTF_PRCLONING ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_PROTO1 = 32768 #53466 +pkg syscall (freebsd-riscv64), const RTF_PROTO1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_PROTO2 = 16384 #53466 +pkg syscall (freebsd-riscv64), const RTF_PROTO2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_PROTO3 = 262144 #53466 +pkg syscall (freebsd-riscv64), const RTF_PROTO3 ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_REJECT = 8 #53466 +pkg syscall (freebsd-riscv64), const RTF_REJECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_RNH_LOCKED = 1073741824 #53466 +pkg syscall (freebsd-riscv64), const RTF_RNH_LOCKED ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_STATIC = 2048 #53466 +pkg syscall (freebsd-riscv64), const RTF_STATIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_STICKY = 268435456 #53466 +pkg syscall (freebsd-riscv64), const RTF_STICKY ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_UP = 1 #53466 +pkg syscall (freebsd-riscv64), const RTF_UP ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTF_XRESOLVE = 512 #53466 +pkg syscall (freebsd-riscv64), const RTF_XRESOLVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_ADD = 1 #53466 +pkg syscall (freebsd-riscv64), const RTM_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_CHANGE = 3 #53466 +pkg syscall (freebsd-riscv64), const RTM_CHANGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_DELADDR = 13 #53466 +pkg syscall (freebsd-riscv64), const RTM_DELADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_DELETE = 2 #53466 +pkg syscall (freebsd-riscv64), const RTM_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_DELMADDR = 16 #53466 +pkg syscall (freebsd-riscv64), const RTM_DELMADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_GET = 4 #53466 +pkg syscall (freebsd-riscv64), const RTM_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_IEEE80211 = 18 #53466 +pkg syscall (freebsd-riscv64), const RTM_IEEE80211 ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_IFANNOUNCE = 17 #53466 +pkg syscall (freebsd-riscv64), const RTM_IFANNOUNCE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_IFINFO = 14 #53466 +pkg syscall (freebsd-riscv64), const RTM_IFINFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_LOCK = 8 #53466 +pkg syscall (freebsd-riscv64), const RTM_LOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_LOSING = 5 #53466 +pkg syscall (freebsd-riscv64), const RTM_LOSING ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_MISS = 7 #53466 +pkg syscall (freebsd-riscv64), const RTM_MISS ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_NEWADDR = 12 #53466 +pkg syscall (freebsd-riscv64), const RTM_NEWADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_NEWMADDR = 15 #53466 +pkg syscall (freebsd-riscv64), const RTM_NEWMADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_OLDADD = 9 #53466 +pkg syscall (freebsd-riscv64), const RTM_OLDADD ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_OLDDEL = 10 #53466 +pkg syscall (freebsd-riscv64), const RTM_OLDDEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_REDIRECT = 6 #53466 +pkg syscall (freebsd-riscv64), const RTM_REDIRECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_RESOLVE = 11 #53466 +pkg syscall (freebsd-riscv64), const RTM_RESOLVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_RTTUNIT = 1000000 #53466 +pkg syscall (freebsd-riscv64), const RTM_RTTUNIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTM_VERSION = 5 #53466 +pkg syscall (freebsd-riscv64), const RTM_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_EXPIRE = 4 #53466 +pkg syscall (freebsd-riscv64), const RTV_EXPIRE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_HOPCOUNT = 2 #53466 +pkg syscall (freebsd-riscv64), const RTV_HOPCOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_MTU = 1 #53466 +pkg syscall (freebsd-riscv64), const RTV_MTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_RPIPE = 8 #53466 +pkg syscall (freebsd-riscv64), const RTV_RPIPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_RTT = 64 #53466 +pkg syscall (freebsd-riscv64), const RTV_RTT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_RTTVAR = 128 #53466 +pkg syscall (freebsd-riscv64), const RTV_RTTVAR ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_SPIPE = 16 #53466 +pkg syscall (freebsd-riscv64), const RTV_SPIPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_SSTHRESH = 32 #53466 +pkg syscall (freebsd-riscv64), const RTV_SSTHRESH ideal-int #53466 +pkg syscall (freebsd-riscv64), const RTV_WEIGHT = 256 #53466 +pkg syscall (freebsd-riscv64), const RTV_WEIGHT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RT_CACHING_CONTEXT = 1 #53466 +pkg syscall (freebsd-riscv64), const RT_CACHING_CONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const RT_DEFAULT_FIB = 0 #53466 +pkg syscall (freebsd-riscv64), const RT_DEFAULT_FIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const RT_NORTREF = 2 #53466 +pkg syscall (freebsd-riscv64), const RT_NORTREF ideal-int #53466 +pkg syscall (freebsd-riscv64), const RUSAGE_CHILDREN = -1 #53466 +pkg syscall (freebsd-riscv64), const RUSAGE_CHILDREN ideal-int #53466 +pkg syscall (freebsd-riscv64), const RUSAGE_SELF = 0 #53466 +pkg syscall (freebsd-riscv64), const RUSAGE_SELF ideal-int #53466 +pkg syscall (freebsd-riscv64), const RUSAGE_THREAD = 1 #53466 +pkg syscall (freebsd-riscv64), const RUSAGE_THREAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SCM_BINTIME = 4 #53466 +pkg syscall (freebsd-riscv64), const SCM_BINTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SCM_CREDS = 3 #53466 +pkg syscall (freebsd-riscv64), const SCM_CREDS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SCM_RIGHTS = 1 #53466 +pkg syscall (freebsd-riscv64), const SCM_RIGHTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SCM_TIMESTAMP = 2 #53466 +pkg syscall (freebsd-riscv64), const SCM_TIMESTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIGBUS = 10 #53466 +pkg syscall (freebsd-riscv64), const SIGCHLD = 20 #53466 +pkg syscall (freebsd-riscv64), const SIGCHLD Signal #53466 +pkg syscall (freebsd-riscv64), const SIGCONT = 19 #53466 +pkg syscall (freebsd-riscv64), const SIGCONT Signal #53466 +pkg syscall (freebsd-riscv64), const SIGEMT = 7 #53466 +pkg syscall (freebsd-riscv64), const SIGEMT Signal #53466 +pkg syscall (freebsd-riscv64), const SIGINFO = 29 #53466 +pkg syscall (freebsd-riscv64), const SIGINFO Signal #53466 +pkg syscall (freebsd-riscv64), const SIGIO = 23 #53466 +pkg syscall (freebsd-riscv64), const SIGIO Signal #53466 +pkg syscall (freebsd-riscv64), const SIGIOT = 6 #53466 +pkg syscall (freebsd-riscv64), const SIGIOT Signal #53466 +pkg syscall (freebsd-riscv64), const SIGLIBRT = 33 #53466 +pkg syscall (freebsd-riscv64), const SIGLIBRT Signal #53466 +pkg syscall (freebsd-riscv64), const SIGLWP = 32 #53466 +pkg syscall (freebsd-riscv64), const SIGLWP Signal #53466 +pkg syscall (freebsd-riscv64), const SIGPROF = 27 #53466 +pkg syscall (freebsd-riscv64), const SIGPROF Signal #53466 +pkg syscall (freebsd-riscv64), const SIGSTOP = 17 #53466 +pkg syscall (freebsd-riscv64), const SIGSTOP Signal #53466 +pkg syscall (freebsd-riscv64), const SIGSYS = 12 #53466 +pkg syscall (freebsd-riscv64), const SIGSYS Signal #53466 +pkg syscall (freebsd-riscv64), const SIGTHR = 32 #53466 +pkg syscall (freebsd-riscv64), const SIGTHR Signal #53466 +pkg syscall (freebsd-riscv64), const SIGTSTP = 18 #53466 +pkg syscall (freebsd-riscv64), const SIGTSTP Signal #53466 +pkg syscall (freebsd-riscv64), const SIGTTIN = 21 #53466 +pkg syscall (freebsd-riscv64), const SIGTTIN Signal #53466 +pkg syscall (freebsd-riscv64), const SIGTTOU = 22 #53466 +pkg syscall (freebsd-riscv64), const SIGTTOU Signal #53466 +pkg syscall (freebsd-riscv64), const SIGURG = 16 #53466 +pkg syscall (freebsd-riscv64), const SIGURG Signal #53466 +pkg syscall (freebsd-riscv64), const SIGUSR1 = 30 #53466 +pkg syscall (freebsd-riscv64), const SIGUSR1 Signal #53466 +pkg syscall (freebsd-riscv64), const SIGUSR2 = 31 #53466 +pkg syscall (freebsd-riscv64), const SIGUSR2 Signal #53466 +pkg syscall (freebsd-riscv64), const SIGVTALRM = 26 #53466 +pkg syscall (freebsd-riscv64), const SIGVTALRM Signal #53466 +pkg syscall (freebsd-riscv64), const SIGWINCH = 28 #53466 +pkg syscall (freebsd-riscv64), const SIGWINCH Signal #53466 +pkg syscall (freebsd-riscv64), const SIGXCPU = 24 #53466 +pkg syscall (freebsd-riscv64), const SIGXCPU Signal #53466 +pkg syscall (freebsd-riscv64), const SIGXFSZ = 25 #53466 +pkg syscall (freebsd-riscv64), const SIGXFSZ Signal #53466 +pkg syscall (freebsd-riscv64), const SIOCADDMULTI = 2149607729 #53466 +pkg syscall (freebsd-riscv64), const SIOCADDMULTI ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCADDRT = 2151707146 #53466 +pkg syscall (freebsd-riscv64), const SIOCADDRT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCAIFADDR = 2151704858 #53466 +pkg syscall (freebsd-riscv64), const SIOCAIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCAIFGROUP = 2150132103 #53466 +pkg syscall (freebsd-riscv64), const SIOCAIFGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCALIFADDR = 2165860635 #53466 +pkg syscall (freebsd-riscv64), const SIOCALIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCATMARK = 1074033415 #53466 +pkg syscall (freebsd-riscv64), const SIOCATMARK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCDELMULTI = 2149607730 #53466 +pkg syscall (freebsd-riscv64), const SIOCDELMULTI ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCDELRT = 2151707147 #53466 +pkg syscall (freebsd-riscv64), const SIOCDELRT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCDIFADDR = 2149607705 #53466 +pkg syscall (freebsd-riscv64), const SIOCDIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCDIFGROUP = 2150132105 #53466 +pkg syscall (freebsd-riscv64), const SIOCDIFGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCDIFPHYADDR = 2149607753 #53466 +pkg syscall (freebsd-riscv64), const SIOCDIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCDLIFADDR = 2165860637 #53466 +pkg syscall (freebsd-riscv64), const SIOCDLIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGDRVSPEC = 3223873915 #53466 +pkg syscall (freebsd-riscv64), const SIOCGDRVSPEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGETSGCNT = 3223351824 #53466 +pkg syscall (freebsd-riscv64), const SIOCGETSGCNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGETVIFCNT = 3223876111 #53466 +pkg syscall (freebsd-riscv64), const SIOCGETVIFCNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGHIWAT = 1074033409 #53466 +pkg syscall (freebsd-riscv64), const SIOCGHIWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFADDR = 3223349537 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFBRDADDR = 3223349539 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFBRDADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFCAP = 3223349535 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFCAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFCONF = 3222300964 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFCONF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFDESCR = 3223349546 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFDESCR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFDSTADDR = 3223349538 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFFIB = 3223349596 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFFIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFFLAGS = 3223349521 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFGENERIC = 3223349562 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFGENERIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFGMEMB = 3223873930 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFGMEMB ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFGROUP = 3223873928 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFINDEX = 3223349536 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFINDEX ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMAC = 3223349542 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMAC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMEDIA = 3224398136 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMEDIA ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMETRIC = 3223349527 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMETRIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMTU = 3223349555 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFMTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFNETMASK = 3223349541 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFNETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFPDSTADDR = 3223349576 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFPDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFPHYS = 3223349557 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFPHYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFPSRCADDR = 3223349575 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFPSRCADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFSTATUS = 3274795323 #53466 +pkg syscall (freebsd-riscv64), const SIOCGIFSTATUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGLIFADDR = 3239602460 #53466 +pkg syscall (freebsd-riscv64), const SIOCGLIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGLIFPHYADDR = 3239602507 #53466 +pkg syscall (freebsd-riscv64), const SIOCGLIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGLOWAT = 1074033411 #53466 +pkg syscall (freebsd-riscv64), const SIOCGLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGPGRP = 1074033417 #53466 +pkg syscall (freebsd-riscv64), const SIOCGPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGPRIVATE_0 = 3223349584 #53466 +pkg syscall (freebsd-riscv64), const SIOCGPRIVATE_0 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCGPRIVATE_1 = 3223349585 #53466 +pkg syscall (freebsd-riscv64), const SIOCGPRIVATE_1 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCIFCREATE = 3223349626 #53466 +pkg syscall (freebsd-riscv64), const SIOCIFCREATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCIFCREATE2 = 3223349628 #53466 +pkg syscall (freebsd-riscv64), const SIOCIFCREATE2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCIFDESTROY = 2149607801 #53466 +pkg syscall (freebsd-riscv64), const SIOCIFDESTROY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCIFGCLONERS = 3222301048 #53466 +pkg syscall (freebsd-riscv64), const SIOCIFGCLONERS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSDRVSPEC = 2150132091 #53466 +pkg syscall (freebsd-riscv64), const SIOCSDRVSPEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSHIWAT = 2147775232 #53466 +pkg syscall (freebsd-riscv64), const SIOCSHIWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFADDR = 2149607692 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFBRDADDR = 2149607699 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFBRDADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFCAP = 2149607710 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFCAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFDESCR = 2149607721 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFDESCR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFDSTADDR = 2149607694 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFFIB = 2149607773 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFFIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFFLAGS = 2149607696 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFGENERIC = 2149607737 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFGENERIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFLLADDR = 2149607740 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFLLADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMAC = 2149607719 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMAC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMEDIA = 3223349559 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMEDIA ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMETRIC = 2149607704 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMETRIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMTU = 2149607732 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFMTU ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFNAME = 2149607720 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFNAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFNETMASK = 2149607702 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFNETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFPHYADDR = 2151704902 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFPHYS = 2149607734 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFPHYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFRVNET = 3223349595 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFRVNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFVNET = 3223349594 #53466 +pkg syscall (freebsd-riscv64), const SIOCSIFVNET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSLIFPHYADDR = 2165860682 #53466 +pkg syscall (freebsd-riscv64), const SIOCSLIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSLOWAT = 2147775234 #53466 +pkg syscall (freebsd-riscv64), const SIOCSLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SIOCSPGRP = 2147775240 #53466 +pkg syscall (freebsd-riscv64), const SIOCSPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SOCK_CLOEXEC = 268435456 #53466 +pkg syscall (freebsd-riscv64), const SOCK_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SOCK_MAXADDRLEN = 255 #53466 +pkg syscall (freebsd-riscv64), const SOCK_MAXADDRLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SOCK_NONBLOCK = 536870912 #53466 +pkg syscall (freebsd-riscv64), const SOCK_NONBLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SOCK_RDM = 4 #53466 +pkg syscall (freebsd-riscv64), const SOCK_RDM ideal-int #53466 +pkg syscall (freebsd-riscv64), const SOL_SOCKET = 65535 #53466 +pkg syscall (freebsd-riscv64), const SOMAXCONN = 128 #53466 +pkg syscall (freebsd-riscv64), const SO_ACCEPTCONN = 2 #53466 +pkg syscall (freebsd-riscv64), const SO_ACCEPTCONN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_ACCEPTFILTER = 4096 #53466 +pkg syscall (freebsd-riscv64), const SO_ACCEPTFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_BINTIME = 8192 #53466 +pkg syscall (freebsd-riscv64), const SO_BINTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_BROADCAST = 32 #53466 +pkg syscall (freebsd-riscv64), const SO_DEBUG = 1 #53466 +pkg syscall (freebsd-riscv64), const SO_DEBUG ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_DONTROUTE = 16 #53466 +pkg syscall (freebsd-riscv64), const SO_ERROR = 4103 #53466 +pkg syscall (freebsd-riscv64), const SO_ERROR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_KEEPALIVE = 8 #53466 +pkg syscall (freebsd-riscv64), const SO_LABEL = 4105 #53466 +pkg syscall (freebsd-riscv64), const SO_LABEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_LINGER = 128 #53466 +pkg syscall (freebsd-riscv64), const SO_LISTENINCQLEN = 4115 #53466 +pkg syscall (freebsd-riscv64), const SO_LISTENINCQLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_LISTENQLEN = 4114 #53466 +pkg syscall (freebsd-riscv64), const SO_LISTENQLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_LISTENQLIMIT = 4113 #53466 +pkg syscall (freebsd-riscv64), const SO_LISTENQLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_NOSIGPIPE = 2048 #53466 +pkg syscall (freebsd-riscv64), const SO_NOSIGPIPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_NO_DDP = 32768 #53466 +pkg syscall (freebsd-riscv64), const SO_NO_DDP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_NO_OFFLOAD = 16384 #53466 +pkg syscall (freebsd-riscv64), const SO_NO_OFFLOAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_OOBINLINE = 256 #53466 +pkg syscall (freebsd-riscv64), const SO_OOBINLINE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_PEERLABEL = 4112 #53466 +pkg syscall (freebsd-riscv64), const SO_PEERLABEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_PROTOCOL = 4118 #53466 +pkg syscall (freebsd-riscv64), const SO_PROTOCOL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_PROTOTYPE = 4118 #53466 +pkg syscall (freebsd-riscv64), const SO_PROTOTYPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_RCVBUF = 4098 #53466 +pkg syscall (freebsd-riscv64), const SO_RCVLOWAT = 4100 #53466 +pkg syscall (freebsd-riscv64), const SO_RCVLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_RCVTIMEO = 4102 #53466 +pkg syscall (freebsd-riscv64), const SO_RCVTIMEO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_REUSEADDR = 4 #53466 +pkg syscall (freebsd-riscv64), const SO_REUSEPORT = 512 #53466 +pkg syscall (freebsd-riscv64), const SO_REUSEPORT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_SETFIB = 4116 #53466 +pkg syscall (freebsd-riscv64), const SO_SETFIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_SNDBUF = 4097 #53466 +pkg syscall (freebsd-riscv64), const SO_SNDLOWAT = 4099 #53466 +pkg syscall (freebsd-riscv64), const SO_SNDLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_SNDTIMEO = 4101 #53466 +pkg syscall (freebsd-riscv64), const SO_SNDTIMEO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_TIMESTAMP = 1024 #53466 +pkg syscall (freebsd-riscv64), const SO_TIMESTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_TYPE = 4104 #53466 +pkg syscall (freebsd-riscv64), const SO_TYPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_USELOOPBACK = 64 #53466 +pkg syscall (freebsd-riscv64), const SO_USELOOPBACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_USER_COOKIE = 4117 #53466 +pkg syscall (freebsd-riscv64), const SO_USER_COOKIE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SO_VENDOR = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const SO_VENDOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ABORT2 = 463 #53466 +pkg syscall (freebsd-riscv64), const SYS_ABORT2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCEPT = 30 #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCEPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCEPT4 = 541 #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCEPT4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCESS = 33 #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCESS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCT = 51 #53466 +pkg syscall (freebsd-riscv64), const SYS_ACCT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ADJTIME = 140 #53466 +pkg syscall (freebsd-riscv64), const SYS_ADJTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_CANCEL = 316 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_CANCEL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_ERROR = 317 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_ERROR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_FSYNC = 465 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_FSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_MLOCK = 543 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_MLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_READ = 255 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_READ ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_RETURN = 314 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_RETURN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_SUSPEND = 315 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_SUSPEND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_WAITCOMPLETE = 359 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_WAITCOMPLETE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_WRITE = 256 #53466 +pkg syscall (freebsd-riscv64), const SYS_AIO_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AUDIT = 445 #53466 +pkg syscall (freebsd-riscv64), const SYS_AUDIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AUDITCTL = 453 #53466 +pkg syscall (freebsd-riscv64), const SYS_AUDITCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_AUDITON = 446 #53466 +pkg syscall (freebsd-riscv64), const SYS_AUDITON ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_BIND = 104 #53466 +pkg syscall (freebsd-riscv64), const SYS_BIND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_BINDAT = 538 #53466 +pkg syscall (freebsd-riscv64), const SYS_BINDAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_ENTER = 516 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_ENTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_FCNTLS_GET = 537 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_FCNTLS_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_FCNTLS_LIMIT = 536 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_FCNTLS_LIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_GETMODE = 517 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_GETMODE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_GET = 535 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_LIMIT = 534 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_LIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_RIGHTS_LIMIT = 533 #53466 +pkg syscall (freebsd-riscv64), const SYS_CAP_RIGHTS_LIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CHDIR = 12 #53466 +pkg syscall (freebsd-riscv64), const SYS_CHDIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CHFLAGS = 34 #53466 +pkg syscall (freebsd-riscv64), const SYS_CHFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CHFLAGSAT = 540 #53466 +pkg syscall (freebsd-riscv64), const SYS_CHFLAGSAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CHMOD = 15 #53466 +pkg syscall (freebsd-riscv64), const SYS_CHMOD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CHOWN = 16 #53466 +pkg syscall (freebsd-riscv64), const SYS_CHOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CHROOT = 61 #53466 +pkg syscall (freebsd-riscv64), const SYS_CHROOT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETCPUCLOCKID2 = 247 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETRES = 234 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETRES ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETTIME = 232 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_NANOSLEEP = 244 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_NANOSLEEP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_SETTIME = 233 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOCK_SETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOSE = 6 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOSE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOSEFROM = 509 #53466 +pkg syscall (freebsd-riscv64), const SYS_CLOSEFROM ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CONNECT = 98 #53466 +pkg syscall (freebsd-riscv64), const SYS_CONNECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CONNECTAT = 539 #53466 +pkg syscall (freebsd-riscv64), const SYS_CONNECTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET = 484 #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETAFFINITY = 487 #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETID = 486 #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETAFFINITY = 488 #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETID = 485 #53466 +pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_DUP = 41 #53466 +pkg syscall (freebsd-riscv64), const SYS_DUP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_DUP2 = 90 #53466 +pkg syscall (freebsd-riscv64), const SYS_DUP2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EACCESS = 376 #53466 +pkg syscall (freebsd-riscv64), const SYS_EACCESS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXECVE = 59 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXECVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXIT = 1 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTRCTL = 355 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTRCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_DELETE_FD = 373 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_DELETE_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_DELETE_FILE = 358 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_DELETE_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_DELETE_LINK = 414 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_DELETE_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_GET_FD = 372 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_GET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_GET_FILE = 357 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_GET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_GET_LINK = 413 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_GET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_LIST_FD = 437 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_LIST_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_LIST_FILE = 438 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_LIST_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_LIST_LINK = 439 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_LIST_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_FD = 371 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_FILE = 356 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_LINK = 412 #53466 +pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FACCESSAT = 489 #53466 +pkg syscall (freebsd-riscv64), const SYS_FACCESSAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHDIR = 13 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHDIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHFLAGS = 35 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHMOD = 124 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHMOD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHMODAT = 490 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHMODAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHOWN = 123 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHOWNAT = 491 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCHOWNAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FCNTL = 92 #53466 +pkg syscall (freebsd-riscv64), const SYS_FCNTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FDATASYNC = 550 #53466 +pkg syscall (freebsd-riscv64), const SYS_FDATASYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FEXECVE = 492 #53466 +pkg syscall (freebsd-riscv64), const SYS_FEXECVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FFCLOCK_GETCOUNTER = 241 #53466 +pkg syscall (freebsd-riscv64), const SYS_FFCLOCK_GETCOUNTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FFCLOCK_GETESTIMATE = 243 #53466 +pkg syscall (freebsd-riscv64), const SYS_FFCLOCK_GETESTIMATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FFCLOCK_SETESTIMATE = 242 #53466 +pkg syscall (freebsd-riscv64), const SYS_FFCLOCK_SETESTIMATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FHOPEN = 298 #53466 +pkg syscall (freebsd-riscv64), const SYS_FHOPEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FHSTAT = 299 #53466 +pkg syscall (freebsd-riscv64), const SYS_FHSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FHSTATFS = 398 #53466 +pkg syscall (freebsd-riscv64), const SYS_FHSTATFS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FLOCK = 131 #53466 +pkg syscall (freebsd-riscv64), const SYS_FLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FORK = 2 #53466 +pkg syscall (freebsd-riscv64), const SYS_FORK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FPATHCONF = 192 #53466 +pkg syscall (freebsd-riscv64), const SYS_FPATHCONF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FSTAT = 551 #53466 +pkg syscall (freebsd-riscv64), const SYS_FSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FSTATAT = 552 #53466 +pkg syscall (freebsd-riscv64), const SYS_FSTATAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FSTATFS = 556 #53466 +pkg syscall (freebsd-riscv64), const SYS_FSTATFS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FSYNC = 95 #53466 +pkg syscall (freebsd-riscv64), const SYS_FSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FTRUNCATE = 480 #53466 +pkg syscall (freebsd-riscv64), const SYS_FTRUNCATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FUTIMENS = 546 #53466 +pkg syscall (freebsd-riscv64), const SYS_FUTIMENS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FUTIMES = 206 #53466 +pkg syscall (freebsd-riscv64), const SYS_FUTIMES ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_FUTIMESAT = 494 #53466 +pkg syscall (freebsd-riscv64), const SYS_FUTIMESAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETAUDIT = 449 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETAUDIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETAUDIT_ADDR = 451 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETAUDIT_ADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETAUID = 447 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETAUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETCONTEXT = 421 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETCONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETDENTS = 272 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETDENTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETDIRENTRIES = 554 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETDIRENTRIES ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETDTABLESIZE = 89 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETDTABLESIZE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETEGID = 43 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETEGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETEUID = 25 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETEUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETFH = 161 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETFH ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETFSSTAT = 557 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETFSSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETGID = 47 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETGROUPS = 79 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETGROUPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETITIMER = 86 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETITIMER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETLOGIN = 49 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETLOGIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETLOGINCLASS = 523 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETLOGINCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPEERNAME = 31 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPEERNAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPGID = 207 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPGRP = 81 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPID = 20 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPPID = 39 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPPID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPRIORITY = 100 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETPRIORITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRESGID = 361 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRESGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRESUID = 360 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRESUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRLIMIT = 194 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRUSAGE = 117 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETRUSAGE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETSID = 310 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETSID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETSOCKNAME = 32 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETSOCKNAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETSOCKOPT = 118 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETSOCKOPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETTIMEOFDAY = 116 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETTIMEOFDAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GETUID = 24 #53466 +pkg syscall (freebsd-riscv64), const SYS_GETUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_GSSD_SYSCALL = 505 #53466 +pkg syscall (freebsd-riscv64), const SYS_GSSD_SYSCALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_IOCTL = 54 #53466 +pkg syscall (freebsd-riscv64), const SYS_IOCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_ISSETUGID = 253 #53466 +pkg syscall (freebsd-riscv64), const SYS_ISSETUGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL = 338 #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH = 436 #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_GET = 506 #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_REMOVE = 508 #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_REMOVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_SET = 507 #53466 +pkg syscall (freebsd-riscv64), const SYS_JAIL_SET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KENV = 390 #53466 +pkg syscall (freebsd-riscv64), const SYS_KENV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KEVENT = 363 #53466 +pkg syscall (freebsd-riscv64), const SYS_KEVENT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KILL = 37 #53466 +pkg syscall (freebsd-riscv64), const SYS_KILL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDFIND = 306 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDFIND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDFIRSTMOD = 309 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDFIRSTMOD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDLOAD = 304 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDLOAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDNEXT = 307 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDSTAT = 308 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDSYM = 337 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDSYM ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDUNLOAD = 305 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDUNLOAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDUNLOADF = 444 #53466 +pkg syscall (freebsd-riscv64), const SYS_KLDUNLOADF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_NOTIFY = 461 #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_NOTIFY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_OPEN = 457 #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_SETATTR = 458 #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_SETATTR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_TIMEDRECEIVE = 459 #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_TIMEDRECEIVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_TIMEDSEND = 460 #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_TIMEDSEND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_UNLINK = 462 #53466 +pkg syscall (freebsd-riscv64), const SYS_KMQ_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KQUEUE = 362 #53466 +pkg syscall (freebsd-riscv64), const SYS_KQUEUE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_CLOSE = 400 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_CLOSE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_DESTROY = 408 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_DESTROY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_GETVALUE = 407 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_GETVALUE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_INIT = 404 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_INIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_OPEN = 405 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_POST = 401 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_POST ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_TIMEDWAIT = 441 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_TIMEDWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_TRYWAIT = 403 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_TRYWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_UNLINK = 406 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_WAIT = 402 #53466 +pkg syscall (freebsd-riscv64), const SYS_KSEM_WAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_CREATE = 235 #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_CREATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_DELETE = 236 #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_GETOVERRUN = 239 #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_GETOVERRUN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_GETTIME = 238 #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_GETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_SETTIME = 237 #53466 +pkg syscall (freebsd-riscv64), const SYS_KTIMER_SETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_KTRACE = 45 #53466 +pkg syscall (freebsd-riscv64), const SYS_KTRACE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LCHFLAGS = 391 #53466 +pkg syscall (freebsd-riscv64), const SYS_LCHFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LCHMOD = 274 #53466 +pkg syscall (freebsd-riscv64), const SYS_LCHMOD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LCHOWN = 254 #53466 +pkg syscall (freebsd-riscv64), const SYS_LCHOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LGETFH = 160 #53466 +pkg syscall (freebsd-riscv64), const SYS_LGETFH ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LINK = 9 #53466 +pkg syscall (freebsd-riscv64), const SYS_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LINKAT = 495 #53466 +pkg syscall (freebsd-riscv64), const SYS_LINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LIO_LISTIO = 257 #53466 +pkg syscall (freebsd-riscv64), const SYS_LIO_LISTIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LISTEN = 106 #53466 +pkg syscall (freebsd-riscv64), const SYS_LISTEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LPATHCONF = 513 #53466 +pkg syscall (freebsd-riscv64), const SYS_LPATHCONF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LSEEK = 478 #53466 +pkg syscall (freebsd-riscv64), const SYS_LSEEK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_LUTIMES = 276 #53466 +pkg syscall (freebsd-riscv64), const SYS_LUTIMES ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MAC_SYSCALL = 394 #53466 +pkg syscall (freebsd-riscv64), const SYS_MAC_SYSCALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MADVISE = 75 #53466 +pkg syscall (freebsd-riscv64), const SYS_MADVISE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MINCORE = 78 #53466 +pkg syscall (freebsd-riscv64), const SYS_MINCORE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MINHERIT = 250 #53466 +pkg syscall (freebsd-riscv64), const SYS_MINHERIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MKDIR = 136 #53466 +pkg syscall (freebsd-riscv64), const SYS_MKDIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MKDIRAT = 496 #53466 +pkg syscall (freebsd-riscv64), const SYS_MKDIRAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MKFIFO = 132 #53466 +pkg syscall (freebsd-riscv64), const SYS_MKFIFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MKFIFOAT = 497 #53466 +pkg syscall (freebsd-riscv64), const SYS_MKFIFOAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MKNOD = 14 #53466 +pkg syscall (freebsd-riscv64), const SYS_MKNOD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MKNODAT = 559 #53466 +pkg syscall (freebsd-riscv64), const SYS_MKNODAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MLOCK = 203 #53466 +pkg syscall (freebsd-riscv64), const SYS_MLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MLOCKALL = 324 #53466 +pkg syscall (freebsd-riscv64), const SYS_MLOCKALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MMAP = 477 #53466 +pkg syscall (freebsd-riscv64), const SYS_MMAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MODFIND = 303 #53466 +pkg syscall (freebsd-riscv64), const SYS_MODFIND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MODFNEXT = 302 #53466 +pkg syscall (freebsd-riscv64), const SYS_MODFNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MODNEXT = 300 #53466 +pkg syscall (freebsd-riscv64), const SYS_MODNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MODSTAT = 301 #53466 +pkg syscall (freebsd-riscv64), const SYS_MODSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MOUNT = 21 #53466 +pkg syscall (freebsd-riscv64), const SYS_MOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MPROTECT = 74 #53466 +pkg syscall (freebsd-riscv64), const SYS_MPROTECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGCTL = 511 #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGGET = 225 #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGGET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGRCV = 227 #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGRCV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGSND = 226 #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGSND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGSYS = 170 #53466 +pkg syscall (freebsd-riscv64), const SYS_MSGSYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MSYNC = 65 #53466 +pkg syscall (freebsd-riscv64), const SYS_MSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MUNLOCK = 204 #53466 +pkg syscall (freebsd-riscv64), const SYS_MUNLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MUNLOCKALL = 325 #53466 +pkg syscall (freebsd-riscv64), const SYS_MUNLOCKALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_MUNMAP = 73 #53466 +pkg syscall (freebsd-riscv64), const SYS_MUNMAP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NANOSLEEP = 240 #53466 +pkg syscall (freebsd-riscv64), const SYS_NANOSLEEP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NFSSVC = 155 #53466 +pkg syscall (freebsd-riscv64), const SYS_NFSSVC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NFSTAT = 279 #53466 +pkg syscall (freebsd-riscv64), const SYS_NFSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NLM_SYSCALL = 154 #53466 +pkg syscall (freebsd-riscv64), const SYS_NLM_SYSCALL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NLSTAT = 280 #53466 +pkg syscall (freebsd-riscv64), const SYS_NLSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NMOUNT = 378 #53466 +pkg syscall (freebsd-riscv64), const SYS_NMOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NSTAT = 278 #53466 +pkg syscall (freebsd-riscv64), const SYS_NSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NTP_ADJTIME = 176 #53466 +pkg syscall (freebsd-riscv64), const SYS_NTP_ADJTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NTP_GETTIME = 248 #53466 +pkg syscall (freebsd-riscv64), const SYS_NTP_GETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NUMA_GETAFFINITY = 548 #53466 +pkg syscall (freebsd-riscv64), const SYS_NUMA_GETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_NUMA_SETAFFINITY = 549 #53466 +pkg syscall (freebsd-riscv64), const SYS_NUMA_SETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_OBREAK = 17 #53466 +pkg syscall (freebsd-riscv64), const SYS_OBREAK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_OPEN = 5 #53466 +pkg syscall (freebsd-riscv64), const SYS_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_OPENAT = 499 #53466 +pkg syscall (freebsd-riscv64), const SYS_OPENAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_OPENBSD_POLL = 252 #53466 +pkg syscall (freebsd-riscv64), const SYS_OPENBSD_POLL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_OVADVISE = 72 #53466 +pkg syscall (freebsd-riscv64), const SYS_OVADVISE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PATHCONF = 191 #53466 +pkg syscall (freebsd-riscv64), const SYS_PATHCONF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PDFORK = 518 #53466 +pkg syscall (freebsd-riscv64), const SYS_PDFORK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PDGETPID = 520 #53466 +pkg syscall (freebsd-riscv64), const SYS_PDGETPID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PDKILL = 519 #53466 +pkg syscall (freebsd-riscv64), const SYS_PDKILL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PIPE = 42 #53466 +pkg syscall (freebsd-riscv64), const SYS_PIPE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PIPE2 = 542 #53466 +pkg syscall (freebsd-riscv64), const SYS_PIPE2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_POLL = 209 #53466 +pkg syscall (freebsd-riscv64), const SYS_POLL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_POSIX_FADVISE = 531 #53466 +pkg syscall (freebsd-riscv64), const SYS_POSIX_FADVISE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_POSIX_FALLOCATE = 530 #53466 +pkg syscall (freebsd-riscv64), const SYS_POSIX_FALLOCATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_POSIX_OPENPT = 504 #53466 +pkg syscall (freebsd-riscv64), const SYS_POSIX_OPENPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PPOLL = 545 #53466 +pkg syscall (freebsd-riscv64), const SYS_PPOLL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PREAD = 475 #53466 +pkg syscall (freebsd-riscv64), const SYS_PREAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PREADV = 289 #53466 +pkg syscall (freebsd-riscv64), const SYS_PREADV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PROCCTL = 544 #53466 +pkg syscall (freebsd-riscv64), const SYS_PROCCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PROFIL = 44 #53466 +pkg syscall (freebsd-riscv64), const SYS_PROFIL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PSELECT = 522 #53466 +pkg syscall (freebsd-riscv64), const SYS_PSELECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PTRACE = 26 #53466 +pkg syscall (freebsd-riscv64), const SYS_PTRACE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PWRITE = 476 #53466 +pkg syscall (freebsd-riscv64), const SYS_PWRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_PWRITEV = 290 #53466 +pkg syscall (freebsd-riscv64), const SYS_PWRITEV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_QUOTACTL = 148 #53466 +pkg syscall (freebsd-riscv64), const SYS_QUOTACTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_ADD_RULE = 528 #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_ADD_RULE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_GET_LIMITS = 527 #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_GET_LIMITS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_GET_RACCT = 525 #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_GET_RACCT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_GET_RULES = 526 #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_GET_RULES ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_REMOVE_RULE = 529 #53466 +pkg syscall (freebsd-riscv64), const SYS_RCTL_REMOVE_RULE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_READ = 3 #53466 +pkg syscall (freebsd-riscv64), const SYS_READ ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_READLINK = 58 #53466 +pkg syscall (freebsd-riscv64), const SYS_READLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_READLINKAT = 500 #53466 +pkg syscall (freebsd-riscv64), const SYS_READLINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_READV = 120 #53466 +pkg syscall (freebsd-riscv64), const SYS_READV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_REBOOT = 55 #53466 +pkg syscall (freebsd-riscv64), const SYS_REBOOT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RECVFROM = 29 #53466 +pkg syscall (freebsd-riscv64), const SYS_RECVFROM ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RECVMSG = 27 #53466 +pkg syscall (freebsd-riscv64), const SYS_RECVMSG ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RENAME = 128 #53466 +pkg syscall (freebsd-riscv64), const SYS_RENAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RENAMEAT = 501 #53466 +pkg syscall (freebsd-riscv64), const SYS_RENAMEAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_REVOKE = 56 #53466 +pkg syscall (freebsd-riscv64), const SYS_REVOKE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RFORK = 251 #53466 +pkg syscall (freebsd-riscv64), const SYS_RFORK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RMDIR = 137 #53466 +pkg syscall (freebsd-riscv64), const SYS_RMDIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RTPRIO = 166 #53466 +pkg syscall (freebsd-riscv64), const SYS_RTPRIO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_RTPRIO_THREAD = 466 #53466 +pkg syscall (freebsd-riscv64), const SYS_RTPRIO_THREAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SBRK = 69 #53466 +pkg syscall (freebsd-riscv64), const SYS_SBRK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GETPARAM = 328 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GETPARAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GETSCHEDULER = 330 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GETSCHEDULER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GET_PRIORITY_MAX = 332 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GET_PRIORITY_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GET_PRIORITY_MIN = 333 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_GET_PRIORITY_MIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_RR_GET_INTERVAL = 334 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_RR_GET_INTERVAL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_SETPARAM = 327 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_SETPARAM ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_SETSCHEDULER = 329 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_SETSCHEDULER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_YIELD = 331 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCHED_YIELD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_RECVMSG = 474 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_RECVMSG ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG = 472 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_PEELOFF = 471 #53466 +pkg syscall (freebsd-riscv64), const SYS_SCTP_PEELOFF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SELECT = 93 #53466 +pkg syscall (freebsd-riscv64), const SYS_SELECT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SEMGET = 221 #53466 +pkg syscall (freebsd-riscv64), const SYS_SEMGET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SEMOP = 222 #53466 +pkg syscall (freebsd-riscv64), const SYS_SEMOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SEMSYS = 169 #53466 +pkg syscall (freebsd-riscv64), const SYS_SEMSYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SENDFILE = 393 #53466 +pkg syscall (freebsd-riscv64), const SYS_SENDFILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SENDMSG = 28 #53466 +pkg syscall (freebsd-riscv64), const SYS_SENDMSG ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SENDTO = 133 #53466 +pkg syscall (freebsd-riscv64), const SYS_SENDTO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETAUDIT = 450 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETAUDIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETAUDIT_ADDR = 452 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETAUDIT_ADDR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETAUID = 448 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETAUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETCONTEXT = 422 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETCONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETEGID = 182 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETEGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETEUID = 183 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETEUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETFIB = 175 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETFIB ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETGID = 181 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETGROUPS = 80 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETGROUPS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETITIMER = 83 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETITIMER ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETLOGIN = 50 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETLOGIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETLOGINCLASS = 524 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETLOGINCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETPGID = 82 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETPGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETPRIORITY = 96 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETPRIORITY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETREGID = 127 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETREGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETRESGID = 312 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETRESGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETRESUID = 311 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETRESUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETREUID = 126 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETREUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETRLIMIT = 195 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETRLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETSID = 147 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETSID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETSOCKOPT = 105 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETSOCKOPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETTIMEOFDAY = 122 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETTIMEOFDAY ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SETUID = 23 #53466 +pkg syscall (freebsd-riscv64), const SYS_SETUID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMAT = 228 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMCTL = 512 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMDT = 230 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMDT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMGET = 231 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMGET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMSYS = 171 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHMSYS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHM_OPEN = 482 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHM_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHM_UNLINK = 483 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHM_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SHUTDOWN = 134 #53466 +pkg syscall (freebsd-riscv64), const SYS_SHUTDOWN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGACTION = 416 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGACTION ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGALTSTACK = 53 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGALTSTACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGPENDING = 343 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGPENDING ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGPROCMASK = 340 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGPROCMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGQUEUE = 456 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGQUEUE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGRETURN = 417 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGRETURN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGSUSPEND = 341 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGSUSPEND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGTIMEDWAIT = 345 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGTIMEDWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGWAIT = 429 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGWAITINFO = 346 #53466 +pkg syscall (freebsd-riscv64), const SYS_SIGWAITINFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SOCKET = 97 #53466 +pkg syscall (freebsd-riscv64), const SYS_SOCKET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SOCKETPAIR = 135 #53466 +pkg syscall (freebsd-riscv64), const SYS_SOCKETPAIR ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SSTK = 70 #53466 +pkg syscall (freebsd-riscv64), const SYS_SSTK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_STATFS = 555 #53466 +pkg syscall (freebsd-riscv64), const SYS_STATFS ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SWAPCONTEXT = 423 #53466 +pkg syscall (freebsd-riscv64), const SYS_SWAPCONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SWAPOFF = 424 #53466 +pkg syscall (freebsd-riscv64), const SYS_SWAPOFF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SWAPON = 85 #53466 +pkg syscall (freebsd-riscv64), const SYS_SWAPON ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SYMLINK = 57 #53466 +pkg syscall (freebsd-riscv64), const SYS_SYMLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SYMLINKAT = 502 #53466 +pkg syscall (freebsd-riscv64), const SYS_SYMLINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SYNC = 36 #53466 +pkg syscall (freebsd-riscv64), const SYS_SYNC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_SYSARCH = 165 #53466 +pkg syscall (freebsd-riscv64), const SYS_SYSARCH ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_CREATE = 430 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_CREATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_EXIT = 431 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_EXIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_KILL = 433 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_KILL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_KILL2 = 481 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_KILL2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_NEW = 455 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_NEW ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_SELF = 432 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_SELF ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_SET_NAME = 464 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_SET_NAME ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_SUSPEND = 442 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_SUSPEND ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_WAKE = 443 #53466 +pkg syscall (freebsd-riscv64), const SYS_THR_WAKE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_TRUNCATE = 479 #53466 +pkg syscall (freebsd-riscv64), const SYS_TRUNCATE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UMASK = 60 #53466 +pkg syscall (freebsd-riscv64), const SYS_UMASK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UNDELETE = 205 #53466 +pkg syscall (freebsd-riscv64), const SYS_UNDELETE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UNLINK = 10 #53466 +pkg syscall (freebsd-riscv64), const SYS_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UNLINKAT = 503 #53466 +pkg syscall (freebsd-riscv64), const SYS_UNLINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UNMOUNT = 22 #53466 +pkg syscall (freebsd-riscv64), const SYS_UNMOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UTIMENSAT = 547 #53466 +pkg syscall (freebsd-riscv64), const SYS_UTIMENSAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UTIMES = 138 #53466 +pkg syscall (freebsd-riscv64), const SYS_UTIMES ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UTRACE = 335 #53466 +pkg syscall (freebsd-riscv64), const SYS_UTRACE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_UUIDGEN = 392 #53466 +pkg syscall (freebsd-riscv64), const SYS_UUIDGEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_VFORK = 66 #53466 +pkg syscall (freebsd-riscv64), const SYS_VFORK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_WAIT4 = 7 #53466 +pkg syscall (freebsd-riscv64), const SYS_WAIT4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_WAIT6 = 532 #53466 +pkg syscall (freebsd-riscv64), const SYS_WAIT6 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_WRITE = 4 #53466 +pkg syscall (freebsd-riscv64), const SYS_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_WRITEV = 121 #53466 +pkg syscall (freebsd-riscv64), const SYS_WRITEV ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS_YIELD = 321 #53466 +pkg syscall (freebsd-riscv64), const SYS_YIELD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS__UMTX_OP = 454 #53466 +pkg syscall (freebsd-riscv64), const SYS__UMTX_OP ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_ACLCHECK_FD = 354 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_ACLCHECK_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_ACLCHECK_FILE = 353 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_ACLCHECK_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_ACLCHECK_LINK = 428 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_ACLCHECK_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_DELETE_FD = 352 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_DELETE_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_DELETE_FILE = 351 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_DELETE_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_DELETE_LINK = 427 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_DELETE_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_GET_FD = 349 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_GET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_GET_FILE = 347 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_GET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_GET_LINK = 425 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_GET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_SET_FD = 350 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_SET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_SET_FILE = 348 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_SET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_SET_LINK = 426 #53466 +pkg syscall (freebsd-riscv64), const SYS___ACL_SET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___CAP_RIGHTS_GET = 515 #53466 +pkg syscall (freebsd-riscv64), const SYS___CAP_RIGHTS_GET ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___GETCWD = 326 #53466 +pkg syscall (freebsd-riscv64), const SYS___GETCWD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_EXECVE = 415 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_EXECVE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_FD = 386 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_FILE = 387 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_LINK = 410 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_PID = 409 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_PID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_PROC = 384 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_GET_PROC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_FD = 388 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_FILE = 389 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_LINK = 411 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_PROC = 385 #53466 +pkg syscall (freebsd-riscv64), const SYS___MAC_SET_PROC ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___SEMCTL = 510 #53466 +pkg syscall (freebsd-riscv64), const SYS___SEMCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___SETUGID = 374 #53466 +pkg syscall (freebsd-riscv64), const SYS___SETUGID ideal-int #53466 +pkg syscall (freebsd-riscv64), const SYS___SYSCTL = 202 #53466 +pkg syscall (freebsd-riscv64), const SYS___SYSCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const S_IFMT = 61440 #53466 +pkg syscall (freebsd-riscv64), const S_IRWXG = 56 #53466 +pkg syscall (freebsd-riscv64), const S_IRWXG ideal-int #53466 +pkg syscall (freebsd-riscv64), const S_IRWXO = 7 #53466 +pkg syscall (freebsd-riscv64), const S_IRWXO ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfHdr = 32 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfHdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfInsn = 8 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfInsn ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfProgram = 16 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfProgram ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfStat = 8 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfStat ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfVersion = 4 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfVersion ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfZbuf = 24 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfZbuf ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfZbufHeader = 32 #53466 +pkg syscall (freebsd-riscv64), const SizeofBpfZbufHeader ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofCmsghdr = 12 #53466 +pkg syscall (freebsd-riscv64), const SizeofCmsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofICMPv6Filter = 32 #53466 +pkg syscall (freebsd-riscv64), const SizeofICMPv6Filter ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIPMreq = 8 #53466 +pkg syscall (freebsd-riscv64), const SizeofIPMreq ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIPMreqn = 12 #53466 +pkg syscall (freebsd-riscv64), const SizeofIPMreqn ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIPv6MTUInfo = 32 #53466 +pkg syscall (freebsd-riscv64), const SizeofIPv6MTUInfo ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIPv6Mreq = 20 #53466 +pkg syscall (freebsd-riscv64), const SizeofIPv6Mreq ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIfAnnounceMsghdr = 24 #53466 +pkg syscall (freebsd-riscv64), const SizeofIfAnnounceMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIfData = 152 #53466 +pkg syscall (freebsd-riscv64), const SizeofIfData ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIfMsghdr = 168 #53466 +pkg syscall (freebsd-riscv64), const SizeofIfMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIfaMsghdr = 20 #53466 +pkg syscall (freebsd-riscv64), const SizeofIfaMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofIfmaMsghdr = 16 #53466 +pkg syscall (freebsd-riscv64), const SizeofIfmaMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofInet6Pktinfo = 20 #53466 +pkg syscall (freebsd-riscv64), const SizeofInet6Pktinfo ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofLinger = 8 #53466 +pkg syscall (freebsd-riscv64), const SizeofLinger ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofMsghdr = 48 #53466 +pkg syscall (freebsd-riscv64), const SizeofMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofRtMetrics = 112 #53466 +pkg syscall (freebsd-riscv64), const SizeofRtMetrics ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofRtMsghdr = 152 #53466 +pkg syscall (freebsd-riscv64), const SizeofRtMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrAny = 108 #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrAny ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrDatalink = 54 #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrDatalink ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrInet4 = 16 #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrInet4 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrInet6 = 28 #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrInet6 ideal-int #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrUnix = 106 #53466 +pkg syscall (freebsd-riscv64), const SizeofSockaddrUnix ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCIFLUSH = 1 #53466 +pkg syscall (freebsd-riscv64), const TCIFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCIOFLUSH = 3 #53466 +pkg syscall (freebsd-riscv64), const TCIOFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCOFLUSH = 2 #53466 +pkg syscall (freebsd-riscv64), const TCOFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_CA_NAME_MAX = 16 #53466 +pkg syscall (freebsd-riscv64), const TCP_CA_NAME_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_CONGESTION = 64 #53466 +pkg syscall (freebsd-riscv64), const TCP_CONGESTION ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_INFO = 32 #53466 +pkg syscall (freebsd-riscv64), const TCP_INFO ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPCNT = 1024 #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPCNT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPIDLE = 256 #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPIDLE ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPINIT = 128 #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPINIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPINTVL = 512 #53466 +pkg syscall (freebsd-riscv64), const TCP_KEEPINTVL ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXBURST = 4 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXBURST ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXHLEN = 60 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXHLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXOLEN = 40 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXOLEN ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXSEG = 2 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXSEG ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXWIN = 65535 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAXWIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAX_SACK = 4 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAX_SACK ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MAX_WINSHIFT = 14 #53466 +pkg syscall (freebsd-riscv64), const TCP_MAX_WINSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MD5SIG = 16 #53466 +pkg syscall (freebsd-riscv64), const TCP_MD5SIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MINMSS = 216 #53466 +pkg syscall (freebsd-riscv64), const TCP_MINMSS ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_MSS = 536 #53466 +pkg syscall (freebsd-riscv64), const TCP_MSS ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_NOOPT = 8 #53466 +pkg syscall (freebsd-riscv64), const TCP_NOOPT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_NOPUSH = 4 #53466 +pkg syscall (freebsd-riscv64), const TCP_NOPUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCP_VENDOR = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const TCP_VENDOR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TCSAFLUSH = 2 #53466 +pkg syscall (freebsd-riscv64), const TCSAFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCCBRK = 536900730 #53466 +pkg syscall (freebsd-riscv64), const TIOCCBRK ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCCDTR = 536900728 #53466 +pkg syscall (freebsd-riscv64), const TIOCCDTR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCCONS = 2147775586 #53466 +pkg syscall (freebsd-riscv64), const TIOCCONS ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCDRAIN = 536900702 #53466 +pkg syscall (freebsd-riscv64), const TIOCDRAIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCEXCL = 536900621 #53466 +pkg syscall (freebsd-riscv64), const TIOCEXCL ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCEXT = 2147775584 #53466 +pkg syscall (freebsd-riscv64), const TIOCEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCFLUSH = 2147775504 #53466 +pkg syscall (freebsd-riscv64), const TIOCFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGDRAINWAIT = 1074033750 #53466 +pkg syscall (freebsd-riscv64), const TIOCGDRAINWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGETA = 1076655123 #53466 +pkg syscall (freebsd-riscv64), const TIOCGETA ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGETD = 1074033690 #53466 +pkg syscall (freebsd-riscv64), const TIOCGETD ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGPGRP = 1074033783 #53466 +pkg syscall (freebsd-riscv64), const TIOCGPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGPTN = 1074033679 #53466 +pkg syscall (freebsd-riscv64), const TIOCGPTN ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGSID = 1074033763 #53466 +pkg syscall (freebsd-riscv64), const TIOCGSID ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCGWINSZ = 1074295912 #53466 +pkg syscall (freebsd-riscv64), const TIOCGWINSZ ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCMBIC = 2147775595 #53466 +pkg syscall (freebsd-riscv64), const TIOCMBIC ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCMBIS = 2147775596 #53466 +pkg syscall (freebsd-riscv64), const TIOCMBIS ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCMGDTRWAIT = 1074033754 #53466 +pkg syscall (freebsd-riscv64), const TIOCMGDTRWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCMGET = 1074033770 #53466 +pkg syscall (freebsd-riscv64), const TIOCMGET ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCMSDTRWAIT = 2147775579 #53466 +pkg syscall (freebsd-riscv64), const TIOCMSDTRWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCMSET = 2147775597 #53466 +pkg syscall (freebsd-riscv64), const TIOCMSET ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_CAR = 64 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_CAR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_CD = 64 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_CD ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_CTS = 32 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_CTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_DCD = 64 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_DCD ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_DSR = 256 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_DSR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_DTR = 2 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_DTR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_LE = 1 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_LE ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_RI = 128 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_RI ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_RNG = 128 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_RNG ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_RTS = 4 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_RTS ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_SR = 16 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_SR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCM_ST = 8 #53466 +pkg syscall (freebsd-riscv64), const TIOCM_ST ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCNOTTY = 536900721 #53466 +pkg syscall (freebsd-riscv64), const TIOCNOTTY ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCNXCL = 536900622 #53466 +pkg syscall (freebsd-riscv64), const TIOCNXCL ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCOUTQ = 1074033779 #53466 +pkg syscall (freebsd-riscv64), const TIOCOUTQ ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT = 2147775600 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_DATA = 0 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_DATA ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_DOSTOP = 32 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_DOSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_FLUSHREAD = 1 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_FLUSHREAD ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_FLUSHWRITE = 2 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_FLUSHWRITE ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_IOCTL = 64 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_IOCTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_NOSTOP = 16 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_NOSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_START = 8 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_START ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_STOP = 4 #53466 +pkg syscall (freebsd-riscv64), const TIOCPKT_STOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCPTMASTER = 536900636 #53466 +pkg syscall (freebsd-riscv64), const TIOCPTMASTER ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSBRK = 536900731 #53466 +pkg syscall (freebsd-riscv64), const TIOCSBRK ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSCTTY = 536900705 #53466 +pkg syscall (freebsd-riscv64), const TIOCSCTTY ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSDRAINWAIT = 2147775575 #53466 +pkg syscall (freebsd-riscv64), const TIOCSDRAINWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSDTR = 536900729 #53466 +pkg syscall (freebsd-riscv64), const TIOCSDTR ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSETA = 2150396948 #53466 +pkg syscall (freebsd-riscv64), const TIOCSETA ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSETAF = 2150396950 #53466 +pkg syscall (freebsd-riscv64), const TIOCSETAF ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSETAW = 2150396949 #53466 +pkg syscall (freebsd-riscv64), const TIOCSETAW ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSETD = 2147775515 #53466 +pkg syscall (freebsd-riscv64), const TIOCSETD ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSIG = 537162847 #53466 +pkg syscall (freebsd-riscv64), const TIOCSIG ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSPGRP = 2147775606 #53466 +pkg syscall (freebsd-riscv64), const TIOCSPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSTART = 536900718 #53466 +pkg syscall (freebsd-riscv64), const TIOCSTART ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSTAT = 536900709 #53466 +pkg syscall (freebsd-riscv64), const TIOCSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSTI = 2147578994 #53466 +pkg syscall (freebsd-riscv64), const TIOCSTI ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSTOP = 536900719 #53466 +pkg syscall (freebsd-riscv64), const TIOCSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCSWINSZ = 2148037735 #53466 +pkg syscall (freebsd-riscv64), const TIOCSWINSZ ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCTIMESTAMP = 1074820185 #53466 +pkg syscall (freebsd-riscv64), const TIOCTIMESTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64), const TIOCUCNTL = 2147775590 #53466 +pkg syscall (freebsd-riscv64), const TIOCUCNTL ideal-int #53466 +pkg syscall (freebsd-riscv64), const TOSTOP = 4194304 #53466 +pkg syscall (freebsd-riscv64), const TOSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const VDISCARD = 15 #53466 +pkg syscall (freebsd-riscv64), const VDISCARD ideal-int #53466 +pkg syscall (freebsd-riscv64), const VDSUSP = 11 #53466 +pkg syscall (freebsd-riscv64), const VDSUSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const VEOF = 0 #53466 +pkg syscall (freebsd-riscv64), const VEOF ideal-int #53466 +pkg syscall (freebsd-riscv64), const VEOL = 1 #53466 +pkg syscall (freebsd-riscv64), const VEOL ideal-int #53466 +pkg syscall (freebsd-riscv64), const VEOL2 = 2 #53466 +pkg syscall (freebsd-riscv64), const VEOL2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const VERASE = 3 #53466 +pkg syscall (freebsd-riscv64), const VERASE ideal-int #53466 +pkg syscall (freebsd-riscv64), const VERASE2 = 7 #53466 +pkg syscall (freebsd-riscv64), const VERASE2 ideal-int #53466 +pkg syscall (freebsd-riscv64), const VINTR = 8 #53466 +pkg syscall (freebsd-riscv64), const VINTR ideal-int #53466 +pkg syscall (freebsd-riscv64), const VKILL = 5 #53466 +pkg syscall (freebsd-riscv64), const VKILL ideal-int #53466 +pkg syscall (freebsd-riscv64), const VLNEXT = 14 #53466 +pkg syscall (freebsd-riscv64), const VLNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64), const VMIN = 16 #53466 +pkg syscall (freebsd-riscv64), const VMIN ideal-int #53466 +pkg syscall (freebsd-riscv64), const VQUIT = 9 #53466 +pkg syscall (freebsd-riscv64), const VQUIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const VREPRINT = 6 #53466 +pkg syscall (freebsd-riscv64), const VREPRINT ideal-int #53466 +pkg syscall (freebsd-riscv64), const VSTART = 12 #53466 +pkg syscall (freebsd-riscv64), const VSTART ideal-int #53466 +pkg syscall (freebsd-riscv64), const VSTATUS = 18 #53466 +pkg syscall (freebsd-riscv64), const VSTATUS ideal-int #53466 +pkg syscall (freebsd-riscv64), const VSTOP = 13 #53466 +pkg syscall (freebsd-riscv64), const VSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64), const VSUSP = 10 #53466 +pkg syscall (freebsd-riscv64), const VSUSP ideal-int #53466 +pkg syscall (freebsd-riscv64), const VTIME = 17 #53466 +pkg syscall (freebsd-riscv64), const VTIME ideal-int #53466 +pkg syscall (freebsd-riscv64), const VWERASE = 4 #53466 +pkg syscall (freebsd-riscv64), const VWERASE ideal-int #53466 +pkg syscall (freebsd-riscv64), const WCONTINUED = 4 #53466 +pkg syscall (freebsd-riscv64), const WCONTINUED ideal-int #53466 +pkg syscall (freebsd-riscv64), const WCOREFLAG = 128 #53466 +pkg syscall (freebsd-riscv64), const WCOREFLAG ideal-int #53466 +pkg syscall (freebsd-riscv64), const WEXITED = 16 #53466 +pkg syscall (freebsd-riscv64), const WEXITED ideal-int #53466 +pkg syscall (freebsd-riscv64), const WLINUXCLONE = 2147483648 #53466 +pkg syscall (freebsd-riscv64), const WLINUXCLONE ideal-int #53466 +pkg syscall (freebsd-riscv64), const WNOHANG = 1 #53466 +pkg syscall (freebsd-riscv64), const WNOHANG ideal-int #53466 +pkg syscall (freebsd-riscv64), const WNOWAIT = 8 #53466 +pkg syscall (freebsd-riscv64), const WNOWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64), const WSTOPPED = 2 #53466 +pkg syscall (freebsd-riscv64), const WSTOPPED ideal-int #53466 +pkg syscall (freebsd-riscv64), const WTRAPPED = 32 #53466 +pkg syscall (freebsd-riscv64), const WTRAPPED ideal-int #53466 +pkg syscall (freebsd-riscv64), const WUNTRACED = 2 #53466 +pkg syscall (freebsd-riscv64), const WUNTRACED ideal-int #53466 +pkg syscall (freebsd-riscv64), func Accept(int) (int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func Accept4(int, int) (int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func Access(string, uint32) error #53466 +pkg syscall (freebsd-riscv64), func Adjtime(*Timeval, *Timeval) error #53466 +pkg syscall (freebsd-riscv64), func Bind(int, Sockaddr) error #53466 +pkg syscall (freebsd-riscv64), func BpfBuflen //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfBuflen(int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func BpfDatalink //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfDatalink(int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func BpfHeadercmpl //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfHeadercmpl(int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func BpfInterface //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfInterface(int, string) (string, error) #53466 +pkg syscall (freebsd-riscv64), func BpfJump //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfJump(int, int, int, int) *BpfInsn #53466 +pkg syscall (freebsd-riscv64), func BpfStats //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfStats(int) (*BpfStat, error) #53466 +pkg syscall (freebsd-riscv64), func BpfStmt //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfStmt(int, int) *BpfInsn #53466 +pkg syscall (freebsd-riscv64), func BpfTimeout //deprecated #53466 +pkg syscall (freebsd-riscv64), func BpfTimeout(int) (*Timeval, error) #53466 +pkg syscall (freebsd-riscv64), func CheckBpfVersion //deprecated #53466 +pkg syscall (freebsd-riscv64), func CheckBpfVersion(int) error #53466 +pkg syscall (freebsd-riscv64), func Chflags(string, int) error #53466 +pkg syscall (freebsd-riscv64), func Chroot(string) error #53466 +pkg syscall (freebsd-riscv64), func Close(int) error #53466 +pkg syscall (freebsd-riscv64), func CloseOnExec(int) #53466 +pkg syscall (freebsd-riscv64), func CmsgLen(int) int #53466 +pkg syscall (freebsd-riscv64), func CmsgSpace(int) int #53466 +pkg syscall (freebsd-riscv64), func Connect(int, Sockaddr) error #53466 +pkg syscall (freebsd-riscv64), func Dup(int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Dup2(int, int) error #53466 +pkg syscall (freebsd-riscv64), func Fchdir(int) error #53466 +pkg syscall (freebsd-riscv64), func Fchflags(int, int) error #53466 +pkg syscall (freebsd-riscv64), func Fchmod(int, uint32) error #53466 +pkg syscall (freebsd-riscv64), func Fchown(int, int, int) error #53466 +pkg syscall (freebsd-riscv64), func FcntlFlock(uintptr, int, *Flock_t) error #53466 +pkg syscall (freebsd-riscv64), func Flock(int, int) error #53466 +pkg syscall (freebsd-riscv64), func FlushBpf //deprecated #53466 +pkg syscall (freebsd-riscv64), func FlushBpf(int) error #53466 +pkg syscall (freebsd-riscv64), func ForkExec(string, []string, *ProcAttr) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Fpathconf(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Fstat(int, *Stat_t) error #53466 +pkg syscall (freebsd-riscv64), func Fstatat(int, string, *Stat_t, int) error #53466 +pkg syscall (freebsd-riscv64), func Fstatfs(int, *Statfs_t) error #53466 +pkg syscall (freebsd-riscv64), func Fsync(int) error #53466 +pkg syscall (freebsd-riscv64), func Ftruncate(int, int64) error #53466 +pkg syscall (freebsd-riscv64), func Futimes(int, []Timeval) error #53466 +pkg syscall (freebsd-riscv64), func Getdirentries(int, []uint8, *uintptr) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Getdtablesize() int #53466 +pkg syscall (freebsd-riscv64), func Getfsstat([]Statfs_t, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Getpeername(int) (Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func Getpgid(int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Getpgrp() int #53466 +pkg syscall (freebsd-riscv64), func Getpriority(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Getrlimit(int, *Rlimit) error #53466 +pkg syscall (freebsd-riscv64), func Getrusage(int, *Rusage) error #53466 +pkg syscall (freebsd-riscv64), func Getsid(int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Getsockname(int) (Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptByte(int, int, int) (uint8, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) #53466 +pkg syscall (freebsd-riscv64), func GetsockoptInt(int, int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Issetugid() bool #53466 +pkg syscall (freebsd-riscv64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Kill(int, Signal) error #53466 +pkg syscall (freebsd-riscv64), func Kqueue() (int, error) #53466 +pkg syscall (freebsd-riscv64), func Listen(int, int) error #53466 +pkg syscall (freebsd-riscv64), func Lstat(string, *Stat_t) error #53466 +pkg syscall (freebsd-riscv64), func Mkfifo(string, uint32) error #53466 +pkg syscall (freebsd-riscv64), func Mknod(string, uint32, uint64) error #53466 +pkg syscall (freebsd-riscv64), func Mmap(int, int64, int, int, int) ([]uint8, error) #53466 +pkg syscall (freebsd-riscv64), func Munmap([]uint8) error #53466 +pkg syscall (freebsd-riscv64), func Nanosleep(*Timespec, *Timespec) error #53466 +pkg syscall (freebsd-riscv64), func Open(string, int, uint32) (int, error) #53466 +pkg syscall (freebsd-riscv64), func ParseDirent([]uint8, int, []string) (int, int, []string) #53466 +pkg syscall (freebsd-riscv64), func ParseRoutingMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) #53466 +pkg syscall (freebsd-riscv64), func ParseRoutingSockaddr //deprecated #53466 +pkg syscall (freebsd-riscv64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) #53466 +pkg syscall (freebsd-riscv64), func ParseUnixRights(*SocketControlMessage) ([]int, error) #53466 +pkg syscall (freebsd-riscv64), func Pathconf(string, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Pipe([]int) error #53466 +pkg syscall (freebsd-riscv64), func Pipe2([]int, int) error #53466 +pkg syscall (freebsd-riscv64), func Pread(int, []uint8, int64) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Pwrite(int, []uint8, int64) (int, error) #53466 +pkg syscall (freebsd-riscv64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64), func Read(int, []uint8) (int, error) #53466 +pkg syscall (freebsd-riscv64), func ReadDirent(int, []uint8) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64), func Revoke(string) error #53466 +pkg syscall (freebsd-riscv64), func RouteRIB //deprecated #53466 +pkg syscall (freebsd-riscv64), func RouteRIB(int, int) ([]uint8, error) #53466 +pkg syscall (freebsd-riscv64), func Seek(int, int64, int) (int64, error) #53466 +pkg syscall (freebsd-riscv64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error #53466 +pkg syscall (freebsd-riscv64), func Sendfile(int, int, *int64, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error #53466 +pkg syscall (freebsd-riscv64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Sendto(int, []uint8, int, Sockaddr) error #53466 +pkg syscall (freebsd-riscv64), func SetBpf //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpf(int, []BpfInsn) error #53466 +pkg syscall (freebsd-riscv64), func SetBpfBuflen //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfBuflen(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func SetBpfDatalink //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfDatalink(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func SetBpfHeadercmpl //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfHeadercmpl(int, int) error #53466 +pkg syscall (freebsd-riscv64), func SetBpfImmediate //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfImmediate(int, int) error #53466 +pkg syscall (freebsd-riscv64), func SetBpfInterface //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfInterface(int, string) error #53466 +pkg syscall (freebsd-riscv64), func SetBpfPromisc //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfPromisc(int, int) error #53466 +pkg syscall (freebsd-riscv64), func SetBpfTimeout //deprecated #53466 +pkg syscall (freebsd-riscv64), func SetBpfTimeout(int, *Timeval) error #53466 +pkg syscall (freebsd-riscv64), func SetKevent(*Kevent_t, int, int, int) #53466 +pkg syscall (freebsd-riscv64), func SetNonblock(int, bool) error #53466 +pkg syscall (freebsd-riscv64), func Setegid(int) error #53466 +pkg syscall (freebsd-riscv64), func Seteuid(int) error #53466 +pkg syscall (freebsd-riscv64), func Setgid(int) error #53466 +pkg syscall (freebsd-riscv64), func Setgroups([]int) error #53466 +pkg syscall (freebsd-riscv64), func Setlogin(string) error #53466 +pkg syscall (freebsd-riscv64), func Setpgid(int, int) error #53466 +pkg syscall (freebsd-riscv64), func Setpriority(int, int, int) error #53466 +pkg syscall (freebsd-riscv64), func Setregid(int, int) error #53466 +pkg syscall (freebsd-riscv64), func Setreuid(int, int) error #53466 +pkg syscall (freebsd-riscv64), func Setrlimit(int, *Rlimit) error #53466 +pkg syscall (freebsd-riscv64), func Setsid() (int, error) #53466 +pkg syscall (freebsd-riscv64), func SetsockoptByte(int, int, int, uint8) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptIPMreq(int, int, int, *IPMreq) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptInt(int, int, int, int) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptLinger(int, int, int, *Linger) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptString(int, int, int, string) error #53466 +pkg syscall (freebsd-riscv64), func SetsockoptTimeval(int, int, int, *Timeval) error #53466 +pkg syscall (freebsd-riscv64), func Settimeofday(*Timeval) error #53466 +pkg syscall (freebsd-riscv64), func Setuid(int) error #53466 +pkg syscall (freebsd-riscv64), func Shutdown(int, int) error #53466 +pkg syscall (freebsd-riscv64), func SlicePtrFromStrings([]string) ([]*uint8, error) #53466 +pkg syscall (freebsd-riscv64), func Socket(int, int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Socketpair(int, int, int) ([2]int, error) #53466 +pkg syscall (freebsd-riscv64), func Stat(string, *Stat_t) error #53466 +pkg syscall (freebsd-riscv64), func Statfs(string, *Statfs_t) error #53466 +pkg syscall (freebsd-riscv64), func StringSlicePtr //deprecated #53466 +pkg syscall (freebsd-riscv64), func StringSlicePtr([]string) []*uint8 #53466 +pkg syscall (freebsd-riscv64), func Sync() error #53466 +pkg syscall (freebsd-riscv64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64), func Sysctl(string) (string, error) #53466 +pkg syscall (freebsd-riscv64), func SysctlUint32(string) (uint32, error) #53466 +pkg syscall (freebsd-riscv64), func TimevalToNsec(Timeval) int64 #53466 +pkg syscall (freebsd-riscv64), func Truncate(string, int64) error #53466 +pkg syscall (freebsd-riscv64), func Umask(int) int #53466 +pkg syscall (freebsd-riscv64), func Undelete(string) error #53466 +pkg syscall (freebsd-riscv64), func UnixRights(...int) []uint8 #53466 +pkg syscall (freebsd-riscv64), func Unmount(string, int) error #53466 +pkg syscall (freebsd-riscv64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) #53466 +pkg syscall (freebsd-riscv64), func Write(int, []uint8) (int, error) #53466 +pkg syscall (freebsd-riscv64), method (*Cmsghdr) SetLen(int) #53466 +pkg syscall (freebsd-riscv64), method (*Iovec) SetLen(int) #53466 +pkg syscall (freebsd-riscv64), method (*Msghdr) SetControllen(int) #53466 +pkg syscall (freebsd-riscv64), type BpfHdr struct #53466 +pkg syscall (freebsd-riscv64), type BpfHdr struct, Caplen uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfHdr struct, Datalen uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfHdr struct, Hdrlen uint16 #53466 +pkg syscall (freebsd-riscv64), type BpfHdr struct, Pad_cgo_0 [6]uint8 #53466 +pkg syscall (freebsd-riscv64), type BpfHdr struct, Tstamp Timeval #53466 +pkg syscall (freebsd-riscv64), type BpfInsn struct #53466 +pkg syscall (freebsd-riscv64), type BpfInsn struct, Code uint16 #53466 +pkg syscall (freebsd-riscv64), type BpfInsn struct, Jf uint8 #53466 +pkg syscall (freebsd-riscv64), type BpfInsn struct, Jt uint8 #53466 +pkg syscall (freebsd-riscv64), type BpfInsn struct, K uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfProgram struct #53466 +pkg syscall (freebsd-riscv64), type BpfProgram struct, Insns *BpfInsn #53466 +pkg syscall (freebsd-riscv64), type BpfProgram struct, Len uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfProgram struct, Pad_cgo_0 [4]uint8 #53466 +pkg syscall (freebsd-riscv64), type BpfStat struct #53466 +pkg syscall (freebsd-riscv64), type BpfStat struct, Drop uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfStat struct, Recv uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfVersion struct #53466 +pkg syscall (freebsd-riscv64), type BpfVersion struct, Major uint16 #53466 +pkg syscall (freebsd-riscv64), type BpfVersion struct, Minor uint16 #53466 +pkg syscall (freebsd-riscv64), type BpfZbuf struct #53466 +pkg syscall (freebsd-riscv64), type BpfZbuf struct, Bufa *uint8 #53466 +pkg syscall (freebsd-riscv64), type BpfZbuf struct, Bufb *uint8 #53466 +pkg syscall (freebsd-riscv64), type BpfZbuf struct, Buflen uint64 #53466 +pkg syscall (freebsd-riscv64), type BpfZbufHeader struct #53466 +pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, Kernel_gen uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, Kernel_len uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, User_gen uint32 #53466 +pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, X_bzh_pad [5]uint32 #53466 +pkg syscall (freebsd-riscv64), type Cmsghdr struct #53466 +pkg syscall (freebsd-riscv64), type Cmsghdr struct, Len uint32 #53466 +pkg syscall (freebsd-riscv64), type Cmsghdr struct, Level int32 #53466 +pkg syscall (freebsd-riscv64), type Cmsghdr struct, Type int32 #53466 +pkg syscall (freebsd-riscv64), type Credential struct #53466 +pkg syscall (freebsd-riscv64), type Credential struct, Gid uint32 #53466 +pkg syscall (freebsd-riscv64), type Credential struct, Groups []uint32 #53466 +pkg syscall (freebsd-riscv64), type Credential struct, NoSetGroups bool #53466 +pkg syscall (freebsd-riscv64), type Credential struct, Uid uint32 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Fileno uint64 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Name [256]int8 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Namlen uint16 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Off int64 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Pad0 uint8 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Pad1 uint16 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Reclen uint16 #53466 +pkg syscall (freebsd-riscv64), type Dirent struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type FdSet struct #53466 +pkg syscall (freebsd-riscv64), type FdSet struct, X__fds_bits [16]uint64 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Len int64 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Pad_cgo_0 [4]uint8 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Pid int32 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Start int64 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Sysid int32 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Type int16 #53466 +pkg syscall (freebsd-riscv64), type Flock_t struct, Whence int16 #53466 +pkg syscall (freebsd-riscv64), type Fsid struct #53466 +pkg syscall (freebsd-riscv64), type Fsid struct, Val [2]int32 #53466 +pkg syscall (freebsd-riscv64), type ICMPv6Filter struct #53466 +pkg syscall (freebsd-riscv64), type ICMPv6Filter struct, Filt [8]uint32 #53466 +pkg syscall (freebsd-riscv64), type IPMreqn struct #53466 +pkg syscall (freebsd-riscv64), type IPMreqn struct, Address [4]uint8 #53466 +pkg syscall (freebsd-riscv64), type IPMreqn struct, Ifindex int32 #53466 +pkg syscall (freebsd-riscv64), type IPMreqn struct, Multiaddr [4]uint8 #53466 +pkg syscall (freebsd-riscv64), type IPv6MTUInfo struct #53466 +pkg syscall (freebsd-riscv64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 #53466 +pkg syscall (freebsd-riscv64), type IPv6MTUInfo struct, Mtu uint32 #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Name [16]int8 #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, What uint16 #53466 +pkg syscall (freebsd-riscv64), type IfData struct #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Addrlen uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Baudrate uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Collisions uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Datalen uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Epoch int64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Hdrlen uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Hwassist uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Ibytes uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Ierrors uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Imcasts uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Ipackets uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Iqdrops uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Lastchange Timeval #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Link_state uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Metric uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Mtu uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Noproto uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Obytes uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Oerrors uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Omcasts uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Opackets uint64 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Physical uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Spare_char1 uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Spare_char2 uint8 #53466 +pkg syscall (freebsd-riscv64), type IfData struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Data IfData #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type IfMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Metric int32 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type IfaMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type IfmaMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64), type Inet6Pktinfo struct #53466 +pkg syscall (freebsd-riscv64), type Inet6Pktinfo struct, Addr [16]uint8 #53466 +pkg syscall (freebsd-riscv64), type Inet6Pktinfo struct, Ifindex uint32 #53466 +pkg syscall (freebsd-riscv64), type InterfaceAddrMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), type InterfaceAddrMessage struct #53466 +pkg syscall (freebsd-riscv64), type InterfaceAddrMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64), type InterfaceAddrMessage struct, Header IfaMsghdr #53466 +pkg syscall (freebsd-riscv64), type InterfaceAnnounceMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), type InterfaceAnnounceMessage struct #53466 +pkg syscall (freebsd-riscv64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr #53466 +pkg syscall (freebsd-riscv64), type InterfaceMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), type InterfaceMessage struct #53466 +pkg syscall (freebsd-riscv64), type InterfaceMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64), type InterfaceMessage struct, Header IfMsghdr #53466 +pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage struct #53466 +pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr #53466 +pkg syscall (freebsd-riscv64), type Iovec struct #53466 +pkg syscall (freebsd-riscv64), type Iovec struct, Base *uint8 #53466 +pkg syscall (freebsd-riscv64), type Iovec struct, Len uint64 #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct, Data int64 #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct, Fflags uint32 #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct, Filter int16 #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct, Flags uint16 #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct, Ident uint64 #53466 +pkg syscall (freebsd-riscv64), type Kevent_t struct, Udata *uint8 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Control *uint8 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Controllen uint32 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Iov *Iovec #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Iovlen int32 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Name *uint8 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Namelen uint32 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Pad_cgo_0 [4]uint8 #53466 +pkg syscall (freebsd-riscv64), type Msghdr struct, Pad_cgo_1 [4]uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddr struct, Data [14]int8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddr struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddr struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrAny struct, Pad [92]int8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Alen uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Data [46]int8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Nlen uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Slen uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrDatalink struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrInet4 struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrInet4 struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrInet4 struct, Zero [8]int8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrInet6 struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrInet6 struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrUnix struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrUnix struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64), type RawSockaddrUnix struct, Path [104]int8 #53466 +pkg syscall (freebsd-riscv64), type Rlimit struct #53466 +pkg syscall (freebsd-riscv64), type Rlimit struct, Cur int64 #53466 +pkg syscall (freebsd-riscv64), type Rlimit struct, Max int64 #53466 +pkg syscall (freebsd-riscv64), type RouteMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), type RouteMessage struct #53466 +pkg syscall (freebsd-riscv64), type RouteMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64), type RouteMessage struct, Header RtMsghdr #53466 +pkg syscall (freebsd-riscv64), type RoutingMessage //deprecated #53466 +pkg syscall (freebsd-riscv64), type RoutingMessage interface, unexported methods #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Expire uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Filler [3]uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Hopcount uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Locks uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Mtu uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Pksent uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Recvpipe uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Rtt uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Rttvar uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Sendpipe uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Ssthresh uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMetrics struct, Weight uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Errno int32 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Fmask int32 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Inits uint64 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Pid int32 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Rmx RtMetrics #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Seq int32 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type RtMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Idrss int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Inblock int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Isrss int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Ixrss int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Majflt int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Maxrss int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Minflt int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Msgrcv int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Msgsnd int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Nivcsw int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Nsignals int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Nswap int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Nvcsw int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Oublock int64 #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Stime Timeval #53466 +pkg syscall (freebsd-riscv64), type Rusage struct, Utime Timeval #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Alen uint8 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Data [46]int8 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Nlen uint8 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Slen uint8 #53466 +pkg syscall (freebsd-riscv64), type SockaddrDatalink struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64), type SocketControlMessage struct #53466 +pkg syscall (freebsd-riscv64), type SocketControlMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64), type SocketControlMessage struct, Header Cmsghdr #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Atimespec Timespec #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Birthtimespec Timespec #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Blksize int32 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Blocks int64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Ctimespec Timespec #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Dev uint64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Flags uint32 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Gen uint64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Gid uint32 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Ino uint64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Mode uint16 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Mtimespec Timespec #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Nlink uint64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Padding0 int16 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Padding1 int32 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Rdev uint64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Size int64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Spare [10]uint64 #53466 +pkg syscall (freebsd-riscv64), type Stat_t struct, Uid uint32 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Asyncreads uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Asyncwrites uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Bavail int64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Bfree uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Blocks uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Bsize uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Charspare [80]int8 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Ffree int64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Files uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Flags uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Fsid Fsid #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Fstypename [16]int8 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Iosize uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntfromname [1024]int8 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntonname [1024]int8 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Namemax uint32 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Owner uint32 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Spare [10]uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Syncreads uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Syncwrites uint64 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Type uint32 #53466 +pkg syscall (freebsd-riscv64), type Statfs_t struct, Version uint32 #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Chroot string #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Credential *Credential #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Ctty int #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Foreground bool #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Noctty bool #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Pdeathsig Signal #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Pgid int #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Ptrace bool #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setctty bool #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setpgid bool #53466 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setsid bool #53466 +pkg syscall (freebsd-riscv64), type Termios struct #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Cc [20]uint8 #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Cflag uint32 #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Iflag uint32 #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Ispeed uint32 #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Lflag uint32 #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Oflag uint32 #53466 +pkg syscall (freebsd-riscv64), type Termios struct, Ospeed uint32 #53466 +pkg syscall (freebsd-riscv64), type Timespec struct, Nsec int64 #53466 +pkg syscall (freebsd-riscv64), type Timespec struct, Sec int64 #53466 +pkg syscall (freebsd-riscv64), type Timeval struct, Sec int64 #53466 +pkg syscall (freebsd-riscv64), type Timeval struct, Usec int64 #53466 +pkg syscall (freebsd-riscv64), type WaitStatus uint32 #53466 +pkg syscall (freebsd-riscv64), var Stderr int #53466 +pkg syscall (freebsd-riscv64), var Stdin int #53466 +pkg syscall (freebsd-riscv64), var Stdout int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ARP = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ARP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ATM = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_BLUETOOTH = 36 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_BLUETOOTH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_CCITT = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_CCITT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_CHAOS = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_CHAOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_CNT = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_CNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_COIP = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_COIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_DATAKIT = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_DATAKIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_DECnet = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_DECnet ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_DLI = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_DLI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_E164 = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_E164 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ECMA = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ECMA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_HYLINK = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_HYLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_IEEE80211 = 37 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_IEEE80211 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_IMPLINK = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_IMPLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_INET6 = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_INET6_SDP = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_INET6_SDP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_INET_SDP = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_INET_SDP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_IPX = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_IPX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ISDN = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ISDN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ISO = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ISO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_LAT = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_LAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_LINK = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_LOCAL = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_LOCAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_MAX = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_NATM = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_NATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_NETBIOS = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_NETBIOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_NETGRAPH = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_NETGRAPH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_OSI = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_OSI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_PUP = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_PUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ROUTE = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_ROUTE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SCLUSTER = 34 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SCLUSTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SIP = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SLOW = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SLOW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SNA = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_SNA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR00 = 39 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR00 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR01 = 41 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR01 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR02 = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR02 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR03 = 45 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR03 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR04 = 47 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR04 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR05 = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR05 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR06 = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR06 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR07 = 53 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR07 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR08 = 55 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR08 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR09 = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR09 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR10 = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR10 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR11 = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR11 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR12 = 63 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR12 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR13 = 65 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR13 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR14 = 67 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR14 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR15 = 69 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR15 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR16 = 71 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR16 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR17 = 73 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR17 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR18 = 75 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR18 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR19 = 77 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR19 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR20 = 79 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR20 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR21 = 81 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR21 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR22 = 83 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR22 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR23 = 85 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR23 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR24 = 87 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR24 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR25 = 89 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR25 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR26 = 91 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR26 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR27 = 93 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR27 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR28 = 95 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR28 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR29 = 97 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR29 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR30 = 99 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR30 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR31 = 101 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR31 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR32 = 103 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR32 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR33 = 105 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR33 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR34 = 107 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR34 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR35 = 109 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR35 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR36 = 111 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR36 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR37 = 113 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR37 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR38 = 115 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR38 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR39 = 117 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR39 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR40 = 119 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR40 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR41 = 121 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR41 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR42 = 123 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR42 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR43 = 125 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR43 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR44 = 127 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR44 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR45 = 129 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR45 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR46 = 131 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR46 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR47 = 133 #53466 +pkg syscall (freebsd-riscv64-cgo), const AF_VENDOR47 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B0 = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const B0 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B110 = 110 #53466 +pkg syscall (freebsd-riscv64-cgo), const B110 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B115200 = 115200 #53466 +pkg syscall (freebsd-riscv64-cgo), const B115200 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B1200 = 1200 #53466 +pkg syscall (freebsd-riscv64-cgo), const B1200 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B134 = 134 #53466 +pkg syscall (freebsd-riscv64-cgo), const B134 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B14400 = 14400 #53466 +pkg syscall (freebsd-riscv64-cgo), const B14400 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B150 = 150 #53466 +pkg syscall (freebsd-riscv64-cgo), const B150 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B1800 = 1800 #53466 +pkg syscall (freebsd-riscv64-cgo), const B1800 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B19200 = 19200 #53466 +pkg syscall (freebsd-riscv64-cgo), const B19200 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B200 = 200 #53466 +pkg syscall (freebsd-riscv64-cgo), const B200 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B230400 = 230400 #53466 +pkg syscall (freebsd-riscv64-cgo), const B230400 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B2400 = 2400 #53466 +pkg syscall (freebsd-riscv64-cgo), const B2400 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B28800 = 28800 #53466 +pkg syscall (freebsd-riscv64-cgo), const B28800 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B300 = 300 #53466 +pkg syscall (freebsd-riscv64-cgo), const B300 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B38400 = 38400 #53466 +pkg syscall (freebsd-riscv64-cgo), const B38400 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B460800 = 460800 #53466 +pkg syscall (freebsd-riscv64-cgo), const B460800 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B4800 = 4800 #53466 +pkg syscall (freebsd-riscv64-cgo), const B4800 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B50 = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const B50 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B57600 = 57600 #53466 +pkg syscall (freebsd-riscv64-cgo), const B57600 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B600 = 600 #53466 +pkg syscall (freebsd-riscv64-cgo), const B600 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B7200 = 7200 #53466 +pkg syscall (freebsd-riscv64-cgo), const B7200 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B75 = 75 #53466 +pkg syscall (freebsd-riscv64-cgo), const B75 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B76800 = 76800 #53466 +pkg syscall (freebsd-riscv64-cgo), const B76800 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B921600 = 921600 #53466 +pkg syscall (freebsd-riscv64-cgo), const B921600 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const B9600 = 9600 #53466 +pkg syscall (freebsd-riscv64-cgo), const B9600 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCFEEDBACK = 2147762812 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCFEEDBACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCFLUSH = 536887912 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGBLEN = 1074020966 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGBLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGDIRECTION = 1074020982 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGDIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGDLT = 1074020970 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGDLT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGDLTLIST = 3222291065 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGDLTLIST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGETBUFMODE = 1074020989 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGETBUFMODE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGETIF = 1075855979 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGETIF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGETZMAX = 1074283135 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGETZMAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGHDRCMPLT = 1074020980 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGHDRCMPLT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGRSIG = 1074020978 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGRSIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGRTIMEOUT = 1074807406 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGRTIMEOUT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGSEESENT = 1074020982 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGSEESENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGSTATS = 1074283119 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGSTATS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGTSTAMP = 1074020995 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCGTSTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCIMMEDIATE = 2147762800 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCIMMEDIATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCLOCK = 536887930 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCPROMISC = 536887913 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCPROMISC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCROTZBUF = 1075331712 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCROTZBUF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSBLEN = 3221504614 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSBLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSDIRECTION = 2147762807 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSDIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSDLT = 2147762808 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSDLT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETBUFMODE = 2147762814 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETBUFMODE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETF = 2148549223 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETFNR = 2148549250 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETFNR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETIF = 2149597804 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETIF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETWF = 2148549243 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETWF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETZBUF = 2149073537 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSETZBUF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSHDRCMPLT = 2147762805 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSHDRCMPLT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSRSIG = 2147762803 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSRSIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSRTIMEOUT = 2148549229 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSRTIMEOUT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSSEESENT = 2147762807 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSSEESENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSTSTAMP = 2147762820 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCSTSTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCVERSION = 1074020977 #53466 +pkg syscall (freebsd-riscv64-cgo), const BIOCVERSION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_A = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_A ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ABS = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ABS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ADD = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ALIGNMENT = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ALIGNMENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ALU = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ALU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_AND = 80 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_AND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_B = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_B ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_BUFMODE_BUFFER = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_BUFMODE_BUFFER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_BUFMODE_ZBUF = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_BUFMODE_ZBUF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_DIV = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_DIV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_H = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_H ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_IMM = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_IMM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_IND = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_IND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JA = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JEQ = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JEQ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JGE = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JGT = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JGT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JMP = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JSET = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_JSET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_K = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_K ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LD = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LDX = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LDX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LEN = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LSH = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_LSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MAJOR_VERSION = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MAJOR_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MAXBUFSIZE = 524288 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MAXBUFSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MAXINSNS = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MAXINSNS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MEM = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MEM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MEMWORDS = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MEMWORDS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MINBUFSIZE = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MINBUFSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MINOR_VERSION = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MINOR_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MISC = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MISC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MSH = 160 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MUL = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_MUL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_NEG = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_NEG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_OR = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_OR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_RELEASE = 199606 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_RELEASE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_RET = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_RET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_RSH = 112 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_RSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ST = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_ST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_STX = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_STX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_SUB = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_SUB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_TAX = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_TAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_TXA = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_TXA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME_FAST = 258 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME_MONOTONIC = 514 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_FAST = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_FLAG_MASK = 768 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_FLAG_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_FORMAT_MASK = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_FORMAT_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME_FAST = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MONOTONIC = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MONOTONIC_FAST = 768 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME_FAST = 257 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NONE = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NONE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NORMAL = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_T_NORMAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_W = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_W ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_X = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const BPF_X ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const BRKINT = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const BRKINT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CFLUSH = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const CFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CLOCAL = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const CLOCAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CREAD = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const CREAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CS5 = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const CS5 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CS6 = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const CS6 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CS7 = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const CS7 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CS8 = 768 #53466 +pkg syscall (freebsd-riscv64-cgo), const CS8 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CSIZE = 768 #53466 +pkg syscall (freebsd-riscv64-cgo), const CSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTART = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTART ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTATUS = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTATUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTOP = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTOPB = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const CSTOPB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CSUSP = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const CSUSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CTL_MAXNAME = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const CTL_MAXNAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const CTL_NET = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const CTL_NET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_A429 = 184 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_A429 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_A653_ICM = 185 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_A653_ICM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AIRONET_HEADER = 120 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AIRONET_HEADER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AOS = 222 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ARCNET = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ARCNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ARCNET_LINUX = 129 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ARCNET_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ATM_CLIP = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ATM_CLIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ATM_RFC1483 = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ATM_RFC1483 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AURORA = 126 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AURORA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AX25 = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AX25 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AX25_KISS = 202 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_AX25_KISS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_BACNET_MS_TP = 165 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_BACNET_MS_TP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CAN20B = 190 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CAN20B ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CAN_SOCKETCAN = 227 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CAN_SOCKETCAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CHAOS = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CHAOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CHDLC = 104 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CISCO_IOS = 118 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_CISCO_IOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_C_HDLC = 104 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_C_HDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_C_HDLC_WITH_DIR = 205 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DBUS = 231 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DBUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DECT = 221 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DOCSIS = 143 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DOCSIS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DVB_CI = 235 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_DVB_CI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ECONET = 115 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ECONET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_EN10MB = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_EN10MB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_EN3MB = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_EN3MB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ENC = 109 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ENC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ERF = 197 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ERF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ERF_ETH = 175 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ERF_ETH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ERF_POS = 176 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_ERF_POS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FC_2 = 224 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FC_2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FDDI = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FDDI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FLEXRAY = 210 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FLEXRAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FRELAY = 107 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FRELAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FRELAY_WITH_DIR = 206 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_FRELAY_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GCOM_SERIAL = 173 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GCOM_SERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GCOM_T1E1 = 172 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GCOM_T1E1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GPF_F = 171 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GPF_F ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GPF_T = 170 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GPF_T ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GPRS_LLC = 169 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GPRS_LLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GSMTAP_ABIS = 218 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GSMTAP_ABIS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GSMTAP_UM = 217 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_GSMTAP_UM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_HHDLC = 121 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_HHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IBM_SN = 146 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IBM_SN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IBM_SP = 145 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IBM_SP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802 = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_11 = 105 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_11 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_11_RADIO = 127 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_11_RADIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4 = 195 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4_LINUX = 191 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4_NOFCS = 230 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_16_MAC_CPS = 188 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPFILTER = 116 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPMB = 199 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPMB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPMB_LINUX = 209 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPMB_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPNET = 226 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPOIB = 242 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPOIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPV4 = 228 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPV4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPV6 = 229 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IPV6 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IP_OVER_FC = 122 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_IP_OVER_FC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ATM1 = 137 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ATM1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ATM2 = 135 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ATM2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_CHDLC = 181 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_CHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ES = 132 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ETHER = 178 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ETHER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_FRELAY = 180 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_FRELAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_GGSN = 133 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_GGSN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ISM = 194 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ISM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MFR = 134 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MFR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MLFR = 131 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MLFR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MLPPP = 130 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MLPPP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MONITOR = 164 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_MONITOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PIC_PEER = 174 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PPP = 179 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PPP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PPPOE = 167 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PPPOE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_SERVICES = 136 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_SERVICES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_SRX_E2E = 233 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_SRX_E2E ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ST = 200 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_ST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_VP = 183 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_VP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_VS = 232 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_JUNIPER_VS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LAPB_WITH_DIR = 207 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LAPB_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LAPD = 203 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LAPD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LIN = 212 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_EVDEV = 216 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_EVDEV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_IRDA = 144 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_IRDA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_LAPD = 177 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_LAPD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_SLL = 113 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LINUX_SLL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LOOP = 108 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LTALK = 114 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_LTALK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MATCHING_MAX = 246 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MATCHING_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MATCHING_MIN = 104 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MATCHING_MIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MFR = 182 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MFR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MOST = 211 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MPEG_2_TS = 243 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MPEG_2_TS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MPLS = 219 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MPLS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MTP2 = 140 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MTP2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MTP2_WITH_PHDR = 139 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MTP2_WITH_PHDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MTP3 = 141 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MTP3 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MUX27010 = 236 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_MUX27010 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NETANALYZER = 240 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NETANALYZER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NFC_LLCP = 245 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NFC_LLCP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NFLOG = 239 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NFLOG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NG40 = 244 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NG40 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NULL = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_NULL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PCI_EXP = 125 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PCI_EXP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PFLOG = 117 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PFLOG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PFSYNC = 121 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PFSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPI = 192 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_BSDOS = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_BSDOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_ETHER = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_ETHER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_PPPD = 166 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_PPPD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_SERIAL = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_SERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_WITH_DIR = 204 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_WITH_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_WITH_DIRECTION = 166 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PPP_WITH_DIRECTION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PRISM_HEADER = 119 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PRISM_HEADER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PRONET = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_PRONET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_RAIF1 = 198 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_RAIF1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_RAW = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_RAW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_RIO = 124 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_RIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SCCP = 142 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SCCP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SITA = 196 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SITA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SLIP = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SLIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SLIP_BSDOS = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SLIP_BSDOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_STANAG_5066_D_PDU = 237 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_STANAG_5066_D_PDU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SUNATM = 123 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SUNATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SYMANTEC_FIREWALL = 99 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_TZSP = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_TZSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USB = 186 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USB_LINUX = 189 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USB_LINUX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USB_LINUX_MMAPPED = 220 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER0 = 147 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER0 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER1 = 148 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER10 = 157 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER10 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER11 = 158 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER11 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER12 = 159 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER12 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER13 = 160 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER13 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER14 = 161 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER14 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER15 = 162 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER15 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER2 = 149 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER3 = 150 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER3 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER4 = 151 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER5 = 152 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER5 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER6 = 153 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER6 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER7 = 154 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER7 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER8 = 155 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER8 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER9 = 156 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_USER9 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_WIHART = 223 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_WIHART ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_X2E_SERIAL = 213 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_X2E_SERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_X2E_XORAYA = 214 #53466 +pkg syscall (freebsd-riscv64-cgo), const DLT_X2E_XORAYA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_BLK = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_BLK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_CHR = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_CHR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_DIR = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_DIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_FIFO = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_FIFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_LNK = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_LNK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_REG = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_REG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_SOCK = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_SOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_UNKNOWN = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_UNKNOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_WHT = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const DT_WHT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const E2BIG = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const EACCES = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const EADDRINUSE = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const EADDRNOTAVAIL = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const EAFNOSUPPORT = 47 #53466 +pkg syscall (freebsd-riscv64-cgo), const EAGAIN = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const EALREADY = 37 #53466 +pkg syscall (freebsd-riscv64-cgo), const EAUTH = 80 #53466 +pkg syscall (freebsd-riscv64-cgo), const EAUTH Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EBADF = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const EBADMSG = 89 #53466 +pkg syscall (freebsd-riscv64-cgo), const EBADMSG Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EBADRPC = 72 #53466 +pkg syscall (freebsd-riscv64-cgo), const EBADRPC Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EBUSY = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECANCELED = 85 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECAPMODE = 94 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECAPMODE Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHILD = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHO = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOCTL = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOK = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOKE = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOKE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHONL = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHONL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOPRT = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECHOPRT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ECONNABORTED = 53 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECONNREFUSED = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const ECONNRESET = 54 #53466 +pkg syscall (freebsd-riscv64-cgo), const EDEADLK = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const EDESTADDRREQ = 39 #53466 +pkg syscall (freebsd-riscv64-cgo), const EDOM = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const EDOOFUS = 88 #53466 +pkg syscall (freebsd-riscv64-cgo), const EDOOFUS Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EDQUOT = 69 #53466 +pkg syscall (freebsd-riscv64-cgo), const EEXIST = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const EFAULT = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const EFBIG = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const EFTYPE = 79 #53466 +pkg syscall (freebsd-riscv64-cgo), const EFTYPE Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EHOSTDOWN = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const EHOSTUNREACH = 65 #53466 +pkg syscall (freebsd-riscv64-cgo), const EIDRM = 82 #53466 +pkg syscall (freebsd-riscv64-cgo), const EILSEQ = 86 #53466 +pkg syscall (freebsd-riscv64-cgo), const EINPROGRESS = 36 #53466 +pkg syscall (freebsd-riscv64-cgo), const EINTR = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const EINVAL = 22 #53466 +pkg syscall (freebsd-riscv64-cgo), const EIO = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const EISCONN = 56 #53466 +pkg syscall (freebsd-riscv64-cgo), const EISDIR = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const ELAST = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const ELAST Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ELOOP = 62 #53466 +pkg syscall (freebsd-riscv64-cgo), const EMFILE = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const EMLINK = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const EMSGSIZE = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const EMULTIHOP = 90 #53466 +pkg syscall (freebsd-riscv64-cgo), const EMULTIHOP Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ENAMETOOLONG = 63 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENEEDAUTH = 81 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENEEDAUTH Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ENETDOWN = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENETRESET = 52 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENETUNREACH = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENFILE = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOATTR = 87 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOATTR Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOBUFS = 55 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENODEV = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOEXEC = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOLCK = 77 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOLINK = 91 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOLINK Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOMEM = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOMSG = 83 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOPROTOOPT = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOSPC = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOSYS = 78 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTBLK = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTCAPABLE = 93 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTCAPABLE Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTCONN = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTDIR = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTEMPTY = 66 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTRECOVERABLE = 95 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTRECOVERABLE Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTSOCK = 38 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTSUP = 45 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENOTTY = 25 #53466 +pkg syscall (freebsd-riscv64-cgo), const ENXIO = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const EOPNOTSUPP = 45 #53466 +pkg syscall (freebsd-riscv64-cgo), const EOVERFLOW = 84 #53466 +pkg syscall (freebsd-riscv64-cgo), const EOWNERDEAD = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const EOWNERDEAD Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EPERM = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPFNOSUPPORT = 46 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPIPE = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROCLIM = 67 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROCLIM Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROCUNAVAIL = 76 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROCUNAVAIL Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROGMISMATCH = 75 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROGMISMATCH Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROGUNAVAIL = 74 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROGUNAVAIL Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROTO = 92 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROTO Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROTONOSUPPORT = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const EPROTOTYPE = 41 #53466 +pkg syscall (freebsd-riscv64-cgo), const ERANGE = 34 #53466 +pkg syscall (freebsd-riscv64-cgo), const EREMOTE = 71 #53466 +pkg syscall (freebsd-riscv64-cgo), const EROFS = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const ERPCMISMATCH = 73 #53466 +pkg syscall (freebsd-riscv64-cgo), const ERPCMISMATCH Errno #53466 +pkg syscall (freebsd-riscv64-cgo), const ESHUTDOWN = 58 #53466 +pkg syscall (freebsd-riscv64-cgo), const ESOCKTNOSUPPORT = 44 #53466 +pkg syscall (freebsd-riscv64-cgo), const ESPIPE = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const ESRCH = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const ESTALE = 70 #53466 +pkg syscall (freebsd-riscv64-cgo), const ETIMEDOUT = 60 #53466 +pkg syscall (freebsd-riscv64-cgo), const ETOOMANYREFS = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const ETXTBSY = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const EUSERS = 68 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_AIO = -3 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_AIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_FS = -9 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_FS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_LIO = -10 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_LIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_PROC = -5 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_PROC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_READ = -1 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_READ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_SIGNAL = -6 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_SIGNAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_SYSCOUNT = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_SYSCOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_TIMER = -7 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_TIMER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_USER = -11 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_USER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_VNODE = -4 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_VNODE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_WRITE = -2 #53466 +pkg syscall (freebsd-riscv64-cgo), const EVFILT_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ADD = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_CLEAR = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_CLEAR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DELETE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DISABLE = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DISABLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DISPATCH = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DISPATCH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DROP = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_DROP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ENABLE = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ENABLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_EOF = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_EOF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ERROR = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ERROR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_FLAG1 = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_FLAG1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ONESHOT = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_ONESHOT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_RECEIPT = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_RECEIPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_SYSFLAGS = 61440 #53466 +pkg syscall (freebsd-riscv64-cgo), const EV_SYSFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EWOULDBLOCK = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const EXDEV = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const EXTA = 19200 #53466 +pkg syscall (freebsd-riscv64-cgo), const EXTA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EXTB = 38400 #53466 +pkg syscall (freebsd-riscv64-cgo), const EXTB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const EXTPROC = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const EXTPROC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const FD_CLOEXEC = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const FD_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const FD_SETSIZE = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const FD_SETSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const FLUSHO = 8388608 #53466 +pkg syscall (freebsd-riscv64-cgo), const FLUSHO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_CANCEL = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_CANCEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUP2FD = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUP2FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUP2FD_CLOEXEC = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUP2FD_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUPFD = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUPFD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUPFD_CLOEXEC = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_DUPFD_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETFD = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETFD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETFL = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETFL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETLK = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETLK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETOWN = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_GETOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OGETLK = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OGETLK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OK = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OSETLK = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OSETLK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OSETLKW = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_OSETLKW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_RDAHEAD = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_RDAHEAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_RDLCK = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_RDLCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_READAHEAD = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_READAHEAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETFD = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETFD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETFL = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETFL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETLK = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETLK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETLKW = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETLKW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETLK_REMOTE = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETLK_REMOTE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETOWN = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_SETOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_UNLCK = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_UNLCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_UNLCKSYS = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_UNLCKSYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const F_WRLCK = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const F_WRLCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const HUPCL = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const HUPCL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ICANON = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const ICANON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ICMP6_FILTER = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const ICMP6_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ICRNL = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const ICRNL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IEXTEN = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const IEXTEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFAN_ARRIVAL = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFAN_ARRIVAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFAN_DEPARTURE = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFAN_DEPARTURE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_ALLMULTI = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_ALLMULTI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_ALTPHYS = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_ALTPHYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_CANTCHANGE = 2199410 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_CANTCHANGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_CANTCONFIG = 65536 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_CANTCONFIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DEBUG = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DEBUG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DRV_OACTIVE = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DRV_OACTIVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DRV_RUNNING = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DRV_RUNNING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DYING = 2097152 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_DYING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LINK0 = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LINK0 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LINK1 = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LINK1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LINK2 = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LINK2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_LOOPBACK = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_MONITOR = 262144 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_MONITOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_MULTICAST = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_NOARP = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_NOARP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_OACTIVE = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_OACTIVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_POINTOPOINT = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_POINTOPOINT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_PPROMISC = 131072 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_PPROMISC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_PROMISC = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_PROMISC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_RENAMING = 4194304 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_RENAMING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_RUNNING = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_RUNNING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_SIMPLEX = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_SIMPLEX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_SMART = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_SMART ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_STATICARP = 524288 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFF_STATICARP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFNAMSIZ = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFNAMSIZ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_1822 = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_1822 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_A12MPPSWITCH = 130 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_A12MPPSWITCH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AAL2 = 187 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AAL2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AAL5 = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AAL5 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ADSL = 94 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ADSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AFLANE8023 = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AFLANE8023 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AFLANE8025 = 60 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_AFLANE8025 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ARAP = 88 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ARAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ARCNET = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ARCNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ARCNETPLUS = 36 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ARCNETPLUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ASYNC = 84 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ASYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATM = 37 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMDXI = 105 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMDXI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMFUNI = 106 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMFUNI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMIMA = 107 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMIMA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMLOGICAL = 80 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMLOGICAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMRADIO = 189 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMRADIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMSUBINTERFACE = 134 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMSUBINTERFACE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMVCIENDPT = 194 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMVCIENDPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMVIRTUAL = 149 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ATMVIRTUAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_BGPPOLICYACCOUNTING = 162 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_BRIDGE = 209 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_BRIDGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_BSC = 83 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_BSC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CARP = 248 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CARP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CCTEMUL = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CCTEMUL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CEPT = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CEPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CES = 133 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CHANNEL = 70 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CNR = 85 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_CNR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_COFFEE = 132 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_COFFEE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_COMPOSITELINK = 155 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_COMPOSITELINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DCN = 141 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DCN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DIGITALPOWERLINE = 138 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DIGITALPOWERLINE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DLSW = 74 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DLSW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DOCSCABLEMACLAYER = 127 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DOCSCABLEUPSTREAM = 129 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS0 = 81 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS0 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS0BUNDLE = 82 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS0BUNDLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS1FDL = 170 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS1FDL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS3 = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DS3 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DTM = 140 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DTM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBASILN = 172 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBASILN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBASIOUT = 173 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBASIOUT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBRCCDOWNSTREAM = 147 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBRCCMACLAYER = 146 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBRCCMACLAYER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBRCCUPSTREAM = 148 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_DVBRCCUPSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ENC = 244 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ENC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_EON = 25 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_EON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_EPLRS = 87 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_EPLRS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ESCON = 73 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ESCON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ETHER = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ETHER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FAITH = 242 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FAITH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FAST = 125 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FASTETHER = 62 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FASTETHER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FASTETHERFX = 69 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FASTETHERFX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FDDI = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FDDI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FIBRECHANNEL = 56 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FIBRECHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRAMERELAYMPI = 92 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRAMERELAYMPI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRDLCIENDPT = 193 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRDLCIENDPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRELAY = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRELAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRELAYDCE = 44 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRELAYDCE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRF16MFRBUNDLE = 163 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRF16MFRBUNDLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRFORWARD = 158 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_FRFORWARD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_G703AT2MB = 67 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_G703AT2MB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_G703AT64K = 66 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_G703AT64K ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GIF = 240 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GIF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GIGABITETHERNET = 117 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GIGABITETHERNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GR303IDT = 178 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GR303IDT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GR303RDT = 177 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_GR303RDT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_H323GATEKEEPER = 164 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_H323GATEKEEPER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_H323PROXY = 165 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_H323PROXY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HDH1822 = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HDH1822 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HDLC = 118 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HDSL2 = 168 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HDSL2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HIPERLAN2 = 183 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HIPERLAN2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HIPPI = 47 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HIPPI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HIPPIINTERFACE = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HIPPIINTERFACE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HOSTPAD = 90 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HOSTPAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HSSI = 46 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HSSI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HY = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_HY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IBM370PARCHAN = 72 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IBM370PARCHAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IDSL = 154 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IDSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE1394 = 144 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE1394 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE80211 = 71 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE80211 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE80212 = 55 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE80212 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE8023ADLAG = 161 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IEEE8023ADLAG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IFGSN = 145 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IFGSN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IMT = 190 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IMT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_INFINIBAND = 199 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_INFINIBAND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_INTERLEAVE = 124 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_INTERLEAVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IP = 126 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPFORWARD = 142 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPFORWARD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPOVERATM = 114 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPOVERATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPOVERCDLC = 109 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPOVERCDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPOVERCLAW = 110 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPOVERCLAW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPSWITCH = 78 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPSWITCH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPXIP = 249 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_IPXIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDN = 63 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNBASIC = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNBASIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNPRIMARY = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNPRIMARY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNS = 75 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNU = 76 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISDNU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88022LLC = 41 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88022LLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88023 = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88023 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88024 = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88024 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025 = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025CRFPINT = 98 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025CRFPINT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025DTR = 86 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025DTR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025FIBER = 115 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88025FIBER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88026 = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISO88026 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISUP = 179 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ISUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_L2VLAN = 135 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_L2VLAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_L3IPVLAN = 136 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_L3IPVLAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_L3IPXVLAN = 137 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_L3IPXVLAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LAPB = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LAPB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LAPD = 77 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LAPD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LAPF = 119 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LAPF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LOCALTALK = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LOCALTALK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LOOP = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MEDIAMAILOVERIP = 139 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MEDIAMAILOVERIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MFSIGLINK = 167 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MFSIGLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MIOX25 = 38 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MIOX25 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MODEM = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MODEM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MPC = 113 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MPC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MPLS = 166 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MPLS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MPLSTUNNEL = 150 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MPLSTUNNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MSDSL = 143 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MSDSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MVL = 191 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MVL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MYRINET = 99 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_MYRINET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_NFAS = 175 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_NFAS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_NSIP = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_NSIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_OPTICALCHANNEL = 195 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_OPTICALCHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_OPTICALTRANSPORT = 196 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_OPTICALTRANSPORT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_OTHER = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_OTHER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_P10 = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_P10 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_P80 = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_P80 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PARA = 34 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PARA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PFLOG = 246 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PFLOG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PFSYNC = 247 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PFSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PLC = 174 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_POS = 171 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_POS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PPP = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PPP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PPPMULTILINKBUNDLE = 108 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPBWAP2MP = 184 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPBWAP2MP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPCNLS = 89 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPCNLS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPMUX = 54 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPMUX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPVIRTUAL = 53 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPVIRTUAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPWIRELESSP2P = 157 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PROPWIRELESSP2P ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PTPSERIAL = 22 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PTPSERIAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PVC = 241 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_PVC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_QLLC = 68 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_QLLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RADIOMAC = 188 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RADIOMAC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RADSL = 95 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RADSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_REACHDSL = 192 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_REACHDSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RFC1483 = 159 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RFC1483 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RS232 = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RS232 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RSRB = 79 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_RSRB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SDLC = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SDSL = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SDSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SHDSL = 169 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SHDSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SIP = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SLIP = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SLIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SMDSDXI = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SMDSDXI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SMDSICIP = 52 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SMDSICIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONET = 39 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONETOVERHEADCHANNEL = 185 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONETPATH = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONETPATH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONETVT = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SONETVT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SRP = 151 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SS7SIGLINK = 156 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_SS7SIGLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_STACKTOSTACK = 111 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_STACKTOSTACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_STARLAN = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_STARLAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_STF = 215 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_STF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_T1 = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_T1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TDLC = 116 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TERMPAD = 91 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TERMPAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TR008 = 176 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TR008 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TRANSPHDLC = 123 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TRANSPHDLC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TUNNEL = 131 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_TUNNEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ULTRA = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_ULTRA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_USB = 160 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_USB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V11 = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V11 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V35 = 45 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V35 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V36 = 65 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V36 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V37 = 120 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_V37 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VDSL = 97 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VDSL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VIRTUALIPADDRESS = 112 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VIRTUALIPADDRESS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEEM = 100 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEEM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEENCAP = 103 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEENCAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEFXO = 101 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEFXO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEFXS = 102 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEFXS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEOVERATM = 152 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEOVERATM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEOVERFRAMERELAY = 153 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEOVERIP = 104 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_VOICEOVERIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X213 = 93 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X213 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25 = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25DDN = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25DDN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25HUNTGROUP = 122 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25HUNTGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25MLP = 121 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25MLP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25PLE = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_X25PLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_XETHER = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const IFT_XETHER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IGNBRK = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IGNBRK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IGNCR = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IGNCR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IGNPAR = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IGNPAR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IMAXBEL = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const IMAXBEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const INLCR = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const INLCR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const INPCK = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const INPCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_HOST = 16777215 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_MAX = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_NET = 4278190080 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_NET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_NSHIFT = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSA_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_HOST = 65535 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_MAX = 65536 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_NET = 4294901760 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_NET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_NSHIFT = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSB_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSC_HOST = 255 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSC_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSC_NET = 4294967040 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSC_NET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSC_NSHIFT = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSC_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSD_HOST = 268435455 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSD_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSD_NET = 4026531840 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSD_NET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSD_NSHIFT = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_CLASSD_NSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_LOOPBACKNET = 127 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_LOOPBACKNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_RFC3021_MASK = 4294967294 #53466 +pkg syscall (freebsd-riscv64-cgo), const IN_RFC3021_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_3PC = 34 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_3PC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ADFS = 68 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ADFS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_AH = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_AH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_AHIP = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_AHIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_APES = 99 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_APES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ARGUS = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ARGUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_AX25 = 93 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_AX25 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_BHA = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_BHA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_BLT = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_BLT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_BRSATMON = 76 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_BRSATMON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CARP = 112 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CARP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CFTP = 62 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CFTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CHAOS = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CHAOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CMTP = 38 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CMTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CPHB = 73 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CPHB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CPNX = 72 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_CPNX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DDP = 37 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DDP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DGP = 86 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DGP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DIVERT = 258 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DIVERT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DONE = 257 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DONE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DSTOPTS = 60 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_DSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_EGP = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_EGP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_EMCON = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_EMCON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ENCAP = 98 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ENCAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_EON = 80 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_EON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ESP = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ESP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ETHERIP = 97 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ETHERIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_FRAGMENT = 44 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_FRAGMENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_GGP = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_GGP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_GMTP = 100 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_GMTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_GRE = 47 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_GRE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_HELLO = 63 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_HELLO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_HMP = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_HMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_HOPOPTS = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_HOPOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ICMP = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ICMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ICMPV6 = 58 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ICMPV6 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IDP = 22 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IDP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IDPR = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IDPR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IDRP = 45 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IDRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IGMP = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IGMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IGP = 85 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IGP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IGRP = 88 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IL = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_INLSP = 52 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_INLSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_INP = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_INP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPCOMP = 108 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPCOMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPCV = 71 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPCV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPEIP = 94 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPEIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPIP = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPPC = 67 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPPC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPV4 = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IPV4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IRTP = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_IRTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_KRYPTOLAN = 65 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_KRYPTOLAN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_LARP = 91 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_LARP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_LEAF1 = 25 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_LEAF1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_LEAF2 = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_LEAF2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MAX = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MAXID = 52 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MAXID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MEAS = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MEAS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MH = 135 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MHRP = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MHRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MICP = 95 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MICP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MOBILE = 55 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MOBILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MPLS = 137 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MPLS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MTP = 92 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MUX = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_MUX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ND = 77 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NHRP = 54 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NHRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NONE = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NONE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NSP = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NVPII = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_NVPII ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_OLD_DIVERT = 254 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_OLD_DIVERT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_OSPFIGP = 89 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_OSPFIGP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PFSYNC = 240 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PFSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PGM = 113 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PGM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PIGP = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PIGP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PIM = 103 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PIM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PRM = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PRM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PUP = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PVP = 75 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_PVP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RAW = 255 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RAW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RCCMON = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RCCMON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RDP = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RDP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ROUTING = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ROUTING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RSVP = 46 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RSVP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RVD = 66 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_RVD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SATEXPAK = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SATEXPAK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SATMON = 69 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SATMON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SCCSP = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SCCSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SCTP = 132 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SCTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SDRP = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SDRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SEND = 259 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SEND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SEP = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SEP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SKIP = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SKIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SPACER = 32767 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SPACER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SRPC = 90 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SRPC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ST = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_ST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SVMTP = 82 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SVMTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SWIPE = 53 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_SWIPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TCF = 87 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TCF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TLSP = 56 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TLSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TP = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TPXX = 39 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TPXX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TRUNK1 = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TRUNK1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TRUNK2 = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TRUNK2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TTP = 84 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_TTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_VINES = 83 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_VINES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_VISA = 70 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_VISA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_VMTP = 81 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_VMTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_WBEXPAK = 79 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_WBEXPAK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_WBMON = 78 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_WBMON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_WSN = 74 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_WSN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_XNET = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_XNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_XTP = 36 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPPROTO_XTP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_AUTOFLOWLABEL = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_AUTOFLOWLABEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_BINDANY = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_BINDANY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_BINDV6ONLY = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_BINDV6ONLY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_CHECKSUM = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_CHECKSUM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DEFHLIM = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DEFHLIM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DONTFRAG = 62 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DONTFRAG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DSTOPTS = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_DSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FAITH = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FAITH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FLOWINFO_MASK = 4294967055 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FLOWINFO_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FLOWLABEL_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FRAGTTL = 120 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FRAGTTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_ADD = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_DEL = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_FLUSH = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_GET = 34 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_ZERO = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_FW_ZERO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_HLIMDEC = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_HLIMDEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_HOPLIMIT = 47 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_HOPLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_HOPOPTS = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_HOPOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_IPSEC_POLICY = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_IPSEC_POLICY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_JOIN_GROUP = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_LEAVE_GROUP = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAXHLIM = 255 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAXHLIM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAXOPTHDR = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAXOPTHDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAXPACKET = 65535 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAXPACKET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MIN_MEMBERSHIPS = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MMTU = 1280 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MMTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MSFILTER = 74 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MSFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MULTICAST_HOPS = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MULTICAST_IF = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_MULTICAST_LOOP = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_NEXTHOP = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_NEXTHOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PATHMTU = 44 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PATHMTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PKTINFO = 46 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PKTINFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE_DEFAULT = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE_HIGH = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE_HIGH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE_LOW = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PORTRANGE_LOW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PREFER_TEMPADDR = 63 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_PREFER_TEMPADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVDSTOPTS = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVDSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVHOPLIMIT = 37 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVHOPLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVHOPOPTS = 39 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVHOPOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVPATHMTU = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVPATHMTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVPKTINFO = 36 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVPKTINFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVRTHDR = 38 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVRTHDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVTCLASS = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RECVTCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDRDSTOPTS = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDRDSTOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR_LOOSE = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR_LOOSE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR_STRICT = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR_STRICT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR_TYPE_0 = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_TCLASS = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_TCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_UNICAST_HOPS = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_USE_MIN_MTU = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_USE_MIN_MTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_V6ONLY = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_VERSION = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_VERSION_MASK = 240 #53466 +pkg syscall (freebsd-riscv64-cgo), const IPV6_VERSION_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_ADD_MEMBERSHIP = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_BINDANY = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_BINDANY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_BLOCK_SOURCE = 72 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_BLOCK_SOURCE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DF = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DONTFRAG = 67 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DONTFRAG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DROP_MEMBERSHIP = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET3 = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET3 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_CONFIGURE = 60 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_CONFIGURE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_DEL = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_FLUSH = 62 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_GET = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_DUMMYNET_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FAITH = 22 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FAITH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW3 = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW3 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_ADD = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_DEL = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_FLUSH = 52 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_GET = 54 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_CFG = 56 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_CFG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_DEL = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_GET_CONFIG = 58 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_GET_CONFIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_GET_LOG = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_NAT_GET_LOG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_RESETLOG = 55 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_RESETLOG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_ADD = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_DEL = 41 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_DEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_FLUSH = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_FLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_GETSIZE = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_GETSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_LIST = 44 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_TABLE_LIST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_ZERO = 53 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_FW_ZERO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_HDRINCL = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_HDRINCL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_IPSEC_POLICY = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_IPSEC_POLICY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAXPACKET = 65535 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAXPACKET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_MEMBERSHIPS = 4095 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_SOURCE_FILTER = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MAX_SOURCE_FILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MF = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MINTTL = 66 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MINTTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MIN_MEMBERSHIPS = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MIN_MEMBERSHIPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MSFILTER = 74 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MSFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MSS = 576 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MSS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MULTICAST_IF = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MULTICAST_LOOP = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MULTICAST_TTL = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MULTICAST_VIF = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_MULTICAST_VIF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_OFFMASK = 8191 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_OFFMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_ONESBCAST = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_ONESBCAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_OPTIONS = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_OPTIONS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE_DEFAULT = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE_DEFAULT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE_HIGH = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE_HIGH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE_LOW = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_PORTRANGE_LOW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVDSTADDR = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVIF = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVIF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVOPTS = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVRETOPTS = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVRETOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVTOS = 68 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVTOS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVTTL = 65 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RECVTTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RETOPTS = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RETOPTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RF = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_OFF = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_OFF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_ON = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_ON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_VIF_OFF = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_VIF_OFF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_VIF_ON = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_RSVP_VIF_ON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_SENDSRCADDR = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_SENDSRCADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_TOS = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_TTL = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_UNBLOCK_SOURCE = 73 #53466 +pkg syscall (freebsd-riscv64-cgo), const IP_UNBLOCK_SOURCE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ISIG = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const ISIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ISTRIP = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const ISTRIP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IXANY = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const IXANY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IXOFF = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const IXOFF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const IXON = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const IXON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_EX = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_EX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_NB = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_NB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_SH = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_SH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_UN = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const LOCK_UN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_AUTOSYNC = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_AUTOSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_CORE = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_CORE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_DONTNEED = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_DONTNEED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_FREE = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_FREE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_NOCORE = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_NOCORE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_NORMAL = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_NORMAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_NOSYNC = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_NOSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_PROTECT = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_PROTECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_RANDOM = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_RANDOM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_SEQUENTIAL = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_SEQUENTIAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_WILLNEED = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const MADV_WILLNEED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_32BIT = 524288 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_32BIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ALIGNED_SUPER = 16777216 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ALIGNED_SUPER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ALIGNMENT_MASK = -16777216 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ALIGNMENT_MASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ALIGNMENT_SHIFT = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ANON = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ANON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ANONYMOUS = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_ANONYMOUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_COPY = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_COPY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_FILE = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_FIXED = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_FIXED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_HASSEMAPHORE = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_HASSEMAPHORE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_NOCORE = 131072 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_NOCORE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_NORESERVE = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_NORESERVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_NOSYNC = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_NOSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_PREFAULT_READ = 262144 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_PREFAULT_READ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_PRIVATE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_PRIVATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_RENAME = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_RENAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_RESERVED0080 = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_RESERVED0080 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_RESERVED0100 = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_RESERVED0100 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_SHARED = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_SHARED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_STACK = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const MAP_STACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MCL_CURRENT = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const MCL_CURRENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MCL_FUTURE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const MCL_FUTURE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_CMSG_CLOEXEC = 262144 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_CMSG_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_COMPAT = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_COMPAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_CTRUNC = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_CTRUNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_DONTROUTE = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_DONTROUTE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_DONTWAIT = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_DONTWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_EOF = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_EOF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_EOR = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_EOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_NBIO = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_NBIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_NOSIGNAL = 131072 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_NOSIGNAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_NOTIFICATION = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_NOTIFICATION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_OOB = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_OOB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_PEEK = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_PEEK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_TRUNC = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_TRUNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_WAITALL = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const MSG_WAITALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MS_ASYNC = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const MS_ASYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MS_INVALIDATE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const MS_INVALIDATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const MS_SYNC = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const MS_SYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NAME_MAX = 255 #53466 +pkg syscall (freebsd-riscv64-cgo), const NAME_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_DUMP = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_DUMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_FLAGS = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_FLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_IFLIST = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_IFLIST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_IFLISTL = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_IFLISTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_IFMALIST = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_IFMALIST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_MAXID = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const NET_RT_MAXID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOFLSH = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOFLSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_ATTRIB = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_ATTRIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_CHILD = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_CHILD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_DELETE = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_EXEC = 536870912 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_EXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_EXIT = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_EXIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_EXTEND = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_EXTEND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFAND = 1073741824 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFAND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFCOPY = 3221225472 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFCOPY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFCTRLMASK = 3221225472 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFCTRLMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFLAGSMASK = 16777215 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFLAGSMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFNOP = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFNOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFOR = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FFOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FORK = 1073741824 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_FORK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_LINK = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_LOWAT = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_LOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_PCTRLMASK = 4026531840 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_PCTRLMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_PDATAMASK = 1048575 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_PDATAMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_RENAME = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_RENAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_REVOKE = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_REVOKE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_TRACK = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_TRACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_TRACKERR = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_TRACKERR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_TRIGGER = 16777216 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_TRIGGER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_WRITE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const NOTE_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const OCRNL = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const OCRNL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ONLCR = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const ONLCR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ONLRET = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const ONLRET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ONOCR = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const ONOCR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const ONOEOT = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const ONOEOT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const OPOST = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const OPOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_ACCMODE = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_ACCMODE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_APPEND = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_ASYNC = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_CLOEXEC = 1048576 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_CREAT = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_DIRECT = 65536 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_DIRECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_DIRECTORY = 131072 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_DIRECTORY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_EXCL = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_EXEC = 262144 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_EXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_EXLOCK = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_EXLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_FSYNC = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_FSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_NDELAY = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_NDELAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_NOCTTY = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_NOFOLLOW = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_NOFOLLOW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_NONBLOCK = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_SHLOCK = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_SHLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const O_SYNC = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_TRUNC = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_TTY_INIT = 524288 #53466 +pkg syscall (freebsd-riscv64-cgo), const O_TTY_INIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PARENB = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const PARENB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PARMRK = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const PARMRK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PARODD = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const PARODD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PENDIN = 536870912 #53466 +pkg syscall (freebsd-riscv64-cgo), const PENDIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PRIO_PGRP = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const PRIO_PGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PRIO_PROCESS = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const PRIO_PROCESS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PRIO_USER = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const PRIO_USER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_EXEC = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_EXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_NONE = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_NONE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_READ = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_READ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_WRITE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const PROT_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PTRACE_CONT = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const PTRACE_CONT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PTRACE_KILL = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const PTRACE_KILL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const PTRACE_TRACEME = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const PTRACE_TRACEME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_AS = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_AS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_CORE = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_CORE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_CPU = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_CPU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_DATA = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_DATA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_FSIZE = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_FSIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_NOFILE = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_NOFILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_STACK = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIMIT_STACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIM_INFINITY = 9223372036854775807 #53466 +pkg syscall (freebsd-riscv64-cgo), const RLIM_INFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_AUTHOR = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_AUTHOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_BRD = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_BRD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_DST = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_DST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_GATEWAY = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_GATEWAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_GENMASK = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_GENMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_IFA = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_IFA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_IFP = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_IFP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_MAX = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_NETMASK = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTAX_NETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_AUTHOR = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_AUTHOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_BRD = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_BRD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_DST = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_DST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_GATEWAY = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_GATEWAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_GENMASK = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_GENMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_IFA = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_IFA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_IFP = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_IFP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_NETMASK = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTA_NETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_BLACKHOLE = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_BLACKHOLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_BROADCAST = 4194304 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_BROADCAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_DONE = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_DONE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_DYNAMIC = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_DYNAMIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_FMASK = 268752904 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_FMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_GATEWAY = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_GATEWAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_GWFLAG_COMPAT = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_GWFLAG_COMPAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_HOST = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_HOST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_LLDATA = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_LLDATA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_LLINFO = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_LLINFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_LOCAL = 2097152 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_LOCAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_MODIFIED = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_MODIFIED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_MULTICAST = 8388608 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_MULTICAST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PINNED = 1048576 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PINNED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PRCLONING = 65536 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PRCLONING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PROTO1 = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PROTO1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PROTO2 = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PROTO2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PROTO3 = 262144 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_PROTO3 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_REJECT = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_REJECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_RNH_LOCKED = 1073741824 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_RNH_LOCKED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_STATIC = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_STATIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_STICKY = 268435456 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_STICKY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_UP = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_UP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_XRESOLVE = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTF_XRESOLVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_ADD = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_ADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_CHANGE = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_CHANGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_DELADDR = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_DELADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_DELETE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_DELMADDR = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_DELMADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_GET = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_IEEE80211 = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_IEEE80211 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_IFANNOUNCE = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_IFANNOUNCE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_IFINFO = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_IFINFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_LOCK = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_LOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_LOSING = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_LOSING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_MISS = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_MISS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_NEWADDR = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_NEWADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_NEWMADDR = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_NEWMADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_OLDADD = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_OLDADD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_OLDDEL = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_OLDDEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_REDIRECT = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_REDIRECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_RESOLVE = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_RESOLVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_RTTUNIT = 1000000 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_RTTUNIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_VERSION = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTM_VERSION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_EXPIRE = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_EXPIRE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_HOPCOUNT = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_HOPCOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_MTU = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_MTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_RPIPE = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_RPIPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_RTT = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_RTT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_RTTVAR = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_RTTVAR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_SPIPE = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_SPIPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_SSTHRESH = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_SSTHRESH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_WEIGHT = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const RTV_WEIGHT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RT_CACHING_CONTEXT = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RT_CACHING_CONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RT_DEFAULT_FIB = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const RT_DEFAULT_FIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RT_NORTREF = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const RT_NORTREF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RUSAGE_CHILDREN = -1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RUSAGE_CHILDREN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RUSAGE_SELF = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const RUSAGE_SELF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const RUSAGE_THREAD = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const RUSAGE_THREAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_BINTIME = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_BINTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_CREDS = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_CREDS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_RIGHTS = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_RIGHTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_TIMESTAMP = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const SCM_TIMESTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGBUS = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGCHLD = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGCHLD Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGCONT = 19 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGCONT Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGEMT = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGEMT Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGINFO = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGINFO Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGIO = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGIO Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGIOT = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGIOT Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGLIBRT = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGLIBRT Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGLWP = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGLWP Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGPROF = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGPROF Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGSTOP = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGSTOP Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGSYS = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGSYS Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTHR = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTHR Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTSTP = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTSTP Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTTIN = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTTIN Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTTOU = 22 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGTTOU Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGURG = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGURG Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGUSR1 = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGUSR1 Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGUSR2 = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGUSR2 Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGVTALRM = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGVTALRM Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGWINCH = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGWINCH Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGXCPU = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGXCPU Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGXFSZ = 25 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIGXFSZ Signal #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCADDMULTI = 2149607729 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCADDMULTI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCADDRT = 2151707146 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCADDRT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCAIFADDR = 2151704858 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCAIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCAIFGROUP = 2150132103 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCAIFGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCALIFADDR = 2165860635 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCALIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCATMARK = 1074033415 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCATMARK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDELMULTI = 2149607730 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDELMULTI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDELRT = 2151707147 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDELRT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDIFADDR = 2149607705 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDIFGROUP = 2150132105 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDIFGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDIFPHYADDR = 2149607753 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDLIFADDR = 2165860637 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCDLIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGDRVSPEC = 3223873915 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGDRVSPEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGETSGCNT = 3223351824 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGETSGCNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGETVIFCNT = 3223876111 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGETVIFCNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGHIWAT = 1074033409 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGHIWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFADDR = 3223349537 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFBRDADDR = 3223349539 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFBRDADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFCAP = 3223349535 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFCAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFCONF = 3222300964 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFCONF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFDESCR = 3223349546 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFDESCR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFDSTADDR = 3223349538 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFFIB = 3223349596 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFFIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFFLAGS = 3223349521 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFGENERIC = 3223349562 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFGENERIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFGMEMB = 3223873930 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFGMEMB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFGROUP = 3223873928 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFGROUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFINDEX = 3223349536 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFINDEX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMAC = 3223349542 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMAC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMEDIA = 3224398136 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMEDIA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMETRIC = 3223349527 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMETRIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMTU = 3223349555 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFMTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFNETMASK = 3223349541 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFNETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFPDSTADDR = 3223349576 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFPDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFPHYS = 3223349557 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFPHYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFPSRCADDR = 3223349575 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFPSRCADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFSTATUS = 3274795323 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGIFSTATUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGLIFADDR = 3239602460 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGLIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGLIFPHYADDR = 3239602507 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGLIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGLOWAT = 1074033411 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGPGRP = 1074033417 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGPRIVATE_0 = 3223349584 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGPRIVATE_0 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGPRIVATE_1 = 3223349585 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCGPRIVATE_1 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFCREATE = 3223349626 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFCREATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFCREATE2 = 3223349628 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFCREATE2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFDESTROY = 2149607801 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFDESTROY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFGCLONERS = 3222301048 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCIFGCLONERS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSDRVSPEC = 2150132091 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSDRVSPEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSHIWAT = 2147775232 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSHIWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFADDR = 2149607692 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFBRDADDR = 2149607699 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFBRDADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFCAP = 2149607710 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFCAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFDESCR = 2149607721 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFDESCR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFDSTADDR = 2149607694 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFDSTADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFFIB = 2149607773 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFFIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFFLAGS = 2149607696 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFGENERIC = 2149607737 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFGENERIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFLLADDR = 2149607740 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFLLADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMAC = 2149607719 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMAC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMEDIA = 3223349559 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMEDIA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMETRIC = 2149607704 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMETRIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMTU = 2149607732 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFMTU ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFNAME = 2149607720 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFNAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFNETMASK = 2149607702 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFNETMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFPHYADDR = 2151704902 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFPHYS = 2149607734 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFPHYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFRVNET = 3223349595 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFRVNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFVNET = 3223349594 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSIFVNET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSLIFPHYADDR = 2165860682 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSLIFPHYADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSLOWAT = 2147775234 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSPGRP = 2147775240 #53466 +pkg syscall (freebsd-riscv64-cgo), const SIOCSPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_CLOEXEC = 268435456 #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_CLOEXEC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_MAXADDRLEN = 255 #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_MAXADDRLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_NONBLOCK = 536870912 #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_NONBLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_RDM = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const SOCK_RDM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SOL_SOCKET = 65535 #53466 +pkg syscall (freebsd-riscv64-cgo), const SOMAXCONN = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_ACCEPTCONN = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_ACCEPTCONN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_ACCEPTFILTER = 4096 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_ACCEPTFILTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_BINTIME = 8192 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_BINTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_BROADCAST = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_DEBUG = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_DEBUG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_DONTROUTE = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_ERROR = 4103 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_ERROR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_KEEPALIVE = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LABEL = 4105 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LABEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LINGER = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LISTENINCQLEN = 4115 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LISTENINCQLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LISTENQLEN = 4114 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LISTENQLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LISTENQLIMIT = 4113 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_LISTENQLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_NOSIGPIPE = 2048 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_NOSIGPIPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_NO_DDP = 32768 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_NO_DDP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_NO_OFFLOAD = 16384 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_NO_OFFLOAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_OOBINLINE = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_OOBINLINE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_PEERLABEL = 4112 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_PEERLABEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_PROTOCOL = 4118 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_PROTOCOL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_PROTOTYPE = 4118 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_PROTOTYPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_RCVBUF = 4098 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_RCVLOWAT = 4100 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_RCVLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_RCVTIMEO = 4102 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_RCVTIMEO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_REUSEADDR = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_REUSEPORT = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_REUSEPORT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SETFIB = 4116 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SETFIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SNDBUF = 4097 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SNDLOWAT = 4099 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SNDLOWAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SNDTIMEO = 4101 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_SNDTIMEO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_TIMESTAMP = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_TIMESTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_TYPE = 4104 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_TYPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_USELOOPBACK = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_USELOOPBACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_USER_COOKIE = 4117 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_USER_COOKIE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_VENDOR = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const SO_VENDOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ABORT2 = 463 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ABORT2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCEPT = 30 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCEPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCEPT4 = 541 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCEPT4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCESS = 33 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCESS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCT = 51 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ACCT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ADJTIME = 140 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ADJTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_CANCEL = 316 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_CANCEL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_ERROR = 317 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_ERROR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_FSYNC = 465 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_FSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_MLOCK = 543 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_MLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_READ = 255 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_READ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_RETURN = 314 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_RETURN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_SUSPEND = 315 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_SUSPEND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_WAITCOMPLETE = 359 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_WAITCOMPLETE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_WRITE = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AIO_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AUDIT = 445 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AUDIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AUDITCTL = 453 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AUDITCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AUDITON = 446 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_AUDITON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_BIND = 104 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_BIND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_BINDAT = 538 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_BINDAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_ENTER = 516 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_ENTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_FCNTLS_GET = 537 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_FCNTLS_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_FCNTLS_LIMIT = 536 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_GETMODE = 517 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_GETMODE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_IOCTLS_GET = 535 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_IOCTLS_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_IOCTLS_LIMIT = 534 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_RIGHTS_LIMIT = 533 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHDIR = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHDIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHFLAGS = 34 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHFLAGSAT = 540 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHFLAGSAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHMOD = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHMOD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHOWN = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHROOT = 61 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CHROOT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_GETRES = 234 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_GETRES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_GETTIME = 232 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_GETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_NANOSLEEP = 244 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_NANOSLEEP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_SETTIME = 233 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOCK_SETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOSE = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOSE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOSEFROM = 509 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CLOSEFROM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CONNECT = 98 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CONNECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CONNECTAT = 539 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CONNECTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET = 484 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_GETAFFINITY = 487 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_GETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_GETID = 486 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_GETID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_SETAFFINITY = 488 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_SETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_SETID = 485 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_CPUSET_SETID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_DUP = 41 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_DUP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_DUP2 = 90 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_DUP2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EACCESS = 376 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EACCESS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXECVE = 59 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXECVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXIT = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTRCTL = 355 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTRCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_DELETE_FD = 373 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_DELETE_FILE = 358 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_DELETE_LINK = 414 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_GET_FD = 372 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_GET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_GET_FILE = 357 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_GET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_GET_LINK = 413 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_GET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_LIST_FD = 437 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_LIST_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_LIST_FILE = 438 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_LIST_LINK = 439 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_SET_FD = 371 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_SET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_SET_FILE = 356 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_SET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_SET_LINK = 412 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_EXTATTR_SET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FACCESSAT = 489 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FACCESSAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHDIR = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHDIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHFLAGS = 35 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHMOD = 124 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHMOD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHMODAT = 490 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHMODAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHOWN = 123 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHOWNAT = 491 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCHOWNAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCNTL = 92 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FCNTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FDATASYNC = 550 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FDATASYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FEXECVE = 492 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FEXECVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FHOPEN = 298 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FHOPEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FHSTAT = 299 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FHSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FHSTATFS = 398 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FHSTATFS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FLOCK = 131 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FORK = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FORK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FPATHCONF = 192 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FPATHCONF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSTAT = 551 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSTATAT = 552 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSTATAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSTATFS = 556 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSTATFS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSYNC = 95 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FTRUNCATE = 480 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FTRUNCATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FUTIMENS = 546 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FUTIMENS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FUTIMES = 206 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FUTIMES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FUTIMESAT = 494 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_FUTIMESAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETAUDIT = 449 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETAUDIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETAUDIT_ADDR = 451 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETAUDIT_ADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETAUID = 447 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETAUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETCONTEXT = 421 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETCONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETDENTS = 272 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETDENTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETDIRENTRIES = 554 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETDIRENTRIES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETDTABLESIZE = 89 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETDTABLESIZE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETEGID = 43 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETEGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETEUID = 25 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETEUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETFH = 161 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETFH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETFSSTAT = 557 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETFSSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETGID = 47 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETGROUPS = 79 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETGROUPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETITIMER = 86 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETITIMER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETLOGIN = 49 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETLOGIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETLOGINCLASS = 523 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETLOGINCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPEERNAME = 31 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPEERNAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPGID = 207 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPGRP = 81 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPID = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPPID = 39 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPPID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPRIORITY = 100 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETPRIORITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRESGID = 361 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRESGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRESUID = 360 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRESUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRLIMIT = 194 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRUSAGE = 117 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETRUSAGE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETSID = 310 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETSID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETSOCKNAME = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETSOCKNAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETSOCKOPT = 118 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETSOCKOPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETTIMEOFDAY = 116 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETTIMEOFDAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETUID = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GETUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GSSD_SYSCALL = 505 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_GSSD_SYSCALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_IOCTL = 54 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_IOCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ISSETUGID = 253 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_ISSETUGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL = 338 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_ATTACH = 436 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_ATTACH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_GET = 506 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_REMOVE = 508 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_REMOVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_SET = 507 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_JAIL_SET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KENV = 390 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KENV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KEVENT = 363 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KEVENT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KILL = 37 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KILL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDFIND = 306 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDFIND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDFIRSTMOD = 309 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDFIRSTMOD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDLOAD = 304 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDLOAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDNEXT = 307 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDSTAT = 308 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDSYM = 337 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDSYM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDUNLOAD = 305 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDUNLOAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDUNLOADF = 444 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KLDUNLOADF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_NOTIFY = 461 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_NOTIFY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_OPEN = 457 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_SETATTR = 458 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_SETATTR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_TIMEDRECEIVE = 459 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_TIMEDRECEIVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_TIMEDSEND = 460 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_TIMEDSEND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_UNLINK = 462 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KMQ_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KQUEUE = 362 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KQUEUE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_CLOSE = 400 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_CLOSE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_DESTROY = 408 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_DESTROY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_GETVALUE = 407 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_GETVALUE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_INIT = 404 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_INIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_OPEN = 405 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_POST = 401 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_POST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_TIMEDWAIT = 441 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_TIMEDWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_TRYWAIT = 403 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_TRYWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_UNLINK = 406 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_WAIT = 402 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KSEM_WAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_CREATE = 235 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_CREATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_DELETE = 236 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_DELETE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_GETOVERRUN = 239 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_GETOVERRUN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_GETTIME = 238 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_GETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_SETTIME = 237 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTIMER_SETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTRACE = 45 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_KTRACE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LCHFLAGS = 391 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LCHFLAGS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LCHMOD = 274 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LCHMOD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LCHOWN = 254 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LCHOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LGETFH = 160 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LGETFH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LINK = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LINKAT = 495 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LIO_LISTIO = 257 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LIO_LISTIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LISTEN = 106 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LISTEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LPATHCONF = 513 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LPATHCONF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LSEEK = 478 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LSEEK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LUTIMES = 276 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_LUTIMES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MAC_SYSCALL = 394 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MAC_SYSCALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MADVISE = 75 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MADVISE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MINCORE = 78 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MINCORE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MINHERIT = 250 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MINHERIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKDIR = 136 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKDIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKDIRAT = 496 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKDIRAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKFIFO = 132 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKFIFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKFIFOAT = 497 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKFIFOAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKNOD = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKNOD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKNODAT = 559 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MKNODAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MLOCK = 203 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MLOCKALL = 324 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MLOCKALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MMAP = 477 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MMAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODFIND = 303 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODFIND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODFNEXT = 302 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODFNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODNEXT = 300 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODSTAT = 301 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MODSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MOUNT = 21 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MPROTECT = 74 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MPROTECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGCTL = 511 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGGET = 225 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGGET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGRCV = 227 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGRCV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGSND = 226 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGSND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGSYS = 170 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSGSYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSYNC = 65 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MSYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MUNLOCK = 204 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MUNLOCK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MUNLOCKALL = 325 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MUNLOCKALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MUNMAP = 73 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_MUNMAP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NANOSLEEP = 240 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NANOSLEEP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NFSSVC = 155 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NFSSVC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NFSTAT = 279 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NFSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NLM_SYSCALL = 154 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NLM_SYSCALL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NLSTAT = 280 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NLSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NMOUNT = 378 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NMOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NSTAT = 278 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NTP_ADJTIME = 176 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NTP_ADJTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NTP_GETTIME = 248 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NTP_GETTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NUMA_GETAFFINITY = 548 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NUMA_GETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NUMA_SETAFFINITY = 549 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_NUMA_SETAFFINITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OBREAK = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OBREAK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OPEN = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OPENAT = 499 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OPENAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OPENBSD_POLL = 252 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OPENBSD_POLL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OVADVISE = 72 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_OVADVISE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PATHCONF = 191 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PATHCONF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PDFORK = 518 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PDFORK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PDGETPID = 520 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PDGETPID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PDKILL = 519 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PDKILL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PIPE = 42 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PIPE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PIPE2 = 542 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PIPE2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POLL = 209 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POLL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POSIX_FADVISE = 531 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POSIX_FADVISE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POSIX_FALLOCATE = 530 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POSIX_FALLOCATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POSIX_OPENPT = 504 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_POSIX_OPENPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PPOLL = 545 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PPOLL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PREAD = 475 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PREAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PREADV = 289 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PREADV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PROCCTL = 544 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PROCCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PROFIL = 44 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PROFIL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PSELECT = 522 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PSELECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PTRACE = 26 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PTRACE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PWRITE = 476 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PWRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PWRITEV = 290 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_PWRITEV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_QUOTACTL = 148 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_QUOTACTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_ADD_RULE = 528 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_ADD_RULE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_GET_LIMITS = 527 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_GET_LIMITS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_GET_RACCT = 525 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_GET_RACCT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_GET_RULES = 526 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_GET_RULES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_REMOVE_RULE = 529 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RCTL_REMOVE_RULE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READ = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READLINK = 58 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READLINKAT = 500 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READLINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READV = 120 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_READV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_REBOOT = 55 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_REBOOT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RECVFROM = 29 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RECVFROM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RECVMSG = 27 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RECVMSG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RENAME = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RENAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RENAMEAT = 501 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RENAMEAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_REVOKE = 56 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_REVOKE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RFORK = 251 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RFORK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RMDIR = 137 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RMDIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RTPRIO = 166 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RTPRIO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RTPRIO_THREAD = 466 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_RTPRIO_THREAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SBRK = 69 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SBRK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GETPARAM = 328 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GETPARAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GETSCHEDULER = 330 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GETSCHEDULER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_SETPARAM = 327 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_SETPARAM ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_SETSCHEDULER = 329 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_SETSCHEDULER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_YIELD = 331 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCHED_YIELD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_PEELOFF = 471 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SCTP_PEELOFF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SELECT = 93 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SELECT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SEMGET = 221 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SEMGET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SEMOP = 222 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SEMOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SEMSYS = 169 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SEMSYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SENDFILE = 393 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SENDFILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SENDMSG = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SENDMSG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SENDTO = 133 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SENDTO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETAUDIT = 450 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETAUDIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETAUDIT_ADDR = 452 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETAUDIT_ADDR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETAUID = 448 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETAUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETCONTEXT = 422 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETCONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETEGID = 182 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETEGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETEUID = 183 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETEUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETFIB = 175 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETFIB ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETGID = 181 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETGROUPS = 80 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETGROUPS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETITIMER = 83 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETITIMER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETLOGIN = 50 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETLOGIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETLOGINCLASS = 524 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETLOGINCLASS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETPGID = 82 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETPGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETPRIORITY = 96 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETPRIORITY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETREGID = 127 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETREGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETRESGID = 312 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETRESGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETRESUID = 311 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETRESUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETREUID = 126 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETREUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETRLIMIT = 195 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETRLIMIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETSID = 147 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETSID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETSOCKOPT = 105 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETSOCKOPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETTIMEOFDAY = 122 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETTIMEOFDAY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETUID = 23 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SETUID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMAT = 228 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMCTL = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMDT = 230 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMDT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMGET = 231 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMGET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMSYS = 171 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHMSYS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHM_OPEN = 482 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHM_OPEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHM_UNLINK = 483 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHM_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHUTDOWN = 134 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SHUTDOWN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGACTION = 416 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGACTION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGALTSTACK = 53 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGALTSTACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGPENDING = 343 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGPENDING ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGPROCMASK = 340 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGPROCMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGQUEUE = 456 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGQUEUE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGRETURN = 417 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGRETURN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGSUSPEND = 341 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGSUSPEND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGTIMEDWAIT = 345 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGTIMEDWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGWAIT = 429 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGWAITINFO = 346 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SIGWAITINFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SOCKET = 97 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SOCKET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SOCKETPAIR = 135 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SOCKETPAIR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SSTK = 70 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SSTK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_STATFS = 555 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_STATFS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SWAPCONTEXT = 423 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SWAPCONTEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SWAPOFF = 424 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SWAPOFF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SWAPON = 85 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SWAPON ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYMLINK = 57 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYMLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYMLINKAT = 502 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYMLINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYNC = 36 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYNC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYSARCH = 165 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_SYSARCH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_CREATE = 430 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_CREATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_EXIT = 431 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_EXIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_KILL = 433 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_KILL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_KILL2 = 481 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_KILL2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_NEW = 455 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_NEW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_SELF = 432 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_SELF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_SET_NAME = 464 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_SET_NAME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_SUSPEND = 442 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_SUSPEND ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_WAKE = 443 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_THR_WAKE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_TRUNCATE = 479 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_TRUNCATE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UMASK = 60 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UMASK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNDELETE = 205 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNDELETE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNLINK = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNLINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNLINKAT = 503 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNLINKAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNMOUNT = 22 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UNMOUNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UTIMENSAT = 547 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UTIMENSAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UTIMES = 138 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UTIMES ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UTRACE = 335 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UTRACE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UUIDGEN = 392 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_UUIDGEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_VFORK = 66 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_VFORK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WAIT4 = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WAIT4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WAIT6 = 532 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WAIT6 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WRITE = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WRITEV = 121 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_WRITEV ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_YIELD = 321 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS_YIELD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS__UMTX_OP = 454 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS__UMTX_OP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_ACLCHECK_FD = 354 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_ACLCHECK_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_ACLCHECK_FILE = 353 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_ACLCHECK_LINK = 428 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_DELETE_FD = 352 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_DELETE_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_DELETE_FILE = 351 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_DELETE_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_DELETE_LINK = 427 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_DELETE_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_GET_FD = 349 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_GET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_GET_FILE = 347 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_GET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_GET_LINK = 425 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_GET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_SET_FD = 350 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_SET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_SET_FILE = 348 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_SET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_SET_LINK = 426 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___ACL_SET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___CAP_RIGHTS_GET = 515 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___CAP_RIGHTS_GET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___GETCWD = 326 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___GETCWD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_EXECVE = 415 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_EXECVE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_FD = 386 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_FILE = 387 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_LINK = 410 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_PID = 409 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_PID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_PROC = 384 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_GET_PROC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_FD = 388 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_FD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_FILE = 389 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_FILE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_LINK = 411 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_LINK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_PROC = 385 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___MAC_SET_PROC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___SEMCTL = 510 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___SEMCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___SETUGID = 374 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___SETUGID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___SYSCTL = 202 #53466 +pkg syscall (freebsd-riscv64-cgo), const SYS___SYSCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const S_IFMT = 61440 #53466 +pkg syscall (freebsd-riscv64-cgo), const S_IRWXG = 56 #53466 +pkg syscall (freebsd-riscv64-cgo), const S_IRWXG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const S_IRWXO = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const S_IRWXO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfHdr = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfHdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfInsn = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfInsn ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfProgram = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfProgram ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfStat = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfStat ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfVersion = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfVersion ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfZbuf = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfZbuf ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfZbufHeader = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofBpfZbufHeader ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofCmsghdr = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofCmsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofICMPv6Filter = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofICMPv6Filter ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPMreq = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPMreq ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPMreqn = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPMreqn ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPv6MTUInfo = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPv6MTUInfo ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPv6Mreq = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIPv6Mreq ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfAnnounceMsghdr = 24 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfAnnounceMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfData = 152 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfData ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfMsghdr = 168 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfaMsghdr = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfaMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfmaMsghdr = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofIfmaMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofInet6Pktinfo = 20 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofInet6Pktinfo ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofLinger = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofLinger ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofMsghdr = 48 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofRtMetrics = 112 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofRtMetrics ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofRtMsghdr = 152 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofRtMsghdr ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrAny = 108 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrAny ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrDatalink = 54 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrDatalink ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrInet4 = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrInet4 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrInet6 = 28 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrInet6 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrUnix = 106 #53466 +pkg syscall (freebsd-riscv64-cgo), const SizeofSockaddrUnix ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCIFLUSH = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCIFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCIOFLUSH = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCIOFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCOFLUSH = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCOFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_CA_NAME_MAX = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_CA_NAME_MAX ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_CONGESTION = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_CONGESTION ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_INFO = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_INFO ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPCNT = 1024 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPCNT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPIDLE = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPIDLE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPINIT = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPINIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPINTVL = 512 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_KEEPINTVL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXBURST = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXBURST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXHLEN = 60 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXHLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXOLEN = 40 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXOLEN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXSEG = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXSEG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXWIN = 65535 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAXWIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAX_SACK = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAX_SACK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAX_WINSHIFT = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MAX_WINSHIFT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MD5SIG = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MD5SIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MINMSS = 216 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MINMSS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MSS = 536 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_MSS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_NOOPT = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_NOOPT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_NOPUSH = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_NOPUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_VENDOR = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCP_VENDOR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TCSAFLUSH = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const TCSAFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCCBRK = 536900730 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCCBRK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCCDTR = 536900728 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCCDTR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCCONS = 2147775586 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCCONS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCDRAIN = 536900702 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCDRAIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCEXCL = 536900621 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCEXCL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCEXT = 2147775584 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCFLUSH = 2147775504 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCFLUSH ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGDRAINWAIT = 1074033750 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGDRAINWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGETA = 1076655123 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGETA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGETD = 1074033690 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGETD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGPGRP = 1074033783 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGPTN = 1074033679 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGPTN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGSID = 1074033763 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGSID ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGWINSZ = 1074295912 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCGWINSZ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMBIC = 2147775595 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMBIC ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMBIS = 2147775596 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMBIS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMGDTRWAIT = 1074033754 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMGDTRWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMGET = 1074033770 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMGET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMSDTRWAIT = 2147775579 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMSDTRWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMSET = 2147775597 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCMSET ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_CAR = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_CAR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_CD = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_CD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_CTS = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_CTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_DCD = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_DCD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_DSR = 256 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_DSR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_DTR = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_DTR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_LE = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_LE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_RI = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_RI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_RNG = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_RNG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_RTS = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_RTS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_SR = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_SR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_ST = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCM_ST ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCNOTTY = 536900721 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCNOTTY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCNXCL = 536900622 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCNXCL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCOUTQ = 1074033779 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCOUTQ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT = 2147775600 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_DATA = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_DATA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_DOSTOP = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_DOSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_FLUSHREAD = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_FLUSHREAD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_FLUSHWRITE = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_FLUSHWRITE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_IOCTL = 64 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_IOCTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_NOSTOP = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_NOSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_START = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_START ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_STOP = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPKT_STOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPTMASTER = 536900636 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCPTMASTER ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSBRK = 536900731 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSBRK ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSCTTY = 536900705 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSCTTY ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSDRAINWAIT = 2147775575 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSDRAINWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSDTR = 536900729 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSDTR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETA = 2150396948 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETA ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETAF = 2150396950 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETAF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETAW = 2150396949 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETAW ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETD = 2147775515 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSETD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSIG = 537162847 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSIG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSPGRP = 2147775606 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSPGRP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTART = 536900718 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTART ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTAT = 536900709 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTAT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTI = 2147578994 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTI ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTOP = 536900719 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSWINSZ = 2148037735 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCSWINSZ ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCTIMESTAMP = 1074820185 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCTIMESTAMP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCUCNTL = 2147775590 #53466 +pkg syscall (freebsd-riscv64-cgo), const TIOCUCNTL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const TOSTOP = 4194304 #53466 +pkg syscall (freebsd-riscv64-cgo), const TOSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VDISCARD = 15 #53466 +pkg syscall (freebsd-riscv64-cgo), const VDISCARD ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VDSUSP = 11 #53466 +pkg syscall (freebsd-riscv64-cgo), const VDSUSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VEOF = 0 #53466 +pkg syscall (freebsd-riscv64-cgo), const VEOF ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VEOL = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const VEOL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VEOL2 = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const VEOL2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VERASE = 3 #53466 +pkg syscall (freebsd-riscv64-cgo), const VERASE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VERASE2 = 7 #53466 +pkg syscall (freebsd-riscv64-cgo), const VERASE2 ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VINTR = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const VINTR ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VKILL = 5 #53466 +pkg syscall (freebsd-riscv64-cgo), const VKILL ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VLNEXT = 14 #53466 +pkg syscall (freebsd-riscv64-cgo), const VLNEXT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VMIN = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const VMIN ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VQUIT = 9 #53466 +pkg syscall (freebsd-riscv64-cgo), const VQUIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VREPRINT = 6 #53466 +pkg syscall (freebsd-riscv64-cgo), const VREPRINT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VSTART = 12 #53466 +pkg syscall (freebsd-riscv64-cgo), const VSTART ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VSTATUS = 18 #53466 +pkg syscall (freebsd-riscv64-cgo), const VSTATUS ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VSTOP = 13 #53466 +pkg syscall (freebsd-riscv64-cgo), const VSTOP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VSUSP = 10 #53466 +pkg syscall (freebsd-riscv64-cgo), const VSUSP ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VTIME = 17 #53466 +pkg syscall (freebsd-riscv64-cgo), const VTIME ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const VWERASE = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const VWERASE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WCONTINUED = 4 #53466 +pkg syscall (freebsd-riscv64-cgo), const WCONTINUED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WCOREFLAG = 128 #53466 +pkg syscall (freebsd-riscv64-cgo), const WCOREFLAG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WEXITED = 16 #53466 +pkg syscall (freebsd-riscv64-cgo), const WEXITED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WLINUXCLONE = 2147483648 #53466 +pkg syscall (freebsd-riscv64-cgo), const WLINUXCLONE ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WNOHANG = 1 #53466 +pkg syscall (freebsd-riscv64-cgo), const WNOHANG ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WNOWAIT = 8 #53466 +pkg syscall (freebsd-riscv64-cgo), const WNOWAIT ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WSTOPPED = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const WSTOPPED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WTRAPPED = 32 #53466 +pkg syscall (freebsd-riscv64-cgo), const WTRAPPED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), const WUNTRACED = 2 #53466 +pkg syscall (freebsd-riscv64-cgo), const WUNTRACED ideal-int #53466 +pkg syscall (freebsd-riscv64-cgo), func Accept(int) (int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Accept4(int, int) (int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Access(string, uint32) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Adjtime(*Timeval, *Timeval) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Bind(int, Sockaddr) error #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfBuflen //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfBuflen(int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfDatalink //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfDatalink(int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfHeadercmpl //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfHeadercmpl(int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfInterface //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfInterface(int, string) (string, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfJump //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfJump(int, int, int, int) *BpfInsn #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfStats //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfStats(int) (*BpfStat, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfStmt //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfStmt(int, int) *BpfInsn #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfTimeout //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func BpfTimeout(int) (*Timeval, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func CheckBpfVersion //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func CheckBpfVersion(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Chflags(string, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Chroot(string) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Close(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func CloseOnExec(int) #53466 +pkg syscall (freebsd-riscv64-cgo), func CmsgLen(int) int #53466 +pkg syscall (freebsd-riscv64-cgo), func CmsgSpace(int) int #53466 +pkg syscall (freebsd-riscv64-cgo), func Connect(int, Sockaddr) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Dup(int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Dup2(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fchdir(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fchflags(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fchmod(int, uint32) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fchown(int, int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Flock(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func FlushBpf //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func FlushBpf(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Fpathconf(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Fstat(int, *Stat_t) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fstatat(int, string, *Stat_t, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fstatfs(int, *Statfs_t) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Fsync(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Ftruncate(int, int64) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Futimes(int, []Timeval) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Getdtablesize() int #53466 +pkg syscall (freebsd-riscv64-cgo), func Getfsstat([]Statfs_t, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Getpeername(int) (Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Getpgid(int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Getpgrp() int #53466 +pkg syscall (freebsd-riscv64-cgo), func Getpriority(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Getrlimit(int, *Rlimit) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Getrusage(int, *Rusage) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Getsid(int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Getsockname(int) (Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptByte(int, int, int) (uint8, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func GetsockoptInt(int, int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Issetugid() bool #53466 +pkg syscall (freebsd-riscv64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Kill(int, Signal) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Kqueue() (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Listen(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Lstat(string, *Stat_t) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Mkfifo(string, uint32) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Mknod(string, uint32, uint64) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Munmap([]uint8) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Nanosleep(*Timespec, *Timespec) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Open(string, int, uint32) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseRoutingMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseRoutingSockaddr //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Pathconf(string, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Pipe([]int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Pipe2([]int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Pread(int, []uint8, int64) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Pwrite(int, []uint8, int64) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64-cgo), func Read(int, []uint8) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func ReadDirent(int, []uint8) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Revoke(string) error #53466 +pkg syscall (freebsd-riscv64-cgo), func RouteRIB //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func RouteRIB(int, int) ([]uint8, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Seek(int, int64, int) (int64, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Sendfile(int, int, *int64, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Sendto(int, []uint8, int, Sockaddr) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpf //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpf(int, []BpfInsn) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfBuflen //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfBuflen(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfDatalink //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfDatalink(int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfHeadercmpl //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfHeadercmpl(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfImmediate //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfImmediate(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfInterface //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfInterface(int, string) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfPromisc //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfPromisc(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfTimeout //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func SetBpfTimeout(int, *Timeval) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetKevent(*Kevent_t, int, int, int) #53466 +pkg syscall (freebsd-riscv64-cgo), func SetNonblock(int, bool) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setegid(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Seteuid(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setgid(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setgroups([]int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setlogin(string) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setpgid(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setpriority(int, int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setregid(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setreuid(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setrlimit(int, *Rlimit) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setsid() (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptByte(int, int, int, uint8) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptInt(int, int, int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptLinger(int, int, int, *Linger) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptString(int, int, int, string) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Settimeofday(*Timeval) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Setuid(int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Shutdown(int, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Socket(int, int, int) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Socketpair(int, int, int) ([2]int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Stat(string, *Stat_t) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Statfs(string, *Statfs_t) error #53466 +pkg syscall (freebsd-riscv64-cgo), func StringSlicePtr //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), func StringSlicePtr([]string) []*uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), func Sync() error #53466 +pkg syscall (freebsd-riscv64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) #53466 +pkg syscall (freebsd-riscv64-cgo), func Sysctl(string) (string, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func SysctlUint32(string) (uint32, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func TimevalToNsec(Timeval) int64 #53466 +pkg syscall (freebsd-riscv64-cgo), func Truncate(string, int64) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Umask(int) int #53466 +pkg syscall (freebsd-riscv64-cgo), func Undelete(string) error #53466 +pkg syscall (freebsd-riscv64-cgo), func UnixRights(...int) []uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), func Unmount(string, int) error #53466 +pkg syscall (freebsd-riscv64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), func Write(int, []uint8) (int, error) #53466 +pkg syscall (freebsd-riscv64-cgo), method (*Cmsghdr) SetLen(int) #53466 +pkg syscall (freebsd-riscv64-cgo), method (*Iovec) SetLen(int) #53466 +pkg syscall (freebsd-riscv64-cgo), method (*Msghdr) SetControllen(int) #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfHdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfHdr struct, Caplen uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfHdr struct, Datalen uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfHdr struct, Hdrlen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfHdr struct, Tstamp Timeval #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfInsn struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfInsn struct, Code uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfInsn struct, Jf uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfInsn struct, Jt uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfInsn struct, K uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfProgram struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfProgram struct, Insns *BpfInsn #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfProgram struct, Len uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfStat struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfStat struct, Drop uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfStat struct, Recv uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfVersion struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfVersion struct, Major uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfVersion struct, Minor uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbuf struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbuf struct, Bufa *uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbuf struct, Bufb *uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbuf struct, Buflen uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbufHeader struct #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbufHeader struct, Kernel_gen uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbufHeader struct, Kernel_len uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbufHeader struct, User_gen uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Cmsghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Cmsghdr struct, Len uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Cmsghdr struct, Level int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Cmsghdr struct, Type int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Credential struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Credential struct, Gid uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Credential struct, Groups []uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Credential struct, NoSetGroups bool #53466 +pkg syscall (freebsd-riscv64-cgo), type Credential struct, Uid uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Fileno uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Name [256]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Namlen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Off int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Pad0 uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Pad1 uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Reclen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Dirent struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type FdSet struct #53466 +pkg syscall (freebsd-riscv64-cgo), type FdSet struct, X__fds_bits [16]uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Len int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Pid int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Start int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Sysid int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Type int16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Flock_t struct, Whence int16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Fsid struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Fsid struct, Val [2]int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type ICMPv6Filter struct #53466 +pkg syscall (freebsd-riscv64-cgo), type ICMPv6Filter struct, Filt [8]uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IPMreqn struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IPMreqn struct, Address [4]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IPMreqn struct, Ifindex int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IPMreqn struct, Multiaddr [4]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IPv6MTUInfo struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 #53466 +pkg syscall (freebsd-riscv64-cgo), type IPv6MTUInfo struct, Mtu uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfAnnounceMsghdr struct, What uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Addrlen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Baudrate uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Collisions uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Datalen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Epoch int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Hdrlen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Hwassist uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Ibytes uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Ierrors uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Imcasts uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Ipackets uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Iqdrops uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Lastchange Timeval #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Link_state uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Metric uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Mtu uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Noproto uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Obytes uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Oerrors uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Omcasts uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Opackets uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Physical uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Spare_char1 uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Spare_char2 uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfData struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Data IfData #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Metric int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfaMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type IfmaMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Inet6Pktinfo struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Inet6Pktinfo struct, Ifindex uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAddrMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAddrMessage struct #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAddrMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAnnounceMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAnnounceMessage struct #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMessage struct #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMessage struct, Header IfMsghdr #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMulticastAddrMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMulticastAddrMessage struct #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr #53466 +pkg syscall (freebsd-riscv64-cgo), type Iovec struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Iovec struct, Base *uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Iovec struct, Len uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct, Data int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct, Fflags uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct, Filter int16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct, Flags uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct, Ident uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Kevent_t struct, Udata *uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Control *uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Controllen uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Iov *Iovec #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Iovlen int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Name *uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Namelen uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddr struct, Data [14]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddr struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddr struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrAny struct, Pad [92]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Alen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Data [46]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Nlen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Slen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrDatalink struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrInet4 struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrInet4 struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrInet6 struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrInet6 struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrUnix struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrUnix struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RawSockaddrUnix struct, Path [104]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rlimit struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Rlimit struct, Cur int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rlimit struct, Max int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RouteMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), type RouteMessage struct #53466 +pkg syscall (freebsd-riscv64-cgo), type RouteMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RouteMessage struct, Header RtMsghdr #53466 +pkg syscall (freebsd-riscv64-cgo), type RoutingMessage //deprecated #53466 +pkg syscall (freebsd-riscv64-cgo), type RoutingMessage interface, unexported methods #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Expire uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Filler [3]uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Hopcount uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Locks uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Mtu uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Pksent uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Recvpipe uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Rtt uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Rttvar uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Sendpipe uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Ssthresh uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMetrics struct, Weight uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Addrs int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Errno int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Flags int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Fmask int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Inits uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Msglen uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Pid int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Rmx RtMetrics #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Seq int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type RtMsghdr struct, Version uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Idrss int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Inblock int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Isrss int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Ixrss int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Majflt int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Maxrss int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Minflt int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Msgrcv int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Msgsnd int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Nivcsw int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Nsignals int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Nswap int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Nvcsw int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Oublock int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Stime Timeval #53466 +pkg syscall (freebsd-riscv64-cgo), type Rusage struct, Utime Timeval #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Alen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Data [46]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Family uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Index uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Len uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Nlen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Slen uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SockaddrDatalink struct, Type uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SocketControlMessage struct #53466 +pkg syscall (freebsd-riscv64-cgo), type SocketControlMessage struct, Data []uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type SocketControlMessage struct, Header Cmsghdr #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Atimespec Timespec #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Birthtimespec Timespec #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Blksize int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Blocks int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Ctimespec Timespec #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Dev uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Flags uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Gen uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Gid uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Ino uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Mode uint16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Mtimespec Timespec #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Nlink uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Padding0 int16 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Padding1 int32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Rdev uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Size int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Spare [10]uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Stat_t struct, Uid uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Asyncreads uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Asyncwrites uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Bavail int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Bfree uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Blocks uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Bsize uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Charspare [80]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Ffree int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Files uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Flags uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Fsid Fsid #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Fstypename [16]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Iosize uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Mntfromname [1024]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Mntonname [1024]int8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Namemax uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Owner uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Spare [10]uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Syncreads uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Syncwrites uint64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Type uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Statfs_t struct, Version uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Chroot string #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Credential *Credential #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Ctty int #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Foreground bool #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Noctty bool #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Pdeathsig Signal #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Pgid int #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Ptrace bool #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Setctty bool #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Setpgid bool #53466 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Setsid bool #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Cc [20]uint8 #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Cflag uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Iflag uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Ispeed uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Lflag uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Oflag uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Termios struct, Ospeed uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), type Timespec struct, Nsec int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Timespec struct, Sec int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Timeval struct, Sec int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type Timeval struct, Usec int64 #53466 +pkg syscall (freebsd-riscv64-cgo), type WaitStatus uint32 #53466 +pkg syscall (freebsd-riscv64-cgo), var Stderr int #53466 +pkg syscall (freebsd-riscv64-cgo), var Stdin int #53466 +pkg syscall (freebsd-riscv64-cgo), var Stdout int #53466 diff --git a/go/api/go1.21.txt b/go/api/go1.21.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dc5fda56b54ab3e1422dc4a8feb335a2f49f2e5 --- /dev/null +++ b/go/api/go1.21.txt @@ -0,0 +1,426 @@ +pkg bytes, func ContainsFunc([]uint8, func(int32) bool) bool #54386 +pkg bytes, method (*Buffer) AvailableBuffer() []uint8 #53685 +pkg bytes, method (*Buffer) Available() int #53685 +pkg cmp, func Compare[$0 Ordered]($0, $0) int #59488 +pkg cmp, func Less[$0 Ordered]($0, $0) bool #59488 +pkg cmp, type Ordered interface {} #59488 +pkg context, func AfterFunc(Context, func()) func() bool #57928 +pkg context, func WithDeadlineCause(Context, time.Time, error) (Context, CancelFunc) #56661 +pkg context, func WithoutCancel(Context) Context #40221 +pkg context, func WithTimeoutCause(Context, time.Duration, error) (Context, CancelFunc) #56661 +pkg crypto/elliptic, func GenerateKey //deprecated #52221 +pkg crypto/elliptic, func Marshal //deprecated #52221 +pkg crypto/elliptic, func Unmarshal //deprecated #52221 +pkg crypto/elliptic, method (*CurveParams) Add //deprecated #34648 +pkg crypto/elliptic, method (*CurveParams) Double //deprecated #34648 +pkg crypto/elliptic, method (*CurveParams) IsOnCurve //deprecated #34648 +pkg crypto/elliptic, method (*CurveParams) ScalarBaseMult //deprecated #34648 +pkg crypto/elliptic, method (*CurveParams) ScalarMult //deprecated #34648 +pkg crypto/elliptic, type Curve interface, Add //deprecated #52221 +pkg crypto/elliptic, type Curve interface, Double //deprecated #52221 +pkg crypto/elliptic, type Curve interface, IsOnCurve //deprecated #52221 +pkg crypto/elliptic, type Curve interface, ScalarBaseMult //deprecated #52221 +pkg crypto/elliptic, type Curve interface, ScalarMult //deprecated #52221 +pkg crypto/rsa, func GenerateMultiPrimeKey //deprecated #56921 +pkg crypto/rsa, type PrecomputedValues struct, CRTValues //deprecated #56921 +pkg crypto/tls, const QUICEncryptionLevelApplication = 3 #44886 +pkg crypto/tls, const QUICEncryptionLevelApplication QUICEncryptionLevel #44886 +pkg crypto/tls, const QUICEncryptionLevelEarly = 1 #60107 +pkg crypto/tls, const QUICEncryptionLevelEarly QUICEncryptionLevel #60107 +pkg crypto/tls, const QUICEncryptionLevelHandshake = 2 #44886 +pkg crypto/tls, const QUICEncryptionLevelHandshake QUICEncryptionLevel #44886 +pkg crypto/tls, const QUICEncryptionLevelInitial = 0 #44886 +pkg crypto/tls, const QUICEncryptionLevelInitial QUICEncryptionLevel #44886 +pkg crypto/tls, const QUICHandshakeDone = 7 #44886 +pkg crypto/tls, const QUICHandshakeDone QUICEventKind #44886 +pkg crypto/tls, const QUICNoEvent = 0 #44886 +pkg crypto/tls, const QUICNoEvent QUICEventKind #44886 +pkg crypto/tls, const QUICRejectedEarlyData = 6 #60107 +pkg crypto/tls, const QUICRejectedEarlyData QUICEventKind #60107 +pkg crypto/tls, const QUICSetReadSecret = 1 #44886 +pkg crypto/tls, const QUICSetReadSecret QUICEventKind #44886 +pkg crypto/tls, const QUICSetWriteSecret = 2 #44886 +pkg crypto/tls, const QUICSetWriteSecret QUICEventKind #44886 +pkg crypto/tls, const QUICTransportParameters = 4 #44886 +pkg crypto/tls, const QUICTransportParameters QUICEventKind #44886 +pkg crypto/tls, const QUICTransportParametersRequired = 5 #44886 +pkg crypto/tls, const QUICTransportParametersRequired QUICEventKind #44886 +pkg crypto/tls, const QUICWriteData = 3 #44886 +pkg crypto/tls, const QUICWriteData QUICEventKind #44886 +pkg crypto/tls, func NewResumptionState([]uint8, *SessionState) (*ClientSessionState, error) #60105 +pkg crypto/tls, func ParseSessionState([]uint8) (*SessionState, error) #60105 +pkg crypto/tls, func QUICClient(*QUICConfig) *QUICConn #44886 +pkg crypto/tls, func QUICServer(*QUICConfig) *QUICConn #44886 +pkg crypto/tls, func VersionName(uint16) string #46308 +pkg crypto/tls, method (AlertError) Error() string #44886 +pkg crypto/tls, method (*ClientSessionState) ResumptionState() ([]uint8, *SessionState, error) #60105 +pkg crypto/tls, method (*Config) DecryptTicket([]uint8, ConnectionState) (*SessionState, error) #60105 +pkg crypto/tls, method (*Config) EncryptTicket(ConnectionState, *SessionState) ([]uint8, error) #60105 +pkg crypto/tls, method (*QUICConn) Close() error #44886 +pkg crypto/tls, method (*QUICConn) ConnectionState() ConnectionState #44886 +pkg crypto/tls, method (*QUICConn) HandleData(QUICEncryptionLevel, []uint8) error #44886 +pkg crypto/tls, method (*QUICConn) NextEvent() QUICEvent #44886 +pkg crypto/tls, method (*QUICConn) SendSessionTicket(QUICSessionTicketOptions) error #60107 +pkg crypto/tls, type QUICSessionTicketOptions struct #60107 +pkg crypto/tls, type QUICSessionTicketOptions struct, EarlyData bool #60107 +pkg crypto/tls, method (*QUICConn) SetTransportParameters([]uint8) #44886 +pkg crypto/tls, method (*QUICConn) Start(context.Context) error #44886 +pkg crypto/tls, method (QUICEncryptionLevel) String() string #44886 +pkg crypto/tls, method (*SessionState) Bytes() ([]uint8, error) #60105 +pkg crypto/tls, type AlertError uint8 #44886 +pkg crypto/tls, type Config struct, UnwrapSession func([]uint8, ConnectionState) (*SessionState, error) #60105 +pkg crypto/tls, type Config struct, WrapSession func(ConnectionState, *SessionState) ([]uint8, error) #60105 +pkg crypto/tls, type QUICConfig struct #44886 +pkg crypto/tls, type QUICConfig struct, TLSConfig *Config #44886 +pkg crypto/tls, type QUICConn struct #44886 +pkg crypto/tls, type QUICEncryptionLevel int #44886 +pkg crypto/tls, type QUICEventKind int #44886 +pkg crypto/tls, type QUICEvent struct #44886 +pkg crypto/tls, type QUICEvent struct, Data []uint8 #44886 +pkg crypto/tls, type QUICEvent struct, Kind QUICEventKind #44886 +pkg crypto/tls, type QUICEvent struct, Level QUICEncryptionLevel #44886 +pkg crypto/tls, type QUICEvent struct, Suite uint16 #44886 +pkg crypto/tls, type SessionState struct #60105 +pkg crypto/tls, type SessionState struct, EarlyData bool #60107 +pkg crypto/tls, type SessionState struct, Extra [][]uint8 #60539 +pkg crypto/x509, type RevocationListEntry struct #53573 +pkg crypto/x509, type RevocationListEntry struct, Extensions []pkix.Extension #53573 +pkg crypto/x509, type RevocationListEntry struct, ExtraExtensions []pkix.Extension #53573 +pkg crypto/x509, type RevocationListEntry struct, Raw []uint8 #53573 +pkg crypto/x509, type RevocationListEntry struct, ReasonCode int #53573 +pkg crypto/x509, type RevocationListEntry struct, RevocationTime time.Time #53573 +pkg crypto/x509, type RevocationListEntry struct, SerialNumber *big.Int #53573 +pkg crypto/x509, type RevocationList struct, RevokedCertificateEntries []RevocationListEntry #53573 +pkg crypto/x509, type RevocationList struct, RevokedCertificates //deprecated #53573 +pkg debug/elf, const COMPRESS_ZSTD = 2 #55107 +pkg debug/elf, const COMPRESS_ZSTD CompressionType #55107 +pkg debug/elf, const DF_1_CONFALT = 8192 #56887 +pkg debug/elf, const DF_1_CONFALT DynFlag1 #56887 +pkg debug/elf, const DF_1_DIRECT = 256 #56887 +pkg debug/elf, const DF_1_DIRECT DynFlag1 #56887 +pkg debug/elf, const DF_1_DISPRELDNE = 32768 #56887 +pkg debug/elf, const DF_1_DISPRELDNE DynFlag1 #56887 +pkg debug/elf, const DF_1_DISPRELPND = 65536 #56887 +pkg debug/elf, const DF_1_DISPRELPND DynFlag1 #56887 +pkg debug/elf, const DF_1_EDITED = 2097152 #56887 +pkg debug/elf, const DF_1_EDITED DynFlag1 #56887 +pkg debug/elf, const DF_1_ENDFILTEE = 16384 #56887 +pkg debug/elf, const DF_1_ENDFILTEE DynFlag1 #56887 +pkg debug/elf, const DF_1_GLOBAL = 2 #56887 +pkg debug/elf, const DF_1_GLOBAL DynFlag1 #56887 +pkg debug/elf, const DF_1_GLOBAUDIT = 16777216 #56887 +pkg debug/elf, const DF_1_GLOBAUDIT DynFlag1 #56887 +pkg debug/elf, const DF_1_GROUP = 4 #56887 +pkg debug/elf, const DF_1_GROUP DynFlag1 #56887 +pkg debug/elf, const DF_1_IGNMULDEF = 262144 #56887 +pkg debug/elf, const DF_1_IGNMULDEF DynFlag1 #56887 +pkg debug/elf, const DF_1_INITFIRST = 32 #56887 +pkg debug/elf, const DF_1_INITFIRST DynFlag1 #56887 +pkg debug/elf, const DF_1_INTERPOSE = 1024 #56887 +pkg debug/elf, const DF_1_INTERPOSE DynFlag1 #56887 +pkg debug/elf, const DF_1_KMOD = 268435456 #56887 +pkg debug/elf, const DF_1_KMOD DynFlag1 #56887 +pkg debug/elf, const DF_1_LOADFLTR = 16 #56887 +pkg debug/elf, const DF_1_LOADFLTR DynFlag1 #56887 +pkg debug/elf, const DF_1_NOCOMMON = 1073741824 #56887 +pkg debug/elf, const DF_1_NOCOMMON DynFlag1 #56887 +pkg debug/elf, const DF_1_NODEFLIB = 2048 #56887 +pkg debug/elf, const DF_1_NODEFLIB DynFlag1 #56887 +pkg debug/elf, const DF_1_NODELETE = 8 #56887 +pkg debug/elf, const DF_1_NODELETE DynFlag1 #56887 +pkg debug/elf, const DF_1_NODIRECT = 131072 #56887 +pkg debug/elf, const DF_1_NODIRECT DynFlag1 #56887 +pkg debug/elf, const DF_1_NODUMP = 4096 #56887 +pkg debug/elf, const DF_1_NODUMP DynFlag1 #56887 +pkg debug/elf, const DF_1_NOHDR = 1048576 #56887 +pkg debug/elf, const DF_1_NOHDR DynFlag1 #56887 +pkg debug/elf, const DF_1_NOKSYMS = 524288 #56887 +pkg debug/elf, const DF_1_NOKSYMS DynFlag1 #56887 +pkg debug/elf, const DF_1_NOOPEN = 64 #56887 +pkg debug/elf, const DF_1_NOOPEN DynFlag1 #56887 +pkg debug/elf, const DF_1_NORELOC = 4194304 #56887 +pkg debug/elf, const DF_1_NORELOC DynFlag1 #56887 +pkg debug/elf, const DF_1_NOW = 1 #56887 +pkg debug/elf, const DF_1_NOW DynFlag1 #56887 +pkg debug/elf, const DF_1_ORIGIN = 128 #56887 +pkg debug/elf, const DF_1_ORIGIN DynFlag1 #56887 +pkg debug/elf, const DF_1_PIE = 134217728 #56887 +pkg debug/elf, const DF_1_PIE DynFlag1 #56887 +pkg debug/elf, const DF_1_SINGLETON = 33554432 #56887 +pkg debug/elf, const DF_1_SINGLETON DynFlag1 #56887 +pkg debug/elf, const DF_1_STUB = 67108864 #56887 +pkg debug/elf, const DF_1_STUB DynFlag1 #56887 +pkg debug/elf, const DF_1_SYMINTPOSE = 8388608 #56887 +pkg debug/elf, const DF_1_SYMINTPOSE DynFlag1 #56887 +pkg debug/elf, const DF_1_TRANS = 512 #56887 +pkg debug/elf, const DF_1_TRANS DynFlag1 #56887 +pkg debug/elf, const DF_1_WEAKFILTER = 536870912 #56887 +pkg debug/elf, const DF_1_WEAKFILTER DynFlag1 #56887 +pkg debug/elf, const R_PPC64_REL24_P9NOTOC = 124 #60348 +pkg debug/elf, const R_PPC64_REL24_P9NOTOC R_PPC64 #60348 +pkg debug/elf, method (DynFlag1) GoString() string #56887 +pkg debug/elf, method (DynFlag1) String() string #56887 +pkg debug/elf, method (*File) DynValue(DynTag) ([]uint64, error) #56892 +pkg debug/elf, type DynFlag1 uint32 #56887 +pkg encoding/binary, var NativeEndian nativeEndian #57237 +pkg errors, var ErrUnsupported error #41198 +pkg flag, func BoolFunc(string, string, func(string) error) #53747 +pkg flag, method (*FlagSet) BoolFunc(string, string, func(string) error) #53747 +pkg go/ast, func IsGenerated(*File) bool #28089 +pkg go/ast, func NewPackage //deprecated #52463 +pkg go/ast, type File struct, GoVersion string #59033 +pkg go/ast, type Importer //deprecated #52463 +pkg go/ast, type Object //deprecated #52463 +pkg go/ast, type Package //deprecated #52463 +pkg go/ast, type Scope //deprecated #52463 +pkg go/build/constraint, func GoVersion(Expr) string #59033 +pkg go/build, type Directive struct #56986 +pkg go/build, type Directive struct, Pos token.Position #56986 +pkg go/build, type Directive struct, Text string #56986 +pkg go/build, type Package struct, Directives []Directive #56986 +pkg go/build, type Package struct, TestDirectives []Directive #56986 +pkg go/build, type Package struct, XTestDirectives []Directive #56986 +pkg go/token, method (*File) Lines() []int #57708 +pkg go/types, method (*Package) GoVersion() string #61175 +pkg html/template, const ErrJSTemplate = 12 #59584 +pkg html/template, const ErrJSTemplate ErrorCode #59584 +pkg io/fs, func FormatDirEntry(DirEntry) string #54451 +pkg io/fs, func FormatFileInfo(FileInfo) string #54451 +pkg log/slog, const KindAny = 0 #56345 +pkg log/slog, const KindAny Kind #56345 +pkg log/slog, const KindBool = 1 #56345 +pkg log/slog, const KindBool Kind #56345 +pkg log/slog, const KindDuration = 2 #56345 +pkg log/slog, const KindDuration Kind #56345 +pkg log/slog, const KindFloat64 = 3 #56345 +pkg log/slog, const KindFloat64 Kind #56345 +pkg log/slog, const KindGroup = 8 #56345 +pkg log/slog, const KindGroup Kind #56345 +pkg log/slog, const KindInt64 = 4 #56345 +pkg log/slog, const KindInt64 Kind #56345 +pkg log/slog, const KindLogValuer = 9 #56345 +pkg log/slog, const KindLogValuer Kind #56345 +pkg log/slog, const KindString = 5 #56345 +pkg log/slog, const KindString Kind #56345 +pkg log/slog, const KindTime = 6 #56345 +pkg log/slog, const KindTime Kind #56345 +pkg log/slog, const KindUint64 = 7 #56345 +pkg log/slog, const KindUint64 Kind #56345 +pkg log/slog, const LevelDebug = -4 #56345 +pkg log/slog, const LevelDebug Level #56345 +pkg log/slog, const LevelError = 8 #56345 +pkg log/slog, const LevelError Level #56345 +pkg log/slog, const LevelInfo = 0 #56345 +pkg log/slog, const LevelInfo Level #56345 +pkg log/slog, const LevelKey ideal-string #56345 +pkg log/slog, const LevelKey = "level" #56345 +pkg log/slog, const LevelWarn = 4 #56345 +pkg log/slog, const LevelWarn Level #56345 +pkg log/slog, const MessageKey ideal-string #56345 +pkg log/slog, const MessageKey = "msg" #56345 +pkg log/slog, const SourceKey ideal-string #56345 +pkg log/slog, const SourceKey = "source" #56345 +pkg log/slog, const TimeKey ideal-string #56345 +pkg log/slog, const TimeKey = "time" #56345 +pkg log/slog, func Any(string, interface{}) Attr #56345 +pkg log/slog, func AnyValue(interface{}) Value #56345 +pkg log/slog, func Bool(string, bool) Attr #56345 +pkg log/slog, func BoolValue(bool) Value #56345 +pkg log/slog, func DebugContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, func Debug(string, ...interface{}) #56345 +pkg log/slog, func Default() *Logger #56345 +pkg log/slog, func Duration(string, time.Duration) Attr #56345 +pkg log/slog, func DurationValue(time.Duration) Value #56345 +pkg log/slog, func ErrorContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, func Error(string, ...interface{}) #56345 +pkg log/slog, func Float64(string, float64) Attr #56345 +pkg log/slog, func Float64Value(float64) Value #56345 +pkg log/slog, func Group(string, ...interface{}) Attr #59204 +pkg log/slog, func GroupValue(...Attr) Value #56345 +pkg log/slog, func InfoContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, func Info(string, ...interface{}) #56345 +pkg log/slog, func Int64(string, int64) Attr #56345 +pkg log/slog, func Int64Value(int64) Value #56345 +pkg log/slog, func Int(string, int) Attr #56345 +pkg log/slog, func IntValue(int) Value #56345 +pkg log/slog, func LogAttrs(context.Context, Level, string, ...Attr) #56345 +pkg log/slog, func Log(context.Context, Level, string, ...interface{}) #56345 +pkg log/slog, func New(Handler) *Logger #56345 +pkg log/slog, func NewJSONHandler(io.Writer, *HandlerOptions) *JSONHandler #59339 +pkg log/slog, func NewLogLogger(Handler, Level) *log.Logger #56345 +pkg log/slog, func NewRecord(time.Time, Level, string, uintptr) Record #56345 +pkg log/slog, func NewTextHandler(io.Writer, *HandlerOptions) *TextHandler #59339 +pkg log/slog, func SetDefault(*Logger) #56345 +pkg log/slog, func String(string, string) Attr #56345 +pkg log/slog, func StringValue(string) Value #56345 +pkg log/slog, func Time(string, time.Time) Attr #56345 +pkg log/slog, func TimeValue(time.Time) Value #56345 +pkg log/slog, func Uint64(string, uint64) Attr #56345 +pkg log/slog, func Uint64Value(uint64) Value #56345 +pkg log/slog, func WarnContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, func Warn(string, ...interface{}) #56345 +pkg log/slog, func With(...interface{}) *Logger #56345 +pkg log/slog, method (Attr) Equal(Attr) bool #56345 +pkg log/slog, method (Attr) String() string #56345 +pkg log/slog, method (*JSONHandler) Enabled(context.Context, Level) bool #56345 +pkg log/slog, method (*JSONHandler) Handle(context.Context, Record) error #56345 +pkg log/slog, method (*JSONHandler) WithAttrs([]Attr) Handler #56345 +pkg log/slog, method (*JSONHandler) WithGroup(string) Handler #56345 +pkg log/slog, method (Kind) String() string #56345 +pkg log/slog, method (Level) Level() Level #56345 +pkg log/slog, method (Level) MarshalJSON() ([]uint8, error) #56345 +pkg log/slog, method (Level) MarshalText() ([]uint8, error) #56345 +pkg log/slog, method (Level) String() string #56345 +pkg log/slog, method (*Level) UnmarshalJSON([]uint8) error #56345 +pkg log/slog, method (*Level) UnmarshalText([]uint8) error #56345 +pkg log/slog, method (*LevelVar) Level() Level #56345 +pkg log/slog, method (*LevelVar) MarshalText() ([]uint8, error) #56345 +pkg log/slog, method (*LevelVar) Set(Level) #56345 +pkg log/slog, method (*LevelVar) String() string #56345 +pkg log/slog, method (*LevelVar) UnmarshalText([]uint8) error #56345 +pkg log/slog, method (*Logger) DebugContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, method (*Logger) Debug(string, ...interface{}) #56345 +pkg log/slog, method (*Logger) Enabled(context.Context, Level) bool #56345 +pkg log/slog, method (*Logger) ErrorContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, method (*Logger) Error(string, ...interface{}) #56345 +pkg log/slog, method (*Logger) Handler() Handler #56345 +pkg log/slog, method (*Logger) InfoContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, method (*Logger) Info(string, ...interface{}) #56345 +pkg log/slog, method (*Logger) LogAttrs(context.Context, Level, string, ...Attr) #56345 +pkg log/slog, method (*Logger) Log(context.Context, Level, string, ...interface{}) #56345 +pkg log/slog, method (*Logger) WarnContext(context.Context, string, ...interface{}) #61200 +pkg log/slog, method (*Logger) Warn(string, ...interface{}) #56345 +pkg log/slog, method (*Logger) WithGroup(string) *Logger #56345 +pkg log/slog, method (*Logger) With(...interface{}) *Logger #56345 +pkg log/slog, method (*Record) AddAttrs(...Attr) #56345 +pkg log/slog, method (*Record) Add(...interface{}) #56345 +pkg log/slog, method (Record) Attrs(func(Attr) bool) #59060 +pkg log/slog, method (Record) Clone() Record #56345 +pkg log/slog, method (Record) NumAttrs() int #56345 +pkg log/slog, method (*TextHandler) Enabled(context.Context, Level) bool #56345 +pkg log/slog, method (*TextHandler) Handle(context.Context, Record) error #56345 +pkg log/slog, method (*TextHandler) WithAttrs([]Attr) Handler #56345 +pkg log/slog, method (*TextHandler) WithGroup(string) Handler #56345 +pkg log/slog, method (Value) Any() interface{} #56345 +pkg log/slog, method (Value) Bool() bool #56345 +pkg log/slog, method (Value) Duration() time.Duration #56345 +pkg log/slog, method (Value) Equal(Value) bool #56345 +pkg log/slog, method (Value) Float64() float64 #56345 +pkg log/slog, method (Value) Group() []Attr #56345 +pkg log/slog, method (Value) Int64() int64 #56345 +pkg log/slog, method (Value) Kind() Kind #56345 +pkg log/slog, method (Value) LogValuer() LogValuer #56345 +pkg log/slog, method (Value) Resolve() Value #56345 +pkg log/slog, method (Value) String() string #56345 +pkg log/slog, method (Value) Time() time.Time #56345 +pkg log/slog, method (Value) Uint64() uint64 #56345 +pkg log/slog, type Attr struct #56345 +pkg log/slog, type Attr struct, Key string #56345 +pkg log/slog, type Attr struct, Value Value #56345 +pkg log/slog, type Handler interface, Enabled(context.Context, Level) bool #56345 +pkg log/slog, type Handler interface { Enabled, Handle, WithAttrs, WithGroup } #56345 +pkg log/slog, type Handler interface, Handle(context.Context, Record) error #56345 +pkg log/slog, type Handler interface, WithAttrs([]Attr) Handler #56345 +pkg log/slog, type Handler interface, WithGroup(string) Handler #56345 +pkg log/slog, type HandlerOptions struct #56345 +pkg log/slog, type HandlerOptions struct, AddSource bool #56345 +pkg log/slog, type HandlerOptions struct, Level Leveler #56345 +pkg log/slog, type HandlerOptions struct, ReplaceAttr func([]string, Attr) Attr #56345 +pkg log/slog, type JSONHandler struct #56345 +pkg log/slog, type Kind int #56345 +pkg log/slog, type Leveler interface { Level } #56345 +pkg log/slog, type Leveler interface, Level() Level #56345 +pkg log/slog, type Level int #56345 +pkg log/slog, type LevelVar struct #56345 +pkg log/slog, type Logger struct #56345 +pkg log/slog, type LogValuer interface { LogValue } #56345 +pkg log/slog, type LogValuer interface, LogValue() Value #56345 +pkg log/slog, type Record struct #56345 +pkg log/slog, type Record struct, Level Level #56345 +pkg log/slog, type Record struct, Message string #56345 +pkg log/slog, type Record struct, PC uintptr #56345 +pkg log/slog, type Record struct, Time time.Time #56345 +pkg log/slog, type Source struct #59280 +pkg log/slog, type Source struct, File string #59280 +pkg log/slog, type Source struct, Function string #59280 +pkg log/slog, type Source struct, Line int #59280 +pkg log/slog, type TextHandler struct #56345 +pkg log/slog, type Value struct #56345 +pkg maps, func Clone[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) $0 #57436 +pkg maps, func Copy[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$3 }, $2 comparable, $3 interface{}]($0, $1) #57436 +pkg maps, func DeleteFunc[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0, func($1, $2) bool) #57436 +pkg maps, func Equal[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$3 }, $2 comparable, $3 comparable]($0, $1) bool #57436 +pkg maps, func EqualFunc[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$4 }, $2 comparable, $3 interface{}, $4 interface{}]($0, $1, func($3, $4) bool) bool #57436 +pkg math/big, method (*Int) Float64() (float64, Accuracy) #56984 +pkg net/http, method (*ProtocolError) Is(error) bool #41198 +pkg net/http, method (*ResponseController) EnableFullDuplex() error #57786 +pkg net/http, var ErrSchemeMismatch error #44855 +pkg net, method (*Dialer) MultipathTCP() bool #56539 +pkg net, method (*Dialer) SetMultipathTCP(bool) #56539 +pkg net, method (*ListenConfig) MultipathTCP() bool #56539 +pkg net, method (*ListenConfig) SetMultipathTCP(bool) #56539 +pkg net, method (*TCPConn) MultipathTCP() (bool, error) #59166 +pkg reflect, method (Value) Clear() #55002 +pkg reflect, type SliceHeader //deprecated #56906 +pkg reflect, type StringHeader //deprecated #56906 +pkg regexp, method (*Regexp) MarshalText() ([]uint8, error) #46159 +pkg regexp, method (*Regexp) UnmarshalText([]uint8) error #46159 +pkg runtime, method (*PanicNilError) Error() string #25448 +pkg runtime, method (*PanicNilError) RuntimeError() #25448 +pkg runtime, method (*Pinner) Pin(interface{}) #46787 +pkg runtime, method (*Pinner) Unpin() #46787 +pkg runtime, type PanicNilError struct #25448 +pkg runtime, type Pinner struct #46787 +pkg slices, func BinarySearch[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $1) (int, bool) #60091 +pkg slices, func BinarySearchFunc[$0 interface{ ~[]$1 }, $1 interface{}, $2 interface{}]($0, $2, func($1, $2) int) (int, bool) #60091 +pkg slices, func Clip[$0 interface{ ~[]$1 }, $1 interface{}]($0) $0 #57433 +pkg slices, func Clone[$0 interface{ ~[]$1 }, $1 interface{}]($0) $0 #57433 +pkg slices, func Compact[$0 interface{ ~[]$1 }, $1 comparable]($0) $0 #57433 +pkg slices, func CompactFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) bool) $0 #57433 +pkg slices, func Compare[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $0) int #60091 +pkg slices, func CompareFunc[$0 interface{ ~[]$2 }, $1 interface{ ~[]$3 }, $2 interface{}, $3 interface{}]($0, $1, func($2, $3) int) int #60091 +pkg slices, func Contains[$0 interface{ ~[]$1 }, $1 comparable]($0, $1) bool #57433 +pkg slices, func ContainsFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) bool #57433 +pkg slices, func Delete[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, int) $0 #57433 +pkg slices, func DeleteFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) $0 #54768 +pkg slices, func Equal[$0 interface{ ~[]$1 }, $1 comparable]($0, $0) bool #57433 +pkg slices, func EqualFunc[$0 interface{ ~[]$2 }, $1 interface{ ~[]$3 }, $2 interface{}, $3 interface{}]($0, $1, func($2, $3) bool) bool #57433 +pkg slices, func Grow[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) $0 #57433 +pkg slices, func Index[$0 interface{ ~[]$1 }, $1 comparable]($0, $1) int #57433 +pkg slices, func IndexFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) int #57433 +pkg slices, func Insert[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, ...$1) $0 #57433 +pkg slices, func IsSorted[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) bool #60091 +pkg slices, func IsSortedFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) bool #60091 +pkg slices, func Max[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) $1 #60091 +pkg slices, func MaxFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) $1 #60091 +pkg slices, func Min[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) $1 #60091 +pkg slices, func MinFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) $1 #60091 +pkg slices, func Replace[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, int, ...$1) $0 #57433 +pkg slices, func Reverse[$0 interface{ ~[]$1 }, $1 interface{}]($0) #58565 +pkg slices, func Sort[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) #60091 +pkg slices, func SortFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) #60091 +pkg slices, func SortStableFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) #60091 +pkg strings, func ContainsFunc(string, func(int32) bool) bool #54386 +pkg sync, func OnceFunc(func()) func() #56102 +pkg sync, func OnceValue[$0 interface{}](func() $0) func() $0 #56102 +pkg sync, func OnceValues[$0 interface{}, $1 interface{}](func() ($0, $1)) func() ($0, $1) #56102 +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-386), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-amd64), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-arm64), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-arm), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Jail int #46259 +pkg syscall (freebsd-riscv64), type SysProcAttr struct, Jail int #46259 +pkg testing, func Testing() bool #52600 +pkg testing/slogtest, func TestHandler(slog.Handler, func() []map[string]interface{}) error #56345 +pkg unicode, const Version = "15.0.0" #55079 +pkg unicode, var Cypro_Minoan *RangeTable #55079 +pkg unicode, var Kawi *RangeTable #55079 +pkg unicode, var Nag_Mundari *RangeTable #55079 +pkg unicode, var Old_Uyghur *RangeTable #55079 +pkg unicode, var Tangsa *RangeTable #55079 +pkg unicode, var Toto *RangeTable #55079 +pkg unicode, var Vithkuqi *RangeTable #55079 diff --git a/go/api/go1.22.txt b/go/api/go1.22.txt new file mode 100644 index 0000000000000000000000000000000000000000..55f21857bc5d642e2f468b4322ce5f8a411fe172 --- /dev/null +++ b/go/api/go1.22.txt @@ -0,0 +1,135 @@ +pkg archive/tar, method (*Writer) AddFS(fs.FS) error #58000 +pkg archive/zip, method (*Writer) AddFS(fs.FS) error #54898 +pkg cmp, func Or[$0 comparable](...$0) $0 #60204 +pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665 +pkg crypto/x509, method (*CertPool) AddCertWithConstraint(*Certificate, func([]*Certificate) error) #57178 +pkg crypto/x509, method (OID) Equal(OID) bool #60665 +pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665 +pkg crypto/x509, method (OID) String() string #60665 +pkg crypto/x509, type Certificate struct, Policies []OID #60665 +pkg crypto/x509, type OID struct #60665 +pkg database/sql, method (*Null[$0]) Scan(interface{}) error #60370 +pkg database/sql, method (Null[$0]) Value() (driver.Value, error) #60370 +pkg database/sql, type Null[$0 interface{}] struct #60370 +pkg database/sql, type Null[$0 interface{}] struct, V $0 #60370 +pkg database/sql, type Null[$0 interface{}] struct, Valid bool #60370 +pkg debug/elf, const R_LARCH_64_PCREL = 109 #63725 +pkg debug/elf, const R_LARCH_64_PCREL R_LARCH #63725 +pkg debug/elf, const R_LARCH_ADD6 = 105 #63725 +pkg debug/elf, const R_LARCH_ADD6 R_LARCH #63725 +pkg debug/elf, const R_LARCH_ADD_ULEB128 = 107 #63725 +pkg debug/elf, const R_LARCH_ADD_ULEB128 R_LARCH #63725 +pkg debug/elf, const R_LARCH_ALIGN = 102 #63725 +pkg debug/elf, const R_LARCH_ALIGN R_LARCH #63725 +pkg debug/elf, const R_LARCH_CFA = 104 #63725 +pkg debug/elf, const R_LARCH_CFA R_LARCH #63725 +pkg debug/elf, const R_LARCH_DELETE = 101 #63725 +pkg debug/elf, const R_LARCH_DELETE R_LARCH #63725 +pkg debug/elf, const R_LARCH_PCREL20_S2 = 103 #63725 +pkg debug/elf, const R_LARCH_PCREL20_S2 R_LARCH #63725 +pkg debug/elf, const R_LARCH_SUB6 = 106 #63725 +pkg debug/elf, const R_LARCH_SUB6 R_LARCH #63725 +pkg debug/elf, const R_LARCH_SUB_ULEB128 = 108 #63725 +pkg debug/elf, const R_LARCH_SUB_ULEB128 R_LARCH #63725 +pkg debug/elf, const R_MIPS_PC32 = 248 #61974 +pkg debug/elf, const R_MIPS_PC32 R_MIPS #61974 +pkg encoding/base32, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 +pkg encoding/base32, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693 +pkg encoding/base64, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 +pkg encoding/base64, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693 +pkg encoding/hex, func AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 +pkg encoding/hex, func AppendEncode([]uint8, []uint8) []uint8 #53693 +pkg go/ast, func NewPackage //deprecated #52463 +pkg go/ast, func Unparen(Expr) Expr #60061 +pkg go/ast, type Importer //deprecated #52463 +pkg go/ast, type Object //deprecated #52463 +pkg go/ast, type Package //deprecated #52463 +pkg go/ast, type Scope //deprecated #52463 +pkg go/types, func NewAlias(*TypeName, Type) *Alias #63223 +pkg go/types, func Unalias(Type) Type #63223 +pkg go/types, method (*Alias) Obj() *TypeName #63223 +pkg go/types, method (*Alias) String() string #63223 +pkg go/types, method (*Alias) Underlying() Type #63223 +pkg go/types, method (*Info) PkgNameOf(*ast.ImportSpec) *PkgName #62037 +pkg go/types, method (Checker) PkgNameOf(*ast.ImportSpec) *PkgName #62037 +pkg go/types, type Alias struct #63223 +pkg go/types, type Info struct, FileVersions map[*ast.File]string #62605 +pkg go/version, func Compare(string, string) int #62039 +pkg go/version, func IsValid(string) bool #62039 +pkg go/version, func Lang(string) string #62039 +pkg html/template, const ErrJSTemplate //deprecated #61619 +pkg io, method (*SectionReader) Outer() (ReaderAt, int64, int64) #61870 +pkg log/slog, func SetLogLoggerLevel(Level) Level #62418 +pkg math/big, method (*Rat) FloatPrec() (int, bool) #50489 +pkg math/rand/v2, func ExpFloat64() float64 #61716 +pkg math/rand/v2, func Float32() float32 #61716 +pkg math/rand/v2, func Float64() float64 #61716 +pkg math/rand/v2, func Int() int #61716 +pkg math/rand/v2, func Int32() int32 #61716 +pkg math/rand/v2, func Int32N(int32) int32 #61716 +pkg math/rand/v2, func Int64() int64 #61716 +pkg math/rand/v2, func Int64N(int64) int64 #61716 +pkg math/rand/v2, func IntN(int) int #61716 +pkg math/rand/v2, func N[$0 intType]($0) $0 #61716 +pkg math/rand/v2, func New(Source) *Rand #61716 +pkg math/rand/v2, func NewChaCha8([32]uint8) *ChaCha8 #61716 +pkg math/rand/v2, func NewPCG(uint64, uint64) *PCG #61716 +pkg math/rand/v2, func NewZipf(*Rand, float64, float64, uint64) *Zipf #61716 +pkg math/rand/v2, func NormFloat64() float64 #61716 +pkg math/rand/v2, func Perm(int) []int #61716 +pkg math/rand/v2, func Shuffle(int, func(int, int)) #61716 +pkg math/rand/v2, func Uint32() uint32 #61716 +pkg math/rand/v2, func Uint32N(uint32) uint32 #61716 +pkg math/rand/v2, func Uint64() uint64 #61716 +pkg math/rand/v2, func Uint64N(uint64) uint64 #61716 +pkg math/rand/v2, func UintN(uint) uint #61716 +pkg math/rand/v2, method (*ChaCha8) MarshalBinary() ([]uint8, error) #61716 +pkg math/rand/v2, method (*ChaCha8) Seed([32]uint8) #61716 +pkg math/rand/v2, method (*ChaCha8) Uint64() uint64 #61716 +pkg math/rand/v2, method (*ChaCha8) UnmarshalBinary([]uint8) error #61716 +pkg math/rand/v2, method (*PCG) MarshalBinary() ([]uint8, error) #61716 +pkg math/rand/v2, method (*PCG) Seed(uint64, uint64) #61716 +pkg math/rand/v2, method (*PCG) Uint64() uint64 #61716 +pkg math/rand/v2, method (*PCG) UnmarshalBinary([]uint8) error #61716 +pkg math/rand/v2, method (*Rand) ExpFloat64() float64 #61716 +pkg math/rand/v2, method (*Rand) Float32() float32 #61716 +pkg math/rand/v2, method (*Rand) Float64() float64 #61716 +pkg math/rand/v2, method (*Rand) Int() int #61716 +pkg math/rand/v2, method (*Rand) Int32() int32 #61716 +pkg math/rand/v2, method (*Rand) Int32N(int32) int32 #61716 +pkg math/rand/v2, method (*Rand) Int64() int64 #61716 +pkg math/rand/v2, method (*Rand) Int64N(int64) int64 #61716 +pkg math/rand/v2, method (*Rand) IntN(int) int #61716 +pkg math/rand/v2, method (*Rand) NormFloat64() float64 #61716 +pkg math/rand/v2, method (*Rand) Perm(int) []int #61716 +pkg math/rand/v2, method (*Rand) Shuffle(int, func(int, int)) #61716 +pkg math/rand/v2, method (*Rand) Uint32() uint32 #61716 +pkg math/rand/v2, method (*Rand) Uint32N(uint32) uint32 #61716 +pkg math/rand/v2, method (*Rand) Uint64() uint64 #61716 +pkg math/rand/v2, method (*Rand) Uint64N(uint64) uint64 #61716 +pkg math/rand/v2, method (*Rand) UintN(uint) uint #61716 +pkg math/rand/v2, method (*Zipf) Uint64() uint64 #61716 +pkg math/rand/v2, type ChaCha8 struct #61716 +pkg math/rand/v2, type PCG struct #61716 +pkg math/rand/v2, type Rand struct #61716 +pkg math/rand/v2, type Source interface { Uint64 } #61716 +pkg math/rand/v2, type Source interface, Uint64() uint64 #61716 +pkg math/rand/v2, type Zipf struct #61716 +pkg net, method (*TCPConn) WriteTo(io.Writer) (int64, error) #58808 +pkg net/http, func FileServerFS(fs.FS) Handler #51971 +pkg net/http, func NewFileTransportFS(fs.FS) RoundTripper #51971 +pkg net/http, func ServeFileFS(ResponseWriter, *Request, fs.FS, string) #51971 +pkg net/http, method (*Request) PathValue(string) string #61410 +pkg net/http, method (*Request) SetPathValue(string, string) #61410 +pkg net/netip, method (AddrPort) Compare(AddrPort) int #61642 +pkg os, method (*File) WriteTo(io.Writer) (int64, error) #58808 +pkg reflect, func PtrTo //deprecated #59599 +pkg reflect, func TypeFor[$0 interface{}]() Type #60088 +pkg slices, func Concat[$0 interface{ ~[]$1 }, $1 interface{}](...$0) $0 #56353 +pkg syscall (linux-386), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-386-cgo), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-amd64), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-arm), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-arm-cgo), type SysProcAttr struct, PidFD *int #51246 +pkg testing/slogtest, func Run(*testing.T, func(*testing.T) slog.Handler, func(*testing.T) map[string]interface{}) #61758 diff --git a/go/api/go1.23.txt b/go/api/go1.23.txt new file mode 100644 index 0000000000000000000000000000000000000000..9363bd41f3ce4681020fa83c0f54a19ec792377b --- /dev/null +++ b/go/api/go1.23.txt @@ -0,0 +1,158 @@ +pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102 +pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102 +pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102 +pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102 +pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102 +pkg archive/tar, type FileInfoNames interface, Name() string #50102 +pkg archive/tar, type FileInfoNames interface, Size() int64 #50102 +pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102 +pkg archive/tar, type FileInfoNames interface, Uname() (string, error) #50102 +pkg crypto/tls, const QUICResumeSession = 8 #63691 +pkg crypto/tls, const QUICResumeSession QUICEventKind #63691 +pkg crypto/tls, const QUICStoreSession = 9 #63691 +pkg crypto/tls, const QUICStoreSession QUICEventKind #63691 +pkg crypto/tls, method (*ECHRejectionError) Error() string #63369 +pkg crypto/tls, method (*QUICConn) StoreSession(*SessionState) error #63691 +pkg crypto/tls, type Config struct, EncryptedClientHelloConfigList []uint8 #63369 +pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(ConnectionState) error #63369 +pkg crypto/tls, type ConnectionState struct, ECHAccepted bool #63369 +pkg crypto/tls, type ECHRejectionError struct #63369 +pkg crypto/tls, type ECHRejectionError struct, RetryConfigList []uint8 #63369 +pkg crypto/tls, type QUICConfig struct, EnableSessionEvents bool #63691 +pkg crypto/tls, type QUICEvent struct, SessionState *SessionState #63691 +pkg crypto/tls, type QUICSessionTicketOptions struct, Extra [][]uint8 #63691 +pkg crypto/x509, func ParseOID(string) (OID, error) #66249 +pkg crypto/x509, method (*OID) UnmarshalBinary([]uint8) error #66249 +pkg crypto/x509, method (*OID) UnmarshalText([]uint8) error #66249 +pkg crypto/x509, method (OID) MarshalBinary() ([]uint8, error) #66249 +pkg crypto/x509, method (OID) MarshalText() ([]uint8, error) #66249 +pkg debug/elf, const PT_OPENBSD_NOBTCFI = 1705237480 #66054 +pkg debug/elf, const PT_OPENBSD_NOBTCFI ProgType #66054 +pkg debug/elf, const STT_GNU_IFUNC = 10 #66836 +pkg debug/elf, const STT_GNU_IFUNC SymType #66836 +pkg debug/elf, const STT_RELC = 8 #66836 +pkg debug/elf, const STT_RELC SymType #66836 +pkg debug/elf, const STT_SRELC = 9 #66836 +pkg debug/elf, const STT_SRELC SymType #66836 +pkg encoding/binary, func Append([]uint8, ByteOrder, interface{}) ([]uint8, error) #60023 +pkg encoding/binary, func Decode([]uint8, ByteOrder, interface{}) (int, error) #60023 +pkg encoding/binary, func Encode([]uint8, ByteOrder, interface{}) (int, error) #60023 +pkg go/ast, func Preorder(Node) iter.Seq[Node] #66339 +pkg go/types, method (*Alias) Origin() *Alias #67143 +pkg go/types, method (*Alias) Rhs() Type #66559 +pkg go/types, method (*Alias) SetTypeParams([]*TypeParam) #67143 +pkg go/types, method (*Alias) TypeArgs() *TypeList #67143 +pkg go/types, method (*Alias) TypeParams() *TypeParamList #67143 +pkg go/types, method (*Func) Signature() *Signature #65772 +pkg iter, func Pull2[$0 interface{}, $1 interface{}](Seq2[$0, $1]) (func() ($0, $1, bool), func()) #61897 +pkg iter, func Pull[$0 interface{}](Seq[$0]) (func() ($0, bool), func()) #61897 +pkg iter, type Seq2[$0 interface{}, $1 interface{}] func(func($0, $1) bool) #61897 +pkg iter, type Seq[$0 interface{}] func(func($0) bool) #61897 +pkg maps, func All[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) iter.Seq2[$1, $2] #61900 +pkg maps, func Collect[$0 comparable, $1 interface{}](iter.Seq2[$0, $1]) map[$0]$1 #61900 +pkg maps, func Insert[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0, iter.Seq2[$1, $2]) #61900 +pkg maps, func Keys[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) iter.Seq[$1] #61900 +pkg maps, func Values[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) iter.Seq[$2] #61900 +pkg math/rand/v2, func Uint() uint #61716 +pkg math/rand/v2, method (*ChaCha8) Read([]uint8) (int, error) #67059 +pkg math/rand/v2, method (*Rand) Uint() uint #61716 +pkg net, method (*DNSError) Unwrap() error #63116 +pkg net, method (*TCPConn) SetKeepAliveConfig(KeepAliveConfig) error #62254 +pkg net, type DNSError struct, UnwrapErr error #63116 +pkg net, type Dialer struct, KeepAliveConfig KeepAliveConfig #62254 +pkg net, type KeepAliveConfig struct #62254 +pkg net, type KeepAliveConfig struct, Count int #62254 +pkg net, type KeepAliveConfig struct, Enable bool #62254 +pkg net, type KeepAliveConfig struct, Idle time.Duration #62254 +pkg net, type KeepAliveConfig struct, Interval time.Duration #62254 +pkg net, type ListenConfig struct, KeepAliveConfig KeepAliveConfig #62254 +pkg net/http, func ParseCookie(string) ([]*Cookie, error) #66008 +pkg net/http, func ParseSetCookie(string) (*Cookie, error) #66008 +pkg net/http, method (*Request) CookiesNamed(string) []*Cookie #61472 +pkg net/http, type Cookie struct, Partitioned bool #62490 +pkg net/http, type Cookie struct, Quoted bool #46443 +pkg net/http, type Request struct, Pattern string #66405 +pkg net/http/httptest, func NewRequestWithContext(context.Context, string, string, io.Reader) *http.Request #59473 +pkg os, func CopyFS(string, fs.FS) error #62484 +pkg path/filepath, func Localize(string) (string, error) #57151 +pkg reflect, func SliceAt(Type, unsafe.Pointer, int) Value #61308 +pkg reflect, method (Value) Seq() iter.Seq[Value] #66056 +pkg reflect, method (Value) Seq2() iter.Seq2[Value, Value] #66056 +pkg reflect, type Type interface, CanSeq() bool #66056 +pkg reflect, type Type interface, CanSeq2() bool #66056 +pkg reflect, type Type interface, OverflowComplex(complex128) bool #60427 +pkg reflect, type Type interface, OverflowFloat(float64) bool #60427 +pkg reflect, type Type interface, OverflowInt(int64) bool #60427 +pkg reflect, type Type interface, OverflowUint(uint64) bool #60427 +pkg runtime/debug, func SetCrashOutput(*os.File, CrashOptions) error #42888 +pkg runtime/debug, type CrashOptions struct #67182 +pkg slices, func All[$0 interface{ ~[]$1 }, $1 interface{}]($0) iter.Seq2[int, $1] #61899 +pkg slices, func AppendSeq[$0 interface{ ~[]$1 }, $1 interface{}]($0, iter.Seq[$1]) $0 #61899 +pkg slices, func Backward[$0 interface{ ~[]$1 }, $1 interface{}]($0) iter.Seq2[int, $1] #61899 +pkg slices, func Chunk[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) iter.Seq[$0] #53987 +pkg slices, func Collect[$0 interface{}](iter.Seq[$0]) []$0 #61899 +pkg slices, func Repeat[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) $0 #65238 +pkg slices, func SortedFunc[$0 interface{}](iter.Seq[$0], func($0, $0) int) []$0 #61899 +pkg slices, func SortedStableFunc[$0 interface{}](iter.Seq[$0], func($0, $0) int) []$0 #61899 +pkg slices, func Sorted[$0 cmp.Ordered](iter.Seq[$0]) []$0 #61899 +pkg slices, func Values[$0 interface{ ~[]$1 }, $1 interface{}]($0) iter.Seq[$1] #61899 +pkg structs, type HostLayout struct #66408 +pkg sync, method (*Map) Clear() #61696 +pkg sync/atomic, func AndInt32(*int32, int32) int32 #61395 +pkg sync/atomic, func AndInt64(*int64, int64) int64 #61395 +pkg sync/atomic, func AndUint32(*uint32, uint32) uint32 #61395 +pkg sync/atomic, func AndUint64(*uint64, uint64) uint64 #61395 +pkg sync/atomic, func AndUintptr(*uintptr, uintptr) uintptr #61395 +pkg sync/atomic, func OrInt32(*int32, int32) int32 #61395 +pkg sync/atomic, func OrInt64(*int64, int64) int64 #61395 +pkg sync/atomic, func OrUint32(*uint32, uint32) uint32 #61395 +pkg sync/atomic, func OrUint64(*uint64, uint64) uint64 #61395 +pkg sync/atomic, func OrUintptr(*uintptr, uintptr) uintptr #61395 +pkg sync/atomic, method (*Int32) And(int32) int32 #61395 +pkg sync/atomic, method (*Int32) Or(int32) int32 #61395 +pkg sync/atomic, method (*Int64) And(int64) int64 #61395 +pkg sync/atomic, method (*Int64) Or(int64) int64 #61395 +pkg sync/atomic, method (*Uint32) And(uint32) uint32 #61395 +pkg sync/atomic, method (*Uint32) Or(uint32) uint32 #61395 +pkg sync/atomic, method (*Uint64) And(uint64) uint64 #61395 +pkg sync/atomic, method (*Uint64) Or(uint64) uint64 #61395 +pkg sync/atomic, method (*Uintptr) And(uintptr) uintptr #61395 +pkg sync/atomic, method (*Uintptr) Or(uintptr) uintptr #61395 +pkg syscall (openbsd-386), const EBADMSG = 92 #67998 +pkg syscall (openbsd-386), const ELAST = 95 #67998 +pkg syscall (openbsd-386), const ENOTRECOVERABLE = 93 #67998 +pkg syscall (openbsd-386), const ENOTRECOVERABLE Errno #67998 +pkg syscall (openbsd-386), const EOWNERDEAD = 94 #67998 +pkg syscall (openbsd-386), const EOWNERDEAD Errno #67998 +pkg syscall (openbsd-386), const EPROTO = 95 #67998 +pkg syscall (openbsd-386-cgo), const EBADMSG = 92 #67998 +pkg syscall (openbsd-386-cgo), const ELAST = 95 #67998 +pkg syscall (openbsd-386-cgo), const ENOTRECOVERABLE = 93 #67998 +pkg syscall (openbsd-386-cgo), const ENOTRECOVERABLE Errno #67998 +pkg syscall (openbsd-386-cgo), const EOWNERDEAD = 94 #67998 +pkg syscall (openbsd-386-cgo), const EOWNERDEAD Errno #67998 +pkg syscall (openbsd-386-cgo), const EPROTO = 95 #67998 +pkg syscall (openbsd-amd64), const EBADMSG = 92 #67998 +pkg syscall (openbsd-amd64), const ELAST = 95 #67998 +pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998 +pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998 +pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998 +pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998 +pkg syscall (openbsd-amd64), const EPROTO = 95 #67998 +pkg syscall (openbsd-amd64-cgo), const EBADMSG = 92 #67998 +pkg syscall (openbsd-amd64-cgo), const ELAST = 95 #67998 +pkg syscall (openbsd-amd64-cgo), const ENOTRECOVERABLE = 93 #67998 +pkg syscall (openbsd-amd64-cgo), const ENOTRECOVERABLE Errno #67998 +pkg syscall (openbsd-amd64-cgo), const EOWNERDEAD = 94 #67998 +pkg syscall (openbsd-amd64-cgo), const EOWNERDEAD Errno #67998 +pkg syscall (openbsd-amd64-cgo), const EPROTO = 95 #67998 +pkg syscall (windows-386), const WSAENOPROTOOPT = 10042 #62254 +pkg syscall (windows-386), const WSAENOPROTOOPT Errno #62254 +pkg syscall (windows-amd64), const WSAENOPROTOOPT = 10042 #62254 +pkg syscall (windows-amd64), const WSAENOPROTOOPT Errno #62254 +pkg syscall, const EBADMSG Errno #67998 +pkg syscall, const EPROTO Errno #67998 +pkg unicode/utf16, func RuneLen(int32) int #44940 +pkg unique, func Make[$0 comparable]($0) Handle[$0] #62483 +pkg unique, method (Handle[$0]) Value() $0 #62483 +pkg unique, type Handle[$0 comparable] struct #62483 diff --git a/go/api/go1.24.txt b/go/api/go1.24.txt new file mode 100644 index 0000000000000000000000000000000000000000..05e2006e0747bbf439ffa4941c18cc7ead5abb06 --- /dev/null +++ b/go/api/go1.24.txt @@ -0,0 +1,223 @@ +pkg bytes, func FieldsFuncSeq([]uint8, func(int32) bool) iter.Seq[[]uint8] #61901 +pkg bytes, func FieldsSeq([]uint8) iter.Seq[[]uint8] #61901 +pkg bytes, func Lines([]uint8) iter.Seq[[]uint8] #61901 +pkg bytes, func SplitAfterSeq([]uint8, []uint8) iter.Seq[[]uint8] #61901 +pkg bytes, func SplitSeq([]uint8, []uint8) iter.Seq[[]uint8] #61901 +pkg crypto/cipher, func NewCFBDecrypter //deprecated #69445 +pkg crypto/cipher, func NewCFBEncrypter //deprecated #69445 +pkg crypto/cipher, func NewGCMWithRandomNonce(Block) (AEAD, error) #69981 +pkg crypto/cipher, func NewOFB //deprecated #69445 +pkg crypto/fips140, func Enabled() bool #70123 +pkg crypto/hkdf, func Expand[$0 hash.Hash](func() $0, []uint8, string, int) ([]uint8, error) #61477 +pkg crypto/hkdf, func Extract[$0 hash.Hash](func() $0, []uint8, []uint8) ([]uint8, error) #61477 +pkg crypto/hkdf, func Key[$0 hash.Hash](func() $0, []uint8, []uint8, string, int) ([]uint8, error) #61477 +pkg crypto/mlkem, const CiphertextSize1024 = 1568 #70122 +pkg crypto/mlkem, const CiphertextSize1024 ideal-int #70122 +pkg crypto/mlkem, const CiphertextSize768 = 1088 #70122 +pkg crypto/mlkem, const CiphertextSize768 ideal-int #70122 +pkg crypto/mlkem, const EncapsulationKeySize1024 = 1568 #70122 +pkg crypto/mlkem, const EncapsulationKeySize1024 ideal-int #70122 +pkg crypto/mlkem, const EncapsulationKeySize768 = 1184 #70122 +pkg crypto/mlkem, const EncapsulationKeySize768 ideal-int #70122 +pkg crypto/mlkem, const SeedSize = 64 #70122 +pkg crypto/mlkem, const SeedSize ideal-int #70122 +pkg crypto/mlkem, const SharedKeySize = 32 #70122 +pkg crypto/mlkem, const SharedKeySize ideal-int #70122 +pkg crypto/mlkem, func GenerateKey1024() (*DecapsulationKey1024, error) #70122 +pkg crypto/mlkem, func GenerateKey768() (*DecapsulationKey768, error) #70122 +pkg crypto/mlkem, func NewDecapsulationKey1024([]uint8) (*DecapsulationKey1024, error) #70122 +pkg crypto/mlkem, func NewDecapsulationKey768([]uint8) (*DecapsulationKey768, error) #70122 +pkg crypto/mlkem, func NewEncapsulationKey1024([]uint8) (*EncapsulationKey1024, error) #70122 +pkg crypto/mlkem, func NewEncapsulationKey768([]uint8) (*EncapsulationKey768, error) #70122 +pkg crypto/mlkem, method (*DecapsulationKey1024) Bytes() []uint8 #70122 +pkg crypto/mlkem, method (*DecapsulationKey1024) Decapsulate([]uint8) ([]uint8, error) #70122 +pkg crypto/mlkem, method (*DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 #70122 +pkg crypto/mlkem, method (*DecapsulationKey768) Bytes() []uint8 #70122 +pkg crypto/mlkem, method (*DecapsulationKey768) Decapsulate([]uint8) ([]uint8, error) #70122 +pkg crypto/mlkem, method (*DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 #70122 +pkg crypto/mlkem, method (*EncapsulationKey1024) Bytes() []uint8 #70122 +pkg crypto/mlkem, method (*EncapsulationKey1024) Encapsulate() ([]uint8, []uint8) #70122 +pkg crypto/mlkem, method (*EncapsulationKey768) Bytes() []uint8 #70122 +pkg crypto/mlkem, method (*EncapsulationKey768) Encapsulate() ([]uint8, []uint8) #70122 +pkg crypto/mlkem, type DecapsulationKey1024 struct #70122 +pkg crypto/mlkem, type DecapsulationKey768 struct #70122 +pkg crypto/mlkem, type EncapsulationKey1024 struct #70122 +pkg crypto/mlkem, type EncapsulationKey768 struct #70122 +pkg crypto/pbkdf2, func Key[$0 hash.Hash](func() $0, string, []uint8, int, int) ([]uint8, error) #69488 +pkg crypto/rand, func Text() string #67057 +pkg crypto/sha3, func New224() *SHA3 #69982 +pkg crypto/sha3, func New256() *SHA3 #69982 +pkg crypto/sha3, func New384() *SHA3 #69982 +pkg crypto/sha3, func New512() *SHA3 #69982 +pkg crypto/sha3, func NewCSHAKE128([]uint8, []uint8) *SHAKE #69982 +pkg crypto/sha3, func NewCSHAKE256([]uint8, []uint8) *SHAKE #69982 +pkg crypto/sha3, func NewSHAKE128() *SHAKE #69982 +pkg crypto/sha3, func NewSHAKE256() *SHAKE #69982 +pkg crypto/sha3, func Sum224([]uint8) [28]uint8 #69982 +pkg crypto/sha3, func Sum256([]uint8) [32]uint8 #69982 +pkg crypto/sha3, func Sum384([]uint8) [48]uint8 #69982 +pkg crypto/sha3, func Sum512([]uint8) [64]uint8 #69982 +pkg crypto/sha3, func SumSHAKE128([]uint8, int) []uint8 #69982 +pkg crypto/sha3, func SumSHAKE256([]uint8, int) []uint8 #69982 +pkg crypto/sha3, method (*SHA3) AppendBinary([]uint8) ([]uint8, error) #69982 +pkg crypto/sha3, method (*SHA3) BlockSize() int #69982 +pkg crypto/sha3, method (*SHA3) MarshalBinary() ([]uint8, error) #69982 +pkg crypto/sha3, method (*SHA3) Reset() #69982 +pkg crypto/sha3, method (*SHA3) Size() int #69982 +pkg crypto/sha3, method (*SHA3) Sum([]uint8) []uint8 #69982 +pkg crypto/sha3, method (*SHA3) UnmarshalBinary([]uint8) error #69982 +pkg crypto/sha3, method (*SHA3) Write([]uint8) (int, error) #69982 +pkg crypto/sha3, method (*SHAKE) AppendBinary([]uint8) ([]uint8, error) #69982 +pkg crypto/sha3, method (*SHAKE) BlockSize() int #69982 +pkg crypto/sha3, method (*SHAKE) MarshalBinary() ([]uint8, error) #69982 +pkg crypto/sha3, method (*SHAKE) Read([]uint8) (int, error) #69982 +pkg crypto/sha3, method (*SHAKE) Reset() #69982 +pkg crypto/sha3, method (*SHAKE) UnmarshalBinary([]uint8) error #69982 +pkg crypto/sha3, method (*SHAKE) Write([]uint8) (int, error) #69982 +pkg crypto/sha3, type SHA3 struct #69982 +pkg crypto/sha3, type SHAKE struct #69982 +pkg crypto/subtle, func WithDataIndependentTiming(func()) #66450 +pkg crypto/tls, const X25519MLKEM768 = 4588 #69985 +pkg crypto/tls, const X25519MLKEM768 CurveID #69985 +pkg crypto/tls, type ClientHelloInfo struct, Extensions []uint16 #32936 +pkg crypto/tls, type Config struct, EncryptedClientHelloKeys []EncryptedClientHelloKey #68500 +pkg crypto/tls, type EncryptedClientHelloKey struct #68500 +pkg crypto/tls, type EncryptedClientHelloKey struct, Config []uint8 #68500 +pkg crypto/tls, type EncryptedClientHelloKey struct, PrivateKey []uint8 #68500 +pkg crypto/tls, type EncryptedClientHelloKey struct, SendAsRetry bool #68500 +pkg crypto/x509, const NoValidChains = 10 #68484 +pkg crypto/x509, const NoValidChains InvalidReason #68484 +pkg crypto/x509, method (OID) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg crypto/x509, method (OID) AppendText([]uint8) ([]uint8, error) #62384 +pkg crypto/x509, type Certificate struct, InhibitAnyPolicy int #68484 +pkg crypto/x509, type Certificate struct, InhibitAnyPolicyZero bool #68484 +pkg crypto/x509, type Certificate struct, InhibitPolicyMapping int #68484 +pkg crypto/x509, type Certificate struct, InhibitPolicyMappingZero bool #68484 +pkg crypto/x509, type Certificate struct, PolicyMappings []PolicyMapping #68484 +pkg crypto/x509, type Certificate struct, RequireExplicitPolicy int #68484 +pkg crypto/x509, type Certificate struct, RequireExplicitPolicyZero bool #68484 +pkg crypto/x509, type PolicyMapping struct #68484 +pkg crypto/x509, type PolicyMapping struct, IssuerDomainPolicy OID #68484 +pkg crypto/x509, type PolicyMapping struct, SubjectDomainPolicy OID #68484 +pkg crypto/x509, type VerifyOptions struct, CertificatePolicies []OID #68484 +pkg debug/elf, const VER_FLG_BASE = 1 #63952 +pkg debug/elf, const VER_FLG_BASE DynamicVersionFlag #63952 +pkg debug/elf, const VER_FLG_INFO = 4 #63952 +pkg debug/elf, const VER_FLG_INFO DynamicVersionFlag #63952 +pkg debug/elf, const VER_FLG_WEAK = 2 #63952 +pkg debug/elf, const VER_FLG_WEAK DynamicVersionFlag #63952 +pkg debug/elf, method (*File) DynamicVersionNeeds() ([]DynamicVersionNeed, error) #63952 +pkg debug/elf, method (*File) DynamicVersions() ([]DynamicVersion, error) #63952 +pkg debug/elf, type DynamicVersion struct #63952 +pkg debug/elf, type DynamicVersion struct, Deps []string #63952 +pkg debug/elf, type DynamicVersion struct, Flags DynamicVersionFlag #63952 +pkg debug/elf, type DynamicVersion struct, Name string #63952 +pkg debug/elf, type DynamicVersion struct, Index uint16 #63952 +pkg debug/elf, type DynamicVersionDep struct #63952 +pkg debug/elf, type DynamicVersionDep struct, Dep string #63952 +pkg debug/elf, type DynamicVersionDep struct, Flags DynamicVersionFlag #63952 +pkg debug/elf, type DynamicVersionDep struct, Index uint16 #63952 +pkg debug/elf, type DynamicVersionFlag uint16 #63952 +pkg debug/elf, type DynamicVersionNeed struct #63952 +pkg debug/elf, type DynamicVersionNeed struct, Name string #63952 +pkg debug/elf, type DynamicVersionNeed struct, Needs []DynamicVersionDep #63952 +pkg debug/elf, type Symbol struct, HasVersion bool #63952 +pkg debug/elf, type Symbol struct, VersionIndex VersionIndex #63952 +pkg debug/elf, method (VersionIndex) Index() uint16 #63952 +pkg debug/elf, method (VersionIndex) IsHidden() bool #63952 +pkg debug/elf, type VersionIndex uint16 #63952 +pkg encoding, type BinaryAppender interface { AppendBinary } #62384 +pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error) #62384 +pkg encoding, type TextAppender interface { AppendText } #62384 +pkg encoding, type TextAppender interface, AppendText([]uint8) ([]uint8, error) #62384 +pkg go/types, method (*Interface) EmbeddedTypes() iter.Seq[Type] #66626 +pkg go/types, method (*Interface) ExplicitMethods() iter.Seq[*Func] #66626 +pkg go/types, method (*Interface) Methods() iter.Seq[*Func] #66626 +pkg go/types, method (*MethodSet) Methods() iter.Seq[*Selection] #66626 +pkg go/types, method (*Named) Methods() iter.Seq[*Func] #66626 +pkg go/types, method (*Scope) Children() iter.Seq[*Scope] #66626 +pkg go/types, method (*Struct) Fields() iter.Seq[*Var] #66626 +pkg go/types, method (*Tuple) Variables() iter.Seq[*Var] #66626 +pkg go/types, method (*TypeList) Types() iter.Seq[Type] #66626 +pkg go/types, method (*TypeParamList) TypeParams() iter.Seq[*TypeParam] #66626 +pkg go/types, method (*Union) Terms() iter.Seq[*Term] #66626 +pkg hash/maphash, func Comparable[$0 comparable](Seed, $0) uint64 #54670 +pkg hash/maphash, func WriteComparable[$0 comparable](*Hash, $0) #54670 +pkg log/slog, method (*LevelVar) AppendText([]uint8) ([]uint8, error) #62384 +pkg log/slog, method (Level) AppendText([]uint8) ([]uint8, error) #62384 +pkg log/slog, var DiscardHandler Handler #62005 +pkg math/big, method (*Float) AppendText([]uint8) ([]uint8, error) #62384 +pkg math/big, method (*Int) AppendText([]uint8) ([]uint8, error) #62384 +pkg math/big, method (*Rat) AppendText([]uint8) ([]uint8, error) #62384 +pkg math/rand/v2, method (*ChaCha8) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg math/rand/v2, method (*PCG) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg net, method (IP) AppendText([]uint8) ([]uint8, error) #62384 +pkg net/http, method (*Protocols) SetHTTP1(bool) #67814 +pkg net/http, method (*Protocols) SetHTTP2(bool) #67814 +pkg net/http, method (*Protocols) SetUnencryptedHTTP2(bool) #67816 +pkg net/http, method (Protocols) HTTP1() bool #67814 +pkg net/http, method (Protocols) HTTP2() bool #67814 +pkg net/http, method (Protocols) String() string #67814 +pkg net/http, method (Protocols) UnencryptedHTTP2() bool #67816 +pkg net/http, type HTTP2Config struct #67813 +pkg net/http, type HTTP2Config struct, CountError func(string) #67813 +pkg net/http, type HTTP2Config struct, MaxConcurrentStreams int #67813 +pkg net/http, type HTTP2Config struct, MaxDecoderHeaderTableSize int #67813 +pkg net/http, type HTTP2Config struct, MaxEncoderHeaderTableSize int #67813 +pkg net/http, type HTTP2Config struct, MaxReadFrameSize int #67813 +pkg net/http, type HTTP2Config struct, MaxReceiveBufferPerConnection int #67813 +pkg net/http, type HTTP2Config struct, MaxReceiveBufferPerStream int #67813 +pkg net/http, type HTTP2Config struct, PermitProhibitedCipherSuites bool #67813 +pkg net/http, type HTTP2Config struct, PingTimeout time.Duration #67813 +pkg net/http, type HTTP2Config struct, SendPingTimeout time.Duration #67813 +pkg net/http, type HTTP2Config struct, WriteByteTimeout time.Duration #67813 +pkg net/http, type Protocols struct #67814 +pkg net/http, type Server struct, HTTP2 *HTTP2Config #67813 +pkg net/http, type Server struct, Protocols *Protocols #67814 +pkg net/http, type Transport struct, HTTP2 *HTTP2Config #67813 +pkg net/http, type Transport struct, Protocols *Protocols #67814 +pkg net/netip, method (Addr) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg net/netip, method (Addr) AppendText([]uint8) ([]uint8, error) #62384 +pkg net/netip, method (AddrPort) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg net/netip, method (AddrPort) AppendText([]uint8) ([]uint8, error) #62384 +pkg net/netip, method (Prefix) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg net/netip, method (Prefix) AppendText([]uint8) ([]uint8, error) #62384 +pkg net/url, method (*URL) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg os, func OpenInRoot(string, string) (*File, error) #67002 +pkg os, func OpenRoot(string) (*Root, error) #67002 +pkg os, method (*Root) Close() error #67002 +pkg os, method (*Root) Create(string) (*File, error) #67002 +pkg os, method (*Root) FS() fs.FS #67002 +pkg os, method (*Root) Lstat(string) (fs.FileInfo, error) #67002 +pkg os, method (*Root) Mkdir(string, fs.FileMode) error #67002 +pkg os, method (*Root) Name() string #67002 +pkg os, method (*Root) Open(string) (*File, error) #67002 +pkg os, method (*Root) OpenFile(string, int, fs.FileMode) (*File, error) #67002 +pkg os, method (*Root) OpenRoot(string) (*Root, error) #67002 +pkg os, method (*Root) Remove(string) error #67002 +pkg os, method (*Root) Stat(string) (fs.FileInfo, error) #67002 +pkg os, type Root struct #67002 +pkg regexp, method (*Regexp) AppendText([]uint8) ([]uint8, error) #62384 +pkg runtime, func AddCleanup[$0 interface{}, $1 interface{}](*$0, func($1), $1) Cleanup #67535 +pkg runtime, func GOROOT //deprecated #51473 +pkg runtime, method (Cleanup) Stop() #67535 +pkg runtime, type Cleanup struct #67535 +pkg strings, func FieldsFuncSeq(string, func(int32) bool) iter.Seq[string] #61901 +pkg strings, func FieldsSeq(string) iter.Seq[string] #61901 +pkg strings, func Lines(string) iter.Seq[string] #61901 +pkg strings, func SplitAfterSeq(string, string) iter.Seq[string] #61901 +pkg strings, func SplitSeq(string, string) iter.Seq[string] #61901 +pkg testing, method (*B) Chdir(string) #62516 +pkg testing, method (*B) Context() context.Context #36532 +pkg testing, method (*B) Loop() bool #61515 +pkg testing, method (*F) Chdir(string) #62516 +pkg testing, method (*F) Context() context.Context #36532 +pkg testing, method (*T) Chdir(string) #62516 +pkg testing, method (*T) Context() context.Context #36532 +pkg testing, type TB interface, Chdir(string) #62516 +pkg testing, type TB interface, Context() context.Context #36532 +pkg time, method (Time) AppendBinary([]uint8) ([]uint8, error) #62384 +pkg time, method (Time) AppendText([]uint8) ([]uint8, error) #62384 +pkg weak, func Make[$0 interface{}](*$0) Pointer[$0] #67552 +pkg weak, method (Pointer[$0]) Value() *$0 #67552 +pkg weak, type Pointer[$0 interface{}] struct #67552 diff --git a/go/api/go1.25.txt b/go/api/go1.25.txt new file mode 100644 index 0000000000000000000000000000000000000000..d50d19545f163a6d424eb9e9847eab643078a34b --- /dev/null +++ b/go/api/go1.25.txt @@ -0,0 +1,111 @@ +pkg crypto, func SignMessage(Signer, io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405 +pkg crypto, type MessageSigner interface { Public, Sign, SignMessage } #63405 +pkg crypto, type MessageSigner interface, Public() PublicKey #63405 +pkg crypto, type MessageSigner interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405 +pkg crypto, type MessageSigner interface, SignMessage(io.Reader, []uint8, SignerOpts) ([]uint8, error) #63405 +pkg crypto/ecdsa, func ParseRawPrivateKey(elliptic.Curve, []uint8) (*PrivateKey, error) #63963 +pkg crypto/ecdsa, func ParseUncompressedPublicKey(elliptic.Curve, []uint8) (*PublicKey, error) #63963 +pkg crypto/ecdsa, method (*PrivateKey) Bytes() ([]uint8, error) #63963 +pkg crypto/ecdsa, method (*PublicKey) Bytes() ([]uint8, error) #63963 +pkg crypto/sha3, method (*SHA3) Clone() (hash.Cloner, error) #69521 +pkg crypto/tls, type Config struct, GetEncryptedClientHelloKeys func(*ClientHelloInfo) ([]EncryptedClientHelloKey, error) #71920 +pkg crypto/tls, type ConnectionState struct, CurveID CurveID #67516 +pkg debug/elf, const PT_RISCV_ATTRIBUTES = 1879048195 #72843 +pkg debug/elf, const PT_RISCV_ATTRIBUTES ProgType #72843 +pkg debug/elf, const SHT_RISCV_ATTRIBUTES = 1879048195 #72843 +pkg debug/elf, const SHT_RISCV_ATTRIBUTES SectionType #72843 +pkg go/ast, const FilterFuncDuplicates //deprecated #73088 +pkg go/ast, const FilterImportDuplicates //deprecated #73088 +pkg go/ast, const FilterUnassociatedComments //deprecated #73088 +pkg go/ast, func FilterPackage //deprecated #73088 +pkg go/ast, func MergePackageFiles //deprecated #73088 +pkg go/ast, func PackageExports //deprecated #73088 +pkg go/ast, func PreorderStack(Node, []Node, func(Node, []Node) bool) #73319 +pkg go/ast, type MergeMode //deprecated #73088 +pkg go/parser, func ParseDir //deprecated #71122 +pkg go/token, method (*FileSet) AddExistingFiles(...*File) #73205 +pkg go/types, const FieldVar = 6 #70250 +pkg go/types, const FieldVar VarKind #70250 +pkg go/types, const LocalVar = 2 #70250 +pkg go/types, const LocalVar VarKind #70250 +pkg go/types, const PackageVar = 1 #70250 +pkg go/types, const PackageVar VarKind #70250 +pkg go/types, const ParamVar = 4 #70250 +pkg go/types, const ParamVar VarKind #70250 +pkg go/types, const RecvVar = 3 #70250 +pkg go/types, const RecvVar VarKind #70250 +pkg go/types, const ResultVar = 5 #70250 +pkg go/types, const ResultVar VarKind #70250 +pkg go/types, func LookupSelection(Type, bool, *Package, string) (Selection, bool) #70737 +pkg go/types, method (*Var) Kind() VarKind #70250 +pkg go/types, method (*Var) SetKind(VarKind) #70250 +pkg go/types, method (VarKind) String() string #70250 +pkg go/types, type VarKind uint8 #70250 +pkg hash, type Cloner interface { BlockSize, Clone, Reset, Size, Sum, Write } #69521 +pkg hash, type Cloner interface, BlockSize() int #69521 +pkg hash, type Cloner interface, Clone() (Cloner, error) #69521 +pkg hash, type Cloner interface, Reset() #69521 +pkg hash, type Cloner interface, Size() int #69521 +pkg hash, type Cloner interface, Sum([]uint8) []uint8 #69521 +pkg hash, type Cloner interface, Write([]uint8) (int, error) #69521 +pkg hash, type XOF interface { BlockSize, Read, Reset, Write } #69518 +pkg hash, type XOF interface, BlockSize() int #69518 +pkg hash, type XOF interface, Read([]uint8) (int, error) #69518 +pkg hash, type XOF interface, Reset() #69518 +pkg hash, type XOF interface, Write([]uint8) (int, error) #69518 +pkg hash/maphash, method (*Hash) Clone() (hash.Cloner, error) #69521 +pkg io/fs, func Lstat(FS, string) (FileInfo, error) #49580 +pkg io/fs, func ReadLink(FS, string) (string, error) #49580 +pkg io/fs, type ReadLinkFS interface { Lstat, Open, ReadLink } #49580 +pkg io/fs, type ReadLinkFS interface, Lstat(string) (FileInfo, error) #49580 +pkg io/fs, type ReadLinkFS interface, Open(string) (File, error) #49580 +pkg io/fs, type ReadLinkFS interface, ReadLink(string) (string, error) #49580 +pkg log/slog, func GroupAttrs(string, ...Attr) Attr #66365 +pkg log/slog, method (Record) Source() *Source #70280 +pkg mime/multipart, func FileContentDisposition(string, string) string #46771 +pkg net/http, func NewCrossOriginProtection() *CrossOriginProtection #73626 +pkg net/http, method (*CrossOriginProtection) AddInsecureBypassPattern(string) #73626 +pkg net/http, method (*CrossOriginProtection) AddTrustedOrigin(string) error #73626 +pkg net/http, method (*CrossOriginProtection) Check(*Request) error #73626 +pkg net/http, method (*CrossOriginProtection) Handler(Handler) Handler #73626 +pkg net/http, method (*CrossOriginProtection) SetDenyHandler(Handler) #73626 +pkg net/http, type CrossOriginProtection struct #73626 +pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002 +pkg os, method (*Root) Chown(string, int, int) error #67002 +pkg os, method (*Root) Chtimes(string, time.Time, time.Time) error #67002 +pkg os, method (*Root) Lchown(string, int, int) error #67002 +pkg os, method (*Root) Link(string, string) error #67002 +pkg os, method (*Root) MkdirAll(string, fs.FileMode) error #67002 +pkg os, method (*Root) ReadFile(string) ([]uint8, error) #73126 +pkg os, method (*Root) Readlink(string) (string, error) #67002 +pkg os, method (*Root) RemoveAll(string) error #67002 +pkg os, method (*Root) Rename(string, string) error #67002 +pkg os, method (*Root) Symlink(string, string) error #67002 +pkg os, method (*Root) WriteFile(string, []uint8, fs.FileMode) error #73126 +pkg reflect, func TypeAssert[$0 interface{}](Value) ($0, bool) #62121 +pkg runtime, func SetDefaultGOMAXPROCS() #73193 +pkg runtime/trace, func NewFlightRecorder(FlightRecorderConfig) *FlightRecorder #63185 +pkg runtime/trace, method (*FlightRecorder) Enabled() bool #63185 +pkg runtime/trace, method (*FlightRecorder) Start() error #63185 +pkg runtime/trace, method (*FlightRecorder) Stop() #63185 +pkg runtime/trace, method (*FlightRecorder) WriteTo(io.Writer) (int64, error) #63185 +pkg runtime/trace, type FlightRecorder struct #63185 +pkg runtime/trace, type FlightRecorderConfig struct #63185 +pkg runtime/trace, type FlightRecorderConfig struct, MaxBytes uint64 #63185 +pkg runtime/trace, type FlightRecorderConfig struct, MinAge time.Duration #63185 +pkg sync, method (*WaitGroup) Go(func()) #63796 +pkg testing, method (*B) Attr(string, string) #43936 +pkg testing, method (*B) Output() io.Writer #59928 +pkg testing, method (*F) Attr(string, string) #43936 +pkg testing, method (*F) Output() io.Writer #59928 +pkg testing, method (*T) Attr(string, string) #43936 +pkg testing, method (*T) Output() io.Writer #59928 +pkg testing, type TB interface, Attr(string, string) #43936 +pkg testing, type TB interface, Output() io.Writer #59928 +pkg testing/fstest, method (MapFS) Lstat(string) (fs.FileInfo, error) #49580 +pkg testing/fstest, method (MapFS) ReadLink(string) (string, error) #49580 +pkg testing/synctest, func Test(*testing.T, func(*testing.T)) #67434 +pkg testing/synctest, func Wait() #67434 +pkg unicode, var CategoryAliases map[string]string #70780 +pkg unicode, var Cn *RangeTable #70780 +pkg unicode, var LC *RangeTable #70780 diff --git a/go/api/go1.26.txt b/go/api/go1.26.txt new file mode 100644 index 0000000000000000000000000000000000000000..0706895bbdfef45004a9b499bfe1cf33f46c2ab9 --- /dev/null +++ b/go/api/go1.26.txt @@ -0,0 +1,180 @@ +pkg bytes, method (*Buffer) Peek(int) ([]uint8, error) #73794 +pkg crypto, type Decapsulator interface { Decapsulate, Encapsulator } #75300 +pkg crypto, type Decapsulator interface, Decapsulate([]uint8) ([]uint8, error) #75300 +pkg crypto, type Decapsulator interface, Encapsulator() Encapsulator #75300 +pkg crypto, type Encapsulator interface { Bytes, Encapsulate } #75300 +pkg crypto, type Encapsulator interface, Bytes() []uint8 #75300 +pkg crypto, type Encapsulator interface, Encapsulate() ([]uint8, []uint8) #75300 +pkg crypto/ecdh, type KeyExchanger interface { Curve, ECDH, PublicKey } #75300 +pkg crypto/ecdh, type KeyExchanger interface, Curve() Curve #75300 +pkg crypto/ecdh, type KeyExchanger interface, ECDH(*PublicKey) ([]uint8, error) #75300 +pkg crypto/ecdh, type KeyExchanger interface, PublicKey() *PublicKey #75300 +pkg crypto/ecdsa, type PrivateKey struct, D //deprecated #63963 +pkg crypto/ecdsa, type PublicKey struct, X //deprecated #63963 +pkg crypto/ecdsa, type PublicKey struct, Y //deprecated #63963 +pkg crypto/fips140, func Enforced() bool #74630 +pkg crypto/fips140, func Version() string #75301 +pkg crypto/fips140, func WithoutEnforcement(func()) #74630 +pkg crypto/hpke, func AES128GCM() AEAD #75300 +pkg crypto/hpke, func AES256GCM() AEAD #75300 +pkg crypto/hpke, func ChaCha20Poly1305() AEAD #75300 +pkg crypto/hpke, func DHKEM(ecdh.Curve) KEM #75300 +pkg crypto/hpke, func ExportOnly() AEAD #75300 +pkg crypto/hpke, func HKDFSHA256() KDF #75300 +pkg crypto/hpke, func HKDFSHA384() KDF #75300 +pkg crypto/hpke, func HKDFSHA512() KDF #75300 +pkg crypto/hpke, func MLKEM1024() KEM #75300 +pkg crypto/hpke, func MLKEM1024P384() KEM #75300 +pkg crypto/hpke, func MLKEM768() KEM #75300 +pkg crypto/hpke, func MLKEM768P256() KEM #75300 +pkg crypto/hpke, func MLKEM768X25519() KEM #75300 +pkg crypto/hpke, func NewAEAD(uint16) (AEAD, error) #75300 +pkg crypto/hpke, func NewDHKEMPrivateKey(ecdh.KeyExchanger) (PrivateKey, error) #75300 +pkg crypto/hpke, func NewDHKEMPublicKey(*ecdh.PublicKey) (PublicKey, error) #75300 +pkg crypto/hpke, func NewHybridPrivateKey(crypto.Decapsulator, ecdh.KeyExchanger) (PrivateKey, error) #75300 +pkg crypto/hpke, func NewHybridPublicKey(crypto.Encapsulator, *ecdh.PublicKey) (PublicKey, error) #75300 +pkg crypto/hpke, func NewKDF(uint16) (KDF, error) #75300 +pkg crypto/hpke, func NewKEM(uint16) (KEM, error) #75300 +pkg crypto/hpke, func NewMLKEMPrivateKey(crypto.Decapsulator) (PrivateKey, error) #75300 +pkg crypto/hpke, func NewMLKEMPublicKey(crypto.Encapsulator) (PublicKey, error) #75300 +pkg crypto/hpke, func NewRecipient([]uint8, PrivateKey, KDF, AEAD, []uint8) (*Recipient, error) #75300 +pkg crypto/hpke, func NewSender(PublicKey, KDF, AEAD, []uint8) ([]uint8, *Sender, error) #75300 +pkg crypto/hpke, func Open(PrivateKey, KDF, AEAD, []uint8, []uint8) ([]uint8, error) #75300 +pkg crypto/hpke, func SHAKE128() KDF #75300 +pkg crypto/hpke, func SHAKE256() KDF #75300 +pkg crypto/hpke, func Seal(PublicKey, KDF, AEAD, []uint8, []uint8) ([]uint8, error) #75300 +pkg crypto/hpke, method (*Recipient) Export(string, int) ([]uint8, error) #75300 +pkg crypto/hpke, method (*Recipient) Open([]uint8, []uint8) ([]uint8, error) #75300 +pkg crypto/hpke, method (*Sender) Export(string, int) ([]uint8, error) #75300 +pkg crypto/hpke, method (*Sender) Seal([]uint8, []uint8) ([]uint8, error) #75300 +pkg crypto/hpke, type AEAD interface, ID() uint16 #75300 +pkg crypto/hpke, type AEAD interface, unexported methods #75300 +pkg crypto/hpke, type KDF interface, ID() uint16 #75300 +pkg crypto/hpke, type KDF interface, unexported methods #75300 +pkg crypto/hpke, type KEM interface, DeriveKeyPair([]uint8) (PrivateKey, error) #75300 +pkg crypto/hpke, type KEM interface, GenerateKey() (PrivateKey, error) #75300 +pkg crypto/hpke, type KEM interface, ID() uint16 #75300 +pkg crypto/hpke, type KEM interface, NewPrivateKey([]uint8) (PrivateKey, error) #75300 +pkg crypto/hpke, type KEM interface, NewPublicKey([]uint8) (PublicKey, error) #75300 +pkg crypto/hpke, type KEM interface, unexported methods #75300 +pkg crypto/hpke, type PrivateKey interface, Bytes() ([]uint8, error) #75300 +pkg crypto/hpke, type PrivateKey interface, KEM() KEM #75300 +pkg crypto/hpke, type PrivateKey interface, PublicKey() PublicKey #75300 +pkg crypto/hpke, type PrivateKey interface, unexported methods #75300 +pkg crypto/hpke, type PublicKey interface, Bytes() []uint8 #75300 +pkg crypto/hpke, type PublicKey interface, KEM() KEM #75300 +pkg crypto/hpke, type PublicKey interface, unexported methods #75300 +pkg crypto/hpke, type Recipient struct #75300 +pkg crypto/hpke, type Sender struct #75300 +pkg crypto/mlkem, method (*DecapsulationKey1024) Encapsulator() crypto.Encapsulator #75300 +pkg crypto/mlkem, method (*DecapsulationKey768) Encapsulator() crypto.Encapsulator #75300 +pkg crypto/mlkem/mlkemtest, func Encapsulate1024(*mlkem.EncapsulationKey1024, []uint8) ([]uint8, []uint8, error) #73627 +pkg crypto/mlkem/mlkemtest, func Encapsulate768(*mlkem.EncapsulationKey768, []uint8) ([]uint8, []uint8, error) #73627 +pkg crypto/rsa, func DecryptPKCS1v15 //deprecated #75302 +pkg crypto/rsa, func DecryptPKCS1v15SessionKey //deprecated #75302 +pkg crypto/rsa, func EncryptOAEPWithOptions(io.Reader, *PublicKey, []uint8, *OAEPOptions) ([]uint8, error) #65716 +pkg crypto/rsa, func EncryptPKCS1v15 //deprecated #75302 +pkg crypto/rsa, type PKCS1v15DecryptOptions //deprecated #75302 +pkg crypto/tls, const QUICErrorEvent = 10 #75108 +pkg crypto/tls, const QUICErrorEvent QUICEventKind #75108 +pkg crypto/tls, const SecP256r1MLKEM768 = 4587 #71206 +pkg crypto/tls, const SecP256r1MLKEM768 CurveID #71206 +pkg crypto/tls, const SecP384r1MLKEM1024 = 4589 #71206 +pkg crypto/tls, const SecP384r1MLKEM1024 CurveID #71206 +pkg crypto/tls, type ClientHelloInfo struct, HelloRetryRequest bool #74425 +pkg crypto/tls, type ConnectionState struct, HelloRetryRequest bool #74425 +pkg crypto/tls, type QUICEvent struct, Err error #75108 +pkg crypto/x509, func OIDFromASN1OID(asn1.ObjectIdentifier) (OID, error) #75325 +pkg crypto/x509, method (ExtKeyUsage) OID() OID #75325 +pkg crypto/x509, method (ExtKeyUsage) String() string #56866 +pkg crypto/x509, method (KeyUsage) String() string #56866 +pkg debug/elf, const R_LARCH_CALL36 = 110 #75562 +pkg debug/elf, const R_LARCH_CALL36 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC32 = 13 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC32 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64 = 14 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_HI12 = 118 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_HI12 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_LO20 = 117 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_LO20 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_PC_HI12 = 114 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_PC_HI12 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_PC_LO20 = 113 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC64_PC_LO20 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_CALL = 120 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_CALL R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_HI20 = 115 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_HI20 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_LD = 119 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_LD R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_LO12 = 116 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_LO12 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_PCREL20_S2 = 126 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_PCREL20_S2 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_PC_HI20 = 111 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_PC_HI20 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_PC_LO12 = 112 #75562 +pkg debug/elf, const R_LARCH_TLS_DESC_PC_LO12 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_GD_PCREL20_S2 = 125 #75562 +pkg debug/elf, const R_LARCH_TLS_GD_PCREL20_S2 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_LD_PCREL20_S2 = 124 #75562 +pkg debug/elf, const R_LARCH_TLS_LD_PCREL20_S2 R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_LE_ADD_R = 122 #75562 +pkg debug/elf, const R_LARCH_TLS_LE_ADD_R R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_LE_HI20_R = 121 #75562 +pkg debug/elf, const R_LARCH_TLS_LE_HI20_R R_LARCH #75562 +pkg debug/elf, const R_LARCH_TLS_LE_LO12_R = 123 #75562 +pkg debug/elf, const R_LARCH_TLS_LE_LO12_R R_LARCH #75562 +pkg errors, func AsType[$0 error](error) ($0, bool) #51945 +pkg go/ast, func ParseDirective(token.Pos, string) (Directive, bool) #68021 +pkg go/ast, method (*Directive) End() token.Pos #68021 +pkg go/ast, method (*Directive) ParseArgs() ([]DirectiveArg, error) #68021 +pkg go/ast, method (*Directive) Pos() token.Pos #68021 +pkg go/ast, type BasicLit struct, ValueEnd token.Pos #76031 +pkg go/ast, type Directive struct #68021 +pkg go/ast, type Directive struct, Args string #68021 +pkg go/ast, type Directive struct, ArgsPos token.Pos #68021 +pkg go/ast, type Directive struct, Name string #68021 +pkg go/ast, type Directive struct, Slash token.Pos #68021 +pkg go/ast, type Directive struct, Tool string #68021 +pkg go/ast, type DirectiveArg struct #68021 +pkg go/ast, type DirectiveArg struct, Arg string #68021 +pkg go/ast, type DirectiveArg struct, Pos token.Pos #68021 +pkg go/token, method (*File) End() Pos #75849 +pkg log/slog, func NewMultiHandler(...Handler) *MultiHandler #65954 +pkg log/slog, method (*MultiHandler) Enabled(context.Context, Level) bool #65954 +pkg log/slog, method (*MultiHandler) Handle(context.Context, Record) error #65954 +pkg log/slog, method (*MultiHandler) WithAttrs([]Attr) Handler #65954 +pkg log/slog, method (*MultiHandler) WithGroup(string) Handler #65954 +pkg log/slog, type MultiHandler struct #65954 +pkg net, method (*Dialer) DialIP(context.Context, string, netip.Addr, netip.Addr) (*IPConn, error) #49097 +pkg net, method (*Dialer) DialTCP(context.Context, string, netip.AddrPort, netip.AddrPort) (*TCPConn, error) #49097 +pkg net, method (*Dialer) DialUDP(context.Context, string, netip.AddrPort, netip.AddrPort) (*UDPConn, error) #49097 +pkg net, method (*Dialer) DialUnix(context.Context, string, *UnixAddr, *UnixAddr) (*UnixConn, error) #49097 +pkg net/http, method (*ClientConn) Available() int #75772 +pkg net/http, method (*ClientConn) Close() error #75772 +pkg net/http, method (*ClientConn) Err() error #75772 +pkg net/http, method (*ClientConn) InFlight() int #75772 +pkg net/http, method (*ClientConn) Release() #75772 +pkg net/http, method (*ClientConn) Reserve() error #75772 +pkg net/http, method (*ClientConn) RoundTrip(*Request) (*Response, error) #75772 +pkg net/http, method (*ClientConn) SetStateHook(func(*ClientConn)) #75772 +pkg net/http, method (*Transport) NewClientConn(context.Context, string, string) (*ClientConn, error) #75772 +pkg net/http, type ClientConn struct #75772 +pkg net/http, type HTTP2Config struct, StrictMaxConcurrentRequests bool #67813 +pkg net/http/httputil, type ReverseProxy struct, Director //deprecated #73161 +pkg net/netip, method (Prefix) Compare(Prefix) int #61642 +pkg os, method (*Process) WithHandle(func(uintptr)) error #70352 +pkg os, var ErrNoHandle error #70352 +pkg reflect, method (Value) Fields() iter.Seq2[StructField, Value] #66631 +pkg reflect, method (Value) Methods() iter.Seq2[Method, Value] #66631 +pkg reflect, type Type interface, Fields() iter.Seq[StructField] #66631 +pkg reflect, type Type interface, Ins() iter.Seq[Type] #66631 +pkg reflect, type Type interface, Methods() iter.Seq[Method] #66631 +pkg reflect, type Type interface, Outs() iter.Seq[Type] #66631 +pkg testing, method (*B) ArtifactDir() string #71287 +pkg testing, method (*F) ArtifactDir() string #71287 +pkg testing, method (*T) ArtifactDir() string #71287 +pkg testing, type TB interface, ArtifactDir() string #71287 +pkg testing/cryptotest, func SetGlobalRandom(*testing.T, uint64) #70942 diff --git a/go/api/go1.3.txt b/go/api/go1.3.txt new file mode 100644 index 0000000000000000000000000000000000000000..0474277c495d637354696790f16b79c8b14fe537 --- /dev/null +++ b/go/api/go1.3.txt @@ -0,0 +1,2053 @@ +pkg archive/tar, const TypeGNUSparse = 83 +pkg archive/tar, const TypeGNUSparse ideal-char +pkg archive/tar, type Header struct, Xattrs map[string]string +pkg compress/gzip, method (*Reader) Reset(io.Reader) error +pkg crypto/tls, const CurveP256 = 23 +pkg crypto/tls, const CurveP256 CurveID +pkg crypto/tls, const CurveP384 = 24 +pkg crypto/tls, const CurveP384 CurveID +pkg crypto/tls, const CurveP521 = 25 +pkg crypto/tls, const CurveP521 CurveID +pkg crypto/tls, func DialWithDialer(*net.Dialer, string, string, *Config) (*Conn, error) +pkg crypto/tls, func NewLRUClientSessionCache(int) ClientSessionCache +pkg crypto/tls, type ClientSessionCache interface { Get, Put } +pkg crypto/tls, type ClientSessionCache interface, Get(string) (*ClientSessionState, bool) +pkg crypto/tls, type ClientSessionCache interface, Put(string, *ClientSessionState) +pkg crypto/tls, type ClientSessionState struct +pkg crypto/tls, type Config struct, ClientSessionCache ClientSessionCache +pkg crypto/tls, type Config struct, CurvePreferences []CurveID +pkg crypto/tls, type ConnectionState struct, Version uint16 +pkg crypto/tls, type CurveID uint16 +pkg crypto/x509, func CreateCertificateRequest(io.Reader, *CertificateRequest, interface{}) ([]uint8, error) +pkg crypto/x509, func ParseCertificateRequest([]uint8) (*CertificateRequest, error) +pkg crypto/x509, type CertificateRequest struct +pkg crypto/x509, type CertificateRequest struct, Attributes []pkix.AttributeTypeAndValueSET +pkg crypto/x509, type CertificateRequest struct, DNSNames []string +pkg crypto/x509, type CertificateRequest struct, EmailAddresses []string +pkg crypto/x509, type CertificateRequest struct, Extensions []pkix.Extension +pkg crypto/x509, type CertificateRequest struct, ExtraExtensions []pkix.Extension +pkg crypto/x509, type CertificateRequest struct, IPAddresses []net.IP +pkg crypto/x509, type CertificateRequest struct, PublicKey interface{} +pkg crypto/x509, type CertificateRequest struct, PublicKeyAlgorithm PublicKeyAlgorithm +pkg crypto/x509, type CertificateRequest struct, Raw []uint8 +pkg crypto/x509, type CertificateRequest struct, RawSubject []uint8 +pkg crypto/x509, type CertificateRequest struct, RawSubjectPublicKeyInfo []uint8 +pkg crypto/x509, type CertificateRequest struct, RawTBSCertificateRequest []uint8 +pkg crypto/x509, type CertificateRequest struct, Signature []uint8 +pkg crypto/x509, type CertificateRequest struct, SignatureAlgorithm SignatureAlgorithm +pkg crypto/x509, type CertificateRequest struct, Subject pkix.Name +pkg crypto/x509, type CertificateRequest struct, Version int +pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct +pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct, Type asn1.ObjectIdentifier +pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct, Value [][]AttributeTypeAndValue +pkg debug/dwarf, const TagCondition = 63 +pkg debug/dwarf, const TagCondition Tag +pkg debug/dwarf, const TagRvalueReferenceType = 66 +pkg debug/dwarf, const TagRvalueReferenceType Tag +pkg debug/dwarf, const TagSharedType = 64 +pkg debug/dwarf, const TagSharedType Tag +pkg debug/dwarf, const TagTemplateAlias = 67 +pkg debug/dwarf, const TagTemplateAlias Tag +pkg debug/dwarf, const TagTypeUnit = 65 +pkg debug/dwarf, const TagTypeUnit Tag +pkg debug/dwarf, method (*Data) AddTypes(string, []uint8) error +pkg debug/macho, const CpuArm = 12 +pkg debug/macho, const CpuArm Cpu +pkg debug/macho, const CpuPpc = 18 +pkg debug/macho, const CpuPpc Cpu +pkg debug/macho, const CpuPpc64 = 16777234 +pkg debug/macho, const CpuPpc64 Cpu +pkg debug/macho, const MagicFat = 3405691582 +pkg debug/macho, const MagicFat uint32 +pkg debug/macho, const TypeBundle = 8 +pkg debug/macho, const TypeBundle Type +pkg debug/macho, const TypeDylib = 6 +pkg debug/macho, const TypeDylib Type +pkg debug/macho, func NewFatFile(io.ReaderAt) (*FatFile, error) +pkg debug/macho, func OpenFat(string) (*FatFile, error) +pkg debug/macho, method (*FatFile) Close() error +pkg debug/macho, method (FatArch) Close() error +pkg debug/macho, method (FatArch) DWARF() (*dwarf.Data, error) +pkg debug/macho, method (FatArch) ImportedLibraries() ([]string, error) +pkg debug/macho, method (FatArch) ImportedSymbols() ([]string, error) +pkg debug/macho, method (FatArch) Section(string) *Section +pkg debug/macho, method (FatArch) Segment(string) *Segment +pkg debug/macho, type FatArch struct +pkg debug/macho, type FatArch struct, embedded *File +pkg debug/macho, type FatArch struct, embedded FatArchHeader +pkg debug/macho, type FatArchHeader struct +pkg debug/macho, type FatArchHeader struct, Align uint32 +pkg debug/macho, type FatArchHeader struct, Cpu Cpu +pkg debug/macho, type FatArchHeader struct, Offset uint32 +pkg debug/macho, type FatArchHeader struct, Size uint32 +pkg debug/macho, type FatArchHeader struct, SubCpu uint32 +pkg debug/macho, type FatFile struct +pkg debug/macho, type FatFile struct, Arches []FatArch +pkg debug/macho, type FatFile struct, Magic uint32 +pkg debug/macho, var ErrNotFat *FormatError +pkg debug/pe, type DataDirectory struct +pkg debug/pe, type DataDirectory struct, Size uint32 +pkg debug/pe, type DataDirectory struct, VirtualAddress uint32 +pkg debug/pe, type File struct, OptionalHeader interface{} +pkg debug/pe, type OptionalHeader32 struct +pkg debug/pe, type OptionalHeader32 struct, AddressOfEntryPoint uint32 +pkg debug/pe, type OptionalHeader32 struct, BaseOfCode uint32 +pkg debug/pe, type OptionalHeader32 struct, BaseOfData uint32 +pkg debug/pe, type OptionalHeader32 struct, CheckSum uint32 +pkg debug/pe, type OptionalHeader32 struct, DataDirectory [16]DataDirectory +pkg debug/pe, type OptionalHeader32 struct, DllCharacteristics uint16 +pkg debug/pe, type OptionalHeader32 struct, FileAlignment uint32 +pkg debug/pe, type OptionalHeader32 struct, ImageBase uint32 +pkg debug/pe, type OptionalHeader32 struct, LoaderFlags uint32 +pkg debug/pe, type OptionalHeader32 struct, Magic uint16 +pkg debug/pe, type OptionalHeader32 struct, MajorImageVersion uint16 +pkg debug/pe, type OptionalHeader32 struct, MajorLinkerVersion uint8 +pkg debug/pe, type OptionalHeader32 struct, MajorOperatingSystemVersion uint16 +pkg debug/pe, type OptionalHeader32 struct, MajorSubsystemVersion uint16 +pkg debug/pe, type OptionalHeader32 struct, MinorImageVersion uint16 +pkg debug/pe, type OptionalHeader32 struct, MinorLinkerVersion uint8 +pkg debug/pe, type OptionalHeader32 struct, MinorOperatingSystemVersion uint16 +pkg debug/pe, type OptionalHeader32 struct, MinorSubsystemVersion uint16 +pkg debug/pe, type OptionalHeader32 struct, NumberOfRvaAndSizes uint32 +pkg debug/pe, type OptionalHeader32 struct, SectionAlignment uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfCode uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfHeaders uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfHeapCommit uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfHeapReserve uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfImage uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfInitializedData uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfStackCommit uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfStackReserve uint32 +pkg debug/pe, type OptionalHeader32 struct, SizeOfUninitializedData uint32 +pkg debug/pe, type OptionalHeader32 struct, Subsystem uint16 +pkg debug/pe, type OptionalHeader32 struct, Win32VersionValue uint32 +pkg debug/pe, type OptionalHeader64 struct +pkg debug/pe, type OptionalHeader64 struct, AddressOfEntryPoint uint32 +pkg debug/pe, type OptionalHeader64 struct, BaseOfCode uint32 +pkg debug/pe, type OptionalHeader64 struct, CheckSum uint32 +pkg debug/pe, type OptionalHeader64 struct, DataDirectory [16]DataDirectory +pkg debug/pe, type OptionalHeader64 struct, DllCharacteristics uint16 +pkg debug/pe, type OptionalHeader64 struct, FileAlignment uint32 +pkg debug/pe, type OptionalHeader64 struct, ImageBase uint64 +pkg debug/pe, type OptionalHeader64 struct, LoaderFlags uint32 +pkg debug/pe, type OptionalHeader64 struct, Magic uint16 +pkg debug/pe, type OptionalHeader64 struct, MajorImageVersion uint16 +pkg debug/pe, type OptionalHeader64 struct, MajorLinkerVersion uint8 +pkg debug/pe, type OptionalHeader64 struct, MajorOperatingSystemVersion uint16 +pkg debug/pe, type OptionalHeader64 struct, MajorSubsystemVersion uint16 +pkg debug/pe, type OptionalHeader64 struct, MinorImageVersion uint16 +pkg debug/pe, type OptionalHeader64 struct, MinorLinkerVersion uint8 +pkg debug/pe, type OptionalHeader64 struct, MinorOperatingSystemVersion uint16 +pkg debug/pe, type OptionalHeader64 struct, MinorSubsystemVersion uint16 +pkg debug/pe, type OptionalHeader64 struct, NumberOfRvaAndSizes uint32 +pkg debug/pe, type OptionalHeader64 struct, SectionAlignment uint32 +pkg debug/pe, type OptionalHeader64 struct, SizeOfCode uint32 +pkg debug/pe, type OptionalHeader64 struct, SizeOfHeaders uint32 +pkg debug/pe, type OptionalHeader64 struct, SizeOfHeapCommit uint64 +pkg debug/pe, type OptionalHeader64 struct, SizeOfHeapReserve uint64 +pkg debug/pe, type OptionalHeader64 struct, SizeOfImage uint32 +pkg debug/pe, type OptionalHeader64 struct, SizeOfInitializedData uint32 +pkg debug/pe, type OptionalHeader64 struct, SizeOfStackCommit uint64 +pkg debug/pe, type OptionalHeader64 struct, SizeOfStackReserve uint64 +pkg debug/pe, type OptionalHeader64 struct, SizeOfUninitializedData uint32 +pkg debug/pe, type OptionalHeader64 struct, Subsystem uint16 +pkg debug/pe, type OptionalHeader64 struct, Win32VersionValue uint32 +pkg debug/plan9obj, const Magic386 = 491 +pkg debug/plan9obj, const Magic386 ideal-int +pkg debug/plan9obj, const Magic64 = 32768 +pkg debug/plan9obj, const Magic64 ideal-int +pkg debug/plan9obj, const MagicAMD64 = 35479 +pkg debug/plan9obj, const MagicAMD64 ideal-int +pkg debug/plan9obj, const MagicARM = 1607 +pkg debug/plan9obj, const MagicARM ideal-int +pkg debug/plan9obj, func NewFile(io.ReaderAt) (*File, error) +pkg debug/plan9obj, func Open(string) (*File, error) +pkg debug/plan9obj, method (*File) Close() error +pkg debug/plan9obj, method (*File) Section(string) *Section +pkg debug/plan9obj, method (*File) Symbols() ([]Sym, error) +pkg debug/plan9obj, method (*Section) Data() ([]uint8, error) +pkg debug/plan9obj, method (*Section) Open() io.ReadSeeker +pkg debug/plan9obj, method (Section) ReadAt([]uint8, int64) (int, error) +pkg debug/plan9obj, type File struct +pkg debug/plan9obj, type File struct, Sections []*Section +pkg debug/plan9obj, type File struct, embedded FileHeader +pkg debug/plan9obj, type FileHeader struct +pkg debug/plan9obj, type FileHeader struct, Bss uint32 +pkg debug/plan9obj, type FileHeader struct, Entry uint64 +pkg debug/plan9obj, type FileHeader struct, Magic uint32 +pkg debug/plan9obj, type FileHeader struct, PtrSize int +pkg debug/plan9obj, type Section struct +pkg debug/plan9obj, type Section struct, embedded SectionHeader +pkg debug/plan9obj, type Section struct, embedded io.ReaderAt +pkg debug/plan9obj, type SectionHeader struct +pkg debug/plan9obj, type SectionHeader struct, Name string +pkg debug/plan9obj, type SectionHeader struct, Offset uint32 +pkg debug/plan9obj, type SectionHeader struct, Size uint32 +pkg debug/plan9obj, type Sym struct +pkg debug/plan9obj, type Sym struct, Name string +pkg debug/plan9obj, type Sym struct, Type int32 +pkg debug/plan9obj, type Sym struct, Value uint64 +pkg encoding/asn1, method (ObjectIdentifier) String() string +pkg go/build, type Package struct, MFiles []string +pkg math/big, method (*Int) MarshalText() ([]uint8, error) +pkg math/big, method (*Int) UnmarshalText([]uint8) error +pkg math/big, method (*Rat) MarshalText() ([]uint8, error) +pkg math/big, method (*Rat) UnmarshalText([]uint8) error +pkg net, type Dialer struct, KeepAlive time.Duration +pkg net/http, const StateActive = 1 +pkg net/http, const StateActive ConnState +pkg net/http, const StateClosed = 4 +pkg net/http, const StateClosed ConnState +pkg net/http, const StateHijacked = 3 +pkg net/http, const StateHijacked ConnState +pkg net/http, const StateIdle = 2 +pkg net/http, const StateIdle ConnState +pkg net/http, const StateNew = 0 +pkg net/http, const StateNew ConnState +pkg net/http, method (*Server) SetKeepAlivesEnabled(bool) +pkg net/http, method (ConnState) String() string +pkg net/http, type Client struct, Timeout time.Duration +pkg net/http, type ConnState int +pkg net/http, type Response struct, TLS *tls.ConnectionState +pkg net/http, type Server struct, ConnState func(net.Conn, ConnState) +pkg net/http, type Server struct, ErrorLog *log.Logger +pkg net/http, type Transport struct, TLSHandshakeTimeout time.Duration +pkg regexp/syntax, method (*Inst) MatchRunePos(int32) int +pkg regexp/syntax, method (InstOp) String() string +pkg runtime/debug, func SetPanicOnFault(bool) bool +pkg runtime/debug, func WriteHeapDump(uintptr) +pkg sync, method (*Pool) Get() interface{} +pkg sync, method (*Pool) Put(interface{}) +pkg sync, type Pool struct +pkg sync, type Pool struct, New func() interface{} +pkg syscall (darwin-386), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (darwin-386), func Mlock([]uint8) error +pkg syscall (darwin-386), func Mlockall(int) error +pkg syscall (darwin-386), func Mprotect([]uint8, int) error +pkg syscall (darwin-386), func Munlock([]uint8) error +pkg syscall (darwin-386), func Munlockall() error +pkg syscall (darwin-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (darwin-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (darwin-386-cgo), func Mlock([]uint8) error +pkg syscall (darwin-386-cgo), func Mlockall(int) error +pkg syscall (darwin-386-cgo), func Mprotect([]uint8, int) error +pkg syscall (darwin-386-cgo), func Munlock([]uint8) error +pkg syscall (darwin-386-cgo), func Munlockall() error +pkg syscall (darwin-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (darwin-amd64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (darwin-amd64), func Mlock([]uint8) error +pkg syscall (darwin-amd64), func Mlockall(int) error +pkg syscall (darwin-amd64), func Mprotect([]uint8, int) error +pkg syscall (darwin-amd64), func Munlock([]uint8) error +pkg syscall (darwin-amd64), func Munlockall() error +pkg syscall (darwin-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (darwin-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (darwin-amd64-cgo), func Mlock([]uint8) error +pkg syscall (darwin-amd64-cgo), func Mlockall(int) error +pkg syscall (darwin-amd64-cgo), func Mprotect([]uint8, int) error +pkg syscall (darwin-amd64-cgo), func Munlock([]uint8) error +pkg syscall (darwin-amd64-cgo), func Munlockall() error +pkg syscall (darwin-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-386), const AF_INET6_SDP = 42 +pkg syscall (freebsd-386), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-386), const AF_INET_SDP = 40 +pkg syscall (freebsd-386), const AF_INET_SDP ideal-int +pkg syscall (freebsd-386), const AF_MAX = 42 +pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-386), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-386), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-386), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-386), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-386), const DLT_NG40 = 244 +pkg syscall (freebsd-386), const DLT_NG40 ideal-int +pkg syscall (freebsd-386), const ELAST = 96 +pkg syscall (freebsd-386), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-386), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-386), const EOWNERDEAD = 96 +pkg syscall (freebsd-386), const EOWNERDEAD Errno +pkg syscall (freebsd-386), const EV_DROP = 4096 +pkg syscall (freebsd-386), const EV_DROP ideal-int +pkg syscall (freebsd-386), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-386), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-386), const NAME_MAX = 255 +pkg syscall (freebsd-386), const NAME_MAX ideal-int +pkg syscall (freebsd-386), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-386), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-386), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-386), const RT_NORTREF = 2 +pkg syscall (freebsd-386), const RT_NORTREF ideal-int +pkg syscall (freebsd-386), const SIGLIBRT = 33 +pkg syscall (freebsd-386), const SIGLIBRT Signal +pkg syscall (freebsd-386), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-386), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-386), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-386), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-386), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-386), const SO_VENDOR ideal-int +pkg syscall (freebsd-386), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-386), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-386), const SYS_BINDAT = 538 +pkg syscall (freebsd-386), const SYS_BINDAT ideal-int +pkg syscall (freebsd-386), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-386), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-386), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-386), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-386), const SYS_PIPE2 = 542 +pkg syscall (freebsd-386), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-386), const SYS_PROCCTL = 544 +pkg syscall (freebsd-386), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-386), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-386), const TCP_VENDOR ideal-int +pkg syscall (freebsd-386), const WEXITED = 16 +pkg syscall (freebsd-386), const WEXITED ideal-int +pkg syscall (freebsd-386), const WTRAPPED = 32 +pkg syscall (freebsd-386), const WTRAPPED ideal-int +pkg syscall (freebsd-386), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-386), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-386), type Termios struct +pkg syscall (freebsd-386), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-386), type Termios struct, Cflag uint32 +pkg syscall (freebsd-386), type Termios struct, Iflag uint32 +pkg syscall (freebsd-386), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-386), type Termios struct, Lflag uint32 +pkg syscall (freebsd-386), type Termios struct, Oflag uint32 +pkg syscall (freebsd-386), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-386-cgo), const AF_INET6_SDP = 42 +pkg syscall (freebsd-386-cgo), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-386-cgo), const AF_INET_SDP = 40 +pkg syscall (freebsd-386-cgo), const AF_INET_SDP ideal-int +pkg syscall (freebsd-386-cgo), const AF_MAX = 42 +pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-386-cgo), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-386-cgo), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-386-cgo), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-386-cgo), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-386-cgo), const DLT_NG40 = 244 +pkg syscall (freebsd-386-cgo), const DLT_NG40 ideal-int +pkg syscall (freebsd-386-cgo), const ELAST = 96 +pkg syscall (freebsd-386-cgo), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-386-cgo), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-386-cgo), const EOWNERDEAD = 96 +pkg syscall (freebsd-386-cgo), const EOWNERDEAD Errno +pkg syscall (freebsd-386-cgo), const EV_DROP = 4096 +pkg syscall (freebsd-386-cgo), const EV_DROP ideal-int +pkg syscall (freebsd-386-cgo), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-386-cgo), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-386-cgo), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-386-cgo), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-386-cgo), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-386-cgo), const NAME_MAX = 255 +pkg syscall (freebsd-386-cgo), const NAME_MAX ideal-int +pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-386-cgo), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-386-cgo), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-386-cgo), const RT_NORTREF = 2 +pkg syscall (freebsd-386-cgo), const RT_NORTREF ideal-int +pkg syscall (freebsd-386-cgo), const SIGLIBRT = 33 +pkg syscall (freebsd-386-cgo), const SIGLIBRT Signal +pkg syscall (freebsd-386-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-386-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-386-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-386-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-386-cgo), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-386-cgo), const SO_VENDOR ideal-int +pkg syscall (freebsd-386-cgo), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-386-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_BINDAT = 538 +pkg syscall (freebsd-386-cgo), const SYS_BINDAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-386-cgo), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-386-cgo), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PIPE2 = 542 +pkg syscall (freebsd-386-cgo), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-386-cgo), const SYS_PROCCTL = 544 +pkg syscall (freebsd-386-cgo), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-386-cgo), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-386-cgo), const TCP_VENDOR ideal-int +pkg syscall (freebsd-386-cgo), const WEXITED = 16 +pkg syscall (freebsd-386-cgo), const WEXITED ideal-int +pkg syscall (freebsd-386-cgo), const WTRAPPED = 32 +pkg syscall (freebsd-386-cgo), const WTRAPPED ideal-int +pkg syscall (freebsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-386-cgo), type Termios struct +pkg syscall (freebsd-386-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-386-cgo), type Termios struct, Cflag uint32 +pkg syscall (freebsd-386-cgo), type Termios struct, Iflag uint32 +pkg syscall (freebsd-386-cgo), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-386-cgo), type Termios struct, Lflag uint32 +pkg syscall (freebsd-386-cgo), type Termios struct, Oflag uint32 +pkg syscall (freebsd-386-cgo), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-amd64), const AF_INET6_SDP = 42 +pkg syscall (freebsd-amd64), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-amd64), const AF_INET_SDP = 40 +pkg syscall (freebsd-amd64), const AF_INET_SDP ideal-int +pkg syscall (freebsd-amd64), const AF_MAX = 42 +pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-amd64), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-amd64), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-amd64), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-amd64), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-amd64), const DLT_NG40 = 244 +pkg syscall (freebsd-amd64), const DLT_NG40 ideal-int +pkg syscall (freebsd-amd64), const ELAST = 96 +pkg syscall (freebsd-amd64), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-amd64), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-amd64), const EOWNERDEAD = 96 +pkg syscall (freebsd-amd64), const EOWNERDEAD Errno +pkg syscall (freebsd-amd64), const EV_DROP = 4096 +pkg syscall (freebsd-amd64), const EV_DROP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-amd64), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-amd64), const MAP_32BIT = 524288 +pkg syscall (freebsd-amd64), const MAP_32BIT ideal-int +pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-amd64), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-amd64), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-amd64), const NAME_MAX = 255 +pkg syscall (freebsd-amd64), const NAME_MAX ideal-int +pkg syscall (freebsd-amd64), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-amd64), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-amd64), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-amd64), const RT_NORTREF = 2 +pkg syscall (freebsd-amd64), const RT_NORTREF ideal-int +pkg syscall (freebsd-amd64), const SIGLIBRT = 33 +pkg syscall (freebsd-amd64), const SIGLIBRT Signal +pkg syscall (freebsd-amd64), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-amd64), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-amd64), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-amd64), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-amd64), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-amd64), const SO_VENDOR ideal-int +pkg syscall (freebsd-amd64), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-amd64), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-amd64), const SYS_BINDAT = 538 +pkg syscall (freebsd-amd64), const SYS_BINDAT ideal-int +pkg syscall (freebsd-amd64), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-amd64), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-amd64), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-amd64), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_PIPE2 = 542 +pkg syscall (freebsd-amd64), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-amd64), const SYS_PROCCTL = 544 +pkg syscall (freebsd-amd64), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-amd64), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-amd64), const TCP_VENDOR ideal-int +pkg syscall (freebsd-amd64), const WEXITED = 16 +pkg syscall (freebsd-amd64), const WEXITED ideal-int +pkg syscall (freebsd-amd64), const WTRAPPED = 32 +pkg syscall (freebsd-amd64), const WTRAPPED ideal-int +pkg syscall (freebsd-amd64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-amd64), type Termios struct +pkg syscall (freebsd-amd64), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-amd64), type Termios struct, Cflag uint32 +pkg syscall (freebsd-amd64), type Termios struct, Iflag uint32 +pkg syscall (freebsd-amd64), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-amd64), type Termios struct, Lflag uint32 +pkg syscall (freebsd-amd64), type Termios struct, Oflag uint32 +pkg syscall (freebsd-amd64), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-amd64-cgo), const AF_INET6_SDP = 42 +pkg syscall (freebsd-amd64-cgo), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_INET_SDP = 40 +pkg syscall (freebsd-amd64-cgo), const AF_INET_SDP ideal-int +pkg syscall (freebsd-amd64-cgo), const AF_MAX = 42 +pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 246 +pkg syscall (freebsd-amd64-cgo), const DLT_MPEG_2_TS = 243 +pkg syscall (freebsd-amd64-cgo), const DLT_MPEG_2_TS ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_NFC_LLCP = 245 +pkg syscall (freebsd-amd64-cgo), const DLT_NFC_LLCP ideal-int +pkg syscall (freebsd-amd64-cgo), const DLT_NG40 = 244 +pkg syscall (freebsd-amd64-cgo), const DLT_NG40 ideal-int +pkg syscall (freebsd-amd64-cgo), const ELAST = 96 +pkg syscall (freebsd-amd64-cgo), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-amd64-cgo), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-amd64-cgo), const EOWNERDEAD = 96 +pkg syscall (freebsd-amd64-cgo), const EOWNERDEAD Errno +pkg syscall (freebsd-amd64-cgo), const EV_DROP = 4096 +pkg syscall (freebsd-amd64-cgo), const EV_DROP ideal-int +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MPLS = 137 +pkg syscall (freebsd-amd64-cgo), const IPPROTO_MPLS ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_32BIT = 524288 +pkg syscall (freebsd-amd64-cgo), const MAP_32BIT ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const NAME_MAX = 255 +pkg syscall (freebsd-amd64-cgo), const NAME_MAX ideal-int +pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-amd64-cgo), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-amd64-cgo), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-amd64-cgo), const RT_NORTREF = 2 +pkg syscall (freebsd-amd64-cgo), const RT_NORTREF ideal-int +pkg syscall (freebsd-amd64-cgo), const SIGLIBRT = 33 +pkg syscall (freebsd-amd64-cgo), const SIGLIBRT Signal +pkg syscall (freebsd-amd64-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-amd64-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-amd64-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-amd64-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-amd64-cgo), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-amd64-cgo), const SO_VENDOR ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_BINDAT = 538 +pkg syscall (freebsd-amd64-cgo), const SYS_BINDAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-amd64-cgo), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PIPE2 = 542 +pkg syscall (freebsd-amd64-cgo), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-amd64-cgo), const SYS_PROCCTL = 544 +pkg syscall (freebsd-amd64-cgo), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-amd64-cgo), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-amd64-cgo), const TCP_VENDOR ideal-int +pkg syscall (freebsd-amd64-cgo), const WEXITED = 16 +pkg syscall (freebsd-amd64-cgo), const WEXITED ideal-int +pkg syscall (freebsd-amd64-cgo), const WTRAPPED = 32 +pkg syscall (freebsd-amd64-cgo), const WTRAPPED ideal-int +pkg syscall (freebsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-amd64-cgo), type Termios struct +pkg syscall (freebsd-amd64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-amd64-cgo), type Termios struct, Cflag uint32 +pkg syscall (freebsd-amd64-cgo), type Termios struct, Iflag uint32 +pkg syscall (freebsd-amd64-cgo), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-amd64-cgo), type Termios struct, Lflag uint32 +pkg syscall (freebsd-amd64-cgo), type Termios struct, Oflag uint32 +pkg syscall (freebsd-amd64-cgo), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-arm), const AF_INET6_SDP = 42 +pkg syscall (freebsd-arm), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-arm), const AF_INET_SDP = 40 +pkg syscall (freebsd-arm), const AF_INET_SDP ideal-int +pkg syscall (freebsd-arm), const AF_MAX = 42 +pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (freebsd-arm), const ELAST = 96 +pkg syscall (freebsd-arm), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-arm), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-arm), const EOWNERDEAD = 96 +pkg syscall (freebsd-arm), const EOWNERDEAD Errno +pkg syscall (freebsd-arm), const EV_DROP = 4096 +pkg syscall (freebsd-arm), const EV_DROP ideal-int +pkg syscall (freebsd-arm), const IFT_CARP = 248 +pkg syscall (freebsd-arm), const IFT_CARP ideal-int +pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-arm), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-arm), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-arm), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-arm), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-arm), const NAME_MAX = 255 +pkg syscall (freebsd-arm), const NAME_MAX ideal-int +pkg syscall (freebsd-arm), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-arm), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-arm), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-arm), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-arm), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-arm), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-arm), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-arm), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-arm), const SO_VENDOR ideal-int +pkg syscall (freebsd-arm), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-arm), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-arm), const SYS_BINDAT = 538 +pkg syscall (freebsd-arm), const SYS_BINDAT ideal-int +pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS = 515 +pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS ideal-int +pkg syscall (freebsd-arm), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-arm), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-arm), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-arm), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-arm), const SYS_PIPE2 = 542 +pkg syscall (freebsd-arm), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-arm), const SYS_PROCCTL = 544 +pkg syscall (freebsd-arm), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-arm), const SizeofBpfHdr = 32 +pkg syscall (freebsd-arm), const SizeofIfData = 96 +pkg syscall (freebsd-arm), const SizeofIfMsghdr = 112 +pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-arm), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-arm), const TCP_VENDOR ideal-int +pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074820185 +pkg syscall (freebsd-arm), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm), func Fchflags(int, int) error +pkg syscall (freebsd-arm), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (freebsd-arm), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm), type IfData struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm), type Termios struct +pkg syscall (freebsd-arm), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-arm), type Termios struct, Cflag uint32 +pkg syscall (freebsd-arm), type Termios struct, Iflag uint32 +pkg syscall (freebsd-arm), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-arm), type Termios struct, Lflag uint32 +pkg syscall (freebsd-arm), type Termios struct, Oflag uint32 +pkg syscall (freebsd-arm), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-arm), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm-cgo), const AF_INET6_SDP = 42 +pkg syscall (freebsd-arm-cgo), const AF_INET6_SDP ideal-int +pkg syscall (freebsd-arm-cgo), const AF_INET_SDP = 40 +pkg syscall (freebsd-arm-cgo), const AF_INET_SDP ideal-int +pkg syscall (freebsd-arm-cgo), const AF_MAX = 42 +pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074807406 +pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148549229 +pkg syscall (freebsd-arm-cgo), const ELAST = 96 +pkg syscall (freebsd-arm-cgo), const ENOTRECOVERABLE = 95 +pkg syscall (freebsd-arm-cgo), const ENOTRECOVERABLE Errno +pkg syscall (freebsd-arm-cgo), const EOWNERDEAD = 96 +pkg syscall (freebsd-arm-cgo), const EOWNERDEAD Errno +pkg syscall (freebsd-arm-cgo), const EV_DROP = 4096 +pkg syscall (freebsd-arm-cgo), const EV_DROP ideal-int +pkg syscall (freebsd-arm-cgo), const IFT_CARP = 248 +pkg syscall (freebsd-arm-cgo), const IFT_CARP ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_ALIGNED_SUPER = 16777216 +pkg syscall (freebsd-arm-cgo), const MAP_ALIGNED_SUPER ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (freebsd-arm-cgo), const MSG_CMSG_CLOEXEC = 262144 +pkg syscall (freebsd-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (freebsd-arm-cgo), const NAME_MAX = 255 +pkg syscall (freebsd-arm-cgo), const NAME_MAX ideal-int +pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 1048576 +pkg syscall (freebsd-arm-cgo), const RTF_GWFLAG_COMPAT = 2147483648 +pkg syscall (freebsd-arm-cgo), const RTF_GWFLAG_COMPAT ideal-int +pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151704858 +pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274795323 +pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902 +pkg syscall (freebsd-arm-cgo), const SOCK_CLOEXEC = 268435456 +pkg syscall (freebsd-arm-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (freebsd-arm-cgo), const SOCK_NONBLOCK = 536870912 +pkg syscall (freebsd-arm-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (freebsd-arm-cgo), const SO_VENDOR = 2147483648 +pkg syscall (freebsd-arm-cgo), const SO_VENDOR ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT4 = 541 +pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_BINDAT = 538 +pkg syscall (freebsd-arm-cgo), const SYS_BINDAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETRIGHTS = 515 +pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETRIGHTS ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGSAT = 540 +pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGSAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_CONNECTAT = 539 +pkg syscall (freebsd-arm-cgo), const SYS_CONNECTAT ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PIPE2 = 542 +pkg syscall (freebsd-arm-cgo), const SYS_PIPE2 ideal-int +pkg syscall (freebsd-arm-cgo), const SYS_PROCCTL = 544 +pkg syscall (freebsd-arm-cgo), const SYS_PROCCTL ideal-int +pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 32 +pkg syscall (freebsd-arm-cgo), const SizeofIfData = 96 +pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 112 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 54 +pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 106 +pkg syscall (freebsd-arm-cgo), const TCP_VENDOR = 2147483648 +pkg syscall (freebsd-arm-cgo), const TCP_VENDOR ideal-int +pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074820185 +pkg syscall (freebsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (freebsd-arm-cgo), func Fchflags(int, int) error +pkg syscall (freebsd-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (freebsd-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (freebsd-arm-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm-cgo), type IfData struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm-cgo), type Termios struct +pkg syscall (freebsd-arm-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (freebsd-arm-cgo), type Termios struct, Cflag uint32 +pkg syscall (freebsd-arm-cgo), type Termios struct, Iflag uint32 +pkg syscall (freebsd-arm-cgo), type Termios struct, Ispeed uint32 +pkg syscall (freebsd-arm-cgo), type Termios struct, Lflag uint32 +pkg syscall (freebsd-arm-cgo), type Termios struct, Oflag uint32 +pkg syscall (freebsd-arm-cgo), type Termios struct, Ospeed uint32 +pkg syscall (freebsd-arm-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-arm-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-386), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (linux-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (linux-386), type Flock_t struct +pkg syscall (linux-386), type Flock_t struct, Len int64 +pkg syscall (linux-386), type Flock_t struct, Pid int32 +pkg syscall (linux-386), type Flock_t struct, Start int64 +pkg syscall (linux-386), type Flock_t struct, Type int16 +pkg syscall (linux-386), type Flock_t struct, Whence int16 +pkg syscall (linux-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (linux-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (linux-386-cgo), type Flock_t struct +pkg syscall (linux-386-cgo), type Flock_t struct, Len int64 +pkg syscall (linux-386-cgo), type Flock_t struct, Pid int32 +pkg syscall (linux-386-cgo), type Flock_t struct, Start int64 +pkg syscall (linux-386-cgo), type Flock_t struct, Type int16 +pkg syscall (linux-386-cgo), type Flock_t struct, Whence int16 +pkg syscall (linux-amd64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (linux-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (linux-amd64), type Flock_t struct +pkg syscall (linux-amd64), type Flock_t struct, Len int64 +pkg syscall (linux-amd64), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64), type Flock_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64), type Flock_t struct, Pid int32 +pkg syscall (linux-amd64), type Flock_t struct, Start int64 +pkg syscall (linux-amd64), type Flock_t struct, Type int16 +pkg syscall (linux-amd64), type Flock_t struct, Whence int16 +pkg syscall (linux-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (linux-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (linux-amd64-cgo), type Flock_t struct +pkg syscall (linux-amd64-cgo), type Flock_t struct, Len int64 +pkg syscall (linux-amd64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64-cgo), type Flock_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64-cgo), type Flock_t struct, Pid int32 +pkg syscall (linux-amd64-cgo), type Flock_t struct, Start int64 +pkg syscall (linux-amd64-cgo), type Flock_t struct, Type int16 +pkg syscall (linux-amd64-cgo), type Flock_t struct, Whence int16 +pkg syscall (linux-arm), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (linux-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (linux-arm), type Flock_t struct +pkg syscall (linux-arm), type Flock_t struct, Len int64 +pkg syscall (linux-arm), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-arm), type Flock_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-arm), type Flock_t struct, Pid int32 +pkg syscall (linux-arm), type Flock_t struct, Start int64 +pkg syscall (linux-arm), type Flock_t struct, Type int16 +pkg syscall (linux-arm), type Flock_t struct, Whence int16 +pkg syscall (linux-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (linux-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (linux-arm-cgo), type Flock_t struct +pkg syscall (linux-arm-cgo), type Flock_t struct, Len int64 +pkg syscall (linux-arm-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-arm-cgo), type Flock_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-arm-cgo), type Flock_t struct, Pid int32 +pkg syscall (linux-arm-cgo), type Flock_t struct, Start int64 +pkg syscall (linux-arm-cgo), type Flock_t struct, Type int16 +pkg syscall (linux-arm-cgo), type Flock_t struct, Whence int16 +pkg syscall (netbsd-386), const CLONE_CSIGNAL = 255 +pkg syscall (netbsd-386), const CLONE_CSIGNAL ideal-int +pkg syscall (netbsd-386), const CLONE_FILES = 1024 +pkg syscall (netbsd-386), const CLONE_FILES ideal-int +pkg syscall (netbsd-386), const CLONE_FS = 512 +pkg syscall (netbsd-386), const CLONE_FS ideal-int +pkg syscall (netbsd-386), const CLONE_PID = 4096 +pkg syscall (netbsd-386), const CLONE_PID ideal-int +pkg syscall (netbsd-386), const CLONE_PTRACE = 8192 +pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int +pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048 +pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int +pkg syscall (netbsd-386), const CLONE_VFORK = 16384 +pkg syscall (netbsd-386), const CLONE_VFORK ideal-int +pkg syscall (netbsd-386), const CLONE_VM = 256 +pkg syscall (netbsd-386), const CLONE_VM ideal-int +pkg syscall (netbsd-386), const MADV_DONTNEED = 4 +pkg syscall (netbsd-386), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-386), const MADV_FREE = 6 +pkg syscall (netbsd-386), const MADV_FREE ideal-int +pkg syscall (netbsd-386), const MADV_NORMAL = 0 +pkg syscall (netbsd-386), const MADV_NORMAL ideal-int +pkg syscall (netbsd-386), const MADV_RANDOM = 1 +pkg syscall (netbsd-386), const MADV_RANDOM ideal-int +pkg syscall (netbsd-386), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-386), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-386), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-386), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-386), const MADV_WILLNEED = 3 +pkg syscall (netbsd-386), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-386), const MAP_ANON = 4096 +pkg syscall (netbsd-386), const MAP_ANON ideal-int +pkg syscall (netbsd-386), const MAP_FILE = 0 +pkg syscall (netbsd-386), const MAP_FILE ideal-int +pkg syscall (netbsd-386), const MAP_FIXED = 16 +pkg syscall (netbsd-386), const MAP_FIXED ideal-int +pkg syscall (netbsd-386), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-386), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-386), const MAP_INHERIT = 128 +pkg syscall (netbsd-386), const MAP_INHERIT ideal-int +pkg syscall (netbsd-386), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-386), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-386), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-386), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-386), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-386), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-386), const MAP_NORESERVE = 64 +pkg syscall (netbsd-386), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-386), const MAP_PRIVATE = 2 +pkg syscall (netbsd-386), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-386), const MAP_RENAME = 32 +pkg syscall (netbsd-386), const MAP_RENAME ideal-int +pkg syscall (netbsd-386), const MAP_SHARED = 1 +pkg syscall (netbsd-386), const MAP_SHARED ideal-int +pkg syscall (netbsd-386), const MAP_STACK = 8192 +pkg syscall (netbsd-386), const MAP_STACK ideal-int +pkg syscall (netbsd-386), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-386), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-386), const MAP_WIRED = 2048 +pkg syscall (netbsd-386), const MAP_WIRED ideal-int +pkg syscall (netbsd-386), const MCL_CURRENT = 1 +pkg syscall (netbsd-386), const MCL_CURRENT ideal-int +pkg syscall (netbsd-386), const MCL_FUTURE = 2 +pkg syscall (netbsd-386), const MCL_FUTURE ideal-int +pkg syscall (netbsd-386), const MS_ASYNC = 1 +pkg syscall (netbsd-386), const MS_ASYNC ideal-int +pkg syscall (netbsd-386), const MS_INVALIDATE = 2 +pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int +pkg syscall (netbsd-386), const MS_SYNC = 4 +pkg syscall (netbsd-386), const MS_SYNC ideal-int +pkg syscall (netbsd-386), const PROT_EXEC = 4 +pkg syscall (netbsd-386), const PROT_EXEC ideal-int +pkg syscall (netbsd-386), const PROT_NONE = 0 +pkg syscall (netbsd-386), const PROT_NONE ideal-int +pkg syscall (netbsd-386), const PROT_READ = 1 +pkg syscall (netbsd-386), const PROT_READ ideal-int +pkg syscall (netbsd-386), const PROT_WRITE = 2 +pkg syscall (netbsd-386), const PROT_WRITE ideal-int +pkg syscall (netbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-386), type Termios struct +pkg syscall (netbsd-386), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-386), type Termios struct, Cflag uint32 +pkg syscall (netbsd-386), type Termios struct, Iflag uint32 +pkg syscall (netbsd-386), type Termios struct, Ispeed int32 +pkg syscall (netbsd-386), type Termios struct, Lflag uint32 +pkg syscall (netbsd-386), type Termios struct, Oflag uint32 +pkg syscall (netbsd-386), type Termios struct, Ospeed int32 +pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL = 255 +pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_FILES = 1024 +pkg syscall (netbsd-386-cgo), const CLONE_FILES ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_FS = 512 +pkg syscall (netbsd-386-cgo), const CLONE_FS ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_PID = 4096 +pkg syscall (netbsd-386-cgo), const CLONE_PID ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_PTRACE = 8192 +pkg syscall (netbsd-386-cgo), const CLONE_PTRACE ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND = 2048 +pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_VFORK = 16384 +pkg syscall (netbsd-386-cgo), const CLONE_VFORK ideal-int +pkg syscall (netbsd-386-cgo), const CLONE_VM = 256 +pkg syscall (netbsd-386-cgo), const CLONE_VM ideal-int +pkg syscall (netbsd-386-cgo), const MADV_DONTNEED = 4 +pkg syscall (netbsd-386-cgo), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-386-cgo), const MADV_FREE = 6 +pkg syscall (netbsd-386-cgo), const MADV_FREE ideal-int +pkg syscall (netbsd-386-cgo), const MADV_NORMAL = 0 +pkg syscall (netbsd-386-cgo), const MADV_NORMAL ideal-int +pkg syscall (netbsd-386-cgo), const MADV_RANDOM = 1 +pkg syscall (netbsd-386-cgo), const MADV_RANDOM ideal-int +pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-386-cgo), const MADV_WILLNEED = 3 +pkg syscall (netbsd-386-cgo), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-386-cgo), const MAP_ANON = 4096 +pkg syscall (netbsd-386-cgo), const MAP_ANON ideal-int +pkg syscall (netbsd-386-cgo), const MAP_FILE = 0 +pkg syscall (netbsd-386-cgo), const MAP_FILE ideal-int +pkg syscall (netbsd-386-cgo), const MAP_FIXED = 16 +pkg syscall (netbsd-386-cgo), const MAP_FIXED ideal-int +pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-386-cgo), const MAP_INHERIT = 128 +pkg syscall (netbsd-386-cgo), const MAP_INHERIT ideal-int +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-386-cgo), const MAP_NORESERVE = 64 +pkg syscall (netbsd-386-cgo), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-386-cgo), const MAP_PRIVATE = 2 +pkg syscall (netbsd-386-cgo), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-386-cgo), const MAP_RENAME = 32 +pkg syscall (netbsd-386-cgo), const MAP_RENAME ideal-int +pkg syscall (netbsd-386-cgo), const MAP_SHARED = 1 +pkg syscall (netbsd-386-cgo), const MAP_SHARED ideal-int +pkg syscall (netbsd-386-cgo), const MAP_STACK = 8192 +pkg syscall (netbsd-386-cgo), const MAP_STACK ideal-int +pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-386-cgo), const MAP_WIRED = 2048 +pkg syscall (netbsd-386-cgo), const MAP_WIRED ideal-int +pkg syscall (netbsd-386-cgo), const MCL_CURRENT = 1 +pkg syscall (netbsd-386-cgo), const MCL_CURRENT ideal-int +pkg syscall (netbsd-386-cgo), const MCL_FUTURE = 2 +pkg syscall (netbsd-386-cgo), const MCL_FUTURE ideal-int +pkg syscall (netbsd-386-cgo), const MS_ASYNC = 1 +pkg syscall (netbsd-386-cgo), const MS_ASYNC ideal-int +pkg syscall (netbsd-386-cgo), const MS_INVALIDATE = 2 +pkg syscall (netbsd-386-cgo), const MS_INVALIDATE ideal-int +pkg syscall (netbsd-386-cgo), const MS_SYNC = 4 +pkg syscall (netbsd-386-cgo), const MS_SYNC ideal-int +pkg syscall (netbsd-386-cgo), const PROT_EXEC = 4 +pkg syscall (netbsd-386-cgo), const PROT_EXEC ideal-int +pkg syscall (netbsd-386-cgo), const PROT_NONE = 0 +pkg syscall (netbsd-386-cgo), const PROT_NONE ideal-int +pkg syscall (netbsd-386-cgo), const PROT_READ = 1 +pkg syscall (netbsd-386-cgo), const PROT_READ ideal-int +pkg syscall (netbsd-386-cgo), const PROT_WRITE = 2 +pkg syscall (netbsd-386-cgo), const PROT_WRITE ideal-int +pkg syscall (netbsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-386-cgo), type Termios struct +pkg syscall (netbsd-386-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-386-cgo), type Termios struct, Cflag uint32 +pkg syscall (netbsd-386-cgo), type Termios struct, Iflag uint32 +pkg syscall (netbsd-386-cgo), type Termios struct, Ispeed int32 +pkg syscall (netbsd-386-cgo), type Termios struct, Lflag uint32 +pkg syscall (netbsd-386-cgo), type Termios struct, Oflag uint32 +pkg syscall (netbsd-386-cgo), type Termios struct, Ospeed int32 +pkg syscall (netbsd-amd64), const CLONE_CSIGNAL = 255 +pkg syscall (netbsd-amd64), const CLONE_CSIGNAL ideal-int +pkg syscall (netbsd-amd64), const CLONE_FILES = 1024 +pkg syscall (netbsd-amd64), const CLONE_FILES ideal-int +pkg syscall (netbsd-amd64), const CLONE_FS = 512 +pkg syscall (netbsd-amd64), const CLONE_FS ideal-int +pkg syscall (netbsd-amd64), const CLONE_PID = 4096 +pkg syscall (netbsd-amd64), const CLONE_PID ideal-int +pkg syscall (netbsd-amd64), const CLONE_PTRACE = 8192 +pkg syscall (netbsd-amd64), const CLONE_PTRACE ideal-int +pkg syscall (netbsd-amd64), const CLONE_SIGHAND = 2048 +pkg syscall (netbsd-amd64), const CLONE_SIGHAND ideal-int +pkg syscall (netbsd-amd64), const CLONE_VFORK = 16384 +pkg syscall (netbsd-amd64), const CLONE_VFORK ideal-int +pkg syscall (netbsd-amd64), const CLONE_VM = 256 +pkg syscall (netbsd-amd64), const CLONE_VM ideal-int +pkg syscall (netbsd-amd64), const MADV_DONTNEED = 4 +pkg syscall (netbsd-amd64), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-amd64), const MADV_FREE = 6 +pkg syscall (netbsd-amd64), const MADV_FREE ideal-int +pkg syscall (netbsd-amd64), const MADV_NORMAL = 0 +pkg syscall (netbsd-amd64), const MADV_NORMAL ideal-int +pkg syscall (netbsd-amd64), const MADV_RANDOM = 1 +pkg syscall (netbsd-amd64), const MADV_RANDOM ideal-int +pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-amd64), const MADV_WILLNEED = 3 +pkg syscall (netbsd-amd64), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-amd64), const MAP_ANON = 4096 +pkg syscall (netbsd-amd64), const MAP_ANON ideal-int +pkg syscall (netbsd-amd64), const MAP_FILE = 0 +pkg syscall (netbsd-amd64), const MAP_FILE ideal-int +pkg syscall (netbsd-amd64), const MAP_FIXED = 16 +pkg syscall (netbsd-amd64), const MAP_FIXED ideal-int +pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-amd64), const MAP_INHERIT = 128 +pkg syscall (netbsd-amd64), const MAP_INHERIT ideal-int +pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-amd64), const MAP_NORESERVE = 64 +pkg syscall (netbsd-amd64), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-amd64), const MAP_PRIVATE = 2 +pkg syscall (netbsd-amd64), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-amd64), const MAP_RENAME = 32 +pkg syscall (netbsd-amd64), const MAP_RENAME ideal-int +pkg syscall (netbsd-amd64), const MAP_SHARED = 1 +pkg syscall (netbsd-amd64), const MAP_SHARED ideal-int +pkg syscall (netbsd-amd64), const MAP_STACK = 8192 +pkg syscall (netbsd-amd64), const MAP_STACK ideal-int +pkg syscall (netbsd-amd64), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-amd64), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-amd64), const MAP_WIRED = 2048 +pkg syscall (netbsd-amd64), const MAP_WIRED ideal-int +pkg syscall (netbsd-amd64), const MCL_CURRENT = 1 +pkg syscall (netbsd-amd64), const MCL_CURRENT ideal-int +pkg syscall (netbsd-amd64), const MCL_FUTURE = 2 +pkg syscall (netbsd-amd64), const MCL_FUTURE ideal-int +pkg syscall (netbsd-amd64), const MS_ASYNC = 1 +pkg syscall (netbsd-amd64), const MS_ASYNC ideal-int +pkg syscall (netbsd-amd64), const MS_INVALIDATE = 2 +pkg syscall (netbsd-amd64), const MS_INVALIDATE ideal-int +pkg syscall (netbsd-amd64), const MS_SYNC = 4 +pkg syscall (netbsd-amd64), const MS_SYNC ideal-int +pkg syscall (netbsd-amd64), const PROT_EXEC = 4 +pkg syscall (netbsd-amd64), const PROT_EXEC ideal-int +pkg syscall (netbsd-amd64), const PROT_NONE = 0 +pkg syscall (netbsd-amd64), const PROT_NONE ideal-int +pkg syscall (netbsd-amd64), const PROT_READ = 1 +pkg syscall (netbsd-amd64), const PROT_READ ideal-int +pkg syscall (netbsd-amd64), const PROT_WRITE = 2 +pkg syscall (netbsd-amd64), const PROT_WRITE ideal-int +pkg syscall (netbsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-amd64), type Termios struct +pkg syscall (netbsd-amd64), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-amd64), type Termios struct, Cflag uint32 +pkg syscall (netbsd-amd64), type Termios struct, Iflag uint32 +pkg syscall (netbsd-amd64), type Termios struct, Ispeed int32 +pkg syscall (netbsd-amd64), type Termios struct, Lflag uint32 +pkg syscall (netbsd-amd64), type Termios struct, Oflag uint32 +pkg syscall (netbsd-amd64), type Termios struct, Ospeed int32 +pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL = 255 +pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_FILES = 1024 +pkg syscall (netbsd-amd64-cgo), const CLONE_FILES ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_FS = 512 +pkg syscall (netbsd-amd64-cgo), const CLONE_FS ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_PID = 4096 +pkg syscall (netbsd-amd64-cgo), const CLONE_PID ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE = 8192 +pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND = 2048 +pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK = 16384 +pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK ideal-int +pkg syscall (netbsd-amd64-cgo), const CLONE_VM = 256 +pkg syscall (netbsd-amd64-cgo), const CLONE_VM ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED = 4 +pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_FREE = 6 +pkg syscall (netbsd-amd64-cgo), const MADV_FREE ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL = 0 +pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM = 1 +pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED = 3 +pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_ANON = 4096 +pkg syscall (netbsd-amd64-cgo), const MAP_ANON ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_FILE = 0 +pkg syscall (netbsd-amd64-cgo), const MAP_FILE ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_FIXED = 16 +pkg syscall (netbsd-amd64-cgo), const MAP_FIXED ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT = 128 +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE = 64 +pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE = 2 +pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_RENAME = 32 +pkg syscall (netbsd-amd64-cgo), const MAP_RENAME ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_SHARED = 1 +pkg syscall (netbsd-amd64-cgo), const MAP_SHARED ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_STACK = 8192 +pkg syscall (netbsd-amd64-cgo), const MAP_STACK ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-amd64-cgo), const MAP_WIRED = 2048 +pkg syscall (netbsd-amd64-cgo), const MAP_WIRED ideal-int +pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT = 1 +pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT ideal-int +pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE = 2 +pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE ideal-int +pkg syscall (netbsd-amd64-cgo), const MS_ASYNC = 1 +pkg syscall (netbsd-amd64-cgo), const MS_ASYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE = 2 +pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (netbsd-amd64-cgo), const MS_SYNC = 4 +pkg syscall (netbsd-amd64-cgo), const MS_SYNC ideal-int +pkg syscall (netbsd-amd64-cgo), const PROT_EXEC = 4 +pkg syscall (netbsd-amd64-cgo), const PROT_EXEC ideal-int +pkg syscall (netbsd-amd64-cgo), const PROT_NONE = 0 +pkg syscall (netbsd-amd64-cgo), const PROT_NONE ideal-int +pkg syscall (netbsd-amd64-cgo), const PROT_READ = 1 +pkg syscall (netbsd-amd64-cgo), const PROT_READ ideal-int +pkg syscall (netbsd-amd64-cgo), const PROT_WRITE = 2 +pkg syscall (netbsd-amd64-cgo), const PROT_WRITE ideal-int +pkg syscall (netbsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-amd64-cgo), type Termios struct +pkg syscall (netbsd-amd64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-amd64-cgo), type Termios struct, Cflag uint32 +pkg syscall (netbsd-amd64-cgo), type Termios struct, Iflag uint32 +pkg syscall (netbsd-amd64-cgo), type Termios struct, Ispeed int32 +pkg syscall (netbsd-amd64-cgo), type Termios struct, Lflag uint32 +pkg syscall (netbsd-amd64-cgo), type Termios struct, Oflag uint32 +pkg syscall (netbsd-amd64-cgo), type Termios struct, Ospeed int32 +pkg syscall (netbsd-arm), const MADV_DONTNEED = 4 +pkg syscall (netbsd-arm), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-arm), const MADV_FREE = 6 +pkg syscall (netbsd-arm), const MADV_FREE ideal-int +pkg syscall (netbsd-arm), const MADV_NORMAL = 0 +pkg syscall (netbsd-arm), const MADV_NORMAL ideal-int +pkg syscall (netbsd-arm), const MADV_RANDOM = 1 +pkg syscall (netbsd-arm), const MADV_RANDOM ideal-int +pkg syscall (netbsd-arm), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-arm), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-arm), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-arm), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-arm), const MADV_WILLNEED = 3 +pkg syscall (netbsd-arm), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-arm), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-arm), const MAP_ANON = 4096 +pkg syscall (netbsd-arm), const MAP_ANON ideal-int +pkg syscall (netbsd-arm), const MAP_FILE = 0 +pkg syscall (netbsd-arm), const MAP_FILE ideal-int +pkg syscall (netbsd-arm), const MAP_FIXED = 16 +pkg syscall (netbsd-arm), const MAP_FIXED ideal-int +pkg syscall (netbsd-arm), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-arm), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-arm), const MAP_INHERIT = 128 +pkg syscall (netbsd-arm), const MAP_INHERIT ideal-int +pkg syscall (netbsd-arm), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-arm), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-arm), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-arm), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-arm), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-arm), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-arm), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-arm), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-arm), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-arm), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-arm), const MAP_NORESERVE = 64 +pkg syscall (netbsd-arm), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-arm), const MAP_PRIVATE = 2 +pkg syscall (netbsd-arm), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-arm), const MAP_RENAME = 32 +pkg syscall (netbsd-arm), const MAP_RENAME ideal-int +pkg syscall (netbsd-arm), const MAP_SHARED = 1 +pkg syscall (netbsd-arm), const MAP_SHARED ideal-int +pkg syscall (netbsd-arm), const MAP_STACK = 8192 +pkg syscall (netbsd-arm), const MAP_STACK ideal-int +pkg syscall (netbsd-arm), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-arm), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-arm), const MAP_WIRED = 2048 +pkg syscall (netbsd-arm), const MAP_WIRED ideal-int +pkg syscall (netbsd-arm), const PROT_EXEC = 4 +pkg syscall (netbsd-arm), const PROT_EXEC ideal-int +pkg syscall (netbsd-arm), const PROT_NONE = 0 +pkg syscall (netbsd-arm), const PROT_NONE ideal-int +pkg syscall (netbsd-arm), const PROT_READ = 1 +pkg syscall (netbsd-arm), const PROT_READ ideal-int +pkg syscall (netbsd-arm), const PROT_WRITE = 2 +pkg syscall (netbsd-arm), const PROT_WRITE ideal-int +pkg syscall (netbsd-arm), const SizeofIfData = 136 +pkg syscall (netbsd-arm), func Fchflags(int, int) error +pkg syscall (netbsd-arm), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-arm), type Kevent_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (netbsd-arm), type Termios struct +pkg syscall (netbsd-arm), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-arm), type Termios struct, Cflag uint32 +pkg syscall (netbsd-arm), type Termios struct, Iflag uint32 +pkg syscall (netbsd-arm), type Termios struct, Ispeed int32 +pkg syscall (netbsd-arm), type Termios struct, Lflag uint32 +pkg syscall (netbsd-arm), type Termios struct, Oflag uint32 +pkg syscall (netbsd-arm), type Termios struct, Ospeed int32 +pkg syscall (netbsd-arm), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm-cgo), const MADV_DONTNEED = 4 +pkg syscall (netbsd-arm-cgo), const MADV_DONTNEED ideal-int +pkg syscall (netbsd-arm-cgo), const MADV_FREE = 6 +pkg syscall (netbsd-arm-cgo), const MADV_FREE ideal-int +pkg syscall (netbsd-arm-cgo), const MADV_NORMAL = 0 +pkg syscall (netbsd-arm-cgo), const MADV_NORMAL ideal-int +pkg syscall (netbsd-arm-cgo), const MADV_RANDOM = 1 +pkg syscall (netbsd-arm-cgo), const MADV_RANDOM ideal-int +pkg syscall (netbsd-arm-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (netbsd-arm-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (netbsd-arm-cgo), const MADV_SPACEAVAIL = 5 +pkg syscall (netbsd-arm-cgo), const MADV_SPACEAVAIL ideal-int +pkg syscall (netbsd-arm-cgo), const MADV_WILLNEED = 3 +pkg syscall (netbsd-arm-cgo), const MADV_WILLNEED ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_16MB = 402653184 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_16MB ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_1TB = 671088640 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_1TB ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_256TB = 805306368 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_256TB ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_4GB = 536870912 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_4GB ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64KB = 268435456 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64KB ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64PB = 939524096 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64PB ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_MASK = -16777216 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_MASK ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_SHIFT = 24 +pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_SHIFT ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_ANON = 4096 +pkg syscall (netbsd-arm-cgo), const MAP_ANON ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_FILE = 0 +pkg syscall (netbsd-arm-cgo), const MAP_FILE ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_FIXED = 16 +pkg syscall (netbsd-arm-cgo), const MAP_FIXED ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (netbsd-arm-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT = 128 +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_COPY = 1 +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_COPY ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DEFAULT = 1 +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DEFAULT ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_NONE = 2 +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_NONE ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_SHARE = 0 +pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_SHARE ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_NORESERVE = 64 +pkg syscall (netbsd-arm-cgo), const MAP_NORESERVE ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_PRIVATE = 2 +pkg syscall (netbsd-arm-cgo), const MAP_PRIVATE ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_RENAME = 32 +pkg syscall (netbsd-arm-cgo), const MAP_RENAME ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_SHARED = 1 +pkg syscall (netbsd-arm-cgo), const MAP_SHARED ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_STACK = 8192 +pkg syscall (netbsd-arm-cgo), const MAP_STACK ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_TRYFIXED = 1024 +pkg syscall (netbsd-arm-cgo), const MAP_TRYFIXED ideal-int +pkg syscall (netbsd-arm-cgo), const MAP_WIRED = 2048 +pkg syscall (netbsd-arm-cgo), const MAP_WIRED ideal-int +pkg syscall (netbsd-arm-cgo), const PROT_EXEC = 4 +pkg syscall (netbsd-arm-cgo), const PROT_EXEC ideal-int +pkg syscall (netbsd-arm-cgo), const PROT_NONE = 0 +pkg syscall (netbsd-arm-cgo), const PROT_NONE ideal-int +pkg syscall (netbsd-arm-cgo), const PROT_READ = 1 +pkg syscall (netbsd-arm-cgo), const PROT_READ ideal-int +pkg syscall (netbsd-arm-cgo), const PROT_WRITE = 2 +pkg syscall (netbsd-arm-cgo), const PROT_WRITE ideal-int +pkg syscall (netbsd-arm-cgo), const SizeofIfData = 136 +pkg syscall (netbsd-arm-cgo), func Fchflags(int, int) error +pkg syscall (netbsd-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (netbsd-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (netbsd-arm-cgo), type Termios struct +pkg syscall (netbsd-arm-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (netbsd-arm-cgo), type Termios struct, Cflag uint32 +pkg syscall (netbsd-arm-cgo), type Termios struct, Iflag uint32 +pkg syscall (netbsd-arm-cgo), type Termios struct, Ispeed int32 +pkg syscall (netbsd-arm-cgo), type Termios struct, Lflag uint32 +pkg syscall (netbsd-arm-cgo), type Termios struct, Oflag uint32 +pkg syscall (netbsd-arm-cgo), type Termios struct, Ospeed int32 +pkg syscall (netbsd-arm-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 +pkg syscall (netbsd-arm-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074545262 +pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148287085 +pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT = 2 +pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT ideal-int +pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP = 1 +pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP ideal-int +pkg syscall (openbsd-386), const IPV6_RECVDSTPORT = 64 +pkg syscall (openbsd-386), const IPV6_RECVDSTPORT ideal-int +pkg syscall (openbsd-386), const IP_DIVERTFL = 4130 +pkg syscall (openbsd-386), const IP_DIVERTFL ideal-int +pkg syscall (openbsd-386), const MADV_DONTNEED = 4 +pkg syscall (openbsd-386), const MADV_DONTNEED ideal-int +pkg syscall (openbsd-386), const MADV_FREE = 6 +pkg syscall (openbsd-386), const MADV_FREE ideal-int +pkg syscall (openbsd-386), const MADV_NORMAL = 0 +pkg syscall (openbsd-386), const MADV_NORMAL ideal-int +pkg syscall (openbsd-386), const MADV_RANDOM = 1 +pkg syscall (openbsd-386), const MADV_RANDOM ideal-int +pkg syscall (openbsd-386), const MADV_SEQUENTIAL = 2 +pkg syscall (openbsd-386), const MADV_SEQUENTIAL ideal-int +pkg syscall (openbsd-386), const MADV_SPACEAVAIL = 5 +pkg syscall (openbsd-386), const MADV_SPACEAVAIL ideal-int +pkg syscall (openbsd-386), const MADV_WILLNEED = 3 +pkg syscall (openbsd-386), const MADV_WILLNEED ideal-int +pkg syscall (openbsd-386), const MAP_ANON = 4096 +pkg syscall (openbsd-386), const MAP_ANON ideal-int +pkg syscall (openbsd-386), const MAP_COPY = 4 +pkg syscall (openbsd-386), const MAP_COPY ideal-int +pkg syscall (openbsd-386), const MAP_FILE = 0 +pkg syscall (openbsd-386), const MAP_FILE ideal-int +pkg syscall (openbsd-386), const MAP_FIXED = 16 +pkg syscall (openbsd-386), const MAP_FIXED ideal-int +pkg syscall (openbsd-386), const MAP_FLAGMASK = 8183 +pkg syscall (openbsd-386), const MAP_FLAGMASK ideal-int +pkg syscall (openbsd-386), const MAP_HASSEMAPHORE = 512 +pkg syscall (openbsd-386), const MAP_HASSEMAPHORE ideal-int +pkg syscall (openbsd-386), const MAP_INHERIT = 128 +pkg syscall (openbsd-386), const MAP_INHERIT ideal-int +pkg syscall (openbsd-386), const MAP_INHERIT_COPY = 1 +pkg syscall (openbsd-386), const MAP_INHERIT_COPY ideal-int +pkg syscall (openbsd-386), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (openbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (openbsd-386), const MAP_INHERIT_NONE = 2 +pkg syscall (openbsd-386), const MAP_INHERIT_NONE ideal-int +pkg syscall (openbsd-386), const MAP_INHERIT_SHARE = 0 +pkg syscall (openbsd-386), const MAP_INHERIT_SHARE ideal-int +pkg syscall (openbsd-386), const MAP_NOEXTEND = 256 +pkg syscall (openbsd-386), const MAP_NOEXTEND ideal-int +pkg syscall (openbsd-386), const MAP_NORESERVE = 64 +pkg syscall (openbsd-386), const MAP_NORESERVE ideal-int +pkg syscall (openbsd-386), const MAP_PRIVATE = 2 +pkg syscall (openbsd-386), const MAP_PRIVATE ideal-int +pkg syscall (openbsd-386), const MAP_RENAME = 32 +pkg syscall (openbsd-386), const MAP_RENAME ideal-int +pkg syscall (openbsd-386), const MAP_SHARED = 1 +pkg syscall (openbsd-386), const MAP_SHARED ideal-int +pkg syscall (openbsd-386), const MAP_TRYFIXED = 1024 +pkg syscall (openbsd-386), const MAP_TRYFIXED ideal-int +pkg syscall (openbsd-386), const MCL_CURRENT = 1 +pkg syscall (openbsd-386), const MCL_CURRENT ideal-int +pkg syscall (openbsd-386), const MCL_FUTURE = 2 +pkg syscall (openbsd-386), const MCL_FUTURE ideal-int +pkg syscall (openbsd-386), const MS_ASYNC = 1 +pkg syscall (openbsd-386), const MS_ASYNC ideal-int +pkg syscall (openbsd-386), const MS_INVALIDATE = 4 +pkg syscall (openbsd-386), const MS_INVALIDATE ideal-int +pkg syscall (openbsd-386), const MS_SYNC = 2 +pkg syscall (openbsd-386), const MS_SYNC ideal-int +pkg syscall (openbsd-386), const PROT_EXEC = 4 +pkg syscall (openbsd-386), const PROT_EXEC ideal-int +pkg syscall (openbsd-386), const PROT_NONE = 0 +pkg syscall (openbsd-386), const PROT_NONE ideal-int +pkg syscall (openbsd-386), const PROT_READ = 1 +pkg syscall (openbsd-386), const PROT_READ ideal-int +pkg syscall (openbsd-386), const PROT_WRITE = 2 +pkg syscall (openbsd-386), const PROT_WRITE ideal-int +pkg syscall (openbsd-386), const RTF_FMASK = 1112072 +pkg syscall (openbsd-386), const RTM_VERSION = 5 +pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2166909255 +pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3225184600 +pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3240651076 +pkg syscall (openbsd-386), const SIOCGETVLAN = 3223349648 +pkg syscall (openbsd-386), const SIOCGETVLAN ideal-int +pkg syscall (openbsd-386), const SIOCGIFHARDMTU = 3223349669 +pkg syscall (openbsd-386), const SIOCGIFHARDMTU ideal-int +pkg syscall (openbsd-386), const SIOCGLIFPHYTTL = 3223349673 +pkg syscall (openbsd-386), const SIOCGLIFPHYTTL ideal-int +pkg syscall (openbsd-386), const SIOCGSPPPPARAMS = 3223349652 +pkg syscall (openbsd-386), const SIOCGSPPPPARAMS ideal-int +pkg syscall (openbsd-386), const SIOCGVNETID = 3223349671 +pkg syscall (openbsd-386), const SIOCGVNETID ideal-int +pkg syscall (openbsd-386), const SIOCSETVLAN = 2149607823 +pkg syscall (openbsd-386), const SIOCSETVLAN ideal-int +pkg syscall (openbsd-386), const SIOCSLIFPHYTTL = 2149607848 +pkg syscall (openbsd-386), const SIOCSLIFPHYTTL ideal-int +pkg syscall (openbsd-386), const SIOCSSPPPPARAMS = 2149607827 +pkg syscall (openbsd-386), const SIOCSSPPPPARAMS ideal-int +pkg syscall (openbsd-386), const SIOCSVNETID = 2149607846 +pkg syscall (openbsd-386), const SIOCSVNETID ideal-int +pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 89 +pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 87 +pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 88 +pkg syscall (openbsd-386), const SYS_FHSTATFS = 65 +pkg syscall (openbsd-386), const SYS_FSTAT = 53 +pkg syscall (openbsd-386), const SYS_FSTATAT = 42 +pkg syscall (openbsd-386), const SYS_FSTATFS = 64 +pkg syscall (openbsd-386), const SYS_FUTIMENS = 85 +pkg syscall (openbsd-386), const SYS_FUTIMES = 77 +pkg syscall (openbsd-386), const SYS_GETDENTS = 99 +pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int +pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62 +pkg syscall (openbsd-386), const SYS_GETITIMER = 70 +pkg syscall (openbsd-386), const SYS_GETRUSAGE = 19 +pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 67 +pkg syscall (openbsd-386), const SYS_KEVENT = 72 +pkg syscall (openbsd-386), const SYS_LSTAT = 40 +pkg syscall (openbsd-386), const SYS_NANOSLEEP = 91 +pkg syscall (openbsd-386), const SYS_PPOLL = 109 +pkg syscall (openbsd-386), const SYS_PPOLL ideal-int +pkg syscall (openbsd-386), const SYS_PSELECT = 110 +pkg syscall (openbsd-386), const SYS_PSELECT ideal-int +pkg syscall (openbsd-386), const SYS_SELECT = 71 +pkg syscall (openbsd-386), const SYS_SETITIMER = 69 +pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 68 +pkg syscall (openbsd-386), const SYS_STAT = 38 +pkg syscall (openbsd-386), const SYS_STATFS = 63 +pkg syscall (openbsd-386), const SYS_UTIMENSAT = 84 +pkg syscall (openbsd-386), const SYS_UTIMES = 76 +pkg syscall (openbsd-386), const SYS_UTRACE = 209 +pkg syscall (openbsd-386), const SYS_UTRACE ideal-int +pkg syscall (openbsd-386), const SYS_WAIT4 = 11 +pkg syscall (openbsd-386), const SYS___THRSLEEP = 94 +pkg syscall (openbsd-386), const SizeofIfData = 212 +pkg syscall (openbsd-386), const SizeofIfMsghdr = 236 +pkg syscall (openbsd-386), const SizeofRtMetrics = 56 +pkg syscall (openbsd-386), const SizeofRtMsghdr = 96 +pkg syscall (openbsd-386), const TCP_NOPUSH = 16 +pkg syscall (openbsd-386), const TCP_NOPUSH ideal-int +pkg syscall (openbsd-386), const TIOCGSID = 1074033763 +pkg syscall (openbsd-386), const TIOCGSID ideal-int +pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074558043 +pkg syscall (openbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (openbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (openbsd-386), type Dirent struct, Fileno uint64 +pkg syscall (openbsd-386), type Dirent struct, Off int64 +pkg syscall (openbsd-386), type Dirent struct, X__d_padding [4]uint8 +pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32 +pkg syscall (openbsd-386), type Kevent_t struct, Data int64 +pkg syscall (openbsd-386), type Mclpool struct, Grown int32 +pkg syscall (openbsd-386), type RtMetrics struct, Expire int64 +pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32 +pkg syscall (openbsd-386), type Stat_t struct, Ino uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64 +pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromspec [90]int8 +pkg syscall (openbsd-386), type Statfs_t struct, Pad_cgo_0 [2]uint8 +pkg syscall (openbsd-386), type Termios struct +pkg syscall (openbsd-386), type Termios struct, Cc [20]uint8 +pkg syscall (openbsd-386), type Termios struct, Cflag uint32 +pkg syscall (openbsd-386), type Termios struct, Iflag uint32 +pkg syscall (openbsd-386), type Termios struct, Ispeed int32 +pkg syscall (openbsd-386), type Termios struct, Lflag uint32 +pkg syscall (openbsd-386), type Termios struct, Oflag uint32 +pkg syscall (openbsd-386), type Termios struct, Ospeed int32 +pkg syscall (openbsd-386), type Timespec struct, Sec int64 +pkg syscall (openbsd-386), type Timeval struct, Sec int64 +pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074545262 +pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148287085 +pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT = 2 +pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT ideal-int +pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP = 1 +pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP ideal-int +pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT = 64 +pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT ideal-int +pkg syscall (openbsd-386-cgo), const IP_DIVERTFL = 4130 +pkg syscall (openbsd-386-cgo), const IP_DIVERTFL ideal-int +pkg syscall (openbsd-386-cgo), const MADV_DONTNEED = 4 +pkg syscall (openbsd-386-cgo), const MADV_DONTNEED ideal-int +pkg syscall (openbsd-386-cgo), const MADV_FREE = 6 +pkg syscall (openbsd-386-cgo), const MADV_FREE ideal-int +pkg syscall (openbsd-386-cgo), const MADV_NORMAL = 0 +pkg syscall (openbsd-386-cgo), const MADV_NORMAL ideal-int +pkg syscall (openbsd-386-cgo), const MADV_RANDOM = 1 +pkg syscall (openbsd-386-cgo), const MADV_RANDOM ideal-int +pkg syscall (openbsd-386-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (openbsd-386-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (openbsd-386-cgo), const MADV_SPACEAVAIL = 5 +pkg syscall (openbsd-386-cgo), const MADV_SPACEAVAIL ideal-int +pkg syscall (openbsd-386-cgo), const MADV_WILLNEED = 3 +pkg syscall (openbsd-386-cgo), const MADV_WILLNEED ideal-int +pkg syscall (openbsd-386-cgo), const MAP_ANON = 4096 +pkg syscall (openbsd-386-cgo), const MAP_ANON ideal-int +pkg syscall (openbsd-386-cgo), const MAP_COPY = 4 +pkg syscall (openbsd-386-cgo), const MAP_COPY ideal-int +pkg syscall (openbsd-386-cgo), const MAP_FILE = 0 +pkg syscall (openbsd-386-cgo), const MAP_FILE ideal-int +pkg syscall (openbsd-386-cgo), const MAP_FIXED = 16 +pkg syscall (openbsd-386-cgo), const MAP_FIXED ideal-int +pkg syscall (openbsd-386-cgo), const MAP_FLAGMASK = 8183 +pkg syscall (openbsd-386-cgo), const MAP_FLAGMASK ideal-int +pkg syscall (openbsd-386-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (openbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (openbsd-386-cgo), const MAP_INHERIT = 128 +pkg syscall (openbsd-386-cgo), const MAP_INHERIT ideal-int +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_COPY = 1 +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_COPY ideal-int +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_NONE = 2 +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_NONE ideal-int +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_SHARE = 0 +pkg syscall (openbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int +pkg syscall (openbsd-386-cgo), const MAP_NOEXTEND = 256 +pkg syscall (openbsd-386-cgo), const MAP_NOEXTEND ideal-int +pkg syscall (openbsd-386-cgo), const MAP_NORESERVE = 64 +pkg syscall (openbsd-386-cgo), const MAP_NORESERVE ideal-int +pkg syscall (openbsd-386-cgo), const MAP_PRIVATE = 2 +pkg syscall (openbsd-386-cgo), const MAP_PRIVATE ideal-int +pkg syscall (openbsd-386-cgo), const MAP_RENAME = 32 +pkg syscall (openbsd-386-cgo), const MAP_RENAME ideal-int +pkg syscall (openbsd-386-cgo), const MAP_SHARED = 1 +pkg syscall (openbsd-386-cgo), const MAP_SHARED ideal-int +pkg syscall (openbsd-386-cgo), const MAP_TRYFIXED = 1024 +pkg syscall (openbsd-386-cgo), const MAP_TRYFIXED ideal-int +pkg syscall (openbsd-386-cgo), const MCL_CURRENT = 1 +pkg syscall (openbsd-386-cgo), const MCL_CURRENT ideal-int +pkg syscall (openbsd-386-cgo), const MCL_FUTURE = 2 +pkg syscall (openbsd-386-cgo), const MCL_FUTURE ideal-int +pkg syscall (openbsd-386-cgo), const MS_ASYNC = 1 +pkg syscall (openbsd-386-cgo), const MS_ASYNC ideal-int +pkg syscall (openbsd-386-cgo), const MS_INVALIDATE = 4 +pkg syscall (openbsd-386-cgo), const MS_INVALIDATE ideal-int +pkg syscall (openbsd-386-cgo), const MS_SYNC = 2 +pkg syscall (openbsd-386-cgo), const MS_SYNC ideal-int +pkg syscall (openbsd-386-cgo), const PROT_EXEC = 4 +pkg syscall (openbsd-386-cgo), const PROT_EXEC ideal-int +pkg syscall (openbsd-386-cgo), const PROT_NONE = 0 +pkg syscall (openbsd-386-cgo), const PROT_NONE ideal-int +pkg syscall (openbsd-386-cgo), const PROT_READ = 1 +pkg syscall (openbsd-386-cgo), const PROT_READ ideal-int +pkg syscall (openbsd-386-cgo), const PROT_WRITE = 2 +pkg syscall (openbsd-386-cgo), const PROT_WRITE ideal-int +pkg syscall (openbsd-386-cgo), const RTF_FMASK = 1112072 +pkg syscall (openbsd-386-cgo), const RTM_VERSION = 5 +pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2166909255 +pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3225184600 +pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3240651076 +pkg syscall (openbsd-386-cgo), const SIOCGETVLAN = 3223349648 +pkg syscall (openbsd-386-cgo), const SIOCGETVLAN ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU = 3223349669 +pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL = 3223349673 +pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS = 3223349652 +pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCGVNETID = 3223349671 +pkg syscall (openbsd-386-cgo), const SIOCGVNETID ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSETVLAN = 2149607823 +pkg syscall (openbsd-386-cgo), const SIOCSETVLAN ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL = 2149607848 +pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS = 2149607827 +pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS ideal-int +pkg syscall (openbsd-386-cgo), const SIOCSVNETID = 2149607846 +pkg syscall (openbsd-386-cgo), const SIOCSVNETID ideal-int +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 89 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 87 +pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 88 +pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 65 +pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 53 +pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 42 +pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 64 +pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 85 +pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 77 +pkg syscall (openbsd-386-cgo), const SYS_GETDENTS = 99 +pkg syscall (openbsd-386-cgo), const SYS_GETDENTS ideal-int +pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 62 +pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 70 +pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 19 +pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 67 +pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 72 +pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 40 +pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 91 +pkg syscall (openbsd-386-cgo), const SYS_PPOLL = 109 +pkg syscall (openbsd-386-cgo), const SYS_PPOLL ideal-int +pkg syscall (openbsd-386-cgo), const SYS_PSELECT = 110 +pkg syscall (openbsd-386-cgo), const SYS_PSELECT ideal-int +pkg syscall (openbsd-386-cgo), const SYS_SELECT = 71 +pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 69 +pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 68 +pkg syscall (openbsd-386-cgo), const SYS_STAT = 38 +pkg syscall (openbsd-386-cgo), const SYS_STATFS = 63 +pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 84 +pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 76 +pkg syscall (openbsd-386-cgo), const SYS_UTRACE = 209 +pkg syscall (openbsd-386-cgo), const SYS_UTRACE ideal-int +pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 11 +pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 94 +pkg syscall (openbsd-386-cgo), const SizeofIfData = 212 +pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 236 +pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 56 +pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 96 +pkg syscall (openbsd-386-cgo), const TCP_NOPUSH = 16 +pkg syscall (openbsd-386-cgo), const TCP_NOPUSH ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGSID = 1074033763 +pkg syscall (openbsd-386-cgo), const TIOCGSID ideal-int +pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074558043 +pkg syscall (openbsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (openbsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint64 +pkg syscall (openbsd-386-cgo), type Dirent struct, Off int64 +pkg syscall (openbsd-386-cgo), type Dirent struct, X__d_padding [4]uint8 +pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]uint32 +pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int64 +pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown int32 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire int64 +pkg syscall (openbsd-386-cgo), type RtMetrics struct, Pad uint32 +pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint64 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntfromspec [90]int8 +pkg syscall (openbsd-386-cgo), type Statfs_t struct, Pad_cgo_0 [2]uint8 +pkg syscall (openbsd-386-cgo), type Termios struct +pkg syscall (openbsd-386-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (openbsd-386-cgo), type Termios struct, Cflag uint32 +pkg syscall (openbsd-386-cgo), type Termios struct, Iflag uint32 +pkg syscall (openbsd-386-cgo), type Termios struct, Ispeed int32 +pkg syscall (openbsd-386-cgo), type Termios struct, Lflag uint32 +pkg syscall (openbsd-386-cgo), type Termios struct, Oflag uint32 +pkg syscall (openbsd-386-cgo), type Termios struct, Ospeed int32 +pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int64 +pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int64 +pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT = 2 +pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT ideal-int +pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP = 1 +pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP ideal-int +pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT = 64 +pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT ideal-int +pkg syscall (openbsd-amd64), const IP_DIVERTFL = 4130 +pkg syscall (openbsd-amd64), const IP_DIVERTFL ideal-int +pkg syscall (openbsd-amd64), const MADV_DONTNEED = 4 +pkg syscall (openbsd-amd64), const MADV_DONTNEED ideal-int +pkg syscall (openbsd-amd64), const MADV_FREE = 6 +pkg syscall (openbsd-amd64), const MADV_FREE ideal-int +pkg syscall (openbsd-amd64), const MADV_NORMAL = 0 +pkg syscall (openbsd-amd64), const MADV_NORMAL ideal-int +pkg syscall (openbsd-amd64), const MADV_RANDOM = 1 +pkg syscall (openbsd-amd64), const MADV_RANDOM ideal-int +pkg syscall (openbsd-amd64), const MADV_SEQUENTIAL = 2 +pkg syscall (openbsd-amd64), const MADV_SEQUENTIAL ideal-int +pkg syscall (openbsd-amd64), const MADV_SPACEAVAIL = 5 +pkg syscall (openbsd-amd64), const MADV_SPACEAVAIL ideal-int +pkg syscall (openbsd-amd64), const MADV_WILLNEED = 3 +pkg syscall (openbsd-amd64), const MADV_WILLNEED ideal-int +pkg syscall (openbsd-amd64), const MAP_ANON = 4096 +pkg syscall (openbsd-amd64), const MAP_ANON ideal-int +pkg syscall (openbsd-amd64), const MAP_COPY = 4 +pkg syscall (openbsd-amd64), const MAP_COPY ideal-int +pkg syscall (openbsd-amd64), const MAP_FILE = 0 +pkg syscall (openbsd-amd64), const MAP_FILE ideal-int +pkg syscall (openbsd-amd64), const MAP_FIXED = 16 +pkg syscall (openbsd-amd64), const MAP_FIXED ideal-int +pkg syscall (openbsd-amd64), const MAP_FLAGMASK = 8183 +pkg syscall (openbsd-amd64), const MAP_FLAGMASK ideal-int +pkg syscall (openbsd-amd64), const MAP_HASSEMAPHORE = 512 +pkg syscall (openbsd-amd64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (openbsd-amd64), const MAP_INHERIT = 128 +pkg syscall (openbsd-amd64), const MAP_INHERIT ideal-int +pkg syscall (openbsd-amd64), const MAP_INHERIT_COPY = 1 +pkg syscall (openbsd-amd64), const MAP_INHERIT_COPY ideal-int +pkg syscall (openbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (openbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (openbsd-amd64), const MAP_INHERIT_NONE = 2 +pkg syscall (openbsd-amd64), const MAP_INHERIT_NONE ideal-int +pkg syscall (openbsd-amd64), const MAP_INHERIT_SHARE = 0 +pkg syscall (openbsd-amd64), const MAP_INHERIT_SHARE ideal-int +pkg syscall (openbsd-amd64), const MAP_NOEXTEND = 256 +pkg syscall (openbsd-amd64), const MAP_NOEXTEND ideal-int +pkg syscall (openbsd-amd64), const MAP_NORESERVE = 64 +pkg syscall (openbsd-amd64), const MAP_NORESERVE ideal-int +pkg syscall (openbsd-amd64), const MAP_PRIVATE = 2 +pkg syscall (openbsd-amd64), const MAP_PRIVATE ideal-int +pkg syscall (openbsd-amd64), const MAP_RENAME = 32 +pkg syscall (openbsd-amd64), const MAP_RENAME ideal-int +pkg syscall (openbsd-amd64), const MAP_SHARED = 1 +pkg syscall (openbsd-amd64), const MAP_SHARED ideal-int +pkg syscall (openbsd-amd64), const MAP_TRYFIXED = 1024 +pkg syscall (openbsd-amd64), const MAP_TRYFIXED ideal-int +pkg syscall (openbsd-amd64), const MCL_CURRENT = 1 +pkg syscall (openbsd-amd64), const MCL_CURRENT ideal-int +pkg syscall (openbsd-amd64), const MCL_FUTURE = 2 +pkg syscall (openbsd-amd64), const MCL_FUTURE ideal-int +pkg syscall (openbsd-amd64), const MS_ASYNC = 1 +pkg syscall (openbsd-amd64), const MS_ASYNC ideal-int +pkg syscall (openbsd-amd64), const MS_INVALIDATE = 4 +pkg syscall (openbsd-amd64), const MS_INVALIDATE ideal-int +pkg syscall (openbsd-amd64), const MS_SYNC = 2 +pkg syscall (openbsd-amd64), const MS_SYNC ideal-int +pkg syscall (openbsd-amd64), const PROT_EXEC = 4 +pkg syscall (openbsd-amd64), const PROT_EXEC ideal-int +pkg syscall (openbsd-amd64), const PROT_NONE = 0 +pkg syscall (openbsd-amd64), const PROT_NONE ideal-int +pkg syscall (openbsd-amd64), const PROT_READ = 1 +pkg syscall (openbsd-amd64), const PROT_READ ideal-int +pkg syscall (openbsd-amd64), const PROT_WRITE = 2 +pkg syscall (openbsd-amd64), const PROT_WRITE ideal-int +pkg syscall (openbsd-amd64), const RTF_FMASK = 1112072 +pkg syscall (openbsd-amd64), const RTM_VERSION = 5 +pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2166909255 +pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3240651076 +pkg syscall (openbsd-amd64), const SIOCGETVLAN = 3223349648 +pkg syscall (openbsd-amd64), const SIOCGETVLAN ideal-int +pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU = 3223349669 +pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU ideal-int +pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL = 3223349673 +pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL ideal-int +pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS = 3223349652 +pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS ideal-int +pkg syscall (openbsd-amd64), const SIOCGVNETID = 3223349671 +pkg syscall (openbsd-amd64), const SIOCGVNETID ideal-int +pkg syscall (openbsd-amd64), const SIOCSETVLAN = 2149607823 +pkg syscall (openbsd-amd64), const SIOCSETVLAN ideal-int +pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL = 2149607848 +pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL ideal-int +pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS = 2149607827 +pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS ideal-int +pkg syscall (openbsd-amd64), const SIOCSVNETID = 2149607846 +pkg syscall (openbsd-amd64), const SIOCSVNETID ideal-int +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 89 +pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 87 +pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 88 +pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 65 +pkg syscall (openbsd-amd64), const SYS_FSTAT = 53 +pkg syscall (openbsd-amd64), const SYS_FSTATAT = 42 +pkg syscall (openbsd-amd64), const SYS_FSTATFS = 64 +pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 85 +pkg syscall (openbsd-amd64), const SYS_FUTIMES = 77 +pkg syscall (openbsd-amd64), const SYS_GETDENTS = 99 +pkg syscall (openbsd-amd64), const SYS_GETDENTS ideal-int +pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 62 +pkg syscall (openbsd-amd64), const SYS_GETITIMER = 70 +pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 19 +pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 67 +pkg syscall (openbsd-amd64), const SYS_KEVENT = 72 +pkg syscall (openbsd-amd64), const SYS_LSTAT = 40 +pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 91 +pkg syscall (openbsd-amd64), const SYS_PPOLL = 109 +pkg syscall (openbsd-amd64), const SYS_PPOLL ideal-int +pkg syscall (openbsd-amd64), const SYS_PSELECT = 110 +pkg syscall (openbsd-amd64), const SYS_PSELECT ideal-int +pkg syscall (openbsd-amd64), const SYS_SELECT = 71 +pkg syscall (openbsd-amd64), const SYS_SETITIMER = 69 +pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 68 +pkg syscall (openbsd-amd64), const SYS_STAT = 38 +pkg syscall (openbsd-amd64), const SYS_STATFS = 63 +pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 84 +pkg syscall (openbsd-amd64), const SYS_UTIMES = 76 +pkg syscall (openbsd-amd64), const SYS_UTRACE = 209 +pkg syscall (openbsd-amd64), const SYS_UTRACE ideal-int +pkg syscall (openbsd-amd64), const SYS_WAIT4 = 11 +pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 94 +pkg syscall (openbsd-amd64), const SizeofRtMetrics = 56 +pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 96 +pkg syscall (openbsd-amd64), const TCP_NOPUSH = 16 +pkg syscall (openbsd-amd64), const TCP_NOPUSH ideal-int +pkg syscall (openbsd-amd64), const TIOCGSID = 1074033763 +pkg syscall (openbsd-amd64), const TIOCGSID ideal-int +pkg syscall (openbsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (openbsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint64 +pkg syscall (openbsd-amd64), type Dirent struct, Off int64 +pkg syscall (openbsd-amd64), type Dirent struct, X__d_padding [4]uint8 +pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]uint32 +pkg syscall (openbsd-amd64), type Kevent_t struct, Data int64 +pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint64 +pkg syscall (openbsd-amd64), type Mclpool struct, Grown int32 +pkg syscall (openbsd-amd64), type RtMetrics struct, Expire int64 +pkg syscall (openbsd-amd64), type RtMetrics struct, Pad uint32 +pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint64 +pkg syscall (openbsd-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint64 +pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntfromspec [90]int8 +pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [2]uint8 +pkg syscall (openbsd-amd64), type Termios struct +pkg syscall (openbsd-amd64), type Termios struct, Cc [20]uint8 +pkg syscall (openbsd-amd64), type Termios struct, Cflag uint32 +pkg syscall (openbsd-amd64), type Termios struct, Iflag uint32 +pkg syscall (openbsd-amd64), type Termios struct, Ispeed int32 +pkg syscall (openbsd-amd64), type Termios struct, Lflag uint32 +pkg syscall (openbsd-amd64), type Termios struct, Oflag uint32 +pkg syscall (openbsd-amd64), type Termios struct, Ospeed int32 +pkg syscall (openbsd-amd64), type Timespec struct, Sec int64 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT = 2 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT ideal-int +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP = 1 +pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP ideal-int +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT = 64 +pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT ideal-int +pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL = 4130 +pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_DONTNEED = 4 +pkg syscall (openbsd-amd64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_FREE = 6 +pkg syscall (openbsd-amd64-cgo), const MADV_FREE ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_NORMAL = 0 +pkg syscall (openbsd-amd64-cgo), const MADV_NORMAL ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_RANDOM = 1 +pkg syscall (openbsd-amd64-cgo), const MADV_RANDOM ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_SEQUENTIAL = 2 +pkg syscall (openbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_SPACEAVAIL = 5 +pkg syscall (openbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int +pkg syscall (openbsd-amd64-cgo), const MADV_WILLNEED = 3 +pkg syscall (openbsd-amd64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_ANON = 4096 +pkg syscall (openbsd-amd64-cgo), const MAP_ANON ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_COPY = 4 +pkg syscall (openbsd-amd64-cgo), const MAP_COPY ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_FILE = 0 +pkg syscall (openbsd-amd64-cgo), const MAP_FILE ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_FIXED = 16 +pkg syscall (openbsd-amd64-cgo), const MAP_FIXED ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_FLAGMASK = 8183 +pkg syscall (openbsd-amd64-cgo), const MAP_FLAGMASK ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512 +pkg syscall (openbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT = 128 +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_COPY = 1 +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3 +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_NONE = 2 +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0 +pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_NOEXTEND = 256 +pkg syscall (openbsd-amd64-cgo), const MAP_NOEXTEND ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_NORESERVE = 64 +pkg syscall (openbsd-amd64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_PRIVATE = 2 +pkg syscall (openbsd-amd64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_RENAME = 32 +pkg syscall (openbsd-amd64-cgo), const MAP_RENAME ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_SHARED = 1 +pkg syscall (openbsd-amd64-cgo), const MAP_SHARED ideal-int +pkg syscall (openbsd-amd64-cgo), const MAP_TRYFIXED = 1024 +pkg syscall (openbsd-amd64-cgo), const MAP_TRYFIXED ideal-int +pkg syscall (openbsd-amd64-cgo), const MCL_CURRENT = 1 +pkg syscall (openbsd-amd64-cgo), const MCL_CURRENT ideal-int +pkg syscall (openbsd-amd64-cgo), const MCL_FUTURE = 2 +pkg syscall (openbsd-amd64-cgo), const MCL_FUTURE ideal-int +pkg syscall (openbsd-amd64-cgo), const MS_ASYNC = 1 +pkg syscall (openbsd-amd64-cgo), const MS_ASYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const MS_INVALIDATE = 4 +pkg syscall (openbsd-amd64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (openbsd-amd64-cgo), const MS_SYNC = 2 +pkg syscall (openbsd-amd64-cgo), const MS_SYNC ideal-int +pkg syscall (openbsd-amd64-cgo), const PROT_EXEC = 4 +pkg syscall (openbsd-amd64-cgo), const PROT_EXEC ideal-int +pkg syscall (openbsd-amd64-cgo), const PROT_NONE = 0 +pkg syscall (openbsd-amd64-cgo), const PROT_NONE ideal-int +pkg syscall (openbsd-amd64-cgo), const PROT_READ = 1 +pkg syscall (openbsd-amd64-cgo), const PROT_READ ideal-int +pkg syscall (openbsd-amd64-cgo), const PROT_WRITE = 2 +pkg syscall (openbsd-amd64-cgo), const PROT_WRITE ideal-int +pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 1112072 +pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 5 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2166909255 +pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3240651076 +pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN = 3223349648 +pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU = 3223349669 +pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL = 3223349673 +pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS = 3223349652 +pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID = 3223349671 +pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN = 2149607823 +pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL = 2149607848 +pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS = 2149607827 +pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS ideal-int +pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID = 2149607846 +pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 89 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 87 +pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 88 +pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 65 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 53 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 42 +pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 64 +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 85 +pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 77 +pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS = 99 +pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 62 +pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 70 +pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 19 +pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 67 +pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 72 +pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 40 +pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 91 +pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL = 109 +pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT = 110 +pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 71 +pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 69 +pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 68 +pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 38 +pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 63 +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 84 +pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 76 +pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE = 209 +pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE ideal-int +pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 11 +pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 94 +pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 56 +pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 96 +pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH = 16 +pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH ideal-int +pkg syscall (openbsd-amd64-cgo), const TIOCGSID = 1074033763 +pkg syscall (openbsd-amd64-cgo), const TIOCGSID ideal-int +pkg syscall (openbsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error +pkg syscall (openbsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint64 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, Off int64 +pkg syscall (openbsd-amd64-cgo), type Dirent struct, X__d_padding [4]uint8 +pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]uint32 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int64 +pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown int32 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire int64 +pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Pad uint32 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint64 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntfromspec [90]int8 +pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [2]uint8 +pkg syscall (openbsd-amd64-cgo), type Termios struct +pkg syscall (openbsd-amd64-cgo), type Termios struct, Cc [20]uint8 +pkg syscall (openbsd-amd64-cgo), type Termios struct, Cflag uint32 +pkg syscall (openbsd-amd64-cgo), type Termios struct, Iflag uint32 +pkg syscall (openbsd-amd64-cgo), type Termios struct, Ispeed int32 +pkg syscall (openbsd-amd64-cgo), type Termios struct, Lflag uint32 +pkg syscall (openbsd-amd64-cgo), type Termios struct, Oflag uint32 +pkg syscall (openbsd-amd64-cgo), type Termios struct, Ospeed int32 +pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int64 +pkg syscall (windows-386), const ERROR_MORE_DATA = 234 +pkg syscall (windows-386), const ERROR_MORE_DATA Errno +pkg syscall (windows-386), const ERROR_NETNAME_DELETED = 64 +pkg syscall (windows-386), const ERROR_NETNAME_DELETED Errno +pkg syscall (windows-386), const IOC_VENDOR = 402653184 +pkg syscall (windows-386), const IOC_VENDOR ideal-int +pkg syscall (windows-386), const SIO_KEEPALIVE_VALS = 2550136836 +pkg syscall (windows-386), const SIO_KEEPALIVE_VALS ideal-int +pkg syscall (windows-386), const WSAECONNRESET = 10054 +pkg syscall (windows-386), const WSAECONNRESET Errno +pkg syscall (windows-386), func NewCallbackCDecl(interface{}) uintptr +pkg syscall (windows-386), type TCPKeepalive struct +pkg syscall (windows-386), type TCPKeepalive struct, Interval uint32 +pkg syscall (windows-386), type TCPKeepalive struct, OnOff uint32 +pkg syscall (windows-386), type TCPKeepalive struct, Time uint32 +pkg syscall (windows-amd64), const ERROR_MORE_DATA = 234 +pkg syscall (windows-amd64), const ERROR_MORE_DATA Errno +pkg syscall (windows-amd64), const ERROR_NETNAME_DELETED = 64 +pkg syscall (windows-amd64), const ERROR_NETNAME_DELETED Errno +pkg syscall (windows-amd64), const IOC_VENDOR = 402653184 +pkg syscall (windows-amd64), const IOC_VENDOR ideal-int +pkg syscall (windows-amd64), const SIO_KEEPALIVE_VALS = 2550136836 +pkg syscall (windows-amd64), const SIO_KEEPALIVE_VALS ideal-int +pkg syscall (windows-amd64), const WSAECONNRESET = 10054 +pkg syscall (windows-amd64), const WSAECONNRESET Errno +pkg syscall (windows-amd64), func NewCallbackCDecl(interface{}) uintptr +pkg syscall (windows-amd64), type TCPKeepalive struct +pkg syscall (windows-amd64), type TCPKeepalive struct, Interval uint32 +pkg syscall (windows-amd64), type TCPKeepalive struct, OnOff uint32 +pkg syscall (windows-amd64), type TCPKeepalive struct, Time uint32 +pkg testing, method (*B) RunParallel(func(*PB)) +pkg testing, method (*B) SetParallelism(int) +pkg testing, method (*PB) Next() bool +pkg testing, type PB struct +pkg unicode, const Version = "6.3.0" diff --git a/go/api/go1.4.txt b/go/api/go1.4.txt new file mode 100644 index 0000000000000000000000000000000000000000..08cb17f86932c896f5895a31a21703147510ab73 --- /dev/null +++ b/go/api/go1.4.txt @@ -0,0 +1,604 @@ +# CL 134210043 archive/zip: add Writer.Flush, Brad Fitzpatrick +pkg archive/zip, method (*Writer) Flush() error + +# CL 97140043 compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers, James Robinson +pkg compress/flate, type Resetter interface { Reset } +pkg compress/flate, type Resetter interface, Reset(io.Reader, []uint8) error +pkg compress/zlib, type Resetter interface { Reset } +pkg compress/zlib, type Resetter interface, Reset(io.Reader, []uint8) error + +# CL 159120044 compress/gzip: allow stopping at end of first stream, Russ Cox +pkg compress/gzip, method (*Reader) Multistream(bool) + +# CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil +pkg crypto, const SHA3_224 = 10 +pkg crypto, const SHA3_224 Hash +pkg crypto, const SHA3_256 = 11 +pkg crypto, const SHA3_256 Hash +pkg crypto, const SHA3_384 = 12 +pkg crypto, const SHA3_384 Hash +pkg crypto, const SHA3_512 = 13 +pkg crypto, const SHA3_512 Hash + +# CL 114680043 crypto: add Signer, Adam Langley +pkg crypto, method (Hash) HashFunc() Hash +pkg crypto, type Signer interface { Public, Sign } +pkg crypto, type Signer interface, Public() PublicKey +pkg crypto, type Signer interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error) +pkg crypto, type SignerOpts interface { HashFunc } +pkg crypto, type SignerOpts interface, HashFunc() Hash +pkg crypto/ecdsa, method (*PrivateKey) Public() crypto.PublicKey +pkg crypto/ecdsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) +pkg crypto/rsa, method (*PSSOptions) HashFunc() crypto.Hash +pkg crypto/rsa, method (*PrivateKey) Public() crypto.PublicKey +pkg crypto/rsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error) +pkg crypto/rsa, type PSSOptions struct, Hash crypto.Hash + +# CL 157090043 crypto/tls: support TLS_FALLBACK_SCSV as a server., Adam Langley +pkg crypto/tls, const TLS_FALLBACK_SCSV = 22016 +pkg crypto/tls, const TLS_FALLBACK_SCSV uint16 + +# CL 107400043 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI, Percy Wegmann +pkg crypto/tls, type ClientHelloInfo struct +pkg crypto/tls, type ClientHelloInfo struct, CipherSuites []uint16 +pkg crypto/tls, type ClientHelloInfo struct, ServerName string +pkg crypto/tls, type ClientHelloInfo struct, SupportedCurves []CurveID +pkg crypto/tls, type ClientHelloInfo struct, SupportedPoints []uint8 +pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error) +pkg crypto/tls, type ConnectionState struct, TLSUnique []uint8 + +# CL 153420045 crypto/x509: continue to recognise MaxPathLen of zero as "no value"., Adam Langley +pkg crypto/x509, type Certificate struct, MaxPathLenZero bool + +# CL 158950043 database/sql: add Drivers, returning list of registered drivers, Russ Cox +pkg database/sql, func Drivers() []string + +# CL 117280043 debug/dwarf: fix Reader panic on DW_TAG_unspecified_type, Derek Parker +pkg debug/dwarf, method (*UnspecifiedType) Basic() *BasicType +pkg debug/dwarf, method (*UnspecifiedType) Common() *CommonType +pkg debug/dwarf, method (*UnspecifiedType) Size() int64 +pkg debug/dwarf, method (*UnspecifiedType) String() string +pkg debug/dwarf, type UnspecifiedType struct +pkg debug/dwarf, type UnspecifiedType struct, embedded BasicType + +# CL 132000043 debug/elf: support arm64 relocations, Michael Hudson-Doyle +pkg debug/elf, const EM_AARCH64 = 183 +pkg debug/elf, const EM_AARCH64 Machine +pkg debug/elf, const R_AARCH64_ABS16 = 259 +pkg debug/elf, const R_AARCH64_ABS16 R_AARCH64 +pkg debug/elf, const R_AARCH64_ABS32 = 258 +pkg debug/elf, const R_AARCH64_ABS32 R_AARCH64 +pkg debug/elf, const R_AARCH64_ABS64 = 257 +pkg debug/elf, const R_AARCH64_ABS64 R_AARCH64 +pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC = 277 +pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE = 311 +pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE R_AARCH64 +pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 = 274 +pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 R_AARCH64 +pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 = 275 +pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 R_AARCH64 +pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC = 276 +pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_CALL26 = 283 +pkg debug/elf, const R_AARCH64_CALL26 R_AARCH64 +pkg debug/elf, const R_AARCH64_CONDBR19 = 280 +pkg debug/elf, const R_AARCH64_CONDBR19 R_AARCH64 +pkg debug/elf, const R_AARCH64_COPY = 1024 +pkg debug/elf, const R_AARCH64_COPY R_AARCH64 +pkg debug/elf, const R_AARCH64_GLOB_DAT = 1025 +pkg debug/elf, const R_AARCH64_GLOB_DAT R_AARCH64 +pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 = 309 +pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 R_AARCH64 +pkg debug/elf, const R_AARCH64_IRELATIVE = 1032 +pkg debug/elf, const R_AARCH64_IRELATIVE R_AARCH64 +pkg debug/elf, const R_AARCH64_JUMP26 = 282 +pkg debug/elf, const R_AARCH64_JUMP26 R_AARCH64 +pkg debug/elf, const R_AARCH64_JUMP_SLOT = 1026 +pkg debug/elf, const R_AARCH64_JUMP_SLOT R_AARCH64 +pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC = 312 +pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC = 299 +pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC = 284 +pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC = 285 +pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC = 286 +pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC = 278 +pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_LD_PREL_LO19 = 273 +pkg debug/elf, const R_AARCH64_LD_PREL_LO19 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 = 270 +pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 = 271 +pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 = 272 +pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 = 263 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC = 264 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 = 265 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC = 266 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 = 267 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC = 268 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 = 269 +pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 R_AARCH64 +pkg debug/elf, const R_AARCH64_NONE = 0 +pkg debug/elf, const R_AARCH64_NONE R_AARCH64 +pkg debug/elf, const R_AARCH64_NULL = 256 +pkg debug/elf, const R_AARCH64_NULL R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_ABS16 = 2 +pkg debug/elf, const R_AARCH64_P32_ABS16 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_ABS32 = 1 +pkg debug/elf, const R_AARCH64_P32_ABS32 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC = 12 +pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE = 26 +pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 = 10 +pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 = 11 +pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_CALL26 = 21 +pkg debug/elf, const R_AARCH64_P32_CALL26 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_CONDBR19 = 19 +pkg debug/elf, const R_AARCH64_P32_CONDBR19 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_COPY = 180 +pkg debug/elf, const R_AARCH64_P32_COPY R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_GLOB_DAT = 181 +pkg debug/elf, const R_AARCH64_P32_GLOB_DAT R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 = 25 +pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_IRELATIVE = 188 +pkg debug/elf, const R_AARCH64_P32_IRELATIVE R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_JUMP26 = 20 +pkg debug/elf, const R_AARCH64_P32_JUMP26 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT = 182 +pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC = 27 +pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC = 17 +pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC = 14 +pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC = 15 +pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC = 16 +pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC = 13 +pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 = 9 +pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 = 8 +pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 = 5 +pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC = 6 +pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 = 7 +pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_PREL16 = 4 +pkg debug/elf, const R_AARCH64_P32_PREL16 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_PREL32 = 3 +pkg debug/elf, const R_AARCH64_P32_PREL32 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_RELATIVE = 183 +pkg debug/elf, const R_AARCH64_P32_RELATIVE R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC = 187 +pkg debug/elf, const R_AARCH64_P32_TLSDESC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC = 126 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 = 124 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 = 123 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL = 127 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC = 125 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 = 122 +pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC = 82 +pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 = 81 +pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 = 103 +pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC = 104 +pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 = 105 +pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 = 109 +pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 = 110 +pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC = 111 +pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 = 107 +pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC = 108 +pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 = 106 +pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD = 184 +pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL = 185 +pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TLS_TPREL = 186 +pkg debug/elf, const R_AARCH64_P32_TLS_TPREL R_AARCH64 +pkg debug/elf, const R_AARCH64_P32_TSTBR14 = 18 +pkg debug/elf, const R_AARCH64_P32_TSTBR14 R_AARCH64 +pkg debug/elf, const R_AARCH64_PREL16 = 262 +pkg debug/elf, const R_AARCH64_PREL16 R_AARCH64 +pkg debug/elf, const R_AARCH64_PREL32 = 261 +pkg debug/elf, const R_AARCH64_PREL32 R_AARCH64 +pkg debug/elf, const R_AARCH64_PREL64 = 260 +pkg debug/elf, const R_AARCH64_PREL64 R_AARCH64 +pkg debug/elf, const R_AARCH64_RELATIVE = 1027 +pkg debug/elf, const R_AARCH64_RELATIVE R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC = 1031 +pkg debug/elf, const R_AARCH64_TLSDESC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_ADD = 568 +pkg debug/elf, const R_AARCH64_TLSDESC_ADD R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC = 564 +pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 = 562 +pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 = 561 +pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_CALL = 569 +pkg debug/elf, const R_AARCH64_TLSDESC_CALL R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC = 563 +pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_LDR = 567 +pkg debug/elf, const R_AARCH64_TLSDESC_LDR R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 = 560 +pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC = 566 +pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 = 565 +pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC = 514 +pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 = 513 +pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 = 541 +pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC = 542 +pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 = 543 +pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC = 540 +pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 = 539 +pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 = 549 +pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 = 550 +pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC = 551 +pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 = 547 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC = 548 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 = 545 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC = 546 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC R_AARCH64 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 = 544 +pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 = 1028 +pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLS_DTPREL64 = 1029 +pkg debug/elf, const R_AARCH64_TLS_DTPREL64 R_AARCH64 +pkg debug/elf, const R_AARCH64_TLS_TPREL64 = 1030 +pkg debug/elf, const R_AARCH64_TLS_TPREL64 R_AARCH64 +pkg debug/elf, const R_AARCH64_TSTBR14 = 279 +pkg debug/elf, const R_AARCH64_TSTBR14 R_AARCH64 +pkg debug/elf, method (R_AARCH64) GoString() string +pkg debug/elf, method (R_AARCH64) String() string +pkg debug/elf, type R_AARCH64 int + +# CL 107530043 debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols and (*File).DynamicSymbols, and formalize symbol order., Pietro Gagliardi +pkg debug/elf, method (*File) DynamicSymbols() ([]Symbol, error) +pkg debug/elf, var ErrNoSymbols error + +# CL 106460044 debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header, Aram Hăvărneanu +pkg debug/plan9obj, type FileHeader struct, HdrSize uint64 +pkg debug/plan9obj, type FileHeader struct, LoadAddress uint64 + +# CL 122960043 encoding/xml: add InputOffset method to Decoder, Russ Cox +pkg encoding/xml, method (*Decoder) InputOffset() int64 + +# CL 124940043 cmd/go, go/build: implement import comment checking, Russ Cox +pkg go/build, const ImportComment = 4 +pkg go/build, const ImportComment ImportMode +pkg go/build, type Package struct, ImportComment string + +# CL 155050043 go/build: Return MultiplePackageError on importing a dir containing multiple packages, Jens Frederich +pkg go/build, method (*MultiplePackageError) Error() string +pkg go/build, type MultiplePackageError struct +pkg go/build, type MultiplePackageError struct, Dir string +pkg go/build, type MultiplePackageError struct, Files []string +pkg go/build, type MultiplePackageError struct, Packages []string + +# CL 135110044 go/token: implement PositionFor accessors, Robert Griesemer +pkg go/token, method (*File) PositionFor(Pos, bool) Position +pkg go/token, method (*FileSet) PositionFor(Pos, bool) Position + +# CL 109000049 image: add RGBAAt, Gray16At, etc., ChaiShushan +pkg image, method (*Alpha) AlphaAt(int, int) color.Alpha +pkg image, method (*Alpha16) Alpha16At(int, int) color.Alpha16 +pkg image, method (*Gray) GrayAt(int, int) color.Gray +pkg image, method (*Gray16) Gray16At(int, int) color.Gray16 +pkg image, method (*NRGBA) NRGBAAt(int, int) color.NRGBA +pkg image, method (*NRGBA64) NRGBA64At(int, int) color.NRGBA64 +pkg image, method (*RGBA) RGBAAt(int, int) color.RGBA +pkg image, method (*RGBA64) RGBA64At(int, int) color.RGBA64 +pkg image, method (*YCbCr) YCbCrAt(int, int) color.YCbCr + +# CL 129190043 png: make the encoder configurable, Jeff R. Allen +pkg image/png, const BestCompression = -3 +pkg image/png, const BestCompression CompressionLevel +pkg image/png, const BestSpeed = -2 +pkg image/png, const BestSpeed CompressionLevel +pkg image/png, const DefaultCompression = 0 +pkg image/png, const DefaultCompression CompressionLevel +pkg image/png, const NoCompression = -1 +pkg image/png, const NoCompression CompressionLevel +pkg image/png, method (*Encoder) Encode(io.Writer, image.Image) error +pkg image/png, type CompressionLevel int +pkg image/png, type Encoder struct +pkg image/png, type Encoder struct, CompressionLevel CompressionLevel + +# CL 101750048 math: implement Nextafter32, Robert Griesemer +pkg math, func Nextafter32(float32, float32) float32 + +# CL 93550043 math/big: implement Rat.Float32, Robert Griesemer +pkg math/big, method (*Rat) Float32() (float32, bool) + +# CL 76540043 net/http: add BasicAuth method to *http.Request, Kelsey Hightower +pkg net/http, method (*Request) BasicAuth() (string, string, bool) + +# CL 137940043 net/http: add Transport.DialTLS hook, Brad Fitzpatrick +pkg net/http, type Transport struct, DialTLS func(string, string) (net.Conn, error) + +# CL 132750043 net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to control logging., Mark Theunissen +pkg net/http/httputil, type ReverseProxy struct, ErrorLog *log.Logger + +# CL 148370043 os, syscall: add Unsetenv, Brad Fitzpatrick +pkg os, func Unsetenv(string) error +pkg syscall, func Unsetenv(string) error + +# CL 144020043 reflect: add Type.Comparable, Russ Cox +pkg reflect, type Type interface, Comparable() bool + +# CL 153670043 runtime: add PauseEnd array to MemStats and GCStats, Jens Frederich +pkg runtime, type MemStats struct, PauseEnd [256]uint64 +pkg runtime/debug, type GCStats struct, PauseEnd []time.Time + +# CL 136710045 sync/atomic: add Value, Dmitriy Vyukov +pkg sync/atomic, method (*Value) Load() interface{} +pkg sync/atomic, method (*Value) Store(interface{}) +pkg sync/atomic, type Value struct + +# CL 126190043 syscall: support UID/GID map files for Linux user namespaces, Mrunal Patel +pkg syscall (linux-386), type SysProcAttr struct, GidMappings []SysProcIDMap +pkg syscall (linux-386), type SysProcAttr struct, UidMappings []SysProcIDMap +pkg syscall (linux-386), type SysProcIDMap struct +pkg syscall (linux-386), type SysProcIDMap struct, ContainerID int +pkg syscall (linux-386), type SysProcIDMap struct, HostID int +pkg syscall (linux-386), type SysProcIDMap struct, Size int +pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap +pkg syscall (linux-386-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap +pkg syscall (linux-386-cgo), type SysProcIDMap struct +pkg syscall (linux-386-cgo), type SysProcIDMap struct, ContainerID int +pkg syscall (linux-386-cgo), type SysProcIDMap struct, HostID int +pkg syscall (linux-386-cgo), type SysProcIDMap struct, Size int +pkg syscall (linux-amd64), type SysProcAttr struct, GidMappings []SysProcIDMap +pkg syscall (linux-amd64), type SysProcAttr struct, UidMappings []SysProcIDMap +pkg syscall (linux-amd64), type SysProcIDMap struct +pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int +pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int +pkg syscall (linux-amd64), type SysProcIDMap struct, Size int +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap +pkg syscall (linux-amd64-cgo), type SysProcIDMap struct +pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, ContainerID int +pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, HostID int +pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, Size int +pkg syscall (linux-arm), type SysProcAttr struct, GidMappings []SysProcIDMap +pkg syscall (linux-arm), type SysProcAttr struct, UidMappings []SysProcIDMap +pkg syscall (linux-arm), type SysProcIDMap struct +pkg syscall (linux-arm), type SysProcIDMap struct, ContainerID int +pkg syscall (linux-arm), type SysProcIDMap struct, HostID int +pkg syscall (linux-arm), type SysProcIDMap struct, Size int +pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap +pkg syscall (linux-arm-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap +pkg syscall (linux-arm-cgo), type SysProcIDMap struct +pkg syscall (linux-arm-cgo), type SysProcIDMap struct, ContainerID int +pkg syscall (linux-arm-cgo), type SysProcIDMap struct, HostID int +pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int + +# CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre +pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501 +pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int +pkg syscall (windows-386), const DnsSectionAdditional = 3 +pkg syscall (windows-386), const DnsSectionAdditional ideal-int +pkg syscall (windows-386), const DnsSectionAnswer = 1 +pkg syscall (windows-386), const DnsSectionAnswer ideal-int +pkg syscall (windows-386), const DnsSectionAuthority = 2 +pkg syscall (windows-386), const DnsSectionAuthority ideal-int +pkg syscall (windows-386), const DnsSectionQuestion = 0 +pkg syscall (windows-386), const DnsSectionQuestion ideal-int +pkg syscall (windows-386), func DnsNameCompare(*uint16, *uint16) bool +pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS = 9501 +pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS ideal-int +pkg syscall (windows-amd64), const DnsSectionAdditional = 3 +pkg syscall (windows-amd64), const DnsSectionAdditional ideal-int +pkg syscall (windows-amd64), const DnsSectionAnswer = 1 +pkg syscall (windows-amd64), const DnsSectionAnswer ideal-int +pkg syscall (windows-amd64), const DnsSectionAuthority = 2 +pkg syscall (windows-amd64), const DnsSectionAuthority ideal-int +pkg syscall (windows-amd64), const DnsSectionQuestion = 0 +pkg syscall (windows-amd64), const DnsSectionQuestion ideal-int +pkg syscall (windows-amd64), func DnsNameCompare(*uint16, *uint16) bool + +# CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel +pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD = 1314 +pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD Errno +pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD = 1314 +pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD Errno + +# CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel +pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT = 1024 +pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int +pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152 +pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int +pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT = 589992 +pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT ideal-int +pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK = 2684354572 +pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK ideal-int +pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384 +pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int +pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1 +pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int +pkg syscall (windows-386), func CreateHardLink(*uint16, *uint16, uintptr) error +pkg syscall (windows-386), func CreateSymbolicLink(*uint16, *uint16, uint32) error +pkg syscall (windows-386), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error +pkg syscall (windows-386), func LoadCreateSymbolicLink() error +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT = 1024 +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int +pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152 +pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int +pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT = 589992 +pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT ideal-int +pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK = 2684354572 +pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK ideal-int +pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384 +pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int +pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1 +pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int +pkg syscall (windows-amd64), func CreateHardLink(*uint16, *uint16, uintptr) error +pkg syscall (windows-amd64), func CreateSymbolicLink(*uint16, *uint16, uint32) error +pkg syscall (windows-amd64), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error +pkg syscall (windows-amd64), func LoadCreateSymbolicLink() error + +# CL 149510043 net: disable SIO_UDP_CONNRESET behavior on windows., Ron Hashimoto +pkg syscall (windows-386), const SIO_UDP_CONNRESET = 2550136844 +pkg syscall (windows-386), const SIO_UDP_CONNRESET ideal-int +pkg syscall (windows-amd64), const SIO_UDP_CONNRESET = 2550136844 +pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int + +# CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve +pkg syscall (windows-386), const TH32CS_INHERIT = 2147483648 +pkg syscall (windows-386), const TH32CS_INHERIT ideal-int +pkg syscall (windows-386), const TH32CS_SNAPALL = 15 +pkg syscall (windows-386), const TH32CS_SNAPALL ideal-int +pkg syscall (windows-386), const TH32CS_SNAPHEAPLIST = 1 +pkg syscall (windows-386), const TH32CS_SNAPHEAPLIST ideal-int +pkg syscall (windows-386), const TH32CS_SNAPMODULE = 8 +pkg syscall (windows-386), const TH32CS_SNAPMODULE ideal-int +pkg syscall (windows-386), const TH32CS_SNAPMODULE32 = 16 +pkg syscall (windows-386), const TH32CS_SNAPMODULE32 ideal-int +pkg syscall (windows-386), const TH32CS_SNAPPROCESS = 2 +pkg syscall (windows-386), const TH32CS_SNAPPROCESS ideal-int +pkg syscall (windows-386), const TH32CS_SNAPTHREAD = 4 +pkg syscall (windows-386), const TH32CS_SNAPTHREAD ideal-int +pkg syscall (windows-386), func CreateToolhelp32Snapshot(uint32, uint32) (Handle, error) +pkg syscall (windows-386), func Process32First(Handle, *ProcessEntry32) error +pkg syscall (windows-386), func Process32Next(Handle, *ProcessEntry32) error +pkg syscall (windows-386), type ProcessEntry32 struct +pkg syscall (windows-386), type ProcessEntry32 struct, DefaultHeapID uintptr +pkg syscall (windows-386), type ProcessEntry32 struct, ExeFile [260]uint16 +pkg syscall (windows-386), type ProcessEntry32 struct, Flags uint32 +pkg syscall (windows-386), type ProcessEntry32 struct, ModuleID uint32 +pkg syscall (windows-386), type ProcessEntry32 struct, ParentProcessID uint32 +pkg syscall (windows-386), type ProcessEntry32 struct, PriClassBase int32 +pkg syscall (windows-386), type ProcessEntry32 struct, ProcessID uint32 +pkg syscall (windows-386), type ProcessEntry32 struct, Size uint32 +pkg syscall (windows-386), type ProcessEntry32 struct, Threads uint32 +pkg syscall (windows-386), type ProcessEntry32 struct, Usage uint32 +pkg syscall (windows-amd64), const TH32CS_INHERIT = 2147483648 +pkg syscall (windows-amd64), const TH32CS_INHERIT ideal-int +pkg syscall (windows-amd64), const TH32CS_SNAPALL = 15 +pkg syscall (windows-amd64), const TH32CS_SNAPALL ideal-int +pkg syscall (windows-amd64), const TH32CS_SNAPHEAPLIST = 1 +pkg syscall (windows-amd64), const TH32CS_SNAPHEAPLIST ideal-int +pkg syscall (windows-amd64), const TH32CS_SNAPMODULE = 8 +pkg syscall (windows-amd64), const TH32CS_SNAPMODULE ideal-int +pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 = 16 +pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 ideal-int +pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS = 2 +pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS ideal-int +pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD = 4 +pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD ideal-int +pkg syscall (windows-amd64), func CreateToolhelp32Snapshot(uint32, uint32) (Handle, error) +pkg syscall (windows-amd64), func Process32First(Handle, *ProcessEntry32) error +pkg syscall (windows-amd64), func Process32Next(Handle, *ProcessEntry32) error +pkg syscall (windows-amd64), type ProcessEntry32 struct +pkg syscall (windows-amd64), type ProcessEntry32 struct, DefaultHeapID uintptr +pkg syscall (windows-amd64), type ProcessEntry32 struct, ExeFile [260]uint16 +pkg syscall (windows-amd64), type ProcessEntry32 struct, Flags uint32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, ModuleID uint32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, ParentProcessID uint32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, PriClassBase int32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, ProcessID uint32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, Size uint32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, Threads uint32 +pkg syscall (windows-amd64), type ProcessEntry32 struct, Usage uint32 + +# CL 127740043 os: make SameFile handle paths like c:a.txt properly, Alex Brainman +pkg syscall (windows-386), func FullPath(string) (string, error) +pkg syscall (windows-amd64), func FullPath(string) (string, error) + +# CL 98150043 testing: add Coverage function, Russ Cox +pkg testing, func Coverage() float64 + +# CL 148770043 cmd/go, testing: add TestMain support, Russ Cox +pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M +pkg testing, method (*M) Run() int +pkg testing, type M struct + +# CL 108030044 text/scanner: provide facility for custom identifiers, Robert Griesemer +pkg text/scanner, type Scanner struct, IsIdentRune func(int32, int) bool + +# CL 130620043 text/template: add back pointer to Nodes for better error generation, Rob Pike +pkg text/template/parse, type DotNode struct, embedded NodeType +pkg text/template/parse, type NilNode struct, embedded NodeType +pkg text/template/parse, method (*BranchNode) Copy() Node +pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode +pkg html/template, type Error struct, Node parse.Node + +# CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen +pkg unicode, const Version = "7.0.0" +pkg unicode, var Bassa_Vah *RangeTable +pkg unicode, var Caucasian_Albanian *RangeTable +pkg unicode, var Duployan *RangeTable +pkg unicode, var Elbasan *RangeTable +pkg unicode, var Grantha *RangeTable +pkg unicode, var Khojki *RangeTable +pkg unicode, var Khudawadi *RangeTable +pkg unicode, var Linear_A *RangeTable +pkg unicode, var Mahajani *RangeTable +pkg unicode, var Manichaean *RangeTable +pkg unicode, var Mende_Kikakui *RangeTable +pkg unicode, var Modi *RangeTable +pkg unicode, var Mro *RangeTable +pkg unicode, var Nabataean *RangeTable +pkg unicode, var Old_North_Arabian *RangeTable +pkg unicode, var Old_Permic *RangeTable +pkg unicode, var Pahawh_Hmong *RangeTable +pkg unicode, var Palmyrene *RangeTable +pkg unicode, var Pau_Cin_Hau *RangeTable +pkg unicode, var Psalter_Pahlavi *RangeTable +pkg unicode, var Siddham *RangeTable +pkg unicode, var Tirhuta *RangeTable +pkg unicode, var Warang_Citi *RangeTable diff --git a/go/api/go1.5.txt b/go/api/go1.5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9cf7970755a40b4564423bd048dd0a06aff9739 --- /dev/null +++ b/go/api/go1.5.txt @@ -0,0 +1,975 @@ +pkg archive/zip, method (*Writer) SetOffset(int64) +pkg bufio, method (*Reader) Discard(int) (int, error) +pkg bufio, method (ReadWriter) Discard(int) (int, error) +pkg bytes, func LastIndexByte([]uint8, uint8) int +pkg bytes, method (*Buffer) Cap() int +pkg bytes, method (*Reader) Size() int64 +pkg crypto, const SHA512_224 = 14 +pkg crypto, const SHA512_224 Hash +pkg crypto, const SHA512_256 = 15 +pkg crypto, const SHA512_256 Hash +pkg crypto, type Decrypter interface { Decrypt, Public } +pkg crypto, type Decrypter interface, Decrypt(io.Reader, []uint8, DecrypterOpts) ([]uint8, error) +pkg crypto, type Decrypter interface, Public() PublicKey +pkg crypto, type DecrypterOpts interface {} +pkg crypto/cipher, func NewGCMWithNonceSize(Block, int) (AEAD, error) +pkg crypto/elliptic, type CurveParams struct, Name string +pkg crypto/rsa, method (*PrivateKey) Decrypt(io.Reader, []uint8, crypto.DecrypterOpts) ([]uint8, error) +pkg crypto/rsa, type OAEPOptions struct +pkg crypto/rsa, type OAEPOptions struct, Hash crypto.Hash +pkg crypto/rsa, type OAEPOptions struct, Label []uint8 +pkg crypto/rsa, type PKCS1v15DecryptOptions struct +pkg crypto/rsa, type PKCS1v15DecryptOptions struct, SessionKeyLen int +pkg crypto/sha512, const Size224 = 28 +pkg crypto/sha512, const Size224 ideal-int +pkg crypto/sha512, const Size256 = 32 +pkg crypto/sha512, const Size256 ideal-int +pkg crypto/sha512, func New512_224() hash.Hash +pkg crypto/sha512, func New512_256() hash.Hash +pkg crypto/sha512, func Sum512_224([]uint8) [28]uint8 +pkg crypto/sha512, func Sum512_256([]uint8) [32]uint8 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 49200 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 uint16 +pkg crypto/tls, method (*Config) SetSessionTicketKeys([][32]uint8) +pkg crypto/tls, type Certificate struct, SignedCertificateTimestamps [][]uint8 +pkg crypto/tls, type ConnectionState struct, OCSPResponse []uint8 +pkg crypto/tls, type ConnectionState struct, SignedCertificateTimestamps [][]uint8 +pkg crypto/x509, method (*CertificateRequest) CheckSignature() error +pkg crypto/x509, type Certificate struct, UnhandledCriticalExtensions []asn1.ObjectIdentifier +pkg crypto/x509/pkix, type Name struct, ExtraNames []AttributeTypeAndValue +pkg database/sql, method (*DB) Stats() DBStats +pkg database/sql, type DBStats struct +pkg database/sql, type DBStats struct, OpenConnections int +pkg debug/dwarf, const ClassAddress = 1 +pkg debug/dwarf, const ClassAddress Class +pkg debug/dwarf, const ClassBlock = 2 +pkg debug/dwarf, const ClassBlock Class +pkg debug/dwarf, const ClassConstant = 3 +pkg debug/dwarf, const ClassConstant Class +pkg debug/dwarf, const ClassExprLoc = 4 +pkg debug/dwarf, const ClassExprLoc Class +pkg debug/dwarf, const ClassFlag = 5 +pkg debug/dwarf, const ClassFlag Class +pkg debug/dwarf, const ClassLinePtr = 6 +pkg debug/dwarf, const ClassLinePtr Class +pkg debug/dwarf, const ClassLocListPtr = 7 +pkg debug/dwarf, const ClassLocListPtr Class +pkg debug/dwarf, const ClassMacPtr = 8 +pkg debug/dwarf, const ClassMacPtr Class +pkg debug/dwarf, const ClassRangeListPtr = 9 +pkg debug/dwarf, const ClassRangeListPtr Class +pkg debug/dwarf, const ClassReference = 10 +pkg debug/dwarf, const ClassReference Class +pkg debug/dwarf, const ClassReferenceAlt = 13 +pkg debug/dwarf, const ClassReferenceAlt Class +pkg debug/dwarf, const ClassReferenceSig = 11 +pkg debug/dwarf, const ClassReferenceSig Class +pkg debug/dwarf, const ClassString = 12 +pkg debug/dwarf, const ClassString Class +pkg debug/dwarf, const ClassStringAlt = 14 +pkg debug/dwarf, const ClassStringAlt Class +pkg debug/dwarf, method (*Data) LineReader(*Entry) (*LineReader, error) +pkg debug/dwarf, method (*Entry) AttrField(Attr) *Field +pkg debug/dwarf, method (*LineReader) Next(*LineEntry) error +pkg debug/dwarf, method (*LineReader) Reset() +pkg debug/dwarf, method (*LineReader) Seek(LineReaderPos) +pkg debug/dwarf, method (*LineReader) SeekPC(uint64, *LineEntry) error +pkg debug/dwarf, method (*LineReader) Tell() LineReaderPos +pkg debug/dwarf, method (*Reader) AddressSize() int +pkg debug/dwarf, method (Class) GoString() string +pkg debug/dwarf, method (Class) String() string +pkg debug/dwarf, type Class int +pkg debug/dwarf, type Field struct, Class Class +pkg debug/dwarf, type LineEntry struct +pkg debug/dwarf, type LineEntry struct, Address uint64 +pkg debug/dwarf, type LineEntry struct, BasicBlock bool +pkg debug/dwarf, type LineEntry struct, Column int +pkg debug/dwarf, type LineEntry struct, Discriminator int +pkg debug/dwarf, type LineEntry struct, EndSequence bool +pkg debug/dwarf, type LineEntry struct, EpilogueBegin bool +pkg debug/dwarf, type LineEntry struct, File *LineFile +pkg debug/dwarf, type LineEntry struct, ISA int +pkg debug/dwarf, type LineEntry struct, IsStmt bool +pkg debug/dwarf, type LineEntry struct, Line int +pkg debug/dwarf, type LineEntry struct, OpIndex int +pkg debug/dwarf, type LineEntry struct, PrologueEnd bool +pkg debug/dwarf, type LineFile struct +pkg debug/dwarf, type LineFile struct, Length int +pkg debug/dwarf, type LineFile struct, Mtime uint64 +pkg debug/dwarf, type LineFile struct, Name string +pkg debug/dwarf, type LineReader struct +pkg debug/dwarf, type LineReaderPos struct +pkg debug/dwarf, var ErrUnknownPC error +pkg debug/elf, const R_PPC64_ADDR14 = 7 +pkg debug/elf, const R_PPC64_ADDR14 R_PPC64 +pkg debug/elf, const R_PPC64_ADDR14_BRNTAKEN = 9 +pkg debug/elf, const R_PPC64_ADDR14_BRNTAKEN R_PPC64 +pkg debug/elf, const R_PPC64_ADDR14_BRTAKEN = 8 +pkg debug/elf, const R_PPC64_ADDR14_BRTAKEN R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16 = 3 +pkg debug/elf, const R_PPC64_ADDR16 R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_DS = 56 +pkg debug/elf, const R_PPC64_ADDR16_DS R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HA = 6 +pkg debug/elf, const R_PPC64_ADDR16_HA R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HI = 5 +pkg debug/elf, const R_PPC64_ADDR16_HI R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HIGHER = 39 +pkg debug/elf, const R_PPC64_ADDR16_HIGHER R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HIGHERA = 40 +pkg debug/elf, const R_PPC64_ADDR16_HIGHERA R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HIGHEST = 41 +pkg debug/elf, const R_PPC64_ADDR16_HIGHEST R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA = 42 +pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_LO = 4 +pkg debug/elf, const R_PPC64_ADDR16_LO R_PPC64 +pkg debug/elf, const R_PPC64_ADDR16_LO_DS = 57 +pkg debug/elf, const R_PPC64_ADDR16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_ADDR24 = 2 +pkg debug/elf, const R_PPC64_ADDR24 R_PPC64 +pkg debug/elf, const R_PPC64_ADDR32 = 1 +pkg debug/elf, const R_PPC64_ADDR32 R_PPC64 +pkg debug/elf, const R_PPC64_ADDR64 = 38 +pkg debug/elf, const R_PPC64_ADDR64 R_PPC64 +pkg debug/elf, const R_PPC64_DTPMOD64 = 68 +pkg debug/elf, const R_PPC64_DTPMOD64 R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16 = 74 +pkg debug/elf, const R_PPC64_DTPREL16 R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_DS = 101 +pkg debug/elf, const R_PPC64_DTPREL16_DS R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HA = 77 +pkg debug/elf, const R_PPC64_DTPREL16_HA R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HI = 76 +pkg debug/elf, const R_PPC64_DTPREL16_HI R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHER = 103 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHER R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHERA = 104 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHERA R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHEST = 105 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHEST R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHESTA = 106 +pkg debug/elf, const R_PPC64_DTPREL16_HIGHESTA R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_LO = 75 +pkg debug/elf, const R_PPC64_DTPREL16_LO R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL16_LO_DS = 102 +pkg debug/elf, const R_PPC64_DTPREL16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_DTPREL64 = 78 +pkg debug/elf, const R_PPC64_DTPREL64 R_PPC64 +pkg debug/elf, const R_PPC64_GOT16 = 14 +pkg debug/elf, const R_PPC64_GOT16 R_PPC64 +pkg debug/elf, const R_PPC64_GOT16_DS = 58 +pkg debug/elf, const R_PPC64_GOT16_DS R_PPC64 +pkg debug/elf, const R_PPC64_GOT16_HA = 17 +pkg debug/elf, const R_PPC64_GOT16_HA R_PPC64 +pkg debug/elf, const R_PPC64_GOT16_HI = 16 +pkg debug/elf, const R_PPC64_GOT16_HI R_PPC64 +pkg debug/elf, const R_PPC64_GOT16_LO = 15 +pkg debug/elf, const R_PPC64_GOT16_LO R_PPC64 +pkg debug/elf, const R_PPC64_GOT16_LO_DS = 59 +pkg debug/elf, const R_PPC64_GOT16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS = 91 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS R_PPC64 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA = 94 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA R_PPC64 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI = 93 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI R_PPC64 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_LO_DS = 92 +pkg debug/elf, const R_PPC64_GOT_DTPREL16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSGD16 = 79 +pkg debug/elf, const R_PPC64_GOT_TLSGD16 R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA = 82 +pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI = 81 +pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO = 80 +pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSLD16 = 83 +pkg debug/elf, const R_PPC64_GOT_TLSLD16 R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA = 86 +pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI = 85 +pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO = 84 +pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TPREL16_DS = 87 +pkg debug/elf, const R_PPC64_GOT_TPREL16_DS R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TPREL16_HA = 90 +pkg debug/elf, const R_PPC64_GOT_TPREL16_HA R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TPREL16_HI = 89 +pkg debug/elf, const R_PPC64_GOT_TPREL16_HI R_PPC64 +pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS = 88 +pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_JMP_SLOT = 21 +pkg debug/elf, const R_PPC64_JMP_SLOT R_PPC64 +pkg debug/elf, const R_PPC64_NONE = 0 +pkg debug/elf, const R_PPC64_NONE R_PPC64 +pkg debug/elf, const R_PPC64_REL14 = 11 +pkg debug/elf, const R_PPC64_REL14 R_PPC64 +pkg debug/elf, const R_PPC64_REL14_BRNTAKEN = 13 +pkg debug/elf, const R_PPC64_REL14_BRNTAKEN R_PPC64 +pkg debug/elf, const R_PPC64_REL14_BRTAKEN = 12 +pkg debug/elf, const R_PPC64_REL14_BRTAKEN R_PPC64 +pkg debug/elf, const R_PPC64_REL16 = 249 +pkg debug/elf, const R_PPC64_REL16 R_PPC64 +pkg debug/elf, const R_PPC64_REL16_HA = 252 +pkg debug/elf, const R_PPC64_REL16_HA R_PPC64 +pkg debug/elf, const R_PPC64_REL16_HI = 251 +pkg debug/elf, const R_PPC64_REL16_HI R_PPC64 +pkg debug/elf, const R_PPC64_REL16_LO = 250 +pkg debug/elf, const R_PPC64_REL16_LO R_PPC64 +pkg debug/elf, const R_PPC64_REL24 = 10 +pkg debug/elf, const R_PPC64_REL24 R_PPC64 +pkg debug/elf, const R_PPC64_REL32 = 26 +pkg debug/elf, const R_PPC64_REL32 R_PPC64 +pkg debug/elf, const R_PPC64_REL64 = 44 +pkg debug/elf, const R_PPC64_REL64 R_PPC64 +pkg debug/elf, const R_PPC64_TLS = 67 +pkg debug/elf, const R_PPC64_TLS R_PPC64 +pkg debug/elf, const R_PPC64_TLSGD = 107 +pkg debug/elf, const R_PPC64_TLSGD R_PPC64 +pkg debug/elf, const R_PPC64_TLSLD = 108 +pkg debug/elf, const R_PPC64_TLSLD R_PPC64 +pkg debug/elf, const R_PPC64_TOC = 51 +pkg debug/elf, const R_PPC64_TOC R_PPC64 +pkg debug/elf, const R_PPC64_TOC16 = 47 +pkg debug/elf, const R_PPC64_TOC16 R_PPC64 +pkg debug/elf, const R_PPC64_TOC16_DS = 63 +pkg debug/elf, const R_PPC64_TOC16_DS R_PPC64 +pkg debug/elf, const R_PPC64_TOC16_HA = 50 +pkg debug/elf, const R_PPC64_TOC16_HA R_PPC64 +pkg debug/elf, const R_PPC64_TOC16_HI = 49 +pkg debug/elf, const R_PPC64_TOC16_HI R_PPC64 +pkg debug/elf, const R_PPC64_TOC16_LO = 48 +pkg debug/elf, const R_PPC64_TOC16_LO R_PPC64 +pkg debug/elf, const R_PPC64_TOC16_LO_DS = 64 +pkg debug/elf, const R_PPC64_TOC16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16 = 69 +pkg debug/elf, const R_PPC64_TPREL16 R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_DS = 95 +pkg debug/elf, const R_PPC64_TPREL16_DS R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HA = 72 +pkg debug/elf, const R_PPC64_TPREL16_HA R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HI = 71 +pkg debug/elf, const R_PPC64_TPREL16_HI R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HIGHER = 97 +pkg debug/elf, const R_PPC64_TPREL16_HIGHER R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HIGHERA = 98 +pkg debug/elf, const R_PPC64_TPREL16_HIGHERA R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HIGHEST = 99 +pkg debug/elf, const R_PPC64_TPREL16_HIGHEST R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA = 100 +pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_LO = 70 +pkg debug/elf, const R_PPC64_TPREL16_LO R_PPC64 +pkg debug/elf, const R_PPC64_TPREL16_LO_DS = 96 +pkg debug/elf, const R_PPC64_TPREL16_LO_DS R_PPC64 +pkg debug/elf, const R_PPC64_TPREL64 = 73 +pkg debug/elf, const R_PPC64_TPREL64 R_PPC64 +pkg debug/elf, method (R_PPC64) GoString() string +pkg debug/elf, method (R_PPC64) String() string +pkg debug/elf, type R_PPC64 int +pkg encoding/base64, const NoPadding = -1 +pkg encoding/base64, const NoPadding int32 +pkg encoding/base64, const StdPadding = 61 +pkg encoding/base64, const StdPadding int32 +pkg encoding/base64, method (Encoding) WithPadding(int32) *Encoding +pkg encoding/base64, var RawStdEncoding *Encoding +pkg encoding/base64, var RawURLEncoding *Encoding +pkg encoding/json, method (*Decoder) More() bool +pkg encoding/json, method (*Decoder) Token() (Token, error) +pkg encoding/json, method (Delim) String() string +pkg encoding/json, type Delim int32 +pkg encoding/json, type Token interface {} +pkg encoding/json, type UnmarshalTypeError struct, Offset int64 +pkg flag, func UnquoteUsage(*Flag) (string, string) +pkg go/ast, type EmptyStmt struct, Implicit bool +pkg go/build, type Package struct, PkgTargetRoot string +pkg go/constant, const Bool = 1 +pkg go/constant, const Bool Kind +pkg go/constant, const Complex = 5 +pkg go/constant, const Complex Kind +pkg go/constant, const Float = 4 +pkg go/constant, const Float Kind +pkg go/constant, const Int = 3 +pkg go/constant, const Int Kind +pkg go/constant, const String = 2 +pkg go/constant, const String Kind +pkg go/constant, const Unknown = 0 +pkg go/constant, const Unknown Kind +pkg go/constant, func BinaryOp(Value, token.Token, Value) Value +pkg go/constant, func BitLen(Value) int +pkg go/constant, func BoolVal(Value) bool +pkg go/constant, func Bytes(Value) []uint8 +pkg go/constant, func Compare(Value, token.Token, Value) bool +pkg go/constant, func Denom(Value) Value +pkg go/constant, func Float32Val(Value) (float32, bool) +pkg go/constant, func Float64Val(Value) (float64, bool) +pkg go/constant, func Imag(Value) Value +pkg go/constant, func Int64Val(Value) (int64, bool) +pkg go/constant, func MakeBool(bool) Value +pkg go/constant, func MakeFloat64(float64) Value +pkg go/constant, func MakeFromBytes([]uint8) Value +pkg go/constant, func MakeFromLiteral(string, token.Token, uint) Value +pkg go/constant, func MakeImag(Value) Value +pkg go/constant, func MakeInt64(int64) Value +pkg go/constant, func MakeString(string) Value +pkg go/constant, func MakeUint64(uint64) Value +pkg go/constant, func MakeUnknown() Value +pkg go/constant, func Num(Value) Value +pkg go/constant, func Real(Value) Value +pkg go/constant, func Shift(Value, token.Token, uint) Value +pkg go/constant, func Sign(Value) int +pkg go/constant, func StringVal(Value) string +pkg go/constant, func Uint64Val(Value) (uint64, bool) +pkg go/constant, func UnaryOp(token.Token, Value, uint) Value +pkg go/constant, type Kind int +pkg go/constant, type Value interface, Kind() Kind +pkg go/constant, type Value interface, String() string +pkg go/constant, type Value interface, unexported methods +pkg go/importer, func Default() types.Importer +pkg go/importer, func For(string, Lookup) types.Importer +pkg go/importer, type Lookup func(string) (io.ReadCloser, error) +pkg go/parser, func ParseExprFrom(*token.FileSet, string, interface{}, Mode) (ast.Expr, error) +pkg go/types, const Bool = 1 +pkg go/types, const Bool BasicKind +pkg go/types, const Byte = 8 +pkg go/types, const Byte BasicKind +pkg go/types, const Complex128 = 16 +pkg go/types, const Complex128 BasicKind +pkg go/types, const Complex64 = 15 +pkg go/types, const Complex64 BasicKind +pkg go/types, const FieldVal = 0 +pkg go/types, const FieldVal SelectionKind +pkg go/types, const Float32 = 13 +pkg go/types, const Float32 BasicKind +pkg go/types, const Float64 = 14 +pkg go/types, const Float64 BasicKind +pkg go/types, const Int = 2 +pkg go/types, const Int BasicKind +pkg go/types, const Int16 = 4 +pkg go/types, const Int16 BasicKind +pkg go/types, const Int32 = 5 +pkg go/types, const Int32 BasicKind +pkg go/types, const Int64 = 6 +pkg go/types, const Int64 BasicKind +pkg go/types, const Int8 = 3 +pkg go/types, const Int8 BasicKind +pkg go/types, const Invalid = 0 +pkg go/types, const Invalid BasicKind +pkg go/types, const IsBoolean = 1 +pkg go/types, const IsBoolean BasicInfo +pkg go/types, const IsComplex = 16 +pkg go/types, const IsComplex BasicInfo +pkg go/types, const IsConstType = 59 +pkg go/types, const IsConstType BasicInfo +pkg go/types, const IsFloat = 8 +pkg go/types, const IsFloat BasicInfo +pkg go/types, const IsInteger = 2 +pkg go/types, const IsInteger BasicInfo +pkg go/types, const IsNumeric = 26 +pkg go/types, const IsNumeric BasicInfo +pkg go/types, const IsOrdered = 42 +pkg go/types, const IsOrdered BasicInfo +pkg go/types, const IsString = 32 +pkg go/types, const IsString BasicInfo +pkg go/types, const IsUnsigned = 4 +pkg go/types, const IsUnsigned BasicInfo +pkg go/types, const IsUntyped = 64 +pkg go/types, const IsUntyped BasicInfo +pkg go/types, const MethodExpr = 2 +pkg go/types, const MethodExpr SelectionKind +pkg go/types, const MethodVal = 1 +pkg go/types, const MethodVal SelectionKind +pkg go/types, const RecvOnly = 2 +pkg go/types, const RecvOnly ChanDir +pkg go/types, const Rune = 5 +pkg go/types, const Rune BasicKind +pkg go/types, const SendOnly = 1 +pkg go/types, const SendOnly ChanDir +pkg go/types, const SendRecv = 0 +pkg go/types, const SendRecv ChanDir +pkg go/types, const String = 17 +pkg go/types, const String BasicKind +pkg go/types, const Uint = 7 +pkg go/types, const Uint BasicKind +pkg go/types, const Uint16 = 9 +pkg go/types, const Uint16 BasicKind +pkg go/types, const Uint32 = 10 +pkg go/types, const Uint32 BasicKind +pkg go/types, const Uint64 = 11 +pkg go/types, const Uint64 BasicKind +pkg go/types, const Uint8 = 8 +pkg go/types, const Uint8 BasicKind +pkg go/types, const Uintptr = 12 +pkg go/types, const Uintptr BasicKind +pkg go/types, const UnsafePointer = 18 +pkg go/types, const UnsafePointer BasicKind +pkg go/types, const UntypedBool = 19 +pkg go/types, const UntypedBool BasicKind +pkg go/types, const UntypedComplex = 23 +pkg go/types, const UntypedComplex BasicKind +pkg go/types, const UntypedFloat = 22 +pkg go/types, const UntypedFloat BasicKind +pkg go/types, const UntypedInt = 20 +pkg go/types, const UntypedInt BasicKind +pkg go/types, const UntypedNil = 25 +pkg go/types, const UntypedNil BasicKind +pkg go/types, const UntypedRune = 21 +pkg go/types, const UntypedRune BasicKind +pkg go/types, const UntypedString = 24 +pkg go/types, const UntypedString BasicKind +pkg go/types, func AssertableTo(*Interface, Type) bool +pkg go/types, func AssignableTo(Type, Type) bool +pkg go/types, func Comparable(Type) bool +pkg go/types, func ConvertibleTo(Type, Type) bool +pkg go/types, func DefPredeclaredTestFuncs() +pkg go/types, func Eval(*token.FileSet, *Package, token.Pos, string) (TypeAndValue, error) +pkg go/types, func ExprString(ast.Expr) string +pkg go/types, func Id(*Package, string) string +pkg go/types, func Identical(Type, Type) bool +pkg go/types, func Implements(Type, *Interface) bool +pkg go/types, func IsInterface(Type) bool +pkg go/types, func LookupFieldOrMethod(Type, bool, *Package, string) (Object, []int, bool) +pkg go/types, func MissingMethod(Type, *Interface, bool) (*Func, bool) +pkg go/types, func NewArray(Type, int64) *Array +pkg go/types, func NewChan(ChanDir, Type) *Chan +pkg go/types, func NewChecker(*Config, *token.FileSet, *Package, *Info) *Checker +pkg go/types, func NewConst(token.Pos, *Package, string, Type, constant.Value) *Const +pkg go/types, func NewField(token.Pos, *Package, string, Type, bool) *Var +pkg go/types, func NewFunc(token.Pos, *Package, string, *Signature) *Func +pkg go/types, func NewInterface([]*Func, []*Named) *Interface +pkg go/types, func NewLabel(token.Pos, *Package, string) *Label +pkg go/types, func NewMap(Type, Type) *Map +pkg go/types, func NewMethodSet(Type) *MethodSet +pkg go/types, func NewNamed(*TypeName, Type, []*Func) *Named +pkg go/types, func NewPackage(string, string) *Package +pkg go/types, func NewParam(token.Pos, *Package, string, Type) *Var +pkg go/types, func NewPkgName(token.Pos, *Package, string, *Package) *PkgName +pkg go/types, func NewPointer(Type) *Pointer +pkg go/types, func NewScope(*Scope, token.Pos, token.Pos, string) *Scope +pkg go/types, func NewSignature(*Var, *Tuple, *Tuple, bool) *Signature +pkg go/types, func NewSlice(Type) *Slice +pkg go/types, func NewStruct([]*Var, []string) *Struct +pkg go/types, func NewTuple(...*Var) *Tuple +pkg go/types, func NewTypeName(token.Pos, *Package, string, Type) *TypeName +pkg go/types, func NewVar(token.Pos, *Package, string, Type) *Var +pkg go/types, func ObjectString(Object, Qualifier) string +pkg go/types, func RelativeTo(*Package) Qualifier +pkg go/types, func SelectionString(*Selection, Qualifier) string +pkg go/types, func TypeString(Type, Qualifier) string +pkg go/types, func WriteExpr(*bytes.Buffer, ast.Expr) +pkg go/types, func WriteSignature(*bytes.Buffer, *Signature, Qualifier) +pkg go/types, func WriteType(*bytes.Buffer, Type, Qualifier) +pkg go/types, method (*Array) Elem() Type +pkg go/types, method (*Array) Len() int64 +pkg go/types, method (*Array) String() string +pkg go/types, method (*Array) Underlying() Type +pkg go/types, method (*Basic) Info() BasicInfo +pkg go/types, method (*Basic) Kind() BasicKind +pkg go/types, method (*Basic) Name() string +pkg go/types, method (*Basic) String() string +pkg go/types, method (*Basic) Underlying() Type +pkg go/types, method (*Builtin) Exported() bool +pkg go/types, method (*Builtin) Id() string +pkg go/types, method (*Builtin) Name() string +pkg go/types, method (*Builtin) Parent() *Scope +pkg go/types, method (*Builtin) Pkg() *Package +pkg go/types, method (*Builtin) Pos() token.Pos +pkg go/types, method (*Builtin) String() string +pkg go/types, method (*Builtin) Type() Type +pkg go/types, method (*Chan) Dir() ChanDir +pkg go/types, method (*Chan) Elem() Type +pkg go/types, method (*Chan) String() string +pkg go/types, method (*Chan) Underlying() Type +pkg go/types, method (*Checker) Files([]*ast.File) error +pkg go/types, method (*Config) Check(string, *token.FileSet, []*ast.File, *Info) (*Package, error) +pkg go/types, method (*Const) Exported() bool +pkg go/types, method (*Const) Id() string +pkg go/types, method (*Const) Name() string +pkg go/types, method (*Const) Parent() *Scope +pkg go/types, method (*Const) Pkg() *Package +pkg go/types, method (*Const) Pos() token.Pos +pkg go/types, method (*Const) String() string +pkg go/types, method (*Const) Type() Type +pkg go/types, method (*Const) Val() constant.Value +pkg go/types, method (*Func) Exported() bool +pkg go/types, method (*Func) FullName() string +pkg go/types, method (*Func) Id() string +pkg go/types, method (*Func) Name() string +pkg go/types, method (*Func) Parent() *Scope +pkg go/types, method (*Func) Pkg() *Package +pkg go/types, method (*Func) Pos() token.Pos +pkg go/types, method (*Func) Scope() *Scope +pkg go/types, method (*Func) String() string +pkg go/types, method (*Func) Type() Type +pkg go/types, method (*Info) ObjectOf(*ast.Ident) Object +pkg go/types, method (*Info) TypeOf(ast.Expr) Type +pkg go/types, method (*Initializer) String() string +pkg go/types, method (*Interface) Complete() *Interface +pkg go/types, method (*Interface) Embedded(int) *Named +pkg go/types, method (*Interface) Empty() bool +pkg go/types, method (*Interface) ExplicitMethod(int) *Func +pkg go/types, method (*Interface) Method(int) *Func +pkg go/types, method (*Interface) NumEmbeddeds() int +pkg go/types, method (*Interface) NumExplicitMethods() int +pkg go/types, method (*Interface) NumMethods() int +pkg go/types, method (*Interface) String() string +pkg go/types, method (*Interface) Underlying() Type +pkg go/types, method (*Label) Exported() bool +pkg go/types, method (*Label) Id() string +pkg go/types, method (*Label) Name() string +pkg go/types, method (*Label) Parent() *Scope +pkg go/types, method (*Label) Pkg() *Package +pkg go/types, method (*Label) Pos() token.Pos +pkg go/types, method (*Label) String() string +pkg go/types, method (*Label) Type() Type +pkg go/types, method (*Map) Elem() Type +pkg go/types, method (*Map) Key() Type +pkg go/types, method (*Map) String() string +pkg go/types, method (*Map) Underlying() Type +pkg go/types, method (*MethodSet) At(int) *Selection +pkg go/types, method (*MethodSet) Len() int +pkg go/types, method (*MethodSet) Lookup(*Package, string) *Selection +pkg go/types, method (*MethodSet) String() string +pkg go/types, method (*Named) AddMethod(*Func) +pkg go/types, method (*Named) Method(int) *Func +pkg go/types, method (*Named) NumMethods() int +pkg go/types, method (*Named) Obj() *TypeName +pkg go/types, method (*Named) SetUnderlying(Type) +pkg go/types, method (*Named) String() string +pkg go/types, method (*Named) Underlying() Type +pkg go/types, method (*Nil) Exported() bool +pkg go/types, method (*Nil) Id() string +pkg go/types, method (*Nil) Name() string +pkg go/types, method (*Nil) Parent() *Scope +pkg go/types, method (*Nil) Pkg() *Package +pkg go/types, method (*Nil) Pos() token.Pos +pkg go/types, method (*Nil) String() string +pkg go/types, method (*Nil) Type() Type +pkg go/types, method (*Package) Complete() bool +pkg go/types, method (*Package) Imports() []*Package +pkg go/types, method (*Package) MarkComplete() +pkg go/types, method (*Package) Name() string +pkg go/types, method (*Package) Path() string +pkg go/types, method (*Package) Scope() *Scope +pkg go/types, method (*Package) SetImports([]*Package) +pkg go/types, method (*Package) String() string +pkg go/types, method (*PkgName) Exported() bool +pkg go/types, method (*PkgName) Id() string +pkg go/types, method (*PkgName) Imported() *Package +pkg go/types, method (*PkgName) Name() string +pkg go/types, method (*PkgName) Parent() *Scope +pkg go/types, method (*PkgName) Pkg() *Package +pkg go/types, method (*PkgName) Pos() token.Pos +pkg go/types, method (*PkgName) String() string +pkg go/types, method (*PkgName) Type() Type +pkg go/types, method (*Pointer) Elem() Type +pkg go/types, method (*Pointer) String() string +pkg go/types, method (*Pointer) Underlying() Type +pkg go/types, method (*Scope) Child(int) *Scope +pkg go/types, method (*Scope) Contains(token.Pos) bool +pkg go/types, method (*Scope) End() token.Pos +pkg go/types, method (*Scope) Innermost(token.Pos) *Scope +pkg go/types, method (*Scope) Insert(Object) Object +pkg go/types, method (*Scope) Len() int +pkg go/types, method (*Scope) Lookup(string) Object +pkg go/types, method (*Scope) LookupParent(string, token.Pos) (*Scope, Object) +pkg go/types, method (*Scope) Names() []string +pkg go/types, method (*Scope) NumChildren() int +pkg go/types, method (*Scope) Parent() *Scope +pkg go/types, method (*Scope) Pos() token.Pos +pkg go/types, method (*Scope) String() string +pkg go/types, method (*Scope) WriteTo(io.Writer, int, bool) +pkg go/types, method (*Selection) Index() []int +pkg go/types, method (*Selection) Indirect() bool +pkg go/types, method (*Selection) Kind() SelectionKind +pkg go/types, method (*Selection) Obj() Object +pkg go/types, method (*Selection) Recv() Type +pkg go/types, method (*Selection) String() string +pkg go/types, method (*Selection) Type() Type +pkg go/types, method (*Signature) Params() *Tuple +pkg go/types, method (*Signature) Recv() *Var +pkg go/types, method (*Signature) Results() *Tuple +pkg go/types, method (*Signature) String() string +pkg go/types, method (*Signature) Underlying() Type +pkg go/types, method (*Signature) Variadic() bool +pkg go/types, method (*Slice) Elem() Type +pkg go/types, method (*Slice) String() string +pkg go/types, method (*Slice) Underlying() Type +pkg go/types, method (*StdSizes) Alignof(Type) int64 +pkg go/types, method (*StdSizes) Offsetsof([]*Var) []int64 +pkg go/types, method (*StdSizes) Sizeof(Type) int64 +pkg go/types, method (*Struct) Field(int) *Var +pkg go/types, method (*Struct) NumFields() int +pkg go/types, method (*Struct) String() string +pkg go/types, method (*Struct) Tag(int) string +pkg go/types, method (*Struct) Underlying() Type +pkg go/types, method (*Tuple) At(int) *Var +pkg go/types, method (*Tuple) Len() int +pkg go/types, method (*Tuple) String() string +pkg go/types, method (*Tuple) Underlying() Type +pkg go/types, method (*TypeName) Exported() bool +pkg go/types, method (*TypeName) Id() string +pkg go/types, method (*TypeName) Name() string +pkg go/types, method (*TypeName) Parent() *Scope +pkg go/types, method (*TypeName) Pkg() *Package +pkg go/types, method (*TypeName) Pos() token.Pos +pkg go/types, method (*TypeName) String() string +pkg go/types, method (*TypeName) Type() Type +pkg go/types, method (*Var) Anonymous() bool +pkg go/types, method (*Var) Exported() bool +pkg go/types, method (*Var) Id() string +pkg go/types, method (*Var) IsField() bool +pkg go/types, method (*Var) Name() string +pkg go/types, method (*Var) Parent() *Scope +pkg go/types, method (*Var) Pkg() *Package +pkg go/types, method (*Var) Pos() token.Pos +pkg go/types, method (*Var) String() string +pkg go/types, method (*Var) Type() Type +pkg go/types, method (Checker) ObjectOf(*ast.Ident) Object +pkg go/types, method (Checker) TypeOf(ast.Expr) Type +pkg go/types, method (Error) Error() string +pkg go/types, method (TypeAndValue) Addressable() bool +pkg go/types, method (TypeAndValue) Assignable() bool +pkg go/types, method (TypeAndValue) HasOk() bool +pkg go/types, method (TypeAndValue) IsBuiltin() bool +pkg go/types, method (TypeAndValue) IsNil() bool +pkg go/types, method (TypeAndValue) IsType() bool +pkg go/types, method (TypeAndValue) IsValue() bool +pkg go/types, method (TypeAndValue) IsVoid() bool +pkg go/types, type Array struct +pkg go/types, type Basic struct +pkg go/types, type BasicInfo int +pkg go/types, type BasicKind int +pkg go/types, type Builtin struct +pkg go/types, type Chan struct +pkg go/types, type ChanDir int +pkg go/types, type Checker struct +pkg go/types, type Checker struct, embedded *Info +pkg go/types, type Config struct +pkg go/types, type Config struct, DisableUnusedImportCheck bool +pkg go/types, type Config struct, Error func(error) +pkg go/types, type Config struct, FakeImportC bool +pkg go/types, type Config struct, IgnoreFuncBodies bool +pkg go/types, type Config struct, Importer Importer +pkg go/types, type Config struct, Sizes Sizes +pkg go/types, type Const struct +pkg go/types, type Error struct +pkg go/types, type Error struct, Fset *token.FileSet +pkg go/types, type Error struct, Msg string +pkg go/types, type Error struct, Pos token.Pos +pkg go/types, type Error struct, Soft bool +pkg go/types, type Func struct +pkg go/types, type Importer interface { Import } +pkg go/types, type Importer interface, Import(string) (*Package, error) +pkg go/types, type Info struct +pkg go/types, type Info struct, Defs map[*ast.Ident]Object +pkg go/types, type Info struct, Implicits map[ast.Node]Object +pkg go/types, type Info struct, InitOrder []*Initializer +pkg go/types, type Info struct, Scopes map[ast.Node]*Scope +pkg go/types, type Info struct, Selections map[*ast.SelectorExpr]*Selection +pkg go/types, type Info struct, Types map[ast.Expr]TypeAndValue +pkg go/types, type Info struct, Uses map[*ast.Ident]Object +pkg go/types, type Initializer struct +pkg go/types, type Initializer struct, Lhs []*Var +pkg go/types, type Initializer struct, Rhs ast.Expr +pkg go/types, type Interface struct +pkg go/types, type Label struct +pkg go/types, type Map struct +pkg go/types, type MethodSet struct +pkg go/types, type Named struct +pkg go/types, type Nil struct +pkg go/types, type Object interface, Exported() bool +pkg go/types, type Object interface, Id() string +pkg go/types, type Object interface, Name() string +pkg go/types, type Object interface, Parent() *Scope +pkg go/types, type Object interface, Pkg() *Package +pkg go/types, type Object interface, Pos() token.Pos +pkg go/types, type Object interface, String() string +pkg go/types, type Object interface, Type() Type +pkg go/types, type Object interface, unexported methods +pkg go/types, type Package struct +pkg go/types, type PkgName struct +pkg go/types, type Pointer struct +pkg go/types, type Qualifier func(*Package) string +pkg go/types, type Scope struct +pkg go/types, type Selection struct +pkg go/types, type SelectionKind int +pkg go/types, type Signature struct +pkg go/types, type Sizes interface { Alignof, Offsetsof, Sizeof } +pkg go/types, type Sizes interface, Alignof(Type) int64 +pkg go/types, type Sizes interface, Offsetsof([]*Var) []int64 +pkg go/types, type Sizes interface, Sizeof(Type) int64 +pkg go/types, type Slice struct +pkg go/types, type StdSizes struct +pkg go/types, type StdSizes struct, MaxAlign int64 +pkg go/types, type StdSizes struct, WordSize int64 +pkg go/types, type Struct struct +pkg go/types, type Tuple struct +pkg go/types, type Type interface { String, Underlying } +pkg go/types, type Type interface, String() string +pkg go/types, type Type interface, Underlying() Type +pkg go/types, type TypeAndValue struct +pkg go/types, type TypeAndValue struct, Type Type +pkg go/types, type TypeAndValue struct, Value constant.Value +pkg go/types, type TypeName struct +pkg go/types, type Var struct +pkg go/types, var Typ []*Basic +pkg go/types, var Universe *Scope +pkg go/types, var Unsafe *Package +pkg html/template, method (*Template) Option(...string) *Template +pkg image, const YCbCrSubsampleRatio410 = 5 +pkg image, const YCbCrSubsampleRatio410 YCbCrSubsampleRatio +pkg image, const YCbCrSubsampleRatio411 = 4 +pkg image, const YCbCrSubsampleRatio411 YCbCrSubsampleRatio +pkg image, func NewCMYK(Rectangle) *CMYK +pkg image, method (*CMYK) At(int, int) color.Color +pkg image, method (*CMYK) Bounds() Rectangle +pkg image, method (*CMYK) CMYKAt(int, int) color.CMYK +pkg image, method (*CMYK) ColorModel() color.Model +pkg image, method (*CMYK) Opaque() bool +pkg image, method (*CMYK) PixOffset(int, int) int +pkg image, method (*CMYK) Set(int, int, color.Color) +pkg image, method (*CMYK) SetCMYK(int, int, color.CMYK) +pkg image, method (*CMYK) SubImage(Rectangle) Image +pkg image, method (Rectangle) At(int, int) color.Color +pkg image, method (Rectangle) Bounds() Rectangle +pkg image, method (Rectangle) ColorModel() color.Model +pkg image, type CMYK struct +pkg image, type CMYK struct, Pix []uint8 +pkg image, type CMYK struct, Rect Rectangle +pkg image, type CMYK struct, Stride int +pkg image/color, func CMYKToRGB(uint8, uint8, uint8, uint8) (uint8, uint8, uint8) +pkg image/color, func RGBToCMYK(uint8, uint8, uint8) (uint8, uint8, uint8, uint8) +pkg image/color, method (CMYK) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, type CMYK struct +pkg image/color, type CMYK struct, C uint8 +pkg image/color, type CMYK struct, K uint8 +pkg image/color, type CMYK struct, M uint8 +pkg image/color, type CMYK struct, Y uint8 +pkg image/color, var CMYKModel Model +pkg image/gif, const DisposalBackground = 2 +pkg image/gif, const DisposalBackground ideal-int +pkg image/gif, const DisposalNone = 1 +pkg image/gif, const DisposalNone ideal-int +pkg image/gif, const DisposalPrevious = 3 +pkg image/gif, const DisposalPrevious ideal-int +pkg image/gif, type GIF struct, BackgroundIndex uint8 +pkg image/gif, type GIF struct, Config image.Config +pkg image/gif, type GIF struct, Disposal []uint8 +pkg io, func CopyBuffer(Writer, Reader, []uint8) (int64, error) +pkg log, const LUTC = 32 +pkg log, const LUTC ideal-int +pkg log, func Output(int, string) error +pkg log, method (*Logger) SetOutput(io.Writer) +pkg math/big, const Above = 1 +pkg math/big, const Above Accuracy +pkg math/big, const AwayFromZero = 3 +pkg math/big, const AwayFromZero RoundingMode +pkg math/big, const Below = -1 +pkg math/big, const Below Accuracy +pkg math/big, const Exact = 0 +pkg math/big, const Exact Accuracy +pkg math/big, const MaxExp = 2147483647 +pkg math/big, const MaxExp ideal-int +pkg math/big, const MaxPrec = 4294967295 +pkg math/big, const MaxPrec ideal-int +pkg math/big, const MinExp = -2147483648 +pkg math/big, const MinExp ideal-int +pkg math/big, const ToNearestAway = 1 +pkg math/big, const ToNearestAway RoundingMode +pkg math/big, const ToNearestEven = 0 +pkg math/big, const ToNearestEven RoundingMode +pkg math/big, const ToNegativeInf = 4 +pkg math/big, const ToNegativeInf RoundingMode +pkg math/big, const ToPositiveInf = 5 +pkg math/big, const ToPositiveInf RoundingMode +pkg math/big, const ToZero = 2 +pkg math/big, const ToZero RoundingMode +pkg math/big, func Jacobi(*Int, *Int) int +pkg math/big, func NewFloat(float64) *Float +pkg math/big, func ParseFloat(string, int, uint, RoundingMode) (*Float, int, error) +pkg math/big, method (*Float) Abs(*Float) *Float +pkg math/big, method (*Float) Acc() Accuracy +pkg math/big, method (*Float) Add(*Float, *Float) *Float +pkg math/big, method (*Float) Append([]uint8, uint8, int) []uint8 +pkg math/big, method (*Float) Cmp(*Float) int +pkg math/big, method (*Float) Copy(*Float) *Float +pkg math/big, method (*Float) Float32() (float32, Accuracy) +pkg math/big, method (*Float) Float64() (float64, Accuracy) +pkg math/big, method (*Float) Format(fmt.State, int32) +pkg math/big, method (*Float) Int(*Int) (*Int, Accuracy) +pkg math/big, method (*Float) Int64() (int64, Accuracy) +pkg math/big, method (*Float) IsInf() bool +pkg math/big, method (*Float) IsInt() bool +pkg math/big, method (*Float) MantExp(*Float) int +pkg math/big, method (*Float) MinPrec() uint +pkg math/big, method (*Float) Mode() RoundingMode +pkg math/big, method (*Float) Mul(*Float, *Float) *Float +pkg math/big, method (*Float) Neg(*Float) *Float +pkg math/big, method (*Float) Parse(string, int) (*Float, int, error) +pkg math/big, method (*Float) Prec() uint +pkg math/big, method (*Float) Quo(*Float, *Float) *Float +pkg math/big, method (*Float) Rat(*Rat) (*Rat, Accuracy) +pkg math/big, method (*Float) Set(*Float) *Float +pkg math/big, method (*Float) SetFloat64(float64) *Float +pkg math/big, method (*Float) SetInf(bool) *Float +pkg math/big, method (*Float) SetInt(*Int) *Float +pkg math/big, method (*Float) SetInt64(int64) *Float +pkg math/big, method (*Float) SetMantExp(*Float, int) *Float +pkg math/big, method (*Float) SetMode(RoundingMode) *Float +pkg math/big, method (*Float) SetPrec(uint) *Float +pkg math/big, method (*Float) SetRat(*Rat) *Float +pkg math/big, method (*Float) SetString(string) (*Float, bool) +pkg math/big, method (*Float) SetUint64(uint64) *Float +pkg math/big, method (*Float) Sign() int +pkg math/big, method (*Float) Signbit() bool +pkg math/big, method (*Float) String() string +pkg math/big, method (*Float) Sub(*Float, *Float) *Float +pkg math/big, method (*Float) Text(uint8, int) string +pkg math/big, method (*Float) Uint64() (uint64, Accuracy) +pkg math/big, method (*Int) ModSqrt(*Int, *Int) *Int +pkg math/big, method (Accuracy) String() string +pkg math/big, method (ErrNaN) Error() string +pkg math/big, method (RoundingMode) String() string +pkg math/big, type Accuracy int8 +pkg math/big, type ErrNaN struct +pkg math/big, type Float struct +pkg math/big, type RoundingMode uint8 +pkg mime, const BEncoding = 98 +pkg mime, const BEncoding WordEncoder +pkg mime, const QEncoding = 113 +pkg mime, const QEncoding WordEncoder +pkg mime, func ExtensionsByType(string) ([]string, error) +pkg mime, method (*WordDecoder) Decode(string) (string, error) +pkg mime, method (*WordDecoder) DecodeHeader(string) (string, error) +pkg mime, method (WordEncoder) Encode(string, string) string +pkg mime, type WordDecoder struct +pkg mime, type WordDecoder struct, CharsetReader func(string, io.Reader) (io.Reader, error) +pkg mime, type WordEncoder uint8 +pkg mime/quotedprintable, func NewReader(io.Reader) *Reader +pkg mime/quotedprintable, func NewWriter(io.Writer) *Writer +pkg mime/quotedprintable, method (*Reader) Read([]uint8) (int, error) +pkg mime/quotedprintable, method (*Writer) Close() error +pkg mime/quotedprintable, method (*Writer) Write([]uint8) (int, error) +pkg mime/quotedprintable, type Reader struct +pkg mime/quotedprintable, type Writer struct +pkg mime/quotedprintable, type Writer struct, Binary bool +pkg net, type Dialer struct, FallbackDelay time.Duration +pkg net, type OpError struct, Source Addr +pkg net/http, type Request struct, Cancel <-chan struct +pkg net/http/fcgi, var ErrConnClosed error +pkg net/http/fcgi, var ErrRequestAborted error +pkg net/http/pprof, func Trace(http.ResponseWriter, *http.Request) +pkg net/mail, method (*AddressParser) Parse(string) (*Address, error) +pkg net/mail, method (*AddressParser) ParseList(string) ([]*Address, error) +pkg net/mail, type AddressParser struct +pkg net/mail, type AddressParser struct, WordDecoder *mime.WordDecoder +pkg net/smtp, method (*Client) TLSConnectionState() (tls.ConnectionState, bool) +pkg net/url, method (*URL) EscapedPath() string +pkg net/url, type URL struct, RawPath string +pkg os, func LookupEnv(string) (string, bool) +pkg os/signal, func Ignore(...os.Signal) +pkg os/signal, func Reset(...os.Signal) +pkg reflect, func ArrayOf(int, Type) Type +pkg reflect, func FuncOf([]Type, []Type, bool) Type +pkg runtime, func ReadTrace() []uint8 +pkg runtime, func StartTrace() error +pkg runtime, func StopTrace() +pkg runtime, type MemStats struct, GCCPUFraction float64 +pkg runtime/trace, func Start(io.Writer) error +pkg runtime/trace, func Stop() +pkg strings, func Compare(string, string) int +pkg strings, func LastIndexByte(string, uint8) int +pkg strings, method (*Reader) Size() int64 +pkg syscall (darwin-386), type SysProcAttr struct, Ctty int +pkg syscall (darwin-386), type SysProcAttr struct, Foreground bool +pkg syscall (darwin-386), type SysProcAttr struct, Pgid int +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Ctty int +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Pgid int +pkg syscall (darwin-amd64), type SysProcAttr struct, Ctty int +pkg syscall (darwin-amd64), type SysProcAttr struct, Foreground bool +pkg syscall (darwin-amd64), type SysProcAttr struct, Pgid int +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-386), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-386), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-386), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-amd64), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-amd64), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-amd64), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-arm), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-arm), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-arm), type SysProcAttr struct, Pgid int +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Ctty int +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pgid int +pkg syscall (linux-386), type SysProcAttr struct, Foreground bool +pkg syscall (linux-386), type SysProcAttr struct, GidMappingsEnableSetgroups bool +pkg syscall (linux-386), type SysProcAttr struct, Pgid int +pkg syscall (linux-386-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, Pgid int +pkg syscall (linux-amd64), type SysProcAttr struct, Foreground bool +pkg syscall (linux-amd64), type SysProcAttr struct, GidMappingsEnableSetgroups bool +pkg syscall (linux-amd64), type SysProcAttr struct, Pgid int +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (linux-arm), type SysProcAttr struct, Foreground bool +pkg syscall (linux-arm), type SysProcAttr struct, GidMappingsEnableSetgroups bool +pkg syscall (linux-arm), type SysProcAttr struct, Pgid int +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-386), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-386), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-386), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-amd64), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-amd64), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-amd64), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-arm), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-arm), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-arm), type SysProcAttr struct, Pgid int +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Ctty int +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Pgid int +pkg syscall (openbsd-386), type SysProcAttr struct, Ctty int +pkg syscall (openbsd-386), type SysProcAttr struct, Foreground bool +pkg syscall (openbsd-386), type SysProcAttr struct, Pgid int +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Ctty int +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Pgid int +pkg syscall (openbsd-amd64), type SysProcAttr struct, Ctty int +pkg syscall (openbsd-amd64), type SysProcAttr struct, Foreground bool +pkg syscall (openbsd-amd64), type SysProcAttr struct, Pgid int +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Foreground bool +pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Pgid int +pkg text/template, method (*Template) DefinedTemplates() string +pkg text/template, method (*Template) Option(...string) *Template +pkg time, method (Time) AppendFormat([]uint8, string) []uint8 +pkg unicode, const Version = "8.0.0" +pkg unicode, var Ahom *RangeTable +pkg unicode, var Anatolian_Hieroglyphs *RangeTable +pkg unicode, var Hatran *RangeTable +pkg unicode, var Multani *RangeTable +pkg unicode, var Old_Hungarian *RangeTable +pkg unicode, var SignWriting *RangeTable diff --git a/go/api/go1.6.txt b/go/api/go1.6.txt new file mode 100644 index 0000000000000000000000000000000000000000..d63efd07059ded3698c2519908541f4f1de5ba73 --- /dev/null +++ b/go/api/go1.6.txt @@ -0,0 +1,275 @@ +pkg archive/zip, method (*ReadCloser) RegisterDecompressor(uint16, Decompressor) +pkg archive/zip, method (*Reader) RegisterDecompressor(uint16, Decompressor) +pkg archive/zip, method (*Writer) RegisterCompressor(uint16, Compressor) +pkg bufio, method (*Scanner) Buffer([]uint8, int) +pkg bufio, var ErrFinalToken error +pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 = 156 +pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 uint16 +pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 = 157 +pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 uint16 +pkg crypto/tls, method (RecordHeaderError) Error() string +pkg crypto/tls, type RecordHeaderError struct +pkg crypto/tls, type RecordHeaderError struct, Msg string +pkg crypto/tls, type RecordHeaderError struct, RecordHeader [5]uint8 +pkg crypto/x509, method (InsecureAlgorithmError) Error() string +pkg crypto/x509, method (SignatureAlgorithm) String() string +pkg crypto/x509, type InsecureAlgorithmError int +pkg database/sql, method (*DB) SetConnMaxLifetime(time.Duration) +pkg debug/dwarf, const ClassUnknown = 0 +pkg debug/dwarf, const ClassUnknown Class +pkg debug/elf, const COMPRESS_HIOS = 1879048191 +pkg debug/elf, const COMPRESS_HIOS CompressionType +pkg debug/elf, const COMPRESS_HIPROC = 2147483647 +pkg debug/elf, const COMPRESS_HIPROC CompressionType +pkg debug/elf, const COMPRESS_LOOS = 1610612736 +pkg debug/elf, const COMPRESS_LOOS CompressionType +pkg debug/elf, const COMPRESS_LOPROC = 1879048192 +pkg debug/elf, const COMPRESS_LOPROC CompressionType +pkg debug/elf, const COMPRESS_ZLIB = 1 +pkg debug/elf, const COMPRESS_ZLIB CompressionType +pkg debug/elf, const R_MIPS_16 = 1 +pkg debug/elf, const R_MIPS_16 R_MIPS +pkg debug/elf, const R_MIPS_26 = 4 +pkg debug/elf, const R_MIPS_26 R_MIPS +pkg debug/elf, const R_MIPS_32 = 2 +pkg debug/elf, const R_MIPS_32 R_MIPS +pkg debug/elf, const R_MIPS_64 = 18 +pkg debug/elf, const R_MIPS_64 R_MIPS +pkg debug/elf, const R_MIPS_ADD_IMMEDIATE = 34 +pkg debug/elf, const R_MIPS_ADD_IMMEDIATE R_MIPS +pkg debug/elf, const R_MIPS_CALL16 = 11 +pkg debug/elf, const R_MIPS_CALL16 R_MIPS +pkg debug/elf, const R_MIPS_CALL_HI16 = 30 +pkg debug/elf, const R_MIPS_CALL_HI16 R_MIPS +pkg debug/elf, const R_MIPS_CALL_LO16 = 31 +pkg debug/elf, const R_MIPS_CALL_LO16 R_MIPS +pkg debug/elf, const R_MIPS_DELETE = 27 +pkg debug/elf, const R_MIPS_DELETE R_MIPS +pkg debug/elf, const R_MIPS_GOT16 = 9 +pkg debug/elf, const R_MIPS_GOT16 R_MIPS +pkg debug/elf, const R_MIPS_GOT_DISP = 19 +pkg debug/elf, const R_MIPS_GOT_DISP R_MIPS +pkg debug/elf, const R_MIPS_GOT_HI16 = 22 +pkg debug/elf, const R_MIPS_GOT_HI16 R_MIPS +pkg debug/elf, const R_MIPS_GOT_LO16 = 23 +pkg debug/elf, const R_MIPS_GOT_LO16 R_MIPS +pkg debug/elf, const R_MIPS_GOT_OFST = 21 +pkg debug/elf, const R_MIPS_GOT_OFST R_MIPS +pkg debug/elf, const R_MIPS_GOT_PAGE = 20 +pkg debug/elf, const R_MIPS_GOT_PAGE R_MIPS +pkg debug/elf, const R_MIPS_GPREL16 = 7 +pkg debug/elf, const R_MIPS_GPREL16 R_MIPS +pkg debug/elf, const R_MIPS_GPREL32 = 12 +pkg debug/elf, const R_MIPS_GPREL32 R_MIPS +pkg debug/elf, const R_MIPS_HI16 = 5 +pkg debug/elf, const R_MIPS_HI16 R_MIPS +pkg debug/elf, const R_MIPS_HIGHER = 28 +pkg debug/elf, const R_MIPS_HIGHER R_MIPS +pkg debug/elf, const R_MIPS_HIGHEST = 29 +pkg debug/elf, const R_MIPS_HIGHEST R_MIPS +pkg debug/elf, const R_MIPS_INSERT_A = 25 +pkg debug/elf, const R_MIPS_INSERT_A R_MIPS +pkg debug/elf, const R_MIPS_INSERT_B = 26 +pkg debug/elf, const R_MIPS_INSERT_B R_MIPS +pkg debug/elf, const R_MIPS_JALR = 37 +pkg debug/elf, const R_MIPS_JALR R_MIPS +pkg debug/elf, const R_MIPS_LITERAL = 8 +pkg debug/elf, const R_MIPS_LITERAL R_MIPS +pkg debug/elf, const R_MIPS_LO16 = 6 +pkg debug/elf, const R_MIPS_LO16 R_MIPS +pkg debug/elf, const R_MIPS_NONE = 0 +pkg debug/elf, const R_MIPS_NONE R_MIPS +pkg debug/elf, const R_MIPS_PC16 = 10 +pkg debug/elf, const R_MIPS_PC16 R_MIPS +pkg debug/elf, const R_MIPS_PJUMP = 35 +pkg debug/elf, const R_MIPS_PJUMP R_MIPS +pkg debug/elf, const R_MIPS_REL16 = 33 +pkg debug/elf, const R_MIPS_REL16 R_MIPS +pkg debug/elf, const R_MIPS_REL32 = 3 +pkg debug/elf, const R_MIPS_REL32 R_MIPS +pkg debug/elf, const R_MIPS_RELGOT = 36 +pkg debug/elf, const R_MIPS_RELGOT R_MIPS +pkg debug/elf, const R_MIPS_SCN_DISP = 32 +pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS +pkg debug/elf, const R_MIPS_SHIFT5 = 16 +pkg debug/elf, const R_MIPS_SHIFT5 R_MIPS +pkg debug/elf, const R_MIPS_SHIFT6 = 17 +pkg debug/elf, const R_MIPS_SHIFT6 R_MIPS +pkg debug/elf, const R_MIPS_SUB = 24 +pkg debug/elf, const R_MIPS_SUB R_MIPS +pkg debug/elf, const R_MIPS_TLS_DTPMOD32 = 38 +pkg debug/elf, const R_MIPS_TLS_DTPMOD32 R_MIPS +pkg debug/elf, const R_MIPS_TLS_DTPMOD64 = 40 +pkg debug/elf, const R_MIPS_TLS_DTPMOD64 R_MIPS +pkg debug/elf, const R_MIPS_TLS_DTPREL32 = 39 +pkg debug/elf, const R_MIPS_TLS_DTPREL32 R_MIPS +pkg debug/elf, const R_MIPS_TLS_DTPREL64 = 41 +pkg debug/elf, const R_MIPS_TLS_DTPREL64 R_MIPS +pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 = 44 +pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 R_MIPS +pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 = 45 +pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 R_MIPS +pkg debug/elf, const R_MIPS_TLS_GD = 42 +pkg debug/elf, const R_MIPS_TLS_GD R_MIPS +pkg debug/elf, const R_MIPS_TLS_GOTTPREL = 46 +pkg debug/elf, const R_MIPS_TLS_GOTTPREL R_MIPS +pkg debug/elf, const R_MIPS_TLS_LDM = 43 +pkg debug/elf, const R_MIPS_TLS_LDM R_MIPS +pkg debug/elf, const R_MIPS_TLS_TPREL32 = 47 +pkg debug/elf, const R_MIPS_TLS_TPREL32 R_MIPS +pkg debug/elf, const R_MIPS_TLS_TPREL64 = 48 +pkg debug/elf, const R_MIPS_TLS_TPREL64 R_MIPS +pkg debug/elf, const R_MIPS_TLS_TPREL_HI16 = 49 +pkg debug/elf, const R_MIPS_TLS_TPREL_HI16 R_MIPS +pkg debug/elf, const R_MIPS_TLS_TPREL_LO16 = 50 +pkg debug/elf, const R_MIPS_TLS_TPREL_LO16 R_MIPS +pkg debug/elf, const SHF_COMPRESSED = 2048 +pkg debug/elf, const SHF_COMPRESSED SectionFlag +pkg debug/elf, method (CompressionType) GoString() string +pkg debug/elf, method (CompressionType) String() string +pkg debug/elf, method (R_MIPS) GoString() string +pkg debug/elf, method (R_MIPS) String() string +pkg debug/elf, type Chdr32 struct +pkg debug/elf, type Chdr32 struct, Addralign uint32 +pkg debug/elf, type Chdr32 struct, Size uint32 +pkg debug/elf, type Chdr32 struct, Type uint32 +pkg debug/elf, type Chdr64 struct +pkg debug/elf, type Chdr64 struct, Addralign uint64 +pkg debug/elf, type Chdr64 struct, Size uint64 +pkg debug/elf, type Chdr64 struct, Type uint32 +pkg debug/elf, type CompressionType int +pkg debug/elf, type R_MIPS int +pkg debug/elf, type SectionHeader struct, FileSize uint64 +pkg encoding/asn1, const ClassApplication = 1 +pkg encoding/asn1, const ClassApplication ideal-int +pkg encoding/asn1, const ClassContextSpecific = 2 +pkg encoding/asn1, const ClassContextSpecific ideal-int +pkg encoding/asn1, const ClassPrivate = 3 +pkg encoding/asn1, const ClassPrivate ideal-int +pkg encoding/asn1, const ClassUniversal = 0 +pkg encoding/asn1, const ClassUniversal ideal-int +pkg encoding/asn1, const TagBitString = 3 +pkg encoding/asn1, const TagBitString ideal-int +pkg encoding/asn1, const TagBoolean = 1 +pkg encoding/asn1, const TagBoolean ideal-int +pkg encoding/asn1, const TagEnum = 10 +pkg encoding/asn1, const TagEnum ideal-int +pkg encoding/asn1, const TagGeneralString = 27 +pkg encoding/asn1, const TagGeneralString ideal-int +pkg encoding/asn1, const TagGeneralizedTime = 24 +pkg encoding/asn1, const TagGeneralizedTime ideal-int +pkg encoding/asn1, const TagIA5String = 22 +pkg encoding/asn1, const TagIA5String ideal-int +pkg encoding/asn1, const TagInteger = 2 +pkg encoding/asn1, const TagInteger ideal-int +pkg encoding/asn1, const TagOID = 6 +pkg encoding/asn1, const TagOID ideal-int +pkg encoding/asn1, const TagOctetString = 4 +pkg encoding/asn1, const TagOctetString ideal-int +pkg encoding/asn1, const TagPrintableString = 19 +pkg encoding/asn1, const TagPrintableString ideal-int +pkg encoding/asn1, const TagSequence = 16 +pkg encoding/asn1, const TagSequence ideal-int +pkg encoding/asn1, const TagSet = 17 +pkg encoding/asn1, const TagSet ideal-int +pkg encoding/asn1, const TagT61String = 20 +pkg encoding/asn1, const TagT61String ideal-int +pkg encoding/asn1, const TagUTCTime = 23 +pkg encoding/asn1, const TagUTCTime ideal-int +pkg encoding/asn1, const TagUTF8String = 12 +pkg encoding/asn1, const TagUTF8String ideal-int +pkg go/build, const IgnoreVendor = 8 +pkg go/build, const IgnoreVendor ImportMode +pkg go/build, type Package struct, InvalidGoFiles []string +pkg go/constant, func ToComplex(Value) Value +pkg go/constant, func ToFloat(Value) Value +pkg go/constant, func ToInt(Value) Value +pkg go/constant, type Value interface, ExactString() string +pkg go/types, method (*Package) SetName(string) +pkg go/types, type ImportMode int +pkg go/types, type ImporterFrom interface { Import, ImportFrom } +pkg go/types, type ImporterFrom interface, Import(string) (*Package, error) +pkg go/types, type ImporterFrom interface, ImportFrom(string, string, ImportMode) (*Package, error) +pkg html/template, func IsTrue(interface{}) (bool, bool) +pkg html/template, method (*Template) DefinedTemplates() string +pkg image, func NewNYCbCrA(Rectangle, YCbCrSubsampleRatio) *NYCbCrA +pkg image, method (*NYCbCrA) AOffset(int, int) int +pkg image, method (*NYCbCrA) At(int, int) color.Color +pkg image, method (*NYCbCrA) Bounds() Rectangle +pkg image, method (*NYCbCrA) COffset(int, int) int +pkg image, method (*NYCbCrA) ColorModel() color.Model +pkg image, method (*NYCbCrA) NYCbCrAAt(int, int) color.NYCbCrA +pkg image, method (*NYCbCrA) Opaque() bool +pkg image, method (*NYCbCrA) SubImage(Rectangle) Image +pkg image, method (*NYCbCrA) YCbCrAt(int, int) color.YCbCr +pkg image, method (*NYCbCrA) YOffset(int, int) int +pkg image, type NYCbCrA struct +pkg image, type NYCbCrA struct, A []uint8 +pkg image, type NYCbCrA struct, AStride int +pkg image, type NYCbCrA struct, embedded YCbCr +pkg image/color, method (NYCbCrA) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, type NYCbCrA struct +pkg image/color, type NYCbCrA struct, A uint8 +pkg image/color, type NYCbCrA struct, embedded YCbCr +pkg image/color, var NYCbCrAModel Model +pkg math/big, method (*Float) MarshalText() ([]uint8, error) +pkg math/big, method (*Float) UnmarshalText([]uint8) error +pkg math/big, method (*Int) Append([]uint8, int) []uint8 +pkg math/big, method (*Int) Text(int) string +pkg math/rand, func Read([]uint8) (int, error) +pkg math/rand, method (*Rand) Read([]uint8) (int, error) +pkg net, type DNSError struct, IsTemporary bool +pkg net, type Dialer struct, Cancel <-chan struct +pkg net/http, const MethodConnect = "CONNECT" +pkg net/http, const MethodConnect ideal-string +pkg net/http, const MethodDelete = "DELETE" +pkg net/http, const MethodDelete ideal-string +pkg net/http, const MethodGet = "GET" +pkg net/http, const MethodGet ideal-string +pkg net/http, const MethodHead = "HEAD" +pkg net/http, const MethodHead ideal-string +pkg net/http, const MethodOptions = "OPTIONS" +pkg net/http, const MethodOptions ideal-string +pkg net/http, const MethodPatch = "PATCH" +pkg net/http, const MethodPatch ideal-string +pkg net/http, const MethodPost = "POST" +pkg net/http, const MethodPost ideal-string +pkg net/http, const MethodPut = "PUT" +pkg net/http, const MethodPut ideal-string +pkg net/http, const MethodTrace = "TRACE" +pkg net/http, const MethodTrace ideal-string +pkg net/http, const StatusNetworkAuthenticationRequired = 511 +pkg net/http, const StatusNetworkAuthenticationRequired ideal-int +pkg net/http, const StatusPreconditionRequired = 428 +pkg net/http, const StatusPreconditionRequired ideal-int +pkg net/http, const StatusRequestHeaderFieldsTooLarge = 431 +pkg net/http, const StatusRequestHeaderFieldsTooLarge ideal-int +pkg net/http, const StatusTooManyRequests = 429 +pkg net/http, const StatusTooManyRequests ideal-int +pkg net/http, const StatusUnavailableForLegalReasons = 451 +pkg net/http, const StatusUnavailableForLegalReasons ideal-int +pkg net/http, type Transport struct, ExpectContinueTimeout time.Duration +pkg net/http, type Transport struct, TLSNextProto map[string]func(string, *tls.Conn) RoundTripper +pkg net/http, var ErrSkipAltProtocol error +pkg net/http/httptest, method (*ResponseRecorder) WriteString(string) (int, error) +pkg net/http/httputil, type BufferPool interface { Get, Put } +pkg net/http/httputil, type BufferPool interface, Get() []uint8 +pkg net/http/httputil, type BufferPool interface, Put([]uint8) +pkg net/http/httputil, type ReverseProxy struct, BufferPool BufferPool +pkg net/url, method (*Error) Temporary() bool +pkg net/url, method (*Error) Timeout() bool +pkg net/url, method (InvalidHostError) Error() string +pkg net/url, type InvalidHostError string +pkg os/exec, type ExitError struct, Stderr []uint8 +pkg regexp, method (*Regexp) Copy() *Regexp +pkg runtime/debug, func SetTraceback(string) +pkg strconv, func AppendQuoteRuneToGraphic([]uint8, int32) []uint8 +pkg strconv, func AppendQuoteToGraphic([]uint8, string) []uint8 +pkg strconv, func IsGraphic(int32) bool +pkg strconv, func QuoteRuneToGraphic(int32) string +pkg strconv, func QuoteToGraphic(string) string +pkg text/template, func IsTrue(interface{}) (bool, bool) +pkg text/template, method (ExecError) Error() string +pkg text/template, type ExecError struct +pkg text/template, type ExecError struct, Err error +pkg text/template, type ExecError struct, Name string diff --git a/go/api/go1.7.txt b/go/api/go1.7.txt new file mode 100644 index 0000000000000000000000000000000000000000..52cc04246137541f9dc912041eff17219b703c76 --- /dev/null +++ b/go/api/go1.7.txt @@ -0,0 +1,285 @@ +pkg bytes, func ContainsAny([]uint8, string) bool +pkg bytes, func ContainsRune([]uint8, int32) bool +pkg bytes, method (*Reader) Reset([]uint8) +pkg compress/flate, const HuffmanOnly = -2 +pkg compress/flate, const HuffmanOnly ideal-int +pkg context, func Background() Context +pkg context, func TODO() Context +pkg context, func WithCancel(Context) (Context, CancelFunc) +pkg context, func WithDeadline(Context, time.Time) (Context, CancelFunc) +pkg context, func WithTimeout(Context, time.Duration) (Context, CancelFunc) +pkg context, func WithValue(Context, interface{}, interface{}) Context +pkg context, type CancelFunc func() +pkg context, type Context interface { Deadline, Done, Err, Value } +pkg context, type Context interface, Deadline() (time.Time, bool) +pkg context, type Context interface, Done() <-chan struct +pkg context, type Context interface, Err() error +pkg context, type Context interface, Value(interface{}) interface{} +pkg context, var Canceled error +pkg context, var DeadlineExceeded error +pkg crypto/tls, const RenegotiateFreelyAsClient = 2 +pkg crypto/tls, const RenegotiateFreelyAsClient RenegotiationSupport +pkg crypto/tls, const RenegotiateNever = 0 +pkg crypto/tls, const RenegotiateNever RenegotiationSupport +pkg crypto/tls, const RenegotiateOnceAsClient = 1 +pkg crypto/tls, const RenegotiateOnceAsClient RenegotiationSupport +pkg crypto/tls, type Config struct, DynamicRecordSizingDisabled bool +pkg crypto/tls, type Config struct, Renegotiation RenegotiationSupport +pkg crypto/tls, type RenegotiationSupport int +pkg crypto/x509, func SystemCertPool() (*CertPool, error) +pkg crypto/x509, type SystemRootsError struct, Err error +pkg debug/dwarf, method (*Data) Ranges(*Entry) ([][2]uint64, error) +pkg debug/dwarf, method (*Reader) SeekPC(uint64) (*Entry, error) +pkg debug/elf, const R_390_12 = 2 +pkg debug/elf, const R_390_12 R_390 +pkg debug/elf, const R_390_16 = 3 +pkg debug/elf, const R_390_16 R_390 +pkg debug/elf, const R_390_20 = 57 +pkg debug/elf, const R_390_20 R_390 +pkg debug/elf, const R_390_32 = 4 +pkg debug/elf, const R_390_32 R_390 +pkg debug/elf, const R_390_64 = 22 +pkg debug/elf, const R_390_64 R_390 +pkg debug/elf, const R_390_8 = 1 +pkg debug/elf, const R_390_8 R_390 +pkg debug/elf, const R_390_COPY = 9 +pkg debug/elf, const R_390_COPY R_390 +pkg debug/elf, const R_390_GLOB_DAT = 10 +pkg debug/elf, const R_390_GLOB_DAT R_390 +pkg debug/elf, const R_390_GOT12 = 6 +pkg debug/elf, const R_390_GOT12 R_390 +pkg debug/elf, const R_390_GOT16 = 15 +pkg debug/elf, const R_390_GOT16 R_390 +pkg debug/elf, const R_390_GOT20 = 58 +pkg debug/elf, const R_390_GOT20 R_390 +pkg debug/elf, const R_390_GOT32 = 7 +pkg debug/elf, const R_390_GOT32 R_390 +pkg debug/elf, const R_390_GOT64 = 24 +pkg debug/elf, const R_390_GOT64 R_390 +pkg debug/elf, const R_390_GOTENT = 26 +pkg debug/elf, const R_390_GOTENT R_390 +pkg debug/elf, const R_390_GOTOFF = 13 +pkg debug/elf, const R_390_GOTOFF R_390 +pkg debug/elf, const R_390_GOTOFF16 = 27 +pkg debug/elf, const R_390_GOTOFF16 R_390 +pkg debug/elf, const R_390_GOTOFF64 = 28 +pkg debug/elf, const R_390_GOTOFF64 R_390 +pkg debug/elf, const R_390_GOTPC = 14 +pkg debug/elf, const R_390_GOTPC R_390 +pkg debug/elf, const R_390_GOTPCDBL = 21 +pkg debug/elf, const R_390_GOTPCDBL R_390 +pkg debug/elf, const R_390_GOTPLT12 = 29 +pkg debug/elf, const R_390_GOTPLT12 R_390 +pkg debug/elf, const R_390_GOTPLT16 = 30 +pkg debug/elf, const R_390_GOTPLT16 R_390 +pkg debug/elf, const R_390_GOTPLT20 = 59 +pkg debug/elf, const R_390_GOTPLT20 R_390 +pkg debug/elf, const R_390_GOTPLT32 = 31 +pkg debug/elf, const R_390_GOTPLT32 R_390 +pkg debug/elf, const R_390_GOTPLT64 = 32 +pkg debug/elf, const R_390_GOTPLT64 R_390 +pkg debug/elf, const R_390_GOTPLTENT = 33 +pkg debug/elf, const R_390_GOTPLTENT R_390 +pkg debug/elf, const R_390_GOTPLTOFF16 = 34 +pkg debug/elf, const R_390_GOTPLTOFF16 R_390 +pkg debug/elf, const R_390_GOTPLTOFF32 = 35 +pkg debug/elf, const R_390_GOTPLTOFF32 R_390 +pkg debug/elf, const R_390_GOTPLTOFF64 = 36 +pkg debug/elf, const R_390_GOTPLTOFF64 R_390 +pkg debug/elf, const R_390_JMP_SLOT = 11 +pkg debug/elf, const R_390_JMP_SLOT R_390 +pkg debug/elf, const R_390_NONE = 0 +pkg debug/elf, const R_390_NONE R_390 +pkg debug/elf, const R_390_PC16 = 16 +pkg debug/elf, const R_390_PC16 R_390 +pkg debug/elf, const R_390_PC16DBL = 17 +pkg debug/elf, const R_390_PC16DBL R_390 +pkg debug/elf, const R_390_PC32 = 5 +pkg debug/elf, const R_390_PC32 R_390 +pkg debug/elf, const R_390_PC32DBL = 19 +pkg debug/elf, const R_390_PC32DBL R_390 +pkg debug/elf, const R_390_PC64 = 23 +pkg debug/elf, const R_390_PC64 R_390 +pkg debug/elf, const R_390_PLT16DBL = 18 +pkg debug/elf, const R_390_PLT16DBL R_390 +pkg debug/elf, const R_390_PLT32 = 8 +pkg debug/elf, const R_390_PLT32 R_390 +pkg debug/elf, const R_390_PLT32DBL = 20 +pkg debug/elf, const R_390_PLT32DBL R_390 +pkg debug/elf, const R_390_PLT64 = 25 +pkg debug/elf, const R_390_PLT64 R_390 +pkg debug/elf, const R_390_RELATIVE = 12 +pkg debug/elf, const R_390_RELATIVE R_390 +pkg debug/elf, const R_390_TLS_DTPMOD = 54 +pkg debug/elf, const R_390_TLS_DTPMOD R_390 +pkg debug/elf, const R_390_TLS_DTPOFF = 55 +pkg debug/elf, const R_390_TLS_DTPOFF R_390 +pkg debug/elf, const R_390_TLS_GD32 = 40 +pkg debug/elf, const R_390_TLS_GD32 R_390 +pkg debug/elf, const R_390_TLS_GD64 = 41 +pkg debug/elf, const R_390_TLS_GD64 R_390 +pkg debug/elf, const R_390_TLS_GDCALL = 38 +pkg debug/elf, const R_390_TLS_GDCALL R_390 +pkg debug/elf, const R_390_TLS_GOTIE12 = 42 +pkg debug/elf, const R_390_TLS_GOTIE12 R_390 +pkg debug/elf, const R_390_TLS_GOTIE20 = 60 +pkg debug/elf, const R_390_TLS_GOTIE20 R_390 +pkg debug/elf, const R_390_TLS_GOTIE32 = 43 +pkg debug/elf, const R_390_TLS_GOTIE32 R_390 +pkg debug/elf, const R_390_TLS_GOTIE64 = 44 +pkg debug/elf, const R_390_TLS_GOTIE64 R_390 +pkg debug/elf, const R_390_TLS_IE32 = 47 +pkg debug/elf, const R_390_TLS_IE32 R_390 +pkg debug/elf, const R_390_TLS_IE64 = 48 +pkg debug/elf, const R_390_TLS_IE64 R_390 +pkg debug/elf, const R_390_TLS_IEENT = 49 +pkg debug/elf, const R_390_TLS_IEENT R_390 +pkg debug/elf, const R_390_TLS_LDCALL = 39 +pkg debug/elf, const R_390_TLS_LDCALL R_390 +pkg debug/elf, const R_390_TLS_LDM32 = 45 +pkg debug/elf, const R_390_TLS_LDM32 R_390 +pkg debug/elf, const R_390_TLS_LDM64 = 46 +pkg debug/elf, const R_390_TLS_LDM64 R_390 +pkg debug/elf, const R_390_TLS_LDO32 = 52 +pkg debug/elf, const R_390_TLS_LDO32 R_390 +pkg debug/elf, const R_390_TLS_LDO64 = 53 +pkg debug/elf, const R_390_TLS_LDO64 R_390 +pkg debug/elf, const R_390_TLS_LE32 = 50 +pkg debug/elf, const R_390_TLS_LE32 R_390 +pkg debug/elf, const R_390_TLS_LE64 = 51 +pkg debug/elf, const R_390_TLS_LE64 R_390 +pkg debug/elf, const R_390_TLS_LOAD = 37 +pkg debug/elf, const R_390_TLS_LOAD R_390 +pkg debug/elf, const R_390_TLS_TPOFF = 56 +pkg debug/elf, const R_390_TLS_TPOFF R_390 +pkg debug/elf, method (R_390) GoString() string +pkg debug/elf, method (R_390) String() string +pkg debug/elf, type R_390 int +pkg encoding/json, method (*Encoder) SetEscapeHTML(bool) +pkg encoding/json, method (*Encoder) SetIndent(string, string) +pkg go/build, type Package struct, BinaryOnly bool +pkg go/build, type Package struct, CgoFFLAGS []string +pkg go/build, type Package struct, FFiles []string +pkg go/doc, type Example struct, Unordered bool +pkg io, const SeekCurrent = 1 +pkg io, const SeekCurrent ideal-int +pkg io, const SeekEnd = 2 +pkg io, const SeekEnd ideal-int +pkg io, const SeekStart = 0 +pkg io, const SeekStart ideal-int +pkg math/big, method (*Float) GobDecode([]uint8) error +pkg math/big, method (*Float) GobEncode() ([]uint8, error) +pkg net, method (*Dialer) DialContext(context.Context, string, string) (Conn, error) +pkg net/http, const StatusAlreadyReported = 208 +pkg net/http, const StatusAlreadyReported ideal-int +pkg net/http, const StatusFailedDependency = 424 +pkg net/http, const StatusFailedDependency ideal-int +pkg net/http, const StatusIMUsed = 226 +pkg net/http, const StatusIMUsed ideal-int +pkg net/http, const StatusInsufficientStorage = 507 +pkg net/http, const StatusInsufficientStorage ideal-int +pkg net/http, const StatusLocked = 423 +pkg net/http, const StatusLocked ideal-int +pkg net/http, const StatusLoopDetected = 508 +pkg net/http, const StatusLoopDetected ideal-int +pkg net/http, const StatusMultiStatus = 207 +pkg net/http, const StatusMultiStatus ideal-int +pkg net/http, const StatusNotExtended = 510 +pkg net/http, const StatusNotExtended ideal-int +pkg net/http, const StatusPermanentRedirect = 308 +pkg net/http, const StatusPermanentRedirect ideal-int +pkg net/http, const StatusProcessing = 102 +pkg net/http, const StatusProcessing ideal-int +pkg net/http, const StatusUnprocessableEntity = 422 +pkg net/http, const StatusUnprocessableEntity ideal-int +pkg net/http, const StatusUpgradeRequired = 426 +pkg net/http, const StatusUpgradeRequired ideal-int +pkg net/http, const StatusVariantAlsoNegotiates = 506 +pkg net/http, const StatusVariantAlsoNegotiates ideal-int +pkg net/http, method (*Request) Context() context.Context +pkg net/http, method (*Request) WithContext(context.Context) *Request +pkg net/http, type Request struct, Response *Response +pkg net/http, type Response struct, Uncompressed bool +pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error) +pkg net/http, type Transport struct, IdleConnTimeout time.Duration +pkg net/http, type Transport struct, MaxIdleConns int +pkg net/http, type Transport struct, MaxResponseHeaderBytes int64 +pkg net/http, var ErrUseLastResponse error +pkg net/http, var LocalAddrContextKey *contextKey +pkg net/http, var ServerContextKey *contextKey +pkg net/http/cgi, type Handler struct, Stderr io.Writer +pkg net/http/httptest, func NewRequest(string, string, io.Reader) *http.Request +pkg net/http/httptest, method (*ResponseRecorder) Result() *http.Response +pkg net/http/httptrace, func ContextClientTrace(context.Context) *ClientTrace +pkg net/http/httptrace, func WithClientTrace(context.Context, *ClientTrace) context.Context +pkg net/http/httptrace, type ClientTrace struct +pkg net/http/httptrace, type ClientTrace struct, ConnectDone func(string, string, error) +pkg net/http/httptrace, type ClientTrace struct, ConnectStart func(string, string) +pkg net/http/httptrace, type ClientTrace struct, DNSDone func(DNSDoneInfo) +pkg net/http/httptrace, type ClientTrace struct, DNSStart func(DNSStartInfo) +pkg net/http/httptrace, type ClientTrace struct, GetConn func(string) +pkg net/http/httptrace, type ClientTrace struct, Got100Continue func() +pkg net/http/httptrace, type ClientTrace struct, GotConn func(GotConnInfo) +pkg net/http/httptrace, type ClientTrace struct, GotFirstResponseByte func() +pkg net/http/httptrace, type ClientTrace struct, PutIdleConn func(error) +pkg net/http/httptrace, type ClientTrace struct, Wait100Continue func() +pkg net/http/httptrace, type ClientTrace struct, WroteHeaders func() +pkg net/http/httptrace, type ClientTrace struct, WroteRequest func(WroteRequestInfo) +pkg net/http/httptrace, type DNSDoneInfo struct +pkg net/http/httptrace, type DNSDoneInfo struct, Addrs []net.IPAddr +pkg net/http/httptrace, type DNSDoneInfo struct, Coalesced bool +pkg net/http/httptrace, type DNSDoneInfo struct, Err error +pkg net/http/httptrace, type DNSStartInfo struct +pkg net/http/httptrace, type DNSStartInfo struct, Host string +pkg net/http/httptrace, type GotConnInfo struct +pkg net/http/httptrace, type GotConnInfo struct, Conn net.Conn +pkg net/http/httptrace, type GotConnInfo struct, IdleTime time.Duration +pkg net/http/httptrace, type GotConnInfo struct, Reused bool +pkg net/http/httptrace, type GotConnInfo struct, WasIdle bool +pkg net/http/httptrace, type WroteRequestInfo struct +pkg net/http/httptrace, type WroteRequestInfo struct, Err error +pkg net/url, type URL struct, ForceQuery bool +pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd +pkg os/user, func LookupGroup(string) (*Group, error) +pkg os/user, func LookupGroupId(string) (*Group, error) +pkg os/user, method (*User) GroupIds() ([]string, error) +pkg os/user, method (UnknownGroupError) Error() string +pkg os/user, method (UnknownGroupIdError) Error() string +pkg os/user, type Group struct +pkg os/user, type Group struct, Gid string +pkg os/user, type Group struct, Name string +pkg os/user, type UnknownGroupError string +pkg os/user, type UnknownGroupIdError string +pkg reflect, func StructOf([]StructField) Type +pkg reflect, method (StructTag) Lookup(string) (string, bool) +pkg runtime, func CallersFrames([]uintptr) *Frames +pkg runtime, func KeepAlive(interface{}) +pkg runtime, func SetCgoTraceback(int, unsafe.Pointer, unsafe.Pointer, unsafe.Pointer) +pkg runtime, method (*Frames) Next() (Frame, bool) +pkg runtime, type Frame struct +pkg runtime, type Frame struct, Entry uintptr +pkg runtime, type Frame struct, File string +pkg runtime, type Frame struct, Func *Func +pkg runtime, type Frame struct, Function string +pkg runtime, type Frame struct, Line int +pkg runtime, type Frame struct, PC uintptr +pkg runtime, type Frames struct +pkg strings, method (*Reader) Reset(string) +pkg syscall (linux-386), type SysProcAttr struct, Unshareflags uintptr +pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshareflags uintptr +pkg syscall (linux-amd64), type SysProcAttr struct, Unshareflags uintptr +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshareflags uintptr +pkg syscall (linux-arm), type SysProcAttr struct, Unshareflags uintptr +pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshareflags uintptr +pkg testing, method (*B) Run(string, func(*B)) bool +pkg testing, method (*T) Run(string, func(*T)) bool +pkg testing, type InternalExample struct, Unordered bool +pkg unicode, const Version = "9.0.0" +pkg unicode, var Adlam *RangeTable +pkg unicode, var Bhaiksuki *RangeTable +pkg unicode, var Marchen *RangeTable +pkg unicode, var Newa *RangeTable +pkg unicode, var Osage *RangeTable +pkg unicode, var Prepended_Concatenation_Mark *RangeTable +pkg unicode, var Sentence_Terminal *RangeTable +pkg unicode, var Tangut *RangeTable diff --git a/go/api/go1.8.txt b/go/api/go1.8.txt new file mode 100644 index 0000000000000000000000000000000000000000..fca7e03c9f999b37bb14926ea93080fdb729b4b7 --- /dev/null +++ b/go/api/go1.8.txt @@ -0,0 +1,261 @@ +pkg compress/gzip, const HuffmanOnly = -2 +pkg compress/gzip, const HuffmanOnly ideal-int +pkg compress/zlib, const HuffmanOnly = -2 +pkg compress/zlib, const HuffmanOnly ideal-int +pkg crypto/tls, const ECDSAWithP256AndSHA256 = 1027 +pkg crypto/tls, const ECDSAWithP256AndSHA256 SignatureScheme +pkg crypto/tls, const ECDSAWithP384AndSHA384 = 1283 +pkg crypto/tls, const ECDSAWithP384AndSHA384 SignatureScheme +pkg crypto/tls, const ECDSAWithP521AndSHA512 = 1539 +pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme +pkg crypto/tls, const PKCS1WithSHA1 = 513 +pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme +pkg crypto/tls, const PKCS1WithSHA256 = 1025 +pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme +pkg crypto/tls, const PKCS1WithSHA384 = 1281 +pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme +pkg crypto/tls, const PKCS1WithSHA512 = 1537 +pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme +pkg crypto/tls, const PSSWithSHA256 = 2052 +pkg crypto/tls, const PSSWithSHA256 SignatureScheme +pkg crypto/tls, const PSSWithSHA384 = 2053 +pkg crypto/tls, const PSSWithSHA384 SignatureScheme +pkg crypto/tls, const PSSWithSHA512 = 2054 +pkg crypto/tls, const PSSWithSHA512 SignatureScheme +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 = 52393 +pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 49191 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 = 52392 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 uint16 +pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 = 60 +pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 uint16 +pkg crypto/tls, const X25519 = 29 +pkg crypto/tls, const X25519 CurveID +pkg crypto/tls, method (*Config) Clone() *Config +pkg crypto/tls, method (*Conn) CloseWrite() error +pkg crypto/tls, type CertificateRequestInfo struct +pkg crypto/tls, type CertificateRequestInfo struct, AcceptableCAs [][]uint8 +pkg crypto/tls, type CertificateRequestInfo struct, SignatureSchemes []SignatureScheme +pkg crypto/tls, type ClientHelloInfo struct, Conn net.Conn +pkg crypto/tls, type ClientHelloInfo struct, SignatureSchemes []SignatureScheme +pkg crypto/tls, type ClientHelloInfo struct, SupportedProtos []string +pkg crypto/tls, type ClientHelloInfo struct, SupportedVersions []uint16 +pkg crypto/tls, type Config struct, GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error) +pkg crypto/tls, type Config struct, GetConfigForClient func(*ClientHelloInfo) (*Config, error) +pkg crypto/tls, type Config struct, KeyLogWriter io.Writer +pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error +pkg crypto/tls, type SignatureScheme uint16 +pkg crypto/x509, const NameMismatch = 5 +pkg crypto/x509, const NameMismatch InvalidReason +pkg crypto/x509, const SHA256WithRSAPSS = 13 +pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm +pkg crypto/x509, const SHA384WithRSAPSS = 14 +pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm +pkg crypto/x509, const SHA512WithRSAPSS = 15 +pkg crypto/x509, const SHA512WithRSAPSS SignatureAlgorithm +pkg crypto/x509, type UnknownAuthorityError struct, Cert *Certificate +pkg database/sql, const LevelDefault = 0 +pkg database/sql, const LevelDefault IsolationLevel +pkg database/sql, const LevelLinearizable = 7 +pkg database/sql, const LevelLinearizable IsolationLevel +pkg database/sql, const LevelReadCommitted = 2 +pkg database/sql, const LevelReadCommitted IsolationLevel +pkg database/sql, const LevelReadUncommitted = 1 +pkg database/sql, const LevelReadUncommitted IsolationLevel +pkg database/sql, const LevelRepeatableRead = 4 +pkg database/sql, const LevelRepeatableRead IsolationLevel +pkg database/sql, const LevelSerializable = 6 +pkg database/sql, const LevelSerializable IsolationLevel +pkg database/sql, const LevelSnapshot = 5 +pkg database/sql, const LevelSnapshot IsolationLevel +pkg database/sql, const LevelWriteCommitted = 3 +pkg database/sql, const LevelWriteCommitted IsolationLevel +pkg database/sql/driver, type ConnBeginTx interface { BeginTx } +pkg database/sql/driver, type ConnBeginTx interface, BeginTx(context.Context, TxOptions) (Tx, error) +pkg database/sql/driver, type ConnPrepareContext interface { PrepareContext } +pkg database/sql/driver, type ConnPrepareContext interface, PrepareContext(context.Context, string) (Stmt, error) +pkg database/sql/driver, type ExecerContext interface { ExecContext } +pkg database/sql/driver, type ExecerContext interface, ExecContext(context.Context, string, []NamedValue) (Result, error) +pkg database/sql/driver, type IsolationLevel int +pkg database/sql/driver, type NamedValue struct +pkg database/sql/driver, type NamedValue struct, Name string +pkg database/sql/driver, type NamedValue struct, Ordinal int +pkg database/sql/driver, type NamedValue struct, Value Value +pkg database/sql/driver, type Pinger interface { Ping } +pkg database/sql/driver, type Pinger interface, Ping(context.Context) error +pkg database/sql/driver, type QueryerContext interface { QueryContext } +pkg database/sql/driver, type QueryerContext interface, QueryContext(context.Context, string, []NamedValue) (Rows, error) +pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface { Close, ColumnTypeDatabaseTypeName, Columns, Next } +pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Close() error +pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Columns() []string +pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, ColumnTypeDatabaseTypeName(int) string +pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Next([]Value) error +pkg database/sql/driver, type RowsColumnTypeLength interface { Close, ColumnTypeLength, Columns, Next } +pkg database/sql/driver, type RowsColumnTypeLength interface, Close() error +pkg database/sql/driver, type RowsColumnTypeLength interface, Columns() []string +pkg database/sql/driver, type RowsColumnTypeLength interface, ColumnTypeLength(int) (int64, bool) +pkg database/sql/driver, type RowsColumnTypeLength interface, Next([]Value) error +pkg database/sql/driver, type RowsColumnTypeNullable interface { Close, ColumnTypeNullable, Columns, Next } +pkg database/sql/driver, type RowsColumnTypeNullable interface, Close() error +pkg database/sql/driver, type RowsColumnTypeNullable interface, Columns() []string +pkg database/sql/driver, type RowsColumnTypeNullable interface, ColumnTypeNullable(int) (bool, bool) +pkg database/sql/driver, type RowsColumnTypeNullable interface, Next([]Value) error +pkg database/sql/driver, type RowsColumnTypePrecisionScale interface { Close, ColumnTypePrecisionScale, Columns, Next } +pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Close() error +pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Columns() []string +pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, ColumnTypePrecisionScale(int) (int64, int64, bool) +pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Next([]Value) error +pkg database/sql/driver, type RowsColumnTypeScanType interface { Close, ColumnTypeScanType, Columns, Next } +pkg database/sql/driver, type RowsColumnTypeScanType interface, Close() error +pkg database/sql/driver, type RowsColumnTypeScanType interface, Columns() []string +pkg database/sql/driver, type RowsColumnTypeScanType interface, ColumnTypeScanType(int) reflect.Type +pkg database/sql/driver, type RowsColumnTypeScanType interface, Next([]Value) error +pkg database/sql/driver, type RowsNextResultSet interface { Close, Columns, HasNextResultSet, Next, NextResultSet } +pkg database/sql/driver, type RowsNextResultSet interface, Close() error +pkg database/sql/driver, type RowsNextResultSet interface, Columns() []string +pkg database/sql/driver, type RowsNextResultSet interface, HasNextResultSet() bool +pkg database/sql/driver, type RowsNextResultSet interface, NextResultSet() error +pkg database/sql/driver, type RowsNextResultSet interface, Next([]Value) error +pkg database/sql/driver, type StmtExecContext interface { ExecContext } +pkg database/sql/driver, type StmtExecContext interface, ExecContext(context.Context, []NamedValue) (Result, error) +pkg database/sql/driver, type StmtQueryContext interface { QueryContext } +pkg database/sql/driver, type StmtQueryContext interface, QueryContext(context.Context, []NamedValue) (Rows, error) +pkg database/sql/driver, type TxOptions struct +pkg database/sql/driver, type TxOptions struct, Isolation IsolationLevel +pkg database/sql/driver, type TxOptions struct, ReadOnly bool +pkg database/sql, func Named(string, interface{}) NamedArg +pkg database/sql, method (*ColumnType) DatabaseTypeName() string +pkg database/sql, method (*ColumnType) DecimalSize() (int64, int64, bool) +pkg database/sql, method (*ColumnType) Length() (int64, bool) +pkg database/sql, method (*ColumnType) Name() string +pkg database/sql, method (*ColumnType) Nullable() (bool, bool) +pkg database/sql, method (*ColumnType) ScanType() reflect.Type +pkg database/sql, method (*DB) BeginTx(context.Context, *TxOptions) (*Tx, error) +pkg database/sql, method (*DB) ExecContext(context.Context, string, ...interface{}) (Result, error) +pkg database/sql, method (*DB) PingContext(context.Context) error +pkg database/sql, method (*DB) PrepareContext(context.Context, string) (*Stmt, error) +pkg database/sql, method (*DB) QueryContext(context.Context, string, ...interface{}) (*Rows, error) +pkg database/sql, method (*DB) QueryRowContext(context.Context, string, ...interface{}) *Row +pkg database/sql, method (*Rows) ColumnTypes() ([]*ColumnType, error) +pkg database/sql, method (*Rows) NextResultSet() bool +pkg database/sql, method (*Stmt) ExecContext(context.Context, ...interface{}) (Result, error) +pkg database/sql, method (*Stmt) QueryContext(context.Context, ...interface{}) (*Rows, error) +pkg database/sql, method (*Stmt) QueryRowContext(context.Context, ...interface{}) *Row +pkg database/sql, method (*Tx) ExecContext(context.Context, string, ...interface{}) (Result, error) +pkg database/sql, method (*Tx) PrepareContext(context.Context, string) (*Stmt, error) +pkg database/sql, method (*Tx) QueryContext(context.Context, string, ...interface{}) (*Rows, error) +pkg database/sql, method (*Tx) QueryRowContext(context.Context, string, ...interface{}) *Row +pkg database/sql, method (*Tx) StmtContext(context.Context, *Stmt) *Stmt +pkg database/sql, type ColumnType struct +pkg database/sql, type IsolationLevel int +pkg database/sql, type NamedArg struct +pkg database/sql, type NamedArg struct, Name string +pkg database/sql, type NamedArg struct, Value interface{} +pkg database/sql, type TxOptions struct +pkg database/sql, type TxOptions struct, Isolation IsolationLevel +pkg database/sql, type TxOptions struct, ReadOnly bool +pkg debug/pe, method (*COFFSymbol) FullName(StringTable) (string, error) +pkg debug/pe, method (StringTable) String(uint32) (string, error) +pkg debug/pe, type File struct, COFFSymbols []COFFSymbol +pkg debug/pe, type File struct, StringTable StringTable +pkg debug/pe, type Reloc struct +pkg debug/pe, type Reloc struct, SymbolTableIndex uint32 +pkg debug/pe, type Reloc struct, Type uint16 +pkg debug/pe, type Reloc struct, VirtualAddress uint32 +pkg debug/pe, type Section struct, Relocs []Reloc +pkg debug/pe, type StringTable []uint8 +pkg encoding/base64, method (Encoding) Strict() *Encoding +pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error) +pkg encoding/json, type UnmarshalTypeError struct, Field string +pkg encoding/json, type UnmarshalTypeError struct, Struct string +pkg expvar, func Handler() http.Handler +pkg expvar, method (*Float) Value() float64 +pkg expvar, method (Func) Value() interface{} +pkg expvar, method (*Int) Value() int64 +pkg expvar, method (*String) Value() string +pkg go/doc, func IsPredeclared(string) bool +pkg go/types, func Default(Type) Type +pkg go/types, func IdenticalIgnoreTags(Type, Type) bool +pkg math/big, method (*Float) Scan(fmt.ScanState, int32) error +pkg math/big, method (*Int) Sqrt(*Int) *Int +pkg math/rand, func Uint64() uint64 +pkg math/rand, method (*Rand) Uint64() uint64 +pkg math/rand, type Source64 interface, Int63() int64 +pkg math/rand, type Source64 interface { Int63, Seed, Uint64 } +pkg math/rand, type Source64 interface, Seed(int64) +pkg math/rand, type Source64 interface, Uint64() uint64 +pkg net/http, const TrailerPrefix ideal-string +pkg net/http, const TrailerPrefix = "Trailer:" +pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeDone func(tls.ConnectionState, error) +pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeStart func() +pkg net/http/httputil, type ReverseProxy struct, ModifyResponse func(*http.Response) error +pkg net/http, method (*Server) Close() error +pkg net/http, method (*Server) Shutdown(context.Context) error +pkg net/http, type Pusher interface { Push } +pkg net/http, type Pusher interface, Push(string, *PushOptions) error +pkg net/http, type PushOptions struct +pkg net/http, type PushOptions struct, Header Header +pkg net/http, type PushOptions struct, Method string +pkg net/http, type Request struct, GetBody func() (io.ReadCloser, error) +pkg net/http, type Server struct, IdleTimeout time.Duration +pkg net/http, type Server struct, ReadHeaderTimeout time.Duration +pkg net/http, type Transport struct, ProxyConnectHeader Header +pkg net/http, var ErrAbortHandler error +pkg net/http, var ErrServerClosed error +pkg net/http, var NoBody noBody +pkg net/mail, func ParseDate(string) (time.Time, error) +pkg net, method (*Buffers) Read([]uint8) (int, error) +pkg net, method (*Buffers) WriteTo(io.Writer) (int64, error) +pkg net, method (*Resolver) LookupAddr(context.Context, string) ([]string, error) +pkg net, method (*Resolver) LookupCNAME(context.Context, string) (string, error) +pkg net, method (*Resolver) LookupHost(context.Context, string) ([]string, error) +pkg net, method (*Resolver) LookupIPAddr(context.Context, string) ([]IPAddr, error) +pkg net, method (*Resolver) LookupMX(context.Context, string) ([]*MX, error) +pkg net, method (*Resolver) LookupNS(context.Context, string) ([]*NS, error) +pkg net, method (*Resolver) LookupPort(context.Context, string, string) (int, error) +pkg net, method (*Resolver) LookupSRV(context.Context, string, string, string) (string, []*SRV, error) +pkg net, method (*Resolver) LookupTXT(context.Context, string) ([]string, error) +pkg net, method (*UnixListener) SetUnlinkOnClose(bool) +pkg net, type Buffers [][]uint8 +pkg net, type Dialer struct, Resolver *Resolver +pkg net, type Resolver struct +pkg net, type Resolver struct, PreferGo bool +pkg net/url, func PathEscape(string) string +pkg net/url, func PathUnescape(string) (string, error) +pkg net/url, method (*URL) Hostname() string +pkg net/url, method (*URL) MarshalBinary() ([]uint8, error) +pkg net/url, method (*URL) Port() string +pkg net/url, method (*URL) UnmarshalBinary([]uint8) error +pkg net, var DefaultResolver *Resolver +pkg os, func Executable() (string, error) +pkg os, var ErrClosed error +pkg plugin, func Open(string) (*Plugin, error) +pkg plugin, method (*Plugin) Lookup(string) (Symbol, error) +pkg plugin, type Plugin struct +pkg plugin, type Symbol interface {} +pkg reflect, func Swapper(interface{}) func(int, int) +pkg runtime, func MutexProfile([]BlockProfileRecord) (int, bool) +pkg runtime, func SetMutexProfileFraction(int) int +pkg runtime, type MemStats struct, NumForcedGC uint32 +pkg sort, func Slice(interface{}, func(int, int) bool) +pkg sort, func SliceIsSorted(interface{}, func(int, int) bool) bool +pkg sort, func SliceStable(interface{}, func(int, int) bool) +pkg syscall (linux-arm-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64 +pkg syscall (openbsd-386), const SYS_KILL = 122 +pkg syscall (openbsd-386-cgo), const SYS_KILL = 122 +pkg syscall (openbsd-amd64), const SYS_KILL = 122 +pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122 +pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145 +pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY Errno +pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145 +pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno +pkg testing, func CoverMode() string +pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M +pkg testing, method (*B) Name() string +pkg testing, method (*T) Name() string +pkg testing, type TB interface, Name() string +pkg time, func Until(Time) Duration diff --git a/go/api/go1.9.txt b/go/api/go1.9.txt new file mode 100644 index 0000000000000000000000000000000000000000..87fae57920d2f6bcbec78ffe79913639bd7c6252 --- /dev/null +++ b/go/api/go1.9.txt @@ -0,0 +1,196 @@ +pkg crypto, const BLAKE2b_256 = 17 +pkg crypto, const BLAKE2b_256 Hash +pkg crypto, const BLAKE2b_384 = 18 +pkg crypto, const BLAKE2b_384 Hash +pkg crypto, const BLAKE2b_512 = 19 +pkg crypto, const BLAKE2b_512 Hash +pkg crypto, const BLAKE2s_256 = 16 +pkg crypto, const BLAKE2s_256 Hash +pkg crypto/x509, type Certificate struct, ExcludedDNSDomains []string +pkg database/sql, method (*Conn) BeginTx(context.Context, *TxOptions) (*Tx, error) +pkg database/sql, method (*Conn) Close() error +pkg database/sql, method (*Conn) ExecContext(context.Context, string, ...interface{}) (Result, error) +pkg database/sql, method (*Conn) PingContext(context.Context) error +pkg database/sql, method (*Conn) PrepareContext(context.Context, string) (*Stmt, error) +pkg database/sql, method (*Conn) QueryContext(context.Context, string, ...interface{}) (*Rows, error) +pkg database/sql, method (*Conn) QueryRowContext(context.Context, string, ...interface{}) *Row +pkg database/sql, method (*DB) Conn(context.Context) (*Conn, error) +pkg database/sql, type Conn struct +pkg database/sql, type Out struct +pkg database/sql, type Out struct, Dest interface{} +pkg database/sql, type Out struct, In bool +pkg database/sql, var ErrConnDone error +pkg database/sql/driver, type NamedValueChecker interface { CheckNamedValue } +pkg database/sql/driver, type NamedValueChecker interface, CheckNamedValue(*NamedValue) error +pkg database/sql/driver, var ErrRemoveArgument error +pkg encoding/asn1, const TagNull = 5 +pkg encoding/asn1, const TagNull ideal-int +pkg encoding/asn1, var NullBytes []uint8 +pkg encoding/asn1, var NullRawValue RawValue +pkg encoding/base32, const NoPadding = -1 +pkg encoding/base32, const NoPadding int32 +pkg encoding/base32, const StdPadding = 61 +pkg encoding/base32, const StdPadding int32 +pkg encoding/base32, method (Encoding) WithPadding(int32) *Encoding +pkg encoding/csv, type Reader struct, ReuseRecord bool +pkg encoding/json, func Valid([]uint8) bool +pkg go/ast, type TypeSpec struct, Assign token.Pos +pkg go/types, func SizesFor(string, string) Sizes +pkg go/types, method (*TypeName) IsAlias() bool +pkg hash/fnv, func New128() hash.Hash +pkg hash/fnv, func New128a() hash.Hash +pkg html/template, const ErrPredefinedEscaper = 11 +pkg html/template, const ErrPredefinedEscaper ErrorCode +pkg image/png, type Encoder struct, BufferPool EncoderBufferPool +pkg image/png, type EncoderBuffer struct +pkg image/png, type EncoderBufferPool interface { Get, Put } +pkg image/png, type EncoderBufferPool interface, Get() *EncoderBuffer +pkg image/png, type EncoderBufferPool interface, Put(*EncoderBuffer) +pkg math/big, method (*Int) IsInt64() bool +pkg math/big, method (*Int) IsUint64() bool +pkg math/big, type Word uint +pkg math/bits (darwin-amd64), const UintSize = 64 +pkg math/bits (darwin-amd64-cgo), const UintSize = 64 +pkg math/bits (freebsd-386), const UintSize = 32 +pkg math/bits (freebsd-386-cgo), const UintSize = 32 +pkg math/bits (freebsd-amd64), const UintSize = 64 +pkg math/bits (freebsd-amd64-cgo), const UintSize = 64 +pkg math/bits (freebsd-arm), const UintSize = 32 +pkg math/bits (freebsd-arm-cgo), const UintSize = 32 +pkg math/bits (linux-386), const UintSize = 32 +pkg math/bits (linux-386-cgo), const UintSize = 32 +pkg math/bits (linux-amd64), const UintSize = 64 +pkg math/bits (linux-amd64-cgo), const UintSize = 64 +pkg math/bits (linux-arm), const UintSize = 32 +pkg math/bits (linux-arm-cgo), const UintSize = 32 +pkg math/bits (netbsd-386), const UintSize = 32 +pkg math/bits (netbsd-386-cgo), const UintSize = 32 +pkg math/bits (netbsd-amd64), const UintSize = 64 +pkg math/bits (netbsd-amd64-cgo), const UintSize = 64 +pkg math/bits (netbsd-arm), const UintSize = 32 +pkg math/bits (netbsd-arm-cgo), const UintSize = 32 +pkg math/bits (netbsd-arm64), const UintSize = 64 +pkg math/bits (netbsd-arm64-cgo), const UintSize = 64 +pkg math/bits (openbsd-386), const UintSize = 32 +pkg math/bits (openbsd-386-cgo), const UintSize = 32 +pkg math/bits (openbsd-amd64), const UintSize = 64 +pkg math/bits (openbsd-amd64-cgo), const UintSize = 64 +pkg math/bits (windows-386), const UintSize = 32 +pkg math/bits (windows-amd64), const UintSize = 64 +pkg math/bits, const UintSize ideal-int +pkg math/bits, func LeadingZeros(uint) int +pkg math/bits, func LeadingZeros16(uint16) int +pkg math/bits, func LeadingZeros32(uint32) int +pkg math/bits, func LeadingZeros64(uint64) int +pkg math/bits, func LeadingZeros8(uint8) int +pkg math/bits, func Len(uint) int +pkg math/bits, func Len16(uint16) int +pkg math/bits, func Len32(uint32) int +pkg math/bits, func Len64(uint64) int +pkg math/bits, func Len8(uint8) int +pkg math/bits, func OnesCount(uint) int +pkg math/bits, func OnesCount16(uint16) int +pkg math/bits, func OnesCount32(uint32) int +pkg math/bits, func OnesCount64(uint64) int +pkg math/bits, func OnesCount8(uint8) int +pkg math/bits, func Reverse(uint) uint +pkg math/bits, func Reverse16(uint16) uint16 +pkg math/bits, func Reverse32(uint32) uint32 +pkg math/bits, func Reverse64(uint64) uint64 +pkg math/bits, func Reverse8(uint8) uint8 +pkg math/bits, func ReverseBytes(uint) uint +pkg math/bits, func ReverseBytes16(uint16) uint16 +pkg math/bits, func ReverseBytes32(uint32) uint32 +pkg math/bits, func ReverseBytes64(uint64) uint64 +pkg math/bits, func RotateLeft(uint, int) uint +pkg math/bits, func RotateLeft16(uint16, int) uint16 +pkg math/bits, func RotateLeft32(uint32, int) uint32 +pkg math/bits, func RotateLeft64(uint64, int) uint64 +pkg math/bits, func RotateLeft8(uint8, int) uint8 +pkg math/bits, func TrailingZeros(uint) int +pkg math/bits, func TrailingZeros16(uint16) int +pkg math/bits, func TrailingZeros32(uint32) int +pkg math/bits, func TrailingZeros64(uint64) int +pkg math/bits, func TrailingZeros8(uint8) int +pkg mime, var ErrInvalidMediaParameter error +pkg mime/multipart, type FileHeader struct, Size int64 +pkg mime/multipart, var ErrMessageTooLarge error +pkg net, method (*IPConn) SyscallConn() (syscall.RawConn, error) +pkg net, method (*TCPConn) SyscallConn() (syscall.RawConn, error) +pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error) +pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error) +pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error) +pkg net, type Resolver struct, StrictErrors bool +pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error +pkg net/http, method (*Server) RegisterOnShutdown(func()) +pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error +pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string +pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate +pkg net/http/httptest, method (*Server) Client() *http.Client +pkg reflect, func MakeMapWithSize(Type, int) Value +pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context)) +pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool) +pkg runtime/pprof, func Label(context.Context, string) (string, bool) +pkg runtime/pprof, func Labels(...string) LabelSet +pkg runtime/pprof, func SetGoroutineLabels(context.Context) +pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context +pkg runtime/pprof, type LabelSet struct +pkg sync, method (*Map) Delete(interface{}) +pkg sync, method (*Map) Load(interface{}) (interface{}, bool) +pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool) +pkg sync, method (*Map) Range(func(interface{}, interface{}) bool) +pkg sync, method (*Map) Store(interface{}, interface{}) +pkg sync, type Map struct +pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool +pkg syscall (darwin-386), type Credential struct, NoSetGroups bool +pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error +pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-386), func Pipe2([]int, int) error +pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error +pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-amd64), func Pipe2([]int, int) error +pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error +pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool +pkg syscall (freebsd-arm), func Pipe2([]int, int) error +pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool +pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr +pkg syscall (linux-386), type Credential struct, NoSetGroups bool +pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr +pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, AmbientCaps []uintptr +pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool +pkg syscall (linux-amd64), type SysProcAttr struct, AmbientCaps []uintptr +pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool +pkg syscall (linux-arm-cgo), type SysProcAttr struct, AmbientCaps []uintptr +pkg syscall (linux-arm), type Credential struct, NoSetGroups bool +pkg syscall (linux-arm), type SysProcAttr struct, AmbientCaps []uintptr +pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool +pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool +pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool +pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool +pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool +pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool +pkg syscall (windows-386), const WSAECONNABORTED = 10053 +pkg syscall (windows-386), const WSAECONNABORTED Errno +pkg syscall (windows-amd64), const WSAECONNABORTED = 10053 +pkg syscall (windows-amd64), const WSAECONNABORTED Errno +pkg syscall, type Conn interface { SyscallConn } +pkg syscall, type Conn interface, SyscallConn() (RawConn, error) +pkg syscall, type RawConn interface { Control, Read, Write } +pkg syscall, type RawConn interface, Control(func(uintptr)) error +pkg syscall, type RawConn interface, Read(func(uintptr) bool) error +pkg syscall, type RawConn interface, Write(func(uintptr) bool) error +pkg testing, method (*B) Helper() +pkg testing, method (*T) Helper() +pkg testing, type TB interface, Helper() +pkg time, method (Duration) Round(Duration) Duration +pkg time, method (Duration) Truncate(Duration) Duration diff --git a/go/api/go1.txt b/go/api/go1.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e3dea5a372525191ed651a6d46be0a924b7d3ab --- /dev/null +++ b/go/api/go1.txt @@ -0,0 +1,30871 @@ +pkg archive/tar, const TypeBlock ideal-char +pkg archive/tar, const TypeChar ideal-char +pkg archive/tar, const TypeCont ideal-char +pkg archive/tar, const TypeDir ideal-char +pkg archive/tar, const TypeFifo ideal-char +pkg archive/tar, const TypeLink ideal-char +pkg archive/tar, const TypeReg ideal-char +pkg archive/tar, const TypeRegA ideal-char +pkg archive/tar, const TypeSymlink ideal-char +pkg archive/tar, const TypeXGlobalHeader ideal-char +pkg archive/tar, const TypeXHeader ideal-char +pkg archive/tar, func NewReader(io.Reader) *Reader +pkg archive/tar, func NewWriter(io.Writer) *Writer +pkg archive/tar, method (*Reader) Next() (*Header, error) +pkg archive/tar, method (*Reader) Read([]uint8) (int, error) +pkg archive/tar, method (*Writer) Close() error +pkg archive/tar, method (*Writer) Flush() error +pkg archive/tar, method (*Writer) Write([]uint8) (int, error) +pkg archive/tar, method (*Writer) WriteHeader(*Header) error +pkg archive/tar, type Header struct +pkg archive/tar, type Header struct, AccessTime time.Time +pkg archive/tar, type Header struct, ChangeTime time.Time +pkg archive/tar, type Header struct, Devmajor int64 +pkg archive/tar, type Header struct, Devminor int64 +pkg archive/tar, type Header struct, Gid int +pkg archive/tar, type Header struct, Gname string +pkg archive/tar, type Header struct, Linkname string +pkg archive/tar, type Header struct, ModTime time.Time +pkg archive/tar, type Header struct, Mode int64 +pkg archive/tar, type Header struct, Name string +pkg archive/tar, type Header struct, Size int64 +pkg archive/tar, type Header struct, Typeflag uint8 +pkg archive/tar, type Header struct, Uid int +pkg archive/tar, type Header struct, Uname string +pkg archive/tar, type Reader struct +pkg archive/tar, type Writer struct +pkg archive/tar, var ErrFieldTooLong error +pkg archive/tar, var ErrHeader error +pkg archive/tar, var ErrWriteAfterClose error +pkg archive/tar, var ErrWriteTooLong error +pkg archive/zip, const Deflate uint16 +pkg archive/zip, const Store uint16 +pkg archive/zip, func FileInfoHeader(os.FileInfo) (*FileHeader, error) +pkg archive/zip, func NewReader(io.ReaderAt, int64) (*Reader, error) +pkg archive/zip, func NewWriter(io.Writer) *Writer +pkg archive/zip, func OpenReader(string) (*ReadCloser, error) +pkg archive/zip, method (*File) FileInfo() os.FileInfo +pkg archive/zip, method (*File) ModTime() time.Time +pkg archive/zip, method (*File) Mode() os.FileMode +pkg archive/zip, method (*File) Open() (io.ReadCloser, error) +pkg archive/zip, method (*File) SetModTime(time.Time) +pkg archive/zip, method (*File) SetMode(os.FileMode) +pkg archive/zip, method (*FileHeader) FileInfo() os.FileInfo +pkg archive/zip, method (*FileHeader) ModTime() time.Time +pkg archive/zip, method (*FileHeader) Mode() os.FileMode +pkg archive/zip, method (*FileHeader) SetModTime(time.Time) +pkg archive/zip, method (*FileHeader) SetMode(os.FileMode) +pkg archive/zip, method (*ReadCloser) Close() error +pkg archive/zip, method (*Writer) Close() error +pkg archive/zip, method (*Writer) Create(string) (io.Writer, error) +pkg archive/zip, method (*Writer) CreateHeader(*FileHeader) (io.Writer, error) +pkg archive/zip, type File struct +pkg archive/zip, type File struct, embedded FileHeader +pkg archive/zip, type FileHeader struct +pkg archive/zip, type FileHeader struct, CRC32 uint32 +pkg archive/zip, type FileHeader struct, Comment string +pkg archive/zip, type FileHeader struct, CompressedSize uint32 +pkg archive/zip, type FileHeader struct, CreatorVersion uint16 +pkg archive/zip, type FileHeader struct, ExternalAttrs uint32 +pkg archive/zip, type FileHeader struct, Extra []uint8 +pkg archive/zip, type FileHeader struct, Flags uint16 +pkg archive/zip, type FileHeader struct, Method uint16 +pkg archive/zip, type FileHeader struct, ModifiedDate uint16 +pkg archive/zip, type FileHeader struct, ModifiedTime uint16 +pkg archive/zip, type FileHeader struct, Name string +pkg archive/zip, type FileHeader struct, ReaderVersion uint16 +pkg archive/zip, type FileHeader struct, UncompressedSize uint32 +pkg archive/zip, type ReadCloser struct +pkg archive/zip, type ReadCloser struct, embedded Reader +pkg archive/zip, type Reader struct +pkg archive/zip, type Reader struct, Comment string +pkg archive/zip, type Reader struct, File []*File +pkg archive/zip, type Writer struct +pkg archive/zip, var ErrAlgorithm error +pkg archive/zip, var ErrChecksum error +pkg archive/zip, var ErrFormat error +pkg bufio, func NewReadWriter(*Reader, *Writer) *ReadWriter +pkg bufio, func NewReader(io.Reader) *Reader +pkg bufio, func NewReaderSize(io.Reader, int) *Reader +pkg bufio, func NewWriter(io.Writer) *Writer +pkg bufio, func NewWriterSize(io.Writer, int) *Writer +pkg bufio, method (*Reader) Buffered() int +pkg bufio, method (*Reader) Peek(int) ([]uint8, error) +pkg bufio, method (*Reader) Read([]uint8) (int, error) +pkg bufio, method (*Reader) ReadByte() (uint8, error) +pkg bufio, method (*Reader) ReadBytes(uint8) ([]uint8, error) +pkg bufio, method (*Reader) ReadLine() ([]uint8, bool, error) +pkg bufio, method (*Reader) ReadRune() (int32, int, error) +pkg bufio, method (*Reader) ReadSlice(uint8) ([]uint8, error) +pkg bufio, method (*Reader) ReadString(uint8) (string, error) +pkg bufio, method (*Reader) UnreadByte() error +pkg bufio, method (*Reader) UnreadRune() error +pkg bufio, method (*Writer) Available() int +pkg bufio, method (*Writer) Buffered() int +pkg bufio, method (*Writer) Flush() error +pkg bufio, method (*Writer) Write([]uint8) (int, error) +pkg bufio, method (*Writer) WriteByte(uint8) error +pkg bufio, method (*Writer) WriteRune(int32) (int, error) +pkg bufio, method (*Writer) WriteString(string) (int, error) +pkg bufio, method (ReadWriter) Available() int +pkg bufio, method (ReadWriter) Flush() error +pkg bufio, method (ReadWriter) Peek(int) ([]uint8, error) +pkg bufio, method (ReadWriter) Read([]uint8) (int, error) +pkg bufio, method (ReadWriter) ReadByte() (uint8, error) +pkg bufio, method (ReadWriter) ReadBytes(uint8) ([]uint8, error) +pkg bufio, method (ReadWriter) ReadLine() ([]uint8, bool, error) +pkg bufio, method (ReadWriter) ReadRune() (int32, int, error) +pkg bufio, method (ReadWriter) ReadSlice(uint8) ([]uint8, error) +pkg bufio, method (ReadWriter) ReadString(uint8) (string, error) +pkg bufio, method (ReadWriter) UnreadByte() error +pkg bufio, method (ReadWriter) UnreadRune() error +pkg bufio, method (ReadWriter) Write([]uint8) (int, error) +pkg bufio, method (ReadWriter) WriteByte(uint8) error +pkg bufio, method (ReadWriter) WriteRune(int32) (int, error) +pkg bufio, method (ReadWriter) WriteString(string) (int, error) +pkg bufio, type ReadWriter struct +pkg bufio, type ReadWriter struct, embedded *Reader +pkg bufio, type ReadWriter struct, embedded *Writer +pkg bufio, type Reader struct +pkg bufio, type Writer struct +pkg bufio, var ErrBufferFull error +pkg bufio, var ErrInvalidUnreadByte error +pkg bufio, var ErrInvalidUnreadRune error +pkg bufio, var ErrNegativeCount error +pkg bytes, const MinRead ideal-int +pkg bytes, func Compare([]uint8, []uint8) int +pkg bytes, func Contains([]uint8, []uint8) bool +pkg bytes, func Count([]uint8, []uint8) int +pkg bytes, func Equal([]uint8, []uint8) bool +pkg bytes, func EqualFold([]uint8, []uint8) bool +pkg bytes, func Fields([]uint8) [][]uint8 +pkg bytes, func FieldsFunc([]uint8, func(int32) bool) [][]uint8 +pkg bytes, func HasPrefix([]uint8, []uint8) bool +pkg bytes, func HasSuffix([]uint8, []uint8) bool +pkg bytes, func Index([]uint8, []uint8) int +pkg bytes, func IndexAny([]uint8, string) int +pkg bytes, func IndexByte([]uint8, uint8) int +pkg bytes, func IndexFunc([]uint8, func(int32) bool) int +pkg bytes, func IndexRune([]uint8, int32) int +pkg bytes, func Join([][]uint8, []uint8) []uint8 +pkg bytes, func LastIndex([]uint8, []uint8) int +pkg bytes, func LastIndexAny([]uint8, string) int +pkg bytes, func LastIndexFunc([]uint8, func(int32) bool) int +pkg bytes, func Map(func(int32) int32, []uint8) []uint8 +pkg bytes, func NewBuffer([]uint8) *Buffer +pkg bytes, func NewBufferString(string) *Buffer +pkg bytes, func NewReader([]uint8) *Reader +pkg bytes, func Repeat([]uint8, int) []uint8 +pkg bytes, func Replace([]uint8, []uint8, []uint8, int) []uint8 +pkg bytes, func Runes([]uint8) []int32 +pkg bytes, func Split([]uint8, []uint8) [][]uint8 +pkg bytes, func SplitAfter([]uint8, []uint8) [][]uint8 +pkg bytes, func SplitAfterN([]uint8, []uint8, int) [][]uint8 +pkg bytes, func SplitN([]uint8, []uint8, int) [][]uint8 +pkg bytes, func Title([]uint8) []uint8 +pkg bytes, func ToLower([]uint8) []uint8 +pkg bytes, func ToLowerSpecial(unicode.SpecialCase, []uint8) []uint8 +pkg bytes, func ToTitle([]uint8) []uint8 +pkg bytes, func ToTitleSpecial(unicode.SpecialCase, []uint8) []uint8 +pkg bytes, func ToUpper([]uint8) []uint8 +pkg bytes, func ToUpperSpecial(unicode.SpecialCase, []uint8) []uint8 +pkg bytes, func Trim([]uint8, string) []uint8 +pkg bytes, func TrimFunc([]uint8, func(int32) bool) []uint8 +pkg bytes, func TrimLeft([]uint8, string) []uint8 +pkg bytes, func TrimLeftFunc([]uint8, func(int32) bool) []uint8 +pkg bytes, func TrimRight([]uint8, string) []uint8 +pkg bytes, func TrimRightFunc([]uint8, func(int32) bool) []uint8 +pkg bytes, func TrimSpace([]uint8) []uint8 +pkg bytes, method (*Buffer) Bytes() []uint8 +pkg bytes, method (*Buffer) Len() int +pkg bytes, method (*Buffer) Next(int) []uint8 +pkg bytes, method (*Buffer) Read([]uint8) (int, error) +pkg bytes, method (*Buffer) ReadByte() (uint8, error) +pkg bytes, method (*Buffer) ReadBytes(uint8) ([]uint8, error) +pkg bytes, method (*Buffer) ReadFrom(io.Reader) (int64, error) +pkg bytes, method (*Buffer) ReadRune() (int32, int, error) +pkg bytes, method (*Buffer) ReadString(uint8) (string, error) +pkg bytes, method (*Buffer) Reset() +pkg bytes, method (*Buffer) String() string +pkg bytes, method (*Buffer) Truncate(int) +pkg bytes, method (*Buffer) UnreadByte() error +pkg bytes, method (*Buffer) UnreadRune() error +pkg bytes, method (*Buffer) Write([]uint8) (int, error) +pkg bytes, method (*Buffer) WriteByte(uint8) error +pkg bytes, method (*Buffer) WriteRune(int32) (int, error) +pkg bytes, method (*Buffer) WriteString(string) (int, error) +pkg bytes, method (*Buffer) WriteTo(io.Writer) (int64, error) +pkg bytes, method (*Reader) Len() int +pkg bytes, method (*Reader) Read([]uint8) (int, error) +pkg bytes, method (*Reader) ReadAt([]uint8, int64) (int, error) +pkg bytes, method (*Reader) ReadByte() (uint8, error) +pkg bytes, method (*Reader) ReadRune() (int32, int, error) +pkg bytes, method (*Reader) Seek(int64, int) (int64, error) +pkg bytes, method (*Reader) UnreadByte() error +pkg bytes, method (*Reader) UnreadRune() error +pkg bytes, type Buffer struct +pkg bytes, type Reader struct +pkg bytes, var ErrTooLarge error +pkg compress/bzip2, func NewReader(io.Reader) io.Reader +pkg compress/bzip2, method (StructuralError) Error() string +pkg compress/bzip2, type StructuralError string +pkg compress/flate, const BestCompression ideal-int +pkg compress/flate, const BestSpeed ideal-int +pkg compress/flate, const DefaultCompression ideal-int +pkg compress/flate, const NoCompression ideal-int +pkg compress/flate, func NewReader(io.Reader) io.ReadCloser +pkg compress/flate, func NewReaderDict(io.Reader, []uint8) io.ReadCloser +pkg compress/flate, func NewWriter(io.Writer, int) (*Writer, error) +pkg compress/flate, func NewWriterDict(io.Writer, int, []uint8) (*Writer, error) +pkg compress/flate, method (*ReadError) Error() string +pkg compress/flate, method (*WriteError) Error() string +pkg compress/flate, method (*Writer) Close() error +pkg compress/flate, method (*Writer) Flush() error +pkg compress/flate, method (*Writer) Write([]uint8) (int, error) +pkg compress/flate, method (CorruptInputError) Error() string +pkg compress/flate, method (InternalError) Error() string +pkg compress/flate, type CorruptInputError int64 +pkg compress/flate, type InternalError string +pkg compress/flate, type ReadError struct +pkg compress/flate, type ReadError struct, Err error +pkg compress/flate, type ReadError struct, Offset int64 +pkg compress/flate, type Reader interface { Read, ReadByte } +pkg compress/flate, type Reader interface, Read([]uint8) (int, error) +pkg compress/flate, type Reader interface, ReadByte() (uint8, error) +pkg compress/flate, type WriteError struct +pkg compress/flate, type WriteError struct, Err error +pkg compress/flate, type WriteError struct, Offset int64 +pkg compress/flate, type Writer struct +pkg compress/gzip, const BestCompression ideal-int +pkg compress/gzip, const BestSpeed ideal-int +pkg compress/gzip, const DefaultCompression ideal-int +pkg compress/gzip, const NoCompression ideal-int +pkg compress/gzip, func NewReader(io.Reader) (*Reader, error) +pkg compress/gzip, func NewWriter(io.Writer) *Writer +pkg compress/gzip, func NewWriterLevel(io.Writer, int) (*Writer, error) +pkg compress/gzip, method (*Reader) Close() error +pkg compress/gzip, method (*Reader) Read([]uint8) (int, error) +pkg compress/gzip, method (*Writer) Close() error +pkg compress/gzip, method (*Writer) Write([]uint8) (int, error) +pkg compress/gzip, type Header struct +pkg compress/gzip, type Header struct, Comment string +pkg compress/gzip, type Header struct, Extra []uint8 +pkg compress/gzip, type Header struct, ModTime time.Time +pkg compress/gzip, type Header struct, Name string +pkg compress/gzip, type Header struct, OS uint8 +pkg compress/gzip, type Reader struct +pkg compress/gzip, type Reader struct, embedded Header +pkg compress/gzip, type Writer struct +pkg compress/gzip, type Writer struct, embedded Header +pkg compress/gzip, var ErrChecksum error +pkg compress/gzip, var ErrHeader error +pkg compress/lzw, const LSB Order +pkg compress/lzw, const MSB Order +pkg compress/lzw, func NewReader(io.Reader, Order, int) io.ReadCloser +pkg compress/lzw, func NewWriter(io.Writer, Order, int) io.WriteCloser +pkg compress/lzw, type Order int +pkg compress/zlib, const BestCompression ideal-int +pkg compress/zlib, const BestSpeed ideal-int +pkg compress/zlib, const DefaultCompression ideal-int +pkg compress/zlib, const NoCompression ideal-int +pkg compress/zlib, func NewReader(io.Reader) (io.ReadCloser, error) +pkg compress/zlib, func NewReaderDict(io.Reader, []uint8) (io.ReadCloser, error) +pkg compress/zlib, func NewWriter(io.Writer) *Writer +pkg compress/zlib, func NewWriterLevel(io.Writer, int) (*Writer, error) +pkg compress/zlib, func NewWriterLevelDict(io.Writer, int, []uint8) (*Writer, error) +pkg compress/zlib, method (*Writer) Close() error +pkg compress/zlib, method (*Writer) Flush() error +pkg compress/zlib, method (*Writer) Write([]uint8) (int, error) +pkg compress/zlib, type Writer struct +pkg compress/zlib, var ErrChecksum error +pkg compress/zlib, var ErrDictionary error +pkg compress/zlib, var ErrHeader error +pkg container/heap, func Init(Interface) +pkg container/heap, func Pop(Interface) interface{} +pkg container/heap, func Push(Interface, interface{}) +pkg container/heap, func Remove(Interface, int) interface{} +pkg container/heap, type Interface interface { Len, Less, Pop, Push, Swap } +pkg container/heap, type Interface interface, Len() int +pkg container/heap, type Interface interface, Less(int, int) bool +pkg container/heap, type Interface interface, Pop() interface{} +pkg container/heap, type Interface interface, Push(interface{}) +pkg container/heap, type Interface interface, Swap(int, int) +pkg container/list, func New() *List +pkg container/list, method (*Element) Next() *Element +pkg container/list, method (*Element) Prev() *Element +pkg container/list, method (*List) Back() *Element +pkg container/list, method (*List) Front() *Element +pkg container/list, method (*List) Init() *List +pkg container/list, method (*List) InsertAfter(interface{}, *Element) *Element +pkg container/list, method (*List) InsertBefore(interface{}, *Element) *Element +pkg container/list, method (*List) Len() int +pkg container/list, method (*List) MoveToBack(*Element) +pkg container/list, method (*List) MoveToFront(*Element) +pkg container/list, method (*List) PushBack(interface{}) *Element +pkg container/list, method (*List) PushBackList(*List) +pkg container/list, method (*List) PushFront(interface{}) *Element +pkg container/list, method (*List) PushFrontList(*List) +pkg container/list, method (*List) Remove(*Element) interface{} +pkg container/list, type Element struct +pkg container/list, type Element struct, Value interface{} +pkg container/list, type List struct +pkg container/ring, func New(int) *Ring +pkg container/ring, method (*Ring) Do(func(interface{})) +pkg container/ring, method (*Ring) Len() int +pkg container/ring, method (*Ring) Link(*Ring) *Ring +pkg container/ring, method (*Ring) Move(int) *Ring +pkg container/ring, method (*Ring) Next() *Ring +pkg container/ring, method (*Ring) Prev() *Ring +pkg container/ring, method (*Ring) Unlink(int) *Ring +pkg container/ring, type Ring struct +pkg container/ring, type Ring struct, Value interface{} +pkg crypto, const MD4 Hash +pkg crypto, const MD5 Hash +pkg crypto, const MD5SHA1 Hash +pkg crypto, const RIPEMD160 Hash +pkg crypto, const SHA1 Hash +pkg crypto, const SHA224 Hash +pkg crypto, const SHA256 Hash +pkg crypto, const SHA384 Hash +pkg crypto, const SHA512 Hash +pkg crypto, func RegisterHash(Hash, func() hash.Hash) +pkg crypto, method (Hash) Available() bool +pkg crypto, method (Hash) New() hash.Hash +pkg crypto, method (Hash) Size() int +pkg crypto, type Hash uint +pkg crypto, type PrivateKey interface {} +pkg crypto/aes, const BlockSize ideal-int +pkg crypto/aes, func NewCipher([]uint8) (cipher.Block, error) +pkg crypto/aes, method (KeySizeError) Error() string +pkg crypto/aes, type KeySizeError int +pkg crypto/cipher, func NewCBCDecrypter(Block, []uint8) BlockMode +pkg crypto/cipher, func NewCBCEncrypter(Block, []uint8) BlockMode +pkg crypto/cipher, func NewCFBDecrypter(Block, []uint8) Stream +pkg crypto/cipher, func NewCFBEncrypter(Block, []uint8) Stream +pkg crypto/cipher, func NewCTR(Block, []uint8) Stream +pkg crypto/cipher, func NewOFB(Block, []uint8) Stream +pkg crypto/cipher, method (StreamReader) Read([]uint8) (int, error) +pkg crypto/cipher, method (StreamWriter) Close() error +pkg crypto/cipher, method (StreamWriter) Write([]uint8) (int, error) +pkg crypto/cipher, type Block interface { BlockSize, Decrypt, Encrypt } +pkg crypto/cipher, type Block interface, BlockSize() int +pkg crypto/cipher, type Block interface, Decrypt([]uint8, []uint8) +pkg crypto/cipher, type Block interface, Encrypt([]uint8, []uint8) +pkg crypto/cipher, type BlockMode interface { BlockSize, CryptBlocks } +pkg crypto/cipher, type BlockMode interface, BlockSize() int +pkg crypto/cipher, type BlockMode interface, CryptBlocks([]uint8, []uint8) +pkg crypto/cipher, type Stream interface { XORKeyStream } +pkg crypto/cipher, type Stream interface, XORKeyStream([]uint8, []uint8) +pkg crypto/cipher, type StreamReader struct +pkg crypto/cipher, type StreamReader struct, R io.Reader +pkg crypto/cipher, type StreamReader struct, S Stream +pkg crypto/cipher, type StreamWriter struct +pkg crypto/cipher, type StreamWriter struct, Err error +pkg crypto/cipher, type StreamWriter struct, S Stream +pkg crypto/cipher, type StreamWriter struct, W io.Writer +pkg crypto/des, const BlockSize ideal-int +pkg crypto/des, func NewCipher([]uint8) (cipher.Block, error) +pkg crypto/des, func NewTripleDESCipher([]uint8) (cipher.Block, error) +pkg crypto/des, method (KeySizeError) Error() string +pkg crypto/des, type KeySizeError int +pkg crypto/dsa, const L1024N160 ParameterSizes +pkg crypto/dsa, const L2048N224 ParameterSizes +pkg crypto/dsa, const L2048N256 ParameterSizes +pkg crypto/dsa, const L3072N256 ParameterSizes +pkg crypto/dsa, func GenerateKey(*PrivateKey, io.Reader) error +pkg crypto/dsa, func GenerateParameters(*Parameters, io.Reader, ParameterSizes) error +pkg crypto/dsa, func Sign(io.Reader, *PrivateKey, []uint8) (*big.Int, *big.Int, error) +pkg crypto/dsa, func Verify(*PublicKey, []uint8, *big.Int, *big.Int) bool +pkg crypto/dsa, type ParameterSizes int +pkg crypto/dsa, type Parameters struct +pkg crypto/dsa, type Parameters struct, G *big.Int +pkg crypto/dsa, type Parameters struct, P *big.Int +pkg crypto/dsa, type Parameters struct, Q *big.Int +pkg crypto/dsa, type PrivateKey struct +pkg crypto/dsa, type PrivateKey struct, X *big.Int +pkg crypto/dsa, type PrivateKey struct, embedded PublicKey +pkg crypto/dsa, type PublicKey struct +pkg crypto/dsa, type PublicKey struct, Y *big.Int +pkg crypto/dsa, type PublicKey struct, embedded Parameters +pkg crypto/dsa, var ErrInvalidPublicKey error +pkg crypto/ecdsa, func GenerateKey(elliptic.Curve, io.Reader) (*PrivateKey, error) +pkg crypto/ecdsa, func Sign(io.Reader, *PrivateKey, []uint8) (*big.Int, *big.Int, error) +pkg crypto/ecdsa, func Verify(*PublicKey, []uint8, *big.Int, *big.Int) bool +pkg crypto/ecdsa, method (PrivateKey) Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PrivateKey) Double(*big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PrivateKey) IsOnCurve(*big.Int, *big.Int) bool +pkg crypto/ecdsa, method (PrivateKey) Params() *elliptic.CurveParams +pkg crypto/ecdsa, method (PrivateKey) ScalarBaseMult([]uint8) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PrivateKey) ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PublicKey) Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PublicKey) Double(*big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PublicKey) IsOnCurve(*big.Int, *big.Int) bool +pkg crypto/ecdsa, method (PublicKey) Params() *elliptic.CurveParams +pkg crypto/ecdsa, method (PublicKey) ScalarBaseMult([]uint8) (*big.Int, *big.Int) +pkg crypto/ecdsa, method (PublicKey) ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int) +pkg crypto/ecdsa, type PrivateKey struct +pkg crypto/ecdsa, type PrivateKey struct, D *big.Int +pkg crypto/ecdsa, type PrivateKey struct, embedded PublicKey +pkg crypto/ecdsa, type PublicKey struct +pkg crypto/ecdsa, type PublicKey struct, X *big.Int +pkg crypto/ecdsa, type PublicKey struct, Y *big.Int +pkg crypto/ecdsa, type PublicKey struct, embedded elliptic.Curve +pkg crypto/elliptic, func GenerateKey(Curve, io.Reader) ([]uint8, *big.Int, *big.Int, error) +pkg crypto/elliptic, func Marshal(Curve, *big.Int, *big.Int) []uint8 +pkg crypto/elliptic, func P224() Curve +pkg crypto/elliptic, func P256() Curve +pkg crypto/elliptic, func P384() Curve +pkg crypto/elliptic, func P521() Curve +pkg crypto/elliptic, func Unmarshal(Curve, []uint8) (*big.Int, *big.Int) +pkg crypto/elliptic, method (*CurveParams) Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/elliptic, method (*CurveParams) Double(*big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/elliptic, method (*CurveParams) IsOnCurve(*big.Int, *big.Int) bool +pkg crypto/elliptic, method (*CurveParams) Params() *CurveParams +pkg crypto/elliptic, method (*CurveParams) ScalarBaseMult([]uint8) (*big.Int, *big.Int) +pkg crypto/elliptic, method (*CurveParams) ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int) +pkg crypto/elliptic, type Curve interface { Add, Double, IsOnCurve, Params, ScalarBaseMult, ScalarMult } +pkg crypto/elliptic, type Curve interface, Add(*big.Int, *big.Int, *big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/elliptic, type Curve interface, Double(*big.Int, *big.Int) (*big.Int, *big.Int) +pkg crypto/elliptic, type Curve interface, IsOnCurve(*big.Int, *big.Int) bool +pkg crypto/elliptic, type Curve interface, Params() *CurveParams +pkg crypto/elliptic, type Curve interface, ScalarBaseMult([]uint8) (*big.Int, *big.Int) +pkg crypto/elliptic, type Curve interface, ScalarMult(*big.Int, *big.Int, []uint8) (*big.Int, *big.Int) +pkg crypto/elliptic, type CurveParams struct +pkg crypto/elliptic, type CurveParams struct, B *big.Int +pkg crypto/elliptic, type CurveParams struct, BitSize int +pkg crypto/elliptic, type CurveParams struct, Gx *big.Int +pkg crypto/elliptic, type CurveParams struct, Gy *big.Int +pkg crypto/elliptic, type CurveParams struct, N *big.Int +pkg crypto/elliptic, type CurveParams struct, P *big.Int +pkg crypto/hmac, func New(func() hash.Hash, []uint8) hash.Hash +pkg crypto/md5, const BlockSize ideal-int +pkg crypto/md5, const Size ideal-int +pkg crypto/md5, func New() hash.Hash +pkg crypto/rand, func Int(io.Reader, *big.Int) (*big.Int, error) +pkg crypto/rand, func Prime(io.Reader, int) (*big.Int, error) +pkg crypto/rand, func Read([]uint8) (int, error) +pkg crypto/rand, var Reader io.Reader +pkg crypto/rc4, func NewCipher([]uint8) (*Cipher, error) +pkg crypto/rc4, method (*Cipher) Reset() +pkg crypto/rc4, method (*Cipher) XORKeyStream([]uint8, []uint8) +pkg crypto/rc4, method (KeySizeError) Error() string +pkg crypto/rc4, type Cipher struct +pkg crypto/rc4, type KeySizeError int +pkg crypto/rsa, func DecryptOAEP(hash.Hash, io.Reader, *PrivateKey, []uint8, []uint8) ([]uint8, error) +pkg crypto/rsa, func DecryptPKCS1v15(io.Reader, *PrivateKey, []uint8) ([]uint8, error) +pkg crypto/rsa, func DecryptPKCS1v15SessionKey(io.Reader, *PrivateKey, []uint8, []uint8) error +pkg crypto/rsa, func EncryptOAEP(hash.Hash, io.Reader, *PublicKey, []uint8, []uint8) ([]uint8, error) +pkg crypto/rsa, func EncryptPKCS1v15(io.Reader, *PublicKey, []uint8) ([]uint8, error) +pkg crypto/rsa, func GenerateKey(io.Reader, int) (*PrivateKey, error) +pkg crypto/rsa, func GenerateMultiPrimeKey(io.Reader, int, int) (*PrivateKey, error) +pkg crypto/rsa, func SignPKCS1v15(io.Reader, *PrivateKey, crypto.Hash, []uint8) ([]uint8, error) +pkg crypto/rsa, func VerifyPKCS1v15(*PublicKey, crypto.Hash, []uint8, []uint8) error +pkg crypto/rsa, method (*PrivateKey) Precompute() +pkg crypto/rsa, method (*PrivateKey) Validate() error +pkg crypto/rsa, type CRTValue struct +pkg crypto/rsa, type CRTValue struct, Coeff *big.Int +pkg crypto/rsa, type CRTValue struct, Exp *big.Int +pkg crypto/rsa, type CRTValue struct, R *big.Int +pkg crypto/rsa, type PrecomputedValues struct +pkg crypto/rsa, type PrecomputedValues struct, CRTValues []CRTValue +pkg crypto/rsa, type PrecomputedValues struct, Dp *big.Int +pkg crypto/rsa, type PrecomputedValues struct, Dq *big.Int +pkg crypto/rsa, type PrecomputedValues struct, Qinv *big.Int +pkg crypto/rsa, type PrivateKey struct +pkg crypto/rsa, type PrivateKey struct, D *big.Int +pkg crypto/rsa, type PrivateKey struct, Precomputed PrecomputedValues +pkg crypto/rsa, type PrivateKey struct, Primes []*big.Int +pkg crypto/rsa, type PrivateKey struct, embedded PublicKey +pkg crypto/rsa, type PublicKey struct +pkg crypto/rsa, type PublicKey struct, E int +pkg crypto/rsa, type PublicKey struct, N *big.Int +pkg crypto/rsa, var ErrDecryption error +pkg crypto/rsa, var ErrMessageTooLong error +pkg crypto/rsa, var ErrVerification error +pkg crypto/sha1, const BlockSize ideal-int +pkg crypto/sha1, const Size ideal-int +pkg crypto/sha1, func New() hash.Hash +pkg crypto/sha256, const BlockSize ideal-int +pkg crypto/sha256, const Size ideal-int +pkg crypto/sha256, const Size224 ideal-int +pkg crypto/sha256, func New() hash.Hash +pkg crypto/sha256, func New224() hash.Hash +pkg crypto/sha512, const BlockSize ideal-int +pkg crypto/sha512, const Size ideal-int +pkg crypto/sha512, const Size384 ideal-int +pkg crypto/sha512, func New() hash.Hash +pkg crypto/sha512, func New384() hash.Hash +pkg crypto/subtle, func ConstantTimeByteEq(uint8, uint8) int +pkg crypto/subtle, func ConstantTimeCompare([]uint8, []uint8) int +pkg crypto/subtle, func ConstantTimeCopy(int, []uint8, []uint8) +pkg crypto/subtle, func ConstantTimeEq(int32, int32) int +pkg crypto/subtle, func ConstantTimeSelect(int, int, int) int +pkg crypto/tls, const NoClientCert ClientAuthType +pkg crypto/tls, const RequestClientCert ClientAuthType +pkg crypto/tls, const RequireAndVerifyClientCert ClientAuthType +pkg crypto/tls, const RequireAnyClientCert ClientAuthType +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA uint16 +pkg crypto/tls, const TLS_ECDHE_RSA_WITH_RC4_128_SHA uint16 +pkg crypto/tls, const TLS_RSA_WITH_3DES_EDE_CBC_SHA uint16 +pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA uint16 +pkg crypto/tls, const TLS_RSA_WITH_RC4_128_SHA uint16 +pkg crypto/tls, const VerifyClientCertIfGiven ClientAuthType +pkg crypto/tls, func Client(net.Conn, *Config) *Conn +pkg crypto/tls, func Dial(string, string, *Config) (*Conn, error) +pkg crypto/tls, func Listen(string, string, *Config) (net.Listener, error) +pkg crypto/tls, func LoadX509KeyPair(string, string) (Certificate, error) +pkg crypto/tls, func NewListener(net.Listener, *Config) net.Listener +pkg crypto/tls, func Server(net.Conn, *Config) *Conn +pkg crypto/tls, func X509KeyPair([]uint8, []uint8) (Certificate, error) +pkg crypto/tls, method (*Config) BuildNameToCertificate() +pkg crypto/tls, method (*Conn) Close() error +pkg crypto/tls, method (*Conn) ConnectionState() ConnectionState +pkg crypto/tls, method (*Conn) Handshake() error +pkg crypto/tls, method (*Conn) LocalAddr() net.Addr +pkg crypto/tls, method (*Conn) OCSPResponse() []uint8 +pkg crypto/tls, method (*Conn) Read([]uint8) (int, error) +pkg crypto/tls, method (*Conn) RemoteAddr() net.Addr +pkg crypto/tls, method (*Conn) SetDeadline(time.Time) error +pkg crypto/tls, method (*Conn) SetReadDeadline(time.Time) error +pkg crypto/tls, method (*Conn) SetWriteDeadline(time.Time) error +pkg crypto/tls, method (*Conn) VerifyHostname(string) error +pkg crypto/tls, method (*Conn) Write([]uint8) (int, error) +pkg crypto/tls, type Certificate struct +pkg crypto/tls, type Certificate struct, Certificate [][]uint8 +pkg crypto/tls, type Certificate struct, Leaf *x509.Certificate +pkg crypto/tls, type Certificate struct, OCSPStaple []uint8 +pkg crypto/tls, type Certificate struct, PrivateKey crypto.PrivateKey +pkg crypto/tls, type ClientAuthType int +pkg crypto/tls, type Config struct +pkg crypto/tls, type Config struct, Certificates []Certificate +pkg crypto/tls, type Config struct, CipherSuites []uint16 +pkg crypto/tls, type Config struct, ClientAuth ClientAuthType +pkg crypto/tls, type Config struct, ClientCAs *x509.CertPool +pkg crypto/tls, type Config struct, InsecureSkipVerify bool +pkg crypto/tls, type Config struct, NameToCertificate map[string]*Certificate +pkg crypto/tls, type Config struct, NextProtos []string +pkg crypto/tls, type Config struct, Rand io.Reader +pkg crypto/tls, type Config struct, RootCAs *x509.CertPool +pkg crypto/tls, type Config struct, ServerName string +pkg crypto/tls, type Config struct, Time func() time.Time +pkg crypto/tls, type Conn struct +pkg crypto/tls, type ConnectionState struct +pkg crypto/tls, type ConnectionState struct, CipherSuite uint16 +pkg crypto/tls, type ConnectionState struct, HandshakeComplete bool +pkg crypto/tls, type ConnectionState struct, NegotiatedProtocol string +pkg crypto/tls, type ConnectionState struct, NegotiatedProtocolIsMutual bool +pkg crypto/tls, type ConnectionState struct, PeerCertificates []*x509.Certificate +pkg crypto/tls, type ConnectionState struct, ServerName string +pkg crypto/tls, type ConnectionState struct, VerifiedChains [][]*x509.Certificate +pkg crypto/x509, const CANotAuthorizedForThisName InvalidReason +pkg crypto/x509, const DSA PublicKeyAlgorithm +pkg crypto/x509, const DSAWithSHA1 SignatureAlgorithm +pkg crypto/x509, const DSAWithSHA256 SignatureAlgorithm +pkg crypto/x509, const Expired InvalidReason +pkg crypto/x509, const ExtKeyUsageAny ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageClientAuth ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageCodeSigning ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageEmailProtection ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageOCSPSigning ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageServerAuth ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageTimeStamping ExtKeyUsage +pkg crypto/x509, const KeyUsageCRLSign KeyUsage +pkg crypto/x509, const KeyUsageCertSign KeyUsage +pkg crypto/x509, const KeyUsageContentCommitment KeyUsage +pkg crypto/x509, const KeyUsageDataEncipherment KeyUsage +pkg crypto/x509, const KeyUsageDecipherOnly KeyUsage +pkg crypto/x509, const KeyUsageDigitalSignature KeyUsage +pkg crypto/x509, const KeyUsageEncipherOnly KeyUsage +pkg crypto/x509, const KeyUsageKeyAgreement KeyUsage +pkg crypto/x509, const KeyUsageKeyEncipherment KeyUsage +pkg crypto/x509, const MD2WithRSA SignatureAlgorithm +pkg crypto/x509, const MD5WithRSA SignatureAlgorithm +pkg crypto/x509, const NotAuthorizedToSign InvalidReason +pkg crypto/x509, const RSA PublicKeyAlgorithm +pkg crypto/x509, const SHA1WithRSA SignatureAlgorithm +pkg crypto/x509, const SHA256WithRSA SignatureAlgorithm +pkg crypto/x509, const SHA384WithRSA SignatureAlgorithm +pkg crypto/x509, const SHA512WithRSA SignatureAlgorithm +pkg crypto/x509, const TooManyIntermediates InvalidReason +pkg crypto/x509, const UnknownPublicKeyAlgorithm PublicKeyAlgorithm +pkg crypto/x509, const UnknownSignatureAlgorithm SignatureAlgorithm +pkg crypto/x509, func CreateCertificate(io.Reader, *Certificate, *Certificate, interface{}, interface{}) ([]uint8, error) +pkg crypto/x509, func MarshalPKCS1PrivateKey(*rsa.PrivateKey) []uint8 +pkg crypto/x509, func MarshalPKIXPublicKey(interface{}) ([]uint8, error) +pkg crypto/x509, func NewCertPool() *CertPool +pkg crypto/x509, func ParseCRL([]uint8) (*pkix.CertificateList, error) +pkg crypto/x509, func ParseCertificate([]uint8) (*Certificate, error) +pkg crypto/x509, func ParseCertificates([]uint8) ([]*Certificate, error) +pkg crypto/x509, func ParseDERCRL([]uint8) (*pkix.CertificateList, error) +pkg crypto/x509, func ParsePKCS1PrivateKey([]uint8) (*rsa.PrivateKey, error) +pkg crypto/x509, func ParsePKCS8PrivateKey([]uint8) (interface{}, error) +pkg crypto/x509, func ParsePKIXPublicKey([]uint8) (interface{}, error) +pkg crypto/x509, method (*CertPool) AddCert(*Certificate) +pkg crypto/x509, method (*CertPool) AppendCertsFromPEM([]uint8) bool +pkg crypto/x509, method (*CertPool) Subjects() [][]uint8 +pkg crypto/x509, method (*Certificate) CheckCRLSignature(*pkix.CertificateList) error +pkg crypto/x509, method (*Certificate) CheckSignature(SignatureAlgorithm, []uint8, []uint8) error +pkg crypto/x509, method (*Certificate) CheckSignatureFrom(*Certificate) error +pkg crypto/x509, method (*Certificate) CreateCRL(io.Reader, interface{}, []pkix.RevokedCertificate, time.Time, time.Time) ([]uint8, error) +pkg crypto/x509, method (*Certificate) Equal(*Certificate) bool +pkg crypto/x509, method (*Certificate) Verify(VerifyOptions) ([][]*Certificate, error) +pkg crypto/x509, method (*Certificate) VerifyHostname(string) error +pkg crypto/x509, method (CertificateInvalidError) Error() string +pkg crypto/x509, method (ConstraintViolationError) Error() string +pkg crypto/x509, method (HostnameError) Error() string +pkg crypto/x509, method (UnhandledCriticalExtension) Error() string +pkg crypto/x509, method (UnknownAuthorityError) Error() string +pkg crypto/x509, type CertPool struct +pkg crypto/x509, type Certificate struct +pkg crypto/x509, type Certificate struct, AuthorityKeyId []uint8 +pkg crypto/x509, type Certificate struct, BasicConstraintsValid bool +pkg crypto/x509, type Certificate struct, DNSNames []string +pkg crypto/x509, type Certificate struct, EmailAddresses []string +pkg crypto/x509, type Certificate struct, ExtKeyUsage []ExtKeyUsage +pkg crypto/x509, type Certificate struct, IsCA bool +pkg crypto/x509, type Certificate struct, Issuer pkix.Name +pkg crypto/x509, type Certificate struct, KeyUsage KeyUsage +pkg crypto/x509, type Certificate struct, MaxPathLen int +pkg crypto/x509, type Certificate struct, NotAfter time.Time +pkg crypto/x509, type Certificate struct, NotBefore time.Time +pkg crypto/x509, type Certificate struct, PermittedDNSDomains []string +pkg crypto/x509, type Certificate struct, PermittedDNSDomainsCritical bool +pkg crypto/x509, type Certificate struct, PolicyIdentifiers []asn1.ObjectIdentifier +pkg crypto/x509, type Certificate struct, PublicKey interface{} +pkg crypto/x509, type Certificate struct, PublicKeyAlgorithm PublicKeyAlgorithm +pkg crypto/x509, type Certificate struct, Raw []uint8 +pkg crypto/x509, type Certificate struct, RawIssuer []uint8 +pkg crypto/x509, type Certificate struct, RawSubject []uint8 +pkg crypto/x509, type Certificate struct, RawSubjectPublicKeyInfo []uint8 +pkg crypto/x509, type Certificate struct, RawTBSCertificate []uint8 +pkg crypto/x509, type Certificate struct, SerialNumber *big.Int +pkg crypto/x509, type Certificate struct, Signature []uint8 +pkg crypto/x509, type Certificate struct, SignatureAlgorithm SignatureAlgorithm +pkg crypto/x509, type Certificate struct, Subject pkix.Name +pkg crypto/x509, type Certificate struct, SubjectKeyId []uint8 +pkg crypto/x509, type Certificate struct, UnknownExtKeyUsage []asn1.ObjectIdentifier +pkg crypto/x509, type Certificate struct, Version int +pkg crypto/x509, type CertificateInvalidError struct +pkg crypto/x509, type CertificateInvalidError struct, Cert *Certificate +pkg crypto/x509, type CertificateInvalidError struct, Reason InvalidReason +pkg crypto/x509, type ConstraintViolationError struct +pkg crypto/x509, type ExtKeyUsage int +pkg crypto/x509, type HostnameError struct +pkg crypto/x509, type HostnameError struct, Certificate *Certificate +pkg crypto/x509, type HostnameError struct, Host string +pkg crypto/x509, type InvalidReason int +pkg crypto/x509, type KeyUsage int +pkg crypto/x509, type PublicKeyAlgorithm int +pkg crypto/x509, type SignatureAlgorithm int +pkg crypto/x509, type UnhandledCriticalExtension struct +pkg crypto/x509, type UnknownAuthorityError struct +pkg crypto/x509, type VerifyOptions struct +pkg crypto/x509, type VerifyOptions struct, CurrentTime time.Time +pkg crypto/x509, type VerifyOptions struct, DNSName string +pkg crypto/x509, type VerifyOptions struct, Intermediates *CertPool +pkg crypto/x509, type VerifyOptions struct, Roots *CertPool +pkg crypto/x509, var ErrUnsupportedAlgorithm error +pkg crypto/x509/pkix, method (*CertificateList) HasExpired(time.Time) bool +pkg crypto/x509/pkix, method (*Name) FillFromRDNSequence(*RDNSequence) +pkg crypto/x509/pkix, method (Name) ToRDNSequence() RDNSequence +pkg crypto/x509/pkix, type AlgorithmIdentifier struct +pkg crypto/x509/pkix, type AlgorithmIdentifier struct, Algorithm asn1.ObjectIdentifier +pkg crypto/x509/pkix, type AlgorithmIdentifier struct, Parameters asn1.RawValue +pkg crypto/x509/pkix, type AttributeTypeAndValue struct +pkg crypto/x509/pkix, type AttributeTypeAndValue struct, Type asn1.ObjectIdentifier +pkg crypto/x509/pkix, type AttributeTypeAndValue struct, Value interface{} +pkg crypto/x509/pkix, type CertificateList struct +pkg crypto/x509/pkix, type CertificateList struct, SignatureAlgorithm AlgorithmIdentifier +pkg crypto/x509/pkix, type CertificateList struct, SignatureValue asn1.BitString +pkg crypto/x509/pkix, type CertificateList struct, TBSCertList TBSCertificateList +pkg crypto/x509/pkix, type Extension struct +pkg crypto/x509/pkix, type Extension struct, Critical bool +pkg crypto/x509/pkix, type Extension struct, Id asn1.ObjectIdentifier +pkg crypto/x509/pkix, type Extension struct, Value []uint8 +pkg crypto/x509/pkix, type Name struct +pkg crypto/x509/pkix, type Name struct, CommonName string +pkg crypto/x509/pkix, type Name struct, Country []string +pkg crypto/x509/pkix, type Name struct, Locality []string +pkg crypto/x509/pkix, type Name struct, Names []AttributeTypeAndValue +pkg crypto/x509/pkix, type Name struct, Organization []string +pkg crypto/x509/pkix, type Name struct, OrganizationalUnit []string +pkg crypto/x509/pkix, type Name struct, PostalCode []string +pkg crypto/x509/pkix, type Name struct, Province []string +pkg crypto/x509/pkix, type Name struct, SerialNumber string +pkg crypto/x509/pkix, type Name struct, StreetAddress []string +pkg crypto/x509/pkix, type RDNSequence []RelativeDistinguishedNameSET +pkg crypto/x509/pkix, type RelativeDistinguishedNameSET []AttributeTypeAndValue +pkg crypto/x509/pkix, type RevokedCertificate struct +pkg crypto/x509/pkix, type RevokedCertificate struct, Extensions []Extension +pkg crypto/x509/pkix, type RevokedCertificate struct, RevocationTime time.Time +pkg crypto/x509/pkix, type RevokedCertificate struct, SerialNumber *big.Int +pkg crypto/x509/pkix, type TBSCertificateList struct +pkg crypto/x509/pkix, type TBSCertificateList struct, Extensions []Extension +pkg crypto/x509/pkix, type TBSCertificateList struct, Issuer RDNSequence +pkg crypto/x509/pkix, type TBSCertificateList struct, NextUpdate time.Time +pkg crypto/x509/pkix, type TBSCertificateList struct, Raw asn1.RawContent +pkg crypto/x509/pkix, type TBSCertificateList struct, RevokedCertificates []RevokedCertificate +pkg crypto/x509/pkix, type TBSCertificateList struct, Signature AlgorithmIdentifier +pkg crypto/x509/pkix, type TBSCertificateList struct, ThisUpdate time.Time +pkg crypto/x509/pkix, type TBSCertificateList struct, Version int +pkg database/sql, func Open(string, string) (*DB, error) +pkg database/sql, func Register(string, driver.Driver) +pkg database/sql, method (*DB) Begin() (*Tx, error) +pkg database/sql, method (*DB) Close() error +pkg database/sql, method (*DB) Driver() driver.Driver +pkg database/sql, method (*DB) Exec(string, ...interface{}) (Result, error) +pkg database/sql, method (*DB) Prepare(string) (*Stmt, error) +pkg database/sql, method (*DB) Query(string, ...interface{}) (*Rows, error) +pkg database/sql, method (*DB) QueryRow(string, ...interface{}) *Row +pkg database/sql, method (*NullBool) Scan(interface{}) error +pkg database/sql, method (*NullFloat64) Scan(interface{}) error +pkg database/sql, method (*NullInt64) Scan(interface{}) error +pkg database/sql, method (*NullString) Scan(interface{}) error +pkg database/sql, method (*Row) Scan(...interface{}) error +pkg database/sql, method (*Rows) Close() error +pkg database/sql, method (*Rows) Columns() ([]string, error) +pkg database/sql, method (*Rows) Err() error +pkg database/sql, method (*Rows) Next() bool +pkg database/sql, method (*Rows) Scan(...interface{}) error +pkg database/sql, method (*Stmt) Close() error +pkg database/sql, method (*Stmt) Exec(...interface{}) (Result, error) +pkg database/sql, method (*Stmt) Query(...interface{}) (*Rows, error) +pkg database/sql, method (*Stmt) QueryRow(...interface{}) *Row +pkg database/sql, method (*Tx) Commit() error +pkg database/sql, method (*Tx) Exec(string, ...interface{}) (Result, error) +pkg database/sql, method (*Tx) Prepare(string) (*Stmt, error) +pkg database/sql, method (*Tx) Query(string, ...interface{}) (*Rows, error) +pkg database/sql, method (*Tx) QueryRow(string, ...interface{}) *Row +pkg database/sql, method (*Tx) Rollback() error +pkg database/sql, method (*Tx) Stmt(*Stmt) *Stmt +pkg database/sql, method (NullBool) Value() (driver.Value, error) +pkg database/sql, method (NullFloat64) Value() (driver.Value, error) +pkg database/sql, method (NullInt64) Value() (driver.Value, error) +pkg database/sql, method (NullString) Value() (driver.Value, error) +pkg database/sql, type DB struct +pkg database/sql, type NullBool struct +pkg database/sql, type NullBool struct, Bool bool +pkg database/sql, type NullBool struct, Valid bool +pkg database/sql, type NullFloat64 struct +pkg database/sql, type NullFloat64 struct, Float64 float64 +pkg database/sql, type NullFloat64 struct, Valid bool +pkg database/sql, type NullInt64 struct +pkg database/sql, type NullInt64 struct, Int64 int64 +pkg database/sql, type NullInt64 struct, Valid bool +pkg database/sql, type NullString struct +pkg database/sql, type NullString struct, String string +pkg database/sql, type NullString struct, Valid bool +pkg database/sql, type RawBytes []uint8 +pkg database/sql, type Result interface { LastInsertId, RowsAffected } +pkg database/sql, type Result interface, LastInsertId() (int64, error) +pkg database/sql, type Result interface, RowsAffected() (int64, error) +pkg database/sql, type Row struct +pkg database/sql, type Rows struct +pkg database/sql, type Scanner interface { Scan } +pkg database/sql, type Scanner interface, Scan(interface{}) error +pkg database/sql, type Stmt struct +pkg database/sql, type Tx struct +pkg database/sql, var ErrNoRows error +pkg database/sql, var ErrTxDone error +pkg database/sql/driver, func IsScanValue(interface{}) bool +pkg database/sql/driver, func IsValue(interface{}) bool +pkg database/sql/driver, method (NotNull) ConvertValue(interface{}) (Value, error) +pkg database/sql/driver, method (Null) ConvertValue(interface{}) (Value, error) +pkg database/sql/driver, method (RowsAffected) LastInsertId() (int64, error) +pkg database/sql/driver, method (RowsAffected) RowsAffected() (int64, error) +pkg database/sql/driver, type ColumnConverter interface { ColumnConverter } +pkg database/sql/driver, type ColumnConverter interface, ColumnConverter(int) ValueConverter +pkg database/sql/driver, type Conn interface { Begin, Close, Prepare } +pkg database/sql/driver, type Conn interface, Begin() (Tx, error) +pkg database/sql/driver, type Conn interface, Close() error +pkg database/sql/driver, type Conn interface, Prepare(string) (Stmt, error) +pkg database/sql/driver, type Driver interface { Open } +pkg database/sql/driver, type Driver interface, Open(string) (Conn, error) +pkg database/sql/driver, type Execer interface { Exec } +pkg database/sql/driver, type Execer interface, Exec(string, []Value) (Result, error) +pkg database/sql/driver, type NotNull struct +pkg database/sql/driver, type NotNull struct, Converter ValueConverter +pkg database/sql/driver, type Null struct +pkg database/sql/driver, type Null struct, Converter ValueConverter +pkg database/sql/driver, type Result interface { LastInsertId, RowsAffected } +pkg database/sql/driver, type Result interface, LastInsertId() (int64, error) +pkg database/sql/driver, type Result interface, RowsAffected() (int64, error) +pkg database/sql/driver, type Rows interface { Close, Columns, Next } +pkg database/sql/driver, type Rows interface, Close() error +pkg database/sql/driver, type Rows interface, Columns() []string +pkg database/sql/driver, type Rows interface, Next([]Value) error +pkg database/sql/driver, type RowsAffected int64 +pkg database/sql/driver, type Stmt interface { Close, Exec, NumInput, Query } +pkg database/sql/driver, type Stmt interface, Close() error +pkg database/sql/driver, type Stmt interface, Exec([]Value) (Result, error) +pkg database/sql/driver, type Stmt interface, NumInput() int +pkg database/sql/driver, type Stmt interface, Query([]Value) (Rows, error) +pkg database/sql/driver, type Tx interface { Commit, Rollback } +pkg database/sql/driver, type Tx interface, Commit() error +pkg database/sql/driver, type Tx interface, Rollback() error +pkg database/sql/driver, type Value interface {} +pkg database/sql/driver, type ValueConverter interface { ConvertValue } +pkg database/sql/driver, type ValueConverter interface, ConvertValue(interface{}) (Value, error) +pkg database/sql/driver, type Valuer interface { Value } +pkg database/sql/driver, type Valuer interface, Value() (Value, error) +pkg database/sql/driver, var Bool boolType +pkg database/sql/driver, var DefaultParameterConverter defaultConverter +pkg database/sql/driver, var ErrBadConn error +pkg database/sql/driver, var ErrSkip error +pkg database/sql/driver, var Int32 int32Type +pkg database/sql/driver, var ResultNoRows noRows +pkg database/sql/driver, var String stringType +pkg debug/dwarf, const AttrAbstractOrigin Attr +pkg debug/dwarf, const AttrAccessibility Attr +pkg debug/dwarf, const AttrAddrClass Attr +pkg debug/dwarf, const AttrAllocated Attr +pkg debug/dwarf, const AttrArtificial Attr +pkg debug/dwarf, const AttrAssociated Attr +pkg debug/dwarf, const AttrBaseTypes Attr +pkg debug/dwarf, const AttrBitOffset Attr +pkg debug/dwarf, const AttrBitSize Attr +pkg debug/dwarf, const AttrByteSize Attr +pkg debug/dwarf, const AttrCallColumn Attr +pkg debug/dwarf, const AttrCallFile Attr +pkg debug/dwarf, const AttrCallLine Attr +pkg debug/dwarf, const AttrCalling Attr +pkg debug/dwarf, const AttrCommonRef Attr +pkg debug/dwarf, const AttrCompDir Attr +pkg debug/dwarf, const AttrConstValue Attr +pkg debug/dwarf, const AttrContainingType Attr +pkg debug/dwarf, const AttrCount Attr +pkg debug/dwarf, const AttrDataLocation Attr +pkg debug/dwarf, const AttrDataMemberLoc Attr +pkg debug/dwarf, const AttrDeclColumn Attr +pkg debug/dwarf, const AttrDeclFile Attr +pkg debug/dwarf, const AttrDeclLine Attr +pkg debug/dwarf, const AttrDeclaration Attr +pkg debug/dwarf, const AttrDefaultValue Attr +pkg debug/dwarf, const AttrDescription Attr +pkg debug/dwarf, const AttrDiscr Attr +pkg debug/dwarf, const AttrDiscrList Attr +pkg debug/dwarf, const AttrDiscrValue Attr +pkg debug/dwarf, const AttrEncoding Attr +pkg debug/dwarf, const AttrEntrypc Attr +pkg debug/dwarf, const AttrExtension Attr +pkg debug/dwarf, const AttrExternal Attr +pkg debug/dwarf, const AttrFrameBase Attr +pkg debug/dwarf, const AttrFriend Attr +pkg debug/dwarf, const AttrHighpc Attr +pkg debug/dwarf, const AttrIdentifierCase Attr +pkg debug/dwarf, const AttrImport Attr +pkg debug/dwarf, const AttrInline Attr +pkg debug/dwarf, const AttrIsOptional Attr +pkg debug/dwarf, const AttrLanguage Attr +pkg debug/dwarf, const AttrLocation Attr +pkg debug/dwarf, const AttrLowerBound Attr +pkg debug/dwarf, const AttrLowpc Attr +pkg debug/dwarf, const AttrMacroInfo Attr +pkg debug/dwarf, const AttrName Attr +pkg debug/dwarf, const AttrNamelistItem Attr +pkg debug/dwarf, const AttrOrdering Attr +pkg debug/dwarf, const AttrPriority Attr +pkg debug/dwarf, const AttrProducer Attr +pkg debug/dwarf, const AttrPrototyped Attr +pkg debug/dwarf, const AttrRanges Attr +pkg debug/dwarf, const AttrReturnAddr Attr +pkg debug/dwarf, const AttrSegment Attr +pkg debug/dwarf, const AttrSibling Attr +pkg debug/dwarf, const AttrSpecification Attr +pkg debug/dwarf, const AttrStartScope Attr +pkg debug/dwarf, const AttrStaticLink Attr +pkg debug/dwarf, const AttrStmtList Attr +pkg debug/dwarf, const AttrStride Attr +pkg debug/dwarf, const AttrStrideSize Attr +pkg debug/dwarf, const AttrStringLength Attr +pkg debug/dwarf, const AttrTrampoline Attr +pkg debug/dwarf, const AttrType Attr +pkg debug/dwarf, const AttrUpperBound Attr +pkg debug/dwarf, const AttrUseLocation Attr +pkg debug/dwarf, const AttrUseUTF8 Attr +pkg debug/dwarf, const AttrVarParam Attr +pkg debug/dwarf, const AttrVirtuality Attr +pkg debug/dwarf, const AttrVisibility Attr +pkg debug/dwarf, const AttrVtableElemLoc Attr +pkg debug/dwarf, const TagAccessDeclaration Tag +pkg debug/dwarf, const TagArrayType Tag +pkg debug/dwarf, const TagBaseType Tag +pkg debug/dwarf, const TagCatchDwarfBlock Tag +pkg debug/dwarf, const TagClassType Tag +pkg debug/dwarf, const TagCommonDwarfBlock Tag +pkg debug/dwarf, const TagCommonInclusion Tag +pkg debug/dwarf, const TagCompileUnit Tag +pkg debug/dwarf, const TagConstType Tag +pkg debug/dwarf, const TagConstant Tag +pkg debug/dwarf, const TagDwarfProcedure Tag +pkg debug/dwarf, const TagEntryPoint Tag +pkg debug/dwarf, const TagEnumerationType Tag +pkg debug/dwarf, const TagEnumerator Tag +pkg debug/dwarf, const TagFileType Tag +pkg debug/dwarf, const TagFormalParameter Tag +pkg debug/dwarf, const TagFriend Tag +pkg debug/dwarf, const TagImportedDeclaration Tag +pkg debug/dwarf, const TagImportedModule Tag +pkg debug/dwarf, const TagImportedUnit Tag +pkg debug/dwarf, const TagInheritance Tag +pkg debug/dwarf, const TagInlinedSubroutine Tag +pkg debug/dwarf, const TagInterfaceType Tag +pkg debug/dwarf, const TagLabel Tag +pkg debug/dwarf, const TagLexDwarfBlock Tag +pkg debug/dwarf, const TagMember Tag +pkg debug/dwarf, const TagModule Tag +pkg debug/dwarf, const TagMutableType Tag +pkg debug/dwarf, const TagNamelist Tag +pkg debug/dwarf, const TagNamelistItem Tag +pkg debug/dwarf, const TagNamespace Tag +pkg debug/dwarf, const TagPackedType Tag +pkg debug/dwarf, const TagPartialUnit Tag +pkg debug/dwarf, const TagPointerType Tag +pkg debug/dwarf, const TagPtrToMemberType Tag +pkg debug/dwarf, const TagReferenceType Tag +pkg debug/dwarf, const TagRestrictType Tag +pkg debug/dwarf, const TagSetType Tag +pkg debug/dwarf, const TagStringType Tag +pkg debug/dwarf, const TagStructType Tag +pkg debug/dwarf, const TagSubprogram Tag +pkg debug/dwarf, const TagSubrangeType Tag +pkg debug/dwarf, const TagSubroutineType Tag +pkg debug/dwarf, const TagTemplateTypeParameter Tag +pkg debug/dwarf, const TagTemplateValueParameter Tag +pkg debug/dwarf, const TagThrownType Tag +pkg debug/dwarf, const TagTryDwarfBlock Tag +pkg debug/dwarf, const TagTypedef Tag +pkg debug/dwarf, const TagUnionType Tag +pkg debug/dwarf, const TagUnspecifiedParameters Tag +pkg debug/dwarf, const TagUnspecifiedType Tag +pkg debug/dwarf, const TagVariable Tag +pkg debug/dwarf, const TagVariant Tag +pkg debug/dwarf, const TagVariantPart Tag +pkg debug/dwarf, const TagVolatileType Tag +pkg debug/dwarf, const TagWithStmt Tag +pkg debug/dwarf, func New([]uint8, []uint8, []uint8, []uint8, []uint8, []uint8, []uint8, []uint8) (*Data, error) +pkg debug/dwarf, method (*AddrType) Basic() *BasicType +pkg debug/dwarf, method (*AddrType) Common() *CommonType +pkg debug/dwarf, method (*AddrType) Size() int64 +pkg debug/dwarf, method (*AddrType) String() string +pkg debug/dwarf, method (*ArrayType) Common() *CommonType +pkg debug/dwarf, method (*ArrayType) Size() int64 +pkg debug/dwarf, method (*ArrayType) String() string +pkg debug/dwarf, method (*BasicType) Basic() *BasicType +pkg debug/dwarf, method (*BasicType) Common() *CommonType +pkg debug/dwarf, method (*BasicType) Size() int64 +pkg debug/dwarf, method (*BasicType) String() string +pkg debug/dwarf, method (*BoolType) Basic() *BasicType +pkg debug/dwarf, method (*BoolType) Common() *CommonType +pkg debug/dwarf, method (*BoolType) Size() int64 +pkg debug/dwarf, method (*BoolType) String() string +pkg debug/dwarf, method (*CharType) Basic() *BasicType +pkg debug/dwarf, method (*CharType) Common() *CommonType +pkg debug/dwarf, method (*CharType) Size() int64 +pkg debug/dwarf, method (*CharType) String() string +pkg debug/dwarf, method (*CommonType) Common() *CommonType +pkg debug/dwarf, method (*CommonType) Size() int64 +pkg debug/dwarf, method (*ComplexType) Basic() *BasicType +pkg debug/dwarf, method (*ComplexType) Common() *CommonType +pkg debug/dwarf, method (*ComplexType) Size() int64 +pkg debug/dwarf, method (*ComplexType) String() string +pkg debug/dwarf, method (*Data) Reader() *Reader +pkg debug/dwarf, method (*Data) Type(Offset) (Type, error) +pkg debug/dwarf, method (*DotDotDotType) Common() *CommonType +pkg debug/dwarf, method (*DotDotDotType) Size() int64 +pkg debug/dwarf, method (*DotDotDotType) String() string +pkg debug/dwarf, method (*Entry) Val(Attr) interface{} +pkg debug/dwarf, method (*EnumType) Common() *CommonType +pkg debug/dwarf, method (*EnumType) Size() int64 +pkg debug/dwarf, method (*EnumType) String() string +pkg debug/dwarf, method (*FloatType) Basic() *BasicType +pkg debug/dwarf, method (*FloatType) Common() *CommonType +pkg debug/dwarf, method (*FloatType) Size() int64 +pkg debug/dwarf, method (*FloatType) String() string +pkg debug/dwarf, method (*FuncType) Common() *CommonType +pkg debug/dwarf, method (*FuncType) Size() int64 +pkg debug/dwarf, method (*FuncType) String() string +pkg debug/dwarf, method (*IntType) Basic() *BasicType +pkg debug/dwarf, method (*IntType) Common() *CommonType +pkg debug/dwarf, method (*IntType) Size() int64 +pkg debug/dwarf, method (*IntType) String() string +pkg debug/dwarf, method (*PtrType) Common() *CommonType +pkg debug/dwarf, method (*PtrType) Size() int64 +pkg debug/dwarf, method (*PtrType) String() string +pkg debug/dwarf, method (*QualType) Common() *CommonType +pkg debug/dwarf, method (*QualType) Size() int64 +pkg debug/dwarf, method (*QualType) String() string +pkg debug/dwarf, method (*Reader) Next() (*Entry, error) +pkg debug/dwarf, method (*Reader) Seek(Offset) +pkg debug/dwarf, method (*Reader) SkipChildren() +pkg debug/dwarf, method (*StructType) Common() *CommonType +pkg debug/dwarf, method (*StructType) Defn() string +pkg debug/dwarf, method (*StructType) Size() int64 +pkg debug/dwarf, method (*StructType) String() string +pkg debug/dwarf, method (*TypedefType) Common() *CommonType +pkg debug/dwarf, method (*TypedefType) Size() int64 +pkg debug/dwarf, method (*TypedefType) String() string +pkg debug/dwarf, method (*UcharType) Basic() *BasicType +pkg debug/dwarf, method (*UcharType) Common() *CommonType +pkg debug/dwarf, method (*UcharType) Size() int64 +pkg debug/dwarf, method (*UcharType) String() string +pkg debug/dwarf, method (*UintType) Basic() *BasicType +pkg debug/dwarf, method (*UintType) Common() *CommonType +pkg debug/dwarf, method (*UintType) Size() int64 +pkg debug/dwarf, method (*UintType) String() string +pkg debug/dwarf, method (*VoidType) Common() *CommonType +pkg debug/dwarf, method (*VoidType) Size() int64 +pkg debug/dwarf, method (*VoidType) String() string +pkg debug/dwarf, method (Attr) GoString() string +pkg debug/dwarf, method (Attr) String() string +pkg debug/dwarf, method (DecodeError) Error() string +pkg debug/dwarf, method (Tag) GoString() string +pkg debug/dwarf, method (Tag) String() string +pkg debug/dwarf, type AddrType struct +pkg debug/dwarf, type AddrType struct, embedded BasicType +pkg debug/dwarf, type ArrayType struct +pkg debug/dwarf, type ArrayType struct, Count int64 +pkg debug/dwarf, type ArrayType struct, StrideBitSize int64 +pkg debug/dwarf, type ArrayType struct, Type Type +pkg debug/dwarf, type ArrayType struct, embedded CommonType +pkg debug/dwarf, type Attr uint32 +pkg debug/dwarf, type BasicType struct +pkg debug/dwarf, type BasicType struct, BitOffset int64 +pkg debug/dwarf, type BasicType struct, BitSize int64 +pkg debug/dwarf, type BasicType struct, embedded CommonType +pkg debug/dwarf, type BoolType struct +pkg debug/dwarf, type BoolType struct, embedded BasicType +pkg debug/dwarf, type CharType struct +pkg debug/dwarf, type CharType struct, embedded BasicType +pkg debug/dwarf, type CommonType struct +pkg debug/dwarf, type CommonType struct, ByteSize int64 +pkg debug/dwarf, type CommonType struct, Name string +pkg debug/dwarf, type ComplexType struct +pkg debug/dwarf, type ComplexType struct, embedded BasicType +pkg debug/dwarf, type Data struct +pkg debug/dwarf, type DecodeError struct +pkg debug/dwarf, type DecodeError struct, Err string +pkg debug/dwarf, type DecodeError struct, Name string +pkg debug/dwarf, type DecodeError struct, Offset Offset +pkg debug/dwarf, type DotDotDotType struct +pkg debug/dwarf, type DotDotDotType struct, embedded CommonType +pkg debug/dwarf, type Entry struct +pkg debug/dwarf, type Entry struct, Children bool +pkg debug/dwarf, type Entry struct, Field []Field +pkg debug/dwarf, type Entry struct, Offset Offset +pkg debug/dwarf, type Entry struct, Tag Tag +pkg debug/dwarf, type EnumType struct +pkg debug/dwarf, type EnumType struct, EnumName string +pkg debug/dwarf, type EnumType struct, Val []*EnumValue +pkg debug/dwarf, type EnumType struct, embedded CommonType +pkg debug/dwarf, type EnumValue struct +pkg debug/dwarf, type EnumValue struct, Name string +pkg debug/dwarf, type EnumValue struct, Val int64 +pkg debug/dwarf, type Field struct +pkg debug/dwarf, type Field struct, Attr Attr +pkg debug/dwarf, type Field struct, Val interface{} +pkg debug/dwarf, type FloatType struct +pkg debug/dwarf, type FloatType struct, embedded BasicType +pkg debug/dwarf, type FuncType struct +pkg debug/dwarf, type FuncType struct, ParamType []Type +pkg debug/dwarf, type FuncType struct, ReturnType Type +pkg debug/dwarf, type FuncType struct, embedded CommonType +pkg debug/dwarf, type IntType struct +pkg debug/dwarf, type IntType struct, embedded BasicType +pkg debug/dwarf, type Offset uint32 +pkg debug/dwarf, type PtrType struct +pkg debug/dwarf, type PtrType struct, Type Type +pkg debug/dwarf, type PtrType struct, embedded CommonType +pkg debug/dwarf, type QualType struct +pkg debug/dwarf, type QualType struct, Qual string +pkg debug/dwarf, type QualType struct, Type Type +pkg debug/dwarf, type QualType struct, embedded CommonType +pkg debug/dwarf, type Reader struct +pkg debug/dwarf, type StructField struct +pkg debug/dwarf, type StructField struct, BitOffset int64 +pkg debug/dwarf, type StructField struct, BitSize int64 +pkg debug/dwarf, type StructField struct, ByteOffset int64 +pkg debug/dwarf, type StructField struct, ByteSize int64 +pkg debug/dwarf, type StructField struct, Name string +pkg debug/dwarf, type StructField struct, Type Type +pkg debug/dwarf, type StructType struct +pkg debug/dwarf, type StructType struct, Field []*StructField +pkg debug/dwarf, type StructType struct, Incomplete bool +pkg debug/dwarf, type StructType struct, Kind string +pkg debug/dwarf, type StructType struct, StructName string +pkg debug/dwarf, type StructType struct, embedded CommonType +pkg debug/dwarf, type Tag uint32 +pkg debug/dwarf, type Type interface { Common, Size, String } +pkg debug/dwarf, type Type interface, Common() *CommonType +pkg debug/dwarf, type Type interface, Size() int64 +pkg debug/dwarf, type Type interface, String() string +pkg debug/dwarf, type TypedefType struct +pkg debug/dwarf, type TypedefType struct, Type Type +pkg debug/dwarf, type TypedefType struct, embedded CommonType +pkg debug/dwarf, type UcharType struct +pkg debug/dwarf, type UcharType struct, embedded BasicType +pkg debug/dwarf, type UintType struct +pkg debug/dwarf, type UintType struct, embedded BasicType +pkg debug/dwarf, type VoidType struct +pkg debug/dwarf, type VoidType struct, embedded CommonType +pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER ideal-int +pkg debug/elf, const DF_BIND_NOW DynFlag +pkg debug/elf, const DF_ORIGIN DynFlag +pkg debug/elf, const DF_STATIC_TLS DynFlag +pkg debug/elf, const DF_SYMBOLIC DynFlag +pkg debug/elf, const DF_TEXTREL DynFlag +pkg debug/elf, const DT_BIND_NOW DynTag +pkg debug/elf, const DT_DEBUG DynTag +pkg debug/elf, const DT_ENCODING DynTag +pkg debug/elf, const DT_FINI DynTag +pkg debug/elf, const DT_FINI_ARRAY DynTag +pkg debug/elf, const DT_FINI_ARRAYSZ DynTag +pkg debug/elf, const DT_FLAGS DynTag +pkg debug/elf, const DT_HASH DynTag +pkg debug/elf, const DT_HIOS DynTag +pkg debug/elf, const DT_HIPROC DynTag +pkg debug/elf, const DT_INIT DynTag +pkg debug/elf, const DT_INIT_ARRAY DynTag +pkg debug/elf, const DT_INIT_ARRAYSZ DynTag +pkg debug/elf, const DT_JMPREL DynTag +pkg debug/elf, const DT_LOOS DynTag +pkg debug/elf, const DT_LOPROC DynTag +pkg debug/elf, const DT_NEEDED DynTag +pkg debug/elf, const DT_NULL DynTag +pkg debug/elf, const DT_PLTGOT DynTag +pkg debug/elf, const DT_PLTREL DynTag +pkg debug/elf, const DT_PLTRELSZ DynTag +pkg debug/elf, const DT_PREINIT_ARRAY DynTag +pkg debug/elf, const DT_PREINIT_ARRAYSZ DynTag +pkg debug/elf, const DT_REL DynTag +pkg debug/elf, const DT_RELA DynTag +pkg debug/elf, const DT_RELAENT DynTag +pkg debug/elf, const DT_RELASZ DynTag +pkg debug/elf, const DT_RELENT DynTag +pkg debug/elf, const DT_RELSZ DynTag +pkg debug/elf, const DT_RPATH DynTag +pkg debug/elf, const DT_RUNPATH DynTag +pkg debug/elf, const DT_SONAME DynTag +pkg debug/elf, const DT_STRSZ DynTag +pkg debug/elf, const DT_STRTAB DynTag +pkg debug/elf, const DT_SYMBOLIC DynTag +pkg debug/elf, const DT_SYMENT DynTag +pkg debug/elf, const DT_SYMTAB DynTag +pkg debug/elf, const DT_TEXTREL DynTag +pkg debug/elf, const DT_VERNEED DynTag +pkg debug/elf, const DT_VERNEEDNUM DynTag +pkg debug/elf, const DT_VERSYM DynTag +pkg debug/elf, const EI_ABIVERSION ideal-int +pkg debug/elf, const EI_CLASS ideal-int +pkg debug/elf, const EI_DATA ideal-int +pkg debug/elf, const EI_NIDENT ideal-int +pkg debug/elf, const EI_OSABI ideal-int +pkg debug/elf, const EI_PAD ideal-int +pkg debug/elf, const EI_VERSION ideal-int +pkg debug/elf, const ELFCLASS32 Class +pkg debug/elf, const ELFCLASS64 Class +pkg debug/elf, const ELFCLASSNONE Class +pkg debug/elf, const ELFDATA2LSB Data +pkg debug/elf, const ELFDATA2MSB Data +pkg debug/elf, const ELFDATANONE Data +pkg debug/elf, const ELFMAG ideal-string +pkg debug/elf, const ELFOSABI_86OPEN OSABI +pkg debug/elf, const ELFOSABI_AIX OSABI +pkg debug/elf, const ELFOSABI_ARM OSABI +pkg debug/elf, const ELFOSABI_FREEBSD OSABI +pkg debug/elf, const ELFOSABI_HPUX OSABI +pkg debug/elf, const ELFOSABI_HURD OSABI +pkg debug/elf, const ELFOSABI_IRIX OSABI +pkg debug/elf, const ELFOSABI_LINUX OSABI +pkg debug/elf, const ELFOSABI_MODESTO OSABI +pkg debug/elf, const ELFOSABI_NETBSD OSABI +pkg debug/elf, const ELFOSABI_NONE OSABI +pkg debug/elf, const ELFOSABI_NSK OSABI +pkg debug/elf, const ELFOSABI_OPENBSD OSABI +pkg debug/elf, const ELFOSABI_OPENVMS OSABI +pkg debug/elf, const ELFOSABI_SOLARIS OSABI +pkg debug/elf, const ELFOSABI_STANDALONE OSABI +pkg debug/elf, const ELFOSABI_TRU64 OSABI +pkg debug/elf, const EM_386 Machine +pkg debug/elf, const EM_486 Machine +pkg debug/elf, const EM_68HC12 Machine +pkg debug/elf, const EM_68K Machine +pkg debug/elf, const EM_860 Machine +pkg debug/elf, const EM_88K Machine +pkg debug/elf, const EM_960 Machine +pkg debug/elf, const EM_ALPHA Machine +pkg debug/elf, const EM_ALPHA_STD Machine +pkg debug/elf, const EM_ARC Machine +pkg debug/elf, const EM_ARM Machine +pkg debug/elf, const EM_COLDFIRE Machine +pkg debug/elf, const EM_FR20 Machine +pkg debug/elf, const EM_H8S Machine +pkg debug/elf, const EM_H8_300 Machine +pkg debug/elf, const EM_H8_300H Machine +pkg debug/elf, const EM_H8_500 Machine +pkg debug/elf, const EM_IA_64 Machine +pkg debug/elf, const EM_M32 Machine +pkg debug/elf, const EM_ME16 Machine +pkg debug/elf, const EM_MIPS Machine +pkg debug/elf, const EM_MIPS_RS3_LE Machine +pkg debug/elf, const EM_MIPS_RS4_BE Machine +pkg debug/elf, const EM_MIPS_X Machine +pkg debug/elf, const EM_MMA Machine +pkg debug/elf, const EM_NCPU Machine +pkg debug/elf, const EM_NDR1 Machine +pkg debug/elf, const EM_NONE Machine +pkg debug/elf, const EM_PARISC Machine +pkg debug/elf, const EM_PCP Machine +pkg debug/elf, const EM_PPC Machine +pkg debug/elf, const EM_PPC64 Machine +pkg debug/elf, const EM_RCE Machine +pkg debug/elf, const EM_RH32 Machine +pkg debug/elf, const EM_S370 Machine +pkg debug/elf, const EM_S390 Machine +pkg debug/elf, const EM_SH Machine +pkg debug/elf, const EM_SPARC Machine +pkg debug/elf, const EM_SPARC32PLUS Machine +pkg debug/elf, const EM_SPARCV9 Machine +pkg debug/elf, const EM_ST100 Machine +pkg debug/elf, const EM_STARCORE Machine +pkg debug/elf, const EM_TINYJ Machine +pkg debug/elf, const EM_TRICORE Machine +pkg debug/elf, const EM_V800 Machine +pkg debug/elf, const EM_VPP500 Machine +pkg debug/elf, const EM_X86_64 Machine +pkg debug/elf, const ET_CORE Type +pkg debug/elf, const ET_DYN Type +pkg debug/elf, const ET_EXEC Type +pkg debug/elf, const ET_HIOS Type +pkg debug/elf, const ET_HIPROC Type +pkg debug/elf, const ET_LOOS Type +pkg debug/elf, const ET_LOPROC Type +pkg debug/elf, const ET_NONE Type +pkg debug/elf, const ET_REL Type +pkg debug/elf, const EV_CURRENT Version +pkg debug/elf, const EV_NONE Version +pkg debug/elf, const NT_FPREGSET NType +pkg debug/elf, const NT_PRPSINFO NType +pkg debug/elf, const NT_PRSTATUS NType +pkg debug/elf, const PF_MASKOS ProgFlag +pkg debug/elf, const PF_MASKPROC ProgFlag +pkg debug/elf, const PF_R ProgFlag +pkg debug/elf, const PF_W ProgFlag +pkg debug/elf, const PF_X ProgFlag +pkg debug/elf, const PT_DYNAMIC ProgType +pkg debug/elf, const PT_HIOS ProgType +pkg debug/elf, const PT_HIPROC ProgType +pkg debug/elf, const PT_INTERP ProgType +pkg debug/elf, const PT_LOAD ProgType +pkg debug/elf, const PT_LOOS ProgType +pkg debug/elf, const PT_LOPROC ProgType +pkg debug/elf, const PT_NOTE ProgType +pkg debug/elf, const PT_NULL ProgType +pkg debug/elf, const PT_PHDR ProgType +pkg debug/elf, const PT_SHLIB ProgType +pkg debug/elf, const PT_TLS ProgType +pkg debug/elf, const R_386_32 R_386 +pkg debug/elf, const R_386_COPY R_386 +pkg debug/elf, const R_386_GLOB_DAT R_386 +pkg debug/elf, const R_386_GOT32 R_386 +pkg debug/elf, const R_386_GOTOFF R_386 +pkg debug/elf, const R_386_GOTPC R_386 +pkg debug/elf, const R_386_JMP_SLOT R_386 +pkg debug/elf, const R_386_NONE R_386 +pkg debug/elf, const R_386_PC32 R_386 +pkg debug/elf, const R_386_PLT32 R_386 +pkg debug/elf, const R_386_RELATIVE R_386 +pkg debug/elf, const R_386_TLS_DTPMOD32 R_386 +pkg debug/elf, const R_386_TLS_DTPOFF32 R_386 +pkg debug/elf, const R_386_TLS_GD R_386 +pkg debug/elf, const R_386_TLS_GD_32 R_386 +pkg debug/elf, const R_386_TLS_GD_CALL R_386 +pkg debug/elf, const R_386_TLS_GD_POP R_386 +pkg debug/elf, const R_386_TLS_GD_PUSH R_386 +pkg debug/elf, const R_386_TLS_GOTIE R_386 +pkg debug/elf, const R_386_TLS_IE R_386 +pkg debug/elf, const R_386_TLS_IE_32 R_386 +pkg debug/elf, const R_386_TLS_LDM R_386 +pkg debug/elf, const R_386_TLS_LDM_32 R_386 +pkg debug/elf, const R_386_TLS_LDM_CALL R_386 +pkg debug/elf, const R_386_TLS_LDM_POP R_386 +pkg debug/elf, const R_386_TLS_LDM_PUSH R_386 +pkg debug/elf, const R_386_TLS_LDO_32 R_386 +pkg debug/elf, const R_386_TLS_LE R_386 +pkg debug/elf, const R_386_TLS_LE_32 R_386 +pkg debug/elf, const R_386_TLS_TPOFF R_386 +pkg debug/elf, const R_386_TLS_TPOFF32 R_386 +pkg debug/elf, const R_ALPHA_BRADDR R_ALPHA +pkg debug/elf, const R_ALPHA_COPY R_ALPHA +pkg debug/elf, const R_ALPHA_GLOB_DAT R_ALPHA +pkg debug/elf, const R_ALPHA_GPDISP R_ALPHA +pkg debug/elf, const R_ALPHA_GPREL32 R_ALPHA +pkg debug/elf, const R_ALPHA_GPRELHIGH R_ALPHA +pkg debug/elf, const R_ALPHA_GPRELLOW R_ALPHA +pkg debug/elf, const R_ALPHA_GPVALUE R_ALPHA +pkg debug/elf, const R_ALPHA_HINT R_ALPHA +pkg debug/elf, const R_ALPHA_IMMED_BR_HI32 R_ALPHA +pkg debug/elf, const R_ALPHA_IMMED_GP_16 R_ALPHA +pkg debug/elf, const R_ALPHA_IMMED_GP_HI32 R_ALPHA +pkg debug/elf, const R_ALPHA_IMMED_LO32 R_ALPHA +pkg debug/elf, const R_ALPHA_IMMED_SCN_HI32 R_ALPHA +pkg debug/elf, const R_ALPHA_JMP_SLOT R_ALPHA +pkg debug/elf, const R_ALPHA_LITERAL R_ALPHA +pkg debug/elf, const R_ALPHA_LITUSE R_ALPHA +pkg debug/elf, const R_ALPHA_NONE R_ALPHA +pkg debug/elf, const R_ALPHA_OP_PRSHIFT R_ALPHA +pkg debug/elf, const R_ALPHA_OP_PSUB R_ALPHA +pkg debug/elf, const R_ALPHA_OP_PUSH R_ALPHA +pkg debug/elf, const R_ALPHA_OP_STORE R_ALPHA +pkg debug/elf, const R_ALPHA_REFLONG R_ALPHA +pkg debug/elf, const R_ALPHA_REFQUAD R_ALPHA +pkg debug/elf, const R_ALPHA_RELATIVE R_ALPHA +pkg debug/elf, const R_ALPHA_SREL16 R_ALPHA +pkg debug/elf, const R_ALPHA_SREL32 R_ALPHA +pkg debug/elf, const R_ALPHA_SREL64 R_ALPHA +pkg debug/elf, const R_ARM_ABS12 R_ARM +pkg debug/elf, const R_ARM_ABS16 R_ARM +pkg debug/elf, const R_ARM_ABS32 R_ARM +pkg debug/elf, const R_ARM_ABS8 R_ARM +pkg debug/elf, const R_ARM_AMP_VCALL9 R_ARM +pkg debug/elf, const R_ARM_COPY R_ARM +pkg debug/elf, const R_ARM_GLOB_DAT R_ARM +pkg debug/elf, const R_ARM_GNU_VTENTRY R_ARM +pkg debug/elf, const R_ARM_GNU_VTINHERIT R_ARM +pkg debug/elf, const R_ARM_GOT32 R_ARM +pkg debug/elf, const R_ARM_GOTOFF R_ARM +pkg debug/elf, const R_ARM_GOTPC R_ARM +pkg debug/elf, const R_ARM_JUMP_SLOT R_ARM +pkg debug/elf, const R_ARM_NONE R_ARM +pkg debug/elf, const R_ARM_PC13 R_ARM +pkg debug/elf, const R_ARM_PC24 R_ARM +pkg debug/elf, const R_ARM_PLT32 R_ARM +pkg debug/elf, const R_ARM_RABS32 R_ARM +pkg debug/elf, const R_ARM_RBASE R_ARM +pkg debug/elf, const R_ARM_REL32 R_ARM +pkg debug/elf, const R_ARM_RELATIVE R_ARM +pkg debug/elf, const R_ARM_RPC24 R_ARM +pkg debug/elf, const R_ARM_RREL32 R_ARM +pkg debug/elf, const R_ARM_RSBREL32 R_ARM +pkg debug/elf, const R_ARM_SBREL32 R_ARM +pkg debug/elf, const R_ARM_SWI24 R_ARM +pkg debug/elf, const R_ARM_THM_ABS5 R_ARM +pkg debug/elf, const R_ARM_THM_PC22 R_ARM +pkg debug/elf, const R_ARM_THM_PC8 R_ARM +pkg debug/elf, const R_ARM_THM_RPC22 R_ARM +pkg debug/elf, const R_ARM_THM_SWI8 R_ARM +pkg debug/elf, const R_ARM_THM_XPC22 R_ARM +pkg debug/elf, const R_ARM_XPC25 R_ARM +pkg debug/elf, const R_PPC_ADDR14 R_PPC +pkg debug/elf, const R_PPC_ADDR14_BRNTAKEN R_PPC +pkg debug/elf, const R_PPC_ADDR14_BRTAKEN R_PPC +pkg debug/elf, const R_PPC_ADDR16 R_PPC +pkg debug/elf, const R_PPC_ADDR16_HA R_PPC +pkg debug/elf, const R_PPC_ADDR16_HI R_PPC +pkg debug/elf, const R_PPC_ADDR16_LO R_PPC +pkg debug/elf, const R_PPC_ADDR24 R_PPC +pkg debug/elf, const R_PPC_ADDR32 R_PPC +pkg debug/elf, const R_PPC_COPY R_PPC +pkg debug/elf, const R_PPC_DTPMOD32 R_PPC +pkg debug/elf, const R_PPC_DTPREL16 R_PPC +pkg debug/elf, const R_PPC_DTPREL16_HA R_PPC +pkg debug/elf, const R_PPC_DTPREL16_HI R_PPC +pkg debug/elf, const R_PPC_DTPREL16_LO R_PPC +pkg debug/elf, const R_PPC_DTPREL32 R_PPC +pkg debug/elf, const R_PPC_EMB_BIT_FLD R_PPC +pkg debug/elf, const R_PPC_EMB_MRKREF R_PPC +pkg debug/elf, const R_PPC_EMB_NADDR16 R_PPC +pkg debug/elf, const R_PPC_EMB_NADDR16_HA R_PPC +pkg debug/elf, const R_PPC_EMB_NADDR16_HI R_PPC +pkg debug/elf, const R_PPC_EMB_NADDR16_LO R_PPC +pkg debug/elf, const R_PPC_EMB_NADDR32 R_PPC +pkg debug/elf, const R_PPC_EMB_RELSDA R_PPC +pkg debug/elf, const R_PPC_EMB_RELSEC16 R_PPC +pkg debug/elf, const R_PPC_EMB_RELST_HA R_PPC +pkg debug/elf, const R_PPC_EMB_RELST_HI R_PPC +pkg debug/elf, const R_PPC_EMB_RELST_LO R_PPC +pkg debug/elf, const R_PPC_EMB_SDA21 R_PPC +pkg debug/elf, const R_PPC_EMB_SDA2I16 R_PPC +pkg debug/elf, const R_PPC_EMB_SDA2REL R_PPC +pkg debug/elf, const R_PPC_EMB_SDAI16 R_PPC +pkg debug/elf, const R_PPC_GLOB_DAT R_PPC +pkg debug/elf, const R_PPC_GOT16 R_PPC +pkg debug/elf, const R_PPC_GOT16_HA R_PPC +pkg debug/elf, const R_PPC_GOT16_HI R_PPC +pkg debug/elf, const R_PPC_GOT16_LO R_PPC +pkg debug/elf, const R_PPC_GOT_TLSGD16 R_PPC +pkg debug/elf, const R_PPC_GOT_TLSGD16_HA R_PPC +pkg debug/elf, const R_PPC_GOT_TLSGD16_HI R_PPC +pkg debug/elf, const R_PPC_GOT_TLSGD16_LO R_PPC +pkg debug/elf, const R_PPC_GOT_TLSLD16 R_PPC +pkg debug/elf, const R_PPC_GOT_TLSLD16_HA R_PPC +pkg debug/elf, const R_PPC_GOT_TLSLD16_HI R_PPC +pkg debug/elf, const R_PPC_GOT_TLSLD16_LO R_PPC +pkg debug/elf, const R_PPC_GOT_TPREL16 R_PPC +pkg debug/elf, const R_PPC_GOT_TPREL16_HA R_PPC +pkg debug/elf, const R_PPC_GOT_TPREL16_HI R_PPC +pkg debug/elf, const R_PPC_GOT_TPREL16_LO R_PPC +pkg debug/elf, const R_PPC_JMP_SLOT R_PPC +pkg debug/elf, const R_PPC_LOCAL24PC R_PPC +pkg debug/elf, const R_PPC_NONE R_PPC +pkg debug/elf, const R_PPC_PLT16_HA R_PPC +pkg debug/elf, const R_PPC_PLT16_HI R_PPC +pkg debug/elf, const R_PPC_PLT16_LO R_PPC +pkg debug/elf, const R_PPC_PLT32 R_PPC +pkg debug/elf, const R_PPC_PLTREL24 R_PPC +pkg debug/elf, const R_PPC_PLTREL32 R_PPC +pkg debug/elf, const R_PPC_REL14 R_PPC +pkg debug/elf, const R_PPC_REL14_BRNTAKEN R_PPC +pkg debug/elf, const R_PPC_REL14_BRTAKEN R_PPC +pkg debug/elf, const R_PPC_REL24 R_PPC +pkg debug/elf, const R_PPC_REL32 R_PPC +pkg debug/elf, const R_PPC_RELATIVE R_PPC +pkg debug/elf, const R_PPC_SDAREL16 R_PPC +pkg debug/elf, const R_PPC_SECTOFF R_PPC +pkg debug/elf, const R_PPC_SECTOFF_HA R_PPC +pkg debug/elf, const R_PPC_SECTOFF_HI R_PPC +pkg debug/elf, const R_PPC_SECTOFF_LO R_PPC +pkg debug/elf, const R_PPC_TLS R_PPC +pkg debug/elf, const R_PPC_TPREL16 R_PPC +pkg debug/elf, const R_PPC_TPREL16_HA R_PPC +pkg debug/elf, const R_PPC_TPREL16_HI R_PPC +pkg debug/elf, const R_PPC_TPREL16_LO R_PPC +pkg debug/elf, const R_PPC_TPREL32 R_PPC +pkg debug/elf, const R_PPC_UADDR16 R_PPC +pkg debug/elf, const R_PPC_UADDR32 R_PPC +pkg debug/elf, const R_SPARC_10 R_SPARC +pkg debug/elf, const R_SPARC_11 R_SPARC +pkg debug/elf, const R_SPARC_13 R_SPARC +pkg debug/elf, const R_SPARC_16 R_SPARC +pkg debug/elf, const R_SPARC_22 R_SPARC +pkg debug/elf, const R_SPARC_32 R_SPARC +pkg debug/elf, const R_SPARC_5 R_SPARC +pkg debug/elf, const R_SPARC_6 R_SPARC +pkg debug/elf, const R_SPARC_64 R_SPARC +pkg debug/elf, const R_SPARC_7 R_SPARC +pkg debug/elf, const R_SPARC_8 R_SPARC +pkg debug/elf, const R_SPARC_COPY R_SPARC +pkg debug/elf, const R_SPARC_DISP16 R_SPARC +pkg debug/elf, const R_SPARC_DISP32 R_SPARC +pkg debug/elf, const R_SPARC_DISP64 R_SPARC +pkg debug/elf, const R_SPARC_DISP8 R_SPARC +pkg debug/elf, const R_SPARC_GLOB_DAT R_SPARC +pkg debug/elf, const R_SPARC_GLOB_JMP R_SPARC +pkg debug/elf, const R_SPARC_GOT10 R_SPARC +pkg debug/elf, const R_SPARC_GOT13 R_SPARC +pkg debug/elf, const R_SPARC_GOT22 R_SPARC +pkg debug/elf, const R_SPARC_H44 R_SPARC +pkg debug/elf, const R_SPARC_HH22 R_SPARC +pkg debug/elf, const R_SPARC_HI22 R_SPARC +pkg debug/elf, const R_SPARC_HIPLT22 R_SPARC +pkg debug/elf, const R_SPARC_HIX22 R_SPARC +pkg debug/elf, const R_SPARC_HM10 R_SPARC +pkg debug/elf, const R_SPARC_JMP_SLOT R_SPARC +pkg debug/elf, const R_SPARC_L44 R_SPARC +pkg debug/elf, const R_SPARC_LM22 R_SPARC +pkg debug/elf, const R_SPARC_LO10 R_SPARC +pkg debug/elf, const R_SPARC_LOPLT10 R_SPARC +pkg debug/elf, const R_SPARC_LOX10 R_SPARC +pkg debug/elf, const R_SPARC_M44 R_SPARC +pkg debug/elf, const R_SPARC_NONE R_SPARC +pkg debug/elf, const R_SPARC_OLO10 R_SPARC +pkg debug/elf, const R_SPARC_PC10 R_SPARC +pkg debug/elf, const R_SPARC_PC22 R_SPARC +pkg debug/elf, const R_SPARC_PCPLT10 R_SPARC +pkg debug/elf, const R_SPARC_PCPLT22 R_SPARC +pkg debug/elf, const R_SPARC_PCPLT32 R_SPARC +pkg debug/elf, const R_SPARC_PC_HH22 R_SPARC +pkg debug/elf, const R_SPARC_PC_HM10 R_SPARC +pkg debug/elf, const R_SPARC_PC_LM22 R_SPARC +pkg debug/elf, const R_SPARC_PLT32 R_SPARC +pkg debug/elf, const R_SPARC_PLT64 R_SPARC +pkg debug/elf, const R_SPARC_REGISTER R_SPARC +pkg debug/elf, const R_SPARC_RELATIVE R_SPARC +pkg debug/elf, const R_SPARC_UA16 R_SPARC +pkg debug/elf, const R_SPARC_UA32 R_SPARC +pkg debug/elf, const R_SPARC_UA64 R_SPARC +pkg debug/elf, const R_SPARC_WDISP16 R_SPARC +pkg debug/elf, const R_SPARC_WDISP19 R_SPARC +pkg debug/elf, const R_SPARC_WDISP22 R_SPARC +pkg debug/elf, const R_SPARC_WDISP30 R_SPARC +pkg debug/elf, const R_SPARC_WPLT30 R_SPARC +pkg debug/elf, const R_X86_64_16 R_X86_64 +pkg debug/elf, const R_X86_64_32 R_X86_64 +pkg debug/elf, const R_X86_64_32S R_X86_64 +pkg debug/elf, const R_X86_64_64 R_X86_64 +pkg debug/elf, const R_X86_64_8 R_X86_64 +pkg debug/elf, const R_X86_64_COPY R_X86_64 +pkg debug/elf, const R_X86_64_DTPMOD64 R_X86_64 +pkg debug/elf, const R_X86_64_DTPOFF32 R_X86_64 +pkg debug/elf, const R_X86_64_DTPOFF64 R_X86_64 +pkg debug/elf, const R_X86_64_GLOB_DAT R_X86_64 +pkg debug/elf, const R_X86_64_GOT32 R_X86_64 +pkg debug/elf, const R_X86_64_GOTPCREL R_X86_64 +pkg debug/elf, const R_X86_64_GOTTPOFF R_X86_64 +pkg debug/elf, const R_X86_64_JMP_SLOT R_X86_64 +pkg debug/elf, const R_X86_64_NONE R_X86_64 +pkg debug/elf, const R_X86_64_PC16 R_X86_64 +pkg debug/elf, const R_X86_64_PC32 R_X86_64 +pkg debug/elf, const R_X86_64_PC8 R_X86_64 +pkg debug/elf, const R_X86_64_PLT32 R_X86_64 +pkg debug/elf, const R_X86_64_RELATIVE R_X86_64 +pkg debug/elf, const R_X86_64_TLSGD R_X86_64 +pkg debug/elf, const R_X86_64_TLSLD R_X86_64 +pkg debug/elf, const R_X86_64_TPOFF32 R_X86_64 +pkg debug/elf, const R_X86_64_TPOFF64 R_X86_64 +pkg debug/elf, const SHF_ALLOC SectionFlag +pkg debug/elf, const SHF_EXECINSTR SectionFlag +pkg debug/elf, const SHF_GROUP SectionFlag +pkg debug/elf, const SHF_INFO_LINK SectionFlag +pkg debug/elf, const SHF_LINK_ORDER SectionFlag +pkg debug/elf, const SHF_MASKOS SectionFlag +pkg debug/elf, const SHF_MASKPROC SectionFlag +pkg debug/elf, const SHF_MERGE SectionFlag +pkg debug/elf, const SHF_OS_NONCONFORMING SectionFlag +pkg debug/elf, const SHF_STRINGS SectionFlag +pkg debug/elf, const SHF_TLS SectionFlag +pkg debug/elf, const SHF_WRITE SectionFlag +pkg debug/elf, const SHN_ABS SectionIndex +pkg debug/elf, const SHN_COMMON SectionIndex +pkg debug/elf, const SHN_HIOS SectionIndex +pkg debug/elf, const SHN_HIPROC SectionIndex +pkg debug/elf, const SHN_HIRESERVE SectionIndex +pkg debug/elf, const SHN_LOOS SectionIndex +pkg debug/elf, const SHN_LOPROC SectionIndex +pkg debug/elf, const SHN_LORESERVE SectionIndex +pkg debug/elf, const SHN_UNDEF SectionIndex +pkg debug/elf, const SHN_XINDEX SectionIndex +pkg debug/elf, const SHT_DYNAMIC SectionType +pkg debug/elf, const SHT_DYNSYM SectionType +pkg debug/elf, const SHT_FINI_ARRAY SectionType +pkg debug/elf, const SHT_GNU_ATTRIBUTES SectionType +pkg debug/elf, const SHT_GNU_HASH SectionType +pkg debug/elf, const SHT_GNU_LIBLIST SectionType +pkg debug/elf, const SHT_GNU_VERDEF SectionType +pkg debug/elf, const SHT_GNU_VERNEED SectionType +pkg debug/elf, const SHT_GNU_VERSYM SectionType +pkg debug/elf, const SHT_GROUP SectionType +pkg debug/elf, const SHT_HASH SectionType +pkg debug/elf, const SHT_HIOS SectionType +pkg debug/elf, const SHT_HIPROC SectionType +pkg debug/elf, const SHT_HIUSER SectionType +pkg debug/elf, const SHT_INIT_ARRAY SectionType +pkg debug/elf, const SHT_LOOS SectionType +pkg debug/elf, const SHT_LOPROC SectionType +pkg debug/elf, const SHT_LOUSER SectionType +pkg debug/elf, const SHT_NOBITS SectionType +pkg debug/elf, const SHT_NOTE SectionType +pkg debug/elf, const SHT_NULL SectionType +pkg debug/elf, const SHT_PREINIT_ARRAY SectionType +pkg debug/elf, const SHT_PROGBITS SectionType +pkg debug/elf, const SHT_REL SectionType +pkg debug/elf, const SHT_RELA SectionType +pkg debug/elf, const SHT_SHLIB SectionType +pkg debug/elf, const SHT_STRTAB SectionType +pkg debug/elf, const SHT_SYMTAB SectionType +pkg debug/elf, const SHT_SYMTAB_SHNDX SectionType +pkg debug/elf, const STB_GLOBAL SymBind +pkg debug/elf, const STB_HIOS SymBind +pkg debug/elf, const STB_HIPROC SymBind +pkg debug/elf, const STB_LOCAL SymBind +pkg debug/elf, const STB_LOOS SymBind +pkg debug/elf, const STB_LOPROC SymBind +pkg debug/elf, const STB_WEAK SymBind +pkg debug/elf, const STT_COMMON SymType +pkg debug/elf, const STT_FILE SymType +pkg debug/elf, const STT_FUNC SymType +pkg debug/elf, const STT_HIOS SymType +pkg debug/elf, const STT_HIPROC SymType +pkg debug/elf, const STT_LOOS SymType +pkg debug/elf, const STT_LOPROC SymType +pkg debug/elf, const STT_NOTYPE SymType +pkg debug/elf, const STT_OBJECT SymType +pkg debug/elf, const STT_SECTION SymType +pkg debug/elf, const STT_TLS SymType +pkg debug/elf, const STV_DEFAULT SymVis +pkg debug/elf, const STV_HIDDEN SymVis +pkg debug/elf, const STV_INTERNAL SymVis +pkg debug/elf, const STV_PROTECTED SymVis +pkg debug/elf, const Sym32Size ideal-int +pkg debug/elf, const Sym64Size ideal-int +pkg debug/elf, func NewFile(io.ReaderAt) (*File, error) +pkg debug/elf, func Open(string) (*File, error) +pkg debug/elf, func R_INFO(uint32, uint32) uint64 +pkg debug/elf, func R_INFO32(uint32, uint32) uint32 +pkg debug/elf, func R_SYM32(uint32) uint32 +pkg debug/elf, func R_SYM64(uint64) uint32 +pkg debug/elf, func R_TYPE32(uint32) uint32 +pkg debug/elf, func R_TYPE64(uint64) uint32 +pkg debug/elf, func ST_BIND(uint8) SymBind +pkg debug/elf, func ST_INFO(SymBind, SymType) uint8 +pkg debug/elf, func ST_TYPE(uint8) SymType +pkg debug/elf, func ST_VISIBILITY(uint8) SymVis +pkg debug/elf, method (*File) Close() error +pkg debug/elf, method (*File) DWARF() (*dwarf.Data, error) +pkg debug/elf, method (*File) ImportedLibraries() ([]string, error) +pkg debug/elf, method (*File) ImportedSymbols() ([]ImportedSymbol, error) +pkg debug/elf, method (*File) Section(string) *Section +pkg debug/elf, method (*File) SectionByType(SectionType) *Section +pkg debug/elf, method (*File) Symbols() ([]Symbol, error) +pkg debug/elf, method (*FormatError) Error() string +pkg debug/elf, method (*Prog) Open() io.ReadSeeker +pkg debug/elf, method (*Section) Data() ([]uint8, error) +pkg debug/elf, method (*Section) Open() io.ReadSeeker +pkg debug/elf, method (Class) GoString() string +pkg debug/elf, method (Class) String() string +pkg debug/elf, method (Data) GoString() string +pkg debug/elf, method (Data) String() string +pkg debug/elf, method (DynFlag) GoString() string +pkg debug/elf, method (DynFlag) String() string +pkg debug/elf, method (DynTag) GoString() string +pkg debug/elf, method (DynTag) String() string +pkg debug/elf, method (Machine) GoString() string +pkg debug/elf, method (Machine) String() string +pkg debug/elf, method (NType) GoString() string +pkg debug/elf, method (NType) String() string +pkg debug/elf, method (OSABI) GoString() string +pkg debug/elf, method (OSABI) String() string +pkg debug/elf, method (Prog) ReadAt([]uint8, int64) (int, error) +pkg debug/elf, method (ProgFlag) GoString() string +pkg debug/elf, method (ProgFlag) String() string +pkg debug/elf, method (ProgType) GoString() string +pkg debug/elf, method (ProgType) String() string +pkg debug/elf, method (R_386) GoString() string +pkg debug/elf, method (R_386) String() string +pkg debug/elf, method (R_ALPHA) GoString() string +pkg debug/elf, method (R_ALPHA) String() string +pkg debug/elf, method (R_ARM) GoString() string +pkg debug/elf, method (R_ARM) String() string +pkg debug/elf, method (R_PPC) GoString() string +pkg debug/elf, method (R_PPC) String() string +pkg debug/elf, method (R_SPARC) GoString() string +pkg debug/elf, method (R_SPARC) String() string +pkg debug/elf, method (R_X86_64) GoString() string +pkg debug/elf, method (R_X86_64) String() string +pkg debug/elf, method (Section) ReadAt([]uint8, int64) (int, error) +pkg debug/elf, method (SectionFlag) GoString() string +pkg debug/elf, method (SectionFlag) String() string +pkg debug/elf, method (SectionIndex) GoString() string +pkg debug/elf, method (SectionIndex) String() string +pkg debug/elf, method (SectionType) GoString() string +pkg debug/elf, method (SectionType) String() string +pkg debug/elf, method (SymBind) GoString() string +pkg debug/elf, method (SymBind) String() string +pkg debug/elf, method (SymType) GoString() string +pkg debug/elf, method (SymType) String() string +pkg debug/elf, method (SymVis) GoString() string +pkg debug/elf, method (SymVis) String() string +pkg debug/elf, method (Type) GoString() string +pkg debug/elf, method (Type) String() string +pkg debug/elf, method (Version) GoString() string +pkg debug/elf, method (Version) String() string +pkg debug/elf, type Class uint8 +pkg debug/elf, type Data uint8 +pkg debug/elf, type Dyn32 struct +pkg debug/elf, type Dyn32 struct, Tag int32 +pkg debug/elf, type Dyn32 struct, Val uint32 +pkg debug/elf, type Dyn64 struct +pkg debug/elf, type Dyn64 struct, Tag int64 +pkg debug/elf, type Dyn64 struct, Val uint64 +pkg debug/elf, type DynFlag int +pkg debug/elf, type DynTag int +pkg debug/elf, type File struct +pkg debug/elf, type File struct, Progs []*Prog +pkg debug/elf, type File struct, Sections []*Section +pkg debug/elf, type File struct, embedded FileHeader +pkg debug/elf, type FileHeader struct +pkg debug/elf, type FileHeader struct, ABIVersion uint8 +pkg debug/elf, type FileHeader struct, ByteOrder binary.ByteOrder +pkg debug/elf, type FileHeader struct, Class Class +pkg debug/elf, type FileHeader struct, Data Data +pkg debug/elf, type FileHeader struct, Machine Machine +pkg debug/elf, type FileHeader struct, OSABI OSABI +pkg debug/elf, type FileHeader struct, Type Type +pkg debug/elf, type FileHeader struct, Version Version +pkg debug/elf, type FormatError struct +pkg debug/elf, type Header32 struct +pkg debug/elf, type Header32 struct, Ehsize uint16 +pkg debug/elf, type Header32 struct, Entry uint32 +pkg debug/elf, type Header32 struct, Flags uint32 +pkg debug/elf, type Header32 struct, Ident [16]uint8 +pkg debug/elf, type Header32 struct, Machine uint16 +pkg debug/elf, type Header32 struct, Phentsize uint16 +pkg debug/elf, type Header32 struct, Phnum uint16 +pkg debug/elf, type Header32 struct, Phoff uint32 +pkg debug/elf, type Header32 struct, Shentsize uint16 +pkg debug/elf, type Header32 struct, Shnum uint16 +pkg debug/elf, type Header32 struct, Shoff uint32 +pkg debug/elf, type Header32 struct, Shstrndx uint16 +pkg debug/elf, type Header32 struct, Type uint16 +pkg debug/elf, type Header32 struct, Version uint32 +pkg debug/elf, type Header64 struct +pkg debug/elf, type Header64 struct, Ehsize uint16 +pkg debug/elf, type Header64 struct, Entry uint64 +pkg debug/elf, type Header64 struct, Flags uint32 +pkg debug/elf, type Header64 struct, Ident [16]uint8 +pkg debug/elf, type Header64 struct, Machine uint16 +pkg debug/elf, type Header64 struct, Phentsize uint16 +pkg debug/elf, type Header64 struct, Phnum uint16 +pkg debug/elf, type Header64 struct, Phoff uint64 +pkg debug/elf, type Header64 struct, Shentsize uint16 +pkg debug/elf, type Header64 struct, Shnum uint16 +pkg debug/elf, type Header64 struct, Shoff uint64 +pkg debug/elf, type Header64 struct, Shstrndx uint16 +pkg debug/elf, type Header64 struct, Type uint16 +pkg debug/elf, type Header64 struct, Version uint32 +pkg debug/elf, type ImportedSymbol struct +pkg debug/elf, type ImportedSymbol struct, Library string +pkg debug/elf, type ImportedSymbol struct, Name string +pkg debug/elf, type ImportedSymbol struct, Version string +pkg debug/elf, type Machine uint16 +pkg debug/elf, type NType int +pkg debug/elf, type OSABI uint8 +pkg debug/elf, type Prog struct +pkg debug/elf, type Prog struct, embedded ProgHeader +pkg debug/elf, type Prog struct, embedded io.ReaderAt +pkg debug/elf, type Prog32 struct +pkg debug/elf, type Prog32 struct, Align uint32 +pkg debug/elf, type Prog32 struct, Filesz uint32 +pkg debug/elf, type Prog32 struct, Flags uint32 +pkg debug/elf, type Prog32 struct, Memsz uint32 +pkg debug/elf, type Prog32 struct, Off uint32 +pkg debug/elf, type Prog32 struct, Paddr uint32 +pkg debug/elf, type Prog32 struct, Type uint32 +pkg debug/elf, type Prog32 struct, Vaddr uint32 +pkg debug/elf, type Prog64 struct +pkg debug/elf, type Prog64 struct, Align uint64 +pkg debug/elf, type Prog64 struct, Filesz uint64 +pkg debug/elf, type Prog64 struct, Flags uint32 +pkg debug/elf, type Prog64 struct, Memsz uint64 +pkg debug/elf, type Prog64 struct, Off uint64 +pkg debug/elf, type Prog64 struct, Paddr uint64 +pkg debug/elf, type Prog64 struct, Type uint32 +pkg debug/elf, type Prog64 struct, Vaddr uint64 +pkg debug/elf, type ProgFlag uint32 +pkg debug/elf, type ProgHeader struct +pkg debug/elf, type ProgHeader struct, Align uint64 +pkg debug/elf, type ProgHeader struct, Filesz uint64 +pkg debug/elf, type ProgHeader struct, Flags ProgFlag +pkg debug/elf, type ProgHeader struct, Memsz uint64 +pkg debug/elf, type ProgHeader struct, Off uint64 +pkg debug/elf, type ProgHeader struct, Paddr uint64 +pkg debug/elf, type ProgHeader struct, Type ProgType +pkg debug/elf, type ProgHeader struct, Vaddr uint64 +pkg debug/elf, type ProgType int +pkg debug/elf, type R_386 int +pkg debug/elf, type R_ALPHA int +pkg debug/elf, type R_ARM int +pkg debug/elf, type R_PPC int +pkg debug/elf, type R_SPARC int +pkg debug/elf, type R_X86_64 int +pkg debug/elf, type Rel32 struct +pkg debug/elf, type Rel32 struct, Info uint32 +pkg debug/elf, type Rel32 struct, Off uint32 +pkg debug/elf, type Rel64 struct +pkg debug/elf, type Rel64 struct, Info uint64 +pkg debug/elf, type Rel64 struct, Off uint64 +pkg debug/elf, type Rela32 struct +pkg debug/elf, type Rela32 struct, Addend int32 +pkg debug/elf, type Rela32 struct, Info uint32 +pkg debug/elf, type Rela32 struct, Off uint32 +pkg debug/elf, type Rela64 struct +pkg debug/elf, type Rela64 struct, Addend int64 +pkg debug/elf, type Rela64 struct, Info uint64 +pkg debug/elf, type Rela64 struct, Off uint64 +pkg debug/elf, type Section struct +pkg debug/elf, type Section struct, embedded SectionHeader +pkg debug/elf, type Section struct, embedded io.ReaderAt +pkg debug/elf, type Section32 struct +pkg debug/elf, type Section32 struct, Addr uint32 +pkg debug/elf, type Section32 struct, Addralign uint32 +pkg debug/elf, type Section32 struct, Entsize uint32 +pkg debug/elf, type Section32 struct, Flags uint32 +pkg debug/elf, type Section32 struct, Info uint32 +pkg debug/elf, type Section32 struct, Link uint32 +pkg debug/elf, type Section32 struct, Name uint32 +pkg debug/elf, type Section32 struct, Off uint32 +pkg debug/elf, type Section32 struct, Size uint32 +pkg debug/elf, type Section32 struct, Type uint32 +pkg debug/elf, type Section64 struct +pkg debug/elf, type Section64 struct, Addr uint64 +pkg debug/elf, type Section64 struct, Addralign uint64 +pkg debug/elf, type Section64 struct, Entsize uint64 +pkg debug/elf, type Section64 struct, Flags uint64 +pkg debug/elf, type Section64 struct, Info uint32 +pkg debug/elf, type Section64 struct, Link uint32 +pkg debug/elf, type Section64 struct, Name uint32 +pkg debug/elf, type Section64 struct, Off uint64 +pkg debug/elf, type Section64 struct, Size uint64 +pkg debug/elf, type Section64 struct, Type uint32 +pkg debug/elf, type SectionFlag uint32 +pkg debug/elf, type SectionHeader struct +pkg debug/elf, type SectionHeader struct, Addr uint64 +pkg debug/elf, type SectionHeader struct, Addralign uint64 +pkg debug/elf, type SectionHeader struct, Entsize uint64 +pkg debug/elf, type SectionHeader struct, Flags SectionFlag +pkg debug/elf, type SectionHeader struct, Info uint32 +pkg debug/elf, type SectionHeader struct, Link uint32 +pkg debug/elf, type SectionHeader struct, Name string +pkg debug/elf, type SectionHeader struct, Offset uint64 +pkg debug/elf, type SectionHeader struct, Size uint64 +pkg debug/elf, type SectionHeader struct, Type SectionType +pkg debug/elf, type SectionIndex int +pkg debug/elf, type SectionType uint32 +pkg debug/elf, type Sym32 struct +pkg debug/elf, type Sym32 struct, Info uint8 +pkg debug/elf, type Sym32 struct, Name uint32 +pkg debug/elf, type Sym32 struct, Other uint8 +pkg debug/elf, type Sym32 struct, Shndx uint16 +pkg debug/elf, type Sym32 struct, Size uint32 +pkg debug/elf, type Sym32 struct, Value uint32 +pkg debug/elf, type Sym64 struct +pkg debug/elf, type Sym64 struct, Info uint8 +pkg debug/elf, type Sym64 struct, Name uint32 +pkg debug/elf, type Sym64 struct, Other uint8 +pkg debug/elf, type Sym64 struct, Shndx uint16 +pkg debug/elf, type Sym64 struct, Size uint64 +pkg debug/elf, type Sym64 struct, Value uint64 +pkg debug/elf, type SymBind int +pkg debug/elf, type SymType int +pkg debug/elf, type SymVis int +pkg debug/elf, type Symbol struct +pkg debug/elf, type Symbol struct, Info uint8 +pkg debug/elf, type Symbol struct, Name string +pkg debug/elf, type Symbol struct, Other uint8 +pkg debug/elf, type Symbol struct, Section SectionIndex +pkg debug/elf, type Symbol struct, Size uint64 +pkg debug/elf, type Symbol struct, Value uint64 +pkg debug/elf, type Type uint16 +pkg debug/elf, type Version uint8 +pkg debug/gosym, func NewLineTable([]uint8, uint64) *LineTable +pkg debug/gosym, func NewTable([]uint8, *LineTable) (*Table, error) +pkg debug/gosym, method (*DecodingError) Error() string +pkg debug/gosym, method (*LineTable) LineToPC(int, uint64) uint64 +pkg debug/gosym, method (*LineTable) PCToLine(uint64) int +pkg debug/gosym, method (*Sym) BaseName() string +pkg debug/gosym, method (*Sym) PackageName() string +pkg debug/gosym, method (*Sym) ReceiverName() string +pkg debug/gosym, method (*Sym) Static() bool +pkg debug/gosym, method (*Table) LineToPC(string, int) (uint64, *Func, error) +pkg debug/gosym, method (*Table) LookupFunc(string) *Func +pkg debug/gosym, method (*Table) LookupSym(string) *Sym +pkg debug/gosym, method (*Table) PCToFunc(uint64) *Func +pkg debug/gosym, method (*Table) PCToLine(uint64) (string, int, *Func) +pkg debug/gosym, method (*Table) SymByAddr(uint64) *Sym +pkg debug/gosym, method (*UnknownLineError) Error() string +pkg debug/gosym, method (Func) BaseName() string +pkg debug/gosym, method (Func) PackageName() string +pkg debug/gosym, method (Func) ReceiverName() string +pkg debug/gosym, method (Func) Static() bool +pkg debug/gosym, method (UnknownFileError) Error() string +pkg debug/gosym, type DecodingError struct +pkg debug/gosym, type Func struct +pkg debug/gosym, type Func struct, End uint64 +pkg debug/gosym, type Func struct, Entry uint64 +pkg debug/gosym, type Func struct, FrameSize int +pkg debug/gosym, type Func struct, LineTable *LineTable +pkg debug/gosym, type Func struct, Locals []*Sym +pkg debug/gosym, type Func struct, Obj *Obj +pkg debug/gosym, type Func struct, Params []*Sym +pkg debug/gosym, type Func struct, embedded *Sym +pkg debug/gosym, type LineTable struct +pkg debug/gosym, type LineTable struct, Data []uint8 +pkg debug/gosym, type LineTable struct, Line int +pkg debug/gosym, type LineTable struct, PC uint64 +pkg debug/gosym, type Obj struct +pkg debug/gosym, type Obj struct, Funcs []Func +pkg debug/gosym, type Obj struct, Paths []Sym +pkg debug/gosym, type Sym struct +pkg debug/gosym, type Sym struct, Func *Func +pkg debug/gosym, type Sym struct, GoType uint64 +pkg debug/gosym, type Sym struct, Name string +pkg debug/gosym, type Sym struct, Type uint8 +pkg debug/gosym, type Sym struct, Value uint64 +pkg debug/gosym, type Table struct +pkg debug/gosym, type Table struct, Files map[string]*Obj +pkg debug/gosym, type Table struct, Funcs []Func +pkg debug/gosym, type Table struct, Objs []Obj +pkg debug/gosym, type Table struct, Syms []Sym +pkg debug/gosym, type UnknownFileError string +pkg debug/gosym, type UnknownLineError struct +pkg debug/gosym, type UnknownLineError struct, File string +pkg debug/gosym, type UnknownLineError struct, Line int +pkg debug/macho, const Cpu386 Cpu +pkg debug/macho, const CpuAmd64 Cpu +pkg debug/macho, const LoadCmdDylib LoadCmd +pkg debug/macho, const LoadCmdDylinker LoadCmd +pkg debug/macho, const LoadCmdDysymtab LoadCmd +pkg debug/macho, const LoadCmdSegment LoadCmd +pkg debug/macho, const LoadCmdSegment64 LoadCmd +pkg debug/macho, const LoadCmdSymtab LoadCmd +pkg debug/macho, const LoadCmdThread LoadCmd +pkg debug/macho, const LoadCmdUnixThread LoadCmd +pkg debug/macho, const Magic32 uint32 +pkg debug/macho, const Magic64 uint32 +pkg debug/macho, const TypeExec Type +pkg debug/macho, const TypeObj Type +pkg debug/macho, func NewFile(io.ReaderAt) (*File, error) +pkg debug/macho, func Open(string) (*File, error) +pkg debug/macho, method (*File) Close() error +pkg debug/macho, method (*File) DWARF() (*dwarf.Data, error) +pkg debug/macho, method (*File) ImportedLibraries() ([]string, error) +pkg debug/macho, method (*File) ImportedSymbols() ([]string, error) +pkg debug/macho, method (*File) Section(string) *Section +pkg debug/macho, method (*File) Segment(string) *Segment +pkg debug/macho, method (*FormatError) Error() string +pkg debug/macho, method (*Section) Data() ([]uint8, error) +pkg debug/macho, method (*Section) Open() io.ReadSeeker +pkg debug/macho, method (*Segment) Data() ([]uint8, error) +pkg debug/macho, method (*Segment) Open() io.ReadSeeker +pkg debug/macho, method (Cpu) GoString() string +pkg debug/macho, method (Cpu) String() string +pkg debug/macho, method (Dylib) Raw() []uint8 +pkg debug/macho, method (Dysymtab) Raw() []uint8 +pkg debug/macho, method (LoadBytes) Raw() []uint8 +pkg debug/macho, method (LoadCmd) GoString() string +pkg debug/macho, method (LoadCmd) String() string +pkg debug/macho, method (Section) ReadAt([]uint8, int64) (int, error) +pkg debug/macho, method (Segment) Raw() []uint8 +pkg debug/macho, method (Segment) ReadAt([]uint8, int64) (int, error) +pkg debug/macho, method (Symtab) Raw() []uint8 +pkg debug/macho, type Cpu uint32 +pkg debug/macho, type Dylib struct +pkg debug/macho, type Dylib struct, CompatVersion uint32 +pkg debug/macho, type Dylib struct, CurrentVersion uint32 +pkg debug/macho, type Dylib struct, Name string +pkg debug/macho, type Dylib struct, Time uint32 +pkg debug/macho, type Dylib struct, embedded LoadBytes +pkg debug/macho, type DylibCmd struct +pkg debug/macho, type DylibCmd struct, Cmd LoadCmd +pkg debug/macho, type DylibCmd struct, CompatVersion uint32 +pkg debug/macho, type DylibCmd struct, CurrentVersion uint32 +pkg debug/macho, type DylibCmd struct, Len uint32 +pkg debug/macho, type DylibCmd struct, Name uint32 +pkg debug/macho, type DylibCmd struct, Time uint32 +pkg debug/macho, type Dysymtab struct +pkg debug/macho, type Dysymtab struct, IndirectSyms []uint32 +pkg debug/macho, type Dysymtab struct, embedded DysymtabCmd +pkg debug/macho, type Dysymtab struct, embedded LoadBytes +pkg debug/macho, type DysymtabCmd struct +pkg debug/macho, type DysymtabCmd struct, Cmd LoadCmd +pkg debug/macho, type DysymtabCmd struct, Extrefsymoff uint32 +pkg debug/macho, type DysymtabCmd struct, Extreloff uint32 +pkg debug/macho, type DysymtabCmd struct, Iextdefsym uint32 +pkg debug/macho, type DysymtabCmd struct, Ilocalsym uint32 +pkg debug/macho, type DysymtabCmd struct, Indirectsymoff uint32 +pkg debug/macho, type DysymtabCmd struct, Iundefsym uint32 +pkg debug/macho, type DysymtabCmd struct, Len uint32 +pkg debug/macho, type DysymtabCmd struct, Locreloff uint32 +pkg debug/macho, type DysymtabCmd struct, Modtaboff uint32 +pkg debug/macho, type DysymtabCmd struct, Nextdefsym uint32 +pkg debug/macho, type DysymtabCmd struct, Nextrefsyms uint32 +pkg debug/macho, type DysymtabCmd struct, Nextrel uint32 +pkg debug/macho, type DysymtabCmd struct, Nindirectsyms uint32 +pkg debug/macho, type DysymtabCmd struct, Nlocalsym uint32 +pkg debug/macho, type DysymtabCmd struct, Nlocrel uint32 +pkg debug/macho, type DysymtabCmd struct, Nmodtab uint32 +pkg debug/macho, type DysymtabCmd struct, Ntoc uint32 +pkg debug/macho, type DysymtabCmd struct, Nundefsym uint32 +pkg debug/macho, type DysymtabCmd struct, Tocoffset uint32 +pkg debug/macho, type File struct +pkg debug/macho, type File struct, ByteOrder binary.ByteOrder +pkg debug/macho, type File struct, Dysymtab *Dysymtab +pkg debug/macho, type File struct, Loads []Load +pkg debug/macho, type File struct, Sections []*Section +pkg debug/macho, type File struct, Symtab *Symtab +pkg debug/macho, type File struct, embedded FileHeader +pkg debug/macho, type FileHeader struct +pkg debug/macho, type FileHeader struct, Cmdsz uint32 +pkg debug/macho, type FileHeader struct, Cpu Cpu +pkg debug/macho, type FileHeader struct, Flags uint32 +pkg debug/macho, type FileHeader struct, Magic uint32 +pkg debug/macho, type FileHeader struct, Ncmd uint32 +pkg debug/macho, type FileHeader struct, SubCpu uint32 +pkg debug/macho, type FileHeader struct, Type Type +pkg debug/macho, type FormatError struct +pkg debug/macho, type Load interface { Raw } +pkg debug/macho, type Load interface, Raw() []uint8 +pkg debug/macho, type LoadBytes []uint8 +pkg debug/macho, type LoadCmd uint32 +pkg debug/macho, type Nlist32 struct +pkg debug/macho, type Nlist32 struct, Desc uint16 +pkg debug/macho, type Nlist32 struct, Name uint32 +pkg debug/macho, type Nlist32 struct, Sect uint8 +pkg debug/macho, type Nlist32 struct, Type uint8 +pkg debug/macho, type Nlist32 struct, Value uint32 +pkg debug/macho, type Nlist64 struct +pkg debug/macho, type Nlist64 struct, Desc uint16 +pkg debug/macho, type Nlist64 struct, Name uint32 +pkg debug/macho, type Nlist64 struct, Sect uint8 +pkg debug/macho, type Nlist64 struct, Type uint8 +pkg debug/macho, type Nlist64 struct, Value uint64 +pkg debug/macho, type Regs386 struct +pkg debug/macho, type Regs386 struct, AX uint32 +pkg debug/macho, type Regs386 struct, BP uint32 +pkg debug/macho, type Regs386 struct, BX uint32 +pkg debug/macho, type Regs386 struct, CS uint32 +pkg debug/macho, type Regs386 struct, CX uint32 +pkg debug/macho, type Regs386 struct, DI uint32 +pkg debug/macho, type Regs386 struct, DS uint32 +pkg debug/macho, type Regs386 struct, DX uint32 +pkg debug/macho, type Regs386 struct, ES uint32 +pkg debug/macho, type Regs386 struct, FLAGS uint32 +pkg debug/macho, type Regs386 struct, FS uint32 +pkg debug/macho, type Regs386 struct, GS uint32 +pkg debug/macho, type Regs386 struct, IP uint32 +pkg debug/macho, type Regs386 struct, SI uint32 +pkg debug/macho, type Regs386 struct, SP uint32 +pkg debug/macho, type Regs386 struct, SS uint32 +pkg debug/macho, type RegsAMD64 struct +pkg debug/macho, type RegsAMD64 struct, AX uint64 +pkg debug/macho, type RegsAMD64 struct, BP uint64 +pkg debug/macho, type RegsAMD64 struct, BX uint64 +pkg debug/macho, type RegsAMD64 struct, CS uint64 +pkg debug/macho, type RegsAMD64 struct, CX uint64 +pkg debug/macho, type RegsAMD64 struct, DI uint64 +pkg debug/macho, type RegsAMD64 struct, DX uint64 +pkg debug/macho, type RegsAMD64 struct, FLAGS uint64 +pkg debug/macho, type RegsAMD64 struct, FS uint64 +pkg debug/macho, type RegsAMD64 struct, GS uint64 +pkg debug/macho, type RegsAMD64 struct, IP uint64 +pkg debug/macho, type RegsAMD64 struct, R10 uint64 +pkg debug/macho, type RegsAMD64 struct, R11 uint64 +pkg debug/macho, type RegsAMD64 struct, R12 uint64 +pkg debug/macho, type RegsAMD64 struct, R13 uint64 +pkg debug/macho, type RegsAMD64 struct, R14 uint64 +pkg debug/macho, type RegsAMD64 struct, R15 uint64 +pkg debug/macho, type RegsAMD64 struct, R8 uint64 +pkg debug/macho, type RegsAMD64 struct, R9 uint64 +pkg debug/macho, type RegsAMD64 struct, SI uint64 +pkg debug/macho, type RegsAMD64 struct, SP uint64 +pkg debug/macho, type Section struct +pkg debug/macho, type Section struct, embedded SectionHeader +pkg debug/macho, type Section struct, embedded io.ReaderAt +pkg debug/macho, type Section32 struct +pkg debug/macho, type Section32 struct, Addr uint32 +pkg debug/macho, type Section32 struct, Align uint32 +pkg debug/macho, type Section32 struct, Flags uint32 +pkg debug/macho, type Section32 struct, Name [16]uint8 +pkg debug/macho, type Section32 struct, Nreloc uint32 +pkg debug/macho, type Section32 struct, Offset uint32 +pkg debug/macho, type Section32 struct, Reloff uint32 +pkg debug/macho, type Section32 struct, Reserve1 uint32 +pkg debug/macho, type Section32 struct, Reserve2 uint32 +pkg debug/macho, type Section32 struct, Seg [16]uint8 +pkg debug/macho, type Section32 struct, Size uint32 +pkg debug/macho, type Section64 struct +pkg debug/macho, type Section64 struct, Addr uint64 +pkg debug/macho, type Section64 struct, Align uint32 +pkg debug/macho, type Section64 struct, Flags uint32 +pkg debug/macho, type Section64 struct, Name [16]uint8 +pkg debug/macho, type Section64 struct, Nreloc uint32 +pkg debug/macho, type Section64 struct, Offset uint32 +pkg debug/macho, type Section64 struct, Reloff uint32 +pkg debug/macho, type Section64 struct, Reserve1 uint32 +pkg debug/macho, type Section64 struct, Reserve2 uint32 +pkg debug/macho, type Section64 struct, Reserve3 uint32 +pkg debug/macho, type Section64 struct, Seg [16]uint8 +pkg debug/macho, type Section64 struct, Size uint64 +pkg debug/macho, type SectionHeader struct +pkg debug/macho, type SectionHeader struct, Addr uint64 +pkg debug/macho, type SectionHeader struct, Align uint32 +pkg debug/macho, type SectionHeader struct, Flags uint32 +pkg debug/macho, type SectionHeader struct, Name string +pkg debug/macho, type SectionHeader struct, Nreloc uint32 +pkg debug/macho, type SectionHeader struct, Offset uint32 +pkg debug/macho, type SectionHeader struct, Reloff uint32 +pkg debug/macho, type SectionHeader struct, Seg string +pkg debug/macho, type SectionHeader struct, Size uint64 +pkg debug/macho, type Segment struct +pkg debug/macho, type Segment struct, embedded LoadBytes +pkg debug/macho, type Segment struct, embedded SegmentHeader +pkg debug/macho, type Segment struct, embedded io.ReaderAt +pkg debug/macho, type Segment32 struct +pkg debug/macho, type Segment32 struct, Addr uint32 +pkg debug/macho, type Segment32 struct, Cmd LoadCmd +pkg debug/macho, type Segment32 struct, Filesz uint32 +pkg debug/macho, type Segment32 struct, Flag uint32 +pkg debug/macho, type Segment32 struct, Len uint32 +pkg debug/macho, type Segment32 struct, Maxprot uint32 +pkg debug/macho, type Segment32 struct, Memsz uint32 +pkg debug/macho, type Segment32 struct, Name [16]uint8 +pkg debug/macho, type Segment32 struct, Nsect uint32 +pkg debug/macho, type Segment32 struct, Offset uint32 +pkg debug/macho, type Segment32 struct, Prot uint32 +pkg debug/macho, type Segment64 struct +pkg debug/macho, type Segment64 struct, Addr uint64 +pkg debug/macho, type Segment64 struct, Cmd LoadCmd +pkg debug/macho, type Segment64 struct, Filesz uint64 +pkg debug/macho, type Segment64 struct, Flag uint32 +pkg debug/macho, type Segment64 struct, Len uint32 +pkg debug/macho, type Segment64 struct, Maxprot uint32 +pkg debug/macho, type Segment64 struct, Memsz uint64 +pkg debug/macho, type Segment64 struct, Name [16]uint8 +pkg debug/macho, type Segment64 struct, Nsect uint32 +pkg debug/macho, type Segment64 struct, Offset uint64 +pkg debug/macho, type Segment64 struct, Prot uint32 +pkg debug/macho, type SegmentHeader struct +pkg debug/macho, type SegmentHeader struct, Addr uint64 +pkg debug/macho, type SegmentHeader struct, Cmd LoadCmd +pkg debug/macho, type SegmentHeader struct, Filesz uint64 +pkg debug/macho, type SegmentHeader struct, Flag uint32 +pkg debug/macho, type SegmentHeader struct, Len uint32 +pkg debug/macho, type SegmentHeader struct, Maxprot uint32 +pkg debug/macho, type SegmentHeader struct, Memsz uint64 +pkg debug/macho, type SegmentHeader struct, Name string +pkg debug/macho, type SegmentHeader struct, Nsect uint32 +pkg debug/macho, type SegmentHeader struct, Offset uint64 +pkg debug/macho, type SegmentHeader struct, Prot uint32 +pkg debug/macho, type Symbol struct +pkg debug/macho, type Symbol struct, Desc uint16 +pkg debug/macho, type Symbol struct, Name string +pkg debug/macho, type Symbol struct, Sect uint8 +pkg debug/macho, type Symbol struct, Type uint8 +pkg debug/macho, type Symbol struct, Value uint64 +pkg debug/macho, type Symtab struct +pkg debug/macho, type Symtab struct, Syms []Symbol +pkg debug/macho, type Symtab struct, embedded LoadBytes +pkg debug/macho, type Symtab struct, embedded SymtabCmd +pkg debug/macho, type SymtabCmd struct +pkg debug/macho, type SymtabCmd struct, Cmd LoadCmd +pkg debug/macho, type SymtabCmd struct, Len uint32 +pkg debug/macho, type SymtabCmd struct, Nsyms uint32 +pkg debug/macho, type SymtabCmd struct, Stroff uint32 +pkg debug/macho, type SymtabCmd struct, Strsize uint32 +pkg debug/macho, type SymtabCmd struct, Symoff uint32 +pkg debug/macho, type Thread struct +pkg debug/macho, type Thread struct, Cmd LoadCmd +pkg debug/macho, type Thread struct, Data []uint32 +pkg debug/macho, type Thread struct, Len uint32 +pkg debug/macho, type Thread struct, Type uint32 +pkg debug/macho, type Type uint32 +pkg debug/pe, const IMAGE_FILE_MACHINE_AM33 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_AMD64 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_ARM ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_EBC ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_I386 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_IA64 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_M32R ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_SH4 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_SH5 ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_THUMB ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_UNKNOWN ideal-int +pkg debug/pe, const IMAGE_FILE_MACHINE_WCEMIPSV2 ideal-int +pkg debug/pe, func NewFile(io.ReaderAt) (*File, error) +pkg debug/pe, func Open(string) (*File, error) +pkg debug/pe, method (*File) Close() error +pkg debug/pe, method (*File) DWARF() (*dwarf.Data, error) +pkg debug/pe, method (*File) ImportedLibraries() ([]string, error) +pkg debug/pe, method (*File) ImportedSymbols() ([]string, error) +pkg debug/pe, method (*File) Section(string) *Section +pkg debug/pe, method (*FormatError) Error() string +pkg debug/pe, method (*Section) Data() ([]uint8, error) +pkg debug/pe, method (*Section) Open() io.ReadSeeker +pkg debug/pe, method (Section) ReadAt([]uint8, int64) (int, error) +pkg debug/pe, type File struct +pkg debug/pe, type File struct, Sections []*Section +pkg debug/pe, type File struct, embedded FileHeader +pkg debug/pe, type FileHeader struct +pkg debug/pe, type FileHeader struct, Characteristics uint16 +pkg debug/pe, type FileHeader struct, Machine uint16 +pkg debug/pe, type FileHeader struct, NumberOfSections uint16 +pkg debug/pe, type FileHeader struct, NumberOfSymbols uint32 +pkg debug/pe, type FileHeader struct, PointerToSymbolTable uint32 +pkg debug/pe, type FileHeader struct, SizeOfOptionalHeader uint16 +pkg debug/pe, type FileHeader struct, TimeDateStamp uint32 +pkg debug/pe, type FormatError struct +pkg debug/pe, type ImportDirectory struct +pkg debug/pe, type ImportDirectory struct, FirstThunk uint32 +pkg debug/pe, type ImportDirectory struct, ForwarderChain uint32 +pkg debug/pe, type ImportDirectory struct, Name uint32 +pkg debug/pe, type ImportDirectory struct, OriginalFirstThunk uint32 +pkg debug/pe, type ImportDirectory struct, TimeDateStamp uint32 +pkg debug/pe, type Section struct +pkg debug/pe, type Section struct, embedded SectionHeader +pkg debug/pe, type Section struct, embedded io.ReaderAt +pkg debug/pe, type SectionHeader struct +pkg debug/pe, type SectionHeader struct, Characteristics uint32 +pkg debug/pe, type SectionHeader struct, Name string +pkg debug/pe, type SectionHeader struct, NumberOfLineNumbers uint16 +pkg debug/pe, type SectionHeader struct, NumberOfRelocations uint16 +pkg debug/pe, type SectionHeader struct, Offset uint32 +pkg debug/pe, type SectionHeader struct, PointerToLineNumbers uint32 +pkg debug/pe, type SectionHeader struct, PointerToRelocations uint32 +pkg debug/pe, type SectionHeader struct, Size uint32 +pkg debug/pe, type SectionHeader struct, VirtualAddress uint32 +pkg debug/pe, type SectionHeader struct, VirtualSize uint32 +pkg debug/pe, type SectionHeader32 struct +pkg debug/pe, type SectionHeader32 struct, Characteristics uint32 +pkg debug/pe, type SectionHeader32 struct, Name [8]uint8 +pkg debug/pe, type SectionHeader32 struct, NumberOfLineNumbers uint16 +pkg debug/pe, type SectionHeader32 struct, NumberOfRelocations uint16 +pkg debug/pe, type SectionHeader32 struct, PointerToLineNumbers uint32 +pkg debug/pe, type SectionHeader32 struct, PointerToRawData uint32 +pkg debug/pe, type SectionHeader32 struct, PointerToRelocations uint32 +pkg debug/pe, type SectionHeader32 struct, SizeOfRawData uint32 +pkg debug/pe, type SectionHeader32 struct, VirtualAddress uint32 +pkg debug/pe, type SectionHeader32 struct, VirtualSize uint32 +pkg encoding/ascii85, func Decode([]uint8, []uint8, bool) (int, int, error) +pkg encoding/ascii85, func Encode([]uint8, []uint8) int +pkg encoding/ascii85, func MaxEncodedLen(int) int +pkg encoding/ascii85, func NewDecoder(io.Reader) io.Reader +pkg encoding/ascii85, func NewEncoder(io.Writer) io.WriteCloser +pkg encoding/ascii85, method (CorruptInputError) Error() string +pkg encoding/ascii85, type CorruptInputError int64 +pkg encoding/asn1, func Marshal(interface{}) ([]uint8, error) +pkg encoding/asn1, func Unmarshal([]uint8, interface{}) ([]uint8, error) +pkg encoding/asn1, func UnmarshalWithParams([]uint8, interface{}, string) ([]uint8, error) +pkg encoding/asn1, method (BitString) At(int) int +pkg encoding/asn1, method (BitString) RightAlign() []uint8 +pkg encoding/asn1, method (ObjectIdentifier) Equal(ObjectIdentifier) bool +pkg encoding/asn1, method (StructuralError) Error() string +pkg encoding/asn1, method (SyntaxError) Error() string +pkg encoding/asn1, type BitString struct +pkg encoding/asn1, type BitString struct, BitLength int +pkg encoding/asn1, type BitString struct, Bytes []uint8 +pkg encoding/asn1, type Enumerated int +pkg encoding/asn1, type Flag bool +pkg encoding/asn1, type ObjectIdentifier []int +pkg encoding/asn1, type RawContent []uint8 +pkg encoding/asn1, type RawValue struct +pkg encoding/asn1, type RawValue struct, Bytes []uint8 +pkg encoding/asn1, type RawValue struct, Class int +pkg encoding/asn1, type RawValue struct, FullBytes []uint8 +pkg encoding/asn1, type RawValue struct, IsCompound bool +pkg encoding/asn1, type RawValue struct, Tag int +pkg encoding/asn1, type StructuralError struct +pkg encoding/asn1, type StructuralError struct, Msg string +pkg encoding/asn1, type SyntaxError struct +pkg encoding/asn1, type SyntaxError struct, Msg string +pkg encoding/base32, func NewDecoder(*Encoding, io.Reader) io.Reader +pkg encoding/base32, func NewEncoder(*Encoding, io.Writer) io.WriteCloser +pkg encoding/base32, func NewEncoding(string) *Encoding +pkg encoding/base32, method (*Encoding) Decode([]uint8, []uint8) (int, error) +pkg encoding/base32, method (*Encoding) DecodeString(string) ([]uint8, error) +pkg encoding/base32, method (*Encoding) DecodedLen(int) int +pkg encoding/base32, method (*Encoding) Encode([]uint8, []uint8) +pkg encoding/base32, method (*Encoding) EncodeToString([]uint8) string +pkg encoding/base32, method (*Encoding) EncodedLen(int) int +pkg encoding/base32, method (CorruptInputError) Error() string +pkg encoding/base32, type CorruptInputError int64 +pkg encoding/base32, type Encoding struct +pkg encoding/base32, var HexEncoding *Encoding +pkg encoding/base32, var StdEncoding *Encoding +pkg encoding/base64, func NewDecoder(*Encoding, io.Reader) io.Reader +pkg encoding/base64, func NewEncoder(*Encoding, io.Writer) io.WriteCloser +pkg encoding/base64, func NewEncoding(string) *Encoding +pkg encoding/base64, method (*Encoding) Decode([]uint8, []uint8) (int, error) +pkg encoding/base64, method (*Encoding) DecodeString(string) ([]uint8, error) +pkg encoding/base64, method (*Encoding) DecodedLen(int) int +pkg encoding/base64, method (*Encoding) Encode([]uint8, []uint8) +pkg encoding/base64, method (*Encoding) EncodeToString([]uint8) string +pkg encoding/base64, method (*Encoding) EncodedLen(int) int +pkg encoding/base64, method (CorruptInputError) Error() string +pkg encoding/base64, type CorruptInputError int64 +pkg encoding/base64, type Encoding struct +pkg encoding/base64, var StdEncoding *Encoding +pkg encoding/base64, var URLEncoding *Encoding +pkg encoding/binary, const MaxVarintLen16 ideal-int +pkg encoding/binary, const MaxVarintLen32 ideal-int +pkg encoding/binary, const MaxVarintLen64 ideal-int +pkg encoding/binary, func PutUvarint([]uint8, uint64) int +pkg encoding/binary, func PutVarint([]uint8, int64) int +pkg encoding/binary, func Read(io.Reader, ByteOrder, interface{}) error +pkg encoding/binary, func ReadUvarint(io.ByteReader) (uint64, error) +pkg encoding/binary, func ReadVarint(io.ByteReader) (int64, error) +pkg encoding/binary, func Size(interface{}) int +pkg encoding/binary, func Uvarint([]uint8) (uint64, int) +pkg encoding/binary, func Varint([]uint8) (int64, int) +pkg encoding/binary, func Write(io.Writer, ByteOrder, interface{}) error +pkg encoding/binary, type ByteOrder interface { PutUint16, PutUint32, PutUint64, String, Uint16, Uint32, Uint64 } +pkg encoding/binary, type ByteOrder interface, PutUint16([]uint8, uint16) +pkg encoding/binary, type ByteOrder interface, PutUint32([]uint8, uint32) +pkg encoding/binary, type ByteOrder interface, PutUint64([]uint8, uint64) +pkg encoding/binary, type ByteOrder interface, String() string +pkg encoding/binary, type ByteOrder interface, Uint16([]uint8) uint16 +pkg encoding/binary, type ByteOrder interface, Uint32([]uint8) uint32 +pkg encoding/binary, type ByteOrder interface, Uint64([]uint8) uint64 +pkg encoding/binary, var BigEndian bigEndian +pkg encoding/binary, var LittleEndian littleEndian +pkg encoding/csv, func NewReader(io.Reader) *Reader +pkg encoding/csv, func NewWriter(io.Writer) *Writer +pkg encoding/csv, method (*ParseError) Error() string +pkg encoding/csv, method (*Reader) Read() ([]string, error) +pkg encoding/csv, method (*Reader) ReadAll() ([][]string, error) +pkg encoding/csv, method (*Writer) Flush() +pkg encoding/csv, method (*Writer) Write([]string) error +pkg encoding/csv, method (*Writer) WriteAll([][]string) error +pkg encoding/csv, type ParseError struct +pkg encoding/csv, type ParseError struct, Column int +pkg encoding/csv, type ParseError struct, Err error +pkg encoding/csv, type ParseError struct, Line int +pkg encoding/csv, type Reader struct +pkg encoding/csv, type Reader struct, Comma int32 +pkg encoding/csv, type Reader struct, Comment int32 +pkg encoding/csv, type Reader struct, FieldsPerRecord int +pkg encoding/csv, type Reader struct, LazyQuotes bool +pkg encoding/csv, type Reader struct, TrailingComma bool +pkg encoding/csv, type Reader struct, TrimLeadingSpace bool +pkg encoding/csv, type Writer struct +pkg encoding/csv, type Writer struct, Comma int32 +pkg encoding/csv, type Writer struct, UseCRLF bool +pkg encoding/csv, var ErrBareQuote error +pkg encoding/csv, var ErrFieldCount error +pkg encoding/csv, var ErrQuote error +pkg encoding/csv, var ErrTrailingComma error +pkg encoding/gob, func NewDecoder(io.Reader) *Decoder +pkg encoding/gob, func NewEncoder(io.Writer) *Encoder +pkg encoding/gob, func Register(interface{}) +pkg encoding/gob, func RegisterName(string, interface{}) +pkg encoding/gob, method (*Decoder) Decode(interface{}) error +pkg encoding/gob, method (*Decoder) DecodeValue(reflect.Value) error +pkg encoding/gob, method (*Encoder) Encode(interface{}) error +pkg encoding/gob, method (*Encoder) EncodeValue(reflect.Value) error +pkg encoding/gob, type CommonType struct +pkg encoding/gob, type CommonType struct, Id typeId +pkg encoding/gob, type CommonType struct, Name string +pkg encoding/gob, type Decoder struct +pkg encoding/gob, type Encoder struct +pkg encoding/gob, type GobDecoder interface { GobDecode } +pkg encoding/gob, type GobDecoder interface, GobDecode([]uint8) error +pkg encoding/gob, type GobEncoder interface { GobEncode } +pkg encoding/gob, type GobEncoder interface, GobEncode() ([]uint8, error) +pkg encoding/hex, func Decode([]uint8, []uint8) (int, error) +pkg encoding/hex, func DecodeString(string) ([]uint8, error) +pkg encoding/hex, func DecodedLen(int) int +pkg encoding/hex, func Dump([]uint8) string +pkg encoding/hex, func Dumper(io.Writer) io.WriteCloser +pkg encoding/hex, func Encode([]uint8, []uint8) int +pkg encoding/hex, func EncodeToString([]uint8) string +pkg encoding/hex, func EncodedLen(int) int +pkg encoding/hex, method (InvalidByteError) Error() string +pkg encoding/hex, type InvalidByteError uint8 +pkg encoding/hex, var ErrLength error +pkg encoding/json, func Compact(*bytes.Buffer, []uint8) error +pkg encoding/json, func HTMLEscape(*bytes.Buffer, []uint8) +pkg encoding/json, func Indent(*bytes.Buffer, []uint8, string, string) error +pkg encoding/json, func Marshal(interface{}) ([]uint8, error) +pkg encoding/json, func MarshalIndent(interface{}, string, string) ([]uint8, error) +pkg encoding/json, func NewDecoder(io.Reader) *Decoder +pkg encoding/json, func NewEncoder(io.Writer) *Encoder +pkg encoding/json, func Unmarshal([]uint8, interface{}) error +pkg encoding/json, method (*Decoder) Decode(interface{}) error +pkg encoding/json, method (*Encoder) Encode(interface{}) error +pkg encoding/json, method (*InvalidUTF8Error) Error() string +pkg encoding/json, method (*InvalidUnmarshalError) Error() string +pkg encoding/json, method (*MarshalerError) Error() string +pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error) +pkg encoding/json, method (*RawMessage) UnmarshalJSON([]uint8) error +pkg encoding/json, method (*SyntaxError) Error() string +pkg encoding/json, method (*UnmarshalFieldError) Error() string +pkg encoding/json, method (*UnmarshalTypeError) Error() string +pkg encoding/json, method (*UnsupportedTypeError) Error() string +pkg encoding/json, method (*UnsupportedValueError) Error() string +pkg encoding/json, type Decoder struct +pkg encoding/json, type Encoder struct +pkg encoding/json, type InvalidUTF8Error struct +pkg encoding/json, type InvalidUTF8Error struct, S string +pkg encoding/json, type InvalidUnmarshalError struct +pkg encoding/json, type InvalidUnmarshalError struct, Type reflect.Type +pkg encoding/json, type Marshaler interface { MarshalJSON } +pkg encoding/json, type Marshaler interface, MarshalJSON() ([]uint8, error) +pkg encoding/json, type MarshalerError struct +pkg encoding/json, type MarshalerError struct, Err error +pkg encoding/json, type MarshalerError struct, Type reflect.Type +pkg encoding/json, type RawMessage []uint8 +pkg encoding/json, type SyntaxError struct +pkg encoding/json, type SyntaxError struct, Offset int64 +pkg encoding/json, type UnmarshalFieldError struct +pkg encoding/json, type UnmarshalFieldError struct, Field reflect.StructField +pkg encoding/json, type UnmarshalFieldError struct, Key string +pkg encoding/json, type UnmarshalFieldError struct, Type reflect.Type +pkg encoding/json, type UnmarshalTypeError struct +pkg encoding/json, type UnmarshalTypeError struct, Type reflect.Type +pkg encoding/json, type UnmarshalTypeError struct, Value string +pkg encoding/json, type Unmarshaler interface { UnmarshalJSON } +pkg encoding/json, type Unmarshaler interface, UnmarshalJSON([]uint8) error +pkg encoding/json, type UnsupportedTypeError struct +pkg encoding/json, type UnsupportedTypeError struct, Type reflect.Type +pkg encoding/json, type UnsupportedValueError struct +pkg encoding/json, type UnsupportedValueError struct, Str string +pkg encoding/json, type UnsupportedValueError struct, Value reflect.Value +pkg encoding/pem, func Decode([]uint8) (*Block, []uint8) +pkg encoding/pem, func Encode(io.Writer, *Block) error +pkg encoding/pem, func EncodeToMemory(*Block) []uint8 +pkg encoding/pem, type Block struct +pkg encoding/pem, type Block struct, Bytes []uint8 +pkg encoding/pem, type Block struct, Headers map[string]string +pkg encoding/pem, type Block struct, Type string +pkg encoding/xml, const Header ideal-string +pkg encoding/xml, func CopyToken(Token) Token +pkg encoding/xml, func Escape(io.Writer, []uint8) +pkg encoding/xml, func Marshal(interface{}) ([]uint8, error) +pkg encoding/xml, func MarshalIndent(interface{}, string, string) ([]uint8, error) +pkg encoding/xml, func NewDecoder(io.Reader) *Decoder +pkg encoding/xml, func NewEncoder(io.Writer) *Encoder +pkg encoding/xml, func Unmarshal([]uint8, interface{}) error +pkg encoding/xml, method (*Decoder) Decode(interface{}) error +pkg encoding/xml, method (*Decoder) DecodeElement(interface{}, *StartElement) error +pkg encoding/xml, method (*Decoder) RawToken() (Token, error) +pkg encoding/xml, method (*Decoder) Skip() error +pkg encoding/xml, method (*Decoder) Token() (Token, error) +pkg encoding/xml, method (*Encoder) Encode(interface{}) error +pkg encoding/xml, method (*SyntaxError) Error() string +pkg encoding/xml, method (*TagPathError) Error() string +pkg encoding/xml, method (*UnsupportedTypeError) Error() string +pkg encoding/xml, method (CharData) Copy() CharData +pkg encoding/xml, method (Comment) Copy() Comment +pkg encoding/xml, method (Directive) Copy() Directive +pkg encoding/xml, method (ProcInst) Copy() ProcInst +pkg encoding/xml, method (StartElement) Copy() StartElement +pkg encoding/xml, method (UnmarshalError) Error() string +pkg encoding/xml, type Attr struct +pkg encoding/xml, type Attr struct, Name Name +pkg encoding/xml, type Attr struct, Value string +pkg encoding/xml, type CharData []uint8 +pkg encoding/xml, type Comment []uint8 +pkg encoding/xml, type Decoder struct +pkg encoding/xml, type Decoder struct, AutoClose []string +pkg encoding/xml, type Decoder struct, CharsetReader func(string, io.Reader) (io.Reader, error) +pkg encoding/xml, type Decoder struct, Entity map[string]string +pkg encoding/xml, type Decoder struct, Strict bool +pkg encoding/xml, type Directive []uint8 +pkg encoding/xml, type Encoder struct +pkg encoding/xml, type EndElement struct +pkg encoding/xml, type EndElement struct, Name Name +pkg encoding/xml, type Name struct +pkg encoding/xml, type Name struct, Local string +pkg encoding/xml, type Name struct, Space string +pkg encoding/xml, type ProcInst struct +pkg encoding/xml, type ProcInst struct, Inst []uint8 +pkg encoding/xml, type ProcInst struct, Target string +pkg encoding/xml, type StartElement struct +pkg encoding/xml, type StartElement struct, Attr []Attr +pkg encoding/xml, type StartElement struct, Name Name +pkg encoding/xml, type SyntaxError struct +pkg encoding/xml, type SyntaxError struct, Line int +pkg encoding/xml, type SyntaxError struct, Msg string +pkg encoding/xml, type TagPathError struct +pkg encoding/xml, type TagPathError struct, Field1 string +pkg encoding/xml, type TagPathError struct, Field2 string +pkg encoding/xml, type TagPathError struct, Struct reflect.Type +pkg encoding/xml, type TagPathError struct, Tag1 string +pkg encoding/xml, type TagPathError struct, Tag2 string +pkg encoding/xml, type Token interface {} +pkg encoding/xml, type UnmarshalError string +pkg encoding/xml, type UnsupportedTypeError struct +pkg encoding/xml, type UnsupportedTypeError struct, Type reflect.Type +pkg encoding/xml, var HTMLAutoClose []string +pkg encoding/xml, var HTMLEntity map[string]string +pkg errors, func New(string) error +pkg expvar, func Do(func(KeyValue)) +pkg expvar, func Get(string) Var +pkg expvar, func NewFloat(string) *Float +pkg expvar, func NewInt(string) *Int +pkg expvar, func NewMap(string) *Map +pkg expvar, func NewString(string) *String +pkg expvar, func Publish(string, Var) +pkg expvar, method (*Float) Add(float64) +pkg expvar, method (*Float) Set(float64) +pkg expvar, method (*Float) String() string +pkg expvar, method (*Int) Add(int64) +pkg expvar, method (*Int) Set(int64) +pkg expvar, method (*Int) String() string +pkg expvar, method (*Map) Add(string, int64) +pkg expvar, method (*Map) AddFloat(string, float64) +pkg expvar, method (*Map) Do(func(KeyValue)) +pkg expvar, method (*Map) Get(string) Var +pkg expvar, method (*Map) Init() *Map +pkg expvar, method (*Map) Set(string, Var) +pkg expvar, method (*Map) String() string +pkg expvar, method (*String) Set(string) +pkg expvar, method (*String) String() string +pkg expvar, method (Func) String() string +pkg expvar, type Float struct +pkg expvar, type Func func() interface{} +pkg expvar, type Int struct +pkg expvar, type KeyValue struct +pkg expvar, type KeyValue struct, Key string +pkg expvar, type KeyValue struct, Value Var +pkg expvar, type Map struct +pkg expvar, type String struct +pkg expvar, type Var interface { String } +pkg expvar, type Var interface, String() string +pkg flag, const ContinueOnError ErrorHandling +pkg flag, const ExitOnError ErrorHandling +pkg flag, const PanicOnError ErrorHandling +pkg flag, func Arg(int) string +pkg flag, func Args() []string +pkg flag, func Bool(string, bool, string) *bool +pkg flag, func BoolVar(*bool, string, bool, string) +pkg flag, func Duration(string, time.Duration, string) *time.Duration +pkg flag, func DurationVar(*time.Duration, string, time.Duration, string) +pkg flag, func Float64(string, float64, string) *float64 +pkg flag, func Float64Var(*float64, string, float64, string) +pkg flag, func Int(string, int, string) *int +pkg flag, func Int64(string, int64, string) *int64 +pkg flag, func Int64Var(*int64, string, int64, string) +pkg flag, func IntVar(*int, string, int, string) +pkg flag, func Lookup(string) *Flag +pkg flag, func NArg() int +pkg flag, func NFlag() int +pkg flag, func NewFlagSet(string, ErrorHandling) *FlagSet +pkg flag, func Parse() +pkg flag, func Parsed() bool +pkg flag, func PrintDefaults() +pkg flag, func Set(string, string) error +pkg flag, func String(string, string, string) *string +pkg flag, func StringVar(*string, string, string, string) +pkg flag, func Uint(string, uint, string) *uint +pkg flag, func Uint64(string, uint64, string) *uint64 +pkg flag, func Uint64Var(*uint64, string, uint64, string) +pkg flag, func UintVar(*uint, string, uint, string) +pkg flag, func Var(Value, string, string) +pkg flag, func Visit(func(*Flag)) +pkg flag, func VisitAll(func(*Flag)) +pkg flag, method (*FlagSet) Arg(int) string +pkg flag, method (*FlagSet) Args() []string +pkg flag, method (*FlagSet) Bool(string, bool, string) *bool +pkg flag, method (*FlagSet) BoolVar(*bool, string, bool, string) +pkg flag, method (*FlagSet) Duration(string, time.Duration, string) *time.Duration +pkg flag, method (*FlagSet) DurationVar(*time.Duration, string, time.Duration, string) +pkg flag, method (*FlagSet) Float64(string, float64, string) *float64 +pkg flag, method (*FlagSet) Float64Var(*float64, string, float64, string) +pkg flag, method (*FlagSet) Init(string, ErrorHandling) +pkg flag, method (*FlagSet) Int(string, int, string) *int +pkg flag, method (*FlagSet) Int64(string, int64, string) *int64 +pkg flag, method (*FlagSet) Int64Var(*int64, string, int64, string) +pkg flag, method (*FlagSet) IntVar(*int, string, int, string) +pkg flag, method (*FlagSet) Lookup(string) *Flag +pkg flag, method (*FlagSet) NArg() int +pkg flag, method (*FlagSet) NFlag() int +pkg flag, method (*FlagSet) Parse([]string) error +pkg flag, method (*FlagSet) Parsed() bool +pkg flag, method (*FlagSet) PrintDefaults() +pkg flag, method (*FlagSet) Set(string, string) error +pkg flag, method (*FlagSet) SetOutput(io.Writer) +pkg flag, method (*FlagSet) String(string, string, string) *string +pkg flag, method (*FlagSet) StringVar(*string, string, string, string) +pkg flag, method (*FlagSet) Uint(string, uint, string) *uint +pkg flag, method (*FlagSet) Uint64(string, uint64, string) *uint64 +pkg flag, method (*FlagSet) Uint64Var(*uint64, string, uint64, string) +pkg flag, method (*FlagSet) UintVar(*uint, string, uint, string) +pkg flag, method (*FlagSet) Var(Value, string, string) +pkg flag, method (*FlagSet) Visit(func(*Flag)) +pkg flag, method (*FlagSet) VisitAll(func(*Flag)) +pkg flag, type ErrorHandling int +pkg flag, type Flag struct +pkg flag, type Flag struct, DefValue string +pkg flag, type Flag struct, Name string +pkg flag, type Flag struct, Usage string +pkg flag, type Flag struct, Value Value +pkg flag, type FlagSet struct +pkg flag, type FlagSet struct, Usage func() +pkg flag, type Value interface { Set, String } +pkg flag, type Value interface, Set(string) error +pkg flag, type Value interface, String() string +pkg flag, var ErrHelp error +pkg flag, var Usage func() +pkg fmt, func Errorf(string, ...interface{}) error +pkg fmt, func Fprint(io.Writer, ...interface{}) (int, error) +pkg fmt, func Fprintf(io.Writer, string, ...interface{}) (int, error) +pkg fmt, func Fprintln(io.Writer, ...interface{}) (int, error) +pkg fmt, func Fscan(io.Reader, ...interface{}) (int, error) +pkg fmt, func Fscanf(io.Reader, string, ...interface{}) (int, error) +pkg fmt, func Fscanln(io.Reader, ...interface{}) (int, error) +pkg fmt, func Print(...interface{}) (int, error) +pkg fmt, func Printf(string, ...interface{}) (int, error) +pkg fmt, func Println(...interface{}) (int, error) +pkg fmt, func Scan(...interface{}) (int, error) +pkg fmt, func Scanf(string, ...interface{}) (int, error) +pkg fmt, func Scanln(...interface{}) (int, error) +pkg fmt, func Sprint(...interface{}) string +pkg fmt, func Sprintf(string, ...interface{}) string +pkg fmt, func Sprintln(...interface{}) string +pkg fmt, func Sscan(string, ...interface{}) (int, error) +pkg fmt, func Sscanf(string, string, ...interface{}) (int, error) +pkg fmt, func Sscanln(string, ...interface{}) (int, error) +pkg fmt, type Formatter interface { Format } +pkg fmt, type Formatter interface, Format(State, int32) +pkg fmt, type GoStringer interface { GoString } +pkg fmt, type GoStringer interface, GoString() string +pkg fmt, type ScanState interface { Read, ReadRune, SkipSpace, Token, UnreadRune, Width } +pkg fmt, type ScanState interface, Read([]uint8) (int, error) +pkg fmt, type ScanState interface, ReadRune() (int32, int, error) +pkg fmt, type ScanState interface, SkipSpace() +pkg fmt, type ScanState interface, Token(bool, func(int32) bool) ([]uint8, error) +pkg fmt, type ScanState interface, UnreadRune() error +pkg fmt, type ScanState interface, Width() (int, bool) +pkg fmt, type Scanner interface { Scan } +pkg fmt, type Scanner interface, Scan(ScanState, int32) error +pkg fmt, type State interface { Flag, Precision, Width, Write } +pkg fmt, type State interface, Flag(int) bool +pkg fmt, type State interface, Precision() (int, bool) +pkg fmt, type State interface, Width() (int, bool) +pkg fmt, type State interface, Write([]uint8) (int, error) +pkg fmt, type Stringer interface { String } +pkg fmt, type Stringer interface, String() string +pkg go/ast, const Bad ObjKind +pkg go/ast, const Con ObjKind +pkg go/ast, const FilterFuncDuplicates MergeMode +pkg go/ast, const FilterImportDuplicates MergeMode +pkg go/ast, const FilterUnassociatedComments MergeMode +pkg go/ast, const Fun ObjKind +pkg go/ast, const Lbl ObjKind +pkg go/ast, const Pkg ObjKind +pkg go/ast, const RECV ChanDir +pkg go/ast, const SEND ChanDir +pkg go/ast, const Typ ObjKind +pkg go/ast, const Var ObjKind +pkg go/ast, func FileExports(*File) bool +pkg go/ast, func FilterDecl(Decl, Filter) bool +pkg go/ast, func FilterFile(*File, Filter) bool +pkg go/ast, func FilterPackage(*Package, Filter) bool +pkg go/ast, func Fprint(io.Writer, *token.FileSet, interface{}, FieldFilter) error +pkg go/ast, func Inspect(Node, func(Node) bool) +pkg go/ast, func IsExported(string) bool +pkg go/ast, func MergePackageFiles(*Package, MergeMode) *File +pkg go/ast, func NewIdent(string) *Ident +pkg go/ast, func NewObj(ObjKind, string) *Object +pkg go/ast, func NewPackage(*token.FileSet, map[string]*File, Importer, *Scope) (*Package, error) +pkg go/ast, func NewScope(*Scope) *Scope +pkg go/ast, func NotNilFilter(string, reflect.Value) bool +pkg go/ast, func PackageExports(*Package) bool +pkg go/ast, func Print(*token.FileSet, interface{}) error +pkg go/ast, func SortImports(*token.FileSet, *File) +pkg go/ast, func Walk(Visitor, Node) +pkg go/ast, method (*ArrayType) End() token.Pos +pkg go/ast, method (*ArrayType) Pos() token.Pos +pkg go/ast, method (*AssignStmt) End() token.Pos +pkg go/ast, method (*AssignStmt) Pos() token.Pos +pkg go/ast, method (*BadDecl) End() token.Pos +pkg go/ast, method (*BadDecl) Pos() token.Pos +pkg go/ast, method (*BadExpr) End() token.Pos +pkg go/ast, method (*BadExpr) Pos() token.Pos +pkg go/ast, method (*BadStmt) End() token.Pos +pkg go/ast, method (*BadStmt) Pos() token.Pos +pkg go/ast, method (*BasicLit) End() token.Pos +pkg go/ast, method (*BasicLit) Pos() token.Pos +pkg go/ast, method (*BinaryExpr) End() token.Pos +pkg go/ast, method (*BinaryExpr) Pos() token.Pos +pkg go/ast, method (*BlockStmt) End() token.Pos +pkg go/ast, method (*BlockStmt) Pos() token.Pos +pkg go/ast, method (*BranchStmt) End() token.Pos +pkg go/ast, method (*BranchStmt) Pos() token.Pos +pkg go/ast, method (*CallExpr) End() token.Pos +pkg go/ast, method (*CallExpr) Pos() token.Pos +pkg go/ast, method (*CaseClause) End() token.Pos +pkg go/ast, method (*CaseClause) Pos() token.Pos +pkg go/ast, method (*ChanType) End() token.Pos +pkg go/ast, method (*ChanType) Pos() token.Pos +pkg go/ast, method (*CommClause) End() token.Pos +pkg go/ast, method (*CommClause) Pos() token.Pos +pkg go/ast, method (*Comment) End() token.Pos +pkg go/ast, method (*Comment) Pos() token.Pos +pkg go/ast, method (*CommentGroup) End() token.Pos +pkg go/ast, method (*CommentGroup) Pos() token.Pos +pkg go/ast, method (*CommentGroup) Text() string +pkg go/ast, method (*CompositeLit) End() token.Pos +pkg go/ast, method (*CompositeLit) Pos() token.Pos +pkg go/ast, method (*DeclStmt) End() token.Pos +pkg go/ast, method (*DeclStmt) Pos() token.Pos +pkg go/ast, method (*DeferStmt) End() token.Pos +pkg go/ast, method (*DeferStmt) Pos() token.Pos +pkg go/ast, method (*Ellipsis) End() token.Pos +pkg go/ast, method (*Ellipsis) Pos() token.Pos +pkg go/ast, method (*EmptyStmt) End() token.Pos +pkg go/ast, method (*EmptyStmt) Pos() token.Pos +pkg go/ast, method (*ExprStmt) End() token.Pos +pkg go/ast, method (*ExprStmt) Pos() token.Pos +pkg go/ast, method (*Field) End() token.Pos +pkg go/ast, method (*Field) Pos() token.Pos +pkg go/ast, method (*FieldList) End() token.Pos +pkg go/ast, method (*FieldList) NumFields() int +pkg go/ast, method (*FieldList) Pos() token.Pos +pkg go/ast, method (*File) End() token.Pos +pkg go/ast, method (*File) Pos() token.Pos +pkg go/ast, method (*ForStmt) End() token.Pos +pkg go/ast, method (*ForStmt) Pos() token.Pos +pkg go/ast, method (*FuncDecl) End() token.Pos +pkg go/ast, method (*FuncDecl) Pos() token.Pos +pkg go/ast, method (*FuncLit) End() token.Pos +pkg go/ast, method (*FuncLit) Pos() token.Pos +pkg go/ast, method (*FuncType) End() token.Pos +pkg go/ast, method (*FuncType) Pos() token.Pos +pkg go/ast, method (*GenDecl) End() token.Pos +pkg go/ast, method (*GenDecl) Pos() token.Pos +pkg go/ast, method (*GoStmt) End() token.Pos +pkg go/ast, method (*GoStmt) Pos() token.Pos +pkg go/ast, method (*Ident) End() token.Pos +pkg go/ast, method (*Ident) IsExported() bool +pkg go/ast, method (*Ident) Pos() token.Pos +pkg go/ast, method (*Ident) String() string +pkg go/ast, method (*IfStmt) End() token.Pos +pkg go/ast, method (*IfStmt) Pos() token.Pos +pkg go/ast, method (*ImportSpec) End() token.Pos +pkg go/ast, method (*ImportSpec) Pos() token.Pos +pkg go/ast, method (*IncDecStmt) End() token.Pos +pkg go/ast, method (*IncDecStmt) Pos() token.Pos +pkg go/ast, method (*IndexExpr) End() token.Pos +pkg go/ast, method (*IndexExpr) Pos() token.Pos +pkg go/ast, method (*InterfaceType) End() token.Pos +pkg go/ast, method (*InterfaceType) Pos() token.Pos +pkg go/ast, method (*KeyValueExpr) End() token.Pos +pkg go/ast, method (*KeyValueExpr) Pos() token.Pos +pkg go/ast, method (*LabeledStmt) End() token.Pos +pkg go/ast, method (*LabeledStmt) Pos() token.Pos +pkg go/ast, method (*MapType) End() token.Pos +pkg go/ast, method (*MapType) Pos() token.Pos +pkg go/ast, method (*Object) Pos() token.Pos +pkg go/ast, method (*Package) End() token.Pos +pkg go/ast, method (*Package) Pos() token.Pos +pkg go/ast, method (*ParenExpr) End() token.Pos +pkg go/ast, method (*ParenExpr) Pos() token.Pos +pkg go/ast, method (*RangeStmt) End() token.Pos +pkg go/ast, method (*RangeStmt) Pos() token.Pos +pkg go/ast, method (*ReturnStmt) End() token.Pos +pkg go/ast, method (*ReturnStmt) Pos() token.Pos +pkg go/ast, method (*Scope) Insert(*Object) *Object +pkg go/ast, method (*Scope) Lookup(string) *Object +pkg go/ast, method (*Scope) String() string +pkg go/ast, method (*SelectStmt) End() token.Pos +pkg go/ast, method (*SelectStmt) Pos() token.Pos +pkg go/ast, method (*SelectorExpr) End() token.Pos +pkg go/ast, method (*SelectorExpr) Pos() token.Pos +pkg go/ast, method (*SendStmt) End() token.Pos +pkg go/ast, method (*SendStmt) Pos() token.Pos +pkg go/ast, method (*SliceExpr) End() token.Pos +pkg go/ast, method (*SliceExpr) Pos() token.Pos +pkg go/ast, method (*StarExpr) End() token.Pos +pkg go/ast, method (*StarExpr) Pos() token.Pos +pkg go/ast, method (*StructType) End() token.Pos +pkg go/ast, method (*StructType) Pos() token.Pos +pkg go/ast, method (*SwitchStmt) End() token.Pos +pkg go/ast, method (*SwitchStmt) Pos() token.Pos +pkg go/ast, method (*TypeAssertExpr) End() token.Pos +pkg go/ast, method (*TypeAssertExpr) Pos() token.Pos +pkg go/ast, method (*TypeSpec) End() token.Pos +pkg go/ast, method (*TypeSpec) Pos() token.Pos +pkg go/ast, method (*TypeSwitchStmt) End() token.Pos +pkg go/ast, method (*TypeSwitchStmt) Pos() token.Pos +pkg go/ast, method (*UnaryExpr) End() token.Pos +pkg go/ast, method (*UnaryExpr) Pos() token.Pos +pkg go/ast, method (*ValueSpec) End() token.Pos +pkg go/ast, method (*ValueSpec) Pos() token.Pos +pkg go/ast, method (ObjKind) String() string +pkg go/ast, type ArrayType struct +pkg go/ast, type ArrayType struct, Elt Expr +pkg go/ast, type ArrayType struct, Lbrack token.Pos +pkg go/ast, type ArrayType struct, Len Expr +pkg go/ast, type AssignStmt struct +pkg go/ast, type AssignStmt struct, Lhs []Expr +pkg go/ast, type AssignStmt struct, Rhs []Expr +pkg go/ast, type AssignStmt struct, Tok token.Token +pkg go/ast, type AssignStmt struct, TokPos token.Pos +pkg go/ast, type BadDecl struct +pkg go/ast, type BadDecl struct, From token.Pos +pkg go/ast, type BadDecl struct, To token.Pos +pkg go/ast, type BadExpr struct +pkg go/ast, type BadExpr struct, From token.Pos +pkg go/ast, type BadExpr struct, To token.Pos +pkg go/ast, type BadStmt struct +pkg go/ast, type BadStmt struct, From token.Pos +pkg go/ast, type BadStmt struct, To token.Pos +pkg go/ast, type BasicLit struct +pkg go/ast, type BasicLit struct, Kind token.Token +pkg go/ast, type BasicLit struct, Value string +pkg go/ast, type BasicLit struct, ValuePos token.Pos +pkg go/ast, type BinaryExpr struct +pkg go/ast, type BinaryExpr struct, Op token.Token +pkg go/ast, type BinaryExpr struct, OpPos token.Pos +pkg go/ast, type BinaryExpr struct, X Expr +pkg go/ast, type BinaryExpr struct, Y Expr +pkg go/ast, type BlockStmt struct +pkg go/ast, type BlockStmt struct, Lbrace token.Pos +pkg go/ast, type BlockStmt struct, List []Stmt +pkg go/ast, type BlockStmt struct, Rbrace token.Pos +pkg go/ast, type BranchStmt struct +pkg go/ast, type BranchStmt struct, Label *Ident +pkg go/ast, type BranchStmt struct, Tok token.Token +pkg go/ast, type BranchStmt struct, TokPos token.Pos +pkg go/ast, type CallExpr struct +pkg go/ast, type CallExpr struct, Args []Expr +pkg go/ast, type CallExpr struct, Ellipsis token.Pos +pkg go/ast, type CallExpr struct, Fun Expr +pkg go/ast, type CallExpr struct, Lparen token.Pos +pkg go/ast, type CallExpr struct, Rparen token.Pos +pkg go/ast, type CaseClause struct +pkg go/ast, type CaseClause struct, Body []Stmt +pkg go/ast, type CaseClause struct, Case token.Pos +pkg go/ast, type CaseClause struct, Colon token.Pos +pkg go/ast, type CaseClause struct, List []Expr +pkg go/ast, type ChanDir int +pkg go/ast, type ChanType struct +pkg go/ast, type ChanType struct, Begin token.Pos +pkg go/ast, type ChanType struct, Dir ChanDir +pkg go/ast, type ChanType struct, Value Expr +pkg go/ast, type CommClause struct +pkg go/ast, type CommClause struct, Body []Stmt +pkg go/ast, type CommClause struct, Case token.Pos +pkg go/ast, type CommClause struct, Colon token.Pos +pkg go/ast, type CommClause struct, Comm Stmt +pkg go/ast, type Comment struct +pkg go/ast, type Comment struct, Slash token.Pos +pkg go/ast, type Comment struct, Text string +pkg go/ast, type CommentGroup struct +pkg go/ast, type CommentGroup struct, List []*Comment +pkg go/ast, type CompositeLit struct +pkg go/ast, type CompositeLit struct, Elts []Expr +pkg go/ast, type CompositeLit struct, Lbrace token.Pos +pkg go/ast, type CompositeLit struct, Rbrace token.Pos +pkg go/ast, type CompositeLit struct, Type Expr +pkg go/ast, type Decl interface, End() token.Pos +pkg go/ast, type Decl interface, Pos() token.Pos +pkg go/ast, type Decl interface, unexported methods +pkg go/ast, type DeclStmt struct +pkg go/ast, type DeclStmt struct, Decl Decl +pkg go/ast, type DeferStmt struct +pkg go/ast, type DeferStmt struct, Call *CallExpr +pkg go/ast, type DeferStmt struct, Defer token.Pos +pkg go/ast, type Ellipsis struct +pkg go/ast, type Ellipsis struct, Ellipsis token.Pos +pkg go/ast, type Ellipsis struct, Elt Expr +pkg go/ast, type EmptyStmt struct +pkg go/ast, type EmptyStmt struct, Semicolon token.Pos +pkg go/ast, type Expr interface, End() token.Pos +pkg go/ast, type Expr interface, Pos() token.Pos +pkg go/ast, type Expr interface, unexported methods +pkg go/ast, type ExprStmt struct +pkg go/ast, type ExprStmt struct, X Expr +pkg go/ast, type Field struct +pkg go/ast, type Field struct, Comment *CommentGroup +pkg go/ast, type Field struct, Doc *CommentGroup +pkg go/ast, type Field struct, Names []*Ident +pkg go/ast, type Field struct, Tag *BasicLit +pkg go/ast, type Field struct, Type Expr +pkg go/ast, type FieldFilter func(string, reflect.Value) bool +pkg go/ast, type FieldList struct +pkg go/ast, type FieldList struct, Closing token.Pos +pkg go/ast, type FieldList struct, List []*Field +pkg go/ast, type FieldList struct, Opening token.Pos +pkg go/ast, type File struct +pkg go/ast, type File struct, Comments []*CommentGroup +pkg go/ast, type File struct, Decls []Decl +pkg go/ast, type File struct, Doc *CommentGroup +pkg go/ast, type File struct, Imports []*ImportSpec +pkg go/ast, type File struct, Name *Ident +pkg go/ast, type File struct, Package token.Pos +pkg go/ast, type File struct, Scope *Scope +pkg go/ast, type File struct, Unresolved []*Ident +pkg go/ast, type Filter func(string) bool +pkg go/ast, type ForStmt struct +pkg go/ast, type ForStmt struct, Body *BlockStmt +pkg go/ast, type ForStmt struct, Cond Expr +pkg go/ast, type ForStmt struct, For token.Pos +pkg go/ast, type ForStmt struct, Init Stmt +pkg go/ast, type ForStmt struct, Post Stmt +pkg go/ast, type FuncDecl struct +pkg go/ast, type FuncDecl struct, Body *BlockStmt +pkg go/ast, type FuncDecl struct, Doc *CommentGroup +pkg go/ast, type FuncDecl struct, Name *Ident +pkg go/ast, type FuncDecl struct, Recv *FieldList +pkg go/ast, type FuncDecl struct, Type *FuncType +pkg go/ast, type FuncLit struct +pkg go/ast, type FuncLit struct, Body *BlockStmt +pkg go/ast, type FuncLit struct, Type *FuncType +pkg go/ast, type FuncType struct +pkg go/ast, type FuncType struct, Func token.Pos +pkg go/ast, type FuncType struct, Params *FieldList +pkg go/ast, type FuncType struct, Results *FieldList +pkg go/ast, type GenDecl struct +pkg go/ast, type GenDecl struct, Doc *CommentGroup +pkg go/ast, type GenDecl struct, Lparen token.Pos +pkg go/ast, type GenDecl struct, Rparen token.Pos +pkg go/ast, type GenDecl struct, Specs []Spec +pkg go/ast, type GenDecl struct, Tok token.Token +pkg go/ast, type GenDecl struct, TokPos token.Pos +pkg go/ast, type GoStmt struct +pkg go/ast, type GoStmt struct, Call *CallExpr +pkg go/ast, type GoStmt struct, Go token.Pos +pkg go/ast, type Ident struct +pkg go/ast, type Ident struct, Name string +pkg go/ast, type Ident struct, NamePos token.Pos +pkg go/ast, type Ident struct, Obj *Object +pkg go/ast, type IfStmt struct +pkg go/ast, type IfStmt struct, Body *BlockStmt +pkg go/ast, type IfStmt struct, Cond Expr +pkg go/ast, type IfStmt struct, Else Stmt +pkg go/ast, type IfStmt struct, If token.Pos +pkg go/ast, type IfStmt struct, Init Stmt +pkg go/ast, type ImportSpec struct +pkg go/ast, type ImportSpec struct, Comment *CommentGroup +pkg go/ast, type ImportSpec struct, Doc *CommentGroup +pkg go/ast, type ImportSpec struct, EndPos token.Pos +pkg go/ast, type ImportSpec struct, Name *Ident +pkg go/ast, type ImportSpec struct, Path *BasicLit +pkg go/ast, type Importer func(map[string]*Object, string) (*Object, error) +pkg go/ast, type IncDecStmt struct +pkg go/ast, type IncDecStmt struct, Tok token.Token +pkg go/ast, type IncDecStmt struct, TokPos token.Pos +pkg go/ast, type IncDecStmt struct, X Expr +pkg go/ast, type IndexExpr struct +pkg go/ast, type IndexExpr struct, Index Expr +pkg go/ast, type IndexExpr struct, Lbrack token.Pos +pkg go/ast, type IndexExpr struct, Rbrack token.Pos +pkg go/ast, type IndexExpr struct, X Expr +pkg go/ast, type InterfaceType struct +pkg go/ast, type InterfaceType struct, Incomplete bool +pkg go/ast, type InterfaceType struct, Interface token.Pos +pkg go/ast, type InterfaceType struct, Methods *FieldList +pkg go/ast, type KeyValueExpr struct +pkg go/ast, type KeyValueExpr struct, Colon token.Pos +pkg go/ast, type KeyValueExpr struct, Key Expr +pkg go/ast, type KeyValueExpr struct, Value Expr +pkg go/ast, type LabeledStmt struct +pkg go/ast, type LabeledStmt struct, Colon token.Pos +pkg go/ast, type LabeledStmt struct, Label *Ident +pkg go/ast, type LabeledStmt struct, Stmt Stmt +pkg go/ast, type MapType struct +pkg go/ast, type MapType struct, Key Expr +pkg go/ast, type MapType struct, Map token.Pos +pkg go/ast, type MapType struct, Value Expr +pkg go/ast, type MergeMode uint +pkg go/ast, type Node interface { End, Pos } +pkg go/ast, type Node interface, End() token.Pos +pkg go/ast, type Node interface, Pos() token.Pos +pkg go/ast, type ObjKind int +pkg go/ast, type Object struct +pkg go/ast, type Object struct, Data interface{} +pkg go/ast, type Object struct, Decl interface{} +pkg go/ast, type Object struct, Kind ObjKind +pkg go/ast, type Object struct, Name string +pkg go/ast, type Object struct, Type interface{} +pkg go/ast, type Package struct +pkg go/ast, type Package struct, Files map[string]*File +pkg go/ast, type Package struct, Imports map[string]*Object +pkg go/ast, type Package struct, Name string +pkg go/ast, type Package struct, Scope *Scope +pkg go/ast, type ParenExpr struct +pkg go/ast, type ParenExpr struct, Lparen token.Pos +pkg go/ast, type ParenExpr struct, Rparen token.Pos +pkg go/ast, type ParenExpr struct, X Expr +pkg go/ast, type RangeStmt struct +pkg go/ast, type RangeStmt struct, Body *BlockStmt +pkg go/ast, type RangeStmt struct, For token.Pos +pkg go/ast, type RangeStmt struct, Key Expr +pkg go/ast, type RangeStmt struct, Tok token.Token +pkg go/ast, type RangeStmt struct, TokPos token.Pos +pkg go/ast, type RangeStmt struct, Value Expr +pkg go/ast, type RangeStmt struct, X Expr +pkg go/ast, type ReturnStmt struct +pkg go/ast, type ReturnStmt struct, Results []Expr +pkg go/ast, type ReturnStmt struct, Return token.Pos +pkg go/ast, type Scope struct +pkg go/ast, type Scope struct, Objects map[string]*Object +pkg go/ast, type Scope struct, Outer *Scope +pkg go/ast, type SelectStmt struct +pkg go/ast, type SelectStmt struct, Body *BlockStmt +pkg go/ast, type SelectStmt struct, Select token.Pos +pkg go/ast, type SelectorExpr struct +pkg go/ast, type SelectorExpr struct, Sel *Ident +pkg go/ast, type SelectorExpr struct, X Expr +pkg go/ast, type SendStmt struct +pkg go/ast, type SendStmt struct, Arrow token.Pos +pkg go/ast, type SendStmt struct, Chan Expr +pkg go/ast, type SendStmt struct, Value Expr +pkg go/ast, type SliceExpr struct +pkg go/ast, type SliceExpr struct, High Expr +pkg go/ast, type SliceExpr struct, Lbrack token.Pos +pkg go/ast, type SliceExpr struct, Low Expr +pkg go/ast, type SliceExpr struct, Rbrack token.Pos +pkg go/ast, type SliceExpr struct, X Expr +pkg go/ast, type Spec interface, End() token.Pos +pkg go/ast, type Spec interface, Pos() token.Pos +pkg go/ast, type Spec interface, unexported methods +pkg go/ast, type StarExpr struct +pkg go/ast, type StarExpr struct, Star token.Pos +pkg go/ast, type StarExpr struct, X Expr +pkg go/ast, type Stmt interface, End() token.Pos +pkg go/ast, type Stmt interface, Pos() token.Pos +pkg go/ast, type Stmt interface, unexported methods +pkg go/ast, type StructType struct +pkg go/ast, type StructType struct, Fields *FieldList +pkg go/ast, type StructType struct, Incomplete bool +pkg go/ast, type StructType struct, Struct token.Pos +pkg go/ast, type SwitchStmt struct +pkg go/ast, type SwitchStmt struct, Body *BlockStmt +pkg go/ast, type SwitchStmt struct, Init Stmt +pkg go/ast, type SwitchStmt struct, Switch token.Pos +pkg go/ast, type SwitchStmt struct, Tag Expr +pkg go/ast, type TypeAssertExpr struct +pkg go/ast, type TypeAssertExpr struct, Type Expr +pkg go/ast, type TypeAssertExpr struct, X Expr +pkg go/ast, type TypeSpec struct +pkg go/ast, type TypeSpec struct, Comment *CommentGroup +pkg go/ast, type TypeSpec struct, Doc *CommentGroup +pkg go/ast, type TypeSpec struct, Name *Ident +pkg go/ast, type TypeSpec struct, Type Expr +pkg go/ast, type TypeSwitchStmt struct +pkg go/ast, type TypeSwitchStmt struct, Assign Stmt +pkg go/ast, type TypeSwitchStmt struct, Body *BlockStmt +pkg go/ast, type TypeSwitchStmt struct, Init Stmt +pkg go/ast, type TypeSwitchStmt struct, Switch token.Pos +pkg go/ast, type UnaryExpr struct +pkg go/ast, type UnaryExpr struct, Op token.Token +pkg go/ast, type UnaryExpr struct, OpPos token.Pos +pkg go/ast, type UnaryExpr struct, X Expr +pkg go/ast, type ValueSpec struct +pkg go/ast, type ValueSpec struct, Comment *CommentGroup +pkg go/ast, type ValueSpec struct, Doc *CommentGroup +pkg go/ast, type ValueSpec struct, Names []*Ident +pkg go/ast, type ValueSpec struct, Type Expr +pkg go/ast, type ValueSpec struct, Values []Expr +pkg go/ast, type Visitor interface { Visit } +pkg go/ast, type Visitor interface, Visit(Node) Visitor +pkg go/build, const AllowBinary ImportMode +pkg go/build, const FindOnly ImportMode +pkg go/build, func ArchChar(string) (string, error) +pkg go/build, func Import(string, string, ImportMode) (*Package, error) +pkg go/build, func ImportDir(string, ImportMode) (*Package, error) +pkg go/build, func IsLocalImport(string) bool +pkg go/build, method (*Context) Import(string, string, ImportMode) (*Package, error) +pkg go/build, method (*Context) ImportDir(string, ImportMode) (*Package, error) +pkg go/build, method (*Context) SrcDirs() []string +pkg go/build, method (*NoGoError) Error() string +pkg go/build, method (*Package) IsCommand() bool +pkg go/build, type Context struct +pkg go/build, type Context struct, BuildTags []string +pkg go/build, type Context struct, CgoEnabled bool +pkg go/build, type Context struct, Compiler string +pkg go/build, type Context struct, GOARCH string +pkg go/build, type Context struct, GOOS string +pkg go/build, type Context struct, GOPATH string +pkg go/build, type Context struct, GOROOT string +pkg go/build, type Context struct, HasSubdir func(string, string) (string, bool) +pkg go/build, type Context struct, IsAbsPath func(string) bool +pkg go/build, type Context struct, IsDir func(string) bool +pkg go/build, type Context struct, JoinPath func(...string) string +pkg go/build, type Context struct, OpenFile func(string) (io.ReadCloser, error) +pkg go/build, type Context struct, ReadDir func(string) ([]os.FileInfo, error) +pkg go/build, type Context struct, SplitPathList func(string) []string +pkg go/build, type Context struct, UseAllFiles bool +pkg go/build, type ImportMode uint +pkg go/build, type NoGoError struct +pkg go/build, type NoGoError struct, Dir string +pkg go/build, type Package struct +pkg go/build, type Package struct, BinDir string +pkg go/build, type Package struct, CFiles []string +pkg go/build, type Package struct, CgoCFLAGS []string +pkg go/build, type Package struct, CgoFiles []string +pkg go/build, type Package struct, CgoLDFLAGS []string +pkg go/build, type Package struct, CgoPkgConfig []string +pkg go/build, type Package struct, Dir string +pkg go/build, type Package struct, Doc string +pkg go/build, type Package struct, GoFiles []string +pkg go/build, type Package struct, Goroot bool +pkg go/build, type Package struct, HFiles []string +pkg go/build, type Package struct, ImportPath string +pkg go/build, type Package struct, ImportPos map[string][]token.Position +pkg go/build, type Package struct, Imports []string +pkg go/build, type Package struct, Name string +pkg go/build, type Package struct, PkgObj string +pkg go/build, type Package struct, PkgRoot string +pkg go/build, type Package struct, Root string +pkg go/build, type Package struct, SFiles []string +pkg go/build, type Package struct, SrcRoot string +pkg go/build, type Package struct, SysoFiles []string +pkg go/build, type Package struct, TestGoFiles []string +pkg go/build, type Package struct, TestImportPos map[string][]token.Position +pkg go/build, type Package struct, TestImports []string +pkg go/build, type Package struct, XTestGoFiles []string +pkg go/build, type Package struct, XTestImportPos map[string][]token.Position +pkg go/build, type Package struct, XTestImports []string +pkg go/build, var Default Context +pkg go/build, var ToolDir string +pkg go/doc, const AllDecls Mode +pkg go/doc, const AllMethods Mode +pkg go/doc, func Examples(...*ast.File) []*Example +pkg go/doc, func New(*ast.Package, string, Mode) *Package +pkg go/doc, func Synopsis(string) string +pkg go/doc, func ToHTML(io.Writer, string, map[string]string) +pkg go/doc, func ToText(io.Writer, string, string, string, int) +pkg go/doc, method (*Package) Filter(Filter) +pkg go/doc, type Example struct +pkg go/doc, type Example struct, Code ast.Node +pkg go/doc, type Example struct, Comments []*ast.CommentGroup +pkg go/doc, type Example struct, Doc string +pkg go/doc, type Example struct, Name string +pkg go/doc, type Example struct, Output string +pkg go/doc, type Filter func(string) bool +pkg go/doc, type Func struct +pkg go/doc, type Func struct, Decl *ast.FuncDecl +pkg go/doc, type Func struct, Doc string +pkg go/doc, type Func struct, Level int +pkg go/doc, type Func struct, Name string +pkg go/doc, type Func struct, Orig string +pkg go/doc, type Func struct, Recv string +pkg go/doc, type Mode int +pkg go/doc, type Package struct +pkg go/doc, type Package struct, Bugs []string +pkg go/doc, type Package struct, Consts []*Value +pkg go/doc, type Package struct, Doc string +pkg go/doc, type Package struct, Filenames []string +pkg go/doc, type Package struct, Funcs []*Func +pkg go/doc, type Package struct, ImportPath string +pkg go/doc, type Package struct, Imports []string +pkg go/doc, type Package struct, Name string +pkg go/doc, type Package struct, Types []*Type +pkg go/doc, type Package struct, Vars []*Value +pkg go/doc, type Type struct +pkg go/doc, type Type struct, Consts []*Value +pkg go/doc, type Type struct, Decl *ast.GenDecl +pkg go/doc, type Type struct, Doc string +pkg go/doc, type Type struct, Funcs []*Func +pkg go/doc, type Type struct, Methods []*Func +pkg go/doc, type Type struct, Name string +pkg go/doc, type Type struct, Vars []*Value +pkg go/doc, type Value struct +pkg go/doc, type Value struct, Decl *ast.GenDecl +pkg go/doc, type Value struct, Doc string +pkg go/doc, type Value struct, Names []string +pkg go/parser, const DeclarationErrors Mode +pkg go/parser, const ImportsOnly Mode +pkg go/parser, const PackageClauseOnly Mode +pkg go/parser, const ParseComments Mode +pkg go/parser, const SpuriousErrors Mode +pkg go/parser, const Trace Mode +pkg go/parser, func ParseDir(*token.FileSet, string, func(os.FileInfo) bool, Mode) (map[string]*ast.Package, error) +pkg go/parser, func ParseExpr(string) (ast.Expr, error) +pkg go/parser, func ParseFile(*token.FileSet, string, interface{}, Mode) (*ast.File, error) +pkg go/parser, type Mode uint +pkg go/printer, const RawFormat Mode +pkg go/printer, const SourcePos Mode +pkg go/printer, const TabIndent Mode +pkg go/printer, const UseSpaces Mode +pkg go/printer, func Fprint(io.Writer, *token.FileSet, interface{}) error +pkg go/printer, method (*Config) Fprint(io.Writer, *token.FileSet, interface{}) error +pkg go/printer, type CommentedNode struct +pkg go/printer, type CommentedNode struct, Comments []*ast.CommentGroup +pkg go/printer, type CommentedNode struct, Node interface{} +pkg go/printer, type Config struct +pkg go/printer, type Config struct, Mode Mode +pkg go/printer, type Config struct, Tabwidth int +pkg go/printer, type Mode uint +pkg go/scanner, const ScanComments Mode +pkg go/scanner, func PrintError(io.Writer, error) +pkg go/scanner, method (*ErrorList) Add(token.Position, string) +pkg go/scanner, method (*ErrorList) RemoveMultiples() +pkg go/scanner, method (*ErrorList) Reset() +pkg go/scanner, method (*Scanner) Init(*token.File, []uint8, ErrorHandler, Mode) +pkg go/scanner, method (*Scanner) Scan() (token.Pos, token.Token, string) +pkg go/scanner, method (Error) Error() string +pkg go/scanner, method (ErrorList) Err() error +pkg go/scanner, method (ErrorList) Error() string +pkg go/scanner, method (ErrorList) Len() int +pkg go/scanner, method (ErrorList) Less(int, int) bool +pkg go/scanner, method (ErrorList) Sort() +pkg go/scanner, method (ErrorList) Swap(int, int) +pkg go/scanner, type Error struct +pkg go/scanner, type Error struct, Msg string +pkg go/scanner, type Error struct, Pos token.Position +pkg go/scanner, type ErrorHandler func(token.Position, string) +pkg go/scanner, type ErrorList []*Error +pkg go/scanner, type Mode uint +pkg go/scanner, type Scanner struct +pkg go/scanner, type Scanner struct, ErrorCount int +pkg go/token, const ADD Token +pkg go/token, const ADD_ASSIGN Token +pkg go/token, const AND Token +pkg go/token, const AND_ASSIGN Token +pkg go/token, const AND_NOT Token +pkg go/token, const AND_NOT_ASSIGN Token +pkg go/token, const ARROW Token +pkg go/token, const ASSIGN Token +pkg go/token, const BREAK Token +pkg go/token, const CASE Token +pkg go/token, const CHAN Token +pkg go/token, const CHAR Token +pkg go/token, const COLON Token +pkg go/token, const COMMA Token +pkg go/token, const COMMENT Token +pkg go/token, const CONST Token +pkg go/token, const CONTINUE Token +pkg go/token, const DEC Token +pkg go/token, const DEFAULT Token +pkg go/token, const DEFER Token +pkg go/token, const DEFINE Token +pkg go/token, const ELLIPSIS Token +pkg go/token, const ELSE Token +pkg go/token, const EOF Token +pkg go/token, const EQL Token +pkg go/token, const FALLTHROUGH Token +pkg go/token, const FLOAT Token +pkg go/token, const FOR Token +pkg go/token, const FUNC Token +pkg go/token, const GEQ Token +pkg go/token, const GO Token +pkg go/token, const GOTO Token +pkg go/token, const GTR Token +pkg go/token, const HighestPrec ideal-int +pkg go/token, const IDENT Token +pkg go/token, const IF Token +pkg go/token, const ILLEGAL Token +pkg go/token, const IMAG Token +pkg go/token, const IMPORT Token +pkg go/token, const INC Token +pkg go/token, const INT Token +pkg go/token, const INTERFACE Token +pkg go/token, const LAND Token +pkg go/token, const LBRACE Token +pkg go/token, const LBRACK Token +pkg go/token, const LEQ Token +pkg go/token, const LOR Token +pkg go/token, const LPAREN Token +pkg go/token, const LSS Token +pkg go/token, const LowestPrec ideal-int +pkg go/token, const MAP Token +pkg go/token, const MUL Token +pkg go/token, const MUL_ASSIGN Token +pkg go/token, const NEQ Token +pkg go/token, const NOT Token +pkg go/token, const NoPos Pos +pkg go/token, const OR Token +pkg go/token, const OR_ASSIGN Token +pkg go/token, const PACKAGE Token +pkg go/token, const PERIOD Token +pkg go/token, const QUO Token +pkg go/token, const QUO_ASSIGN Token +pkg go/token, const RANGE Token +pkg go/token, const RBRACE Token +pkg go/token, const RBRACK Token +pkg go/token, const REM Token +pkg go/token, const REM_ASSIGN Token +pkg go/token, const RETURN Token +pkg go/token, const RPAREN Token +pkg go/token, const SELECT Token +pkg go/token, const SEMICOLON Token +pkg go/token, const SHL Token +pkg go/token, const SHL_ASSIGN Token +pkg go/token, const SHR Token +pkg go/token, const SHR_ASSIGN Token +pkg go/token, const STRING Token +pkg go/token, const STRUCT Token +pkg go/token, const SUB Token +pkg go/token, const SUB_ASSIGN Token +pkg go/token, const SWITCH Token +pkg go/token, const TYPE Token +pkg go/token, const UnaryPrec ideal-int +pkg go/token, const VAR Token +pkg go/token, const XOR Token +pkg go/token, const XOR_ASSIGN Token +pkg go/token, func Lookup(string) Token +pkg go/token, func NewFileSet() *FileSet +pkg go/token, method (*File) AddLine(int) +pkg go/token, method (*File) AddLineInfo(int, string, int) +pkg go/token, method (*File) Base() int +pkg go/token, method (*File) Line(Pos) int +pkg go/token, method (*File) LineCount() int +pkg go/token, method (*File) Name() string +pkg go/token, method (*File) Offset(Pos) int +pkg go/token, method (*File) Pos(int) Pos +pkg go/token, method (*File) Position(Pos) Position +pkg go/token, method (*File) SetLines([]int) bool +pkg go/token, method (*File) SetLinesForContent([]uint8) +pkg go/token, method (*File) Size() int +pkg go/token, method (*FileSet) AddFile(string, int, int) *File +pkg go/token, method (*FileSet) Base() int +pkg go/token, method (*FileSet) File(Pos) *File +pkg go/token, method (*FileSet) Iterate(func(*File) bool) +pkg go/token, method (*FileSet) Position(Pos) Position +pkg go/token, method (*FileSet) Read(func(interface{}) error) error +pkg go/token, method (*FileSet) Write(func(interface{}) error) error +pkg go/token, method (*Position) IsValid() bool +pkg go/token, method (Pos) IsValid() bool +pkg go/token, method (Position) String() string +pkg go/token, method (Token) IsKeyword() bool +pkg go/token, method (Token) IsLiteral() bool +pkg go/token, method (Token) IsOperator() bool +pkg go/token, method (Token) Precedence() int +pkg go/token, method (Token) String() string +pkg go/token, type File struct +pkg go/token, type FileSet struct +pkg go/token, type Pos int +pkg go/token, type Position struct +pkg go/token, type Position struct, Column int +pkg go/token, type Position struct, Filename string +pkg go/token, type Position struct, Line int +pkg go/token, type Position struct, Offset int +pkg go/token, type Token int +pkg hash, type Hash interface { BlockSize, Reset, Size, Sum, Write } +pkg hash, type Hash interface, BlockSize() int +pkg hash, type Hash interface, Reset() +pkg hash, type Hash interface, Size() int +pkg hash, type Hash interface, Sum([]uint8) []uint8 +pkg hash, type Hash interface, Write([]uint8) (int, error) +pkg hash, type Hash32 interface { BlockSize, Reset, Size, Sum, Sum32, Write } +pkg hash, type Hash32 interface, BlockSize() int +pkg hash, type Hash32 interface, Reset() +pkg hash, type Hash32 interface, Size() int +pkg hash, type Hash32 interface, Sum([]uint8) []uint8 +pkg hash, type Hash32 interface, Sum32() uint32 +pkg hash, type Hash32 interface, Write([]uint8) (int, error) +pkg hash, type Hash64 interface { BlockSize, Reset, Size, Sum, Sum64, Write } +pkg hash, type Hash64 interface, BlockSize() int +pkg hash, type Hash64 interface, Reset() +pkg hash, type Hash64 interface, Size() int +pkg hash, type Hash64 interface, Sum([]uint8) []uint8 +pkg hash, type Hash64 interface, Sum64() uint64 +pkg hash, type Hash64 interface, Write([]uint8) (int, error) +pkg hash/adler32, const Size ideal-int +pkg hash/adler32, func Checksum([]uint8) uint32 +pkg hash/adler32, func New() hash.Hash32 +pkg hash/crc32, const Castagnoli ideal-int +pkg hash/crc32, const IEEE ideal-int +pkg hash/crc32, const Koopman ideal-int +pkg hash/crc32, const Size ideal-int +pkg hash/crc32, func Checksum([]uint8, *Table) uint32 +pkg hash/crc32, func ChecksumIEEE([]uint8) uint32 +pkg hash/crc32, func MakeTable(uint32) *Table +pkg hash/crc32, func New(*Table) hash.Hash32 +pkg hash/crc32, func NewIEEE() hash.Hash32 +pkg hash/crc32, func Update(uint32, *Table, []uint8) uint32 +pkg hash/crc32, type Table [256]uint32 +pkg hash/crc32, var IEEETable *Table +pkg hash/crc64, const ECMA ideal-int +pkg hash/crc64, const ISO ideal-int +pkg hash/crc64, const Size ideal-int +pkg hash/crc64, func Checksum([]uint8, *Table) uint64 +pkg hash/crc64, func MakeTable(uint64) *Table +pkg hash/crc64, func New(*Table) hash.Hash64 +pkg hash/crc64, func Update(uint64, *Table, []uint8) uint64 +pkg hash/crc64, type Table [256]uint64 +pkg hash/fnv, func New32() hash.Hash32 +pkg hash/fnv, func New32a() hash.Hash32 +pkg hash/fnv, func New64() hash.Hash64 +pkg hash/fnv, func New64a() hash.Hash64 +pkg html, func EscapeString(string) string +pkg html, func UnescapeString(string) string +pkg html/template, const ErrAmbigContext ErrorCode +pkg html/template, const ErrBadHTML ErrorCode +pkg html/template, const ErrBranchEnd ErrorCode +pkg html/template, const ErrEndContext ErrorCode +pkg html/template, const ErrNoSuchTemplate ErrorCode +pkg html/template, const ErrOutputContext ErrorCode +pkg html/template, const ErrPartialCharset ErrorCode +pkg html/template, const ErrPartialEscape ErrorCode +pkg html/template, const ErrRangeLoopReentry ErrorCode +pkg html/template, const ErrSlashAmbig ErrorCode +pkg html/template, const OK ErrorCode +pkg html/template, func HTMLEscape(io.Writer, []uint8) +pkg html/template, func HTMLEscapeString(string) string +pkg html/template, func HTMLEscaper(...interface{}) string +pkg html/template, func JSEscape(io.Writer, []uint8) +pkg html/template, func JSEscapeString(string) string +pkg html/template, func JSEscaper(...interface{}) string +pkg html/template, func Must(*Template, error) *Template +pkg html/template, func New(string) *Template +pkg html/template, func ParseFiles(...string) (*Template, error) +pkg html/template, func ParseGlob(string) (*Template, error) +pkg html/template, func URLQueryEscaper(...interface{}) string +pkg html/template, method (*Error) Error() string +pkg html/template, method (*Template) AddParseTree(string, *parse.Tree) (*Template, error) +pkg html/template, method (*Template) Clone() (*Template, error) +pkg html/template, method (*Template) Delims(string, string) *Template +pkg html/template, method (*Template) Execute(io.Writer, interface{}) error +pkg html/template, method (*Template) ExecuteTemplate(io.Writer, string, interface{}) error +pkg html/template, method (*Template) Funcs(FuncMap) *Template +pkg html/template, method (*Template) Lookup(string) *Template +pkg html/template, method (*Template) Name() string +pkg html/template, method (*Template) New(string) *Template +pkg html/template, method (*Template) Parse(string) (*Template, error) +pkg html/template, method (*Template) ParseFiles(...string) (*Template, error) +pkg html/template, method (*Template) ParseGlob(string) (*Template, error) +pkg html/template, method (*Template) Templates() []*Template +pkg html/template, type CSS string +pkg html/template, type Error struct +pkg html/template, type Error struct, Description string +pkg html/template, type Error struct, ErrorCode ErrorCode +pkg html/template, type Error struct, Line int +pkg html/template, type Error struct, Name string +pkg html/template, type ErrorCode int +pkg html/template, type FuncMap map[string]interface{} +pkg html/template, type HTML string +pkg html/template, type HTMLAttr string +pkg html/template, type JS string +pkg html/template, type JSStr string +pkg html/template, type Template struct +pkg html/template, type URL string +pkg image, const YCbCrSubsampleRatio420 YCbCrSubsampleRatio +pkg image, const YCbCrSubsampleRatio422 YCbCrSubsampleRatio +pkg image, const YCbCrSubsampleRatio444 YCbCrSubsampleRatio +pkg image, func Decode(io.Reader) (Image, string, error) +pkg image, func DecodeConfig(io.Reader) (Config, string, error) +pkg image, func NewAlpha(Rectangle) *Alpha +pkg image, func NewAlpha16(Rectangle) *Alpha16 +pkg image, func NewGray(Rectangle) *Gray +pkg image, func NewGray16(Rectangle) *Gray16 +pkg image, func NewNRGBA(Rectangle) *NRGBA +pkg image, func NewNRGBA64(Rectangle) *NRGBA64 +pkg image, func NewPaletted(Rectangle, color.Palette) *Paletted +pkg image, func NewRGBA(Rectangle) *RGBA +pkg image, func NewRGBA64(Rectangle) *RGBA64 +pkg image, func NewUniform(color.Color) *Uniform +pkg image, func NewYCbCr(Rectangle, YCbCrSubsampleRatio) *YCbCr +pkg image, func Pt(int, int) Point +pkg image, func Rect(int, int, int, int) Rectangle +pkg image, func RegisterFormat(string, string, func(io.Reader) (Image, error), func(io.Reader) (Config, error)) +pkg image, method (*Alpha) At(int, int) color.Color +pkg image, method (*Alpha) Bounds() Rectangle +pkg image, method (*Alpha) ColorModel() color.Model +pkg image, method (*Alpha) Opaque() bool +pkg image, method (*Alpha) PixOffset(int, int) int +pkg image, method (*Alpha) Set(int, int, color.Color) +pkg image, method (*Alpha) SetAlpha(int, int, color.Alpha) +pkg image, method (*Alpha) SubImage(Rectangle) Image +pkg image, method (*Alpha16) At(int, int) color.Color +pkg image, method (*Alpha16) Bounds() Rectangle +pkg image, method (*Alpha16) ColorModel() color.Model +pkg image, method (*Alpha16) Opaque() bool +pkg image, method (*Alpha16) PixOffset(int, int) int +pkg image, method (*Alpha16) Set(int, int, color.Color) +pkg image, method (*Alpha16) SetAlpha16(int, int, color.Alpha16) +pkg image, method (*Alpha16) SubImage(Rectangle) Image +pkg image, method (*Gray) At(int, int) color.Color +pkg image, method (*Gray) Bounds() Rectangle +pkg image, method (*Gray) ColorModel() color.Model +pkg image, method (*Gray) Opaque() bool +pkg image, method (*Gray) PixOffset(int, int) int +pkg image, method (*Gray) Set(int, int, color.Color) +pkg image, method (*Gray) SetGray(int, int, color.Gray) +pkg image, method (*Gray) SubImage(Rectangle) Image +pkg image, method (*Gray16) At(int, int) color.Color +pkg image, method (*Gray16) Bounds() Rectangle +pkg image, method (*Gray16) ColorModel() color.Model +pkg image, method (*Gray16) Opaque() bool +pkg image, method (*Gray16) PixOffset(int, int) int +pkg image, method (*Gray16) Set(int, int, color.Color) +pkg image, method (*Gray16) SetGray16(int, int, color.Gray16) +pkg image, method (*Gray16) SubImage(Rectangle) Image +pkg image, method (*NRGBA) At(int, int) color.Color +pkg image, method (*NRGBA) Bounds() Rectangle +pkg image, method (*NRGBA) ColorModel() color.Model +pkg image, method (*NRGBA) Opaque() bool +pkg image, method (*NRGBA) PixOffset(int, int) int +pkg image, method (*NRGBA) Set(int, int, color.Color) +pkg image, method (*NRGBA) SetNRGBA(int, int, color.NRGBA) +pkg image, method (*NRGBA) SubImage(Rectangle) Image +pkg image, method (*NRGBA64) At(int, int) color.Color +pkg image, method (*NRGBA64) Bounds() Rectangle +pkg image, method (*NRGBA64) ColorModel() color.Model +pkg image, method (*NRGBA64) Opaque() bool +pkg image, method (*NRGBA64) PixOffset(int, int) int +pkg image, method (*NRGBA64) Set(int, int, color.Color) +pkg image, method (*NRGBA64) SetNRGBA64(int, int, color.NRGBA64) +pkg image, method (*NRGBA64) SubImage(Rectangle) Image +pkg image, method (*Paletted) At(int, int) color.Color +pkg image, method (*Paletted) Bounds() Rectangle +pkg image, method (*Paletted) ColorIndexAt(int, int) uint8 +pkg image, method (*Paletted) ColorModel() color.Model +pkg image, method (*Paletted) Opaque() bool +pkg image, method (*Paletted) PixOffset(int, int) int +pkg image, method (*Paletted) Set(int, int, color.Color) +pkg image, method (*Paletted) SetColorIndex(int, int, uint8) +pkg image, method (*Paletted) SubImage(Rectangle) Image +pkg image, method (*RGBA) At(int, int) color.Color +pkg image, method (*RGBA) Bounds() Rectangle +pkg image, method (*RGBA) ColorModel() color.Model +pkg image, method (*RGBA) Opaque() bool +pkg image, method (*RGBA) PixOffset(int, int) int +pkg image, method (*RGBA) Set(int, int, color.Color) +pkg image, method (*RGBA) SetRGBA(int, int, color.RGBA) +pkg image, method (*RGBA) SubImage(Rectangle) Image +pkg image, method (*RGBA64) At(int, int) color.Color +pkg image, method (*RGBA64) Bounds() Rectangle +pkg image, method (*RGBA64) ColorModel() color.Model +pkg image, method (*RGBA64) Opaque() bool +pkg image, method (*RGBA64) PixOffset(int, int) int +pkg image, method (*RGBA64) Set(int, int, color.Color) +pkg image, method (*RGBA64) SetRGBA64(int, int, color.RGBA64) +pkg image, method (*RGBA64) SubImage(Rectangle) Image +pkg image, method (*Uniform) At(int, int) color.Color +pkg image, method (*Uniform) Bounds() Rectangle +pkg image, method (*Uniform) ColorModel() color.Model +pkg image, method (*Uniform) Convert(color.Color) color.Color +pkg image, method (*Uniform) Opaque() bool +pkg image, method (*Uniform) RGBA() (uint32, uint32, uint32, uint32) +pkg image, method (*YCbCr) At(int, int) color.Color +pkg image, method (*YCbCr) Bounds() Rectangle +pkg image, method (*YCbCr) COffset(int, int) int +pkg image, method (*YCbCr) ColorModel() color.Model +pkg image, method (*YCbCr) Opaque() bool +pkg image, method (*YCbCr) SubImage(Rectangle) Image +pkg image, method (*YCbCr) YOffset(int, int) int +pkg image, method (Point) Add(Point) Point +pkg image, method (Point) Div(int) Point +pkg image, method (Point) Eq(Point) bool +pkg image, method (Point) In(Rectangle) bool +pkg image, method (Point) Mod(Rectangle) Point +pkg image, method (Point) Mul(int) Point +pkg image, method (Point) String() string +pkg image, method (Point) Sub(Point) Point +pkg image, method (Rectangle) Add(Point) Rectangle +pkg image, method (Rectangle) Canon() Rectangle +pkg image, method (Rectangle) Dx() int +pkg image, method (Rectangle) Dy() int +pkg image, method (Rectangle) Empty() bool +pkg image, method (Rectangle) Eq(Rectangle) bool +pkg image, method (Rectangle) In(Rectangle) bool +pkg image, method (Rectangle) Inset(int) Rectangle +pkg image, method (Rectangle) Intersect(Rectangle) Rectangle +pkg image, method (Rectangle) Overlaps(Rectangle) bool +pkg image, method (Rectangle) Size() Point +pkg image, method (Rectangle) String() string +pkg image, method (Rectangle) Sub(Point) Rectangle +pkg image, method (Rectangle) Union(Rectangle) Rectangle +pkg image, method (YCbCrSubsampleRatio) String() string +pkg image, type Alpha struct +pkg image, type Alpha struct, Pix []uint8 +pkg image, type Alpha struct, Rect Rectangle +pkg image, type Alpha struct, Stride int +pkg image, type Alpha16 struct +pkg image, type Alpha16 struct, Pix []uint8 +pkg image, type Alpha16 struct, Rect Rectangle +pkg image, type Alpha16 struct, Stride int +pkg image, type Config struct +pkg image, type Config struct, ColorModel color.Model +pkg image, type Config struct, Height int +pkg image, type Config struct, Width int +pkg image, type Gray struct +pkg image, type Gray struct, Pix []uint8 +pkg image, type Gray struct, Rect Rectangle +pkg image, type Gray struct, Stride int +pkg image, type Gray16 struct +pkg image, type Gray16 struct, Pix []uint8 +pkg image, type Gray16 struct, Rect Rectangle +pkg image, type Gray16 struct, Stride int +pkg image, type Image interface { At, Bounds, ColorModel } +pkg image, type Image interface, At(int, int) color.Color +pkg image, type Image interface, Bounds() Rectangle +pkg image, type Image interface, ColorModel() color.Model +pkg image, type NRGBA struct +pkg image, type NRGBA struct, Pix []uint8 +pkg image, type NRGBA struct, Rect Rectangle +pkg image, type NRGBA struct, Stride int +pkg image, type NRGBA64 struct +pkg image, type NRGBA64 struct, Pix []uint8 +pkg image, type NRGBA64 struct, Rect Rectangle +pkg image, type NRGBA64 struct, Stride int +pkg image, type Paletted struct +pkg image, type Paletted struct, Palette color.Palette +pkg image, type Paletted struct, Pix []uint8 +pkg image, type Paletted struct, Rect Rectangle +pkg image, type Paletted struct, Stride int +pkg image, type PalettedImage interface { At, Bounds, ColorIndexAt, ColorModel } +pkg image, type PalettedImage interface, At(int, int) color.Color +pkg image, type PalettedImage interface, Bounds() Rectangle +pkg image, type PalettedImage interface, ColorIndexAt(int, int) uint8 +pkg image, type PalettedImage interface, ColorModel() color.Model +pkg image, type Point struct +pkg image, type Point struct, X int +pkg image, type Point struct, Y int +pkg image, type RGBA struct +pkg image, type RGBA struct, Pix []uint8 +pkg image, type RGBA struct, Rect Rectangle +pkg image, type RGBA struct, Stride int +pkg image, type RGBA64 struct +pkg image, type RGBA64 struct, Pix []uint8 +pkg image, type RGBA64 struct, Rect Rectangle +pkg image, type RGBA64 struct, Stride int +pkg image, type Rectangle struct +pkg image, type Rectangle struct, Max Point +pkg image, type Rectangle struct, Min Point +pkg image, type Uniform struct +pkg image, type Uniform struct, C color.Color +pkg image, type YCbCr struct +pkg image, type YCbCr struct, CStride int +pkg image, type YCbCr struct, Cb []uint8 +pkg image, type YCbCr struct, Cr []uint8 +pkg image, type YCbCr struct, Rect Rectangle +pkg image, type YCbCr struct, SubsampleRatio YCbCrSubsampleRatio +pkg image, type YCbCr struct, Y []uint8 +pkg image, type YCbCr struct, YStride int +pkg image, type YCbCrSubsampleRatio int +pkg image, var Black *Uniform +pkg image, var ErrFormat error +pkg image, var Opaque *Uniform +pkg image, var Transparent *Uniform +pkg image, var White *Uniform +pkg image, var ZP Point +pkg image, var ZR Rectangle +pkg image/color, func ModelFunc(func(Color) Color) Model +pkg image/color, func RGBToYCbCr(uint8, uint8, uint8) (uint8, uint8, uint8) +pkg image/color, func YCbCrToRGB(uint8, uint8, uint8) (uint8, uint8, uint8) +pkg image/color, method (Alpha) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (Alpha16) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (Gray) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (Gray16) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (NRGBA) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (NRGBA64) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (Palette) Convert(Color) Color +pkg image/color, method (Palette) Index(Color) int +pkg image/color, method (RGBA) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (RGBA64) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, method (YCbCr) RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, type Alpha struct +pkg image/color, type Alpha struct, A uint8 +pkg image/color, type Alpha16 struct +pkg image/color, type Alpha16 struct, A uint16 +pkg image/color, type Color interface { RGBA } +pkg image/color, type Color interface, RGBA() (uint32, uint32, uint32, uint32) +pkg image/color, type Gray struct +pkg image/color, type Gray struct, Y uint8 +pkg image/color, type Gray16 struct +pkg image/color, type Gray16 struct, Y uint16 +pkg image/color, type Model interface { Convert } +pkg image/color, type Model interface, Convert(Color) Color +pkg image/color, type NRGBA struct +pkg image/color, type NRGBA struct, A uint8 +pkg image/color, type NRGBA struct, B uint8 +pkg image/color, type NRGBA struct, G uint8 +pkg image/color, type NRGBA struct, R uint8 +pkg image/color, type NRGBA64 struct +pkg image/color, type NRGBA64 struct, A uint16 +pkg image/color, type NRGBA64 struct, B uint16 +pkg image/color, type NRGBA64 struct, G uint16 +pkg image/color, type NRGBA64 struct, R uint16 +pkg image/color, type Palette []Color +pkg image/color, type RGBA struct +pkg image/color, type RGBA struct, A uint8 +pkg image/color, type RGBA struct, B uint8 +pkg image/color, type RGBA struct, G uint8 +pkg image/color, type RGBA struct, R uint8 +pkg image/color, type RGBA64 struct +pkg image/color, type RGBA64 struct, A uint16 +pkg image/color, type RGBA64 struct, B uint16 +pkg image/color, type RGBA64 struct, G uint16 +pkg image/color, type RGBA64 struct, R uint16 +pkg image/color, type YCbCr struct +pkg image/color, type YCbCr struct, Cb uint8 +pkg image/color, type YCbCr struct, Cr uint8 +pkg image/color, type YCbCr struct, Y uint8 +pkg image/color, var Alpha16Model Model +pkg image/color, var AlphaModel Model +pkg image/color, var Black Gray16 +pkg image/color, var Gray16Model Model +pkg image/color, var GrayModel Model +pkg image/color, var NRGBA64Model Model +pkg image/color, var NRGBAModel Model +pkg image/color, var Opaque Alpha16 +pkg image/color, var RGBA64Model Model +pkg image/color, var RGBAModel Model +pkg image/color, var Transparent Alpha16 +pkg image/color, var White Gray16 +pkg image/color, var YCbCrModel Model +pkg image/draw, const Over Op +pkg image/draw, const Src Op +pkg image/draw, func Draw(Image, image.Rectangle, image.Image, image.Point, Op) +pkg image/draw, func DrawMask(Image, image.Rectangle, image.Image, image.Point, image.Image, image.Point, Op) +pkg image/draw, type Image interface { At, Bounds, ColorModel, Set } +pkg image/draw, type Image interface, At(int, int) color.Color +pkg image/draw, type Image interface, Bounds() image.Rectangle +pkg image/draw, type Image interface, ColorModel() color.Model +pkg image/draw, type Image interface, Set(int, int, color.Color) +pkg image/draw, type Op int +pkg image/gif, func Decode(io.Reader) (image.Image, error) +pkg image/gif, func DecodeAll(io.Reader) (*GIF, error) +pkg image/gif, func DecodeConfig(io.Reader) (image.Config, error) +pkg image/gif, type GIF struct +pkg image/gif, type GIF struct, Delay []int +pkg image/gif, type GIF struct, Image []*image.Paletted +pkg image/gif, type GIF struct, LoopCount int +pkg image/jpeg, const DefaultQuality ideal-int +pkg image/jpeg, func Decode(io.Reader) (image.Image, error) +pkg image/jpeg, func DecodeConfig(io.Reader) (image.Config, error) +pkg image/jpeg, func Encode(io.Writer, image.Image, *Options) error +pkg image/jpeg, method (FormatError) Error() string +pkg image/jpeg, method (UnsupportedError) Error() string +pkg image/jpeg, type FormatError string +pkg image/jpeg, type Options struct +pkg image/jpeg, type Options struct, Quality int +pkg image/jpeg, type Reader interface { Read, ReadByte } +pkg image/jpeg, type Reader interface, Read([]uint8) (int, error) +pkg image/jpeg, type Reader interface, ReadByte() (uint8, error) +pkg image/jpeg, type UnsupportedError string +pkg image/png, func Decode(io.Reader) (image.Image, error) +pkg image/png, func DecodeConfig(io.Reader) (image.Config, error) +pkg image/png, func Encode(io.Writer, image.Image) error +pkg image/png, method (FormatError) Error() string +pkg image/png, method (UnsupportedError) Error() string +pkg image/png, type FormatError string +pkg image/png, type UnsupportedError string +pkg index/suffixarray, func New([]uint8) *Index +pkg index/suffixarray, method (*Index) Bytes() []uint8 +pkg index/suffixarray, method (*Index) FindAllIndex(*regexp.Regexp, int) [][]int +pkg index/suffixarray, method (*Index) Lookup([]uint8, int) []int +pkg index/suffixarray, method (*Index) Read(io.Reader) error +pkg index/suffixarray, method (*Index) Write(io.Writer) error +pkg index/suffixarray, type Index struct +pkg io, func Copy(Writer, Reader) (int64, error) +pkg io, func CopyN(Writer, Reader, int64) (int64, error) +pkg io, func LimitReader(Reader, int64) Reader +pkg io, func MultiReader(...Reader) Reader +pkg io, func MultiWriter(...Writer) Writer +pkg io, func NewSectionReader(ReaderAt, int64, int64) *SectionReader +pkg io, func Pipe() (*PipeReader, *PipeWriter) +pkg io, func ReadAtLeast(Reader, []uint8, int) (int, error) +pkg io, func ReadFull(Reader, []uint8) (int, error) +pkg io, func TeeReader(Reader, Writer) Reader +pkg io, func WriteString(Writer, string) (int, error) +pkg io, method (*LimitedReader) Read([]uint8) (int, error) +pkg io, method (*PipeReader) Close() error +pkg io, method (*PipeReader) CloseWithError(error) error +pkg io, method (*PipeReader) Read([]uint8) (int, error) +pkg io, method (*PipeWriter) Close() error +pkg io, method (*PipeWriter) CloseWithError(error) error +pkg io, method (*PipeWriter) Write([]uint8) (int, error) +pkg io, method (*SectionReader) Read([]uint8) (int, error) +pkg io, method (*SectionReader) ReadAt([]uint8, int64) (int, error) +pkg io, method (*SectionReader) Seek(int64, int) (int64, error) +pkg io, method (*SectionReader) Size() int64 +pkg io, type ByteReader interface { ReadByte } +pkg io, type ByteReader interface, ReadByte() (uint8, error) +pkg io, type ByteScanner interface { ReadByte, UnreadByte } +pkg io, type ByteScanner interface, ReadByte() (uint8, error) +pkg io, type ByteScanner interface, UnreadByte() error +pkg io, type Closer interface { Close } +pkg io, type Closer interface, Close() error +pkg io, type LimitedReader struct +pkg io, type LimitedReader struct, N int64 +pkg io, type LimitedReader struct, R Reader +pkg io, type PipeReader struct +pkg io, type PipeWriter struct +pkg io, type ReadCloser interface { Close, Read } +pkg io, type ReadCloser interface, Close() error +pkg io, type ReadCloser interface, Read([]uint8) (int, error) +pkg io, type ReadSeeker interface { Read, Seek } +pkg io, type ReadSeeker interface, Read([]uint8) (int, error) +pkg io, type ReadSeeker interface, Seek(int64, int) (int64, error) +pkg io, type ReadWriteCloser interface { Close, Read, Write } +pkg io, type ReadWriteCloser interface, Close() error +pkg io, type ReadWriteCloser interface, Read([]uint8) (int, error) +pkg io, type ReadWriteCloser interface, Write([]uint8) (int, error) +pkg io, type ReadWriteSeeker interface { Read, Seek, Write } +pkg io, type ReadWriteSeeker interface, Read([]uint8) (int, error) +pkg io, type ReadWriteSeeker interface, Seek(int64, int) (int64, error) +pkg io, type ReadWriteSeeker interface, Write([]uint8) (int, error) +pkg io, type ReadWriter interface { Read, Write } +pkg io, type ReadWriter interface, Read([]uint8) (int, error) +pkg io, type ReadWriter interface, Write([]uint8) (int, error) +pkg io, type Reader interface { Read } +pkg io, type Reader interface, Read([]uint8) (int, error) +pkg io, type ReaderAt interface { ReadAt } +pkg io, type ReaderAt interface, ReadAt([]uint8, int64) (int, error) +pkg io, type ReaderFrom interface { ReadFrom } +pkg io, type ReaderFrom interface, ReadFrom(Reader) (int64, error) +pkg io, type RuneReader interface { ReadRune } +pkg io, type RuneReader interface, ReadRune() (int32, int, error) +pkg io, type RuneScanner interface { ReadRune, UnreadRune } +pkg io, type RuneScanner interface, ReadRune() (int32, int, error) +pkg io, type RuneScanner interface, UnreadRune() error +pkg io, type SectionReader struct +pkg io, type Seeker interface { Seek } +pkg io, type Seeker interface, Seek(int64, int) (int64, error) +pkg io, type WriteCloser interface { Close, Write } +pkg io, type WriteCloser interface, Close() error +pkg io, type WriteCloser interface, Write([]uint8) (int, error) +pkg io, type WriteSeeker interface { Seek, Write } +pkg io, type WriteSeeker interface, Seek(int64, int) (int64, error) +pkg io, type WriteSeeker interface, Write([]uint8) (int, error) +pkg io, type Writer interface { Write } +pkg io, type Writer interface, Write([]uint8) (int, error) +pkg io, type WriterAt interface { WriteAt } +pkg io, type WriterAt interface, WriteAt([]uint8, int64) (int, error) +pkg io, type WriterTo interface { WriteTo } +pkg io, type WriterTo interface, WriteTo(Writer) (int64, error) +pkg io, var EOF error +pkg io, var ErrClosedPipe error +pkg io, var ErrShortBuffer error +pkg io, var ErrShortWrite error +pkg io, var ErrUnexpectedEOF error +pkg io/ioutil, func NopCloser(io.Reader) io.ReadCloser +pkg io/ioutil, func ReadAll(io.Reader) ([]uint8, error) +pkg io/ioutil, func ReadDir(string) ([]os.FileInfo, error) +pkg io/ioutil, func ReadFile(string) ([]uint8, error) +pkg io/ioutil, func TempDir(string, string) (string, error) +pkg io/ioutil, func TempFile(string, string) (*os.File, error) +pkg io/ioutil, func WriteFile(string, []uint8, os.FileMode) error +pkg io/ioutil, var Discard io.Writer +pkg log, const Ldate ideal-int +pkg log, const Llongfile ideal-int +pkg log, const Lmicroseconds ideal-int +pkg log, const Lshortfile ideal-int +pkg log, const LstdFlags ideal-int +pkg log, const Ltime ideal-int +pkg log, func Fatal(...interface{}) +pkg log, func Fatalf(string, ...interface{}) +pkg log, func Fatalln(...interface{}) +pkg log, func Flags() int +pkg log, func New(io.Writer, string, int) *Logger +pkg log, func Panic(...interface{}) +pkg log, func Panicf(string, ...interface{}) +pkg log, func Panicln(...interface{}) +pkg log, func Prefix() string +pkg log, func Print(...interface{}) +pkg log, func Printf(string, ...interface{}) +pkg log, func Println(...interface{}) +pkg log, func SetFlags(int) +pkg log, func SetOutput(io.Writer) +pkg log, func SetPrefix(string) +pkg log, method (*Logger) Fatal(...interface{}) +pkg log, method (*Logger) Fatalf(string, ...interface{}) +pkg log, method (*Logger) Fatalln(...interface{}) +pkg log, method (*Logger) Flags() int +pkg log, method (*Logger) Output(int, string) error +pkg log, method (*Logger) Panic(...interface{}) +pkg log, method (*Logger) Panicf(string, ...interface{}) +pkg log, method (*Logger) Panicln(...interface{}) +pkg log, method (*Logger) Prefix() string +pkg log, method (*Logger) Print(...interface{}) +pkg log, method (*Logger) Printf(string, ...interface{}) +pkg log, method (*Logger) Println(...interface{}) +pkg log, method (*Logger) SetFlags(int) +pkg log, method (*Logger) SetPrefix(string) +pkg log, type Logger struct +pkg log/syslog (darwin-386), const LOG_ALERT Priority +pkg log/syslog (darwin-386), const LOG_CRIT Priority +pkg log/syslog (darwin-386), const LOG_DEBUG Priority +pkg log/syslog (darwin-386), const LOG_EMERG Priority +pkg log/syslog (darwin-386), const LOG_ERR Priority +pkg log/syslog (darwin-386), const LOG_INFO Priority +pkg log/syslog (darwin-386), const LOG_NOTICE Priority +pkg log/syslog (darwin-386), const LOG_WARNING Priority +pkg log/syslog (darwin-386), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (darwin-386), func New(Priority, string) (*Writer, error) +pkg log/syslog (darwin-386), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (darwin-386), method (*Writer) Alert(string) error +pkg log/syslog (darwin-386), method (*Writer) Close() error +pkg log/syslog (darwin-386), method (*Writer) Crit(string) error +pkg log/syslog (darwin-386), method (*Writer) Debug(string) error +pkg log/syslog (darwin-386), method (*Writer) Emerg(string) error +pkg log/syslog (darwin-386), method (*Writer) Err(string) error +pkg log/syslog (darwin-386), method (*Writer) Info(string) error +pkg log/syslog (darwin-386), method (*Writer) Notice(string) error +pkg log/syslog (darwin-386), method (*Writer) Warning(string) error +pkg log/syslog (darwin-386), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (darwin-386), type Priority int +pkg log/syslog (darwin-386), type Writer struct +pkg log/syslog (darwin-386-cgo), const LOG_ALERT Priority +pkg log/syslog (darwin-386-cgo), const LOG_CRIT Priority +pkg log/syslog (darwin-386-cgo), const LOG_DEBUG Priority +pkg log/syslog (darwin-386-cgo), const LOG_EMERG Priority +pkg log/syslog (darwin-386-cgo), const LOG_ERR Priority +pkg log/syslog (darwin-386-cgo), const LOG_INFO Priority +pkg log/syslog (darwin-386-cgo), const LOG_NOTICE Priority +pkg log/syslog (darwin-386-cgo), const LOG_WARNING Priority +pkg log/syslog (darwin-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (darwin-386-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (darwin-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (darwin-386-cgo), method (*Writer) Alert(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Close() error +pkg log/syslog (darwin-386-cgo), method (*Writer) Crit(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Debug(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Err(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Info(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Notice(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Warning(string) error +pkg log/syslog (darwin-386-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (darwin-386-cgo), type Priority int +pkg log/syslog (darwin-386-cgo), type Writer struct +pkg log/syslog (darwin-amd64), const LOG_ALERT Priority +pkg log/syslog (darwin-amd64), const LOG_CRIT Priority +pkg log/syslog (darwin-amd64), const LOG_DEBUG Priority +pkg log/syslog (darwin-amd64), const LOG_EMERG Priority +pkg log/syslog (darwin-amd64), const LOG_ERR Priority +pkg log/syslog (darwin-amd64), const LOG_INFO Priority +pkg log/syslog (darwin-amd64), const LOG_NOTICE Priority +pkg log/syslog (darwin-amd64), const LOG_WARNING Priority +pkg log/syslog (darwin-amd64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (darwin-amd64), func New(Priority, string) (*Writer, error) +pkg log/syslog (darwin-amd64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (darwin-amd64), method (*Writer) Alert(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Close() error +pkg log/syslog (darwin-amd64), method (*Writer) Crit(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Debug(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Emerg(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Err(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Info(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Notice(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Warning(string) error +pkg log/syslog (darwin-amd64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (darwin-amd64), type Priority int +pkg log/syslog (darwin-amd64), type Writer struct +pkg log/syslog (darwin-amd64-cgo), const LOG_ALERT Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_CRIT Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_DEBUG Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_EMERG Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_ERR Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_INFO Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_NOTICE Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_WARNING Priority +pkg log/syslog (darwin-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (darwin-amd64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (darwin-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Close() error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Err(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Info(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (darwin-amd64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (darwin-amd64-cgo), type Priority int +pkg log/syslog (darwin-amd64-cgo), type Writer struct +pkg log/syslog (freebsd-386), const LOG_ALERT Priority +pkg log/syslog (freebsd-386), const LOG_CRIT Priority +pkg log/syslog (freebsd-386), const LOG_DEBUG Priority +pkg log/syslog (freebsd-386), const LOG_EMERG Priority +pkg log/syslog (freebsd-386), const LOG_ERR Priority +pkg log/syslog (freebsd-386), const LOG_INFO Priority +pkg log/syslog (freebsd-386), const LOG_NOTICE Priority +pkg log/syslog (freebsd-386), const LOG_WARNING Priority +pkg log/syslog (freebsd-386), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-386), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-386), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-386), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-386), method (*Writer) Close() error +pkg log/syslog (freebsd-386), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-386), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-386), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-386), method (*Writer) Err(string) error +pkg log/syslog (freebsd-386), method (*Writer) Info(string) error +pkg log/syslog (freebsd-386), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-386), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-386), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-386), type Priority int +pkg log/syslog (freebsd-386), type Writer struct +pkg log/syslog (freebsd-amd64), const LOG_ALERT Priority +pkg log/syslog (freebsd-amd64), const LOG_CRIT Priority +pkg log/syslog (freebsd-amd64), const LOG_DEBUG Priority +pkg log/syslog (freebsd-amd64), const LOG_EMERG Priority +pkg log/syslog (freebsd-amd64), const LOG_ERR Priority +pkg log/syslog (freebsd-amd64), const LOG_INFO Priority +pkg log/syslog (freebsd-amd64), const LOG_NOTICE Priority +pkg log/syslog (freebsd-amd64), const LOG_WARNING Priority +pkg log/syslog (freebsd-amd64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (freebsd-amd64), func New(Priority, string) (*Writer, error) +pkg log/syslog (freebsd-amd64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (freebsd-amd64), method (*Writer) Alert(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Close() error +pkg log/syslog (freebsd-amd64), method (*Writer) Crit(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Debug(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Emerg(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Err(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Info(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Notice(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Warning(string) error +pkg log/syslog (freebsd-amd64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (freebsd-amd64), type Priority int +pkg log/syslog (freebsd-amd64), type Writer struct +pkg log/syslog (linux-386), const LOG_ALERT Priority +pkg log/syslog (linux-386), const LOG_CRIT Priority +pkg log/syslog (linux-386), const LOG_DEBUG Priority +pkg log/syslog (linux-386), const LOG_EMERG Priority +pkg log/syslog (linux-386), const LOG_ERR Priority +pkg log/syslog (linux-386), const LOG_INFO Priority +pkg log/syslog (linux-386), const LOG_NOTICE Priority +pkg log/syslog (linux-386), const LOG_WARNING Priority +pkg log/syslog (linux-386), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (linux-386), func New(Priority, string) (*Writer, error) +pkg log/syslog (linux-386), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (linux-386), method (*Writer) Alert(string) error +pkg log/syslog (linux-386), method (*Writer) Close() error +pkg log/syslog (linux-386), method (*Writer) Crit(string) error +pkg log/syslog (linux-386), method (*Writer) Debug(string) error +pkg log/syslog (linux-386), method (*Writer) Emerg(string) error +pkg log/syslog (linux-386), method (*Writer) Err(string) error +pkg log/syslog (linux-386), method (*Writer) Info(string) error +pkg log/syslog (linux-386), method (*Writer) Notice(string) error +pkg log/syslog (linux-386), method (*Writer) Warning(string) error +pkg log/syslog (linux-386), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (linux-386), type Priority int +pkg log/syslog (linux-386), type Writer struct +pkg log/syslog (linux-386-cgo), const LOG_ALERT Priority +pkg log/syslog (linux-386-cgo), const LOG_CRIT Priority +pkg log/syslog (linux-386-cgo), const LOG_DEBUG Priority +pkg log/syslog (linux-386-cgo), const LOG_EMERG Priority +pkg log/syslog (linux-386-cgo), const LOG_ERR Priority +pkg log/syslog (linux-386-cgo), const LOG_INFO Priority +pkg log/syslog (linux-386-cgo), const LOG_NOTICE Priority +pkg log/syslog (linux-386-cgo), const LOG_WARNING Priority +pkg log/syslog (linux-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (linux-386-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (linux-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (linux-386-cgo), method (*Writer) Alert(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Close() error +pkg log/syslog (linux-386-cgo), method (*Writer) Crit(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Debug(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Err(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Info(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Notice(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Warning(string) error +pkg log/syslog (linux-386-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (linux-386-cgo), type Priority int +pkg log/syslog (linux-386-cgo), type Writer struct +pkg log/syslog (linux-amd64), const LOG_ALERT Priority +pkg log/syslog (linux-amd64), const LOG_CRIT Priority +pkg log/syslog (linux-amd64), const LOG_DEBUG Priority +pkg log/syslog (linux-amd64), const LOG_EMERG Priority +pkg log/syslog (linux-amd64), const LOG_ERR Priority +pkg log/syslog (linux-amd64), const LOG_INFO Priority +pkg log/syslog (linux-amd64), const LOG_NOTICE Priority +pkg log/syslog (linux-amd64), const LOG_WARNING Priority +pkg log/syslog (linux-amd64), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (linux-amd64), func New(Priority, string) (*Writer, error) +pkg log/syslog (linux-amd64), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (linux-amd64), method (*Writer) Alert(string) error +pkg log/syslog (linux-amd64), method (*Writer) Close() error +pkg log/syslog (linux-amd64), method (*Writer) Crit(string) error +pkg log/syslog (linux-amd64), method (*Writer) Debug(string) error +pkg log/syslog (linux-amd64), method (*Writer) Emerg(string) error +pkg log/syslog (linux-amd64), method (*Writer) Err(string) error +pkg log/syslog (linux-amd64), method (*Writer) Info(string) error +pkg log/syslog (linux-amd64), method (*Writer) Notice(string) error +pkg log/syslog (linux-amd64), method (*Writer) Warning(string) error +pkg log/syslog (linux-amd64), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (linux-amd64), type Priority int +pkg log/syslog (linux-amd64), type Writer struct +pkg log/syslog (linux-amd64-cgo), const LOG_ALERT Priority +pkg log/syslog (linux-amd64-cgo), const LOG_CRIT Priority +pkg log/syslog (linux-amd64-cgo), const LOG_DEBUG Priority +pkg log/syslog (linux-amd64-cgo), const LOG_EMERG Priority +pkg log/syslog (linux-amd64-cgo), const LOG_ERR Priority +pkg log/syslog (linux-amd64-cgo), const LOG_INFO Priority +pkg log/syslog (linux-amd64-cgo), const LOG_NOTICE Priority +pkg log/syslog (linux-amd64-cgo), const LOG_WARNING Priority +pkg log/syslog (linux-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (linux-amd64-cgo), func New(Priority, string) (*Writer, error) +pkg log/syslog (linux-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (linux-amd64-cgo), method (*Writer) Alert(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Close() error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Crit(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Debug(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Emerg(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Err(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Info(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Notice(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Warning(string) error +pkg log/syslog (linux-amd64-cgo), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (linux-amd64-cgo), type Priority int +pkg log/syslog (linux-amd64-cgo), type Writer struct +pkg log/syslog (linux-arm), const LOG_ALERT Priority +pkg log/syslog (linux-arm), const LOG_CRIT Priority +pkg log/syslog (linux-arm), const LOG_DEBUG Priority +pkg log/syslog (linux-arm), const LOG_EMERG Priority +pkg log/syslog (linux-arm), const LOG_ERR Priority +pkg log/syslog (linux-arm), const LOG_INFO Priority +pkg log/syslog (linux-arm), const LOG_NOTICE Priority +pkg log/syslog (linux-arm), const LOG_WARNING Priority +pkg log/syslog (linux-arm), func Dial(string, string, Priority, string) (*Writer, error) +pkg log/syslog (linux-arm), func New(Priority, string) (*Writer, error) +pkg log/syslog (linux-arm), func NewLogger(Priority, int) (*log.Logger, error) +pkg log/syslog (linux-arm), method (*Writer) Alert(string) error +pkg log/syslog (linux-arm), method (*Writer) Close() error +pkg log/syslog (linux-arm), method (*Writer) Crit(string) error +pkg log/syslog (linux-arm), method (*Writer) Debug(string) error +pkg log/syslog (linux-arm), method (*Writer) Emerg(string) error +pkg log/syslog (linux-arm), method (*Writer) Err(string) error +pkg log/syslog (linux-arm), method (*Writer) Info(string) error +pkg log/syslog (linux-arm), method (*Writer) Notice(string) error +pkg log/syslog (linux-arm), method (*Writer) Warning(string) error +pkg log/syslog (linux-arm), method (*Writer) Write([]uint8) (int, error) +pkg log/syslog (linux-arm), type Priority int +pkg log/syslog (linux-arm), type Writer struct +pkg math, const E ideal-float +pkg math, const Ln10 ideal-float +pkg math, const Ln2 ideal-float +pkg math, const Log10E ideal-float +pkg math, const Log2E ideal-float +pkg math, const MaxFloat32 ideal-float +pkg math, const MaxFloat64 ideal-float +pkg math, const MaxInt16 ideal-int +pkg math, const MaxInt32 ideal-int +pkg math, const MaxInt64 ideal-int +pkg math, const MaxInt8 ideal-int +pkg math, const MaxUint16 ideal-int +pkg math, const MaxUint32 ideal-int +pkg math, const MaxUint64 ideal-int +pkg math, const MaxUint8 ideal-int +pkg math, const MinInt16 ideal-int +pkg math, const MinInt32 ideal-int +pkg math, const MinInt64 ideal-int +pkg math, const MinInt8 ideal-int +pkg math, const Phi ideal-float +pkg math, const Pi ideal-float +pkg math, const SmallestNonzeroFloat32 ideal-float +pkg math, const SmallestNonzeroFloat64 ideal-float +pkg math, const Sqrt2 ideal-float +pkg math, const SqrtE ideal-float +pkg math, const SqrtPhi ideal-float +pkg math, const SqrtPi ideal-float +pkg math, func Abs(float64) float64 +pkg math, func Acos(float64) float64 +pkg math, func Acosh(float64) float64 +pkg math, func Asin(float64) float64 +pkg math, func Asinh(float64) float64 +pkg math, func Atan(float64) float64 +pkg math, func Atan2(float64, float64) float64 +pkg math, func Atanh(float64) float64 +pkg math, func Cbrt(float64) float64 +pkg math, func Ceil(float64) float64 +pkg math, func Copysign(float64, float64) float64 +pkg math, func Cos(float64) float64 +pkg math, func Cosh(float64) float64 +pkg math, func Dim(float64, float64) float64 +pkg math, func Erf(float64) float64 +pkg math, func Erfc(float64) float64 +pkg math, func Exp(float64) float64 +pkg math, func Exp2(float64) float64 +pkg math, func Expm1(float64) float64 +pkg math, func Float32bits(float32) uint32 +pkg math, func Float32frombits(uint32) float32 +pkg math, func Float64bits(float64) uint64 +pkg math, func Float64frombits(uint64) float64 +pkg math, func Floor(float64) float64 +pkg math, func Frexp(float64) (float64, int) +pkg math, func Gamma(float64) float64 +pkg math, func Hypot(float64, float64) float64 +pkg math, func Ilogb(float64) int +pkg math, func Inf(int) float64 +pkg math, func IsInf(float64, int) bool +pkg math, func IsNaN(float64) bool +pkg math, func J0(float64) float64 +pkg math, func J1(float64) float64 +pkg math, func Jn(int, float64) float64 +pkg math, func Ldexp(float64, int) float64 +pkg math, func Lgamma(float64) (float64, int) +pkg math, func Log(float64) float64 +pkg math, func Log10(float64) float64 +pkg math, func Log1p(float64) float64 +pkg math, func Log2(float64) float64 +pkg math, func Logb(float64) float64 +pkg math, func Max(float64, float64) float64 +pkg math, func Min(float64, float64) float64 +pkg math, func Mod(float64, float64) float64 +pkg math, func Modf(float64) (float64, float64) +pkg math, func NaN() float64 +pkg math, func Nextafter(float64, float64) float64 +pkg math, func Pow(float64, float64) float64 +pkg math, func Pow10(int) float64 +pkg math, func Remainder(float64, float64) float64 +pkg math, func Signbit(float64) bool +pkg math, func Sin(float64) float64 +pkg math, func Sincos(float64) (float64, float64) +pkg math, func Sinh(float64) float64 +pkg math, func Sqrt(float64) float64 +pkg math, func Tan(float64) float64 +pkg math, func Tanh(float64) float64 +pkg math, func Trunc(float64) float64 +pkg math, func Y0(float64) float64 +pkg math, func Y1(float64) float64 +pkg math, func Yn(int, float64) float64 +pkg math/big, const MaxBase ideal-char +pkg math/big, func NewInt(int64) *Int +pkg math/big, func NewRat(int64, int64) *Rat +pkg math/big, method (*Int) Abs(*Int) *Int +pkg math/big, method (*Int) Add(*Int, *Int) *Int +pkg math/big, method (*Int) And(*Int, *Int) *Int +pkg math/big, method (*Int) AndNot(*Int, *Int) *Int +pkg math/big, method (*Int) Binomial(int64, int64) *Int +pkg math/big, method (*Int) Bit(int) uint +pkg math/big, method (*Int) BitLen() int +pkg math/big, method (*Int) Bits() []Word +pkg math/big, method (*Int) Bytes() []uint8 +pkg math/big, method (*Int) Cmp(*Int) int +pkg math/big, method (*Int) Div(*Int, *Int) *Int +pkg math/big, method (*Int) DivMod(*Int, *Int, *Int) (*Int, *Int) +pkg math/big, method (*Int) Exp(*Int, *Int, *Int) *Int +pkg math/big, method (*Int) Format(fmt.State, int32) +pkg math/big, method (*Int) GCD(*Int, *Int, *Int, *Int) *Int +pkg math/big, method (*Int) GobDecode([]uint8) error +pkg math/big, method (*Int) GobEncode() ([]uint8, error) +pkg math/big, method (*Int) Int64() int64 +pkg math/big, method (*Int) Lsh(*Int, uint) *Int +pkg math/big, method (*Int) Mod(*Int, *Int) *Int +pkg math/big, method (*Int) ModInverse(*Int, *Int) *Int +pkg math/big, method (*Int) Mul(*Int, *Int) *Int +pkg math/big, method (*Int) MulRange(int64, int64) *Int +pkg math/big, method (*Int) Neg(*Int) *Int +pkg math/big, method (*Int) Not(*Int) *Int +pkg math/big, method (*Int) Or(*Int, *Int) *Int +pkg math/big, method (*Int) ProbablyPrime(int) bool +pkg math/big, method (*Int) Quo(*Int, *Int) *Int +pkg math/big, method (*Int) QuoRem(*Int, *Int, *Int) (*Int, *Int) +pkg math/big, method (*Int) Rand(*rand.Rand, *Int) *Int +pkg math/big, method (*Int) Rem(*Int, *Int) *Int +pkg math/big, method (*Int) Rsh(*Int, uint) *Int +pkg math/big, method (*Int) Scan(fmt.ScanState, int32) error +pkg math/big, method (*Int) Set(*Int) *Int +pkg math/big, method (*Int) SetBit(*Int, int, uint) *Int +pkg math/big, method (*Int) SetBits([]Word) *Int +pkg math/big, method (*Int) SetBytes([]uint8) *Int +pkg math/big, method (*Int) SetInt64(int64) *Int +pkg math/big, method (*Int) SetString(string, int) (*Int, bool) +pkg math/big, method (*Int) Sign() int +pkg math/big, method (*Int) String() string +pkg math/big, method (*Int) Sub(*Int, *Int) *Int +pkg math/big, method (*Int) Xor(*Int, *Int) *Int +pkg math/big, method (*Rat) Abs(*Rat) *Rat +pkg math/big, method (*Rat) Add(*Rat, *Rat) *Rat +pkg math/big, method (*Rat) Cmp(*Rat) int +pkg math/big, method (*Rat) Denom() *Int +pkg math/big, method (*Rat) FloatString(int) string +pkg math/big, method (*Rat) GobDecode([]uint8) error +pkg math/big, method (*Rat) GobEncode() ([]uint8, error) +pkg math/big, method (*Rat) Inv(*Rat) *Rat +pkg math/big, method (*Rat) IsInt() bool +pkg math/big, method (*Rat) Mul(*Rat, *Rat) *Rat +pkg math/big, method (*Rat) Neg(*Rat) *Rat +pkg math/big, method (*Rat) Num() *Int +pkg math/big, method (*Rat) Quo(*Rat, *Rat) *Rat +pkg math/big, method (*Rat) RatString() string +pkg math/big, method (*Rat) Scan(fmt.ScanState, int32) error +pkg math/big, method (*Rat) Set(*Rat) *Rat +pkg math/big, method (*Rat) SetFrac(*Int, *Int) *Rat +pkg math/big, method (*Rat) SetFrac64(int64, int64) *Rat +pkg math/big, method (*Rat) SetInt(*Int) *Rat +pkg math/big, method (*Rat) SetInt64(int64) *Rat +pkg math/big, method (*Rat) SetString(string) (*Rat, bool) +pkg math/big, method (*Rat) Sign() int +pkg math/big, method (*Rat) String() string +pkg math/big, method (*Rat) Sub(*Rat, *Rat) *Rat +pkg math/big, type Int struct +pkg math/big, type Rat struct +pkg math/big, type Word uintptr +pkg math/cmplx, func Abs(complex128) float64 +pkg math/cmplx, func Acos(complex128) complex128 +pkg math/cmplx, func Acosh(complex128) complex128 +pkg math/cmplx, func Asin(complex128) complex128 +pkg math/cmplx, func Asinh(complex128) complex128 +pkg math/cmplx, func Atan(complex128) complex128 +pkg math/cmplx, func Atanh(complex128) complex128 +pkg math/cmplx, func Conj(complex128) complex128 +pkg math/cmplx, func Cos(complex128) complex128 +pkg math/cmplx, func Cosh(complex128) complex128 +pkg math/cmplx, func Cot(complex128) complex128 +pkg math/cmplx, func Exp(complex128) complex128 +pkg math/cmplx, func Inf() complex128 +pkg math/cmplx, func IsInf(complex128) bool +pkg math/cmplx, func IsNaN(complex128) bool +pkg math/cmplx, func Log(complex128) complex128 +pkg math/cmplx, func Log10(complex128) complex128 +pkg math/cmplx, func NaN() complex128 +pkg math/cmplx, func Phase(complex128) float64 +pkg math/cmplx, func Polar(complex128) (float64, float64) +pkg math/cmplx, func Pow(complex128, complex128) complex128 +pkg math/cmplx, func Rect(float64, float64) complex128 +pkg math/cmplx, func Sin(complex128) complex128 +pkg math/cmplx, func Sinh(complex128) complex128 +pkg math/cmplx, func Sqrt(complex128) complex128 +pkg math/cmplx, func Tan(complex128) complex128 +pkg math/cmplx, func Tanh(complex128) complex128 +pkg math/rand, func ExpFloat64() float64 +pkg math/rand, func Float32() float32 +pkg math/rand, func Float64() float64 +pkg math/rand, func Int() int +pkg math/rand, func Int31() int32 +pkg math/rand, func Int31n(int32) int32 +pkg math/rand, func Int63() int64 +pkg math/rand, func Int63n(int64) int64 +pkg math/rand, func Intn(int) int +pkg math/rand, func New(Source) *Rand +pkg math/rand, func NewSource(int64) Source +pkg math/rand, func NewZipf(*Rand, float64, float64, uint64) *Zipf +pkg math/rand, func NormFloat64() float64 +pkg math/rand, func Perm(int) []int +pkg math/rand, func Seed(int64) +pkg math/rand, func Uint32() uint32 +pkg math/rand, method (*Rand) ExpFloat64() float64 +pkg math/rand, method (*Rand) Float32() float32 +pkg math/rand, method (*Rand) Float64() float64 +pkg math/rand, method (*Rand) Int() int +pkg math/rand, method (*Rand) Int31() int32 +pkg math/rand, method (*Rand) Int31n(int32) int32 +pkg math/rand, method (*Rand) Int63() int64 +pkg math/rand, method (*Rand) Int63n(int64) int64 +pkg math/rand, method (*Rand) Intn(int) int +pkg math/rand, method (*Rand) NormFloat64() float64 +pkg math/rand, method (*Rand) Perm(int) []int +pkg math/rand, method (*Rand) Seed(int64) +pkg math/rand, method (*Rand) Uint32() uint32 +pkg math/rand, method (*Zipf) Uint64() uint64 +pkg math/rand, type Rand struct +pkg math/rand, type Source interface { Int63, Seed } +pkg math/rand, type Source interface, Int63() int64 +pkg math/rand, type Source interface, Seed(int64) +pkg math/rand, type Zipf struct +pkg mime, func AddExtensionType(string, string) error +pkg mime, func FormatMediaType(string, map[string]string) string +pkg mime, func ParseMediaType(string) (string, map[string]string, error) +pkg mime, func TypeByExtension(string) string +pkg mime/multipart, func NewReader(io.Reader, string) *Reader +pkg mime/multipart, func NewWriter(io.Writer) *Writer +pkg mime/multipart, method (*FileHeader) Open() (File, error) +pkg mime/multipart, method (*Form) RemoveAll() error +pkg mime/multipart, method (*Part) Close() error +pkg mime/multipart, method (*Part) FileName() string +pkg mime/multipart, method (*Part) FormName() string +pkg mime/multipart, method (*Part) Read([]uint8) (int, error) +pkg mime/multipart, method (*Reader) NextPart() (*Part, error) +pkg mime/multipart, method (*Reader) ReadForm(int64) (*Form, error) +pkg mime/multipart, method (*Writer) Boundary() string +pkg mime/multipart, method (*Writer) Close() error +pkg mime/multipart, method (*Writer) CreateFormField(string) (io.Writer, error) +pkg mime/multipart, method (*Writer) CreateFormFile(string, string) (io.Writer, error) +pkg mime/multipart, method (*Writer) CreatePart(textproto.MIMEHeader) (io.Writer, error) +pkg mime/multipart, method (*Writer) FormDataContentType() string +pkg mime/multipart, method (*Writer) WriteField(string, string) error +pkg mime/multipart, type File interface { Close, Read, ReadAt, Seek } +pkg mime/multipart, type File interface, Close() error +pkg mime/multipart, type File interface, Read([]uint8) (int, error) +pkg mime/multipart, type File interface, ReadAt([]uint8, int64) (int, error) +pkg mime/multipart, type File interface, Seek(int64, int) (int64, error) +pkg mime/multipart, type FileHeader struct +pkg mime/multipart, type FileHeader struct, Filename string +pkg mime/multipart, type FileHeader struct, Header textproto.MIMEHeader +pkg mime/multipart, type Form struct +pkg mime/multipart, type Form struct, File map[string][]*FileHeader +pkg mime/multipart, type Form struct, Value map[string][]string +pkg mime/multipart, type Part struct +pkg mime/multipart, type Part struct, Header textproto.MIMEHeader +pkg mime/multipart, type Reader struct +pkg mime/multipart, type Writer struct +pkg net, const FlagBroadcast Flags +pkg net, const FlagLoopback Flags +pkg net, const FlagMulticast Flags +pkg net, const FlagPointToPoint Flags +pkg net, const FlagUp Flags +pkg net, const IPv4len ideal-int +pkg net, const IPv6len ideal-int +pkg net, func CIDRMask(int, int) IPMask +pkg net, func Dial(string, string) (Conn, error) +pkg net, func DialIP(string, *IPAddr, *IPAddr) (*IPConn, error) +pkg net, func DialTCP(string, *TCPAddr, *TCPAddr) (*TCPConn, error) +pkg net, func DialTimeout(string, string, time.Duration) (Conn, error) +pkg net, func DialUDP(string, *UDPAddr, *UDPAddr) (*UDPConn, error) +pkg net, func DialUnix(string, *UnixAddr, *UnixAddr) (*UnixConn, error) +pkg net, func FileConn(*os.File) (Conn, error) +pkg net, func FileListener(*os.File) (Listener, error) +pkg net, func FilePacketConn(*os.File) (PacketConn, error) +pkg net, func IPv4(uint8, uint8, uint8, uint8) IP +pkg net, func IPv4Mask(uint8, uint8, uint8, uint8) IPMask +pkg net, func InterfaceAddrs() ([]Addr, error) +pkg net, func InterfaceByIndex(int) (*Interface, error) +pkg net, func InterfaceByName(string) (*Interface, error) +pkg net, func Interfaces() ([]Interface, error) +pkg net, func JoinHostPort(string, string) string +pkg net, func Listen(string, string) (Listener, error) +pkg net, func ListenIP(string, *IPAddr) (*IPConn, error) +pkg net, func ListenMulticastUDP(string, *Interface, *UDPAddr) (*UDPConn, error) +pkg net, func ListenPacket(string, string) (PacketConn, error) +pkg net, func ListenTCP(string, *TCPAddr) (*TCPListener, error) +pkg net, func ListenUDP(string, *UDPAddr) (*UDPConn, error) +pkg net, func ListenUnix(string, *UnixAddr) (*UnixListener, error) +pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error) +pkg net, func LookupAddr(string) ([]string, error) +pkg net, func LookupCNAME(string) (string, error) +pkg net, func LookupHost(string) ([]string, error) +pkg net, func LookupIP(string) ([]IP, error) +pkg net, func LookupMX(string) ([]*MX, error) +pkg net, func LookupPort(string, string) (int, error) +pkg net, func LookupSRV(string, string, string) (string, []*SRV, error) +pkg net, func LookupTXT(string) ([]string, error) +pkg net, func ParseCIDR(string) (IP, *IPNet, error) +pkg net, func ParseIP(string) IP +pkg net, func ParseMAC(string) (HardwareAddr, error) +pkg net, func Pipe() (Conn, Conn) +pkg net, func ResolveIPAddr(string, string) (*IPAddr, error) +pkg net, func ResolveTCPAddr(string, string) (*TCPAddr, error) +pkg net, func ResolveUDPAddr(string, string) (*UDPAddr, error) +pkg net, func ResolveUnixAddr(string, string) (*UnixAddr, error) +pkg net, func SplitHostPort(string) (string, string, error) +pkg net, method (*AddrError) Error() string +pkg net, method (*AddrError) Temporary() bool +pkg net, method (*AddrError) Timeout() bool +pkg net, method (*DNSConfigError) Error() string +pkg net, method (*DNSConfigError) Temporary() bool +pkg net, method (*DNSConfigError) Timeout() bool +pkg net, method (*DNSError) Error() string +pkg net, method (*DNSError) Temporary() bool +pkg net, method (*DNSError) Timeout() bool +pkg net, method (*IPAddr) Network() string +pkg net, method (*IPAddr) String() string +pkg net, method (*IPConn) Close() error +pkg net, method (*IPConn) File() (*os.File, error) +pkg net, method (*IPConn) LocalAddr() Addr +pkg net, method (*IPConn) Read([]uint8) (int, error) +pkg net, method (*IPConn) ReadFrom([]uint8) (int, Addr, error) +pkg net, method (*IPConn) ReadFromIP([]uint8) (int, *IPAddr, error) +pkg net, method (*IPConn) RemoteAddr() Addr +pkg net, method (*IPConn) SetDeadline(time.Time) error +pkg net, method (*IPConn) SetReadBuffer(int) error +pkg net, method (*IPConn) SetReadDeadline(time.Time) error +pkg net, method (*IPConn) SetWriteBuffer(int) error +pkg net, method (*IPConn) SetWriteDeadline(time.Time) error +pkg net, method (*IPConn) Write([]uint8) (int, error) +pkg net, method (*IPConn) WriteTo([]uint8, Addr) (int, error) +pkg net, method (*IPConn) WriteToIP([]uint8, *IPAddr) (int, error) +pkg net, method (*IPNet) Contains(IP) bool +pkg net, method (*IPNet) Network() string +pkg net, method (*IPNet) String() string +pkg net, method (*Interface) Addrs() ([]Addr, error) +pkg net, method (*Interface) MulticastAddrs() ([]Addr, error) +pkg net, method (*OpError) Error() string +pkg net, method (*OpError) Temporary() bool +pkg net, method (*OpError) Timeout() bool +pkg net, method (*ParseError) Error() string +pkg net, method (*TCPAddr) Network() string +pkg net, method (*TCPAddr) String() string +pkg net, method (*TCPConn) Close() error +pkg net, method (*TCPConn) CloseRead() error +pkg net, method (*TCPConn) CloseWrite() error +pkg net, method (*TCPConn) File() (*os.File, error) +pkg net, method (*TCPConn) LocalAddr() Addr +pkg net, method (*TCPConn) Read([]uint8) (int, error) +pkg net, method (*TCPConn) ReadFrom(io.Reader) (int64, error) +pkg net, method (*TCPConn) RemoteAddr() Addr +pkg net, method (*TCPConn) SetDeadline(time.Time) error +pkg net, method (*TCPConn) SetKeepAlive(bool) error +pkg net, method (*TCPConn) SetLinger(int) error +pkg net, method (*TCPConn) SetNoDelay(bool) error +pkg net, method (*TCPConn) SetReadBuffer(int) error +pkg net, method (*TCPConn) SetReadDeadline(time.Time) error +pkg net, method (*TCPConn) SetWriteBuffer(int) error +pkg net, method (*TCPConn) SetWriteDeadline(time.Time) error +pkg net, method (*TCPConn) Write([]uint8) (int, error) +pkg net, method (*TCPListener) Accept() (Conn, error) +pkg net, method (*TCPListener) AcceptTCP() (*TCPConn, error) +pkg net, method (*TCPListener) Addr() Addr +pkg net, method (*TCPListener) Close() error +pkg net, method (*TCPListener) File() (*os.File, error) +pkg net, method (*TCPListener) SetDeadline(time.Time) error +pkg net, method (*UDPAddr) Network() string +pkg net, method (*UDPAddr) String() string +pkg net, method (*UDPConn) Close() error +pkg net, method (*UDPConn) File() (*os.File, error) +pkg net, method (*UDPConn) LocalAddr() Addr +pkg net, method (*UDPConn) Read([]uint8) (int, error) +pkg net, method (*UDPConn) ReadFrom([]uint8) (int, Addr, error) +pkg net, method (*UDPConn) ReadFromUDP([]uint8) (int, *UDPAddr, error) +pkg net, method (*UDPConn) RemoteAddr() Addr +pkg net, method (*UDPConn) SetDeadline(time.Time) error +pkg net, method (*UDPConn) SetReadBuffer(int) error +pkg net, method (*UDPConn) SetReadDeadline(time.Time) error +pkg net, method (*UDPConn) SetWriteBuffer(int) error +pkg net, method (*UDPConn) SetWriteDeadline(time.Time) error +pkg net, method (*UDPConn) Write([]uint8) (int, error) +pkg net, method (*UDPConn) WriteTo([]uint8, Addr) (int, error) +pkg net, method (*UDPConn) WriteToUDP([]uint8, *UDPAddr) (int, error) +pkg net, method (*UnixAddr) Network() string +pkg net, method (*UnixAddr) String() string +pkg net, method (*UnixConn) Close() error +pkg net, method (*UnixConn) File() (*os.File, error) +pkg net, method (*UnixConn) LocalAddr() Addr +pkg net, method (*UnixConn) Read([]uint8) (int, error) +pkg net, method (*UnixConn) ReadFrom([]uint8) (int, Addr, error) +pkg net, method (*UnixConn) ReadFromUnix([]uint8) (int, *UnixAddr, error) +pkg net, method (*UnixConn) ReadMsgUnix([]uint8, []uint8) (int, int, int, *UnixAddr, error) +pkg net, method (*UnixConn) RemoteAddr() Addr +pkg net, method (*UnixConn) SetDeadline(time.Time) error +pkg net, method (*UnixConn) SetReadBuffer(int) error +pkg net, method (*UnixConn) SetReadDeadline(time.Time) error +pkg net, method (*UnixConn) SetWriteBuffer(int) error +pkg net, method (*UnixConn) SetWriteDeadline(time.Time) error +pkg net, method (*UnixConn) Write([]uint8) (int, error) +pkg net, method (*UnixConn) WriteMsgUnix([]uint8, []uint8, *UnixAddr) (int, int, error) +pkg net, method (*UnixConn) WriteTo([]uint8, Addr) (int, error) +pkg net, method (*UnixConn) WriteToUnix([]uint8, *UnixAddr) (int, error) +pkg net, method (*UnixListener) Accept() (Conn, error) +pkg net, method (*UnixListener) AcceptUnix() (*UnixConn, error) +pkg net, method (*UnixListener) Addr() Addr +pkg net, method (*UnixListener) Close() error +pkg net, method (*UnixListener) File() (*os.File, error) +pkg net, method (*UnixListener) SetDeadline(time.Time) error +pkg net, method (Flags) String() string +pkg net, method (HardwareAddr) String() string +pkg net, method (IP) DefaultMask() IPMask +pkg net, method (IP) Equal(IP) bool +pkg net, method (IP) IsGlobalUnicast() bool +pkg net, method (IP) IsInterfaceLocalMulticast() bool +pkg net, method (IP) IsLinkLocalMulticast() bool +pkg net, method (IP) IsLinkLocalUnicast() bool +pkg net, method (IP) IsLoopback() bool +pkg net, method (IP) IsMulticast() bool +pkg net, method (IP) IsUnspecified() bool +pkg net, method (IP) Mask(IPMask) IP +pkg net, method (IP) String() string +pkg net, method (IP) To16() IP +pkg net, method (IP) To4() IP +pkg net, method (IPMask) Size() (int, int) +pkg net, method (IPMask) String() string +pkg net, method (InvalidAddrError) Error() string +pkg net, method (InvalidAddrError) Temporary() bool +pkg net, method (InvalidAddrError) Timeout() bool +pkg net, method (UnknownNetworkError) Error() string +pkg net, method (UnknownNetworkError) Temporary() bool +pkg net, method (UnknownNetworkError) Timeout() bool +pkg net, type Addr interface { Network, String } +pkg net, type Addr interface, Network() string +pkg net, type Addr interface, String() string +pkg net, type AddrError struct +pkg net, type AddrError struct, Addr string +pkg net, type AddrError struct, Err string +pkg net, type Conn interface { Close, LocalAddr, Read, RemoteAddr, SetDeadline, SetReadDeadline, SetWriteDeadline, Write } +pkg net, type Conn interface, Close() error +pkg net, type Conn interface, LocalAddr() Addr +pkg net, type Conn interface, Read([]uint8) (int, error) +pkg net, type Conn interface, RemoteAddr() Addr +pkg net, type Conn interface, SetDeadline(time.Time) error +pkg net, type Conn interface, SetReadDeadline(time.Time) error +pkg net, type Conn interface, SetWriteDeadline(time.Time) error +pkg net, type Conn interface, Write([]uint8) (int, error) +pkg net, type DNSConfigError struct +pkg net, type DNSConfigError struct, Err error +pkg net, type DNSError struct +pkg net, type DNSError struct, Err string +pkg net, type DNSError struct, IsTimeout bool +pkg net, type DNSError struct, Name string +pkg net, type DNSError struct, Server string +pkg net, type Error interface { Error, Temporary, Timeout } +pkg net, type Error interface, Error() string +pkg net, type Error interface, Temporary() bool +pkg net, type Error interface, Timeout() bool +pkg net, type Flags uint +pkg net, type HardwareAddr []uint8 +pkg net, type IP []uint8 +pkg net, type IPAddr struct +pkg net, type IPAddr struct, IP IP +pkg net, type IPConn struct +pkg net, type IPMask []uint8 +pkg net, type IPNet struct +pkg net, type IPNet struct, IP IP +pkg net, type IPNet struct, Mask IPMask +pkg net, type Interface struct +pkg net, type Interface struct, Flags Flags +pkg net, type Interface struct, HardwareAddr HardwareAddr +pkg net, type Interface struct, Index int +pkg net, type Interface struct, MTU int +pkg net, type Interface struct, Name string +pkg net, type InvalidAddrError string +pkg net, type Listener interface { Accept, Addr, Close } +pkg net, type Listener interface, Accept() (Conn, error) +pkg net, type Listener interface, Addr() Addr +pkg net, type Listener interface, Close() error +pkg net, type MX struct +pkg net, type MX struct, Host string +pkg net, type MX struct, Pref uint16 +pkg net, type OpError struct +pkg net, type OpError struct, Addr Addr +pkg net, type OpError struct, Err error +pkg net, type OpError struct, Net string +pkg net, type OpError struct, Op string +pkg net, type PacketConn interface { Close, LocalAddr, ReadFrom, SetDeadline, SetReadDeadline, SetWriteDeadline, WriteTo } +pkg net, type PacketConn interface, Close() error +pkg net, type PacketConn interface, LocalAddr() Addr +pkg net, type PacketConn interface, ReadFrom([]uint8) (int, Addr, error) +pkg net, type PacketConn interface, SetDeadline(time.Time) error +pkg net, type PacketConn interface, SetReadDeadline(time.Time) error +pkg net, type PacketConn interface, SetWriteDeadline(time.Time) error +pkg net, type PacketConn interface, WriteTo([]uint8, Addr) (int, error) +pkg net, type ParseError struct +pkg net, type ParseError struct, Text string +pkg net, type ParseError struct, Type string +pkg net, type SRV struct +pkg net, type SRV struct, Port uint16 +pkg net, type SRV struct, Priority uint16 +pkg net, type SRV struct, Target string +pkg net, type SRV struct, Weight uint16 +pkg net, type TCPAddr struct +pkg net, type TCPAddr struct, IP IP +pkg net, type TCPAddr struct, Port int +pkg net, type TCPConn struct +pkg net, type TCPListener struct +pkg net, type UDPAddr struct +pkg net, type UDPAddr struct, IP IP +pkg net, type UDPAddr struct, Port int +pkg net, type UDPConn struct +pkg net, type UnixAddr struct +pkg net, type UnixAddr struct, Name string +pkg net, type UnixAddr struct, Net string +pkg net, type UnixConn struct +pkg net, type UnixListener struct +pkg net, type UnknownNetworkError string +pkg net, var ErrWriteToConnected error +pkg net, var IPv4allrouter IP +pkg net, var IPv4allsys IP +pkg net, var IPv4bcast IP +pkg net, var IPv4zero IP +pkg net, var IPv6interfacelocalallnodes IP +pkg net, var IPv6linklocalallnodes IP +pkg net, var IPv6linklocalallrouters IP +pkg net, var IPv6loopback IP +pkg net, var IPv6unspecified IP +pkg net, var IPv6zero IP +pkg net/http, const DefaultMaxHeaderBytes ideal-int +pkg net/http, const DefaultMaxIdleConnsPerHost ideal-int +pkg net/http, const StatusAccepted ideal-int +pkg net/http, const StatusBadGateway ideal-int +pkg net/http, const StatusBadRequest ideal-int +pkg net/http, const StatusConflict ideal-int +pkg net/http, const StatusContinue ideal-int +pkg net/http, const StatusCreated ideal-int +pkg net/http, const StatusExpectationFailed ideal-int +pkg net/http, const StatusForbidden ideal-int +pkg net/http, const StatusFound ideal-int +pkg net/http, const StatusGatewayTimeout ideal-int +pkg net/http, const StatusGone ideal-int +pkg net/http, const StatusHTTPVersionNotSupported ideal-int +pkg net/http, const StatusInternalServerError ideal-int +pkg net/http, const StatusLengthRequired ideal-int +pkg net/http, const StatusMethodNotAllowed ideal-int +pkg net/http, const StatusMovedPermanently ideal-int +pkg net/http, const StatusMultipleChoices ideal-int +pkg net/http, const StatusNoContent ideal-int +pkg net/http, const StatusNonAuthoritativeInfo ideal-int +pkg net/http, const StatusNotAcceptable ideal-int +pkg net/http, const StatusNotFound ideal-int +pkg net/http, const StatusNotImplemented ideal-int +pkg net/http, const StatusNotModified ideal-int +pkg net/http, const StatusOK ideal-int +pkg net/http, const StatusPartialContent ideal-int +pkg net/http, const StatusPaymentRequired ideal-int +pkg net/http, const StatusPreconditionFailed ideal-int +pkg net/http, const StatusProxyAuthRequired ideal-int +pkg net/http, const StatusRequestEntityTooLarge ideal-int +pkg net/http, const StatusRequestTimeout ideal-int +pkg net/http, const StatusRequestURITooLong ideal-int +pkg net/http, const StatusRequestedRangeNotSatisfiable ideal-int +pkg net/http, const StatusResetContent ideal-int +pkg net/http, const StatusSeeOther ideal-int +pkg net/http, const StatusServiceUnavailable ideal-int +pkg net/http, const StatusSwitchingProtocols ideal-int +pkg net/http, const StatusTeapot ideal-int +pkg net/http, const StatusTemporaryRedirect ideal-int +pkg net/http, const StatusUnauthorized ideal-int +pkg net/http, const StatusUnsupportedMediaType ideal-int +pkg net/http, const StatusUseProxy ideal-int +pkg net/http, const TimeFormat ideal-string +pkg net/http, func CanonicalHeaderKey(string) string +pkg net/http, func DetectContentType([]uint8) string +pkg net/http, func Error(ResponseWriter, string, int) +pkg net/http, func FileServer(FileSystem) Handler +pkg net/http, func Get(string) (*Response, error) +pkg net/http, func Handle(string, Handler) +pkg net/http, func HandleFunc(string, func(ResponseWriter, *Request)) +pkg net/http, func Head(string) (*Response, error) +pkg net/http, func ListenAndServe(string, Handler) error +pkg net/http, func ListenAndServeTLS(string, string, string, Handler) error +pkg net/http, func MaxBytesReader(ResponseWriter, io.ReadCloser, int64) io.ReadCloser +pkg net/http, func NewFileTransport(FileSystem) RoundTripper +pkg net/http, func NewRequest(string, string, io.Reader) (*Request, error) +pkg net/http, func NewServeMux() *ServeMux +pkg net/http, func NotFound(ResponseWriter, *Request) +pkg net/http, func NotFoundHandler() Handler +pkg net/http, func ParseHTTPVersion(string) (int, int, bool) +pkg net/http, func Post(string, string, io.Reader) (*Response, error) +pkg net/http, func PostForm(string, url.Values) (*Response, error) +pkg net/http, func ProxyFromEnvironment(*Request) (*url.URL, error) +pkg net/http, func ProxyURL(*url.URL) func(*Request) (*url.URL, error) +pkg net/http, func ReadRequest(*bufio.Reader) (*Request, error) +pkg net/http, func ReadResponse(*bufio.Reader, *Request) (*Response, error) +pkg net/http, func Redirect(ResponseWriter, *Request, string, int) +pkg net/http, func RedirectHandler(string, int) Handler +pkg net/http, func Serve(net.Listener, Handler) error +pkg net/http, func ServeContent(ResponseWriter, *Request, string, time.Time, io.ReadSeeker) +pkg net/http, func ServeFile(ResponseWriter, *Request, string) +pkg net/http, func SetCookie(ResponseWriter, *Cookie) +pkg net/http, func StatusText(int) string +pkg net/http, func StripPrefix(string, Handler) Handler +pkg net/http, func TimeoutHandler(Handler, time.Duration, string) Handler +pkg net/http, method (*Client) Do(*Request) (*Response, error) +pkg net/http, method (*Client) Get(string) (*Response, error) +pkg net/http, method (*Client) Head(string) (*Response, error) +pkg net/http, method (*Client) Post(string, string, io.Reader) (*Response, error) +pkg net/http, method (*Client) PostForm(string, url.Values) (*Response, error) +pkg net/http, method (*Cookie) String() string +pkg net/http, method (*ProtocolError) Error() string +pkg net/http, method (*Request) AddCookie(*Cookie) +pkg net/http, method (*Request) Cookie(string) (*Cookie, error) +pkg net/http, method (*Request) Cookies() []*Cookie +pkg net/http, method (*Request) FormFile(string) (multipart.File, *multipart.FileHeader, error) +pkg net/http, method (*Request) FormValue(string) string +pkg net/http, method (*Request) MultipartReader() (*multipart.Reader, error) +pkg net/http, method (*Request) ParseForm() error +pkg net/http, method (*Request) ParseMultipartForm(int64) error +pkg net/http, method (*Request) ProtoAtLeast(int, int) bool +pkg net/http, method (*Request) Referer() string +pkg net/http, method (*Request) SetBasicAuth(string, string) +pkg net/http, method (*Request) UserAgent() string +pkg net/http, method (*Request) Write(io.Writer) error +pkg net/http, method (*Request) WriteProxy(io.Writer) error +pkg net/http, method (*Response) Cookies() []*Cookie +pkg net/http, method (*Response) Location() (*url.URL, error) +pkg net/http, method (*Response) ProtoAtLeast(int, int) bool +pkg net/http, method (*Response) Write(io.Writer) error +pkg net/http, method (*ServeMux) Handle(string, Handler) +pkg net/http, method (*ServeMux) HandleFunc(string, func(ResponseWriter, *Request)) +pkg net/http, method (*ServeMux) ServeHTTP(ResponseWriter, *Request) +pkg net/http, method (*Server) ListenAndServe() error +pkg net/http, method (*Server) ListenAndServeTLS(string, string) error +pkg net/http, method (*Server) Serve(net.Listener) error +pkg net/http, method (*Transport) CloseIdleConnections() +pkg net/http, method (*Transport) RegisterProtocol(string, RoundTripper) +pkg net/http, method (*Transport) RoundTrip(*Request) (*Response, error) +pkg net/http, method (Dir) Open(string) (File, error) +pkg net/http, method (HandlerFunc) ServeHTTP(ResponseWriter, *Request) +pkg net/http, method (Header) Add(string, string) +pkg net/http, method (Header) Del(string) +pkg net/http, method (Header) Get(string) string +pkg net/http, method (Header) Set(string, string) +pkg net/http, method (Header) Write(io.Writer) error +pkg net/http, method (Header) WriteSubset(io.Writer, map[string]bool) error +pkg net/http, type Client struct +pkg net/http, type Client struct, CheckRedirect func(*Request, []*Request) error +pkg net/http, type Client struct, Jar CookieJar +pkg net/http, type Client struct, Transport RoundTripper +pkg net/http, type Cookie struct +pkg net/http, type Cookie struct, Domain string +pkg net/http, type Cookie struct, Expires time.Time +pkg net/http, type Cookie struct, HttpOnly bool +pkg net/http, type Cookie struct, MaxAge int +pkg net/http, type Cookie struct, Name string +pkg net/http, type Cookie struct, Path string +pkg net/http, type Cookie struct, Raw string +pkg net/http, type Cookie struct, RawExpires string +pkg net/http, type Cookie struct, Secure bool +pkg net/http, type Cookie struct, Unparsed []string +pkg net/http, type Cookie struct, Value string +pkg net/http, type CookieJar interface { Cookies, SetCookies } +pkg net/http, type CookieJar interface, Cookies(*url.URL) []*Cookie +pkg net/http, type CookieJar interface, SetCookies(*url.URL, []*Cookie) +pkg net/http, type Dir string +pkg net/http, type File interface { Close, Read, Readdir, Seek, Stat } +pkg net/http, type File interface, Close() error +pkg net/http, type File interface, Read([]uint8) (int, error) +pkg net/http, type File interface, Readdir(int) ([]os.FileInfo, error) +pkg net/http, type File interface, Seek(int64, int) (int64, error) +pkg net/http, type File interface, Stat() (os.FileInfo, error) +pkg net/http, type FileSystem interface { Open } +pkg net/http, type FileSystem interface, Open(string) (File, error) +pkg net/http, type Flusher interface { Flush } +pkg net/http, type Flusher interface, Flush() +pkg net/http, type Handler interface { ServeHTTP } +pkg net/http, type Handler interface, ServeHTTP(ResponseWriter, *Request) +pkg net/http, type HandlerFunc func(ResponseWriter, *Request) +pkg net/http, type Header map[string][]string +pkg net/http, type Hijacker interface { Hijack } +pkg net/http, type Hijacker interface, Hijack() (net.Conn, *bufio.ReadWriter, error) +pkg net/http, type ProtocolError struct +pkg net/http, type ProtocolError struct, ErrorString string +pkg net/http, type Request struct +pkg net/http, type Request struct, Body io.ReadCloser +pkg net/http, type Request struct, Close bool +pkg net/http, type Request struct, ContentLength int64 +pkg net/http, type Request struct, Form url.Values +pkg net/http, type Request struct, Header Header +pkg net/http, type Request struct, Host string +pkg net/http, type Request struct, Method string +pkg net/http, type Request struct, MultipartForm *multipart.Form +pkg net/http, type Request struct, Proto string +pkg net/http, type Request struct, ProtoMajor int +pkg net/http, type Request struct, ProtoMinor int +pkg net/http, type Request struct, RemoteAddr string +pkg net/http, type Request struct, RequestURI string +pkg net/http, type Request struct, TLS *tls.ConnectionState +pkg net/http, type Request struct, Trailer Header +pkg net/http, type Request struct, TransferEncoding []string +pkg net/http, type Request struct, URL *url.URL +pkg net/http, type Response struct +pkg net/http, type Response struct, Body io.ReadCloser +pkg net/http, type Response struct, Close bool +pkg net/http, type Response struct, ContentLength int64 +pkg net/http, type Response struct, Header Header +pkg net/http, type Response struct, Proto string +pkg net/http, type Response struct, ProtoMajor int +pkg net/http, type Response struct, ProtoMinor int +pkg net/http, type Response struct, Request *Request +pkg net/http, type Response struct, Status string +pkg net/http, type Response struct, StatusCode int +pkg net/http, type Response struct, Trailer Header +pkg net/http, type Response struct, TransferEncoding []string +pkg net/http, type ResponseWriter interface { Header, Write, WriteHeader } +pkg net/http, type ResponseWriter interface, Header() Header +pkg net/http, type ResponseWriter interface, Write([]uint8) (int, error) +pkg net/http, type ResponseWriter interface, WriteHeader(int) +pkg net/http, type RoundTripper interface { RoundTrip } +pkg net/http, type RoundTripper interface, RoundTrip(*Request) (*Response, error) +pkg net/http, type ServeMux struct +pkg net/http, type Server struct +pkg net/http, type Server struct, Addr string +pkg net/http, type Server struct, Handler Handler +pkg net/http, type Server struct, MaxHeaderBytes int +pkg net/http, type Server struct, ReadTimeout time.Duration +pkg net/http, type Server struct, TLSConfig *tls.Config +pkg net/http, type Server struct, WriteTimeout time.Duration +pkg net/http, type Transport struct +pkg net/http, type Transport struct, Dial func(string, string) (net.Conn, error) +pkg net/http, type Transport struct, DisableCompression bool +pkg net/http, type Transport struct, DisableKeepAlives bool +pkg net/http, type Transport struct, MaxIdleConnsPerHost int +pkg net/http, type Transport struct, Proxy func(*Request) (*url.URL, error) +pkg net/http, type Transport struct, TLSClientConfig *tls.Config +pkg net/http, var DefaultClient *Client +pkg net/http, var DefaultServeMux *ServeMux +pkg net/http, var DefaultTransport RoundTripper +pkg net/http, var ErrBodyNotAllowed error +pkg net/http, var ErrBodyReadAfterClose error +pkg net/http, var ErrContentLength error +pkg net/http, var ErrHandlerTimeout error +pkg net/http, var ErrHeaderTooLong *ProtocolError +pkg net/http, var ErrHijacked error +pkg net/http, var ErrLineTooLong error +pkg net/http, var ErrMissingBoundary *ProtocolError +pkg net/http, var ErrMissingContentLength *ProtocolError +pkg net/http, var ErrMissingFile error +pkg net/http, var ErrNoCookie error +pkg net/http, var ErrNoLocation error +pkg net/http, var ErrNotMultipart *ProtocolError +pkg net/http, var ErrNotSupported *ProtocolError +pkg net/http, var ErrShortBody *ProtocolError +pkg net/http, var ErrUnexpectedTrailer *ProtocolError +pkg net/http, var ErrWriteAfterFlush error +pkg net/http/cgi, func Request() (*http.Request, error) +pkg net/http/cgi, func RequestFromMap(map[string]string) (*http.Request, error) +pkg net/http/cgi, func Serve(http.Handler) error +pkg net/http/cgi, method (*Handler) ServeHTTP(http.ResponseWriter, *http.Request) +pkg net/http/cgi, type Handler struct +pkg net/http/cgi, type Handler struct, Args []string +pkg net/http/cgi, type Handler struct, Dir string +pkg net/http/cgi, type Handler struct, Env []string +pkg net/http/cgi, type Handler struct, InheritEnv []string +pkg net/http/cgi, type Handler struct, Logger *log.Logger +pkg net/http/cgi, type Handler struct, Path string +pkg net/http/cgi, type Handler struct, PathLocationHandler http.Handler +pkg net/http/cgi, type Handler struct, Root string +pkg net/http/fcgi, func Serve(net.Listener, http.Handler) error +pkg net/http/httptest, const DefaultRemoteAddr ideal-string +pkg net/http/httptest, func NewRecorder() *ResponseRecorder +pkg net/http/httptest, func NewServer(http.Handler) *Server +pkg net/http/httptest, func NewTLSServer(http.Handler) *Server +pkg net/http/httptest, func NewUnstartedServer(http.Handler) *Server +pkg net/http/httptest, method (*ResponseRecorder) Flush() +pkg net/http/httptest, method (*ResponseRecorder) Header() http.Header +pkg net/http/httptest, method (*ResponseRecorder) Write([]uint8) (int, error) +pkg net/http/httptest, method (*ResponseRecorder) WriteHeader(int) +pkg net/http/httptest, method (*Server) Close() +pkg net/http/httptest, method (*Server) CloseClientConnections() +pkg net/http/httptest, method (*Server) Start() +pkg net/http/httptest, method (*Server) StartTLS() +pkg net/http/httptest, type ResponseRecorder struct +pkg net/http/httptest, type ResponseRecorder struct, Body *bytes.Buffer +pkg net/http/httptest, type ResponseRecorder struct, Code int +pkg net/http/httptest, type ResponseRecorder struct, Flushed bool +pkg net/http/httptest, type ResponseRecorder struct, HeaderMap http.Header +pkg net/http/httptest, type Server struct +pkg net/http/httptest, type Server struct, Config *http.Server +pkg net/http/httptest, type Server struct, Listener net.Listener +pkg net/http/httptest, type Server struct, TLS *tls.Config +pkg net/http/httptest, type Server struct, URL string +pkg net/http/httputil, func DumpRequest(*http.Request, bool) ([]uint8, error) +pkg net/http/httputil, func DumpRequestOut(*http.Request, bool) ([]uint8, error) +pkg net/http/httputil, func DumpResponse(*http.Response, bool) ([]uint8, error) +pkg net/http/httputil, func NewChunkedReader(io.Reader) io.Reader +pkg net/http/httputil, func NewChunkedWriter(io.Writer) io.WriteCloser +pkg net/http/httputil, func NewClientConn(net.Conn, *bufio.Reader) *ClientConn +pkg net/http/httputil, func NewProxyClientConn(net.Conn, *bufio.Reader) *ClientConn +pkg net/http/httputil, func NewServerConn(net.Conn, *bufio.Reader) *ServerConn +pkg net/http/httputil, func NewSingleHostReverseProxy(*url.URL) *ReverseProxy +pkg net/http/httputil, method (*ClientConn) Close() error +pkg net/http/httputil, method (*ClientConn) Do(*http.Request) (*http.Response, error) +pkg net/http/httputil, method (*ClientConn) Hijack() (net.Conn, *bufio.Reader) +pkg net/http/httputil, method (*ClientConn) Pending() int +pkg net/http/httputil, method (*ClientConn) Read(*http.Request) (*http.Response, error) +pkg net/http/httputil, method (*ClientConn) Write(*http.Request) error +pkg net/http/httputil, method (*ReverseProxy) ServeHTTP(http.ResponseWriter, *http.Request) +pkg net/http/httputil, method (*ServerConn) Close() error +pkg net/http/httputil, method (*ServerConn) Hijack() (net.Conn, *bufio.Reader) +pkg net/http/httputil, method (*ServerConn) Pending() int +pkg net/http/httputil, method (*ServerConn) Read() (*http.Request, error) +pkg net/http/httputil, method (*ServerConn) Write(*http.Request, *http.Response) error +pkg net/http/httputil, type ClientConn struct +pkg net/http/httputil, type ReverseProxy struct +pkg net/http/httputil, type ReverseProxy struct, Director func(*http.Request) +pkg net/http/httputil, type ReverseProxy struct, FlushInterval time.Duration +pkg net/http/httputil, type ReverseProxy struct, Transport http.RoundTripper +pkg net/http/httputil, type ServerConn struct +pkg net/http/httputil, var ErrClosed *http.ProtocolError +pkg net/http/httputil, var ErrLineTooLong error +pkg net/http/httputil, var ErrPersistEOF *http.ProtocolError +pkg net/http/httputil, var ErrPipeline *http.ProtocolError +pkg net/http/pprof, func Cmdline(http.ResponseWriter, *http.Request) +pkg net/http/pprof, func Handler(string) http.Handler +pkg net/http/pprof, func Index(http.ResponseWriter, *http.Request) +pkg net/http/pprof, func Profile(http.ResponseWriter, *http.Request) +pkg net/http/pprof, func Symbol(http.ResponseWriter, *http.Request) +pkg net/mail, func ReadMessage(io.Reader) (*Message, error) +pkg net/mail, method (*Address) String() string +pkg net/mail, method (Header) AddressList(string) ([]*Address, error) +pkg net/mail, method (Header) Date() (time.Time, error) +pkg net/mail, method (Header) Get(string) string +pkg net/mail, type Address struct +pkg net/mail, type Address struct, Address string +pkg net/mail, type Address struct, Name string +pkg net/mail, type Header map[string][]string +pkg net/mail, type Message struct +pkg net/mail, type Message struct, Body io.Reader +pkg net/mail, type Message struct, Header Header +pkg net/mail, var ErrHeaderNotPresent error +pkg net/rpc, const DefaultDebugPath ideal-string +pkg net/rpc, const DefaultRPCPath ideal-string +pkg net/rpc, func Accept(net.Listener) +pkg net/rpc, func Dial(string, string) (*Client, error) +pkg net/rpc, func DialHTTP(string, string) (*Client, error) +pkg net/rpc, func DialHTTPPath(string, string, string) (*Client, error) +pkg net/rpc, func HandleHTTP() +pkg net/rpc, func NewClient(io.ReadWriteCloser) *Client +pkg net/rpc, func NewClientWithCodec(ClientCodec) *Client +pkg net/rpc, func NewServer() *Server +pkg net/rpc, func Register(interface{}) error +pkg net/rpc, func RegisterName(string, interface{}) error +pkg net/rpc, func ServeCodec(ServerCodec) +pkg net/rpc, func ServeConn(io.ReadWriteCloser) +pkg net/rpc, func ServeRequest(ServerCodec) error +pkg net/rpc, method (*Client) Call(string, interface{}, interface{}) error +pkg net/rpc, method (*Client) Close() error +pkg net/rpc, method (*Client) Go(string, interface{}, interface{}, chan *Call) *Call +pkg net/rpc, method (*Server) Accept(net.Listener) +pkg net/rpc, method (*Server) HandleHTTP(string, string) +pkg net/rpc, method (*Server) Register(interface{}) error +pkg net/rpc, method (*Server) RegisterName(string, interface{}) error +pkg net/rpc, method (*Server) ServeCodec(ServerCodec) +pkg net/rpc, method (*Server) ServeConn(io.ReadWriteCloser) +pkg net/rpc, method (*Server) ServeHTTP(http.ResponseWriter, *http.Request) +pkg net/rpc, method (*Server) ServeRequest(ServerCodec) error +pkg net/rpc, method (ServerError) Error() string +pkg net/rpc, type Call struct +pkg net/rpc, type Call struct, Args interface{} +pkg net/rpc, type Call struct, Done chan *Call +pkg net/rpc, type Call struct, Error error +pkg net/rpc, type Call struct, Reply interface{} +pkg net/rpc, type Call struct, ServiceMethod string +pkg net/rpc, type Client struct +pkg net/rpc, type ClientCodec interface { Close, ReadResponseBody, ReadResponseHeader, WriteRequest } +pkg net/rpc, type ClientCodec interface, Close() error +pkg net/rpc, type ClientCodec interface, ReadResponseBody(interface{}) error +pkg net/rpc, type ClientCodec interface, ReadResponseHeader(*Response) error +pkg net/rpc, type ClientCodec interface, WriteRequest(*Request, interface{}) error +pkg net/rpc, type Request struct +pkg net/rpc, type Request struct, Seq uint64 +pkg net/rpc, type Request struct, ServiceMethod string +pkg net/rpc, type Response struct +pkg net/rpc, type Response struct, Error string +pkg net/rpc, type Response struct, Seq uint64 +pkg net/rpc, type Response struct, ServiceMethod string +pkg net/rpc, type Server struct +pkg net/rpc, type ServerCodec interface { Close, ReadRequestBody, ReadRequestHeader, WriteResponse } +pkg net/rpc, type ServerCodec interface, Close() error +pkg net/rpc, type ServerCodec interface, ReadRequestBody(interface{}) error +pkg net/rpc, type ServerCodec interface, ReadRequestHeader(*Request) error +pkg net/rpc, type ServerCodec interface, WriteResponse(*Response, interface{}) error +pkg net/rpc, type ServerError string +pkg net/rpc, var DefaultServer *Server +pkg net/rpc, var ErrShutdown error +pkg net/rpc/jsonrpc, func Dial(string, string) (*rpc.Client, error) +pkg net/rpc/jsonrpc, func NewClient(io.ReadWriteCloser) *rpc.Client +pkg net/rpc/jsonrpc, func NewClientCodec(io.ReadWriteCloser) rpc.ClientCodec +pkg net/rpc/jsonrpc, func NewServerCodec(io.ReadWriteCloser) rpc.ServerCodec +pkg net/rpc/jsonrpc, func ServeConn(io.ReadWriteCloser) +pkg net/smtp, func CRAMMD5Auth(string, string) Auth +pkg net/smtp, func Dial(string) (*Client, error) +pkg net/smtp, func NewClient(net.Conn, string) (*Client, error) +pkg net/smtp, func PlainAuth(string, string, string, string) Auth +pkg net/smtp, func SendMail(string, Auth, string, []string, []uint8) error +pkg net/smtp, method (*Client) Auth(Auth) error +pkg net/smtp, method (*Client) Data() (io.WriteCloser, error) +pkg net/smtp, method (*Client) Extension(string) (bool, string) +pkg net/smtp, method (*Client) Mail(string) error +pkg net/smtp, method (*Client) Quit() error +pkg net/smtp, method (*Client) Rcpt(string) error +pkg net/smtp, method (*Client) Reset() error +pkg net/smtp, method (*Client) StartTLS(*tls.Config) error +pkg net/smtp, method (*Client) Verify(string) error +pkg net/smtp, type Auth interface { Next, Start } +pkg net/smtp, type Auth interface, Next([]uint8, bool) ([]uint8, error) +pkg net/smtp, type Auth interface, Start(*ServerInfo) (string, []uint8, error) +pkg net/smtp, type Client struct +pkg net/smtp, type Client struct, Text *textproto.Conn +pkg net/smtp, type ServerInfo struct +pkg net/smtp, type ServerInfo struct, Auth []string +pkg net/smtp, type ServerInfo struct, Name string +pkg net/smtp, type ServerInfo struct, TLS bool +pkg net/textproto, func CanonicalMIMEHeaderKey(string) string +pkg net/textproto, func Dial(string, string) (*Conn, error) +pkg net/textproto, func NewConn(io.ReadWriteCloser) *Conn +pkg net/textproto, func NewReader(*bufio.Reader) *Reader +pkg net/textproto, func NewWriter(*bufio.Writer) *Writer +pkg net/textproto, method (*Conn) Close() error +pkg net/textproto, method (*Conn) Cmd(string, ...interface{}) (uint, error) +pkg net/textproto, method (*Conn) DotReader() io.Reader +pkg net/textproto, method (*Conn) DotWriter() io.WriteCloser +pkg net/textproto, method (*Conn) EndRequest(uint) +pkg net/textproto, method (*Conn) EndResponse(uint) +pkg net/textproto, method (*Conn) Next() uint +pkg net/textproto, method (*Conn) PrintfLine(string, ...interface{}) error +pkg net/textproto, method (*Conn) ReadCodeLine(int) (int, string, error) +pkg net/textproto, method (*Conn) ReadContinuedLine() (string, error) +pkg net/textproto, method (*Conn) ReadContinuedLineBytes() ([]uint8, error) +pkg net/textproto, method (*Conn) ReadDotBytes() ([]uint8, error) +pkg net/textproto, method (*Conn) ReadDotLines() ([]string, error) +pkg net/textproto, method (*Conn) ReadLine() (string, error) +pkg net/textproto, method (*Conn) ReadLineBytes() ([]uint8, error) +pkg net/textproto, method (*Conn) ReadMIMEHeader() (MIMEHeader, error) +pkg net/textproto, method (*Conn) ReadResponse(int) (int, string, error) +pkg net/textproto, method (*Conn) StartRequest(uint) +pkg net/textproto, method (*Conn) StartResponse(uint) +pkg net/textproto, method (*Error) Error() string +pkg net/textproto, method (*Pipeline) EndRequest(uint) +pkg net/textproto, method (*Pipeline) EndResponse(uint) +pkg net/textproto, method (*Pipeline) Next() uint +pkg net/textproto, method (*Pipeline) StartRequest(uint) +pkg net/textproto, method (*Pipeline) StartResponse(uint) +pkg net/textproto, method (*Reader) DotReader() io.Reader +pkg net/textproto, method (*Reader) ReadCodeLine(int) (int, string, error) +pkg net/textproto, method (*Reader) ReadContinuedLine() (string, error) +pkg net/textproto, method (*Reader) ReadContinuedLineBytes() ([]uint8, error) +pkg net/textproto, method (*Reader) ReadDotBytes() ([]uint8, error) +pkg net/textproto, method (*Reader) ReadDotLines() ([]string, error) +pkg net/textproto, method (*Reader) ReadLine() (string, error) +pkg net/textproto, method (*Reader) ReadLineBytes() ([]uint8, error) +pkg net/textproto, method (*Reader) ReadMIMEHeader() (MIMEHeader, error) +pkg net/textproto, method (*Reader) ReadResponse(int) (int, string, error) +pkg net/textproto, method (*Writer) DotWriter() io.WriteCloser +pkg net/textproto, method (*Writer) PrintfLine(string, ...interface{}) error +pkg net/textproto, method (MIMEHeader) Add(string, string) +pkg net/textproto, method (MIMEHeader) Del(string) +pkg net/textproto, method (MIMEHeader) Get(string) string +pkg net/textproto, method (MIMEHeader) Set(string, string) +pkg net/textproto, method (ProtocolError) Error() string +pkg net/textproto, type Conn struct +pkg net/textproto, type Conn struct, embedded Pipeline +pkg net/textproto, type Conn struct, embedded Reader +pkg net/textproto, type Conn struct, embedded Writer +pkg net/textproto, type Error struct +pkg net/textproto, type Error struct, Code int +pkg net/textproto, type Error struct, Msg string +pkg net/textproto, type MIMEHeader map[string][]string +pkg net/textproto, type Pipeline struct +pkg net/textproto, type ProtocolError string +pkg net/textproto, type Reader struct +pkg net/textproto, type Reader struct, R *bufio.Reader +pkg net/textproto, type Writer struct +pkg net/textproto, type Writer struct, W *bufio.Writer +pkg net/url, func Parse(string) (*URL, error) +pkg net/url, func ParseQuery(string) (Values, error) +pkg net/url, func ParseRequestURI(string) (*URL, error) +pkg net/url, func QueryEscape(string) string +pkg net/url, func QueryUnescape(string) (string, error) +pkg net/url, func User(string) *Userinfo +pkg net/url, func UserPassword(string, string) *Userinfo +pkg net/url, method (*Error) Error() string +pkg net/url, method (*URL) IsAbs() bool +pkg net/url, method (*URL) Parse(string) (*URL, error) +pkg net/url, method (*URL) Query() Values +pkg net/url, method (*URL) RequestURI() string +pkg net/url, method (*URL) ResolveReference(*URL) *URL +pkg net/url, method (*URL) String() string +pkg net/url, method (*Userinfo) Password() (string, bool) +pkg net/url, method (*Userinfo) String() string +pkg net/url, method (*Userinfo) Username() string +pkg net/url, method (EscapeError) Error() string +pkg net/url, method (Values) Add(string, string) +pkg net/url, method (Values) Del(string) +pkg net/url, method (Values) Encode() string +pkg net/url, method (Values) Get(string) string +pkg net/url, method (Values) Set(string, string) +pkg net/url, type Error struct +pkg net/url, type Error struct, Err error +pkg net/url, type Error struct, Op string +pkg net/url, type Error struct, URL string +pkg net/url, type EscapeError string +pkg net/url, type URL struct +pkg net/url, type URL struct, Fragment string +pkg net/url, type URL struct, Host string +pkg net/url, type URL struct, Opaque string +pkg net/url, type URL struct, Path string +pkg net/url, type URL struct, RawQuery string +pkg net/url, type URL struct, Scheme string +pkg net/url, type URL struct, User *Userinfo +pkg net/url, type Userinfo struct +pkg net/url, type Values map[string][]string +pkg os, const DevNull ideal-string +pkg os, const ModeAppend FileMode +pkg os, const ModeCharDevice FileMode +pkg os, const ModeDevice FileMode +pkg os, const ModeDir FileMode +pkg os, const ModeExclusive FileMode +pkg os, const ModeNamedPipe FileMode +pkg os, const ModePerm FileMode +pkg os, const ModeSetgid FileMode +pkg os, const ModeSetuid FileMode +pkg os, const ModeSocket FileMode +pkg os, const ModeSticky FileMode +pkg os, const ModeSymlink FileMode +pkg os, const ModeTemporary FileMode +pkg os, const ModeType FileMode +pkg os, const O_APPEND int +pkg os, const O_CREATE int +pkg os, const O_EXCL int +pkg os, const O_RDONLY int +pkg os, const O_RDWR int +pkg os, const O_SYNC int +pkg os, const O_TRUNC int +pkg os, const O_WRONLY int +pkg os, const PathListSeparator ideal-char +pkg os, const PathSeparator ideal-char +pkg os, const SEEK_CUR int +pkg os, const SEEK_END int +pkg os, const SEEK_SET int +pkg os, func Chdir(string) error +pkg os, func Chmod(string, FileMode) error +pkg os, func Chown(string, int, int) error +pkg os, func Chtimes(string, time.Time, time.Time) error +pkg os, func Clearenv() +pkg os, func Create(string) (*File, error) +pkg os, func Environ() []string +pkg os, func Exit(int) +pkg os, func Expand(string, func(string) string) string +pkg os, func ExpandEnv(string) string +pkg os, func FindProcess(int) (*Process, error) +pkg os, func Getegid() int +pkg os, func Getenv(string) string +pkg os, func Geteuid() int +pkg os, func Getgid() int +pkg os, func Getgroups() ([]int, error) +pkg os, func Getpagesize() int +pkg os, func Getpid() int +pkg os, func Getppid() int +pkg os, func Getuid() int +pkg os, func Getwd() (string, error) +pkg os, func Hostname() (string, error) +pkg os, func IsExist(error) bool +pkg os, func IsNotExist(error) bool +pkg os, func IsPathSeparator(uint8) bool +pkg os, func IsPermission(error) bool +pkg os, func Lchown(string, int, int) error +pkg os, func Link(string, string) error +pkg os, func Lstat(string) (FileInfo, error) +pkg os, func Mkdir(string, FileMode) error +pkg os, func MkdirAll(string, FileMode) error +pkg os, func NewFile(uintptr, string) *File +pkg os, func NewSyscallError(string, error) error +pkg os, func Open(string) (*File, error) +pkg os, func OpenFile(string, int, FileMode) (*File, error) +pkg os, func Pipe() (*File, *File, error) +pkg os, func Readlink(string) (string, error) +pkg os, func Remove(string) error +pkg os, func RemoveAll(string) error +pkg os, func Rename(string, string) error +pkg os, func SameFile(FileInfo, FileInfo) bool +pkg os, func Setenv(string, string) error +pkg os, func StartProcess(string, []string, *ProcAttr) (*Process, error) +pkg os, func Stat(string) (FileInfo, error) +pkg os, func Symlink(string, string) error +pkg os, func TempDir() string +pkg os, func Truncate(string, int64) error +pkg os, method (*File) Chdir() error +pkg os, method (*File) Chmod(FileMode) error +pkg os, method (*File) Chown(int, int) error +pkg os, method (*File) Close() error +pkg os, method (*File) Fd() uintptr +pkg os, method (*File) Name() string +pkg os, method (*File) Read([]uint8) (int, error) +pkg os, method (*File) ReadAt([]uint8, int64) (int, error) +pkg os, method (*File) Readdir(int) ([]FileInfo, error) +pkg os, method (*File) Readdirnames(int) ([]string, error) +pkg os, method (*File) Seek(int64, int) (int64, error) +pkg os, method (*File) Stat() (FileInfo, error) +pkg os, method (*File) Sync() error +pkg os, method (*File) Truncate(int64) error +pkg os, method (*File) Write([]uint8) (int, error) +pkg os, method (*File) WriteAt([]uint8, int64) (int, error) +pkg os, method (*File) WriteString(string) (int, error) +pkg os, method (*LinkError) Error() string +pkg os, method (*PathError) Error() string +pkg os, method (*Process) Kill() error +pkg os, method (*Process) Release() error +pkg os, method (*Process) Signal(Signal) error +pkg os, method (*Process) Wait() (*ProcessState, error) +pkg os, method (*ProcessState) Exited() bool +pkg os, method (*ProcessState) Pid() int +pkg os, method (*ProcessState) String() string +pkg os, method (*ProcessState) Success() bool +pkg os, method (*ProcessState) Sys() interface{} +pkg os, method (*ProcessState) SysUsage() interface{} +pkg os, method (*ProcessState) SystemTime() time.Duration +pkg os, method (*ProcessState) UserTime() time.Duration +pkg os, method (*SyscallError) Error() string +pkg os, method (FileMode) IsDir() bool +pkg os, method (FileMode) Perm() FileMode +pkg os, method (FileMode) String() string +pkg os, type File struct +pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys } +pkg os, type FileInfo interface, IsDir() bool +pkg os, type FileInfo interface, ModTime() time.Time +pkg os, type FileInfo interface, Mode() FileMode +pkg os, type FileInfo interface, Name() string +pkg os, type FileInfo interface, Size() int64 +pkg os, type FileInfo interface, Sys() interface{} +pkg os, type FileMode uint32 +pkg os, type LinkError struct +pkg os, type LinkError struct, Err error +pkg os, type LinkError struct, New string +pkg os, type LinkError struct, Old string +pkg os, type LinkError struct, Op string +pkg os, type PathError struct +pkg os, type PathError struct, Err error +pkg os, type PathError struct, Op string +pkg os, type PathError struct, Path string +pkg os, type ProcAttr struct +pkg os, type ProcAttr struct, Dir string +pkg os, type ProcAttr struct, Env []string +pkg os, type ProcAttr struct, Files []*File +pkg os, type ProcAttr struct, Sys *syscall.SysProcAttr +pkg os, type Process struct +pkg os, type Process struct, Pid int +pkg os, type ProcessState struct +pkg os, type Signal interface { Signal, String } +pkg os, type Signal interface, Signal() +pkg os, type Signal interface, String() string +pkg os, type SyscallError struct +pkg os, type SyscallError struct, Err error +pkg os, type SyscallError struct, Syscall string +pkg os, var Args []string +pkg os, var ErrExist error +pkg os, var ErrInvalid error +pkg os, var ErrNotExist error +pkg os, var ErrPermission error +pkg os, var Interrupt Signal +pkg os, var Kill Signal +pkg os, var Stderr *File +pkg os, var Stdin *File +pkg os, var Stdout *File +pkg os/exec, func Command(string, ...string) *Cmd +pkg os/exec, func LookPath(string) (string, error) +pkg os/exec, method (*Cmd) CombinedOutput() ([]uint8, error) +pkg os/exec, method (*Cmd) Output() ([]uint8, error) +pkg os/exec, method (*Cmd) Run() error +pkg os/exec, method (*Cmd) Start() error +pkg os/exec, method (*Cmd) StderrPipe() (io.ReadCloser, error) +pkg os/exec, method (*Cmd) StdinPipe() (io.WriteCloser, error) +pkg os/exec, method (*Cmd) StdoutPipe() (io.ReadCloser, error) +pkg os/exec, method (*Cmd) Wait() error +pkg os/exec, method (*Error) Error() string +pkg os/exec, method (*ExitError) Error() string +pkg os/exec, method (ExitError) Exited() bool +pkg os/exec, method (ExitError) Pid() int +pkg os/exec, method (ExitError) String() string +pkg os/exec, method (ExitError) Success() bool +pkg os/exec, method (ExitError) Sys() interface{} +pkg os/exec, method (ExitError) SysUsage() interface{} +pkg os/exec, method (ExitError) SystemTime() time.Duration +pkg os/exec, method (ExitError) UserTime() time.Duration +pkg os/exec, type Cmd struct +pkg os/exec, type Cmd struct, Args []string +pkg os/exec, type Cmd struct, Dir string +pkg os/exec, type Cmd struct, Env []string +pkg os/exec, type Cmd struct, ExtraFiles []*os.File +pkg os/exec, type Cmd struct, Path string +pkg os/exec, type Cmd struct, Process *os.Process +pkg os/exec, type Cmd struct, ProcessState *os.ProcessState +pkg os/exec, type Cmd struct, Stderr io.Writer +pkg os/exec, type Cmd struct, Stdin io.Reader +pkg os/exec, type Cmd struct, Stdout io.Writer +pkg os/exec, type Cmd struct, SysProcAttr *syscall.SysProcAttr +pkg os/exec, type Error struct +pkg os/exec, type Error struct, Err error +pkg os/exec, type Error struct, Name string +pkg os/exec, type ExitError struct +pkg os/exec, type ExitError struct, embedded *os.ProcessState +pkg os/exec, var ErrNotFound error +pkg os/signal, func Notify(chan<- os.Signal, ...os.Signal) +pkg os/user, func Current() (*User, error) +pkg os/user, func Lookup(string) (*User, error) +pkg os/user, func LookupId(string) (*User, error) +pkg os/user, method (UnknownUserError) Error() string +pkg os/user, method (UnknownUserIdError) Error() string +pkg os/user, type UnknownUserError string +pkg os/user, type UnknownUserIdError int +pkg os/user, type User struct +pkg os/user, type User struct, Gid string +pkg os/user, type User struct, HomeDir string +pkg os/user, type User struct, Name string +pkg os/user, type User struct, Uid string +pkg os/user, type User struct, Username string +pkg path, func Base(string) string +pkg path, func Clean(string) string +pkg path, func Dir(string) string +pkg path, func Ext(string) string +pkg path, func IsAbs(string) bool +pkg path, func Join(...string) string +pkg path, func Match(string, string) (bool, error) +pkg path, func Split(string) (string, string) +pkg path, var ErrBadPattern error +pkg path/filepath, const ListSeparator ideal-char +pkg path/filepath, const Separator ideal-char +pkg path/filepath, func Abs(string) (string, error) +pkg path/filepath, func Base(string) string +pkg path/filepath, func Clean(string) string +pkg path/filepath, func Dir(string) string +pkg path/filepath, func EvalSymlinks(string) (string, error) +pkg path/filepath, func Ext(string) string +pkg path/filepath, func FromSlash(string) string +pkg path/filepath, func Glob(string) ([]string, error) +pkg path/filepath, func HasPrefix(string, string) bool +pkg path/filepath, func IsAbs(string) bool +pkg path/filepath, func Join(...string) string +pkg path/filepath, func Match(string, string) (bool, error) +pkg path/filepath, func Rel(string, string) (string, error) +pkg path/filepath, func Split(string) (string, string) +pkg path/filepath, func SplitList(string) []string +pkg path/filepath, func ToSlash(string) string +pkg path/filepath, func VolumeName(string) string +pkg path/filepath, func Walk(string, WalkFunc) error +pkg path/filepath, type WalkFunc func(string, os.FileInfo, error) error +pkg path/filepath, var ErrBadPattern error +pkg path/filepath, var SkipDir error +pkg reflect, const Array Kind +pkg reflect, const Bool Kind +pkg reflect, const BothDir ChanDir +pkg reflect, const Chan Kind +pkg reflect, const Complex128 Kind +pkg reflect, const Complex64 Kind +pkg reflect, const Float32 Kind +pkg reflect, const Float64 Kind +pkg reflect, const Func Kind +pkg reflect, const Int Kind +pkg reflect, const Int16 Kind +pkg reflect, const Int32 Kind +pkg reflect, const Int64 Kind +pkg reflect, const Int8 Kind +pkg reflect, const Interface Kind +pkg reflect, const Invalid Kind +pkg reflect, const Map Kind +pkg reflect, const Ptr Kind +pkg reflect, const RecvDir ChanDir +pkg reflect, const SendDir ChanDir +pkg reflect, const Slice Kind +pkg reflect, const String Kind +pkg reflect, const Struct Kind +pkg reflect, const Uint Kind +pkg reflect, const Uint16 Kind +pkg reflect, const Uint32 Kind +pkg reflect, const Uint64 Kind +pkg reflect, const Uint8 Kind +pkg reflect, const Uintptr Kind +pkg reflect, const UnsafePointer Kind +pkg reflect, func Append(Value, ...Value) Value +pkg reflect, func AppendSlice(Value, Value) Value +pkg reflect, func Copy(Value, Value) int +pkg reflect, func DeepEqual(interface{}, interface{}) bool +pkg reflect, func Indirect(Value) Value +pkg reflect, func MakeChan(Type, int) Value +pkg reflect, func MakeMap(Type) Value +pkg reflect, func MakeSlice(Type, int, int) Value +pkg reflect, func New(Type) Value +pkg reflect, func NewAt(Type, unsafe.Pointer) Value +pkg reflect, func PtrTo(Type) Type +pkg reflect, func TypeOf(interface{}) Type +pkg reflect, func ValueOf(interface{}) Value +pkg reflect, func Zero(Type) Value +pkg reflect, method (*ValueError) Error() string +pkg reflect, method (ChanDir) String() string +pkg reflect, method (Kind) String() string +pkg reflect, method (StructTag) Get(string) string +pkg reflect, method (Value) Addr() Value +pkg reflect, method (Value) Bool() bool +pkg reflect, method (Value) Bytes() []uint8 +pkg reflect, method (Value) Call([]Value) []Value +pkg reflect, method (Value) CallSlice([]Value) []Value +pkg reflect, method (Value) CanAddr() bool +pkg reflect, method (Value) CanInterface() bool +pkg reflect, method (Value) CanSet() bool +pkg reflect, method (Value) Cap() int +pkg reflect, method (Value) Close() +pkg reflect, method (Value) Complex() complex128 +pkg reflect, method (Value) Elem() Value +pkg reflect, method (Value) Field(int) Value +pkg reflect, method (Value) FieldByIndex([]int) Value +pkg reflect, method (Value) FieldByName(string) Value +pkg reflect, method (Value) FieldByNameFunc(func(string) bool) Value +pkg reflect, method (Value) Float() float64 +pkg reflect, method (Value) Index(int) Value +pkg reflect, method (Value) Int() int64 +pkg reflect, method (Value) Interface() interface{} +pkg reflect, method (Value) InterfaceData() [2]uintptr +pkg reflect, method (Value) IsNil() bool +pkg reflect, method (Value) IsValid() bool +pkg reflect, method (Value) Kind() Kind +pkg reflect, method (Value) Len() int +pkg reflect, method (Value) MapIndex(Value) Value +pkg reflect, method (Value) MapKeys() []Value +pkg reflect, method (Value) Method(int) Value +pkg reflect, method (Value) MethodByName(string) Value +pkg reflect, method (Value) NumField() int +pkg reflect, method (Value) NumMethod() int +pkg reflect, method (Value) OverflowComplex(complex128) bool +pkg reflect, method (Value) OverflowFloat(float64) bool +pkg reflect, method (Value) OverflowInt(int64) bool +pkg reflect, method (Value) OverflowUint(uint64) bool +pkg reflect, method (Value) Pointer() uintptr +pkg reflect, method (Value) Recv() (Value, bool) +pkg reflect, method (Value) Send(Value) +pkg reflect, method (Value) Set(Value) +pkg reflect, method (Value) SetBool(bool) +pkg reflect, method (Value) SetBytes([]uint8) +pkg reflect, method (Value) SetComplex(complex128) +pkg reflect, method (Value) SetFloat(float64) +pkg reflect, method (Value) SetInt(int64) +pkg reflect, method (Value) SetLen(int) +pkg reflect, method (Value) SetMapIndex(Value, Value) +pkg reflect, method (Value) SetPointer(unsafe.Pointer) +pkg reflect, method (Value) SetString(string) +pkg reflect, method (Value) SetUint(uint64) +pkg reflect, method (Value) Slice(int, int) Value +pkg reflect, method (Value) String() string +pkg reflect, method (Value) TryRecv() (Value, bool) +pkg reflect, method (Value) TrySend(Value) bool +pkg reflect, method (Value) Type() Type +pkg reflect, method (Value) Uint() uint64 +pkg reflect, method (Value) UnsafeAddr() uintptr +pkg reflect, type ChanDir int +pkg reflect, type Kind uint +pkg reflect, type Method struct +pkg reflect, type Method struct, Func Value +pkg reflect, type Method struct, Index int +pkg reflect, type Method struct, Name string +pkg reflect, type Method struct, PkgPath string +pkg reflect, type Method struct, Type Type +pkg reflect, type SliceHeader struct +pkg reflect, type SliceHeader struct, Cap int +pkg reflect, type SliceHeader struct, Data uintptr +pkg reflect, type SliceHeader struct, Len int +pkg reflect, type StringHeader struct +pkg reflect, type StringHeader struct, Data uintptr +pkg reflect, type StringHeader struct, Len int +pkg reflect, type StructField struct +pkg reflect, type StructField struct, Anonymous bool +pkg reflect, type StructField struct, Index []int +pkg reflect, type StructField struct, Name string +pkg reflect, type StructField struct, Offset uintptr +pkg reflect, type StructField struct, PkgPath string +pkg reflect, type StructField struct, Tag StructTag +pkg reflect, type StructField struct, Type Type +pkg reflect, type StructTag string +pkg reflect, type Type interface, Align() int +pkg reflect, type Type interface, AssignableTo(Type) bool +pkg reflect, type Type interface, Bits() int +pkg reflect, type Type interface, ChanDir() ChanDir +pkg reflect, type Type interface, Elem() Type +pkg reflect, type Type interface, Field(int) StructField +pkg reflect, type Type interface, FieldAlign() int +pkg reflect, type Type interface, FieldByIndex([]int) StructField +pkg reflect, type Type interface, FieldByName(string) (StructField, bool) +pkg reflect, type Type interface, FieldByNameFunc(func(string) bool) (StructField, bool) +pkg reflect, type Type interface, Implements(Type) bool +pkg reflect, type Type interface, In(int) Type +pkg reflect, type Type interface, IsVariadic() bool +pkg reflect, type Type interface, Key() Type +pkg reflect, type Type interface, Kind() Kind +pkg reflect, type Type interface, Len() int +pkg reflect, type Type interface, Method(int) Method +pkg reflect, type Type interface, MethodByName(string) (Method, bool) +pkg reflect, type Type interface, Name() string +pkg reflect, type Type interface, NumField() int +pkg reflect, type Type interface, NumIn() int +pkg reflect, type Type interface, NumMethod() int +pkg reflect, type Type interface, NumOut() int +pkg reflect, type Type interface, Out(int) Type +pkg reflect, type Type interface, PkgPath() string +pkg reflect, type Type interface, Size() uintptr +pkg reflect, type Type interface, String() string +pkg reflect, type Type interface, unexported methods +pkg reflect, type Value struct +pkg reflect, type ValueError struct +pkg reflect, type ValueError struct, Kind Kind +pkg reflect, type ValueError struct, Method string +pkg regexp, func Compile(string) (*Regexp, error) +pkg regexp, func CompilePOSIX(string) (*Regexp, error) +pkg regexp, func Match(string, []uint8) (bool, error) +pkg regexp, func MatchReader(string, io.RuneReader) (bool, error) +pkg regexp, func MatchString(string, string) (bool, error) +pkg regexp, func MustCompile(string) *Regexp +pkg regexp, func MustCompilePOSIX(string) *Regexp +pkg regexp, func QuoteMeta(string) string +pkg regexp, method (*Regexp) Expand([]uint8, []uint8, []uint8, []int) []uint8 +pkg regexp, method (*Regexp) ExpandString([]uint8, string, string, []int) []uint8 +pkg regexp, method (*Regexp) Find([]uint8) []uint8 +pkg regexp, method (*Regexp) FindAll([]uint8, int) [][]uint8 +pkg regexp, method (*Regexp) FindAllIndex([]uint8, int) [][]int +pkg regexp, method (*Regexp) FindAllString(string, int) []string +pkg regexp, method (*Regexp) FindAllStringIndex(string, int) [][]int +pkg regexp, method (*Regexp) FindAllStringSubmatch(string, int) [][]string +pkg regexp, method (*Regexp) FindAllStringSubmatchIndex(string, int) [][]int +pkg regexp, method (*Regexp) FindAllSubmatch([]uint8, int) [][][]uint8 +pkg regexp, method (*Regexp) FindAllSubmatchIndex([]uint8, int) [][]int +pkg regexp, method (*Regexp) FindIndex([]uint8) []int +pkg regexp, method (*Regexp) FindReaderIndex(io.RuneReader) []int +pkg regexp, method (*Regexp) FindReaderSubmatchIndex(io.RuneReader) []int +pkg regexp, method (*Regexp) FindString(string) string +pkg regexp, method (*Regexp) FindStringIndex(string) []int +pkg regexp, method (*Regexp) FindStringSubmatch(string) []string +pkg regexp, method (*Regexp) FindStringSubmatchIndex(string) []int +pkg regexp, method (*Regexp) FindSubmatch([]uint8) [][]uint8 +pkg regexp, method (*Regexp) FindSubmatchIndex([]uint8) []int +pkg regexp, method (*Regexp) LiteralPrefix() (string, bool) +pkg regexp, method (*Regexp) Match([]uint8) bool +pkg regexp, method (*Regexp) MatchReader(io.RuneReader) bool +pkg regexp, method (*Regexp) MatchString(string) bool +pkg regexp, method (*Regexp) NumSubexp() int +pkg regexp, method (*Regexp) ReplaceAll([]uint8, []uint8) []uint8 +pkg regexp, method (*Regexp) ReplaceAllFunc([]uint8, func([]uint8) []uint8) []uint8 +pkg regexp, method (*Regexp) ReplaceAllLiteral([]uint8, []uint8) []uint8 +pkg regexp, method (*Regexp) ReplaceAllLiteralString(string, string) string +pkg regexp, method (*Regexp) ReplaceAllString(string, string) string +pkg regexp, method (*Regexp) ReplaceAllStringFunc(string, func(string) string) string +pkg regexp, method (*Regexp) String() string +pkg regexp, method (*Regexp) SubexpNames() []string +pkg regexp, type Regexp struct +pkg regexp/syntax, const ClassNL Flags +pkg regexp/syntax, const DotNL Flags +pkg regexp/syntax, const EmptyBeginLine EmptyOp +pkg regexp/syntax, const EmptyBeginText EmptyOp +pkg regexp/syntax, const EmptyEndLine EmptyOp +pkg regexp/syntax, const EmptyEndText EmptyOp +pkg regexp/syntax, const EmptyNoWordBoundary EmptyOp +pkg regexp/syntax, const EmptyWordBoundary EmptyOp +pkg regexp/syntax, const ErrInternalError ErrorCode +pkg regexp/syntax, const ErrInvalidCharClass ErrorCode +pkg regexp/syntax, const ErrInvalidCharRange ErrorCode +pkg regexp/syntax, const ErrInvalidEscape ErrorCode +pkg regexp/syntax, const ErrInvalidNamedCapture ErrorCode +pkg regexp/syntax, const ErrInvalidPerlOp ErrorCode +pkg regexp/syntax, const ErrInvalidRepeatOp ErrorCode +pkg regexp/syntax, const ErrInvalidRepeatSize ErrorCode +pkg regexp/syntax, const ErrInvalidUTF8 ErrorCode +pkg regexp/syntax, const ErrMissingBracket ErrorCode +pkg regexp/syntax, const ErrMissingParen ErrorCode +pkg regexp/syntax, const ErrMissingRepeatArgument ErrorCode +pkg regexp/syntax, const ErrTrailingBackslash ErrorCode +pkg regexp/syntax, const FoldCase Flags +pkg regexp/syntax, const InstAlt InstOp +pkg regexp/syntax, const InstAltMatch InstOp +pkg regexp/syntax, const InstCapture InstOp +pkg regexp/syntax, const InstEmptyWidth InstOp +pkg regexp/syntax, const InstFail InstOp +pkg regexp/syntax, const InstMatch InstOp +pkg regexp/syntax, const InstNop InstOp +pkg regexp/syntax, const InstRune InstOp +pkg regexp/syntax, const InstRune1 InstOp +pkg regexp/syntax, const InstRuneAny InstOp +pkg regexp/syntax, const InstRuneAnyNotNL InstOp +pkg regexp/syntax, const Literal Flags +pkg regexp/syntax, const MatchNL Flags +pkg regexp/syntax, const NonGreedy Flags +pkg regexp/syntax, const OneLine Flags +pkg regexp/syntax, const OpAlternate Op +pkg regexp/syntax, const OpAnyChar Op +pkg regexp/syntax, const OpAnyCharNotNL Op +pkg regexp/syntax, const OpBeginLine Op +pkg regexp/syntax, const OpBeginText Op +pkg regexp/syntax, const OpCapture Op +pkg regexp/syntax, const OpCharClass Op +pkg regexp/syntax, const OpConcat Op +pkg regexp/syntax, const OpEmptyMatch Op +pkg regexp/syntax, const OpEndLine Op +pkg regexp/syntax, const OpEndText Op +pkg regexp/syntax, const OpLiteral Op +pkg regexp/syntax, const OpNoMatch Op +pkg regexp/syntax, const OpNoWordBoundary Op +pkg regexp/syntax, const OpPlus Op +pkg regexp/syntax, const OpQuest Op +pkg regexp/syntax, const OpRepeat Op +pkg regexp/syntax, const OpStar Op +pkg regexp/syntax, const OpWordBoundary Op +pkg regexp/syntax, const POSIX Flags +pkg regexp/syntax, const Perl Flags +pkg regexp/syntax, const PerlX Flags +pkg regexp/syntax, const Simple Flags +pkg regexp/syntax, const UnicodeGroups Flags +pkg regexp/syntax, const WasDollar Flags +pkg regexp/syntax, func Compile(*Regexp) (*Prog, error) +pkg regexp/syntax, func EmptyOpContext(int32, int32) EmptyOp +pkg regexp/syntax, func IsWordChar(int32) bool +pkg regexp/syntax, func Parse(string, Flags) (*Regexp, error) +pkg regexp/syntax, method (*Error) Error() string +pkg regexp/syntax, method (*Inst) MatchEmptyWidth(int32, int32) bool +pkg regexp/syntax, method (*Inst) MatchRune(int32) bool +pkg regexp/syntax, method (*Inst) String() string +pkg regexp/syntax, method (*Prog) Prefix() (string, bool) +pkg regexp/syntax, method (*Prog) StartCond() EmptyOp +pkg regexp/syntax, method (*Prog) String() string +pkg regexp/syntax, method (*Regexp) CapNames() []string +pkg regexp/syntax, method (*Regexp) Equal(*Regexp) bool +pkg regexp/syntax, method (*Regexp) MaxCap() int +pkg regexp/syntax, method (*Regexp) Simplify() *Regexp +pkg regexp/syntax, method (*Regexp) String() string +pkg regexp/syntax, method (ErrorCode) String() string +pkg regexp/syntax, type EmptyOp uint8 +pkg regexp/syntax, type Error struct +pkg regexp/syntax, type Error struct, Code ErrorCode +pkg regexp/syntax, type Error struct, Expr string +pkg regexp/syntax, type ErrorCode string +pkg regexp/syntax, type Flags uint16 +pkg regexp/syntax, type Inst struct +pkg regexp/syntax, type Inst struct, Arg uint32 +pkg regexp/syntax, type Inst struct, Op InstOp +pkg regexp/syntax, type Inst struct, Out uint32 +pkg regexp/syntax, type Inst struct, Rune []int32 +pkg regexp/syntax, type InstOp uint8 +pkg regexp/syntax, type Op uint8 +pkg regexp/syntax, type Prog struct +pkg regexp/syntax, type Prog struct, Inst []Inst +pkg regexp/syntax, type Prog struct, NumCap int +pkg regexp/syntax, type Prog struct, Start int +pkg regexp/syntax, type Regexp struct +pkg regexp/syntax, type Regexp struct, Cap int +pkg regexp/syntax, type Regexp struct, Flags Flags +pkg regexp/syntax, type Regexp struct, Max int +pkg regexp/syntax, type Regexp struct, Min int +pkg regexp/syntax, type Regexp struct, Name string +pkg regexp/syntax, type Regexp struct, Op Op +pkg regexp/syntax, type Regexp struct, Rune []int32 +pkg regexp/syntax, type Regexp struct, Rune0 [2]int32 +pkg regexp/syntax, type Regexp struct, Sub []*Regexp +pkg regexp/syntax, type Regexp struct, Sub0 [1]*Regexp +pkg runtime, const Compiler ideal-string +pkg runtime, const GOARCH string +pkg runtime, const GOOS string +pkg runtime, func Breakpoint() +pkg runtime, func CPUProfile() []uint8 +pkg runtime, func Caller(int) (uintptr, string, int, bool) +pkg runtime, func Callers(int, []uintptr) int +pkg runtime, func FuncForPC(uintptr) *Func +pkg runtime, func GC() +pkg runtime, func GOMAXPROCS(int) int +pkg runtime, func GOROOT() string +pkg runtime, func Goexit() +pkg runtime, func GoroutineProfile([]StackRecord) (int, bool) +pkg runtime, func Gosched() +pkg runtime, func LockOSThread() +pkg runtime, func MemProfile([]MemProfileRecord, bool) (int, bool) +pkg runtime, func NumCPU() int +pkg runtime, func NumCgoCall() int64 +pkg runtime, func NumGoroutine() int +pkg runtime, func ReadMemStats(*MemStats) +pkg runtime, func SetCPUProfileRate(int) +pkg runtime, func SetFinalizer(interface{}, interface{}) +pkg runtime, func Stack([]uint8, bool) int +pkg runtime, func ThreadCreateProfile([]StackRecord) (int, bool) +pkg runtime, func UnlockOSThread() +pkg runtime, func Version() string +pkg runtime, method (*Func) Entry() uintptr +pkg runtime, method (*Func) FileLine(uintptr) (string, int) +pkg runtime, method (*Func) Name() string +pkg runtime, method (*MemProfileRecord) InUseBytes() int64 +pkg runtime, method (*MemProfileRecord) InUseObjects() int64 +pkg runtime, method (*MemProfileRecord) Stack() []uintptr +pkg runtime, method (*StackRecord) Stack() []uintptr +pkg runtime, method (*TypeAssertionError) Error() string +pkg runtime, method (*TypeAssertionError) RuntimeError() +pkg runtime, type Error interface { Error, RuntimeError } +pkg runtime, type Error interface, Error() string +pkg runtime, type Error interface, RuntimeError() +pkg runtime, type Func struct +pkg runtime, type MemProfileRecord struct +pkg runtime, type MemProfileRecord struct, AllocBytes int64 +pkg runtime, type MemProfileRecord struct, AllocObjects int64 +pkg runtime, type MemProfileRecord struct, FreeBytes int64 +pkg runtime, type MemProfileRecord struct, FreeObjects int64 +pkg runtime, type MemProfileRecord struct, Stack0 [32]uintptr +pkg runtime, type MemStats struct +pkg runtime, type MemStats struct, Alloc uint64 +pkg runtime, type MemStats struct, BuckHashSys uint64 +pkg runtime, type MemStats struct, BySize [61]struct +pkg runtime, type MemStats struct, DebugGC bool +pkg runtime, type MemStats struct, EnableGC bool +pkg runtime, type MemStats struct, Frees uint64 +pkg runtime, type MemStats struct, HeapAlloc uint64 +pkg runtime, type MemStats struct, HeapIdle uint64 +pkg runtime, type MemStats struct, HeapInuse uint64 +pkg runtime, type MemStats struct, HeapObjects uint64 +pkg runtime, type MemStats struct, HeapReleased uint64 +pkg runtime, type MemStats struct, HeapSys uint64 +pkg runtime, type MemStats struct, LastGC uint64 +pkg runtime, type MemStats struct, Lookups uint64 +pkg runtime, type MemStats struct, MCacheInuse uint64 +pkg runtime, type MemStats struct, MCacheSys uint64 +pkg runtime, type MemStats struct, MSpanInuse uint64 +pkg runtime, type MemStats struct, MSpanSys uint64 +pkg runtime, type MemStats struct, Mallocs uint64 +pkg runtime, type MemStats struct, NextGC uint64 +pkg runtime, type MemStats struct, NumGC uint32 +pkg runtime, type MemStats struct, PauseNs [256]uint64 +pkg runtime, type MemStats struct, PauseTotalNs uint64 +pkg runtime, type MemStats struct, StackInuse uint64 +pkg runtime, type MemStats struct, StackSys uint64 +pkg runtime, type MemStats struct, Sys uint64 +pkg runtime, type MemStats struct, TotalAlloc uint64 +pkg runtime, type StackRecord struct +pkg runtime, type StackRecord struct, Stack0 [32]uintptr +pkg runtime, type TypeAssertionError struct +pkg runtime, var MemProfileRate int +pkg runtime/debug, func PrintStack() +pkg runtime/debug, func Stack() []uint8 +pkg runtime/pprof, func Lookup(string) *Profile +pkg runtime/pprof, func NewProfile(string) *Profile +pkg runtime/pprof, func Profiles() []*Profile +pkg runtime/pprof, func StartCPUProfile(io.Writer) error +pkg runtime/pprof, func StopCPUProfile() +pkg runtime/pprof, func WriteHeapProfile(io.Writer) error +pkg runtime/pprof, method (*Profile) Add(interface{}, int) +pkg runtime/pprof, method (*Profile) Count() int +pkg runtime/pprof, method (*Profile) Name() string +pkg runtime/pprof, method (*Profile) Remove(interface{}) +pkg runtime/pprof, method (*Profile) WriteTo(io.Writer, int) error +pkg runtime/pprof, type Profile struct +pkg sort, func Float64s([]float64) +pkg sort, func Float64sAreSorted([]float64) bool +pkg sort, func Ints([]int) +pkg sort, func IntsAreSorted([]int) bool +pkg sort, func IsSorted(Interface) bool +pkg sort, func Search(int, func(int) bool) int +pkg sort, func SearchFloat64s([]float64, float64) int +pkg sort, func SearchInts([]int, int) int +pkg sort, func SearchStrings([]string, string) int +pkg sort, func Sort(Interface) +pkg sort, func Strings([]string) +pkg sort, func StringsAreSorted([]string) bool +pkg sort, method (Float64Slice) Len() int +pkg sort, method (Float64Slice) Less(int, int) bool +pkg sort, method (Float64Slice) Search(float64) int +pkg sort, method (Float64Slice) Sort() +pkg sort, method (Float64Slice) Swap(int, int) +pkg sort, method (IntSlice) Len() int +pkg sort, method (IntSlice) Less(int, int) bool +pkg sort, method (IntSlice) Search(int) int +pkg sort, method (IntSlice) Sort() +pkg sort, method (IntSlice) Swap(int, int) +pkg sort, method (StringSlice) Len() int +pkg sort, method (StringSlice) Less(int, int) bool +pkg sort, method (StringSlice) Search(string) int +pkg sort, method (StringSlice) Sort() +pkg sort, method (StringSlice) Swap(int, int) +pkg sort, type Float64Slice []float64 +pkg sort, type IntSlice []int +pkg sort, type Interface interface { Len, Less, Swap } +pkg sort, type Interface interface, Len() int +pkg sort, type Interface interface, Less(int, int) bool +pkg sort, type Interface interface, Swap(int, int) +pkg sort, type StringSlice []string +pkg strconv, const IntSize ideal-int +pkg strconv, func AppendBool([]uint8, bool) []uint8 +pkg strconv, func AppendFloat([]uint8, float64, uint8, int, int) []uint8 +pkg strconv, func AppendInt([]uint8, int64, int) []uint8 +pkg strconv, func AppendQuote([]uint8, string) []uint8 +pkg strconv, func AppendQuoteRune([]uint8, int32) []uint8 +pkg strconv, func AppendQuoteRuneToASCII([]uint8, int32) []uint8 +pkg strconv, func AppendQuoteToASCII([]uint8, string) []uint8 +pkg strconv, func AppendUint([]uint8, uint64, int) []uint8 +pkg strconv, func Atoi(string) (int, error) +pkg strconv, func CanBackquote(string) bool +pkg strconv, func FormatBool(bool) string +pkg strconv, func FormatFloat(float64, uint8, int, int) string +pkg strconv, func FormatInt(int64, int) string +pkg strconv, func FormatUint(uint64, int) string +pkg strconv, func IsPrint(int32) bool +pkg strconv, func Itoa(int) string +pkg strconv, func ParseBool(string) (bool, error) +pkg strconv, func ParseFloat(string, int) (float64, error) +pkg strconv, func ParseInt(string, int, int) (int64, error) +pkg strconv, func ParseUint(string, int, int) (uint64, error) +pkg strconv, func Quote(string) string +pkg strconv, func QuoteRune(int32) string +pkg strconv, func QuoteRuneToASCII(int32) string +pkg strconv, func QuoteToASCII(string) string +pkg strconv, func Unquote(string) (string, error) +pkg strconv, func UnquoteChar(string, uint8) (int32, bool, string, error) +pkg strconv, method (*NumError) Error() string +pkg strconv, type NumError struct +pkg strconv, type NumError struct, Err error +pkg strconv, type NumError struct, Func string +pkg strconv, type NumError struct, Num string +pkg strconv, var ErrRange error +pkg strconv, var ErrSyntax error +pkg strings, func Contains(string, string) bool +pkg strings, func ContainsAny(string, string) bool +pkg strings, func ContainsRune(string, int32) bool +pkg strings, func Count(string, string) int +pkg strings, func EqualFold(string, string) bool +pkg strings, func Fields(string) []string +pkg strings, func FieldsFunc(string, func(int32) bool) []string +pkg strings, func HasPrefix(string, string) bool +pkg strings, func HasSuffix(string, string) bool +pkg strings, func Index(string, string) int +pkg strings, func IndexAny(string, string) int +pkg strings, func IndexFunc(string, func(int32) bool) int +pkg strings, func IndexRune(string, int32) int +pkg strings, func Join([]string, string) string +pkg strings, func LastIndex(string, string) int +pkg strings, func LastIndexAny(string, string) int +pkg strings, func LastIndexFunc(string, func(int32) bool) int +pkg strings, func Map(func(int32) int32, string) string +pkg strings, func NewReader(string) *Reader +pkg strings, func NewReplacer(...string) *Replacer +pkg strings, func Repeat(string, int) string +pkg strings, func Replace(string, string, string, int) string +pkg strings, func Split(string, string) []string +pkg strings, func SplitAfter(string, string) []string +pkg strings, func SplitAfterN(string, string, int) []string +pkg strings, func SplitN(string, string, int) []string +pkg strings, func Title(string) string +pkg strings, func ToLower(string) string +pkg strings, func ToLowerSpecial(unicode.SpecialCase, string) string +pkg strings, func ToTitle(string) string +pkg strings, func ToTitleSpecial(unicode.SpecialCase, string) string +pkg strings, func ToUpper(string) string +pkg strings, func ToUpperSpecial(unicode.SpecialCase, string) string +pkg strings, func Trim(string, string) string +pkg strings, func TrimFunc(string, func(int32) bool) string +pkg strings, func TrimLeft(string, string) string +pkg strings, func TrimLeftFunc(string, func(int32) bool) string +pkg strings, func TrimRight(string, string) string +pkg strings, func TrimRightFunc(string, func(int32) bool) string +pkg strings, func TrimSpace(string) string +pkg strings, method (*Reader) Len() int +pkg strings, method (*Reader) Read([]uint8) (int, error) +pkg strings, method (*Reader) ReadAt([]uint8, int64) (int, error) +pkg strings, method (*Reader) ReadByte() (uint8, error) +pkg strings, method (*Reader) ReadRune() (int32, int, error) +pkg strings, method (*Reader) Seek(int64, int) (int64, error) +pkg strings, method (*Reader) UnreadByte() error +pkg strings, method (*Reader) UnreadRune() error +pkg strings, method (*Replacer) Replace(string) string +pkg strings, method (*Replacer) WriteString(io.Writer, string) (int, error) +pkg strings, type Reader struct +pkg strings, type Replacer struct +pkg sync, func NewCond(Locker) *Cond +pkg sync, method (*Cond) Broadcast() +pkg sync, method (*Cond) Signal() +pkg sync, method (*Cond) Wait() +pkg sync, method (*Mutex) Lock() +pkg sync, method (*Mutex) Unlock() +pkg sync, method (*Once) Do(func()) +pkg sync, method (*RWMutex) Lock() +pkg sync, method (*RWMutex) RLock() +pkg sync, method (*RWMutex) RLocker() Locker +pkg sync, method (*RWMutex) RUnlock() +pkg sync, method (*RWMutex) Unlock() +pkg sync, method (*WaitGroup) Add(int) +pkg sync, method (*WaitGroup) Done() +pkg sync, method (*WaitGroup) Wait() +pkg sync, type Cond struct +pkg sync, type Cond struct, L Locker +pkg sync, type Locker interface { Lock, Unlock } +pkg sync, type Locker interface, Lock() +pkg sync, type Locker interface, Unlock() +pkg sync, type Mutex struct +pkg sync, type Once struct +pkg sync, type RWMutex struct +pkg sync, type WaitGroup struct +pkg sync/atomic, func AddInt32(*int32, int32) int32 +pkg sync/atomic, func AddInt64(*int64, int64) int64 +pkg sync/atomic, func AddUint32(*uint32, uint32) uint32 +pkg sync/atomic, func AddUint64(*uint64, uint64) uint64 +pkg sync/atomic, func AddUintptr(*uintptr, uintptr) uintptr +pkg sync/atomic, func CompareAndSwapInt32(*int32, int32, int32) bool +pkg sync/atomic, func CompareAndSwapInt64(*int64, int64, int64) bool +pkg sync/atomic, func CompareAndSwapPointer(*unsafe.Pointer, unsafe.Pointer, unsafe.Pointer) bool +pkg sync/atomic, func CompareAndSwapUint32(*uint32, uint32, uint32) bool +pkg sync/atomic, func CompareAndSwapUint64(*uint64, uint64, uint64) bool +pkg sync/atomic, func CompareAndSwapUintptr(*uintptr, uintptr, uintptr) bool +pkg sync/atomic, func LoadInt32(*int32) int32 +pkg sync/atomic, func LoadInt64(*int64) int64 +pkg sync/atomic, func LoadPointer(*unsafe.Pointer) unsafe.Pointer +pkg sync/atomic, func LoadUint32(*uint32) uint32 +pkg sync/atomic, func LoadUint64(*uint64) uint64 +pkg sync/atomic, func LoadUintptr(*uintptr) uintptr +pkg sync/atomic, func StoreInt32(*int32, int32) +pkg sync/atomic, func StoreInt64(*int64, int64) +pkg sync/atomic, func StorePointer(*unsafe.Pointer, unsafe.Pointer) +pkg sync/atomic, func StoreUint32(*uint32, uint32) +pkg sync/atomic, func StoreUint64(*uint64, uint64) +pkg sync/atomic, func StoreUintptr(*uintptr, uintptr) +pkg syscall (darwin-386), const AF_APPLETALK ideal-int +pkg syscall (darwin-386), const AF_CCITT ideal-int +pkg syscall (darwin-386), const AF_CHAOS ideal-int +pkg syscall (darwin-386), const AF_CNT ideal-int +pkg syscall (darwin-386), const AF_COIP ideal-int +pkg syscall (darwin-386), const AF_DATAKIT ideal-int +pkg syscall (darwin-386), const AF_DECnet ideal-int +pkg syscall (darwin-386), const AF_DLI ideal-int +pkg syscall (darwin-386), const AF_E164 ideal-int +pkg syscall (darwin-386), const AF_ECMA ideal-int +pkg syscall (darwin-386), const AF_HYLINK ideal-int +pkg syscall (darwin-386), const AF_IEEE80211 ideal-int +pkg syscall (darwin-386), const AF_IMPLINK ideal-int +pkg syscall (darwin-386), const AF_IPX ideal-int +pkg syscall (darwin-386), const AF_ISDN ideal-int +pkg syscall (darwin-386), const AF_ISO ideal-int +pkg syscall (darwin-386), const AF_LAT ideal-int +pkg syscall (darwin-386), const AF_LINK ideal-int +pkg syscall (darwin-386), const AF_LOCAL ideal-int +pkg syscall (darwin-386), const AF_MAX ideal-int +pkg syscall (darwin-386), const AF_NATM ideal-int +pkg syscall (darwin-386), const AF_NDRV ideal-int +pkg syscall (darwin-386), const AF_NETBIOS ideal-int +pkg syscall (darwin-386), const AF_NS ideal-int +pkg syscall (darwin-386), const AF_OSI ideal-int +pkg syscall (darwin-386), const AF_PPP ideal-int +pkg syscall (darwin-386), const AF_PUP ideal-int +pkg syscall (darwin-386), const AF_RESERVED_36 ideal-int +pkg syscall (darwin-386), const AF_ROUTE ideal-int +pkg syscall (darwin-386), const AF_SIP ideal-int +pkg syscall (darwin-386), const AF_SNA ideal-int +pkg syscall (darwin-386), const AF_SYSTEM ideal-int +pkg syscall (darwin-386), const BIOCFLUSH ideal-int +pkg syscall (darwin-386), const BIOCGBLEN ideal-int +pkg syscall (darwin-386), const BIOCGDLT ideal-int +pkg syscall (darwin-386), const BIOCGDLTLIST ideal-int +pkg syscall (darwin-386), const BIOCGETIF ideal-int +pkg syscall (darwin-386), const BIOCGHDRCMPLT ideal-int +pkg syscall (darwin-386), const BIOCGRSIG ideal-int +pkg syscall (darwin-386), const BIOCGRTIMEOUT ideal-int +pkg syscall (darwin-386), const BIOCGSEESENT ideal-int +pkg syscall (darwin-386), const BIOCGSTATS ideal-int +pkg syscall (darwin-386), const BIOCIMMEDIATE ideal-int +pkg syscall (darwin-386), const BIOCPROMISC ideal-int +pkg syscall (darwin-386), const BIOCSBLEN ideal-int +pkg syscall (darwin-386), const BIOCSDLT ideal-int +pkg syscall (darwin-386), const BIOCSETF ideal-int +pkg syscall (darwin-386), const BIOCSETIF ideal-int +pkg syscall (darwin-386), const BIOCSHDRCMPLT ideal-int +pkg syscall (darwin-386), const BIOCSRSIG ideal-int +pkg syscall (darwin-386), const BIOCSRTIMEOUT ideal-int +pkg syscall (darwin-386), const BIOCSSEESENT ideal-int +pkg syscall (darwin-386), const BIOCVERSION ideal-int +pkg syscall (darwin-386), const BPF_A ideal-int +pkg syscall (darwin-386), const BPF_ABS ideal-int +pkg syscall (darwin-386), const BPF_ADD ideal-int +pkg syscall (darwin-386), const BPF_ALIGNMENT ideal-int +pkg syscall (darwin-386), const BPF_ALU ideal-int +pkg syscall (darwin-386), const BPF_AND ideal-int +pkg syscall (darwin-386), const BPF_B ideal-int +pkg syscall (darwin-386), const BPF_DIV ideal-int +pkg syscall (darwin-386), const BPF_H ideal-int +pkg syscall (darwin-386), const BPF_IMM ideal-int +pkg syscall (darwin-386), const BPF_IND ideal-int +pkg syscall (darwin-386), const BPF_JA ideal-int +pkg syscall (darwin-386), const BPF_JEQ ideal-int +pkg syscall (darwin-386), const BPF_JGE ideal-int +pkg syscall (darwin-386), const BPF_JGT ideal-int +pkg syscall (darwin-386), const BPF_JMP ideal-int +pkg syscall (darwin-386), const BPF_JSET ideal-int +pkg syscall (darwin-386), const BPF_K ideal-int +pkg syscall (darwin-386), const BPF_LD ideal-int +pkg syscall (darwin-386), const BPF_LDX ideal-int +pkg syscall (darwin-386), const BPF_LEN ideal-int +pkg syscall (darwin-386), const BPF_LSH ideal-int +pkg syscall (darwin-386), const BPF_MAJOR_VERSION ideal-int +pkg syscall (darwin-386), const BPF_MAXBUFSIZE ideal-int +pkg syscall (darwin-386), const BPF_MAXINSNS ideal-int +pkg syscall (darwin-386), const BPF_MEM ideal-int +pkg syscall (darwin-386), const BPF_MEMWORDS ideal-int +pkg syscall (darwin-386), const BPF_MINBUFSIZE ideal-int +pkg syscall (darwin-386), const BPF_MINOR_VERSION ideal-int +pkg syscall (darwin-386), const BPF_MISC ideal-int +pkg syscall (darwin-386), const BPF_MSH ideal-int +pkg syscall (darwin-386), const BPF_MUL ideal-int +pkg syscall (darwin-386), const BPF_NEG ideal-int +pkg syscall (darwin-386), const BPF_OR ideal-int +pkg syscall (darwin-386), const BPF_RELEASE ideal-int +pkg syscall (darwin-386), const BPF_RET ideal-int +pkg syscall (darwin-386), const BPF_RSH ideal-int +pkg syscall (darwin-386), const BPF_ST ideal-int +pkg syscall (darwin-386), const BPF_STX ideal-int +pkg syscall (darwin-386), const BPF_SUB ideal-int +pkg syscall (darwin-386), const BPF_TAX ideal-int +pkg syscall (darwin-386), const BPF_TXA ideal-int +pkg syscall (darwin-386), const BPF_W ideal-int +pkg syscall (darwin-386), const BPF_X ideal-int +pkg syscall (darwin-386), const CTL_MAXNAME ideal-int +pkg syscall (darwin-386), const CTL_NET ideal-int +pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (darwin-386), const DLT_ARCNET ideal-int +pkg syscall (darwin-386), const DLT_ATM_CLIP ideal-int +pkg syscall (darwin-386), const DLT_ATM_RFC1483 ideal-int +pkg syscall (darwin-386), const DLT_AX25 ideal-int +pkg syscall (darwin-386), const DLT_CHAOS ideal-int +pkg syscall (darwin-386), const DLT_CHDLC ideal-int +pkg syscall (darwin-386), const DLT_C_HDLC ideal-int +pkg syscall (darwin-386), const DLT_EN10MB ideal-int +pkg syscall (darwin-386), const DLT_EN3MB ideal-int +pkg syscall (darwin-386), const DLT_FDDI ideal-int +pkg syscall (darwin-386), const DLT_IEEE802 ideal-int +pkg syscall (darwin-386), const DLT_IEEE802_11 ideal-int +pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (darwin-386), const DLT_LINUX_SLL ideal-int +pkg syscall (darwin-386), const DLT_LOOP ideal-int +pkg syscall (darwin-386), const DLT_NULL ideal-int +pkg syscall (darwin-386), const DLT_PFLOG ideal-int +pkg syscall (darwin-386), const DLT_PFSYNC ideal-int +pkg syscall (darwin-386), const DLT_PPP ideal-int +pkg syscall (darwin-386), const DLT_PPP_BSDOS ideal-int +pkg syscall (darwin-386), const DLT_PPP_SERIAL ideal-int +pkg syscall (darwin-386), const DLT_PRONET ideal-int +pkg syscall (darwin-386), const DLT_RAW ideal-int +pkg syscall (darwin-386), const DLT_SLIP ideal-int +pkg syscall (darwin-386), const DLT_SLIP_BSDOS ideal-int +pkg syscall (darwin-386), const DT_BLK ideal-int +pkg syscall (darwin-386), const DT_CHR ideal-int +pkg syscall (darwin-386), const DT_DIR ideal-int +pkg syscall (darwin-386), const DT_FIFO ideal-int +pkg syscall (darwin-386), const DT_LNK ideal-int +pkg syscall (darwin-386), const DT_REG ideal-int +pkg syscall (darwin-386), const DT_SOCK ideal-int +pkg syscall (darwin-386), const DT_UNKNOWN ideal-int +pkg syscall (darwin-386), const DT_WHT ideal-int +pkg syscall (darwin-386), const EAUTH Errno +pkg syscall (darwin-386), const EBADARCH Errno +pkg syscall (darwin-386), const EBADEXEC Errno +pkg syscall (darwin-386), const EBADMACHO Errno +pkg syscall (darwin-386), const EBADMSG Errno +pkg syscall (darwin-386), const EBADRPC Errno +pkg syscall (darwin-386), const ECHO ideal-int +pkg syscall (darwin-386), const ECHOCTL ideal-int +pkg syscall (darwin-386), const ECHOE ideal-int +pkg syscall (darwin-386), const ECHOK ideal-int +pkg syscall (darwin-386), const ECHOKE ideal-int +pkg syscall (darwin-386), const ECHONL ideal-int +pkg syscall (darwin-386), const ECHOPRT ideal-int +pkg syscall (darwin-386), const EDEVERR Errno +pkg syscall (darwin-386), const EFTYPE Errno +pkg syscall (darwin-386), const ELAST Errno +pkg syscall (darwin-386), const EMULTIHOP Errno +pkg syscall (darwin-386), const ENEEDAUTH Errno +pkg syscall (darwin-386), const ENOATTR Errno +pkg syscall (darwin-386), const ENODATA Errno +pkg syscall (darwin-386), const ENOLINK Errno +pkg syscall (darwin-386), const ENOPOLICY Errno +pkg syscall (darwin-386), const ENOSR Errno +pkg syscall (darwin-386), const ENOSTR Errno +pkg syscall (darwin-386), const ENOTRECOVERABLE Errno +pkg syscall (darwin-386), const EOWNERDEAD Errno +pkg syscall (darwin-386), const EPROCLIM Errno +pkg syscall (darwin-386), const EPROCUNAVAIL Errno +pkg syscall (darwin-386), const EPROGMISMATCH Errno +pkg syscall (darwin-386), const EPROGUNAVAIL Errno +pkg syscall (darwin-386), const EPROTO Errno +pkg syscall (darwin-386), const EPWROFF Errno +pkg syscall (darwin-386), const ERPCMISMATCH Errno +pkg syscall (darwin-386), const ESHLIBVERS Errno +pkg syscall (darwin-386), const ETIME Errno +pkg syscall (darwin-386), const EVFILT_AIO ideal-int +pkg syscall (darwin-386), const EVFILT_FS ideal-int +pkg syscall (darwin-386), const EVFILT_MACHPORT ideal-int +pkg syscall (darwin-386), const EVFILT_PROC ideal-int +pkg syscall (darwin-386), const EVFILT_READ ideal-int +pkg syscall (darwin-386), const EVFILT_SIGNAL ideal-int +pkg syscall (darwin-386), const EVFILT_SYSCOUNT ideal-int +pkg syscall (darwin-386), const EVFILT_THREADMARKER ideal-int +pkg syscall (darwin-386), const EVFILT_TIMER ideal-int +pkg syscall (darwin-386), const EVFILT_USER ideal-int +pkg syscall (darwin-386), const EVFILT_VM ideal-int +pkg syscall (darwin-386), const EVFILT_VNODE ideal-int +pkg syscall (darwin-386), const EVFILT_WRITE ideal-int +pkg syscall (darwin-386), const EV_ADD ideal-int +pkg syscall (darwin-386), const EV_CLEAR ideal-int +pkg syscall (darwin-386), const EV_DELETE ideal-int +pkg syscall (darwin-386), const EV_DISABLE ideal-int +pkg syscall (darwin-386), const EV_DISPATCH ideal-int +pkg syscall (darwin-386), const EV_ENABLE ideal-int +pkg syscall (darwin-386), const EV_EOF ideal-int +pkg syscall (darwin-386), const EV_ERROR ideal-int +pkg syscall (darwin-386), const EV_FLAG0 ideal-int +pkg syscall (darwin-386), const EV_FLAG1 ideal-int +pkg syscall (darwin-386), const EV_ONESHOT ideal-int +pkg syscall (darwin-386), const EV_OOBAND ideal-int +pkg syscall (darwin-386), const EV_POLL ideal-int +pkg syscall (darwin-386), const EV_RECEIPT ideal-int +pkg syscall (darwin-386), const EV_SYSFLAGS ideal-int +pkg syscall (darwin-386), const EXTA ideal-int +pkg syscall (darwin-386), const EXTB ideal-int +pkg syscall (darwin-386), const EXTPROC ideal-int +pkg syscall (darwin-386), const FD_CLOEXEC ideal-int +pkg syscall (darwin-386), const FD_SETSIZE ideal-int +pkg syscall (darwin-386), const F_ADDFILESIGS ideal-int +pkg syscall (darwin-386), const F_ADDSIGS ideal-int +pkg syscall (darwin-386), const F_ALLOCATEALL ideal-int +pkg syscall (darwin-386), const F_ALLOCATECONTIG ideal-int +pkg syscall (darwin-386), const F_CHKCLEAN ideal-int +pkg syscall (darwin-386), const F_DUPFD ideal-int +pkg syscall (darwin-386), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (darwin-386), const F_FLUSH_DATA ideal-int +pkg syscall (darwin-386), const F_FREEZE_FS ideal-int +pkg syscall (darwin-386), const F_FULLFSYNC ideal-int +pkg syscall (darwin-386), const F_GETFD ideal-int +pkg syscall (darwin-386), const F_GETFL ideal-int +pkg syscall (darwin-386), const F_GETLK ideal-int +pkg syscall (darwin-386), const F_GETLKPID ideal-int +pkg syscall (darwin-386), const F_GETNOSIGPIPE ideal-int +pkg syscall (darwin-386), const F_GETOWN ideal-int +pkg syscall (darwin-386), const F_GETPATH ideal-int +pkg syscall (darwin-386), const F_GETPATH_MTMINFO ideal-int +pkg syscall (darwin-386), const F_GETPROTECTIONCLASS ideal-int +pkg syscall (darwin-386), const F_GLOBAL_NOCACHE ideal-int +pkg syscall (darwin-386), const F_LOG2PHYS ideal-int +pkg syscall (darwin-386), const F_LOG2PHYS_EXT ideal-int +pkg syscall (darwin-386), const F_MARKDEPENDENCY ideal-int +pkg syscall (darwin-386), const F_NOCACHE ideal-int +pkg syscall (darwin-386), const F_NODIRECT ideal-int +pkg syscall (darwin-386), const F_OK ideal-int +pkg syscall (darwin-386), const F_PATHPKG_CHECK ideal-int +pkg syscall (darwin-386), const F_PEOFPOSMODE ideal-int +pkg syscall (darwin-386), const F_PREALLOCATE ideal-int +pkg syscall (darwin-386), const F_RDADVISE ideal-int +pkg syscall (darwin-386), const F_RDAHEAD ideal-int +pkg syscall (darwin-386), const F_RDLCK ideal-int +pkg syscall (darwin-386), const F_READBOOTSTRAP ideal-int +pkg syscall (darwin-386), const F_SETBACKINGSTORE ideal-int +pkg syscall (darwin-386), const F_SETFD ideal-int +pkg syscall (darwin-386), const F_SETFL ideal-int +pkg syscall (darwin-386), const F_SETLK ideal-int +pkg syscall (darwin-386), const F_SETLKW ideal-int +pkg syscall (darwin-386), const F_SETNOSIGPIPE ideal-int +pkg syscall (darwin-386), const F_SETOWN ideal-int +pkg syscall (darwin-386), const F_SETPROTECTIONCLASS ideal-int +pkg syscall (darwin-386), const F_SETSIZE ideal-int +pkg syscall (darwin-386), const F_THAW_FS ideal-int +pkg syscall (darwin-386), const F_UNLCK ideal-int +pkg syscall (darwin-386), const F_VOLPOSMODE ideal-int +pkg syscall (darwin-386), const F_WRITEBOOTSTRAP ideal-int +pkg syscall (darwin-386), const F_WRLCK ideal-int +pkg syscall (darwin-386), const IFF_ALLMULTI ideal-int +pkg syscall (darwin-386), const IFF_ALTPHYS ideal-int +pkg syscall (darwin-386), const IFF_DEBUG ideal-int +pkg syscall (darwin-386), const IFF_LINK0 ideal-int +pkg syscall (darwin-386), const IFF_LINK1 ideal-int +pkg syscall (darwin-386), const IFF_LINK2 ideal-int +pkg syscall (darwin-386), const IFF_NOARP ideal-int +pkg syscall (darwin-386), const IFF_NOTRAILERS ideal-int +pkg syscall (darwin-386), const IFF_OACTIVE ideal-int +pkg syscall (darwin-386), const IFF_POINTOPOINT ideal-int +pkg syscall (darwin-386), const IFF_PROMISC ideal-int +pkg syscall (darwin-386), const IFF_RUNNING ideal-int +pkg syscall (darwin-386), const IFF_SIMPLEX ideal-int +pkg syscall (darwin-386), const IFNAMSIZ ideal-int +pkg syscall (darwin-386), const IFT_1822 ideal-int +pkg syscall (darwin-386), const IFT_AAL5 ideal-int +pkg syscall (darwin-386), const IFT_ARCNET ideal-int +pkg syscall (darwin-386), const IFT_ARCNETPLUS ideal-int +pkg syscall (darwin-386), const IFT_ATM ideal-int +pkg syscall (darwin-386), const IFT_BRIDGE ideal-int +pkg syscall (darwin-386), const IFT_CARP ideal-int +pkg syscall (darwin-386), const IFT_CELLULAR ideal-int +pkg syscall (darwin-386), const IFT_CEPT ideal-int +pkg syscall (darwin-386), const IFT_DS3 ideal-int +pkg syscall (darwin-386), const IFT_ENC ideal-int +pkg syscall (darwin-386), const IFT_EON ideal-int +pkg syscall (darwin-386), const IFT_ETHER ideal-int +pkg syscall (darwin-386), const IFT_FAITH ideal-int +pkg syscall (darwin-386), const IFT_FDDI ideal-int +pkg syscall (darwin-386), const IFT_FRELAY ideal-int +pkg syscall (darwin-386), const IFT_FRELAYDCE ideal-int +pkg syscall (darwin-386), const IFT_GIF ideal-int +pkg syscall (darwin-386), const IFT_HDH1822 ideal-int +pkg syscall (darwin-386), const IFT_HIPPI ideal-int +pkg syscall (darwin-386), const IFT_HSSI ideal-int +pkg syscall (darwin-386), const IFT_HY ideal-int +pkg syscall (darwin-386), const IFT_IEEE1394 ideal-int +pkg syscall (darwin-386), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (darwin-386), const IFT_ISDNBASIC ideal-int +pkg syscall (darwin-386), const IFT_ISDNPRIMARY ideal-int +pkg syscall (darwin-386), const IFT_ISO88022LLC ideal-int +pkg syscall (darwin-386), const IFT_ISO88023 ideal-int +pkg syscall (darwin-386), const IFT_ISO88024 ideal-int +pkg syscall (darwin-386), const IFT_ISO88025 ideal-int +pkg syscall (darwin-386), const IFT_ISO88026 ideal-int +pkg syscall (darwin-386), const IFT_L2VLAN ideal-int +pkg syscall (darwin-386), const IFT_LAPB ideal-int +pkg syscall (darwin-386), const IFT_LOCALTALK ideal-int +pkg syscall (darwin-386), const IFT_LOOP ideal-int +pkg syscall (darwin-386), const IFT_MIOX25 ideal-int +pkg syscall (darwin-386), const IFT_MODEM ideal-int +pkg syscall (darwin-386), const IFT_NSIP ideal-int +pkg syscall (darwin-386), const IFT_OTHER ideal-int +pkg syscall (darwin-386), const IFT_P10 ideal-int +pkg syscall (darwin-386), const IFT_P80 ideal-int +pkg syscall (darwin-386), const IFT_PARA ideal-int +pkg syscall (darwin-386), const IFT_PDP ideal-int +pkg syscall (darwin-386), const IFT_PFLOG ideal-int +pkg syscall (darwin-386), const IFT_PFSYNC ideal-int +pkg syscall (darwin-386), const IFT_PPP ideal-int +pkg syscall (darwin-386), const IFT_PROPMUX ideal-int +pkg syscall (darwin-386), const IFT_PROPVIRTUAL ideal-int +pkg syscall (darwin-386), const IFT_PTPSERIAL ideal-int +pkg syscall (darwin-386), const IFT_RS232 ideal-int +pkg syscall (darwin-386), const IFT_SDLC ideal-int +pkg syscall (darwin-386), const IFT_SIP ideal-int +pkg syscall (darwin-386), const IFT_SLIP ideal-int +pkg syscall (darwin-386), const IFT_SMDSDXI ideal-int +pkg syscall (darwin-386), const IFT_SMDSICIP ideal-int +pkg syscall (darwin-386), const IFT_SONET ideal-int +pkg syscall (darwin-386), const IFT_SONETPATH ideal-int +pkg syscall (darwin-386), const IFT_SONETVT ideal-int +pkg syscall (darwin-386), const IFT_STARLAN ideal-int +pkg syscall (darwin-386), const IFT_STF ideal-int +pkg syscall (darwin-386), const IFT_T1 ideal-int +pkg syscall (darwin-386), const IFT_ULTRA ideal-int +pkg syscall (darwin-386), const IFT_V35 ideal-int +pkg syscall (darwin-386), const IFT_X25 ideal-int +pkg syscall (darwin-386), const IFT_X25DDN ideal-int +pkg syscall (darwin-386), const IFT_X25PLE ideal-int +pkg syscall (darwin-386), const IFT_XETHER ideal-int +pkg syscall (darwin-386), const IN_CLASSA_HOST ideal-int +pkg syscall (darwin-386), const IN_CLASSA_MAX ideal-int +pkg syscall (darwin-386), const IN_CLASSA_NET ideal-int +pkg syscall (darwin-386), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (darwin-386), const IN_CLASSB_HOST ideal-int +pkg syscall (darwin-386), const IN_CLASSB_MAX ideal-int +pkg syscall (darwin-386), const IN_CLASSB_NET ideal-int +pkg syscall (darwin-386), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (darwin-386), const IN_CLASSC_HOST ideal-int +pkg syscall (darwin-386), const IN_CLASSC_NET ideal-int +pkg syscall (darwin-386), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (darwin-386), const IN_CLASSD_HOST ideal-int +pkg syscall (darwin-386), const IN_CLASSD_NET ideal-int +pkg syscall (darwin-386), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (darwin-386), const IN_LINKLOCALNETNUM ideal-int +pkg syscall (darwin-386), const IN_LOOPBACKNET ideal-int +pkg syscall (darwin-386), const IPPROTO_3PC ideal-int +pkg syscall (darwin-386), const IPPROTO_ADFS ideal-int +pkg syscall (darwin-386), const IPPROTO_AH ideal-int +pkg syscall (darwin-386), const IPPROTO_AHIP ideal-int +pkg syscall (darwin-386), const IPPROTO_APES ideal-int +pkg syscall (darwin-386), const IPPROTO_ARGUS ideal-int +pkg syscall (darwin-386), const IPPROTO_AX25 ideal-int +pkg syscall (darwin-386), const IPPROTO_BHA ideal-int +pkg syscall (darwin-386), const IPPROTO_BLT ideal-int +pkg syscall (darwin-386), const IPPROTO_BRSATMON ideal-int +pkg syscall (darwin-386), const IPPROTO_CFTP ideal-int +pkg syscall (darwin-386), const IPPROTO_CHAOS ideal-int +pkg syscall (darwin-386), const IPPROTO_CMTP ideal-int +pkg syscall (darwin-386), const IPPROTO_CPHB ideal-int +pkg syscall (darwin-386), const IPPROTO_CPNX ideal-int +pkg syscall (darwin-386), const IPPROTO_DDP ideal-int +pkg syscall (darwin-386), const IPPROTO_DGP ideal-int +pkg syscall (darwin-386), const IPPROTO_DIVERT ideal-int +pkg syscall (darwin-386), const IPPROTO_DONE ideal-int +pkg syscall (darwin-386), const IPPROTO_DSTOPTS ideal-int +pkg syscall (darwin-386), const IPPROTO_EGP ideal-int +pkg syscall (darwin-386), const IPPROTO_EMCON ideal-int +pkg syscall (darwin-386), const IPPROTO_ENCAP ideal-int +pkg syscall (darwin-386), const IPPROTO_EON ideal-int +pkg syscall (darwin-386), const IPPROTO_ESP ideal-int +pkg syscall (darwin-386), const IPPROTO_ETHERIP ideal-int +pkg syscall (darwin-386), const IPPROTO_FRAGMENT ideal-int +pkg syscall (darwin-386), const IPPROTO_GGP ideal-int +pkg syscall (darwin-386), const IPPROTO_GMTP ideal-int +pkg syscall (darwin-386), const IPPROTO_GRE ideal-int +pkg syscall (darwin-386), const IPPROTO_HELLO ideal-int +pkg syscall (darwin-386), const IPPROTO_HMP ideal-int +pkg syscall (darwin-386), const IPPROTO_HOPOPTS ideal-int +pkg syscall (darwin-386), const IPPROTO_ICMP ideal-int +pkg syscall (darwin-386), const IPPROTO_ICMPV6 ideal-int +pkg syscall (darwin-386), const IPPROTO_IDP ideal-int +pkg syscall (darwin-386), const IPPROTO_IDPR ideal-int +pkg syscall (darwin-386), const IPPROTO_IDRP ideal-int +pkg syscall (darwin-386), const IPPROTO_IGMP ideal-int +pkg syscall (darwin-386), const IPPROTO_IGP ideal-int +pkg syscall (darwin-386), const IPPROTO_IGRP ideal-int +pkg syscall (darwin-386), const IPPROTO_IL ideal-int +pkg syscall (darwin-386), const IPPROTO_INLSP ideal-int +pkg syscall (darwin-386), const IPPROTO_INP ideal-int +pkg syscall (darwin-386), const IPPROTO_IPCOMP ideal-int +pkg syscall (darwin-386), const IPPROTO_IPCV ideal-int +pkg syscall (darwin-386), const IPPROTO_IPEIP ideal-int +pkg syscall (darwin-386), const IPPROTO_IPIP ideal-int +pkg syscall (darwin-386), const IPPROTO_IPPC ideal-int +pkg syscall (darwin-386), const IPPROTO_IPV4 ideal-int +pkg syscall (darwin-386), const IPPROTO_IRTP ideal-int +pkg syscall (darwin-386), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (darwin-386), const IPPROTO_LARP ideal-int +pkg syscall (darwin-386), const IPPROTO_LEAF1 ideal-int +pkg syscall (darwin-386), const IPPROTO_LEAF2 ideal-int +pkg syscall (darwin-386), const IPPROTO_MAX ideal-int +pkg syscall (darwin-386), const IPPROTO_MAXID ideal-int +pkg syscall (darwin-386), const IPPROTO_MEAS ideal-int +pkg syscall (darwin-386), const IPPROTO_MHRP ideal-int +pkg syscall (darwin-386), const IPPROTO_MICP ideal-int +pkg syscall (darwin-386), const IPPROTO_MTP ideal-int +pkg syscall (darwin-386), const IPPROTO_MUX ideal-int +pkg syscall (darwin-386), const IPPROTO_ND ideal-int +pkg syscall (darwin-386), const IPPROTO_NHRP ideal-int +pkg syscall (darwin-386), const IPPROTO_NONE ideal-int +pkg syscall (darwin-386), const IPPROTO_NSP ideal-int +pkg syscall (darwin-386), const IPPROTO_NVPII ideal-int +pkg syscall (darwin-386), const IPPROTO_OSPFIGP ideal-int +pkg syscall (darwin-386), const IPPROTO_PGM ideal-int +pkg syscall (darwin-386), const IPPROTO_PIGP ideal-int +pkg syscall (darwin-386), const IPPROTO_PIM ideal-int +pkg syscall (darwin-386), const IPPROTO_PRM ideal-int +pkg syscall (darwin-386), const IPPROTO_PUP ideal-int +pkg syscall (darwin-386), const IPPROTO_PVP ideal-int +pkg syscall (darwin-386), const IPPROTO_RAW ideal-int +pkg syscall (darwin-386), const IPPROTO_RCCMON ideal-int +pkg syscall (darwin-386), const IPPROTO_RDP ideal-int +pkg syscall (darwin-386), const IPPROTO_ROUTING ideal-int +pkg syscall (darwin-386), const IPPROTO_RSVP ideal-int +pkg syscall (darwin-386), const IPPROTO_RVD ideal-int +pkg syscall (darwin-386), const IPPROTO_SATEXPAK ideal-int +pkg syscall (darwin-386), const IPPROTO_SATMON ideal-int +pkg syscall (darwin-386), const IPPROTO_SCCSP ideal-int +pkg syscall (darwin-386), const IPPROTO_SCTP ideal-int +pkg syscall (darwin-386), const IPPROTO_SDRP ideal-int +pkg syscall (darwin-386), const IPPROTO_SEP ideal-int +pkg syscall (darwin-386), const IPPROTO_SRPC ideal-int +pkg syscall (darwin-386), const IPPROTO_ST ideal-int +pkg syscall (darwin-386), const IPPROTO_SVMTP ideal-int +pkg syscall (darwin-386), const IPPROTO_SWIPE ideal-int +pkg syscall (darwin-386), const IPPROTO_TCF ideal-int +pkg syscall (darwin-386), const IPPROTO_TP ideal-int +pkg syscall (darwin-386), const IPPROTO_TPXX ideal-int +pkg syscall (darwin-386), const IPPROTO_TRUNK1 ideal-int +pkg syscall (darwin-386), const IPPROTO_TRUNK2 ideal-int +pkg syscall (darwin-386), const IPPROTO_TTP ideal-int +pkg syscall (darwin-386), const IPPROTO_VINES ideal-int +pkg syscall (darwin-386), const IPPROTO_VISA ideal-int +pkg syscall (darwin-386), const IPPROTO_VMTP ideal-int +pkg syscall (darwin-386), const IPPROTO_WBEXPAK ideal-int +pkg syscall (darwin-386), const IPPROTO_WBMON ideal-int +pkg syscall (darwin-386), const IPPROTO_WSN ideal-int +pkg syscall (darwin-386), const IPPROTO_XNET ideal-int +pkg syscall (darwin-386), const IPPROTO_XTP ideal-int +pkg syscall (darwin-386), const IPV6_2292DSTOPTS ideal-int +pkg syscall (darwin-386), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (darwin-386), const IPV6_2292HOPOPTS ideal-int +pkg syscall (darwin-386), const IPV6_2292NEXTHOP ideal-int +pkg syscall (darwin-386), const IPV6_2292PKTINFO ideal-int +pkg syscall (darwin-386), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (darwin-386), const IPV6_2292RTHDR ideal-int +pkg syscall (darwin-386), const IPV6_BINDV6ONLY ideal-int +pkg syscall (darwin-386), const IPV6_BOUND_IF ideal-int +pkg syscall (darwin-386), const IPV6_CHECKSUM ideal-int +pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-386), const IPV6_DEFHLIM ideal-int +pkg syscall (darwin-386), const IPV6_FAITH ideal-int +pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (darwin-386), const IPV6_FRAGTTL ideal-int +pkg syscall (darwin-386), const IPV6_FW_ADD ideal-int +pkg syscall (darwin-386), const IPV6_FW_DEL ideal-int +pkg syscall (darwin-386), const IPV6_FW_FLUSH ideal-int +pkg syscall (darwin-386), const IPV6_FW_GET ideal-int +pkg syscall (darwin-386), const IPV6_FW_ZERO ideal-int +pkg syscall (darwin-386), const IPV6_HLIMDEC ideal-int +pkg syscall (darwin-386), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (darwin-386), const IPV6_MAXHLIM ideal-int +pkg syscall (darwin-386), const IPV6_MAXOPTHDR ideal-int +pkg syscall (darwin-386), const IPV6_MAXPACKET ideal-int +pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-386), const IPV6_MMTU ideal-int +pkg syscall (darwin-386), const IPV6_PORTRANGE ideal-int +pkg syscall (darwin-386), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-386), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (darwin-386), const IPV6_RECVTCLASS ideal-int +pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (darwin-386), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (darwin-386), const IPV6_TCLASS ideal-int +pkg syscall (darwin-386), const IPV6_VERSION ideal-int +pkg syscall (darwin-386), const IPV6_VERSION_MASK ideal-int +pkg syscall (darwin-386), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-386), const IP_BLOCK_SOURCE ideal-int +pkg syscall (darwin-386), const IP_BOUND_IF ideal-int +pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (darwin-386), const IP_DF ideal-int +pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (darwin-386), const IP_DUMMYNET_DEL ideal-int +pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (darwin-386), const IP_DUMMYNET_GET ideal-int +pkg syscall (darwin-386), const IP_FAITH ideal-int +pkg syscall (darwin-386), const IP_FW_ADD ideal-int +pkg syscall (darwin-386), const IP_FW_DEL ideal-int +pkg syscall (darwin-386), const IP_FW_FLUSH ideal-int +pkg syscall (darwin-386), const IP_FW_GET ideal-int +pkg syscall (darwin-386), const IP_FW_RESETLOG ideal-int +pkg syscall (darwin-386), const IP_FW_ZERO ideal-int +pkg syscall (darwin-386), const IP_HDRINCL ideal-int +pkg syscall (darwin-386), const IP_IPSEC_POLICY ideal-int +pkg syscall (darwin-386), const IP_MAXPACKET ideal-int +pkg syscall (darwin-386), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-386), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-386), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (darwin-386), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-386), const IP_MF ideal-int +pkg syscall (darwin-386), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-386), const IP_MSFILTER ideal-int +pkg syscall (darwin-386), const IP_MSS ideal-int +pkg syscall (darwin-386), const IP_MULTICAST_IFINDEX ideal-int +pkg syscall (darwin-386), const IP_MULTICAST_VIF ideal-int +pkg syscall (darwin-386), const IP_NAT__XXX ideal-int +pkg syscall (darwin-386), const IP_OFFMASK ideal-int +pkg syscall (darwin-386), const IP_OLD_FW_ADD ideal-int +pkg syscall (darwin-386), const IP_OLD_FW_DEL ideal-int +pkg syscall (darwin-386), const IP_OLD_FW_FLUSH ideal-int +pkg syscall (darwin-386), const IP_OLD_FW_GET ideal-int +pkg syscall (darwin-386), const IP_OLD_FW_RESETLOG ideal-int +pkg syscall (darwin-386), const IP_OLD_FW_ZERO ideal-int +pkg syscall (darwin-386), const IP_OPTIONS ideal-int +pkg syscall (darwin-386), const IP_PKTINFO ideal-int +pkg syscall (darwin-386), const IP_PORTRANGE ideal-int +pkg syscall (darwin-386), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-386), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-386), const IP_PORTRANGE_LOW ideal-int +pkg syscall (darwin-386), const IP_RECVDSTADDR ideal-int +pkg syscall (darwin-386), const IP_RECVIF ideal-int +pkg syscall (darwin-386), const IP_RECVOPTS ideal-int +pkg syscall (darwin-386), const IP_RECVPKTINFO ideal-int +pkg syscall (darwin-386), const IP_RECVRETOPTS ideal-int +pkg syscall (darwin-386), const IP_RECVTTL ideal-int +pkg syscall (darwin-386), const IP_RETOPTS ideal-int +pkg syscall (darwin-386), const IP_RF ideal-int +pkg syscall (darwin-386), const IP_RSVP_OFF ideal-int +pkg syscall (darwin-386), const IP_RSVP_ON ideal-int +pkg syscall (darwin-386), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (darwin-386), const IP_RSVP_VIF_ON ideal-int +pkg syscall (darwin-386), const IP_STRIPHDR ideal-int +pkg syscall (darwin-386), const IP_TRAFFIC_MGT_BACKGROUND ideal-int +pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (darwin-386), const LOCK_EX ideal-int +pkg syscall (darwin-386), const LOCK_NB ideal-int +pkg syscall (darwin-386), const LOCK_SH ideal-int +pkg syscall (darwin-386), const LOCK_UN ideal-int +pkg syscall (darwin-386), const MADV_CAN_REUSE ideal-int +pkg syscall (darwin-386), const MADV_DONTNEED ideal-int +pkg syscall (darwin-386), const MADV_FREE ideal-int +pkg syscall (darwin-386), const MADV_FREE_REUSABLE ideal-int +pkg syscall (darwin-386), const MADV_FREE_REUSE ideal-int +pkg syscall (darwin-386), const MADV_NORMAL ideal-int +pkg syscall (darwin-386), const MADV_RANDOM ideal-int +pkg syscall (darwin-386), const MADV_SEQUENTIAL ideal-int +pkg syscall (darwin-386), const MADV_WILLNEED ideal-int +pkg syscall (darwin-386), const MADV_ZERO_WIRED_PAGES ideal-int +pkg syscall (darwin-386), const MAP_ANON ideal-int +pkg syscall (darwin-386), const MAP_COPY ideal-int +pkg syscall (darwin-386), const MAP_FILE ideal-int +pkg syscall (darwin-386), const MAP_FIXED ideal-int +pkg syscall (darwin-386), const MAP_HASSEMAPHORE ideal-int +pkg syscall (darwin-386), const MAP_JIT ideal-int +pkg syscall (darwin-386), const MAP_NOCACHE ideal-int +pkg syscall (darwin-386), const MAP_NOEXTEND ideal-int +pkg syscall (darwin-386), const MAP_NORESERVE ideal-int +pkg syscall (darwin-386), const MAP_PRIVATE ideal-int +pkg syscall (darwin-386), const MAP_RENAME ideal-int +pkg syscall (darwin-386), const MAP_RESERVED0080 ideal-int +pkg syscall (darwin-386), const MAP_SHARED ideal-int +pkg syscall (darwin-386), const MCL_CURRENT ideal-int +pkg syscall (darwin-386), const MCL_FUTURE ideal-int +pkg syscall (darwin-386), const MSG_CTRUNC ideal-int +pkg syscall (darwin-386), const MSG_DONTROUTE ideal-int +pkg syscall (darwin-386), const MSG_DONTWAIT ideal-int +pkg syscall (darwin-386), const MSG_EOF ideal-int +pkg syscall (darwin-386), const MSG_EOR ideal-int +pkg syscall (darwin-386), const MSG_FLUSH ideal-int +pkg syscall (darwin-386), const MSG_HAVEMORE ideal-int +pkg syscall (darwin-386), const MSG_HOLD ideal-int +pkg syscall (darwin-386), const MSG_NEEDSA ideal-int +pkg syscall (darwin-386), const MSG_OOB ideal-int +pkg syscall (darwin-386), const MSG_PEEK ideal-int +pkg syscall (darwin-386), const MSG_RCVMORE ideal-int +pkg syscall (darwin-386), const MSG_SEND ideal-int +pkg syscall (darwin-386), const MSG_TRUNC ideal-int +pkg syscall (darwin-386), const MSG_WAITALL ideal-int +pkg syscall (darwin-386), const MSG_WAITSTREAM ideal-int +pkg syscall (darwin-386), const MS_ASYNC ideal-int +pkg syscall (darwin-386), const MS_DEACTIVATE ideal-int +pkg syscall (darwin-386), const MS_INVALIDATE ideal-int +pkg syscall (darwin-386), const MS_KILLPAGES ideal-int +pkg syscall (darwin-386), const MS_SYNC ideal-int +pkg syscall (darwin-386), const NAME_MAX ideal-int +pkg syscall (darwin-386), const NET_RT_DUMP ideal-int +pkg syscall (darwin-386), const NET_RT_DUMP2 ideal-int +pkg syscall (darwin-386), const NET_RT_FLAGS ideal-int +pkg syscall (darwin-386), const NET_RT_IFLIST ideal-int +pkg syscall (darwin-386), const NET_RT_IFLIST2 ideal-int +pkg syscall (darwin-386), const NET_RT_MAXID ideal-int +pkg syscall (darwin-386), const NET_RT_STAT ideal-int +pkg syscall (darwin-386), const NET_RT_TRASH ideal-int +pkg syscall (darwin-386), const NOTE_ABSOLUTE ideal-int +pkg syscall (darwin-386), const NOTE_ATTRIB ideal-int +pkg syscall (darwin-386), const NOTE_CHILD ideal-int +pkg syscall (darwin-386), const NOTE_DELETE ideal-int +pkg syscall (darwin-386), const NOTE_EXEC ideal-int +pkg syscall (darwin-386), const NOTE_EXIT ideal-int +pkg syscall (darwin-386), const NOTE_EXITSTATUS ideal-int +pkg syscall (darwin-386), const NOTE_EXTEND ideal-int +pkg syscall (darwin-386), const NOTE_FFAND ideal-int +pkg syscall (darwin-386), const NOTE_FFCOPY ideal-int +pkg syscall (darwin-386), const NOTE_FFCTRLMASK ideal-int +pkg syscall (darwin-386), const NOTE_FFLAGSMASK ideal-int +pkg syscall (darwin-386), const NOTE_FFNOP ideal-int +pkg syscall (darwin-386), const NOTE_FFOR ideal-int +pkg syscall (darwin-386), const NOTE_FORK ideal-int +pkg syscall (darwin-386), const NOTE_LINK ideal-int +pkg syscall (darwin-386), const NOTE_LOWAT ideal-int +pkg syscall (darwin-386), const NOTE_NONE ideal-int +pkg syscall (darwin-386), const NOTE_NSECONDS ideal-int +pkg syscall (darwin-386), const NOTE_PCTRLMASK ideal-int +pkg syscall (darwin-386), const NOTE_PDATAMASK ideal-int +pkg syscall (darwin-386), const NOTE_REAP ideal-int +pkg syscall (darwin-386), const NOTE_RENAME ideal-int +pkg syscall (darwin-386), const NOTE_RESOURCEEND ideal-int +pkg syscall (darwin-386), const NOTE_REVOKE ideal-int +pkg syscall (darwin-386), const NOTE_SECONDS ideal-int +pkg syscall (darwin-386), const NOTE_SIGNAL ideal-int +pkg syscall (darwin-386), const NOTE_TRACK ideal-int +pkg syscall (darwin-386), const NOTE_TRACKERR ideal-int +pkg syscall (darwin-386), const NOTE_TRIGGER ideal-int +pkg syscall (darwin-386), const NOTE_USECONDS ideal-int +pkg syscall (darwin-386), const NOTE_VM_ERROR ideal-int +pkg syscall (darwin-386), const NOTE_VM_PRESSURE ideal-int +pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int +pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE ideal-int +pkg syscall (darwin-386), const NOTE_WRITE ideal-int +pkg syscall (darwin-386), const O_ACCMODE ideal-int +pkg syscall (darwin-386), const O_ALERT ideal-int +pkg syscall (darwin-386), const O_DIRECTORY ideal-int +pkg syscall (darwin-386), const O_DSYNC ideal-int +pkg syscall (darwin-386), const O_EVTONLY ideal-int +pkg syscall (darwin-386), const O_EXLOCK ideal-int +pkg syscall (darwin-386), const O_FSYNC ideal-int +pkg syscall (darwin-386), const O_NDELAY ideal-int +pkg syscall (darwin-386), const O_NOFOLLOW ideal-int +pkg syscall (darwin-386), const O_POPUP ideal-int +pkg syscall (darwin-386), const O_SHLOCK ideal-int +pkg syscall (darwin-386), const O_SYMLINK ideal-int +pkg syscall (darwin-386), const PROT_EXEC ideal-int +pkg syscall (darwin-386), const PROT_NONE ideal-int +pkg syscall (darwin-386), const PROT_READ ideal-int +pkg syscall (darwin-386), const PROT_WRITE ideal-int +pkg syscall (darwin-386), const PTRACE_CONT ideal-int +pkg syscall (darwin-386), const PTRACE_KILL ideal-int +pkg syscall (darwin-386), const PTRACE_TRACEME ideal-int +pkg syscall (darwin-386), const PT_ATTACH ideal-int +pkg syscall (darwin-386), const PT_ATTACHEXC ideal-int +pkg syscall (darwin-386), const PT_CONTINUE ideal-int +pkg syscall (darwin-386), const PT_DENY_ATTACH ideal-int +pkg syscall (darwin-386), const PT_DETACH ideal-int +pkg syscall (darwin-386), const PT_FIRSTMACH ideal-int +pkg syscall (darwin-386), const PT_FORCEQUOTA ideal-int +pkg syscall (darwin-386), const PT_KILL ideal-int +pkg syscall (darwin-386), const PT_READ_D ideal-int +pkg syscall (darwin-386), const PT_READ_I ideal-int +pkg syscall (darwin-386), const PT_READ_U ideal-int +pkg syscall (darwin-386), const PT_SIGEXC ideal-int +pkg syscall (darwin-386), const PT_STEP ideal-int +pkg syscall (darwin-386), const PT_THUPDATE ideal-int +pkg syscall (darwin-386), const PT_TRACE_ME ideal-int +pkg syscall (darwin-386), const PT_WRITE_D ideal-int +pkg syscall (darwin-386), const PT_WRITE_I ideal-int +pkg syscall (darwin-386), const PT_WRITE_U ideal-int +pkg syscall (darwin-386), const RLIMIT_AS ideal-int +pkg syscall (darwin-386), const RLIMIT_CORE ideal-int +pkg syscall (darwin-386), const RLIMIT_CPU ideal-int +pkg syscall (darwin-386), const RLIMIT_DATA ideal-int +pkg syscall (darwin-386), const RLIMIT_FSIZE ideal-int +pkg syscall (darwin-386), const RLIMIT_NOFILE ideal-int +pkg syscall (darwin-386), const RLIMIT_STACK ideal-int +pkg syscall (darwin-386), const RLIM_INFINITY ideal-int +pkg syscall (darwin-386), const RTAX_AUTHOR ideal-int +pkg syscall (darwin-386), const RTAX_BRD ideal-int +pkg syscall (darwin-386), const RTAX_DST ideal-int +pkg syscall (darwin-386), const RTAX_GATEWAY ideal-int +pkg syscall (darwin-386), const RTAX_GENMASK ideal-int +pkg syscall (darwin-386), const RTAX_IFA ideal-int +pkg syscall (darwin-386), const RTAX_IFP ideal-int +pkg syscall (darwin-386), const RTAX_MAX ideal-int +pkg syscall (darwin-386), const RTAX_NETMASK ideal-int +pkg syscall (darwin-386), const RTA_AUTHOR ideal-int +pkg syscall (darwin-386), const RTA_BRD ideal-int +pkg syscall (darwin-386), const RTA_DST ideal-int +pkg syscall (darwin-386), const RTA_GATEWAY ideal-int +pkg syscall (darwin-386), const RTA_GENMASK ideal-int +pkg syscall (darwin-386), const RTA_IFA ideal-int +pkg syscall (darwin-386), const RTA_IFP ideal-int +pkg syscall (darwin-386), const RTA_NETMASK ideal-int +pkg syscall (darwin-386), const RTF_BLACKHOLE ideal-int +pkg syscall (darwin-386), const RTF_BROADCAST ideal-int +pkg syscall (darwin-386), const RTF_CLONING ideal-int +pkg syscall (darwin-386), const RTF_CONDEMNED ideal-int +pkg syscall (darwin-386), const RTF_DELCLONE ideal-int +pkg syscall (darwin-386), const RTF_DONE ideal-int +pkg syscall (darwin-386), const RTF_DYNAMIC ideal-int +pkg syscall (darwin-386), const RTF_GATEWAY ideal-int +pkg syscall (darwin-386), const RTF_HOST ideal-int +pkg syscall (darwin-386), const RTF_IFREF ideal-int +pkg syscall (darwin-386), const RTF_IFSCOPE ideal-int +pkg syscall (darwin-386), const RTF_LLINFO ideal-int +pkg syscall (darwin-386), const RTF_LOCAL ideal-int +pkg syscall (darwin-386), const RTF_MODIFIED ideal-int +pkg syscall (darwin-386), const RTF_MULTICAST ideal-int +pkg syscall (darwin-386), const RTF_PINNED ideal-int +pkg syscall (darwin-386), const RTF_PRCLONING ideal-int +pkg syscall (darwin-386), const RTF_PROTO1 ideal-int +pkg syscall (darwin-386), const RTF_PROTO2 ideal-int +pkg syscall (darwin-386), const RTF_PROTO3 ideal-int +pkg syscall (darwin-386), const RTF_REJECT ideal-int +pkg syscall (darwin-386), const RTF_STATIC ideal-int +pkg syscall (darwin-386), const RTF_UP ideal-int +pkg syscall (darwin-386), const RTF_WASCLONED ideal-int +pkg syscall (darwin-386), const RTF_XRESOLVE ideal-int +pkg syscall (darwin-386), const RTM_ADD ideal-int +pkg syscall (darwin-386), const RTM_CHANGE ideal-int +pkg syscall (darwin-386), const RTM_DELADDR ideal-int +pkg syscall (darwin-386), const RTM_DELETE ideal-int +pkg syscall (darwin-386), const RTM_DELMADDR ideal-int +pkg syscall (darwin-386), const RTM_GET ideal-int +pkg syscall (darwin-386), const RTM_GET2 ideal-int +pkg syscall (darwin-386), const RTM_IFINFO ideal-int +pkg syscall (darwin-386), const RTM_IFINFO2 ideal-int +pkg syscall (darwin-386), const RTM_LOCK ideal-int +pkg syscall (darwin-386), const RTM_LOSING ideal-int +pkg syscall (darwin-386), const RTM_MISS ideal-int +pkg syscall (darwin-386), const RTM_NEWADDR ideal-int +pkg syscall (darwin-386), const RTM_NEWMADDR ideal-int +pkg syscall (darwin-386), const RTM_NEWMADDR2 ideal-int +pkg syscall (darwin-386), const RTM_OLDADD ideal-int +pkg syscall (darwin-386), const RTM_OLDDEL ideal-int +pkg syscall (darwin-386), const RTM_REDIRECT ideal-int +pkg syscall (darwin-386), const RTM_RESOLVE ideal-int +pkg syscall (darwin-386), const RTM_RTTUNIT ideal-int +pkg syscall (darwin-386), const RTM_VERSION ideal-int +pkg syscall (darwin-386), const RTV_EXPIRE ideal-int +pkg syscall (darwin-386), const RTV_HOPCOUNT ideal-int +pkg syscall (darwin-386), const RTV_MTU ideal-int +pkg syscall (darwin-386), const RTV_RPIPE ideal-int +pkg syscall (darwin-386), const RTV_RTT ideal-int +pkg syscall (darwin-386), const RTV_RTTVAR ideal-int +pkg syscall (darwin-386), const RTV_SPIPE ideal-int +pkg syscall (darwin-386), const RTV_SSTHRESH ideal-int +pkg syscall (darwin-386), const RUSAGE_CHILDREN ideal-int +pkg syscall (darwin-386), const RUSAGE_SELF ideal-int +pkg syscall (darwin-386), const SCM_CREDS ideal-int +pkg syscall (darwin-386), const SCM_RIGHTS ideal-int +pkg syscall (darwin-386), const SCM_TIMESTAMP ideal-int +pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-386), const SIGCHLD Signal +pkg syscall (darwin-386), const SIGCONT Signal +pkg syscall (darwin-386), const SIGEMT Signal +pkg syscall (darwin-386), const SIGINFO Signal +pkg syscall (darwin-386), const SIGIO Signal +pkg syscall (darwin-386), const SIGIOT Signal +pkg syscall (darwin-386), const SIGPROF Signal +pkg syscall (darwin-386), const SIGSTOP Signal +pkg syscall (darwin-386), const SIGSYS Signal +pkg syscall (darwin-386), const SIGTSTP Signal +pkg syscall (darwin-386), const SIGTTIN Signal +pkg syscall (darwin-386), const SIGTTOU Signal +pkg syscall (darwin-386), const SIGURG Signal +pkg syscall (darwin-386), const SIGUSR1 Signal +pkg syscall (darwin-386), const SIGUSR2 Signal +pkg syscall (darwin-386), const SIGVTALRM Signal +pkg syscall (darwin-386), const SIGWINCH Signal +pkg syscall (darwin-386), const SIGXCPU Signal +pkg syscall (darwin-386), const SIGXFSZ Signal +pkg syscall (darwin-386), const SIOCADDMULTI ideal-int +pkg syscall (darwin-386), const SIOCAIFADDR ideal-int +pkg syscall (darwin-386), const SIOCALIFADDR ideal-int +pkg syscall (darwin-386), const SIOCARPIPLL ideal-int +pkg syscall (darwin-386), const SIOCATMARK ideal-int +pkg syscall (darwin-386), const SIOCAUTOADDR ideal-int +pkg syscall (darwin-386), const SIOCAUTONETMASK ideal-int +pkg syscall (darwin-386), const SIOCDELMULTI ideal-int +pkg syscall (darwin-386), const SIOCDIFADDR ideal-int +pkg syscall (darwin-386), const SIOCDIFPHYADDR ideal-int +pkg syscall (darwin-386), const SIOCDLIFADDR ideal-int +pkg syscall (darwin-386), const SIOCGDRVSPEC ideal-int +pkg syscall (darwin-386), const SIOCGETSGCNT ideal-int +pkg syscall (darwin-386), const SIOCGETVIFCNT ideal-int +pkg syscall (darwin-386), const SIOCGETVLAN ideal-int +pkg syscall (darwin-386), const SIOCGHIWAT ideal-int +pkg syscall (darwin-386), const SIOCGIFADDR ideal-int +pkg syscall (darwin-386), const SIOCGIFALTMTU ideal-int +pkg syscall (darwin-386), const SIOCGIFASYNCMAP ideal-int +pkg syscall (darwin-386), const SIOCGIFBOND ideal-int +pkg syscall (darwin-386), const SIOCGIFBRDADDR ideal-int +pkg syscall (darwin-386), const SIOCGIFCAP ideal-int +pkg syscall (darwin-386), const SIOCGIFCONF ideal-int +pkg syscall (darwin-386), const SIOCGIFDEVMTU ideal-int +pkg syscall (darwin-386), const SIOCGIFDSTADDR ideal-int +pkg syscall (darwin-386), const SIOCGIFFLAGS ideal-int +pkg syscall (darwin-386), const SIOCGIFGENERIC ideal-int +pkg syscall (darwin-386), const SIOCGIFKPI ideal-int +pkg syscall (darwin-386), const SIOCGIFMAC ideal-int +pkg syscall (darwin-386), const SIOCGIFMEDIA ideal-int +pkg syscall (darwin-386), const SIOCGIFMETRIC ideal-int +pkg syscall (darwin-386), const SIOCGIFMTU ideal-int +pkg syscall (darwin-386), const SIOCGIFNETMASK ideal-int +pkg syscall (darwin-386), const SIOCGIFPDSTADDR ideal-int +pkg syscall (darwin-386), const SIOCGIFPHYS ideal-int +pkg syscall (darwin-386), const SIOCGIFPSRCADDR ideal-int +pkg syscall (darwin-386), const SIOCGIFSTATUS ideal-int +pkg syscall (darwin-386), const SIOCGIFVLAN ideal-int +pkg syscall (darwin-386), const SIOCGIFWAKEFLAGS ideal-int +pkg syscall (darwin-386), const SIOCGLIFADDR ideal-int +pkg syscall (darwin-386), const SIOCGLIFPHYADDR ideal-int +pkg syscall (darwin-386), const SIOCGLOWAT ideal-int +pkg syscall (darwin-386), const SIOCGPGRP ideal-int +pkg syscall (darwin-386), const SIOCIFCREATE ideal-int +pkg syscall (darwin-386), const SIOCIFCREATE2 ideal-int +pkg syscall (darwin-386), const SIOCIFDESTROY ideal-int +pkg syscall (darwin-386), const SIOCRSLVMULTI ideal-int +pkg syscall (darwin-386), const SIOCSDRVSPEC ideal-int +pkg syscall (darwin-386), const SIOCSETVLAN ideal-int +pkg syscall (darwin-386), const SIOCSHIWAT ideal-int +pkg syscall (darwin-386), const SIOCSIFADDR ideal-int +pkg syscall (darwin-386), const SIOCSIFALTMTU ideal-int +pkg syscall (darwin-386), const SIOCSIFASYNCMAP ideal-int +pkg syscall (darwin-386), const SIOCSIFBOND ideal-int +pkg syscall (darwin-386), const SIOCSIFBRDADDR ideal-int +pkg syscall (darwin-386), const SIOCSIFCAP ideal-int +pkg syscall (darwin-386), const SIOCSIFDSTADDR ideal-int +pkg syscall (darwin-386), const SIOCSIFFLAGS ideal-int +pkg syscall (darwin-386), const SIOCSIFGENERIC ideal-int +pkg syscall (darwin-386), const SIOCSIFKPI ideal-int +pkg syscall (darwin-386), const SIOCSIFLLADDR ideal-int +pkg syscall (darwin-386), const SIOCSIFMAC ideal-int +pkg syscall (darwin-386), const SIOCSIFMEDIA ideal-int +pkg syscall (darwin-386), const SIOCSIFMETRIC ideal-int +pkg syscall (darwin-386), const SIOCSIFMTU ideal-int +pkg syscall (darwin-386), const SIOCSIFNETMASK ideal-int +pkg syscall (darwin-386), const SIOCSIFPHYADDR ideal-int +pkg syscall (darwin-386), const SIOCSIFPHYS ideal-int +pkg syscall (darwin-386), const SIOCSIFVLAN ideal-int +pkg syscall (darwin-386), const SIOCSLIFPHYADDR ideal-int +pkg syscall (darwin-386), const SIOCSLOWAT ideal-int +pkg syscall (darwin-386), const SIOCSPGRP ideal-int +pkg syscall (darwin-386), const SOCK_MAXADDRLEN ideal-int +pkg syscall (darwin-386), const SOCK_RDM ideal-int +pkg syscall (darwin-386), const SO_ACCEPTCONN ideal-int +pkg syscall (darwin-386), const SO_DEBUG ideal-int +pkg syscall (darwin-386), const SO_DONTTRUNC ideal-int +pkg syscall (darwin-386), const SO_ERROR ideal-int +pkg syscall (darwin-386), const SO_LABEL ideal-int +pkg syscall (darwin-386), const SO_LINGER_SEC ideal-int +pkg syscall (darwin-386), const SO_NKE ideal-int +pkg syscall (darwin-386), const SO_NOADDRERR ideal-int +pkg syscall (darwin-386), const SO_NOSIGPIPE ideal-int +pkg syscall (darwin-386), const SO_NOTIFYCONFLICT ideal-int +pkg syscall (darwin-386), const SO_NP_EXTENSIONS ideal-int +pkg syscall (darwin-386), const SO_NREAD ideal-int +pkg syscall (darwin-386), const SO_NWRITE ideal-int +pkg syscall (darwin-386), const SO_OOBINLINE ideal-int +pkg syscall (darwin-386), const SO_PEERLABEL ideal-int +pkg syscall (darwin-386), const SO_RANDOMPORT ideal-int +pkg syscall (darwin-386), const SO_RCVLOWAT ideal-int +pkg syscall (darwin-386), const SO_RCVTIMEO ideal-int +pkg syscall (darwin-386), const SO_RESTRICTIONS ideal-int +pkg syscall (darwin-386), const SO_RESTRICT_DENYIN ideal-int +pkg syscall (darwin-386), const SO_RESTRICT_DENYOUT ideal-int +pkg syscall (darwin-386), const SO_RESTRICT_DENYSET ideal-int +pkg syscall (darwin-386), const SO_REUSEPORT ideal-int +pkg syscall (darwin-386), const SO_REUSESHAREUID ideal-int +pkg syscall (darwin-386), const SO_SNDLOWAT ideal-int +pkg syscall (darwin-386), const SO_SNDTIMEO ideal-int +pkg syscall (darwin-386), const SO_TIMESTAMP ideal-int +pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-386), const SO_TYPE ideal-int +pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT ideal-int +pkg syscall (darwin-386), const SO_USELOOPBACK ideal-int +pkg syscall (darwin-386), const SO_WANTMORE ideal-int +pkg syscall (darwin-386), const SO_WANTOOBFLAG ideal-int +pkg syscall (darwin-386), const SYS_ACCEPT ideal-int +pkg syscall (darwin-386), const SYS_ACCEPT_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_ACCESS ideal-int +pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_ACCT ideal-int +pkg syscall (darwin-386), const SYS_ADD_PROFIL ideal-int +pkg syscall (darwin-386), const SYS_ADJTIME ideal-int +pkg syscall (darwin-386), const SYS_AIO_CANCEL ideal-int +pkg syscall (darwin-386), const SYS_AIO_ERROR ideal-int +pkg syscall (darwin-386), const SYS_AIO_FSYNC ideal-int +pkg syscall (darwin-386), const SYS_AIO_READ ideal-int +pkg syscall (darwin-386), const SYS_AIO_RETURN ideal-int +pkg syscall (darwin-386), const SYS_AIO_SUSPEND ideal-int +pkg syscall (darwin-386), const SYS_AIO_SUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_AIO_WRITE ideal-int +pkg syscall (darwin-386), const SYS_ATGETMSG ideal-int +pkg syscall (darwin-386), const SYS_ATPGETREQ ideal-int +pkg syscall (darwin-386), const SYS_ATPGETRSP ideal-int +pkg syscall (darwin-386), const SYS_ATPSNDREQ ideal-int +pkg syscall (darwin-386), const SYS_ATPSNDRSP ideal-int +pkg syscall (darwin-386), const SYS_ATPUTMSG ideal-int +pkg syscall (darwin-386), const SYS_ATSOCKET ideal-int +pkg syscall (darwin-386), const SYS_AUDIT ideal-int +pkg syscall (darwin-386), const SYS_AUDITCTL ideal-int +pkg syscall (darwin-386), const SYS_AUDITON ideal-int +pkg syscall (darwin-386), const SYS_AUDIT_SESSION_JOIN ideal-int +pkg syscall (darwin-386), const SYS_AUDIT_SESSION_PORT ideal-int +pkg syscall (darwin-386), const SYS_AUDIT_SESSION_SELF ideal-int +pkg syscall (darwin-386), const SYS_BIND ideal-int +pkg syscall (darwin-386), const SYS_BSDTHREAD_CREATE ideal-int +pkg syscall (darwin-386), const SYS_BSDTHREAD_REGISTER ideal-int +pkg syscall (darwin-386), const SYS_BSDTHREAD_TERMINATE ideal-int +pkg syscall (darwin-386), const SYS_CHDIR ideal-int +pkg syscall (darwin-386), const SYS_CHFLAGS ideal-int +pkg syscall (darwin-386), const SYS_CHMOD ideal-int +pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_CHOWN ideal-int +pkg syscall (darwin-386), const SYS_CHROOT ideal-int +pkg syscall (darwin-386), const SYS_CHUD ideal-int +pkg syscall (darwin-386), const SYS_CLOSE ideal-int +pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_CONNECT ideal-int +pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_COPYFILE ideal-int +pkg syscall (darwin-386), const SYS_CSOPS ideal-int +pkg syscall (darwin-386), const SYS_DELETE ideal-int +pkg syscall (darwin-386), const SYS_DUP ideal-int +pkg syscall (darwin-386), const SYS_DUP2 ideal-int +pkg syscall (darwin-386), const SYS_EXCHANGEDATA ideal-int +pkg syscall (darwin-386), const SYS_EXECVE ideal-int +pkg syscall (darwin-386), const SYS_EXIT ideal-int +pkg syscall (darwin-386), const SYS_FCHDIR ideal-int +pkg syscall (darwin-386), const SYS_FCHFLAGS ideal-int +pkg syscall (darwin-386), const SYS_FCHMOD ideal-int +pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_FCHOWN ideal-int +pkg syscall (darwin-386), const SYS_FCNTL ideal-int +pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_FDATASYNC ideal-int +pkg syscall (darwin-386), const SYS_FFSCTL ideal-int +pkg syscall (darwin-386), const SYS_FGETATTRLIST ideal-int +pkg syscall (darwin-386), const SYS_FGETXATTR ideal-int +pkg syscall (darwin-386), const SYS_FHOPEN ideal-int +pkg syscall (darwin-386), const SYS_FILEPORT_MAKEFD ideal-int +pkg syscall (darwin-386), const SYS_FILEPORT_MAKEPORT ideal-int +pkg syscall (darwin-386), const SYS_FLISTXATTR ideal-int +pkg syscall (darwin-386), const SYS_FLOCK ideal-int +pkg syscall (darwin-386), const SYS_FORK ideal-int +pkg syscall (darwin-386), const SYS_FPATHCONF ideal-int +pkg syscall (darwin-386), const SYS_FREMOVEXATTR ideal-int +pkg syscall (darwin-386), const SYS_FSCTL ideal-int +pkg syscall (darwin-386), const SYS_FSETATTRLIST ideal-int +pkg syscall (darwin-386), const SYS_FSETXATTR ideal-int +pkg syscall (darwin-386), const SYS_FSGETPATH ideal-int +pkg syscall (darwin-386), const SYS_FSTAT ideal-int +pkg syscall (darwin-386), const SYS_FSTAT64 ideal-int +pkg syscall (darwin-386), const SYS_FSTAT64_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_FSTATFS ideal-int +pkg syscall (darwin-386), const SYS_FSTATFS64 ideal-int +pkg syscall (darwin-386), const SYS_FSTATV ideal-int +pkg syscall (darwin-386), const SYS_FSTAT_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_FSYNC ideal-int +pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_FTRUNCATE ideal-int +pkg syscall (darwin-386), const SYS_FUTIMES ideal-int +pkg syscall (darwin-386), const SYS_GETATTRLIST ideal-int +pkg syscall (darwin-386), const SYS_GETAUDIT ideal-int +pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (darwin-386), const SYS_GETAUID ideal-int +pkg syscall (darwin-386), const SYS_GETDIRENTRIES ideal-int +pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 ideal-int +pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR ideal-int +pkg syscall (darwin-386), const SYS_GETDTABLESIZE ideal-int +pkg syscall (darwin-386), const SYS_GETEGID ideal-int +pkg syscall (darwin-386), const SYS_GETEUID ideal-int +pkg syscall (darwin-386), const SYS_GETFH ideal-int +pkg syscall (darwin-386), const SYS_GETFSSTAT ideal-int +pkg syscall (darwin-386), const SYS_GETFSSTAT64 ideal-int +pkg syscall (darwin-386), const SYS_GETGID ideal-int +pkg syscall (darwin-386), const SYS_GETGROUPS ideal-int +pkg syscall (darwin-386), const SYS_GETHOSTUUID ideal-int +pkg syscall (darwin-386), const SYS_GETITIMER ideal-int +pkg syscall (darwin-386), const SYS_GETLCID ideal-int +pkg syscall (darwin-386), const SYS_GETLOGIN ideal-int +pkg syscall (darwin-386), const SYS_GETPEERNAME ideal-int +pkg syscall (darwin-386), const SYS_GETPGID ideal-int +pkg syscall (darwin-386), const SYS_GETPGRP ideal-int +pkg syscall (darwin-386), const SYS_GETPID ideal-int +pkg syscall (darwin-386), const SYS_GETPPID ideal-int +pkg syscall (darwin-386), const SYS_GETPRIORITY ideal-int +pkg syscall (darwin-386), const SYS_GETRLIMIT ideal-int +pkg syscall (darwin-386), const SYS_GETRUSAGE ideal-int +pkg syscall (darwin-386), const SYS_GETSGROUPS ideal-int +pkg syscall (darwin-386), const SYS_GETSID ideal-int +pkg syscall (darwin-386), const SYS_GETSOCKNAME ideal-int +pkg syscall (darwin-386), const SYS_GETSOCKOPT ideal-int +pkg syscall (darwin-386), const SYS_GETTID ideal-int +pkg syscall (darwin-386), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (darwin-386), const SYS_GETUID ideal-int +pkg syscall (darwin-386), const SYS_GETWGROUPS ideal-int +pkg syscall (darwin-386), const SYS_GETXATTR ideal-int +pkg syscall (darwin-386), const SYS_IDENTITYSVC ideal-int +pkg syscall (darwin-386), const SYS_INITGROUPS ideal-int +pkg syscall (darwin-386), const SYS_IOCTL ideal-int +pkg syscall (darwin-386), const SYS_IOPOLICYSYS ideal-int +pkg syscall (darwin-386), const SYS_ISSETUGID ideal-int +pkg syscall (darwin-386), const SYS_KDEBUG_TRACE ideal-int +pkg syscall (darwin-386), const SYS_KEVENT ideal-int +pkg syscall (darwin-386), const SYS_KEVENT64 ideal-int +pkg syscall (darwin-386), const SYS_KILL ideal-int +pkg syscall (darwin-386), const SYS_KQUEUE ideal-int +pkg syscall (darwin-386), const SYS_LCHOWN ideal-int +pkg syscall (darwin-386), const SYS_LINK ideal-int +pkg syscall (darwin-386), const SYS_LIO_LISTIO ideal-int +pkg syscall (darwin-386), const SYS_LISTEN ideal-int +pkg syscall (darwin-386), const SYS_LISTXATTR ideal-int +pkg syscall (darwin-386), const SYS_LSEEK ideal-int +pkg syscall (darwin-386), const SYS_LSTAT ideal-int +pkg syscall (darwin-386), const SYS_LSTAT64 ideal-int +pkg syscall (darwin-386), const SYS_LSTAT64_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_LSTATV ideal-int +pkg syscall (darwin-386), const SYS_LSTAT_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_MADVISE ideal-int +pkg syscall (darwin-386), const SYS_MAXSYSCALL ideal-int +pkg syscall (darwin-386), const SYS_MINCORE ideal-int +pkg syscall (darwin-386), const SYS_MINHERIT ideal-int +pkg syscall (darwin-386), const SYS_MKCOMPLEX ideal-int +pkg syscall (darwin-386), const SYS_MKDIR ideal-int +pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_MKFIFO ideal-int +pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_MKNOD ideal-int +pkg syscall (darwin-386), const SYS_MLOCK ideal-int +pkg syscall (darwin-386), const SYS_MLOCKALL ideal-int +pkg syscall (darwin-386), const SYS_MMAP ideal-int +pkg syscall (darwin-386), const SYS_MODWATCH ideal-int +pkg syscall (darwin-386), const SYS_MOUNT ideal-int +pkg syscall (darwin-386), const SYS_MPROTECT ideal-int +pkg syscall (darwin-386), const SYS_MSGCTL ideal-int +pkg syscall (darwin-386), const SYS_MSGGET ideal-int +pkg syscall (darwin-386), const SYS_MSGRCV ideal-int +pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_MSGSND ideal-int +pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_MSGSYS ideal-int +pkg syscall (darwin-386), const SYS_MSYNC ideal-int +pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_MUNLOCK ideal-int +pkg syscall (darwin-386), const SYS_MUNLOCKALL ideal-int +pkg syscall (darwin-386), const SYS_MUNMAP ideal-int +pkg syscall (darwin-386), const SYS_NFSCLNT ideal-int +pkg syscall (darwin-386), const SYS_NFSSVC ideal-int +pkg syscall (darwin-386), const SYS_OPEN ideal-int +pkg syscall (darwin-386), const SYS_OPEN_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_OPEN_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_PATHCONF ideal-int +pkg syscall (darwin-386), const SYS_PID_HIBERNATE ideal-int +pkg syscall (darwin-386), const SYS_PID_RESUME ideal-int +pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS ideal-int +pkg syscall (darwin-386), const SYS_PID_SUSPEND ideal-int +pkg syscall (darwin-386), const SYS_PIPE ideal-int +pkg syscall (darwin-386), const SYS_POLL ideal-int +pkg syscall (darwin-386), const SYS_POLL_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_POSIX_SPAWN ideal-int +pkg syscall (darwin-386), const SYS_PREAD ideal-int +pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_PROCESS_POLICY ideal-int +pkg syscall (darwin-386), const SYS_PROC_INFO ideal-int +pkg syscall (darwin-386), const SYS_PROFIL ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_CVBROAD ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_CVCLRPREPOST ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_CVSIGNAL ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_CVWAIT ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXDROP ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXWAIT ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK ideal-int +pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int +pkg syscall (darwin-386), const SYS_PTRACE ideal-int +pkg syscall (darwin-386), const SYS_PWRITE ideal-int +pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_QUOTACTL ideal-int +pkg syscall (darwin-386), const SYS_READ ideal-int +pkg syscall (darwin-386), const SYS_READLINK ideal-int +pkg syscall (darwin-386), const SYS_READV ideal-int +pkg syscall (darwin-386), const SYS_READV_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_READ_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_REBOOT ideal-int +pkg syscall (darwin-386), const SYS_RECVFROM ideal-int +pkg syscall (darwin-386), const SYS_RECVFROM_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_RECVMSG ideal-int +pkg syscall (darwin-386), const SYS_RECVMSG_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_REMOVEXATTR ideal-int +pkg syscall (darwin-386), const SYS_RENAME ideal-int +pkg syscall (darwin-386), const SYS_REVOKE ideal-int +pkg syscall (darwin-386), const SYS_RMDIR ideal-int +pkg syscall (darwin-386), const SYS_SEARCHFS ideal-int +pkg syscall (darwin-386), const SYS_SELECT ideal-int +pkg syscall (darwin-386), const SYS_SELECT_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_SEMCTL ideal-int +pkg syscall (darwin-386), const SYS_SEMGET ideal-int +pkg syscall (darwin-386), const SYS_SEMOP ideal-int +pkg syscall (darwin-386), const SYS_SEMSYS ideal-int +pkg syscall (darwin-386), const SYS_SEM_CLOSE ideal-int +pkg syscall (darwin-386), const SYS_SEM_DESTROY ideal-int +pkg syscall (darwin-386), const SYS_SEM_GETVALUE ideal-int +pkg syscall (darwin-386), const SYS_SEM_INIT ideal-int +pkg syscall (darwin-386), const SYS_SEM_OPEN ideal-int +pkg syscall (darwin-386), const SYS_SEM_POST ideal-int +pkg syscall (darwin-386), const SYS_SEM_TRYWAIT ideal-int +pkg syscall (darwin-386), const SYS_SEM_UNLINK ideal-int +pkg syscall (darwin-386), const SYS_SEM_WAIT ideal-int +pkg syscall (darwin-386), const SYS_SEM_WAIT_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_SENDFILE ideal-int +pkg syscall (darwin-386), const SYS_SENDMSG ideal-int +pkg syscall (darwin-386), const SYS_SENDMSG_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_SENDTO ideal-int +pkg syscall (darwin-386), const SYS_SENDTO_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_SETATTRLIST ideal-int +pkg syscall (darwin-386), const SYS_SETAUDIT ideal-int +pkg syscall (darwin-386), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (darwin-386), const SYS_SETAUID ideal-int +pkg syscall (darwin-386), const SYS_SETEGID ideal-int +pkg syscall (darwin-386), const SYS_SETEUID ideal-int +pkg syscall (darwin-386), const SYS_SETGID ideal-int +pkg syscall (darwin-386), const SYS_SETGROUPS ideal-int +pkg syscall (darwin-386), const SYS_SETITIMER ideal-int +pkg syscall (darwin-386), const SYS_SETLCID ideal-int +pkg syscall (darwin-386), const SYS_SETLOGIN ideal-int +pkg syscall (darwin-386), const SYS_SETPGID ideal-int +pkg syscall (darwin-386), const SYS_SETPRIORITY ideal-int +pkg syscall (darwin-386), const SYS_SETPRIVEXEC ideal-int +pkg syscall (darwin-386), const SYS_SETREGID ideal-int +pkg syscall (darwin-386), const SYS_SETREUID ideal-int +pkg syscall (darwin-386), const SYS_SETRLIMIT ideal-int +pkg syscall (darwin-386), const SYS_SETSGROUPS ideal-int +pkg syscall (darwin-386), const SYS_SETSID ideal-int +pkg syscall (darwin-386), const SYS_SETSOCKOPT ideal-int +pkg syscall (darwin-386), const SYS_SETTID ideal-int +pkg syscall (darwin-386), const SYS_SETTID_WITH_PID ideal-int +pkg syscall (darwin-386), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (darwin-386), const SYS_SETUID ideal-int +pkg syscall (darwin-386), const SYS_SETWGROUPS ideal-int +pkg syscall (darwin-386), const SYS_SETXATTR ideal-int +pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP ideal-int +pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int +pkg syscall (darwin-386), const SYS_SHMAT ideal-int +pkg syscall (darwin-386), const SYS_SHMCTL ideal-int +pkg syscall (darwin-386), const SYS_SHMDT ideal-int +pkg syscall (darwin-386), const SYS_SHMGET ideal-int +pkg syscall (darwin-386), const SYS_SHMSYS ideal-int +pkg syscall (darwin-386), const SYS_SHM_OPEN ideal-int +pkg syscall (darwin-386), const SYS_SHM_UNLINK ideal-int +pkg syscall (darwin-386), const SYS_SHUTDOWN ideal-int +pkg syscall (darwin-386), const SYS_SIGACTION ideal-int +pkg syscall (darwin-386), const SYS_SIGALTSTACK ideal-int +pkg syscall (darwin-386), const SYS_SIGPENDING ideal-int +pkg syscall (darwin-386), const SYS_SIGPROCMASK ideal-int +pkg syscall (darwin-386), const SYS_SIGRETURN ideal-int +pkg syscall (darwin-386), const SYS_SIGSUSPEND ideal-int +pkg syscall (darwin-386), const SYS_SIGSUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_SOCKET ideal-int +pkg syscall (darwin-386), const SYS_SOCKETPAIR ideal-int +pkg syscall (darwin-386), const SYS_STACK_SNAPSHOT ideal-int +pkg syscall (darwin-386), const SYS_STAT ideal-int +pkg syscall (darwin-386), const SYS_STAT64 ideal-int +pkg syscall (darwin-386), const SYS_STAT64_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_STATFS ideal-int +pkg syscall (darwin-386), const SYS_STATFS64 ideal-int +pkg syscall (darwin-386), const SYS_STATV ideal-int +pkg syscall (darwin-386), const SYS_STAT_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_SWAPON ideal-int +pkg syscall (darwin-386), const SYS_SYMLINK ideal-int +pkg syscall (darwin-386), const SYS_SYNC ideal-int +pkg syscall (darwin-386), const SYS_SYSCALL ideal-int +pkg syscall (darwin-386), const SYS_THREAD_SELFID ideal-int +pkg syscall (darwin-386), const SYS_TRUNCATE ideal-int +pkg syscall (darwin-386), const SYS_UMASK ideal-int +pkg syscall (darwin-386), const SYS_UMASK_EXTENDED ideal-int +pkg syscall (darwin-386), const SYS_UNDELETE ideal-int +pkg syscall (darwin-386), const SYS_UNLINK ideal-int +pkg syscall (darwin-386), const SYS_UNMOUNT ideal-int +pkg syscall (darwin-386), const SYS_UTIMES ideal-int +pkg syscall (darwin-386), const SYS_VFORK ideal-int +pkg syscall (darwin-386), const SYS_VM_PRESSURE_MONITOR ideal-int +pkg syscall (darwin-386), const SYS_WAIT4 ideal-int +pkg syscall (darwin-386), const SYS_WAIT4_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_WAITEVENT ideal-int +pkg syscall (darwin-386), const SYS_WAITID ideal-int +pkg syscall (darwin-386), const SYS_WAITID_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_WATCHEVENT ideal-int +pkg syscall (darwin-386), const SYS_WORKQ_KERNRETURN ideal-int +pkg syscall (darwin-386), const SYS_WORKQ_OPEN ideal-int +pkg syscall (darwin-386), const SYS_WRITE ideal-int +pkg syscall (darwin-386), const SYS_WRITEV ideal-int +pkg syscall (darwin-386), const SYS_WRITEV_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS_WRITE_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS___DISABLE_THREADSIGNAL ideal-int +pkg syscall (darwin-386), const SYS___MAC_EXECVE ideal-int +pkg syscall (darwin-386), const SYS___MAC_GETFSSTAT ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_FD ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_FILE ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_LCID ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_LCTX ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_LINK ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_PID ideal-int +pkg syscall (darwin-386), const SYS___MAC_GET_PROC ideal-int +pkg syscall (darwin-386), const SYS___MAC_MOUNT ideal-int +pkg syscall (darwin-386), const SYS___MAC_SET_FD ideal-int +pkg syscall (darwin-386), const SYS___MAC_SET_FILE ideal-int +pkg syscall (darwin-386), const SYS___MAC_SET_LCTX ideal-int +pkg syscall (darwin-386), const SYS___MAC_SET_LINK ideal-int +pkg syscall (darwin-386), const SYS___MAC_SET_PROC ideal-int +pkg syscall (darwin-386), const SYS___MAC_SYSCALL ideal-int +pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS___PTHREAD_CANCELED ideal-int +pkg syscall (darwin-386), const SYS___PTHREAD_CHDIR ideal-int +pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR ideal-int +pkg syscall (darwin-386), const SYS___PTHREAD_KILL ideal-int +pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL ideal-int +pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK ideal-int +pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS___SIGWAIT ideal-int +pkg syscall (darwin-386), const SYS___SIGWAIT_NOCANCEL ideal-int +pkg syscall (darwin-386), const SYS___SYSCTL ideal-int +pkg syscall (darwin-386), const S_IEXEC ideal-int +pkg syscall (darwin-386), const S_IFWHT ideal-int +pkg syscall (darwin-386), const S_IREAD ideal-int +pkg syscall (darwin-386), const S_IRGRP ideal-int +pkg syscall (darwin-386), const S_IROTH ideal-int +pkg syscall (darwin-386), const S_IRWXG ideal-int +pkg syscall (darwin-386), const S_IRWXO ideal-int +pkg syscall (darwin-386), const S_IRWXU ideal-int +pkg syscall (darwin-386), const S_ISTXT ideal-int +pkg syscall (darwin-386), const S_IWGRP ideal-int +pkg syscall (darwin-386), const S_IWOTH ideal-int +pkg syscall (darwin-386), const S_IWRITE ideal-int +pkg syscall (darwin-386), const S_IXGRP ideal-int +pkg syscall (darwin-386), const S_IXOTH ideal-int +pkg syscall (darwin-386), const SizeofBpfHdr ideal-int +pkg syscall (darwin-386), const SizeofBpfInsn ideal-int +pkg syscall (darwin-386), const SizeofBpfProgram ideal-int +pkg syscall (darwin-386), const SizeofBpfStat ideal-int +pkg syscall (darwin-386), const SizeofBpfVersion ideal-int +pkg syscall (darwin-386), const SizeofCmsghdr ideal-int +pkg syscall (darwin-386), const SizeofIPMreq ideal-int +pkg syscall (darwin-386), const SizeofIPv6Mreq ideal-int +pkg syscall (darwin-386), const SizeofIfData ideal-int +pkg syscall (darwin-386), const SizeofIfMsghdr ideal-int +pkg syscall (darwin-386), const SizeofIfaMsghdr ideal-int +pkg syscall (darwin-386), const SizeofIfmaMsghdr ideal-int +pkg syscall (darwin-386), const SizeofIfmaMsghdr2 ideal-int +pkg syscall (darwin-386), const SizeofInet6Pktinfo ideal-int +pkg syscall (darwin-386), const SizeofLinger ideal-int +pkg syscall (darwin-386), const SizeofMsghdr ideal-int +pkg syscall (darwin-386), const SizeofRtMetrics ideal-int +pkg syscall (darwin-386), const SizeofRtMsghdr ideal-int +pkg syscall (darwin-386), const SizeofSockaddrAny ideal-int +pkg syscall (darwin-386), const SizeofSockaddrDatalink ideal-int +pkg syscall (darwin-386), const SizeofSockaddrInet4 ideal-int +pkg syscall (darwin-386), const SizeofSockaddrInet6 ideal-int +pkg syscall (darwin-386), const SizeofSockaddrUnix ideal-int +pkg syscall (darwin-386), const TCP_CONNECTIONTIMEOUT ideal-int +pkg syscall (darwin-386), const TCP_KEEPALIVE ideal-int +pkg syscall (darwin-386), const TCP_MAXHLEN ideal-int +pkg syscall (darwin-386), const TCP_MAXOLEN ideal-int +pkg syscall (darwin-386), const TCP_MAXSEG ideal-int +pkg syscall (darwin-386), const TCP_MAXWIN ideal-int +pkg syscall (darwin-386), const TCP_MAX_SACK ideal-int +pkg syscall (darwin-386), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (darwin-386), const TCP_MINMSS ideal-int +pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD ideal-int +pkg syscall (darwin-386), const TCP_MSS ideal-int +pkg syscall (darwin-386), const TCP_NOOPT ideal-int +pkg syscall (darwin-386), const TCP_NOPUSH ideal-int +pkg syscall (darwin-386), const TCP_RXT_CONNDROPTIME ideal-int +pkg syscall (darwin-386), const TCP_RXT_FINDROP ideal-int +pkg syscall (darwin-386), const TIOCCBRK ideal-int +pkg syscall (darwin-386), const TIOCCDTR ideal-int +pkg syscall (darwin-386), const TIOCCONS ideal-int +pkg syscall (darwin-386), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (darwin-386), const TIOCDRAIN ideal-int +pkg syscall (darwin-386), const TIOCDSIMICROCODE ideal-int +pkg syscall (darwin-386), const TIOCEXCL ideal-int +pkg syscall (darwin-386), const TIOCEXT ideal-int +pkg syscall (darwin-386), const TIOCFLUSH ideal-int +pkg syscall (darwin-386), const TIOCGDRAINWAIT ideal-int +pkg syscall (darwin-386), const TIOCGETA ideal-int +pkg syscall (darwin-386), const TIOCGETD ideal-int +pkg syscall (darwin-386), const TIOCGPGRP ideal-int +pkg syscall (darwin-386), const TIOCGWINSZ ideal-int +pkg syscall (darwin-386), const TIOCIXOFF ideal-int +pkg syscall (darwin-386), const TIOCIXON ideal-int +pkg syscall (darwin-386), const TIOCMBIC ideal-int +pkg syscall (darwin-386), const TIOCMBIS ideal-int +pkg syscall (darwin-386), const TIOCMGDTRWAIT ideal-int +pkg syscall (darwin-386), const TIOCMGET ideal-int +pkg syscall (darwin-386), const TIOCMODG ideal-int +pkg syscall (darwin-386), const TIOCMODS ideal-int +pkg syscall (darwin-386), const TIOCMSDTRWAIT ideal-int +pkg syscall (darwin-386), const TIOCMSET ideal-int +pkg syscall (darwin-386), const TIOCM_CAR ideal-int +pkg syscall (darwin-386), const TIOCM_CD ideal-int +pkg syscall (darwin-386), const TIOCM_CTS ideal-int +pkg syscall (darwin-386), const TIOCM_DSR ideal-int +pkg syscall (darwin-386), const TIOCM_DTR ideal-int +pkg syscall (darwin-386), const TIOCM_LE ideal-int +pkg syscall (darwin-386), const TIOCM_RI ideal-int +pkg syscall (darwin-386), const TIOCM_RNG ideal-int +pkg syscall (darwin-386), const TIOCM_RTS ideal-int +pkg syscall (darwin-386), const TIOCM_SR ideal-int +pkg syscall (darwin-386), const TIOCM_ST ideal-int +pkg syscall (darwin-386), const TIOCNOTTY ideal-int +pkg syscall (darwin-386), const TIOCNXCL ideal-int +pkg syscall (darwin-386), const TIOCOUTQ ideal-int +pkg syscall (darwin-386), const TIOCPKT ideal-int +pkg syscall (darwin-386), const TIOCPKT_DATA ideal-int +pkg syscall (darwin-386), const TIOCPKT_DOSTOP ideal-int +pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (darwin-386), const TIOCPKT_IOCTL ideal-int +pkg syscall (darwin-386), const TIOCPKT_NOSTOP ideal-int +pkg syscall (darwin-386), const TIOCPKT_START ideal-int +pkg syscall (darwin-386), const TIOCPKT_STOP ideal-int +pkg syscall (darwin-386), const TIOCPTYGNAME ideal-int +pkg syscall (darwin-386), const TIOCPTYGRANT ideal-int +pkg syscall (darwin-386), const TIOCPTYUNLK ideal-int +pkg syscall (darwin-386), const TIOCREMOTE ideal-int +pkg syscall (darwin-386), const TIOCSBRK ideal-int +pkg syscall (darwin-386), const TIOCSCONS ideal-int +pkg syscall (darwin-386), const TIOCSCTTY ideal-int +pkg syscall (darwin-386), const TIOCSDRAINWAIT ideal-int +pkg syscall (darwin-386), const TIOCSDTR ideal-int +pkg syscall (darwin-386), const TIOCSETA ideal-int +pkg syscall (darwin-386), const TIOCSETAF ideal-int +pkg syscall (darwin-386), const TIOCSETAW ideal-int +pkg syscall (darwin-386), const TIOCSETD ideal-int +pkg syscall (darwin-386), const TIOCSIG ideal-int +pkg syscall (darwin-386), const TIOCSPGRP ideal-int +pkg syscall (darwin-386), const TIOCSTART ideal-int +pkg syscall (darwin-386), const TIOCSTAT ideal-int +pkg syscall (darwin-386), const TIOCSTI ideal-int +pkg syscall (darwin-386), const TIOCSTOP ideal-int +pkg syscall (darwin-386), const TIOCSWINSZ ideal-int +pkg syscall (darwin-386), const TIOCTIMESTAMP ideal-int +pkg syscall (darwin-386), const TIOCUCNTL ideal-int +pkg syscall (darwin-386), const WCONTINUED ideal-int +pkg syscall (darwin-386), const WCOREFLAG ideal-int +pkg syscall (darwin-386), const WEXITED ideal-int +pkg syscall (darwin-386), const WNOHANG ideal-int +pkg syscall (darwin-386), const WNOWAIT ideal-int +pkg syscall (darwin-386), const WORDSIZE ideal-int +pkg syscall (darwin-386), const WSTOPPED ideal-int +pkg syscall (darwin-386), const WUNTRACED ideal-int +pkg syscall (darwin-386), func Accept(int) (int, Sockaddr, error) +pkg syscall (darwin-386), func Access(string, uint32) error +pkg syscall (darwin-386), func Adjtime(*Timeval, *Timeval) error +pkg syscall (darwin-386), func Bind(int, Sockaddr) error +pkg syscall (darwin-386), func BpfBuflen(int) (int, error) +pkg syscall (darwin-386), func BpfDatalink(int) (int, error) +pkg syscall (darwin-386), func BpfHeadercmpl(int) (int, error) +pkg syscall (darwin-386), func BpfInterface(int, string) (string, error) +pkg syscall (darwin-386), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (darwin-386), func BpfStats(int) (*BpfStat, error) +pkg syscall (darwin-386), func BpfStmt(int, int) *BpfInsn +pkg syscall (darwin-386), func BpfTimeout(int) (*Timeval, error) +pkg syscall (darwin-386), func CheckBpfVersion(int) error +pkg syscall (darwin-386), func Chflags(string, int) error +pkg syscall (darwin-386), func Chroot(string) error +pkg syscall (darwin-386), func Close(int) error +pkg syscall (darwin-386), func CloseOnExec(int) +pkg syscall (darwin-386), func CmsgLen(int) int +pkg syscall (darwin-386), func CmsgSpace(int) int +pkg syscall (darwin-386), func Connect(int, Sockaddr) error +pkg syscall (darwin-386), func Dup(int) (int, error) +pkg syscall (darwin-386), func Dup2(int, int) error +pkg syscall (darwin-386), func Exchangedata(string, string, int) error +pkg syscall (darwin-386), func Fchdir(int) error +pkg syscall (darwin-386), func Fchflags(string, int) error +pkg syscall (darwin-386), func Fchmod(int, uint32) error +pkg syscall (darwin-386), func Fchown(int, int, int) error +pkg syscall (darwin-386), func Flock(int, int) error +pkg syscall (darwin-386), func FlushBpf(int) error +pkg syscall (darwin-386), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (darwin-386), func Fpathconf(int, int) (int, error) +pkg syscall (darwin-386), func Fstat(int, *Stat_t) error +pkg syscall (darwin-386), func Fstatfs(int, *Statfs_t) error +pkg syscall (darwin-386), func Fsync(int) error +pkg syscall (darwin-386), func Ftruncate(int, int64) error +pkg syscall (darwin-386), func Futimes(int, []Timeval) error +pkg syscall (darwin-386), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (darwin-386), func Getdtablesize() int +pkg syscall (darwin-386), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (darwin-386), func Getpeername(int) (Sockaddr, error) +pkg syscall (darwin-386), func Getpgid(int) (int, error) +pkg syscall (darwin-386), func Getpgrp() int +pkg syscall (darwin-386), func Getpriority(int, int) (int, error) +pkg syscall (darwin-386), func Getrlimit(int, *Rlimit) error +pkg syscall (darwin-386), func Getrusage(int, *Rusage) error +pkg syscall (darwin-386), func Getsid(int) (int, error) +pkg syscall (darwin-386), func Getsockname(int) (Sockaddr, error) +pkg syscall (darwin-386), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (darwin-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (darwin-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (darwin-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (darwin-386), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (darwin-386), func Issetugid() bool +pkg syscall (darwin-386), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (darwin-386), func Kill(int, Signal) error +pkg syscall (darwin-386), func Kqueue() (int, error) +pkg syscall (darwin-386), func Listen(int, int) error +pkg syscall (darwin-386), func Lstat(string, *Stat_t) error +pkg syscall (darwin-386), func Mkfifo(string, uint32) error +pkg syscall (darwin-386), func Mknod(string, uint32, int) error +pkg syscall (darwin-386), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (darwin-386), func Munmap([]uint8) error +pkg syscall (darwin-386), func NsecToTimespec(int64) Timespec +pkg syscall (darwin-386), func Open(string, int, uint32) (int, error) +pkg syscall (darwin-386), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (darwin-386), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (darwin-386), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (darwin-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (darwin-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (darwin-386), func Pathconf(string, int) (int, error) +pkg syscall (darwin-386), func Pipe([]int) error +pkg syscall (darwin-386), func Pread(int, []uint8, int64) (int, error) +pkg syscall (darwin-386), func PtraceAttach(int) error +pkg syscall (darwin-386), func PtraceDetach(int) error +pkg syscall (darwin-386), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (darwin-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386), func Read(int, []uint8) (int, error) +pkg syscall (darwin-386), func ReadDirent(int, []uint8) (int, error) +pkg syscall (darwin-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (darwin-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (darwin-386), func Revoke(string) error +pkg syscall (darwin-386), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (darwin-386), func Seek(int, int64, int) (int64, error) +pkg syscall (darwin-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (darwin-386), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (darwin-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (darwin-386), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (darwin-386), func SetBpf(int, []BpfInsn) error +pkg syscall (darwin-386), func SetBpfBuflen(int, int) (int, error) +pkg syscall (darwin-386), func SetBpfDatalink(int, int) (int, error) +pkg syscall (darwin-386), func SetBpfHeadercmpl(int, int) error +pkg syscall (darwin-386), func SetBpfImmediate(int, int) error +pkg syscall (darwin-386), func SetBpfInterface(int, string) error +pkg syscall (darwin-386), func SetBpfPromisc(int, int) error +pkg syscall (darwin-386), func SetBpfTimeout(int, *Timeval) error +pkg syscall (darwin-386), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (darwin-386), func SetNonblock(int, bool) error +pkg syscall (darwin-386), func Setegid(int) error +pkg syscall (darwin-386), func Seteuid(int) error +pkg syscall (darwin-386), func Setgid(int) error +pkg syscall (darwin-386), func Setgroups([]int) error +pkg syscall (darwin-386), func Setlogin(string) error +pkg syscall (darwin-386), func Setpgid(int, int) error +pkg syscall (darwin-386), func Setpriority(int, int, int) error +pkg syscall (darwin-386), func Setprivexec(int) error +pkg syscall (darwin-386), func Setregid(int, int) error +pkg syscall (darwin-386), func Setreuid(int, int) error +pkg syscall (darwin-386), func Setrlimit(int, *Rlimit) error +pkg syscall (darwin-386), func Setsid() (int, error) +pkg syscall (darwin-386), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (darwin-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (darwin-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (darwin-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (darwin-386), func SetsockoptInt(int, int, int, int) error +pkg syscall (darwin-386), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (darwin-386), func SetsockoptString(int, int, int, string) error +pkg syscall (darwin-386), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (darwin-386), func Settimeofday(*Timeval) error +pkg syscall (darwin-386), func Setuid(int) error +pkg syscall (darwin-386), func Shutdown(int, int) error +pkg syscall (darwin-386), func Socket(int, int, int) (int, error) +pkg syscall (darwin-386), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (darwin-386), func Stat(string, *Stat_t) error +pkg syscall (darwin-386), func Statfs(string, *Statfs_t) error +pkg syscall (darwin-386), func StringSlicePtr([]string) []*uint8 +pkg syscall (darwin-386), func Sync() error +pkg syscall (darwin-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386), func Sysctl(string) (string, error) +pkg syscall (darwin-386), func SysctlUint32(string) (uint32, error) +pkg syscall (darwin-386), func TimespecToNsec(Timespec) int64 +pkg syscall (darwin-386), func TimevalToNsec(Timeval) int64 +pkg syscall (darwin-386), func Truncate(string, int64) error +pkg syscall (darwin-386), func Umask(int) int +pkg syscall (darwin-386), func Undelete(string) error +pkg syscall (darwin-386), func UnixRights(...int) []uint8 +pkg syscall (darwin-386), func Unmount(string, int) error +pkg syscall (darwin-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (darwin-386), func Write(int, []uint8) (int, error) +pkg syscall (darwin-386), method (*Cmsghdr) SetLen(int) +pkg syscall (darwin-386), method (*Iovec) SetLen(int) +pkg syscall (darwin-386), method (*Msghdr) SetControllen(int) +pkg syscall (darwin-386), type BpfHdr struct +pkg syscall (darwin-386), type BpfHdr struct, Caplen uint32 +pkg syscall (darwin-386), type BpfHdr struct, Datalen uint32 +pkg syscall (darwin-386), type BpfHdr struct, Hdrlen uint16 +pkg syscall (darwin-386), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386), type BpfHdr struct, Tstamp Timeval +pkg syscall (darwin-386), type BpfInsn struct +pkg syscall (darwin-386), type BpfInsn struct, Code uint16 +pkg syscall (darwin-386), type BpfInsn struct, Jf uint8 +pkg syscall (darwin-386), type BpfInsn struct, Jt uint8 +pkg syscall (darwin-386), type BpfInsn struct, K uint32 +pkg syscall (darwin-386), type BpfProgram struct +pkg syscall (darwin-386), type BpfProgram struct, Insns *BpfInsn +pkg syscall (darwin-386), type BpfProgram struct, Len uint32 +pkg syscall (darwin-386), type BpfStat struct +pkg syscall (darwin-386), type BpfStat struct, Drop uint32 +pkg syscall (darwin-386), type BpfStat struct, Recv uint32 +pkg syscall (darwin-386), type BpfVersion struct +pkg syscall (darwin-386), type BpfVersion struct, Major uint16 +pkg syscall (darwin-386), type BpfVersion struct, Minor uint16 +pkg syscall (darwin-386), type Cmsghdr struct +pkg syscall (darwin-386), type Cmsghdr struct, Len uint32 +pkg syscall (darwin-386), type Cmsghdr struct, Level int32 +pkg syscall (darwin-386), type Cmsghdr struct, Type int32 +pkg syscall (darwin-386), type Credential struct +pkg syscall (darwin-386), type Credential struct, Gid uint32 +pkg syscall (darwin-386), type Credential struct, Groups []uint32 +pkg syscall (darwin-386), type Credential struct, Uid uint32 +pkg syscall (darwin-386), type Dirent struct +pkg syscall (darwin-386), type Dirent struct, Ino uint64 +pkg syscall (darwin-386), type Dirent struct, Name [1024]int8 +pkg syscall (darwin-386), type Dirent struct, Namlen uint16 +pkg syscall (darwin-386), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (darwin-386), type Dirent struct, Reclen uint16 +pkg syscall (darwin-386), type Dirent struct, Seekoff uint64 +pkg syscall (darwin-386), type Dirent struct, Type uint8 +pkg syscall (darwin-386), type Fbootstraptransfer_t struct +pkg syscall (darwin-386), type Fbootstraptransfer_t struct, Buffer *uint8 +pkg syscall (darwin-386), type Fbootstraptransfer_t struct, Length uint32 +pkg syscall (darwin-386), type Fbootstraptransfer_t struct, Offset int64 +pkg syscall (darwin-386), type FdSet struct +pkg syscall (darwin-386), type FdSet struct, Bits [32]int32 +pkg syscall (darwin-386), type Flock_t struct +pkg syscall (darwin-386), type Flock_t struct, Len int64 +pkg syscall (darwin-386), type Flock_t struct, Pid int32 +pkg syscall (darwin-386), type Flock_t struct, Start int64 +pkg syscall (darwin-386), type Flock_t struct, Type int16 +pkg syscall (darwin-386), type Flock_t struct, Whence int16 +pkg syscall (darwin-386), type Fsid struct +pkg syscall (darwin-386), type Fsid struct, Val [2]int32 +pkg syscall (darwin-386), type Fstore_t struct +pkg syscall (darwin-386), type Fstore_t struct, Bytesalloc int64 +pkg syscall (darwin-386), type Fstore_t struct, Flags uint32 +pkg syscall (darwin-386), type Fstore_t struct, Length int64 +pkg syscall (darwin-386), type Fstore_t struct, Offset int64 +pkg syscall (darwin-386), type Fstore_t struct, Posmode int32 +pkg syscall (darwin-386), type IfData struct +pkg syscall (darwin-386), type IfData struct, Addrlen uint8 +pkg syscall (darwin-386), type IfData struct, Baudrate uint32 +pkg syscall (darwin-386), type IfData struct, Collisions uint32 +pkg syscall (darwin-386), type IfData struct, Hdrlen uint8 +pkg syscall (darwin-386), type IfData struct, Hwassist uint32 +pkg syscall (darwin-386), type IfData struct, Ibytes uint32 +pkg syscall (darwin-386), type IfData struct, Ierrors uint32 +pkg syscall (darwin-386), type IfData struct, Imcasts uint32 +pkg syscall (darwin-386), type IfData struct, Ipackets uint32 +pkg syscall (darwin-386), type IfData struct, Iqdrops uint32 +pkg syscall (darwin-386), type IfData struct, Lastchange Timeval +pkg syscall (darwin-386), type IfData struct, Metric uint32 +pkg syscall (darwin-386), type IfData struct, Mtu uint32 +pkg syscall (darwin-386), type IfData struct, Noproto uint32 +pkg syscall (darwin-386), type IfData struct, Obytes uint32 +pkg syscall (darwin-386), type IfData struct, Oerrors uint32 +pkg syscall (darwin-386), type IfData struct, Omcasts uint32 +pkg syscall (darwin-386), type IfData struct, Opackets uint32 +pkg syscall (darwin-386), type IfData struct, Physical uint8 +pkg syscall (darwin-386), type IfData struct, Recvquota uint8 +pkg syscall (darwin-386), type IfData struct, Recvtiming uint32 +pkg syscall (darwin-386), type IfData struct, Reserved1 uint32 +pkg syscall (darwin-386), type IfData struct, Reserved2 uint32 +pkg syscall (darwin-386), type IfData struct, Type uint8 +pkg syscall (darwin-386), type IfData struct, Typelen uint8 +pkg syscall (darwin-386), type IfData struct, Unused1 uint8 +pkg syscall (darwin-386), type IfData struct, Unused2 uint32 +pkg syscall (darwin-386), type IfData struct, Xmitquota uint8 +pkg syscall (darwin-386), type IfData struct, Xmittiming uint32 +pkg syscall (darwin-386), type IfMsghdr struct +pkg syscall (darwin-386), type IfMsghdr struct, Addrs int32 +pkg syscall (darwin-386), type IfMsghdr struct, Data IfData +pkg syscall (darwin-386), type IfMsghdr struct, Flags int32 +pkg syscall (darwin-386), type IfMsghdr struct, Index uint16 +pkg syscall (darwin-386), type IfMsghdr struct, Msglen uint16 +pkg syscall (darwin-386), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386), type IfMsghdr struct, Type uint8 +pkg syscall (darwin-386), type IfMsghdr struct, Version uint8 +pkg syscall (darwin-386), type IfaMsghdr struct +pkg syscall (darwin-386), type IfaMsghdr struct, Addrs int32 +pkg syscall (darwin-386), type IfaMsghdr struct, Flags int32 +pkg syscall (darwin-386), type IfaMsghdr struct, Index uint16 +pkg syscall (darwin-386), type IfaMsghdr struct, Metric int32 +pkg syscall (darwin-386), type IfaMsghdr struct, Msglen uint16 +pkg syscall (darwin-386), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386), type IfaMsghdr struct, Type uint8 +pkg syscall (darwin-386), type IfaMsghdr struct, Version uint8 +pkg syscall (darwin-386), type IfmaMsghdr struct +pkg syscall (darwin-386), type IfmaMsghdr struct, Addrs int32 +pkg syscall (darwin-386), type IfmaMsghdr struct, Flags int32 +pkg syscall (darwin-386), type IfmaMsghdr struct, Index uint16 +pkg syscall (darwin-386), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (darwin-386), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386), type IfmaMsghdr struct, Type uint8 +pkg syscall (darwin-386), type IfmaMsghdr struct, Version uint8 +pkg syscall (darwin-386), type IfmaMsghdr2 struct +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Addrs int32 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Flags int32 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Index uint16 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Msglen uint16 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Refcount int32 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Type uint8 +pkg syscall (darwin-386), type IfmaMsghdr2 struct, Version uint8 +pkg syscall (darwin-386), type Inet6Pktinfo struct +pkg syscall (darwin-386), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (darwin-386), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-386), type InterfaceAddrMessage struct +pkg syscall (darwin-386), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (darwin-386), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (darwin-386), type InterfaceMessage struct +pkg syscall (darwin-386), type InterfaceMessage struct, Data []uint8 +pkg syscall (darwin-386), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (darwin-386), type InterfaceMulticastAddrMessage struct +pkg syscall (darwin-386), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (darwin-386), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr2 +pkg syscall (darwin-386), type Iovec struct +pkg syscall (darwin-386), type Iovec struct, Base *uint8 +pkg syscall (darwin-386), type Iovec struct, Len uint32 +pkg syscall (darwin-386), type Kevent_t struct +pkg syscall (darwin-386), type Kevent_t struct, Data int32 +pkg syscall (darwin-386), type Kevent_t struct, Fflags uint32 +pkg syscall (darwin-386), type Kevent_t struct, Filter int16 +pkg syscall (darwin-386), type Kevent_t struct, Flags uint16 +pkg syscall (darwin-386), type Kevent_t struct, Ident uint32 +pkg syscall (darwin-386), type Kevent_t struct, Udata *uint8 +pkg syscall (darwin-386), type Log2phys_t struct +pkg syscall (darwin-386), type Log2phys_t struct, Contigbytes int64 +pkg syscall (darwin-386), type Log2phys_t struct, Devoffset int64 +pkg syscall (darwin-386), type Log2phys_t struct, Flags uint32 +pkg syscall (darwin-386), type Msghdr struct +pkg syscall (darwin-386), type Msghdr struct, Control *uint8 +pkg syscall (darwin-386), type Msghdr struct, Controllen uint32 +pkg syscall (darwin-386), type Msghdr struct, Flags int32 +pkg syscall (darwin-386), type Msghdr struct, Iov *Iovec +pkg syscall (darwin-386), type Msghdr struct, Iovlen int32 +pkg syscall (darwin-386), type Msghdr struct, Name *uint8 +pkg syscall (darwin-386), type Msghdr struct, Namelen uint32 +pkg syscall (darwin-386), type Radvisory_t struct +pkg syscall (darwin-386), type Radvisory_t struct, Count int32 +pkg syscall (darwin-386), type Radvisory_t struct, Offset int64 +pkg syscall (darwin-386), type RawSockaddr struct, Data [14]int8 +pkg syscall (darwin-386), type RawSockaddr struct, Family uint8 +pkg syscall (darwin-386), type RawSockaddr struct, Len uint8 +pkg syscall (darwin-386), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-386), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (darwin-386), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (darwin-386), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (darwin-386), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (darwin-386), type RawSockaddrInet6 struct +pkg syscall (darwin-386), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (darwin-386), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (darwin-386), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (darwin-386), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (darwin-386), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (darwin-386), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (darwin-386), type RawSockaddrUnix struct +pkg syscall (darwin-386), type RawSockaddrUnix struct, Family uint8 +pkg syscall (darwin-386), type RawSockaddrUnix struct, Len uint8 +pkg syscall (darwin-386), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (darwin-386), type Rlimit struct +pkg syscall (darwin-386), type Rlimit struct, Cur uint64 +pkg syscall (darwin-386), type Rlimit struct, Max uint64 +pkg syscall (darwin-386), type RouteMessage struct +pkg syscall (darwin-386), type RouteMessage struct, Data []uint8 +pkg syscall (darwin-386), type RouteMessage struct, Header RtMsghdr +pkg syscall (darwin-386), type RoutingMessage interface, unexported methods +pkg syscall (darwin-386), type RtMetrics struct +pkg syscall (darwin-386), type RtMetrics struct, Expire int32 +pkg syscall (darwin-386), type RtMetrics struct, Filler [4]uint32 +pkg syscall (darwin-386), type RtMetrics struct, Hopcount uint32 +pkg syscall (darwin-386), type RtMetrics struct, Locks uint32 +pkg syscall (darwin-386), type RtMetrics struct, Mtu uint32 +pkg syscall (darwin-386), type RtMetrics struct, Pksent uint32 +pkg syscall (darwin-386), type RtMetrics struct, Recvpipe uint32 +pkg syscall (darwin-386), type RtMetrics struct, Rtt uint32 +pkg syscall (darwin-386), type RtMetrics struct, Rttvar uint32 +pkg syscall (darwin-386), type RtMetrics struct, Sendpipe uint32 +pkg syscall (darwin-386), type RtMetrics struct, Ssthresh uint32 +pkg syscall (darwin-386), type RtMsghdr struct +pkg syscall (darwin-386), type RtMsghdr struct, Addrs int32 +pkg syscall (darwin-386), type RtMsghdr struct, Errno int32 +pkg syscall (darwin-386), type RtMsghdr struct, Flags int32 +pkg syscall (darwin-386), type RtMsghdr struct, Index uint16 +pkg syscall (darwin-386), type RtMsghdr struct, Inits uint32 +pkg syscall (darwin-386), type RtMsghdr struct, Msglen uint16 +pkg syscall (darwin-386), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386), type RtMsghdr struct, Pid int32 +pkg syscall (darwin-386), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (darwin-386), type RtMsghdr struct, Seq int32 +pkg syscall (darwin-386), type RtMsghdr struct, Type uint8 +pkg syscall (darwin-386), type RtMsghdr struct, Use int32 +pkg syscall (darwin-386), type RtMsghdr struct, Version uint8 +pkg syscall (darwin-386), type Rusage struct, Idrss int32 +pkg syscall (darwin-386), type Rusage struct, Inblock int32 +pkg syscall (darwin-386), type Rusage struct, Isrss int32 +pkg syscall (darwin-386), type Rusage struct, Ixrss int32 +pkg syscall (darwin-386), type Rusage struct, Majflt int32 +pkg syscall (darwin-386), type Rusage struct, Maxrss int32 +pkg syscall (darwin-386), type Rusage struct, Minflt int32 +pkg syscall (darwin-386), type Rusage struct, Msgrcv int32 +pkg syscall (darwin-386), type Rusage struct, Msgsnd int32 +pkg syscall (darwin-386), type Rusage struct, Nivcsw int32 +pkg syscall (darwin-386), type Rusage struct, Nsignals int32 +pkg syscall (darwin-386), type Rusage struct, Nswap int32 +pkg syscall (darwin-386), type Rusage struct, Nvcsw int32 +pkg syscall (darwin-386), type Rusage struct, Oublock int32 +pkg syscall (darwin-386), type Rusage struct, Stime Timeval +pkg syscall (darwin-386), type Rusage struct, Utime Timeval +pkg syscall (darwin-386), type SockaddrDatalink struct +pkg syscall (darwin-386), type SockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-386), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-386), type SockaddrDatalink struct, Family uint8 +pkg syscall (darwin-386), type SockaddrDatalink struct, Index uint16 +pkg syscall (darwin-386), type SockaddrDatalink struct, Len uint8 +pkg syscall (darwin-386), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-386), type SockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-386), type SockaddrDatalink struct, Type uint8 +pkg syscall (darwin-386), type SocketControlMessage struct +pkg syscall (darwin-386), type SocketControlMessage struct, Data []uint8 +pkg syscall (darwin-386), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (darwin-386), type Stat_t struct +pkg syscall (darwin-386), type Stat_t struct, Atimespec Timespec +pkg syscall (darwin-386), type Stat_t struct, Birthtimespec Timespec +pkg syscall (darwin-386), type Stat_t struct, Blksize int32 +pkg syscall (darwin-386), type Stat_t struct, Blocks int64 +pkg syscall (darwin-386), type Stat_t struct, Ctimespec Timespec +pkg syscall (darwin-386), type Stat_t struct, Dev int32 +pkg syscall (darwin-386), type Stat_t struct, Flags uint32 +pkg syscall (darwin-386), type Stat_t struct, Gen uint32 +pkg syscall (darwin-386), type Stat_t struct, Gid uint32 +pkg syscall (darwin-386), type Stat_t struct, Ino uint64 +pkg syscall (darwin-386), type Stat_t struct, Lspare int32 +pkg syscall (darwin-386), type Stat_t struct, Mode uint16 +pkg syscall (darwin-386), type Stat_t struct, Mtimespec Timespec +pkg syscall (darwin-386), type Stat_t struct, Nlink uint16 +pkg syscall (darwin-386), type Stat_t struct, Qspare [2]int64 +pkg syscall (darwin-386), type Stat_t struct, Rdev int32 +pkg syscall (darwin-386), type Stat_t struct, Size int64 +pkg syscall (darwin-386), type Stat_t struct, Uid uint32 +pkg syscall (darwin-386), type Statfs_t struct +pkg syscall (darwin-386), type Statfs_t struct, Bavail uint64 +pkg syscall (darwin-386), type Statfs_t struct, Bfree uint64 +pkg syscall (darwin-386), type Statfs_t struct, Blocks uint64 +pkg syscall (darwin-386), type Statfs_t struct, Bsize uint32 +pkg syscall (darwin-386), type Statfs_t struct, Ffree uint64 +pkg syscall (darwin-386), type Statfs_t struct, Files uint64 +pkg syscall (darwin-386), type Statfs_t struct, Flags uint32 +pkg syscall (darwin-386), type Statfs_t struct, Fsid Fsid +pkg syscall (darwin-386), type Statfs_t struct, Fssubtype uint32 +pkg syscall (darwin-386), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (darwin-386), type Statfs_t struct, Iosize int32 +pkg syscall (darwin-386), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (darwin-386), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (darwin-386), type Statfs_t struct, Owner uint32 +pkg syscall (darwin-386), type Statfs_t struct, Reserved [8]uint32 +pkg syscall (darwin-386), type Statfs_t struct, Type uint32 +pkg syscall (darwin-386), type SysProcAttr struct, Chroot string +pkg syscall (darwin-386), type SysProcAttr struct, Credential *Credential +pkg syscall (darwin-386), type SysProcAttr struct, Noctty bool +pkg syscall (darwin-386), type SysProcAttr struct, Ptrace bool +pkg syscall (darwin-386), type SysProcAttr struct, Setctty bool +pkg syscall (darwin-386), type SysProcAttr struct, Setpgid bool +pkg syscall (darwin-386), type SysProcAttr struct, Setsid bool +pkg syscall (darwin-386), type Timespec struct, Nsec int32 +pkg syscall (darwin-386), type Timespec struct, Sec int32 +pkg syscall (darwin-386), type Timeval struct, Sec int32 +pkg syscall (darwin-386), type Timeval struct, Usec int32 +pkg syscall (darwin-386), type Timeval32 [0]uint8 +pkg syscall (darwin-386), type WaitStatus uint32 +pkg syscall (darwin-386), var Stderr int +pkg syscall (darwin-386), var Stdin int +pkg syscall (darwin-386), var Stdout int +pkg syscall (darwin-386-cgo), const AF_APPLETALK ideal-int +pkg syscall (darwin-386-cgo), const AF_CCITT ideal-int +pkg syscall (darwin-386-cgo), const AF_CHAOS ideal-int +pkg syscall (darwin-386-cgo), const AF_CNT ideal-int +pkg syscall (darwin-386-cgo), const AF_COIP ideal-int +pkg syscall (darwin-386-cgo), const AF_DATAKIT ideal-int +pkg syscall (darwin-386-cgo), const AF_DECnet ideal-int +pkg syscall (darwin-386-cgo), const AF_DLI ideal-int +pkg syscall (darwin-386-cgo), const AF_E164 ideal-int +pkg syscall (darwin-386-cgo), const AF_ECMA ideal-int +pkg syscall (darwin-386-cgo), const AF_HYLINK ideal-int +pkg syscall (darwin-386-cgo), const AF_IEEE80211 ideal-int +pkg syscall (darwin-386-cgo), const AF_IMPLINK ideal-int +pkg syscall (darwin-386-cgo), const AF_IPX ideal-int +pkg syscall (darwin-386-cgo), const AF_ISDN ideal-int +pkg syscall (darwin-386-cgo), const AF_ISO ideal-int +pkg syscall (darwin-386-cgo), const AF_LAT ideal-int +pkg syscall (darwin-386-cgo), const AF_LINK ideal-int +pkg syscall (darwin-386-cgo), const AF_LOCAL ideal-int +pkg syscall (darwin-386-cgo), const AF_MAX ideal-int +pkg syscall (darwin-386-cgo), const AF_NATM ideal-int +pkg syscall (darwin-386-cgo), const AF_NDRV ideal-int +pkg syscall (darwin-386-cgo), const AF_NETBIOS ideal-int +pkg syscall (darwin-386-cgo), const AF_NS ideal-int +pkg syscall (darwin-386-cgo), const AF_OSI ideal-int +pkg syscall (darwin-386-cgo), const AF_PPP ideal-int +pkg syscall (darwin-386-cgo), const AF_PUP ideal-int +pkg syscall (darwin-386-cgo), const AF_RESERVED_36 ideal-int +pkg syscall (darwin-386-cgo), const AF_ROUTE ideal-int +pkg syscall (darwin-386-cgo), const AF_SIP ideal-int +pkg syscall (darwin-386-cgo), const AF_SNA ideal-int +pkg syscall (darwin-386-cgo), const AF_SYSTEM ideal-int +pkg syscall (darwin-386-cgo), const BIOCFLUSH ideal-int +pkg syscall (darwin-386-cgo), const BIOCGBLEN ideal-int +pkg syscall (darwin-386-cgo), const BIOCGDLT ideal-int +pkg syscall (darwin-386-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (darwin-386-cgo), const BIOCGETIF ideal-int +pkg syscall (darwin-386-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (darwin-386-cgo), const BIOCGRSIG ideal-int +pkg syscall (darwin-386-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (darwin-386-cgo), const BIOCGSEESENT ideal-int +pkg syscall (darwin-386-cgo), const BIOCGSTATS ideal-int +pkg syscall (darwin-386-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (darwin-386-cgo), const BIOCPROMISC ideal-int +pkg syscall (darwin-386-cgo), const BIOCSBLEN ideal-int +pkg syscall (darwin-386-cgo), const BIOCSDLT ideal-int +pkg syscall (darwin-386-cgo), const BIOCSETF ideal-int +pkg syscall (darwin-386-cgo), const BIOCSETIF ideal-int +pkg syscall (darwin-386-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (darwin-386-cgo), const BIOCSRSIG ideal-int +pkg syscall (darwin-386-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (darwin-386-cgo), const BIOCSSEESENT ideal-int +pkg syscall (darwin-386-cgo), const BIOCVERSION ideal-int +pkg syscall (darwin-386-cgo), const BPF_A ideal-int +pkg syscall (darwin-386-cgo), const BPF_ABS ideal-int +pkg syscall (darwin-386-cgo), const BPF_ADD ideal-int +pkg syscall (darwin-386-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (darwin-386-cgo), const BPF_ALU ideal-int +pkg syscall (darwin-386-cgo), const BPF_AND ideal-int +pkg syscall (darwin-386-cgo), const BPF_B ideal-int +pkg syscall (darwin-386-cgo), const BPF_DIV ideal-int +pkg syscall (darwin-386-cgo), const BPF_H ideal-int +pkg syscall (darwin-386-cgo), const BPF_IMM ideal-int +pkg syscall (darwin-386-cgo), const BPF_IND ideal-int +pkg syscall (darwin-386-cgo), const BPF_JA ideal-int +pkg syscall (darwin-386-cgo), const BPF_JEQ ideal-int +pkg syscall (darwin-386-cgo), const BPF_JGE ideal-int +pkg syscall (darwin-386-cgo), const BPF_JGT ideal-int +pkg syscall (darwin-386-cgo), const BPF_JMP ideal-int +pkg syscall (darwin-386-cgo), const BPF_JSET ideal-int +pkg syscall (darwin-386-cgo), const BPF_K ideal-int +pkg syscall (darwin-386-cgo), const BPF_LD ideal-int +pkg syscall (darwin-386-cgo), const BPF_LDX ideal-int +pkg syscall (darwin-386-cgo), const BPF_LEN ideal-int +pkg syscall (darwin-386-cgo), const BPF_LSH ideal-int +pkg syscall (darwin-386-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (darwin-386-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (darwin-386-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (darwin-386-cgo), const BPF_MEM ideal-int +pkg syscall (darwin-386-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (darwin-386-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (darwin-386-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (darwin-386-cgo), const BPF_MISC ideal-int +pkg syscall (darwin-386-cgo), const BPF_MSH ideal-int +pkg syscall (darwin-386-cgo), const BPF_MUL ideal-int +pkg syscall (darwin-386-cgo), const BPF_NEG ideal-int +pkg syscall (darwin-386-cgo), const BPF_OR ideal-int +pkg syscall (darwin-386-cgo), const BPF_RELEASE ideal-int +pkg syscall (darwin-386-cgo), const BPF_RET ideal-int +pkg syscall (darwin-386-cgo), const BPF_RSH ideal-int +pkg syscall (darwin-386-cgo), const BPF_ST ideal-int +pkg syscall (darwin-386-cgo), const BPF_STX ideal-int +pkg syscall (darwin-386-cgo), const BPF_SUB ideal-int +pkg syscall (darwin-386-cgo), const BPF_TAX ideal-int +pkg syscall (darwin-386-cgo), const BPF_TXA ideal-int +pkg syscall (darwin-386-cgo), const BPF_W ideal-int +pkg syscall (darwin-386-cgo), const BPF_X ideal-int +pkg syscall (darwin-386-cgo), const CTL_MAXNAME ideal-int +pkg syscall (darwin-386-cgo), const CTL_NET ideal-int +pkg syscall (darwin-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (darwin-386-cgo), const DLT_ARCNET ideal-int +pkg syscall (darwin-386-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (darwin-386-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (darwin-386-cgo), const DLT_AX25 ideal-int +pkg syscall (darwin-386-cgo), const DLT_CHAOS ideal-int +pkg syscall (darwin-386-cgo), const DLT_CHDLC ideal-int +pkg syscall (darwin-386-cgo), const DLT_C_HDLC ideal-int +pkg syscall (darwin-386-cgo), const DLT_EN10MB ideal-int +pkg syscall (darwin-386-cgo), const DLT_EN3MB ideal-int +pkg syscall (darwin-386-cgo), const DLT_FDDI ideal-int +pkg syscall (darwin-386-cgo), const DLT_IEEE802 ideal-int +pkg syscall (darwin-386-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (darwin-386-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (darwin-386-cgo), const DLT_LOOP ideal-int +pkg syscall (darwin-386-cgo), const DLT_NULL ideal-int +pkg syscall (darwin-386-cgo), const DLT_PFLOG ideal-int +pkg syscall (darwin-386-cgo), const DLT_PFSYNC ideal-int +pkg syscall (darwin-386-cgo), const DLT_PPP ideal-int +pkg syscall (darwin-386-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (darwin-386-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (darwin-386-cgo), const DLT_PRONET ideal-int +pkg syscall (darwin-386-cgo), const DLT_RAW ideal-int +pkg syscall (darwin-386-cgo), const DLT_SLIP ideal-int +pkg syscall (darwin-386-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (darwin-386-cgo), const DT_BLK ideal-int +pkg syscall (darwin-386-cgo), const DT_CHR ideal-int +pkg syscall (darwin-386-cgo), const DT_DIR ideal-int +pkg syscall (darwin-386-cgo), const DT_FIFO ideal-int +pkg syscall (darwin-386-cgo), const DT_LNK ideal-int +pkg syscall (darwin-386-cgo), const DT_REG ideal-int +pkg syscall (darwin-386-cgo), const DT_SOCK ideal-int +pkg syscall (darwin-386-cgo), const DT_UNKNOWN ideal-int +pkg syscall (darwin-386-cgo), const DT_WHT ideal-int +pkg syscall (darwin-386-cgo), const EAUTH Errno +pkg syscall (darwin-386-cgo), const EBADARCH Errno +pkg syscall (darwin-386-cgo), const EBADEXEC Errno +pkg syscall (darwin-386-cgo), const EBADMACHO Errno +pkg syscall (darwin-386-cgo), const EBADMSG Errno +pkg syscall (darwin-386-cgo), const EBADRPC Errno +pkg syscall (darwin-386-cgo), const ECHO ideal-int +pkg syscall (darwin-386-cgo), const ECHOCTL ideal-int +pkg syscall (darwin-386-cgo), const ECHOE ideal-int +pkg syscall (darwin-386-cgo), const ECHOK ideal-int +pkg syscall (darwin-386-cgo), const ECHOKE ideal-int +pkg syscall (darwin-386-cgo), const ECHONL ideal-int +pkg syscall (darwin-386-cgo), const ECHOPRT ideal-int +pkg syscall (darwin-386-cgo), const EDEVERR Errno +pkg syscall (darwin-386-cgo), const EFTYPE Errno +pkg syscall (darwin-386-cgo), const ELAST Errno +pkg syscall (darwin-386-cgo), const EMULTIHOP Errno +pkg syscall (darwin-386-cgo), const ENEEDAUTH Errno +pkg syscall (darwin-386-cgo), const ENOATTR Errno +pkg syscall (darwin-386-cgo), const ENODATA Errno +pkg syscall (darwin-386-cgo), const ENOLINK Errno +pkg syscall (darwin-386-cgo), const ENOPOLICY Errno +pkg syscall (darwin-386-cgo), const ENOSR Errno +pkg syscall (darwin-386-cgo), const ENOSTR Errno +pkg syscall (darwin-386-cgo), const ENOTRECOVERABLE Errno +pkg syscall (darwin-386-cgo), const EOWNERDEAD Errno +pkg syscall (darwin-386-cgo), const EPROCLIM Errno +pkg syscall (darwin-386-cgo), const EPROCUNAVAIL Errno +pkg syscall (darwin-386-cgo), const EPROGMISMATCH Errno +pkg syscall (darwin-386-cgo), const EPROGUNAVAIL Errno +pkg syscall (darwin-386-cgo), const EPROTO Errno +pkg syscall (darwin-386-cgo), const EPWROFF Errno +pkg syscall (darwin-386-cgo), const ERPCMISMATCH Errno +pkg syscall (darwin-386-cgo), const ESHLIBVERS Errno +pkg syscall (darwin-386-cgo), const ETIME Errno +pkg syscall (darwin-386-cgo), const EVFILT_AIO ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_FS ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_MACHPORT ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_PROC ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_READ ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_TIMER ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_USER ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_VM ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_VNODE ideal-int +pkg syscall (darwin-386-cgo), const EVFILT_WRITE ideal-int +pkg syscall (darwin-386-cgo), const EV_ADD ideal-int +pkg syscall (darwin-386-cgo), const EV_CLEAR ideal-int +pkg syscall (darwin-386-cgo), const EV_DELETE ideal-int +pkg syscall (darwin-386-cgo), const EV_DISABLE ideal-int +pkg syscall (darwin-386-cgo), const EV_DISPATCH ideal-int +pkg syscall (darwin-386-cgo), const EV_ENABLE ideal-int +pkg syscall (darwin-386-cgo), const EV_EOF ideal-int +pkg syscall (darwin-386-cgo), const EV_ERROR ideal-int +pkg syscall (darwin-386-cgo), const EV_FLAG0 ideal-int +pkg syscall (darwin-386-cgo), const EV_FLAG1 ideal-int +pkg syscall (darwin-386-cgo), const EV_ONESHOT ideal-int +pkg syscall (darwin-386-cgo), const EV_OOBAND ideal-int +pkg syscall (darwin-386-cgo), const EV_POLL ideal-int +pkg syscall (darwin-386-cgo), const EV_RECEIPT ideal-int +pkg syscall (darwin-386-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (darwin-386-cgo), const EXTA ideal-int +pkg syscall (darwin-386-cgo), const EXTB ideal-int +pkg syscall (darwin-386-cgo), const EXTPROC ideal-int +pkg syscall (darwin-386-cgo), const FD_CLOEXEC ideal-int +pkg syscall (darwin-386-cgo), const FD_SETSIZE ideal-int +pkg syscall (darwin-386-cgo), const F_ADDFILESIGS ideal-int +pkg syscall (darwin-386-cgo), const F_ADDSIGS ideal-int +pkg syscall (darwin-386-cgo), const F_ALLOCATEALL ideal-int +pkg syscall (darwin-386-cgo), const F_ALLOCATECONTIG ideal-int +pkg syscall (darwin-386-cgo), const F_CHKCLEAN ideal-int +pkg syscall (darwin-386-cgo), const F_DUPFD ideal-int +pkg syscall (darwin-386-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (darwin-386-cgo), const F_FLUSH_DATA ideal-int +pkg syscall (darwin-386-cgo), const F_FREEZE_FS ideal-int +pkg syscall (darwin-386-cgo), const F_FULLFSYNC ideal-int +pkg syscall (darwin-386-cgo), const F_GETFD ideal-int +pkg syscall (darwin-386-cgo), const F_GETFL ideal-int +pkg syscall (darwin-386-cgo), const F_GETLK ideal-int +pkg syscall (darwin-386-cgo), const F_GETLKPID ideal-int +pkg syscall (darwin-386-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (darwin-386-cgo), const F_GETOWN ideal-int +pkg syscall (darwin-386-cgo), const F_GETPATH ideal-int +pkg syscall (darwin-386-cgo), const F_GETPATH_MTMINFO ideal-int +pkg syscall (darwin-386-cgo), const F_GETPROTECTIONCLASS ideal-int +pkg syscall (darwin-386-cgo), const F_GLOBAL_NOCACHE ideal-int +pkg syscall (darwin-386-cgo), const F_LOG2PHYS ideal-int +pkg syscall (darwin-386-cgo), const F_LOG2PHYS_EXT ideal-int +pkg syscall (darwin-386-cgo), const F_MARKDEPENDENCY ideal-int +pkg syscall (darwin-386-cgo), const F_NOCACHE ideal-int +pkg syscall (darwin-386-cgo), const F_NODIRECT ideal-int +pkg syscall (darwin-386-cgo), const F_OK ideal-int +pkg syscall (darwin-386-cgo), const F_PATHPKG_CHECK ideal-int +pkg syscall (darwin-386-cgo), const F_PEOFPOSMODE ideal-int +pkg syscall (darwin-386-cgo), const F_PREALLOCATE ideal-int +pkg syscall (darwin-386-cgo), const F_RDADVISE ideal-int +pkg syscall (darwin-386-cgo), const F_RDAHEAD ideal-int +pkg syscall (darwin-386-cgo), const F_RDLCK ideal-int +pkg syscall (darwin-386-cgo), const F_READBOOTSTRAP ideal-int +pkg syscall (darwin-386-cgo), const F_SETBACKINGSTORE ideal-int +pkg syscall (darwin-386-cgo), const F_SETFD ideal-int +pkg syscall (darwin-386-cgo), const F_SETFL ideal-int +pkg syscall (darwin-386-cgo), const F_SETLK ideal-int +pkg syscall (darwin-386-cgo), const F_SETLKW ideal-int +pkg syscall (darwin-386-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (darwin-386-cgo), const F_SETOWN ideal-int +pkg syscall (darwin-386-cgo), const F_SETPROTECTIONCLASS ideal-int +pkg syscall (darwin-386-cgo), const F_SETSIZE ideal-int +pkg syscall (darwin-386-cgo), const F_THAW_FS ideal-int +pkg syscall (darwin-386-cgo), const F_UNLCK ideal-int +pkg syscall (darwin-386-cgo), const F_VOLPOSMODE ideal-int +pkg syscall (darwin-386-cgo), const F_WRITEBOOTSTRAP ideal-int +pkg syscall (darwin-386-cgo), const F_WRLCK ideal-int +pkg syscall (darwin-386-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (darwin-386-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (darwin-386-cgo), const IFF_DEBUG ideal-int +pkg syscall (darwin-386-cgo), const IFF_LINK0 ideal-int +pkg syscall (darwin-386-cgo), const IFF_LINK1 ideal-int +pkg syscall (darwin-386-cgo), const IFF_LINK2 ideal-int +pkg syscall (darwin-386-cgo), const IFF_NOARP ideal-int +pkg syscall (darwin-386-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (darwin-386-cgo), const IFF_OACTIVE ideal-int +pkg syscall (darwin-386-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (darwin-386-cgo), const IFF_PROMISC ideal-int +pkg syscall (darwin-386-cgo), const IFF_RUNNING ideal-int +pkg syscall (darwin-386-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (darwin-386-cgo), const IFNAMSIZ ideal-int +pkg syscall (darwin-386-cgo), const IFT_1822 ideal-int +pkg syscall (darwin-386-cgo), const IFT_AAL5 ideal-int +pkg syscall (darwin-386-cgo), const IFT_ARCNET ideal-int +pkg syscall (darwin-386-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (darwin-386-cgo), const IFT_ATM ideal-int +pkg syscall (darwin-386-cgo), const IFT_BRIDGE ideal-int +pkg syscall (darwin-386-cgo), const IFT_CARP ideal-int +pkg syscall (darwin-386-cgo), const IFT_CELLULAR ideal-int +pkg syscall (darwin-386-cgo), const IFT_CEPT ideal-int +pkg syscall (darwin-386-cgo), const IFT_DS3 ideal-int +pkg syscall (darwin-386-cgo), const IFT_ENC ideal-int +pkg syscall (darwin-386-cgo), const IFT_EON ideal-int +pkg syscall (darwin-386-cgo), const IFT_ETHER ideal-int +pkg syscall (darwin-386-cgo), const IFT_FAITH ideal-int +pkg syscall (darwin-386-cgo), const IFT_FDDI ideal-int +pkg syscall (darwin-386-cgo), const IFT_FRELAY ideal-int +pkg syscall (darwin-386-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (darwin-386-cgo), const IFT_GIF ideal-int +pkg syscall (darwin-386-cgo), const IFT_HDH1822 ideal-int +pkg syscall (darwin-386-cgo), const IFT_HIPPI ideal-int +pkg syscall (darwin-386-cgo), const IFT_HSSI ideal-int +pkg syscall (darwin-386-cgo), const IFT_HY ideal-int +pkg syscall (darwin-386-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (darwin-386-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISO88023 ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISO88024 ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISO88025 ideal-int +pkg syscall (darwin-386-cgo), const IFT_ISO88026 ideal-int +pkg syscall (darwin-386-cgo), const IFT_L2VLAN ideal-int +pkg syscall (darwin-386-cgo), const IFT_LAPB ideal-int +pkg syscall (darwin-386-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (darwin-386-cgo), const IFT_LOOP ideal-int +pkg syscall (darwin-386-cgo), const IFT_MIOX25 ideal-int +pkg syscall (darwin-386-cgo), const IFT_MODEM ideal-int +pkg syscall (darwin-386-cgo), const IFT_NSIP ideal-int +pkg syscall (darwin-386-cgo), const IFT_OTHER ideal-int +pkg syscall (darwin-386-cgo), const IFT_P10 ideal-int +pkg syscall (darwin-386-cgo), const IFT_P80 ideal-int +pkg syscall (darwin-386-cgo), const IFT_PARA ideal-int +pkg syscall (darwin-386-cgo), const IFT_PDP ideal-int +pkg syscall (darwin-386-cgo), const IFT_PFLOG ideal-int +pkg syscall (darwin-386-cgo), const IFT_PFSYNC ideal-int +pkg syscall (darwin-386-cgo), const IFT_PPP ideal-int +pkg syscall (darwin-386-cgo), const IFT_PROPMUX ideal-int +pkg syscall (darwin-386-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (darwin-386-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (darwin-386-cgo), const IFT_RS232 ideal-int +pkg syscall (darwin-386-cgo), const IFT_SDLC ideal-int +pkg syscall (darwin-386-cgo), const IFT_SIP ideal-int +pkg syscall (darwin-386-cgo), const IFT_SLIP ideal-int +pkg syscall (darwin-386-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (darwin-386-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (darwin-386-cgo), const IFT_SONET ideal-int +pkg syscall (darwin-386-cgo), const IFT_SONETPATH ideal-int +pkg syscall (darwin-386-cgo), const IFT_SONETVT ideal-int +pkg syscall (darwin-386-cgo), const IFT_STARLAN ideal-int +pkg syscall (darwin-386-cgo), const IFT_STF ideal-int +pkg syscall (darwin-386-cgo), const IFT_T1 ideal-int +pkg syscall (darwin-386-cgo), const IFT_ULTRA ideal-int +pkg syscall (darwin-386-cgo), const IFT_V35 ideal-int +pkg syscall (darwin-386-cgo), const IFT_X25 ideal-int +pkg syscall (darwin-386-cgo), const IFT_X25DDN ideal-int +pkg syscall (darwin-386-cgo), const IFT_X25PLE ideal-int +pkg syscall (darwin-386-cgo), const IFT_XETHER ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (darwin-386-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (darwin-386-cgo), const IN_LINKLOCALNETNUM ideal-int +pkg syscall (darwin-386-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_3PC ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_AH ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_APES ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_BHA ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_BLT ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_DDP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_DGP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_DONE ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_EGP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_EON ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ESP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_GGP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_GRE ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_HMP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IDP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IGP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IL ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_INP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_LARP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MAX ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MICP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_MUX ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ND ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_NONE ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_NSP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_PGM ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_PIM ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_PRM ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_PUP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_PVP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_RAW ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_RDP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_RVD ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SEP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_ST ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_TCF ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_TP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_TTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_VINES ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_VISA ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_WSN ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_XNET ideal-int +pkg syscall (darwin-386-cgo), const IPPROTO_XTP ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292DSTOPTS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292HOPOPTS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292NEXTHOP ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292PKTINFO ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_2292RTHDR ideal-int +pkg syscall (darwin-386-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (darwin-386-cgo), const IPV6_BOUND_IF ideal-int +pkg syscall (darwin-386-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-386-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FAITH ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FW_GET ideal-int +pkg syscall (darwin-386-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (darwin-386-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (darwin-386-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_MMTU ideal-int +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (darwin-386-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (darwin-386-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (darwin-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (darwin-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (darwin-386-cgo), const IPV6_TCLASS ideal-int +pkg syscall (darwin-386-cgo), const IPV6_VERSION ideal-int +pkg syscall (darwin-386-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (darwin-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-386-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (darwin-386-cgo), const IP_BOUND_IF ideal-int +pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (darwin-386-cgo), const IP_DF ideal-int +pkg syscall (darwin-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (darwin-386-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (darwin-386-cgo), const IP_FAITH ideal-int +pkg syscall (darwin-386-cgo), const IP_FW_ADD ideal-int +pkg syscall (darwin-386-cgo), const IP_FW_DEL ideal-int +pkg syscall (darwin-386-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (darwin-386-cgo), const IP_FW_GET ideal-int +pkg syscall (darwin-386-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (darwin-386-cgo), const IP_FW_ZERO ideal-int +pkg syscall (darwin-386-cgo), const IP_HDRINCL ideal-int +pkg syscall (darwin-386-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (darwin-386-cgo), const IP_MAXPACKET ideal-int +pkg syscall (darwin-386-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-386-cgo), const IP_MF ideal-int +pkg syscall (darwin-386-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-386-cgo), const IP_MSFILTER ideal-int +pkg syscall (darwin-386-cgo), const IP_MSS ideal-int +pkg syscall (darwin-386-cgo), const IP_MULTICAST_IFINDEX ideal-int +pkg syscall (darwin-386-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (darwin-386-cgo), const IP_NAT__XXX ideal-int +pkg syscall (darwin-386-cgo), const IP_OFFMASK ideal-int +pkg syscall (darwin-386-cgo), const IP_OLD_FW_ADD ideal-int +pkg syscall (darwin-386-cgo), const IP_OLD_FW_DEL ideal-int +pkg syscall (darwin-386-cgo), const IP_OLD_FW_FLUSH ideal-int +pkg syscall (darwin-386-cgo), const IP_OLD_FW_GET ideal-int +pkg syscall (darwin-386-cgo), const IP_OLD_FW_RESETLOG ideal-int +pkg syscall (darwin-386-cgo), const IP_OLD_FW_ZERO ideal-int +pkg syscall (darwin-386-cgo), const IP_OPTIONS ideal-int +pkg syscall (darwin-386-cgo), const IP_PKTINFO ideal-int +pkg syscall (darwin-386-cgo), const IP_PORTRANGE ideal-int +pkg syscall (darwin-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-386-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-386-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (darwin-386-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (darwin-386-cgo), const IP_RECVIF ideal-int +pkg syscall (darwin-386-cgo), const IP_RECVOPTS ideal-int +pkg syscall (darwin-386-cgo), const IP_RECVPKTINFO ideal-int +pkg syscall (darwin-386-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (darwin-386-cgo), const IP_RECVTTL ideal-int +pkg syscall (darwin-386-cgo), const IP_RETOPTS ideal-int +pkg syscall (darwin-386-cgo), const IP_RF ideal-int +pkg syscall (darwin-386-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (darwin-386-cgo), const IP_RSVP_ON ideal-int +pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (darwin-386-cgo), const IP_STRIPHDR ideal-int +pkg syscall (darwin-386-cgo), const IP_TRAFFIC_MGT_BACKGROUND ideal-int +pkg syscall (darwin-386-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (darwin-386-cgo), const LOCK_EX ideal-int +pkg syscall (darwin-386-cgo), const LOCK_NB ideal-int +pkg syscall (darwin-386-cgo), const LOCK_SH ideal-int +pkg syscall (darwin-386-cgo), const LOCK_UN ideal-int +pkg syscall (darwin-386-cgo), const MADV_CAN_REUSE ideal-int +pkg syscall (darwin-386-cgo), const MADV_DONTNEED ideal-int +pkg syscall (darwin-386-cgo), const MADV_FREE ideal-int +pkg syscall (darwin-386-cgo), const MADV_FREE_REUSABLE ideal-int +pkg syscall (darwin-386-cgo), const MADV_FREE_REUSE ideal-int +pkg syscall (darwin-386-cgo), const MADV_NORMAL ideal-int +pkg syscall (darwin-386-cgo), const MADV_RANDOM ideal-int +pkg syscall (darwin-386-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (darwin-386-cgo), const MADV_WILLNEED ideal-int +pkg syscall (darwin-386-cgo), const MADV_ZERO_WIRED_PAGES ideal-int +pkg syscall (darwin-386-cgo), const MAP_ANON ideal-int +pkg syscall (darwin-386-cgo), const MAP_COPY ideal-int +pkg syscall (darwin-386-cgo), const MAP_FILE ideal-int +pkg syscall (darwin-386-cgo), const MAP_FIXED ideal-int +pkg syscall (darwin-386-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (darwin-386-cgo), const MAP_JIT ideal-int +pkg syscall (darwin-386-cgo), const MAP_NOCACHE ideal-int +pkg syscall (darwin-386-cgo), const MAP_NOEXTEND ideal-int +pkg syscall (darwin-386-cgo), const MAP_NORESERVE ideal-int +pkg syscall (darwin-386-cgo), const MAP_PRIVATE ideal-int +pkg syscall (darwin-386-cgo), const MAP_RENAME ideal-int +pkg syscall (darwin-386-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (darwin-386-cgo), const MAP_SHARED ideal-int +pkg syscall (darwin-386-cgo), const MCL_CURRENT ideal-int +pkg syscall (darwin-386-cgo), const MCL_FUTURE ideal-int +pkg syscall (darwin-386-cgo), const MSG_CTRUNC ideal-int +pkg syscall (darwin-386-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (darwin-386-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (darwin-386-cgo), const MSG_EOF ideal-int +pkg syscall (darwin-386-cgo), const MSG_EOR ideal-int +pkg syscall (darwin-386-cgo), const MSG_FLUSH ideal-int +pkg syscall (darwin-386-cgo), const MSG_HAVEMORE ideal-int +pkg syscall (darwin-386-cgo), const MSG_HOLD ideal-int +pkg syscall (darwin-386-cgo), const MSG_NEEDSA ideal-int +pkg syscall (darwin-386-cgo), const MSG_OOB ideal-int +pkg syscall (darwin-386-cgo), const MSG_PEEK ideal-int +pkg syscall (darwin-386-cgo), const MSG_RCVMORE ideal-int +pkg syscall (darwin-386-cgo), const MSG_SEND ideal-int +pkg syscall (darwin-386-cgo), const MSG_TRUNC ideal-int +pkg syscall (darwin-386-cgo), const MSG_WAITALL ideal-int +pkg syscall (darwin-386-cgo), const MSG_WAITSTREAM ideal-int +pkg syscall (darwin-386-cgo), const MS_ASYNC ideal-int +pkg syscall (darwin-386-cgo), const MS_DEACTIVATE ideal-int +pkg syscall (darwin-386-cgo), const MS_INVALIDATE ideal-int +pkg syscall (darwin-386-cgo), const MS_KILLPAGES ideal-int +pkg syscall (darwin-386-cgo), const MS_SYNC ideal-int +pkg syscall (darwin-386-cgo), const NAME_MAX ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_DUMP ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_DUMP2 ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_IFLIST2 ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_MAXID ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_STAT ideal-int +pkg syscall (darwin-386-cgo), const NET_RT_TRASH ideal-int +pkg syscall (darwin-386-cgo), const NOTE_ABSOLUTE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (darwin-386-cgo), const NOTE_CHILD ideal-int +pkg syscall (darwin-386-cgo), const NOTE_DELETE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_EXEC ideal-int +pkg syscall (darwin-386-cgo), const NOTE_EXIT ideal-int +pkg syscall (darwin-386-cgo), const NOTE_EXITSTATUS ideal-int +pkg syscall (darwin-386-cgo), const NOTE_EXTEND ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FFAND ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FFNOP ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FFOR ideal-int +pkg syscall (darwin-386-cgo), const NOTE_FORK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_LINK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_LOWAT ideal-int +pkg syscall (darwin-386-cgo), const NOTE_NONE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_NSECONDS ideal-int +pkg syscall (darwin-386-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_REAP ideal-int +pkg syscall (darwin-386-cgo), const NOTE_RENAME ideal-int +pkg syscall (darwin-386-cgo), const NOTE_RESOURCEEND ideal-int +pkg syscall (darwin-386-cgo), const NOTE_REVOKE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_SECONDS ideal-int +pkg syscall (darwin-386-cgo), const NOTE_SIGNAL ideal-int +pkg syscall (darwin-386-cgo), const NOTE_TRACK ideal-int +pkg syscall (darwin-386-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (darwin-386-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (darwin-386-cgo), const NOTE_USECONDS ideal-int +pkg syscall (darwin-386-cgo), const NOTE_VM_ERROR ideal-int +pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_TERMINATE ideal-int +pkg syscall (darwin-386-cgo), const NOTE_WRITE ideal-int +pkg syscall (darwin-386-cgo), const O_ACCMODE ideal-int +pkg syscall (darwin-386-cgo), const O_ALERT ideal-int +pkg syscall (darwin-386-cgo), const O_DIRECTORY ideal-int +pkg syscall (darwin-386-cgo), const O_DSYNC ideal-int +pkg syscall (darwin-386-cgo), const O_EVTONLY ideal-int +pkg syscall (darwin-386-cgo), const O_EXLOCK ideal-int +pkg syscall (darwin-386-cgo), const O_FSYNC ideal-int +pkg syscall (darwin-386-cgo), const O_NDELAY ideal-int +pkg syscall (darwin-386-cgo), const O_NOFOLLOW ideal-int +pkg syscall (darwin-386-cgo), const O_POPUP ideal-int +pkg syscall (darwin-386-cgo), const O_SHLOCK ideal-int +pkg syscall (darwin-386-cgo), const O_SYMLINK ideal-int +pkg syscall (darwin-386-cgo), const PROT_EXEC ideal-int +pkg syscall (darwin-386-cgo), const PROT_NONE ideal-int +pkg syscall (darwin-386-cgo), const PROT_READ ideal-int +pkg syscall (darwin-386-cgo), const PROT_WRITE ideal-int +pkg syscall (darwin-386-cgo), const PTRACE_CONT ideal-int +pkg syscall (darwin-386-cgo), const PTRACE_KILL ideal-int +pkg syscall (darwin-386-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (darwin-386-cgo), const PT_ATTACH ideal-int +pkg syscall (darwin-386-cgo), const PT_ATTACHEXC ideal-int +pkg syscall (darwin-386-cgo), const PT_CONTINUE ideal-int +pkg syscall (darwin-386-cgo), const PT_DENY_ATTACH ideal-int +pkg syscall (darwin-386-cgo), const PT_DETACH ideal-int +pkg syscall (darwin-386-cgo), const PT_FIRSTMACH ideal-int +pkg syscall (darwin-386-cgo), const PT_FORCEQUOTA ideal-int +pkg syscall (darwin-386-cgo), const PT_KILL ideal-int +pkg syscall (darwin-386-cgo), const PT_READ_D ideal-int +pkg syscall (darwin-386-cgo), const PT_READ_I ideal-int +pkg syscall (darwin-386-cgo), const PT_READ_U ideal-int +pkg syscall (darwin-386-cgo), const PT_SIGEXC ideal-int +pkg syscall (darwin-386-cgo), const PT_STEP ideal-int +pkg syscall (darwin-386-cgo), const PT_THUPDATE ideal-int +pkg syscall (darwin-386-cgo), const PT_TRACE_ME ideal-int +pkg syscall (darwin-386-cgo), const PT_WRITE_D ideal-int +pkg syscall (darwin-386-cgo), const PT_WRITE_I ideal-int +pkg syscall (darwin-386-cgo), const PT_WRITE_U ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_AS ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_CORE ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_CPU ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_DATA ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (darwin-386-cgo), const RLIMIT_STACK ideal-int +pkg syscall (darwin-386-cgo), const RLIM_INFINITY ideal-int +pkg syscall (darwin-386-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (darwin-386-cgo), const RTAX_BRD ideal-int +pkg syscall (darwin-386-cgo), const RTAX_DST ideal-int +pkg syscall (darwin-386-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (darwin-386-cgo), const RTAX_GENMASK ideal-int +pkg syscall (darwin-386-cgo), const RTAX_IFA ideal-int +pkg syscall (darwin-386-cgo), const RTAX_IFP ideal-int +pkg syscall (darwin-386-cgo), const RTAX_MAX ideal-int +pkg syscall (darwin-386-cgo), const RTAX_NETMASK ideal-int +pkg syscall (darwin-386-cgo), const RTA_AUTHOR ideal-int +pkg syscall (darwin-386-cgo), const RTA_BRD ideal-int +pkg syscall (darwin-386-cgo), const RTA_DST ideal-int +pkg syscall (darwin-386-cgo), const RTA_GATEWAY ideal-int +pkg syscall (darwin-386-cgo), const RTA_GENMASK ideal-int +pkg syscall (darwin-386-cgo), const RTA_IFA ideal-int +pkg syscall (darwin-386-cgo), const RTA_IFP ideal-int +pkg syscall (darwin-386-cgo), const RTA_NETMASK ideal-int +pkg syscall (darwin-386-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (darwin-386-cgo), const RTF_BROADCAST ideal-int +pkg syscall (darwin-386-cgo), const RTF_CLONING ideal-int +pkg syscall (darwin-386-cgo), const RTF_CONDEMNED ideal-int +pkg syscall (darwin-386-cgo), const RTF_DELCLONE ideal-int +pkg syscall (darwin-386-cgo), const RTF_DONE ideal-int +pkg syscall (darwin-386-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (darwin-386-cgo), const RTF_GATEWAY ideal-int +pkg syscall (darwin-386-cgo), const RTF_HOST ideal-int +pkg syscall (darwin-386-cgo), const RTF_IFREF ideal-int +pkg syscall (darwin-386-cgo), const RTF_IFSCOPE ideal-int +pkg syscall (darwin-386-cgo), const RTF_LLINFO ideal-int +pkg syscall (darwin-386-cgo), const RTF_LOCAL ideal-int +pkg syscall (darwin-386-cgo), const RTF_MODIFIED ideal-int +pkg syscall (darwin-386-cgo), const RTF_MULTICAST ideal-int +pkg syscall (darwin-386-cgo), const RTF_PINNED ideal-int +pkg syscall (darwin-386-cgo), const RTF_PRCLONING ideal-int +pkg syscall (darwin-386-cgo), const RTF_PROTO1 ideal-int +pkg syscall (darwin-386-cgo), const RTF_PROTO2 ideal-int +pkg syscall (darwin-386-cgo), const RTF_PROTO3 ideal-int +pkg syscall (darwin-386-cgo), const RTF_REJECT ideal-int +pkg syscall (darwin-386-cgo), const RTF_STATIC ideal-int +pkg syscall (darwin-386-cgo), const RTF_UP ideal-int +pkg syscall (darwin-386-cgo), const RTF_WASCLONED ideal-int +pkg syscall (darwin-386-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (darwin-386-cgo), const RTM_ADD ideal-int +pkg syscall (darwin-386-cgo), const RTM_CHANGE ideal-int +pkg syscall (darwin-386-cgo), const RTM_DELADDR ideal-int +pkg syscall (darwin-386-cgo), const RTM_DELETE ideal-int +pkg syscall (darwin-386-cgo), const RTM_DELMADDR ideal-int +pkg syscall (darwin-386-cgo), const RTM_GET ideal-int +pkg syscall (darwin-386-cgo), const RTM_GET2 ideal-int +pkg syscall (darwin-386-cgo), const RTM_IFINFO ideal-int +pkg syscall (darwin-386-cgo), const RTM_IFINFO2 ideal-int +pkg syscall (darwin-386-cgo), const RTM_LOCK ideal-int +pkg syscall (darwin-386-cgo), const RTM_LOSING ideal-int +pkg syscall (darwin-386-cgo), const RTM_MISS ideal-int +pkg syscall (darwin-386-cgo), const RTM_NEWADDR ideal-int +pkg syscall (darwin-386-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (darwin-386-cgo), const RTM_NEWMADDR2 ideal-int +pkg syscall (darwin-386-cgo), const RTM_OLDADD ideal-int +pkg syscall (darwin-386-cgo), const RTM_OLDDEL ideal-int +pkg syscall (darwin-386-cgo), const RTM_REDIRECT ideal-int +pkg syscall (darwin-386-cgo), const RTM_RESOLVE ideal-int +pkg syscall (darwin-386-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (darwin-386-cgo), const RTM_VERSION ideal-int +pkg syscall (darwin-386-cgo), const RTV_EXPIRE ideal-int +pkg syscall (darwin-386-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (darwin-386-cgo), const RTV_MTU ideal-int +pkg syscall (darwin-386-cgo), const RTV_RPIPE ideal-int +pkg syscall (darwin-386-cgo), const RTV_RTT ideal-int +pkg syscall (darwin-386-cgo), const RTV_RTTVAR ideal-int +pkg syscall (darwin-386-cgo), const RTV_SPIPE ideal-int +pkg syscall (darwin-386-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (darwin-386-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (darwin-386-cgo), const RUSAGE_SELF ideal-int +pkg syscall (darwin-386-cgo), const SCM_CREDS ideal-int +pkg syscall (darwin-386-cgo), const SCM_RIGHTS ideal-int +pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-386-cgo), const SIGCHLD Signal +pkg syscall (darwin-386-cgo), const SIGCONT Signal +pkg syscall (darwin-386-cgo), const SIGEMT Signal +pkg syscall (darwin-386-cgo), const SIGINFO Signal +pkg syscall (darwin-386-cgo), const SIGIO Signal +pkg syscall (darwin-386-cgo), const SIGIOT Signal +pkg syscall (darwin-386-cgo), const SIGPROF Signal +pkg syscall (darwin-386-cgo), const SIGSTOP Signal +pkg syscall (darwin-386-cgo), const SIGSYS Signal +pkg syscall (darwin-386-cgo), const SIGTSTP Signal +pkg syscall (darwin-386-cgo), const SIGTTIN Signal +pkg syscall (darwin-386-cgo), const SIGTTOU Signal +pkg syscall (darwin-386-cgo), const SIGURG Signal +pkg syscall (darwin-386-cgo), const SIGUSR1 Signal +pkg syscall (darwin-386-cgo), const SIGUSR2 Signal +pkg syscall (darwin-386-cgo), const SIGVTALRM Signal +pkg syscall (darwin-386-cgo), const SIGWINCH Signal +pkg syscall (darwin-386-cgo), const SIGXCPU Signal +pkg syscall (darwin-386-cgo), const SIGXFSZ Signal +pkg syscall (darwin-386-cgo), const SIOCADDMULTI ideal-int +pkg syscall (darwin-386-cgo), const SIOCAIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCALIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCARPIPLL ideal-int +pkg syscall (darwin-386-cgo), const SIOCATMARK ideal-int +pkg syscall (darwin-386-cgo), const SIOCAUTOADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCAUTONETMASK ideal-int +pkg syscall (darwin-386-cgo), const SIOCDELMULTI ideal-int +pkg syscall (darwin-386-cgo), const SIOCDIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (darwin-386-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (darwin-386-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (darwin-386-cgo), const SIOCGETVLAN ideal-int +pkg syscall (darwin-386-cgo), const SIOCGHIWAT ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFALTMTU ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFASYNCMAP ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFBOND ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFCAP ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFCONF ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFDEVMTU ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFKPI ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFMAC ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFMTU ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFVLAN ideal-int +pkg syscall (darwin-386-cgo), const SIOCGIFWAKEFLAGS ideal-int +pkg syscall (darwin-386-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCGLOWAT ideal-int +pkg syscall (darwin-386-cgo), const SIOCGPGRP ideal-int +pkg syscall (darwin-386-cgo), const SIOCIFCREATE ideal-int +pkg syscall (darwin-386-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (darwin-386-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (darwin-386-cgo), const SIOCRSLVMULTI ideal-int +pkg syscall (darwin-386-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (darwin-386-cgo), const SIOCSETVLAN ideal-int +pkg syscall (darwin-386-cgo), const SIOCSHIWAT ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFALTMTU ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFASYNCMAP ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFBOND ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFCAP ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFKPI ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFMAC ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFMTU ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (darwin-386-cgo), const SIOCSIFVLAN ideal-int +pkg syscall (darwin-386-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (darwin-386-cgo), const SIOCSLOWAT ideal-int +pkg syscall (darwin-386-cgo), const SIOCSPGRP ideal-int +pkg syscall (darwin-386-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (darwin-386-cgo), const SOCK_RDM ideal-int +pkg syscall (darwin-386-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (darwin-386-cgo), const SO_DEBUG ideal-int +pkg syscall (darwin-386-cgo), const SO_DONTTRUNC ideal-int +pkg syscall (darwin-386-cgo), const SO_ERROR ideal-int +pkg syscall (darwin-386-cgo), const SO_LABEL ideal-int +pkg syscall (darwin-386-cgo), const SO_LINGER_SEC ideal-int +pkg syscall (darwin-386-cgo), const SO_NKE ideal-int +pkg syscall (darwin-386-cgo), const SO_NOADDRERR ideal-int +pkg syscall (darwin-386-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (darwin-386-cgo), const SO_NOTIFYCONFLICT ideal-int +pkg syscall (darwin-386-cgo), const SO_NP_EXTENSIONS ideal-int +pkg syscall (darwin-386-cgo), const SO_NREAD ideal-int +pkg syscall (darwin-386-cgo), const SO_NWRITE ideal-int +pkg syscall (darwin-386-cgo), const SO_OOBINLINE ideal-int +pkg syscall (darwin-386-cgo), const SO_PEERLABEL ideal-int +pkg syscall (darwin-386-cgo), const SO_RANDOMPORT ideal-int +pkg syscall (darwin-386-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (darwin-386-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (darwin-386-cgo), const SO_RESTRICTIONS ideal-int +pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYIN ideal-int +pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYOUT ideal-int +pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYSET ideal-int +pkg syscall (darwin-386-cgo), const SO_REUSEPORT ideal-int +pkg syscall (darwin-386-cgo), const SO_REUSESHAREUID ideal-int +pkg syscall (darwin-386-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (darwin-386-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (darwin-386-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (darwin-386-cgo), const SO_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-386-cgo), const SO_TYPE ideal-int +pkg syscall (darwin-386-cgo), const SO_UPCALLCLOSEWAIT ideal-int +pkg syscall (darwin-386-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (darwin-386-cgo), const SO_WANTMORE ideal-int +pkg syscall (darwin-386-cgo), const SO_WANTOOBFLAG ideal-int +pkg syscall (darwin-386-cgo), const SYS_ACCEPT ideal-int +pkg syscall (darwin-386-cgo), const SYS_ACCEPT_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_ACCESS ideal-int +pkg syscall (darwin-386-cgo), const SYS_ACCESS_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_ACCT ideal-int +pkg syscall (darwin-386-cgo), const SYS_ADD_PROFIL ideal-int +pkg syscall (darwin-386-cgo), const SYS_ADJTIME ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_CANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_ERROR ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_FSYNC ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_READ ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_RETURN ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_AIO_WRITE ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATGETMSG ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATPGETREQ ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATPGETRSP ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATPSNDREQ ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATPSNDRSP ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATPUTMSG ideal-int +pkg syscall (darwin-386-cgo), const SYS_ATSOCKET ideal-int +pkg syscall (darwin-386-cgo), const SYS_AUDIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_AUDITON ideal-int +pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_JOIN ideal-int +pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_PORT ideal-int +pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_SELF ideal-int +pkg syscall (darwin-386-cgo), const SYS_BIND ideal-int +pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_CREATE ideal-int +pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_REGISTER ideal-int +pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_TERMINATE ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHDIR ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHMOD ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHMOD_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHOWN ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHROOT ideal-int +pkg syscall (darwin-386-cgo), const SYS_CHUD ideal-int +pkg syscall (darwin-386-cgo), const SYS_CLOSE ideal-int +pkg syscall (darwin-386-cgo), const SYS_CLOSE_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_CONNECT ideal-int +pkg syscall (darwin-386-cgo), const SYS_CONNECT_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_COPYFILE ideal-int +pkg syscall (darwin-386-cgo), const SYS_CSOPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_DELETE ideal-int +pkg syscall (darwin-386-cgo), const SYS_DUP ideal-int +pkg syscall (darwin-386-cgo), const SYS_DUP2 ideal-int +pkg syscall (darwin-386-cgo), const SYS_EXCHANGEDATA ideal-int +pkg syscall (darwin-386-cgo), const SYS_EXECVE ideal-int +pkg syscall (darwin-386-cgo), const SYS_EXIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCHDIR ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCHMOD ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCHMOD_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCHOWN ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCNTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_FCNTL_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (darwin-386-cgo), const SYS_FFSCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_FGETATTRLIST ideal-int +pkg syscall (darwin-386-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_FHOPEN ideal-int +pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEFD ideal-int +pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEPORT ideal-int +pkg syscall (darwin-386-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_FLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_FORK ideal-int +pkg syscall (darwin-386-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (darwin-386-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSETATTRLIST ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSGETPATH ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTAT ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTAT64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTAT64_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTATFS ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTATFS64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTATV ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSTAT_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSYNC ideal-int +pkg syscall (darwin-386-cgo), const SYS_FSYNC_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (darwin-386-cgo), const SYS_FUTIMES ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETATTRLIST ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETAUDIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETAUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIESATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETEGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETEUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETFH ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETHOSTUUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETITIMER ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETLCID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETPGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETPGRP ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETPID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETPPID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETSGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETSID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETTID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETWGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_GETXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_IDENTITYSVC ideal-int +pkg syscall (darwin-386-cgo), const SYS_INITGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_IOCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_IOPOLICYSYS ideal-int +pkg syscall (darwin-386-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_KDEBUG_TRACE ideal-int +pkg syscall (darwin-386-cgo), const SYS_KEVENT ideal-int +pkg syscall (darwin-386-cgo), const SYS_KEVENT64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_KILL ideal-int +pkg syscall (darwin-386-cgo), const SYS_KQUEUE ideal-int +pkg syscall (darwin-386-cgo), const SYS_LCHOWN ideal-int +pkg syscall (darwin-386-cgo), const SYS_LINK ideal-int +pkg syscall (darwin-386-cgo), const SYS_LIO_LISTIO ideal-int +pkg syscall (darwin-386-cgo), const SYS_LISTEN ideal-int +pkg syscall (darwin-386-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_LSEEK ideal-int +pkg syscall (darwin-386-cgo), const SYS_LSTAT ideal-int +pkg syscall (darwin-386-cgo), const SYS_LSTAT64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_LSTAT64_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_LSTATV ideal-int +pkg syscall (darwin-386-cgo), const SYS_LSTAT_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_MADVISE ideal-int +pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MINCORE ideal-int +pkg syscall (darwin-386-cgo), const SYS_MINHERIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_MKCOMPLEX ideal-int +pkg syscall (darwin-386-cgo), const SYS_MKDIR ideal-int +pkg syscall (darwin-386-cgo), const SYS_MKDIR_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_MKFIFO ideal-int +pkg syscall (darwin-386-cgo), const SYS_MKFIFO_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_MKNOD ideal-int +pkg syscall (darwin-386-cgo), const SYS_MLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MMAP ideal-int +pkg syscall (darwin-386-cgo), const SYS_MODWATCH ideal-int +pkg syscall (darwin-386-cgo), const SYS_MOUNT ideal-int +pkg syscall (darwin-386-cgo), const SYS_MPROTECT ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGGET ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGRCV ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGRCV_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGSND ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGSND_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSGSYS ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSYNC ideal-int +pkg syscall (darwin-386-cgo), const SYS_MSYNC_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (darwin-386-cgo), const SYS_MUNMAP ideal-int +pkg syscall (darwin-386-cgo), const SYS_NFSCLNT ideal-int +pkg syscall (darwin-386-cgo), const SYS_NFSSVC ideal-int +pkg syscall (darwin-386-cgo), const SYS_OPEN ideal-int +pkg syscall (darwin-386-cgo), const SYS_OPEN_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_OPEN_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_PATHCONF ideal-int +pkg syscall (darwin-386-cgo), const SYS_PID_HIBERNATE ideal-int +pkg syscall (darwin-386-cgo), const SYS_PID_RESUME ideal-int +pkg syscall (darwin-386-cgo), const SYS_PID_SHUTDOWN_SOCKETS ideal-int +pkg syscall (darwin-386-cgo), const SYS_PID_SUSPEND ideal-int +pkg syscall (darwin-386-cgo), const SYS_PIPE ideal-int +pkg syscall (darwin-386-cgo), const SYS_POLL ideal-int +pkg syscall (darwin-386-cgo), const SYS_POLL_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (darwin-386-cgo), const SYS_PREAD ideal-int +pkg syscall (darwin-386-cgo), const SYS_PREAD_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_PROCESS_POLICY ideal-int +pkg syscall (darwin-386-cgo), const SYS_PROC_INFO ideal-int +pkg syscall (darwin-386-cgo), const SYS_PROFIL ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVBROAD ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVCLRPREPOST ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVSIGNAL ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVWAIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXDROP ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXWAIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_DOWNGRADE ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_RDLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK2 ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UPGRADE ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_WRLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int +pkg syscall (darwin-386-cgo), const SYS_PTRACE ideal-int +pkg syscall (darwin-386-cgo), const SYS_PWRITE ideal-int +pkg syscall (darwin-386-cgo), const SYS_PWRITE_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_READ ideal-int +pkg syscall (darwin-386-cgo), const SYS_READLINK ideal-int +pkg syscall (darwin-386-cgo), const SYS_READV ideal-int +pkg syscall (darwin-386-cgo), const SYS_READV_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_READ_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_REBOOT ideal-int +pkg syscall (darwin-386-cgo), const SYS_RECVFROM ideal-int +pkg syscall (darwin-386-cgo), const SYS_RECVFROM_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_RECVMSG ideal-int +pkg syscall (darwin-386-cgo), const SYS_RECVMSG_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_RENAME ideal-int +pkg syscall (darwin-386-cgo), const SYS_REVOKE ideal-int +pkg syscall (darwin-386-cgo), const SYS_RMDIR ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEARCHFS ideal-int +pkg syscall (darwin-386-cgo), const SYS_SELECT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SELECT_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEMCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEMGET ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEMOP ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEMSYS ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_CLOSE ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_DESTROY ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_GETVALUE ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_INIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_OPEN ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_POST ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_TRYWAIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_UNLINK ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SENDFILE ideal-int +pkg syscall (darwin-386-cgo), const SYS_SENDMSG ideal-int +pkg syscall (darwin-386-cgo), const SYS_SENDMSG_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SENDTO ideal-int +pkg syscall (darwin-386-cgo), const SYS_SENDTO_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETATTRLIST ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETAUDIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETAUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETEGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETEUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETITIMER ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETLCID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETPGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETPRIVEXEC ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETREGID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETREUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETSGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETSID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETTID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETTID_WITH_PID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETUID ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETWGROUPS ideal-int +pkg syscall (darwin-386-cgo), const SYS_SETXATTR ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_CHECK_NP ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHMAT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHMCTL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHMDT ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHMGET ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHMSYS ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (darwin-386-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGACTION ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_SOCKET ideal-int +pkg syscall (darwin-386-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (darwin-386-cgo), const SYS_STACK_SNAPSHOT ideal-int +pkg syscall (darwin-386-cgo), const SYS_STAT ideal-int +pkg syscall (darwin-386-cgo), const SYS_STAT64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_STAT64_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_STATFS ideal-int +pkg syscall (darwin-386-cgo), const SYS_STATFS64 ideal-int +pkg syscall (darwin-386-cgo), const SYS_STATV ideal-int +pkg syscall (darwin-386-cgo), const SYS_STAT_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_SWAPON ideal-int +pkg syscall (darwin-386-cgo), const SYS_SYMLINK ideal-int +pkg syscall (darwin-386-cgo), const SYS_SYNC ideal-int +pkg syscall (darwin-386-cgo), const SYS_SYSCALL ideal-int +pkg syscall (darwin-386-cgo), const SYS_THREAD_SELFID ideal-int +pkg syscall (darwin-386-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (darwin-386-cgo), const SYS_UMASK ideal-int +pkg syscall (darwin-386-cgo), const SYS_UMASK_EXTENDED ideal-int +pkg syscall (darwin-386-cgo), const SYS_UNDELETE ideal-int +pkg syscall (darwin-386-cgo), const SYS_UNLINK ideal-int +pkg syscall (darwin-386-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (darwin-386-cgo), const SYS_UTIMES ideal-int +pkg syscall (darwin-386-cgo), const SYS_VFORK ideal-int +pkg syscall (darwin-386-cgo), const SYS_VM_PRESSURE_MONITOR ideal-int +pkg syscall (darwin-386-cgo), const SYS_WAIT4 ideal-int +pkg syscall (darwin-386-cgo), const SYS_WAIT4_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_WAITEVENT ideal-int +pkg syscall (darwin-386-cgo), const SYS_WAITID ideal-int +pkg syscall (darwin-386-cgo), const SYS_WAITID_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_WATCHEVENT ideal-int +pkg syscall (darwin-386-cgo), const SYS_WORKQ_KERNRETURN ideal-int +pkg syscall (darwin-386-cgo), const SYS_WORKQ_OPEN ideal-int +pkg syscall (darwin-386-cgo), const SYS_WRITE ideal-int +pkg syscall (darwin-386-cgo), const SYS_WRITEV ideal-int +pkg syscall (darwin-386-cgo), const SYS_WRITEV_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS_WRITE_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS___DISABLE_THREADSIGNAL ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GETFSSTAT ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCID ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCTX ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_MOUNT ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_MOUNT ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LCTX ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (darwin-386-cgo), const SYS___MAC_SYSCALL ideal-int +pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CANCELED ideal-int +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CHDIR ideal-int +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_FCHDIR ideal-int +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_KILL ideal-int +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_MARKCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS___PTHREAD_SIGMASK ideal-int +pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS___SIGWAIT ideal-int +pkg syscall (darwin-386-cgo), const SYS___SIGWAIT_NOCANCEL ideal-int +pkg syscall (darwin-386-cgo), const SYS___SYSCTL ideal-int +pkg syscall (darwin-386-cgo), const S_IEXEC ideal-int +pkg syscall (darwin-386-cgo), const S_IFWHT ideal-int +pkg syscall (darwin-386-cgo), const S_IREAD ideal-int +pkg syscall (darwin-386-cgo), const S_IRGRP ideal-int +pkg syscall (darwin-386-cgo), const S_IROTH ideal-int +pkg syscall (darwin-386-cgo), const S_IRWXG ideal-int +pkg syscall (darwin-386-cgo), const S_IRWXO ideal-int +pkg syscall (darwin-386-cgo), const S_IRWXU ideal-int +pkg syscall (darwin-386-cgo), const S_ISTXT ideal-int +pkg syscall (darwin-386-cgo), const S_IWGRP ideal-int +pkg syscall (darwin-386-cgo), const S_IWOTH ideal-int +pkg syscall (darwin-386-cgo), const S_IWRITE ideal-int +pkg syscall (darwin-386-cgo), const S_IXGRP ideal-int +pkg syscall (darwin-386-cgo), const S_IXOTH ideal-int +pkg syscall (darwin-386-cgo), const SizeofBpfHdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofBpfInsn ideal-int +pkg syscall (darwin-386-cgo), const SizeofBpfProgram ideal-int +pkg syscall (darwin-386-cgo), const SizeofBpfStat ideal-int +pkg syscall (darwin-386-cgo), const SizeofBpfVersion ideal-int +pkg syscall (darwin-386-cgo), const SizeofCmsghdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofIPMreq ideal-int +pkg syscall (darwin-386-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (darwin-386-cgo), const SizeofIfData ideal-int +pkg syscall (darwin-386-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr2 ideal-int +pkg syscall (darwin-386-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (darwin-386-cgo), const SizeofLinger ideal-int +pkg syscall (darwin-386-cgo), const SizeofMsghdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofRtMetrics ideal-int +pkg syscall (darwin-386-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (darwin-386-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (darwin-386-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (darwin-386-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (darwin-386-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (darwin-386-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (darwin-386-cgo), const TCP_CONNECTIONTIMEOUT ideal-int +pkg syscall (darwin-386-cgo), const TCP_KEEPALIVE ideal-int +pkg syscall (darwin-386-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (darwin-386-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (darwin-386-cgo), const TCP_MAXSEG ideal-int +pkg syscall (darwin-386-cgo), const TCP_MAXWIN ideal-int +pkg syscall (darwin-386-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (darwin-386-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (darwin-386-cgo), const TCP_MINMSS ideal-int +pkg syscall (darwin-386-cgo), const TCP_MINMSSOVERLOAD ideal-int +pkg syscall (darwin-386-cgo), const TCP_MSS ideal-int +pkg syscall (darwin-386-cgo), const TCP_NOOPT ideal-int +pkg syscall (darwin-386-cgo), const TCP_NOPUSH ideal-int +pkg syscall (darwin-386-cgo), const TCP_RXT_CONNDROPTIME ideal-int +pkg syscall (darwin-386-cgo), const TCP_RXT_FINDROP ideal-int +pkg syscall (darwin-386-cgo), const TIOCCBRK ideal-int +pkg syscall (darwin-386-cgo), const TIOCCDTR ideal-int +pkg syscall (darwin-386-cgo), const TIOCCONS ideal-int +pkg syscall (darwin-386-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (darwin-386-cgo), const TIOCDRAIN ideal-int +pkg syscall (darwin-386-cgo), const TIOCDSIMICROCODE ideal-int +pkg syscall (darwin-386-cgo), const TIOCEXCL ideal-int +pkg syscall (darwin-386-cgo), const TIOCEXT ideal-int +pkg syscall (darwin-386-cgo), const TIOCFLUSH ideal-int +pkg syscall (darwin-386-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (darwin-386-cgo), const TIOCGETA ideal-int +pkg syscall (darwin-386-cgo), const TIOCGETD ideal-int +pkg syscall (darwin-386-cgo), const TIOCGPGRP ideal-int +pkg syscall (darwin-386-cgo), const TIOCGWINSZ ideal-int +pkg syscall (darwin-386-cgo), const TIOCIXOFF ideal-int +pkg syscall (darwin-386-cgo), const TIOCIXON ideal-int +pkg syscall (darwin-386-cgo), const TIOCMBIC ideal-int +pkg syscall (darwin-386-cgo), const TIOCMBIS ideal-int +pkg syscall (darwin-386-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (darwin-386-cgo), const TIOCMGET ideal-int +pkg syscall (darwin-386-cgo), const TIOCMODG ideal-int +pkg syscall (darwin-386-cgo), const TIOCMODS ideal-int +pkg syscall (darwin-386-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (darwin-386-cgo), const TIOCMSET ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_CAR ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_CD ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_CTS ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_DSR ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_DTR ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_LE ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_RI ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_RNG ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_RTS ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_SR ideal-int +pkg syscall (darwin-386-cgo), const TIOCM_ST ideal-int +pkg syscall (darwin-386-cgo), const TIOCNOTTY ideal-int +pkg syscall (darwin-386-cgo), const TIOCNXCL ideal-int +pkg syscall (darwin-386-cgo), const TIOCOUTQ ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_START ideal-int +pkg syscall (darwin-386-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (darwin-386-cgo), const TIOCPTYGNAME ideal-int +pkg syscall (darwin-386-cgo), const TIOCPTYGRANT ideal-int +pkg syscall (darwin-386-cgo), const TIOCPTYUNLK ideal-int +pkg syscall (darwin-386-cgo), const TIOCREMOTE ideal-int +pkg syscall (darwin-386-cgo), const TIOCSBRK ideal-int +pkg syscall (darwin-386-cgo), const TIOCSCONS ideal-int +pkg syscall (darwin-386-cgo), const TIOCSCTTY ideal-int +pkg syscall (darwin-386-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (darwin-386-cgo), const TIOCSDTR ideal-int +pkg syscall (darwin-386-cgo), const TIOCSETA ideal-int +pkg syscall (darwin-386-cgo), const TIOCSETAF ideal-int +pkg syscall (darwin-386-cgo), const TIOCSETAW ideal-int +pkg syscall (darwin-386-cgo), const TIOCSETD ideal-int +pkg syscall (darwin-386-cgo), const TIOCSIG ideal-int +pkg syscall (darwin-386-cgo), const TIOCSPGRP ideal-int +pkg syscall (darwin-386-cgo), const TIOCSTART ideal-int +pkg syscall (darwin-386-cgo), const TIOCSTAT ideal-int +pkg syscall (darwin-386-cgo), const TIOCSTI ideal-int +pkg syscall (darwin-386-cgo), const TIOCSTOP ideal-int +pkg syscall (darwin-386-cgo), const TIOCSWINSZ ideal-int +pkg syscall (darwin-386-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (darwin-386-cgo), const TIOCUCNTL ideal-int +pkg syscall (darwin-386-cgo), const WCONTINUED ideal-int +pkg syscall (darwin-386-cgo), const WCOREFLAG ideal-int +pkg syscall (darwin-386-cgo), const WEXITED ideal-int +pkg syscall (darwin-386-cgo), const WNOHANG ideal-int +pkg syscall (darwin-386-cgo), const WNOWAIT ideal-int +pkg syscall (darwin-386-cgo), const WORDSIZE ideal-int +pkg syscall (darwin-386-cgo), const WSTOPPED ideal-int +pkg syscall (darwin-386-cgo), const WUNTRACED ideal-int +pkg syscall (darwin-386-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (darwin-386-cgo), func Access(string, uint32) error +pkg syscall (darwin-386-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (darwin-386-cgo), func Bind(int, Sockaddr) error +pkg syscall (darwin-386-cgo), func BpfBuflen(int) (int, error) +pkg syscall (darwin-386-cgo), func BpfDatalink(int) (int, error) +pkg syscall (darwin-386-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (darwin-386-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (darwin-386-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (darwin-386-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (darwin-386-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (darwin-386-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (darwin-386-cgo), func CheckBpfVersion(int) error +pkg syscall (darwin-386-cgo), func Chflags(string, int) error +pkg syscall (darwin-386-cgo), func Chroot(string) error +pkg syscall (darwin-386-cgo), func Close(int) error +pkg syscall (darwin-386-cgo), func CloseOnExec(int) +pkg syscall (darwin-386-cgo), func CmsgLen(int) int +pkg syscall (darwin-386-cgo), func CmsgSpace(int) int +pkg syscall (darwin-386-cgo), func Connect(int, Sockaddr) error +pkg syscall (darwin-386-cgo), func Dup(int) (int, error) +pkg syscall (darwin-386-cgo), func Dup2(int, int) error +pkg syscall (darwin-386-cgo), func Exchangedata(string, string, int) error +pkg syscall (darwin-386-cgo), func Fchdir(int) error +pkg syscall (darwin-386-cgo), func Fchflags(string, int) error +pkg syscall (darwin-386-cgo), func Fchmod(int, uint32) error +pkg syscall (darwin-386-cgo), func Fchown(int, int, int) error +pkg syscall (darwin-386-cgo), func Flock(int, int) error +pkg syscall (darwin-386-cgo), func FlushBpf(int) error +pkg syscall (darwin-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (darwin-386-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (darwin-386-cgo), func Fstat(int, *Stat_t) error +pkg syscall (darwin-386-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (darwin-386-cgo), func Fsync(int) error +pkg syscall (darwin-386-cgo), func Ftruncate(int, int64) error +pkg syscall (darwin-386-cgo), func Futimes(int, []Timeval) error +pkg syscall (darwin-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (darwin-386-cgo), func Getdtablesize() int +pkg syscall (darwin-386-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (darwin-386-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (darwin-386-cgo), func Getpgid(int) (int, error) +pkg syscall (darwin-386-cgo), func Getpgrp() int +pkg syscall (darwin-386-cgo), func Getpriority(int, int) (int, error) +pkg syscall (darwin-386-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (darwin-386-cgo), func Getrusage(int, *Rusage) error +pkg syscall (darwin-386-cgo), func Getsid(int) (int, error) +pkg syscall (darwin-386-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (darwin-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (darwin-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (darwin-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (darwin-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (darwin-386-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (darwin-386-cgo), func Issetugid() bool +pkg syscall (darwin-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (darwin-386-cgo), func Kill(int, Signal) error +pkg syscall (darwin-386-cgo), func Kqueue() (int, error) +pkg syscall (darwin-386-cgo), func Listen(int, int) error +pkg syscall (darwin-386-cgo), func Lstat(string, *Stat_t) error +pkg syscall (darwin-386-cgo), func Mkfifo(string, uint32) error +pkg syscall (darwin-386-cgo), func Mknod(string, uint32, int) error +pkg syscall (darwin-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (darwin-386-cgo), func Munmap([]uint8) error +pkg syscall (darwin-386-cgo), func NsecToTimespec(int64) Timespec +pkg syscall (darwin-386-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (darwin-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (darwin-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (darwin-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (darwin-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (darwin-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (darwin-386-cgo), func Pathconf(string, int) (int, error) +pkg syscall (darwin-386-cgo), func Pipe([]int) error +pkg syscall (darwin-386-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (darwin-386-cgo), func PtraceAttach(int) error +pkg syscall (darwin-386-cgo), func PtraceDetach(int) error +pkg syscall (darwin-386-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (darwin-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386-cgo), func Read(int, []uint8) (int, error) +pkg syscall (darwin-386-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (darwin-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (darwin-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (darwin-386-cgo), func Revoke(string) error +pkg syscall (darwin-386-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (darwin-386-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (darwin-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (darwin-386-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (darwin-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (darwin-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (darwin-386-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (darwin-386-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (darwin-386-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (darwin-386-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (darwin-386-cgo), func SetBpfImmediate(int, int) error +pkg syscall (darwin-386-cgo), func SetBpfInterface(int, string) error +pkg syscall (darwin-386-cgo), func SetBpfPromisc(int, int) error +pkg syscall (darwin-386-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (darwin-386-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (darwin-386-cgo), func SetNonblock(int, bool) error +pkg syscall (darwin-386-cgo), func Setegid(int) error +pkg syscall (darwin-386-cgo), func Seteuid(int) error +pkg syscall (darwin-386-cgo), func Setgid(int) error +pkg syscall (darwin-386-cgo), func Setgroups([]int) error +pkg syscall (darwin-386-cgo), func Setlogin(string) error +pkg syscall (darwin-386-cgo), func Setpgid(int, int) error +pkg syscall (darwin-386-cgo), func Setpriority(int, int, int) error +pkg syscall (darwin-386-cgo), func Setprivexec(int) error +pkg syscall (darwin-386-cgo), func Setregid(int, int) error +pkg syscall (darwin-386-cgo), func Setreuid(int, int) error +pkg syscall (darwin-386-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (darwin-386-cgo), func Setsid() (int, error) +pkg syscall (darwin-386-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (darwin-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (darwin-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (darwin-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (darwin-386-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (darwin-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (darwin-386-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (darwin-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (darwin-386-cgo), func Settimeofday(*Timeval) error +pkg syscall (darwin-386-cgo), func Setuid(int) error +pkg syscall (darwin-386-cgo), func Shutdown(int, int) error +pkg syscall (darwin-386-cgo), func Socket(int, int, int) (int, error) +pkg syscall (darwin-386-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (darwin-386-cgo), func Stat(string, *Stat_t) error +pkg syscall (darwin-386-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (darwin-386-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (darwin-386-cgo), func Sync() error +pkg syscall (darwin-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-386-cgo), func Sysctl(string) (string, error) +pkg syscall (darwin-386-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (darwin-386-cgo), func TimespecToNsec(Timespec) int64 +pkg syscall (darwin-386-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (darwin-386-cgo), func Truncate(string, int64) error +pkg syscall (darwin-386-cgo), func Umask(int) int +pkg syscall (darwin-386-cgo), func Undelete(string) error +pkg syscall (darwin-386-cgo), func UnixRights(...int) []uint8 +pkg syscall (darwin-386-cgo), func Unmount(string, int) error +pkg syscall (darwin-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (darwin-386-cgo), func Write(int, []uint8) (int, error) +pkg syscall (darwin-386-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (darwin-386-cgo), method (*Iovec) SetLen(int) +pkg syscall (darwin-386-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (darwin-386-cgo), type BpfHdr struct +pkg syscall (darwin-386-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (darwin-386-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (darwin-386-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (darwin-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386-cgo), type BpfHdr struct, Tstamp Timeval +pkg syscall (darwin-386-cgo), type BpfInsn struct +pkg syscall (darwin-386-cgo), type BpfInsn struct, Code uint16 +pkg syscall (darwin-386-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (darwin-386-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (darwin-386-cgo), type BpfInsn struct, K uint32 +pkg syscall (darwin-386-cgo), type BpfProgram struct +pkg syscall (darwin-386-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (darwin-386-cgo), type BpfProgram struct, Len uint32 +pkg syscall (darwin-386-cgo), type BpfStat struct +pkg syscall (darwin-386-cgo), type BpfStat struct, Drop uint32 +pkg syscall (darwin-386-cgo), type BpfStat struct, Recv uint32 +pkg syscall (darwin-386-cgo), type BpfVersion struct +pkg syscall (darwin-386-cgo), type BpfVersion struct, Major uint16 +pkg syscall (darwin-386-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (darwin-386-cgo), type Cmsghdr struct +pkg syscall (darwin-386-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (darwin-386-cgo), type Cmsghdr struct, Level int32 +pkg syscall (darwin-386-cgo), type Cmsghdr struct, Type int32 +pkg syscall (darwin-386-cgo), type Credential struct +pkg syscall (darwin-386-cgo), type Credential struct, Gid uint32 +pkg syscall (darwin-386-cgo), type Credential struct, Groups []uint32 +pkg syscall (darwin-386-cgo), type Credential struct, Uid uint32 +pkg syscall (darwin-386-cgo), type Dirent struct +pkg syscall (darwin-386-cgo), type Dirent struct, Ino uint64 +pkg syscall (darwin-386-cgo), type Dirent struct, Name [1024]int8 +pkg syscall (darwin-386-cgo), type Dirent struct, Namlen uint16 +pkg syscall (darwin-386-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (darwin-386-cgo), type Dirent struct, Reclen uint16 +pkg syscall (darwin-386-cgo), type Dirent struct, Seekoff uint64 +pkg syscall (darwin-386-cgo), type Dirent struct, Type uint8 +pkg syscall (darwin-386-cgo), type Fbootstraptransfer_t struct +pkg syscall (darwin-386-cgo), type Fbootstraptransfer_t struct, Buffer *uint8 +pkg syscall (darwin-386-cgo), type Fbootstraptransfer_t struct, Length uint32 +pkg syscall (darwin-386-cgo), type Fbootstraptransfer_t struct, Offset int64 +pkg syscall (darwin-386-cgo), type FdSet struct +pkg syscall (darwin-386-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (darwin-386-cgo), type Flock_t struct +pkg syscall (darwin-386-cgo), type Flock_t struct, Len int64 +pkg syscall (darwin-386-cgo), type Flock_t struct, Pid int32 +pkg syscall (darwin-386-cgo), type Flock_t struct, Start int64 +pkg syscall (darwin-386-cgo), type Flock_t struct, Type int16 +pkg syscall (darwin-386-cgo), type Flock_t struct, Whence int16 +pkg syscall (darwin-386-cgo), type Fsid struct +pkg syscall (darwin-386-cgo), type Fsid struct, Val [2]int32 +pkg syscall (darwin-386-cgo), type Fstore_t struct +pkg syscall (darwin-386-cgo), type Fstore_t struct, Bytesalloc int64 +pkg syscall (darwin-386-cgo), type Fstore_t struct, Flags uint32 +pkg syscall (darwin-386-cgo), type Fstore_t struct, Length int64 +pkg syscall (darwin-386-cgo), type Fstore_t struct, Offset int64 +pkg syscall (darwin-386-cgo), type Fstore_t struct, Posmode int32 +pkg syscall (darwin-386-cgo), type IfData struct +pkg syscall (darwin-386-cgo), type IfData struct, Addrlen uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Baudrate uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Collisions uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Hwassist uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Ibytes uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Ierrors uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Imcasts uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Ipackets uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Iqdrops uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Lastchange Timeval +pkg syscall (darwin-386-cgo), type IfData struct, Metric uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Mtu uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Noproto uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Obytes uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Oerrors uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Omcasts uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Opackets uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Physical uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Recvquota uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Recvtiming uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Reserved1 uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Reserved2 uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Type uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Typelen uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Unused1 uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Unused2 uint32 +pkg syscall (darwin-386-cgo), type IfData struct, Xmitquota uint8 +pkg syscall (darwin-386-cgo), type IfData struct, Xmittiming uint32 +pkg syscall (darwin-386-cgo), type IfMsghdr struct +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Data IfData +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (darwin-386-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (darwin-386-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (darwin-386-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Addrs int32 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Flags int32 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Index uint16 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Msglen uint16 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Refcount int32 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Type uint8 +pkg syscall (darwin-386-cgo), type IfmaMsghdr2 struct, Version uint8 +pkg syscall (darwin-386-cgo), type Inet6Pktinfo struct +pkg syscall (darwin-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (darwin-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-386-cgo), type InterfaceAddrMessage struct +pkg syscall (darwin-386-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (darwin-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (darwin-386-cgo), type InterfaceMessage struct +pkg syscall (darwin-386-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (darwin-386-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (darwin-386-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (darwin-386-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (darwin-386-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr2 +pkg syscall (darwin-386-cgo), type Iovec struct +pkg syscall (darwin-386-cgo), type Iovec struct, Base *uint8 +pkg syscall (darwin-386-cgo), type Iovec struct, Len uint32 +pkg syscall (darwin-386-cgo), type Kevent_t struct +pkg syscall (darwin-386-cgo), type Kevent_t struct, Data int32 +pkg syscall (darwin-386-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (darwin-386-cgo), type Kevent_t struct, Filter int16 +pkg syscall (darwin-386-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (darwin-386-cgo), type Kevent_t struct, Ident uint32 +pkg syscall (darwin-386-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (darwin-386-cgo), type Log2phys_t struct +pkg syscall (darwin-386-cgo), type Log2phys_t struct, Contigbytes int64 +pkg syscall (darwin-386-cgo), type Log2phys_t struct, Devoffset int64 +pkg syscall (darwin-386-cgo), type Log2phys_t struct, Flags uint32 +pkg syscall (darwin-386-cgo), type Msghdr struct +pkg syscall (darwin-386-cgo), type Msghdr struct, Control *uint8 +pkg syscall (darwin-386-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (darwin-386-cgo), type Msghdr struct, Flags int32 +pkg syscall (darwin-386-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (darwin-386-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (darwin-386-cgo), type Msghdr struct, Name *uint8 +pkg syscall (darwin-386-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (darwin-386-cgo), type Radvisory_t struct +pkg syscall (darwin-386-cgo), type Radvisory_t struct, Count int32 +pkg syscall (darwin-386-cgo), type Radvisory_t struct, Offset int64 +pkg syscall (darwin-386-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (darwin-386-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (darwin-386-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (darwin-386-cgo), type RawSockaddrUnix struct +pkg syscall (darwin-386-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (darwin-386-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (darwin-386-cgo), type Rlimit struct +pkg syscall (darwin-386-cgo), type Rlimit struct, Cur uint64 +pkg syscall (darwin-386-cgo), type Rlimit struct, Max uint64 +pkg syscall (darwin-386-cgo), type RouteMessage struct +pkg syscall (darwin-386-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (darwin-386-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (darwin-386-cgo), type RoutingMessage interface, unexported methods +pkg syscall (darwin-386-cgo), type RtMetrics struct +pkg syscall (darwin-386-cgo), type RtMetrics struct, Expire int32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Filler [4]uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Pksent uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (darwin-386-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Use int32 +pkg syscall (darwin-386-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (darwin-386-cgo), type Rusage struct, Idrss int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Inblock int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Isrss int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Ixrss int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Majflt int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Maxrss int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Minflt int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Nsignals int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Nswap int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Oublock int32 +pkg syscall (darwin-386-cgo), type Rusage struct, Stime Timeval +pkg syscall (darwin-386-cgo), type Rusage struct, Utime Timeval +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-386-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (darwin-386-cgo), type SocketControlMessage struct +pkg syscall (darwin-386-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (darwin-386-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (darwin-386-cgo), type Stat_t struct +pkg syscall (darwin-386-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (darwin-386-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (darwin-386-cgo), type Stat_t struct, Blksize int32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Blocks int64 +pkg syscall (darwin-386-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (darwin-386-cgo), type Stat_t struct, Dev int32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Flags uint32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Gen uint32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Gid uint32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Ino uint64 +pkg syscall (darwin-386-cgo), type Stat_t struct, Lspare int32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Mode uint16 +pkg syscall (darwin-386-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (darwin-386-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (darwin-386-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (darwin-386-cgo), type Stat_t struct, Rdev int32 +pkg syscall (darwin-386-cgo), type Stat_t struct, Size int64 +pkg syscall (darwin-386-cgo), type Stat_t struct, Uid uint32 +pkg syscall (darwin-386-cgo), type Statfs_t struct +pkg syscall (darwin-386-cgo), type Statfs_t struct, Bavail uint64 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Bsize uint32 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Ffree uint64 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Files uint64 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Flags uint32 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (darwin-386-cgo), type Statfs_t struct, Fssubtype uint32 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Iosize int32 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Reserved [8]uint32 +pkg syscall (darwin-386-cgo), type Statfs_t struct, Type uint32 +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Chroot string +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (darwin-386-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (darwin-386-cgo), type Timespec struct, Nsec int32 +pkg syscall (darwin-386-cgo), type Timespec struct, Sec int32 +pkg syscall (darwin-386-cgo), type Timeval struct, Sec int32 +pkg syscall (darwin-386-cgo), type Timeval struct, Usec int32 +pkg syscall (darwin-386-cgo), type Timeval32 [0]uint8 +pkg syscall (darwin-386-cgo), type WaitStatus uint32 +pkg syscall (darwin-386-cgo), var Stderr int +pkg syscall (darwin-386-cgo), var Stdin int +pkg syscall (darwin-386-cgo), var Stdout int +pkg syscall (darwin-amd64), const AF_APPLETALK ideal-int +pkg syscall (darwin-amd64), const AF_CCITT ideal-int +pkg syscall (darwin-amd64), const AF_CHAOS ideal-int +pkg syscall (darwin-amd64), const AF_CNT ideal-int +pkg syscall (darwin-amd64), const AF_COIP ideal-int +pkg syscall (darwin-amd64), const AF_DATAKIT ideal-int +pkg syscall (darwin-amd64), const AF_DECnet ideal-int +pkg syscall (darwin-amd64), const AF_DLI ideal-int +pkg syscall (darwin-amd64), const AF_E164 ideal-int +pkg syscall (darwin-amd64), const AF_ECMA ideal-int +pkg syscall (darwin-amd64), const AF_HYLINK ideal-int +pkg syscall (darwin-amd64), const AF_IEEE80211 ideal-int +pkg syscall (darwin-amd64), const AF_IMPLINK ideal-int +pkg syscall (darwin-amd64), const AF_IPX ideal-int +pkg syscall (darwin-amd64), const AF_ISDN ideal-int +pkg syscall (darwin-amd64), const AF_ISO ideal-int +pkg syscall (darwin-amd64), const AF_LAT ideal-int +pkg syscall (darwin-amd64), const AF_LINK ideal-int +pkg syscall (darwin-amd64), const AF_LOCAL ideal-int +pkg syscall (darwin-amd64), const AF_MAX ideal-int +pkg syscall (darwin-amd64), const AF_NATM ideal-int +pkg syscall (darwin-amd64), const AF_NDRV ideal-int +pkg syscall (darwin-amd64), const AF_NETBIOS ideal-int +pkg syscall (darwin-amd64), const AF_NS ideal-int +pkg syscall (darwin-amd64), const AF_OSI ideal-int +pkg syscall (darwin-amd64), const AF_PPP ideal-int +pkg syscall (darwin-amd64), const AF_PUP ideal-int +pkg syscall (darwin-amd64), const AF_RESERVED_36 ideal-int +pkg syscall (darwin-amd64), const AF_ROUTE ideal-int +pkg syscall (darwin-amd64), const AF_SIP ideal-int +pkg syscall (darwin-amd64), const AF_SNA ideal-int +pkg syscall (darwin-amd64), const AF_SYSTEM ideal-int +pkg syscall (darwin-amd64), const BIOCFLUSH ideal-int +pkg syscall (darwin-amd64), const BIOCGBLEN ideal-int +pkg syscall (darwin-amd64), const BIOCGDLT ideal-int +pkg syscall (darwin-amd64), const BIOCGDLTLIST ideal-int +pkg syscall (darwin-amd64), const BIOCGETIF ideal-int +pkg syscall (darwin-amd64), const BIOCGHDRCMPLT ideal-int +pkg syscall (darwin-amd64), const BIOCGRSIG ideal-int +pkg syscall (darwin-amd64), const BIOCGRTIMEOUT ideal-int +pkg syscall (darwin-amd64), const BIOCGSEESENT ideal-int +pkg syscall (darwin-amd64), const BIOCGSTATS ideal-int +pkg syscall (darwin-amd64), const BIOCIMMEDIATE ideal-int +pkg syscall (darwin-amd64), const BIOCPROMISC ideal-int +pkg syscall (darwin-amd64), const BIOCSBLEN ideal-int +pkg syscall (darwin-amd64), const BIOCSDLT ideal-int +pkg syscall (darwin-amd64), const BIOCSETF ideal-int +pkg syscall (darwin-amd64), const BIOCSETIF ideal-int +pkg syscall (darwin-amd64), const BIOCSHDRCMPLT ideal-int +pkg syscall (darwin-amd64), const BIOCSRSIG ideal-int +pkg syscall (darwin-amd64), const BIOCSRTIMEOUT ideal-int +pkg syscall (darwin-amd64), const BIOCSSEESENT ideal-int +pkg syscall (darwin-amd64), const BIOCVERSION ideal-int +pkg syscall (darwin-amd64), const BPF_A ideal-int +pkg syscall (darwin-amd64), const BPF_ABS ideal-int +pkg syscall (darwin-amd64), const BPF_ADD ideal-int +pkg syscall (darwin-amd64), const BPF_ALIGNMENT ideal-int +pkg syscall (darwin-amd64), const BPF_ALU ideal-int +pkg syscall (darwin-amd64), const BPF_AND ideal-int +pkg syscall (darwin-amd64), const BPF_B ideal-int +pkg syscall (darwin-amd64), const BPF_DIV ideal-int +pkg syscall (darwin-amd64), const BPF_H ideal-int +pkg syscall (darwin-amd64), const BPF_IMM ideal-int +pkg syscall (darwin-amd64), const BPF_IND ideal-int +pkg syscall (darwin-amd64), const BPF_JA ideal-int +pkg syscall (darwin-amd64), const BPF_JEQ ideal-int +pkg syscall (darwin-amd64), const BPF_JGE ideal-int +pkg syscall (darwin-amd64), const BPF_JGT ideal-int +pkg syscall (darwin-amd64), const BPF_JMP ideal-int +pkg syscall (darwin-amd64), const BPF_JSET ideal-int +pkg syscall (darwin-amd64), const BPF_K ideal-int +pkg syscall (darwin-amd64), const BPF_LD ideal-int +pkg syscall (darwin-amd64), const BPF_LDX ideal-int +pkg syscall (darwin-amd64), const BPF_LEN ideal-int +pkg syscall (darwin-amd64), const BPF_LSH ideal-int +pkg syscall (darwin-amd64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (darwin-amd64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (darwin-amd64), const BPF_MAXINSNS ideal-int +pkg syscall (darwin-amd64), const BPF_MEM ideal-int +pkg syscall (darwin-amd64), const BPF_MEMWORDS ideal-int +pkg syscall (darwin-amd64), const BPF_MINBUFSIZE ideal-int +pkg syscall (darwin-amd64), const BPF_MINOR_VERSION ideal-int +pkg syscall (darwin-amd64), const BPF_MISC ideal-int +pkg syscall (darwin-amd64), const BPF_MSH ideal-int +pkg syscall (darwin-amd64), const BPF_MUL ideal-int +pkg syscall (darwin-amd64), const BPF_NEG ideal-int +pkg syscall (darwin-amd64), const BPF_OR ideal-int +pkg syscall (darwin-amd64), const BPF_RELEASE ideal-int +pkg syscall (darwin-amd64), const BPF_RET ideal-int +pkg syscall (darwin-amd64), const BPF_RSH ideal-int +pkg syscall (darwin-amd64), const BPF_ST ideal-int +pkg syscall (darwin-amd64), const BPF_STX ideal-int +pkg syscall (darwin-amd64), const BPF_SUB ideal-int +pkg syscall (darwin-amd64), const BPF_TAX ideal-int +pkg syscall (darwin-amd64), const BPF_TXA ideal-int +pkg syscall (darwin-amd64), const BPF_W ideal-int +pkg syscall (darwin-amd64), const BPF_X ideal-int +pkg syscall (darwin-amd64), const CTL_MAXNAME ideal-int +pkg syscall (darwin-amd64), const CTL_NET ideal-int +pkg syscall (darwin-amd64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (darwin-amd64), const DLT_ARCNET ideal-int +pkg syscall (darwin-amd64), const DLT_ATM_CLIP ideal-int +pkg syscall (darwin-amd64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (darwin-amd64), const DLT_AX25 ideal-int +pkg syscall (darwin-amd64), const DLT_CHAOS ideal-int +pkg syscall (darwin-amd64), const DLT_CHDLC ideal-int +pkg syscall (darwin-amd64), const DLT_C_HDLC ideal-int +pkg syscall (darwin-amd64), const DLT_EN10MB ideal-int +pkg syscall (darwin-amd64), const DLT_EN3MB ideal-int +pkg syscall (darwin-amd64), const DLT_FDDI ideal-int +pkg syscall (darwin-amd64), const DLT_IEEE802 ideal-int +pkg syscall (darwin-amd64), const DLT_IEEE802_11 ideal-int +pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (darwin-amd64), const DLT_LINUX_SLL ideal-int +pkg syscall (darwin-amd64), const DLT_LOOP ideal-int +pkg syscall (darwin-amd64), const DLT_NULL ideal-int +pkg syscall (darwin-amd64), const DLT_PFLOG ideal-int +pkg syscall (darwin-amd64), const DLT_PFSYNC ideal-int +pkg syscall (darwin-amd64), const DLT_PPP ideal-int +pkg syscall (darwin-amd64), const DLT_PPP_BSDOS ideal-int +pkg syscall (darwin-amd64), const DLT_PPP_SERIAL ideal-int +pkg syscall (darwin-amd64), const DLT_PRONET ideal-int +pkg syscall (darwin-amd64), const DLT_RAW ideal-int +pkg syscall (darwin-amd64), const DLT_SLIP ideal-int +pkg syscall (darwin-amd64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (darwin-amd64), const DT_BLK ideal-int +pkg syscall (darwin-amd64), const DT_CHR ideal-int +pkg syscall (darwin-amd64), const DT_DIR ideal-int +pkg syscall (darwin-amd64), const DT_FIFO ideal-int +pkg syscall (darwin-amd64), const DT_LNK ideal-int +pkg syscall (darwin-amd64), const DT_REG ideal-int +pkg syscall (darwin-amd64), const DT_SOCK ideal-int +pkg syscall (darwin-amd64), const DT_UNKNOWN ideal-int +pkg syscall (darwin-amd64), const DT_WHT ideal-int +pkg syscall (darwin-amd64), const EAUTH Errno +pkg syscall (darwin-amd64), const EBADARCH Errno +pkg syscall (darwin-amd64), const EBADEXEC Errno +pkg syscall (darwin-amd64), const EBADMACHO Errno +pkg syscall (darwin-amd64), const EBADMSG Errno +pkg syscall (darwin-amd64), const EBADRPC Errno +pkg syscall (darwin-amd64), const ECHO ideal-int +pkg syscall (darwin-amd64), const ECHOCTL ideal-int +pkg syscall (darwin-amd64), const ECHOE ideal-int +pkg syscall (darwin-amd64), const ECHOK ideal-int +pkg syscall (darwin-amd64), const ECHOKE ideal-int +pkg syscall (darwin-amd64), const ECHONL ideal-int +pkg syscall (darwin-amd64), const ECHOPRT ideal-int +pkg syscall (darwin-amd64), const EDEVERR Errno +pkg syscall (darwin-amd64), const EFTYPE Errno +pkg syscall (darwin-amd64), const ELAST Errno +pkg syscall (darwin-amd64), const EMULTIHOP Errno +pkg syscall (darwin-amd64), const ENEEDAUTH Errno +pkg syscall (darwin-amd64), const ENOATTR Errno +pkg syscall (darwin-amd64), const ENODATA Errno +pkg syscall (darwin-amd64), const ENOLINK Errno +pkg syscall (darwin-amd64), const ENOPOLICY Errno +pkg syscall (darwin-amd64), const ENOSR Errno +pkg syscall (darwin-amd64), const ENOSTR Errno +pkg syscall (darwin-amd64), const ENOTRECOVERABLE Errno +pkg syscall (darwin-amd64), const EOWNERDEAD Errno +pkg syscall (darwin-amd64), const EPROCLIM Errno +pkg syscall (darwin-amd64), const EPROCUNAVAIL Errno +pkg syscall (darwin-amd64), const EPROGMISMATCH Errno +pkg syscall (darwin-amd64), const EPROGUNAVAIL Errno +pkg syscall (darwin-amd64), const EPROTO Errno +pkg syscall (darwin-amd64), const EPWROFF Errno +pkg syscall (darwin-amd64), const ERPCMISMATCH Errno +pkg syscall (darwin-amd64), const ESHLIBVERS Errno +pkg syscall (darwin-amd64), const ETIME Errno +pkg syscall (darwin-amd64), const EVFILT_AIO ideal-int +pkg syscall (darwin-amd64), const EVFILT_FS ideal-int +pkg syscall (darwin-amd64), const EVFILT_MACHPORT ideal-int +pkg syscall (darwin-amd64), const EVFILT_PROC ideal-int +pkg syscall (darwin-amd64), const EVFILT_READ ideal-int +pkg syscall (darwin-amd64), const EVFILT_SIGNAL ideal-int +pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (darwin-amd64), const EVFILT_THREADMARKER ideal-int +pkg syscall (darwin-amd64), const EVFILT_TIMER ideal-int +pkg syscall (darwin-amd64), const EVFILT_USER ideal-int +pkg syscall (darwin-amd64), const EVFILT_VM ideal-int +pkg syscall (darwin-amd64), const EVFILT_VNODE ideal-int +pkg syscall (darwin-amd64), const EVFILT_WRITE ideal-int +pkg syscall (darwin-amd64), const EV_ADD ideal-int +pkg syscall (darwin-amd64), const EV_CLEAR ideal-int +pkg syscall (darwin-amd64), const EV_DELETE ideal-int +pkg syscall (darwin-amd64), const EV_DISABLE ideal-int +pkg syscall (darwin-amd64), const EV_DISPATCH ideal-int +pkg syscall (darwin-amd64), const EV_ENABLE ideal-int +pkg syscall (darwin-amd64), const EV_EOF ideal-int +pkg syscall (darwin-amd64), const EV_ERROR ideal-int +pkg syscall (darwin-amd64), const EV_FLAG0 ideal-int +pkg syscall (darwin-amd64), const EV_FLAG1 ideal-int +pkg syscall (darwin-amd64), const EV_ONESHOT ideal-int +pkg syscall (darwin-amd64), const EV_OOBAND ideal-int +pkg syscall (darwin-amd64), const EV_POLL ideal-int +pkg syscall (darwin-amd64), const EV_RECEIPT ideal-int +pkg syscall (darwin-amd64), const EV_SYSFLAGS ideal-int +pkg syscall (darwin-amd64), const EXTA ideal-int +pkg syscall (darwin-amd64), const EXTB ideal-int +pkg syscall (darwin-amd64), const EXTPROC ideal-int +pkg syscall (darwin-amd64), const FD_CLOEXEC ideal-int +pkg syscall (darwin-amd64), const FD_SETSIZE ideal-int +pkg syscall (darwin-amd64), const F_ADDFILESIGS ideal-int +pkg syscall (darwin-amd64), const F_ADDSIGS ideal-int +pkg syscall (darwin-amd64), const F_ALLOCATEALL ideal-int +pkg syscall (darwin-amd64), const F_ALLOCATECONTIG ideal-int +pkg syscall (darwin-amd64), const F_CHKCLEAN ideal-int +pkg syscall (darwin-amd64), const F_DUPFD ideal-int +pkg syscall (darwin-amd64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (darwin-amd64), const F_FLUSH_DATA ideal-int +pkg syscall (darwin-amd64), const F_FREEZE_FS ideal-int +pkg syscall (darwin-amd64), const F_FULLFSYNC ideal-int +pkg syscall (darwin-amd64), const F_GETFD ideal-int +pkg syscall (darwin-amd64), const F_GETFL ideal-int +pkg syscall (darwin-amd64), const F_GETLK ideal-int +pkg syscall (darwin-amd64), const F_GETLKPID ideal-int +pkg syscall (darwin-amd64), const F_GETNOSIGPIPE ideal-int +pkg syscall (darwin-amd64), const F_GETOWN ideal-int +pkg syscall (darwin-amd64), const F_GETPATH ideal-int +pkg syscall (darwin-amd64), const F_GETPATH_MTMINFO ideal-int +pkg syscall (darwin-amd64), const F_GETPROTECTIONCLASS ideal-int +pkg syscall (darwin-amd64), const F_GLOBAL_NOCACHE ideal-int +pkg syscall (darwin-amd64), const F_LOG2PHYS ideal-int +pkg syscall (darwin-amd64), const F_LOG2PHYS_EXT ideal-int +pkg syscall (darwin-amd64), const F_MARKDEPENDENCY ideal-int +pkg syscall (darwin-amd64), const F_NOCACHE ideal-int +pkg syscall (darwin-amd64), const F_NODIRECT ideal-int +pkg syscall (darwin-amd64), const F_OK ideal-int +pkg syscall (darwin-amd64), const F_PATHPKG_CHECK ideal-int +pkg syscall (darwin-amd64), const F_PEOFPOSMODE ideal-int +pkg syscall (darwin-amd64), const F_PREALLOCATE ideal-int +pkg syscall (darwin-amd64), const F_RDADVISE ideal-int +pkg syscall (darwin-amd64), const F_RDAHEAD ideal-int +pkg syscall (darwin-amd64), const F_RDLCK ideal-int +pkg syscall (darwin-amd64), const F_READBOOTSTRAP ideal-int +pkg syscall (darwin-amd64), const F_SETBACKINGSTORE ideal-int +pkg syscall (darwin-amd64), const F_SETFD ideal-int +pkg syscall (darwin-amd64), const F_SETFL ideal-int +pkg syscall (darwin-amd64), const F_SETLK ideal-int +pkg syscall (darwin-amd64), const F_SETLKW ideal-int +pkg syscall (darwin-amd64), const F_SETNOSIGPIPE ideal-int +pkg syscall (darwin-amd64), const F_SETOWN ideal-int +pkg syscall (darwin-amd64), const F_SETPROTECTIONCLASS ideal-int +pkg syscall (darwin-amd64), const F_SETSIZE ideal-int +pkg syscall (darwin-amd64), const F_THAW_FS ideal-int +pkg syscall (darwin-amd64), const F_UNLCK ideal-int +pkg syscall (darwin-amd64), const F_VOLPOSMODE ideal-int +pkg syscall (darwin-amd64), const F_WRITEBOOTSTRAP ideal-int +pkg syscall (darwin-amd64), const F_WRLCK ideal-int +pkg syscall (darwin-amd64), const IFF_ALLMULTI ideal-int +pkg syscall (darwin-amd64), const IFF_ALTPHYS ideal-int +pkg syscall (darwin-amd64), const IFF_DEBUG ideal-int +pkg syscall (darwin-amd64), const IFF_LINK0 ideal-int +pkg syscall (darwin-amd64), const IFF_LINK1 ideal-int +pkg syscall (darwin-amd64), const IFF_LINK2 ideal-int +pkg syscall (darwin-amd64), const IFF_NOARP ideal-int +pkg syscall (darwin-amd64), const IFF_NOTRAILERS ideal-int +pkg syscall (darwin-amd64), const IFF_OACTIVE ideal-int +pkg syscall (darwin-amd64), const IFF_POINTOPOINT ideal-int +pkg syscall (darwin-amd64), const IFF_PROMISC ideal-int +pkg syscall (darwin-amd64), const IFF_RUNNING ideal-int +pkg syscall (darwin-amd64), const IFF_SIMPLEX ideal-int +pkg syscall (darwin-amd64), const IFNAMSIZ ideal-int +pkg syscall (darwin-amd64), const IFT_1822 ideal-int +pkg syscall (darwin-amd64), const IFT_AAL5 ideal-int +pkg syscall (darwin-amd64), const IFT_ARCNET ideal-int +pkg syscall (darwin-amd64), const IFT_ARCNETPLUS ideal-int +pkg syscall (darwin-amd64), const IFT_ATM ideal-int +pkg syscall (darwin-amd64), const IFT_BRIDGE ideal-int +pkg syscall (darwin-amd64), const IFT_CARP ideal-int +pkg syscall (darwin-amd64), const IFT_CELLULAR ideal-int +pkg syscall (darwin-amd64), const IFT_CEPT ideal-int +pkg syscall (darwin-amd64), const IFT_DS3 ideal-int +pkg syscall (darwin-amd64), const IFT_ENC ideal-int +pkg syscall (darwin-amd64), const IFT_EON ideal-int +pkg syscall (darwin-amd64), const IFT_ETHER ideal-int +pkg syscall (darwin-amd64), const IFT_FAITH ideal-int +pkg syscall (darwin-amd64), const IFT_FDDI ideal-int +pkg syscall (darwin-amd64), const IFT_FRELAY ideal-int +pkg syscall (darwin-amd64), const IFT_FRELAYDCE ideal-int +pkg syscall (darwin-amd64), const IFT_GIF ideal-int +pkg syscall (darwin-amd64), const IFT_HDH1822 ideal-int +pkg syscall (darwin-amd64), const IFT_HIPPI ideal-int +pkg syscall (darwin-amd64), const IFT_HSSI ideal-int +pkg syscall (darwin-amd64), const IFT_HY ideal-int +pkg syscall (darwin-amd64), const IFT_IEEE1394 ideal-int +pkg syscall (darwin-amd64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (darwin-amd64), const IFT_ISDNBASIC ideal-int +pkg syscall (darwin-amd64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (darwin-amd64), const IFT_ISO88022LLC ideal-int +pkg syscall (darwin-amd64), const IFT_ISO88023 ideal-int +pkg syscall (darwin-amd64), const IFT_ISO88024 ideal-int +pkg syscall (darwin-amd64), const IFT_ISO88025 ideal-int +pkg syscall (darwin-amd64), const IFT_ISO88026 ideal-int +pkg syscall (darwin-amd64), const IFT_L2VLAN ideal-int +pkg syscall (darwin-amd64), const IFT_LAPB ideal-int +pkg syscall (darwin-amd64), const IFT_LOCALTALK ideal-int +pkg syscall (darwin-amd64), const IFT_LOOP ideal-int +pkg syscall (darwin-amd64), const IFT_MIOX25 ideal-int +pkg syscall (darwin-amd64), const IFT_MODEM ideal-int +pkg syscall (darwin-amd64), const IFT_NSIP ideal-int +pkg syscall (darwin-amd64), const IFT_OTHER ideal-int +pkg syscall (darwin-amd64), const IFT_P10 ideal-int +pkg syscall (darwin-amd64), const IFT_P80 ideal-int +pkg syscall (darwin-amd64), const IFT_PARA ideal-int +pkg syscall (darwin-amd64), const IFT_PDP ideal-int +pkg syscall (darwin-amd64), const IFT_PFLOG ideal-int +pkg syscall (darwin-amd64), const IFT_PFSYNC ideal-int +pkg syscall (darwin-amd64), const IFT_PPP ideal-int +pkg syscall (darwin-amd64), const IFT_PROPMUX ideal-int +pkg syscall (darwin-amd64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (darwin-amd64), const IFT_PTPSERIAL ideal-int +pkg syscall (darwin-amd64), const IFT_RS232 ideal-int +pkg syscall (darwin-amd64), const IFT_SDLC ideal-int +pkg syscall (darwin-amd64), const IFT_SIP ideal-int +pkg syscall (darwin-amd64), const IFT_SLIP ideal-int +pkg syscall (darwin-amd64), const IFT_SMDSDXI ideal-int +pkg syscall (darwin-amd64), const IFT_SMDSICIP ideal-int +pkg syscall (darwin-amd64), const IFT_SONET ideal-int +pkg syscall (darwin-amd64), const IFT_SONETPATH ideal-int +pkg syscall (darwin-amd64), const IFT_SONETVT ideal-int +pkg syscall (darwin-amd64), const IFT_STARLAN ideal-int +pkg syscall (darwin-amd64), const IFT_STF ideal-int +pkg syscall (darwin-amd64), const IFT_T1 ideal-int +pkg syscall (darwin-amd64), const IFT_ULTRA ideal-int +pkg syscall (darwin-amd64), const IFT_V35 ideal-int +pkg syscall (darwin-amd64), const IFT_X25 ideal-int +pkg syscall (darwin-amd64), const IFT_X25DDN ideal-int +pkg syscall (darwin-amd64), const IFT_X25PLE ideal-int +pkg syscall (darwin-amd64), const IFT_XETHER ideal-int +pkg syscall (darwin-amd64), const IN_CLASSA_HOST ideal-int +pkg syscall (darwin-amd64), const IN_CLASSA_MAX ideal-int +pkg syscall (darwin-amd64), const IN_CLASSA_NET ideal-int +pkg syscall (darwin-amd64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (darwin-amd64), const IN_CLASSB_HOST ideal-int +pkg syscall (darwin-amd64), const IN_CLASSB_MAX ideal-int +pkg syscall (darwin-amd64), const IN_CLASSB_NET ideal-int +pkg syscall (darwin-amd64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (darwin-amd64), const IN_CLASSC_HOST ideal-int +pkg syscall (darwin-amd64), const IN_CLASSC_NET ideal-int +pkg syscall (darwin-amd64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (darwin-amd64), const IN_CLASSD_HOST ideal-int +pkg syscall (darwin-amd64), const IN_CLASSD_NET ideal-int +pkg syscall (darwin-amd64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (darwin-amd64), const IN_LINKLOCALNETNUM ideal-int +pkg syscall (darwin-amd64), const IN_LOOPBACKNET ideal-int +pkg syscall (darwin-amd64), const IPPROTO_3PC ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ADFS ideal-int +pkg syscall (darwin-amd64), const IPPROTO_AH ideal-int +pkg syscall (darwin-amd64), const IPPROTO_AHIP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_APES ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ARGUS ideal-int +pkg syscall (darwin-amd64), const IPPROTO_AX25 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_BHA ideal-int +pkg syscall (darwin-amd64), const IPPROTO_BLT ideal-int +pkg syscall (darwin-amd64), const IPPROTO_BRSATMON ideal-int +pkg syscall (darwin-amd64), const IPPROTO_CFTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_CHAOS ideal-int +pkg syscall (darwin-amd64), const IPPROTO_CMTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_CPHB ideal-int +pkg syscall (darwin-amd64), const IPPROTO_CPNX ideal-int +pkg syscall (darwin-amd64), const IPPROTO_DDP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_DGP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_DIVERT ideal-int +pkg syscall (darwin-amd64), const IPPROTO_DONE ideal-int +pkg syscall (darwin-amd64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (darwin-amd64), const IPPROTO_EGP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_EMCON ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ENCAP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_EON ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ESP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ETHERIP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (darwin-amd64), const IPPROTO_GGP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_GMTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_GRE ideal-int +pkg syscall (darwin-amd64), const IPPROTO_HELLO ideal-int +pkg syscall (darwin-amd64), const IPPROTO_HMP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ICMP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IDP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IDPR ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IDRP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IGMP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IGP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IGRP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IL ideal-int +pkg syscall (darwin-amd64), const IPPROTO_INLSP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_INP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IPCOMP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IPCV ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IPEIP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IPIP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IPPC ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IPV4 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_IRTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (darwin-amd64), const IPPROTO_LARP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_LEAF1 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_LEAF2 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MAX ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MAXID ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MEAS ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MHRP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MICP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_MUX ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ND ideal-int +pkg syscall (darwin-amd64), const IPPROTO_NHRP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_NONE ideal-int +pkg syscall (darwin-amd64), const IPPROTO_NSP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_NVPII ideal-int +pkg syscall (darwin-amd64), const IPPROTO_OSPFIGP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_PGM ideal-int +pkg syscall (darwin-amd64), const IPPROTO_PIGP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_PIM ideal-int +pkg syscall (darwin-amd64), const IPPROTO_PRM ideal-int +pkg syscall (darwin-amd64), const IPPROTO_PUP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_PVP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_RAW ideal-int +pkg syscall (darwin-amd64), const IPPROTO_RCCMON ideal-int +pkg syscall (darwin-amd64), const IPPROTO_RDP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ROUTING ideal-int +pkg syscall (darwin-amd64), const IPPROTO_RSVP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_RVD ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SATEXPAK ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SATMON ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SCCSP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SCTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SDRP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SEP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SRPC ideal-int +pkg syscall (darwin-amd64), const IPPROTO_ST ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SVMTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_SWIPE ideal-int +pkg syscall (darwin-amd64), const IPPROTO_TCF ideal-int +pkg syscall (darwin-amd64), const IPPROTO_TP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_TPXX ideal-int +pkg syscall (darwin-amd64), const IPPROTO_TRUNK1 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_TRUNK2 ideal-int +pkg syscall (darwin-amd64), const IPPROTO_TTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_VINES ideal-int +pkg syscall (darwin-amd64), const IPPROTO_VISA ideal-int +pkg syscall (darwin-amd64), const IPPROTO_VMTP ideal-int +pkg syscall (darwin-amd64), const IPPROTO_WBEXPAK ideal-int +pkg syscall (darwin-amd64), const IPPROTO_WBMON ideal-int +pkg syscall (darwin-amd64), const IPPROTO_WSN ideal-int +pkg syscall (darwin-amd64), const IPPROTO_XNET ideal-int +pkg syscall (darwin-amd64), const IPPROTO_XTP ideal-int +pkg syscall (darwin-amd64), const IPV6_2292DSTOPTS ideal-int +pkg syscall (darwin-amd64), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (darwin-amd64), const IPV6_2292HOPOPTS ideal-int +pkg syscall (darwin-amd64), const IPV6_2292NEXTHOP ideal-int +pkg syscall (darwin-amd64), const IPV6_2292PKTINFO ideal-int +pkg syscall (darwin-amd64), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (darwin-amd64), const IPV6_2292RTHDR ideal-int +pkg syscall (darwin-amd64), const IPV6_BINDV6ONLY ideal-int +pkg syscall (darwin-amd64), const IPV6_BOUND_IF ideal-int +pkg syscall (darwin-amd64), const IPV6_CHECKSUM ideal-int +pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-amd64), const IPV6_DEFHLIM ideal-int +pkg syscall (darwin-amd64), const IPV6_FAITH ideal-int +pkg syscall (darwin-amd64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (darwin-amd64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (darwin-amd64), const IPV6_FRAGTTL ideal-int +pkg syscall (darwin-amd64), const IPV6_FW_ADD ideal-int +pkg syscall (darwin-amd64), const IPV6_FW_DEL ideal-int +pkg syscall (darwin-amd64), const IPV6_FW_FLUSH ideal-int +pkg syscall (darwin-amd64), const IPV6_FW_GET ideal-int +pkg syscall (darwin-amd64), const IPV6_FW_ZERO ideal-int +pkg syscall (darwin-amd64), const IPV6_HLIMDEC ideal-int +pkg syscall (darwin-amd64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (darwin-amd64), const IPV6_MAXHLIM ideal-int +pkg syscall (darwin-amd64), const IPV6_MAXOPTHDR ideal-int +pkg syscall (darwin-amd64), const IPV6_MAXPACKET ideal-int +pkg syscall (darwin-amd64), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-amd64), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-amd64), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64), const IPV6_MMTU ideal-int +pkg syscall (darwin-amd64), const IPV6_PORTRANGE ideal-int +pkg syscall (darwin-amd64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-amd64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-amd64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (darwin-amd64), const IPV6_RECVTCLASS ideal-int +pkg syscall (darwin-amd64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (darwin-amd64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (darwin-amd64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (darwin-amd64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (darwin-amd64), const IPV6_TCLASS ideal-int +pkg syscall (darwin-amd64), const IPV6_VERSION ideal-int +pkg syscall (darwin-amd64), const IPV6_VERSION_MASK ideal-int +pkg syscall (darwin-amd64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-amd64), const IP_BLOCK_SOURCE ideal-int +pkg syscall (darwin-amd64), const IP_BOUND_IF ideal-int +pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (darwin-amd64), const IP_DF ideal-int +pkg syscall (darwin-amd64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-amd64), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (darwin-amd64), const IP_DUMMYNET_DEL ideal-int +pkg syscall (darwin-amd64), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (darwin-amd64), const IP_DUMMYNET_GET ideal-int +pkg syscall (darwin-amd64), const IP_FAITH ideal-int +pkg syscall (darwin-amd64), const IP_FW_ADD ideal-int +pkg syscall (darwin-amd64), const IP_FW_DEL ideal-int +pkg syscall (darwin-amd64), const IP_FW_FLUSH ideal-int +pkg syscall (darwin-amd64), const IP_FW_GET ideal-int +pkg syscall (darwin-amd64), const IP_FW_RESETLOG ideal-int +pkg syscall (darwin-amd64), const IP_FW_ZERO ideal-int +pkg syscall (darwin-amd64), const IP_HDRINCL ideal-int +pkg syscall (darwin-amd64), const IP_IPSEC_POLICY ideal-int +pkg syscall (darwin-amd64), const IP_MAXPACKET ideal-int +pkg syscall (darwin-amd64), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-amd64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (darwin-amd64), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-amd64), const IP_MF ideal-int +pkg syscall (darwin-amd64), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64), const IP_MSFILTER ideal-int +pkg syscall (darwin-amd64), const IP_MSS ideal-int +pkg syscall (darwin-amd64), const IP_MULTICAST_IFINDEX ideal-int +pkg syscall (darwin-amd64), const IP_MULTICAST_VIF ideal-int +pkg syscall (darwin-amd64), const IP_NAT__XXX ideal-int +pkg syscall (darwin-amd64), const IP_OFFMASK ideal-int +pkg syscall (darwin-amd64), const IP_OLD_FW_ADD ideal-int +pkg syscall (darwin-amd64), const IP_OLD_FW_DEL ideal-int +pkg syscall (darwin-amd64), const IP_OLD_FW_FLUSH ideal-int +pkg syscall (darwin-amd64), const IP_OLD_FW_GET ideal-int +pkg syscall (darwin-amd64), const IP_OLD_FW_RESETLOG ideal-int +pkg syscall (darwin-amd64), const IP_OLD_FW_ZERO ideal-int +pkg syscall (darwin-amd64), const IP_OPTIONS ideal-int +pkg syscall (darwin-amd64), const IP_PKTINFO ideal-int +pkg syscall (darwin-amd64), const IP_PORTRANGE ideal-int +pkg syscall (darwin-amd64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-amd64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-amd64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (darwin-amd64), const IP_RECVDSTADDR ideal-int +pkg syscall (darwin-amd64), const IP_RECVIF ideal-int +pkg syscall (darwin-amd64), const IP_RECVOPTS ideal-int +pkg syscall (darwin-amd64), const IP_RECVPKTINFO ideal-int +pkg syscall (darwin-amd64), const IP_RECVRETOPTS ideal-int +pkg syscall (darwin-amd64), const IP_RECVTTL ideal-int +pkg syscall (darwin-amd64), const IP_RETOPTS ideal-int +pkg syscall (darwin-amd64), const IP_RF ideal-int +pkg syscall (darwin-amd64), const IP_RSVP_OFF ideal-int +pkg syscall (darwin-amd64), const IP_RSVP_ON ideal-int +pkg syscall (darwin-amd64), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (darwin-amd64), const IP_RSVP_VIF_ON ideal-int +pkg syscall (darwin-amd64), const IP_STRIPHDR ideal-int +pkg syscall (darwin-amd64), const IP_TRAFFIC_MGT_BACKGROUND ideal-int +pkg syscall (darwin-amd64), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (darwin-amd64), const LOCK_EX ideal-int +pkg syscall (darwin-amd64), const LOCK_NB ideal-int +pkg syscall (darwin-amd64), const LOCK_SH ideal-int +pkg syscall (darwin-amd64), const LOCK_UN ideal-int +pkg syscall (darwin-amd64), const MADV_CAN_REUSE ideal-int +pkg syscall (darwin-amd64), const MADV_DONTNEED ideal-int +pkg syscall (darwin-amd64), const MADV_FREE ideal-int +pkg syscall (darwin-amd64), const MADV_FREE_REUSABLE ideal-int +pkg syscall (darwin-amd64), const MADV_FREE_REUSE ideal-int +pkg syscall (darwin-amd64), const MADV_NORMAL ideal-int +pkg syscall (darwin-amd64), const MADV_RANDOM ideal-int +pkg syscall (darwin-amd64), const MADV_SEQUENTIAL ideal-int +pkg syscall (darwin-amd64), const MADV_WILLNEED ideal-int +pkg syscall (darwin-amd64), const MADV_ZERO_WIRED_PAGES ideal-int +pkg syscall (darwin-amd64), const MAP_ANON ideal-int +pkg syscall (darwin-amd64), const MAP_COPY ideal-int +pkg syscall (darwin-amd64), const MAP_FILE ideal-int +pkg syscall (darwin-amd64), const MAP_FIXED ideal-int +pkg syscall (darwin-amd64), const MAP_HASSEMAPHORE ideal-int +pkg syscall (darwin-amd64), const MAP_JIT ideal-int +pkg syscall (darwin-amd64), const MAP_NOCACHE ideal-int +pkg syscall (darwin-amd64), const MAP_NOEXTEND ideal-int +pkg syscall (darwin-amd64), const MAP_NORESERVE ideal-int +pkg syscall (darwin-amd64), const MAP_PRIVATE ideal-int +pkg syscall (darwin-amd64), const MAP_RENAME ideal-int +pkg syscall (darwin-amd64), const MAP_RESERVED0080 ideal-int +pkg syscall (darwin-amd64), const MAP_SHARED ideal-int +pkg syscall (darwin-amd64), const MCL_CURRENT ideal-int +pkg syscall (darwin-amd64), const MCL_FUTURE ideal-int +pkg syscall (darwin-amd64), const MSG_CTRUNC ideal-int +pkg syscall (darwin-amd64), const MSG_DONTROUTE ideal-int +pkg syscall (darwin-amd64), const MSG_DONTWAIT ideal-int +pkg syscall (darwin-amd64), const MSG_EOF ideal-int +pkg syscall (darwin-amd64), const MSG_EOR ideal-int +pkg syscall (darwin-amd64), const MSG_FLUSH ideal-int +pkg syscall (darwin-amd64), const MSG_HAVEMORE ideal-int +pkg syscall (darwin-amd64), const MSG_HOLD ideal-int +pkg syscall (darwin-amd64), const MSG_NEEDSA ideal-int +pkg syscall (darwin-amd64), const MSG_OOB ideal-int +pkg syscall (darwin-amd64), const MSG_PEEK ideal-int +pkg syscall (darwin-amd64), const MSG_RCVMORE ideal-int +pkg syscall (darwin-amd64), const MSG_SEND ideal-int +pkg syscall (darwin-amd64), const MSG_TRUNC ideal-int +pkg syscall (darwin-amd64), const MSG_WAITALL ideal-int +pkg syscall (darwin-amd64), const MSG_WAITSTREAM ideal-int +pkg syscall (darwin-amd64), const MS_ASYNC ideal-int +pkg syscall (darwin-amd64), const MS_DEACTIVATE ideal-int +pkg syscall (darwin-amd64), const MS_INVALIDATE ideal-int +pkg syscall (darwin-amd64), const MS_KILLPAGES ideal-int +pkg syscall (darwin-amd64), const MS_SYNC ideal-int +pkg syscall (darwin-amd64), const NAME_MAX ideal-int +pkg syscall (darwin-amd64), const NET_RT_DUMP ideal-int +pkg syscall (darwin-amd64), const NET_RT_DUMP2 ideal-int +pkg syscall (darwin-amd64), const NET_RT_FLAGS ideal-int +pkg syscall (darwin-amd64), const NET_RT_IFLIST ideal-int +pkg syscall (darwin-amd64), const NET_RT_IFLIST2 ideal-int +pkg syscall (darwin-amd64), const NET_RT_MAXID ideal-int +pkg syscall (darwin-amd64), const NET_RT_STAT ideal-int +pkg syscall (darwin-amd64), const NET_RT_TRASH ideal-int +pkg syscall (darwin-amd64), const NOTE_ABSOLUTE ideal-int +pkg syscall (darwin-amd64), const NOTE_ATTRIB ideal-int +pkg syscall (darwin-amd64), const NOTE_CHILD ideal-int +pkg syscall (darwin-amd64), const NOTE_DELETE ideal-int +pkg syscall (darwin-amd64), const NOTE_EXEC ideal-int +pkg syscall (darwin-amd64), const NOTE_EXIT ideal-int +pkg syscall (darwin-amd64), const NOTE_EXITSTATUS ideal-int +pkg syscall (darwin-amd64), const NOTE_EXTEND ideal-int +pkg syscall (darwin-amd64), const NOTE_FFAND ideal-int +pkg syscall (darwin-amd64), const NOTE_FFCOPY ideal-int +pkg syscall (darwin-amd64), const NOTE_FFCTRLMASK ideal-int +pkg syscall (darwin-amd64), const NOTE_FFLAGSMASK ideal-int +pkg syscall (darwin-amd64), const NOTE_FFNOP ideal-int +pkg syscall (darwin-amd64), const NOTE_FFOR ideal-int +pkg syscall (darwin-amd64), const NOTE_FORK ideal-int +pkg syscall (darwin-amd64), const NOTE_LINK ideal-int +pkg syscall (darwin-amd64), const NOTE_LOWAT ideal-int +pkg syscall (darwin-amd64), const NOTE_NONE ideal-int +pkg syscall (darwin-amd64), const NOTE_NSECONDS ideal-int +pkg syscall (darwin-amd64), const NOTE_PCTRLMASK ideal-int +pkg syscall (darwin-amd64), const NOTE_PDATAMASK ideal-int +pkg syscall (darwin-amd64), const NOTE_REAP ideal-int +pkg syscall (darwin-amd64), const NOTE_RENAME ideal-int +pkg syscall (darwin-amd64), const NOTE_RESOURCEEND ideal-int +pkg syscall (darwin-amd64), const NOTE_REVOKE ideal-int +pkg syscall (darwin-amd64), const NOTE_SECONDS ideal-int +pkg syscall (darwin-amd64), const NOTE_SIGNAL ideal-int +pkg syscall (darwin-amd64), const NOTE_TRACK ideal-int +pkg syscall (darwin-amd64), const NOTE_TRACKERR ideal-int +pkg syscall (darwin-amd64), const NOTE_TRIGGER ideal-int +pkg syscall (darwin-amd64), const NOTE_USECONDS ideal-int +pkg syscall (darwin-amd64), const NOTE_VM_ERROR ideal-int +pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE ideal-int +pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int +pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_TERMINATE ideal-int +pkg syscall (darwin-amd64), const NOTE_WRITE ideal-int +pkg syscall (darwin-amd64), const O_ACCMODE ideal-int +pkg syscall (darwin-amd64), const O_ALERT ideal-int +pkg syscall (darwin-amd64), const O_DIRECTORY ideal-int +pkg syscall (darwin-amd64), const O_DSYNC ideal-int +pkg syscall (darwin-amd64), const O_EVTONLY ideal-int +pkg syscall (darwin-amd64), const O_EXLOCK ideal-int +pkg syscall (darwin-amd64), const O_FSYNC ideal-int +pkg syscall (darwin-amd64), const O_NDELAY ideal-int +pkg syscall (darwin-amd64), const O_NOFOLLOW ideal-int +pkg syscall (darwin-amd64), const O_POPUP ideal-int +pkg syscall (darwin-amd64), const O_SHLOCK ideal-int +pkg syscall (darwin-amd64), const O_SYMLINK ideal-int +pkg syscall (darwin-amd64), const PROT_EXEC ideal-int +pkg syscall (darwin-amd64), const PROT_NONE ideal-int +pkg syscall (darwin-amd64), const PROT_READ ideal-int +pkg syscall (darwin-amd64), const PROT_WRITE ideal-int +pkg syscall (darwin-amd64), const PTRACE_CONT ideal-int +pkg syscall (darwin-amd64), const PTRACE_KILL ideal-int +pkg syscall (darwin-amd64), const PTRACE_TRACEME ideal-int +pkg syscall (darwin-amd64), const PT_ATTACH ideal-int +pkg syscall (darwin-amd64), const PT_ATTACHEXC ideal-int +pkg syscall (darwin-amd64), const PT_CONTINUE ideal-int +pkg syscall (darwin-amd64), const PT_DENY_ATTACH ideal-int +pkg syscall (darwin-amd64), const PT_DETACH ideal-int +pkg syscall (darwin-amd64), const PT_FIRSTMACH ideal-int +pkg syscall (darwin-amd64), const PT_FORCEQUOTA ideal-int +pkg syscall (darwin-amd64), const PT_KILL ideal-int +pkg syscall (darwin-amd64), const PT_READ_D ideal-int +pkg syscall (darwin-amd64), const PT_READ_I ideal-int +pkg syscall (darwin-amd64), const PT_READ_U ideal-int +pkg syscall (darwin-amd64), const PT_SIGEXC ideal-int +pkg syscall (darwin-amd64), const PT_STEP ideal-int +pkg syscall (darwin-amd64), const PT_THUPDATE ideal-int +pkg syscall (darwin-amd64), const PT_TRACE_ME ideal-int +pkg syscall (darwin-amd64), const PT_WRITE_D ideal-int +pkg syscall (darwin-amd64), const PT_WRITE_I ideal-int +pkg syscall (darwin-amd64), const PT_WRITE_U ideal-int +pkg syscall (darwin-amd64), const RLIMIT_AS ideal-int +pkg syscall (darwin-amd64), const RLIMIT_CORE ideal-int +pkg syscall (darwin-amd64), const RLIMIT_CPU ideal-int +pkg syscall (darwin-amd64), const RLIMIT_DATA ideal-int +pkg syscall (darwin-amd64), const RLIMIT_FSIZE ideal-int +pkg syscall (darwin-amd64), const RLIMIT_NOFILE ideal-int +pkg syscall (darwin-amd64), const RLIMIT_STACK ideal-int +pkg syscall (darwin-amd64), const RLIM_INFINITY ideal-int +pkg syscall (darwin-amd64), const RTAX_AUTHOR ideal-int +pkg syscall (darwin-amd64), const RTAX_BRD ideal-int +pkg syscall (darwin-amd64), const RTAX_DST ideal-int +pkg syscall (darwin-amd64), const RTAX_GATEWAY ideal-int +pkg syscall (darwin-amd64), const RTAX_GENMASK ideal-int +pkg syscall (darwin-amd64), const RTAX_IFA ideal-int +pkg syscall (darwin-amd64), const RTAX_IFP ideal-int +pkg syscall (darwin-amd64), const RTAX_MAX ideal-int +pkg syscall (darwin-amd64), const RTAX_NETMASK ideal-int +pkg syscall (darwin-amd64), const RTA_AUTHOR ideal-int +pkg syscall (darwin-amd64), const RTA_BRD ideal-int +pkg syscall (darwin-amd64), const RTA_DST ideal-int +pkg syscall (darwin-amd64), const RTA_GATEWAY ideal-int +pkg syscall (darwin-amd64), const RTA_GENMASK ideal-int +pkg syscall (darwin-amd64), const RTA_IFA ideal-int +pkg syscall (darwin-amd64), const RTA_IFP ideal-int +pkg syscall (darwin-amd64), const RTA_NETMASK ideal-int +pkg syscall (darwin-amd64), const RTF_BLACKHOLE ideal-int +pkg syscall (darwin-amd64), const RTF_BROADCAST ideal-int +pkg syscall (darwin-amd64), const RTF_CLONING ideal-int +pkg syscall (darwin-amd64), const RTF_CONDEMNED ideal-int +pkg syscall (darwin-amd64), const RTF_DELCLONE ideal-int +pkg syscall (darwin-amd64), const RTF_DONE ideal-int +pkg syscall (darwin-amd64), const RTF_DYNAMIC ideal-int +pkg syscall (darwin-amd64), const RTF_GATEWAY ideal-int +pkg syscall (darwin-amd64), const RTF_HOST ideal-int +pkg syscall (darwin-amd64), const RTF_IFREF ideal-int +pkg syscall (darwin-amd64), const RTF_IFSCOPE ideal-int +pkg syscall (darwin-amd64), const RTF_LLINFO ideal-int +pkg syscall (darwin-amd64), const RTF_LOCAL ideal-int +pkg syscall (darwin-amd64), const RTF_MODIFIED ideal-int +pkg syscall (darwin-amd64), const RTF_MULTICAST ideal-int +pkg syscall (darwin-amd64), const RTF_PINNED ideal-int +pkg syscall (darwin-amd64), const RTF_PRCLONING ideal-int +pkg syscall (darwin-amd64), const RTF_PROTO1 ideal-int +pkg syscall (darwin-amd64), const RTF_PROTO2 ideal-int +pkg syscall (darwin-amd64), const RTF_PROTO3 ideal-int +pkg syscall (darwin-amd64), const RTF_REJECT ideal-int +pkg syscall (darwin-amd64), const RTF_STATIC ideal-int +pkg syscall (darwin-amd64), const RTF_UP ideal-int +pkg syscall (darwin-amd64), const RTF_WASCLONED ideal-int +pkg syscall (darwin-amd64), const RTF_XRESOLVE ideal-int +pkg syscall (darwin-amd64), const RTM_ADD ideal-int +pkg syscall (darwin-amd64), const RTM_CHANGE ideal-int +pkg syscall (darwin-amd64), const RTM_DELADDR ideal-int +pkg syscall (darwin-amd64), const RTM_DELETE ideal-int +pkg syscall (darwin-amd64), const RTM_DELMADDR ideal-int +pkg syscall (darwin-amd64), const RTM_GET ideal-int +pkg syscall (darwin-amd64), const RTM_GET2 ideal-int +pkg syscall (darwin-amd64), const RTM_IFINFO ideal-int +pkg syscall (darwin-amd64), const RTM_IFINFO2 ideal-int +pkg syscall (darwin-amd64), const RTM_LOCK ideal-int +pkg syscall (darwin-amd64), const RTM_LOSING ideal-int +pkg syscall (darwin-amd64), const RTM_MISS ideal-int +pkg syscall (darwin-amd64), const RTM_NEWADDR ideal-int +pkg syscall (darwin-amd64), const RTM_NEWMADDR ideal-int +pkg syscall (darwin-amd64), const RTM_NEWMADDR2 ideal-int +pkg syscall (darwin-amd64), const RTM_OLDADD ideal-int +pkg syscall (darwin-amd64), const RTM_OLDDEL ideal-int +pkg syscall (darwin-amd64), const RTM_REDIRECT ideal-int +pkg syscall (darwin-amd64), const RTM_RESOLVE ideal-int +pkg syscall (darwin-amd64), const RTM_RTTUNIT ideal-int +pkg syscall (darwin-amd64), const RTM_VERSION ideal-int +pkg syscall (darwin-amd64), const RTV_EXPIRE ideal-int +pkg syscall (darwin-amd64), const RTV_HOPCOUNT ideal-int +pkg syscall (darwin-amd64), const RTV_MTU ideal-int +pkg syscall (darwin-amd64), const RTV_RPIPE ideal-int +pkg syscall (darwin-amd64), const RTV_RTT ideal-int +pkg syscall (darwin-amd64), const RTV_RTTVAR ideal-int +pkg syscall (darwin-amd64), const RTV_SPIPE ideal-int +pkg syscall (darwin-amd64), const RTV_SSTHRESH ideal-int +pkg syscall (darwin-amd64), const RUSAGE_CHILDREN ideal-int +pkg syscall (darwin-amd64), const RUSAGE_SELF ideal-int +pkg syscall (darwin-amd64), const SCM_CREDS ideal-int +pkg syscall (darwin-amd64), const SCM_RIGHTS ideal-int +pkg syscall (darwin-amd64), const SCM_TIMESTAMP ideal-int +pkg syscall (darwin-amd64), const SCM_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-amd64), const SIGCHLD Signal +pkg syscall (darwin-amd64), const SIGCONT Signal +pkg syscall (darwin-amd64), const SIGEMT Signal +pkg syscall (darwin-amd64), const SIGINFO Signal +pkg syscall (darwin-amd64), const SIGIO Signal +pkg syscall (darwin-amd64), const SIGIOT Signal +pkg syscall (darwin-amd64), const SIGPROF Signal +pkg syscall (darwin-amd64), const SIGSTOP Signal +pkg syscall (darwin-amd64), const SIGSYS Signal +pkg syscall (darwin-amd64), const SIGTSTP Signal +pkg syscall (darwin-amd64), const SIGTTIN Signal +pkg syscall (darwin-amd64), const SIGTTOU Signal +pkg syscall (darwin-amd64), const SIGURG Signal +pkg syscall (darwin-amd64), const SIGUSR1 Signal +pkg syscall (darwin-amd64), const SIGUSR2 Signal +pkg syscall (darwin-amd64), const SIGVTALRM Signal +pkg syscall (darwin-amd64), const SIGWINCH Signal +pkg syscall (darwin-amd64), const SIGXCPU Signal +pkg syscall (darwin-amd64), const SIGXFSZ Signal +pkg syscall (darwin-amd64), const SIOCADDMULTI ideal-int +pkg syscall (darwin-amd64), const SIOCAIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCALIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCARPIPLL ideal-int +pkg syscall (darwin-amd64), const SIOCATMARK ideal-int +pkg syscall (darwin-amd64), const SIOCAUTOADDR ideal-int +pkg syscall (darwin-amd64), const SIOCAUTONETMASK ideal-int +pkg syscall (darwin-amd64), const SIOCDELMULTI ideal-int +pkg syscall (darwin-amd64), const SIOCDIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCDIFPHYADDR ideal-int +pkg syscall (darwin-amd64), const SIOCDLIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGDRVSPEC ideal-int +pkg syscall (darwin-amd64), const SIOCGETSGCNT ideal-int +pkg syscall (darwin-amd64), const SIOCGETVIFCNT ideal-int +pkg syscall (darwin-amd64), const SIOCGETVLAN ideal-int +pkg syscall (darwin-amd64), const SIOCGHIWAT ideal-int +pkg syscall (darwin-amd64), const SIOCGIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGIFALTMTU ideal-int +pkg syscall (darwin-amd64), const SIOCGIFASYNCMAP ideal-int +pkg syscall (darwin-amd64), const SIOCGIFBOND ideal-int +pkg syscall (darwin-amd64), const SIOCGIFBRDADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGIFCAP ideal-int +pkg syscall (darwin-amd64), const SIOCGIFCONF ideal-int +pkg syscall (darwin-amd64), const SIOCGIFDEVMTU ideal-int +pkg syscall (darwin-amd64), const SIOCGIFDSTADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGIFFLAGS ideal-int +pkg syscall (darwin-amd64), const SIOCGIFGENERIC ideal-int +pkg syscall (darwin-amd64), const SIOCGIFKPI ideal-int +pkg syscall (darwin-amd64), const SIOCGIFMAC ideal-int +pkg syscall (darwin-amd64), const SIOCGIFMEDIA ideal-int +pkg syscall (darwin-amd64), const SIOCGIFMETRIC ideal-int +pkg syscall (darwin-amd64), const SIOCGIFMTU ideal-int +pkg syscall (darwin-amd64), const SIOCGIFNETMASK ideal-int +pkg syscall (darwin-amd64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGIFPHYS ideal-int +pkg syscall (darwin-amd64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGIFSTATUS ideal-int +pkg syscall (darwin-amd64), const SIOCGIFVLAN ideal-int +pkg syscall (darwin-amd64), const SIOCGIFWAKEFLAGS ideal-int +pkg syscall (darwin-amd64), const SIOCGLIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGLIFPHYADDR ideal-int +pkg syscall (darwin-amd64), const SIOCGLOWAT ideal-int +pkg syscall (darwin-amd64), const SIOCGPGRP ideal-int +pkg syscall (darwin-amd64), const SIOCIFCREATE ideal-int +pkg syscall (darwin-amd64), const SIOCIFCREATE2 ideal-int +pkg syscall (darwin-amd64), const SIOCIFDESTROY ideal-int +pkg syscall (darwin-amd64), const SIOCRSLVMULTI ideal-int +pkg syscall (darwin-amd64), const SIOCSDRVSPEC ideal-int +pkg syscall (darwin-amd64), const SIOCSETVLAN ideal-int +pkg syscall (darwin-amd64), const SIOCSHIWAT ideal-int +pkg syscall (darwin-amd64), const SIOCSIFADDR ideal-int +pkg syscall (darwin-amd64), const SIOCSIFALTMTU ideal-int +pkg syscall (darwin-amd64), const SIOCSIFASYNCMAP ideal-int +pkg syscall (darwin-amd64), const SIOCSIFBOND ideal-int +pkg syscall (darwin-amd64), const SIOCSIFBRDADDR ideal-int +pkg syscall (darwin-amd64), const SIOCSIFCAP ideal-int +pkg syscall (darwin-amd64), const SIOCSIFDSTADDR ideal-int +pkg syscall (darwin-amd64), const SIOCSIFFLAGS ideal-int +pkg syscall (darwin-amd64), const SIOCSIFGENERIC ideal-int +pkg syscall (darwin-amd64), const SIOCSIFKPI ideal-int +pkg syscall (darwin-amd64), const SIOCSIFLLADDR ideal-int +pkg syscall (darwin-amd64), const SIOCSIFMAC ideal-int +pkg syscall (darwin-amd64), const SIOCSIFMEDIA ideal-int +pkg syscall (darwin-amd64), const SIOCSIFMETRIC ideal-int +pkg syscall (darwin-amd64), const SIOCSIFMTU ideal-int +pkg syscall (darwin-amd64), const SIOCSIFNETMASK ideal-int +pkg syscall (darwin-amd64), const SIOCSIFPHYADDR ideal-int +pkg syscall (darwin-amd64), const SIOCSIFPHYS ideal-int +pkg syscall (darwin-amd64), const SIOCSIFVLAN ideal-int +pkg syscall (darwin-amd64), const SIOCSLIFPHYADDR ideal-int +pkg syscall (darwin-amd64), const SIOCSLOWAT ideal-int +pkg syscall (darwin-amd64), const SIOCSPGRP ideal-int +pkg syscall (darwin-amd64), const SOCK_MAXADDRLEN ideal-int +pkg syscall (darwin-amd64), const SOCK_RDM ideal-int +pkg syscall (darwin-amd64), const SO_ACCEPTCONN ideal-int +pkg syscall (darwin-amd64), const SO_DEBUG ideal-int +pkg syscall (darwin-amd64), const SO_DONTTRUNC ideal-int +pkg syscall (darwin-amd64), const SO_ERROR ideal-int +pkg syscall (darwin-amd64), const SO_LABEL ideal-int +pkg syscall (darwin-amd64), const SO_LINGER_SEC ideal-int +pkg syscall (darwin-amd64), const SO_NKE ideal-int +pkg syscall (darwin-amd64), const SO_NOADDRERR ideal-int +pkg syscall (darwin-amd64), const SO_NOSIGPIPE ideal-int +pkg syscall (darwin-amd64), const SO_NOTIFYCONFLICT ideal-int +pkg syscall (darwin-amd64), const SO_NP_EXTENSIONS ideal-int +pkg syscall (darwin-amd64), const SO_NREAD ideal-int +pkg syscall (darwin-amd64), const SO_NWRITE ideal-int +pkg syscall (darwin-amd64), const SO_OOBINLINE ideal-int +pkg syscall (darwin-amd64), const SO_PEERLABEL ideal-int +pkg syscall (darwin-amd64), const SO_RANDOMPORT ideal-int +pkg syscall (darwin-amd64), const SO_RCVLOWAT ideal-int +pkg syscall (darwin-amd64), const SO_RCVTIMEO ideal-int +pkg syscall (darwin-amd64), const SO_RESTRICTIONS ideal-int +pkg syscall (darwin-amd64), const SO_RESTRICT_DENYIN ideal-int +pkg syscall (darwin-amd64), const SO_RESTRICT_DENYOUT ideal-int +pkg syscall (darwin-amd64), const SO_RESTRICT_DENYSET ideal-int +pkg syscall (darwin-amd64), const SO_REUSEPORT ideal-int +pkg syscall (darwin-amd64), const SO_REUSESHAREUID ideal-int +pkg syscall (darwin-amd64), const SO_SNDLOWAT ideal-int +pkg syscall (darwin-amd64), const SO_SNDTIMEO ideal-int +pkg syscall (darwin-amd64), const SO_TIMESTAMP ideal-int +pkg syscall (darwin-amd64), const SO_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-amd64), const SO_TYPE ideal-int +pkg syscall (darwin-amd64), const SO_UPCALLCLOSEWAIT ideal-int +pkg syscall (darwin-amd64), const SO_USELOOPBACK ideal-int +pkg syscall (darwin-amd64), const SO_WANTMORE ideal-int +pkg syscall (darwin-amd64), const SO_WANTOOBFLAG ideal-int +pkg syscall (darwin-amd64), const SYS_ACCEPT ideal-int +pkg syscall (darwin-amd64), const SYS_ACCEPT_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_ACCESS ideal-int +pkg syscall (darwin-amd64), const SYS_ACCESS_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_ACCT ideal-int +pkg syscall (darwin-amd64), const SYS_ADD_PROFIL ideal-int +pkg syscall (darwin-amd64), const SYS_ADJTIME ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_CANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_ERROR ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_FSYNC ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_READ ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_RETURN ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_AIO_WRITE ideal-int +pkg syscall (darwin-amd64), const SYS_ATGETMSG ideal-int +pkg syscall (darwin-amd64), const SYS_ATPGETREQ ideal-int +pkg syscall (darwin-amd64), const SYS_ATPGETRSP ideal-int +pkg syscall (darwin-amd64), const SYS_ATPSNDREQ ideal-int +pkg syscall (darwin-amd64), const SYS_ATPSNDRSP ideal-int +pkg syscall (darwin-amd64), const SYS_ATPUTMSG ideal-int +pkg syscall (darwin-amd64), const SYS_ATSOCKET ideal-int +pkg syscall (darwin-amd64), const SYS_AUDIT ideal-int +pkg syscall (darwin-amd64), const SYS_AUDITCTL ideal-int +pkg syscall (darwin-amd64), const SYS_AUDITON ideal-int +pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_JOIN ideal-int +pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_PORT ideal-int +pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_SELF ideal-int +pkg syscall (darwin-amd64), const SYS_BIND ideal-int +pkg syscall (darwin-amd64), const SYS_BSDTHREAD_CREATE ideal-int +pkg syscall (darwin-amd64), const SYS_BSDTHREAD_REGISTER ideal-int +pkg syscall (darwin-amd64), const SYS_BSDTHREAD_TERMINATE ideal-int +pkg syscall (darwin-amd64), const SYS_CHDIR ideal-int +pkg syscall (darwin-amd64), const SYS_CHFLAGS ideal-int +pkg syscall (darwin-amd64), const SYS_CHMOD ideal-int +pkg syscall (darwin-amd64), const SYS_CHMOD_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_CHOWN ideal-int +pkg syscall (darwin-amd64), const SYS_CHROOT ideal-int +pkg syscall (darwin-amd64), const SYS_CHUD ideal-int +pkg syscall (darwin-amd64), const SYS_CLOSE ideal-int +pkg syscall (darwin-amd64), const SYS_CLOSE_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_CONNECT ideal-int +pkg syscall (darwin-amd64), const SYS_CONNECT_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_COPYFILE ideal-int +pkg syscall (darwin-amd64), const SYS_CSOPS ideal-int +pkg syscall (darwin-amd64), const SYS_DELETE ideal-int +pkg syscall (darwin-amd64), const SYS_DUP ideal-int +pkg syscall (darwin-amd64), const SYS_DUP2 ideal-int +pkg syscall (darwin-amd64), const SYS_EXCHANGEDATA ideal-int +pkg syscall (darwin-amd64), const SYS_EXECVE ideal-int +pkg syscall (darwin-amd64), const SYS_EXIT ideal-int +pkg syscall (darwin-amd64), const SYS_FCHDIR ideal-int +pkg syscall (darwin-amd64), const SYS_FCHFLAGS ideal-int +pkg syscall (darwin-amd64), const SYS_FCHMOD ideal-int +pkg syscall (darwin-amd64), const SYS_FCHMOD_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_FCHOWN ideal-int +pkg syscall (darwin-amd64), const SYS_FCNTL ideal-int +pkg syscall (darwin-amd64), const SYS_FCNTL_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_FDATASYNC ideal-int +pkg syscall (darwin-amd64), const SYS_FFSCTL ideal-int +pkg syscall (darwin-amd64), const SYS_FGETATTRLIST ideal-int +pkg syscall (darwin-amd64), const SYS_FGETXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_FHOPEN ideal-int +pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEFD ideal-int +pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEPORT ideal-int +pkg syscall (darwin-amd64), const SYS_FLISTXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_FLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_FORK ideal-int +pkg syscall (darwin-amd64), const SYS_FPATHCONF ideal-int +pkg syscall (darwin-amd64), const SYS_FREMOVEXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_FSCTL ideal-int +pkg syscall (darwin-amd64), const SYS_FSETATTRLIST ideal-int +pkg syscall (darwin-amd64), const SYS_FSETXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_FSGETPATH ideal-int +pkg syscall (darwin-amd64), const SYS_FSTAT ideal-int +pkg syscall (darwin-amd64), const SYS_FSTAT64 ideal-int +pkg syscall (darwin-amd64), const SYS_FSTAT64_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_FSTATFS ideal-int +pkg syscall (darwin-amd64), const SYS_FSTATFS64 ideal-int +pkg syscall (darwin-amd64), const SYS_FSTATV ideal-int +pkg syscall (darwin-amd64), const SYS_FSTAT_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_FSYNC ideal-int +pkg syscall (darwin-amd64), const SYS_FSYNC_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_FTRUNCATE ideal-int +pkg syscall (darwin-amd64), const SYS_FUTIMES ideal-int +pkg syscall (darwin-amd64), const SYS_GETATTRLIST ideal-int +pkg syscall (darwin-amd64), const SYS_GETAUDIT ideal-int +pkg syscall (darwin-amd64), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (darwin-amd64), const SYS_GETAUID ideal-int +pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES ideal-int +pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES64 ideal-int +pkg syscall (darwin-amd64), const SYS_GETDIRENTRIESATTR ideal-int +pkg syscall (darwin-amd64), const SYS_GETDTABLESIZE ideal-int +pkg syscall (darwin-amd64), const SYS_GETEGID ideal-int +pkg syscall (darwin-amd64), const SYS_GETEUID ideal-int +pkg syscall (darwin-amd64), const SYS_GETFH ideal-int +pkg syscall (darwin-amd64), const SYS_GETFSSTAT ideal-int +pkg syscall (darwin-amd64), const SYS_GETFSSTAT64 ideal-int +pkg syscall (darwin-amd64), const SYS_GETGID ideal-int +pkg syscall (darwin-amd64), const SYS_GETGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_GETHOSTUUID ideal-int +pkg syscall (darwin-amd64), const SYS_GETITIMER ideal-int +pkg syscall (darwin-amd64), const SYS_GETLCID ideal-int +pkg syscall (darwin-amd64), const SYS_GETLOGIN ideal-int +pkg syscall (darwin-amd64), const SYS_GETPEERNAME ideal-int +pkg syscall (darwin-amd64), const SYS_GETPGID ideal-int +pkg syscall (darwin-amd64), const SYS_GETPGRP ideal-int +pkg syscall (darwin-amd64), const SYS_GETPID ideal-int +pkg syscall (darwin-amd64), const SYS_GETPPID ideal-int +pkg syscall (darwin-amd64), const SYS_GETPRIORITY ideal-int +pkg syscall (darwin-amd64), const SYS_GETRLIMIT ideal-int +pkg syscall (darwin-amd64), const SYS_GETRUSAGE ideal-int +pkg syscall (darwin-amd64), const SYS_GETSGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_GETSID ideal-int +pkg syscall (darwin-amd64), const SYS_GETSOCKNAME ideal-int +pkg syscall (darwin-amd64), const SYS_GETSOCKOPT ideal-int +pkg syscall (darwin-amd64), const SYS_GETTID ideal-int +pkg syscall (darwin-amd64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (darwin-amd64), const SYS_GETUID ideal-int +pkg syscall (darwin-amd64), const SYS_GETWGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_GETXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_IDENTITYSVC ideal-int +pkg syscall (darwin-amd64), const SYS_INITGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_IOCTL ideal-int +pkg syscall (darwin-amd64), const SYS_IOPOLICYSYS ideal-int +pkg syscall (darwin-amd64), const SYS_ISSETUGID ideal-int +pkg syscall (darwin-amd64), const SYS_KDEBUG_TRACE ideal-int +pkg syscall (darwin-amd64), const SYS_KEVENT ideal-int +pkg syscall (darwin-amd64), const SYS_KEVENT64 ideal-int +pkg syscall (darwin-amd64), const SYS_KILL ideal-int +pkg syscall (darwin-amd64), const SYS_KQUEUE ideal-int +pkg syscall (darwin-amd64), const SYS_LCHOWN ideal-int +pkg syscall (darwin-amd64), const SYS_LINK ideal-int +pkg syscall (darwin-amd64), const SYS_LIO_LISTIO ideal-int +pkg syscall (darwin-amd64), const SYS_LISTEN ideal-int +pkg syscall (darwin-amd64), const SYS_LISTXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_LSEEK ideal-int +pkg syscall (darwin-amd64), const SYS_LSTAT ideal-int +pkg syscall (darwin-amd64), const SYS_LSTAT64 ideal-int +pkg syscall (darwin-amd64), const SYS_LSTAT64_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_LSTATV ideal-int +pkg syscall (darwin-amd64), const SYS_LSTAT_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_MADVISE ideal-int +pkg syscall (darwin-amd64), const SYS_MAXSYSCALL ideal-int +pkg syscall (darwin-amd64), const SYS_MINCORE ideal-int +pkg syscall (darwin-amd64), const SYS_MINHERIT ideal-int +pkg syscall (darwin-amd64), const SYS_MKCOMPLEX ideal-int +pkg syscall (darwin-amd64), const SYS_MKDIR ideal-int +pkg syscall (darwin-amd64), const SYS_MKDIR_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_MKFIFO ideal-int +pkg syscall (darwin-amd64), const SYS_MKFIFO_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_MKNOD ideal-int +pkg syscall (darwin-amd64), const SYS_MLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_MLOCKALL ideal-int +pkg syscall (darwin-amd64), const SYS_MMAP ideal-int +pkg syscall (darwin-amd64), const SYS_MODWATCH ideal-int +pkg syscall (darwin-amd64), const SYS_MOUNT ideal-int +pkg syscall (darwin-amd64), const SYS_MPROTECT ideal-int +pkg syscall (darwin-amd64), const SYS_MSGCTL ideal-int +pkg syscall (darwin-amd64), const SYS_MSGGET ideal-int +pkg syscall (darwin-amd64), const SYS_MSGRCV ideal-int +pkg syscall (darwin-amd64), const SYS_MSGRCV_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_MSGSND ideal-int +pkg syscall (darwin-amd64), const SYS_MSGSND_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_MSGSYS ideal-int +pkg syscall (darwin-amd64), const SYS_MSYNC ideal-int +pkg syscall (darwin-amd64), const SYS_MSYNC_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_MUNLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_MUNLOCKALL ideal-int +pkg syscall (darwin-amd64), const SYS_MUNMAP ideal-int +pkg syscall (darwin-amd64), const SYS_NFSCLNT ideal-int +pkg syscall (darwin-amd64), const SYS_NFSSVC ideal-int +pkg syscall (darwin-amd64), const SYS_OPEN ideal-int +pkg syscall (darwin-amd64), const SYS_OPEN_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_OPEN_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_PATHCONF ideal-int +pkg syscall (darwin-amd64), const SYS_PID_HIBERNATE ideal-int +pkg syscall (darwin-amd64), const SYS_PID_RESUME ideal-int +pkg syscall (darwin-amd64), const SYS_PID_SHUTDOWN_SOCKETS ideal-int +pkg syscall (darwin-amd64), const SYS_PID_SUSPEND ideal-int +pkg syscall (darwin-amd64), const SYS_PIPE ideal-int +pkg syscall (darwin-amd64), const SYS_POLL ideal-int +pkg syscall (darwin-amd64), const SYS_POLL_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_POSIX_SPAWN ideal-int +pkg syscall (darwin-amd64), const SYS_PREAD ideal-int +pkg syscall (darwin-amd64), const SYS_PREAD_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_PROCESS_POLICY ideal-int +pkg syscall (darwin-amd64), const SYS_PROC_INFO ideal-int +pkg syscall (darwin-amd64), const SYS_PROFIL ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVBROAD ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVCLRPREPOST ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVSIGNAL ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_CVWAIT ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXDROP ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXWAIT ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_DOWNGRADE ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_RDLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK2 ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UPGRADE ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_WRLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int +pkg syscall (darwin-amd64), const SYS_PTRACE ideal-int +pkg syscall (darwin-amd64), const SYS_PWRITE ideal-int +pkg syscall (darwin-amd64), const SYS_PWRITE_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_QUOTACTL ideal-int +pkg syscall (darwin-amd64), const SYS_READ ideal-int +pkg syscall (darwin-amd64), const SYS_READLINK ideal-int +pkg syscall (darwin-amd64), const SYS_READV ideal-int +pkg syscall (darwin-amd64), const SYS_READV_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_READ_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_REBOOT ideal-int +pkg syscall (darwin-amd64), const SYS_RECVFROM ideal-int +pkg syscall (darwin-amd64), const SYS_RECVFROM_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_RECVMSG ideal-int +pkg syscall (darwin-amd64), const SYS_RECVMSG_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_REMOVEXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_RENAME ideal-int +pkg syscall (darwin-amd64), const SYS_REVOKE ideal-int +pkg syscall (darwin-amd64), const SYS_RMDIR ideal-int +pkg syscall (darwin-amd64), const SYS_SEARCHFS ideal-int +pkg syscall (darwin-amd64), const SYS_SELECT ideal-int +pkg syscall (darwin-amd64), const SYS_SELECT_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_SEMCTL ideal-int +pkg syscall (darwin-amd64), const SYS_SEMGET ideal-int +pkg syscall (darwin-amd64), const SYS_SEMOP ideal-int +pkg syscall (darwin-amd64), const SYS_SEMSYS ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_CLOSE ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_DESTROY ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_GETVALUE ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_INIT ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_OPEN ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_POST ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_TRYWAIT ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_UNLINK ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_WAIT ideal-int +pkg syscall (darwin-amd64), const SYS_SEM_WAIT_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_SENDFILE ideal-int +pkg syscall (darwin-amd64), const SYS_SENDMSG ideal-int +pkg syscall (darwin-amd64), const SYS_SENDMSG_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_SENDTO ideal-int +pkg syscall (darwin-amd64), const SYS_SENDTO_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_SETATTRLIST ideal-int +pkg syscall (darwin-amd64), const SYS_SETAUDIT ideal-int +pkg syscall (darwin-amd64), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (darwin-amd64), const SYS_SETAUID ideal-int +pkg syscall (darwin-amd64), const SYS_SETEGID ideal-int +pkg syscall (darwin-amd64), const SYS_SETEUID ideal-int +pkg syscall (darwin-amd64), const SYS_SETGID ideal-int +pkg syscall (darwin-amd64), const SYS_SETGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_SETITIMER ideal-int +pkg syscall (darwin-amd64), const SYS_SETLCID ideal-int +pkg syscall (darwin-amd64), const SYS_SETLOGIN ideal-int +pkg syscall (darwin-amd64), const SYS_SETPGID ideal-int +pkg syscall (darwin-amd64), const SYS_SETPRIORITY ideal-int +pkg syscall (darwin-amd64), const SYS_SETPRIVEXEC ideal-int +pkg syscall (darwin-amd64), const SYS_SETREGID ideal-int +pkg syscall (darwin-amd64), const SYS_SETREUID ideal-int +pkg syscall (darwin-amd64), const SYS_SETRLIMIT ideal-int +pkg syscall (darwin-amd64), const SYS_SETSGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_SETSID ideal-int +pkg syscall (darwin-amd64), const SYS_SETSOCKOPT ideal-int +pkg syscall (darwin-amd64), const SYS_SETTID ideal-int +pkg syscall (darwin-amd64), const SYS_SETTID_WITH_PID ideal-int +pkg syscall (darwin-amd64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (darwin-amd64), const SYS_SETUID ideal-int +pkg syscall (darwin-amd64), const SYS_SETWGROUPS ideal-int +pkg syscall (darwin-amd64), const SYS_SETXATTR ideal-int +pkg syscall (darwin-amd64), const SYS_SHARED_REGION_CHECK_NP ideal-int +pkg syscall (darwin-amd64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int +pkg syscall (darwin-amd64), const SYS_SHMAT ideal-int +pkg syscall (darwin-amd64), const SYS_SHMCTL ideal-int +pkg syscall (darwin-amd64), const SYS_SHMDT ideal-int +pkg syscall (darwin-amd64), const SYS_SHMGET ideal-int +pkg syscall (darwin-amd64), const SYS_SHMSYS ideal-int +pkg syscall (darwin-amd64), const SYS_SHM_OPEN ideal-int +pkg syscall (darwin-amd64), const SYS_SHM_UNLINK ideal-int +pkg syscall (darwin-amd64), const SYS_SHUTDOWN ideal-int +pkg syscall (darwin-amd64), const SYS_SIGACTION ideal-int +pkg syscall (darwin-amd64), const SYS_SIGALTSTACK ideal-int +pkg syscall (darwin-amd64), const SYS_SIGPENDING ideal-int +pkg syscall (darwin-amd64), const SYS_SIGPROCMASK ideal-int +pkg syscall (darwin-amd64), const SYS_SIGRETURN ideal-int +pkg syscall (darwin-amd64), const SYS_SIGSUSPEND ideal-int +pkg syscall (darwin-amd64), const SYS_SIGSUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_SOCKET ideal-int +pkg syscall (darwin-amd64), const SYS_SOCKETPAIR ideal-int +pkg syscall (darwin-amd64), const SYS_STACK_SNAPSHOT ideal-int +pkg syscall (darwin-amd64), const SYS_STAT ideal-int +pkg syscall (darwin-amd64), const SYS_STAT64 ideal-int +pkg syscall (darwin-amd64), const SYS_STAT64_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_STATFS ideal-int +pkg syscall (darwin-amd64), const SYS_STATFS64 ideal-int +pkg syscall (darwin-amd64), const SYS_STATV ideal-int +pkg syscall (darwin-amd64), const SYS_STAT_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_SWAPON ideal-int +pkg syscall (darwin-amd64), const SYS_SYMLINK ideal-int +pkg syscall (darwin-amd64), const SYS_SYNC ideal-int +pkg syscall (darwin-amd64), const SYS_SYSCALL ideal-int +pkg syscall (darwin-amd64), const SYS_THREAD_SELFID ideal-int +pkg syscall (darwin-amd64), const SYS_TRUNCATE ideal-int +pkg syscall (darwin-amd64), const SYS_UMASK ideal-int +pkg syscall (darwin-amd64), const SYS_UMASK_EXTENDED ideal-int +pkg syscall (darwin-amd64), const SYS_UNDELETE ideal-int +pkg syscall (darwin-amd64), const SYS_UNLINK ideal-int +pkg syscall (darwin-amd64), const SYS_UNMOUNT ideal-int +pkg syscall (darwin-amd64), const SYS_UTIMES ideal-int +pkg syscall (darwin-amd64), const SYS_VFORK ideal-int +pkg syscall (darwin-amd64), const SYS_VM_PRESSURE_MONITOR ideal-int +pkg syscall (darwin-amd64), const SYS_WAIT4 ideal-int +pkg syscall (darwin-amd64), const SYS_WAIT4_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_WAITEVENT ideal-int +pkg syscall (darwin-amd64), const SYS_WAITID ideal-int +pkg syscall (darwin-amd64), const SYS_WAITID_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_WATCHEVENT ideal-int +pkg syscall (darwin-amd64), const SYS_WORKQ_KERNRETURN ideal-int +pkg syscall (darwin-amd64), const SYS_WORKQ_OPEN ideal-int +pkg syscall (darwin-amd64), const SYS_WRITE ideal-int +pkg syscall (darwin-amd64), const SYS_WRITEV ideal-int +pkg syscall (darwin-amd64), const SYS_WRITEV_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS_WRITE_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS___DISABLE_THREADSIGNAL ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_EXECVE ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GETFSSTAT ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_FD ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_FILE ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_LCID ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_LCTX ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_LINK ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_MOUNT ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_PID ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_GET_PROC ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_MOUNT ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_SET_FD ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_SET_FILE ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_SET_LCTX ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_SET_LINK ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_SET_PROC ideal-int +pkg syscall (darwin-amd64), const SYS___MAC_SYSCALL ideal-int +pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS___PTHREAD_CANCELED ideal-int +pkg syscall (darwin-amd64), const SYS___PTHREAD_CHDIR ideal-int +pkg syscall (darwin-amd64), const SYS___PTHREAD_FCHDIR ideal-int +pkg syscall (darwin-amd64), const SYS___PTHREAD_KILL ideal-int +pkg syscall (darwin-amd64), const SYS___PTHREAD_MARKCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS___PTHREAD_SIGMASK ideal-int +pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS___SIGWAIT ideal-int +pkg syscall (darwin-amd64), const SYS___SIGWAIT_NOCANCEL ideal-int +pkg syscall (darwin-amd64), const SYS___SYSCTL ideal-int +pkg syscall (darwin-amd64), const S_IEXEC ideal-int +pkg syscall (darwin-amd64), const S_IFWHT ideal-int +pkg syscall (darwin-amd64), const S_IREAD ideal-int +pkg syscall (darwin-amd64), const S_IRGRP ideal-int +pkg syscall (darwin-amd64), const S_IROTH ideal-int +pkg syscall (darwin-amd64), const S_IRWXG ideal-int +pkg syscall (darwin-amd64), const S_IRWXO ideal-int +pkg syscall (darwin-amd64), const S_IRWXU ideal-int +pkg syscall (darwin-amd64), const S_ISTXT ideal-int +pkg syscall (darwin-amd64), const S_IWGRP ideal-int +pkg syscall (darwin-amd64), const S_IWOTH ideal-int +pkg syscall (darwin-amd64), const S_IWRITE ideal-int +pkg syscall (darwin-amd64), const S_IXGRP ideal-int +pkg syscall (darwin-amd64), const S_IXOTH ideal-int +pkg syscall (darwin-amd64), const SizeofBpfHdr ideal-int +pkg syscall (darwin-amd64), const SizeofBpfInsn ideal-int +pkg syscall (darwin-amd64), const SizeofBpfProgram ideal-int +pkg syscall (darwin-amd64), const SizeofBpfStat ideal-int +pkg syscall (darwin-amd64), const SizeofBpfVersion ideal-int +pkg syscall (darwin-amd64), const SizeofCmsghdr ideal-int +pkg syscall (darwin-amd64), const SizeofIPMreq ideal-int +pkg syscall (darwin-amd64), const SizeofIPv6Mreq ideal-int +pkg syscall (darwin-amd64), const SizeofIfData ideal-int +pkg syscall (darwin-amd64), const SizeofIfMsghdr ideal-int +pkg syscall (darwin-amd64), const SizeofIfaMsghdr ideal-int +pkg syscall (darwin-amd64), const SizeofIfmaMsghdr ideal-int +pkg syscall (darwin-amd64), const SizeofIfmaMsghdr2 ideal-int +pkg syscall (darwin-amd64), const SizeofInet6Pktinfo ideal-int +pkg syscall (darwin-amd64), const SizeofLinger ideal-int +pkg syscall (darwin-amd64), const SizeofMsghdr ideal-int +pkg syscall (darwin-amd64), const SizeofRtMetrics ideal-int +pkg syscall (darwin-amd64), const SizeofRtMsghdr ideal-int +pkg syscall (darwin-amd64), const SizeofSockaddrAny ideal-int +pkg syscall (darwin-amd64), const SizeofSockaddrDatalink ideal-int +pkg syscall (darwin-amd64), const SizeofSockaddrInet4 ideal-int +pkg syscall (darwin-amd64), const SizeofSockaddrInet6 ideal-int +pkg syscall (darwin-amd64), const SizeofSockaddrUnix ideal-int +pkg syscall (darwin-amd64), const TCP_CONNECTIONTIMEOUT ideal-int +pkg syscall (darwin-amd64), const TCP_KEEPALIVE ideal-int +pkg syscall (darwin-amd64), const TCP_MAXHLEN ideal-int +pkg syscall (darwin-amd64), const TCP_MAXOLEN ideal-int +pkg syscall (darwin-amd64), const TCP_MAXSEG ideal-int +pkg syscall (darwin-amd64), const TCP_MAXWIN ideal-int +pkg syscall (darwin-amd64), const TCP_MAX_SACK ideal-int +pkg syscall (darwin-amd64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (darwin-amd64), const TCP_MINMSS ideal-int +pkg syscall (darwin-amd64), const TCP_MINMSSOVERLOAD ideal-int +pkg syscall (darwin-amd64), const TCP_MSS ideal-int +pkg syscall (darwin-amd64), const TCP_NOOPT ideal-int +pkg syscall (darwin-amd64), const TCP_NOPUSH ideal-int +pkg syscall (darwin-amd64), const TCP_RXT_CONNDROPTIME ideal-int +pkg syscall (darwin-amd64), const TCP_RXT_FINDROP ideal-int +pkg syscall (darwin-amd64), const TIOCCBRK ideal-int +pkg syscall (darwin-amd64), const TIOCCDTR ideal-int +pkg syscall (darwin-amd64), const TIOCCONS ideal-int +pkg syscall (darwin-amd64), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (darwin-amd64), const TIOCDRAIN ideal-int +pkg syscall (darwin-amd64), const TIOCDSIMICROCODE ideal-int +pkg syscall (darwin-amd64), const TIOCEXCL ideal-int +pkg syscall (darwin-amd64), const TIOCEXT ideal-int +pkg syscall (darwin-amd64), const TIOCFLUSH ideal-int +pkg syscall (darwin-amd64), const TIOCGDRAINWAIT ideal-int +pkg syscall (darwin-amd64), const TIOCGETA ideal-int +pkg syscall (darwin-amd64), const TIOCGETD ideal-int +pkg syscall (darwin-amd64), const TIOCGPGRP ideal-int +pkg syscall (darwin-amd64), const TIOCGWINSZ ideal-int +pkg syscall (darwin-amd64), const TIOCIXOFF ideal-int +pkg syscall (darwin-amd64), const TIOCIXON ideal-int +pkg syscall (darwin-amd64), const TIOCMBIC ideal-int +pkg syscall (darwin-amd64), const TIOCMBIS ideal-int +pkg syscall (darwin-amd64), const TIOCMGDTRWAIT ideal-int +pkg syscall (darwin-amd64), const TIOCMGET ideal-int +pkg syscall (darwin-amd64), const TIOCMODG ideal-int +pkg syscall (darwin-amd64), const TIOCMODS ideal-int +pkg syscall (darwin-amd64), const TIOCMSDTRWAIT ideal-int +pkg syscall (darwin-amd64), const TIOCMSET ideal-int +pkg syscall (darwin-amd64), const TIOCM_CAR ideal-int +pkg syscall (darwin-amd64), const TIOCM_CD ideal-int +pkg syscall (darwin-amd64), const TIOCM_CTS ideal-int +pkg syscall (darwin-amd64), const TIOCM_DSR ideal-int +pkg syscall (darwin-amd64), const TIOCM_DTR ideal-int +pkg syscall (darwin-amd64), const TIOCM_LE ideal-int +pkg syscall (darwin-amd64), const TIOCM_RI ideal-int +pkg syscall (darwin-amd64), const TIOCM_RNG ideal-int +pkg syscall (darwin-amd64), const TIOCM_RTS ideal-int +pkg syscall (darwin-amd64), const TIOCM_SR ideal-int +pkg syscall (darwin-amd64), const TIOCM_ST ideal-int +pkg syscall (darwin-amd64), const TIOCNOTTY ideal-int +pkg syscall (darwin-amd64), const TIOCNXCL ideal-int +pkg syscall (darwin-amd64), const TIOCOUTQ ideal-int +pkg syscall (darwin-amd64), const TIOCPKT ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_DATA ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_IOCTL ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_START ideal-int +pkg syscall (darwin-amd64), const TIOCPKT_STOP ideal-int +pkg syscall (darwin-amd64), const TIOCPTYGNAME ideal-int +pkg syscall (darwin-amd64), const TIOCPTYGRANT ideal-int +pkg syscall (darwin-amd64), const TIOCPTYUNLK ideal-int +pkg syscall (darwin-amd64), const TIOCREMOTE ideal-int +pkg syscall (darwin-amd64), const TIOCSBRK ideal-int +pkg syscall (darwin-amd64), const TIOCSCONS ideal-int +pkg syscall (darwin-amd64), const TIOCSCTTY ideal-int +pkg syscall (darwin-amd64), const TIOCSDRAINWAIT ideal-int +pkg syscall (darwin-amd64), const TIOCSDTR ideal-int +pkg syscall (darwin-amd64), const TIOCSETA ideal-int +pkg syscall (darwin-amd64), const TIOCSETAF ideal-int +pkg syscall (darwin-amd64), const TIOCSETAW ideal-int +pkg syscall (darwin-amd64), const TIOCSETD ideal-int +pkg syscall (darwin-amd64), const TIOCSIG ideal-int +pkg syscall (darwin-amd64), const TIOCSPGRP ideal-int +pkg syscall (darwin-amd64), const TIOCSTART ideal-int +pkg syscall (darwin-amd64), const TIOCSTAT ideal-int +pkg syscall (darwin-amd64), const TIOCSTI ideal-int +pkg syscall (darwin-amd64), const TIOCSTOP ideal-int +pkg syscall (darwin-amd64), const TIOCSWINSZ ideal-int +pkg syscall (darwin-amd64), const TIOCTIMESTAMP ideal-int +pkg syscall (darwin-amd64), const TIOCUCNTL ideal-int +pkg syscall (darwin-amd64), const WCONTINUED ideal-int +pkg syscall (darwin-amd64), const WCOREFLAG ideal-int +pkg syscall (darwin-amd64), const WEXITED ideal-int +pkg syscall (darwin-amd64), const WNOHANG ideal-int +pkg syscall (darwin-amd64), const WNOWAIT ideal-int +pkg syscall (darwin-amd64), const WORDSIZE ideal-int +pkg syscall (darwin-amd64), const WSTOPPED ideal-int +pkg syscall (darwin-amd64), const WUNTRACED ideal-int +pkg syscall (darwin-amd64), func Accept(int) (int, Sockaddr, error) +pkg syscall (darwin-amd64), func Access(string, uint32) error +pkg syscall (darwin-amd64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (darwin-amd64), func Bind(int, Sockaddr) error +pkg syscall (darwin-amd64), func BpfBuflen(int) (int, error) +pkg syscall (darwin-amd64), func BpfDatalink(int) (int, error) +pkg syscall (darwin-amd64), func BpfHeadercmpl(int) (int, error) +pkg syscall (darwin-amd64), func BpfInterface(int, string) (string, error) +pkg syscall (darwin-amd64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (darwin-amd64), func BpfStats(int) (*BpfStat, error) +pkg syscall (darwin-amd64), func BpfStmt(int, int) *BpfInsn +pkg syscall (darwin-amd64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (darwin-amd64), func CheckBpfVersion(int) error +pkg syscall (darwin-amd64), func Chflags(string, int) error +pkg syscall (darwin-amd64), func Chroot(string) error +pkg syscall (darwin-amd64), func Close(int) error +pkg syscall (darwin-amd64), func CloseOnExec(int) +pkg syscall (darwin-amd64), func CmsgLen(int) int +pkg syscall (darwin-amd64), func CmsgSpace(int) int +pkg syscall (darwin-amd64), func Connect(int, Sockaddr) error +pkg syscall (darwin-amd64), func Dup(int) (int, error) +pkg syscall (darwin-amd64), func Dup2(int, int) error +pkg syscall (darwin-amd64), func Exchangedata(string, string, int) error +pkg syscall (darwin-amd64), func Fchdir(int) error +pkg syscall (darwin-amd64), func Fchflags(string, int) error +pkg syscall (darwin-amd64), func Fchmod(int, uint32) error +pkg syscall (darwin-amd64), func Fchown(int, int, int) error +pkg syscall (darwin-amd64), func Flock(int, int) error +pkg syscall (darwin-amd64), func FlushBpf(int) error +pkg syscall (darwin-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (darwin-amd64), func Fpathconf(int, int) (int, error) +pkg syscall (darwin-amd64), func Fstat(int, *Stat_t) error +pkg syscall (darwin-amd64), func Fstatfs(int, *Statfs_t) error +pkg syscall (darwin-amd64), func Fsync(int) error +pkg syscall (darwin-amd64), func Ftruncate(int, int64) error +pkg syscall (darwin-amd64), func Futimes(int, []Timeval) error +pkg syscall (darwin-amd64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (darwin-amd64), func Getdtablesize() int +pkg syscall (darwin-amd64), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (darwin-amd64), func Getpeername(int) (Sockaddr, error) +pkg syscall (darwin-amd64), func Getpgid(int) (int, error) +pkg syscall (darwin-amd64), func Getpgrp() int +pkg syscall (darwin-amd64), func Getpriority(int, int) (int, error) +pkg syscall (darwin-amd64), func Getrlimit(int, *Rlimit) error +pkg syscall (darwin-amd64), func Getrusage(int, *Rusage) error +pkg syscall (darwin-amd64), func Getsid(int) (int, error) +pkg syscall (darwin-amd64), func Getsockname(int) (Sockaddr, error) +pkg syscall (darwin-amd64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (darwin-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (darwin-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (darwin-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (darwin-amd64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (darwin-amd64), func Issetugid() bool +pkg syscall (darwin-amd64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (darwin-amd64), func Kill(int, Signal) error +pkg syscall (darwin-amd64), func Kqueue() (int, error) +pkg syscall (darwin-amd64), func Listen(int, int) error +pkg syscall (darwin-amd64), func Lstat(string, *Stat_t) error +pkg syscall (darwin-amd64), func Mkfifo(string, uint32) error +pkg syscall (darwin-amd64), func Mknod(string, uint32, int) error +pkg syscall (darwin-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (darwin-amd64), func Munmap([]uint8) error +pkg syscall (darwin-amd64), func NsecToTimespec(int64) Timespec +pkg syscall (darwin-amd64), func Open(string, int, uint32) (int, error) +pkg syscall (darwin-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (darwin-amd64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (darwin-amd64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (darwin-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (darwin-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (darwin-amd64), func Pathconf(string, int) (int, error) +pkg syscall (darwin-amd64), func Pipe([]int) error +pkg syscall (darwin-amd64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (darwin-amd64), func PtraceAttach(int) error +pkg syscall (darwin-amd64), func PtraceDetach(int) error +pkg syscall (darwin-amd64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (darwin-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64), func Read(int, []uint8) (int, error) +pkg syscall (darwin-amd64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (darwin-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (darwin-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (darwin-amd64), func Revoke(string) error +pkg syscall (darwin-amd64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (darwin-amd64), func Seek(int, int64, int) (int64, error) +pkg syscall (darwin-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (darwin-amd64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (darwin-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (darwin-amd64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (darwin-amd64), func SetBpf(int, []BpfInsn) error +pkg syscall (darwin-amd64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (darwin-amd64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (darwin-amd64), func SetBpfHeadercmpl(int, int) error +pkg syscall (darwin-amd64), func SetBpfImmediate(int, int) error +pkg syscall (darwin-amd64), func SetBpfInterface(int, string) error +pkg syscall (darwin-amd64), func SetBpfPromisc(int, int) error +pkg syscall (darwin-amd64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (darwin-amd64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (darwin-amd64), func SetNonblock(int, bool) error +pkg syscall (darwin-amd64), func Setegid(int) error +pkg syscall (darwin-amd64), func Seteuid(int) error +pkg syscall (darwin-amd64), func Setgid(int) error +pkg syscall (darwin-amd64), func Setgroups([]int) error +pkg syscall (darwin-amd64), func Setlogin(string) error +pkg syscall (darwin-amd64), func Setpgid(int, int) error +pkg syscall (darwin-amd64), func Setpriority(int, int, int) error +pkg syscall (darwin-amd64), func Setprivexec(int) error +pkg syscall (darwin-amd64), func Setregid(int, int) error +pkg syscall (darwin-amd64), func Setreuid(int, int) error +pkg syscall (darwin-amd64), func Setrlimit(int, *Rlimit) error +pkg syscall (darwin-amd64), func Setsid() (int, error) +pkg syscall (darwin-amd64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (darwin-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (darwin-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (darwin-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (darwin-amd64), func SetsockoptInt(int, int, int, int) error +pkg syscall (darwin-amd64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (darwin-amd64), func SetsockoptString(int, int, int, string) error +pkg syscall (darwin-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (darwin-amd64), func Settimeofday(*Timeval) error +pkg syscall (darwin-amd64), func Setuid(int) error +pkg syscall (darwin-amd64), func Shutdown(int, int) error +pkg syscall (darwin-amd64), func Socket(int, int, int) (int, error) +pkg syscall (darwin-amd64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (darwin-amd64), func Stat(string, *Stat_t) error +pkg syscall (darwin-amd64), func Statfs(string, *Statfs_t) error +pkg syscall (darwin-amd64), func StringSlicePtr([]string) []*uint8 +pkg syscall (darwin-amd64), func Sync() error +pkg syscall (darwin-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64), func Sysctl(string) (string, error) +pkg syscall (darwin-amd64), func SysctlUint32(string) (uint32, error) +pkg syscall (darwin-amd64), func TimespecToNsec(Timespec) int64 +pkg syscall (darwin-amd64), func TimevalToNsec(Timeval) int64 +pkg syscall (darwin-amd64), func Truncate(string, int64) error +pkg syscall (darwin-amd64), func Umask(int) int +pkg syscall (darwin-amd64), func Undelete(string) error +pkg syscall (darwin-amd64), func UnixRights(...int) []uint8 +pkg syscall (darwin-amd64), func Unmount(string, int) error +pkg syscall (darwin-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (darwin-amd64), func Write(int, []uint8) (int, error) +pkg syscall (darwin-amd64), method (*Cmsghdr) SetLen(int) +pkg syscall (darwin-amd64), method (*Iovec) SetLen(int) +pkg syscall (darwin-amd64), method (*Msghdr) SetControllen(int) +pkg syscall (darwin-amd64), type BpfHdr struct +pkg syscall (darwin-amd64), type BpfHdr struct, Caplen uint32 +pkg syscall (darwin-amd64), type BpfHdr struct, Datalen uint32 +pkg syscall (darwin-amd64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (darwin-amd64), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64), type BpfHdr struct, Tstamp Timeval32 +pkg syscall (darwin-amd64), type BpfInsn struct +pkg syscall (darwin-amd64), type BpfInsn struct, Code uint16 +pkg syscall (darwin-amd64), type BpfInsn struct, Jf uint8 +pkg syscall (darwin-amd64), type BpfInsn struct, Jt uint8 +pkg syscall (darwin-amd64), type BpfInsn struct, K uint32 +pkg syscall (darwin-amd64), type BpfProgram struct +pkg syscall (darwin-amd64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (darwin-amd64), type BpfProgram struct, Len uint32 +pkg syscall (darwin-amd64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64), type BpfStat struct +pkg syscall (darwin-amd64), type BpfStat struct, Drop uint32 +pkg syscall (darwin-amd64), type BpfStat struct, Recv uint32 +pkg syscall (darwin-amd64), type BpfVersion struct +pkg syscall (darwin-amd64), type BpfVersion struct, Major uint16 +pkg syscall (darwin-amd64), type BpfVersion struct, Minor uint16 +pkg syscall (darwin-amd64), type Cmsghdr struct +pkg syscall (darwin-amd64), type Cmsghdr struct, Len uint32 +pkg syscall (darwin-amd64), type Cmsghdr struct, Level int32 +pkg syscall (darwin-amd64), type Cmsghdr struct, Type int32 +pkg syscall (darwin-amd64), type Credential struct +pkg syscall (darwin-amd64), type Credential struct, Gid uint32 +pkg syscall (darwin-amd64), type Credential struct, Groups []uint32 +pkg syscall (darwin-amd64), type Credential struct, Uid uint32 +pkg syscall (darwin-amd64), type Dirent struct +pkg syscall (darwin-amd64), type Dirent struct, Ino uint64 +pkg syscall (darwin-amd64), type Dirent struct, Name [1024]int8 +pkg syscall (darwin-amd64), type Dirent struct, Namlen uint16 +pkg syscall (darwin-amd64), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (darwin-amd64), type Dirent struct, Reclen uint16 +pkg syscall (darwin-amd64), type Dirent struct, Seekoff uint64 +pkg syscall (darwin-amd64), type Dirent struct, Type uint8 +pkg syscall (darwin-amd64), type Fbootstraptransfer_t struct +pkg syscall (darwin-amd64), type Fbootstraptransfer_t struct, Buffer *uint8 +pkg syscall (darwin-amd64), type Fbootstraptransfer_t struct, Length uint64 +pkg syscall (darwin-amd64), type Fbootstraptransfer_t struct, Offset int64 +pkg syscall (darwin-amd64), type FdSet struct +pkg syscall (darwin-amd64), type FdSet struct, Bits [32]int32 +pkg syscall (darwin-amd64), type Flock_t struct +pkg syscall (darwin-amd64), type Flock_t struct, Len int64 +pkg syscall (darwin-amd64), type Flock_t struct, Pid int32 +pkg syscall (darwin-amd64), type Flock_t struct, Start int64 +pkg syscall (darwin-amd64), type Flock_t struct, Type int16 +pkg syscall (darwin-amd64), type Flock_t struct, Whence int16 +pkg syscall (darwin-amd64), type Fsid struct +pkg syscall (darwin-amd64), type Fsid struct, Val [2]int32 +pkg syscall (darwin-amd64), type Fstore_t struct +pkg syscall (darwin-amd64), type Fstore_t struct, Bytesalloc int64 +pkg syscall (darwin-amd64), type Fstore_t struct, Flags uint32 +pkg syscall (darwin-amd64), type Fstore_t struct, Length int64 +pkg syscall (darwin-amd64), type Fstore_t struct, Offset int64 +pkg syscall (darwin-amd64), type Fstore_t struct, Posmode int32 +pkg syscall (darwin-amd64), type IfData struct +pkg syscall (darwin-amd64), type IfData struct, Addrlen uint8 +pkg syscall (darwin-amd64), type IfData struct, Baudrate uint32 +pkg syscall (darwin-amd64), type IfData struct, Collisions uint32 +pkg syscall (darwin-amd64), type IfData struct, Hdrlen uint8 +pkg syscall (darwin-amd64), type IfData struct, Hwassist uint32 +pkg syscall (darwin-amd64), type IfData struct, Ibytes uint32 +pkg syscall (darwin-amd64), type IfData struct, Ierrors uint32 +pkg syscall (darwin-amd64), type IfData struct, Imcasts uint32 +pkg syscall (darwin-amd64), type IfData struct, Ipackets uint32 +pkg syscall (darwin-amd64), type IfData struct, Iqdrops uint32 +pkg syscall (darwin-amd64), type IfData struct, Lastchange Timeval32 +pkg syscall (darwin-amd64), type IfData struct, Metric uint32 +pkg syscall (darwin-amd64), type IfData struct, Mtu uint32 +pkg syscall (darwin-amd64), type IfData struct, Noproto uint32 +pkg syscall (darwin-amd64), type IfData struct, Obytes uint32 +pkg syscall (darwin-amd64), type IfData struct, Oerrors uint32 +pkg syscall (darwin-amd64), type IfData struct, Omcasts uint32 +pkg syscall (darwin-amd64), type IfData struct, Opackets uint32 +pkg syscall (darwin-amd64), type IfData struct, Physical uint8 +pkg syscall (darwin-amd64), type IfData struct, Recvquota uint8 +pkg syscall (darwin-amd64), type IfData struct, Recvtiming uint32 +pkg syscall (darwin-amd64), type IfData struct, Reserved1 uint32 +pkg syscall (darwin-amd64), type IfData struct, Reserved2 uint32 +pkg syscall (darwin-amd64), type IfData struct, Type uint8 +pkg syscall (darwin-amd64), type IfData struct, Typelen uint8 +pkg syscall (darwin-amd64), type IfData struct, Unused1 uint8 +pkg syscall (darwin-amd64), type IfData struct, Unused2 uint32 +pkg syscall (darwin-amd64), type IfData struct, Xmitquota uint8 +pkg syscall (darwin-amd64), type IfData struct, Xmittiming uint32 +pkg syscall (darwin-amd64), type IfMsghdr struct +pkg syscall (darwin-amd64), type IfMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64), type IfMsghdr struct, Data IfData +pkg syscall (darwin-amd64), type IfMsghdr struct, Flags int32 +pkg syscall (darwin-amd64), type IfMsghdr struct, Index uint16 +pkg syscall (darwin-amd64), type IfMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64), type IfMsghdr struct, Type uint8 +pkg syscall (darwin-amd64), type IfMsghdr struct, Version uint8 +pkg syscall (darwin-amd64), type IfaMsghdr struct +pkg syscall (darwin-amd64), type IfaMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Flags int32 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Index uint16 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Metric int32 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Type uint8 +pkg syscall (darwin-amd64), type IfaMsghdr struct, Version uint8 +pkg syscall (darwin-amd64), type IfmaMsghdr struct +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Flags int32 +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Index uint16 +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Type uint8 +pkg syscall (darwin-amd64), type IfmaMsghdr struct, Version uint8 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Addrs int32 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Flags int32 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Index uint16 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Msglen uint16 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Refcount int32 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Type uint8 +pkg syscall (darwin-amd64), type IfmaMsghdr2 struct, Version uint8 +pkg syscall (darwin-amd64), type Inet6Pktinfo struct +pkg syscall (darwin-amd64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (darwin-amd64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-amd64), type InterfaceAddrMessage struct +pkg syscall (darwin-amd64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (darwin-amd64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (darwin-amd64), type InterfaceMessage struct +pkg syscall (darwin-amd64), type InterfaceMessage struct, Data []uint8 +pkg syscall (darwin-amd64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (darwin-amd64), type InterfaceMulticastAddrMessage struct +pkg syscall (darwin-amd64), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (darwin-amd64), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr2 +pkg syscall (darwin-amd64), type Iovec struct +pkg syscall (darwin-amd64), type Iovec struct, Base *uint8 +pkg syscall (darwin-amd64), type Iovec struct, Len uint64 +pkg syscall (darwin-amd64), type Kevent_t struct +pkg syscall (darwin-amd64), type Kevent_t struct, Data int64 +pkg syscall (darwin-amd64), type Kevent_t struct, Fflags uint32 +pkg syscall (darwin-amd64), type Kevent_t struct, Filter int16 +pkg syscall (darwin-amd64), type Kevent_t struct, Flags uint16 +pkg syscall (darwin-amd64), type Kevent_t struct, Ident uint64 +pkg syscall (darwin-amd64), type Kevent_t struct, Udata *uint8 +pkg syscall (darwin-amd64), type Log2phys_t struct +pkg syscall (darwin-amd64), type Log2phys_t struct, Contigbytes int64 +pkg syscall (darwin-amd64), type Log2phys_t struct, Devoffset int64 +pkg syscall (darwin-amd64), type Log2phys_t struct, Flags uint32 +pkg syscall (darwin-amd64), type Msghdr struct +pkg syscall (darwin-amd64), type Msghdr struct, Control *uint8 +pkg syscall (darwin-amd64), type Msghdr struct, Controllen uint32 +pkg syscall (darwin-amd64), type Msghdr struct, Flags int32 +pkg syscall (darwin-amd64), type Msghdr struct, Iov *Iovec +pkg syscall (darwin-amd64), type Msghdr struct, Iovlen int32 +pkg syscall (darwin-amd64), type Msghdr struct, Name *uint8 +pkg syscall (darwin-amd64), type Msghdr struct, Namelen uint32 +pkg syscall (darwin-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (darwin-amd64), type Radvisory_t struct +pkg syscall (darwin-amd64), type Radvisory_t struct, Count int32 +pkg syscall (darwin-amd64), type Radvisory_t struct, Offset int64 +pkg syscall (darwin-amd64), type Radvisory_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64), type RawSockaddr struct, Data [14]int8 +pkg syscall (darwin-amd64), type RawSockaddr struct, Family uint8 +pkg syscall (darwin-amd64), type RawSockaddr struct, Len uint8 +pkg syscall (darwin-amd64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-amd64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (darwin-amd64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (darwin-amd64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (darwin-amd64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (darwin-amd64), type RawSockaddrUnix struct +pkg syscall (darwin-amd64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (darwin-amd64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (darwin-amd64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (darwin-amd64), type Rlimit struct +pkg syscall (darwin-amd64), type Rlimit struct, Cur uint64 +pkg syscall (darwin-amd64), type Rlimit struct, Max uint64 +pkg syscall (darwin-amd64), type RouteMessage struct +pkg syscall (darwin-amd64), type RouteMessage struct, Data []uint8 +pkg syscall (darwin-amd64), type RouteMessage struct, Header RtMsghdr +pkg syscall (darwin-amd64), type RoutingMessage interface, unexported methods +pkg syscall (darwin-amd64), type RtMetrics struct +pkg syscall (darwin-amd64), type RtMetrics struct, Expire int32 +pkg syscall (darwin-amd64), type RtMetrics struct, Filler [4]uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Hopcount uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Locks uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Mtu uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Pksent uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Recvpipe uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Rtt uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Rttvar uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Sendpipe uint32 +pkg syscall (darwin-amd64), type RtMetrics struct, Ssthresh uint32 +pkg syscall (darwin-amd64), type RtMsghdr struct +pkg syscall (darwin-amd64), type RtMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Errno int32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Flags int32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Index uint16 +pkg syscall (darwin-amd64), type RtMsghdr struct, Inits uint32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64), type RtMsghdr struct, Pid int32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (darwin-amd64), type RtMsghdr struct, Seq int32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Type uint8 +pkg syscall (darwin-amd64), type RtMsghdr struct, Use int32 +pkg syscall (darwin-amd64), type RtMsghdr struct, Version uint8 +pkg syscall (darwin-amd64), type Rusage struct, Idrss int64 +pkg syscall (darwin-amd64), type Rusage struct, Inblock int64 +pkg syscall (darwin-amd64), type Rusage struct, Isrss int64 +pkg syscall (darwin-amd64), type Rusage struct, Ixrss int64 +pkg syscall (darwin-amd64), type Rusage struct, Majflt int64 +pkg syscall (darwin-amd64), type Rusage struct, Maxrss int64 +pkg syscall (darwin-amd64), type Rusage struct, Minflt int64 +pkg syscall (darwin-amd64), type Rusage struct, Msgrcv int64 +pkg syscall (darwin-amd64), type Rusage struct, Msgsnd int64 +pkg syscall (darwin-amd64), type Rusage struct, Nivcsw int64 +pkg syscall (darwin-amd64), type Rusage struct, Nsignals int64 +pkg syscall (darwin-amd64), type Rusage struct, Nswap int64 +pkg syscall (darwin-amd64), type Rusage struct, Nvcsw int64 +pkg syscall (darwin-amd64), type Rusage struct, Oublock int64 +pkg syscall (darwin-amd64), type Rusage struct, Stime Timeval +pkg syscall (darwin-amd64), type Rusage struct, Utime Timeval +pkg syscall (darwin-amd64), type SockaddrDatalink struct +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Family uint8 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Index uint16 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Len uint8 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-amd64), type SockaddrDatalink struct, Type uint8 +pkg syscall (darwin-amd64), type SocketControlMessage struct +pkg syscall (darwin-amd64), type SocketControlMessage struct, Data []uint8 +pkg syscall (darwin-amd64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (darwin-amd64), type Stat_t struct +pkg syscall (darwin-amd64), type Stat_t struct, Atimespec Timespec +pkg syscall (darwin-amd64), type Stat_t struct, Birthtimespec Timespec +pkg syscall (darwin-amd64), type Stat_t struct, Blksize int32 +pkg syscall (darwin-amd64), type Stat_t struct, Blocks int64 +pkg syscall (darwin-amd64), type Stat_t struct, Ctimespec Timespec +pkg syscall (darwin-amd64), type Stat_t struct, Dev int32 +pkg syscall (darwin-amd64), type Stat_t struct, Flags uint32 +pkg syscall (darwin-amd64), type Stat_t struct, Gen uint32 +pkg syscall (darwin-amd64), type Stat_t struct, Gid uint32 +pkg syscall (darwin-amd64), type Stat_t struct, Ino uint64 +pkg syscall (darwin-amd64), type Stat_t struct, Lspare int32 +pkg syscall (darwin-amd64), type Stat_t struct, Mode uint16 +pkg syscall (darwin-amd64), type Stat_t struct, Mtimespec Timespec +pkg syscall (darwin-amd64), type Stat_t struct, Nlink uint16 +pkg syscall (darwin-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64), type Stat_t struct, Qspare [2]int64 +pkg syscall (darwin-amd64), type Stat_t struct, Rdev int32 +pkg syscall (darwin-amd64), type Stat_t struct, Size int64 +pkg syscall (darwin-amd64), type Stat_t struct, Uid uint32 +pkg syscall (darwin-amd64), type Statfs_t struct +pkg syscall (darwin-amd64), type Statfs_t struct, Bavail uint64 +pkg syscall (darwin-amd64), type Statfs_t struct, Bfree uint64 +pkg syscall (darwin-amd64), type Statfs_t struct, Blocks uint64 +pkg syscall (darwin-amd64), type Statfs_t struct, Bsize uint32 +pkg syscall (darwin-amd64), type Statfs_t struct, Ffree uint64 +pkg syscall (darwin-amd64), type Statfs_t struct, Files uint64 +pkg syscall (darwin-amd64), type Statfs_t struct, Flags uint32 +pkg syscall (darwin-amd64), type Statfs_t struct, Fsid Fsid +pkg syscall (darwin-amd64), type Statfs_t struct, Fssubtype uint32 +pkg syscall (darwin-amd64), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (darwin-amd64), type Statfs_t struct, Iosize int32 +pkg syscall (darwin-amd64), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (darwin-amd64), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (darwin-amd64), type Statfs_t struct, Owner uint32 +pkg syscall (darwin-amd64), type Statfs_t struct, Reserved [8]uint32 +pkg syscall (darwin-amd64), type Statfs_t struct, Type uint32 +pkg syscall (darwin-amd64), type SysProcAttr struct, Chroot string +pkg syscall (darwin-amd64), type SysProcAttr struct, Credential *Credential +pkg syscall (darwin-amd64), type SysProcAttr struct, Noctty bool +pkg syscall (darwin-amd64), type SysProcAttr struct, Ptrace bool +pkg syscall (darwin-amd64), type SysProcAttr struct, Setctty bool +pkg syscall (darwin-amd64), type SysProcAttr struct, Setpgid bool +pkg syscall (darwin-amd64), type SysProcAttr struct, Setsid bool +pkg syscall (darwin-amd64), type Timespec struct, Nsec int64 +pkg syscall (darwin-amd64), type Timespec struct, Sec int64 +pkg syscall (darwin-amd64), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64), type Timeval struct, Sec int64 +pkg syscall (darwin-amd64), type Timeval struct, Usec int32 +pkg syscall (darwin-amd64), type Timeval32 struct +pkg syscall (darwin-amd64), type Timeval32 struct, Sec int32 +pkg syscall (darwin-amd64), type Timeval32 struct, Usec int32 +pkg syscall (darwin-amd64), type WaitStatus uint32 +pkg syscall (darwin-amd64), var Stderr int +pkg syscall (darwin-amd64), var Stdin int +pkg syscall (darwin-amd64), var Stdout int +pkg syscall (darwin-amd64-cgo), const AF_APPLETALK ideal-int +pkg syscall (darwin-amd64-cgo), const AF_CCITT ideal-int +pkg syscall (darwin-amd64-cgo), const AF_CHAOS ideal-int +pkg syscall (darwin-amd64-cgo), const AF_CNT ideal-int +pkg syscall (darwin-amd64-cgo), const AF_COIP ideal-int +pkg syscall (darwin-amd64-cgo), const AF_DATAKIT ideal-int +pkg syscall (darwin-amd64-cgo), const AF_DECnet ideal-int +pkg syscall (darwin-amd64-cgo), const AF_DLI ideal-int +pkg syscall (darwin-amd64-cgo), const AF_E164 ideal-int +pkg syscall (darwin-amd64-cgo), const AF_ECMA ideal-int +pkg syscall (darwin-amd64-cgo), const AF_HYLINK ideal-int +pkg syscall (darwin-amd64-cgo), const AF_IEEE80211 ideal-int +pkg syscall (darwin-amd64-cgo), const AF_IMPLINK ideal-int +pkg syscall (darwin-amd64-cgo), const AF_IPX ideal-int +pkg syscall (darwin-amd64-cgo), const AF_ISDN ideal-int +pkg syscall (darwin-amd64-cgo), const AF_ISO ideal-int +pkg syscall (darwin-amd64-cgo), const AF_LAT ideal-int +pkg syscall (darwin-amd64-cgo), const AF_LINK ideal-int +pkg syscall (darwin-amd64-cgo), const AF_LOCAL ideal-int +pkg syscall (darwin-amd64-cgo), const AF_MAX ideal-int +pkg syscall (darwin-amd64-cgo), const AF_NATM ideal-int +pkg syscall (darwin-amd64-cgo), const AF_NDRV ideal-int +pkg syscall (darwin-amd64-cgo), const AF_NETBIOS ideal-int +pkg syscall (darwin-amd64-cgo), const AF_NS ideal-int +pkg syscall (darwin-amd64-cgo), const AF_OSI ideal-int +pkg syscall (darwin-amd64-cgo), const AF_PPP ideal-int +pkg syscall (darwin-amd64-cgo), const AF_PUP ideal-int +pkg syscall (darwin-amd64-cgo), const AF_RESERVED_36 ideal-int +pkg syscall (darwin-amd64-cgo), const AF_ROUTE ideal-int +pkg syscall (darwin-amd64-cgo), const AF_SIP ideal-int +pkg syscall (darwin-amd64-cgo), const AF_SNA ideal-int +pkg syscall (darwin-amd64-cgo), const AF_SYSTEM ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGBLEN ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGDLT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGDLTLIST ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGETIF ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGHDRCMPLT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGRSIG ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGRTIMEOUT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGSEESENT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCGSTATS ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCIMMEDIATE ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCPROMISC ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSBLEN ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSDLT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSETF ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSETIF ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSHDRCMPLT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSRSIG ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSRTIMEOUT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCSSEESENT ideal-int +pkg syscall (darwin-amd64-cgo), const BIOCVERSION ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_A ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_ABS ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_ADD ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_ALIGNMENT ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_ALU ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_AND ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_B ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_DIV ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_H ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_IMM ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_IND ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_JA ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_JEQ ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_JGE ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_JGT ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_JMP ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_JSET ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_K ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_LD ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_LDX ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_LEN ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_LSH ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MAXBUFSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MEM ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MINBUFSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MISC ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MSH ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_MUL ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_NEG ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_OR ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_RELEASE ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_RET ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_RSH ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_ST ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_STX ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_SUB ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_TAX ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_TXA ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_W ideal-int +pkg syscall (darwin-amd64-cgo), const BPF_X ideal-int +pkg syscall (darwin-amd64-cgo), const CTL_MAXNAME ideal-int +pkg syscall (darwin-amd64-cgo), const CTL_NET ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_ARCNET ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_ATM_CLIP ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_ATM_RFC1483 ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_AX25 ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_CHAOS ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_CHDLC ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_C_HDLC ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_EN10MB ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_EN3MB ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_FDDI ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802 ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11 ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_LINUX_SLL ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_LOOP ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_NULL ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_PFLOG ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_PFSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_PPP ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_PPP_BSDOS ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_PPP_SERIAL ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_PRONET ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_RAW ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_SLIP ideal-int +pkg syscall (darwin-amd64-cgo), const DLT_SLIP_BSDOS ideal-int +pkg syscall (darwin-amd64-cgo), const DT_BLK ideal-int +pkg syscall (darwin-amd64-cgo), const DT_CHR ideal-int +pkg syscall (darwin-amd64-cgo), const DT_DIR ideal-int +pkg syscall (darwin-amd64-cgo), const DT_FIFO ideal-int +pkg syscall (darwin-amd64-cgo), const DT_LNK ideal-int +pkg syscall (darwin-amd64-cgo), const DT_REG ideal-int +pkg syscall (darwin-amd64-cgo), const DT_SOCK ideal-int +pkg syscall (darwin-amd64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (darwin-amd64-cgo), const DT_WHT ideal-int +pkg syscall (darwin-amd64-cgo), const EAUTH Errno +pkg syscall (darwin-amd64-cgo), const EBADARCH Errno +pkg syscall (darwin-amd64-cgo), const EBADEXEC Errno +pkg syscall (darwin-amd64-cgo), const EBADMACHO Errno +pkg syscall (darwin-amd64-cgo), const EBADMSG Errno +pkg syscall (darwin-amd64-cgo), const EBADRPC Errno +pkg syscall (darwin-amd64-cgo), const ECHO ideal-int +pkg syscall (darwin-amd64-cgo), const ECHOCTL ideal-int +pkg syscall (darwin-amd64-cgo), const ECHOE ideal-int +pkg syscall (darwin-amd64-cgo), const ECHOK ideal-int +pkg syscall (darwin-amd64-cgo), const ECHOKE ideal-int +pkg syscall (darwin-amd64-cgo), const ECHONL ideal-int +pkg syscall (darwin-amd64-cgo), const ECHOPRT ideal-int +pkg syscall (darwin-amd64-cgo), const EDEVERR Errno +pkg syscall (darwin-amd64-cgo), const EFTYPE Errno +pkg syscall (darwin-amd64-cgo), const ELAST Errno +pkg syscall (darwin-amd64-cgo), const EMULTIHOP Errno +pkg syscall (darwin-amd64-cgo), const ENEEDAUTH Errno +pkg syscall (darwin-amd64-cgo), const ENOATTR Errno +pkg syscall (darwin-amd64-cgo), const ENODATA Errno +pkg syscall (darwin-amd64-cgo), const ENOLINK Errno +pkg syscall (darwin-amd64-cgo), const ENOPOLICY Errno +pkg syscall (darwin-amd64-cgo), const ENOSR Errno +pkg syscall (darwin-amd64-cgo), const ENOSTR Errno +pkg syscall (darwin-amd64-cgo), const ENOTRECOVERABLE Errno +pkg syscall (darwin-amd64-cgo), const EOWNERDEAD Errno +pkg syscall (darwin-amd64-cgo), const EPROCLIM Errno +pkg syscall (darwin-amd64-cgo), const EPROCUNAVAIL Errno +pkg syscall (darwin-amd64-cgo), const EPROGMISMATCH Errno +pkg syscall (darwin-amd64-cgo), const EPROGUNAVAIL Errno +pkg syscall (darwin-amd64-cgo), const EPROTO Errno +pkg syscall (darwin-amd64-cgo), const EPWROFF Errno +pkg syscall (darwin-amd64-cgo), const ERPCMISMATCH Errno +pkg syscall (darwin-amd64-cgo), const ESHLIBVERS Errno +pkg syscall (darwin-amd64-cgo), const ETIME Errno +pkg syscall (darwin-amd64-cgo), const EVFILT_AIO ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_FS ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_MACHPORT ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_PROC ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_READ ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_SIGNAL ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_TIMER ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_USER ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_VM ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_VNODE ideal-int +pkg syscall (darwin-amd64-cgo), const EVFILT_WRITE ideal-int +pkg syscall (darwin-amd64-cgo), const EV_ADD ideal-int +pkg syscall (darwin-amd64-cgo), const EV_CLEAR ideal-int +pkg syscall (darwin-amd64-cgo), const EV_DELETE ideal-int +pkg syscall (darwin-amd64-cgo), const EV_DISABLE ideal-int +pkg syscall (darwin-amd64-cgo), const EV_DISPATCH ideal-int +pkg syscall (darwin-amd64-cgo), const EV_ENABLE ideal-int +pkg syscall (darwin-amd64-cgo), const EV_EOF ideal-int +pkg syscall (darwin-amd64-cgo), const EV_ERROR ideal-int +pkg syscall (darwin-amd64-cgo), const EV_FLAG0 ideal-int +pkg syscall (darwin-amd64-cgo), const EV_FLAG1 ideal-int +pkg syscall (darwin-amd64-cgo), const EV_ONESHOT ideal-int +pkg syscall (darwin-amd64-cgo), const EV_OOBAND ideal-int +pkg syscall (darwin-amd64-cgo), const EV_POLL ideal-int +pkg syscall (darwin-amd64-cgo), const EV_RECEIPT ideal-int +pkg syscall (darwin-amd64-cgo), const EV_SYSFLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const EXTA ideal-int +pkg syscall (darwin-amd64-cgo), const EXTB ideal-int +pkg syscall (darwin-amd64-cgo), const EXTPROC ideal-int +pkg syscall (darwin-amd64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (darwin-amd64-cgo), const FD_SETSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const F_ADDFILESIGS ideal-int +pkg syscall (darwin-amd64-cgo), const F_ADDSIGS ideal-int +pkg syscall (darwin-amd64-cgo), const F_ALLOCATEALL ideal-int +pkg syscall (darwin-amd64-cgo), const F_ALLOCATECONTIG ideal-int +pkg syscall (darwin-amd64-cgo), const F_CHKCLEAN ideal-int +pkg syscall (darwin-amd64-cgo), const F_DUPFD ideal-int +pkg syscall (darwin-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (darwin-amd64-cgo), const F_FLUSH_DATA ideal-int +pkg syscall (darwin-amd64-cgo), const F_FREEZE_FS ideal-int +pkg syscall (darwin-amd64-cgo), const F_FULLFSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETFD ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETFL ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETLK ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETLKPID ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETNOSIGPIPE ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETOWN ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETPATH ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETPATH_MTMINFO ideal-int +pkg syscall (darwin-amd64-cgo), const F_GETPROTECTIONCLASS ideal-int +pkg syscall (darwin-amd64-cgo), const F_GLOBAL_NOCACHE ideal-int +pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS ideal-int +pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS_EXT ideal-int +pkg syscall (darwin-amd64-cgo), const F_MARKDEPENDENCY ideal-int +pkg syscall (darwin-amd64-cgo), const F_NOCACHE ideal-int +pkg syscall (darwin-amd64-cgo), const F_NODIRECT ideal-int +pkg syscall (darwin-amd64-cgo), const F_OK ideal-int +pkg syscall (darwin-amd64-cgo), const F_PATHPKG_CHECK ideal-int +pkg syscall (darwin-amd64-cgo), const F_PEOFPOSMODE ideal-int +pkg syscall (darwin-amd64-cgo), const F_PREALLOCATE ideal-int +pkg syscall (darwin-amd64-cgo), const F_RDADVISE ideal-int +pkg syscall (darwin-amd64-cgo), const F_RDAHEAD ideal-int +pkg syscall (darwin-amd64-cgo), const F_RDLCK ideal-int +pkg syscall (darwin-amd64-cgo), const F_READBOOTSTRAP ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETBACKINGSTORE ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETFD ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETFL ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETLK ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETLKW ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETNOSIGPIPE ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETOWN ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETPROTECTIONCLASS ideal-int +pkg syscall (darwin-amd64-cgo), const F_SETSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const F_THAW_FS ideal-int +pkg syscall (darwin-amd64-cgo), const F_UNLCK ideal-int +pkg syscall (darwin-amd64-cgo), const F_VOLPOSMODE ideal-int +pkg syscall (darwin-amd64-cgo), const F_WRITEBOOTSTRAP ideal-int +pkg syscall (darwin-amd64-cgo), const F_WRLCK ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_ALTPHYS ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_DEBUG ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_LINK0 ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_LINK1 ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_LINK2 ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_NOARP ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_OACTIVE ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_PROMISC ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_RUNNING ideal-int +pkg syscall (darwin-amd64-cgo), const IFF_SIMPLEX ideal-int +pkg syscall (darwin-amd64-cgo), const IFNAMSIZ ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_1822 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_AAL5 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ARCNET ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ARCNETPLUS ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ATM ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_BRIDGE ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_CARP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_CELLULAR ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_CEPT ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_DS3 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ENC ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_EON ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ETHER ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_FAITH ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_FDDI ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_FRELAY ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_FRELAYDCE ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_GIF ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_HDH1822 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_HIPPI ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_HSSI ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_HY ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_IEEE1394 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISDNBASIC ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISDNPRIMARY ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISO88022LLC ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISO88023 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISO88024 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISO88025 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ISO88026 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_L2VLAN ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_LAPB ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_LOCALTALK ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_LOOP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_MIOX25 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_MODEM ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_NSIP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_OTHER ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_P10 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_P80 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PARA ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PDP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PFLOG ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PFSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PPP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PROPMUX ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PROPVIRTUAL ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_PTPSERIAL ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_RS232 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SDLC ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SIP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SLIP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SMDSDXI ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SMDSICIP ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SONET ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SONETPATH ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_SONETVT ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_STARLAN ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_STF ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_T1 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_ULTRA ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_V35 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_X25 ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_X25DDN ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_X25PLE ideal-int +pkg syscall (darwin-amd64-cgo), const IFT_XETHER ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSD_HOST ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NET ideal-int +pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (darwin-amd64-cgo), const IN_LINKLOCALNETNUM ideal-int +pkg syscall (darwin-amd64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_3PC ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ADFS ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_AH ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_AHIP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_APES ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ARGUS ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_AX25 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_BHA ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_BLT ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_BRSATMON ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_CFTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_CHAOS ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_CMTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_CPHB ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_CPNX ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_DDP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_DGP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_DIVERT ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_DONE ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_EMCON ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_EON ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ETHERIP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_GGP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_GMTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_HELLO ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_HMP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IDPR ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IDRP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IGP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IGRP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IL ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_INLSP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_INP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCOMP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCV ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPEIP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPPC ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IPV4 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_IRTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_LARP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF1 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF2 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MAX ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MAXID ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MEAS ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MHRP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MICP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_MUX ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ND ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_NHRP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_NSP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_NVPII ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_OSPFIGP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_PGM ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_PIGP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_PRM ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_PVP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_RCCMON ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_RDP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_RVD ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SATEXPAK ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SATMON ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SCCSP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SDRP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SEP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SRPC ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_ST ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SVMTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_SWIPE ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_TCF ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_TP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_TPXX ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK1 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK2 ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_TTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_VINES ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_VISA ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_VMTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_WBEXPAK ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_WBMON ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_WSN ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_XNET ideal-int +pkg syscall (darwin-amd64-cgo), const IPPROTO_XTP ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292DSTOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292NEXTHOP ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTINFO ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_2292RTHDR ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_BINDV6ONLY ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_BOUND_IF ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_DEFHLIM ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FAITH ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FW_ADD ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FW_DEL ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FW_FLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FW_GET ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_FW_ZERO ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_HLIMDEC ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MAXHLIM ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MAXOPTHDR ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MAXPACKET ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_MMTU ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_VERSION ideal-int +pkg syscall (darwin-amd64-cgo), const IPV6_VERSION_MASK ideal-int +pkg syscall (darwin-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-amd64-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (darwin-amd64-cgo), const IP_BOUND_IF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_DEL ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_GET ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FAITH ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FW_ADD ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FW_DEL ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FW_FLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FW_GET ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FW_RESETLOG ideal-int +pkg syscall (darwin-amd64-cgo), const IP_FW_ZERO ideal-int +pkg syscall (darwin-amd64-cgo), const IP_HDRINCL ideal-int +pkg syscall (darwin-amd64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MSFILTER ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MSS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IFINDEX ideal-int +pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_VIF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_NAT__XXX ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OFFMASK ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ADD ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_DEL ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_FLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_GET ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_RESETLOG ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ZERO ideal-int +pkg syscall (darwin-amd64-cgo), const IP_OPTIONS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_PKTINFO ideal-int +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE ideal-int +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_LOW ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RECVDSTADDR ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RECVIF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RECVPKTINFO ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RECVTTL ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RETOPTS ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RSVP_OFF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RSVP_ON ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_ON ideal-int +pkg syscall (darwin-amd64-cgo), const IP_STRIPHDR ideal-int +pkg syscall (darwin-amd64-cgo), const IP_TRAFFIC_MGT_BACKGROUND ideal-int +pkg syscall (darwin-amd64-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (darwin-amd64-cgo), const LOCK_EX ideal-int +pkg syscall (darwin-amd64-cgo), const LOCK_NB ideal-int +pkg syscall (darwin-amd64-cgo), const LOCK_SH ideal-int +pkg syscall (darwin-amd64-cgo), const LOCK_UN ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_CAN_REUSE ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_FREE ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSABLE ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSE ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_NORMAL ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_RANDOM ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (darwin-amd64-cgo), const MADV_ZERO_WIRED_PAGES ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_ANON ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_COPY ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_FILE ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_FIXED ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_HASSEMAPHORE ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_JIT ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_NOCACHE ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_NOEXTEND ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_RENAME ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_RESERVED0080 ideal-int +pkg syscall (darwin-amd64-cgo), const MAP_SHARED ideal-int +pkg syscall (darwin-amd64-cgo), const MCL_CURRENT ideal-int +pkg syscall (darwin-amd64-cgo), const MCL_FUTURE ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_EOF ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_EOR ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_FLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_HAVEMORE ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_HOLD ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_NEEDSA ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_OOB ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_PEEK ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_RCVMORE ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_SEND ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_TRUNC ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_WAITALL ideal-int +pkg syscall (darwin-amd64-cgo), const MSG_WAITSTREAM ideal-int +pkg syscall (darwin-amd64-cgo), const MS_ASYNC ideal-int +pkg syscall (darwin-amd64-cgo), const MS_DEACTIVATE ideal-int +pkg syscall (darwin-amd64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (darwin-amd64-cgo), const MS_KILLPAGES ideal-int +pkg syscall (darwin-amd64-cgo), const MS_SYNC ideal-int +pkg syscall (darwin-amd64-cgo), const NAME_MAX ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP2 ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_FLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST2 ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_MAXID ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_STAT ideal-int +pkg syscall (darwin-amd64-cgo), const NET_RT_TRASH ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_ABSOLUTE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_ATTRIB ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_CHILD ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_DELETE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_EXEC ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_EXIT ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_EXITSTATUS ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_EXTEND ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FFAND ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FFCOPY ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FFCTRLMASK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FFLAGSMASK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FFNOP ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FFOR ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_FORK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_LINK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_LOWAT ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_NONE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_NSECONDS ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_PCTRLMASK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_PDATAMASK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_REAP ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_RENAME ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_RESOURCEEND ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_REVOKE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_SECONDS ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_SIGNAL ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_TRACK ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_TRACKERR ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_TRIGGER ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_USECONDS ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_VM_ERROR ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_TERMINATE ideal-int +pkg syscall (darwin-amd64-cgo), const NOTE_WRITE ideal-int +pkg syscall (darwin-amd64-cgo), const O_ACCMODE ideal-int +pkg syscall (darwin-amd64-cgo), const O_ALERT ideal-int +pkg syscall (darwin-amd64-cgo), const O_DIRECTORY ideal-int +pkg syscall (darwin-amd64-cgo), const O_DSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const O_EVTONLY ideal-int +pkg syscall (darwin-amd64-cgo), const O_EXLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const O_FSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const O_NDELAY ideal-int +pkg syscall (darwin-amd64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (darwin-amd64-cgo), const O_POPUP ideal-int +pkg syscall (darwin-amd64-cgo), const O_SHLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const O_SYMLINK ideal-int +pkg syscall (darwin-amd64-cgo), const PROT_EXEC ideal-int +pkg syscall (darwin-amd64-cgo), const PROT_NONE ideal-int +pkg syscall (darwin-amd64-cgo), const PROT_READ ideal-int +pkg syscall (darwin-amd64-cgo), const PROT_WRITE ideal-int +pkg syscall (darwin-amd64-cgo), const PTRACE_CONT ideal-int +pkg syscall (darwin-amd64-cgo), const PTRACE_KILL ideal-int +pkg syscall (darwin-amd64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (darwin-amd64-cgo), const PT_ATTACH ideal-int +pkg syscall (darwin-amd64-cgo), const PT_ATTACHEXC ideal-int +pkg syscall (darwin-amd64-cgo), const PT_CONTINUE ideal-int +pkg syscall (darwin-amd64-cgo), const PT_DENY_ATTACH ideal-int +pkg syscall (darwin-amd64-cgo), const PT_DETACH ideal-int +pkg syscall (darwin-amd64-cgo), const PT_FIRSTMACH ideal-int +pkg syscall (darwin-amd64-cgo), const PT_FORCEQUOTA ideal-int +pkg syscall (darwin-amd64-cgo), const PT_KILL ideal-int +pkg syscall (darwin-amd64-cgo), const PT_READ_D ideal-int +pkg syscall (darwin-amd64-cgo), const PT_READ_I ideal-int +pkg syscall (darwin-amd64-cgo), const PT_READ_U ideal-int +pkg syscall (darwin-amd64-cgo), const PT_SIGEXC ideal-int +pkg syscall (darwin-amd64-cgo), const PT_STEP ideal-int +pkg syscall (darwin-amd64-cgo), const PT_THUPDATE ideal-int +pkg syscall (darwin-amd64-cgo), const PT_TRACE_ME ideal-int +pkg syscall (darwin-amd64-cgo), const PT_WRITE_D ideal-int +pkg syscall (darwin-amd64-cgo), const PT_WRITE_I ideal-int +pkg syscall (darwin-amd64-cgo), const PT_WRITE_U ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_AS ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (darwin-amd64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (darwin-amd64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_AUTHOR ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_BRD ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_DST ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_GATEWAY ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_GENMASK ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_IFA ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_IFP ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_MAX ideal-int +pkg syscall (darwin-amd64-cgo), const RTAX_NETMASK ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_AUTHOR ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_BRD ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_DST ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_GENMASK ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_IFA ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_IFP ideal-int +pkg syscall (darwin-amd64-cgo), const RTA_NETMASK ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_BLACKHOLE ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_BROADCAST ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_CLONING ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_CONDEMNED ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_DELCLONE ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_DONE ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_HOST ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_IFREF ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_IFSCOPE ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_LLINFO ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_LOCAL ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_MULTICAST ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_PINNED ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_PRCLONING ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_PROTO1 ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_PROTO2 ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_PROTO3 ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_REJECT ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_STATIC ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_UP ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_WASCLONED ideal-int +pkg syscall (darwin-amd64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_ADD ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_CHANGE ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_DELADDR ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_DELETE ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_DELMADDR ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_GET ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_GET2 ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_IFINFO ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_IFINFO2 ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_LOCK ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_LOSING ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_MISS ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR2 ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_OLDADD ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_OLDDEL ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_REDIRECT ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_RESOLVE ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_RTTUNIT ideal-int +pkg syscall (darwin-amd64-cgo), const RTM_VERSION ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_EXPIRE ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_HOPCOUNT ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_MTU ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_RPIPE ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_RTT ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_RTTVAR ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_SPIPE ideal-int +pkg syscall (darwin-amd64-cgo), const RTV_SSTHRESH ideal-int +pkg syscall (darwin-amd64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (darwin-amd64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (darwin-amd64-cgo), const SCM_CREDS ideal-int +pkg syscall (darwin-amd64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-amd64-cgo), const SIGCHLD Signal +pkg syscall (darwin-amd64-cgo), const SIGCONT Signal +pkg syscall (darwin-amd64-cgo), const SIGEMT Signal +pkg syscall (darwin-amd64-cgo), const SIGINFO Signal +pkg syscall (darwin-amd64-cgo), const SIGIO Signal +pkg syscall (darwin-amd64-cgo), const SIGIOT Signal +pkg syscall (darwin-amd64-cgo), const SIGPROF Signal +pkg syscall (darwin-amd64-cgo), const SIGSTOP Signal +pkg syscall (darwin-amd64-cgo), const SIGSYS Signal +pkg syscall (darwin-amd64-cgo), const SIGTSTP Signal +pkg syscall (darwin-amd64-cgo), const SIGTTIN Signal +pkg syscall (darwin-amd64-cgo), const SIGTTOU Signal +pkg syscall (darwin-amd64-cgo), const SIGURG Signal +pkg syscall (darwin-amd64-cgo), const SIGUSR1 Signal +pkg syscall (darwin-amd64-cgo), const SIGUSR2 Signal +pkg syscall (darwin-amd64-cgo), const SIGVTALRM Signal +pkg syscall (darwin-amd64-cgo), const SIGWINCH Signal +pkg syscall (darwin-amd64-cgo), const SIGXCPU Signal +pkg syscall (darwin-amd64-cgo), const SIGXFSZ Signal +pkg syscall (darwin-amd64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCAIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCALIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCARPIPLL ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCATMARK ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCAUTOADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCAUTONETMASK ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCDIFPHYADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCDLIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGDRVSPEC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGETSGCNT ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGETVIFCNT ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGETVLAN ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGHIWAT ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFALTMTU ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFASYNCMAP ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFBOND ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFCAP ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFDEVMTU ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFGENERIC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFKPI ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFMAC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFMEDIA ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFPDSTADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFPHYS ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFPSRCADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFSTATUS ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFVLAN ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGIFWAKEFLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGLIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGLIFPHYADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGLOWAT ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCGPGRP ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE2 ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCIFDESTROY ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCRSLVMULTI ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSDRVSPEC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSETVLAN ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSHIWAT ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFALTMTU ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFASYNCMAP ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFBOND ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFCAP ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFGENERIC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFKPI ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFLLADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFMAC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFMEDIA ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYS ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSIFVLAN ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSLIFPHYADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSLOWAT ideal-int +pkg syscall (darwin-amd64-cgo), const SIOCSPGRP ideal-int +pkg syscall (darwin-amd64-cgo), const SOCK_MAXADDRLEN ideal-int +pkg syscall (darwin-amd64-cgo), const SOCK_RDM ideal-int +pkg syscall (darwin-amd64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (darwin-amd64-cgo), const SO_DEBUG ideal-int +pkg syscall (darwin-amd64-cgo), const SO_DONTTRUNC ideal-int +pkg syscall (darwin-amd64-cgo), const SO_ERROR ideal-int +pkg syscall (darwin-amd64-cgo), const SO_LABEL ideal-int +pkg syscall (darwin-amd64-cgo), const SO_LINGER_SEC ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NKE ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NOADDRERR ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NOSIGPIPE ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NOTIFYCONFLICT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NP_EXTENSIONS ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NREAD ideal-int +pkg syscall (darwin-amd64-cgo), const SO_NWRITE ideal-int +pkg syscall (darwin-amd64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (darwin-amd64-cgo), const SO_PEERLABEL ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RANDOMPORT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RESTRICTIONS ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYIN ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYOUT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYSET ideal-int +pkg syscall (darwin-amd64-cgo), const SO_REUSEPORT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_REUSESHAREUID ideal-int +pkg syscall (darwin-amd64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP_MONOTONIC ideal-int +pkg syscall (darwin-amd64-cgo), const SO_TYPE ideal-int +pkg syscall (darwin-amd64-cgo), const SO_UPCALLCLOSEWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const SO_USELOOPBACK ideal-int +pkg syscall (darwin-amd64-cgo), const SO_WANTMORE ideal-int +pkg syscall (darwin-amd64-cgo), const SO_WANTOOBFLAG ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ACCESS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ACCESS_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ACCT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ADD_PROFIL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ADJTIME ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_CANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_ERROR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_FSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_READ ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_RETURN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AIO_WRITE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATGETMSG ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATPGETREQ ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATPGETRSP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDREQ ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDRSP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATPUTMSG ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ATSOCKET ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AUDITCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AUDITON ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_JOIN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_PORT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_SELF ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_BIND ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_CREATE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_REGISTER ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_TERMINATE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHDIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHFLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHMOD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHMOD_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHOWN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHROOT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CHUD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CLOSE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CLOSE_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CONNECT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CONNECT_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_COPYFILE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_CSOPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_DELETE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_DUP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_DUP2 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_EXCHANGEDATA ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_EXECVE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_EXIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCHFLAGS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCNTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FCNTL_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FFSCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FGETATTRLIST ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FHOPEN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEFD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEPORT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FORK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FPATHCONF ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSETATTRLIST ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSGETPATH ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTATV ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSTAT_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FSYNC_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_FUTIMES ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETATTRLIST ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETAUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIESATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETDTABLESIZE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETEGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETEUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETFH ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETHOSTUUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETLCID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETLOGIN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETPGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETPID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETPPID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETSGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETSID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETTID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETWGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_GETXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_IDENTITYSVC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_INITGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_IOCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_IOPOLICYSYS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_ISSETUGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_KDEBUG_TRACE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_KEVENT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_KEVENT64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_KILL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_KQUEUE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LIO_LISTIO ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LISTEN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LSEEK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LSTATV ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_LSTAT_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MADVISE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MINCORE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MINHERIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MKCOMPLEX ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MKDIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MKDIR_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MKNOD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MMAP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MODWATCH ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MOUNT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGGET ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGSND ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGSND_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSGSYS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSYNC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MSYNC_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_NFSCLNT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_NFSSVC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_OPEN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_OPEN_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_OPEN_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PATHCONF ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PID_HIBERNATE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PID_RESUME ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PID_SHUTDOWN_SOCKETS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PID_SUSPEND ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PIPE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_POLL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_POLL_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_POSIX_SPAWN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PREAD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PREAD_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PROCESS_POLICY ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PROC_INFO ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PROFIL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVBROAD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVCLRPREPOST ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVSIGNAL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXDROP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_DOWNGRADE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_RDLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK2 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UPGRADE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_WRLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PTRACE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PWRITE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_PWRITE_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_READ ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_READLINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_READV ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_READV_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_READ_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_REBOOT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_RENAME ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_REVOKE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_RMDIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEARCHFS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SELECT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SELECT_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEMCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEMGET ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEMOP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEMSYS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_CLOSE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_DESTROY ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_GETVALUE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_INIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_OPEN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_POST ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_TRYWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_UNLINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SENDFILE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SENDTO ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SENDTO_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETATTRLIST ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETAUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETEGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETEUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETLCID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETLOGIN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETPGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETPRIVEXEC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETREGID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETREUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETSGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETSID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETTID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETTID_WITH_PID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETUID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETWGROUPS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SETXATTR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_CHECK_NP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHMAT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHMDT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHMGET ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHMSYS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHM_OPEN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHM_UNLINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGACTION ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SOCKET ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STACK_SNAPSHOT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STAT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STAT64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STAT64_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STATFS ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STATFS64 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STATV ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_STAT_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SWAPON ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SYNC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_SYSCALL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_THREAD_SELFID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_UMASK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_UMASK_EXTENDED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_UNDELETE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_UNLINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_UNMOUNT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_UTIMES ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_VFORK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_VM_PRESSURE_MONITOR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WAIT4_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WAITEVENT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WAITID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WAITID_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WATCHEVENT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_KERNRETURN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_OPEN ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WRITE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WRITEV ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WRITEV_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS_WRITE_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___DISABLE_THREADSIGNAL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_EXECVE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GETFSSTAT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FILE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCTX ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_MOUNT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PID ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PROC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_MOUNT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FD ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FILE ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LCTX ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LINK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_PROC ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___MAC_SYSCALL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CANCELED ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CHDIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_FCHDIR ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_KILL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_MARKCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_SIGMASK ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT_NOCANCEL ideal-int +pkg syscall (darwin-amd64-cgo), const SYS___SYSCTL ideal-int +pkg syscall (darwin-amd64-cgo), const S_IEXEC ideal-int +pkg syscall (darwin-amd64-cgo), const S_IFWHT ideal-int +pkg syscall (darwin-amd64-cgo), const S_IREAD ideal-int +pkg syscall (darwin-amd64-cgo), const S_IRGRP ideal-int +pkg syscall (darwin-amd64-cgo), const S_IROTH ideal-int +pkg syscall (darwin-amd64-cgo), const S_IRWXG ideal-int +pkg syscall (darwin-amd64-cgo), const S_IRWXO ideal-int +pkg syscall (darwin-amd64-cgo), const S_IRWXU ideal-int +pkg syscall (darwin-amd64-cgo), const S_ISTXT ideal-int +pkg syscall (darwin-amd64-cgo), const S_IWGRP ideal-int +pkg syscall (darwin-amd64-cgo), const S_IWOTH ideal-int +pkg syscall (darwin-amd64-cgo), const S_IWRITE ideal-int +pkg syscall (darwin-amd64-cgo), const S_IXGRP ideal-int +pkg syscall (darwin-amd64-cgo), const S_IXOTH ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofBpfHdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofBpfInsn ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofBpfProgram ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofBpfStat ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofBpfVersion ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIPMreq ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIfData ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIfMsghdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIfaMsghdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr2 ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofLinger ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofMsghdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofRtMetrics ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofRtMsghdr ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrDatalink ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_CONNECTIONTIMEOUT ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_KEEPALIVE ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MAXHLEN ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MAXOLEN ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MAX_SACK ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MINMSS ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MINMSSOVERLOAD ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_MSS ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_NOOPT ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_NOPUSH ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_RXT_CONNDROPTIME ideal-int +pkg syscall (darwin-amd64-cgo), const TCP_RXT_FINDROP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCCBRK ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCCDTR ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCCONS ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCDCDTIMESTAMP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCDRAIN ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCDSIMICROCODE ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCEXCL ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCEXT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCFLUSH ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCGDRAINWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCGETA ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCGETD ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCGPGRP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCIXOFF ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCIXON ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMBIC ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMBIS ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMGDTRWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMGET ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMODG ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMODS ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMSDTRWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCMSET ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_CAR ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_CD ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_CTS ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_DSR ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_DTR ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_LE ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_RI ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_RNG ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_RTS ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_SR ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCM_ST ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCNOTTY ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCNXCL ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCOUTQ ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_START ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPTYGNAME ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPTYGRANT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCPTYUNLK ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCREMOTE ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSBRK ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSCONS ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSCTTY ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSDRAINWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSDTR ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSETA ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSETAF ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSETAW ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSETD ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSIG ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSPGRP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSTART ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSTAT ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSTI ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSTOP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCTIMESTAMP ideal-int +pkg syscall (darwin-amd64-cgo), const TIOCUCNTL ideal-int +pkg syscall (darwin-amd64-cgo), const WCONTINUED ideal-int +pkg syscall (darwin-amd64-cgo), const WCOREFLAG ideal-int +pkg syscall (darwin-amd64-cgo), const WEXITED ideal-int +pkg syscall (darwin-amd64-cgo), const WNOHANG ideal-int +pkg syscall (darwin-amd64-cgo), const WNOWAIT ideal-int +pkg syscall (darwin-amd64-cgo), const WORDSIZE ideal-int +pkg syscall (darwin-amd64-cgo), const WSTOPPED ideal-int +pkg syscall (darwin-amd64-cgo), const WUNTRACED ideal-int +pkg syscall (darwin-amd64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (darwin-amd64-cgo), func Access(string, uint32) error +pkg syscall (darwin-amd64-cgo), func Adjtime(*Timeval, *Timeval) error +pkg syscall (darwin-amd64-cgo), func Bind(int, Sockaddr) error +pkg syscall (darwin-amd64-cgo), func BpfBuflen(int) (int, error) +pkg syscall (darwin-amd64-cgo), func BpfDatalink(int) (int, error) +pkg syscall (darwin-amd64-cgo), func BpfHeadercmpl(int) (int, error) +pkg syscall (darwin-amd64-cgo), func BpfInterface(int, string) (string, error) +pkg syscall (darwin-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (darwin-amd64-cgo), func BpfStats(int) (*BpfStat, error) +pkg syscall (darwin-amd64-cgo), func BpfStmt(int, int) *BpfInsn +pkg syscall (darwin-amd64-cgo), func BpfTimeout(int) (*Timeval, error) +pkg syscall (darwin-amd64-cgo), func CheckBpfVersion(int) error +pkg syscall (darwin-amd64-cgo), func Chflags(string, int) error +pkg syscall (darwin-amd64-cgo), func Chroot(string) error +pkg syscall (darwin-amd64-cgo), func Close(int) error +pkg syscall (darwin-amd64-cgo), func CloseOnExec(int) +pkg syscall (darwin-amd64-cgo), func CmsgLen(int) int +pkg syscall (darwin-amd64-cgo), func CmsgSpace(int) int +pkg syscall (darwin-amd64-cgo), func Connect(int, Sockaddr) error +pkg syscall (darwin-amd64-cgo), func Dup(int) (int, error) +pkg syscall (darwin-amd64-cgo), func Dup2(int, int) error +pkg syscall (darwin-amd64-cgo), func Exchangedata(string, string, int) error +pkg syscall (darwin-amd64-cgo), func Fchdir(int) error +pkg syscall (darwin-amd64-cgo), func Fchflags(string, int) error +pkg syscall (darwin-amd64-cgo), func Fchmod(int, uint32) error +pkg syscall (darwin-amd64-cgo), func Fchown(int, int, int) error +pkg syscall (darwin-amd64-cgo), func Flock(int, int) error +pkg syscall (darwin-amd64-cgo), func FlushBpf(int) error +pkg syscall (darwin-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (darwin-amd64-cgo), func Fpathconf(int, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (darwin-amd64-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (darwin-amd64-cgo), func Fsync(int) error +pkg syscall (darwin-amd64-cgo), func Ftruncate(int, int64) error +pkg syscall (darwin-amd64-cgo), func Futimes(int, []Timeval) error +pkg syscall (darwin-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (darwin-amd64-cgo), func Getdtablesize() int +pkg syscall (darwin-amd64-cgo), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (darwin-amd64-cgo), func Getpgid(int) (int, error) +pkg syscall (darwin-amd64-cgo), func Getpgrp() int +pkg syscall (darwin-amd64-cgo), func Getpriority(int, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (darwin-amd64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (darwin-amd64-cgo), func Getsid(int) (int, error) +pkg syscall (darwin-amd64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (darwin-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (darwin-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (darwin-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (darwin-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (darwin-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Issetugid() bool +pkg syscall (darwin-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (darwin-amd64-cgo), func Kill(int, Signal) error +pkg syscall (darwin-amd64-cgo), func Kqueue() (int, error) +pkg syscall (darwin-amd64-cgo), func Listen(int, int) error +pkg syscall (darwin-amd64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (darwin-amd64-cgo), func Mkfifo(string, uint32) error +pkg syscall (darwin-amd64-cgo), func Mknod(string, uint32, int) error +pkg syscall (darwin-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (darwin-amd64-cgo), func Munmap([]uint8) error +pkg syscall (darwin-amd64-cgo), func NsecToTimespec(int64) Timespec +pkg syscall (darwin-amd64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (darwin-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (darwin-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (darwin-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (darwin-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (darwin-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (darwin-amd64-cgo), func Pathconf(string, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Pipe([]int) error +pkg syscall (darwin-amd64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (darwin-amd64-cgo), func PtraceAttach(int) error +pkg syscall (darwin-amd64-cgo), func PtraceDetach(int) error +pkg syscall (darwin-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (darwin-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (darwin-amd64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (darwin-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (darwin-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (darwin-amd64-cgo), func Revoke(string) error +pkg syscall (darwin-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (darwin-amd64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (darwin-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (darwin-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (darwin-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (darwin-amd64-cgo), func SetBpf(int, []BpfInsn) error +pkg syscall (darwin-amd64-cgo), func SetBpfBuflen(int, int) (int, error) +pkg syscall (darwin-amd64-cgo), func SetBpfDatalink(int, int) (int, error) +pkg syscall (darwin-amd64-cgo), func SetBpfHeadercmpl(int, int) error +pkg syscall (darwin-amd64-cgo), func SetBpfImmediate(int, int) error +pkg syscall (darwin-amd64-cgo), func SetBpfInterface(int, string) error +pkg syscall (darwin-amd64-cgo), func SetBpfPromisc(int, int) error +pkg syscall (darwin-amd64-cgo), func SetBpfTimeout(int, *Timeval) error +pkg syscall (darwin-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (darwin-amd64-cgo), func SetNonblock(int, bool) error +pkg syscall (darwin-amd64-cgo), func Setegid(int) error +pkg syscall (darwin-amd64-cgo), func Seteuid(int) error +pkg syscall (darwin-amd64-cgo), func Setgid(int) error +pkg syscall (darwin-amd64-cgo), func Setgroups([]int) error +pkg syscall (darwin-amd64-cgo), func Setlogin(string) error +pkg syscall (darwin-amd64-cgo), func Setpgid(int, int) error +pkg syscall (darwin-amd64-cgo), func Setpriority(int, int, int) error +pkg syscall (darwin-amd64-cgo), func Setprivexec(int) error +pkg syscall (darwin-amd64-cgo), func Setregid(int, int) error +pkg syscall (darwin-amd64-cgo), func Setreuid(int, int) error +pkg syscall (darwin-amd64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (darwin-amd64-cgo), func Setsid() (int, error) +pkg syscall (darwin-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (darwin-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (darwin-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (darwin-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (darwin-amd64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (darwin-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (darwin-amd64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (darwin-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (darwin-amd64-cgo), func Settimeofday(*Timeval) error +pkg syscall (darwin-amd64-cgo), func Setuid(int) error +pkg syscall (darwin-amd64-cgo), func Shutdown(int, int) error +pkg syscall (darwin-amd64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (darwin-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (darwin-amd64-cgo), func Stat(string, *Stat_t) error +pkg syscall (darwin-amd64-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (darwin-amd64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (darwin-amd64-cgo), func Sync() error +pkg syscall (darwin-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (darwin-amd64-cgo), func Sysctl(string) (string, error) +pkg syscall (darwin-amd64-cgo), func SysctlUint32(string) (uint32, error) +pkg syscall (darwin-amd64-cgo), func TimespecToNsec(Timespec) int64 +pkg syscall (darwin-amd64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (darwin-amd64-cgo), func Truncate(string, int64) error +pkg syscall (darwin-amd64-cgo), func Umask(int) int +pkg syscall (darwin-amd64-cgo), func Undelete(string) error +pkg syscall (darwin-amd64-cgo), func UnixRights(...int) []uint8 +pkg syscall (darwin-amd64-cgo), func Unmount(string, int) error +pkg syscall (darwin-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (darwin-amd64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (darwin-amd64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (darwin-amd64-cgo), method (*Iovec) SetLen(int) +pkg syscall (darwin-amd64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (darwin-amd64-cgo), type BpfHdr struct +pkg syscall (darwin-amd64-cgo), type BpfHdr struct, Caplen uint32 +pkg syscall (darwin-amd64-cgo), type BpfHdr struct, Datalen uint32 +pkg syscall (darwin-amd64-cgo), type BpfHdr struct, Hdrlen uint16 +pkg syscall (darwin-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64-cgo), type BpfHdr struct, Tstamp Timeval32 +pkg syscall (darwin-amd64-cgo), type BpfInsn struct +pkg syscall (darwin-amd64-cgo), type BpfInsn struct, Code uint16 +pkg syscall (darwin-amd64-cgo), type BpfInsn struct, Jf uint8 +pkg syscall (darwin-amd64-cgo), type BpfInsn struct, Jt uint8 +pkg syscall (darwin-amd64-cgo), type BpfInsn struct, K uint32 +pkg syscall (darwin-amd64-cgo), type BpfProgram struct +pkg syscall (darwin-amd64-cgo), type BpfProgram struct, Insns *BpfInsn +pkg syscall (darwin-amd64-cgo), type BpfProgram struct, Len uint32 +pkg syscall (darwin-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64-cgo), type BpfStat struct +pkg syscall (darwin-amd64-cgo), type BpfStat struct, Drop uint32 +pkg syscall (darwin-amd64-cgo), type BpfStat struct, Recv uint32 +pkg syscall (darwin-amd64-cgo), type BpfVersion struct +pkg syscall (darwin-amd64-cgo), type BpfVersion struct, Major uint16 +pkg syscall (darwin-amd64-cgo), type BpfVersion struct, Minor uint16 +pkg syscall (darwin-amd64-cgo), type Cmsghdr struct +pkg syscall (darwin-amd64-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (darwin-amd64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (darwin-amd64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (darwin-amd64-cgo), type Credential struct +pkg syscall (darwin-amd64-cgo), type Credential struct, Gid uint32 +pkg syscall (darwin-amd64-cgo), type Credential struct, Groups []uint32 +pkg syscall (darwin-amd64-cgo), type Credential struct, Uid uint32 +pkg syscall (darwin-amd64-cgo), type Dirent struct +pkg syscall (darwin-amd64-cgo), type Dirent struct, Ino uint64 +pkg syscall (darwin-amd64-cgo), type Dirent struct, Name [1024]int8 +pkg syscall (darwin-amd64-cgo), type Dirent struct, Namlen uint16 +pkg syscall (darwin-amd64-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 +pkg syscall (darwin-amd64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (darwin-amd64-cgo), type Dirent struct, Seekoff uint64 +pkg syscall (darwin-amd64-cgo), type Dirent struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type Fbootstraptransfer_t struct +pkg syscall (darwin-amd64-cgo), type Fbootstraptransfer_t struct, Buffer *uint8 +pkg syscall (darwin-amd64-cgo), type Fbootstraptransfer_t struct, Length uint64 +pkg syscall (darwin-amd64-cgo), type Fbootstraptransfer_t struct, Offset int64 +pkg syscall (darwin-amd64-cgo), type FdSet struct +pkg syscall (darwin-amd64-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (darwin-amd64-cgo), type Flock_t struct +pkg syscall (darwin-amd64-cgo), type Flock_t struct, Len int64 +pkg syscall (darwin-amd64-cgo), type Flock_t struct, Pid int32 +pkg syscall (darwin-amd64-cgo), type Flock_t struct, Start int64 +pkg syscall (darwin-amd64-cgo), type Flock_t struct, Type int16 +pkg syscall (darwin-amd64-cgo), type Flock_t struct, Whence int16 +pkg syscall (darwin-amd64-cgo), type Fsid struct +pkg syscall (darwin-amd64-cgo), type Fsid struct, Val [2]int32 +pkg syscall (darwin-amd64-cgo), type Fstore_t struct +pkg syscall (darwin-amd64-cgo), type Fstore_t struct, Bytesalloc int64 +pkg syscall (darwin-amd64-cgo), type Fstore_t struct, Flags uint32 +pkg syscall (darwin-amd64-cgo), type Fstore_t struct, Length int64 +pkg syscall (darwin-amd64-cgo), type Fstore_t struct, Offset int64 +pkg syscall (darwin-amd64-cgo), type Fstore_t struct, Posmode int32 +pkg syscall (darwin-amd64-cgo), type IfData struct +pkg syscall (darwin-amd64-cgo), type IfData struct, Addrlen uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Baudrate uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Collisions uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Hdrlen uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Hwassist uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Ibytes uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Ierrors uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Imcasts uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Ipackets uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Iqdrops uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Lastchange Timeval32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Metric uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Mtu uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Noproto uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Obytes uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Oerrors uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Omcasts uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Opackets uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Physical uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Recvquota uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Recvtiming uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Reserved1 uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Reserved2 uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Typelen uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Unused1 uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Unused2 uint32 +pkg syscall (darwin-amd64-cgo), type IfData struct, Xmitquota uint8 +pkg syscall (darwin-amd64-cgo), type IfData struct, Xmittiming uint32 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Data IfData +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Flags int32 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type IfMsghdr struct, Version uint8 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Flags int32 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Metric int32 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type IfaMsghdr struct, Version uint8 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Flags int32 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr struct, Version uint8 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Addrs int32 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Flags int32 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Msglen uint16 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Refcount int32 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type IfmaMsghdr2 struct, Version uint8 +pkg syscall (darwin-amd64-cgo), type Inet6Pktinfo struct +pkg syscall (darwin-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (darwin-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-amd64-cgo), type InterfaceAddrMessage struct +pkg syscall (darwin-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (darwin-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (darwin-amd64-cgo), type InterfaceMessage struct +pkg syscall (darwin-amd64-cgo), type InterfaceMessage struct, Data []uint8 +pkg syscall (darwin-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (darwin-amd64-cgo), type InterfaceMulticastAddrMessage struct +pkg syscall (darwin-amd64-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (darwin-amd64-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr2 +pkg syscall (darwin-amd64-cgo), type Iovec struct +pkg syscall (darwin-amd64-cgo), type Iovec struct, Base *uint8 +pkg syscall (darwin-amd64-cgo), type Iovec struct, Len uint64 +pkg syscall (darwin-amd64-cgo), type Kevent_t struct +pkg syscall (darwin-amd64-cgo), type Kevent_t struct, Data int64 +pkg syscall (darwin-amd64-cgo), type Kevent_t struct, Fflags uint32 +pkg syscall (darwin-amd64-cgo), type Kevent_t struct, Filter int16 +pkg syscall (darwin-amd64-cgo), type Kevent_t struct, Flags uint16 +pkg syscall (darwin-amd64-cgo), type Kevent_t struct, Ident uint64 +pkg syscall (darwin-amd64-cgo), type Kevent_t struct, Udata *uint8 +pkg syscall (darwin-amd64-cgo), type Log2phys_t struct +pkg syscall (darwin-amd64-cgo), type Log2phys_t struct, Contigbytes int64 +pkg syscall (darwin-amd64-cgo), type Log2phys_t struct, Devoffset int64 +pkg syscall (darwin-amd64-cgo), type Log2phys_t struct, Flags uint32 +pkg syscall (darwin-amd64-cgo), type Msghdr struct +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Flags int32 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Iovlen int32 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (darwin-amd64-cgo), type Radvisory_t struct +pkg syscall (darwin-amd64-cgo), type Radvisory_t struct, Count int32 +pkg syscall (darwin-amd64-cgo), type Radvisory_t struct, Offset int64 +pkg syscall (darwin-amd64-cgo), type Radvisory_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (darwin-amd64-cgo), type RawSockaddr struct, Family uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddr struct, Len uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (darwin-amd64-cgo), type RawSockaddrUnix struct +pkg syscall (darwin-amd64-cgo), type RawSockaddrUnix struct, Family uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrUnix struct, Len uint8 +pkg syscall (darwin-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (darwin-amd64-cgo), type Rlimit struct +pkg syscall (darwin-amd64-cgo), type Rlimit struct, Cur uint64 +pkg syscall (darwin-amd64-cgo), type Rlimit struct, Max uint64 +pkg syscall (darwin-amd64-cgo), type RouteMessage struct +pkg syscall (darwin-amd64-cgo), type RouteMessage struct, Data []uint8 +pkg syscall (darwin-amd64-cgo), type RouteMessage struct, Header RtMsghdr +pkg syscall (darwin-amd64-cgo), type RoutingMessage interface, unexported methods +pkg syscall (darwin-amd64-cgo), type RtMetrics struct +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Expire int32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Filler [4]uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Hopcount uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Locks uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Mtu uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Pksent uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Recvpipe uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Rtt uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Rttvar uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Sendpipe uint32 +pkg syscall (darwin-amd64-cgo), type RtMetrics struct, Ssthresh uint32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Addrs int32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Errno int32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Flags int32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Inits uint32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Msglen uint16 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Pid int32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Seq int32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Use int32 +pkg syscall (darwin-amd64-cgo), type RtMsghdr struct, Version uint8 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Idrss int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Inblock int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Isrss int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Majflt int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Minflt int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Nswap int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Oublock int64 +pkg syscall (darwin-amd64-cgo), type Rusage struct, Stime Timeval +pkg syscall (darwin-amd64-cgo), type Rusage struct, Utime Timeval +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Alen uint8 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Data [12]int8 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Family uint8 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Index uint16 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Len uint8 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Slen uint8 +pkg syscall (darwin-amd64-cgo), type SockaddrDatalink struct, Type uint8 +pkg syscall (darwin-amd64-cgo), type SocketControlMessage struct +pkg syscall (darwin-amd64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (darwin-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (darwin-amd64-cgo), type Stat_t struct +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Atimespec Timespec +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Birthtimespec Timespec +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Blksize int32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Ctimespec Timespec +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Dev int32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Flags uint32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Gen uint32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Lspare int32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Mode uint16 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Mtimespec Timespec +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Nlink uint16 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Qspare [2]int64 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Rdev int32 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Size int64 +pkg syscall (darwin-amd64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Bavail uint64 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Bsize uint32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Ffree uint64 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Files uint64 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Flags uint32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Fssubtype uint32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Iosize int32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Mntfromname [1024]int8 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Mntonname [1024]int8 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Owner uint32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Reserved [8]uint32 +pkg syscall (darwin-amd64-cgo), type Statfs_t struct, Type uint32 +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (darwin-amd64-cgo), type Timespec struct, Nsec int64 +pkg syscall (darwin-amd64-cgo), type Timespec struct, Sec int64 +pkg syscall (darwin-amd64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 +pkg syscall (darwin-amd64-cgo), type Timeval struct, Sec int64 +pkg syscall (darwin-amd64-cgo), type Timeval struct, Usec int32 +pkg syscall (darwin-amd64-cgo), type Timeval32 struct +pkg syscall (darwin-amd64-cgo), type Timeval32 struct, Sec int32 +pkg syscall (darwin-amd64-cgo), type Timeval32 struct, Usec int32 +pkg syscall (darwin-amd64-cgo), type WaitStatus uint32 +pkg syscall (darwin-amd64-cgo), var Stderr int +pkg syscall (darwin-amd64-cgo), var Stdin int +pkg syscall (darwin-amd64-cgo), var Stdout int +pkg syscall (freebsd-386), const AF_APPLETALK ideal-int +pkg syscall (freebsd-386), const AF_ARP ideal-int +pkg syscall (freebsd-386), const AF_ATM ideal-int +pkg syscall (freebsd-386), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-386), const AF_CCITT ideal-int +pkg syscall (freebsd-386), const AF_CHAOS ideal-int +pkg syscall (freebsd-386), const AF_CNT ideal-int +pkg syscall (freebsd-386), const AF_COIP ideal-int +pkg syscall (freebsd-386), const AF_DATAKIT ideal-int +pkg syscall (freebsd-386), const AF_DECnet ideal-int +pkg syscall (freebsd-386), const AF_DLI ideal-int +pkg syscall (freebsd-386), const AF_E164 ideal-int +pkg syscall (freebsd-386), const AF_ECMA ideal-int +pkg syscall (freebsd-386), const AF_HYLINK ideal-int +pkg syscall (freebsd-386), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-386), const AF_IMPLINK ideal-int +pkg syscall (freebsd-386), const AF_IPX ideal-int +pkg syscall (freebsd-386), const AF_ISDN ideal-int +pkg syscall (freebsd-386), const AF_ISO ideal-int +pkg syscall (freebsd-386), const AF_LAT ideal-int +pkg syscall (freebsd-386), const AF_LINK ideal-int +pkg syscall (freebsd-386), const AF_LOCAL ideal-int +pkg syscall (freebsd-386), const AF_MAX ideal-int +pkg syscall (freebsd-386), const AF_NATM ideal-int +pkg syscall (freebsd-386), const AF_NETBIOS ideal-int +pkg syscall (freebsd-386), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-386), const AF_OSI ideal-int +pkg syscall (freebsd-386), const AF_PUP ideal-int +pkg syscall (freebsd-386), const AF_ROUTE ideal-int +pkg syscall (freebsd-386), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-386), const AF_SIP ideal-int +pkg syscall (freebsd-386), const AF_SLOW ideal-int +pkg syscall (freebsd-386), const AF_SNA ideal-int +pkg syscall (freebsd-386), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-386), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-386), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-386), const BIOCFLUSH ideal-int +pkg syscall (freebsd-386), const BIOCGBLEN ideal-int +pkg syscall (freebsd-386), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-386), const BIOCGDLT ideal-int +pkg syscall (freebsd-386), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-386), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-386), const BIOCGETIF ideal-int +pkg syscall (freebsd-386), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-386), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-386), const BIOCGRSIG ideal-int +pkg syscall (freebsd-386), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-386), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-386), const BIOCGSTATS ideal-int +pkg syscall (freebsd-386), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-386), const BIOCLOCK ideal-int +pkg syscall (freebsd-386), const BIOCPROMISC ideal-int +pkg syscall (freebsd-386), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-386), const BIOCSBLEN ideal-int +pkg syscall (freebsd-386), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-386), const BIOCSDLT ideal-int +pkg syscall (freebsd-386), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-386), const BIOCSETF ideal-int +pkg syscall (freebsd-386), const BIOCSETFNR ideal-int +pkg syscall (freebsd-386), const BIOCSETIF ideal-int +pkg syscall (freebsd-386), const BIOCSETWF ideal-int +pkg syscall (freebsd-386), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-386), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-386), const BIOCSRSIG ideal-int +pkg syscall (freebsd-386), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-386), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-386), const BIOCVERSION ideal-int +pkg syscall (freebsd-386), const BPF_A ideal-int +pkg syscall (freebsd-386), const BPF_ABS ideal-int +pkg syscall (freebsd-386), const BPF_ADD ideal-int +pkg syscall (freebsd-386), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-386), const BPF_ALU ideal-int +pkg syscall (freebsd-386), const BPF_AND ideal-int +pkg syscall (freebsd-386), const BPF_B ideal-int +pkg syscall (freebsd-386), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-386), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-386), const BPF_DIV ideal-int +pkg syscall (freebsd-386), const BPF_H ideal-int +pkg syscall (freebsd-386), const BPF_IMM ideal-int +pkg syscall (freebsd-386), const BPF_IND ideal-int +pkg syscall (freebsd-386), const BPF_JA ideal-int +pkg syscall (freebsd-386), const BPF_JEQ ideal-int +pkg syscall (freebsd-386), const BPF_JGE ideal-int +pkg syscall (freebsd-386), const BPF_JGT ideal-int +pkg syscall (freebsd-386), const BPF_JMP ideal-int +pkg syscall (freebsd-386), const BPF_JSET ideal-int +pkg syscall (freebsd-386), const BPF_K ideal-int +pkg syscall (freebsd-386), const BPF_LD ideal-int +pkg syscall (freebsd-386), const BPF_LDX ideal-int +pkg syscall (freebsd-386), const BPF_LEN ideal-int +pkg syscall (freebsd-386), const BPF_LSH ideal-int +pkg syscall (freebsd-386), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-386), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-386), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-386), const BPF_MEM ideal-int +pkg syscall (freebsd-386), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-386), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-386), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-386), const BPF_MISC ideal-int +pkg syscall (freebsd-386), const BPF_MSH ideal-int +pkg syscall (freebsd-386), const BPF_MUL ideal-int +pkg syscall (freebsd-386), const BPF_NEG ideal-int +pkg syscall (freebsd-386), const BPF_OR ideal-int +pkg syscall (freebsd-386), const BPF_RELEASE ideal-int +pkg syscall (freebsd-386), const BPF_RET ideal-int +pkg syscall (freebsd-386), const BPF_RSH ideal-int +pkg syscall (freebsd-386), const BPF_ST ideal-int +pkg syscall (freebsd-386), const BPF_STX ideal-int +pkg syscall (freebsd-386), const BPF_SUB ideal-int +pkg syscall (freebsd-386), const BPF_TAX ideal-int +pkg syscall (freebsd-386), const BPF_TXA ideal-int +pkg syscall (freebsd-386), const BPF_W ideal-int +pkg syscall (freebsd-386), const BPF_X ideal-int +pkg syscall (freebsd-386), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-386), const CTL_NET ideal-int +pkg syscall (freebsd-386), const DLT_A429 ideal-int +pkg syscall (freebsd-386), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-386), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-386), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-386), const DLT_ARCNET ideal-int +pkg syscall (freebsd-386), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-386), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-386), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-386), const DLT_AURORA ideal-int +pkg syscall (freebsd-386), const DLT_AX25 ideal-int +pkg syscall (freebsd-386), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-386), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-386), const DLT_CAN20B ideal-int +pkg syscall (freebsd-386), const DLT_CHAOS ideal-int +pkg syscall (freebsd-386), const DLT_CHDLC ideal-int +pkg syscall (freebsd-386), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-386), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-386), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-386), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-386), const DLT_ECONET ideal-int +pkg syscall (freebsd-386), const DLT_EN10MB ideal-int +pkg syscall (freebsd-386), const DLT_EN3MB ideal-int +pkg syscall (freebsd-386), const DLT_ENC ideal-int +pkg syscall (freebsd-386), const DLT_ERF ideal-int +pkg syscall (freebsd-386), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-386), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-386), const DLT_FDDI ideal-int +pkg syscall (freebsd-386), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-386), const DLT_FRELAY ideal-int +pkg syscall (freebsd-386), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-386), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-386), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-386), const DLT_GPF_F ideal-int +pkg syscall (freebsd-386), const DLT_GPF_T ideal-int +pkg syscall (freebsd-386), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-386), const DLT_HHDLC ideal-int +pkg syscall (freebsd-386), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-386), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-386), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-386), const DLT_IPMB ideal-int +pkg syscall (freebsd-386), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-386), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-386), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-386), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-386), const DLT_LAPD ideal-int +pkg syscall (freebsd-386), const DLT_LIN ideal-int +pkg syscall (freebsd-386), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-386), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-386), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-386), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-386), const DLT_LOOP ideal-int +pkg syscall (freebsd-386), const DLT_LTALK ideal-int +pkg syscall (freebsd-386), const DLT_MFR ideal-int +pkg syscall (freebsd-386), const DLT_MOST ideal-int +pkg syscall (freebsd-386), const DLT_MTP2 ideal-int +pkg syscall (freebsd-386), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-386), const DLT_MTP3 ideal-int +pkg syscall (freebsd-386), const DLT_NULL ideal-int +pkg syscall (freebsd-386), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-386), const DLT_PFLOG ideal-int +pkg syscall (freebsd-386), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-386), const DLT_PPI ideal-int +pkg syscall (freebsd-386), const DLT_PPP ideal-int +pkg syscall (freebsd-386), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-386), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-386), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-386), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-386), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-386), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-386), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-386), const DLT_PRONET ideal-int +pkg syscall (freebsd-386), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-386), const DLT_RAW ideal-int +pkg syscall (freebsd-386), const DLT_RIO ideal-int +pkg syscall (freebsd-386), const DLT_SCCP ideal-int +pkg syscall (freebsd-386), const DLT_SITA ideal-int +pkg syscall (freebsd-386), const DLT_SLIP ideal-int +pkg syscall (freebsd-386), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-386), const DLT_SUNATM ideal-int +pkg syscall (freebsd-386), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-386), const DLT_TZSP ideal-int +pkg syscall (freebsd-386), const DLT_USB ideal-int +pkg syscall (freebsd-386), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-386), const DLT_USER0 ideal-int +pkg syscall (freebsd-386), const DLT_USER1 ideal-int +pkg syscall (freebsd-386), const DLT_USER10 ideal-int +pkg syscall (freebsd-386), const DLT_USER11 ideal-int +pkg syscall (freebsd-386), const DLT_USER12 ideal-int +pkg syscall (freebsd-386), const DLT_USER13 ideal-int +pkg syscall (freebsd-386), const DLT_USER14 ideal-int +pkg syscall (freebsd-386), const DLT_USER15 ideal-int +pkg syscall (freebsd-386), const DLT_USER2 ideal-int +pkg syscall (freebsd-386), const DLT_USER3 ideal-int +pkg syscall (freebsd-386), const DLT_USER4 ideal-int +pkg syscall (freebsd-386), const DLT_USER5 ideal-int +pkg syscall (freebsd-386), const DLT_USER6 ideal-int +pkg syscall (freebsd-386), const DLT_USER7 ideal-int +pkg syscall (freebsd-386), const DLT_USER8 ideal-int +pkg syscall (freebsd-386), const DLT_USER9 ideal-int +pkg syscall (freebsd-386), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-386), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-386), const DT_BLK ideal-int +pkg syscall (freebsd-386), const DT_CHR ideal-int +pkg syscall (freebsd-386), const DT_DIR ideal-int +pkg syscall (freebsd-386), const DT_FIFO ideal-int +pkg syscall (freebsd-386), const DT_LNK ideal-int +pkg syscall (freebsd-386), const DT_REG ideal-int +pkg syscall (freebsd-386), const DT_SOCK ideal-int +pkg syscall (freebsd-386), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-386), const DT_WHT ideal-int +pkg syscall (freebsd-386), const EAUTH Errno +pkg syscall (freebsd-386), const EBADMSG Errno +pkg syscall (freebsd-386), const EBADRPC Errno +pkg syscall (freebsd-386), const ECHO ideal-int +pkg syscall (freebsd-386), const ECHOCTL ideal-int +pkg syscall (freebsd-386), const ECHOE ideal-int +pkg syscall (freebsd-386), const ECHOK ideal-int +pkg syscall (freebsd-386), const ECHOKE ideal-int +pkg syscall (freebsd-386), const ECHONL ideal-int +pkg syscall (freebsd-386), const ECHOPRT ideal-int +pkg syscall (freebsd-386), const EDOOFUS Errno +pkg syscall (freebsd-386), const EFTYPE Errno +pkg syscall (freebsd-386), const ELAST Errno +pkg syscall (freebsd-386), const EMULTIHOP Errno +pkg syscall (freebsd-386), const ENEEDAUTH Errno +pkg syscall (freebsd-386), const ENOATTR Errno +pkg syscall (freebsd-386), const ENOLINK Errno +pkg syscall (freebsd-386), const ENOTCAPABLE Errno +pkg syscall (freebsd-386), const EPROCLIM Errno +pkg syscall (freebsd-386), const EPROCUNAVAIL Errno +pkg syscall (freebsd-386), const EPROGMISMATCH Errno +pkg syscall (freebsd-386), const EPROGUNAVAIL Errno +pkg syscall (freebsd-386), const EPROTO Errno +pkg syscall (freebsd-386), const ERPCMISMATCH Errno +pkg syscall (freebsd-386), const EVFILT_AIO ideal-int +pkg syscall (freebsd-386), const EVFILT_FS ideal-int +pkg syscall (freebsd-386), const EVFILT_LIO ideal-int +pkg syscall (freebsd-386), const EVFILT_PROC ideal-int +pkg syscall (freebsd-386), const EVFILT_READ ideal-int +pkg syscall (freebsd-386), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-386), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-386), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-386), const EVFILT_USER ideal-int +pkg syscall (freebsd-386), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-386), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-386), const EV_ADD ideal-int +pkg syscall (freebsd-386), const EV_CLEAR ideal-int +pkg syscall (freebsd-386), const EV_DELETE ideal-int +pkg syscall (freebsd-386), const EV_DISABLE ideal-int +pkg syscall (freebsd-386), const EV_DISPATCH ideal-int +pkg syscall (freebsd-386), const EV_ENABLE ideal-int +pkg syscall (freebsd-386), const EV_EOF ideal-int +pkg syscall (freebsd-386), const EV_ERROR ideal-int +pkg syscall (freebsd-386), const EV_FLAG1 ideal-int +pkg syscall (freebsd-386), const EV_ONESHOT ideal-int +pkg syscall (freebsd-386), const EV_RECEIPT ideal-int +pkg syscall (freebsd-386), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-386), const EXTA ideal-int +pkg syscall (freebsd-386), const EXTB ideal-int +pkg syscall (freebsd-386), const EXTPROC ideal-int +pkg syscall (freebsd-386), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-386), const FD_SETSIZE ideal-int +pkg syscall (freebsd-386), const F_CANCEL ideal-int +pkg syscall (freebsd-386), const F_DUP2FD ideal-int +pkg syscall (freebsd-386), const F_DUPFD ideal-int +pkg syscall (freebsd-386), const F_GETFD ideal-int +pkg syscall (freebsd-386), const F_GETFL ideal-int +pkg syscall (freebsd-386), const F_GETLK ideal-int +pkg syscall (freebsd-386), const F_GETOWN ideal-int +pkg syscall (freebsd-386), const F_OGETLK ideal-int +pkg syscall (freebsd-386), const F_OK ideal-int +pkg syscall (freebsd-386), const F_OSETLK ideal-int +pkg syscall (freebsd-386), const F_OSETLKW ideal-int +pkg syscall (freebsd-386), const F_RDAHEAD ideal-int +pkg syscall (freebsd-386), const F_RDLCK ideal-int +pkg syscall (freebsd-386), const F_READAHEAD ideal-int +pkg syscall (freebsd-386), const F_SETFD ideal-int +pkg syscall (freebsd-386), const F_SETFL ideal-int +pkg syscall (freebsd-386), const F_SETLK ideal-int +pkg syscall (freebsd-386), const F_SETLKW ideal-int +pkg syscall (freebsd-386), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-386), const F_SETOWN ideal-int +pkg syscall (freebsd-386), const F_UNLCK ideal-int +pkg syscall (freebsd-386), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-386), const F_WRLCK ideal-int +pkg syscall (freebsd-386), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-386), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-386), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-386), const IFF_DEBUG ideal-int +pkg syscall (freebsd-386), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-386), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-386), const IFF_DYING ideal-int +pkg syscall (freebsd-386), const IFF_LINK0 ideal-int +pkg syscall (freebsd-386), const IFF_LINK1 ideal-int +pkg syscall (freebsd-386), const IFF_LINK2 ideal-int +pkg syscall (freebsd-386), const IFF_MONITOR ideal-int +pkg syscall (freebsd-386), const IFF_NOARP ideal-int +pkg syscall (freebsd-386), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-386), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-386), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-386), const IFF_PROMISC ideal-int +pkg syscall (freebsd-386), const IFF_RENAMING ideal-int +pkg syscall (freebsd-386), const IFF_RUNNING ideal-int +pkg syscall (freebsd-386), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-386), const IFF_SMART ideal-int +pkg syscall (freebsd-386), const IFF_STATICARP ideal-int +pkg syscall (freebsd-386), const IFNAMSIZ ideal-int +pkg syscall (freebsd-386), const IFT_1822 ideal-int +pkg syscall (freebsd-386), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-386), const IFT_AAL2 ideal-int +pkg syscall (freebsd-386), const IFT_AAL5 ideal-int +pkg syscall (freebsd-386), const IFT_ADSL ideal-int +pkg syscall (freebsd-386), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-386), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-386), const IFT_ARAP ideal-int +pkg syscall (freebsd-386), const IFT_ARCNET ideal-int +pkg syscall (freebsd-386), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-386), const IFT_ASYNC ideal-int +pkg syscall (freebsd-386), const IFT_ATM ideal-int +pkg syscall (freebsd-386), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-386), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-386), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-386), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-386), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-386), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-386), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-386), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-386), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-386), const IFT_BSC ideal-int +pkg syscall (freebsd-386), const IFT_CARP ideal-int +pkg syscall (freebsd-386), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-386), const IFT_CEPT ideal-int +pkg syscall (freebsd-386), const IFT_CES ideal-int +pkg syscall (freebsd-386), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-386), const IFT_CNR ideal-int +pkg syscall (freebsd-386), const IFT_COFFEE ideal-int +pkg syscall (freebsd-386), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-386), const IFT_DCN ideal-int +pkg syscall (freebsd-386), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-386), const IFT_DLSW ideal-int +pkg syscall (freebsd-386), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-386), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-386), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-386), const IFT_DS0 ideal-int +pkg syscall (freebsd-386), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-386), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-386), const IFT_DS3 ideal-int +pkg syscall (freebsd-386), const IFT_DTM ideal-int +pkg syscall (freebsd-386), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-386), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-386), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-386), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-386), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-386), const IFT_ENC ideal-int +pkg syscall (freebsd-386), const IFT_EON ideal-int +pkg syscall (freebsd-386), const IFT_EPLRS ideal-int +pkg syscall (freebsd-386), const IFT_ESCON ideal-int +pkg syscall (freebsd-386), const IFT_ETHER ideal-int +pkg syscall (freebsd-386), const IFT_FAITH ideal-int +pkg syscall (freebsd-386), const IFT_FAST ideal-int +pkg syscall (freebsd-386), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-386), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-386), const IFT_FDDI ideal-int +pkg syscall (freebsd-386), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-386), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-386), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-386), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-386), const IFT_FRELAY ideal-int +pkg syscall (freebsd-386), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-386), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-386), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-386), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-386), const IFT_GIF ideal-int +pkg syscall (freebsd-386), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-386), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-386), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-386), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-386), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-386), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-386), const IFT_HDLC ideal-int +pkg syscall (freebsd-386), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-386), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-386), const IFT_HIPPI ideal-int +pkg syscall (freebsd-386), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-386), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-386), const IFT_HSSI ideal-int +pkg syscall (freebsd-386), const IFT_HY ideal-int +pkg syscall (freebsd-386), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-386), const IFT_IDSL ideal-int +pkg syscall (freebsd-386), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-386), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-386), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-386), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-386), const IFT_IFGSN ideal-int +pkg syscall (freebsd-386), const IFT_IMT ideal-int +pkg syscall (freebsd-386), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-386), const IFT_IP ideal-int +pkg syscall (freebsd-386), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-386), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-386), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-386), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-386), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-386), const IFT_IPXIP ideal-int +pkg syscall (freebsd-386), const IFT_ISDN ideal-int +pkg syscall (freebsd-386), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-386), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-386), const IFT_ISDNS ideal-int +pkg syscall (freebsd-386), const IFT_ISDNU ideal-int +pkg syscall (freebsd-386), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-386), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-386), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-386), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-386), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-386), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-386), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-386), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-386), const IFT_ISUP ideal-int +pkg syscall (freebsd-386), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-386), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-386), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-386), const IFT_LAPB ideal-int +pkg syscall (freebsd-386), const IFT_LAPD ideal-int +pkg syscall (freebsd-386), const IFT_LAPF ideal-int +pkg syscall (freebsd-386), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-386), const IFT_LOOP ideal-int +pkg syscall (freebsd-386), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-386), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-386), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-386), const IFT_MODEM ideal-int +pkg syscall (freebsd-386), const IFT_MPC ideal-int +pkg syscall (freebsd-386), const IFT_MPLS ideal-int +pkg syscall (freebsd-386), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-386), const IFT_MSDSL ideal-int +pkg syscall (freebsd-386), const IFT_MVL ideal-int +pkg syscall (freebsd-386), const IFT_MYRINET ideal-int +pkg syscall (freebsd-386), const IFT_NFAS ideal-int +pkg syscall (freebsd-386), const IFT_NSIP ideal-int +pkg syscall (freebsd-386), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-386), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-386), const IFT_OTHER ideal-int +pkg syscall (freebsd-386), const IFT_P10 ideal-int +pkg syscall (freebsd-386), const IFT_P80 ideal-int +pkg syscall (freebsd-386), const IFT_PARA ideal-int +pkg syscall (freebsd-386), const IFT_PFLOG ideal-int +pkg syscall (freebsd-386), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-386), const IFT_PLC ideal-int +pkg syscall (freebsd-386), const IFT_POS ideal-int +pkg syscall (freebsd-386), const IFT_PPP ideal-int +pkg syscall (freebsd-386), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-386), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-386), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-386), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-386), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-386), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-386), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-386), const IFT_PVC ideal-int +pkg syscall (freebsd-386), const IFT_QLLC ideal-int +pkg syscall (freebsd-386), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-386), const IFT_RADSL ideal-int +pkg syscall (freebsd-386), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-386), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-386), const IFT_RS232 ideal-int +pkg syscall (freebsd-386), const IFT_RSRB ideal-int +pkg syscall (freebsd-386), const IFT_SDLC ideal-int +pkg syscall (freebsd-386), const IFT_SDSL ideal-int +pkg syscall (freebsd-386), const IFT_SHDSL ideal-int +pkg syscall (freebsd-386), const IFT_SIP ideal-int +pkg syscall (freebsd-386), const IFT_SLIP ideal-int +pkg syscall (freebsd-386), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-386), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-386), const IFT_SONET ideal-int +pkg syscall (freebsd-386), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-386), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-386), const IFT_SONETVT ideal-int +pkg syscall (freebsd-386), const IFT_SRP ideal-int +pkg syscall (freebsd-386), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-386), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-386), const IFT_STARLAN ideal-int +pkg syscall (freebsd-386), const IFT_STF ideal-int +pkg syscall (freebsd-386), const IFT_T1 ideal-int +pkg syscall (freebsd-386), const IFT_TDLC ideal-int +pkg syscall (freebsd-386), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-386), const IFT_TR008 ideal-int +pkg syscall (freebsd-386), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-386), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-386), const IFT_ULTRA ideal-int +pkg syscall (freebsd-386), const IFT_USB ideal-int +pkg syscall (freebsd-386), const IFT_V11 ideal-int +pkg syscall (freebsd-386), const IFT_V35 ideal-int +pkg syscall (freebsd-386), const IFT_V36 ideal-int +pkg syscall (freebsd-386), const IFT_V37 ideal-int +pkg syscall (freebsd-386), const IFT_VDSL ideal-int +pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-386), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-386), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-386), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-386), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-386), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-386), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-386), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-386), const IFT_X213 ideal-int +pkg syscall (freebsd-386), const IFT_X25 ideal-int +pkg syscall (freebsd-386), const IFT_X25DDN ideal-int +pkg syscall (freebsd-386), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-386), const IFT_X25MLP ideal-int +pkg syscall (freebsd-386), const IFT_X25PLE ideal-int +pkg syscall (freebsd-386), const IFT_XETHER ideal-int +pkg syscall (freebsd-386), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-386), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-386), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-386), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-386), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-386), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-386), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-386), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-386), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-386), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-386), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-386), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-386), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-386), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-386), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-386), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-386), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-386), const IPPROTO_AH ideal-int +pkg syscall (freebsd-386), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-386), const IPPROTO_APES ideal-int +pkg syscall (freebsd-386), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-386), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-386), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-386), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-386), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-386), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-386), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-386), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-386), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-386), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-386), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-386), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-386), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-386), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-386), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-386), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-386), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-386), const IPPROTO_EON ideal-int +pkg syscall (freebsd-386), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-386), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-386), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-386), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-386), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-386), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-386), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-386), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-386), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-386), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-386), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-386), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IL ideal-int +pkg syscall (freebsd-386), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-386), const IPPROTO_INP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-386), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-386), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-386), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-386), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-386), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-386), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-386), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-386), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-386), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-386), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-386), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-386), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-386), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-386), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-386), const IPPROTO_ND ideal-int +pkg syscall (freebsd-386), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-386), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-386), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-386), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-386), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-386), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-386), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-386), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-386), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-386), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-386), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-386), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-386), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-386), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-386), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-386), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-386), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-386), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-386), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-386), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-386), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-386), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-386), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-386), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-386), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-386), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-386), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-386), const IPPROTO_ST ideal-int +pkg syscall (freebsd-386), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-386), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-386), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-386), const IPPROTO_TP ideal-int +pkg syscall (freebsd-386), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-386), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-386), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-386), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-386), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-386), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-386), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-386), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-386), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-386), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-386), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-386), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-386), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-386), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-386), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-386), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-386), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-386), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-386), const IPV6_FAITH ideal-int +pkg syscall (freebsd-386), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-386), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-386), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-386), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-386), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-386), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-386), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-386), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-386), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-386), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-386), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-386), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-386), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-386), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-386), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-386), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-386), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-386), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386), const IPV6_MMTU ideal-int +pkg syscall (freebsd-386), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-386), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-386), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-386), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-386), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-386), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-386), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-386), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-386), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-386), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-386), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-386), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-386), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-386), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-386), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-386), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-386), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-386), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-386), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-386), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-386), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-386), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-386), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-386), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-386), const IPV6_VERSION ideal-int +pkg syscall (freebsd-386), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-386), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-386), const IP_BINDANY ideal-int +pkg syscall (freebsd-386), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-386), const IP_DF ideal-int +pkg syscall (freebsd-386), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-386), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-386), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-386), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-386), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-386), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-386), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-386), const IP_FAITH ideal-int +pkg syscall (freebsd-386), const IP_FW3 ideal-int +pkg syscall (freebsd-386), const IP_FW_ADD ideal-int +pkg syscall (freebsd-386), const IP_FW_DEL ideal-int +pkg syscall (freebsd-386), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-386), const IP_FW_GET ideal-int +pkg syscall (freebsd-386), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-386), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-386), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-386), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-386), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-386), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-386), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-386), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-386), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-386), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-386), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-386), const IP_HDRINCL ideal-int +pkg syscall (freebsd-386), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-386), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-386), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-386), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-386), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-386), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-386), const IP_MF ideal-int +pkg syscall (freebsd-386), const IP_MINTTL ideal-int +pkg syscall (freebsd-386), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-386), const IP_MSFILTER ideal-int +pkg syscall (freebsd-386), const IP_MSS ideal-int +pkg syscall (freebsd-386), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-386), const IP_OFFMASK ideal-int +pkg syscall (freebsd-386), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-386), const IP_OPTIONS ideal-int +pkg syscall (freebsd-386), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-386), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-386), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-386), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-386), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-386), const IP_RECVIF ideal-int +pkg syscall (freebsd-386), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-386), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-386), const IP_RECVTTL ideal-int +pkg syscall (freebsd-386), const IP_RETOPTS ideal-int +pkg syscall (freebsd-386), const IP_RF ideal-int +pkg syscall (freebsd-386), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-386), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-386), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-386), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-386), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-386), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-386), const LOCK_EX ideal-int +pkg syscall (freebsd-386), const LOCK_NB ideal-int +pkg syscall (freebsd-386), const LOCK_SH ideal-int +pkg syscall (freebsd-386), const LOCK_UN ideal-int +pkg syscall (freebsd-386), const MSG_COMPAT ideal-int +pkg syscall (freebsd-386), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-386), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-386), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-386), const MSG_EOF ideal-int +pkg syscall (freebsd-386), const MSG_EOR ideal-int +pkg syscall (freebsd-386), const MSG_NBIO ideal-int +pkg syscall (freebsd-386), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-386), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-386), const MSG_OOB ideal-int +pkg syscall (freebsd-386), const MSG_PEEK ideal-int +pkg syscall (freebsd-386), const MSG_TRUNC ideal-int +pkg syscall (freebsd-386), const MSG_WAITALL ideal-int +pkg syscall (freebsd-386), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-386), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-386), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-386), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-386), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-386), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-386), const NOTE_CHILD ideal-int +pkg syscall (freebsd-386), const NOTE_DELETE ideal-int +pkg syscall (freebsd-386), const NOTE_EXEC ideal-int +pkg syscall (freebsd-386), const NOTE_EXIT ideal-int +pkg syscall (freebsd-386), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-386), const NOTE_FFAND ideal-int +pkg syscall (freebsd-386), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-386), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-386), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-386), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-386), const NOTE_FFOR ideal-int +pkg syscall (freebsd-386), const NOTE_FORK ideal-int +pkg syscall (freebsd-386), const NOTE_LINK ideal-int +pkg syscall (freebsd-386), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-386), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-386), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-386), const NOTE_RENAME ideal-int +pkg syscall (freebsd-386), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-386), const NOTE_TRACK ideal-int +pkg syscall (freebsd-386), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-386), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-386), const NOTE_WRITE ideal-int +pkg syscall (freebsd-386), const O_ACCMODE ideal-int +pkg syscall (freebsd-386), const O_DIRECT ideal-int +pkg syscall (freebsd-386), const O_DIRECTORY ideal-int +pkg syscall (freebsd-386), const O_EXEC ideal-int +pkg syscall (freebsd-386), const O_EXLOCK ideal-int +pkg syscall (freebsd-386), const O_FSYNC ideal-int +pkg syscall (freebsd-386), const O_NDELAY ideal-int +pkg syscall (freebsd-386), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-386), const O_SHLOCK ideal-int +pkg syscall (freebsd-386), const O_TTY_INIT ideal-int +pkg syscall (freebsd-386), const PTRACE_CONT ideal-int +pkg syscall (freebsd-386), const PTRACE_KILL ideal-int +pkg syscall (freebsd-386), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-386), const RLIMIT_AS ideal-int +pkg syscall (freebsd-386), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-386), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-386), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-386), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-386), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-386), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-386), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-386), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-386), const RTAX_BRD ideal-int +pkg syscall (freebsd-386), const RTAX_DST ideal-int +pkg syscall (freebsd-386), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-386), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-386), const RTAX_IFA ideal-int +pkg syscall (freebsd-386), const RTAX_IFP ideal-int +pkg syscall (freebsd-386), const RTAX_MAX ideal-int +pkg syscall (freebsd-386), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-386), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-386), const RTA_BRD ideal-int +pkg syscall (freebsd-386), const RTA_DST ideal-int +pkg syscall (freebsd-386), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-386), const RTA_GENMASK ideal-int +pkg syscall (freebsd-386), const RTA_IFA ideal-int +pkg syscall (freebsd-386), const RTA_IFP ideal-int +pkg syscall (freebsd-386), const RTA_NETMASK ideal-int +pkg syscall (freebsd-386), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-386), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-386), const RTF_DONE ideal-int +pkg syscall (freebsd-386), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-386), const RTF_FMASK ideal-int +pkg syscall (freebsd-386), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-386), const RTF_HOST ideal-int +pkg syscall (freebsd-386), const RTF_LLDATA ideal-int +pkg syscall (freebsd-386), const RTF_LLINFO ideal-int +pkg syscall (freebsd-386), const RTF_LOCAL ideal-int +pkg syscall (freebsd-386), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-386), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-386), const RTF_PINNED ideal-int +pkg syscall (freebsd-386), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-386), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-386), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-386), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-386), const RTF_REJECT ideal-int +pkg syscall (freebsd-386), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-386), const RTF_STATIC ideal-int +pkg syscall (freebsd-386), const RTF_STICKY ideal-int +pkg syscall (freebsd-386), const RTF_UP ideal-int +pkg syscall (freebsd-386), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-386), const RTM_ADD ideal-int +pkg syscall (freebsd-386), const RTM_CHANGE ideal-int +pkg syscall (freebsd-386), const RTM_DELADDR ideal-int +pkg syscall (freebsd-386), const RTM_DELETE ideal-int +pkg syscall (freebsd-386), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-386), const RTM_GET ideal-int +pkg syscall (freebsd-386), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-386), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-386), const RTM_IFINFO ideal-int +pkg syscall (freebsd-386), const RTM_LOCK ideal-int +pkg syscall (freebsd-386), const RTM_LOSING ideal-int +pkg syscall (freebsd-386), const RTM_MISS ideal-int +pkg syscall (freebsd-386), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-386), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-386), const RTM_OLDADD ideal-int +pkg syscall (freebsd-386), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-386), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-386), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-386), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-386), const RTM_VERSION ideal-int +pkg syscall (freebsd-386), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-386), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-386), const RTV_MTU ideal-int +pkg syscall (freebsd-386), const RTV_RPIPE ideal-int +pkg syscall (freebsd-386), const RTV_RTT ideal-int +pkg syscall (freebsd-386), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-386), const RTV_SPIPE ideal-int +pkg syscall (freebsd-386), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-386), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-386), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-386), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-386), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-386), const SCM_BINTIME ideal-int +pkg syscall (freebsd-386), const SCM_CREDS ideal-int +pkg syscall (freebsd-386), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-386), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-386), const SIGCHLD Signal +pkg syscall (freebsd-386), const SIGCONT Signal +pkg syscall (freebsd-386), const SIGEMT Signal +pkg syscall (freebsd-386), const SIGINFO Signal +pkg syscall (freebsd-386), const SIGIO Signal +pkg syscall (freebsd-386), const SIGIOT Signal +pkg syscall (freebsd-386), const SIGLWP Signal +pkg syscall (freebsd-386), const SIGPROF Signal +pkg syscall (freebsd-386), const SIGSTOP Signal +pkg syscall (freebsd-386), const SIGSYS Signal +pkg syscall (freebsd-386), const SIGTHR Signal +pkg syscall (freebsd-386), const SIGTSTP Signal +pkg syscall (freebsd-386), const SIGTTIN Signal +pkg syscall (freebsd-386), const SIGTTOU Signal +pkg syscall (freebsd-386), const SIGURG Signal +pkg syscall (freebsd-386), const SIGUSR1 Signal +pkg syscall (freebsd-386), const SIGUSR2 Signal +pkg syscall (freebsd-386), const SIGVTALRM Signal +pkg syscall (freebsd-386), const SIGWINCH Signal +pkg syscall (freebsd-386), const SIGXCPU Signal +pkg syscall (freebsd-386), const SIGXFSZ Signal +pkg syscall (freebsd-386), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-386), const SIOCADDRT ideal-int +pkg syscall (freebsd-386), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-386), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCATMARK ideal-int +pkg syscall (freebsd-386), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-386), const SIOCDELRT ideal-int +pkg syscall (freebsd-386), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-386), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-386), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-386), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-386), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-386), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-386), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-386), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-386), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-386), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-386), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-386), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-386), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-386), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-386), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-386), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-386), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-386), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-386), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-386), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-386), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-386), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-386), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-386), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-386), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-386), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-386), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-386), const SIOCGPGRP ideal-int +pkg syscall (freebsd-386), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-386), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-386), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-386), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-386), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-386), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-386), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-386), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-386), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-386), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-386), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-386), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-386), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-386), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-386), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-386), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-386), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-386), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-386), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-386), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-386), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-386), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-386), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-386), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-386), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-386), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-386), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-386), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-386), const SIOCSPGRP ideal-int +pkg syscall (freebsd-386), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-386), const SOCK_RDM ideal-int +pkg syscall (freebsd-386), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-386), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-386), const SO_BINTIME ideal-int +pkg syscall (freebsd-386), const SO_DEBUG ideal-int +pkg syscall (freebsd-386), const SO_ERROR ideal-int +pkg syscall (freebsd-386), const SO_LABEL ideal-int +pkg syscall (freebsd-386), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-386), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-386), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-386), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-386), const SO_NO_DDP ideal-int +pkg syscall (freebsd-386), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-386), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-386), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-386), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-386), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-386), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-386), const SO_SETFIB ideal-int +pkg syscall (freebsd-386), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-386), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-386), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-386), const SO_TYPE ideal-int +pkg syscall (freebsd-386), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-386), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-386), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-386), const SYS_ACCESS ideal-int +pkg syscall (freebsd-386), const SYS_ACCT ideal-int +pkg syscall (freebsd-386), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-386), const SYS_AUDIT ideal-int +pkg syscall (freebsd-386), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-386), const SYS_AUDITON ideal-int +pkg syscall (freebsd-386), const SYS_BIND ideal-int +pkg syscall (freebsd-386), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-386), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS ideal-int +pkg syscall (freebsd-386), const SYS_CAP_NEW ideal-int +pkg syscall (freebsd-386), const SYS_CHDIR ideal-int +pkg syscall (freebsd-386), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-386), const SYS_CHMOD ideal-int +pkg syscall (freebsd-386), const SYS_CHOWN ideal-int +pkg syscall (freebsd-386), const SYS_CHROOT ideal-int +pkg syscall (freebsd-386), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-386), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-386), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-386), const SYS_CLOSE ideal-int +pkg syscall (freebsd-386), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-386), const SYS_CONNECT ideal-int +pkg syscall (freebsd-386), const SYS_CPUSET ideal-int +pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-386), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-386), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-386), const SYS_DUP ideal-int +pkg syscall (freebsd-386), const SYS_DUP2 ideal-int +pkg syscall (freebsd-386), const SYS_EACCESS ideal-int +pkg syscall (freebsd-386), const SYS_EXECVE ideal-int +pkg syscall (freebsd-386), const SYS_EXIT ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-386), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-386), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-386), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-386), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-386), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-386), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-386), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-386), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-386), const SYS_FCNTL ideal-int +pkg syscall (freebsd-386), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-386), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-386), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-386), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-386), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-386), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-386), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-386), const SYS_FLOCK ideal-int +pkg syscall (freebsd-386), const SYS_FORK ideal-int +pkg syscall (freebsd-386), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-386), const SYS_FREEBSD6_FTRUNCATE ideal-int +pkg syscall (freebsd-386), const SYS_FREEBSD6_LSEEK ideal-int +pkg syscall (freebsd-386), const SYS_FREEBSD6_MMAP ideal-int +pkg syscall (freebsd-386), const SYS_FREEBSD6_PREAD ideal-int +pkg syscall (freebsd-386), const SYS_FREEBSD6_PWRITE ideal-int +pkg syscall (freebsd-386), const SYS_FREEBSD6_TRUNCATE ideal-int +pkg syscall (freebsd-386), const SYS_FSTAT ideal-int +pkg syscall (freebsd-386), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-386), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-386), const SYS_FSYNC ideal-int +pkg syscall (freebsd-386), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-386), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-386), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-386), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-386), const SYS_GETAUID ideal-int +pkg syscall (freebsd-386), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-386), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-386), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-386), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-386), const SYS_GETEGID ideal-int +pkg syscall (freebsd-386), const SYS_GETEUID ideal-int +pkg syscall (freebsd-386), const SYS_GETFH ideal-int +pkg syscall (freebsd-386), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-386), const SYS_GETGID ideal-int +pkg syscall (freebsd-386), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-386), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-386), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-386), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-386), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-386), const SYS_GETPGID ideal-int +pkg syscall (freebsd-386), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-386), const SYS_GETPID ideal-int +pkg syscall (freebsd-386), const SYS_GETPPID ideal-int +pkg syscall (freebsd-386), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-386), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-386), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-386), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-386), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-386), const SYS_GETSID ideal-int +pkg syscall (freebsd-386), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-386), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-386), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-386), const SYS_GETUID ideal-int +pkg syscall (freebsd-386), const SYS_IOCTL ideal-int +pkg syscall (freebsd-386), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-386), const SYS_JAIL ideal-int +pkg syscall (freebsd-386), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-386), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-386), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-386), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-386), const SYS_KENV ideal-int +pkg syscall (freebsd-386), const SYS_KEVENT ideal-int +pkg syscall (freebsd-386), const SYS_KILL ideal-int +pkg syscall (freebsd-386), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-386), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-386), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-386), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-386), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-386), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-386), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-386), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-386), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-386), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-386), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-386), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-386), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-386), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-386), const SYS_KTRACE ideal-int +pkg syscall (freebsd-386), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-386), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-386), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-386), const SYS_LGETFH ideal-int +pkg syscall (freebsd-386), const SYS_LINK ideal-int +pkg syscall (freebsd-386), const SYS_LINKAT ideal-int +pkg syscall (freebsd-386), const SYS_LISTEN ideal-int +pkg syscall (freebsd-386), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-386), const SYS_LSEEK ideal-int +pkg syscall (freebsd-386), const SYS_LSTAT ideal-int +pkg syscall (freebsd-386), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-386), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-386), const SYS_MADVISE ideal-int +pkg syscall (freebsd-386), const SYS_MINCORE ideal-int +pkg syscall (freebsd-386), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-386), const SYS_MKDIR ideal-int +pkg syscall (freebsd-386), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-386), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-386), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-386), const SYS_MKNOD ideal-int +pkg syscall (freebsd-386), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-386), const SYS_MLOCK ideal-int +pkg syscall (freebsd-386), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-386), const SYS_MMAP ideal-int +pkg syscall (freebsd-386), const SYS_MODFIND ideal-int +pkg syscall (freebsd-386), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-386), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-386), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-386), const SYS_MOUNT ideal-int +pkg syscall (freebsd-386), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-386), const SYS_MSYNC ideal-int +pkg syscall (freebsd-386), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-386), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-386), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-386), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-386), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-386), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-386), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-386), const SYS_NSTAT ideal-int +pkg syscall (freebsd-386), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-386), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-386), const SYS_OBREAK ideal-int +pkg syscall (freebsd-386), const SYS_OPEN ideal-int +pkg syscall (freebsd-386), const SYS_OPENAT ideal-int +pkg syscall (freebsd-386), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-386), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-386), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-386), const SYS_PDFORK ideal-int +pkg syscall (freebsd-386), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-386), const SYS_PDKILL ideal-int +pkg syscall (freebsd-386), const SYS_PIPE ideal-int +pkg syscall (freebsd-386), const SYS_POLL ideal-int +pkg syscall (freebsd-386), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-386), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-386), const SYS_PREAD ideal-int +pkg syscall (freebsd-386), const SYS_PREADV ideal-int +pkg syscall (freebsd-386), const SYS_PROFIL ideal-int +pkg syscall (freebsd-386), const SYS_PSELECT ideal-int +pkg syscall (freebsd-386), const SYS_PTRACE ideal-int +pkg syscall (freebsd-386), const SYS_PWRITE ideal-int +pkg syscall (freebsd-386), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-386), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-386), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-386), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-386), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-386), const SYS_READ ideal-int +pkg syscall (freebsd-386), const SYS_READLINK ideal-int +pkg syscall (freebsd-386), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-386), const SYS_READV ideal-int +pkg syscall (freebsd-386), const SYS_REBOOT ideal-int +pkg syscall (freebsd-386), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-386), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-386), const SYS_RENAME ideal-int +pkg syscall (freebsd-386), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-386), const SYS_REVOKE ideal-int +pkg syscall (freebsd-386), const SYS_RFORK ideal-int +pkg syscall (freebsd-386), const SYS_RMDIR ideal-int +pkg syscall (freebsd-386), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-386), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-386), const SYS_SBRK ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-386), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-386), const SYS_SELECT ideal-int +pkg syscall (freebsd-386), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-386), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-386), const SYS_SENDTO ideal-int +pkg syscall (freebsd-386), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-386), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-386), const SYS_SETAUID ideal-int +pkg syscall (freebsd-386), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-386), const SYS_SETEGID ideal-int +pkg syscall (freebsd-386), const SYS_SETEUID ideal-int +pkg syscall (freebsd-386), const SYS_SETFIB ideal-int +pkg syscall (freebsd-386), const SYS_SETGID ideal-int +pkg syscall (freebsd-386), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-386), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-386), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-386), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-386), const SYS_SETPGID ideal-int +pkg syscall (freebsd-386), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-386), const SYS_SETREGID ideal-int +pkg syscall (freebsd-386), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-386), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-386), const SYS_SETREUID ideal-int +pkg syscall (freebsd-386), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-386), const SYS_SETSID ideal-int +pkg syscall (freebsd-386), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-386), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-386), const SYS_SETUID ideal-int +pkg syscall (freebsd-386), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-386), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-386), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-386), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-386), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-386), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-386), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-386), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-386), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-386), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-386), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-386), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-386), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-386), const SYS_SOCKET ideal-int +pkg syscall (freebsd-386), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-386), const SYS_SSTK ideal-int +pkg syscall (freebsd-386), const SYS_STAT ideal-int +pkg syscall (freebsd-386), const SYS_STATFS ideal-int +pkg syscall (freebsd-386), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-386), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-386), const SYS_SWAPON ideal-int +pkg syscall (freebsd-386), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-386), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-386), const SYS_SYNC ideal-int +pkg syscall (freebsd-386), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-386), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-386), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-386), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-386), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-386), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-386), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-386), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-386), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-386), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-386), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-386), const SYS_UMASK ideal-int +pkg syscall (freebsd-386), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-386), const SYS_UNLINK ideal-int +pkg syscall (freebsd-386), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-386), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-386), const SYS_UTIMES ideal-int +pkg syscall (freebsd-386), const SYS_UTRACE ideal-int +pkg syscall (freebsd-386), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-386), const SYS_VFORK ideal-int +pkg syscall (freebsd-386), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-386), const SYS_WRITE ideal-int +pkg syscall (freebsd-386), const SYS_WRITEV ideal-int +pkg syscall (freebsd-386), const SYS_YIELD ideal-int +pkg syscall (freebsd-386), const SYS__UMTX_LOCK ideal-int +pkg syscall (freebsd-386), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-386), const SYS__UMTX_UNLOCK ideal-int +pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-386), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-386), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-386), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-386), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-386), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-386), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-386), const SYS___GETCWD ideal-int +pkg syscall (freebsd-386), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-386), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-386), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-386), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-386), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-386), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-386), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-386), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-386), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-386), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-386), const SYS___SETUGID ideal-int +pkg syscall (freebsd-386), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-386), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-386), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-386), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-386), const SizeofBpfStat ideal-int +pkg syscall (freebsd-386), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-386), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-386), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-386), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-386), const SizeofIPMreq ideal-int +pkg syscall (freebsd-386), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-386), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-386), const SizeofIfData ideal-int +pkg syscall (freebsd-386), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-386), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-386), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-386), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-386), const SizeofLinger ideal-int +pkg syscall (freebsd-386), const SizeofMsghdr ideal-int +pkg syscall (freebsd-386), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-386), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-386), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-386), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-386), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-386), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-386), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-386), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-386), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-386), const TCP_INFO ideal-int +pkg syscall (freebsd-386), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-386), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-386), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-386), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-386), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-386), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-386), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-386), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-386), const TCP_MINMSS ideal-int +pkg syscall (freebsd-386), const TCP_MSS ideal-int +pkg syscall (freebsd-386), const TCP_NOOPT ideal-int +pkg syscall (freebsd-386), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-386), const TIOCCBRK ideal-int +pkg syscall (freebsd-386), const TIOCCDTR ideal-int +pkg syscall (freebsd-386), const TIOCCONS ideal-int +pkg syscall (freebsd-386), const TIOCDRAIN ideal-int +pkg syscall (freebsd-386), const TIOCEXCL ideal-int +pkg syscall (freebsd-386), const TIOCEXT ideal-int +pkg syscall (freebsd-386), const TIOCFLUSH ideal-int +pkg syscall (freebsd-386), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-386), const TIOCGETA ideal-int +pkg syscall (freebsd-386), const TIOCGETD ideal-int +pkg syscall (freebsd-386), const TIOCGPGRP ideal-int +pkg syscall (freebsd-386), const TIOCGPTN ideal-int +pkg syscall (freebsd-386), const TIOCGSID ideal-int +pkg syscall (freebsd-386), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-386), const TIOCMBIC ideal-int +pkg syscall (freebsd-386), const TIOCMBIS ideal-int +pkg syscall (freebsd-386), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-386), const TIOCMGET ideal-int +pkg syscall (freebsd-386), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-386), const TIOCMSET ideal-int +pkg syscall (freebsd-386), const TIOCM_CAR ideal-int +pkg syscall (freebsd-386), const TIOCM_CD ideal-int +pkg syscall (freebsd-386), const TIOCM_CTS ideal-int +pkg syscall (freebsd-386), const TIOCM_DCD ideal-int +pkg syscall (freebsd-386), const TIOCM_DSR ideal-int +pkg syscall (freebsd-386), const TIOCM_DTR ideal-int +pkg syscall (freebsd-386), const TIOCM_LE ideal-int +pkg syscall (freebsd-386), const TIOCM_RI ideal-int +pkg syscall (freebsd-386), const TIOCM_RNG ideal-int +pkg syscall (freebsd-386), const TIOCM_RTS ideal-int +pkg syscall (freebsd-386), const TIOCM_SR ideal-int +pkg syscall (freebsd-386), const TIOCM_ST ideal-int +pkg syscall (freebsd-386), const TIOCNOTTY ideal-int +pkg syscall (freebsd-386), const TIOCNXCL ideal-int +pkg syscall (freebsd-386), const TIOCOUTQ ideal-int +pkg syscall (freebsd-386), const TIOCPKT ideal-int +pkg syscall (freebsd-386), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-386), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-386), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-386), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-386), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-386), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-386), const TIOCPKT_START ideal-int +pkg syscall (freebsd-386), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-386), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-386), const TIOCSBRK ideal-int +pkg syscall (freebsd-386), const TIOCSCTTY ideal-int +pkg syscall (freebsd-386), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-386), const TIOCSDTR ideal-int +pkg syscall (freebsd-386), const TIOCSETA ideal-int +pkg syscall (freebsd-386), const TIOCSETAF ideal-int +pkg syscall (freebsd-386), const TIOCSETAW ideal-int +pkg syscall (freebsd-386), const TIOCSETD ideal-int +pkg syscall (freebsd-386), const TIOCSIG ideal-int +pkg syscall (freebsd-386), const TIOCSPGRP ideal-int +pkg syscall (freebsd-386), const TIOCSTART ideal-int +pkg syscall (freebsd-386), const TIOCSTAT ideal-int +pkg syscall (freebsd-386), const TIOCSTI ideal-int +pkg syscall (freebsd-386), const TIOCSTOP ideal-int +pkg syscall (freebsd-386), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-386), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-386), const TIOCUCNTL ideal-int +pkg syscall (freebsd-386), const WCONTINUED ideal-int +pkg syscall (freebsd-386), const WCOREFLAG ideal-int +pkg syscall (freebsd-386), const WLINUXCLONE ideal-int +pkg syscall (freebsd-386), const WNOHANG ideal-int +pkg syscall (freebsd-386), const WNOWAIT ideal-int +pkg syscall (freebsd-386), const WSTOPPED ideal-int +pkg syscall (freebsd-386), const WUNTRACED ideal-int +pkg syscall (freebsd-386), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-386), func Access(string, uint32) error +pkg syscall (freebsd-386), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-386), func Bind(int, Sockaddr) error +pkg syscall (freebsd-386), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-386), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-386), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-386), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-386), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-386), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-386), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-386), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-386), func CheckBpfVersion(int) error +pkg syscall (freebsd-386), func Chflags(string, int) error +pkg syscall (freebsd-386), func Chroot(string) error +pkg syscall (freebsd-386), func Close(int) error +pkg syscall (freebsd-386), func CloseOnExec(int) +pkg syscall (freebsd-386), func CmsgLen(int) int +pkg syscall (freebsd-386), func CmsgSpace(int) int +pkg syscall (freebsd-386), func Connect(int, Sockaddr) error +pkg syscall (freebsd-386), func Dup(int) (int, error) +pkg syscall (freebsd-386), func Dup2(int, int) error +pkg syscall (freebsd-386), func Fchdir(int) error +pkg syscall (freebsd-386), func Fchflags(string, int) error +pkg syscall (freebsd-386), func Fchmod(int, uint32) error +pkg syscall (freebsd-386), func Fchown(int, int, int) error +pkg syscall (freebsd-386), func Flock(int, int) error +pkg syscall (freebsd-386), func FlushBpf(int) error +pkg syscall (freebsd-386), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-386), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-386), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-386), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-386), func Fsync(int) error +pkg syscall (freebsd-386), func Ftruncate(int, int64) error +pkg syscall (freebsd-386), func Futimes(int, []Timeval) error +pkg syscall (freebsd-386), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-386), func Getdtablesize() int +pkg syscall (freebsd-386), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-386), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-386), func Getpgid(int) (int, error) +pkg syscall (freebsd-386), func Getpgrp() int +pkg syscall (freebsd-386), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-386), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-386), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-386), func Getsid(int) (int, error) +pkg syscall (freebsd-386), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-386), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-386), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-386), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-386), func Issetugid() bool +pkg syscall (freebsd-386), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-386), func Kill(int, Signal) error +pkg syscall (freebsd-386), func Kqueue() (int, error) +pkg syscall (freebsd-386), func Listen(int, int) error +pkg syscall (freebsd-386), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-386), func Mkfifo(string, uint32) error +pkg syscall (freebsd-386), func Mknod(string, uint32, int) error +pkg syscall (freebsd-386), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-386), func Munmap([]uint8) error +pkg syscall (freebsd-386), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-386), func NsecToTimespec(int64) Timespec +pkg syscall (freebsd-386), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-386), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-386), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-386), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-386), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-386), func Pipe([]int) error +pkg syscall (freebsd-386), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-386), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-386), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-386), func Revoke(string) error +pkg syscall (freebsd-386), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-386), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-386), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-386), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-386), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-386), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-386), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-386), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-386), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-386), func SetBpfInterface(int, string) error +pkg syscall (freebsd-386), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-386), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-386), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-386), func SetNonblock(int, bool) error +pkg syscall (freebsd-386), func Setegid(int) error +pkg syscall (freebsd-386), func Seteuid(int) error +pkg syscall (freebsd-386), func Setgid(int) error +pkg syscall (freebsd-386), func Setgroups([]int) error +pkg syscall (freebsd-386), func Setlogin(string) error +pkg syscall (freebsd-386), func Setpgid(int, int) error +pkg syscall (freebsd-386), func Setpriority(int, int, int) error +pkg syscall (freebsd-386), func Setregid(int, int) error +pkg syscall (freebsd-386), func Setreuid(int, int) error +pkg syscall (freebsd-386), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-386), func Setsid() (int, error) +pkg syscall (freebsd-386), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-386), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-386), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-386), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-386), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-386), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-386), func Settimeofday(*Timeval) error +pkg syscall (freebsd-386), func Setuid(int) error +pkg syscall (freebsd-386), func Shutdown(int, int) error +pkg syscall (freebsd-386), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-386), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-386), func Stat(string, *Stat_t) error +pkg syscall (freebsd-386), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-386), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-386), func Sync() error +pkg syscall (freebsd-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-386), func Sysctl(string) (string, error) +pkg syscall (freebsd-386), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-386), func TimespecToNsec(Timespec) int64 +pkg syscall (freebsd-386), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-386), func Truncate(string, int64) error +pkg syscall (freebsd-386), func Umask(int) int +pkg syscall (freebsd-386), func Undelete(string) error +pkg syscall (freebsd-386), func UnixRights(...int) []uint8 +pkg syscall (freebsd-386), func Unmount(string, int) error +pkg syscall (freebsd-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-386), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-386), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-386), method (*Iovec) SetLen(int) +pkg syscall (freebsd-386), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-386), type BpfHdr struct +pkg syscall (freebsd-386), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-386), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-386), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-386), type BpfHdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-386), type BpfInsn struct +pkg syscall (freebsd-386), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-386), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-386), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-386), type BpfInsn struct, K uint32 +pkg syscall (freebsd-386), type BpfProgram struct +pkg syscall (freebsd-386), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-386), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-386), type BpfStat struct +pkg syscall (freebsd-386), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-386), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-386), type BpfVersion struct +pkg syscall (freebsd-386), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-386), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-386), type BpfZbuf struct +pkg syscall (freebsd-386), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-386), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-386), type BpfZbuf struct, Buflen uint32 +pkg syscall (freebsd-386), type BpfZbufHeader struct +pkg syscall (freebsd-386), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-386), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-386), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-386), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-386), type Cmsghdr struct +pkg syscall (freebsd-386), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-386), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-386), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-386), type Credential struct +pkg syscall (freebsd-386), type Credential struct, Gid uint32 +pkg syscall (freebsd-386), type Credential struct, Groups []uint32 +pkg syscall (freebsd-386), type Credential struct, Uid uint32 +pkg syscall (freebsd-386), type Dirent struct +pkg syscall (freebsd-386), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-386), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-386), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-386), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-386), type Dirent struct, Type uint8 +pkg syscall (freebsd-386), type FdSet struct +pkg syscall (freebsd-386), type FdSet struct, X__fds_bits [32]uint32 +pkg syscall (freebsd-386), type Flock_t struct +pkg syscall (freebsd-386), type Flock_t struct, Len int64 +pkg syscall (freebsd-386), type Flock_t struct, Pid int32 +pkg syscall (freebsd-386), type Flock_t struct, Start int64 +pkg syscall (freebsd-386), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-386), type Flock_t struct, Type int16 +pkg syscall (freebsd-386), type Flock_t struct, Whence int16 +pkg syscall (freebsd-386), type Fsid struct +pkg syscall (freebsd-386), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-386), type IPMreqn struct +pkg syscall (freebsd-386), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-386), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-386), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-386), type IfData struct +pkg syscall (freebsd-386), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-386), type IfData struct, Baudrate uint32 +pkg syscall (freebsd-386), type IfData struct, Collisions uint32 +pkg syscall (freebsd-386), type IfData struct, Datalen uint8 +pkg syscall (freebsd-386), type IfData struct, Epoch int32 +pkg syscall (freebsd-386), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-386), type IfData struct, Hwassist uint32 +pkg syscall (freebsd-386), type IfData struct, Ibytes uint32 +pkg syscall (freebsd-386), type IfData struct, Ierrors uint32 +pkg syscall (freebsd-386), type IfData struct, Imcasts uint32 +pkg syscall (freebsd-386), type IfData struct, Ipackets uint32 +pkg syscall (freebsd-386), type IfData struct, Iqdrops uint32 +pkg syscall (freebsd-386), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-386), type IfData struct, Link_state uint8 +pkg syscall (freebsd-386), type IfData struct, Metric uint32 +pkg syscall (freebsd-386), type IfData struct, Mtu uint32 +pkg syscall (freebsd-386), type IfData struct, Noproto uint32 +pkg syscall (freebsd-386), type IfData struct, Obytes uint32 +pkg syscall (freebsd-386), type IfData struct, Oerrors uint32 +pkg syscall (freebsd-386), type IfData struct, Omcasts uint32 +pkg syscall (freebsd-386), type IfData struct, Opackets uint32 +pkg syscall (freebsd-386), type IfData struct, Physical uint8 +pkg syscall (freebsd-386), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-386), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-386), type IfData struct, Type uint8 +pkg syscall (freebsd-386), type IfMsghdr struct +pkg syscall (freebsd-386), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-386), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-386), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-386), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-386), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-386), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-386), type IfaMsghdr struct +pkg syscall (freebsd-386), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-386), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-386), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-386), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-386), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-386), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-386), type IfmaMsghdr struct +pkg syscall (freebsd-386), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-386), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-386), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-386), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-386), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-386), type Inet6Pktinfo struct +pkg syscall (freebsd-386), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-386), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-386), type InterfaceAddrMessage struct +pkg syscall (freebsd-386), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-386), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-386), type InterfaceMessage struct +pkg syscall (freebsd-386), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-386), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-386), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-386), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-386), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-386), type Iovec struct +pkg syscall (freebsd-386), type Iovec struct, Base *uint8 +pkg syscall (freebsd-386), type Iovec struct, Len uint32 +pkg syscall (freebsd-386), type Kevent_t struct +pkg syscall (freebsd-386), type Kevent_t struct, Data int32 +pkg syscall (freebsd-386), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-386), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-386), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-386), type Kevent_t struct, Ident uint32 +pkg syscall (freebsd-386), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-386), type Msghdr struct +pkg syscall (freebsd-386), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-386), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-386), type Msghdr struct, Flags int32 +pkg syscall (freebsd-386), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-386), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-386), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-386), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-386), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-386), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-386), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-386), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-386), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-386), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-386), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-386), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-386), type RawSockaddrInet6 struct +pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (freebsd-386), type RawSockaddrUnix struct +pkg syscall (freebsd-386), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-386), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-386), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-386), type Rlimit struct +pkg syscall (freebsd-386), type Rlimit struct, Cur int64 +pkg syscall (freebsd-386), type Rlimit struct, Max int64 +pkg syscall (freebsd-386), type RouteMessage struct +pkg syscall (freebsd-386), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-386), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-386), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-386), type RtMetrics struct +pkg syscall (freebsd-386), type RtMetrics struct, Expire uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Filler [3]uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Hopcount uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Locks uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Mtu uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Pksent uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Recvpipe uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Rtt uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Rttvar uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Sendpipe uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Ssthresh uint32 +pkg syscall (freebsd-386), type RtMetrics struct, Weight uint32 +pkg syscall (freebsd-386), type RtMsghdr struct +pkg syscall (freebsd-386), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-386), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-386), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-386), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-386), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-386), type RtMsghdr struct, Inits uint32 +pkg syscall (freebsd-386), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-386), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-386), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-386), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-386), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-386), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-386), type Rusage struct, Idrss int32 +pkg syscall (freebsd-386), type Rusage struct, Inblock int32 +pkg syscall (freebsd-386), type Rusage struct, Isrss int32 +pkg syscall (freebsd-386), type Rusage struct, Ixrss int32 +pkg syscall (freebsd-386), type Rusage struct, Majflt int32 +pkg syscall (freebsd-386), type Rusage struct, Maxrss int32 +pkg syscall (freebsd-386), type Rusage struct, Minflt int32 +pkg syscall (freebsd-386), type Rusage struct, Msgrcv int32 +pkg syscall (freebsd-386), type Rusage struct, Msgsnd int32 +pkg syscall (freebsd-386), type Rusage struct, Nivcsw int32 +pkg syscall (freebsd-386), type Rusage struct, Nsignals int32 +pkg syscall (freebsd-386), type Rusage struct, Nswap int32 +pkg syscall (freebsd-386), type Rusage struct, Nvcsw int32 +pkg syscall (freebsd-386), type Rusage struct, Oublock int32 +pkg syscall (freebsd-386), type Rusage struct, Stime Timeval +pkg syscall (freebsd-386), type Rusage struct, Utime Timeval +pkg syscall (freebsd-386), type SockaddrDatalink struct +pkg syscall (freebsd-386), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-386), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-386), type SocketControlMessage struct +pkg syscall (freebsd-386), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-386), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-386), type Stat_t struct +pkg syscall (freebsd-386), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-386), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-386), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-386), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-386), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-386), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-386), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-386), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-386), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-386), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-386), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-386), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8 +pkg syscall (freebsd-386), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-386), type Stat_t struct, Size int64 +pkg syscall (freebsd-386), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-386), type Statfs_t struct +pkg syscall (freebsd-386), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-386), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-386), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-386), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-386), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-386), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-386), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-386), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-386), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-386), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-386), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-386), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-386), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-386), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-386), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-386), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-386), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-386), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-386), type Timespec struct, Nsec int32 +pkg syscall (freebsd-386), type Timespec struct, Sec int32 +pkg syscall (freebsd-386), type Timeval struct, Sec int32 +pkg syscall (freebsd-386), type Timeval struct, Usec int32 +pkg syscall (freebsd-386), type WaitStatus uint32 +pkg syscall (freebsd-386), var Stderr int +pkg syscall (freebsd-386), var Stdin int +pkg syscall (freebsd-386), var Stdout int +pkg syscall (freebsd-amd64), const AF_APPLETALK ideal-int +pkg syscall (freebsd-amd64), const AF_ARP ideal-int +pkg syscall (freebsd-amd64), const AF_ATM ideal-int +pkg syscall (freebsd-amd64), const AF_BLUETOOTH ideal-int +pkg syscall (freebsd-amd64), const AF_CCITT ideal-int +pkg syscall (freebsd-amd64), const AF_CHAOS ideal-int +pkg syscall (freebsd-amd64), const AF_CNT ideal-int +pkg syscall (freebsd-amd64), const AF_COIP ideal-int +pkg syscall (freebsd-amd64), const AF_DATAKIT ideal-int +pkg syscall (freebsd-amd64), const AF_DECnet ideal-int +pkg syscall (freebsd-amd64), const AF_DLI ideal-int +pkg syscall (freebsd-amd64), const AF_E164 ideal-int +pkg syscall (freebsd-amd64), const AF_ECMA ideal-int +pkg syscall (freebsd-amd64), const AF_HYLINK ideal-int +pkg syscall (freebsd-amd64), const AF_IEEE80211 ideal-int +pkg syscall (freebsd-amd64), const AF_IMPLINK ideal-int +pkg syscall (freebsd-amd64), const AF_IPX ideal-int +pkg syscall (freebsd-amd64), const AF_ISDN ideal-int +pkg syscall (freebsd-amd64), const AF_ISO ideal-int +pkg syscall (freebsd-amd64), const AF_LAT ideal-int +pkg syscall (freebsd-amd64), const AF_LINK ideal-int +pkg syscall (freebsd-amd64), const AF_LOCAL ideal-int +pkg syscall (freebsd-amd64), const AF_MAX ideal-int +pkg syscall (freebsd-amd64), const AF_NATM ideal-int +pkg syscall (freebsd-amd64), const AF_NETBIOS ideal-int +pkg syscall (freebsd-amd64), const AF_NETGRAPH ideal-int +pkg syscall (freebsd-amd64), const AF_OSI ideal-int +pkg syscall (freebsd-amd64), const AF_PUP ideal-int +pkg syscall (freebsd-amd64), const AF_ROUTE ideal-int +pkg syscall (freebsd-amd64), const AF_SCLUSTER ideal-int +pkg syscall (freebsd-amd64), const AF_SIP ideal-int +pkg syscall (freebsd-amd64), const AF_SLOW ideal-int +pkg syscall (freebsd-amd64), const AF_SNA ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR00 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR01 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR02 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR03 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR04 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR05 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR06 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR07 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR08 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR09 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR10 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR11 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR12 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR13 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR14 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR15 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR16 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR17 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR18 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR19 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR20 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR21 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR22 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR23 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR24 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR25 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR26 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR27 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR28 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR29 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR30 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR31 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR32 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR33 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR34 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR35 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR36 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR37 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR38 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR39 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR40 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR41 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR42 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR43 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR44 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR45 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR46 ideal-int +pkg syscall (freebsd-amd64), const AF_VENDOR47 ideal-int +pkg syscall (freebsd-amd64), const BIOCFEEDBACK ideal-int +pkg syscall (freebsd-amd64), const BIOCFLUSH ideal-int +pkg syscall (freebsd-amd64), const BIOCGBLEN ideal-int +pkg syscall (freebsd-amd64), const BIOCGDIRECTION ideal-int +pkg syscall (freebsd-amd64), const BIOCGDLT ideal-int +pkg syscall (freebsd-amd64), const BIOCGDLTLIST ideal-int +pkg syscall (freebsd-amd64), const BIOCGETBUFMODE ideal-int +pkg syscall (freebsd-amd64), const BIOCGETIF ideal-int +pkg syscall (freebsd-amd64), const BIOCGETZMAX ideal-int +pkg syscall (freebsd-amd64), const BIOCGHDRCMPLT ideal-int +pkg syscall (freebsd-amd64), const BIOCGRSIG ideal-int +pkg syscall (freebsd-amd64), const BIOCGRTIMEOUT ideal-int +pkg syscall (freebsd-amd64), const BIOCGSEESENT ideal-int +pkg syscall (freebsd-amd64), const BIOCGSTATS ideal-int +pkg syscall (freebsd-amd64), const BIOCIMMEDIATE ideal-int +pkg syscall (freebsd-amd64), const BIOCLOCK ideal-int +pkg syscall (freebsd-amd64), const BIOCPROMISC ideal-int +pkg syscall (freebsd-amd64), const BIOCROTZBUF ideal-int +pkg syscall (freebsd-amd64), const BIOCSBLEN ideal-int +pkg syscall (freebsd-amd64), const BIOCSDIRECTION ideal-int +pkg syscall (freebsd-amd64), const BIOCSDLT ideal-int +pkg syscall (freebsd-amd64), const BIOCSETBUFMODE ideal-int +pkg syscall (freebsd-amd64), const BIOCSETF ideal-int +pkg syscall (freebsd-amd64), const BIOCSETFNR ideal-int +pkg syscall (freebsd-amd64), const BIOCSETIF ideal-int +pkg syscall (freebsd-amd64), const BIOCSETWF ideal-int +pkg syscall (freebsd-amd64), const BIOCSETZBUF ideal-int +pkg syscall (freebsd-amd64), const BIOCSHDRCMPLT ideal-int +pkg syscall (freebsd-amd64), const BIOCSRSIG ideal-int +pkg syscall (freebsd-amd64), const BIOCSRTIMEOUT ideal-int +pkg syscall (freebsd-amd64), const BIOCSSEESENT ideal-int +pkg syscall (freebsd-amd64), const BIOCVERSION ideal-int +pkg syscall (freebsd-amd64), const BPF_A ideal-int +pkg syscall (freebsd-amd64), const BPF_ABS ideal-int +pkg syscall (freebsd-amd64), const BPF_ADD ideal-int +pkg syscall (freebsd-amd64), const BPF_ALIGNMENT ideal-int +pkg syscall (freebsd-amd64), const BPF_ALU ideal-int +pkg syscall (freebsd-amd64), const BPF_AND ideal-int +pkg syscall (freebsd-amd64), const BPF_B ideal-int +pkg syscall (freebsd-amd64), const BPF_BUFMODE_BUFFER ideal-int +pkg syscall (freebsd-amd64), const BPF_BUFMODE_ZBUF ideal-int +pkg syscall (freebsd-amd64), const BPF_DIV ideal-int +pkg syscall (freebsd-amd64), const BPF_H ideal-int +pkg syscall (freebsd-amd64), const BPF_IMM ideal-int +pkg syscall (freebsd-amd64), const BPF_IND ideal-int +pkg syscall (freebsd-amd64), const BPF_JA ideal-int +pkg syscall (freebsd-amd64), const BPF_JEQ ideal-int +pkg syscall (freebsd-amd64), const BPF_JGE ideal-int +pkg syscall (freebsd-amd64), const BPF_JGT ideal-int +pkg syscall (freebsd-amd64), const BPF_JMP ideal-int +pkg syscall (freebsd-amd64), const BPF_JSET ideal-int +pkg syscall (freebsd-amd64), const BPF_K ideal-int +pkg syscall (freebsd-amd64), const BPF_LD ideal-int +pkg syscall (freebsd-amd64), const BPF_LDX ideal-int +pkg syscall (freebsd-amd64), const BPF_LEN ideal-int +pkg syscall (freebsd-amd64), const BPF_LSH ideal-int +pkg syscall (freebsd-amd64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (freebsd-amd64), const BPF_MAXBUFSIZE ideal-int +pkg syscall (freebsd-amd64), const BPF_MAXINSNS ideal-int +pkg syscall (freebsd-amd64), const BPF_MEM ideal-int +pkg syscall (freebsd-amd64), const BPF_MEMWORDS ideal-int +pkg syscall (freebsd-amd64), const BPF_MINBUFSIZE ideal-int +pkg syscall (freebsd-amd64), const BPF_MINOR_VERSION ideal-int +pkg syscall (freebsd-amd64), const BPF_MISC ideal-int +pkg syscall (freebsd-amd64), const BPF_MSH ideal-int +pkg syscall (freebsd-amd64), const BPF_MUL ideal-int +pkg syscall (freebsd-amd64), const BPF_NEG ideal-int +pkg syscall (freebsd-amd64), const BPF_OR ideal-int +pkg syscall (freebsd-amd64), const BPF_RELEASE ideal-int +pkg syscall (freebsd-amd64), const BPF_RET ideal-int +pkg syscall (freebsd-amd64), const BPF_RSH ideal-int +pkg syscall (freebsd-amd64), const BPF_ST ideal-int +pkg syscall (freebsd-amd64), const BPF_STX ideal-int +pkg syscall (freebsd-amd64), const BPF_SUB ideal-int +pkg syscall (freebsd-amd64), const BPF_TAX ideal-int +pkg syscall (freebsd-amd64), const BPF_TXA ideal-int +pkg syscall (freebsd-amd64), const BPF_W ideal-int +pkg syscall (freebsd-amd64), const BPF_X ideal-int +pkg syscall (freebsd-amd64), const CTL_MAXNAME ideal-int +pkg syscall (freebsd-amd64), const CTL_NET ideal-int +pkg syscall (freebsd-amd64), const DLT_A429 ideal-int +pkg syscall (freebsd-amd64), const DLT_A653_ICM ideal-int +pkg syscall (freebsd-amd64), const DLT_AIRONET_HEADER ideal-int +pkg syscall (freebsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int +pkg syscall (freebsd-amd64), const DLT_ARCNET ideal-int +pkg syscall (freebsd-amd64), const DLT_ARCNET_LINUX ideal-int +pkg syscall (freebsd-amd64), const DLT_ATM_CLIP ideal-int +pkg syscall (freebsd-amd64), const DLT_ATM_RFC1483 ideal-int +pkg syscall (freebsd-amd64), const DLT_AURORA ideal-int +pkg syscall (freebsd-amd64), const DLT_AX25 ideal-int +pkg syscall (freebsd-amd64), const DLT_AX25_KISS ideal-int +pkg syscall (freebsd-amd64), const DLT_BACNET_MS_TP ideal-int +pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4 ideal-int +pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int +pkg syscall (freebsd-amd64), const DLT_CAN20B ideal-int +pkg syscall (freebsd-amd64), const DLT_CHAOS ideal-int +pkg syscall (freebsd-amd64), const DLT_CHDLC ideal-int +pkg syscall (freebsd-amd64), const DLT_CISCO_IOS ideal-int +pkg syscall (freebsd-amd64), const DLT_C_HDLC ideal-int +pkg syscall (freebsd-amd64), const DLT_C_HDLC_WITH_DIR ideal-int +pkg syscall (freebsd-amd64), const DLT_DOCSIS ideal-int +pkg syscall (freebsd-amd64), const DLT_ECONET ideal-int +pkg syscall (freebsd-amd64), const DLT_EN10MB ideal-int +pkg syscall (freebsd-amd64), const DLT_EN3MB ideal-int +pkg syscall (freebsd-amd64), const DLT_ENC ideal-int +pkg syscall (freebsd-amd64), const DLT_ERF ideal-int +pkg syscall (freebsd-amd64), const DLT_ERF_ETH ideal-int +pkg syscall (freebsd-amd64), const DLT_ERF_POS ideal-int +pkg syscall (freebsd-amd64), const DLT_FDDI ideal-int +pkg syscall (freebsd-amd64), const DLT_FLEXRAY ideal-int +pkg syscall (freebsd-amd64), const DLT_FRELAY ideal-int +pkg syscall (freebsd-amd64), const DLT_FRELAY_WITH_DIR ideal-int +pkg syscall (freebsd-amd64), const DLT_GCOM_SERIAL ideal-int +pkg syscall (freebsd-amd64), const DLT_GCOM_T1E1 ideal-int +pkg syscall (freebsd-amd64), const DLT_GPF_F ideal-int +pkg syscall (freebsd-amd64), const DLT_GPF_T ideal-int +pkg syscall (freebsd-amd64), const DLT_GPRS_LLC ideal-int +pkg syscall (freebsd-amd64), const DLT_HHDLC ideal-int +pkg syscall (freebsd-amd64), const DLT_IBM_SN ideal-int +pkg syscall (freebsd-amd64), const DLT_IBM_SP ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802 ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_11 ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO_AVS ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4 ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_LINUX ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS ideal-int +pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int +pkg syscall (freebsd-amd64), const DLT_IPFILTER ideal-int +pkg syscall (freebsd-amd64), const DLT_IPMB ideal-int +pkg syscall (freebsd-amd64), const DLT_IPMB_LINUX ideal-int +pkg syscall (freebsd-amd64), const DLT_IP_OVER_FC ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM1 ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM2 ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_CHDLC ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ES ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ETHER ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_FRELAY ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_GGSN ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ISM ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MFR ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLFR ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLPPP ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_MONITOR ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PIC_PEER ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPP ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE_ATM ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_SERVICES ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_ST ideal-int +pkg syscall (freebsd-amd64), const DLT_JUNIPER_VP ideal-int +pkg syscall (freebsd-amd64), const DLT_LAPB_WITH_DIR ideal-int +pkg syscall (freebsd-amd64), const DLT_LAPD ideal-int +pkg syscall (freebsd-amd64), const DLT_LIN ideal-int +pkg syscall (freebsd-amd64), const DLT_LINUX_IRDA ideal-int +pkg syscall (freebsd-amd64), const DLT_LINUX_LAPD ideal-int +pkg syscall (freebsd-amd64), const DLT_LINUX_PPP_WITHDIRECTION ideal-int +pkg syscall (freebsd-amd64), const DLT_LINUX_SLL ideal-int +pkg syscall (freebsd-amd64), const DLT_LOOP ideal-int +pkg syscall (freebsd-amd64), const DLT_LTALK ideal-int +pkg syscall (freebsd-amd64), const DLT_MFR ideal-int +pkg syscall (freebsd-amd64), const DLT_MOST ideal-int +pkg syscall (freebsd-amd64), const DLT_MTP2 ideal-int +pkg syscall (freebsd-amd64), const DLT_MTP2_WITH_PHDR ideal-int +pkg syscall (freebsd-amd64), const DLT_MTP3 ideal-int +pkg syscall (freebsd-amd64), const DLT_NULL ideal-int +pkg syscall (freebsd-amd64), const DLT_PCI_EXP ideal-int +pkg syscall (freebsd-amd64), const DLT_PFLOG ideal-int +pkg syscall (freebsd-amd64), const DLT_PFSYNC ideal-int +pkg syscall (freebsd-amd64), const DLT_PPI ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP_BSDOS ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP_ETHER ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP_PPPD ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP_SERIAL ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIR ideal-int +pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIRECTION ideal-int +pkg syscall (freebsd-amd64), const DLT_PRISM_HEADER ideal-int +pkg syscall (freebsd-amd64), const DLT_PRONET ideal-int +pkg syscall (freebsd-amd64), const DLT_RAIF1 ideal-int +pkg syscall (freebsd-amd64), const DLT_RAW ideal-int +pkg syscall (freebsd-amd64), const DLT_RIO ideal-int +pkg syscall (freebsd-amd64), const DLT_SCCP ideal-int +pkg syscall (freebsd-amd64), const DLT_SITA ideal-int +pkg syscall (freebsd-amd64), const DLT_SLIP ideal-int +pkg syscall (freebsd-amd64), const DLT_SLIP_BSDOS ideal-int +pkg syscall (freebsd-amd64), const DLT_SUNATM ideal-int +pkg syscall (freebsd-amd64), const DLT_SYMANTEC_FIREWALL ideal-int +pkg syscall (freebsd-amd64), const DLT_TZSP ideal-int +pkg syscall (freebsd-amd64), const DLT_USB ideal-int +pkg syscall (freebsd-amd64), const DLT_USB_LINUX ideal-int +pkg syscall (freebsd-amd64), const DLT_USER0 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER1 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER10 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER11 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER12 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER13 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER14 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER15 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER2 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER3 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER4 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER5 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER6 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER7 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER8 ideal-int +pkg syscall (freebsd-amd64), const DLT_USER9 ideal-int +pkg syscall (freebsd-amd64), const DLT_X2E_SERIAL ideal-int +pkg syscall (freebsd-amd64), const DLT_X2E_XORAYA ideal-int +pkg syscall (freebsd-amd64), const DT_BLK ideal-int +pkg syscall (freebsd-amd64), const DT_CHR ideal-int +pkg syscall (freebsd-amd64), const DT_DIR ideal-int +pkg syscall (freebsd-amd64), const DT_FIFO ideal-int +pkg syscall (freebsd-amd64), const DT_LNK ideal-int +pkg syscall (freebsd-amd64), const DT_REG ideal-int +pkg syscall (freebsd-amd64), const DT_SOCK ideal-int +pkg syscall (freebsd-amd64), const DT_UNKNOWN ideal-int +pkg syscall (freebsd-amd64), const DT_WHT ideal-int +pkg syscall (freebsd-amd64), const EAUTH Errno +pkg syscall (freebsd-amd64), const EBADMSG Errno +pkg syscall (freebsd-amd64), const EBADRPC Errno +pkg syscall (freebsd-amd64), const ECHO ideal-int +pkg syscall (freebsd-amd64), const ECHOCTL ideal-int +pkg syscall (freebsd-amd64), const ECHOE ideal-int +pkg syscall (freebsd-amd64), const ECHOK ideal-int +pkg syscall (freebsd-amd64), const ECHOKE ideal-int +pkg syscall (freebsd-amd64), const ECHONL ideal-int +pkg syscall (freebsd-amd64), const ECHOPRT ideal-int +pkg syscall (freebsd-amd64), const EDOOFUS Errno +pkg syscall (freebsd-amd64), const EFTYPE Errno +pkg syscall (freebsd-amd64), const ELAST Errno +pkg syscall (freebsd-amd64), const EMULTIHOP Errno +pkg syscall (freebsd-amd64), const ENEEDAUTH Errno +pkg syscall (freebsd-amd64), const ENOATTR Errno +pkg syscall (freebsd-amd64), const ENOLINK Errno +pkg syscall (freebsd-amd64), const ENOTCAPABLE Errno +pkg syscall (freebsd-amd64), const EPROCLIM Errno +pkg syscall (freebsd-amd64), const EPROCUNAVAIL Errno +pkg syscall (freebsd-amd64), const EPROGMISMATCH Errno +pkg syscall (freebsd-amd64), const EPROGUNAVAIL Errno +pkg syscall (freebsd-amd64), const EPROTO Errno +pkg syscall (freebsd-amd64), const ERPCMISMATCH Errno +pkg syscall (freebsd-amd64), const EVFILT_AIO ideal-int +pkg syscall (freebsd-amd64), const EVFILT_FS ideal-int +pkg syscall (freebsd-amd64), const EVFILT_LIO ideal-int +pkg syscall (freebsd-amd64), const EVFILT_PROC ideal-int +pkg syscall (freebsd-amd64), const EVFILT_READ ideal-int +pkg syscall (freebsd-amd64), const EVFILT_SIGNAL ideal-int +pkg syscall (freebsd-amd64), const EVFILT_SYSCOUNT ideal-int +pkg syscall (freebsd-amd64), const EVFILT_TIMER ideal-int +pkg syscall (freebsd-amd64), const EVFILT_USER ideal-int +pkg syscall (freebsd-amd64), const EVFILT_VNODE ideal-int +pkg syscall (freebsd-amd64), const EVFILT_WRITE ideal-int +pkg syscall (freebsd-amd64), const EV_ADD ideal-int +pkg syscall (freebsd-amd64), const EV_CLEAR ideal-int +pkg syscall (freebsd-amd64), const EV_DELETE ideal-int +pkg syscall (freebsd-amd64), const EV_DISABLE ideal-int +pkg syscall (freebsd-amd64), const EV_DISPATCH ideal-int +pkg syscall (freebsd-amd64), const EV_ENABLE ideal-int +pkg syscall (freebsd-amd64), const EV_EOF ideal-int +pkg syscall (freebsd-amd64), const EV_ERROR ideal-int +pkg syscall (freebsd-amd64), const EV_FLAG1 ideal-int +pkg syscall (freebsd-amd64), const EV_ONESHOT ideal-int +pkg syscall (freebsd-amd64), const EV_RECEIPT ideal-int +pkg syscall (freebsd-amd64), const EV_SYSFLAGS ideal-int +pkg syscall (freebsd-amd64), const EXTA ideal-int +pkg syscall (freebsd-amd64), const EXTB ideal-int +pkg syscall (freebsd-amd64), const EXTPROC ideal-int +pkg syscall (freebsd-amd64), const FD_CLOEXEC ideal-int +pkg syscall (freebsd-amd64), const FD_SETSIZE ideal-int +pkg syscall (freebsd-amd64), const F_CANCEL ideal-int +pkg syscall (freebsd-amd64), const F_DUP2FD ideal-int +pkg syscall (freebsd-amd64), const F_DUPFD ideal-int +pkg syscall (freebsd-amd64), const F_GETFD ideal-int +pkg syscall (freebsd-amd64), const F_GETFL ideal-int +pkg syscall (freebsd-amd64), const F_GETLK ideal-int +pkg syscall (freebsd-amd64), const F_GETOWN ideal-int +pkg syscall (freebsd-amd64), const F_OGETLK ideal-int +pkg syscall (freebsd-amd64), const F_OK ideal-int +pkg syscall (freebsd-amd64), const F_OSETLK ideal-int +pkg syscall (freebsd-amd64), const F_OSETLKW ideal-int +pkg syscall (freebsd-amd64), const F_RDAHEAD ideal-int +pkg syscall (freebsd-amd64), const F_RDLCK ideal-int +pkg syscall (freebsd-amd64), const F_READAHEAD ideal-int +pkg syscall (freebsd-amd64), const F_SETFD ideal-int +pkg syscall (freebsd-amd64), const F_SETFL ideal-int +pkg syscall (freebsd-amd64), const F_SETLK ideal-int +pkg syscall (freebsd-amd64), const F_SETLKW ideal-int +pkg syscall (freebsd-amd64), const F_SETLK_REMOTE ideal-int +pkg syscall (freebsd-amd64), const F_SETOWN ideal-int +pkg syscall (freebsd-amd64), const F_UNLCK ideal-int +pkg syscall (freebsd-amd64), const F_UNLCKSYS ideal-int +pkg syscall (freebsd-amd64), const F_WRLCK ideal-int +pkg syscall (freebsd-amd64), const IFF_ALLMULTI ideal-int +pkg syscall (freebsd-amd64), const IFF_ALTPHYS ideal-int +pkg syscall (freebsd-amd64), const IFF_CANTCHANGE ideal-int +pkg syscall (freebsd-amd64), const IFF_DEBUG ideal-int +pkg syscall (freebsd-amd64), const IFF_DRV_OACTIVE ideal-int +pkg syscall (freebsd-amd64), const IFF_DRV_RUNNING ideal-int +pkg syscall (freebsd-amd64), const IFF_DYING ideal-int +pkg syscall (freebsd-amd64), const IFF_LINK0 ideal-int +pkg syscall (freebsd-amd64), const IFF_LINK1 ideal-int +pkg syscall (freebsd-amd64), const IFF_LINK2 ideal-int +pkg syscall (freebsd-amd64), const IFF_MONITOR ideal-int +pkg syscall (freebsd-amd64), const IFF_NOARP ideal-int +pkg syscall (freebsd-amd64), const IFF_OACTIVE ideal-int +pkg syscall (freebsd-amd64), const IFF_POINTOPOINT ideal-int +pkg syscall (freebsd-amd64), const IFF_PPROMISC ideal-int +pkg syscall (freebsd-amd64), const IFF_PROMISC ideal-int +pkg syscall (freebsd-amd64), const IFF_RENAMING ideal-int +pkg syscall (freebsd-amd64), const IFF_RUNNING ideal-int +pkg syscall (freebsd-amd64), const IFF_SIMPLEX ideal-int +pkg syscall (freebsd-amd64), const IFF_SMART ideal-int +pkg syscall (freebsd-amd64), const IFF_STATICARP ideal-int +pkg syscall (freebsd-amd64), const IFNAMSIZ ideal-int +pkg syscall (freebsd-amd64), const IFT_1822 ideal-int +pkg syscall (freebsd-amd64), const IFT_A12MPPSWITCH ideal-int +pkg syscall (freebsd-amd64), const IFT_AAL2 ideal-int +pkg syscall (freebsd-amd64), const IFT_AAL5 ideal-int +pkg syscall (freebsd-amd64), const IFT_ADSL ideal-int +pkg syscall (freebsd-amd64), const IFT_AFLANE8023 ideal-int +pkg syscall (freebsd-amd64), const IFT_AFLANE8025 ideal-int +pkg syscall (freebsd-amd64), const IFT_ARAP ideal-int +pkg syscall (freebsd-amd64), const IFT_ARCNET ideal-int +pkg syscall (freebsd-amd64), const IFT_ARCNETPLUS ideal-int +pkg syscall (freebsd-amd64), const IFT_ASYNC ideal-int +pkg syscall (freebsd-amd64), const IFT_ATM ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMDXI ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMFUNI ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMIMA ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMLOGICAL ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMRADIO ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMSUBINTERFACE ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMVCIENDPT ideal-int +pkg syscall (freebsd-amd64), const IFT_ATMVIRTUAL ideal-int +pkg syscall (freebsd-amd64), const IFT_BGPPOLICYACCOUNTING ideal-int +pkg syscall (freebsd-amd64), const IFT_BRIDGE ideal-int +pkg syscall (freebsd-amd64), const IFT_BSC ideal-int +pkg syscall (freebsd-amd64), const IFT_CARP ideal-int +pkg syscall (freebsd-amd64), const IFT_CCTEMUL ideal-int +pkg syscall (freebsd-amd64), const IFT_CEPT ideal-int +pkg syscall (freebsd-amd64), const IFT_CES ideal-int +pkg syscall (freebsd-amd64), const IFT_CHANNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_CNR ideal-int +pkg syscall (freebsd-amd64), const IFT_COFFEE ideal-int +pkg syscall (freebsd-amd64), const IFT_COMPOSITELINK ideal-int +pkg syscall (freebsd-amd64), const IFT_DCN ideal-int +pkg syscall (freebsd-amd64), const IFT_DIGITALPOWERLINE ideal-int +pkg syscall (freebsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_DLSW ideal-int +pkg syscall (freebsd-amd64), const IFT_DOCSCABLEDOWNSTREAM ideal-int +pkg syscall (freebsd-amd64), const IFT_DOCSCABLEMACLAYER ideal-int +pkg syscall (freebsd-amd64), const IFT_DOCSCABLEUPSTREAM ideal-int +pkg syscall (freebsd-amd64), const IFT_DS0 ideal-int +pkg syscall (freebsd-amd64), const IFT_DS0BUNDLE ideal-int +pkg syscall (freebsd-amd64), const IFT_DS1FDL ideal-int +pkg syscall (freebsd-amd64), const IFT_DS3 ideal-int +pkg syscall (freebsd-amd64), const IFT_DTM ideal-int +pkg syscall (freebsd-amd64), const IFT_DVBASILN ideal-int +pkg syscall (freebsd-amd64), const IFT_DVBASIOUT ideal-int +pkg syscall (freebsd-amd64), const IFT_DVBRCCDOWNSTREAM ideal-int +pkg syscall (freebsd-amd64), const IFT_DVBRCCMACLAYER ideal-int +pkg syscall (freebsd-amd64), const IFT_DVBRCCUPSTREAM ideal-int +pkg syscall (freebsd-amd64), const IFT_ENC ideal-int +pkg syscall (freebsd-amd64), const IFT_EON ideal-int +pkg syscall (freebsd-amd64), const IFT_EPLRS ideal-int +pkg syscall (freebsd-amd64), const IFT_ESCON ideal-int +pkg syscall (freebsd-amd64), const IFT_ETHER ideal-int +pkg syscall (freebsd-amd64), const IFT_FAITH ideal-int +pkg syscall (freebsd-amd64), const IFT_FAST ideal-int +pkg syscall (freebsd-amd64), const IFT_FASTETHER ideal-int +pkg syscall (freebsd-amd64), const IFT_FASTETHERFX ideal-int +pkg syscall (freebsd-amd64), const IFT_FDDI ideal-int +pkg syscall (freebsd-amd64), const IFT_FIBRECHANNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_FRAMERELAYINTERCONNECT ideal-int +pkg syscall (freebsd-amd64), const IFT_FRAMERELAYMPI ideal-int +pkg syscall (freebsd-amd64), const IFT_FRDLCIENDPT ideal-int +pkg syscall (freebsd-amd64), const IFT_FRELAY ideal-int +pkg syscall (freebsd-amd64), const IFT_FRELAYDCE ideal-int +pkg syscall (freebsd-amd64), const IFT_FRF16MFRBUNDLE ideal-int +pkg syscall (freebsd-amd64), const IFT_FRFORWARD ideal-int +pkg syscall (freebsd-amd64), const IFT_G703AT2MB ideal-int +pkg syscall (freebsd-amd64), const IFT_G703AT64K ideal-int +pkg syscall (freebsd-amd64), const IFT_GIF ideal-int +pkg syscall (freebsd-amd64), const IFT_GIGABITETHERNET ideal-int +pkg syscall (freebsd-amd64), const IFT_GR303IDT ideal-int +pkg syscall (freebsd-amd64), const IFT_GR303RDT ideal-int +pkg syscall (freebsd-amd64), const IFT_H323GATEKEEPER ideal-int +pkg syscall (freebsd-amd64), const IFT_H323PROXY ideal-int +pkg syscall (freebsd-amd64), const IFT_HDH1822 ideal-int +pkg syscall (freebsd-amd64), const IFT_HDLC ideal-int +pkg syscall (freebsd-amd64), const IFT_HDSL2 ideal-int +pkg syscall (freebsd-amd64), const IFT_HIPERLAN2 ideal-int +pkg syscall (freebsd-amd64), const IFT_HIPPI ideal-int +pkg syscall (freebsd-amd64), const IFT_HIPPIINTERFACE ideal-int +pkg syscall (freebsd-amd64), const IFT_HOSTPAD ideal-int +pkg syscall (freebsd-amd64), const IFT_HSSI ideal-int +pkg syscall (freebsd-amd64), const IFT_HY ideal-int +pkg syscall (freebsd-amd64), const IFT_IBM370PARCHAN ideal-int +pkg syscall (freebsd-amd64), const IFT_IDSL ideal-int +pkg syscall (freebsd-amd64), const IFT_IEEE1394 ideal-int +pkg syscall (freebsd-amd64), const IFT_IEEE80211 ideal-int +pkg syscall (freebsd-amd64), const IFT_IEEE80212 ideal-int +pkg syscall (freebsd-amd64), const IFT_IEEE8023ADLAG ideal-int +pkg syscall (freebsd-amd64), const IFT_IFGSN ideal-int +pkg syscall (freebsd-amd64), const IFT_IMT ideal-int +pkg syscall (freebsd-amd64), const IFT_INTERLEAVE ideal-int +pkg syscall (freebsd-amd64), const IFT_IP ideal-int +pkg syscall (freebsd-amd64), const IFT_IPFORWARD ideal-int +pkg syscall (freebsd-amd64), const IFT_IPOVERATM ideal-int +pkg syscall (freebsd-amd64), const IFT_IPOVERCDLC ideal-int +pkg syscall (freebsd-amd64), const IFT_IPOVERCLAW ideal-int +pkg syscall (freebsd-amd64), const IFT_IPSWITCH ideal-int +pkg syscall (freebsd-amd64), const IFT_IPXIP ideal-int +pkg syscall (freebsd-amd64), const IFT_ISDN ideal-int +pkg syscall (freebsd-amd64), const IFT_ISDNBASIC ideal-int +pkg syscall (freebsd-amd64), const IFT_ISDNPRIMARY ideal-int +pkg syscall (freebsd-amd64), const IFT_ISDNS ideal-int +pkg syscall (freebsd-amd64), const IFT_ISDNU ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88022LLC ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88023 ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88024 ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88025 ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88025CRFPINT ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88025DTR ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88025FIBER ideal-int +pkg syscall (freebsd-amd64), const IFT_ISO88026 ideal-int +pkg syscall (freebsd-amd64), const IFT_ISUP ideal-int +pkg syscall (freebsd-amd64), const IFT_L2VLAN ideal-int +pkg syscall (freebsd-amd64), const IFT_L3IPVLAN ideal-int +pkg syscall (freebsd-amd64), const IFT_L3IPXVLAN ideal-int +pkg syscall (freebsd-amd64), const IFT_LAPB ideal-int +pkg syscall (freebsd-amd64), const IFT_LAPD ideal-int +pkg syscall (freebsd-amd64), const IFT_LAPF ideal-int +pkg syscall (freebsd-amd64), const IFT_LOCALTALK ideal-int +pkg syscall (freebsd-amd64), const IFT_LOOP ideal-int +pkg syscall (freebsd-amd64), const IFT_MEDIAMAILOVERIP ideal-int +pkg syscall (freebsd-amd64), const IFT_MFSIGLINK ideal-int +pkg syscall (freebsd-amd64), const IFT_MIOX25 ideal-int +pkg syscall (freebsd-amd64), const IFT_MODEM ideal-int +pkg syscall (freebsd-amd64), const IFT_MPC ideal-int +pkg syscall (freebsd-amd64), const IFT_MPLS ideal-int +pkg syscall (freebsd-amd64), const IFT_MPLSTUNNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_MSDSL ideal-int +pkg syscall (freebsd-amd64), const IFT_MVL ideal-int +pkg syscall (freebsd-amd64), const IFT_MYRINET ideal-int +pkg syscall (freebsd-amd64), const IFT_NFAS ideal-int +pkg syscall (freebsd-amd64), const IFT_NSIP ideal-int +pkg syscall (freebsd-amd64), const IFT_OPTICALCHANNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_OPTICALTRANSPORT ideal-int +pkg syscall (freebsd-amd64), const IFT_OTHER ideal-int +pkg syscall (freebsd-amd64), const IFT_P10 ideal-int +pkg syscall (freebsd-amd64), const IFT_P80 ideal-int +pkg syscall (freebsd-amd64), const IFT_PARA ideal-int +pkg syscall (freebsd-amd64), const IFT_PFLOG ideal-int +pkg syscall (freebsd-amd64), const IFT_PFSYNC ideal-int +pkg syscall (freebsd-amd64), const IFT_PLC ideal-int +pkg syscall (freebsd-amd64), const IFT_POS ideal-int +pkg syscall (freebsd-amd64), const IFT_PPP ideal-int +pkg syscall (freebsd-amd64), const IFT_PPPMULTILINKBUNDLE ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPBWAP2MP ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPCNLS ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPMUX ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPVIRTUAL ideal-int +pkg syscall (freebsd-amd64), const IFT_PROPWIRELESSP2P ideal-int +pkg syscall (freebsd-amd64), const IFT_PTPSERIAL ideal-int +pkg syscall (freebsd-amd64), const IFT_PVC ideal-int +pkg syscall (freebsd-amd64), const IFT_QLLC ideal-int +pkg syscall (freebsd-amd64), const IFT_RADIOMAC ideal-int +pkg syscall (freebsd-amd64), const IFT_RADSL ideal-int +pkg syscall (freebsd-amd64), const IFT_REACHDSL ideal-int +pkg syscall (freebsd-amd64), const IFT_RFC1483 ideal-int +pkg syscall (freebsd-amd64), const IFT_RS232 ideal-int +pkg syscall (freebsd-amd64), const IFT_RSRB ideal-int +pkg syscall (freebsd-amd64), const IFT_SDLC ideal-int +pkg syscall (freebsd-amd64), const IFT_SDSL ideal-int +pkg syscall (freebsd-amd64), const IFT_SHDSL ideal-int +pkg syscall (freebsd-amd64), const IFT_SIP ideal-int +pkg syscall (freebsd-amd64), const IFT_SLIP ideal-int +pkg syscall (freebsd-amd64), const IFT_SMDSDXI ideal-int +pkg syscall (freebsd-amd64), const IFT_SMDSICIP ideal-int +pkg syscall (freebsd-amd64), const IFT_SONET ideal-int +pkg syscall (freebsd-amd64), const IFT_SONETOVERHEADCHANNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_SONETPATH ideal-int +pkg syscall (freebsd-amd64), const IFT_SONETVT ideal-int +pkg syscall (freebsd-amd64), const IFT_SRP ideal-int +pkg syscall (freebsd-amd64), const IFT_SS7SIGLINK ideal-int +pkg syscall (freebsd-amd64), const IFT_STACKTOSTACK ideal-int +pkg syscall (freebsd-amd64), const IFT_STARLAN ideal-int +pkg syscall (freebsd-amd64), const IFT_STF ideal-int +pkg syscall (freebsd-amd64), const IFT_T1 ideal-int +pkg syscall (freebsd-amd64), const IFT_TDLC ideal-int +pkg syscall (freebsd-amd64), const IFT_TERMPAD ideal-int +pkg syscall (freebsd-amd64), const IFT_TR008 ideal-int +pkg syscall (freebsd-amd64), const IFT_TRANSPHDLC ideal-int +pkg syscall (freebsd-amd64), const IFT_TUNNEL ideal-int +pkg syscall (freebsd-amd64), const IFT_ULTRA ideal-int +pkg syscall (freebsd-amd64), const IFT_USB ideal-int +pkg syscall (freebsd-amd64), const IFT_V11 ideal-int +pkg syscall (freebsd-amd64), const IFT_V35 ideal-int +pkg syscall (freebsd-amd64), const IFT_V36 ideal-int +pkg syscall (freebsd-amd64), const IFT_V37 ideal-int +pkg syscall (freebsd-amd64), const IFT_VDSL ideal-int +pkg syscall (freebsd-amd64), const IFT_VIRTUALIPADDRESS ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEEM ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEENCAP ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEFXO ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEFXS ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEOVERATM ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEOVERFRAMERELAY ideal-int +pkg syscall (freebsd-amd64), const IFT_VOICEOVERIP ideal-int +pkg syscall (freebsd-amd64), const IFT_X213 ideal-int +pkg syscall (freebsd-amd64), const IFT_X25 ideal-int +pkg syscall (freebsd-amd64), const IFT_X25DDN ideal-int +pkg syscall (freebsd-amd64), const IFT_X25HUNTGROUP ideal-int +pkg syscall (freebsd-amd64), const IFT_X25MLP ideal-int +pkg syscall (freebsd-amd64), const IFT_X25PLE ideal-int +pkg syscall (freebsd-amd64), const IFT_XETHER ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSA_HOST ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSA_MAX ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSA_NET ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSB_HOST ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSB_MAX ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSB_NET ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSC_HOST ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSC_NET ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSD_HOST ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSD_NET ideal-int +pkg syscall (freebsd-amd64), const IN_CLASSD_NSHIFT ideal-int +pkg syscall (freebsd-amd64), const IN_LOOPBACKNET ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_3PC ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ADFS ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_AH ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_AHIP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_APES ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ARGUS ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_AX25 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_BHA ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_BLT ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_BRSATMON ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_CARP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_CFTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_CHAOS ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_CMTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_CPHB ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_CPNX ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_DDP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_DGP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_DIVERT ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_DONE ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_EGP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_EMCON ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ENCAP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_EON ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ESP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ETHERIP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_GGP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_GMTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_GRE ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_HELLO ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_HMP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ICMP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IDP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IDPR ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IDRP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IGMP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IGP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IGRP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IL ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_INLSP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_INP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IPCOMP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IPCV ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IPEIP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IPIP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IPPC ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IPV4 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_IRTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_KRYPTOLAN ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_LARP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_LEAF1 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_LEAF2 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MAX ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MAXID ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MEAS ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MHRP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MICP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MOBILE ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_MUX ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ND ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_NHRP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_NONE ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_NSP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_NVPII ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_OLD_DIVERT ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_OSPFIGP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PFSYNC ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PGM ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PIGP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PIM ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PRM ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PUP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_PVP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_RAW ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_RCCMON ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_RDP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ROUTING ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_RSVP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_RVD ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SATEXPAK ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SATMON ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SCCSP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SCTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SDRP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SEP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SKIP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SPACER ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SRPC ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_ST ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SVMTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_SWIPE ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TCF ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TLSP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TPXX ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TRUNK1 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TRUNK2 ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_TTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_VINES ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_VISA ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_VMTP ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_WBEXPAK ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_WBMON ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_WSN ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_XNET ideal-int +pkg syscall (freebsd-amd64), const IPPROTO_XTP ideal-int +pkg syscall (freebsd-amd64), const IPV6_AUTOFLOWLABEL ideal-int +pkg syscall (freebsd-amd64), const IPV6_BINDANY ideal-int +pkg syscall (freebsd-amd64), const IPV6_BINDV6ONLY ideal-int +pkg syscall (freebsd-amd64), const IPV6_CHECKSUM ideal-int +pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int +pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-amd64), const IPV6_DEFHLIM ideal-int +pkg syscall (freebsd-amd64), const IPV6_DONTFRAG ideal-int +pkg syscall (freebsd-amd64), const IPV6_DSTOPTS ideal-int +pkg syscall (freebsd-amd64), const IPV6_FAITH ideal-int +pkg syscall (freebsd-amd64), const IPV6_FLOWINFO_MASK ideal-int +pkg syscall (freebsd-amd64), const IPV6_FLOWLABEL_MASK ideal-int +pkg syscall (freebsd-amd64), const IPV6_FRAGTTL ideal-int +pkg syscall (freebsd-amd64), const IPV6_FW_ADD ideal-int +pkg syscall (freebsd-amd64), const IPV6_FW_DEL ideal-int +pkg syscall (freebsd-amd64), const IPV6_FW_FLUSH ideal-int +pkg syscall (freebsd-amd64), const IPV6_FW_GET ideal-int +pkg syscall (freebsd-amd64), const IPV6_FW_ZERO ideal-int +pkg syscall (freebsd-amd64), const IPV6_HLIMDEC ideal-int +pkg syscall (freebsd-amd64), const IPV6_HOPLIMIT ideal-int +pkg syscall (freebsd-amd64), const IPV6_HOPOPTS ideal-int +pkg syscall (freebsd-amd64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (freebsd-amd64), const IPV6_MAXHLIM ideal-int +pkg syscall (freebsd-amd64), const IPV6_MAXOPTHDR ideal-int +pkg syscall (freebsd-amd64), const IPV6_MAXPACKET ideal-int +pkg syscall (freebsd-amd64), const IPV6_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64), const IPV6_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64), const IPV6_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64), const IPV6_MMTU ideal-int +pkg syscall (freebsd-amd64), const IPV6_MSFILTER ideal-int +pkg syscall (freebsd-amd64), const IPV6_NEXTHOP ideal-int +pkg syscall (freebsd-amd64), const IPV6_PATHMTU ideal-int +pkg syscall (freebsd-amd64), const IPV6_PKTINFO ideal-int +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE ideal-int +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-amd64), const IPV6_PREFER_TEMPADDR ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVPATHMTU ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVPKTINFO ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVRTHDR ideal-int +pkg syscall (freebsd-amd64), const IPV6_RECVTCLASS ideal-int +pkg syscall (freebsd-amd64), const IPV6_RTHDR ideal-int +pkg syscall (freebsd-amd64), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (freebsd-amd64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (freebsd-amd64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (freebsd-amd64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (freebsd-amd64), const IPV6_SOCKOPT_RESERVED1 ideal-int +pkg syscall (freebsd-amd64), const IPV6_TCLASS ideal-int +pkg syscall (freebsd-amd64), const IPV6_USE_MIN_MTU ideal-int +pkg syscall (freebsd-amd64), const IPV6_VERSION ideal-int +pkg syscall (freebsd-amd64), const IPV6_VERSION_MASK ideal-int +pkg syscall (freebsd-amd64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-amd64), const IP_BINDANY ideal-int +pkg syscall (freebsd-amd64), const IP_BLOCK_SOURCE ideal-int +pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (freebsd-amd64), const IP_DF ideal-int +pkg syscall (freebsd-amd64), const IP_DONTFRAG ideal-int +pkg syscall (freebsd-amd64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (freebsd-amd64), const IP_DUMMYNET3 ideal-int +pkg syscall (freebsd-amd64), const IP_DUMMYNET_CONFIGURE ideal-int +pkg syscall (freebsd-amd64), const IP_DUMMYNET_DEL ideal-int +pkg syscall (freebsd-amd64), const IP_DUMMYNET_FLUSH ideal-int +pkg syscall (freebsd-amd64), const IP_DUMMYNET_GET ideal-int +pkg syscall (freebsd-amd64), const IP_FAITH ideal-int +pkg syscall (freebsd-amd64), const IP_FW3 ideal-int +pkg syscall (freebsd-amd64), const IP_FW_ADD ideal-int +pkg syscall (freebsd-amd64), const IP_FW_DEL ideal-int +pkg syscall (freebsd-amd64), const IP_FW_FLUSH ideal-int +pkg syscall (freebsd-amd64), const IP_FW_GET ideal-int +pkg syscall (freebsd-amd64), const IP_FW_NAT_CFG ideal-int +pkg syscall (freebsd-amd64), const IP_FW_NAT_DEL ideal-int +pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_CONFIG ideal-int +pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_LOG ideal-int +pkg syscall (freebsd-amd64), const IP_FW_RESETLOG ideal-int +pkg syscall (freebsd-amd64), const IP_FW_TABLE_ADD ideal-int +pkg syscall (freebsd-amd64), const IP_FW_TABLE_DEL ideal-int +pkg syscall (freebsd-amd64), const IP_FW_TABLE_FLUSH ideal-int +pkg syscall (freebsd-amd64), const IP_FW_TABLE_GETSIZE ideal-int +pkg syscall (freebsd-amd64), const IP_FW_TABLE_LIST ideal-int +pkg syscall (freebsd-amd64), const IP_FW_ZERO ideal-int +pkg syscall (freebsd-amd64), const IP_HDRINCL ideal-int +pkg syscall (freebsd-amd64), const IP_IPSEC_POLICY ideal-int +pkg syscall (freebsd-amd64), const IP_MAXPACKET ideal-int +pkg syscall (freebsd-amd64), const IP_MAX_GROUP_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64), const IP_MAX_SOCK_MUTE_FILTER ideal-int +pkg syscall (freebsd-amd64), const IP_MAX_SOCK_SRC_FILTER ideal-int +pkg syscall (freebsd-amd64), const IP_MAX_SOURCE_FILTER ideal-int +pkg syscall (freebsd-amd64), const IP_MF ideal-int +pkg syscall (freebsd-amd64), const IP_MINTTL ideal-int +pkg syscall (freebsd-amd64), const IP_MIN_MEMBERSHIPS ideal-int +pkg syscall (freebsd-amd64), const IP_MSFILTER ideal-int +pkg syscall (freebsd-amd64), const IP_MSS ideal-int +pkg syscall (freebsd-amd64), const IP_MULTICAST_VIF ideal-int +pkg syscall (freebsd-amd64), const IP_OFFMASK ideal-int +pkg syscall (freebsd-amd64), const IP_ONESBCAST ideal-int +pkg syscall (freebsd-amd64), const IP_OPTIONS ideal-int +pkg syscall (freebsd-amd64), const IP_PORTRANGE ideal-int +pkg syscall (freebsd-amd64), const IP_PORTRANGE_DEFAULT ideal-int +pkg syscall (freebsd-amd64), const IP_PORTRANGE_HIGH ideal-int +pkg syscall (freebsd-amd64), const IP_PORTRANGE_LOW ideal-int +pkg syscall (freebsd-amd64), const IP_RECVDSTADDR ideal-int +pkg syscall (freebsd-amd64), const IP_RECVIF ideal-int +pkg syscall (freebsd-amd64), const IP_RECVOPTS ideal-int +pkg syscall (freebsd-amd64), const IP_RECVRETOPTS ideal-int +pkg syscall (freebsd-amd64), const IP_RECVTTL ideal-int +pkg syscall (freebsd-amd64), const IP_RETOPTS ideal-int +pkg syscall (freebsd-amd64), const IP_RF ideal-int +pkg syscall (freebsd-amd64), const IP_RSVP_OFF ideal-int +pkg syscall (freebsd-amd64), const IP_RSVP_ON ideal-int +pkg syscall (freebsd-amd64), const IP_RSVP_VIF_OFF ideal-int +pkg syscall (freebsd-amd64), const IP_RSVP_VIF_ON ideal-int +pkg syscall (freebsd-amd64), const IP_SENDSRCADDR ideal-int +pkg syscall (freebsd-amd64), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (freebsd-amd64), const LOCK_EX ideal-int +pkg syscall (freebsd-amd64), const LOCK_NB ideal-int +pkg syscall (freebsd-amd64), const LOCK_SH ideal-int +pkg syscall (freebsd-amd64), const LOCK_UN ideal-int +pkg syscall (freebsd-amd64), const MSG_COMPAT ideal-int +pkg syscall (freebsd-amd64), const MSG_CTRUNC ideal-int +pkg syscall (freebsd-amd64), const MSG_DONTROUTE ideal-int +pkg syscall (freebsd-amd64), const MSG_DONTWAIT ideal-int +pkg syscall (freebsd-amd64), const MSG_EOF ideal-int +pkg syscall (freebsd-amd64), const MSG_EOR ideal-int +pkg syscall (freebsd-amd64), const MSG_NBIO ideal-int +pkg syscall (freebsd-amd64), const MSG_NOSIGNAL ideal-int +pkg syscall (freebsd-amd64), const MSG_NOTIFICATION ideal-int +pkg syscall (freebsd-amd64), const MSG_OOB ideal-int +pkg syscall (freebsd-amd64), const MSG_PEEK ideal-int +pkg syscall (freebsd-amd64), const MSG_TRUNC ideal-int +pkg syscall (freebsd-amd64), const MSG_WAITALL ideal-int +pkg syscall (freebsd-amd64), const NET_RT_DUMP ideal-int +pkg syscall (freebsd-amd64), const NET_RT_FLAGS ideal-int +pkg syscall (freebsd-amd64), const NET_RT_IFLIST ideal-int +pkg syscall (freebsd-amd64), const NET_RT_IFMALIST ideal-int +pkg syscall (freebsd-amd64), const NET_RT_MAXID ideal-int +pkg syscall (freebsd-amd64), const NOTE_ATTRIB ideal-int +pkg syscall (freebsd-amd64), const NOTE_CHILD ideal-int +pkg syscall (freebsd-amd64), const NOTE_DELETE ideal-int +pkg syscall (freebsd-amd64), const NOTE_EXEC ideal-int +pkg syscall (freebsd-amd64), const NOTE_EXIT ideal-int +pkg syscall (freebsd-amd64), const NOTE_EXTEND ideal-int +pkg syscall (freebsd-amd64), const NOTE_FFAND ideal-int +pkg syscall (freebsd-amd64), const NOTE_FFCOPY ideal-int +pkg syscall (freebsd-amd64), const NOTE_FFCTRLMASK ideal-int +pkg syscall (freebsd-amd64), const NOTE_FFLAGSMASK ideal-int +pkg syscall (freebsd-amd64), const NOTE_FFNOP ideal-int +pkg syscall (freebsd-amd64), const NOTE_FFOR ideal-int +pkg syscall (freebsd-amd64), const NOTE_FORK ideal-int +pkg syscall (freebsd-amd64), const NOTE_LINK ideal-int +pkg syscall (freebsd-amd64), const NOTE_LOWAT ideal-int +pkg syscall (freebsd-amd64), const NOTE_PCTRLMASK ideal-int +pkg syscall (freebsd-amd64), const NOTE_PDATAMASK ideal-int +pkg syscall (freebsd-amd64), const NOTE_RENAME ideal-int +pkg syscall (freebsd-amd64), const NOTE_REVOKE ideal-int +pkg syscall (freebsd-amd64), const NOTE_TRACK ideal-int +pkg syscall (freebsd-amd64), const NOTE_TRACKERR ideal-int +pkg syscall (freebsd-amd64), const NOTE_TRIGGER ideal-int +pkg syscall (freebsd-amd64), const NOTE_WRITE ideal-int +pkg syscall (freebsd-amd64), const O_ACCMODE ideal-int +pkg syscall (freebsd-amd64), const O_DIRECT ideal-int +pkg syscall (freebsd-amd64), const O_DIRECTORY ideal-int +pkg syscall (freebsd-amd64), const O_EXEC ideal-int +pkg syscall (freebsd-amd64), const O_EXLOCK ideal-int +pkg syscall (freebsd-amd64), const O_FSYNC ideal-int +pkg syscall (freebsd-amd64), const O_NDELAY ideal-int +pkg syscall (freebsd-amd64), const O_NOFOLLOW ideal-int +pkg syscall (freebsd-amd64), const O_SHLOCK ideal-int +pkg syscall (freebsd-amd64), const O_TTY_INIT ideal-int +pkg syscall (freebsd-amd64), const PTRACE_CONT ideal-int +pkg syscall (freebsd-amd64), const PTRACE_KILL ideal-int +pkg syscall (freebsd-amd64), const PTRACE_TRACEME ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_AS ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_CORE ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_CPU ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_DATA ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_FSIZE ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_NOFILE ideal-int +pkg syscall (freebsd-amd64), const RLIMIT_STACK ideal-int +pkg syscall (freebsd-amd64), const RLIM_INFINITY ideal-int +pkg syscall (freebsd-amd64), const RTAX_AUTHOR ideal-int +pkg syscall (freebsd-amd64), const RTAX_BRD ideal-int +pkg syscall (freebsd-amd64), const RTAX_DST ideal-int +pkg syscall (freebsd-amd64), const RTAX_GATEWAY ideal-int +pkg syscall (freebsd-amd64), const RTAX_GENMASK ideal-int +pkg syscall (freebsd-amd64), const RTAX_IFA ideal-int +pkg syscall (freebsd-amd64), const RTAX_IFP ideal-int +pkg syscall (freebsd-amd64), const RTAX_MAX ideal-int +pkg syscall (freebsd-amd64), const RTAX_NETMASK ideal-int +pkg syscall (freebsd-amd64), const RTA_AUTHOR ideal-int +pkg syscall (freebsd-amd64), const RTA_BRD ideal-int +pkg syscall (freebsd-amd64), const RTA_DST ideal-int +pkg syscall (freebsd-amd64), const RTA_GATEWAY ideal-int +pkg syscall (freebsd-amd64), const RTA_GENMASK ideal-int +pkg syscall (freebsd-amd64), const RTA_IFA ideal-int +pkg syscall (freebsd-amd64), const RTA_IFP ideal-int +pkg syscall (freebsd-amd64), const RTA_NETMASK ideal-int +pkg syscall (freebsd-amd64), const RTF_BLACKHOLE ideal-int +pkg syscall (freebsd-amd64), const RTF_BROADCAST ideal-int +pkg syscall (freebsd-amd64), const RTF_DONE ideal-int +pkg syscall (freebsd-amd64), const RTF_DYNAMIC ideal-int +pkg syscall (freebsd-amd64), const RTF_FMASK ideal-int +pkg syscall (freebsd-amd64), const RTF_GATEWAY ideal-int +pkg syscall (freebsd-amd64), const RTF_HOST ideal-int +pkg syscall (freebsd-amd64), const RTF_LLDATA ideal-int +pkg syscall (freebsd-amd64), const RTF_LLINFO ideal-int +pkg syscall (freebsd-amd64), const RTF_LOCAL ideal-int +pkg syscall (freebsd-amd64), const RTF_MODIFIED ideal-int +pkg syscall (freebsd-amd64), const RTF_MULTICAST ideal-int +pkg syscall (freebsd-amd64), const RTF_PINNED ideal-int +pkg syscall (freebsd-amd64), const RTF_PRCLONING ideal-int +pkg syscall (freebsd-amd64), const RTF_PROTO1 ideal-int +pkg syscall (freebsd-amd64), const RTF_PROTO2 ideal-int +pkg syscall (freebsd-amd64), const RTF_PROTO3 ideal-int +pkg syscall (freebsd-amd64), const RTF_REJECT ideal-int +pkg syscall (freebsd-amd64), const RTF_RNH_LOCKED ideal-int +pkg syscall (freebsd-amd64), const RTF_STATIC ideal-int +pkg syscall (freebsd-amd64), const RTF_STICKY ideal-int +pkg syscall (freebsd-amd64), const RTF_UP ideal-int +pkg syscall (freebsd-amd64), const RTF_XRESOLVE ideal-int +pkg syscall (freebsd-amd64), const RTM_ADD ideal-int +pkg syscall (freebsd-amd64), const RTM_CHANGE ideal-int +pkg syscall (freebsd-amd64), const RTM_DELADDR ideal-int +pkg syscall (freebsd-amd64), const RTM_DELETE ideal-int +pkg syscall (freebsd-amd64), const RTM_DELMADDR ideal-int +pkg syscall (freebsd-amd64), const RTM_GET ideal-int +pkg syscall (freebsd-amd64), const RTM_IEEE80211 ideal-int +pkg syscall (freebsd-amd64), const RTM_IFANNOUNCE ideal-int +pkg syscall (freebsd-amd64), const RTM_IFINFO ideal-int +pkg syscall (freebsd-amd64), const RTM_LOCK ideal-int +pkg syscall (freebsd-amd64), const RTM_LOSING ideal-int +pkg syscall (freebsd-amd64), const RTM_MISS ideal-int +pkg syscall (freebsd-amd64), const RTM_NEWADDR ideal-int +pkg syscall (freebsd-amd64), const RTM_NEWMADDR ideal-int +pkg syscall (freebsd-amd64), const RTM_OLDADD ideal-int +pkg syscall (freebsd-amd64), const RTM_OLDDEL ideal-int +pkg syscall (freebsd-amd64), const RTM_REDIRECT ideal-int +pkg syscall (freebsd-amd64), const RTM_RESOLVE ideal-int +pkg syscall (freebsd-amd64), const RTM_RTTUNIT ideal-int +pkg syscall (freebsd-amd64), const RTM_VERSION ideal-int +pkg syscall (freebsd-amd64), const RTV_EXPIRE ideal-int +pkg syscall (freebsd-amd64), const RTV_HOPCOUNT ideal-int +pkg syscall (freebsd-amd64), const RTV_MTU ideal-int +pkg syscall (freebsd-amd64), const RTV_RPIPE ideal-int +pkg syscall (freebsd-amd64), const RTV_RTT ideal-int +pkg syscall (freebsd-amd64), const RTV_RTTVAR ideal-int +pkg syscall (freebsd-amd64), const RTV_SPIPE ideal-int +pkg syscall (freebsd-amd64), const RTV_SSTHRESH ideal-int +pkg syscall (freebsd-amd64), const RTV_WEIGHT ideal-int +pkg syscall (freebsd-amd64), const RUSAGE_CHILDREN ideal-int +pkg syscall (freebsd-amd64), const RUSAGE_SELF ideal-int +pkg syscall (freebsd-amd64), const RUSAGE_THREAD ideal-int +pkg syscall (freebsd-amd64), const SCM_BINTIME ideal-int +pkg syscall (freebsd-amd64), const SCM_CREDS ideal-int +pkg syscall (freebsd-amd64), const SCM_RIGHTS ideal-int +pkg syscall (freebsd-amd64), const SCM_TIMESTAMP ideal-int +pkg syscall (freebsd-amd64), const SIGCHLD Signal +pkg syscall (freebsd-amd64), const SIGCONT Signal +pkg syscall (freebsd-amd64), const SIGEMT Signal +pkg syscall (freebsd-amd64), const SIGINFO Signal +pkg syscall (freebsd-amd64), const SIGIO Signal +pkg syscall (freebsd-amd64), const SIGIOT Signal +pkg syscall (freebsd-amd64), const SIGLWP Signal +pkg syscall (freebsd-amd64), const SIGPROF Signal +pkg syscall (freebsd-amd64), const SIGSTOP Signal +pkg syscall (freebsd-amd64), const SIGSYS Signal +pkg syscall (freebsd-amd64), const SIGTHR Signal +pkg syscall (freebsd-amd64), const SIGTSTP Signal +pkg syscall (freebsd-amd64), const SIGTTIN Signal +pkg syscall (freebsd-amd64), const SIGTTOU Signal +pkg syscall (freebsd-amd64), const SIGURG Signal +pkg syscall (freebsd-amd64), const SIGUSR1 Signal +pkg syscall (freebsd-amd64), const SIGUSR2 Signal +pkg syscall (freebsd-amd64), const SIGVTALRM Signal +pkg syscall (freebsd-amd64), const SIGWINCH Signal +pkg syscall (freebsd-amd64), const SIGXCPU Signal +pkg syscall (freebsd-amd64), const SIGXFSZ Signal +pkg syscall (freebsd-amd64), const SIOCADDMULTI ideal-int +pkg syscall (freebsd-amd64), const SIOCADDRT ideal-int +pkg syscall (freebsd-amd64), const SIOCAIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCAIFGROUP ideal-int +pkg syscall (freebsd-amd64), const SIOCALIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCATMARK ideal-int +pkg syscall (freebsd-amd64), const SIOCDELMULTI ideal-int +pkg syscall (freebsd-amd64), const SIOCDELRT ideal-int +pkg syscall (freebsd-amd64), const SIOCDIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCDIFGROUP ideal-int +pkg syscall (freebsd-amd64), const SIOCDIFPHYADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCDLIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGDRVSPEC ideal-int +pkg syscall (freebsd-amd64), const SIOCGETSGCNT ideal-int +pkg syscall (freebsd-amd64), const SIOCGETVIFCNT ideal-int +pkg syscall (freebsd-amd64), const SIOCGHIWAT ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFBRDADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFCAP ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFCONF ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFDESCR ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFDSTADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFFLAGS ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFGENERIC ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFGMEMB ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFGROUP ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFINDEX ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFMAC ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFMEDIA ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFMETRIC ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFMTU ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFNETMASK ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFPDSTADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFPHYS ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFPSRCADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGIFSTATUS ideal-int +pkg syscall (freebsd-amd64), const SIOCGLIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGLIFPHYADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCGLOWAT ideal-int +pkg syscall (freebsd-amd64), const SIOCGPGRP ideal-int +pkg syscall (freebsd-amd64), const SIOCGPRIVATE_0 ideal-int +pkg syscall (freebsd-amd64), const SIOCGPRIVATE_1 ideal-int +pkg syscall (freebsd-amd64), const SIOCIFCREATE ideal-int +pkg syscall (freebsd-amd64), const SIOCIFCREATE2 ideal-int +pkg syscall (freebsd-amd64), const SIOCIFDESTROY ideal-int +pkg syscall (freebsd-amd64), const SIOCIFGCLONERS ideal-int +pkg syscall (freebsd-amd64), const SIOCSDRVSPEC ideal-int +pkg syscall (freebsd-amd64), const SIOCSHIWAT ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFBRDADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFCAP ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFDESCR ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFDSTADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFFLAGS ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFGENERIC ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFLLADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFMAC ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFMEDIA ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFMETRIC ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFMTU ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFNAME ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFNETMASK ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFPHYADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFPHYS ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFRVNET ideal-int +pkg syscall (freebsd-amd64), const SIOCSIFVNET ideal-int +pkg syscall (freebsd-amd64), const SIOCSLIFPHYADDR ideal-int +pkg syscall (freebsd-amd64), const SIOCSLOWAT ideal-int +pkg syscall (freebsd-amd64), const SIOCSPGRP ideal-int +pkg syscall (freebsd-amd64), const SOCK_MAXADDRLEN ideal-int +pkg syscall (freebsd-amd64), const SOCK_RDM ideal-int +pkg syscall (freebsd-amd64), const SO_ACCEPTCONN ideal-int +pkg syscall (freebsd-amd64), const SO_ACCEPTFILTER ideal-int +pkg syscall (freebsd-amd64), const SO_BINTIME ideal-int +pkg syscall (freebsd-amd64), const SO_DEBUG ideal-int +pkg syscall (freebsd-amd64), const SO_ERROR ideal-int +pkg syscall (freebsd-amd64), const SO_LABEL ideal-int +pkg syscall (freebsd-amd64), const SO_LISTENINCQLEN ideal-int +pkg syscall (freebsd-amd64), const SO_LISTENQLEN ideal-int +pkg syscall (freebsd-amd64), const SO_LISTENQLIMIT ideal-int +pkg syscall (freebsd-amd64), const SO_NOSIGPIPE ideal-int +pkg syscall (freebsd-amd64), const SO_NO_DDP ideal-int +pkg syscall (freebsd-amd64), const SO_NO_OFFLOAD ideal-int +pkg syscall (freebsd-amd64), const SO_OOBINLINE ideal-int +pkg syscall (freebsd-amd64), const SO_PEERLABEL ideal-int +pkg syscall (freebsd-amd64), const SO_RCVLOWAT ideal-int +pkg syscall (freebsd-amd64), const SO_RCVTIMEO ideal-int +pkg syscall (freebsd-amd64), const SO_REUSEPORT ideal-int +pkg syscall (freebsd-amd64), const SO_SETFIB ideal-int +pkg syscall (freebsd-amd64), const SO_SNDLOWAT ideal-int +pkg syscall (freebsd-amd64), const SO_SNDTIMEO ideal-int +pkg syscall (freebsd-amd64), const SO_TIMESTAMP ideal-int +pkg syscall (freebsd-amd64), const SO_TYPE ideal-int +pkg syscall (freebsd-amd64), const SO_USELOOPBACK ideal-int +pkg syscall (freebsd-amd64), const SYS_ABORT2 ideal-int +pkg syscall (freebsd-amd64), const SYS_ACCEPT ideal-int +pkg syscall (freebsd-amd64), const SYS_ACCESS ideal-int +pkg syscall (freebsd-amd64), const SYS_ACCT ideal-int +pkg syscall (freebsd-amd64), const SYS_ADJTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_AUDIT ideal-int +pkg syscall (freebsd-amd64), const SYS_AUDITCTL ideal-int +pkg syscall (freebsd-amd64), const SYS_AUDITON ideal-int +pkg syscall (freebsd-amd64), const SYS_BIND ideal-int +pkg syscall (freebsd-amd64), const SYS_CAP_ENTER ideal-int +pkg syscall (freebsd-amd64), const SYS_CAP_GETMODE ideal-int +pkg syscall (freebsd-amd64), const SYS_CAP_GETRIGHTS ideal-int +pkg syscall (freebsd-amd64), const SYS_CAP_NEW ideal-int +pkg syscall (freebsd-amd64), const SYS_CHDIR ideal-int +pkg syscall (freebsd-amd64), const SYS_CHFLAGS ideal-int +pkg syscall (freebsd-amd64), const SYS_CHMOD ideal-int +pkg syscall (freebsd-amd64), const SYS_CHOWN ideal-int +pkg syscall (freebsd-amd64), const SYS_CHROOT ideal-int +pkg syscall (freebsd-amd64), const SYS_CLOCK_GETRES ideal-int +pkg syscall (freebsd-amd64), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_CLOSE ideal-int +pkg syscall (freebsd-amd64), const SYS_CLOSEFROM ideal-int +pkg syscall (freebsd-amd64), const SYS_CONNECT ideal-int +pkg syscall (freebsd-amd64), const SYS_CPUSET ideal-int +pkg syscall (freebsd-amd64), const SYS_CPUSET_GETAFFINITY ideal-int +pkg syscall (freebsd-amd64), const SYS_CPUSET_GETID ideal-int +pkg syscall (freebsd-amd64), const SYS_CPUSET_SETAFFINITY ideal-int +pkg syscall (freebsd-amd64), const SYS_CPUSET_SETID ideal-int +pkg syscall (freebsd-amd64), const SYS_DUP ideal-int +pkg syscall (freebsd-amd64), const SYS_DUP2 ideal-int +pkg syscall (freebsd-amd64), const SYS_EACCESS ideal-int +pkg syscall (freebsd-amd64), const SYS_EXECVE ideal-int +pkg syscall (freebsd-amd64), const SYS_EXIT ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTRCTL ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FD ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FD ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FD ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FD ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS_FACCESSAT ideal-int +pkg syscall (freebsd-amd64), const SYS_FCHDIR ideal-int +pkg syscall (freebsd-amd64), const SYS_FCHFLAGS ideal-int +pkg syscall (freebsd-amd64), const SYS_FCHMOD ideal-int +pkg syscall (freebsd-amd64), const SYS_FCHMODAT ideal-int +pkg syscall (freebsd-amd64), const SYS_FCHOWN ideal-int +pkg syscall (freebsd-amd64), const SYS_FCHOWNAT ideal-int +pkg syscall (freebsd-amd64), const SYS_FCNTL ideal-int +pkg syscall (freebsd-amd64), const SYS_FEXECVE ideal-int +pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETCOUNTER ideal-int +pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETESTIMATE ideal-int +pkg syscall (freebsd-amd64), const SYS_FFCLOCK_SETESTIMATE ideal-int +pkg syscall (freebsd-amd64), const SYS_FHOPEN ideal-int +pkg syscall (freebsd-amd64), const SYS_FHSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_FHSTATFS ideal-int +pkg syscall (freebsd-amd64), const SYS_FLOCK ideal-int +pkg syscall (freebsd-amd64), const SYS_FORK ideal-int +pkg syscall (freebsd-amd64), const SYS_FPATHCONF ideal-int +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_FTRUNCATE ideal-int +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_LSEEK ideal-int +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_MMAP ideal-int +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PREAD ideal-int +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PWRITE ideal-int +pkg syscall (freebsd-amd64), const SYS_FREEBSD6_TRUNCATE ideal-int +pkg syscall (freebsd-amd64), const SYS_FSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_FSTATAT ideal-int +pkg syscall (freebsd-amd64), const SYS_FSTATFS ideal-int +pkg syscall (freebsd-amd64), const SYS_FSYNC ideal-int +pkg syscall (freebsd-amd64), const SYS_FTRUNCATE ideal-int +pkg syscall (freebsd-amd64), const SYS_FUTIMES ideal-int +pkg syscall (freebsd-amd64), const SYS_FUTIMESAT ideal-int +pkg syscall (freebsd-amd64), const SYS_GETAUDIT ideal-int +pkg syscall (freebsd-amd64), const SYS_GETAUDIT_ADDR ideal-int +pkg syscall (freebsd-amd64), const SYS_GETAUID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETCONTEXT ideal-int +pkg syscall (freebsd-amd64), const SYS_GETDENTS ideal-int +pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES ideal-int +pkg syscall (freebsd-amd64), const SYS_GETDTABLESIZE ideal-int +pkg syscall (freebsd-amd64), const SYS_GETEGID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETEUID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETFH ideal-int +pkg syscall (freebsd-amd64), const SYS_GETFSSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_GETGID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETGROUPS ideal-int +pkg syscall (freebsd-amd64), const SYS_GETITIMER ideal-int +pkg syscall (freebsd-amd64), const SYS_GETLOGIN ideal-int +pkg syscall (freebsd-amd64), const SYS_GETLOGINCLASS ideal-int +pkg syscall (freebsd-amd64), const SYS_GETPEERNAME ideal-int +pkg syscall (freebsd-amd64), const SYS_GETPGID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETPGRP ideal-int +pkg syscall (freebsd-amd64), const SYS_GETPID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETPPID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETPRIORITY ideal-int +pkg syscall (freebsd-amd64), const SYS_GETRESGID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETRESUID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETRLIMIT ideal-int +pkg syscall (freebsd-amd64), const SYS_GETRUSAGE ideal-int +pkg syscall (freebsd-amd64), const SYS_GETSID ideal-int +pkg syscall (freebsd-amd64), const SYS_GETSOCKNAME ideal-int +pkg syscall (freebsd-amd64), const SYS_GETSOCKOPT ideal-int +pkg syscall (freebsd-amd64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (freebsd-amd64), const SYS_GETUID ideal-int +pkg syscall (freebsd-amd64), const SYS_IOCTL ideal-int +pkg syscall (freebsd-amd64), const SYS_ISSETUGID ideal-int +pkg syscall (freebsd-amd64), const SYS_JAIL ideal-int +pkg syscall (freebsd-amd64), const SYS_JAIL_ATTACH ideal-int +pkg syscall (freebsd-amd64), const SYS_JAIL_GET ideal-int +pkg syscall (freebsd-amd64), const SYS_JAIL_REMOVE ideal-int +pkg syscall (freebsd-amd64), const SYS_JAIL_SET ideal-int +pkg syscall (freebsd-amd64), const SYS_KENV ideal-int +pkg syscall (freebsd-amd64), const SYS_KEVENT ideal-int +pkg syscall (freebsd-amd64), const SYS_KILL ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDFIND ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDFIRSTMOD ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDLOAD ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDNEXT ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDSYM ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDUNLOAD ideal-int +pkg syscall (freebsd-amd64), const SYS_KLDUNLOADF ideal-int +pkg syscall (freebsd-amd64), const SYS_KQUEUE ideal-int +pkg syscall (freebsd-amd64), const SYS_KTIMER_CREATE ideal-int +pkg syscall (freebsd-amd64), const SYS_KTIMER_DELETE ideal-int +pkg syscall (freebsd-amd64), const SYS_KTIMER_GETOVERRUN ideal-int +pkg syscall (freebsd-amd64), const SYS_KTIMER_GETTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_KTIMER_SETTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_KTRACE ideal-int +pkg syscall (freebsd-amd64), const SYS_LCHFLAGS ideal-int +pkg syscall (freebsd-amd64), const SYS_LCHMOD ideal-int +pkg syscall (freebsd-amd64), const SYS_LCHOWN ideal-int +pkg syscall (freebsd-amd64), const SYS_LGETFH ideal-int +pkg syscall (freebsd-amd64), const SYS_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS_LINKAT ideal-int +pkg syscall (freebsd-amd64), const SYS_LISTEN ideal-int +pkg syscall (freebsd-amd64), const SYS_LPATHCONF ideal-int +pkg syscall (freebsd-amd64), const SYS_LSEEK ideal-int +pkg syscall (freebsd-amd64), const SYS_LSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_LUTIMES ideal-int +pkg syscall (freebsd-amd64), const SYS_MAC_SYSCALL ideal-int +pkg syscall (freebsd-amd64), const SYS_MADVISE ideal-int +pkg syscall (freebsd-amd64), const SYS_MINCORE ideal-int +pkg syscall (freebsd-amd64), const SYS_MINHERIT ideal-int +pkg syscall (freebsd-amd64), const SYS_MKDIR ideal-int +pkg syscall (freebsd-amd64), const SYS_MKDIRAT ideal-int +pkg syscall (freebsd-amd64), const SYS_MKFIFO ideal-int +pkg syscall (freebsd-amd64), const SYS_MKFIFOAT ideal-int +pkg syscall (freebsd-amd64), const SYS_MKNOD ideal-int +pkg syscall (freebsd-amd64), const SYS_MKNODAT ideal-int +pkg syscall (freebsd-amd64), const SYS_MLOCK ideal-int +pkg syscall (freebsd-amd64), const SYS_MLOCKALL ideal-int +pkg syscall (freebsd-amd64), const SYS_MMAP ideal-int +pkg syscall (freebsd-amd64), const SYS_MODFIND ideal-int +pkg syscall (freebsd-amd64), const SYS_MODFNEXT ideal-int +pkg syscall (freebsd-amd64), const SYS_MODNEXT ideal-int +pkg syscall (freebsd-amd64), const SYS_MODSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_MOUNT ideal-int +pkg syscall (freebsd-amd64), const SYS_MPROTECT ideal-int +pkg syscall (freebsd-amd64), const SYS_MSYNC ideal-int +pkg syscall (freebsd-amd64), const SYS_MUNLOCK ideal-int +pkg syscall (freebsd-amd64), const SYS_MUNLOCKALL ideal-int +pkg syscall (freebsd-amd64), const SYS_MUNMAP ideal-int +pkg syscall (freebsd-amd64), const SYS_NANOSLEEP ideal-int +pkg syscall (freebsd-amd64), const SYS_NFSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_NLSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_NMOUNT ideal-int +pkg syscall (freebsd-amd64), const SYS_NSTAT ideal-int +pkg syscall (freebsd-amd64), const SYS_NTP_ADJTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_NTP_GETTIME ideal-int +pkg syscall (freebsd-amd64), const SYS_OBREAK ideal-int +pkg syscall (freebsd-amd64), const SYS_OPEN ideal-int +pkg syscall (freebsd-amd64), const SYS_OPENAT ideal-int +pkg syscall (freebsd-amd64), const SYS_OPENBSD_POLL ideal-int +pkg syscall (freebsd-amd64), const SYS_OVADVISE ideal-int +pkg syscall (freebsd-amd64), const SYS_PATHCONF ideal-int +pkg syscall (freebsd-amd64), const SYS_PDFORK ideal-int +pkg syscall (freebsd-amd64), const SYS_PDGETPID ideal-int +pkg syscall (freebsd-amd64), const SYS_PDKILL ideal-int +pkg syscall (freebsd-amd64), const SYS_PIPE ideal-int +pkg syscall (freebsd-amd64), const SYS_POLL ideal-int +pkg syscall (freebsd-amd64), const SYS_POSIX_FADVISE ideal-int +pkg syscall (freebsd-amd64), const SYS_POSIX_FALLOCATE ideal-int +pkg syscall (freebsd-amd64), const SYS_POSIX_OPENPT ideal-int +pkg syscall (freebsd-amd64), const SYS_PREAD ideal-int +pkg syscall (freebsd-amd64), const SYS_PREADV ideal-int +pkg syscall (freebsd-amd64), const SYS_PROFIL ideal-int +pkg syscall (freebsd-amd64), const SYS_PSELECT ideal-int +pkg syscall (freebsd-amd64), const SYS_PTRACE ideal-int +pkg syscall (freebsd-amd64), const SYS_PWRITE ideal-int +pkg syscall (freebsd-amd64), const SYS_PWRITEV ideal-int +pkg syscall (freebsd-amd64), const SYS_QUOTACTL ideal-int +pkg syscall (freebsd-amd64), const SYS_RCTL_ADD_RULE ideal-int +pkg syscall (freebsd-amd64), const SYS_RCTL_GET_LIMITS ideal-int +pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RACCT ideal-int +pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RULES ideal-int +pkg syscall (freebsd-amd64), const SYS_RCTL_REMOVE_RULE ideal-int +pkg syscall (freebsd-amd64), const SYS_READ ideal-int +pkg syscall (freebsd-amd64), const SYS_READLINK ideal-int +pkg syscall (freebsd-amd64), const SYS_READLINKAT ideal-int +pkg syscall (freebsd-amd64), const SYS_READV ideal-int +pkg syscall (freebsd-amd64), const SYS_REBOOT ideal-int +pkg syscall (freebsd-amd64), const SYS_RECVFROM ideal-int +pkg syscall (freebsd-amd64), const SYS_RECVMSG ideal-int +pkg syscall (freebsd-amd64), const SYS_RENAME ideal-int +pkg syscall (freebsd-amd64), const SYS_RENAMEAT ideal-int +pkg syscall (freebsd-amd64), const SYS_REVOKE ideal-int +pkg syscall (freebsd-amd64), const SYS_RFORK ideal-int +pkg syscall (freebsd-amd64), const SYS_RMDIR ideal-int +pkg syscall (freebsd-amd64), const SYS_RTPRIO ideal-int +pkg syscall (freebsd-amd64), const SYS_RTPRIO_THREAD ideal-int +pkg syscall (freebsd-amd64), const SYS_SBRK ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (freebsd-amd64), const SYS_SCHED_YIELD ideal-int +pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_RECVMSG ideal-int +pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG ideal-int +pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int +pkg syscall (freebsd-amd64), const SYS_SCTP_PEELOFF ideal-int +pkg syscall (freebsd-amd64), const SYS_SELECT ideal-int +pkg syscall (freebsd-amd64), const SYS_SENDFILE ideal-int +pkg syscall (freebsd-amd64), const SYS_SENDMSG ideal-int +pkg syscall (freebsd-amd64), const SYS_SENDTO ideal-int +pkg syscall (freebsd-amd64), const SYS_SETAUDIT ideal-int +pkg syscall (freebsd-amd64), const SYS_SETAUDIT_ADDR ideal-int +pkg syscall (freebsd-amd64), const SYS_SETAUID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETCONTEXT ideal-int +pkg syscall (freebsd-amd64), const SYS_SETEGID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETEUID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETFIB ideal-int +pkg syscall (freebsd-amd64), const SYS_SETGID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETGROUPS ideal-int +pkg syscall (freebsd-amd64), const SYS_SETITIMER ideal-int +pkg syscall (freebsd-amd64), const SYS_SETLOGIN ideal-int +pkg syscall (freebsd-amd64), const SYS_SETLOGINCLASS ideal-int +pkg syscall (freebsd-amd64), const SYS_SETPGID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETPRIORITY ideal-int +pkg syscall (freebsd-amd64), const SYS_SETREGID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETRESGID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETRESUID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETREUID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETRLIMIT ideal-int +pkg syscall (freebsd-amd64), const SYS_SETSID ideal-int +pkg syscall (freebsd-amd64), const SYS_SETSOCKOPT ideal-int +pkg syscall (freebsd-amd64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (freebsd-amd64), const SYS_SETUID ideal-int +pkg syscall (freebsd-amd64), const SYS_SHM_OPEN ideal-int +pkg syscall (freebsd-amd64), const SYS_SHM_UNLINK ideal-int +pkg syscall (freebsd-amd64), const SYS_SHUTDOWN ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGACTION ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGALTSTACK ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGPENDING ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGPROCMASK ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGQUEUE ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGRETURN ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGSUSPEND ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGTIMEDWAIT ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGWAIT ideal-int +pkg syscall (freebsd-amd64), const SYS_SIGWAITINFO ideal-int +pkg syscall (freebsd-amd64), const SYS_SOCKET ideal-int +pkg syscall (freebsd-amd64), const SYS_SOCKETPAIR ideal-int +pkg syscall (freebsd-amd64), const SYS_SSTK ideal-int +pkg syscall (freebsd-amd64), const SYS_STAT ideal-int +pkg syscall (freebsd-amd64), const SYS_STATFS ideal-int +pkg syscall (freebsd-amd64), const SYS_SWAPCONTEXT ideal-int +pkg syscall (freebsd-amd64), const SYS_SWAPOFF ideal-int +pkg syscall (freebsd-amd64), const SYS_SWAPON ideal-int +pkg syscall (freebsd-amd64), const SYS_SYMLINK ideal-int +pkg syscall (freebsd-amd64), const SYS_SYMLINKAT ideal-int +pkg syscall (freebsd-amd64), const SYS_SYNC ideal-int +pkg syscall (freebsd-amd64), const SYS_SYSARCH ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_CREATE ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_EXIT ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_KILL ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_KILL2 ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_NEW ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_SELF ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_SET_NAME ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_SUSPEND ideal-int +pkg syscall (freebsd-amd64), const SYS_THR_WAKE ideal-int +pkg syscall (freebsd-amd64), const SYS_TRUNCATE ideal-int +pkg syscall (freebsd-amd64), const SYS_UMASK ideal-int +pkg syscall (freebsd-amd64), const SYS_UNDELETE ideal-int +pkg syscall (freebsd-amd64), const SYS_UNLINK ideal-int +pkg syscall (freebsd-amd64), const SYS_UNLINKAT ideal-int +pkg syscall (freebsd-amd64), const SYS_UNMOUNT ideal-int +pkg syscall (freebsd-amd64), const SYS_UTIMES ideal-int +pkg syscall (freebsd-amd64), const SYS_UTRACE ideal-int +pkg syscall (freebsd-amd64), const SYS_UUIDGEN ideal-int +pkg syscall (freebsd-amd64), const SYS_VFORK ideal-int +pkg syscall (freebsd-amd64), const SYS_WAIT4 ideal-int +pkg syscall (freebsd-amd64), const SYS_WRITE ideal-int +pkg syscall (freebsd-amd64), const SYS_WRITEV ideal-int +pkg syscall (freebsd-amd64), const SYS_YIELD ideal-int +pkg syscall (freebsd-amd64), const SYS__UMTX_LOCK ideal-int +pkg syscall (freebsd-amd64), const SYS__UMTX_OP ideal-int +pkg syscall (freebsd-amd64), const SYS__UMTX_UNLOCK ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FD ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FD ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_GET_FD ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_GET_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_GET_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_SET_FD ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_SET_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS___ACL_SET_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS___GETCWD ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_EXECVE ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_GET_FD ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_GET_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_GET_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_GET_PID ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_GET_PROC ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_SET_FD ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_SET_FILE ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_SET_LINK ideal-int +pkg syscall (freebsd-amd64), const SYS___MAC_SET_PROC ideal-int +pkg syscall (freebsd-amd64), const SYS___SETUGID ideal-int +pkg syscall (freebsd-amd64), const SYS___SYSCTL ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfHdr ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfInsn ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfProgram ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfStat ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfVersion ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfZbuf ideal-int +pkg syscall (freebsd-amd64), const SizeofBpfZbufHeader ideal-int +pkg syscall (freebsd-amd64), const SizeofCmsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofIPMreq ideal-int +pkg syscall (freebsd-amd64), const SizeofIPMreqn ideal-int +pkg syscall (freebsd-amd64), const SizeofIPv6Mreq ideal-int +pkg syscall (freebsd-amd64), const SizeofIfData ideal-int +pkg syscall (freebsd-amd64), const SizeofIfMsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofIfaMsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofIfmaMsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofInet6Pktinfo ideal-int +pkg syscall (freebsd-amd64), const SizeofLinger ideal-int +pkg syscall (freebsd-amd64), const SizeofMsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofRtMetrics ideal-int +pkg syscall (freebsd-amd64), const SizeofRtMsghdr ideal-int +pkg syscall (freebsd-amd64), const SizeofSockaddrAny ideal-int +pkg syscall (freebsd-amd64), const SizeofSockaddrDatalink ideal-int +pkg syscall (freebsd-amd64), const SizeofSockaddrInet4 ideal-int +pkg syscall (freebsd-amd64), const SizeofSockaddrInet6 ideal-int +pkg syscall (freebsd-amd64), const SizeofSockaddrUnix ideal-int +pkg syscall (freebsd-amd64), const TCP_CA_NAME_MAX ideal-int +pkg syscall (freebsd-amd64), const TCP_CONGESTION ideal-int +pkg syscall (freebsd-amd64), const TCP_INFO ideal-int +pkg syscall (freebsd-amd64), const TCP_MAXBURST ideal-int +pkg syscall (freebsd-amd64), const TCP_MAXHLEN ideal-int +pkg syscall (freebsd-amd64), const TCP_MAXOLEN ideal-int +pkg syscall (freebsd-amd64), const TCP_MAXSEG ideal-int +pkg syscall (freebsd-amd64), const TCP_MAXWIN ideal-int +pkg syscall (freebsd-amd64), const TCP_MAX_SACK ideal-int +pkg syscall (freebsd-amd64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (freebsd-amd64), const TCP_MD5SIG ideal-int +pkg syscall (freebsd-amd64), const TCP_MINMSS ideal-int +pkg syscall (freebsd-amd64), const TCP_MSS ideal-int +pkg syscall (freebsd-amd64), const TCP_NOOPT ideal-int +pkg syscall (freebsd-amd64), const TCP_NOPUSH ideal-int +pkg syscall (freebsd-amd64), const TIOCCBRK ideal-int +pkg syscall (freebsd-amd64), const TIOCCDTR ideal-int +pkg syscall (freebsd-amd64), const TIOCCONS ideal-int +pkg syscall (freebsd-amd64), const TIOCDRAIN ideal-int +pkg syscall (freebsd-amd64), const TIOCEXCL ideal-int +pkg syscall (freebsd-amd64), const TIOCEXT ideal-int +pkg syscall (freebsd-amd64), const TIOCFLUSH ideal-int +pkg syscall (freebsd-amd64), const TIOCGDRAINWAIT ideal-int +pkg syscall (freebsd-amd64), const TIOCGETA ideal-int +pkg syscall (freebsd-amd64), const TIOCGETD ideal-int +pkg syscall (freebsd-amd64), const TIOCGPGRP ideal-int +pkg syscall (freebsd-amd64), const TIOCGPTN ideal-int +pkg syscall (freebsd-amd64), const TIOCGSID ideal-int +pkg syscall (freebsd-amd64), const TIOCGWINSZ ideal-int +pkg syscall (freebsd-amd64), const TIOCMBIC ideal-int +pkg syscall (freebsd-amd64), const TIOCMBIS ideal-int +pkg syscall (freebsd-amd64), const TIOCMGDTRWAIT ideal-int +pkg syscall (freebsd-amd64), const TIOCMGET ideal-int +pkg syscall (freebsd-amd64), const TIOCMSDTRWAIT ideal-int +pkg syscall (freebsd-amd64), const TIOCMSET ideal-int +pkg syscall (freebsd-amd64), const TIOCM_CAR ideal-int +pkg syscall (freebsd-amd64), const TIOCM_CD ideal-int +pkg syscall (freebsd-amd64), const TIOCM_CTS ideal-int +pkg syscall (freebsd-amd64), const TIOCM_DCD ideal-int +pkg syscall (freebsd-amd64), const TIOCM_DSR ideal-int +pkg syscall (freebsd-amd64), const TIOCM_DTR ideal-int +pkg syscall (freebsd-amd64), const TIOCM_LE ideal-int +pkg syscall (freebsd-amd64), const TIOCM_RI ideal-int +pkg syscall (freebsd-amd64), const TIOCM_RNG ideal-int +pkg syscall (freebsd-amd64), const TIOCM_RTS ideal-int +pkg syscall (freebsd-amd64), const TIOCM_SR ideal-int +pkg syscall (freebsd-amd64), const TIOCM_ST ideal-int +pkg syscall (freebsd-amd64), const TIOCNOTTY ideal-int +pkg syscall (freebsd-amd64), const TIOCNXCL ideal-int +pkg syscall (freebsd-amd64), const TIOCOUTQ ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_DATA ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_IOCTL ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_START ideal-int +pkg syscall (freebsd-amd64), const TIOCPKT_STOP ideal-int +pkg syscall (freebsd-amd64), const TIOCPTMASTER ideal-int +pkg syscall (freebsd-amd64), const TIOCSBRK ideal-int +pkg syscall (freebsd-amd64), const TIOCSCTTY ideal-int +pkg syscall (freebsd-amd64), const TIOCSDRAINWAIT ideal-int +pkg syscall (freebsd-amd64), const TIOCSDTR ideal-int +pkg syscall (freebsd-amd64), const TIOCSETA ideal-int +pkg syscall (freebsd-amd64), const TIOCSETAF ideal-int +pkg syscall (freebsd-amd64), const TIOCSETAW ideal-int +pkg syscall (freebsd-amd64), const TIOCSETD ideal-int +pkg syscall (freebsd-amd64), const TIOCSIG ideal-int +pkg syscall (freebsd-amd64), const TIOCSPGRP ideal-int +pkg syscall (freebsd-amd64), const TIOCSTART ideal-int +pkg syscall (freebsd-amd64), const TIOCSTAT ideal-int +pkg syscall (freebsd-amd64), const TIOCSTI ideal-int +pkg syscall (freebsd-amd64), const TIOCSTOP ideal-int +pkg syscall (freebsd-amd64), const TIOCSWINSZ ideal-int +pkg syscall (freebsd-amd64), const TIOCTIMESTAMP ideal-int +pkg syscall (freebsd-amd64), const TIOCUCNTL ideal-int +pkg syscall (freebsd-amd64), const WCONTINUED ideal-int +pkg syscall (freebsd-amd64), const WCOREFLAG ideal-int +pkg syscall (freebsd-amd64), const WLINUXCLONE ideal-int +pkg syscall (freebsd-amd64), const WNOHANG ideal-int +pkg syscall (freebsd-amd64), const WNOWAIT ideal-int +pkg syscall (freebsd-amd64), const WSTOPPED ideal-int +pkg syscall (freebsd-amd64), const WUNTRACED ideal-int +pkg syscall (freebsd-amd64), func Accept(int) (int, Sockaddr, error) +pkg syscall (freebsd-amd64), func Access(string, uint32) error +pkg syscall (freebsd-amd64), func Adjtime(*Timeval, *Timeval) error +pkg syscall (freebsd-amd64), func Bind(int, Sockaddr) error +pkg syscall (freebsd-amd64), func BpfBuflen(int) (int, error) +pkg syscall (freebsd-amd64), func BpfDatalink(int) (int, error) +pkg syscall (freebsd-amd64), func BpfHeadercmpl(int) (int, error) +pkg syscall (freebsd-amd64), func BpfInterface(int, string) (string, error) +pkg syscall (freebsd-amd64), func BpfJump(int, int, int, int) *BpfInsn +pkg syscall (freebsd-amd64), func BpfStats(int) (*BpfStat, error) +pkg syscall (freebsd-amd64), func BpfStmt(int, int) *BpfInsn +pkg syscall (freebsd-amd64), func BpfTimeout(int) (*Timeval, error) +pkg syscall (freebsd-amd64), func CheckBpfVersion(int) error +pkg syscall (freebsd-amd64), func Chflags(string, int) error +pkg syscall (freebsd-amd64), func Chroot(string) error +pkg syscall (freebsd-amd64), func Close(int) error +pkg syscall (freebsd-amd64), func CloseOnExec(int) +pkg syscall (freebsd-amd64), func CmsgLen(int) int +pkg syscall (freebsd-amd64), func CmsgSpace(int) int +pkg syscall (freebsd-amd64), func Connect(int, Sockaddr) error +pkg syscall (freebsd-amd64), func Dup(int) (int, error) +pkg syscall (freebsd-amd64), func Dup2(int, int) error +pkg syscall (freebsd-amd64), func Fchdir(int) error +pkg syscall (freebsd-amd64), func Fchflags(string, int) error +pkg syscall (freebsd-amd64), func Fchmod(int, uint32) error +pkg syscall (freebsd-amd64), func Fchown(int, int, int) error +pkg syscall (freebsd-amd64), func Flock(int, int) error +pkg syscall (freebsd-amd64), func FlushBpf(int) error +pkg syscall (freebsd-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (freebsd-amd64), func Fpathconf(int, int) (int, error) +pkg syscall (freebsd-amd64), func Fstat(int, *Stat_t) error +pkg syscall (freebsd-amd64), func Fstatfs(int, *Statfs_t) error +pkg syscall (freebsd-amd64), func Fsync(int) error +pkg syscall (freebsd-amd64), func Ftruncate(int, int64) error +pkg syscall (freebsd-amd64), func Futimes(int, []Timeval) error +pkg syscall (freebsd-amd64), func Getdirentries(int, []uint8, *uintptr) (int, error) +pkg syscall (freebsd-amd64), func Getdtablesize() int +pkg syscall (freebsd-amd64), func Getfsstat([]Statfs_t, int) (int, error) +pkg syscall (freebsd-amd64), func Getpeername(int) (Sockaddr, error) +pkg syscall (freebsd-amd64), func Getpgid(int) (int, error) +pkg syscall (freebsd-amd64), func Getpgrp() int +pkg syscall (freebsd-amd64), func Getpriority(int, int) (int, error) +pkg syscall (freebsd-amd64), func Getrlimit(int, *Rlimit) error +pkg syscall (freebsd-amd64), func Getrusage(int, *Rusage) error +pkg syscall (freebsd-amd64), func Getsid(int) (int, error) +pkg syscall (freebsd-amd64), func Getsockname(int) (Sockaddr, error) +pkg syscall (freebsd-amd64), func GetsockoptByte(int, int, int) (uint8, error) +pkg syscall (freebsd-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (freebsd-amd64), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (freebsd-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (freebsd-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (freebsd-amd64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (freebsd-amd64), func Issetugid() bool +pkg syscall (freebsd-amd64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) +pkg syscall (freebsd-amd64), func Kill(int, Signal) error +pkg syscall (freebsd-amd64), func Kqueue() (int, error) +pkg syscall (freebsd-amd64), func Listen(int, int) error +pkg syscall (freebsd-amd64), func Lstat(string, *Stat_t) error +pkg syscall (freebsd-amd64), func Mkfifo(string, uint32) error +pkg syscall (freebsd-amd64), func Mknod(string, uint32, int) error +pkg syscall (freebsd-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (freebsd-amd64), func Munmap([]uint8) error +pkg syscall (freebsd-amd64), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (freebsd-amd64), func NsecToTimespec(int64) Timespec +pkg syscall (freebsd-amd64), func Open(string, int, uint32) (int, error) +pkg syscall (freebsd-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (freebsd-amd64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) +pkg syscall (freebsd-amd64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) +pkg syscall (freebsd-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (freebsd-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (freebsd-amd64), func Pathconf(string, int) (int, error) +pkg syscall (freebsd-amd64), func Pipe([]int) error +pkg syscall (freebsd-amd64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (freebsd-amd64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (freebsd-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64), func Read(int, []uint8) (int, error) +pkg syscall (freebsd-amd64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (freebsd-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (freebsd-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (freebsd-amd64), func Revoke(string) error +pkg syscall (freebsd-amd64), func RouteRIB(int, int) ([]uint8, error) +pkg syscall (freebsd-amd64), func Seek(int, int64, int) (int64, error) +pkg syscall (freebsd-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error +pkg syscall (freebsd-amd64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (freebsd-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (freebsd-amd64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (freebsd-amd64), func SetBpf(int, []BpfInsn) error +pkg syscall (freebsd-amd64), func SetBpfBuflen(int, int) (int, error) +pkg syscall (freebsd-amd64), func SetBpfDatalink(int, int) (int, error) +pkg syscall (freebsd-amd64), func SetBpfHeadercmpl(int, int) error +pkg syscall (freebsd-amd64), func SetBpfImmediate(int, int) error +pkg syscall (freebsd-amd64), func SetBpfInterface(int, string) error +pkg syscall (freebsd-amd64), func SetBpfPromisc(int, int) error +pkg syscall (freebsd-amd64), func SetBpfTimeout(int, *Timeval) error +pkg syscall (freebsd-amd64), func SetKevent(*Kevent_t, int, int, int) +pkg syscall (freebsd-amd64), func SetNonblock(int, bool) error +pkg syscall (freebsd-amd64), func Setegid(int) error +pkg syscall (freebsd-amd64), func Seteuid(int) error +pkg syscall (freebsd-amd64), func Setgid(int) error +pkg syscall (freebsd-amd64), func Setgroups([]int) error +pkg syscall (freebsd-amd64), func Setlogin(string) error +pkg syscall (freebsd-amd64), func Setpgid(int, int) error +pkg syscall (freebsd-amd64), func Setpriority(int, int, int) error +pkg syscall (freebsd-amd64), func Setregid(int, int) error +pkg syscall (freebsd-amd64), func Setreuid(int, int) error +pkg syscall (freebsd-amd64), func Setrlimit(int, *Rlimit) error +pkg syscall (freebsd-amd64), func Setsid() (int, error) +pkg syscall (freebsd-amd64), func SetsockoptByte(int, int, int, uint8) error +pkg syscall (freebsd-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (freebsd-amd64), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (freebsd-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (freebsd-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (freebsd-amd64), func SetsockoptInt(int, int, int, int) error +pkg syscall (freebsd-amd64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (freebsd-amd64), func SetsockoptString(int, int, int, string) error +pkg syscall (freebsd-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (freebsd-amd64), func Settimeofday(*Timeval) error +pkg syscall (freebsd-amd64), func Setuid(int) error +pkg syscall (freebsd-amd64), func Shutdown(int, int) error +pkg syscall (freebsd-amd64), func Socket(int, int, int) (int, error) +pkg syscall (freebsd-amd64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (freebsd-amd64), func Stat(string, *Stat_t) error +pkg syscall (freebsd-amd64), func Statfs(string, *Statfs_t) error +pkg syscall (freebsd-amd64), func StringSlicePtr([]string) []*uint8 +pkg syscall (freebsd-amd64), func Sync() error +pkg syscall (freebsd-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64), func Sysctl(string) (string, error) +pkg syscall (freebsd-amd64), func SysctlUint32(string) (uint32, error) +pkg syscall (freebsd-amd64), func TimespecToNsec(Timespec) int64 +pkg syscall (freebsd-amd64), func TimevalToNsec(Timeval) int64 +pkg syscall (freebsd-amd64), func Truncate(string, int64) error +pkg syscall (freebsd-amd64), func Umask(int) int +pkg syscall (freebsd-amd64), func Undelete(string) error +pkg syscall (freebsd-amd64), func UnixRights(...int) []uint8 +pkg syscall (freebsd-amd64), func Unmount(string, int) error +pkg syscall (freebsd-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (freebsd-amd64), func Write(int, []uint8) (int, error) +pkg syscall (freebsd-amd64), method (*Cmsghdr) SetLen(int) +pkg syscall (freebsd-amd64), method (*Iovec) SetLen(int) +pkg syscall (freebsd-amd64), method (*Msghdr) SetControllen(int) +pkg syscall (freebsd-amd64), type BpfHdr struct +pkg syscall (freebsd-amd64), type BpfHdr struct, Caplen uint32 +pkg syscall (freebsd-amd64), type BpfHdr struct, Datalen uint32 +pkg syscall (freebsd-amd64), type BpfHdr struct, Hdrlen uint16 +pkg syscall (freebsd-amd64), type BpfHdr struct, Pad_cgo_0 [6]uint8 +pkg syscall (freebsd-amd64), type BpfHdr struct, Tstamp Timeval +pkg syscall (freebsd-amd64), type BpfInsn struct +pkg syscall (freebsd-amd64), type BpfInsn struct, Code uint16 +pkg syscall (freebsd-amd64), type BpfInsn struct, Jf uint8 +pkg syscall (freebsd-amd64), type BpfInsn struct, Jt uint8 +pkg syscall (freebsd-amd64), type BpfInsn struct, K uint32 +pkg syscall (freebsd-amd64), type BpfProgram struct +pkg syscall (freebsd-amd64), type BpfProgram struct, Insns *BpfInsn +pkg syscall (freebsd-amd64), type BpfProgram struct, Len uint32 +pkg syscall (freebsd-amd64), type BpfProgram struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-amd64), type BpfStat struct +pkg syscall (freebsd-amd64), type BpfStat struct, Drop uint32 +pkg syscall (freebsd-amd64), type BpfStat struct, Recv uint32 +pkg syscall (freebsd-amd64), type BpfVersion struct +pkg syscall (freebsd-amd64), type BpfVersion struct, Major uint16 +pkg syscall (freebsd-amd64), type BpfVersion struct, Minor uint16 +pkg syscall (freebsd-amd64), type BpfZbuf struct +pkg syscall (freebsd-amd64), type BpfZbuf struct, Bufa *uint8 +pkg syscall (freebsd-amd64), type BpfZbuf struct, Bufb *uint8 +pkg syscall (freebsd-amd64), type BpfZbuf struct, Buflen uint64 +pkg syscall (freebsd-amd64), type BpfZbufHeader struct +pkg syscall (freebsd-amd64), type BpfZbufHeader struct, Kernel_gen uint32 +pkg syscall (freebsd-amd64), type BpfZbufHeader struct, Kernel_len uint32 +pkg syscall (freebsd-amd64), type BpfZbufHeader struct, User_gen uint32 +pkg syscall (freebsd-amd64), type BpfZbufHeader struct, X_bzh_pad [5]uint32 +pkg syscall (freebsd-amd64), type Cmsghdr struct +pkg syscall (freebsd-amd64), type Cmsghdr struct, Len uint32 +pkg syscall (freebsd-amd64), type Cmsghdr struct, Level int32 +pkg syscall (freebsd-amd64), type Cmsghdr struct, Type int32 +pkg syscall (freebsd-amd64), type Credential struct +pkg syscall (freebsd-amd64), type Credential struct, Gid uint32 +pkg syscall (freebsd-amd64), type Credential struct, Groups []uint32 +pkg syscall (freebsd-amd64), type Credential struct, Uid uint32 +pkg syscall (freebsd-amd64), type Dirent struct +pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint32 +pkg syscall (freebsd-amd64), type Dirent struct, Name [256]int8 +pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint8 +pkg syscall (freebsd-amd64), type Dirent struct, Reclen uint16 +pkg syscall (freebsd-amd64), type Dirent struct, Type uint8 +pkg syscall (freebsd-amd64), type FdSet struct +pkg syscall (freebsd-amd64), type FdSet struct, X__fds_bits [16]uint64 +pkg syscall (freebsd-amd64), type Flock_t struct +pkg syscall (freebsd-amd64), type Flock_t struct, Len int64 +pkg syscall (freebsd-amd64), type Flock_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-amd64), type Flock_t struct, Pid int32 +pkg syscall (freebsd-amd64), type Flock_t struct, Start int64 +pkg syscall (freebsd-amd64), type Flock_t struct, Sysid int32 +pkg syscall (freebsd-amd64), type Flock_t struct, Type int16 +pkg syscall (freebsd-amd64), type Flock_t struct, Whence int16 +pkg syscall (freebsd-amd64), type Fsid struct +pkg syscall (freebsd-amd64), type Fsid struct, Val [2]int32 +pkg syscall (freebsd-amd64), type IPMreqn struct +pkg syscall (freebsd-amd64), type IPMreqn struct, Address [4]uint8 +pkg syscall (freebsd-amd64), type IPMreqn struct, Ifindex int32 +pkg syscall (freebsd-amd64), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (freebsd-amd64), type IfData struct +pkg syscall (freebsd-amd64), type IfData struct, Addrlen uint8 +pkg syscall (freebsd-amd64), type IfData struct, Baudrate uint64 +pkg syscall (freebsd-amd64), type IfData struct, Collisions uint64 +pkg syscall (freebsd-amd64), type IfData struct, Datalen uint8 +pkg syscall (freebsd-amd64), type IfData struct, Epoch int64 +pkg syscall (freebsd-amd64), type IfData struct, Hdrlen uint8 +pkg syscall (freebsd-amd64), type IfData struct, Hwassist uint64 +pkg syscall (freebsd-amd64), type IfData struct, Ibytes uint64 +pkg syscall (freebsd-amd64), type IfData struct, Ierrors uint64 +pkg syscall (freebsd-amd64), type IfData struct, Imcasts uint64 +pkg syscall (freebsd-amd64), type IfData struct, Ipackets uint64 +pkg syscall (freebsd-amd64), type IfData struct, Iqdrops uint64 +pkg syscall (freebsd-amd64), type IfData struct, Lastchange Timeval +pkg syscall (freebsd-amd64), type IfData struct, Link_state uint8 +pkg syscall (freebsd-amd64), type IfData struct, Metric uint64 +pkg syscall (freebsd-amd64), type IfData struct, Mtu uint64 +pkg syscall (freebsd-amd64), type IfData struct, Noproto uint64 +pkg syscall (freebsd-amd64), type IfData struct, Obytes uint64 +pkg syscall (freebsd-amd64), type IfData struct, Oerrors uint64 +pkg syscall (freebsd-amd64), type IfData struct, Omcasts uint64 +pkg syscall (freebsd-amd64), type IfData struct, Opackets uint64 +pkg syscall (freebsd-amd64), type IfData struct, Physical uint8 +pkg syscall (freebsd-amd64), type IfData struct, Spare_char1 uint8 +pkg syscall (freebsd-amd64), type IfData struct, Spare_char2 uint8 +pkg syscall (freebsd-amd64), type IfData struct, Type uint8 +pkg syscall (freebsd-amd64), type IfMsghdr struct +pkg syscall (freebsd-amd64), type IfMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64), type IfMsghdr struct, Data IfData +pkg syscall (freebsd-amd64), type IfMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64), type IfMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64), type IfMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64), type IfMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64), type IfMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64), type IfaMsghdr struct +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Metric int32 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64), type IfaMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64), type IfmaMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64), type Inet6Pktinfo struct +pkg syscall (freebsd-amd64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (freebsd-amd64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (freebsd-amd64), type InterfaceAddrMessage struct +pkg syscall (freebsd-amd64), type InterfaceAddrMessage struct, Data []uint8 +pkg syscall (freebsd-amd64), type InterfaceAddrMessage struct, Header IfaMsghdr +pkg syscall (freebsd-amd64), type InterfaceMessage struct +pkg syscall (freebsd-amd64), type InterfaceMessage struct, Data []uint8 +pkg syscall (freebsd-amd64), type InterfaceMessage struct, Header IfMsghdr +pkg syscall (freebsd-amd64), type InterfaceMulticastAddrMessage struct +pkg syscall (freebsd-amd64), type InterfaceMulticastAddrMessage struct, Data []uint8 +pkg syscall (freebsd-amd64), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr +pkg syscall (freebsd-amd64), type Iovec struct +pkg syscall (freebsd-amd64), type Iovec struct, Base *uint8 +pkg syscall (freebsd-amd64), type Iovec struct, Len uint64 +pkg syscall (freebsd-amd64), type Kevent_t struct +pkg syscall (freebsd-amd64), type Kevent_t struct, Data int64 +pkg syscall (freebsd-amd64), type Kevent_t struct, Fflags uint32 +pkg syscall (freebsd-amd64), type Kevent_t struct, Filter int16 +pkg syscall (freebsd-amd64), type Kevent_t struct, Flags uint16 +pkg syscall (freebsd-amd64), type Kevent_t struct, Ident uint64 +pkg syscall (freebsd-amd64), type Kevent_t struct, Udata *uint8 +pkg syscall (freebsd-amd64), type Msghdr struct +pkg syscall (freebsd-amd64), type Msghdr struct, Control *uint8 +pkg syscall (freebsd-amd64), type Msghdr struct, Controllen uint32 +pkg syscall (freebsd-amd64), type Msghdr struct, Flags int32 +pkg syscall (freebsd-amd64), type Msghdr struct, Iov *Iovec +pkg syscall (freebsd-amd64), type Msghdr struct, Iovlen int32 +pkg syscall (freebsd-amd64), type Msghdr struct, Name *uint8 +pkg syscall (freebsd-amd64), type Msghdr struct, Namelen uint32 +pkg syscall (freebsd-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (freebsd-amd64), type RawSockaddr struct, Data [14]int8 +pkg syscall (freebsd-amd64), type RawSockaddr struct, Family uint8 +pkg syscall (freebsd-amd64), type RawSockaddr struct, Len uint8 +pkg syscall (freebsd-amd64), type RawSockaddrAny struct, Pad [92]int8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-amd64), type RawSockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-amd64), type RawSockaddrInet4 struct, Family uint8 +pkg syscall (freebsd-amd64), type RawSockaddrInet4 struct, Len uint8 +pkg syscall (freebsd-amd64), type RawSockaddrInet4 struct, Zero [8]int8 +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Family uint8 +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Len uint8 +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (freebsd-amd64), type RawSockaddrUnix struct +pkg syscall (freebsd-amd64), type RawSockaddrUnix struct, Family uint8 +pkg syscall (freebsd-amd64), type RawSockaddrUnix struct, Len uint8 +pkg syscall (freebsd-amd64), type RawSockaddrUnix struct, Path [104]int8 +pkg syscall (freebsd-amd64), type Rlimit struct +pkg syscall (freebsd-amd64), type Rlimit struct, Cur int64 +pkg syscall (freebsd-amd64), type Rlimit struct, Max int64 +pkg syscall (freebsd-amd64), type RouteMessage struct +pkg syscall (freebsd-amd64), type RouteMessage struct, Data []uint8 +pkg syscall (freebsd-amd64), type RouteMessage struct, Header RtMsghdr +pkg syscall (freebsd-amd64), type RoutingMessage interface, unexported methods +pkg syscall (freebsd-amd64), type RtMetrics struct +pkg syscall (freebsd-amd64), type RtMetrics struct, Expire uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Filler [3]uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Hopcount uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Locks uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Mtu uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Pksent uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Recvpipe uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Rtt uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Rttvar uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Sendpipe uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Ssthresh uint64 +pkg syscall (freebsd-amd64), type RtMetrics struct, Weight uint64 +pkg syscall (freebsd-amd64), type RtMsghdr struct +pkg syscall (freebsd-amd64), type RtMsghdr struct, Addrs int32 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Errno int32 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Flags int32 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Fmask int32 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Inits uint64 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Pid int32 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Rmx RtMetrics +pkg syscall (freebsd-amd64), type RtMsghdr struct, Seq int32 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64), type RtMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64), type Rusage struct, Idrss int64 +pkg syscall (freebsd-amd64), type Rusage struct, Inblock int64 +pkg syscall (freebsd-amd64), type Rusage struct, Isrss int64 +pkg syscall (freebsd-amd64), type Rusage struct, Ixrss int64 +pkg syscall (freebsd-amd64), type Rusage struct, Majflt int64 +pkg syscall (freebsd-amd64), type Rusage struct, Maxrss int64 +pkg syscall (freebsd-amd64), type Rusage struct, Minflt int64 +pkg syscall (freebsd-amd64), type Rusage struct, Msgrcv int64 +pkg syscall (freebsd-amd64), type Rusage struct, Msgsnd int64 +pkg syscall (freebsd-amd64), type Rusage struct, Nivcsw int64 +pkg syscall (freebsd-amd64), type Rusage struct, Nsignals int64 +pkg syscall (freebsd-amd64), type Rusage struct, Nswap int64 +pkg syscall (freebsd-amd64), type Rusage struct, Nvcsw int64 +pkg syscall (freebsd-amd64), type Rusage struct, Oublock int64 +pkg syscall (freebsd-amd64), type Rusage struct, Stime Timeval +pkg syscall (freebsd-amd64), type Rusage struct, Utime Timeval +pkg syscall (freebsd-amd64), type SockaddrDatalink struct +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Alen uint8 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Data [46]int8 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Family uint8 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Index uint16 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Len uint8 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Nlen uint8 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Slen uint8 +pkg syscall (freebsd-amd64), type SockaddrDatalink struct, Type uint8 +pkg syscall (freebsd-amd64), type SocketControlMessage struct +pkg syscall (freebsd-amd64), type SocketControlMessage struct, Data []uint8 +pkg syscall (freebsd-amd64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (freebsd-amd64), type Stat_t struct +pkg syscall (freebsd-amd64), type Stat_t struct, Atimespec Timespec +pkg syscall (freebsd-amd64), type Stat_t struct, Birthtimespec Timespec +pkg syscall (freebsd-amd64), type Stat_t struct, Blksize uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Blocks int64 +pkg syscall (freebsd-amd64), type Stat_t struct, Ctimespec Timespec +pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Flags uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Gid uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Lspare int32 +pkg syscall (freebsd-amd64), type Stat_t struct, Mode uint16 +pkg syscall (freebsd-amd64), type Stat_t struct, Mtimespec Timespec +pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint16 +pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint32 +pkg syscall (freebsd-amd64), type Stat_t struct, Size int64 +pkg syscall (freebsd-amd64), type Stat_t struct, Uid uint32 +pkg syscall (freebsd-amd64), type Statfs_t struct +pkg syscall (freebsd-amd64), type Statfs_t struct, Asyncreads uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Asyncwrites uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Bavail int64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Bfree uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Blocks uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Bsize uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Charspare [80]int8 +pkg syscall (freebsd-amd64), type Statfs_t struct, Ffree int64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Files uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Flags uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Fsid Fsid +pkg syscall (freebsd-amd64), type Statfs_t struct, Fstypename [16]int8 +pkg syscall (freebsd-amd64), type Statfs_t struct, Iosize uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [88]int8 +pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [88]int8 +pkg syscall (freebsd-amd64), type Statfs_t struct, Namemax uint32 +pkg syscall (freebsd-amd64), type Statfs_t struct, Owner uint32 +pkg syscall (freebsd-amd64), type Statfs_t struct, Spare [10]uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Syncreads uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Syncwrites uint64 +pkg syscall (freebsd-amd64), type Statfs_t struct, Type uint32 +pkg syscall (freebsd-amd64), type Statfs_t struct, Version uint32 +pkg syscall (freebsd-amd64), type SysProcAttr struct, Chroot string +pkg syscall (freebsd-amd64), type SysProcAttr struct, Credential *Credential +pkg syscall (freebsd-amd64), type SysProcAttr struct, Noctty bool +pkg syscall (freebsd-amd64), type SysProcAttr struct, Ptrace bool +pkg syscall (freebsd-amd64), type SysProcAttr struct, Setctty bool +pkg syscall (freebsd-amd64), type SysProcAttr struct, Setpgid bool +pkg syscall (freebsd-amd64), type SysProcAttr struct, Setsid bool +pkg syscall (freebsd-amd64), type Timespec struct, Nsec int64 +pkg syscall (freebsd-amd64), type Timespec struct, Sec int64 +pkg syscall (freebsd-amd64), type Timeval struct, Sec int64 +pkg syscall (freebsd-amd64), type Timeval struct, Usec int64 +pkg syscall (freebsd-amd64), type WaitStatus uint32 +pkg syscall (freebsd-amd64), var Stderr int +pkg syscall (freebsd-amd64), var Stdin int +pkg syscall (freebsd-amd64), var Stdout int +pkg syscall (linux-386), const AF_ALG ideal-int +pkg syscall (linux-386), const AF_APPLETALK ideal-int +pkg syscall (linux-386), const AF_ASH ideal-int +pkg syscall (linux-386), const AF_ATMPVC ideal-int +pkg syscall (linux-386), const AF_ATMSVC ideal-int +pkg syscall (linux-386), const AF_AX25 ideal-int +pkg syscall (linux-386), const AF_BLUETOOTH ideal-int +pkg syscall (linux-386), const AF_BRIDGE ideal-int +pkg syscall (linux-386), const AF_CAIF ideal-int +pkg syscall (linux-386), const AF_CAN ideal-int +pkg syscall (linux-386), const AF_DECnet ideal-int +pkg syscall (linux-386), const AF_ECONET ideal-int +pkg syscall (linux-386), const AF_FILE ideal-int +pkg syscall (linux-386), const AF_IEEE802154 ideal-int +pkg syscall (linux-386), const AF_IPX ideal-int +pkg syscall (linux-386), const AF_IRDA ideal-int +pkg syscall (linux-386), const AF_ISDN ideal-int +pkg syscall (linux-386), const AF_IUCV ideal-int +pkg syscall (linux-386), const AF_KEY ideal-int +pkg syscall (linux-386), const AF_LLC ideal-int +pkg syscall (linux-386), const AF_LOCAL ideal-int +pkg syscall (linux-386), const AF_MAX ideal-int +pkg syscall (linux-386), const AF_NETBEUI ideal-int +pkg syscall (linux-386), const AF_NETLINK ideal-int +pkg syscall (linux-386), const AF_NETROM ideal-int +pkg syscall (linux-386), const AF_PACKET ideal-int +pkg syscall (linux-386), const AF_PHONET ideal-int +pkg syscall (linux-386), const AF_PPPOX ideal-int +pkg syscall (linux-386), const AF_RDS ideal-int +pkg syscall (linux-386), const AF_ROSE ideal-int +pkg syscall (linux-386), const AF_ROUTE ideal-int +pkg syscall (linux-386), const AF_RXRPC ideal-int +pkg syscall (linux-386), const AF_SECURITY ideal-int +pkg syscall (linux-386), const AF_SNA ideal-int +pkg syscall (linux-386), const AF_TIPC ideal-int +pkg syscall (linux-386), const AF_WANPIPE ideal-int +pkg syscall (linux-386), const AF_X25 ideal-int +pkg syscall (linux-386), const ARPHRD_ADAPT ideal-int +pkg syscall (linux-386), const ARPHRD_APPLETLK ideal-int +pkg syscall (linux-386), const ARPHRD_ARCNET ideal-int +pkg syscall (linux-386), const ARPHRD_ASH ideal-int +pkg syscall (linux-386), const ARPHRD_ATM ideal-int +pkg syscall (linux-386), const ARPHRD_AX25 ideal-int +pkg syscall (linux-386), const ARPHRD_BIF ideal-int +pkg syscall (linux-386), const ARPHRD_CHAOS ideal-int +pkg syscall (linux-386), const ARPHRD_CISCO ideal-int +pkg syscall (linux-386), const ARPHRD_CSLIP ideal-int +pkg syscall (linux-386), const ARPHRD_CSLIP6 ideal-int +pkg syscall (linux-386), const ARPHRD_DDCMP ideal-int +pkg syscall (linux-386), const ARPHRD_DLCI ideal-int +pkg syscall (linux-386), const ARPHRD_ECONET ideal-int +pkg syscall (linux-386), const ARPHRD_EETHER ideal-int +pkg syscall (linux-386), const ARPHRD_ETHER ideal-int +pkg syscall (linux-386), const ARPHRD_EUI64 ideal-int +pkg syscall (linux-386), const ARPHRD_FCAL ideal-int +pkg syscall (linux-386), const ARPHRD_FCFABRIC ideal-int +pkg syscall (linux-386), const ARPHRD_FCPL ideal-int +pkg syscall (linux-386), const ARPHRD_FCPP ideal-int +pkg syscall (linux-386), const ARPHRD_FDDI ideal-int +pkg syscall (linux-386), const ARPHRD_FRAD ideal-int +pkg syscall (linux-386), const ARPHRD_HDLC ideal-int +pkg syscall (linux-386), const ARPHRD_HIPPI ideal-int +pkg syscall (linux-386), const ARPHRD_HWX25 ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE1394 ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE802 ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE80211 ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE80211_PRISM ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE80211_RADIOTAP ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE802154 ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY ideal-int +pkg syscall (linux-386), const ARPHRD_IEEE802_TR ideal-int +pkg syscall (linux-386), const ARPHRD_INFINIBAND ideal-int +pkg syscall (linux-386), const ARPHRD_IPDDP ideal-int +pkg syscall (linux-386), const ARPHRD_IPGRE ideal-int +pkg syscall (linux-386), const ARPHRD_IRDA ideal-int +pkg syscall (linux-386), const ARPHRD_LAPB ideal-int +pkg syscall (linux-386), const ARPHRD_LOCALTLK ideal-int +pkg syscall (linux-386), const ARPHRD_LOOPBACK ideal-int +pkg syscall (linux-386), const ARPHRD_METRICOM ideal-int +pkg syscall (linux-386), const ARPHRD_NETROM ideal-int +pkg syscall (linux-386), const ARPHRD_NONE ideal-int +pkg syscall (linux-386), const ARPHRD_PIMREG ideal-int +pkg syscall (linux-386), const ARPHRD_PPP ideal-int +pkg syscall (linux-386), const ARPHRD_PRONET ideal-int +pkg syscall (linux-386), const ARPHRD_RAWHDLC ideal-int +pkg syscall (linux-386), const ARPHRD_ROSE ideal-int +pkg syscall (linux-386), const ARPHRD_RSRVD ideal-int +pkg syscall (linux-386), const ARPHRD_SIT ideal-int +pkg syscall (linux-386), const ARPHRD_SKIP ideal-int +pkg syscall (linux-386), const ARPHRD_SLIP ideal-int +pkg syscall (linux-386), const ARPHRD_SLIP6 ideal-int +pkg syscall (linux-386), const ARPHRD_TUNNEL ideal-int +pkg syscall (linux-386), const ARPHRD_TUNNEL6 ideal-int +pkg syscall (linux-386), const ARPHRD_VOID ideal-int +pkg syscall (linux-386), const ARPHRD_X25 ideal-int +pkg syscall (linux-386), const B0 ideal-int +pkg syscall (linux-386), const B1000000 ideal-int +pkg syscall (linux-386), const B110 ideal-int +pkg syscall (linux-386), const B115200 ideal-int +pkg syscall (linux-386), const B1152000 ideal-int +pkg syscall (linux-386), const B1200 ideal-int +pkg syscall (linux-386), const B134 ideal-int +pkg syscall (linux-386), const B150 ideal-int +pkg syscall (linux-386), const B1500000 ideal-int +pkg syscall (linux-386), const B1800 ideal-int +pkg syscall (linux-386), const B19200 ideal-int +pkg syscall (linux-386), const B200 ideal-int +pkg syscall (linux-386), const B2000000 ideal-int +pkg syscall (linux-386), const B230400 ideal-int +pkg syscall (linux-386), const B2400 ideal-int +pkg syscall (linux-386), const B2500000 ideal-int +pkg syscall (linux-386), const B300 ideal-int +pkg syscall (linux-386), const B3000000 ideal-int +pkg syscall (linux-386), const B3500000 ideal-int +pkg syscall (linux-386), const B38400 ideal-int +pkg syscall (linux-386), const B4000000 ideal-int +pkg syscall (linux-386), const B460800 ideal-int +pkg syscall (linux-386), const B4800 ideal-int +pkg syscall (linux-386), const B50 ideal-int +pkg syscall (linux-386), const B500000 ideal-int +pkg syscall (linux-386), const B57600 ideal-int +pkg syscall (linux-386), const B576000 ideal-int +pkg syscall (linux-386), const B600 ideal-int +pkg syscall (linux-386), const B75 ideal-int +pkg syscall (linux-386), const B921600 ideal-int +pkg syscall (linux-386), const B9600 ideal-int +pkg syscall (linux-386), const BPF_A ideal-int +pkg syscall (linux-386), const BPF_ABS ideal-int +pkg syscall (linux-386), const BPF_ADD ideal-int +pkg syscall (linux-386), const BPF_ALU ideal-int +pkg syscall (linux-386), const BPF_AND ideal-int +pkg syscall (linux-386), const BPF_B ideal-int +pkg syscall (linux-386), const BPF_DIV ideal-int +pkg syscall (linux-386), const BPF_H ideal-int +pkg syscall (linux-386), const BPF_IMM ideal-int +pkg syscall (linux-386), const BPF_IND ideal-int +pkg syscall (linux-386), const BPF_JA ideal-int +pkg syscall (linux-386), const BPF_JEQ ideal-int +pkg syscall (linux-386), const BPF_JGE ideal-int +pkg syscall (linux-386), const BPF_JGT ideal-int +pkg syscall (linux-386), const BPF_JMP ideal-int +pkg syscall (linux-386), const BPF_JSET ideal-int +pkg syscall (linux-386), const BPF_K ideal-int +pkg syscall (linux-386), const BPF_LD ideal-int +pkg syscall (linux-386), const BPF_LDX ideal-int +pkg syscall (linux-386), const BPF_LEN ideal-int +pkg syscall (linux-386), const BPF_LSH ideal-int +pkg syscall (linux-386), const BPF_MAJOR_VERSION ideal-int +pkg syscall (linux-386), const BPF_MAXINSNS ideal-int +pkg syscall (linux-386), const BPF_MEM ideal-int +pkg syscall (linux-386), const BPF_MEMWORDS ideal-int +pkg syscall (linux-386), const BPF_MINOR_VERSION ideal-int +pkg syscall (linux-386), const BPF_MISC ideal-int +pkg syscall (linux-386), const BPF_MSH ideal-int +pkg syscall (linux-386), const BPF_MUL ideal-int +pkg syscall (linux-386), const BPF_NEG ideal-int +pkg syscall (linux-386), const BPF_OR ideal-int +pkg syscall (linux-386), const BPF_RET ideal-int +pkg syscall (linux-386), const BPF_RSH ideal-int +pkg syscall (linux-386), const BPF_ST ideal-int +pkg syscall (linux-386), const BPF_STX ideal-int +pkg syscall (linux-386), const BPF_SUB ideal-int +pkg syscall (linux-386), const BPF_TAX ideal-int +pkg syscall (linux-386), const BPF_TXA ideal-int +pkg syscall (linux-386), const BPF_W ideal-int +pkg syscall (linux-386), const BPF_X ideal-int +pkg syscall (linux-386), const BRKINT ideal-int +pkg syscall (linux-386), const CLOCAL ideal-int +pkg syscall (linux-386), const CREAD ideal-int +pkg syscall (linux-386), const CS5 ideal-int +pkg syscall (linux-386), const CS6 ideal-int +pkg syscall (linux-386), const CS7 ideal-int +pkg syscall (linux-386), const CS8 ideal-int +pkg syscall (linux-386), const CSIZE ideal-int +pkg syscall (linux-386), const CSTOPB ideal-int +pkg syscall (linux-386), const DT_BLK ideal-int +pkg syscall (linux-386), const DT_CHR ideal-int +pkg syscall (linux-386), const DT_DIR ideal-int +pkg syscall (linux-386), const DT_FIFO ideal-int +pkg syscall (linux-386), const DT_LNK ideal-int +pkg syscall (linux-386), const DT_REG ideal-int +pkg syscall (linux-386), const DT_SOCK ideal-int +pkg syscall (linux-386), const DT_UNKNOWN ideal-int +pkg syscall (linux-386), const DT_WHT ideal-int +pkg syscall (linux-386), const EADV Errno +pkg syscall (linux-386), const EBADE Errno +pkg syscall (linux-386), const EBADFD Errno +pkg syscall (linux-386), const EBADMSG Errno +pkg syscall (linux-386), const EBADR Errno +pkg syscall (linux-386), const EBADRQC Errno +pkg syscall (linux-386), const EBADSLT Errno +pkg syscall (linux-386), const EBFONT Errno +pkg syscall (linux-386), const ECHO ideal-int +pkg syscall (linux-386), const ECHOCTL ideal-int +pkg syscall (linux-386), const ECHOE ideal-int +pkg syscall (linux-386), const ECHOK ideal-int +pkg syscall (linux-386), const ECHOKE ideal-int +pkg syscall (linux-386), const ECHONL ideal-int +pkg syscall (linux-386), const ECHOPRT ideal-int +pkg syscall (linux-386), const ECHRNG Errno +pkg syscall (linux-386), const ECOMM Errno +pkg syscall (linux-386), const EDEADLOCK Errno +pkg syscall (linux-386), const EDOTDOT Errno +pkg syscall (linux-386), const EISNAM Errno +pkg syscall (linux-386), const EKEYEXPIRED Errno +pkg syscall (linux-386), const EKEYREJECTED Errno +pkg syscall (linux-386), const EKEYREVOKED Errno +pkg syscall (linux-386), const EL2HLT Errno +pkg syscall (linux-386), const EL2NSYNC Errno +pkg syscall (linux-386), const EL3HLT Errno +pkg syscall (linux-386), const EL3RST Errno +pkg syscall (linux-386), const ELIBACC Errno +pkg syscall (linux-386), const ELIBBAD Errno +pkg syscall (linux-386), const ELIBEXEC Errno +pkg syscall (linux-386), const ELIBMAX Errno +pkg syscall (linux-386), const ELIBSCN Errno +pkg syscall (linux-386), const ELNRNG Errno +pkg syscall (linux-386), const EMEDIUMTYPE Errno +pkg syscall (linux-386), const EMULTIHOP Errno +pkg syscall (linux-386), const ENAVAIL Errno +pkg syscall (linux-386), const ENOANO Errno +pkg syscall (linux-386), const ENOCSI Errno +pkg syscall (linux-386), const ENODATA Errno +pkg syscall (linux-386), const ENOKEY Errno +pkg syscall (linux-386), const ENOLINK Errno +pkg syscall (linux-386), const ENOMEDIUM Errno +pkg syscall (linux-386), const ENONET Errno +pkg syscall (linux-386), const ENOPKG Errno +pkg syscall (linux-386), const ENOSR Errno +pkg syscall (linux-386), const ENOSTR Errno +pkg syscall (linux-386), const ENOTNAM Errno +pkg syscall (linux-386), const ENOTRECOVERABLE Errno +pkg syscall (linux-386), const ENOTUNIQ Errno +pkg syscall (linux-386), const EOWNERDEAD Errno +pkg syscall (linux-386), const EPOLLERR ideal-int +pkg syscall (linux-386), const EPOLLET ideal-int +pkg syscall (linux-386), const EPOLLHUP ideal-int +pkg syscall (linux-386), const EPOLLIN ideal-int +pkg syscall (linux-386), const EPOLLMSG ideal-int +pkg syscall (linux-386), const EPOLLONESHOT ideal-int +pkg syscall (linux-386), const EPOLLOUT ideal-int +pkg syscall (linux-386), const EPOLLPRI ideal-int +pkg syscall (linux-386), const EPOLLRDBAND ideal-int +pkg syscall (linux-386), const EPOLLRDHUP ideal-int +pkg syscall (linux-386), const EPOLLRDNORM ideal-int +pkg syscall (linux-386), const EPOLLWRBAND ideal-int +pkg syscall (linux-386), const EPOLLWRNORM ideal-int +pkg syscall (linux-386), const EPOLL_CLOEXEC ideal-int +pkg syscall (linux-386), const EPOLL_CTL_ADD ideal-int +pkg syscall (linux-386), const EPOLL_CTL_DEL ideal-int +pkg syscall (linux-386), const EPOLL_CTL_MOD ideal-int +pkg syscall (linux-386), const EPOLL_NONBLOCK ideal-int +pkg syscall (linux-386), const EPROTO Errno +pkg syscall (linux-386), const EREMCHG Errno +pkg syscall (linux-386), const EREMOTEIO Errno +pkg syscall (linux-386), const ERESTART Errno +pkg syscall (linux-386), const ERFKILL Errno +pkg syscall (linux-386), const ESRMNT Errno +pkg syscall (linux-386), const ESTRPIPE Errno +pkg syscall (linux-386), const ETH_P_1588 ideal-int +pkg syscall (linux-386), const ETH_P_8021Q ideal-int +pkg syscall (linux-386), const ETH_P_802_2 ideal-int +pkg syscall (linux-386), const ETH_P_802_3 ideal-int +pkg syscall (linux-386), const ETH_P_AARP ideal-int +pkg syscall (linux-386), const ETH_P_ALL ideal-int +pkg syscall (linux-386), const ETH_P_AOE ideal-int +pkg syscall (linux-386), const ETH_P_ARCNET ideal-int +pkg syscall (linux-386), const ETH_P_ARP ideal-int +pkg syscall (linux-386), const ETH_P_ATALK ideal-int +pkg syscall (linux-386), const ETH_P_ATMFATE ideal-int +pkg syscall (linux-386), const ETH_P_ATMMPOA ideal-int +pkg syscall (linux-386), const ETH_P_AX25 ideal-int +pkg syscall (linux-386), const ETH_P_BPQ ideal-int +pkg syscall (linux-386), const ETH_P_CAIF ideal-int +pkg syscall (linux-386), const ETH_P_CAN ideal-int +pkg syscall (linux-386), const ETH_P_CONTROL ideal-int +pkg syscall (linux-386), const ETH_P_CUST ideal-int +pkg syscall (linux-386), const ETH_P_DDCMP ideal-int +pkg syscall (linux-386), const ETH_P_DEC ideal-int +pkg syscall (linux-386), const ETH_P_DIAG ideal-int +pkg syscall (linux-386), const ETH_P_DNA_DL ideal-int +pkg syscall (linux-386), const ETH_P_DNA_RC ideal-int +pkg syscall (linux-386), const ETH_P_DNA_RT ideal-int +pkg syscall (linux-386), const ETH_P_DSA ideal-int +pkg syscall (linux-386), const ETH_P_ECONET ideal-int +pkg syscall (linux-386), const ETH_P_EDSA ideal-int +pkg syscall (linux-386), const ETH_P_FCOE ideal-int +pkg syscall (linux-386), const ETH_P_FIP ideal-int +pkg syscall (linux-386), const ETH_P_HDLC ideal-int +pkg syscall (linux-386), const ETH_P_IEEE802154 ideal-int +pkg syscall (linux-386), const ETH_P_IEEEPUP ideal-int +pkg syscall (linux-386), const ETH_P_IEEEPUPAT ideal-int +pkg syscall (linux-386), const ETH_P_IP ideal-int +pkg syscall (linux-386), const ETH_P_IPV6 ideal-int +pkg syscall (linux-386), const ETH_P_IPX ideal-int +pkg syscall (linux-386), const ETH_P_IRDA ideal-int +pkg syscall (linux-386), const ETH_P_LAT ideal-int +pkg syscall (linux-386), const ETH_P_LINK_CTL ideal-int +pkg syscall (linux-386), const ETH_P_LOCALTALK ideal-int +pkg syscall (linux-386), const ETH_P_LOOP ideal-int +pkg syscall (linux-386), const ETH_P_MOBITEX ideal-int +pkg syscall (linux-386), const ETH_P_MPLS_MC ideal-int +pkg syscall (linux-386), const ETH_P_MPLS_UC ideal-int +pkg syscall (linux-386), const ETH_P_PAE ideal-int +pkg syscall (linux-386), const ETH_P_PAUSE ideal-int +pkg syscall (linux-386), const ETH_P_PHONET ideal-int +pkg syscall (linux-386), const ETH_P_PPPTALK ideal-int +pkg syscall (linux-386), const ETH_P_PPP_DISC ideal-int +pkg syscall (linux-386), const ETH_P_PPP_MP ideal-int +pkg syscall (linux-386), const ETH_P_PPP_SES ideal-int +pkg syscall (linux-386), const ETH_P_PUP ideal-int +pkg syscall (linux-386), const ETH_P_PUPAT ideal-int +pkg syscall (linux-386), const ETH_P_RARP ideal-int +pkg syscall (linux-386), const ETH_P_SCA ideal-int +pkg syscall (linux-386), const ETH_P_SLOW ideal-int +pkg syscall (linux-386), const ETH_P_SNAP ideal-int +pkg syscall (linux-386), const ETH_P_TEB ideal-int +pkg syscall (linux-386), const ETH_P_TIPC ideal-int +pkg syscall (linux-386), const ETH_P_TRAILER ideal-int +pkg syscall (linux-386), const ETH_P_TR_802_2 ideal-int +pkg syscall (linux-386), const ETH_P_WAN_PPP ideal-int +pkg syscall (linux-386), const ETH_P_WCCP ideal-int +pkg syscall (linux-386), const ETH_P_X25 ideal-int +pkg syscall (linux-386), const ETIME Errno +pkg syscall (linux-386), const EUCLEAN Errno +pkg syscall (linux-386), const EUNATCH Errno +pkg syscall (linux-386), const EXFULL Errno +pkg syscall (linux-386), const FD_CLOEXEC ideal-int +pkg syscall (linux-386), const FD_SETSIZE ideal-int +pkg syscall (linux-386), const FLUSHO ideal-int +pkg syscall (linux-386), const F_DUPFD ideal-int +pkg syscall (linux-386), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (linux-386), const F_EXLCK ideal-int +pkg syscall (linux-386), const F_GETFD ideal-int +pkg syscall (linux-386), const F_GETFL ideal-int +pkg syscall (linux-386), const F_GETLEASE ideal-int +pkg syscall (linux-386), const F_GETLK ideal-int +pkg syscall (linux-386), const F_GETLK64 ideal-int +pkg syscall (linux-386), const F_GETOWN ideal-int +pkg syscall (linux-386), const F_GETOWN_EX ideal-int +pkg syscall (linux-386), const F_GETPIPE_SZ ideal-int +pkg syscall (linux-386), const F_GETSIG ideal-int +pkg syscall (linux-386), const F_LOCK ideal-int +pkg syscall (linux-386), const F_NOTIFY ideal-int +pkg syscall (linux-386), const F_OK ideal-int +pkg syscall (linux-386), const F_RDLCK ideal-int +pkg syscall (linux-386), const F_SETFD ideal-int +pkg syscall (linux-386), const F_SETFL ideal-int +pkg syscall (linux-386), const F_SETLEASE ideal-int +pkg syscall (linux-386), const F_SETLK ideal-int +pkg syscall (linux-386), const F_SETLK64 ideal-int +pkg syscall (linux-386), const F_SETLKW ideal-int +pkg syscall (linux-386), const F_SETLKW64 ideal-int +pkg syscall (linux-386), const F_SETOWN ideal-int +pkg syscall (linux-386), const F_SETOWN_EX ideal-int +pkg syscall (linux-386), const F_SETPIPE_SZ ideal-int +pkg syscall (linux-386), const F_SETSIG ideal-int +pkg syscall (linux-386), const F_SHLCK ideal-int +pkg syscall (linux-386), const F_TEST ideal-int +pkg syscall (linux-386), const F_TLOCK ideal-int +pkg syscall (linux-386), const F_ULOCK ideal-int +pkg syscall (linux-386), const F_UNLCK ideal-int +pkg syscall (linux-386), const F_WRLCK ideal-int +pkg syscall (linux-386), const HUPCL ideal-int +pkg syscall (linux-386), const ICANON ideal-int +pkg syscall (linux-386), const ICRNL ideal-int +pkg syscall (linux-386), const IEXTEN ideal-int +pkg syscall (linux-386), const IFA_ADDRESS ideal-int +pkg syscall (linux-386), const IFA_ANYCAST ideal-int +pkg syscall (linux-386), const IFA_BROADCAST ideal-int +pkg syscall (linux-386), const IFA_CACHEINFO ideal-int +pkg syscall (linux-386), const IFA_F_DADFAILED ideal-int +pkg syscall (linux-386), const IFA_F_DEPRECATED ideal-int +pkg syscall (linux-386), const IFA_F_HOMEADDRESS ideal-int +pkg syscall (linux-386), const IFA_F_NODAD ideal-int +pkg syscall (linux-386), const IFA_F_OPTIMISTIC ideal-int +pkg syscall (linux-386), const IFA_F_PERMANENT ideal-int +pkg syscall (linux-386), const IFA_F_SECONDARY ideal-int +pkg syscall (linux-386), const IFA_F_TEMPORARY ideal-int +pkg syscall (linux-386), const IFA_F_TENTATIVE ideal-int +pkg syscall (linux-386), const IFA_LABEL ideal-int +pkg syscall (linux-386), const IFA_LOCAL ideal-int +pkg syscall (linux-386), const IFA_MAX ideal-int +pkg syscall (linux-386), const IFA_MULTICAST ideal-int +pkg syscall (linux-386), const IFA_UNSPEC ideal-int +pkg syscall (linux-386), const IFF_ALLMULTI ideal-int +pkg syscall (linux-386), const IFF_AUTOMEDIA ideal-int +pkg syscall (linux-386), const IFF_DEBUG ideal-int +pkg syscall (linux-386), const IFF_DYNAMIC ideal-int +pkg syscall (linux-386), const IFF_MASTER ideal-int +pkg syscall (linux-386), const IFF_NOARP ideal-int +pkg syscall (linux-386), const IFF_NOTRAILERS ideal-int +pkg syscall (linux-386), const IFF_NO_PI ideal-int +pkg syscall (linux-386), const IFF_ONE_QUEUE ideal-int +pkg syscall (linux-386), const IFF_POINTOPOINT ideal-int +pkg syscall (linux-386), const IFF_PORTSEL ideal-int +pkg syscall (linux-386), const IFF_PROMISC ideal-int +pkg syscall (linux-386), const IFF_RUNNING ideal-int +pkg syscall (linux-386), const IFF_SLAVE ideal-int +pkg syscall (linux-386), const IFF_TAP ideal-int +pkg syscall (linux-386), const IFF_TUN ideal-int +pkg syscall (linux-386), const IFF_TUN_EXCL ideal-int +pkg syscall (linux-386), const IFF_VNET_HDR ideal-int +pkg syscall (linux-386), const IFLA_ADDRESS ideal-int +pkg syscall (linux-386), const IFLA_BROADCAST ideal-int +pkg syscall (linux-386), const IFLA_COST ideal-int +pkg syscall (linux-386), const IFLA_IFALIAS ideal-int +pkg syscall (linux-386), const IFLA_IFNAME ideal-int +pkg syscall (linux-386), const IFLA_LINK ideal-int +pkg syscall (linux-386), const IFLA_LINKINFO ideal-int +pkg syscall (linux-386), const IFLA_LINKMODE ideal-int +pkg syscall (linux-386), const IFLA_MAP ideal-int +pkg syscall (linux-386), const IFLA_MASTER ideal-int +pkg syscall (linux-386), const IFLA_MAX ideal-int +pkg syscall (linux-386), const IFLA_MTU ideal-int +pkg syscall (linux-386), const IFLA_NET_NS_PID ideal-int +pkg syscall (linux-386), const IFLA_OPERSTATE ideal-int +pkg syscall (linux-386), const IFLA_PRIORITY ideal-int +pkg syscall (linux-386), const IFLA_PROTINFO ideal-int +pkg syscall (linux-386), const IFLA_QDISC ideal-int +pkg syscall (linux-386), const IFLA_STATS ideal-int +pkg syscall (linux-386), const IFLA_TXQLEN ideal-int +pkg syscall (linux-386), const IFLA_UNSPEC ideal-int +pkg syscall (linux-386), const IFLA_WEIGHT ideal-int +pkg syscall (linux-386), const IFLA_WIRELESS ideal-int +pkg syscall (linux-386), const IFNAMSIZ ideal-int +pkg syscall (linux-386), const IGNBRK ideal-int +pkg syscall (linux-386), const IGNCR ideal-int +pkg syscall (linux-386), const IGNPAR ideal-int +pkg syscall (linux-386), const IMAXBEL ideal-int +pkg syscall (linux-386), const INLCR ideal-int +pkg syscall (linux-386), const INPCK ideal-int +pkg syscall (linux-386), const IN_ACCESS ideal-int +pkg syscall (linux-386), const IN_ALL_EVENTS ideal-int +pkg syscall (linux-386), const IN_ATTRIB ideal-int +pkg syscall (linux-386), const IN_CLASSA_HOST ideal-int +pkg syscall (linux-386), const IN_CLASSA_MAX ideal-int +pkg syscall (linux-386), const IN_CLASSA_NET ideal-int +pkg syscall (linux-386), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (linux-386), const IN_CLASSB_HOST ideal-int +pkg syscall (linux-386), const IN_CLASSB_MAX ideal-int +pkg syscall (linux-386), const IN_CLASSB_NET ideal-int +pkg syscall (linux-386), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (linux-386), const IN_CLASSC_HOST ideal-int +pkg syscall (linux-386), const IN_CLASSC_NET ideal-int +pkg syscall (linux-386), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (linux-386), const IN_CLOEXEC ideal-int +pkg syscall (linux-386), const IN_CLOSE ideal-int +pkg syscall (linux-386), const IN_CLOSE_NOWRITE ideal-int +pkg syscall (linux-386), const IN_CLOSE_WRITE ideal-int +pkg syscall (linux-386), const IN_CREATE ideal-int +pkg syscall (linux-386), const IN_DELETE ideal-int +pkg syscall (linux-386), const IN_DELETE_SELF ideal-int +pkg syscall (linux-386), const IN_DONT_FOLLOW ideal-int +pkg syscall (linux-386), const IN_EXCL_UNLINK ideal-int +pkg syscall (linux-386), const IN_IGNORED ideal-int +pkg syscall (linux-386), const IN_ISDIR ideal-int +pkg syscall (linux-386), const IN_LOOPBACKNET ideal-int +pkg syscall (linux-386), const IN_MASK_ADD ideal-int +pkg syscall (linux-386), const IN_MODIFY ideal-int +pkg syscall (linux-386), const IN_MOVE ideal-int +pkg syscall (linux-386), const IN_MOVED_FROM ideal-int +pkg syscall (linux-386), const IN_MOVED_TO ideal-int +pkg syscall (linux-386), const IN_MOVE_SELF ideal-int +pkg syscall (linux-386), const IN_NONBLOCK ideal-int +pkg syscall (linux-386), const IN_ONESHOT ideal-int +pkg syscall (linux-386), const IN_ONLYDIR ideal-int +pkg syscall (linux-386), const IN_OPEN ideal-int +pkg syscall (linux-386), const IN_Q_OVERFLOW ideal-int +pkg syscall (linux-386), const IN_UNMOUNT ideal-int +pkg syscall (linux-386), const IPPROTO_AH ideal-int +pkg syscall (linux-386), const IPPROTO_COMP ideal-int +pkg syscall (linux-386), const IPPROTO_DCCP ideal-int +pkg syscall (linux-386), const IPPROTO_DSTOPTS ideal-int +pkg syscall (linux-386), const IPPROTO_EGP ideal-int +pkg syscall (linux-386), const IPPROTO_ENCAP ideal-int +pkg syscall (linux-386), const IPPROTO_ESP ideal-int +pkg syscall (linux-386), const IPPROTO_FRAGMENT ideal-int +pkg syscall (linux-386), const IPPROTO_GRE ideal-int +pkg syscall (linux-386), const IPPROTO_HOPOPTS ideal-int +pkg syscall (linux-386), const IPPROTO_ICMP ideal-int +pkg syscall (linux-386), const IPPROTO_ICMPV6 ideal-int +pkg syscall (linux-386), const IPPROTO_IDP ideal-int +pkg syscall (linux-386), const IPPROTO_IGMP ideal-int +pkg syscall (linux-386), const IPPROTO_IPIP ideal-int +pkg syscall (linux-386), const IPPROTO_MTP ideal-int +pkg syscall (linux-386), const IPPROTO_NONE ideal-int +pkg syscall (linux-386), const IPPROTO_PIM ideal-int +pkg syscall (linux-386), const IPPROTO_PUP ideal-int +pkg syscall (linux-386), const IPPROTO_RAW ideal-int +pkg syscall (linux-386), const IPPROTO_ROUTING ideal-int +pkg syscall (linux-386), const IPPROTO_RSVP ideal-int +pkg syscall (linux-386), const IPPROTO_SCTP ideal-int +pkg syscall (linux-386), const IPPROTO_TP ideal-int +pkg syscall (linux-386), const IPPROTO_UDPLITE ideal-int +pkg syscall (linux-386), const IPV6_2292DSTOPTS ideal-int +pkg syscall (linux-386), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (linux-386), const IPV6_2292HOPOPTS ideal-int +pkg syscall (linux-386), const IPV6_2292PKTINFO ideal-int +pkg syscall (linux-386), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (linux-386), const IPV6_2292RTHDR ideal-int +pkg syscall (linux-386), const IPV6_ADDRFORM ideal-int +pkg syscall (linux-386), const IPV6_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-386), const IPV6_AUTHHDR ideal-int +pkg syscall (linux-386), const IPV6_CHECKSUM ideal-int +pkg syscall (linux-386), const IPV6_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-386), const IPV6_DSTOPTS ideal-int +pkg syscall (linux-386), const IPV6_HOPLIMIT ideal-int +pkg syscall (linux-386), const IPV6_HOPOPTS ideal-int +pkg syscall (linux-386), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (linux-386), const IPV6_JOIN_ANYCAST ideal-int +pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST ideal-int +pkg syscall (linux-386), const IPV6_MTU ideal-int +pkg syscall (linux-386), const IPV6_MTU_DISCOVER ideal-int +pkg syscall (linux-386), const IPV6_NEXTHOP ideal-int +pkg syscall (linux-386), const IPV6_PKTINFO ideal-int +pkg syscall (linux-386), const IPV6_PMTUDISC_DO ideal-int +pkg syscall (linux-386), const IPV6_PMTUDISC_DONT ideal-int +pkg syscall (linux-386), const IPV6_PMTUDISC_PROBE ideal-int +pkg syscall (linux-386), const IPV6_PMTUDISC_WANT ideal-int +pkg syscall (linux-386), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (linux-386), const IPV6_RECVERR ideal-int +pkg syscall (linux-386), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (linux-386), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (linux-386), const IPV6_RECVPKTINFO ideal-int +pkg syscall (linux-386), const IPV6_RECVRTHDR ideal-int +pkg syscall (linux-386), const IPV6_RECVTCLASS ideal-int +pkg syscall (linux-386), const IPV6_ROUTER_ALERT ideal-int +pkg syscall (linux-386), const IPV6_RTHDR ideal-int +pkg syscall (linux-386), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (linux-386), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (linux-386), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (linux-386), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (linux-386), const IPV6_RXDSTOPTS ideal-int +pkg syscall (linux-386), const IPV6_RXHOPOPTS ideal-int +pkg syscall (linux-386), const IPV6_TCLASS ideal-int +pkg syscall (linux-386), const IPV6_XFRM_POLICY ideal-int +pkg syscall (linux-386), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-386), const IP_BLOCK_SOURCE ideal-int +pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (linux-386), const IP_DF ideal-int +pkg syscall (linux-386), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-386), const IP_FREEBIND ideal-int +pkg syscall (linux-386), const IP_HDRINCL ideal-int +pkg syscall (linux-386), const IP_IPSEC_POLICY ideal-int +pkg syscall (linux-386), const IP_MAXPACKET ideal-int +pkg syscall (linux-386), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (linux-386), const IP_MF ideal-int +pkg syscall (linux-386), const IP_MINTTL ideal-int +pkg syscall (linux-386), const IP_MSFILTER ideal-int +pkg syscall (linux-386), const IP_MSS ideal-int +pkg syscall (linux-386), const IP_MTU ideal-int +pkg syscall (linux-386), const IP_MTU_DISCOVER ideal-int +pkg syscall (linux-386), const IP_OFFMASK ideal-int +pkg syscall (linux-386), const IP_OPTIONS ideal-int +pkg syscall (linux-386), const IP_ORIGDSTADDR ideal-int +pkg syscall (linux-386), const IP_PASSSEC ideal-int +pkg syscall (linux-386), const IP_PKTINFO ideal-int +pkg syscall (linux-386), const IP_PKTOPTIONS ideal-int +pkg syscall (linux-386), const IP_PMTUDISC ideal-int +pkg syscall (linux-386), const IP_PMTUDISC_DO ideal-int +pkg syscall (linux-386), const IP_PMTUDISC_DONT ideal-int +pkg syscall (linux-386), const IP_PMTUDISC_PROBE ideal-int +pkg syscall (linux-386), const IP_PMTUDISC_WANT ideal-int +pkg syscall (linux-386), const IP_RECVERR ideal-int +pkg syscall (linux-386), const IP_RECVOPTS ideal-int +pkg syscall (linux-386), const IP_RECVORIGDSTADDR ideal-int +pkg syscall (linux-386), const IP_RECVRETOPTS ideal-int +pkg syscall (linux-386), const IP_RECVTOS ideal-int +pkg syscall (linux-386), const IP_RECVTTL ideal-int +pkg syscall (linux-386), const IP_RETOPTS ideal-int +pkg syscall (linux-386), const IP_RF ideal-int +pkg syscall (linux-386), const IP_ROUTER_ALERT ideal-int +pkg syscall (linux-386), const IP_TRANSPARENT ideal-int +pkg syscall (linux-386), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (linux-386), const IP_XFRM_POLICY ideal-int +pkg syscall (linux-386), const ISIG ideal-int +pkg syscall (linux-386), const ISTRIP ideal-int +pkg syscall (linux-386), const IUCLC ideal-int +pkg syscall (linux-386), const IUTF8 ideal-int +pkg syscall (linux-386), const IXANY ideal-int +pkg syscall (linux-386), const IXOFF ideal-int +pkg syscall (linux-386), const IXON ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART2 ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_MAGIC1 ideal-int +pkg syscall (linux-386), const LINUX_REBOOT_MAGIC2 ideal-int +pkg syscall (linux-386), const LOCK_EX ideal-int +pkg syscall (linux-386), const LOCK_NB ideal-int +pkg syscall (linux-386), const LOCK_SH ideal-int +pkg syscall (linux-386), const LOCK_UN ideal-int +pkg syscall (linux-386), const MADV_DOFORK ideal-int +pkg syscall (linux-386), const MADV_DONTFORK ideal-int +pkg syscall (linux-386), const MADV_DONTNEED ideal-int +pkg syscall (linux-386), const MADV_HUGEPAGE ideal-int +pkg syscall (linux-386), const MADV_HWPOISON ideal-int +pkg syscall (linux-386), const MADV_MERGEABLE ideal-int +pkg syscall (linux-386), const MADV_NOHUGEPAGE ideal-int +pkg syscall (linux-386), const MADV_NORMAL ideal-int +pkg syscall (linux-386), const MADV_RANDOM ideal-int +pkg syscall (linux-386), const MADV_REMOVE ideal-int +pkg syscall (linux-386), const MADV_SEQUENTIAL ideal-int +pkg syscall (linux-386), const MADV_UNMERGEABLE ideal-int +pkg syscall (linux-386), const MADV_WILLNEED ideal-int +pkg syscall (linux-386), const MAP_32BIT ideal-int +pkg syscall (linux-386), const MAP_ANON ideal-int +pkg syscall (linux-386), const MAP_ANONYMOUS ideal-int +pkg syscall (linux-386), const MAP_DENYWRITE ideal-int +pkg syscall (linux-386), const MAP_EXECUTABLE ideal-int +pkg syscall (linux-386), const MAP_FILE ideal-int +pkg syscall (linux-386), const MAP_FIXED ideal-int +pkg syscall (linux-386), const MAP_GROWSDOWN ideal-int +pkg syscall (linux-386), const MAP_HUGETLB ideal-int +pkg syscall (linux-386), const MAP_LOCKED ideal-int +pkg syscall (linux-386), const MAP_NONBLOCK ideal-int +pkg syscall (linux-386), const MAP_NORESERVE ideal-int +pkg syscall (linux-386), const MAP_POPULATE ideal-int +pkg syscall (linux-386), const MAP_PRIVATE ideal-int +pkg syscall (linux-386), const MAP_SHARED ideal-int +pkg syscall (linux-386), const MAP_STACK ideal-int +pkg syscall (linux-386), const MAP_TYPE ideal-int +pkg syscall (linux-386), const MCL_CURRENT ideal-int +pkg syscall (linux-386), const MCL_FUTURE ideal-int +pkg syscall (linux-386), const MNT_DETACH ideal-int +pkg syscall (linux-386), const MNT_EXPIRE ideal-int +pkg syscall (linux-386), const MNT_FORCE ideal-int +pkg syscall (linux-386), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (linux-386), const MSG_CONFIRM ideal-int +pkg syscall (linux-386), const MSG_CTRUNC ideal-int +pkg syscall (linux-386), const MSG_DONTROUTE ideal-int +pkg syscall (linux-386), const MSG_DONTWAIT ideal-int +pkg syscall (linux-386), const MSG_EOR ideal-int +pkg syscall (linux-386), const MSG_ERRQUEUE ideal-int +pkg syscall (linux-386), const MSG_FIN ideal-int +pkg syscall (linux-386), const MSG_MORE ideal-int +pkg syscall (linux-386), const MSG_NOSIGNAL ideal-int +pkg syscall (linux-386), const MSG_OOB ideal-int +pkg syscall (linux-386), const MSG_PEEK ideal-int +pkg syscall (linux-386), const MSG_PROXY ideal-int +pkg syscall (linux-386), const MSG_RST ideal-int +pkg syscall (linux-386), const MSG_SYN ideal-int +pkg syscall (linux-386), const MSG_TRUNC ideal-int +pkg syscall (linux-386), const MSG_TRYHARD ideal-int +pkg syscall (linux-386), const MSG_WAITALL ideal-int +pkg syscall (linux-386), const MSG_WAITFORONE ideal-int +pkg syscall (linux-386), const MS_ACTIVE ideal-int +pkg syscall (linux-386), const MS_ASYNC ideal-int +pkg syscall (linux-386), const MS_BIND ideal-int +pkg syscall (linux-386), const MS_DIRSYNC ideal-int +pkg syscall (linux-386), const MS_INVALIDATE ideal-int +pkg syscall (linux-386), const MS_I_VERSION ideal-int +pkg syscall (linux-386), const MS_KERNMOUNT ideal-int +pkg syscall (linux-386), const MS_MANDLOCK ideal-int +pkg syscall (linux-386), const MS_MGC_MSK ideal-int +pkg syscall (linux-386), const MS_MGC_VAL ideal-int +pkg syscall (linux-386), const MS_MOVE ideal-int +pkg syscall (linux-386), const MS_NOATIME ideal-int +pkg syscall (linux-386), const MS_NODEV ideal-int +pkg syscall (linux-386), const MS_NODIRATIME ideal-int +pkg syscall (linux-386), const MS_NOEXEC ideal-int +pkg syscall (linux-386), const MS_NOSUID ideal-int +pkg syscall (linux-386), const MS_NOUSER ideal-int +pkg syscall (linux-386), const MS_POSIXACL ideal-int +pkg syscall (linux-386), const MS_PRIVATE ideal-int +pkg syscall (linux-386), const MS_RDONLY ideal-int +pkg syscall (linux-386), const MS_REC ideal-int +pkg syscall (linux-386), const MS_RELATIME ideal-int +pkg syscall (linux-386), const MS_REMOUNT ideal-int +pkg syscall (linux-386), const MS_RMT_MASK ideal-int +pkg syscall (linux-386), const MS_SHARED ideal-int +pkg syscall (linux-386), const MS_SILENT ideal-int +pkg syscall (linux-386), const MS_SLAVE ideal-int +pkg syscall (linux-386), const MS_STRICTATIME ideal-int +pkg syscall (linux-386), const MS_SYNC ideal-int +pkg syscall (linux-386), const MS_SYNCHRONOUS ideal-int +pkg syscall (linux-386), const MS_UNBINDABLE ideal-int +pkg syscall (linux-386), const NAME_MAX ideal-int +pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-386), const NETLINK_AUDIT ideal-int +pkg syscall (linux-386), const NETLINK_BROADCAST_ERROR ideal-int +pkg syscall (linux-386), const NETLINK_CONNECTOR ideal-int +pkg syscall (linux-386), const NETLINK_DNRTMSG ideal-int +pkg syscall (linux-386), const NETLINK_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-386), const NETLINK_ECRYPTFS ideal-int +pkg syscall (linux-386), const NETLINK_FIB_LOOKUP ideal-int +pkg syscall (linux-386), const NETLINK_FIREWALL ideal-int +pkg syscall (linux-386), const NETLINK_GENERIC ideal-int +pkg syscall (linux-386), const NETLINK_INET_DIAG ideal-int +pkg syscall (linux-386), const NETLINK_IP6_FW ideal-int +pkg syscall (linux-386), const NETLINK_ISCSI ideal-int +pkg syscall (linux-386), const NETLINK_KOBJECT_UEVENT ideal-int +pkg syscall (linux-386), const NETLINK_NETFILTER ideal-int +pkg syscall (linux-386), const NETLINK_NFLOG ideal-int +pkg syscall (linux-386), const NETLINK_NO_ENOBUFS ideal-int +pkg syscall (linux-386), const NETLINK_PKTINFO ideal-int +pkg syscall (linux-386), const NETLINK_ROUTE ideal-int +pkg syscall (linux-386), const NETLINK_SCSITRANSPORT ideal-int +pkg syscall (linux-386), const NETLINK_SELINUX ideal-int +pkg syscall (linux-386), const NETLINK_UNUSED ideal-int +pkg syscall (linux-386), const NETLINK_USERSOCK ideal-int +pkg syscall (linux-386), const NETLINK_XFRM ideal-int +pkg syscall (linux-386), const NLA_ALIGNTO ideal-int +pkg syscall (linux-386), const NLA_F_NESTED ideal-int +pkg syscall (linux-386), const NLA_F_NET_BYTEORDER ideal-int +pkg syscall (linux-386), const NLA_HDRLEN ideal-int +pkg syscall (linux-386), const NLMSG_ALIGNTO ideal-int +pkg syscall (linux-386), const NLMSG_DONE ideal-int +pkg syscall (linux-386), const NLMSG_ERROR ideal-int +pkg syscall (linux-386), const NLMSG_HDRLEN ideal-int +pkg syscall (linux-386), const NLMSG_MIN_TYPE ideal-int +pkg syscall (linux-386), const NLMSG_NOOP ideal-int +pkg syscall (linux-386), const NLMSG_OVERRUN ideal-int +pkg syscall (linux-386), const NLM_F_ACK ideal-int +pkg syscall (linux-386), const NLM_F_APPEND ideal-int +pkg syscall (linux-386), const NLM_F_ATOMIC ideal-int +pkg syscall (linux-386), const NLM_F_CREATE ideal-int +pkg syscall (linux-386), const NLM_F_DUMP ideal-int +pkg syscall (linux-386), const NLM_F_ECHO ideal-int +pkg syscall (linux-386), const NLM_F_EXCL ideal-int +pkg syscall (linux-386), const NLM_F_MATCH ideal-int +pkg syscall (linux-386), const NLM_F_MULTI ideal-int +pkg syscall (linux-386), const NLM_F_REPLACE ideal-int +pkg syscall (linux-386), const NLM_F_REQUEST ideal-int +pkg syscall (linux-386), const NLM_F_ROOT ideal-int +pkg syscall (linux-386), const NOFLSH ideal-int +pkg syscall (linux-386), const OCRNL ideal-int +pkg syscall (linux-386), const OFDEL ideal-int +pkg syscall (linux-386), const OFILL ideal-int +pkg syscall (linux-386), const OLCUC ideal-int +pkg syscall (linux-386), const ONLCR ideal-int +pkg syscall (linux-386), const ONLRET ideal-int +pkg syscall (linux-386), const ONOCR ideal-int +pkg syscall (linux-386), const OPOST ideal-int +pkg syscall (linux-386), const O_ACCMODE ideal-int +pkg syscall (linux-386), const O_DIRECT ideal-int +pkg syscall (linux-386), const O_DIRECTORY ideal-int +pkg syscall (linux-386), const O_DSYNC ideal-int +pkg syscall (linux-386), const O_FSYNC ideal-int +pkg syscall (linux-386), const O_LARGEFILE ideal-int +pkg syscall (linux-386), const O_NDELAY ideal-int +pkg syscall (linux-386), const O_NOATIME ideal-int +pkg syscall (linux-386), const O_NOFOLLOW ideal-int +pkg syscall (linux-386), const O_RSYNC ideal-int +pkg syscall (linux-386), const PACKET_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-386), const PACKET_BROADCAST ideal-int +pkg syscall (linux-386), const PACKET_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-386), const PACKET_FASTROUTE ideal-int +pkg syscall (linux-386), const PACKET_HOST ideal-int +pkg syscall (linux-386), const PACKET_LOOPBACK ideal-int +pkg syscall (linux-386), const PACKET_MR_ALLMULTI ideal-int +pkg syscall (linux-386), const PACKET_MR_MULTICAST ideal-int +pkg syscall (linux-386), const PACKET_MR_PROMISC ideal-int +pkg syscall (linux-386), const PACKET_MULTICAST ideal-int +pkg syscall (linux-386), const PACKET_OTHERHOST ideal-int +pkg syscall (linux-386), const PACKET_OUTGOING ideal-int +pkg syscall (linux-386), const PACKET_RECV_OUTPUT ideal-int +pkg syscall (linux-386), const PACKET_RX_RING ideal-int +pkg syscall (linux-386), const PACKET_STATISTICS ideal-int +pkg syscall (linux-386), const PARENB ideal-int +pkg syscall (linux-386), const PARMRK ideal-int +pkg syscall (linux-386), const PARODD ideal-int +pkg syscall (linux-386), const PENDIN ideal-int +pkg syscall (linux-386), const PROT_EXEC ideal-int +pkg syscall (linux-386), const PROT_GROWSDOWN ideal-int +pkg syscall (linux-386), const PROT_GROWSUP ideal-int +pkg syscall (linux-386), const PROT_NONE ideal-int +pkg syscall (linux-386), const PROT_READ ideal-int +pkg syscall (linux-386), const PROT_WRITE ideal-int +pkg syscall (linux-386), const PR_CAPBSET_DROP ideal-int +pkg syscall (linux-386), const PR_CAPBSET_READ ideal-int +pkg syscall (linux-386), const PR_ENDIAN_BIG ideal-int +pkg syscall (linux-386), const PR_ENDIAN_LITTLE ideal-int +pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE ideal-int +pkg syscall (linux-386), const PR_FPEMU_NOPRINT ideal-int +pkg syscall (linux-386), const PR_FPEMU_SIGFPE ideal-int +pkg syscall (linux-386), const PR_FP_EXC_ASYNC ideal-int +pkg syscall (linux-386), const PR_FP_EXC_DISABLED ideal-int +pkg syscall (linux-386), const PR_FP_EXC_DIV ideal-int +pkg syscall (linux-386), const PR_FP_EXC_INV ideal-int +pkg syscall (linux-386), const PR_FP_EXC_NONRECOV ideal-int +pkg syscall (linux-386), const PR_FP_EXC_OVF ideal-int +pkg syscall (linux-386), const PR_FP_EXC_PRECISE ideal-int +pkg syscall (linux-386), const PR_FP_EXC_RES ideal-int +pkg syscall (linux-386), const PR_FP_EXC_SW_ENABLE ideal-int +pkg syscall (linux-386), const PR_FP_EXC_UND ideal-int +pkg syscall (linux-386), const PR_GET_DUMPABLE ideal-int +pkg syscall (linux-386), const PR_GET_ENDIAN ideal-int +pkg syscall (linux-386), const PR_GET_FPEMU ideal-int +pkg syscall (linux-386), const PR_GET_FPEXC ideal-int +pkg syscall (linux-386), const PR_GET_KEEPCAPS ideal-int +pkg syscall (linux-386), const PR_GET_NAME ideal-int +pkg syscall (linux-386), const PR_GET_PDEATHSIG ideal-int +pkg syscall (linux-386), const PR_GET_SECCOMP ideal-int +pkg syscall (linux-386), const PR_GET_SECUREBITS ideal-int +pkg syscall (linux-386), const PR_GET_TIMERSLACK ideal-int +pkg syscall (linux-386), const PR_GET_TIMING ideal-int +pkg syscall (linux-386), const PR_GET_TSC ideal-int +pkg syscall (linux-386), const PR_GET_UNALIGN ideal-int +pkg syscall (linux-386), const PR_MCE_KILL ideal-int +pkg syscall (linux-386), const PR_MCE_KILL_CLEAR ideal-int +pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT ideal-int +pkg syscall (linux-386), const PR_MCE_KILL_EARLY ideal-int +pkg syscall (linux-386), const PR_MCE_KILL_GET ideal-int +pkg syscall (linux-386), const PR_MCE_KILL_LATE ideal-int +pkg syscall (linux-386), const PR_MCE_KILL_SET ideal-int +pkg syscall (linux-386), const PR_SET_DUMPABLE ideal-int +pkg syscall (linux-386), const PR_SET_ENDIAN ideal-int +pkg syscall (linux-386), const PR_SET_FPEMU ideal-int +pkg syscall (linux-386), const PR_SET_FPEXC ideal-int +pkg syscall (linux-386), const PR_SET_KEEPCAPS ideal-int +pkg syscall (linux-386), const PR_SET_NAME ideal-int +pkg syscall (linux-386), const PR_SET_PDEATHSIG ideal-int +pkg syscall (linux-386), const PR_SET_PTRACER ideal-int +pkg syscall (linux-386), const PR_SET_SECCOMP ideal-int +pkg syscall (linux-386), const PR_SET_SECUREBITS ideal-int +pkg syscall (linux-386), const PR_SET_TIMERSLACK ideal-int +pkg syscall (linux-386), const PR_SET_TIMING ideal-int +pkg syscall (linux-386), const PR_SET_TSC ideal-int +pkg syscall (linux-386), const PR_SET_UNALIGN ideal-int +pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_DISABLE ideal-int +pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_ENABLE ideal-int +pkg syscall (linux-386), const PR_TIMING_STATISTICAL ideal-int +pkg syscall (linux-386), const PR_TIMING_TIMESTAMP ideal-int +pkg syscall (linux-386), const PR_TSC_ENABLE ideal-int +pkg syscall (linux-386), const PR_TSC_SIGSEGV ideal-int +pkg syscall (linux-386), const PR_UNALIGN_NOPRINT ideal-int +pkg syscall (linux-386), const PR_UNALIGN_SIGBUS ideal-int +pkg syscall (linux-386), const PTRACE_ATTACH ideal-int +pkg syscall (linux-386), const PTRACE_CONT ideal-int +pkg syscall (linux-386), const PTRACE_DETACH ideal-int +pkg syscall (linux-386), const PTRACE_EVENT_CLONE ideal-int +pkg syscall (linux-386), const PTRACE_EVENT_EXEC ideal-int +pkg syscall (linux-386), const PTRACE_EVENT_EXIT ideal-int +pkg syscall (linux-386), const PTRACE_EVENT_FORK ideal-int +pkg syscall (linux-386), const PTRACE_EVENT_VFORK ideal-int +pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE ideal-int +pkg syscall (linux-386), const PTRACE_GETEVENTMSG ideal-int +pkg syscall (linux-386), const PTRACE_GETFPREGS ideal-int +pkg syscall (linux-386), const PTRACE_GETFPXREGS ideal-int +pkg syscall (linux-386), const PTRACE_GETREGS ideal-int +pkg syscall (linux-386), const PTRACE_GETREGSET ideal-int +pkg syscall (linux-386), const PTRACE_GETSIGINFO ideal-int +pkg syscall (linux-386), const PTRACE_GET_THREAD_AREA ideal-int +pkg syscall (linux-386), const PTRACE_KILL ideal-int +pkg syscall (linux-386), const PTRACE_OLDSETOPTIONS ideal-int +pkg syscall (linux-386), const PTRACE_O_MASK ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACECLONE ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACEEXEC ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACEEXIT ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACEFORK ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACESYSGOOD ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACEVFORK ideal-int +pkg syscall (linux-386), const PTRACE_O_TRACEVFORKDONE ideal-int +pkg syscall (linux-386), const PTRACE_PEEKDATA ideal-int +pkg syscall (linux-386), const PTRACE_PEEKTEXT ideal-int +pkg syscall (linux-386), const PTRACE_PEEKUSR ideal-int +pkg syscall (linux-386), const PTRACE_POKEDATA ideal-int +pkg syscall (linux-386), const PTRACE_POKETEXT ideal-int +pkg syscall (linux-386), const PTRACE_POKEUSR ideal-int +pkg syscall (linux-386), const PTRACE_SETFPREGS ideal-int +pkg syscall (linux-386), const PTRACE_SETFPXREGS ideal-int +pkg syscall (linux-386), const PTRACE_SETOPTIONS ideal-int +pkg syscall (linux-386), const PTRACE_SETREGS ideal-int +pkg syscall (linux-386), const PTRACE_SETREGSET ideal-int +pkg syscall (linux-386), const PTRACE_SETSIGINFO ideal-int +pkg syscall (linux-386), const PTRACE_SET_THREAD_AREA ideal-int +pkg syscall (linux-386), const PTRACE_SINGLEBLOCK ideal-int +pkg syscall (linux-386), const PTRACE_SINGLESTEP ideal-int +pkg syscall (linux-386), const PTRACE_SYSCALL ideal-int +pkg syscall (linux-386), const PTRACE_SYSEMU ideal-int +pkg syscall (linux-386), const PTRACE_SYSEMU_SINGLESTEP ideal-int +pkg syscall (linux-386), const PTRACE_TRACEME ideal-int +pkg syscall (linux-386), const PathMax ideal-int +pkg syscall (linux-386), const RLIMIT_AS ideal-int +pkg syscall (linux-386), const RLIMIT_CORE ideal-int +pkg syscall (linux-386), const RLIMIT_CPU ideal-int +pkg syscall (linux-386), const RLIMIT_DATA ideal-int +pkg syscall (linux-386), const RLIMIT_FSIZE ideal-int +pkg syscall (linux-386), const RLIMIT_NOFILE ideal-int +pkg syscall (linux-386), const RLIMIT_STACK ideal-int +pkg syscall (linux-386), const RLIM_INFINITY ideal-int +pkg syscall (linux-386), const RTAX_ADVMSS ideal-int +pkg syscall (linux-386), const RTAX_CWND ideal-int +pkg syscall (linux-386), const RTAX_FEATURES ideal-int +pkg syscall (linux-386), const RTAX_FEATURE_ALLFRAG ideal-int +pkg syscall (linux-386), const RTAX_FEATURE_ECN ideal-int +pkg syscall (linux-386), const RTAX_FEATURE_SACK ideal-int +pkg syscall (linux-386), const RTAX_FEATURE_TIMESTAMP ideal-int +pkg syscall (linux-386), const RTAX_HOPLIMIT ideal-int +pkg syscall (linux-386), const RTAX_INITCWND ideal-int +pkg syscall (linux-386), const RTAX_INITRWND ideal-int +pkg syscall (linux-386), const RTAX_LOCK ideal-int +pkg syscall (linux-386), const RTAX_MAX ideal-int +pkg syscall (linux-386), const RTAX_MTU ideal-int +pkg syscall (linux-386), const RTAX_REORDERING ideal-int +pkg syscall (linux-386), const RTAX_RTO_MIN ideal-int +pkg syscall (linux-386), const RTAX_RTT ideal-int +pkg syscall (linux-386), const RTAX_RTTVAR ideal-int +pkg syscall (linux-386), const RTAX_SSTHRESH ideal-int +pkg syscall (linux-386), const RTAX_UNSPEC ideal-int +pkg syscall (linux-386), const RTAX_WINDOW ideal-int +pkg syscall (linux-386), const RTA_ALIGNTO ideal-int +pkg syscall (linux-386), const RTA_CACHEINFO ideal-int +pkg syscall (linux-386), const RTA_DST ideal-int +pkg syscall (linux-386), const RTA_FLOW ideal-int +pkg syscall (linux-386), const RTA_GATEWAY ideal-int +pkg syscall (linux-386), const RTA_IIF ideal-int +pkg syscall (linux-386), const RTA_MAX ideal-int +pkg syscall (linux-386), const RTA_METRICS ideal-int +pkg syscall (linux-386), const RTA_MULTIPATH ideal-int +pkg syscall (linux-386), const RTA_OIF ideal-int +pkg syscall (linux-386), const RTA_PREFSRC ideal-int +pkg syscall (linux-386), const RTA_PRIORITY ideal-int +pkg syscall (linux-386), const RTA_SRC ideal-int +pkg syscall (linux-386), const RTA_TABLE ideal-int +pkg syscall (linux-386), const RTA_UNSPEC ideal-int +pkg syscall (linux-386), const RTCF_DIRECTSRC ideal-int +pkg syscall (linux-386), const RTCF_DOREDIRECT ideal-int +pkg syscall (linux-386), const RTCF_LOG ideal-int +pkg syscall (linux-386), const RTCF_MASQ ideal-int +pkg syscall (linux-386), const RTCF_NAT ideal-int +pkg syscall (linux-386), const RTCF_VALVE ideal-int +pkg syscall (linux-386), const RTF_ADDRCLASSMASK ideal-int +pkg syscall (linux-386), const RTF_ADDRCONF ideal-int +pkg syscall (linux-386), const RTF_ALLONLINK ideal-int +pkg syscall (linux-386), const RTF_BROADCAST ideal-int +pkg syscall (linux-386), const RTF_CACHE ideal-int +pkg syscall (linux-386), const RTF_DEFAULT ideal-int +pkg syscall (linux-386), const RTF_DYNAMIC ideal-int +pkg syscall (linux-386), const RTF_FLOW ideal-int +pkg syscall (linux-386), const RTF_GATEWAY ideal-int +pkg syscall (linux-386), const RTF_HOST ideal-int +pkg syscall (linux-386), const RTF_INTERFACE ideal-int +pkg syscall (linux-386), const RTF_IRTT ideal-int +pkg syscall (linux-386), const RTF_LINKRT ideal-int +pkg syscall (linux-386), const RTF_LOCAL ideal-int +pkg syscall (linux-386), const RTF_MODIFIED ideal-int +pkg syscall (linux-386), const RTF_MSS ideal-int +pkg syscall (linux-386), const RTF_MTU ideal-int +pkg syscall (linux-386), const RTF_MULTICAST ideal-int +pkg syscall (linux-386), const RTF_NAT ideal-int +pkg syscall (linux-386), const RTF_NOFORWARD ideal-int +pkg syscall (linux-386), const RTF_NONEXTHOP ideal-int +pkg syscall (linux-386), const RTF_NOPMTUDISC ideal-int +pkg syscall (linux-386), const RTF_POLICY ideal-int +pkg syscall (linux-386), const RTF_REINSTATE ideal-int +pkg syscall (linux-386), const RTF_REJECT ideal-int +pkg syscall (linux-386), const RTF_STATIC ideal-int +pkg syscall (linux-386), const RTF_THROW ideal-int +pkg syscall (linux-386), const RTF_UP ideal-int +pkg syscall (linux-386), const RTF_WINDOW ideal-int +pkg syscall (linux-386), const RTF_XRESOLVE ideal-int +pkg syscall (linux-386), const RTM_BASE ideal-int +pkg syscall (linux-386), const RTM_DELACTION ideal-int +pkg syscall (linux-386), const RTM_DELADDR ideal-int +pkg syscall (linux-386), const RTM_DELADDRLABEL ideal-int +pkg syscall (linux-386), const RTM_DELLINK ideal-int +pkg syscall (linux-386), const RTM_DELNEIGH ideal-int +pkg syscall (linux-386), const RTM_DELQDISC ideal-int +pkg syscall (linux-386), const RTM_DELROUTE ideal-int +pkg syscall (linux-386), const RTM_DELRULE ideal-int +pkg syscall (linux-386), const RTM_DELTCLASS ideal-int +pkg syscall (linux-386), const RTM_DELTFILTER ideal-int +pkg syscall (linux-386), const RTM_F_CLONED ideal-int +pkg syscall (linux-386), const RTM_F_EQUALIZE ideal-int +pkg syscall (linux-386), const RTM_F_NOTIFY ideal-int +pkg syscall (linux-386), const RTM_F_PREFIX ideal-int +pkg syscall (linux-386), const RTM_GETACTION ideal-int +pkg syscall (linux-386), const RTM_GETADDR ideal-int +pkg syscall (linux-386), const RTM_GETADDRLABEL ideal-int +pkg syscall (linux-386), const RTM_GETANYCAST ideal-int +pkg syscall (linux-386), const RTM_GETDCB ideal-int +pkg syscall (linux-386), const RTM_GETLINK ideal-int +pkg syscall (linux-386), const RTM_GETMULTICAST ideal-int +pkg syscall (linux-386), const RTM_GETNEIGH ideal-int +pkg syscall (linux-386), const RTM_GETNEIGHTBL ideal-int +pkg syscall (linux-386), const RTM_GETQDISC ideal-int +pkg syscall (linux-386), const RTM_GETROUTE ideal-int +pkg syscall (linux-386), const RTM_GETRULE ideal-int +pkg syscall (linux-386), const RTM_GETTCLASS ideal-int +pkg syscall (linux-386), const RTM_GETTFILTER ideal-int +pkg syscall (linux-386), const RTM_MAX ideal-int +pkg syscall (linux-386), const RTM_NEWACTION ideal-int +pkg syscall (linux-386), const RTM_NEWADDR ideal-int +pkg syscall (linux-386), const RTM_NEWADDRLABEL ideal-int +pkg syscall (linux-386), const RTM_NEWLINK ideal-int +pkg syscall (linux-386), const RTM_NEWNDUSEROPT ideal-int +pkg syscall (linux-386), const RTM_NEWNEIGH ideal-int +pkg syscall (linux-386), const RTM_NEWNEIGHTBL ideal-int +pkg syscall (linux-386), const RTM_NEWPREFIX ideal-int +pkg syscall (linux-386), const RTM_NEWQDISC ideal-int +pkg syscall (linux-386), const RTM_NEWROUTE ideal-int +pkg syscall (linux-386), const RTM_NEWRULE ideal-int +pkg syscall (linux-386), const RTM_NEWTCLASS ideal-int +pkg syscall (linux-386), const RTM_NEWTFILTER ideal-int +pkg syscall (linux-386), const RTM_NR_FAMILIES ideal-int +pkg syscall (linux-386), const RTM_NR_MSGTYPES ideal-int +pkg syscall (linux-386), const RTM_SETDCB ideal-int +pkg syscall (linux-386), const RTM_SETLINK ideal-int +pkg syscall (linux-386), const RTM_SETNEIGHTBL ideal-int +pkg syscall (linux-386), const RTNH_ALIGNTO ideal-int +pkg syscall (linux-386), const RTNH_F_DEAD ideal-int +pkg syscall (linux-386), const RTNH_F_ONLINK ideal-int +pkg syscall (linux-386), const RTNH_F_PERVASIVE ideal-int +pkg syscall (linux-386), const RTN_ANYCAST ideal-int +pkg syscall (linux-386), const RTN_BLACKHOLE ideal-int +pkg syscall (linux-386), const RTN_BROADCAST ideal-int +pkg syscall (linux-386), const RTN_LOCAL ideal-int +pkg syscall (linux-386), const RTN_MAX ideal-int +pkg syscall (linux-386), const RTN_MULTICAST ideal-int +pkg syscall (linux-386), const RTN_NAT ideal-int +pkg syscall (linux-386), const RTN_PROHIBIT ideal-int +pkg syscall (linux-386), const RTN_THROW ideal-int +pkg syscall (linux-386), const RTN_UNICAST ideal-int +pkg syscall (linux-386), const RTN_UNREACHABLE ideal-int +pkg syscall (linux-386), const RTN_UNSPEC ideal-int +pkg syscall (linux-386), const RTN_XRESOLVE ideal-int +pkg syscall (linux-386), const RTPROT_BIRD ideal-int +pkg syscall (linux-386), const RTPROT_BOOT ideal-int +pkg syscall (linux-386), const RTPROT_DHCP ideal-int +pkg syscall (linux-386), const RTPROT_DNROUTED ideal-int +pkg syscall (linux-386), const RTPROT_GATED ideal-int +pkg syscall (linux-386), const RTPROT_KERNEL ideal-int +pkg syscall (linux-386), const RTPROT_MRT ideal-int +pkg syscall (linux-386), const RTPROT_NTK ideal-int +pkg syscall (linux-386), const RTPROT_RA ideal-int +pkg syscall (linux-386), const RTPROT_REDIRECT ideal-int +pkg syscall (linux-386), const RTPROT_STATIC ideal-int +pkg syscall (linux-386), const RTPROT_UNSPEC ideal-int +pkg syscall (linux-386), const RTPROT_XORP ideal-int +pkg syscall (linux-386), const RTPROT_ZEBRA ideal-int +pkg syscall (linux-386), const RT_CLASS_DEFAULT ideal-int +pkg syscall (linux-386), const RT_CLASS_LOCAL ideal-int +pkg syscall (linux-386), const RT_CLASS_MAIN ideal-int +pkg syscall (linux-386), const RT_CLASS_MAX ideal-int +pkg syscall (linux-386), const RT_CLASS_UNSPEC ideal-int +pkg syscall (linux-386), const RT_SCOPE_HOST ideal-int +pkg syscall (linux-386), const RT_SCOPE_LINK ideal-int +pkg syscall (linux-386), const RT_SCOPE_NOWHERE ideal-int +pkg syscall (linux-386), const RT_SCOPE_SITE ideal-int +pkg syscall (linux-386), const RT_SCOPE_UNIVERSE ideal-int +pkg syscall (linux-386), const RT_TABLE_COMPAT ideal-int +pkg syscall (linux-386), const RT_TABLE_DEFAULT ideal-int +pkg syscall (linux-386), const RT_TABLE_LOCAL ideal-int +pkg syscall (linux-386), const RT_TABLE_MAIN ideal-int +pkg syscall (linux-386), const RT_TABLE_MAX ideal-int +pkg syscall (linux-386), const RT_TABLE_UNSPEC ideal-int +pkg syscall (linux-386), const RUSAGE_CHILDREN ideal-int +pkg syscall (linux-386), const RUSAGE_SELF ideal-int +pkg syscall (linux-386), const RUSAGE_THREAD ideal-int +pkg syscall (linux-386), const SCM_CREDENTIALS ideal-int +pkg syscall (linux-386), const SCM_RIGHTS ideal-int +pkg syscall (linux-386), const SCM_TIMESTAMP ideal-int +pkg syscall (linux-386), const SCM_TIMESTAMPING ideal-int +pkg syscall (linux-386), const SCM_TIMESTAMPNS ideal-int +pkg syscall (linux-386), const SIGCHLD Signal +pkg syscall (linux-386), const SIGCLD Signal +pkg syscall (linux-386), const SIGCONT Signal +pkg syscall (linux-386), const SIGIO Signal +pkg syscall (linux-386), const SIGIOT Signal +pkg syscall (linux-386), const SIGPOLL Signal +pkg syscall (linux-386), const SIGPROF Signal +pkg syscall (linux-386), const SIGPWR Signal +pkg syscall (linux-386), const SIGSTKFLT Signal +pkg syscall (linux-386), const SIGSTOP Signal +pkg syscall (linux-386), const SIGSYS Signal +pkg syscall (linux-386), const SIGTSTP Signal +pkg syscall (linux-386), const SIGTTIN Signal +pkg syscall (linux-386), const SIGTTOU Signal +pkg syscall (linux-386), const SIGUNUSED Signal +pkg syscall (linux-386), const SIGURG Signal +pkg syscall (linux-386), const SIGUSR1 Signal +pkg syscall (linux-386), const SIGUSR2 Signal +pkg syscall (linux-386), const SIGVTALRM Signal +pkg syscall (linux-386), const SIGWINCH Signal +pkg syscall (linux-386), const SIGXCPU Signal +pkg syscall (linux-386), const SIGXFSZ Signal +pkg syscall (linux-386), const SIOCADDDLCI ideal-int +pkg syscall (linux-386), const SIOCADDMULTI ideal-int +pkg syscall (linux-386), const SIOCADDRT ideal-int +pkg syscall (linux-386), const SIOCATMARK ideal-int +pkg syscall (linux-386), const SIOCDARP ideal-int +pkg syscall (linux-386), const SIOCDELDLCI ideal-int +pkg syscall (linux-386), const SIOCDELMULTI ideal-int +pkg syscall (linux-386), const SIOCDELRT ideal-int +pkg syscall (linux-386), const SIOCDEVPRIVATE ideal-int +pkg syscall (linux-386), const SIOCDIFADDR ideal-int +pkg syscall (linux-386), const SIOCDRARP ideal-int +pkg syscall (linux-386), const SIOCGARP ideal-int +pkg syscall (linux-386), const SIOCGIFADDR ideal-int +pkg syscall (linux-386), const SIOCGIFBR ideal-int +pkg syscall (linux-386), const SIOCGIFBRDADDR ideal-int +pkg syscall (linux-386), const SIOCGIFCONF ideal-int +pkg syscall (linux-386), const SIOCGIFCOUNT ideal-int +pkg syscall (linux-386), const SIOCGIFDSTADDR ideal-int +pkg syscall (linux-386), const SIOCGIFENCAP ideal-int +pkg syscall (linux-386), const SIOCGIFFLAGS ideal-int +pkg syscall (linux-386), const SIOCGIFHWADDR ideal-int +pkg syscall (linux-386), const SIOCGIFINDEX ideal-int +pkg syscall (linux-386), const SIOCGIFMAP ideal-int +pkg syscall (linux-386), const SIOCGIFMEM ideal-int +pkg syscall (linux-386), const SIOCGIFMETRIC ideal-int +pkg syscall (linux-386), const SIOCGIFMTU ideal-int +pkg syscall (linux-386), const SIOCGIFNAME ideal-int +pkg syscall (linux-386), const SIOCGIFNETMASK ideal-int +pkg syscall (linux-386), const SIOCGIFPFLAGS ideal-int +pkg syscall (linux-386), const SIOCGIFSLAVE ideal-int +pkg syscall (linux-386), const SIOCGIFTXQLEN ideal-int +pkg syscall (linux-386), const SIOCGPGRP ideal-int +pkg syscall (linux-386), const SIOCGRARP ideal-int +pkg syscall (linux-386), const SIOCGSTAMP ideal-int +pkg syscall (linux-386), const SIOCGSTAMPNS ideal-int +pkg syscall (linux-386), const SIOCPROTOPRIVATE ideal-int +pkg syscall (linux-386), const SIOCRTMSG ideal-int +pkg syscall (linux-386), const SIOCSARP ideal-int +pkg syscall (linux-386), const SIOCSIFADDR ideal-int +pkg syscall (linux-386), const SIOCSIFBR ideal-int +pkg syscall (linux-386), const SIOCSIFBRDADDR ideal-int +pkg syscall (linux-386), const SIOCSIFDSTADDR ideal-int +pkg syscall (linux-386), const SIOCSIFENCAP ideal-int +pkg syscall (linux-386), const SIOCSIFFLAGS ideal-int +pkg syscall (linux-386), const SIOCSIFHWADDR ideal-int +pkg syscall (linux-386), const SIOCSIFHWBROADCAST ideal-int +pkg syscall (linux-386), const SIOCSIFLINK ideal-int +pkg syscall (linux-386), const SIOCSIFMAP ideal-int +pkg syscall (linux-386), const SIOCSIFMEM ideal-int +pkg syscall (linux-386), const SIOCSIFMETRIC ideal-int +pkg syscall (linux-386), const SIOCSIFMTU ideal-int +pkg syscall (linux-386), const SIOCSIFNAME ideal-int +pkg syscall (linux-386), const SIOCSIFNETMASK ideal-int +pkg syscall (linux-386), const SIOCSIFPFLAGS ideal-int +pkg syscall (linux-386), const SIOCSIFSLAVE ideal-int +pkg syscall (linux-386), const SIOCSIFTXQLEN ideal-int +pkg syscall (linux-386), const SIOCSPGRP ideal-int +pkg syscall (linux-386), const SIOCSRARP ideal-int +pkg syscall (linux-386), const SOCK_CLOEXEC ideal-int +pkg syscall (linux-386), const SOCK_DCCP ideal-int +pkg syscall (linux-386), const SOCK_NONBLOCK ideal-int +pkg syscall (linux-386), const SOCK_PACKET ideal-int +pkg syscall (linux-386), const SOCK_RDM ideal-int +pkg syscall (linux-386), const SOL_AAL ideal-int +pkg syscall (linux-386), const SOL_ATM ideal-int +pkg syscall (linux-386), const SOL_DECNET ideal-int +pkg syscall (linux-386), const SOL_ICMPV6 ideal-int +pkg syscall (linux-386), const SOL_IP ideal-int +pkg syscall (linux-386), const SOL_IPV6 ideal-int +pkg syscall (linux-386), const SOL_IRDA ideal-int +pkg syscall (linux-386), const SOL_PACKET ideal-int +pkg syscall (linux-386), const SOL_RAW ideal-int +pkg syscall (linux-386), const SOL_TCP ideal-int +pkg syscall (linux-386), const SOL_X25 ideal-int +pkg syscall (linux-386), const SO_ACCEPTCONN ideal-int +pkg syscall (linux-386), const SO_ATTACH_FILTER ideal-int +pkg syscall (linux-386), const SO_BINDTODEVICE ideal-int +pkg syscall (linux-386), const SO_BSDCOMPAT ideal-int +pkg syscall (linux-386), const SO_DEBUG ideal-int +pkg syscall (linux-386), const SO_DETACH_FILTER ideal-int +pkg syscall (linux-386), const SO_DOMAIN ideal-int +pkg syscall (linux-386), const SO_ERROR ideal-int +pkg syscall (linux-386), const SO_MARK ideal-int +pkg syscall (linux-386), const SO_NO_CHECK ideal-int +pkg syscall (linux-386), const SO_OOBINLINE ideal-int +pkg syscall (linux-386), const SO_PASSCRED ideal-int +pkg syscall (linux-386), const SO_PASSSEC ideal-int +pkg syscall (linux-386), const SO_PEERCRED ideal-int +pkg syscall (linux-386), const SO_PEERNAME ideal-int +pkg syscall (linux-386), const SO_PEERSEC ideal-int +pkg syscall (linux-386), const SO_PRIORITY ideal-int +pkg syscall (linux-386), const SO_PROTOCOL ideal-int +pkg syscall (linux-386), const SO_RCVBUFFORCE ideal-int +pkg syscall (linux-386), const SO_RCVLOWAT ideal-int +pkg syscall (linux-386), const SO_RCVTIMEO ideal-int +pkg syscall (linux-386), const SO_RXQ_OVFL ideal-int +pkg syscall (linux-386), const SO_SECURITY_AUTHENTICATION ideal-int +pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int +pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int +pkg syscall (linux-386), const SO_SNDBUFFORCE ideal-int +pkg syscall (linux-386), const SO_SNDLOWAT ideal-int +pkg syscall (linux-386), const SO_SNDTIMEO ideal-int +pkg syscall (linux-386), const SO_TIMESTAMP ideal-int +pkg syscall (linux-386), const SO_TIMESTAMPING ideal-int +pkg syscall (linux-386), const SO_TIMESTAMPNS ideal-int +pkg syscall (linux-386), const SO_TYPE ideal-int +pkg syscall (linux-386), const SYS_ACCESS ideal-int +pkg syscall (linux-386), const SYS_ACCT ideal-int +pkg syscall (linux-386), const SYS_ADD_KEY ideal-int +pkg syscall (linux-386), const SYS_ADJTIMEX ideal-int +pkg syscall (linux-386), const SYS_AFS_SYSCALL ideal-int +pkg syscall (linux-386), const SYS_ALARM ideal-int +pkg syscall (linux-386), const SYS_BDFLUSH ideal-int +pkg syscall (linux-386), const SYS_BREAK ideal-int +pkg syscall (linux-386), const SYS_BRK ideal-int +pkg syscall (linux-386), const SYS_CAPGET ideal-int +pkg syscall (linux-386), const SYS_CAPSET ideal-int +pkg syscall (linux-386), const SYS_CHDIR ideal-int +pkg syscall (linux-386), const SYS_CHMOD ideal-int +pkg syscall (linux-386), const SYS_CHOWN ideal-int +pkg syscall (linux-386), const SYS_CHOWN32 ideal-int +pkg syscall (linux-386), const SYS_CHROOT ideal-int +pkg syscall (linux-386), const SYS_CLOCK_GETRES ideal-int +pkg syscall (linux-386), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (linux-386), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (linux-386), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (linux-386), const SYS_CLONE ideal-int +pkg syscall (linux-386), const SYS_CLOSE ideal-int +pkg syscall (linux-386), const SYS_CREAT ideal-int +pkg syscall (linux-386), const SYS_CREATE_MODULE ideal-int +pkg syscall (linux-386), const SYS_DELETE_MODULE ideal-int +pkg syscall (linux-386), const SYS_DUP ideal-int +pkg syscall (linux-386), const SYS_DUP2 ideal-int +pkg syscall (linux-386), const SYS_DUP3 ideal-int +pkg syscall (linux-386), const SYS_EPOLL_CREATE ideal-int +pkg syscall (linux-386), const SYS_EPOLL_CREATE1 ideal-int +pkg syscall (linux-386), const SYS_EPOLL_CTL ideal-int +pkg syscall (linux-386), const SYS_EPOLL_PWAIT ideal-int +pkg syscall (linux-386), const SYS_EPOLL_WAIT ideal-int +pkg syscall (linux-386), const SYS_EVENTFD ideal-int +pkg syscall (linux-386), const SYS_EVENTFD2 ideal-int +pkg syscall (linux-386), const SYS_EXECVE ideal-int +pkg syscall (linux-386), const SYS_EXIT ideal-int +pkg syscall (linux-386), const SYS_EXIT_GROUP ideal-int +pkg syscall (linux-386), const SYS_FACCESSAT ideal-int +pkg syscall (linux-386), const SYS_FADVISE64 ideal-int +pkg syscall (linux-386), const SYS_FADVISE64_64 ideal-int +pkg syscall (linux-386), const SYS_FALLOCATE ideal-int +pkg syscall (linux-386), const SYS_FANOTIFY_INIT ideal-int +pkg syscall (linux-386), const SYS_FANOTIFY_MARK ideal-int +pkg syscall (linux-386), const SYS_FCHDIR ideal-int +pkg syscall (linux-386), const SYS_FCHMOD ideal-int +pkg syscall (linux-386), const SYS_FCHMODAT ideal-int +pkg syscall (linux-386), const SYS_FCHOWN ideal-int +pkg syscall (linux-386), const SYS_FCHOWN32 ideal-int +pkg syscall (linux-386), const SYS_FCHOWNAT ideal-int +pkg syscall (linux-386), const SYS_FCNTL ideal-int +pkg syscall (linux-386), const SYS_FCNTL64 ideal-int +pkg syscall (linux-386), const SYS_FDATASYNC ideal-int +pkg syscall (linux-386), const SYS_FGETXATTR ideal-int +pkg syscall (linux-386), const SYS_FLISTXATTR ideal-int +pkg syscall (linux-386), const SYS_FLOCK ideal-int +pkg syscall (linux-386), const SYS_FORK ideal-int +pkg syscall (linux-386), const SYS_FREMOVEXATTR ideal-int +pkg syscall (linux-386), const SYS_FSETXATTR ideal-int +pkg syscall (linux-386), const SYS_FSTAT ideal-int +pkg syscall (linux-386), const SYS_FSTAT64 ideal-int +pkg syscall (linux-386), const SYS_FSTATAT64 ideal-int +pkg syscall (linux-386), const SYS_FSTATFS ideal-int +pkg syscall (linux-386), const SYS_FSTATFS64 ideal-int +pkg syscall (linux-386), const SYS_FSYNC ideal-int +pkg syscall (linux-386), const SYS_FTIME ideal-int +pkg syscall (linux-386), const SYS_FTRUNCATE ideal-int +pkg syscall (linux-386), const SYS_FTRUNCATE64 ideal-int +pkg syscall (linux-386), const SYS_FUTEX ideal-int +pkg syscall (linux-386), const SYS_FUTIMESAT ideal-int +pkg syscall (linux-386), const SYS_GETCPU ideal-int +pkg syscall (linux-386), const SYS_GETCWD ideal-int +pkg syscall (linux-386), const SYS_GETDENTS ideal-int +pkg syscall (linux-386), const SYS_GETDENTS64 ideal-int +pkg syscall (linux-386), const SYS_GETEGID ideal-int +pkg syscall (linux-386), const SYS_GETEGID32 ideal-int +pkg syscall (linux-386), const SYS_GETEUID ideal-int +pkg syscall (linux-386), const SYS_GETEUID32 ideal-int +pkg syscall (linux-386), const SYS_GETGID ideal-int +pkg syscall (linux-386), const SYS_GETGID32 ideal-int +pkg syscall (linux-386), const SYS_GETGROUPS ideal-int +pkg syscall (linux-386), const SYS_GETGROUPS32 ideal-int +pkg syscall (linux-386), const SYS_GETITIMER ideal-int +pkg syscall (linux-386), const SYS_GETPGID ideal-int +pkg syscall (linux-386), const SYS_GETPGRP ideal-int +pkg syscall (linux-386), const SYS_GETPID ideal-int +pkg syscall (linux-386), const SYS_GETPMSG ideal-int +pkg syscall (linux-386), const SYS_GETPPID ideal-int +pkg syscall (linux-386), const SYS_GETPRIORITY ideal-int +pkg syscall (linux-386), const SYS_GETRESGID ideal-int +pkg syscall (linux-386), const SYS_GETRESGID32 ideal-int +pkg syscall (linux-386), const SYS_GETRESUID ideal-int +pkg syscall (linux-386), const SYS_GETRESUID32 ideal-int +pkg syscall (linux-386), const SYS_GETRLIMIT ideal-int +pkg syscall (linux-386), const SYS_GETRUSAGE ideal-int +pkg syscall (linux-386), const SYS_GETSID ideal-int +pkg syscall (linux-386), const SYS_GETTID ideal-int +pkg syscall (linux-386), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (linux-386), const SYS_GETUID ideal-int +pkg syscall (linux-386), const SYS_GETUID32 ideal-int +pkg syscall (linux-386), const SYS_GETXATTR ideal-int +pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS ideal-int +pkg syscall (linux-386), const SYS_GET_MEMPOLICY ideal-int +pkg syscall (linux-386), const SYS_GET_ROBUST_LIST ideal-int +pkg syscall (linux-386), const SYS_GET_THREAD_AREA ideal-int +pkg syscall (linux-386), const SYS_GTTY ideal-int +pkg syscall (linux-386), const SYS_IDLE ideal-int +pkg syscall (linux-386), const SYS_INIT_MODULE ideal-int +pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH ideal-int +pkg syscall (linux-386), const SYS_INOTIFY_INIT ideal-int +pkg syscall (linux-386), const SYS_INOTIFY_INIT1 ideal-int +pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH ideal-int +pkg syscall (linux-386), const SYS_IOCTL ideal-int +pkg syscall (linux-386), const SYS_IOPERM ideal-int +pkg syscall (linux-386), const SYS_IOPL ideal-int +pkg syscall (linux-386), const SYS_IOPRIO_GET ideal-int +pkg syscall (linux-386), const SYS_IOPRIO_SET ideal-int +pkg syscall (linux-386), const SYS_IO_CANCEL ideal-int +pkg syscall (linux-386), const SYS_IO_DESTROY ideal-int +pkg syscall (linux-386), const SYS_IO_GETEVENTS ideal-int +pkg syscall (linux-386), const SYS_IO_SETUP ideal-int +pkg syscall (linux-386), const SYS_IO_SUBMIT ideal-int +pkg syscall (linux-386), const SYS_IPC ideal-int +pkg syscall (linux-386), const SYS_KEXEC_LOAD ideal-int +pkg syscall (linux-386), const SYS_KEYCTL ideal-int +pkg syscall (linux-386), const SYS_KILL ideal-int +pkg syscall (linux-386), const SYS_LCHOWN ideal-int +pkg syscall (linux-386), const SYS_LCHOWN32 ideal-int +pkg syscall (linux-386), const SYS_LGETXATTR ideal-int +pkg syscall (linux-386), const SYS_LINK ideal-int +pkg syscall (linux-386), const SYS_LINKAT ideal-int +pkg syscall (linux-386), const SYS_LISTXATTR ideal-int +pkg syscall (linux-386), const SYS_LLISTXATTR ideal-int +pkg syscall (linux-386), const SYS_LOCK ideal-int +pkg syscall (linux-386), const SYS_LOOKUP_DCOOKIE ideal-int +pkg syscall (linux-386), const SYS_LREMOVEXATTR ideal-int +pkg syscall (linux-386), const SYS_LSEEK ideal-int +pkg syscall (linux-386), const SYS_LSETXATTR ideal-int +pkg syscall (linux-386), const SYS_LSTAT ideal-int +pkg syscall (linux-386), const SYS_LSTAT64 ideal-int +pkg syscall (linux-386), const SYS_MADVISE ideal-int +pkg syscall (linux-386), const SYS_MADVISE1 ideal-int +pkg syscall (linux-386), const SYS_MBIND ideal-int +pkg syscall (linux-386), const SYS_MIGRATE_PAGES ideal-int +pkg syscall (linux-386), const SYS_MINCORE ideal-int +pkg syscall (linux-386), const SYS_MKDIR ideal-int +pkg syscall (linux-386), const SYS_MKDIRAT ideal-int +pkg syscall (linux-386), const SYS_MKNOD ideal-int +pkg syscall (linux-386), const SYS_MKNODAT ideal-int +pkg syscall (linux-386), const SYS_MLOCK ideal-int +pkg syscall (linux-386), const SYS_MLOCKALL ideal-int +pkg syscall (linux-386), const SYS_MMAP ideal-int +pkg syscall (linux-386), const SYS_MMAP2 ideal-int +pkg syscall (linux-386), const SYS_MODIFY_LDT ideal-int +pkg syscall (linux-386), const SYS_MOUNT ideal-int +pkg syscall (linux-386), const SYS_MOVE_PAGES ideal-int +pkg syscall (linux-386), const SYS_MPROTECT ideal-int +pkg syscall (linux-386), const SYS_MPX ideal-int +pkg syscall (linux-386), const SYS_MQ_GETSETATTR ideal-int +pkg syscall (linux-386), const SYS_MQ_NOTIFY ideal-int +pkg syscall (linux-386), const SYS_MQ_OPEN ideal-int +pkg syscall (linux-386), const SYS_MQ_TIMEDRECEIVE ideal-int +pkg syscall (linux-386), const SYS_MQ_TIMEDSEND ideal-int +pkg syscall (linux-386), const SYS_MQ_UNLINK ideal-int +pkg syscall (linux-386), const SYS_MREMAP ideal-int +pkg syscall (linux-386), const SYS_MSYNC ideal-int +pkg syscall (linux-386), const SYS_MUNLOCK ideal-int +pkg syscall (linux-386), const SYS_MUNLOCKALL ideal-int +pkg syscall (linux-386), const SYS_MUNMAP ideal-int +pkg syscall (linux-386), const SYS_NANOSLEEP ideal-int +pkg syscall (linux-386), const SYS_NFSSERVCTL ideal-int +pkg syscall (linux-386), const SYS_NICE ideal-int +pkg syscall (linux-386), const SYS_OLDFSTAT ideal-int +pkg syscall (linux-386), const SYS_OLDLSTAT ideal-int +pkg syscall (linux-386), const SYS_OLDOLDUNAME ideal-int +pkg syscall (linux-386), const SYS_OLDSTAT ideal-int +pkg syscall (linux-386), const SYS_OLDUNAME ideal-int +pkg syscall (linux-386), const SYS_OPEN ideal-int +pkg syscall (linux-386), const SYS_OPENAT ideal-int +pkg syscall (linux-386), const SYS_PAUSE ideal-int +pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN ideal-int +pkg syscall (linux-386), const SYS_PERSONALITY ideal-int +pkg syscall (linux-386), const SYS_PIPE ideal-int +pkg syscall (linux-386), const SYS_PIPE2 ideal-int +pkg syscall (linux-386), const SYS_PIVOT_ROOT ideal-int +pkg syscall (linux-386), const SYS_POLL ideal-int +pkg syscall (linux-386), const SYS_PPOLL ideal-int +pkg syscall (linux-386), const SYS_PRCTL ideal-int +pkg syscall (linux-386), const SYS_PREAD64 ideal-int +pkg syscall (linux-386), const SYS_PREADV ideal-int +pkg syscall (linux-386), const SYS_PRLIMIT64 ideal-int +pkg syscall (linux-386), const SYS_PROF ideal-int +pkg syscall (linux-386), const SYS_PROFIL ideal-int +pkg syscall (linux-386), const SYS_PSELECT6 ideal-int +pkg syscall (linux-386), const SYS_PTRACE ideal-int +pkg syscall (linux-386), const SYS_PUTPMSG ideal-int +pkg syscall (linux-386), const SYS_PWRITE64 ideal-int +pkg syscall (linux-386), const SYS_PWRITEV ideal-int +pkg syscall (linux-386), const SYS_QUERY_MODULE ideal-int +pkg syscall (linux-386), const SYS_QUOTACTL ideal-int +pkg syscall (linux-386), const SYS_READ ideal-int +pkg syscall (linux-386), const SYS_READAHEAD ideal-int +pkg syscall (linux-386), const SYS_READDIR ideal-int +pkg syscall (linux-386), const SYS_READLINK ideal-int +pkg syscall (linux-386), const SYS_READLINKAT ideal-int +pkg syscall (linux-386), const SYS_READV ideal-int +pkg syscall (linux-386), const SYS_REBOOT ideal-int +pkg syscall (linux-386), const SYS_RECVMMSG ideal-int +pkg syscall (linux-386), const SYS_REMAP_FILE_PAGES ideal-int +pkg syscall (linux-386), const SYS_REMOVEXATTR ideal-int +pkg syscall (linux-386), const SYS_RENAME ideal-int +pkg syscall (linux-386), const SYS_RENAMEAT ideal-int +pkg syscall (linux-386), const SYS_REQUEST_KEY ideal-int +pkg syscall (linux-386), const SYS_RESTART_SYSCALL ideal-int +pkg syscall (linux-386), const SYS_RMDIR ideal-int +pkg syscall (linux-386), const SYS_RT_SIGACTION ideal-int +pkg syscall (linux-386), const SYS_RT_SIGPENDING ideal-int +pkg syscall (linux-386), const SYS_RT_SIGPROCMASK ideal-int +pkg syscall (linux-386), const SYS_RT_SIGQUEUEINFO ideal-int +pkg syscall (linux-386), const SYS_RT_SIGRETURN ideal-int +pkg syscall (linux-386), const SYS_RT_SIGSUSPEND ideal-int +pkg syscall (linux-386), const SYS_RT_SIGTIMEDWAIT ideal-int +pkg syscall (linux-386), const SYS_RT_TGSIGQUEUEINFO ideal-int +pkg syscall (linux-386), const SYS_SCHED_GETAFFINITY ideal-int +pkg syscall (linux-386), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (linux-386), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (linux-386), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (linux-386), const SYS_SCHED_SETAFFINITY ideal-int +pkg syscall (linux-386), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (linux-386), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (linux-386), const SYS_SCHED_YIELD ideal-int +pkg syscall (linux-386), const SYS_SELECT ideal-int +pkg syscall (linux-386), const SYS_SENDFILE ideal-int +pkg syscall (linux-386), const SYS_SENDFILE64 ideal-int +pkg syscall (linux-386), const SYS_SETDOMAINNAME ideal-int +pkg syscall (linux-386), const SYS_SETFSGID ideal-int +pkg syscall (linux-386), const SYS_SETFSGID32 ideal-int +pkg syscall (linux-386), const SYS_SETFSUID ideal-int +pkg syscall (linux-386), const SYS_SETFSUID32 ideal-int +pkg syscall (linux-386), const SYS_SETGID ideal-int +pkg syscall (linux-386), const SYS_SETGID32 ideal-int +pkg syscall (linux-386), const SYS_SETGROUPS ideal-int +pkg syscall (linux-386), const SYS_SETGROUPS32 ideal-int +pkg syscall (linux-386), const SYS_SETHOSTNAME ideal-int +pkg syscall (linux-386), const SYS_SETITIMER ideal-int +pkg syscall (linux-386), const SYS_SETPGID ideal-int +pkg syscall (linux-386), const SYS_SETPRIORITY ideal-int +pkg syscall (linux-386), const SYS_SETREGID ideal-int +pkg syscall (linux-386), const SYS_SETREGID32 ideal-int +pkg syscall (linux-386), const SYS_SETRESGID ideal-int +pkg syscall (linux-386), const SYS_SETRESGID32 ideal-int +pkg syscall (linux-386), const SYS_SETRESUID ideal-int +pkg syscall (linux-386), const SYS_SETRESUID32 ideal-int +pkg syscall (linux-386), const SYS_SETREUID ideal-int +pkg syscall (linux-386), const SYS_SETREUID32 ideal-int +pkg syscall (linux-386), const SYS_SETRLIMIT ideal-int +pkg syscall (linux-386), const SYS_SETSID ideal-int +pkg syscall (linux-386), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (linux-386), const SYS_SETUID ideal-int +pkg syscall (linux-386), const SYS_SETUID32 ideal-int +pkg syscall (linux-386), const SYS_SETXATTR ideal-int +pkg syscall (linux-386), const SYS_SET_MEMPOLICY ideal-int +pkg syscall (linux-386), const SYS_SET_ROBUST_LIST ideal-int +pkg syscall (linux-386), const SYS_SET_THREAD_AREA ideal-int +pkg syscall (linux-386), const SYS_SET_TID_ADDRESS ideal-int +pkg syscall (linux-386), const SYS_SGETMASK ideal-int +pkg syscall (linux-386), const SYS_SIGACTION ideal-int +pkg syscall (linux-386), const SYS_SIGALTSTACK ideal-int +pkg syscall (linux-386), const SYS_SIGNAL ideal-int +pkg syscall (linux-386), const SYS_SIGNALFD ideal-int +pkg syscall (linux-386), const SYS_SIGNALFD4 ideal-int +pkg syscall (linux-386), const SYS_SIGPENDING ideal-int +pkg syscall (linux-386), const SYS_SIGPROCMASK ideal-int +pkg syscall (linux-386), const SYS_SIGRETURN ideal-int +pkg syscall (linux-386), const SYS_SIGSUSPEND ideal-int +pkg syscall (linux-386), const SYS_SOCKETCALL ideal-int +pkg syscall (linux-386), const SYS_SPLICE ideal-int +pkg syscall (linux-386), const SYS_SSETMASK ideal-int +pkg syscall (linux-386), const SYS_STAT ideal-int +pkg syscall (linux-386), const SYS_STAT64 ideal-int +pkg syscall (linux-386), const SYS_STATFS ideal-int +pkg syscall (linux-386), const SYS_STATFS64 ideal-int +pkg syscall (linux-386), const SYS_STIME ideal-int +pkg syscall (linux-386), const SYS_STTY ideal-int +pkg syscall (linux-386), const SYS_SWAPOFF ideal-int +pkg syscall (linux-386), const SYS_SWAPON ideal-int +pkg syscall (linux-386), const SYS_SYMLINK ideal-int +pkg syscall (linux-386), const SYS_SYMLINKAT ideal-int +pkg syscall (linux-386), const SYS_SYNC ideal-int +pkg syscall (linux-386), const SYS_SYNC_FILE_RANGE ideal-int +pkg syscall (linux-386), const SYS_SYSFS ideal-int +pkg syscall (linux-386), const SYS_SYSINFO ideal-int +pkg syscall (linux-386), const SYS_SYSLOG ideal-int +pkg syscall (linux-386), const SYS_TEE ideal-int +pkg syscall (linux-386), const SYS_TGKILL ideal-int +pkg syscall (linux-386), const SYS_TIME ideal-int +pkg syscall (linux-386), const SYS_TIMERFD_CREATE ideal-int +pkg syscall (linux-386), const SYS_TIMERFD_GETTIME ideal-int +pkg syscall (linux-386), const SYS_TIMERFD_SETTIME ideal-int +pkg syscall (linux-386), const SYS_TIMER_CREATE ideal-int +pkg syscall (linux-386), const SYS_TIMER_DELETE ideal-int +pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (linux-386), const SYS_TIMER_GETTIME ideal-int +pkg syscall (linux-386), const SYS_TIMER_SETTIME ideal-int +pkg syscall (linux-386), const SYS_TIMES ideal-int +pkg syscall (linux-386), const SYS_TKILL ideal-int +pkg syscall (linux-386), const SYS_TRUNCATE ideal-int +pkg syscall (linux-386), const SYS_TRUNCATE64 ideal-int +pkg syscall (linux-386), const SYS_UGETRLIMIT ideal-int +pkg syscall (linux-386), const SYS_ULIMIT ideal-int +pkg syscall (linux-386), const SYS_UMASK ideal-int +pkg syscall (linux-386), const SYS_UMOUNT ideal-int +pkg syscall (linux-386), const SYS_UMOUNT2 ideal-int +pkg syscall (linux-386), const SYS_UNAME ideal-int +pkg syscall (linux-386), const SYS_UNLINK ideal-int +pkg syscall (linux-386), const SYS_UNLINKAT ideal-int +pkg syscall (linux-386), const SYS_UNSHARE ideal-int +pkg syscall (linux-386), const SYS_USELIB ideal-int +pkg syscall (linux-386), const SYS_USTAT ideal-int +pkg syscall (linux-386), const SYS_UTIME ideal-int +pkg syscall (linux-386), const SYS_UTIMENSAT ideal-int +pkg syscall (linux-386), const SYS_UTIMES ideal-int +pkg syscall (linux-386), const SYS_VFORK ideal-int +pkg syscall (linux-386), const SYS_VHANGUP ideal-int +pkg syscall (linux-386), const SYS_VM86 ideal-int +pkg syscall (linux-386), const SYS_VM86OLD ideal-int +pkg syscall (linux-386), const SYS_VMSPLICE ideal-int +pkg syscall (linux-386), const SYS_VSERVER ideal-int +pkg syscall (linux-386), const SYS_WAIT4 ideal-int +pkg syscall (linux-386), const SYS_WAITID ideal-int +pkg syscall (linux-386), const SYS_WAITPID ideal-int +pkg syscall (linux-386), const SYS_WRITE ideal-int +pkg syscall (linux-386), const SYS_WRITEV ideal-int +pkg syscall (linux-386), const SYS__LLSEEK ideal-int +pkg syscall (linux-386), const SYS__NEWSELECT ideal-int +pkg syscall (linux-386), const SYS__SYSCTL ideal-int +pkg syscall (linux-386), const S_BLKSIZE ideal-int +pkg syscall (linux-386), const S_IEXEC ideal-int +pkg syscall (linux-386), const S_IREAD ideal-int +pkg syscall (linux-386), const S_IRGRP ideal-int +pkg syscall (linux-386), const S_IROTH ideal-int +pkg syscall (linux-386), const S_IRWXG ideal-int +pkg syscall (linux-386), const S_IRWXO ideal-int +pkg syscall (linux-386), const S_IRWXU ideal-int +pkg syscall (linux-386), const S_IWGRP ideal-int +pkg syscall (linux-386), const S_IWOTH ideal-int +pkg syscall (linux-386), const S_IWRITE ideal-int +pkg syscall (linux-386), const S_IXGRP ideal-int +pkg syscall (linux-386), const S_IXOTH ideal-int +pkg syscall (linux-386), const SizeofCmsghdr ideal-int +pkg syscall (linux-386), const SizeofIPMreq ideal-int +pkg syscall (linux-386), const SizeofIPMreqn ideal-int +pkg syscall (linux-386), const SizeofIPv6Mreq ideal-int +pkg syscall (linux-386), const SizeofIfAddrmsg ideal-int +pkg syscall (linux-386), const SizeofIfInfomsg ideal-int +pkg syscall (linux-386), const SizeofInet4Pktinfo ideal-int +pkg syscall (linux-386), const SizeofInet6Pktinfo ideal-int +pkg syscall (linux-386), const SizeofInotifyEvent ideal-int +pkg syscall (linux-386), const SizeofLinger ideal-int +pkg syscall (linux-386), const SizeofMsghdr ideal-int +pkg syscall (linux-386), const SizeofNlAttr ideal-int +pkg syscall (linux-386), const SizeofNlMsgerr ideal-int +pkg syscall (linux-386), const SizeofNlMsghdr ideal-int +pkg syscall (linux-386), const SizeofRtAttr ideal-int +pkg syscall (linux-386), const SizeofRtGenmsg ideal-int +pkg syscall (linux-386), const SizeofRtMsg ideal-int +pkg syscall (linux-386), const SizeofRtNexthop ideal-int +pkg syscall (linux-386), const SizeofSockFilter ideal-int +pkg syscall (linux-386), const SizeofSockFprog ideal-int +pkg syscall (linux-386), const SizeofSockaddrAny ideal-int +pkg syscall (linux-386), const SizeofSockaddrInet4 ideal-int +pkg syscall (linux-386), const SizeofSockaddrInet6 ideal-int +pkg syscall (linux-386), const SizeofSockaddrLinklayer ideal-int +pkg syscall (linux-386), const SizeofSockaddrNetlink ideal-int +pkg syscall (linux-386), const SizeofSockaddrUnix ideal-int +pkg syscall (linux-386), const SizeofUcred ideal-int +pkg syscall (linux-386), const TCGETS ideal-int +pkg syscall (linux-386), const TCP_CONGESTION ideal-int +pkg syscall (linux-386), const TCP_CORK ideal-int +pkg syscall (linux-386), const TCP_DEFER_ACCEPT ideal-int +pkg syscall (linux-386), const TCP_INFO ideal-int +pkg syscall (linux-386), const TCP_KEEPCNT ideal-int +pkg syscall (linux-386), const TCP_KEEPIDLE ideal-int +pkg syscall (linux-386), const TCP_KEEPINTVL ideal-int +pkg syscall (linux-386), const TCP_LINGER2 ideal-int +pkg syscall (linux-386), const TCP_MAXSEG ideal-int +pkg syscall (linux-386), const TCP_MAXWIN ideal-int +pkg syscall (linux-386), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (linux-386), const TCP_MD5SIG ideal-int +pkg syscall (linux-386), const TCP_MD5SIG_MAXKEYLEN ideal-int +pkg syscall (linux-386), const TCP_MSS ideal-int +pkg syscall (linux-386), const TCP_QUICKACK ideal-int +pkg syscall (linux-386), const TCP_SYNCNT ideal-int +pkg syscall (linux-386), const TCP_WINDOW_CLAMP ideal-int +pkg syscall (linux-386), const TCSETS ideal-int +pkg syscall (linux-386), const TIOCCBRK ideal-int +pkg syscall (linux-386), const TIOCCONS ideal-int +pkg syscall (linux-386), const TIOCEXCL ideal-int +pkg syscall (linux-386), const TIOCGDEV ideal-int +pkg syscall (linux-386), const TIOCGETD ideal-int +pkg syscall (linux-386), const TIOCGICOUNT ideal-int +pkg syscall (linux-386), const TIOCGLCKTRMIOS ideal-int +pkg syscall (linux-386), const TIOCGPGRP ideal-int +pkg syscall (linux-386), const TIOCGPTN ideal-int +pkg syscall (linux-386), const TIOCGRS485 ideal-int +pkg syscall (linux-386), const TIOCGSERIAL ideal-int +pkg syscall (linux-386), const TIOCGSID ideal-int +pkg syscall (linux-386), const TIOCGSOFTCAR ideal-int +pkg syscall (linux-386), const TIOCGWINSZ ideal-int +pkg syscall (linux-386), const TIOCINQ ideal-int +pkg syscall (linux-386), const TIOCLINUX ideal-int +pkg syscall (linux-386), const TIOCMBIC ideal-int +pkg syscall (linux-386), const TIOCMBIS ideal-int +pkg syscall (linux-386), const TIOCMGET ideal-int +pkg syscall (linux-386), const TIOCMIWAIT ideal-int +pkg syscall (linux-386), const TIOCMSET ideal-int +pkg syscall (linux-386), const TIOCM_CAR ideal-int +pkg syscall (linux-386), const TIOCM_CD ideal-int +pkg syscall (linux-386), const TIOCM_CTS ideal-int +pkg syscall (linux-386), const TIOCM_DSR ideal-int +pkg syscall (linux-386), const TIOCM_DTR ideal-int +pkg syscall (linux-386), const TIOCM_LE ideal-int +pkg syscall (linux-386), const TIOCM_RI ideal-int +pkg syscall (linux-386), const TIOCM_RNG ideal-int +pkg syscall (linux-386), const TIOCM_RTS ideal-int +pkg syscall (linux-386), const TIOCM_SR ideal-int +pkg syscall (linux-386), const TIOCM_ST ideal-int +pkg syscall (linux-386), const TIOCNOTTY ideal-int +pkg syscall (linux-386), const TIOCNXCL ideal-int +pkg syscall (linux-386), const TIOCOUTQ ideal-int +pkg syscall (linux-386), const TIOCPKT ideal-int +pkg syscall (linux-386), const TIOCPKT_DATA ideal-int +pkg syscall (linux-386), const TIOCPKT_DOSTOP ideal-int +pkg syscall (linux-386), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (linux-386), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (linux-386), const TIOCPKT_IOCTL ideal-int +pkg syscall (linux-386), const TIOCPKT_NOSTOP ideal-int +pkg syscall (linux-386), const TIOCPKT_START ideal-int +pkg syscall (linux-386), const TIOCPKT_STOP ideal-int +pkg syscall (linux-386), const TIOCSBRK ideal-int +pkg syscall (linux-386), const TIOCSCTTY ideal-int +pkg syscall (linux-386), const TIOCSERCONFIG ideal-int +pkg syscall (linux-386), const TIOCSERGETLSR ideal-int +pkg syscall (linux-386), const TIOCSERGETMULTI ideal-int +pkg syscall (linux-386), const TIOCSERGSTRUCT ideal-int +pkg syscall (linux-386), const TIOCSERGWILD ideal-int +pkg syscall (linux-386), const TIOCSERSETMULTI ideal-int +pkg syscall (linux-386), const TIOCSERSWILD ideal-int +pkg syscall (linux-386), const TIOCSER_TEMT ideal-int +pkg syscall (linux-386), const TIOCSETD ideal-int +pkg syscall (linux-386), const TIOCSIG ideal-int +pkg syscall (linux-386), const TIOCSLCKTRMIOS ideal-int +pkg syscall (linux-386), const TIOCSPGRP ideal-int +pkg syscall (linux-386), const TIOCSPTLCK ideal-int +pkg syscall (linux-386), const TIOCSRS485 ideal-int +pkg syscall (linux-386), const TIOCSSERIAL ideal-int +pkg syscall (linux-386), const TIOCSSOFTCAR ideal-int +pkg syscall (linux-386), const TIOCSTI ideal-int +pkg syscall (linux-386), const TIOCSWINSZ ideal-int +pkg syscall (linux-386), const TOSTOP ideal-int +pkg syscall (linux-386), const TUNATTACHFILTER ideal-int +pkg syscall (linux-386), const TUNDETACHFILTER ideal-int +pkg syscall (linux-386), const TUNGETFEATURES ideal-int +pkg syscall (linux-386), const TUNGETIFF ideal-int +pkg syscall (linux-386), const TUNGETSNDBUF ideal-int +pkg syscall (linux-386), const TUNGETVNETHDRSZ ideal-int +pkg syscall (linux-386), const TUNSETDEBUG ideal-int +pkg syscall (linux-386), const TUNSETGROUP ideal-int +pkg syscall (linux-386), const TUNSETIFF ideal-int +pkg syscall (linux-386), const TUNSETLINK ideal-int +pkg syscall (linux-386), const TUNSETNOCSUM ideal-int +pkg syscall (linux-386), const TUNSETOFFLOAD ideal-int +pkg syscall (linux-386), const TUNSETOWNER ideal-int +pkg syscall (linux-386), const TUNSETPERSIST ideal-int +pkg syscall (linux-386), const TUNSETSNDBUF ideal-int +pkg syscall (linux-386), const TUNSETTXFILTER ideal-int +pkg syscall (linux-386), const TUNSETVNETHDRSZ ideal-int +pkg syscall (linux-386), const VDISCARD ideal-int +pkg syscall (linux-386), const VEOF ideal-int +pkg syscall (linux-386), const VEOL ideal-int +pkg syscall (linux-386), const VEOL2 ideal-int +pkg syscall (linux-386), const VERASE ideal-int +pkg syscall (linux-386), const VINTR ideal-int +pkg syscall (linux-386), const VKILL ideal-int +pkg syscall (linux-386), const VLNEXT ideal-int +pkg syscall (linux-386), const VMIN ideal-int +pkg syscall (linux-386), const VQUIT ideal-int +pkg syscall (linux-386), const VREPRINT ideal-int +pkg syscall (linux-386), const VSTART ideal-int +pkg syscall (linux-386), const VSTOP ideal-int +pkg syscall (linux-386), const VSUSP ideal-int +pkg syscall (linux-386), const VSWTC ideal-int +pkg syscall (linux-386), const VTIME ideal-int +pkg syscall (linux-386), const VWERASE ideal-int +pkg syscall (linux-386), const WALL ideal-int +pkg syscall (linux-386), const WCLONE ideal-int +pkg syscall (linux-386), const WCONTINUED ideal-int +pkg syscall (linux-386), const WEXITED ideal-int +pkg syscall (linux-386), const WNOHANG ideal-int +pkg syscall (linux-386), const WNOTHREAD ideal-int +pkg syscall (linux-386), const WNOWAIT ideal-int +pkg syscall (linux-386), const WORDSIZE ideal-int +pkg syscall (linux-386), const WSTOPPED ideal-int +pkg syscall (linux-386), const WUNTRACED ideal-int +pkg syscall (linux-386), const XCASE ideal-int +pkg syscall (linux-386), func Accept(int) (int, Sockaddr, error) +pkg syscall (linux-386), func Access(string, uint32) error +pkg syscall (linux-386), func Acct(string) error +pkg syscall (linux-386), func Adjtimex(*Timex) (int, error) +pkg syscall (linux-386), func AttachLsf(int, []SockFilter) error +pkg syscall (linux-386), func Bind(int, Sockaddr) error +pkg syscall (linux-386), func BindToDevice(int, string) error +pkg syscall (linux-386), func Chroot(string) error +pkg syscall (linux-386), func Close(int) error +pkg syscall (linux-386), func CloseOnExec(int) +pkg syscall (linux-386), func CmsgLen(int) int +pkg syscall (linux-386), func CmsgSpace(int) int +pkg syscall (linux-386), func Connect(int, Sockaddr) error +pkg syscall (linux-386), func Creat(string, uint32) (int, error) +pkg syscall (linux-386), func DetachLsf(int) error +pkg syscall (linux-386), func Dup(int) (int, error) +pkg syscall (linux-386), func Dup2(int, int) error +pkg syscall (linux-386), func EpollCreate(int) (int, error) +pkg syscall (linux-386), func EpollCreate1(int) (int, error) +pkg syscall (linux-386), func EpollCtl(int, int, int, *EpollEvent) error +pkg syscall (linux-386), func EpollWait(int, []EpollEvent, int) (int, error) +pkg syscall (linux-386), func Faccessat(int, string, uint32, int) error +pkg syscall (linux-386), func Fallocate(int, uint32, int64, int64) error +pkg syscall (linux-386), func Fchdir(int) error +pkg syscall (linux-386), func Fchmod(int, uint32) error +pkg syscall (linux-386), func Fchmodat(int, string, uint32, int) error +pkg syscall (linux-386), func Fchown(int, int, int) error +pkg syscall (linux-386), func Fchownat(int, string, int, int, int) error +pkg syscall (linux-386), func Fdatasync(int) error +pkg syscall (linux-386), func Flock(int, int) error +pkg syscall (linux-386), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (linux-386), func Fstat(int, *Stat_t) error +pkg syscall (linux-386), func Fstatfs(int, *Statfs_t) error +pkg syscall (linux-386), func Fsync(int) error +pkg syscall (linux-386), func Ftruncate(int, int64) error +pkg syscall (linux-386), func Futimes(int, []Timeval) error +pkg syscall (linux-386), func Futimesat(int, string, []Timeval) error +pkg syscall (linux-386), func Getcwd([]uint8) (int, error) +pkg syscall (linux-386), func Getdents(int, []uint8) (int, error) +pkg syscall (linux-386), func Getpeername(int) (Sockaddr, error) +pkg syscall (linux-386), func Getpgid(int) (int, error) +pkg syscall (linux-386), func Getpgrp() int +pkg syscall (linux-386), func Getrlimit(int, *Rlimit) error +pkg syscall (linux-386), func Getrusage(int, *Rusage) error +pkg syscall (linux-386), func Getsockname(int) (Sockaddr, error) +pkg syscall (linux-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (linux-386), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (linux-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (linux-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (linux-386), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (linux-386), func Gettid() int +pkg syscall (linux-386), func InotifyAddWatch(int, string, uint32) (int, error) +pkg syscall (linux-386), func InotifyInit() (int, error) +pkg syscall (linux-386), func InotifyInit1(int) (int, error) +pkg syscall (linux-386), func InotifyRmWatch(int, uint32) (int, error) +pkg syscall (linux-386), func Ioperm(int, int, int) error +pkg syscall (linux-386), func Iopl(int) error +pkg syscall (linux-386), func Kill(int, Signal) error +pkg syscall (linux-386), func Klogctl(int, []uint8) (int, error) +pkg syscall (linux-386), func Listen(int, int) error +pkg syscall (linux-386), func LsfJump(int, int, int, int) *SockFilter +pkg syscall (linux-386), func LsfSocket(int, int) (int, error) +pkg syscall (linux-386), func LsfStmt(int, int) *SockFilter +pkg syscall (linux-386), func Lstat(string, *Stat_t) error +pkg syscall (linux-386), func Madvise([]uint8, int) error +pkg syscall (linux-386), func Mkdirat(int, string, uint32) error +pkg syscall (linux-386), func Mkfifo(string, uint32) error +pkg syscall (linux-386), func Mknod(string, uint32, int) error +pkg syscall (linux-386), func Mknodat(int, string, uint32, int) error +pkg syscall (linux-386), func Mlock([]uint8) error +pkg syscall (linux-386), func Mlockall(int) error +pkg syscall (linux-386), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (linux-386), func Mount(string, string, string, uintptr, string) error +pkg syscall (linux-386), func Mprotect([]uint8, int) error +pkg syscall (linux-386), func Munlock([]uint8) error +pkg syscall (linux-386), func Munlockall() error +pkg syscall (linux-386), func Munmap([]uint8) error +pkg syscall (linux-386), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (linux-386), func NetlinkRIB(int, int) ([]uint8, error) +pkg syscall (linux-386), func NsecToTimespec(int64) Timespec +pkg syscall (linux-386), func Open(string, int, uint32) (int, error) +pkg syscall (linux-386), func Openat(int, string, int, uint32) (int, error) +pkg syscall (linux-386), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (linux-386), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) +pkg syscall (linux-386), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) +pkg syscall (linux-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (linux-386), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) +pkg syscall (linux-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (linux-386), func Pause() error +pkg syscall (linux-386), func Pipe([]int) error +pkg syscall (linux-386), func PivotRoot(string, string) error +pkg syscall (linux-386), func Pread(int, []uint8, int64) (int, error) +pkg syscall (linux-386), func PtraceAttach(int) error +pkg syscall (linux-386), func PtraceCont(int, int) error +pkg syscall (linux-386), func PtraceDetach(int) error +pkg syscall (linux-386), func PtraceGetEventMsg(int) (uint, error) +pkg syscall (linux-386), func PtraceGetRegs(int, *PtraceRegs) error +pkg syscall (linux-386), func PtracePeekData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386), func PtracePeekText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386), func PtracePokeData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386), func PtracePokeText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386), func PtraceSetOptions(int, int) error +pkg syscall (linux-386), func PtraceSetRegs(int, *PtraceRegs) error +pkg syscall (linux-386), func PtraceSingleStep(int) error +pkg syscall (linux-386), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (linux-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386), func Read(int, []uint8) (int, error) +pkg syscall (linux-386), func ReadDirent(int, []uint8) (int, error) +pkg syscall (linux-386), func Reboot(int) error +pkg syscall (linux-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (linux-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (linux-386), func Renameat(int, string, int, string) error +pkg syscall (linux-386), func Seek(int, int64, int) (int64, error) +pkg syscall (linux-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) +pkg syscall (linux-386), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (linux-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (linux-386), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (linux-386), func SetLsfPromisc(string, bool) error +pkg syscall (linux-386), func SetNonblock(int, bool) error +pkg syscall (linux-386), func Setdomainname([]uint8) error +pkg syscall (linux-386), func Setfsgid(int) error +pkg syscall (linux-386), func Setfsuid(int) error +pkg syscall (linux-386), func Setgid(int) error +pkg syscall (linux-386), func Setgroups([]int) error +pkg syscall (linux-386), func Sethostname([]uint8) error +pkg syscall (linux-386), func Setpgid(int, int) error +pkg syscall (linux-386), func Setregid(int, int) error +pkg syscall (linux-386), func Setresgid(int, int, int) error +pkg syscall (linux-386), func Setresuid(int, int, int) error +pkg syscall (linux-386), func Setreuid(int, int) error +pkg syscall (linux-386), func Setrlimit(int, *Rlimit) error +pkg syscall (linux-386), func Setsid() (int, error) +pkg syscall (linux-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (linux-386), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (linux-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (linux-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (linux-386), func SetsockoptInt(int, int, int, int) error +pkg syscall (linux-386), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (linux-386), func SetsockoptString(int, int, int, string) error +pkg syscall (linux-386), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (linux-386), func Settimeofday(*Timeval) error +pkg syscall (linux-386), func Setuid(int) error +pkg syscall (linux-386), func Shutdown(int, int) error +pkg syscall (linux-386), func Socket(int, int, int) (int, error) +pkg syscall (linux-386), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (linux-386), func Splice(int, *int64, int, *int64, int, int) (int, error) +pkg syscall (linux-386), func Stat(string, *Stat_t) error +pkg syscall (linux-386), func Statfs(string, *Statfs_t) error +pkg syscall (linux-386), func StringSlicePtr([]string) []*uint8 +pkg syscall (linux-386), func Sync() +pkg syscall (linux-386), func SyncFileRange(int, int64, int64, int) error +pkg syscall (linux-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386), func Sysinfo(*Sysinfo_t) error +pkg syscall (linux-386), func Tee(int, int, int, int) (int64, error) +pkg syscall (linux-386), func Tgkill(int, int, Signal) error +pkg syscall (linux-386), func Time(*Time_t) (Time_t, error) +pkg syscall (linux-386), func Times(*Tms) (uintptr, error) +pkg syscall (linux-386), func TimespecToNsec(Timespec) int64 +pkg syscall (linux-386), func TimevalToNsec(Timeval) int64 +pkg syscall (linux-386), func Truncate(string, int64) error +pkg syscall (linux-386), func Umask(int) int +pkg syscall (linux-386), func Uname(*Utsname) error +pkg syscall (linux-386), func UnixCredentials(*Ucred) []uint8 +pkg syscall (linux-386), func UnixRights(...int) []uint8 +pkg syscall (linux-386), func Unlinkat(int, string) error +pkg syscall (linux-386), func Unmount(string, int) error +pkg syscall (linux-386), func Unshare(int) error +pkg syscall (linux-386), func Ustat(int, *Ustat_t) error +pkg syscall (linux-386), func Utime(string, *Utimbuf) error +pkg syscall (linux-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (linux-386), func Write(int, []uint8) (int, error) +pkg syscall (linux-386), method (*Cmsghdr) SetLen(int) +pkg syscall (linux-386), method (*Iovec) SetLen(int) +pkg syscall (linux-386), method (*Msghdr) SetControllen(int) +pkg syscall (linux-386), method (*PtraceRegs) PC() uint64 +pkg syscall (linux-386), method (*PtraceRegs) SetPC(uint64) +pkg syscall (linux-386), type Cmsghdr struct +pkg syscall (linux-386), type Cmsghdr struct, Len uint32 +pkg syscall (linux-386), type Cmsghdr struct, Level int32 +pkg syscall (linux-386), type Cmsghdr struct, Type int32 +pkg syscall (linux-386), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-386), type Credential struct +pkg syscall (linux-386), type Credential struct, Gid uint32 +pkg syscall (linux-386), type Credential struct, Groups []uint32 +pkg syscall (linux-386), type Credential struct, Uid uint32 +pkg syscall (linux-386), type Dirent struct +pkg syscall (linux-386), type Dirent struct, Ino uint64 +pkg syscall (linux-386), type Dirent struct, Name [256]int8 +pkg syscall (linux-386), type Dirent struct, Off int64 +pkg syscall (linux-386), type Dirent struct, Pad_cgo_0 [1]uint8 +pkg syscall (linux-386), type Dirent struct, Reclen uint16 +pkg syscall (linux-386), type Dirent struct, Type uint8 +pkg syscall (linux-386), type EpollEvent struct +pkg syscall (linux-386), type EpollEvent struct, Events uint32 +pkg syscall (linux-386), type EpollEvent struct, Fd int32 +pkg syscall (linux-386), type EpollEvent struct, Pad int32 +pkg syscall (linux-386), type FdSet struct +pkg syscall (linux-386), type FdSet struct, Bits [32]int32 +pkg syscall (linux-386), type Fsid struct +pkg syscall (linux-386), type Fsid struct, X__val [2]int32 +pkg syscall (linux-386), type IPMreqn struct +pkg syscall (linux-386), type IPMreqn struct, Address [4]uint8 +pkg syscall (linux-386), type IPMreqn struct, Ifindex int32 +pkg syscall (linux-386), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (linux-386), type IfAddrmsg struct +pkg syscall (linux-386), type IfAddrmsg struct, Family uint8 +pkg syscall (linux-386), type IfAddrmsg struct, Flags uint8 +pkg syscall (linux-386), type IfAddrmsg struct, Index uint32 +pkg syscall (linux-386), type IfAddrmsg struct, Prefixlen uint8 +pkg syscall (linux-386), type IfAddrmsg struct, Scope uint8 +pkg syscall (linux-386), type IfInfomsg struct +pkg syscall (linux-386), type IfInfomsg struct, Change uint32 +pkg syscall (linux-386), type IfInfomsg struct, Family uint8 +pkg syscall (linux-386), type IfInfomsg struct, Flags uint32 +pkg syscall (linux-386), type IfInfomsg struct, Index int32 +pkg syscall (linux-386), type IfInfomsg struct, Type uint16 +pkg syscall (linux-386), type IfInfomsg struct, X__ifi_pad uint8 +pkg syscall (linux-386), type Inet4Pktinfo struct +pkg syscall (linux-386), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (linux-386), type Inet4Pktinfo struct, Ifindex int32 +pkg syscall (linux-386), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (linux-386), type Inet6Pktinfo struct +pkg syscall (linux-386), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (linux-386), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (linux-386), type InotifyEvent struct +pkg syscall (linux-386), type InotifyEvent struct, Cookie uint32 +pkg syscall (linux-386), type InotifyEvent struct, Len uint32 +pkg syscall (linux-386), type InotifyEvent struct, Mask uint32 +pkg syscall (linux-386), type InotifyEvent struct, Name [0]uint8 +pkg syscall (linux-386), type InotifyEvent struct, Wd int32 +pkg syscall (linux-386), type Iovec struct +pkg syscall (linux-386), type Iovec struct, Base *uint8 +pkg syscall (linux-386), type Iovec struct, Len uint32 +pkg syscall (linux-386), type Msghdr struct +pkg syscall (linux-386), type Msghdr struct, Control *uint8 +pkg syscall (linux-386), type Msghdr struct, Controllen uint32 +pkg syscall (linux-386), type Msghdr struct, Flags int32 +pkg syscall (linux-386), type Msghdr struct, Iov *Iovec +pkg syscall (linux-386), type Msghdr struct, Iovlen uint32 +pkg syscall (linux-386), type Msghdr struct, Name *uint8 +pkg syscall (linux-386), type Msghdr struct, Namelen uint32 +pkg syscall (linux-386), type NetlinkMessage struct +pkg syscall (linux-386), type NetlinkMessage struct, Data []uint8 +pkg syscall (linux-386), type NetlinkMessage struct, Header NlMsghdr +pkg syscall (linux-386), type NetlinkRouteAttr struct +pkg syscall (linux-386), type NetlinkRouteAttr struct, Attr RtAttr +pkg syscall (linux-386), type NetlinkRouteAttr struct, Value []uint8 +pkg syscall (linux-386), type NetlinkRouteRequest struct +pkg syscall (linux-386), type NetlinkRouteRequest struct, Data RtGenmsg +pkg syscall (linux-386), type NetlinkRouteRequest struct, Header NlMsghdr +pkg syscall (linux-386), type NlAttr struct +pkg syscall (linux-386), type NlAttr struct, Len uint16 +pkg syscall (linux-386), type NlAttr struct, Type uint16 +pkg syscall (linux-386), type NlMsgerr struct +pkg syscall (linux-386), type NlMsgerr struct, Error int32 +pkg syscall (linux-386), type NlMsgerr struct, Msg NlMsghdr +pkg syscall (linux-386), type NlMsghdr struct +pkg syscall (linux-386), type NlMsghdr struct, Flags uint16 +pkg syscall (linux-386), type NlMsghdr struct, Len uint32 +pkg syscall (linux-386), type NlMsghdr struct, Pid uint32 +pkg syscall (linux-386), type NlMsghdr struct, Seq uint32 +pkg syscall (linux-386), type NlMsghdr struct, Type uint16 +pkg syscall (linux-386), type PtraceRegs struct +pkg syscall (linux-386), type PtraceRegs struct, Eax int32 +pkg syscall (linux-386), type PtraceRegs struct, Ebp int32 +pkg syscall (linux-386), type PtraceRegs struct, Ebx int32 +pkg syscall (linux-386), type PtraceRegs struct, Ecx int32 +pkg syscall (linux-386), type PtraceRegs struct, Edi int32 +pkg syscall (linux-386), type PtraceRegs struct, Edx int32 +pkg syscall (linux-386), type PtraceRegs struct, Eflags int32 +pkg syscall (linux-386), type PtraceRegs struct, Eip int32 +pkg syscall (linux-386), type PtraceRegs struct, Esi int32 +pkg syscall (linux-386), type PtraceRegs struct, Esp int32 +pkg syscall (linux-386), type PtraceRegs struct, Orig_eax int32 +pkg syscall (linux-386), type PtraceRegs struct, Xcs int32 +pkg syscall (linux-386), type PtraceRegs struct, Xds int32 +pkg syscall (linux-386), type PtraceRegs struct, Xes int32 +pkg syscall (linux-386), type PtraceRegs struct, Xfs int32 +pkg syscall (linux-386), type PtraceRegs struct, Xgs int32 +pkg syscall (linux-386), type PtraceRegs struct, Xss int32 +pkg syscall (linux-386), type RawSockaddr struct, Data [14]int8 +pkg syscall (linux-386), type RawSockaddr struct, Family uint16 +pkg syscall (linux-386), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (linux-386), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (linux-386), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (linux-386), type RawSockaddrInet6 struct +pkg syscall (linux-386), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (linux-386), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (linux-386), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (linux-386), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (linux-386), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (linux-386), type RawSockaddrLinklayer struct +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Family uint16 +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Ifindex int32 +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-386), type RawSockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-386), type RawSockaddrNetlink struct +pkg syscall (linux-386), type RawSockaddrNetlink struct, Family uint16 +pkg syscall (linux-386), type RawSockaddrNetlink struct, Groups uint32 +pkg syscall (linux-386), type RawSockaddrNetlink struct, Pad uint16 +pkg syscall (linux-386), type RawSockaddrNetlink struct, Pid uint32 +pkg syscall (linux-386), type RawSockaddrUnix struct +pkg syscall (linux-386), type RawSockaddrUnix struct, Family uint16 +pkg syscall (linux-386), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (linux-386), type Rlimit struct +pkg syscall (linux-386), type Rlimit struct, Cur uint64 +pkg syscall (linux-386), type Rlimit struct, Max uint64 +pkg syscall (linux-386), type RtAttr struct +pkg syscall (linux-386), type RtAttr struct, Len uint16 +pkg syscall (linux-386), type RtAttr struct, Type uint16 +pkg syscall (linux-386), type RtGenmsg struct +pkg syscall (linux-386), type RtGenmsg struct, Family uint8 +pkg syscall (linux-386), type RtMsg struct +pkg syscall (linux-386), type RtMsg struct, Dst_len uint8 +pkg syscall (linux-386), type RtMsg struct, Family uint8 +pkg syscall (linux-386), type RtMsg struct, Flags uint32 +pkg syscall (linux-386), type RtMsg struct, Protocol uint8 +pkg syscall (linux-386), type RtMsg struct, Scope uint8 +pkg syscall (linux-386), type RtMsg struct, Src_len uint8 +pkg syscall (linux-386), type RtMsg struct, Table uint8 +pkg syscall (linux-386), type RtMsg struct, Tos uint8 +pkg syscall (linux-386), type RtMsg struct, Type uint8 +pkg syscall (linux-386), type RtNexthop struct +pkg syscall (linux-386), type RtNexthop struct, Flags uint8 +pkg syscall (linux-386), type RtNexthop struct, Hops uint8 +pkg syscall (linux-386), type RtNexthop struct, Ifindex int32 +pkg syscall (linux-386), type RtNexthop struct, Len uint16 +pkg syscall (linux-386), type Rusage struct, Idrss int32 +pkg syscall (linux-386), type Rusage struct, Inblock int32 +pkg syscall (linux-386), type Rusage struct, Isrss int32 +pkg syscall (linux-386), type Rusage struct, Ixrss int32 +pkg syscall (linux-386), type Rusage struct, Majflt int32 +pkg syscall (linux-386), type Rusage struct, Maxrss int32 +pkg syscall (linux-386), type Rusage struct, Minflt int32 +pkg syscall (linux-386), type Rusage struct, Msgrcv int32 +pkg syscall (linux-386), type Rusage struct, Msgsnd int32 +pkg syscall (linux-386), type Rusage struct, Nivcsw int32 +pkg syscall (linux-386), type Rusage struct, Nsignals int32 +pkg syscall (linux-386), type Rusage struct, Nswap int32 +pkg syscall (linux-386), type Rusage struct, Nvcsw int32 +pkg syscall (linux-386), type Rusage struct, Oublock int32 +pkg syscall (linux-386), type Rusage struct, Stime Timeval +pkg syscall (linux-386), type Rusage struct, Utime Timeval +pkg syscall (linux-386), type SockFilter struct +pkg syscall (linux-386), type SockFilter struct, Code uint16 +pkg syscall (linux-386), type SockFilter struct, Jf uint8 +pkg syscall (linux-386), type SockFilter struct, Jt uint8 +pkg syscall (linux-386), type SockFilter struct, K uint32 +pkg syscall (linux-386), type SockFprog struct +pkg syscall (linux-386), type SockFprog struct, Filter *SockFilter +pkg syscall (linux-386), type SockFprog struct, Len uint16 +pkg syscall (linux-386), type SockFprog struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386), type SockaddrLinklayer struct +pkg syscall (linux-386), type SockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-386), type SockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-386), type SockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-386), type SockaddrLinklayer struct, Ifindex int +pkg syscall (linux-386), type SockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-386), type SockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-386), type SockaddrNetlink struct +pkg syscall (linux-386), type SockaddrNetlink struct, Family uint16 +pkg syscall (linux-386), type SockaddrNetlink struct, Groups uint32 +pkg syscall (linux-386), type SockaddrNetlink struct, Pad uint16 +pkg syscall (linux-386), type SockaddrNetlink struct, Pid uint32 +pkg syscall (linux-386), type SocketControlMessage struct +pkg syscall (linux-386), type SocketControlMessage struct, Data []uint8 +pkg syscall (linux-386), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (linux-386), type Stat_t struct +pkg syscall (linux-386), type Stat_t struct, Atim Timespec +pkg syscall (linux-386), type Stat_t struct, Blksize int32 +pkg syscall (linux-386), type Stat_t struct, Blocks int64 +pkg syscall (linux-386), type Stat_t struct, Ctim Timespec +pkg syscall (linux-386), type Stat_t struct, Dev uint64 +pkg syscall (linux-386), type Stat_t struct, Gid uint32 +pkg syscall (linux-386), type Stat_t struct, Ino uint64 +pkg syscall (linux-386), type Stat_t struct, Mode uint32 +pkg syscall (linux-386), type Stat_t struct, Mtim Timespec +pkg syscall (linux-386), type Stat_t struct, Nlink uint32 +pkg syscall (linux-386), type Stat_t struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386), type Stat_t struct, Pad_cgo_1 [2]uint8 +pkg syscall (linux-386), type Stat_t struct, Rdev uint64 +pkg syscall (linux-386), type Stat_t struct, Size int64 +pkg syscall (linux-386), type Stat_t struct, Uid uint32 +pkg syscall (linux-386), type Stat_t struct, X__pad1 uint16 +pkg syscall (linux-386), type Stat_t struct, X__pad2 uint16 +pkg syscall (linux-386), type Stat_t struct, X__st_ino uint32 +pkg syscall (linux-386), type Statfs_t struct +pkg syscall (linux-386), type Statfs_t struct, Bavail uint64 +pkg syscall (linux-386), type Statfs_t struct, Bfree uint64 +pkg syscall (linux-386), type Statfs_t struct, Blocks uint64 +pkg syscall (linux-386), type Statfs_t struct, Bsize int32 +pkg syscall (linux-386), type Statfs_t struct, Ffree uint64 +pkg syscall (linux-386), type Statfs_t struct, Files uint64 +pkg syscall (linux-386), type Statfs_t struct, Flags int32 +pkg syscall (linux-386), type Statfs_t struct, Frsize int32 +pkg syscall (linux-386), type Statfs_t struct, Fsid Fsid +pkg syscall (linux-386), type Statfs_t struct, Namelen int32 +pkg syscall (linux-386), type Statfs_t struct, Spare [4]int32 +pkg syscall (linux-386), type Statfs_t struct, Type int32 +pkg syscall (linux-386), type SysProcAttr struct, Chroot string +pkg syscall (linux-386), type SysProcAttr struct, Credential *Credential +pkg syscall (linux-386), type SysProcAttr struct, Noctty bool +pkg syscall (linux-386), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (linux-386), type SysProcAttr struct, Ptrace bool +pkg syscall (linux-386), type SysProcAttr struct, Setctty bool +pkg syscall (linux-386), type SysProcAttr struct, Setpgid bool +pkg syscall (linux-386), type SysProcAttr struct, Setsid bool +pkg syscall (linux-386), type Sysinfo_t struct +pkg syscall (linux-386), type Sysinfo_t struct, Bufferram uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Freehigh uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Freeram uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Freeswap uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Loads [3]uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Pad uint16 +pkg syscall (linux-386), type Sysinfo_t struct, Procs uint16 +pkg syscall (linux-386), type Sysinfo_t struct, Sharedram uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Totalhigh uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Totalram uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Totalswap uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Unit uint32 +pkg syscall (linux-386), type Sysinfo_t struct, Uptime int32 +pkg syscall (linux-386), type Sysinfo_t struct, X_f [8]int8 +pkg syscall (linux-386), type Termios struct +pkg syscall (linux-386), type Termios struct, Cc [32]uint8 +pkg syscall (linux-386), type Termios struct, Cflag uint32 +pkg syscall (linux-386), type Termios struct, Iflag uint32 +pkg syscall (linux-386), type Termios struct, Ispeed uint32 +pkg syscall (linux-386), type Termios struct, Lflag uint32 +pkg syscall (linux-386), type Termios struct, Line uint8 +pkg syscall (linux-386), type Termios struct, Oflag uint32 +pkg syscall (linux-386), type Termios struct, Ospeed uint32 +pkg syscall (linux-386), type Termios struct, Pad_cgo_0 [3]uint8 +pkg syscall (linux-386), type Time_t int32 +pkg syscall (linux-386), type Timespec struct, Nsec int32 +pkg syscall (linux-386), type Timespec struct, Sec int32 +pkg syscall (linux-386), type Timeval struct, Sec int32 +pkg syscall (linux-386), type Timeval struct, Usec int32 +pkg syscall (linux-386), type Timex struct +pkg syscall (linux-386), type Timex struct, Calcnt int32 +pkg syscall (linux-386), type Timex struct, Constant int32 +pkg syscall (linux-386), type Timex struct, Errcnt int32 +pkg syscall (linux-386), type Timex struct, Esterror int32 +pkg syscall (linux-386), type Timex struct, Freq int32 +pkg syscall (linux-386), type Timex struct, Jitcnt int32 +pkg syscall (linux-386), type Timex struct, Jitter int32 +pkg syscall (linux-386), type Timex struct, Maxerror int32 +pkg syscall (linux-386), type Timex struct, Modes uint32 +pkg syscall (linux-386), type Timex struct, Offset int32 +pkg syscall (linux-386), type Timex struct, Pad_cgo_0 [44]uint8 +pkg syscall (linux-386), type Timex struct, Ppsfreq int32 +pkg syscall (linux-386), type Timex struct, Precision int32 +pkg syscall (linux-386), type Timex struct, Shift int32 +pkg syscall (linux-386), type Timex struct, Stabil int32 +pkg syscall (linux-386), type Timex struct, Status int32 +pkg syscall (linux-386), type Timex struct, Stbcnt int32 +pkg syscall (linux-386), type Timex struct, Tai int32 +pkg syscall (linux-386), type Timex struct, Tick int32 +pkg syscall (linux-386), type Timex struct, Time Timeval +pkg syscall (linux-386), type Timex struct, Tolerance int32 +pkg syscall (linux-386), type Tms struct +pkg syscall (linux-386), type Tms struct, Cstime int32 +pkg syscall (linux-386), type Tms struct, Cutime int32 +pkg syscall (linux-386), type Tms struct, Stime int32 +pkg syscall (linux-386), type Tms struct, Utime int32 +pkg syscall (linux-386), type Ucred struct +pkg syscall (linux-386), type Ucred struct, Gid uint32 +pkg syscall (linux-386), type Ucred struct, Pid int32 +pkg syscall (linux-386), type Ucred struct, Uid uint32 +pkg syscall (linux-386), type Ustat_t struct +pkg syscall (linux-386), type Ustat_t struct, Fname [6]int8 +pkg syscall (linux-386), type Ustat_t struct, Fpack [6]int8 +pkg syscall (linux-386), type Ustat_t struct, Tfree int32 +pkg syscall (linux-386), type Ustat_t struct, Tinode uint32 +pkg syscall (linux-386), type Utimbuf struct +pkg syscall (linux-386), type Utimbuf struct, Actime int32 +pkg syscall (linux-386), type Utimbuf struct, Modtime int32 +pkg syscall (linux-386), type Utsname struct +pkg syscall (linux-386), type Utsname struct, Domainname [65]int8 +pkg syscall (linux-386), type Utsname struct, Machine [65]int8 +pkg syscall (linux-386), type Utsname struct, Nodename [65]int8 +pkg syscall (linux-386), type Utsname struct, Release [65]int8 +pkg syscall (linux-386), type Utsname struct, Sysname [65]int8 +pkg syscall (linux-386), type Utsname struct, Version [65]int8 +pkg syscall (linux-386), type WaitStatus uint32 +pkg syscall (linux-386), var Stderr int +pkg syscall (linux-386), var Stdin int +pkg syscall (linux-386), var Stdout int +pkg syscall (linux-386-cgo), const AF_ALG ideal-int +pkg syscall (linux-386-cgo), const AF_APPLETALK ideal-int +pkg syscall (linux-386-cgo), const AF_ASH ideal-int +pkg syscall (linux-386-cgo), const AF_ATMPVC ideal-int +pkg syscall (linux-386-cgo), const AF_ATMSVC ideal-int +pkg syscall (linux-386-cgo), const AF_AX25 ideal-int +pkg syscall (linux-386-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (linux-386-cgo), const AF_BRIDGE ideal-int +pkg syscall (linux-386-cgo), const AF_CAIF ideal-int +pkg syscall (linux-386-cgo), const AF_CAN ideal-int +pkg syscall (linux-386-cgo), const AF_DECnet ideal-int +pkg syscall (linux-386-cgo), const AF_ECONET ideal-int +pkg syscall (linux-386-cgo), const AF_FILE ideal-int +pkg syscall (linux-386-cgo), const AF_IEEE802154 ideal-int +pkg syscall (linux-386-cgo), const AF_IPX ideal-int +pkg syscall (linux-386-cgo), const AF_IRDA ideal-int +pkg syscall (linux-386-cgo), const AF_ISDN ideal-int +pkg syscall (linux-386-cgo), const AF_IUCV ideal-int +pkg syscall (linux-386-cgo), const AF_KEY ideal-int +pkg syscall (linux-386-cgo), const AF_LLC ideal-int +pkg syscall (linux-386-cgo), const AF_LOCAL ideal-int +pkg syscall (linux-386-cgo), const AF_MAX ideal-int +pkg syscall (linux-386-cgo), const AF_NETBEUI ideal-int +pkg syscall (linux-386-cgo), const AF_NETLINK ideal-int +pkg syscall (linux-386-cgo), const AF_NETROM ideal-int +pkg syscall (linux-386-cgo), const AF_PACKET ideal-int +pkg syscall (linux-386-cgo), const AF_PHONET ideal-int +pkg syscall (linux-386-cgo), const AF_PPPOX ideal-int +pkg syscall (linux-386-cgo), const AF_RDS ideal-int +pkg syscall (linux-386-cgo), const AF_ROSE ideal-int +pkg syscall (linux-386-cgo), const AF_ROUTE ideal-int +pkg syscall (linux-386-cgo), const AF_RXRPC ideal-int +pkg syscall (linux-386-cgo), const AF_SECURITY ideal-int +pkg syscall (linux-386-cgo), const AF_SNA ideal-int +pkg syscall (linux-386-cgo), const AF_TIPC ideal-int +pkg syscall (linux-386-cgo), const AF_WANPIPE ideal-int +pkg syscall (linux-386-cgo), const AF_X25 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ADAPT ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_APPLETLK ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ASH ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ATM ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_AX25 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_BIF ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_CHAOS ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_CISCO ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_CSLIP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_CSLIP6 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_DDCMP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_DLCI ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ECONET ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_EETHER ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_EUI64 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_FCAL ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_FCFABRIC ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_FCPL ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_FCPP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_FDDI ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_FRAD ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_HDLC ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_HIPPI ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_HWX25 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_PRISM ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_RADIOTAP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154_PHY ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IEEE802_TR ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_INFINIBAND ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IPDDP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IPGRE ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_IRDA ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_LAPB ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_LOCALTLK ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_LOOPBACK ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_METRICOM ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_NETROM ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_NONE ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_PIMREG ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_PPP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_PRONET ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_RAWHDLC ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_ROSE ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_RSRVD ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_SIT ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_SKIP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_SLIP ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_SLIP6 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL6 ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_VOID ideal-int +pkg syscall (linux-386-cgo), const ARPHRD_X25 ideal-int +pkg syscall (linux-386-cgo), const B0 ideal-int +pkg syscall (linux-386-cgo), const B1000000 ideal-int +pkg syscall (linux-386-cgo), const B110 ideal-int +pkg syscall (linux-386-cgo), const B115200 ideal-int +pkg syscall (linux-386-cgo), const B1152000 ideal-int +pkg syscall (linux-386-cgo), const B1200 ideal-int +pkg syscall (linux-386-cgo), const B134 ideal-int +pkg syscall (linux-386-cgo), const B150 ideal-int +pkg syscall (linux-386-cgo), const B1500000 ideal-int +pkg syscall (linux-386-cgo), const B1800 ideal-int +pkg syscall (linux-386-cgo), const B19200 ideal-int +pkg syscall (linux-386-cgo), const B200 ideal-int +pkg syscall (linux-386-cgo), const B2000000 ideal-int +pkg syscall (linux-386-cgo), const B230400 ideal-int +pkg syscall (linux-386-cgo), const B2400 ideal-int +pkg syscall (linux-386-cgo), const B2500000 ideal-int +pkg syscall (linux-386-cgo), const B300 ideal-int +pkg syscall (linux-386-cgo), const B3000000 ideal-int +pkg syscall (linux-386-cgo), const B3500000 ideal-int +pkg syscall (linux-386-cgo), const B38400 ideal-int +pkg syscall (linux-386-cgo), const B4000000 ideal-int +pkg syscall (linux-386-cgo), const B460800 ideal-int +pkg syscall (linux-386-cgo), const B4800 ideal-int +pkg syscall (linux-386-cgo), const B50 ideal-int +pkg syscall (linux-386-cgo), const B500000 ideal-int +pkg syscall (linux-386-cgo), const B57600 ideal-int +pkg syscall (linux-386-cgo), const B576000 ideal-int +pkg syscall (linux-386-cgo), const B600 ideal-int +pkg syscall (linux-386-cgo), const B75 ideal-int +pkg syscall (linux-386-cgo), const B921600 ideal-int +pkg syscall (linux-386-cgo), const B9600 ideal-int +pkg syscall (linux-386-cgo), const BPF_A ideal-int +pkg syscall (linux-386-cgo), const BPF_ABS ideal-int +pkg syscall (linux-386-cgo), const BPF_ADD ideal-int +pkg syscall (linux-386-cgo), const BPF_ALU ideal-int +pkg syscall (linux-386-cgo), const BPF_AND ideal-int +pkg syscall (linux-386-cgo), const BPF_B ideal-int +pkg syscall (linux-386-cgo), const BPF_DIV ideal-int +pkg syscall (linux-386-cgo), const BPF_H ideal-int +pkg syscall (linux-386-cgo), const BPF_IMM ideal-int +pkg syscall (linux-386-cgo), const BPF_IND ideal-int +pkg syscall (linux-386-cgo), const BPF_JA ideal-int +pkg syscall (linux-386-cgo), const BPF_JEQ ideal-int +pkg syscall (linux-386-cgo), const BPF_JGE ideal-int +pkg syscall (linux-386-cgo), const BPF_JGT ideal-int +pkg syscall (linux-386-cgo), const BPF_JMP ideal-int +pkg syscall (linux-386-cgo), const BPF_JSET ideal-int +pkg syscall (linux-386-cgo), const BPF_K ideal-int +pkg syscall (linux-386-cgo), const BPF_LD ideal-int +pkg syscall (linux-386-cgo), const BPF_LDX ideal-int +pkg syscall (linux-386-cgo), const BPF_LEN ideal-int +pkg syscall (linux-386-cgo), const BPF_LSH ideal-int +pkg syscall (linux-386-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (linux-386-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (linux-386-cgo), const BPF_MEM ideal-int +pkg syscall (linux-386-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (linux-386-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (linux-386-cgo), const BPF_MISC ideal-int +pkg syscall (linux-386-cgo), const BPF_MSH ideal-int +pkg syscall (linux-386-cgo), const BPF_MUL ideal-int +pkg syscall (linux-386-cgo), const BPF_NEG ideal-int +pkg syscall (linux-386-cgo), const BPF_OR ideal-int +pkg syscall (linux-386-cgo), const BPF_RET ideal-int +pkg syscall (linux-386-cgo), const BPF_RSH ideal-int +pkg syscall (linux-386-cgo), const BPF_ST ideal-int +pkg syscall (linux-386-cgo), const BPF_STX ideal-int +pkg syscall (linux-386-cgo), const BPF_SUB ideal-int +pkg syscall (linux-386-cgo), const BPF_TAX ideal-int +pkg syscall (linux-386-cgo), const BPF_TXA ideal-int +pkg syscall (linux-386-cgo), const BPF_W ideal-int +pkg syscall (linux-386-cgo), const BPF_X ideal-int +pkg syscall (linux-386-cgo), const BRKINT ideal-int +pkg syscall (linux-386-cgo), const CLOCAL ideal-int +pkg syscall (linux-386-cgo), const CREAD ideal-int +pkg syscall (linux-386-cgo), const CS5 ideal-int +pkg syscall (linux-386-cgo), const CS6 ideal-int +pkg syscall (linux-386-cgo), const CS7 ideal-int +pkg syscall (linux-386-cgo), const CS8 ideal-int +pkg syscall (linux-386-cgo), const CSIZE ideal-int +pkg syscall (linux-386-cgo), const CSTOPB ideal-int +pkg syscall (linux-386-cgo), const DT_BLK ideal-int +pkg syscall (linux-386-cgo), const DT_CHR ideal-int +pkg syscall (linux-386-cgo), const DT_DIR ideal-int +pkg syscall (linux-386-cgo), const DT_FIFO ideal-int +pkg syscall (linux-386-cgo), const DT_LNK ideal-int +pkg syscall (linux-386-cgo), const DT_REG ideal-int +pkg syscall (linux-386-cgo), const DT_SOCK ideal-int +pkg syscall (linux-386-cgo), const DT_UNKNOWN ideal-int +pkg syscall (linux-386-cgo), const DT_WHT ideal-int +pkg syscall (linux-386-cgo), const EADV Errno +pkg syscall (linux-386-cgo), const EBADE Errno +pkg syscall (linux-386-cgo), const EBADFD Errno +pkg syscall (linux-386-cgo), const EBADMSG Errno +pkg syscall (linux-386-cgo), const EBADR Errno +pkg syscall (linux-386-cgo), const EBADRQC Errno +pkg syscall (linux-386-cgo), const EBADSLT Errno +pkg syscall (linux-386-cgo), const EBFONT Errno +pkg syscall (linux-386-cgo), const ECHO ideal-int +pkg syscall (linux-386-cgo), const ECHOCTL ideal-int +pkg syscall (linux-386-cgo), const ECHOE ideal-int +pkg syscall (linux-386-cgo), const ECHOK ideal-int +pkg syscall (linux-386-cgo), const ECHOKE ideal-int +pkg syscall (linux-386-cgo), const ECHONL ideal-int +pkg syscall (linux-386-cgo), const ECHOPRT ideal-int +pkg syscall (linux-386-cgo), const ECHRNG Errno +pkg syscall (linux-386-cgo), const ECOMM Errno +pkg syscall (linux-386-cgo), const EDEADLOCK Errno +pkg syscall (linux-386-cgo), const EDOTDOT Errno +pkg syscall (linux-386-cgo), const EISNAM Errno +pkg syscall (linux-386-cgo), const EKEYEXPIRED Errno +pkg syscall (linux-386-cgo), const EKEYREJECTED Errno +pkg syscall (linux-386-cgo), const EKEYREVOKED Errno +pkg syscall (linux-386-cgo), const EL2HLT Errno +pkg syscall (linux-386-cgo), const EL2NSYNC Errno +pkg syscall (linux-386-cgo), const EL3HLT Errno +pkg syscall (linux-386-cgo), const EL3RST Errno +pkg syscall (linux-386-cgo), const ELIBACC Errno +pkg syscall (linux-386-cgo), const ELIBBAD Errno +pkg syscall (linux-386-cgo), const ELIBEXEC Errno +pkg syscall (linux-386-cgo), const ELIBMAX Errno +pkg syscall (linux-386-cgo), const ELIBSCN Errno +pkg syscall (linux-386-cgo), const ELNRNG Errno +pkg syscall (linux-386-cgo), const EMEDIUMTYPE Errno +pkg syscall (linux-386-cgo), const EMULTIHOP Errno +pkg syscall (linux-386-cgo), const ENAVAIL Errno +pkg syscall (linux-386-cgo), const ENOANO Errno +pkg syscall (linux-386-cgo), const ENOCSI Errno +pkg syscall (linux-386-cgo), const ENODATA Errno +pkg syscall (linux-386-cgo), const ENOKEY Errno +pkg syscall (linux-386-cgo), const ENOLINK Errno +pkg syscall (linux-386-cgo), const ENOMEDIUM Errno +pkg syscall (linux-386-cgo), const ENONET Errno +pkg syscall (linux-386-cgo), const ENOPKG Errno +pkg syscall (linux-386-cgo), const ENOSR Errno +pkg syscall (linux-386-cgo), const ENOSTR Errno +pkg syscall (linux-386-cgo), const ENOTNAM Errno +pkg syscall (linux-386-cgo), const ENOTRECOVERABLE Errno +pkg syscall (linux-386-cgo), const ENOTUNIQ Errno +pkg syscall (linux-386-cgo), const EOWNERDEAD Errno +pkg syscall (linux-386-cgo), const EPOLLERR ideal-int +pkg syscall (linux-386-cgo), const EPOLLET ideal-int +pkg syscall (linux-386-cgo), const EPOLLHUP ideal-int +pkg syscall (linux-386-cgo), const EPOLLIN ideal-int +pkg syscall (linux-386-cgo), const EPOLLMSG ideal-int +pkg syscall (linux-386-cgo), const EPOLLONESHOT ideal-int +pkg syscall (linux-386-cgo), const EPOLLOUT ideal-int +pkg syscall (linux-386-cgo), const EPOLLPRI ideal-int +pkg syscall (linux-386-cgo), const EPOLLRDBAND ideal-int +pkg syscall (linux-386-cgo), const EPOLLRDHUP ideal-int +pkg syscall (linux-386-cgo), const EPOLLRDNORM ideal-int +pkg syscall (linux-386-cgo), const EPOLLWRBAND ideal-int +pkg syscall (linux-386-cgo), const EPOLLWRNORM ideal-int +pkg syscall (linux-386-cgo), const EPOLL_CLOEXEC ideal-int +pkg syscall (linux-386-cgo), const EPOLL_CTL_ADD ideal-int +pkg syscall (linux-386-cgo), const EPOLL_CTL_DEL ideal-int +pkg syscall (linux-386-cgo), const EPOLL_CTL_MOD ideal-int +pkg syscall (linux-386-cgo), const EPOLL_NONBLOCK ideal-int +pkg syscall (linux-386-cgo), const EPROTO Errno +pkg syscall (linux-386-cgo), const EREMCHG Errno +pkg syscall (linux-386-cgo), const EREMOTEIO Errno +pkg syscall (linux-386-cgo), const ERESTART Errno +pkg syscall (linux-386-cgo), const ERFKILL Errno +pkg syscall (linux-386-cgo), const ESRMNT Errno +pkg syscall (linux-386-cgo), const ESTRPIPE Errno +pkg syscall (linux-386-cgo), const ETH_P_1588 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_8021Q ideal-int +pkg syscall (linux-386-cgo), const ETH_P_802_2 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_802_3 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_AARP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ALL ideal-int +pkg syscall (linux-386-cgo), const ETH_P_AOE ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ARCNET ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ARP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ATALK ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ATMFATE ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ATMMPOA ideal-int +pkg syscall (linux-386-cgo), const ETH_P_AX25 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_BPQ ideal-int +pkg syscall (linux-386-cgo), const ETH_P_CAIF ideal-int +pkg syscall (linux-386-cgo), const ETH_P_CAN ideal-int +pkg syscall (linux-386-cgo), const ETH_P_CONTROL ideal-int +pkg syscall (linux-386-cgo), const ETH_P_CUST ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DDCMP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DEC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DIAG ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DNA_DL ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DNA_RC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DNA_RT ideal-int +pkg syscall (linux-386-cgo), const ETH_P_DSA ideal-int +pkg syscall (linux-386-cgo), const ETH_P_ECONET ideal-int +pkg syscall (linux-386-cgo), const ETH_P_EDSA ideal-int +pkg syscall (linux-386-cgo), const ETH_P_FCOE ideal-int +pkg syscall (linux-386-cgo), const ETH_P_FIP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_HDLC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IEEE802154 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IEEEPUP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IEEEPUPAT ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IPV6 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IPX ideal-int +pkg syscall (linux-386-cgo), const ETH_P_IRDA ideal-int +pkg syscall (linux-386-cgo), const ETH_P_LAT ideal-int +pkg syscall (linux-386-cgo), const ETH_P_LINK_CTL ideal-int +pkg syscall (linux-386-cgo), const ETH_P_LOCALTALK ideal-int +pkg syscall (linux-386-cgo), const ETH_P_LOOP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_MOBITEX ideal-int +pkg syscall (linux-386-cgo), const ETH_P_MPLS_MC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_MPLS_UC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PAE ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PAUSE ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PHONET ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PPPTALK ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PPP_DISC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PPP_MP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PPP_SES ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PUP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_PUPAT ideal-int +pkg syscall (linux-386-cgo), const ETH_P_RARP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_SCA ideal-int +pkg syscall (linux-386-cgo), const ETH_P_SLOW ideal-int +pkg syscall (linux-386-cgo), const ETH_P_SNAP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_TEB ideal-int +pkg syscall (linux-386-cgo), const ETH_P_TIPC ideal-int +pkg syscall (linux-386-cgo), const ETH_P_TRAILER ideal-int +pkg syscall (linux-386-cgo), const ETH_P_TR_802_2 ideal-int +pkg syscall (linux-386-cgo), const ETH_P_WAN_PPP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_WCCP ideal-int +pkg syscall (linux-386-cgo), const ETH_P_X25 ideal-int +pkg syscall (linux-386-cgo), const ETIME Errno +pkg syscall (linux-386-cgo), const EUCLEAN Errno +pkg syscall (linux-386-cgo), const EUNATCH Errno +pkg syscall (linux-386-cgo), const EXFULL Errno +pkg syscall (linux-386-cgo), const FD_CLOEXEC ideal-int +pkg syscall (linux-386-cgo), const FD_SETSIZE ideal-int +pkg syscall (linux-386-cgo), const FLUSHO ideal-int +pkg syscall (linux-386-cgo), const F_DUPFD ideal-int +pkg syscall (linux-386-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (linux-386-cgo), const F_EXLCK ideal-int +pkg syscall (linux-386-cgo), const F_GETFD ideal-int +pkg syscall (linux-386-cgo), const F_GETFL ideal-int +pkg syscall (linux-386-cgo), const F_GETLEASE ideal-int +pkg syscall (linux-386-cgo), const F_GETLK ideal-int +pkg syscall (linux-386-cgo), const F_GETLK64 ideal-int +pkg syscall (linux-386-cgo), const F_GETOWN ideal-int +pkg syscall (linux-386-cgo), const F_GETOWN_EX ideal-int +pkg syscall (linux-386-cgo), const F_GETPIPE_SZ ideal-int +pkg syscall (linux-386-cgo), const F_GETSIG ideal-int +pkg syscall (linux-386-cgo), const F_LOCK ideal-int +pkg syscall (linux-386-cgo), const F_NOTIFY ideal-int +pkg syscall (linux-386-cgo), const F_OK ideal-int +pkg syscall (linux-386-cgo), const F_RDLCK ideal-int +pkg syscall (linux-386-cgo), const F_SETFD ideal-int +pkg syscall (linux-386-cgo), const F_SETFL ideal-int +pkg syscall (linux-386-cgo), const F_SETLEASE ideal-int +pkg syscall (linux-386-cgo), const F_SETLK ideal-int +pkg syscall (linux-386-cgo), const F_SETLK64 ideal-int +pkg syscall (linux-386-cgo), const F_SETLKW ideal-int +pkg syscall (linux-386-cgo), const F_SETLKW64 ideal-int +pkg syscall (linux-386-cgo), const F_SETOWN ideal-int +pkg syscall (linux-386-cgo), const F_SETOWN_EX ideal-int +pkg syscall (linux-386-cgo), const F_SETPIPE_SZ ideal-int +pkg syscall (linux-386-cgo), const F_SETSIG ideal-int +pkg syscall (linux-386-cgo), const F_SHLCK ideal-int +pkg syscall (linux-386-cgo), const F_TEST ideal-int +pkg syscall (linux-386-cgo), const F_TLOCK ideal-int +pkg syscall (linux-386-cgo), const F_ULOCK ideal-int +pkg syscall (linux-386-cgo), const F_UNLCK ideal-int +pkg syscall (linux-386-cgo), const F_WRLCK ideal-int +pkg syscall (linux-386-cgo), const HUPCL ideal-int +pkg syscall (linux-386-cgo), const ICANON ideal-int +pkg syscall (linux-386-cgo), const ICRNL ideal-int +pkg syscall (linux-386-cgo), const IEXTEN ideal-int +pkg syscall (linux-386-cgo), const IFA_ADDRESS ideal-int +pkg syscall (linux-386-cgo), const IFA_ANYCAST ideal-int +pkg syscall (linux-386-cgo), const IFA_BROADCAST ideal-int +pkg syscall (linux-386-cgo), const IFA_CACHEINFO ideal-int +pkg syscall (linux-386-cgo), const IFA_F_DADFAILED ideal-int +pkg syscall (linux-386-cgo), const IFA_F_DEPRECATED ideal-int +pkg syscall (linux-386-cgo), const IFA_F_HOMEADDRESS ideal-int +pkg syscall (linux-386-cgo), const IFA_F_NODAD ideal-int +pkg syscall (linux-386-cgo), const IFA_F_OPTIMISTIC ideal-int +pkg syscall (linux-386-cgo), const IFA_F_PERMANENT ideal-int +pkg syscall (linux-386-cgo), const IFA_F_SECONDARY ideal-int +pkg syscall (linux-386-cgo), const IFA_F_TEMPORARY ideal-int +pkg syscall (linux-386-cgo), const IFA_F_TENTATIVE ideal-int +pkg syscall (linux-386-cgo), const IFA_LABEL ideal-int +pkg syscall (linux-386-cgo), const IFA_LOCAL ideal-int +pkg syscall (linux-386-cgo), const IFA_MAX ideal-int +pkg syscall (linux-386-cgo), const IFA_MULTICAST ideal-int +pkg syscall (linux-386-cgo), const IFA_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (linux-386-cgo), const IFF_AUTOMEDIA ideal-int +pkg syscall (linux-386-cgo), const IFF_DEBUG ideal-int +pkg syscall (linux-386-cgo), const IFF_DYNAMIC ideal-int +pkg syscall (linux-386-cgo), const IFF_MASTER ideal-int +pkg syscall (linux-386-cgo), const IFF_NOARP ideal-int +pkg syscall (linux-386-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (linux-386-cgo), const IFF_NO_PI ideal-int +pkg syscall (linux-386-cgo), const IFF_ONE_QUEUE ideal-int +pkg syscall (linux-386-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (linux-386-cgo), const IFF_PORTSEL ideal-int +pkg syscall (linux-386-cgo), const IFF_PROMISC ideal-int +pkg syscall (linux-386-cgo), const IFF_RUNNING ideal-int +pkg syscall (linux-386-cgo), const IFF_SLAVE ideal-int +pkg syscall (linux-386-cgo), const IFF_TAP ideal-int +pkg syscall (linux-386-cgo), const IFF_TUN ideal-int +pkg syscall (linux-386-cgo), const IFF_TUN_EXCL ideal-int +pkg syscall (linux-386-cgo), const IFF_VNET_HDR ideal-int +pkg syscall (linux-386-cgo), const IFLA_ADDRESS ideal-int +pkg syscall (linux-386-cgo), const IFLA_BROADCAST ideal-int +pkg syscall (linux-386-cgo), const IFLA_COST ideal-int +pkg syscall (linux-386-cgo), const IFLA_IFALIAS ideal-int +pkg syscall (linux-386-cgo), const IFLA_IFNAME ideal-int +pkg syscall (linux-386-cgo), const IFLA_LINK ideal-int +pkg syscall (linux-386-cgo), const IFLA_LINKINFO ideal-int +pkg syscall (linux-386-cgo), const IFLA_LINKMODE ideal-int +pkg syscall (linux-386-cgo), const IFLA_MAP ideal-int +pkg syscall (linux-386-cgo), const IFLA_MASTER ideal-int +pkg syscall (linux-386-cgo), const IFLA_MAX ideal-int +pkg syscall (linux-386-cgo), const IFLA_MTU ideal-int +pkg syscall (linux-386-cgo), const IFLA_NET_NS_PID ideal-int +pkg syscall (linux-386-cgo), const IFLA_OPERSTATE ideal-int +pkg syscall (linux-386-cgo), const IFLA_PRIORITY ideal-int +pkg syscall (linux-386-cgo), const IFLA_PROTINFO ideal-int +pkg syscall (linux-386-cgo), const IFLA_QDISC ideal-int +pkg syscall (linux-386-cgo), const IFLA_STATS ideal-int +pkg syscall (linux-386-cgo), const IFLA_TXQLEN ideal-int +pkg syscall (linux-386-cgo), const IFLA_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const IFLA_WEIGHT ideal-int +pkg syscall (linux-386-cgo), const IFLA_WIRELESS ideal-int +pkg syscall (linux-386-cgo), const IFNAMSIZ ideal-int +pkg syscall (linux-386-cgo), const IGNBRK ideal-int +pkg syscall (linux-386-cgo), const IGNCR ideal-int +pkg syscall (linux-386-cgo), const IGNPAR ideal-int +pkg syscall (linux-386-cgo), const IMAXBEL ideal-int +pkg syscall (linux-386-cgo), const INLCR ideal-int +pkg syscall (linux-386-cgo), const INPCK ideal-int +pkg syscall (linux-386-cgo), const IN_ACCESS ideal-int +pkg syscall (linux-386-cgo), const IN_ALL_EVENTS ideal-int +pkg syscall (linux-386-cgo), const IN_ATTRIB ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (linux-386-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (linux-386-cgo), const IN_CLOEXEC ideal-int +pkg syscall (linux-386-cgo), const IN_CLOSE ideal-int +pkg syscall (linux-386-cgo), const IN_CLOSE_NOWRITE ideal-int +pkg syscall (linux-386-cgo), const IN_CLOSE_WRITE ideal-int +pkg syscall (linux-386-cgo), const IN_CREATE ideal-int +pkg syscall (linux-386-cgo), const IN_DELETE ideal-int +pkg syscall (linux-386-cgo), const IN_DELETE_SELF ideal-int +pkg syscall (linux-386-cgo), const IN_DONT_FOLLOW ideal-int +pkg syscall (linux-386-cgo), const IN_EXCL_UNLINK ideal-int +pkg syscall (linux-386-cgo), const IN_IGNORED ideal-int +pkg syscall (linux-386-cgo), const IN_ISDIR ideal-int +pkg syscall (linux-386-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (linux-386-cgo), const IN_MASK_ADD ideal-int +pkg syscall (linux-386-cgo), const IN_MODIFY ideal-int +pkg syscall (linux-386-cgo), const IN_MOVE ideal-int +pkg syscall (linux-386-cgo), const IN_MOVED_FROM ideal-int +pkg syscall (linux-386-cgo), const IN_MOVED_TO ideal-int +pkg syscall (linux-386-cgo), const IN_MOVE_SELF ideal-int +pkg syscall (linux-386-cgo), const IN_NONBLOCK ideal-int +pkg syscall (linux-386-cgo), const IN_ONESHOT ideal-int +pkg syscall (linux-386-cgo), const IN_ONLYDIR ideal-int +pkg syscall (linux-386-cgo), const IN_OPEN ideal-int +pkg syscall (linux-386-cgo), const IN_Q_OVERFLOW ideal-int +pkg syscall (linux-386-cgo), const IN_UNMOUNT ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_AH ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_COMP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_DCCP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_EGP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_ESP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_GRE ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_IDP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_MTP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_NONE ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_PIM ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_PUP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_RAW ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_TP ideal-int +pkg syscall (linux-386-cgo), const IPPROTO_UDPLITE ideal-int +pkg syscall (linux-386-cgo), const IPV6_2292DSTOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (linux-386-cgo), const IPV6_2292HOPOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_2292PKTINFO ideal-int +pkg syscall (linux-386-cgo), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (linux-386-cgo), const IPV6_2292RTHDR ideal-int +pkg syscall (linux-386-cgo), const IPV6_ADDRFORM ideal-int +pkg syscall (linux-386-cgo), const IPV6_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const IPV6_AUTHHDR ideal-int +pkg syscall (linux-386-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (linux-386-cgo), const IPV6_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (linux-386-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (linux-386-cgo), const IPV6_JOIN_ANYCAST ideal-int +pkg syscall (linux-386-cgo), const IPV6_LEAVE_ANYCAST ideal-int +pkg syscall (linux-386-cgo), const IPV6_MTU ideal-int +pkg syscall (linux-386-cgo), const IPV6_MTU_DISCOVER ideal-int +pkg syscall (linux-386-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (linux-386-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DO ideal-int +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DONT ideal-int +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_PROBE ideal-int +pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_WANT ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVERR ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (linux-386-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (linux-386-cgo), const IPV6_ROUTER_ALERT ideal-int +pkg syscall (linux-386-cgo), const IPV6_RTHDR ideal-int +pkg syscall (linux-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (linux-386-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (linux-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (linux-386-cgo), const IPV6_RXDSTOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_RXHOPOPTS ideal-int +pkg syscall (linux-386-cgo), const IPV6_TCLASS ideal-int +pkg syscall (linux-386-cgo), const IPV6_XFRM_POLICY ideal-int +pkg syscall (linux-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (linux-386-cgo), const IP_DF ideal-int +pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const IP_FREEBIND ideal-int +pkg syscall (linux-386-cgo), const IP_HDRINCL ideal-int +pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (linux-386-cgo), const IP_MAXPACKET ideal-int +pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (linux-386-cgo), const IP_MF ideal-int +pkg syscall (linux-386-cgo), const IP_MINTTL ideal-int +pkg syscall (linux-386-cgo), const IP_MSFILTER ideal-int +pkg syscall (linux-386-cgo), const IP_MSS ideal-int +pkg syscall (linux-386-cgo), const IP_MTU ideal-int +pkg syscall (linux-386-cgo), const IP_MTU_DISCOVER ideal-int +pkg syscall (linux-386-cgo), const IP_OFFMASK ideal-int +pkg syscall (linux-386-cgo), const IP_OPTIONS ideal-int +pkg syscall (linux-386-cgo), const IP_ORIGDSTADDR ideal-int +pkg syscall (linux-386-cgo), const IP_PASSSEC ideal-int +pkg syscall (linux-386-cgo), const IP_PKTINFO ideal-int +pkg syscall (linux-386-cgo), const IP_PKTOPTIONS ideal-int +pkg syscall (linux-386-cgo), const IP_PMTUDISC ideal-int +pkg syscall (linux-386-cgo), const IP_PMTUDISC_DO ideal-int +pkg syscall (linux-386-cgo), const IP_PMTUDISC_DONT ideal-int +pkg syscall (linux-386-cgo), const IP_PMTUDISC_PROBE ideal-int +pkg syscall (linux-386-cgo), const IP_PMTUDISC_WANT ideal-int +pkg syscall (linux-386-cgo), const IP_RECVERR ideal-int +pkg syscall (linux-386-cgo), const IP_RECVOPTS ideal-int +pkg syscall (linux-386-cgo), const IP_RECVORIGDSTADDR ideal-int +pkg syscall (linux-386-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (linux-386-cgo), const IP_RECVTOS ideal-int +pkg syscall (linux-386-cgo), const IP_RECVTTL ideal-int +pkg syscall (linux-386-cgo), const IP_RETOPTS ideal-int +pkg syscall (linux-386-cgo), const IP_RF ideal-int +pkg syscall (linux-386-cgo), const IP_ROUTER_ALERT ideal-int +pkg syscall (linux-386-cgo), const IP_TRANSPARENT ideal-int +pkg syscall (linux-386-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (linux-386-cgo), const IP_XFRM_POLICY ideal-int +pkg syscall (linux-386-cgo), const ISIG ideal-int +pkg syscall (linux-386-cgo), const ISTRIP ideal-int +pkg syscall (linux-386-cgo), const IUCLC ideal-int +pkg syscall (linux-386-cgo), const IUTF8 ideal-int +pkg syscall (linux-386-cgo), const IXANY ideal-int +pkg syscall (linux-386-cgo), const IXOFF ideal-int +pkg syscall (linux-386-cgo), const IXON ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_OFF ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_ON ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_HALT ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_KEXEC ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_POWER_OFF ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART2 ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC1 ideal-int +pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC2 ideal-int +pkg syscall (linux-386-cgo), const LOCK_EX ideal-int +pkg syscall (linux-386-cgo), const LOCK_NB ideal-int +pkg syscall (linux-386-cgo), const LOCK_SH ideal-int +pkg syscall (linux-386-cgo), const LOCK_UN ideal-int +pkg syscall (linux-386-cgo), const MADV_DOFORK ideal-int +pkg syscall (linux-386-cgo), const MADV_DONTFORK ideal-int +pkg syscall (linux-386-cgo), const MADV_DONTNEED ideal-int +pkg syscall (linux-386-cgo), const MADV_HUGEPAGE ideal-int +pkg syscall (linux-386-cgo), const MADV_HWPOISON ideal-int +pkg syscall (linux-386-cgo), const MADV_MERGEABLE ideal-int +pkg syscall (linux-386-cgo), const MADV_NOHUGEPAGE ideal-int +pkg syscall (linux-386-cgo), const MADV_NORMAL ideal-int +pkg syscall (linux-386-cgo), const MADV_RANDOM ideal-int +pkg syscall (linux-386-cgo), const MADV_REMOVE ideal-int +pkg syscall (linux-386-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (linux-386-cgo), const MADV_UNMERGEABLE ideal-int +pkg syscall (linux-386-cgo), const MADV_WILLNEED ideal-int +pkg syscall (linux-386-cgo), const MAP_32BIT ideal-int +pkg syscall (linux-386-cgo), const MAP_ANON ideal-int +pkg syscall (linux-386-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (linux-386-cgo), const MAP_DENYWRITE ideal-int +pkg syscall (linux-386-cgo), const MAP_EXECUTABLE ideal-int +pkg syscall (linux-386-cgo), const MAP_FILE ideal-int +pkg syscall (linux-386-cgo), const MAP_FIXED ideal-int +pkg syscall (linux-386-cgo), const MAP_GROWSDOWN ideal-int +pkg syscall (linux-386-cgo), const MAP_HUGETLB ideal-int +pkg syscall (linux-386-cgo), const MAP_LOCKED ideal-int +pkg syscall (linux-386-cgo), const MAP_NONBLOCK ideal-int +pkg syscall (linux-386-cgo), const MAP_NORESERVE ideal-int +pkg syscall (linux-386-cgo), const MAP_POPULATE ideal-int +pkg syscall (linux-386-cgo), const MAP_PRIVATE ideal-int +pkg syscall (linux-386-cgo), const MAP_SHARED ideal-int +pkg syscall (linux-386-cgo), const MAP_STACK ideal-int +pkg syscall (linux-386-cgo), const MAP_TYPE ideal-int +pkg syscall (linux-386-cgo), const MCL_CURRENT ideal-int +pkg syscall (linux-386-cgo), const MCL_FUTURE ideal-int +pkg syscall (linux-386-cgo), const MNT_DETACH ideal-int +pkg syscall (linux-386-cgo), const MNT_EXPIRE ideal-int +pkg syscall (linux-386-cgo), const MNT_FORCE ideal-int +pkg syscall (linux-386-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (linux-386-cgo), const MSG_CONFIRM ideal-int +pkg syscall (linux-386-cgo), const MSG_CTRUNC ideal-int +pkg syscall (linux-386-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (linux-386-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (linux-386-cgo), const MSG_EOR ideal-int +pkg syscall (linux-386-cgo), const MSG_ERRQUEUE ideal-int +pkg syscall (linux-386-cgo), const MSG_FIN ideal-int +pkg syscall (linux-386-cgo), const MSG_MORE ideal-int +pkg syscall (linux-386-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (linux-386-cgo), const MSG_OOB ideal-int +pkg syscall (linux-386-cgo), const MSG_PEEK ideal-int +pkg syscall (linux-386-cgo), const MSG_PROXY ideal-int +pkg syscall (linux-386-cgo), const MSG_RST ideal-int +pkg syscall (linux-386-cgo), const MSG_SYN ideal-int +pkg syscall (linux-386-cgo), const MSG_TRUNC ideal-int +pkg syscall (linux-386-cgo), const MSG_TRYHARD ideal-int +pkg syscall (linux-386-cgo), const MSG_WAITALL ideal-int +pkg syscall (linux-386-cgo), const MSG_WAITFORONE ideal-int +pkg syscall (linux-386-cgo), const MS_ACTIVE ideal-int +pkg syscall (linux-386-cgo), const MS_ASYNC ideal-int +pkg syscall (linux-386-cgo), const MS_BIND ideal-int +pkg syscall (linux-386-cgo), const MS_DIRSYNC ideal-int +pkg syscall (linux-386-cgo), const MS_INVALIDATE ideal-int +pkg syscall (linux-386-cgo), const MS_I_VERSION ideal-int +pkg syscall (linux-386-cgo), const MS_KERNMOUNT ideal-int +pkg syscall (linux-386-cgo), const MS_MANDLOCK ideal-int +pkg syscall (linux-386-cgo), const MS_MGC_MSK ideal-int +pkg syscall (linux-386-cgo), const MS_MGC_VAL ideal-int +pkg syscall (linux-386-cgo), const MS_MOVE ideal-int +pkg syscall (linux-386-cgo), const MS_NOATIME ideal-int +pkg syscall (linux-386-cgo), const MS_NODEV ideal-int +pkg syscall (linux-386-cgo), const MS_NODIRATIME ideal-int +pkg syscall (linux-386-cgo), const MS_NOEXEC ideal-int +pkg syscall (linux-386-cgo), const MS_NOSUID ideal-int +pkg syscall (linux-386-cgo), const MS_NOUSER ideal-int +pkg syscall (linux-386-cgo), const MS_POSIXACL ideal-int +pkg syscall (linux-386-cgo), const MS_PRIVATE ideal-int +pkg syscall (linux-386-cgo), const MS_RDONLY ideal-int +pkg syscall (linux-386-cgo), const MS_REC ideal-int +pkg syscall (linux-386-cgo), const MS_RELATIME ideal-int +pkg syscall (linux-386-cgo), const MS_REMOUNT ideal-int +pkg syscall (linux-386-cgo), const MS_RMT_MASK ideal-int +pkg syscall (linux-386-cgo), const MS_SHARED ideal-int +pkg syscall (linux-386-cgo), const MS_SILENT ideal-int +pkg syscall (linux-386-cgo), const MS_SLAVE ideal-int +pkg syscall (linux-386-cgo), const MS_STRICTATIME ideal-int +pkg syscall (linux-386-cgo), const MS_SYNC ideal-int +pkg syscall (linux-386-cgo), const MS_SYNCHRONOUS ideal-int +pkg syscall (linux-386-cgo), const MS_UNBINDABLE ideal-int +pkg syscall (linux-386-cgo), const NAME_MAX ideal-int +pkg syscall (linux-386-cgo), const NETLINK_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const NETLINK_AUDIT ideal-int +pkg syscall (linux-386-cgo), const NETLINK_BROADCAST_ERROR ideal-int +pkg syscall (linux-386-cgo), const NETLINK_CONNECTOR ideal-int +pkg syscall (linux-386-cgo), const NETLINK_DNRTMSG ideal-int +pkg syscall (linux-386-cgo), const NETLINK_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const NETLINK_ECRYPTFS ideal-int +pkg syscall (linux-386-cgo), const NETLINK_FIB_LOOKUP ideal-int +pkg syscall (linux-386-cgo), const NETLINK_FIREWALL ideal-int +pkg syscall (linux-386-cgo), const NETLINK_GENERIC ideal-int +pkg syscall (linux-386-cgo), const NETLINK_INET_DIAG ideal-int +pkg syscall (linux-386-cgo), const NETLINK_IP6_FW ideal-int +pkg syscall (linux-386-cgo), const NETLINK_ISCSI ideal-int +pkg syscall (linux-386-cgo), const NETLINK_KOBJECT_UEVENT ideal-int +pkg syscall (linux-386-cgo), const NETLINK_NETFILTER ideal-int +pkg syscall (linux-386-cgo), const NETLINK_NFLOG ideal-int +pkg syscall (linux-386-cgo), const NETLINK_NO_ENOBUFS ideal-int +pkg syscall (linux-386-cgo), const NETLINK_PKTINFO ideal-int +pkg syscall (linux-386-cgo), const NETLINK_ROUTE ideal-int +pkg syscall (linux-386-cgo), const NETLINK_SCSITRANSPORT ideal-int +pkg syscall (linux-386-cgo), const NETLINK_SELINUX ideal-int +pkg syscall (linux-386-cgo), const NETLINK_UNUSED ideal-int +pkg syscall (linux-386-cgo), const NETLINK_USERSOCK ideal-int +pkg syscall (linux-386-cgo), const NETLINK_XFRM ideal-int +pkg syscall (linux-386-cgo), const NLA_ALIGNTO ideal-int +pkg syscall (linux-386-cgo), const NLA_F_NESTED ideal-int +pkg syscall (linux-386-cgo), const NLA_F_NET_BYTEORDER ideal-int +pkg syscall (linux-386-cgo), const NLA_HDRLEN ideal-int +pkg syscall (linux-386-cgo), const NLMSG_ALIGNTO ideal-int +pkg syscall (linux-386-cgo), const NLMSG_DONE ideal-int +pkg syscall (linux-386-cgo), const NLMSG_ERROR ideal-int +pkg syscall (linux-386-cgo), const NLMSG_HDRLEN ideal-int +pkg syscall (linux-386-cgo), const NLMSG_MIN_TYPE ideal-int +pkg syscall (linux-386-cgo), const NLMSG_NOOP ideal-int +pkg syscall (linux-386-cgo), const NLMSG_OVERRUN ideal-int +pkg syscall (linux-386-cgo), const NLM_F_ACK ideal-int +pkg syscall (linux-386-cgo), const NLM_F_APPEND ideal-int +pkg syscall (linux-386-cgo), const NLM_F_ATOMIC ideal-int +pkg syscall (linux-386-cgo), const NLM_F_CREATE ideal-int +pkg syscall (linux-386-cgo), const NLM_F_DUMP ideal-int +pkg syscall (linux-386-cgo), const NLM_F_ECHO ideal-int +pkg syscall (linux-386-cgo), const NLM_F_EXCL ideal-int +pkg syscall (linux-386-cgo), const NLM_F_MATCH ideal-int +pkg syscall (linux-386-cgo), const NLM_F_MULTI ideal-int +pkg syscall (linux-386-cgo), const NLM_F_REPLACE ideal-int +pkg syscall (linux-386-cgo), const NLM_F_REQUEST ideal-int +pkg syscall (linux-386-cgo), const NLM_F_ROOT ideal-int +pkg syscall (linux-386-cgo), const NOFLSH ideal-int +pkg syscall (linux-386-cgo), const OCRNL ideal-int +pkg syscall (linux-386-cgo), const OFDEL ideal-int +pkg syscall (linux-386-cgo), const OFILL ideal-int +pkg syscall (linux-386-cgo), const OLCUC ideal-int +pkg syscall (linux-386-cgo), const ONLCR ideal-int +pkg syscall (linux-386-cgo), const ONLRET ideal-int +pkg syscall (linux-386-cgo), const ONOCR ideal-int +pkg syscall (linux-386-cgo), const OPOST ideal-int +pkg syscall (linux-386-cgo), const O_ACCMODE ideal-int +pkg syscall (linux-386-cgo), const O_DIRECT ideal-int +pkg syscall (linux-386-cgo), const O_DIRECTORY ideal-int +pkg syscall (linux-386-cgo), const O_DSYNC ideal-int +pkg syscall (linux-386-cgo), const O_FSYNC ideal-int +pkg syscall (linux-386-cgo), const O_LARGEFILE ideal-int +pkg syscall (linux-386-cgo), const O_NDELAY ideal-int +pkg syscall (linux-386-cgo), const O_NOATIME ideal-int +pkg syscall (linux-386-cgo), const O_NOFOLLOW ideal-int +pkg syscall (linux-386-cgo), const O_RSYNC ideal-int +pkg syscall (linux-386-cgo), const PACKET_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const PACKET_BROADCAST ideal-int +pkg syscall (linux-386-cgo), const PACKET_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-386-cgo), const PACKET_FASTROUTE ideal-int +pkg syscall (linux-386-cgo), const PACKET_HOST ideal-int +pkg syscall (linux-386-cgo), const PACKET_LOOPBACK ideal-int +pkg syscall (linux-386-cgo), const PACKET_MR_ALLMULTI ideal-int +pkg syscall (linux-386-cgo), const PACKET_MR_MULTICAST ideal-int +pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC ideal-int +pkg syscall (linux-386-cgo), const PACKET_MULTICAST ideal-int +pkg syscall (linux-386-cgo), const PACKET_OTHERHOST ideal-int +pkg syscall (linux-386-cgo), const PACKET_OUTGOING ideal-int +pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT ideal-int +pkg syscall (linux-386-cgo), const PACKET_RX_RING ideal-int +pkg syscall (linux-386-cgo), const PACKET_STATISTICS ideal-int +pkg syscall (linux-386-cgo), const PARENB ideal-int +pkg syscall (linux-386-cgo), const PARMRK ideal-int +pkg syscall (linux-386-cgo), const PARODD ideal-int +pkg syscall (linux-386-cgo), const PENDIN ideal-int +pkg syscall (linux-386-cgo), const PROT_EXEC ideal-int +pkg syscall (linux-386-cgo), const PROT_GROWSDOWN ideal-int +pkg syscall (linux-386-cgo), const PROT_GROWSUP ideal-int +pkg syscall (linux-386-cgo), const PROT_NONE ideal-int +pkg syscall (linux-386-cgo), const PROT_READ ideal-int +pkg syscall (linux-386-cgo), const PROT_WRITE ideal-int +pkg syscall (linux-386-cgo), const PR_CAPBSET_DROP ideal-int +pkg syscall (linux-386-cgo), const PR_CAPBSET_READ ideal-int +pkg syscall (linux-386-cgo), const PR_ENDIAN_BIG ideal-int +pkg syscall (linux-386-cgo), const PR_ENDIAN_LITTLE ideal-int +pkg syscall (linux-386-cgo), const PR_ENDIAN_PPC_LITTLE ideal-int +pkg syscall (linux-386-cgo), const PR_FPEMU_NOPRINT ideal-int +pkg syscall (linux-386-cgo), const PR_FPEMU_SIGFPE ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_ASYNC ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_DISABLED ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_DIV ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_INV ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_NONRECOV ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_OVF ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_PRECISE ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_RES ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_SW_ENABLE ideal-int +pkg syscall (linux-386-cgo), const PR_FP_EXC_UND ideal-int +pkg syscall (linux-386-cgo), const PR_GET_DUMPABLE ideal-int +pkg syscall (linux-386-cgo), const PR_GET_ENDIAN ideal-int +pkg syscall (linux-386-cgo), const PR_GET_FPEMU ideal-int +pkg syscall (linux-386-cgo), const PR_GET_FPEXC ideal-int +pkg syscall (linux-386-cgo), const PR_GET_KEEPCAPS ideal-int +pkg syscall (linux-386-cgo), const PR_GET_NAME ideal-int +pkg syscall (linux-386-cgo), const PR_GET_PDEATHSIG ideal-int +pkg syscall (linux-386-cgo), const PR_GET_SECCOMP ideal-int +pkg syscall (linux-386-cgo), const PR_GET_SECUREBITS ideal-int +pkg syscall (linux-386-cgo), const PR_GET_TIMERSLACK ideal-int +pkg syscall (linux-386-cgo), const PR_GET_TIMING ideal-int +pkg syscall (linux-386-cgo), const PR_GET_TSC ideal-int +pkg syscall (linux-386-cgo), const PR_GET_UNALIGN ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL_CLEAR ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL_DEFAULT ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL_EARLY ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL_GET ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL_LATE ideal-int +pkg syscall (linux-386-cgo), const PR_MCE_KILL_SET ideal-int +pkg syscall (linux-386-cgo), const PR_SET_DUMPABLE ideal-int +pkg syscall (linux-386-cgo), const PR_SET_ENDIAN ideal-int +pkg syscall (linux-386-cgo), const PR_SET_FPEMU ideal-int +pkg syscall (linux-386-cgo), const PR_SET_FPEXC ideal-int +pkg syscall (linux-386-cgo), const PR_SET_KEEPCAPS ideal-int +pkg syscall (linux-386-cgo), const PR_SET_NAME ideal-int +pkg syscall (linux-386-cgo), const PR_SET_PDEATHSIG ideal-int +pkg syscall (linux-386-cgo), const PR_SET_PTRACER ideal-int +pkg syscall (linux-386-cgo), const PR_SET_SECCOMP ideal-int +pkg syscall (linux-386-cgo), const PR_SET_SECUREBITS ideal-int +pkg syscall (linux-386-cgo), const PR_SET_TIMERSLACK ideal-int +pkg syscall (linux-386-cgo), const PR_SET_TIMING ideal-int +pkg syscall (linux-386-cgo), const PR_SET_TSC ideal-int +pkg syscall (linux-386-cgo), const PR_SET_UNALIGN ideal-int +pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_DISABLE ideal-int +pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_ENABLE ideal-int +pkg syscall (linux-386-cgo), const PR_TIMING_STATISTICAL ideal-int +pkg syscall (linux-386-cgo), const PR_TIMING_TIMESTAMP ideal-int +pkg syscall (linux-386-cgo), const PR_TSC_ENABLE ideal-int +pkg syscall (linux-386-cgo), const PR_TSC_SIGSEGV ideal-int +pkg syscall (linux-386-cgo), const PR_UNALIGN_NOPRINT ideal-int +pkg syscall (linux-386-cgo), const PR_UNALIGN_SIGBUS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_ATTACH ideal-int +pkg syscall (linux-386-cgo), const PTRACE_CONT ideal-int +pkg syscall (linux-386-cgo), const PTRACE_DETACH ideal-int +pkg syscall (linux-386-cgo), const PTRACE_EVENT_CLONE ideal-int +pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXEC ideal-int +pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXIT ideal-int +pkg syscall (linux-386-cgo), const PTRACE_EVENT_FORK ideal-int +pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK ideal-int +pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK_DONE ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GETEVENTMSG ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GETFPREGS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GETFPXREGS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GETREGS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GETREGSET ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GETSIGINFO ideal-int +pkg syscall (linux-386-cgo), const PTRACE_GET_THREAD_AREA ideal-int +pkg syscall (linux-386-cgo), const PTRACE_KILL ideal-int +pkg syscall (linux-386-cgo), const PTRACE_OLDSETOPTIONS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_MASK ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACECLONE ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXEC ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXIT ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEFORK ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACESYSGOOD ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORK ideal-int +pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORKDONE ideal-int +pkg syscall (linux-386-cgo), const PTRACE_PEEKDATA ideal-int +pkg syscall (linux-386-cgo), const PTRACE_PEEKTEXT ideal-int +pkg syscall (linux-386-cgo), const PTRACE_PEEKUSR ideal-int +pkg syscall (linux-386-cgo), const PTRACE_POKEDATA ideal-int +pkg syscall (linux-386-cgo), const PTRACE_POKETEXT ideal-int +pkg syscall (linux-386-cgo), const PTRACE_POKEUSR ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SETFPREGS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SETFPXREGS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SETOPTIONS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SETREGS ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SETREGSET ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SETSIGINFO ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SET_THREAD_AREA ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SINGLEBLOCK ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SINGLESTEP ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SYSCALL ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SYSEMU ideal-int +pkg syscall (linux-386-cgo), const PTRACE_SYSEMU_SINGLESTEP ideal-int +pkg syscall (linux-386-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (linux-386-cgo), const PathMax ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_AS ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_CORE ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_CPU ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_DATA ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (linux-386-cgo), const RLIMIT_STACK ideal-int +pkg syscall (linux-386-cgo), const RLIM_INFINITY ideal-int +pkg syscall (linux-386-cgo), const RTAX_ADVMSS ideal-int +pkg syscall (linux-386-cgo), const RTAX_CWND ideal-int +pkg syscall (linux-386-cgo), const RTAX_FEATURES ideal-int +pkg syscall (linux-386-cgo), const RTAX_FEATURE_ALLFRAG ideal-int +pkg syscall (linux-386-cgo), const RTAX_FEATURE_ECN ideal-int +pkg syscall (linux-386-cgo), const RTAX_FEATURE_SACK ideal-int +pkg syscall (linux-386-cgo), const RTAX_FEATURE_TIMESTAMP ideal-int +pkg syscall (linux-386-cgo), const RTAX_HOPLIMIT ideal-int +pkg syscall (linux-386-cgo), const RTAX_INITCWND ideal-int +pkg syscall (linux-386-cgo), const RTAX_INITRWND ideal-int +pkg syscall (linux-386-cgo), const RTAX_LOCK ideal-int +pkg syscall (linux-386-cgo), const RTAX_MAX ideal-int +pkg syscall (linux-386-cgo), const RTAX_MTU ideal-int +pkg syscall (linux-386-cgo), const RTAX_REORDERING ideal-int +pkg syscall (linux-386-cgo), const RTAX_RTO_MIN ideal-int +pkg syscall (linux-386-cgo), const RTAX_RTT ideal-int +pkg syscall (linux-386-cgo), const RTAX_RTTVAR ideal-int +pkg syscall (linux-386-cgo), const RTAX_SSTHRESH ideal-int +pkg syscall (linux-386-cgo), const RTAX_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const RTAX_WINDOW ideal-int +pkg syscall (linux-386-cgo), const RTA_ALIGNTO ideal-int +pkg syscall (linux-386-cgo), const RTA_CACHEINFO ideal-int +pkg syscall (linux-386-cgo), const RTA_DST ideal-int +pkg syscall (linux-386-cgo), const RTA_FLOW ideal-int +pkg syscall (linux-386-cgo), const RTA_GATEWAY ideal-int +pkg syscall (linux-386-cgo), const RTA_IIF ideal-int +pkg syscall (linux-386-cgo), const RTA_MAX ideal-int +pkg syscall (linux-386-cgo), const RTA_METRICS ideal-int +pkg syscall (linux-386-cgo), const RTA_MULTIPATH ideal-int +pkg syscall (linux-386-cgo), const RTA_OIF ideal-int +pkg syscall (linux-386-cgo), const RTA_PREFSRC ideal-int +pkg syscall (linux-386-cgo), const RTA_PRIORITY ideal-int +pkg syscall (linux-386-cgo), const RTA_SRC ideal-int +pkg syscall (linux-386-cgo), const RTA_TABLE ideal-int +pkg syscall (linux-386-cgo), const RTA_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const RTCF_DIRECTSRC ideal-int +pkg syscall (linux-386-cgo), const RTCF_DOREDIRECT ideal-int +pkg syscall (linux-386-cgo), const RTCF_LOG ideal-int +pkg syscall (linux-386-cgo), const RTCF_MASQ ideal-int +pkg syscall (linux-386-cgo), const RTCF_NAT ideal-int +pkg syscall (linux-386-cgo), const RTCF_VALVE ideal-int +pkg syscall (linux-386-cgo), const RTF_ADDRCLASSMASK ideal-int +pkg syscall (linux-386-cgo), const RTF_ADDRCONF ideal-int +pkg syscall (linux-386-cgo), const RTF_ALLONLINK ideal-int +pkg syscall (linux-386-cgo), const RTF_BROADCAST ideal-int +pkg syscall (linux-386-cgo), const RTF_CACHE ideal-int +pkg syscall (linux-386-cgo), const RTF_DEFAULT ideal-int +pkg syscall (linux-386-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (linux-386-cgo), const RTF_FLOW ideal-int +pkg syscall (linux-386-cgo), const RTF_GATEWAY ideal-int +pkg syscall (linux-386-cgo), const RTF_HOST ideal-int +pkg syscall (linux-386-cgo), const RTF_INTERFACE ideal-int +pkg syscall (linux-386-cgo), const RTF_IRTT ideal-int +pkg syscall (linux-386-cgo), const RTF_LINKRT ideal-int +pkg syscall (linux-386-cgo), const RTF_LOCAL ideal-int +pkg syscall (linux-386-cgo), const RTF_MODIFIED ideal-int +pkg syscall (linux-386-cgo), const RTF_MSS ideal-int +pkg syscall (linux-386-cgo), const RTF_MTU ideal-int +pkg syscall (linux-386-cgo), const RTF_MULTICAST ideal-int +pkg syscall (linux-386-cgo), const RTF_NAT ideal-int +pkg syscall (linux-386-cgo), const RTF_NOFORWARD ideal-int +pkg syscall (linux-386-cgo), const RTF_NONEXTHOP ideal-int +pkg syscall (linux-386-cgo), const RTF_NOPMTUDISC ideal-int +pkg syscall (linux-386-cgo), const RTF_POLICY ideal-int +pkg syscall (linux-386-cgo), const RTF_REINSTATE ideal-int +pkg syscall (linux-386-cgo), const RTF_REJECT ideal-int +pkg syscall (linux-386-cgo), const RTF_STATIC ideal-int +pkg syscall (linux-386-cgo), const RTF_THROW ideal-int +pkg syscall (linux-386-cgo), const RTF_UP ideal-int +pkg syscall (linux-386-cgo), const RTF_WINDOW ideal-int +pkg syscall (linux-386-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (linux-386-cgo), const RTM_BASE ideal-int +pkg syscall (linux-386-cgo), const RTM_DELACTION ideal-int +pkg syscall (linux-386-cgo), const RTM_DELADDR ideal-int +pkg syscall (linux-386-cgo), const RTM_DELADDRLABEL ideal-int +pkg syscall (linux-386-cgo), const RTM_DELLINK ideal-int +pkg syscall (linux-386-cgo), const RTM_DELNEIGH ideal-int +pkg syscall (linux-386-cgo), const RTM_DELQDISC ideal-int +pkg syscall (linux-386-cgo), const RTM_DELROUTE ideal-int +pkg syscall (linux-386-cgo), const RTM_DELRULE ideal-int +pkg syscall (linux-386-cgo), const RTM_DELTCLASS ideal-int +pkg syscall (linux-386-cgo), const RTM_DELTFILTER ideal-int +pkg syscall (linux-386-cgo), const RTM_F_CLONED ideal-int +pkg syscall (linux-386-cgo), const RTM_F_EQUALIZE ideal-int +pkg syscall (linux-386-cgo), const RTM_F_NOTIFY ideal-int +pkg syscall (linux-386-cgo), const RTM_F_PREFIX ideal-int +pkg syscall (linux-386-cgo), const RTM_GETACTION ideal-int +pkg syscall (linux-386-cgo), const RTM_GETADDR ideal-int +pkg syscall (linux-386-cgo), const RTM_GETADDRLABEL ideal-int +pkg syscall (linux-386-cgo), const RTM_GETANYCAST ideal-int +pkg syscall (linux-386-cgo), const RTM_GETDCB ideal-int +pkg syscall (linux-386-cgo), const RTM_GETLINK ideal-int +pkg syscall (linux-386-cgo), const RTM_GETMULTICAST ideal-int +pkg syscall (linux-386-cgo), const RTM_GETNEIGH ideal-int +pkg syscall (linux-386-cgo), const RTM_GETNEIGHTBL ideal-int +pkg syscall (linux-386-cgo), const RTM_GETQDISC ideal-int +pkg syscall (linux-386-cgo), const RTM_GETROUTE ideal-int +pkg syscall (linux-386-cgo), const RTM_GETRULE ideal-int +pkg syscall (linux-386-cgo), const RTM_GETTCLASS ideal-int +pkg syscall (linux-386-cgo), const RTM_GETTFILTER ideal-int +pkg syscall (linux-386-cgo), const RTM_MAX ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWACTION ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWADDR ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWADDRLABEL ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWLINK ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWNDUSEROPT ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWNEIGH ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWNEIGHTBL ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWPREFIX ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWQDISC ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWROUTE ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWRULE ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWTCLASS ideal-int +pkg syscall (linux-386-cgo), const RTM_NEWTFILTER ideal-int +pkg syscall (linux-386-cgo), const RTM_NR_FAMILIES ideal-int +pkg syscall (linux-386-cgo), const RTM_NR_MSGTYPES ideal-int +pkg syscall (linux-386-cgo), const RTM_SETDCB ideal-int +pkg syscall (linux-386-cgo), const RTM_SETLINK ideal-int +pkg syscall (linux-386-cgo), const RTM_SETNEIGHTBL ideal-int +pkg syscall (linux-386-cgo), const RTNH_ALIGNTO ideal-int +pkg syscall (linux-386-cgo), const RTNH_F_DEAD ideal-int +pkg syscall (linux-386-cgo), const RTNH_F_ONLINK ideal-int +pkg syscall (linux-386-cgo), const RTNH_F_PERVASIVE ideal-int +pkg syscall (linux-386-cgo), const RTN_ANYCAST ideal-int +pkg syscall (linux-386-cgo), const RTN_BLACKHOLE ideal-int +pkg syscall (linux-386-cgo), const RTN_BROADCAST ideal-int +pkg syscall (linux-386-cgo), const RTN_LOCAL ideal-int +pkg syscall (linux-386-cgo), const RTN_MAX ideal-int +pkg syscall (linux-386-cgo), const RTN_MULTICAST ideal-int +pkg syscall (linux-386-cgo), const RTN_NAT ideal-int +pkg syscall (linux-386-cgo), const RTN_PROHIBIT ideal-int +pkg syscall (linux-386-cgo), const RTN_THROW ideal-int +pkg syscall (linux-386-cgo), const RTN_UNICAST ideal-int +pkg syscall (linux-386-cgo), const RTN_UNREACHABLE ideal-int +pkg syscall (linux-386-cgo), const RTN_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const RTN_XRESOLVE ideal-int +pkg syscall (linux-386-cgo), const RTPROT_BIRD ideal-int +pkg syscall (linux-386-cgo), const RTPROT_BOOT ideal-int +pkg syscall (linux-386-cgo), const RTPROT_DHCP ideal-int +pkg syscall (linux-386-cgo), const RTPROT_DNROUTED ideal-int +pkg syscall (linux-386-cgo), const RTPROT_GATED ideal-int +pkg syscall (linux-386-cgo), const RTPROT_KERNEL ideal-int +pkg syscall (linux-386-cgo), const RTPROT_MRT ideal-int +pkg syscall (linux-386-cgo), const RTPROT_NTK ideal-int +pkg syscall (linux-386-cgo), const RTPROT_RA ideal-int +pkg syscall (linux-386-cgo), const RTPROT_REDIRECT ideal-int +pkg syscall (linux-386-cgo), const RTPROT_STATIC ideal-int +pkg syscall (linux-386-cgo), const RTPROT_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const RTPROT_XORP ideal-int +pkg syscall (linux-386-cgo), const RTPROT_ZEBRA ideal-int +pkg syscall (linux-386-cgo), const RT_CLASS_DEFAULT ideal-int +pkg syscall (linux-386-cgo), const RT_CLASS_LOCAL ideal-int +pkg syscall (linux-386-cgo), const RT_CLASS_MAIN ideal-int +pkg syscall (linux-386-cgo), const RT_CLASS_MAX ideal-int +pkg syscall (linux-386-cgo), const RT_CLASS_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const RT_SCOPE_HOST ideal-int +pkg syscall (linux-386-cgo), const RT_SCOPE_LINK ideal-int +pkg syscall (linux-386-cgo), const RT_SCOPE_NOWHERE ideal-int +pkg syscall (linux-386-cgo), const RT_SCOPE_SITE ideal-int +pkg syscall (linux-386-cgo), const RT_SCOPE_UNIVERSE ideal-int +pkg syscall (linux-386-cgo), const RT_TABLE_COMPAT ideal-int +pkg syscall (linux-386-cgo), const RT_TABLE_DEFAULT ideal-int +pkg syscall (linux-386-cgo), const RT_TABLE_LOCAL ideal-int +pkg syscall (linux-386-cgo), const RT_TABLE_MAIN ideal-int +pkg syscall (linux-386-cgo), const RT_TABLE_MAX ideal-int +pkg syscall (linux-386-cgo), const RT_TABLE_UNSPEC ideal-int +pkg syscall (linux-386-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (linux-386-cgo), const RUSAGE_SELF ideal-int +pkg syscall (linux-386-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (linux-386-cgo), const SCM_CREDENTIALS ideal-int +pkg syscall (linux-386-cgo), const SCM_RIGHTS ideal-int +pkg syscall (linux-386-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (linux-386-cgo), const SCM_TIMESTAMPING ideal-int +pkg syscall (linux-386-cgo), const SCM_TIMESTAMPNS ideal-int +pkg syscall (linux-386-cgo), const SIGCHLD Signal +pkg syscall (linux-386-cgo), const SIGCLD Signal +pkg syscall (linux-386-cgo), const SIGCONT Signal +pkg syscall (linux-386-cgo), const SIGIO Signal +pkg syscall (linux-386-cgo), const SIGIOT Signal +pkg syscall (linux-386-cgo), const SIGPOLL Signal +pkg syscall (linux-386-cgo), const SIGPROF Signal +pkg syscall (linux-386-cgo), const SIGPWR Signal +pkg syscall (linux-386-cgo), const SIGSTKFLT Signal +pkg syscall (linux-386-cgo), const SIGSTOP Signal +pkg syscall (linux-386-cgo), const SIGSYS Signal +pkg syscall (linux-386-cgo), const SIGTSTP Signal +pkg syscall (linux-386-cgo), const SIGTTIN Signal +pkg syscall (linux-386-cgo), const SIGTTOU Signal +pkg syscall (linux-386-cgo), const SIGUNUSED Signal +pkg syscall (linux-386-cgo), const SIGURG Signal +pkg syscall (linux-386-cgo), const SIGUSR1 Signal +pkg syscall (linux-386-cgo), const SIGUSR2 Signal +pkg syscall (linux-386-cgo), const SIGVTALRM Signal +pkg syscall (linux-386-cgo), const SIGWINCH Signal +pkg syscall (linux-386-cgo), const SIGXCPU Signal +pkg syscall (linux-386-cgo), const SIGXFSZ Signal +pkg syscall (linux-386-cgo), const SIOCADDDLCI ideal-int +pkg syscall (linux-386-cgo), const SIOCADDMULTI ideal-int +pkg syscall (linux-386-cgo), const SIOCADDRT ideal-int +pkg syscall (linux-386-cgo), const SIOCATMARK ideal-int +pkg syscall (linux-386-cgo), const SIOCDARP ideal-int +pkg syscall (linux-386-cgo), const SIOCDELDLCI ideal-int +pkg syscall (linux-386-cgo), const SIOCDELMULTI ideal-int +pkg syscall (linux-386-cgo), const SIOCDELRT ideal-int +pkg syscall (linux-386-cgo), const SIOCDEVPRIVATE ideal-int +pkg syscall (linux-386-cgo), const SIOCDIFADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCDRARP ideal-int +pkg syscall (linux-386-cgo), const SIOCGARP ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFBR ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFCONF ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFCOUNT ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFENCAP ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFHWADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFMAP ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFMEM ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFMTU ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFNAME ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFPFLAGS ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFSLAVE ideal-int +pkg syscall (linux-386-cgo), const SIOCGIFTXQLEN ideal-int +pkg syscall (linux-386-cgo), const SIOCGPGRP ideal-int +pkg syscall (linux-386-cgo), const SIOCGRARP ideal-int +pkg syscall (linux-386-cgo), const SIOCGSTAMP ideal-int +pkg syscall (linux-386-cgo), const SIOCGSTAMPNS ideal-int +pkg syscall (linux-386-cgo), const SIOCPROTOPRIVATE ideal-int +pkg syscall (linux-386-cgo), const SIOCRTMSG ideal-int +pkg syscall (linux-386-cgo), const SIOCSARP ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFBR ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFENCAP ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFHWADDR ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFHWBROADCAST ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFLINK ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFMAP ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFMEM ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFMTU ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFNAME ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFPFLAGS ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFSLAVE ideal-int +pkg syscall (linux-386-cgo), const SIOCSIFTXQLEN ideal-int +pkg syscall (linux-386-cgo), const SIOCSPGRP ideal-int +pkg syscall (linux-386-cgo), const SIOCSRARP ideal-int +pkg syscall (linux-386-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (linux-386-cgo), const SOCK_DCCP ideal-int +pkg syscall (linux-386-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (linux-386-cgo), const SOCK_PACKET ideal-int +pkg syscall (linux-386-cgo), const SOCK_RDM ideal-int +pkg syscall (linux-386-cgo), const SOL_AAL ideal-int +pkg syscall (linux-386-cgo), const SOL_ATM ideal-int +pkg syscall (linux-386-cgo), const SOL_DECNET ideal-int +pkg syscall (linux-386-cgo), const SOL_ICMPV6 ideal-int +pkg syscall (linux-386-cgo), const SOL_IP ideal-int +pkg syscall (linux-386-cgo), const SOL_IPV6 ideal-int +pkg syscall (linux-386-cgo), const SOL_IRDA ideal-int +pkg syscall (linux-386-cgo), const SOL_PACKET ideal-int +pkg syscall (linux-386-cgo), const SOL_RAW ideal-int +pkg syscall (linux-386-cgo), const SOL_TCP ideal-int +pkg syscall (linux-386-cgo), const SOL_X25 ideal-int +pkg syscall (linux-386-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (linux-386-cgo), const SO_ATTACH_FILTER ideal-int +pkg syscall (linux-386-cgo), const SO_BINDTODEVICE ideal-int +pkg syscall (linux-386-cgo), const SO_BSDCOMPAT ideal-int +pkg syscall (linux-386-cgo), const SO_DEBUG ideal-int +pkg syscall (linux-386-cgo), const SO_DETACH_FILTER ideal-int +pkg syscall (linux-386-cgo), const SO_DOMAIN ideal-int +pkg syscall (linux-386-cgo), const SO_ERROR ideal-int +pkg syscall (linux-386-cgo), const SO_MARK ideal-int +pkg syscall (linux-386-cgo), const SO_NO_CHECK ideal-int +pkg syscall (linux-386-cgo), const SO_OOBINLINE ideal-int +pkg syscall (linux-386-cgo), const SO_PASSCRED ideal-int +pkg syscall (linux-386-cgo), const SO_PASSSEC ideal-int +pkg syscall (linux-386-cgo), const SO_PEERCRED ideal-int +pkg syscall (linux-386-cgo), const SO_PEERNAME ideal-int +pkg syscall (linux-386-cgo), const SO_PEERSEC ideal-int +pkg syscall (linux-386-cgo), const SO_PRIORITY ideal-int +pkg syscall (linux-386-cgo), const SO_PROTOCOL ideal-int +pkg syscall (linux-386-cgo), const SO_RCVBUFFORCE ideal-int +pkg syscall (linux-386-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (linux-386-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (linux-386-cgo), const SO_RXQ_OVFL ideal-int +pkg syscall (linux-386-cgo), const SO_SECURITY_AUTHENTICATION ideal-int +pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int +pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int +pkg syscall (linux-386-cgo), const SO_SNDBUFFORCE ideal-int +pkg syscall (linux-386-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (linux-386-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (linux-386-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (linux-386-cgo), const SO_TIMESTAMPING ideal-int +pkg syscall (linux-386-cgo), const SO_TIMESTAMPNS ideal-int +pkg syscall (linux-386-cgo), const SO_TYPE ideal-int +pkg syscall (linux-386-cgo), const SYS_ACCESS ideal-int +pkg syscall (linux-386-cgo), const SYS_ACCT ideal-int +pkg syscall (linux-386-cgo), const SYS_ADD_KEY ideal-int +pkg syscall (linux-386-cgo), const SYS_ADJTIMEX ideal-int +pkg syscall (linux-386-cgo), const SYS_AFS_SYSCALL ideal-int +pkg syscall (linux-386-cgo), const SYS_ALARM ideal-int +pkg syscall (linux-386-cgo), const SYS_BDFLUSH ideal-int +pkg syscall (linux-386-cgo), const SYS_BREAK ideal-int +pkg syscall (linux-386-cgo), const SYS_BRK ideal-int +pkg syscall (linux-386-cgo), const SYS_CAPGET ideal-int +pkg syscall (linux-386-cgo), const SYS_CAPSET ideal-int +pkg syscall (linux-386-cgo), const SYS_CHDIR ideal-int +pkg syscall (linux-386-cgo), const SYS_CHMOD ideal-int +pkg syscall (linux-386-cgo), const SYS_CHOWN ideal-int +pkg syscall (linux-386-cgo), const SYS_CHOWN32 ideal-int +pkg syscall (linux-386-cgo), const SYS_CHROOT ideal-int +pkg syscall (linux-386-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (linux-386-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (linux-386-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_CLONE ideal-int +pkg syscall (linux-386-cgo), const SYS_CLOSE ideal-int +pkg syscall (linux-386-cgo), const SYS_CREAT ideal-int +pkg syscall (linux-386-cgo), const SYS_CREATE_MODULE ideal-int +pkg syscall (linux-386-cgo), const SYS_DELETE_MODULE ideal-int +pkg syscall (linux-386-cgo), const SYS_DUP ideal-int +pkg syscall (linux-386-cgo), const SYS_DUP2 ideal-int +pkg syscall (linux-386-cgo), const SYS_DUP3 ideal-int +pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE ideal-int +pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE1 ideal-int +pkg syscall (linux-386-cgo), const SYS_EPOLL_CTL ideal-int +pkg syscall (linux-386-cgo), const SYS_EPOLL_PWAIT ideal-int +pkg syscall (linux-386-cgo), const SYS_EPOLL_WAIT ideal-int +pkg syscall (linux-386-cgo), const SYS_EVENTFD ideal-int +pkg syscall (linux-386-cgo), const SYS_EVENTFD2 ideal-int +pkg syscall (linux-386-cgo), const SYS_EXECVE ideal-int +pkg syscall (linux-386-cgo), const SYS_EXIT ideal-int +pkg syscall (linux-386-cgo), const SYS_EXIT_GROUP ideal-int +pkg syscall (linux-386-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (linux-386-cgo), const SYS_FADVISE64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FADVISE64_64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FALLOCATE ideal-int +pkg syscall (linux-386-cgo), const SYS_FANOTIFY_INIT ideal-int +pkg syscall (linux-386-cgo), const SYS_FANOTIFY_MARK ideal-int +pkg syscall (linux-386-cgo), const SYS_FCHDIR ideal-int +pkg syscall (linux-386-cgo), const SYS_FCHMOD ideal-int +pkg syscall (linux-386-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (linux-386-cgo), const SYS_FCHOWN ideal-int +pkg syscall (linux-386-cgo), const SYS_FCHOWN32 ideal-int +pkg syscall (linux-386-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (linux-386-cgo), const SYS_FCNTL ideal-int +pkg syscall (linux-386-cgo), const SYS_FCNTL64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (linux-386-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_FLOCK ideal-int +pkg syscall (linux-386-cgo), const SYS_FORK ideal-int +pkg syscall (linux-386-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_FSTAT ideal-int +pkg syscall (linux-386-cgo), const SYS_FSTAT64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FSTATAT64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FSTATFS ideal-int +pkg syscall (linux-386-cgo), const SYS_FSTATFS64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FSYNC ideal-int +pkg syscall (linux-386-cgo), const SYS_FTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (linux-386-cgo), const SYS_FTRUNCATE64 ideal-int +pkg syscall (linux-386-cgo), const SYS_FUTEX ideal-int +pkg syscall (linux-386-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (linux-386-cgo), const SYS_GETCPU ideal-int +pkg syscall (linux-386-cgo), const SYS_GETCWD ideal-int +pkg syscall (linux-386-cgo), const SYS_GETDENTS ideal-int +pkg syscall (linux-386-cgo), const SYS_GETDENTS64 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETEGID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETEGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETEUID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETEUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETGID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (linux-386-cgo), const SYS_GETGROUPS32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETITIMER ideal-int +pkg syscall (linux-386-cgo), const SYS_GETPGID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETPGRP ideal-int +pkg syscall (linux-386-cgo), const SYS_GETPID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETPMSG ideal-int +pkg syscall (linux-386-cgo), const SYS_GETPPID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (linux-386-cgo), const SYS_GETRESGID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETRESGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETRESUID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETRESUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (linux-386-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (linux-386-cgo), const SYS_GETSID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETTID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (linux-386-cgo), const SYS_GETUID ideal-int +pkg syscall (linux-386-cgo), const SYS_GETUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_GETXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_GET_KERNEL_SYMS ideal-int +pkg syscall (linux-386-cgo), const SYS_GET_MEMPOLICY ideal-int +pkg syscall (linux-386-cgo), const SYS_GET_ROBUST_LIST ideal-int +pkg syscall (linux-386-cgo), const SYS_GET_THREAD_AREA ideal-int +pkg syscall (linux-386-cgo), const SYS_GTTY ideal-int +pkg syscall (linux-386-cgo), const SYS_IDLE ideal-int +pkg syscall (linux-386-cgo), const SYS_INIT_MODULE ideal-int +pkg syscall (linux-386-cgo), const SYS_INOTIFY_ADD_WATCH ideal-int +pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT ideal-int +pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT1 ideal-int +pkg syscall (linux-386-cgo), const SYS_INOTIFY_RM_WATCH ideal-int +pkg syscall (linux-386-cgo), const SYS_IOCTL ideal-int +pkg syscall (linux-386-cgo), const SYS_IOPERM ideal-int +pkg syscall (linux-386-cgo), const SYS_IOPL ideal-int +pkg syscall (linux-386-cgo), const SYS_IOPRIO_GET ideal-int +pkg syscall (linux-386-cgo), const SYS_IOPRIO_SET ideal-int +pkg syscall (linux-386-cgo), const SYS_IO_CANCEL ideal-int +pkg syscall (linux-386-cgo), const SYS_IO_DESTROY ideal-int +pkg syscall (linux-386-cgo), const SYS_IO_GETEVENTS ideal-int +pkg syscall (linux-386-cgo), const SYS_IO_SETUP ideal-int +pkg syscall (linux-386-cgo), const SYS_IO_SUBMIT ideal-int +pkg syscall (linux-386-cgo), const SYS_IPC ideal-int +pkg syscall (linux-386-cgo), const SYS_KEXEC_LOAD ideal-int +pkg syscall (linux-386-cgo), const SYS_KEYCTL ideal-int +pkg syscall (linux-386-cgo), const SYS_KILL ideal-int +pkg syscall (linux-386-cgo), const SYS_LCHOWN ideal-int +pkg syscall (linux-386-cgo), const SYS_LCHOWN32 ideal-int +pkg syscall (linux-386-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_LINK ideal-int +pkg syscall (linux-386-cgo), const SYS_LINKAT ideal-int +pkg syscall (linux-386-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_LOCK ideal-int +pkg syscall (linux-386-cgo), const SYS_LOOKUP_DCOOKIE ideal-int +pkg syscall (linux-386-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_LSEEK ideal-int +pkg syscall (linux-386-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_LSTAT ideal-int +pkg syscall (linux-386-cgo), const SYS_LSTAT64 ideal-int +pkg syscall (linux-386-cgo), const SYS_MADVISE ideal-int +pkg syscall (linux-386-cgo), const SYS_MADVISE1 ideal-int +pkg syscall (linux-386-cgo), const SYS_MBIND ideal-int +pkg syscall (linux-386-cgo), const SYS_MIGRATE_PAGES ideal-int +pkg syscall (linux-386-cgo), const SYS_MINCORE ideal-int +pkg syscall (linux-386-cgo), const SYS_MKDIR ideal-int +pkg syscall (linux-386-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (linux-386-cgo), const SYS_MKNOD ideal-int +pkg syscall (linux-386-cgo), const SYS_MKNODAT ideal-int +pkg syscall (linux-386-cgo), const SYS_MLOCK ideal-int +pkg syscall (linux-386-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (linux-386-cgo), const SYS_MMAP ideal-int +pkg syscall (linux-386-cgo), const SYS_MMAP2 ideal-int +pkg syscall (linux-386-cgo), const SYS_MODIFY_LDT ideal-int +pkg syscall (linux-386-cgo), const SYS_MOUNT ideal-int +pkg syscall (linux-386-cgo), const SYS_MOVE_PAGES ideal-int +pkg syscall (linux-386-cgo), const SYS_MPROTECT ideal-int +pkg syscall (linux-386-cgo), const SYS_MPX ideal-int +pkg syscall (linux-386-cgo), const SYS_MQ_GETSETATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_MQ_NOTIFY ideal-int +pkg syscall (linux-386-cgo), const SYS_MQ_OPEN ideal-int +pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDRECEIVE ideal-int +pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDSEND ideal-int +pkg syscall (linux-386-cgo), const SYS_MQ_UNLINK ideal-int +pkg syscall (linux-386-cgo), const SYS_MREMAP ideal-int +pkg syscall (linux-386-cgo), const SYS_MSYNC ideal-int +pkg syscall (linux-386-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (linux-386-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (linux-386-cgo), const SYS_MUNMAP ideal-int +pkg syscall (linux-386-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (linux-386-cgo), const SYS_NFSSERVCTL ideal-int +pkg syscall (linux-386-cgo), const SYS_NICE ideal-int +pkg syscall (linux-386-cgo), const SYS_OLDFSTAT ideal-int +pkg syscall (linux-386-cgo), const SYS_OLDLSTAT ideal-int +pkg syscall (linux-386-cgo), const SYS_OLDOLDUNAME ideal-int +pkg syscall (linux-386-cgo), const SYS_OLDSTAT ideal-int +pkg syscall (linux-386-cgo), const SYS_OLDUNAME ideal-int +pkg syscall (linux-386-cgo), const SYS_OPEN ideal-int +pkg syscall (linux-386-cgo), const SYS_OPENAT ideal-int +pkg syscall (linux-386-cgo), const SYS_PAUSE ideal-int +pkg syscall (linux-386-cgo), const SYS_PERF_EVENT_OPEN ideal-int +pkg syscall (linux-386-cgo), const SYS_PERSONALITY ideal-int +pkg syscall (linux-386-cgo), const SYS_PIPE ideal-int +pkg syscall (linux-386-cgo), const SYS_PIPE2 ideal-int +pkg syscall (linux-386-cgo), const SYS_PIVOT_ROOT ideal-int +pkg syscall (linux-386-cgo), const SYS_POLL ideal-int +pkg syscall (linux-386-cgo), const SYS_PPOLL ideal-int +pkg syscall (linux-386-cgo), const SYS_PRCTL ideal-int +pkg syscall (linux-386-cgo), const SYS_PREAD64 ideal-int +pkg syscall (linux-386-cgo), const SYS_PREADV ideal-int +pkg syscall (linux-386-cgo), const SYS_PRLIMIT64 ideal-int +pkg syscall (linux-386-cgo), const SYS_PROF ideal-int +pkg syscall (linux-386-cgo), const SYS_PROFIL ideal-int +pkg syscall (linux-386-cgo), const SYS_PSELECT6 ideal-int +pkg syscall (linux-386-cgo), const SYS_PTRACE ideal-int +pkg syscall (linux-386-cgo), const SYS_PUTPMSG ideal-int +pkg syscall (linux-386-cgo), const SYS_PWRITE64 ideal-int +pkg syscall (linux-386-cgo), const SYS_PWRITEV ideal-int +pkg syscall (linux-386-cgo), const SYS_QUERY_MODULE ideal-int +pkg syscall (linux-386-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (linux-386-cgo), const SYS_READ ideal-int +pkg syscall (linux-386-cgo), const SYS_READAHEAD ideal-int +pkg syscall (linux-386-cgo), const SYS_READDIR ideal-int +pkg syscall (linux-386-cgo), const SYS_READLINK ideal-int +pkg syscall (linux-386-cgo), const SYS_READLINKAT ideal-int +pkg syscall (linux-386-cgo), const SYS_READV ideal-int +pkg syscall (linux-386-cgo), const SYS_REBOOT ideal-int +pkg syscall (linux-386-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (linux-386-cgo), const SYS_REMAP_FILE_PAGES ideal-int +pkg syscall (linux-386-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_RENAME ideal-int +pkg syscall (linux-386-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (linux-386-cgo), const SYS_REQUEST_KEY ideal-int +pkg syscall (linux-386-cgo), const SYS_RESTART_SYSCALL ideal-int +pkg syscall (linux-386-cgo), const SYS_RMDIR ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGACTION ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGPENDING ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGPROCMASK ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGQUEUEINFO ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGRETURN ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGSUSPEND ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_SIGTIMEDWAIT ideal-int +pkg syscall (linux-386-cgo), const SYS_RT_TGSIGQUEUEINFO ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_GETAFFINITY ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_SETAFFINITY ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (linux-386-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (linux-386-cgo), const SYS_SELECT ideal-int +pkg syscall (linux-386-cgo), const SYS_SENDFILE ideal-int +pkg syscall (linux-386-cgo), const SYS_SENDFILE64 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETDOMAINNAME ideal-int +pkg syscall (linux-386-cgo), const SYS_SETFSGID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETFSGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETFSUID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETFSUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETGID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (linux-386-cgo), const SYS_SETGROUPS32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETHOSTNAME ideal-int +pkg syscall (linux-386-cgo), const SYS_SETITIMER ideal-int +pkg syscall (linux-386-cgo), const SYS_SETPGID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (linux-386-cgo), const SYS_SETREGID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETREGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETRESGID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETRESGID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETRESUID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETRESUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETREUID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETREUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (linux-386-cgo), const SYS_SETSID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (linux-386-cgo), const SYS_SETUID ideal-int +pkg syscall (linux-386-cgo), const SYS_SETUID32 ideal-int +pkg syscall (linux-386-cgo), const SYS_SETXATTR ideal-int +pkg syscall (linux-386-cgo), const SYS_SET_MEMPOLICY ideal-int +pkg syscall (linux-386-cgo), const SYS_SET_ROBUST_LIST ideal-int +pkg syscall (linux-386-cgo), const SYS_SET_THREAD_AREA ideal-int +pkg syscall (linux-386-cgo), const SYS_SET_TID_ADDRESS ideal-int +pkg syscall (linux-386-cgo), const SYS_SGETMASK ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGACTION ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGNAL ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGNALFD ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGNALFD4 ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGPENDING ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGPROCMASK ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGRETURN ideal-int +pkg syscall (linux-386-cgo), const SYS_SIGSUSPEND ideal-int +pkg syscall (linux-386-cgo), const SYS_SOCKETCALL ideal-int +pkg syscall (linux-386-cgo), const SYS_SPLICE ideal-int +pkg syscall (linux-386-cgo), const SYS_SSETMASK ideal-int +pkg syscall (linux-386-cgo), const SYS_STAT ideal-int +pkg syscall (linux-386-cgo), const SYS_STAT64 ideal-int +pkg syscall (linux-386-cgo), const SYS_STATFS ideal-int +pkg syscall (linux-386-cgo), const SYS_STATFS64 ideal-int +pkg syscall (linux-386-cgo), const SYS_STIME ideal-int +pkg syscall (linux-386-cgo), const SYS_STTY ideal-int +pkg syscall (linux-386-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (linux-386-cgo), const SYS_SWAPON ideal-int +pkg syscall (linux-386-cgo), const SYS_SYMLINK ideal-int +pkg syscall (linux-386-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (linux-386-cgo), const SYS_SYNC ideal-int +pkg syscall (linux-386-cgo), const SYS_SYNC_FILE_RANGE ideal-int +pkg syscall (linux-386-cgo), const SYS_SYSFS ideal-int +pkg syscall (linux-386-cgo), const SYS_SYSINFO ideal-int +pkg syscall (linux-386-cgo), const SYS_SYSLOG ideal-int +pkg syscall (linux-386-cgo), const SYS_TEE ideal-int +pkg syscall (linux-386-cgo), const SYS_TGKILL ideal-int +pkg syscall (linux-386-cgo), const SYS_TIME ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMERFD_CREATE ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMERFD_GETTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMERFD_SETTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_TIMES ideal-int +pkg syscall (linux-386-cgo), const SYS_TKILL ideal-int +pkg syscall (linux-386-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (linux-386-cgo), const SYS_TRUNCATE64 ideal-int +pkg syscall (linux-386-cgo), const SYS_UGETRLIMIT ideal-int +pkg syscall (linux-386-cgo), const SYS_ULIMIT ideal-int +pkg syscall (linux-386-cgo), const SYS_UMASK ideal-int +pkg syscall (linux-386-cgo), const SYS_UMOUNT ideal-int +pkg syscall (linux-386-cgo), const SYS_UMOUNT2 ideal-int +pkg syscall (linux-386-cgo), const SYS_UNAME ideal-int +pkg syscall (linux-386-cgo), const SYS_UNLINK ideal-int +pkg syscall (linux-386-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (linux-386-cgo), const SYS_UNSHARE ideal-int +pkg syscall (linux-386-cgo), const SYS_USELIB ideal-int +pkg syscall (linux-386-cgo), const SYS_USTAT ideal-int +pkg syscall (linux-386-cgo), const SYS_UTIME ideal-int +pkg syscall (linux-386-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (linux-386-cgo), const SYS_UTIMES ideal-int +pkg syscall (linux-386-cgo), const SYS_VFORK ideal-int +pkg syscall (linux-386-cgo), const SYS_VHANGUP ideal-int +pkg syscall (linux-386-cgo), const SYS_VM86 ideal-int +pkg syscall (linux-386-cgo), const SYS_VM86OLD ideal-int +pkg syscall (linux-386-cgo), const SYS_VMSPLICE ideal-int +pkg syscall (linux-386-cgo), const SYS_VSERVER ideal-int +pkg syscall (linux-386-cgo), const SYS_WAIT4 ideal-int +pkg syscall (linux-386-cgo), const SYS_WAITID ideal-int +pkg syscall (linux-386-cgo), const SYS_WAITPID ideal-int +pkg syscall (linux-386-cgo), const SYS_WRITE ideal-int +pkg syscall (linux-386-cgo), const SYS_WRITEV ideal-int +pkg syscall (linux-386-cgo), const SYS__LLSEEK ideal-int +pkg syscall (linux-386-cgo), const SYS__NEWSELECT ideal-int +pkg syscall (linux-386-cgo), const SYS__SYSCTL ideal-int +pkg syscall (linux-386-cgo), const S_BLKSIZE ideal-int +pkg syscall (linux-386-cgo), const S_IEXEC ideal-int +pkg syscall (linux-386-cgo), const S_IREAD ideal-int +pkg syscall (linux-386-cgo), const S_IRGRP ideal-int +pkg syscall (linux-386-cgo), const S_IROTH ideal-int +pkg syscall (linux-386-cgo), const S_IRWXG ideal-int +pkg syscall (linux-386-cgo), const S_IRWXO ideal-int +pkg syscall (linux-386-cgo), const S_IRWXU ideal-int +pkg syscall (linux-386-cgo), const S_IWGRP ideal-int +pkg syscall (linux-386-cgo), const S_IWOTH ideal-int +pkg syscall (linux-386-cgo), const S_IWRITE ideal-int +pkg syscall (linux-386-cgo), const S_IXGRP ideal-int +pkg syscall (linux-386-cgo), const S_IXOTH ideal-int +pkg syscall (linux-386-cgo), const SizeofCmsghdr ideal-int +pkg syscall (linux-386-cgo), const SizeofIPMreq ideal-int +pkg syscall (linux-386-cgo), const SizeofIPMreqn ideal-int +pkg syscall (linux-386-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (linux-386-cgo), const SizeofIfAddrmsg ideal-int +pkg syscall (linux-386-cgo), const SizeofIfInfomsg ideal-int +pkg syscall (linux-386-cgo), const SizeofInet4Pktinfo ideal-int +pkg syscall (linux-386-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (linux-386-cgo), const SizeofInotifyEvent ideal-int +pkg syscall (linux-386-cgo), const SizeofLinger ideal-int +pkg syscall (linux-386-cgo), const SizeofMsghdr ideal-int +pkg syscall (linux-386-cgo), const SizeofNlAttr ideal-int +pkg syscall (linux-386-cgo), const SizeofNlMsgerr ideal-int +pkg syscall (linux-386-cgo), const SizeofNlMsghdr ideal-int +pkg syscall (linux-386-cgo), const SizeofRtAttr ideal-int +pkg syscall (linux-386-cgo), const SizeofRtGenmsg ideal-int +pkg syscall (linux-386-cgo), const SizeofRtMsg ideal-int +pkg syscall (linux-386-cgo), const SizeofRtNexthop ideal-int +pkg syscall (linux-386-cgo), const SizeofSockFilter ideal-int +pkg syscall (linux-386-cgo), const SizeofSockFprog ideal-int +pkg syscall (linux-386-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (linux-386-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (linux-386-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (linux-386-cgo), const SizeofSockaddrLinklayer ideal-int +pkg syscall (linux-386-cgo), const SizeofSockaddrNetlink ideal-int +pkg syscall (linux-386-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (linux-386-cgo), const SizeofUcred ideal-int +pkg syscall (linux-386-cgo), const TCGETS ideal-int +pkg syscall (linux-386-cgo), const TCP_CONGESTION ideal-int +pkg syscall (linux-386-cgo), const TCP_CORK ideal-int +pkg syscall (linux-386-cgo), const TCP_DEFER_ACCEPT ideal-int +pkg syscall (linux-386-cgo), const TCP_INFO ideal-int +pkg syscall (linux-386-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (linux-386-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (linux-386-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (linux-386-cgo), const TCP_LINGER2 ideal-int +pkg syscall (linux-386-cgo), const TCP_MAXSEG ideal-int +pkg syscall (linux-386-cgo), const TCP_MAXWIN ideal-int +pkg syscall (linux-386-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (linux-386-cgo), const TCP_MD5SIG ideal-int +pkg syscall (linux-386-cgo), const TCP_MD5SIG_MAXKEYLEN ideal-int +pkg syscall (linux-386-cgo), const TCP_MSS ideal-int +pkg syscall (linux-386-cgo), const TCP_QUICKACK ideal-int +pkg syscall (linux-386-cgo), const TCP_SYNCNT ideal-int +pkg syscall (linux-386-cgo), const TCP_WINDOW_CLAMP ideal-int +pkg syscall (linux-386-cgo), const TCSETS ideal-int +pkg syscall (linux-386-cgo), const TIOCCBRK ideal-int +pkg syscall (linux-386-cgo), const TIOCCONS ideal-int +pkg syscall (linux-386-cgo), const TIOCEXCL ideal-int +pkg syscall (linux-386-cgo), const TIOCGDEV ideal-int +pkg syscall (linux-386-cgo), const TIOCGETD ideal-int +pkg syscall (linux-386-cgo), const TIOCGICOUNT ideal-int +pkg syscall (linux-386-cgo), const TIOCGLCKTRMIOS ideal-int +pkg syscall (linux-386-cgo), const TIOCGPGRP ideal-int +pkg syscall (linux-386-cgo), const TIOCGPTN ideal-int +pkg syscall (linux-386-cgo), const TIOCGRS485 ideal-int +pkg syscall (linux-386-cgo), const TIOCGSERIAL ideal-int +pkg syscall (linux-386-cgo), const TIOCGSID ideal-int +pkg syscall (linux-386-cgo), const TIOCGSOFTCAR ideal-int +pkg syscall (linux-386-cgo), const TIOCGWINSZ ideal-int +pkg syscall (linux-386-cgo), const TIOCINQ ideal-int +pkg syscall (linux-386-cgo), const TIOCLINUX ideal-int +pkg syscall (linux-386-cgo), const TIOCMBIC ideal-int +pkg syscall (linux-386-cgo), const TIOCMBIS ideal-int +pkg syscall (linux-386-cgo), const TIOCMGET ideal-int +pkg syscall (linux-386-cgo), const TIOCMIWAIT ideal-int +pkg syscall (linux-386-cgo), const TIOCMSET ideal-int +pkg syscall (linux-386-cgo), const TIOCM_CAR ideal-int +pkg syscall (linux-386-cgo), const TIOCM_CD ideal-int +pkg syscall (linux-386-cgo), const TIOCM_CTS ideal-int +pkg syscall (linux-386-cgo), const TIOCM_DSR ideal-int +pkg syscall (linux-386-cgo), const TIOCM_DTR ideal-int +pkg syscall (linux-386-cgo), const TIOCM_LE ideal-int +pkg syscall (linux-386-cgo), const TIOCM_RI ideal-int +pkg syscall (linux-386-cgo), const TIOCM_RNG ideal-int +pkg syscall (linux-386-cgo), const TIOCM_RTS ideal-int +pkg syscall (linux-386-cgo), const TIOCM_SR ideal-int +pkg syscall (linux-386-cgo), const TIOCM_ST ideal-int +pkg syscall (linux-386-cgo), const TIOCNOTTY ideal-int +pkg syscall (linux-386-cgo), const TIOCNXCL ideal-int +pkg syscall (linux-386-cgo), const TIOCOUTQ ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_START ideal-int +pkg syscall (linux-386-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (linux-386-cgo), const TIOCSBRK ideal-int +pkg syscall (linux-386-cgo), const TIOCSCTTY ideal-int +pkg syscall (linux-386-cgo), const TIOCSERCONFIG ideal-int +pkg syscall (linux-386-cgo), const TIOCSERGETLSR ideal-int +pkg syscall (linux-386-cgo), const TIOCSERGETMULTI ideal-int +pkg syscall (linux-386-cgo), const TIOCSERGSTRUCT ideal-int +pkg syscall (linux-386-cgo), const TIOCSERGWILD ideal-int +pkg syscall (linux-386-cgo), const TIOCSERSETMULTI ideal-int +pkg syscall (linux-386-cgo), const TIOCSERSWILD ideal-int +pkg syscall (linux-386-cgo), const TIOCSER_TEMT ideal-int +pkg syscall (linux-386-cgo), const TIOCSETD ideal-int +pkg syscall (linux-386-cgo), const TIOCSIG ideal-int +pkg syscall (linux-386-cgo), const TIOCSLCKTRMIOS ideal-int +pkg syscall (linux-386-cgo), const TIOCSPGRP ideal-int +pkg syscall (linux-386-cgo), const TIOCSPTLCK ideal-int +pkg syscall (linux-386-cgo), const TIOCSRS485 ideal-int +pkg syscall (linux-386-cgo), const TIOCSSERIAL ideal-int +pkg syscall (linux-386-cgo), const TIOCSSOFTCAR ideal-int +pkg syscall (linux-386-cgo), const TIOCSTI ideal-int +pkg syscall (linux-386-cgo), const TIOCSWINSZ ideal-int +pkg syscall (linux-386-cgo), const TOSTOP ideal-int +pkg syscall (linux-386-cgo), const TUNATTACHFILTER ideal-int +pkg syscall (linux-386-cgo), const TUNDETACHFILTER ideal-int +pkg syscall (linux-386-cgo), const TUNGETFEATURES ideal-int +pkg syscall (linux-386-cgo), const TUNGETIFF ideal-int +pkg syscall (linux-386-cgo), const TUNGETSNDBUF ideal-int +pkg syscall (linux-386-cgo), const TUNGETVNETHDRSZ ideal-int +pkg syscall (linux-386-cgo), const TUNSETDEBUG ideal-int +pkg syscall (linux-386-cgo), const TUNSETGROUP ideal-int +pkg syscall (linux-386-cgo), const TUNSETIFF ideal-int +pkg syscall (linux-386-cgo), const TUNSETLINK ideal-int +pkg syscall (linux-386-cgo), const TUNSETNOCSUM ideal-int +pkg syscall (linux-386-cgo), const TUNSETOFFLOAD ideal-int +pkg syscall (linux-386-cgo), const TUNSETOWNER ideal-int +pkg syscall (linux-386-cgo), const TUNSETPERSIST ideal-int +pkg syscall (linux-386-cgo), const TUNSETSNDBUF ideal-int +pkg syscall (linux-386-cgo), const TUNSETTXFILTER ideal-int +pkg syscall (linux-386-cgo), const TUNSETVNETHDRSZ ideal-int +pkg syscall (linux-386-cgo), const VDISCARD ideal-int +pkg syscall (linux-386-cgo), const VEOF ideal-int +pkg syscall (linux-386-cgo), const VEOL ideal-int +pkg syscall (linux-386-cgo), const VEOL2 ideal-int +pkg syscall (linux-386-cgo), const VERASE ideal-int +pkg syscall (linux-386-cgo), const VINTR ideal-int +pkg syscall (linux-386-cgo), const VKILL ideal-int +pkg syscall (linux-386-cgo), const VLNEXT ideal-int +pkg syscall (linux-386-cgo), const VMIN ideal-int +pkg syscall (linux-386-cgo), const VQUIT ideal-int +pkg syscall (linux-386-cgo), const VREPRINT ideal-int +pkg syscall (linux-386-cgo), const VSTART ideal-int +pkg syscall (linux-386-cgo), const VSTOP ideal-int +pkg syscall (linux-386-cgo), const VSUSP ideal-int +pkg syscall (linux-386-cgo), const VSWTC ideal-int +pkg syscall (linux-386-cgo), const VTIME ideal-int +pkg syscall (linux-386-cgo), const VWERASE ideal-int +pkg syscall (linux-386-cgo), const WALL ideal-int +pkg syscall (linux-386-cgo), const WCLONE ideal-int +pkg syscall (linux-386-cgo), const WCONTINUED ideal-int +pkg syscall (linux-386-cgo), const WEXITED ideal-int +pkg syscall (linux-386-cgo), const WNOHANG ideal-int +pkg syscall (linux-386-cgo), const WNOTHREAD ideal-int +pkg syscall (linux-386-cgo), const WNOWAIT ideal-int +pkg syscall (linux-386-cgo), const WORDSIZE ideal-int +pkg syscall (linux-386-cgo), const WSTOPPED ideal-int +pkg syscall (linux-386-cgo), const WUNTRACED ideal-int +pkg syscall (linux-386-cgo), const XCASE ideal-int +pkg syscall (linux-386-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (linux-386-cgo), func Access(string, uint32) error +pkg syscall (linux-386-cgo), func Acct(string) error +pkg syscall (linux-386-cgo), func Adjtimex(*Timex) (int, error) +pkg syscall (linux-386-cgo), func AttachLsf(int, []SockFilter) error +pkg syscall (linux-386-cgo), func Bind(int, Sockaddr) error +pkg syscall (linux-386-cgo), func BindToDevice(int, string) error +pkg syscall (linux-386-cgo), func Chroot(string) error +pkg syscall (linux-386-cgo), func Close(int) error +pkg syscall (linux-386-cgo), func CloseOnExec(int) +pkg syscall (linux-386-cgo), func CmsgLen(int) int +pkg syscall (linux-386-cgo), func CmsgSpace(int) int +pkg syscall (linux-386-cgo), func Connect(int, Sockaddr) error +pkg syscall (linux-386-cgo), func Creat(string, uint32) (int, error) +pkg syscall (linux-386-cgo), func DetachLsf(int) error +pkg syscall (linux-386-cgo), func Dup(int) (int, error) +pkg syscall (linux-386-cgo), func Dup2(int, int) error +pkg syscall (linux-386-cgo), func EpollCreate(int) (int, error) +pkg syscall (linux-386-cgo), func EpollCreate1(int) (int, error) +pkg syscall (linux-386-cgo), func EpollCtl(int, int, int, *EpollEvent) error +pkg syscall (linux-386-cgo), func EpollWait(int, []EpollEvent, int) (int, error) +pkg syscall (linux-386-cgo), func Faccessat(int, string, uint32, int) error +pkg syscall (linux-386-cgo), func Fallocate(int, uint32, int64, int64) error +pkg syscall (linux-386-cgo), func Fchdir(int) error +pkg syscall (linux-386-cgo), func Fchmod(int, uint32) error +pkg syscall (linux-386-cgo), func Fchmodat(int, string, uint32, int) error +pkg syscall (linux-386-cgo), func Fchown(int, int, int) error +pkg syscall (linux-386-cgo), func Fchownat(int, string, int, int, int) error +pkg syscall (linux-386-cgo), func Fdatasync(int) error +pkg syscall (linux-386-cgo), func Flock(int, int) error +pkg syscall (linux-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (linux-386-cgo), func Fstat(int, *Stat_t) error +pkg syscall (linux-386-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (linux-386-cgo), func Fsync(int) error +pkg syscall (linux-386-cgo), func Ftruncate(int, int64) error +pkg syscall (linux-386-cgo), func Futimes(int, []Timeval) error +pkg syscall (linux-386-cgo), func Futimesat(int, string, []Timeval) error +pkg syscall (linux-386-cgo), func Getcwd([]uint8) (int, error) +pkg syscall (linux-386-cgo), func Getdents(int, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (linux-386-cgo), func Getpgid(int) (int, error) +pkg syscall (linux-386-cgo), func Getpgrp() int +pkg syscall (linux-386-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (linux-386-cgo), func Getrusage(int, *Rusage) error +pkg syscall (linux-386-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (linux-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (linux-386-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (linux-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (linux-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (linux-386-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (linux-386-cgo), func Gettid() int +pkg syscall (linux-386-cgo), func InotifyAddWatch(int, string, uint32) (int, error) +pkg syscall (linux-386-cgo), func InotifyInit() (int, error) +pkg syscall (linux-386-cgo), func InotifyInit1(int) (int, error) +pkg syscall (linux-386-cgo), func InotifyRmWatch(int, uint32) (int, error) +pkg syscall (linux-386-cgo), func Ioperm(int, int, int) error +pkg syscall (linux-386-cgo), func Iopl(int) error +pkg syscall (linux-386-cgo), func Kill(int, Signal) error +pkg syscall (linux-386-cgo), func Klogctl(int, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Listen(int, int) error +pkg syscall (linux-386-cgo), func LsfJump(int, int, int, int) *SockFilter +pkg syscall (linux-386-cgo), func LsfSocket(int, int) (int, error) +pkg syscall (linux-386-cgo), func LsfStmt(int, int) *SockFilter +pkg syscall (linux-386-cgo), func Lstat(string, *Stat_t) error +pkg syscall (linux-386-cgo), func Madvise([]uint8, int) error +pkg syscall (linux-386-cgo), func Mkdirat(int, string, uint32) error +pkg syscall (linux-386-cgo), func Mkfifo(string, uint32) error +pkg syscall (linux-386-cgo), func Mknod(string, uint32, int) error +pkg syscall (linux-386-cgo), func Mknodat(int, string, uint32, int) error +pkg syscall (linux-386-cgo), func Mlock([]uint8) error +pkg syscall (linux-386-cgo), func Mlockall(int) error +pkg syscall (linux-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (linux-386-cgo), func Mount(string, string, string, uintptr, string) error +pkg syscall (linux-386-cgo), func Mprotect([]uint8, int) error +pkg syscall (linux-386-cgo), func Munlock([]uint8) error +pkg syscall (linux-386-cgo), func Munlockall() error +pkg syscall (linux-386-cgo), func Munmap([]uint8) error +pkg syscall (linux-386-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (linux-386-cgo), func NetlinkRIB(int, int) ([]uint8, error) +pkg syscall (linux-386-cgo), func NsecToTimespec(int64) Timespec +pkg syscall (linux-386-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (linux-386-cgo), func Openat(int, string, int, uint32) (int, error) +pkg syscall (linux-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (linux-386-cgo), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) +pkg syscall (linux-386-cgo), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) +pkg syscall (linux-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (linux-386-cgo), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) +pkg syscall (linux-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (linux-386-cgo), func Pause() error +pkg syscall (linux-386-cgo), func Pipe([]int) error +pkg syscall (linux-386-cgo), func PivotRoot(string, string) error +pkg syscall (linux-386-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (linux-386-cgo), func PtraceAttach(int) error +pkg syscall (linux-386-cgo), func PtraceCont(int, int) error +pkg syscall (linux-386-cgo), func PtraceDetach(int) error +pkg syscall (linux-386-cgo), func PtraceGetEventMsg(int) (uint, error) +pkg syscall (linux-386-cgo), func PtraceGetRegs(int, *PtraceRegs) error +pkg syscall (linux-386-cgo), func PtracePeekData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386-cgo), func PtracePeekText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386-cgo), func PtracePokeData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386-cgo), func PtracePokeText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-386-cgo), func PtraceSetOptions(int, int) error +pkg syscall (linux-386-cgo), func PtraceSetRegs(int, *PtraceRegs) error +pkg syscall (linux-386-cgo), func PtraceSingleStep(int) error +pkg syscall (linux-386-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (linux-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386-cgo), func Read(int, []uint8) (int, error) +pkg syscall (linux-386-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Reboot(int) error +pkg syscall (linux-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (linux-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (linux-386-cgo), func Renameat(int, string, int, string) error +pkg syscall (linux-386-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (linux-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) +pkg syscall (linux-386-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (linux-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (linux-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (linux-386-cgo), func SetLsfPromisc(string, bool) error +pkg syscall (linux-386-cgo), func SetNonblock(int, bool) error +pkg syscall (linux-386-cgo), func Setdomainname([]uint8) error +pkg syscall (linux-386-cgo), func Setfsgid(int) error +pkg syscall (linux-386-cgo), func Setfsuid(int) error +pkg syscall (linux-386-cgo), func Setgid(int) error +pkg syscall (linux-386-cgo), func Setgroups([]int) error +pkg syscall (linux-386-cgo), func Sethostname([]uint8) error +pkg syscall (linux-386-cgo), func Setpgid(int, int) error +pkg syscall (linux-386-cgo), func Setregid(int, int) error +pkg syscall (linux-386-cgo), func Setresgid(int, int, int) error +pkg syscall (linux-386-cgo), func Setresuid(int, int, int) error +pkg syscall (linux-386-cgo), func Setreuid(int, int) error +pkg syscall (linux-386-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (linux-386-cgo), func Setsid() (int, error) +pkg syscall (linux-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (linux-386-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (linux-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (linux-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (linux-386-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (linux-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (linux-386-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (linux-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (linux-386-cgo), func Settimeofday(*Timeval) error +pkg syscall (linux-386-cgo), func Setuid(int) error +pkg syscall (linux-386-cgo), func Shutdown(int, int) error +pkg syscall (linux-386-cgo), func Socket(int, int, int) (int, error) +pkg syscall (linux-386-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (linux-386-cgo), func Splice(int, *int64, int, *int64, int, int) (int, error) +pkg syscall (linux-386-cgo), func Stat(string, *Stat_t) error +pkg syscall (linux-386-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (linux-386-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (linux-386-cgo), func Sync() +pkg syscall (linux-386-cgo), func SyncFileRange(int, int64, int64, int) error +pkg syscall (linux-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-386-cgo), func Sysinfo(*Sysinfo_t) error +pkg syscall (linux-386-cgo), func Tee(int, int, int, int) (int64, error) +pkg syscall (linux-386-cgo), func Tgkill(int, int, Signal) error +pkg syscall (linux-386-cgo), func Time(*Time_t) (Time_t, error) +pkg syscall (linux-386-cgo), func Times(*Tms) (uintptr, error) +pkg syscall (linux-386-cgo), func TimespecToNsec(Timespec) int64 +pkg syscall (linux-386-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (linux-386-cgo), func Truncate(string, int64) error +pkg syscall (linux-386-cgo), func Umask(int) int +pkg syscall (linux-386-cgo), func Uname(*Utsname) error +pkg syscall (linux-386-cgo), func UnixCredentials(*Ucred) []uint8 +pkg syscall (linux-386-cgo), func UnixRights(...int) []uint8 +pkg syscall (linux-386-cgo), func Unlinkat(int, string) error +pkg syscall (linux-386-cgo), func Unmount(string, int) error +pkg syscall (linux-386-cgo), func Unshare(int) error +pkg syscall (linux-386-cgo), func Ustat(int, *Ustat_t) error +pkg syscall (linux-386-cgo), func Utime(string, *Utimbuf) error +pkg syscall (linux-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (linux-386-cgo), func Write(int, []uint8) (int, error) +pkg syscall (linux-386-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (linux-386-cgo), method (*Iovec) SetLen(int) +pkg syscall (linux-386-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (linux-386-cgo), method (*PtraceRegs) PC() uint64 +pkg syscall (linux-386-cgo), method (*PtraceRegs) SetPC(uint64) +pkg syscall (linux-386-cgo), type Cmsghdr struct +pkg syscall (linux-386-cgo), type Cmsghdr struct, Len uint32 +pkg syscall (linux-386-cgo), type Cmsghdr struct, Level int32 +pkg syscall (linux-386-cgo), type Cmsghdr struct, Type int32 +pkg syscall (linux-386-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-386-cgo), type Credential struct +pkg syscall (linux-386-cgo), type Credential struct, Gid uint32 +pkg syscall (linux-386-cgo), type Credential struct, Groups []uint32 +pkg syscall (linux-386-cgo), type Credential struct, Uid uint32 +pkg syscall (linux-386-cgo), type Dirent struct +pkg syscall (linux-386-cgo), type Dirent struct, Ino uint64 +pkg syscall (linux-386-cgo), type Dirent struct, Name [256]int8 +pkg syscall (linux-386-cgo), type Dirent struct, Off int64 +pkg syscall (linux-386-cgo), type Dirent struct, Pad_cgo_0 [1]uint8 +pkg syscall (linux-386-cgo), type Dirent struct, Reclen uint16 +pkg syscall (linux-386-cgo), type Dirent struct, Type uint8 +pkg syscall (linux-386-cgo), type EpollEvent struct +pkg syscall (linux-386-cgo), type EpollEvent struct, Events uint32 +pkg syscall (linux-386-cgo), type EpollEvent struct, Fd int32 +pkg syscall (linux-386-cgo), type EpollEvent struct, Pad int32 +pkg syscall (linux-386-cgo), type FdSet struct +pkg syscall (linux-386-cgo), type FdSet struct, Bits [32]int32 +pkg syscall (linux-386-cgo), type Fsid struct +pkg syscall (linux-386-cgo), type Fsid struct, X__val [2]int32 +pkg syscall (linux-386-cgo), type IPMreqn struct +pkg syscall (linux-386-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (linux-386-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (linux-386-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (linux-386-cgo), type IfAddrmsg struct +pkg syscall (linux-386-cgo), type IfAddrmsg struct, Family uint8 +pkg syscall (linux-386-cgo), type IfAddrmsg struct, Flags uint8 +pkg syscall (linux-386-cgo), type IfAddrmsg struct, Index uint32 +pkg syscall (linux-386-cgo), type IfAddrmsg struct, Prefixlen uint8 +pkg syscall (linux-386-cgo), type IfAddrmsg struct, Scope uint8 +pkg syscall (linux-386-cgo), type IfInfomsg struct +pkg syscall (linux-386-cgo), type IfInfomsg struct, Change uint32 +pkg syscall (linux-386-cgo), type IfInfomsg struct, Family uint8 +pkg syscall (linux-386-cgo), type IfInfomsg struct, Flags uint32 +pkg syscall (linux-386-cgo), type IfInfomsg struct, Index int32 +pkg syscall (linux-386-cgo), type IfInfomsg struct, Type uint16 +pkg syscall (linux-386-cgo), type IfInfomsg struct, X__ifi_pad uint8 +pkg syscall (linux-386-cgo), type Inet4Pktinfo struct +pkg syscall (linux-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (linux-386-cgo), type Inet4Pktinfo struct, Ifindex int32 +pkg syscall (linux-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (linux-386-cgo), type Inet6Pktinfo struct +pkg syscall (linux-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (linux-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (linux-386-cgo), type InotifyEvent struct +pkg syscall (linux-386-cgo), type InotifyEvent struct, Cookie uint32 +pkg syscall (linux-386-cgo), type InotifyEvent struct, Len uint32 +pkg syscall (linux-386-cgo), type InotifyEvent struct, Mask uint32 +pkg syscall (linux-386-cgo), type InotifyEvent struct, Name [0]uint8 +pkg syscall (linux-386-cgo), type InotifyEvent struct, Wd int32 +pkg syscall (linux-386-cgo), type Iovec struct +pkg syscall (linux-386-cgo), type Iovec struct, Base *uint8 +pkg syscall (linux-386-cgo), type Iovec struct, Len uint32 +pkg syscall (linux-386-cgo), type Msghdr struct +pkg syscall (linux-386-cgo), type Msghdr struct, Control *uint8 +pkg syscall (linux-386-cgo), type Msghdr struct, Controllen uint32 +pkg syscall (linux-386-cgo), type Msghdr struct, Flags int32 +pkg syscall (linux-386-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (linux-386-cgo), type Msghdr struct, Iovlen uint32 +pkg syscall (linux-386-cgo), type Msghdr struct, Name *uint8 +pkg syscall (linux-386-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (linux-386-cgo), type NetlinkMessage struct +pkg syscall (linux-386-cgo), type NetlinkMessage struct, Data []uint8 +pkg syscall (linux-386-cgo), type NetlinkMessage struct, Header NlMsghdr +pkg syscall (linux-386-cgo), type NetlinkRouteAttr struct +pkg syscall (linux-386-cgo), type NetlinkRouteAttr struct, Attr RtAttr +pkg syscall (linux-386-cgo), type NetlinkRouteAttr struct, Value []uint8 +pkg syscall (linux-386-cgo), type NetlinkRouteRequest struct +pkg syscall (linux-386-cgo), type NetlinkRouteRequest struct, Data RtGenmsg +pkg syscall (linux-386-cgo), type NetlinkRouteRequest struct, Header NlMsghdr +pkg syscall (linux-386-cgo), type NlAttr struct +pkg syscall (linux-386-cgo), type NlAttr struct, Len uint16 +pkg syscall (linux-386-cgo), type NlAttr struct, Type uint16 +pkg syscall (linux-386-cgo), type NlMsgerr struct +pkg syscall (linux-386-cgo), type NlMsgerr struct, Error int32 +pkg syscall (linux-386-cgo), type NlMsgerr struct, Msg NlMsghdr +pkg syscall (linux-386-cgo), type NlMsghdr struct +pkg syscall (linux-386-cgo), type NlMsghdr struct, Flags uint16 +pkg syscall (linux-386-cgo), type NlMsghdr struct, Len uint32 +pkg syscall (linux-386-cgo), type NlMsghdr struct, Pid uint32 +pkg syscall (linux-386-cgo), type NlMsghdr struct, Seq uint32 +pkg syscall (linux-386-cgo), type NlMsghdr struct, Type uint16 +pkg syscall (linux-386-cgo), type PtraceRegs struct +pkg syscall (linux-386-cgo), type PtraceRegs struct, Eax int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Ebp int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Ebx int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Ecx int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Edi int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Edx int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Eflags int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Eip int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Esi int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Esp int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Orig_eax int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Xcs int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Xds int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Xes int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Xfs int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Xgs int32 +pkg syscall (linux-386-cgo), type PtraceRegs struct, Xss int32 +pkg syscall (linux-386-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (linux-386-cgo), type RawSockaddr struct, Family uint16 +pkg syscall (linux-386-cgo), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (linux-386-cgo), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (linux-386-cgo), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct +pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Family uint16 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Ifindex int32 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-386-cgo), type RawSockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-386-cgo), type RawSockaddrNetlink struct +pkg syscall (linux-386-cgo), type RawSockaddrNetlink struct, Family uint16 +pkg syscall (linux-386-cgo), type RawSockaddrNetlink struct, Groups uint32 +pkg syscall (linux-386-cgo), type RawSockaddrNetlink struct, Pad uint16 +pkg syscall (linux-386-cgo), type RawSockaddrNetlink struct, Pid uint32 +pkg syscall (linux-386-cgo), type RawSockaddrUnix struct +pkg syscall (linux-386-cgo), type RawSockaddrUnix struct, Family uint16 +pkg syscall (linux-386-cgo), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (linux-386-cgo), type Rlimit struct +pkg syscall (linux-386-cgo), type Rlimit struct, Cur uint64 +pkg syscall (linux-386-cgo), type Rlimit struct, Max uint64 +pkg syscall (linux-386-cgo), type RtAttr struct +pkg syscall (linux-386-cgo), type RtAttr struct, Len uint16 +pkg syscall (linux-386-cgo), type RtAttr struct, Type uint16 +pkg syscall (linux-386-cgo), type RtGenmsg struct +pkg syscall (linux-386-cgo), type RtGenmsg struct, Family uint8 +pkg syscall (linux-386-cgo), type RtMsg struct +pkg syscall (linux-386-cgo), type RtMsg struct, Dst_len uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Family uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Flags uint32 +pkg syscall (linux-386-cgo), type RtMsg struct, Protocol uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Scope uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Src_len uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Table uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Tos uint8 +pkg syscall (linux-386-cgo), type RtMsg struct, Type uint8 +pkg syscall (linux-386-cgo), type RtNexthop struct +pkg syscall (linux-386-cgo), type RtNexthop struct, Flags uint8 +pkg syscall (linux-386-cgo), type RtNexthop struct, Hops uint8 +pkg syscall (linux-386-cgo), type RtNexthop struct, Ifindex int32 +pkg syscall (linux-386-cgo), type RtNexthop struct, Len uint16 +pkg syscall (linux-386-cgo), type Rusage struct, Idrss int32 +pkg syscall (linux-386-cgo), type Rusage struct, Inblock int32 +pkg syscall (linux-386-cgo), type Rusage struct, Isrss int32 +pkg syscall (linux-386-cgo), type Rusage struct, Ixrss int32 +pkg syscall (linux-386-cgo), type Rusage struct, Majflt int32 +pkg syscall (linux-386-cgo), type Rusage struct, Maxrss int32 +pkg syscall (linux-386-cgo), type Rusage struct, Minflt int32 +pkg syscall (linux-386-cgo), type Rusage struct, Msgrcv int32 +pkg syscall (linux-386-cgo), type Rusage struct, Msgsnd int32 +pkg syscall (linux-386-cgo), type Rusage struct, Nivcsw int32 +pkg syscall (linux-386-cgo), type Rusage struct, Nsignals int32 +pkg syscall (linux-386-cgo), type Rusage struct, Nswap int32 +pkg syscall (linux-386-cgo), type Rusage struct, Nvcsw int32 +pkg syscall (linux-386-cgo), type Rusage struct, Oublock int32 +pkg syscall (linux-386-cgo), type Rusage struct, Stime Timeval +pkg syscall (linux-386-cgo), type Rusage struct, Utime Timeval +pkg syscall (linux-386-cgo), type SockFilter struct +pkg syscall (linux-386-cgo), type SockFilter struct, Code uint16 +pkg syscall (linux-386-cgo), type SockFilter struct, Jf uint8 +pkg syscall (linux-386-cgo), type SockFilter struct, Jt uint8 +pkg syscall (linux-386-cgo), type SockFilter struct, K uint32 +pkg syscall (linux-386-cgo), type SockFprog struct +pkg syscall (linux-386-cgo), type SockFprog struct, Filter *SockFilter +pkg syscall (linux-386-cgo), type SockFprog struct, Len uint16 +pkg syscall (linux-386-cgo), type SockFprog struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct, Ifindex int +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-386-cgo), type SockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-386-cgo), type SockaddrNetlink struct +pkg syscall (linux-386-cgo), type SockaddrNetlink struct, Family uint16 +pkg syscall (linux-386-cgo), type SockaddrNetlink struct, Groups uint32 +pkg syscall (linux-386-cgo), type SockaddrNetlink struct, Pad uint16 +pkg syscall (linux-386-cgo), type SockaddrNetlink struct, Pid uint32 +pkg syscall (linux-386-cgo), type SocketControlMessage struct +pkg syscall (linux-386-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (linux-386-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (linux-386-cgo), type Stat_t struct +pkg syscall (linux-386-cgo), type Stat_t struct, Atim Timespec +pkg syscall (linux-386-cgo), type Stat_t struct, Blksize int32 +pkg syscall (linux-386-cgo), type Stat_t struct, Blocks int64 +pkg syscall (linux-386-cgo), type Stat_t struct, Ctim Timespec +pkg syscall (linux-386-cgo), type Stat_t struct, Dev uint64 +pkg syscall (linux-386-cgo), type Stat_t struct, Gid uint32 +pkg syscall (linux-386-cgo), type Stat_t struct, Ino uint64 +pkg syscall (linux-386-cgo), type Stat_t struct, Mode uint32 +pkg syscall (linux-386-cgo), type Stat_t struct, Mtim Timespec +pkg syscall (linux-386-cgo), type Stat_t struct, Nlink uint32 +pkg syscall (linux-386-cgo), type Stat_t struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386-cgo), type Stat_t struct, Pad_cgo_1 [2]uint8 +pkg syscall (linux-386-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (linux-386-cgo), type Stat_t struct, Size int64 +pkg syscall (linux-386-cgo), type Stat_t struct, Uid uint32 +pkg syscall (linux-386-cgo), type Stat_t struct, X__pad1 uint16 +pkg syscall (linux-386-cgo), type Stat_t struct, X__pad2 uint16 +pkg syscall (linux-386-cgo), type Stat_t struct, X__st_ino uint32 +pkg syscall (linux-386-cgo), type Statfs_t struct +pkg syscall (linux-386-cgo), type Statfs_t struct, Bavail uint64 +pkg syscall (linux-386-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (linux-386-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (linux-386-cgo), type Statfs_t struct, Bsize int32 +pkg syscall (linux-386-cgo), type Statfs_t struct, Ffree uint64 +pkg syscall (linux-386-cgo), type Statfs_t struct, Files uint64 +pkg syscall (linux-386-cgo), type Statfs_t struct, Flags int32 +pkg syscall (linux-386-cgo), type Statfs_t struct, Frsize int32 +pkg syscall (linux-386-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (linux-386-cgo), type Statfs_t struct, Namelen int32 +pkg syscall (linux-386-cgo), type Statfs_t struct, Spare [4]int32 +pkg syscall (linux-386-cgo), type Statfs_t struct, Type int32 +pkg syscall (linux-386-cgo), type SysProcAttr struct, Chroot string +pkg syscall (linux-386-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (linux-386-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (linux-386-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (linux-386-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (linux-386-cgo), type Sysinfo_t struct +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Bufferram uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Freehigh uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Freeram uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Freeswap uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Loads [3]uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Pad uint16 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Procs uint16 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Sharedram uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Totalhigh uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Totalram uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Totalswap uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Unit uint32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, Uptime int32 +pkg syscall (linux-386-cgo), type Sysinfo_t struct, X_f [8]int8 +pkg syscall (linux-386-cgo), type Termios struct +pkg syscall (linux-386-cgo), type Termios struct, Cc [32]uint8 +pkg syscall (linux-386-cgo), type Termios struct, Cflag uint32 +pkg syscall (linux-386-cgo), type Termios struct, Iflag uint32 +pkg syscall (linux-386-cgo), type Termios struct, Ispeed uint32 +pkg syscall (linux-386-cgo), type Termios struct, Lflag uint32 +pkg syscall (linux-386-cgo), type Termios struct, Line uint8 +pkg syscall (linux-386-cgo), type Termios struct, Oflag uint32 +pkg syscall (linux-386-cgo), type Termios struct, Ospeed uint32 +pkg syscall (linux-386-cgo), type Termios struct, Pad_cgo_0 [3]uint8 +pkg syscall (linux-386-cgo), type Time_t int32 +pkg syscall (linux-386-cgo), type Timespec struct, Nsec int32 +pkg syscall (linux-386-cgo), type Timespec struct, Sec int32 +pkg syscall (linux-386-cgo), type Timeval struct, Sec int32 +pkg syscall (linux-386-cgo), type Timeval struct, Usec int32 +pkg syscall (linux-386-cgo), type Timex struct +pkg syscall (linux-386-cgo), type Timex struct, Calcnt int32 +pkg syscall (linux-386-cgo), type Timex struct, Constant int32 +pkg syscall (linux-386-cgo), type Timex struct, Errcnt int32 +pkg syscall (linux-386-cgo), type Timex struct, Esterror int32 +pkg syscall (linux-386-cgo), type Timex struct, Freq int32 +pkg syscall (linux-386-cgo), type Timex struct, Jitcnt int32 +pkg syscall (linux-386-cgo), type Timex struct, Jitter int32 +pkg syscall (linux-386-cgo), type Timex struct, Maxerror int32 +pkg syscall (linux-386-cgo), type Timex struct, Modes uint32 +pkg syscall (linux-386-cgo), type Timex struct, Offset int32 +pkg syscall (linux-386-cgo), type Timex struct, Pad_cgo_0 [44]uint8 +pkg syscall (linux-386-cgo), type Timex struct, Ppsfreq int32 +pkg syscall (linux-386-cgo), type Timex struct, Precision int32 +pkg syscall (linux-386-cgo), type Timex struct, Shift int32 +pkg syscall (linux-386-cgo), type Timex struct, Stabil int32 +pkg syscall (linux-386-cgo), type Timex struct, Status int32 +pkg syscall (linux-386-cgo), type Timex struct, Stbcnt int32 +pkg syscall (linux-386-cgo), type Timex struct, Tai int32 +pkg syscall (linux-386-cgo), type Timex struct, Tick int32 +pkg syscall (linux-386-cgo), type Timex struct, Time Timeval +pkg syscall (linux-386-cgo), type Timex struct, Tolerance int32 +pkg syscall (linux-386-cgo), type Tms struct +pkg syscall (linux-386-cgo), type Tms struct, Cstime int32 +pkg syscall (linux-386-cgo), type Tms struct, Cutime int32 +pkg syscall (linux-386-cgo), type Tms struct, Stime int32 +pkg syscall (linux-386-cgo), type Tms struct, Utime int32 +pkg syscall (linux-386-cgo), type Ucred struct +pkg syscall (linux-386-cgo), type Ucred struct, Gid uint32 +pkg syscall (linux-386-cgo), type Ucred struct, Pid int32 +pkg syscall (linux-386-cgo), type Ucred struct, Uid uint32 +pkg syscall (linux-386-cgo), type Ustat_t struct +pkg syscall (linux-386-cgo), type Ustat_t struct, Fname [6]int8 +pkg syscall (linux-386-cgo), type Ustat_t struct, Fpack [6]int8 +pkg syscall (linux-386-cgo), type Ustat_t struct, Tfree int32 +pkg syscall (linux-386-cgo), type Ustat_t struct, Tinode uint32 +pkg syscall (linux-386-cgo), type Utimbuf struct +pkg syscall (linux-386-cgo), type Utimbuf struct, Actime int32 +pkg syscall (linux-386-cgo), type Utimbuf struct, Modtime int32 +pkg syscall (linux-386-cgo), type Utsname struct +pkg syscall (linux-386-cgo), type Utsname struct, Domainname [65]int8 +pkg syscall (linux-386-cgo), type Utsname struct, Machine [65]int8 +pkg syscall (linux-386-cgo), type Utsname struct, Nodename [65]int8 +pkg syscall (linux-386-cgo), type Utsname struct, Release [65]int8 +pkg syscall (linux-386-cgo), type Utsname struct, Sysname [65]int8 +pkg syscall (linux-386-cgo), type Utsname struct, Version [65]int8 +pkg syscall (linux-386-cgo), type WaitStatus uint32 +pkg syscall (linux-386-cgo), var Stderr int +pkg syscall (linux-386-cgo), var Stdin int +pkg syscall (linux-386-cgo), var Stdout int +pkg syscall (linux-amd64), const AF_ALG ideal-int +pkg syscall (linux-amd64), const AF_APPLETALK ideal-int +pkg syscall (linux-amd64), const AF_ASH ideal-int +pkg syscall (linux-amd64), const AF_ATMPVC ideal-int +pkg syscall (linux-amd64), const AF_ATMSVC ideal-int +pkg syscall (linux-amd64), const AF_AX25 ideal-int +pkg syscall (linux-amd64), const AF_BLUETOOTH ideal-int +pkg syscall (linux-amd64), const AF_BRIDGE ideal-int +pkg syscall (linux-amd64), const AF_CAIF ideal-int +pkg syscall (linux-amd64), const AF_CAN ideal-int +pkg syscall (linux-amd64), const AF_DECnet ideal-int +pkg syscall (linux-amd64), const AF_ECONET ideal-int +pkg syscall (linux-amd64), const AF_FILE ideal-int +pkg syscall (linux-amd64), const AF_IEEE802154 ideal-int +pkg syscall (linux-amd64), const AF_IPX ideal-int +pkg syscall (linux-amd64), const AF_IRDA ideal-int +pkg syscall (linux-amd64), const AF_ISDN ideal-int +pkg syscall (linux-amd64), const AF_IUCV ideal-int +pkg syscall (linux-amd64), const AF_KEY ideal-int +pkg syscall (linux-amd64), const AF_LLC ideal-int +pkg syscall (linux-amd64), const AF_LOCAL ideal-int +pkg syscall (linux-amd64), const AF_MAX ideal-int +pkg syscall (linux-amd64), const AF_NETBEUI ideal-int +pkg syscall (linux-amd64), const AF_NETLINK ideal-int +pkg syscall (linux-amd64), const AF_NETROM ideal-int +pkg syscall (linux-amd64), const AF_PACKET ideal-int +pkg syscall (linux-amd64), const AF_PHONET ideal-int +pkg syscall (linux-amd64), const AF_PPPOX ideal-int +pkg syscall (linux-amd64), const AF_RDS ideal-int +pkg syscall (linux-amd64), const AF_ROSE ideal-int +pkg syscall (linux-amd64), const AF_ROUTE ideal-int +pkg syscall (linux-amd64), const AF_RXRPC ideal-int +pkg syscall (linux-amd64), const AF_SECURITY ideal-int +pkg syscall (linux-amd64), const AF_SNA ideal-int +pkg syscall (linux-amd64), const AF_TIPC ideal-int +pkg syscall (linux-amd64), const AF_WANPIPE ideal-int +pkg syscall (linux-amd64), const AF_X25 ideal-int +pkg syscall (linux-amd64), const ARPHRD_ADAPT ideal-int +pkg syscall (linux-amd64), const ARPHRD_APPLETLK ideal-int +pkg syscall (linux-amd64), const ARPHRD_ARCNET ideal-int +pkg syscall (linux-amd64), const ARPHRD_ASH ideal-int +pkg syscall (linux-amd64), const ARPHRD_ATM ideal-int +pkg syscall (linux-amd64), const ARPHRD_AX25 ideal-int +pkg syscall (linux-amd64), const ARPHRD_BIF ideal-int +pkg syscall (linux-amd64), const ARPHRD_CHAOS ideal-int +pkg syscall (linux-amd64), const ARPHRD_CISCO ideal-int +pkg syscall (linux-amd64), const ARPHRD_CSLIP ideal-int +pkg syscall (linux-amd64), const ARPHRD_CSLIP6 ideal-int +pkg syscall (linux-amd64), const ARPHRD_DDCMP ideal-int +pkg syscall (linux-amd64), const ARPHRD_DLCI ideal-int +pkg syscall (linux-amd64), const ARPHRD_ECONET ideal-int +pkg syscall (linux-amd64), const ARPHRD_EETHER ideal-int +pkg syscall (linux-amd64), const ARPHRD_ETHER ideal-int +pkg syscall (linux-amd64), const ARPHRD_EUI64 ideal-int +pkg syscall (linux-amd64), const ARPHRD_FCAL ideal-int +pkg syscall (linux-amd64), const ARPHRD_FCFABRIC ideal-int +pkg syscall (linux-amd64), const ARPHRD_FCPL ideal-int +pkg syscall (linux-amd64), const ARPHRD_FCPP ideal-int +pkg syscall (linux-amd64), const ARPHRD_FDDI ideal-int +pkg syscall (linux-amd64), const ARPHRD_FRAD ideal-int +pkg syscall (linux-amd64), const ARPHRD_HDLC ideal-int +pkg syscall (linux-amd64), const ARPHRD_HIPPI ideal-int +pkg syscall (linux-amd64), const ARPHRD_HWX25 ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE1394 ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE802 ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE80211 ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE80211_PRISM ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE80211_RADIOTAP ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE802154 ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE802154_PHY ideal-int +pkg syscall (linux-amd64), const ARPHRD_IEEE802_TR ideal-int +pkg syscall (linux-amd64), const ARPHRD_INFINIBAND ideal-int +pkg syscall (linux-amd64), const ARPHRD_IPDDP ideal-int +pkg syscall (linux-amd64), const ARPHRD_IPGRE ideal-int +pkg syscall (linux-amd64), const ARPHRD_IRDA ideal-int +pkg syscall (linux-amd64), const ARPHRD_LAPB ideal-int +pkg syscall (linux-amd64), const ARPHRD_LOCALTLK ideal-int +pkg syscall (linux-amd64), const ARPHRD_LOOPBACK ideal-int +pkg syscall (linux-amd64), const ARPHRD_METRICOM ideal-int +pkg syscall (linux-amd64), const ARPHRD_NETROM ideal-int +pkg syscall (linux-amd64), const ARPHRD_NONE ideal-int +pkg syscall (linux-amd64), const ARPHRD_PIMREG ideal-int +pkg syscall (linux-amd64), const ARPHRD_PPP ideal-int +pkg syscall (linux-amd64), const ARPHRD_PRONET ideal-int +pkg syscall (linux-amd64), const ARPHRD_RAWHDLC ideal-int +pkg syscall (linux-amd64), const ARPHRD_ROSE ideal-int +pkg syscall (linux-amd64), const ARPHRD_RSRVD ideal-int +pkg syscall (linux-amd64), const ARPHRD_SIT ideal-int +pkg syscall (linux-amd64), const ARPHRD_SKIP ideal-int +pkg syscall (linux-amd64), const ARPHRD_SLIP ideal-int +pkg syscall (linux-amd64), const ARPHRD_SLIP6 ideal-int +pkg syscall (linux-amd64), const ARPHRD_TUNNEL ideal-int +pkg syscall (linux-amd64), const ARPHRD_TUNNEL6 ideal-int +pkg syscall (linux-amd64), const ARPHRD_VOID ideal-int +pkg syscall (linux-amd64), const ARPHRD_X25 ideal-int +pkg syscall (linux-amd64), const B0 ideal-int +pkg syscall (linux-amd64), const B1000000 ideal-int +pkg syscall (linux-amd64), const B110 ideal-int +pkg syscall (linux-amd64), const B115200 ideal-int +pkg syscall (linux-amd64), const B1152000 ideal-int +pkg syscall (linux-amd64), const B1200 ideal-int +pkg syscall (linux-amd64), const B134 ideal-int +pkg syscall (linux-amd64), const B150 ideal-int +pkg syscall (linux-amd64), const B1500000 ideal-int +pkg syscall (linux-amd64), const B1800 ideal-int +pkg syscall (linux-amd64), const B19200 ideal-int +pkg syscall (linux-amd64), const B200 ideal-int +pkg syscall (linux-amd64), const B2000000 ideal-int +pkg syscall (linux-amd64), const B230400 ideal-int +pkg syscall (linux-amd64), const B2400 ideal-int +pkg syscall (linux-amd64), const B2500000 ideal-int +pkg syscall (linux-amd64), const B300 ideal-int +pkg syscall (linux-amd64), const B3000000 ideal-int +pkg syscall (linux-amd64), const B3500000 ideal-int +pkg syscall (linux-amd64), const B38400 ideal-int +pkg syscall (linux-amd64), const B4000000 ideal-int +pkg syscall (linux-amd64), const B460800 ideal-int +pkg syscall (linux-amd64), const B4800 ideal-int +pkg syscall (linux-amd64), const B50 ideal-int +pkg syscall (linux-amd64), const B500000 ideal-int +pkg syscall (linux-amd64), const B57600 ideal-int +pkg syscall (linux-amd64), const B576000 ideal-int +pkg syscall (linux-amd64), const B600 ideal-int +pkg syscall (linux-amd64), const B75 ideal-int +pkg syscall (linux-amd64), const B921600 ideal-int +pkg syscall (linux-amd64), const B9600 ideal-int +pkg syscall (linux-amd64), const BPF_A ideal-int +pkg syscall (linux-amd64), const BPF_ABS ideal-int +pkg syscall (linux-amd64), const BPF_ADD ideal-int +pkg syscall (linux-amd64), const BPF_ALU ideal-int +pkg syscall (linux-amd64), const BPF_AND ideal-int +pkg syscall (linux-amd64), const BPF_B ideal-int +pkg syscall (linux-amd64), const BPF_DIV ideal-int +pkg syscall (linux-amd64), const BPF_H ideal-int +pkg syscall (linux-amd64), const BPF_IMM ideal-int +pkg syscall (linux-amd64), const BPF_IND ideal-int +pkg syscall (linux-amd64), const BPF_JA ideal-int +pkg syscall (linux-amd64), const BPF_JEQ ideal-int +pkg syscall (linux-amd64), const BPF_JGE ideal-int +pkg syscall (linux-amd64), const BPF_JGT ideal-int +pkg syscall (linux-amd64), const BPF_JMP ideal-int +pkg syscall (linux-amd64), const BPF_JSET ideal-int +pkg syscall (linux-amd64), const BPF_K ideal-int +pkg syscall (linux-amd64), const BPF_LD ideal-int +pkg syscall (linux-amd64), const BPF_LDX ideal-int +pkg syscall (linux-amd64), const BPF_LEN ideal-int +pkg syscall (linux-amd64), const BPF_LSH ideal-int +pkg syscall (linux-amd64), const BPF_MAJOR_VERSION ideal-int +pkg syscall (linux-amd64), const BPF_MAXINSNS ideal-int +pkg syscall (linux-amd64), const BPF_MEM ideal-int +pkg syscall (linux-amd64), const BPF_MEMWORDS ideal-int +pkg syscall (linux-amd64), const BPF_MINOR_VERSION ideal-int +pkg syscall (linux-amd64), const BPF_MISC ideal-int +pkg syscall (linux-amd64), const BPF_MSH ideal-int +pkg syscall (linux-amd64), const BPF_MUL ideal-int +pkg syscall (linux-amd64), const BPF_NEG ideal-int +pkg syscall (linux-amd64), const BPF_OR ideal-int +pkg syscall (linux-amd64), const BPF_RET ideal-int +pkg syscall (linux-amd64), const BPF_RSH ideal-int +pkg syscall (linux-amd64), const BPF_ST ideal-int +pkg syscall (linux-amd64), const BPF_STX ideal-int +pkg syscall (linux-amd64), const BPF_SUB ideal-int +pkg syscall (linux-amd64), const BPF_TAX ideal-int +pkg syscall (linux-amd64), const BPF_TXA ideal-int +pkg syscall (linux-amd64), const BPF_W ideal-int +pkg syscall (linux-amd64), const BPF_X ideal-int +pkg syscall (linux-amd64), const BRKINT ideal-int +pkg syscall (linux-amd64), const CLOCAL ideal-int +pkg syscall (linux-amd64), const CREAD ideal-int +pkg syscall (linux-amd64), const CS5 ideal-int +pkg syscall (linux-amd64), const CS6 ideal-int +pkg syscall (linux-amd64), const CS7 ideal-int +pkg syscall (linux-amd64), const CS8 ideal-int +pkg syscall (linux-amd64), const CSIZE ideal-int +pkg syscall (linux-amd64), const CSTOPB ideal-int +pkg syscall (linux-amd64), const DT_BLK ideal-int +pkg syscall (linux-amd64), const DT_CHR ideal-int +pkg syscall (linux-amd64), const DT_DIR ideal-int +pkg syscall (linux-amd64), const DT_FIFO ideal-int +pkg syscall (linux-amd64), const DT_LNK ideal-int +pkg syscall (linux-amd64), const DT_REG ideal-int +pkg syscall (linux-amd64), const DT_SOCK ideal-int +pkg syscall (linux-amd64), const DT_UNKNOWN ideal-int +pkg syscall (linux-amd64), const DT_WHT ideal-int +pkg syscall (linux-amd64), const EADV Errno +pkg syscall (linux-amd64), const EBADE Errno +pkg syscall (linux-amd64), const EBADFD Errno +pkg syscall (linux-amd64), const EBADMSG Errno +pkg syscall (linux-amd64), const EBADR Errno +pkg syscall (linux-amd64), const EBADRQC Errno +pkg syscall (linux-amd64), const EBADSLT Errno +pkg syscall (linux-amd64), const EBFONT Errno +pkg syscall (linux-amd64), const ECHO ideal-int +pkg syscall (linux-amd64), const ECHOCTL ideal-int +pkg syscall (linux-amd64), const ECHOE ideal-int +pkg syscall (linux-amd64), const ECHOK ideal-int +pkg syscall (linux-amd64), const ECHOKE ideal-int +pkg syscall (linux-amd64), const ECHONL ideal-int +pkg syscall (linux-amd64), const ECHOPRT ideal-int +pkg syscall (linux-amd64), const ECHRNG Errno +pkg syscall (linux-amd64), const ECOMM Errno +pkg syscall (linux-amd64), const EDEADLOCK Errno +pkg syscall (linux-amd64), const EDOTDOT Errno +pkg syscall (linux-amd64), const EISNAM Errno +pkg syscall (linux-amd64), const EKEYEXPIRED Errno +pkg syscall (linux-amd64), const EKEYREJECTED Errno +pkg syscall (linux-amd64), const EKEYREVOKED Errno +pkg syscall (linux-amd64), const EL2HLT Errno +pkg syscall (linux-amd64), const EL2NSYNC Errno +pkg syscall (linux-amd64), const EL3HLT Errno +pkg syscall (linux-amd64), const EL3RST Errno +pkg syscall (linux-amd64), const ELIBACC Errno +pkg syscall (linux-amd64), const ELIBBAD Errno +pkg syscall (linux-amd64), const ELIBEXEC Errno +pkg syscall (linux-amd64), const ELIBMAX Errno +pkg syscall (linux-amd64), const ELIBSCN Errno +pkg syscall (linux-amd64), const ELNRNG Errno +pkg syscall (linux-amd64), const EMEDIUMTYPE Errno +pkg syscall (linux-amd64), const EMULTIHOP Errno +pkg syscall (linux-amd64), const ENAVAIL Errno +pkg syscall (linux-amd64), const ENOANO Errno +pkg syscall (linux-amd64), const ENOCSI Errno +pkg syscall (linux-amd64), const ENODATA Errno +pkg syscall (linux-amd64), const ENOKEY Errno +pkg syscall (linux-amd64), const ENOLINK Errno +pkg syscall (linux-amd64), const ENOMEDIUM Errno +pkg syscall (linux-amd64), const ENONET Errno +pkg syscall (linux-amd64), const ENOPKG Errno +pkg syscall (linux-amd64), const ENOSR Errno +pkg syscall (linux-amd64), const ENOSTR Errno +pkg syscall (linux-amd64), const ENOTNAM Errno +pkg syscall (linux-amd64), const ENOTRECOVERABLE Errno +pkg syscall (linux-amd64), const ENOTUNIQ Errno +pkg syscall (linux-amd64), const EOWNERDEAD Errno +pkg syscall (linux-amd64), const EPOLLERR ideal-int +pkg syscall (linux-amd64), const EPOLLET ideal-int +pkg syscall (linux-amd64), const EPOLLHUP ideal-int +pkg syscall (linux-amd64), const EPOLLIN ideal-int +pkg syscall (linux-amd64), const EPOLLMSG ideal-int +pkg syscall (linux-amd64), const EPOLLONESHOT ideal-int +pkg syscall (linux-amd64), const EPOLLOUT ideal-int +pkg syscall (linux-amd64), const EPOLLPRI ideal-int +pkg syscall (linux-amd64), const EPOLLRDBAND ideal-int +pkg syscall (linux-amd64), const EPOLLRDHUP ideal-int +pkg syscall (linux-amd64), const EPOLLRDNORM ideal-int +pkg syscall (linux-amd64), const EPOLLWRBAND ideal-int +pkg syscall (linux-amd64), const EPOLLWRNORM ideal-int +pkg syscall (linux-amd64), const EPOLL_CLOEXEC ideal-int +pkg syscall (linux-amd64), const EPOLL_CTL_ADD ideal-int +pkg syscall (linux-amd64), const EPOLL_CTL_DEL ideal-int +pkg syscall (linux-amd64), const EPOLL_CTL_MOD ideal-int +pkg syscall (linux-amd64), const EPOLL_NONBLOCK ideal-int +pkg syscall (linux-amd64), const EPROTO Errno +pkg syscall (linux-amd64), const EREMCHG Errno +pkg syscall (linux-amd64), const EREMOTEIO Errno +pkg syscall (linux-amd64), const ERESTART Errno +pkg syscall (linux-amd64), const ERFKILL Errno +pkg syscall (linux-amd64), const ESRMNT Errno +pkg syscall (linux-amd64), const ESTRPIPE Errno +pkg syscall (linux-amd64), const ETH_P_1588 ideal-int +pkg syscall (linux-amd64), const ETH_P_8021Q ideal-int +pkg syscall (linux-amd64), const ETH_P_802_2 ideal-int +pkg syscall (linux-amd64), const ETH_P_802_3 ideal-int +pkg syscall (linux-amd64), const ETH_P_AARP ideal-int +pkg syscall (linux-amd64), const ETH_P_ALL ideal-int +pkg syscall (linux-amd64), const ETH_P_AOE ideal-int +pkg syscall (linux-amd64), const ETH_P_ARCNET ideal-int +pkg syscall (linux-amd64), const ETH_P_ARP ideal-int +pkg syscall (linux-amd64), const ETH_P_ATALK ideal-int +pkg syscall (linux-amd64), const ETH_P_ATMFATE ideal-int +pkg syscall (linux-amd64), const ETH_P_ATMMPOA ideal-int +pkg syscall (linux-amd64), const ETH_P_AX25 ideal-int +pkg syscall (linux-amd64), const ETH_P_BPQ ideal-int +pkg syscall (linux-amd64), const ETH_P_CAIF ideal-int +pkg syscall (linux-amd64), const ETH_P_CAN ideal-int +pkg syscall (linux-amd64), const ETH_P_CONTROL ideal-int +pkg syscall (linux-amd64), const ETH_P_CUST ideal-int +pkg syscall (linux-amd64), const ETH_P_DDCMP ideal-int +pkg syscall (linux-amd64), const ETH_P_DEC ideal-int +pkg syscall (linux-amd64), const ETH_P_DIAG ideal-int +pkg syscall (linux-amd64), const ETH_P_DNA_DL ideal-int +pkg syscall (linux-amd64), const ETH_P_DNA_RC ideal-int +pkg syscall (linux-amd64), const ETH_P_DNA_RT ideal-int +pkg syscall (linux-amd64), const ETH_P_DSA ideal-int +pkg syscall (linux-amd64), const ETH_P_ECONET ideal-int +pkg syscall (linux-amd64), const ETH_P_EDSA ideal-int +pkg syscall (linux-amd64), const ETH_P_FCOE ideal-int +pkg syscall (linux-amd64), const ETH_P_FIP ideal-int +pkg syscall (linux-amd64), const ETH_P_HDLC ideal-int +pkg syscall (linux-amd64), const ETH_P_IEEE802154 ideal-int +pkg syscall (linux-amd64), const ETH_P_IEEEPUP ideal-int +pkg syscall (linux-amd64), const ETH_P_IEEEPUPAT ideal-int +pkg syscall (linux-amd64), const ETH_P_IP ideal-int +pkg syscall (linux-amd64), const ETH_P_IPV6 ideal-int +pkg syscall (linux-amd64), const ETH_P_IPX ideal-int +pkg syscall (linux-amd64), const ETH_P_IRDA ideal-int +pkg syscall (linux-amd64), const ETH_P_LAT ideal-int +pkg syscall (linux-amd64), const ETH_P_LINK_CTL ideal-int +pkg syscall (linux-amd64), const ETH_P_LOCALTALK ideal-int +pkg syscall (linux-amd64), const ETH_P_LOOP ideal-int +pkg syscall (linux-amd64), const ETH_P_MOBITEX ideal-int +pkg syscall (linux-amd64), const ETH_P_MPLS_MC ideal-int +pkg syscall (linux-amd64), const ETH_P_MPLS_UC ideal-int +pkg syscall (linux-amd64), const ETH_P_PAE ideal-int +pkg syscall (linux-amd64), const ETH_P_PAUSE ideal-int +pkg syscall (linux-amd64), const ETH_P_PHONET ideal-int +pkg syscall (linux-amd64), const ETH_P_PPPTALK ideal-int +pkg syscall (linux-amd64), const ETH_P_PPP_DISC ideal-int +pkg syscall (linux-amd64), const ETH_P_PPP_MP ideal-int +pkg syscall (linux-amd64), const ETH_P_PPP_SES ideal-int +pkg syscall (linux-amd64), const ETH_P_PUP ideal-int +pkg syscall (linux-amd64), const ETH_P_PUPAT ideal-int +pkg syscall (linux-amd64), const ETH_P_RARP ideal-int +pkg syscall (linux-amd64), const ETH_P_SCA ideal-int +pkg syscall (linux-amd64), const ETH_P_SLOW ideal-int +pkg syscall (linux-amd64), const ETH_P_SNAP ideal-int +pkg syscall (linux-amd64), const ETH_P_TEB ideal-int +pkg syscall (linux-amd64), const ETH_P_TIPC ideal-int +pkg syscall (linux-amd64), const ETH_P_TRAILER ideal-int +pkg syscall (linux-amd64), const ETH_P_TR_802_2 ideal-int +pkg syscall (linux-amd64), const ETH_P_WAN_PPP ideal-int +pkg syscall (linux-amd64), const ETH_P_WCCP ideal-int +pkg syscall (linux-amd64), const ETH_P_X25 ideal-int +pkg syscall (linux-amd64), const ETIME Errno +pkg syscall (linux-amd64), const EUCLEAN Errno +pkg syscall (linux-amd64), const EUNATCH Errno +pkg syscall (linux-amd64), const EXFULL Errno +pkg syscall (linux-amd64), const FD_CLOEXEC ideal-int +pkg syscall (linux-amd64), const FD_SETSIZE ideal-int +pkg syscall (linux-amd64), const FLUSHO ideal-int +pkg syscall (linux-amd64), const F_DUPFD ideal-int +pkg syscall (linux-amd64), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (linux-amd64), const F_EXLCK ideal-int +pkg syscall (linux-amd64), const F_GETFD ideal-int +pkg syscall (linux-amd64), const F_GETFL ideal-int +pkg syscall (linux-amd64), const F_GETLEASE ideal-int +pkg syscall (linux-amd64), const F_GETLK ideal-int +pkg syscall (linux-amd64), const F_GETLK64 ideal-int +pkg syscall (linux-amd64), const F_GETOWN ideal-int +pkg syscall (linux-amd64), const F_GETOWN_EX ideal-int +pkg syscall (linux-amd64), const F_GETPIPE_SZ ideal-int +pkg syscall (linux-amd64), const F_GETSIG ideal-int +pkg syscall (linux-amd64), const F_LOCK ideal-int +pkg syscall (linux-amd64), const F_NOTIFY ideal-int +pkg syscall (linux-amd64), const F_OK ideal-int +pkg syscall (linux-amd64), const F_RDLCK ideal-int +pkg syscall (linux-amd64), const F_SETFD ideal-int +pkg syscall (linux-amd64), const F_SETFL ideal-int +pkg syscall (linux-amd64), const F_SETLEASE ideal-int +pkg syscall (linux-amd64), const F_SETLK ideal-int +pkg syscall (linux-amd64), const F_SETLK64 ideal-int +pkg syscall (linux-amd64), const F_SETLKW ideal-int +pkg syscall (linux-amd64), const F_SETLKW64 ideal-int +pkg syscall (linux-amd64), const F_SETOWN ideal-int +pkg syscall (linux-amd64), const F_SETOWN_EX ideal-int +pkg syscall (linux-amd64), const F_SETPIPE_SZ ideal-int +pkg syscall (linux-amd64), const F_SETSIG ideal-int +pkg syscall (linux-amd64), const F_SHLCK ideal-int +pkg syscall (linux-amd64), const F_TEST ideal-int +pkg syscall (linux-amd64), const F_TLOCK ideal-int +pkg syscall (linux-amd64), const F_ULOCK ideal-int +pkg syscall (linux-amd64), const F_UNLCK ideal-int +pkg syscall (linux-amd64), const F_WRLCK ideal-int +pkg syscall (linux-amd64), const HUPCL ideal-int +pkg syscall (linux-amd64), const ICANON ideal-int +pkg syscall (linux-amd64), const ICRNL ideal-int +pkg syscall (linux-amd64), const IEXTEN ideal-int +pkg syscall (linux-amd64), const IFA_ADDRESS ideal-int +pkg syscall (linux-amd64), const IFA_ANYCAST ideal-int +pkg syscall (linux-amd64), const IFA_BROADCAST ideal-int +pkg syscall (linux-amd64), const IFA_CACHEINFO ideal-int +pkg syscall (linux-amd64), const IFA_F_DADFAILED ideal-int +pkg syscall (linux-amd64), const IFA_F_DEPRECATED ideal-int +pkg syscall (linux-amd64), const IFA_F_HOMEADDRESS ideal-int +pkg syscall (linux-amd64), const IFA_F_NODAD ideal-int +pkg syscall (linux-amd64), const IFA_F_OPTIMISTIC ideal-int +pkg syscall (linux-amd64), const IFA_F_PERMANENT ideal-int +pkg syscall (linux-amd64), const IFA_F_SECONDARY ideal-int +pkg syscall (linux-amd64), const IFA_F_TEMPORARY ideal-int +pkg syscall (linux-amd64), const IFA_F_TENTATIVE ideal-int +pkg syscall (linux-amd64), const IFA_LABEL ideal-int +pkg syscall (linux-amd64), const IFA_LOCAL ideal-int +pkg syscall (linux-amd64), const IFA_MAX ideal-int +pkg syscall (linux-amd64), const IFA_MULTICAST ideal-int +pkg syscall (linux-amd64), const IFA_UNSPEC ideal-int +pkg syscall (linux-amd64), const IFF_ALLMULTI ideal-int +pkg syscall (linux-amd64), const IFF_AUTOMEDIA ideal-int +pkg syscall (linux-amd64), const IFF_DEBUG ideal-int +pkg syscall (linux-amd64), const IFF_DYNAMIC ideal-int +pkg syscall (linux-amd64), const IFF_MASTER ideal-int +pkg syscall (linux-amd64), const IFF_NOARP ideal-int +pkg syscall (linux-amd64), const IFF_NOTRAILERS ideal-int +pkg syscall (linux-amd64), const IFF_NO_PI ideal-int +pkg syscall (linux-amd64), const IFF_ONE_QUEUE ideal-int +pkg syscall (linux-amd64), const IFF_POINTOPOINT ideal-int +pkg syscall (linux-amd64), const IFF_PORTSEL ideal-int +pkg syscall (linux-amd64), const IFF_PROMISC ideal-int +pkg syscall (linux-amd64), const IFF_RUNNING ideal-int +pkg syscall (linux-amd64), const IFF_SLAVE ideal-int +pkg syscall (linux-amd64), const IFF_TAP ideal-int +pkg syscall (linux-amd64), const IFF_TUN ideal-int +pkg syscall (linux-amd64), const IFF_TUN_EXCL ideal-int +pkg syscall (linux-amd64), const IFF_VNET_HDR ideal-int +pkg syscall (linux-amd64), const IFLA_ADDRESS ideal-int +pkg syscall (linux-amd64), const IFLA_BROADCAST ideal-int +pkg syscall (linux-amd64), const IFLA_COST ideal-int +pkg syscall (linux-amd64), const IFLA_IFALIAS ideal-int +pkg syscall (linux-amd64), const IFLA_IFNAME ideal-int +pkg syscall (linux-amd64), const IFLA_LINK ideal-int +pkg syscall (linux-amd64), const IFLA_LINKINFO ideal-int +pkg syscall (linux-amd64), const IFLA_LINKMODE ideal-int +pkg syscall (linux-amd64), const IFLA_MAP ideal-int +pkg syscall (linux-amd64), const IFLA_MASTER ideal-int +pkg syscall (linux-amd64), const IFLA_MAX ideal-int +pkg syscall (linux-amd64), const IFLA_MTU ideal-int +pkg syscall (linux-amd64), const IFLA_NET_NS_PID ideal-int +pkg syscall (linux-amd64), const IFLA_OPERSTATE ideal-int +pkg syscall (linux-amd64), const IFLA_PRIORITY ideal-int +pkg syscall (linux-amd64), const IFLA_PROTINFO ideal-int +pkg syscall (linux-amd64), const IFLA_QDISC ideal-int +pkg syscall (linux-amd64), const IFLA_STATS ideal-int +pkg syscall (linux-amd64), const IFLA_TXQLEN ideal-int +pkg syscall (linux-amd64), const IFLA_UNSPEC ideal-int +pkg syscall (linux-amd64), const IFLA_WEIGHT ideal-int +pkg syscall (linux-amd64), const IFLA_WIRELESS ideal-int +pkg syscall (linux-amd64), const IFNAMSIZ ideal-int +pkg syscall (linux-amd64), const IGNBRK ideal-int +pkg syscall (linux-amd64), const IGNCR ideal-int +pkg syscall (linux-amd64), const IGNPAR ideal-int +pkg syscall (linux-amd64), const IMAXBEL ideal-int +pkg syscall (linux-amd64), const INLCR ideal-int +pkg syscall (linux-amd64), const INPCK ideal-int +pkg syscall (linux-amd64), const IN_ACCESS ideal-int +pkg syscall (linux-amd64), const IN_ALL_EVENTS ideal-int +pkg syscall (linux-amd64), const IN_ATTRIB ideal-int +pkg syscall (linux-amd64), const IN_CLASSA_HOST ideal-int +pkg syscall (linux-amd64), const IN_CLASSA_MAX ideal-int +pkg syscall (linux-amd64), const IN_CLASSA_NET ideal-int +pkg syscall (linux-amd64), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (linux-amd64), const IN_CLASSB_HOST ideal-int +pkg syscall (linux-amd64), const IN_CLASSB_MAX ideal-int +pkg syscall (linux-amd64), const IN_CLASSB_NET ideal-int +pkg syscall (linux-amd64), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (linux-amd64), const IN_CLASSC_HOST ideal-int +pkg syscall (linux-amd64), const IN_CLASSC_NET ideal-int +pkg syscall (linux-amd64), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (linux-amd64), const IN_CLOEXEC ideal-int +pkg syscall (linux-amd64), const IN_CLOSE ideal-int +pkg syscall (linux-amd64), const IN_CLOSE_NOWRITE ideal-int +pkg syscall (linux-amd64), const IN_CLOSE_WRITE ideal-int +pkg syscall (linux-amd64), const IN_CREATE ideal-int +pkg syscall (linux-amd64), const IN_DELETE ideal-int +pkg syscall (linux-amd64), const IN_DELETE_SELF ideal-int +pkg syscall (linux-amd64), const IN_DONT_FOLLOW ideal-int +pkg syscall (linux-amd64), const IN_EXCL_UNLINK ideal-int +pkg syscall (linux-amd64), const IN_IGNORED ideal-int +pkg syscall (linux-amd64), const IN_ISDIR ideal-int +pkg syscall (linux-amd64), const IN_LOOPBACKNET ideal-int +pkg syscall (linux-amd64), const IN_MASK_ADD ideal-int +pkg syscall (linux-amd64), const IN_MODIFY ideal-int +pkg syscall (linux-amd64), const IN_MOVE ideal-int +pkg syscall (linux-amd64), const IN_MOVED_FROM ideal-int +pkg syscall (linux-amd64), const IN_MOVED_TO ideal-int +pkg syscall (linux-amd64), const IN_MOVE_SELF ideal-int +pkg syscall (linux-amd64), const IN_NONBLOCK ideal-int +pkg syscall (linux-amd64), const IN_ONESHOT ideal-int +pkg syscall (linux-amd64), const IN_ONLYDIR ideal-int +pkg syscall (linux-amd64), const IN_OPEN ideal-int +pkg syscall (linux-amd64), const IN_Q_OVERFLOW ideal-int +pkg syscall (linux-amd64), const IN_UNMOUNT ideal-int +pkg syscall (linux-amd64), const IPPROTO_AH ideal-int +pkg syscall (linux-amd64), const IPPROTO_COMP ideal-int +pkg syscall (linux-amd64), const IPPROTO_DCCP ideal-int +pkg syscall (linux-amd64), const IPPROTO_DSTOPTS ideal-int +pkg syscall (linux-amd64), const IPPROTO_EGP ideal-int +pkg syscall (linux-amd64), const IPPROTO_ENCAP ideal-int +pkg syscall (linux-amd64), const IPPROTO_ESP ideal-int +pkg syscall (linux-amd64), const IPPROTO_FRAGMENT ideal-int +pkg syscall (linux-amd64), const IPPROTO_GRE ideal-int +pkg syscall (linux-amd64), const IPPROTO_HOPOPTS ideal-int +pkg syscall (linux-amd64), const IPPROTO_ICMP ideal-int +pkg syscall (linux-amd64), const IPPROTO_ICMPV6 ideal-int +pkg syscall (linux-amd64), const IPPROTO_IDP ideal-int +pkg syscall (linux-amd64), const IPPROTO_IGMP ideal-int +pkg syscall (linux-amd64), const IPPROTO_IPIP ideal-int +pkg syscall (linux-amd64), const IPPROTO_MTP ideal-int +pkg syscall (linux-amd64), const IPPROTO_NONE ideal-int +pkg syscall (linux-amd64), const IPPROTO_PIM ideal-int +pkg syscall (linux-amd64), const IPPROTO_PUP ideal-int +pkg syscall (linux-amd64), const IPPROTO_RAW ideal-int +pkg syscall (linux-amd64), const IPPROTO_ROUTING ideal-int +pkg syscall (linux-amd64), const IPPROTO_RSVP ideal-int +pkg syscall (linux-amd64), const IPPROTO_SCTP ideal-int +pkg syscall (linux-amd64), const IPPROTO_TP ideal-int +pkg syscall (linux-amd64), const IPPROTO_UDPLITE ideal-int +pkg syscall (linux-amd64), const IPV6_2292DSTOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (linux-amd64), const IPV6_2292HOPOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_2292PKTINFO ideal-int +pkg syscall (linux-amd64), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (linux-amd64), const IPV6_2292RTHDR ideal-int +pkg syscall (linux-amd64), const IPV6_ADDRFORM ideal-int +pkg syscall (linux-amd64), const IPV6_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const IPV6_AUTHHDR ideal-int +pkg syscall (linux-amd64), const IPV6_CHECKSUM ideal-int +pkg syscall (linux-amd64), const IPV6_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const IPV6_DSTOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_HOPLIMIT ideal-int +pkg syscall (linux-amd64), const IPV6_HOPOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (linux-amd64), const IPV6_JOIN_ANYCAST ideal-int +pkg syscall (linux-amd64), const IPV6_LEAVE_ANYCAST ideal-int +pkg syscall (linux-amd64), const IPV6_MTU ideal-int +pkg syscall (linux-amd64), const IPV6_MTU_DISCOVER ideal-int +pkg syscall (linux-amd64), const IPV6_NEXTHOP ideal-int +pkg syscall (linux-amd64), const IPV6_PKTINFO ideal-int +pkg syscall (linux-amd64), const IPV6_PMTUDISC_DO ideal-int +pkg syscall (linux-amd64), const IPV6_PMTUDISC_DONT ideal-int +pkg syscall (linux-amd64), const IPV6_PMTUDISC_PROBE ideal-int +pkg syscall (linux-amd64), const IPV6_PMTUDISC_WANT ideal-int +pkg syscall (linux-amd64), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_RECVERR ideal-int +pkg syscall (linux-amd64), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (linux-amd64), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_RECVPKTINFO ideal-int +pkg syscall (linux-amd64), const IPV6_RECVRTHDR ideal-int +pkg syscall (linux-amd64), const IPV6_RECVTCLASS ideal-int +pkg syscall (linux-amd64), const IPV6_ROUTER_ALERT ideal-int +pkg syscall (linux-amd64), const IPV6_RTHDR ideal-int +pkg syscall (linux-amd64), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (linux-amd64), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (linux-amd64), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (linux-amd64), const IPV6_RXDSTOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_RXHOPOPTS ideal-int +pkg syscall (linux-amd64), const IPV6_TCLASS ideal-int +pkg syscall (linux-amd64), const IPV6_XFRM_POLICY ideal-int +pkg syscall (linux-amd64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const IP_BLOCK_SOURCE ideal-int +pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (linux-amd64), const IP_DF ideal-int +pkg syscall (linux-amd64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const IP_FREEBIND ideal-int +pkg syscall (linux-amd64), const IP_HDRINCL ideal-int +pkg syscall (linux-amd64), const IP_IPSEC_POLICY ideal-int +pkg syscall (linux-amd64), const IP_MAXPACKET ideal-int +pkg syscall (linux-amd64), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (linux-amd64), const IP_MF ideal-int +pkg syscall (linux-amd64), const IP_MINTTL ideal-int +pkg syscall (linux-amd64), const IP_MSFILTER ideal-int +pkg syscall (linux-amd64), const IP_MSS ideal-int +pkg syscall (linux-amd64), const IP_MTU ideal-int +pkg syscall (linux-amd64), const IP_MTU_DISCOVER ideal-int +pkg syscall (linux-amd64), const IP_OFFMASK ideal-int +pkg syscall (linux-amd64), const IP_OPTIONS ideal-int +pkg syscall (linux-amd64), const IP_ORIGDSTADDR ideal-int +pkg syscall (linux-amd64), const IP_PASSSEC ideal-int +pkg syscall (linux-amd64), const IP_PKTINFO ideal-int +pkg syscall (linux-amd64), const IP_PKTOPTIONS ideal-int +pkg syscall (linux-amd64), const IP_PMTUDISC ideal-int +pkg syscall (linux-amd64), const IP_PMTUDISC_DO ideal-int +pkg syscall (linux-amd64), const IP_PMTUDISC_DONT ideal-int +pkg syscall (linux-amd64), const IP_PMTUDISC_PROBE ideal-int +pkg syscall (linux-amd64), const IP_PMTUDISC_WANT ideal-int +pkg syscall (linux-amd64), const IP_RECVERR ideal-int +pkg syscall (linux-amd64), const IP_RECVOPTS ideal-int +pkg syscall (linux-amd64), const IP_RECVORIGDSTADDR ideal-int +pkg syscall (linux-amd64), const IP_RECVRETOPTS ideal-int +pkg syscall (linux-amd64), const IP_RECVTOS ideal-int +pkg syscall (linux-amd64), const IP_RECVTTL ideal-int +pkg syscall (linux-amd64), const IP_RETOPTS ideal-int +pkg syscall (linux-amd64), const IP_RF ideal-int +pkg syscall (linux-amd64), const IP_ROUTER_ALERT ideal-int +pkg syscall (linux-amd64), const IP_TRANSPARENT ideal-int +pkg syscall (linux-amd64), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (linux-amd64), const IP_XFRM_POLICY ideal-int +pkg syscall (linux-amd64), const ISIG ideal-int +pkg syscall (linux-amd64), const ISTRIP ideal-int +pkg syscall (linux-amd64), const IUCLC ideal-int +pkg syscall (linux-amd64), const IUTF8 ideal-int +pkg syscall (linux-amd64), const IXANY ideal-int +pkg syscall (linux-amd64), const IXOFF ideal-int +pkg syscall (linux-amd64), const IXON ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_OFF ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_ON ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_HALT ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_KEXEC ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_POWER_OFF ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART2 ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC1 ideal-int +pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC2 ideal-int +pkg syscall (linux-amd64), const LOCK_EX ideal-int +pkg syscall (linux-amd64), const LOCK_NB ideal-int +pkg syscall (linux-amd64), const LOCK_SH ideal-int +pkg syscall (linux-amd64), const LOCK_UN ideal-int +pkg syscall (linux-amd64), const MADV_DOFORK ideal-int +pkg syscall (linux-amd64), const MADV_DONTFORK ideal-int +pkg syscall (linux-amd64), const MADV_DONTNEED ideal-int +pkg syscall (linux-amd64), const MADV_HUGEPAGE ideal-int +pkg syscall (linux-amd64), const MADV_HWPOISON ideal-int +pkg syscall (linux-amd64), const MADV_MERGEABLE ideal-int +pkg syscall (linux-amd64), const MADV_NOHUGEPAGE ideal-int +pkg syscall (linux-amd64), const MADV_NORMAL ideal-int +pkg syscall (linux-amd64), const MADV_RANDOM ideal-int +pkg syscall (linux-amd64), const MADV_REMOVE ideal-int +pkg syscall (linux-amd64), const MADV_SEQUENTIAL ideal-int +pkg syscall (linux-amd64), const MADV_UNMERGEABLE ideal-int +pkg syscall (linux-amd64), const MADV_WILLNEED ideal-int +pkg syscall (linux-amd64), const MAP_32BIT ideal-int +pkg syscall (linux-amd64), const MAP_ANON ideal-int +pkg syscall (linux-amd64), const MAP_ANONYMOUS ideal-int +pkg syscall (linux-amd64), const MAP_DENYWRITE ideal-int +pkg syscall (linux-amd64), const MAP_EXECUTABLE ideal-int +pkg syscall (linux-amd64), const MAP_FILE ideal-int +pkg syscall (linux-amd64), const MAP_FIXED ideal-int +pkg syscall (linux-amd64), const MAP_GROWSDOWN ideal-int +pkg syscall (linux-amd64), const MAP_HUGETLB ideal-int +pkg syscall (linux-amd64), const MAP_LOCKED ideal-int +pkg syscall (linux-amd64), const MAP_NONBLOCK ideal-int +pkg syscall (linux-amd64), const MAP_NORESERVE ideal-int +pkg syscall (linux-amd64), const MAP_POPULATE ideal-int +pkg syscall (linux-amd64), const MAP_PRIVATE ideal-int +pkg syscall (linux-amd64), const MAP_SHARED ideal-int +pkg syscall (linux-amd64), const MAP_STACK ideal-int +pkg syscall (linux-amd64), const MAP_TYPE ideal-int +pkg syscall (linux-amd64), const MCL_CURRENT ideal-int +pkg syscall (linux-amd64), const MCL_FUTURE ideal-int +pkg syscall (linux-amd64), const MNT_DETACH ideal-int +pkg syscall (linux-amd64), const MNT_EXPIRE ideal-int +pkg syscall (linux-amd64), const MNT_FORCE ideal-int +pkg syscall (linux-amd64), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (linux-amd64), const MSG_CONFIRM ideal-int +pkg syscall (linux-amd64), const MSG_CTRUNC ideal-int +pkg syscall (linux-amd64), const MSG_DONTROUTE ideal-int +pkg syscall (linux-amd64), const MSG_DONTWAIT ideal-int +pkg syscall (linux-amd64), const MSG_EOR ideal-int +pkg syscall (linux-amd64), const MSG_ERRQUEUE ideal-int +pkg syscall (linux-amd64), const MSG_FIN ideal-int +pkg syscall (linux-amd64), const MSG_MORE ideal-int +pkg syscall (linux-amd64), const MSG_NOSIGNAL ideal-int +pkg syscall (linux-amd64), const MSG_OOB ideal-int +pkg syscall (linux-amd64), const MSG_PEEK ideal-int +pkg syscall (linux-amd64), const MSG_PROXY ideal-int +pkg syscall (linux-amd64), const MSG_RST ideal-int +pkg syscall (linux-amd64), const MSG_SYN ideal-int +pkg syscall (linux-amd64), const MSG_TRUNC ideal-int +pkg syscall (linux-amd64), const MSG_TRYHARD ideal-int +pkg syscall (linux-amd64), const MSG_WAITALL ideal-int +pkg syscall (linux-amd64), const MSG_WAITFORONE ideal-int +pkg syscall (linux-amd64), const MS_ACTIVE ideal-int +pkg syscall (linux-amd64), const MS_ASYNC ideal-int +pkg syscall (linux-amd64), const MS_BIND ideal-int +pkg syscall (linux-amd64), const MS_DIRSYNC ideal-int +pkg syscall (linux-amd64), const MS_INVALIDATE ideal-int +pkg syscall (linux-amd64), const MS_I_VERSION ideal-int +pkg syscall (linux-amd64), const MS_KERNMOUNT ideal-int +pkg syscall (linux-amd64), const MS_MANDLOCK ideal-int +pkg syscall (linux-amd64), const MS_MGC_MSK ideal-int +pkg syscall (linux-amd64), const MS_MGC_VAL ideal-int +pkg syscall (linux-amd64), const MS_MOVE ideal-int +pkg syscall (linux-amd64), const MS_NOATIME ideal-int +pkg syscall (linux-amd64), const MS_NODEV ideal-int +pkg syscall (linux-amd64), const MS_NODIRATIME ideal-int +pkg syscall (linux-amd64), const MS_NOEXEC ideal-int +pkg syscall (linux-amd64), const MS_NOSUID ideal-int +pkg syscall (linux-amd64), const MS_NOUSER ideal-int +pkg syscall (linux-amd64), const MS_POSIXACL ideal-int +pkg syscall (linux-amd64), const MS_PRIVATE ideal-int +pkg syscall (linux-amd64), const MS_RDONLY ideal-int +pkg syscall (linux-amd64), const MS_REC ideal-int +pkg syscall (linux-amd64), const MS_RELATIME ideal-int +pkg syscall (linux-amd64), const MS_REMOUNT ideal-int +pkg syscall (linux-amd64), const MS_RMT_MASK ideal-int +pkg syscall (linux-amd64), const MS_SHARED ideal-int +pkg syscall (linux-amd64), const MS_SILENT ideal-int +pkg syscall (linux-amd64), const MS_SLAVE ideal-int +pkg syscall (linux-amd64), const MS_STRICTATIME ideal-int +pkg syscall (linux-amd64), const MS_SYNC ideal-int +pkg syscall (linux-amd64), const MS_SYNCHRONOUS ideal-int +pkg syscall (linux-amd64), const MS_UNBINDABLE ideal-int +pkg syscall (linux-amd64), const NAME_MAX ideal-int +pkg syscall (linux-amd64), const NETLINK_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const NETLINK_AUDIT ideal-int +pkg syscall (linux-amd64), const NETLINK_BROADCAST_ERROR ideal-int +pkg syscall (linux-amd64), const NETLINK_CONNECTOR ideal-int +pkg syscall (linux-amd64), const NETLINK_DNRTMSG ideal-int +pkg syscall (linux-amd64), const NETLINK_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const NETLINK_ECRYPTFS ideal-int +pkg syscall (linux-amd64), const NETLINK_FIB_LOOKUP ideal-int +pkg syscall (linux-amd64), const NETLINK_FIREWALL ideal-int +pkg syscall (linux-amd64), const NETLINK_GENERIC ideal-int +pkg syscall (linux-amd64), const NETLINK_INET_DIAG ideal-int +pkg syscall (linux-amd64), const NETLINK_IP6_FW ideal-int +pkg syscall (linux-amd64), const NETLINK_ISCSI ideal-int +pkg syscall (linux-amd64), const NETLINK_KOBJECT_UEVENT ideal-int +pkg syscall (linux-amd64), const NETLINK_NETFILTER ideal-int +pkg syscall (linux-amd64), const NETLINK_NFLOG ideal-int +pkg syscall (linux-amd64), const NETLINK_NO_ENOBUFS ideal-int +pkg syscall (linux-amd64), const NETLINK_PKTINFO ideal-int +pkg syscall (linux-amd64), const NETLINK_ROUTE ideal-int +pkg syscall (linux-amd64), const NETLINK_SCSITRANSPORT ideal-int +pkg syscall (linux-amd64), const NETLINK_SELINUX ideal-int +pkg syscall (linux-amd64), const NETLINK_UNUSED ideal-int +pkg syscall (linux-amd64), const NETLINK_USERSOCK ideal-int +pkg syscall (linux-amd64), const NETLINK_XFRM ideal-int +pkg syscall (linux-amd64), const NLA_ALIGNTO ideal-int +pkg syscall (linux-amd64), const NLA_F_NESTED ideal-int +pkg syscall (linux-amd64), const NLA_F_NET_BYTEORDER ideal-int +pkg syscall (linux-amd64), const NLA_HDRLEN ideal-int +pkg syscall (linux-amd64), const NLMSG_ALIGNTO ideal-int +pkg syscall (linux-amd64), const NLMSG_DONE ideal-int +pkg syscall (linux-amd64), const NLMSG_ERROR ideal-int +pkg syscall (linux-amd64), const NLMSG_HDRLEN ideal-int +pkg syscall (linux-amd64), const NLMSG_MIN_TYPE ideal-int +pkg syscall (linux-amd64), const NLMSG_NOOP ideal-int +pkg syscall (linux-amd64), const NLMSG_OVERRUN ideal-int +pkg syscall (linux-amd64), const NLM_F_ACK ideal-int +pkg syscall (linux-amd64), const NLM_F_APPEND ideal-int +pkg syscall (linux-amd64), const NLM_F_ATOMIC ideal-int +pkg syscall (linux-amd64), const NLM_F_CREATE ideal-int +pkg syscall (linux-amd64), const NLM_F_DUMP ideal-int +pkg syscall (linux-amd64), const NLM_F_ECHO ideal-int +pkg syscall (linux-amd64), const NLM_F_EXCL ideal-int +pkg syscall (linux-amd64), const NLM_F_MATCH ideal-int +pkg syscall (linux-amd64), const NLM_F_MULTI ideal-int +pkg syscall (linux-amd64), const NLM_F_REPLACE ideal-int +pkg syscall (linux-amd64), const NLM_F_REQUEST ideal-int +pkg syscall (linux-amd64), const NLM_F_ROOT ideal-int +pkg syscall (linux-amd64), const NOFLSH ideal-int +pkg syscall (linux-amd64), const OCRNL ideal-int +pkg syscall (linux-amd64), const OFDEL ideal-int +pkg syscall (linux-amd64), const OFILL ideal-int +pkg syscall (linux-amd64), const OLCUC ideal-int +pkg syscall (linux-amd64), const ONLCR ideal-int +pkg syscall (linux-amd64), const ONLRET ideal-int +pkg syscall (linux-amd64), const ONOCR ideal-int +pkg syscall (linux-amd64), const OPOST ideal-int +pkg syscall (linux-amd64), const O_ACCMODE ideal-int +pkg syscall (linux-amd64), const O_DIRECT ideal-int +pkg syscall (linux-amd64), const O_DIRECTORY ideal-int +pkg syscall (linux-amd64), const O_DSYNC ideal-int +pkg syscall (linux-amd64), const O_FSYNC ideal-int +pkg syscall (linux-amd64), const O_LARGEFILE ideal-int +pkg syscall (linux-amd64), const O_NDELAY ideal-int +pkg syscall (linux-amd64), const O_NOATIME ideal-int +pkg syscall (linux-amd64), const O_NOFOLLOW ideal-int +pkg syscall (linux-amd64), const O_RSYNC ideal-int +pkg syscall (linux-amd64), const PACKET_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const PACKET_BROADCAST ideal-int +pkg syscall (linux-amd64), const PACKET_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-amd64), const PACKET_FASTROUTE ideal-int +pkg syscall (linux-amd64), const PACKET_HOST ideal-int +pkg syscall (linux-amd64), const PACKET_LOOPBACK ideal-int +pkg syscall (linux-amd64), const PACKET_MR_ALLMULTI ideal-int +pkg syscall (linux-amd64), const PACKET_MR_MULTICAST ideal-int +pkg syscall (linux-amd64), const PACKET_MR_PROMISC ideal-int +pkg syscall (linux-amd64), const PACKET_MULTICAST ideal-int +pkg syscall (linux-amd64), const PACKET_OTHERHOST ideal-int +pkg syscall (linux-amd64), const PACKET_OUTGOING ideal-int +pkg syscall (linux-amd64), const PACKET_RECV_OUTPUT ideal-int +pkg syscall (linux-amd64), const PACKET_RX_RING ideal-int +pkg syscall (linux-amd64), const PACKET_STATISTICS ideal-int +pkg syscall (linux-amd64), const PARENB ideal-int +pkg syscall (linux-amd64), const PARMRK ideal-int +pkg syscall (linux-amd64), const PARODD ideal-int +pkg syscall (linux-amd64), const PENDIN ideal-int +pkg syscall (linux-amd64), const PROT_EXEC ideal-int +pkg syscall (linux-amd64), const PROT_GROWSDOWN ideal-int +pkg syscall (linux-amd64), const PROT_GROWSUP ideal-int +pkg syscall (linux-amd64), const PROT_NONE ideal-int +pkg syscall (linux-amd64), const PROT_READ ideal-int +pkg syscall (linux-amd64), const PROT_WRITE ideal-int +pkg syscall (linux-amd64), const PR_CAPBSET_DROP ideal-int +pkg syscall (linux-amd64), const PR_CAPBSET_READ ideal-int +pkg syscall (linux-amd64), const PR_ENDIAN_BIG ideal-int +pkg syscall (linux-amd64), const PR_ENDIAN_LITTLE ideal-int +pkg syscall (linux-amd64), const PR_ENDIAN_PPC_LITTLE ideal-int +pkg syscall (linux-amd64), const PR_FPEMU_NOPRINT ideal-int +pkg syscall (linux-amd64), const PR_FPEMU_SIGFPE ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_ASYNC ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_DISABLED ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_DIV ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_INV ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_NONRECOV ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_OVF ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_PRECISE ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_RES ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_SW_ENABLE ideal-int +pkg syscall (linux-amd64), const PR_FP_EXC_UND ideal-int +pkg syscall (linux-amd64), const PR_GET_DUMPABLE ideal-int +pkg syscall (linux-amd64), const PR_GET_ENDIAN ideal-int +pkg syscall (linux-amd64), const PR_GET_FPEMU ideal-int +pkg syscall (linux-amd64), const PR_GET_FPEXC ideal-int +pkg syscall (linux-amd64), const PR_GET_KEEPCAPS ideal-int +pkg syscall (linux-amd64), const PR_GET_NAME ideal-int +pkg syscall (linux-amd64), const PR_GET_PDEATHSIG ideal-int +pkg syscall (linux-amd64), const PR_GET_SECCOMP ideal-int +pkg syscall (linux-amd64), const PR_GET_SECUREBITS ideal-int +pkg syscall (linux-amd64), const PR_GET_TIMERSLACK ideal-int +pkg syscall (linux-amd64), const PR_GET_TIMING ideal-int +pkg syscall (linux-amd64), const PR_GET_TSC ideal-int +pkg syscall (linux-amd64), const PR_GET_UNALIGN ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL_CLEAR ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL_DEFAULT ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL_EARLY ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL_GET ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL_LATE ideal-int +pkg syscall (linux-amd64), const PR_MCE_KILL_SET ideal-int +pkg syscall (linux-amd64), const PR_SET_DUMPABLE ideal-int +pkg syscall (linux-amd64), const PR_SET_ENDIAN ideal-int +pkg syscall (linux-amd64), const PR_SET_FPEMU ideal-int +pkg syscall (linux-amd64), const PR_SET_FPEXC ideal-int +pkg syscall (linux-amd64), const PR_SET_KEEPCAPS ideal-int +pkg syscall (linux-amd64), const PR_SET_NAME ideal-int +pkg syscall (linux-amd64), const PR_SET_PDEATHSIG ideal-int +pkg syscall (linux-amd64), const PR_SET_PTRACER ideal-int +pkg syscall (linux-amd64), const PR_SET_SECCOMP ideal-int +pkg syscall (linux-amd64), const PR_SET_SECUREBITS ideal-int +pkg syscall (linux-amd64), const PR_SET_TIMERSLACK ideal-int +pkg syscall (linux-amd64), const PR_SET_TIMING ideal-int +pkg syscall (linux-amd64), const PR_SET_TSC ideal-int +pkg syscall (linux-amd64), const PR_SET_UNALIGN ideal-int +pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_DISABLE ideal-int +pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_ENABLE ideal-int +pkg syscall (linux-amd64), const PR_TIMING_STATISTICAL ideal-int +pkg syscall (linux-amd64), const PR_TIMING_TIMESTAMP ideal-int +pkg syscall (linux-amd64), const PR_TSC_ENABLE ideal-int +pkg syscall (linux-amd64), const PR_TSC_SIGSEGV ideal-int +pkg syscall (linux-amd64), const PR_UNALIGN_NOPRINT ideal-int +pkg syscall (linux-amd64), const PR_UNALIGN_SIGBUS ideal-int +pkg syscall (linux-amd64), const PTRACE_ARCH_PRCTL ideal-int +pkg syscall (linux-amd64), const PTRACE_ATTACH ideal-int +pkg syscall (linux-amd64), const PTRACE_CONT ideal-int +pkg syscall (linux-amd64), const PTRACE_DETACH ideal-int +pkg syscall (linux-amd64), const PTRACE_EVENT_CLONE ideal-int +pkg syscall (linux-amd64), const PTRACE_EVENT_EXEC ideal-int +pkg syscall (linux-amd64), const PTRACE_EVENT_EXIT ideal-int +pkg syscall (linux-amd64), const PTRACE_EVENT_FORK ideal-int +pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK ideal-int +pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK_DONE ideal-int +pkg syscall (linux-amd64), const PTRACE_GETEVENTMSG ideal-int +pkg syscall (linux-amd64), const PTRACE_GETFPREGS ideal-int +pkg syscall (linux-amd64), const PTRACE_GETFPXREGS ideal-int +pkg syscall (linux-amd64), const PTRACE_GETREGS ideal-int +pkg syscall (linux-amd64), const PTRACE_GETREGSET ideal-int +pkg syscall (linux-amd64), const PTRACE_GETSIGINFO ideal-int +pkg syscall (linux-amd64), const PTRACE_GET_THREAD_AREA ideal-int +pkg syscall (linux-amd64), const PTRACE_KILL ideal-int +pkg syscall (linux-amd64), const PTRACE_OLDSETOPTIONS ideal-int +pkg syscall (linux-amd64), const PTRACE_O_MASK ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACECLONE ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACEEXEC ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACEEXIT ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACEFORK ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACESYSGOOD ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORK ideal-int +pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORKDONE ideal-int +pkg syscall (linux-amd64), const PTRACE_PEEKDATA ideal-int +pkg syscall (linux-amd64), const PTRACE_PEEKTEXT ideal-int +pkg syscall (linux-amd64), const PTRACE_PEEKUSR ideal-int +pkg syscall (linux-amd64), const PTRACE_POKEDATA ideal-int +pkg syscall (linux-amd64), const PTRACE_POKETEXT ideal-int +pkg syscall (linux-amd64), const PTRACE_POKEUSR ideal-int +pkg syscall (linux-amd64), const PTRACE_SETFPREGS ideal-int +pkg syscall (linux-amd64), const PTRACE_SETFPXREGS ideal-int +pkg syscall (linux-amd64), const PTRACE_SETOPTIONS ideal-int +pkg syscall (linux-amd64), const PTRACE_SETREGS ideal-int +pkg syscall (linux-amd64), const PTRACE_SETREGSET ideal-int +pkg syscall (linux-amd64), const PTRACE_SETSIGINFO ideal-int +pkg syscall (linux-amd64), const PTRACE_SET_THREAD_AREA ideal-int +pkg syscall (linux-amd64), const PTRACE_SINGLEBLOCK ideal-int +pkg syscall (linux-amd64), const PTRACE_SINGLESTEP ideal-int +pkg syscall (linux-amd64), const PTRACE_SYSCALL ideal-int +pkg syscall (linux-amd64), const PTRACE_SYSEMU ideal-int +pkg syscall (linux-amd64), const PTRACE_SYSEMU_SINGLESTEP ideal-int +pkg syscall (linux-amd64), const PTRACE_TRACEME ideal-int +pkg syscall (linux-amd64), const PathMax ideal-int +pkg syscall (linux-amd64), const RLIMIT_AS ideal-int +pkg syscall (linux-amd64), const RLIMIT_CORE ideal-int +pkg syscall (linux-amd64), const RLIMIT_CPU ideal-int +pkg syscall (linux-amd64), const RLIMIT_DATA ideal-int +pkg syscall (linux-amd64), const RLIMIT_FSIZE ideal-int +pkg syscall (linux-amd64), const RLIMIT_NOFILE ideal-int +pkg syscall (linux-amd64), const RLIMIT_STACK ideal-int +pkg syscall (linux-amd64), const RLIM_INFINITY ideal-int +pkg syscall (linux-amd64), const RTAX_ADVMSS ideal-int +pkg syscall (linux-amd64), const RTAX_CWND ideal-int +pkg syscall (linux-amd64), const RTAX_FEATURES ideal-int +pkg syscall (linux-amd64), const RTAX_FEATURE_ALLFRAG ideal-int +pkg syscall (linux-amd64), const RTAX_FEATURE_ECN ideal-int +pkg syscall (linux-amd64), const RTAX_FEATURE_SACK ideal-int +pkg syscall (linux-amd64), const RTAX_FEATURE_TIMESTAMP ideal-int +pkg syscall (linux-amd64), const RTAX_HOPLIMIT ideal-int +pkg syscall (linux-amd64), const RTAX_INITCWND ideal-int +pkg syscall (linux-amd64), const RTAX_INITRWND ideal-int +pkg syscall (linux-amd64), const RTAX_LOCK ideal-int +pkg syscall (linux-amd64), const RTAX_MAX ideal-int +pkg syscall (linux-amd64), const RTAX_MTU ideal-int +pkg syscall (linux-amd64), const RTAX_REORDERING ideal-int +pkg syscall (linux-amd64), const RTAX_RTO_MIN ideal-int +pkg syscall (linux-amd64), const RTAX_RTT ideal-int +pkg syscall (linux-amd64), const RTAX_RTTVAR ideal-int +pkg syscall (linux-amd64), const RTAX_SSTHRESH ideal-int +pkg syscall (linux-amd64), const RTAX_UNSPEC ideal-int +pkg syscall (linux-amd64), const RTAX_WINDOW ideal-int +pkg syscall (linux-amd64), const RTA_ALIGNTO ideal-int +pkg syscall (linux-amd64), const RTA_CACHEINFO ideal-int +pkg syscall (linux-amd64), const RTA_DST ideal-int +pkg syscall (linux-amd64), const RTA_FLOW ideal-int +pkg syscall (linux-amd64), const RTA_GATEWAY ideal-int +pkg syscall (linux-amd64), const RTA_IIF ideal-int +pkg syscall (linux-amd64), const RTA_MAX ideal-int +pkg syscall (linux-amd64), const RTA_METRICS ideal-int +pkg syscall (linux-amd64), const RTA_MULTIPATH ideal-int +pkg syscall (linux-amd64), const RTA_OIF ideal-int +pkg syscall (linux-amd64), const RTA_PREFSRC ideal-int +pkg syscall (linux-amd64), const RTA_PRIORITY ideal-int +pkg syscall (linux-amd64), const RTA_SRC ideal-int +pkg syscall (linux-amd64), const RTA_TABLE ideal-int +pkg syscall (linux-amd64), const RTA_UNSPEC ideal-int +pkg syscall (linux-amd64), const RTCF_DIRECTSRC ideal-int +pkg syscall (linux-amd64), const RTCF_DOREDIRECT ideal-int +pkg syscall (linux-amd64), const RTCF_LOG ideal-int +pkg syscall (linux-amd64), const RTCF_MASQ ideal-int +pkg syscall (linux-amd64), const RTCF_NAT ideal-int +pkg syscall (linux-amd64), const RTCF_VALVE ideal-int +pkg syscall (linux-amd64), const RTF_ADDRCLASSMASK ideal-int +pkg syscall (linux-amd64), const RTF_ADDRCONF ideal-int +pkg syscall (linux-amd64), const RTF_ALLONLINK ideal-int +pkg syscall (linux-amd64), const RTF_BROADCAST ideal-int +pkg syscall (linux-amd64), const RTF_CACHE ideal-int +pkg syscall (linux-amd64), const RTF_DEFAULT ideal-int +pkg syscall (linux-amd64), const RTF_DYNAMIC ideal-int +pkg syscall (linux-amd64), const RTF_FLOW ideal-int +pkg syscall (linux-amd64), const RTF_GATEWAY ideal-int +pkg syscall (linux-amd64), const RTF_HOST ideal-int +pkg syscall (linux-amd64), const RTF_INTERFACE ideal-int +pkg syscall (linux-amd64), const RTF_IRTT ideal-int +pkg syscall (linux-amd64), const RTF_LINKRT ideal-int +pkg syscall (linux-amd64), const RTF_LOCAL ideal-int +pkg syscall (linux-amd64), const RTF_MODIFIED ideal-int +pkg syscall (linux-amd64), const RTF_MSS ideal-int +pkg syscall (linux-amd64), const RTF_MTU ideal-int +pkg syscall (linux-amd64), const RTF_MULTICAST ideal-int +pkg syscall (linux-amd64), const RTF_NAT ideal-int +pkg syscall (linux-amd64), const RTF_NOFORWARD ideal-int +pkg syscall (linux-amd64), const RTF_NONEXTHOP ideal-int +pkg syscall (linux-amd64), const RTF_NOPMTUDISC ideal-int +pkg syscall (linux-amd64), const RTF_POLICY ideal-int +pkg syscall (linux-amd64), const RTF_REINSTATE ideal-int +pkg syscall (linux-amd64), const RTF_REJECT ideal-int +pkg syscall (linux-amd64), const RTF_STATIC ideal-int +pkg syscall (linux-amd64), const RTF_THROW ideal-int +pkg syscall (linux-amd64), const RTF_UP ideal-int +pkg syscall (linux-amd64), const RTF_WINDOW ideal-int +pkg syscall (linux-amd64), const RTF_XRESOLVE ideal-int +pkg syscall (linux-amd64), const RTM_BASE ideal-int +pkg syscall (linux-amd64), const RTM_DELACTION ideal-int +pkg syscall (linux-amd64), const RTM_DELADDR ideal-int +pkg syscall (linux-amd64), const RTM_DELADDRLABEL ideal-int +pkg syscall (linux-amd64), const RTM_DELLINK ideal-int +pkg syscall (linux-amd64), const RTM_DELNEIGH ideal-int +pkg syscall (linux-amd64), const RTM_DELQDISC ideal-int +pkg syscall (linux-amd64), const RTM_DELROUTE ideal-int +pkg syscall (linux-amd64), const RTM_DELRULE ideal-int +pkg syscall (linux-amd64), const RTM_DELTCLASS ideal-int +pkg syscall (linux-amd64), const RTM_DELTFILTER ideal-int +pkg syscall (linux-amd64), const RTM_F_CLONED ideal-int +pkg syscall (linux-amd64), const RTM_F_EQUALIZE ideal-int +pkg syscall (linux-amd64), const RTM_F_NOTIFY ideal-int +pkg syscall (linux-amd64), const RTM_F_PREFIX ideal-int +pkg syscall (linux-amd64), const RTM_GETACTION ideal-int +pkg syscall (linux-amd64), const RTM_GETADDR ideal-int +pkg syscall (linux-amd64), const RTM_GETADDRLABEL ideal-int +pkg syscall (linux-amd64), const RTM_GETANYCAST ideal-int +pkg syscall (linux-amd64), const RTM_GETDCB ideal-int +pkg syscall (linux-amd64), const RTM_GETLINK ideal-int +pkg syscall (linux-amd64), const RTM_GETMULTICAST ideal-int +pkg syscall (linux-amd64), const RTM_GETNEIGH ideal-int +pkg syscall (linux-amd64), const RTM_GETNEIGHTBL ideal-int +pkg syscall (linux-amd64), const RTM_GETQDISC ideal-int +pkg syscall (linux-amd64), const RTM_GETROUTE ideal-int +pkg syscall (linux-amd64), const RTM_GETRULE ideal-int +pkg syscall (linux-amd64), const RTM_GETTCLASS ideal-int +pkg syscall (linux-amd64), const RTM_GETTFILTER ideal-int +pkg syscall (linux-amd64), const RTM_MAX ideal-int +pkg syscall (linux-amd64), const RTM_NEWACTION ideal-int +pkg syscall (linux-amd64), const RTM_NEWADDR ideal-int +pkg syscall (linux-amd64), const RTM_NEWADDRLABEL ideal-int +pkg syscall (linux-amd64), const RTM_NEWLINK ideal-int +pkg syscall (linux-amd64), const RTM_NEWNDUSEROPT ideal-int +pkg syscall (linux-amd64), const RTM_NEWNEIGH ideal-int +pkg syscall (linux-amd64), const RTM_NEWNEIGHTBL ideal-int +pkg syscall (linux-amd64), const RTM_NEWPREFIX ideal-int +pkg syscall (linux-amd64), const RTM_NEWQDISC ideal-int +pkg syscall (linux-amd64), const RTM_NEWROUTE ideal-int +pkg syscall (linux-amd64), const RTM_NEWRULE ideal-int +pkg syscall (linux-amd64), const RTM_NEWTCLASS ideal-int +pkg syscall (linux-amd64), const RTM_NEWTFILTER ideal-int +pkg syscall (linux-amd64), const RTM_NR_FAMILIES ideal-int +pkg syscall (linux-amd64), const RTM_NR_MSGTYPES ideal-int +pkg syscall (linux-amd64), const RTM_SETDCB ideal-int +pkg syscall (linux-amd64), const RTM_SETLINK ideal-int +pkg syscall (linux-amd64), const RTM_SETNEIGHTBL ideal-int +pkg syscall (linux-amd64), const RTNH_ALIGNTO ideal-int +pkg syscall (linux-amd64), const RTNH_F_DEAD ideal-int +pkg syscall (linux-amd64), const RTNH_F_ONLINK ideal-int +pkg syscall (linux-amd64), const RTNH_F_PERVASIVE ideal-int +pkg syscall (linux-amd64), const RTN_ANYCAST ideal-int +pkg syscall (linux-amd64), const RTN_BLACKHOLE ideal-int +pkg syscall (linux-amd64), const RTN_BROADCAST ideal-int +pkg syscall (linux-amd64), const RTN_LOCAL ideal-int +pkg syscall (linux-amd64), const RTN_MAX ideal-int +pkg syscall (linux-amd64), const RTN_MULTICAST ideal-int +pkg syscall (linux-amd64), const RTN_NAT ideal-int +pkg syscall (linux-amd64), const RTN_PROHIBIT ideal-int +pkg syscall (linux-amd64), const RTN_THROW ideal-int +pkg syscall (linux-amd64), const RTN_UNICAST ideal-int +pkg syscall (linux-amd64), const RTN_UNREACHABLE ideal-int +pkg syscall (linux-amd64), const RTN_UNSPEC ideal-int +pkg syscall (linux-amd64), const RTN_XRESOLVE ideal-int +pkg syscall (linux-amd64), const RTPROT_BIRD ideal-int +pkg syscall (linux-amd64), const RTPROT_BOOT ideal-int +pkg syscall (linux-amd64), const RTPROT_DHCP ideal-int +pkg syscall (linux-amd64), const RTPROT_DNROUTED ideal-int +pkg syscall (linux-amd64), const RTPROT_GATED ideal-int +pkg syscall (linux-amd64), const RTPROT_KERNEL ideal-int +pkg syscall (linux-amd64), const RTPROT_MRT ideal-int +pkg syscall (linux-amd64), const RTPROT_NTK ideal-int +pkg syscall (linux-amd64), const RTPROT_RA ideal-int +pkg syscall (linux-amd64), const RTPROT_REDIRECT ideal-int +pkg syscall (linux-amd64), const RTPROT_STATIC ideal-int +pkg syscall (linux-amd64), const RTPROT_UNSPEC ideal-int +pkg syscall (linux-amd64), const RTPROT_XORP ideal-int +pkg syscall (linux-amd64), const RTPROT_ZEBRA ideal-int +pkg syscall (linux-amd64), const RT_CLASS_DEFAULT ideal-int +pkg syscall (linux-amd64), const RT_CLASS_LOCAL ideal-int +pkg syscall (linux-amd64), const RT_CLASS_MAIN ideal-int +pkg syscall (linux-amd64), const RT_CLASS_MAX ideal-int +pkg syscall (linux-amd64), const RT_CLASS_UNSPEC ideal-int +pkg syscall (linux-amd64), const RT_SCOPE_HOST ideal-int +pkg syscall (linux-amd64), const RT_SCOPE_LINK ideal-int +pkg syscall (linux-amd64), const RT_SCOPE_NOWHERE ideal-int +pkg syscall (linux-amd64), const RT_SCOPE_SITE ideal-int +pkg syscall (linux-amd64), const RT_SCOPE_UNIVERSE ideal-int +pkg syscall (linux-amd64), const RT_TABLE_COMPAT ideal-int +pkg syscall (linux-amd64), const RT_TABLE_DEFAULT ideal-int +pkg syscall (linux-amd64), const RT_TABLE_LOCAL ideal-int +pkg syscall (linux-amd64), const RT_TABLE_MAIN ideal-int +pkg syscall (linux-amd64), const RT_TABLE_MAX ideal-int +pkg syscall (linux-amd64), const RT_TABLE_UNSPEC ideal-int +pkg syscall (linux-amd64), const RUSAGE_CHILDREN ideal-int +pkg syscall (linux-amd64), const RUSAGE_SELF ideal-int +pkg syscall (linux-amd64), const RUSAGE_THREAD ideal-int +pkg syscall (linux-amd64), const SCM_CREDENTIALS ideal-int +pkg syscall (linux-amd64), const SCM_RIGHTS ideal-int +pkg syscall (linux-amd64), const SCM_TIMESTAMP ideal-int +pkg syscall (linux-amd64), const SCM_TIMESTAMPING ideal-int +pkg syscall (linux-amd64), const SCM_TIMESTAMPNS ideal-int +pkg syscall (linux-amd64), const SIGCHLD Signal +pkg syscall (linux-amd64), const SIGCLD Signal +pkg syscall (linux-amd64), const SIGCONT Signal +pkg syscall (linux-amd64), const SIGIO Signal +pkg syscall (linux-amd64), const SIGIOT Signal +pkg syscall (linux-amd64), const SIGPOLL Signal +pkg syscall (linux-amd64), const SIGPROF Signal +pkg syscall (linux-amd64), const SIGPWR Signal +pkg syscall (linux-amd64), const SIGSTKFLT Signal +pkg syscall (linux-amd64), const SIGSTOP Signal +pkg syscall (linux-amd64), const SIGSYS Signal +pkg syscall (linux-amd64), const SIGTSTP Signal +pkg syscall (linux-amd64), const SIGTTIN Signal +pkg syscall (linux-amd64), const SIGTTOU Signal +pkg syscall (linux-amd64), const SIGUNUSED Signal +pkg syscall (linux-amd64), const SIGURG Signal +pkg syscall (linux-amd64), const SIGUSR1 Signal +pkg syscall (linux-amd64), const SIGUSR2 Signal +pkg syscall (linux-amd64), const SIGVTALRM Signal +pkg syscall (linux-amd64), const SIGWINCH Signal +pkg syscall (linux-amd64), const SIGXCPU Signal +pkg syscall (linux-amd64), const SIGXFSZ Signal +pkg syscall (linux-amd64), const SIOCADDDLCI ideal-int +pkg syscall (linux-amd64), const SIOCADDMULTI ideal-int +pkg syscall (linux-amd64), const SIOCADDRT ideal-int +pkg syscall (linux-amd64), const SIOCATMARK ideal-int +pkg syscall (linux-amd64), const SIOCDARP ideal-int +pkg syscall (linux-amd64), const SIOCDELDLCI ideal-int +pkg syscall (linux-amd64), const SIOCDELMULTI ideal-int +pkg syscall (linux-amd64), const SIOCDELRT ideal-int +pkg syscall (linux-amd64), const SIOCDEVPRIVATE ideal-int +pkg syscall (linux-amd64), const SIOCDIFADDR ideal-int +pkg syscall (linux-amd64), const SIOCDRARP ideal-int +pkg syscall (linux-amd64), const SIOCGARP ideal-int +pkg syscall (linux-amd64), const SIOCGIFADDR ideal-int +pkg syscall (linux-amd64), const SIOCGIFBR ideal-int +pkg syscall (linux-amd64), const SIOCGIFBRDADDR ideal-int +pkg syscall (linux-amd64), const SIOCGIFCONF ideal-int +pkg syscall (linux-amd64), const SIOCGIFCOUNT ideal-int +pkg syscall (linux-amd64), const SIOCGIFDSTADDR ideal-int +pkg syscall (linux-amd64), const SIOCGIFENCAP ideal-int +pkg syscall (linux-amd64), const SIOCGIFFLAGS ideal-int +pkg syscall (linux-amd64), const SIOCGIFHWADDR ideal-int +pkg syscall (linux-amd64), const SIOCGIFINDEX ideal-int +pkg syscall (linux-amd64), const SIOCGIFMAP ideal-int +pkg syscall (linux-amd64), const SIOCGIFMEM ideal-int +pkg syscall (linux-amd64), const SIOCGIFMETRIC ideal-int +pkg syscall (linux-amd64), const SIOCGIFMTU ideal-int +pkg syscall (linux-amd64), const SIOCGIFNAME ideal-int +pkg syscall (linux-amd64), const SIOCGIFNETMASK ideal-int +pkg syscall (linux-amd64), const SIOCGIFPFLAGS ideal-int +pkg syscall (linux-amd64), const SIOCGIFSLAVE ideal-int +pkg syscall (linux-amd64), const SIOCGIFTXQLEN ideal-int +pkg syscall (linux-amd64), const SIOCGPGRP ideal-int +pkg syscall (linux-amd64), const SIOCGRARP ideal-int +pkg syscall (linux-amd64), const SIOCGSTAMP ideal-int +pkg syscall (linux-amd64), const SIOCGSTAMPNS ideal-int +pkg syscall (linux-amd64), const SIOCPROTOPRIVATE ideal-int +pkg syscall (linux-amd64), const SIOCRTMSG ideal-int +pkg syscall (linux-amd64), const SIOCSARP ideal-int +pkg syscall (linux-amd64), const SIOCSIFADDR ideal-int +pkg syscall (linux-amd64), const SIOCSIFBR ideal-int +pkg syscall (linux-amd64), const SIOCSIFBRDADDR ideal-int +pkg syscall (linux-amd64), const SIOCSIFDSTADDR ideal-int +pkg syscall (linux-amd64), const SIOCSIFENCAP ideal-int +pkg syscall (linux-amd64), const SIOCSIFFLAGS ideal-int +pkg syscall (linux-amd64), const SIOCSIFHWADDR ideal-int +pkg syscall (linux-amd64), const SIOCSIFHWBROADCAST ideal-int +pkg syscall (linux-amd64), const SIOCSIFLINK ideal-int +pkg syscall (linux-amd64), const SIOCSIFMAP ideal-int +pkg syscall (linux-amd64), const SIOCSIFMEM ideal-int +pkg syscall (linux-amd64), const SIOCSIFMETRIC ideal-int +pkg syscall (linux-amd64), const SIOCSIFMTU ideal-int +pkg syscall (linux-amd64), const SIOCSIFNAME ideal-int +pkg syscall (linux-amd64), const SIOCSIFNETMASK ideal-int +pkg syscall (linux-amd64), const SIOCSIFPFLAGS ideal-int +pkg syscall (linux-amd64), const SIOCSIFSLAVE ideal-int +pkg syscall (linux-amd64), const SIOCSIFTXQLEN ideal-int +pkg syscall (linux-amd64), const SIOCSPGRP ideal-int +pkg syscall (linux-amd64), const SIOCSRARP ideal-int +pkg syscall (linux-amd64), const SOCK_CLOEXEC ideal-int +pkg syscall (linux-amd64), const SOCK_DCCP ideal-int +pkg syscall (linux-amd64), const SOCK_NONBLOCK ideal-int +pkg syscall (linux-amd64), const SOCK_PACKET ideal-int +pkg syscall (linux-amd64), const SOCK_RDM ideal-int +pkg syscall (linux-amd64), const SOL_AAL ideal-int +pkg syscall (linux-amd64), const SOL_ATM ideal-int +pkg syscall (linux-amd64), const SOL_DECNET ideal-int +pkg syscall (linux-amd64), const SOL_ICMPV6 ideal-int +pkg syscall (linux-amd64), const SOL_IP ideal-int +pkg syscall (linux-amd64), const SOL_IPV6 ideal-int +pkg syscall (linux-amd64), const SOL_IRDA ideal-int +pkg syscall (linux-amd64), const SOL_PACKET ideal-int +pkg syscall (linux-amd64), const SOL_RAW ideal-int +pkg syscall (linux-amd64), const SOL_TCP ideal-int +pkg syscall (linux-amd64), const SOL_X25 ideal-int +pkg syscall (linux-amd64), const SO_ACCEPTCONN ideal-int +pkg syscall (linux-amd64), const SO_ATTACH_FILTER ideal-int +pkg syscall (linux-amd64), const SO_BINDTODEVICE ideal-int +pkg syscall (linux-amd64), const SO_BSDCOMPAT ideal-int +pkg syscall (linux-amd64), const SO_DEBUG ideal-int +pkg syscall (linux-amd64), const SO_DETACH_FILTER ideal-int +pkg syscall (linux-amd64), const SO_DOMAIN ideal-int +pkg syscall (linux-amd64), const SO_ERROR ideal-int +pkg syscall (linux-amd64), const SO_MARK ideal-int +pkg syscall (linux-amd64), const SO_NO_CHECK ideal-int +pkg syscall (linux-amd64), const SO_OOBINLINE ideal-int +pkg syscall (linux-amd64), const SO_PASSCRED ideal-int +pkg syscall (linux-amd64), const SO_PASSSEC ideal-int +pkg syscall (linux-amd64), const SO_PEERCRED ideal-int +pkg syscall (linux-amd64), const SO_PEERNAME ideal-int +pkg syscall (linux-amd64), const SO_PEERSEC ideal-int +pkg syscall (linux-amd64), const SO_PRIORITY ideal-int +pkg syscall (linux-amd64), const SO_PROTOCOL ideal-int +pkg syscall (linux-amd64), const SO_RCVBUFFORCE ideal-int +pkg syscall (linux-amd64), const SO_RCVLOWAT ideal-int +pkg syscall (linux-amd64), const SO_RCVTIMEO ideal-int +pkg syscall (linux-amd64), const SO_RXQ_OVFL ideal-int +pkg syscall (linux-amd64), const SO_SECURITY_AUTHENTICATION ideal-int +pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int +pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int +pkg syscall (linux-amd64), const SO_SNDBUFFORCE ideal-int +pkg syscall (linux-amd64), const SO_SNDLOWAT ideal-int +pkg syscall (linux-amd64), const SO_SNDTIMEO ideal-int +pkg syscall (linux-amd64), const SO_TIMESTAMP ideal-int +pkg syscall (linux-amd64), const SO_TIMESTAMPING ideal-int +pkg syscall (linux-amd64), const SO_TIMESTAMPNS ideal-int +pkg syscall (linux-amd64), const SO_TYPE ideal-int +pkg syscall (linux-amd64), const SYS_ACCEPT ideal-int +pkg syscall (linux-amd64), const SYS_ACCEPT4 ideal-int +pkg syscall (linux-amd64), const SYS_ACCESS ideal-int +pkg syscall (linux-amd64), const SYS_ACCT ideal-int +pkg syscall (linux-amd64), const SYS_ADD_KEY ideal-int +pkg syscall (linux-amd64), const SYS_ADJTIMEX ideal-int +pkg syscall (linux-amd64), const SYS_AFS_SYSCALL ideal-int +pkg syscall (linux-amd64), const SYS_ALARM ideal-int +pkg syscall (linux-amd64), const SYS_ARCH_PRCTL ideal-int +pkg syscall (linux-amd64), const SYS_BIND ideal-int +pkg syscall (linux-amd64), const SYS_BRK ideal-int +pkg syscall (linux-amd64), const SYS_CAPGET ideal-int +pkg syscall (linux-amd64), const SYS_CAPSET ideal-int +pkg syscall (linux-amd64), const SYS_CHDIR ideal-int +pkg syscall (linux-amd64), const SYS_CHMOD ideal-int +pkg syscall (linux-amd64), const SYS_CHOWN ideal-int +pkg syscall (linux-amd64), const SYS_CHROOT ideal-int +pkg syscall (linux-amd64), const SYS_CLOCK_GETRES ideal-int +pkg syscall (linux-amd64), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (linux-amd64), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (linux-amd64), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (linux-amd64), const SYS_CLONE ideal-int +pkg syscall (linux-amd64), const SYS_CLOSE ideal-int +pkg syscall (linux-amd64), const SYS_CONNECT ideal-int +pkg syscall (linux-amd64), const SYS_CREAT ideal-int +pkg syscall (linux-amd64), const SYS_CREATE_MODULE ideal-int +pkg syscall (linux-amd64), const SYS_DELETE_MODULE ideal-int +pkg syscall (linux-amd64), const SYS_DUP ideal-int +pkg syscall (linux-amd64), const SYS_DUP2 ideal-int +pkg syscall (linux-amd64), const SYS_DUP3 ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_CREATE ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_CREATE1 ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_CTL ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_WAIT ideal-int +pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD ideal-int +pkg syscall (linux-amd64), const SYS_EVENTFD ideal-int +pkg syscall (linux-amd64), const SYS_EVENTFD2 ideal-int +pkg syscall (linux-amd64), const SYS_EXECVE ideal-int +pkg syscall (linux-amd64), const SYS_EXIT ideal-int +pkg syscall (linux-amd64), const SYS_EXIT_GROUP ideal-int +pkg syscall (linux-amd64), const SYS_FACCESSAT ideal-int +pkg syscall (linux-amd64), const SYS_FADVISE64 ideal-int +pkg syscall (linux-amd64), const SYS_FALLOCATE ideal-int +pkg syscall (linux-amd64), const SYS_FANOTIFY_INIT ideal-int +pkg syscall (linux-amd64), const SYS_FANOTIFY_MARK ideal-int +pkg syscall (linux-amd64), const SYS_FCHDIR ideal-int +pkg syscall (linux-amd64), const SYS_FCHMOD ideal-int +pkg syscall (linux-amd64), const SYS_FCHMODAT ideal-int +pkg syscall (linux-amd64), const SYS_FCHOWN ideal-int +pkg syscall (linux-amd64), const SYS_FCHOWNAT ideal-int +pkg syscall (linux-amd64), const SYS_FCNTL ideal-int +pkg syscall (linux-amd64), const SYS_FDATASYNC ideal-int +pkg syscall (linux-amd64), const SYS_FGETXATTR ideal-int +pkg syscall (linux-amd64), const SYS_FLISTXATTR ideal-int +pkg syscall (linux-amd64), const SYS_FLOCK ideal-int +pkg syscall (linux-amd64), const SYS_FORK ideal-int +pkg syscall (linux-amd64), const SYS_FREMOVEXATTR ideal-int +pkg syscall (linux-amd64), const SYS_FSETXATTR ideal-int +pkg syscall (linux-amd64), const SYS_FSTAT ideal-int +pkg syscall (linux-amd64), const SYS_FSTATFS ideal-int +pkg syscall (linux-amd64), const SYS_FSYNC ideal-int +pkg syscall (linux-amd64), const SYS_FTRUNCATE ideal-int +pkg syscall (linux-amd64), const SYS_FUTEX ideal-int +pkg syscall (linux-amd64), const SYS_FUTIMESAT ideal-int +pkg syscall (linux-amd64), const SYS_GETCWD ideal-int +pkg syscall (linux-amd64), const SYS_GETDENTS ideal-int +pkg syscall (linux-amd64), const SYS_GETDENTS64 ideal-int +pkg syscall (linux-amd64), const SYS_GETEGID ideal-int +pkg syscall (linux-amd64), const SYS_GETEUID ideal-int +pkg syscall (linux-amd64), const SYS_GETGID ideal-int +pkg syscall (linux-amd64), const SYS_GETGROUPS ideal-int +pkg syscall (linux-amd64), const SYS_GETITIMER ideal-int +pkg syscall (linux-amd64), const SYS_GETPEERNAME ideal-int +pkg syscall (linux-amd64), const SYS_GETPGID ideal-int +pkg syscall (linux-amd64), const SYS_GETPGRP ideal-int +pkg syscall (linux-amd64), const SYS_GETPID ideal-int +pkg syscall (linux-amd64), const SYS_GETPMSG ideal-int +pkg syscall (linux-amd64), const SYS_GETPPID ideal-int +pkg syscall (linux-amd64), const SYS_GETPRIORITY ideal-int +pkg syscall (linux-amd64), const SYS_GETRESGID ideal-int +pkg syscall (linux-amd64), const SYS_GETRESUID ideal-int +pkg syscall (linux-amd64), const SYS_GETRLIMIT ideal-int +pkg syscall (linux-amd64), const SYS_GETRUSAGE ideal-int +pkg syscall (linux-amd64), const SYS_GETSID ideal-int +pkg syscall (linux-amd64), const SYS_GETSOCKNAME ideal-int +pkg syscall (linux-amd64), const SYS_GETSOCKOPT ideal-int +pkg syscall (linux-amd64), const SYS_GETTID ideal-int +pkg syscall (linux-amd64), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (linux-amd64), const SYS_GETUID ideal-int +pkg syscall (linux-amd64), const SYS_GETXATTR ideal-int +pkg syscall (linux-amd64), const SYS_GET_KERNEL_SYMS ideal-int +pkg syscall (linux-amd64), const SYS_GET_MEMPOLICY ideal-int +pkg syscall (linux-amd64), const SYS_GET_ROBUST_LIST ideal-int +pkg syscall (linux-amd64), const SYS_GET_THREAD_AREA ideal-int +pkg syscall (linux-amd64), const SYS_INIT_MODULE ideal-int +pkg syscall (linux-amd64), const SYS_INOTIFY_ADD_WATCH ideal-int +pkg syscall (linux-amd64), const SYS_INOTIFY_INIT ideal-int +pkg syscall (linux-amd64), const SYS_INOTIFY_INIT1 ideal-int +pkg syscall (linux-amd64), const SYS_INOTIFY_RM_WATCH ideal-int +pkg syscall (linux-amd64), const SYS_IOCTL ideal-int +pkg syscall (linux-amd64), const SYS_IOPERM ideal-int +pkg syscall (linux-amd64), const SYS_IOPL ideal-int +pkg syscall (linux-amd64), const SYS_IOPRIO_GET ideal-int +pkg syscall (linux-amd64), const SYS_IOPRIO_SET ideal-int +pkg syscall (linux-amd64), const SYS_IO_CANCEL ideal-int +pkg syscall (linux-amd64), const SYS_IO_DESTROY ideal-int +pkg syscall (linux-amd64), const SYS_IO_GETEVENTS ideal-int +pkg syscall (linux-amd64), const SYS_IO_SETUP ideal-int +pkg syscall (linux-amd64), const SYS_IO_SUBMIT ideal-int +pkg syscall (linux-amd64), const SYS_KEXEC_LOAD ideal-int +pkg syscall (linux-amd64), const SYS_KEYCTL ideal-int +pkg syscall (linux-amd64), const SYS_KILL ideal-int +pkg syscall (linux-amd64), const SYS_LCHOWN ideal-int +pkg syscall (linux-amd64), const SYS_LGETXATTR ideal-int +pkg syscall (linux-amd64), const SYS_LINK ideal-int +pkg syscall (linux-amd64), const SYS_LINKAT ideal-int +pkg syscall (linux-amd64), const SYS_LISTEN ideal-int +pkg syscall (linux-amd64), const SYS_LISTXATTR ideal-int +pkg syscall (linux-amd64), const SYS_LLISTXATTR ideal-int +pkg syscall (linux-amd64), const SYS_LOOKUP_DCOOKIE ideal-int +pkg syscall (linux-amd64), const SYS_LREMOVEXATTR ideal-int +pkg syscall (linux-amd64), const SYS_LSEEK ideal-int +pkg syscall (linux-amd64), const SYS_LSETXATTR ideal-int +pkg syscall (linux-amd64), const SYS_LSTAT ideal-int +pkg syscall (linux-amd64), const SYS_MADVISE ideal-int +pkg syscall (linux-amd64), const SYS_MBIND ideal-int +pkg syscall (linux-amd64), const SYS_MIGRATE_PAGES ideal-int +pkg syscall (linux-amd64), const SYS_MINCORE ideal-int +pkg syscall (linux-amd64), const SYS_MKDIR ideal-int +pkg syscall (linux-amd64), const SYS_MKDIRAT ideal-int +pkg syscall (linux-amd64), const SYS_MKNOD ideal-int +pkg syscall (linux-amd64), const SYS_MKNODAT ideal-int +pkg syscall (linux-amd64), const SYS_MLOCK ideal-int +pkg syscall (linux-amd64), const SYS_MLOCKALL ideal-int +pkg syscall (linux-amd64), const SYS_MMAP ideal-int +pkg syscall (linux-amd64), const SYS_MODIFY_LDT ideal-int +pkg syscall (linux-amd64), const SYS_MOUNT ideal-int +pkg syscall (linux-amd64), const SYS_MOVE_PAGES ideal-int +pkg syscall (linux-amd64), const SYS_MPROTECT ideal-int +pkg syscall (linux-amd64), const SYS_MQ_GETSETATTR ideal-int +pkg syscall (linux-amd64), const SYS_MQ_NOTIFY ideal-int +pkg syscall (linux-amd64), const SYS_MQ_OPEN ideal-int +pkg syscall (linux-amd64), const SYS_MQ_TIMEDRECEIVE ideal-int +pkg syscall (linux-amd64), const SYS_MQ_TIMEDSEND ideal-int +pkg syscall (linux-amd64), const SYS_MQ_UNLINK ideal-int +pkg syscall (linux-amd64), const SYS_MREMAP ideal-int +pkg syscall (linux-amd64), const SYS_MSGCTL ideal-int +pkg syscall (linux-amd64), const SYS_MSGGET ideal-int +pkg syscall (linux-amd64), const SYS_MSGRCV ideal-int +pkg syscall (linux-amd64), const SYS_MSGSND ideal-int +pkg syscall (linux-amd64), const SYS_MSYNC ideal-int +pkg syscall (linux-amd64), const SYS_MUNLOCK ideal-int +pkg syscall (linux-amd64), const SYS_MUNLOCKALL ideal-int +pkg syscall (linux-amd64), const SYS_MUNMAP ideal-int +pkg syscall (linux-amd64), const SYS_NANOSLEEP ideal-int +pkg syscall (linux-amd64), const SYS_NEWFSTATAT ideal-int +pkg syscall (linux-amd64), const SYS_NFSSERVCTL ideal-int +pkg syscall (linux-amd64), const SYS_OPEN ideal-int +pkg syscall (linux-amd64), const SYS_OPENAT ideal-int +pkg syscall (linux-amd64), const SYS_PAUSE ideal-int +pkg syscall (linux-amd64), const SYS_PERF_EVENT_OPEN ideal-int +pkg syscall (linux-amd64), const SYS_PERSONALITY ideal-int +pkg syscall (linux-amd64), const SYS_PIPE ideal-int +pkg syscall (linux-amd64), const SYS_PIPE2 ideal-int +pkg syscall (linux-amd64), const SYS_PIVOT_ROOT ideal-int +pkg syscall (linux-amd64), const SYS_POLL ideal-int +pkg syscall (linux-amd64), const SYS_PPOLL ideal-int +pkg syscall (linux-amd64), const SYS_PRCTL ideal-int +pkg syscall (linux-amd64), const SYS_PREAD64 ideal-int +pkg syscall (linux-amd64), const SYS_PREADV ideal-int +pkg syscall (linux-amd64), const SYS_PRLIMIT64 ideal-int +pkg syscall (linux-amd64), const SYS_PSELECT6 ideal-int +pkg syscall (linux-amd64), const SYS_PTRACE ideal-int +pkg syscall (linux-amd64), const SYS_PUTPMSG ideal-int +pkg syscall (linux-amd64), const SYS_PWRITE64 ideal-int +pkg syscall (linux-amd64), const SYS_PWRITEV ideal-int +pkg syscall (linux-amd64), const SYS_QUERY_MODULE ideal-int +pkg syscall (linux-amd64), const SYS_QUOTACTL ideal-int +pkg syscall (linux-amd64), const SYS_READ ideal-int +pkg syscall (linux-amd64), const SYS_READAHEAD ideal-int +pkg syscall (linux-amd64), const SYS_READLINK ideal-int +pkg syscall (linux-amd64), const SYS_READLINKAT ideal-int +pkg syscall (linux-amd64), const SYS_READV ideal-int +pkg syscall (linux-amd64), const SYS_REBOOT ideal-int +pkg syscall (linux-amd64), const SYS_RECVFROM ideal-int +pkg syscall (linux-amd64), const SYS_RECVMMSG ideal-int +pkg syscall (linux-amd64), const SYS_RECVMSG ideal-int +pkg syscall (linux-amd64), const SYS_REMAP_FILE_PAGES ideal-int +pkg syscall (linux-amd64), const SYS_REMOVEXATTR ideal-int +pkg syscall (linux-amd64), const SYS_RENAME ideal-int +pkg syscall (linux-amd64), const SYS_RENAMEAT ideal-int +pkg syscall (linux-amd64), const SYS_REQUEST_KEY ideal-int +pkg syscall (linux-amd64), const SYS_RESTART_SYSCALL ideal-int +pkg syscall (linux-amd64), const SYS_RMDIR ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGACTION ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGPENDING ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGPROCMASK ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGQUEUEINFO ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGRETURN ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGSUSPEND ideal-int +pkg syscall (linux-amd64), const SYS_RT_SIGTIMEDWAIT ideal-int +pkg syscall (linux-amd64), const SYS_RT_TGSIGQUEUEINFO ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_GETAFFINITY ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_SETAFFINITY ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (linux-amd64), const SYS_SCHED_YIELD ideal-int +pkg syscall (linux-amd64), const SYS_SECURITY ideal-int +pkg syscall (linux-amd64), const SYS_SELECT ideal-int +pkg syscall (linux-amd64), const SYS_SEMCTL ideal-int +pkg syscall (linux-amd64), const SYS_SEMGET ideal-int +pkg syscall (linux-amd64), const SYS_SEMOP ideal-int +pkg syscall (linux-amd64), const SYS_SEMTIMEDOP ideal-int +pkg syscall (linux-amd64), const SYS_SENDFILE ideal-int +pkg syscall (linux-amd64), const SYS_SENDMSG ideal-int +pkg syscall (linux-amd64), const SYS_SENDTO ideal-int +pkg syscall (linux-amd64), const SYS_SETDOMAINNAME ideal-int +pkg syscall (linux-amd64), const SYS_SETFSGID ideal-int +pkg syscall (linux-amd64), const SYS_SETFSUID ideal-int +pkg syscall (linux-amd64), const SYS_SETGID ideal-int +pkg syscall (linux-amd64), const SYS_SETGROUPS ideal-int +pkg syscall (linux-amd64), const SYS_SETHOSTNAME ideal-int +pkg syscall (linux-amd64), const SYS_SETITIMER ideal-int +pkg syscall (linux-amd64), const SYS_SETPGID ideal-int +pkg syscall (linux-amd64), const SYS_SETPRIORITY ideal-int +pkg syscall (linux-amd64), const SYS_SETREGID ideal-int +pkg syscall (linux-amd64), const SYS_SETRESGID ideal-int +pkg syscall (linux-amd64), const SYS_SETRESUID ideal-int +pkg syscall (linux-amd64), const SYS_SETREUID ideal-int +pkg syscall (linux-amd64), const SYS_SETRLIMIT ideal-int +pkg syscall (linux-amd64), const SYS_SETSID ideal-int +pkg syscall (linux-amd64), const SYS_SETSOCKOPT ideal-int +pkg syscall (linux-amd64), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (linux-amd64), const SYS_SETUID ideal-int +pkg syscall (linux-amd64), const SYS_SETXATTR ideal-int +pkg syscall (linux-amd64), const SYS_SET_MEMPOLICY ideal-int +pkg syscall (linux-amd64), const SYS_SET_ROBUST_LIST ideal-int +pkg syscall (linux-amd64), const SYS_SET_THREAD_AREA ideal-int +pkg syscall (linux-amd64), const SYS_SET_TID_ADDRESS ideal-int +pkg syscall (linux-amd64), const SYS_SHMAT ideal-int +pkg syscall (linux-amd64), const SYS_SHMCTL ideal-int +pkg syscall (linux-amd64), const SYS_SHMDT ideal-int +pkg syscall (linux-amd64), const SYS_SHMGET ideal-int +pkg syscall (linux-amd64), const SYS_SHUTDOWN ideal-int +pkg syscall (linux-amd64), const SYS_SIGALTSTACK ideal-int +pkg syscall (linux-amd64), const SYS_SIGNALFD ideal-int +pkg syscall (linux-amd64), const SYS_SIGNALFD4 ideal-int +pkg syscall (linux-amd64), const SYS_SOCKET ideal-int +pkg syscall (linux-amd64), const SYS_SOCKETPAIR ideal-int +pkg syscall (linux-amd64), const SYS_SPLICE ideal-int +pkg syscall (linux-amd64), const SYS_STAT ideal-int +pkg syscall (linux-amd64), const SYS_STATFS ideal-int +pkg syscall (linux-amd64), const SYS_SWAPOFF ideal-int +pkg syscall (linux-amd64), const SYS_SWAPON ideal-int +pkg syscall (linux-amd64), const SYS_SYMLINK ideal-int +pkg syscall (linux-amd64), const SYS_SYMLINKAT ideal-int +pkg syscall (linux-amd64), const SYS_SYNC ideal-int +pkg syscall (linux-amd64), const SYS_SYNC_FILE_RANGE ideal-int +pkg syscall (linux-amd64), const SYS_SYSFS ideal-int +pkg syscall (linux-amd64), const SYS_SYSINFO ideal-int +pkg syscall (linux-amd64), const SYS_SYSLOG ideal-int +pkg syscall (linux-amd64), const SYS_TEE ideal-int +pkg syscall (linux-amd64), const SYS_TGKILL ideal-int +pkg syscall (linux-amd64), const SYS_TIME ideal-int +pkg syscall (linux-amd64), const SYS_TIMERFD_CREATE ideal-int +pkg syscall (linux-amd64), const SYS_TIMERFD_GETTIME ideal-int +pkg syscall (linux-amd64), const SYS_TIMERFD_SETTIME ideal-int +pkg syscall (linux-amd64), const SYS_TIMER_CREATE ideal-int +pkg syscall (linux-amd64), const SYS_TIMER_DELETE ideal-int +pkg syscall (linux-amd64), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (linux-amd64), const SYS_TIMER_GETTIME ideal-int +pkg syscall (linux-amd64), const SYS_TIMER_SETTIME ideal-int +pkg syscall (linux-amd64), const SYS_TIMES ideal-int +pkg syscall (linux-amd64), const SYS_TKILL ideal-int +pkg syscall (linux-amd64), const SYS_TRUNCATE ideal-int +pkg syscall (linux-amd64), const SYS_TUXCALL ideal-int +pkg syscall (linux-amd64), const SYS_UMASK ideal-int +pkg syscall (linux-amd64), const SYS_UMOUNT2 ideal-int +pkg syscall (linux-amd64), const SYS_UNAME ideal-int +pkg syscall (linux-amd64), const SYS_UNLINK ideal-int +pkg syscall (linux-amd64), const SYS_UNLINKAT ideal-int +pkg syscall (linux-amd64), const SYS_UNSHARE ideal-int +pkg syscall (linux-amd64), const SYS_USELIB ideal-int +pkg syscall (linux-amd64), const SYS_USTAT ideal-int +pkg syscall (linux-amd64), const SYS_UTIME ideal-int +pkg syscall (linux-amd64), const SYS_UTIMENSAT ideal-int +pkg syscall (linux-amd64), const SYS_UTIMES ideal-int +pkg syscall (linux-amd64), const SYS_VFORK ideal-int +pkg syscall (linux-amd64), const SYS_VHANGUP ideal-int +pkg syscall (linux-amd64), const SYS_VMSPLICE ideal-int +pkg syscall (linux-amd64), const SYS_VSERVER ideal-int +pkg syscall (linux-amd64), const SYS_WAIT4 ideal-int +pkg syscall (linux-amd64), const SYS_WAITID ideal-int +pkg syscall (linux-amd64), const SYS_WRITE ideal-int +pkg syscall (linux-amd64), const SYS_WRITEV ideal-int +pkg syscall (linux-amd64), const SYS__SYSCTL ideal-int +pkg syscall (linux-amd64), const S_BLKSIZE ideal-int +pkg syscall (linux-amd64), const S_IEXEC ideal-int +pkg syscall (linux-amd64), const S_IREAD ideal-int +pkg syscall (linux-amd64), const S_IRGRP ideal-int +pkg syscall (linux-amd64), const S_IROTH ideal-int +pkg syscall (linux-amd64), const S_IRWXG ideal-int +pkg syscall (linux-amd64), const S_IRWXO ideal-int +pkg syscall (linux-amd64), const S_IRWXU ideal-int +pkg syscall (linux-amd64), const S_IWGRP ideal-int +pkg syscall (linux-amd64), const S_IWOTH ideal-int +pkg syscall (linux-amd64), const S_IWRITE ideal-int +pkg syscall (linux-amd64), const S_IXGRP ideal-int +pkg syscall (linux-amd64), const S_IXOTH ideal-int +pkg syscall (linux-amd64), const SizeofCmsghdr ideal-int +pkg syscall (linux-amd64), const SizeofIPMreq ideal-int +pkg syscall (linux-amd64), const SizeofIPMreqn ideal-int +pkg syscall (linux-amd64), const SizeofIPv6Mreq ideal-int +pkg syscall (linux-amd64), const SizeofIfAddrmsg ideal-int +pkg syscall (linux-amd64), const SizeofIfInfomsg ideal-int +pkg syscall (linux-amd64), const SizeofInet4Pktinfo ideal-int +pkg syscall (linux-amd64), const SizeofInet6Pktinfo ideal-int +pkg syscall (linux-amd64), const SizeofInotifyEvent ideal-int +pkg syscall (linux-amd64), const SizeofLinger ideal-int +pkg syscall (linux-amd64), const SizeofMsghdr ideal-int +pkg syscall (linux-amd64), const SizeofNlAttr ideal-int +pkg syscall (linux-amd64), const SizeofNlMsgerr ideal-int +pkg syscall (linux-amd64), const SizeofNlMsghdr ideal-int +pkg syscall (linux-amd64), const SizeofRtAttr ideal-int +pkg syscall (linux-amd64), const SizeofRtGenmsg ideal-int +pkg syscall (linux-amd64), const SizeofRtMsg ideal-int +pkg syscall (linux-amd64), const SizeofRtNexthop ideal-int +pkg syscall (linux-amd64), const SizeofSockFilter ideal-int +pkg syscall (linux-amd64), const SizeofSockFprog ideal-int +pkg syscall (linux-amd64), const SizeofSockaddrAny ideal-int +pkg syscall (linux-amd64), const SizeofSockaddrInet4 ideal-int +pkg syscall (linux-amd64), const SizeofSockaddrInet6 ideal-int +pkg syscall (linux-amd64), const SizeofSockaddrLinklayer ideal-int +pkg syscall (linux-amd64), const SizeofSockaddrNetlink ideal-int +pkg syscall (linux-amd64), const SizeofSockaddrUnix ideal-int +pkg syscall (linux-amd64), const SizeofUcred ideal-int +pkg syscall (linux-amd64), const TCGETS ideal-int +pkg syscall (linux-amd64), const TCP_CONGESTION ideal-int +pkg syscall (linux-amd64), const TCP_CORK ideal-int +pkg syscall (linux-amd64), const TCP_DEFER_ACCEPT ideal-int +pkg syscall (linux-amd64), const TCP_INFO ideal-int +pkg syscall (linux-amd64), const TCP_KEEPCNT ideal-int +pkg syscall (linux-amd64), const TCP_KEEPIDLE ideal-int +pkg syscall (linux-amd64), const TCP_KEEPINTVL ideal-int +pkg syscall (linux-amd64), const TCP_LINGER2 ideal-int +pkg syscall (linux-amd64), const TCP_MAXSEG ideal-int +pkg syscall (linux-amd64), const TCP_MAXWIN ideal-int +pkg syscall (linux-amd64), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (linux-amd64), const TCP_MD5SIG ideal-int +pkg syscall (linux-amd64), const TCP_MD5SIG_MAXKEYLEN ideal-int +pkg syscall (linux-amd64), const TCP_MSS ideal-int +pkg syscall (linux-amd64), const TCP_QUICKACK ideal-int +pkg syscall (linux-amd64), const TCP_SYNCNT ideal-int +pkg syscall (linux-amd64), const TCP_WINDOW_CLAMP ideal-int +pkg syscall (linux-amd64), const TCSETS ideal-int +pkg syscall (linux-amd64), const TIOCCBRK ideal-int +pkg syscall (linux-amd64), const TIOCCONS ideal-int +pkg syscall (linux-amd64), const TIOCEXCL ideal-int +pkg syscall (linux-amd64), const TIOCGDEV ideal-int +pkg syscall (linux-amd64), const TIOCGETD ideal-int +pkg syscall (linux-amd64), const TIOCGICOUNT ideal-int +pkg syscall (linux-amd64), const TIOCGLCKTRMIOS ideal-int +pkg syscall (linux-amd64), const TIOCGPGRP ideal-int +pkg syscall (linux-amd64), const TIOCGPTN ideal-int +pkg syscall (linux-amd64), const TIOCGRS485 ideal-int +pkg syscall (linux-amd64), const TIOCGSERIAL ideal-int +pkg syscall (linux-amd64), const TIOCGSID ideal-int +pkg syscall (linux-amd64), const TIOCGSOFTCAR ideal-int +pkg syscall (linux-amd64), const TIOCGWINSZ ideal-int +pkg syscall (linux-amd64), const TIOCINQ ideal-int +pkg syscall (linux-amd64), const TIOCLINUX ideal-int +pkg syscall (linux-amd64), const TIOCMBIC ideal-int +pkg syscall (linux-amd64), const TIOCMBIS ideal-int +pkg syscall (linux-amd64), const TIOCMGET ideal-int +pkg syscall (linux-amd64), const TIOCMIWAIT ideal-int +pkg syscall (linux-amd64), const TIOCMSET ideal-int +pkg syscall (linux-amd64), const TIOCM_CAR ideal-int +pkg syscall (linux-amd64), const TIOCM_CD ideal-int +pkg syscall (linux-amd64), const TIOCM_CTS ideal-int +pkg syscall (linux-amd64), const TIOCM_DSR ideal-int +pkg syscall (linux-amd64), const TIOCM_DTR ideal-int +pkg syscall (linux-amd64), const TIOCM_LE ideal-int +pkg syscall (linux-amd64), const TIOCM_RI ideal-int +pkg syscall (linux-amd64), const TIOCM_RNG ideal-int +pkg syscall (linux-amd64), const TIOCM_RTS ideal-int +pkg syscall (linux-amd64), const TIOCM_SR ideal-int +pkg syscall (linux-amd64), const TIOCM_ST ideal-int +pkg syscall (linux-amd64), const TIOCNOTTY ideal-int +pkg syscall (linux-amd64), const TIOCNXCL ideal-int +pkg syscall (linux-amd64), const TIOCOUTQ ideal-int +pkg syscall (linux-amd64), const TIOCPKT ideal-int +pkg syscall (linux-amd64), const TIOCPKT_DATA ideal-int +pkg syscall (linux-amd64), const TIOCPKT_DOSTOP ideal-int +pkg syscall (linux-amd64), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (linux-amd64), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (linux-amd64), const TIOCPKT_IOCTL ideal-int +pkg syscall (linux-amd64), const TIOCPKT_NOSTOP ideal-int +pkg syscall (linux-amd64), const TIOCPKT_START ideal-int +pkg syscall (linux-amd64), const TIOCPKT_STOP ideal-int +pkg syscall (linux-amd64), const TIOCSBRK ideal-int +pkg syscall (linux-amd64), const TIOCSCTTY ideal-int +pkg syscall (linux-amd64), const TIOCSERCONFIG ideal-int +pkg syscall (linux-amd64), const TIOCSERGETLSR ideal-int +pkg syscall (linux-amd64), const TIOCSERGETMULTI ideal-int +pkg syscall (linux-amd64), const TIOCSERGSTRUCT ideal-int +pkg syscall (linux-amd64), const TIOCSERGWILD ideal-int +pkg syscall (linux-amd64), const TIOCSERSETMULTI ideal-int +pkg syscall (linux-amd64), const TIOCSERSWILD ideal-int +pkg syscall (linux-amd64), const TIOCSER_TEMT ideal-int +pkg syscall (linux-amd64), const TIOCSETD ideal-int +pkg syscall (linux-amd64), const TIOCSIG ideal-int +pkg syscall (linux-amd64), const TIOCSLCKTRMIOS ideal-int +pkg syscall (linux-amd64), const TIOCSPGRP ideal-int +pkg syscall (linux-amd64), const TIOCSPTLCK ideal-int +pkg syscall (linux-amd64), const TIOCSRS485 ideal-int +pkg syscall (linux-amd64), const TIOCSSERIAL ideal-int +pkg syscall (linux-amd64), const TIOCSSOFTCAR ideal-int +pkg syscall (linux-amd64), const TIOCSTI ideal-int +pkg syscall (linux-amd64), const TIOCSWINSZ ideal-int +pkg syscall (linux-amd64), const TOSTOP ideal-int +pkg syscall (linux-amd64), const TUNATTACHFILTER ideal-int +pkg syscall (linux-amd64), const TUNDETACHFILTER ideal-int +pkg syscall (linux-amd64), const TUNGETFEATURES ideal-int +pkg syscall (linux-amd64), const TUNGETIFF ideal-int +pkg syscall (linux-amd64), const TUNGETSNDBUF ideal-int +pkg syscall (linux-amd64), const TUNGETVNETHDRSZ ideal-int +pkg syscall (linux-amd64), const TUNSETDEBUG ideal-int +pkg syscall (linux-amd64), const TUNSETGROUP ideal-int +pkg syscall (linux-amd64), const TUNSETIFF ideal-int +pkg syscall (linux-amd64), const TUNSETLINK ideal-int +pkg syscall (linux-amd64), const TUNSETNOCSUM ideal-int +pkg syscall (linux-amd64), const TUNSETOFFLOAD ideal-int +pkg syscall (linux-amd64), const TUNSETOWNER ideal-int +pkg syscall (linux-amd64), const TUNSETPERSIST ideal-int +pkg syscall (linux-amd64), const TUNSETSNDBUF ideal-int +pkg syscall (linux-amd64), const TUNSETTXFILTER ideal-int +pkg syscall (linux-amd64), const TUNSETVNETHDRSZ ideal-int +pkg syscall (linux-amd64), const VDISCARD ideal-int +pkg syscall (linux-amd64), const VEOF ideal-int +pkg syscall (linux-amd64), const VEOL ideal-int +pkg syscall (linux-amd64), const VEOL2 ideal-int +pkg syscall (linux-amd64), const VERASE ideal-int +pkg syscall (linux-amd64), const VINTR ideal-int +pkg syscall (linux-amd64), const VKILL ideal-int +pkg syscall (linux-amd64), const VLNEXT ideal-int +pkg syscall (linux-amd64), const VMIN ideal-int +pkg syscall (linux-amd64), const VQUIT ideal-int +pkg syscall (linux-amd64), const VREPRINT ideal-int +pkg syscall (linux-amd64), const VSTART ideal-int +pkg syscall (linux-amd64), const VSTOP ideal-int +pkg syscall (linux-amd64), const VSUSP ideal-int +pkg syscall (linux-amd64), const VSWTC ideal-int +pkg syscall (linux-amd64), const VTIME ideal-int +pkg syscall (linux-amd64), const VWERASE ideal-int +pkg syscall (linux-amd64), const WALL ideal-int +pkg syscall (linux-amd64), const WCLONE ideal-int +pkg syscall (linux-amd64), const WCONTINUED ideal-int +pkg syscall (linux-amd64), const WEXITED ideal-int +pkg syscall (linux-amd64), const WNOHANG ideal-int +pkg syscall (linux-amd64), const WNOTHREAD ideal-int +pkg syscall (linux-amd64), const WNOWAIT ideal-int +pkg syscall (linux-amd64), const WORDSIZE ideal-int +pkg syscall (linux-amd64), const WSTOPPED ideal-int +pkg syscall (linux-amd64), const WUNTRACED ideal-int +pkg syscall (linux-amd64), const XCASE ideal-int +pkg syscall (linux-amd64), func Accept(int) (int, Sockaddr, error) +pkg syscall (linux-amd64), func Access(string, uint32) error +pkg syscall (linux-amd64), func Acct(string) error +pkg syscall (linux-amd64), func Adjtimex(*Timex) (int, error) +pkg syscall (linux-amd64), func AttachLsf(int, []SockFilter) error +pkg syscall (linux-amd64), func Bind(int, Sockaddr) error +pkg syscall (linux-amd64), func BindToDevice(int, string) error +pkg syscall (linux-amd64), func Chroot(string) error +pkg syscall (linux-amd64), func Close(int) error +pkg syscall (linux-amd64), func CloseOnExec(int) +pkg syscall (linux-amd64), func CmsgLen(int) int +pkg syscall (linux-amd64), func CmsgSpace(int) int +pkg syscall (linux-amd64), func Connect(int, Sockaddr) error +pkg syscall (linux-amd64), func Creat(string, uint32) (int, error) +pkg syscall (linux-amd64), func DetachLsf(int) error +pkg syscall (linux-amd64), func Dup(int) (int, error) +pkg syscall (linux-amd64), func Dup2(int, int) error +pkg syscall (linux-amd64), func EpollCreate(int) (int, error) +pkg syscall (linux-amd64), func EpollCreate1(int) (int, error) +pkg syscall (linux-amd64), func EpollCtl(int, int, int, *EpollEvent) error +pkg syscall (linux-amd64), func EpollWait(int, []EpollEvent, int) (int, error) +pkg syscall (linux-amd64), func Faccessat(int, string, uint32, int) error +pkg syscall (linux-amd64), func Fallocate(int, uint32, int64, int64) error +pkg syscall (linux-amd64), func Fchdir(int) error +pkg syscall (linux-amd64), func Fchmod(int, uint32) error +pkg syscall (linux-amd64), func Fchmodat(int, string, uint32, int) error +pkg syscall (linux-amd64), func Fchown(int, int, int) error +pkg syscall (linux-amd64), func Fchownat(int, string, int, int, int) error +pkg syscall (linux-amd64), func Fdatasync(int) error +pkg syscall (linux-amd64), func Flock(int, int) error +pkg syscall (linux-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (linux-amd64), func Fstat(int, *Stat_t) error +pkg syscall (linux-amd64), func Fstatfs(int, *Statfs_t) error +pkg syscall (linux-amd64), func Fsync(int) error +pkg syscall (linux-amd64), func Ftruncate(int, int64) error +pkg syscall (linux-amd64), func Futimes(int, []Timeval) error +pkg syscall (linux-amd64), func Futimesat(int, string, []Timeval) error +pkg syscall (linux-amd64), func Getcwd([]uint8) (int, error) +pkg syscall (linux-amd64), func Getdents(int, []uint8) (int, error) +pkg syscall (linux-amd64), func Getpeername(int) (Sockaddr, error) +pkg syscall (linux-amd64), func Getpgid(int) (int, error) +pkg syscall (linux-amd64), func Getpgrp() int +pkg syscall (linux-amd64), func Getrlimit(int, *Rlimit) error +pkg syscall (linux-amd64), func Getrusage(int, *Rusage) error +pkg syscall (linux-amd64), func Getsockname(int) (Sockaddr, error) +pkg syscall (linux-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (linux-amd64), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (linux-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (linux-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (linux-amd64), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (linux-amd64), func Gettid() int +pkg syscall (linux-amd64), func InotifyAddWatch(int, string, uint32) (int, error) +pkg syscall (linux-amd64), func InotifyInit() (int, error) +pkg syscall (linux-amd64), func InotifyInit1(int) (int, error) +pkg syscall (linux-amd64), func InotifyRmWatch(int, uint32) (int, error) +pkg syscall (linux-amd64), func Ioperm(int, int, int) error +pkg syscall (linux-amd64), func Iopl(int) error +pkg syscall (linux-amd64), func Kill(int, Signal) error +pkg syscall (linux-amd64), func Klogctl(int, []uint8) (int, error) +pkg syscall (linux-amd64), func Listen(int, int) error +pkg syscall (linux-amd64), func LsfJump(int, int, int, int) *SockFilter +pkg syscall (linux-amd64), func LsfSocket(int, int) (int, error) +pkg syscall (linux-amd64), func LsfStmt(int, int) *SockFilter +pkg syscall (linux-amd64), func Lstat(string, *Stat_t) error +pkg syscall (linux-amd64), func Madvise([]uint8, int) error +pkg syscall (linux-amd64), func Mkdirat(int, string, uint32) error +pkg syscall (linux-amd64), func Mkfifo(string, uint32) error +pkg syscall (linux-amd64), func Mknod(string, uint32, int) error +pkg syscall (linux-amd64), func Mknodat(int, string, uint32, int) error +pkg syscall (linux-amd64), func Mlock([]uint8) error +pkg syscall (linux-amd64), func Mlockall(int) error +pkg syscall (linux-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (linux-amd64), func Mount(string, string, string, uintptr, string) error +pkg syscall (linux-amd64), func Mprotect([]uint8, int) error +pkg syscall (linux-amd64), func Munlock([]uint8) error +pkg syscall (linux-amd64), func Munlockall() error +pkg syscall (linux-amd64), func Munmap([]uint8) error +pkg syscall (linux-amd64), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (linux-amd64), func NetlinkRIB(int, int) ([]uint8, error) +pkg syscall (linux-amd64), func NsecToTimespec(int64) Timespec +pkg syscall (linux-amd64), func Open(string, int, uint32) (int, error) +pkg syscall (linux-amd64), func Openat(int, string, int, uint32) (int, error) +pkg syscall (linux-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (linux-amd64), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) +pkg syscall (linux-amd64), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) +pkg syscall (linux-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (linux-amd64), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) +pkg syscall (linux-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (linux-amd64), func Pause() error +pkg syscall (linux-amd64), func Pipe([]int) error +pkg syscall (linux-amd64), func PivotRoot(string, string) error +pkg syscall (linux-amd64), func Pread(int, []uint8, int64) (int, error) +pkg syscall (linux-amd64), func PtraceAttach(int) error +pkg syscall (linux-amd64), func PtraceCont(int, int) error +pkg syscall (linux-amd64), func PtraceDetach(int) error +pkg syscall (linux-amd64), func PtraceGetEventMsg(int) (uint, error) +pkg syscall (linux-amd64), func PtraceGetRegs(int, *PtraceRegs) error +pkg syscall (linux-amd64), func PtracePeekData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64), func PtracePeekText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64), func PtracePokeData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64), func PtracePokeText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64), func PtraceSetOptions(int, int) error +pkg syscall (linux-amd64), func PtraceSetRegs(int, *PtraceRegs) error +pkg syscall (linux-amd64), func PtraceSingleStep(int) error +pkg syscall (linux-amd64), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (linux-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64), func Read(int, []uint8) (int, error) +pkg syscall (linux-amd64), func ReadDirent(int, []uint8) (int, error) +pkg syscall (linux-amd64), func Reboot(int) error +pkg syscall (linux-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (linux-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (linux-amd64), func Renameat(int, string, int, string) error +pkg syscall (linux-amd64), func Seek(int, int64, int) (int64, error) +pkg syscall (linux-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) +pkg syscall (linux-amd64), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (linux-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (linux-amd64), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (linux-amd64), func SetLsfPromisc(string, bool) error +pkg syscall (linux-amd64), func SetNonblock(int, bool) error +pkg syscall (linux-amd64), func Setdomainname([]uint8) error +pkg syscall (linux-amd64), func Setfsgid(int) error +pkg syscall (linux-amd64), func Setfsuid(int) error +pkg syscall (linux-amd64), func Setgid(int) error +pkg syscall (linux-amd64), func Setgroups([]int) error +pkg syscall (linux-amd64), func Sethostname([]uint8) error +pkg syscall (linux-amd64), func Setpgid(int, int) error +pkg syscall (linux-amd64), func Setregid(int, int) error +pkg syscall (linux-amd64), func Setresgid(int, int, int) error +pkg syscall (linux-amd64), func Setresuid(int, int, int) error +pkg syscall (linux-amd64), func Setreuid(int, int) error +pkg syscall (linux-amd64), func Setrlimit(int, *Rlimit) error +pkg syscall (linux-amd64), func Setsid() (int, error) +pkg syscall (linux-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (linux-amd64), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (linux-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (linux-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (linux-amd64), func SetsockoptInt(int, int, int, int) error +pkg syscall (linux-amd64), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (linux-amd64), func SetsockoptString(int, int, int, string) error +pkg syscall (linux-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (linux-amd64), func Settimeofday(*Timeval) error +pkg syscall (linux-amd64), func Setuid(int) error +pkg syscall (linux-amd64), func Shutdown(int, int) error +pkg syscall (linux-amd64), func Socket(int, int, int) (int, error) +pkg syscall (linux-amd64), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (linux-amd64), func Splice(int, *int64, int, *int64, int, int) (int64, error) +pkg syscall (linux-amd64), func Stat(string, *Stat_t) error +pkg syscall (linux-amd64), func Statfs(string, *Statfs_t) error +pkg syscall (linux-amd64), func StringSlicePtr([]string) []*uint8 +pkg syscall (linux-amd64), func Sync() +pkg syscall (linux-amd64), func SyncFileRange(int, int64, int64, int) error +pkg syscall (linux-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64), func Sysinfo(*Sysinfo_t) error +pkg syscall (linux-amd64), func Tee(int, int, int, int) (int64, error) +pkg syscall (linux-amd64), func Tgkill(int, int, Signal) error +pkg syscall (linux-amd64), func Time(*Time_t) (Time_t, error) +pkg syscall (linux-amd64), func Times(*Tms) (uintptr, error) +pkg syscall (linux-amd64), func TimespecToNsec(Timespec) int64 +pkg syscall (linux-amd64), func TimevalToNsec(Timeval) int64 +pkg syscall (linux-amd64), func Truncate(string, int64) error +pkg syscall (linux-amd64), func Umask(int) int +pkg syscall (linux-amd64), func Uname(*Utsname) error +pkg syscall (linux-amd64), func UnixCredentials(*Ucred) []uint8 +pkg syscall (linux-amd64), func UnixRights(...int) []uint8 +pkg syscall (linux-amd64), func Unlinkat(int, string) error +pkg syscall (linux-amd64), func Unmount(string, int) error +pkg syscall (linux-amd64), func Unshare(int) error +pkg syscall (linux-amd64), func Ustat(int, *Ustat_t) error +pkg syscall (linux-amd64), func Utime(string, *Utimbuf) error +pkg syscall (linux-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (linux-amd64), func Write(int, []uint8) (int, error) +pkg syscall (linux-amd64), method (*Cmsghdr) SetLen(int) +pkg syscall (linux-amd64), method (*Iovec) SetLen(int) +pkg syscall (linux-amd64), method (*Msghdr) SetControllen(int) +pkg syscall (linux-amd64), method (*PtraceRegs) PC() uint64 +pkg syscall (linux-amd64), method (*PtraceRegs) SetPC(uint64) +pkg syscall (linux-amd64), type Cmsghdr struct +pkg syscall (linux-amd64), type Cmsghdr struct, Len uint64 +pkg syscall (linux-amd64), type Cmsghdr struct, Level int32 +pkg syscall (linux-amd64), type Cmsghdr struct, Type int32 +pkg syscall (linux-amd64), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-amd64), type Credential struct +pkg syscall (linux-amd64), type Credential struct, Gid uint32 +pkg syscall (linux-amd64), type Credential struct, Groups []uint32 +pkg syscall (linux-amd64), type Credential struct, Uid uint32 +pkg syscall (linux-amd64), type Dirent struct +pkg syscall (linux-amd64), type Dirent struct, Ino uint64 +pkg syscall (linux-amd64), type Dirent struct, Name [256]int8 +pkg syscall (linux-amd64), type Dirent struct, Off int64 +pkg syscall (linux-amd64), type Dirent struct, Pad_cgo_0 [5]uint8 +pkg syscall (linux-amd64), type Dirent struct, Reclen uint16 +pkg syscall (linux-amd64), type Dirent struct, Type uint8 +pkg syscall (linux-amd64), type EpollEvent struct +pkg syscall (linux-amd64), type EpollEvent struct, Events uint32 +pkg syscall (linux-amd64), type EpollEvent struct, Fd int32 +pkg syscall (linux-amd64), type EpollEvent struct, Pad int32 +pkg syscall (linux-amd64), type FdSet struct +pkg syscall (linux-amd64), type FdSet struct, Bits [16]int64 +pkg syscall (linux-amd64), type Fsid struct +pkg syscall (linux-amd64), type Fsid struct, X__val [2]int32 +pkg syscall (linux-amd64), type IPMreqn struct +pkg syscall (linux-amd64), type IPMreqn struct, Address [4]uint8 +pkg syscall (linux-amd64), type IPMreqn struct, Ifindex int32 +pkg syscall (linux-amd64), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (linux-amd64), type IfAddrmsg struct +pkg syscall (linux-amd64), type IfAddrmsg struct, Family uint8 +pkg syscall (linux-amd64), type IfAddrmsg struct, Flags uint8 +pkg syscall (linux-amd64), type IfAddrmsg struct, Index uint32 +pkg syscall (linux-amd64), type IfAddrmsg struct, Prefixlen uint8 +pkg syscall (linux-amd64), type IfAddrmsg struct, Scope uint8 +pkg syscall (linux-amd64), type IfInfomsg struct +pkg syscall (linux-amd64), type IfInfomsg struct, Change uint32 +pkg syscall (linux-amd64), type IfInfomsg struct, Family uint8 +pkg syscall (linux-amd64), type IfInfomsg struct, Flags uint32 +pkg syscall (linux-amd64), type IfInfomsg struct, Index int32 +pkg syscall (linux-amd64), type IfInfomsg struct, Type uint16 +pkg syscall (linux-amd64), type IfInfomsg struct, X__ifi_pad uint8 +pkg syscall (linux-amd64), type Inet4Pktinfo struct +pkg syscall (linux-amd64), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (linux-amd64), type Inet4Pktinfo struct, Ifindex int32 +pkg syscall (linux-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (linux-amd64), type Inet6Pktinfo struct +pkg syscall (linux-amd64), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (linux-amd64), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (linux-amd64), type InotifyEvent struct +pkg syscall (linux-amd64), type InotifyEvent struct, Cookie uint32 +pkg syscall (linux-amd64), type InotifyEvent struct, Len uint32 +pkg syscall (linux-amd64), type InotifyEvent struct, Mask uint32 +pkg syscall (linux-amd64), type InotifyEvent struct, Name [0]uint8 +pkg syscall (linux-amd64), type InotifyEvent struct, Wd int32 +pkg syscall (linux-amd64), type Iovec struct +pkg syscall (linux-amd64), type Iovec struct, Base *uint8 +pkg syscall (linux-amd64), type Iovec struct, Len uint64 +pkg syscall (linux-amd64), type Msghdr struct +pkg syscall (linux-amd64), type Msghdr struct, Control *uint8 +pkg syscall (linux-amd64), type Msghdr struct, Controllen uint64 +pkg syscall (linux-amd64), type Msghdr struct, Flags int32 +pkg syscall (linux-amd64), type Msghdr struct, Iov *Iovec +pkg syscall (linux-amd64), type Msghdr struct, Iovlen uint64 +pkg syscall (linux-amd64), type Msghdr struct, Name *uint8 +pkg syscall (linux-amd64), type Msghdr struct, Namelen uint32 +pkg syscall (linux-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64), type NetlinkMessage struct +pkg syscall (linux-amd64), type NetlinkMessage struct, Data []uint8 +pkg syscall (linux-amd64), type NetlinkMessage struct, Header NlMsghdr +pkg syscall (linux-amd64), type NetlinkRouteAttr struct +pkg syscall (linux-amd64), type NetlinkRouteAttr struct, Attr RtAttr +pkg syscall (linux-amd64), type NetlinkRouteAttr struct, Value []uint8 +pkg syscall (linux-amd64), type NetlinkRouteRequest struct +pkg syscall (linux-amd64), type NetlinkRouteRequest struct, Data RtGenmsg +pkg syscall (linux-amd64), type NetlinkRouteRequest struct, Header NlMsghdr +pkg syscall (linux-amd64), type NlAttr struct +pkg syscall (linux-amd64), type NlAttr struct, Len uint16 +pkg syscall (linux-amd64), type NlAttr struct, Type uint16 +pkg syscall (linux-amd64), type NlMsgerr struct +pkg syscall (linux-amd64), type NlMsgerr struct, Error int32 +pkg syscall (linux-amd64), type NlMsgerr struct, Msg NlMsghdr +pkg syscall (linux-amd64), type NlMsghdr struct +pkg syscall (linux-amd64), type NlMsghdr struct, Flags uint16 +pkg syscall (linux-amd64), type NlMsghdr struct, Len uint32 +pkg syscall (linux-amd64), type NlMsghdr struct, Pid uint32 +pkg syscall (linux-amd64), type NlMsghdr struct, Seq uint32 +pkg syscall (linux-amd64), type NlMsghdr struct, Type uint16 +pkg syscall (linux-amd64), type PtraceRegs struct +pkg syscall (linux-amd64), type PtraceRegs struct, Cs uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Ds uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Eflags uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Es uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Fs uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Fs_base uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Gs uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Gs_base uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Orig_rax uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R10 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R11 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R12 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R13 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R14 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R15 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R8 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, R9 uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rax uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rbp uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rbx uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rcx uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rdi uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rdx uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rip uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rsi uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Rsp uint64 +pkg syscall (linux-amd64), type PtraceRegs struct, Ss uint64 +pkg syscall (linux-amd64), type RawSockaddr struct, Data [14]int8 +pkg syscall (linux-amd64), type RawSockaddr struct, Family uint16 +pkg syscall (linux-amd64), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (linux-amd64), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (linux-amd64), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (linux-amd64), type RawSockaddrInet6 struct +pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Family uint16 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Ifindex int32 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-amd64), type RawSockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-amd64), type RawSockaddrNetlink struct +pkg syscall (linux-amd64), type RawSockaddrNetlink struct, Family uint16 +pkg syscall (linux-amd64), type RawSockaddrNetlink struct, Groups uint32 +pkg syscall (linux-amd64), type RawSockaddrNetlink struct, Pad uint16 +pkg syscall (linux-amd64), type RawSockaddrNetlink struct, Pid uint32 +pkg syscall (linux-amd64), type RawSockaddrUnix struct +pkg syscall (linux-amd64), type RawSockaddrUnix struct, Family uint16 +pkg syscall (linux-amd64), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (linux-amd64), type Rlimit struct +pkg syscall (linux-amd64), type Rlimit struct, Cur uint64 +pkg syscall (linux-amd64), type Rlimit struct, Max uint64 +pkg syscall (linux-amd64), type RtAttr struct +pkg syscall (linux-amd64), type RtAttr struct, Len uint16 +pkg syscall (linux-amd64), type RtAttr struct, Type uint16 +pkg syscall (linux-amd64), type RtGenmsg struct +pkg syscall (linux-amd64), type RtGenmsg struct, Family uint8 +pkg syscall (linux-amd64), type RtMsg struct +pkg syscall (linux-amd64), type RtMsg struct, Dst_len uint8 +pkg syscall (linux-amd64), type RtMsg struct, Family uint8 +pkg syscall (linux-amd64), type RtMsg struct, Flags uint32 +pkg syscall (linux-amd64), type RtMsg struct, Protocol uint8 +pkg syscall (linux-amd64), type RtMsg struct, Scope uint8 +pkg syscall (linux-amd64), type RtMsg struct, Src_len uint8 +pkg syscall (linux-amd64), type RtMsg struct, Table uint8 +pkg syscall (linux-amd64), type RtMsg struct, Tos uint8 +pkg syscall (linux-amd64), type RtMsg struct, Type uint8 +pkg syscall (linux-amd64), type RtNexthop struct +pkg syscall (linux-amd64), type RtNexthop struct, Flags uint8 +pkg syscall (linux-amd64), type RtNexthop struct, Hops uint8 +pkg syscall (linux-amd64), type RtNexthop struct, Ifindex int32 +pkg syscall (linux-amd64), type RtNexthop struct, Len uint16 +pkg syscall (linux-amd64), type Rusage struct, Idrss int64 +pkg syscall (linux-amd64), type Rusage struct, Inblock int64 +pkg syscall (linux-amd64), type Rusage struct, Isrss int64 +pkg syscall (linux-amd64), type Rusage struct, Ixrss int64 +pkg syscall (linux-amd64), type Rusage struct, Majflt int64 +pkg syscall (linux-amd64), type Rusage struct, Maxrss int64 +pkg syscall (linux-amd64), type Rusage struct, Minflt int64 +pkg syscall (linux-amd64), type Rusage struct, Msgrcv int64 +pkg syscall (linux-amd64), type Rusage struct, Msgsnd int64 +pkg syscall (linux-amd64), type Rusage struct, Nivcsw int64 +pkg syscall (linux-amd64), type Rusage struct, Nsignals int64 +pkg syscall (linux-amd64), type Rusage struct, Nswap int64 +pkg syscall (linux-amd64), type Rusage struct, Nvcsw int64 +pkg syscall (linux-amd64), type Rusage struct, Oublock int64 +pkg syscall (linux-amd64), type Rusage struct, Stime Timeval +pkg syscall (linux-amd64), type Rusage struct, Utime Timeval +pkg syscall (linux-amd64), type SockFilter struct +pkg syscall (linux-amd64), type SockFilter struct, Code uint16 +pkg syscall (linux-amd64), type SockFilter struct, Jf uint8 +pkg syscall (linux-amd64), type SockFilter struct, Jt uint8 +pkg syscall (linux-amd64), type SockFilter struct, K uint32 +pkg syscall (linux-amd64), type SockFprog struct +pkg syscall (linux-amd64), type SockFprog struct, Filter *SockFilter +pkg syscall (linux-amd64), type SockFprog struct, Len uint16 +pkg syscall (linux-amd64), type SockFprog struct, Pad_cgo_0 [6]uint8 +pkg syscall (linux-amd64), type SockaddrLinklayer struct +pkg syscall (linux-amd64), type SockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-amd64), type SockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-amd64), type SockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-amd64), type SockaddrLinklayer struct, Ifindex int +pkg syscall (linux-amd64), type SockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-amd64), type SockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-amd64), type SockaddrNetlink struct +pkg syscall (linux-amd64), type SockaddrNetlink struct, Family uint16 +pkg syscall (linux-amd64), type SockaddrNetlink struct, Groups uint32 +pkg syscall (linux-amd64), type SockaddrNetlink struct, Pad uint16 +pkg syscall (linux-amd64), type SockaddrNetlink struct, Pid uint32 +pkg syscall (linux-amd64), type SocketControlMessage struct +pkg syscall (linux-amd64), type SocketControlMessage struct, Data []uint8 +pkg syscall (linux-amd64), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (linux-amd64), type Stat_t struct +pkg syscall (linux-amd64), type Stat_t struct, Atim Timespec +pkg syscall (linux-amd64), type Stat_t struct, Blksize int64 +pkg syscall (linux-amd64), type Stat_t struct, Blocks int64 +pkg syscall (linux-amd64), type Stat_t struct, Ctim Timespec +pkg syscall (linux-amd64), type Stat_t struct, Dev uint64 +pkg syscall (linux-amd64), type Stat_t struct, Gid uint32 +pkg syscall (linux-amd64), type Stat_t struct, Ino uint64 +pkg syscall (linux-amd64), type Stat_t struct, Mode uint32 +pkg syscall (linux-amd64), type Stat_t struct, Mtim Timespec +pkg syscall (linux-amd64), type Stat_t struct, Nlink uint64 +pkg syscall (linux-amd64), type Stat_t struct, Rdev uint64 +pkg syscall (linux-amd64), type Stat_t struct, Size int64 +pkg syscall (linux-amd64), type Stat_t struct, Uid uint32 +pkg syscall (linux-amd64), type Stat_t struct, X__pad0 int32 +pkg syscall (linux-amd64), type Stat_t struct, X__unused [3]int64 +pkg syscall (linux-amd64), type Statfs_t struct +pkg syscall (linux-amd64), type Statfs_t struct, Bavail uint64 +pkg syscall (linux-amd64), type Statfs_t struct, Bfree uint64 +pkg syscall (linux-amd64), type Statfs_t struct, Blocks uint64 +pkg syscall (linux-amd64), type Statfs_t struct, Bsize int64 +pkg syscall (linux-amd64), type Statfs_t struct, Ffree uint64 +pkg syscall (linux-amd64), type Statfs_t struct, Files uint64 +pkg syscall (linux-amd64), type Statfs_t struct, Flags int64 +pkg syscall (linux-amd64), type Statfs_t struct, Frsize int64 +pkg syscall (linux-amd64), type Statfs_t struct, Fsid Fsid +pkg syscall (linux-amd64), type Statfs_t struct, Namelen int64 +pkg syscall (linux-amd64), type Statfs_t struct, Spare [4]int64 +pkg syscall (linux-amd64), type Statfs_t struct, Type int64 +pkg syscall (linux-amd64), type SysProcAttr struct, Chroot string +pkg syscall (linux-amd64), type SysProcAttr struct, Credential *Credential +pkg syscall (linux-amd64), type SysProcAttr struct, Noctty bool +pkg syscall (linux-amd64), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (linux-amd64), type SysProcAttr struct, Ptrace bool +pkg syscall (linux-amd64), type SysProcAttr struct, Setctty bool +pkg syscall (linux-amd64), type SysProcAttr struct, Setpgid bool +pkg syscall (linux-amd64), type SysProcAttr struct, Setsid bool +pkg syscall (linux-amd64), type Sysinfo_t struct +pkg syscall (linux-amd64), type Sysinfo_t struct, Bufferram uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Freehigh uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Freeram uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Freeswap uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Loads [3]uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Pad uint16 +pkg syscall (linux-amd64), type Sysinfo_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64), type Sysinfo_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64), type Sysinfo_t struct, Procs uint16 +pkg syscall (linux-amd64), type Sysinfo_t struct, Sharedram uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Totalhigh uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Totalram uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Totalswap uint64 +pkg syscall (linux-amd64), type Sysinfo_t struct, Unit uint32 +pkg syscall (linux-amd64), type Sysinfo_t struct, Uptime int64 +pkg syscall (linux-amd64), type Sysinfo_t struct, X_f [0]uint8 +pkg syscall (linux-amd64), type Termios struct +pkg syscall (linux-amd64), type Termios struct, Cc [32]uint8 +pkg syscall (linux-amd64), type Termios struct, Cflag uint32 +pkg syscall (linux-amd64), type Termios struct, Iflag uint32 +pkg syscall (linux-amd64), type Termios struct, Ispeed uint32 +pkg syscall (linux-amd64), type Termios struct, Lflag uint32 +pkg syscall (linux-amd64), type Termios struct, Line uint8 +pkg syscall (linux-amd64), type Termios struct, Oflag uint32 +pkg syscall (linux-amd64), type Termios struct, Ospeed uint32 +pkg syscall (linux-amd64), type Termios struct, Pad_cgo_0 [3]uint8 +pkg syscall (linux-amd64), type Time_t int64 +pkg syscall (linux-amd64), type Timespec struct, Nsec int64 +pkg syscall (linux-amd64), type Timespec struct, Sec int64 +pkg syscall (linux-amd64), type Timeval struct, Sec int64 +pkg syscall (linux-amd64), type Timeval struct, Usec int64 +pkg syscall (linux-amd64), type Timex struct +pkg syscall (linux-amd64), type Timex struct, Calcnt int64 +pkg syscall (linux-amd64), type Timex struct, Constant int64 +pkg syscall (linux-amd64), type Timex struct, Errcnt int64 +pkg syscall (linux-amd64), type Timex struct, Esterror int64 +pkg syscall (linux-amd64), type Timex struct, Freq int64 +pkg syscall (linux-amd64), type Timex struct, Jitcnt int64 +pkg syscall (linux-amd64), type Timex struct, Jitter int64 +pkg syscall (linux-amd64), type Timex struct, Maxerror int64 +pkg syscall (linux-amd64), type Timex struct, Modes uint32 +pkg syscall (linux-amd64), type Timex struct, Offset int64 +pkg syscall (linux-amd64), type Timex struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64), type Timex struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64), type Timex struct, Pad_cgo_2 [4]uint8 +pkg syscall (linux-amd64), type Timex struct, Pad_cgo_3 [44]uint8 +pkg syscall (linux-amd64), type Timex struct, Ppsfreq int64 +pkg syscall (linux-amd64), type Timex struct, Precision int64 +pkg syscall (linux-amd64), type Timex struct, Shift int32 +pkg syscall (linux-amd64), type Timex struct, Stabil int64 +pkg syscall (linux-amd64), type Timex struct, Status int32 +pkg syscall (linux-amd64), type Timex struct, Stbcnt int64 +pkg syscall (linux-amd64), type Timex struct, Tai int32 +pkg syscall (linux-amd64), type Timex struct, Tick int64 +pkg syscall (linux-amd64), type Timex struct, Time Timeval +pkg syscall (linux-amd64), type Timex struct, Tolerance int64 +pkg syscall (linux-amd64), type Tms struct +pkg syscall (linux-amd64), type Tms struct, Cstime int64 +pkg syscall (linux-amd64), type Tms struct, Cutime int64 +pkg syscall (linux-amd64), type Tms struct, Stime int64 +pkg syscall (linux-amd64), type Tms struct, Utime int64 +pkg syscall (linux-amd64), type Ucred struct +pkg syscall (linux-amd64), type Ucred struct, Gid uint32 +pkg syscall (linux-amd64), type Ucred struct, Pid int32 +pkg syscall (linux-amd64), type Ucred struct, Uid uint32 +pkg syscall (linux-amd64), type Ustat_t struct +pkg syscall (linux-amd64), type Ustat_t struct, Fname [6]int8 +pkg syscall (linux-amd64), type Ustat_t struct, Fpack [6]int8 +pkg syscall (linux-amd64), type Ustat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64), type Ustat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64), type Ustat_t struct, Tfree int32 +pkg syscall (linux-amd64), type Ustat_t struct, Tinode uint64 +pkg syscall (linux-amd64), type Utimbuf struct +pkg syscall (linux-amd64), type Utimbuf struct, Actime int64 +pkg syscall (linux-amd64), type Utimbuf struct, Modtime int64 +pkg syscall (linux-amd64), type Utsname struct +pkg syscall (linux-amd64), type Utsname struct, Domainname [65]int8 +pkg syscall (linux-amd64), type Utsname struct, Machine [65]int8 +pkg syscall (linux-amd64), type Utsname struct, Nodename [65]int8 +pkg syscall (linux-amd64), type Utsname struct, Release [65]int8 +pkg syscall (linux-amd64), type Utsname struct, Sysname [65]int8 +pkg syscall (linux-amd64), type Utsname struct, Version [65]int8 +pkg syscall (linux-amd64), type WaitStatus uint32 +pkg syscall (linux-amd64), var Stderr int +pkg syscall (linux-amd64), var Stdin int +pkg syscall (linux-amd64), var Stdout int +pkg syscall (linux-amd64-cgo), const AF_ALG ideal-int +pkg syscall (linux-amd64-cgo), const AF_APPLETALK ideal-int +pkg syscall (linux-amd64-cgo), const AF_ASH ideal-int +pkg syscall (linux-amd64-cgo), const AF_ATMPVC ideal-int +pkg syscall (linux-amd64-cgo), const AF_ATMSVC ideal-int +pkg syscall (linux-amd64-cgo), const AF_AX25 ideal-int +pkg syscall (linux-amd64-cgo), const AF_BLUETOOTH ideal-int +pkg syscall (linux-amd64-cgo), const AF_BRIDGE ideal-int +pkg syscall (linux-amd64-cgo), const AF_CAIF ideal-int +pkg syscall (linux-amd64-cgo), const AF_CAN ideal-int +pkg syscall (linux-amd64-cgo), const AF_DECnet ideal-int +pkg syscall (linux-amd64-cgo), const AF_ECONET ideal-int +pkg syscall (linux-amd64-cgo), const AF_FILE ideal-int +pkg syscall (linux-amd64-cgo), const AF_IEEE802154 ideal-int +pkg syscall (linux-amd64-cgo), const AF_IPX ideal-int +pkg syscall (linux-amd64-cgo), const AF_IRDA ideal-int +pkg syscall (linux-amd64-cgo), const AF_ISDN ideal-int +pkg syscall (linux-amd64-cgo), const AF_IUCV ideal-int +pkg syscall (linux-amd64-cgo), const AF_KEY ideal-int +pkg syscall (linux-amd64-cgo), const AF_LLC ideal-int +pkg syscall (linux-amd64-cgo), const AF_LOCAL ideal-int +pkg syscall (linux-amd64-cgo), const AF_MAX ideal-int +pkg syscall (linux-amd64-cgo), const AF_NETBEUI ideal-int +pkg syscall (linux-amd64-cgo), const AF_NETLINK ideal-int +pkg syscall (linux-amd64-cgo), const AF_NETROM ideal-int +pkg syscall (linux-amd64-cgo), const AF_PACKET ideal-int +pkg syscall (linux-amd64-cgo), const AF_PHONET ideal-int +pkg syscall (linux-amd64-cgo), const AF_PPPOX ideal-int +pkg syscall (linux-amd64-cgo), const AF_RDS ideal-int +pkg syscall (linux-amd64-cgo), const AF_ROSE ideal-int +pkg syscall (linux-amd64-cgo), const AF_ROUTE ideal-int +pkg syscall (linux-amd64-cgo), const AF_RXRPC ideal-int +pkg syscall (linux-amd64-cgo), const AF_SECURITY ideal-int +pkg syscall (linux-amd64-cgo), const AF_SNA ideal-int +pkg syscall (linux-amd64-cgo), const AF_TIPC ideal-int +pkg syscall (linux-amd64-cgo), const AF_WANPIPE ideal-int +pkg syscall (linux-amd64-cgo), const AF_X25 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ADAPT ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_APPLETLK ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ARCNET ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ASH ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ATM ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_AX25 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_BIF ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_CHAOS ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_CISCO ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP6 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_DDCMP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_DLCI ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ECONET ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_EETHER ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ETHER ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_EUI64 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_FCAL ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_FCFABRIC ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_FCPL ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_FCPP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_FDDI ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_FRAD ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_HDLC ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_HIPPI ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_HWX25 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE1394 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_PRISM ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_RADIOTAP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154_PHY ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802_TR ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_INFINIBAND ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IPDDP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IPGRE ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_IRDA ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_LAPB ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_LOCALTLK ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_LOOPBACK ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_METRICOM ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_NETROM ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_NONE ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_PIMREG ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_PPP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_PRONET ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_RAWHDLC ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_ROSE ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_RSRVD ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_SIT ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_SKIP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP6 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL6 ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_VOID ideal-int +pkg syscall (linux-amd64-cgo), const ARPHRD_X25 ideal-int +pkg syscall (linux-amd64-cgo), const B0 ideal-int +pkg syscall (linux-amd64-cgo), const B1000000 ideal-int +pkg syscall (linux-amd64-cgo), const B110 ideal-int +pkg syscall (linux-amd64-cgo), const B115200 ideal-int +pkg syscall (linux-amd64-cgo), const B1152000 ideal-int +pkg syscall (linux-amd64-cgo), const B1200 ideal-int +pkg syscall (linux-amd64-cgo), const B134 ideal-int +pkg syscall (linux-amd64-cgo), const B150 ideal-int +pkg syscall (linux-amd64-cgo), const B1500000 ideal-int +pkg syscall (linux-amd64-cgo), const B1800 ideal-int +pkg syscall (linux-amd64-cgo), const B19200 ideal-int +pkg syscall (linux-amd64-cgo), const B200 ideal-int +pkg syscall (linux-amd64-cgo), const B2000000 ideal-int +pkg syscall (linux-amd64-cgo), const B230400 ideal-int +pkg syscall (linux-amd64-cgo), const B2400 ideal-int +pkg syscall (linux-amd64-cgo), const B2500000 ideal-int +pkg syscall (linux-amd64-cgo), const B300 ideal-int +pkg syscall (linux-amd64-cgo), const B3000000 ideal-int +pkg syscall (linux-amd64-cgo), const B3500000 ideal-int +pkg syscall (linux-amd64-cgo), const B38400 ideal-int +pkg syscall (linux-amd64-cgo), const B4000000 ideal-int +pkg syscall (linux-amd64-cgo), const B460800 ideal-int +pkg syscall (linux-amd64-cgo), const B4800 ideal-int +pkg syscall (linux-amd64-cgo), const B50 ideal-int +pkg syscall (linux-amd64-cgo), const B500000 ideal-int +pkg syscall (linux-amd64-cgo), const B57600 ideal-int +pkg syscall (linux-amd64-cgo), const B576000 ideal-int +pkg syscall (linux-amd64-cgo), const B600 ideal-int +pkg syscall (linux-amd64-cgo), const B75 ideal-int +pkg syscall (linux-amd64-cgo), const B921600 ideal-int +pkg syscall (linux-amd64-cgo), const B9600 ideal-int +pkg syscall (linux-amd64-cgo), const BPF_A ideal-int +pkg syscall (linux-amd64-cgo), const BPF_ABS ideal-int +pkg syscall (linux-amd64-cgo), const BPF_ADD ideal-int +pkg syscall (linux-amd64-cgo), const BPF_ALU ideal-int +pkg syscall (linux-amd64-cgo), const BPF_AND ideal-int +pkg syscall (linux-amd64-cgo), const BPF_B ideal-int +pkg syscall (linux-amd64-cgo), const BPF_DIV ideal-int +pkg syscall (linux-amd64-cgo), const BPF_H ideal-int +pkg syscall (linux-amd64-cgo), const BPF_IMM ideal-int +pkg syscall (linux-amd64-cgo), const BPF_IND ideal-int +pkg syscall (linux-amd64-cgo), const BPF_JA ideal-int +pkg syscall (linux-amd64-cgo), const BPF_JEQ ideal-int +pkg syscall (linux-amd64-cgo), const BPF_JGE ideal-int +pkg syscall (linux-amd64-cgo), const BPF_JGT ideal-int +pkg syscall (linux-amd64-cgo), const BPF_JMP ideal-int +pkg syscall (linux-amd64-cgo), const BPF_JSET ideal-int +pkg syscall (linux-amd64-cgo), const BPF_K ideal-int +pkg syscall (linux-amd64-cgo), const BPF_LD ideal-int +pkg syscall (linux-amd64-cgo), const BPF_LDX ideal-int +pkg syscall (linux-amd64-cgo), const BPF_LEN ideal-int +pkg syscall (linux-amd64-cgo), const BPF_LSH ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MAJOR_VERSION ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MAXINSNS ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MEM ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MEMWORDS ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MINOR_VERSION ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MISC ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MSH ideal-int +pkg syscall (linux-amd64-cgo), const BPF_MUL ideal-int +pkg syscall (linux-amd64-cgo), const BPF_NEG ideal-int +pkg syscall (linux-amd64-cgo), const BPF_OR ideal-int +pkg syscall (linux-amd64-cgo), const BPF_RET ideal-int +pkg syscall (linux-amd64-cgo), const BPF_RSH ideal-int +pkg syscall (linux-amd64-cgo), const BPF_ST ideal-int +pkg syscall (linux-amd64-cgo), const BPF_STX ideal-int +pkg syscall (linux-amd64-cgo), const BPF_SUB ideal-int +pkg syscall (linux-amd64-cgo), const BPF_TAX ideal-int +pkg syscall (linux-amd64-cgo), const BPF_TXA ideal-int +pkg syscall (linux-amd64-cgo), const BPF_W ideal-int +pkg syscall (linux-amd64-cgo), const BPF_X ideal-int +pkg syscall (linux-amd64-cgo), const BRKINT ideal-int +pkg syscall (linux-amd64-cgo), const CLOCAL ideal-int +pkg syscall (linux-amd64-cgo), const CREAD ideal-int +pkg syscall (linux-amd64-cgo), const CS5 ideal-int +pkg syscall (linux-amd64-cgo), const CS6 ideal-int +pkg syscall (linux-amd64-cgo), const CS7 ideal-int +pkg syscall (linux-amd64-cgo), const CS8 ideal-int +pkg syscall (linux-amd64-cgo), const CSIZE ideal-int +pkg syscall (linux-amd64-cgo), const CSTOPB ideal-int +pkg syscall (linux-amd64-cgo), const DT_BLK ideal-int +pkg syscall (linux-amd64-cgo), const DT_CHR ideal-int +pkg syscall (linux-amd64-cgo), const DT_DIR ideal-int +pkg syscall (linux-amd64-cgo), const DT_FIFO ideal-int +pkg syscall (linux-amd64-cgo), const DT_LNK ideal-int +pkg syscall (linux-amd64-cgo), const DT_REG ideal-int +pkg syscall (linux-amd64-cgo), const DT_SOCK ideal-int +pkg syscall (linux-amd64-cgo), const DT_UNKNOWN ideal-int +pkg syscall (linux-amd64-cgo), const DT_WHT ideal-int +pkg syscall (linux-amd64-cgo), const EADV Errno +pkg syscall (linux-amd64-cgo), const EBADE Errno +pkg syscall (linux-amd64-cgo), const EBADFD Errno +pkg syscall (linux-amd64-cgo), const EBADMSG Errno +pkg syscall (linux-amd64-cgo), const EBADR Errno +pkg syscall (linux-amd64-cgo), const EBADRQC Errno +pkg syscall (linux-amd64-cgo), const EBADSLT Errno +pkg syscall (linux-amd64-cgo), const EBFONT Errno +pkg syscall (linux-amd64-cgo), const ECHO ideal-int +pkg syscall (linux-amd64-cgo), const ECHOCTL ideal-int +pkg syscall (linux-amd64-cgo), const ECHOE ideal-int +pkg syscall (linux-amd64-cgo), const ECHOK ideal-int +pkg syscall (linux-amd64-cgo), const ECHOKE ideal-int +pkg syscall (linux-amd64-cgo), const ECHONL ideal-int +pkg syscall (linux-amd64-cgo), const ECHOPRT ideal-int +pkg syscall (linux-amd64-cgo), const ECHRNG Errno +pkg syscall (linux-amd64-cgo), const ECOMM Errno +pkg syscall (linux-amd64-cgo), const EDEADLOCK Errno +pkg syscall (linux-amd64-cgo), const EDOTDOT Errno +pkg syscall (linux-amd64-cgo), const EISNAM Errno +pkg syscall (linux-amd64-cgo), const EKEYEXPIRED Errno +pkg syscall (linux-amd64-cgo), const EKEYREJECTED Errno +pkg syscall (linux-amd64-cgo), const EKEYREVOKED Errno +pkg syscall (linux-amd64-cgo), const EL2HLT Errno +pkg syscall (linux-amd64-cgo), const EL2NSYNC Errno +pkg syscall (linux-amd64-cgo), const EL3HLT Errno +pkg syscall (linux-amd64-cgo), const EL3RST Errno +pkg syscall (linux-amd64-cgo), const ELIBACC Errno +pkg syscall (linux-amd64-cgo), const ELIBBAD Errno +pkg syscall (linux-amd64-cgo), const ELIBEXEC Errno +pkg syscall (linux-amd64-cgo), const ELIBMAX Errno +pkg syscall (linux-amd64-cgo), const ELIBSCN Errno +pkg syscall (linux-amd64-cgo), const ELNRNG Errno +pkg syscall (linux-amd64-cgo), const EMEDIUMTYPE Errno +pkg syscall (linux-amd64-cgo), const EMULTIHOP Errno +pkg syscall (linux-amd64-cgo), const ENAVAIL Errno +pkg syscall (linux-amd64-cgo), const ENOANO Errno +pkg syscall (linux-amd64-cgo), const ENOCSI Errno +pkg syscall (linux-amd64-cgo), const ENODATA Errno +pkg syscall (linux-amd64-cgo), const ENOKEY Errno +pkg syscall (linux-amd64-cgo), const ENOLINK Errno +pkg syscall (linux-amd64-cgo), const ENOMEDIUM Errno +pkg syscall (linux-amd64-cgo), const ENONET Errno +pkg syscall (linux-amd64-cgo), const ENOPKG Errno +pkg syscall (linux-amd64-cgo), const ENOSR Errno +pkg syscall (linux-amd64-cgo), const ENOSTR Errno +pkg syscall (linux-amd64-cgo), const ENOTNAM Errno +pkg syscall (linux-amd64-cgo), const ENOTRECOVERABLE Errno +pkg syscall (linux-amd64-cgo), const ENOTUNIQ Errno +pkg syscall (linux-amd64-cgo), const EOWNERDEAD Errno +pkg syscall (linux-amd64-cgo), const EPOLLERR ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLET ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLHUP ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLIN ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLMSG ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLONESHOT ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLOUT ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLPRI ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLRDBAND ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLRDHUP ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLRDNORM ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLWRBAND ideal-int +pkg syscall (linux-amd64-cgo), const EPOLLWRNORM ideal-int +pkg syscall (linux-amd64-cgo), const EPOLL_CLOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const EPOLL_CTL_ADD ideal-int +pkg syscall (linux-amd64-cgo), const EPOLL_CTL_DEL ideal-int +pkg syscall (linux-amd64-cgo), const EPOLL_CTL_MOD ideal-int +pkg syscall (linux-amd64-cgo), const EPOLL_NONBLOCK ideal-int +pkg syscall (linux-amd64-cgo), const EPROTO Errno +pkg syscall (linux-amd64-cgo), const EREMCHG Errno +pkg syscall (linux-amd64-cgo), const EREMOTEIO Errno +pkg syscall (linux-amd64-cgo), const ERESTART Errno +pkg syscall (linux-amd64-cgo), const ERFKILL Errno +pkg syscall (linux-amd64-cgo), const ESRMNT Errno +pkg syscall (linux-amd64-cgo), const ESTRPIPE Errno +pkg syscall (linux-amd64-cgo), const ETH_P_1588 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_8021Q ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_802_2 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_802_3 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_AARP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ALL ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_AOE ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ARCNET ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ARP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ATALK ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ATMFATE ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ATMMPOA ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_AX25 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_BPQ ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_CAIF ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_CAN ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_CONTROL ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_CUST ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DDCMP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DEC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DIAG ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DNA_DL ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RT ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_DSA ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_ECONET ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_EDSA ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_FCOE ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_FIP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_HDLC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IEEE802154 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUPAT ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IPV6 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IPX ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_IRDA ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_LAT ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_LINK_CTL ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_LOCALTALK ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_LOOP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_MOBITEX ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_MC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_UC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PAE ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PAUSE ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PHONET ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PPPTALK ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PPP_DISC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PPP_MP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PPP_SES ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PUP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_PUPAT ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_RARP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_SCA ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_SLOW ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_SNAP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_TEB ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_TIPC ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_TRAILER ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_TR_802_2 ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_WAN_PPP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_WCCP ideal-int +pkg syscall (linux-amd64-cgo), const ETH_P_X25 ideal-int +pkg syscall (linux-amd64-cgo), const ETIME Errno +pkg syscall (linux-amd64-cgo), const EUCLEAN Errno +pkg syscall (linux-amd64-cgo), const EUNATCH Errno +pkg syscall (linux-amd64-cgo), const EXFULL Errno +pkg syscall (linux-amd64-cgo), const FD_CLOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const FD_SETSIZE ideal-int +pkg syscall (linux-amd64-cgo), const FLUSHO ideal-int +pkg syscall (linux-amd64-cgo), const F_DUPFD ideal-int +pkg syscall (linux-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const F_EXLCK ideal-int +pkg syscall (linux-amd64-cgo), const F_GETFD ideal-int +pkg syscall (linux-amd64-cgo), const F_GETFL ideal-int +pkg syscall (linux-amd64-cgo), const F_GETLEASE ideal-int +pkg syscall (linux-amd64-cgo), const F_GETLK ideal-int +pkg syscall (linux-amd64-cgo), const F_GETLK64 ideal-int +pkg syscall (linux-amd64-cgo), const F_GETOWN ideal-int +pkg syscall (linux-amd64-cgo), const F_GETOWN_EX ideal-int +pkg syscall (linux-amd64-cgo), const F_GETPIPE_SZ ideal-int +pkg syscall (linux-amd64-cgo), const F_GETSIG ideal-int +pkg syscall (linux-amd64-cgo), const F_LOCK ideal-int +pkg syscall (linux-amd64-cgo), const F_NOTIFY ideal-int +pkg syscall (linux-amd64-cgo), const F_OK ideal-int +pkg syscall (linux-amd64-cgo), const F_RDLCK ideal-int +pkg syscall (linux-amd64-cgo), const F_SETFD ideal-int +pkg syscall (linux-amd64-cgo), const F_SETFL ideal-int +pkg syscall (linux-amd64-cgo), const F_SETLEASE ideal-int +pkg syscall (linux-amd64-cgo), const F_SETLK ideal-int +pkg syscall (linux-amd64-cgo), const F_SETLK64 ideal-int +pkg syscall (linux-amd64-cgo), const F_SETLKW ideal-int +pkg syscall (linux-amd64-cgo), const F_SETLKW64 ideal-int +pkg syscall (linux-amd64-cgo), const F_SETOWN ideal-int +pkg syscall (linux-amd64-cgo), const F_SETOWN_EX ideal-int +pkg syscall (linux-amd64-cgo), const F_SETPIPE_SZ ideal-int +pkg syscall (linux-amd64-cgo), const F_SETSIG ideal-int +pkg syscall (linux-amd64-cgo), const F_SHLCK ideal-int +pkg syscall (linux-amd64-cgo), const F_TEST ideal-int +pkg syscall (linux-amd64-cgo), const F_TLOCK ideal-int +pkg syscall (linux-amd64-cgo), const F_ULOCK ideal-int +pkg syscall (linux-amd64-cgo), const F_UNLCK ideal-int +pkg syscall (linux-amd64-cgo), const F_WRLCK ideal-int +pkg syscall (linux-amd64-cgo), const HUPCL ideal-int +pkg syscall (linux-amd64-cgo), const ICANON ideal-int +pkg syscall (linux-amd64-cgo), const ICRNL ideal-int +pkg syscall (linux-amd64-cgo), const IEXTEN ideal-int +pkg syscall (linux-amd64-cgo), const IFA_ADDRESS ideal-int +pkg syscall (linux-amd64-cgo), const IFA_ANYCAST ideal-int +pkg syscall (linux-amd64-cgo), const IFA_BROADCAST ideal-int +pkg syscall (linux-amd64-cgo), const IFA_CACHEINFO ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_DADFAILED ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_DEPRECATED ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_HOMEADDRESS ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_NODAD ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_OPTIMISTIC ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_PERMANENT ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_SECONDARY ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_TEMPORARY ideal-int +pkg syscall (linux-amd64-cgo), const IFA_F_TENTATIVE ideal-int +pkg syscall (linux-amd64-cgo), const IFA_LABEL ideal-int +pkg syscall (linux-amd64-cgo), const IFA_LOCAL ideal-int +pkg syscall (linux-amd64-cgo), const IFA_MAX ideal-int +pkg syscall (linux-amd64-cgo), const IFA_MULTICAST ideal-int +pkg syscall (linux-amd64-cgo), const IFA_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const IFF_ALLMULTI ideal-int +pkg syscall (linux-amd64-cgo), const IFF_AUTOMEDIA ideal-int +pkg syscall (linux-amd64-cgo), const IFF_DEBUG ideal-int +pkg syscall (linux-amd64-cgo), const IFF_DYNAMIC ideal-int +pkg syscall (linux-amd64-cgo), const IFF_MASTER ideal-int +pkg syscall (linux-amd64-cgo), const IFF_NOARP ideal-int +pkg syscall (linux-amd64-cgo), const IFF_NOTRAILERS ideal-int +pkg syscall (linux-amd64-cgo), const IFF_NO_PI ideal-int +pkg syscall (linux-amd64-cgo), const IFF_ONE_QUEUE ideal-int +pkg syscall (linux-amd64-cgo), const IFF_POINTOPOINT ideal-int +pkg syscall (linux-amd64-cgo), const IFF_PORTSEL ideal-int +pkg syscall (linux-amd64-cgo), const IFF_PROMISC ideal-int +pkg syscall (linux-amd64-cgo), const IFF_RUNNING ideal-int +pkg syscall (linux-amd64-cgo), const IFF_SLAVE ideal-int +pkg syscall (linux-amd64-cgo), const IFF_TAP ideal-int +pkg syscall (linux-amd64-cgo), const IFF_TUN ideal-int +pkg syscall (linux-amd64-cgo), const IFF_TUN_EXCL ideal-int +pkg syscall (linux-amd64-cgo), const IFF_VNET_HDR ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_ADDRESS ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_BROADCAST ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_COST ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_IFALIAS ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_IFNAME ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_LINK ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_LINKINFO ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_LINKMODE ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_MAP ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_MASTER ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_MAX ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_MTU ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_NET_NS_PID ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_OPERSTATE ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_PRIORITY ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_PROTINFO ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_QDISC ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_STATS ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_TXQLEN ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_WEIGHT ideal-int +pkg syscall (linux-amd64-cgo), const IFLA_WIRELESS ideal-int +pkg syscall (linux-amd64-cgo), const IFNAMSIZ ideal-int +pkg syscall (linux-amd64-cgo), const IGNBRK ideal-int +pkg syscall (linux-amd64-cgo), const IGNCR ideal-int +pkg syscall (linux-amd64-cgo), const IGNPAR ideal-int +pkg syscall (linux-amd64-cgo), const IMAXBEL ideal-int +pkg syscall (linux-amd64-cgo), const INLCR ideal-int +pkg syscall (linux-amd64-cgo), const INPCK ideal-int +pkg syscall (linux-amd64-cgo), const IN_ACCESS ideal-int +pkg syscall (linux-amd64-cgo), const IN_ALL_EVENTS ideal-int +pkg syscall (linux-amd64-cgo), const IN_ATTRIB ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSA_HOST ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSA_MAX ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSA_NET ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSB_HOST ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSB_MAX ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSB_NET ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSC_HOST ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSC_NET ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLOSE ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLOSE_NOWRITE ideal-int +pkg syscall (linux-amd64-cgo), const IN_CLOSE_WRITE ideal-int +pkg syscall (linux-amd64-cgo), const IN_CREATE ideal-int +pkg syscall (linux-amd64-cgo), const IN_DELETE ideal-int +pkg syscall (linux-amd64-cgo), const IN_DELETE_SELF ideal-int +pkg syscall (linux-amd64-cgo), const IN_DONT_FOLLOW ideal-int +pkg syscall (linux-amd64-cgo), const IN_EXCL_UNLINK ideal-int +pkg syscall (linux-amd64-cgo), const IN_IGNORED ideal-int +pkg syscall (linux-amd64-cgo), const IN_ISDIR ideal-int +pkg syscall (linux-amd64-cgo), const IN_LOOPBACKNET ideal-int +pkg syscall (linux-amd64-cgo), const IN_MASK_ADD ideal-int +pkg syscall (linux-amd64-cgo), const IN_MODIFY ideal-int +pkg syscall (linux-amd64-cgo), const IN_MOVE ideal-int +pkg syscall (linux-amd64-cgo), const IN_MOVED_FROM ideal-int +pkg syscall (linux-amd64-cgo), const IN_MOVED_TO ideal-int +pkg syscall (linux-amd64-cgo), const IN_MOVE_SELF ideal-int +pkg syscall (linux-amd64-cgo), const IN_NONBLOCK ideal-int +pkg syscall (linux-amd64-cgo), const IN_ONESHOT ideal-int +pkg syscall (linux-amd64-cgo), const IN_ONLYDIR ideal-int +pkg syscall (linux-amd64-cgo), const IN_OPEN ideal-int +pkg syscall (linux-amd64-cgo), const IN_Q_OVERFLOW ideal-int +pkg syscall (linux-amd64-cgo), const IN_UNMOUNT ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_AH ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_COMP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_DCCP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_DSTOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_EGP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_ENCAP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_ESP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_FRAGMENT ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_GRE ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_HOPOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_ICMP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_ICMPV6 ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_IDP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_IGMP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_IPIP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_MTP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_NONE ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_PIM ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_PUP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_RAW ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_ROUTING ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_RSVP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_SCTP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_TP ideal-int +pkg syscall (linux-amd64-cgo), const IPPROTO_UDPLITE ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_2292DSTOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_2292HOPOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_2292PKTINFO ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_2292RTHDR ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_ADDRFORM ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_AUTHHDR ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_CHECKSUM ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_DSTOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_HOPLIMIT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_HOPOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_JOIN_ANYCAST ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_ANYCAST ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_MTU ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_MTU_DISCOVER ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_NEXTHOP ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_PKTINFO ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DO ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DONT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_PROBE ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_WANT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVERR ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVPKTINFO ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVRTHDR ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RECVTCLASS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_ROUTER_ALERT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RXDSTOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_RXHOPOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_TCLASS ideal-int +pkg syscall (linux-amd64-cgo), const IPV6_XFRM_POLICY ideal-int +pkg syscall (linux-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const IP_BLOCK_SOURCE ideal-int +pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (linux-amd64-cgo), const IP_DF ideal-int +pkg syscall (linux-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const IP_FREEBIND ideal-int +pkg syscall (linux-amd64-cgo), const IP_HDRINCL ideal-int +pkg syscall (linux-amd64-cgo), const IP_IPSEC_POLICY ideal-int +pkg syscall (linux-amd64-cgo), const IP_MAXPACKET ideal-int +pkg syscall (linux-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (linux-amd64-cgo), const IP_MF ideal-int +pkg syscall (linux-amd64-cgo), const IP_MINTTL ideal-int +pkg syscall (linux-amd64-cgo), const IP_MSFILTER ideal-int +pkg syscall (linux-amd64-cgo), const IP_MSS ideal-int +pkg syscall (linux-amd64-cgo), const IP_MTU ideal-int +pkg syscall (linux-amd64-cgo), const IP_MTU_DISCOVER ideal-int +pkg syscall (linux-amd64-cgo), const IP_OFFMASK ideal-int +pkg syscall (linux-amd64-cgo), const IP_OPTIONS ideal-int +pkg syscall (linux-amd64-cgo), const IP_ORIGDSTADDR ideal-int +pkg syscall (linux-amd64-cgo), const IP_PASSSEC ideal-int +pkg syscall (linux-amd64-cgo), const IP_PKTINFO ideal-int +pkg syscall (linux-amd64-cgo), const IP_PKTOPTIONS ideal-int +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC ideal-int +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DO ideal-int +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DONT ideal-int +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_PROBE ideal-int +pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_WANT ideal-int +pkg syscall (linux-amd64-cgo), const IP_RECVERR ideal-int +pkg syscall (linux-amd64-cgo), const IP_RECVOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IP_RECVORIGDSTADDR ideal-int +pkg syscall (linux-amd64-cgo), const IP_RECVRETOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IP_RECVTOS ideal-int +pkg syscall (linux-amd64-cgo), const IP_RECVTTL ideal-int +pkg syscall (linux-amd64-cgo), const IP_RETOPTS ideal-int +pkg syscall (linux-amd64-cgo), const IP_RF ideal-int +pkg syscall (linux-amd64-cgo), const IP_ROUTER_ALERT ideal-int +pkg syscall (linux-amd64-cgo), const IP_TRANSPARENT ideal-int +pkg syscall (linux-amd64-cgo), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (linux-amd64-cgo), const IP_XFRM_POLICY ideal-int +pkg syscall (linux-amd64-cgo), const ISIG ideal-int +pkg syscall (linux-amd64-cgo), const ISTRIP ideal-int +pkg syscall (linux-amd64-cgo), const IUCLC ideal-int +pkg syscall (linux-amd64-cgo), const IUTF8 ideal-int +pkg syscall (linux-amd64-cgo), const IXANY ideal-int +pkg syscall (linux-amd64-cgo), const IXOFF ideal-int +pkg syscall (linux-amd64-cgo), const IXON ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_OFF ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_ON ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_HALT ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_KEXEC ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_POWER_OFF ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART2 ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC1 ideal-int +pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC2 ideal-int +pkg syscall (linux-amd64-cgo), const LOCK_EX ideal-int +pkg syscall (linux-amd64-cgo), const LOCK_NB ideal-int +pkg syscall (linux-amd64-cgo), const LOCK_SH ideal-int +pkg syscall (linux-amd64-cgo), const LOCK_UN ideal-int +pkg syscall (linux-amd64-cgo), const MADV_DOFORK ideal-int +pkg syscall (linux-amd64-cgo), const MADV_DONTFORK ideal-int +pkg syscall (linux-amd64-cgo), const MADV_DONTNEED ideal-int +pkg syscall (linux-amd64-cgo), const MADV_HUGEPAGE ideal-int +pkg syscall (linux-amd64-cgo), const MADV_HWPOISON ideal-int +pkg syscall (linux-amd64-cgo), const MADV_MERGEABLE ideal-int +pkg syscall (linux-amd64-cgo), const MADV_NOHUGEPAGE ideal-int +pkg syscall (linux-amd64-cgo), const MADV_NORMAL ideal-int +pkg syscall (linux-amd64-cgo), const MADV_RANDOM ideal-int +pkg syscall (linux-amd64-cgo), const MADV_REMOVE ideal-int +pkg syscall (linux-amd64-cgo), const MADV_SEQUENTIAL ideal-int +pkg syscall (linux-amd64-cgo), const MADV_UNMERGEABLE ideal-int +pkg syscall (linux-amd64-cgo), const MADV_WILLNEED ideal-int +pkg syscall (linux-amd64-cgo), const MAP_32BIT ideal-int +pkg syscall (linux-amd64-cgo), const MAP_ANON ideal-int +pkg syscall (linux-amd64-cgo), const MAP_ANONYMOUS ideal-int +pkg syscall (linux-amd64-cgo), const MAP_DENYWRITE ideal-int +pkg syscall (linux-amd64-cgo), const MAP_EXECUTABLE ideal-int +pkg syscall (linux-amd64-cgo), const MAP_FILE ideal-int +pkg syscall (linux-amd64-cgo), const MAP_FIXED ideal-int +pkg syscall (linux-amd64-cgo), const MAP_GROWSDOWN ideal-int +pkg syscall (linux-amd64-cgo), const MAP_HUGETLB ideal-int +pkg syscall (linux-amd64-cgo), const MAP_LOCKED ideal-int +pkg syscall (linux-amd64-cgo), const MAP_NONBLOCK ideal-int +pkg syscall (linux-amd64-cgo), const MAP_NORESERVE ideal-int +pkg syscall (linux-amd64-cgo), const MAP_POPULATE ideal-int +pkg syscall (linux-amd64-cgo), const MAP_PRIVATE ideal-int +pkg syscall (linux-amd64-cgo), const MAP_SHARED ideal-int +pkg syscall (linux-amd64-cgo), const MAP_STACK ideal-int +pkg syscall (linux-amd64-cgo), const MAP_TYPE ideal-int +pkg syscall (linux-amd64-cgo), const MCL_CURRENT ideal-int +pkg syscall (linux-amd64-cgo), const MCL_FUTURE ideal-int +pkg syscall (linux-amd64-cgo), const MNT_DETACH ideal-int +pkg syscall (linux-amd64-cgo), const MNT_EXPIRE ideal-int +pkg syscall (linux-amd64-cgo), const MNT_FORCE ideal-int +pkg syscall (linux-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const MSG_CONFIRM ideal-int +pkg syscall (linux-amd64-cgo), const MSG_CTRUNC ideal-int +pkg syscall (linux-amd64-cgo), const MSG_DONTROUTE ideal-int +pkg syscall (linux-amd64-cgo), const MSG_DONTWAIT ideal-int +pkg syscall (linux-amd64-cgo), const MSG_EOR ideal-int +pkg syscall (linux-amd64-cgo), const MSG_ERRQUEUE ideal-int +pkg syscall (linux-amd64-cgo), const MSG_FIN ideal-int +pkg syscall (linux-amd64-cgo), const MSG_MORE ideal-int +pkg syscall (linux-amd64-cgo), const MSG_NOSIGNAL ideal-int +pkg syscall (linux-amd64-cgo), const MSG_OOB ideal-int +pkg syscall (linux-amd64-cgo), const MSG_PEEK ideal-int +pkg syscall (linux-amd64-cgo), const MSG_PROXY ideal-int +pkg syscall (linux-amd64-cgo), const MSG_RST ideal-int +pkg syscall (linux-amd64-cgo), const MSG_SYN ideal-int +pkg syscall (linux-amd64-cgo), const MSG_TRUNC ideal-int +pkg syscall (linux-amd64-cgo), const MSG_TRYHARD ideal-int +pkg syscall (linux-amd64-cgo), const MSG_WAITALL ideal-int +pkg syscall (linux-amd64-cgo), const MSG_WAITFORONE ideal-int +pkg syscall (linux-amd64-cgo), const MS_ACTIVE ideal-int +pkg syscall (linux-amd64-cgo), const MS_ASYNC ideal-int +pkg syscall (linux-amd64-cgo), const MS_BIND ideal-int +pkg syscall (linux-amd64-cgo), const MS_DIRSYNC ideal-int +pkg syscall (linux-amd64-cgo), const MS_INVALIDATE ideal-int +pkg syscall (linux-amd64-cgo), const MS_I_VERSION ideal-int +pkg syscall (linux-amd64-cgo), const MS_KERNMOUNT ideal-int +pkg syscall (linux-amd64-cgo), const MS_MANDLOCK ideal-int +pkg syscall (linux-amd64-cgo), const MS_MGC_MSK ideal-int +pkg syscall (linux-amd64-cgo), const MS_MGC_VAL ideal-int +pkg syscall (linux-amd64-cgo), const MS_MOVE ideal-int +pkg syscall (linux-amd64-cgo), const MS_NOATIME ideal-int +pkg syscall (linux-amd64-cgo), const MS_NODEV ideal-int +pkg syscall (linux-amd64-cgo), const MS_NODIRATIME ideal-int +pkg syscall (linux-amd64-cgo), const MS_NOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const MS_NOSUID ideal-int +pkg syscall (linux-amd64-cgo), const MS_NOUSER ideal-int +pkg syscall (linux-amd64-cgo), const MS_POSIXACL ideal-int +pkg syscall (linux-amd64-cgo), const MS_PRIVATE ideal-int +pkg syscall (linux-amd64-cgo), const MS_RDONLY ideal-int +pkg syscall (linux-amd64-cgo), const MS_REC ideal-int +pkg syscall (linux-amd64-cgo), const MS_RELATIME ideal-int +pkg syscall (linux-amd64-cgo), const MS_REMOUNT ideal-int +pkg syscall (linux-amd64-cgo), const MS_RMT_MASK ideal-int +pkg syscall (linux-amd64-cgo), const MS_SHARED ideal-int +pkg syscall (linux-amd64-cgo), const MS_SILENT ideal-int +pkg syscall (linux-amd64-cgo), const MS_SLAVE ideal-int +pkg syscall (linux-amd64-cgo), const MS_STRICTATIME ideal-int +pkg syscall (linux-amd64-cgo), const MS_SYNC ideal-int +pkg syscall (linux-amd64-cgo), const MS_SYNCHRONOUS ideal-int +pkg syscall (linux-amd64-cgo), const MS_UNBINDABLE ideal-int +pkg syscall (linux-amd64-cgo), const NAME_MAX ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_AUDIT ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_BROADCAST_ERROR ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_CONNECTOR ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_DNRTMSG ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_ECRYPTFS ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_FIB_LOOKUP ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_FIREWALL ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_GENERIC ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_INET_DIAG ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_IP6_FW ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_ISCSI ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_KOBJECT_UEVENT ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_NETFILTER ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_NFLOG ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_NO_ENOBUFS ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_PKTINFO ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_ROUTE ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_SCSITRANSPORT ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_SELINUX ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_UNUSED ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_USERSOCK ideal-int +pkg syscall (linux-amd64-cgo), const NETLINK_XFRM ideal-int +pkg syscall (linux-amd64-cgo), const NLA_ALIGNTO ideal-int +pkg syscall (linux-amd64-cgo), const NLA_F_NESTED ideal-int +pkg syscall (linux-amd64-cgo), const NLA_F_NET_BYTEORDER ideal-int +pkg syscall (linux-amd64-cgo), const NLA_HDRLEN ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_ALIGNTO ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_DONE ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_ERROR ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_HDRLEN ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_MIN_TYPE ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_NOOP ideal-int +pkg syscall (linux-amd64-cgo), const NLMSG_OVERRUN ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_ACK ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_APPEND ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_ATOMIC ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_CREATE ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_DUMP ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_ECHO ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_EXCL ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_MATCH ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_MULTI ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_REPLACE ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_REQUEST ideal-int +pkg syscall (linux-amd64-cgo), const NLM_F_ROOT ideal-int +pkg syscall (linux-amd64-cgo), const NOFLSH ideal-int +pkg syscall (linux-amd64-cgo), const OCRNL ideal-int +pkg syscall (linux-amd64-cgo), const OFDEL ideal-int +pkg syscall (linux-amd64-cgo), const OFILL ideal-int +pkg syscall (linux-amd64-cgo), const OLCUC ideal-int +pkg syscall (linux-amd64-cgo), const ONLCR ideal-int +pkg syscall (linux-amd64-cgo), const ONLRET ideal-int +pkg syscall (linux-amd64-cgo), const ONOCR ideal-int +pkg syscall (linux-amd64-cgo), const OPOST ideal-int +pkg syscall (linux-amd64-cgo), const O_ACCMODE ideal-int +pkg syscall (linux-amd64-cgo), const O_DIRECT ideal-int +pkg syscall (linux-amd64-cgo), const O_DIRECTORY ideal-int +pkg syscall (linux-amd64-cgo), const O_DSYNC ideal-int +pkg syscall (linux-amd64-cgo), const O_FSYNC ideal-int +pkg syscall (linux-amd64-cgo), const O_LARGEFILE ideal-int +pkg syscall (linux-amd64-cgo), const O_NDELAY ideal-int +pkg syscall (linux-amd64-cgo), const O_NOATIME ideal-int +pkg syscall (linux-amd64-cgo), const O_NOFOLLOW ideal-int +pkg syscall (linux-amd64-cgo), const O_RSYNC ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_BROADCAST ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_FASTROUTE ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_HOST ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_LOOPBACK ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_MR_ALLMULTI ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_MR_MULTICAST ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_MR_PROMISC ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_MULTICAST ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_OTHERHOST ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_OUTGOING ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_RECV_OUTPUT ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_RX_RING ideal-int +pkg syscall (linux-amd64-cgo), const PACKET_STATISTICS ideal-int +pkg syscall (linux-amd64-cgo), const PARENB ideal-int +pkg syscall (linux-amd64-cgo), const PARMRK ideal-int +pkg syscall (linux-amd64-cgo), const PARODD ideal-int +pkg syscall (linux-amd64-cgo), const PENDIN ideal-int +pkg syscall (linux-amd64-cgo), const PROT_EXEC ideal-int +pkg syscall (linux-amd64-cgo), const PROT_GROWSDOWN ideal-int +pkg syscall (linux-amd64-cgo), const PROT_GROWSUP ideal-int +pkg syscall (linux-amd64-cgo), const PROT_NONE ideal-int +pkg syscall (linux-amd64-cgo), const PROT_READ ideal-int +pkg syscall (linux-amd64-cgo), const PROT_WRITE ideal-int +pkg syscall (linux-amd64-cgo), const PR_CAPBSET_DROP ideal-int +pkg syscall (linux-amd64-cgo), const PR_CAPBSET_READ ideal-int +pkg syscall (linux-amd64-cgo), const PR_ENDIAN_BIG ideal-int +pkg syscall (linux-amd64-cgo), const PR_ENDIAN_LITTLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_ENDIAN_PPC_LITTLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_FPEMU_NOPRINT ideal-int +pkg syscall (linux-amd64-cgo), const PR_FPEMU_SIGFPE ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_ASYNC ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DISABLED ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DIV ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_INV ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_NONRECOV ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_OVF ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_PRECISE ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_RES ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_SW_ENABLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_FP_EXC_UND ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_DUMPABLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_ENDIAN ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_FPEMU ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_FPEXC ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_KEEPCAPS ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_NAME ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_PDEATHSIG ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_SECCOMP ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_SECUREBITS ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_TIMERSLACK ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_TIMING ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_TSC ideal-int +pkg syscall (linux-amd64-cgo), const PR_GET_UNALIGN ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_CLEAR ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_DEFAULT ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_EARLY ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_GET ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_LATE ideal-int +pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_SET ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_DUMPABLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_ENDIAN ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_FPEMU ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_FPEXC ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_KEEPCAPS ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_NAME ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_PDEATHSIG ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_PTRACER ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_SECCOMP ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_SECUREBITS ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_TIMERSLACK ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_TIMING ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_TSC ideal-int +pkg syscall (linux-amd64-cgo), const PR_SET_UNALIGN ideal-int +pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_DISABLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_ENABLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_TIMING_STATISTICAL ideal-int +pkg syscall (linux-amd64-cgo), const PR_TIMING_TIMESTAMP ideal-int +pkg syscall (linux-amd64-cgo), const PR_TSC_ENABLE ideal-int +pkg syscall (linux-amd64-cgo), const PR_TSC_SIGSEGV ideal-int +pkg syscall (linux-amd64-cgo), const PR_UNALIGN_NOPRINT ideal-int +pkg syscall (linux-amd64-cgo), const PR_UNALIGN_SIGBUS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_ARCH_PRCTL ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_ATTACH ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_CONT ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_DETACH ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_CLONE ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXEC ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXIT ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_FORK ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK_DONE ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GETEVENTMSG ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GETFPREGS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GETFPXREGS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GETREGS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GETREGSET ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GETSIGINFO ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_GET_THREAD_AREA ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_KILL ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_OLDSETOPTIONS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_MASK ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACECLONE ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXEC ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXIT ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEFORK ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACESYSGOOD ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORK ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORKDONE ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_PEEKDATA ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_PEEKTEXT ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_PEEKUSR ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_POKEDATA ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_POKETEXT ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_POKEUSR ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SETFPREGS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SETFPXREGS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SETOPTIONS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SETREGS ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SETREGSET ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SETSIGINFO ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SET_THREAD_AREA ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SINGLEBLOCK ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SINGLESTEP ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SYSCALL ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU_SINGLESTEP ideal-int +pkg syscall (linux-amd64-cgo), const PTRACE_TRACEME ideal-int +pkg syscall (linux-amd64-cgo), const PathMax ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_AS ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_CORE ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_CPU ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_DATA ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_FSIZE ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_NOFILE ideal-int +pkg syscall (linux-amd64-cgo), const RLIMIT_STACK ideal-int +pkg syscall (linux-amd64-cgo), const RLIM_INFINITY ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_ADVMSS ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_CWND ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_FEATURES ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ALLFRAG ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ECN ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_SACK ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_TIMESTAMP ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_HOPLIMIT ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_INITCWND ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_INITRWND ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_LOCK ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_MAX ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_MTU ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_REORDERING ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_RTO_MIN ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_RTT ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_RTTVAR ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_SSTHRESH ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const RTAX_WINDOW ideal-int +pkg syscall (linux-amd64-cgo), const RTA_ALIGNTO ideal-int +pkg syscall (linux-amd64-cgo), const RTA_CACHEINFO ideal-int +pkg syscall (linux-amd64-cgo), const RTA_DST ideal-int +pkg syscall (linux-amd64-cgo), const RTA_FLOW ideal-int +pkg syscall (linux-amd64-cgo), const RTA_GATEWAY ideal-int +pkg syscall (linux-amd64-cgo), const RTA_IIF ideal-int +pkg syscall (linux-amd64-cgo), const RTA_MAX ideal-int +pkg syscall (linux-amd64-cgo), const RTA_METRICS ideal-int +pkg syscall (linux-amd64-cgo), const RTA_MULTIPATH ideal-int +pkg syscall (linux-amd64-cgo), const RTA_OIF ideal-int +pkg syscall (linux-amd64-cgo), const RTA_PREFSRC ideal-int +pkg syscall (linux-amd64-cgo), const RTA_PRIORITY ideal-int +pkg syscall (linux-amd64-cgo), const RTA_SRC ideal-int +pkg syscall (linux-amd64-cgo), const RTA_TABLE ideal-int +pkg syscall (linux-amd64-cgo), const RTA_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const RTCF_DIRECTSRC ideal-int +pkg syscall (linux-amd64-cgo), const RTCF_DOREDIRECT ideal-int +pkg syscall (linux-amd64-cgo), const RTCF_LOG ideal-int +pkg syscall (linux-amd64-cgo), const RTCF_MASQ ideal-int +pkg syscall (linux-amd64-cgo), const RTCF_NAT ideal-int +pkg syscall (linux-amd64-cgo), const RTCF_VALVE ideal-int +pkg syscall (linux-amd64-cgo), const RTF_ADDRCLASSMASK ideal-int +pkg syscall (linux-amd64-cgo), const RTF_ADDRCONF ideal-int +pkg syscall (linux-amd64-cgo), const RTF_ALLONLINK ideal-int +pkg syscall (linux-amd64-cgo), const RTF_BROADCAST ideal-int +pkg syscall (linux-amd64-cgo), const RTF_CACHE ideal-int +pkg syscall (linux-amd64-cgo), const RTF_DEFAULT ideal-int +pkg syscall (linux-amd64-cgo), const RTF_DYNAMIC ideal-int +pkg syscall (linux-amd64-cgo), const RTF_FLOW ideal-int +pkg syscall (linux-amd64-cgo), const RTF_GATEWAY ideal-int +pkg syscall (linux-amd64-cgo), const RTF_HOST ideal-int +pkg syscall (linux-amd64-cgo), const RTF_INTERFACE ideal-int +pkg syscall (linux-amd64-cgo), const RTF_IRTT ideal-int +pkg syscall (linux-amd64-cgo), const RTF_LINKRT ideal-int +pkg syscall (linux-amd64-cgo), const RTF_LOCAL ideal-int +pkg syscall (linux-amd64-cgo), const RTF_MODIFIED ideal-int +pkg syscall (linux-amd64-cgo), const RTF_MSS ideal-int +pkg syscall (linux-amd64-cgo), const RTF_MTU ideal-int +pkg syscall (linux-amd64-cgo), const RTF_MULTICAST ideal-int +pkg syscall (linux-amd64-cgo), const RTF_NAT ideal-int +pkg syscall (linux-amd64-cgo), const RTF_NOFORWARD ideal-int +pkg syscall (linux-amd64-cgo), const RTF_NONEXTHOP ideal-int +pkg syscall (linux-amd64-cgo), const RTF_NOPMTUDISC ideal-int +pkg syscall (linux-amd64-cgo), const RTF_POLICY ideal-int +pkg syscall (linux-amd64-cgo), const RTF_REINSTATE ideal-int +pkg syscall (linux-amd64-cgo), const RTF_REJECT ideal-int +pkg syscall (linux-amd64-cgo), const RTF_STATIC ideal-int +pkg syscall (linux-amd64-cgo), const RTF_THROW ideal-int +pkg syscall (linux-amd64-cgo), const RTF_UP ideal-int +pkg syscall (linux-amd64-cgo), const RTF_WINDOW ideal-int +pkg syscall (linux-amd64-cgo), const RTF_XRESOLVE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_BASE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELACTION ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELADDRLABEL ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELLINK ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELNEIGH ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELQDISC ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELRULE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELTCLASS ideal-int +pkg syscall (linux-amd64-cgo), const RTM_DELTFILTER ideal-int +pkg syscall (linux-amd64-cgo), const RTM_F_CLONED ideal-int +pkg syscall (linux-amd64-cgo), const RTM_F_EQUALIZE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_F_NOTIFY ideal-int +pkg syscall (linux-amd64-cgo), const RTM_F_PREFIX ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETACTION ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETADDRLABEL ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETANYCAST ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETDCB ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETLINK ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETMULTICAST ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETNEIGH ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETNEIGHTBL ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETQDISC ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETRULE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETTCLASS ideal-int +pkg syscall (linux-amd64-cgo), const RTM_GETTFILTER ideal-int +pkg syscall (linux-amd64-cgo), const RTM_MAX ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWACTION ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWADDRLABEL ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWLINK ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWNDUSEROPT ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGH ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGHTBL ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWPREFIX ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWQDISC ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWRULE ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWTCLASS ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NEWTFILTER ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NR_FAMILIES ideal-int +pkg syscall (linux-amd64-cgo), const RTM_NR_MSGTYPES ideal-int +pkg syscall (linux-amd64-cgo), const RTM_SETDCB ideal-int +pkg syscall (linux-amd64-cgo), const RTM_SETLINK ideal-int +pkg syscall (linux-amd64-cgo), const RTM_SETNEIGHTBL ideal-int +pkg syscall (linux-amd64-cgo), const RTNH_ALIGNTO ideal-int +pkg syscall (linux-amd64-cgo), const RTNH_F_DEAD ideal-int +pkg syscall (linux-amd64-cgo), const RTNH_F_ONLINK ideal-int +pkg syscall (linux-amd64-cgo), const RTNH_F_PERVASIVE ideal-int +pkg syscall (linux-amd64-cgo), const RTN_ANYCAST ideal-int +pkg syscall (linux-amd64-cgo), const RTN_BLACKHOLE ideal-int +pkg syscall (linux-amd64-cgo), const RTN_BROADCAST ideal-int +pkg syscall (linux-amd64-cgo), const RTN_LOCAL ideal-int +pkg syscall (linux-amd64-cgo), const RTN_MAX ideal-int +pkg syscall (linux-amd64-cgo), const RTN_MULTICAST ideal-int +pkg syscall (linux-amd64-cgo), const RTN_NAT ideal-int +pkg syscall (linux-amd64-cgo), const RTN_PROHIBIT ideal-int +pkg syscall (linux-amd64-cgo), const RTN_THROW ideal-int +pkg syscall (linux-amd64-cgo), const RTN_UNICAST ideal-int +pkg syscall (linux-amd64-cgo), const RTN_UNREACHABLE ideal-int +pkg syscall (linux-amd64-cgo), const RTN_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const RTN_XRESOLVE ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_BIRD ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_BOOT ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_DHCP ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_DNROUTED ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_GATED ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_KERNEL ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_MRT ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_NTK ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_RA ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_REDIRECT ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_STATIC ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_XORP ideal-int +pkg syscall (linux-amd64-cgo), const RTPROT_ZEBRA ideal-int +pkg syscall (linux-amd64-cgo), const RT_CLASS_DEFAULT ideal-int +pkg syscall (linux-amd64-cgo), const RT_CLASS_LOCAL ideal-int +pkg syscall (linux-amd64-cgo), const RT_CLASS_MAIN ideal-int +pkg syscall (linux-amd64-cgo), const RT_CLASS_MAX ideal-int +pkg syscall (linux-amd64-cgo), const RT_CLASS_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const RT_SCOPE_HOST ideal-int +pkg syscall (linux-amd64-cgo), const RT_SCOPE_LINK ideal-int +pkg syscall (linux-amd64-cgo), const RT_SCOPE_NOWHERE ideal-int +pkg syscall (linux-amd64-cgo), const RT_SCOPE_SITE ideal-int +pkg syscall (linux-amd64-cgo), const RT_SCOPE_UNIVERSE ideal-int +pkg syscall (linux-amd64-cgo), const RT_TABLE_COMPAT ideal-int +pkg syscall (linux-amd64-cgo), const RT_TABLE_DEFAULT ideal-int +pkg syscall (linux-amd64-cgo), const RT_TABLE_LOCAL ideal-int +pkg syscall (linux-amd64-cgo), const RT_TABLE_MAIN ideal-int +pkg syscall (linux-amd64-cgo), const RT_TABLE_MAX ideal-int +pkg syscall (linux-amd64-cgo), const RT_TABLE_UNSPEC ideal-int +pkg syscall (linux-amd64-cgo), const RUSAGE_CHILDREN ideal-int +pkg syscall (linux-amd64-cgo), const RUSAGE_SELF ideal-int +pkg syscall (linux-amd64-cgo), const RUSAGE_THREAD ideal-int +pkg syscall (linux-amd64-cgo), const SCM_CREDENTIALS ideal-int +pkg syscall (linux-amd64-cgo), const SCM_RIGHTS ideal-int +pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMP ideal-int +pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPING ideal-int +pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPNS ideal-int +pkg syscall (linux-amd64-cgo), const SIGCHLD Signal +pkg syscall (linux-amd64-cgo), const SIGCLD Signal +pkg syscall (linux-amd64-cgo), const SIGCONT Signal +pkg syscall (linux-amd64-cgo), const SIGIO Signal +pkg syscall (linux-amd64-cgo), const SIGIOT Signal +pkg syscall (linux-amd64-cgo), const SIGPOLL Signal +pkg syscall (linux-amd64-cgo), const SIGPROF Signal +pkg syscall (linux-amd64-cgo), const SIGPWR Signal +pkg syscall (linux-amd64-cgo), const SIGSTKFLT Signal +pkg syscall (linux-amd64-cgo), const SIGSTOP Signal +pkg syscall (linux-amd64-cgo), const SIGSYS Signal +pkg syscall (linux-amd64-cgo), const SIGTSTP Signal +pkg syscall (linux-amd64-cgo), const SIGTTIN Signal +pkg syscall (linux-amd64-cgo), const SIGTTOU Signal +pkg syscall (linux-amd64-cgo), const SIGUNUSED Signal +pkg syscall (linux-amd64-cgo), const SIGURG Signal +pkg syscall (linux-amd64-cgo), const SIGUSR1 Signal +pkg syscall (linux-amd64-cgo), const SIGUSR2 Signal +pkg syscall (linux-amd64-cgo), const SIGVTALRM Signal +pkg syscall (linux-amd64-cgo), const SIGWINCH Signal +pkg syscall (linux-amd64-cgo), const SIGXCPU Signal +pkg syscall (linux-amd64-cgo), const SIGXFSZ Signal +pkg syscall (linux-amd64-cgo), const SIOCADDDLCI ideal-int +pkg syscall (linux-amd64-cgo), const SIOCADDMULTI ideal-int +pkg syscall (linux-amd64-cgo), const SIOCADDRT ideal-int +pkg syscall (linux-amd64-cgo), const SIOCATMARK ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDARP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDELDLCI ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDELMULTI ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDELRT ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDEVPRIVATE ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDIFADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCDRARP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGARP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFBR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFBRDADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFCONF ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFCOUNT ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFDSTADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFENCAP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFFLAGS ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFHWADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFINDEX ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFMAP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFMEM ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFMETRIC ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFMTU ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFNAME ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFNETMASK ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFPFLAGS ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFSLAVE ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGIFTXQLEN ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGPGRP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGRARP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGSTAMP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCGSTAMPNS ideal-int +pkg syscall (linux-amd64-cgo), const SIOCPROTOPRIVATE ideal-int +pkg syscall (linux-amd64-cgo), const SIOCRTMSG ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSARP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFBR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFBRDADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFDSTADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFENCAP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFFLAGS ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFHWADDR ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFHWBROADCAST ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFLINK ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFMAP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFMEM ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFMETRIC ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFMTU ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFNAME ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFNETMASK ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFPFLAGS ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFSLAVE ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSIFTXQLEN ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSPGRP ideal-int +pkg syscall (linux-amd64-cgo), const SIOCSRARP ideal-int +pkg syscall (linux-amd64-cgo), const SOCK_CLOEXEC ideal-int +pkg syscall (linux-amd64-cgo), const SOCK_DCCP ideal-int +pkg syscall (linux-amd64-cgo), const SOCK_NONBLOCK ideal-int +pkg syscall (linux-amd64-cgo), const SOCK_PACKET ideal-int +pkg syscall (linux-amd64-cgo), const SOCK_RDM ideal-int +pkg syscall (linux-amd64-cgo), const SOL_AAL ideal-int +pkg syscall (linux-amd64-cgo), const SOL_ATM ideal-int +pkg syscall (linux-amd64-cgo), const SOL_DECNET ideal-int +pkg syscall (linux-amd64-cgo), const SOL_ICMPV6 ideal-int +pkg syscall (linux-amd64-cgo), const SOL_IP ideal-int +pkg syscall (linux-amd64-cgo), const SOL_IPV6 ideal-int +pkg syscall (linux-amd64-cgo), const SOL_IRDA ideal-int +pkg syscall (linux-amd64-cgo), const SOL_PACKET ideal-int +pkg syscall (linux-amd64-cgo), const SOL_RAW ideal-int +pkg syscall (linux-amd64-cgo), const SOL_TCP ideal-int +pkg syscall (linux-amd64-cgo), const SOL_X25 ideal-int +pkg syscall (linux-amd64-cgo), const SO_ACCEPTCONN ideal-int +pkg syscall (linux-amd64-cgo), const SO_ATTACH_FILTER ideal-int +pkg syscall (linux-amd64-cgo), const SO_BINDTODEVICE ideal-int +pkg syscall (linux-amd64-cgo), const SO_BSDCOMPAT ideal-int +pkg syscall (linux-amd64-cgo), const SO_DEBUG ideal-int +pkg syscall (linux-amd64-cgo), const SO_DETACH_FILTER ideal-int +pkg syscall (linux-amd64-cgo), const SO_DOMAIN ideal-int +pkg syscall (linux-amd64-cgo), const SO_ERROR ideal-int +pkg syscall (linux-amd64-cgo), const SO_MARK ideal-int +pkg syscall (linux-amd64-cgo), const SO_NO_CHECK ideal-int +pkg syscall (linux-amd64-cgo), const SO_OOBINLINE ideal-int +pkg syscall (linux-amd64-cgo), const SO_PASSCRED ideal-int +pkg syscall (linux-amd64-cgo), const SO_PASSSEC ideal-int +pkg syscall (linux-amd64-cgo), const SO_PEERCRED ideal-int +pkg syscall (linux-amd64-cgo), const SO_PEERNAME ideal-int +pkg syscall (linux-amd64-cgo), const SO_PEERSEC ideal-int +pkg syscall (linux-amd64-cgo), const SO_PRIORITY ideal-int +pkg syscall (linux-amd64-cgo), const SO_PROTOCOL ideal-int +pkg syscall (linux-amd64-cgo), const SO_RCVBUFFORCE ideal-int +pkg syscall (linux-amd64-cgo), const SO_RCVLOWAT ideal-int +pkg syscall (linux-amd64-cgo), const SO_RCVTIMEO ideal-int +pkg syscall (linux-amd64-cgo), const SO_RXQ_OVFL ideal-int +pkg syscall (linux-amd64-cgo), const SO_SECURITY_AUTHENTICATION ideal-int +pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int +pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int +pkg syscall (linux-amd64-cgo), const SO_SNDBUFFORCE ideal-int +pkg syscall (linux-amd64-cgo), const SO_SNDLOWAT ideal-int +pkg syscall (linux-amd64-cgo), const SO_SNDTIMEO ideal-int +pkg syscall (linux-amd64-cgo), const SO_TIMESTAMP ideal-int +pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPING ideal-int +pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPNS ideal-int +pkg syscall (linux-amd64-cgo), const SO_TYPE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ACCEPT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ACCEPT4 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ACCESS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ACCT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ADD_KEY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ADJTIMEX ideal-int +pkg syscall (linux-amd64-cgo), const SYS_AFS_SYSCALL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ALARM ideal-int +pkg syscall (linux-amd64-cgo), const SYS_ARCH_PRCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_BIND ideal-int +pkg syscall (linux-amd64-cgo), const SYS_BRK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CAPGET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CAPSET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CHDIR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CHMOD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CHOWN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CHROOT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETRES ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CLONE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CLOSE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CONNECT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CREAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_CREATE_MODULE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_DELETE_MODULE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_DUP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_DUP2 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_DUP3 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE1 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL_OLD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_PWAIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT_OLD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EVENTFD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EVENTFD2 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EXECVE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EXIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_EXIT_GROUP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FACCESSAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FADVISE64 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FALLOCATE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_INIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_MARK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FCHDIR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FCHMOD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FCHMODAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FCHOWN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FCHOWNAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FCNTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FDATASYNC ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FGETXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FLISTXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FLOCK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FORK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FREMOVEXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FSETXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FSTAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FSTATFS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FSYNC ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FTRUNCATE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FUTEX ideal-int +pkg syscall (linux-amd64-cgo), const SYS_FUTIMESAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETCWD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETDENTS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETDENTS64 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETEGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETEUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETGROUPS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETITIMER ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPEERNAME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPGRP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPMSG ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPPID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETPRIORITY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETRESGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETRESUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETRLIMIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETRUSAGE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETSID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETSOCKNAME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETSOCKOPT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETTID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GETXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GET_KERNEL_SYMS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GET_MEMPOLICY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GET_ROBUST_LIST ideal-int +pkg syscall (linux-amd64-cgo), const SYS_GET_THREAD_AREA ideal-int +pkg syscall (linux-amd64-cgo), const SYS_INIT_MODULE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_ADD_WATCH ideal-int +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT1 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_RM_WATCH ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IOCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IOPERM ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IOPL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_GET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_SET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IO_CANCEL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IO_DESTROY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IO_GETEVENTS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IO_SETUP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_IO_SUBMIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_KEXEC_LOAD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_KEYCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_KILL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LCHOWN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LGETXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LINK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LINKAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LISTEN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LISTXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LLISTXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LOOKUP_DCOOKIE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LREMOVEXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LSEEK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LSETXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_LSTAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MADVISE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MBIND ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MIGRATE_PAGES ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MINCORE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MKDIR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MKDIRAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MKNOD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MKNODAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MLOCK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MLOCKALL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MMAP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MODIFY_LDT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MOUNT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MOVE_PAGES ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MPROTECT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MQ_GETSETATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MQ_NOTIFY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MQ_OPEN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDRECEIVE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDSEND ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MQ_UNLINK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MREMAP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MSGCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MSGGET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MSGRCV ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MSGSND ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MSYNC ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MUNLOCK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MUNLOCKALL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_MUNMAP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_NANOSLEEP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_NEWFSTATAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_NFSSERVCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_OPEN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_OPENAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PAUSE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PERF_EVENT_OPEN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PERSONALITY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PIPE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PIPE2 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PIVOT_ROOT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_POLL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PPOLL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PRCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PREAD64 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PREADV ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PRLIMIT64 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PSELECT6 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PTRACE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PUTPMSG ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PWRITE64 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_PWRITEV ideal-int +pkg syscall (linux-amd64-cgo), const SYS_QUERY_MODULE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_QUOTACTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_READ ideal-int +pkg syscall (linux-amd64-cgo), const SYS_READAHEAD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_READLINK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_READLINKAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_READV ideal-int +pkg syscall (linux-amd64-cgo), const SYS_REBOOT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RECVFROM ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RECVMMSG ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RECVMSG ideal-int +pkg syscall (linux-amd64-cgo), const SYS_REMAP_FILE_PAGES ideal-int +pkg syscall (linux-amd64-cgo), const SYS_REMOVEXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RENAME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RENAMEAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_REQUEST_KEY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RESTART_SYSCALL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RMDIR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGACTION ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPENDING ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPROCMASK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGQUEUEINFO ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGRETURN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGSUSPEND ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_SIGTIMEDWAIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_RT_TGSIGQUEUEINFO ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETAFFINITY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETAFFINITY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SCHED_YIELD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SECURITY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SELECT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SEMCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SEMGET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SEMOP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SEMTIMEDOP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SENDFILE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SENDMSG ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SENDTO ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETDOMAINNAME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETFSGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETFSUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETGROUPS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETHOSTNAME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETITIMER ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETPGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETPRIORITY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETREGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETRESGID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETRESUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETREUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETRLIMIT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETSID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETSOCKOPT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETUID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SETXATTR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SET_MEMPOLICY ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SET_ROBUST_LIST ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SET_THREAD_AREA ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SET_TID_ADDRESS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SHMAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SHMCTL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SHMDT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SHMGET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SHUTDOWN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SIGALTSTACK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD4 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SOCKET ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SOCKETPAIR ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SPLICE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_STAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_STATFS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SWAPOFF ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SWAPON ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYMLINK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYMLINKAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYNC ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYNC_FILE_RANGE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYSFS ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYSINFO ideal-int +pkg syscall (linux-amd64-cgo), const SYS_SYSLOG ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TEE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TGKILL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_CREATE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_GETTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_SETTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMER_CREATE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMER_DELETE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMER_SETTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TIMES ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TKILL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TRUNCATE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_TUXCALL ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UMASK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UMOUNT2 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UNAME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UNLINK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UNLINKAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UNSHARE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_USELIB ideal-int +pkg syscall (linux-amd64-cgo), const SYS_USTAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UTIME ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UTIMENSAT ideal-int +pkg syscall (linux-amd64-cgo), const SYS_UTIMES ideal-int +pkg syscall (linux-amd64-cgo), const SYS_VFORK ideal-int +pkg syscall (linux-amd64-cgo), const SYS_VHANGUP ideal-int +pkg syscall (linux-amd64-cgo), const SYS_VMSPLICE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_VSERVER ideal-int +pkg syscall (linux-amd64-cgo), const SYS_WAIT4 ideal-int +pkg syscall (linux-amd64-cgo), const SYS_WAITID ideal-int +pkg syscall (linux-amd64-cgo), const SYS_WRITE ideal-int +pkg syscall (linux-amd64-cgo), const SYS_WRITEV ideal-int +pkg syscall (linux-amd64-cgo), const SYS__SYSCTL ideal-int +pkg syscall (linux-amd64-cgo), const S_BLKSIZE ideal-int +pkg syscall (linux-amd64-cgo), const S_IEXEC ideal-int +pkg syscall (linux-amd64-cgo), const S_IREAD ideal-int +pkg syscall (linux-amd64-cgo), const S_IRGRP ideal-int +pkg syscall (linux-amd64-cgo), const S_IROTH ideal-int +pkg syscall (linux-amd64-cgo), const S_IRWXG ideal-int +pkg syscall (linux-amd64-cgo), const S_IRWXO ideal-int +pkg syscall (linux-amd64-cgo), const S_IRWXU ideal-int +pkg syscall (linux-amd64-cgo), const S_IWGRP ideal-int +pkg syscall (linux-amd64-cgo), const S_IWOTH ideal-int +pkg syscall (linux-amd64-cgo), const S_IWRITE ideal-int +pkg syscall (linux-amd64-cgo), const S_IXGRP ideal-int +pkg syscall (linux-amd64-cgo), const S_IXOTH ideal-int +pkg syscall (linux-amd64-cgo), const SizeofCmsghdr ideal-int +pkg syscall (linux-amd64-cgo), const SizeofIPMreq ideal-int +pkg syscall (linux-amd64-cgo), const SizeofIPMreqn ideal-int +pkg syscall (linux-amd64-cgo), const SizeofIPv6Mreq ideal-int +pkg syscall (linux-amd64-cgo), const SizeofIfAddrmsg ideal-int +pkg syscall (linux-amd64-cgo), const SizeofIfInfomsg ideal-int +pkg syscall (linux-amd64-cgo), const SizeofInet4Pktinfo ideal-int +pkg syscall (linux-amd64-cgo), const SizeofInet6Pktinfo ideal-int +pkg syscall (linux-amd64-cgo), const SizeofInotifyEvent ideal-int +pkg syscall (linux-amd64-cgo), const SizeofLinger ideal-int +pkg syscall (linux-amd64-cgo), const SizeofMsghdr ideal-int +pkg syscall (linux-amd64-cgo), const SizeofNlAttr ideal-int +pkg syscall (linux-amd64-cgo), const SizeofNlMsgerr ideal-int +pkg syscall (linux-amd64-cgo), const SizeofNlMsghdr ideal-int +pkg syscall (linux-amd64-cgo), const SizeofRtAttr ideal-int +pkg syscall (linux-amd64-cgo), const SizeofRtGenmsg ideal-int +pkg syscall (linux-amd64-cgo), const SizeofRtMsg ideal-int +pkg syscall (linux-amd64-cgo), const SizeofRtNexthop ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockFilter ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockFprog ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockaddrAny ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet4 ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet6 ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockaddrLinklayer ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockaddrNetlink ideal-int +pkg syscall (linux-amd64-cgo), const SizeofSockaddrUnix ideal-int +pkg syscall (linux-amd64-cgo), const SizeofUcred ideal-int +pkg syscall (linux-amd64-cgo), const TCGETS ideal-int +pkg syscall (linux-amd64-cgo), const TCP_CONGESTION ideal-int +pkg syscall (linux-amd64-cgo), const TCP_CORK ideal-int +pkg syscall (linux-amd64-cgo), const TCP_DEFER_ACCEPT ideal-int +pkg syscall (linux-amd64-cgo), const TCP_INFO ideal-int +pkg syscall (linux-amd64-cgo), const TCP_KEEPCNT ideal-int +pkg syscall (linux-amd64-cgo), const TCP_KEEPIDLE ideal-int +pkg syscall (linux-amd64-cgo), const TCP_KEEPINTVL ideal-int +pkg syscall (linux-amd64-cgo), const TCP_LINGER2 ideal-int +pkg syscall (linux-amd64-cgo), const TCP_MAXSEG ideal-int +pkg syscall (linux-amd64-cgo), const TCP_MAXWIN ideal-int +pkg syscall (linux-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (linux-amd64-cgo), const TCP_MD5SIG ideal-int +pkg syscall (linux-amd64-cgo), const TCP_MD5SIG_MAXKEYLEN ideal-int +pkg syscall (linux-amd64-cgo), const TCP_MSS ideal-int +pkg syscall (linux-amd64-cgo), const TCP_QUICKACK ideal-int +pkg syscall (linux-amd64-cgo), const TCP_SYNCNT ideal-int +pkg syscall (linux-amd64-cgo), const TCP_WINDOW_CLAMP ideal-int +pkg syscall (linux-amd64-cgo), const TCSETS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCCBRK ideal-int +pkg syscall (linux-amd64-cgo), const TIOCCONS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCEXCL ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGDEV ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGETD ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGICOUNT ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGLCKTRMIOS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGPGRP ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGPTN ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGRS485 ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGSERIAL ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGSID ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGSOFTCAR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCGWINSZ ideal-int +pkg syscall (linux-amd64-cgo), const TIOCINQ ideal-int +pkg syscall (linux-amd64-cgo), const TIOCLINUX ideal-int +pkg syscall (linux-amd64-cgo), const TIOCMBIC ideal-int +pkg syscall (linux-amd64-cgo), const TIOCMBIS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCMGET ideal-int +pkg syscall (linux-amd64-cgo), const TIOCMIWAIT ideal-int +pkg syscall (linux-amd64-cgo), const TIOCMSET ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_CAR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_CD ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_CTS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_DSR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_DTR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_LE ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_RI ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_RNG ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_RTS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_SR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCM_ST ideal-int +pkg syscall (linux-amd64-cgo), const TIOCNOTTY ideal-int +pkg syscall (linux-amd64-cgo), const TIOCNXCL ideal-int +pkg syscall (linux-amd64-cgo), const TIOCOUTQ ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_DATA ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_DOSTOP ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_IOCTL ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_NOSTOP ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_START ideal-int +pkg syscall (linux-amd64-cgo), const TIOCPKT_STOP ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSBRK ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSCTTY ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERCONFIG ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERGETLSR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERGETMULTI ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERGSTRUCT ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERGWILD ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERSETMULTI ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSERSWILD ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSER_TEMT ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSETD ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSIG ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSLCKTRMIOS ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSPGRP ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSPTLCK ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSRS485 ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSSERIAL ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSSOFTCAR ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSTI ideal-int +pkg syscall (linux-amd64-cgo), const TIOCSWINSZ ideal-int +pkg syscall (linux-amd64-cgo), const TOSTOP ideal-int +pkg syscall (linux-amd64-cgo), const TUNATTACHFILTER ideal-int +pkg syscall (linux-amd64-cgo), const TUNDETACHFILTER ideal-int +pkg syscall (linux-amd64-cgo), const TUNGETFEATURES ideal-int +pkg syscall (linux-amd64-cgo), const TUNGETIFF ideal-int +pkg syscall (linux-amd64-cgo), const TUNGETSNDBUF ideal-int +pkg syscall (linux-amd64-cgo), const TUNGETVNETHDRSZ ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETDEBUG ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETGROUP ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETIFF ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETLINK ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETNOCSUM ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETOFFLOAD ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETOWNER ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETPERSIST ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETSNDBUF ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETTXFILTER ideal-int +pkg syscall (linux-amd64-cgo), const TUNSETVNETHDRSZ ideal-int +pkg syscall (linux-amd64-cgo), const VDISCARD ideal-int +pkg syscall (linux-amd64-cgo), const VEOF ideal-int +pkg syscall (linux-amd64-cgo), const VEOL ideal-int +pkg syscall (linux-amd64-cgo), const VEOL2 ideal-int +pkg syscall (linux-amd64-cgo), const VERASE ideal-int +pkg syscall (linux-amd64-cgo), const VINTR ideal-int +pkg syscall (linux-amd64-cgo), const VKILL ideal-int +pkg syscall (linux-amd64-cgo), const VLNEXT ideal-int +pkg syscall (linux-amd64-cgo), const VMIN ideal-int +pkg syscall (linux-amd64-cgo), const VQUIT ideal-int +pkg syscall (linux-amd64-cgo), const VREPRINT ideal-int +pkg syscall (linux-amd64-cgo), const VSTART ideal-int +pkg syscall (linux-amd64-cgo), const VSTOP ideal-int +pkg syscall (linux-amd64-cgo), const VSUSP ideal-int +pkg syscall (linux-amd64-cgo), const VSWTC ideal-int +pkg syscall (linux-amd64-cgo), const VTIME ideal-int +pkg syscall (linux-amd64-cgo), const VWERASE ideal-int +pkg syscall (linux-amd64-cgo), const WALL ideal-int +pkg syscall (linux-amd64-cgo), const WCLONE ideal-int +pkg syscall (linux-amd64-cgo), const WCONTINUED ideal-int +pkg syscall (linux-amd64-cgo), const WEXITED ideal-int +pkg syscall (linux-amd64-cgo), const WNOHANG ideal-int +pkg syscall (linux-amd64-cgo), const WNOTHREAD ideal-int +pkg syscall (linux-amd64-cgo), const WNOWAIT ideal-int +pkg syscall (linux-amd64-cgo), const WORDSIZE ideal-int +pkg syscall (linux-amd64-cgo), const WSTOPPED ideal-int +pkg syscall (linux-amd64-cgo), const WUNTRACED ideal-int +pkg syscall (linux-amd64-cgo), const XCASE ideal-int +pkg syscall (linux-amd64-cgo), func Accept(int) (int, Sockaddr, error) +pkg syscall (linux-amd64-cgo), func Access(string, uint32) error +pkg syscall (linux-amd64-cgo), func Acct(string) error +pkg syscall (linux-amd64-cgo), func Adjtimex(*Timex) (int, error) +pkg syscall (linux-amd64-cgo), func AttachLsf(int, []SockFilter) error +pkg syscall (linux-amd64-cgo), func Bind(int, Sockaddr) error +pkg syscall (linux-amd64-cgo), func BindToDevice(int, string) error +pkg syscall (linux-amd64-cgo), func Chroot(string) error +pkg syscall (linux-amd64-cgo), func Close(int) error +pkg syscall (linux-amd64-cgo), func CloseOnExec(int) +pkg syscall (linux-amd64-cgo), func CmsgLen(int) int +pkg syscall (linux-amd64-cgo), func CmsgSpace(int) int +pkg syscall (linux-amd64-cgo), func Connect(int, Sockaddr) error +pkg syscall (linux-amd64-cgo), func Creat(string, uint32) (int, error) +pkg syscall (linux-amd64-cgo), func DetachLsf(int) error +pkg syscall (linux-amd64-cgo), func Dup(int) (int, error) +pkg syscall (linux-amd64-cgo), func Dup2(int, int) error +pkg syscall (linux-amd64-cgo), func EpollCreate(int) (int, error) +pkg syscall (linux-amd64-cgo), func EpollCreate1(int) (int, error) +pkg syscall (linux-amd64-cgo), func EpollCtl(int, int, int, *EpollEvent) error +pkg syscall (linux-amd64-cgo), func EpollWait(int, []EpollEvent, int) (int, error) +pkg syscall (linux-amd64-cgo), func Faccessat(int, string, uint32, int) error +pkg syscall (linux-amd64-cgo), func Fallocate(int, uint32, int64, int64) error +pkg syscall (linux-amd64-cgo), func Fchdir(int) error +pkg syscall (linux-amd64-cgo), func Fchmod(int, uint32) error +pkg syscall (linux-amd64-cgo), func Fchmodat(int, string, uint32, int) error +pkg syscall (linux-amd64-cgo), func Fchown(int, int, int) error +pkg syscall (linux-amd64-cgo), func Fchownat(int, string, int, int, int) error +pkg syscall (linux-amd64-cgo), func Fdatasync(int) error +pkg syscall (linux-amd64-cgo), func Flock(int, int) error +pkg syscall (linux-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (linux-amd64-cgo), func Fstat(int, *Stat_t) error +pkg syscall (linux-amd64-cgo), func Fstatfs(int, *Statfs_t) error +pkg syscall (linux-amd64-cgo), func Fsync(int) error +pkg syscall (linux-amd64-cgo), func Ftruncate(int, int64) error +pkg syscall (linux-amd64-cgo), func Futimes(int, []Timeval) error +pkg syscall (linux-amd64-cgo), func Futimesat(int, string, []Timeval) error +pkg syscall (linux-amd64-cgo), func Getcwd([]uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Getdents(int, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Getpeername(int) (Sockaddr, error) +pkg syscall (linux-amd64-cgo), func Getpgid(int) (int, error) +pkg syscall (linux-amd64-cgo), func Getpgrp() int +pkg syscall (linux-amd64-cgo), func Getrlimit(int, *Rlimit) error +pkg syscall (linux-amd64-cgo), func Getrusage(int, *Rusage) error +pkg syscall (linux-amd64-cgo), func Getsockname(int) (Sockaddr, error) +pkg syscall (linux-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (linux-amd64-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (linux-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (linux-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (linux-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (linux-amd64-cgo), func Gettid() int +pkg syscall (linux-amd64-cgo), func InotifyAddWatch(int, string, uint32) (int, error) +pkg syscall (linux-amd64-cgo), func InotifyInit() (int, error) +pkg syscall (linux-amd64-cgo), func InotifyInit1(int) (int, error) +pkg syscall (linux-amd64-cgo), func InotifyRmWatch(int, uint32) (int, error) +pkg syscall (linux-amd64-cgo), func Ioperm(int, int, int) error +pkg syscall (linux-amd64-cgo), func Iopl(int) error +pkg syscall (linux-amd64-cgo), func Kill(int, Signal) error +pkg syscall (linux-amd64-cgo), func Klogctl(int, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Listen(int, int) error +pkg syscall (linux-amd64-cgo), func LsfJump(int, int, int, int) *SockFilter +pkg syscall (linux-amd64-cgo), func LsfSocket(int, int) (int, error) +pkg syscall (linux-amd64-cgo), func LsfStmt(int, int) *SockFilter +pkg syscall (linux-amd64-cgo), func Lstat(string, *Stat_t) error +pkg syscall (linux-amd64-cgo), func Madvise([]uint8, int) error +pkg syscall (linux-amd64-cgo), func Mkdirat(int, string, uint32) error +pkg syscall (linux-amd64-cgo), func Mkfifo(string, uint32) error +pkg syscall (linux-amd64-cgo), func Mknod(string, uint32, int) error +pkg syscall (linux-amd64-cgo), func Mknodat(int, string, uint32, int) error +pkg syscall (linux-amd64-cgo), func Mlock([]uint8) error +pkg syscall (linux-amd64-cgo), func Mlockall(int) error +pkg syscall (linux-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (linux-amd64-cgo), func Mount(string, string, string, uintptr, string) error +pkg syscall (linux-amd64-cgo), func Mprotect([]uint8, int) error +pkg syscall (linux-amd64-cgo), func Munlock([]uint8) error +pkg syscall (linux-amd64-cgo), func Munlockall() error +pkg syscall (linux-amd64-cgo), func Munmap([]uint8) error +pkg syscall (linux-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (linux-amd64-cgo), func NetlinkRIB(int, int) ([]uint8, error) +pkg syscall (linux-amd64-cgo), func NsecToTimespec(int64) Timespec +pkg syscall (linux-amd64-cgo), func Open(string, int, uint32) (int, error) +pkg syscall (linux-amd64-cgo), func Openat(int, string, int, uint32) (int, error) +pkg syscall (linux-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (linux-amd64-cgo), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) +pkg syscall (linux-amd64-cgo), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) +pkg syscall (linux-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (linux-amd64-cgo), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) +pkg syscall (linux-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (linux-amd64-cgo), func Pause() error +pkg syscall (linux-amd64-cgo), func Pipe([]int) error +pkg syscall (linux-amd64-cgo), func PivotRoot(string, string) error +pkg syscall (linux-amd64-cgo), func Pread(int, []uint8, int64) (int, error) +pkg syscall (linux-amd64-cgo), func PtraceAttach(int) error +pkg syscall (linux-amd64-cgo), func PtraceCont(int, int) error +pkg syscall (linux-amd64-cgo), func PtraceDetach(int) error +pkg syscall (linux-amd64-cgo), func PtraceGetEventMsg(int) (uint, error) +pkg syscall (linux-amd64-cgo), func PtraceGetRegs(int, *PtraceRegs) error +pkg syscall (linux-amd64-cgo), func PtracePeekData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func PtracePeekText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func PtracePokeData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func PtracePokeText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func PtraceSetOptions(int, int) error +pkg syscall (linux-amd64-cgo), func PtraceSetRegs(int, *PtraceRegs) error +pkg syscall (linux-amd64-cgo), func PtraceSingleStep(int) error +pkg syscall (linux-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (linux-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64-cgo), func Read(int, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func ReadDirent(int, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Reboot(int) error +pkg syscall (linux-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (linux-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (linux-amd64-cgo), func Renameat(int, string, int, string) error +pkg syscall (linux-amd64-cgo), func Seek(int, int64, int) (int64, error) +pkg syscall (linux-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) +pkg syscall (linux-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (linux-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (linux-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (linux-amd64-cgo), func SetLsfPromisc(string, bool) error +pkg syscall (linux-amd64-cgo), func SetNonblock(int, bool) error +pkg syscall (linux-amd64-cgo), func Setdomainname([]uint8) error +pkg syscall (linux-amd64-cgo), func Setfsgid(int) error +pkg syscall (linux-amd64-cgo), func Setfsuid(int) error +pkg syscall (linux-amd64-cgo), func Setgid(int) error +pkg syscall (linux-amd64-cgo), func Setgroups([]int) error +pkg syscall (linux-amd64-cgo), func Sethostname([]uint8) error +pkg syscall (linux-amd64-cgo), func Setpgid(int, int) error +pkg syscall (linux-amd64-cgo), func Setregid(int, int) error +pkg syscall (linux-amd64-cgo), func Setresgid(int, int, int) error +pkg syscall (linux-amd64-cgo), func Setresuid(int, int, int) error +pkg syscall (linux-amd64-cgo), func Setreuid(int, int) error +pkg syscall (linux-amd64-cgo), func Setrlimit(int, *Rlimit) error +pkg syscall (linux-amd64-cgo), func Setsid() (int, error) +pkg syscall (linux-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (linux-amd64-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (linux-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (linux-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (linux-amd64-cgo), func SetsockoptInt(int, int, int, int) error +pkg syscall (linux-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (linux-amd64-cgo), func SetsockoptString(int, int, int, string) error +pkg syscall (linux-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (linux-amd64-cgo), func Settimeofday(*Timeval) error +pkg syscall (linux-amd64-cgo), func Setuid(int) error +pkg syscall (linux-amd64-cgo), func Shutdown(int, int) error +pkg syscall (linux-amd64-cgo), func Socket(int, int, int) (int, error) +pkg syscall (linux-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (linux-amd64-cgo), func Splice(int, *int64, int, *int64, int, int) (int64, error) +pkg syscall (linux-amd64-cgo), func Stat(string, *Stat_t) error +pkg syscall (linux-amd64-cgo), func Statfs(string, *Statfs_t) error +pkg syscall (linux-amd64-cgo), func StringSlicePtr([]string) []*uint8 +pkg syscall (linux-amd64-cgo), func Sync() +pkg syscall (linux-amd64-cgo), func SyncFileRange(int, int64, int64, int) error +pkg syscall (linux-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-amd64-cgo), func Sysinfo(*Sysinfo_t) error +pkg syscall (linux-amd64-cgo), func Tee(int, int, int, int) (int64, error) +pkg syscall (linux-amd64-cgo), func Tgkill(int, int, Signal) error +pkg syscall (linux-amd64-cgo), func Time(*Time_t) (Time_t, error) +pkg syscall (linux-amd64-cgo), func Times(*Tms) (uintptr, error) +pkg syscall (linux-amd64-cgo), func TimespecToNsec(Timespec) int64 +pkg syscall (linux-amd64-cgo), func TimevalToNsec(Timeval) int64 +pkg syscall (linux-amd64-cgo), func Truncate(string, int64) error +pkg syscall (linux-amd64-cgo), func Umask(int) int +pkg syscall (linux-amd64-cgo), func Uname(*Utsname) error +pkg syscall (linux-amd64-cgo), func UnixCredentials(*Ucred) []uint8 +pkg syscall (linux-amd64-cgo), func UnixRights(...int) []uint8 +pkg syscall (linux-amd64-cgo), func Unlinkat(int, string) error +pkg syscall (linux-amd64-cgo), func Unmount(string, int) error +pkg syscall (linux-amd64-cgo), func Unshare(int) error +pkg syscall (linux-amd64-cgo), func Ustat(int, *Ustat_t) error +pkg syscall (linux-amd64-cgo), func Utime(string, *Utimbuf) error +pkg syscall (linux-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (linux-amd64-cgo), func Write(int, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), method (*Cmsghdr) SetLen(int) +pkg syscall (linux-amd64-cgo), method (*Iovec) SetLen(int) +pkg syscall (linux-amd64-cgo), method (*Msghdr) SetControllen(int) +pkg syscall (linux-amd64-cgo), method (*PtraceRegs) PC() uint64 +pkg syscall (linux-amd64-cgo), method (*PtraceRegs) SetPC(uint64) +pkg syscall (linux-amd64-cgo), type Cmsghdr struct +pkg syscall (linux-amd64-cgo), type Cmsghdr struct, Len uint64 +pkg syscall (linux-amd64-cgo), type Cmsghdr struct, Level int32 +pkg syscall (linux-amd64-cgo), type Cmsghdr struct, Type int32 +pkg syscall (linux-amd64-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-amd64-cgo), type Credential struct +pkg syscall (linux-amd64-cgo), type Credential struct, Gid uint32 +pkg syscall (linux-amd64-cgo), type Credential struct, Groups []uint32 +pkg syscall (linux-amd64-cgo), type Credential struct, Uid uint32 +pkg syscall (linux-amd64-cgo), type Dirent struct +pkg syscall (linux-amd64-cgo), type Dirent struct, Ino uint64 +pkg syscall (linux-amd64-cgo), type Dirent struct, Name [256]int8 +pkg syscall (linux-amd64-cgo), type Dirent struct, Off int64 +pkg syscall (linux-amd64-cgo), type Dirent struct, Pad_cgo_0 [5]uint8 +pkg syscall (linux-amd64-cgo), type Dirent struct, Reclen uint16 +pkg syscall (linux-amd64-cgo), type Dirent struct, Type uint8 +pkg syscall (linux-amd64-cgo), type EpollEvent struct +pkg syscall (linux-amd64-cgo), type EpollEvent struct, Events uint32 +pkg syscall (linux-amd64-cgo), type EpollEvent struct, Fd int32 +pkg syscall (linux-amd64-cgo), type EpollEvent struct, Pad int32 +pkg syscall (linux-amd64-cgo), type FdSet struct +pkg syscall (linux-amd64-cgo), type FdSet struct, Bits [16]int64 +pkg syscall (linux-amd64-cgo), type Fsid struct +pkg syscall (linux-amd64-cgo), type Fsid struct, X__val [2]int32 +pkg syscall (linux-amd64-cgo), type IPMreqn struct +pkg syscall (linux-amd64-cgo), type IPMreqn struct, Address [4]uint8 +pkg syscall (linux-amd64-cgo), type IPMreqn struct, Ifindex int32 +pkg syscall (linux-amd64-cgo), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (linux-amd64-cgo), type IfAddrmsg struct +pkg syscall (linux-amd64-cgo), type IfAddrmsg struct, Family uint8 +pkg syscall (linux-amd64-cgo), type IfAddrmsg struct, Flags uint8 +pkg syscall (linux-amd64-cgo), type IfAddrmsg struct, Index uint32 +pkg syscall (linux-amd64-cgo), type IfAddrmsg struct, Prefixlen uint8 +pkg syscall (linux-amd64-cgo), type IfAddrmsg struct, Scope uint8 +pkg syscall (linux-amd64-cgo), type IfInfomsg struct +pkg syscall (linux-amd64-cgo), type IfInfomsg struct, Change uint32 +pkg syscall (linux-amd64-cgo), type IfInfomsg struct, Family uint8 +pkg syscall (linux-amd64-cgo), type IfInfomsg struct, Flags uint32 +pkg syscall (linux-amd64-cgo), type IfInfomsg struct, Index int32 +pkg syscall (linux-amd64-cgo), type IfInfomsg struct, Type uint16 +pkg syscall (linux-amd64-cgo), type IfInfomsg struct, X__ifi_pad uint8 +pkg syscall (linux-amd64-cgo), type Inet4Pktinfo struct +pkg syscall (linux-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (linux-amd64-cgo), type Inet4Pktinfo struct, Ifindex int32 +pkg syscall (linux-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (linux-amd64-cgo), type Inet6Pktinfo struct +pkg syscall (linux-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (linux-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (linux-amd64-cgo), type InotifyEvent struct +pkg syscall (linux-amd64-cgo), type InotifyEvent struct, Cookie uint32 +pkg syscall (linux-amd64-cgo), type InotifyEvent struct, Len uint32 +pkg syscall (linux-amd64-cgo), type InotifyEvent struct, Mask uint32 +pkg syscall (linux-amd64-cgo), type InotifyEvent struct, Name [0]uint8 +pkg syscall (linux-amd64-cgo), type InotifyEvent struct, Wd int32 +pkg syscall (linux-amd64-cgo), type Iovec struct +pkg syscall (linux-amd64-cgo), type Iovec struct, Base *uint8 +pkg syscall (linux-amd64-cgo), type Iovec struct, Len uint64 +pkg syscall (linux-amd64-cgo), type Msghdr struct +pkg syscall (linux-amd64-cgo), type Msghdr struct, Control *uint8 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Controllen uint64 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Flags int32 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Iov *Iovec +pkg syscall (linux-amd64-cgo), type Msghdr struct, Iovlen uint64 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Name *uint8 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Namelen uint32 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64-cgo), type NetlinkMessage struct +pkg syscall (linux-amd64-cgo), type NetlinkMessage struct, Data []uint8 +pkg syscall (linux-amd64-cgo), type NetlinkMessage struct, Header NlMsghdr +pkg syscall (linux-amd64-cgo), type NetlinkRouteAttr struct +pkg syscall (linux-amd64-cgo), type NetlinkRouteAttr struct, Attr RtAttr +pkg syscall (linux-amd64-cgo), type NetlinkRouteAttr struct, Value []uint8 +pkg syscall (linux-amd64-cgo), type NetlinkRouteRequest struct +pkg syscall (linux-amd64-cgo), type NetlinkRouteRequest struct, Data RtGenmsg +pkg syscall (linux-amd64-cgo), type NetlinkRouteRequest struct, Header NlMsghdr +pkg syscall (linux-amd64-cgo), type NlAttr struct +pkg syscall (linux-amd64-cgo), type NlAttr struct, Len uint16 +pkg syscall (linux-amd64-cgo), type NlAttr struct, Type uint16 +pkg syscall (linux-amd64-cgo), type NlMsgerr struct +pkg syscall (linux-amd64-cgo), type NlMsgerr struct, Error int32 +pkg syscall (linux-amd64-cgo), type NlMsgerr struct, Msg NlMsghdr +pkg syscall (linux-amd64-cgo), type NlMsghdr struct +pkg syscall (linux-amd64-cgo), type NlMsghdr struct, Flags uint16 +pkg syscall (linux-amd64-cgo), type NlMsghdr struct, Len uint32 +pkg syscall (linux-amd64-cgo), type NlMsghdr struct, Pid uint32 +pkg syscall (linux-amd64-cgo), type NlMsghdr struct, Seq uint32 +pkg syscall (linux-amd64-cgo), type NlMsghdr struct, Type uint16 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Cs uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Ds uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Eflags uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Es uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Fs uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Fs_base uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Gs uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Gs_base uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Orig_rax uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R10 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R11 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R12 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R13 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R14 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R15 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R8 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, R9 uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rax uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rbp uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rbx uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rcx uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rdi uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rdx uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rip uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rsi uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Rsp uint64 +pkg syscall (linux-amd64-cgo), type PtraceRegs struct, Ss uint64 +pkg syscall (linux-amd64-cgo), type RawSockaddr struct, Data [14]int8 +pkg syscall (linux-amd64-cgo), type RawSockaddr struct, Family uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct +pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Family uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Ifindex int32 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-amd64-cgo), type RawSockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrNetlink struct +pkg syscall (linux-amd64-cgo), type RawSockaddrNetlink struct, Family uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrNetlink struct, Groups uint32 +pkg syscall (linux-amd64-cgo), type RawSockaddrNetlink struct, Pad uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrNetlink struct, Pid uint32 +pkg syscall (linux-amd64-cgo), type RawSockaddrUnix struct +pkg syscall (linux-amd64-cgo), type RawSockaddrUnix struct, Family uint16 +pkg syscall (linux-amd64-cgo), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (linux-amd64-cgo), type Rlimit struct +pkg syscall (linux-amd64-cgo), type Rlimit struct, Cur uint64 +pkg syscall (linux-amd64-cgo), type Rlimit struct, Max uint64 +pkg syscall (linux-amd64-cgo), type RtAttr struct +pkg syscall (linux-amd64-cgo), type RtAttr struct, Len uint16 +pkg syscall (linux-amd64-cgo), type RtAttr struct, Type uint16 +pkg syscall (linux-amd64-cgo), type RtGenmsg struct +pkg syscall (linux-amd64-cgo), type RtGenmsg struct, Family uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct +pkg syscall (linux-amd64-cgo), type RtMsg struct, Dst_len uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Family uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Flags uint32 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Protocol uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Scope uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Src_len uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Table uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Tos uint8 +pkg syscall (linux-amd64-cgo), type RtMsg struct, Type uint8 +pkg syscall (linux-amd64-cgo), type RtNexthop struct +pkg syscall (linux-amd64-cgo), type RtNexthop struct, Flags uint8 +pkg syscall (linux-amd64-cgo), type RtNexthop struct, Hops uint8 +pkg syscall (linux-amd64-cgo), type RtNexthop struct, Ifindex int32 +pkg syscall (linux-amd64-cgo), type RtNexthop struct, Len uint16 +pkg syscall (linux-amd64-cgo), type Rusage struct, Idrss int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Inblock int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Isrss int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Ixrss int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Majflt int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Maxrss int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Minflt int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Msgrcv int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Msgsnd int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Nivcsw int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Nsignals int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Nswap int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Nvcsw int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Oublock int64 +pkg syscall (linux-amd64-cgo), type Rusage struct, Stime Timeval +pkg syscall (linux-amd64-cgo), type Rusage struct, Utime Timeval +pkg syscall (linux-amd64-cgo), type SockFilter struct +pkg syscall (linux-amd64-cgo), type SockFilter struct, Code uint16 +pkg syscall (linux-amd64-cgo), type SockFilter struct, Jf uint8 +pkg syscall (linux-amd64-cgo), type SockFilter struct, Jt uint8 +pkg syscall (linux-amd64-cgo), type SockFilter struct, K uint32 +pkg syscall (linux-amd64-cgo), type SockFprog struct +pkg syscall (linux-amd64-cgo), type SockFprog struct, Filter *SockFilter +pkg syscall (linux-amd64-cgo), type SockFprog struct, Len uint16 +pkg syscall (linux-amd64-cgo), type SockFprog struct, Pad_cgo_0 [6]uint8 +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct, Ifindex int +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-amd64-cgo), type SockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-amd64-cgo), type SockaddrNetlink struct +pkg syscall (linux-amd64-cgo), type SockaddrNetlink struct, Family uint16 +pkg syscall (linux-amd64-cgo), type SockaddrNetlink struct, Groups uint32 +pkg syscall (linux-amd64-cgo), type SockaddrNetlink struct, Pad uint16 +pkg syscall (linux-amd64-cgo), type SockaddrNetlink struct, Pid uint32 +pkg syscall (linux-amd64-cgo), type SocketControlMessage struct +pkg syscall (linux-amd64-cgo), type SocketControlMessage struct, Data []uint8 +pkg syscall (linux-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (linux-amd64-cgo), type Stat_t struct +pkg syscall (linux-amd64-cgo), type Stat_t struct, Atim Timespec +pkg syscall (linux-amd64-cgo), type Stat_t struct, Blksize int64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Blocks int64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Ctim Timespec +pkg syscall (linux-amd64-cgo), type Stat_t struct, Dev uint64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Gid uint32 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Ino uint64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Mode uint32 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Mtim Timespec +pkg syscall (linux-amd64-cgo), type Stat_t struct, Nlink uint64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Rdev uint64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Size int64 +pkg syscall (linux-amd64-cgo), type Stat_t struct, Uid uint32 +pkg syscall (linux-amd64-cgo), type Stat_t struct, X__pad0 int32 +pkg syscall (linux-amd64-cgo), type Stat_t struct, X__unused [3]int64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Bavail uint64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Bfree uint64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Blocks uint64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Bsize int64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Ffree uint64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Files uint64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Flags int64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Frsize int64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Fsid Fsid +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Namelen int64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Spare [4]int64 +pkg syscall (linux-amd64-cgo), type Statfs_t struct, Type int64 +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Chroot string +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Credential *Credential +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Noctty bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ptrace bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Setctty bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Setpgid bool +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Setsid bool +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Bufferram uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Freehigh uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Freeram uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Freeswap uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Loads [3]uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Pad uint16 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Procs uint16 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Sharedram uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Totalhigh uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Totalram uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Totalswap uint64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Unit uint32 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, Uptime int64 +pkg syscall (linux-amd64-cgo), type Sysinfo_t struct, X_f [0]uint8 +pkg syscall (linux-amd64-cgo), type Termios struct +pkg syscall (linux-amd64-cgo), type Termios struct, Cc [32]uint8 +pkg syscall (linux-amd64-cgo), type Termios struct, Cflag uint32 +pkg syscall (linux-amd64-cgo), type Termios struct, Iflag uint32 +pkg syscall (linux-amd64-cgo), type Termios struct, Ispeed uint32 +pkg syscall (linux-amd64-cgo), type Termios struct, Lflag uint32 +pkg syscall (linux-amd64-cgo), type Termios struct, Line uint8 +pkg syscall (linux-amd64-cgo), type Termios struct, Oflag uint32 +pkg syscall (linux-amd64-cgo), type Termios struct, Ospeed uint32 +pkg syscall (linux-amd64-cgo), type Termios struct, Pad_cgo_0 [3]uint8 +pkg syscall (linux-amd64-cgo), type Time_t int64 +pkg syscall (linux-amd64-cgo), type Timespec struct, Nsec int64 +pkg syscall (linux-amd64-cgo), type Timespec struct, Sec int64 +pkg syscall (linux-amd64-cgo), type Timeval struct, Sec int64 +pkg syscall (linux-amd64-cgo), type Timeval struct, Usec int64 +pkg syscall (linux-amd64-cgo), type Timex struct +pkg syscall (linux-amd64-cgo), type Timex struct, Calcnt int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Constant int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Errcnt int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Esterror int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Freq int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Jitcnt int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Jitter int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Maxerror int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Modes uint32 +pkg syscall (linux-amd64-cgo), type Timex struct, Offset int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64-cgo), type Timex struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64-cgo), type Timex struct, Pad_cgo_2 [4]uint8 +pkg syscall (linux-amd64-cgo), type Timex struct, Pad_cgo_3 [44]uint8 +pkg syscall (linux-amd64-cgo), type Timex struct, Ppsfreq int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Precision int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Shift int32 +pkg syscall (linux-amd64-cgo), type Timex struct, Stabil int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Status int32 +pkg syscall (linux-amd64-cgo), type Timex struct, Stbcnt int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Tai int32 +pkg syscall (linux-amd64-cgo), type Timex struct, Tick int64 +pkg syscall (linux-amd64-cgo), type Timex struct, Time Timeval +pkg syscall (linux-amd64-cgo), type Timex struct, Tolerance int64 +pkg syscall (linux-amd64-cgo), type Tms struct +pkg syscall (linux-amd64-cgo), type Tms struct, Cstime int64 +pkg syscall (linux-amd64-cgo), type Tms struct, Cutime int64 +pkg syscall (linux-amd64-cgo), type Tms struct, Stime int64 +pkg syscall (linux-amd64-cgo), type Tms struct, Utime int64 +pkg syscall (linux-amd64-cgo), type Ucred struct +pkg syscall (linux-amd64-cgo), type Ucred struct, Gid uint32 +pkg syscall (linux-amd64-cgo), type Ucred struct, Pid int32 +pkg syscall (linux-amd64-cgo), type Ucred struct, Uid uint32 +pkg syscall (linux-amd64-cgo), type Ustat_t struct +pkg syscall (linux-amd64-cgo), type Ustat_t struct, Fname [6]int8 +pkg syscall (linux-amd64-cgo), type Ustat_t struct, Fpack [6]int8 +pkg syscall (linux-amd64-cgo), type Ustat_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-amd64-cgo), type Ustat_t struct, Pad_cgo_1 [4]uint8 +pkg syscall (linux-amd64-cgo), type Ustat_t struct, Tfree int32 +pkg syscall (linux-amd64-cgo), type Ustat_t struct, Tinode uint64 +pkg syscall (linux-amd64-cgo), type Utimbuf struct +pkg syscall (linux-amd64-cgo), type Utimbuf struct, Actime int64 +pkg syscall (linux-amd64-cgo), type Utimbuf struct, Modtime int64 +pkg syscall (linux-amd64-cgo), type Utsname struct +pkg syscall (linux-amd64-cgo), type Utsname struct, Domainname [65]int8 +pkg syscall (linux-amd64-cgo), type Utsname struct, Machine [65]int8 +pkg syscall (linux-amd64-cgo), type Utsname struct, Nodename [65]int8 +pkg syscall (linux-amd64-cgo), type Utsname struct, Release [65]int8 +pkg syscall (linux-amd64-cgo), type Utsname struct, Sysname [65]int8 +pkg syscall (linux-amd64-cgo), type Utsname struct, Version [65]int8 +pkg syscall (linux-amd64-cgo), type WaitStatus uint32 +pkg syscall (linux-amd64-cgo), var Stderr int +pkg syscall (linux-amd64-cgo), var Stdin int +pkg syscall (linux-amd64-cgo), var Stdout int +pkg syscall (linux-arm), const AF_ALG ideal-int +pkg syscall (linux-arm), const AF_APPLETALK ideal-int +pkg syscall (linux-arm), const AF_ASH ideal-int +pkg syscall (linux-arm), const AF_ATMPVC ideal-int +pkg syscall (linux-arm), const AF_ATMSVC ideal-int +pkg syscall (linux-arm), const AF_AX25 ideal-int +pkg syscall (linux-arm), const AF_BLUETOOTH ideal-int +pkg syscall (linux-arm), const AF_BRIDGE ideal-int +pkg syscall (linux-arm), const AF_CAIF ideal-int +pkg syscall (linux-arm), const AF_CAN ideal-int +pkg syscall (linux-arm), const AF_DECnet ideal-int +pkg syscall (linux-arm), const AF_ECONET ideal-int +pkg syscall (linux-arm), const AF_FILE ideal-int +pkg syscall (linux-arm), const AF_IEEE802154 ideal-int +pkg syscall (linux-arm), const AF_IPX ideal-int +pkg syscall (linux-arm), const AF_IRDA ideal-int +pkg syscall (linux-arm), const AF_ISDN ideal-int +pkg syscall (linux-arm), const AF_IUCV ideal-int +pkg syscall (linux-arm), const AF_KEY ideal-int +pkg syscall (linux-arm), const AF_LLC ideal-int +pkg syscall (linux-arm), const AF_LOCAL ideal-int +pkg syscall (linux-arm), const AF_MAX ideal-int +pkg syscall (linux-arm), const AF_NETBEUI ideal-int +pkg syscall (linux-arm), const AF_NETLINK ideal-int +pkg syscall (linux-arm), const AF_NETROM ideal-int +pkg syscall (linux-arm), const AF_PACKET ideal-int +pkg syscall (linux-arm), const AF_PHONET ideal-int +pkg syscall (linux-arm), const AF_PPPOX ideal-int +pkg syscall (linux-arm), const AF_RDS ideal-int +pkg syscall (linux-arm), const AF_ROSE ideal-int +pkg syscall (linux-arm), const AF_ROUTE ideal-int +pkg syscall (linux-arm), const AF_RXRPC ideal-int +pkg syscall (linux-arm), const AF_SECURITY ideal-int +pkg syscall (linux-arm), const AF_SNA ideal-int +pkg syscall (linux-arm), const AF_TIPC ideal-int +pkg syscall (linux-arm), const AF_WANPIPE ideal-int +pkg syscall (linux-arm), const AF_X25 ideal-int +pkg syscall (linux-arm), const ARPHRD_ADAPT ideal-int +pkg syscall (linux-arm), const ARPHRD_APPLETLK ideal-int +pkg syscall (linux-arm), const ARPHRD_ARCNET ideal-int +pkg syscall (linux-arm), const ARPHRD_ASH ideal-int +pkg syscall (linux-arm), const ARPHRD_ATM ideal-int +pkg syscall (linux-arm), const ARPHRD_AX25 ideal-int +pkg syscall (linux-arm), const ARPHRD_BIF ideal-int +pkg syscall (linux-arm), const ARPHRD_CHAOS ideal-int +pkg syscall (linux-arm), const ARPHRD_CISCO ideal-int +pkg syscall (linux-arm), const ARPHRD_CSLIP ideal-int +pkg syscall (linux-arm), const ARPHRD_CSLIP6 ideal-int +pkg syscall (linux-arm), const ARPHRD_DDCMP ideal-int +pkg syscall (linux-arm), const ARPHRD_DLCI ideal-int +pkg syscall (linux-arm), const ARPHRD_ECONET ideal-int +pkg syscall (linux-arm), const ARPHRD_EETHER ideal-int +pkg syscall (linux-arm), const ARPHRD_ETHER ideal-int +pkg syscall (linux-arm), const ARPHRD_EUI64 ideal-int +pkg syscall (linux-arm), const ARPHRD_FCAL ideal-int +pkg syscall (linux-arm), const ARPHRD_FCFABRIC ideal-int +pkg syscall (linux-arm), const ARPHRD_FCPL ideal-int +pkg syscall (linux-arm), const ARPHRD_FCPP ideal-int +pkg syscall (linux-arm), const ARPHRD_FDDI ideal-int +pkg syscall (linux-arm), const ARPHRD_FRAD ideal-int +pkg syscall (linux-arm), const ARPHRD_HDLC ideal-int +pkg syscall (linux-arm), const ARPHRD_HIPPI ideal-int +pkg syscall (linux-arm), const ARPHRD_HWX25 ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE1394 ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE802 ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE80211 ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE80211_PRISM ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE80211_RADIOTAP ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE802154 ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE802154_PHY ideal-int +pkg syscall (linux-arm), const ARPHRD_IEEE802_TR ideal-int +pkg syscall (linux-arm), const ARPHRD_INFINIBAND ideal-int +pkg syscall (linux-arm), const ARPHRD_IPDDP ideal-int +pkg syscall (linux-arm), const ARPHRD_IPGRE ideal-int +pkg syscall (linux-arm), const ARPHRD_IRDA ideal-int +pkg syscall (linux-arm), const ARPHRD_LAPB ideal-int +pkg syscall (linux-arm), const ARPHRD_LOCALTLK ideal-int +pkg syscall (linux-arm), const ARPHRD_LOOPBACK ideal-int +pkg syscall (linux-arm), const ARPHRD_METRICOM ideal-int +pkg syscall (linux-arm), const ARPHRD_NETROM ideal-int +pkg syscall (linux-arm), const ARPHRD_NONE ideal-int +pkg syscall (linux-arm), const ARPHRD_PIMREG ideal-int +pkg syscall (linux-arm), const ARPHRD_PPP ideal-int +pkg syscall (linux-arm), const ARPHRD_PRONET ideal-int +pkg syscall (linux-arm), const ARPHRD_RAWHDLC ideal-int +pkg syscall (linux-arm), const ARPHRD_ROSE ideal-int +pkg syscall (linux-arm), const ARPHRD_RSRVD ideal-int +pkg syscall (linux-arm), const ARPHRD_SIT ideal-int +pkg syscall (linux-arm), const ARPHRD_SKIP ideal-int +pkg syscall (linux-arm), const ARPHRD_SLIP ideal-int +pkg syscall (linux-arm), const ARPHRD_SLIP6 ideal-int +pkg syscall (linux-arm), const ARPHRD_TUNNEL ideal-int +pkg syscall (linux-arm), const ARPHRD_TUNNEL6 ideal-int +pkg syscall (linux-arm), const ARPHRD_VOID ideal-int +pkg syscall (linux-arm), const ARPHRD_X25 ideal-int +pkg syscall (linux-arm), const B0 ideal-int +pkg syscall (linux-arm), const B1000000 ideal-int +pkg syscall (linux-arm), const B110 ideal-int +pkg syscall (linux-arm), const B115200 ideal-int +pkg syscall (linux-arm), const B1152000 ideal-int +pkg syscall (linux-arm), const B1200 ideal-int +pkg syscall (linux-arm), const B134 ideal-int +pkg syscall (linux-arm), const B150 ideal-int +pkg syscall (linux-arm), const B1500000 ideal-int +pkg syscall (linux-arm), const B1800 ideal-int +pkg syscall (linux-arm), const B19200 ideal-int +pkg syscall (linux-arm), const B200 ideal-int +pkg syscall (linux-arm), const B2000000 ideal-int +pkg syscall (linux-arm), const B230400 ideal-int +pkg syscall (linux-arm), const B2400 ideal-int +pkg syscall (linux-arm), const B2500000 ideal-int +pkg syscall (linux-arm), const B300 ideal-int +pkg syscall (linux-arm), const B3000000 ideal-int +pkg syscall (linux-arm), const B3500000 ideal-int +pkg syscall (linux-arm), const B38400 ideal-int +pkg syscall (linux-arm), const B4000000 ideal-int +pkg syscall (linux-arm), const B460800 ideal-int +pkg syscall (linux-arm), const B4800 ideal-int +pkg syscall (linux-arm), const B50 ideal-int +pkg syscall (linux-arm), const B500000 ideal-int +pkg syscall (linux-arm), const B57600 ideal-int +pkg syscall (linux-arm), const B576000 ideal-int +pkg syscall (linux-arm), const B600 ideal-int +pkg syscall (linux-arm), const B75 ideal-int +pkg syscall (linux-arm), const B921600 ideal-int +pkg syscall (linux-arm), const B9600 ideal-int +pkg syscall (linux-arm), const BPF_A ideal-int +pkg syscall (linux-arm), const BPF_ABS ideal-int +pkg syscall (linux-arm), const BPF_ADD ideal-int +pkg syscall (linux-arm), const BPF_ALU ideal-int +pkg syscall (linux-arm), const BPF_AND ideal-int +pkg syscall (linux-arm), const BPF_B ideal-int +pkg syscall (linux-arm), const BPF_DIV ideal-int +pkg syscall (linux-arm), const BPF_H ideal-int +pkg syscall (linux-arm), const BPF_IMM ideal-int +pkg syscall (linux-arm), const BPF_IND ideal-int +pkg syscall (linux-arm), const BPF_JA ideal-int +pkg syscall (linux-arm), const BPF_JEQ ideal-int +pkg syscall (linux-arm), const BPF_JGE ideal-int +pkg syscall (linux-arm), const BPF_JGT ideal-int +pkg syscall (linux-arm), const BPF_JMP ideal-int +pkg syscall (linux-arm), const BPF_JSET ideal-int +pkg syscall (linux-arm), const BPF_K ideal-int +pkg syscall (linux-arm), const BPF_LD ideal-int +pkg syscall (linux-arm), const BPF_LDX ideal-int +pkg syscall (linux-arm), const BPF_LEN ideal-int +pkg syscall (linux-arm), const BPF_LSH ideal-int +pkg syscall (linux-arm), const BPF_MAJOR_VERSION ideal-int +pkg syscall (linux-arm), const BPF_MAXINSNS ideal-int +pkg syscall (linux-arm), const BPF_MEM ideal-int +pkg syscall (linux-arm), const BPF_MEMWORDS ideal-int +pkg syscall (linux-arm), const BPF_MINOR_VERSION ideal-int +pkg syscall (linux-arm), const BPF_MISC ideal-int +pkg syscall (linux-arm), const BPF_MSH ideal-int +pkg syscall (linux-arm), const BPF_MUL ideal-int +pkg syscall (linux-arm), const BPF_NEG ideal-int +pkg syscall (linux-arm), const BPF_OR ideal-int +pkg syscall (linux-arm), const BPF_RET ideal-int +pkg syscall (linux-arm), const BPF_RSH ideal-int +pkg syscall (linux-arm), const BPF_ST ideal-int +pkg syscall (linux-arm), const BPF_STX ideal-int +pkg syscall (linux-arm), const BPF_SUB ideal-int +pkg syscall (linux-arm), const BPF_TAX ideal-int +pkg syscall (linux-arm), const BPF_TXA ideal-int +pkg syscall (linux-arm), const BPF_W ideal-int +pkg syscall (linux-arm), const BPF_X ideal-int +pkg syscall (linux-arm), const BRKINT ideal-int +pkg syscall (linux-arm), const CLOCAL ideal-int +pkg syscall (linux-arm), const CREAD ideal-int +pkg syscall (linux-arm), const CS5 ideal-int +pkg syscall (linux-arm), const CS6 ideal-int +pkg syscall (linux-arm), const CS7 ideal-int +pkg syscall (linux-arm), const CS8 ideal-int +pkg syscall (linux-arm), const CSIZE ideal-int +pkg syscall (linux-arm), const CSTOPB ideal-int +pkg syscall (linux-arm), const DT_BLK ideal-int +pkg syscall (linux-arm), const DT_CHR ideal-int +pkg syscall (linux-arm), const DT_DIR ideal-int +pkg syscall (linux-arm), const DT_FIFO ideal-int +pkg syscall (linux-arm), const DT_LNK ideal-int +pkg syscall (linux-arm), const DT_REG ideal-int +pkg syscall (linux-arm), const DT_SOCK ideal-int +pkg syscall (linux-arm), const DT_UNKNOWN ideal-int +pkg syscall (linux-arm), const DT_WHT ideal-int +pkg syscall (linux-arm), const EADV Errno +pkg syscall (linux-arm), const EBADE Errno +pkg syscall (linux-arm), const EBADFD Errno +pkg syscall (linux-arm), const EBADMSG Errno +pkg syscall (linux-arm), const EBADR Errno +pkg syscall (linux-arm), const EBADRQC Errno +pkg syscall (linux-arm), const EBADSLT Errno +pkg syscall (linux-arm), const EBFONT Errno +pkg syscall (linux-arm), const ECHO ideal-int +pkg syscall (linux-arm), const ECHOCTL ideal-int +pkg syscall (linux-arm), const ECHOE ideal-int +pkg syscall (linux-arm), const ECHOK ideal-int +pkg syscall (linux-arm), const ECHOKE ideal-int +pkg syscall (linux-arm), const ECHONL ideal-int +pkg syscall (linux-arm), const ECHOPRT ideal-int +pkg syscall (linux-arm), const ECHRNG Errno +pkg syscall (linux-arm), const ECOMM Errno +pkg syscall (linux-arm), const EDEADLOCK Errno +pkg syscall (linux-arm), const EDOTDOT Errno +pkg syscall (linux-arm), const EHWPOISON Errno +pkg syscall (linux-arm), const EISNAM Errno +pkg syscall (linux-arm), const EKEYEXPIRED Errno +pkg syscall (linux-arm), const EKEYREJECTED Errno +pkg syscall (linux-arm), const EKEYREVOKED Errno +pkg syscall (linux-arm), const EL2HLT Errno +pkg syscall (linux-arm), const EL2NSYNC Errno +pkg syscall (linux-arm), const EL3HLT Errno +pkg syscall (linux-arm), const EL3RST Errno +pkg syscall (linux-arm), const ELF_NGREG ideal-int +pkg syscall (linux-arm), const ELF_PRARGSZ ideal-int +pkg syscall (linux-arm), const ELIBACC Errno +pkg syscall (linux-arm), const ELIBBAD Errno +pkg syscall (linux-arm), const ELIBEXEC Errno +pkg syscall (linux-arm), const ELIBMAX Errno +pkg syscall (linux-arm), const ELIBSCN Errno +pkg syscall (linux-arm), const ELNRNG Errno +pkg syscall (linux-arm), const EMEDIUMTYPE Errno +pkg syscall (linux-arm), const EMULTIHOP Errno +pkg syscall (linux-arm), const ENAVAIL Errno +pkg syscall (linux-arm), const ENOANO Errno +pkg syscall (linux-arm), const ENOCSI Errno +pkg syscall (linux-arm), const ENODATA Errno +pkg syscall (linux-arm), const ENOKEY Errno +pkg syscall (linux-arm), const ENOLINK Errno +pkg syscall (linux-arm), const ENOMEDIUM Errno +pkg syscall (linux-arm), const ENONET Errno +pkg syscall (linux-arm), const ENOPKG Errno +pkg syscall (linux-arm), const ENOSR Errno +pkg syscall (linux-arm), const ENOSTR Errno +pkg syscall (linux-arm), const ENOTNAM Errno +pkg syscall (linux-arm), const ENOTRECOVERABLE Errno +pkg syscall (linux-arm), const ENOTUNIQ Errno +pkg syscall (linux-arm), const EOWNERDEAD Errno +pkg syscall (linux-arm), const EPOLLERR ideal-int +pkg syscall (linux-arm), const EPOLLET ideal-int +pkg syscall (linux-arm), const EPOLLHUP ideal-int +pkg syscall (linux-arm), const EPOLLIN ideal-int +pkg syscall (linux-arm), const EPOLLMSG ideal-int +pkg syscall (linux-arm), const EPOLLONESHOT ideal-int +pkg syscall (linux-arm), const EPOLLOUT ideal-int +pkg syscall (linux-arm), const EPOLLPRI ideal-int +pkg syscall (linux-arm), const EPOLLRDBAND ideal-int +pkg syscall (linux-arm), const EPOLLRDHUP ideal-int +pkg syscall (linux-arm), const EPOLLRDNORM ideal-int +pkg syscall (linux-arm), const EPOLLWRBAND ideal-int +pkg syscall (linux-arm), const EPOLLWRNORM ideal-int +pkg syscall (linux-arm), const EPOLL_CLOEXEC ideal-int +pkg syscall (linux-arm), const EPOLL_CTL_ADD ideal-int +pkg syscall (linux-arm), const EPOLL_CTL_DEL ideal-int +pkg syscall (linux-arm), const EPOLL_CTL_MOD ideal-int +pkg syscall (linux-arm), const EPOLL_NONBLOCK ideal-int +pkg syscall (linux-arm), const EPROTO Errno +pkg syscall (linux-arm), const EREMCHG Errno +pkg syscall (linux-arm), const EREMOTEIO Errno +pkg syscall (linux-arm), const ERESTART Errno +pkg syscall (linux-arm), const ERFKILL Errno +pkg syscall (linux-arm), const ESRMNT Errno +pkg syscall (linux-arm), const ESTRPIPE Errno +pkg syscall (linux-arm), const ETH_P_1588 ideal-int +pkg syscall (linux-arm), const ETH_P_8021Q ideal-int +pkg syscall (linux-arm), const ETH_P_802_2 ideal-int +pkg syscall (linux-arm), const ETH_P_802_3 ideal-int +pkg syscall (linux-arm), const ETH_P_AARP ideal-int +pkg syscall (linux-arm), const ETH_P_ALL ideal-int +pkg syscall (linux-arm), const ETH_P_AOE ideal-int +pkg syscall (linux-arm), const ETH_P_ARCNET ideal-int +pkg syscall (linux-arm), const ETH_P_ARP ideal-int +pkg syscall (linux-arm), const ETH_P_ATALK ideal-int +pkg syscall (linux-arm), const ETH_P_ATMFATE ideal-int +pkg syscall (linux-arm), const ETH_P_ATMMPOA ideal-int +pkg syscall (linux-arm), const ETH_P_AX25 ideal-int +pkg syscall (linux-arm), const ETH_P_BPQ ideal-int +pkg syscall (linux-arm), const ETH_P_CAIF ideal-int +pkg syscall (linux-arm), const ETH_P_CAN ideal-int +pkg syscall (linux-arm), const ETH_P_CONTROL ideal-int +pkg syscall (linux-arm), const ETH_P_CUST ideal-int +pkg syscall (linux-arm), const ETH_P_DDCMP ideal-int +pkg syscall (linux-arm), const ETH_P_DEC ideal-int +pkg syscall (linux-arm), const ETH_P_DIAG ideal-int +pkg syscall (linux-arm), const ETH_P_DNA_DL ideal-int +pkg syscall (linux-arm), const ETH_P_DNA_RC ideal-int +pkg syscall (linux-arm), const ETH_P_DNA_RT ideal-int +pkg syscall (linux-arm), const ETH_P_DSA ideal-int +pkg syscall (linux-arm), const ETH_P_ECONET ideal-int +pkg syscall (linux-arm), const ETH_P_EDSA ideal-int +pkg syscall (linux-arm), const ETH_P_FCOE ideal-int +pkg syscall (linux-arm), const ETH_P_FIP ideal-int +pkg syscall (linux-arm), const ETH_P_HDLC ideal-int +pkg syscall (linux-arm), const ETH_P_IEEE802154 ideal-int +pkg syscall (linux-arm), const ETH_P_IEEEPUP ideal-int +pkg syscall (linux-arm), const ETH_P_IEEEPUPAT ideal-int +pkg syscall (linux-arm), const ETH_P_IP ideal-int +pkg syscall (linux-arm), const ETH_P_IPV6 ideal-int +pkg syscall (linux-arm), const ETH_P_IPX ideal-int +pkg syscall (linux-arm), const ETH_P_IRDA ideal-int +pkg syscall (linux-arm), const ETH_P_LAT ideal-int +pkg syscall (linux-arm), const ETH_P_LINK_CTL ideal-int +pkg syscall (linux-arm), const ETH_P_LOCALTALK ideal-int +pkg syscall (linux-arm), const ETH_P_LOOP ideal-int +pkg syscall (linux-arm), const ETH_P_MOBITEX ideal-int +pkg syscall (linux-arm), const ETH_P_MPLS_MC ideal-int +pkg syscall (linux-arm), const ETH_P_MPLS_UC ideal-int +pkg syscall (linux-arm), const ETH_P_PAE ideal-int +pkg syscall (linux-arm), const ETH_P_PAUSE ideal-int +pkg syscall (linux-arm), const ETH_P_PHONET ideal-int +pkg syscall (linux-arm), const ETH_P_PPPTALK ideal-int +pkg syscall (linux-arm), const ETH_P_PPP_DISC ideal-int +pkg syscall (linux-arm), const ETH_P_PPP_MP ideal-int +pkg syscall (linux-arm), const ETH_P_PPP_SES ideal-int +pkg syscall (linux-arm), const ETH_P_PUP ideal-int +pkg syscall (linux-arm), const ETH_P_PUPAT ideal-int +pkg syscall (linux-arm), const ETH_P_RARP ideal-int +pkg syscall (linux-arm), const ETH_P_SCA ideal-int +pkg syscall (linux-arm), const ETH_P_SLOW ideal-int +pkg syscall (linux-arm), const ETH_P_SNAP ideal-int +pkg syscall (linux-arm), const ETH_P_TEB ideal-int +pkg syscall (linux-arm), const ETH_P_TIPC ideal-int +pkg syscall (linux-arm), const ETH_P_TRAILER ideal-int +pkg syscall (linux-arm), const ETH_P_TR_802_2 ideal-int +pkg syscall (linux-arm), const ETH_P_WAN_PPP ideal-int +pkg syscall (linux-arm), const ETH_P_WCCP ideal-int +pkg syscall (linux-arm), const ETH_P_X25 ideal-int +pkg syscall (linux-arm), const ETIME Errno +pkg syscall (linux-arm), const EUCLEAN Errno +pkg syscall (linux-arm), const EUNATCH Errno +pkg syscall (linux-arm), const EXFULL Errno +pkg syscall (linux-arm), const FD_CLOEXEC ideal-int +pkg syscall (linux-arm), const FD_SETSIZE ideal-int +pkg syscall (linux-arm), const FLUSHO ideal-int +pkg syscall (linux-arm), const F_DUPFD ideal-int +pkg syscall (linux-arm), const F_DUPFD_CLOEXEC ideal-int +pkg syscall (linux-arm), const F_EXLCK ideal-int +pkg syscall (linux-arm), const F_GETFD ideal-int +pkg syscall (linux-arm), const F_GETFL ideal-int +pkg syscall (linux-arm), const F_GETLEASE ideal-int +pkg syscall (linux-arm), const F_GETLK ideal-int +pkg syscall (linux-arm), const F_GETLK64 ideal-int +pkg syscall (linux-arm), const F_GETOWN ideal-int +pkg syscall (linux-arm), const F_GETOWN_EX ideal-int +pkg syscall (linux-arm), const F_GETPIPE_SZ ideal-int +pkg syscall (linux-arm), const F_GETSIG ideal-int +pkg syscall (linux-arm), const F_LOCK ideal-int +pkg syscall (linux-arm), const F_NOTIFY ideal-int +pkg syscall (linux-arm), const F_OK ideal-int +pkg syscall (linux-arm), const F_RDLCK ideal-int +pkg syscall (linux-arm), const F_SETFD ideal-int +pkg syscall (linux-arm), const F_SETFL ideal-int +pkg syscall (linux-arm), const F_SETLEASE ideal-int +pkg syscall (linux-arm), const F_SETLK ideal-int +pkg syscall (linux-arm), const F_SETLK64 ideal-int +pkg syscall (linux-arm), const F_SETLKW ideal-int +pkg syscall (linux-arm), const F_SETLKW64 ideal-int +pkg syscall (linux-arm), const F_SETOWN ideal-int +pkg syscall (linux-arm), const F_SETOWN_EX ideal-int +pkg syscall (linux-arm), const F_SETPIPE_SZ ideal-int +pkg syscall (linux-arm), const F_SETSIG ideal-int +pkg syscall (linux-arm), const F_SHLCK ideal-int +pkg syscall (linux-arm), const F_TEST ideal-int +pkg syscall (linux-arm), const F_TLOCK ideal-int +pkg syscall (linux-arm), const F_ULOCK ideal-int +pkg syscall (linux-arm), const F_UNLCK ideal-int +pkg syscall (linux-arm), const F_WRLCK ideal-int +pkg syscall (linux-arm), const HUPCL ideal-int +pkg syscall (linux-arm), const ICANON ideal-int +pkg syscall (linux-arm), const ICRNL ideal-int +pkg syscall (linux-arm), const IEXTEN ideal-int +pkg syscall (linux-arm), const IFA_ADDRESS ideal-int +pkg syscall (linux-arm), const IFA_ANYCAST ideal-int +pkg syscall (linux-arm), const IFA_BROADCAST ideal-int +pkg syscall (linux-arm), const IFA_CACHEINFO ideal-int +pkg syscall (linux-arm), const IFA_F_DADFAILED ideal-int +pkg syscall (linux-arm), const IFA_F_DEPRECATED ideal-int +pkg syscall (linux-arm), const IFA_F_HOMEADDRESS ideal-int +pkg syscall (linux-arm), const IFA_F_NODAD ideal-int +pkg syscall (linux-arm), const IFA_F_OPTIMISTIC ideal-int +pkg syscall (linux-arm), const IFA_F_PERMANENT ideal-int +pkg syscall (linux-arm), const IFA_F_SECONDARY ideal-int +pkg syscall (linux-arm), const IFA_F_TEMPORARY ideal-int +pkg syscall (linux-arm), const IFA_F_TENTATIVE ideal-int +pkg syscall (linux-arm), const IFA_LABEL ideal-int +pkg syscall (linux-arm), const IFA_LOCAL ideal-int +pkg syscall (linux-arm), const IFA_MAX ideal-int +pkg syscall (linux-arm), const IFA_MULTICAST ideal-int +pkg syscall (linux-arm), const IFA_UNSPEC ideal-int +pkg syscall (linux-arm), const IFF_ALLMULTI ideal-int +pkg syscall (linux-arm), const IFF_AUTOMEDIA ideal-int +pkg syscall (linux-arm), const IFF_DEBUG ideal-int +pkg syscall (linux-arm), const IFF_DYNAMIC ideal-int +pkg syscall (linux-arm), const IFF_MASTER ideal-int +pkg syscall (linux-arm), const IFF_NOARP ideal-int +pkg syscall (linux-arm), const IFF_NOTRAILERS ideal-int +pkg syscall (linux-arm), const IFF_NO_PI ideal-int +pkg syscall (linux-arm), const IFF_ONE_QUEUE ideal-int +pkg syscall (linux-arm), const IFF_POINTOPOINT ideal-int +pkg syscall (linux-arm), const IFF_PORTSEL ideal-int +pkg syscall (linux-arm), const IFF_PROMISC ideal-int +pkg syscall (linux-arm), const IFF_RUNNING ideal-int +pkg syscall (linux-arm), const IFF_SLAVE ideal-int +pkg syscall (linux-arm), const IFF_TAP ideal-int +pkg syscall (linux-arm), const IFF_TUN ideal-int +pkg syscall (linux-arm), const IFF_TUN_EXCL ideal-int +pkg syscall (linux-arm), const IFF_VNET_HDR ideal-int +pkg syscall (linux-arm), const IFLA_ADDRESS ideal-int +pkg syscall (linux-arm), const IFLA_BROADCAST ideal-int +pkg syscall (linux-arm), const IFLA_COST ideal-int +pkg syscall (linux-arm), const IFLA_IFALIAS ideal-int +pkg syscall (linux-arm), const IFLA_IFNAME ideal-int +pkg syscall (linux-arm), const IFLA_LINK ideal-int +pkg syscall (linux-arm), const IFLA_LINKINFO ideal-int +pkg syscall (linux-arm), const IFLA_LINKMODE ideal-int +pkg syscall (linux-arm), const IFLA_MAP ideal-int +pkg syscall (linux-arm), const IFLA_MASTER ideal-int +pkg syscall (linux-arm), const IFLA_MAX ideal-int +pkg syscall (linux-arm), const IFLA_MTU ideal-int +pkg syscall (linux-arm), const IFLA_NET_NS_PID ideal-int +pkg syscall (linux-arm), const IFLA_OPERSTATE ideal-int +pkg syscall (linux-arm), const IFLA_PRIORITY ideal-int +pkg syscall (linux-arm), const IFLA_PROTINFO ideal-int +pkg syscall (linux-arm), const IFLA_QDISC ideal-int +pkg syscall (linux-arm), const IFLA_STATS ideal-int +pkg syscall (linux-arm), const IFLA_TXQLEN ideal-int +pkg syscall (linux-arm), const IFLA_UNSPEC ideal-int +pkg syscall (linux-arm), const IFLA_WEIGHT ideal-int +pkg syscall (linux-arm), const IFLA_WIRELESS ideal-int +pkg syscall (linux-arm), const IFNAMSIZ ideal-int +pkg syscall (linux-arm), const IGNBRK ideal-int +pkg syscall (linux-arm), const IGNCR ideal-int +pkg syscall (linux-arm), const IGNPAR ideal-int +pkg syscall (linux-arm), const IMAXBEL ideal-int +pkg syscall (linux-arm), const INLCR ideal-int +pkg syscall (linux-arm), const INPCK ideal-int +pkg syscall (linux-arm), const IN_ACCESS ideal-int +pkg syscall (linux-arm), const IN_ALL_EVENTS ideal-int +pkg syscall (linux-arm), const IN_ATTRIB ideal-int +pkg syscall (linux-arm), const IN_CLASSA_HOST ideal-int +pkg syscall (linux-arm), const IN_CLASSA_MAX ideal-int +pkg syscall (linux-arm), const IN_CLASSA_NET ideal-int +pkg syscall (linux-arm), const IN_CLASSA_NSHIFT ideal-int +pkg syscall (linux-arm), const IN_CLASSB_HOST ideal-int +pkg syscall (linux-arm), const IN_CLASSB_MAX ideal-int +pkg syscall (linux-arm), const IN_CLASSB_NET ideal-int +pkg syscall (linux-arm), const IN_CLASSB_NSHIFT ideal-int +pkg syscall (linux-arm), const IN_CLASSC_HOST ideal-int +pkg syscall (linux-arm), const IN_CLASSC_NET ideal-int +pkg syscall (linux-arm), const IN_CLASSC_NSHIFT ideal-int +pkg syscall (linux-arm), const IN_CLOEXEC ideal-int +pkg syscall (linux-arm), const IN_CLOSE ideal-int +pkg syscall (linux-arm), const IN_CLOSE_NOWRITE ideal-int +pkg syscall (linux-arm), const IN_CLOSE_WRITE ideal-int +pkg syscall (linux-arm), const IN_CREATE ideal-int +pkg syscall (linux-arm), const IN_DELETE ideal-int +pkg syscall (linux-arm), const IN_DELETE_SELF ideal-int +pkg syscall (linux-arm), const IN_DONT_FOLLOW ideal-int +pkg syscall (linux-arm), const IN_EXCL_UNLINK ideal-int +pkg syscall (linux-arm), const IN_IGNORED ideal-int +pkg syscall (linux-arm), const IN_ISDIR ideal-int +pkg syscall (linux-arm), const IN_LOOPBACKNET ideal-int +pkg syscall (linux-arm), const IN_MASK_ADD ideal-int +pkg syscall (linux-arm), const IN_MODIFY ideal-int +pkg syscall (linux-arm), const IN_MOVE ideal-int +pkg syscall (linux-arm), const IN_MOVED_FROM ideal-int +pkg syscall (linux-arm), const IN_MOVED_TO ideal-int +pkg syscall (linux-arm), const IN_MOVE_SELF ideal-int +pkg syscall (linux-arm), const IN_NONBLOCK ideal-int +pkg syscall (linux-arm), const IN_ONESHOT ideal-int +pkg syscall (linux-arm), const IN_ONLYDIR ideal-int +pkg syscall (linux-arm), const IN_OPEN ideal-int +pkg syscall (linux-arm), const IN_Q_OVERFLOW ideal-int +pkg syscall (linux-arm), const IN_UNMOUNT ideal-int +pkg syscall (linux-arm), const IPPROTO_AH ideal-int +pkg syscall (linux-arm), const IPPROTO_COMP ideal-int +pkg syscall (linux-arm), const IPPROTO_DCCP ideal-int +pkg syscall (linux-arm), const IPPROTO_DSTOPTS ideal-int +pkg syscall (linux-arm), const IPPROTO_EGP ideal-int +pkg syscall (linux-arm), const IPPROTO_ENCAP ideal-int +pkg syscall (linux-arm), const IPPROTO_ESP ideal-int +pkg syscall (linux-arm), const IPPROTO_FRAGMENT ideal-int +pkg syscall (linux-arm), const IPPROTO_GRE ideal-int +pkg syscall (linux-arm), const IPPROTO_HOPOPTS ideal-int +pkg syscall (linux-arm), const IPPROTO_ICMP ideal-int +pkg syscall (linux-arm), const IPPROTO_ICMPV6 ideal-int +pkg syscall (linux-arm), const IPPROTO_IDP ideal-int +pkg syscall (linux-arm), const IPPROTO_IGMP ideal-int +pkg syscall (linux-arm), const IPPROTO_IPIP ideal-int +pkg syscall (linux-arm), const IPPROTO_MTP ideal-int +pkg syscall (linux-arm), const IPPROTO_NONE ideal-int +pkg syscall (linux-arm), const IPPROTO_PIM ideal-int +pkg syscall (linux-arm), const IPPROTO_PUP ideal-int +pkg syscall (linux-arm), const IPPROTO_RAW ideal-int +pkg syscall (linux-arm), const IPPROTO_ROUTING ideal-int +pkg syscall (linux-arm), const IPPROTO_RSVP ideal-int +pkg syscall (linux-arm), const IPPROTO_SCTP ideal-int +pkg syscall (linux-arm), const IPPROTO_TP ideal-int +pkg syscall (linux-arm), const IPPROTO_UDPLITE ideal-int +pkg syscall (linux-arm), const IPV6_2292DSTOPTS ideal-int +pkg syscall (linux-arm), const IPV6_2292HOPLIMIT ideal-int +pkg syscall (linux-arm), const IPV6_2292HOPOPTS ideal-int +pkg syscall (linux-arm), const IPV6_2292PKTINFO ideal-int +pkg syscall (linux-arm), const IPV6_2292PKTOPTIONS ideal-int +pkg syscall (linux-arm), const IPV6_2292RTHDR ideal-int +pkg syscall (linux-arm), const IPV6_ADDRFORM ideal-int +pkg syscall (linux-arm), const IPV6_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const IPV6_AUTHHDR ideal-int +pkg syscall (linux-arm), const IPV6_CHECKSUM ideal-int +pkg syscall (linux-arm), const IPV6_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const IPV6_DSTOPTS ideal-int +pkg syscall (linux-arm), const IPV6_HOPLIMIT ideal-int +pkg syscall (linux-arm), const IPV6_HOPOPTS ideal-int +pkg syscall (linux-arm), const IPV6_IPSEC_POLICY ideal-int +pkg syscall (linux-arm), const IPV6_JOIN_ANYCAST ideal-int +pkg syscall (linux-arm), const IPV6_LEAVE_ANYCAST ideal-int +pkg syscall (linux-arm), const IPV6_MTU ideal-int +pkg syscall (linux-arm), const IPV6_MTU_DISCOVER ideal-int +pkg syscall (linux-arm), const IPV6_NEXTHOP ideal-int +pkg syscall (linux-arm), const IPV6_PKTINFO ideal-int +pkg syscall (linux-arm), const IPV6_PMTUDISC_DO ideal-int +pkg syscall (linux-arm), const IPV6_PMTUDISC_DONT ideal-int +pkg syscall (linux-arm), const IPV6_PMTUDISC_PROBE ideal-int +pkg syscall (linux-arm), const IPV6_PMTUDISC_WANT ideal-int +pkg syscall (linux-arm), const IPV6_RECVDSTOPTS ideal-int +pkg syscall (linux-arm), const IPV6_RECVERR ideal-int +pkg syscall (linux-arm), const IPV6_RECVHOPLIMIT ideal-int +pkg syscall (linux-arm), const IPV6_RECVHOPOPTS ideal-int +pkg syscall (linux-arm), const IPV6_RECVPKTINFO ideal-int +pkg syscall (linux-arm), const IPV6_RECVRTHDR ideal-int +pkg syscall (linux-arm), const IPV6_RECVTCLASS ideal-int +pkg syscall (linux-arm), const IPV6_ROUTER_ALERT ideal-int +pkg syscall (linux-arm), const IPV6_RTHDR ideal-int +pkg syscall (linux-arm), const IPV6_RTHDRDSTOPTS ideal-int +pkg syscall (linux-arm), const IPV6_RTHDR_LOOSE ideal-int +pkg syscall (linux-arm), const IPV6_RTHDR_STRICT ideal-int +pkg syscall (linux-arm), const IPV6_RTHDR_TYPE_0 ideal-int +pkg syscall (linux-arm), const IPV6_RXDSTOPTS ideal-int +pkg syscall (linux-arm), const IPV6_RXHOPOPTS ideal-int +pkg syscall (linux-arm), const IPV6_TCLASS ideal-int +pkg syscall (linux-arm), const IPV6_XFRM_POLICY ideal-int +pkg syscall (linux-arm), const IP_ADD_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const IP_BLOCK_SOURCE ideal-int +pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_LOOP ideal-int +pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_TTL ideal-int +pkg syscall (linux-arm), const IP_DF ideal-int +pkg syscall (linux-arm), const IP_DROP_SOURCE_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const IP_FREEBIND ideal-int +pkg syscall (linux-arm), const IP_HDRINCL ideal-int +pkg syscall (linux-arm), const IP_IPSEC_POLICY ideal-int +pkg syscall (linux-arm), const IP_MAXPACKET ideal-int +pkg syscall (linux-arm), const IP_MAX_MEMBERSHIPS ideal-int +pkg syscall (linux-arm), const IP_MF ideal-int +pkg syscall (linux-arm), const IP_MINTTL ideal-int +pkg syscall (linux-arm), const IP_MSFILTER ideal-int +pkg syscall (linux-arm), const IP_MSS ideal-int +pkg syscall (linux-arm), const IP_MTU ideal-int +pkg syscall (linux-arm), const IP_MTU_DISCOVER ideal-int +pkg syscall (linux-arm), const IP_OFFMASK ideal-int +pkg syscall (linux-arm), const IP_OPTIONS ideal-int +pkg syscall (linux-arm), const IP_ORIGDSTADDR ideal-int +pkg syscall (linux-arm), const IP_PASSSEC ideal-int +pkg syscall (linux-arm), const IP_PKTINFO ideal-int +pkg syscall (linux-arm), const IP_PKTOPTIONS ideal-int +pkg syscall (linux-arm), const IP_PMTUDISC ideal-int +pkg syscall (linux-arm), const IP_PMTUDISC_DO ideal-int +pkg syscall (linux-arm), const IP_PMTUDISC_DONT ideal-int +pkg syscall (linux-arm), const IP_PMTUDISC_PROBE ideal-int +pkg syscall (linux-arm), const IP_PMTUDISC_WANT ideal-int +pkg syscall (linux-arm), const IP_RECVERR ideal-int +pkg syscall (linux-arm), const IP_RECVOPTS ideal-int +pkg syscall (linux-arm), const IP_RECVORIGDSTADDR ideal-int +pkg syscall (linux-arm), const IP_RECVRETOPTS ideal-int +pkg syscall (linux-arm), const IP_RECVTOS ideal-int +pkg syscall (linux-arm), const IP_RECVTTL ideal-int +pkg syscall (linux-arm), const IP_RETOPTS ideal-int +pkg syscall (linux-arm), const IP_RF ideal-int +pkg syscall (linux-arm), const IP_ROUTER_ALERT ideal-int +pkg syscall (linux-arm), const IP_TRANSPARENT ideal-int +pkg syscall (linux-arm), const IP_UNBLOCK_SOURCE ideal-int +pkg syscall (linux-arm), const IP_XFRM_POLICY ideal-int +pkg syscall (linux-arm), const ISIG ideal-int +pkg syscall (linux-arm), const ISTRIP ideal-int +pkg syscall (linux-arm), const IUCLC ideal-int +pkg syscall (linux-arm), const IUTF8 ideal-int +pkg syscall (linux-arm), const IXANY ideal-int +pkg syscall (linux-arm), const IXOFF ideal-int +pkg syscall (linux-arm), const IXON ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_OFF ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_ON ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_HALT ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_KEXEC ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_POWER_OFF ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART2 ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC1 ideal-int +pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC2 ideal-int +pkg syscall (linux-arm), const LOCK_EX ideal-int +pkg syscall (linux-arm), const LOCK_NB ideal-int +pkg syscall (linux-arm), const LOCK_SH ideal-int +pkg syscall (linux-arm), const LOCK_UN ideal-int +pkg syscall (linux-arm), const MADV_DOFORK ideal-int +pkg syscall (linux-arm), const MADV_DONTFORK ideal-int +pkg syscall (linux-arm), const MADV_DONTNEED ideal-int +pkg syscall (linux-arm), const MADV_HUGEPAGE ideal-int +pkg syscall (linux-arm), const MADV_HWPOISON ideal-int +pkg syscall (linux-arm), const MADV_MERGEABLE ideal-int +pkg syscall (linux-arm), const MADV_NOHUGEPAGE ideal-int +pkg syscall (linux-arm), const MADV_NORMAL ideal-int +pkg syscall (linux-arm), const MADV_RANDOM ideal-int +pkg syscall (linux-arm), const MADV_REMOVE ideal-int +pkg syscall (linux-arm), const MADV_SEQUENTIAL ideal-int +pkg syscall (linux-arm), const MADV_UNMERGEABLE ideal-int +pkg syscall (linux-arm), const MADV_WILLNEED ideal-int +pkg syscall (linux-arm), const MAP_ANON ideal-int +pkg syscall (linux-arm), const MAP_ANONYMOUS ideal-int +pkg syscall (linux-arm), const MAP_DENYWRITE ideal-int +pkg syscall (linux-arm), const MAP_EXECUTABLE ideal-int +pkg syscall (linux-arm), const MAP_FILE ideal-int +pkg syscall (linux-arm), const MAP_FIXED ideal-int +pkg syscall (linux-arm), const MAP_GROWSDOWN ideal-int +pkg syscall (linux-arm), const MAP_LOCKED ideal-int +pkg syscall (linux-arm), const MAP_NONBLOCK ideal-int +pkg syscall (linux-arm), const MAP_NORESERVE ideal-int +pkg syscall (linux-arm), const MAP_POPULATE ideal-int +pkg syscall (linux-arm), const MAP_PRIVATE ideal-int +pkg syscall (linux-arm), const MAP_SHARED ideal-int +pkg syscall (linux-arm), const MAP_TYPE ideal-int +pkg syscall (linux-arm), const MCL_CURRENT ideal-int +pkg syscall (linux-arm), const MCL_FUTURE ideal-int +pkg syscall (linux-arm), const MNT_DETACH ideal-int +pkg syscall (linux-arm), const MNT_EXPIRE ideal-int +pkg syscall (linux-arm), const MNT_FORCE ideal-int +pkg syscall (linux-arm), const MSG_CMSG_CLOEXEC ideal-int +pkg syscall (linux-arm), const MSG_CONFIRM ideal-int +pkg syscall (linux-arm), const MSG_CTRUNC ideal-int +pkg syscall (linux-arm), const MSG_DONTROUTE ideal-int +pkg syscall (linux-arm), const MSG_DONTWAIT ideal-int +pkg syscall (linux-arm), const MSG_EOR ideal-int +pkg syscall (linux-arm), const MSG_ERRQUEUE ideal-int +pkg syscall (linux-arm), const MSG_FIN ideal-int +pkg syscall (linux-arm), const MSG_MORE ideal-int +pkg syscall (linux-arm), const MSG_NOSIGNAL ideal-int +pkg syscall (linux-arm), const MSG_OOB ideal-int +pkg syscall (linux-arm), const MSG_PEEK ideal-int +pkg syscall (linux-arm), const MSG_PROXY ideal-int +pkg syscall (linux-arm), const MSG_RST ideal-int +pkg syscall (linux-arm), const MSG_SYN ideal-int +pkg syscall (linux-arm), const MSG_TRUNC ideal-int +pkg syscall (linux-arm), const MSG_TRYHARD ideal-int +pkg syscall (linux-arm), const MSG_WAITALL ideal-int +pkg syscall (linux-arm), const MSG_WAITFORONE ideal-int +pkg syscall (linux-arm), const MS_ACTIVE ideal-int +pkg syscall (linux-arm), const MS_ASYNC ideal-int +pkg syscall (linux-arm), const MS_BIND ideal-int +pkg syscall (linux-arm), const MS_DIRSYNC ideal-int +pkg syscall (linux-arm), const MS_INVALIDATE ideal-int +pkg syscall (linux-arm), const MS_I_VERSION ideal-int +pkg syscall (linux-arm), const MS_KERNMOUNT ideal-int +pkg syscall (linux-arm), const MS_MANDLOCK ideal-int +pkg syscall (linux-arm), const MS_MGC_MSK ideal-int +pkg syscall (linux-arm), const MS_MGC_VAL ideal-int +pkg syscall (linux-arm), const MS_MOVE ideal-int +pkg syscall (linux-arm), const MS_NOATIME ideal-int +pkg syscall (linux-arm), const MS_NODEV ideal-int +pkg syscall (linux-arm), const MS_NODIRATIME ideal-int +pkg syscall (linux-arm), const MS_NOEXEC ideal-int +pkg syscall (linux-arm), const MS_NOSUID ideal-int +pkg syscall (linux-arm), const MS_NOUSER ideal-int +pkg syscall (linux-arm), const MS_POSIXACL ideal-int +pkg syscall (linux-arm), const MS_PRIVATE ideal-int +pkg syscall (linux-arm), const MS_RDONLY ideal-int +pkg syscall (linux-arm), const MS_REC ideal-int +pkg syscall (linux-arm), const MS_RELATIME ideal-int +pkg syscall (linux-arm), const MS_REMOUNT ideal-int +pkg syscall (linux-arm), const MS_RMT_MASK ideal-int +pkg syscall (linux-arm), const MS_SHARED ideal-int +pkg syscall (linux-arm), const MS_SILENT ideal-int +pkg syscall (linux-arm), const MS_SLAVE ideal-int +pkg syscall (linux-arm), const MS_STRICTATIME ideal-int +pkg syscall (linux-arm), const MS_SYNC ideal-int +pkg syscall (linux-arm), const MS_SYNCHRONOUS ideal-int +pkg syscall (linux-arm), const MS_UNBINDABLE ideal-int +pkg syscall (linux-arm), const NAME_MAX ideal-int +pkg syscall (linux-arm), const NETLINK_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const NETLINK_AUDIT ideal-int +pkg syscall (linux-arm), const NETLINK_BROADCAST_ERROR ideal-int +pkg syscall (linux-arm), const NETLINK_CONNECTOR ideal-int +pkg syscall (linux-arm), const NETLINK_DNRTMSG ideal-int +pkg syscall (linux-arm), const NETLINK_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const NETLINK_ECRYPTFS ideal-int +pkg syscall (linux-arm), const NETLINK_FIB_LOOKUP ideal-int +pkg syscall (linux-arm), const NETLINK_FIREWALL ideal-int +pkg syscall (linux-arm), const NETLINK_GENERIC ideal-int +pkg syscall (linux-arm), const NETLINK_INET_DIAG ideal-int +pkg syscall (linux-arm), const NETLINK_IP6_FW ideal-int +pkg syscall (linux-arm), const NETLINK_ISCSI ideal-int +pkg syscall (linux-arm), const NETLINK_KOBJECT_UEVENT ideal-int +pkg syscall (linux-arm), const NETLINK_NETFILTER ideal-int +pkg syscall (linux-arm), const NETLINK_NFLOG ideal-int +pkg syscall (linux-arm), const NETLINK_NO_ENOBUFS ideal-int +pkg syscall (linux-arm), const NETLINK_PKTINFO ideal-int +pkg syscall (linux-arm), const NETLINK_RDMA ideal-int +pkg syscall (linux-arm), const NETLINK_ROUTE ideal-int +pkg syscall (linux-arm), const NETLINK_SCSITRANSPORT ideal-int +pkg syscall (linux-arm), const NETLINK_SELINUX ideal-int +pkg syscall (linux-arm), const NETLINK_UNUSED ideal-int +pkg syscall (linux-arm), const NETLINK_USERSOCK ideal-int +pkg syscall (linux-arm), const NETLINK_XFRM ideal-int +pkg syscall (linux-arm), const NLA_ALIGNTO ideal-int +pkg syscall (linux-arm), const NLA_F_NESTED ideal-int +pkg syscall (linux-arm), const NLA_F_NET_BYTEORDER ideal-int +pkg syscall (linux-arm), const NLA_HDRLEN ideal-int +pkg syscall (linux-arm), const NLMSG_ALIGNTO ideal-int +pkg syscall (linux-arm), const NLMSG_DONE ideal-int +pkg syscall (linux-arm), const NLMSG_ERROR ideal-int +pkg syscall (linux-arm), const NLMSG_HDRLEN ideal-int +pkg syscall (linux-arm), const NLMSG_MIN_TYPE ideal-int +pkg syscall (linux-arm), const NLMSG_NOOP ideal-int +pkg syscall (linux-arm), const NLMSG_OVERRUN ideal-int +pkg syscall (linux-arm), const NLM_F_ACK ideal-int +pkg syscall (linux-arm), const NLM_F_APPEND ideal-int +pkg syscall (linux-arm), const NLM_F_ATOMIC ideal-int +pkg syscall (linux-arm), const NLM_F_CREATE ideal-int +pkg syscall (linux-arm), const NLM_F_DUMP ideal-int +pkg syscall (linux-arm), const NLM_F_ECHO ideal-int +pkg syscall (linux-arm), const NLM_F_EXCL ideal-int +pkg syscall (linux-arm), const NLM_F_MATCH ideal-int +pkg syscall (linux-arm), const NLM_F_MULTI ideal-int +pkg syscall (linux-arm), const NLM_F_REPLACE ideal-int +pkg syscall (linux-arm), const NLM_F_REQUEST ideal-int +pkg syscall (linux-arm), const NLM_F_ROOT ideal-int +pkg syscall (linux-arm), const NOFLSH ideal-int +pkg syscall (linux-arm), const OCRNL ideal-int +pkg syscall (linux-arm), const OFDEL ideal-int +pkg syscall (linux-arm), const OFILL ideal-int +pkg syscall (linux-arm), const OLCUC ideal-int +pkg syscall (linux-arm), const ONLCR ideal-int +pkg syscall (linux-arm), const ONLRET ideal-int +pkg syscall (linux-arm), const ONOCR ideal-int +pkg syscall (linux-arm), const OPOST ideal-int +pkg syscall (linux-arm), const O_ACCMODE ideal-int +pkg syscall (linux-arm), const O_DIRECT ideal-int +pkg syscall (linux-arm), const O_DIRECTORY ideal-int +pkg syscall (linux-arm), const O_DSYNC ideal-int +pkg syscall (linux-arm), const O_FSYNC ideal-int +pkg syscall (linux-arm), const O_LARGEFILE ideal-int +pkg syscall (linux-arm), const O_NDELAY ideal-int +pkg syscall (linux-arm), const O_NOATIME ideal-int +pkg syscall (linux-arm), const O_NOFOLLOW ideal-int +pkg syscall (linux-arm), const O_RSYNC ideal-int +pkg syscall (linux-arm), const PACKET_ADD_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const PACKET_BROADCAST ideal-int +pkg syscall (linux-arm), const PACKET_DROP_MEMBERSHIP ideal-int +pkg syscall (linux-arm), const PACKET_FASTROUTE ideal-int +pkg syscall (linux-arm), const PACKET_HOST ideal-int +pkg syscall (linux-arm), const PACKET_LOOPBACK ideal-int +pkg syscall (linux-arm), const PACKET_MR_ALLMULTI ideal-int +pkg syscall (linux-arm), const PACKET_MR_MULTICAST ideal-int +pkg syscall (linux-arm), const PACKET_MR_PROMISC ideal-int +pkg syscall (linux-arm), const PACKET_MULTICAST ideal-int +pkg syscall (linux-arm), const PACKET_OTHERHOST ideal-int +pkg syscall (linux-arm), const PACKET_OUTGOING ideal-int +pkg syscall (linux-arm), const PACKET_RECV_OUTPUT ideal-int +pkg syscall (linux-arm), const PACKET_RX_RING ideal-int +pkg syscall (linux-arm), const PACKET_STATISTICS ideal-int +pkg syscall (linux-arm), const PARENB ideal-int +pkg syscall (linux-arm), const PARMRK ideal-int +pkg syscall (linux-arm), const PARODD ideal-int +pkg syscall (linux-arm), const PENDIN ideal-int +pkg syscall (linux-arm), const PROT_EXEC ideal-int +pkg syscall (linux-arm), const PROT_GROWSDOWN ideal-int +pkg syscall (linux-arm), const PROT_GROWSUP ideal-int +pkg syscall (linux-arm), const PROT_NONE ideal-int +pkg syscall (linux-arm), const PROT_READ ideal-int +pkg syscall (linux-arm), const PROT_WRITE ideal-int +pkg syscall (linux-arm), const PR_CAPBSET_DROP ideal-int +pkg syscall (linux-arm), const PR_CAPBSET_READ ideal-int +pkg syscall (linux-arm), const PR_CLEAR_SECCOMP_FILTER ideal-int +pkg syscall (linux-arm), const PR_ENDIAN_BIG ideal-int +pkg syscall (linux-arm), const PR_ENDIAN_LITTLE ideal-int +pkg syscall (linux-arm), const PR_ENDIAN_PPC_LITTLE ideal-int +pkg syscall (linux-arm), const PR_FPEMU_NOPRINT ideal-int +pkg syscall (linux-arm), const PR_FPEMU_SIGFPE ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_ASYNC ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_DISABLED ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_DIV ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_INV ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_NONRECOV ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_OVF ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_PRECISE ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_RES ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_SW_ENABLE ideal-int +pkg syscall (linux-arm), const PR_FP_EXC_UND ideal-int +pkg syscall (linux-arm), const PR_GET_DUMPABLE ideal-int +pkg syscall (linux-arm), const PR_GET_ENDIAN ideal-int +pkg syscall (linux-arm), const PR_GET_FPEMU ideal-int +pkg syscall (linux-arm), const PR_GET_FPEXC ideal-int +pkg syscall (linux-arm), const PR_GET_KEEPCAPS ideal-int +pkg syscall (linux-arm), const PR_GET_NAME ideal-int +pkg syscall (linux-arm), const PR_GET_PDEATHSIG ideal-int +pkg syscall (linux-arm), const PR_GET_SECCOMP ideal-int +pkg syscall (linux-arm), const PR_GET_SECCOMP_FILTER ideal-int +pkg syscall (linux-arm), const PR_GET_SECUREBITS ideal-int +pkg syscall (linux-arm), const PR_GET_TIMERSLACK ideal-int +pkg syscall (linux-arm), const PR_GET_TIMING ideal-int +pkg syscall (linux-arm), const PR_GET_TSC ideal-int +pkg syscall (linux-arm), const PR_GET_UNALIGN ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL_CLEAR ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL_DEFAULT ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL_EARLY ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL_GET ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL_LATE ideal-int +pkg syscall (linux-arm), const PR_MCE_KILL_SET ideal-int +pkg syscall (linux-arm), const PR_SECCOMP_FILTER_EVENT ideal-int +pkg syscall (linux-arm), const PR_SECCOMP_FILTER_SYSCALL ideal-int +pkg syscall (linux-arm), const PR_SET_DUMPABLE ideal-int +pkg syscall (linux-arm), const PR_SET_ENDIAN ideal-int +pkg syscall (linux-arm), const PR_SET_FPEMU ideal-int +pkg syscall (linux-arm), const PR_SET_FPEXC ideal-int +pkg syscall (linux-arm), const PR_SET_KEEPCAPS ideal-int +pkg syscall (linux-arm), const PR_SET_NAME ideal-int +pkg syscall (linux-arm), const PR_SET_PDEATHSIG ideal-int +pkg syscall (linux-arm), const PR_SET_PTRACER ideal-int +pkg syscall (linux-arm), const PR_SET_SECCOMP ideal-int +pkg syscall (linux-arm), const PR_SET_SECCOMP_FILTER ideal-int +pkg syscall (linux-arm), const PR_SET_SECUREBITS ideal-int +pkg syscall (linux-arm), const PR_SET_TIMERSLACK ideal-int +pkg syscall (linux-arm), const PR_SET_TIMING ideal-int +pkg syscall (linux-arm), const PR_SET_TSC ideal-int +pkg syscall (linux-arm), const PR_SET_UNALIGN ideal-int +pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_DISABLE ideal-int +pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_ENABLE ideal-int +pkg syscall (linux-arm), const PR_TIMING_STATISTICAL ideal-int +pkg syscall (linux-arm), const PR_TIMING_TIMESTAMP ideal-int +pkg syscall (linux-arm), const PR_TSC_ENABLE ideal-int +pkg syscall (linux-arm), const PR_TSC_SIGSEGV ideal-int +pkg syscall (linux-arm), const PR_UNALIGN_NOPRINT ideal-int +pkg syscall (linux-arm), const PR_UNALIGN_SIGBUS ideal-int +pkg syscall (linux-arm), const PTRACE_ATTACH ideal-int +pkg syscall (linux-arm), const PTRACE_CONT ideal-int +pkg syscall (linux-arm), const PTRACE_DETACH ideal-int +pkg syscall (linux-arm), const PTRACE_EVENT_CLONE ideal-int +pkg syscall (linux-arm), const PTRACE_EVENT_EXEC ideal-int +pkg syscall (linux-arm), const PTRACE_EVENT_EXIT ideal-int +pkg syscall (linux-arm), const PTRACE_EVENT_FORK ideal-int +pkg syscall (linux-arm), const PTRACE_EVENT_VFORK ideal-int +pkg syscall (linux-arm), const PTRACE_EVENT_VFORK_DONE ideal-int +pkg syscall (linux-arm), const PTRACE_GETCRUNCHREGS ideal-int +pkg syscall (linux-arm), const PTRACE_GETEVENTMSG ideal-int +pkg syscall (linux-arm), const PTRACE_GETFPREGS ideal-int +pkg syscall (linux-arm), const PTRACE_GETHBPREGS ideal-int +pkg syscall (linux-arm), const PTRACE_GETREGS ideal-int +pkg syscall (linux-arm), const PTRACE_GETREGSET ideal-int +pkg syscall (linux-arm), const PTRACE_GETSIGINFO ideal-int +pkg syscall (linux-arm), const PTRACE_GETVFPREGS ideal-int +pkg syscall (linux-arm), const PTRACE_GETWMMXREGS ideal-int +pkg syscall (linux-arm), const PTRACE_GET_THREAD_AREA ideal-int +pkg syscall (linux-arm), const PTRACE_KILL ideal-int +pkg syscall (linux-arm), const PTRACE_OLDSETOPTIONS ideal-int +pkg syscall (linux-arm), const PTRACE_O_MASK ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACECLONE ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACEEXEC ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACEEXIT ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACEFORK ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACESYSGOOD ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACEVFORK ideal-int +pkg syscall (linux-arm), const PTRACE_O_TRACEVFORKDONE ideal-int +pkg syscall (linux-arm), const PTRACE_PEEKDATA ideal-int +pkg syscall (linux-arm), const PTRACE_PEEKTEXT ideal-int +pkg syscall (linux-arm), const PTRACE_PEEKUSR ideal-int +pkg syscall (linux-arm), const PTRACE_POKEDATA ideal-int +pkg syscall (linux-arm), const PTRACE_POKETEXT ideal-int +pkg syscall (linux-arm), const PTRACE_POKEUSR ideal-int +pkg syscall (linux-arm), const PTRACE_SETCRUNCHREGS ideal-int +pkg syscall (linux-arm), const PTRACE_SETFPREGS ideal-int +pkg syscall (linux-arm), const PTRACE_SETHBPREGS ideal-int +pkg syscall (linux-arm), const PTRACE_SETOPTIONS ideal-int +pkg syscall (linux-arm), const PTRACE_SETREGS ideal-int +pkg syscall (linux-arm), const PTRACE_SETREGSET ideal-int +pkg syscall (linux-arm), const PTRACE_SETSIGINFO ideal-int +pkg syscall (linux-arm), const PTRACE_SETVFPREGS ideal-int +pkg syscall (linux-arm), const PTRACE_SETWMMXREGS ideal-int +pkg syscall (linux-arm), const PTRACE_SET_SYSCALL ideal-int +pkg syscall (linux-arm), const PTRACE_SINGLESTEP ideal-int +pkg syscall (linux-arm), const PTRACE_SYSCALL ideal-int +pkg syscall (linux-arm), const PTRACE_TRACEME ideal-int +pkg syscall (linux-arm), const PT_DATA_ADDR ideal-int +pkg syscall (linux-arm), const PT_TEXT_ADDR ideal-int +pkg syscall (linux-arm), const PT_TEXT_END_ADDR ideal-int +pkg syscall (linux-arm), const PathMax ideal-int +pkg syscall (linux-arm), const RLIMIT_AS ideal-int +pkg syscall (linux-arm), const RLIMIT_CORE ideal-int +pkg syscall (linux-arm), const RLIMIT_CPU ideal-int +pkg syscall (linux-arm), const RLIMIT_DATA ideal-int +pkg syscall (linux-arm), const RLIMIT_FSIZE ideal-int +pkg syscall (linux-arm), const RLIMIT_NOFILE ideal-int +pkg syscall (linux-arm), const RLIMIT_STACK ideal-int +pkg syscall (linux-arm), const RLIM_INFINITY ideal-int +pkg syscall (linux-arm), const RTAX_ADVMSS ideal-int +pkg syscall (linux-arm), const RTAX_CWND ideal-int +pkg syscall (linux-arm), const RTAX_FEATURES ideal-int +pkg syscall (linux-arm), const RTAX_FEATURE_ALLFRAG ideal-int +pkg syscall (linux-arm), const RTAX_FEATURE_ECN ideal-int +pkg syscall (linux-arm), const RTAX_FEATURE_SACK ideal-int +pkg syscall (linux-arm), const RTAX_FEATURE_TIMESTAMP ideal-int +pkg syscall (linux-arm), const RTAX_HOPLIMIT ideal-int +pkg syscall (linux-arm), const RTAX_INITCWND ideal-int +pkg syscall (linux-arm), const RTAX_INITRWND ideal-int +pkg syscall (linux-arm), const RTAX_LOCK ideal-int +pkg syscall (linux-arm), const RTAX_MAX ideal-int +pkg syscall (linux-arm), const RTAX_MTU ideal-int +pkg syscall (linux-arm), const RTAX_REORDERING ideal-int +pkg syscall (linux-arm), const RTAX_RTO_MIN ideal-int +pkg syscall (linux-arm), const RTAX_RTT ideal-int +pkg syscall (linux-arm), const RTAX_RTTVAR ideal-int +pkg syscall (linux-arm), const RTAX_SSTHRESH ideal-int +pkg syscall (linux-arm), const RTAX_UNSPEC ideal-int +pkg syscall (linux-arm), const RTAX_WINDOW ideal-int +pkg syscall (linux-arm), const RTA_ALIGNTO ideal-int +pkg syscall (linux-arm), const RTA_CACHEINFO ideal-int +pkg syscall (linux-arm), const RTA_DST ideal-int +pkg syscall (linux-arm), const RTA_FLOW ideal-int +pkg syscall (linux-arm), const RTA_GATEWAY ideal-int +pkg syscall (linux-arm), const RTA_IIF ideal-int +pkg syscall (linux-arm), const RTA_MAX ideal-int +pkg syscall (linux-arm), const RTA_METRICS ideal-int +pkg syscall (linux-arm), const RTA_MULTIPATH ideal-int +pkg syscall (linux-arm), const RTA_OIF ideal-int +pkg syscall (linux-arm), const RTA_PREFSRC ideal-int +pkg syscall (linux-arm), const RTA_PRIORITY ideal-int +pkg syscall (linux-arm), const RTA_SRC ideal-int +pkg syscall (linux-arm), const RTA_TABLE ideal-int +pkg syscall (linux-arm), const RTA_UNSPEC ideal-int +pkg syscall (linux-arm), const RTCF_DIRECTSRC ideal-int +pkg syscall (linux-arm), const RTCF_DOREDIRECT ideal-int +pkg syscall (linux-arm), const RTCF_LOG ideal-int +pkg syscall (linux-arm), const RTCF_MASQ ideal-int +pkg syscall (linux-arm), const RTCF_NAT ideal-int +pkg syscall (linux-arm), const RTCF_VALVE ideal-int +pkg syscall (linux-arm), const RTF_ADDRCLASSMASK ideal-int +pkg syscall (linux-arm), const RTF_ADDRCONF ideal-int +pkg syscall (linux-arm), const RTF_ALLONLINK ideal-int +pkg syscall (linux-arm), const RTF_BROADCAST ideal-int +pkg syscall (linux-arm), const RTF_CACHE ideal-int +pkg syscall (linux-arm), const RTF_DEFAULT ideal-int +pkg syscall (linux-arm), const RTF_DYNAMIC ideal-int +pkg syscall (linux-arm), const RTF_FLOW ideal-int +pkg syscall (linux-arm), const RTF_GATEWAY ideal-int +pkg syscall (linux-arm), const RTF_HOST ideal-int +pkg syscall (linux-arm), const RTF_INTERFACE ideal-int +pkg syscall (linux-arm), const RTF_IRTT ideal-int +pkg syscall (linux-arm), const RTF_LINKRT ideal-int +pkg syscall (linux-arm), const RTF_LOCAL ideal-int +pkg syscall (linux-arm), const RTF_MODIFIED ideal-int +pkg syscall (linux-arm), const RTF_MSS ideal-int +pkg syscall (linux-arm), const RTF_MTU ideal-int +pkg syscall (linux-arm), const RTF_MULTICAST ideal-int +pkg syscall (linux-arm), const RTF_NAT ideal-int +pkg syscall (linux-arm), const RTF_NOFORWARD ideal-int +pkg syscall (linux-arm), const RTF_NONEXTHOP ideal-int +pkg syscall (linux-arm), const RTF_NOPMTUDISC ideal-int +pkg syscall (linux-arm), const RTF_POLICY ideal-int +pkg syscall (linux-arm), const RTF_REINSTATE ideal-int +pkg syscall (linux-arm), const RTF_REJECT ideal-int +pkg syscall (linux-arm), const RTF_STATIC ideal-int +pkg syscall (linux-arm), const RTF_THROW ideal-int +pkg syscall (linux-arm), const RTF_UP ideal-int +pkg syscall (linux-arm), const RTF_WINDOW ideal-int +pkg syscall (linux-arm), const RTF_XRESOLVE ideal-int +pkg syscall (linux-arm), const RTM_BASE ideal-int +pkg syscall (linux-arm), const RTM_DELACTION ideal-int +pkg syscall (linux-arm), const RTM_DELADDR ideal-int +pkg syscall (linux-arm), const RTM_DELADDRLABEL ideal-int +pkg syscall (linux-arm), const RTM_DELLINK ideal-int +pkg syscall (linux-arm), const RTM_DELNEIGH ideal-int +pkg syscall (linux-arm), const RTM_DELQDISC ideal-int +pkg syscall (linux-arm), const RTM_DELROUTE ideal-int +pkg syscall (linux-arm), const RTM_DELRULE ideal-int +pkg syscall (linux-arm), const RTM_DELTCLASS ideal-int +pkg syscall (linux-arm), const RTM_DELTFILTER ideal-int +pkg syscall (linux-arm), const RTM_F_CLONED ideal-int +pkg syscall (linux-arm), const RTM_F_EQUALIZE ideal-int +pkg syscall (linux-arm), const RTM_F_NOTIFY ideal-int +pkg syscall (linux-arm), const RTM_F_PREFIX ideal-int +pkg syscall (linux-arm), const RTM_GETACTION ideal-int +pkg syscall (linux-arm), const RTM_GETADDR ideal-int +pkg syscall (linux-arm), const RTM_GETADDRLABEL ideal-int +pkg syscall (linux-arm), const RTM_GETANYCAST ideal-int +pkg syscall (linux-arm), const RTM_GETDCB ideal-int +pkg syscall (linux-arm), const RTM_GETLINK ideal-int +pkg syscall (linux-arm), const RTM_GETMULTICAST ideal-int +pkg syscall (linux-arm), const RTM_GETNEIGH ideal-int +pkg syscall (linux-arm), const RTM_GETNEIGHTBL ideal-int +pkg syscall (linux-arm), const RTM_GETQDISC ideal-int +pkg syscall (linux-arm), const RTM_GETROUTE ideal-int +pkg syscall (linux-arm), const RTM_GETRULE ideal-int +pkg syscall (linux-arm), const RTM_GETTCLASS ideal-int +pkg syscall (linux-arm), const RTM_GETTFILTER ideal-int +pkg syscall (linux-arm), const RTM_MAX ideal-int +pkg syscall (linux-arm), const RTM_NEWACTION ideal-int +pkg syscall (linux-arm), const RTM_NEWADDR ideal-int +pkg syscall (linux-arm), const RTM_NEWADDRLABEL ideal-int +pkg syscall (linux-arm), const RTM_NEWLINK ideal-int +pkg syscall (linux-arm), const RTM_NEWNDUSEROPT ideal-int +pkg syscall (linux-arm), const RTM_NEWNEIGH ideal-int +pkg syscall (linux-arm), const RTM_NEWNEIGHTBL ideal-int +pkg syscall (linux-arm), const RTM_NEWPREFIX ideal-int +pkg syscall (linux-arm), const RTM_NEWQDISC ideal-int +pkg syscall (linux-arm), const RTM_NEWROUTE ideal-int +pkg syscall (linux-arm), const RTM_NEWRULE ideal-int +pkg syscall (linux-arm), const RTM_NEWTCLASS ideal-int +pkg syscall (linux-arm), const RTM_NEWTFILTER ideal-int +pkg syscall (linux-arm), const RTM_NR_FAMILIES ideal-int +pkg syscall (linux-arm), const RTM_NR_MSGTYPES ideal-int +pkg syscall (linux-arm), const RTM_SETDCB ideal-int +pkg syscall (linux-arm), const RTM_SETLINK ideal-int +pkg syscall (linux-arm), const RTM_SETNEIGHTBL ideal-int +pkg syscall (linux-arm), const RTNH_ALIGNTO ideal-int +pkg syscall (linux-arm), const RTNH_F_DEAD ideal-int +pkg syscall (linux-arm), const RTNH_F_ONLINK ideal-int +pkg syscall (linux-arm), const RTNH_F_PERVASIVE ideal-int +pkg syscall (linux-arm), const RTN_ANYCAST ideal-int +pkg syscall (linux-arm), const RTN_BLACKHOLE ideal-int +pkg syscall (linux-arm), const RTN_BROADCAST ideal-int +pkg syscall (linux-arm), const RTN_LOCAL ideal-int +pkg syscall (linux-arm), const RTN_MAX ideal-int +pkg syscall (linux-arm), const RTN_MULTICAST ideal-int +pkg syscall (linux-arm), const RTN_NAT ideal-int +pkg syscall (linux-arm), const RTN_PROHIBIT ideal-int +pkg syscall (linux-arm), const RTN_THROW ideal-int +pkg syscall (linux-arm), const RTN_UNICAST ideal-int +pkg syscall (linux-arm), const RTN_UNREACHABLE ideal-int +pkg syscall (linux-arm), const RTN_UNSPEC ideal-int +pkg syscall (linux-arm), const RTN_XRESOLVE ideal-int +pkg syscall (linux-arm), const RTPROT_BIRD ideal-int +pkg syscall (linux-arm), const RTPROT_BOOT ideal-int +pkg syscall (linux-arm), const RTPROT_DHCP ideal-int +pkg syscall (linux-arm), const RTPROT_DNROUTED ideal-int +pkg syscall (linux-arm), const RTPROT_GATED ideal-int +pkg syscall (linux-arm), const RTPROT_KERNEL ideal-int +pkg syscall (linux-arm), const RTPROT_MRT ideal-int +pkg syscall (linux-arm), const RTPROT_NTK ideal-int +pkg syscall (linux-arm), const RTPROT_RA ideal-int +pkg syscall (linux-arm), const RTPROT_REDIRECT ideal-int +pkg syscall (linux-arm), const RTPROT_STATIC ideal-int +pkg syscall (linux-arm), const RTPROT_UNSPEC ideal-int +pkg syscall (linux-arm), const RTPROT_XORP ideal-int +pkg syscall (linux-arm), const RTPROT_ZEBRA ideal-int +pkg syscall (linux-arm), const RT_CLASS_DEFAULT ideal-int +pkg syscall (linux-arm), const RT_CLASS_LOCAL ideal-int +pkg syscall (linux-arm), const RT_CLASS_MAIN ideal-int +pkg syscall (linux-arm), const RT_CLASS_MAX ideal-int +pkg syscall (linux-arm), const RT_CLASS_UNSPEC ideal-int +pkg syscall (linux-arm), const RT_SCOPE_HOST ideal-int +pkg syscall (linux-arm), const RT_SCOPE_LINK ideal-int +pkg syscall (linux-arm), const RT_SCOPE_NOWHERE ideal-int +pkg syscall (linux-arm), const RT_SCOPE_SITE ideal-int +pkg syscall (linux-arm), const RT_SCOPE_UNIVERSE ideal-int +pkg syscall (linux-arm), const RT_TABLE_COMPAT ideal-int +pkg syscall (linux-arm), const RT_TABLE_DEFAULT ideal-int +pkg syscall (linux-arm), const RT_TABLE_LOCAL ideal-int +pkg syscall (linux-arm), const RT_TABLE_MAIN ideal-int +pkg syscall (linux-arm), const RT_TABLE_MAX ideal-int +pkg syscall (linux-arm), const RT_TABLE_UNSPEC ideal-int +pkg syscall (linux-arm), const RUSAGE_CHILDREN ideal-int +pkg syscall (linux-arm), const RUSAGE_SELF ideal-int +pkg syscall (linux-arm), const RUSAGE_THREAD ideal-int +pkg syscall (linux-arm), const SCM_CREDENTIALS ideal-int +pkg syscall (linux-arm), const SCM_RIGHTS ideal-int +pkg syscall (linux-arm), const SCM_TIMESTAMP ideal-int +pkg syscall (linux-arm), const SCM_TIMESTAMPING ideal-int +pkg syscall (linux-arm), const SCM_TIMESTAMPNS ideal-int +pkg syscall (linux-arm), const SIGCHLD Signal +pkg syscall (linux-arm), const SIGCLD Signal +pkg syscall (linux-arm), const SIGCONT Signal +pkg syscall (linux-arm), const SIGIO Signal +pkg syscall (linux-arm), const SIGIOT Signal +pkg syscall (linux-arm), const SIGPOLL Signal +pkg syscall (linux-arm), const SIGPROF Signal +pkg syscall (linux-arm), const SIGPWR Signal +pkg syscall (linux-arm), const SIGSTKFLT Signal +pkg syscall (linux-arm), const SIGSTOP Signal +pkg syscall (linux-arm), const SIGSYS Signal +pkg syscall (linux-arm), const SIGTSTP Signal +pkg syscall (linux-arm), const SIGTTIN Signal +pkg syscall (linux-arm), const SIGTTOU Signal +pkg syscall (linux-arm), const SIGUNUSED Signal +pkg syscall (linux-arm), const SIGURG Signal +pkg syscall (linux-arm), const SIGUSR1 Signal +pkg syscall (linux-arm), const SIGUSR2 Signal +pkg syscall (linux-arm), const SIGVTALRM Signal +pkg syscall (linux-arm), const SIGWINCH Signal +pkg syscall (linux-arm), const SIGXCPU Signal +pkg syscall (linux-arm), const SIGXFSZ Signal +pkg syscall (linux-arm), const SIOCADDDLCI ideal-int +pkg syscall (linux-arm), const SIOCADDMULTI ideal-int +pkg syscall (linux-arm), const SIOCADDRT ideal-int +pkg syscall (linux-arm), const SIOCATMARK ideal-int +pkg syscall (linux-arm), const SIOCDARP ideal-int +pkg syscall (linux-arm), const SIOCDELDLCI ideal-int +pkg syscall (linux-arm), const SIOCDELMULTI ideal-int +pkg syscall (linux-arm), const SIOCDELRT ideal-int +pkg syscall (linux-arm), const SIOCDEVPRIVATE ideal-int +pkg syscall (linux-arm), const SIOCDIFADDR ideal-int +pkg syscall (linux-arm), const SIOCDRARP ideal-int +pkg syscall (linux-arm), const SIOCGARP ideal-int +pkg syscall (linux-arm), const SIOCGIFADDR ideal-int +pkg syscall (linux-arm), const SIOCGIFBR ideal-int +pkg syscall (linux-arm), const SIOCGIFBRDADDR ideal-int +pkg syscall (linux-arm), const SIOCGIFCONF ideal-int +pkg syscall (linux-arm), const SIOCGIFCOUNT ideal-int +pkg syscall (linux-arm), const SIOCGIFDSTADDR ideal-int +pkg syscall (linux-arm), const SIOCGIFENCAP ideal-int +pkg syscall (linux-arm), const SIOCGIFFLAGS ideal-int +pkg syscall (linux-arm), const SIOCGIFHWADDR ideal-int +pkg syscall (linux-arm), const SIOCGIFINDEX ideal-int +pkg syscall (linux-arm), const SIOCGIFMAP ideal-int +pkg syscall (linux-arm), const SIOCGIFMEM ideal-int +pkg syscall (linux-arm), const SIOCGIFMETRIC ideal-int +pkg syscall (linux-arm), const SIOCGIFMTU ideal-int +pkg syscall (linux-arm), const SIOCGIFNAME ideal-int +pkg syscall (linux-arm), const SIOCGIFNETMASK ideal-int +pkg syscall (linux-arm), const SIOCGIFPFLAGS ideal-int +pkg syscall (linux-arm), const SIOCGIFSLAVE ideal-int +pkg syscall (linux-arm), const SIOCGIFTXQLEN ideal-int +pkg syscall (linux-arm), const SIOCGPGRP ideal-int +pkg syscall (linux-arm), const SIOCGRARP ideal-int +pkg syscall (linux-arm), const SIOCGSTAMP ideal-int +pkg syscall (linux-arm), const SIOCGSTAMPNS ideal-int +pkg syscall (linux-arm), const SIOCPROTOPRIVATE ideal-int +pkg syscall (linux-arm), const SIOCRTMSG ideal-int +pkg syscall (linux-arm), const SIOCSARP ideal-int +pkg syscall (linux-arm), const SIOCSIFADDR ideal-int +pkg syscall (linux-arm), const SIOCSIFBR ideal-int +pkg syscall (linux-arm), const SIOCSIFBRDADDR ideal-int +pkg syscall (linux-arm), const SIOCSIFDSTADDR ideal-int +pkg syscall (linux-arm), const SIOCSIFENCAP ideal-int +pkg syscall (linux-arm), const SIOCSIFFLAGS ideal-int +pkg syscall (linux-arm), const SIOCSIFHWADDR ideal-int +pkg syscall (linux-arm), const SIOCSIFHWBROADCAST ideal-int +pkg syscall (linux-arm), const SIOCSIFLINK ideal-int +pkg syscall (linux-arm), const SIOCSIFMAP ideal-int +pkg syscall (linux-arm), const SIOCSIFMEM ideal-int +pkg syscall (linux-arm), const SIOCSIFMETRIC ideal-int +pkg syscall (linux-arm), const SIOCSIFMTU ideal-int +pkg syscall (linux-arm), const SIOCSIFNAME ideal-int +pkg syscall (linux-arm), const SIOCSIFNETMASK ideal-int +pkg syscall (linux-arm), const SIOCSIFPFLAGS ideal-int +pkg syscall (linux-arm), const SIOCSIFSLAVE ideal-int +pkg syscall (linux-arm), const SIOCSIFTXQLEN ideal-int +pkg syscall (linux-arm), const SIOCSPGRP ideal-int +pkg syscall (linux-arm), const SIOCSRARP ideal-int +pkg syscall (linux-arm), const SOCK_CLOEXEC ideal-int +pkg syscall (linux-arm), const SOCK_DCCP ideal-int +pkg syscall (linux-arm), const SOCK_NONBLOCK ideal-int +pkg syscall (linux-arm), const SOCK_PACKET ideal-int +pkg syscall (linux-arm), const SOCK_RDM ideal-int +pkg syscall (linux-arm), const SOL_AAL ideal-int +pkg syscall (linux-arm), const SOL_ATM ideal-int +pkg syscall (linux-arm), const SOL_DECNET ideal-int +pkg syscall (linux-arm), const SOL_ICMPV6 ideal-int +pkg syscall (linux-arm), const SOL_IP ideal-int +pkg syscall (linux-arm), const SOL_IPV6 ideal-int +pkg syscall (linux-arm), const SOL_IRDA ideal-int +pkg syscall (linux-arm), const SOL_PACKET ideal-int +pkg syscall (linux-arm), const SOL_RAW ideal-int +pkg syscall (linux-arm), const SOL_TCP ideal-int +pkg syscall (linux-arm), const SOL_X25 ideal-int +pkg syscall (linux-arm), const SO_ACCEPTCONN ideal-int +pkg syscall (linux-arm), const SO_ATTACH_FILTER ideal-int +pkg syscall (linux-arm), const SO_BINDTODEVICE ideal-int +pkg syscall (linux-arm), const SO_BSDCOMPAT ideal-int +pkg syscall (linux-arm), const SO_DEBUG ideal-int +pkg syscall (linux-arm), const SO_DETACH_FILTER ideal-int +pkg syscall (linux-arm), const SO_DOMAIN ideal-int +pkg syscall (linux-arm), const SO_ERROR ideal-int +pkg syscall (linux-arm), const SO_MARK ideal-int +pkg syscall (linux-arm), const SO_NO_CHECK ideal-int +pkg syscall (linux-arm), const SO_OOBINLINE ideal-int +pkg syscall (linux-arm), const SO_PASSCRED ideal-int +pkg syscall (linux-arm), const SO_PASSSEC ideal-int +pkg syscall (linux-arm), const SO_PEERCRED ideal-int +pkg syscall (linux-arm), const SO_PEERNAME ideal-int +pkg syscall (linux-arm), const SO_PEERSEC ideal-int +pkg syscall (linux-arm), const SO_PRIORITY ideal-int +pkg syscall (linux-arm), const SO_PROTOCOL ideal-int +pkg syscall (linux-arm), const SO_RCVBUFFORCE ideal-int +pkg syscall (linux-arm), const SO_RCVLOWAT ideal-int +pkg syscall (linux-arm), const SO_RCVTIMEO ideal-int +pkg syscall (linux-arm), const SO_RXQ_OVFL ideal-int +pkg syscall (linux-arm), const SO_SECURITY_AUTHENTICATION ideal-int +pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int +pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int +pkg syscall (linux-arm), const SO_SNDBUFFORCE ideal-int +pkg syscall (linux-arm), const SO_SNDLOWAT ideal-int +pkg syscall (linux-arm), const SO_SNDTIMEO ideal-int +pkg syscall (linux-arm), const SO_TIMESTAMP ideal-int +pkg syscall (linux-arm), const SO_TIMESTAMPING ideal-int +pkg syscall (linux-arm), const SO_TIMESTAMPNS ideal-int +pkg syscall (linux-arm), const SO_TYPE ideal-int +pkg syscall (linux-arm), const SYS_ACCEPT ideal-int +pkg syscall (linux-arm), const SYS_ACCEPT4 ideal-int +pkg syscall (linux-arm), const SYS_ACCESS ideal-int +pkg syscall (linux-arm), const SYS_ACCT ideal-int +pkg syscall (linux-arm), const SYS_ADD_KEY ideal-int +pkg syscall (linux-arm), const SYS_ADJTIMEX ideal-int +pkg syscall (linux-arm), const SYS_ALARM ideal-int +pkg syscall (linux-arm), const SYS_ARM_FADVISE64_64 ideal-int +pkg syscall (linux-arm), const SYS_ARM_SYNC_FILE_RANGE ideal-int +pkg syscall (linux-arm), const SYS_BDFLUSH ideal-int +pkg syscall (linux-arm), const SYS_BIND ideal-int +pkg syscall (linux-arm), const SYS_BRK ideal-int +pkg syscall (linux-arm), const SYS_CAPGET ideal-int +pkg syscall (linux-arm), const SYS_CAPSET ideal-int +pkg syscall (linux-arm), const SYS_CHDIR ideal-int +pkg syscall (linux-arm), const SYS_CHMOD ideal-int +pkg syscall (linux-arm), const SYS_CHOWN ideal-int +pkg syscall (linux-arm), const SYS_CHOWN32 ideal-int +pkg syscall (linux-arm), const SYS_CHROOT ideal-int +pkg syscall (linux-arm), const SYS_CLOCK_ADJTIME ideal-int +pkg syscall (linux-arm), const SYS_CLOCK_GETRES ideal-int +pkg syscall (linux-arm), const SYS_CLOCK_GETTIME ideal-int +pkg syscall (linux-arm), const SYS_CLOCK_NANOSLEEP ideal-int +pkg syscall (linux-arm), const SYS_CLOCK_SETTIME ideal-int +pkg syscall (linux-arm), const SYS_CLONE ideal-int +pkg syscall (linux-arm), const SYS_CLOSE ideal-int +pkg syscall (linux-arm), const SYS_CONNECT ideal-int +pkg syscall (linux-arm), const SYS_CREAT ideal-int +pkg syscall (linux-arm), const SYS_DELETE_MODULE ideal-int +pkg syscall (linux-arm), const SYS_DUP ideal-int +pkg syscall (linux-arm), const SYS_DUP2 ideal-int +pkg syscall (linux-arm), const SYS_DUP3 ideal-int +pkg syscall (linux-arm), const SYS_EPOLL_CREATE ideal-int +pkg syscall (linux-arm), const SYS_EPOLL_CREATE1 ideal-int +pkg syscall (linux-arm), const SYS_EPOLL_CTL ideal-int +pkg syscall (linux-arm), const SYS_EPOLL_PWAIT ideal-int +pkg syscall (linux-arm), const SYS_EPOLL_WAIT ideal-int +pkg syscall (linux-arm), const SYS_EVENTFD ideal-int +pkg syscall (linux-arm), const SYS_EVENTFD2 ideal-int +pkg syscall (linux-arm), const SYS_EXECVE ideal-int +pkg syscall (linux-arm), const SYS_EXIT ideal-int +pkg syscall (linux-arm), const SYS_EXIT_GROUP ideal-int +pkg syscall (linux-arm), const SYS_FACCESSAT ideal-int +pkg syscall (linux-arm), const SYS_FALLOCATE ideal-int +pkg syscall (linux-arm), const SYS_FANOTIFY_INIT ideal-int +pkg syscall (linux-arm), const SYS_FANOTIFY_MARK ideal-int +pkg syscall (linux-arm), const SYS_FCHDIR ideal-int +pkg syscall (linux-arm), const SYS_FCHMOD ideal-int +pkg syscall (linux-arm), const SYS_FCHMODAT ideal-int +pkg syscall (linux-arm), const SYS_FCHOWN ideal-int +pkg syscall (linux-arm), const SYS_FCHOWN32 ideal-int +pkg syscall (linux-arm), const SYS_FCHOWNAT ideal-int +pkg syscall (linux-arm), const SYS_FCNTL ideal-int +pkg syscall (linux-arm), const SYS_FCNTL64 ideal-int +pkg syscall (linux-arm), const SYS_FDATASYNC ideal-int +pkg syscall (linux-arm), const SYS_FGETXATTR ideal-int +pkg syscall (linux-arm), const SYS_FLISTXATTR ideal-int +pkg syscall (linux-arm), const SYS_FLOCK ideal-int +pkg syscall (linux-arm), const SYS_FORK ideal-int +pkg syscall (linux-arm), const SYS_FREMOVEXATTR ideal-int +pkg syscall (linux-arm), const SYS_FSETXATTR ideal-int +pkg syscall (linux-arm), const SYS_FSTAT ideal-int +pkg syscall (linux-arm), const SYS_FSTAT64 ideal-int +pkg syscall (linux-arm), const SYS_FSTATAT64 ideal-int +pkg syscall (linux-arm), const SYS_FSTATFS ideal-int +pkg syscall (linux-arm), const SYS_FSTATFS64 ideal-int +pkg syscall (linux-arm), const SYS_FSYNC ideal-int +pkg syscall (linux-arm), const SYS_FTRUNCATE ideal-int +pkg syscall (linux-arm), const SYS_FTRUNCATE64 ideal-int +pkg syscall (linux-arm), const SYS_FUTEX ideal-int +pkg syscall (linux-arm), const SYS_FUTIMESAT ideal-int +pkg syscall (linux-arm), const SYS_GETCPU ideal-int +pkg syscall (linux-arm), const SYS_GETCWD ideal-int +pkg syscall (linux-arm), const SYS_GETDENTS ideal-int +pkg syscall (linux-arm), const SYS_GETDENTS64 ideal-int +pkg syscall (linux-arm), const SYS_GETEGID ideal-int +pkg syscall (linux-arm), const SYS_GETEGID32 ideal-int +pkg syscall (linux-arm), const SYS_GETEUID ideal-int +pkg syscall (linux-arm), const SYS_GETEUID32 ideal-int +pkg syscall (linux-arm), const SYS_GETGID ideal-int +pkg syscall (linux-arm), const SYS_GETGID32 ideal-int +pkg syscall (linux-arm), const SYS_GETGROUPS ideal-int +pkg syscall (linux-arm), const SYS_GETGROUPS32 ideal-int +pkg syscall (linux-arm), const SYS_GETITIMER ideal-int +pkg syscall (linux-arm), const SYS_GETPEERNAME ideal-int +pkg syscall (linux-arm), const SYS_GETPGID ideal-int +pkg syscall (linux-arm), const SYS_GETPGRP ideal-int +pkg syscall (linux-arm), const SYS_GETPID ideal-int +pkg syscall (linux-arm), const SYS_GETPPID ideal-int +pkg syscall (linux-arm), const SYS_GETPRIORITY ideal-int +pkg syscall (linux-arm), const SYS_GETRESGID ideal-int +pkg syscall (linux-arm), const SYS_GETRESGID32 ideal-int +pkg syscall (linux-arm), const SYS_GETRESUID ideal-int +pkg syscall (linux-arm), const SYS_GETRESUID32 ideal-int +pkg syscall (linux-arm), const SYS_GETRLIMIT ideal-int +pkg syscall (linux-arm), const SYS_GETRUSAGE ideal-int +pkg syscall (linux-arm), const SYS_GETSID ideal-int +pkg syscall (linux-arm), const SYS_GETSOCKNAME ideal-int +pkg syscall (linux-arm), const SYS_GETSOCKOPT ideal-int +pkg syscall (linux-arm), const SYS_GETTID ideal-int +pkg syscall (linux-arm), const SYS_GETTIMEOFDAY ideal-int +pkg syscall (linux-arm), const SYS_GETUID ideal-int +pkg syscall (linux-arm), const SYS_GETUID32 ideal-int +pkg syscall (linux-arm), const SYS_GETXATTR ideal-int +pkg syscall (linux-arm), const SYS_GET_MEMPOLICY ideal-int +pkg syscall (linux-arm), const SYS_GET_ROBUST_LIST ideal-int +pkg syscall (linux-arm), const SYS_INIT_MODULE ideal-int +pkg syscall (linux-arm), const SYS_INOTIFY_ADD_WATCH ideal-int +pkg syscall (linux-arm), const SYS_INOTIFY_INIT ideal-int +pkg syscall (linux-arm), const SYS_INOTIFY_INIT1 ideal-int +pkg syscall (linux-arm), const SYS_INOTIFY_RM_WATCH ideal-int +pkg syscall (linux-arm), const SYS_IOCTL ideal-int +pkg syscall (linux-arm), const SYS_IOPRIO_GET ideal-int +pkg syscall (linux-arm), const SYS_IOPRIO_SET ideal-int +pkg syscall (linux-arm), const SYS_IO_CANCEL ideal-int +pkg syscall (linux-arm), const SYS_IO_DESTROY ideal-int +pkg syscall (linux-arm), const SYS_IO_GETEVENTS ideal-int +pkg syscall (linux-arm), const SYS_IO_SETUP ideal-int +pkg syscall (linux-arm), const SYS_IO_SUBMIT ideal-int +pkg syscall (linux-arm), const SYS_IPC ideal-int +pkg syscall (linux-arm), const SYS_KEXEC_LOAD ideal-int +pkg syscall (linux-arm), const SYS_KEYCTL ideal-int +pkg syscall (linux-arm), const SYS_KILL ideal-int +pkg syscall (linux-arm), const SYS_LCHOWN ideal-int +pkg syscall (linux-arm), const SYS_LCHOWN32 ideal-int +pkg syscall (linux-arm), const SYS_LGETXATTR ideal-int +pkg syscall (linux-arm), const SYS_LINK ideal-int +pkg syscall (linux-arm), const SYS_LINKAT ideal-int +pkg syscall (linux-arm), const SYS_LISTEN ideal-int +pkg syscall (linux-arm), const SYS_LISTXATTR ideal-int +pkg syscall (linux-arm), const SYS_LLISTXATTR ideal-int +pkg syscall (linux-arm), const SYS_LOOKUP_DCOOKIE ideal-int +pkg syscall (linux-arm), const SYS_LREMOVEXATTR ideal-int +pkg syscall (linux-arm), const SYS_LSEEK ideal-int +pkg syscall (linux-arm), const SYS_LSETXATTR ideal-int +pkg syscall (linux-arm), const SYS_LSTAT ideal-int +pkg syscall (linux-arm), const SYS_LSTAT64 ideal-int +pkg syscall (linux-arm), const SYS_MADVISE ideal-int +pkg syscall (linux-arm), const SYS_MBIND ideal-int +pkg syscall (linux-arm), const SYS_MINCORE ideal-int +pkg syscall (linux-arm), const SYS_MKDIR ideal-int +pkg syscall (linux-arm), const SYS_MKDIRAT ideal-int +pkg syscall (linux-arm), const SYS_MKNOD ideal-int +pkg syscall (linux-arm), const SYS_MKNODAT ideal-int +pkg syscall (linux-arm), const SYS_MLOCK ideal-int +pkg syscall (linux-arm), const SYS_MLOCKALL ideal-int +pkg syscall (linux-arm), const SYS_MMAP ideal-int +pkg syscall (linux-arm), const SYS_MMAP2 ideal-int +pkg syscall (linux-arm), const SYS_MOUNT ideal-int +pkg syscall (linux-arm), const SYS_MOVE_PAGES ideal-int +pkg syscall (linux-arm), const SYS_MPROTECT ideal-int +pkg syscall (linux-arm), const SYS_MQ_GETSETATTR ideal-int +pkg syscall (linux-arm), const SYS_MQ_NOTIFY ideal-int +pkg syscall (linux-arm), const SYS_MQ_OPEN ideal-int +pkg syscall (linux-arm), const SYS_MQ_TIMEDRECEIVE ideal-int +pkg syscall (linux-arm), const SYS_MQ_TIMEDSEND ideal-int +pkg syscall (linux-arm), const SYS_MQ_UNLINK ideal-int +pkg syscall (linux-arm), const SYS_MREMAP ideal-int +pkg syscall (linux-arm), const SYS_MSGCTL ideal-int +pkg syscall (linux-arm), const SYS_MSGGET ideal-int +pkg syscall (linux-arm), const SYS_MSGRCV ideal-int +pkg syscall (linux-arm), const SYS_MSGSND ideal-int +pkg syscall (linux-arm), const SYS_MSYNC ideal-int +pkg syscall (linux-arm), const SYS_MUNLOCK ideal-int +pkg syscall (linux-arm), const SYS_MUNLOCKALL ideal-int +pkg syscall (linux-arm), const SYS_MUNMAP ideal-int +pkg syscall (linux-arm), const SYS_NAME_TO_HANDLE_AT ideal-int +pkg syscall (linux-arm), const SYS_NANOSLEEP ideal-int +pkg syscall (linux-arm), const SYS_NFSSERVCTL ideal-int +pkg syscall (linux-arm), const SYS_NICE ideal-int +pkg syscall (linux-arm), const SYS_OABI_SYSCALL_BASE ideal-int +pkg syscall (linux-arm), const SYS_OPEN ideal-int +pkg syscall (linux-arm), const SYS_OPENAT ideal-int +pkg syscall (linux-arm), const SYS_OPEN_BY_HANDLE_AT ideal-int +pkg syscall (linux-arm), const SYS_PAUSE ideal-int +pkg syscall (linux-arm), const SYS_PCICONFIG_IOBASE ideal-int +pkg syscall (linux-arm), const SYS_PCICONFIG_READ ideal-int +pkg syscall (linux-arm), const SYS_PCICONFIG_WRITE ideal-int +pkg syscall (linux-arm), const SYS_PERF_EVENT_OPEN ideal-int +pkg syscall (linux-arm), const SYS_PERSONALITY ideal-int +pkg syscall (linux-arm), const SYS_PIPE ideal-int +pkg syscall (linux-arm), const SYS_PIPE2 ideal-int +pkg syscall (linux-arm), const SYS_PIVOT_ROOT ideal-int +pkg syscall (linux-arm), const SYS_POLL ideal-int +pkg syscall (linux-arm), const SYS_PPOLL ideal-int +pkg syscall (linux-arm), const SYS_PRCTL ideal-int +pkg syscall (linux-arm), const SYS_PREAD64 ideal-int +pkg syscall (linux-arm), const SYS_PREADV ideal-int +pkg syscall (linux-arm), const SYS_PRLIMIT64 ideal-int +pkg syscall (linux-arm), const SYS_PROCESS_VM_READV ideal-int +pkg syscall (linux-arm), const SYS_PROCESS_VM_WRITEV ideal-int +pkg syscall (linux-arm), const SYS_PSELECT6 ideal-int +pkg syscall (linux-arm), const SYS_PTRACE ideal-int +pkg syscall (linux-arm), const SYS_PWRITE64 ideal-int +pkg syscall (linux-arm), const SYS_PWRITEV ideal-int +pkg syscall (linux-arm), const SYS_QUOTACTL ideal-int +pkg syscall (linux-arm), const SYS_READ ideal-int +pkg syscall (linux-arm), const SYS_READAHEAD ideal-int +pkg syscall (linux-arm), const SYS_READDIR ideal-int +pkg syscall (linux-arm), const SYS_READLINK ideal-int +pkg syscall (linux-arm), const SYS_READLINKAT ideal-int +pkg syscall (linux-arm), const SYS_READV ideal-int +pkg syscall (linux-arm), const SYS_REBOOT ideal-int +pkg syscall (linux-arm), const SYS_RECV ideal-int +pkg syscall (linux-arm), const SYS_RECVFROM ideal-int +pkg syscall (linux-arm), const SYS_RECVMMSG ideal-int +pkg syscall (linux-arm), const SYS_RECVMSG ideal-int +pkg syscall (linux-arm), const SYS_REMAP_FILE_PAGES ideal-int +pkg syscall (linux-arm), const SYS_REMOVEXATTR ideal-int +pkg syscall (linux-arm), const SYS_RENAME ideal-int +pkg syscall (linux-arm), const SYS_RENAMEAT ideal-int +pkg syscall (linux-arm), const SYS_REQUEST_KEY ideal-int +pkg syscall (linux-arm), const SYS_RESTART_SYSCALL ideal-int +pkg syscall (linux-arm), const SYS_RMDIR ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGACTION ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGPENDING ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGPROCMASK ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGQUEUEINFO ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGRETURN ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGSUSPEND ideal-int +pkg syscall (linux-arm), const SYS_RT_SIGTIMEDWAIT ideal-int +pkg syscall (linux-arm), const SYS_RT_TGSIGQUEUEINFO ideal-int +pkg syscall (linux-arm), const SYS_SCHED_GETAFFINITY ideal-int +pkg syscall (linux-arm), const SYS_SCHED_GETPARAM ideal-int +pkg syscall (linux-arm), const SYS_SCHED_GETSCHEDULER ideal-int +pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MAX ideal-int +pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MIN ideal-int +pkg syscall (linux-arm), const SYS_SCHED_RR_GET_INTERVAL ideal-int +pkg syscall (linux-arm), const SYS_SCHED_SETAFFINITY ideal-int +pkg syscall (linux-arm), const SYS_SCHED_SETPARAM ideal-int +pkg syscall (linux-arm), const SYS_SCHED_SETSCHEDULER ideal-int +pkg syscall (linux-arm), const SYS_SCHED_YIELD ideal-int +pkg syscall (linux-arm), const SYS_SELECT ideal-int +pkg syscall (linux-arm), const SYS_SEMCTL ideal-int +pkg syscall (linux-arm), const SYS_SEMGET ideal-int +pkg syscall (linux-arm), const SYS_SEMOP ideal-int +pkg syscall (linux-arm), const SYS_SEMTIMEDOP ideal-int +pkg syscall (linux-arm), const SYS_SEND ideal-int +pkg syscall (linux-arm), const SYS_SENDFILE ideal-int +pkg syscall (linux-arm), const SYS_SENDFILE64 ideal-int +pkg syscall (linux-arm), const SYS_SENDMMSG ideal-int +pkg syscall (linux-arm), const SYS_SENDMSG ideal-int +pkg syscall (linux-arm), const SYS_SENDTO ideal-int +pkg syscall (linux-arm), const SYS_SETDOMAINNAME ideal-int +pkg syscall (linux-arm), const SYS_SETFSGID ideal-int +pkg syscall (linux-arm), const SYS_SETFSGID32 ideal-int +pkg syscall (linux-arm), const SYS_SETFSUID ideal-int +pkg syscall (linux-arm), const SYS_SETFSUID32 ideal-int +pkg syscall (linux-arm), const SYS_SETGID ideal-int +pkg syscall (linux-arm), const SYS_SETGID32 ideal-int +pkg syscall (linux-arm), const SYS_SETGROUPS ideal-int +pkg syscall (linux-arm), const SYS_SETGROUPS32 ideal-int +pkg syscall (linux-arm), const SYS_SETHOSTNAME ideal-int +pkg syscall (linux-arm), const SYS_SETITIMER ideal-int +pkg syscall (linux-arm), const SYS_SETNS ideal-int +pkg syscall (linux-arm), const SYS_SETPGID ideal-int +pkg syscall (linux-arm), const SYS_SETPRIORITY ideal-int +pkg syscall (linux-arm), const SYS_SETREGID ideal-int +pkg syscall (linux-arm), const SYS_SETREGID32 ideal-int +pkg syscall (linux-arm), const SYS_SETRESGID ideal-int +pkg syscall (linux-arm), const SYS_SETRESGID32 ideal-int +pkg syscall (linux-arm), const SYS_SETRESUID ideal-int +pkg syscall (linux-arm), const SYS_SETRESUID32 ideal-int +pkg syscall (linux-arm), const SYS_SETREUID ideal-int +pkg syscall (linux-arm), const SYS_SETREUID32 ideal-int +pkg syscall (linux-arm), const SYS_SETRLIMIT ideal-int +pkg syscall (linux-arm), const SYS_SETSID ideal-int +pkg syscall (linux-arm), const SYS_SETSOCKOPT ideal-int +pkg syscall (linux-arm), const SYS_SETTIMEOFDAY ideal-int +pkg syscall (linux-arm), const SYS_SETUID ideal-int +pkg syscall (linux-arm), const SYS_SETUID32 ideal-int +pkg syscall (linux-arm), const SYS_SETXATTR ideal-int +pkg syscall (linux-arm), const SYS_SET_MEMPOLICY ideal-int +pkg syscall (linux-arm), const SYS_SET_ROBUST_LIST ideal-int +pkg syscall (linux-arm), const SYS_SET_TID_ADDRESS ideal-int +pkg syscall (linux-arm), const SYS_SHMAT ideal-int +pkg syscall (linux-arm), const SYS_SHMCTL ideal-int +pkg syscall (linux-arm), const SYS_SHMDT ideal-int +pkg syscall (linux-arm), const SYS_SHMGET ideal-int +pkg syscall (linux-arm), const SYS_SHUTDOWN ideal-int +pkg syscall (linux-arm), const SYS_SIGACTION ideal-int +pkg syscall (linux-arm), const SYS_SIGALTSTACK ideal-int +pkg syscall (linux-arm), const SYS_SIGNALFD ideal-int +pkg syscall (linux-arm), const SYS_SIGNALFD4 ideal-int +pkg syscall (linux-arm), const SYS_SIGPENDING ideal-int +pkg syscall (linux-arm), const SYS_SIGPROCMASK ideal-int +pkg syscall (linux-arm), const SYS_SIGRETURN ideal-int +pkg syscall (linux-arm), const SYS_SIGSUSPEND ideal-int +pkg syscall (linux-arm), const SYS_SOCKET ideal-int +pkg syscall (linux-arm), const SYS_SOCKETCALL ideal-int +pkg syscall (linux-arm), const SYS_SOCKETPAIR ideal-int +pkg syscall (linux-arm), const SYS_SPLICE ideal-int +pkg syscall (linux-arm), const SYS_STAT ideal-int +pkg syscall (linux-arm), const SYS_STAT64 ideal-int +pkg syscall (linux-arm), const SYS_STATFS ideal-int +pkg syscall (linux-arm), const SYS_STATFS64 ideal-int +pkg syscall (linux-arm), const SYS_STIME ideal-int +pkg syscall (linux-arm), const SYS_SWAPOFF ideal-int +pkg syscall (linux-arm), const SYS_SWAPON ideal-int +pkg syscall (linux-arm), const SYS_SYMLINK ideal-int +pkg syscall (linux-arm), const SYS_SYMLINKAT ideal-int +pkg syscall (linux-arm), const SYS_SYNC ideal-int +pkg syscall (linux-arm), const SYS_SYNCFS ideal-int +pkg syscall (linux-arm), const SYS_SYSCALL ideal-int +pkg syscall (linux-arm), const SYS_SYSCALL_BASE ideal-int +pkg syscall (linux-arm), const SYS_SYSFS ideal-int +pkg syscall (linux-arm), const SYS_SYSINFO ideal-int +pkg syscall (linux-arm), const SYS_SYSLOG ideal-int +pkg syscall (linux-arm), const SYS_TEE ideal-int +pkg syscall (linux-arm), const SYS_TGKILL ideal-int +pkg syscall (linux-arm), const SYS_TIME ideal-int +pkg syscall (linux-arm), const SYS_TIMERFD_CREATE ideal-int +pkg syscall (linux-arm), const SYS_TIMERFD_GETTIME ideal-int +pkg syscall (linux-arm), const SYS_TIMERFD_SETTIME ideal-int +pkg syscall (linux-arm), const SYS_TIMER_CREATE ideal-int +pkg syscall (linux-arm), const SYS_TIMER_DELETE ideal-int +pkg syscall (linux-arm), const SYS_TIMER_GETOVERRUN ideal-int +pkg syscall (linux-arm), const SYS_TIMER_GETTIME ideal-int +pkg syscall (linux-arm), const SYS_TIMER_SETTIME ideal-int +pkg syscall (linux-arm), const SYS_TIMES ideal-int +pkg syscall (linux-arm), const SYS_TKILL ideal-int +pkg syscall (linux-arm), const SYS_TRUNCATE ideal-int +pkg syscall (linux-arm), const SYS_TRUNCATE64 ideal-int +pkg syscall (linux-arm), const SYS_UGETRLIMIT ideal-int +pkg syscall (linux-arm), const SYS_UMASK ideal-int +pkg syscall (linux-arm), const SYS_UMOUNT ideal-int +pkg syscall (linux-arm), const SYS_UMOUNT2 ideal-int +pkg syscall (linux-arm), const SYS_UNAME ideal-int +pkg syscall (linux-arm), const SYS_UNLINK ideal-int +pkg syscall (linux-arm), const SYS_UNLINKAT ideal-int +pkg syscall (linux-arm), const SYS_UNSHARE ideal-int +pkg syscall (linux-arm), const SYS_USELIB ideal-int +pkg syscall (linux-arm), const SYS_USTAT ideal-int +pkg syscall (linux-arm), const SYS_UTIME ideal-int +pkg syscall (linux-arm), const SYS_UTIMENSAT ideal-int +pkg syscall (linux-arm), const SYS_UTIMES ideal-int +pkg syscall (linux-arm), const SYS_VFORK ideal-int +pkg syscall (linux-arm), const SYS_VHANGUP ideal-int +pkg syscall (linux-arm), const SYS_VMSPLICE ideal-int +pkg syscall (linux-arm), const SYS_VSERVER ideal-int +pkg syscall (linux-arm), const SYS_WAIT4 ideal-int +pkg syscall (linux-arm), const SYS_WAITID ideal-int +pkg syscall (linux-arm), const SYS_WRITE ideal-int +pkg syscall (linux-arm), const SYS_WRITEV ideal-int +pkg syscall (linux-arm), const SYS__LLSEEK ideal-int +pkg syscall (linux-arm), const SYS__NEWSELECT ideal-int +pkg syscall (linux-arm), const SYS__SYSCTL ideal-int +pkg syscall (linux-arm), const S_BLKSIZE ideal-int +pkg syscall (linux-arm), const S_IEXEC ideal-int +pkg syscall (linux-arm), const S_IREAD ideal-int +pkg syscall (linux-arm), const S_IRGRP ideal-int +pkg syscall (linux-arm), const S_IROTH ideal-int +pkg syscall (linux-arm), const S_IRWXG ideal-int +pkg syscall (linux-arm), const S_IRWXO ideal-int +pkg syscall (linux-arm), const S_IRWXU ideal-int +pkg syscall (linux-arm), const S_IWGRP ideal-int +pkg syscall (linux-arm), const S_IWOTH ideal-int +pkg syscall (linux-arm), const S_IWRITE ideal-int +pkg syscall (linux-arm), const S_IXGRP ideal-int +pkg syscall (linux-arm), const S_IXOTH ideal-int +pkg syscall (linux-arm), const SizeofCmsghdr ideal-int +pkg syscall (linux-arm), const SizeofIPMreq ideal-int +pkg syscall (linux-arm), const SizeofIPMreqn ideal-int +pkg syscall (linux-arm), const SizeofIPv6Mreq ideal-int +pkg syscall (linux-arm), const SizeofIfAddrmsg ideal-int +pkg syscall (linux-arm), const SizeofIfInfomsg ideal-int +pkg syscall (linux-arm), const SizeofInet4Pktinfo ideal-int +pkg syscall (linux-arm), const SizeofInet6Pktinfo ideal-int +pkg syscall (linux-arm), const SizeofInotifyEvent ideal-int +pkg syscall (linux-arm), const SizeofLinger ideal-int +pkg syscall (linux-arm), const SizeofMsghdr ideal-int +pkg syscall (linux-arm), const SizeofNlAttr ideal-int +pkg syscall (linux-arm), const SizeofNlMsgerr ideal-int +pkg syscall (linux-arm), const SizeofNlMsghdr ideal-int +pkg syscall (linux-arm), const SizeofRtAttr ideal-int +pkg syscall (linux-arm), const SizeofRtGenmsg ideal-int +pkg syscall (linux-arm), const SizeofRtMsg ideal-int +pkg syscall (linux-arm), const SizeofRtNexthop ideal-int +pkg syscall (linux-arm), const SizeofSockFilter ideal-int +pkg syscall (linux-arm), const SizeofSockFprog ideal-int +pkg syscall (linux-arm), const SizeofSockaddrAny ideal-int +pkg syscall (linux-arm), const SizeofSockaddrInet4 ideal-int +pkg syscall (linux-arm), const SizeofSockaddrInet6 ideal-int +pkg syscall (linux-arm), const SizeofSockaddrLinklayer ideal-int +pkg syscall (linux-arm), const SizeofSockaddrNetlink ideal-int +pkg syscall (linux-arm), const SizeofSockaddrUnix ideal-int +pkg syscall (linux-arm), const SizeofUcred ideal-int +pkg syscall (linux-arm), const TCGETS ideal-int +pkg syscall (linux-arm), const TCP_CONGESTION ideal-int +pkg syscall (linux-arm), const TCP_CORK ideal-int +pkg syscall (linux-arm), const TCP_DEFER_ACCEPT ideal-int +pkg syscall (linux-arm), const TCP_INFO ideal-int +pkg syscall (linux-arm), const TCP_KEEPCNT ideal-int +pkg syscall (linux-arm), const TCP_KEEPIDLE ideal-int +pkg syscall (linux-arm), const TCP_KEEPINTVL ideal-int +pkg syscall (linux-arm), const TCP_LINGER2 ideal-int +pkg syscall (linux-arm), const TCP_MAXSEG ideal-int +pkg syscall (linux-arm), const TCP_MAXWIN ideal-int +pkg syscall (linux-arm), const TCP_MAX_WINSHIFT ideal-int +pkg syscall (linux-arm), const TCP_MD5SIG ideal-int +pkg syscall (linux-arm), const TCP_MD5SIG_MAXKEYLEN ideal-int +pkg syscall (linux-arm), const TCP_MSS ideal-int +pkg syscall (linux-arm), const TCP_QUICKACK ideal-int +pkg syscall (linux-arm), const TCP_SYNCNT ideal-int +pkg syscall (linux-arm), const TCP_WINDOW_CLAMP ideal-int +pkg syscall (linux-arm), const TCSETS ideal-int +pkg syscall (linux-arm), const TIOCCBRK ideal-int +pkg syscall (linux-arm), const TIOCCONS ideal-int +pkg syscall (linux-arm), const TIOCEXCL ideal-int +pkg syscall (linux-arm), const TIOCGDEV ideal-int +pkg syscall (linux-arm), const TIOCGETD ideal-int +pkg syscall (linux-arm), const TIOCGICOUNT ideal-int +pkg syscall (linux-arm), const TIOCGLCKTRMIOS ideal-int +pkg syscall (linux-arm), const TIOCGPGRP ideal-int +pkg syscall (linux-arm), const TIOCGPTN ideal-int +pkg syscall (linux-arm), const TIOCGRS485 ideal-int +pkg syscall (linux-arm), const TIOCGSERIAL ideal-int +pkg syscall (linux-arm), const TIOCGSID ideal-int +pkg syscall (linux-arm), const TIOCGSOFTCAR ideal-int +pkg syscall (linux-arm), const TIOCGWINSZ ideal-int +pkg syscall (linux-arm), const TIOCINQ ideal-int +pkg syscall (linux-arm), const TIOCLINUX ideal-int +pkg syscall (linux-arm), const TIOCMBIC ideal-int +pkg syscall (linux-arm), const TIOCMBIS ideal-int +pkg syscall (linux-arm), const TIOCMGET ideal-int +pkg syscall (linux-arm), const TIOCMIWAIT ideal-int +pkg syscall (linux-arm), const TIOCMSET ideal-int +pkg syscall (linux-arm), const TIOCM_CAR ideal-int +pkg syscall (linux-arm), const TIOCM_CD ideal-int +pkg syscall (linux-arm), const TIOCM_CTS ideal-int +pkg syscall (linux-arm), const TIOCM_DSR ideal-int +pkg syscall (linux-arm), const TIOCM_DTR ideal-int +pkg syscall (linux-arm), const TIOCM_LE ideal-int +pkg syscall (linux-arm), const TIOCM_RI ideal-int +pkg syscall (linux-arm), const TIOCM_RNG ideal-int +pkg syscall (linux-arm), const TIOCM_RTS ideal-int +pkg syscall (linux-arm), const TIOCM_SR ideal-int +pkg syscall (linux-arm), const TIOCM_ST ideal-int +pkg syscall (linux-arm), const TIOCNOTTY ideal-int +pkg syscall (linux-arm), const TIOCNXCL ideal-int +pkg syscall (linux-arm), const TIOCOUTQ ideal-int +pkg syscall (linux-arm), const TIOCPKT ideal-int +pkg syscall (linux-arm), const TIOCPKT_DATA ideal-int +pkg syscall (linux-arm), const TIOCPKT_DOSTOP ideal-int +pkg syscall (linux-arm), const TIOCPKT_FLUSHREAD ideal-int +pkg syscall (linux-arm), const TIOCPKT_FLUSHWRITE ideal-int +pkg syscall (linux-arm), const TIOCPKT_IOCTL ideal-int +pkg syscall (linux-arm), const TIOCPKT_NOSTOP ideal-int +pkg syscall (linux-arm), const TIOCPKT_START ideal-int +pkg syscall (linux-arm), const TIOCPKT_STOP ideal-int +pkg syscall (linux-arm), const TIOCSBRK ideal-int +pkg syscall (linux-arm), const TIOCSCTTY ideal-int +pkg syscall (linux-arm), const TIOCSERCONFIG ideal-int +pkg syscall (linux-arm), const TIOCSERGETLSR ideal-int +pkg syscall (linux-arm), const TIOCSERGETMULTI ideal-int +pkg syscall (linux-arm), const TIOCSERGSTRUCT ideal-int +pkg syscall (linux-arm), const TIOCSERGWILD ideal-int +pkg syscall (linux-arm), const TIOCSERSETMULTI ideal-int +pkg syscall (linux-arm), const TIOCSERSWILD ideal-int +pkg syscall (linux-arm), const TIOCSER_TEMT ideal-int +pkg syscall (linux-arm), const TIOCSETD ideal-int +pkg syscall (linux-arm), const TIOCSIG ideal-int +pkg syscall (linux-arm), const TIOCSLCKTRMIOS ideal-int +pkg syscall (linux-arm), const TIOCSPGRP ideal-int +pkg syscall (linux-arm), const TIOCSPTLCK ideal-int +pkg syscall (linux-arm), const TIOCSRS485 ideal-int +pkg syscall (linux-arm), const TIOCSSERIAL ideal-int +pkg syscall (linux-arm), const TIOCSSOFTCAR ideal-int +pkg syscall (linux-arm), const TIOCSTI ideal-int +pkg syscall (linux-arm), const TIOCSWINSZ ideal-int +pkg syscall (linux-arm), const TIOCVHANGUP ideal-int +pkg syscall (linux-arm), const TOSTOP ideal-int +pkg syscall (linux-arm), const TUNATTACHFILTER ideal-int +pkg syscall (linux-arm), const TUNDETACHFILTER ideal-int +pkg syscall (linux-arm), const TUNGETFEATURES ideal-int +pkg syscall (linux-arm), const TUNGETIFF ideal-int +pkg syscall (linux-arm), const TUNGETSNDBUF ideal-int +pkg syscall (linux-arm), const TUNGETVNETHDRSZ ideal-int +pkg syscall (linux-arm), const TUNSETDEBUG ideal-int +pkg syscall (linux-arm), const TUNSETGROUP ideal-int +pkg syscall (linux-arm), const TUNSETIFF ideal-int +pkg syscall (linux-arm), const TUNSETLINK ideal-int +pkg syscall (linux-arm), const TUNSETNOCSUM ideal-int +pkg syscall (linux-arm), const TUNSETOFFLOAD ideal-int +pkg syscall (linux-arm), const TUNSETOWNER ideal-int +pkg syscall (linux-arm), const TUNSETPERSIST ideal-int +pkg syscall (linux-arm), const TUNSETSNDBUF ideal-int +pkg syscall (linux-arm), const TUNSETTXFILTER ideal-int +pkg syscall (linux-arm), const TUNSETVNETHDRSZ ideal-int +pkg syscall (linux-arm), const VDISCARD ideal-int +pkg syscall (linux-arm), const VEOF ideal-int +pkg syscall (linux-arm), const VEOL ideal-int +pkg syscall (linux-arm), const VEOL2 ideal-int +pkg syscall (linux-arm), const VERASE ideal-int +pkg syscall (linux-arm), const VINTR ideal-int +pkg syscall (linux-arm), const VKILL ideal-int +pkg syscall (linux-arm), const VLNEXT ideal-int +pkg syscall (linux-arm), const VMIN ideal-int +pkg syscall (linux-arm), const VQUIT ideal-int +pkg syscall (linux-arm), const VREPRINT ideal-int +pkg syscall (linux-arm), const VSTART ideal-int +pkg syscall (linux-arm), const VSTOP ideal-int +pkg syscall (linux-arm), const VSUSP ideal-int +pkg syscall (linux-arm), const VSWTC ideal-int +pkg syscall (linux-arm), const VTIME ideal-int +pkg syscall (linux-arm), const VWERASE ideal-int +pkg syscall (linux-arm), const WALL ideal-int +pkg syscall (linux-arm), const WCLONE ideal-int +pkg syscall (linux-arm), const WCONTINUED ideal-int +pkg syscall (linux-arm), const WEXITED ideal-int +pkg syscall (linux-arm), const WNOHANG ideal-int +pkg syscall (linux-arm), const WNOTHREAD ideal-int +pkg syscall (linux-arm), const WNOWAIT ideal-int +pkg syscall (linux-arm), const WORDSIZE ideal-int +pkg syscall (linux-arm), const WSTOPPED ideal-int +pkg syscall (linux-arm), const WUNTRACED ideal-int +pkg syscall (linux-arm), const XCASE ideal-int +pkg syscall (linux-arm), func Accept(int) (int, Sockaddr, error) +pkg syscall (linux-arm), func Access(string, uint32) error +pkg syscall (linux-arm), func Acct(string) error +pkg syscall (linux-arm), func Adjtimex(*Timex) (int, error) +pkg syscall (linux-arm), func AttachLsf(int, []SockFilter) error +pkg syscall (linux-arm), func Bind(int, Sockaddr) error +pkg syscall (linux-arm), func BindToDevice(int, string) error +pkg syscall (linux-arm), func Chroot(string) error +pkg syscall (linux-arm), func Close(int) error +pkg syscall (linux-arm), func CloseOnExec(int) +pkg syscall (linux-arm), func CmsgLen(int) int +pkg syscall (linux-arm), func CmsgSpace(int) int +pkg syscall (linux-arm), func Connect(int, Sockaddr) error +pkg syscall (linux-arm), func Creat(string, uint32) (int, error) +pkg syscall (linux-arm), func DetachLsf(int) error +pkg syscall (linux-arm), func Dup(int) (int, error) +pkg syscall (linux-arm), func Dup2(int, int) error +pkg syscall (linux-arm), func EpollCreate(int) (int, error) +pkg syscall (linux-arm), func EpollCreate1(int) (int, error) +pkg syscall (linux-arm), func EpollCtl(int, int, int, *EpollEvent) error +pkg syscall (linux-arm), func EpollWait(int, []EpollEvent, int) (int, error) +pkg syscall (linux-arm), func Faccessat(int, string, uint32, int) error +pkg syscall (linux-arm), func Fallocate(int, uint32, int64, int64) error +pkg syscall (linux-arm), func Fchdir(int) error +pkg syscall (linux-arm), func Fchmod(int, uint32) error +pkg syscall (linux-arm), func Fchmodat(int, string, uint32, int) error +pkg syscall (linux-arm), func Fchown(int, int, int) error +pkg syscall (linux-arm), func Fchownat(int, string, int, int, int) error +pkg syscall (linux-arm), func Fdatasync(int) error +pkg syscall (linux-arm), func Flock(int, int) error +pkg syscall (linux-arm), func ForkExec(string, []string, *ProcAttr) (int, error) +pkg syscall (linux-arm), func Fstat(int, *Stat_t) error +pkg syscall (linux-arm), func Fstatfs(int, *Statfs_t) error +pkg syscall (linux-arm), func Fsync(int) error +pkg syscall (linux-arm), func Ftruncate(int, int64) error +pkg syscall (linux-arm), func Futimes(int, []Timeval) error +pkg syscall (linux-arm), func Futimesat(int, string, []Timeval) error +pkg syscall (linux-arm), func Getcwd([]uint8) (int, error) +pkg syscall (linux-arm), func Getdents(int, []uint8) (int, error) +pkg syscall (linux-arm), func Getpeername(int) (Sockaddr, error) +pkg syscall (linux-arm), func Getpgid(int) (int, error) +pkg syscall (linux-arm), func Getpgrp() int +pkg syscall (linux-arm), func Getrlimit(int, *Rlimit) error +pkg syscall (linux-arm), func Getrusage(int, *Rusage) error +pkg syscall (linux-arm), func Getsockname(int) (Sockaddr, error) +pkg syscall (linux-arm), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) +pkg syscall (linux-arm), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) +pkg syscall (linux-arm), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) +pkg syscall (linux-arm), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) +pkg syscall (linux-arm), func GetsockoptInt(int, int, int) (int, error) +pkg syscall (linux-arm), func Gettid() int +pkg syscall (linux-arm), func InotifyAddWatch(int, string, uint32) (int, error) +pkg syscall (linux-arm), func InotifyInit() (int, error) +pkg syscall (linux-arm), func InotifyInit1(int) (int, error) +pkg syscall (linux-arm), func InotifyRmWatch(int, uint32) (int, error) +pkg syscall (linux-arm), func Kill(int, Signal) error +pkg syscall (linux-arm), func Klogctl(int, []uint8) (int, error) +pkg syscall (linux-arm), func Listen(int, int) error +pkg syscall (linux-arm), func LsfJump(int, int, int, int) *SockFilter +pkg syscall (linux-arm), func LsfSocket(int, int) (int, error) +pkg syscall (linux-arm), func LsfStmt(int, int) *SockFilter +pkg syscall (linux-arm), func Lstat(string, *Stat_t) error +pkg syscall (linux-arm), func Madvise([]uint8, int) error +pkg syscall (linux-arm), func Mkdirat(int, string, uint32) error +pkg syscall (linux-arm), func Mkfifo(string, uint32) error +pkg syscall (linux-arm), func Mknod(string, uint32, int) error +pkg syscall (linux-arm), func Mknodat(int, string, uint32, int) error +pkg syscall (linux-arm), func Mlock([]uint8) error +pkg syscall (linux-arm), func Mlockall(int) error +pkg syscall (linux-arm), func Mmap(int, int64, int, int, int) ([]uint8, error) +pkg syscall (linux-arm), func Mount(string, string, string, uintptr, string) error +pkg syscall (linux-arm), func Mprotect([]uint8, int) error +pkg syscall (linux-arm), func Munlock([]uint8) error +pkg syscall (linux-arm), func Munlockall() error +pkg syscall (linux-arm), func Munmap([]uint8) error +pkg syscall (linux-arm), func Nanosleep(*Timespec, *Timespec) error +pkg syscall (linux-arm), func NetlinkRIB(int, int) ([]uint8, error) +pkg syscall (linux-arm), func NsecToTimespec(int64) Timespec +pkg syscall (linux-arm), func Open(string, int, uint32) (int, error) +pkg syscall (linux-arm), func Openat(int, string, int, uint32) (int, error) +pkg syscall (linux-arm), func ParseDirent([]uint8, int, []string) (int, int, []string) +pkg syscall (linux-arm), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) +pkg syscall (linux-arm), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) +pkg syscall (linux-arm), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) +pkg syscall (linux-arm), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) +pkg syscall (linux-arm), func ParseUnixRights(*SocketControlMessage) ([]int, error) +pkg syscall (linux-arm), func Pause() error +pkg syscall (linux-arm), func Pipe([]int) error +pkg syscall (linux-arm), func PivotRoot(string, string) error +pkg syscall (linux-arm), func Pread(int, []uint8, int64) (int, error) +pkg syscall (linux-arm), func PtraceAttach(int) error +pkg syscall (linux-arm), func PtraceCont(int, int) error +pkg syscall (linux-arm), func PtraceDetach(int) error +pkg syscall (linux-arm), func PtraceGetEventMsg(int) (uint, error) +pkg syscall (linux-arm), func PtraceGetRegs(int, *PtraceRegs) error +pkg syscall (linux-arm), func PtracePeekData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm), func PtracePeekText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm), func PtracePokeData(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm), func PtracePokeText(int, uintptr, []uint8) (int, error) +pkg syscall (linux-arm), func PtraceSetOptions(int, int) error +pkg syscall (linux-arm), func PtraceSetRegs(int, *PtraceRegs) error +pkg syscall (linux-arm), func PtraceSingleStep(int) error +pkg syscall (linux-arm), func Pwrite(int, []uint8, int64) (int, error) +pkg syscall (linux-arm), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm), func Read(int, []uint8) (int, error) +pkg syscall (linux-arm), func ReadDirent(int, []uint8) (int, error) +pkg syscall (linux-arm), func Reboot(int) error +pkg syscall (linux-arm), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) +pkg syscall (linux-arm), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) +pkg syscall (linux-arm), func Renameat(int, string, int, string) error +pkg syscall (linux-arm), func Seek(int, int64, int) (int64, error) +pkg syscall (linux-arm), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) +pkg syscall (linux-arm), func Sendfile(int, int, *int64, int) (int, error) +pkg syscall (linux-arm), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error +pkg syscall (linux-arm), func Sendto(int, []uint8, int, Sockaddr) error +pkg syscall (linux-arm), func SetLsfPromisc(string, bool) error +pkg syscall (linux-arm), func SetNonblock(int, bool) error +pkg syscall (linux-arm), func Setdomainname([]uint8) error +pkg syscall (linux-arm), func Setfsgid(int) error +pkg syscall (linux-arm), func Setfsuid(int) error +pkg syscall (linux-arm), func Setgid(int) error +pkg syscall (linux-arm), func Setgroups([]int) error +pkg syscall (linux-arm), func Sethostname([]uint8) error +pkg syscall (linux-arm), func Setpgid(int, int) error +pkg syscall (linux-arm), func Setregid(int, int) error +pkg syscall (linux-arm), func Setresgid(int, int, int) error +pkg syscall (linux-arm), func Setresuid(int, int, int) error +pkg syscall (linux-arm), func Setreuid(int, int) error +pkg syscall (linux-arm), func Setrlimit(int, *Rlimit) error +pkg syscall (linux-arm), func Setsid() (int, error) +pkg syscall (linux-arm), func SetsockoptIPMreq(int, int, int, *IPMreq) error +pkg syscall (linux-arm), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error +pkg syscall (linux-arm), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error +pkg syscall (linux-arm), func SetsockoptInet4Addr(int, int, int, [4]uint8) error +pkg syscall (linux-arm), func SetsockoptInt(int, int, int, int) error +pkg syscall (linux-arm), func SetsockoptLinger(int, int, int, *Linger) error +pkg syscall (linux-arm), func SetsockoptString(int, int, int, string) error +pkg syscall (linux-arm), func SetsockoptTimeval(int, int, int, *Timeval) error +pkg syscall (linux-arm), func Settimeofday(*Timeval) error +pkg syscall (linux-arm), func Setuid(int) error +pkg syscall (linux-arm), func Shutdown(int, int) error +pkg syscall (linux-arm), func Socket(int, int, int) (int, error) +pkg syscall (linux-arm), func Socketpair(int, int, int) ([2]int, error) +pkg syscall (linux-arm), func Splice(int, *int64, int, *int64, int, int) (int, error) +pkg syscall (linux-arm), func Stat(string, *Stat_t) error +pkg syscall (linux-arm), func Statfs(string, *Statfs_t) error +pkg syscall (linux-arm), func StringSlicePtr([]string) []*uint8 +pkg syscall (linux-arm), func Sync() +pkg syscall (linux-arm), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (linux-arm), func Sysinfo(*Sysinfo_t) error +pkg syscall (linux-arm), func Tee(int, int, int, int) (int64, error) +pkg syscall (linux-arm), func Tgkill(int, int, Signal) error +pkg syscall (linux-arm), func Time(*Time_t) (Time_t, error) +pkg syscall (linux-arm), func Times(*Tms) (uintptr, error) +pkg syscall (linux-arm), func TimespecToNsec(Timespec) int64 +pkg syscall (linux-arm), func Truncate(string, int64) error +pkg syscall (linux-arm), func Umask(int) int +pkg syscall (linux-arm), func Uname(*Utsname) error +pkg syscall (linux-arm), func UnixCredentials(*Ucred) []uint8 +pkg syscall (linux-arm), func UnixRights(...int) []uint8 +pkg syscall (linux-arm), func Unlinkat(int, string) error +pkg syscall (linux-arm), func Unmount(string, int) error +pkg syscall (linux-arm), func Unshare(int) error +pkg syscall (linux-arm), func Ustat(int, *Ustat_t) error +pkg syscall (linux-arm), func Utime(string, *Utimbuf) error +pkg syscall (linux-arm), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) +pkg syscall (linux-arm), func Write(int, []uint8) (int, error) +pkg syscall (linux-arm), method (*Cmsghdr) SetLen(int) +pkg syscall (linux-arm), method (*Iovec) SetLen(int) +pkg syscall (linux-arm), method (*Msghdr) SetControllen(int) +pkg syscall (linux-arm), method (*PtraceRegs) PC() uint64 +pkg syscall (linux-arm), method (*PtraceRegs) SetPC(uint64) +pkg syscall (linux-arm), type Cmsghdr struct +pkg syscall (linux-arm), type Cmsghdr struct, Len uint32 +pkg syscall (linux-arm), type Cmsghdr struct, Level int32 +pkg syscall (linux-arm), type Cmsghdr struct, Type int32 +pkg syscall (linux-arm), type Cmsghdr struct, X__cmsg_data [0]uint8 +pkg syscall (linux-arm), type Credential struct +pkg syscall (linux-arm), type Credential struct, Gid uint32 +pkg syscall (linux-arm), type Credential struct, Groups []uint32 +pkg syscall (linux-arm), type Credential struct, Uid uint32 +pkg syscall (linux-arm), type Dirent struct +pkg syscall (linux-arm), type Dirent struct, Ino uint64 +pkg syscall (linux-arm), type Dirent struct, Name [256]uint8 +pkg syscall (linux-arm), type Dirent struct, Off int64 +pkg syscall (linux-arm), type Dirent struct, Pad_cgo_0 [5]uint8 +pkg syscall (linux-arm), type Dirent struct, Reclen uint16 +pkg syscall (linux-arm), type Dirent struct, Type uint8 +pkg syscall (linux-arm), type EpollEvent struct +pkg syscall (linux-arm), type EpollEvent struct, Events uint32 +pkg syscall (linux-arm), type EpollEvent struct, Fd int32 +pkg syscall (linux-arm), type EpollEvent struct, Pad int32 +pkg syscall (linux-arm), type EpollEvent struct, PadFd int32 +pkg syscall (linux-arm), type FdSet struct +pkg syscall (linux-arm), type FdSet struct, Bits [32]int32 +pkg syscall (linux-arm), type Fsid struct +pkg syscall (linux-arm), type Fsid struct, X__val [2]int32 +pkg syscall (linux-arm), type IPMreqn struct +pkg syscall (linux-arm), type IPMreqn struct, Address [4]uint8 +pkg syscall (linux-arm), type IPMreqn struct, Ifindex int32 +pkg syscall (linux-arm), type IPMreqn struct, Multiaddr [4]uint8 +pkg syscall (linux-arm), type IfAddrmsg struct +pkg syscall (linux-arm), type IfAddrmsg struct, Family uint8 +pkg syscall (linux-arm), type IfAddrmsg struct, Flags uint8 +pkg syscall (linux-arm), type IfAddrmsg struct, Index uint32 +pkg syscall (linux-arm), type IfAddrmsg struct, Prefixlen uint8 +pkg syscall (linux-arm), type IfAddrmsg struct, Scope uint8 +pkg syscall (linux-arm), type IfInfomsg struct +pkg syscall (linux-arm), type IfInfomsg struct, Change uint32 +pkg syscall (linux-arm), type IfInfomsg struct, Family uint8 +pkg syscall (linux-arm), type IfInfomsg struct, Flags uint32 +pkg syscall (linux-arm), type IfInfomsg struct, Index int32 +pkg syscall (linux-arm), type IfInfomsg struct, Type uint16 +pkg syscall (linux-arm), type IfInfomsg struct, X__ifi_pad uint8 +pkg syscall (linux-arm), type Inet4Pktinfo struct +pkg syscall (linux-arm), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (linux-arm), type Inet4Pktinfo struct, Ifindex int32 +pkg syscall (linux-arm), type Inet4Pktinfo struct, Spec_dst [4]uint8 +pkg syscall (linux-arm), type Inet6Pktinfo struct +pkg syscall (linux-arm), type Inet6Pktinfo struct, Addr [16]uint8 +pkg syscall (linux-arm), type Inet6Pktinfo struct, Ifindex uint32 +pkg syscall (linux-arm), type InotifyEvent struct +pkg syscall (linux-arm), type InotifyEvent struct, Cookie uint32 +pkg syscall (linux-arm), type InotifyEvent struct, Len uint32 +pkg syscall (linux-arm), type InotifyEvent struct, Mask uint32 +pkg syscall (linux-arm), type InotifyEvent struct, Name [0]uint8 +pkg syscall (linux-arm), type InotifyEvent struct, Wd int32 +pkg syscall (linux-arm), type Iovec struct +pkg syscall (linux-arm), type Iovec struct, Base *uint8 +pkg syscall (linux-arm), type Iovec struct, Len uint32 +pkg syscall (linux-arm), type Msghdr struct +pkg syscall (linux-arm), type Msghdr struct, Control *uint8 +pkg syscall (linux-arm), type Msghdr struct, Controllen uint32 +pkg syscall (linux-arm), type Msghdr struct, Flags int32 +pkg syscall (linux-arm), type Msghdr struct, Iov *Iovec +pkg syscall (linux-arm), type Msghdr struct, Iovlen uint32 +pkg syscall (linux-arm), type Msghdr struct, Name *uint8 +pkg syscall (linux-arm), type Msghdr struct, Namelen uint32 +pkg syscall (linux-arm), type NetlinkMessage struct +pkg syscall (linux-arm), type NetlinkMessage struct, Data []uint8 +pkg syscall (linux-arm), type NetlinkMessage struct, Header NlMsghdr +pkg syscall (linux-arm), type NetlinkRouteAttr struct +pkg syscall (linux-arm), type NetlinkRouteAttr struct, Attr RtAttr +pkg syscall (linux-arm), type NetlinkRouteAttr struct, Value []uint8 +pkg syscall (linux-arm), type NetlinkRouteRequest struct +pkg syscall (linux-arm), type NetlinkRouteRequest struct, Data RtGenmsg +pkg syscall (linux-arm), type NetlinkRouteRequest struct, Header NlMsghdr +pkg syscall (linux-arm), type NlAttr struct +pkg syscall (linux-arm), type NlAttr struct, Len uint16 +pkg syscall (linux-arm), type NlAttr struct, Type uint16 +pkg syscall (linux-arm), type NlMsgerr struct +pkg syscall (linux-arm), type NlMsgerr struct, Error int32 +pkg syscall (linux-arm), type NlMsgerr struct, Msg NlMsghdr +pkg syscall (linux-arm), type NlMsghdr struct +pkg syscall (linux-arm), type NlMsghdr struct, Flags uint16 +pkg syscall (linux-arm), type NlMsghdr struct, Len uint32 +pkg syscall (linux-arm), type NlMsghdr struct, Pid uint32 +pkg syscall (linux-arm), type NlMsghdr struct, Seq uint32 +pkg syscall (linux-arm), type NlMsghdr struct, Type uint16 +pkg syscall (linux-arm), type PtraceRegs struct +pkg syscall (linux-arm), type PtraceRegs struct, Uregs [18]uint32 +pkg syscall (linux-arm), type RawSockaddr struct, Data [14]uint8 +pkg syscall (linux-arm), type RawSockaddr struct, Family uint16 +pkg syscall (linux-arm), type RawSockaddrAny struct, Pad [96]uint8 +pkg syscall (linux-arm), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (linux-arm), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (linux-arm), type RawSockaddrInet6 struct +pkg syscall (linux-arm), type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall (linux-arm), type RawSockaddrInet6 struct, Family uint16 +pkg syscall (linux-arm), type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall (linux-arm), type RawSockaddrInet6 struct, Port uint16 +pkg syscall (linux-arm), type RawSockaddrInet6 struct, Scope_id uint32 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Family uint16 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Ifindex int32 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-arm), type RawSockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-arm), type RawSockaddrNetlink struct +pkg syscall (linux-arm), type RawSockaddrNetlink struct, Family uint16 +pkg syscall (linux-arm), type RawSockaddrNetlink struct, Groups uint32 +pkg syscall (linux-arm), type RawSockaddrNetlink struct, Pad uint16 +pkg syscall (linux-arm), type RawSockaddrNetlink struct, Pid uint32 +pkg syscall (linux-arm), type RawSockaddrUnix struct +pkg syscall (linux-arm), type RawSockaddrUnix struct, Family uint16 +pkg syscall (linux-arm), type RawSockaddrUnix struct, Path [108]int8 +pkg syscall (linux-arm), type Rlimit struct +pkg syscall (linux-arm), type Rlimit struct, Cur uint64 +pkg syscall (linux-arm), type Rlimit struct, Max uint64 +pkg syscall (linux-arm), type RtAttr struct +pkg syscall (linux-arm), type RtAttr struct, Len uint16 +pkg syscall (linux-arm), type RtAttr struct, Type uint16 +pkg syscall (linux-arm), type RtGenmsg struct +pkg syscall (linux-arm), type RtGenmsg struct, Family uint8 +pkg syscall (linux-arm), type RtMsg struct +pkg syscall (linux-arm), type RtMsg struct, Dst_len uint8 +pkg syscall (linux-arm), type RtMsg struct, Family uint8 +pkg syscall (linux-arm), type RtMsg struct, Flags uint32 +pkg syscall (linux-arm), type RtMsg struct, Protocol uint8 +pkg syscall (linux-arm), type RtMsg struct, Scope uint8 +pkg syscall (linux-arm), type RtMsg struct, Src_len uint8 +pkg syscall (linux-arm), type RtMsg struct, Table uint8 +pkg syscall (linux-arm), type RtMsg struct, Tos uint8 +pkg syscall (linux-arm), type RtMsg struct, Type uint8 +pkg syscall (linux-arm), type RtNexthop struct +pkg syscall (linux-arm), type RtNexthop struct, Flags uint8 +pkg syscall (linux-arm), type RtNexthop struct, Hops uint8 +pkg syscall (linux-arm), type RtNexthop struct, Ifindex int32 +pkg syscall (linux-arm), type RtNexthop struct, Len uint16 +pkg syscall (linux-arm), type Rusage struct, Idrss int32 +pkg syscall (linux-arm), type Rusage struct, Inblock int32 +pkg syscall (linux-arm), type Rusage struct, Isrss int32 +pkg syscall (linux-arm), type Rusage struct, Ixrss int32 +pkg syscall (linux-arm), type Rusage struct, Majflt int32 +pkg syscall (linux-arm), type Rusage struct, Maxrss int32 +pkg syscall (linux-arm), type Rusage struct, Minflt int32 +pkg syscall (linux-arm), type Rusage struct, Msgrcv int32 +pkg syscall (linux-arm), type Rusage struct, Msgsnd int32 +pkg syscall (linux-arm), type Rusage struct, Nivcsw int32 +pkg syscall (linux-arm), type Rusage struct, Nsignals int32 +pkg syscall (linux-arm), type Rusage struct, Nswap int32 +pkg syscall (linux-arm), type Rusage struct, Nvcsw int32 +pkg syscall (linux-arm), type Rusage struct, Oublock int32 +pkg syscall (linux-arm), type Rusage struct, Stime Timeval +pkg syscall (linux-arm), type Rusage struct, Utime Timeval +pkg syscall (linux-arm), type SockFilter struct +pkg syscall (linux-arm), type SockFilter struct, Code uint16 +pkg syscall (linux-arm), type SockFilter struct, Jf uint8 +pkg syscall (linux-arm), type SockFilter struct, Jt uint8 +pkg syscall (linux-arm), type SockFilter struct, K uint32 +pkg syscall (linux-arm), type SockFprog struct +pkg syscall (linux-arm), type SockFprog struct, Filter *SockFilter +pkg syscall (linux-arm), type SockFprog struct, Len uint16 +pkg syscall (linux-arm), type SockFprog struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm), type SockaddrLinklayer struct +pkg syscall (linux-arm), type SockaddrLinklayer struct, Addr [8]uint8 +pkg syscall (linux-arm), type SockaddrLinklayer struct, Halen uint8 +pkg syscall (linux-arm), type SockaddrLinklayer struct, Hatype uint16 +pkg syscall (linux-arm), type SockaddrLinklayer struct, Ifindex int +pkg syscall (linux-arm), type SockaddrLinklayer struct, Pkttype uint8 +pkg syscall (linux-arm), type SockaddrLinklayer struct, Protocol uint16 +pkg syscall (linux-arm), type SockaddrNetlink struct +pkg syscall (linux-arm), type SockaddrNetlink struct, Family uint16 +pkg syscall (linux-arm), type SockaddrNetlink struct, Groups uint32 +pkg syscall (linux-arm), type SockaddrNetlink struct, Pad uint16 +pkg syscall (linux-arm), type SockaddrNetlink struct, Pid uint32 +pkg syscall (linux-arm), type SocketControlMessage struct +pkg syscall (linux-arm), type SocketControlMessage struct, Data []uint8 +pkg syscall (linux-arm), type SocketControlMessage struct, Header Cmsghdr +pkg syscall (linux-arm), type Stat_t struct +pkg syscall (linux-arm), type Stat_t struct, Atim Timespec +pkg syscall (linux-arm), type Stat_t struct, Blksize int32 +pkg syscall (linux-arm), type Stat_t struct, Blocks int64 +pkg syscall (linux-arm), type Stat_t struct, Ctim Timespec +pkg syscall (linux-arm), type Stat_t struct, Dev uint64 +pkg syscall (linux-arm), type Stat_t struct, Gid uint32 +pkg syscall (linux-arm), type Stat_t struct, Ino uint64 +pkg syscall (linux-arm), type Stat_t struct, Mode uint32 +pkg syscall (linux-arm), type Stat_t struct, Mtim Timespec +pkg syscall (linux-arm), type Stat_t struct, Nlink uint32 +pkg syscall (linux-arm), type Stat_t struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm), type Stat_t struct, Pad_cgo_1 [6]uint8 +pkg syscall (linux-arm), type Stat_t struct, Pad_cgo_2 [4]uint8 +pkg syscall (linux-arm), type Stat_t struct, Rdev uint64 +pkg syscall (linux-arm), type Stat_t struct, Size int64 +pkg syscall (linux-arm), type Stat_t struct, Uid uint32 +pkg syscall (linux-arm), type Stat_t struct, X__pad1 uint16 +pkg syscall (linux-arm), type Stat_t struct, X__pad2 uint16 +pkg syscall (linux-arm), type Stat_t struct, X__st_ino uint32 +pkg syscall (linux-arm), type Statfs_t struct +pkg syscall (linux-arm), type Statfs_t struct, Bavail uint64 +pkg syscall (linux-arm), type Statfs_t struct, Bfree uint64 +pkg syscall (linux-arm), type Statfs_t struct, Blocks uint64 +pkg syscall (linux-arm), type Statfs_t struct, Bsize int32 +pkg syscall (linux-arm), type Statfs_t struct, Ffree uint64 +pkg syscall (linux-arm), type Statfs_t struct, Files uint64 +pkg syscall (linux-arm), type Statfs_t struct, Flags int32 +pkg syscall (linux-arm), type Statfs_t struct, Frsize int32 +pkg syscall (linux-arm), type Statfs_t struct, Fsid Fsid +pkg syscall (linux-arm), type Statfs_t struct, Namelen int32 +pkg syscall (linux-arm), type Statfs_t struct, Pad_cgo_0 [4]uint8 +pkg syscall (linux-arm), type Statfs_t struct, Spare [4]int32 +pkg syscall (linux-arm), type Statfs_t struct, Type int32 +pkg syscall (linux-arm), type SysProcAttr struct, Chroot string +pkg syscall (linux-arm), type SysProcAttr struct, Credential *Credential +pkg syscall (linux-arm), type SysProcAttr struct, Noctty bool +pkg syscall (linux-arm), type SysProcAttr struct, Pdeathsig Signal +pkg syscall (linux-arm), type SysProcAttr struct, Ptrace bool +pkg syscall (linux-arm), type SysProcAttr struct, Setctty bool +pkg syscall (linux-arm), type SysProcAttr struct, Setpgid bool +pkg syscall (linux-arm), type SysProcAttr struct, Setsid bool +pkg syscall (linux-arm), type Sysinfo_t struct +pkg syscall (linux-arm), type Sysinfo_t struct, Bufferram uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Freehigh uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Freeram uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Freeswap uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Loads [3]uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Pad uint16 +pkg syscall (linux-arm), type Sysinfo_t struct, Procs uint16 +pkg syscall (linux-arm), type Sysinfo_t struct, Sharedram uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Totalhigh uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Totalram uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Totalswap uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Unit uint32 +pkg syscall (linux-arm), type Sysinfo_t struct, Uptime int32 +pkg syscall (linux-arm), type Sysinfo_t struct, X_f [8]uint8 +pkg syscall (linux-arm), type Termios struct +pkg syscall (linux-arm), type Termios struct, Cc [32]uint8 +pkg syscall (linux-arm), type Termios struct, Cflag uint32 +pkg syscall (linux-arm), type Termios struct, Iflag uint32 +pkg syscall (linux-arm), type Termios struct, Ispeed uint32 +pkg syscall (linux-arm), type Termios struct, Lflag uint32 +pkg syscall (linux-arm), type Termios struct, Line uint8 +pkg syscall (linux-arm), type Termios struct, Oflag uint32 +pkg syscall (linux-arm), type Termios struct, Ospeed uint32 +pkg syscall (linux-arm), type Termios struct, Pad_cgo_0 [3]uint8 +pkg syscall (linux-arm), type Time_t int32 +pkg syscall (linux-arm), type Timespec struct, Nsec int32 +pkg syscall (linux-arm), type Timespec struct, Sec int32 +pkg syscall (linux-arm), type Timeval struct, Sec int32 +pkg syscall (linux-arm), type Timeval struct, Usec int32 +pkg syscall (linux-arm), type Timex struct +pkg syscall (linux-arm), type Timex struct, Calcnt int32 +pkg syscall (linux-arm), type Timex struct, Constant int32 +pkg syscall (linux-arm), type Timex struct, Errcnt int32 +pkg syscall (linux-arm), type Timex struct, Esterror int32 +pkg syscall (linux-arm), type Timex struct, Freq int32 +pkg syscall (linux-arm), type Timex struct, Jitcnt int32 +pkg syscall (linux-arm), type Timex struct, Jitter int32 +pkg syscall (linux-arm), type Timex struct, Maxerror int32 +pkg syscall (linux-arm), type Timex struct, Modes uint32 +pkg syscall (linux-arm), type Timex struct, Offset int32 +pkg syscall (linux-arm), type Timex struct, Pad_cgo_0 [44]uint8 +pkg syscall (linux-arm), type Timex struct, Ppsfreq int32 +pkg syscall (linux-arm), type Timex struct, Precision int32 +pkg syscall (linux-arm), type Timex struct, Shift int32 +pkg syscall (linux-arm), type Timex struct, Stabil int32 +pkg syscall (linux-arm), type Timex struct, Status int32 +pkg syscall (linux-arm), type Timex struct, Stbcnt int32 +pkg syscall (linux-arm), type Timex struct, Tai int32 +pkg syscall (linux-arm), type Timex struct, Tick int32 +pkg syscall (linux-arm), type Timex struct, Time Timeval +pkg syscall (linux-arm), type Timex struct, Tolerance int32 +pkg syscall (linux-arm), type Tms struct +pkg syscall (linux-arm), type Tms struct, Cstime int32 +pkg syscall (linux-arm), type Tms struct, Cutime int32 +pkg syscall (linux-arm), type Tms struct, Stime int32 +pkg syscall (linux-arm), type Tms struct, Utime int32 +pkg syscall (linux-arm), type Ucred struct +pkg syscall (linux-arm), type Ucred struct, Gid uint32 +pkg syscall (linux-arm), type Ucred struct, Pid int32 +pkg syscall (linux-arm), type Ucred struct, Uid uint32 +pkg syscall (linux-arm), type Ustat_t struct +pkg syscall (linux-arm), type Ustat_t struct, Fname [6]uint8 +pkg syscall (linux-arm), type Ustat_t struct, Fpack [6]uint8 +pkg syscall (linux-arm), type Ustat_t struct, Tfree int32 +pkg syscall (linux-arm), type Ustat_t struct, Tinode uint32 +pkg syscall (linux-arm), type Utimbuf struct +pkg syscall (linux-arm), type Utimbuf struct, Actime int32 +pkg syscall (linux-arm), type Utimbuf struct, Modtime int32 +pkg syscall (linux-arm), type Utsname struct +pkg syscall (linux-arm), type Utsname struct, Domainname [65]uint8 +pkg syscall (linux-arm), type Utsname struct, Machine [65]uint8 +pkg syscall (linux-arm), type Utsname struct, Nodename [65]uint8 +pkg syscall (linux-arm), type Utsname struct, Release [65]uint8 +pkg syscall (linux-arm), type Utsname struct, Sysname [65]uint8 +pkg syscall (linux-arm), type Utsname struct, Version [65]uint8 +pkg syscall (linux-arm), type WaitStatus uint32 +pkg syscall (linux-arm), var Stderr int +pkg syscall (linux-arm), var Stdin int +pkg syscall (linux-arm), var Stdout int +pkg syscall (windows-386), const AF_NETBIOS ideal-int +pkg syscall (windows-386), const APPLICATION_ERROR ideal-int +pkg syscall (windows-386), const AUTHTYPE_CLIENT ideal-int +pkg syscall (windows-386), const AUTHTYPE_SERVER ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_NT_AUTH ideal-int +pkg syscall (windows-386), const CERT_CHAIN_POLICY_SSL ideal-int +pkg syscall (windows-386), const CERT_E_CN_NO_MATCH ideal-int +pkg syscall (windows-386), const CERT_E_EXPIRED ideal-int +pkg syscall (windows-386), const CERT_E_PURPOSE ideal-int +pkg syscall (windows-386), const CERT_E_ROLE ideal-int +pkg syscall (windows-386), const CERT_E_UNTRUSTEDROOT ideal-int +pkg syscall (windows-386), const CERT_STORE_ADD_ALWAYS ideal-int +pkg syscall (windows-386), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG ideal-int +pkg syscall (windows-386), const CERT_STORE_PROV_MEMORY ideal-int +pkg syscall (windows-386), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT ideal-int +pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-386), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS ideal-int +pkg syscall (windows-386), const CERT_TRUST_INVALID_EXTENSION ideal-int +pkg syscall (windows-386), const CERT_TRUST_INVALID_NAME_CONSTRAINTS ideal-int +pkg syscall (windows-386), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_CYCLIC ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_EXPLICIT_DISTRUST ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_NOT_SIGNATURE_VALID ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_NOT_TIME_VALID ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_OFFLINE_REVOCATION ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_REVOKED ideal-int +pkg syscall (windows-386), const CERT_TRUST_IS_UNTRUSTED_ROOT ideal-int +pkg syscall (windows-386), const CERT_TRUST_NO_ERROR ideal-int +pkg syscall (windows-386), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY ideal-int +pkg syscall (windows-386), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN ideal-int +pkg syscall (windows-386), const CREATE_ALWAYS ideal-int +pkg syscall (windows-386), const CREATE_NEW ideal-int +pkg syscall (windows-386), const CREATE_UNICODE_ENVIRONMENT ideal-int +pkg syscall (windows-386), const CRYPT_DEFAULT_CONTAINER_OPTIONAL ideal-int +pkg syscall (windows-386), const CRYPT_DELETEKEYSET ideal-int +pkg syscall (windows-386), const CRYPT_MACHINE_KEYSET ideal-int +pkg syscall (windows-386), const CRYPT_NEWKEYSET ideal-int +pkg syscall (windows-386), const CRYPT_SILENT ideal-int +pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT ideal-int +pkg syscall (windows-386), const DNS_TYPE_A ideal-int +pkg syscall (windows-386), const DNS_TYPE_A6 ideal-int +pkg syscall (windows-386), const DNS_TYPE_AAAA ideal-int +pkg syscall (windows-386), const DNS_TYPE_ADDRS ideal-int +pkg syscall (windows-386), const DNS_TYPE_AFSDB ideal-int +pkg syscall (windows-386), const DNS_TYPE_ALL ideal-int +pkg syscall (windows-386), const DNS_TYPE_ANY ideal-int +pkg syscall (windows-386), const DNS_TYPE_ATMA ideal-int +pkg syscall (windows-386), const DNS_TYPE_AXFR ideal-int +pkg syscall (windows-386), const DNS_TYPE_CERT ideal-int +pkg syscall (windows-386), const DNS_TYPE_CNAME ideal-int +pkg syscall (windows-386), const DNS_TYPE_DHCID ideal-int +pkg syscall (windows-386), const DNS_TYPE_DNAME ideal-int +pkg syscall (windows-386), const DNS_TYPE_DNSKEY ideal-int +pkg syscall (windows-386), const DNS_TYPE_DS ideal-int +pkg syscall (windows-386), const DNS_TYPE_EID ideal-int +pkg syscall (windows-386), const DNS_TYPE_GID ideal-int +pkg syscall (windows-386), const DNS_TYPE_GPOS ideal-int +pkg syscall (windows-386), const DNS_TYPE_HINFO ideal-int +pkg syscall (windows-386), const DNS_TYPE_ISDN ideal-int +pkg syscall (windows-386), const DNS_TYPE_IXFR ideal-int +pkg syscall (windows-386), const DNS_TYPE_KEY ideal-int +pkg syscall (windows-386), const DNS_TYPE_KX ideal-int +pkg syscall (windows-386), const DNS_TYPE_LOC ideal-int +pkg syscall (windows-386), const DNS_TYPE_MAILA ideal-int +pkg syscall (windows-386), const DNS_TYPE_MAILB ideal-int +pkg syscall (windows-386), const DNS_TYPE_MB ideal-int +pkg syscall (windows-386), const DNS_TYPE_MD ideal-int +pkg syscall (windows-386), const DNS_TYPE_MF ideal-int +pkg syscall (windows-386), const DNS_TYPE_MG ideal-int +pkg syscall (windows-386), const DNS_TYPE_MINFO ideal-int +pkg syscall (windows-386), const DNS_TYPE_MR ideal-int +pkg syscall (windows-386), const DNS_TYPE_MX ideal-int +pkg syscall (windows-386), const DNS_TYPE_NAPTR ideal-int +pkg syscall (windows-386), const DNS_TYPE_NBSTAT ideal-int +pkg syscall (windows-386), const DNS_TYPE_NIMLOC ideal-int +pkg syscall (windows-386), const DNS_TYPE_NS ideal-int +pkg syscall (windows-386), const DNS_TYPE_NSAP ideal-int +pkg syscall (windows-386), const DNS_TYPE_NSAPPTR ideal-int +pkg syscall (windows-386), const DNS_TYPE_NSEC ideal-int +pkg syscall (windows-386), const DNS_TYPE_NULL ideal-int +pkg syscall (windows-386), const DNS_TYPE_NXT ideal-int +pkg syscall (windows-386), const DNS_TYPE_OPT ideal-int +pkg syscall (windows-386), const DNS_TYPE_PTR ideal-int +pkg syscall (windows-386), const DNS_TYPE_PX ideal-int +pkg syscall (windows-386), const DNS_TYPE_RP ideal-int +pkg syscall (windows-386), const DNS_TYPE_RRSIG ideal-int +pkg syscall (windows-386), const DNS_TYPE_RT ideal-int +pkg syscall (windows-386), const DNS_TYPE_SIG ideal-int +pkg syscall (windows-386), const DNS_TYPE_SINK ideal-int +pkg syscall (windows-386), const DNS_TYPE_SOA ideal-int +pkg syscall (windows-386), const DNS_TYPE_SRV ideal-int +pkg syscall (windows-386), const DNS_TYPE_TEXT ideal-int +pkg syscall (windows-386), const DNS_TYPE_TKEY ideal-int +pkg syscall (windows-386), const DNS_TYPE_TSIG ideal-int +pkg syscall (windows-386), const DNS_TYPE_UID ideal-int +pkg syscall (windows-386), const DNS_TYPE_UINFO ideal-int +pkg syscall (windows-386), const DNS_TYPE_UNSPEC ideal-int +pkg syscall (windows-386), const DNS_TYPE_WINS ideal-int +pkg syscall (windows-386), const DNS_TYPE_WINSR ideal-int +pkg syscall (windows-386), const DNS_TYPE_WKS ideal-int +pkg syscall (windows-386), const DNS_TYPE_X25 ideal-int +pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE ideal-int +pkg syscall (windows-386), const DUPLICATE_SAME_ACCESS ideal-int +pkg syscall (windows-386), const EADV Errno +pkg syscall (windows-386), const EBADE Errno +pkg syscall (windows-386), const EBADFD Errno +pkg syscall (windows-386), const EBADMSG Errno +pkg syscall (windows-386), const EBADR Errno +pkg syscall (windows-386), const EBADRQC Errno +pkg syscall (windows-386), const EBADSLT Errno +pkg syscall (windows-386), const EBFONT Errno +pkg syscall (windows-386), const ECHRNG Errno +pkg syscall (windows-386), const ECOMM Errno +pkg syscall (windows-386), const EDEADLOCK Errno +pkg syscall (windows-386), const EDOTDOT Errno +pkg syscall (windows-386), const EISNAM Errno +pkg syscall (windows-386), const EKEYEXPIRED Errno +pkg syscall (windows-386), const EKEYREJECTED Errno +pkg syscall (windows-386), const EKEYREVOKED Errno +pkg syscall (windows-386), const EL2HLT Errno +pkg syscall (windows-386), const EL2NSYNC Errno +pkg syscall (windows-386), const EL3HLT Errno +pkg syscall (windows-386), const EL3RST Errno +pkg syscall (windows-386), const ELIBACC Errno +pkg syscall (windows-386), const ELIBBAD Errno +pkg syscall (windows-386), const ELIBEXEC Errno +pkg syscall (windows-386), const ELIBMAX Errno +pkg syscall (windows-386), const ELIBSCN Errno +pkg syscall (windows-386), const ELNRNG Errno +pkg syscall (windows-386), const EMEDIUMTYPE Errno +pkg syscall (windows-386), const EMULTIHOP Errno +pkg syscall (windows-386), const ENAVAIL Errno +pkg syscall (windows-386), const ENOANO Errno +pkg syscall (windows-386), const ENOCSI Errno +pkg syscall (windows-386), const ENODATA Errno +pkg syscall (windows-386), const ENOKEY Errno +pkg syscall (windows-386), const ENOLINK Errno +pkg syscall (windows-386), const ENOMEDIUM Errno +pkg syscall (windows-386), const ENONET Errno +pkg syscall (windows-386), const ENOPKG Errno +pkg syscall (windows-386), const ENOSR Errno +pkg syscall (windows-386), const ENOSTR Errno +pkg syscall (windows-386), const ENOTNAM Errno +pkg syscall (windows-386), const ENOTRECOVERABLE Errno +pkg syscall (windows-386), const ENOTUNIQ Errno +pkg syscall (windows-386), const EOWNERDEAD Errno +pkg syscall (windows-386), const EPROTO Errno +pkg syscall (windows-386), const EREMCHG Errno +pkg syscall (windows-386), const EREMOTEIO Errno +pkg syscall (windows-386), const ERESTART Errno +pkg syscall (windows-386), const ERROR_ACCESS_DENIED Errno +pkg syscall (windows-386), const ERROR_ALREADY_EXISTS Errno +pkg syscall (windows-386), const ERROR_BROKEN_PIPE Errno +pkg syscall (windows-386), const ERROR_BUFFER_OVERFLOW Errno +pkg syscall (windows-386), const ERROR_ENVVAR_NOT_FOUND Errno +pkg syscall (windows-386), const ERROR_FILE_EXISTS Errno +pkg syscall (windows-386), const ERROR_FILE_NOT_FOUND Errno +pkg syscall (windows-386), const ERROR_INSUFFICIENT_BUFFER Errno +pkg syscall (windows-386), const ERROR_IO_PENDING Errno +pkg syscall (windows-386), const ERROR_MOD_NOT_FOUND Errno +pkg syscall (windows-386), const ERROR_NO_MORE_FILES Errno +pkg syscall (windows-386), const ERROR_OPERATION_ABORTED Errno +pkg syscall (windows-386), const ERROR_PATH_NOT_FOUND Errno +pkg syscall (windows-386), const ERROR_PROC_NOT_FOUND Errno +pkg syscall (windows-386), const ESRMNT Errno +pkg syscall (windows-386), const ESTRPIPE Errno +pkg syscall (windows-386), const ETIME Errno +pkg syscall (windows-386), const EUCLEAN Errno +pkg syscall (windows-386), const EUNATCH Errno +pkg syscall (windows-386), const EWINDOWS Errno +pkg syscall (windows-386), const EXFULL Errno +pkg syscall (windows-386), const FILE_ACTION_ADDED ideal-int +pkg syscall (windows-386), const FILE_ACTION_MODIFIED ideal-int +pkg syscall (windows-386), const FILE_ACTION_REMOVED ideal-int +pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME ideal-int +pkg syscall (windows-386), const FILE_ACTION_RENAMED_OLD_NAME ideal-int +pkg syscall (windows-386), const FILE_APPEND_DATA ideal-int +pkg syscall (windows-386), const FILE_ATTRIBUTE_ARCHIVE ideal-int +pkg syscall (windows-386), const FILE_ATTRIBUTE_DIRECTORY ideal-int +pkg syscall (windows-386), const FILE_ATTRIBUTE_HIDDEN ideal-int +pkg syscall (windows-386), const FILE_ATTRIBUTE_NORMAL ideal-int +pkg syscall (windows-386), const FILE_ATTRIBUTE_READONLY ideal-int +pkg syscall (windows-386), const FILE_ATTRIBUTE_SYSTEM ideal-int +pkg syscall (windows-386), const FILE_BEGIN ideal-int +pkg syscall (windows-386), const FILE_CURRENT ideal-int +pkg syscall (windows-386), const FILE_END ideal-int +pkg syscall (windows-386), const FILE_FLAG_BACKUP_SEMANTICS ideal-int +pkg syscall (windows-386), const FILE_FLAG_OVERLAPPED ideal-int +pkg syscall (windows-386), const FILE_LIST_DIRECTORY ideal-int +pkg syscall (windows-386), const FILE_MAP_COPY ideal-int +pkg syscall (windows-386), const FILE_MAP_EXECUTE ideal-int +pkg syscall (windows-386), const FILE_MAP_READ ideal-int +pkg syscall (windows-386), const FILE_MAP_WRITE ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE ideal-int +pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE ideal-int +pkg syscall (windows-386), const FILE_SHARE_DELETE ideal-int +pkg syscall (windows-386), const FILE_SHARE_READ ideal-int +pkg syscall (windows-386), const FILE_SHARE_WRITE ideal-int +pkg syscall (windows-386), const FILE_TYPE_CHAR ideal-int +pkg syscall (windows-386), const FILE_TYPE_DISK ideal-int +pkg syscall (windows-386), const FILE_TYPE_PIPE ideal-int +pkg syscall (windows-386), const FILE_TYPE_REMOTE ideal-int +pkg syscall (windows-386), const FILE_TYPE_UNKNOWN ideal-int +pkg syscall (windows-386), const FILE_WRITE_ATTRIBUTES ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_ALLOCATE_BUFFER ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_ARGUMENT_ARRAY ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_HMODULE ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_STRING ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_SYSTEM ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_IGNORE_INSERTS ideal-int +pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK ideal-int +pkg syscall (windows-386), const GENERIC_ALL ideal-int +pkg syscall (windows-386), const GENERIC_EXECUTE ideal-int +pkg syscall (windows-386), const GENERIC_READ ideal-int +pkg syscall (windows-386), const GENERIC_WRITE ideal-int +pkg syscall (windows-386), const GetFileExInfoStandard ideal-int +pkg syscall (windows-386), const GetFileExMaxInfoLevel ideal-int +pkg syscall (windows-386), const HANDLE_FLAG_INHERIT ideal-int +pkg syscall (windows-386), const HKEY_CLASSES_ROOT ideal-int +pkg syscall (windows-386), const HKEY_CURRENT_CONFIG ideal-int +pkg syscall (windows-386), const HKEY_CURRENT_USER ideal-int +pkg syscall (windows-386), const HKEY_DYN_DATA ideal-int +pkg syscall (windows-386), const HKEY_LOCAL_MACHINE ideal-int +pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA ideal-int +pkg syscall (windows-386), const HKEY_USERS ideal-int +pkg syscall (windows-386), const IFF_POINTTOPOINT ideal-int +pkg syscall (windows-386), const IGNORE ideal-int +pkg syscall (windows-386), const INFINITE ideal-int +pkg syscall (windows-386), const INVALID_FILE_ATTRIBUTES ideal-int +pkg syscall (windows-386), const InvalidHandle Handle +pkg syscall (windows-386), const KEY_ALL_ACCESS ideal-int +pkg syscall (windows-386), const KEY_CREATE_LINK ideal-int +pkg syscall (windows-386), const KEY_CREATE_SUB_KEY ideal-int +pkg syscall (windows-386), const KEY_ENUMERATE_SUB_KEYS ideal-int +pkg syscall (windows-386), const KEY_EXECUTE ideal-int +pkg syscall (windows-386), const KEY_NOTIFY ideal-int +pkg syscall (windows-386), const KEY_QUERY_VALUE ideal-int +pkg syscall (windows-386), const KEY_READ ideal-int +pkg syscall (windows-386), const KEY_SET_VALUE ideal-int +pkg syscall (windows-386), const KEY_WOW64_32KEY ideal-int +pkg syscall (windows-386), const KEY_WOW64_64KEY ideal-int +pkg syscall (windows-386), const KEY_WRITE ideal-int +pkg syscall (windows-386), const LANG_ENGLISH ideal-int +pkg syscall (windows-386), const MAXLEN_IFDESCR ideal-int +pkg syscall (windows-386), const MAXLEN_PHYSADDR ideal-int +pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH ideal-int +pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH ideal-int +pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH ideal-int +pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH ideal-int +pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN ideal-int +pkg syscall (windows-386), const MAX_LONG_PATH ideal-int +pkg syscall (windows-386), const MAX_PATH ideal-int +pkg syscall (windows-386), const MaxTokenInfoClass ideal-int +pkg syscall (windows-386), const NameCanonical ideal-int +pkg syscall (windows-386), const NameCanonicalEx ideal-int +pkg syscall (windows-386), const NameDisplay ideal-int +pkg syscall (windows-386), const NameDnsDomain ideal-int +pkg syscall (windows-386), const NameFullyQualifiedDN ideal-int +pkg syscall (windows-386), const NameSamCompatible ideal-int +pkg syscall (windows-386), const NameServicePrincipal ideal-int +pkg syscall (windows-386), const NameUniqueId ideal-int +pkg syscall (windows-386), const NameUnknown ideal-int +pkg syscall (windows-386), const NameUserPrincipal ideal-int +pkg syscall (windows-386), const OPEN_ALWAYS ideal-int +pkg syscall (windows-386), const OPEN_EXISTING ideal-int +pkg syscall (windows-386), const PAGE_EXECUTE_READ ideal-int +pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE ideal-int +pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY ideal-int +pkg syscall (windows-386), const PAGE_READONLY ideal-int +pkg syscall (windows-386), const PAGE_READWRITE ideal-int +pkg syscall (windows-386), const PAGE_WRITECOPY ideal-int +pkg syscall (windows-386), const PKCS_7_ASN_ENCODING ideal-int +pkg syscall (windows-386), const PROCESS_QUERY_INFORMATION ideal-int +pkg syscall (windows-386), const PROV_DH_SCHANNEL ideal-int +pkg syscall (windows-386), const PROV_DSS ideal-int +pkg syscall (windows-386), const PROV_DSS_DH ideal-int +pkg syscall (windows-386), const PROV_EC_ECDSA_FULL ideal-int +pkg syscall (windows-386), const PROV_EC_ECDSA_SIG ideal-int +pkg syscall (windows-386), const PROV_EC_ECNRA_FULL ideal-int +pkg syscall (windows-386), const PROV_EC_ECNRA_SIG ideal-int +pkg syscall (windows-386), const PROV_FORTEZZA ideal-int +pkg syscall (windows-386), const PROV_INTEL_SEC ideal-int +pkg syscall (windows-386), const PROV_MS_EXCHANGE ideal-int +pkg syscall (windows-386), const PROV_REPLACE_OWF ideal-int +pkg syscall (windows-386), const PROV_RNG ideal-int +pkg syscall (windows-386), const PROV_RSA_AES ideal-int +pkg syscall (windows-386), const PROV_RSA_FULL ideal-int +pkg syscall (windows-386), const PROV_RSA_SCHANNEL ideal-int +pkg syscall (windows-386), const PROV_RSA_SIG ideal-int +pkg syscall (windows-386), const PROV_SPYRUS_LYNKS ideal-int +pkg syscall (windows-386), const PROV_SSL ideal-int +pkg syscall (windows-386), const REG_BINARY ideal-int +pkg syscall (windows-386), const REG_DWORD ideal-int +pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN ideal-int +pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN ideal-int +pkg syscall (windows-386), const REG_EXPAND_SZ ideal-int +pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR ideal-int +pkg syscall (windows-386), const REG_LINK ideal-int +pkg syscall (windows-386), const REG_MULTI_SZ ideal-int +pkg syscall (windows-386), const REG_NONE ideal-int +pkg syscall (windows-386), const REG_QWORD ideal-int +pkg syscall (windows-386), const REG_QWORD_LITTLE_ENDIAN ideal-int +pkg syscall (windows-386), const REG_RESOURCE_LIST ideal-int +pkg syscall (windows-386), const REG_RESOURCE_REQUIREMENTS_LIST ideal-int +pkg syscall (windows-386), const REG_SZ ideal-int +pkg syscall (windows-386), const SIO_GET_INTERFACE_LIST ideal-int +pkg syscall (windows-386), const SO_UPDATE_ACCEPT_CONTEXT ideal-int +pkg syscall (windows-386), const STANDARD_RIGHTS_ALL ideal-int +pkg syscall (windows-386), const STANDARD_RIGHTS_EXECUTE ideal-int +pkg syscall (windows-386), const STANDARD_RIGHTS_READ ideal-int +pkg syscall (windows-386), const STANDARD_RIGHTS_REQUIRED ideal-int +pkg syscall (windows-386), const STANDARD_RIGHTS_WRITE ideal-int +pkg syscall (windows-386), const STARTF_USESHOWWINDOW ideal-int +pkg syscall (windows-386), const STARTF_USESTDHANDLES ideal-int +pkg syscall (windows-386), const STD_ERROR_HANDLE ideal-int +pkg syscall (windows-386), const STD_INPUT_HANDLE ideal-int +pkg syscall (windows-386), const STD_OUTPUT_HANDLE ideal-int +pkg syscall (windows-386), const SUBLANG_ENGLISH_US ideal-int +pkg syscall (windows-386), const SW_FORCEMINIMIZE ideal-int +pkg syscall (windows-386), const SW_HIDE ideal-int +pkg syscall (windows-386), const SW_MAXIMIZE ideal-int +pkg syscall (windows-386), const SW_MINIMIZE ideal-int +pkg syscall (windows-386), const SW_NORMAL ideal-int +pkg syscall (windows-386), const SW_RESTORE ideal-int +pkg syscall (windows-386), const SW_SHOW ideal-int +pkg syscall (windows-386), const SW_SHOWDEFAULT ideal-int +pkg syscall (windows-386), const SW_SHOWMAXIMIZED ideal-int +pkg syscall (windows-386), const SW_SHOWMINIMIZED ideal-int +pkg syscall (windows-386), const SW_SHOWMINNOACTIVE ideal-int +pkg syscall (windows-386), const SW_SHOWNA ideal-int +pkg syscall (windows-386), const SW_SHOWNOACTIVATE ideal-int +pkg syscall (windows-386), const SW_SHOWNORMAL ideal-int +pkg syscall (windows-386), const SYNCHRONIZE ideal-int +pkg syscall (windows-386), const S_IWRITE ideal-int +pkg syscall (windows-386), const SidTypeAlias ideal-int +pkg syscall (windows-386), const SidTypeComputer ideal-int +pkg syscall (windows-386), const SidTypeDeletedAccount ideal-int +pkg syscall (windows-386), const SidTypeDomain ideal-int +pkg syscall (windows-386), const SidTypeGroup ideal-int +pkg syscall (windows-386), const SidTypeInvalid ideal-int +pkg syscall (windows-386), const SidTypeLabel ideal-int +pkg syscall (windows-386), const SidTypeUnknown ideal-int +pkg syscall (windows-386), const SidTypeUser ideal-int +pkg syscall (windows-386), const SidTypeWellKnownGroup ideal-int +pkg syscall (windows-386), const TF_DISCONNECT ideal-int +pkg syscall (windows-386), const TF_REUSE_SOCKET ideal-int +pkg syscall (windows-386), const TF_USE_DEFAULT_WORKER ideal-int +pkg syscall (windows-386), const TF_USE_KERNEL_APC ideal-int +pkg syscall (windows-386), const TF_USE_SYSTEM_THREAD ideal-int +pkg syscall (windows-386), const TF_WRITE_BEHIND ideal-int +pkg syscall (windows-386), const TIME_ZONE_ID_DAYLIGHT ideal-int +pkg syscall (windows-386), const TIME_ZONE_ID_STANDARD ideal-int +pkg syscall (windows-386), const TIME_ZONE_ID_UNKNOWN ideal-int +pkg syscall (windows-386), const TOKEN_ADJUST_DEFAULT ideal-int +pkg syscall (windows-386), const TOKEN_ADJUST_GROUPS ideal-int +pkg syscall (windows-386), const TOKEN_ADJUST_PRIVILEGES ideal-int +pkg syscall (windows-386), const TOKEN_ALL_ACCESS ideal-int +pkg syscall (windows-386), const TOKEN_ASSIGN_PRIMARY ideal-int +pkg syscall (windows-386), const TOKEN_DUPLICATE ideal-int +pkg syscall (windows-386), const TOKEN_EXECUTE ideal-int +pkg syscall (windows-386), const TOKEN_IMPERSONATE ideal-int +pkg syscall (windows-386), const TOKEN_QUERY ideal-int +pkg syscall (windows-386), const TOKEN_QUERY_SOURCE ideal-int +pkg syscall (windows-386), const TOKEN_READ ideal-int +pkg syscall (windows-386), const TOKEN_WRITE ideal-int +pkg syscall (windows-386), const TRUNCATE_EXISTING ideal-int +pkg syscall (windows-386), const TokenAccessInformation ideal-int +pkg syscall (windows-386), const TokenAuditPolicy ideal-int +pkg syscall (windows-386), const TokenDefaultDacl ideal-int +pkg syscall (windows-386), const TokenElevation ideal-int +pkg syscall (windows-386), const TokenElevationType ideal-int +pkg syscall (windows-386), const TokenGroups ideal-int +pkg syscall (windows-386), const TokenGroupsAndPrivileges ideal-int +pkg syscall (windows-386), const TokenHasRestrictions ideal-int +pkg syscall (windows-386), const TokenImpersonationLevel ideal-int +pkg syscall (windows-386), const TokenIntegrityLevel ideal-int +pkg syscall (windows-386), const TokenLinkedToken ideal-int +pkg syscall (windows-386), const TokenLogonSid ideal-int +pkg syscall (windows-386), const TokenMandatoryPolicy ideal-int +pkg syscall (windows-386), const TokenOrigin ideal-int +pkg syscall (windows-386), const TokenOwner ideal-int +pkg syscall (windows-386), const TokenPrimaryGroup ideal-int +pkg syscall (windows-386), const TokenPrivileges ideal-int +pkg syscall (windows-386), const TokenRestrictedSids ideal-int +pkg syscall (windows-386), const TokenSandBoxInert ideal-int +pkg syscall (windows-386), const TokenSessionId ideal-int +pkg syscall (windows-386), const TokenSessionReference ideal-int +pkg syscall (windows-386), const TokenSource ideal-int +pkg syscall (windows-386), const TokenStatistics ideal-int +pkg syscall (windows-386), const TokenType ideal-int +pkg syscall (windows-386), const TokenUIAccess ideal-int +pkg syscall (windows-386), const TokenUser ideal-int +pkg syscall (windows-386), const TokenVirtualizationAllowed ideal-int +pkg syscall (windows-386), const TokenVirtualizationEnabled ideal-int +pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND ideal-int +pkg syscall (windows-386), const USAGE_MATCH_TYPE_OR ideal-int +pkg syscall (windows-386), const WAIT_ABANDONED ideal-int +pkg syscall (windows-386), const WAIT_FAILED ideal-int +pkg syscall (windows-386), const WAIT_OBJECT_0 ideal-int +pkg syscall (windows-386), const WAIT_TIMEOUT ideal-int +pkg syscall (windows-386), const WSADESCRIPTION_LEN ideal-int +pkg syscall (windows-386), const WSASYS_STATUS_LEN ideal-int +pkg syscall (windows-386), const X509_ASN_ENCODING ideal-int +pkg syscall (windows-386), func Accept(Handle) (Handle, Sockaddr, error) +pkg syscall (windows-386), func AcceptEx(Handle, Handle, *uint8, uint32, uint32, uint32, *uint32, *Overlapped) error +pkg syscall (windows-386), func Bind(Handle, Sockaddr) error +pkg syscall (windows-386), func CancelIo(Handle) error +pkg syscall (windows-386), func CertAddCertificateContextToStore(Handle, *CertContext, uint32, **CertContext) error +pkg syscall (windows-386), func CertCloseStore(Handle, uint32) error +pkg syscall (windows-386), func CertCreateCertificateContext(uint32, *uint8, uint32) (*CertContext, error) +pkg syscall (windows-386), func CertEnumCertificatesInStore(Handle, *CertContext) (*CertContext, error) +pkg syscall (windows-386), func CertFreeCertificateChain(*CertChainContext) +pkg syscall (windows-386), func CertFreeCertificateContext(*CertContext) error +pkg syscall (windows-386), func CertGetCertificateChain(Handle, *CertContext, *Filetime, Handle, *CertChainPara, uint32, uintptr, **CertChainContext) error +pkg syscall (windows-386), func CertOpenStore(uintptr, uint32, uintptr, uint32, uintptr) (Handle, error) +pkg syscall (windows-386), func CertOpenSystemStore(Handle, *uint16) (Handle, error) +pkg syscall (windows-386), func CertVerifyCertificateChainPolicy(uintptr, *CertChainContext, *CertChainPolicyPara, *CertChainPolicyStatus) error +pkg syscall (windows-386), func Close(Handle) error +pkg syscall (windows-386), func CloseHandle(Handle) error +pkg syscall (windows-386), func CloseOnExec(Handle) +pkg syscall (windows-386), func Closesocket(Handle) error +pkg syscall (windows-386), func CommandLineToArgv(*uint16, *int32) (*[8192]*[8192]uint16, error) +pkg syscall (windows-386), func ComputerName() (string, error) +pkg syscall (windows-386), func Connect(Handle, Sockaddr) error +pkg syscall (windows-386), func ConvertSidToStringSid(*SID, **uint16) error +pkg syscall (windows-386), func ConvertStringSidToSid(*uint16, **SID) error +pkg syscall (windows-386), func CopySid(uint32, *SID, *SID) error +pkg syscall (windows-386), func CreateDirectory(*uint16, *SecurityAttributes) error +pkg syscall (windows-386), func CreateFile(*uint16, uint32, uint32, *SecurityAttributes, uint32, uint32, int32) (Handle, error) +pkg syscall (windows-386), func CreateFileMapping(Handle, *SecurityAttributes, uint32, uint32, uint32, *uint16) (Handle, error) +pkg syscall (windows-386), func CreateIoCompletionPort(Handle, Handle, uint32, uint32) (Handle, error) +pkg syscall (windows-386), func CreatePipe(*Handle, *Handle, *SecurityAttributes, uint32) error +pkg syscall (windows-386), func CreateProcess(*uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error +pkg syscall (windows-386), func CryptAcquireContext(*Handle, *uint16, *uint16, uint32, uint32) error +pkg syscall (windows-386), func CryptGenRandom(Handle, uint32, *uint8) error +pkg syscall (windows-386), func CryptReleaseContext(Handle, uint32) error +pkg syscall (windows-386), func DeleteFile(*uint16) error +pkg syscall (windows-386), func DnsQuery(string, uint16, uint32, *uint8, **DNSRecord, *uint8) error +pkg syscall (windows-386), func DnsRecordListFree(*DNSRecord, uint32) +pkg syscall (windows-386), func DuplicateHandle(Handle, Handle, Handle, *Handle, uint32, bool, uint32) error +pkg syscall (windows-386), func EscapeArg(string) string +pkg syscall (windows-386), func ExitProcess(uint32) +pkg syscall (windows-386), func Fchdir(Handle) error +pkg syscall (windows-386), func Fchmod(Handle, uint32) error +pkg syscall (windows-386), func Fchown(Handle, int, int) error +pkg syscall (windows-386), func FindClose(Handle) error +pkg syscall (windows-386), func FindFirstFile(*uint16, *Win32finddata) (Handle, error) +pkg syscall (windows-386), func FindNextFile(Handle, *Win32finddata) error +pkg syscall (windows-386), func FlushFileBuffers(Handle) error +pkg syscall (windows-386), func FlushViewOfFile(uintptr, uintptr) error +pkg syscall (windows-386), func FormatMessage(uint32, uint32, uint32, uint32, []uint16, *uint8) (uint32, error) +pkg syscall (windows-386), func FreeEnvironmentStrings(*uint16) error +pkg syscall (windows-386), func FreeLibrary(Handle) error +pkg syscall (windows-386), func Fsync(Handle) error +pkg syscall (windows-386), func Ftruncate(Handle, int64) error +pkg syscall (windows-386), func GetAcceptExSockaddrs(*uint8, uint32, uint32, uint32, **RawSockaddrAny, *int32, **RawSockaddrAny, *int32) +pkg syscall (windows-386), func GetAdaptersInfo(*IpAdapterInfo, *uint32) error +pkg syscall (windows-386), func GetCommandLine() *uint16 +pkg syscall (windows-386), func GetComputerName(*uint16, *uint32) error +pkg syscall (windows-386), func GetCurrentDirectory(uint32, *uint16) (uint32, error) +pkg syscall (windows-386), func GetCurrentProcess() (Handle, error) +pkg syscall (windows-386), func GetEnvironmentStrings() (*uint16, error) +pkg syscall (windows-386), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error) +pkg syscall (windows-386), func GetExitCodeProcess(Handle, *uint32) error +pkg syscall (windows-386), func GetFileAttributes(*uint16) (uint32, error) +pkg syscall (windows-386), func GetFileAttributesEx(*uint16, uint32, *uint8) error +pkg syscall (windows-386), func GetFileInformationByHandle(Handle, *ByHandleFileInformation) error +pkg syscall (windows-386), func GetFileType(Handle) (uint32, error) +pkg syscall (windows-386), func GetFullPathName(*uint16, uint32, *uint16, **uint16) (uint32, error) +pkg syscall (windows-386), func GetHostByName(string) (*Hostent, error) +pkg syscall (windows-386), func GetIfEntry(*MibIfRow) error +pkg syscall (windows-386), func GetLastError() error +pkg syscall (windows-386), func GetLengthSid(*SID) uint32 +pkg syscall (windows-386), func GetLongPathName(*uint16, *uint16, uint32) (uint32, error) +pkg syscall (windows-386), func GetProcAddress(Handle, string) (uintptr, error) +pkg syscall (windows-386), func GetProcessTimes(Handle, *Filetime, *Filetime, *Filetime, *Filetime) error +pkg syscall (windows-386), func GetProtoByName(string) (*Protoent, error) +pkg syscall (windows-386), func GetQueuedCompletionStatus(Handle, *uint32, *uint32, **Overlapped, uint32) error +pkg syscall (windows-386), func GetServByName(string, string) (*Servent, error) +pkg syscall (windows-386), func GetShortPathName(*uint16, *uint16, uint32) (uint32, error) +pkg syscall (windows-386), func GetStartupInfo(*StartupInfo) error +pkg syscall (windows-386), func GetStdHandle(int) (Handle, error) +pkg syscall (windows-386), func GetSystemTimeAsFileTime(*Filetime) +pkg syscall (windows-386), func GetTempPath(uint32, *uint16) (uint32, error) +pkg syscall (windows-386), func GetTimeZoneInformation(*Timezoneinformation) (uint32, error) +pkg syscall (windows-386), func GetTokenInformation(Token, uint32, *uint8, uint32, *uint32) error +pkg syscall (windows-386), func GetUserNameEx(uint32, *uint16, *uint32) error +pkg syscall (windows-386), func GetUserProfileDirectory(Token, *uint16, *uint32) error +pkg syscall (windows-386), func GetVersion() (uint32, error) +pkg syscall (windows-386), func Getpeername(Handle) (Sockaddr, error) +pkg syscall (windows-386), func Getsockname(Handle) (Sockaddr, error) +pkg syscall (windows-386), func GetsockoptInt(Handle, int, int) (int, error) +pkg syscall (windows-386), func Listen(Handle, int) error +pkg syscall (windows-386), func LoadDLL(string) (*DLL, error) +pkg syscall (windows-386), func LoadLibrary(string) (Handle, error) +pkg syscall (windows-386), func LocalFree(Handle) (Handle, error) +pkg syscall (windows-386), func LookupAccountName(*uint16, *uint16, *SID, *uint32, *uint16, *uint32, *uint32) error +pkg syscall (windows-386), func LookupAccountSid(*uint16, *SID, *uint16, *uint32, *uint16, *uint32, *uint32) error +pkg syscall (windows-386), func LookupSID(string, string) (*SID, string, uint32, error) +pkg syscall (windows-386), func MapViewOfFile(Handle, uint32, uint32, uint32, uintptr) (uintptr, error) +pkg syscall (windows-386), func MoveFile(*uint16, *uint16) error +pkg syscall (windows-386), func MustLoadDLL(string) *DLL +pkg syscall (windows-386), func NetApiBufferFree(*uint8) error +pkg syscall (windows-386), func NetUserGetInfo(*uint16, *uint16, uint32, **uint8) error +pkg syscall (windows-386), func NewCallback(interface{}) uintptr +pkg syscall (windows-386), func NewLazyDLL(string) *LazyDLL +pkg syscall (windows-386), func NsecToFiletime(int64) Filetime +pkg syscall (windows-386), func Ntohs(uint16) uint16 +pkg syscall (windows-386), func Open(string, int, uint32) (Handle, error) +pkg syscall (windows-386), func OpenCurrentProcessToken() (Token, error) +pkg syscall (windows-386), func OpenProcess(uint32, bool, uint32) (Handle, error) +pkg syscall (windows-386), func OpenProcessToken(Handle, uint32, *Token) error +pkg syscall (windows-386), func Pipe([]Handle) error +pkg syscall (windows-386), func PostQueuedCompletionStatus(Handle, uint32, uint32, *Overlapped) error +pkg syscall (windows-386), func Read(Handle, []uint8) (int, error) +pkg syscall (windows-386), func ReadDirectoryChanges(Handle, *uint8, uint32, bool, uint32, *uint32, *Overlapped, uintptr) error +pkg syscall (windows-386), func ReadFile(Handle, []uint8, *uint32, *Overlapped) error +pkg syscall (windows-386), func Recvfrom(Handle, []uint8, int) (int, Sockaddr, error) +pkg syscall (windows-386), func RegCloseKey(Handle) error +pkg syscall (windows-386), func RegEnumKeyEx(Handle, uint32, *uint16, *uint32, *uint32, *uint16, *uint32, *Filetime) error +pkg syscall (windows-386), func RegOpenKeyEx(Handle, *uint16, uint32, uint32, *Handle) error +pkg syscall (windows-386), func RegQueryInfoKey(Handle, *uint16, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *Filetime) error +pkg syscall (windows-386), func RegQueryValueEx(Handle, *uint16, *uint32, *uint32, *uint8, *uint32) error +pkg syscall (windows-386), func RemoveDirectory(*uint16) error +pkg syscall (windows-386), func Seek(Handle, int64, int) (int64, error) +pkg syscall (windows-386), func Sendto(Handle, []uint8, int, Sockaddr) error +pkg syscall (windows-386), func SetCurrentDirectory(*uint16) error +pkg syscall (windows-386), func SetEndOfFile(Handle) error +pkg syscall (windows-386), func SetEnvironmentVariable(*uint16, *uint16) error +pkg syscall (windows-386), func SetFileAttributes(*uint16, uint32) error +pkg syscall (windows-386), func SetFilePointer(Handle, int32, *int32, uint32) (uint32, error) +pkg syscall (windows-386), func SetFileTime(Handle, *Filetime, *Filetime, *Filetime) error +pkg syscall (windows-386), func SetHandleInformation(Handle, uint32, uint32) error +pkg syscall (windows-386), func SetNonblock(Handle, bool) error +pkg syscall (windows-386), func Setsockopt(Handle, int32, int32, *uint8, int32) error +pkg syscall (windows-386), func SetsockoptIPMreq(Handle, int, int, *IPMreq) error +pkg syscall (windows-386), func SetsockoptIPv6Mreq(Handle, int, int, *IPv6Mreq) error +pkg syscall (windows-386), func SetsockoptInet4Addr(Handle, int, int, [4]uint8) error +pkg syscall (windows-386), func SetsockoptInt(Handle, int, int, int) error +pkg syscall (windows-386), func SetsockoptLinger(Handle, int, int, *Linger) error +pkg syscall (windows-386), func SetsockoptTimeval(Handle, int, int, *Timeval) error +pkg syscall (windows-386), func Shutdown(Handle, int) error +pkg syscall (windows-386), func Socket(int, int, int) (Handle, error) +pkg syscall (windows-386), func StringToSid(string) (*SID, error) +pkg syscall (windows-386), func StringToUTF16(string) []uint16 +pkg syscall (windows-386), func StringToUTF16Ptr(string) *uint16 +pkg syscall (windows-386), func Syscall(uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-386), func Syscall12(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-386), func Syscall15(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-386), func TerminateProcess(Handle, uint32) error +pkg syscall (windows-386), func TranslateAccountName(string, uint32, uint32, int) (string, error) +pkg syscall (windows-386), func TranslateName(*uint16, uint32, uint32, *uint16, *uint32) error +pkg syscall (windows-386), func TransmitFile(Handle, Handle, uint32, uint32, *Overlapped, *TransmitFileBuffers, uint32) error +pkg syscall (windows-386), func UTF16ToString([]uint16) string +pkg syscall (windows-386), func UnmapViewOfFile(uintptr) error +pkg syscall (windows-386), func VirtualLock(uintptr, uintptr) error +pkg syscall (windows-386), func VirtualUnlock(uintptr, uintptr) error +pkg syscall (windows-386), func WSACleanup() error +pkg syscall (windows-386), func WSAIoctl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped, uintptr) error +pkg syscall (windows-386), func WSARecv(Handle, *WSABuf, uint32, *uint32, *uint32, *Overlapped, *uint8) error +pkg syscall (windows-386), func WSARecvFrom(Handle, *WSABuf, uint32, *uint32, *uint32, *RawSockaddrAny, *int32, *Overlapped, *uint8) error +pkg syscall (windows-386), func WSASend(Handle, *WSABuf, uint32, *uint32, uint32, *Overlapped, *uint8) error +pkg syscall (windows-386), func WSASendTo(Handle, *WSABuf, uint32, *uint32, uint32, *RawSockaddrAny, int32, *Overlapped, *uint8) error +pkg syscall (windows-386), func WSASendto(Handle, *WSABuf, uint32, *uint32, uint32, Sockaddr, *Overlapped, *uint8) error +pkg syscall (windows-386), func WSAStartup(uint32, *WSAData) error +pkg syscall (windows-386), func WaitForSingleObject(Handle, uint32) (uint32, error) +pkg syscall (windows-386), func Write(Handle, []uint8) (int, error) +pkg syscall (windows-386), func WriteFile(Handle, []uint8, *uint32, *Overlapped) error +pkg syscall (windows-386), method (*DLL) FindProc(string) (*Proc, error) +pkg syscall (windows-386), method (*DLL) MustFindProc(string) *Proc +pkg syscall (windows-386), method (*DLL) Release() error +pkg syscall (windows-386), method (*DLLError) Error() string +pkg syscall (windows-386), method (*Filetime) Nanoseconds() int64 +pkg syscall (windows-386), method (*LazyDLL) Handle() uintptr +pkg syscall (windows-386), method (*LazyDLL) Load() error +pkg syscall (windows-386), method (*LazyDLL) NewProc(string) *LazyProc +pkg syscall (windows-386), method (*LazyProc) Addr() uintptr +pkg syscall (windows-386), method (*LazyProc) Call(...uintptr) (uintptr, uintptr, error) +pkg syscall (windows-386), method (*LazyProc) Find() error +pkg syscall (windows-386), method (*Proc) Addr() uintptr +pkg syscall (windows-386), method (*Proc) Call(...uintptr) (uintptr, uintptr, error) +pkg syscall (windows-386), method (*RawSockaddrAny) Sockaddr() (Sockaddr, error) +pkg syscall (windows-386), method (*SID) Copy() (*SID, error) +pkg syscall (windows-386), method (*SID) Len() int +pkg syscall (windows-386), method (*SID) LookupAccount(string) (string, string, uint32, error) +pkg syscall (windows-386), method (*SID) String() (string, error) +pkg syscall (windows-386), method (*Timeval) Nanoseconds() int64 +pkg syscall (windows-386), method (Token) Close() error +pkg syscall (windows-386), method (Token) GetTokenPrimaryGroup() (*Tokenprimarygroup, error) +pkg syscall (windows-386), method (Token) GetTokenUser() (*Tokenuser, error) +pkg syscall (windows-386), method (Token) GetUserProfileDirectory() (string, error) +pkg syscall (windows-386), type ByHandleFileInformation struct +pkg syscall (windows-386), type ByHandleFileInformation struct, CreationTime Filetime +pkg syscall (windows-386), type ByHandleFileInformation struct, FileAttributes uint32 +pkg syscall (windows-386), type ByHandleFileInformation struct, FileIndexHigh uint32 +pkg syscall (windows-386), type ByHandleFileInformation struct, FileIndexLow uint32 +pkg syscall (windows-386), type ByHandleFileInformation struct, FileSizeHigh uint32 +pkg syscall (windows-386), type ByHandleFileInformation struct, FileSizeLow uint32 +pkg syscall (windows-386), type ByHandleFileInformation struct, LastAccessTime Filetime +pkg syscall (windows-386), type ByHandleFileInformation struct, LastWriteTime Filetime +pkg syscall (windows-386), type ByHandleFileInformation struct, NumberOfLinks uint32 +pkg syscall (windows-386), type ByHandleFileInformation struct, VolumeSerialNumber uint32 +pkg syscall (windows-386), type CertChainContext struct +pkg syscall (windows-386), type CertChainContext struct, ChainCount uint32 +pkg syscall (windows-386), type CertChainContext struct, Chains **CertSimpleChain +pkg syscall (windows-386), type CertChainContext struct, HasRevocationFreshnessTime uint32 +pkg syscall (windows-386), type CertChainContext struct, LowerQualityChainCount uint32 +pkg syscall (windows-386), type CertChainContext struct, LowerQualityChains **CertChainContext +pkg syscall (windows-386), type CertChainContext struct, RevocationFreshnessTime uint32 +pkg syscall (windows-386), type CertChainContext struct, Size uint32 +pkg syscall (windows-386), type CertChainContext struct, TrustStatus CertTrustStatus +pkg syscall (windows-386), type CertChainElement struct +pkg syscall (windows-386), type CertChainElement struct, ApplicationUsage *CertEnhKeyUsage +pkg syscall (windows-386), type CertChainElement struct, CertContext *CertContext +pkg syscall (windows-386), type CertChainElement struct, ExtendedErrorInfo *uint16 +pkg syscall (windows-386), type CertChainElement struct, IssuanceUsage *CertEnhKeyUsage +pkg syscall (windows-386), type CertChainElement struct, RevocationInfo *CertRevocationInfo +pkg syscall (windows-386), type CertChainElement struct, Size uint32 +pkg syscall (windows-386), type CertChainElement struct, TrustStatus CertTrustStatus +pkg syscall (windows-386), type CertChainPara struct +pkg syscall (windows-386), type CertChainPara struct, CacheResync *Filetime +pkg syscall (windows-386), type CertChainPara struct, CheckRevocationFreshnessTime uint32 +pkg syscall (windows-386), type CertChainPara struct, RequestedUsage CertUsageMatch +pkg syscall (windows-386), type CertChainPara struct, RequstedIssuancePolicy CertUsageMatch +pkg syscall (windows-386), type CertChainPara struct, RevocationFreshnessTime uint32 +pkg syscall (windows-386), type CertChainPara struct, Size uint32 +pkg syscall (windows-386), type CertChainPara struct, URLRetrievalTimeout uint32 +pkg syscall (windows-386), type CertChainPolicyPara struct +pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr +pkg syscall (windows-386), type CertChainPolicyPara struct, Flags uint32 +pkg syscall (windows-386), type CertChainPolicyPara struct, Size uint32 +pkg syscall (windows-386), type CertChainPolicyStatus struct +pkg syscall (windows-386), type CertChainPolicyStatus struct, ChainIndex uint32 +pkg syscall (windows-386), type CertChainPolicyStatus struct, ElementIndex uint32 +pkg syscall (windows-386), type CertChainPolicyStatus struct, Error uint32 +pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr +pkg syscall (windows-386), type CertChainPolicyStatus struct, Size uint32 +pkg syscall (windows-386), type CertContext struct +pkg syscall (windows-386), type CertContext struct, CertInfo uintptr +pkg syscall (windows-386), type CertContext struct, EncodedCert *uint8 +pkg syscall (windows-386), type CertContext struct, EncodingType uint32 +pkg syscall (windows-386), type CertContext struct, Length uint32 +pkg syscall (windows-386), type CertContext struct, Store Handle +pkg syscall (windows-386), type CertEnhKeyUsage struct +pkg syscall (windows-386), type CertEnhKeyUsage struct, Length uint32 +pkg syscall (windows-386), type CertEnhKeyUsage struct, UsageIdentifiers **uint8 +pkg syscall (windows-386), type CertRevocationInfo struct +pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr +pkg syscall (windows-386), type CertRevocationInfo struct, FreshnessTime uint32 +pkg syscall (windows-386), type CertRevocationInfo struct, HasFreshnessTime uint32 +pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr +pkg syscall (windows-386), type CertRevocationInfo struct, RevocationOid *uint8 +pkg syscall (windows-386), type CertRevocationInfo struct, RevocationResult uint32 +pkg syscall (windows-386), type CertRevocationInfo struct, Size uint32 +pkg syscall (windows-386), type CertSimpleChain struct +pkg syscall (windows-386), type CertSimpleChain struct, Elements **CertChainElement +pkg syscall (windows-386), type CertSimpleChain struct, HasRevocationFreshnessTime uint32 +pkg syscall (windows-386), type CertSimpleChain struct, NumElements uint32 +pkg syscall (windows-386), type CertSimpleChain struct, RevocationFreshnessTime uint32 +pkg syscall (windows-386), type CertSimpleChain struct, Size uint32 +pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr +pkg syscall (windows-386), type CertSimpleChain struct, TrustStatus CertTrustStatus +pkg syscall (windows-386), type CertTrustStatus struct +pkg syscall (windows-386), type CertTrustStatus struct, ErrorStatus uint32 +pkg syscall (windows-386), type CertTrustStatus struct, InfoStatus uint32 +pkg syscall (windows-386), type CertUsageMatch struct +pkg syscall (windows-386), type CertUsageMatch struct, Type uint32 +pkg syscall (windows-386), type CertUsageMatch struct, Usage CertEnhKeyUsage +pkg syscall (windows-386), type DLL struct +pkg syscall (windows-386), type DLL struct, Handle Handle +pkg syscall (windows-386), type DLL struct, Name string +pkg syscall (windows-386), type DLLError struct +pkg syscall (windows-386), type DLLError struct, Err error +pkg syscall (windows-386), type DLLError struct, Msg string +pkg syscall (windows-386), type DLLError struct, ObjName string +pkg syscall (windows-386), type DNSMXData struct +pkg syscall (windows-386), type DNSMXData struct, NameExchange *uint16 +pkg syscall (windows-386), type DNSMXData struct, Pad uint16 +pkg syscall (windows-386), type DNSMXData struct, Preference uint16 +pkg syscall (windows-386), type DNSPTRData struct +pkg syscall (windows-386), type DNSPTRData struct, Host *uint16 +pkg syscall (windows-386), type DNSRecord struct +pkg syscall (windows-386), type DNSRecord struct, Data [40]uint8 +pkg syscall (windows-386), type DNSRecord struct, Dw uint32 +pkg syscall (windows-386), type DNSRecord struct, Length uint16 +pkg syscall (windows-386), type DNSRecord struct, Name *uint16 +pkg syscall (windows-386), type DNSRecord struct, Next *DNSRecord +pkg syscall (windows-386), type DNSRecord struct, Reserved uint32 +pkg syscall (windows-386), type DNSRecord struct, Ttl uint32 +pkg syscall (windows-386), type DNSRecord struct, Type uint16 +pkg syscall (windows-386), type DNSSRVData struct +pkg syscall (windows-386), type DNSSRVData struct, Pad uint16 +pkg syscall (windows-386), type DNSSRVData struct, Port uint16 +pkg syscall (windows-386), type DNSSRVData struct, Priority uint16 +pkg syscall (windows-386), type DNSSRVData struct, Target *uint16 +pkg syscall (windows-386), type DNSSRVData struct, Weight uint16 +pkg syscall (windows-386), type DNSTXTData struct +pkg syscall (windows-386), type DNSTXTData struct, StringArray [1]*uint16 +pkg syscall (windows-386), type DNSTXTData struct, StringCount uint16 +pkg syscall (windows-386), type FileNotifyInformation struct +pkg syscall (windows-386), type FileNotifyInformation struct, Action uint32 +pkg syscall (windows-386), type FileNotifyInformation struct, FileName uint16 +pkg syscall (windows-386), type FileNotifyInformation struct, FileNameLength uint32 +pkg syscall (windows-386), type FileNotifyInformation struct, NextEntryOffset uint32 +pkg syscall (windows-386), type Filetime struct +pkg syscall (windows-386), type Filetime struct, HighDateTime uint32 +pkg syscall (windows-386), type Filetime struct, LowDateTime uint32 +pkg syscall (windows-386), type Handle uintptr +pkg syscall (windows-386), type Hostent struct +pkg syscall (windows-386), type Hostent struct, AddrList **uint8 +pkg syscall (windows-386), type Hostent struct, AddrType uint16 +pkg syscall (windows-386), type Hostent struct, Aliases **uint8 +pkg syscall (windows-386), type Hostent struct, Length uint16 +pkg syscall (windows-386), type Hostent struct, Name *uint8 +pkg syscall (windows-386), type InterfaceInfo struct +pkg syscall (windows-386), type InterfaceInfo struct, Address SockaddrGen +pkg syscall (windows-386), type InterfaceInfo struct, BroadcastAddress SockaddrGen +pkg syscall (windows-386), type InterfaceInfo struct, Flags uint32 +pkg syscall (windows-386), type InterfaceInfo struct, Netmask SockaddrGen +pkg syscall (windows-386), type IpAdapterInfo struct +pkg syscall (windows-386), type IpAdapterInfo struct, AdapterName [260]uint8 +pkg syscall (windows-386), type IpAdapterInfo struct, Address [8]uint8 +pkg syscall (windows-386), type IpAdapterInfo struct, AddressLength uint32 +pkg syscall (windows-386), type IpAdapterInfo struct, ComboIndex uint32 +pkg syscall (windows-386), type IpAdapterInfo struct, CurrentIpAddress *IpAddrString +pkg syscall (windows-386), type IpAdapterInfo struct, Description [132]uint8 +pkg syscall (windows-386), type IpAdapterInfo struct, DhcpEnabled uint32 +pkg syscall (windows-386), type IpAdapterInfo struct, DhcpServer IpAddrString +pkg syscall (windows-386), type IpAdapterInfo struct, GatewayList IpAddrString +pkg syscall (windows-386), type IpAdapterInfo struct, HaveWins bool +pkg syscall (windows-386), type IpAdapterInfo struct, Index uint32 +pkg syscall (windows-386), type IpAdapterInfo struct, IpAddressList IpAddrString +pkg syscall (windows-386), type IpAdapterInfo struct, LeaseExpires int64 +pkg syscall (windows-386), type IpAdapterInfo struct, LeaseObtained int64 +pkg syscall (windows-386), type IpAdapterInfo struct, Next *IpAdapterInfo +pkg syscall (windows-386), type IpAdapterInfo struct, PrimaryWinsServer IpAddrString +pkg syscall (windows-386), type IpAdapterInfo struct, SecondaryWinsServer IpAddrString +pkg syscall (windows-386), type IpAdapterInfo struct, Type uint32 +pkg syscall (windows-386), type IpAddrString struct +pkg syscall (windows-386), type IpAddrString struct, Context uint32 +pkg syscall (windows-386), type IpAddrString struct, IpAddress IpAddressString +pkg syscall (windows-386), type IpAddrString struct, IpMask IpMaskString +pkg syscall (windows-386), type IpAddrString struct, Next *IpAddrString +pkg syscall (windows-386), type IpAddressString struct +pkg syscall (windows-386), type IpAddressString struct, String [16]uint8 +pkg syscall (windows-386), type IpMaskString struct +pkg syscall (windows-386), type LazyDLL struct +pkg syscall (windows-386), type LazyDLL struct, Name string +pkg syscall (windows-386), type LazyProc struct +pkg syscall (windows-386), type LazyProc struct, Name string +pkg syscall (windows-386), type MibIfRow struct +pkg syscall (windows-386), type MibIfRow struct, AdminStatus uint32 +pkg syscall (windows-386), type MibIfRow struct, Descr [256]uint8 +pkg syscall (windows-386), type MibIfRow struct, DescrLen uint32 +pkg syscall (windows-386), type MibIfRow struct, InDiscards uint32 +pkg syscall (windows-386), type MibIfRow struct, InErrors uint32 +pkg syscall (windows-386), type MibIfRow struct, InNUcastPkts uint32 +pkg syscall (windows-386), type MibIfRow struct, InOctets uint32 +pkg syscall (windows-386), type MibIfRow struct, InUcastPkts uint32 +pkg syscall (windows-386), type MibIfRow struct, InUnknownProtos uint32 +pkg syscall (windows-386), type MibIfRow struct, Index uint32 +pkg syscall (windows-386), type MibIfRow struct, LastChange uint32 +pkg syscall (windows-386), type MibIfRow struct, Mtu uint32 +pkg syscall (windows-386), type MibIfRow struct, Name [256]uint16 +pkg syscall (windows-386), type MibIfRow struct, OperStatus uint32 +pkg syscall (windows-386), type MibIfRow struct, OutDiscards uint32 +pkg syscall (windows-386), type MibIfRow struct, OutErrors uint32 +pkg syscall (windows-386), type MibIfRow struct, OutNUcastPkts uint32 +pkg syscall (windows-386), type MibIfRow struct, OutOctets uint32 +pkg syscall (windows-386), type MibIfRow struct, OutQLen uint32 +pkg syscall (windows-386), type MibIfRow struct, OutUcastPkts uint32 +pkg syscall (windows-386), type MibIfRow struct, PhysAddr [8]uint8 +pkg syscall (windows-386), type MibIfRow struct, PhysAddrLen uint32 +pkg syscall (windows-386), type MibIfRow struct, Speed uint32 +pkg syscall (windows-386), type MibIfRow struct, Type uint32 +pkg syscall (windows-386), type Overlapped struct +pkg syscall (windows-386), type Overlapped struct, HEvent Handle +pkg syscall (windows-386), type Overlapped struct, Internal uintptr +pkg syscall (windows-386), type Overlapped struct, InternalHigh uintptr +pkg syscall (windows-386), type Overlapped struct, Offset uint32 +pkg syscall (windows-386), type Overlapped struct, OffsetHigh uint32 +pkg syscall (windows-386), type Proc struct +pkg syscall (windows-386), type Proc struct, Dll *DLL +pkg syscall (windows-386), type Proc struct, Name string +pkg syscall (windows-386), type ProcessInformation struct +pkg syscall (windows-386), type ProcessInformation struct, Process Handle +pkg syscall (windows-386), type ProcessInformation struct, ProcessId uint32 +pkg syscall (windows-386), type ProcessInformation struct, Thread Handle +pkg syscall (windows-386), type ProcessInformation struct, ThreadId uint32 +pkg syscall (windows-386), type Protoent struct +pkg syscall (windows-386), type Protoent struct, Aliases **uint8 +pkg syscall (windows-386), type Protoent struct, Name *uint8 +pkg syscall (windows-386), type Protoent struct, Proto uint16 +pkg syscall (windows-386), type RawSockaddr struct, Data [14]int8 +pkg syscall (windows-386), type RawSockaddr struct, Family uint16 +pkg syscall (windows-386), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (windows-386), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (windows-386), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (windows-386), type Rusage struct, CreationTime Filetime +pkg syscall (windows-386), type Rusage struct, ExitTime Filetime +pkg syscall (windows-386), type Rusage struct, KernelTime Filetime +pkg syscall (windows-386), type Rusage struct, UserTime Filetime +pkg syscall (windows-386), type SID struct +pkg syscall (windows-386), type SIDAndAttributes struct +pkg syscall (windows-386), type SIDAndAttributes struct, Attributes uint32 +pkg syscall (windows-386), type SIDAndAttributes struct, Sid *SID +pkg syscall (windows-386), type SSLExtraCertChainPolicyPara struct +pkg syscall (windows-386), type SSLExtraCertChainPolicyPara struct, AuthType uint32 +pkg syscall (windows-386), type SSLExtraCertChainPolicyPara struct, Checks uint32 +pkg syscall (windows-386), type SSLExtraCertChainPolicyPara struct, ServerName *uint16 +pkg syscall (windows-386), type SSLExtraCertChainPolicyPara struct, Size uint32 +pkg syscall (windows-386), type SecurityAttributes struct +pkg syscall (windows-386), type SecurityAttributes struct, InheritHandle uint32 +pkg syscall (windows-386), type SecurityAttributes struct, Length uint32 +pkg syscall (windows-386), type SecurityAttributes struct, SecurityDescriptor uintptr +pkg syscall (windows-386), type Servent struct +pkg syscall (windows-386), type Servent struct, Aliases **uint8 +pkg syscall (windows-386), type Servent struct, Name *uint8 +pkg syscall (windows-386), type Servent struct, Port uint16 +pkg syscall (windows-386), type Servent struct, Proto *uint8 +pkg syscall (windows-386), type SockaddrGen [24]uint8 +pkg syscall (windows-386), type StartupInfo struct +pkg syscall (windows-386), type StartupInfo struct, Cb uint32 +pkg syscall (windows-386), type StartupInfo struct, Desktop *uint16 +pkg syscall (windows-386), type StartupInfo struct, FillAttribute uint32 +pkg syscall (windows-386), type StartupInfo struct, Flags uint32 +pkg syscall (windows-386), type StartupInfo struct, ShowWindow uint16 +pkg syscall (windows-386), type StartupInfo struct, StdErr Handle +pkg syscall (windows-386), type StartupInfo struct, StdInput Handle +pkg syscall (windows-386), type StartupInfo struct, StdOutput Handle +pkg syscall (windows-386), type StartupInfo struct, Title *uint16 +pkg syscall (windows-386), type StartupInfo struct, X uint32 +pkg syscall (windows-386), type StartupInfo struct, XCountChars uint32 +pkg syscall (windows-386), type StartupInfo struct, XSize uint32 +pkg syscall (windows-386), type StartupInfo struct, Y uint32 +pkg syscall (windows-386), type StartupInfo struct, YCountChars uint32 +pkg syscall (windows-386), type StartupInfo struct, YSize uint32 +pkg syscall (windows-386), type SysProcAttr struct, CmdLine string +pkg syscall (windows-386), type SysProcAttr struct, HideWindow bool +pkg syscall (windows-386), type Systemtime struct +pkg syscall (windows-386), type Systemtime struct, Day uint16 +pkg syscall (windows-386), type Systemtime struct, DayOfWeek uint16 +pkg syscall (windows-386), type Systemtime struct, Hour uint16 +pkg syscall (windows-386), type Systemtime struct, Milliseconds uint16 +pkg syscall (windows-386), type Systemtime struct, Minute uint16 +pkg syscall (windows-386), type Systemtime struct, Month uint16 +pkg syscall (windows-386), type Systemtime struct, Second uint16 +pkg syscall (windows-386), type Systemtime struct, Year uint16 +pkg syscall (windows-386), type Timespec struct, Nsec int64 +pkg syscall (windows-386), type Timespec struct, Sec int64 +pkg syscall (windows-386), type Timeval struct, Sec int32 +pkg syscall (windows-386), type Timeval struct, Usec int32 +pkg syscall (windows-386), type Timezoneinformation struct +pkg syscall (windows-386), type Timezoneinformation struct, Bias int32 +pkg syscall (windows-386), type Timezoneinformation struct, DaylightBias int32 +pkg syscall (windows-386), type Timezoneinformation struct, DaylightDate Systemtime +pkg syscall (windows-386), type Timezoneinformation struct, DaylightName [32]uint16 +pkg syscall (windows-386), type Timezoneinformation struct, StandardBias int32 +pkg syscall (windows-386), type Timezoneinformation struct, StandardDate Systemtime +pkg syscall (windows-386), type Timezoneinformation struct, StandardName [32]uint16 +pkg syscall (windows-386), type Token uintptr +pkg syscall (windows-386), type Tokenprimarygroup struct +pkg syscall (windows-386), type Tokenprimarygroup struct, PrimaryGroup *SID +pkg syscall (windows-386), type Tokenuser struct +pkg syscall (windows-386), type Tokenuser struct, User SIDAndAttributes +pkg syscall (windows-386), type TransmitFileBuffers struct +pkg syscall (windows-386), type TransmitFileBuffers struct, Head uintptr +pkg syscall (windows-386), type TransmitFileBuffers struct, HeadLength uint32 +pkg syscall (windows-386), type TransmitFileBuffers struct, Tail uintptr +pkg syscall (windows-386), type TransmitFileBuffers struct, TailLength uint32 +pkg syscall (windows-386), type UserInfo10 struct +pkg syscall (windows-386), type UserInfo10 struct, Comment *uint16 +pkg syscall (windows-386), type UserInfo10 struct, FullName *uint16 +pkg syscall (windows-386), type UserInfo10 struct, Name *uint16 +pkg syscall (windows-386), type UserInfo10 struct, UsrComment *uint16 +pkg syscall (windows-386), type WSABuf struct +pkg syscall (windows-386), type WSABuf struct, Buf *uint8 +pkg syscall (windows-386), type WSABuf struct, Len uint32 +pkg syscall (windows-386), type WSAData struct +pkg syscall (windows-386), type WSAData struct, Description [257]uint8 +pkg syscall (windows-386), type WSAData struct, HighVersion uint16 +pkg syscall (windows-386), type WSAData struct, MaxSockets uint16 +pkg syscall (windows-386), type WSAData struct, MaxUdpDg uint16 +pkg syscall (windows-386), type WSAData struct, SystemStatus [129]uint8 +pkg syscall (windows-386), type WSAData struct, VendorInfo *uint8 +pkg syscall (windows-386), type WSAData struct, Version uint16 +pkg syscall (windows-386), type WaitStatus struct +pkg syscall (windows-386), type WaitStatus struct, ExitCode uint32 +pkg syscall (windows-386), type Win32FileAttributeData struct +pkg syscall (windows-386), type Win32FileAttributeData struct, CreationTime Filetime +pkg syscall (windows-386), type Win32FileAttributeData struct, FileAttributes uint32 +pkg syscall (windows-386), type Win32FileAttributeData struct, FileSizeHigh uint32 +pkg syscall (windows-386), type Win32FileAttributeData struct, FileSizeLow uint32 +pkg syscall (windows-386), type Win32FileAttributeData struct, LastAccessTime Filetime +pkg syscall (windows-386), type Win32FileAttributeData struct, LastWriteTime Filetime +pkg syscall (windows-386), type Win32finddata struct +pkg syscall (windows-386), type Win32finddata struct, AlternateFileName [13]uint16 +pkg syscall (windows-386), type Win32finddata struct, CreationTime Filetime +pkg syscall (windows-386), type Win32finddata struct, FileAttributes uint32 +pkg syscall (windows-386), type Win32finddata struct, FileName [259]uint16 +pkg syscall (windows-386), type Win32finddata struct, FileSizeHigh uint32 +pkg syscall (windows-386), type Win32finddata struct, FileSizeLow uint32 +pkg syscall (windows-386), type Win32finddata struct, LastAccessTime Filetime +pkg syscall (windows-386), type Win32finddata struct, LastWriteTime Filetime +pkg syscall (windows-386), type Win32finddata struct, Reserved0 uint32 +pkg syscall (windows-386), type Win32finddata struct, Reserved1 uint32 +pkg syscall (windows-386), var OID_PKIX_KP_SERVER_AUTH []uint8 +pkg syscall (windows-386), var OID_SERVER_GATED_CRYPTO []uint8 +pkg syscall (windows-386), var OID_SGC_NETSCAPE []uint8 +pkg syscall (windows-386), var Stderr Handle +pkg syscall (windows-386), var Stdin Handle +pkg syscall (windows-386), var Stdout Handle +pkg syscall (windows-amd64), const AF_NETBIOS ideal-int +pkg syscall (windows-amd64), const APPLICATION_ERROR ideal-int +pkg syscall (windows-amd64), const AUTHTYPE_CLIENT ideal-int +pkg syscall (windows-amd64), const AUTHTYPE_SERVER ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE_TS ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASE ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_EV ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_MICROSOFT_ROOT ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_NT_AUTH ideal-int +pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_SSL ideal-int +pkg syscall (windows-amd64), const CERT_E_CN_NO_MATCH ideal-int +pkg syscall (windows-amd64), const CERT_E_EXPIRED ideal-int +pkg syscall (windows-amd64), const CERT_E_PURPOSE ideal-int +pkg syscall (windows-amd64), const CERT_E_ROLE ideal-int +pkg syscall (windows-amd64), const CERT_E_UNTRUSTEDROOT ideal-int +pkg syscall (windows-amd64), const CERT_STORE_ADD_ALWAYS ideal-int +pkg syscall (windows-amd64), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG ideal-int +pkg syscall (windows-amd64), const CERT_STORE_PROV_MEMORY ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_EXTENSION ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_NAME_CONSTRAINTS ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_CYCLIC ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_EXPLICIT_DISTRUST ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_SIGNATURE_VALID ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_TIME_VALID ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_OFFLINE_REVOCATION ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_REVOKED ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_IS_UNTRUSTED_ROOT ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_NO_ERROR ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY ideal-int +pkg syscall (windows-amd64), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN ideal-int +pkg syscall (windows-amd64), const CREATE_ALWAYS ideal-int +pkg syscall (windows-amd64), const CREATE_NEW ideal-int +pkg syscall (windows-amd64), const CREATE_UNICODE_ENVIRONMENT ideal-int +pkg syscall (windows-amd64), const CRYPT_DEFAULT_CONTAINER_OPTIONAL ideal-int +pkg syscall (windows-amd64), const CRYPT_DELETEKEYSET ideal-int +pkg syscall (windows-amd64), const CRYPT_MACHINE_KEYSET ideal-int +pkg syscall (windows-amd64), const CRYPT_NEWKEYSET ideal-int +pkg syscall (windows-amd64), const CRYPT_SILENT ideal-int +pkg syscall (windows-amd64), const CRYPT_VERIFYCONTEXT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_A ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_A6 ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_AAAA ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_ADDRS ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_AFSDB ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_ALL ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_ANY ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_ATMA ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_AXFR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_CERT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_CNAME ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_DHCID ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_DNAME ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_DNSKEY ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_DS ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_EID ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_GID ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_GPOS ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_HINFO ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_ISDN ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_IXFR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_KEY ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_KX ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_LOC ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MAILA ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MAILB ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MB ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MD ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MF ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MG ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MINFO ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_MX ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NAPTR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NBSTAT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NIMLOC ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NS ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NSAP ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NSAPPTR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NSEC ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NULL ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_NXT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_OPT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_PTR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_PX ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_RP ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_RRSIG ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_RT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_SIG ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_SINK ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_SOA ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_SRV ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_TEXT ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_TKEY ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_TSIG ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_UID ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_UINFO ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_UNSPEC ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_WINS ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_WINSR ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_WKS ideal-int +pkg syscall (windows-amd64), const DNS_TYPE_X25 ideal-int +pkg syscall (windows-amd64), const DUPLICATE_CLOSE_SOURCE ideal-int +pkg syscall (windows-amd64), const DUPLICATE_SAME_ACCESS ideal-int +pkg syscall (windows-amd64), const EADV Errno +pkg syscall (windows-amd64), const EBADE Errno +pkg syscall (windows-amd64), const EBADFD Errno +pkg syscall (windows-amd64), const EBADMSG Errno +pkg syscall (windows-amd64), const EBADR Errno +pkg syscall (windows-amd64), const EBADRQC Errno +pkg syscall (windows-amd64), const EBADSLT Errno +pkg syscall (windows-amd64), const EBFONT Errno +pkg syscall (windows-amd64), const ECHRNG Errno +pkg syscall (windows-amd64), const ECOMM Errno +pkg syscall (windows-amd64), const EDEADLOCK Errno +pkg syscall (windows-amd64), const EDOTDOT Errno +pkg syscall (windows-amd64), const EISNAM Errno +pkg syscall (windows-amd64), const EKEYEXPIRED Errno +pkg syscall (windows-amd64), const EKEYREJECTED Errno +pkg syscall (windows-amd64), const EKEYREVOKED Errno +pkg syscall (windows-amd64), const EL2HLT Errno +pkg syscall (windows-amd64), const EL2NSYNC Errno +pkg syscall (windows-amd64), const EL3HLT Errno +pkg syscall (windows-amd64), const EL3RST Errno +pkg syscall (windows-amd64), const ELIBACC Errno +pkg syscall (windows-amd64), const ELIBBAD Errno +pkg syscall (windows-amd64), const ELIBEXEC Errno +pkg syscall (windows-amd64), const ELIBMAX Errno +pkg syscall (windows-amd64), const ELIBSCN Errno +pkg syscall (windows-amd64), const ELNRNG Errno +pkg syscall (windows-amd64), const EMEDIUMTYPE Errno +pkg syscall (windows-amd64), const EMULTIHOP Errno +pkg syscall (windows-amd64), const ENAVAIL Errno +pkg syscall (windows-amd64), const ENOANO Errno +pkg syscall (windows-amd64), const ENOCSI Errno +pkg syscall (windows-amd64), const ENODATA Errno +pkg syscall (windows-amd64), const ENOKEY Errno +pkg syscall (windows-amd64), const ENOLINK Errno +pkg syscall (windows-amd64), const ENOMEDIUM Errno +pkg syscall (windows-amd64), const ENONET Errno +pkg syscall (windows-amd64), const ENOPKG Errno +pkg syscall (windows-amd64), const ENOSR Errno +pkg syscall (windows-amd64), const ENOSTR Errno +pkg syscall (windows-amd64), const ENOTNAM Errno +pkg syscall (windows-amd64), const ENOTRECOVERABLE Errno +pkg syscall (windows-amd64), const ENOTUNIQ Errno +pkg syscall (windows-amd64), const EOWNERDEAD Errno +pkg syscall (windows-amd64), const EPROTO Errno +pkg syscall (windows-amd64), const EREMCHG Errno +pkg syscall (windows-amd64), const EREMOTEIO Errno +pkg syscall (windows-amd64), const ERESTART Errno +pkg syscall (windows-amd64), const ERROR_ACCESS_DENIED Errno +pkg syscall (windows-amd64), const ERROR_ALREADY_EXISTS Errno +pkg syscall (windows-amd64), const ERROR_BROKEN_PIPE Errno +pkg syscall (windows-amd64), const ERROR_BUFFER_OVERFLOW Errno +pkg syscall (windows-amd64), const ERROR_ENVVAR_NOT_FOUND Errno +pkg syscall (windows-amd64), const ERROR_FILE_EXISTS Errno +pkg syscall (windows-amd64), const ERROR_FILE_NOT_FOUND Errno +pkg syscall (windows-amd64), const ERROR_INSUFFICIENT_BUFFER Errno +pkg syscall (windows-amd64), const ERROR_IO_PENDING Errno +pkg syscall (windows-amd64), const ERROR_MOD_NOT_FOUND Errno +pkg syscall (windows-amd64), const ERROR_NO_MORE_FILES Errno +pkg syscall (windows-amd64), const ERROR_OPERATION_ABORTED Errno +pkg syscall (windows-amd64), const ERROR_PATH_NOT_FOUND Errno +pkg syscall (windows-amd64), const ERROR_PROC_NOT_FOUND Errno +pkg syscall (windows-amd64), const ESRMNT Errno +pkg syscall (windows-amd64), const ESTRPIPE Errno +pkg syscall (windows-amd64), const ETIME Errno +pkg syscall (windows-amd64), const EUCLEAN Errno +pkg syscall (windows-amd64), const EUNATCH Errno +pkg syscall (windows-amd64), const EWINDOWS Errno +pkg syscall (windows-amd64), const EXFULL Errno +pkg syscall (windows-amd64), const FILE_ACTION_ADDED ideal-int +pkg syscall (windows-amd64), const FILE_ACTION_MODIFIED ideal-int +pkg syscall (windows-amd64), const FILE_ACTION_REMOVED ideal-int +pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_NEW_NAME ideal-int +pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_OLD_NAME ideal-int +pkg syscall (windows-amd64), const FILE_APPEND_DATA ideal-int +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_ARCHIVE ideal-int +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_DIRECTORY ideal-int +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_HIDDEN ideal-int +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_NORMAL ideal-int +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_READONLY ideal-int +pkg syscall (windows-amd64), const FILE_ATTRIBUTE_SYSTEM ideal-int +pkg syscall (windows-amd64), const FILE_BEGIN ideal-int +pkg syscall (windows-amd64), const FILE_CURRENT ideal-int +pkg syscall (windows-amd64), const FILE_END ideal-int +pkg syscall (windows-amd64), const FILE_FLAG_BACKUP_SEMANTICS ideal-int +pkg syscall (windows-amd64), const FILE_FLAG_OVERLAPPED ideal-int +pkg syscall (windows-amd64), const FILE_LIST_DIRECTORY ideal-int +pkg syscall (windows-amd64), const FILE_MAP_COPY ideal-int +pkg syscall (windows-amd64), const FILE_MAP_EXECUTE ideal-int +pkg syscall (windows-amd64), const FILE_MAP_READ ideal-int +pkg syscall (windows-amd64), const FILE_MAP_WRITE ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_ATTRIBUTES ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_CREATION ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_DIR_NAME ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_FILE_NAME ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_ACCESS ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_WRITE ideal-int +pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_SIZE ideal-int +pkg syscall (windows-amd64), const FILE_SHARE_DELETE ideal-int +pkg syscall (windows-amd64), const FILE_SHARE_READ ideal-int +pkg syscall (windows-amd64), const FILE_SHARE_WRITE ideal-int +pkg syscall (windows-amd64), const FILE_TYPE_CHAR ideal-int +pkg syscall (windows-amd64), const FILE_TYPE_DISK ideal-int +pkg syscall (windows-amd64), const FILE_TYPE_PIPE ideal-int +pkg syscall (windows-amd64), const FILE_TYPE_REMOTE ideal-int +pkg syscall (windows-amd64), const FILE_TYPE_UNKNOWN ideal-int +pkg syscall (windows-amd64), const FILE_WRITE_ATTRIBUTES ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_ALLOCATE_BUFFER ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_ARGUMENT_ARRAY ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_HMODULE ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_STRING ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_SYSTEM ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_IGNORE_INSERTS ideal-int +pkg syscall (windows-amd64), const FORMAT_MESSAGE_MAX_WIDTH_MASK ideal-int +pkg syscall (windows-amd64), const GENERIC_ALL ideal-int +pkg syscall (windows-amd64), const GENERIC_EXECUTE ideal-int +pkg syscall (windows-amd64), const GENERIC_READ ideal-int +pkg syscall (windows-amd64), const GENERIC_WRITE ideal-int +pkg syscall (windows-amd64), const GetFileExInfoStandard ideal-int +pkg syscall (windows-amd64), const GetFileExMaxInfoLevel ideal-int +pkg syscall (windows-amd64), const HANDLE_FLAG_INHERIT ideal-int +pkg syscall (windows-amd64), const HKEY_CLASSES_ROOT ideal-int +pkg syscall (windows-amd64), const HKEY_CURRENT_CONFIG ideal-int +pkg syscall (windows-amd64), const HKEY_CURRENT_USER ideal-int +pkg syscall (windows-amd64), const HKEY_DYN_DATA ideal-int +pkg syscall (windows-amd64), const HKEY_LOCAL_MACHINE ideal-int +pkg syscall (windows-amd64), const HKEY_PERFORMANCE_DATA ideal-int +pkg syscall (windows-amd64), const HKEY_USERS ideal-int +pkg syscall (windows-amd64), const IFF_POINTTOPOINT ideal-int +pkg syscall (windows-amd64), const IGNORE ideal-int +pkg syscall (windows-amd64), const INFINITE ideal-int +pkg syscall (windows-amd64), const INVALID_FILE_ATTRIBUTES ideal-int +pkg syscall (windows-amd64), const InvalidHandle Handle +pkg syscall (windows-amd64), const KEY_ALL_ACCESS ideal-int +pkg syscall (windows-amd64), const KEY_CREATE_LINK ideal-int +pkg syscall (windows-amd64), const KEY_CREATE_SUB_KEY ideal-int +pkg syscall (windows-amd64), const KEY_ENUMERATE_SUB_KEYS ideal-int +pkg syscall (windows-amd64), const KEY_EXECUTE ideal-int +pkg syscall (windows-amd64), const KEY_NOTIFY ideal-int +pkg syscall (windows-amd64), const KEY_QUERY_VALUE ideal-int +pkg syscall (windows-amd64), const KEY_READ ideal-int +pkg syscall (windows-amd64), const KEY_SET_VALUE ideal-int +pkg syscall (windows-amd64), const KEY_WOW64_32KEY ideal-int +pkg syscall (windows-amd64), const KEY_WOW64_64KEY ideal-int +pkg syscall (windows-amd64), const KEY_WRITE ideal-int +pkg syscall (windows-amd64), const LANG_ENGLISH ideal-int +pkg syscall (windows-amd64), const MAXLEN_IFDESCR ideal-int +pkg syscall (windows-amd64), const MAXLEN_PHYSADDR ideal-int +pkg syscall (windows-amd64), const MAX_ADAPTER_ADDRESS_LENGTH ideal-int +pkg syscall (windows-amd64), const MAX_ADAPTER_DESCRIPTION_LENGTH ideal-int +pkg syscall (windows-amd64), const MAX_ADAPTER_NAME_LENGTH ideal-int +pkg syscall (windows-amd64), const MAX_COMPUTERNAME_LENGTH ideal-int +pkg syscall (windows-amd64), const MAX_INTERFACE_NAME_LEN ideal-int +pkg syscall (windows-amd64), const MAX_LONG_PATH ideal-int +pkg syscall (windows-amd64), const MAX_PATH ideal-int +pkg syscall (windows-amd64), const MaxTokenInfoClass ideal-int +pkg syscall (windows-amd64), const NameCanonical ideal-int +pkg syscall (windows-amd64), const NameCanonicalEx ideal-int +pkg syscall (windows-amd64), const NameDisplay ideal-int +pkg syscall (windows-amd64), const NameDnsDomain ideal-int +pkg syscall (windows-amd64), const NameFullyQualifiedDN ideal-int +pkg syscall (windows-amd64), const NameSamCompatible ideal-int +pkg syscall (windows-amd64), const NameServicePrincipal ideal-int +pkg syscall (windows-amd64), const NameUniqueId ideal-int +pkg syscall (windows-amd64), const NameUnknown ideal-int +pkg syscall (windows-amd64), const NameUserPrincipal ideal-int +pkg syscall (windows-amd64), const OPEN_ALWAYS ideal-int +pkg syscall (windows-amd64), const OPEN_EXISTING ideal-int +pkg syscall (windows-amd64), const PAGE_EXECUTE_READ ideal-int +pkg syscall (windows-amd64), const PAGE_EXECUTE_READWRITE ideal-int +pkg syscall (windows-amd64), const PAGE_EXECUTE_WRITECOPY ideal-int +pkg syscall (windows-amd64), const PAGE_READONLY ideal-int +pkg syscall (windows-amd64), const PAGE_READWRITE ideal-int +pkg syscall (windows-amd64), const PAGE_WRITECOPY ideal-int +pkg syscall (windows-amd64), const PKCS_7_ASN_ENCODING ideal-int +pkg syscall (windows-amd64), const PROCESS_QUERY_INFORMATION ideal-int +pkg syscall (windows-amd64), const PROV_DH_SCHANNEL ideal-int +pkg syscall (windows-amd64), const PROV_DSS ideal-int +pkg syscall (windows-amd64), const PROV_DSS_DH ideal-int +pkg syscall (windows-amd64), const PROV_EC_ECDSA_FULL ideal-int +pkg syscall (windows-amd64), const PROV_EC_ECDSA_SIG ideal-int +pkg syscall (windows-amd64), const PROV_EC_ECNRA_FULL ideal-int +pkg syscall (windows-amd64), const PROV_EC_ECNRA_SIG ideal-int +pkg syscall (windows-amd64), const PROV_FORTEZZA ideal-int +pkg syscall (windows-amd64), const PROV_INTEL_SEC ideal-int +pkg syscall (windows-amd64), const PROV_MS_EXCHANGE ideal-int +pkg syscall (windows-amd64), const PROV_REPLACE_OWF ideal-int +pkg syscall (windows-amd64), const PROV_RNG ideal-int +pkg syscall (windows-amd64), const PROV_RSA_AES ideal-int +pkg syscall (windows-amd64), const PROV_RSA_FULL ideal-int +pkg syscall (windows-amd64), const PROV_RSA_SCHANNEL ideal-int +pkg syscall (windows-amd64), const PROV_RSA_SIG ideal-int +pkg syscall (windows-amd64), const PROV_SPYRUS_LYNKS ideal-int +pkg syscall (windows-amd64), const PROV_SSL ideal-int +pkg syscall (windows-amd64), const REG_BINARY ideal-int +pkg syscall (windows-amd64), const REG_DWORD ideal-int +pkg syscall (windows-amd64), const REG_DWORD_BIG_ENDIAN ideal-int +pkg syscall (windows-amd64), const REG_DWORD_LITTLE_ENDIAN ideal-int +pkg syscall (windows-amd64), const REG_EXPAND_SZ ideal-int +pkg syscall (windows-amd64), const REG_FULL_RESOURCE_DESCRIPTOR ideal-int +pkg syscall (windows-amd64), const REG_LINK ideal-int +pkg syscall (windows-amd64), const REG_MULTI_SZ ideal-int +pkg syscall (windows-amd64), const REG_NONE ideal-int +pkg syscall (windows-amd64), const REG_QWORD ideal-int +pkg syscall (windows-amd64), const REG_QWORD_LITTLE_ENDIAN ideal-int +pkg syscall (windows-amd64), const REG_RESOURCE_LIST ideal-int +pkg syscall (windows-amd64), const REG_RESOURCE_REQUIREMENTS_LIST ideal-int +pkg syscall (windows-amd64), const REG_SZ ideal-int +pkg syscall (windows-amd64), const SIO_GET_INTERFACE_LIST ideal-int +pkg syscall (windows-amd64), const SO_UPDATE_ACCEPT_CONTEXT ideal-int +pkg syscall (windows-amd64), const STANDARD_RIGHTS_ALL ideal-int +pkg syscall (windows-amd64), const STANDARD_RIGHTS_EXECUTE ideal-int +pkg syscall (windows-amd64), const STANDARD_RIGHTS_READ ideal-int +pkg syscall (windows-amd64), const STANDARD_RIGHTS_REQUIRED ideal-int +pkg syscall (windows-amd64), const STANDARD_RIGHTS_WRITE ideal-int +pkg syscall (windows-amd64), const STARTF_USESHOWWINDOW ideal-int +pkg syscall (windows-amd64), const STARTF_USESTDHANDLES ideal-int +pkg syscall (windows-amd64), const STD_ERROR_HANDLE ideal-int +pkg syscall (windows-amd64), const STD_INPUT_HANDLE ideal-int +pkg syscall (windows-amd64), const STD_OUTPUT_HANDLE ideal-int +pkg syscall (windows-amd64), const SUBLANG_ENGLISH_US ideal-int +pkg syscall (windows-amd64), const SW_FORCEMINIMIZE ideal-int +pkg syscall (windows-amd64), const SW_HIDE ideal-int +pkg syscall (windows-amd64), const SW_MAXIMIZE ideal-int +pkg syscall (windows-amd64), const SW_MINIMIZE ideal-int +pkg syscall (windows-amd64), const SW_NORMAL ideal-int +pkg syscall (windows-amd64), const SW_RESTORE ideal-int +pkg syscall (windows-amd64), const SW_SHOW ideal-int +pkg syscall (windows-amd64), const SW_SHOWDEFAULT ideal-int +pkg syscall (windows-amd64), const SW_SHOWMAXIMIZED ideal-int +pkg syscall (windows-amd64), const SW_SHOWMINIMIZED ideal-int +pkg syscall (windows-amd64), const SW_SHOWMINNOACTIVE ideal-int +pkg syscall (windows-amd64), const SW_SHOWNA ideal-int +pkg syscall (windows-amd64), const SW_SHOWNOACTIVATE ideal-int +pkg syscall (windows-amd64), const SW_SHOWNORMAL ideal-int +pkg syscall (windows-amd64), const SYNCHRONIZE ideal-int +pkg syscall (windows-amd64), const S_IWRITE ideal-int +pkg syscall (windows-amd64), const SidTypeAlias ideal-int +pkg syscall (windows-amd64), const SidTypeComputer ideal-int +pkg syscall (windows-amd64), const SidTypeDeletedAccount ideal-int +pkg syscall (windows-amd64), const SidTypeDomain ideal-int +pkg syscall (windows-amd64), const SidTypeGroup ideal-int +pkg syscall (windows-amd64), const SidTypeInvalid ideal-int +pkg syscall (windows-amd64), const SidTypeLabel ideal-int +pkg syscall (windows-amd64), const SidTypeUnknown ideal-int +pkg syscall (windows-amd64), const SidTypeUser ideal-int +pkg syscall (windows-amd64), const SidTypeWellKnownGroup ideal-int +pkg syscall (windows-amd64), const TF_DISCONNECT ideal-int +pkg syscall (windows-amd64), const TF_REUSE_SOCKET ideal-int +pkg syscall (windows-amd64), const TF_USE_DEFAULT_WORKER ideal-int +pkg syscall (windows-amd64), const TF_USE_KERNEL_APC ideal-int +pkg syscall (windows-amd64), const TF_USE_SYSTEM_THREAD ideal-int +pkg syscall (windows-amd64), const TF_WRITE_BEHIND ideal-int +pkg syscall (windows-amd64), const TIME_ZONE_ID_DAYLIGHT ideal-int +pkg syscall (windows-amd64), const TIME_ZONE_ID_STANDARD ideal-int +pkg syscall (windows-amd64), const TIME_ZONE_ID_UNKNOWN ideal-int +pkg syscall (windows-amd64), const TOKEN_ADJUST_DEFAULT ideal-int +pkg syscall (windows-amd64), const TOKEN_ADJUST_GROUPS ideal-int +pkg syscall (windows-amd64), const TOKEN_ADJUST_PRIVILEGES ideal-int +pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS ideal-int +pkg syscall (windows-amd64), const TOKEN_ASSIGN_PRIMARY ideal-int +pkg syscall (windows-amd64), const TOKEN_DUPLICATE ideal-int +pkg syscall (windows-amd64), const TOKEN_EXECUTE ideal-int +pkg syscall (windows-amd64), const TOKEN_IMPERSONATE ideal-int +pkg syscall (windows-amd64), const TOKEN_QUERY ideal-int +pkg syscall (windows-amd64), const TOKEN_QUERY_SOURCE ideal-int +pkg syscall (windows-amd64), const TOKEN_READ ideal-int +pkg syscall (windows-amd64), const TOKEN_WRITE ideal-int +pkg syscall (windows-amd64), const TRUNCATE_EXISTING ideal-int +pkg syscall (windows-amd64), const TokenAccessInformation ideal-int +pkg syscall (windows-amd64), const TokenAuditPolicy ideal-int +pkg syscall (windows-amd64), const TokenDefaultDacl ideal-int +pkg syscall (windows-amd64), const TokenElevation ideal-int +pkg syscall (windows-amd64), const TokenElevationType ideal-int +pkg syscall (windows-amd64), const TokenGroups ideal-int +pkg syscall (windows-amd64), const TokenGroupsAndPrivileges ideal-int +pkg syscall (windows-amd64), const TokenHasRestrictions ideal-int +pkg syscall (windows-amd64), const TokenImpersonationLevel ideal-int +pkg syscall (windows-amd64), const TokenIntegrityLevel ideal-int +pkg syscall (windows-amd64), const TokenLinkedToken ideal-int +pkg syscall (windows-amd64), const TokenLogonSid ideal-int +pkg syscall (windows-amd64), const TokenMandatoryPolicy ideal-int +pkg syscall (windows-amd64), const TokenOrigin ideal-int +pkg syscall (windows-amd64), const TokenOwner ideal-int +pkg syscall (windows-amd64), const TokenPrimaryGroup ideal-int +pkg syscall (windows-amd64), const TokenPrivileges ideal-int +pkg syscall (windows-amd64), const TokenRestrictedSids ideal-int +pkg syscall (windows-amd64), const TokenSandBoxInert ideal-int +pkg syscall (windows-amd64), const TokenSessionId ideal-int +pkg syscall (windows-amd64), const TokenSessionReference ideal-int +pkg syscall (windows-amd64), const TokenSource ideal-int +pkg syscall (windows-amd64), const TokenStatistics ideal-int +pkg syscall (windows-amd64), const TokenType ideal-int +pkg syscall (windows-amd64), const TokenUIAccess ideal-int +pkg syscall (windows-amd64), const TokenUser ideal-int +pkg syscall (windows-amd64), const TokenVirtualizationAllowed ideal-int +pkg syscall (windows-amd64), const TokenVirtualizationEnabled ideal-int +pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_AND ideal-int +pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_OR ideal-int +pkg syscall (windows-amd64), const WAIT_ABANDONED ideal-int +pkg syscall (windows-amd64), const WAIT_FAILED ideal-int +pkg syscall (windows-amd64), const WAIT_OBJECT_0 ideal-int +pkg syscall (windows-amd64), const WAIT_TIMEOUT ideal-int +pkg syscall (windows-amd64), const WSADESCRIPTION_LEN ideal-int +pkg syscall (windows-amd64), const WSASYS_STATUS_LEN ideal-int +pkg syscall (windows-amd64), const X509_ASN_ENCODING ideal-int +pkg syscall (windows-amd64), func Accept(Handle) (Handle, Sockaddr, error) +pkg syscall (windows-amd64), func AcceptEx(Handle, Handle, *uint8, uint32, uint32, uint32, *uint32, *Overlapped) error +pkg syscall (windows-amd64), func Bind(Handle, Sockaddr) error +pkg syscall (windows-amd64), func CancelIo(Handle) error +pkg syscall (windows-amd64), func CertAddCertificateContextToStore(Handle, *CertContext, uint32, **CertContext) error +pkg syscall (windows-amd64), func CertCloseStore(Handle, uint32) error +pkg syscall (windows-amd64), func CertCreateCertificateContext(uint32, *uint8, uint32) (*CertContext, error) +pkg syscall (windows-amd64), func CertEnumCertificatesInStore(Handle, *CertContext) (*CertContext, error) +pkg syscall (windows-amd64), func CertFreeCertificateChain(*CertChainContext) +pkg syscall (windows-amd64), func CertFreeCertificateContext(*CertContext) error +pkg syscall (windows-amd64), func CertGetCertificateChain(Handle, *CertContext, *Filetime, Handle, *CertChainPara, uint32, uintptr, **CertChainContext) error +pkg syscall (windows-amd64), func CertOpenStore(uintptr, uint32, uintptr, uint32, uintptr) (Handle, error) +pkg syscall (windows-amd64), func CertOpenSystemStore(Handle, *uint16) (Handle, error) +pkg syscall (windows-amd64), func CertVerifyCertificateChainPolicy(uintptr, *CertChainContext, *CertChainPolicyPara, *CertChainPolicyStatus) error +pkg syscall (windows-amd64), func Close(Handle) error +pkg syscall (windows-amd64), func CloseHandle(Handle) error +pkg syscall (windows-amd64), func CloseOnExec(Handle) +pkg syscall (windows-amd64), func Closesocket(Handle) error +pkg syscall (windows-amd64), func CommandLineToArgv(*uint16, *int32) (*[8192]*[8192]uint16, error) +pkg syscall (windows-amd64), func ComputerName() (string, error) +pkg syscall (windows-amd64), func Connect(Handle, Sockaddr) error +pkg syscall (windows-amd64), func ConvertSidToStringSid(*SID, **uint16) error +pkg syscall (windows-amd64), func ConvertStringSidToSid(*uint16, **SID) error +pkg syscall (windows-amd64), func CopySid(uint32, *SID, *SID) error +pkg syscall (windows-amd64), func CreateDirectory(*uint16, *SecurityAttributes) error +pkg syscall (windows-amd64), func CreateFile(*uint16, uint32, uint32, *SecurityAttributes, uint32, uint32, int32) (Handle, error) +pkg syscall (windows-amd64), func CreateFileMapping(Handle, *SecurityAttributes, uint32, uint32, uint32, *uint16) (Handle, error) +pkg syscall (windows-amd64), func CreateIoCompletionPort(Handle, Handle, uint32, uint32) (Handle, error) +pkg syscall (windows-amd64), func CreatePipe(*Handle, *Handle, *SecurityAttributes, uint32) error +pkg syscall (windows-amd64), func CreateProcess(*uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error +pkg syscall (windows-amd64), func CryptAcquireContext(*Handle, *uint16, *uint16, uint32, uint32) error +pkg syscall (windows-amd64), func CryptGenRandom(Handle, uint32, *uint8) error +pkg syscall (windows-amd64), func CryptReleaseContext(Handle, uint32) error +pkg syscall (windows-amd64), func DeleteFile(*uint16) error +pkg syscall (windows-amd64), func DnsQuery(string, uint16, uint32, *uint8, **DNSRecord, *uint8) error +pkg syscall (windows-amd64), func DnsRecordListFree(*DNSRecord, uint32) +pkg syscall (windows-amd64), func DuplicateHandle(Handle, Handle, Handle, *Handle, uint32, bool, uint32) error +pkg syscall (windows-amd64), func EscapeArg(string) string +pkg syscall (windows-amd64), func ExitProcess(uint32) +pkg syscall (windows-amd64), func Fchdir(Handle) error +pkg syscall (windows-amd64), func Fchmod(Handle, uint32) error +pkg syscall (windows-amd64), func Fchown(Handle, int, int) error +pkg syscall (windows-amd64), func FindClose(Handle) error +pkg syscall (windows-amd64), func FindFirstFile(*uint16, *Win32finddata) (Handle, error) +pkg syscall (windows-amd64), func FindNextFile(Handle, *Win32finddata) error +pkg syscall (windows-amd64), func FlushFileBuffers(Handle) error +pkg syscall (windows-amd64), func FlushViewOfFile(uintptr, uintptr) error +pkg syscall (windows-amd64), func FormatMessage(uint32, uint32, uint32, uint32, []uint16, *uint8) (uint32, error) +pkg syscall (windows-amd64), func FreeEnvironmentStrings(*uint16) error +pkg syscall (windows-amd64), func FreeLibrary(Handle) error +pkg syscall (windows-amd64), func Fsync(Handle) error +pkg syscall (windows-amd64), func Ftruncate(Handle, int64) error +pkg syscall (windows-amd64), func GetAcceptExSockaddrs(*uint8, uint32, uint32, uint32, **RawSockaddrAny, *int32, **RawSockaddrAny, *int32) +pkg syscall (windows-amd64), func GetAdaptersInfo(*IpAdapterInfo, *uint32) error +pkg syscall (windows-amd64), func GetCommandLine() *uint16 +pkg syscall (windows-amd64), func GetComputerName(*uint16, *uint32) error +pkg syscall (windows-amd64), func GetCurrentDirectory(uint32, *uint16) (uint32, error) +pkg syscall (windows-amd64), func GetCurrentProcess() (Handle, error) +pkg syscall (windows-amd64), func GetEnvironmentStrings() (*uint16, error) +pkg syscall (windows-amd64), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error) +pkg syscall (windows-amd64), func GetExitCodeProcess(Handle, *uint32) error +pkg syscall (windows-amd64), func GetFileAttributes(*uint16) (uint32, error) +pkg syscall (windows-amd64), func GetFileAttributesEx(*uint16, uint32, *uint8) error +pkg syscall (windows-amd64), func GetFileInformationByHandle(Handle, *ByHandleFileInformation) error +pkg syscall (windows-amd64), func GetFileType(Handle) (uint32, error) +pkg syscall (windows-amd64), func GetFullPathName(*uint16, uint32, *uint16, **uint16) (uint32, error) +pkg syscall (windows-amd64), func GetHostByName(string) (*Hostent, error) +pkg syscall (windows-amd64), func GetIfEntry(*MibIfRow) error +pkg syscall (windows-amd64), func GetLastError() error +pkg syscall (windows-amd64), func GetLengthSid(*SID) uint32 +pkg syscall (windows-amd64), func GetLongPathName(*uint16, *uint16, uint32) (uint32, error) +pkg syscall (windows-amd64), func GetProcAddress(Handle, string) (uintptr, error) +pkg syscall (windows-amd64), func GetProcessTimes(Handle, *Filetime, *Filetime, *Filetime, *Filetime) error +pkg syscall (windows-amd64), func GetProtoByName(string) (*Protoent, error) +pkg syscall (windows-amd64), func GetQueuedCompletionStatus(Handle, *uint32, *uint32, **Overlapped, uint32) error +pkg syscall (windows-amd64), func GetServByName(string, string) (*Servent, error) +pkg syscall (windows-amd64), func GetShortPathName(*uint16, *uint16, uint32) (uint32, error) +pkg syscall (windows-amd64), func GetStartupInfo(*StartupInfo) error +pkg syscall (windows-amd64), func GetStdHandle(int) (Handle, error) +pkg syscall (windows-amd64), func GetSystemTimeAsFileTime(*Filetime) +pkg syscall (windows-amd64), func GetTempPath(uint32, *uint16) (uint32, error) +pkg syscall (windows-amd64), func GetTimeZoneInformation(*Timezoneinformation) (uint32, error) +pkg syscall (windows-amd64), func GetTokenInformation(Token, uint32, *uint8, uint32, *uint32) error +pkg syscall (windows-amd64), func GetUserNameEx(uint32, *uint16, *uint32) error +pkg syscall (windows-amd64), func GetUserProfileDirectory(Token, *uint16, *uint32) error +pkg syscall (windows-amd64), func GetVersion() (uint32, error) +pkg syscall (windows-amd64), func Getpeername(Handle) (Sockaddr, error) +pkg syscall (windows-amd64), func Getsockname(Handle) (Sockaddr, error) +pkg syscall (windows-amd64), func GetsockoptInt(Handle, int, int) (int, error) +pkg syscall (windows-amd64), func Listen(Handle, int) error +pkg syscall (windows-amd64), func LoadDLL(string) (*DLL, error) +pkg syscall (windows-amd64), func LoadLibrary(string) (Handle, error) +pkg syscall (windows-amd64), func LocalFree(Handle) (Handle, error) +pkg syscall (windows-amd64), func LookupAccountName(*uint16, *uint16, *SID, *uint32, *uint16, *uint32, *uint32) error +pkg syscall (windows-amd64), func LookupAccountSid(*uint16, *SID, *uint16, *uint32, *uint16, *uint32, *uint32) error +pkg syscall (windows-amd64), func LookupSID(string, string) (*SID, string, uint32, error) +pkg syscall (windows-amd64), func MapViewOfFile(Handle, uint32, uint32, uint32, uintptr) (uintptr, error) +pkg syscall (windows-amd64), func MoveFile(*uint16, *uint16) error +pkg syscall (windows-amd64), func MustLoadDLL(string) *DLL +pkg syscall (windows-amd64), func NetApiBufferFree(*uint8) error +pkg syscall (windows-amd64), func NetUserGetInfo(*uint16, *uint16, uint32, **uint8) error +pkg syscall (windows-amd64), func NewCallback(interface{}) uintptr +pkg syscall (windows-amd64), func NewLazyDLL(string) *LazyDLL +pkg syscall (windows-amd64), func NsecToFiletime(int64) Filetime +pkg syscall (windows-amd64), func Ntohs(uint16) uint16 +pkg syscall (windows-amd64), func Open(string, int, uint32) (Handle, error) +pkg syscall (windows-amd64), func OpenCurrentProcessToken() (Token, error) +pkg syscall (windows-amd64), func OpenProcess(uint32, bool, uint32) (Handle, error) +pkg syscall (windows-amd64), func OpenProcessToken(Handle, uint32, *Token) error +pkg syscall (windows-amd64), func Pipe([]Handle) error +pkg syscall (windows-amd64), func PostQueuedCompletionStatus(Handle, uint32, uint32, *Overlapped) error +pkg syscall (windows-amd64), func Read(Handle, []uint8) (int, error) +pkg syscall (windows-amd64), func ReadDirectoryChanges(Handle, *uint8, uint32, bool, uint32, *uint32, *Overlapped, uintptr) error +pkg syscall (windows-amd64), func ReadFile(Handle, []uint8, *uint32, *Overlapped) error +pkg syscall (windows-amd64), func Recvfrom(Handle, []uint8, int) (int, Sockaddr, error) +pkg syscall (windows-amd64), func RegCloseKey(Handle) error +pkg syscall (windows-amd64), func RegEnumKeyEx(Handle, uint32, *uint16, *uint32, *uint32, *uint16, *uint32, *Filetime) error +pkg syscall (windows-amd64), func RegOpenKeyEx(Handle, *uint16, uint32, uint32, *Handle) error +pkg syscall (windows-amd64), func RegQueryInfoKey(Handle, *uint16, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *uint32, *Filetime) error +pkg syscall (windows-amd64), func RegQueryValueEx(Handle, *uint16, *uint32, *uint32, *uint8, *uint32) error +pkg syscall (windows-amd64), func RemoveDirectory(*uint16) error +pkg syscall (windows-amd64), func Seek(Handle, int64, int) (int64, error) +pkg syscall (windows-amd64), func Sendto(Handle, []uint8, int, Sockaddr) error +pkg syscall (windows-amd64), func SetCurrentDirectory(*uint16) error +pkg syscall (windows-amd64), func SetEndOfFile(Handle) error +pkg syscall (windows-amd64), func SetEnvironmentVariable(*uint16, *uint16) error +pkg syscall (windows-amd64), func SetFileAttributes(*uint16, uint32) error +pkg syscall (windows-amd64), func SetFilePointer(Handle, int32, *int32, uint32) (uint32, error) +pkg syscall (windows-amd64), func SetFileTime(Handle, *Filetime, *Filetime, *Filetime) error +pkg syscall (windows-amd64), func SetHandleInformation(Handle, uint32, uint32) error +pkg syscall (windows-amd64), func SetNonblock(Handle, bool) error +pkg syscall (windows-amd64), func Setsockopt(Handle, int32, int32, *uint8, int32) error +pkg syscall (windows-amd64), func SetsockoptIPMreq(Handle, int, int, *IPMreq) error +pkg syscall (windows-amd64), func SetsockoptIPv6Mreq(Handle, int, int, *IPv6Mreq) error +pkg syscall (windows-amd64), func SetsockoptInet4Addr(Handle, int, int, [4]uint8) error +pkg syscall (windows-amd64), func SetsockoptInt(Handle, int, int, int) error +pkg syscall (windows-amd64), func SetsockoptLinger(Handle, int, int, *Linger) error +pkg syscall (windows-amd64), func SetsockoptTimeval(Handle, int, int, *Timeval) error +pkg syscall (windows-amd64), func Shutdown(Handle, int) error +pkg syscall (windows-amd64), func Socket(int, int, int) (Handle, error) +pkg syscall (windows-amd64), func StringToSid(string) (*SID, error) +pkg syscall (windows-amd64), func StringToUTF16(string) []uint16 +pkg syscall (windows-amd64), func StringToUTF16Ptr(string) *uint16 +pkg syscall (windows-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), func Syscall12(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), func Syscall15(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (windows-amd64), func TerminateProcess(Handle, uint32) error +pkg syscall (windows-amd64), func TranslateAccountName(string, uint32, uint32, int) (string, error) +pkg syscall (windows-amd64), func TranslateName(*uint16, uint32, uint32, *uint16, *uint32) error +pkg syscall (windows-amd64), func TransmitFile(Handle, Handle, uint32, uint32, *Overlapped, *TransmitFileBuffers, uint32) error +pkg syscall (windows-amd64), func UTF16ToString([]uint16) string +pkg syscall (windows-amd64), func UnmapViewOfFile(uintptr) error +pkg syscall (windows-amd64), func VirtualLock(uintptr, uintptr) error +pkg syscall (windows-amd64), func VirtualUnlock(uintptr, uintptr) error +pkg syscall (windows-amd64), func WSACleanup() error +pkg syscall (windows-amd64), func WSAIoctl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped, uintptr) error +pkg syscall (windows-amd64), func WSARecv(Handle, *WSABuf, uint32, *uint32, *uint32, *Overlapped, *uint8) error +pkg syscall (windows-amd64), func WSARecvFrom(Handle, *WSABuf, uint32, *uint32, *uint32, *RawSockaddrAny, *int32, *Overlapped, *uint8) error +pkg syscall (windows-amd64), func WSASend(Handle, *WSABuf, uint32, *uint32, uint32, *Overlapped, *uint8) error +pkg syscall (windows-amd64), func WSASendTo(Handle, *WSABuf, uint32, *uint32, uint32, *RawSockaddrAny, int32, *Overlapped, *uint8) error +pkg syscall (windows-amd64), func WSASendto(Handle, *WSABuf, uint32, *uint32, uint32, Sockaddr, *Overlapped, *uint8) error +pkg syscall (windows-amd64), func WSAStartup(uint32, *WSAData) error +pkg syscall (windows-amd64), func WaitForSingleObject(Handle, uint32) (uint32, error) +pkg syscall (windows-amd64), func Write(Handle, []uint8) (int, error) +pkg syscall (windows-amd64), func WriteFile(Handle, []uint8, *uint32, *Overlapped) error +pkg syscall (windows-amd64), method (*DLL) FindProc(string) (*Proc, error) +pkg syscall (windows-amd64), method (*DLL) MustFindProc(string) *Proc +pkg syscall (windows-amd64), method (*DLL) Release() error +pkg syscall (windows-amd64), method (*DLLError) Error() string +pkg syscall (windows-amd64), method (*Filetime) Nanoseconds() int64 +pkg syscall (windows-amd64), method (*LazyDLL) Handle() uintptr +pkg syscall (windows-amd64), method (*LazyDLL) Load() error +pkg syscall (windows-amd64), method (*LazyDLL) NewProc(string) *LazyProc +pkg syscall (windows-amd64), method (*LazyProc) Addr() uintptr +pkg syscall (windows-amd64), method (*LazyProc) Call(...uintptr) (uintptr, uintptr, error) +pkg syscall (windows-amd64), method (*LazyProc) Find() error +pkg syscall (windows-amd64), method (*Proc) Addr() uintptr +pkg syscall (windows-amd64), method (*Proc) Call(...uintptr) (uintptr, uintptr, error) +pkg syscall (windows-amd64), method (*RawSockaddrAny) Sockaddr() (Sockaddr, error) +pkg syscall (windows-amd64), method (*SID) Copy() (*SID, error) +pkg syscall (windows-amd64), method (*SID) Len() int +pkg syscall (windows-amd64), method (*SID) LookupAccount(string) (string, string, uint32, error) +pkg syscall (windows-amd64), method (*SID) String() (string, error) +pkg syscall (windows-amd64), method (*Timeval) Nanoseconds() int64 +pkg syscall (windows-amd64), method (Token) Close() error +pkg syscall (windows-amd64), method (Token) GetTokenPrimaryGroup() (*Tokenprimarygroup, error) +pkg syscall (windows-amd64), method (Token) GetTokenUser() (*Tokenuser, error) +pkg syscall (windows-amd64), method (Token) GetUserProfileDirectory() (string, error) +pkg syscall (windows-amd64), type ByHandleFileInformation struct +pkg syscall (windows-amd64), type ByHandleFileInformation struct, CreationTime Filetime +pkg syscall (windows-amd64), type ByHandleFileInformation struct, FileAttributes uint32 +pkg syscall (windows-amd64), type ByHandleFileInformation struct, FileIndexHigh uint32 +pkg syscall (windows-amd64), type ByHandleFileInformation struct, FileIndexLow uint32 +pkg syscall (windows-amd64), type ByHandleFileInformation struct, FileSizeHigh uint32 +pkg syscall (windows-amd64), type ByHandleFileInformation struct, FileSizeLow uint32 +pkg syscall (windows-amd64), type ByHandleFileInformation struct, LastAccessTime Filetime +pkg syscall (windows-amd64), type ByHandleFileInformation struct, LastWriteTime Filetime +pkg syscall (windows-amd64), type ByHandleFileInformation struct, NumberOfLinks uint32 +pkg syscall (windows-amd64), type ByHandleFileInformation struct, VolumeSerialNumber uint32 +pkg syscall (windows-amd64), type CertChainContext struct +pkg syscall (windows-amd64), type CertChainContext struct, ChainCount uint32 +pkg syscall (windows-amd64), type CertChainContext struct, Chains **CertSimpleChain +pkg syscall (windows-amd64), type CertChainContext struct, HasRevocationFreshnessTime uint32 +pkg syscall (windows-amd64), type CertChainContext struct, LowerQualityChainCount uint32 +pkg syscall (windows-amd64), type CertChainContext struct, LowerQualityChains **CertChainContext +pkg syscall (windows-amd64), type CertChainContext struct, RevocationFreshnessTime uint32 +pkg syscall (windows-amd64), type CertChainContext struct, Size uint32 +pkg syscall (windows-amd64), type CertChainContext struct, TrustStatus CertTrustStatus +pkg syscall (windows-amd64), type CertChainElement struct +pkg syscall (windows-amd64), type CertChainElement struct, ApplicationUsage *CertEnhKeyUsage +pkg syscall (windows-amd64), type CertChainElement struct, CertContext *CertContext +pkg syscall (windows-amd64), type CertChainElement struct, ExtendedErrorInfo *uint16 +pkg syscall (windows-amd64), type CertChainElement struct, IssuanceUsage *CertEnhKeyUsage +pkg syscall (windows-amd64), type CertChainElement struct, RevocationInfo *CertRevocationInfo +pkg syscall (windows-amd64), type CertChainElement struct, Size uint32 +pkg syscall (windows-amd64), type CertChainElement struct, TrustStatus CertTrustStatus +pkg syscall (windows-amd64), type CertChainPara struct +pkg syscall (windows-amd64), type CertChainPara struct, CacheResync *Filetime +pkg syscall (windows-amd64), type CertChainPara struct, CheckRevocationFreshnessTime uint32 +pkg syscall (windows-amd64), type CertChainPara struct, RequestedUsage CertUsageMatch +pkg syscall (windows-amd64), type CertChainPara struct, RequstedIssuancePolicy CertUsageMatch +pkg syscall (windows-amd64), type CertChainPara struct, RevocationFreshnessTime uint32 +pkg syscall (windows-amd64), type CertChainPara struct, Size uint32 +pkg syscall (windows-amd64), type CertChainPara struct, URLRetrievalTimeout uint32 +pkg syscall (windows-amd64), type CertChainPolicyPara struct +pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara uintptr +pkg syscall (windows-amd64), type CertChainPolicyPara struct, Flags uint32 +pkg syscall (windows-amd64), type CertChainPolicyPara struct, Size uint32 +pkg syscall (windows-amd64), type CertChainPolicyStatus struct +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ChainIndex uint32 +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ElementIndex uint32 +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, Error uint32 +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr +pkg syscall (windows-amd64), type CertChainPolicyStatus struct, Size uint32 +pkg syscall (windows-amd64), type CertContext struct +pkg syscall (windows-amd64), type CertContext struct, CertInfo uintptr +pkg syscall (windows-amd64), type CertContext struct, EncodedCert *uint8 +pkg syscall (windows-amd64), type CertContext struct, EncodingType uint32 +pkg syscall (windows-amd64), type CertContext struct, Length uint32 +pkg syscall (windows-amd64), type CertContext struct, Store Handle +pkg syscall (windows-amd64), type CertEnhKeyUsage struct +pkg syscall (windows-amd64), type CertEnhKeyUsage struct, Length uint32 +pkg syscall (windows-amd64), type CertEnhKeyUsage struct, UsageIdentifiers **uint8 +pkg syscall (windows-amd64), type CertRevocationInfo struct +pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr +pkg syscall (windows-amd64), type CertRevocationInfo struct, FreshnessTime uint32 +pkg syscall (windows-amd64), type CertRevocationInfo struct, HasFreshnessTime uint32 +pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr +pkg syscall (windows-amd64), type CertRevocationInfo struct, RevocationOid *uint8 +pkg syscall (windows-amd64), type CertRevocationInfo struct, RevocationResult uint32 +pkg syscall (windows-amd64), type CertRevocationInfo struct, Size uint32 +pkg syscall (windows-amd64), type CertSimpleChain struct +pkg syscall (windows-amd64), type CertSimpleChain struct, Elements **CertChainElement +pkg syscall (windows-amd64), type CertSimpleChain struct, HasRevocationFreshnessTime uint32 +pkg syscall (windows-amd64), type CertSimpleChain struct, NumElements uint32 +pkg syscall (windows-amd64), type CertSimpleChain struct, RevocationFreshnessTime uint32 +pkg syscall (windows-amd64), type CertSimpleChain struct, Size uint32 +pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr +pkg syscall (windows-amd64), type CertSimpleChain struct, TrustStatus CertTrustStatus +pkg syscall (windows-amd64), type CertTrustStatus struct +pkg syscall (windows-amd64), type CertTrustStatus struct, ErrorStatus uint32 +pkg syscall (windows-amd64), type CertTrustStatus struct, InfoStatus uint32 +pkg syscall (windows-amd64), type CertUsageMatch struct +pkg syscall (windows-amd64), type CertUsageMatch struct, Type uint32 +pkg syscall (windows-amd64), type CertUsageMatch struct, Usage CertEnhKeyUsage +pkg syscall (windows-amd64), type DLL struct +pkg syscall (windows-amd64), type DLL struct, Handle Handle +pkg syscall (windows-amd64), type DLL struct, Name string +pkg syscall (windows-amd64), type DLLError struct +pkg syscall (windows-amd64), type DLLError struct, Err error +pkg syscall (windows-amd64), type DLLError struct, Msg string +pkg syscall (windows-amd64), type DLLError struct, ObjName string +pkg syscall (windows-amd64), type DNSMXData struct +pkg syscall (windows-amd64), type DNSMXData struct, NameExchange *uint16 +pkg syscall (windows-amd64), type DNSMXData struct, Pad uint16 +pkg syscall (windows-amd64), type DNSMXData struct, Preference uint16 +pkg syscall (windows-amd64), type DNSPTRData struct +pkg syscall (windows-amd64), type DNSPTRData struct, Host *uint16 +pkg syscall (windows-amd64), type DNSRecord struct +pkg syscall (windows-amd64), type DNSRecord struct, Data [40]uint8 +pkg syscall (windows-amd64), type DNSRecord struct, Dw uint32 +pkg syscall (windows-amd64), type DNSRecord struct, Length uint16 +pkg syscall (windows-amd64), type DNSRecord struct, Name *uint16 +pkg syscall (windows-amd64), type DNSRecord struct, Next *DNSRecord +pkg syscall (windows-amd64), type DNSRecord struct, Reserved uint32 +pkg syscall (windows-amd64), type DNSRecord struct, Ttl uint32 +pkg syscall (windows-amd64), type DNSRecord struct, Type uint16 +pkg syscall (windows-amd64), type DNSSRVData struct +pkg syscall (windows-amd64), type DNSSRVData struct, Pad uint16 +pkg syscall (windows-amd64), type DNSSRVData struct, Port uint16 +pkg syscall (windows-amd64), type DNSSRVData struct, Priority uint16 +pkg syscall (windows-amd64), type DNSSRVData struct, Target *uint16 +pkg syscall (windows-amd64), type DNSSRVData struct, Weight uint16 +pkg syscall (windows-amd64), type DNSTXTData struct +pkg syscall (windows-amd64), type DNSTXTData struct, StringArray [1]*uint16 +pkg syscall (windows-amd64), type DNSTXTData struct, StringCount uint16 +pkg syscall (windows-amd64), type FileNotifyInformation struct +pkg syscall (windows-amd64), type FileNotifyInformation struct, Action uint32 +pkg syscall (windows-amd64), type FileNotifyInformation struct, FileName uint16 +pkg syscall (windows-amd64), type FileNotifyInformation struct, FileNameLength uint32 +pkg syscall (windows-amd64), type FileNotifyInformation struct, NextEntryOffset uint32 +pkg syscall (windows-amd64), type Filetime struct +pkg syscall (windows-amd64), type Filetime struct, HighDateTime uint32 +pkg syscall (windows-amd64), type Filetime struct, LowDateTime uint32 +pkg syscall (windows-amd64), type Handle uintptr +pkg syscall (windows-amd64), type Hostent struct +pkg syscall (windows-amd64), type Hostent struct, AddrList **uint8 +pkg syscall (windows-amd64), type Hostent struct, AddrType uint16 +pkg syscall (windows-amd64), type Hostent struct, Aliases **uint8 +pkg syscall (windows-amd64), type Hostent struct, Length uint16 +pkg syscall (windows-amd64), type Hostent struct, Name *uint8 +pkg syscall (windows-amd64), type InterfaceInfo struct +pkg syscall (windows-amd64), type InterfaceInfo struct, Address SockaddrGen +pkg syscall (windows-amd64), type InterfaceInfo struct, BroadcastAddress SockaddrGen +pkg syscall (windows-amd64), type InterfaceInfo struct, Flags uint32 +pkg syscall (windows-amd64), type InterfaceInfo struct, Netmask SockaddrGen +pkg syscall (windows-amd64), type IpAdapterInfo struct +pkg syscall (windows-amd64), type IpAdapterInfo struct, AdapterName [260]uint8 +pkg syscall (windows-amd64), type IpAdapterInfo struct, Address [8]uint8 +pkg syscall (windows-amd64), type IpAdapterInfo struct, AddressLength uint32 +pkg syscall (windows-amd64), type IpAdapterInfo struct, ComboIndex uint32 +pkg syscall (windows-amd64), type IpAdapterInfo struct, CurrentIpAddress *IpAddrString +pkg syscall (windows-amd64), type IpAdapterInfo struct, Description [132]uint8 +pkg syscall (windows-amd64), type IpAdapterInfo struct, DhcpEnabled uint32 +pkg syscall (windows-amd64), type IpAdapterInfo struct, DhcpServer IpAddrString +pkg syscall (windows-amd64), type IpAdapterInfo struct, GatewayList IpAddrString +pkg syscall (windows-amd64), type IpAdapterInfo struct, HaveWins bool +pkg syscall (windows-amd64), type IpAdapterInfo struct, Index uint32 +pkg syscall (windows-amd64), type IpAdapterInfo struct, IpAddressList IpAddrString +pkg syscall (windows-amd64), type IpAdapterInfo struct, LeaseExpires int64 +pkg syscall (windows-amd64), type IpAdapterInfo struct, LeaseObtained int64 +pkg syscall (windows-amd64), type IpAdapterInfo struct, Next *IpAdapterInfo +pkg syscall (windows-amd64), type IpAdapterInfo struct, PrimaryWinsServer IpAddrString +pkg syscall (windows-amd64), type IpAdapterInfo struct, SecondaryWinsServer IpAddrString +pkg syscall (windows-amd64), type IpAdapterInfo struct, Type uint32 +pkg syscall (windows-amd64), type IpAddrString struct +pkg syscall (windows-amd64), type IpAddrString struct, Context uint32 +pkg syscall (windows-amd64), type IpAddrString struct, IpAddress IpAddressString +pkg syscall (windows-amd64), type IpAddrString struct, IpMask IpMaskString +pkg syscall (windows-amd64), type IpAddrString struct, Next *IpAddrString +pkg syscall (windows-amd64), type IpAddressString struct +pkg syscall (windows-amd64), type IpAddressString struct, String [16]uint8 +pkg syscall (windows-amd64), type IpMaskString struct +pkg syscall (windows-amd64), type LazyDLL struct +pkg syscall (windows-amd64), type LazyDLL struct, Name string +pkg syscall (windows-amd64), type LazyProc struct +pkg syscall (windows-amd64), type LazyProc struct, Name string +pkg syscall (windows-amd64), type MibIfRow struct +pkg syscall (windows-amd64), type MibIfRow struct, AdminStatus uint32 +pkg syscall (windows-amd64), type MibIfRow struct, Descr [256]uint8 +pkg syscall (windows-amd64), type MibIfRow struct, DescrLen uint32 +pkg syscall (windows-amd64), type MibIfRow struct, InDiscards uint32 +pkg syscall (windows-amd64), type MibIfRow struct, InErrors uint32 +pkg syscall (windows-amd64), type MibIfRow struct, InNUcastPkts uint32 +pkg syscall (windows-amd64), type MibIfRow struct, InOctets uint32 +pkg syscall (windows-amd64), type MibIfRow struct, InUcastPkts uint32 +pkg syscall (windows-amd64), type MibIfRow struct, InUnknownProtos uint32 +pkg syscall (windows-amd64), type MibIfRow struct, Index uint32 +pkg syscall (windows-amd64), type MibIfRow struct, LastChange uint32 +pkg syscall (windows-amd64), type MibIfRow struct, Mtu uint32 +pkg syscall (windows-amd64), type MibIfRow struct, Name [256]uint16 +pkg syscall (windows-amd64), type MibIfRow struct, OperStatus uint32 +pkg syscall (windows-amd64), type MibIfRow struct, OutDiscards uint32 +pkg syscall (windows-amd64), type MibIfRow struct, OutErrors uint32 +pkg syscall (windows-amd64), type MibIfRow struct, OutNUcastPkts uint32 +pkg syscall (windows-amd64), type MibIfRow struct, OutOctets uint32 +pkg syscall (windows-amd64), type MibIfRow struct, OutQLen uint32 +pkg syscall (windows-amd64), type MibIfRow struct, OutUcastPkts uint32 +pkg syscall (windows-amd64), type MibIfRow struct, PhysAddr [8]uint8 +pkg syscall (windows-amd64), type MibIfRow struct, PhysAddrLen uint32 +pkg syscall (windows-amd64), type MibIfRow struct, Speed uint32 +pkg syscall (windows-amd64), type MibIfRow struct, Type uint32 +pkg syscall (windows-amd64), type Overlapped struct +pkg syscall (windows-amd64), type Overlapped struct, HEvent Handle +pkg syscall (windows-amd64), type Overlapped struct, Internal uintptr +pkg syscall (windows-amd64), type Overlapped struct, InternalHigh uintptr +pkg syscall (windows-amd64), type Overlapped struct, Offset uint32 +pkg syscall (windows-amd64), type Overlapped struct, OffsetHigh uint32 +pkg syscall (windows-amd64), type Proc struct +pkg syscall (windows-amd64), type Proc struct, Dll *DLL +pkg syscall (windows-amd64), type Proc struct, Name string +pkg syscall (windows-amd64), type ProcessInformation struct +pkg syscall (windows-amd64), type ProcessInformation struct, Process Handle +pkg syscall (windows-amd64), type ProcessInformation struct, ProcessId uint32 +pkg syscall (windows-amd64), type ProcessInformation struct, Thread Handle +pkg syscall (windows-amd64), type ProcessInformation struct, ThreadId uint32 +pkg syscall (windows-amd64), type Protoent struct +pkg syscall (windows-amd64), type Protoent struct, Aliases **uint8 +pkg syscall (windows-amd64), type Protoent struct, Name *uint8 +pkg syscall (windows-amd64), type Protoent struct, Proto uint16 +pkg syscall (windows-amd64), type RawSockaddr struct, Data [14]int8 +pkg syscall (windows-amd64), type RawSockaddr struct, Family uint16 +pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [96]int8 +pkg syscall (windows-amd64), type RawSockaddrInet4 struct, Family uint16 +pkg syscall (windows-amd64), type RawSockaddrInet4 struct, Zero [8]uint8 +pkg syscall (windows-amd64), type Rusage struct, CreationTime Filetime +pkg syscall (windows-amd64), type Rusage struct, ExitTime Filetime +pkg syscall (windows-amd64), type Rusage struct, KernelTime Filetime +pkg syscall (windows-amd64), type Rusage struct, UserTime Filetime +pkg syscall (windows-amd64), type SID struct +pkg syscall (windows-amd64), type SIDAndAttributes struct +pkg syscall (windows-amd64), type SIDAndAttributes struct, Attributes uint32 +pkg syscall (windows-amd64), type SIDAndAttributes struct, Sid *SID +pkg syscall (windows-amd64), type SSLExtraCertChainPolicyPara struct +pkg syscall (windows-amd64), type SSLExtraCertChainPolicyPara struct, AuthType uint32 +pkg syscall (windows-amd64), type SSLExtraCertChainPolicyPara struct, Checks uint32 +pkg syscall (windows-amd64), type SSLExtraCertChainPolicyPara struct, ServerName *uint16 +pkg syscall (windows-amd64), type SSLExtraCertChainPolicyPara struct, Size uint32 +pkg syscall (windows-amd64), type SecurityAttributes struct +pkg syscall (windows-amd64), type SecurityAttributes struct, InheritHandle uint32 +pkg syscall (windows-amd64), type SecurityAttributes struct, Length uint32 +pkg syscall (windows-amd64), type SecurityAttributes struct, SecurityDescriptor uintptr +pkg syscall (windows-amd64), type Servent struct +pkg syscall (windows-amd64), type Servent struct, Aliases **uint8 +pkg syscall (windows-amd64), type Servent struct, Name *uint8 +pkg syscall (windows-amd64), type Servent struct, Port uint16 +pkg syscall (windows-amd64), type Servent struct, Proto *uint8 +pkg syscall (windows-amd64), type SockaddrGen [24]uint8 +pkg syscall (windows-amd64), type StartupInfo struct +pkg syscall (windows-amd64), type StartupInfo struct, Cb uint32 +pkg syscall (windows-amd64), type StartupInfo struct, Desktop *uint16 +pkg syscall (windows-amd64), type StartupInfo struct, FillAttribute uint32 +pkg syscall (windows-amd64), type StartupInfo struct, Flags uint32 +pkg syscall (windows-amd64), type StartupInfo struct, ShowWindow uint16 +pkg syscall (windows-amd64), type StartupInfo struct, StdErr Handle +pkg syscall (windows-amd64), type StartupInfo struct, StdInput Handle +pkg syscall (windows-amd64), type StartupInfo struct, StdOutput Handle +pkg syscall (windows-amd64), type StartupInfo struct, Title *uint16 +pkg syscall (windows-amd64), type StartupInfo struct, X uint32 +pkg syscall (windows-amd64), type StartupInfo struct, XCountChars uint32 +pkg syscall (windows-amd64), type StartupInfo struct, XSize uint32 +pkg syscall (windows-amd64), type StartupInfo struct, Y uint32 +pkg syscall (windows-amd64), type StartupInfo struct, YCountChars uint32 +pkg syscall (windows-amd64), type StartupInfo struct, YSize uint32 +pkg syscall (windows-amd64), type SysProcAttr struct, CmdLine string +pkg syscall (windows-amd64), type SysProcAttr struct, HideWindow bool +pkg syscall (windows-amd64), type Systemtime struct +pkg syscall (windows-amd64), type Systemtime struct, Day uint16 +pkg syscall (windows-amd64), type Systemtime struct, DayOfWeek uint16 +pkg syscall (windows-amd64), type Systemtime struct, Hour uint16 +pkg syscall (windows-amd64), type Systemtime struct, Milliseconds uint16 +pkg syscall (windows-amd64), type Systemtime struct, Minute uint16 +pkg syscall (windows-amd64), type Systemtime struct, Month uint16 +pkg syscall (windows-amd64), type Systemtime struct, Second uint16 +pkg syscall (windows-amd64), type Systemtime struct, Year uint16 +pkg syscall (windows-amd64), type Timespec struct, Nsec int64 +pkg syscall (windows-amd64), type Timespec struct, Sec int64 +pkg syscall (windows-amd64), type Timeval struct, Sec int32 +pkg syscall (windows-amd64), type Timeval struct, Usec int32 +pkg syscall (windows-amd64), type Timezoneinformation struct +pkg syscall (windows-amd64), type Timezoneinformation struct, Bias int32 +pkg syscall (windows-amd64), type Timezoneinformation struct, DaylightBias int32 +pkg syscall (windows-amd64), type Timezoneinformation struct, DaylightDate Systemtime +pkg syscall (windows-amd64), type Timezoneinformation struct, DaylightName [32]uint16 +pkg syscall (windows-amd64), type Timezoneinformation struct, StandardBias int32 +pkg syscall (windows-amd64), type Timezoneinformation struct, StandardDate Systemtime +pkg syscall (windows-amd64), type Timezoneinformation struct, StandardName [32]uint16 +pkg syscall (windows-amd64), type Token uintptr +pkg syscall (windows-amd64), type Tokenprimarygroup struct +pkg syscall (windows-amd64), type Tokenprimarygroup struct, PrimaryGroup *SID +pkg syscall (windows-amd64), type Tokenuser struct +pkg syscall (windows-amd64), type Tokenuser struct, User SIDAndAttributes +pkg syscall (windows-amd64), type TransmitFileBuffers struct +pkg syscall (windows-amd64), type TransmitFileBuffers struct, Head uintptr +pkg syscall (windows-amd64), type TransmitFileBuffers struct, HeadLength uint32 +pkg syscall (windows-amd64), type TransmitFileBuffers struct, Tail uintptr +pkg syscall (windows-amd64), type TransmitFileBuffers struct, TailLength uint32 +pkg syscall (windows-amd64), type UserInfo10 struct +pkg syscall (windows-amd64), type UserInfo10 struct, Comment *uint16 +pkg syscall (windows-amd64), type UserInfo10 struct, FullName *uint16 +pkg syscall (windows-amd64), type UserInfo10 struct, Name *uint16 +pkg syscall (windows-amd64), type UserInfo10 struct, UsrComment *uint16 +pkg syscall (windows-amd64), type WSABuf struct +pkg syscall (windows-amd64), type WSABuf struct, Buf *uint8 +pkg syscall (windows-amd64), type WSABuf struct, Len uint32 +pkg syscall (windows-amd64), type WSAData struct +pkg syscall (windows-amd64), type WSAData struct, Description [257]uint8 +pkg syscall (windows-amd64), type WSAData struct, HighVersion uint16 +pkg syscall (windows-amd64), type WSAData struct, MaxSockets uint16 +pkg syscall (windows-amd64), type WSAData struct, MaxUdpDg uint16 +pkg syscall (windows-amd64), type WSAData struct, SystemStatus [129]uint8 +pkg syscall (windows-amd64), type WSAData struct, VendorInfo *uint8 +pkg syscall (windows-amd64), type WSAData struct, Version uint16 +pkg syscall (windows-amd64), type WaitStatus struct +pkg syscall (windows-amd64), type WaitStatus struct, ExitCode uint32 +pkg syscall (windows-amd64), type Win32FileAttributeData struct +pkg syscall (windows-amd64), type Win32FileAttributeData struct, CreationTime Filetime +pkg syscall (windows-amd64), type Win32FileAttributeData struct, FileAttributes uint32 +pkg syscall (windows-amd64), type Win32FileAttributeData struct, FileSizeHigh uint32 +pkg syscall (windows-amd64), type Win32FileAttributeData struct, FileSizeLow uint32 +pkg syscall (windows-amd64), type Win32FileAttributeData struct, LastAccessTime Filetime +pkg syscall (windows-amd64), type Win32FileAttributeData struct, LastWriteTime Filetime +pkg syscall (windows-amd64), type Win32finddata struct +pkg syscall (windows-amd64), type Win32finddata struct, AlternateFileName [13]uint16 +pkg syscall (windows-amd64), type Win32finddata struct, CreationTime Filetime +pkg syscall (windows-amd64), type Win32finddata struct, FileAttributes uint32 +pkg syscall (windows-amd64), type Win32finddata struct, FileName [259]uint16 +pkg syscall (windows-amd64), type Win32finddata struct, FileSizeHigh uint32 +pkg syscall (windows-amd64), type Win32finddata struct, FileSizeLow uint32 +pkg syscall (windows-amd64), type Win32finddata struct, LastAccessTime Filetime +pkg syscall (windows-amd64), type Win32finddata struct, LastWriteTime Filetime +pkg syscall (windows-amd64), type Win32finddata struct, Reserved0 uint32 +pkg syscall (windows-amd64), type Win32finddata struct, Reserved1 uint32 +pkg syscall (windows-amd64), var OID_PKIX_KP_SERVER_AUTH []uint8 +pkg syscall (windows-amd64), var OID_SERVER_GATED_CRYPTO []uint8 +pkg syscall (windows-amd64), var OID_SGC_NETSCAPE []uint8 +pkg syscall (windows-amd64), var Stderr Handle +pkg syscall (windows-amd64), var Stdin Handle +pkg syscall (windows-amd64), var Stdout Handle +pkg syscall, const AF_INET ideal-int +pkg syscall, const AF_INET6 ideal-int +pkg syscall, const AF_UNIX ideal-int +pkg syscall, const AF_UNSPEC ideal-int +pkg syscall, const E2BIG Errno +pkg syscall, const EACCES Errno +pkg syscall, const EADDRINUSE Errno +pkg syscall, const EADDRNOTAVAIL Errno +pkg syscall, const EAFNOSUPPORT Errno +pkg syscall, const EAGAIN Errno +pkg syscall, const EALREADY Errno +pkg syscall, const EBADF Errno +pkg syscall, const EBUSY Errno +pkg syscall, const ECANCELED Errno +pkg syscall, const ECHILD Errno +pkg syscall, const ECONNABORTED Errno +pkg syscall, const ECONNREFUSED Errno +pkg syscall, const ECONNRESET Errno +pkg syscall, const EDEADLK Errno +pkg syscall, const EDESTADDRREQ Errno +pkg syscall, const EDOM Errno +pkg syscall, const EDQUOT Errno +pkg syscall, const EEXIST Errno +pkg syscall, const EFAULT Errno +pkg syscall, const EFBIG Errno +pkg syscall, const EHOSTDOWN Errno +pkg syscall, const EHOSTUNREACH Errno +pkg syscall, const EIDRM Errno +pkg syscall, const EILSEQ Errno +pkg syscall, const EINPROGRESS Errno +pkg syscall, const EINTR Errno +pkg syscall, const EINVAL Errno +pkg syscall, const EIO Errno +pkg syscall, const EISCONN Errno +pkg syscall, const EISDIR Errno +pkg syscall, const ELOOP Errno +pkg syscall, const EMFILE Errno +pkg syscall, const EMLINK Errno +pkg syscall, const EMSGSIZE Errno +pkg syscall, const ENAMETOOLONG Errno +pkg syscall, const ENETDOWN Errno +pkg syscall, const ENETRESET Errno +pkg syscall, const ENETUNREACH Errno +pkg syscall, const ENFILE Errno +pkg syscall, const ENOBUFS Errno +pkg syscall, const ENODEV Errno +pkg syscall, const ENOENT Errno +pkg syscall, const ENOEXEC Errno +pkg syscall, const ENOLCK Errno +pkg syscall, const ENOMEM Errno +pkg syscall, const ENOMSG Errno +pkg syscall, const ENOPROTOOPT Errno +pkg syscall, const ENOSPC Errno +pkg syscall, const ENOSYS Errno +pkg syscall, const ENOTBLK Errno +pkg syscall, const ENOTCONN Errno +pkg syscall, const ENOTDIR Errno +pkg syscall, const ENOTEMPTY Errno +pkg syscall, const ENOTSOCK Errno +pkg syscall, const ENOTSUP Errno +pkg syscall, const ENOTTY Errno +pkg syscall, const ENXIO Errno +pkg syscall, const EOPNOTSUPP Errno +pkg syscall, const EOVERFLOW Errno +pkg syscall, const EPERM Errno +pkg syscall, const EPFNOSUPPORT Errno +pkg syscall, const EPIPE Errno +pkg syscall, const EPROTONOSUPPORT Errno +pkg syscall, const EPROTOTYPE Errno +pkg syscall, const ERANGE Errno +pkg syscall, const EREMOTE Errno +pkg syscall, const EROFS Errno +pkg syscall, const ESHUTDOWN Errno +pkg syscall, const ESOCKTNOSUPPORT Errno +pkg syscall, const ESPIPE Errno +pkg syscall, const ESRCH Errno +pkg syscall, const ESTALE Errno +pkg syscall, const ETIMEDOUT Errno +pkg syscall, const ETOOMANYREFS Errno +pkg syscall, const ETXTBSY Errno +pkg syscall, const EUSERS Errno +pkg syscall, const EWOULDBLOCK Errno +pkg syscall, const EXDEV Errno +pkg syscall, const IFF_BROADCAST ideal-int +pkg syscall, const IFF_LOOPBACK ideal-int +pkg syscall, const IFF_MULTICAST ideal-int +pkg syscall, const IFF_UP ideal-int +pkg syscall, const IPPROTO_IP ideal-int +pkg syscall, const IPPROTO_IPV6 ideal-int +pkg syscall, const IPPROTO_TCP ideal-int +pkg syscall, const IPPROTO_UDP ideal-int +pkg syscall, const IPV6_JOIN_GROUP ideal-int +pkg syscall, const IPV6_LEAVE_GROUP ideal-int +pkg syscall, const IPV6_MULTICAST_HOPS ideal-int +pkg syscall, const IPV6_MULTICAST_IF ideal-int +pkg syscall, const IPV6_MULTICAST_LOOP ideal-int +pkg syscall, const IPV6_UNICAST_HOPS ideal-int +pkg syscall, const IPV6_V6ONLY ideal-int +pkg syscall, const IP_ADD_MEMBERSHIP ideal-int +pkg syscall, const IP_DROP_MEMBERSHIP ideal-int +pkg syscall, const IP_MULTICAST_IF ideal-int +pkg syscall, const IP_MULTICAST_LOOP ideal-int +pkg syscall, const IP_MULTICAST_TTL ideal-int +pkg syscall, const IP_TOS ideal-int +pkg syscall, const IP_TTL ideal-int +pkg syscall, const ImplementsGetwd ideal-bool +pkg syscall, const O_APPEND ideal-int +pkg syscall, const O_ASYNC ideal-int +pkg syscall, const O_CLOEXEC ideal-int +pkg syscall, const O_CREAT ideal-int +pkg syscall, const O_EXCL ideal-int +pkg syscall, const O_NOCTTY ideal-int +pkg syscall, const O_NONBLOCK ideal-int +pkg syscall, const O_RDONLY ideal-int +pkg syscall, const O_RDWR ideal-int +pkg syscall, const O_SYNC ideal-int +pkg syscall, const O_TRUNC ideal-int +pkg syscall, const O_WRONLY ideal-int +pkg syscall, const SHUT_RD ideal-int +pkg syscall, const SHUT_RDWR ideal-int +pkg syscall, const SHUT_WR ideal-int +pkg syscall, const SIGABRT Signal +pkg syscall, const SIGALRM Signal +pkg syscall, const SIGBUS Signal +pkg syscall, const SIGFPE Signal +pkg syscall, const SIGHUP Signal +pkg syscall, const SIGILL Signal +pkg syscall, const SIGINT Signal +pkg syscall, const SIGKILL Signal +pkg syscall, const SIGPIPE Signal +pkg syscall, const SIGQUIT Signal +pkg syscall, const SIGSEGV Signal +pkg syscall, const SIGTERM Signal +pkg syscall, const SIGTRAP Signal +pkg syscall, const SOCK_DGRAM ideal-int +pkg syscall, const SOCK_RAW ideal-int +pkg syscall, const SOCK_SEQPACKET ideal-int +pkg syscall, const SOCK_STREAM ideal-int +pkg syscall, const SOL_SOCKET ideal-int +pkg syscall, const SOMAXCONN ideal-int +pkg syscall, const SO_BROADCAST ideal-int +pkg syscall, const SO_DONTROUTE ideal-int +pkg syscall, const SO_KEEPALIVE ideal-int +pkg syscall, const SO_LINGER ideal-int +pkg syscall, const SO_RCVBUF ideal-int +pkg syscall, const SO_REUSEADDR ideal-int +pkg syscall, const SO_SNDBUF ideal-int +pkg syscall, const S_IFBLK ideal-int +pkg syscall, const S_IFCHR ideal-int +pkg syscall, const S_IFDIR ideal-int +pkg syscall, const S_IFIFO ideal-int +pkg syscall, const S_IFLNK ideal-int +pkg syscall, const S_IFMT ideal-int +pkg syscall, const S_IFREG ideal-int +pkg syscall, const S_IFSOCK ideal-int +pkg syscall, const S_IRUSR ideal-int +pkg syscall, const S_ISGID ideal-int +pkg syscall, const S_ISUID ideal-int +pkg syscall, const S_ISVTX ideal-int +pkg syscall, const S_IWUSR ideal-int +pkg syscall, const S_IXUSR ideal-int +pkg syscall, const TCP_NODELAY ideal-int +pkg syscall, func Chdir(string) error +pkg syscall, func Chmod(string, uint32) error +pkg syscall, func Chown(string, int, int) error +pkg syscall, func Clearenv() +pkg syscall, func Environ() []string +pkg syscall, func Exec(string, []string, []string) error +pkg syscall, func Exit(int) +pkg syscall, func Getegid() int +pkg syscall, func Getenv(string) (string, bool) +pkg syscall, func Geteuid() int +pkg syscall, func Getgid() int +pkg syscall, func Getgroups() ([]int, error) +pkg syscall, func Getpagesize() int +pkg syscall, func Getpid() int +pkg syscall, func Getppid() int +pkg syscall, func Gettimeofday(*Timeval) error +pkg syscall, func Getuid() int +pkg syscall, func Getwd() (string, error) +pkg syscall, func Lchown(string, int, int) error +pkg syscall, func Link(string, string) error +pkg syscall, func Mkdir(string, uint32) error +pkg syscall, func NsecToTimeval(int64) Timeval +pkg syscall, func Readlink(string, []uint8) (int, error) +pkg syscall, func Rename(string, string) error +pkg syscall, func Rmdir(string) error +pkg syscall, func Setenv(string, string) error +pkg syscall, func StartProcess(string, []string, *ProcAttr) (int, uintptr, error) +pkg syscall, func StringBytePtr(string) *uint8 +pkg syscall, func StringByteSlice(string) []uint8 +pkg syscall, func Symlink(string, string) error +pkg syscall, func Unlink(string) error +pkg syscall, func Utimes(string, []Timeval) error +pkg syscall, method (*Timespec) Nano() int64 +pkg syscall, method (*Timespec) Unix() (int64, int64) +pkg syscall, method (*Timeval) Nano() int64 +pkg syscall, method (*Timeval) Unix() (int64, int64) +pkg syscall, method (Errno) Error() string +pkg syscall, method (Errno) Temporary() bool +pkg syscall, method (Errno) Timeout() bool +pkg syscall, method (Signal) Signal() +pkg syscall, method (Signal) String() string +pkg syscall, method (WaitStatus) Continued() bool +pkg syscall, method (WaitStatus) CoreDump() bool +pkg syscall, method (WaitStatus) ExitStatus() int +pkg syscall, method (WaitStatus) Exited() bool +pkg syscall, method (WaitStatus) Signal() Signal +pkg syscall, method (WaitStatus) Signaled() bool +pkg syscall, method (WaitStatus) StopSignal() Signal +pkg syscall, method (WaitStatus) Stopped() bool +pkg syscall, method (WaitStatus) TrapCause() int +pkg syscall, type Errno uintptr +pkg syscall, type IPMreq struct +pkg syscall, type IPMreq struct, Interface [4]uint8 +pkg syscall, type IPMreq struct, Multiaddr [4]uint8 +pkg syscall, type IPv6Mreq struct +pkg syscall, type IPv6Mreq struct, Interface uint32 +pkg syscall, type IPv6Mreq struct, Multiaddr [16]uint8 +pkg syscall, type Linger struct +pkg syscall, type Linger struct, Linger int32 +pkg syscall, type Linger struct, Onoff int32 +pkg syscall, type ProcAttr struct +pkg syscall, type ProcAttr struct, Dir string +pkg syscall, type ProcAttr struct, Env []string +pkg syscall, type ProcAttr struct, Files []uintptr +pkg syscall, type ProcAttr struct, Sys *SysProcAttr +pkg syscall, type RawSockaddr struct +pkg syscall, type RawSockaddrAny struct +pkg syscall, type RawSockaddrAny struct, Addr RawSockaddr +pkg syscall, type RawSockaddrInet4 struct +pkg syscall, type RawSockaddrInet4 struct, Addr [4]uint8 +pkg syscall, type RawSockaddrInet4 struct, Port uint16 +pkg syscall, type Rusage struct +pkg syscall, type Signal int +pkg syscall, type Sockaddr interface, unexported methods +pkg syscall, type SockaddrInet4 struct +pkg syscall, type SockaddrInet4 struct, Addr [4]uint8 +pkg syscall, type SockaddrInet4 struct, Port int +pkg syscall, type SockaddrInet6 struct +pkg syscall, type SockaddrInet6 struct, Addr [16]uint8 +pkg syscall, type SockaddrInet6 struct, Port int +pkg syscall, type SockaddrInet6 struct, ZoneId uint32 +pkg syscall, type SockaddrUnix struct +pkg syscall, type SockaddrUnix struct, Name string +pkg syscall, type SysProcAttr struct +pkg syscall, type Timespec struct +pkg syscall, type Timeval struct +pkg syscall, var ForkLock sync.RWMutex +pkg syscall, var SocketDisableIPv6 bool +pkg testing, func Benchmark(func(*B)) BenchmarkResult +pkg testing, func Main(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) +pkg testing, func RunBenchmarks(func(string, string) (bool, error), []InternalBenchmark) +pkg testing, func RunExamples(func(string, string) (bool, error), []InternalExample) bool +pkg testing, func RunTests(func(string, string) (bool, error), []InternalTest) bool +pkg testing, func Short() bool +pkg testing, method (*B) Error(...interface{}) +pkg testing, method (*B) Errorf(string, ...interface{}) +pkg testing, method (*B) Fail() +pkg testing, method (*B) FailNow() +pkg testing, method (*B) Failed() bool +pkg testing, method (*B) Fatal(...interface{}) +pkg testing, method (*B) Fatalf(string, ...interface{}) +pkg testing, method (*B) Log(...interface{}) +pkg testing, method (*B) Logf(string, ...interface{}) +pkg testing, method (*B) ResetTimer() +pkg testing, method (*B) SetBytes(int64) +pkg testing, method (*B) StartTimer() +pkg testing, method (*B) StopTimer() +pkg testing, method (*T) Error(...interface{}) +pkg testing, method (*T) Errorf(string, ...interface{}) +pkg testing, method (*T) Fail() +pkg testing, method (*T) FailNow() +pkg testing, method (*T) Failed() bool +pkg testing, method (*T) Fatal(...interface{}) +pkg testing, method (*T) Fatalf(string, ...interface{}) +pkg testing, method (*T) Log(...interface{}) +pkg testing, method (*T) Logf(string, ...interface{}) +pkg testing, method (*T) Parallel() +pkg testing, method (BenchmarkResult) NsPerOp() int64 +pkg testing, method (BenchmarkResult) String() string +pkg testing, type B struct +pkg testing, type B struct, N int +pkg testing, type BenchmarkResult struct +pkg testing, type BenchmarkResult struct, Bytes int64 +pkg testing, type BenchmarkResult struct, N int +pkg testing, type BenchmarkResult struct, T time.Duration +pkg testing, type InternalBenchmark struct +pkg testing, type InternalBenchmark struct, F func(*B) +pkg testing, type InternalBenchmark struct, Name string +pkg testing, type InternalExample struct +pkg testing, type InternalExample struct, F func() +pkg testing, type InternalExample struct, Name string +pkg testing, type InternalExample struct, Output string +pkg testing, type InternalTest struct +pkg testing, type InternalTest struct, F func(*T) +pkg testing, type InternalTest struct, Name string +pkg testing, type T struct +pkg testing/iotest, func DataErrReader(io.Reader) io.Reader +pkg testing/iotest, func HalfReader(io.Reader) io.Reader +pkg testing/iotest, func NewReadLogger(string, io.Reader) io.Reader +pkg testing/iotest, func NewWriteLogger(string, io.Writer) io.Writer +pkg testing/iotest, func OneByteReader(io.Reader) io.Reader +pkg testing/iotest, func TimeoutReader(io.Reader) io.Reader +pkg testing/iotest, func TruncateWriter(io.Writer, int64) io.Writer +pkg testing/iotest, var ErrTimeout error +pkg testing/quick, func Check(interface{}, *Config) error +pkg testing/quick, func CheckEqual(interface{}, interface{}, *Config) error +pkg testing/quick, func Value(reflect.Type, *rand.Rand) (reflect.Value, bool) +pkg testing/quick, method (*CheckEqualError) Error() string +pkg testing/quick, method (*CheckError) Error() string +pkg testing/quick, method (SetupError) Error() string +pkg testing/quick, type CheckEqualError struct +pkg testing/quick, type CheckEqualError struct, Out1 []interface{} +pkg testing/quick, type CheckEqualError struct, Out2 []interface{} +pkg testing/quick, type CheckEqualError struct, embedded CheckError +pkg testing/quick, type CheckError struct +pkg testing/quick, type CheckError struct, Count int +pkg testing/quick, type CheckError struct, In []interface{} +pkg testing/quick, type Config struct +pkg testing/quick, type Config struct, MaxCount int +pkg testing/quick, type Config struct, MaxCountScale float64 +pkg testing/quick, type Config struct, Rand *rand.Rand +pkg testing/quick, type Config struct, Values func([]reflect.Value, *rand.Rand) +pkg testing/quick, type Generator interface { Generate } +pkg testing/quick, type Generator interface, Generate(*rand.Rand, int) reflect.Value +pkg testing/quick, type SetupError string +pkg text/scanner, const Char ideal-int +pkg text/scanner, const Comment ideal-int +pkg text/scanner, const EOF ideal-int +pkg text/scanner, const Float ideal-int +pkg text/scanner, const GoTokens ideal-int +pkg text/scanner, const GoWhitespace ideal-int +pkg text/scanner, const Ident ideal-int +pkg text/scanner, const Int ideal-int +pkg text/scanner, const RawString ideal-int +pkg text/scanner, const ScanChars ideal-int +pkg text/scanner, const ScanComments ideal-int +pkg text/scanner, const ScanFloats ideal-int +pkg text/scanner, const ScanIdents ideal-int +pkg text/scanner, const ScanInts ideal-int +pkg text/scanner, const ScanRawStrings ideal-int +pkg text/scanner, const ScanStrings ideal-int +pkg text/scanner, const SkipComments ideal-int +pkg text/scanner, const String ideal-int +pkg text/scanner, func TokenString(int32) string +pkg text/scanner, method (*Position) IsValid() bool +pkg text/scanner, method (*Scanner) Init(io.Reader) *Scanner +pkg text/scanner, method (*Scanner) IsValid() bool +pkg text/scanner, method (*Scanner) Next() int32 +pkg text/scanner, method (*Scanner) Peek() int32 +pkg text/scanner, method (*Scanner) Pos() Position +pkg text/scanner, method (*Scanner) Scan() int32 +pkg text/scanner, method (*Scanner) TokenText() string +pkg text/scanner, method (Position) String() string +pkg text/scanner, method (Scanner) String() string +pkg text/scanner, type Position struct +pkg text/scanner, type Position struct, Column int +pkg text/scanner, type Position struct, Filename string +pkg text/scanner, type Position struct, Line int +pkg text/scanner, type Position struct, Offset int +pkg text/scanner, type Scanner struct +pkg text/scanner, type Scanner struct, Error func(*Scanner, string) +pkg text/scanner, type Scanner struct, ErrorCount int +pkg text/scanner, type Scanner struct, Mode uint +pkg text/scanner, type Scanner struct, Whitespace uint64 +pkg text/scanner, type Scanner struct, embedded Position +pkg text/tabwriter, const AlignRight uint +pkg text/tabwriter, const Debug uint +pkg text/tabwriter, const DiscardEmptyColumns uint +pkg text/tabwriter, const Escape ideal-char +pkg text/tabwriter, const FilterHTML uint +pkg text/tabwriter, const StripEscape uint +pkg text/tabwriter, const TabIndent uint +pkg text/tabwriter, func NewWriter(io.Writer, int, int, int, uint8, uint) *Writer +pkg text/tabwriter, method (*Writer) Flush() error +pkg text/tabwriter, method (*Writer) Init(io.Writer, int, int, int, uint8, uint) *Writer +pkg text/tabwriter, method (*Writer) Write([]uint8) (int, error) +pkg text/tabwriter, type Writer struct +pkg text/template, func HTMLEscape(io.Writer, []uint8) +pkg text/template, func HTMLEscapeString(string) string +pkg text/template, func HTMLEscaper(...interface{}) string +pkg text/template, func JSEscape(io.Writer, []uint8) +pkg text/template, func JSEscapeString(string) string +pkg text/template, func JSEscaper(...interface{}) string +pkg text/template, func Must(*Template, error) *Template +pkg text/template, func New(string) *Template +pkg text/template, func ParseFiles(...string) (*Template, error) +pkg text/template, func ParseGlob(string) (*Template, error) +pkg text/template, func URLQueryEscaper(...interface{}) string +pkg text/template, method (*Template) AddParseTree(string, *parse.Tree) (*Template, error) +pkg text/template, method (*Template) Clone() (*Template, error) +pkg text/template, method (*Template) Delims(string, string) *Template +pkg text/template, method (*Template) Execute(io.Writer, interface{}) error +pkg text/template, method (*Template) ExecuteTemplate(io.Writer, string, interface{}) error +pkg text/template, method (*Template) Funcs(FuncMap) *Template +pkg text/template, method (*Template) Lookup(string) *Template +pkg text/template, method (*Template) Name() string +pkg text/template, method (*Template) New(string) *Template +pkg text/template, method (*Template) Parse(string) (*Template, error) +pkg text/template, method (*Template) ParseFiles(...string) (*Template, error) +pkg text/template, method (*Template) ParseGlob(string) (*Template, error) +pkg text/template, method (*Template) Templates() []*Template +pkg text/template, type FuncMap map[string]interface{} +pkg text/template, type Template struct +pkg text/template, type Template struct, embedded *parse.Tree +pkg text/template/parse, const NodeAction NodeType +pkg text/template/parse, const NodeBool NodeType +pkg text/template/parse, const NodeCommand NodeType +pkg text/template/parse, const NodeDot NodeType +pkg text/template/parse, const NodeField NodeType +pkg text/template/parse, const NodeIdentifier NodeType +pkg text/template/parse, const NodeIf NodeType +pkg text/template/parse, const NodeList NodeType +pkg text/template/parse, const NodeNumber NodeType +pkg text/template/parse, const NodePipe NodeType +pkg text/template/parse, const NodeRange NodeType +pkg text/template/parse, const NodeString NodeType +pkg text/template/parse, const NodeTemplate NodeType +pkg text/template/parse, const NodeText NodeType +pkg text/template/parse, const NodeVariable NodeType +pkg text/template/parse, const NodeWith NodeType +pkg text/template/parse, func IsEmptyTree(Node) bool +pkg text/template/parse, func New(string, ...map[string]interface{}) *Tree +pkg text/template/parse, func NewIdentifier(string) *IdentifierNode +pkg text/template/parse, func Parse(string, string, string, string, ...map[string]interface{}) (map[string]*Tree, error) +pkg text/template/parse, method (*ActionNode) Copy() Node +pkg text/template/parse, method (*ActionNode) String() string +pkg text/template/parse, method (*BoolNode) Copy() Node +pkg text/template/parse, method (*BoolNode) String() string +pkg text/template/parse, method (*BranchNode) String() string +pkg text/template/parse, method (*CommandNode) Copy() Node +pkg text/template/parse, method (*CommandNode) String() string +pkg text/template/parse, method (*DotNode) Copy() Node +pkg text/template/parse, method (*DotNode) String() string +pkg text/template/parse, method (*DotNode) Type() NodeType +pkg text/template/parse, method (*FieldNode) Copy() Node +pkg text/template/parse, method (*FieldNode) String() string +pkg text/template/parse, method (*IdentifierNode) Copy() Node +pkg text/template/parse, method (*IdentifierNode) String() string +pkg text/template/parse, method (*IfNode) Copy() Node +pkg text/template/parse, method (*IfNode) String() string +pkg text/template/parse, method (*ListNode) Copy() Node +pkg text/template/parse, method (*ListNode) CopyList() *ListNode +pkg text/template/parse, method (*ListNode) String() string +pkg text/template/parse, method (*NumberNode) Copy() Node +pkg text/template/parse, method (*NumberNode) String() string +pkg text/template/parse, method (*PipeNode) Copy() Node +pkg text/template/parse, method (*PipeNode) CopyPipe() *PipeNode +pkg text/template/parse, method (*PipeNode) String() string +pkg text/template/parse, method (*RangeNode) Copy() Node +pkg text/template/parse, method (*RangeNode) String() string +pkg text/template/parse, method (*StringNode) Copy() Node +pkg text/template/parse, method (*StringNode) String() string +pkg text/template/parse, method (*TemplateNode) Copy() Node +pkg text/template/parse, method (*TemplateNode) String() string +pkg text/template/parse, method (*TextNode) Copy() Node +pkg text/template/parse, method (*TextNode) String() string +pkg text/template/parse, method (*Tree) Parse(string, string, string, map[string]*Tree, ...map[string]interface{}) (*Tree, error) +pkg text/template/parse, method (*VariableNode) Copy() Node +pkg text/template/parse, method (*VariableNode) String() string +pkg text/template/parse, method (*WithNode) Copy() Node +pkg text/template/parse, method (*WithNode) String() string +pkg text/template/parse, method (ActionNode) Type() NodeType +pkg text/template/parse, method (BoolNode) Type() NodeType +pkg text/template/parse, method (BranchNode) Type() NodeType +pkg text/template/parse, method (CommandNode) Type() NodeType +pkg text/template/parse, method (FieldNode) Type() NodeType +pkg text/template/parse, method (IdentifierNode) Type() NodeType +pkg text/template/parse, method (IfNode) Type() NodeType +pkg text/template/parse, method (ListNode) Type() NodeType +pkg text/template/parse, method (NodeType) Type() NodeType +pkg text/template/parse, method (NumberNode) Type() NodeType +pkg text/template/parse, method (PipeNode) Type() NodeType +pkg text/template/parse, method (RangeNode) Type() NodeType +pkg text/template/parse, method (StringNode) Type() NodeType +pkg text/template/parse, method (TemplateNode) Type() NodeType +pkg text/template/parse, method (TextNode) Type() NodeType +pkg text/template/parse, method (VariableNode) Type() NodeType +pkg text/template/parse, method (WithNode) Type() NodeType +pkg text/template/parse, type ActionNode struct +pkg text/template/parse, type ActionNode struct, Line int +pkg text/template/parse, type ActionNode struct, Pipe *PipeNode +pkg text/template/parse, type ActionNode struct, embedded NodeType +pkg text/template/parse, type BoolNode struct +pkg text/template/parse, type BoolNode struct, True bool +pkg text/template/parse, type BoolNode struct, embedded NodeType +pkg text/template/parse, type BranchNode struct +pkg text/template/parse, type BranchNode struct, ElseList *ListNode +pkg text/template/parse, type BranchNode struct, Line int +pkg text/template/parse, type BranchNode struct, List *ListNode +pkg text/template/parse, type BranchNode struct, Pipe *PipeNode +pkg text/template/parse, type BranchNode struct, embedded NodeType +pkg text/template/parse, type CommandNode struct +pkg text/template/parse, type CommandNode struct, Args []Node +pkg text/template/parse, type CommandNode struct, embedded NodeType +pkg text/template/parse, type DotNode bool +pkg text/template/parse, type FieldNode struct +pkg text/template/parse, type FieldNode struct, Ident []string +pkg text/template/parse, type FieldNode struct, embedded NodeType +pkg text/template/parse, type IdentifierNode struct +pkg text/template/parse, type IdentifierNode struct, Ident string +pkg text/template/parse, type IdentifierNode struct, embedded NodeType +pkg text/template/parse, type IfNode struct +pkg text/template/parse, type IfNode struct, embedded BranchNode +pkg text/template/parse, type ListNode struct +pkg text/template/parse, type ListNode struct, Nodes []Node +pkg text/template/parse, type ListNode struct, embedded NodeType +pkg text/template/parse, type Node interface { Copy, String, Type } +pkg text/template/parse, type Node interface, Copy() Node +pkg text/template/parse, type Node interface, String() string +pkg text/template/parse, type Node interface, Type() NodeType +pkg text/template/parse, type NodeType int +pkg text/template/parse, type NumberNode struct +pkg text/template/parse, type NumberNode struct, Complex128 complex128 +pkg text/template/parse, type NumberNode struct, Float64 float64 +pkg text/template/parse, type NumberNode struct, Int64 int64 +pkg text/template/parse, type NumberNode struct, IsComplex bool +pkg text/template/parse, type NumberNode struct, IsFloat bool +pkg text/template/parse, type NumberNode struct, IsInt bool +pkg text/template/parse, type NumberNode struct, IsUint bool +pkg text/template/parse, type NumberNode struct, Text string +pkg text/template/parse, type NumberNode struct, Uint64 uint64 +pkg text/template/parse, type NumberNode struct, embedded NodeType +pkg text/template/parse, type PipeNode struct +pkg text/template/parse, type PipeNode struct, Cmds []*CommandNode +pkg text/template/parse, type PipeNode struct, Decl []*VariableNode +pkg text/template/parse, type PipeNode struct, Line int +pkg text/template/parse, type PipeNode struct, embedded NodeType +pkg text/template/parse, type RangeNode struct +pkg text/template/parse, type RangeNode struct, embedded BranchNode +pkg text/template/parse, type StringNode struct +pkg text/template/parse, type StringNode struct, Quoted string +pkg text/template/parse, type StringNode struct, Text string +pkg text/template/parse, type StringNode struct, embedded NodeType +pkg text/template/parse, type TemplateNode struct +pkg text/template/parse, type TemplateNode struct, Line int +pkg text/template/parse, type TemplateNode struct, Name string +pkg text/template/parse, type TemplateNode struct, Pipe *PipeNode +pkg text/template/parse, type TemplateNode struct, embedded NodeType +pkg text/template/parse, type TextNode struct +pkg text/template/parse, type TextNode struct, Text []uint8 +pkg text/template/parse, type TextNode struct, embedded NodeType +pkg text/template/parse, type Tree struct +pkg text/template/parse, type Tree struct, Name string +pkg text/template/parse, type Tree struct, Root *ListNode +pkg text/template/parse, type VariableNode struct +pkg text/template/parse, type VariableNode struct, Ident []string +pkg text/template/parse, type VariableNode struct, embedded NodeType +pkg text/template/parse, type WithNode struct +pkg text/template/parse, type WithNode struct, embedded BranchNode +pkg time, const ANSIC ideal-string +pkg time, const April Month +pkg time, const August Month +pkg time, const December Month +pkg time, const February Month +pkg time, const Friday Weekday +pkg time, const Hour Duration +pkg time, const January Month +pkg time, const July Month +pkg time, const June Month +pkg time, const Kitchen ideal-string +pkg time, const March Month +pkg time, const May Month +pkg time, const Microsecond Duration +pkg time, const Millisecond Duration +pkg time, const Minute Duration +pkg time, const Monday Weekday +pkg time, const Nanosecond Duration +pkg time, const November Month +pkg time, const October Month +pkg time, const RFC1123 ideal-string +pkg time, const RFC1123Z ideal-string +pkg time, const RFC3339 ideal-string +pkg time, const RFC3339Nano ideal-string +pkg time, const RFC822 ideal-string +pkg time, const RFC822Z ideal-string +pkg time, const RFC850 ideal-string +pkg time, const RubyDate ideal-string +pkg time, const Saturday Weekday +pkg time, const Second Duration +pkg time, const September Month +pkg time, const Stamp ideal-string +pkg time, const StampMicro ideal-string +pkg time, const StampMilli ideal-string +pkg time, const StampNano ideal-string +pkg time, const Sunday Weekday +pkg time, const Thursday Weekday +pkg time, const Tuesday Weekday +pkg time, const UnixDate ideal-string +pkg time, const Wednesday Weekday +pkg time, func After(Duration) <-chan Time +pkg time, func AfterFunc(Duration, func()) *Timer +pkg time, func Date(int, Month, int, int, int, int, int, *Location) Time +pkg time, func FixedZone(string, int) *Location +pkg time, func LoadLocation(string) (*Location, error) +pkg time, func NewTicker(Duration) *Ticker +pkg time, func NewTimer(Duration) *Timer +pkg time, func Now() Time +pkg time, func Parse(string, string) (Time, error) +pkg time, func ParseDuration(string) (Duration, error) +pkg time, func Since(Time) Duration +pkg time, func Sleep(Duration) +pkg time, func Tick(Duration) <-chan Time +pkg time, func Unix(int64, int64) Time +pkg time, method (*Location) String() string +pkg time, method (*ParseError) Error() string +pkg time, method (*Ticker) Stop() +pkg time, method (*Time) GobDecode([]uint8) error +pkg time, method (*Time) UnmarshalJSON([]uint8) error +pkg time, method (*Timer) Stop() bool +pkg time, method (Duration) Hours() float64 +pkg time, method (Duration) Minutes() float64 +pkg time, method (Duration) Nanoseconds() int64 +pkg time, method (Duration) Seconds() float64 +pkg time, method (Duration) String() string +pkg time, method (Month) String() string +pkg time, method (Time) Add(Duration) Time +pkg time, method (Time) AddDate(int, int, int) Time +pkg time, method (Time) After(Time) bool +pkg time, method (Time) Before(Time) bool +pkg time, method (Time) Clock() (int, int, int) +pkg time, method (Time) Date() (int, Month, int) +pkg time, method (Time) Day() int +pkg time, method (Time) Equal(Time) bool +pkg time, method (Time) Format(string) string +pkg time, method (Time) GobEncode() ([]uint8, error) +pkg time, method (Time) Hour() int +pkg time, method (Time) ISOWeek() (int, int) +pkg time, method (Time) In(*Location) Time +pkg time, method (Time) IsZero() bool +pkg time, method (Time) Local() Time +pkg time, method (Time) Location() *Location +pkg time, method (Time) MarshalJSON() ([]uint8, error) +pkg time, method (Time) Minute() int +pkg time, method (Time) Month() Month +pkg time, method (Time) Nanosecond() int +pkg time, method (Time) Second() int +pkg time, method (Time) String() string +pkg time, method (Time) Sub(Time) Duration +pkg time, method (Time) UTC() Time +pkg time, method (Time) Unix() int64 +pkg time, method (Time) UnixNano() int64 +pkg time, method (Time) Weekday() Weekday +pkg time, method (Time) Year() int +pkg time, method (Time) Zone() (string, int) +pkg time, method (Weekday) String() string +pkg time, type Duration int64 +pkg time, type Location struct +pkg time, type Month int +pkg time, type ParseError struct +pkg time, type ParseError struct, Layout string +pkg time, type ParseError struct, LayoutElem string +pkg time, type ParseError struct, Message string +pkg time, type ParseError struct, Value string +pkg time, type ParseError struct, ValueElem string +pkg time, type Ticker struct +pkg time, type Ticker struct, C <-chan Time +pkg time, type Time struct +pkg time, type Timer struct +pkg time, type Timer struct, C <-chan Time +pkg time, type Weekday int +pkg time, var Local *Location +pkg time, var UTC *Location +pkg unicode, const LowerCase ideal-int +pkg unicode, const MaxASCII ideal-char +pkg unicode, const MaxCase ideal-int +pkg unicode, const MaxLatin1 ideal-char +pkg unicode, const MaxRune ideal-char +pkg unicode, const ReplacementChar ideal-char +pkg unicode, const TitleCase ideal-int +pkg unicode, const UpperCase ideal-int +pkg unicode, const UpperLower ideal-char +pkg unicode, const Version ideal-string +pkg unicode, func Is(*RangeTable, int32) bool +pkg unicode, func IsControl(int32) bool +pkg unicode, func IsDigit(int32) bool +pkg unicode, func IsGraphic(int32) bool +pkg unicode, func IsLetter(int32) bool +pkg unicode, func IsLower(int32) bool +pkg unicode, func IsMark(int32) bool +pkg unicode, func IsNumber(int32) bool +pkg unicode, func IsOneOf([]*RangeTable, int32) bool +pkg unicode, func IsPrint(int32) bool +pkg unicode, func IsPunct(int32) bool +pkg unicode, func IsSpace(int32) bool +pkg unicode, func IsSymbol(int32) bool +pkg unicode, func IsTitle(int32) bool +pkg unicode, func IsUpper(int32) bool +pkg unicode, func SimpleFold(int32) int32 +pkg unicode, func To(int, int32) int32 +pkg unicode, func ToLower(int32) int32 +pkg unicode, func ToTitle(int32) int32 +pkg unicode, func ToUpper(int32) int32 +pkg unicode, method (SpecialCase) ToLower(int32) int32 +pkg unicode, method (SpecialCase) ToTitle(int32) int32 +pkg unicode, method (SpecialCase) ToUpper(int32) int32 +pkg unicode, type CaseRange struct +pkg unicode, type CaseRange struct, Delta d +pkg unicode, type CaseRange struct, Hi uint32 +pkg unicode, type CaseRange struct, Lo uint32 +pkg unicode, type Range16 struct +pkg unicode, type Range16 struct, Hi uint16 +pkg unicode, type Range16 struct, Lo uint16 +pkg unicode, type Range16 struct, Stride uint16 +pkg unicode, type Range32 struct +pkg unicode, type Range32 struct, Hi uint32 +pkg unicode, type Range32 struct, Lo uint32 +pkg unicode, type Range32 struct, Stride uint32 +pkg unicode, type RangeTable struct +pkg unicode, type RangeTable struct, R16 []Range16 +pkg unicode, type RangeTable struct, R32 []Range32 +pkg unicode, type SpecialCase []CaseRange +pkg unicode, var ASCII_Hex_Digit *RangeTable +pkg unicode, var Arabic *RangeTable +pkg unicode, var Armenian *RangeTable +pkg unicode, var Avestan *RangeTable +pkg unicode, var AzeriCase SpecialCase +pkg unicode, var Balinese *RangeTable +pkg unicode, var Bamum *RangeTable +pkg unicode, var Batak *RangeTable +pkg unicode, var Bengali *RangeTable +pkg unicode, var Bidi_Control *RangeTable +pkg unicode, var Bopomofo *RangeTable +pkg unicode, var Brahmi *RangeTable +pkg unicode, var Braille *RangeTable +pkg unicode, var Buginese *RangeTable +pkg unicode, var Buhid *RangeTable +pkg unicode, var C *RangeTable +pkg unicode, var Canadian_Aboriginal *RangeTable +pkg unicode, var Carian *RangeTable +pkg unicode, var CaseRanges []CaseRange +pkg unicode, var Categories map[string]*RangeTable +pkg unicode, var Cc *RangeTable +pkg unicode, var Cf *RangeTable +pkg unicode, var Cham *RangeTable +pkg unicode, var Cherokee *RangeTable +pkg unicode, var Co *RangeTable +pkg unicode, var Common *RangeTable +pkg unicode, var Coptic *RangeTable +pkg unicode, var Cs *RangeTable +pkg unicode, var Cuneiform *RangeTable +pkg unicode, var Cypriot *RangeTable +pkg unicode, var Cyrillic *RangeTable +pkg unicode, var Dash *RangeTable +pkg unicode, var Deprecated *RangeTable +pkg unicode, var Deseret *RangeTable +pkg unicode, var Devanagari *RangeTable +pkg unicode, var Diacritic *RangeTable +pkg unicode, var Digit *RangeTable +pkg unicode, var Egyptian_Hieroglyphs *RangeTable +pkg unicode, var Ethiopic *RangeTable +pkg unicode, var Extender *RangeTable +pkg unicode, var FoldCategory map[string]*RangeTable +pkg unicode, var FoldScript map[string]*RangeTable +pkg unicode, var Georgian *RangeTable +pkg unicode, var Glagolitic *RangeTable +pkg unicode, var Gothic *RangeTable +pkg unicode, var GraphicRanges []*RangeTable +pkg unicode, var Greek *RangeTable +pkg unicode, var Gujarati *RangeTable +pkg unicode, var Gurmukhi *RangeTable +pkg unicode, var Han *RangeTable +pkg unicode, var Hangul *RangeTable +pkg unicode, var Hanunoo *RangeTable +pkg unicode, var Hebrew *RangeTable +pkg unicode, var Hex_Digit *RangeTable +pkg unicode, var Hiragana *RangeTable +pkg unicode, var Hyphen *RangeTable +pkg unicode, var IDS_Binary_Operator *RangeTable +pkg unicode, var IDS_Trinary_Operator *RangeTable +pkg unicode, var Ideographic *RangeTable +pkg unicode, var Imperial_Aramaic *RangeTable +pkg unicode, var Inherited *RangeTable +pkg unicode, var Inscriptional_Pahlavi *RangeTable +pkg unicode, var Inscriptional_Parthian *RangeTable +pkg unicode, var Javanese *RangeTable +pkg unicode, var Join_Control *RangeTable +pkg unicode, var Kaithi *RangeTable +pkg unicode, var Kannada *RangeTable +pkg unicode, var Katakana *RangeTable +pkg unicode, var Kayah_Li *RangeTable +pkg unicode, var Kharoshthi *RangeTable +pkg unicode, var Khmer *RangeTable +pkg unicode, var L *RangeTable +pkg unicode, var Lao *RangeTable +pkg unicode, var Latin *RangeTable +pkg unicode, var Lepcha *RangeTable +pkg unicode, var Letter *RangeTable +pkg unicode, var Limbu *RangeTable +pkg unicode, var Linear_B *RangeTable +pkg unicode, var Lisu *RangeTable +pkg unicode, var Ll *RangeTable +pkg unicode, var Lm *RangeTable +pkg unicode, var Lo *RangeTable +pkg unicode, var Logical_Order_Exception *RangeTable +pkg unicode, var Lower *RangeTable +pkg unicode, var Lt *RangeTable +pkg unicode, var Lu *RangeTable +pkg unicode, var Lycian *RangeTable +pkg unicode, var Lydian *RangeTable +pkg unicode, var M *RangeTable +pkg unicode, var Malayalam *RangeTable +pkg unicode, var Mandaic *RangeTable +pkg unicode, var Mark *RangeTable +pkg unicode, var Mc *RangeTable +pkg unicode, var Me *RangeTable +pkg unicode, var Meetei_Mayek *RangeTable +pkg unicode, var Mn *RangeTable +pkg unicode, var Mongolian *RangeTable +pkg unicode, var Myanmar *RangeTable +pkg unicode, var N *RangeTable +pkg unicode, var Nd *RangeTable +pkg unicode, var New_Tai_Lue *RangeTable +pkg unicode, var Nko *RangeTable +pkg unicode, var Nl *RangeTable +pkg unicode, var No *RangeTable +pkg unicode, var Noncharacter_Code_Point *RangeTable +pkg unicode, var Number *RangeTable +pkg unicode, var Ogham *RangeTable +pkg unicode, var Ol_Chiki *RangeTable +pkg unicode, var Old_Italic *RangeTable +pkg unicode, var Old_Persian *RangeTable +pkg unicode, var Old_South_Arabian *RangeTable +pkg unicode, var Old_Turkic *RangeTable +pkg unicode, var Oriya *RangeTable +pkg unicode, var Osmanya *RangeTable +pkg unicode, var Other *RangeTable +pkg unicode, var Other_Alphabetic *RangeTable +pkg unicode, var Other_Default_Ignorable_Code_Point *RangeTable +pkg unicode, var Other_Grapheme_Extend *RangeTable +pkg unicode, var Other_ID_Continue *RangeTable +pkg unicode, var Other_ID_Start *RangeTable +pkg unicode, var Other_Lowercase *RangeTable +pkg unicode, var Other_Math *RangeTable +pkg unicode, var Other_Uppercase *RangeTable +pkg unicode, var P *RangeTable +pkg unicode, var Pattern_Syntax *RangeTable +pkg unicode, var Pattern_White_Space *RangeTable +pkg unicode, var Pc *RangeTable +pkg unicode, var Pd *RangeTable +pkg unicode, var Pe *RangeTable +pkg unicode, var Pf *RangeTable +pkg unicode, var Phags_Pa *RangeTable +pkg unicode, var Phoenician *RangeTable +pkg unicode, var Pi *RangeTable +pkg unicode, var Po *RangeTable +pkg unicode, var PrintRanges []*RangeTable +pkg unicode, var Properties map[string]*RangeTable +pkg unicode, var Ps *RangeTable +pkg unicode, var Punct *RangeTable +pkg unicode, var Quotation_Mark *RangeTable +pkg unicode, var Radical *RangeTable +pkg unicode, var Rejang *RangeTable +pkg unicode, var Runic *RangeTable +pkg unicode, var S *RangeTable +pkg unicode, var STerm *RangeTable +pkg unicode, var Samaritan *RangeTable +pkg unicode, var Saurashtra *RangeTable +pkg unicode, var Sc *RangeTable +pkg unicode, var Scripts map[string]*RangeTable +pkg unicode, var Shavian *RangeTable +pkg unicode, var Sinhala *RangeTable +pkg unicode, var Sk *RangeTable +pkg unicode, var Sm *RangeTable +pkg unicode, var So *RangeTable +pkg unicode, var Soft_Dotted *RangeTable +pkg unicode, var Space *RangeTable +pkg unicode, var Sundanese *RangeTable +pkg unicode, var Syloti_Nagri *RangeTable +pkg unicode, var Symbol *RangeTable +pkg unicode, var Syriac *RangeTable +pkg unicode, var Tagalog *RangeTable +pkg unicode, var Tagbanwa *RangeTable +pkg unicode, var Tai_Le *RangeTable +pkg unicode, var Tai_Tham *RangeTable +pkg unicode, var Tai_Viet *RangeTable +pkg unicode, var Tamil *RangeTable +pkg unicode, var Telugu *RangeTable +pkg unicode, var Terminal_Punctuation *RangeTable +pkg unicode, var Thaana *RangeTable +pkg unicode, var Thai *RangeTable +pkg unicode, var Tibetan *RangeTable +pkg unicode, var Tifinagh *RangeTable +pkg unicode, var Title *RangeTable +pkg unicode, var TurkishCase SpecialCase +pkg unicode, var Ugaritic *RangeTable +pkg unicode, var Unified_Ideograph *RangeTable +pkg unicode, var Upper *RangeTable +pkg unicode, var Vai *RangeTable +pkg unicode, var Variation_Selector *RangeTable +pkg unicode, var White_Space *RangeTable +pkg unicode, var Yi *RangeTable +pkg unicode, var Z *RangeTable +pkg unicode, var Zl *RangeTable +pkg unicode, var Zp *RangeTable +pkg unicode, var Zs *RangeTable +pkg unicode/utf16, func Decode([]uint16) []int32 +pkg unicode/utf16, func DecodeRune(int32, int32) int32 +pkg unicode/utf16, func Encode([]int32) []uint16 +pkg unicode/utf16, func EncodeRune(int32) (int32, int32) +pkg unicode/utf16, func IsSurrogate(int32) bool +pkg unicode/utf8, const MaxRune ideal-char +pkg unicode/utf8, const RuneError ideal-char +pkg unicode/utf8, const RuneSelf ideal-int +pkg unicode/utf8, const UTFMax ideal-int +pkg unicode/utf8, func DecodeLastRune([]uint8) (int32, int) +pkg unicode/utf8, func DecodeLastRuneInString(string) (int32, int) +pkg unicode/utf8, func DecodeRune([]uint8) (int32, int) +pkg unicode/utf8, func DecodeRuneInString(string) (int32, int) +pkg unicode/utf8, func EncodeRune([]uint8, int32) int +pkg unicode/utf8, func FullRune([]uint8) bool +pkg unicode/utf8, func FullRuneInString(string) bool +pkg unicode/utf8, func RuneCount([]uint8) int +pkg unicode/utf8, func RuneCountInString(string) int +pkg unicode/utf8, func RuneLen(int32) int +pkg unicode/utf8, func RuneStart(uint8) bool +pkg unicode/utf8, func Valid([]uint8) bool +pkg unicode/utf8, func ValidString(string) bool diff --git a/go/doc/README.md b/go/doc/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b7aefc8d2c1e7badc95666dbdc0f3efab9364f0d --- /dev/null +++ b/go/doc/README.md @@ -0,0 +1,75 @@ +# Release Notes + +The `initial` and `next` subdirectories of this directory are for release notes. + +## For developers + +Release notes should be added to `next` by editing existing files or creating +new files. **Do not add RELNOTE=yes comments in CLs.** Instead, add a file to +the CL (or ask the author to do so). + +At the end of the development cycle, the files will be merged by being +concatenated in sorted order by pathname. Files in the directory matching the +glob "*stdlib/*minor" are treated specially. They should be in subdirectories +corresponding to standard library package paths, and headings for those package +paths will be generated automatically. + +Files in this repo's `api/next` directory must have corresponding files in +`doc/next/*stdlib/*minor`. +The files should be in the subdirectory for the package with the new +API, and should be named after the issue number of the API proposal. +For example, if the directory `6-stdlib/99-minor` is present, +then an `api/next` file with the line + + pkg net/http, function F #12345 + +should have a corresponding file named `doc/next/6-stdlib/99-minor/net/http/12345.md`. +At a minimum, that file should contain either a full sentence or a TODO, +ideally referring to a person with the responsibility to complete the note. + +If your CL addresses an accepted proposal, mention the proposal issue number in +your release note in the form `/issue/NUMBER`. A link to the issue in the text +will have this form (see below). If you don't want to mention the issue in the +text, add it as a comment: +``` + +``` +If an accepted proposal is mentioned in a CL but not in the release notes, it will be +flagged as a TODO by the automated tooling. That is true even for proposals that add API. + +Use the following forms in your markdown: + + [http.Request] # symbol documentation; auto-linked as in Go doc strings + [Request] # short form, for symbols in the package being documented + [net/http] # package link + [#12345](/issue/12345) # GitHub issues + [CL 6789](/cl/6789) # Gerrit changelists + +To preview `next` content in merged form using a local instance of the website, run: + +``` +go run golang.org/x/website/cmd/golangorg@latest -goroot=.. +``` + +Then open http://localhost:6060/doc/next. Refresh the page to see your latest edits. + +## For the release team + +The `relnote` tool, at `golang.org/x/build/cmd/relnote`, operates on the files +in `doc/next`. + +As a release cycle nears completion, run `relnote todo` to get a list of +unfinished release note work. + +To prepare the release notes for a release, run `relnote generate`. +That will merge the `.md` files in `next` into a single file. +Atomically (as close to it as possible) add that file to `_content/doc` directory +of the website repository and remove the `doc/next` directory in this repository. + +To begin the next release development cycle, populate the contents of `next` +with those of `initial`. From the repo root: + + > cd doc + > cp -R initial/ next + +Then edit `next/1-intro.md` to refer to the next version. diff --git a/go/doc/asm.html b/go/doc/asm.html new file mode 100644 index 0000000000000000000000000000000000000000..5db13905e3e50e3cb0913fdfa36ddf242b1341de --- /dev/null +++ b/go/doc/asm.html @@ -0,0 +1,1079 @@ + + +

A Quick Guide to Go's Assembler

+ +

+This document is a quick outline of the unusual form of assembly language used by the gc Go compiler. +The document is not comprehensive. +

+ +

+The assembler is based on the input style of the Plan 9 assemblers, which is documented in detail +elsewhere. +If you plan to write assembly language, you should read that document although much of it is Plan 9-specific. +The current document provides a summary of the syntax and the differences with +what is explained in that document, and +describes the peculiarities that apply when writing assembly code to interact with Go. +

+ +

+The most important thing to know about Go's assembler is that it is not a direct representation of the underlying machine. +Some of the details map precisely to the machine, but some do not. +This is because the compiler suite (see +this description) +needs no assembler pass in the usual pipeline. +Instead, the compiler operates on a kind of semi-abstract instruction set, +and instruction selection occurs partly after code generation. +The assembler works on the semi-abstract form, so +when you see an instruction like MOV +what the toolchain actually generates for that operation might +not be a move instruction at all, perhaps a clear or load. +Or it might correspond exactly to the machine instruction with that name. +In general, machine-specific operations tend to appear as themselves, while more general concepts like +memory move and subroutine call and return are more abstract. +The details vary with architecture, and we apologize for the imprecision; the situation is not well-defined. +

+ +

+The assembler program is a way to parse a description of that +semi-abstract instruction set and turn it into instructions to be +input to the linker. +If you want to see what the instructions look like in assembly for a given architecture, say amd64, there +are many examples in the sources of the standard library, in packages such as +runtime and +math/big. +You can also examine what the compiler emits as assembly code +(the actual output may differ from what you see here): +

+ +
+$ cat x.go
+package main
+
+func main() {
+	println(3)
+}
+$ GOOS=linux GOARCH=amd64 go tool compile -S x.go        # or: go build -gcflags -S x.go
+"".main STEXT size=74 args=0x0 locals=0x10
+	0x0000 00000 (x.go:3)	TEXT	"".main(SB), $16-0
+	0x0000 00000 (x.go:3)	MOVQ	(TLS), CX
+	0x0009 00009 (x.go:3)	CMPQ	SP, 16(CX)
+	0x000d 00013 (x.go:3)	JLS	67
+	0x000f 00015 (x.go:3)	SUBQ	$16, SP
+	0x0013 00019 (x.go:3)	MOVQ	BP, 8(SP)
+	0x0018 00024 (x.go:3)	LEAQ	8(SP), BP
+	0x001d 00029 (x.go:3)	FUNCDATA	$0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
+	0x001d 00029 (x.go:3)	FUNCDATA	$1, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
+	0x001d 00029 (x.go:3)	FUNCDATA	$2, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
+	0x001d 00029 (x.go:4)	PCDATA	$0, $0
+	0x001d 00029 (x.go:4)	PCDATA	$1, $0
+	0x001d 00029 (x.go:4)	CALL	runtime.printlock(SB)
+	0x0022 00034 (x.go:4)	MOVQ	$3, (SP)
+	0x002a 00042 (x.go:4)	CALL	runtime.printint(SB)
+	0x002f 00047 (x.go:4)	CALL	runtime.printnl(SB)
+	0x0034 00052 (x.go:4)	CALL	runtime.printunlock(SB)
+	0x0039 00057 (x.go:5)	MOVQ	8(SP), BP
+	0x003e 00062 (x.go:5)	ADDQ	$16, SP
+	0x0042 00066 (x.go:5)	RET
+	0x0043 00067 (x.go:5)	NOP
+	0x0043 00067 (x.go:3)	PCDATA	$1, $-1
+	0x0043 00067 (x.go:3)	PCDATA	$0, $-1
+	0x0043 00067 (x.go:3)	CALL	runtime.morestack_noctxt(SB)
+	0x0048 00072 (x.go:3)	JMP	0
+...
+
+ +

+The FUNCDATA and PCDATA directives contain information +for use by the garbage collector; they are introduced by the compiler. +

+ +

+To see what gets put in the binary after linking, use go tool objdump: +

+ +
+$ go build -o x.exe x.go
+$ go tool objdump -s main.main x.exe
+TEXT main.main(SB) /tmp/x.go
+  x.go:3		0x10501c0		65488b0c2530000000	MOVQ GS:0x30, CX
+  x.go:3		0x10501c9		483b6110		CMPQ 0x10(CX), SP
+  x.go:3		0x10501cd		7634			JBE 0x1050203
+  x.go:3		0x10501cf		4883ec10		SUBQ $0x10, SP
+  x.go:3		0x10501d3		48896c2408		MOVQ BP, 0x8(SP)
+  x.go:3		0x10501d8		488d6c2408		LEAQ 0x8(SP), BP
+  x.go:4		0x10501dd		e86e45fdff		CALL runtime.printlock(SB)
+  x.go:4		0x10501e2		48c7042403000000	MOVQ $0x3, 0(SP)
+  x.go:4		0x10501ea		e8e14cfdff		CALL runtime.printint(SB)
+  x.go:4		0x10501ef		e8ec47fdff		CALL runtime.printnl(SB)
+  x.go:4		0x10501f4		e8d745fdff		CALL runtime.printunlock(SB)
+  x.go:5		0x10501f9		488b6c2408		MOVQ 0x8(SP), BP
+  x.go:5		0x10501fe		4883c410		ADDQ $0x10, SP
+  x.go:5		0x1050202		c3			RET
+  x.go:3		0x1050203		e83882ffff		CALL runtime.morestack_noctxt(SB)
+  x.go:3		0x1050208		ebb6			JMP main.main(SB)
+
+ +

Constants

+ +

+Although the assembler takes its guidance from the Plan 9 assemblers, +it is a distinct program, so there are some differences. +One is in constant evaluation. +Constant expressions in the assembler are parsed using Go's operator +precedence, not the C-like precedence of the original. +Thus 3&1<<2 is 4, not 0—it parses as (3&1)<<2 +not 3&(1<<2). +Also, constants are always evaluated as 64-bit unsigned integers. +Thus -2 is not the integer value minus two, +but the unsigned 64-bit integer with the same bit pattern. +The distinction rarely matters but +to avoid ambiguity, division or right shift where the right operand's +high bit is set is rejected. +

+ +

Symbols

+ +

+Some symbols, such as R1 or LR, +are predefined and refer to registers. +The exact set depends on the architecture. +

+ +

+There are four predeclared symbols that refer to pseudo-registers. +These are not real registers, but rather virtual registers maintained by +the toolchain, such as a frame pointer. +The set of pseudo-registers is the same for all architectures: +

+ +
    + +
  • +FP: Frame pointer: arguments and locals. +
  • + +
  • +PC: Program counter: +jumps and branches. +
  • + +
  • +SB: Static base pointer: global symbols. +
  • + +
  • +SP: Stack pointer: the highest address within the local stack frame. +
  • + +
+ +

+All user-defined symbols are written as offsets to the pseudo-registers +FP (arguments and locals) and SB (globals). +

+ +

+The SB pseudo-register can be thought of as the origin of memory, so the symbol foo(SB) +is the name foo as an address in memory. +This form is used to name global functions and data. +Adding <> to the name, as in foo<>(SB), makes the name +visible only in the current source file, like a top-level static declaration in a C file. +Adding an offset to the name refers to that offset from the symbol's address, so +foo+4(SB) is four bytes past the start of foo. +

+ +

+The FP pseudo-register is a virtual frame pointer +used to refer to function arguments. +The compilers maintain a virtual frame pointer and refer to the arguments on the stack as offsets from that pseudo-register. +Thus 0(FP) is the first argument to the function, +8(FP) is the second (on a 64-bit machine), and so on. +However, when referring to a function argument this way, it is necessary to place a name +at the beginning, as in first_arg+0(FP) and second_arg+8(FP). +(The meaning of the offset—offset from the frame pointer—distinct +from its use with SB, where it is an offset from the symbol.) +The assembler enforces this convention, rejecting plain 0(FP) and 8(FP). +The actual name is semantically irrelevant but should be used to document +the argument's name. +It is worth stressing that FP is always a +pseudo-register, not a hardware +register, even on architectures with a hardware frame pointer. +

+ +

+For assembly functions with Go prototypes, go vet will check that the argument names +and offsets match. +On 32-bit systems, the low and high 32 bits of a 64-bit value are distinguished by adding +a _lo or _hi suffix to the name, as in arg_lo+0(FP) or arg_hi+4(FP). +If a Go prototype does not name its result, the expected assembly name is ret. +

+ +

+The SP pseudo-register is a virtual stack pointer +used to refer to frame-local variables and the arguments being +prepared for function calls. +It points to the highest address within the local stack frame, so references should use negative offsets +in the range [−framesize, 0): +x-8(SP), y-4(SP), and so on. +

+ +

+On architectures with a hardware register named SP, +the name prefix distinguishes +references to the virtual stack pointer from references to the architectural +SP register. +That is, x-8(SP) and -8(SP) +are different memory locations: +the first refers to the virtual stack pointer pseudo-register, +while the second refers to the +hardware's SP register. +

+ +

+On machines where SP and PC are +traditionally aliases for a physical, numbered register, +in the Go assembler the names SP and PC +are still treated specially; +for instance, references to SP require a symbol, +much like FP. +To access the actual hardware register use the true R name. +For example, on the ARM architecture the hardware +SP and PC are accessible as +R13 and R15. +

+ +

+Branches and direct jumps are always written as offsets to the PC, or as +jumps to labels: +

+ +
+label:
+	MOVW $0, R1
+	JMP label
+
+ +

+Each label is visible only within the function in which it is defined. +It is therefore permitted for multiple functions in a file to define +and use the same label names. +Direct jumps and call instructions can target text symbols, +such as name(SB), but not offsets from symbols, +such as name+4(SB). +

+ +

+Instructions, registers, and assembler directives are always in UPPER CASE to remind you +that assembly programming is a fraught endeavor. +(Exception: the g register renaming on ARM.) +

+ +

+In Go object files and binaries, the full name of a symbol is the +package path followed by a period and the symbol name: +fmt.Printf or math/rand.Int. +Because the assembler's parser treats period and slash as punctuation, +those strings cannot be used directly as identifier names. +Instead, the assembler allows the middle dot character U+00B7 +and the division slash U+2215 in identifiers and rewrites them to +plain period and slash. +Within an assembler source file, the symbols above are written as +fmt·Printf and math∕rand·Int. +The assembly listings generated by the compilers when using the -S flag +show the period and slash directly instead of the Unicode replacements +required by the assemblers. +

+ +

+Most hand-written assembly files do not include the full package path +in symbol names, because the linker inserts the package path of the current +object file at the beginning of any name starting with a period: +in an assembly source file within the math/rand package implementation, +the package's Int function can be referred to as ·Int. +This convention avoids the need to hard-code a package's import path in its +own source code, making it easier to move the code from one location to another. +

+ +

Directives

+ +

+The assembler uses various directives to bind text and data to symbol names. +For example, here is a simple complete function definition. The TEXT +directive declares the symbol runtime·profileloop and the instructions +that follow form the body of the function. +The last instruction in a TEXT block must be some sort of jump, usually a RET (pseudo-)instruction. +(If it's not, the linker will append a jump-to-itself instruction; there is no fallthrough in TEXTs.) +After the symbol, the arguments are flags (see below) +and the frame size, a constant (but see below): +

+ +
+TEXT runtime·profileloop(SB),NOSPLIT,$8
+	MOVQ	$runtime·profileloop1(SB), CX
+	MOVQ	CX, 0(SP)
+	CALL	runtime·externalthreadhandler(SB)
+	RET
+
+ +

+In the general case, the frame size is followed by an argument size, separated by a minus sign. +(It's not a subtraction, just idiosyncratic syntax.) +The frame size $24-8 states that the function has a 24-byte frame +and is called with 8 bytes of argument, which live on the caller's frame. +If NOSPLIT is not specified for the TEXT, +the argument size must be provided. +For assembly functions with Go prototypes, go vet will check that the +argument size is correct. +

+ +

+Note that the symbol name uses a middle dot to separate the components and is specified as an offset from the +static base pseudo-register SB. +This function would be called from Go source for package runtime using the +simple name profileloop. +

+ +

+Global data symbols are defined by a sequence of initializing +DATA directives followed by a GLOBL directive. +Each DATA directive initializes a section of the +corresponding memory. +The memory not explicitly initialized is zeroed. +The general form of the DATA directive is + +

+DATA	symbol+offset(SB)/width, value
+
+ +

+which initializes the symbol memory at the given offset and width with the given value. +The DATA directives for a given symbol must be written with increasing offsets. +

+ +

+The GLOBL directive declares a symbol to be global. +The arguments are optional flags and the size of the data being declared as a global, +which will have initial value all zeros unless a DATA directive +has initialized it. +The GLOBL directive must follow any corresponding DATA directives. +

+ +

+For example, +

+ +
+DATA divtab<>+0x00(SB)/4, $0xf4f8fcff
+DATA divtab<>+0x04(SB)/4, $0xe6eaedf0
+...
+DATA divtab<>+0x3c(SB)/4, $0x81828384
+GLOBL divtab<>(SB), RODATA, $64
+
+GLOBL runtime·tlsoffset(SB), NOPTR, $4
+
+ +

+declares and initializes divtab<>, a read-only 64-byte table of 4-byte integer values, +and declares runtime·tlsoffset, a 4-byte, implicitly zeroed variable that +contains no pointers. +

+ +

+There may be one or two arguments to the directives. +If there are two, the first is a bit mask of flags, +which can be written as numeric expressions, added or or-ed together, +or can be set symbolically for easier absorption by a human. +Their values, defined in the standard #include file textflag.h, are: +

+ +
    +
  • +NOPROF = 1 +
    +(For TEXT items.) +Don't profile the marked function. This flag is deprecated. +
  • +
  • +DUPOK = 2 +
    +It is legal to have multiple instances of this symbol in a single binary. +The linker will choose one of the duplicates to use. +
  • +
  • +NOSPLIT = 4 +
    +(For TEXT items.) +Don't insert the preamble to check if the stack must be split. +The frame for the routine, plus anything it calls, must fit in the +spare space remaining in the current stack segment. +Used to protect routines such as the stack splitting code itself. +
  • +
  • +RODATA = 8 +
    +(For DATA and GLOBL items.) +Put this data in a read-only section. +
  • +
  • +NOPTR = 16 +
    +(For DATA and GLOBL items.) +This data contains no pointers and therefore does not need to be +scanned by the garbage collector. +
  • +
  • +WRAPPER = 32 +
    +(For TEXT items.) +This is a wrapper function and should not count as disabling recover. +
  • +
  • +NEEDCTXT = 64 +
    +(For TEXT items.) +This function is a closure so it uses its incoming context register. +
  • +
  • +LOCAL = 128 +
    +This symbol is local to the dynamic shared object. +
  • +
  • +TLSBSS = 256 +
    +(For DATA and GLOBL items.) +Put this data in thread local storage. +
  • +
  • +NOFRAME = 512 +
    +(For TEXT items.) +Do not insert instructions to allocate a stack frame and save/restore the return +address, even if this is not a leaf function. +Only valid on functions that declare a frame size of 0. +
  • +
  • +TOPFRAME = 2048 +
    +(For TEXT items.) +Function is the outermost frame of the call stack. Traceback should stop at this function. +
  • +
+ +

Special instructions

+ +

+The PCALIGN pseudo-instruction is used to indicate that the next instruction should be aligned +to a specified boundary by padding with no-op instructions. +

+ +

+It is currently supported on arm64, amd64, ppc64, loong64 and riscv64. + +For example, the start of the MOVD instruction below is aligned to 32 bytes: +

+PCALIGN $32
+MOVD $2, R0
+
+

+ +

Interacting with Go types and constants

+ +

+If a package has any .s files, then go build will direct +the compiler to emit a special header called go_asm.h, +which the .s files can then #include. +The file contains symbolic #define constants for the +offsets of Go struct fields, the sizes of Go struct types, and most +Go const declarations defined in the current package. +Go assembly should avoid making assumptions about the layout of Go +types and instead use these constants. +This improves the readability of assembly code, and keeps it robust to +changes in data layout either in the Go type definitions or in the +layout rules used by the Go compiler. +

+ +

+Constants are of the form const_name. +For example, given the Go declaration const bufSize = +1024, assembly code can refer to the value of this constant +as const_bufSize. +

+ +

+Field offsets are of the form type_field. +Struct sizes are of the form type__size. +For example, consider the following Go definition: +

+ +
+type reader struct {
+	buf [bufSize]byte
+	r   int
+}
+
+ +

+Assembly can refer to the size of this struct +as reader__size and the offsets of the two fields +as reader_buf and reader_r. +Hence, if register R1 contains a pointer to +a reader, assembly can reference the r field +as reader_r(R1). +

+ +

+If any of these #define names are ambiguous (for example, +a struct with a _size field), #include +"go_asm.h" will fail with a "redefinition of macro" error. +

+ +

Runtime Coordination

+ +

+For garbage collection to run correctly, the runtime must know the +location of pointers in all global data and in most stack frames. +The Go compiler emits this information when compiling Go source files, +but assembly programs must define it explicitly. +

+ +

+A data symbol marked with the NOPTR flag (see above) +is treated as containing no pointers to runtime-allocated data. +A data symbol with the RODATA flag +is allocated in read-only memory and is therefore treated +as implicitly marked NOPTR. +A data symbol with a total size smaller than a pointer +is also treated as implicitly marked NOPTR. +It is not possible to define a symbol containing pointers in an assembly source file; +such a symbol must be defined in a Go source file instead. +Assembly source can still refer to the symbol by name +even without DATA and GLOBL directives. +A good general rule of thumb is to define all non-RODATA +symbols in Go instead of in assembly. +

+ +

+Each function also needs annotations giving the location of +live pointers in its arguments, results, and local stack frame. +For an assembly function with no pointer results and +either no local stack frame or no function calls, +the only requirement is to define a Go prototype for the function +in a Go source file in the same package. The name of the assembly +function must not contain the package name component (for example, +function Syscall in package syscall should +use the name ·Syscall instead of the equivalent name +syscall·Syscall in its TEXT directive). +For more complex situations, explicit annotation is needed. +These annotations use pseudo-instructions defined in the standard +#include file funcdata.h. +

+ +

+If a function has no arguments and no results, +the pointer information can be omitted. +This is indicated by an argument size annotation of $n-0 +on the TEXT instruction. +Otherwise, pointer information must be provided by +a Go prototype for the function in a Go source file, +even for assembly functions not called directly from Go. +(The prototype will also let go vet check the argument references.) +At the start of the function, the arguments are assumed +to be initialized but the results are assumed uninitialized. +If the results will hold live pointers during a call instruction, +the function should start by zeroing the results and then +executing the pseudo-instruction GO_RESULTS_INITIALIZED. +This instruction records that the results are now initialized +and should be scanned during stack movement and garbage collection. +It is typically easier to arrange that assembly functions do not +return pointers or do not contain call instructions; +no assembly functions in the standard library use +GO_RESULTS_INITIALIZED. +

+ +

+If a function has no local stack frame, +the pointer information can be omitted. +This is indicated by a local frame size annotation of $0-n +on the TEXT instruction. +The pointer information can also be omitted if the +function contains no call instructions. +Otherwise, the local stack frame must not contain pointers, +and the assembly must confirm this fact by executing the +pseudo-instruction NO_LOCAL_POINTERS. +Because stack resizing is implemented by moving the stack, +the stack pointer may change during any function call: +even pointers to stack data must not be kept in local variables. +

+ +

+Assembly functions should always be given Go prototypes, +both to provide pointer information for the arguments and results +and to let go vet check that +the offsets being used to access them are correct. +

+ +

Architecture-specific details

+ +

+It is impractical to list all the instructions and other details for each machine. +To see what instructions are defined for a given machine, say ARM, +look in the source for the obj support library for +that architecture, located in the directory src/cmd/internal/obj/arm. +In that directory is a file a.out.go; it contains +a long list of constants starting with A, like this: +

+ +
+const (
+	AAND = obj.ABaseARM + obj.A_ARCHSPECIFIC + iota
+	AEOR
+	ASUB
+	ARSB
+	AADD
+	...
+
+ +

+This is the list of instructions and their spellings as known to the assembler and linker for that architecture. +Each instruction begins with an initial capital A in this list, so AAND +represents the bitwise and instruction, +AND (without the leading A), +and is written in assembly source as AND. +The enumeration is mostly in alphabetical order. +(The architecture-independent AXXX, defined in the +cmd/internal/obj package, +represents an invalid instruction). +The sequence of the A names has nothing to do with the actual +encoding of the machine instructions. +The cmd/internal/obj package takes care of that detail. +

+ +

+The instructions for both the 386 and AMD64 architectures are listed in +cmd/internal/obj/x86/a.out.go. +

+ +

+The architectures share syntax for common addressing modes such as +(R1) (register indirect), +4(R1) (register indirect with offset), and +$foo(SB) (absolute address). +The assembler also supports some (not necessarily all) addressing modes +specific to each architecture. +The sections below list these. +

+ +

+One detail evident in the examples from the previous sections is that data in the instructions flows from left to right: +MOVQ $0, CX clears CX. +This rule applies even on architectures where the conventional notation uses the opposite direction. +

+ +

+Here follow some descriptions of key Go-specific details for the supported architectures. +

+ +

32-bit Intel 386

+ +

+The runtime pointer to the g structure is maintained +through the value of an otherwise unused (as far as Go is concerned) register in the MMU. +In the runtime package, assembly code can include go_tls.h, which defines +an OS- and architecture-dependent macro get_tls for accessing this register. +The get_tls macro takes one argument, which is the register to load the +g pointer into. +

+ +

+For example, the sequence to load g and m +using CX looks like this: +

+ +
+#include "go_tls.h"
+#include "go_asm.h"
+...
+get_tls(CX)
+MOVL	g(CX), AX     // Move g into AX.
+MOVL	g_m(AX), BX   // Move g.m into BX.
+
+ +

+The get_tls macro is also defined on amd64. +

+ +

+Addressing modes: +

+ +
    + +
  • +(DI)(BX*2): The location at address DI plus BX*2. +
  • + +
  • +64(DI)(BX*2): The location at address DI plus BX*2 plus 64. +These modes accept only 1, 2, 4, and 8 as scale factors. +
  • + +
+ +

+When using the compiler and assembler's +-dynlink or -shared modes, +any load or store of a fixed memory location such as a global variable +must be assumed to overwrite CX. +Therefore, to be safe for use with these modes, +assembly sources should typically avoid CX except between memory references. +

+ +

64-bit Intel 386 (a.k.a. amd64)

+ +

+The two architectures behave largely the same at the assembler level. +Assembly code to access the m and g +pointers on the 64-bit version is the same as on the 32-bit 386, +except it uses MOVQ rather than MOVL: +

+ +
+get_tls(CX)
+MOVQ	g(CX), AX     // Move g into AX.
+MOVQ	g_m(AX), BX   // Move g.m into BX.
+
+ +

+Register BP is callee-save. +The assembler automatically inserts BP save/restore when frame size is larger than zero. +Using BP as a general purpose register is allowed, +however it can interfere with sampling-based profiling. +

+ +

ARM

+ +

+The registers R10 and R11 +are reserved by the compiler and linker. +

+ +

+R10 points to the g (goroutine) structure. +Within assembler source code, this pointer must be referred to as g; +the name R10 is not recognized. +

+ +

+To make it easier for people and compilers to write assembly, the ARM linker +allows general addressing forms and pseudo-operations like DIV or MOD +that may not be expressible using a single hardware instruction. +It implements these forms as multiple instructions, often using the R11 register +to hold temporary values. +Hand-written assembly can use R11, but doing so requires +being sure that the linker is not also using it to implement any of the other +instructions in the function. +

+ +

+When defining a TEXT, specifying frame size $-4 +tells the linker that this is a leaf function that does not need to save LR on entry. +

+ +

+The name SP always refers to the virtual stack pointer described earlier. +For the hardware register, use R13. +

+ +

+Condition code syntax is to append a period and the one- or two-letter code to the instruction, +as in MOVW.EQ. +Multiple codes may be appended: MOVM.IA.W. +The order of the code modifiers is irrelevant. +

+ +

+Addressing modes: +

+ +
    + +
  • +R0->16 +
    +R0>>16 +
    +R0<<16 +
    +R0@>16: +For <<, left shift R0 by 16 bits. +The other codes are -> (arithmetic right shift), +>> (logical right shift), and +@> (rotate right). +
  • + +
  • +R0->R1 +
    +R0>>R1 +
    +R0<<R1 +
    +R0@>R1: +For <<, left shift R0 by the count in R1. +The other codes are -> (arithmetic right shift), +>> (logical right shift), and +@> (rotate right). + +
  • + +
  • +[R0,g,R12-R15]: For multi-register instructions, the set comprising +R0, g, and R12 through R15 inclusive. +
  • + +
  • +(R5, R6): Destination register pair. +
  • + +
+ +

ARM64

+ +

+R18 is the "platform register", reserved on the Apple platform. +To prevent accidental misuse, the register is named R18_PLATFORM. +R27 and R28 are reserved by the compiler and linker. +R29 is the frame pointer. +R30 is the link register. +

+ +

+Instruction modifiers are appended to the instruction following a period. +The only modifiers are P (postincrement) and W +(preincrement): +MOVW.P, MOVW.W +

+ +

+Addressing modes: +

+ +
    + +
  • +R0->16 +
    +R0>>16 +
    +R0<<16 +
    +R0@>16: +These are the same as on the 32-bit ARM. +
  • + +
  • +$(8<<12): +Left shift the immediate value 8 by 12 bits. +
  • + +
  • +8(R0): +Add the value of R0 and 8. +
  • + +
  • +(R2)(R0): +The location at R0 plus R2. +
  • + +
  • +R0.UXTB +
    +R0.UXTB<<imm: +UXTB: extract an 8-bit value from the low-order bits of R0 and zero-extend it to the size of R0. +R0.UXTB<<imm: left shift the result of R0.UXTB by imm bits. +The imm value can be 0, 1, 2, 3, or 4. +The other extensions include UXTH (16-bit), UXTW (32-bit), and UXTX (64-bit). +
  • + +
  • +R0.SXTB +
    +R0.SXTB<<imm: +SXTB: extract an 8-bit value from the low-order bits of R0 and sign-extend it to the size of R0. +R0.SXTB<<imm: left shift the result of R0.SXTB by imm bits. +The imm value can be 0, 1, 2, 3, or 4. +The other extensions include SXTH (16-bit), SXTW (32-bit), and SXTX (64-bit). +
  • + +
  • +(R5, R6): Register pair for LDAXP/LDP/LDXP/STLXP/STP/STP. +
  • + +
+ +

+Reference: Go ARM64 Assembly Instructions Reference Manual +

+ +

PPC64

+ +

+This assembler is used by GOARCH values ppc64 and ppc64le. +

+ +

+Reference: Go PPC64 Assembly Instructions Reference Manual +

+ +

IBM z/Architecture, a.k.a. s390x

+ +

+The registers R10 and R11 are reserved. +The assembler uses them to hold temporary values when assembling some instructions. +

+ +

+R13 points to the g (goroutine) structure. +This register must be referred to as g; the name R13 is not recognized. +

+ +

+R15 points to the stack frame and should typically only be accessed using the +virtual registers SP and FP. +

+ +

+Load- and store-multiple instructions operate on a range of registers. +The range of registers is specified by a start register and an end register. +For example, LMG (R9), R5, R7 would load +R5, R6 and R7 with the 64-bit values at +0(R9), 8(R9) and 16(R9) respectively. +

+ +

+Storage-and-storage instructions such as MVC and XC are written +with the length as the first argument. +For example, XC $8, (R9), (R9) would clear +eight bytes at the address specified in R9. +

+ +

+If a vector instruction takes a length or an index as an argument then it will be the +first argument. +For example, VLEIF $1, $16, V2 will load +the value sixteen into index one of V2. +Care should be taken when using vector instructions to ensure that they are available at +runtime. +To use vector instructions a machine must have both the vector facility (bit 129 in the +facility list) and kernel support. +Without kernel support a vector instruction will have no effect (it will be equivalent +to a NOP instruction). +

+ +

+Addressing modes: +

+ +
    + +
  • +(R5)(R6*1): The location at R5 plus R6. +It is a scaled mode as on the x86, but the only scale allowed is 1. +
  • + +
+ +

MIPS, MIPS64

+ +

+General purpose registers are named R0 through R31, +floating point registers are F0 through F31. +

+ +

+R30 is reserved to point to g. +R23 is used as a temporary register. +

+ +

+In a TEXT directive, the frame size $-4 for MIPS or +$-8 for MIPS64 instructs the linker not to save LR. +

+ +

+SP refers to the virtual stack pointer. +For the hardware register, use R29. +

+ +

+Addressing modes: +

+ +
    + +
  • +16(R1): The location at R1 plus 16. +
  • + +
  • +(R1): Alias for 0(R1). +
  • + +
+ +

+The value of GOMIPS environment variable (hardfloat or +softfloat) is made available to assembly code by predefining either +GOMIPS_hardfloat or GOMIPS_softfloat. +

+ +

+The value of GOMIPS64 environment variable (hardfloat or +softfloat) is made available to assembly code by predefining either +GOMIPS64_hardfloat or GOMIPS64_softfloat. +

+ +

RISCV64

+ +

+Reference: Go RISCV64 Assembly Instructions Reference Manual +

+ +

Unsupported opcodes

+ +

+The assemblers are designed to support the compiler so not all hardware instructions +are defined for all architectures: if the compiler doesn't generate it, it might not be there. +If you need to use a missing instruction, there are two ways to proceed. +One is to update the assembler to support that instruction, which is straightforward +but only worthwhile if it's likely the instruction will be used again. +Instead, for simple one-off cases, it's possible to use the BYTE +and WORD directives +to lay down explicit data into the instruction stream within a TEXT. +Here's how the 386 runtime defines the 64-bit atomic load function. +

+ +
+// uint64 atomicload64(uint64 volatile* addr);
+// so actually
+// void atomicload64(uint64 *res, uint64 volatile *addr);
+TEXT runtime·atomicload64(SB), NOSPLIT, $0-12
+	MOVL	ptr+0(FP), AX
+	TESTL	$7, AX
+	JZ	2(PC)
+	MOVL	0, AX // crash with nil ptr deref
+	LEAL	ret_lo+4(FP), BX
+	// MOVQ (%EAX), %MM0
+	BYTE $0x0f; BYTE $0x6f; BYTE $0x00
+	// MOVQ %MM0, 0(%EBX)
+	BYTE $0x0f; BYTE $0x7f; BYTE $0x03
+	// EMMS
+	BYTE $0x0F; BYTE $0x77
+	RET
+
diff --git a/go/doc/go_mem.html b/go/doc/go_mem.html new file mode 100644 index 0000000000000000000000000000000000000000..8db7d65e7342a81a6127b4519ad77d5b6fa666a5 --- /dev/null +++ b/go/doc/go_mem.html @@ -0,0 +1,977 @@ + + + + +

Introduction

+ +

+The Go memory model specifies the conditions under which +reads of a variable in one goroutine can be guaranteed to +observe values produced by writes to the same variable in a different goroutine. +

+ + +

Advice

+ +

+Programs that modify data being simultaneously accessed by multiple goroutines +must serialize such access. +

+ +

+To serialize access, protect the data with channel operations or other synchronization primitives +such as those in the sync +and sync/atomic packages. +

+ +

+If you must read the rest of this document to understand the behavior of your program, +you are being too clever. +

+ +

+Don't be clever. +

+ +

Informal Overview

+ +

+Go approaches its memory model in much the same way as the rest of the language, +aiming to keep the semantics simple, understandable, and useful. +This section gives a general overview of the approach and should suffice for most programmers. +The memory model is specified more formally in the next section. +

+ +

+A data race is defined as +a write to a memory location happening concurrently with another read or write to that same location, +unless all the accesses involved are atomic data accesses as provided by the sync/atomic package. +As noted already, programmers are strongly encouraged to use appropriate synchronization +to avoid data races. +In the absence of data races, Go programs behave as if all the goroutines +were multiplexed onto a single processor. +This property is sometimes referred to as DRF-SC: data-race-free programs +execute in a sequentially consistent manner. +

+ +

+While programmers should write Go programs without data races, +there are limitations to what a Go implementation can do in response to a data race. +An implementation may always react to a data race by reporting the race and terminating the program. +Otherwise, each read of a single-word-sized or sub-word-sized memory location +must observe a value actually written to that location (perhaps by a concurrent executing goroutine) +and not yet overwritten. +These implementation constraints make Go more like Java or JavaScript, +in that most races have a limited number of outcomes, +and less like C and C++, where the meaning of any program with a race +is entirely undefined, and the compiler may do anything at all. +Go's approach aims to make errant programs more reliable and easier to debug, +while still insisting that races are errors and that tools can diagnose and report them. +

+ +

Memory Model

+ +

+The following formal definition of Go's memory model closely follows +the approach presented by Hans-J. Boehm and Sarita V. Adve in +“Foundations of the C++ Concurrency Memory Model”, +published in PLDI 2008. +The definition of data-race-free programs and the guarantee of sequential consistency +for race-free programs are equivalent to the ones in that work. +

+ +

+The memory model describes the requirements on program executions, +which are made up of goroutine executions, +which in turn are made up of memory operations. +

+ +

+A memory operation is modeled by four details: +

+
    +
  • its kind, indicating whether it is an ordinary data read, an ordinary data write, + or a synchronizing operation such as an atomic data access, + a mutex operation, or a channel operation,
  • +
  • its location in the program,
  • +
  • the memory location or variable being accessed, and
  • +
  • the values read or written by the operation.
  • +
+

+Some memory operations are read-like, including read, atomic read, mutex lock, and channel receive. +Other memory operations are write-like, including write, atomic write, mutex unlock, channel send, and channel close. +Some, such as atomic compare-and-swap, are both read-like and write-like. +

+ +

+A goroutine execution is modeled as a set of memory operations executed by a single goroutine. +

+ +

+Requirement 1: +The memory operations in each goroutine must correspond to a correct sequential execution of that goroutine, +given the values read from and written to memory. +That execution must be consistent with the sequenced before relation, +defined as the partial order requirements set out by the Go language specification +for Go's control flow constructs as well as the order of evaluation for expressions. +

+ +

+A Go program execution is modeled as a set of goroutine executions, +together with a mapping W that specifies the write-like operation that each read-like operation reads from. +(Multiple executions of the same program can have different program executions.) +

+ +

+Requirement 2: +For a given program execution, the mapping W, when limited to synchronizing operations, +must be explainable by some implicit total order of the synchronizing operations +that is consistent with sequencing and the values read and written by those operations. +

+ +

+The synchronized before relation is a partial order on synchronizing memory operations, +derived from W. +If a synchronizing read-like memory operation r +observes a synchronizing write-like memory operation w +(that is, if W(r) = w), +then w is synchronized before r. +Informally, the synchronized before relation is a subset of the implied total order +mentioned in the previous paragraph, +limited to the information that W directly observes. +

+ +

+The happens before relation is defined as the transitive closure of the +union of the sequenced before and synchronized before relations. +

+ +

+Requirement 3: +For an ordinary (non-synchronizing) data read r on a memory location x, +W(r) must be a write w that is visible to r, +where visible means that both of the following hold: +

+ +
    +
  1. w happens before r.
  2. +
  3. w does not happen before any other write w' (to x) that happens before r.
  4. +
+ +

+A read-write data race on memory location x +consists of a read-like memory operation r on x +and a write-like memory operation w on x, +at least one of which is non-synchronizing, +which are unordered by happens before +(that is, neither r happens before w +nor w happens before r). +

+ +

+A write-write data race on memory location x +consists of two write-like memory operations w and w' on x, +at least one of which is non-synchronizing, +which are unordered by happens before. +

+ +

+Note that if there are no read-write or write-write data races on memory location x, +then any read r on x has only one possible W(r): +the single w that immediately precedes it in the happens before order. +

+ +

+More generally, it can be shown that any Go program that is data-race-free, +meaning it has no program executions with read-write or write-write data races, +can only have outcomes explained by some sequentially consistent interleaving +of the goroutine executions. +(The proof is the same as Section 7 of Boehm and Adve's paper cited above.) +This property is called DRF-SC. +

+ +

+The intent of the formal definition is to match +the DRF-SC guarantee provided to race-free programs +by other languages, including C, C++, Java, JavaScript, Rust, and Swift. +

+ +

+Certain Go language operations such as goroutine creation and memory allocation +act as synchronization operations. +The effect of these operations on the synchronized-before partial order +is documented in the “Synchronization” section below. +Individual packages are responsible for providing similar documentation +for their own operations. +

+ +

Implementation Restrictions for Programs Containing Data Races

+ +

+The preceding section gave a formal definition of data-race-free program execution. +This section informally describes the semantics that implementations must provide +for programs that do contain races. +

+ +

+Any implementation can, upon detecting a data race, +report the race and halt execution of the program. +Implementations using ThreadSanitizer +(accessed with “go build -race”) +do exactly this. +

+ +

+A read of an array, struct, or complex number +may be implemented as a read of each individual sub-value +(array element, struct field, or real/imaginary component), +in any order. +Similarly, a write of an array, struct, or complex number +may be implemented as a write of each individual sub-value, +in any order. +

+ +

+A read r of a memory location x +holding a value +that is not larger than a machine word must observe +some write w such that r does not happen before w +and there is no write w' such that w happens before w' +and w' happens before r. +That is, each read must observe a value written by a preceding or concurrent write. +

+ +

+Additionally, observation of acausal and “out of thin air” writes is disallowed. +

+ +

+Reads of memory locations larger than a single machine word +are encouraged but not required to meet the same semantics +as word-sized memory locations, +observing a single allowed write w. +For performance reasons, +implementations may instead treat larger operations +as a set of individual machine-word-sized operations +in an unspecified order. +This means that races on multiword data structures +can lead to inconsistent values not corresponding to a single write. +When the values depend on the consistency +of internal (pointer, length) or (pointer, type) pairs, +as can be the case for interface values, maps, +slices, and strings in most Go implementations, +such races can in turn lead to arbitrary memory corruption. +

+ +

+Examples of incorrect synchronization are given in the +“Incorrect synchronization” section below. +

+ +

+Examples of the limitations on implementations are given in the +“Incorrect compilation” section below. +

+ +

Synchronization

+ +

Initialization

+ +

+Program initialization runs in a single goroutine, +but that goroutine may create other goroutines, +which run concurrently. +

+ +

+If a package p imports package q, the completion of +q's init functions happens before the start of any of p's. +

+ +

+The completion of all init functions is synchronized before +the start of the function main.main. +

+ +

Goroutine creation

+ +

+The go statement that starts a new goroutine +is synchronized before the start of the goroutine's execution. +

+ +

+For example, in this program: +

+ +
+var a string
+
+func f() {
+	print(a)
+}
+
+func hello() {
+	a = "hello, world"
+	go f()
+}
+
+ +

+calling hello will print "hello, world" +at some point in the future (perhaps after hello has returned). +

+ +

Goroutine destruction

+ +

+The exit of a goroutine is not guaranteed to be synchronized before +any event in the program. +For example, in this program: +

+ +
+var a string
+
+func hello() {
+	go func() { a = "hello" }()
+	print(a)
+}
+
+ +

+the assignment to a is not followed by +any synchronization event, so it is not guaranteed to be +observed by any other goroutine. +In fact, an aggressive compiler might delete the entire go statement. +

+ +

+If the effects of a goroutine must be observed by another goroutine, +use a synchronization mechanism such as a lock or channel +communication to establish a relative ordering. +

+ +

Channel communication

+ +

+Channel communication is the main method of synchronization +between goroutines. Each send on a particular channel +is matched to a corresponding receive from that channel, +usually in a different goroutine. +

+ +

+A send on a channel is synchronized before the completion of the +corresponding receive from that channel. +

+ +

+This program: +

+ +
+var c = make(chan int, 10)
+var a string
+
+func f() {
+	a = "hello, world"
+	c <- 0
+}
+
+func main() {
+	go f()
+	<-c
+	print(a)
+}
+
+ +

+is guaranteed to print "hello, world". The write to a +is sequenced before the send on c, which is synchronized before +the corresponding receive on c completes, which is sequenced before +the print. +

+ +

+The closing of a channel is synchronized before a receive that returns a zero value +because the channel is closed. +

+ +

+In the previous example, replacing +c <- 0 with close(c) +yields a program with the same guaranteed behavior. +

+ +

+A receive from an unbuffered channel is synchronized before the completion of +the corresponding send on that channel. +

+ +

+This program (as above, but with the send and receive statements swapped and +using an unbuffered channel): +

+ +
+var c = make(chan int)
+var a string
+
+func f() {
+	a = "hello, world"
+	<-c
+}
+
+func main() {
+	go f()
+	c <- 0
+	print(a)
+}
+
+ +

+is also guaranteed to print "hello, world". The write to a +is sequenced before the receive on c, which is synchronized before +the corresponding send on c completes, which is sequenced +before the print. +

+ +

+If the channel were buffered (e.g., c = make(chan int, 1)) +then the program would not be guaranteed to print +"hello, world". (It might print the empty string, +crash, or do something else.) +

+ +

+The kth receive from a channel with capacity C is synchronized before the completion of the k+Cth send on that channel. +

+ +

+This rule generalizes the previous rule to buffered channels. +It allows a counting semaphore to be modeled by a buffered channel: +the number of items in the channel corresponds to the number of active uses, +the capacity of the channel corresponds to the maximum number of simultaneous uses, +sending an item acquires the semaphore, and receiving an item releases +the semaphore. +This is a common idiom for limiting concurrency. +

+ +

+This program starts a goroutine for every entry in the work list, but the +goroutines coordinate using the limit channel to ensure +that at most three are running work functions at a time. +

+ +
+var limit = make(chan int, 3)
+
+func main() {
+	for _, w := range work {
+		go func(w func()) {
+			limit <- 1
+			w()
+			<-limit
+		}(w)
+	}
+	select{}
+}
+
+ +

Locks

+ +

+The sync package implements two lock data types, +sync.Mutex and sync.RWMutex. +

+ +

+For any sync.Mutex or sync.RWMutex variable l and n < m, +call n of l.Unlock() is synchronized before call m of l.Lock() returns. +

+ +

+This program: +

+ +
+var l sync.Mutex
+var a string
+
+func f() {
+	a = "hello, world"
+	l.Unlock()
+}
+
+func main() {
+	l.Lock()
+	go f()
+	l.Lock()
+	print(a)
+}
+
+ +

+is guaranteed to print "hello, world". +The first call to l.Unlock() (in f) is synchronized +before the second call to l.Lock() (in main) returns, +which is sequenced before the print. +

+ +

+For any call to l.RLock on a sync.RWMutex variable l, +there is an n such that the nth call to l.Unlock +is synchronized before the return from l.RLock, +and the matching call to l.RUnlock is synchronized before the return from call n+1 to l.Lock. +

+ +

+A successful call to l.TryLock (or l.TryRLock) +is equivalent to a call to l.Lock (or l.RLock). +An unsuccessful call has no synchronizing effect at all. +As far as the memory model is concerned, +l.TryLock (or l.TryRLock) +may be considered to be able to return false +even when the mutex l is unlocked. +

+ +

Once

+ +

+The sync package provides a safe mechanism for +initialization in the presence of multiple goroutines +through the use of the Once type. +Multiple threads can execute once.Do(f) for a particular f, +but only one will run f(), and the other calls block +until f() has returned. +

+ +

+The completion of a single call of f() from once.Do(f) +is synchronized before the return of any call of once.Do(f). +

+ +

+In this program: +

+ +
+var a string
+var once sync.Once
+
+func setup() {
+	a = "hello, world"
+}
+
+func doprint() {
+	once.Do(setup)
+	print(a)
+}
+
+func twoprint() {
+	go doprint()
+	go doprint()
+}
+
+ +

+calling twoprint will call setup exactly +once. +The setup function will complete before either call +of print. +The result will be that "hello, world" will be printed +twice. +

+ +

Atomic Values

+ +

+The APIs in the sync/atomic +package are collectively “atomic operations” +that can be used to synchronize the execution of different goroutines. +If the effect of an atomic operation A is observed by atomic operation B, +then A is synchronized before B. +All the atomic operations executed in a program behave as though executed +in some sequentially consistent order. +

+ +

+The preceding definition has the same semantics as C++’s sequentially consistent atomics +and Java’s volatile variables. +

+ +

Finalizers

+ +

+The runtime package provides +a SetFinalizer function that adds a finalizer to be called when +a particular object is no longer reachable by the program. +A call to SetFinalizer(x, f) is synchronized before the finalization call f(x). +

+ +

Additional Mechanisms

+ +

+The sync package provides additional synchronization abstractions, +including condition variables, +lock-free maps, +allocation pools, +and +wait groups. +The documentation for each of these specifies the guarantees it +makes concerning synchronization. +

+ +

+Other packages that provide synchronization abstractions +should document the guarantees they make too. +

+ + +

Incorrect synchronization

+ +

+Programs with races are incorrect and +can exhibit non-sequentially consistent executions. +In particular, note that a read r may observe the value written by any write w +that executes concurrently with r. +Even if this occurs, it does not imply that reads happening after r +will observe writes that happened before w. +

+ +

+In this program: +

+ +
+var a, b int
+
+func f() {
+	a = 1
+	b = 2
+}
+
+func g() {
+	print(b)
+	print(a)
+}
+
+func main() {
+	go f()
+	g()
+}
+
+ +

+it can happen that g prints 2 and then 0. +

+ +

+This fact invalidates a few common idioms. +

+ +

+Double-checked locking is an attempt to avoid the overhead of synchronization. +For example, the twoprint program might be +incorrectly written as: +

+ +
+var a string
+var done bool
+
+func setup() {
+	a = "hello, world"
+	done = true
+}
+
+func doprint() {
+	if !done {
+		once.Do(setup)
+	}
+	print(a)
+}
+
+func twoprint() {
+	go doprint()
+	go doprint()
+}
+
+ +

+but there is no guarantee that, in doprint, observing the write to done +implies observing the write to a. This +version can (incorrectly) print an empty string +instead of "hello, world". +

+ +

+Another incorrect idiom is busy waiting for a value, as in: +

+ +
+var a string
+var done bool
+
+func setup() {
+	a = "hello, world"
+	done = true
+}
+
+func main() {
+	go setup()
+	for !done {
+	}
+	print(a)
+}
+
+ +

+As before, there is no guarantee that, in main, +observing the write to done +implies observing the write to a, so this program could +print an empty string too. +Worse, there is no guarantee that the write to done will ever +be observed by main, since there are no synchronization +events between the two threads. The loop in main is not +guaranteed to finish. +

+ +

+There are subtler variants on this theme, such as this program. +

+ +
+type T struct {
+	msg string
+}
+
+var g *T
+
+func setup() {
+	t := new(T)
+	t.msg = "hello, world"
+	g = t
+}
+
+func main() {
+	go setup()
+	for g == nil {
+	}
+	print(g.msg)
+}
+
+ +

+Even if main observes g != nil and exits its loop, +there is no guarantee that it will observe the initialized +value for g.msg. +

+ +

+In all these examples, the solution is the same: +use explicit synchronization. +

+ +

Incorrect compilation

+ +

+The Go memory model restricts compiler optimizations as much as it does Go programs. +Some compiler optimizations that would be valid in single-threaded programs are not valid in all Go programs. +In particular, a compiler must not introduce writes that do not exist in the original program, +it must not allow a single read to observe multiple values, +and it must not allow a single write to write multiple values. +

+ +

+All the following examples assume that `*p` and `*q` refer to +memory locations accessible to multiple goroutines. +

+ +

+Not introducing data races into race-free programs means not moving +writes out of conditional statements in which they appear. +For example, a compiler must not invert the conditional in this program: +

+ +
+*p = 1
+if cond {
+	*p = 2
+}
+
+ +

+That is, the compiler must not rewrite the program into this one: +

+ +
+*p = 2
+if !cond {
+	*p = 1
+}
+
+ +

+If cond is false and another goroutine is reading *p, +then in the original program, the other goroutine can only observe any prior value of *p and 1. +In the rewritten program, the other goroutine can observe 2, which was previously impossible. +

+ +

+Not introducing data races also means not assuming that loops terminate. +For example, a compiler must in general not move the accesses to *p or *q +ahead of the loop in this program: +

+ +
+n := 0
+for e := list; e != nil; e = e.next {
+	n++
+}
+i := *p
+*q = 1
+
+ +

+If list pointed to a cyclic list, +then the original program would never access *p or *q, +but the rewritten program would. +(Moving `*p` ahead would be safe if the compiler can prove `*p` will not panic; +moving `*q` ahead would also require the compiler proving that no other +goroutine can access `*q`.) +

+ +

+Not introducing data races also means not assuming that called functions +always return or are free of synchronization operations. +For example, a compiler must not move the accesses to *p or *q +ahead of the function call in this program +(at least not without direct knowledge of the precise behavior of f): +

+ +
+f()
+i := *p
+*q = 1
+
+ +

+If the call never returned, then once again the original program +would never access *p or *q, but the rewritten program would. +And if the call contained synchronizing operations, then the original program +could establish happens before edges preceding the accesses +to *p and *q, but the rewritten program would not. +

+ +

+Not allowing a single read to observe multiple values means +not reloading local variables from shared memory. +For example, a compiler must not discard i and reload it +a second time from *p in this program: +

+ +
+i := *p
+if i < 0 || i >= len(funcs) {
+	panic("invalid function index")
+}
+... complex code ...
+// compiler must NOT reload i = *p here
+funcs[i]()
+
+ +

+If the complex code needs many registers, a compiler for single-threaded programs +could discard i without saving a copy and then reload +i = *p just before +funcs[i](). +A Go compiler must not, because the value of *p may have changed. +(Instead, the compiler could spill i to the stack.) +

+ +

+Not allowing a single write to write multiple values also means not using +the memory where a local variable will be written as temporary storage before the write. +For example, a compiler must not use *p as temporary storage in this program: +

+ +
+*p = i + *p/2
+
+ +

+That is, it must not rewrite the program into this one: +

+ +
+*p /= 2
+*p += i
+
+ +

+If i and *p start equal to 2, +the original code does *p = 3, +so a racing thread can read only 2 or 3 from *p. +The rewritten code does *p = 1 and then *p = 3, +allowing a racing thread to read 1 as well. +

+ +

+Note that all these optimizations are permitted in C/C++ compilers: +a Go compiler sharing a back end with a C/C++ compiler must take care +to disable optimizations that are invalid for Go. +

+ +

+Note that the prohibition on introducing data races +does not apply if the compiler can prove that the races +do not affect correct execution on the target platform. +For example, on essentially all CPUs, it is valid to rewrite +

+ +
+n := 0
+for i := 0; i < m; i++ {
+	n += *shared
+}
+
+ +into: + +
+n := 0
+local := *shared
+for i := 0; i < m; i++ {
+	n += local
+}
+
+ +

+provided it can be proved that *shared will not fault on access, +because the potential added read will not affect any existing concurrent reads or writes. +On the other hand, the rewrite would not be valid in a source-to-source translator. +

+ +

Conclusion

+ +

+Go programmers writing data-race-free programs can rely on +sequentially consistent execution of those programs, +just as in essentially all other modern programming languages. +

+ +

+When it comes to programs with races, +both programmers and compilers should remember the advice: +don't be clever. +

diff --git a/go/doc/go_spec.html b/go/doc/go_spec.html new file mode 100644 index 0000000000000000000000000000000000000000..478aefd4a6f0533124bf32aca3a05bdd5cd73d41 --- /dev/null +++ b/go/doc/go_spec.html @@ -0,0 +1,8928 @@ + + +

Introduction

+ +

+This is the reference manual for the Go programming language. +For more information and other documents, see go.dev. +

+ +

+Go is a general-purpose language designed with systems programming +in mind. It is strongly typed and garbage-collected and has explicit +support for concurrent programming. Programs are constructed from +packages, whose properties allow efficient management of +dependencies. +

+ +

+The syntax is compact and simple to parse, allowing for easy analysis +by automatic tools such as integrated development environments. +

+ +

Notation

+

+The syntax is specified using a +variant +of Extended Backus-Naur Form (EBNF): +

+ +
+Syntax      = { Production } .
+Production  = production_name "=" [ Expression ] "." .
+Expression  = Term { "|" Term } .
+Term        = Factor { Factor } .
+Factor      = production_name | token [ "…" token ] | Group | Option | Repetition .
+Group       = "(" Expression ")" .
+Option      = "[" Expression "]" .
+Repetition  = "{" Expression "}" .
+
+ +

+Productions are expressions constructed from terms and the following +operators, in increasing precedence: +

+
+|   alternation
+()  grouping
+[]  option (0 or 1 times)
+{}  repetition (0 to n times)
+
+ +

+Lowercase production names are used to identify lexical (terminal) tokens. +Non-terminals are in CamelCase. Lexical tokens are enclosed in +double quotes "" or back quotes ``. +

+ +

+The form a … b represents the set of characters from +a through b as alternatives. The horizontal +ellipsis is also used elsewhere in the spec to informally denote various +enumerations or code snippets that are not further specified. The character +(as opposed to the three characters ...) is not a token of the Go +language. +

+ +

+A link of the form [Go 1.xx] indicates that a described +language feature (or some aspect of it) was changed or added with language version 1.xx and +thus requires at minimum that language version to build. +For details, see the linked section +in the appendix. +

+ +

Source code representation

+ +

+Source code is Unicode text encoded in +UTF-8. The text is not +canonicalized, so a single accented code point is distinct from the +same character constructed from combining an accent and a letter; +those are treated as two code points. For simplicity, this document +will use the unqualified term character to refer to a Unicode code point +in the source text. +

+

+Each code point is distinct; for instance, uppercase and lowercase letters +are different characters. +

+

+Implementation restriction: For compatibility with other tools, a +compiler may disallow the NUL character (U+0000) in the source text. +

+

+Implementation restriction: For compatibility with other tools, a +compiler may ignore a UTF-8-encoded byte order mark +(U+FEFF) if it is the first Unicode code point in the source text. +A byte order mark may be disallowed anywhere else in the source. +

+ +

Characters

+ +

+The following terms are used to denote specific Unicode character categories: +

+
+newline        = /* the Unicode code point U+000A */ .
+unicode_char   = /* an arbitrary Unicode code point except newline */ .
+unicode_letter = /* a Unicode code point categorized as "Letter" */ .
+unicode_digit  = /* a Unicode code point categorized as "Number, decimal digit" */ .
+
+ +

+In The Unicode Standard 8.0, +Section 4.5 "General Category" defines a set of character categories. +Go treats all characters in any of the Letter categories Lu, Ll, Lt, Lm, or Lo +as Unicode letters, and those in the Number category Nd as Unicode digits. +

+ +

Letters and digits

+ +

+The underscore character _ (U+005F) is considered a lowercase letter. +

+
+letter        = unicode_letter | "_" .
+decimal_digit = "0" … "9" .
+binary_digit  = "0" | "1" .
+octal_digit   = "0" … "7" .
+hex_digit     = "0" … "9" | "A" … "F" | "a" … "f" .
+
+ +

Lexical elements

+ +

Comments

+ +

+Comments serve as program documentation. There are two forms: +

+ +
    +
  1. +Line comments start with the character sequence // +and stop at the end of the line. +
  2. +
  3. +General comments start with the character sequence /* +and stop with the first subsequent character sequence */. +
  4. +
+ +

+A comment cannot start inside a rune or +string literal, or inside a comment. +A general comment containing no newlines acts like a space. +Any other comment acts like a newline. +

+ +

Tokens

+ +

+Tokens form the vocabulary of the Go language. +There are four classes: identifiers, keywords, operators +and punctuation, and literals. White space, formed from +spaces (U+0020), horizontal tabs (U+0009), +carriage returns (U+000D), and newlines (U+000A), +is ignored except as it separates tokens +that would otherwise combine into a single token. Also, a newline or end of file +may trigger the insertion of a semicolon. +While breaking the input into tokens, +the next token is the longest sequence of characters that form a +valid token. +

+ +

Semicolons

+ +

+The formal syntax uses semicolons ";" as terminators in +a number of productions. Go programs may omit most of these semicolons +using the following two rules: +

+ +
    +
  1. +When the input is broken into tokens, a semicolon is automatically inserted +into the token stream immediately after a line's final token if that token is + +
  2. + +
  3. +To allow complex statements to occupy a single line, a semicolon +may be omitted before a closing ")" or "}". +
  4. +
+ +

+To reflect idiomatic use, code examples in this document elide semicolons +using these rules. +

+ + +

Identifiers

+ +

+Identifiers name program entities such as variables and types. +An identifier is a sequence of one or more letters and digits. +The first character in an identifier must be a letter. +

+
+identifier = letter { letter | unicode_digit } .
+
+
+a
+_x9
+ThisVariableIsExported
+αβ
+
+ +

+Some identifiers are predeclared. +

+ + +

Keywords

+ +

+The following keywords are reserved and may not be used as identifiers. +

+
+break        default      func         interface    select
+case         defer        go           map          struct
+chan         else         goto         package      switch
+const        fallthrough  if           range        type
+continue     for          import       return       var
+
+ +

Operators and punctuation

+ +

+The following character sequences represent operators +(including assignment operators) and punctuation +[Go 1.18]: +

+
++    &     +=    &=     &&    ==    !=    (    )
+-    |     -=    |=     ||    <     <=    [    ]
+*    ^     *=    ^=     <-    >     >=    {    }
+/    <<    /=    <<=    ++    =     :=    ,    ;
+%    >>    %=    >>=    --    !     ...   .    :
+     &^          &^=          ~
+
+ +

Integer literals

+ +

+An integer literal is a sequence of digits representing an +integer constant. +An optional prefix sets a non-decimal base: 0b or 0B +for binary, 0, 0o, or 0O for octal, +and 0x or 0X for hexadecimal +[Go 1.13]. +A single 0 is considered a decimal zero. +In hexadecimal literals, letters a through f +and A through F represent values 10 through 15. +

+ +

+For readability, an underscore character _ may appear after +a base prefix or between successive digits; such underscores do not change +the literal's value. +

+
+int_lit        = decimal_lit | binary_lit | octal_lit | hex_lit .
+decimal_lit    = "0" | ( "1" … "9" ) [ [ "_" ] decimal_digits ] .
+binary_lit     = "0" ( "b" | "B" ) [ "_" ] binary_digits .
+octal_lit      = "0" [ "o" | "O" ] [ "_" ] octal_digits .
+hex_lit        = "0" ( "x" | "X" ) [ "_" ] hex_digits .
+
+decimal_digits = decimal_digit { [ "_" ] decimal_digit } .
+binary_digits  = binary_digit { [ "_" ] binary_digit } .
+octal_digits   = octal_digit { [ "_" ] octal_digit } .
+hex_digits     = hex_digit { [ "_" ] hex_digit } .
+
+ +
+42
+4_2
+0600
+0_600
+0o600
+0O600       // second character is capital letter 'O'
+0xBadFace
+0xBad_Face
+0x_67_7a_2f_cc_40_c6
+170141183460469231731687303715884105727
+170_141183_460469_231731_687303_715884_105727
+
+_42         // an identifier, not an integer literal
+42_         // invalid: _ must separate successive digits
+4__2        // invalid: only one _ at a time
+0_xBadFace  // invalid: _ must separate successive digits
+
+ + +

Floating-point literals

+ +

+A floating-point literal is a decimal or hexadecimal representation of a +floating-point constant. +

+ +

+A decimal floating-point literal consists of an integer part (decimal digits), +a decimal point, a fractional part (decimal digits), and an exponent part +(e or E followed by an optional sign and decimal digits). +One of the integer part or the fractional part may be elided; one of the decimal point +or the exponent part may be elided. +An exponent value exp scales the mantissa (integer and fractional part) by 10exp. +

+ +

+A hexadecimal floating-point literal consists of a 0x or 0X +prefix, an integer part (hexadecimal digits), a radix point, a fractional part (hexadecimal digits), +and an exponent part (p or P followed by an optional sign and decimal digits). +One of the integer part or the fractional part may be elided; the radix point may be elided as well, +but the exponent part is required. (This syntax matches the one given in IEEE 754-2008 §5.12.3.) +An exponent value exp scales the mantissa (integer and fractional part) by 2exp +[Go 1.13]. +

+ +

+For readability, an underscore character _ may appear after +a base prefix or between successive digits; such underscores do not change +the literal value. +

+ +
+float_lit         = decimal_float_lit | hex_float_lit .
+
+decimal_float_lit = decimal_digits "." [ decimal_digits ] [ decimal_exponent ] |
+                    decimal_digits decimal_exponent |
+                    "." decimal_digits [ decimal_exponent ] .
+decimal_exponent  = ( "e" | "E" ) [ "+" | "-" ] decimal_digits .
+
+hex_float_lit     = "0" ( "x" | "X" ) hex_mantissa hex_exponent .
+hex_mantissa      = [ "_" ] hex_digits "." [ hex_digits ] |
+                    [ "_" ] hex_digits |
+                    "." hex_digits .
+hex_exponent      = ( "p" | "P" ) [ "+" | "-" ] decimal_digits .
+
+ +
+0.
+72.40
+072.40       // == 72.40
+2.71828
+1.e+0
+6.67428e-11
+1E6
+.25
+.12345E+5
+1_5.         // == 15.0
+0.15e+0_2    // == 15.0
+
+0x1p-2       // == 0.25
+0x2.p10      // == 2048.0
+0x1.Fp+0     // == 1.9375
+0X.8p-0      // == 0.5
+0X_1FFFP-16  // == 0.1249847412109375
+0x15e-2      // == 0x15e - 2 (integer subtraction)
+
+0x.p1        // invalid: mantissa has no digits
+1p-2         // invalid: p exponent requires hexadecimal mantissa
+0x1.5e-2     // invalid: hexadecimal mantissa requires p exponent
+1_.5         // invalid: _ must separate successive digits
+1._5         // invalid: _ must separate successive digits
+1.5_e1       // invalid: _ must separate successive digits
+1.5e_1       // invalid: _ must separate successive digits
+1.5e1_       // invalid: _ must separate successive digits
+
+ + +

Imaginary literals

+ +

+An imaginary literal represents the imaginary part of a +complex constant. +It consists of an integer or +floating-point literal +followed by the lowercase letter i. +The value of an imaginary literal is the value of the respective +integer or floating-point literal multiplied by the imaginary unit i +[Go 1.13] +

+ +
+imaginary_lit = (decimal_digits | int_lit | float_lit) "i" .
+
+ +

+For backward compatibility, an imaginary literal's integer part consisting +entirely of decimal digits (and possibly underscores) is considered a decimal +integer, even if it starts with a leading 0. +

+ +
+0i
+0123i         // == 123i for backward-compatibility
+0o123i        // == 0o123 * 1i == 83i
+0xabci        // == 0xabc * 1i == 2748i
+0.i
+2.71828i
+1.e+0i
+6.67428e-11i
+1E6i
+.25i
+.12345E+5i
+0x1p-2i       // == 0x1p-2 * 1i == 0.25i
+
+ + +

Rune literals

+ +

+A rune literal represents a rune constant, +an integer value identifying a Unicode code point. +A rune literal is expressed as one or more characters enclosed in single quotes, +as in 'x' or '\n'. +Within the quotes, any character may appear except newline and unescaped single +quote. A single quoted character represents the Unicode value +of the character itself, +while multi-character sequences beginning with a backslash encode +values in various formats. +

+ +

+The simplest form represents the single character within the quotes; +since Go source text is Unicode characters encoded in UTF-8, multiple +UTF-8-encoded bytes may represent a single integer value. For +instance, the literal 'a' holds a single byte representing +a literal a, Unicode U+0061, value 0x61, while +'ä' holds two bytes (0xc3 0xa4) representing +a literal a-dieresis, U+00E4, value 0xe4. +

+ +

+Several backslash escapes allow arbitrary values to be encoded as +ASCII text. There are four ways to represent the integer value +as a numeric constant: \x followed by exactly two hexadecimal +digits; \u followed by exactly four hexadecimal digits; +\U followed by exactly eight hexadecimal digits, and a +plain backslash \ followed by exactly three octal digits. +In each case the value of the literal is the value represented by +the digits in the corresponding base. +

+ +

+Although these representations all result in an integer, they have +different valid ranges. Octal escapes must represent a value between +0 and 255 inclusive. Hexadecimal escapes satisfy this condition +by construction. The escapes \u and \U +represent Unicode code points so within them some values are illegal, +in particular those above 0x10FFFF and surrogate halves. +

+ +

+After a backslash, certain single-character escapes represent special values: +

+ +
+\a   U+0007 alert or bell
+\b   U+0008 backspace
+\f   U+000C form feed
+\n   U+000A line feed or newline
+\r   U+000D carriage return
+\t   U+0009 horizontal tab
+\v   U+000B vertical tab
+\\   U+005C backslash
+\'   U+0027 single quote  (valid escape only within rune literals)
+\"   U+0022 double quote  (valid escape only within string literals)
+
+ +

+An unrecognized character following a backslash in a rune literal is illegal. +

+ +
+rune_lit         = "'" ( unicode_value | byte_value ) "'" .
+unicode_value    = unicode_char | little_u_value | big_u_value | escaped_char .
+byte_value       = octal_byte_value | hex_byte_value .
+octal_byte_value = `\` octal_digit octal_digit octal_digit .
+hex_byte_value   = `\` "x" hex_digit hex_digit .
+little_u_value   = `\` "u" hex_digit hex_digit hex_digit hex_digit .
+big_u_value      = `\` "U" hex_digit hex_digit hex_digit hex_digit
+                           hex_digit hex_digit hex_digit hex_digit .
+escaped_char     = `\` ( "a" | "b" | "f" | "n" | "r" | "t" | "v" | `\` | "'" | `"` ) .
+
+ +
+'a'
+'ä'
+'本'
+'\t'
+'\000'
+'\007'
+'\377'
+'\x07'
+'\xff'
+'\u12e4'
+'\U00101234'
+'\''         // rune literal containing single quote character
+'aa'         // illegal: too many characters
+'\k'         // illegal: k is not recognized after a backslash
+'\xa'        // illegal: too few hexadecimal digits
+'\0'         // illegal: too few octal digits
+'\400'       // illegal: octal value over 255
+'\uDFFF'     // illegal: surrogate half
+'\U00110000' // illegal: invalid Unicode code point
+
+ + +

String literals

+ +

+A string literal represents a string constant +obtained from concatenating a sequence of characters. There are two forms: +raw string literals and interpreted string literals. +

+ +

+Raw string literals are character sequences between back quotes, as in +`foo`. Within the quotes, any character may appear except +back quote. The value of a raw string literal is the +string composed of the uninterpreted (implicitly UTF-8-encoded) characters +between the quotes; +in particular, backslashes have no special meaning and the string may +contain newlines. +Carriage return characters ('\r') inside raw string literals +are discarded from the raw string value. +

+ +

+Interpreted string literals are character sequences between double +quotes, as in "bar". +Within the quotes, any character may appear except newline and unescaped double quote. +The text between the quotes forms the +value of the literal, with backslash escapes interpreted as they +are in rune literals (except that \' is illegal and +\" is legal), with the same restrictions. +The three-digit octal (\nnn) +and two-digit hexadecimal (\xnn) escapes represent individual +bytes of the resulting string; all other escapes represent +the (possibly multi-byte) UTF-8 encoding of individual characters. +Thus inside a string literal \377 and \xFF represent +a single byte of value 0xFF=255, while ÿ, +\u00FF, \U000000FF and \xc3\xbf represent +the two bytes 0xc3 0xbf of the UTF-8 encoding of character +U+00FF. +

+ +
+string_lit             = raw_string_lit | interpreted_string_lit .
+raw_string_lit         = "`" { unicode_char | newline } "`" .
+interpreted_string_lit = `"` { unicode_value | byte_value } `"` .
+
+ +
+`abc`                // same as "abc"
+`\n
+\n`                  // same as "\\n\n\\n"
+"\n"
+"\""                 // same as `"`
+"Hello, world!\n"
+"日本語"
+"\u65e5本\U00008a9e"
+"\xff\u00FF"
+"\uD800"             // illegal: surrogate half
+"\U00110000"         // illegal: invalid Unicode code point
+
+ +

+These examples all represent the same string: +

+ +
+"日本語"                                 // UTF-8 input text
+`日本語`                                 // UTF-8 input text as a raw literal
+"\u65e5\u672c\u8a9e"                    // the explicit Unicode code points
+"\U000065e5\U0000672c\U00008a9e"        // the explicit Unicode code points
+"\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e"  // the explicit UTF-8 bytes
+
+ +

+If the source code represents a character as two code points, such as +a combining form involving an accent and a letter, the result will be +an error if placed in a rune literal (it is not a single code +point), and will appear as two code points if placed in a string +literal. +

+ + +

Constants

+ +

There are boolean constants, +rune constants, +integer constants, +floating-point constants, complex constants, +and string constants. Rune, integer, floating-point, +and complex constants are +collectively called numeric constants. +

+ +

+A constant value is represented by a +rune, +integer, +floating-point, +imaginary, +or +string literal, +an identifier denoting a constant, +a constant expression, +a conversion with a result that is a constant, or +the result value of some built-in functions such as +min or max applied to constant arguments, +unsafe.Sizeof applied to certain values, +cap or len applied to +some expressions, +real and imag applied to a complex constant +and complex applied to numeric constants. +The boolean truth values are represented by the predeclared constants +true and false. The predeclared identifier +iota denotes an integer constant. +

+ +

+In general, complex constants are a form of +constant expression +and are discussed in that section. +

+ +

+Numeric constants represent exact values of arbitrary precision and do not overflow. +Consequently, there are no constants denoting the IEEE 754 negative zero, infinity, +and not-a-number values. +

+ +

+Constants may be typed or untyped. +Literal constants, true, false, iota, +and certain constant expressions +containing only untyped constant operands are untyped. +

+ +

+A constant may be given a type explicitly by a constant declaration +or conversion, or implicitly when used in a +variable declaration or an +assignment statement or as an +operand in an expression. +It is an error if the constant value +cannot be represented as a value of the respective type. +If the type is a type parameter, the constant is converted into a non-constant +value of the type parameter. +

+ +

+An untyped constant has a default type which is the type to which the +constant is implicitly converted in contexts where a typed value is required, +for instance, in a short variable declaration +such as i := 0 where there is no explicit type. +The default type of an untyped constant is bool, rune, +int, float64, complex128, or string +respectively, depending on whether it is a boolean, rune, integer, floating-point, +complex, or string constant. +

+ +

+Implementation restriction: Although numeric constants have arbitrary +precision in the language, a compiler may implement them using an +internal representation with limited precision. That said, every +implementation must: +

+ +
    +
  • Represent integer constants with at least 256 bits.
  • + +
  • Represent floating-point constants, including the parts of + a complex constant, with a mantissa of at least 256 bits + and a signed binary exponent of at least 16 bits.
  • + +
  • Give an error if unable to represent an integer constant + precisely.
  • + +
  • Give an error if unable to represent a floating-point or + complex constant due to overflow.
  • + +
  • Round to the nearest representable constant if unable to + represent a floating-point or complex constant due to limits + on precision.
  • +
+ +

+These requirements apply both to literal constants and to the result +of evaluating constant +expressions. +

+ + +

Variables

+ +

+A variable is a storage location for holding a value. +The set of permissible values is determined by the +variable's type. +

+ +

+A variable declaration +or, for function parameters and results, the signature +of a function declaration +or function literal reserves +storage for a named variable. + +Calling the built-in function new +or taking the address of a composite literal +allocates storage for a variable at run time. +Such an anonymous variable is referred to via a (possibly implicit) +pointer indirection. +

+ +

+Structured variables of array, slice, +and struct types have elements and fields that may +be addressed individually. Each such element +acts like a variable. +

+ +

+The static type (or just type) of a variable is the +type given in its declaration, the type provided in the +new call or composite literal, or the type of +an element of a structured variable. +Variables of interface type also have a distinct dynamic type, +which is the (non-interface) type of the value assigned to the variable at run time +(unless the value is the predeclared identifier nil, +which has no type). +The dynamic type may vary during execution but values stored in interface +variables are always assignable +to the static type of the variable. +

+ +
+var x interface{}  // x is nil and has static type interface{}
+var v *T           // v has value nil, static type *T
+x = 42             // x has value 42 and dynamic type int
+x = v              // x has value (*T)(nil) and dynamic type *T
+
+ +

+A variable's value is retrieved by referring to the variable in an +expression; it is the most recent value +assigned to the variable. +If a variable has not yet been assigned a value, its value is the +zero value for its type. +

+ +

Types

+ +

+A type determines a set of values together with operations and methods specific +to those values. A type may be denoted by a type name, if it has one, which must be +followed by type arguments if the type is generic. +A type may also be specified using a type literal, which composes a type +from existing types. +

+ +
+Type     = TypeName [ TypeArgs ] | TypeLit | "(" Type ")" .
+TypeName = identifier | QualifiedIdent .
+TypeArgs = "[" TypeList [ "," ] "]" .
+TypeList = Type { "," Type } .
+TypeLit  = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
+           SliceType | MapType | ChannelType .
+
+ +

+The language predeclares certain type names. +Others are introduced with type declarations +or type parameter lists. +Composite types—array, struct, pointer, function, +interface, slice, map, and channel types—may be constructed using +type literals. +

+ +

+Predeclared types, defined types, and type parameters are called named types. +An alias denotes a named type if the type given in the alias declaration is a named type. +

+ +

Boolean types

+ +

+A boolean type represents the set of Boolean truth values +denoted by the predeclared constants true +and false. The predeclared boolean type is bool; +it is a defined type. +

+ +

Numeric types

+ +

+An integer, floating-point, or complex type +represents the set of integer, floating-point, or complex values, respectively. +They are collectively called numeric types. +The predeclared architecture-independent numeric types are: +

+ +
+uint8       the set of all unsigned  8-bit integers (0 to 255)
+uint16      the set of all unsigned 16-bit integers (0 to 65535)
+uint32      the set of all unsigned 32-bit integers (0 to 4294967295)
+uint64      the set of all unsigned 64-bit integers (0 to 18446744073709551615)
+
+int8        the set of all signed  8-bit integers (-128 to 127)
+int16       the set of all signed 16-bit integers (-32768 to 32767)
+int32       the set of all signed 32-bit integers (-2147483648 to 2147483647)
+int64       the set of all signed 64-bit integers (-9223372036854775808 to 9223372036854775807)
+
+float32     the set of all IEEE 754 32-bit floating-point numbers
+float64     the set of all IEEE 754 64-bit floating-point numbers
+
+complex64   the set of all complex numbers with float32 real and imaginary parts
+complex128  the set of all complex numbers with float64 real and imaginary parts
+
+byte        alias for uint8
+rune        alias for int32
+
+ +

+The value of an n-bit integer is n bits wide and represented using +two's complement arithmetic. +

+ +

+There is also a set of predeclared integer types with implementation-specific sizes: +

+ +
+uint     either 32 or 64 bits
+int      same size as uint
+uintptr  an unsigned integer large enough to store the uninterpreted bits of a pointer value
+
+ +

+To avoid portability issues all numeric types are defined +types and thus distinct except +byte, which is an alias for uint8, and +rune, which is an alias for int32. +Explicit conversions +are required when different numeric types are mixed in an expression +or assignment. For instance, int32 and int +are not the same type even though they may have the same size on a +particular architecture. +

+ +

String types

+ +

+A string type represents the set of string values. +A string value is a (possibly empty) sequence of bytes. +The number of bytes is called the length of the string and is never negative. +Strings are immutable: once created, +it is impossible to change the contents of a string. +The predeclared string type is string; +it is a defined type. +

+ +

+The length of a string s can be discovered using +the built-in function len. +The length is a compile-time constant if the string is a constant. +A string's bytes can be accessed by integer indices +0 through len(s)-1. +It is illegal to take the address of such an element; if +s[i] is the i'th byte of a +string, &s[i] is invalid. +

+ + +

Array types

+ +

+An array is a numbered sequence of elements of a single +type, called the element type. +The number of elements is called the length of the array and is never negative. +

+ +
+ArrayType   = "[" ArrayLength "]" ElementType .
+ArrayLength = Expression .
+ElementType = Type .
+
+ +

+The length is part of the array's type; it must evaluate to a +non-negative constant +representable by a value +of type int. +The length of array a can be discovered +using the built-in function len. +The elements can be addressed by integer indices +0 through len(a)-1. +Array types are always one-dimensional but may be composed to form +multi-dimensional types. +

+ +
+[32]byte
+[2*N] struct { x, y int32 }
+[1000]*float64
+[3][5]int
+[2][2][2]float64  // same as [2]([2]([2]float64))
+
+ +

+An array type T may not have an element of type T, +or of a type containing T as a component, directly or indirectly, +if those containing types are only array or struct types. +

+ +
+// invalid array types
+type (
+	T1 [10]T1                 // element type of T1 is T1
+	T2 [10]struct{ f T2 }     // T2 contains T2 as component of a struct
+	T3 [10]T4                 // T3 contains T3 as component of a struct in T4
+	T4 struct{ f T3 }         // T4 contains T4 as component of array T3 in a struct
+)
+
+// valid array types
+type (
+	T5 [10]*T5                // T5 contains T5 as component of a pointer
+	T6 [10]func() T6          // T6 contains T6 as component of a function type
+	T7 [10]struct{ f []T7 }   // T7 contains T7 as component of a slice in a struct
+)
+
+ +

Slice types

+ +

+A slice is a descriptor for a contiguous segment of an underlying array and +provides access to a numbered sequence of elements from that array. +A slice type denotes the set of all slices of arrays of its element type. +The number of elements is called the length of the slice and is never negative. +The value of an uninitialized slice is nil. +

+ +
+SliceType = "[" "]" ElementType .
+
+ +

+The length of a slice s can be discovered by the built-in function +len; unlike with arrays it may change during +execution. The elements can be addressed by integer indices +0 through len(s)-1. The slice index of a +given element may be less than the index of the same element in the +underlying array. +

+

+A slice, once initialized, is always associated with an underlying +array that holds its elements. A slice therefore shares storage +with its array and with other slices of the same array; by contrast, +distinct arrays always represent distinct storage. +

+

+The array underlying a slice may extend past the end of the slice. +The capacity is a measure of that extent: it is the sum of +the length of the slice and the length of the array beyond the slice; +a slice of length up to that capacity can be created by +slicing a new one from the original slice. +The capacity of a slice a can be discovered using the +built-in function cap(a). +

+ +

+A new, initialized slice value for a given element type T may be +made using the built-in function +make, +which takes a slice type +and parameters specifying the length and optionally the capacity. +A slice created with make always allocates a new, hidden array +to which the returned slice value refers. That is, executing +

+ +
+make([]T, length, capacity)
+
+ +

+produces the same slice as allocating an array and slicing +it, so these two expressions are equivalent: +

+ +
+make([]int, 50, 100)
+new([100]int)[0:50]
+
+ +

+Like arrays, slices are always one-dimensional but may be composed to construct +higher-dimensional objects. +With arrays of arrays, the inner arrays are, by construction, always the same length; +however with slices of slices (or arrays of slices), the inner lengths may vary dynamically. +Moreover, the inner slices must be initialized individually. +

+ +

Struct types

+ +

+A struct is a sequence of named elements, called fields, each of which has a +name and a type. Field names may be specified explicitly (IdentifierList) or +implicitly (EmbeddedField). +Within a struct, non-blank field names must +be unique. +

+ +
+StructType    = "struct" "{" { FieldDecl ";" } "}" .
+FieldDecl     = (IdentifierList Type | EmbeddedField) [ Tag ] .
+EmbeddedField = [ "*" ] TypeName [ TypeArgs ] .
+Tag           = string_lit .
+
+ +
+// An empty struct.
+struct {}
+
+// A struct with 6 fields.
+struct {
+	x, y int
+	u float32
+	_ float32  // padding
+	A *[]int
+	F func()
+}
+
+ +

+A field declared with a type but no explicit field name is called an embedded field. +An embedded field must be specified as +a type name T or as a pointer to a non-interface type name *T, +and T itself may not be +a pointer type or type parameter. The unqualified type name acts as the field name. +

+ +
+// A struct with four embedded fields of types T1, *T2, P.T3 and *P.T4
+struct {
+	T1        // field name is T1
+	*T2       // field name is T2
+	P.T3      // field name is T3
+	*P.T4     // field name is T4
+	x, y int  // field names are x and y
+}
+
+ +

+The following declaration is illegal because field names must be unique +in a struct type: +

+ +
+struct {
+	T     // conflicts with embedded field *T and *P.T
+	*T    // conflicts with embedded field T and *P.T
+	*P.T  // conflicts with embedded field T and *T
+}
+
+ +

+A field or method f of an +embedded field in a struct x is called promoted if +x.f is a legal selector that denotes +that field or method f. +

+ +

+Promoted fields act like ordinary fields +of a struct except that they cannot be used as field names in +composite literals of the struct. +

+ +

+Given a struct type S and a type name +T, promoted methods are included in the method set of the struct as follows: +

+
    +
  • + If S contains an embedded field T, + the method sets of S + and *S both include promoted methods with receiver + T. The method set of *S also + includes promoted methods with receiver *T. +
  • + +
  • + If S contains an embedded field *T, + the method sets of S and *S both + include promoted methods with receiver T or + *T. +
  • +
+ +

+A field declaration may be followed by an optional string literal tag, +which becomes an attribute for all the fields in the corresponding +field declaration. An empty tag string is equivalent to an absent tag. +The tags are made visible through a reflection interface +and take part in type identity for structs +but are otherwise ignored. +

+ +
+struct {
+	x, y float64 ""  // an empty tag string is like an absent tag
+	name string  "any string is permitted as a tag"
+	_    [4]byte "ceci n'est pas un champ de structure"
+}
+
+// A struct corresponding to a TimeStamp protocol buffer.
+// The tag strings define the protocol buffer field numbers;
+// they follow the convention outlined by the reflect package.
+struct {
+	microsec  uint64 `protobuf:"1"`
+	serverIP6 uint64 `protobuf:"2"`
+}
+
+ +

+A struct type T may not contain a field of type T, +or of a type containing T as a component, directly or indirectly, +if those containing types are only array or struct types. +

+ +
+// invalid struct types
+type (
+	T1 struct{ T1 }            // T1 contains a field of T1
+	T2 struct{ f [10]T2 }      // T2 contains T2 as component of an array
+	T3 struct{ T4 }            // T3 contains T3 as component of an array in struct T4
+	T4 struct{ f [10]T3 }      // T4 contains T4 as component of struct T3 in an array
+)
+
+// valid struct types
+type (
+	T5 struct{ f *T5 }         // T5 contains T5 as component of a pointer
+	T6 struct{ f func() T6 }   // T6 contains T6 as component of a function type
+	T7 struct{ f [10][]T7 }    // T7 contains T7 as component of a slice in an array
+)
+
+ +

Pointer types

+ +

+A pointer type denotes the set of all pointers to variables of a given +type, called the base type of the pointer. +The value of an uninitialized pointer is nil. +

+ +
+PointerType = "*" BaseType .
+BaseType    = Type .
+
+ +
+*Point
+*[4]int
+
+ +

Function types

+ +

+A function type denotes the set of all functions with the same parameter and result types. +The value of an uninitialized variable of function +type is nil. +

+ +
+FunctionType  = "func" Signature .
+Signature     = Parameters [ Result ] .
+Result        = Parameters | Type .
+Parameters    = "(" [ ParameterList [ "," ] ] ")" .
+ParameterList = ParameterDecl { "," ParameterDecl } .
+ParameterDecl = [ IdentifierList ] [ "..." ] Type .
+
+ +

+Within a list of parameters or results, the names (IdentifierList) +must either all be present or all be absent. If present, each name +stands for one item (parameter or result) of the specified type and +all non-blank names in the signature +must be unique. +If absent, each type stands for one item of that type. +Parameter and result +lists are always parenthesized except that if there is exactly +one unnamed result it may be written as an unparenthesized type. +

+ +

+The final incoming parameter in a function signature may have +a type prefixed with .... +A function with such a parameter is called variadic and +may be invoked with zero or more arguments for that parameter. +

+ +
+func()
+func(x int) int
+func(a, _ int, z float32) bool
+func(a, b int, z float32) (bool)
+func(prefix string, values ...int)
+func(a, b int, z float64, opt ...interface{}) (success bool)
+func(int, int, float64) (float64, *[]int)
+func(n int) func(p *T)
+
+ +

Interface types

+ +

+An interface type defines a type set. +A variable of interface type can store a value of any type that is in the type +set of the interface. Such a type is said to +implement the interface. +The value of an uninitialized variable of +interface type is nil. +

+ +
+InterfaceType  = "interface" "{" { InterfaceElem ";" } "}" .
+InterfaceElem  = MethodElem | TypeElem .
+MethodElem     = MethodName Signature .
+MethodName     = identifier .
+TypeElem       = TypeTerm { "|" TypeTerm } .
+TypeTerm       = Type | UnderlyingType .
+UnderlyingType = "~" Type .
+
+ +

+An interface type is specified by a list of interface elements. +An interface element is either a method or a type element, +where a type element is a union of one or more type terms. +A type term is either a single type or a single underlying type. +

+ +

Basic interfaces

+ +

+In its most basic form an interface specifies a (possibly empty) list of methods. +The type set defined by such an interface is the set of types which implement all of +those methods, and the corresponding method set consists +exactly of the methods specified by the interface. +Interfaces whose type sets can be defined entirely by a list of methods are called +basic interfaces. +

+ +
+// A simple File interface.
+interface {
+	Read([]byte) (int, error)
+	Write([]byte) (int, error)
+	Close() error
+}
+
+ +

+The name of each explicitly specified method must be unique +and not blank. +

+ +
+interface {
+	String() string
+	String() string  // illegal: String not unique
+	_(x int)         // illegal: method must have non-blank name
+}
+
+ +

+More than one type may implement an interface. +For instance, if two types S1 and S2 +have the method set +

+ +
+func (p T) Read(p []byte) (n int, err error)
+func (p T) Write(p []byte) (n int, err error)
+func (p T) Close() error
+
+ +

+(where T stands for either S1 or S2) +then the File interface is implemented by both S1 and +S2, regardless of what other methods +S1 and S2 may have or share. +

+ +

+Every type that is a member of the type set of an interface implements that interface. +Any given type may implement several distinct interfaces. +For instance, all types implement the empty interface which stands for the set +of all (non-interface) types: +

+ +
+interface{}
+
+ +

+For convenience, the predeclared type any is an alias for the empty interface. +[Go 1.18] +

+ +

+Similarly, consider this interface specification, +which appears within a type declaration +to define an interface called Locker: +

+ +
+type Locker interface {
+	Lock()
+	Unlock()
+}
+
+ +

+If S1 and S2 also implement +

+ +
+func (p T) Lock() { … }
+func (p T) Unlock() { … }
+
+ +

+they implement the Locker interface as well +as the File interface. +

+ +

Embedded interfaces

+ +

+In a slightly more general form +an interface T may use a (possibly qualified) interface type +name E as an interface element. This is called +embedding interface E in T +[Go 1.14]. +The type set of T is the intersection of the type sets +defined by T's explicitly declared methods and the type sets +of T’s embedded interfaces. +In other words, the type set of T is the set of all types that implement all the +explicitly declared methods of T and also all the methods of +E +[Go 1.18]. +

+ +
+type Reader interface {
+	Read(p []byte) (n int, err error)
+	Close() error
+}
+
+type Writer interface {
+	Write(p []byte) (n int, err error)
+	Close() error
+}
+
+// ReadWriter's methods are Read, Write, and Close.
+type ReadWriter interface {
+	Reader  // includes methods of Reader in ReadWriter's method set
+	Writer  // includes methods of Writer in ReadWriter's method set
+}
+
+ +

+When embedding interfaces, methods with the +same names must +have identical signatures. +

+ +
+type ReadCloser interface {
+	Reader   // includes methods of Reader in ReadCloser's method set
+	Close()  // illegal: signatures of Reader.Close and Close are different
+}
+
+ +

General interfaces

+ +

+In their most general form, an interface element may also be an arbitrary type term +T, or a term of the form ~T specifying the underlying type T, +or a union of terms t1|t2|…|tn +[Go 1.18]. +Together with method specifications, these elements enable the precise +definition of an interface's type set as follows: +

+ +
    +
  • The type set of the empty interface is the set of all non-interface types. +
  • + +
  • The type set of a non-empty interface is the intersection of the type sets + of its interface elements. +
  • + +
  • The type set of a method specification is the set of all non-interface types + whose method sets include that method. +
  • + +
  • The type set of a non-interface type term is the set consisting + of just that type. +
  • + +
  • The type set of a term of the form ~T + is the set of all types whose underlying type is T. +
  • + +
  • The type set of a union of terms + t1|t2|…|tn + is the union of the type sets of the terms. +
  • +
+ +

+The quantification "the set of all non-interface types" refers not just to all (non-interface) +types declared in the program at hand, but all possible types in all possible programs, and +hence is infinite. +Similarly, given the set of all non-interface types that implement a particular method, the +intersection of the method sets of those types will contain exactly that method, even if all +types in the program at hand always pair that method with another method. +

+ +

+By construction, an interface's type set never contains an interface type. +

+ +
+// An interface representing only the type int.
+interface {
+	int
+}
+
+// An interface representing all types with underlying type int.
+interface {
+	~int
+}
+
+// An interface representing all types with underlying type int that implement the String method.
+interface {
+	~int
+	String() string
+}
+
+// An interface representing an empty type set: there is no type that is both an int and a string.
+interface {
+	int
+	string
+}
+
+ +

+In a term of the form ~T, the underlying type of T +must be itself, and T cannot be an interface. +

+ +
+type MyInt int
+
+interface {
+	~[]byte  // the underlying type of []byte is itself
+	~MyInt   // illegal: the underlying type of MyInt is not MyInt
+	~error   // illegal: error is an interface
+}
+
+ +

+Union elements denote unions of type sets: +

+ +
+// The Float interface represents all floating-point types
+// (including any named types whose underlying types are
+// either float32 or float64).
+type Float interface {
+	~float32 | ~float64
+}
+
+ +

+The type T in a term of the form T or ~T cannot +be a type parameter, and the type sets of all +non-interface terms must be pairwise disjoint (the pairwise intersection of the type sets must be empty). +Given a type parameter P: +

+ +
+interface {
+	P                // illegal: P is a type parameter
+	int | ~P         // illegal: P is a type parameter
+	~int | MyInt     // illegal: the type sets for ~int and MyInt are not disjoint (~int includes MyInt)
+	float32 | Float  // overlapping type sets but Float is an interface
+}
+
+ +

+Implementation restriction: +A union (with more than one term) cannot contain the +predeclared identifier comparable +or interfaces that specify methods, or embed comparable or interfaces +that specify methods. +

+ +

+Interfaces that are not basic may only be used as type +constraints, or as elements of other interfaces used as constraints. +They cannot be the types of values or variables, or components of other, +non-interface types. +

+ +
+var x Float                     // illegal: Float is not a basic interface
+
+var x interface{} = Float(nil)  // illegal
+
+type Floatish struct {
+	f Float                 // illegal
+}
+
+ +

+An interface type T may not embed a type element +that is, contains, or embeds T, directly or indirectly. +

+ +
+// illegal: Bad may not embed itself
+type Bad interface {
+	Bad
+}
+
+// illegal: Bad1 may not embed itself using Bad2
+type Bad1 interface {
+	Bad2
+}
+type Bad2 interface {
+	Bad1
+}
+
+// illegal: Bad3 may not embed a union containing Bad3
+type Bad3 interface {
+	~int | ~string | Bad3
+}
+
+// illegal: Bad4 may not embed an array containing Bad4 as element type
+type Bad4 interface {
+	[10]Bad4
+}
+
+ +

Implementing an interface

+ +

+A type T implements an interface I if +

+ +
    +
  • + T is not an interface and is an element of the type set of I; or +
  • +
  • + T is an interface and the type set of T is a subset of the + type set of I. +
  • +
+ +

+A value of type T implements an interface if T +implements the interface. +

+ +

Map types

+ +

+A map is an unordered group of elements of one type, called the +element type, indexed by a set of unique keys of another type, +called the key type. +The value of an uninitialized map is nil. +

+ +
+MapType = "map" "[" KeyType "]" ElementType .
+KeyType = Type .
+
+ +

+The comparison operators +== and != must be fully defined +for operands of the key type; thus the key type must not be a function, map, or +slice. +If the key type is an interface type, these +comparison operators must be defined for the dynamic key values; +failure will cause a run-time panic. +

+ +
+map[string]int
+map[*T]struct{ x, y float64 }
+map[string]interface{}
+
+ +

+The number of map elements is called its length. +For a map m, it can be discovered using the +built-in function len +and may change during execution. Elements may be added during execution +using assignments and retrieved with +index expressions; they may be removed with the +delete and +clear built-in function. +

+ +

+A new, empty map value is made using the built-in +function make, +which takes the map type and an optional capacity hint as arguments: +

+ +
+make(map[string]int)
+make(map[string]int, 100)
+
+ +

+The initial capacity does not bound its size: +maps grow to accommodate the number of items +stored in them, with the exception of nil maps. +A nil map is equivalent to an empty map except that no elements +may be added. +

+ +

Channel types

+ +

+A channel provides a mechanism for +concurrently executing functions +to communicate by +sending and +receiving +values of a specified element type. +The value of an uninitialized channel is nil. +

+ +
+ChannelType = ( "chan" | "chan" "<-" | "<-" "chan" ) ElementType .
+
+ +

+The optional <- operator specifies the channel direction, +send or receive. If a direction is given, the channel is directional, +otherwise it is bidirectional. +A channel may be constrained only to send or only to receive by +assignment or +explicit conversion. +

+ +
+chan T          // can be used to send and receive values of type T
+chan<- float64  // can only be used to send float64s
+<-chan int      // can only be used to receive ints
+
+ +

+The <- operator associates with the leftmost chan +possible: +

+ +
+chan<- chan int    // same as chan<- (chan int)
+chan<- <-chan int  // same as chan<- (<-chan int)
+<-chan <-chan int  // same as <-chan (<-chan int)
+chan (<-chan int)
+
+ +

+A new, initialized channel +value can be made using the built-in function +make, +which takes the channel type and an optional capacity as arguments: +

+ +
+make(chan int, 100)
+
+ +

+The capacity, in number of elements, sets the size of the buffer in the channel. +If the capacity is zero or absent, the channel is unbuffered and communication +succeeds only when both a sender and receiver are ready. Otherwise, the channel +is buffered and communication succeeds without blocking if the buffer +is not full (sends) or not empty (receives). +A nil channel is never ready for communication. +

+ +

+A channel may be closed with the built-in function +close. +The multi-valued assignment form of the +receive operator +reports whether a received value was sent before +the channel was closed. +

+ +

+A single channel may be used in +send statements, +receive operations, +and calls to the built-in functions +cap and +len +by any number of goroutines without further synchronization. +Channels act as first-in-first-out queues. +For example, if one goroutine sends values on a channel +and a second goroutine receives them, the values are +received in the order sent. +

+ +

Properties of types and values

+ +

Representation of values

+ +

+Values of predeclared types (see below for the interfaces any +and error), arrays, and structs are self-contained: +Each such value contains a complete copy of all its data, +and variables of such types store the entire value. +For instance, an array variable provides the storage (the variables) +for all elements of the array. +The respective zero values are specific to the +value's types; they are never nil. +

+ +

+Non-nil pointer, function, slice, map, and channel values contain references +to underlying data which may be shared by multiple values: +

+ +
    +
  • + A pointer value is a reference to the variable holding + the pointer base type value. +
  • +
  • + A function value contains references to the (possibly + anonymous) function + and enclosed variables. +
  • +
  • + A slice value contains the slice length, capacity, and + a reference to its underlying array. +
  • +
  • + A map or channel value is a reference to the implementation-specific + data structure of the map or channel. +
  • +
+ +

+An interface value may be self-contained or contain references to underlying data +depending on the interface's dynamic type. +The predeclared identifier nil is the zero value for types whose values +can contain references. +

+ +

+When multiple values share underlying data, changing one value may change another. +For instance, changing an element of a slice will change +that element in the underlying array for all slices that share the array. +

+ +

Underlying types

+ +

+Each type T has an underlying type: If T +is one of the predeclared boolean, numeric, or string types, or a type literal, +the corresponding underlying type is T itself. +Otherwise, T's underlying type is the underlying type of the +type to which T refers in its declaration. +For a type parameter that is the underlying type of its +type constraint, which is always an interface. +

+ +
+type (
+	A1 = string
+	A2 = A1
+)
+
+type (
+	B1 string
+	B2 B1
+	B3 []B1
+	B4 B3
+)
+
+func f[P any](x P) { … }
+
+ +

+The underlying type of string, A1, A2, B1, +and B2 is string. +The underlying type of []B1, B3, and B4 is []B1. +The underlying type of P is interface{}. +

+ +

Type identity

+ +

+Two types are either identical ("the same") or different. +

+ +

+A named type is always different from any other type. +Otherwise, two types are identical if their underlying type literals are +structurally equivalent; that is, they have the same literal structure and corresponding +components have identical types. In detail: +

+ +
    +
  • Two array types are identical if they have identical element types and + the same array length.
  • + +
  • Two slice types are identical if they have identical element types.
  • + +
  • Two struct types are identical if they have the same sequence of fields, + and if corresponding pairs of fields have the same names, identical types, + and identical tags, and are either both embedded or both not embedded. + Non-exported field names from different + packages are always different.
  • + +
  • Two pointer types are identical if they have identical base types.
  • + +
  • Two function types are identical if they have the same number of parameters + and result values, corresponding parameter and result types are + identical, and either both functions are variadic or neither is. + Parameter and result names are not required to match.
  • + +
  • Two interface types are identical if they define the same type set. +
  • + +
  • Two map types are identical if they have identical key and element types.
  • + +
  • Two channel types are identical if they have identical element types and + the same direction.
  • + +
  • Two instantiated types are identical if + their defined types and all type arguments are identical. +
  • +
+ +

+Given the declarations +

+ +
+type (
+	A0 = []string
+	A1 = A0
+	A2 = struct{ a, b int }
+	A3 = int
+	A4 = func(A3, float64) *A0
+	A5 = func(x int, _ float64) *[]string
+
+	B0 A0
+	B1 []string
+	B2 struct{ a, b int }
+	B3 struct{ a, c int }
+	B4 func(int, float64) *B0
+	B5 func(x int, y float64) *A1
+
+	C0 = B0
+	D0[P1, P2 any] struct{ x P1; y P2 }
+	E0 = D0[int, string]
+)
+
+ +

+these types are identical: +

+ +
+A0, A1, and []string
+A2 and struct{ a, b int }
+A3 and int
+A4, func(int, float64) *[]string, and A5
+
+B0 and C0
+D0[int, string] and E0
+[]int and []int
+struct{ a, b *B5 } and struct{ a, b *B5 }
+func(x int, y float64) *[]string, func(int, float64) (result *[]string), and A5
+
+ +

+B0 and B1 are different because they are new types +created by distinct type definitions; +func(int, float64) *B0 and func(x int, y float64) *[]string +are different because B0 is different from []string; +and P1 and P2 are different because they are different +type parameters. +D0[int, string] and struct{ x int; y string } are +different because the former is an instantiated +defined type while the latter is a type literal +(but they are still assignable). +

+ +

Assignability

+ +

+A value x of type V is assignable to a variable of type T +("x is assignable to T") if one of the following conditions applies: +

+ +
    +
  • +V and T are identical. +
  • +
  • +V and T have identical +underlying types +but are not type parameters and at least one of V +or T is not a named type. +
  • +
  • +V and T are channel types with +identical element types, V is a bidirectional channel, +and at least one of V or T is not a named type. +
  • +
  • +T is an interface type, but not a type parameter, and +x implements T. +
  • +
  • +x is the predeclared identifier nil and T +is a pointer, function, slice, map, channel, or interface type, +but not a type parameter. +
  • +
  • +x is an untyped constant +representable +by a value of type T. +
  • +
+ +

+Additionally, if x's type V or T are type parameters, x +is assignable to a variable of type T if one of the following conditions applies: +

+ +
    +
  • +x is the predeclared identifier nil, T is +a type parameter, and x is assignable to each type in +T's type set. +
  • +
  • +V is not a named type, T is +a type parameter, and x is assignable to each type in +T's type set. +
  • +
  • +V is a type parameter and T is not a named type, +and values of each type in V's type set are assignable +to T. +
  • +
+ +

Representability

+ +

+A constant x is representable +by a value of type T, +where T is not a type parameter, +if one of the following conditions applies: +

+ +
    +
  • +x is in the set of values determined by T. +
  • + +
  • +T is a floating-point type and x can be rounded to T's +precision without overflow. Rounding uses IEEE 754 round-to-even rules but with an IEEE +negative zero further simplified to an unsigned zero. Note that constant values never result +in an IEEE negative zero, NaN, or infinity. +
  • + +
  • +T is a complex type, and x's +components real(x) and imag(x) +are representable by values of T's component type (float32 or +float64). +
  • +
+ +

+If T is a type parameter, +x is representable by a value of type T if x is representable +by a value of each type in T's type set. +

+ +
+x                   T           x is representable by a value of T because
+
+'a'                 byte        97 is in the set of byte values
+97                  rune        rune is an alias for int32, and 97 is in the set of 32-bit integers
+"foo"               string      "foo" is in the set of string values
+1024                int16       1024 is in the set of 16-bit integers
+42.0                byte        42 is in the set of unsigned 8-bit integers
+1e10                uint64      10000000000 is in the set of unsigned 64-bit integers
+2.718281828459045   float32     2.718281828459045 rounds to 2.7182817 which is in the set of float32 values
+-1e-1000            float64     -1e-1000 rounds to IEEE -0.0 which is further simplified to 0.0
+0i                  int         0 is an integer value
+(42 + 0i)           float32     42.0 (with zero imaginary part) is in the set of float32 values
+
+ +
+x                   T           x is not representable by a value of T because
+
+0                   bool        0 is not in the set of boolean values
+'a'                 string      'a' is a rune, it is not in the set of string values
+1024                byte        1024 is not in the set of unsigned 8-bit integers
+-1                  uint16      -1 is not in the set of unsigned 16-bit integers
+1.1                 int         1.1 is not an integer value
+42i                 float32     (0 + 42i) is not in the set of float32 values
+1e1000              float64     1e1000 overflows to IEEE +Inf after rounding
+
+ +

Method sets

+ +

+The method set of a type determines the methods that can be +called on an operand of that type. +Every type has a (possibly empty) method set associated with it: +

+ +
    +
  • The method set of a defined type T consists of all +methods declared with receiver type T. +
  • + +
  • +The method set of a pointer to a defined type T +(where T is neither a pointer nor an interface) +is the set of all methods declared with receiver *T or T. +
  • + +
  • The method set of an interface type is the intersection +of the method sets of each type in the interface's type set +(the resulting method set is usually just the set of declared methods in the interface). +
  • +
+ +

+Further rules apply to structs (and pointer to structs) containing embedded fields, +as described in the section on struct types. +Any other type has an empty method set. +

+ +

+In a method set, each method must have a +unique +non-blank method name. +

+ +

Blocks

+ +

+A block is a possibly empty sequence of declarations and statements +within matching brace brackets. +

+ +
+Block         = "{" StatementList "}" .
+StatementList = { Statement ";" } .
+
+ +

+In addition to explicit blocks in the source code, there are implicit blocks: +

+ +
    +
  1. The universe block encompasses all Go source text.
  2. + +
  3. Each package has a package block containing all + Go source text for that package.
  4. + +
  5. Each file has a file block containing all Go source text + in that file.
  6. + +
  7. Each "if", + "for", and + "switch" + statement is considered to be in its own implicit block.
  8. + +
  9. Each clause in a "switch" + or "select" statement + acts as an implicit block.
  10. +
+ +

+Blocks nest and influence scoping. +

+ + +

Declarations and scope

+ +

+A declaration binds a non-blank identifier to a +constant, +type, +type parameter, +variable, +function, +label, or +package. +Every identifier in a program must be declared. +No identifier may be declared twice in the same block, and +no identifier may be declared in both the file and package block. +

+ +

+The blank identifier may be used like any other identifier +in a declaration, but it does not introduce a binding and thus is not declared. +In the package block, the identifier init may only be used for +init function declarations, +and like the blank identifier it does not introduce a new binding. +

+ +
+Declaration  = ConstDecl | TypeDecl | VarDecl .
+TopLevelDecl = Declaration | FunctionDecl | MethodDecl .
+
+ +

+The scope of a declared identifier is the extent of source text in which +the identifier denotes the specified constant, type, variable, function, label, or package. +

+ +

+Go is lexically scoped using blocks: +

+ +
    +
  1. The scope of a predeclared identifier is the universe block.
  2. + +
  3. The scope of an identifier denoting a constant, type, variable, + or function (but not method) declared at top level (outside any + function) is the package block.
  4. + +
  5. The scope of the package name of an imported package is the file block + of the file containing the import declaration.
  6. + +
  7. The scope of an identifier denoting a method receiver, function parameter, + or result variable is the function body.
  8. + +
  9. The scope of an identifier denoting a type parameter of a function + or declared by a method receiver begins after the name of the function + and ends at the end of the function body.
  10. + +
  11. The scope of an identifier denoting a type parameter of a type + begins after the name of the type and ends at the end + of the TypeSpec.
  12. + +
  13. The scope of a constant or variable identifier declared + inside a function begins at the end of the ConstSpec or VarSpec + (ShortVarDecl for short variable declarations) + and ends at the end of the innermost containing block.
  14. + +
  15. The scope of a type identifier declared inside a function + begins at the identifier in the TypeSpec + and ends at the end of the innermost containing block.
  16. +
+ +

+An identifier declared in a block may be redeclared in an inner block. +While the identifier of the inner declaration is in scope, it denotes +the entity declared by the inner declaration. +

+ +

+The package clause is not a declaration; the package name +does not appear in any scope. Its purpose is to identify the files belonging +to the same package and to specify the default package name for import +declarations. +

+ + +

Label scopes

+ +

+Labels are declared by labeled statements and are +used in the "break", +"continue", and +"goto" statements. +It is illegal to define a label that is never used. +In contrast to other identifiers, labels are not block scoped and do +not conflict with identifiers that are not labels. The scope of a label +is the body of the function in which it is declared and excludes +the body of any nested function. +

+ + +

Blank identifier

+ +

+The blank identifier is represented by the underscore character _. +It serves as an anonymous placeholder instead of a regular (non-blank) +identifier and has special meaning in declarations, +as an operand, and in assignment statements. +

+ + +

Predeclared identifiers

+ +

+The following identifiers are implicitly declared in the +universe block +[Go 1.18] +[Go 1.21]: +

+
+Types:
+	any bool byte comparable
+	complex64 complex128 error float32 float64
+	int int8 int16 int32 int64 rune string
+	uint uint8 uint16 uint32 uint64 uintptr
+
+Constants:
+	true false iota
+
+Zero value:
+	nil
+
+Functions:
+	append cap clear close complex copy delete imag len
+	make max min new panic print println real recover
+
+ +

Exported identifiers

+ +

+An identifier may be exported to permit access to it from another package. +An identifier is exported if both: +

+
    +
  1. the first character of the identifier's name is a Unicode uppercase + letter (Unicode character category Lu); and
  2. +
  3. the identifier is declared in the package block + or it is a field name or + method name.
  4. +
+

+All other identifiers are not exported. +

+ +

Uniqueness of identifiers

+ +

+Given a set of identifiers, an identifier is called unique if it is +different from every other in the set. +Two identifiers are different if they are spelled differently, or if they +appear in different packages and are not +exported. Otherwise, they are the same. +

+ +

Constant declarations

+ +

+A constant declaration binds a list of identifiers (the names of +the constants) to the values of a list of constant expressions. +The number of identifiers must be equal +to the number of expressions, and the nth identifier on +the left is bound to the value of the nth expression on the +right. +

+ +
+ConstDecl      = "const" ( ConstSpec | "(" { ConstSpec ";" } ")" ) .
+ConstSpec      = IdentifierList [ [ Type ] "=" ExpressionList ] .
+
+IdentifierList = identifier { "," identifier } .
+ExpressionList = Expression { "," Expression } .
+
+ +

+If the type is present, all constants take the type specified, and +the expressions must be assignable to that type, +which must not be a type parameter. +If the type is omitted, the constants take the +individual types of the corresponding expressions. +If the expression values are untyped constants, +the declared constants remain untyped and the constant identifiers +denote the constant values. For instance, if the expression is a +floating-point literal, the constant identifier denotes a floating-point +constant, even if the literal's fractional part is zero. +

+ +
+const Pi float64 = 3.14159265358979323846
+const zero = 0.0         // untyped floating-point constant
+const (
+	size int64 = 1024
+	eof        = -1  // untyped integer constant
+)
+const a, b, c = 3, 4, "foo"  // a = 3, b = 4, c = "foo", untyped integer and string constants
+const u, v float32 = 0, 3    // u = 0.0, v = 3.0
+
+ +

+Within a parenthesized const declaration list the +expression list may be omitted from any but the first ConstSpec. +Such an empty list is equivalent to the textual substitution of the +first preceding non-empty expression list and its type if any. +Omitting the list of expressions is therefore equivalent to +repeating the previous list. The number of identifiers must be equal +to the number of expressions in the previous list. +Together with the iota constant generator +this mechanism permits light-weight declaration of sequential values: +

+ +
+const (
+	Sunday = iota
+	Monday
+	Tuesday
+	Wednesday
+	Thursday
+	Friday
+	Partyday
+	numberOfDays  // this constant is not exported
+)
+
+ + +

Iota

+ +

+Within a constant declaration, the predeclared identifier +iota represents successive untyped integer +constants. Its value is the index of the respective ConstSpec +in that constant declaration, starting at zero. +It can be used to construct a set of related constants: +

+ +
+const (
+	c0 = iota  // c0 == 0
+	c1 = iota  // c1 == 1
+	c2 = iota  // c2 == 2
+)
+
+const (
+	a = 1 << iota  // a == 1  (iota == 0)
+	b = 1 << iota  // b == 2  (iota == 1)
+	c = 3          // c == 3  (iota == 2, unused)
+	d = 1 << iota  // d == 8  (iota == 3)
+)
+
+const (
+	u         = iota * 42  // u == 0     (untyped integer constant)
+	v float64 = iota * 42  // v == 42.0  (float64 constant)
+	w         = iota * 42  // w == 84    (untyped integer constant)
+)
+
+const x = iota  // x == 0
+const y = iota  // y == 0
+
+ +

+By definition, multiple uses of iota in the same ConstSpec all have the same value: +

+ +
+const (
+	bit0, mask0 = 1 << iota, 1<<iota - 1  // bit0 == 1, mask0 == 0  (iota == 0)
+	bit1, mask1                           // bit1 == 2, mask1 == 1  (iota == 1)
+	_, _                                  //                        (iota == 2, unused)
+	bit3, mask3                           // bit3 == 8, mask3 == 7  (iota == 3)
+)
+
+ +

+This last example exploits the implicit repetition +of the last non-empty expression list. +

+ + +

Type declarations

+ +

+A type declaration binds an identifier, the type name, to a type. +Type declarations come in two forms: alias declarations and type definitions. +

+ +
+TypeDecl = "type" ( TypeSpec | "(" { TypeSpec ";" } ")" ) .
+TypeSpec = AliasDecl | TypeDef .
+
+ +

Alias declarations

+ +

+An alias declaration binds an identifier to the given type +[Go 1.9]. +

+ +
+AliasDecl = identifier [ TypeParameters ] "=" Type .
+
+ +

+Within the scope of +the identifier, it serves as an alias for the given type. +

+ +
+type (
+	nodeList = []*Node  // nodeList and []*Node are identical types
+	Polar    = polar    // Polar and polar denote identical types
+)
+
+ +

+If the alias declaration specifies type parameters +[Go 1.24], the type name denotes a generic alias. +Generic aliases must be instantiated when they +are used. +

+ +
+type set[P comparable] = map[P]bool
+
+ +

+In an alias declaration the given type cannot be a type parameter declared in the same declaration. +

+ +
+type A[P any] = P   // illegal: P is a type parameter declared in the declaration of A
+
+func f[P any]() {
+	type A = P  // ok: T is a type parameter declared by the enclosing function
+}
+
+ +

Type definitions

+ +

+A type definition creates a new, distinct type with the same +underlying type and operations as the given type +and binds an identifier, the type name, to it. +

+ +
+TypeDef = identifier [ TypeParameters ] Type .
+
+ +

+The new type is called a defined type. +It is different from any other type, +including the type it is created from. +

+ +
+type (
+	Point struct{ x, y float64 }  // Point and struct{ x, y float64 } are different types
+	polar Point                   // polar and Point denote different types
+)
+
+type TreeNode struct {
+	left, right *TreeNode
+	value any
+}
+
+type Block interface {
+	BlockSize() int
+	Encrypt(src, dst []byte)
+	Decrypt(src, dst []byte)
+}
+
+ +

+A defined type may have methods associated with it. +It does not inherit any methods bound to the given type, +but the method set +of an interface type or of elements of a composite type remains unchanged: +

+ +
+// A Mutex is a data type with two methods, Lock and Unlock.
+type Mutex struct         { /* Mutex fields */ }
+func (m *Mutex) Lock()    { /* Lock implementation */ }
+func (m *Mutex) Unlock()  { /* Unlock implementation */ }
+
+// NewMutex has the same composition as Mutex but its method set is empty.
+type NewMutex Mutex
+
+// The method set of PtrMutex's underlying type *Mutex remains unchanged,
+// but the method set of PtrMutex is empty.
+type PtrMutex *Mutex
+
+// The method set of *PrintableMutex contains the methods
+// Lock and Unlock bound to its embedded field Mutex.
+type PrintableMutex struct {
+	Mutex
+}
+
+// MyBlock is an interface type that has the same method set as Block.
+type MyBlock Block
+
+ +

+Type definitions may be used to define different boolean, numeric, +or string types and associate methods with them: +

+ +
+type TimeZone int
+
+const (
+	EST TimeZone = -(5 + iota)
+	CST
+	MST
+	PST
+)
+
+func (tz TimeZone) String() string {
+	return fmt.Sprintf("GMT%+dh", tz)
+}
+
+ +

+If the type definition specifies type parameters, +the type name denotes a generic type. +Generic types must be instantiated when they +are used. +

+ +
+type List[T any] struct {
+	next  *List[T]
+	value T
+}
+
+ +

+In a type definition the given type cannot be a type parameter. +

+ +
+type T[P any] P    // illegal: P is a type parameter
+
+func f[P any]() {
+	type L P   // illegal: P is a type parameter declared by the enclosing function
+}
+
+ +

+A generic type may also have methods associated with it. +In this case, the method receivers must declare the same number of type parameters as +present in the generic type definition. +

+ +
+// The method Len returns the number of elements in the linked list l.
+func (l *List[T]) Len() int  { … }
+
+ +

Type parameter declarations

+ +

+A type parameter list declares the type parameters of a generic function or type declaration. +The type parameter list looks like an ordinary function parameter list +except that the type parameter names must all be present and the list is enclosed +in square brackets rather than parentheses +[Go 1.18]. +

+ +
+TypeParameters = "[" TypeParamList [ "," ] "]" .
+TypeParamList  = TypeParamDecl { "," TypeParamDecl } .
+TypeParamDecl  = IdentifierList TypeConstraint .
+
+ +

+All non-blank names in the list must be unique. +Each name declares a type parameter, which is a new and different named type +that acts as a placeholder for an (as of yet) unknown type in the declaration. +The type parameter is replaced with a type argument upon +instantiation of the generic function or type. +

+ +
+[P any]
+[S interface{ ~[]byte|string }]
+[S ~[]E, E any]
+[P Constraint[int]]
+[_ any]
+
+ +

+Just as each ordinary function parameter has a parameter type, each type parameter +has a corresponding (meta-)type which is called its +type constraint. +

+ +

+A parsing ambiguity arises when the type parameter list for a generic type +declares a single type parameter P with a constraint C +such that the text P C forms a valid expression: +

+ +
+type T[P *C] …
+type T[P (C)] …
+type T[P *C|Q] …
+…
+
+ +

+In these rare cases, the type parameter list is indistinguishable from an +expression and the type declaration is parsed as an array type declaration. +To resolve the ambiguity, embed the constraint in an +interface or use a trailing comma: +

+ +
+type T[P interface{*C}] …
+type T[P *C,] …
+
+ +

+Type parameters may also be declared by the receiver specification +of a method declaration associated +with a generic type. +

+ +

Type constraints

+ +

+A type constraint is an interface that defines the +set of permissible type arguments for the respective type parameter and controls the +operations supported by values of that type parameter +[Go 1.18]. +

+ +
+TypeConstraint = TypeElem .
+
+ +

+If the constraint is an interface literal of the form interface{E} where +E is an embedded type element (not a method), in a type parameter list +the enclosing interface{ … } may be omitted for convenience: +

+ +
+[T []P]                      // = [T interface{[]P}]
+[T ~int]                     // = [T interface{~int}]
+[T int|string]               // = [T interface{int|string}]
+type Constraint ~int         // illegal: ~int is not in a type parameter list
+
+ + + +

+The predeclared +interface type comparable +denotes the set of all non-interface types that are +strictly comparable +[Go 1.18]. +

+ +

+Even though interfaces that are not type parameters are comparable, +they are not strictly comparable and therefore they do not implement comparable. +However, they satisfy comparable. +

+ +
+int                          // implements comparable (int is strictly comparable)
+[]byte                       // does not implement comparable (slices cannot be compared)
+interface{}                  // does not implement comparable (see above)
+interface{ ~int | ~string }  // type parameter only: implements comparable (int, string types are strictly comparable)
+interface{ comparable }      // type parameter only: implements comparable (comparable implements itself)
+interface{ ~int | ~[]byte }  // type parameter only: does not implement comparable (slices are not comparable)
+interface{ ~struct{ any } }  // type parameter only: does not implement comparable (field any is not strictly comparable)
+
+ +

+The comparable interface and interfaces that (directly or indirectly) embed +comparable may only be used as type constraints. They cannot be the types of +values or variables, or components of other, non-interface types. +

+ +

Satisfying a type constraint

+ +

+A type argument T satisfies a type constraint C +if T is an element of the type set defined by C; in other words, +if T implements C. +As an exception, a strictly comparable +type constraint may also be satisfied by a comparable +(not necessarily strictly comparable) type argument +[Go 1.20]. +More precisely: +

+ +

+A type T satisfies a constraint C if +

+ + + +
+type argument      type constraint                // constraint satisfaction
+
+int                interface{ ~int }              // satisfied: int implements interface{ ~int }
+string             comparable                     // satisfied: string implements comparable (string is strictly comparable)
+[]byte             comparable                     // not satisfied: slices are not comparable
+any                interface{ comparable; int }   // not satisfied: any does not implement interface{ int }
+any                comparable                     // satisfied: any is comparable and implements the basic interface any
+struct{f any}      comparable                     // satisfied: struct{f any} is comparable and implements the basic interface any
+any                interface{ comparable; m() }   // not satisfied: any does not implement the basic interface interface{ m() }
+interface{ m() }   interface{ comparable; m() }   // satisfied: interface{ m() } is comparable and implements the basic interface interface{ m() }
+
+ +

+Because of the exception in the constraint satisfaction rule, comparing operands of type parameter type +may panic at run-time (even though comparable type parameters are always strictly comparable). +

+ +

Variable declarations

+ +

+A variable declaration creates one or more variables, +binds corresponding identifiers to them, and gives each a type and an initial value. +

+ +
+VarDecl = "var" ( VarSpec | "(" { VarSpec ";" } ")" ) .
+VarSpec = IdentifierList ( Type [ "=" ExpressionList ] | "=" ExpressionList ) .
+
+ +
+var i int
+var U, V, W float64
+var k = 0
+var x, y float32 = -1, -2
+var (
+	i       int
+	u, v, s = 2.0, 3.0, "bar"
+)
+var re, im = complexSqrt(-1)
+var _, found = entries[name]  // map lookup; only interested in "found"
+
+ +

+If a list of expressions is given, the variables are initialized +with the expressions following the rules for assignment statements. +Otherwise, each variable is initialized to its zero value. +

+ +

+If a type is present, each variable is given that type. +Otherwise, each variable is given the type of the corresponding +initialization value in the assignment. +If that value is an untyped constant, it is first implicitly +converted to its default type; +if it is an untyped boolean value, it is first implicitly converted to type bool. +The predeclared identifier nil cannot be used to initialize a variable +with no explicit type. +

+ +
+var d = math.Sin(0.5)  // d is float64
+var i = 42             // i is int
+var t, ok = x.(T)      // t is T, ok is bool
+var n = nil            // illegal
+
+ +

+Implementation restriction: A compiler may make it illegal to declare a variable +inside a function body if the variable is +never used. +

+ +

Short variable declarations

+ +

+A short variable declaration uses the syntax: +

+ +
+ShortVarDecl = IdentifierList ":=" ExpressionList .
+
+ +

+It is shorthand for a regular variable declaration +with initializer expressions but no types: +

+ +
+"var" IdentifierList "=" ExpressionList .
+
+ +
+i, j := 0, 10
+f := func() int { return 7 }
+ch := make(chan int)
+r, w, _ := os.Pipe()  // os.Pipe() returns a connected pair of Files and an error, if any
+_, y, _ := coord(p)   // coord() returns three values; only interested in y coordinate
+
+ +

+Unlike regular variable declarations, a short variable declaration may redeclare +variables provided they were originally declared earlier in the same block +(or the parameter lists if the block is the function body) with the same type, +and at least one of the non-blank variables is new. +As a consequence, redeclaration can only appear in a multi-variable short declaration. +Redeclaration does not introduce a new variable; it just assigns a new value to the original. +The non-blank variable names on the left side of := +must be unique. +

+ +
+field1, offset := nextField(str, 0)
+field2, offset := nextField(str, offset)  // redeclares offset
+x, y, x := 1, 2, 3                        // illegal: x repeated on left side of :=
+
+ +

+Short variable declarations may appear only inside functions. +In some contexts such as the initializers for +"if", +"for", or +"switch" statements, +they can be used to declare local temporary variables. +

+ +

Function declarations

+ + + +

+A function declaration binds an identifier, the function name, +to a function. +

+ +
+FunctionDecl = "func" FunctionName [ TypeParameters ] Signature [ FunctionBody ] .
+FunctionName = identifier .
+FunctionBody = Block .
+
+ +

+If the function's signature declares +result parameters, the function body's statement list must end in +a terminating statement. +

+ +
+func IndexRune(s string, r rune) int {
+	for i, c := range s {
+		if c == r {
+			return i
+		}
+	}
+	// invalid: missing return statement
+}
+
+ +

+If the function declaration specifies type parameters, +the function name denotes a generic function. +A generic function must be instantiated before it can be +called or used as a value. +

+ +
+func min[T ~int|~float64](x, y T) T {
+	if x < y {
+		return x
+	}
+	return y
+}
+
+ +

+A function declaration without type parameters may omit the body. +Such a declaration provides the signature for a function implemented outside Go, +such as an assembly routine. +

+ +
+func flushICache(begin, end uintptr)  // implemented externally
+
+ +

Method declarations

+ +

+A method is a function with a receiver. +A method declaration binds an identifier, the method name, to a method, +and associates the method with the receiver's base type. +

+ +
+MethodDecl = "func" Receiver MethodName Signature [ FunctionBody ] .
+Receiver   = Parameters .
+
+ +

+The receiver is specified via an extra parameter section preceding the method +name. That parameter section must declare a single non-variadic parameter, the receiver. +Its type must be a defined type T or a +pointer to a defined type T, possibly followed by a list of type parameter +names [P1, P2, …] enclosed in square brackets. +T is called the receiver base type. A receiver base type cannot be +a pointer or interface type and it must be defined in the same package as the method. +The method is said to be bound to its receiver base type and the method name +is visible only within selectors for type T +or *T. +

+ +

+A non-blank receiver identifier must be +unique in the method signature. +If the receiver's value is not referenced inside the body of the method, +its identifier may be omitted in the declaration. The same applies in +general to parameters of functions and methods. +

+ +

+For a base type, the non-blank names of methods bound to it must be unique. +If the base type is a struct type, +the non-blank method and field names must be distinct. +

+ +

+Given defined type Point the declarations +

+ +
+func (p *Point) Length() float64 {
+	return math.Sqrt(p.x * p.x + p.y * p.y)
+}
+
+func (p *Point) Scale(factor float64) {
+	p.x *= factor
+	p.y *= factor
+}
+
+ +

+bind the methods Length and Scale, +with receiver type *Point, +to the base type Point. +

+ +

+If the receiver base type is a generic type, the +receiver specification must declare corresponding type parameters for the method +to use. This makes the receiver type parameters available to the method. +Syntactically, this type parameter declaration looks like an +instantiation of the receiver base type: the type +arguments must be identifiers denoting the type parameters being declared, one +for each type parameter of the receiver base type. +The type parameter names do not need to match their corresponding parameter names in the +receiver base type definition, and all non-blank parameter names must be unique in the +receiver parameter section and the method signature. +The receiver type parameter constraints are implied by the receiver base type definition: +corresponding type parameters have corresponding constraints. +

+ +
+type Pair[A, B any] struct {
+	a A
+	b B
+}
+
+func (p Pair[A, B]) Swap() Pair[B, A]  { … }  // receiver declares A, B
+func (p Pair[First, _]) First() First  { … }  // receiver declares First, corresponds to A in Pair
+
+ +

+If the receiver type is denoted by (a pointer to) an alias, +the alias must not be generic and it must not denote an instantiated generic type, neither +directly nor indirectly via another alias, and irrespective of pointer indirections. +

+ +
+type GPoint[P any] = Point
+type HPoint        = *GPoint[int]
+type IPair         = Pair[int, int]
+
+func (*GPoint[P]) Draw(P)   { … }  // illegal: alias must not be generic
+func (HPoint) Draw(P)       { … }  // illegal: alias must not denote instantiated type GPoint[int]
+func (*IPair) Second() int  { … }  // illegal: alias must not denote instantiated type Pair[int, int]
+
+ +

Expressions

+ +

+An expression specifies the computation of a value by applying +operators and functions to operands. +

+ +

Operands

+ +

+Operands denote the elementary values in an expression. An operand may be a +literal, a (possibly qualified) +non-blank identifier denoting a +constant, +variable, or +function, +or a parenthesized expression. +

+ +
+Operand     = Literal | OperandName [ TypeArgs ] | "(" Expression ")" .
+Literal     = BasicLit | CompositeLit | FunctionLit .
+BasicLit    = int_lit | float_lit | imaginary_lit | rune_lit | string_lit .
+OperandName = identifier | QualifiedIdent .
+
+ +

+An operand name denoting a generic function +may be followed by a list of type arguments; the +resulting operand is an instantiated function. +

+ +

+The blank identifier may appear as an +operand only on the left-hand side of an assignment statement. +

+ +

+Implementation restriction: A compiler need not report an error if an operand's +type is a type parameter with an empty +type set. Functions with such type parameters +cannot be instantiated; any attempt will lead +to an error at the instantiation site. +

+ +

Qualified identifiers

+ +

+A qualified identifier is an identifier qualified with a package name prefix. +Both the package name and the identifier must not be +blank. +

+ +
+QualifiedIdent = PackageName "." identifier .
+
+ +

+A qualified identifier accesses an identifier in a different package, which +must be imported. +The identifier must be exported and +declared in the package block of that package. +

+ +
+math.Sin // denotes the Sin function in package math
+
+ +

Composite literals

+ +

+Composite literals construct new values for structs, arrays, slices, and maps +each time they are evaluated. +They consist of the type of the literal followed by a (possibly empty) +brace-bound list of elements. +Each element may optionally be preceded by a corresponding key. +

+ +
+CompositeLit = LiteralType LiteralValue .
+LiteralType  = StructType | ArrayType | "[" "..." "]" ElementType |
+               SliceType | MapType | TypeName [ TypeArgs ] .
+LiteralValue = "{" [ ElementList [ "," ] ] "}" .
+ElementList  = KeyedElement { "," KeyedElement } .
+KeyedElement = [ Key ":" ] Element .
+Key          = FieldName | Expression | LiteralValue .
+FieldName    = identifier .
+Element      = Expression | LiteralValue .
+
+ +

+Unless the LiteralType is a type parameter, +its underlying type +must be a struct, array, slice, or map type +(the syntax enforces this constraint except when the type is given +as a TypeName). +If the LiteralType is a type parameter, all types in its type set +must have the same underlying type which must be +a valid composite literal type. +

+ +

+The types of the elements and keys must be assignable +to the respective field, element, and key types of the LiteralType; +there is no additional conversion. +The key is interpreted as a field name for struct literals, +an index for array and slice literals, and a key for map literals. +It is an error to specify multiple elements with the same field name +or constant key value. +A literal may omit the element list; such a literal evaluates +to the zero value for its type. +

+ +

+A parsing ambiguity arises when a composite literal using the +TypeName form of the LiteralType appears as an operand between the +keyword and the opening brace of the block +of an "if", "for", or "switch" statement, and the composite literal +is not enclosed in parentheses, square brackets, or curly braces. +In this rare case, the opening brace of the literal is erroneously parsed +as the one introducing the block of statements. To resolve the ambiguity, +the composite literal must appear within parentheses. +

+ +
+if x == (T{a,b,c}[i]) { … }
+if (x == T{a,b,c}[i]) { … }
+
+ +

Struct literals

+ +

+For struct literals without keys, the element list must contain an element +for each struct field in the order in which the fields are declared. +

+ +

+For struct literals with keys the following rules apply: +

+
    +
  • Every element must have a key. +
  • +
  • Each key must be a field name declared in the struct type. +
  • +
  • The element list does not need to have an element for each struct field. + Omitted fields get the zero value for that field. +
  • +
  • It is an error to specify an element for a non-exported + field of a struct belonging to a different package. +
  • +
+ +

+Given the declarations +

+
+type Point3D struct { x, y, z float64 }
+type Line struct { p, q Point3D }
+
+ +

+one may write +

+ +
+origin := Point3D{}                            // zero value for Point3D
+line := Line{origin, Point3D{y: -4, z: 12.3}}  // zero value for line.q.x
+
+ +

Array and slice literals

+ +

+For array and slice literals the following rules apply: +

+
    +
  • Each element has an associated integer index marking + its position in the array. +
  • +
  • An element with a key uses the key as its index. The + key must be a non-negative constant + representable by + a value of type int; and if it is typed + it must be of integer type. +
  • +
  • An element without a key uses the previous element's index plus one. + If the first element has no key, its index is zero. +
  • +
+ +

+Taking the address of a composite literal +generates a pointer to a unique variable initialized +with the literal's value. +

+ +
+var pointer *Point3D = &Point3D{y: 1000}
+
+ +

+Note that the zero value for a slice or map +type is not the same as an initialized but empty value of the same type. +Consequently, taking the address of an empty slice or map composite literal +does not have the same effect as allocating a new slice or map value with +new. +

+ +
+p1 := &[]int{}    // p1 points to an initialized, empty slice with value []int{} and length 0
+p2 := new([]int)  // p2 points to an uninitialized slice with value nil and length 0
+
+ +

+The length of an array literal is the length specified in the literal type. +If fewer elements than the length are provided in the literal, the missing +elements are set to the zero value for the array element type. +It is an error to provide elements with index values outside the index range +of the array. The notation ... specifies an array length equal +to the maximum element index plus one. +

+ +
+buffer := [10]string{}             // len(buffer) == 10
+intSet := [6]int{1, 2, 3, 5}       // len(intSet) == 6
+days := [...]string{"Sat", "Sun"}  // len(days) == 2
+
+ +

+A slice literal describes the entire underlying array literal. +Thus the length and capacity of a slice literal are the maximum +element index plus one. A slice literal has the form +

+ +
+[]T{x1, x2, … xn}
+
+ +

+and is shorthand for a slice operation applied to an array: +

+ +
+tmp := [n]T{x1, x2, … xn}
+tmp[0 : n]
+
+ +

Map literals

+ +

+For map literals, each element must have a key. +For non-constant map keys, see the section on +evaluation order. +

+ +

Elision of element types

+ +

+Within a composite literal of array, slice, or map type T, +elements or map keys that are themselves composite literals may elide the respective +literal type if it is identical to the element or key type of T. +Similarly, elements or keys that are addresses of composite literals may elide +the &T when the element or key type is *T. +

+ +
+[...]Point{{1.5, -3.5}, {0, 0}}     // same as [...]Point{Point{1.5, -3.5}, Point{0, 0}}
+[][]int{{1, 2, 3}, {4, 5}}          // same as [][]int{[]int{1, 2, 3}, []int{4, 5}}
+[][]Point{{{0, 1}, {1, 2}}}         // same as [][]Point{[]Point{Point{0, 1}, Point{1, 2}}}
+map[string]Point{"orig": {0, 0}}    // same as map[string]Point{"orig": Point{0, 0}}
+map[Point]string{{0, 0}: "orig"}    // same as map[Point]string{Point{0, 0}: "orig"}
+
+type PPoint *Point
+[2]*Point{{1.5, -3.5}, {}}          // same as [2]*Point{&Point{1.5, -3.5}, &Point{}}
+[2]PPoint{{1.5, -3.5}, {}}          // same as [2]PPoint{PPoint(&Point{1.5, -3.5}), PPoint(&Point{})}
+
+ +

+Examples of valid array, slice, and map literals: +

+ +
+// list of prime numbers
+primes := []int{2, 3, 5, 7, 9, 2147483647}
+
+// vowels[ch] is true if ch is a vowel
+vowels := [128]bool{'a': true, 'e': true, 'i': true, 'o': true, 'u': true, 'y': true}
+
+// the array [10]float32{-1, 0, 0, 0, -0.1, -0.1, 0, 0, 0, -1}
+filter := [10]float32{-1, 4: -0.1, -0.1, 9: -1}
+
+// frequencies in Hz for equal-tempered scale (A4 = 440Hz)
+noteFrequency := map[string]float32{
+	"C0": 16.35, "D0": 18.35, "E0": 20.60, "F0": 21.83,
+	"G0": 24.50, "A0": 27.50, "B0": 30.87,
+}
+
+ +

Function literals

+ +

+A function literal represents an anonymous function. +Function literals cannot declare type parameters. +

+ +
+FunctionLit = "func" Signature FunctionBody .
+
+ +
+func(a, b int, z float64) bool { return a*b < int(z) }
+
+ +

+A function literal can be assigned to a variable or invoked directly. +

+ +
+f := func(x, y int) int { return x + y }
+func(ch chan int) { ch <- ACK }(replyChan)
+
+ +

+Function literals are closures: they may refer to variables +defined in a surrounding function. Those variables are then shared between +the surrounding function and the function literal, and they survive as long +as they are accessible. +

+ + +

Primary expressions

+ +

+Primary expressions are the operands for unary and binary expressions. +

+ +
+PrimaryExpr   = Operand |
+                Conversion |
+                MethodExpr |
+                PrimaryExpr Selector |
+                PrimaryExpr Index |
+                PrimaryExpr Slice |
+                PrimaryExpr TypeAssertion |
+                PrimaryExpr Arguments .
+
+Selector      = "." identifier .
+Index         = "[" Expression [ "," ] "]" .
+Slice         = "[" [ Expression ] ":" [ Expression ] "]" |
+                "[" [ Expression ] ":" Expression ":" Expression "]" .
+TypeAssertion = "." "(" Type ")" .
+Arguments     = "(" [ ( ExpressionList | Type [ "," ExpressionList ] ) [ "..." ] [ "," ] ] ")" .
+
+ + +
+x
+2
+(s + ".txt")
+f(3.1415, true)
+Point{1, 2}
+m["foo"]
+s[i : j + 1]
+obj.color
+f.p[i].x()
+
+ + +

Selectors

+ +

+For a primary expression x +that is not a package name, the +selector expression +

+ +
+x.f
+
+ +

+denotes the field or method f of the value x +(or sometimes *x; see below). +The identifier f is called the (field or method) selector; +it must not be the blank identifier. +The type of the selector expression is the type of f. +If x is a package name, see the section on +qualified identifiers. +

+ +

+A selector f may denote a field or method f of +a type T, or it may refer +to a field or method f of a nested +embedded field of T. +The number of embedded fields traversed +to reach f is called its depth in T. +The depth of a field or method f +declared in T is zero. +The depth of a field or method f declared in +an embedded field A in T is the +depth of f in A plus one. +

+ +

+The following rules apply to selectors: +

+ +
    +
  1. +For a value x of type T or *T +where T is not a pointer or interface type, +x.f denotes the field or method at the shallowest depth +in T where there is such an f. +If there is not exactly one f +with shallowest depth, the selector expression is illegal. +
  2. + +
  3. +For a value x of type I where I +is an interface type, x.f denotes the actual method with name +f of the dynamic value of x. +If there is no method with name f in the +method set of I, the selector +expression is illegal. +
  4. + +
  5. +As an exception, if the type of x is a defined +pointer type and (*x).f is a valid selector expression denoting a field +(but not a method), x.f is shorthand for (*x).f. +
  6. + +
  7. +In all other cases, x.f is illegal. +
  8. + +
  9. +If x is of pointer type and has the value +nil and x.f denotes a struct field, +assigning to or evaluating x.f +causes a run-time panic. +
  10. + +
  11. +If x is of interface type and has the value +nil, calling or +evaluating the method x.f +causes a run-time panic. +
  12. +
+ +

+For example, given the declarations: +

+ +
+type T0 struct {
+	x int
+}
+
+func (*T0) M0()
+
+type T1 struct {
+	y int
+}
+
+func (T1) M1()
+
+type T2 struct {
+	z int
+	T1
+	*T0
+}
+
+func (*T2) M2()
+
+type Q *T2
+
+var t T2     // with t.T0 != nil
+var p *T2    // with p != nil and (*p).T0 != nil
+var q Q = p
+
+ +

+one may write: +

+ +
+t.z          // t.z
+t.y          // t.T1.y
+t.x          // (*t.T0).x
+
+p.z          // (*p).z
+p.y          // (*p).T1.y
+p.x          // (*(*p).T0).x
+
+q.x          // (*(*q).T0).x        (*q).x is a valid field selector
+
+p.M0()       // ((*p).T0).M0()      M0 expects *T0 receiver
+p.M1()       // ((*p).T1).M1()      M1 expects T1 receiver
+p.M2()       // p.M2()              M2 expects *T2 receiver
+t.M2()       // (&t).M2()           M2 expects *T2 receiver, see section on Calls
+
+ +

+but the following is invalid: +

+ +
+q.M0()       // (*q).M0 is valid but not a field selector
+
+ + +

Method expressions

+ +

+If M is in the method set of type T, +T.M is a function that is callable as a regular function +with the same arguments as M prefixed by an additional +argument that is the receiver of the method. +

+ +
+MethodExpr   = ReceiverType "." MethodName .
+ReceiverType = Type .
+
+ +

+Consider a struct type T with two methods, +Mv, whose receiver is of type T, and +Mp, whose receiver is of type *T. +

+ +
+type T struct {
+	a int
+}
+func (tv  T) Mv(a int) int         { return 0 }  // value receiver
+func (tp *T) Mp(f float32) float32 { return 1 }  // pointer receiver
+
+var t T
+
+ +

+The expression +

+ +
+T.Mv
+
+ +

+yields a function equivalent to Mv but +with an explicit receiver as its first argument; it has signature +

+ +
+func(tv T, a int) int
+
+ +

+That function may be called normally with an explicit receiver, so +these five invocations are equivalent: +

+ +
+t.Mv(7)
+T.Mv(t, 7)
+(T).Mv(t, 7)
+f1 := T.Mv; f1(t, 7)
+f2 := (T).Mv; f2(t, 7)
+
+ +

+Similarly, the expression +

+ +
+(*T).Mp
+
+ +

+yields a function value representing Mp with signature +

+ +
+func(tp *T, f float32) float32
+
+ +

+For a method with a value receiver, one can derive a function +with an explicit pointer receiver, so +

+ +
+(*T).Mv
+
+ +

+yields a function value representing Mv with signature +

+ +
+func(tv *T, a int) int
+
+ +

+Such a function indirects through the receiver to create a value +to pass as the receiver to the underlying method; +the method does not overwrite the value whose address is passed in +the function call. +

+ +

+The final case, a value-receiver function for a pointer-receiver method, +is illegal because pointer-receiver methods are not in the method set +of the value type. +

+ +

+Function values derived from methods are called with function call syntax; +the receiver is provided as the first argument to the call. +That is, given f := T.Mv, f is invoked +as f(t, 7) not t.f(7). +To construct a function that binds the receiver, use a +function literal or +method value. +

+ +

+It is legal to derive a function value from a method of an interface type. +The resulting function takes an explicit receiver of that interface type. +

+ +

Method values

+ +

+If the expression x has static type T and +M is in the method set of type T, +x.M is called a method value. +The method value x.M is a function value that is callable +with the same arguments as a method call of x.M. +The expression x is evaluated and saved during the evaluation of the +method value; the saved copy is then used as the receiver in any calls, +which may be executed later. +

+ +
+type S struct { *T }
+type T int
+func (t T) M() { print(t) }
+
+t := new(T)
+s := S{T: t}
+f := t.M                    // receiver *t is evaluated and stored in f
+g := s.M                    // receiver *(s.T) is evaluated and stored in g
+*t = 42                     // does not affect stored receivers in f and g
+
+ +

+The type T may be an interface or non-interface type. +

+ +

+As in the discussion of method expressions above, +consider a struct type T with two methods, +Mv, whose receiver is of type T, and +Mp, whose receiver is of type *T. +

+ +
+type T struct {
+	a int
+}
+func (tv  T) Mv(a int) int         { return 0 }  // value receiver
+func (tp *T) Mp(f float32) float32 { return 1 }  // pointer receiver
+
+var t T
+var pt *T
+func makeT() T
+
+ +

+The expression +

+ +
+t.Mv
+
+ +

+yields a function value of type +

+ +
+func(int) int
+
+ +

+These two invocations are equivalent: +

+ +
+t.Mv(7)
+f := t.Mv; f(7)
+
+ +

+Similarly, the expression +

+ +
+pt.Mp
+
+ +

+yields a function value of type +

+ +
+func(float32) float32
+
+ +

+As with selectors, a reference to a non-interface method with a value receiver +using a pointer will automatically dereference that pointer: pt.Mv is equivalent to (*pt).Mv. +

+ +

+As with method calls, a reference to a non-interface method with a pointer receiver +using an addressable value will automatically take the address of that value: t.Mp is equivalent to (&t).Mp. +

+ +
+f := t.Mv; f(7)   // like t.Mv(7)
+f := pt.Mp; f(7)  // like pt.Mp(7)
+f := pt.Mv; f(7)  // like (*pt).Mv(7)
+f := t.Mp; f(7)   // like (&t).Mp(7)
+f := makeT().Mp   // invalid: result of makeT() is not addressable
+
+ +

+Although the examples above use non-interface types, it is also legal to create a method value +from a value of interface type. +

+ +
+var i interface { M(int) } = myVal
+f := i.M; f(7)  // like i.M(7)
+
+ + +

Index expressions

+ +

+A primary expression of the form +

+ +
+a[x]
+
+ +

+denotes the element of the array, pointer to array, slice, string or map a indexed by x. +The value x is called the index or map key, respectively. +The following rules apply: +

+ +

+If a is neither a map nor a type parameter: +

+
    +
  • the index x must be an untyped constant, or its type must be + an integer or a type parameter whose type set + contains only integer types
  • +
  • a constant index must be non-negative and + representable by a value of type int
  • +
  • a constant index that is untyped is given type int
  • +
  • the index x is in range if 0 <= x < len(a), + otherwise it is out of range
  • +
+ +

+For a of array type A: +

+
    +
  • a constant index must be in range
  • +
  • if x is out of range at run time, + a run-time panic occurs
  • +
  • a[x] is the array element at index x and the type of + a[x] is the element type of A
  • +
+ +

+For a of pointer to array type: +

+
    +
  • a[x] is shorthand for (*a)[x]
  • +
+ +

+For a of slice type S: +

+
    +
  • if x is out of range at run time, + a run-time panic occurs
  • +
  • a[x] is the slice element at index x and the type of + a[x] is the element type of S
  • +
+ +

+For a of string type: +

+
    +
  • a constant index must be in range + if the string a is also constant
  • +
  • if x is out of range at run time, + a run-time panic occurs
  • +
  • a[x] is the non-constant byte value at index x and the type of + a[x] is byte
  • +
  • a[x] may not be assigned to
  • +
+ +

+For a of map type M: +

+
    +
  • x's type must be + assignable + to the key type of M
  • +
  • if the map contains an entry with key x, + a[x] is the map element with key x + and the type of a[x] is the element type of M
  • +
  • if the map is nil or does not contain such an entry, + a[x] is the zero value + for the element type of M
  • +
+ +

+For a of type parameter type P: +

+
    +
  • The index expression a[x] must be valid for values + of all types in P's type set.
  • +
  • The element types of all types in P's type set must be identical. + In this context, the element type of a string type is byte.
  • +
  • If there is a map type in the type set of P, + all types in that type set must be map types, and the respective key types + must be all identical.
  • +
  • a[x] is the array, slice, or string element at index x, + or the map element with key x of the type argument + that P is instantiated with, and the type of a[x] is + the type of the (identical) element types.
  • +
  • a[x] may not be assigned to if P's type set + includes string types.
  • +
+ +

+Otherwise a[x] is illegal. +

+ +

+An index expression on a map a of type map[K]V +used in an assignment statement or initialization of the special form +

+ +
+v, ok = a[x]
+v, ok := a[x]
+var v, ok = a[x]
+
+ +

+yields an additional untyped boolean value. The value of ok is +true if the key x is present in the map, and +false otherwise. +

+ +

+Assigning to an element of a nil map causes a +run-time panic. +

+ + +

Slice expressions

+ +

+Slice expressions construct a substring or slice from a string, array, pointer +to array, or slice operand. +There are two variants: a simple form that specifies a low +and high bound, and a full form that also specifies a bound on the capacity. +

+ +

+If the operand type is a type parameter, +unless its type set contains string types, +all types in the type set must have the same underlying type, and the slice expression +must be valid for an operand of that type. +If the type set contains string types it may also contain byte slices with underlying +type []byte. +In this case, the slice expression must be valid for an operand of string +type. +

+ +

Simple slice expressions

+ +

+For a string, array, pointer to array, or slice a, the primary expression +

+ +
+a[low : high]
+
+ +

+constructs a substring or slice. +The indices low and +high select which elements of operand a appear +in the result. The result has indices starting at 0 and length equal to +high - low. +After slicing the array a +

+ +
+a := [5]int{1, 2, 3, 4, 5}
+s := a[1:4]
+
+ +

+the slice s has type []int, length 3, capacity 4, and elements +

+ +
+s[0] == 2
+s[1] == 3
+s[2] == 4
+
+ +

+For convenience, any of the indices may be omitted. A missing low +index defaults to zero; a missing high index defaults to the length of the +sliced operand: +

+ +
+a[2:]  // same as a[2 : len(a)]
+a[:3]  // same as a[0 : 3]
+a[:]   // same as a[0 : len(a)]
+
+ +

+If a is a pointer to an array, a[low : high] is shorthand for +(*a)[low : high]. +

+ +

+For arrays or strings, the indices are in range if +0 <= low <= high <= len(a), +otherwise they are out of range. +For slices, the upper index bound is the slice capacity cap(a) rather than the length. +A constant index must be non-negative and +representable by a value of type +int; for arrays or constant strings, constant indices must also be in range. +If both indices are constant, they must satisfy low <= high. +If the indices are out of range at run time, a run-time panic occurs. +

+ +

+Except for untyped strings, if the sliced operand is a string or slice, +the result of the slice operation is a non-constant value of the same type as the operand. +For untyped string operands the result is a non-constant value of type string. +If the sliced operand is an array, it must be addressable +and the result of the slice operation is a slice with the same element type as the array. +

+ +

+If the sliced operand of a valid slice expression is a nil slice, the result +is a nil slice. Otherwise, if the result is a slice, it shares its underlying +array with the operand. +

+ +
+var a [10]int
+s1 := a[3:7]   // underlying array of s1 is array a; &s1[2] == &a[5]
+s2 := s1[1:4]  // underlying array of s2 is underlying array of s1 which is array a; &s2[1] == &a[5]
+s2[1] = 42     // s2[1] == s1[2] == a[5] == 42; they all refer to the same underlying array element
+
+var s []int
+s3 := s[:0]    // s3 == nil
+
+ + +

Full slice expressions

+ +

+For an array, pointer to array, or slice a (but not a string), the primary expression +

+ +
+a[low : high : max]
+
+ +

+constructs a slice of the same type, and with the same length and elements as the simple slice +expression a[low : high]. Additionally, it controls the resulting slice's capacity +by setting it to max - low. Only the first index may be omitted; it defaults to 0. +After slicing the array a +

+ +
+a := [5]int{1, 2, 3, 4, 5}
+t := a[1:3:5]
+
+ +

+the slice t has type []int, length 2, capacity 4, and elements +

+ +
+t[0] == 2
+t[1] == 3
+
+ +

+As for simple slice expressions, if a is a pointer to an array, +a[low : high : max] is shorthand for (*a)[low : high : max]. +If the sliced operand is an array, it must be addressable. +

+ +

+The indices are in range if 0 <= low <= high <= max <= cap(a), +otherwise they are out of range. +A constant index must be non-negative and +representable by a value of type +int; for arrays, constant indices must also be in range. +If multiple indices are constant, the constants that are present must be in range relative to each +other. +If the indices are out of range at run time, a run-time panic occurs. +

+ +

Type assertions

+ +

+For an expression x of interface type, +but not a type parameter, and a type T, +the primary expression +

+ +
+x.(T)
+
+ +

+asserts that x is not nil +and that the value stored in x is of type T. +The notation x.(T) is called a type assertion. +

+

+More precisely, if T is not an interface type, x.(T) asserts +that the dynamic type of x is identical +to the type T. +In this case, T must implement the (interface) type of x; +otherwise the type assertion is invalid since it is not possible for x +to store a value of type T. +If T is an interface type, x.(T) asserts that the dynamic type +of x implements the interface T. +

+

+If the type assertion holds, the value of the expression is the value +stored in x and its type is T. If the type assertion is false, +a run-time panic occurs. +In other words, even though the dynamic type of x +is known only at run time, the type of x.(T) is +known to be T in a correct program. +

+ +
+var x interface{} = 7          // x has dynamic type int and value 7
+i := x.(int)                   // i has type int and value 7
+
+type I interface { m() }
+
+func f(y I) {
+	s := y.(string)        // illegal: string does not implement I (missing method m)
+	r := y.(io.Reader)     // r has type io.Reader and the dynamic type of y must implement both I and io.Reader
+	…
+}
+
+ +

+A type assertion used in an assignment statement or initialization of the special form +

+ +
+v, ok = x.(T)
+v, ok := x.(T)
+var v, ok = x.(T)
+var v, ok interface{} = x.(T) // dynamic types of v and ok are T and bool
+
+ +

+yields an additional untyped boolean value. The value of ok is true +if the assertion holds. Otherwise it is false and the value of v is +the zero value for type T. +No run-time panic occurs in this case. +

+ + +

Calls

+ +

+Given an expression f of function type +F, +

+ +
+f(a1, a2, … an)
+
+ +

+calls f with arguments a1, a2, … an. +Except for one special case, arguments must be single-valued expressions +assignable to the parameter types of +F and are evaluated before the function is called. +The type of the expression is the result type of F. +A method invocation is similar but the method itself +is specified as a selector upon a value of the receiver type for +the method. +

+ +
+math.Atan2(x, y)  // function call
+var pt *Point
+pt.Scale(3.5)     // method call with receiver pt
+
+ +

+If f denotes a generic function, it must be +instantiated before it can be called +or used as a function value. +

+ +

+If the type of f is a type parameter, +all types in its type set must have the same underlying type, which must be a function type, +and the function call must be valid for that type. +

+ +

+In a function call, the function value and arguments are evaluated in +the usual order. +After they are evaluated, new storage is allocated for the function's +variables, which includes its parameters +and results. +Then, the arguments of the call are passed to the function, +which means that they are assigned +to their corresponding function parameters, +and the called function begins execution. +The return parameters of the function are passed +back to the caller when the function returns. +

+ +

+Calling a nil function value +causes a run-time panic. +

+ +

+As a special case, if the return values of a function or method +g are equal in number and individually +assignable to the parameters of another function or method +f, then the call f(g(parameters_of_g)) +will invoke f after passing the return values of +g to the parameters of f in order. +The call of f must contain no parameters other than the call of g, +and g must have at least one return value. +If f has a final ... parameter, it is +assigned the return values of g that remain after +assignment of regular parameters. +

+ +
+func Split(s string, pos int) (string, string) {
+	return s[0:pos], s[pos:]
+}
+
+func Join(s, t string) string {
+	return s + t
+}
+
+if Join(Split(value, len(value)/2)) != value {
+	log.Panic("test fails")
+}
+
+ +

+A method call x.m() is valid if the method set +of (the type of) x contains m and the +argument list can be assigned to the parameter list of m. +If x is addressable and &x's method +set contains m, x.m() is shorthand +for (&x).m(): +

+ +
+var p Point
+p.Scale(3.5)
+
+ +

+There is no distinct method type and there are no method literals. +

+ +

Passing arguments to ... parameters

+ +

+If f is variadic with a final +parameter p of type ...T, then within f +the type of p is equivalent to type []T. +If f is invoked with no actual arguments for p, +the value passed to p is nil. +Otherwise, the value passed is a new slice +of type []T with a new underlying array whose successive elements +are the actual arguments, which all must be assignable +to T. The length and capacity of the slice is therefore +the number of arguments bound to p and may differ for each +call site. +

+ +

+Given the function and calls +

+
+func Greeting(prefix string, who ...string)
+Greeting("nobody")
+Greeting("hello:", "Joe", "Anna", "Eileen")
+
+ +

+within Greeting, who will have the value +nil in the first call, and +[]string{"Joe", "Anna", "Eileen"} in the second. +

+ +

+If the final argument is assignable to a slice type []T and +is followed by ..., it is passed unchanged as the value +for a ...T parameter. In this case no new slice is created. +

+ +

+Given the slice s and call +

+ +
+s := []string{"James", "Jasmine"}
+Greeting("goodbye:", s...)
+
+ +

+within Greeting, who will have the same value as s +with the same underlying array. +

+ +

Instantiations

+ +

+A generic function or type is instantiated by substituting type arguments +for the type parameters [Go 1.18]. +Instantiation proceeds in two steps: +

+ +
    +
  1. +Each type argument is substituted for its corresponding type parameter in the generic +declaration. +This substitution happens across the entire function or type declaration, +including the type parameter list itself and any types in that list. +
  2. + +
  3. +After substitution, each type argument must satisfy +the constraint (instantiated, if necessary) +of the corresponding type parameter. Otherwise instantiation fails. +
  4. +
+ +

+Instantiating a type results in a new non-generic named type; +instantiating a function produces a new non-generic function. +

+ +
+type parameter list    type arguments    after substitution
+
+[P any]                int               int satisfies any
+[S ~[]E, E any]        []int, int        []int satisfies ~[]int, int satisfies any
+[P io.Writer]          string            illegal: string doesn't satisfy io.Writer
+[P comparable]         any               any satisfies (but does not implement) comparable
+
+ +

+When using a generic function, type arguments may be provided explicitly, +or they may be partially or completely inferred +from the context in which the function is used. +Provided that they can be inferred, type argument lists may be omitted entirely if the function is: +

+ + + +

+In all other cases, a (possibly partial) type argument list must be present. +If a type argument list is absent or partial, all missing type arguments +must be inferrable from the context in which the function is used. +

+ +
+// sum returns the sum (concatenation, for strings) of its arguments.
+func sum[T ~int | ~float64 | ~string](x... T) T { … }
+
+x := sum                       // illegal: the type of x is unknown
+intSum := sum[int]             // intSum has type func(x... int) int
+a := intSum(2, 3)              // a has value 5 of type int
+b := sum[float64](2.0, 3)      // b has value 5.0 of type float64
+c := sum(b, -1)                // c has value 4.0 of type float64
+
+type sumFunc func(x... string) string
+var f sumFunc = sum            // same as var f sumFunc = sum[string]
+f = sum                        // same as f = sum[string]
+
+ +

+A partial type argument list cannot be empty; at least the first argument must be present. +The list is a prefix of the full list of type arguments, leaving the remaining arguments +to be inferred. Loosely speaking, type arguments may be omitted from "right to left". +

+ +
+func apply[S ~[]E, E any](s S, f func(E) E) S { … }
+
+f0 := apply[]                  // illegal: type argument list cannot be empty
+f1 := apply[[]int]             // type argument for S explicitly provided, type argument for E inferred
+f2 := apply[[]string, string]  // both type arguments explicitly provided
+
+var bytes []byte
+r := apply(bytes, func(byte) byte { … })  // both type arguments inferred from the function arguments
+
+ +

+For a generic type, all type arguments must always be provided explicitly. +

+ +

Type inference

+ +

+A use of a generic function may omit some or all type arguments if they can be +inferred from the context within which the function is used, including +the constraints of the function's type parameters. +Type inference succeeds if it can infer the missing type arguments +and instantiation succeeds with the +inferred type arguments. +Otherwise, type inference fails and the program is invalid. +

+ +

+Type inference uses the type relationships between pairs of types for inference: +For instance, a function argument must be assignable +to its respective function parameter; this establishes a relationship between the +type of the argument and the type of the parameter. +If either of these two types contains type parameters, type inference looks for the +type arguments to substitute the type parameters with such that the assignability +relationship is satisfied. +Similarly, type inference uses the fact that a type argument must +satisfy the constraint of its respective +type parameter. +

+ +

+Each such pair of matched types corresponds to a type equation containing +one or multiple type parameters, from one or possibly multiple generic functions. +Inferring the missing type arguments means solving the resulting set of type +equations for the respective type parameters. +

+ +

+For example, given +

+ +
+// dedup returns a copy of the argument slice with any duplicate entries removed.
+func dedup[S ~[]E, E comparable](S) S { … }
+
+type Slice []int
+var s Slice
+s = dedup(s)   // same as s = dedup[Slice, int](s)
+
+ +

+the variable s of type Slice must be assignable to +the function parameter type S for the program to be valid. +To reduce complexity, type inference ignores the directionality of assignments, +so the type relationship between Slice and S can be +expressed via the (symmetric) type equation Slice ≡A S +(or S ≡A Slice for that matter), +where the A in A +indicates that the LHS and RHS types must match per assignability rules +(see the section on type unification for +details). +Similarly, the type parameter S must satisfy its constraint +~[]E. This can be expressed as S ≡C ~[]E +where X ≡C Y stands for +"X satisfies constraint Y". +These observations lead to a set of two equations +

+ +
+	Slice ≡A S      (1)
+	S     ≡C ~[]E   (2)
+
+ +

+which now can be solved for the type parameters S and E. +From (1) a compiler can infer that the type argument for S is Slice. +Similarly, because the underlying type of Slice is []int +and []int must match []E of the constraint, +a compiler can infer that E must be int. +Thus, for these two equations, type inference infers +

+ +
+	S ➞ Slice
+	E ➞ int
+
+ +

+Given a set of type equations, the type parameters to solve for are +the type parameters of the functions that need to be instantiated +and for which no explicit type arguments is provided. +These type parameters are called bound type parameters. +For instance, in the dedup example above, the type parameters +S and E are bound to dedup. +An argument to a generic function call may be a generic function itself. +The type parameters of that function are included in the set of bound +type parameters. +The types of function arguments may contain type parameters from other +functions (such as a generic function enclosing a function call). +Those type parameters may also appear in type equations but they are +not bound in that context. +Type equations are always solved for the bound type parameters only. +

+ +

+Type inference supports calls of generic functions and assignments +of generic functions to (explicitly function-typed) variables. +This includes passing generic functions as arguments to other +(possibly also generic) functions, and returning generic functions +as results. +Type inference operates on a set of equations specific to each of +these cases. +The equations are as follows (type argument lists are omitted for clarity): +

+ +
    +
  • +

    + For a function call f(a0, a1, …) where + f or a function argument ai is + a generic function: +
    + Each pair (ai, pi) of corresponding + function arguments and parameters where ai is not an + untyped constant yields an equation + typeof(pi) ≡A typeof(ai). +
    + If ai is an untyped constant cj, + and typeof(pi) is a bound type parameter Pk, + the pair (cj, Pk) is collected separately from + the type equations. +

    +
  • +
  • +

    + For an assignment v = f of a generic function f to a + (non-generic) variable v of function type: +
    + typeof(v) ≡A typeof(f). +

    +
  • +
  • +

    + For a return statement return …, f, … where f is a + generic function returned as a result to a (non-generic) result variable + r of function type: +
    + typeof(r) ≡A typeof(f). +

    +
  • +
+ +

+Additionally, each type parameter Pk and corresponding type constraint +Ck yields the type equation +PkC Ck. +

+ +

+Type inference gives precedence to type information obtained from typed operands +before considering untyped constants. +Therefore, inference proceeds in two phases: +

+ +
    +
  1. +

    + The type equations are solved for the bound + type parameters using type unification. + If unification fails, type inference fails. +

    +
  2. +
  3. +

    + For each bound type parameter Pk for which no type argument + has been inferred yet and for which one or more pairs + (cj, Pk) with that same type parameter + were collected, determine the constant kind + of the constants cj in all those pairs the same way as for + constant expressions. + The type argument for Pk is the + default type for the determined constant kind. + If a constant kind cannot be determined due to conflicting constant kinds, + type inference fails. +

    +
  4. +
+ +

+If not all type arguments have been found after these two phases, type inference fails. +

+ +

+If the two phases are successful, type inference determined a type argument for each +bound type parameter: +

+ +
+	Pk ➞ Ak
+
+ +

+A type argument Ak may be a composite type, +containing other bound type parameters Pk as element types +(or even be just another bound type parameter). +In a process of repeated simplification, the bound type parameters in each type +argument are substituted with the respective type arguments for those type +parameters until each type argument is free of bound type parameters. +

+ +

+If type arguments contain cyclic references to themselves +through bound type parameters, simplification and thus type +inference fails. +Otherwise, type inference succeeds. +

+ +

Type unification

+ +

+Type inference solves type equations through type unification. +Type unification recursively compares the LHS and RHS types of an +equation, where either or both types may be or contain bound type parameters, +and looks for type arguments for those type parameters such that the LHS +and RHS match (become identical or assignment-compatible, depending on +context). +To that effect, type inference maintains a map of bound type parameters +to inferred type arguments; this map is consulted and updated during type unification. +Initially, the bound type parameters are known but the map is empty. +During type unification, if a new type argument A is inferred, +the respective mapping P ➞ A from type parameter to argument +is added to the map. +Conversely, when comparing types, a known type argument +(a type argument for which a map entry already exists) +takes the place of its corresponding type parameter. +As type inference progresses, the map is populated more and more +until all equations have been considered, or until unification fails. +Type inference succeeds if no unification step fails and the map has +an entry for each type parameter. +

+ +

+For example, given the type equation with the bound type parameter +P +

+ +
+	[10]struct{ elem P, list []P } ≡A [10]struct{ elem string; list []string }
+
+ +

+type inference starts with an empty map. +Unification first compares the top-level structure of the LHS and RHS +types. +Both are arrays of the same length; they unify if the element types unify. +Both element types are structs; they unify if they have +the same number of fields with the same names and if the +field types unify. +The type argument for P is not known yet (there is no map entry), +so unifying P with string adds +the mapping P ➞ string to the map. +Unifying the types of the list field requires +unifying []P and []string and +thus P and string. +Since the type argument for P is known at this point +(there is a map entry for P), its type argument +string takes the place of P. +And since string is identical to string, +this unification step succeeds as well. +Unification of the LHS and RHS of the equation is now finished. +Type inference succeeds because there is only one type equation, +no unification step failed, and the map is fully populated. +

+ +

+Unification uses a combination of exact and loose +unification depending on whether two types have to be +identical, +assignment-compatible, or +only structurally equal. +The respective type unification rules +are spelled out in detail in the Appendix. +

+ +

+For an equation of the form X ≡A Y, +where X and Y are types involved +in an assignment (including parameter passing and return statements), +the top-level type structures may unify loosely but element types +must unify exactly, matching the rules for assignments. +

+ +

+For an equation of the form P ≡C C, +where P is a type parameter and C +its corresponding constraint, the unification rules are bit +more complicated: +

+ +
    +
  • + If all types in C's type set have the same + underlying type U, + and P has a known type argument A, + U and A must unify loosely. +
  • +
  • + Similarly, if all types in C's type set are + channel types with the same element type and non-conflicting + channel directions, + and P has a known type argument A, + the most restrictive channel type in C's type + set and A must unify loosely. +
  • +
  • + If P does not have a known type argument + and C contains exactly one type term T + that is not an underlying (tilde) type, unification adds the + mapping P ➞ T to the map. +
  • +
  • + If C does not have a type U + as described above + and P has a known type argument A, + A must have all methods of C, if any, + and corresponding method types must unify exactly. +
  • +
+ +

+When solving type equations from type constraints, +solving one equation may infer additional type arguments, +which in turn may enable solving other equations that depend +on those type arguments. +Type inference repeats type unification as long as new type +arguments are inferred. +

+ +

Operators

+ +

+Operators combine operands into expressions. +

+ +
+Expression = UnaryExpr | Expression binary_op Expression .
+UnaryExpr  = PrimaryExpr | unary_op UnaryExpr .
+
+binary_op  = "||" | "&&" | rel_op | add_op | mul_op .
+rel_op     = "==" | "!=" | "<" | "<=" | ">" | ">=" .
+add_op     = "+" | "-" | "|" | "^" .
+mul_op     = "*" | "/" | "%" | "<<" | ">>" | "&" | "&^" .
+
+unary_op   = "+" | "-" | "!" | "^" | "*" | "&" | "<-" .
+
+ +

+Comparisons are discussed elsewhere. +For other binary operators, the operand types must be identical +unless the operation involves shifts or untyped constants. +For operations involving constants only, see the section on +constant expressions. +

+ +

+Except for shift operations, if one operand is an untyped constant +and the other operand is not, the constant is implicitly converted +to the type of the other operand. +

+ +

+The right operand in a shift expression must have integer type +[Go 1.13] +or be an untyped constant representable by a +value of type uint. +If the left operand of a non-constant shift expression is an untyped constant, +it is first implicitly converted to the type it would assume if the shift expression were +replaced by its left operand alone. +

+ +
+var a [1024]byte
+var s uint = 33
+
+// The results of the following examples are given for 64-bit ints.
+var i = 1<<s                   // 1 has type int
+var j int32 = 1<<s             // 1 has type int32; j == 0
+var k = uint64(1<<s)           // 1 has type uint64; k == 1<<33
+var m int = 1.0<<s             // 1.0 has type int; m == 1<<33
+var n = 1.0<<s == j            // 1.0 has type int32; n == true
+var o = 1<<s == 2<<s           // 1 and 2 have type int; o == false
+var p = 1<<s == 1<<33          // 1 has type int; p == true
+var u = 1.0<<s                 // illegal: 1.0 has type float64, cannot shift
+var u1 = 1.0<<s != 0           // illegal: 1.0 has type float64, cannot shift
+var u2 = 1<<s != 1.0           // illegal: 1 has type float64, cannot shift
+var v1 float32 = 1<<s          // illegal: 1 has type float32, cannot shift
+var v2 = string(1<<s)          // illegal: 1 is converted to a string, cannot shift
+var w int64 = 1.0<<33          // 1.0<<33 is a constant shift expression; w == 1<<33
+var x = a[1.0<<s]              // panics: 1.0 has type int, but 1<<33 overflows array bounds
+var b = make([]byte, 1.0<<s)   // 1.0 has type int; len(b) == 1<<33
+
+// The results of the following examples are given for 32-bit ints,
+// which means the shifts will overflow.
+var mm int = 1.0<<s            // 1.0 has type int; mm == 0
+var oo = 1<<s == 2<<s          // 1 and 2 have type int; oo == true
+var pp = 1<<s == 1<<33         // illegal: 1 has type int, but 1<<33 overflows int
+var xx = a[1.0<<s]             // 1.0 has type int; xx == a[0]
+var bb = make([]byte, 1.0<<s)  // 1.0 has type int; len(bb) == 0
+
+ +

Operator precedence

+

+Unary operators have the highest precedence. +As the ++ and -- operators form +statements, not expressions, they fall +outside the operator hierarchy. +As a consequence, statement *p++ is the same as (*p)++. +

+

+There are five precedence levels for binary operators. +Multiplication operators bind strongest, followed by addition +operators, comparison operators, && (logical AND), +and finally || (logical OR): +

+ +
+Precedence    Operator
+    5             *  /  %  <<  >>  &  &^
+    4             +  -  |  ^
+    3             ==  !=  <  <=  >  >=
+    2             &&
+    1             ||
+
+ +

+Binary operators of the same precedence associate from left to right. +For instance, x / y * z is the same as (x / y) * z. +

+ +
++x                         // x
+42 + a - b                 // (42 + a) - b
+23 + 3*x[i]                // 23 + (3 * x[i])
+x <= f()                   // x <= f()
+^a >> b                    // (^a) >> b
+f() || g()                 // f() || g()
+x == y+1 && <-chanInt > 0  // (x == (y+1)) && ((<-chanInt) > 0)
+
+ + +

Arithmetic operators

+

+Arithmetic operators apply to numeric values and yield a result of the same +type as the first operand. The four standard arithmetic operators (+, +-, *, /) apply to +integer, floating-point, and +complex types; + also applies to strings. +The bitwise logical and shift operators apply to integers only. +

+ +
++    sum                    integers, floats, complex values, strings
+-    difference             integers, floats, complex values
+*    product                integers, floats, complex values
+/    quotient               integers, floats, complex values
+%    remainder              integers
+
+&    bitwise AND            integers
+|    bitwise OR             integers
+^    bitwise XOR            integers
+&^   bit clear (AND NOT)    integers
+
+<<   left shift             integer << integer >= 0
+>>   right shift            integer >> integer >= 0
+
+ +

+If the operand type is a type parameter, +the operator must apply to each type in that type set. +The operands are represented as values of the type argument that the type parameter +is instantiated with, and the operation is computed +with the precision of that type argument. For example, given the function: +

+ +
+func dotProduct[F ~float32|~float64](v1, v2 []F) F {
+	var s F
+	for i, x := range v1 {
+		y := v2[i]
+		s += x * y
+	}
+	return s
+}
+
+ +

+the product x * y and the addition s += x * y +are computed with float32 or float64 precision, +respectively, depending on the type argument for F. +

+ +

Integer operators

+ +

+For two integer values x and y, the integer quotient +q = x / y and remainder r = x % y satisfy the following +relationships: +

+ +
+x = q*y + r  and  |r| < |y|
+
+ +

+with x / y truncated towards zero +("truncated division"). +

+ +
+ x     y     x / y     x % y
+ 5     3       1         2
+-5     3      -1        -2
+ 5    -3      -1         2
+-5    -3       1        -2
+
+ +

+The one exception to this rule is that if the dividend x is +the most negative value for the int type of x, the quotient +q = x / -1 is equal to x (and r = 0) +due to two's-complement integer overflow: +

+ +
+                         x, q
+int8                     -128
+int16                  -32768
+int32             -2147483648
+int64    -9223372036854775808
+
+ +

+If the divisor is a constant, it must not be zero. +If the divisor is zero at run time, a run-time panic occurs. +If the dividend is non-negative and the divisor is a constant power of 2, +the division may be replaced by a right shift, and computing the remainder may +be replaced by a bitwise AND operation: +

+ +
+ x     x / 4     x % 4     x >> 2     x & 3
+ 11      2         3         2          3
+-11     -2        -3        -3          1
+
+ +

+The shift operators shift the left operand by the shift count specified by the +right operand, which must be non-negative. If the shift count is negative at run time, +a run-time panic occurs. +The shift operators implement arithmetic shifts if the left operand is a signed +integer and logical shifts if it is an unsigned integer. +There is no upper limit on the shift count. Shifts behave +as if the left operand is shifted n times by 1 for a shift +count of n. +As a result, x << 1 is the same as x*2 +and x >> 1 is the same as +x/2 but truncated towards negative infinity. +

+ +

+For integer operands, the unary operators ++, -, and ^ are defined as +follows: +

+ +
++x                          is 0 + x
+-x    negation              is 0 - x
+^x    bitwise complement    is m ^ x  with m = "all bits set to 1" for unsigned x
+                                      and  m = -1 for signed x
+
+ + +

Integer overflow

+ +

+For unsigned integer values, the operations +, +-, *, and << are +computed modulo 2n, where n is the bit width of +the unsigned integer's type. +Loosely speaking, these unsigned integer operations +discard high bits upon overflow, and programs may rely on "wrap around". +

+ +

+For signed integers, the operations +, +-, *, /, and << may legally +overflow and the resulting value exists and is deterministically defined +by the signed integer representation, the operation, and its operands. +Overflow does not cause a run-time panic. +A compiler may not optimize code under the assumption that overflow does +not occur. For instance, it may not assume that x < x + 1 is always true. +

+ +

Floating-point operators

+ +

+For floating-point and complex numbers, ++x is the same as x, +while -x is the negation of x. +The result of a floating-point or complex division by zero is not specified beyond the +IEEE 754 standard; whether a run-time panic +occurs is implementation-specific. +

+ +

+An implementation may combine multiple floating-point operations into a single +fused operation, possibly across statements, and produce a result that differs +from the value obtained by executing and rounding the instructions individually. +An explicit floating-point type conversion rounds to +the precision of the target type, preventing fusion that would discard that rounding. +

+ +

+For instance, some architectures provide a "fused multiply and add" (FMA) instruction +that computes x*y + z without rounding the intermediate result x*y. +These examples show when a Go implementation can use that instruction: +

+ +
+// FMA allowed for computing r, because x*y is not explicitly rounded:
+r  = x*y + z
+r  = z;   r += x*y
+t  = x*y; r = t + z
+*p = x*y; r = *p + z
+r  = x*y + float64(z)
+
+// FMA disallowed for computing r, because it would omit rounding of x*y:
+r  = float64(x*y) + z
+r  = z; r += float64(x*y)
+t  = float64(x*y); r = t + z
+
+ +

String concatenation

+ +

+Strings can be concatenated using the + operator +or the += assignment operator: +

+ +
+s := "hi" + string(c)
+s += " and good bye"
+
+ +

+String addition creates a new string by concatenating the operands. +

+ +

Comparison operators

+ +

+Comparison operators compare two operands and yield an untyped boolean value. +

+ +
+==    equal
+!=    not equal
+<     less
+<=    less or equal
+>     greater
+>=    greater or equal
+
+ +

+In any comparison, the first operand +must be assignable +to the type of the second operand, or vice versa. +

+

+The equality operators == and != apply +to operands of comparable types. +The ordering operators <, <=, >, and >= +apply to operands of ordered types. +These terms and the result of the comparisons are defined as follows: +

+ +
    +
  • + Boolean types are comparable. + Two boolean values are equal if they are either both + true or both false. +
  • + +
  • + Integer types are comparable and ordered. + Two integer values are compared in the usual way. +
  • + +
  • + Floating-point types are comparable and ordered. + Two floating-point values are compared as defined by the IEEE 754 standard. +
  • + +
  • + Complex types are comparable. + Two complex values u and v are + equal if both real(u) == real(v) and + imag(u) == imag(v). +
  • + +
  • + String types are comparable and ordered. + Two string values are compared lexically byte-wise. +
  • + +
  • + Pointer types are comparable. + Two pointer values are equal if they point to the same variable or if both have value nil. + Pointers to distinct zero-size variables may or may not be equal. +
  • + +
  • + Channel types are comparable. + Two channel values are equal if they were created by the same call to + make + or if both have value nil. +
  • + +
  • + Interface types that are not type parameters are comparable. + Two interface values are equal if they have identical dynamic types + and equal dynamic values or if both have value nil. +
  • + +
  • + A value x of non-interface type X and + a value t of interface type T can be compared + if type X is comparable and + X implements T. + They are equal if t's dynamic type is identical to X + and t's dynamic value is equal to x. +
  • + +
  • + Struct types are comparable if all their field types are comparable. + Two struct values are equal if their corresponding + non-blank field values are equal. + The fields are compared in source order, and comparison stops as + soon as two field values differ (or all fields have been compared). +
  • + +
  • + Array types are comparable if their array element types are comparable. + Two array values are equal if their corresponding element values are equal. + The elements are compared in ascending index order, and comparison stops + as soon as two element values differ (or all elements have been compared). +
  • + +
  • + Type parameters are comparable if they are strictly comparable (see below). +
  • +
+ +

+A comparison of two interface values with identical dynamic types +causes a run-time panic if that type +is not comparable. This behavior applies not only to direct interface +value comparisons but also when comparing arrays of interface values +or structs with interface-valued fields. +

+ +

+Slice, map, and function types are not comparable. +However, as a special case, a slice, map, or function value may +be compared to the predeclared identifier nil. +Comparison of pointer, channel, and interface values to nil +is also allowed and follows from the general rules above. +

+ +
+const c = 3 < 4            // c is the untyped boolean constant true
+
+type MyBool bool
+var x, y int
+var (
+	// The result of a comparison is an untyped boolean.
+	// The usual assignment rules apply.
+	b3        = x == y // b3 has type bool
+	b4 bool   = x == y // b4 has type bool
+	b5 MyBool = x == y // b5 has type MyBool
+)
+
+ +

+A type is strictly comparable if it is comparable and not an interface +type nor composed of interface types. +Specifically: +

+ +
    +
  • + Boolean, numeric, string, pointer, and channel types are strictly comparable. +
  • + +
  • + Struct types are strictly comparable if all their field types are strictly comparable. +
  • + +
  • + Array types are strictly comparable if their array element types are strictly comparable. +
  • + +
  • + Type parameters are strictly comparable if all types in their type set are strictly comparable. +
  • +
+ +

Logical operators

+ +

+Logical operators apply to boolean values +and yield a result of the same type as the operands. +The left operand is evaluated, and then the right if the condition requires it. +

+ +
+&&    conditional AND    p && q  is  "if p then q else false"
+||    conditional OR     p || q  is  "if p then true else q"
+!     NOT                !p      is  "not p"
+
+ + +

Address operators

+ +

+For an operand x of type T, the address operation +&x generates a pointer of type *T to x. +The operand must be addressable, +that is, either a variable, pointer indirection, or slice indexing +operation; or a field selector of an addressable struct operand; +or an array indexing operation of an addressable array. +As an exception to the addressability requirement, x may also be a +(possibly parenthesized) +composite literal. +If the evaluation of x would cause a run-time panic, +then the evaluation of &x does too. +

+ +

+For an operand x of pointer type *T, the pointer +indirection *x denotes the variable of type T pointed +to by x. +If x is nil, an attempt to evaluate *x +will cause a run-time panic. +

+ +
+&x
+&a[f(2)]
+&Point{2, 3}
+*p
+*pf(x)
+
+var x *int = nil
+*x   // causes a run-time panic
+&*x  // causes a run-time panic
+
+ + +

Receive operator

+ +

+For an operand ch of channel type, +the value of the receive operation <-ch is the value received +from the channel ch. +The channel direction must permit receive operations, +and the type of the receive operation is the element type of the channel. +The expression blocks until a value is available. +Receiving from a nil channel blocks forever. +A receive operation on a closed channel can always proceed +immediately, yielding the element type's zero value +after any previously sent values have been received. +

+ +
+v1 := <-ch
+v2 = <-ch
+f(<-ch)
+<-strobe  // wait until clock pulse and discard received value
+
+ +

+If the operand type is a type parameter, +all types in its type set must be channel types that permit receive operations, and +they must all have the same element type, which is the type of the receive operation. +

+ +

+A receive expression used in an assignment statement or initialization of the special form +

+ +
+x, ok = <-ch
+x, ok := <-ch
+var x, ok = <-ch
+var x, ok T = <-ch
+
+ +

+yields an additional untyped boolean result reporting whether the +communication succeeded. The value of ok is true +if the value received was delivered by a successful send operation to the +channel, or false if it is a zero value generated because the +channel is closed and empty. +

+ + +

Conversions

+ +

+A conversion changes the type of an expression +to the type specified by the conversion. +A conversion may appear literally in the source, or it may be implied +by the context in which an expression appears. +

+ +

+An explicit conversion is an expression of the form T(x) +where T is a type and x is an expression +that can be converted to type T. +

+ +
+Conversion = Type "(" Expression [ "," ] ")" .
+
+ +

+If the type starts with the operator * or <-, +or if the type starts with the keyword func +and has no result list, it must be parenthesized when +necessary to avoid ambiguity: +

+ +
+*Point(p)        // same as *(Point(p))
+(*Point)(p)      // p is converted to *Point
+<-chan int(c)    // same as <-(chan int(c))
+(<-chan int)(c)  // c is converted to <-chan int
+func()(x)        // function signature func() x
+(func())(x)      // x is converted to func()
+(func() int)(x)  // x is converted to func() int
+func() int(x)    // x is converted to func() int (unambiguous)
+
+ +

+A constant value x can be converted to +type T if x is representable +by a value of T. +As a special case, an integer constant x can be explicitly converted to a +string type using the +same rule +as for non-constant x. +

+ +

+Converting a constant to a type that is not a type parameter +yields a typed constant. +

+ +
+uint(iota)               // iota value of type uint
+float32(2.718281828)     // 2.718281828 of type float32
+complex128(1)            // 1.0 + 0.0i of type complex128
+float32(0.49999999)      // 0.5 of type float32
+float64(-1e-1000)        // 0.0 of type float64
+string('x')              // "x" of type string
+string(0x266c)           // "♬" of type string
+myString("foo" + "bar")  // "foobar" of type myString
+string([]byte{'a'})      // not a constant: []byte{'a'} is not a constant
+(*int)(nil)              // not a constant: nil is not a constant, *int is not a boolean, numeric, or string type
+int(1.2)                 // illegal: 1.2 cannot be represented as an int
+string(65.0)             // illegal: 65.0 is not an integer constant
+
+ +

+Converting a constant to a type parameter yields a non-constant value of that type, +with the value represented as a value of the type argument that the type parameter +is instantiated with. +For example, given the function: +

+ +
+func f[P ~float32|~float64]() {
+	… P(1.1) …
+}
+
+ +

+the conversion P(1.1) results in a non-constant value of type P +and the value 1.1 is represented as a float32 or a float64 +depending on the type argument for f. +Accordingly, if f is instantiated with a float32 type, +the numeric value of the expression P(1.1) + 1.2 will be computed +with the same precision as the corresponding non-constant float32 +addition. +

+ +

+A non-constant value x can be converted to type T +in any of these cases: +

+ +
    +
  • + x is assignable + to T. +
  • +
  • + ignoring struct tags (see below), + x's type and T are not + type parameters but have + identical underlying types. +
  • +
  • + ignoring struct tags (see below), + x's type and T are pointer types + that are not named types, + and their pointer base types are not type parameters but + have identical underlying types. +
  • +
  • + x's type and T are both integer or floating + point types. +
  • +
  • + x's type and T are both complex types. +
  • +
  • + x is an integer or a slice of bytes or runes + and T is a string type. +
  • +
  • + x is a string and T is a slice of bytes or runes. +
  • +
  • + x is a slice, T is an array [Go 1.20] + or a pointer to an array [Go 1.17], + and the slice and array types have identical element types. +
  • +
+ +

+Additionally, if T or x's type V are type +parameters, x +can also be converted to type T if one of the following conditions applies: +

+ +
    +
  • +Both V and T are type parameters and a value of each +type in V's type set can be converted to each type in T's +type set. +
  • +
  • +Only V is a type parameter and a value of each +type in V's type set can be converted to T. +
  • +
  • +Only T is a type parameter and x can be converted to each +type in T's type set. +
  • +
+ +

+Struct tags are ignored when comparing struct types +for identity for the purpose of conversion: +

+ +
+type Person struct {
+	Name    string
+	Address *struct {
+		Street string
+		City   string
+	}
+}
+
+var data *struct {
+	Name    string `json:"name"`
+	Address *struct {
+		Street string `json:"street"`
+		City   string `json:"city"`
+	} `json:"address"`
+}
+
+var person = (*Person)(data)  // ignoring tags, the underlying types are identical
+
+ +

+Specific rules apply to (non-constant) conversions between numeric types or +to and from a string type. +These conversions may change the representation of x +and incur a run-time cost. +All other conversions only change the type but not the representation +of x. +

+ +

+There is no linguistic mechanism to convert between pointers and integers. +The package unsafe +implements this functionality under restricted circumstances. +

+ +

Conversions between numeric types

+ +

+For the conversion of non-constant numeric values, the following rules apply: +

+ +
    +
  1. +When converting between integer types, if the value is a signed integer, it is +sign extended to implicit infinite precision; otherwise it is zero extended. +It is then truncated to fit in the result type's size. +For example, if v := uint16(0x10F0), then uint32(int8(v)) == 0xFFFFFFF0. +The conversion always yields a valid value; there is no indication of overflow. +
  2. +
  3. +When converting a floating-point number to an integer, the fraction is discarded +(truncation towards zero). +
  4. +
  5. +When converting an integer or floating-point number to a floating-point type, +or a complex number to another complex type, the result value is rounded +to the precision specified by the destination type. +For instance, the value of a variable x of type float32 +may be stored using additional precision beyond that of an IEEE 754 32-bit number, +but float32(x) represents the result of rounding x's value to +32-bit precision. Similarly, x + 0.1 may use more than 32 bits +of precision, but float32(x + 0.1) does not. +
  6. +
+ +

+In all non-constant conversions involving floating-point or complex values, +if the result type cannot represent the value the conversion +succeeds but the result value is implementation-dependent. +

+ +

Conversions to and from a string type

+ +
    +
  1. +Converting a slice of bytes to a string type yields +a string whose successive bytes are the elements of the slice. + +
    +string([]byte{'h', 'e', 'l', 'l', '\xc3', '\xb8'})   // "hellø"
    +string([]byte{})                                     // ""
    +string([]byte(nil))                                  // ""
    +
    +type bytes []byte
    +string(bytes{'h', 'e', 'l', 'l', '\xc3', '\xb8'})    // "hellø"
    +
    +type myByte byte
    +string([]myByte{'w', 'o', 'r', 'l', 'd', '!'})       // "world!"
    +myString([]myByte{'\xf0', '\x9f', '\x8c', '\x8d'})   // "🌍"
    +
    +
  2. + +
  3. +Converting a slice of runes to a string type yields +a string that is the concatenation of the individual rune values +converted to strings. + +
    +string([]rune{0x767d, 0x9d6c, 0x7fd4})   // "\u767d\u9d6c\u7fd4" == "白鵬翔"
    +string([]rune{})                         // ""
    +string([]rune(nil))                      // ""
    +
    +type runes []rune
    +string(runes{0x767d, 0x9d6c, 0x7fd4})    // "\u767d\u9d6c\u7fd4" == "白鵬翔"
    +
    +type myRune rune
    +string([]myRune{0x266b, 0x266c})         // "\u266b\u266c" == "♫♬"
    +myString([]myRune{0x1f30e})              // "\U0001f30e" == "🌎"
    +
    +
  4. + +
  5. +Converting a value of a string type to a slice of bytes type +yields a non-nil slice whose successive elements are the bytes of the string. +The capacity of the resulting slice is +implementation-specific and may be larger than the slice length. + +
    +[]byte("hellø")             // []byte{'h', 'e', 'l', 'l', '\xc3', '\xb8'}
    +[]byte("")                  // []byte{}
    +
    +bytes("hellø")              // []byte{'h', 'e', 'l', 'l', '\xc3', '\xb8'}
    +
    +[]myByte("world!")          // []myByte{'w', 'o', 'r', 'l', 'd', '!'}
    +[]myByte(myString("🌏"))    // []myByte{'\xf0', '\x9f', '\x8c', '\x8f'}
    +
    +
  6. + +
  7. +Converting a value of a string type to a slice of runes type +yields a slice containing the individual Unicode code points of the string. +The capacity of the resulting slice is +implementation-specific and may be larger than the slice length. + +
    +[]rune(myString("白鵬翔"))   // []rune{0x767d, 0x9d6c, 0x7fd4}
    +[]rune("")                  // []rune{}
    +
    +runes("白鵬翔")              // []rune{0x767d, 0x9d6c, 0x7fd4}
    +
    +[]myRune("♫♬")              // []myRune{0x266b, 0x266c}
    +[]myRune(myString("🌐"))    // []myRune{0x1f310}
    +
    +
  8. + +
  9. +Finally, for historical reasons, an integer value may be converted to a string type. +This form of conversion yields a string containing the (possibly multi-byte) UTF-8 +representation of the Unicode code point with the given integer value. +Values outside the range of valid Unicode code points are converted to "\uFFFD". + +
    +string('a')          // "a"
    +string(65)           // "A"
    +string('\xf8')       // "\u00f8" == "ø" == "\xc3\xb8"
    +string(-1)           // "\ufffd" == "\xef\xbf\xbd"
    +
    +type myString string
    +myString('\u65e5')   // "\u65e5" == "日" == "\xe6\x97\xa5"
    +
    + +Note: This form of conversion may eventually be removed from the language. +The go vet tool flags certain +integer-to-string conversions as potential errors. +Library functions such as +utf8.AppendRune or +utf8.EncodeRune +should be used instead. +
  10. +
+ +

Conversions from slice to array or array pointer

+ +

+Converting a slice to an array yields an array containing the elements of the underlying array of the slice. +Similarly, converting a slice to an array pointer yields a pointer to the underlying array of the slice. +In both cases, if the length of the slice is less than the length of the array, +a run-time panic occurs. +

+ +
+s := make([]byte, 2, 4)
+
+a0 := [0]byte(s)
+a1 := [1]byte(s[1:])     // a1[0] == s[1]
+a2 := [2]byte(s)         // a2[0] == s[0]
+a4 := [4]byte(s)         // panics: len([4]byte) > len(s)
+
+s0 := (*[0]byte)(s)      // s0 != nil
+s1 := (*[1]byte)(s[1:])  // &s1[0] == &s[1]
+s2 := (*[2]byte)(s)      // &s2[0] == &s[0]
+s4 := (*[4]byte)(s)      // panics: len([4]byte) > len(s)
+
+var t []string
+t0 := [0]string(t)       // ok for nil slice t
+t1 := (*[0]string)(t)    // t1 == nil
+t2 := (*[1]string)(t)    // panics: len([1]string) > len(t)
+
+u := make([]byte, 0)
+u0 := (*[0]byte)(u)      // u0 != nil
+
+ +

Constant expressions

+ +

+Constant expressions may contain only constant +operands and are evaluated at compile time. +

+ +

+Untyped boolean, numeric, and string constants may be used as operands +wherever it is legal to use an operand of boolean, numeric, or string type, +respectively. +

+ +

+A constant comparison always yields +an untyped boolean constant. If the left operand of a constant +shift expression is an untyped constant, the +result is an integer constant; otherwise it is a constant of the same +type as the left operand, which must be of +integer type. +

+ +

+Any other operation on untyped constants results in an untyped constant of the +same kind; that is, a boolean, integer, floating-point, complex, or string +constant. +If the untyped operands of a binary operation (other than a shift) are of +different kinds, the result is of the operand's kind that appears later in this +list: integer, rune, floating-point, complex. +For example, an untyped integer constant divided by an +untyped complex constant yields an untyped complex constant. +

+ +
+const a = 2 + 3.0          // a == 5.0   (untyped floating-point constant)
+const b = 15 / 4           // b == 3     (untyped integer constant)
+const c = 15 / 4.0         // c == 3.75  (untyped floating-point constant)
+const Θ float64 = 3/2      // Θ == 1.0   (type float64, 3/2 is integer division)
+const Π float64 = 3/2.     // Π == 1.5   (type float64, 3/2. is float division)
+const d = 1 << 3.0         // d == 8     (untyped integer constant)
+const e = 1.0 << 3         // e == 8     (untyped integer constant)
+const f = int32(1) << 33   // illegal    (constant 8589934592 overflows int32)
+const g = float64(2) >> 1  // illegal    (float64(2) is a typed floating-point constant)
+const h = "foo" > "bar"    // h == true  (untyped boolean constant)
+const j = true             // j == true  (untyped boolean constant)
+const k = 'w' + 1          // k == 'x'   (untyped rune constant)
+const l = "hi"             // l == "hi"  (untyped string constant)
+const m = string(k)        // m == "x"   (type string)
+const Σ = 1 - 0.707i       //            (untyped complex constant)
+const Δ = Σ + 2.0e-4       //            (untyped complex constant)
+const Φ = iota*1i - 1/1i   //            (untyped complex constant)
+
+ +

+Applying the built-in function complex to untyped +integer, rune, or floating-point constants yields +an untyped complex constant. +

+ +
+const ic = complex(0, c)   // ic == 3.75i  (untyped complex constant)
+const iΘ = complex(0, Θ)   // iΘ == 1i     (type complex128)
+
+ +

+Constant expressions are always evaluated exactly; intermediate values and the +constants themselves may require precision significantly larger than supported +by any predeclared type in the language. The following are legal declarations: +

+ +
+const Huge = 1 << 100         // Huge == 1267650600228229401496703205376  (untyped integer constant)
+const Four int8 = Huge >> 98  // Four == 4                                (type int8)
+
+ +

+The divisor of a constant division or remainder operation must not be zero: +

+ +
+3.14 / 0.0   // illegal: division by zero
+
+ +

+The values of typed constants must always be accurately +representable by values +of the constant type. The following constant expressions are illegal: +

+ +
+uint(-1)     // -1 cannot be represented as a uint
+int(3.14)    // 3.14 cannot be represented as an int
+int64(Huge)  // 1267650600228229401496703205376 cannot be represented as an int64
+Four * 300   // operand 300 cannot be represented as an int8 (type of Four)
+Four * 100   // product 400 cannot be represented as an int8 (type of Four)
+
+ +

+The mask used by the unary bitwise complement operator ^ matches +the rule for non-constants: the mask is all 1s for unsigned constants +and -1 for signed and untyped constants. +

+ +
+^1         // untyped integer constant, equal to -2
+uint8(^1)  // illegal: same as uint8(-2), -2 cannot be represented as a uint8
+^uint8(1)  // typed uint8 constant, same as 0xFF ^ uint8(1) = uint8(0xFE)
+int8(^1)   // same as int8(-2)
+^int8(1)   // same as -1 ^ int8(1) = -2
+
+ +

+Implementation restriction: A compiler may use rounding while +computing untyped floating-point or complex constant expressions; see +the implementation restriction in the section +on constants. This rounding may cause a +floating-point constant expression to be invalid in an integer +context, even if it would be integral when calculated using infinite +precision, and vice versa. +

+ + +

Order of evaluation

+ +

+At package level, initialization dependencies +determine the evaluation order of individual initialization expressions in +variable declarations. +Otherwise, when evaluating the operands of an +expression, assignment, or +return statement, +all function calls, method calls, +receive operations, +and binary logical operations +are evaluated in lexical left-to-right order. +

+ +

+For example, in the (function-local) assignment +

+
+y[f()], ok = g(z || h(), i()+x[j()], <-c), k()
+
+

+the function calls and communication happen in the order +f(), h() (if z +evaluates to false), i(), j(), +<-c, g(), and k(). +However, the order of those events compared to the evaluation +and indexing of x and the evaluation +of y and z is not specified, +except as required lexically. For instance, g +cannot be called before its arguments are evaluated. +

+ +
+a := 1
+f := func() int { a++; return a }
+x := []int{a, f()}            // x may be [1, 2] or [2, 2]: evaluation order between a and f() is not specified
+m := map[int]int{a: 1, a: 2}  // m may be {2: 1} or {2: 2}: evaluation order between the two map assignments is not specified
+n := map[int]int{a: f()}      // n may be {2: 3} or {3: 3}: evaluation order between the key and the value is not specified
+
+ +

+At package level, initialization dependencies override the left-to-right rule +for individual initialization expressions, but not for operands within each +expression: +

+ +
+var a, b, c = f() + v(), g(), sqr(u()) + v()
+
+func f() int        { return c }
+func g() int        { return a }
+func sqr(x int) int { return x*x }
+
+// functions u and v are independent of all other variables and functions
+
+ +

+The function calls happen in the order +u(), sqr(), v(), +f(), v(), and g(). +

+ +

+Floating-point operations within a single expression are evaluated according to +the associativity of the operators. Explicit parentheses affect the evaluation +by overriding the default associativity. +In the expression x + (y + z) the addition y + z +is performed before adding x. +

+ +

Statements

+ +

+Statements control execution. +

+ +
+Statement  = Declaration | LabeledStmt | SimpleStmt |
+             GoStmt | ReturnStmt | BreakStmt | ContinueStmt | GotoStmt |
+             FallthroughStmt | Block | IfStmt | SwitchStmt | SelectStmt | ForStmt |
+             DeferStmt .
+
+SimpleStmt = EmptyStmt | ExpressionStmt | SendStmt | IncDecStmt | Assignment | ShortVarDecl .
+
+ +

Terminating statements

+ +

+A terminating statement interrupts the regular flow of control in +a block. The following statements are terminating: +

+ +
    +
  1. + A "return" or + "goto" statement. + +
    +
  2. + +
  3. + A call to the built-in function + panic. + +
    +
  4. + +
  5. + A block in which the statement list ends in a terminating statement. + +
    +
  6. + +
  7. + An "if" statement in which: +
      +
    • the "else" branch is present, and
    • +
    • both branches are terminating statements.
    • +
    +
  8. + +
  9. + A "for" statement in which: +
      +
    • there are no "break" statements referring to the "for" statement, and
    • +
    • the loop condition is absent, and
    • +
    • the "for" statement does not use a range clause.
    • +
    +
  10. + +
  11. + A "switch" statement in which: +
      +
    • there are no "break" statements referring to the "switch" statement,
    • +
    • there is a default case, and
    • +
    • the statement lists in each case, including the default, end in a terminating + statement, or a possibly labeled "fallthrough" + statement.
    • +
    +
  12. + +
  13. + A "select" statement in which: +
      +
    • there are no "break" statements referring to the "select" statement, and
    • +
    • the statement lists in each case, including the default if present, + end in a terminating statement.
    • +
    +
  14. + +
  15. + A labeled statement labeling + a terminating statement. +
  16. +
+ +

+All other statements are not terminating. +

+ +

+A statement list ends in a terminating statement if the list +is not empty and its final non-empty statement is terminating. +

+ + +

Empty statements

+ +

+The empty statement does nothing. +

+ +
+EmptyStmt = .
+
+ + +

Labeled statements

+ +

+A labeled statement may be the target of a goto, +break or continue statement. +

+ +
+LabeledStmt = Label ":" Statement .
+Label       = identifier .
+
+ +
+Error: log.Panic("error encountered")
+
+ + +

Expression statements

+ +

+With the exception of specific built-in functions, +function and method calls and +receive operations +can appear in statement context. Such statements may be parenthesized. +

+ +
+ExpressionStmt = Expression .
+
+ +

+The following built-in functions are not permitted in statement context: +

+ +
+append cap complex imag len make new real
+unsafe.Add unsafe.Alignof unsafe.Offsetof unsafe.Sizeof unsafe.Slice unsafe.SliceData unsafe.String unsafe.StringData
+
+ +
+h(x+y)
+f.Close()
+<-ch
+(<-ch)
+len("foo")  // illegal if len is the built-in function
+
+ + +

Send statements

+ +

+A send statement sends a value on a channel. +The channel expression must be of channel type, +the channel direction must permit send operations, +and the type of the value to be sent must be assignable +to the channel's element type. +

+ +
+SendStmt = Channel "<-" Expression .
+Channel  = Expression .
+
+ +

+Both the channel and the value expression are evaluated before communication +begins. Communication blocks until the send can proceed. +A send on an unbuffered channel can proceed if a receiver is ready. +A send on a buffered channel can proceed if there is room in the buffer. +A send on a closed channel proceeds by causing a run-time panic. +A send on a nil channel blocks forever. +

+ +
+ch <- 3  // send value 3 to channel ch
+
+ +

+If the type of the channel expression is a +type parameter, +all types in its type set must be channel types that permit send operations, +they must all have the same element type, +and the type of the value to be sent must be assignable to that element type. +

+ +

IncDec statements

+ +

+The "++" and "--" statements increment or decrement their operands +by the untyped constant 1. +As with an assignment, the operand must be addressable +or a map index expression. +

+ +
+IncDecStmt = Expression ( "++" | "--" ) .
+
+ +

+The following assignment statements are semantically +equivalent: +

+ +
+IncDec statement    Assignment
+x++                 x += 1
+x--                 x -= 1
+
+ + +

Assignment statements

+ +

+An assignment replaces the current value stored in a variable +with a new value specified by an expression. +An assignment statement may assign a single value to a single variable, or multiple values to a +matching number of variables. +

+ +
+Assignment = ExpressionList assign_op ExpressionList .
+
+assign_op  = [ add_op | mul_op ] "=" .
+
+ +

+Each left-hand side operand must be addressable, +a map index expression, or (for = assignments only) the +blank identifier. +Operands may be parenthesized. +

+ +
+x = 1
+*p = f()
+a[i] = 23
+(k) = <-ch  // same as: k = <-ch
+
+ +

+An assignment operation x op= +y where op is a binary arithmetic operator +is equivalent to x = x op +(y) but evaluates x +only once. The op= construct is a single token. +In assignment operations, both the left- and right-hand expression lists +must contain exactly one single-valued expression, and the left-hand +expression must not be the blank identifier. +

+ +
+a[i] <<= 2
+i &^= 1<<n
+
+ +

+A tuple assignment assigns the individual elements of a multi-valued +operation to a list of variables. There are two forms. In the +first, the right hand operand is a single multi-valued expression +such as a function call, a channel or +map operation, or a type assertion. +The number of operands on the left +hand side must match the number of values. For instance, if +f is a function returning two values, +

+ +
+x, y = f()
+
+ +

+assigns the first value to x and the second to y. +In the second form, the number of operands on the left must equal the number +of expressions on the right, each of which must be single-valued, and the +nth expression on the right is assigned to the nth +operand on the left: +

+ +
+one, two, three = '一', '二', '三'
+
+ +

+The blank identifier provides a way to +ignore right-hand side values in an assignment: +

+ +
+_ = x       // evaluate x but ignore it
+x, _ = f()  // evaluate f() but ignore second result value
+
+ +

+The assignment proceeds in two phases. +First, the operands of index expressions +and pointer indirections +(including implicit pointer indirections in selectors) +on the left and the expressions on the right are all +evaluated in the usual order. +Second, the assignments are carried out in left-to-right order. +

+ +
+a, b = b, a  // exchange a and b
+
+x := []int{1, 2, 3}
+i := 0
+i, x[i] = 1, 2  // set i = 1, x[0] = 2
+
+i = 0
+x[i], i = 2, 1  // set x[0] = 2, i = 1
+
+x[0], x[0] = 1, 2  // set x[0] = 1, then x[0] = 2 (so x[0] == 2 at end)
+
+x[1], x[3] = 4, 5  // set x[1] = 4, then panic setting x[3] = 5.
+
+type Point struct { x, y int }
+var p *Point
+x[2], p.x = 6, 7  // set x[2] = 6, then panic setting p.x = 7
+
+i = 2
+x = []int{3, 5, 7}
+for i, x[i] = range x {  // set i, x[2] = 0, x[0]
+	break
+}
+// after this loop, i == 0 and x is []int{3, 5, 3}
+
+ +

+In assignments, each value must be assignable +to the type of the operand to which it is assigned, with the following special cases: +

+ +
    +
  1. + Any typed value may be assigned to the blank identifier. +
  2. + +
  3. + If an untyped constant + is assigned to a variable of interface type or the blank identifier, + the constant is first implicitly converted to its + default type. +
  4. + +
  5. + If an untyped boolean value is assigned to a variable of interface type or + the blank identifier, it is first implicitly converted to type bool. +
  6. +
+ +

+When a value is assigned to a variable, only the data that is stored in the variable +is replaced. If the value contains a reference, +the assignment copies the reference but does not make a copy of the referenced data +(such as the underlying array of a slice). +

+ +
+var s1 = []int{1, 2, 3}
+var s2 = s1                    // s2 stores the slice descriptor of s1
+s1 = s1[:1]                    // s1's length is 1 but it still shares its underlying array with s2
+s2[0] = 42                     // setting s2[0] changes s1[0] as well
+fmt.Println(s1, s2)            // prints [42] [42 2 3]
+
+var m1 = make(map[string]int)
+var m2 = m1                    // m2 stores the map descriptor of m1
+m1["foo"] = 42                 // setting m1["foo"] changes m2["foo"] as well
+fmt.Println(m2["foo"])         // prints 42
+
+ +

If statements

+ +

+"If" statements specify the conditional execution of two branches +according to the value of a boolean expression. If the expression +evaluates to true, the "if" branch is executed, otherwise, if +present, the "else" branch is executed. +

+ +
+IfStmt = "if" [ SimpleStmt ";" ] Expression Block [ "else" ( IfStmt | Block ) ] .
+
+ +
+if x > max {
+	x = max
+}
+
+ +

+The expression may be preceded by a simple statement, which +executes before the expression is evaluated. +

+ +
+if x := f(); x < y {
+	return x
+} else if x > z {
+	return z
+} else {
+	return y
+}
+
+ + +

Switch statements

+ +

+"Switch" statements provide multi-way execution. +An expression or type is compared to the "cases" +inside the "switch" to determine which branch +to execute. +

+ +
+SwitchStmt = ExprSwitchStmt | TypeSwitchStmt .
+
+ +

+There are two forms: expression switches and type switches. +In an expression switch, the cases contain expressions that are compared +against the value of the switch expression. +In a type switch, the cases contain types that are compared against the +type of a specially annotated switch expression. +The switch expression is evaluated exactly once in a switch statement. +

+ +

Expression switches

+ +

+In an expression switch, +the switch expression is evaluated and +the case expressions, which need not be constants, +are evaluated left-to-right and top-to-bottom; the first one that equals the +switch expression +triggers execution of the statements of the associated case; +the other cases are skipped. +If no case matches and there is a "default" case, +its statements are executed. +There can be at most one default case and it may appear anywhere in the +"switch" statement. +A missing switch expression is equivalent to the boolean value +true. +

+ +
+ExprSwitchStmt = "switch" [ SimpleStmt ";" ] [ Expression ] "{" { ExprCaseClause } "}" .
+ExprCaseClause = ExprSwitchCase ":" StatementList .
+ExprSwitchCase = "case" ExpressionList | "default" .
+
+ +

+If the switch expression evaluates to an untyped constant, it is first implicitly +converted to its default type. +The predeclared untyped value nil cannot be used as a switch expression. +The switch expression type must be comparable. +

+ +

+If a case expression is untyped, it is first implicitly converted +to the type of the switch expression. +For each (possibly converted) case expression x and the value t +of the switch expression, x == t must be a valid comparison. +

+ +

+In other words, the switch expression is treated as if it were used to declare and +initialize a temporary variable t without explicit type; it is that +value of t against which each case expression x is tested +for equality. +

+ +

+In a case or default clause, the last non-empty statement +may be a (possibly labeled) +"fallthrough" statement to +indicate that control should flow from the end of this clause to +the first statement of the next clause. +Otherwise control flows to the end of the "switch" statement. +A "fallthrough" statement may appear as the last statement of all +but the last clause of an expression switch. +

+ +

+The switch expression may be preceded by a simple statement, which +executes before the expression is evaluated. +

+ +
+switch tag {
+default: s3()
+case 0, 1, 2, 3: s1()
+case 4, 5, 6, 7: s2()
+}
+
+switch x := f(); {  // missing switch expression means "true"
+case x < 0: return -x
+default: return x
+}
+
+switch {
+case x < y: f1()
+case x < z: f2()
+case x == 4: f3()
+}
+
+ +

+Implementation restriction: A compiler may disallow multiple case +expressions evaluating to the same constant. +For instance, the current compilers disallow duplicate integer, +floating point, or string constants in case expressions. +

+ +

Type switches

+ +

+A type switch compares types rather than values. It is otherwise similar +to an expression switch. It is marked by a special switch expression that +has the form of a type assertion +using the keyword type rather than an actual type: +

+ +
+switch x.(type) {
+// cases
+}
+
+ +

+Cases then match actual types T against the dynamic type of the +expression x. As with type assertions, x must be of +interface type, but not a +type parameter, and each non-interface type +T listed in a case must implement the type of x. +The types listed in the cases of a type switch must all be +different. +

+ +
+TypeSwitchStmt  = "switch" [ SimpleStmt ";" ] TypeSwitchGuard "{" { TypeCaseClause } "}" .
+TypeSwitchGuard = [ identifier ":=" ] PrimaryExpr "." "(" "type" ")" .
+TypeCaseClause  = TypeSwitchCase ":" StatementList .
+TypeSwitchCase  = "case" TypeList | "default" .
+
+ +

+The TypeSwitchGuard may include a +short variable declaration. +When that form is used, the variable is declared at the end of the +TypeSwitchCase in the implicit block of each clause. +In clauses with a case listing exactly one type, the variable +has that type; otherwise, the variable has the type of the expression +in the TypeSwitchGuard. +

+ +

+Instead of a type, a case may use the predeclared identifier +nil; +that case is selected when the expression in the TypeSwitchGuard +is a nil interface value. +There may be at most one nil case. +

+ +

+Given an expression x of type interface{}, +the following type switch: +

+ +
+switch i := x.(type) {
+case nil:
+	printString("x is nil")                // type of i is type of x (interface{})
+case int:
+	printInt(i)                            // type of i is int
+case float64:
+	printFloat64(i)                        // type of i is float64
+case func(int) float64:
+	printFunction(i)                       // type of i is func(int) float64
+case bool, string:
+	printString("type is bool or string")  // type of i is type of x (interface{})
+default:
+	printString("don't know the type")     // type of i is type of x (interface{})
+}
+
+ +

+could be rewritten: +

+ +
+v := x  // x is evaluated exactly once
+if v == nil {
+	i := v                                 // type of i is type of x (interface{})
+	printString("x is nil")
+} else if i, isInt := v.(int); isInt {
+	printInt(i)                            // type of i is int
+} else if i, isFloat64 := v.(float64); isFloat64 {
+	printFloat64(i)                        // type of i is float64
+} else if i, isFunc := v.(func(int) float64); isFunc {
+	printFunction(i)                       // type of i is func(int) float64
+} else {
+	_, isBool := v.(bool)
+	_, isString := v.(string)
+	if isBool || isString {
+		i := v                         // type of i is type of x (interface{})
+		printString("type is bool or string")
+	} else {
+		i := v                         // type of i is type of x (interface{})
+		printString("don't know the type")
+	}
+}
+
+ +

+A type parameter or a generic type +may be used as a type in a case. If upon instantiation that type turns +out to duplicate another entry in the switch, the first matching case is chosen. +

+ +
+func f[P any](x any) int {
+	switch x.(type) {
+	case P:
+		return 0
+	case string:
+		return 1
+	case []P:
+		return 2
+	case []byte:
+		return 3
+	default:
+		return 4
+	}
+}
+
+var v1 = f[string]("foo")   // v1 == 0
+var v2 = f[byte]([]byte{})  // v2 == 2
+
+ +

+The type switch guard may be preceded by a simple statement, which +executes before the guard is evaluated. +

+ +

+The "fallthrough" statement is not permitted in a type switch. +

+ +

For statements

+ +

+A "for" statement specifies repeated execution of a block. There are three forms: +The iteration may be controlled by a single condition, a "for" clause, or a "range" clause. +

+ +
+ForStmt   = "for" [ Condition | ForClause | RangeClause ] Block .
+Condition = Expression .
+
+ +

For statements with single condition

+ +

+In its simplest form, a "for" statement specifies the repeated execution of +a block as long as a boolean condition evaluates to true. +The condition is evaluated before each iteration. +If the condition is absent, it is equivalent to the boolean value +true. +

+ +
+for a < b {
+	a *= 2
+}
+
+ +

For statements with for clause

+ +

+A "for" statement with a ForClause is also controlled by its condition, but +additionally it may specify an init +and a post statement, such as an assignment, +an increment or decrement statement. The init statement may be a +short variable declaration, but the post statement must not. +

+ +
+ForClause = [ InitStmt ] ";" [ Condition ] ";" [ PostStmt ] .
+InitStmt  = SimpleStmt .
+PostStmt  = SimpleStmt .
+
+ +
+for i := 0; i < 10; i++ {
+	f(i)
+}
+
+ +

+If non-empty, the init statement is executed once before evaluating the +condition for the first iteration; +the post statement is executed after each execution of the block (and +only if the block was executed). +Any element of the ForClause may be empty but the +semicolons are +required unless there is only a condition. +If the condition is absent, it is equivalent to the boolean value +true. +

+ +
+for cond { S() }    is the same as    for ; cond ; { S() }
+for      { S() }    is the same as    for true     { S() }
+
+ +

+Each iteration has its own separate declared variable (or variables) +[Go 1.22]. +The variable used by the first iteration is declared by the init statement. +The variable used by each subsequent iteration is declared implicitly before +executing the post statement and initialized to the value of the previous +iteration's variable at that moment. +

+ +
+var prints []func()
+for i := 0; i < 5; i++ {
+	prints = append(prints, func() { println(i) })
+	i++
+}
+for _, p := range prints {
+	p()
+}
+
+ +

+prints +

+ +
+1
+3
+5
+
+ +

+Prior to [Go 1.22], iterations share one set of variables +instead of having their own separate variables. +In that case, the example above prints +

+ +
+6
+6
+6
+
+ +

For statements with range clause

+ +

+A "for" statement with a "range" clause +iterates through all entries of an array, slice, string or map, values received on +a channel, integer values from zero to an upper limit [Go 1.22], +or values passed to an iterator function's yield function [Go 1.23]. +For each entry it assigns iteration values +to corresponding iteration variables if present and then executes the block. +

+ +
+RangeClause = [ ExpressionList "=" | IdentifierList ":=" ] "range" Expression .
+
+ +

+The expression on the right in the "range" clause is called the range expression, +which may be an array, pointer to an array, slice, string, map, channel permitting +receive operations, an integer, or +a function with specific signature (see below). +As with an assignment, if present the operands on the left must be +addressable or map index expressions; they +denote the iteration variables. +If the range expression is a function, the maximum number of iteration variables depends on +the function signature. +If the range expression is a channel or integer, at most one iteration variable is permitted; +otherwise there may be up to two. +If the last iteration variable is the blank identifier, +the range clause is equivalent to the same clause without that identifier. +

+ +

+The range expression x is evaluated before beginning the loop, +with one exception: if at most one iteration variable is present and x or +len(x) is constant, +the range expression is not evaluated. +

+ +

+Function calls on the left are evaluated once per iteration. +For each iteration, iteration values are produced as follows +if the respective iteration variables are present: +

+ +
+Range expression                                       1st value                2nd value
+
+array or slice      a  [n]E, *[n]E, or []E             index    i  int          a[i]       E
+string              s  string type                     index    i  int          see below  rune
+map                 m  map[K]V                         key      k  K            m[k]       V
+channel             c  chan E, <-chan E                element  e  E
+integer value       n  integer type, or untyped int    value    i  see below
+function, 0 values  f  func(func() bool)
+function, 1 value   f  func(func(V) bool)              value    v  V
+function, 2 values  f  func(func(K, V) bool)           key      k  K            v          V
+
+ +
    +
  1. +For an array, pointer to array, or slice value a, the index iteration +values are produced in increasing order, starting at element index 0. +If at most one iteration variable is present, the range loop produces +iteration values from 0 up to len(a)-1 and does not index into the array +or slice itself. For a nil slice, the number of iterations is 0. +
  2. + +
  3. +For a string value, the "range" clause iterates over the Unicode code points +in the string starting at byte index 0. On successive iterations, the index value will be the +index of the first byte of successive UTF-8-encoded code points in the string, +and the second value, of type rune, will be the value of +the corresponding code point. If the iteration encounters an invalid +UTF-8 sequence, the second value will be 0xFFFD, +the Unicode replacement character, and the next iteration will advance +a single byte in the string. +
  4. + +
  5. +The iteration order over maps is not specified +and is not guaranteed to be the same from one iteration to the next. +If a map entry that has not yet been reached is removed during iteration, +the corresponding iteration value will not be produced. If a map entry is +created during iteration, that entry may be produced during the iteration or +may be skipped. The choice may vary for each entry created and from one +iteration to the next. +If the map is nil, the number of iterations is 0. +
  6. + +
  7. +For channels, the iteration values produced are the successive values sent on +the channel until the channel is closed. If the channel +is nil, the range expression blocks forever. +
  8. + +
  9. +For an integer value n, where n is of integer type +or an untyped integer constant, the iteration values 0 through n-1 +are produced in increasing order. +If n is of integer type, the iteration values have that same type. +Otherwise, the type of n is determined as if it were assigned to the +iteration variable. +Specifically: +if the iteration variable is preexisting, the type of the iteration values is the type of the iteration +variable, which must be of integer type. +Otherwise, if the iteration variable is declared by the "range" clause or is absent, +the type of the iteration values is the default type for n. +If n <= 0, the loop does not run any iterations. +
  10. + +
  11. +For a function f, the iteration proceeds by calling f +with a new, synthesized yield function as its argument. +If yield is called before f returns, +the arguments to yield become the iteration values +for executing the loop body once. +After each successive loop iteration, yield returns true +and may be called again to continue the loop. +As long as the loop body does not terminate, the "range" clause will continue +to generate iteration values this way for each yield call until +f returns. +If the loop body terminates (such as by a break statement), +yield returns false and must not be called again. +
  12. +
+ +

+The iteration variables may be declared by the "range" clause using a form of +short variable declaration +(:=). +In this case their scope is the block of the "for" statement +and each iteration has its own new variables [Go 1.22] +(see also "for" statements with a ForClause). +The variables have the types of their respective iteration values. +

+ +

+If the iteration variables are not explicitly declared by the "range" clause, +they must be preexisting. +In this case, the iteration values are assigned to the respective variables +as in an assignment statement. +

+ +
+var testdata *struct {
+	a *[7]int
+}
+for i, _ := range testdata.a {
+	// testdata.a is never evaluated; len(testdata.a) is constant
+	// i ranges from 0 to 6
+	f(i)
+}
+
+var a [10]string
+for i, s := range a {
+	// type of i is int
+	// type of s is string
+	// s == a[i]
+	g(i, s)
+}
+
+var key string
+var val interface{}  // element type of m is assignable to val
+m := map[string]int{"mon":0, "tue":1, "wed":2, "thu":3, "fri":4, "sat":5, "sun":6}
+for key, val = range m {
+	h(key, val)
+}
+// key == last map key encountered in iteration
+// val == map[key]
+
+var ch chan Work = producer()
+for w := range ch {
+	doWork(w)
+}
+
+// empty a channel
+for range ch {}
+
+// call f(0), f(1), ... f(9)
+for i := range 10 {
+	// type of i is int (default type for untyped constant 10)
+	f(i)
+}
+
+// invalid: 256 cannot be assigned to uint8
+var u uint8
+for u = range 256 {
+}
+
+// invalid: 1e3 is a floating-point constant
+for range 1e3 {
+}
+
+// fibo generates the Fibonacci sequence
+fibo := func(yield func(x int) bool) {
+	f0, f1 := 0, 1
+	for yield(f0) {
+		f0, f1 = f1, f0+f1
+	}
+}
+
+// print the Fibonacci numbers below 1000:
+for x := range fibo {
+	if x >= 1000 {
+		break
+	}
+	fmt.Printf("%d ", x)
+}
+// output: 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987
+
+// iteration support for a recursive tree data structure
+type Tree[K cmp.Ordered, V any] struct {
+	left, right *Tree[K, V]
+	key         K
+	value       V
+}
+
+func (t *Tree[K, V]) walk(yield func(key K, val V) bool) bool {
+	return t == nil || t.left.walk(yield) && yield(t.key, t.value) && t.right.walk(yield)
+}
+
+func (t *Tree[K, V]) Walk(yield func(key K, val V) bool) {
+	t.walk(yield)
+}
+
+// walk tree t in-order
+var t Tree[string, int]
+for k, v := range t.Walk {
+	// process k, v
+}
+
+ +

+If the type of the range expression is a type parameter, +all types in its type set must have the same underlying type and the range expression must be valid +for that type, or, if the type set contains channel types, it must only contain channel types with +identical element types, and all channel types must permit receive operations. +

+ +

Go statements

+ +

+A "go" statement starts the execution of a function call +as an independent concurrent thread of control, or goroutine, +within the same address space. +

+ +
+GoStmt = "go" Expression .
+
+ +

+The expression must be a function or method call; it cannot be parenthesized. +Calls of built-in functions are restricted as for +expression statements. +

+ +

+The function value and parameters are +evaluated as usual +in the calling goroutine, but +unlike with a regular call, program execution does not wait +for the invoked function to complete. +Instead, the function begins executing independently +in a new goroutine. +When the function terminates, its goroutine also terminates. +If the function has any return values, they are discarded when the +function completes. +

+ +
+go Server()
+go func(ch chan<- bool) { for { sleep(10); ch <- true }} (c)
+
+ + +

Select statements

+ +

+A "select" statement chooses which of a set of possible +send or +receive +operations will proceed. +It looks similar to a +"switch" statement but with the +cases all referring to communication operations. +

+ +
+SelectStmt = "select" "{" { CommClause } "}" .
+CommClause = CommCase ":" StatementList .
+CommCase   = "case" ( SendStmt | RecvStmt ) | "default" .
+RecvStmt   = [ ExpressionList "=" | IdentifierList ":=" ] RecvExpr .
+RecvExpr   = Expression .
+
+ +

+A case with a RecvStmt may assign the result of a RecvExpr to one or +two variables, which may be declared using a +short variable declaration. +The RecvExpr must be a (possibly parenthesized) receive operation. +There can be at most one default case and it may appear anywhere +in the list of cases. +

+ +

+Execution of a "select" statement proceeds in several steps: +

+ +
    +
  1. +For all the cases in the statement, the channel operands of receive operations +and the channel and right-hand-side expressions of send statements are +evaluated exactly once, in source order, upon entering the "select" statement. +The result is a set of channels to receive from or send to, +and the corresponding values to send. +Any side effects in that evaluation will occur irrespective of which (if any) +communication operation is selected to proceed. +Expressions on the left-hand side of a RecvStmt with a short variable declaration +or assignment are not yet evaluated. +
  2. + +
  3. +If one or more of the communications can proceed, +a single one that can proceed is chosen via a uniform pseudo-random selection. +Otherwise, if there is a default case, that case is chosen. +If there is no default case, the "select" statement blocks until +at least one of the communications can proceed. +
  4. + +
  5. +Unless the selected case is the default case, the respective communication +operation is executed. +
  6. + +
  7. +If the selected case is a RecvStmt with a short variable declaration or +an assignment, the left-hand side expressions are evaluated and the +received value (or values) are assigned. +
  8. + +
  9. +The statement list of the selected case is executed. +
  10. +
+ +

+Since communication on nil channels can never proceed, +a select with only nil channels and no default case blocks forever. +

+ +
+var a []int
+var c, c1, c2, c3, c4 chan int
+var i1, i2 int
+select {
+case i1 = <-c1:
+	print("received ", i1, " from c1\n")
+case c2 <- i2:
+	print("sent ", i2, " to c2\n")
+case i3, ok := (<-c3):  // same as: i3, ok := <-c3
+	if ok {
+		print("received ", i3, " from c3\n")
+	} else {
+		print("c3 is closed\n")
+	}
+case a[f()] = <-c4:
+	// same as:
+	// case t := <-c4
+	//	a[f()] = t
+default:
+	print("no communication\n")
+}
+
+for {  // send random sequence of bits to c
+	select {
+	case c <- 0:  // note: no statement, no fallthrough, no folding of cases
+	case c <- 1:
+	}
+}
+
+select {}  // block forever
+
+ + +

Return statements

+ +

+A "return" statement in a function F terminates the execution +of F, and optionally provides one or more result values. +Any functions deferred by F +are executed before F returns to its caller. +

+ +
+ReturnStmt = "return" [ ExpressionList ] .
+
+ +

+In a function without a result type, a "return" statement must not +specify any result values. +

+
+func noResult() {
+	return
+}
+
+ +

+There are three ways to return values from a function with a result +type: +

+ +
    +
  1. The return value or values may be explicitly listed + in the "return" statement. Each expression must be single-valued + and assignable + to the corresponding element of the function's result type. +
    +func simpleF() int {
    +	return 2
    +}
    +
    +func complexF1() (re float64, im float64) {
    +	return -7.0, -4.0
    +}
    +
    +
  2. +
  3. The expression list in the "return" statement may be a single + call to a multi-valued function. The effect is as if each value + returned from that function were assigned to a temporary + variable with the type of the respective value, followed by a + "return" statement listing these variables, at which point the + rules of the previous case apply. +
    +func complexF2() (re float64, im float64) {
    +	return complexF1()
    +}
    +
    +
  4. +
  5. The expression list may be empty if the function's result + type specifies names for its result parameters. + The result parameters act as ordinary local variables + and the function may assign values to them as necessary. + The "return" statement returns the values of these variables. +
    +func complexF3() (re float64, im float64) {
    +	re = 7.0
    +	im = 4.0
    +	return
    +}
    +
    +func (devnull) Write(p []byte) (n int, _ error) {
    +	n = len(p)
    +	return
    +}
    +
    +
  6. +
+ +

+Regardless of how they are declared, all the result values are initialized to +the zero values for their type upon entry to the +function. A "return" statement that specifies results sets the result parameters before +any deferred functions are executed. +

+ +

+Implementation restriction: A compiler may disallow an empty expression list +in a "return" statement if a different entity (constant, type, or variable) +with the same name as a result parameter is in +scope at the place of the return. +

+ +
+func f(n int) (res int, err error) {
+	if _, err := f(n-1); err != nil {
+		return  // invalid return statement: err is shadowed
+	}
+	return
+}
+
+ +

Break statements

+ +

+A "break" statement terminates execution of the innermost +"for", +"switch", or +"select" statement +within the same function. +

+ +
+BreakStmt = "break" [ Label ] .
+
+ +

+If there is a label, it must be that of an enclosing +"for", "switch", or "select" statement, +and that is the one whose execution terminates. +

+ +
+OuterLoop:
+	for i = 0; i < n; i++ {
+		for j = 0; j < m; j++ {
+			switch a[i][j] {
+			case nil:
+				state = Error
+				break OuterLoop
+			case item:
+				state = Found
+				break OuterLoop
+			}
+		}
+	}
+
+ +

Continue statements

+ +

+A "continue" statement begins the next iteration of the +innermost enclosing "for" loop +by advancing control to the end of the loop block. +The "for" loop must be within the same function. +

+ +
+ContinueStmt = "continue" [ Label ] .
+
+ +

+If there is a label, it must be that of an enclosing +"for" statement, and that is the one whose execution +advances. +

+ +
+RowLoop:
+	for y, row := range rows {
+		for x, data := range row {
+			if data == endOfRow {
+				continue RowLoop
+			}
+			row[x] = data + bias(x, y)
+		}
+	}
+
+ +

Goto statements

+ +

+A "goto" statement transfers control to the statement with the corresponding label +within the same function. +

+ +
+GotoStmt = "goto" Label .
+
+ +
+goto Error
+
+ +

+Executing the "goto" statement must not cause any variables to come into +scope that were not already in scope at the point of the goto. +For instance, this example: +

+ +
+	goto L  // BAD
+	v := 3
+L:
+
+ +

+is erroneous because the jump to label L skips +the creation of v. +

+ +

+A "goto" statement outside a block cannot jump to a label inside that block. +For instance, this example: +

+ +
+if n%2 == 1 {
+	goto L1
+}
+for n > 0 {
+	f()
+	n--
+L1:
+	f()
+	n--
+}
+
+ +

+is erroneous because the label L1 is inside +the "for" statement's block but the goto is not. +

+ +

Fallthrough statements

+ +

+A "fallthrough" statement transfers control to the first statement of the +next case clause in an expression "switch" statement. +It may be used only as the final non-empty statement in such a clause. +

+ +
+FallthroughStmt = "fallthrough" .
+
+ + +

Defer statements

+ +

+A "defer" statement invokes a function whose execution is deferred +to the moment the surrounding function returns, either because the +surrounding function executed a return statement, +reached the end of its function body, +or because the corresponding goroutine is panicking. +

+ +
+DeferStmt = "defer" Expression .
+
+ +

+The expression must be a function or method call; it cannot be parenthesized. +Calls of built-in functions are restricted as for +expression statements. +

+ +

+Each time a "defer" statement +executes, the function value and parameters to the call are +evaluated as usual +and saved anew but the actual function is not invoked. +Instead, deferred functions are invoked immediately before +the surrounding function returns, in the reverse order +they were deferred. That is, if the surrounding function +returns through an explicit return statement, +deferred functions are executed after any result parameters are set +by that return statement but before the function returns to its caller. +If a deferred function value evaluates +to nil, execution panics +when the function is invoked, not when the "defer" statement is executed. +

+ +

+For instance, if the deferred function is +a function literal and the surrounding +function has named result parameters that +are in scope within the literal, the deferred function may access and modify +the result parameters before they are returned. +If the deferred function has any return values, they are discarded when +the function completes. +(See also the section on handling panics.) +

+ +
+lock(l)
+defer unlock(l)  // unlocking happens before surrounding function returns
+
+// prints 3 2 1 0 before surrounding function returns
+for i := 0; i <= 3; i++ {
+	defer fmt.Print(i)
+}
+
+// f returns 42
+func f() (result int) {
+	defer func() {
+		// result is accessed after it was set to 6 by the return statement
+		result *= 7
+	}()
+	return 6
+}
+
+ +

Built-in functions

+ +

+Built-in functions are +predeclared. +They are called like any other function but some of them +accept a type instead of an expression as the first argument. +

+ +

+The built-in functions do not have standard Go types, +so they can only appear in call expressions; +they cannot be used as function values. +

+ + +

Appending to and copying slices

+ +

+The built-in functions append and copy assist in +common slice operations. +For both functions, the result is independent of whether the memory referenced +by the arguments overlaps. +

+ +

+The variadic function append +appends zero or more values x to a slice s of +type S and returns the resulting slice, also of type +S. +The values x are passed to a parameter of type ...E +where E is the element type of S +and the respective parameter +passing rules apply. +As a special case, append also accepts a slice whose type is assignable to +type []byte with a second argument of string type followed by +.... +This form appends the bytes of the string. +

+ +
+append(s S, x ...E) S  // E is the element type of S
+
+ +

+If S is a type parameter, +all types in its type set must have the same underlying slice type []E. +

+ +

+If the capacity of s is not large enough to fit the additional +values, append allocates a new, sufficiently large underlying +array that fits both the existing slice elements and the additional values. +Otherwise, append re-uses the underlying array. +

+ +
+s0 := []int{0, 0}
+s1 := append(s0, 2)                // append a single element     s1 is []int{0, 0, 2}
+s2 := append(s1, 3, 5, 7)          // append multiple elements    s2 is []int{0, 0, 2, 3, 5, 7}
+s3 := append(s2, s0...)            // append a slice              s3 is []int{0, 0, 2, 3, 5, 7, 0, 0}
+s4 := append(s3[3:6], s3[2:]...)   // append overlapping slice    s4 is []int{3, 5, 7, 2, 3, 5, 7, 0, 0}
+
+var t []interface{}
+t = append(t, 42, 3.1415, "foo")   //                             t is []interface{}{42, 3.1415, "foo"}
+
+var b []byte
+b = append(b, "bar"...)            // append string contents      b is []byte{'b', 'a', 'r' }
+
+ +

+The function copy copies slice elements from +a source src to a destination dst and returns the +number of elements copied. +Both arguments must have identical element type +E and must be assignable to a slice of type []E. +The number of elements copied is the minimum of +len(src) and len(dst). +As a special case, copy also accepts a destination argument +assignable to type []byte with a source argument of a +string type. +This form copies the bytes from the string into the byte slice. +

+ +
+copy(dst, src []T) int
+copy(dst []byte, src string) int
+
+ +

+If the type of one or both arguments is a type parameter, +all types in their respective type sets must have the same underlying slice type []E. +

+ +

+Examples: +

+ +
+var a = [...]int{0, 1, 2, 3, 4, 5, 6, 7}
+var s = make([]int, 6)
+var b = make([]byte, 5)
+n1 := copy(s, a[0:])            // n1 == 6, s is []int{0, 1, 2, 3, 4, 5}
+n2 := copy(s, s[2:])            // n2 == 4, s is []int{2, 3, 4, 5, 4, 5}
+n3 := copy(b, "Hello, World!")  // n3 == 5, b is []byte("Hello")
+
+ + +

Clear

+ +

+The built-in function clear takes an argument of map, +slice, or type parameter type, +and deletes or zeroes out all elements +[Go 1.21]. +

+ +
+Call        Argument type     Result
+
+clear(m)    map[K]T           deletes all entries, resulting in an
+                              empty map (len(m) == 0)
+
+clear(s)    []T               sets all elements up to the length of
+                              s to the zero value of T
+
+clear(t)    type parameter    see below
+
+ +

+If the type of the argument to clear is a +type parameter, +all types in its type set must be maps or slices, and clear +performs the operation corresponding to the actual type argument. +

+ +

+If the map or slice is nil, clear is a no-op. +

+ + +

Close

+ +

+For a channel ch, the built-in function close(ch) +records that no more values will be sent on the channel. +It is an error if ch is a receive-only channel. +Sending to or closing a closed channel causes a run-time panic. +Closing the nil channel also causes a run-time panic. +After calling close, and after any previously +sent values have been received, receive operations will return +the zero value for the channel's type without blocking. +The multi-valued receive operation +returns a received value along with an indication of whether the channel is closed. +

+ +

+If the type of the argument to close is a +type parameter, +all types in its type set must be channels. +It is an error if any of those channels is a receive-only channel. +

+ +

Manipulating complex numbers

+ +

+Three functions assemble and disassemble complex numbers. +The built-in function complex constructs a complex +value from a floating-point real and imaginary part, while +real and imag +extract the real and imaginary parts of a complex value. +

+ +
+complex(realPart, imaginaryPart floatT) complexT
+real(complexT) floatT
+imag(complexT) floatT
+
+ +

+The type of the arguments and return value correspond. +For complex, the two arguments must be of the same +floating-point type and the return type is the +complex type +with the corresponding floating-point constituents: +complex64 for float32 arguments, and +complex128 for float64 arguments. +If one of the arguments evaluates to an untyped constant, it is first implicitly +converted to the type of the other argument. +If both arguments evaluate to untyped constants, they must be non-complex +numbers or their imaginary parts must be zero, and the return value of +the function is an untyped complex constant. +

+ +

+For real and imag, the argument must be +of complex type, and the return type is the corresponding floating-point +type: float32 for a complex64 argument, and +float64 for a complex128 argument. +If the argument evaluates to an untyped constant, it must be a number, +and the return value of the function is an untyped floating-point constant. +

+ +

+The real and imag functions together form the inverse of +complex, so for a value z of a complex type Z, +z == Z(complex(real(z), imag(z))). +

+ +

+If the operands of these functions are all constants, the return +value is a constant. +

+ +
+var a = complex(2, -2)             // complex128
+const b = complex(1.0, -1.4)       // untyped complex constant 1 - 1.4i
+x := float32(math.Cos(math.Pi/2))  // float32
+var c64 = complex(5, -x)           // complex64
+var s int = complex(1, 0)          // untyped complex constant 1 + 0i can be converted to int
+_ = complex(1, 2<<s)               // illegal: 2 assumes floating-point type, cannot shift
+var rl = real(c64)                 // float32
+var im = imag(a)                   // float64
+const c = imag(b)                  // untyped constant -1.4
+_ = imag(3 << s)                   // illegal: 3 assumes complex type, cannot shift
+
+ +

+Arguments of type parameter type are not permitted. +

+ + +

Deletion of map elements

+ +

+The built-in function delete removes the element with key +k from a map m. The +value k must be assignable +to the key type of m. +

+ +
+delete(m, k)  // remove element m[k] from map m
+
+ +

+If the type of m is a type parameter, +all types in that type set must be maps, and they must all have identical key types. +

+ +

+If the map m is nil or the element m[k] +does not exist, delete is a no-op. +

+ + +

Length and capacity

+ +

+The built-in functions len and cap take arguments +of various types and return a result of type int. +The implementation guarantees that the result always fits into an int. +

+ +
+Call      Argument type    Result
+
+len(s)    string type      string length in bytes
+          [n]T, *[n]T      array length (== n)
+          []T              slice length
+          map[K]T          map length (number of defined keys)
+          chan T           number of elements queued in channel buffer
+          type parameter   see below
+
+cap(s)    [n]T, *[n]T      array length (== n)
+          []T              slice capacity
+          chan T           channel buffer capacity
+          type parameter   see below
+
+ +

+If the argument type is a type parameter P, +the call len(e) (or cap(e) respectively) must be valid for +each type in P's type set. +The result is the length (or capacity, respectively) of the argument whose type +corresponds to the type argument with which P was +instantiated. +

+ +

+The capacity of a slice is the number of elements for which there is +space allocated in the underlying array. +At any time the following relationship holds: +

+ +
+0 <= len(s) <= cap(s)
+
+ +

+The length of a nil slice, map or channel is 0. +The capacity of a nil slice or channel is 0. +

+ +

+The expression len(s) is constant if +s is a string constant. The expressions len(s) and +cap(s) are constants if the type of s is an array +or pointer to an array and the expression s does not contain +channel receives or (non-constant) +function calls; in this case s is not evaluated. +Otherwise, invocations of len and cap are not +constant and s is evaluated. +

+ +
+const (
+	c1 = imag(2i)                    // imag(2i) = 2.0 is a constant
+	c2 = len([10]float64{2})         // [10]float64{2} contains no function calls
+	c3 = len([10]float64{c1})        // [10]float64{c1} contains no function calls
+	c4 = len([10]float64{imag(2i)})  // imag(2i) is a constant and no function call is issued
+	c5 = len([10]float64{imag(z)})   // invalid: imag(z) is a (non-constant) function call
+)
+var z complex128
+
+ + +

Making slices, maps and channels

+ +

+The built-in function make takes a type T, +which must be a slice, map or channel type, or a type parameter, +optionally followed by a type-specific list of expressions. +It returns a value of type T (not *T). +The memory is initialized as described in the section on +initial values. +

+ +
+Call             Type T            Result
+
+make(T, n)       slice             slice of type T with length n and capacity n
+make(T, n, m)    slice             slice of type T with length n and capacity m
+
+make(T)          map               map of type T
+make(T, n)       map               map of type T with initial space for approximately n elements
+
+make(T)          channel           unbuffered channel of type T
+make(T, n)       channel           buffered channel of type T, buffer size n
+
+make(T, n)       type parameter    see below
+make(T, n, m)    type parameter    see below
+
+ +

+If the first argument is a type parameter, +all types in its type set must have the same underlying type, which must be a slice +or map type, or, if there are channel types, there must only be channel types, they +must all have the same element type, and the channel directions must not conflict. +

+ +

+Each of the size arguments n and m must be of integer type, +have a type set containing only integer types, +or be an untyped constant. +A constant size argument must be non-negative and representable +by a value of type int; if it is an untyped constant it is given type int. +If both n and m are provided and are constant, then +n must be no larger than m. +For slices and channels, if n is negative or larger than m at run time, +a run-time panic occurs. +

+ +
+s := make([]int, 10, 100)       // slice with len(s) == 10, cap(s) == 100
+s := make([]int, 1e3)           // slice with len(s) == cap(s) == 1000
+s := make([]int, 1<<63)         // illegal: len(s) is not representable by a value of type int
+s := make([]int, 10, 0)         // illegal: len(s) > cap(s)
+c := make(chan int, 10)         // channel with a buffer size of 10
+m := make(map[string]int, 100)  // map with initial space for approximately 100 elements
+
+ +

+Calling make with a map type and size hint n will +create a map with initial space to hold n map elements. +The precise behavior is implementation-dependent. +

+ + +

Min and max

+ +

+The built-in functions min and max compute the +smallest—or largest, respectively—value of a fixed number of +arguments of ordered types. +There must be at least one argument +[Go 1.21]. +

+ +

+The same type rules as for operators apply: +for ordered arguments x and +y, min(x, y) is valid if x + y is valid, +and the type of min(x, y) is the type of x + y +(and similarly for max). +If all arguments are constant, the result is constant. +

+ +
+var x, y int
+m := min(x)                 // m == x
+m := min(x, y)              // m is the smaller of x and y
+m := max(x, y, 10)          // m is the larger of x and y but at least 10
+c := max(1, 2.0, 10)        // c == 10.0 (floating-point kind)
+f := max(0, float32(x))     // type of f is float32
+var s []string
+_ = min(s...)               // invalid: slice arguments are not permitted
+t := max("", "foo", "bar")  // t == "foo" (string kind)
+
+ +

+For numeric arguments, assuming all NaNs are equal, min and max are +commutative and associative: +

+ +
+min(x, y)    == min(y, x)
+min(x, y, z) == min(min(x, y), z) == min(x, min(y, z))
+
+ +

+For floating-point arguments negative zero, NaN, and infinity the following rules apply: +

+ +
+   x        y    min(x, y)    max(x, y)
+
+  -0.0    0.0         -0.0          0.0    // negative zero is smaller than (non-negative) zero
+  -Inf      y         -Inf            y    // negative infinity is smaller than any other number
+  +Inf      y            y         +Inf    // positive infinity is larger than any other number
+   NaN      y          NaN          NaN    // if any argument is a NaN, the result is a NaN
+
+ +

+For string arguments the result for min is the first argument +with the smallest (or for max, largest) value, +compared lexically byte-wise: +

+ +
+min(x, y)    == if x <= y then x else y
+min(x, y, z) == min(min(x, y), z)
+
+ +

Allocation

+ +

+The built-in function new creates a new, initialized +variable and returns +a pointer to it. +It accepts a single argument, which may be either a type or an expression. +

+ +

+If the argument is a type T, then new(T) +allocates a variable of type T initialized to its +zero value. +

+ +

+If the argument is an expression x, then new(x) +allocates a variable of the type of x initialized to the value of x. +If that value is an untyped constant, it is first implicitly converted +to its default type; +if it is an untyped boolean value, it is first implicitly converted to type bool. +The predeclared identifier nil cannot be used as an argument to new. +

+ +

+For example, new(int) and new(123) each +return a pointer to a new variable of type int. +The value of the first variable is 0, and the value +of the second is 123. Similarly +

+ +
+type S struct { a int; b float64 }
+new(S)
+
+ +

+allocates a variable of type S, +initializes it (a=0, b=0.0), +and returns a value of type *S containing the address +of the variable. +

+ +

Handling panics

+ +

Two built-in functions, panic and recover, +assist in reporting and handling run-time panics +and program-defined error conditions. +

+ +
+func panic(interface{})
+func recover() interface{}
+
+ +

+While executing a function F, +an explicit call to panic or a run-time panic +terminates the execution of F. +Any functions deferred by F +are then executed as usual. +Next, any deferred functions run by F's caller are run, +and so on up to any deferred by the top-level function in the executing goroutine. +At that point, the program is terminated and the error +condition is reported, including the value of the argument to panic. +This termination sequence is called panicking. +

+ +
+panic(42)
+panic("unreachable")
+panic(Error("cannot parse"))
+
+ +

+The recover function allows a program to manage behavior +of a panicking goroutine. +Suppose a function G defers a function D that calls +recover and a panic occurs in a function on the same goroutine in which G +is executing. +When the running of deferred functions reaches D, +the return value of D's call to recover will be the value passed to the call of panic. +If D returns normally, without starting a new +panic, the panicking sequence stops. In that case, +the state of functions called between G and the call to panic +is discarded, and normal execution resumes. +Any functions deferred by G before D are then run and G's +execution terminates by returning to its caller. +

+ +

+The return value of recover is nil when the +goroutine is not panicking or recover was not called directly by a deferred function. +Conversely, if a goroutine is panicking and recover was called directly by a deferred function, +the return value of recover is guaranteed not to be nil. +To ensure this, calling panic with a nil interface value (or an untyped nil) +causes a run-time panic. +

+ +

+The protect function in the example below invokes +the function argument g and protects callers from +run-time panics caused by g. +

+ +
+func protect(g func()) {
+	defer func() {
+		log.Println("done")  // Println executes normally even if there is a panic
+		if x := recover(); x != nil {
+			log.Printf("run time panic: %v", x)
+		}
+	}()
+	log.Println("start")
+	g()
+}
+
+ + +

Bootstrapping

+ +

+Current implementations provide several built-in functions useful during +bootstrapping. These functions are documented for completeness but are not +guaranteed to stay in the language. They do not return a result. +

+ +
+Function   Behavior
+
+print      prints all arguments; formatting of arguments is implementation-specific
+println    like print but prints spaces between arguments and a newline at the end
+
+ +

+Implementation restriction: print and println need not +accept arbitrary argument types, but printing of boolean, numeric, and string +types must be supported. +

+ + +

Packages

+ +

+Go programs are constructed by linking together packages. +A package in turn is constructed from one or more source files +that together declare constants, types, variables and functions +belonging to the package and which are accessible in all files +of the same package. Those elements may be +exported and used in another package. +

+ +

Source file organization

+ +

+Each source file consists of a package clause defining the package +to which it belongs, followed by a possibly empty set of import +declarations that declare packages whose contents it wishes to use, +followed by a possibly empty set of declarations of functions, +types, variables, and constants. +

+ +
+SourceFile = PackageClause ";" { ImportDecl ";" } { TopLevelDecl ";" } .
+
+ +

Package clause

+ +

+A package clause begins each source file and defines the package +to which the file belongs. +

+ +
+PackageClause = "package" PackageName .
+PackageName   = identifier .
+
+ +

+The PackageName must not be the blank identifier. +

+ +
+package math
+
+ +

+A set of files sharing the same PackageName form the implementation of a package. +An implementation may require that all source files for a package inhabit the same directory. +

+ +

Import declarations

+ +

+An import declaration states that the source file containing the declaration +depends on functionality of the imported package +(§Program initialization and execution) +and enables access to exported identifiers +of that package. +The import names an identifier (PackageName) to be used for access and an ImportPath +that specifies the package to be imported. +

+ +
+ImportDecl = "import" ( ImportSpec | "(" { ImportSpec ";" } ")" ) .
+ImportSpec = [ "." | PackageName ] ImportPath .
+ImportPath = string_lit .
+
+ +

+The PackageName is used in qualified identifiers +to access exported identifiers of the package within the importing source file. +It is declared in the file block. +If the PackageName is omitted, it defaults to the identifier specified in the +package clause of the imported package. +If an explicit period (.) appears instead of a name, all the +package's exported identifiers declared in that package's +package block will be declared in the importing source +file's file block and must be accessed without a qualifier. +

+ +

+The interpretation of the ImportPath is implementation-dependent but +it is typically a substring of the full file name of the compiled +package and may be relative to a repository of installed packages. +

+ +

+Implementation restriction: A compiler may restrict ImportPaths to +non-empty strings using only characters belonging to +Unicode's +L, M, N, P, and S general categories (the Graphic characters without +spaces) and may also exclude the characters +!"#$%&'()*,:;<=>?[\]^`{|} +and the Unicode replacement character U+FFFD. +

+ +

+Consider a compiled a package containing the package clause +package math, which exports function Sin, and +installed the compiled package in the file identified by +"lib/math". +This table illustrates how Sin is accessed in files +that import the package after the +various types of import declaration. +

+ +
+Import declaration          Local name of Sin
+
+import   "lib/math"         math.Sin
+import m "lib/math"         m.Sin
+import . "lib/math"         Sin
+
+ +

+An import declaration declares a dependency relation between +the importing and imported package. +It is illegal for a package to import itself, directly or indirectly, +or to directly import a package without +referring to any of its exported identifiers. To import a package solely for +its side-effects (initialization), use the blank +identifier as explicit package name: +

+ +
+import _ "lib/math"
+
+ + +

An example package

+ +

+Here is a complete Go package that implements a concurrent prime sieve. +

+ +
+package main
+
+import "fmt"
+
+// Send the sequence 2, 3, 4, … to channel 'ch'.
+func generate(ch chan<- int) {
+	for i := 2; ; i++ {
+		ch <- i  // Send 'i' to channel 'ch'.
+	}
+}
+
+// Copy the values from channel 'src' to channel 'dst',
+// removing those divisible by 'prime'.
+func filter(src <-chan int, dst chan<- int, prime int) {
+	for i := range src {  // Loop over values received from 'src'.
+		if i%prime != 0 {
+			dst <- i  // Send 'i' to channel 'dst'.
+		}
+	}
+}
+
+// The prime sieve: Daisy-chain filter processes together.
+func sieve() {
+	ch := make(chan int)  // Create a new channel.
+	go generate(ch)       // Start generate() as a subprocess.
+	for {
+		prime := <-ch
+		fmt.Print(prime, "\n")
+		ch1 := make(chan int)
+		go filter(ch, ch1, prime)
+		ch = ch1
+	}
+}
+
+func main() {
+	sieve()
+}
+
+ +

Program initialization and execution

+ +

The zero value

+

+When storage is allocated for a variable, +either through a declaration or a call of new, or when +a new value is created, either through a composite literal or a call +of make, +and no explicit initialization is provided, the variable or value is +given a default value. Each element of such a variable or value is +set to the zero value for its type: false for booleans, +0 for numeric types, "" +for strings, and nil for pointers, functions, interfaces, slices, channels, and maps. +This initialization is done recursively, so for instance each element of an +array of structs will have its fields zeroed if no value is specified. +

+

+These two simple declarations are equivalent: +

+ +
+var i int
+var i int = 0
+
+ +

+After +

+ +
+type T struct { i int; f float64; next *T }
+t := new(T)
+
+ +

+the following holds: +

+ +
+t.i == 0
+t.f == 0.0
+t.next == nil
+
+ +

+The same would also be true after +

+ +
+var t T
+
+ +

Package initialization

+ +

+Within a package, package-level variable initialization proceeds stepwise, +with each step selecting the variable earliest in declaration order +which has no dependencies on uninitialized variables. +

+ +

+More precisely, a package-level variable is considered ready for +initialization if it is not yet initialized and either has +no initialization expression or +its initialization expression has no dependencies on uninitialized variables. +Initialization proceeds by repeatedly initializing the next package-level +variable that is earliest in declaration order and ready for initialization, +until there are no variables ready for initialization. +

+ +

+If any variables are still uninitialized when this +process ends, those variables are part of one or more initialization cycles, +and the program is not valid. +

+ +

+Multiple variables on the left-hand side of a variable declaration initialized +by single (multi-valued) expression on the right-hand side are initialized +together: If any of the variables on the left-hand side is initialized, all +those variables are initialized in the same step. +

+ +
+var x = a
+var a, b = f() // a and b are initialized together, before x is initialized
+
+ +

+For the purpose of package initialization, blank +variables are treated like any other variables in declarations. +

+ +

+The declaration order of variables declared in multiple files is determined +by the order in which the files are presented to the compiler: Variables +declared in the first file are declared before any of the variables declared +in the second file, and so on. +To ensure reproducible initialization behavior, build systems are encouraged +to present multiple files belonging to the same package in lexical file name +order to a compiler. +

+ +

+Dependency analysis does not rely on the actual values of the +variables, only on lexical references to them in the source, +analyzed transitively. For instance, if a variable x's +initialization expression refers to a function whose body refers to +variable y then x depends on y. +Specifically: +

+ +
    +
  • +A reference to a variable or function is an identifier denoting that +variable or function. +
  • + +
  • +A reference to a method m is a +method value or +method expression of the form +t.m, where the (static) type of t is +not an interface type, and the method m is in the +method set of t. +It is immaterial whether the resulting function value +t.m is invoked. +
  • + +
  • +A variable, function, or method x depends on a variable +y if x's initialization expression or body +(for functions and methods) contains a reference to y +or to a function or method that depends on y. +
  • +
+ +

+For example, given the declarations +

+ +
+var (
+	a = c + b  // == 9
+	b = f()    // == 4
+	c = f()    // == 5
+	d = 3      // == 5 after initialization has finished
+)
+
+func f() int {
+	d++
+	return d
+}
+
+ +

+the initialization order is d, b, c, a. +Note that the order of subexpressions in initialization expressions is irrelevant: +a = c + b and a = b + c result in the same initialization +order in this example. +

+ +

+Dependency analysis is performed per package; only references referring +to variables, functions, and (non-interface) methods declared in the current +package are considered. If other, hidden, data dependencies exists between +variables, the initialization order between those variables is unspecified. +

+ +

+For instance, given the declarations +

+ +
+var x = I(T{}).ab()   // x has an undetected, hidden dependency on a and b
+var _ = sideEffect()  // unrelated to x, a, or b
+var a = b
+var b = 42
+
+type I interface      { ab() []int }
+type T struct{}
+func (T) ab() []int   { return []int{a, b} }
+
+ +

+the variable a will be initialized after b but +whether x is initialized before b, between +b and a, or after a, and +thus also the moment at which sideEffect() is called (before +or after x is initialized) is not specified. +

+ +

+Variables may also be initialized using functions named init +declared in the package block, with no arguments and no result parameters. +

+ +
+func init() { … }
+
+ +

+Multiple such functions may be defined per package, even within a single +source file. In the package block, the init identifier can +be used only to declare init functions, yet the identifier +itself is not declared. Thus +init functions cannot be referred to from anywhere +in a program. +

+ +

+The entire package is initialized by assigning initial values +to all its package-level variables followed by calling +all init functions in the order they appear +in the source, possibly in multiple files, as presented +to the compiler. +

+ +

Program initialization

+ +

+The packages of a complete program are initialized stepwise, one package at a time. +If a package has imports, the imported packages are initialized +before initializing the package itself. If multiple packages import +a package, the imported package will be initialized only once. +The importing of packages, by construction, guarantees that there +can be no cyclic initialization dependencies. +More precisely: +

+ +

+Given the list of all packages, sorted by import path, in each step the first +uninitialized package in the list for which all imported packages (if any) are +already initialized is initialized. +This step is repeated until all packages are initialized. +

+ +

+Package initialization—variable initialization and the invocation of +init functions—happens in a single goroutine, +sequentially, one package at a time. +An init function may launch other goroutines, which can run +concurrently with the initialization code. However, initialization +always sequences +the init functions: it will not invoke the next one +until the previous one has returned. +

+ +

Program execution

+

+A complete program is created by linking a single, unimported package +called the main package with all the packages it imports, transitively. +The main package must +have package name main and +declare a function main that takes no +arguments and returns no value. +

+ +
+func main() { … }
+
+ +

+Program execution begins by initializing the program +and then invoking the function main in package main. +When that function invocation returns, the program exits. +It does not wait for other (non-main) goroutines to complete. +

+ +

Errors

+ +

+The predeclared type error is defined as +

+ +
+type error interface {
+	Error() string
+}
+
+ +

+It is the conventional interface for representing an error condition, +with the nil value representing no error. +For instance, a function to read data from a file might be defined: +

+ +
+func Read(f *File, b []byte) (n int, err error)
+
+ +

Run-time panics

+ +

+Execution errors such as attempting to index an array out +of bounds trigger a run-time panic equivalent to a call of +the built-in function panic +with a value of the implementation-defined interface type runtime.Error. +That type satisfies the predeclared interface type +error. +The exact error values that +represent distinct run-time error conditions are unspecified. +

+ +
+package runtime
+
+type Error interface {
+	error
+	// and perhaps other methods
+}
+
+ +

System considerations

+ +

Package unsafe

+ +

+The built-in package unsafe, known to the compiler +and accessible through the import path "unsafe", +provides facilities for low-level programming including operations +that violate the type system. A package using unsafe +must be vetted manually for type safety and may not be portable. +The package provides the following interface: +

+ +
+package unsafe
+
+type ArbitraryType int  // shorthand for an arbitrary Go type; it is not a real type
+type Pointer *ArbitraryType
+
+func Alignof(variable ArbitraryType) uintptr
+func Offsetof(selector ArbitraryType) uintptr
+func Sizeof(variable ArbitraryType) uintptr
+
+type IntegerType int  // shorthand for an integer type; it is not a real type
+func Add(ptr Pointer, len IntegerType) Pointer
+func Slice(ptr *ArbitraryType, len IntegerType) []ArbitraryType
+func SliceData(slice []ArbitraryType) *ArbitraryType
+func String(ptr *byte, len IntegerType) string
+func StringData(str string) *byte
+
+ +

+A Pointer is a pointer type but a Pointer +value may not be dereferenced. +Any pointer or value of underlying type uintptr can be +converted to a type of underlying type Pointer and vice versa. +If the respective types are type parameters, all types in +their respective type sets must have the same underlying type, which must be uintptr and +Pointer, respectively. +The effect of converting between Pointer and uintptr is implementation-defined. +

+ +
+var f float64
+bits = *(*uint64)(unsafe.Pointer(&f))
+
+type ptr unsafe.Pointer
+bits = *(*uint64)(ptr(&f))
+
+func f[P ~*B, B any](p P) uintptr {
+	return uintptr(unsafe.Pointer(p))
+}
+
+var p ptr = nil
+
+ +

+The functions Alignof and Sizeof take an expression x +of any type and return the alignment or size, respectively, of a hypothetical variable v +as if v were declared via var v = x. +

+

+The function Offsetof takes a (possibly parenthesized) selector +s.f, denoting a field f of the struct denoted by s +or *s, and returns the field offset in bytes relative to the struct's address. +If f is an embedded field, it must be reachable +without pointer indirections through fields of the struct. +For a struct s with field f: +

+ +
+uintptr(unsafe.Pointer(&s)) + unsafe.Offsetof(s.f) == uintptr(unsafe.Pointer(&s.f))
+
+ +

+Computer architectures may require memory addresses to be aligned; +that is, for addresses of a variable to be a multiple of a factor, +the variable's type's alignment. The function Alignof +takes an expression denoting a variable of any type and returns the +alignment of the (type of the) variable in bytes. For a variable +x: +

+ +
+uintptr(unsafe.Pointer(&x)) % unsafe.Alignof(x) == 0
+
+ +

+A (variable of) type T has variable size if T +is a type parameter, or if it is an +array or struct type containing elements +or fields of variable size. Otherwise the size is constant. +Calls to Alignof, Offsetof, and Sizeof +are compile-time constant expressions of +type uintptr if their arguments (or the struct s in +the selector expression s.f for Offsetof) are types +of constant size. +

+ +

+The function Add adds len to ptr +and returns the updated pointer unsafe.Pointer(uintptr(ptr) + uintptr(len)) +[Go 1.17]. +The len argument must be of integer type or an untyped constant. +A constant len argument must be representable by a value of type int; +if it is an untyped constant it is given type int. +The rules for valid uses of Pointer still apply. +

+ +

+The function Slice returns a slice whose underlying array starts at ptr +and whose length and capacity are len. +Slice(ptr, len) is equivalent to +

+ +
+(*[len]ArbitraryType)(unsafe.Pointer(ptr))[:]
+
+ +

+except that, as a special case, if ptr +is nil and len is zero, +Slice returns nil +[Go 1.17]. +

+ +

+The len argument must be of integer type or an untyped constant. +A constant len argument must be non-negative and representable by a value of type int; +if it is an untyped constant it is given type int. +At run time, if len is negative, +or if ptr is nil and len is not zero, +a run-time panic occurs +[Go 1.17]. +

+ +

+The function SliceData returns a pointer to the underlying array of the slice argument. +If the slice's capacity cap(slice) is not zero, that pointer is &slice[:1][0]. +If slice is nil, the result is nil. +Otherwise it is a non-nil pointer to an unspecified memory address +[Go 1.20]. +

+ +

+The function String returns a string value whose underlying bytes start at +ptr and whose length is len. +The same requirements apply to the ptr and len argument as in the function +Slice. If len is zero, the result is the empty string "". +Since Go strings are immutable, the bytes passed to String must not be modified afterwards. +[Go 1.20] +

+ +

+The function StringData returns a pointer to the underlying bytes of the str argument. +For an empty string the return value is unspecified, and may be nil. +Since Go strings are immutable, the bytes returned by StringData must not be modified +[Go 1.20]. +

+ +

Size and alignment guarantees

+ +

+For the numeric types, the following sizes are guaranteed: +

+ +
+type                                 size in bytes
+
+byte, uint8, int8                     1
+uint16, int16                         2
+uint32, int32, float32                4
+uint64, int64, float64, complex64     8
+complex128                           16
+
+ +

+The following minimal alignment properties are guaranteed: +

+
    +
  1. For a variable x of any type: unsafe.Alignof(x) is at least 1. +
  2. + +
  3. For a variable x of struct type: unsafe.Alignof(x) is the largest of + all the values unsafe.Alignof(x.f) for each field f of x, but at least 1. +
  4. + +
  5. For a variable x of array type: unsafe.Alignof(x) is the same as + the alignment of a variable of the array's element type. +
  6. +
+ +

+A struct or array type has size zero if it contains no fields (or elements, respectively) that have a size greater than zero. Two distinct zero-size variables may have the same address in memory. +

+ +

Appendix

+ +

Language versions

+ +

+The Go 1 compatibility guarantee ensures that +programs written to the Go 1 specification will continue to compile and run +correctly, unchanged, over the lifetime of that specification. +More generally, as adjustments are made and features added to the language, +the compatibility guarantee ensures that a Go program that works with a +specific Go language version will continue to work with any subsequent version. +

+ +

+For instance, the ability to use the prefix 0b for binary +integer literals was introduced with Go 1.13, indicated +by [Go 1.13] in the section on +integer literals. +Source code containing an integer literal such as 0b1011 +will be rejected if the implied or required language version used by +the compiler is older than Go 1.13. +

+ +

+The following table describes the minimum language version required for +features introduced after Go 1. +

+ +

Go 1.9

+ + +

Go 1.13

+
    +
  • +Integer literals may use the prefixes 0b, 0B, 0o, +and 0O for binary, and octal literals, respectively. +
  • +
  • +Hexadecimal floating-point literals may be written using the prefixes +0x and 0X. +
  • +
  • +The imaginary suffix i may be used with any (binary, decimal, hexadecimal) +integer or floating-point literal, not just decimal literals. +
  • +
  • +The digits of any number literal may be separated (grouped) +using underscores _. +
  • +
  • +The shift count in a shift operation may be a signed integer type. +
  • +
+ +

Go 1.14

+
    +
  • +Emdedding a method more than once through different embedded interfaces +is not an error. +
  • +
+ +

Go 1.17

+
    +
  • +A slice may be converted to an array pointer if the slice and array element +types match, and the array is not longer than the slice. +
  • +
  • +The built-in package unsafe includes the new functions +Add and Slice. +
  • +
+ +

Go 1.18

+

+The 1.18 release adds polymorphic functions and types ("generics") to the language. +Specifically: +

+ + +

Go 1.20

+
    +
  • +A slice may be converted to an array if the slice and array element +types match and the array is not longer than the slice. +
  • +
  • +The built-in package unsafe includes the new functions +SliceData, String, and StringData. +
  • +
  • +Comparable types (such as ordinary interfaces) may satisfy +comparable constraints, even if the type arguments are not strictly comparable. +
  • +
+ +

Go 1.21

+
    +
  • +The set of predeclared functions includes the new functions +min, max, and clear. +
  • +
  • +Type inference uses the types of interface methods for inference. +It also infers type arguments for generic functions assigned to variables or +passed as arguments to other (possibly generic) functions. +
  • +
+ +

Go 1.22

+
    +
  • +In a "for" statement, each iteration has its own set of iteration +variables rather than sharing the same variables in each iteration. +
  • +
  • +A "for" statement with "range" clause may iterate over +integer values from zero to an upper limit. +
  • +
+ +

Go 1.23

+
    +
  • A "for" statement with "range" clause accepts an iterator +function as range expression. +
  • +
+ +

Go 1.24

+ + +

Type unification rules

+ +

+The type unification rules describe if and how two types unify. +The precise details are relevant for Go implementations, +affect the specifics of error messages (such as whether +a compiler reports a type inference or other error), +and may explain why type inference fails in unusual code situations. +But by and large these rules can be ignored when writing Go code: +type inference is designed to mostly "work as expected", +and the unification rules are fine-tuned accordingly. +

+ +

+Type unification is controlled by a matching mode, which may +be exact or loose. +As unification recursively descends a composite type structure, +the matching mode used for elements of the type, the element matching mode, +remains the same as the matching mode except when two types are unified for +assignability (A): +in this case, the matching mode is loose at the top level but +then changes to exact for element types, reflecting the fact +that types don't have to be identical to be assignable. +

+ +

+Two types that are not bound type parameters unify exactly if any of +following conditions is true: +

+ +
    +
  • + Both types are identical. +
  • +
  • + Both types have identical structure and their element types + unify exactly. +
  • +
  • + Exactly one type is an unbound + type parameter, and all the types in its type set unify with + the other type + per the unification rules for A + (loose unification at the top level and exact unification + for element types). +
  • +
+ +

+If both types are bound type parameters, they unify per the given +matching modes if: +

+ +
    +
  • + Both type parameters are identical. +
  • +
  • + At most one of the type parameters has a known type argument. + In this case, the type parameters are joined: + they both stand for the same type argument. + If neither type parameter has a known type argument yet, + a future type argument inferred for one the type parameters + is simultaneously inferred for both of them. +
  • +
  • + Both type parameters have a known type argument + and the type arguments unify per the given matching modes. +
  • +
+ +

+A single bound type parameter P and another type T unify +per the given matching modes if: +

+ +
    +
  • + P doesn't have a known type argument. + In this case, T is inferred as the type argument for P. +
  • +
  • + P does have a known type argument A, + A and T unify per the given matching modes, + and one of the following conditions is true: +
      +
    • + Both A and T are interface types: + In this case, if both A and T are + also defined types, + they must be identical. + Otherwise, if neither of them is a defined type, they must + have the same number of methods + (unification of A and T already + established that the methods match). +
    • +
    • + Neither A nor T are interface types: + In this case, if T is a defined type, T + replaces A as the inferred type argument for P. +
    • +
    +
  • +
+ +

+Finally, two types that are not bound type parameters unify loosely +(and per the element matching mode) if: +

+ +
    +
  • + Both types unify exactly. +
  • +
  • + One type is a defined type, + the other type is a type literal, but not an interface, + and their underlying types unify per the element matching mode. +
  • +
  • + Both types are interfaces (but not type parameters) with + identical type terms, + both or neither embed the predeclared type + comparable, + corresponding method types unify exactly, + and the method set of one of the interfaces is a subset of + the method set of the other interface. +
  • +
  • + Only one type is an interface (but not a type parameter), + corresponding methods of the two types unify per the element matching mode, + and the method set of the interface is a subset of + the method set of the other type. +
  • +
  • + Both types have the same structure and their element types + unify per the element matching mode. +
  • +
diff --git a/go/doc/godebug.md b/go/doc/godebug.md new file mode 100644 index 0000000000000000000000000000000000000000..00da3d83efe54e0d622124afa5ad762f4149ef86 --- /dev/null +++ b/go/doc/godebug.md @@ -0,0 +1,529 @@ +--- +title: "Go, Backwards Compatibility, and GODEBUG" +layout: article +--- + + + +## Introduction {#intro} + +Go's emphasis on backwards compatibility is one of its key strengths. +There are, however, times when we cannot maintain complete compatibility. +If code depends on buggy (including insecure) behavior, +then fixing the bug will break that code. +New features can also have similar impacts: +enabling the HTTP/2 use by the HTTP client broke programs +connecting to servers with buggy HTTP/2 implementations. +These kinds of changes are unavoidable and +[permitted by the Go 1 compatibility rules](/doc/go1compat). +Even so, Go provides a mechanism called GODEBUG to +reduce the impact such changes have on Go developers +using newer toolchains to compile old code. + +A GODEBUG setting is a `key=value` pair +that controls the execution of certain parts of a Go program. +The environment variable `GODEBUG` +can hold a comma-separated list of these settings. +For example, if a Go program is running in an environment that contains + + GODEBUG=http2client=0,http2server=0 + +then that Go program will disable the use of HTTP/2 by default in both +the HTTP client and the HTTP server. +Unrecognized settings in the `GODEBUG` environment variable are ignored. +It is also possible to set the default `GODEBUG` for a given program +(discussed below). + +When preparing any change that is permitted by Go 1 compatibility +but may nonetheless break some existing programs, +we first engineer the change to keep as many existing programs working as possible. +For the remaining programs, +we define a new GODEBUG setting that +allows individual programs to opt back in to the old behavior. +A GODEBUG setting may not be added if doing so is infeasible, +but that should be extremely rare. + +GODEBUG settings added for compatibility will be maintained +for a minimum of two years (four Go releases). +Some, such as `http2client` and `http2server`, +will be maintained much longer, even indefinitely. + +When possible, each GODEBUG setting has an associated +[runtime/metrics](/pkg/runtime/metrics/) counter +named `/godebug/non-default-behavior/:events` +that counts the number of times a particular program's +behavior has changed based on a non-default value +for that setting. +For example, when `GODEBUG=http2client=0` is set, +`/godebug/non-default-behavior/http2client:events` +counts the number of HTTP transports that the program +has configured without HTTP/2 support. + +## Default GODEBUG Values {#default} + +When a GODEBUG setting is not listed in the environment variable, +its value is derived from three sources: +the defaults for the Go toolchain used to build the program, +amended to match the Go version listed in `go.mod`, +and then overridden by explicit `//go:debug` lines in the program. + +The [GODEBUG History](#history) gives the exact defaults for each Go toolchain version. +For example, Go 1.21 introduces the `panicnil` setting, +controlling whether `panic(nil)` is allowed; +it defaults to `panicnil=0`, making `panic(nil)` a run-time error. +Using `panicnil=1` restores the behavior of Go 1.20 and earlier. + +When compiling a work module or workspace that declares +an older Go version, the Go toolchain amends its defaults +to match that older Go version as closely as possible. +For example, when a Go 1.21 toolchain compiles a program, +if the work module's `go.mod` or the workspace's `go.work` +says `go` `1.20`, then the program defaults to `panicnil=1`, +matching Go 1.20 instead of Go 1.21. + +Because this method of setting GODEBUG defaults was introduced only in Go 1.21, +programs listing versions of Go earlier than Go 1.20 are configured to match Go 1.20, +not the older version. + +To override these defaults, starting in Go 1.23, the work module's `go.mod` +or the workspace's `go.work` can list one or more `godebug` lines: + + godebug ( + default=go1.21 + panicnil=1 + asynctimerchan=0 + ) + +The special key `default` indicates a Go version to take unspecified +settings from. This allows setting the GODEBUG defaults separately +from the Go language version in the module. +In this example, the program is asking for Go 1.21 semantics and +then asking for the old pre-Go 1.21 `panic(nil)` behavior and the +new Go 1.23 `asynctimerchan=0` behavior. + +Only the work module's `go.mod` is consulted for `godebug` directives. +Any directives in required dependency modules are ignored. +It is an error to list a `godebug` with an unrecognized setting. +(Toolchains older than Go 1.23 reject all `godebug` lines, since they do not +understand `godebug` at all.) When a workspace is in use, `godebug` +directives in `go.mod` files are ignored, and `go.work` will be consulted +for `godebug` directives instead. + +The defaults from the `go` and `godebug` lines apply to all main +packages that are built. For more fine-grained control, +starting in Go 1.21, a main package's source files +can include one or more `//go:debug` directives at the top of the file +(preceding the `package` statement). +The `godebug` lines in the previous example would be written: + + //go:debug default=go1.21 + //go:debug panicnil=1 + //go:debug asynctimerchan=0 + +Starting in Go 1.21, the Go toolchain treats a `//go:debug` directive +with an unrecognized GODEBUG setting as an invalid program. +Programs with more than one `//go:debug` line for a given setting +are also treated as invalid. +(Older toolchains ignore `//go:debug` directives entirely.) + +The defaults that will be compiled into a main package +are reported by the command: + + go list -f '{{.DefaultGODEBUG}}' my/main/package + +Only differences from the base Go toolchain defaults are reported. + +When testing a package, `//go:debug` lines in the `*_test.go` +files are treated as directives for the test's main package. +In any other context, `//go:debug` lines are ignored by the toolchain; +`go` `vet` reports such lines as misplaced. + +## GODEBUG History {#history} + +This section documents the GODEBUG settings introduced and removed in each major Go release +for compatibility reasons. +Packages or programs may define additional settings for internal debugging purposes; +for example, +see the [runtime documentation](/pkg/runtime#hdr-Environment_Variables) +and the [go command documentation](/cmd/go#hdr-Build_and_test_caching). + +### Go 1.26 + +Go 1.26.1 added a new `htmlmetacontenturlescape` setting that controls whether +html/template will escape URLs in the `url=` portion of the content attribute of +HTML meta tags. The default `htmlmetacontentescape=1` will cause URLs to be +escaped. Setting `htmlmetacontentescape=0` disables this behavior. + +Go 1.26 added a new `httpcookiemaxnum` setting that controls the maximum number +of cookies that net/http will accept when parsing HTTP headers. If the number of +cookie in a header exceeds the number set in `httpcookiemaxnum`, cookie parsing +will fail early. The default value is `httpcookiemaxnum=3000`. Setting +`httpcookiemaxnum=0` will allow the cookie parsing to accept an indefinite +number of cookies. To avoid denial of service attacks, this setting and default +was backported to Go 1.25.2 and Go 1.24.8. + +Go 1.26 added a new `urlmaxqueryparams` setting that controls the maximum number +of query parameters that net/url will accept when parsing a URL-encoded query string. +If the number of parameters exceeds the number set in `urlmaxqueryparams`, +parsing will fail early. The default value is `urlmaxqueryparams=10000`. +Setting `urlmaxqueryparams=0` disables the limit. To avoid denial of service +attacks, this setting and default was backported to Go 1.25.6 and Go 1.24.12. + +Go 1.26 added a new `urlstrictcolons` setting that controls whether `net/url.Parse` +allows malformed hostnames containing colons outside of a bracketed IPv6 address. +The default `urlstrictcolons=1` rejects URLs such as `http://localhost:1:2` or `http://::1/`. +Colons are permitted as part of a bracketed IPv6 address, such as `http://[::1]/`. + +Go 1.26 enabled two additional post-quantum key exchange mechanisms: +SecP256r1MLKEM768 and SecP384r1MLKEM1024. The default can be reverted using the +[`tlssecpmlkem` setting](/pkg/crypto/tls/#Config.CurvePreferences). + +Go 1.26 added a new `tracebacklabels` setting that controls the inclusion of +goroutine labels set through the the `runtime/pprof` package. Setting `tracebacklabels=1` +includes these key/value pairs in the goroutine status header of runtime +tracebacks and debug=2 runtime/pprof stack dumps. This format may change in the future. +(see go.dev/issue/76349) + +Go 1.26 added a new `cryptocustomrand` setting that controls whether most crypto/... +APIs ignore the random `io.Reader` parameter. For Go 1.26, it defaults +to `cryptocustomrand=0`, ignoring the random parameters. Using `cryptocustomrand=1` +reverts to the pre-Go 1.26 behavior. + +### Go 1.25 + +Go 1.25 added a new `decoratemappings` setting that controls whether the Go +runtime annotates OS anonymous memory mappings with context about their +purpose. These annotations appear in /proc/self/maps and /proc/self/smaps as +"[anon: Go: ...]". This setting is only used on Linux. For Go 1.25, it defaults +to `decoratemappings=1`, enabling annotations. Using `decoratemappings=0` +reverts to the pre-Go 1.25 behavior. This setting is fixed at program startup +time, and can't be modified by changing the `GODEBUG` environment variable +after the program starts. + +Go 1.25 added a new `embedfollowsymlinks` setting that controls whether the +Go command will follow symlinks to regular files embedding files. +The default value `embedfollowsymlinks=0` does not allow following +symlinks. `embedfollowsymlinks=1` will allow following symlinks. + +Go 1.25 added a new `containermaxprocs` setting that controls whether the Go +runtime will consider cgroup CPU limits when setting the default GOMAXPROCS. +The default value `containermaxprocs=1` will use cgroup limits in addition to +the total logical CPU count and CPU affinity. `containermaxprocs=0` will +disable consideration of cgroup limits. This setting only affects Linux. + +Go 1.25 added a new `updatemaxprocs` setting that controls whether the Go +runtime will periodically update GOMAXPROCS for new CPU affinity or cgroup +limits. The default value `updatemaxprocs=1` will enable periodic updates. +`updatemaxprocs=0` will disable periodic updates. + +Go 1.25 disabled SHA-1 signature algorithms in TLS 1.2 according to RFC 9155. +The default can be reverted using the `tlssha1=1` setting. + +Go 1.25 switched to SHA-256 to fill in missing SubjectKeyId in +crypto/x509.CreateCertificate. The setting `x509sha256skid=0` reverts to SHA-1. + +Go 1.25 corrected the semantics of contention reports for runtime-internal locks, +and so removed the [`runtimecontentionstacks` setting](/pkg/runtime#hdr-Environment_Variables). + +Go 1.25 (starting with Go 1.25 RC 2) disabled build information stamping when +multiple VCS are detected due to concerns around VCS injection attacks. This +behavior and setting was backported to Go 1.24.5 and Go 1.23.11. This behavior +can be renabled with the setting `allowmultiplevcs=1`. + +### Go 1.24 + +Go 1.24 added a new `fips140` setting that controls whether the Go +Cryptographic Module operates in FIPS 140-3 mode. +The possible values are: +- "off": no special support for FIPS 140-3 mode. This is the default. +- "on": the Go Cryptographic Module operates in FIPS 140-3 mode. +- "only": like "on", but cryptographic algorithms not approved by + FIPS 140-3 return an error or panic. +For more information, see [FIPS 140-3 Compliance](/doc/security/fips140). +This setting is fixed at program startup time, and can't be modified +by changing the `GODEBUG` environment variable after the program starts. + +Go 1.24 changed the global [`math/rand.Seed`](/pkg/math/rand/#Seed) to be a +no-op. This behavior is controlled by the `randseednop` setting. +For Go 1.24 it defaults to `randseednop=1`. +Using `randseednop=0` reverts to the pre-Go 1.24 behavior. + +Go 1.24 added new values for the `multipathtcp` setting. +The possible values for `multipathtcp` are now: +- "0": disable MPTCP on dialers and listeners by default +- "1": enable MPTCP on dialers and listeners by default +- "2": enable MPTCP on listeners only by default +- "3": enable MPTCP on dialers only by default + +For Go 1.24, it now defaults to multipathtcp="2", thus +enabled by default on listeners. Using multipathtcp="0" reverts to the +pre-Go 1.24 behavior. + +Go 1.24 changed the behavior of `go test -json` to emit build errors as JSON +instead of text. +These new JSON events are distinguished by new `Action` values, +but can still cause problems with CI systems that aren't robust to these events. +This behavior can be controlled with the `gotestjsonbuildtext` setting. +Using `gotestjsonbuildtext=1` restores the 1.23 behavior. +This setting will be removed in a future release, Go 1.28 at the earliest. + +Go 1.24 changed [`crypto/rsa`](/pkg/crypto/rsa) to require RSA keys to be at +least 1024 bits. This behavior can be controlled with the `rsa1024min` setting. +Using `rsa1024min=0` restores the Go 1.23 behavior. + +Go 1.24 introduced a mechanism for enabling platform specific Data Independent +Timing (DIT) modes in the [`crypto/subtle`](/pkg/crypto/subtle) package. This +mode can be enabled for an entire program with the `dataindependenttiming` setting. +For Go 1.24 it defaults to `dataindependenttiming=0`. There is no change in default +behavior from Go 1.23 when `dataindependenttiming` is unset. +Using `dataindependenttiming=1` enables the DIT mode for the entire Go program. +When enabled, DIT will be enabled when calling into C from Go. When enabled, +calling into Go code from C will enable DIT, and disable it before returning to +C if it was not enabled when Go code was entered. +This currently only affects arm64 programs. For all other platforms it is a no-op. + +Go 1.24 removed the `x509sha1` setting. `crypto/x509` no longer supports verifying +signatures on certificates that use SHA-1 based signature algorithms. + +Go 1.24 changes the default value of the [`x509usepolicies` +setting.](/pkg/crypto/x509/#CreateCertificate) from `0` to `1`. When marshalling +certificates, policies are now taken from the +[`Certificate.Policies`](/pkg/crypto/x509/#Certificate.Policies) field rather +than the +[`Certificate.PolicyIdentifiers`](/pkg/crypto/x509/#Certificate.PolicyIdentifiers) +field by default. + +Go 1.24 enabled the post-quantum key exchange mechanism +X25519MLKEM768 by default. The default can be reverted using the +[`tlsmlkem` setting](/pkg/crypto/tls/#Config.CurvePreferences). +This can be useful when dealing with buggy TLS servers that do not handle large records correctly, +causing a timeout during the handshake (see [TLS post-quantum TL;DR fail](https://tldr.fail/)). +Go 1.24 also removed X25519Kyber768Draft00 and the Go 1.23 `tlskyber` setting. + +Go 1.24 made [`ParsePKCS1PrivateKey`](/pkg/crypto/x509/#ParsePKCS1PrivateKey) +use and validate the CRT parameters in the encoded private key. This behavior +can be controlled with the `x509rsacrt` setting. Using `x509rsacrt=0` restores +the Go 1.23 behavior. + +### Go 1.23 + +Go 1.23 changed the channels created by package time to be unbuffered +(synchronous), which makes correct use of the [`Timer.Stop`](/pkg/time/#Timer.Stop) +and [`Timer.Reset`](/pkg/time/#Timer.Reset) method results much easier. +The [`asynctimerchan` setting](/pkg/time/#NewTimer) disables this change. +There are no runtime metrics for this change, +This setting will be removed in Go 1.27. + +Go 1.23 changed the mode bits reported by [`os.Lstat`](/pkg/os#Lstat) and [`os.Stat`](/pkg/os#Stat) +for reparse points, which can be controlled with the `winsymlink` setting. +As of Go 1.23 (`winsymlink=1`), mount points no longer have [`os.ModeSymlink`](/pkg/os#ModeSymlink) +set, and reparse points that are not symlinks, Unix sockets, or dedup files now +always have [`os.ModeIrregular`](/pkg/os#ModeIrregular) set. As a result of these changes, +[`filepath.EvalSymlinks`](/pkg/path/filepath#EvalSymlinks) no longer evaluates +mount points, which was a source of many inconsistencies and bugs. +At previous versions (`winsymlink=0`), mount points are treated as symlinks, +and other reparse points with non-default [`os.ModeType`](/pkg/os#ModeType) bits +(such as [`os.ModeDir`](/pkg/os#ModeDir)) do not have the `ModeIrregular` bit set. + +Go 1.23 changed [`os.Readlink`](/pkg/os#Readlink) and [`filepath.EvalSymlinks`](/pkg/path/filepath#EvalSymlinks) +to avoid trying to normalize volumes to drive letters, which was not always even possible. +This behavior is controlled by the `winreadlinkvolume` setting. +For Go 1.23, it defaults to `winreadlinkvolume=1`. +Previous versions default to `winreadlinkvolume=0`. + +Go 1.23 enabled the experimental post-quantum key exchange mechanism +X25519Kyber768Draft00 by default. The default can be reverted using the +[`tlskyber` setting](/pkg/crypto/tls/#Config.CurvePreferences). +This can be useful when dealing with buggy TLS servers that do not handle large records correctly, +causing a timeout during the handshake (see [TLS post-quantum TL;DR fail](https://tldr.fail/)). + +Go 1.23 changed the behavior of +[crypto/x509.ParseCertificate](/pkg/crypto/x509/#ParseCertificate) to reject +serial numbers that are negative. This change can be reverted with +the [`x509negativeserial` setting](/pkg/crypto/x509/#ParseCertificate). + +Go 1.23 re-enabled support in html/template for ECMAScript 6 template literals by default. +The [`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model) no longer has +any effect. + +Go 1.23 changed the default TLS cipher suites used by clients and servers when +not explicitly configured, removing 3DES cipher suites. The default can be reverted +using the [`tls3des` setting](/pkg/crypto/tls/#Config.CipherSuites). +This setting will be removed in Go 1.27. + +Go 1.23 changed the behavior of [`tls.X509KeyPair`](/pkg/crypto/tls#X509KeyPair) +and [`tls.LoadX509KeyPair`](/pkg/crypto/tls#LoadX509KeyPair) to populate the +Leaf field of the returned [`tls.Certificate`](/pkg/crypto/tls#Certificate). +This behavior is controlled by the `x509keypairleaf` setting. For Go 1.23, it +defaults to `x509keypairleaf=1`. Previous versions default to +`x509keypairleaf=0`. +This setting will be removed in Go 1.27. + +Go 1.23 changed +[`net/http.ServeContent`](/pkg/net/http#ServeContent), +[`net/http.ServeFile`](/pkg/net/http#ServeFile), and +[`net/http.ServeFS`](/pkg/net/http#ServeFS) to +remove Cache-Control, Content-Encoding, Etag, and Last-Modified headers +when serving an error. This behavior is controlled by +the [`httpservecontentkeepheaders` setting](/pkg/net/http#ServeContent). +Using `httpservecontentkeepheaders=1` restores the pre-Go 1.23 behavior. + +### Go 1.22 + +Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size +that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake). +The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid +denial of service attacks, this setting and default was backported to Go +1.19.13, Go 1.20.8, and Go 1.21.1. + +Go 1.22 made it an error for a request or response read by a net/http +client or server to have an empty Content-Length header. +This behavior is controlled by the `httplaxcontentlength` setting. + +Go 1.22 changed the behavior of ServeMux to accept extended +patterns and unescape both patterns and request paths by segment. +This behavior can be controlled by the +[`httpmuxgo121` setting](/pkg/net/http/#ServeMux). + +Go 1.22 added the [Alias type](/pkg/go/types#Alias) to [go/types](/pkg/go/types) +for the explicit representation of [type aliases](/ref/spec#Type_declarations). +Whether the type checker produces `Alias` types or not is controlled by the +[`gotypesalias` setting](/pkg/go/types#Alias). +For Go 1.22 it defaults to `gotypesalias=0`. +For Go 1.23, `gotypesalias=1` will become the default. +This setting will be removed in Go 1.27. + +Go 1.22 changed the default minimum TLS version supported by both servers +and clients to TLS 1.2. The default can be reverted to TLS 1.0 using the +[`tls10server` setting](/pkg/crypto/tls/#Config). +This setting will be removed in Go 1.27. + +Go 1.22 changed the default TLS cipher suites used by clients and servers when +not explicitly configured, removing the cipher suites which used RSA based key +exchange. The default can be reverted using the [`tlsrsakex` setting](/pkg/crypto/tls/#Config). +This setting will be removed in Go 1.27. + +Go 1.22 disabled +[`ConnectionState.ExportKeyingMaterial`](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial) +when the connection supports neither TLS 1.3 nor Extended Master Secret +(implemented in Go 1.21). It can be reenabled with the [`tlsunsafeekm` +setting](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial). +This setting will be removed in Go 1.27. + +Go 1.22 changed how the runtime interacts with transparent huge pages on Linux. +In particular, a common default Linux kernel configuration can result in +significant memory overheads, and Go 1.22 no longer works around this default. +To work around this issue without adjusting kernel settings, transparent huge +pages can be disabled for Go memory with the +[`disablethp` setting](/pkg/runtime#hdr-Environment_Variables). +This behavior was backported to Go 1.21.1, but the setting is only available +starting with Go 1.21.6. +This setting may be removed in a future release, and users impacted by this issue +should adjust their Linux configuration according to the recommendations in the +[GC guide](/doc/gc-guide#Linux_transparent_huge_pages), or switch to a Linux +distribution that disables transparent huge pages altogether. + +Go 1.22 added contention on runtime-internal locks to the [`mutex` +profile](/pkg/runtime/pprof#Profile). Contention on these locks is always +reported at `runtime._LostContendedRuntimeLock`. Complete stack traces of +runtime locks can be enabled with the [`runtimecontentionstacks` +setting](/pkg/runtime#hdr-Environment_Variables). These stack traces have +non-standard semantics, see setting documentation for details. + +Go 1.22 added a new [`crypto/x509.Certificate`](/pkg/crypto/x509/#Certificate) +field, [`Policies`](/pkg/crypto/x509/#Certificate.Policies), which supports +certificate policy OIDs with components larger than 31 bits. By default this +field is only used during parsing, when it is populated with policy OIDs, but +not used during marshaling. It can be used to marshal these larger OIDs, instead +of the existing PolicyIdentifiers field, by using the +[`x509usepolicies` setting](/pkg/crypto/x509/#CreateCertificate). + + +### Go 1.21 + +Go 1.21 made it a run-time error to call `panic` with a nil interface value, +controlled by the [`panicnil` setting](/pkg/builtin/#panic). + +Go 1.21 made it an error for html/template actions to appear inside of an ECMAScript 6 +template literal, controlled by the +[`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model). +This behavior was backported to Go 1.19.8+ and Go 1.20.3+. + +Go 1.21 introduced a limit on the maximum number of MIME headers and multipart +forms, controlled by the +[`multipartmaxheaders` and `multipartmaxparts` settings](/pkg/mime/multipart#hdr-Limits) +respectively. +This behavior was backported to Go 1.19.8+ and Go 1.20.3+. + +Go 1.21 adds the support of Multipath TCP but it is only used if the application +explicitly asked for it. This behavior can be controlled by the +[`multipathtcp` setting](/pkg/net#Dialer.SetMultipathTCP). + +There is no plan to remove any of these settings. + +### Go 1.20 + +Go 1.20 introduced support for rejecting insecure paths in tar and zip archives, +controlled by the [`tarinsecurepath` setting](/pkg/archive/tar/#Reader.Next) +and the [`zipinsecurepath` setting](/pkg/archive/zip/#NewReader). +These default to `tarinsecurepath=1` and `zipinsecurepath=1`, +preserving the behavior of earlier versions of Go. +A future version of Go may change the defaults to +`tarinsecurepath=0` and `zipinsecurepath=0`. + +Go 1.20 introduced automatic seeding of the +[`math/rand`](/pkg/math/rand) global random number generator, +controlled by the [`randautoseed` setting](/pkg/math/rand/#Seed). + +Go 1.20 introduced the concept of fallback roots for use during certificate verification, +controlled by the [`x509usefallbackroots` setting](/pkg/crypto/x509/#SetFallbackRoots). + +Go 1.20 removed the preinstalled `.a` files for the standard library +from the Go distribution. +Installations now build and cache the standard library like +packages in other modules. +The [`installgoroot` setting](/cmd/go#hdr-Compile_and_install_packages_and_dependencies) +restores the installation and use of preinstalled `.a` files. + +There is no plan to remove any of these settings. + +### Go 1.19 + +Go 1.19 made it an error for path lookups to resolve to binaries in the current directory, +controlled by the [`execerrdot` setting](/pkg/os/exec#hdr-Executables_in_the_current_directory). +There is no plan to remove this setting. + +Go 1.19 started sending EDNS0 additional headers on DNS requests. +This can reportedly break the DNS server provided on some routers, +such as CenturyLink Zyxel C3000Z. +This can be changed by the [`netedns0` setting](/pkg/net#hdr-Name_Resolution). +This setting is available in Go 1.21.12, Go 1.22.5, Go 1.23, and later. +There is no plan to remove this setting. + +### Go 1.18 + +Go 1.18 removed support for SHA1 in most X.509 certificates, +controlled by the [`x509sha1` setting](/pkg/crypto/x509#InsecureAlgorithmError). +This setting was removed in Go 1.24. + +### Go 1.10 + +Go 1.10 changed how build caching worked and added test caching, along +with the [`gocacheverify`, `gocachehash`, and `gocachetest` settings](/cmd/go/#hdr-Build_and_test_caching). +There is no plan to remove these settings. + +### Go 1.6 + +Go 1.6 introduced transparent support for HTTP/2, +controlled by the [`http2client`, `http2server`, and `http2debug` settings](/pkg/net/http/#hdr-HTTP_2). +There is no plan to remove these settings. + +### Go 1.5 + +Go 1.5 introduced a pure Go DNS resolver, +controlled by the [`netdns` setting](/pkg/net/#hdr-Name_Resolution). +There is no plan to remove this setting. diff --git a/go/misc/editors b/go/misc/editors new file mode 100644 index 0000000000000000000000000000000000000000..3a0f73fd7a2cd2555a306d93da3e0af741b8224a --- /dev/null +++ b/go/misc/editors @@ -0,0 +1,5 @@ +For information about plugins and other support for Go in editors and shells, +see this page on the Go Wiki: + +https://golang.org/wiki/IDEsAndTextEditorPlugins + diff --git a/go/misc/go.mod b/go/misc/go.mod new file mode 100644 index 0000000000000000000000000000000000000000..ef9d188b1bc14139f531f8365a65b805c5a7f87b --- /dev/null +++ b/go/misc/go.mod @@ -0,0 +1,6 @@ +// Module misc contains binaries that pertain to specific platforms +// (Android, iOS, and WebAssembly), as well as some miscellaneous +// tests and tools. +module misc + +go 1.22 diff --git a/go/src/Make.dist b/go/src/Make.dist new file mode 100644 index 0000000000000000000000000000000000000000..cae892de9cab2e118df8b03dc3ca83dcc16f39b4 --- /dev/null +++ b/go/src/Make.dist @@ -0,0 +1,19 @@ +# Copyright 2012 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. + +# Run go tool dist to install a command. +# The -v causes dist to print the name of each directory as it runs. +# The -vv causes dist to print each build command as it runs. +# go tool dist clean cleans all directories, not just this one, +# but it's as close as we can get. + +# Default target (first). +install: + go tool dist install -v + +verbose: + go tool dist install -vv + +clean: + go tool dist clean diff --git a/go/src/README.vendor b/go/src/README.vendor new file mode 100644 index 0000000000000000000000000000000000000000..e6a58d5fb55505ff901c3cca0a1ad9e5d85149ee --- /dev/null +++ b/go/src/README.vendor @@ -0,0 +1,55 @@ +Vendoring in std and cmd +======================== + +The Go command maintains copies of external packages needed by the +standard library in the src/vendor and src/cmd/vendor directories. + +There are two modules, std and cmd, defined in src/go.mod and +src/cmd/go.mod. When a package outside std or cmd is imported +by a package inside std or cmd, the import path is interpreted +as if it had a "vendor/" prefix. For example, within "crypto/tls", +an import of "golang.org/x/crypto/cryptobyte" resolves to +"vendor/golang.org/x/crypto/cryptobyte". When a package with the +same path is imported from a package outside std or cmd, it will +be resolved normally. Consequently, a binary may be built with two +copies of a package at different versions if the package is +imported normally and vendored by the standard library. + +Vendored packages are internally renamed with a "vendor/" prefix +to preserve the invariant that all packages have distinct paths. +This is necessary to avoid compiler and linker conflicts. Adding +a "vendor/" prefix also maintains the invariant that standard +library packages begin with a dotless path element. + +The module requirements of std and cmd do not influence version +selection in other modules. They are only considered when running +module commands like 'go get' and 'go mod vendor' from a directory +in GOROOT/src. + +Maintaining vendor directories +============================== + +Before updating vendor directories, ensure that module mode is enabled. +Make sure that GO111MODULE is not set in the environment, or that it is +set to 'on' or 'auto', and if you use a go.work file, set GOWORK=off. + +Also, ensure that 'go env GOROOT' shows the root of this Go source +tree. Otherwise, the results are undefined. It's recommended to build +Go from source and use that 'go' binary to update its source tree. + +Requirements may be added, updated, and removed with 'go get'. +The vendor directory may be updated with 'go mod vendor'. +A typical sequence might be: + + cd src # or src/cmd + go get golang.org/x/net@master + go mod tidy + go mod vendor + +Use caution when passing '-u' to 'go get'. The '-u' flag updates +modules providing all transitively imported packages, not only +the module providing the target package. + +Note that 'go mod vendor' only copies packages that are transitively +imported by packages in the current module. If a new package is needed, +it should be imported before running 'go mod vendor'. diff --git a/go/src/all.bash b/go/src/all.bash new file mode 100644 index 0000000000000000000000000000000000000000..adbc60e361f4a64c55f57de517282bec0ee213fe --- /dev/null +++ b/go/src/all.bash @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# Copyright 2009 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. + +set -e +if [ ! -f make.bash ]; then + echo 'all.bash must be run from $GOROOT/src' 1>&2 + exit 1 +fi +. ./make.bash "$@" --no-banner +bash run.bash --no-rebuild +../bin/go tool dist banner # print build info diff --git a/go/src/all.bat b/go/src/all.bat new file mode 100644 index 0000000000000000000000000000000000000000..4c681d15eb643e5100b5b986fa6e3e434b7d7367 --- /dev/null +++ b/go/src/all.bat @@ -0,0 +1,16 @@ +:: Copyright 2012 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. + +@echo off + +setlocal + +if not exist make.bat ( + echo all.bat must be run from go\src + exit /b 1 +) + +call .\make.bat --no-banner || exit /b 1 +call .\run.bat --no-rebuild || exit /b 1 +..\bin\go tool dist banner diff --git a/go/src/all.rc b/go/src/all.rc new file mode 100644 index 0000000000000000000000000000000000000000..ad8c3e143e53491dffb53fc5adc895ef5253d28e --- /dev/null +++ b/go/src/all.rc @@ -0,0 +1,16 @@ +#!/bin/rc -e +# Copyright 2012 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. + +rfork n + +if(! test -f make.rc){ + echo 'all.rc must be run from $GOROOT/src' >[1=2] + exit wrongdir +} + +. ./make.rc --no-banner $* +bind -b $GOROOT/bin /bin +./run.rc --no-rebuild +../bin/go tool dist banner # print build info diff --git a/go/src/bootstrap.bash b/go/src/bootstrap.bash new file mode 100644 index 0000000000000000000000000000000000000000..5a97d52e5f98197f6d53b0df756b91df3de8a1b5 --- /dev/null +++ b/go/src/bootstrap.bash @@ -0,0 +1,85 @@ +#!/usr/bin/env bash +# Copyright 2015 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. + +# When run as (for example) +# +# GOOS=linux GOARCH=ppc64 bootstrap.bash +# +# this script cross-compiles a toolchain for that GOOS/GOARCH +# combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap. +# That tree can be copied to a machine of the given target type +# and used as $GOROOT_BOOTSTRAP to bootstrap a local build. +# +# Only changes that have been committed to Git (at least locally, +# not necessary reviewed and submitted to master) are included in the tree. +# +# See also golang.org/x/build/cmd/genbootstrap, which is used +# to generate bootstrap tgz files for builders. + +set -e + +if [ "$GOOS" = "" -o "$GOARCH" = "" ]; then + echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash [-force]" >&2 + exit 2 +fi + +forceflag="" +if [ "$1" = "-force" ]; then + forceflag=-force + shift +fi + +targ="../../go-${GOOS}-${GOARCH}-bootstrap" +if [ -e $targ ]; then + echo "$targ already exists; remove before continuing" + exit 2 +fi + +unset GOROOT +src=$(cd .. && pwd) +echo "#### Copying to $targ" +cp -Rp "$src" "$targ" +cd "$targ" +echo +echo "#### Cleaning $targ" +chmod -R +w . +rm -f .gitignore +if [ -e .git ]; then + git clean -f -d +fi +echo +echo "#### Building $targ" +echo +cd src +./make.bash --no-banner $forceflag +gohostos="$(../bin/go env GOHOSTOS)" +gohostarch="$(../bin/go env GOHOSTARCH)" +goos="$(../bin/go env GOOS)" +goarch="$(../bin/go env GOARCH)" + +# NOTE: Cannot invoke go command after this point. +# We're about to delete all but the cross-compiled binaries. +cd .. +if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then + # cross-compile for local system. nothing to copy. + # useful if you've bootstrapped yourself but want to + # prepare a clean toolchain for others. + true +else + rm -f bin/go_${goos}_${goarch}_exec + mv bin/*_*/* bin + rmdir bin/*_* + rm -rf "pkg/${gohostos}_${gohostarch}" "pkg/tool/${gohostos}_${gohostarch}" +fi + +rm -rf pkg/bootstrap pkg/obj .git + +echo ---- +echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)". +echo Building tbz. +cd .. +tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz" +ls -l "$(pwd)/go-${GOOS}-${GOARCH}-bootstrap.tbz" +exit 0 diff --git a/go/src/buildall.bash b/go/src/buildall.bash new file mode 100644 index 0000000000000000000000000000000000000000..70fb3a8a61cdb081d27e043ed3ffcb18512ea387 --- /dev/null +++ b/go/src/buildall.bash @@ -0,0 +1,92 @@ +#!/usr/bin/env bash +# Copyright 2015 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. + +# Usage: buildall.bash [-e] [pattern] +# +# buildall.bash builds the standard library for all Go-supported +# architectures. +# +# Originally the Go build system used it as a smoke test to quickly +# flag portability issues in builders named "misc-compile" or "all-compile". +# As of CL 464955, the build system uses make.bash -compile-only instead, +# so this script no longer runs in any automated fashion. +# +# Options: +# -e: stop at first failure + +if [ ! -f run.bash ]; then + echo 'buildall.bash must be run from $GOROOT/src' 1>&2 + exit 1 +fi + +sete=false +if [ "$1" = "-e" ]; then + sete=true + shift +fi + +if [ "$sete" = true ]; then + set -e +fi + +pattern="$1" +if [ "$pattern" = "" ]; then + pattern=. +fi + +./make.bash || exit 1 +GOROOT="$(cd .. && pwd)" + +gettargets() { + ../bin/go tool dist list | sed -e 's|/|-|' | + grep -E -v '^(android|ios)' # need C toolchain even for cross-compiling + echo linux-arm-arm5 +} + +selectedtargets() { + gettargets | grep -E "$pattern" +} + +# put linux first in the target list to get all the architectures up front. +linux_targets() { + selectedtargets | grep 'linux' | sort +} + +non_linux_targets() { + selectedtargets | grep -v 'linux' | sort +} + +# Note words in $targets are separated by both newlines and spaces. +targets="$(linux_targets) $(non_linux_targets)" + +failed=false +for target in $targets +do + echo "" + echo "### Building $target" + export GOOS=$(echo $target | sed 's/-.*//') + export GOARCH=$(echo $target | sed 's/.*-//') + unset GOARM + if [ "$GOARCH" = "arm5" ]; then + export GOARCH=arm + export GOARM=5 + fi + + # Build and vet everything. + # cmd/go/internal/work/exec.go enables the same vet flags during go test of std cmd + # and should be kept in sync with any vet flag changes here. + if ! "$GOROOT/bin/go" build std cmd || ! "$GOROOT/bin/go" vet -unsafeptr=false std cmd; then + failed=true + if $sete; then + exit 1 + fi + fi +done + +if [ "$failed" = "true" ]; then + echo "" 1>&2 + echo "Build(s) failed." 1>&2 + exit 1 +fi diff --git a/go/src/clean.bash b/go/src/clean.bash new file mode 100644 index 0000000000000000000000000000000000000000..decfa462f9807f1d8880d98a82e85e44405dd79e --- /dev/null +++ b/go/src/clean.bash @@ -0,0 +1,22 @@ +#!/usr/bin/env bash +# Copyright 2009 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. + +set -e + +if [ ! -f run.bash ]; then + echo 'clean.bash must be run from $GOROOT/src' 1>&2 + exit 1 +fi +export GOROOT="$(cd .. && pwd)" + +gobin="${GOROOT}"/bin +if ! "$gobin"/go help >/dev/null 2>&1; then + echo 'cannot find go command; nothing to clean' >&2 + exit 1 +fi + +"$gobin/go" clean -i std +"$gobin/go" tool dist clean +"$gobin/go" clean -i cmd diff --git a/go/src/clean.bat b/go/src/clean.bat new file mode 100644 index 0000000000000000000000000000000000000000..2e03806305b433295f7c7222c6afc2eb03cdcdf6 --- /dev/null +++ b/go/src/clean.bat @@ -0,0 +1,21 @@ +:: Copyright 2012 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. + +@echo off + +setlocal + +go tool dist env -w -p >env.bat || exit /b 1 +call .\env.bat +del env.bat +echo. + +if not exist %GOTOOLDIR%\dist.exe ( + echo cannot find %GOTOOLDIR%\dist.exe; nothing to clean + exit /b 1 +) + +"%GOBIN%\go" clean -i std +"%GOBIN%\go" tool dist clean +"%GOBIN%\go" clean -i cmd diff --git a/go/src/clean.rc b/go/src/clean.rc new file mode 100644 index 0000000000000000000000000000000000000000..23bbd6032683747f25ca9676cd47c3c203362170 --- /dev/null +++ b/go/src/clean.rc @@ -0,0 +1,15 @@ +#!/bin/rc -e +# Copyright 2012 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. + +eval `{go tool dist env -9} + +if(! test -x $GOTOOLDIR/dist){ + echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2] + exit noclean +} + +$GOBIN/go clean -i std +$GOBIN/go tool dist clean +$GOBIN/go clean -i cmd diff --git a/go/src/cmp.bash b/go/src/cmp.bash new file mode 100644 index 0000000000000000000000000000000000000000..5bca266c404e4eb0dd8b88d56e569ff235e154ad --- /dev/null +++ b/go/src/cmp.bash @@ -0,0 +1,61 @@ +#!/usr/bin/env bash + +# Copyright 2016 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. + +# A simple script to compare differences between +# assembly listings for packages built with different +# compiler flags. It is useful to inspect the impact +# of a compiler change across all std lib packages. +# +# The script builds the std library (make.bash) once +# with FLAGS1 and once with FLAGS2 and compares the +# "go build " assembly output for each package +# and lists the packages with differences. +# +# For packages with differences it leaves files named +# old.txt and new.txt. + +FLAGS1="-newexport=0" +FLAGS2="-newexport=1" + +echo +echo +echo "1a) clean build using $FLAGS1" +(export GO_GCFLAGS="$FLAGS1"; sh make.bash) + +echo +echo +echo "1b) save go build output for all packages" +for pkg in `go list std`; do + echo $pkg + DIR=$GOROOT/src/$pkg + go build -gcflags "$FLAGS1 -S" -o /dev/null $pkg &> $DIR/old.txt +done + +echo +echo +echo "2a) clean build using $FLAGS2" +(export GO_GCFLAGS="$FLAGS2"; sh make.bash) + +echo +echo +echo "2b) save go build output for all packages" +for pkg in `go list std`; do + echo $pkg + DIR=$GOROOT/src/$pkg + go build -gcflags "$FLAGS2 -S" -o /dev/null $pkg &> $DIR/new.txt +done + +echo +echo +echo "3) compare assembly files" +for pkg in `go list std`; do + DIR=$GOROOT/src/$pkg + + if cmp $DIR/old.txt $DIR/new.txt &> /dev/null + then rm $DIR/old.txt $DIR/new.txt + else echo "==> $DIR" + fi +done diff --git a/go/src/go.mod b/go/src/go.mod new file mode 100644 index 0000000000000000000000000000000000000000..b329ba18def47ca84f0d27b596297a7bbfb66e35 --- /dev/null +++ b/go/src/go.mod @@ -0,0 +1,13 @@ +module std + +go 1.26 + +require ( + golang.org/x/crypto v0.46.1-0.20251210140736-7dacc380ba00 + golang.org/x/net v0.47.1-0.20260417193450-705de46f8788 +) + +require ( + golang.org/x/sys v0.39.0 // indirect + golang.org/x/text v0.32.0 // indirect +) diff --git a/go/src/go.sum b/go/src/go.sum new file mode 100644 index 0000000000000000000000000000000000000000..37f908522c1926afb0c30a07b0439b360940d092 --- /dev/null +++ b/go/src/go.sum @@ -0,0 +1,8 @@ +golang.org/x/crypto v0.46.1-0.20251210140736-7dacc380ba00 h1:JgcPM1rzpSOZS8y69FQvnY0xN0ciHlpQqwTXJcuZIA4= +golang.org/x/crypto v0.46.1-0.20251210140736-7dacc380ba00/go.mod h1:Evb/oLKmMraqjZ2iQTwDwvCtJkczlDuTmdJXoZVzqU0= +golang.org/x/net v0.47.1-0.20260417193450-705de46f8788 h1:fVWwoa/P68Bsajqy2FO4dha7TRBfgf09o932L4USeXI= +golang.org/x/net v0.47.1-0.20260417193450-705de46f8788/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU= +golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk= +golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= +golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU= +golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY= diff --git a/go/src/make.bash b/go/src/make.bash new file mode 100644 index 0000000000000000000000000000000000000000..d4e927dfda7c4314c4638f6b57dd2a6d204126a4 --- /dev/null +++ b/go/src/make.bash @@ -0,0 +1,226 @@ +#!/usr/bin/env bash +# Copyright 2009 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. + +# See golang.org/s/go15bootstrap for an overview of the build process. + +# Environment variables that control make.bash: +# +# GOHOSTARCH: The architecture for host tools (compilers and +# binaries). Binaries of this type must be executable on the current +# system, so the only common reason to set this is to set +# GOHOSTARCH=386 on an amd64 machine. +# +# GOARCH: The target architecture for installed packages and tools. +# +# GOOS: The target operating system for installed packages and tools. +# +# GO_GCFLAGS: Additional go tool compile arguments to use when +# building the packages and commands. +# +# GO_LDFLAGS: Additional go tool link arguments to use when +# building the commands. +# +# CGO_ENABLED: Controls cgo usage during the build. Set it to 1 +# to include all cgo related files, .c and .go file with "cgo" +# build directive, in the build. Set it to 0 to ignore them. +# +# GO_EXTLINK_ENABLED: Set to 1 to invoke the host linker when building +# packages that use cgo. Set to 0 to do all linking internally. This +# controls the default behavior of the linker's -linkmode option. The +# default value depends on the system. +# +# GO_LDSO: Sets the default dynamic linker/loader (ld.so) to be used +# by the internal linker. +# +# CC: Command line to run to compile C code for GOHOSTARCH. +# Default is "gcc". Also supported: "clang". +# +# CC_FOR_TARGET: Command line to run to compile C code for GOARCH. +# This is used by cgo. Default is CC. +# +# CC_FOR_${GOOS}_${GOARCH}: Command line to run to compile C code for specified ${GOOS} and ${GOARCH}. +# (for example, CC_FOR_linux_arm) +# If this is not set, the build will use CC_FOR_TARGET if appropriate, or CC. +# +# CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH. +# This is used by cgo. Default is CXX, or, if that is not set, +# "g++" or "clang++". +# +# CXX_FOR_${GOOS}_${GOARCH}: Command line to run to compile C++ code for specified ${GOOS} and ${GOARCH}. +# (for example, CXX_FOR_linux_arm) +# If this is not set, the build will use CXX_FOR_TARGET if appropriate, or CXX. +# +# FC: Command line to run to compile Fortran code for GOARCH. +# This is used by cgo. Default is "gfortran". +# +# PKG_CONFIG: Path to pkg-config tool. Default is "pkg-config". +# +# GO_DISTFLAGS: extra flags to provide to "dist bootstrap". +# (Or just pass them to the make.bash command line.) +# +# GOBUILDTIMELOGFILE: If set, make.bash and all.bash write +# timing information to this file. Useful for profiling where the +# time goes when these scripts run. +# +# GOROOT_BOOTSTRAP: A working Go tree >= Go 1.24.6 for bootstrap. +# If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is +# tried for all "go" in $PATH. By default, one of $HOME/go1.24.6, +# $HOME/sdk/go1.24.6, or $HOME/go1.4, whichever exists, in that order. +# We still check $HOME/go1.4 to allow for build scripts that still hard-code +# that name even though they put newer Go toolchains there. + +bootgo=1.24.6 + +set -e + +if [[ ! -f run.bash ]]; then + echo 'make.bash must be run from $GOROOT/src' 1>&2 + exit 1 +fi + +if [[ "$GOBUILDTIMELOGFILE" != "" ]]; then + echo $(LC_TIME=C date) start make.bash >"$GOBUILDTIMELOGFILE" +fi + +# Test for Windows. +case "$(uname)" in +*MINGW* | *WIN32* | *CYGWIN*) + echo 'ERROR: Do not use make.bash to build on Windows.' + echo 'Use make.bat instead.' + echo + exit 1 + ;; +esac + +# Test for bad ld. +if ld --version 2>&1 | grep 'gold.* 2\.20' >/dev/null; then + echo 'ERROR: Your system has gold 2.20 installed.' + echo 'This version is shipped by Ubuntu even though' + echo 'it is known not to work on Ubuntu.' + echo 'Binaries built with this linker are likely to fail in mysterious ways.' + echo + echo 'Run sudo apt-get remove binutils-gold.' + echo + exit 1 +fi + +# Test for bad SELinux. +# On Fedora 16 the selinux filesystem is mounted at /sys/fs/selinux, +# so loop through the possible selinux mount points. +for se_mount in /selinux /sys/fs/selinux +do + if [[ -d $se_mount && -f $se_mount/booleans/allow_execstack && -x /usr/sbin/selinuxenabled ]] && /usr/sbin/selinuxenabled; then + if ! cat $se_mount/booleans/allow_execstack | grep -c '^1 1$' >> /dev/null ; then + echo "WARNING: the default SELinux policy on, at least, Fedora 12 breaks " + echo "Go. You can enable the features that Go needs via the following " + echo "command (as root):" + echo " # setsebool -P allow_execstack 1" + echo + echo "Note that this affects your system globally! " + echo + echo "The build will continue in five seconds in case we " + echo "misdiagnosed the issue..." + + sleep 5 + fi + fi +done + +# Clean old generated file that will cause problems in the build. +rm -f ./runtime/runtime_defs.go + +# Finally! Run the build. + +verbose=false +vflag="" +if [[ "$1" == "-v" ]]; then + verbose=true + vflag=-v + shift +fi + +goroot_bootstrap_set=${GOROOT_BOOTSTRAP+"true"} +if [[ -z "$GOROOT_BOOTSTRAP" ]]; then + GOROOT_BOOTSTRAP="$HOME/go1.4" + for d in sdk/go$bootgo go$bootgo; do + if [[ -d "$HOME/$d" ]]; then + GOROOT_BOOTSTRAP="$HOME/$d" + fi + done +fi +export GOROOT_BOOTSTRAP + +bootstrapenv() { + GOROOT="$GOROOT_BOOTSTRAP" GO111MODULE=off GOENV=off GOOS= GOARCH= GOEXPERIMENT= GOFLAGS= "$@" +} + +export GOROOT="$(cd .. && pwd)" +IFS=$'\n'; for go_exe in $(type -ap go); do + if [[ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]]; then + goroot_bootstrap=$GOROOT_BOOTSTRAP + GOROOT_BOOTSTRAP="" + goroot=$(bootstrapenv "$go_exe" env GOROOT) + GOROOT_BOOTSTRAP=$goroot_bootstrap + if [[ "$goroot" != "$GOROOT" ]]; then + if [[ "$goroot_bootstrap_set" == "true" ]]; then + printf 'WARNING: %s does not exist, found %s from env\n' "$GOROOT_BOOTSTRAP/bin/go" "$go_exe" >&2 + printf 'WARNING: set %s as GOROOT_BOOTSTRAP\n' "$goroot" >&2 + fi + GOROOT_BOOTSTRAP="$goroot" + fi + fi +done; unset IFS +if [[ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]]; then + echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2 + echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go $bootgo." >&2 + exit 1 +fi +# Get the exact bootstrap toolchain version to help with debugging. +# We clear GOOS and GOARCH to avoid an ominous but harmless warning if +# the bootstrap doesn't support them. +GOROOT_BOOTSTRAP_VERSION=$(bootstrapenv "$GOROOT_BOOTSTRAP/bin/go" version | sed 's/go version //') +echo "Building Go cmd/dist using $GOROOT_BOOTSTRAP. ($GOROOT_BOOTSTRAP_VERSION)" +if $verbose; then + echo cmd/dist +fi +if [[ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]]; then + echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2 + echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go $bootgo." >&2 + exit 1 +fi +rm -f cmd/dist/dist +bootstrapenv "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist + +# -e doesn't propagate out of eval, so check success by hand. +eval $(./cmd/dist/dist env -p || echo FAIL=true) +if [[ "$FAIL" == true ]]; then + exit 1 +fi + +if $verbose; then + echo +fi + +if [[ "$1" == "--dist-tool" ]]; then + # Stop after building dist tool. + mkdir -p "$GOTOOLDIR" + if [[ "$2" != "" ]]; then + cp cmd/dist/dist "$2" + fi + mv cmd/dist/dist "$GOTOOLDIR"/dist + exit 0 +fi + +# Run dist bootstrap to complete make.bash. +# Bootstrap installs a proper cmd/dist, built with the new toolchain. +# Throw ours, built with the bootstrap toolchain, away after bootstrap. +./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@" +rm -f ./cmd/dist/dist + +# DO NOT ADD ANY NEW CODE HERE. +# The bootstrap+rm above are the final step of make.bash. +# If something must be added, add it to cmd/dist's cmdbootstrap, +# to avoid needing three copies in three different shell languages +# (make.bash, make.bat, make.rc). diff --git a/go/src/make.bat b/go/src/make.bat new file mode 100644 index 0000000000000000000000000000000000000000..29105cd8a54d98d3b15afb7747a00a9740f4b5d4 --- /dev/null +++ b/go/src/make.bat @@ -0,0 +1,131 @@ +:: Copyright 2012 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. + +:: Environment variables that control make.bat: +:: +:: GOHOSTARCH: The architecture for host tools (compilers and +:: binaries). Binaries of this type must be executable on the current +:: system, so the only common reason to set this is to set +:: GOHOSTARCH=386 on an amd64 machine. +:: +:: GOARCH: The target architecture for installed packages and tools. +:: +:: GOOS: The target operating system for installed packages and tools. +:: +:: GO_GCFLAGS: Additional go tool compile arguments to use when +:: building the packages and commands. +:: +:: GO_LDFLAGS: Additional go tool link arguments to use when +:: building the commands. +:: +:: CGO_ENABLED: Controls cgo usage during the build. Set it to 1 +:: to include all cgo related files, .c and .go file with "cgo" +:: build directive, in the build. Set it to 0 to ignore them. +:: +:: CC: Command line to run to compile C code for GOHOSTARCH. +:: Default is "gcc". +:: +:: CC_FOR_TARGET: Command line to run compile C code for GOARCH. +:: This is used by cgo. Default is CC. +:: +:: FC: Command line to run to compile Fortran code. +:: This is used by cgo. Default is "gfortran". + +@echo off + +setlocal + +if not exist make.bat ( + echo Must run make.bat from Go src directory. + exit /b 1 +) + +:: Clean old generated file that will cause problems in the build. +del /F ".\pkg\runtime\runtime_defs.go" 2>NUL + +:: Set GOROOT for build. +cd .. +set GOROOT_TEMP=%CD% +set GOROOT= +cd src +set vflag= +if x%1==x-v set vflag=-v +if x%2==x-v set vflag=-v +if x%3==x-v set vflag=-v +if x%4==x-v set vflag=-v + +if not exist ..\bin\tool mkdir ..\bin\tool + +:: Calculating GOROOT_BOOTSTRAP +if not "x%GOROOT_BOOTSTRAP%"=="x" goto bootstrapset +for /f "tokens=*" %%g in ('where go 2^>nul') do ( + setlocal + call :nogoenv + for /f "tokens=*" %%i in ('"%%g" env GOROOT 2^>nul') do ( + endlocal + if /I not "%%i"=="%GOROOT_TEMP%" ( + set GOROOT_BOOTSTRAP=%%i + goto bootstrapset + ) + ) +) + +set bootgo=1.24.6 +if "x%GOROOT_BOOTSTRAP%"=="x" if exist "%HOMEDRIVE%%HOMEPATH%\go%bootgo%" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\go%bootgo% +if "x%GOROOT_BOOTSTRAP%"=="x" if exist "%HOMEDRIVE%%HOMEPATH%\sdk\go%bootgo%" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\sdk\go%bootgo% +if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\Go1.4 + +:bootstrapset +if not exist "%GOROOT_BOOTSTRAP%\bin\go.exe" ( + echo ERROR: Cannot find %GOROOT_BOOTSTRAP%\bin\go.exe + echo Set GOROOT_BOOTSTRAP to a working Go tree ^>= Go %bootgo%. + exit /b 1 +) +set GOROOT=%GOROOT_TEMP% +set GOROOT_TEMP= + +setlocal +call :nogoenv +for /f "tokens=*" %%g IN ('"%GOROOT_BOOTSTRAP%\bin\go" version') do (set GOROOT_BOOTSTRAP_VERSION=%%g) +set GOROOT_BOOTSTRAP_VERSION=%GOROOT_BOOTSTRAP_VERSION:go version =% +echo Building Go cmd/dist using %GOROOT_BOOTSTRAP%. (%GOROOT_BOOTSTRAP_VERSION%) +if x%vflag==x-v echo cmd/dist +set GOROOT=%GOROOT_BOOTSTRAP% +set GOBIN= +"%GOROOT_BOOTSTRAP%\bin\go.exe" build -o cmd\dist\dist.exe .\cmd\dist || exit /b 1 +endlocal +.\cmd\dist\dist.exe env -w -p >env.bat || exit /b 1 +call .\env.bat +del env.bat +if x%vflag==x-v echo. + +if x%1==x--dist-tool ( + mkdir "%GOTOOLDIR%" 2>NUL + if not x%2==x ( + copy cmd\dist\dist.exe "%2" + ) + move cmd\dist\dist.exe "%GOTOOLDIR%\dist.exe" + goto :eof +) + +:: Run dist bootstrap to complete make.bash. +:: Bootstrap installs a proper cmd/dist, built with the new toolchain. +:: Throw ours, built with the bootstrap toolchain, away after bootstrap. +.\cmd\dist\dist.exe bootstrap -a %* || exit /b 1 +del .\cmd\dist\dist.exe +goto :eof + +:: DO NOT ADD ANY NEW CODE HERE. +:: The bootstrap+del above are the final step of make.bat. +:: If something must be added, add it to cmd/dist's cmdbootstrap, +:: to avoid needing three copies in three different shell languages +:: (make.bash, make.bat, make.rc). + +:nogoenv +set GO111MODULE=off +set GOENV=off +set GOOS= +set GOARCH= +set GOEXPERIMENT= +set GOFLAGS= diff --git a/go/src/make.rc b/go/src/make.rc new file mode 100644 index 0000000000000000000000000000000000000000..9ba2b7d76d70185479d6345005f81d4d4e5f32bb --- /dev/null +++ b/go/src/make.rc @@ -0,0 +1,121 @@ +#!/bin/rc -e +# Copyright 2012 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. + +# See golang.org/s/go15bootstrap for an overview of the build process. + +# Environment variables that control make.rc: +# +# GOHOSTARCH: The architecture for host tools (compilers and +# binaries). Binaries of this type must be executable on the current +# system, so the only common reason to set this is to set +# GOHOSTARCH=386 on an amd64 machine. +# +# GOARCH: The target architecture for installed packages and tools. +# +# GOOS: The target operating system for installed packages and tools. +# +# GO_GCFLAGS: Additional go tool compile arguments to use when +# building the packages and commands. +# +# GO_LDFLAGS: Additional go tool link arguments to use when +# building the commands. +# +# CGO_ENABLED: Controls cgo usage during the build. Set it to 1 +# to include all cgo related files, .c and .go file with "cgo" +# build directive, in the build. Set it to 0 to ignore them. + +rfork e +if(! test -f run.rc){ + echo 'make.rc must be run from $GOROOT/src' >[1=2] + exit wrongdir +} + +# Clean old generated file that will cause problems in the build. +rm -f ./runtime/runtime_defs.go + +# Determine the host compiler toolchain. +eval `{grep '^(CC|LD|O)=' /$objtype/mkfile} + +vflag=() +if(~ $1 -v) { + vflag=(-v) + shift +} + +fn bootstrapenv { + GOROOT=$GOROOT_BOOTSTRAP GO111MODULE=off GOENV=off GOOS=() GOARCH=() GOEXPERIMENT=() GOFLAGS=() $* +} + +bootgo = 1.24.6 +GOROOT = `{cd .. && pwd} +goroot_bootstrap_set = 'true' +if(~ $"GOROOT_BOOTSTRAP ''){ + goroot_bootstrap_set = 'false' + GOROOT_BOOTSTRAP = $home/go1.4 + for(d in sdk/go$bootgo go$bootgo) + if(test -d $home/$d) + GOROOT_BOOTSTRAP = $home/$d +} +for(p in $path){ + if(! test -x $GOROOT_BOOTSTRAP/bin/go){ + if(go_exe = `{path=$p whatis go}){ + goroot_bootstrap = $GOROOT_BOOTSTRAP + GOROOT_BOOTSTRAP = () + goroot = `{bootstrapenv $go_exe env GOROOT} + GOROOT_BOOTSTRAP = $goroot_bootstrap + if(! ~ $goroot $GOROOT){ + if(~ $goroot_bootstrap_set 'true'){ + echo 'WARNING: '$GOROOT_BOOTSTRAP'/bin/go does not exist, found '$go_exe' from env' >[1=2] + echo 'WARNING: set '$goroot' as GOROOT_BOOTSTRAP' >[1=2] + } + GOROOT_BOOTSTRAP = $goroot + } + } + } +} +if(! test -x $GOROOT_BOOTSTRAP/bin/go){ + echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2] + echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go '$bootgo'.' >[1=2] + exit bootstrap +} +if(~ $GOROOT_BOOTSTRAP $GOROOT){ + echo 'ERROR: $GOROOT_BOOTSTRAP must not be set to $GOROOT' >[1=2] + echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go '$bootgo'.' >[1=2] + exit bootstrap +} + +# Get the exact bootstrap toolchain version to help with debugging. +# We clear GOOS and GOARCH to avoid an ominous but harmless warning if +# the bootstrap doesn't support them. +GOROOT_BOOTSTRAP_VERSION=`{bootstrapenv $GOROOT_BOOTSTRAP/bin/go version | sed 's/go version //'} +echo 'Building Go cmd/dist using '$GOROOT_BOOTSTRAP'. ('$"GOROOT_BOOTSTRAP_VERSION')' +if(~ $#vflag 1) + echo cmd/dist +bootstrapenv $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist + +eval `{./cmd/dist/dist env -9} +if(~ $#vflag 1) + echo + +if(~ $1 --dist-tool){ + # Stop after building dist tool. + mkdir -p $GOTOOLDIR + if(! ~ $2 '') + cp cmd/dist/dist $2 + mv cmd/dist/dist $GOTOOLDIR/dist + exit +} + +# Run dist bootstrap to complete make.bash. +# Bootstrap installs a proper cmd/dist, built with the new toolchain. +# Throw ours, built with the bootstrap toolchain, away after bootstrap. +./cmd/dist/dist bootstrap -a $vflag $* +rm -f ./cmd/dist/dist + +# DO NOT ADD ANY NEW CODE HERE. +# The bootstrap+rm above are the final step of make.rc. +# If something must be added, add it to cmd/dist's cmdbootstrap, +# to avoid needing three copies in three different shell languages +# (make.bash, make.bat, make.rc). diff --git a/go/src/race.bash b/go/src/race.bash new file mode 100644 index 0000000000000000000000000000000000000000..3ce91a345fdbea23708d6410b108ac9531896df2 --- /dev/null +++ b/go/src/race.bash @@ -0,0 +1,37 @@ +#!/usr/bin/env bash +# Copyright 2013 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. + +# race.bash tests the standard library under the race detector. +# https://golang.org/doc/articles/race_detector.html + +set -e + +function usage { + echo 'race detector is only supported on linux/amd64, linux/ppc64le, linux/arm64, linux/loong64, linux/riscv64, linux/s390x, freebsd/amd64, netbsd/amd64, openbsd/amd64, darwin/amd64, and darwin/arm64' 1>&2 + exit 1 +} + +case $(uname -s -m) in + "Darwin x86_64") ;; + "Darwin arm64") ;; + "Linux x86_64") ;; + "Linux ppc64le") ;; + "Linux aarch64") ;; + "Linux loongarch64") ;; + "Linux riscv64") ;; + "Linux s390x") ;; + "FreeBSD amd64") ;; + "NetBSD amd64") ;; + "OpenBSD amd64") ;; + *) usage ;; +esac + +if [ ! -f make.bash ]; then + echo 'race.bash must be run from $GOROOT/src' 1>&2 + exit 1 +fi +. ./make.bash --no-banner +go install -race std +go tool dist test -race diff --git a/go/src/race.bat b/go/src/race.bat new file mode 100644 index 0000000000000000000000000000000000000000..206d4126eea64804f3cb0035c64827b3fe3f1f27 --- /dev/null +++ b/go/src/race.bat @@ -0,0 +1,24 @@ +:: Copyright 2013 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. + +:: race.bash tests the standard library under the race detector. +:: https://golang.org/doc/articles/race_detector.html + +@echo off + +setlocal + +if not exist make.bat ( + echo race.bat must be run from go\src + exit /b 1 +) + +if not "%PROCESSOR_ARCHITECTURE%"=="AMD64" ( + echo Race detector is only supported on windows/amd64. + exit /b 1 +) + +call .\make.bat --no-banner || exit /b 1 +go install -race std || exit /b 1 +go tool dist test -race || exit /b 1 diff --git a/go/src/run.bash b/go/src/run.bash new file mode 100644 index 0000000000000000000000000000000000000000..cb474325c4ab27c5d1703facb75d0aec71e42013 --- /dev/null +++ b/go/src/run.bash @@ -0,0 +1,53 @@ +#!/usr/bin/env bash +# Copyright 2009 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. + +# Environment variables that control run.bash: +# +# GO_TEST_SHARDS: number of "dist test" test shards that the +# $GOROOT/test directory will be sliced up into for parallel +# execution. Defaults to 1, unless GO_BUILDER_NAME is also specified, +# in which case it defaults to 10. +# +# GO_BUILDER_NAME: the name of the Go builder that's running the tests. +# Some tests are conditionally enabled or disabled based on the builder +# name or the builder name being non-empty. +# +# GO_TEST_SHORT: if set to a non-empty, false-ish string, run tests in "-short=false" mode. +# This environment variable is an internal implementation detail between the +# Go build system (x/build) and cmd/dist for the purpose of longtest builders, +# and will be removed if it stops being needed. See go.dev/issue/12508. +# +# GO_TEST_TIMEOUT_SCALE: a non-negative integer factor to scale test timeout by. +# Defaults to 1. + +set -e + +if [ ! -f ../bin/go ]; then + echo 'run.bash must be run from $GOROOT/src after installing cmd/go' 1>&2 + exit 1 +fi + +export GOENV=off +eval $(../bin/go tool dist env) + +unset CDPATH # in case user has it set + +export GOHOSTOS +export CC + +# no core files, please +ulimit -c 0 + +# Raise soft limits to hard limits for NetBSD/OpenBSD. +# We need at least ~300 MB of bss. +[ "$(ulimit -H -d)" = "unlimited" ] || ulimit -S -d $(ulimit -H -d) + +# Thread count limit on NetBSD 7. +if ulimit -T &> /dev/null; then + [ "$(ulimit -H -T)" = "unlimited" ] || ulimit -S -T $(ulimit -H -T) +fi + +export GOPATH=/nonexist-gopath +exec ../bin/go tool dist test -rebuild "$@" diff --git a/go/src/run.bat b/go/src/run.bat new file mode 100644 index 0000000000000000000000000000000000000000..b6a101b2ff0faeed8375cb24ad014bda85d5cbe6 --- /dev/null +++ b/go/src/run.bat @@ -0,0 +1,20 @@ +:: Copyright 2012 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. + +@echo off + +if not exist ..\bin\go.exe ( + echo Must run run.bat from Go src directory after installing cmd/go. + exit /b 1 +) + +setlocal + +set GOENV=off +..\bin\go tool dist env > env.bat || exit /b 1 +call .\env.bat +del env.bat + +set GOPATH=c:\nonexist-gopath +..\bin\go tool dist test --rebuild %* || exit /b 1 diff --git a/go/src/run.rc b/go/src/run.rc new file mode 100644 index 0000000000000000000000000000000000000000..704290ca5ed1fdcc1a2016bf84e03155aa972741 --- /dev/null +++ b/go/src/run.rc @@ -0,0 +1,17 @@ +#!/bin/rc -e +# Copyright 2012 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. + +rfork e + +if(! test -f ../bin/go){ + echo 'run.rc must be run from $GOROOT/src after installing cmd/go' >[1=2] + exit wrongdir +} + +GOENV=off +eval `{../bin/go tool dist env} + +GOPATH=/nonexist-gopath +exec ../bin/go tool dist test -rebuild $* diff --git a/go/test/235.go b/go/test/235.go new file mode 100644 index 0000000000000000000000000000000000000000..6745dde41ab7d8560f32e1ee526c1d6efd63f611 --- /dev/null +++ b/go/test/235.go @@ -0,0 +1,75 @@ +// run + +// Copyright 2009 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. + +// Solve the 2,3,5 problem (print all numbers with 2, 3, or 5 as factor) using channels. +// Test the solution, silently. + +package main + +type T chan uint64 + +func M(f uint64) (in, out T) { + in = make(T, 100) + out = make(T, 100) + go func(in, out T, f uint64) { + for { + out <- f*<-in + } + }(in, out, f) + return in, out +} + + +func min(xs []uint64) uint64 { + m := xs[0] + for i := 1; i < len(xs); i++ { + if xs[i] < m { + m = xs[i] + } + } + return m +} + + +func main() { + F := []uint64{2, 3, 5} + var n = len(F) + OUT := []uint64{ + 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32, 36, + 40, 45, 48, 50, 54, 60, 64, 72, 75, 80, 81, 90, 96, 100, 108, 120, 125, + 128, 135, 144, 150, 160, 162, 180, 192, 200, 216, 225, 240, 243, 250, + 256, 270, 288, 300, 320, 324, 360, 375, 384, 400, 405, 432, 450, 480, + 486, 500, 512, 540, 576, 600, 625, 640, 648, 675, 720, 729, 750, 768, + 800, 810, 864, 900, 960, 972, 1000, 1024, 1080, 1125, 1152, 1200, 1215, + 1250, 1280, 1296, 1350, 1440, 1458, 1500, 1536, 1600} + + x := uint64(1) + ins := make([]T, n) + outs := make([]T, n) + xs := make([]uint64, n) + for i := 0; i < n; i++ { + ins[i], outs[i] = M(F[i]) + xs[i] = x + } + + for i := 0; i < len(OUT); i++ { + for i := 0; i < n; i++ { + ins[i] <- x + } + + for i := 0; i < n; i++ { + if xs[i] == x { + xs[i] = <-outs[i] + } + } + + x = min(xs) + if x != OUT[i] { + println("bad: ", x, " should be ", OUT[i]) + panic("235") + } + } +} diff --git a/go/test/64bit.go b/go/test/64bit.go new file mode 100644 index 0000000000000000000000000000000000000000..d99d8e83f0d544dc195cb2bb53ba8434b1c04e36 --- /dev/null +++ b/go/test/64bit.go @@ -0,0 +1,728 @@ +// runoutput + +// Copyright 2009 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. + +// Generate test of 64-bit arithmetic. +// Most synthesized routines have different cases for +// constants vs variables and even the generated code has +// different cases for large and small constants, +// so try a good range of inputs. + +package main + +import ( + "bufio" + "fmt" + "os" +) + +var bout *bufio.Writer + +// 64-bit math without using 64-bit numbers, +// so that we can generate the test program even +// if the compiler has buggy or missing 64-bit support. + +type Uint64 struct { + hi uint32 + lo uint32 +} + +type Int64 struct { + hi int32 + lo uint32 +} + +func (a Uint64) Int64() (c Int64) { + c.hi = int32(a.hi) + c.lo = a.lo + return +} + +func (a Uint64) Cmp(b Uint64) int { + switch { + case a.hi < b.hi: + return -1 + case a.hi > b.hi: + return 1 + case a.lo < b.lo: + return -1 + case a.lo > b.lo: + return 1 + } + return 0 +} + +func (a Uint64) LeftShift(b uint) (c Uint64) { + switch { + case b >= 64: + c.hi = 0 + c.lo = 0 + case b >= 32: + c.hi = a.lo << (b - 32) + c.lo = 0 + default: + c.hi = a.hi<>(32-b) + c.lo = a.lo << b + } + return +} + +func (a Uint64) RightShift(b uint) (c Uint64) { + switch { + case b >= 64: + c.hi = 0 + c.lo = a.hi + case b >= 32: + c.hi = 0 + c.lo = a.hi >> (b - 32) + default: + c.hi = a.hi >> b + c.lo = a.hi<<(32-b) | a.lo>>b + } + return +} + +func (a Uint64) LeftShift64(b Uint64) (c Uint64) { + if b.hi != 0 || b.lo >= 64 { + return + } + return a.LeftShift(uint(b.lo)) +} + +func (a Uint64) RightShift64(b Uint64) (c Uint64) { + if b.hi != 0 || b.lo >= 64 { + return + } + return a.RightShift(uint(b.lo)) +} + +func (a Uint64) Plus(b Uint64) (c Uint64) { + var carry uint32 + if c.lo = a.lo + b.lo; c.lo < a.lo { + carry = 1 + } + c.hi = a.hi + b.hi + carry + return +} + +func (a Uint64) Minus(b Uint64) (c Uint64) { + var borrow uint32 + if c.lo = a.lo - b.lo; c.lo > a.lo { + borrow = 1 + } + c.hi = a.hi - b.hi - borrow + return +} + +func (a Uint64) Neg() (c Uint64) { + var zero Uint64 + return zero.Minus(a) +} + +func (a Uint64) Com() (c Uint64) { + c.hi = ^a.hi + c.lo = ^a.lo + return +} + +func (a Uint64) Len() int { + switch { + case a.hi != 0: + for i := 31; i >= 0; i-- { + if a.hi&(1<= 0; i-- { + if a.lo&(1<= 64: + return false + case b >= 32: + return a.hi&(1<<(b-32)) != 0 + } + return a.lo&(1<= 0 { + b = b.LeftShift(uint(n)) + for i := 0; i <= n; i++ { + quo = quo.LeftShift(1) + if b.Cmp(a) <= 0 { // b <= a + quo.lo |= 1 + a = a.Minus(b) + } + b = b.RightShift(1) + } + } + rem = a + return +} + +func (a Uint64) And(b Uint64) (c Uint64) { + c.hi = a.hi & b.hi + c.lo = a.lo & b.lo + return +} + +func (a Uint64) AndNot(b Uint64) (c Uint64) { + c.hi = a.hi &^ b.hi + c.lo = a.lo &^ b.lo + return +} + +func (a Uint64) Or(b Uint64) (c Uint64) { + c.hi = a.hi | b.hi + c.lo = a.lo | b.lo + return +} + +func (a Uint64) Xor(b Uint64) (c Uint64) { + c.hi = a.hi ^ b.hi + c.lo = a.lo ^ b.lo + return +} + +func (a Uint64) String() string { return fmt.Sprintf("%#x%08x", a.hi, a.lo) } + +func (a Int64) Uint64() (c Uint64) { + c.hi = uint32(a.hi) + c.lo = a.lo + return +} + +func (a Int64) Cmp(b Int64) int { + // Same body as Uint64.Cmp, + // but behaves differently + // because hi is uint32 not int32. + switch { + case a.hi < b.hi: + return -1 + case a.hi > b.hi: + return 1 + case a.lo < b.lo: + return -1 + case a.lo > b.lo: + return 1 + } + return 0 +} + +func (a Int64) LeftShift(b uint) (c Int64) { return a.Uint64().LeftShift(b).Int64() } + +func (a Int64) RightShift(b uint) (c Int64) { + switch { + case b >= 64: + c.hi = a.hi >> 31 // sign extend + c.lo = uint32(c.hi) + case b >= 32: + c.hi = a.hi >> 31 // sign extend + c.lo = uint32(a.hi >> (b - 32)) + default: + c.hi = a.hi >> b + c.lo = uint32(a.hi<<(32-b)) | a.lo>>b + } + return +} + +func (a Int64) LeftShift64(b Uint64) (c Int64) { + if b.hi != 0 || b.lo >= 64 { + return + } + return a.LeftShift(uint(b.lo)) +} + +func (a Int64) RightShift64(b Uint64) (c Int64) { + if b.hi != 0 || b.lo >= 64 { + return a.RightShift(64) + } + return a.RightShift(uint(b.lo)) +} + +func (a Int64) Plus(b Int64) (c Int64) { return a.Uint64().Plus(b.Uint64()).Int64() } + +func (a Int64) Minus(b Int64) (c Int64) { return a.Uint64().Minus(b.Uint64()).Int64() } + +func (a Int64) Neg() (c Int64) { return a.Uint64().Neg().Int64() } + +func (a Int64) Com() (c Int64) { return a.Uint64().Com().Int64() } + +func (a Int64) Times(b Int64) (c Int64) { return a.Uint64().Times(b.Uint64()).Int64() } + +func (a Int64) DivMod(b Int64) (quo Int64, rem Int64) { + var zero Int64 + + quoSign := +1 + remSign := +1 + if a.Cmp(zero) < 0 { + quoSign = -1 + remSign = -1 + a = a.Neg() + } + if b.Cmp(zero) < 0 { + quoSign = -quoSign + b = b.Neg() + } + + q, r := a.Uint64().DivMod(b.Uint64()) + quo = q.Int64() + rem = r.Int64() + + if quoSign < 0 { + quo = quo.Neg() + } + if remSign < 0 { + rem = rem.Neg() + } + return +} + +func (a Int64) And(b Int64) (c Int64) { return a.Uint64().And(b.Uint64()).Int64() } + +func (a Int64) AndNot(b Int64) (c Int64) { return a.Uint64().AndNot(b.Uint64()).Int64() } + +func (a Int64) Or(b Int64) (c Int64) { return a.Uint64().Or(b.Uint64()).Int64() } + +func (a Int64) Xor(b Int64) (c Int64) { return a.Uint64().Xor(b.Uint64()).Int64() } + +func (a Int64) String() string { + if a.hi < 0 { + return fmt.Sprintf("-%s", a.Neg().Uint64()) + } + return a.Uint64().String() +} + +var int64Values = []Int64{ + Int64{0, 0}, + Int64{0, 1}, + Int64{0, 2}, + Int64{0, 3}, + Int64{0, 100}, + Int64{0, 10001}, + Int64{0, 1<<31 - 1}, + Int64{0, 1 << 31}, + Int64{0, 1<<31 + 1}, + Int64{0, 1<<32 - 1<<30}, + Int64{0, 1<<32 - 1}, + Int64{1, 0}, + Int64{1, 1}, + Int64{2, 0}, + Int64{1<<31 - 1, 1<<32 - 10000}, + Int64{1<<31 - 1, 1<<32 - 1}, + Int64{0x789abcde, 0xf0123456}, + + Int64{-1, 1<<32 - 1}, + Int64{-1, 1<<32 - 2}, + Int64{-1, 1<<32 - 3}, + Int64{-1, 1<<32 - 100}, + Int64{-1, 1<<32 - 10001}, + Int64{-1, 1<<32 - (1<<31 - 1)}, + Int64{-1, 1<<32 - 1<<31}, + Int64{-1, 1<<32 - (1<<31 + 1)}, + Int64{-1, 1<<32 - (1<<32 - 1<<30)}, + Int64{-1, 0}, + Int64{-1, 1}, + Int64{-2, 0}, + Int64{-(1 << 31), 10000}, + Int64{-(1 << 31), 1}, + Int64{-(1 << 31), 0}, + Int64{-0x789abcde, 0xf0123456}, +} + +var uint64Values = []Uint64{ + Uint64{0, 0}, + Uint64{0, 1}, + Uint64{0, 2}, + Uint64{0, 3}, + Uint64{0, 100}, + Uint64{0, 10001}, + Uint64{0, 1<<31 - 1}, + Uint64{0, 1 << 31}, + Uint64{0, 1<<31 + 1}, + Uint64{0, 1<<32 - 1<<30}, + Uint64{0, 1<<32 - 1}, + Uint64{1, 0}, + Uint64{1, 1}, + Uint64{2, 0}, + Uint64{1<<31 - 1, 1<<32 - 10000}, + Uint64{1<<31 - 1, 1<<32 - 1}, + Uint64{1<<32 - 1<<30, 0}, + Uint64{1<<32 - 1, 0}, + Uint64{1<<32 - 1, 1<<32 - 100}, + Uint64{1<<32 - 1, 1<<32 - 1}, + Uint64{0x789abcde, 0xf0123456}, + Uint64{0xfedcba98, 0x76543210}, +} + +var shiftValues = []Uint64{ + Uint64{0, 0}, + Uint64{0, 1}, + Uint64{0, 2}, + Uint64{0, 3}, + Uint64{0, 15}, + Uint64{0, 16}, + Uint64{0, 17}, + Uint64{0, 31}, + Uint64{0, 32}, + Uint64{0, 33}, + Uint64{0, 61}, + Uint64{0, 62}, + Uint64{0, 63}, + Uint64{0, 64}, + Uint64{0, 65}, + Uint64{0, 1<<32 - 1}, + Uint64{1, 0}, + Uint64{1, 1}, + Uint64{1 << 28, 0}, + Uint64{1 << 31, 0}, + Uint64{1<<32 - 1, 0}, + Uint64{1<<32 - 1, 1<<32 - 1}, +} + +var ntest = 0 + +// Part 1 is tests of variable operations; generic functions +// called by repetitive code. Could make a table but not worth it. + +const prolog = "\n" + + "package main\n" + + "\n" + + "import \"os\"\n" + + "\n" + + "var ok = true\n" + + "\n" + + "func testInt64Unary(a, plus, xor, minus int64) {\n" + + " if n, op, want := +a, `+`, plus; n != want { ok=false; println(`int64`, op, a, `=`, n, `should be`, want); }\n" + + " if n, op, want := ^a, `^`, xor; n != want { ok=false; println(`int64`, op, a, `=`, n, `should be`, want); }\n" + + " if n, op, want := -a, `-`, minus; n != want { ok=false; println(`int64`, op, a, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + + "func testInt64Binary(a, b, add, sub, mul, div, mod, and, or, xor, andnot int64, dodiv bool) {\n" + + " if n, op, want := a + b, `+`, add; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a - b, `-`, sub; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a * b, `*`, mul; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if dodiv {\n" + + " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a % b, `%`, mod; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " }\n" + + " if n, op, want := a & b, `&`, and; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a | b, `|`, or; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a ^ b, `^`, xor; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a &^ b, `&^`, andnot; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + + "func testInt64Shift(a int64, b uint64, left, right int64) {\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`int64`, a, op, `uint64`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`int64`, a, op, `uint64`, s, `=`, n, `should be`, want); }\n" + + " if uint64(uint(b)) == b {\n" + + " b := uint(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`int64`, a, op, `uint`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`int64`, a, op, `uint`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + " if uint64(uint32(b)) == b {\n" + + " b := uint32(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`int64`, a, op, `uint32`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`int64`, a, op, `uint32`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + " if uint64(uint16(b)) == b {\n" + + " b := uint16(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`int64`, a, op, `uint16`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`int64`, a, op, `uint16`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + " if uint64(uint8(b)) == b {\n" + + " b := uint8(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`int64`, a, op, `uint8`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`int64`, a, op, `uint8`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + "}\n" + + "\n" + + "func testUint64Unary(a, plus, xor, minus uint64) {\n" + + " if n, op, want := +a, `+`, plus; n != want { ok=false; println(`uint64`, op, a, `=`, n, `should be`, want); }\n" + + " if n, op, want := ^a, `^`, xor; n != want { ok=false; println(`uint64`, op, a, `=`, n, `should be`, want); }\n" + + " if n, op, want := -a, `-`, minus; n != want { ok=false; println(`uint64`, op, a, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + + "func testUint64Binary(a, b, add, sub, mul, div, mod, and, or, xor, andnot uint64, dodiv bool) {\n" + + " if n, op, want := a + b, `+`, add; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a - b, `-`, sub; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a * b, `*`, mul; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if dodiv {\n" + + " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a % b, `%`, mod; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " }\n" + + " if n, op, want := a & b, `&`, and; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a | b, `|`, or; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a ^ b, `^`, xor; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a &^ b, `&^`, andnot; n != want { ok=false; println(`uint64`, a, op, b, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + + "func testUint64Shift(a, b, left, right uint64) {\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`uint64`, a, op, `uint64`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`uint64`, a, op, `uint64`, s, `=`, n, `should be`, want); }\n" + + " if uint64(uint(b)) == b {\n" + + " b := uint(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`uint64`, a, op, `uint`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`uint64`, a, op, `uint`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + " if uint64(uint32(b)) == b {\n" + + " b := uint32(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`uint64`, a, op, `uint32`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`uint64`, a, op, `uint32`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + " if uint64(uint16(b)) == b {\n" + + " b := uint16(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`uint64`, a, op, `uint16`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`uint64`, a, op, `uint16`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + " if uint64(uint8(b)) == b {\n" + + " b := uint8(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(`uint64`, a, op, `uint8`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(`uint64`, a, op, `uint8`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + "}\n" + + "\n" + +func varTests() { + fmt.Fprint(bout, prolog) + for _, a := range int64Values { + fmt.Fprintf(bout, "func test%v() {\n", ntest) + ntest++ + fmt.Fprintf(bout, "\ttestInt64Unary(%v, %v, %v, %v);\n", a, a, a.Com(), a.Neg()) + for _, b := range int64Values { + var div, mod Int64 + dodiv := false + var zero Int64 + if b.Cmp(zero) != 0 { // b != 0 + // Can't divide by zero but also can't divide -0x8000...000 by -1. + var bigneg = Int64{-0x80000000, 0} + var minus1 = Int64{-1, ^uint32(0)} + if a.Cmp(bigneg) != 0 || b.Cmp(minus1) != 0 { // a != -1<<63 || b != -1 + div, mod = a.DivMod(b) + dodiv = true + } + } + fmt.Fprintf(bout, "\ttestInt64Binary(%v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v);\n", + a, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod, + a.And(b), a.Or(b), a.Xor(b), a.AndNot(b), dodiv) + } + for _, b := range shiftValues { + fmt.Fprintf(bout, "\ttestInt64Shift(%v, %v, %v, %v);\n", + a, b, a.LeftShift64(b), a.RightShift64(b)) + } + fmt.Fprintf(bout, "}\n") + } + + for _, a := range uint64Values { + fmt.Fprintf(bout, "func test%v() {\n", ntest) + ntest++ + fmt.Fprintf(bout, "\ttestUint64Unary(%v, %v, %v, %v);\n", a, a, a.Com(), a.Neg()) + for _, b := range uint64Values { + var div, mod Uint64 + dodiv := false + var zero Uint64 + if b.Cmp(zero) != 0 { // b != 0 + div, mod = a.DivMod(b) + dodiv = true + } + fmt.Fprintf(bout, "\ttestUint64Binary(%v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v);\n", + a, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod, + a.And(b), a.Or(b), a.Xor(b), a.AndNot(b), dodiv) + } + for _, b := range shiftValues { + fmt.Fprintf(bout, "\ttestUint64Shift(%v, %v, %v, %v);\n", + a, b, a.LeftShift64(b), a.RightShift64(b)) + } + fmt.Fprintf(bout, "}\n") + } +} + +// Part 2 is tests of operations involving one variable and one constant. + +const binaryConstL = "func test%vBinaryL%v(b, add, sub, mul, div, mod, and, or, xor, andnot %v, dodiv bool) {\n" + + " const a %v = %v;\n" + + " const typ = `%s`;\n" + + " if n, op, want := a + b, `+`, add; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a - b, `-`, sub; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a * b, `*`, mul; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if dodiv {\n" + + " if n, op, want := a / b, `/`, div; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a %% b, `%%`, mod; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " }\n" + + " if n, op, want := a & b, `&`, and; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a | b, `|`, or; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a ^ b, `^`, xor; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a &^ b, `&^`, andnot; n != want { ok=false; println(typ, `const`, a, op, `var`, b, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + +const binaryConstR = "func test%vBinaryR%v(a, add, sub, mul, div, mod, and, or, xor, andnot %v, dodiv bool) {\n" + + " const b %v = %v;\n" + + " const typ = `%s`;\n" + + " if n, op, want := a + b, `+`, add; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a - b, `-`, sub; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a * b, `*`, mul; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if dodiv {\n" + + " if n, op, want := a / b, `/`, div; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a %% b, `%%`, mod; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " }\n" + + " if n, op, want := a & b, `&`, and; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a | b, `|`, or; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a ^ b, `^`, xor; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a &^ b, `&^`, andnot; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + +const binaryConstR0 = "func test%vBinaryR%v(a, add, sub, mul, div, mod, and, or, xor, andnot %v, dodiv bool) {\n" + + " const b %v = %v;\n" + + " const typ = `%s`;\n" + + " if n, op, want := a + b, `+`, add; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a - b, `-`, sub; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a * b, `*`, mul; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a & b, `&`, and; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a | b, `|`, or; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a ^ b, `^`, xor; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + " if n, op, want := a &^ b, `&^`, andnot; n != want { ok=false; println(typ, `var`, a, op, `const`, b, `=`, n, `should be`, want); }\n" + + "}\n" + + "\n" + +const shiftConstL = "func test%vShiftL%v(b uint64, left, right %v) {\n" + + " const a %v = %v;\n" + + " const typ = `%s`;\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(typ, `const`, a, op, `var`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(typ, `const`, a, op, `var`, s, `=`, n, `should be`, want); }\n" + + " if uint64(uint32(b)) == b {\n" + + " b := uint32(b);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(typ, `const`, a, op, `var`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(typ, `const`, a, op, `var`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + "}\n" + +const shiftConstR = "func test%vShiftR%v(a, left, right %v) {\n" + + " const b uint64 = %v;\n" + + " const typ = `%s`;\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(typ, `var`, a, op, `const`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(typ, `var`, a, op, `const`, s, `=`, n, `should be`, want); }\n" + + " if b & 0xffffffff == b {\n" + + " const b = uint32(b & 0xffffffff);\n" + + " if n, op, s, want := a << b, `<<`, b, left; n != want { ok=false; println(typ, `var`, a, op, `const`, s, `=`, n, `should be`, want); }\n" + + " if n, op, s, want := a >> b, `>>`, b, right; n != want { ok=false; println(typ, `var`, a, op, `const`, s, `=`, n, `should be`, want); }\n" + + " }\n" + + "}\n" + +func constTests() { + for i, a := range int64Values { + fmt.Fprintf(bout, binaryConstL, "Int64", i, "int64", "int64", a, "int64") + if a.hi == 0 && a.lo == 0 { + fmt.Fprintf(bout, binaryConstR0, "Int64", i, "int64", "int64", a, "int64") + } else { + fmt.Fprintf(bout, binaryConstR, "Int64", i, "int64", "int64", a, "int64") + } + fmt.Fprintf(bout, shiftConstL, "Int64", i, "int64", "int64", a, "int64") + } + for i, a := range uint64Values { + fmt.Fprintf(bout, binaryConstL, "Uint64", i, "uint64", "uint64", a, "uint64") + if a.hi == 0 && a.lo == 0 { + fmt.Fprintf(bout, binaryConstR0, "Uint64", i, "uint64", "uint64", a, "uint64") + } else { + fmt.Fprintf(bout, binaryConstR, "Uint64", i, "uint64", "uint64", a, "uint64") + } + fmt.Fprintf(bout, shiftConstL, "Uint64", i, "uint64", "uint64", a, "uint64") + } + for i, a := range shiftValues { + fmt.Fprintf(bout, shiftConstR, "Int64", i, "int64", a, "int64") + fmt.Fprintf(bout, shiftConstR, "Uint64", i, "uint64", a, "uint64") + } + for i, a := range int64Values { + fmt.Fprintf(bout, "func test%v() {\n", ntest) + ntest++ + for j, b := range int64Values { + var div, mod Int64 + dodiv := false + var zero Int64 + if b.Cmp(zero) != 0 { // b != 0 + // Can't divide by zero but also can't divide -0x8000...000 by -1. + var bigneg = Int64{-0x80000000, 0} + var minus1 = Int64{-1, ^uint32(0)} + if a.Cmp(bigneg) != 0 || b.Cmp(minus1) != 0 { // a != -1<<63 || b != -1 + div, mod = a.DivMod(b) + dodiv = true + } + } + fmt.Fprintf(bout, "\ttestInt64BinaryL%v(%v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v);\n", + i, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod, + a.And(b), a.Or(b), a.Xor(b), a.AndNot(b), dodiv) + fmt.Fprintf(bout, "\ttestInt64BinaryR%v(%v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v);\n", + j, a, a.Plus(b), a.Minus(b), a.Times(b), div, mod, + a.And(b), a.Or(b), a.Xor(b), a.AndNot(b), dodiv) + } + for j, b := range shiftValues { + fmt.Fprintf(bout, "\ttestInt64ShiftL%v(%v, %v, %v);\n", + i, b, a.LeftShift64(b), a.RightShift64(b)) + fmt.Fprintf(bout, "\ttestInt64ShiftR%v(%v, %v, %v);\n", + j, a, a.LeftShift64(b), a.RightShift64(b)) + } + fmt.Fprintf(bout, "}\n") + } + for i, a := range uint64Values { + fmt.Fprintf(bout, "func test%v() {\n", ntest) + ntest++ + for j, b := range uint64Values { + var div, mod Uint64 + dodiv := false + var zero Uint64 + if b.Cmp(zero) != 0 { // b != 0 + div, mod = a.DivMod(b) + dodiv = true + } + fmt.Fprintf(bout, "\ttestUint64BinaryL%v(%v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v);\n", + i, b, a.Plus(b), a.Minus(b), a.Times(b), div, mod, + a.And(b), a.Or(b), a.Xor(b), a.AndNot(b), dodiv) + fmt.Fprintf(bout, "\ttestUint64BinaryR%v(%v, %v, %v, %v, %v, %v, %v, %v, %v, %v, %v);\n", + j, a, a.Plus(b), a.Minus(b), a.Times(b), div, mod, + a.And(b), a.Or(b), a.Xor(b), a.AndNot(b), dodiv) + } + for j, b := range shiftValues { + fmt.Fprintf(bout, "\ttestUint64ShiftL%v(%v, %v, %v);\n", + i, b, a.LeftShift64(b), a.RightShift64(b)) + fmt.Fprintf(bout, "\ttestUint64ShiftR%v(%v, %v, %v);\n", + j, a, a.LeftShift64(b), a.RightShift64(b)) + } + fmt.Fprintf(bout, "}\n") + } +} + +func main() { + bout = bufio.NewWriter(os.Stdout) + varTests() + constTests() + + fmt.Fprintf(bout, "func main() {\n") + for i := 0; i < ntest; i++ { + fmt.Fprintf(bout, "\ttest%v();\n", i) + } + fmt.Fprintf(bout, "\tif !ok { os.Exit(1) }\n") + fmt.Fprintf(bout, "}\n") + bout.Flush() +} diff --git a/go/test/README.md b/go/test/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1d37f2d5ca9a82dfaecc63ce004773f653c85996 --- /dev/null +++ b/go/test/README.md @@ -0,0 +1,19 @@ +The test directory contains tests of the Go tool chain and runtime. +It includes black box tests, regression tests, and error output tests. +They are run as part of all.bash. + +To run just these tests, execute: + + ../bin/go test cmd/internal/testdir + +To run just tests from specified files in this directory, execute: + + ../bin/go test cmd/internal/testdir -run='Test/(file1.go|file2.go|...)' + +Standard library tests should be written as regular Go tests in the appropriate package. + +The tool chain and runtime also have regular Go tests in their packages. +The main reasons to add a new test to this directory are: + +* it is most naturally expressed using the test runner; or +* it is also applicable to `gccgo` and other Go tool chains. diff --git a/go/test/abi/bad_internal_offsets.go b/go/test/abi/bad_internal_offsets.go new file mode 100644 index 0000000000000000000000000000000000000000..bad4ebdc8ecb305f91439ccb1e52e501469b1a49 --- /dev/null +++ b/go/test/abi/bad_internal_offsets.go @@ -0,0 +1,73 @@ +// compile + +//go:build !wasm + +// Copyright 2021 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 genChecker0 + +var FailCount int + +//go:noinline +func NoteFailure(fidx int, pkg string, pref string, parmNo int, _ uint64) { + FailCount += 1 + if FailCount > 10 { + panic("bad") + } +} + +//go:noinline +func NoteFailureElem(fidx int, pkg string, pref string, parmNo int, elem int, _ uint64) { + FailCount += 1 + if FailCount > 10 { + panic("bad") + } +} + +type StructF0S0 struct { + F0 int16 + F1 string + F2 StructF0S1 +} + +type StructF0S1 struct { + _ uint16 +} + +// 0 returns 3 params +//go:registerparams +//go:noinline +func Test0(p0 uint32, p1 StructF0S0, p2 int32) { + // consume some stack space, so as to trigger morestack + var pad [256]uint64 + pad[FailCount]++ + if p0 == 0 { + return + } + p1f0c := int16(-3096) + if p1.F0 != p1f0c { + NoteFailureElem(0, "genChecker0", "parm", 1, 0, pad[0]) + return + } + p1f1c := "f6ꂅ8ˋ<" + if p1.F1 != p1f1c { + NoteFailureElem(0, "genChecker0", "parm", 1, 1, pad[0]) + return + } + p1f2c := StructF0S1{} + if p1.F2 != p1f2c { + NoteFailureElem(0, "genChecker0", "parm", 1, 2, pad[0]) + return + } + p2f0c := int32(496713155) + if p2 != p2f0c { + NoteFailureElem(0, "genChecker0", "parm", 2, 0, pad[0]) + return + } + // recursive call + Test0(p0-1, p1, p2) + return + // 0 addr-taken params, 0 addr-taken returns +} diff --git a/go/test/abi/bad_select_crash.go b/go/test/abi/bad_select_crash.go new file mode 100644 index 0000000000000000000000000000000000000000..58ca463cb89bbfa268a674b1651a1a3bffad6ebb --- /dev/null +++ b/go/test/abi/bad_select_crash.go @@ -0,0 +1,272 @@ +// build -goexperiment regabi,regabiargs + +// Copyright 2021 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 main + +import ( + "fmt" + "os" + "reflect" +) + +func main() { + // Only print if there is a problem + Caller2() + if FailCount != 0 { + fmt.Fprintf(os.Stderr, "FAILURES: %d\n", FailCount) + os.Exit(2) + } +} + +var ParamFailCount int + +var ReturnFailCount int + +var FailCount int + +var Mode string + +type UtilsType int + +//go:noinline +func NoteFailure(cm int, pidx int, fidx int, pkg string, pref string, parmNo int, isret bool, _ uint64) { + if isret { + if ParamFailCount != 0 { + return + } + ReturnFailCount++ + } else { + ParamFailCount++ + } + fmt.Fprintf(os.Stderr, "Error: fail %s |%d|%d|%d| =%s.Test%d= %s %d\n", Mode, cm, pidx, fidx, pkg, fidx, pref, parmNo) + + if ParamFailCount+FailCount+ReturnFailCount > 9999 { + os.Exit(1) + } +} + +//go:noinline +func NoteFailureElem(cm int, pidx int, fidx int, pkg string, pref string, parmNo int, elem int, isret bool, _ uint64) { + + if isret { + if ParamFailCount != 0 { + return + } + ReturnFailCount++ + } else { + ParamFailCount++ + } + fmt.Fprintf(os.Stderr, "Error: fail %s |%d|%d|%d| =%s.Test%d= %s %d elem %d\n", Mode, cm, pidx, fidx, pkg, fidx, pref, parmNo, elem) + + if ParamFailCount+FailCount+ReturnFailCount > 9999 { + os.Exit(1) + } +} + +func BeginFcn() { + ParamFailCount = 0 + ReturnFailCount = 0 +} + +func EndFcn() { + FailCount += ParamFailCount + FailCount += ReturnFailCount +} + +func Caller2() { + BeginFcn() + c0 := StructF2S0{F0: ArrayF2S1E1{New_3(float64(-0.4418990509835844))}} + c1 := ArrayF2S2E1{StructF2S1{ /* _: "񊶿(z̽|" */ F1: "􂊇񊶿"}} + c2 := int16(4162) + c3 := float32(-7.667096e+37) + c4 := int64(3202175648847048679) + var p0 ArrayF2S0E0 + p0 = ArrayF2S0E0{} + var p1 uint8 + p1 = uint8(57) + var p2 uint16 + p2 = uint16(10920) + var p3 float64 + p3 = float64(-1.597256501942112) + Mode = "" + // 5 returns 4 params + r0, r1, r2, r3, r4 := Test2(p0, p1, p2, p3) + if !EqualStructF2S0(r0, c0) { + NoteFailure(9, 42, 2, "genChecker42", "return", 0, true, uint64(0)) + } + if r1 != c1 { + NoteFailure(9, 42, 2, "genChecker42", "return", 1, true, uint64(0)) + } + if r2 != c2 { + NoteFailure(9, 42, 2, "genChecker42", "return", 2, true, uint64(0)) + } + if r3 != c3 { + NoteFailure(9, 42, 2, "genChecker42", "return", 3, true, uint64(0)) + } + if r4 != c4 { + NoteFailure(9, 42, 2, "genChecker42", "return", 4, true, uint64(0)) + } + // same call via reflection + Mode = "reflect" + rc := reflect.ValueOf(Test2) + rvslice := rc.Call([]reflect.Value{reflect.ValueOf(p0), reflect.ValueOf(p1), reflect.ValueOf(p2), reflect.ValueOf(p3)}) + rr0i := rvslice[0].Interface() + rr0v := rr0i.(StructF2S0) + if !EqualStructF2S0(rr0v, c0) { + NoteFailure(9, 42, 2, "genChecker42", "return", 0, true, uint64(0)) + } + rr1i := rvslice[1].Interface() + rr1v := rr1i.(ArrayF2S2E1) + if rr1v != c1 { + NoteFailure(9, 42, 2, "genChecker42", "return", 1, true, uint64(0)) + } + rr2i := rvslice[2].Interface() + rr2v := rr2i.(int16) + if rr2v != c2 { + NoteFailure(9, 42, 2, "genChecker42", "return", 2, true, uint64(0)) + } + rr3i := rvslice[3].Interface() + rr3v := rr3i.(float32) + if rr3v != c3 { + NoteFailure(9, 42, 2, "genChecker42", "return", 3, true, uint64(0)) + } + rr4i := rvslice[4].Interface() + rr4v := rr4i.(int64) + if rr4v != c4 { + NoteFailure(9, 42, 2, "genChecker42", "return", 4, true, uint64(0)) + } + EndFcn() +} + +type StructF0S0 struct { +} + +type ArrayF0S0E2 [2]int16 + +type ArrayF0S1E1 [1]StructF0S0 + +type StructF1S0 struct { + F0 StructF1S1 + _ ArrayF1S0E4 +} + +type StructF1S1 struct { +} + +type StructF1S2 struct { + F0 uint32 + F1 uint8 + F2 string + F3 string + F4 ArrayF1S1E1 +} + +type StructF1S3 struct { + F0 float64 +} + +type StructF1S4 struct { + _ int32 + F1 float32 +} + +type StructF1S5 struct { + F0 uint16 +} + +type StructF1S6 struct { + F0 uint8 + F1 uint32 +} + +type ArrayF1S0E4 [4]float64 + +type ArrayF1S1E1 [1]StructF1S3 + +type ArrayF1S2E2 [2]StructF1S4 + +type ArrayF1S3E2 [2]StructF1S5 + +type ArrayF1S4E4 [4]ArrayF1S5E3 + +type ArrayF1S5E3 [3]string + +type ArrayF1S6E1 [1]float64 + +type StructF2S0 struct { + F0 ArrayF2S1E1 +} + +// equal func for StructF2S0 +//go:noinline +func EqualStructF2S0(left StructF2S0, right StructF2S0) bool { + return EqualArrayF2S1E1(left.F0, right.F0) +} + +type StructF2S1 struct { + _ string + F1 string +} + +type ArrayF2S0E0 [0]int8 + +type ArrayF2S1E1 [1]*float64 + +// equal func for ArrayF2S1E1 +//go:noinline +func EqualArrayF2S1E1(left ArrayF2S1E1, right ArrayF2S1E1) bool { + return *left[0] == *right[0] +} + +type ArrayF2S2E1 [1]StructF2S1 + +// 5 returns 4 params +//go:registerparams +//go:noinline +func Test2(p0 ArrayF2S0E0, p1 uint8, _ uint16, p3 float64) (r0 StructF2S0, r1 ArrayF2S2E1, r2 int16, r3 float32, r4 int64) { + // consume some stack space, so as to trigger morestack + var pad [16]uint64 + pad[FailCount&0x1]++ + rc0 := StructF2S0{F0: ArrayF2S1E1{New_3(float64(-0.4418990509835844))}} + rc1 := ArrayF2S2E1{StructF2S1{ /* _: "񊶿(z̽|" */ F1: "􂊇񊶿"}} + rc2 := int16(4162) + rc3 := float32(-7.667096e+37) + rc4 := int64(3202175648847048679) + p1f0c := uint8(57) + if p1 != p1f0c { + NoteFailureElem(9, 42, 2, "genChecker42", "parm", 1, 0, false, pad[0]) + return + } + _ = uint16(10920) + p3f0c := float64(-1.597256501942112) + if p3 != p3f0c { + NoteFailureElem(9, 42, 2, "genChecker42", "parm", 3, 0, false, pad[0]) + return + } + defer func(p0 ArrayF2S0E0, p1 uint8) { + // check parm passed + // check parm passed + if p1 != p1f0c { + NoteFailureElem(9, 42, 2, "genChecker42", "parm", 1, 0, false, pad[0]) + return + } + // check parm captured + if p3 != p3f0c { + NoteFailureElem(9, 42, 2, "genChecker42", "parm", 3, 0, false, pad[0]) + return + } + }(p0, p1) + + return rc0, rc1, rc2, rc3, rc4 + // 0 addr-taken params, 0 addr-taken returns +} + +//go:noinline +func New_3(i float64) *float64 { + x := new(float64) + *x = i + return x +} diff --git a/go/test/abi/convF_criteria.go b/go/test/abi/convF_criteria.go new file mode 100644 index 0000000000000000000000000000000000000000..77ed56d4a40039727a2591425895c1898bb4ee48 --- /dev/null +++ b/go/test/abi/convF_criteria.go @@ -0,0 +1,27 @@ +// run + +// Copyright 2021 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 main + +import "fmt" + +type myStruct struct { + F0 [0]struct{} + F1 float32 +} + +type myStruct2 struct { + F0 [0]struct{} + F1 float32 + F2 [0]struct{} +} + +func main() { + x := myStruct{F1: -1.25} + fmt.Println(x) + x2 := myStruct2{F1: -7.97} + fmt.Println(x2) +} diff --git a/go/test/abi/convF_criteria.out b/go/test/abi/convF_criteria.out new file mode 100644 index 0000000000000000000000000000000000000000..457f0defc9ab02d316f2b04f947583c641b9b865 --- /dev/null +++ b/go/test/abi/convF_criteria.out @@ -0,0 +1,2 @@ +{[] -1.25} +{[] -7.97 []} diff --git a/go/test/abi/convT64_criteria.go b/go/test/abi/convT64_criteria.go new file mode 100644 index 0000000000000000000000000000000000000000..165bdfabde44090de2688022558eb8d31f48bca7 --- /dev/null +++ b/go/test/abi/convT64_criteria.go @@ -0,0 +1,25 @@ +// run + +// Copyright 2021 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 main + +import ( + "fmt" +) + +type MyStruct struct { + F0 [0]float64 + F1 byte + F2 int16 + _ struct { + F0 uint32 + } +} + +func main() { + p0 := MyStruct{F0: [0]float64{}, F1: byte(27), F2: int16(9887)} + fmt.Println(p0) +} diff --git a/go/test/abi/convT64_criteria.out b/go/test/abi/convT64_criteria.out new file mode 100644 index 0000000000000000000000000000000000000000..8ac857145636336e5ed8b95504c11e2d20c42581 --- /dev/null +++ b/go/test/abi/convT64_criteria.out @@ -0,0 +1 @@ +{[] 27 9887 {0}} diff --git a/go/test/abi/defer_aggregate.go b/go/test/abi/defer_aggregate.go new file mode 100644 index 0000000000000000000000000000000000000000..6dd82828c171a6a429154a8ab7a5542464f67ba6 --- /dev/null +++ b/go/test/abi/defer_aggregate.go @@ -0,0 +1,48 @@ +// run + +// Copyright 2021 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 main + +const p0exp = "foo" +const p1exp = 10101 +const p2exp = 3030303 +const p3exp = 505050505 +const p4exp = 70707070707 + +//go:noinline +//go:registerparams +func callee(p0 string, p1 uint64, p2 uint64, p3 uint64, p4 uint64) { + if p0 != p0exp { + panic("bad p0") + } + if p1 != p1exp { + panic("bad p1") + } + if p2 != p2exp { + panic("bad p2") + } + if p3 != p3exp { + panic("bad p3") + } + if p4 != p4exp { + panic("bad p4") + } + defer func(p0 string, p2 uint64) { + if p0 != p0exp { + panic("defer bad p0") + } + if p1 != p1exp { + panic("defer bad p1") + } + if p2 != p2exp { + panic("defer bad p2") + } + }(p0, p2) +} + +func main() { + callee(p0exp, p1exp, p2exp, p3exp, p4exp) +} diff --git a/go/test/abi/defer_recover_results.go b/go/test/abi/defer_recover_results.go new file mode 100644 index 0000000000000000000000000000000000000000..7787f26f4c524b7b36ddf20da8d4c7474fde9006 --- /dev/null +++ b/go/test/abi/defer_recover_results.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2021 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. + +// Test that when a function recovers from a panic, it +// returns the correct results to the caller (in particular, +// setting the result registers correctly). + +package main + +type S struct { + x uint8 + y uint16 + z uint32 + w float64 +} + +var a0, b0, c0, d0 = 10, "hello", S{1, 2, 3, 4}, [2]int{111, 222} + +//go:noinline +//go:registerparams +func F() (a int, b string, _ int, c S, d [2]int) { + a, b, c, d = a0, b0, c0, d0 + defer func() { recover() }() + panic("XXX") + return +} + +func main() { + a1, b1, zero, c1, d1 := F() + if a1 != a0 || b1 != b0 || c1 != c0 || d1 != d0 || zero != 0 { // unnamed result gets zero value + panic("FAIL") + } +} diff --git a/go/test/abi/double_nested_addressed_struct.go b/go/test/abi/double_nested_addressed_struct.go new file mode 100644 index 0000000000000000000000000000000000000000..c3e68a1783fc65523420b52c2eba73702177a8bb --- /dev/null +++ b/go/test/abi/double_nested_addressed_struct.go @@ -0,0 +1,61 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +var sink *string + +type stringPair struct { + a, b string +} + +type stringPairPair struct { + x, y stringPair +} + +// The goal of this test is to be sure that the call arg/result expander works correctly +// for a corner case of passing a 2-nested struct that fits in registers to/from calls. +// AND, the struct has its address taken. + +//go:registerparams +//go:noinline +func H(spp stringPairPair) string { + F(&spp) + return spp.x.a + " " + spp.x.b + " " + spp.y.a + " " + spp.y.b +} + +//go:registerparams +//go:noinline +func G(d, c, b, a string) stringPairPair { + return stringPairPair{stringPair{a, b}, stringPair{c, d}} +} + +//go:registerparams +//go:noinline +func F(spp *stringPairPair) { + spp.x.a, spp.x.b, spp.y.a, spp.y.b = spp.y.b, spp.y.a, spp.x.b, spp.x.a +} + +func main() { + spp := G("this", "is", "a", "test") + s := H(spp) + gotVsWant(s, "this is a test") +} + +func gotVsWant(got, want string) { + if got != want { + fmt.Printf("FAIL, got %s, wanted %s\n", got, want) + } +} diff --git a/go/test/abi/double_nested_struct.go b/go/test/abi/double_nested_struct.go new file mode 100644 index 0000000000000000000000000000000000000000..0dce143f57ac7b58e7e7c25a7c46ce01d9404e81 --- /dev/null +++ b/go/test/abi/double_nested_struct.go @@ -0,0 +1,53 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +var sink *string + +type stringPair struct { + a, b string +} + +type stringPairPair struct { + x, y stringPair +} + +// The goal of this test is to be sure that the call arg/result expander works correctly +// for a corner case of passing a 2-nested struct that fits in registers to/from calls. + +//go:registerparams +//go:noinline +func H(spp stringPairPair) string { + return spp.x.a + " " + spp.x.b + " " + spp.y.a + " " + spp.y.b +} + +//go:registerparams +//go:noinline +func G(a, b, c, d string) stringPairPair { + return stringPairPair{stringPair{a, b}, stringPair{c, d}} +} + +func main() { + spp := G("this", "is", "a", "test") + s := H(spp) + gotVsWant(s, "this is a test") +} + +func gotVsWant(got, want string) { + if got != want { + fmt.Printf("FAIL, got %s, wanted %s\n", got, want) + } +} diff --git a/go/test/abi/f_ret_z_not.go b/go/test/abi/f_ret_z_not.go new file mode 100644 index 0000000000000000000000000000000000000000..0fec654e4b298612adc3a6bc35281b4bf2a7dd6a --- /dev/null +++ b/go/test/abi/f_ret_z_not.go @@ -0,0 +1,38 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import "fmt" + +type Z struct { +} + +type NZ struct { + x, y int +} + +//go:noinline +func f(x, y int) (Z, NZ, Z) { + var z Z + return z, NZ{x, y}, z +} + +//go:noinline +func g() (Z, NZ, Z) { + a, b, c := f(3, 4) + return c, b, a +} + +func main() { + _, b, _ := g() + fmt.Println(b.x + b.y) +} diff --git a/go/test/abi/f_ret_z_not.out b/go/test/abi/f_ret_z_not.out new file mode 100644 index 0000000000000000000000000000000000000000..7f8f011eb73d6043d2e6db9d2c101195ae2801f2 --- /dev/null +++ b/go/test/abi/f_ret_z_not.out @@ -0,0 +1 @@ +7 diff --git a/go/test/abi/fibish.go b/go/test/abi/fibish.go new file mode 100644 index 0000000000000000000000000000000000000000..20ed92437a085ab6a68d6009fa8e6146f3f30bbb --- /dev/null +++ b/go/test/abi/fibish.go @@ -0,0 +1,32 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +import "fmt" + +// Test that register results are correctly returned (and passed) + +//go:registerparams +//go:noinline +func f(x int) (int, int) { + + if x < 3 { + return 0, x + } + + a, b := f(x - 2) + c, d := f(x - 1) + return a + d, b + c +} + +func main() { + x := 40 + a, b := f(x) + fmt.Printf("f(%d)=%d,%d\n", x, a, b) +} diff --git a/go/test/abi/fibish.out b/go/test/abi/fibish.out new file mode 100644 index 0000000000000000000000000000000000000000..9bd80c32c97aa78f2896f596f7604e175c18c582 --- /dev/null +++ b/go/test/abi/fibish.out @@ -0,0 +1 @@ +f(40)=39088169,126491972 diff --git a/go/test/abi/fibish_closure.go b/go/test/abi/fibish_closure.go new file mode 100644 index 0000000000000000000000000000000000000000..682886cec425b2b21f121e2bf66dc5d1c368abeb --- /dev/null +++ b/go/test/abi/fibish_closure.go @@ -0,0 +1,33 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +import "fmt" + +// Test that register results are correctly returned (and passed) + +type MagicLastTypeNameForTestingRegisterABI func(int, MagicLastTypeNameForTestingRegisterABI) (int, int) + +//go:noinline +func f(x int, unused MagicLastTypeNameForTestingRegisterABI) (int, int) { + + if x < 3 { + return 0, x + } + + a, b := f(x-2, unused) + c, d := f(x-1, unused) + return a + d, b + c +} + +func main() { + x := 40 + a, b := f(x, f) + fmt.Printf("f(%d)=%d,%d\n", x, a, b) +} diff --git a/go/test/abi/fibish_closure.out b/go/test/abi/fibish_closure.out new file mode 100644 index 0000000000000000000000000000000000000000..9bd80c32c97aa78f2896f596f7604e175c18c582 --- /dev/null +++ b/go/test/abi/fibish_closure.out @@ -0,0 +1 @@ +f(40)=39088169,126491972 diff --git a/go/test/abi/fuzz_trailing_zero_field.go b/go/test/abi/fuzz_trailing_zero_field.go new file mode 100644 index 0000000000000000000000000000000000000000..ae7ad32aa22aa732fa8b5e33612222f7987887a1 --- /dev/null +++ b/go/test/abi/fuzz_trailing_zero_field.go @@ -0,0 +1,39 @@ +// run + +// Copyright 2021 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 main + +var p0exp = S1{ + F1: complex(float64(2.3640607624715027), float64(-0.2717825524109192)), + F2: S2{F1: 9}, + F3: 103050709, +} + +type S1 struct { + F1 complex128 + F2 S2 + F3 uint64 +} + +type S2 struct { + F1 uint64 + F2 empty +} + +type empty struct { +} + +//go:noinline +//go:registerparams +func callee(p0 S1) { + if p0 != p0exp { + panic("bad p0") + } +} + +func main() { + callee(p0exp) +} diff --git a/go/test/abi/idata.go b/go/test/abi/idata.go new file mode 100644 index 0000000000000000000000000000000000000000..af2b87b9d68958df22a5ef6c211ce43485047c91 --- /dev/null +++ b/go/test/abi/idata.go @@ -0,0 +1,97 @@ +// run + +// Copyright 2021 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. + +// Excerpted from go/constant/value.go to capture a bug from there. + +package main + +import ( + "fmt" + "math" + "math/big" +) + +type ( + unknownVal struct{} + intVal struct{ val *big.Int } // Int values not representable as an int64 + ratVal struct{ val *big.Rat } // Float values representable as a fraction + floatVal struct{ val *big.Float } // Float values not representable as a fraction + complexVal struct{ re, im Value } +) + +const prec = 512 + +func (unknownVal) String() string { return "unknown" } + +func (x intVal) String() string { return x.val.String() } +func (x ratVal) String() string { return rtof(x).String() } + +func (x floatVal) String() string { + f := x.val + + // Use exact fmt formatting if in float64 range (common case): + // proceed if f doesn't underflow to 0 or overflow to inf. + if x, _ := f.Float64(); f.Sign() == 0 == (x == 0) && !math.IsInf(x, 0) { + return fmt.Sprintf("%.6g", x) + } + + return "OOPS" +} + +func (x complexVal) String() string { return fmt.Sprintf("(%s + %si)", x.re, x.im) } + +func newFloat() *big.Float { return new(big.Float).SetPrec(prec) } + +//go:noinline +//go:registerparams +func itor(x intVal) ratVal { return ratVal{nil} } + +//go:noinline +//go:registerparams +func itof(x intVal) floatVal { return floatVal{nil} } +func rtof(x ratVal) floatVal { return floatVal{newFloat().SetRat(x.val)} } + +type Value interface { + String() string +} + +//go:noinline +//go:registerparams +func ToFloat(x Value) Value { + switch x := x.(type) { + case intVal: + if smallInt(x.val) { + return itor(x) + } + return itof(x) + case ratVal, floatVal: + return x + case complexVal: + if Sign(x.im) == 0 { + return ToFloat(x.re) + } + } + return unknownVal{} +} + +//go:noinline +//go:registerparams +func smallInt(x *big.Int) bool { + return false +} + +//go:noinline +//go:registerparams +func Sign(x Value) int { + return 0 +} + + +func main() { + v := ratVal{big.NewRat(22,7)} + s := ToFloat(v).String() + fmt.Printf("s=%s\n", s) +} diff --git a/go/test/abi/idata.out b/go/test/abi/idata.out new file mode 100644 index 0000000000000000000000000000000000000000..98190c27556c591b166b2c81d0031ed35fbab7dc --- /dev/null +++ b/go/test/abi/idata.out @@ -0,0 +1 @@ +s=3.14286 diff --git a/go/test/abi/leaf.go b/go/test/abi/leaf.go new file mode 100644 index 0000000000000000000000000000000000000000..fb1be5cd8af4b468b9d0a21eef0fcc8435613cd1 --- /dev/null +++ b/go/test/abi/leaf.go @@ -0,0 +1,35 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import "fmt" + +type i5f5 struct { + a, b int16 + c, d, e int32 + r, s, t, u, v float32 +} + +//go:registerparams +//go:noinline +func F(x i5f5) i5f5 { + return x +} + +func main() { + x := i5f5{1, 2, 3, 4, 5, 6, 7, 8, 9, 10} + y := x + z := F(x) + if y != z { + fmt.Printf("y=%v, z=%v\n", y, z) + } +} diff --git a/go/test/abi/leaf2.go b/go/test/abi/leaf2.go new file mode 100644 index 0000000000000000000000000000000000000000..fdad59cf7ec8dfe085fc9c3450f63a86758f8eea --- /dev/null +++ b/go/test/abi/leaf2.go @@ -0,0 +1,42 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import "fmt" + +type i4 struct { + a, b, c, d int +} + +//go:registerparams +//go:noinline +func F(x i4) i4 { + ab := x.a + x.b + bc := x.b + x.c + cd := x.c + x.d + ad := x.a + x.d + ba := x.a - x.b + cb := x.b - x.c + dc := x.c - x.d + da := x.a - x.d + + return i4{ab*bc + da, cd*ad + cb, ba*cb + ad, dc*da + bc} +} + +func main() { + x := i4{1, 2, 3, 4} + y := x + z := F(x) + if (i4{12, 34, 6, 8}) != z { + fmt.Printf("y=%v, z=%v\n", y, z) + } +} diff --git a/go/test/abi/many_int_input.go b/go/test/abi/many_int_input.go new file mode 100644 index 0000000000000000000000000000000000000000..046e31c39da1b84b647cea1eebb07ac9cd1c8251 --- /dev/null +++ b/go/test/abi/many_int_input.go @@ -0,0 +1,32 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +//go:registerparams +//go:noinline +func F(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z int64) { + G(z, y, x, w, v, u, t, s, r, q, p, o, n, m, l, k, j, i, h, g, f, e, d, c, b, a) +} + +//go:registerparams +//go:noinline +func G(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z int64) { + fmt.Println(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z) +} + +func main() { + F(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26) +} diff --git a/go/test/abi/many_int_input.out b/go/test/abi/many_int_input.out new file mode 100644 index 0000000000000000000000000000000000000000..fecfa82581d35dca81e0d16608ac6f376017c627 --- /dev/null +++ b/go/test/abi/many_int_input.out @@ -0,0 +1 @@ +26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 diff --git a/go/test/abi/many_intstar_input.go b/go/test/abi/many_intstar_input.go new file mode 100644 index 0000000000000000000000000000000000000000..dc9e43b5abfb1c3678af8aee325dacf3c4ddd684 --- /dev/null +++ b/go/test/abi/many_intstar_input.go @@ -0,0 +1,44 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +var sink int = 3 + +//go:registerparams +//go:noinline +func F(a, b, c, d, e, f *int) { + G(f, e, d, c, b, a) + sink += *a // *a == 6 after swapping in G +} + +//go:registerparams +//go:noinline +func G(a, b, c, d, e, f *int) { + var scratch [1000 * 100]int + scratch[*a] = *f // scratch[6] = 1 + fmt.Println(*a, *b, *c, *d, *e, *f) // Forces it to spill b + sink = scratch[*b+1] // scratch[5+1] == 1 + *f, *a = *a, *f + *e, *b = *b, *e + *d, *c = *c, *d +} + +func main() { + a, b, c, d, e, f := 1, 2, 3, 4, 5, 6 + F(&a, &b, &c, &d, &e, &f) + fmt.Println(a, b, c, d, e, f) + fmt.Println(sink) +} diff --git a/go/test/abi/many_intstar_input.out b/go/test/abi/many_intstar_input.out new file mode 100644 index 0000000000000000000000000000000000000000..0a37ccbec7152e5d597021a6c56b6cba1cbfa8b5 --- /dev/null +++ b/go/test/abi/many_intstar_input.out @@ -0,0 +1,3 @@ +6 5 4 3 2 1 +6 5 4 3 2 1 +7 diff --git a/go/test/abi/map.go b/go/test/abi/map.go new file mode 100644 index 0000000000000000000000000000000000000000..236655a3af7e1dbea52f3d8fdb4479f4c6fb5d04 --- /dev/null +++ b/go/test/abi/map.go @@ -0,0 +1,34 @@ +// run + +// Copyright 2021 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 main + +import "runtime" + +type T [10]int + +var m map[*T]int + +//go:noinline +func F() { + m = map[*T]int{ + K(): V(), // the key temp should be live across call to V + } +} + +//go:noinline +func V() int { runtime.GC(); runtime.GC(); runtime.GC(); return 123 } + +//go:noinline +func K() *T { + p := new(T) + runtime.SetFinalizer(p, func(*T) { println("FAIL") }) + return p +} + +func main() { + F() +} diff --git a/go/test/abi/method_wrapper.go b/go/test/abi/method_wrapper.go new file mode 100644 index 0000000000000000000000000000000000000000..7aa262fb5254fbb96dca5897686d866b7b52cccf --- /dev/null +++ b/go/test/abi/method_wrapper.go @@ -0,0 +1,35 @@ +// run + +// Copyright 2021 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 main + +type S int + +type T struct { + a int + S +} + +//go:noinline +func (s *S) M(a int, x [2]int, b float64, y [2]float64) (S, int, [2]int, float64, [2]float64) { + return *s, a, x, b, y +} + +var s S = 42 +var t = &T{S: s} + +var fn = (*T).M // force a method wrapper + +func main() { + a := 123 + x := [2]int{456, 789} + b := 1.2 + y := [2]float64{3.4, 5.6} + s1, a1, x1, b1, y1 := fn(t, a, x, b, y) + if a1 != a || x1 != x || b1 != b || y1 != y || s1 != s { + panic("FAIL") + } +} diff --git a/go/test/abi/more_intstar_input.go b/go/test/abi/more_intstar_input.go new file mode 100644 index 0000000000000000000000000000000000000000..256081d0f5db21d2e1c4575d27d6e868459bd791 --- /dev/null +++ b/go/test/abi/more_intstar_input.go @@ -0,0 +1,39 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +var sink int + +//go:registerparams +//go:noinline +func F(a, b, c, d, e, f, g, h, i, j, k, l, m *int) { + G(m, l, k, j, i, h, g, f, e, d, c, b, a) + // did the pointers get properly updated? + sink = *a + *m +} + +//go:registerparams +//go:noinline +func G(a, b, c, d, e, f, g, h, i, j, k, l, m *int) { + // Do not reference the parameters + var scratch [1000 * 100]int + I := *c - *e - *l // zero. + scratch[I] = *d + println("Got this far!") + sink += scratch[0] +} + +func main() { + a, b, c, d, e, f, g, h, i, j, k, l, m := 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 + F(&a, &b, &c, &d, &e, &f, &g, &h, &i, &j, &k, &l, &m) + println("Sink =", sink-7) +} diff --git a/go/test/abi/more_intstar_input.out b/go/test/abi/more_intstar_input.out new file mode 100644 index 0000000000000000000000000000000000000000..2ab84bfa8ce752f211d1c6d3815a68716fdc431e --- /dev/null +++ b/go/test/abi/more_intstar_input.out @@ -0,0 +1,2 @@ +Got this far! +Sink = 7 diff --git a/go/test/abi/named_results.go b/go/test/abi/named_results.go new file mode 100644 index 0000000000000000000000000000000000000000..07ea4610bf090fb460d84f71e281ea87880300a5 --- /dev/null +++ b/go/test/abi/named_results.go @@ -0,0 +1,90 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +import ( + "fmt" +) + +var sink *string + +var y int + +//go:registerparams +//go:noinline +func F(a, b, c *int) (x int) { + x = *a + G(&x) + x += *b + G(&x) + x += *c + G(&x) + return +} + +//go:registerparams +//go:noinline +func G(x *int) { + y += *x + fmt.Println("y = ", y) +} + +//go:registerparams +//go:noinline +func X() { + *sink += " !!!!!!!!!!!!!!!" +} + +//go:registerparams +//go:noinline +func H(s, t string) (result string) { // result leaks to heap + result = "Aloha! " + s + " " + t + sink = &result + r := "" + if len(s) <= len(t) { + r = "OKAY! " + X() + } + return r + result +} + +//go:registerparams +//go:noinline +func K(s, t string) (result string) { // result spills + result = "Aloha! " + s + " " + t + r := "" + if len(s) <= len(t) { + r = "OKAY! " + X() + } + return r + result +} + +func main() { + a, b, c := 1, 4, 16 + x := F(&a, &b, &c) + fmt.Printf("x = %d\n", x) + + y := H("Hello", "World!") + fmt.Println("len(y) =", len(y)) + fmt.Println("y =", y) + z := H("Hello", "Pal!") + fmt.Println("len(z) =", len(z)) + fmt.Println("z =", z) + + fmt.Println() + + y = K("Hello", "World!") + fmt.Println("len(y) =", len(y)) + fmt.Println("y =", y) + z = K("Hello", "Pal!") + fmt.Println("len(z) =", len(z)) + fmt.Println("z =", z) + +} diff --git a/go/test/abi/named_results.out b/go/test/abi/named_results.out new file mode 100644 index 0000000000000000000000000000000000000000..02f12e806dacde3ba0774790044a98e4b10a2efd --- /dev/null +++ b/go/test/abi/named_results.out @@ -0,0 +1,13 @@ +y = 1 +y = 6 +y = 27 +x = 21 +len(y) = 41 +y = OKAY! Aloha! Hello World! !!!!!!!!!!!!!!! +len(z) = 17 +z = Aloha! Hello Pal! + +len(y) = 25 +y = OKAY! Aloha! Hello World! +len(z) = 17 +z = Aloha! Hello Pal! diff --git a/go/test/abi/named_return_stuff.go b/go/test/abi/named_return_stuff.go new file mode 100644 index 0000000000000000000000000000000000000000..ac779f0dbec05696251b081b5b899943b3ab5e2e --- /dev/null +++ b/go/test/abi/named_return_stuff.go @@ -0,0 +1,93 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +var sink *string + +var y int + +//go:registerparams +//go:noinline +func F(a, b, c *int) (x int) { + x = *a + G(&x) + x += *b + G(&x) + x += *c + G(&x) + return +} + +//go:registerparams +//go:noinline +func G(x *int) { + y += *x + fmt.Println("y = ", y) +} + +//go:registerparams +//go:noinline +func X() { + *sink += " !!!!!!!!!!!!!!!" +} + +//go:registerparams +//go:noinline +func H(s, t string) (result string) { // result leaks to heap + result = "Aloha! " + s + " " + t + sink = &result + r := "" + if len(s) <= len(t) { + r = "OKAY! " + X() + } + return r + result +} + +//go:registerparams +//go:noinline +func K(s, t string) (result string) { // result spills + result = "Aloha! " + s + " " + t + r := "" + if len(s) <= len(t) { + r = "OKAY! " + X() + } + return r + result +} + +func main() { + a, b, c := 1, 4, 16 + x := F(&a, &b, &c) + fmt.Printf("x = %d\n", x) + + y := H("Hello", "World!") + fmt.Println("len(y) =", len(y)) + fmt.Println("y =", y) + z := H("Hello", "Pal!") + fmt.Println("len(z) =", len(z)) + fmt.Println("z =", z) + + fmt.Println() + + y = K("Hello", "World!") + fmt.Println("len(y) =", len(y)) + fmt.Println("y =", y) + z = K("Hello", "Pal!") + fmt.Println("len(z) =", len(z)) + fmt.Println("z =", z) + +} diff --git a/go/test/abi/named_return_stuff.out b/go/test/abi/named_return_stuff.out new file mode 100644 index 0000000000000000000000000000000000000000..02f12e806dacde3ba0774790044a98e4b10a2efd --- /dev/null +++ b/go/test/abi/named_return_stuff.out @@ -0,0 +1,13 @@ +y = 1 +y = 6 +y = 27 +x = 21 +len(y) = 41 +y = OKAY! Aloha! Hello World! !!!!!!!!!!!!!!! +len(z) = 17 +z = Aloha! Hello Pal! + +len(y) = 25 +y = OKAY! Aloha! Hello World! +len(z) = 17 +z = Aloha! Hello Pal! diff --git a/go/test/abi/open_defer_1.go b/go/test/abi/open_defer_1.go new file mode 100644 index 0000000000000000000000000000000000000000..0a0ace3905cf43c5c2c8348b08d635b5bb8fd7f5 --- /dev/null +++ b/go/test/abi/open_defer_1.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2021 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. + +// For #45062, miscompilation of open defer of method invocation + +package main + +func main() { + var x, y, z int = -1, -2, -3 + F(x, y, z) +} + +//go:noinline +func F(x, y, z int) { + defer i.M(x, y, z) + defer func() { recover() }() + panic("XXX") +} + +type T int + +func (t *T) M(x, y, z int) { + if x == -1 && y == -2 && z == -3 { + return + } + println("FAIL: Expected -1, -2, -3, but x, y, z =", x, y, z) +} + +var t T = 42 + +type I interface{ M(x, y, z int) } + +var i I = &t diff --git a/go/test/abi/part_live.go b/go/test/abi/part_live.go new file mode 100644 index 0000000000000000000000000000000000000000..592b6b3a073df1d1b8790d0a390eb14debe7142e --- /dev/null +++ b/go/test/abi/part_live.go @@ -0,0 +1,48 @@ +// run + +// Copyright 2021 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. + +// A test for partial liveness / partial spilling / compiler-induced GC failure + +package main + +import "runtime" +import "unsafe" + +//go:registerparams +func F(s []int) { + for i, x := range s { + G(i, x) + } + GC() + G(len(s), cap(s)) + GC() +} + +//go:noinline +//go:registerparams +func G(int, int) {} + +//go:registerparams +func GC() { runtime.GC(); runtime.GC() } + +func main() { + s := make([]int, 3) + escape(s) + p := int(uintptr(unsafe.Pointer(&s[2])) + 42) // likely point to unallocated memory + poison([3]int{p, p, p}) + F(s) +} + +//go:noinline +//go:registerparams +func poison([3]int) {} + +//go:noinline +//go:registerparams +func escape(s []int) { + g = s +} +var g []int diff --git a/go/test/abi/part_live_2.go b/go/test/abi/part_live_2.go new file mode 100644 index 0000000000000000000000000000000000000000..f9d7b01bce3a984034127f81f545edd5baaa7a38 --- /dev/null +++ b/go/test/abi/part_live_2.go @@ -0,0 +1,53 @@ +// run + +// Copyright 2021 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. + +// A test for partial liveness / partial spilling / compiler-induced GC failure + +package main + +import "runtime" +import "unsafe" + +//go:registerparams +func F(s []int) { + for i, x := range s { + G(i, x) + } + GC() + H(&s[0]) // It's possible that this will make the spill redundant, but there's a bug in spill slot allocation. + G(len(s), cap(s)) + GC() +} + +//go:noinline +//go:registerparams +func G(int, int) {} + +//go:noinline +//go:registerparams +func H(*int) {} + +//go:registerparams +func GC() { runtime.GC(); runtime.GC() } + +func main() { + s := make([]int, 3) + escape(s) + p := int(uintptr(unsafe.Pointer(&s[2])) + 42) // likely point to unallocated memory + poison([3]int{p, p, p}) + F(s) +} + +//go:noinline +//go:registerparams +func poison([3]int) {} + +//go:noinline +//go:registerparams +func escape(s []int) { + g = s +} +var g []int diff --git a/go/test/abi/reg_not_ssa.go b/go/test/abi/reg_not_ssa.go new file mode 100644 index 0000000000000000000000000000000000000000..da0f40511612171961e6484798a418c5faced391 --- /dev/null +++ b/go/test/abi/reg_not_ssa.go @@ -0,0 +1,39 @@ +// run + +//go:build !wasm + +// Copyright 2023 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 main + +// small enough for registers, too large for SSA +type T struct { + a, b, c, d, e int +} + +//go:noinline +func F() { + a, b := g(), g() + h(b, b) + h(a, g()) + if a.a == 1 { + a = g() + } + h(a, a) +} + +//go:noinline +func g() T { + return T{1, 2, 3, 4, 5} +} + +//go:noinline +func h(s, t T) { + if s != t { + println("NEQ") + } +} + +func main() { F() } diff --git a/go/test/abi/result_live.go b/go/test/abi/result_live.go new file mode 100644 index 0000000000000000000000000000000000000000..2be54e3868de41aef3ffb438a527bef106f95763 --- /dev/null +++ b/go/test/abi/result_live.go @@ -0,0 +1,20 @@ +// errorcheck -0 -live + +// Copyright 2021 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 p + +type T struct { a, b, c, d string } // pass in registers, not SSA-able + +//go:registerparams +func F() (r T) { + r.a = g(1) // ERROR "live at call to g: r" + r.b = g(2) // ERROR "live at call to g: r" + r.c = g(3) // ERROR "live at call to g: r" + r.d = g(4) // ERROR "live at call to g: r" + return +} + +func g(int) string diff --git a/go/test/abi/result_regalloc.go b/go/test/abi/result_regalloc.go new file mode 100644 index 0000000000000000000000000000000000000000..58aecad970f7cde35123e71692d965c5df17329e --- /dev/null +++ b/go/test/abi/result_regalloc.go @@ -0,0 +1,46 @@ +// run + +// Copyright 2021 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. + +// Bug: in (*bb).d, the value to be returned was not allocated to +// a register that satisfies its register mask. + +package main + +type bb struct { + r float64 + x []float64 +} + +//go:noinline +func B(r float64, x []float64) I { + return bb{r, x} +} + +func (b bb) d() (int, int) { + if b.r == 0 { + return 0, len(b.x) + } + return len(b.x), len(b.x) +} + +type I interface { d() (int, int) } + +func D(r I) (int, int) { return r.d() } + +//go:noinline +func F() (int, int) { + r := float64(1) + x := []float64{0, 1, 2} + b := B(r, x) + return D(b) +} + +func main() { + x, y := F() + if x != 3 || y != 3 { + panic("FAIL") + } +} diff --git a/go/test/abi/return_stuff.go b/go/test/abi/return_stuff.go new file mode 100644 index 0000000000000000000000000000000000000000..222a9ee89ad6b9c69a8761c33865a5136bef2aeb --- /dev/null +++ b/go/test/abi/return_stuff.go @@ -0,0 +1,37 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +//go:registerparams +//go:noinline +func F(a, b, c *int) int { + return *a + *b + *c +} + +//go:registerparams +//go:noinline +func H(s, t string) string { + return s + " " + t +} + +func main() { + a, b, c := 1, 4, 16 + x := F(&a, &b, &c) + fmt.Printf("x = %d\n", x) + y := H("Hello", "World!") + fmt.Println("len(y) =", len(y)) + fmt.Println("y =", y) +} diff --git a/go/test/abi/return_stuff.out b/go/test/abi/return_stuff.out new file mode 100644 index 0000000000000000000000000000000000000000..5f519d7b99c0f61edeffc3646e5adbbea1da9902 --- /dev/null +++ b/go/test/abi/return_stuff.out @@ -0,0 +1,3 @@ +x = 21 +len(y) = 12 +y = Hello World! diff --git a/go/test/abi/s_sif_sif.go b/go/test/abi/s_sif_sif.go new file mode 100644 index 0000000000000000000000000000000000000000..f57faac6740008782d34fcd2f7eba3dcc4a5630c --- /dev/null +++ b/go/test/abi/s_sif_sif.go @@ -0,0 +1,36 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +// Test ensures that abi information producer and consumer agree about the +// order of registers for inputs. T's registers should be I0, F0, I1, F1. + +import "fmt" + +type P struct { + a int8 + x float64 +} + +type T struct { + d, e P +} + +//go:registerparams +//go:noinline +func G(t T) float64 { + return float64(t.d.a+t.e.a) + t.d.x + t.e.x +} + +func main() { + x := G(T{P{10, 20}, P{30, 40}}) + if x != 100.0 { + fmt.Printf("FAIL, Expected 100, got %f\n", x) + } +} diff --git a/go/test/abi/spills3.go b/go/test/abi/spills3.go new file mode 100644 index 0000000000000000000000000000000000000000..4dee3eb679dda09d43e11325f5ecbfe6acd83b44 --- /dev/null +++ b/go/test/abi/spills3.go @@ -0,0 +1,47 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import "fmt" + +type i4 struct { + a, b, c, d int +} + +//go:noinline +func spills(px *i4) { +} + +//go:registerparams +//go:noinline +func F(x i4) i4 { + ab := x.a + x.b + bc := x.b + x.c + cd := x.c + x.d + ad := x.a + x.d + ba := x.a - x.b + cb := x.b - x.c + dc := x.c - x.d + da := x.a - x.d + i := i4{ab*bc + da, cd*ad + cb, ba*cb + ad, dc*da + bc} + spills(&i) + return i +} + +func main() { + x := i4{1, 2, 3, 4} + y := x + z := F(x) + if z != (i4{12, 34, 6, 8}) { + fmt.Printf("y=%v, z=%v\n", y, z) + } +} diff --git a/go/test/abi/spills4.go b/go/test/abi/spills4.go new file mode 100644 index 0000000000000000000000000000000000000000..646d6965d8223aea7b75538164648d35b7788f58 --- /dev/null +++ b/go/test/abi/spills4.go @@ -0,0 +1,43 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import "fmt" + +type i5f5 struct { + a, b int16 + c, d, e int32 + r, s, t, u, v float32 +} + +//go:noinline +func spills(_ *float32) { + +} + +//go:registerparams +//go:noinline +func F(x i5f5) i5f5 { + y := x.v + spills(&y) + x.r = y + return x +} + +func main() { + x := i5f5{1, 2, 3, 4, 5, 6, 7, 8, 9, 10} + y := x + z := F(x) + if (i5f5{1, 2, 3, 4, 5, 10, 7, 8, 9, 10}) != z { + fmt.Printf("y=%v, z=%v\n", y, z) + } +} diff --git a/go/test/abi/store_reg_args.go b/go/test/abi/store_reg_args.go new file mode 100644 index 0000000000000000000000000000000000000000..df5e4e167cac36b70453d0734c248f7e5a0733c8 --- /dev/null +++ b/go/test/abi/store_reg_args.go @@ -0,0 +1,29 @@ +// run + +// Copyright 2021 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. + +// When the function Store an Arg and also use it in another place, +// be sure not to generate duplicated OpArgXXXReg values, which confuses +// the register allocator. + +package main + +//go:noinline +//go:registerparams +func F(x, y float32) { + if x < 0 { + panic("FAIL") + } + g = [4]float32{x, y, x, y} +} + +var g [4]float32 + +func main() { + F(1, 2) + if g[0] != 1 || g[1] != 2 || g[2] != 1 || g[3] != 2 { + panic("FAIL") + } +} diff --git a/go/test/abi/struct_3_string_input.go b/go/test/abi/struct_3_string_input.go new file mode 100644 index 0000000000000000000000000000000000000000..2291bbb036bfbe58204a2a95e06af2cbbd2236fd --- /dev/null +++ b/go/test/abi/struct_3_string_input.go @@ -0,0 +1,39 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import ( + "fmt" +) + +var sink *string + +type toobig struct { + a, b, c string +} + +//go:registerparams +//go:noinline +func H(x toobig) string { + return x.a + " " + x.b + " " + x.c +} + +func main() { + s := H(toobig{"Hello", "there,", "World"}) + gotVsWant(s, "Hello there, World") +} + +func gotVsWant(got, want string) { + if got != want { + fmt.Printf("FAIL, got %s, wanted %s\n", got, want) + } +} diff --git a/go/test/abi/struct_3_string_input.out b/go/test/abi/struct_3_string_input.out new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/go/test/abi/struct_lower_1.go b/go/test/abi/struct_lower_1.go new file mode 100644 index 0000000000000000000000000000000000000000..363b85c019e06dd5f59796c34c0c945165b4264d --- /dev/null +++ b/go/test/abi/struct_lower_1.go @@ -0,0 +1,29 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +import "fmt" + +//go:registerparams +//go:noinline +func passStruct6(a Struct6) Struct6 { + return a +} + +type Struct6 struct { + Struct1 +} + +type Struct1 struct { + A, B, C uint +} + +func main() { + fmt.Println(passStruct6(Struct6{Struct1{1, 2, 3}})) +} diff --git a/go/test/abi/struct_lower_1.out b/go/test/abi/struct_lower_1.out new file mode 100644 index 0000000000000000000000000000000000000000..d326cb611980c764e6fdbd7ecd416ac4dc790ca4 --- /dev/null +++ b/go/test/abi/struct_lower_1.out @@ -0,0 +1 @@ +{{1 2 3}} diff --git a/go/test/abi/too_big_to_ssa.go b/go/test/abi/too_big_to_ssa.go new file mode 100644 index 0000000000000000000000000000000000000000..e10acd17529f5f6f2a6f8215b20d2c296a9fc75a --- /dev/null +++ b/go/test/abi/too_big_to_ssa.go @@ -0,0 +1,47 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +import ( + "fmt" +) + +var sink *string + +type toobig struct { + // 6 words will not SSA but will fit in registers + a, b, c string +} + +//go:registerparams +//go:noinline +func H(x toobig) string { + return x.a + " " + x.b + " " + x.c +} + +//go:registerparams +//go:noinline +func I(a, b, c string) toobig { + return toobig{a, b, c} +} + +func main() { + s := H(toobig{"Hello", "there,", "World"}) + gotVsWant(s, "Hello there, World") + fmt.Println(s) + t := H(I("Ahoy", "there,", "Matey")) + gotVsWant(t, "Ahoy there, Matey") + fmt.Println(t) +} + +func gotVsWant(got, want string) { + if got != want { + fmt.Printf("FAIL, got %s, wanted %s\n", got, want) + } +} diff --git a/go/test/abi/too_big_to_ssa.out b/go/test/abi/too_big_to_ssa.out new file mode 100644 index 0000000000000000000000000000000000000000..eeece34d47b429655d755567bed252aa9caf2174 --- /dev/null +++ b/go/test/abi/too_big_to_ssa.out @@ -0,0 +1,2 @@ +Hello there, World +Ahoy there, Matey diff --git a/go/test/abi/uglyfib.go b/go/test/abi/uglyfib.go new file mode 100644 index 0000000000000000000000000000000000000000..9c9d7101054279e4be2e197518d51c168b761b67 --- /dev/null +++ b/go/test/abi/uglyfib.go @@ -0,0 +1,81 @@ +// run + +//go:build !wasm + +// Copyright 2021 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. + +// wasm is excluded because the compiler chatter about register abi pragma ends up +// on stdout, and causes the expected output to not match. + +package main + +import "fmt" + +// This test is designed to provoke a stack growth +// in a way that very likely leaves junk in the +// parameter save area if they aren't saved or spilled +// there, as appropriate. + +//go:registerparams +//go:noinline +func f(x int, xm1, xm2, p *int) { + var y = [2]int{x - 4, 0} + if x < 2 { + *p += x + return + } + x -= 3 + g(*xm1, xm2, &x, p) // xm1 is no longer live. + h(*xm2, &x, &y[0], p) // xm2 is no longer live, but was spilled. +} + +//go:registerparams +//go:noinline +func g(x int, xm1, xm2, p *int) { + var y = [3]int{x - 4, 0, 0} + if x < 2 { + *p += x + return + } + x -= 3 + k(*xm2, &x, &y[0], p) + h(*xm1, xm2, &x, p) +} + +//go:registerparams +//go:noinline +func h(x int, xm1, xm2, p *int) { + var y = [4]int{x - 4, 0, 0, 0} + if x < 2 { + *p += x + return + } + x -= 3 + k(*xm1, xm2, &x, p) + f(*xm2, &x, &y[0], p) +} + +//go:registerparams +//go:noinline +func k(x int, xm1, xm2, p *int) { + var y = [5]int{x - 4, 0, 0, 0, 0} + if x < 2 { + *p += x + return + } + x -= 3 + f(*xm2, &x, &y[0], p) + g(*xm1, xm2, &x, p) +} + +func main() { + x := 40 + var y int + xm1 := x - 1 + xm2 := x - 2 + f(x, &xm1, &xm2, &y) + + fmt.Printf("Fib(%d)=%d\n", x, y) +} diff --git a/go/test/abi/uglyfib.out b/go/test/abi/uglyfib.out new file mode 100644 index 0000000000000000000000000000000000000000..d892270e203489dab538f6b68f32e8a45f8b0407 --- /dev/null +++ b/go/test/abi/uglyfib.out @@ -0,0 +1 @@ +Fib(40)=102334155 diff --git a/go/test/abi/wrapdefer_largetmp.go b/go/test/abi/wrapdefer_largetmp.go new file mode 100644 index 0000000000000000000000000000000000000000..1aaaade39c4e0a4b9004a2473cc5885077f27ebf --- /dev/null +++ b/go/test/abi/wrapdefer_largetmp.go @@ -0,0 +1,36 @@ +// run + +//go:build !wasm + +// Copyright 2021 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 main + +//go:noinline +func F() { + b := g() + defer g2(b) + n := g()[20] + println(n) +} + +type T [45]int + +var x = 0 + +//go:noinline +func g() T { + x++ + return T{20: x} +} + +//go:noinline +func g2(t T) { + if t[20] != 1 { + println("FAIL", t[20]) + } +} + +func main() { F() } diff --git a/go/test/abi/wrapdefer_largetmp.out b/go/test/abi/wrapdefer_largetmp.out new file mode 100644 index 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /dev/null +++ b/go/test/abi/wrapdefer_largetmp.out @@ -0,0 +1 @@ +2 diff --git a/go/test/abi/zombie_struct_select.go b/go/test/abi/zombie_struct_select.go new file mode 100644 index 0000000000000000000000000000000000000000..d0cab981821e85900ff6f209e520030ef24c9ab7 --- /dev/null +++ b/go/test/abi/zombie_struct_select.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2021 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 main + +type patchlist struct { + head, tail uint32 +} + +type frag struct { + i uint32 + out patchlist +} + +//go:noinline +//go:registerparams +func patch(l patchlist, i uint32) { +} + +//go:noinline +//go:registerparams +func badbad(f1, f2 frag) frag { + // concat of failure is failure + if f1.i == 0 || f2.i == 0 { // internal compiler error: 'badbad': incompatible OpArgIntReg [4]: v42 and v26 + return frag{} + } + patch(f1.out, f2.i) + return frag{f1.i, f2.out} +} + +func main() { + badbad(frag{i: 2}, frag{i: 3}) +} diff --git a/go/test/alg.go b/go/test/alg.go new file mode 100644 index 0000000000000000000000000000000000000000..7bb1b6bd6b45a87ac3a5245bdb30f5fbfe32d344 --- /dev/null +++ b/go/test/alg.go @@ -0,0 +1,46 @@ +// build + +// Copyright 2016 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. + +// This file tests that required algs are generated, +// even when similar types have been marked elsewhere +// as not needing algs. See CLs 19769 and 19770. + +package main + +import "fmt" + +//go:noinline +func f(m map[[8]string]int) int { + var k [8]string + return m[k] +} + +//go:noinline +func g(m map[[8]interface{}]int) int { + var k [8]interface{} + return m[k] +} + +//go:noinline +func h(m map[[2]string]int) int { + var k [2]string + return m[k] +} + +type T map[string]interface{} + +func v(x ...string) string { + return x[0] + x[1] +} + +func main() { + fmt.Println( + f(map[[8]string]int{}), + g(map[[8]interface{}]int{}), + h(map[[2]string]int{}), + v("a", "b"), + ) +} diff --git a/go/test/alias.go b/go/test/alias.go new file mode 100644 index 0000000000000000000000000000000000000000..aabaef8f20e27e3216348e38ac7074bb7f07227f --- /dev/null +++ b/go/test/alias.go @@ -0,0 +1,33 @@ +// errorcheck + +// Copyright 2011 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. + +// Test that error messages say what the source file says +// (uint8 vs byte, int32 vs. rune). +// Does not compile. + +package main + +import ( + "fmt" + "unicode/utf8" +) + +func f(byte) {} +func g(uint8) {} + +func main() { + var x float64 + f(x) // ERROR "byte" + g(x) // ERROR "uint8" + + // Test across imports. + + var ff fmt.Formatter + var fs fmt.State + ff.Format(fs, x) // ERROR "rune" + + utf8.RuneStart(x) // ERROR "byte" +} diff --git a/go/test/alias1.go b/go/test/alias1.go new file mode 100644 index 0000000000000000000000000000000000000000..5707917d201227570aac0d34df8e52cdb0562973 --- /dev/null +++ b/go/test/alias1.go @@ -0,0 +1,54 @@ +// run + +// Copyright 2011 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. + +// Test that dynamic interface checks treat byte=uint8 +// and rune=int or rune=int32. + +package main + +func main() { + var x interface{} + + x = byte(1) + switch x.(type) { + case uint8: + // ok + default: + panic("byte != uint8") + } + + x = uint8(2) + switch x.(type) { + case byte: + // ok + default: + panic("uint8 != byte") + } + + rune32 := false + x = rune(3) + switch x.(type) { + case int: + // ok + case int32: + // must be new code + rune32 = true + default: + panic("rune != int and rune != int32") + } + + if rune32 { + x = int32(4) + } else { + x = int(5) + } + switch x.(type) { + case rune: + // ok + default: + panic("int (or int32) != rune") + } +} diff --git a/go/test/alias2.go b/go/test/alias2.go new file mode 100644 index 0000000000000000000000000000000000000000..7a926cc482af8f041ad31d47365ba2b61f794fdf --- /dev/null +++ b/go/test/alias2.go @@ -0,0 +1,104 @@ +// errorcheck + +// Copyright 2016 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. + +// Test basic restrictions on type aliases. + +package p + +import ( + "reflect" + . "reflect" +) + +type T0 struct{} + +// Valid type alias declarations. + +type _ = T0 +type _ = int +type _ = struct{} +type _ = reflect.Value +type _ = Value + +type ( + A0 = T0 + A1 = int + A2 = struct{} + A3 = reflect.Value + A4 = Value + A5 = Value + + N0 A0 +) + +// Methods can be declared on the original named type and the alias. +func (T0) m1() {} // GCCGO_ERROR "previous" +func (*T0) m1() {} // ERROR "method redeclared: T0\.m1|T0\.m1 already declared|redefinition of .m1." +func (A0) m1() {} // ERROR "T0\.m1 already declared|redefinition of .m1." +func (A0) m1() {} // ERROR "T0\.m1 already declared|redefinition of .m1." +func (A0) m2() {} + +// Type aliases and the original type name can be used interchangeably. +var _ A0 = T0{} +var _ T0 = A0{} + +// But aliases and original types cannot be used with new types based on them. +var _ N0 = T0{} // ERROR "cannot use T0{} \(value of struct type T0\) as N0 value in variable declaration" +var _ N0 = A0{} // ERROR "cannot use A0{} \(value of struct type A0\) as N0 value in variable declaration" + +var _ A5 = Value{} + +var _ interface { + m1() + m2() +} = T0{} + +var _ interface { + m1() + m2() +} = A0{} + +func _() { + type _ = T0 + type _ = int + type _ = struct{} + type _ = reflect.Value + type _ = Value + + type ( + A0 = T0 + A1 = int + A2 = struct{} + A3 = reflect.Value + A4 = Value + A5 Value + + N0 A0 + ) + + var _ A0 = T0{} + var _ T0 = A0{} + + var _ N0 = T0{} // ERROR "cannot use T0{} \(value of struct type T0\) as N0 value in variable declaration" + var _ N0 = A0{} // ERROR "cannot use A0{} \(value of struct type A0\) as N0 value in variable declaration" + + var _ A5 = Value{} // ERROR "cannot use Value{} \(value of struct type reflect\.Value\) as A5 value in variable declaration" +} + +// Invalid type alias declarations. + +type _ = reflect.ValueOf // ERROR "reflect.ValueOf .*is not a type|expected type" + +func (A1) m() {} // ERROR "cannot define new methods on non-local type|may not define methods on non-local type" +func (A2) m() {} // ERROR "invalid receiver type" +func (A3) m() {} // ERROR "cannot define new methods on non-local type|may not define methods on non-local type" +func (A4) m() {} // ERROR "cannot define new methods on non-local type|may not define methods on non-local type" + +type B1 = struct{} + +func (B1) m() {} // ERROR "invalid receiver type" + +// TODO(gri) expand diff --git a/go/test/alias3.dir/a.go b/go/test/alias3.dir/a.go new file mode 100644 index 0000000000000000000000000000000000000000..09b3408d16c88e6c21a1d5d3b49ac9f833c3903c --- /dev/null +++ b/go/test/alias3.dir/a.go @@ -0,0 +1,42 @@ +// Copyright 2017 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 a + +import "go/build" + +type ( + Float64 = float64 + Rune = rune +) + +type ( + Int int + IntAlias = Int + IntAlias2 = IntAlias + S struct { + Int + IntAlias + IntAlias2 + } +) + +type ( + Context = build.Context +) + +type ( + I1 interface { + M1(IntAlias2) Float64 + M2() Context + } + + I2 = interface { + M1(Int) float64 + M2() build.Context + } +) + +var i1 I1 +var i2 I2 = i1 diff --git a/go/test/alias3.dir/b.go b/go/test/alias3.dir/b.go new file mode 100644 index 0000000000000000000000000000000000000000..8a86cc064341e2b2a17a7b3a14fa54e59936ed41 --- /dev/null +++ b/go/test/alias3.dir/b.go @@ -0,0 +1,26 @@ +// Copyright 2017 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 b + +import ( + "./a" + . "go/build" +) + +func F(x float64) a.Float64 { + return x +} + +type MyContext = Context // = build.Context + +var C a.Context = Default + +type S struct{} + +func (S) M1(x a.IntAlias) float64 { return a.Float64(x) } +func (S) M2() Context { return Default } + +var _ a.I1 = S{} +var _ a.I2 = S{} diff --git a/go/test/alias3.dir/c.go b/go/test/alias3.dir/c.go new file mode 100644 index 0000000000000000000000000000000000000000..161d5934c254622ebffe86c893e7ac745812bb74 --- /dev/null +++ b/go/test/alias3.dir/c.go @@ -0,0 +1,25 @@ +// Copyright 2017 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 main + +import ( + "./a" + "./b" +) + +func main() { + var _ float64 = b.F(0) + var _ a.Rune = int32(0) + + // embedded types can have different names but the same types + var s a.S + s.Int = 1 + s.IntAlias = s.Int + s.IntAlias2 = s.Int + + // aliases denote identical types across packages + var c a.Context = b.C + var _ b.MyContext = c +} diff --git a/go/test/alias3.go b/go/test/alias3.go new file mode 100644 index 0000000000000000000000000000000000000000..c3732c311b75f5a3b24749ddd578a8ddd5281651 --- /dev/null +++ b/go/test/alias3.go @@ -0,0 +1,7 @@ +// rundir + +// Copyright 2017 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 ignored diff --git a/go/test/align.go b/go/test/align.go new file mode 100644 index 0000000000000000000000000000000000000000..61d07c49b86876ad9450dbeeceb33eda34555f9f --- /dev/null +++ b/go/test/align.go @@ -0,0 +1,29 @@ +// run + +// Copyright 2018 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 main + +// On 32-bit archs, one of the f fields of a [2]T +// will be unaligned (address of 4 mod 8). +// Make sure we can access the f fields successfully, +// particularly for load-add combo instructions +// introduced by CL 102036. +type T struct { + pad uint32 + f float64 +} + +//go:noinline +func f(t, u *T) float64 { + return 3.0 + t.f + u.f +} + +func main() { + t := [2]T{{0, 1.0}, {0, 2.0}} + sink = f(&t[0], &t[1]) +} + +var sink float64 diff --git a/go/test/append.go b/go/test/append.go new file mode 100644 index 0000000000000000000000000000000000000000..3d160634060c87631652f8ac1c784e0cd947ef1c --- /dev/null +++ b/go/test/append.go @@ -0,0 +1,254 @@ +// run + +// Copyright 2010 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. + +// Semi-exhaustive test for the append predeclared function. + +package main + +import ( + "fmt" + "reflect" +) + +func verify(name string, result, expected interface{}) { + if !reflect.DeepEqual(result, expected) { + panic(name) + } +} + +func main() { + for _, t := range tests { + verify(t.name, t.result, t.expected) + } + verifyStruct() + verifyInterface() + verifyType() +} + +var ( + zero int = 0 + one int = 1 +) + +var tests = []struct { + name string + result, expected interface{} +}{ + {"bool a", append([]bool{}), []bool{}}, + {"bool b", append([]bool{}, true), []bool{true}}, + {"bool c", append([]bool{}, true, false, true, true), []bool{true, false, true, true}}, + + {"bool d", append([]bool{true, false, true}), []bool{true, false, true}}, + {"bool e", append([]bool{true, false, true}, false), []bool{true, false, true, false}}, + {"bool f", append([]bool{true, false, true}, false, false, false), []bool{true, false, true, false, false, false}}, + + {"bool g", append([]bool{}, []bool{true}...), []bool{true}}, + {"bool h", append([]bool{}, []bool{true, false, true, false}...), []bool{true, false, true, false}}, + + {"bool i", append([]bool{true, false, true}, []bool{true}...), []bool{true, false, true, true}}, + {"bool j", append([]bool{true, false, true}, []bool{true, true, true}...), []bool{true, false, true, true, true, true}}, + + {"byte a", append([]byte{}), []byte{}}, + {"byte b", append([]byte{}, 0), []byte{0}}, + {"byte c", append([]byte{}, 0, 1, 2, 3), []byte{0, 1, 2, 3}}, + + {"byte d", append([]byte{0, 1, 2}), []byte{0, 1, 2}}, + {"byte e", append([]byte{0, 1, 2}, 3), []byte{0, 1, 2, 3}}, + {"byte f", append([]byte{0, 1, 2}, 3, 4, 5), []byte{0, 1, 2, 3, 4, 5}}, + + {"byte g", append([]byte{}, []byte{0}...), []byte{0}}, + {"byte h", append([]byte{}, []byte{0, 1, 2, 3}...), []byte{0, 1, 2, 3}}, + + {"byte i", append([]byte{0, 1, 2}, []byte{3}...), []byte{0, 1, 2, 3}}, + {"byte j", append([]byte{0, 1, 2}, []byte{3, 4, 5}...), []byte{0, 1, 2, 3, 4, 5}}, + + {"bytestr a", append([]byte{}, "0"...), []byte("0")}, + {"bytestr b", append([]byte{}, "0123"...), []byte("0123")}, + + {"bytestr c", append([]byte("012"), "3"...), []byte("0123")}, + {"bytestr d", append([]byte("012"), "345"...), []byte("012345")}, + + {"int16 a", append([]int16{}), []int16{}}, + {"int16 b", append([]int16{}, 0), []int16{0}}, + {"int16 c", append([]int16{}, 0, 1, 2, 3), []int16{0, 1, 2, 3}}, + + {"int16 d", append([]int16{0, 1, 2}), []int16{0, 1, 2}}, + {"int16 e", append([]int16{0, 1, 2}, 3), []int16{0, 1, 2, 3}}, + {"int16 f", append([]int16{0, 1, 2}, 3, 4, 5), []int16{0, 1, 2, 3, 4, 5}}, + + {"int16 g", append([]int16{}, []int16{0}...), []int16{0}}, + {"int16 h", append([]int16{}, []int16{0, 1, 2, 3}...), []int16{0, 1, 2, 3}}, + + {"int16 i", append([]int16{0, 1, 2}, []int16{3}...), []int16{0, 1, 2, 3}}, + {"int16 j", append([]int16{0, 1, 2}, []int16{3, 4, 5}...), []int16{0, 1, 2, 3, 4, 5}}, + + {"uint32 a", append([]uint32{}), []uint32{}}, + {"uint32 b", append([]uint32{}, 0), []uint32{0}}, + {"uint32 c", append([]uint32{}, 0, 1, 2, 3), []uint32{0, 1, 2, 3}}, + + {"uint32 d", append([]uint32{0, 1, 2}), []uint32{0, 1, 2}}, + {"uint32 e", append([]uint32{0, 1, 2}, 3), []uint32{0, 1, 2, 3}}, + {"uint32 f", append([]uint32{0, 1, 2}, 3, 4, 5), []uint32{0, 1, 2, 3, 4, 5}}, + + {"uint32 g", append([]uint32{}, []uint32{0}...), []uint32{0}}, + {"uint32 h", append([]uint32{}, []uint32{0, 1, 2, 3}...), []uint32{0, 1, 2, 3}}, + + {"uint32 i", append([]uint32{0, 1, 2}, []uint32{3}...), []uint32{0, 1, 2, 3}}, + {"uint32 j", append([]uint32{0, 1, 2}, []uint32{3, 4, 5}...), []uint32{0, 1, 2, 3, 4, 5}}, + + {"float64 a", append([]float64{}), []float64{}}, + {"float64 b", append([]float64{}, 0), []float64{0}}, + {"float64 c", append([]float64{}, 0, 1, 2, 3), []float64{0, 1, 2, 3}}, + + {"float64 d", append([]float64{0, 1, 2}), []float64{0, 1, 2}}, + {"float64 e", append([]float64{0, 1, 2}, 3), []float64{0, 1, 2, 3}}, + {"float64 f", append([]float64{0, 1, 2}, 3, 4, 5), []float64{0, 1, 2, 3, 4, 5}}, + + {"float64 g", append([]float64{}, []float64{0}...), []float64{0}}, + {"float64 h", append([]float64{}, []float64{0, 1, 2, 3}...), []float64{0, 1, 2, 3}}, + + {"float64 i", append([]float64{0, 1, 2}, []float64{3}...), []float64{0, 1, 2, 3}}, + {"float64 j", append([]float64{0, 1, 2}, []float64{3, 4, 5}...), []float64{0, 1, 2, 3, 4, 5}}, + + {"complex128 a", append([]complex128{}), []complex128{}}, + {"complex128 b", append([]complex128{}, 0), []complex128{0}}, + {"complex128 c", append([]complex128{}, 0, 1, 2, 3), []complex128{0, 1, 2, 3}}, + + {"complex128 d", append([]complex128{0, 1, 2}), []complex128{0, 1, 2}}, + {"complex128 e", append([]complex128{0, 1, 2}, 3), []complex128{0, 1, 2, 3}}, + {"complex128 f", append([]complex128{0, 1, 2}, 3, 4, 5), []complex128{0, 1, 2, 3, 4, 5}}, + + {"complex128 g", append([]complex128{}, []complex128{0}...), []complex128{0}}, + {"complex128 h", append([]complex128{}, []complex128{0, 1, 2, 3}...), []complex128{0, 1, 2, 3}}, + + {"complex128 i", append([]complex128{0, 1, 2}, []complex128{3}...), []complex128{0, 1, 2, 3}}, + {"complex128 j", append([]complex128{0, 1, 2}, []complex128{3, 4, 5}...), []complex128{0, 1, 2, 3, 4, 5}}, + + {"string a", append([]string{}), []string{}}, + {"string b", append([]string{}, "0"), []string{"0"}}, + {"string c", append([]string{}, "0", "1", "2", "3"), []string{"0", "1", "2", "3"}}, + + {"string d", append([]string{"0", "1", "2"}), []string{"0", "1", "2"}}, + {"string e", append([]string{"0", "1", "2"}, "3"), []string{"0", "1", "2", "3"}}, + {"string f", append([]string{"0", "1", "2"}, "3", "4", "5"), []string{"0", "1", "2", "3", "4", "5"}}, + + {"string g", append([]string{}, []string{"0"}...), []string{"0"}}, + {"string h", append([]string{}, []string{"0", "1", "2", "3"}...), []string{"0", "1", "2", "3"}}, + + {"string i", append([]string{"0", "1", "2"}, []string{"3"}...), []string{"0", "1", "2", "3"}}, + {"string j", append([]string{"0", "1", "2"}, []string{"3", "4", "5"}...), []string{"0", "1", "2", "3", "4", "5"}}, + + {"make a", append([]string{}, make([]string, 0)...), []string{}}, + {"make b", append([]string(nil), make([]string, 0)...), []string(nil)}, + + {"make c", append([]struct{}{}, make([]struct{}, 0)...), []struct{}{}}, + {"make d", append([]struct{}{}, make([]struct{}, 2)...), make([]struct{}, 2)}, + + {"make e", append([]int{0, 1}, make([]int, 0)...), []int{0, 1}}, + {"make f", append([]int{0, 1}, make([]int, 2)...), []int{0, 1, 0, 0}}, + + {"make g", append([]*int{&zero, &one}, make([]*int, 0)...), []*int{&zero, &one}}, + {"make h", append([]*int{&zero, &one}, make([]*int, 2)...), []*int{&zero, &one, nil, nil}}, +} + +func verifyStruct() { + type T struct { + a, b, c string + } + type S []T + e := make(S, 100) + for i := range e { + e[i] = T{"foo", fmt.Sprintf("%d", i), "bar"} + } + + verify("struct a", append(S{}), S{}) + verify("struct b", append(S{}, e[0]), e[0:1]) + verify("struct c", append(S{}, e[0], e[1], e[2]), e[0:3]) + + verify("struct d", append(e[0:1]), e[0:1]) + verify("struct e", append(e[0:1], e[1]), e[0:2]) + verify("struct f", append(e[0:1], e[1], e[2], e[3]), e[0:4]) + + verify("struct g", append(e[0:3]), e[0:3]) + verify("struct h", append(e[0:3], e[3]), e[0:4]) + verify("struct i", append(e[0:3], e[3], e[4], e[5], e[6]), e[0:7]) + + for i := range e { + verify("struct j", append(S{}, e[0:i]...), e[0:i]) + input := make(S, i) + copy(input, e[0:i]) + verify("struct k", append(input, e[i:]...), e) + verify("struct k - input modified", input, e[0:i]) + } + + s := make(S, 10, 20) + r := make(S, len(s)+len(e)) + for i, x := range e { + r[len(s)+i] = x + } + verify("struct l", append(s), s) + verify("struct m", append(s, e...), r) +} + +func verifyInterface() { + type T interface{} + type S []T + e := make(S, 100) + for i := range e { + switch i % 4 { + case 0: + e[i] = i + case 1: + e[i] = "foo" + case 2: + e[i] = fmt.Sprintf("%d", i) + case 3: + e[i] = float64(i) + } + } + + verify("interface a", append(S{}), S{}) + verify("interface b", append(S{}, e[0]), e[0:1]) + verify("interface c", append(S{}, e[0], e[1], e[2]), e[0:3]) + + verify("interface d", append(e[0:1]), e[0:1]) + verify("interface e", append(e[0:1], e[1]), e[0:2]) + verify("interface f", append(e[0:1], e[1], e[2], e[3]), e[0:4]) + + verify("interface g", append(e[0:3]), e[0:3]) + verify("interface h", append(e[0:3], e[3]), e[0:4]) + verify("interface i", append(e[0:3], e[3], e[4], e[5], e[6]), e[0:7]) + + for i := range e { + verify("interface j", append(S{}, e[0:i]...), e[0:i]) + input := make(S, i) + copy(input, e[0:i]) + verify("interface k", append(input, e[i:]...), e) + verify("interface k - input modified", input, e[0:i]) + } + + s := make(S, 10, 20) + r := make(S, len(s)+len(e)) + for i, x := range e { + r[len(s)+i] = x + } + verify("interface l", append(s), s) + verify("interface m", append(s, e...), r) +} + +type T1 []int +type T2 []int + +func verifyType() { + // The second argument to append has type []E where E is the + // element type of the first argument. Test that the compiler + // accepts two slice types that meet that requirement but are + // not assignment compatible. The return type of append is + // the type of the first argument. + t1 := T1{1} + t2 := T2{2} + verify("T1", append(t1, t2...), T1{1, 2}) +} diff --git a/go/test/append1.go b/go/test/append1.go new file mode 100644 index 0000000000000000000000000000000000000000..437e30ca236c0ffd960c03ed44d96095d68866a8 --- /dev/null +++ b/go/test/append1.go @@ -0,0 +1,22 @@ +// errorcheck + +// Copyright 2017 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. + +// Verify that append arguments requirements are enforced by the +// compiler. + +package main + +func main() { + + s := make([]int, 8) + + _ = append() // ERROR "missing arguments to append|not enough arguments for append" + _ = append(s...) // ERROR "cannot use ... on first argument|not enough arguments in call to append" + _ = append(s, 2, s...) // ERROR "too many arguments to append|too many arguments in call to append" + + _ = append(s, make([]int, 0)) // ERROR "cannot use make\(\[\]int, 0\) \(value of type \[\]int\) as int value in argument to append" + _ = append(s, make([]int, -1)...) // ERROR "negative len argument in make|index -1.* must not be negative" +} diff --git a/go/test/arenas/smoke.go b/go/test/arenas/smoke.go new file mode 100644 index 0000000000000000000000000000000000000000..56dad53fd088e89d404543bab6860e050be77298 --- /dev/null +++ b/go/test/arenas/smoke.go @@ -0,0 +1,65 @@ +// build -goexperiment arenas + +// Copyright 2023 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 main + +import ( + "arena" + "log" + "reflect" +) + +func main() { + a := arena.NewArena() + defer a.Free() + + const iValue = 10 + + i := arena.New[int](a) + *i = iValue + + if *i != iValue { + // This test doesn't reasonably expect this to fail. It's more likely + // that *i crashes for some reason. Still, why not check it. + log.Fatalf("bad i value: got %d, want %d", *i, iValue) + } + + const wantLen = 125 + const wantCap = 1912 + + sl := arena.MakeSlice[*int](a, wantLen, wantCap) + if len(sl) != wantLen { + log.Fatalf("bad arena slice length: got %d, want %d", len(sl), wantLen) + } + if cap(sl) != wantCap { + log.Fatalf("bad arena slice capacity: got %d, want %d", cap(sl), wantCap) + } + sl = sl[:cap(sl)] + for j := range sl { + sl[j] = i + } + for j := range sl { + if *sl[j] != iValue { + // This test doesn't reasonably expect this to fail. It's more likely + // that sl[j] crashes for some reason. Still, why not check it. + log.Fatalf("bad sl[j] value: got %d, want %d", *sl[j], iValue) + } + } + + t := reflect.TypeOf(int(0)) + v := reflect.ArenaNew(a, t) + if want := reflect.PointerTo(t); v.Type() != want { + log.Fatalf("unexpected type for arena-allocated value: got %s, want %s", v.Type(), want) + } + i2 := v.Interface().(*int) + *i2 = iValue + + if *i2 != iValue { + // This test doesn't reasonably expect this to fail. It's more likely + // that *i crashes for some reason. Still, why not check it. + log.Fatalf("bad i2 value: got %d, want %d", *i2, iValue) + } +} diff --git a/go/test/args.go b/go/test/args.go new file mode 100644 index 0000000000000000000000000000000000000000..0ffe8101e9d862cbf503becb362e28e4bbdf6cac --- /dev/null +++ b/go/test/args.go @@ -0,0 +1,23 @@ +// run arg1 arg2 + +// Copyright 2009 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. + +// Test os.Args. + +package main + +import "os" + +func main() { + if len(os.Args) != 3 { + panic("argc") + } + if os.Args[1] != "arg1" { + panic("arg1") + } + if os.Args[2] != "arg2" { + panic("arg2") + } +} diff --git a/go/test/armimm.go b/go/test/armimm.go new file mode 100644 index 0000000000000000000000000000000000000000..65124ad47a57d8ccfe61af834083b9ff2219d1fc --- /dev/null +++ b/go/test/armimm.go @@ -0,0 +1,179 @@ +// run + +// Copyright 2017 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. + +// This file tests the splitting of constants into +// multiple immediates on arm. + +package main + +import "fmt" + +const c32a = 0x00aa00dd +const c32s = 0x00ffff00 +const c64a = 0x00aa00dd55000066 +const c64s = 0x00ffff00004fff00 + +//go:noinline +func add32a(x uint32) uint32 { + return x + c32a +} + +//go:noinline +func add32s(x uint32) uint32 { + return x + c32s +} + +//go:noinline +func sub32a(x uint32) uint32 { + return x - c32a +} + +//go:noinline +func sub32s(x uint32) uint32 { + return x - c32s +} + +//go:noinline +func or32(x uint32) uint32 { + return x | c32a +} + +//go:noinline +func xor32(x uint32) uint32 { + return x ^ c32a +} + +//go:noinline +func subr32a(x uint32) uint32 { + return c32a - x +} + +//go:noinline +func subr32s(x uint32) uint32 { + return c32s - x +} + +//go:noinline +func bic32(x uint32) uint32 { + return x &^ c32a +} + +//go:noinline +func add64a(x uint64) uint64 { + return x + c64a +} + +//go:noinline +func add64s(x uint64) uint64 { + return x + c64s +} + +//go:noinline +func sub64a(x uint64) uint64 { + return x - c64a +} + +//go:noinline +func sub64s(x uint64) uint64 { + return x - c64s +} + +//go:noinline +func or64(x uint64) uint64 { + return x | c64a +} + +//go:noinline +func xor64(x uint64) uint64 { + return x ^ c64a +} + +//go:noinline +func subr64a(x uint64) uint64 { + return c64a - x +} + +//go:noinline +func subr64s(x uint64) uint64 { + return c64s - x +} + +//go:noinline +func bic64(x uint64) uint64 { + return x &^ c64a +} + +// Note: x-c gets rewritten to x+(-c), so SUB and SBC are not directly testable. +// I disabled that rewrite rule before running this test. + +func main() { + test32() + test64() +} + +func test32() { + var a uint32 = 0x11111111 + var want, got uint32 + if want, got = a+c32a, add32a(a); got != want { + panic(fmt.Sprintf("add32a(%x) = %x, want %x", a, got, want)) + } + if want, got = a+c32s, add32s(a); got != want { + panic(fmt.Sprintf("add32s(%x) = %x, want %x", a, got, want)) + } + if want, got = a-c32a, sub32a(a); got != want { + panic(fmt.Sprintf("sub32a(%x) = %x, want %x", a, got, want)) + } + if want, got = a-c32s, sub32s(a); got != want { + panic(fmt.Sprintf("sub32s(%x) = %x, want %x", a, got, want)) + } + if want, got = a|c32a, or32(a); got != want { + panic(fmt.Sprintf("or32(%x) = %x, want %x", a, got, want)) + } + if want, got = a^c32a, xor32(a); got != want { + panic(fmt.Sprintf("xor32(%x) = %x, want %x", a, got, want)) + } + if want, got = c32a-a, subr32a(a); got != want { + panic(fmt.Sprintf("subr32a(%x) = %x, want %x", a, got, want)) + } + if want, got = c32s-a, subr32s(a); got != want { + panic(fmt.Sprintf("subr32s(%x) = %x, want %x", a, got, want)) + } + if want, got = a&^c32a, bic32(a); got != want { + panic(fmt.Sprintf("bic32(%x) = %x, want %x", a, got, want)) + } +} + +func test64() { + var a uint64 = 0x1111111111111111 + var want, got uint64 + if want, got = a+c64a, add64a(a); got != want { + panic(fmt.Sprintf("add64a(%x) = %x, want %x", a, got, want)) + } + if want, got = a+c64s, add64s(a); got != want { + panic(fmt.Sprintf("add64s(%x) = %x, want %x", a, got, want)) + } + if want, got = a-c64a, sub64a(a); got != want { + panic(fmt.Sprintf("sub64a(%x) = %x, want %x", a, got, want)) + } + if want, got = a-c64s, sub64s(a); got != want { + panic(fmt.Sprintf("sub64s(%x) = %x, want %x", a, got, want)) + } + if want, got = a|c64a, or64(a); got != want { + panic(fmt.Sprintf("or64(%x) = %x, want %x", a, got, want)) + } + if want, got = a^c64a, xor64(a); got != want { + panic(fmt.Sprintf("xor64(%x) = %x, want %x", a, got, want)) + } + if want, got = c64a-a, subr64a(a); got != want { + panic(fmt.Sprintf("subr64a(%x) = %x, want %x", a, got, want)) + } + if want, got = c64s-a, subr64s(a); got != want { + panic(fmt.Sprintf("subr64s(%x) = %x, want %x", a, got, want)) + } + if want, got = a&^c64a, bic64(a); got != want { + panic(fmt.Sprintf("bic64(%x) = %x, want %x", a, got, want)) + } +} diff --git a/go/test/asmhdr.dir/main.go b/go/test/asmhdr.dir/main.go new file mode 100644 index 0000000000000000000000000000000000000000..4e1813d2edf4ab46e72035bc58acfdf5808f32bd --- /dev/null +++ b/go/test/asmhdr.dir/main.go @@ -0,0 +1,72 @@ +// Copyright 2021 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 main + +import "unsafe" + +const ( + smallInt = 42 + + // For bigInt, we use a value that's too big for an int64, but still + // fits in uint64. go/constant uses a different representation for + // values larger than int64, but the cmd/asm parser can't parse + // anything bigger than a uint64. + bigInt = 0xffffffffffffffff + + stringVal = "test" + + longStringVal = "this_is_a_string_constant_longer_than_seventy_characters_which_used_to_fail_see_issue_50253" +) + +var ( + smallIntAsm int64 + bigIntAsm uint64 + stringAsm [len(stringVal)]byte + longStringAsm [len(longStringVal)]byte +) + +type typ struct { + a uint64 + b [100]uint8 + c uint8 +} + +var ( + typSize uint64 + + typA, typB, typC uint64 +) + +func main() { + if smallInt != smallIntAsm { + println("smallInt", smallInt, "!=", smallIntAsm) + } + if bigInt != bigIntAsm { + println("bigInt", uint64(bigInt), "!=", bigIntAsm) + } + if stringVal != string(stringAsm[:]) { + println("stringVal", stringVal, "!=", string(stringAsm[:])) + } + if longStringVal != string(longStringAsm[:]) { + println("longStringVal", longStringVal, "!=", string(longStringAsm[:])) + } + + // We also include boolean consts in go_asm.h, but they're + // defined to be "true" or "false", and it's not clear how to + // use that in assembly. + + if want := unsafe.Sizeof(typ{}); want != uintptr(typSize) { + println("typSize", want, "!=", typSize) + } + if want := unsafe.Offsetof(typ{}.a); want != uintptr(typA) { + println("typA", want, "!=", typA) + } + if want := unsafe.Offsetof(typ{}.b); want != uintptr(typB) { + println("typB", want, "!=", typB) + } + if want := unsafe.Offsetof(typ{}.c); want != uintptr(typC) { + println("typC", want, "!=", typC) + } +} diff --git a/go/test/asmhdr.dir/main.s b/go/test/asmhdr.dir/main.s new file mode 100644 index 0000000000000000000000000000000000000000..bc2aa99b0b3be55e3587a9f6c7773d04db0d4467 --- /dev/null +++ b/go/test/asmhdr.dir/main.s @@ -0,0 +1,30 @@ +// Copyright 2021 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. + +#include "go_asm.h" +#define RODATA 8 + +DATA ·smallIntAsm(SB)/8, $const_smallInt +GLOBL ·smallIntAsm(SB),RODATA,$8 + +DATA ·bigIntAsm(SB)/8, $const_bigInt +GLOBL ·bigIntAsm(SB),RODATA,$8 + +DATA ·stringAsm(SB)/4, $const_stringVal +GLOBL ·stringAsm(SB),RODATA,$4 + +DATA ·longStringAsm(SB)/91, $const_longStringVal +GLOBL ·longStringAsm(SB),RODATA,$91 + +DATA ·typSize(SB)/8, $typ__size +GLOBL ·typSize(SB),RODATA,$8 + +DATA ·typA(SB)/8, $typ_a +GLOBL ·typA(SB),RODATA,$8 + +DATA ·typB(SB)/8, $typ_b +GLOBL ·typB(SB),RODATA,$8 + +DATA ·typC(SB)/8, $typ_c +GLOBL ·typC(SB),RODATA,$8 diff --git a/go/test/asmhdr.go b/go/test/asmhdr.go new file mode 100644 index 0000000000000000000000000000000000000000..772f98e2cc6214f5d603ebc7f88f04410da7220b --- /dev/null +++ b/go/test/asmhdr.go @@ -0,0 +1,9 @@ +// buildrundir + +// Copyright 2021 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. + +// Test the -asmhdr output of the compiler. + +package ignored diff --git a/go/test/assign.go b/go/test/assign.go new file mode 100644 index 0000000000000000000000000000000000000000..5beffee6f36fc071bd1641849da25a9e5c65f02c --- /dev/null +++ b/go/test/assign.go @@ -0,0 +1,71 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify simple assignment errors are caught by the compiler. +// Does not compile. + +package main + +import ( + "sync" + "time" +) + +type T struct { + int + sync.Mutex +} + +func main() { + { + var x, y sync.Mutex + x = y // ok + _ = x + } + { + var x, y T + x = y // ok + _ = x + } + { + var x, y [2]sync.Mutex + x = y // ok + _ = x + } + { + var x, y [2]T + x = y // ok + _ = x + } + { + x := time.Time{0, 0, nil} // ERROR "assignment.*Time" + _ = x + } + { + x := sync.Mutex{key: 0} // ERROR "(unknown|assignment).*Mutex" + _ = x + } + { + x := &sync.Mutex{} // ok + var y sync.Mutex // ok + y = *x // ok + *x = y // ok + _ = x + _ = y + } + { + var x = 1 + { + x, x := 2, 3 // ERROR ".*x.* repeated on left side of :=|x redeclared in this block" + _ = x + } + _ = x + } + { + a, a := 1, 2 // ERROR ".*a.* repeated on left side of :=|a redeclared in this block" + _ = a + } +} diff --git a/go/test/assign1.go b/go/test/assign1.go new file mode 100644 index 0000000000000000000000000000000000000000..b9e0325ce8c9757a7f0aabdc16b864f32fadd1d2 --- /dev/null +++ b/go/test/assign1.go @@ -0,0 +1,346 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify assignment rules are enforced by the compiler. +// Does not compile. + +package main + +type ( + A [10]int + B []int + C chan int + F func() int + I interface { + m() int + } + M map[int]int + P *int + S struct { + X int + } + + A1 [10]int + B1 []int + C1 chan int + F1 func() int + I1 interface { + m() int + } + M1 map[int]int + P1 *int + S1 struct { + X int + } +) + +var ( + a0 [10]int + b0 []int + c0 chan int + f0 func() int + i0 interface { + m() int + } + m0 map[int]int + p0 *int + s0 struct { + X int + } + + a A + b B + c C + f F + i I + m M + p P + s S + + a1 A1 + b1 B1 + c1 C1 + f1 F1 + i1 I1 + m1 M1 + p1 P1 + s1 S1 + + pa0 *[10]int + pb0 *[]int + pc0 *chan int + pf0 *func() int + pi0 *interface { + m() int + } + pm0 *map[int]int + pp0 **int + ps0 *struct { + X int + } + + pa *A + pb *B + pc *C + pf *F + pi *I + pm *M + pp *P + ps *S + + pa1 *A1 + pb1 *B1 + pc1 *C1 + pf1 *F1 + pi1 *I1 + pm1 *M1 + pp1 *P1 + ps1 *S1 +) + +func main() { + a0 = a + a0 = a1 + a = a0 + a = a1 // ERROR "cannot use" + a1 = a0 + a1 = a // ERROR "cannot use" + + b0 = b + b0 = b1 + b = b0 + b = b1 // ERROR "cannot use" + b1 = b0 + b1 = b // ERROR "cannot use" + + c0 = c + c0 = c1 + c = c0 + c = c1 // ERROR "cannot use" + c1 = c0 + c1 = c // ERROR "cannot use" + + f0 = f + f0 = f1 + f = f0 + f = f1 // ERROR "cannot use" + f1 = f0 + f1 = f // ERROR "cannot use" + + i0 = i + i0 = i1 + i = i0 + i = i1 + i1 = i0 + i1 = i + + m0 = m + m0 = m1 + m = m0 + m = m1 // ERROR "cannot use" + m1 = m0 + m1 = m // ERROR "cannot use" + + p0 = p + p0 = p1 + p = p0 + p = p1 // ERROR "cannot use" + p1 = p0 + p1 = p // ERROR "cannot use" + + s0 = s + s0 = s1 + s = s0 + s = s1 // ERROR "cannot use" + s1 = s0 + s1 = s // ERROR "cannot use" + + pa0 = pa // ERROR "cannot use|incompatible" + pa0 = pa1 // ERROR "cannot use|incompatible" + pa = pa0 // ERROR "cannot use|incompatible" + pa = pa1 // ERROR "cannot use|incompatible" + pa1 = pa0 // ERROR "cannot use|incompatible" + pa1 = pa // ERROR "cannot use|incompatible" + + pb0 = pb // ERROR "cannot use|incompatible" + pb0 = pb1 // ERROR "cannot use|incompatible" + pb = pb0 // ERROR "cannot use|incompatible" + pb = pb1 // ERROR "cannot use|incompatible" + pb1 = pb0 // ERROR "cannot use|incompatible" + pb1 = pb // ERROR "cannot use|incompatible" + + pc0 = pc // ERROR "cannot use|incompatible" + pc0 = pc1 // ERROR "cannot use|incompatible" + pc = pc0 // ERROR "cannot use|incompatible" + pc = pc1 // ERROR "cannot use|incompatible" + pc1 = pc0 // ERROR "cannot use|incompatible" + pc1 = pc // ERROR "cannot use|incompatible" + + pf0 = pf // ERROR "cannot use|incompatible" + pf0 = pf1 // ERROR "cannot use|incompatible" + pf = pf0 // ERROR "cannot use|incompatible" + pf = pf1 // ERROR "cannot use|incompatible" + pf1 = pf0 // ERROR "cannot use|incompatible" + pf1 = pf // ERROR "cannot use|incompatible" + + pi0 = pi // ERROR "cannot use|incompatible" + pi0 = pi1 // ERROR "cannot use|incompatible" + pi = pi0 // ERROR "cannot use|incompatible" + pi = pi1 // ERROR "cannot use|incompatible" + pi1 = pi0 // ERROR "cannot use|incompatible" + pi1 = pi // ERROR "cannot use|incompatible" + + pm0 = pm // ERROR "cannot use|incompatible" + pm0 = pm1 // ERROR "cannot use|incompatible" + pm = pm0 // ERROR "cannot use|incompatible" + pm = pm1 // ERROR "cannot use|incompatible" + pm1 = pm0 // ERROR "cannot use|incompatible" + pm1 = pm // ERROR "cannot use|incompatible" + + pp0 = pp // ERROR "cannot use|incompatible" + pp0 = pp1 // ERROR "cannot use|incompatible" + pp = pp0 // ERROR "cannot use|incompatible" + pp = pp1 // ERROR "cannot use|incompatible" + pp1 = pp0 // ERROR "cannot use|incompatible" + pp1 = pp // ERROR "cannot use|incompatible" + + ps0 = ps // ERROR "cannot use|incompatible" + ps0 = ps1 // ERROR "cannot use|incompatible" + ps = ps0 // ERROR "cannot use|incompatible" + ps = ps1 // ERROR "cannot use|incompatible" + ps1 = ps0 // ERROR "cannot use|incompatible" + ps1 = ps // ERROR "cannot use|incompatible" + + + a0 = [10]int(a) + a0 = [10]int(a1) + a = A(a0) + a = A(a1) + a1 = A1(a0) + a1 = A1(a) + + b0 = []int(b) + b0 = []int(b1) + b = B(b0) + b = B(b1) + b1 = B1(b0) + b1 = B1(b) + + c0 = chan int(c) + c0 = chan int(c1) + c = C(c0) + c = C(c1) + c1 = C1(c0) + c1 = C1(c) + + f0 = func() int(f) + f0 = func() int(f1) + f = F(f0) + f = F(f1) + f1 = F1(f0) + f1 = F1(f) + + i0 = interface { + m() int + }(i) + i0 = interface { + m() int + }(i1) + i = I(i0) + i = I(i1) + i1 = I1(i0) + i1 = I1(i) + + m0 = map[int]int(m) + m0 = map[int]int(m1) + m = M(m0) + m = M(m1) + m1 = M1(m0) + m1 = M1(m) + + p0 = (*int)(p) + p0 = (*int)(p1) + p = P(p0) + p = P(p1) + p1 = P1(p0) + p1 = P1(p) + + s0 = struct { + X int + }(s) + s0 = struct { + X int + }(s1) + s = S(s0) + s = S(s1) + s1 = S1(s0) + s1 = S1(s) + + pa0 = (*[10]int)(pa) + pa0 = (*[10]int)(pa1) + pa = (*A)(pa0) + pa = (*A)(pa1) + pa1 = (*A1)(pa0) + pa1 = (*A1)(pa) + + pb0 = (*[]int)(pb) + pb0 = (*[]int)(pb1) + pb = (*B)(pb0) + pb = (*B)(pb1) + pb1 = (*B1)(pb0) + pb1 = (*B1)(pb) + + pc0 = (*chan int)(pc) + pc0 = (*chan int)(pc1) + pc = (*C)(pc0) + pc = (*C)(pc1) + pc1 = (*C1)(pc0) + pc1 = (*C1)(pc) + + pf0 = (*func() int)(pf) + pf0 = (*func() int)(pf1) + pf = (*F)(pf0) + pf = (*F)(pf1) + pf1 = (*F1)(pf0) + pf1 = (*F1)(pf) + + pi0 = (*interface { + m() int + })(pi) + pi0 = (*interface { + m() int + })(pi1) + pi = (*I)(pi0) + pi = (*I)(pi1) + pi1 = (*I1)(pi0) + pi1 = (*I1)(pi) + + pm0 = (*map[int]int)(pm) + pm0 = (*map[int]int)(pm1) + pm = (*M)(pm0) + pm = (*M)(pm1) + pm1 = (*M1)(pm0) + pm1 = (*M1)(pm) + + pp0 = (**int)(pp) + pp0 = (**int)(pp1) + pp = (*P)(pp0) + pp = (*P)(pp1) + pp1 = (*P1)(pp0) + pp1 = (*P1)(pp) + + ps0 = (*struct { + X int + })(ps) + ps0 = (*struct { + X int + })(ps1) + ps = (*S)(ps0) + ps = (*S)(ps1) + ps1 = (*S1)(ps0) + ps1 = (*S1)(ps) + +} diff --git a/go/test/atomicload.go b/go/test/atomicload.go new file mode 100644 index 0000000000000000000000000000000000000000..76f1ad491e8832425e52385ced354631f401e693 --- /dev/null +++ b/go/test/atomicload.go @@ -0,0 +1,45 @@ +// run + +// Copyright 2016 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. + +// Check that we do loads exactly once. The SSA backend +// once tried to do the load in f twice, once sign extended +// and once zero extended. This can cause problems in +// racy code, particularly sync/mutex. + +package main + +func f(p *byte) bool { + x := *p + a := int64(int8(x)) + b := int64(uint8(x)) + return a == b +} + +func main() { + var x byte + const N = 1000000 + c := make(chan struct{}) + go func() { + for i := 0; i < N; i++ { + x = 1 + } + c <- struct{}{} + }() + go func() { + for i := 0; i < N; i++ { + x = 2 + } + c <- struct{}{} + }() + + for i := 0; i < N; i++ { + if !f(&x) { + panic("non-atomic load!") + } + } + <-c + <-c +} diff --git a/go/test/bigalg.go b/go/test/bigalg.go new file mode 100644 index 0000000000000000000000000000000000000000..60e822942e2826367093350db4346f6556224c34 --- /dev/null +++ b/go/test/bigalg.go @@ -0,0 +1,130 @@ +// run + +// Copyright 2009 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. + +// Test the internal "algorithms" for objects larger than a word: hashing, equality etc. + +package main + +type T struct { + a float64 + b int64 + c string + d byte +} + +var a = []int{1, 2, 3} +var NIL []int + +func arraycmptest() { + if NIL != nil { + println("fail1:", NIL, "!= nil") + panic("bigalg") + } + if nil != NIL { + println("fail2: nil !=", NIL) + panic("bigalg") + } + if a == nil || nil == a { + println("fail3:", a, "== nil") + panic("bigalg") + } +} + +func SameArray(a, b []int) bool { + if len(a) != len(b) || cap(a) != cap(b) { + return false + } + if len(a) > 0 && &a[0] != &b[0] { + return false + } + return true +} + +var t = T{1.5, 123, "hello", 255} +var mt = make(map[int]T) +var ma = make(map[int][]int) + +func maptest() { + mt[0] = t + t1 := mt[0] + if t1.a != t.a || t1.b != t.b || t1.c != t.c || t1.d != t.d { + println("fail: map val struct", t1.a, t1.b, t1.c, t1.d) + panic("bigalg") + } + + ma[1] = a + a1 := ma[1] + if !SameArray(a, a1) { + println("fail: map val array", a, a1) + panic("bigalg") + } +} + +var ct = make(chan T) +var ca = make(chan []int) + +func send() { + ct <- t + ca <- a +} + +func chantest() { + go send() + + t1 := <-ct + if t1.a != t.a || t1.b != t.b || t1.c != t.c || t1.d != t.d { + println("fail: map val struct", t1.a, t1.b, t1.c, t1.d) + panic("bigalg") + } + + a1 := <-ca + if !SameArray(a, a1) { + println("fail: map val array", a, a1) + panic("bigalg") + } +} + +type E struct{} + +var e E + +func interfacetest() { + var i interface{} + + i = a + a1 := i.([]int) + if !SameArray(a, a1) { + println("interface <-> []int", a, a1) + panic("bigalg") + } + pa := new([]int) + *pa = a + i = pa + a1 = *i.(*[]int) + if !SameArray(a, a1) { + println("interface <-> *[]int", a, a1) + panic("bigalg") + } + + i = t + t1 := i.(T) + if t1.a != t.a || t1.b != t.b || t1.c != t.c || t1.d != t.d { + println("interface <-> struct", t1.a, t1.b, t1.c, t1.d) + panic("bigalg") + } + + i = e + e1 := i.(E) + // nothing to check; just verify it doesn't crash + _ = e1 +} + +func main() { + arraycmptest() + maptest() + chantest() + interfacetest() +} diff --git a/go/test/bigmap.go b/go/test/bigmap.go new file mode 100644 index 0000000000000000000000000000000000000000..c5e4f91e11951964d5889363edcf002e7a3cdc46 --- /dev/null +++ b/go/test/bigmap.go @@ -0,0 +1,139 @@ +// run + +// Copyright 2009 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. + +// Internally a map holds elements in up to 255 bytes of key+value. +// When key or value or both are too large, it uses pointers to key+value +// instead. Test all the combinations. + +package main + +func seq(x, y int) [1000]byte { + var r [1000]byte + for i := 0; i < len(r); i++ { + r[i] = byte(x + i*y) + } + return r +} + +func cmp(x, y [1000]byte) { + for i := 0; i < len(x); i++ { + if x[i] != y[i] { + panic("BUG mismatch") + } + } +} + +func main() { + m := make(map[int][1000]byte) + m[1] = seq(11, 13) + m[2] = seq(2, 9) + m[3] = seq(3, 17) + + cmp(m[1], seq(11, 13)) + cmp(m[2], seq(2, 9)) + cmp(m[3], seq(3, 17)) + + + { + type T [1]byte + type V [1]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [100]byte + type V [1]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [1]byte + type V [100]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [1000]byte + type V [1]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [1]byte + type V [1000]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [1000]byte + type V [1000]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [200]byte + type V [1]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [1]byte + type V [200]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } + { + type T [200]byte + type V [200]byte + m := make(map[T]V) + m[T{}] = V{1} + m[T{1}] = V{2} + if x, y := m[T{}][0], m[T{1}][0]; x != 1 || y != 2 { + println(x, y) + panic("bad map") + } + } +} diff --git a/go/test/blank.go b/go/test/blank.go new file mode 100644 index 0000000000000000000000000000000000000000..0539debb1f25249788954bf0704db109ae1d635b --- /dev/null +++ b/go/test/blank.go @@ -0,0 +1,189 @@ +// run + +// Copyright 2009 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. + +// Test behavior of the blank identifier (_). + +package main + +import ( + "os" + "unsafe" +) + +import _ "fmt" + +var call string + +type T struct { + _, _, _ int +} + +func (T) _() { +} + +func (T) _() { +} + +type U struct { + _ struct{ a, b, c int } +} + +const ( + c0 = iota + _ + _ + _ + c4 +) + +var ints = []string{ + "1", + "2", + "3", +} + +func f() (int, int) { + call += "f" + return 1, 2 +} + +func g() (float64, float64) { + call += "g" + return 3, 4 +} + +func h(_ int, _ float64) { +} + +func i() int { + call += "i" + return 23 +} + +var _ = i() + +func main() { + if call != "i" { + panic("init did not run") + } + call = "" + _, _ = f() + a, _ := f() + if a != 1 { + panic(a) + } + b, _ := g() + if b != 3 { + panic(b) + } + _, a = f() + if a != 2 { + panic(a) + } + _, b = g() + if b != 4 { + panic(b) + } + _ = i() + if call != "ffgfgi" { + panic(call) + } + if c4 != 4 { + panic(c4) + } + + out := "" + for _, s := range ints { + out += s + } + if out != "123" { + panic(out) + } + + sum := 0 + for s := range ints { + sum += s + } + if sum != 3 { + panic(sum) + } + + // go.tools/ssa/interp cannot support unsafe.Pointer. + if os.Getenv("GOSSAINTERP") == "" { + type T1 struct{ x, y, z int } + t1 := *(*T)(unsafe.Pointer(&T1{1, 2, 3})) + t2 := *(*T)(unsafe.Pointer(&T1{4, 5, 6})) + if t1 != t2 { + panic("T{} != T{}") + } + + var u1, u2 interface{} + u1 = *(*U)(unsafe.Pointer(&T1{1, 2, 3})) + u2 = *(*U)(unsafe.Pointer(&T1{4, 5, 6})) + if u1 != u2 { + panic("U{} != U{}") + } + } + + h(a, b) + + m() +} + +type I interface { + M(_ int, y int) +} + +type TI struct{} + +func (_ TI) M(x int, y int) { + if x != y { + println("invalid M call:", x, y) + panic("bad M") + } +} + +var fp = func(_ int, y int) {} + +func init() { + fp = fp1 +} + +func fp1(x, y int) { + if x != y { + println("invalid fp1 call:", x, y) + panic("bad fp1") + } +} + +func m() { + var i I + + i = TI{} + i.M(1, 1) + i.M(2, 2) + + fp(1, 1) + fp(2, 2) +} + +// useless but legal +var _ int = 1 +var _ = 2 +var _, _ = 3, 4 + +const _ = 3 +const _, _ = 4, 5 + +type _ int + +func _() { + panic("oops") +} + +func ff() { + var _ int = 1 +} diff --git a/go/test/blank1.go b/go/test/blank1.go new file mode 100644 index 0000000000000000000000000000000000000000..815a7e9b5a8b5eda5314acaaf676207583fea9af --- /dev/null +++ b/go/test/blank1.go @@ -0,0 +1,32 @@ +// errorcheck + +// Copyright 2009 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. + +// Test that incorrect uses of the blank identifier are caught. +// Does not compile. + +package _ // ERROR "invalid package name" + +var t struct { + _ int +} + +func (x int) _() { // ERROR "methods on non-local type" + println(x) +} + +type T struct { + _ []int +} + +func main() { + _() // ERROR "cannot use .* as value" + x := _+1 // ERROR "cannot use .* as value" + _ = x + _ = t._ // ERROR "cannot refer to blank field|invalid use of|t._ undefined" + + var v1, v2 T + _ = v1 == v2 // ERROR "cannot be compared|non-comparable|cannot compare v1 == v2" +} diff --git a/go/test/bloop.go b/go/test/bloop.go new file mode 100644 index 0000000000000000000000000000000000000000..d718425cc193c58b0ead12f3713a0bf196074bd4 --- /dev/null +++ b/go/test/bloop.go @@ -0,0 +1,72 @@ +// errorcheck -0 -m=2 + +// Copyright 2025 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. + +// Test keeping statements results in testing.B.Loop alive. +// See issue #61515, #73137. + +package foo + +import "testing" + +func caninline(x int) int { // ERROR "can inline caninline" + return x +} + +func caninlineMulti(x int) (int, int) { // ERROR "can inline caninlineMulti" + return x, x +} + +var something int + +func caninlineNoRet(x int) { // ERROR "can inline caninlineNoRet" + something = x +} + +func caninlineVariadic(x ...int) { // ERROR "can inline caninlineVariadic" "x does not escape" + something = x[0] +} + +func receiver(f func()) { // ERROR "can inline receiver" "f does not escape" + f() +} + +func argument() {} // ERROR "can inline argument" + +func test(b *testing.B, localsink, cond int) { // ERROR ".*" + for i := 0; i < b.N; i++ { + caninline(1) // ERROR "inlining call to caninline" + } + somethingptr := &something + for b.Loop() { // ERROR "inlining call to testing\.\(\*B\)\.Loop" + caninline(1) // ERROR "inlining call to caninline" "function result will be kept alive" + caninlineNoRet(1) // ERROR "inlining call to caninlineNoRet" "function arg will be kept alive" + caninlineVariadic(1) // ERROR "inlining call to caninlineVariadic" "function arg will be kept alive" ".* does not escape" + caninlineVariadic(localsink) // ERROR "inlining call to caninlineVariadic" "localsink will be kept alive" ".* does not escape" + localsink = caninline(1) // ERROR "inlining call to caninline" "localsink will be kept alive" + localsink += 5 // ERROR "localsink will be kept alive" + localsink, cond = 1, 2 // ERROR "localsink will be kept alive" "cond will be kept alive" + *somethingptr = 1 // ERROR "dereference will be kept alive" + if cond > 0 { + caninline(1) // ERROR "inlining call to caninline" "function result will be kept alive" + } + switch cond { + case 2: + caninline(1) // ERROR "inlining call to caninline" "function result will be kept alive" + } + { + caninline(1) // ERROR "inlining call to caninline" "function result will be kept alive" + } + + _ = caninline(1) // ERROR "inlining call to caninline" ".*autotmp.* will be kept alive" + + // An assign list stmt with a single rhs expression returning multiple values via a tuple. + _, _ = caninlineMulti(1) // ERROR "inlining call to caninlineMulti" ".*autotmp.* will be kept alive" + // An assign list stmt with multiple rhs expressions. + _, _ = caninline(1), caninline(2) // ERROR "inlining call to caninline" ".*autotmp.* will be kept alive" + + receiver(argument) // ERROR inlining call to receiver" "function arg will be kept alive" + } +} diff --git a/go/test/bom.go b/go/test/bom.go new file mode 100644 index 0000000000000000000000000000000000000000..37f73bc5d2afa7567c00e3e670a353828ae168c1 --- /dev/null +++ b/go/test/bom.go @@ -0,0 +1,26 @@ +// runoutput + +// Copyright 2011 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. + +// Test source file beginning with a byte order mark. + +package main + +import ( + "fmt" + "strings" +) + +func main() { + prog = strings.Replace(prog, "BOM", "\uFEFF", -1) + fmt.Print(prog) +} + +var prog = `BOM +package main + +func main() { +} +` diff --git a/go/test/bombad.go b/go/test/bombad.go new file mode 100644 index 0000000000000000000000000000000000000000..6b79a98e48f8a5eca3312a27eda8e4dc4f5e8f50 --- /dev/null +++ b/go/test/bombad.go @@ -0,0 +1,18 @@ +// errorcheck + +// Copyright 2012 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. + +// Here for reference, but hard to test automatically +// because the BOM muddles the +// processing done by ../run. + +package main + +func main() { + // There's a bom here. // ERROR "BOM" + // And here. // ERROR "BOM" + /* And here.*/ // ERROR "BOM" + println("hi there") // and here // ERROR "BOM" +} diff --git a/go/test/bounds.go b/go/test/bounds.go new file mode 100644 index 0000000000000000000000000000000000000000..aa1d51b6f9cc6e5290bd677ebddac497fee69b71 --- /dev/null +++ b/go/test/bounds.go @@ -0,0 +1,284 @@ +// errorcheck -0 -m -l + +// Copyright 2012 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. + +// Test, using compiler diagnostic flags, that bounds check elimination +// is eliminating the correct checks. + +package foo + +var ( + s []int + + a1 [1]int + a1k [1000]int + a100k [100000]int + + p1 *[1]int + p1k *[1000]int + p100k *[100000]int + + i int + ui uint + i8 int8 + ui8 uint8 + i16 int16 + ui16 uint16 + i32 int32 + ui32 uint32 + i64 int64 + ui64 uint64 +) + +func main() { + // Most things need checks. + use(s[i]) + use(a1[i]) + use(a1k[i]) + use(a100k[i]) + use(p1[i]) + use(p1k[i]) + use(p100k[i]) + + use(s[ui]) + use(a1[ui]) + use(a1k[ui]) + use(a100k[ui]) + use(p1[ui]) + use(p1k[ui]) + use(p100k[ui]) + + use(s[i8]) + use(a1[i8]) + use(a1k[i8]) + use(a100k[i8]) + use(p1[i8]) + use(p1k[i8]) + use(p100k[i8]) + + // Unsigned 8-bit numbers don't need checks for len >= 2⁸. + use(s[ui8]) + use(a1[ui8]) + use(a1k[ui8]) // ERROR "index bounds check elided" + use(a100k[ui8]) // ERROR "index bounds check elided" + use(p1[ui8]) + use(p1k[ui8]) // ERROR "index bounds check elided" + use(p100k[ui8]) // ERROR "index bounds check elided" + + use(s[i16]) + use(a1[i16]) + use(a1k[i16]) + use(a100k[i16]) + use(p1[i16]) + use(p1k[i16]) + use(p100k[i16]) + + // Unsigned 16-bit numbers don't need checks for len >= 2¹⁶. + use(s[ui16]) + use(a1[ui16]) + use(a1k[ui16]) + use(a100k[ui16]) // ERROR "index bounds check elided" + use(p1[ui16]) + use(p1k[ui16]) + use(p100k[ui16]) // ERROR "index bounds check elided" + + use(s[i32]) + use(a1[i32]) + use(a1k[i32]) + use(a100k[i32]) + use(p1[i32]) + use(p1k[i32]) + use(p100k[i32]) + + use(s[ui32]) + use(a1[ui32]) + use(a1k[ui32]) + use(a100k[ui32]) + use(p1[ui32]) + use(p1k[ui32]) + use(p100k[ui32]) + + use(s[i64]) + use(a1[i64]) + use(a1k[i64]) + use(a100k[i64]) + use(p1[i64]) + use(p1k[i64]) + use(p100k[i64]) + + use(s[ui64]) + use(a1[ui64]) + use(a1k[ui64]) + use(a100k[ui64]) + use(p1[ui64]) + use(p1k[ui64]) + use(p100k[ui64]) + + // Mod truncates the maximum value to one less than the argument, + // but signed mod can be negative, so only unsigned mod counts. + use(s[i%999]) + use(a1[i%999]) + use(a1k[i%999]) + use(a100k[i%999]) + use(p1[i%999]) + use(p1k[i%999]) + use(p100k[i%999]) + + use(s[ui%999]) + use(a1[ui%999]) + use(a1k[ui%999]) // ERROR "index bounds check elided" + use(a100k[ui%999]) // ERROR "index bounds check elided" + use(p1[ui%999]) + use(p1k[ui%999]) // ERROR "index bounds check elided" + use(p100k[ui%999]) // ERROR "index bounds check elided" + + use(s[i%1000]) + use(a1[i%1000]) + use(a1k[i%1000]) + use(a100k[i%1000]) + use(p1[i%1000]) + use(p1k[i%1000]) + use(p100k[i%1000]) + + use(s[ui%1000]) + use(a1[ui%1000]) + use(a1k[ui%1000]) // ERROR "index bounds check elided" + use(a100k[ui%1000]) // ERROR "index bounds check elided" + use(p1[ui%1000]) + use(p1k[ui%1000]) // ERROR "index bounds check elided" + use(p100k[ui%1000]) // ERROR "index bounds check elided" + + use(s[i%1001]) + use(a1[i%1001]) + use(a1k[i%1001]) + use(a100k[i%1001]) + use(p1[i%1001]) + use(p1k[i%1001]) + use(p100k[i%1001]) + + use(s[ui%1001]) + use(a1[ui%1001]) + use(a1k[ui%1001]) + use(a100k[ui%1001]) // ERROR "index bounds check elided" + use(p1[ui%1001]) + use(p1k[ui%1001]) + use(p100k[ui%1001]) // ERROR "index bounds check elided" + + // Bitwise and truncates the maximum value to the mask value. + // The result (for a positive mask) cannot be negative, so elision + // applies to both signed and unsigned indexes. + use(s[i&999]) + use(a1[i&999]) + use(a1k[i&999]) // ERROR "index bounds check elided" + use(a100k[i&999]) // ERROR "index bounds check elided" + use(p1[i&999]) + use(p1k[i&999]) // ERROR "index bounds check elided" + use(p100k[i&999]) // ERROR "index bounds check elided" + + use(s[ui&999]) + use(a1[ui&999]) + use(a1k[ui&999]) // ERROR "index bounds check elided" + use(a100k[ui&999]) // ERROR "index bounds check elided" + use(p1[ui&999]) + use(p1k[ui&999]) // ERROR "index bounds check elided" + use(p100k[ui&999]) // ERROR "index bounds check elided" + + use(s[i&1000]) + use(a1[i&1000]) + use(a1k[i&1000]) + use(a100k[i&1000]) // ERROR "index bounds check elided" + use(p1[i&1000]) + use(p1k[i&1000]) + use(p100k[i&1000]) // ERROR "index bounds check elided" + + use(s[ui&1000]) + use(a1[ui&1000]) + use(a1k[ui&1000]) + use(a100k[ui&1000]) // ERROR "index bounds check elided" + use(p1[ui&1000]) + use(p1k[ui&1000]) + use(p100k[ui&1000]) // ERROR "index bounds check elided" + + use(a1[i&^-1]) // ERROR "index bounds check elided" + use(a1[i&^0]) + use(a1[i&^-2]) + use(a1[i&^1]) + use(a1k[i&^-1]) // ERROR "index bounds check elided" + use(a1k[i&^0]) + use(a1k[i&^-2]) // ERROR "index bounds check elided" + use(a1k[i&^1]) + use(a1k[i8&^0]) + use(a1k[i8&^-128]) // ERROR "index bounds check elided" + use(a1k[ui8&^1]) // ERROR "index bounds check elided" + use(a1k[ui16&^0xf000]) + use(a1k[ui16&^0xff00]) // ERROR "index bounds check elided" + + // Right shift cuts the effective number of bits in the index, + // but only for unsigned (signed stays negative). + use(s[i32>>22]) + use(a1[i32>>22]) + use(a1k[i32>>22]) + use(a100k[i32>>22]) + use(p1[i32>>22]) + use(p1k[i32>>22]) + use(p100k[i32>>22]) + + use(s[ui32>>22]) + use(a1[ui32>>22]) + use(a1k[ui32>>22]) + use(a100k[ui32>>22]) // ERROR "index bounds check elided" + use(p1[ui32>>22]) + use(p1k[ui32>>22]) + use(p100k[ui32>>22]) // ERROR "index bounds check elided" + + use(s[i32>>23]) + use(a1[i32>>23]) + use(a1k[i32>>23]) + use(a100k[i32>>23]) + use(p1[i32>>23]) + use(p1k[i32>>23]) + use(p100k[i32>>23]) + + use(s[ui32>>23]) + use(a1[ui32>>23]) + use(a1k[ui32>>23]) // ERROR "index bounds check elided" + use(a100k[ui32>>23]) // ERROR "index bounds check elided" + use(p1[ui32>>23]) + use(p1k[ui32>>23]) // ERROR "index bounds check elided" + use(p100k[ui32>>23]) // ERROR "index bounds check elided" + + // Division cuts the range like right shift does. + use(s[i/1e6]) + use(a1[i/1e6]) + use(a1k[i/1e6]) + use(a100k[i/1e6]) + use(p1[i/1e6]) + use(p1k[i/1e6]) + use(p100k[i/1e6]) + + use(s[ui/1e6]) + use(a1[ui/1e6]) + use(a1k[ui/1e6]) + use(p1[ui/1e6]) + use(p1k[ui/1e6]) + + use(s[i/1e7]) + use(a1[i/1e7]) + use(a1k[i/1e7]) + use(a100k[i/1e7]) + use(p1[i/1e7]) + use(p1k[i/1e7]) + use(p100k[i/1e7]) + + use(s[ui/1e7]) + use(a1[ui/1e7]) + use(p1[ui/1e7]) +} + +var sum int + +func use(x int) { + sum += x +} diff --git a/go/test/cannotassign.go b/go/test/cannotassign.go new file mode 100644 index 0000000000000000000000000000000000000000..27e62890c5249f6edd2d7e691af3d92f38daac40 --- /dev/null +++ b/go/test/cannotassign.go @@ -0,0 +1,33 @@ +// errorcheck + +// Copyright 2020 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. + +// Test "cannot assign" errors + +package main + +func main() { + var s string = "hello" + s[1:2] = "a" // ERROR "cannot assign to .* (\(strings are immutable\))?" + s[3] = "b" // ERROR "cannot assign to .* (\(strings are immutable\))?" + + const n int = 1 + const cs string = "hello" + n = 2 // ERROR "cannot assign to .* (\(declared const\))?" + cs = "hi" // ERROR "cannot assign to .* (\(declared const\))?" + true = false // ERROR "cannot assign to .* (\(declared const\))?" + + var m map[int]struct{ n int } + m[0].n = 7 // ERROR "cannot assign to struct field .* in map$" + + 1 = 7 // ERROR "cannot assign to 1" + "hi" = 7 // ERROR `cannot assign to "hi"` + nil = 7 // ERROR "cannot assign to nil" + len("") = 7 // ERROR `cannot assign to len\(""\)` + []int{} = nil // ERROR "cannot assign to \[\]int\{\}" + + var x int = 7 + x + 1 = 7 // ERROR "cannot assign to x \+ 1" +} diff --git a/go/test/chan/doubleselect.go b/go/test/chan/doubleselect.go new file mode 100644 index 0000000000000000000000000000000000000000..ff69dbe5dbca24058e4435656f24bf12d07d3278 --- /dev/null +++ b/go/test/chan/doubleselect.go @@ -0,0 +1,87 @@ +// run + +// Copyright 2009 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. + +// Test the situation in which two cases of a select can +// both end up running. See http://codereview.appspot.com/180068. + +package main + +import ( + "flag" + "runtime" +) + +var iterations *int = flag.Int("n", 100000, "number of iterations") + +// sender sends a counter to one of four different channels. If two +// cases both end up running in the same iteration, the same value will be sent +// to two different channels. +func sender(n int, c1, c2, c3, c4 chan<- int) { + defer close(c1) + defer close(c2) + defer close(c3) + defer close(c4) + + for i := 0; i < n; i++ { + select { + case c1 <- i: + case c2 <- i: + case c3 <- i: + case c4 <- i: + } + } +} + +// mux receives the values from sender and forwards them onto another channel. +// It would be simpler to just have sender's four cases all be the same +// channel, but this doesn't actually trigger the bug. +func mux(out chan<- int, in <-chan int, done chan<- bool) { + for v := range in { + out <- v + } + done <- true +} + +// recver gets a steam of values from the four mux's and checks for duplicates. +func recver(in <-chan int) { + seen := make(map[int]bool) + + for v := range in { + if _, ok := seen[v]; ok { + println("got duplicate value: ", v) + panic("fail") + } + seen[v] = true + } +} + +func main() { + runtime.GOMAXPROCS(2) + + flag.Parse() + c1 := make(chan int) + c2 := make(chan int) + c3 := make(chan int) + c4 := make(chan int) + done := make(chan bool) + cmux := make(chan int) + go sender(*iterations, c1, c2, c3, c4) + go mux(cmux, c1, done) + go mux(cmux, c2, done) + go mux(cmux, c3, done) + go mux(cmux, c4, done) + go func() { + <-done + <-done + <-done + <-done + close(cmux) + }() + // We keep the recver because it might catch more bugs in the future. + // However, the result of the bug linked to at the top is that we'll + // end up panicking with: "throw: bad g->status in ready". + recver(cmux) +} diff --git a/go/test/chan/fifo.go b/go/test/chan/fifo.go new file mode 100644 index 0000000000000000000000000000000000000000..0001bcf8a29728b5a138490f93005b8cc7d2e2d5 --- /dev/null +++ b/go/test/chan/fifo.go @@ -0,0 +1,56 @@ +// run + +// Copyright 2009 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. + +// Test that unbuffered channels act as pure fifos. + +package main + +import "os" + +const N = 10 + +func AsynchFifo() { + ch := make(chan int, N) + for i := 0; i < N; i++ { + ch <- i + } + for i := 0; i < N; i++ { + if <-ch != i { + print("bad receive\n") + os.Exit(1) + } + } +} + +func Chain(ch <-chan int, val int, in <-chan int, out chan<- int) { + <-in + if <-ch != val { + panic(val) + } + out <- 1 +} + +// thread together a daisy chain to read the elements in sequence +func SynchFifo() { + ch := make(chan int) + in := make(chan int) + start := in + for i := 0; i < N; i++ { + out := make(chan int) + go Chain(ch, i, in, out) + in = out + } + start <- 0 + for i := 0; i < N; i++ { + ch <- i + } + <-in +} + +func main() { + AsynchFifo() + SynchFifo() +} diff --git a/go/test/chan/goroutines.go b/go/test/chan/goroutines.go new file mode 100644 index 0000000000000000000000000000000000000000..6ffae7df65f45406b423113de7d5817fc00b808a --- /dev/null +++ b/go/test/chan/goroutines.go @@ -0,0 +1,41 @@ +// run + +// Copyright 2009 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. + +// Torture test for goroutines. +// Make a lot of goroutines, threaded together, and tear them down cleanly. + +package main + +import ( + "os" + "strconv" +) + +func f(left, right chan int) { + left <- <-right +} + +func main() { + var n = 10000 + if len(os.Args) > 1 { + var err error + n, err = strconv.Atoi(os.Args[1]) + if err != nil { + print("bad arg\n") + os.Exit(1) + } + } + leftmost := make(chan int) + right := leftmost + left := leftmost + for i := 0; i < n; i++ { + right = make(chan int) + go f(left, right) + left = right + } + go func(c chan int) { c <- 1 }(right) + <-leftmost +} diff --git a/go/test/chan/nonblock.go b/go/test/chan/nonblock.go new file mode 100644 index 0000000000000000000000000000000000000000..7e3c0c74daec7568d6d1b6ee4f3ca2d785e5fcb7 --- /dev/null +++ b/go/test/chan/nonblock.go @@ -0,0 +1,282 @@ +// run + +// Copyright 2009 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. + +// Test channel operations that test for blocking. +// Use several sizes and types of operands. + +package main + +import "runtime" +import "time" + +func i32receiver(c chan int32, strobe chan bool) { + if <-c != 123 { + panic("i32 value") + } + strobe <- true +} + +func i32sender(c chan int32, strobe chan bool) { + c <- 234 + strobe <- true +} + +func i64receiver(c chan int64, strobe chan bool) { + if <-c != 123456 { + panic("i64 value") + } + strobe <- true +} + +func i64sender(c chan int64, strobe chan bool) { + c <- 234567 + strobe <- true +} + +func breceiver(c chan bool, strobe chan bool) { + if !<-c { + panic("b value") + } + strobe <- true +} + +func bsender(c chan bool, strobe chan bool) { + c <- true + strobe <- true +} + +func sreceiver(c chan string, strobe chan bool) { + if <-c != "hello" { + panic("s value") + } + strobe <- true +} + +func ssender(c chan string, strobe chan bool) { + c <- "hello again" + strobe <- true +} + +var ticker = time.Tick(10 * 1000) // 10 us +func sleep() { + <-ticker + <-ticker + runtime.Gosched() + runtime.Gosched() + runtime.Gosched() +} + +const maxTries = 10000 // Up to 100ms per test. + +func main() { + var i32 int32 + var i64 int64 + var b bool + var s string + + var sync = make(chan bool) + + for buffer := 0; buffer < 2; buffer++ { + c32 := make(chan int32, buffer) + c64 := make(chan int64, buffer) + cb := make(chan bool, buffer) + cs := make(chan string, buffer) + + select { + case i32 = <-c32: + panic("blocked i32sender") + default: + } + + select { + case i64 = <-c64: + panic("blocked i64sender") + default: + } + + select { + case b = <-cb: + panic("blocked bsender") + default: + } + + select { + case s = <-cs: + panic("blocked ssender") + default: + } + + go i32receiver(c32, sync) + try := 0 + Send32: + for { + select { + case c32 <- 123: + break Send32 + default: + try++ + if try > maxTries { + println("i32receiver buffer=", buffer) + panic("fail") + } + sleep() + } + } + <-sync + + go i32sender(c32, sync) + if buffer > 0 { + <-sync + } + try = 0 + Recv32: + for { + select { + case i32 = <-c32: + break Recv32 + default: + try++ + if try > maxTries { + println("i32sender buffer=", buffer) + panic("fail") + } + sleep() + } + } + if i32 != 234 { + panic("i32sender value") + } + if buffer == 0 { + <-sync + } + + go i64receiver(c64, sync) + try = 0 + Send64: + for { + select { + case c64 <- 123456: + break Send64 + default: + try++ + if try > maxTries { + panic("i64receiver") + } + sleep() + } + } + <-sync + + go i64sender(c64, sync) + if buffer > 0 { + <-sync + } + try = 0 + Recv64: + for { + select { + case i64 = <-c64: + break Recv64 + default: + try++ + if try > maxTries { + panic("i64sender") + } + sleep() + } + } + if i64 != 234567 { + panic("i64sender value") + } + if buffer == 0 { + <-sync + } + + go breceiver(cb, sync) + try = 0 + SendBool: + for { + select { + case cb <- true: + break SendBool + default: + try++ + if try > maxTries { + panic("breceiver") + } + sleep() + } + } + <-sync + + go bsender(cb, sync) + if buffer > 0 { + <-sync + } + try = 0 + RecvBool: + for { + select { + case b = <-cb: + break RecvBool + default: + try++ + if try > maxTries { + panic("bsender") + } + sleep() + } + } + if !b { + panic("bsender value") + } + if buffer == 0 { + <-sync + } + + go sreceiver(cs, sync) + try = 0 + SendString: + for { + select { + case cs <- "hello": + break SendString + default: + try++ + if try > maxTries { + panic("sreceiver") + } + sleep() + } + } + <-sync + + go ssender(cs, sync) + if buffer > 0 { + <-sync + } + try = 0 + RecvString: + for { + select { + case s = <-cs: + break RecvString + default: + try++ + if try > maxTries { + panic("ssender") + } + sleep() + } + } + if s != "hello again" { + panic("ssender value") + } + if buffer == 0 { + <-sync + } + } +} diff --git a/go/test/chan/perm.go b/go/test/chan/perm.go new file mode 100644 index 0000000000000000000000000000000000000000..04046723a4f6fefda18911b4bb9351086177ae0f --- /dev/null +++ b/go/test/chan/perm.go @@ -0,0 +1,70 @@ +// errorcheck + +// Copyright 2009 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. + +// Test various correct and incorrect permutations of send-only, +// receive-only, and bidirectional channels. +// Does not compile. + +package main + +var ( + cr <-chan int + cs chan<- int + c chan int +) + +func main() { + cr = c // ok + cs = c // ok + c = cr // ERROR "illegal types|incompatible|cannot" + c = cs // ERROR "illegal types|incompatible|cannot" + cr = cs // ERROR "illegal types|incompatible|cannot" + cs = cr // ERROR "illegal types|incompatible|cannot" + + var n int + <-n // ERROR "receive from non-chan|expected channel" + n <- 2 // ERROR "send to non-chan|must be channel" + + c <- 0 // ok + <-c // ok + x, ok := <-c // ok + _, _ = x, ok + + cr <- 0 // ERROR "send" + <-cr // ok + x, ok = <-cr // ok + _, _ = x, ok + + cs <- 0 // ok + <-cs // ERROR "receive" + x, ok = <-cs // ERROR "receive" + _, _ = x, ok + + select { + case c <- 0: // ok + case x := <-c: // ok + _ = x + + case cr <- 0: // ERROR "send" + case x := <-cr: // ok + _ = x + + case cs <- 0: // ok + case x := <-cs: // ERROR "receive" + _ = x + } + + for _ = range cs { // ERROR "receive" + } + + for range cs { // ERROR "receive" + } + + close(c) + close(cs) + close(cr) // ERROR "receive" + close(n) // ERROR "invalid operation.*non-chan type|must be channel|non-channel" +} diff --git a/go/test/chan/powser1.go b/go/test/chan/powser1.go new file mode 100644 index 0000000000000000000000000000000000000000..e999dde2bee4f80e445dae1f0b2531a399fa1ba3 --- /dev/null +++ b/go/test/chan/powser1.go @@ -0,0 +1,741 @@ +// run + +// Copyright 2009 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. + +// Test concurrency primitives: power series. + +// Power series package +// A power series is a channel, along which flow rational +// coefficients. A denominator of zero signifies the end. +// Original code in Newsqueak by Doug McIlroy. +// See Squinting at Power Series by Doug McIlroy, +// https://swtch.com/~rsc/thread/squint.pdf + +package main + +import "os" + +type rat struct { + num, den int64 // numerator, denominator +} + +func (u rat) pr() { + if u.den == 1 { + print(u.num) + } else { + print(u.num, "/", u.den) + } + print(" ") +} + +func (u rat) eq(c rat) bool { + return u.num == c.num && u.den == c.den +} + +type dch struct { + req chan int + dat chan rat + nam int +} + +type dch2 [2]*dch + +var chnames string +var chnameserial int +var seqno int + +func mkdch() *dch { + c := chnameserial % len(chnames) + chnameserial++ + d := new(dch) + d.req = make(chan int) + d.dat = make(chan rat) + d.nam = c + return d +} + +func mkdch2() *dch2 { + d2 := new(dch2) + d2[0] = mkdch() + d2[1] = mkdch() + return d2 +} + +// split reads a single demand channel and replicates its +// output onto two, which may be read at different rates. +// A process is created at first demand for a rat and dies +// after the rat has been sent to both outputs. + +// When multiple generations of split exist, the newest +// will service requests on one channel, which is +// always renamed to be out[0]; the oldest will service +// requests on the other channel, out[1]. All generations but the +// newest hold queued data that has already been sent to +// out[0]. When data has finally been sent to out[1], +// a signal on the release-wait channel tells the next newer +// generation to begin servicing out[1]. + +func dosplit(in *dch, out *dch2, wait chan int) { + both := false // do not service both channels + + select { + case <-out[0].req: + + case <-wait: + both = true + select { + case <-out[0].req: + + case <-out[1].req: + out[0], out[1] = out[1], out[0] + } + } + + seqno++ + in.req <- seqno + release := make(chan int) + go dosplit(in, out, release) + dat := <-in.dat + out[0].dat <- dat + if !both { + <-wait + } + <-out[1].req + out[1].dat <- dat + release <- 0 +} + +func split(in *dch, out *dch2) { + release := make(chan int) + go dosplit(in, out, release) + release <- 0 +} + +func put(dat rat, out *dch) { + <-out.req + out.dat <- dat +} + +func get(in *dch) rat { + seqno++ + in.req <- seqno + return <-in.dat +} + +// Get one rat from each of n demand channels + +func getn(in []*dch) []rat { + n := len(in) + if n != 2 { + panic("bad n in getn") + } + req := new([2]chan int) + dat := new([2]chan rat) + out := make([]rat, 2) + var i int + var it rat + for i = 0; i < n; i++ { + req[i] = in[i].req + dat[i] = nil + } + for n = 2 * n; n > 0; n-- { + seqno++ + + select { + case req[0] <- seqno: + dat[0] = in[0].dat + req[0] = nil + case req[1] <- seqno: + dat[1] = in[1].dat + req[1] = nil + case it = <-dat[0]: + out[0] = it + dat[0] = nil + case it = <-dat[1]: + out[1] = it + dat[1] = nil + } + } + return out +} + +// Get one rat from each of 2 demand channels + +func get2(in0 *dch, in1 *dch) []rat { + return getn([]*dch{in0, in1}) +} + +func copy(in *dch, out *dch) { + for { + <-out.req + out.dat <- get(in) + } +} + +func repeat(dat rat, out *dch) { + for { + put(dat, out) + } +} + +type PS *dch // power series +type PS2 *[2]PS // pair of power series + +var Ones PS +var Twos PS + +func mkPS() *dch { + return mkdch() +} + +func mkPS2() *dch2 { + return mkdch2() +} + +// Conventions +// Upper-case for power series. +// Lower-case for rationals. +// Input variables: U,V,... +// Output variables: ...,Y,Z + +// Integer gcd; needed for rational arithmetic + +func gcd(u, v int64) int64 { + if u < 0 { + return gcd(-u, v) + } + if u == 0 { + return v + } + return gcd(v%u, u) +} + +// Make a rational from two ints and from one int + +func i2tor(u, v int64) rat { + g := gcd(u, v) + var r rat + if v > 0 { + r.num = u / g + r.den = v / g + } else { + r.num = -u / g + r.den = -v / g + } + return r +} + +func itor(u int64) rat { + return i2tor(u, 1) +} + +var zero rat +var one rat + +// End mark and end test + +var finis rat + +func end(u rat) int64 { + if u.den == 0 { + return 1 + } + return 0 +} + +// Operations on rationals + +func add(u, v rat) rat { + g := gcd(u.den, v.den) + return i2tor(u.num*(v.den/g)+v.num*(u.den/g), u.den*(v.den/g)) +} + +func mul(u, v rat) rat { + g1 := gcd(u.num, v.den) + g2 := gcd(u.den, v.num) + var r rat + r.num = (u.num / g1) * (v.num / g2) + r.den = (u.den / g2) * (v.den / g1) + return r +} + +func neg(u rat) rat { + return i2tor(-u.num, u.den) +} + +func sub(u, v rat) rat { + return add(u, neg(v)) +} + +func inv(u rat) rat { // invert a rat + if u.num == 0 { + panic("zero divide in inv") + } + return i2tor(u.den, u.num) +} + +// print eval in floating point of PS at x=c to n terms +func evaln(c rat, U PS, n int) { + xn := float64(1) + x := float64(c.num) / float64(c.den) + val := float64(0) + for i := 0; i < n; i++ { + u := get(U) + if end(u) != 0 { + break + } + val = val + x*float64(u.num)/float64(u.den) + xn = xn * x + } + print(val, "\n") +} + +// Print n terms of a power series +func printn(U PS, n int) { + done := false + for ; !done && n > 0; n-- { + u := get(U) + if end(u) != 0 { + done = true + } else { + u.pr() + } + } + print(("\n")) +} + +// Evaluate n terms of power series U at x=c +func eval(c rat, U PS, n int) rat { + if n == 0 { + return zero + } + y := get(U) + if end(y) != 0 { + return zero + } + return add(y, mul(c, eval(c, U, n-1))) +} + +// Power-series constructors return channels on which power +// series flow. They start an encapsulated generator that +// puts the terms of the series on the channel. + +// Make a pair of power series identical to a given power series + +func Split(U PS) *dch2 { + UU := mkdch2() + go split(U, UU) + return UU +} + +// Add two power series +func Add(U, V PS) PS { + Z := mkPS() + go func() { + var uv []rat + for { + <-Z.req + uv = get2(U, V) + switch end(uv[0]) + 2*end(uv[1]) { + case 0: + Z.dat <- add(uv[0], uv[1]) + case 1: + Z.dat <- uv[1] + copy(V, Z) + case 2: + Z.dat <- uv[0] + copy(U, Z) + case 3: + Z.dat <- finis + } + } + }() + return Z +} + +// Multiply a power series by a constant +func Cmul(c rat, U PS) PS { + Z := mkPS() + go func() { + done := false + for !done { + <-Z.req + u := get(U) + if end(u) != 0 { + done = true + } else { + Z.dat <- mul(c, u) + } + } + Z.dat <- finis + }() + return Z +} + +// Subtract + +func Sub(U, V PS) PS { + return Add(U, Cmul(neg(one), V)) +} + +// Multiply a power series by the monomial x^n + +func Monmul(U PS, n int) PS { + Z := mkPS() + go func() { + for ; n > 0; n-- { + put(zero, Z) + } + copy(U, Z) + }() + return Z +} + +// Multiply by x + +func Xmul(U PS) PS { + return Monmul(U, 1) +} + +func Rep(c rat) PS { + Z := mkPS() + go repeat(c, Z) + return Z +} + +// Monomial c*x^n + +func Mon(c rat, n int) PS { + Z := mkPS() + go func() { + if c.num != 0 { + for ; n > 0; n = n - 1 { + put(zero, Z) + } + put(c, Z) + } + put(finis, Z) + }() + return Z +} + +func Shift(c rat, U PS) PS { + Z := mkPS() + go func() { + put(c, Z) + copy(U, Z) + }() + return Z +} + +// simple pole at 1: 1/(1-x) = 1 1 1 1 1 ... + +// Convert array of coefficients, constant term first +// to a (finite) power series + +/* +func Poly(a []rat) PS { + Z:=mkPS() + begin func(a []rat, Z PS) { + j:=0 + done:=0 + for j=len(a); !done&&j>0; j=j-1) + if(a[j-1].num!=0) done=1 + i:=0 + for(; i 1 { // print + print("Ones: ") + printn(Ones, 10) + print("Twos: ") + printn(Twos, 10) + print("Add: ") + printn(Add(Ones, Twos), 10) + print("Diff: ") + printn(Diff(Ones), 10) + print("Integ: ") + printn(Integ(zero, Ones), 10) + print("CMul: ") + printn(Cmul(neg(one), Ones), 10) + print("Sub: ") + printn(Sub(Ones, Twos), 10) + print("Mul: ") + printn(Mul(Ones, Ones), 10) + print("Exp: ") + printn(Exp(Ones), 15) + print("MonSubst: ") + printn(MonSubst(Ones, neg(one), 2), 10) + print("ATan: ") + printn(Integ(zero, MonSubst(Ones, neg(one), 2)), 10) + } else { // test + check(Ones, one, 5, "Ones") + check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1 + check(Add(Ones, Twos), itor(3), 0, "Add Ones Twos") // 3 3 3 3 3 + a := make([]rat, N) + d := Diff(Ones) + for i := 0; i < N; i++ { + a[i] = itor(int64(i + 1)) + } + checka(d, a, "Diff") // 1 2 3 4 5 + in := Integ(zero, Ones) + a[0] = zero // integration constant + for i := 1; i < N; i++ { + a[i] = i2tor(1, int64(i)) + } + checka(in, a, "Integ") // 0 1 1/2 1/3 1/4 1/5 + check(Cmul(neg(one), Twos), itor(-2), 10, "CMul") // -1 -1 -1 -1 -1 + check(Sub(Ones, Twos), itor(-1), 0, "Sub Ones Twos") // -1 -1 -1 -1 -1 + m := Mul(Ones, Ones) + for i := 0; i < N; i++ { + a[i] = itor(int64(i + 1)) + } + checka(m, a, "Mul") // 1 2 3 4 5 + e := Exp(Ones) + a[0] = itor(1) + a[1] = itor(1) + a[2] = i2tor(3, 2) + a[3] = i2tor(13, 6) + a[4] = i2tor(73, 24) + a[5] = i2tor(167, 40) + a[6] = i2tor(4051, 720) + a[7] = i2tor(37633, 5040) + a[8] = i2tor(43817, 4480) + a[9] = i2tor(4596553, 362880) + checka(e, a, "Exp") // 1 1 3/2 13/6 73/24 + at := Integ(zero, MonSubst(Ones, neg(one), 2)) + for c, i := 1, 0; i < N; i++ { + if i%2 == 0 { + a[i] = zero + } else { + a[i] = i2tor(int64(c), int64(i)) + c *= -1 + } + } + checka(at, a, "ATan") // 0 -1 0 -1/3 0 -1/5 + /* + t := Revert(Integ(zero, MonSubst(Ones, neg(one), 2))) + a[0] = zero + a[1] = itor(1) + a[2] = zero + a[3] = i2tor(1,3) + a[4] = zero + a[5] = i2tor(2,15) + a[6] = zero + a[7] = i2tor(17,315) + a[8] = zero + a[9] = i2tor(62,2835) + checka(t, a, "Tan") // 0 1 0 1/3 0 2/15 + */ + } +} diff --git a/go/test/chan/powser2.go b/go/test/chan/powser2.go new file mode 100644 index 0000000000000000000000000000000000000000..72cbba8cf6cce13e207599c572cfce82f0e869de --- /dev/null +++ b/go/test/chan/powser2.go @@ -0,0 +1,755 @@ +// run + +// Copyright 2009 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. + +// Test concurrency primitives: power series. + +// Like powser1.go but uses channels of interfaces. +// Has not been cleaned up as much as powser1.go, to keep +// it distinct and therefore a different test. + +// Power series package +// A power series is a channel, along which flow rational +// coefficients. A denominator of zero signifies the end. +// Original code in Newsqueak by Doug McIlroy. +// See Squinting at Power Series by Doug McIlroy, +// https://swtch.com/~rsc/thread/squint.pdf + +package main + +import "os" + +type rat struct { + num, den int64 // numerator, denominator +} + +type item interface { + pr() + eq(c item) bool +} + +func (u *rat) pr() { + if u.den == 1 { + print(u.num) + } else { + print(u.num, "/", u.den) + } + print(" ") +} + +func (u *rat) eq(c item) bool { + c1 := c.(*rat) + return u.num == c1.num && u.den == c1.den +} + +type dch struct { + req chan int + dat chan item + nam int +} + +type dch2 [2]*dch + +var chnames string +var chnameserial int +var seqno int + +func mkdch() *dch { + c := chnameserial % len(chnames) + chnameserial++ + d := new(dch) + d.req = make(chan int) + d.dat = make(chan item) + d.nam = c + return d +} + +func mkdch2() *dch2 { + d2 := new(dch2) + d2[0] = mkdch() + d2[1] = mkdch() + return d2 +} + +// split reads a single demand channel and replicates its +// output onto two, which may be read at different rates. +// A process is created at first demand for an item and dies +// after the item has been sent to both outputs. + +// When multiple generations of split exist, the newest +// will service requests on one channel, which is +// always renamed to be out[0]; the oldest will service +// requests on the other channel, out[1]. All generations but the +// newest hold queued data that has already been sent to +// out[0]. When data has finally been sent to out[1], +// a signal on the release-wait channel tells the next newer +// generation to begin servicing out[1]. + +func dosplit(in *dch, out *dch2, wait chan int) { + both := false // do not service both channels + + select { + case <-out[0].req: + + case <-wait: + both = true + select { + case <-out[0].req: + + case <-out[1].req: + out[0], out[1] = out[1], out[0] + } + } + + seqno++ + in.req <- seqno + release := make(chan int) + go dosplit(in, out, release) + dat := <-in.dat + out[0].dat <- dat + if !both { + <-wait + } + <-out[1].req + out[1].dat <- dat + release <- 0 +} + +func split(in *dch, out *dch2) { + release := make(chan int) + go dosplit(in, out, release) + release <- 0 +} + +func put(dat item, out *dch) { + <-out.req + out.dat <- dat +} + +func get(in *dch) *rat { + seqno++ + in.req <- seqno + return (<-in.dat).(*rat) +} + +// Get one item from each of n demand channels + +func getn(in []*dch) []item { + n := len(in) + if n != 2 { + panic("bad n in getn") + } + req := make([]chan int, 2) + dat := make([]chan item, 2) + out := make([]item, 2) + var i int + var it item + for i = 0; i < n; i++ { + req[i] = in[i].req + dat[i] = nil + } + for n = 2 * n; n > 0; n-- { + seqno++ + + select { + case req[0] <- seqno: + dat[0] = in[0].dat + req[0] = nil + case req[1] <- seqno: + dat[1] = in[1].dat + req[1] = nil + case it = <-dat[0]: + out[0] = it + dat[0] = nil + case it = <-dat[1]: + out[1] = it + dat[1] = nil + } + } + return out +} + +// Get one item from each of 2 demand channels + +func get2(in0 *dch, in1 *dch) []item { + return getn([]*dch{in0, in1}) +} + +func copy(in *dch, out *dch) { + for { + <-out.req + out.dat <- get(in) + } +} + +func repeat(dat item, out *dch) { + for { + put(dat, out) + } +} + +type PS *dch // power series +type PS2 *[2]PS // pair of power series + +var Ones PS +var Twos PS + +func mkPS() *dch { + return mkdch() +} + +func mkPS2() *dch2 { + return mkdch2() +} + +// Conventions +// Upper-case for power series. +// Lower-case for rationals. +// Input variables: U,V,... +// Output variables: ...,Y,Z + +// Integer gcd; needed for rational arithmetic + +func gcd(u, v int64) int64 { + if u < 0 { + return gcd(-u, v) + } + if u == 0 { + return v + } + return gcd(v%u, u) +} + +// Make a rational from two ints and from one int + +func i2tor(u, v int64) *rat { + g := gcd(u, v) + r := new(rat) + if v > 0 { + r.num = u / g + r.den = v / g + } else { + r.num = -u / g + r.den = -v / g + } + return r +} + +func itor(u int64) *rat { + return i2tor(u, 1) +} + +var zero *rat +var one *rat + +// End mark and end test + +var finis *rat + +func end(u *rat) int64 { + if u.den == 0 { + return 1 + } + return 0 +} + +// Operations on rationals + +func add(u, v *rat) *rat { + g := gcd(u.den, v.den) + return i2tor(u.num*(v.den/g)+v.num*(u.den/g), u.den*(v.den/g)) +} + +func mul(u, v *rat) *rat { + g1 := gcd(u.num, v.den) + g2 := gcd(u.den, v.num) + r := new(rat) + r.num = (u.num / g1) * (v.num / g2) + r.den = (u.den / g2) * (v.den / g1) + return r +} + +func neg(u *rat) *rat { + return i2tor(-u.num, u.den) +} + +func sub(u, v *rat) *rat { + return add(u, neg(v)) +} + +func inv(u *rat) *rat { // invert a rat + if u.num == 0 { + panic("zero divide in inv") + } + return i2tor(u.den, u.num) +} + +// print eval in floating point of PS at x=c to n terms +func Evaln(c *rat, U PS, n int) { + xn := float64(1) + x := float64(c.num) / float64(c.den) + val := float64(0) + for i := 0; i < n; i++ { + u := get(U) + if end(u) != 0 { + break + } + val = val + x*float64(u.num)/float64(u.den) + xn = xn * x + } + print(val, "\n") +} + +// Print n terms of a power series +func Printn(U PS, n int) { + done := false + for ; !done && n > 0; n-- { + u := get(U) + if end(u) != 0 { + done = true + } else { + u.pr() + } + } + print(("\n")) +} + +func Print(U PS) { + Printn(U, 1000000000) +} + +// Evaluate n terms of power series U at x=c +func eval(c *rat, U PS, n int) *rat { + if n == 0 { + return zero + } + y := get(U) + if end(y) != 0 { + return zero + } + return add(y, mul(c, eval(c, U, n-1))) +} + +// Power-series constructors return channels on which power +// series flow. They start an encapsulated generator that +// puts the terms of the series on the channel. + +// Make a pair of power series identical to a given power series + +func Split(U PS) *dch2 { + UU := mkdch2() + go split(U, UU) + return UU +} + +// Add two power series +func Add(U, V PS) PS { + Z := mkPS() + go func(U, V, Z PS) { + var uv []item + for { + <-Z.req + uv = get2(U, V) + switch end(uv[0].(*rat)) + 2*end(uv[1].(*rat)) { + case 0: + Z.dat <- add(uv[0].(*rat), uv[1].(*rat)) + case 1: + Z.dat <- uv[1] + copy(V, Z) + case 2: + Z.dat <- uv[0] + copy(U, Z) + case 3: + Z.dat <- finis + } + } + }(U, V, Z) + return Z +} + +// Multiply a power series by a constant +func Cmul(c *rat, U PS) PS { + Z := mkPS() + go func(c *rat, U, Z PS) { + done := false + for !done { + <-Z.req + u := get(U) + if end(u) != 0 { + done = true + } else { + Z.dat <- mul(c, u) + } + } + Z.dat <- finis + }(c, U, Z) + return Z +} + +// Subtract + +func Sub(U, V PS) PS { + return Add(U, Cmul(neg(one), V)) +} + +// Multiply a power series by the monomial x^n + +func Monmul(U PS, n int) PS { + Z := mkPS() + go func(n int, U PS, Z PS) { + for ; n > 0; n-- { + put(zero, Z) + } + copy(U, Z) + }(n, U, Z) + return Z +} + +// Multiply by x + +func Xmul(U PS) PS { + return Monmul(U, 1) +} + +func Rep(c *rat) PS { + Z := mkPS() + go repeat(c, Z) + return Z +} + +// Monomial c*x^n + +func Mon(c *rat, n int) PS { + Z := mkPS() + go func(c *rat, n int, Z PS) { + if c.num != 0 { + for ; n > 0; n = n - 1 { + put(zero, Z) + } + put(c, Z) + } + put(finis, Z) + }(c, n, Z) + return Z +} + +func Shift(c *rat, U PS) PS { + Z := mkPS() + go func(c *rat, U, Z PS) { + put(c, Z) + copy(U, Z) + }(c, U, Z) + return Z +} + +// simple pole at 1: 1/(1-x) = 1 1 1 1 1 ... + +// Convert array of coefficients, constant term first +// to a (finite) power series + +/* +func Poly(a [] *rat) PS{ + Z:=mkPS() + begin func(a [] *rat, Z PS){ + j:=0 + done:=0 + for j=len(a); !done&&j>0; j=j-1) + if(a[j-1].num!=0) done=1 + i:=0 + for(; i 1 { // print + print("Ones: ") + Printn(Ones, 10) + print("Twos: ") + Printn(Twos, 10) + print("Add: ") + Printn(Add(Ones, Twos), 10) + print("Diff: ") + Printn(Diff(Ones), 10) + print("Integ: ") + Printn(Integ(zero, Ones), 10) + print("CMul: ") + Printn(Cmul(neg(one), Ones), 10) + print("Sub: ") + Printn(Sub(Ones, Twos), 10) + print("Mul: ") + Printn(Mul(Ones, Ones), 10) + print("Exp: ") + Printn(Exp(Ones), 15) + print("MonSubst: ") + Printn(MonSubst(Ones, neg(one), 2), 10) + print("ATan: ") + Printn(Integ(zero, MonSubst(Ones, neg(one), 2)), 10) + } else { // test + check(Ones, one, 5, "Ones") + check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1 + check(Add(Ones, Twos), itor(3), 0, "Add Ones Twos") // 3 3 3 3 3 + a := make([]*rat, N) + d := Diff(Ones) + for i := 0; i < N; i++ { + a[i] = itor(int64(i + 1)) + } + checka(d, a, "Diff") // 1 2 3 4 5 + in := Integ(zero, Ones) + a[0] = zero // integration constant + for i := 1; i < N; i++ { + a[i] = i2tor(1, int64(i)) + } + checka(in, a, "Integ") // 0 1 1/2 1/3 1/4 1/5 + check(Cmul(neg(one), Twos), itor(-2), 10, "CMul") // -1 -1 -1 -1 -1 + check(Sub(Ones, Twos), itor(-1), 0, "Sub Ones Twos") // -1 -1 -1 -1 -1 + m := Mul(Ones, Ones) + for i := 0; i < N; i++ { + a[i] = itor(int64(i + 1)) + } + checka(m, a, "Mul") // 1 2 3 4 5 + e := Exp(Ones) + a[0] = itor(1) + a[1] = itor(1) + a[2] = i2tor(3, 2) + a[3] = i2tor(13, 6) + a[4] = i2tor(73, 24) + a[5] = i2tor(167, 40) + a[6] = i2tor(4051, 720) + a[7] = i2tor(37633, 5040) + a[8] = i2tor(43817, 4480) + a[9] = i2tor(4596553, 362880) + checka(e, a, "Exp") // 1 1 3/2 13/6 73/24 + at := Integ(zero, MonSubst(Ones, neg(one), 2)) + for c, i := 1, 0; i < N; i++ { + if i%2 == 0 { + a[i] = zero + } else { + a[i] = i2tor(int64(c), int64(i)) + c *= -1 + } + } + checka(at, a, "ATan") // 0 -1 0 -1/3 0 -1/5 + /* + t := Revert(Integ(zero, MonSubst(Ones, neg(one), 2))) + a[0] = zero + a[1] = itor(1) + a[2] = zero + a[3] = i2tor(1,3) + a[4] = zero + a[5] = i2tor(2,15) + a[6] = zero + a[7] = i2tor(17,315) + a[8] = zero + a[9] = i2tor(62,2835) + checka(t, a, "Tan") // 0 1 0 1/3 0 2/15 + */ + } +} diff --git a/go/test/chan/select.go b/go/test/chan/select.go new file mode 100644 index 0000000000000000000000000000000000000000..38fa7e1e3f8708c0871402def9778e43f93928b5 --- /dev/null +++ b/go/test/chan/select.go @@ -0,0 +1,58 @@ +// run + +// Copyright 2009 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. + +// Test simple select. + +package main + +var counter uint +var shift uint + +func GetValue() uint { + counter++ + return 1 << shift +} + +func Send(a, b chan uint) int { + var i int + +LOOP: + for { + select { + case a <- GetValue(): + i++ + a = nil + case b <- GetValue(): + i++ + b = nil + default: + break LOOP + } + shift++ + } + return i +} + +func main() { + a := make(chan uint, 1) + b := make(chan uint, 1) + if v := Send(a, b); v != 2 { + println("Send returned", v, "!= 2") + panic("fail") + } + if av, bv := <-a, <-b; av|bv != 3 { + println("bad values", av, bv) + panic("fail") + } + if v := Send(a, nil); v != 1 { + println("Send returned", v, "!= 1") + panic("fail") + } + if counter != 10 { + println("counter is", counter, "!= 10") + panic("fail") + } +} diff --git a/go/test/chan/select2.go b/go/test/chan/select2.go new file mode 100644 index 0000000000000000000000000000000000000000..31e27d7573709e23340dcf5b2298725a7ce5a52f --- /dev/null +++ b/go/test/chan/select2.go @@ -0,0 +1,54 @@ +// run + +// Copyright 2010 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. + +// Test that selects do not consume undue memory. + +package main + +import "runtime" + +func sender(c chan int, n int) { + for i := 0; i < n; i++ { + c <- 1 + } +} + +func receiver(c, dummy chan int, n int) { + for i := 0; i < n; i++ { + select { + case <-c: + // nothing + case <-dummy: + panic("dummy") + } + } +} + +func main() { + runtime.MemProfileRate = 0 + + c := make(chan int) + dummy := make(chan int) + + // warm up + go sender(c, 100000) + receiver(c, dummy, 100000) + runtime.GC() + memstats := new(runtime.MemStats) + runtime.ReadMemStats(memstats) + alloc := memstats.Alloc + + // second time shouldn't increase footprint by much + go sender(c, 100000) + receiver(c, dummy, 100000) + runtime.GC() + runtime.ReadMemStats(memstats) + + // Be careful to avoid wraparound. + if memstats.Alloc > alloc && memstats.Alloc-alloc > 1.1e5 { + println("BUG: too much memory for 100,000 selects:", memstats.Alloc-alloc) + } +} diff --git a/go/test/chan/select3.go b/go/test/chan/select3.go new file mode 100644 index 0000000000000000000000000000000000000000..dd14c7381eae70c6974cf837b93028ca5d123363 --- /dev/null +++ b/go/test/chan/select3.go @@ -0,0 +1,226 @@ +// run + +// Copyright 2010 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. + +// Test the semantics of the select statement +// for basic empty/non-empty cases. + +package main + +import "time" + +const always = "function did not" +const never = "function did" + +func unreachable() { + panic("control flow shouldn't reach here") +} + +// Calls f and verifies that f always/never panics depending on signal. +func testPanic(signal string, f func()) { + defer func() { + s := never + if recover() != nil { + s = always // f panicked + } + if s != signal { + panic(signal + " panic") + } + }() + f() +} + +// Calls f and empirically verifies that f always/never blocks depending on signal. +func testBlock(signal string, f func()) { + c := make(chan string) + go func() { + f() + c <- never // f didn't block + }() + go func() { + if signal == never { + // Wait a long time to make sure that we don't miss our window by accident on a slow machine. + time.Sleep(10 * time.Second) + } else { + // Wait as short a time as we can without false negatives. + // 10ms should be long enough to catch most failures. + time.Sleep(10 * time.Millisecond) + } + c <- always // f blocked always + }() + if <-c != signal { + panic(signal + " block") + } +} + +func main() { + const async = 1 // asynchronous channels + var nilch chan int + closedch := make(chan int) + close(closedch) + + // sending/receiving from a nil channel blocks + testBlock(always, func() { + nilch <- 7 + }) + testBlock(always, func() { + <-nilch + }) + + // sending/receiving from a nil channel inside a select is never selected + testPanic(never, func() { + select { + case nilch <- 7: + unreachable() + default: + } + }) + testPanic(never, func() { + select { + case <-nilch: + unreachable() + default: + } + }) + + // sending to an async channel with free buffer space never blocks + testBlock(never, func() { + ch := make(chan int, async) + ch <- 7 + }) + + // receiving from a closed channel never blocks + testBlock(never, func() { + for i := 0; i < 10; i++ { + if <-closedch != 0 { + panic("expected zero value when reading from closed channel") + } + if x, ok := <-closedch; x != 0 || ok { + println("closedch:", x, ok) + panic("expected 0, false from closed channel") + } + } + }) + + // sending to a closed channel panics. + testPanic(always, func() { + closedch <- 7 + }) + + // receiving from a non-ready channel always blocks + testBlock(always, func() { + ch := make(chan int) + <-ch + }) + + // empty selects always block + testBlock(always, func() { + select {} + }) + + // selects with only nil channels always block + testBlock(always, func() { + select { + case <-nilch: + unreachable() + } + }) + testBlock(always, func() { + select { + case nilch <- 7: + unreachable() + } + }) + testBlock(always, func() { + select { + case <-nilch: + unreachable() + case nilch <- 7: + unreachable() + } + }) + + // selects with non-ready non-nil channels always block + testBlock(always, func() { + ch := make(chan int) + select { + case <-ch: + unreachable() + } + }) + + // selects with default cases don't block + testBlock(never, func() { + select { + default: + } + }) + testBlock(never, func() { + select { + case <-nilch: + unreachable() + default: + } + }) + testBlock(never, func() { + select { + case nilch <- 7: + unreachable() + default: + } + }) + + // selects with ready channels don't block + testBlock(never, func() { + ch := make(chan int, async) + select { + case ch <- 7: + default: + unreachable() + } + }) + testBlock(never, func() { + ch := make(chan int, async) + ch <- 7 + select { + case <-ch: + default: + unreachable() + } + }) + + // selects with closed channels behave like ordinary operations + testBlock(never, func() { + select { + case <-closedch: + } + }) + testBlock(never, func() { + select { + case x := (<-closedch): + _ = x + } + }) + testBlock(never, func() { + select { + case x, ok := (<-closedch): + _, _ = x, ok + } + }) + testPanic(always, func() { + select { + case closedch <- 7: + } + }) + + // select should not get confused if it sees itself + testBlock(always, func() { + c := make(chan int) + select { + case c <- 1: + case <-c: + } + }) +} diff --git a/go/test/chan/select4.go b/go/test/chan/select4.go new file mode 100644 index 0000000000000000000000000000000000000000..500364038566baba9a65f953a01dabde30171212 --- /dev/null +++ b/go/test/chan/select4.go @@ -0,0 +1,31 @@ +// run + +// Copyright 2010 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 + +// Test that a select statement proceeds when a value is ready. + +package main + +func f() *int { + println("BUG: called f") + return new(int) +} + +func main() { + var x struct { + a int + } + c := make(chan int, 1) + c1 := make(chan int) + c <- 42 + select { + case *f() = <-c1: + // nothing + case x.a = <-c: + if x.a != 42 { + println("BUG:", x.a) + } + } +} diff --git a/go/test/chan/select5.go b/go/test/chan/select5.go new file mode 100644 index 0000000000000000000000000000000000000000..8b98c3aaa2e95b1c1488fc0bda93ff763f6cd055 --- /dev/null +++ b/go/test/chan/select5.go @@ -0,0 +1,481 @@ +// runoutput + +// Copyright 2011 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. + +// Generate test of channel operations and simple selects. +// The output of this program is compiled and run to do the +// actual test. + +// Each test does only one real send or receive at a time, but phrased +// in various ways that the compiler may or may not rewrite +// into simpler expressions. + +package main + +import ( + "bufio" + "fmt" + "io" + "os" + "text/template" +) + +func main() { + out := bufio.NewWriter(os.Stdout) + fmt.Fprintln(out, header) + a := new(arg) + + // Generate each test as a separate function to avoid + // hitting the gc optimizer with one enormous function. + // If we name all the functions init we don't have to + // maintain a list of which ones to run. + do := func(t *template.Template) { + for ; next(); a.reset() { + fmt.Fprintln(out, `func init() {`) + run(t, a, out) + fmt.Fprintln(out, `}`) + } + } + + do(recv) + do(send) + do(recvOrder) + do(sendOrder) + do(nonblock) + + fmt.Fprintln(out, "//", a.nreset, "cases") + out.Flush() +} + +func run(t *template.Template, a interface{}, out io.Writer) { + if err := t.Execute(out, a); err != nil { + panic(err) + } +} + +type arg struct { + def bool + nreset int +} + +func (a *arg) Maybe() bool { + return maybe() +} + +func (a *arg) MaybeDefault() bool { + if a.def { + return false + } + a.def = maybe() + return a.def +} + +func (a *arg) MustDefault() bool { + return !a.def +} + +func (a *arg) reset() { + a.def = false + a.nreset++ +} + +const header = `// GENERATED BY select5.go; DO NOT EDIT + +package main + +// channel is buffered so test is single-goroutine. +// we are not interested in the concurrency aspects +// of select, just testing that the right calls happen. +var c = make(chan int, 1) +var nilch chan int +var n = 1 +var x int +var i interface{} +var dummy = make(chan int) +var m = make(map[int]int) +var order = 0 + +func f(p *int) *int { + return p +} + +// check order of operations by ensuring that +// successive calls to checkorder have increasing o values. +func checkorder(o int) { + if o <= order { + println("invalid order", o, "after", order) + panic("order") + } + order = o +} + +func fc(c chan int, o int) chan int { + checkorder(o) + return c +} + +func fp(p *int, o int) *int { + checkorder(o) + return p +} + +func fn(n, o int) int { + checkorder(o) + return n +} + +func die(x int) { + println("have", x, "want", n) + panic("chan") +} + +func main() { + // everything happens in init funcs +} +` + +func parse(name, s string) *template.Template { + t, err := template.New(name).Parse(s) + if err != nil { + panic(fmt.Sprintf("%q: %s", name, err)) + } + return t +} + +var recv = parse("recv", ` + {{/* Send n, receive it one way or another into x, check that they match. */}} + c <- n + {{if .Maybe}} + x = <-c + {{else}} + select { + {{/* Blocking or non-blocking, before the receive. */}} + {{/* The compiler implements two-case select where one is default with custom code, */}} + {{/* so test the default branch both before and after the send. */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Receive from c. Different cases are direct, indirect, :=, interface, and map assignment. */}} + {{if .Maybe}} + case x = <-c: + {{else}}{{if .Maybe}} + case *f(&x) = <-c: + {{else}}{{if .Maybe}} + case y := <-c: + x = y + {{else}}{{if .Maybe}} + case i = <-c: + x = i.(int) + {{else}} + case m[13] = <-c: + x = m[13] + {{end}}{{end}}{{end}}{{end}} + {{/* Blocking or non-blocking again, after the receive. */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Dummy send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case dummy <- 1: + panic("dummy send") + {{end}} + {{if .Maybe}} + case <-dummy: + panic("dummy receive") + {{end}} + {{/* Nil channel send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case nilch <- 1: + panic("nilch send") + {{end}} + {{if .Maybe}} + case <-nilch: + panic("nilch recv") + {{end}} + } + {{end}} + if x != n { + die(x) + } + n++ +`) + +var recvOrder = parse("recvOrder", ` + {{/* Send n, receive it one way or another into x, check that they match. */}} + {{/* Check order of operations along the way by calling functions that check */}} + {{/* that the argument sequence is strictly increasing. */}} + order = 0 + c <- n + {{if .Maybe}} + {{/* Outside of select, left-to-right rule applies. */}} + {{/* (Inside select, assignment waits until case is chosen, */}} + {{/* so right hand side happens before anything on left hand side. */}} + *fp(&x, 1) = <-fc(c, 2) + {{else}}{{if .Maybe}} + m[fn(13, 1)] = <-fc(c, 2) + x = m[13] + {{else}} + select { + {{/* Blocking or non-blocking, before the receive. */}} + {{/* The compiler implements two-case select where one is default with custom code, */}} + {{/* so test the default branch both before and after the send. */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Receive from c. Different cases are direct, indirect, :=, interface, and map assignment. */}} + {{if .Maybe}} + case *fp(&x, 100) = <-fc(c, 1): + {{else}}{{if .Maybe}} + case y := <-fc(c, 1): + x = y + {{else}}{{if .Maybe}} + case i = <-fc(c, 1): + x = i.(int) + {{else}} + case m[fn(13, 100)] = <-fc(c, 1): + x = m[13] + {{end}}{{end}}{{end}} + {{/* Blocking or non-blocking again, after the receive. */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Dummy send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case fc(dummy, 2) <- fn(1, 3): + panic("dummy send") + {{end}} + {{if .Maybe}} + case <-fc(dummy, 4): + panic("dummy receive") + {{end}} + {{/* Nil channel send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case fc(nilch, 5) <- fn(1, 6): + panic("nilch send") + {{end}} + {{if .Maybe}} + case <-fc(nilch, 7): + panic("nilch recv") + {{end}} + } + {{end}}{{end}} + if x != n { + die(x) + } + n++ +`) + +var send = parse("send", ` + {{/* Send n one way or another, receive it into x, check that they match. */}} + {{if .Maybe}} + c <- n + {{else}} + select { + {{/* Blocking or non-blocking, before the receive (same reason as in recv). */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Send c <- n. No real special cases here, because no values come back */}} + {{/* from the send operation. */}} + case c <- n: + {{/* Blocking or non-blocking. */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Dummy send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case dummy <- 1: + panic("dummy send") + {{end}} + {{if .Maybe}} + case <-dummy: + panic("dummy receive") + {{end}} + {{/* Nil channel send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case nilch <- 1: + panic("nilch send") + {{end}} + {{if .Maybe}} + case <-nilch: + panic("nilch recv") + {{end}} + } + {{end}} + x = <-c + if x != n { + die(x) + } + n++ +`) + +var sendOrder = parse("sendOrder", ` + {{/* Send n one way or another, receive it into x, check that they match. */}} + {{/* Check order of operations along the way by calling functions that check */}} + {{/* that the argument sequence is strictly increasing. */}} + order = 0 + {{if .Maybe}} + fc(c, 1) <- fn(n, 2) + {{else}} + select { + {{/* Blocking or non-blocking, before the receive (same reason as in recv). */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Send c <- n. No real special cases here, because no values come back */}} + {{/* from the send operation. */}} + case fc(c, 1) <- fn(n, 2): + {{/* Blocking or non-blocking. */}} + {{if .MaybeDefault}} + default: + panic("nonblock") + {{end}} + {{/* Dummy send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case fc(dummy, 3) <- fn(1, 4): + panic("dummy send") + {{end}} + {{if .Maybe}} + case <-fc(dummy, 5): + panic("dummy receive") + {{end}} + {{/* Nil channel send, receive to keep compiler from optimizing select. */}} + {{if .Maybe}} + case fc(nilch, 6) <- fn(1, 7): + panic("nilch send") + {{end}} + {{if .Maybe}} + case <-fc(nilch, 8): + panic("nilch recv") + {{end}} + } + {{end}} + x = <-c + if x != n { + die(x) + } + n++ +`) + +var nonblock = parse("nonblock", ` + x = n + {{/* Test various combinations of non-blocking operations. */}} + {{/* Receive assignments must not edit or even attempt to compute the address of the lhs. */}} + select { + {{if .MaybeDefault}} + default: + {{end}} + {{if .Maybe}} + case dummy <- 1: + panic("dummy <- 1") + {{end}} + {{if .Maybe}} + case nilch <- 1: + panic("nilch <- 1") + {{end}} + {{if .Maybe}} + case <-dummy: + panic("<-dummy") + {{end}} + {{if .Maybe}} + case x = <-dummy: + panic("<-dummy x") + {{end}} + {{if .Maybe}} + case **(**int)(nil) = <-dummy: + panic("<-dummy (and didn't crash saving result!)") + {{end}} + {{if .Maybe}} + case <-nilch: + panic("<-nilch") + {{end}} + {{if .Maybe}} + case x = <-nilch: + panic("<-nilch x") + {{end}} + {{if .Maybe}} + case **(**int)(nil) = <-nilch: + panic("<-nilch (and didn't crash saving result!)") + {{end}} + {{if .MustDefault}} + default: + {{end}} + } + if x != n { + die(x) + } + n++ +`) + +// Code for enumerating all possible paths through +// some logic. The logic should call choose(n) when +// it wants to choose between n possibilities. +// On successive runs through the logic, choose(n) +// will return 0, 1, ..., n-1. The helper maybe() is +// similar but returns true and then false. +// +// Given a function gen that generates an output +// using choose and maybe, code can generate all +// possible outputs using +// +// for next() { +// gen() +// } + +type choice struct { + i, n int +} + +var choices []choice +var cp int = -1 + +func maybe() bool { + return choose(2) == 0 +} + +func choose(n int) int { + if cp >= len(choices) { + // never asked this before: start with 0. + choices = append(choices, choice{0, n}) + cp = len(choices) + return 0 + } + // otherwise give recorded answer + if n != choices[cp].n { + panic("inconsistent choices") + } + i := choices[cp].i + cp++ + return i +} + +func next() bool { + if cp < 0 { + // start a new round + cp = 0 + return true + } + + // increment last choice sequence + cp = len(choices) - 1 + for cp >= 0 && choices[cp].i == choices[cp].n-1 { + cp-- + } + if cp < 0 { + choices = choices[:0] + return false + } + choices[cp].i++ + choices = choices[:cp+1] + cp = 0 + return true +} diff --git a/go/test/chan/select6.go b/go/test/chan/select6.go new file mode 100644 index 0000000000000000000000000000000000000000..6e8129f947737cc3670bc444630108d06066620b --- /dev/null +++ b/go/test/chan/select6.go @@ -0,0 +1,34 @@ +// run + +// Copyright 2011 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. + +// Test for select: Issue 2075 +// A bug in select corrupts channel queues of failed cases +// if there are multiple waiters on those channels and the +// select is the last in the queue. If further waits are made +// on the channel without draining it first then those waiters +// will never wake up. In the code below c1 is such a channel. + +package main + +func main() { + c1 := make(chan bool) + c2 := make(chan bool) + c3 := make(chan bool) + go func() { <-c1 }() + go func() { + select { + case <-c1: + panic("dummy") + case <-c2: + c3 <- true + } + <-c1 + }() + go func() { c2 <- true }() + <-c3 + c1 <- true + c1 <- true +} diff --git a/go/test/chan/select7.go b/go/test/chan/select7.go new file mode 100644 index 0000000000000000000000000000000000000000..f7222ca35d583909e29c0942b44dfeb2fb715f9a --- /dev/null +++ b/go/test/chan/select7.go @@ -0,0 +1,68 @@ +// run + +// Copyright 2011 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. + +// Test select when discarding a value. + +package main + +import "runtime" + +func recv1(c <-chan int) { + <-c +} + +func recv2(c <-chan int) { + select { + case <-c: + } +} + +func recv3(c <-chan int) { + c2 := make(chan int) + select { + case <-c: + case <-c2: + } +} + +func send1(recv func(<-chan int)) { + c := make(chan int) + go recv(c) + runtime.Gosched() + c <- 1 +} + +func send2(recv func(<-chan int)) { + c := make(chan int) + go recv(c) + runtime.Gosched() + select { + case c <- 1: + } +} + +func send3(recv func(<-chan int)) { + c := make(chan int) + go recv(c) + runtime.Gosched() + c2 := make(chan int) + select { + case c <- 1: + case c2 <- 1: + } +} + +func main() { + send1(recv1) + send2(recv1) + send3(recv1) + send1(recv2) + send2(recv2) + send3(recv2) + send1(recv3) + send2(recv3) + send3(recv3) +} diff --git a/go/test/chan/select8.go b/go/test/chan/select8.go new file mode 100644 index 0000000000000000000000000000000000000000..20bca3a0f97ad9bb07fcaae8265d0a37c0ac1a73 --- /dev/null +++ b/go/test/chan/select8.go @@ -0,0 +1,55 @@ +// run + +// 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. + +// Test break statements in a select. +// Gccgo had a bug in handling this. +// Test 1,2,3-case selects, so it covers both the general +// code path and the specialized optimizations for one- +// and two-case selects. + +package main + +var ch = make(chan int) + +func main() { + go func() { + for { + ch <- 5 + } + }() + + select { + case <-ch: + break + panic("unreachable") + } + + select { + default: + break + panic("unreachable") + } + + select { + case <-ch: + break + panic("unreachable") + default: + break + panic("unreachable") + } + + select { + case <-ch: + break + panic("unreachable") + case ch <- 10: + panic("unreachable") + default: + break + panic("unreachable") + } +} diff --git a/go/test/chan/sendstmt.go b/go/test/chan/sendstmt.go new file mode 100644 index 0000000000000000000000000000000000000000..d296a55cda1fb5429193c696ca76ef40d1f2e796 --- /dev/null +++ b/go/test/chan/sendstmt.go @@ -0,0 +1,37 @@ +// run + +// Copyright 2011 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. + +// Test various parsing cases that are a little +// different now that send is a statement, not an expression. + +package main + +func main() { + chanchan() + sendprec() +} + +func chanchan() { + cc := make(chan chan int, 1) + c := make(chan int, 1) + cc <- c + select { + case <-cc <- 2: + default: + panic("nonblock") + } + if <-c != 2 { + panic("bad receive") + } +} + +func sendprec() { + c := make(chan bool, 1) + c <- false || true // not a syntax error: same as c <- (false || true) + if !<-c { + panic("sent false") + } +} diff --git a/go/test/chan/sieve1.go b/go/test/chan/sieve1.go new file mode 100644 index 0000000000000000000000000000000000000000..acc310f6c79ae6ce958b656663d7184aeff0dbe5 --- /dev/null +++ b/go/test/chan/sieve1.go @@ -0,0 +1,56 @@ +// run + +// Copyright 2009 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. + +// Test concurrency primitives: classical inefficient concurrent prime sieve. + +// Generate primes up to 100 using channels, checking the results. +// This sieve consists of a linear chain of divisibility filters, +// equivalent to trial-dividing each n by all primes p ≤ n. + +package main + +// Send the sequence 2, 3, 4, ... to channel 'ch'. +func Generate(ch chan<- int) { + for i := 2; ; i++ { + ch <- i // Send 'i' to channel 'ch'. + } +} + +// Copy the values from channel 'in' to channel 'out', +// removing those divisible by 'prime'. +func Filter(in <-chan int, out chan<- int, prime int) { + for i := range in { // Loop over values received from 'in'. + if i%prime != 0 { + out <- i // Send 'i' to channel 'out'. + } + } +} + +// The prime sieve: Daisy-chain Filter processes together. +func Sieve(primes chan<- int) { + ch := make(chan int) // Create a new channel. + go Generate(ch) // Start Generate() as a subprocess. + for { + // Note that ch is different on each iteration. + prime := <-ch + primes <- prime + ch1 := make(chan int) + go Filter(ch, ch1, prime) + ch = ch1 + } +} + +func main() { + primes := make(chan int) + go Sieve(primes) + a := []int{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97} + for i := 0; i < len(a); i++ { + if x := <-primes; x != a[i] { + println(x, " != ", a[i]) + panic("fail") + } + } +} diff --git a/go/test/chan/sieve2.go b/go/test/chan/sieve2.go new file mode 100644 index 0000000000000000000000000000000000000000..09e5c527b6cca9c3c59f05676c1732d3fb5a0132 --- /dev/null +++ b/go/test/chan/sieve2.go @@ -0,0 +1,188 @@ +// run + +// Copyright 2009 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. + +// Test concurrency primitives: prime sieve of Eratosthenes. + +// Generate primes up to 100 using channels, checking the results. +// This sieve is Eratosthenesque and only considers odd candidates. +// See discussion at . + +package main + +import ( + "container/heap" + "container/ring" +) + +// Return a chan of odd numbers, starting from 5. +func odds() chan int { + out := make(chan int, 50) + go func() { + n := 5 + for { + out <- n + n += 2 + } + }() + return out +} + +// Return a chan of odd multiples of the prime number p, starting from p*p. +func multiples(p int) chan int { + out := make(chan int, 10) + go func() { + n := p * p + for { + out <- n + n += 2 * p + } + }() + return out +} + +type PeekCh struct { + head int + ch chan int +} + +// Heap of PeekCh, sorting by head values, satisfies Heap interface. +type PeekChHeap []*PeekCh + +func (h *PeekChHeap) Less(i, j int) bool { + return (*h)[i].head < (*h)[j].head +} + +func (h *PeekChHeap) Swap(i, j int) { + (*h)[i], (*h)[j] = (*h)[j], (*h)[i] +} + +func (h *PeekChHeap) Len() int { + return len(*h) +} + +func (h *PeekChHeap) Pop() (v interface{}) { + *h, v = (*h)[:h.Len()-1], (*h)[h.Len()-1] + return +} + +func (h *PeekChHeap) Push(v interface{}) { + *h = append(*h, v.(*PeekCh)) +} + +// Return a channel to serve as a sending proxy to 'out'. +// Use a goroutine to receive values from 'out' and store them +// in an expanding buffer, so that sending to 'out' never blocks. +func sendproxy(out chan<- int) chan<- int { + proxy := make(chan int, 10) + go func() { + n := 16 // the allocated size of the circular queue + first := ring.New(n) + last := first + var c chan<- int + var e int + for { + c = out + if first == last { + // buffer empty: disable output + c = nil + } else { + e = first.Value.(int) + } + select { + case e = <-proxy: + last.Value = e + if last.Next() == first { + // buffer full: expand it + last.Link(ring.New(n)) + n *= 2 + } + last = last.Next() + case c <- e: + first = first.Next() + } + } + }() + return proxy +} + +// Return a chan int of primes. +func Sieve() chan int { + // The output values. + out := make(chan int, 10) + out <- 2 + out <- 3 + + // The channel of all composites to be eliminated in increasing order. + composites := make(chan int, 50) + + // The feedback loop. + primes := make(chan int, 10) + primes <- 3 + + // Merge channels of multiples of 'primes' into 'composites'. + go func() { + var h PeekChHeap + min := 15 + for { + m := multiples(<-primes) + head := <-m + for min < head { + composites <- min + minchan := heap.Pop(&h).(*PeekCh) + min = minchan.head + minchan.head = <-minchan.ch + heap.Push(&h, minchan) + } + for min == head { + minchan := heap.Pop(&h).(*PeekCh) + min = minchan.head + minchan.head = <-minchan.ch + heap.Push(&h, minchan) + } + composites <- head + heap.Push(&h, &PeekCh{<-m, m}) + } + }() + + // Sieve out 'composites' from 'candidates'. + go func() { + // In order to generate the nth prime we only need multiples of + // primes ≤ sqrt(nth prime). Thus, the merging goroutine will + // receive from 'primes' much slower than this goroutine + // will send to it, making the buffer accumulate and block this + // goroutine from sending, causing a deadlock. The solution is to + // use a proxy goroutine to do automatic buffering. + primes := sendproxy(primes) + + candidates := odds() + p := <-candidates + + for { + c := <-composites + for p < c { + primes <- p + out <- p + p = <-candidates + } + if p == c { + p = <-candidates + } + } + }() + + return out +} + +func main() { + primes := Sieve() + a := []int{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97} + for i := 0; i < len(a); i++ { + if x := <-primes; x != a[i] { + println(x, " != ", a[i]) + panic("fail") + } + } +} diff --git a/go/test/chan/zerosize.go b/go/test/chan/zerosize.go new file mode 100644 index 0000000000000000000000000000000000000000..50aca857cbed5f049c6ea6176d691da8caaae7ce --- /dev/null +++ b/go/test/chan/zerosize.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2011 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. + +// Test making channels of a zero-sized type. + +package main + +func main() { + _ = make(chan [0]byte) + _ = make(chan [0]byte, 1) + _ = make(chan struct{}) + _ = make(chan struct{}, 1) +} diff --git a/go/test/chancap.go b/go/test/chancap.go new file mode 100644 index 0000000000000000000000000000000000000000..8dce9247cd45ef710ef728c1d85d1e2d7c28e9e4 --- /dev/null +++ b/go/test/chancap.go @@ -0,0 +1,71 @@ +// run + +// Copyright 2009 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. + +// Test the cap predeclared function applied to channels. + +package main + +import ( + "strings" + "unsafe" +) + +type T chan int + +const ptrSize = unsafe.Sizeof((*byte)(nil)) + +func main() { + c := make(T, 10) + if len(c) != 0 || cap(c) != 10 { + println("chan len/cap ", len(c), cap(c), " want 0 10") + panic("fail") + } + + for i := 0; i < 3; i++ { + c <- i + } + if len(c) != 3 || cap(c) != 10 { + println("chan len/cap ", len(c), cap(c), " want 3 10") + panic("fail") + } + + c = make(T) + if len(c) != 0 || cap(c) != 0 { + println("chan len/cap ", len(c), cap(c), " want 0 0") + panic("fail") + } + + n := -1 + shouldPanic("makechan: size out of range", func() { _ = make(T, n) }) + shouldPanic("makechan: size out of range", func() { _ = make(T, int64(n)) }) + if ptrSize == 8 { + // Test mem > maxAlloc + var n2 int64 = 1 << 59 + shouldPanic("makechan: size out of range", func() { _ = make(T, int(n2)) }) + // Test elem.size*cap overflow + n2 = 1<<63 - 1 + shouldPanic("makechan: size out of range", func() { _ = make(T, int(n2)) }) + } else { + n = 1<<31 - 1 + shouldPanic("makechan: size out of range", func() { _ = make(T, n) }) + shouldPanic("makechan: size out of range", func() { _ = make(T, int64(n)) }) + } +} + +func shouldPanic(str string, f func()) { + defer func() { + err := recover() + if err == nil { + panic("did not panic") + } + s := err.(error).Error() + if !strings.Contains(s, str) { + panic("got panic " + s + ", want " + str) + } + }() + + f() +} diff --git a/go/test/chanlinear.go b/go/test/chanlinear.go new file mode 100644 index 0000000000000000000000000000000000000000..87faa84c93071925d51df04e5556f207c05479c2 --- /dev/null +++ b/go/test/chanlinear.go @@ -0,0 +1,95 @@ +// run + +//go:build darwin || linux + +// Copyright 2014 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. + +// Test that dequeuing from a pending channel doesn't +// take linear time. + +package main + +import ( + "fmt" + "runtime" + "time" +) + +// checkLinear asserts that the running time of f(n) is in O(n). +// tries is the initial number of iterations. +func checkLinear(typ string, tries int, f func(n int)) { + // Depending on the machine and OS, this test might be too fast + // to measure with accurate enough granularity. On failure, + // make it run longer, hoping that the timing granularity + // is eventually sufficient. + + timeF := func(n int) time.Duration { + t1 := time.Now() + f(n) + return time.Since(t1) + } + + t0 := time.Now() + + n := tries + fails := 0 + for { + runtime.GC() + t1 := timeF(n) + runtime.GC() + t2 := timeF(2 * n) + + // should be 2x (linear); allow up to 3x + if t2 < 3*t1 { + if false { + fmt.Println(typ, "\t", time.Since(t0)) + } + return + } + // If n ops run in under a second and the ratio + // doesn't work out, make n bigger, trying to reduce + // the effect that a constant amount of overhead has + // on the computed ratio. + if t1 < 1*time.Second { + n *= 2 + continue + } + // Once the test runs long enough for n ops, + // try to get the right ratio at least once. + // If five in a row all fail, give up. + if fails++; fails >= 5 { + panic(fmt.Sprintf("%s: too slow: %d channels: %v; %d channels: %v\n", + typ, n, t1, 2*n, t2)) + } + } +} + +func main() { + checkLinear("chanSelect", 1000, func(n int) { + const messages = 10 + c := make(chan bool) // global channel + var a []chan bool // local channels for each goroutine + for i := 0; i < n; i++ { + d := make(chan bool) + a = append(a, d) + go func() { + for j := 0; j < messages; j++ { + // queue ourselves on the global channel + select { + case <-c: + case <-d: + } + } + }() + } + for i := 0; i < messages; i++ { + // wake each goroutine up, forcing it to dequeue and then enqueue + // on the global channel. + for _, d := range a { + d <- true + } + } + }) +} diff --git a/go/test/char_lit.go b/go/test/char_lit.go new file mode 100644 index 0000000000000000000000000000000000000000..836c3c1a2d0b0de309abe4b8a6ffa0aabc85668a --- /dev/null +++ b/go/test/char_lit.go @@ -0,0 +1,45 @@ +// run + +// Copyright 2009 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. + +// Test character literal syntax. + +package main + +import "os" + +func main() { + var i uint64 = + ' ' + + 'a' + + 'ä' + + '本' + + '\a' + + '\b' + + '\f' + + '\n' + + '\r' + + '\t' + + '\v' + + '\\' + + '\'' + + '\000' + + '\123' + + '\x00' + + '\xca' + + '\xFE' + + '\u0123' + + '\ubabe' + + '\U0010FFFF' + + '\U000ebabe' + if '\U000ebabe' != 0x000ebabe { + print("ebabe wrong\n") + os.Exit(1) + } + if i != 0x20e213 { + print("number is ", i, " should be ", 0x20e213, "\n") + os.Exit(1) + } +} diff --git a/go/test/char_lit1.go b/go/test/char_lit1.go new file mode 100644 index 0000000000000000000000000000000000000000..8899aff83aba34a42e887f0faa48e2630fbfd686 --- /dev/null +++ b/go/test/char_lit1.go @@ -0,0 +1,28 @@ +// errorcheck -d=panic + +// Copyright 2009 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. + +// Verify that illegal character literals are detected. +// Does not compile. + +package main + +const ( + // check that surrogate pair elements are invalid + // (d800-dbff, dc00-dfff). + _ = '\ud7ff' // ok + _ = '\ud800' // ERROR "Unicode|unicode" + _ = "\U0000D999" // ERROR "Unicode|unicode" + _ = '\udc01' // ERROR "Unicode|unicode" + _ = '\U0000dddd' // ERROR "Unicode|unicode" + _ = '\udfff' // ERROR "Unicode|unicode" + _ = '\ue000' // ok + _ = '\U0010ffff' // ok + _ = '\U00110000' // ERROR "Unicode|unicode" + _ = "abc\U0010ffffdef" // ok + _ = "abc\U00110000def" // ERROR "Unicode|unicode" + _ = '\Uffffffff' // ERROR "Unicode|unicode" +) + diff --git a/go/test/checkbce.go b/go/test/checkbce.go new file mode 100644 index 0000000000000000000000000000000000000000..51c95466e88ab4e1a30db2a3eb4960a0acbb6ef9 --- /dev/null +++ b/go/test/checkbce.go @@ -0,0 +1,184 @@ +// errorcheck -0 -d=ssa/check_bce/debug=3 + +//go:build amd64 && !gcflags_noopt + +// Copyright 2016 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. + +// Test that the compiler does bounds check elimination as expected. +// This avoids accidental regressions. + +package main + +import "encoding/binary" + +func f0(a []int) { + a[0] = 1 // ERROR "Found IsInBounds$" + a[0] = 1 + a[6] = 1 // ERROR "Found IsInBounds$" + a[6] = 1 + a[5] = 1 + a[5] = 1 +} + +func f1(a [256]int, i int) { + var j int + useInt(a[i]) // ERROR "Found IsInBounds$" + j = i % 256 + useInt(a[j]) + j = i & 255 + useInt(a[j]) + j = i & 17 + useInt(a[j]) + + if 4 <= i && i < len(a) { + useInt(a[i]) + useInt(a[i-1]) + useInt(a[i-4]) + } +} + +func f2(a [256]int, i uint) { + useInt(a[i]) // ERROR "Found IsInBounds$" + j := i % 256 + useInt(a[j]) + j = i & 255 + useInt(a[j]) + j = i & 17 + useInt(a[j]) +} + +func f2a(a [35]int, i uint8) { + useInt(a[i]) // ERROR "Found IsInBounds$" + j := i & 34 + useInt(a[j]) + j = i & 17 + useInt(a[j]) +} + +func f2b(a [35]int, i uint16) { + useInt(a[i]) // ERROR "Found IsInBounds$" + j := i & 34 + useInt(a[j]) + j = i & 17 + useInt(a[j]) +} + +func f2c(a [35]int, i uint32) { + useInt(a[i]) // ERROR "Found IsInBounds$" + j := i & 34 + useInt(a[j]) + j = i & 17 + useInt(a[j]) +} + +func f3(a [256]int, i uint8) { + useInt(a[i]) + useInt(a[i+10]) + useInt(a[i+14]) +} + +func f4(a [27]int, i uint8) { + useInt(a[i%15]) + useInt(a[i%19]) + useInt(a[i%27]) +} + +func f5(a []int) { + if len(a) > 5 { + useInt(a[5]) + useSlice(a[6:]) + useSlice(a[:6]) + } +} + +func f6(a [32]int, b [64]int, i int) { + useInt(a[uint32(i*0x07C4ACDD)>>27]) + useInt(b[uint64(i*0x07C4ACDD)>>58]) + useInt(a[uint(i*0x07C4ACDD)>>59]) + + // The following bounds should not be removed because they can overflow. + useInt(a[uint32(i*0x106297f105d0cc86)>>26]) // ERROR "Found IsInBounds$" + useInt(b[uint64(i*0x106297f105d0cc86)>>57]) // ERROR "Found IsInBounds$" + useInt(a[int32(i*0x106297f105d0cc86)>>26]) // ERROR "Found IsInBounds$" + useInt(b[int64(i*0x106297f105d0cc86)>>57]) // ERROR "Found IsInBounds$" +} + +func g1(a []int) { + for i := range a { + a[i] = i + useSlice(a[:i+1]) + useSlice(a[:i]) + } +} + +func g2(a []int) { + useInt(a[3]) // ERROR "Found IsInBounds$" + useInt(a[2]) + useInt(a[1]) + useInt(a[0]) +} + +func g3(a []int) { + for i := range a[:256] { // ERROR "Found IsSliceInBounds$" + useInt(a[i]) // ERROR "Found IsInBounds$" + } + b := a[:256] + for i := range b { + useInt(b[i]) + } +} + +func g4(a [100]int) { + for i := 10; i < 50; i++ { + useInt(a[i-10]) + useInt(a[i]) + useInt(a[i+25]) + useInt(a[i+50]) + + // The following are out of bounds. + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + useInt(a[i-11]) // ERROR "Found IsInBounds$" + useInt(a[i+51]) // ERROR "Found IsInBounds$" + } +} + +func decode1(data []byte) (x uint64) { + for len(data) >= 32 { + x += binary.BigEndian.Uint64(data[:8]) + x += binary.BigEndian.Uint64(data[8:16]) + x += binary.BigEndian.Uint64(data[16:24]) + x += binary.BigEndian.Uint64(data[24:32]) + data = data[32:] + } + return x +} + +func decode2(data []byte) (x uint64) { + for len(data) >= 32 { + x += binary.BigEndian.Uint64(data) + data = data[8:] + x += binary.BigEndian.Uint64(data) + data = data[8:] + x += binary.BigEndian.Uint64(data) + data = data[8:] + x += binary.BigEndian.Uint64(data) + data = data[8:] + } + return x +} + +//go:noinline +func useInt(a int) { +} + +//go:noinline +func useSlice(a []int) { +} + +func main() { +} diff --git a/go/test/clear.go b/go/test/clear.go new file mode 100644 index 0000000000000000000000000000000000000000..60ee4ecf85edf8a02aace79143cae79fd577a913 --- /dev/null +++ b/go/test/clear.go @@ -0,0 +1,47 @@ +// run + +// Copyright 2022 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 main + +import "math" + +func checkClearSlice() { + s := []int{1, 2, 3} + clear(s) + for i := range s { + if s[i] != 0 { + panic("clear not zeroing slice elem") + } + } + + clear([]int{}) +} + +func checkClearMap() { + m1 := make(map[int]int) + m1[0] = 0 + m1[1] = 1 + clear(m1) + if len(m1) != 0 { + panic("m1 is not cleared") + } + + // map contains NaN keys is also cleared. + m2 := make(map[float64]int) + m2[math.NaN()] = 1 + m2[math.NaN()] = 1 + clear(m2) + if len(m2) != 0 { + panic("m2 is not cleared") + } + + clear(map[int]int{}) +} + +func main() { + checkClearSlice() + checkClearMap() +} diff --git a/go/test/clearfat.go b/go/test/clearfat.go new file mode 100644 index 0000000000000000000000000000000000000000..45d539306e0a074d22088df342d20829a123d3f1 --- /dev/null +++ b/go/test/clearfat.go @@ -0,0 +1,68 @@ +// runoutput + +// Copyright 2014 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. + +// Check that {5,6,8,9}g/ggen.c:clearfat is zeroing the entire object. + +package main + +import ( + "bytes" + "fmt" + "strconv" + "strings" +) + +const ntest = 1100 + +func main() { + var decls, calls bytes.Buffer + + for i := 1; i <= ntest; i++ { + s := strconv.Itoa(i) + decls.WriteString(strings.Replace(decl, "$", s, -1)) + calls.WriteString(strings.Replace("poison$()\n\tclearfat$()\n\t", "$", s, -1)) + } + + program = strings.Replace(program, "$DECLS", decls.String(), 1) + program = strings.Replace(program, "$CALLS", calls.String(), 1) + fmt.Print(program) +} + +var program = `package main + +var count int + +$DECLS + +func main() { + $CALLS + if count != 0 { + println("failed", count, "case(s)") + } +} +` + +const decl = ` +func poison$() { + // Grow and poison the stack space that will be used by clearfat$ + var t [2*$]byte + for i := range t { + t[i] = 0xff + } +} + +func clearfat$() { + var t [$]byte + + for _, x := range t { + if x != 0 { +// println("clearfat$: index", i, "expected 0, got", x) + count++ + break + } + } +} +` diff --git a/go/test/closedchan.go b/go/test/closedchan.go new file mode 100644 index 0000000000000000000000000000000000000000..043a92d3880e83fb8aef11cc358bf1e49d02a7ab --- /dev/null +++ b/go/test/closedchan.go @@ -0,0 +1,359 @@ +// run + +// Copyright 2009 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. + +// Test close(c), receive of closed channel. +// +// TODO(rsc): Doesn't check behavior of close(c) when there +// are blocked senders/receivers. + +package main + +import "os" + +var failed bool + +type Chan interface { + Send(int) + Nbsend(int) bool + Recv() (int) + Nbrecv() (int, bool) + Recv2() (int, bool) + Nbrecv2() (int, bool, bool) + Close() + Impl() string +} + +// direct channel operations when possible +type XChan chan int + +func (c XChan) Send(x int) { + c <- x +} + +func (c XChan) Nbsend(x int) bool { + select { + case c <- x: + return true + default: + return false + } + panic("nbsend") +} + +func (c XChan) Recv() int { + return <-c +} + +func (c XChan) Nbrecv() (int, bool) { + select { + case x := <-c: + return x, true + default: + return 0, false + } + panic("nbrecv") +} + +func (c XChan) Recv2() (int, bool) { + x, ok := <-c + return x, ok +} + +func (c XChan) Nbrecv2() (int, bool, bool) { + select { + case x, ok := <-c: + return x, ok, true + default: + return 0, false, false + } + panic("nbrecv2") +} + +func (c XChan) Close() { + close(c) +} + +func (c XChan) Impl() string { + return "(<- operator)" +} + +// indirect operations via select +type SChan chan int + +func (c SChan) Send(x int) { + select { + case c <- x: + } +} + +func (c SChan) Nbsend(x int) bool { + select { + default: + return false + case c <- x: + return true + } + panic("nbsend") +} + +func (c SChan) Recv() int { + select { + case x := <-c: + return x + } + panic("recv") +} + +func (c SChan) Nbrecv() (int, bool) { + select { + default: + return 0, false + case x := <-c: + return x, true + } + panic("nbrecv") +} + +func (c SChan) Recv2() (int, bool) { + select { + case x, ok := <-c: + return x, ok + } + panic("recv") +} + +func (c SChan) Nbrecv2() (int, bool, bool) { + select { + default: + return 0, false, false + case x, ok := <-c: + return x, ok, true + } + panic("nbrecv") +} + +func (c SChan) Close() { + close(c) +} + +func (c SChan) Impl() string { + return "(select)" +} + +// indirect operations via larger selects +var dummy = make(chan bool) + +type SSChan chan int + +func (c SSChan) Send(x int) { + select { + case c <- x: + case <-dummy: + } +} + +func (c SSChan) Nbsend(x int) bool { + select { + default: + return false + case <-dummy: + case c <- x: + return true + } + panic("nbsend") +} + +func (c SSChan) Recv() int { + select { + case <-dummy: + case x := <-c: + return x + } + panic("recv") +} + +func (c SSChan) Nbrecv() (int, bool) { + select { + case <-dummy: + default: + return 0, false + case x := <-c: + return x, true + } + panic("nbrecv") +} + +func (c SSChan) Recv2() (int, bool) { + select { + case <-dummy: + case x, ok := <-c: + return x, ok + } + panic("recv") +} + +func (c SSChan) Nbrecv2() (int, bool, bool) { + select { + case <-dummy: + default: + return 0, false, false + case x, ok := <-c: + return x, ok, true + } + panic("nbrecv") +} + +func (c SSChan) Close() { + close(c) +} + +func (c SSChan) Impl() string { + return "(select)" +} + + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("did not panic") + } + }() + f() +} + +func test1(c Chan) { + for i := 0; i < 3; i++ { + // recv a close signal (a zero value) + if x := c.Recv(); x != 0 { + println("test1: recv on closed:", x, c.Impl()) + failed = true + } + if x, ok := c.Recv2(); x != 0 || ok { + println("test1: recv2 on closed:", x, ok, c.Impl()) + failed = true + } + + // should work with select: received a value without blocking, so selected == true. + x, selected := c.Nbrecv() + if x != 0 || !selected { + println("test1: recv on closed nb:", x, selected, c.Impl()) + failed = true + } + x, ok, selected := c.Nbrecv2() + if x != 0 || ok || !selected { + println("test1: recv2 on closed nb:", x, ok, selected, c.Impl()) + failed = true + } + } + + // send should work with ,ok too: sent a value without blocking, so ok == true. + shouldPanic(func() { c.Nbsend(1) }) + + // the value should have been discarded. + if x := c.Recv(); x != 0 { + println("test1: recv on closed got non-zero after send on closed:", x, c.Impl()) + failed = true + } + + // similarly Send. + shouldPanic(func() { c.Send(2) }) + if x := c.Recv(); x != 0 { + println("test1: recv on closed got non-zero after send on closed:", x, c.Impl()) + failed = true + } +} + +func testasync1(c Chan) { + // should be able to get the last value via Recv + if x := c.Recv(); x != 1 { + println("testasync1: Recv did not get 1:", x, c.Impl()) + failed = true + } + + test1(c) +} + +func testasync2(c Chan) { + // should be able to get the last value via Recv2 + if x, ok := c.Recv2(); x != 1 || !ok { + println("testasync1: Recv did not get 1, true:", x, ok, c.Impl()) + failed = true + } + + test1(c) +} + +func testasync3(c Chan) { + // should be able to get the last value via Nbrecv + if x, selected := c.Nbrecv(); x != 1 || !selected { + println("testasync2: Nbrecv did not get 1, true:", x, selected, c.Impl()) + failed = true + } + + test1(c) +} + +func testasync4(c Chan) { + // should be able to get the last value via Nbrecv2 + if x, ok, selected := c.Nbrecv2(); x != 1 || !ok || !selected { + println("testasync2: Nbrecv did not get 1, true, true:", x, ok, selected, c.Impl()) + failed = true + } + test1(c) +} + +func closedsync() chan int { + c := make(chan int) + close(c) + return c +} + +func closedasync() chan int { + c := make(chan int, 2) + c <- 1 + close(c) + return c +} + +var mks = []func(chan int) Chan { + func(c chan int) Chan { return XChan(c) }, + func(c chan int) Chan { return SChan(c) }, + func(c chan int) Chan { return SSChan(c) }, +} + +var testcloseds = []func(Chan) { + testasync1, + testasync2, + testasync3, + testasync4, +} + +func main() { + for _, mk := range mks { + test1(mk(closedsync())) + } + + for _, testclosed := range testcloseds { + for _, mk := range mks { + testclosed(mk(closedasync())) + } + } + + var ch chan int + shouldPanic(func() { + close(ch) + }) + + ch = make(chan int) + close(ch) + shouldPanic(func() { + close(ch) + }) + + if failed { + os.Exit(1) + } +} diff --git a/go/test/closure.go b/go/test/closure.go new file mode 100644 index 0000000000000000000000000000000000000000..c4a312464bcf4e130143941e67421b1a1615fa94 --- /dev/null +++ b/go/test/closure.go @@ -0,0 +1,128 @@ +// run + +// Copyright 2009 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. + +// Test the behavior of closures. + +package main + +import "runtime" + +var c = make(chan int) + +func check(a []int) { + for i := 0; i < len(a); i++ { + n := <-c + if n != a[i] { + println("want", a[i], "got", n, "at", i) + panic("fail") + } + } +} + +func f() { + var i, j int + + i = 1 + j = 2 + f := func() { + c <- i + i = 4 + g := func() { + c <- i + c <- j + } + g() + c <- i + } + j = 5 + f() +} + +// Accumulator generator +func accum(n int) func(int) int { + return func(i int) int { + n += i + return n + } +} + +func g(a, b func(int) int) { + c <- a(2) + c <- b(3) + c <- a(4) + c <- b(5) +} + +func h() { + var x8 byte = 100 + var x64 int64 = 200 + + c <- int(x8) + c <- int(x64) + f := func(z int) { + g := func() { + c <- int(x8) + c <- int(x64) + c <- z + } + g() + c <- int(x8) + c <- int(x64) + c <- int(z) + } + x8 = 101 + x64 = 201 + f(500) +} + +func newfunc() func(int) int { return func(x int) int { return x } } + +func main() { + runtime.GOMAXPROCS(1) + var fail bool + + go f() + check([]int{1, 4, 5, 4}) + + a := accum(0) + b := accum(1) + go g(a, b) + check([]int{2, 4, 6, 9}) + + go h() + check([]int{100, 200, 101, 201, 500, 101, 201, 500}) + + memstats := new(runtime.MemStats) + runtime.ReadMemStats(memstats) + n0 := memstats.Mallocs + + x, y := newfunc(), newfunc() + if x(1) != 1 || y(2) != 2 { + println("newfunc returned broken funcs") + fail = true + } + + runtime.ReadMemStats(memstats) + if n0 != memstats.Mallocs { + println("newfunc allocated unexpectedly") + fail = true + } + + ff(1) + + if fail { + panic("fail") + } +} + +func ff(x int) { + call(func() { + _ = x + }) +} + +func call(func()) { +} diff --git a/go/test/closure1.go b/go/test/closure1.go new file mode 100644 index 0000000000000000000000000000000000000000..586998203aa7791bb2d2c6d82806dff852ea6373 --- /dev/null +++ b/go/test/closure1.go @@ -0,0 +1,19 @@ +// run + +// Copyright 2015 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 main + +func main() { + x := 0 + func() { + x = 1 + }() + func() { + if x != 1 { + panic("x != 1") + } + }() +} \ No newline at end of file diff --git a/go/test/closure2.go b/go/test/closure2.go new file mode 100644 index 0000000000000000000000000000000000000000..081d2e2d3d178595cc60028722a6aec07c11ef46 --- /dev/null +++ b/go/test/closure2.go @@ -0,0 +1,133 @@ +// run + +// Copyright 2015 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. + +// Check that these do not use "by value" capturing, +// because changes are made to the value during the closure. + +package main + +var never bool + +func main() { + { + type X struct { + v int + } + var x X + func() { + x.v++ + }() + if x.v != 1 { + panic("x.v != 1") + } + + type Y struct { + X + } + var y Y + func() { + y.v = 1 + }() + if y.v != 1 { + panic("y.v != 1") + } + } + + { + type Z struct { + a [3]byte + } + var z Z + func() { + i := 0 + for z.a[1] = 1; i < 10; i++ { + } + }() + if z.a[1] != 1 { + panic("z.a[1] != 1") + } + } + + { + w := 0 + tmp := 0 + f := func() { + if w != 1 { + panic("w != 1") + } + } + func() { + tmp = w // force capture of w, but do not write to it yet + _ = tmp + func() { + func() { + w++ // write in a nested closure + }() + }() + }() + f() + } + + { + var g func() int + var i int + for i = range [2]int{} { + if i == 0 { + g = func() int { + return i // test that we capture by ref here, i is mutated on every interaction + } + } + } + if g() != 1 { + panic("g() != 1") + } + } + + { + var g func() int + q := 0 + for range [2]int{} { + q++ + g = func() int { + return q // test that we capture by ref here + // q++ must on a different decldepth than q declaration + } + } + if g() != 2 { + panic("g() != 2") + } + } + + { + var g func() int + var a [2]int + q := 0 + for a[func() int { + q++ + return 0 + }()] = range [2]int{} { + g = func() int { + return q // test that we capture by ref here + // q++ must on a different decldepth than q declaration + } + } + if g() != 2 { + panic("g() != 2") + } + } + + { + var g func() int + q := 0 + q, g = 1, func() int { return q } + if never { + g = func() int { return 2 } + } + if g() != 1 { + panic("g() != 1") + } + } +} diff --git a/go/test/closure3.dir/main.go b/go/test/closure3.dir/main.go new file mode 100644 index 0000000000000000000000000000000000000000..7018a4734a6593adba8535bce343d4658d7c4ec5 --- /dev/null +++ b/go/test/closure3.dir/main.go @@ -0,0 +1,316 @@ +// Copyright 2017 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. + +// Check correctness of various closure corner cases +// that are expected to be inlined + +package main + +var ok bool +var sink int + +func main() { + { + if x := func() int { // ERROR "can inline main.func1" + return 1 + }(); x != 1 { // ERROR "inlining call to main.func1" + ppanic("x != 1") + } + if x := func() int { // ERROR "can inline main.func2" "func literal does not escape" + return 1 + }; x() != 1 { // ERROR "inlining call to main.func2" + _ = x // prevent simple deadcode elimination after inlining + ppanic("x() != 1") + } + } + + { + if y := func(x int) int { // ERROR "can inline main.func3" + return x + 2 + }(40); y != 42 { // ERROR "inlining call to main.func3" + ppanic("y != 42") + } + if y := func(x int) int { // ERROR "can inline main.func4" "func literal does not escape" + return x + 2 + }; y(40) != 42 { // ERROR "inlining call to main.func4" + _ = y // prevent simple deadcode elimination after inlining + ppanic("y(40) != 42") + } + } + + { + y := func(x int) int { // ERROR "can inline main.func5" "func literal does not escape" + return x + 2 + } + y = func(x int) int { // ERROR "can inline main.func6" "func literal does not escape" + return x + 1 + } + if y(40) != 41 { + ppanic("y(40) != 41") + } + } + + { + func() { // ERROR "can inline main.func7" + y := func(x int) int { // ERROR "can inline main.func7.1" "func literal does not escape" + return x + 2 + } + y = func(x int) int { // ERROR "can inline main.func7.2" "func literal does not escape" + return x + 1 + } + if y(40) != 41 { + ppanic("y(40) != 41") + } + }() // ERROR "func literal does not escape" "inlining call to main.func7" + } + + { + y := func(x int) int { // ERROR "can inline main.func8" "func literal does not escape" + return x + 2 + } + y, sink = func(x int) int { // ERROR "can inline main.func9" "func literal does not escape" + return x + 1 + }, 42 + if y(40) != 41 { + ppanic("y(40) != 41") + } + } + + { + func() { // ERROR "can inline main.func10" + y := func(x int) int { // ERROR "can inline main.func10.1" "func literal does not escape" + return x + 2 + } + y, sink = func(x int) int { // ERROR "can inline main.func10.2" "func literal does not escape" + return x + 1 + }, 42 + if y(40) != 41 { + ppanic("y(40) != 41") + } + }() // ERROR "func literal does not escape" "inlining call to main.func10" + } + + { + y := func(x int) int { // ERROR "can inline main.func11" "func literal does not escape" + return x + 2 + } + y, sink = func() (func(int) int, int) { // ERROR "can inline main.func12" + return func(x int) int { // ERROR "can inline main.func12" "func literal escapes to heap" + return x + 1 + }, 42 + }() // ERROR "func literal does not escape" "inlining call to main.func12" + if y(40) != 41 { + ppanic("y(40) != 41") + } + } + + { + func() { // ERROR "can inline main.func13" + y := func(x int) int { // ERROR "func literal does not escape" "can inline main.func13.1" + return x + 2 + } + y, sink = func() (func(int) int, int) { // ERROR "can inline main.func13.2" "can inline main.main.func13.func35" + return func(x int) int { // ERROR "can inline main.func13.2" "func literal escapes to heap" + return x + 1 + }, 42 + }() // ERROR "func literal does not escape" "inlining call to main.func13.2" + if y(40) != 41 { + ppanic("y(40) != 41") + } + }() // ERROR "func literal does not escape" "inlining call to main.func13" "inlining call to main.main.func13.func35" + } + + { + y := func(x int) int { // ERROR "can inline main.func14" "func literal does not escape" + return x + 2 + } + y, ok = map[int]func(int) int{ // ERROR "does not escape" + 0: func(x int) int { return x + 1 }, // ERROR "can inline main.func15" "func literal escapes" + }[0] + if y(40) != 41 { + ppanic("y(40) != 41") + } + } + + { + func() { // ERROR "can inline main.func16" + y := func(x int) int { // ERROR "can inline main.func16.1" "func literal does not escape" + return x + 2 + } + y, ok = map[int]func(int) int{ // ERROR "does not escape" + 0: func(x int) int { return x + 1 }, // ERROR "can inline main.func16.2" "func literal escapes" + }[0] + if y(40) != 41 { + ppanic("y(40) != 41") + } + }() // ERROR "func literal does not escape" "inlining call to main.func16" "map\[int\]func\(int\) int{...} does not escape" "func literal escapes to heap" + } + + { + y := func(x int) int { // ERROR "can inline main.func17" "func literal does not escape" + return x + 2 + } + y, ok = interface{}(func(x int) int { // ERROR "can inline main.func18" "does not escape" + return x + 1 + }).(func(int) int) + if y(40) != 41 { + ppanic("y(40) != 41") + } + } + + { + func() { // ERROR "can inline main.func19" + y := func(x int) int { // ERROR "can inline main.func19.1" "func literal does not escape" + return x + 2 + } + y, ok = interface{}(func(x int) int { // ERROR "can inline main.func19.2" "does not escape" + return x + 1 + }).(func(int) int) + if y(40) != 41 { + ppanic("y(40) != 41") + } + }() // ERROR "func literal does not escape" "inlining call to main.func19" + } + + { + x := 42 + if y := func() int { // ERROR "can inline main.func20" + return x + }(); y != 42 { // ERROR "inlining call to main.func20" + ppanic("y != 42") + } + if y := func() int { // ERROR "can inline main.func21" "func literal does not escape" + return x + }; y() != 42 { // ERROR "inlining call to main.func21" + _ = y // prevent simple deadcode elimination after inlining + ppanic("y() != 42") + } + } + + { + x := 42 + if z := func(y int) int { // ERROR "can inline main.func22" + return func() int { // ERROR "can inline main.func22.1" "can inline main.main.func22.func40" + return x + y + }() // ERROR "inlining call to main.func22.1" + }(1); z != 43 { // ERROR "inlining call to main.func22" "inlining call to main.main.func22.func40" + ppanic("z != 43") + } + if z := func(y int) int { // ERROR "func literal does not escape" "can inline main.func23" + return func() int { // ERROR "can inline main.func23.1" "can inline main.main.func23.func41" + return x + y + }() // ERROR "inlining call to main.func23.1" + }; z(1) != 43 { // ERROR "inlining call to main.func23" "inlining call to main.main.func23.func41" + _ = z // prevent simple deadcode elimination after inlining + ppanic("z(1) != 43") + } + } + + { + a := 1 + func() { // ERROR "can inline main.func24" + func() { // ERROR "can inline main.func24" "can inline main.main.func24.func42" + a = 2 + }() // ERROR "inlining call to main.func24" + }() // ERROR "inlining call to main.func24" "inlining call to main.main.func24.func42" + if a != 2 { + ppanic("a != 2") + } + } + + { + b := 2 + func(b int) { // ERROR "can inline main.func25" + func() { // ERROR "can inline main.func25.1" "can inline main.main.func25.func43" + b = 3 + }() // ERROR "inlining call to main.func25.1" + if b != 3 { + ppanic("b != 3") + } + }(b) // ERROR "inlining call to main.func25" "inlining call to main.main.func25.func43" + if b != 2 { + ppanic("b != 2") + } + } + + { + c := 3 + func() { // ERROR "can inline main.func26" + c = 4 + func() { + if c != 4 { + ppanic("c != 4") + } + recover() // prevent inlining + }() + }() // ERROR "inlining call to main.func26" "func literal does not escape" + if c != 4 { + ppanic("c != 4") + } + } + + { + a := 2 + // This has an unfortunate exponential growth, where as we visit each + // function, we inline the inner closure, and that constructs a new + // function for any closures inside the inner function, and then we + // revisit those. E.g., func34 and func36 are constructed by the inliner. + if r := func(x int) int { // ERROR "can inline main.func27" + b := 3 + return func(y int) int { // ERROR "can inline main.func27.1" "can inline main.main.func27.func45" + c := 5 + return func(z int) int { // ERROR "can inline main.func27.1.1" "can inline main.main.func27.func45.1" "can inline main.func27.main.func27.1.2" "can inline main.main.func27.main.main.func27.func45.func48" + return a*x + b*y + c*z + }(10) // ERROR "inlining call to main.func27.1.1" + }(100) // ERROR "inlining call to main.func27.1" "inlining call to main.func27.main.func27.1.2" + }(1000); r != 2350 { // ERROR "inlining call to main.func27" "inlining call to main.main.func27.func45" "inlining call to main.main.func27.main.main.func27.func45.func48" + ppanic("r != 2350") + } + } + + { + a := 2 + if r := func(x int) int { // ERROR "can inline main.func28" + b := 3 + return func(y int) int { // ERROR "can inline main.func28.1" "can inline main.main.func28.func46" + c := 5 + func(z int) { // ERROR "can inline main.func28.1.1" "can inline main.func28.main.func28.1.2" "can inline main.main.func28.func46.1" "can inline main.main.func28.main.main.func28.func46.func49" + a = a * x + b = b * y + c = c * z + }(10) // ERROR "inlining call to main.func28.1.1" + return a + c + }(100) + b // ERROR "inlining call to main.func28.1" "inlining call to main.func28.main.func28.1.2" + }(1000); r != 2350 { // ERROR "inlining call to main.func28" "inlining call to main.main.func28.func46" "inlining call to main.main.func28.main.main.func28.func46.func49" + ppanic("r != 2350") + } + if a != 2000 { + ppanic("a != 2000") + } + } +} + +//go:noinline +func notmain() { + { + // This duplicates the first block in main, but without the "_ = x" for closure x. + // This allows dead code elimination of x before escape analysis, + // thus "func literal does not escape" should not appear. + if x := func() int { // ERROR "can inline notmain.func1" + return 1 + }(); x != 1 { // ERROR "inlining call to notmain.func1" + ppanic("x != 1") + } + if x := func() int { // ERROR "can inline notmain.func2" + return 1 + }; x() != 1 { // ERROR "inlining call to notmain.func2" + ppanic("x() != 1") + } + } +} + +//go:noinline +func ppanic(s string) { // ERROR "leaking param: s" + panic(s) // ERROR "s escapes to heap" +} diff --git a/go/test/closure3.go b/go/test/closure3.go new file mode 100644 index 0000000000000000000000000000000000000000..24f8cefc30897489cdec9c0038c6c457436ab450 --- /dev/null +++ b/go/test/closure3.go @@ -0,0 +1,12 @@ +// errorcheckandrundir -0 -m -d=inlfuncswithclosures=1 + +//go:build !goexperiment.newinliner + +// Copyright 2017 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. + +// Check correctness of various closure corner cases +// that are expected to be inlined + +package ignored diff --git a/go/test/closure4.go b/go/test/closure4.go new file mode 100644 index 0000000000000000000000000000000000000000..ec4e0a18ebec8391787ed9d05224527d7c92d10e --- /dev/null +++ b/go/test/closure4.go @@ -0,0 +1,21 @@ +// run + +// Copyright 2018 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. + +// Check that calling a nil func causes a proper panic. + +package main + +func main() { + defer func() { + err := recover() + if err == nil { + panic("panic expected") + } + }() + + var f func() + f() +} diff --git a/go/test/closure5.dir/a.go b/go/test/closure5.dir/a.go new file mode 100644 index 0000000000000000000000000000000000000000..de8082b7b17a770567245944a63c609f2a33092a --- /dev/null +++ b/go/test/closure5.dir/a.go @@ -0,0 +1,11 @@ +// Copyright 2021 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. + +// Check correctness of various closure corner cases +// that are expected to be inlined + +package a + +func f() bool { return true } +func G() func() func() bool { return func() func() bool { return f } } diff --git a/go/test/closure5.dir/main.go b/go/test/closure5.dir/main.go new file mode 100644 index 0000000000000000000000000000000000000000..30b378495bad5108b270522eca81553fb83b1091 --- /dev/null +++ b/go/test/closure5.dir/main.go @@ -0,0 +1,15 @@ +// Copyright 2021 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. + +// Check correctness of various closure corner cases +// that are expected to be inlined +package main + +import "./a" + +func main() { + if !a.G()()() { + panic("FAIL") + } +} diff --git a/go/test/closure5.go b/go/test/closure5.go new file mode 100644 index 0000000000000000000000000000000000000000..a7022b27a68f707f6cbedc9ba94e91e554fd853f --- /dev/null +++ b/go/test/closure5.go @@ -0,0 +1,10 @@ +// compiledir + +// Copyright 2021 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. + +// Check correctness of various closure corner cases +// that are expected to be inlined + +package ignored diff --git a/go/test/closure6.go b/go/test/closure6.go new file mode 100644 index 0000000000000000000000000000000000000000..b5592ad3d3e076b9f38ddb336bdabe86c0e6bcb6 --- /dev/null +++ b/go/test/closure6.go @@ -0,0 +1,18 @@ +// compile + +// Copyright 2020 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 p + +type Float64Slice []float64 + +func (a Float64Slice) Search1(x float64) int { + f := func(q int) bool { return a[q] >= x } + i := 0 + if !f(3) { + i = 5 + } + return i +} diff --git a/go/test/closure7.go b/go/test/closure7.go new file mode 100644 index 0000000000000000000000000000000000000000..823333f45fd25694714e0a509a1c8fa9c79a95bd --- /dev/null +++ b/go/test/closure7.go @@ -0,0 +1,28 @@ +// run + +// Copyright 2020 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 main + +func g(f func()) { +} + +// Must have exportable name +func F() { + g(func() { + ch := make(chan int) + for { + select { + case <-ch: + return + default: + } + } + }) +} + +func main() { + F() +} diff --git a/go/test/cmp.go b/go/test/cmp.go new file mode 100644 index 0000000000000000000000000000000000000000..6db9ce5cc85b8b6223e88479301853bbe3cd009a --- /dev/null +++ b/go/test/cmp.go @@ -0,0 +1,488 @@ +// run + +// Copyright 2009 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. + +// Test equality and inequality operations. + +package main + +import ( + "os" + "unsafe" +) + +var global bool + +func use(b bool) { global = b } + +func stringptr(s string) uintptr { return *(*uintptr)(unsafe.Pointer(&s)) } + +func isfalse(b bool) { + if b { + // stack will explain where + panic("wanted false, got true") + } +} + +func istrue(b bool) { + if !b { + // stack will explain where + panic("wanted true, got false") + } +} + +type T *int + +type X int + +func (X) x() {} + +func main() { + var a []int + var b map[string]int + + var c string = "hello" + var d string = "hel" // try to get different pointer + d = d + "lo" + + // go.tools/ssa/interp can't handle unsafe.Pointer. + if os.Getenv("GOSSAINTERP") == "" { + if stringptr(c) == stringptr(d) { + panic("compiler too smart -- got same string") + } + } + + var e = make(chan int) + + var ia interface{} = a + var ib interface{} = b + var ic interface{} = c + var id interface{} = d + var ie interface{} = e + + // these comparisons are okay because + // string compare is okay and the others + // are comparisons where the types differ. + isfalse(ia == ib) + isfalse(ia == ic) + isfalse(ia == id) + isfalse(ib == ic) + isfalse(ib == id) + istrue(ic == id) + istrue(ie == ie) + + istrue(ia != ib) + istrue(ia != ic) + istrue(ia != id) + istrue(ib != ic) + istrue(ib != id) + isfalse(ic != id) + isfalse(ie != ie) + + // these are not okay, because there is no comparison on slices or maps. + //isfalse(a == ib) + //isfalse(a == ic) + //isfalse(a == id) + //isfalse(b == ic) + //isfalse(b == id) + + istrue(c == id) + istrue(e == ie) + + //isfalse(ia == b) + isfalse(ia == c) + isfalse(ia == d) + isfalse(ib == c) + isfalse(ib == d) + istrue(ic == d) + istrue(ie == e) + + //istrue(a != ib) + //istrue(a != ic) + //istrue(a != id) + //istrue(b != ic) + //istrue(b != id) + isfalse(c != id) + isfalse(e != ie) + + //istrue(ia != b) + istrue(ia != c) + istrue(ia != d) + istrue(ib != c) + istrue(ib != d) + isfalse(ic != d) + isfalse(ie != e) + + // gc used to let this go through as true. + var g uint64 = 123 + var h int64 = 123 + var ig interface{} = g + var ih interface{} = h + isfalse(ig == ih) + istrue(ig != ih) + + // map of interface should use == on interface values, + // not memory. + var m = make(map[interface{}]int) + m[ic] = 1 + m[id] = 2 + if m[c] != 2 { + println("m[c] = ", m[c]) + panic("bad m[c]") + } + + // interface comparisons (issue 7207) + { + type I1 interface { + x() + } + type I2 interface { + x() + } + a1 := I1(X(0)) + b1 := I1(X(1)) + a2 := I2(X(0)) + b2 := I2(X(1)) + a3 := I1(a2) + a4 := I2(a1) + var e interface{} = X(0) + a5 := e.(I1) + a6 := e.(I2) + isfalse(a1 == b1) + isfalse(a1 == b2) + isfalse(a2 == b1) + isfalse(a2 == b2) + istrue(a1 == a2) + istrue(a1 == a3) + istrue(a1 == a4) + istrue(a1 == a5) + istrue(a1 == a6) + istrue(a2 == a3) + istrue(a2 == a4) + istrue(a2 == a5) + istrue(a2 == a6) + istrue(a3 == a4) + istrue(a3 == a5) + istrue(a3 == a6) + istrue(a4 == a5) + istrue(a4 == a6) + istrue(a5 == a6) + } + + // non-interface comparisons + { + c := make(chan int) + c1 := (<-chan int)(c) + c2 := (chan<- int)(c) + istrue(c == c1) + istrue(c == c2) + istrue(c1 == c) + istrue(c2 == c) + + isfalse(c != c1) + isfalse(c != c2) + isfalse(c1 != c) + isfalse(c2 != c) + + d := make(chan int) + isfalse(c == d) + isfalse(d == c) + isfalse(d == c1) + isfalse(d == c2) + isfalse(c1 == d) + isfalse(c2 == d) + + istrue(c != d) + istrue(d != c) + istrue(d != c1) + istrue(d != c2) + istrue(c1 != d) + istrue(c2 != d) + } + + // named types vs not + { + var x = new(int) + var y T + var z T = x + + isfalse(x == y) + istrue(x == z) + isfalse(y == z) + + isfalse(y == x) + istrue(z == x) + isfalse(z == y) + + istrue(x != y) + isfalse(x != z) + istrue(y != z) + + istrue(y != x) + isfalse(z != x) + istrue(z != y) + } + + // structs + { + var x = struct { + x int + y string + }{1, "hi"} + var y = struct { + x int + y string + }{2, "bye"} + var z = struct { + x int + y string + }{1, "hi"} + + isfalse(x == y) + isfalse(y == x) + isfalse(y == z) + isfalse(z == y) + istrue(x == z) + istrue(z == x) + + istrue(x != y) + istrue(y != x) + istrue(y != z) + istrue(z != y) + isfalse(x != z) + isfalse(z != x) + + var m = make(map[struct { + x int + y string + }]int) + m[x] = 10 + m[y] = 20 + m[z] = 30 + istrue(m[x] == 30) + istrue(m[y] == 20) + istrue(m[z] == 30) + istrue(m[x] != 10) + isfalse(m[x] != 30) + isfalse(m[y] != 20) + isfalse(m[z] != 30) + isfalse(m[x] == 10) + + var m1 = make(map[struct { + x int + y string + }]struct { + x int + y string + }) + m1[x] = x + m1[y] = y + m1[z] = z + istrue(m1[x] == z) + istrue(m1[y] == y) + istrue(m1[z] == z) + istrue(m1[x] == x) + isfalse(m1[x] != z) + isfalse(m1[y] != y) + isfalse(m1[z] != z) + isfalse(m1[x] != x) + + var ix, iy, iz interface{} = x, y, z + + isfalse(ix == iy) + isfalse(iy == ix) + isfalse(iy == iz) + isfalse(iz == iy) + istrue(ix == iz) + istrue(iz == ix) + + isfalse(x == iy) + isfalse(y == ix) + isfalse(y == iz) + isfalse(z == iy) + istrue(x == iz) + istrue(z == ix) + + isfalse(ix == y) + isfalse(iy == x) + isfalse(iy == z) + isfalse(iz == y) + istrue(ix == z) + istrue(iz == x) + + istrue(ix != iy) + istrue(iy != ix) + istrue(iy != iz) + istrue(iz != iy) + isfalse(ix != iz) + isfalse(iz != ix) + + istrue(x != iy) + istrue(y != ix) + istrue(y != iz) + istrue(z != iy) + isfalse(x != iz) + isfalse(z != ix) + + istrue(ix != y) + istrue(iy != x) + istrue(iy != z) + istrue(iz != y) + isfalse(ix != z) + isfalse(iz != x) + } + + // structs with _ fields + { + var x = struct { + x int + _ string + y float64 + _ float64 + z int + }{ + x: 1, y: 2, z: 3, + } + var ix interface{} = x + + istrue(x == x) + istrue(x == ix) + istrue(ix == x) + istrue(ix == ix) + } + + // arrays + { + var x = [2]string{"1", "hi"} + var y = [2]string{"2", "bye"} + var z = [2]string{"1", "hi"} + + isfalse(x == y) + isfalse(y == x) + isfalse(y == z) + isfalse(z == y) + istrue(x == z) + istrue(z == x) + + istrue(x != y) + istrue(y != x) + istrue(y != z) + istrue(z != y) + isfalse(x != z) + isfalse(z != x) + + var m = make(map[[2]string]int) + m[x] = 10 + m[y] = 20 + m[z] = 30 + istrue(m[x] == 30) + istrue(m[y] == 20) + istrue(m[z] == 30) + isfalse(m[x] != 30) + isfalse(m[y] != 20) + isfalse(m[z] != 30) + + var ix, iy, iz interface{} = x, y, z + + isfalse(ix == iy) + isfalse(iy == ix) + isfalse(iy == iz) + isfalse(iz == iy) + istrue(ix == iz) + istrue(iz == ix) + + isfalse(x == iy) + isfalse(y == ix) + isfalse(y == iz) + isfalse(z == iy) + istrue(x == iz) + istrue(z == ix) + + isfalse(ix == y) + isfalse(iy == x) + isfalse(iy == z) + isfalse(iz == y) + istrue(ix == z) + istrue(iz == x) + + istrue(ix != iy) + istrue(iy != ix) + istrue(iy != iz) + istrue(iz != iy) + isfalse(ix != iz) + isfalse(iz != ix) + + istrue(x != iy) + istrue(y != ix) + istrue(y != iz) + istrue(z != iy) + isfalse(x != iz) + isfalse(z != ix) + + istrue(ix != y) + istrue(iy != x) + istrue(iy != z) + istrue(iz != y) + isfalse(ix != z) + isfalse(iz != x) + } + + // named booleans + { + type mybool bool + var b mybool + + type T struct{ data [20]byte } + var x, y T + b = x == y + istrue(x == y) + istrue(bool(b)) + + m := make(map[string][10]interface{}) + b = m["x"] == m["y"] + istrue(m["x"] == m["y"]) + istrue(bool(b)) + } + + shouldPanic(p1) + shouldPanic(p2) + shouldPanic(p3) + shouldPanic(p4) +} + +func p1() { + var a []int + var ia interface{} = a + use(ia == ia) +} + +func p2() { + var b []int + var ib interface{} = b + use(ib == ib) +} + +func p3() { + var a []int + var ia interface{} = a + var m = make(map[interface{}]int) + m[ia] = 1 +} + +func p4() { + var b []int + var ib interface{} = b + var m = make(map[interface{}]int) + m[ib] = 1 +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("function should panic") + } + }() + f() +} diff --git a/go/test/cmp6.go b/go/test/cmp6.go new file mode 100644 index 0000000000000000000000000000000000000000..704ead2caa89ffb6d8160be69fbce6a2c95ef538 --- /dev/null +++ b/go/test/cmp6.go @@ -0,0 +1,86 @@ +// errorcheck + +// Copyright 2010 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. + +// Verify that incorrect comparisons are detected. +// Does not compile. + +package main + +func use(bool) {} + +type T1 *int +type T2 *int + +type T3 struct{ z []int } + +var t3 T3 + +type T4 struct { + _ []int + a float64 +} + +var t4 T4 + +func main() { + // Arguments to comparison must be + // assignable one to the other (or vice versa) + // so chan int can be compared against + // directional channels but channel of different + // direction cannot be compared against each other. + var c1 chan<- int + var c2 <-chan int + var c3 chan int + + use(c1 == c2) // ERROR "invalid operation|incompatible" + use(c2 == c1) // ERROR "invalid operation|incompatible" + use(c1 == c3) + use(c2 == c2) + use(c3 == c1) + use(c3 == c2) + + // Same applies to named types. + var p1 T1 + var p2 T2 + var p3 *int + + use(p1 == p2) // ERROR "invalid operation|incompatible" + use(p2 == p1) // ERROR "invalid operation|incompatible" + use(p1 == p3) + use(p2 == p2) + use(p3 == p1) + use(p3 == p2) + + // Arrays are comparable if and only if their element type is comparable. + var a1 [1]int + var a2 [1]func() + var a3 [0]func() + use(a1 == a1) + use(a2 == a2) // ERROR "invalid operation|invalid comparison" + use(a3 == a3) // ERROR "invalid operation|invalid comparison" + + // Comparison of structs should have a good message + use(t3 == t3) // ERROR "struct|expected|cannot compare" + use(t4 == t4) // ERROR "cannot be compared|non-comparable|cannot compare" + + // Slices, functions, and maps too. + var x []int + var f func() + var m map[int]int + use(x == x) // ERROR "slice can only be compared to nil|cannot compare" + use(f == f) // ERROR "func can only be compared to nil|cannot compare" + use(m == m) // ERROR "map can only be compared to nil|cannot compare" + + // Comparison with interface that cannot return true + // (would panic). + var i interface{} + use(i == x) // ERROR "invalid operation" + use(x == i) // ERROR "invalid operation" + use(i == f) // ERROR "invalid operation" + use(f == i) // ERROR "invalid operation" + use(i == m) // ERROR "invalid operation" + use(m == i) // ERROR "invalid operation" +} diff --git a/go/test/cmplx.go b/go/test/cmplx.go new file mode 100644 index 0000000000000000000000000000000000000000..d63c7ebc7e84c84b658d8880e1c28b717003dc4b --- /dev/null +++ b/go/test/cmplx.go @@ -0,0 +1,68 @@ +// errorcheck + +// Copyright 2010 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. + +// Verify that incorrect invocations of the complex predeclared function are detected. +// Does not compile. + +package main + +type ( + Float32 float32 + Float64 float64 + Complex64 complex64 + Complex128 complex128 +) + +var ( + f32 float32 + f64 float64 + F32 Float32 + F64 Float64 + + c64 complex64 + c128 complex128 + C64 Complex64 + C128 Complex128 +) + +func F1() int { + return 1 +} + +func F3() (int, int, int) { + return 1, 2, 3 +} + +func main() { + // ok + c64 = complex(f32, f32) + c128 = complex(f64, f64) + + _ = complex128(0) // ok + _ = complex(f32, f64) // ERROR "complex" + _ = complex(f64, f32) // ERROR "complex" + _ = complex(f32, F32) // ERROR "complex" + _ = complex(F32, f32) // ERROR "complex" + _ = complex(f64, F64) // ERROR "complex" + _ = complex(F64, f64) // ERROR "complex" + + _ = complex(F1()) // ERROR "not enough arguments" + _ = complex(F3()) // ERROR "too many arguments" + + _ = complex() // ERROR "not enough arguments" + + c128 = complex(f32, f32) // ERROR "cannot use" + c64 = complex(f64, f64) // ERROR "cannot use" + + c64 = complex(1.0, 2.0) // ok, constant is untyped + c128 = complex(1.0, 2.0) + C64 = complex(1.0, 2.0) + C128 = complex(1.0, 2.0) + + C64 = complex(f32, f32) // ERROR "cannot use" + C128 = complex(f64, f64) // ERROR "cannot use" + +} diff --git a/go/test/cmplxdivide.c b/go/test/cmplxdivide.c new file mode 100644 index 0000000000000000000000000000000000000000..89a2868b75bdb249b905f4243cd5c1f8485569a8 --- /dev/null +++ b/go/test/cmplxdivide.c @@ -0,0 +1,98 @@ +// Copyright 2010 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. + +// This C program generates the file cmplxdivide1.go. It uses the +// output of the operations by C99 as the reference to check +// the implementation of complex numbers in Go. +// The generated file, cmplxdivide1.go, is compiled along +// with the driver cmplxdivide.go (the names are confusing +// and unimaginative) to run the actual test. This is done by +// the usual test runner. +// +// The file cmplxdivide1.go is checked in to the repository, but +// if it needs to be regenerated, compile and run this C program +// like this: +// gcc '-std=c99' cmplxdivide.c && a.out >cmplxdivide1.go + +#include +#include +#include +#include + +#define nelem(x) (sizeof(x)/sizeof((x)[0])) + +double f[] = { + 0.0, + -0.0, + 1.0, + -1.0, + 2.0, + NAN, + INFINITY, + -INFINITY, +}; + +char* fmt(double g) { + static char buf[10][30]; + static int n; + char *p; + + p = buf[n++]; + if(n == 10) { + n = 0; + } + + sprintf(p, "%g", g); + + if(strcmp(p, "0") == 0) { + strcpy(p, "zero"); + return p; + } + + if(strcmp(p, "-0") == 0) { + strcpy(p, "-zero"); + return p; + } + + return p; +} + +int main(void) { + int i, j, k, l; + double complex n, d, q; + + printf("// skip\n"); + printf("// # generated by cmplxdivide.c\n"); + printf("\n"); + printf("package main\n"); + printf("\n"); + printf("import \"math\"\n"); + printf("\n"); + printf("var (\n"); + printf("\tnan = math.NaN()\n"); + printf("\tinf = math.Inf(1)\n"); + printf("\tzero = 0.0\n"); + printf(")\n"); + printf("\n"); + printf("var tests = []struct {\n"); + printf("\tf, g complex128\n"); + printf("\tout complex128\n"); + printf("}{\n"); + + for(i=0; i MinIntNN. +func NoFix64A(divr int64) (int64, int64) { + var d int64 = 42 + var e int64 = 84 + if divr > 5 { + d /= divr // amd64:-"JMP" + e %= divr // amd64:-"JMP" + // The following statement is to avoid conflict between the above check + // and the normal JMP generated at the end of the block. + d += e + } + return d, e +} + +func NoFix64B(divd int64) (int64, int64) { + var d int64 + var e int64 + var divr int64 = -1 + if divd > -9223372036854775808 { + d = divd / divr // amd64:-"JMP" + e = divd % divr // amd64:-"JMP" + d += e + } + return d, e +} + +func NoFix32A(divr int32) (int32, int32) { + var d int32 = 42 + var e int32 = 84 + if divr > 5 { + // amd64:-"JMP" + // 386:-"JMP" + d /= divr + // amd64:-"JMP" + // 386:-"JMP" + e %= divr + d += e + } + return d, e +} + +func NoFix32B(divd int32) (int32, int32) { + var d int32 + var e int32 + var divr int32 = -1 + if divd > -2147483648 { + // amd64:-"JMP" + // 386:-"JMP" + d = divd / divr + // amd64:-"JMP" + // 386:-"JMP" + e = divd % divr + d += e + } + return d, e +} + +func NoFix16A(divr int16) (int16, int16) { + var d int16 = 42 + var e int16 = 84 + if divr > 5 { + // amd64:-"JMP" + // 386:-"JMP" + d /= divr + // amd64:-"JMP" + // 386:-"JMP" + e %= divr + d += e + } + return d, e +} + +func NoFix16B(divd int16) (int16, int16) { + var d int16 + var e int16 + var divr int16 = -1 + if divd > -32768 { + // amd64:-"JMP" + // 386:-"JMP" + d = divd / divr + // amd64:-"JMP" + // 386:-"JMP" + e = divd % divr + d += e + } + return d, e +} + +// Check that len() and cap() calls divided by powers of two are +// optimized into shifts and ands + +func LenDiv1(a []int) int { + // 386:"SHRL [$]10" + // amd64:"SHRQ [$]10" + // arm64:"LSR [$]10" -"SDIV" + // arm:"SRL [$]10" -".*udiv" + // ppc64x:"SRD" [$]10" + return len(a) / 1024 +} + +func LenDiv2(s string) int { + // 386:"SHRL [$]11" + // amd64:"SHRQ [$]11" + // arm64:"LSR [$]11" -"SDIV" + // arm:"SRL [$]11" -".*udiv" + // ppc64x:"SRD [$]11" + return len(s) / (4097 >> 1) +} + +func LenMod1(a []int) int { + // 386:"ANDL [$]1023" + // amd64:"ANDL [$]1023" + // arm64:"AND [$]1023" -"SDIV" + // arm/6:"AND" -".*udiv" + // arm/7:"BFC" -".*udiv" -"AND" + // ppc64x:"RLDICL" + return len(a) % 1024 +} + +func LenMod2(s string) int { + // 386:"ANDL [$]2047" + // amd64:"ANDL [$]2047" + // arm64:"AND [$]2047" -"SDIV" + // arm/6:"AND" -".*udiv" + // arm/7:"BFC" -".*udiv" -"AND" + // ppc64x:"RLDICL" + return len(s) % (4097 >> 1) +} + +func CapDiv(a []int) int { + // 386:"SHRL [$]12" + // amd64:"SHRQ [$]12" + // arm64:"LSR [$]12" -"SDIV" + // arm:"SRL [$]12" -".*udiv" + // ppc64x:"SRD [$]12" + return cap(a) / ((1 << 11) + 2048) +} + +func CapMod(a []int) int { + // 386:"ANDL [$]4095" + // amd64:"ANDL [$]4095" + // arm64:"AND [$]4095" -"SDIV" + // arm/6:"AND" -".*udiv" + // arm/7:"BFC" -".*udiv" -"AND" + // ppc64x:"RLDICL" + return cap(a) % ((1 << 11) + 2048) +} + +func AddMul(x int) int { + // amd64:"LEAQ 1" + return 2*x + 1 +} + +func AddShift(a, b int) int { + // loong64: "ALSLV" + return a + (b << 4) +} + +func MULA(a, b, c uint32) (uint32, uint32, uint32) { + // arm:`MULA`,-`MUL\s` + // arm64:`MADDW`,-`MULW` + r0 := a*b + c + // arm:`MULA`,-`MUL\s` + // arm64:`MADDW`,-`MULW` + r1 := c*79 + a + // arm:`ADD`,-`MULA`,-`MUL\s` + // arm64:`ADD`,-`MADD`,-`MULW` + // ppc64x:`ADD`,-`MULLD` + r2 := b*64 + c + return r0, r1, r2 +} + +func MULS(a, b, c uint32) (uint32, uint32, uint32) { + // arm/7:`MULS`,-`MUL\s` + // arm/6:`SUB`,`MUL\s`,-`MULS` + // arm64:`MSUBW`,-`MULW` + r0 := c - a*b + // arm/7:`MULS`,-`MUL\s` + // arm/6:`SUB`,`MUL\s`,-`MULS` + // arm64:`MSUBW`,-`MULW` + r1 := a - c*79 + // arm/7:`SUB`,-`MULS`,-`MUL\s` + // arm64:`SUB`,-`MSUBW`,-`MULW` + // ppc64x:`SUB`,-`MULLD` + r2 := c - b*64 + return r0, r1, r2 +} + +func addSpecial(a, b, c uint32) (uint32, uint32, uint32) { + // amd64:`INCL` + a++ + // amd64:`DECL` + b-- + // amd64:`SUBL.*-128` + c += 128 + return a, b, c +} + +// Divide -> shift rules usually require fixup for negative inputs. +// If the input is non-negative, make sure the unsigned form is generated. +func divInt(v int64) int64 { + if v < 0 { + // amd64:`SARQ.*63,`, `SHRQ.*56,`, `SARQ.*8,` + return v / 256 + } + // amd64:-`.*SARQ`, `SHRQ.*9,` + return v / 512 +} + +// The reassociate rules "x - (z + C) -> (x - z) - C" and +// "(z + C) -x -> C + (z - x)" can optimize the following cases. +func constantFold1(i0, j0, i1, j1, i2, j2, i3, j3 int) (int, int, int, int) { + // arm64:"SUB" "ADD [$]2" + // ppc64x:"SUB" "ADD [$]2" + r0 := (i0 + 3) - (j0 + 1) + // arm64:"SUB" "SUB [$]4" + // ppc64x:"SUB" "ADD [$]-4" + r1 := (i1 - 3) - (j1 + 1) + // arm64:"SUB" "ADD [$]4" + // ppc64x:"SUB" "ADD [$]4" + r2 := (i2 + 3) - (j2 - 1) + // arm64:"SUB" "SUB [$]2" + // ppc64x:"SUB" "ADD [$]-2" + r3 := (i3 - 3) - (j3 - 1) + return r0, r1, r2, r3 +} + +// The reassociate rules "x - (z + C) -> (x - z) - C" and +// "(C - z) - x -> C - (z + x)" can optimize the following cases. +func constantFold2(i0, j0, i1, j1 int) (int, int) { + // arm64:"ADD" "MOVD [$]2" "SUB" + // ppc64x: `SUBC R[0-9]+,\s[$]2,\sR` + r0 := (3 - i0) - (j0 + 1) + // arm64:"ADD" "MOVD [$]4" "SUB" + // ppc64x: `SUBC R[0-9]+,\s[$]4,\sR` + r1 := (3 - i1) - (j1 - 1) + return r0, r1 +} + +func constantFold3(i, j int) int { + // arm64: "LSL [$]5," "SUB R[0-9]+<<1," -"ADD" + // ppc64x:"MULLD [$]30" "MULLD" + r := (5 * i) * (6 * j) + return r +} + +// Integer Min/Max + +func Int64Min(a, b int64) int64 { + // amd64: "CMPQ" "CMOVQLT" + // arm64: "CMP" "CSEL" + // riscv64/rva20u64:"BLT " + // riscv64/rva22u64,riscv64/rva23u64:"MIN " + return min(a, b) +} + +func Int64Max(a, b int64) int64 { + // amd64: "CMPQ" "CMOVQGT" + // arm64: "CMP" "CSEL" + // riscv64/rva20u64:"BLT " + // riscv64/rva22u64,riscv64/rva23u64:"MAX " + return max(a, b) +} + +func Uint64Min(a, b uint64) uint64 { + // amd64: "CMPQ" "CMOVQCS" + // arm64: "CMP" "CSEL" + // riscv64/rva20u64:"BLTU" + // riscv64/rva22u64,riscv64/rva23u64:"MINU" + return min(a, b) +} + +func Uint64Max(a, b uint64) uint64 { + // amd64: "CMPQ" "CMOVQHI" + // arm64: "CMP" "CSEL" + // riscv64/rva20u64:"BLTU" + // riscv64/rva22u64,riscv64/rva23u64:"MAXU" + return max(a, b) +} diff --git a/go/test/codegen/atomics.go b/go/test/codegen/atomics.go new file mode 100644 index 0000000000000000000000000000000000000000..7ae5a9aff719958abdd13ab16219ff738e2d570c --- /dev/null +++ b/go/test/codegen/atomics.go @@ -0,0 +1,95 @@ +// asmcheck + +// Copyright 2024 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. + +// These tests check that atomic instructions without dynamic checks are +// generated for architectures that support them + +package codegen + +import "sync/atomic" + +type Counter struct { + count int32 +} + +func (c *Counter) Increment() { + // Check that ARm64 v8.0 has both atomic instruction (LDADDALW) and a dynamic check + // (for arm64HasATOMICS), while ARM64 v8.1 has only atomic and no dynamic check. + // arm64/v8.0:"LDADDALW" + // arm64/v8.1:"LDADDALW" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // amd64:"LOCK" -"CMPXCHG" + atomic.AddInt32(&c.count, 1) +} + +func atomicLogical64(x *atomic.Uint64) uint64 { + var r uint64 + + // arm64/v8.0:"LDCLRALD" + // arm64/v8.1:"LDCLRALD" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // On amd64, make sure we use LOCK+AND instead of CMPXCHG when we don't use the result. + // amd64:"LOCK" -"CMPXCHGQ" + x.And(11) + // arm64/v8.0:"LDCLRALD" + // arm64/v8.1:"LDCLRALD" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // amd64:"LOCK" "CMPXCHGQ" + r += x.And(22) + + // arm64/v8.0:"LDORALD" + // arm64/v8.1:"LDORALD" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // On amd64, make sure we use LOCK+OR instead of CMPXCHG when we don't use the result. + // amd64:"LOCK" -"CMPXCHGQ" + x.Or(33) + // arm64/v8.0:"LDORALD" + // arm64/v8.1:"LDORALD" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // amd64:"LOCK" "CMPXCHGQ" + r += x.Or(44) + + return r +} + +func atomicLogical32(x *atomic.Uint32) uint32 { + var r uint32 + + // arm64/v8.0:"LDCLRALW" + // arm64/v8.1:"LDCLRALW" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // On amd64, make sure we use LOCK+AND instead of CMPXCHG when we don't use the result. + // amd64:"LOCK" -"CMPXCHGL" + x.And(11) + // arm64/v8.0:"LDCLRALW" + // arm64/v8.1:"LDCLRALW" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // amd64:"LOCK" "CMPXCHGL" + r += x.And(22) + + // arm64/v8.0:"LDORALW" + // arm64/v8.1:"LDORALW" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // On amd64, make sure we use LOCK+OR instead of CMPXCHG when we don't use the result. + // amd64:"LOCK" -"CMPXCHGL" + x.Or(33) + // arm64/v8.0:"LDORALW" + // arm64/v8.1:"LDORALW" + // arm64/v8.0:".*arm64HasATOMICS" + // arm64/v8.1:-".*arm64HasATOMICS" + // amd64:"LOCK" "CMPXCHGL" + r += x.Or(44) + + return r +} diff --git a/go/test/codegen/bitfield.go b/go/test/codegen/bitfield.go new file mode 100644 index 0000000000000000000000000000000000000000..25393627504c193799452a8be243159c894c9e67 --- /dev/null +++ b/go/test/codegen/bitfield.go @@ -0,0 +1,378 @@ +// asmcheck + +// Copyright 2018 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 codegen + +// This file contains codegen tests related to bit field +// insertion/extraction simplifications/optimizations. + +func extr1(x, x2 uint64) uint64 { + return x<<7 + x2>>57 // arm64:"EXTR [$]57," +} + +func extr2(x, x2 uint64) uint64 { + return x<<7 | x2>>57 // arm64:"EXTR [$]57," +} + +func extr3(x, x2 uint64) uint64 { + return x<<7 ^ x2>>57 // arm64:"EXTR [$]57," +} + +func extr4(x, x2 uint32) uint32 { + return x<<7 + x2>>25 // arm64:"EXTRW [$]25," +} + +func extr5(x, x2 uint32) uint32 { + return x<<7 | x2>>25 // arm64:"EXTRW [$]25," +} + +func extr6(x, x2 uint32) uint32 { + return x<<7 ^ x2>>25 // arm64:"EXTRW [$]25," +} + +// check 32-bit shift masking +func mask32(x uint32) uint32 { + return (x << 29) >> 29 // arm64:"AND [$]7, R[0-9]+" -"LSR" -"LSL" +} + +// check 16-bit shift masking +func mask16(x uint16) uint16 { + return (x << 14) >> 14 // arm64:"AND [$]3, R[0-9]+" -"LSR" -"LSL" +} + +// check 8-bit shift masking +func mask8(x uint8) uint8 { + return (x << 7) >> 7 // arm64:"AND [$]1, R[0-9]+" -"LSR" -"LSL" +} + +func maskshift(x uint64) uint64 { + // arm64:"AND [$]4095, R[0-9]+" -"LSL" -"LSR" -"UBFIZ" -"UBFX" + return ((x << 5) & (0xfff << 5)) >> 5 +} + +// bitfield ops +// bfi +func bfi1(x, y uint64) uint64 { + // arm64:"BFI [$]4, R[0-9]+, [$]12" -"LSL" -"LSR" -"AND" + return ((x & 0xfff) << 4) | (y & 0xffffffffffff000f) +} + +func bfi2(x, y uint64) uint64 { + // arm64:"BFI [$]12, R[0-9]+, [$]40" -"LSL" -"LSR" -"AND" + return (x << 24 >> 12) | (y & 0xfff0000000000fff) +} + +// bfxil +func bfxil1(x, y uint64) uint64 { + // arm64:"BFXIL [$]5, R[0-9]+, [$]12" -"LSL" -"LSR" -"AND" + return ((x >> 5) & 0xfff) | (y & 0xfffffffffffff000) +} + +func bfxil2(x, y uint64) uint64 { + // arm64:"BFXIL [$]12, R[0-9]+, [$]40" -"LSL" -"LSR" -"AND" + return (x << 12 >> 24) | (y & 0xffffff0000000000) +} + +// sbfiz +// merge shifts into sbfiz: (x << lc) >> rc && lc > rc. +func sbfiz1(x int64) int64 { + // arm64:"SBFIZ [$]1, R[0-9]+, [$]60" -"LSL" -"ASR" + return (x << 4) >> 3 +} + +// merge shift and sign-extension into sbfiz. +func sbfiz2(x int32) int64 { + return int64(x << 3) // arm64:"SBFIZ [$]3, R[0-9]+, [$]29" -"LSL" +} + +func sbfiz3(x int16) int64 { + return int64(x << 3) // arm64:"SBFIZ [$]3, R[0-9]+, [$]13" -"LSL" +} + +func sbfiz4(x int8) int64 { + return int64(x << 3) // arm64:"SBFIZ [$]3, R[0-9]+, [$]5" -"LSL" +} + +// sbfiz combinations. +// merge shift with sbfiz into sbfiz. +func sbfiz5(x int32) int32 { + // arm64:"SBFIZ [$]1, R[0-9]+, [$]28" -"LSL" -"ASR" + return (x << 4) >> 3 +} + +func sbfiz6(x int16) int64 { + return int64(x+1) << 3 // arm64:"SBFIZ [$]3, R[0-9]+, [$]16" -"LSL" +} + +func sbfiz7(x int8) int64 { + return int64(x+1) << 62 // arm64:"SBFIZ [$]62, R[0-9]+, [$]2" -"LSL" +} + +func sbfiz8(x int32) int64 { + return int64(x+1) << 40 // arm64:"SBFIZ [$]40, R[0-9]+, [$]24" -"LSL" +} + +// sbfx +// merge shifts into sbfx: (x << lc) >> rc && lc <= rc. +func sbfx1(x int64) int64 { + return (x << 3) >> 4 // arm64:"SBFX [$]1, R[0-9]+, [$]60" -"LSL" -"ASR" +} + +func sbfx2(x int64) int64 { + return (x << 60) >> 60 // arm64:"SBFX [$]0, R[0-9]+, [$]4" -"LSL" -"ASR" +} + +// merge shift and sign-extension into sbfx. +func sbfx3(x int32) int64 { + return int64(x) >> 3 // arm64:"SBFX [$]3, R[0-9]+, [$]29" -"ASR" +} + +func sbfx4(x int16) int64 { + return int64(x) >> 3 // arm64:"SBFX [$]3, R[0-9]+, [$]13" -"ASR" +} + +func sbfx5(x int8) int64 { + return int64(x) >> 3 // arm64:"SBFX [$]3, R[0-9]+, [$]5" -"ASR" +} + +func sbfx6(x int32) int64 { + return int64(x >> 30) // arm64:"SBFX [$]30, R[0-9]+, [$]2" +} + +func sbfx7(x int16) int64 { + return int64(x >> 10) // arm64:"SBFX [$]10, R[0-9]+, [$]6" +} + +func sbfx8(x int8) int64 { + return int64(x >> 5) // arm64:"SBFX [$]5, R[0-9]+, [$]3" +} + +// sbfx combinations. +// merge shifts with sbfiz into sbfx. +func sbfx9(x int32) int32 { + return (x << 3) >> 4 // arm64:"SBFX [$]1, R[0-9]+, [$]28" -"LSL" -"ASR" +} + +// merge sbfx and sign-extension into sbfx. +func sbfx10(x int32) int64 { + c := x + 5 + return int64(c >> 20) // arm64"SBFX [$]20, R[0-9]+, [$]12" -"MOVW R[0-9]+, R[0-9]+" +} + +// ubfiz +// merge shifts into ubfiz: (x<>rc && lc>rc +func ubfiz1(x uint64) uint64 { + // arm64:"UBFIZ [$]1, R[0-9]+, [$]60" -"LSL" -"LSR" + // s390x:"RISBGZ [$]3, [$]62, [$]1, " -"SLD" -"SRD" + return (x << 4) >> 3 +} + +// merge shift and zero-extension into ubfiz. +func ubfiz2(x uint32) uint64 { + return uint64(x+1) << 3 // arm64:"UBFIZ [$]3, R[0-9]+, [$]32" -"LSL" +} + +func ubfiz3(x uint16) uint64 { + return uint64(x+1) << 3 // arm64:"UBFIZ [$]3, R[0-9]+, [$]16" -"LSL" +} + +func ubfiz4(x uint8) uint64 { + return uint64(x+1) << 3 // arm64:"UBFIZ [$]3, R[0-9]+, [$]8" -"LSL" +} + +func ubfiz5(x uint8) uint64 { + return uint64(x) << 60 // arm64:"UBFIZ [$]60, R[0-9]+, [$]4" -"LSL" +} + +func ubfiz6(x uint32) uint64 { + return uint64(x << 30) // arm64:"UBFIZ [$]30, R[0-9]+, [$]2", +} + +func ubfiz7(x uint16) uint64 { + return uint64(x << 10) // arm64:"UBFIZ [$]10, R[0-9]+, [$]6", +} + +func ubfiz8(x uint8) uint64 { + return uint64(x << 7) // arm64:"UBFIZ [$]7, R[0-9]+, [$]1", +} + +// merge ANDconst into ubfiz. +func ubfiz9(x uint64) uint64 { + // arm64:"UBFIZ [$]3, R[0-9]+, [$]12" -"LSL" -"AND" + // s390x:"RISBGZ [$]49, [$]60, [$]3," -"SLD" -"AND" + return (x & 0xfff) << 3 +} + +func ubfiz10(x uint64) uint64 { + // arm64:"UBFIZ [$]4, R[0-9]+, [$]12" -"LSL" -"AND" + // s390x:"RISBGZ [$]48, [$]59, [$]4," -"SLD" -"AND" + return (x << 4) & 0xfff0 +} + +// ubfiz combinations +func ubfiz11(x uint32) uint32 { + // arm64:"UBFIZ [$]1, R[0-9]+, [$]28" -"LSL" -"LSR" + return (x << 4) >> 3 +} + +func ubfiz12(x uint64) uint64 { + // arm64:"UBFIZ [$]1, R[0-9]+, [$]20" -"LSL" -"LSR" + // s390x:"RISBGZ [$]43, [$]62, [$]1, " -"SLD" -"SRD" -"AND" + return ((x & 0xfffff) << 4) >> 3 +} + +func ubfiz13(x uint64) uint64 { + // arm64:"UBFIZ [$]5, R[0-9]+, [$]13" -"LSL" -"LSR" -"AND" + return ((x << 3) & 0xffff) << 2 +} + +func ubfiz14(x uint64) uint64 { + // arm64:"UBFIZ [$]7, R[0-9]+, [$]12" -"LSL" -"LSR" -"AND" + // s390x:"RISBGZ [$]45, [$]56, [$]7, " -"SLD" -"SRD" -"AND" + return ((x << 5) & (0xfff << 5)) << 2 +} + +// ubfx +// merge shifts into ubfx: (x<>rc && lc> 2 +} + +// merge shift and zero-extension into ubfx. +func ubfx2(x uint32) uint64 { + return uint64(x >> 15) // arm64:"UBFX [$]15, R[0-9]+, [$]17" -"LSR" +} + +func ubfx3(x uint16) uint64 { + return uint64(x >> 9) // arm64:"UBFX [$]9, R[0-9]+, [$]7" -"LSR" +} + +func ubfx4(x uint8) uint64 { + return uint64(x >> 3) // arm64:"UBFX [$]3, R[0-9]+, [$]5" -"LSR" +} + +func ubfx5(x uint32) uint64 { + return uint64(x) >> 30 // arm64:"UBFX [$]30, R[0-9]+, [$]2" +} + +func ubfx6(x uint16) uint64 { + return uint64(x) >> 10 // arm64:"UBFX [$]10, R[0-9]+, [$]6" +} + +func ubfx7(x uint8) uint64 { + return uint64(x) >> 3 // arm64:"UBFX [$]3, R[0-9]+, [$]5" +} + +// merge ANDconst into ubfx. +func ubfx8(x uint64) uint64 { + // arm64:"UBFX [$]25, R[0-9]+, [$]10" -"LSR" -"AND" + // s390x:"RISBGZ [$]54, [$]63, [$]39, " -"SRD" -"AND" + return (x >> 25) & 1023 +} + +func ubfx9(x uint64) uint64 { + // arm64:"UBFX [$]4, R[0-9]+, [$]8" -"LSR" -"AND" + // s390x:"RISBGZ [$]56, [$]63, [$]60, " -"SRD" -"AND" + return (x & 0x0ff0) >> 4 +} + +// ubfx combinations. +func ubfx10(x uint32) uint32 { + // arm64:"UBFX [$]1, R[0-9]+, [$]30" -"LSL" -"LSR" + return (x << 1) >> 2 +} + +func ubfx11(x uint64) uint64 { + // arm64:"UBFX [$]1, R[0-9]+, [$]12" -"LSL" -"LSR" -"AND" + // s390x:"RISBGZ [$]52, [$]63, [$]63," -"SLD" -"SRD" -"AND" + return ((x << 1) >> 2) & 0xfff +} + +func ubfx12(x uint64) uint64 { + // arm64:"UBFX [$]4, R[0-9]+, [$]11" -"LSL" -"LSR" -"AND" + // s390x:"RISBGZ [$]53, [$]63, [$]60, " -"SLD" -"SRD" -"AND" + return ((x >> 3) & 0xfff) >> 1 +} + +func ubfx13(x uint64) uint64 { + // arm64:"UBFX [$]5, R[0-9]+, [$]56" -"LSL" -"LSR" + // s390x:"RISBGZ [$]8, [$]63, [$]59, " -"SLD" -"SRD" + return ((x >> 2) << 5) >> 8 +} + +func ubfx14(x uint64) uint64 { + // arm64:"UBFX [$]1, R[0-9]+, [$]19" -"LSL" -"LSR" + // s390x:"RISBGZ [$]45, [$]63, [$]63, " -"SLD" -"SRD" -"AND" + return ((x & 0xfffff) << 3) >> 4 +} + +// merge ubfx and zero-extension into ubfx. +func ubfx15(x uint64) bool { + midr := x + 10 + part_num := uint16((midr >> 4) & 0xfff) + if part_num == 0xd0c { // arm64:"UBFX [$]4, R[0-9]+, [$]12" -"MOVHU R[0-9]+, R[0-9]+" + return true + } + return false +} + +// merge ANDconst and ubfx into ubfx +func ubfx16(x uint64) uint64 { + // arm64:"UBFX [$]4, R[0-9]+, [$]6" -"AND [$]63" + return ((x >> 3) & 0xfff) >> 1 & 0x3f +} + +// Check that we don't emit comparisons for constant shifts. +// +//go:nosplit +func shift_no_cmp(x int) int { + // arm64:`LSL [$]17`,-`CMP` + // mips64:`SLLV [$]17`,-`SGT` + return x << 17 +} + +func rev16(c uint64) (uint64, uint64, uint64) { + // arm64:`REV16`,-`AND`,-`LSR`,-`AND`,-`ORR R[0-9]+<<8` + // loong64:`REVB4H`,-`MOVV`,-`AND`,-`SRLV`,-`AND`,-`SLLV`,-`OR` + b1 := ((c & 0xff00ff00ff00ff00) >> 8) | ((c & 0x00ff00ff00ff00ff) << 8) + // arm64:-`ADD R[0-9]+<<8` + // loong64:-`ADDV` + b2 := ((c & 0xff00ff00ff00ff00) >> 8) + ((c & 0x00ff00ff00ff00ff) << 8) + // arm64:-`EOR R[0-9]+<<8` + // loong64:-`XOR` + b3 := ((c & 0xff00ff00ff00ff00) >> 8) ^ ((c & 0x00ff00ff00ff00ff) << 8) + return b1, b2, b3 +} + +func rev16w(c uint32) (uint32, uint32, uint32) { + // arm64:`REV16W`,-`AND`,-`UBFX`,-`AND`,-`ORR R[0-9]+<<8` + // loong64:`REVB2H`,-`AND`,-`SRL`,-`AND`,-`SLL`,-`OR` + b1 := ((c & 0xff00ff00) >> 8) | ((c & 0x00ff00ff) << 8) + // arm64:-`ADD R[0-9]+<<8` + // loong64:-`ADDV` + b2 := ((c & 0xff00ff00) >> 8) + ((c & 0x00ff00ff) << 8) + // arm64:-`EOR R[0-9]+<<8` + // loong64:-`XOR` + b3 := ((c & 0xff00ff00) >> 8) ^ ((c & 0x00ff00ff) << 8) + return b1, b2, b3 +} + +func shift(x uint32, y uint16, z uint8) uint64 { + // arm64:-`MOVWU`,-`LSR [$]32` + // loong64:-`MOVWU`,-`SRLV [$]32` + a := uint64(x) >> 32 + // arm64:-`MOVHU + // loong64:-`MOVHU`,-`SRLV [$]16` + b := uint64(y) >> 16 + // arm64:-`MOVBU` + // loong64:-`MOVBU`,-`SRLV [$]8` + c := uint64(z) >> 8 + // arm64:`MOVD ZR`,-`ADD R[0-9]+>>16`,-`ADD R[0-9]+>>8`, + // loong64:`MOVV R0`,-`ADDVU` + return a + b + c +} diff --git a/go/test/codegen/bits.go b/go/test/codegen/bits.go new file mode 100644 index 0000000000000000000000000000000000000000..d9c567b0784695c745ea32a541d8246a8d1c1f92 --- /dev/null +++ b/go/test/codegen/bits.go @@ -0,0 +1,565 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "math/bits" + +// +// 64 bit instructions +// + +func bitsCheckConstLeftShiftU64(a uint64) (n int) { + // amd64:"BTQ [$]63," + // arm64:"TBNZ [$]63," + // riscv64:"MOV [$]" "AND" "BNEZ" + if a&(1<<63) != 0 { + return 1 + } + // amd64:"BTQ [$]60," + // arm64:"TBNZ [$]60," + // riscv64:"MOV [$]" "AND" "BNEZ" + if a&(1<<60) != 0 { + return 1 + } + // amd64:"BTL [$]0," + // arm64:"TBZ [$]0," + // riscv64:"ANDI" "BEQZ" + if a&(1<<0) != 0 { + return 1 + } + return 0 +} + +func bitsCheckConstRightShiftU64(a [8]uint64) (n int) { + // amd64:"BTQ [$]63," + // arm64:"LSR [$]63," "TBNZ [$]0," + // riscv64:"SRLI" "ANDI" "BNEZ" + if (a[0]>>63)&1 != 0 { + return 1 + } + // amd64:"BTQ [$]63," + // arm64:"LSR [$]63," "CBNZ" + // riscv64:"SRLI" "BNEZ" + if a[1]>>63 != 0 { + return 1 + } + // amd64:"BTQ [$]63," + // arm64:"LSR [$]63," "CBZ" + // riscv64:"SRLI" "BEQZ" + if a[2]>>63 == 0 { + return 1 + } + // amd64:"BTQ [$]60," + // arm64:"LSR [$]60," "TBZ [$]0," + // riscv64:"SRLI", "ANDI" "BEQZ" + if (a[3]>>60)&1 == 0 { + return 1 + } + // amd64:"BTL [$]1," + // arm64:"LSR [$]1," "TBZ [$]0," + // riscv64:"SRLI" "ANDI" "BEQZ" + if (a[4]>>1)&1 == 0 { + return 1 + } + // amd64:"BTL [$]0," + // arm64:"TBZ [$]0," -"LSR" + // riscv64:"ANDI" "BEQZ" -"SRLI" + if (a[5]>>0)&1 == 0 { + return 1 + } + // amd64:"BTL [$]7," + // arm64:"LSR [$]5," "TBNZ [$]2," + // riscv64:"SRLI" "ANDI" "BNEZ" + if (a[6]>>5)&4 == 0 { + return 1 + } + return 0 +} + +func bitsCheckVarU64(a, b uint64) (n int) { + // amd64:"BTQ" + // arm64:"MOVD [$]1," "LSL" "TST" + // riscv64:"ANDI [$]63," "SLL " "AND " + if a&(1<<(b&63)) != 0 { + return 1 + } + // amd64:"BTQ" -"BT. [$]0," + // arm64:"LSR" "TBZ [$]0," + // riscv64:"ANDI [$]63," "SRL" "ANDI [$]1," + if (b>>(a&63))&1 != 0 { + return 1 + } + return 0 +} + +func bitsCheckMaskU64(a uint64) (n int) { + // amd64:"BTQ [$]63," + // arm64:"TBNZ [$]63," + // riscv64:"MOV [$]" "AND" "BNEZ" + if a&0x8000000000000000 != 0 { + return 1 + } + // amd64:"BTQ [$]59," + // arm64:"TBNZ [$]59," + // riscv64:"MOV [$]" "AND" "BNEZ" + if a&0x800000000000000 != 0 { + return 1 + } + // amd64:"BTL [$]0," + // arm64:"TBZ [$]0," + // riscv64:"ANDI" "BEQZ" + if a&0x1 != 0 { + return 1 + } + return 0 +} + +func bitsSetU64(a, b uint64) (n uint64) { + // amd64:"BTSQ" + // arm64:"MOVD [$]1," "LSL" "ORR" + // riscv64:"ANDI" "SLL" "OR" + n += b | (1 << (a & 63)) + + // amd64:"BTSQ [$]63," + // arm64:"ORR [$]-9223372036854775808," + // riscv64:"MOV [$]" "OR " + n += a | (1 << 63) + + // amd64:"BTSQ [$]60," + // arm64:"ORR [$]1152921504606846976," + // riscv64:"MOV [$]" "OR " + n += a | (1 << 60) + + // amd64:"ORQ [$]1," + // arm64:"ORR [$]1," + // riscv64:"ORI" + n += a | (1 << 0) + + return n +} + +func bitsClearU64(a, b uint64) (n uint64) { + // amd64:"BTRQ" + // arm64:"MOVD [$]1," "LSL" "BIC" + // riscv64:"ANDI" "SLL" "ANDN" + n += b &^ (1 << (a & 63)) + + // amd64:"BTRQ [$]63," + // arm64:"AND [$]9223372036854775807," + // riscv64:"MOV [$]" "AND " + n += a &^ (1 << 63) + + // amd64:"BTRQ [$]60," + // arm64:"AND [$]-1152921504606846977," + // riscv64:"MOV [$]" "AND " + n += a &^ (1 << 60) + + // amd64:"ANDQ [$]-2" + // arm64:"AND [$]-2" + // riscv64:"ANDI [$]-2" + n += a &^ (1 << 0) + + return n +} + +func bitsClearLowest(x int64, y int32) (int64, int32) { + // amd64:"ANDQ [$]-2," + // arm64:"AND [$]-2," + // riscv64:"ANDI [$]-2," + a := (x >> 1) << 1 + + // amd64:"ANDL [$]-2," + // arm64:"AND [$]-2," + // riscv64:"ANDI [$]-2," + b := (y >> 1) << 1 + + return a, b +} + +func bitsFlipU64(a, b uint64) (n uint64) { + // amd64:"BTCQ" + // arm64:"MOVD [$]1," "LSL" "EOR" + // riscv64:"ANDI" "SLL" "XOR " + n += b ^ (1 << (a & 63)) + + // amd64:"BTCQ [$]63," + // arm64:"EOR [$]-9223372036854775808," + // riscv64:"MOV [$]" "XOR " + n += a ^ (1 << 63) + + // amd64:"BTCQ [$]60," + // arm64:"EOR [$]1152921504606846976," + // riscv64:"MOV [$]" "XOR " + n += a ^ (1 << 60) + + // amd64:"XORQ [$]1," + // arm64:"EOR [$]1," + // riscv64:"XORI [$]1," + n += a ^ (1 << 0) + + return n +} + +// +// 32 bit instructions +// + +func bitsCheckConstShiftLeftU32(a uint32) (n int) { + // amd64:"BTL [$]31," + // arm64:"TBNZ [$]31," + // riscv64:"MOV [$]" "AND" "BNEZ" + if a&(1<<31) != 0 { + return 1 + } + // amd64:"BTL [$]28," + // arm64:"TBNZ [$]28," + // riscv64:"ANDI" "BNEZ" + if a&(1<<28) != 0 { + return 1 + } + // amd64:"BTL [$]0," + // arm64:"TBZ [$]0," + // riscv64:"ANDI" "BEQZ" + if a&(1<<0) != 0 { + return 1 + } + return 0 +} + +func bitsCheckConstRightShiftU32(a [8]uint32) (n int) { + // amd64:"BTL [$]31," + // arm64:"UBFX [$]31," "CBNZW" + // riscv64:"SRLI" "ANDI" "BNEZ" + if (a[0]>>31)&1 != 0 { + return 1 + } + // amd64:"BTL [$]31," + // arm64:"UBFX [$]31," "CBNZW" + // riscv64:"SRLI" "BNEZ" + if a[1]>>31 != 0 { + return 1 + } + // amd64:"BTL [$]31," + // arm64:"UBFX [$]31," "CBZW" + // riscv64:"SRLI" "BEQZ" + if a[2]>>31 == 0 { + return 1 + } + // amd64:"BTL [$]28," + // arm64:"UBFX [$]28," "TBZ" + // riscv64:"SRLI" "ANDI" "BEQZ" + if (a[3]>>28)&1 == 0 { + return 1 + } + // amd64:"BTL [$]1," + // arm64:"UBFX [$]1," "TBZ" + // riscv64:"SRLI" "ANDI" "BEQZ" + if (a[4]>>1)&1 == 0 { + return 1 + } + // amd64:"BTL [$]0," + // arm64:"TBZ" -"UBFX" -"SRL" + // riscv64:"ANDI" "BEQZ" -"SRLI " + if (a[5]>>0)&1 == 0 { + return 1 + } + // amd64:"BTL [$]7," + // arm64:"UBFX [$]5," "TBNZ" + // riscv64:"SRLI" "ANDI" "BNEZ" + if (a[6]>>5)&4 == 0 { + return 1 + } + return 0 +} + +func bitsCheckVarU32(a, b uint32) (n int) { + // amd64:"BTL" + // arm64:"AND [$]31," "MOVD [$]1," "LSL" "TSTW" + // riscv64:"ANDI [$]31," "SLL " "AND " + if a&(1<<(b&31)) != 0 { + return 1 + } + // amd64:"BTL" -"BT. [$]0" + // arm64:"AND [$]31," "LSR" "TBZ" + // riscv64:"ANDI [$]31," "SRLW " "ANDI [$]1," + if (b>>(a&31))&1 != 0 { + return 1 + } + return 0 +} + +func bitsCheckMaskU32(a uint32) (n int) { + // amd64:"BTL [$]31," + // arm64:"TBNZ [$]31," + // riscv64:"MOV [$]" "AND" "BNEZ" + if a&0x80000000 != 0 { + return 1 + } + // amd64:"BTL [$]27," + // arm64:"TBNZ [$]27," + // riscv64:"ANDI" "BNEZ" + if a&0x8000000 != 0 { + return 1 + } + // amd64:"BTL [$]0," + // arm64:"TBZ [$]0," + // riscv64:"ANDI" "BEQZ" + if a&0x1 != 0 { + return 1 + } + return 0 +} + +func bitsSetU32(a, b uint32) (n uint32) { + // amd64:"BTSL" + // arm64:"AND [$]31," "MOVD [$]1," "LSL" "ORR" + // riscv64:"ANDI" "SLL" "OR" + n += b | (1 << (a & 31)) + + // amd64:"ORL [$]-2147483648," + // arm64:"ORR [$]-2147483648," + // riscv64:"ORI [$]-2147483648," + n += a | (1 << 31) + + // amd64:"ORL [$]268435456," + // arm64:"ORR [$]268435456," + // riscv64:"ORI [$]268435456," + n += a | (1 << 28) + + // amd64:"ORL [$]1," + // arm64:"ORR [$]1," + // riscv64:"ORI [$]1," + n += a | (1 << 0) + + return n +} + +func bitsClearU32(a, b uint32) (n uint32) { + // amd64:"BTRL" + // arm64:"AND [$]31," "MOVD [$]1," "LSL" "BIC" + // riscv64:"ANDI" "SLL" "ANDN" + n += b &^ (1 << (a & 31)) + + // amd64:"ANDL [$]2147483647," + // arm64:"AND [$]2147483647," + // riscv64:"ANDI [$]2147483647," + n += a &^ (1 << 31) + + // amd64:"ANDL [$]-268435457," + // arm64:"AND [$]-268435457," + // riscv64:"ANDI [$]-268435457," + n += a &^ (1 << 28) + + // amd64:"ANDL [$]-2," + // arm64:"AND [$]-2," + // riscv64:"ANDI [$]-2," + n += a &^ (1 << 0) + + return n +} + +func bitsFlipU32(a, b uint32) (n uint32) { + // amd64:"BTCL" + // arm64:"AND [$]31," "MOVD [$]1," "LSL" "EOR" + // riscv64:"ANDI" "SLL" "XOR " + n += b ^ (1 << (a & 31)) + + // amd64:"XORL [$]-2147483648," + // arm64:"EOR [$]-2147483648," + // riscv64:"XORI [$]-2147483648," + n += a ^ (1 << 31) + + // amd64:"XORL [$]268435456," + // arm64:"EOR [$]268435456," + // riscv64:"XORI [$]268435456," + n += a ^ (1 << 28) + + // amd64:"XORL [$]1," + // arm64:"EOR [$]1," + // riscv64:"XORI [$]1," + n += a ^ (1 << 0) + + return n +} + +func bitsOpOnMem(a []uint32, b, c, d uint32) { + // check direct operation on memory with constant + + // amd64:`ANDL\s[$]200,\s\([A-Z][A-Z0-9]+\)` + a[0] &= 200 + // amd64:`ORL\s[$]220,\s4\([A-Z][A-Z0-9]+\)` + a[1] |= 220 + // amd64:`XORL\s[$]240,\s8\([A-Z][A-Z0-9]+\)` + a[2] ^= 240 +} + +func bitsCheckMostNegative(b uint8) bool { + // amd64:"TESTB" + // arm64:"TSTW" "CSET" + // riscv64:"ANDI [$]128," "SNEZ" -"ADDI" + return b&0x80 == 0x80 +} + +func bitsIssue19857a(a uint64) uint64 { + // arm64:`AND ` + return a & ((1 << 63) - 1) +} + +func bitsIssue19857b(a uint64) uint64 { + // arm64:`AND ` + return a & (1 << 63) +} + +func bitsIssue19857c(a, b uint32) (uint32, uint32) { + // arm/7:`BIC`,-`AND` + a &= 0xffffaaaa + // arm/7:`BFC`,-`AND`,-`BIC` + b &= 0xffc003ff + return a, b +} + +func bitsAndNot(x, y uint32) uint32 { + // arm64:`BIC `,-`AND` + // loong64:"ANDN " -"AND " + // riscv64:"ANDN" -"AND " + return x &^ y +} + +func bitsXorNot(x, y, z uint32, a []uint32, n, m uint64) uint64 { + // arm64:`EON `,-`EOR`,-`MVN` + // riscv64:"XNOR " -"MOV [$]" -"XOR" + a[0] = x ^ (y ^ 0xffffffff) + + // arm64:`EON `,-`EOR`,-`MVN` + // riscv64:"XNOR" -"XOR" + a[1] = ^(y ^ z) + + // arm64:`EON `,-`XOR` + // riscv64:"XNOR" -"XOR" -"NOT" + a[2] = x ^ ^z + + // arm64:`EON `,-`EOR`,-`MVN` + // riscv64:"XNOR" -"MOV [$]" -"XOR" + return n ^ (m ^ 0xffffffffffffffff) +} + +func bitsOrNot(x, y uint32) uint32 { + // arm64:"ORN " -"ORR" + // loong64:"ORN" -"OR " + // riscv64:"ORN" -"OR " + return x | ^y +} + +func bitsNotOr(x int64, a []int64) { + // loong64: "MOVV [$]0" "NOR R" + a[0] = ^(0x1234 | x) + // loong64:"NOR" -"XOR" + a[1] = (-1) ^ x + // loong64: "MOVV [$]-55" -"OR" -"NOR" + a[2] = ^(0x12 | 0x34) +} + +func bitsSetPowerOf2Test(x int) bool { + // amd64:"BTL [$]3" + // riscv64:"ANDI [$]8," "SNEZ" -"ADDI" + return x&8 == 8 +} + +func bitsSetTest(x int) bool { + // amd64:"ANDL [$]9, AX" + // amd64:"CMPQ AX, [$]9" + // riscv64:"ANDI [$]9," "ADDI [$]-9," "SEQZ" + return x&9 == 9 +} + +func bitsMaskContiguousOnes64U(x uint64) uint64 { + // s390x:"RISBGZ [$]16, [$]47, [$]0," + return x & 0x0000ffffffff0000 +} + +func bitsMaskContiguousZeroes64U(x uint64) uint64 { + // s390x:"RISBGZ [$]48, [$]15, [$]0," + return x & 0xffff00000000ffff +} + +func bitsIssue44228a(a []int64, i int) bool { + // amd64: "BTQ", -"SHL" + return a[i>>6]&(1<<(i&63)) != 0 +} + +func bitsIssue44228b(a []int32, i int) bool { + // amd64: "BTL", -"SHL" + return a[i>>5]&(1<<(i&31)) != 0 +} + +func bitsIssue48467(x, y uint64) uint64 { + // arm64: -"NEG" + d, borrow := bits.Sub64(x, y, 0) + return x - d&(-borrow) +} + +func bitsFoldConst(x, y uint64) uint64 { + // arm64: "ADDS [$]7" -"MOVD [$]7" + // ppc64x: "ADDC [$]7," + d, b := bits.Add64(x, 7, 0) + return b & d +} + +func bitsFoldConstOutOfRange(a uint64) uint64 { + // arm64: "MOVD [$]19088744" -"ADD [$]19088744" + return a + 0x1234568 +} + +func bitsSignExtendAndMask8to64U(a int8) (s, z uint64) { + // Verify sign-extended values are not zero-extended under a bit mask (#61297) + + // ppc64x: "MOVB", "ANDCC [$]1015," + s = uint64(a) & 0x3F7 + // ppc64x: -"MOVB", "ANDCC [$]247," + z = uint64(uint8(a)) & 0x3F7 + return +} + +func bitsZeroExtendAndMask8toU64(a int8, b int16) (x, y uint64) { + // Verify zero-extended values are not sign-extended under a bit mask (#61297) + + // ppc64x: -"MOVB ", -"ANDCC", "MOVBZ" + x = uint64(a) & 0xFF + // ppc64x: -"MOVH ", -"ANDCC", "MOVHZ" + y = uint64(b) & 0xFFFF + return +} + +func bitsRotateAndMask(io64 [8]uint64, io32 [4]uint32, io16 [4]uint16, io8 [4]uint8) { + // Verify rotate and mask instructions, and further simplified instructions for small types + + // ppc64x: "RLDICR [$]0, R[0-9]*, [$]47, R" + io64[0] = io64[0] & 0xFFFFFFFFFFFF0000 + // ppc64x: "RLDICL [$]0, R[0-9]*, [$]16, R" + io64[1] = io64[1] & 0x0000FFFFFFFFFFFF + // ppc64x: -"SRD", -"AND", "RLDICL [$]60, R[0-9]*, [$]16, R" + io64[2] = (io64[2] >> 4) & 0x0000FFFFFFFFFFFF + // ppc64x: -"SRD", -"AND", "RLDICL [$]36, R[0-9]*, [$]28, R" + io64[3] = (io64[3] >> 28) & 0x0000FFFFFFFFFFFF + + // ppc64x: "MOVWZ", "RLWNM [$]1, R[0-9]*, [$]28, [$]3, R" + io64[4] = uint64(bits.RotateLeft32(io32[0], 1) & 0xF000000F) + + // ppc64x: "RLWNM [$]0, R[0-9]*, [$]4, [$]19, R" + io32[0] = io32[0] & 0x0FFFF000 + // ppc64x: "RLWNM [$]0, R[0-9]*, [$]20, [$]3, R" + io32[1] = io32[1] & 0xF0000FFF + // ppc64x: -"RLWNM", MOVD, AND + io32[2] = io32[2] & 0xFFFF0002 + + var bigc uint32 = 0x12345678 + // ppc64x: "ANDCC [$]22136" + io16[0] = io16[0] & uint16(bigc) + + // ppc64x: "ANDCC [$]120" + io8[0] = io8[0] & uint8(bigc) +} diff --git a/go/test/codegen/bmi.go b/go/test/codegen/bmi.go new file mode 100644 index 0000000000000000000000000000000000000000..c50f15a7e0c992c815e578539478a8cec64a93ab --- /dev/null +++ b/go/test/codegen/bmi.go @@ -0,0 +1,209 @@ +// asmcheck + +// Copyright 2021 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 codegen + +func andn64(x, y int64) int64 { + // amd64/v3:"ANDNQ" + return x &^ y +} + +func andn32(x, y int32) int32 { + // amd64/v3:"ANDNL" + return x &^ y +} + +func blsi64(x int64) int64 { + // amd64/v3:"BLSIQ" + return x & -x +} + +func blsi32(x int32) int32 { + // amd64/v3:"BLSIL" + return x & -x +} + +func blsmsk64(x int64) int64 { + // amd64/v3:"BLSMSKQ" + return x ^ (x - 1) +} + +func blsmsk32(x int32) int32 { + // amd64/v3:"BLSMSKL" + return x ^ (x - 1) +} + +func blsr64(x int64) int64 { + // amd64/v3:"BLSRQ" + return x & (x - 1) +} + +func blsr32(x int32) int32 { + // amd64/v3:"BLSRL" + return x & (x - 1) +} + +func isPowerOfTwo64(x int64) bool { + // amd64/v3:"BLSRQ" -"TESTQ" -"CALL" + return blsr64(x) == 0 +} + +func isPowerOfTwo32(x int32) bool { + // amd64/v3:"BLSRL" -"TESTL" -"CALL" + return blsr32(x) == 0 +} + +func isPowerOfTwoSelect64(x, a, b int64) int64 { + var r int64 + // amd64/v3:"BLSRQ" -"TESTQ" -"CALL" + if isPowerOfTwo64(x) { + r = a + } else { + r = b + } + // amd64/v3:"CMOVQEQ" -"TESTQ" -"CALL" + return r * 2 // force return blocks joining +} + +func isPowerOfTwoSelect32(x, a, b int32) int32 { + var r int32 + // amd64/v3:"BLSRL" -"TESTL" -"CALL" + if isPowerOfTwo32(x) { + r = a + } else { + r = b + } + // amd64/v3:"CMOVLEQ" -"TESTL" -"CALL" + return r * 2 // force return blocks joining +} + +func isPowerOfTwoBranch64(x int64, a func(bool), b func(string)) { + // amd64/v3:"BLSRQ" -"TESTQ" -"CALL" + if isPowerOfTwo64(x) { + a(true) + } else { + b("false") + } +} + +func isPowerOfTwoBranch32(x int32, a func(bool), b func(string)) { + // amd64/v3:"BLSRL" -"TESTL" -"CALL" + if isPowerOfTwo32(x) { + a(true) + } else { + b("false") + } +} + +func isNotPowerOfTwo64(x int64) bool { + // amd64/v3:"BLSRQ" -"TESTQ" -"CALL" + return blsr64(x) != 0 +} + +func isNotPowerOfTwo32(x int32) bool { + // amd64/v3:"BLSRL" -"TESTL" -"CALL" + return blsr32(x) != 0 +} + +func isNotPowerOfTwoSelect64(x, a, b int64) int64 { + var r int64 + // amd64/v3:"BLSRQ" -"TESTQ" -"CALL" + if isNotPowerOfTwo64(x) { + r = a + } else { + r = b + } + // amd64/v3:"CMOVQNE" -"TESTQ" -"CALL" + return r * 2 // force return blocks joining +} + +func isNotPowerOfTwoSelect32(x, a, b int32) int32 { + var r int32 + // amd64/v3:"BLSRL" -"TESTL" -"CALL" + if isNotPowerOfTwo32(x) { + r = a + } else { + r = b + } + // amd64/v3:"CMOVLNE" -"TESTL" -"CALL" + return r * 2 // force return blocks joining +} + +func isNotPowerOfTwoBranch64(x int64, a func(bool), b func(string)) { + // amd64/v3:"BLSRQ" -"TESTQ" -"CALL" + if isNotPowerOfTwo64(x) { + a(true) + } else { + b("false") + } +} + +func isNotPowerOfTwoBranch32(x int32, a func(bool), b func(string)) { + // amd64/v3:"BLSRL" -"TESTL" -"CALL" + if isNotPowerOfTwo32(x) { + a(true) + } else { + b("false") + } +} + +func sarx64(x, y int64) int64 { + // amd64/v3:"SARXQ" + return x >> y +} + +func sarx32(x, y int32) int32 { + // amd64/v3:"SARXL" + return x >> y +} + +func sarx64_load(x []int64, i int) int64 { + // amd64/v3: `SARXQ [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s := x[i] >> (i & 63) + // amd64/v3: `SARXQ [A-Z]+[0-9]*, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s = x[i+1] >> (s & 63) + return s +} + +func sarx32_load(x []int32, i int) int32 { + // amd64/v3: `SARXL [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s := x[i] >> (i & 63) + // amd64/v3: `SARXL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s = x[i+1] >> (s & 63) + return s +} + +func shlrx64(x, y uint64) uint64 { + // amd64/v3:"SHRXQ" + s := x >> y + // amd64/v3:"SHLXQ" + s = s << y + return s +} + +func shlrx32(x, y uint32) uint32 { + // amd64/v3:"SHRXL" + s := x >> y + // amd64/v3:"SHLXL" + s = s << y + return s +} + +func shlrx64_load(x []uint64, i int, s uint64) uint64 { + // amd64/v3: `SHRXQ [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s = x[i] >> i + // amd64/v3: `SHLXQ [A-Z]+[0-9]*, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s = x[i+1] << s + return s +} + +func shlrx32_load(x []uint32, i int, s uint32) uint32 { + // amd64/v3: `SHRXL [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s = x[i] >> i + // amd64/v3: `SHLXL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s = x[i+1] << s + return s +} diff --git a/go/test/codegen/bool.go b/go/test/codegen/bool.go new file mode 100644 index 0000000000000000000000000000000000000000..8fe7a946876ecda1b8ed601a245d45ecc6718617 --- /dev/null +++ b/go/test/codegen/bool.go @@ -0,0 +1,330 @@ +// asmcheck + +// Copyright 2020 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 codegen + +import ( + "math/bits" +) + +// This file contains codegen tests related to boolean simplifications/optimizations. + +func convertNeq0B(x uint8, c bool) bool { + // amd64:"ANDL [$]1" -"SETNE" + // ppc64x:"RLDICL" -"CMPW" -"ISEL" + b := x&1 != 0 + return c && b +} + +func convertNeq0W(x uint16, c bool) bool { + // amd64:"ANDL [$]1" -"SETNE" + // ppc64x:"RLDICL" -"CMPW" -"ISEL" + b := x&1 != 0 + return c && b +} + +func convertNeq0L(x uint32, c bool) bool { + // amd64:"ANDL [$]1" -"SETB" + // ppc64x:"RLDICL" -"CMPW" -"ISEL" + b := x&1 != 0 + return c && b +} + +func convertNeq0Q(x uint64, c bool) bool { + // amd64:"ANDL [$]1" -"SETB" + // ppc64x:"RLDICL" -"CMP" -"ISEL" + b := x&1 != 0 + return c && b +} + +func convertNeqBool32(x uint32) bool { + // ppc64x:"RLDICL" -"CMPW" -"ISEL" + return x&1 != 0 +} + +func convertEqBool32(x uint32) bool { + // ppc64x:"RLDICL" -"CMPW" "XOR" -"ISEL" + // amd64:"ANDL" "XORL" -"BTL" -"SETCC" + return x&1 == 0 +} + +func convertNeqBool64(x uint64) bool { + // ppc64x:"RLDICL" -"CMP" -"ISEL" + return x&1 != 0 +} + +func convertEqBool64(x uint64) bool { + // ppc64x:"RLDICL" "XOR" -"CMP" -"ISEL" + // amd64:"ANDL" "XORL" -"BTL" -"SETCC" + return x&1 == 0 +} + +func phiAnd(a, b bool) bool { + var x bool + // amd64:-"TESTB" + if a { + x = b + } else { + x = a + } + // amd64:"ANDL" + return x +} + +func phiOr(a, b bool) bool { + var x bool + // amd64:-"TESTB" + if a { + x = a + } else { + x = b + } + // amd64:"ORL" + return x +} + +func TestSetEq64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBC CR0EQ" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBC CR0EQ" + // ppc64x/power8:"CMP" "ISEL" -"SETBC CR0EQ" + b := x == y + return b +} +func TestSetNeq64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBCR CR0EQ" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBCR CR0EQ" + // ppc64x/power8:"CMP" "ISEL" -"SETBCR CR0EQ" + b := x != y + return b +} +func TestSetLt64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBC CR0GT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBC CR0GT" + // ppc64x/power8:"CMP" "ISEL" -"SETBC CR0GT" + b := x < y + return b +} +func TestSetLe64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBCR CR0LT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBCR CR0LT" + // ppc64x/power8:"CMP" "ISEL" -"SETBCR CR0LT" + b := x <= y + return b +} +func TestSetGt64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBC CR0LT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBC CR0LT" + // ppc64x/power8:"CMP" "ISEL" -"SETBC CR0LT" + b := x > y + return b +} +func TestSetGe64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBCR CR0GT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBCR CR0GT" + // ppc64x/power8:"CMP" "ISEL" -"SETBCR CR0GT" + b := x >= y + return b +} +func TestSetLtFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0LT" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBC CR0LT" + // ppc64x/power8:"FCMP" "ISEL" -"SETBC CR0LT" + b := x < y + return b +} +func TestSetLeFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0LT" "SETBC CR0EQ" "OR" -"ISEL" -"ISEL" + // ppc64x/power9:"ISEL" "ISEL" -"SETBC CR0LT" -"SETBC CR0EQ" "OR" + // ppc64x/power8:"ISEL" "ISEL" -"SETBC CR0LT" -"SETBC CR0EQ" "OR" + b := x <= y + return b +} +func TestSetGtFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0LT" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBC CR0LT" + // ppc64x/power8:"FCMP" "ISEL" -"SETBC CR0LT" + b := x > y + return b +} +func TestSetGeFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0LT" "SETBC CR0EQ" "OR" -"ISEL" -"ISEL" + // ppc64x/power9:"ISEL" "ISEL" -"SETBC CR0LT" -"SETBC CR0EQ" "OR" + // ppc64x/power8:"ISEL" "ISEL" -"SETBC CR0LT" -"SETBC CR0EQ" "OR" + b := x >= y + return b +} +func TestSetInvEq64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBCR CR0EQ" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBCR CR0EQ" + // ppc64x/power8:"CMP" "ISEL" -"SETBCR CR0EQ" + b := !(x == y) + return b +} +func TestSetInvNeq64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBC CR0EQ" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBC CR0EQ" + // ppc64x/power8:"CMP" "ISEL" -"SETBC CR0EQ" + b := !(x != y) + return b +} +func TestSetInvLt64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBCR CR0GT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBCR CR0GT" + // ppc64x/power8:"CMP" "ISEL" -"SETBCR CR0GT" + b := !(x < y) + return b +} +func TestSetInvLe64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBC CR0LT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBC CR0LT" + // ppc64x/power8:"CMP" "ISEL" -"SETBC CR0LT" + b := !(x <= y) + return b +} +func TestSetInvGt64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBCR CR0LT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBCR CR0LT" + // ppc64x/power8:"CMP" "ISEL" -"SETBCR CR0LT" + b := !(x > y) + return b +} +func TestSetInvGe64(x uint64, y uint64) bool { + // ppc64x/power10:"SETBC CR0GT" -"ISEL" + // ppc64x/power9:"CMP" "ISEL" -"SETBC CR0GT" + // ppc64x/power8:"CMP" "ISEL" -"SETBC CR0GT" + b := !(x >= y) + return b +} + +func TestSetInvEqFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBCR CR0EQ" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBCR CR0EQ" + // ppc64x/power8:"FCMP" "ISEL" -"SETBCR CR0EQ" + b := !(x == y) + return b +} +func TestSetInvNeqFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0EQ" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBC CR0EQ" + // ppc64x/power8:"FCMP" "ISEL" -"SETBC CR0EQ" + b := !(x != y) + return b +} +func TestSetInvLtFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBCR CR0LT" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBCR CR0LT" + // ppc64x/power8:"FCMP" "ISEL" -"SETBCR CR0LT" + b := !(x < y) + return b +} +func TestSetInvLeFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0LT" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBC CR0LT" + // ppc64x/power8:"FCMP" "ISEL" -"SETBC CR0LT" + b := !(x <= y) + return b +} +func TestSetInvGtFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBCR CR0LT" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBCR CR0LT" + // ppc64x/power8:"FCMP" "ISEL" -"SETBCR CR0LT" + b := !(x > y) + return b +} +func TestSetInvGeFp64(x float64, y float64) bool { + // ppc64x/power10:"SETBC CR0LT" -"ISEL" + // ppc64x/power9:"FCMP" "ISEL" -"SETBC CR0LT" + // ppc64x/power8:"FCMP" "ISEL" -"SETBC CR0LT" + b := !(x >= y) + return b +} +func TestLogicalCompareZero(x *[64]uint64) { + // ppc64x:"ANDCC",^"AND" + b := x[0] & 3 + if b != 0 { + x[0] = b + } + // ppc64x:"ANDCC",^"AND" + b = x[1] & x[2] + if b != 0 { + x[1] = b + } + // ppc64x:"ANDNCC",^"ANDN" + b = x[1] &^ x[2] + if b != 0 { + x[1] = b + } + // ppc64x:"ORCC",^"OR" + b = x[3] | x[4] + if b != 0 { + x[3] = b + } + // ppc64x:"SUBCC",^"SUB" + b = x[5] - x[6] + if b != 0 { + x[5] = b + } + // ppc64x:"NORCC",^"NOR" + b = ^(x[5] | x[6]) + if b != 0 { + x[5] = b + } + // ppc64x:"XORCC",^"XOR" + b = x[7] ^ x[8] + if b != 0 { + x[7] = b + } + // ppc64x:"ADDCC",^"ADD" + b = x[9] + x[10] + if b != 0 { + x[9] = b + } + // ppc64x:"NEGCC",^"NEG" + b = -x[11] + if b != 0 { + x[11] = b + } + // ppc64x:"CNTLZDCC",^"CNTLZD" + b = uint64(bits.LeadingZeros64(x[12])) + if b != 0 { + x[12] = b + } + + // ppc64x:"ADDCCC [$]4," + c := int64(x[12]) + 4 + if c <= 0 { + x[12] = uint64(c) + } + + // ppc64x:"MULHDUCC",^"MULHDU" + hi, _ := bits.Mul64(x[13], x[14]) + if hi != 0 { + x[14] = hi + } + +} + +func constantWrite(b bool, p *bool) { + if b { + // amd64:`MOVB [$]1, \(` + *p = b + } +} + +func boolCompare1(p, q *bool) int { + // arm64:-"EOR [$]1" + if *p == *q { + return 5 + } + return 7 +} +func boolCompare2(p, q *bool) int { + // arm64:-"EOR [$]1" + if *p != *q { + return 5 + } + return 7 +} diff --git a/go/test/codegen/clobberdead.go b/go/test/codegen/clobberdead.go new file mode 100644 index 0000000000000000000000000000000000000000..df44705cfc5dcc58684440a3632519f509031723 --- /dev/null +++ b/go/test/codegen/clobberdead.go @@ -0,0 +1,35 @@ +// asmcheck -gcflags=-clobberdead + +//go:build amd64 || arm64 + +// Copyright 2021 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 codegen + +type T [2]*int // contain pointer, not SSA-able (so locals are not registerized) + +var p1, p2, p3 T + +func F() { + // 3735936685 is 0xdeaddead. On ARM64 R27 is REGTMP. + // clobber x, y at entry. not clobber z (stack object). + // amd64:`MOVL \$3735936685, command-line-arguments\.x`, `MOVL \$3735936685, command-line-arguments\.y`, -`MOVL \$3735936685, command-line-arguments\.z` + // arm64:`MOVW R27, command-line-arguments\.x`, `MOVW R27, command-line-arguments\.y`, -`MOVW R27, command-line-arguments\.z` + x, y, z := p1, p2, p3 + addrTaken(&z) + // x is dead at the call (the value of x is loaded before the CALL), y is not + // amd64:`MOVL \$3735936685, command-line-arguments\.x`, -`MOVL \$3735936685, command-line-arguments\.y` + // arm64:`MOVW R27, command-line-arguments\.x`, -`MOVW R27, command-line-arguments\.y` + use(x) + // amd64:`MOVL \$3735936685, command-line-arguments\.x`, `MOVL \$3735936685, command-line-arguments\.y` + // arm64:`MOVW R27, command-line-arguments\.x`, `MOVW R27, command-line-arguments\.y` + use(y) +} + +//go:noinline +func use(T) {} + +//go:noinline +func addrTaken(*T) {} diff --git a/go/test/codegen/clobberdeadreg.go b/go/test/codegen/clobberdeadreg.go new file mode 100644 index 0000000000000000000000000000000000000000..24043438b2efad579f6bf3186babeda23f728612 --- /dev/null +++ b/go/test/codegen/clobberdeadreg.go @@ -0,0 +1,33 @@ +// asmcheck -gcflags=-clobberdeadreg + +//go:build amd64 + +// Copyright 2021 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 codegen + +type S struct { + a, b, c, d, e, f int +} + +func F(a, b, c int, d S) { + // -2401018187971961171 is 0xdeaddeaddeaddead + // amd64:`MOVQ \$-2401018187971961171, AX`, `MOVQ \$-2401018187971961171, BX`, `MOVQ \$-2401018187971961171, CX` + // amd64:`MOVQ \$-2401018187971961171, DX`, `MOVQ \$-2401018187971961171, SI`, `MOVQ \$-2401018187971961171, DI` + // amd64:`MOVQ \$-2401018187971961171, R8`, `MOVQ \$-2401018187971961171, R9`, `MOVQ \$-2401018187971961171, R10` + // amd64:`MOVQ \$-2401018187971961171, R11`, `MOVQ \$-2401018187971961171, R12`, `MOVQ \$-2401018187971961171, R13` + // amd64:-`MOVQ \$-2401018187971961171, BP` // frame pointer is not clobbered + StackArgsCall([10]int{a, b, c}) + // amd64:`MOVQ \$-2401018187971961171, R12`, `MOVQ \$-2401018187971961171, R13`, `MOVQ \$-2401018187971961171, DX` + // amd64:-`MOVQ \$-2401018187971961171, AX`, -`MOVQ \$-2401018187971961171, R11` // register args are not clobbered + RegArgsCall(a, b, c, d) +} + +//go:noinline +func StackArgsCall([10]int) {} + +//go:noinline +//go:registerparams +func RegArgsCall(int, int, int, S) {} diff --git a/go/test/codegen/compare_and_branch.go b/go/test/codegen/compare_and_branch.go new file mode 100644 index 0000000000000000000000000000000000000000..7ffd25ced81fb51ce7d691855ff5fa3a3107580e --- /dev/null +++ b/go/test/codegen/compare_and_branch.go @@ -0,0 +1,254 @@ +// asmcheck + +// 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 codegen + +//go:noinline +func dummy() {} + +// Signed 64-bit compare-and-branch. +func si64(x, y chan int64) { + // s390x:"CGRJ [$](2|4), R[0-9]+, R[0-9]+, " + for <-x < <-y { + dummy() + } + + // s390x:"CL?GRJ [$]8, R[0-9]+, R[0-9]+, " + for <-x == <-y { + dummy() + } +} + +// Signed 64-bit compare-and-branch with 8-bit immediate. +func si64x8(doNotOptimize int64) { + // take in doNotOptimize as an argument to avoid the loops being rewritten to count down + // s390x:"CGIJ [$]12, R[0-9]+, [$]127, " + for i := doNotOptimize; i < 128; i++ { + dummy() + } + + // s390x:"CGIJ [$]10, R[0-9]+, [$]-128, " + for i := doNotOptimize; i > -129; i-- { + dummy() + } + + // s390x:"CGIJ [$]2, R[0-9]+, [$]127, " + for i := doNotOptimize; i >= 128; i++ { + dummy() + } + + // s390x:"CGIJ [$]4, R[0-9]+, [$]-128, " + for i := doNotOptimize; i <= -129; i-- { + dummy() + } +} + +// Unsigned 64-bit compare-and-branch. +func ui64(x, y chan uint64) { + // s390x:"CLGRJ [$](2|4), R[0-9]+, R[0-9]+, " + for <-x > <-y { + dummy() + } + + // s390x:"CL?GRJ [$]6, R[0-9]+, R[0-9]+, " + for <-x != <-y { + dummy() + } +} + +// Unsigned 64-bit comparison with 8-bit immediate. +func ui64x8() { + // s390x:"CLGIJ [$]4, R[0-9]+, [$]128, " + for i := uint64(0); i < 128; i++ { + dummy() + } + + // s390x:"CLGIJ [$]12, R[0-9]+, [$]255, " + for i := uint64(0); i < 256; i++ { + dummy() + } + + // s390x:"CLGIJ [$]2, R[0-9]+, [$]255, " + for i := uint64(257); i >= 256; i-- { + dummy() + } + + // s390x:"CLGIJ [$]2, R[0-9]+, [$]0, " + for i := uint64(1024); i > 0; i-- { + dummy() + } +} + +// Signed 32-bit compare-and-branch. +func si32(x, y chan int32) { + // s390x:"CRJ [$](2|4), R[0-9]+, R[0-9]+, " + for <-x < <-y { + dummy() + } + + // s390x:"CL?RJ [$]8, R[0-9]+, R[0-9]+, " + for <-x == <-y { + dummy() + } +} + +// Signed 32-bit compare-and-branch with 8-bit immediate. +func si32x8(doNotOptimize int32) { + // take in doNotOptimize as an argument to avoid the loops being rewritten to count down + // s390x:"CIJ [$]12, R[0-9]+, [$]127, " + for i := doNotOptimize; i < 128; i++ { + dummy() + } + + // s390x:"CIJ [$]10, R[0-9]+, [$]-128, " + for i := doNotOptimize; i > -129; i-- { + dummy() + } + + // s390x:"CIJ [$]2, R[0-9]+, [$]127, " + for i := doNotOptimize; i >= 128; i++ { + dummy() + } + + // s390x:"CIJ [$]4, R[0-9]+, [$]-128, " + for i := doNotOptimize; i <= -129; i-- { + dummy() + } +} + +// Unsigned 32-bit compare-and-branch. +func ui32(x, y chan uint32) { + // s390x:"CLRJ [$](2|4), R[0-9]+, R[0-9]+, " + for <-x > <-y { + dummy() + } + + // s390x:"CL?RJ [$]6, R[0-9]+, R[0-9]+, " + for <-x != <-y { + dummy() + } +} + +// Unsigned 32-bit comparison with 8-bit immediate. +func ui32x8() { + // s390x:"CLIJ [$]4, R[0-9]+, [$]128, " + for i := uint32(0); i < 128; i++ { + dummy() + } + + // s390x:"CLIJ [$]12, R[0-9]+, [$]255, " + for i := uint32(0); i < 256; i++ { + dummy() + } + + // s390x:"CLIJ [$]2, R[0-9]+, [$]255, " + for i := uint32(257); i >= 256; i-- { + dummy() + } + + // s390x:"CLIJ [$]2, R[0-9]+, [$]0, " + for i := uint32(1024); i > 0; i-- { + dummy() + } +} + +// Signed 64-bit comparison with unsigned 8-bit immediate. +func si64xu8(x chan int64) { + // s390x:"CLGIJ [$]8, R[0-9]+, [$]128, " + for <-x == 128 { + dummy() + } + + // s390x:"CLGIJ [$]6, R[0-9]+, [$]255, " + for <-x != 255 { + dummy() + } +} + +// Signed 32-bit comparison with unsigned 8-bit immediate. +func si32xu8(x chan int32) { + // s390x:"CLIJ [$]8, R[0-9]+, [$]255, " + for <-x == 255 { + dummy() + } + + // s390x:"CLIJ [$]6, R[0-9]+, [$]128, " + for <-x != 128 { + dummy() + } +} + +// Unsigned 64-bit comparison with signed 8-bit immediate. +func ui64xu8(x chan uint64) { + // s390x:"CGIJ [$]8, R[0-9]+, [$]-1, " + for <-x == ^uint64(0) { + dummy() + } + + // s390x:"CGIJ [$]6, R[0-9]+, [$]-128, " + for <-x != ^uint64(127) { + dummy() + } +} + +// Unsigned 32-bit comparison with signed 8-bit immediate. +func ui32xu8(x chan uint32) { + // s390x:"CIJ [$]8, R[0-9]+, [$]-128, " + for <-x == ^uint32(127) { + dummy() + } + + // s390x:"CIJ [$]6, R[0-9]+, [$]-1, " + for <-x != ^uint32(0) { + dummy() + } +} + +// Signed 64-bit comparison with 1/-1 to comparison with 0. +func si64x0(x chan int64) { + // riscv64:"BGTZ" + for <-x >= 1 { + dummy() + } + + // riscv64:"BLEZ" + for <-x < 1 { + dummy() + } + + // riscv64:"BLTZ" + for <-x <= -1 { + dummy() + } + + // riscv64:"BGEZ" + for <-x > -1 { + dummy() + } +} + +// Unsigned 64-bit comparison with 1 to comparison with 0. +func ui64x0(x chan uint64) { + // riscv64:"BNEZ" + for <-x >= 1 { + dummy() + } + + // riscv64:"BEQZ" + for <-x < 1 { + dummy() + } + + // riscv64:"BNEZ" + for 0 < <-x { + dummy() + } + + // riscv64:"BEQZ" + for 0 >= <-x { + dummy() + } +} diff --git a/go/test/codegen/comparisons.go b/go/test/codegen/comparisons.go new file mode 100644 index 0000000000000000000000000000000000000000..0b550adc059956ff3c6f4aaf073abc57b8618e15 --- /dev/null +++ b/go/test/codegen/comparisons.go @@ -0,0 +1,886 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import ( + "cmp" + "unsafe" +) + +// This file contains code generation tests related to the comparison +// operators. + +// -------------- // +// Equality // +// -------------- // + +// Check that compare to constant string use 2/4/8 byte compares + +func CompareString1(s string) bool { + // amd64:`CMPW \(.*\), [$]` + // arm64:`MOVHU \(.*\), [R]`,`MOVD [$]`,`CMPW R` + // ppc64le:`MOVHZ \(.*\), [R]`,`CMPW .*, [$]` + // s390x:`MOVHBR \(.*\), [R]`,`CMPW .*, [$]` + return s == "xx" +} + +func CompareString2(s string) bool { + // amd64:`CMPL \(.*\), [$]` + // arm64:`MOVWU \(.*\), [R]`,`CMPW .*, [R]` + // ppc64le:`MOVWZ \(.*\), [R]`,`CMPW .*, [R]` + // s390x:`MOVWBR \(.*\), [R]`,`CMPW .*, [$]` + return s == "xxxx" +} + +func CompareString3(s string) bool { + // amd64:`CMPQ \(.*\), [A-Z]` + // arm64:-`CMPW ` + // ppc64x:-`CMPW ` + // s390x:-`CMPW ` + return s == "xxxxxxxx" +} + +// Check that arrays compare use 2/4/8 byte compares + +func CompareArray1(a, b [2]byte) bool { + // amd64:`CMPW command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // arm64:-`MOVBU ` + // ppc64le:-`MOVBZ ` + // s390x:-`MOVBZ ` + return a == b +} + +func CompareArray2(a, b [3]uint16) bool { + // amd64:`CMPL command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:`CMPW command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + return a == b +} + +func CompareArray3(a, b [3]int16) bool { + // amd64:`CMPL command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:`CMPW command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + return a == b +} + +func CompareArray4(a, b [12]int8) bool { + // amd64:`CMPQ command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:`CMPL command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + return a == b +} + +func CompareArray5(a, b [15]byte) bool { + // amd64:`CMPQ command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + return a == b +} + +// This was a TODO in mapaccess1_faststr +func CompareArray6(a, b unsafe.Pointer) bool { + // amd64:`CMPL \(.*\), [A-Z]` + // arm64:`MOVWU \(.*\), [R]`,`CMPW .*, [R]` + // ppc64le:`MOVWZ \(.*\), [R]`,`CMPW .*, [R]` + // s390x:`MOVWBR \(.*\), [R]`,`CMPW .*, [R]` + return *((*[4]byte)(a)) != *((*[4]byte)(b)) +} + +// Check that some structs generate 2/4/8 byte compares. + +type T1 struct { + a [8]byte +} + +func CompareStruct1(s1, s2 T1) bool { + // amd64:`CMPQ command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:-`CALL` + return s1 == s2 +} + +type T2 struct { + a [16]byte +} + +func CompareStruct2(s1, s2 T2) bool { + // amd64:`CMPQ command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:-`CALL` + return s1 == s2 +} + +// Assert that a memequal call is still generated when +// inlining would increase binary size too much. + +type T3 struct { + a [24]byte +} + +func CompareStruct3(s1, s2 T3) bool { + // amd64:-`CMPQ command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:`CALL` + return s1 == s2 +} + +type T4 struct { + a [32]byte +} + +func CompareStruct4(s1, s2 T4) bool { + // amd64:-`CMPQ command-line-arguments[.+_a-z0-9]+\(SP\), [A-Z]` + // amd64:`CALL` + return s1 == s2 +} + +// -------------- // +// Ordering // +// -------------- // + +// Test that LEAQ/ADDQconst are folded into SETx ops + +var r bool + +func CmpFold(x uint32) { + // amd64:`SETHI .*\(SB\)` + r = x > 4 +} + +// Test that direct comparisons with memory are generated when +// possible + +func CmpMem1(p int, q *int) bool { + // amd64:`CMPQ \(.*\), [A-Z]` + return p < *q +} + +func CmpMem2(p *int, q int) bool { + // amd64:`CMPQ \(.*\), [A-Z]` + return *p < q +} + +func CmpMem3(p *int) bool { + // amd64:`CMPQ \(.*\), [$]7` + return *p < 7 +} + +func CmpMem4(p *int) bool { + // amd64:`CMPQ \(.*\), [$]7` + return 7 < *p +} + +func CmpMem5(p **int) { + // amd64:`CMPL runtime.writeBarrier\(SB\), [$]0` + *p = nil +} + +func CmpMem6(a []int) int { + // 386:`CMPL\s8\([A-Z]+\),` + // amd64:`CMPQ\s16\([A-Z]+\),` + if a[1] > a[2] { + return 1 + } else { + return 2 + } +} + +// Check tbz/tbnz are generated when comparing against zero on arm64 + +func CmpZero1(a int32, ptr *int) { + if a < 0 { // arm64:"TBZ" + *ptr = 0 + } +} + +func CmpZero2(a int64, ptr *int) { + if a < 0 { // arm64:"TBZ" + *ptr = 0 + } +} + +func CmpZero3(a int32, ptr *int) { + if a >= 0 { // arm64:"TBNZ" + *ptr = 0 + } +} + +func CmpZero4(a int64, ptr *int) { + if a >= 0 { // arm64:"TBNZ" + *ptr = 0 + } +} + +func CmpToZero(a, b, d int32, e, f int64, deOptC0, deOptC1 bool) int32 { + // arm:`TST`,-`AND` + // arm64:`TSTW`,-`AND` + // 386:`TESTL`,-`ANDL` + // amd64:`TESTL`,-`ANDL` + c0 := a&b < 0 + // arm:`CMN`,-`ADD` + // arm64:`CMNW`,-`ADD` + c1 := a+b < 0 + // arm:`TEQ`,-`XOR` + c2 := a^b < 0 + // arm64:`TST`,-`AND` + // amd64:`TESTQ`,-`ANDQ` + c3 := e&f < 0 + // arm64:`CMN`,-`ADD` + c4 := e+f < 0 + // not optimized to single CMNW/CMN due to further use of b+d + // arm64:`ADD`,-`CMNW` + // arm:`ADD`,-`CMN` + c5 := b+d == 0 + // not optimized to single TSTW/TST due to further use of a&d + // arm64:`AND`,-`TSTW` + // arm:`AND`,-`TST` + // 386:`ANDL` + c6 := a&d >= 0 + // For arm64, could be TST+BGE or AND+TBZ + c7 := e&(f<<3) < 0 + // For arm64, could be CMN+BPL or ADD+TBZ + c8 := e+(f<<3) < 0 + // arm64:`TST\sR[0-9],\sR[0-9]+` + c9 := e&(-19) < 0 + if c0 { + return 1 + } else if c1 { + return 2 + } else if c2 { + return 3 + } else if c3 { + return 4 + } else if c4 { + return 5 + } else if c5 { + return 6 + } else if c6 { + return 7 + } else if c7 { + return 9 + } else if c8 { + return 10 + } else if c9 { + return 11 + } else if deOptC0 { + return b + d + } else if deOptC1 { + return a & d + } else { + return 0 + } +} + +func CmpLogicalToZero(a, b, c uint32, d, e, f, g uint64) uint64 { + + // ppc64x:"ANDCC" -"CMPW" + // wasm:"I64Eqz" -"I32Eqz" -"I64ExtendI32U" -"I32WrapI64" + if a&63 == 0 { + return 1 + } + + // ppc64x:"ANDCC" -"CMP" + // wasm:"I64Eqz" -"I32Eqz" -"I64ExtendI32U" -"I32WrapI64" + if d&255 == 0 { + return 1 + } + + // ppc64x:"ANDCC" -"CMP" + // wasm:"I64Eqz" -"I32Eqz" -"I64ExtendI32U" -"I32WrapI64" + if d&e == 0 { + return 1 + } + // ppc64x:"ORCC" -"CMP" + // wasm:"I64Eqz" -"I32Eqz" -"I64ExtendI32U" -"I32WrapI64" + if f|g == 0 { + return 1 + } + + // ppc64x:"XORCC" -"CMP" + // wasm:"I64Eqz" "I32Eqz" -"I64ExtendI32U" -"I32WrapI64" + if e^d == 0 { + return 1 + } + return 0 +} + +// The following CmpToZero_ex* check that cmp|cmn with bmi|bpl are generated for +// 'comparing to zero' expressions + +// var + const +// 'x-const' might be canonicalized to 'x+(-const)', so we check both +// CMN and CMP for subtraction expressions to make the pattern robust. +func CmpToZero_ex1(a int64, e int32) int { + // arm64:`CMN`,-`ADD`,`(BMI|BPL)` + if a+3 < 0 { + return 1 + } + + // arm64:`CMN`,-`ADD`,`BEQ`,`(BMI|BPL)` + if a+5 <= 0 { + return 1 + } + + // arm64:`CMN`,-`ADD`,`(BMI|BPL)` + if a+13 >= 0 { + return 2 + } + + // arm64:`CMP|CMN`,-`(ADD|SUB)`,`(BMI|BPL)` + if a-7 < 0 { + return 3 + } + + // arm64:`SUB`,`TBZ` + if a-11 >= 0 { + return 4 + } + + // arm64:`SUB`,`CMP`,`BGT` + if a-19 > 0 { + return 4 + } + + // arm64:`CMNW`,-`ADDW`,`(BMI|BPL)` + // arm:`CMN`,-`ADD`,`(BMI|BPL)` + if e+3 < 0 { + return 5 + } + + // arm64:`CMNW`,-`ADDW`,`(BMI|BPL)` + // arm:`CMN`,-`ADD`,`(BMI|BPL)` + if e+13 >= 0 { + return 6 + } + + // arm64:`CMPW|CMNW`,`(BMI|BPL)` + // arm:`CMP|CMN`, -`(ADD|SUB)`, `(BMI|BPL)` + if e-7 < 0 { + return 7 + } + + // arm64:`SUB`,`TBNZ` + // arm:`CMP|CMN`, -`(ADD|SUB)`, `(BMI|BPL)` + if e-11 >= 0 { + return 8 + } + + return 0 +} + +// var + var +// TODO: optimize 'var - var' +func CmpToZero_ex2(a, b, c int64, e, f, g int32) int { + // arm64:`CMN`,-`ADD`,`(BMI|BPL)` + if a+b < 0 { + return 1 + } + + // arm64:`CMN`,-`ADD`,`BEQ`,`(BMI|BPL)` + if a+c <= 0 { + return 1 + } + + // arm64:`CMN`,-`ADD`,`(BMI|BPL)` + if b+c >= 0 { + return 2 + } + + // arm64:`CMNW`,-`ADDW`,`(BMI|BPL)` + // arm:`CMN`,-`ADD`,`(BMI|BPL)` + if e+f < 0 { + return 5 + } + + // arm64:`CMNW`,-`ADDW`,`(BMI|BPL)` + // arm:`CMN`,-`ADD`,`(BMI|BPL)` + if f+g >= 0 { + return 6 + } + return 0 +} + +// var + var*var +func CmpToZero_ex3(a, b, c, d int64, e, f, g, h int32) int { + // arm64:`CMN`,-`MADD`,`MUL`,`(BMI|BPL)` + if a+b*c < 0 { + return 1 + } + + // arm64:`CMN`,-`MADD`,`MUL`,`(BMI|BPL)` + if b+c*d >= 0 { + return 2 + } + + // arm64:`CMNW`,-`MADDW`,`MULW`,`BEQ`,`(BMI|BPL)` + // arm:`CMN`,-`MULA`,`MUL`,`BEQ`,`(BMI|BPL)` + if e+f*g > 0 { + return 5 + } + + // arm64:`CMNW`,-`MADDW`,`MULW`,`BEQ`,`(BMI|BPL)` + // arm:`CMN`,-`MULA`,`MUL`,`BEQ`,`(BMI|BPL)` + if f+g*h <= 0 { + return 6 + } + return 0 +} + +// var - var*var +func CmpToZero_ex4(a, b, c, d int64, e, f, g, h int32) int { + // arm64:`CMP`,-`MSUB`,`MUL`,`BEQ`,`(BMI|BPL)` + if a-b*c > 0 { + return 1 + } + + // arm64:`CMP`,-`MSUB`,`MUL`,`(BMI|BPL)` + if b-c*d >= 0 { + return 2 + } + + // arm64:`CMPW`,-`MSUBW`,`MULW`,`(BMI|BPL)` + if e-f*g < 0 { + return 5 + } + + // arm64:`CMPW`,-`MSUBW`,`MULW`,`(BMI|BPL)` + if f-g*h >= 0 { + return 6 + } + return 0 +} + +func CmpToZero_ex5(e, f int32, u uint32) int { + // arm:`CMN`,-`ADD`,`BEQ`,`(BMI|BPL)` + if e+f<<1 > 0 { + return 1 + } + + // arm:`CMP`,-`SUB`,`(BMI|BPL)` + if f-int32(u>>2) >= 0 { + return 2 + } + return 0 +} + +func UintLtZero(a uint8, b uint16, c uint32, d uint64) int { + // amd64: -`(TESTB|TESTW|TESTL|TESTQ|JCC|JCS)` + // arm64: -`(CMPW|CMP|BHS|BLO)` + if a < 0 || b < 0 || c < 0 || d < 0 { + return 1 + } + return 0 +} + +func UintGeqZero(a uint8, b uint16, c uint32, d uint64) int { + // amd64: -`(TESTB|TESTW|TESTL|TESTQ|JCS|JCC)` + // arm64: -`(CMPW|CMP|BLO|BHS)` + if a >= 0 || b >= 0 || c >= 0 || d >= 0 { + return 1 + } + return 0 +} + +func UintGtZero(a uint8, b uint16, c uint32, d uint64) int { + // arm64: `(CBN?ZW)`, `(CBN?Z[^W])`, -`(CMPW|CMP|BLS|BHI)` + if a > 0 || b > 0 || c > 0 || d > 0 { + return 1 + } + return 0 +} + +func UintLeqZero(a uint8, b uint16, c uint32, d uint64) int { + // arm64: `(CBN?ZW)`, `(CBN?Z[^W])`, -`(CMPW|CMP|BHI|BLS)` + if a <= 0 || b <= 0 || c <= 0 || d <= 0 { + return 1 + } + return 0 +} + +func UintLtOne(a uint8, b uint16, c uint32, d uint64) int { + // arm64: `(CBN?ZW)`, `(CBN?Z[^W])`, -`(CMPW|CMP|BHS|BLO)` + if a < 1 || b < 1 || c < 1 || d < 1 { + return 1 + } + return 0 +} + +func UintGeqOne(a uint8, b uint16, c uint32, d uint64) int { + // arm64: `(CBN?ZW)`, `(CBN?Z[^W])`, -`(CMPW|CMP|BLO|BHS)` + if a >= 1 || b >= 1 || c >= 1 || d >= 1 { + return 1 + } + return 0 +} + +func CmpToZeroU_ex1(a uint8, b uint16, c uint32, d uint64) int { + // wasm:"I64Eqz"-"I64LtU" + if 0 < a { + return 1 + } + // wasm:"I64Eqz"-"I64LtU" + if 0 < b { + return 1 + } + // wasm:"I64Eqz"-"I64LtU" + if 0 < c { + return 1 + } + // wasm:"I64Eqz"-"I64LtU" + if 0 < d { + return 1 + } + return 0 +} + +func CmpToZeroU_ex2(a uint8, b uint16, c uint32, d uint64) int { + // wasm:"I64Eqz"-"I64LeU" + if a <= 0 { + return 1 + } + // wasm:"I64Eqz"-"I64LeU" + if b <= 0 { + return 1 + } + // wasm:"I64Eqz"-"I64LeU" + if c <= 0 { + return 1 + } + // wasm:"I64Eqz"-"I64LeU" + if d <= 0 { + return 1 + } + return 0 +} + +func CmpToOneU_ex1(a uint8, b uint16, c uint32, d uint64) int { + // wasm:"I64Eqz"-"I64LtU" + if a < 1 { + return 1 + } + // wasm:"I64Eqz"-"I64LtU" + if b < 1 { + return 1 + } + // wasm:"I64Eqz"-"I64LtU" + if c < 1 { + return 1 + } + // wasm:"I64Eqz"-"I64LtU" + if d < 1 { + return 1 + } + return 0 +} + +func CmpToOneU_ex2(a uint8, b uint16, c uint32, d uint64) int { + // wasm:"I64Eqz"-"I64LeU" + if 1 <= a { + return 1 + } + // wasm:"I64Eqz"-"I64LeU" + if 1 <= b { + return 1 + } + // wasm:"I64Eqz"-"I64LeU" + if 1 <= c { + return 1 + } + // wasm:"I64Eqz"-"I64LeU" + if 1 <= d { + return 1 + } + return 0 +} + +// Check that small memequals are replaced with eq instructions + +func equalConstString1() bool { + a := string("A") + b := string("Z") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a == b +} + +func equalVarString1(a string) bool { + b := string("Z") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a[:1] == b +} + +func equalConstString2() bool { + a := string("AA") + b := string("ZZ") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a == b +} + +func equalVarString2(a string) bool { + b := string("ZZ") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a[:2] == b +} + +func equalConstString4() bool { + a := string("AAAA") + b := string("ZZZZ") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a == b +} + +func equalVarString4(a string) bool { + b := string("ZZZZ") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a[:4] == b +} + +func equalConstString8() bool { + a := string("AAAAAAAA") + b := string("ZZZZZZZZ") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a == b +} + +func equalVarString8(a string) bool { + b := string("ZZZZZZZZ") + // amd64:-".*memequal" + // arm64:-".*memequal" + // ppc64x:-".*memequal" + return a[:8] == b +} + +func equalVarStringNoSpill(a, b string) bool { + s := string("ZZZZZZZZZ") + // arm64:".*memequal" + memeq1 := a[:9] == s + // arm64:-".*" + memeq2 := s == a[:9] + // arm64:-"MOVB R0,.*SP",".*memequal" + memeq3 := s == b[:9] + return memeq1 && memeq2 && memeq3 +} + +func cmpToCmn(a, b, c, d int) int { + var c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11 int + // arm64:`CMN`,-`CMP` + if a < -8 { + c1 = 1 + } + // arm64:`CMN`,-`CMP` + if a+1 == 0 { + c2 = 1 + } + // arm64:`CMN`,-`CMP` + if a+3 != 0 { + c3 = 1 + } + // arm64:`CMN`,-`CMP` + if a+b == 0 { + c4 = 1 + } + // arm64:`CMN`,-`CMP` + if b+c != 0 { + c5 = 1 + } + // arm64:`CMN`,-`CMP` + if a == -c { + c6 = 1 + } + // arm64:`CMN`,-`CMP` + if b != -d { + c7 = 1 + } + // arm64:`CMN`,-`CMP` + if a*b+c == 0 { + c8 = 1 + } + // arm64:`CMN`,-`CMP` + if a*c+b != 0 { + c9 = 1 + } + // arm64:`CMP`,-`CMN` + if b*c-a == 0 { + c10 = 1 + } + // arm64:`CMP`,-`CMN` + if a*d-b != 0 { + c11 = 1 + } + return c1 + c2 + c3 + c4 + c5 + c6 + c7 + c8 + c9 + c10 + c11 +} + +func cmpToCmnLessThan(a, b, c, d int) int { + var c1, c2, c3, c4 int + // arm64:`CMN`,`CSET MI`,-`CMP` + if a+1 < 0 { + c1 = 1 + } + // arm64:`CMN`,`CSET MI`,-`CMP` + if a+b < 0 { + c2 = 1 + } + // arm64:`CMN`,`CSET MI`,-`CMP` + if a*b+c < 0 { + c3 = 1 + } + // arm64:`CMP`,`CSET MI`,-`CMN` + if a-b*c < 0 { + c4 = 1 + } + return c1 + c2 + c3 + c4 +} + +func less128Signed32(x int32) bool { + // amd64:`CMPL.*127` + // amd64:`SETLE` + return x < 128 +} + +func less128Signed64(x int64) bool { + // amd64:`CMPQ.*127` + // amd64:`SETLE` + return x < 128 +} + +func less128Unsigned32(x uint32) bool { + // amd64:`CMPL.*127` + // amd64:`SETLS` + return x < 128 +} + +func less128Unsigned64(x uint64) bool { + // amd64:`CMPQ.*127` + // amd64:`SETLS` + return x < 128 +} + +func ge128Unsigned32(x uint32) bool { + // amd64:`CMPL.*127` + // amd64:`SETHI` + return x >= 128 +} + +func ge128Unsigned64(x uint64) bool { + // amd64:`CMPQ.*127` + // amd64:`SETHI` + return x >= 128 +} + +func ge128Signed32(x int32) bool { + // amd64:`CMPL.*127` + // amd64:`SETGT` + return x >= 128 +} + +func ge128Signed64(x int64) bool { + // amd64:`CMPQ.*127` + // amd64:`SETGT` + return x >= 128 +} + +func cmpToCmnGreaterThanEqual(a, b, c, d int) int { + var c1, c2, c3, c4 int + // arm64:`CMN`,`CSET PL`,-`CMP` + if a+1 >= 0 { + c1 = 1 + } + // arm64:`CMN`,`CSET PL`,-`CMP` + if a+b >= 0 { + c2 = 1 + } + // arm64:`CMN`,`CSET PL`,-`CMP` + if a*b+c >= 0 { + c3 = 1 + } + // arm64:`CMP`,`CSET PL`,-`CMN` + if a-b*c >= 0 { + c4 = 1 + } + return c1 + c2 + c3 + c4 +} + +func cmp1(val string) bool { + var z string + // amd64:-".*memequal" + return z == val +} + +func cmp2(val string) bool { + var z string + // amd64:-".*memequal" + return val == z +} + +func cmp3(val string) bool { + z := "food" + // amd64:-".*memequal" + return z == val +} + +func cmp4(val string) bool { + z := "food" + // amd64:-".*memequal" + return val == z +} + +func cmp5[T comparable](val T) bool { + var z T + // amd64:-".*memequal" + return z == val +} + +func cmp6[T comparable](val T) bool { + var z T + // amd64:-".*memequal" + return val == z +} + +func cmp7() { + cmp5[string]("") // force instantiation + cmp6[string]("") // force instantiation +} + +type Point struct { + X, Y int +} + +// invertLessThanNoov checks (LessThanNoov (InvertFlags x)) is lowered as +// CMP, CSET, CSEL instruction sequence. InvertFlags are only generated under +// certain conditions, see canonLessThan, so if the code below does not +// generate an InvertFlags OP, this check may fail. +func invertLessThanNoov(p1, p2, p3 Point) bool { + // arm64:`CMP`,`CSET`,`CSEL` + return (p1.X-p3.X)*(p2.Y-p3.Y)-(p2.X-p3.X)*(p1.Y-p3.Y) < 0 +} + +func cmpstring1(x, y string) int { + // amd64:".*cmpstring" + if x < y { + return -1 + } + // amd64:-".*cmpstring" + if x > y { + return +1 + } + return 0 +} +func cmpstring2(x, y string) int { + // We want to fail if there are two calls to cmpstring. + // They will both have the same line number, so a test + // like in cmpstring1 will not work. Instead, we + // look for spill/restore instructions, which only + // need to exist if there are 2 calls. + //amd64:-`MOVQ .*\(SP\)` + return cmp.Compare(x, y) +} diff --git a/go/test/codegen/condmove.go b/go/test/codegen/condmove.go new file mode 100644 index 0000000000000000000000000000000000000000..54e5f361fea10b5777b48742d147ead81b516fc4 --- /dev/null +++ b/go/test/codegen/condmove.go @@ -0,0 +1,529 @@ +// asmcheck + +// Copyright 2018 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 codegen + +func cmovint(c int) int { + x := c + 4 + if x < 0 { + x = 182 + } + // amd64:"CMOVQLT" + // arm64:"CSEL LT" + // ppc64x:"ISEL [$]0" + // wasm:"Select" + return x +} + +func cmovchan(x, y chan int) chan int { + if x != y { + x = y + } + // amd64:"CMOVQNE" + // arm64:"CSEL NE" + // ppc64x:"ISEL [$]2" + // wasm:"Select" + return x +} + +func cmovuintptr(x, y uintptr) uintptr { + if x < y { + x = -y + } + // amd64:"CMOVQ(HI|CS)" + // arm64:"CSNEG LS" + // ppc64x:"ISEL [$]1" + // wasm:"Select" + return x +} + +func cmov32bit(x, y uint32) uint32 { + if x < y { + x = -y + } + // amd64:"CMOVL(HI|CS)" + // arm64:"CSNEG (LS|HS)" + // ppc64x:"ISEL [$]1" + // wasm:"Select" + return x +} + +func cmov16bit(x, y uint16) uint16 { + if x < y { + x = -y + } + // amd64:"CMOVW(HI|CS)" + // arm64:"CSNEG (LS|HS)" + // ppc64x:"ISEL [$][01]" + // wasm:"Select" + return x +} + +// Floating point comparison. For EQ/NE, we must +// generate special code to handle NaNs. +func cmovfloateq(x, y float64) int { + a := 128 + if x == y { + a = 256 + } + // amd64:"CMOVQNE" "CMOVQPC" + // arm64:"CSEL EQ" + // ppc64x:"ISEL [$]2" + // wasm:"Select" + return a +} + +func cmovfloatne(x, y float64) int { + a := 128 + if x != y { + a = 256 + } + // amd64:"CMOVQNE" "CMOVQPS" + // arm64:"CSEL NE" + // ppc64x:"ISEL [$]2" + // wasm:"Select" + return a +} + +//go:noinline +func frexp(f float64) (frac float64, exp int) { + return 1.0, 4 +} + +//go:noinline +func ldexp(frac float64, exp int) float64 { + return 1.0 +} + +// Generate a CMOV with a floating comparison and integer move. +func cmovfloatint2(x, y float64) float64 { + yfr, yexp := 4.0, 5 + + r := x + for r >= y { + rfr, rexp := frexp(r) + if rfr < yfr { + rexp = rexp - 42 + } + // amd64:"CMOVQHI" + // arm64:"CSEL MI" + // ppc64x:"ISEL [$]0" + // wasm:"Select" + r = r - ldexp(y, rexp-yexp) + } + return r +} + +func cmovloaded(x [4]int, y int) int { + if x[2] != 0 { + y = x[2] + } else { + y = y >> 2 + } + // amd64:"CMOVQNE" + // arm64:"CSEL NE" + // ppc64x:"ISEL [$]2" + // wasm:"Select" + return y +} + +func cmovuintptr2(x, y uintptr) uintptr { + a := x * 2 + if a == 0 { + a = 256 + } + // amd64:"CMOVQEQ" + // arm64:"CSEL EQ" + // ppc64x:"ISEL [$]2" + // wasm:"Select" + return a +} + +// Floating point CMOVs are not supported by amd64/arm64/ppc64x +func cmovfloatmove(x, y int) float64 { + a := 1.0 + if x <= y { + a = 2.0 + } + // amd64:-"CMOV" + // arm64:-"CSEL" + // ppc64x:-"ISEL" + // wasm:-"Select" + return a +} + +// On amd64, the following patterns trigger comparison inversion. +// Test that we correctly invert the CMOV condition +var gsink int64 +var gusink uint64 + +func cmovinvert1(x, y int64) int64 { + if x < gsink { + y = -y + } + // amd64:"CMOVQGT" + return y +} +func cmovinvert2(x, y int64) int64 { + if x <= gsink { + y = -y + } + // amd64:"CMOVQGE" + return y +} +func cmovinvert3(x, y int64) int64 { + if x == gsink { + y = -y + } + // amd64:"CMOVQEQ" + return y +} +func cmovinvert4(x, y int64) int64 { + if x != gsink { + y = -y + } + // amd64:"CMOVQNE" + return y +} +func cmovinvert5(x, y uint64) uint64 { + if x > gusink { + y = -y + } + // amd64:"CMOVQCS" + return y +} +func cmovinvert6(x, y uint64) uint64 { + if x >= gusink { + y = -y + } + // amd64:"CMOVQLS" + return y +} + +func cmovload(a []int, i int, b bool) int { + if b { + i += 42 + } + // See issue 26306 + // amd64:-"CMOVQNE" + return a[i] +} + +func cmovstore(a []int, i int, b bool) { + if b { + i += 42 + } + // amd64:"CMOVQNE" + a[i] = 7 +} + +var r0, r1, r2, r3, r4, r5 int + +func cmovinc(cond bool, a, b, c int) { + var x0, x1 int + + if cond { + x0 = a + } else { + x0 = b + 1 + } + // arm64:"CSINC NE", -"CSEL" + r0 = x0 + + if cond { + x1 = b + 1 + } else { + x1 = a + } + // arm64:"CSINC EQ", -"CSEL" + r1 = x1 + + if cond { + c++ + } + // arm64:"CSINC EQ", -"CSEL" + r2 = c +} + +func cmovinv(cond bool, a, b int) { + var x0, x1 int + + if cond { + x0 = a + } else { + x0 = ^b + } + // arm64:"CSINV NE", -"CSEL" + r0 = x0 + + if cond { + x1 = ^b + } else { + x1 = a + } + // arm64:"CSINV EQ", -"CSEL" + r1 = x1 +} + +func cmovneg(cond bool, a, b, c int) { + var x0, x1 int + + if cond { + x0 = a + } else { + x0 = -b + } + // arm64:"CSNEG NE", -"CSEL" + r0 = x0 + + if cond { + x1 = -b + } else { + x1 = a + } + // arm64:"CSNEG EQ", -"CSEL" + r1 = x1 +} + +func cmovsetm(cond bool, x int) { + var x0, x1 int + + if cond { + x0 = -1 + } else { + x0 = 0 + } + // arm64:"CSETM NE", -"CSEL" + r0 = x0 + + if cond { + x1 = 0 + } else { + x1 = -1 + } + // arm64:"CSETM EQ", -"CSEL" + r1 = x1 +} + +func cmovFcmp0(s, t float64, a, b int) { + var x0, x1, x2, x3, x4, x5 int + + if s < t { + x0 = a + } else { + x0 = b + 1 + } + // arm64:"CSINC MI", -"CSEL" + r0 = x0 + + if s <= t { + x1 = a + } else { + x1 = ^b + } + // arm64:"CSINV LS", -"CSEL" + r1 = x1 + + if s > t { + x2 = a + } else { + x2 = -b + } + // arm64:"CSNEG MI", -"CSEL" + r2 = x2 + + if s >= t { + x3 = -1 + } else { + x3 = 0 + } + // arm64:"CSETM LS", -"CSEL" + r3 = x3 + + if s == t { + x4 = a + } else { + x4 = b + 1 + } + // arm64:"CSINC EQ", -"CSEL" + r4 = x4 + + if s != t { + x5 = a + } else { + x5 = b + 1 + } + // arm64:"CSINC NE", -"CSEL" + r5 = x5 +} + +func cmovFcmp1(s, t float64, a, b int) { + var x0, x1, x2, x3, x4, x5 int + + if s < t { + x0 = b + 1 + } else { + x0 = a + } + // arm64:"CSINC PL", -"CSEL" + r0 = x0 + + if s <= t { + x1 = ^b + } else { + x1 = a + } + // arm64:"CSINV HI", -"CSEL" + r1 = x1 + + if s > t { + x2 = -b + } else { + x2 = a + } + // arm64:"CSNEG PL", -"CSEL" + r2 = x2 + + if s >= t { + x3 = 0 + } else { + x3 = -1 + } + // arm64:"CSETM HI", -"CSEL" + r3 = x3 + + if s == t { + x4 = b + 1 + } else { + x4 = a + } + // arm64:"CSINC NE", -"CSEL" + r4 = x4 + + if s != t { + x5 = b + 1 + } else { + x5 = a + } + // arm64:"CSINC EQ", -"CSEL" + r5 = x5 +} + +func cmovzero1(c bool) int { + var x int + if c { + x = 182 + } + // loong64:"MASKEQZ", -"MASKNEZ" + return x +} + +func cmovzero2(c bool) int { + var x int + if !c { + x = 182 + } + // loong64:"MASKNEZ", -"MASKEQZ" + return x +} + +// Conditionally selecting between a value or 0 can be done without +// an extra load of 0 to a register on PPC64 by using R0 (which always +// holds the value $0) instead. Verify both cases where either arg1 +// or arg2 is zero. +func cmovzeroreg0(a, b int) int { + x := 0 + if a == b { + x = a + } + // ppc64x:"ISEL [$]2, R[0-9]+, R0, R[0-9]+" + return x +} + +func cmovzeroreg1(a, b int) int { + x := a + if a == b { + x = 0 + } + // ppc64x:"ISEL [$]2, R0, R[0-9]+, R[0-9]+" + return x +} + +func cmovmathadd(a uint, b bool) uint { + if b { + a++ + } + // amd64:"ADDQ", -"CMOV" + // arm64:"CSINC", -"CSEL" + // ppc64x:"ADD", -"ISEL" + // wasm:"I64Add", -"Select" + return a +} + +func cmovmathsub(a uint, b bool) uint { + if b { + a-- + } + // amd64:"SUBQ", -"CMOV" + // arm64:"SUB", -"CSEL" + // ppc64x:"SUB", -"ISEL" + // wasm:"I64Sub", -"Select" + return a +} + +func cmovmathdouble(a uint, b bool) uint { + if b { + a *= 2 + } + // amd64:"SHL", -"CMOV" + // amd64/v3:"SHL", -"CMOV", -"MOV" + // arm64:"LSL", -"CSEL" + // wasm:"I64Shl", -"Select" + return a +} + +func cmovmathhalvei(a int, b bool) int { + if b { + // For some reason the compiler attributes the shift to inside this block rather than where the Phi node is. + // arm64:"ASR", -"CSEL" + // wasm:"I64ShrS", -"Select" + a /= 2 + } + // arm64:-"CSEL" + // wasm:-"Select" + return a +} + +func cmovmathhalveu(a uint, b bool) uint { + if b { + a /= 2 + } + // amd64:"SHR", -"CMOV" + // amd64/v3:"SHR", -"CMOV", -"MOV" + // arm64:"LSR", -"CSEL" + // wasm:"I64ShrU", -"Select" + return a +} + +func branchlessBoolToUint8(b bool) (r uint8) { + if b { + r = 1 + } + return +} + +func cmovFromMulFromFlags64(x uint64, b bool) uint64 { + // amd64:-"MOVB.ZX" + r := uint64(branchlessBoolToUint8(b)) + // amd64:"CMOV",-"MOVB.ZX",-"MUL" + return x * r +} +func cmovFromMulFromFlags64sext(x int64, b bool) int64 { + // amd64:-"MOVB.ZX" + r := int64(int8(branchlessBoolToUint8(b))) + // amd64:"CMOV",-"MOVB.ZX",-"MUL" + return x * r +} diff --git a/go/test/codegen/constants.go b/go/test/codegen/constants.go new file mode 100644 index 0000000000000000000000000000000000000000..178a106552a1f82322e892b117bf5929f1ad4d00 --- /dev/null +++ b/go/test/codegen/constants.go @@ -0,0 +1,35 @@ +// asmcheck + +// Copyright 2023 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 codegen + +// A uint16 or sint16 constant shifted left. +func shifted16BitConstants() (out [64]uint64) { + // ppc64x: "MOVD [$]8193,", "SLD [$]27," + out[0] = 0x0000010008000000 + // ppc64x: "MOVD [$]-32767", "SLD [$]26," + out[1] = 0xFFFFFE0004000000 + // ppc64x: "MOVD [$]-1", "SLD [$]48," + out[2] = 0xFFFF000000000000 + // ppc64x: "MOVD [$]65535", "SLD [$]44," + out[3] = 0x0FFFF00000000000 + return +} + +// A contiguous set of 1 bits, potentially wrapping. +func contiguousMaskConstants() (out [64]uint64) { + // ppc64x: "MOVD [$]-1", "RLDC R[0-9]+, [$]44, [$]63," + out[0] = 0xFFFFF00000000001 + // ppc64x: "MOVD [$]-1", "RLDC R[0-9]+, [$]43, [$]63," + out[1] = 0xFFFFF80000000001 + // ppc64x: "MOVD [$]-1", "RLDC R[0-9]+, [$]43, [$]4," + out[2] = 0x0FFFF80000000000 + // ppc64x/power8: "MOVD [$]-1", "RLDC R[0-9]+, [$]33, [$]63," + // ppc64x/power9: "MOVD [$]-1", "RLDC R[0-9]+, [$]33, [$]63," + // ppc64x/power10: "MOVD [$]-8589934591," + out[3] = 0xFFFFFFFE00000001 + return +} diff --git a/go/test/codegen/copy.go b/go/test/codegen/copy.go new file mode 100644 index 0000000000000000000000000000000000000000..a4b9bedbe82a147416ab8ff4d162ccae31f8b606 --- /dev/null +++ b/go/test/codegen/copy.go @@ -0,0 +1,162 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "runtime" + +// Check small copies are replaced with moves. + +func movesmall4() { + x := [...]byte{1, 2, 3, 4} + // 386:-".*memmove" + // amd64:-".*memmove" + // arm:-".*memmove" + // arm64:-".*memmove" + // ppc64x:-".*memmove" + copy(x[1:], x[:]) +} + +func movesmall7() { + x := [...]byte{1, 2, 3, 4, 5, 6, 7} + // 386:-".*memmove" + // amd64:-".*memmove" + // arm64:-".*memmove" + // ppc64x:-".*memmove" + copy(x[1:], x[:]) +} + +func movesmall16() { + x := [...]byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16} + // amd64:-".*memmove" + // ppc64x:".*memmove" + copy(x[1:], x[:]) +} + +var x [256]byte + +// Check that large disjoint copies are replaced with moves. + +func moveDisjointStack32() { + var s [32]byte + // ppc64x:-".*memmove" + // ppc64x/power8:"LXVD2X" -"ADD" -"BC" + // ppc64x/power9:"LXV" -"LXVD2X" -"ADD" -"BC" + copy(s[:], x[:32]) + runtime.KeepAlive(&s) +} + +func moveDisjointStack64() { + var s [96]byte + // ppc64x:-".*memmove" + // ppc64x/power8:"LXVD2X" "ADD" "BC" + // ppc64x/power9:"LXV" -"LXVD2X" -"ADD" -"BC" + copy(s[:], x[:96]) + runtime.KeepAlive(&s) +} + +func moveDisjointStack() { + var s [256]byte + // s390x:-".*memmove" + // amd64:-".*memmove" + // ppc64x:-".*memmove" + // ppc64x/power8:"LXVD2X" + // ppc64x/power9:"LXV" -"LXVD2X" + copy(s[:], x[:]) + runtime.KeepAlive(&s) +} + +func moveDisjointArg(b *[256]byte) { + var s [256]byte + // s390x:-".*memmove" + // amd64:-".*memmove" + // ppc64x:-".*memmove" + // ppc64x/power8:"LXVD2X" + // ppc64x/power9:"LXV" -"LXVD2X" + copy(s[:], b[:]) + runtime.KeepAlive(&s) +} + +func moveDisjointNoOverlap(a *[256]byte) { + // s390x:-".*memmove" + // amd64:-".*memmove" + // ppc64x:-".*memmove" + // ppc64x/power8:"LXVD2X" + // ppc64x/power9:"LXV" -"LXVD2X" + copy(a[:], a[128:]) +} + +// Check arch-specific memmove lowering. See issue 41662 fot details + +func moveArchLowering1(b []byte, x *[1]byte) { + _ = b[1] + // amd64:-".*memmove" + // arm64:-".*memmove" + // loong64:-".*memmove" + // ppc64x:-".*memmove" + copy(b, x[:]) +} + +func moveArchLowering2(b []byte, x *[2]byte) { + _ = b[2] + // amd64:-".*memmove" + // arm64:-".*memmove" + // loong64:-".*memmove" + // ppc64x:-".*memmove" + copy(b, x[:]) +} + +func moveArchLowering4(b []byte, x *[4]byte) { + _ = b[4] + // amd64:-".*memmove" + // arm64:-".*memmove" + // loong64:-".*memmove" + // ppc64x:-".*memmove" + copy(b, x[:]) +} + +func moveArchLowering8(b []byte, x *[8]byte) { + _ = b[8] + // amd64:-".*memmove" + // arm64:-".*memmove" + // ppc64x:-".*memmove" + copy(b, x[:]) +} + +func moveArchLowering16(b []byte, x *[16]byte) { + _ = b[16] + // amd64:-".*memmove" + copy(b, x[:]) +} + +// Check that no branches are generated when the pointers are [not] equal. + +func ptrEqual() { + // amd64:-"JEQ" -"JNE" + // ppc64x:-"BEQ" -"BNE" + // s390x:-"BEQ" -"BNE" + copy(x[:], x[:]) +} + +func ptrOneOffset() { + // amd64:-"JEQ" -"JNE" + // ppc64x:-"BEQ" -"BNE" + // s390x:-"BEQ" -"BNE" + copy(x[1:], x[:]) +} + +func ptrBothOffset() { + // amd64:-"JEQ" -"JNE" + // ppc64x:-"BEQ" -"BNE" + // s390x:-"BEQ" -"BNE" + copy(x[1:], x[2:]) +} + +// Verify #62698 on PPC64. +func noMaskOnCopy(a []int, s string, x int) int { + // ppc64x:-"MOVD [$]-1", -"AND" + return a[x&^copy([]byte{}, s)] +} diff --git a/go/test/codegen/divmod.go b/go/test/codegen/divmod.go new file mode 100644 index 0000000000000000000000000000000000000000..9de091af7a022c014b88af25cf909c89990ebbb7 --- /dev/null +++ b/go/test/codegen/divmod.go @@ -0,0 +1,1200 @@ +// asmcheck + +// Copyright 2018 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 codegen + +// Div and mod rewrites, testing cmd/compile/internal/ssa/_gen/divmod.rules. +// See comments there for "Case 1" etc. + +// Convert multiplication by a power of two to a shift. + +func mul32_uint8(i uint8) uint8 { + // 386: "SHLL [$]5," + // arm64: "LSL [$]5," + return i * 32 +} + +func mul32_uint16(i uint16) uint16 { + // 386: "SHLL [$]5," + // arm64: "LSL [$]5," + return i * 32 +} + +func mul32_uint32(i uint32) uint32 { + // 386: "SHLL [$]5," + // arm64: "LSL [$]5," + return i * 32 +} + +func mul32_uint64(i uint64) uint64 { + // 386: "SHLL [$]5," + // 386: "SHRL [$]27," + // arm64: "LSL [$]5," + return i * 32 +} + +func mulNeg32_int8(i int8) int8 { + // 386: "SHLL [$]5," + // 386: "NEGL" + // arm64: "NEG R[0-9]+<<5," + return i * -32 +} + +func mulNeg32_int16(i int16) int16 { + // 386: "SHLL [$]5," + // 386: "NEGL" + // arm64: "NEG R[0-9]+<<5," + return i * -32 +} + +func mulNeg32_int32(i int32) int32 { + // 386: "SHLL [$]5," + // 386: "NEGL" + // arm64: "NEG R[0-9]+<<5," + return i * -32 +} + +func mulNeg32_int64(i int64) int64 { + // 386: "SHLL [$]5," + // 386: "SHRL [$]27," + // 386: "SBBL" + // arm64: "NEG R[0-9]+<<5," + return i * -32 +} + +// Signed divide by power of 2. + +func div32_int8(i int8) int8 { + // 386: "SARB [$]7," + // 386: "SHRB [$]3," + // 386: "ADDL" + // 386: "SARB [$]5," + // arm64: "SBFX [$]7, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>3," + // arm64: "SBFX [$]5, R[0-9]+, [$]3," + return i / 32 +} + +func div32_int16(i int16) int16 { + // 386: "SARW [$]15," + // 386: "SHRW [$]11," + // 386: "ADDL" + // 386: "SARW [$]5," + // arm64: "SBFX [$]15, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>11," + // arm64: "SBFX [$]5, R[0-9]+, [$]11," + return i / 32 +} + +func div32_int32(i int32) int32 { + // 386: "SARL [$]31," + // 386: "SHRL [$]27," + // 386: "ADDL" + // 386: "SARL [$]5," + // arm64: "SBFX [$]31, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>27," + // arm64: "SBFX [$]5, R[0-9]+, [$]27," + return i / 32 +} + +func div32_int64(i int64) int64 { + // 386: "SARL [$]31," + // 386: "SHRL [$]27," + // 386: "ADDL" + // 386: "SARL [$]5," + // 386: "SHRL [$]5," + // 386: "SHLL [$]27," + // arm64: "ASR [$]63," + // arm64: "ADD R[0-9]+>>59," + // arm64: "ASR [$]5," + return i / 32 +} + +// Case 1. Signed divides where 2N ≤ register size. + +func div7_int8(i int8) int8 { + // 386: "SARL [$]31," + // 386: "IMUL3L [$]147," + // 386: "SARL [$]10," + // 386: "SUBL" + // arm64: "MOVD [$]147," + // arm64: "MULW" + // arm64: "SBFX [$]10, R[0-9]+, [$]22," + // arm64: "SUB R[0-9]+->31," + // wasm: "I64Const [$]147" + return i / 7 +} + +func div7_int16(i int16) int16 { + // 386: "SARL [$]31," + // 386: "IMUL3L [$]37450," + // 386: "SARL [$]18," + // 386: "SUBL" + // arm64: "MOVD [$]37450," + // arm64: "MULW" + // arm64: "SBFX [$]18, R[0-9]+, [$]14," + // arm64: "SUB R[0-9]+->31," + // wasm: "I64Const [$]37450" + return i / 7 +} + +func div7_int32(i int32) int32 { + // 64-bit only + // arm64: "MOVD [$]2454267027," + // arm64: "MUL " + // arm64: "ASR [$]34," + // arm64: "SUB R[0-9]+->63," + // wasm: "I64Const [$]2454267027" + return i / 7 +} + +// Case 2. Signed divides where m is even. + +func div9_int32(i int32) int32 { + // 386: "SARL [$]31," + // 386: "MOVL [$]1908874354," + // 386: "IMULL" + // 386: "SARL [$]2," + // 386: "SUBL" + // arm64: "MOVD [$]3817748708," + // arm64: "MUL " + // arm64: "ASR [$]35," + // arm64: "SUB R[0-9]+->63," + // wasm: "I64Const [$]3817748708" + return i / 9 +} + +func div7_int64(i int64) int64 { + // 64-bit only + // arm64 MOVD $5270498306774157605, SMULH, ASR $1, SUB ->63 + // arm64: "MOVD [$]5270498306774157605," + // arm64: "SMULH" + // arm64: "ASR [$]1," + // arm64: "SUB R[0-9]+->63," + // wasm: "I64Const [$]613566757" + // wasm: "I64Const [$]1227133513" + return i / 7 +} + +// Case 3. Signed divides where m is odd. + +func div3_int32(i int32) int32 { + // 386: "SARL [$]31," + // 386: "MOVL [$]-1431655765," + // 386: "IMULL" + // 386: "SARL [$]1," + // 386: "SUBL" + // arm64: "MOVD [$]2863311531," + // arm64: "MUL" + // arm64: "ASR [$]33," + // arm64: "SUB R[0-9]+->63," + // wasm: "I64Const [$]2863311531" + return i / 3 +} + +func div3_int64(i int64) int64 { + // 64-bit only + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "SMULH" + // arm64: "ADD" + // arm64: "ASR [$]1," + // arm64: "SUB R[0-9]+->63," + // wasm: "I64Const [$]-1431655766" + // wasm: "I64Const [$]2863311531" + return i / 3 +} + +// Case 4. Unsigned divide where x < 1<<(N-1). + +func div7_int16u(i int16) int16 { + if i < 0 { + return 0 + } + // 386: "IMUL3L [$]37450," + // 386: "SHRL [$]18," + // 386: -"SUBL" + // arm64: "MOVD [$]37450," + // arm64: "MULW" + // arm64: "UBFX [$]18, R[0-9]+, [$]14," + // arm64: -"SUB" + // wasm: "I64Const [$]37450" + // wasm -"I64Sub" + return i / 7 +} + +func div7_int32u(i int32) int32 { + if i < 0 { + return 0 + } + // 386: "MOVL [$]-1840700269," + // 386: "MULL" + // 386: "SHRL [$]2" + // 386: -"SUBL" + // arm64: "MOVD [$]2454267027," + // arm64: "MUL" + // arm64: "LSR [$]34," + // arm64: -"SUB" + // wasm: "I64Const [$]2454267027" + // wasm -"I64Sub" + return i / 7 +} + +func div7_int64u(i int64) int64 { + // 64-bit only + if i < 0 { + return 0 + } + // arm64: "MOVD [$]-7905747460161236406," + // arm64: "UMULH" + // arm64: "LSR [$]2," + // arm64: -"SUB" + // wasm: "I64Const [$]1227133514" + // wasm: "I64Const [$]2454267026" + // wasm -"I64Sub" + return i / 7 +} + +// Case 5. Unsigned divide where 2N+1 ≤ register size. + +func div7_uint8(i uint8) uint8 { + // 386: "IMUL3L [$]293," + // 386: "SHRL [$]11," + // arm64: "MOVD [$]293," + // arm64: "MULW" + // arm64: "UBFX [$]11, R[0-9]+, [$]21," + // wasm: "I64Const [$]293" + return i / 7 +} + +func div7_uint16(i uint16) uint16 { + // only 64-bit + // arm64: "MOVD [$]74899," + // arm64: "MUL" + // arm64: "LSR [$]19," + // wasm: "I64Const [$]74899" + return i / 7 +} + +// Case 6. Unsigned divide where m is even. + +func div3_uint16(i uint16) uint16 { + // 386: "IMUL3L [$]43691," "SHRL [$]17," + // arm64: "MOVD [$]87382," + // arm64: "MUL" + // arm64: "LSR [$]18," + // wasm: "I64Const [$]87382" + return i / 3 +} + +func div3_uint32(i uint32) uint32 { + // 386: "MOVL [$]-1431655765," "MULL", "SHRL [$]1," + // arm64: "MOVD [$]2863311531," + // arm64: "MUL" + // arm64: "LSR [$]33," + // wasm: "I64Const [$]2863311531" + return i / 3 +} + +func div3_uint64(i uint64) uint64 { + // 386: "MOVL [$]-1431655766" + // 386: "MULL" + // 386: "SHRL [$]1" + // 386 -".*CALL" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "UMULH" + // arm64: "LSR [$]1," + // wasm: "I64Const [$]2863311530" + // wasm: "I64Const [$]2863311531" + return i / 3 +} + +// Case 7. Unsigned divide where c is even. + +func div14_uint16(i uint16) uint16 { + // 32-bit only + // 386: "SHRL [$]1," + // 386: "IMUL3L [$]37450," + // 386: "SHRL [$]18," + return i / 14 +} + +func div14_uint32(i uint32) uint32 { + // 386: "SHRL [$]1," + // 386: "MOVL [$]-1840700269," + // 386: "SHRL [$]2," + // arm64: "UBFX [$]1, R[0-9]+, [$]31," + // arm64: "MOVD [$]2454267027," + // arm64: "MUL" + // arm64: "LSR [$]34," + // wasm: "I64Const [$]2454267027" + return i / 14 +} + +func div14_uint64(i uint64) uint64 { + // 386: "MOVL [$]-1840700270," + // 386: "MULL" + // 386: "SHRL [$]2," + // 386: -".*CALL" + // arm64: "MOVD [$]-7905747460161236406," + // arm64: "UMULH" + // arm64: "LSR [$]2," + // wasm: "I64Const [$]1227133514" + // wasm: "I64Const [$]2454267026" + return i / 14 +} + +// Case 8. Unsigned divide on systems with avg. + +func div7_uint16a(i uint16) uint16 { + // only 32-bit + // 386: "SHLL [$]16," + // 386: "IMUL3L [$]9363," + // 386: "ADDL" + // 386: "RCRL [$]1," + // 386: "SHRL [$]18," + return i / 7 +} + +func div7_uint32(i uint32) uint32 { + // 386: "MOVL [$]613566757," + // 386: "MULL" + // 386: "ADDL" + // 386: "RCRL [$]1," + // 386: "SHRL [$]2," + // arm64: "UBFIZ [$]32, R[0-9]+, [$]32," + // arm64: "MOVD [$]613566757," + // arm64: "MUL" + // arm64: "SUB" + // arm64: "ADD R[0-9]+>>1," + // arm64: "LSR [$]34," + // wasm: "I64Const [$]613566757" + return i / 7 +} + +func div7_uint64(i uint64) uint64 { + // 386: "MOVL [$]-1840700269," + // 386: "MULL" + // 386: "SHRL [$]2," + // 386: -".*CALL" + // arm64: "MOVD [$]2635249153387078803," + // arm64: "UMULH" + // arm64: "SUB", + // arm64: "ADD R[0-9]+>>1," + // arm64: "LSR [$]2," + // wasm: "I64Const [$]613566756" + // wasm: "I64Const [$]2454267027" + return i / 7 +} + +func div12345_uint64(i uint64) uint64 { + // 386: "MOVL [$]-1444876402," + // 386: "MOVL [$]835683390," + // 386: "MULL" + // 386: "SHRL [$]13," + // 386: "SHLL [$]19," + // arm64: "MOVD [$]-6205696892516465602," + // arm64: "UMULH" + // arm64: "LSR [$]13," + // wasm: "I64Const [$]835683390" + // wasm: "I64Const [$]2850090894" + return i / 12345 +} + +// Divisibility and non-divisibility by power of two. + +func divis32_uint8(i uint8) bool { + // 386: "TESTB [$]31," + // arm64: "TSTW [$]31," + return i%32 == 0 +} + +func ndivis32_uint8(i uint8) bool { + // 386: "TESTB [$]31," + // arm64: "TSTW [$]31," + return i%32 != 0 +} + +func divis32_uint16(i uint16) bool { + // 386: "TESTW [$]31," + // arm64: "TSTW [$]31," + return i%32 == 0 +} + +func ndivis32_uint16(i uint16) bool { + // 386: "TESTW [$]31," + // arm64: "TSTW [$]31," + return i%32 != 0 +} + +func divis32_uint32(i uint32) bool { + // 386: "TESTL [$]31," + // arm64: "TSTW [$]31," + return i%32 == 0 +} + +func ndivis32_uint32(i uint32) bool { + // 386: "TESTL [$]31," + // arm64: "TSTW [$]31," + return i%32 != 0 +} + +func divis32_uint64(i uint64) bool { + // 386: "TESTL [$]31," + // arm64: "TST [$]31," + return i%32 == 0 +} + +func ndivis32_uint64(i uint64) bool { + // 386: "TESTL [$]31," + // arm64: "TST [$]31," + return i%32 != 0 +} + +func divis32_int8(i int8) bool { + // 386: "TESTB [$]31," + // arm64: "TSTW [$]31," + return i%32 == 0 +} + +func ndivis32_int8(i int8) bool { + // 386: "TESTB [$]31," + // arm64: "TSTW [$]31," + return i%32 != 0 +} + +func divis32_int16(i int16) bool { + // 386: "TESTW [$]31," + // arm64: "TSTW [$]31," + return i%32 == 0 +} + +func ndivis32_int16(i int16) bool { + // 386: "TESTW [$]31," + // arm64: "TSTW [$]31," + return i%32 != 0 +} + +func divis32_int32(i int32) bool { + // 386: "TESTL [$]31," + // arm64: "TSTW [$]31," + return i%32 == 0 +} + +func ndivis32_int32(i int32) bool { + // 386: "TESTL [$]31," + // arm64: "TSTW [$]31," + return i%32 != 0 +} + +func divis32_int64(i int64) bool { + // 386: "TESTL [$]31," + // arm64: "TST [$]31," + return i%32 == 0 +} + +func ndivis32_int64(i int64) bool { + // 386: "TESTL [$]31," + // arm64: "TST [$]31," + return i%32 != 0 +} + +// Divide with divisibility check; reuse divide intermediate mod. + +func div_divis32_uint8(i uint8) (uint8, bool) { + // 386: "SHRB [$]5," + // 386: "TESTB [$]31,", + // 386: "SETEQ" + // arm64: "UBFX [$]5, R[0-9]+, [$]3" + // arm64: "TSTW [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_uint8(i uint8) (uint8, bool) { + // 386: "SHRB [$]5," + // 386: "TESTB [$]31,", + // 386: "SETNE" + // arm64: "UBFX [$]5, R[0-9]+, [$]3" + // arm64: "TSTW [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_uint16(i uint16) (uint16, bool) { + // 386: "SHRW [$]5," + // 386: "TESTW [$]31,", + // 386: "SETEQ" + // arm64: "UBFX [$]5, R[0-9]+, [$]11" + // arm64: "TSTW [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_uint16(i uint16) (uint16, bool) { + // 386: "SHRW [$]5," + // 386: "TESTW [$]31,", + // 386: "SETNE" + // arm64: "UBFX [$]5, R[0-9]+, [$]11," + // arm64: "TSTW [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_uint32(i uint32) (uint32, bool) { + // 386: "SHRL [$]5," + // 386: "TESTL [$]31,", + // 386: "SETEQ" + // arm64: "UBFX [$]5, R[0-9]+, [$]27," + // arm64: "TSTW [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_uint32(i uint32) (uint32, bool) { + // 386: "SHRL [$]5," + // 386: "TESTL [$]31,", + // 386: "SETNE" + // arm64: "UBFX [$]5, R[0-9]+, [$]27," + // arm64: "TSTW [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_uint64(i uint64) (uint64, bool) { + // 386: "SHRL [$]5," + // 386: "SHLL [$]27," + // 386: "TESTL [$]31,", + // 386: "SETEQ" + // arm64: "LSR [$]5," + // arm64: "TST [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_uint64(i uint64) (uint64, bool) { + // 386: "SHRL [$]5," + // 386: "SHLL [$]27," + // 386: "TESTL [$]31,", + // 386: "SETNE" + // arm64: "LSR [$]5," + // arm64: "TST [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_int8(i int8) (int8, bool) { + // 386: "SARB [$]7," + // 386: "SHRB [$]3," + // 386: "SARB [$]5," + // 386: "TESTB [$]31,", + // 386: "SETEQ" + // arm64: "SBFX [$]7, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>3," + // arm64: "SBFX [$]5, R[0-9]+, [$]3," + // arm64: "TSTW [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_int8(i int8) (int8, bool) { + // 386: "SARB [$]7," + // 386: "SHRB [$]3," + // 386: "SARB [$]5," + // 386: "TESTB [$]31,", + // 386: "SETNE" + // arm64: "SBFX [$]7, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>3," + // arm64: "SBFX [$]5, R[0-9]+, [$]3," + // arm64: "TSTW [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_int16(i int16) (int16, bool) { + // 386: "SARW [$]15," + // 386: "SHRW [$]11," + // 386: "SARW [$]5," + // 386: "TESTW [$]31,", + // 386: "SETEQ" + // arm64: "SBFX [$]15, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>11," + // arm64: "SBFX [$]5, R[0-9]+, [$]11," + // arm64: "TSTW [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_int16(i int16) (int16, bool) { + // 386: "SARW [$]15," + // 386: "SHRW [$]11," + // 386: "SARW [$]5," + // 386: "TESTW [$]31,", + // 386: "SETNE" + // arm64: "SBFX [$]15, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>11," + // arm64: "SBFX [$]5, R[0-9]+, [$]11," + // arm64: "TSTW [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_int32(i int32) (int32, bool) { + // 386: "SARL [$]31," + // 386: "SHRL [$]27," + // 386: "SARL [$]5," + // 386: "TESTL [$]31,", + // 386: "SETEQ" + // arm64: "SBFX [$]31, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>27," + // arm64: "SBFX [$]5, R[0-9]+, [$]27," + // arm64: "TSTW [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_int32(i int32) (int32, bool) { + // 386: "SARL [$]31," + // 386: "SHRL [$]27," + // 386: "SARL [$]5," + // 386: "TESTL [$]31,", + // 386: "SETNE" + // arm64: "SBFX [$]31, R[0-9]+, [$]1," + // arm64: "ADD R[0-9]+>>27," + // arm64: "SBFX [$]5, R[0-9]+, [$]27," + // arm64: "TSTW [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +func div_divis32_int64(i int64) (int64, bool) { + // 386: "SARL [$]31," + // 386: "SHRL [$]27," + // 386: "SARL [$]5," + // 386: "SHLL [$]27," + // 386: "TESTL [$]31,", + // 386: "SETEQ" + // arm64: "ASR [$]63," + // arm64: "ADD R[0-9]+>>59," + // arm64: "ASR [$]5," + // arm64: "TST [$]31," + // arm64: "CSET EQ" + return i / 32, i%32 == 0 +} + +func div_ndivis32_int64(i int64) (int64, bool) { + // 386: "SARL [$]31," + // 386: "SHRL [$]27," + // 386: "SARL [$]5," + // 386: "SHLL [$]27," + // 386: "TESTL [$]31,", + // 386: "SETNE" + // arm64: "ASR [$]63," + // arm64: "ADD R[0-9]+>>59," + // arm64: "ASR [$]5," + // arm64: "TST [$]31," + // arm64: "CSET NE" + return i / 32, i%32 != 0 +} + +// Divisibility and non-divisibility by non-power-of-two. + +func divis6_uint8(i uint8) bool { + // 386: "IMUL3L [$]-85," + // 386: "ROLB [$]7," + // 386: "CMPB .*, [$]42" + // 386: "SETLS" + // arm64: "MOVD [$]-85," + // arm64: "MULW" + // arm64: "UBFX [$]1, R[0-9]+, [$]7," + // arm64: "ORR R[0-9]+<<7" + // arm64: "CMPW [$]42," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_uint8(i uint8) bool { + // 386: "IMUL3L [$]-85," + // 386: "ROLB [$]7," + // 386: "CMPB .*, [$]42" + // 386: "SETHI" + // arm64: "MOVD [$]-85," + // arm64: "MULW" + // arm64: "UBFX [$]1, R[0-9]+, [$]7," + // arm64: "ORR R[0-9]+<<7" + // arm64: "CMPW [$]42," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_uint16(i uint16) bool { + // 386: "IMUL3L [$]-21845," + // 386: "ROLW [$]15," + // 386: "CMPW .*, [$]10922" + // 386: "SETLS" + // arm64: "MOVD [$]-21845," + // arm64: "MULW" + // arm64: "ORR R[0-9]+<<16" + // arm64: "RORW [$]17," + // arm64: "MOVD [$]10922," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_uint16(i uint16) bool { + // 386: "IMUL3L [$]-21845," + // 386: "ROLW [$]15," + // 386: "CMPW .*, [$]10922" + // 386: "SETHI" + // arm64: "MOVD [$]-21845," + // arm64: "MULW" + // arm64: "ORR R[0-9]+<<16" + // arm64: "RORW [$]17," + // arm64: "MOVD [$]10922," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_uint32(i uint32) bool { + // 386: "IMUL3L [$]-1431655765," + // 386: "ROLL [$]31," + // 386: "CMPL .*, [$]715827882" + // 386: "SETLS" + // arm64: "MOVD [$]-1431655765," + // arm64: "MULW" + // arm64: "RORW [$]1," + // arm64: "MOVD [$]715827882," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_uint32(i uint32) bool { + // 386: "IMUL3L [$]-1431655765," + // 386: "ROLL [$]31," + // 386: "CMPL .*, [$]715827882" + // 386: "SETHI" + // arm64: "MOVD [$]-1431655765," + // arm64: "MULW" + // arm64: "RORW [$]1," + // arm64: "MOVD [$]715827882," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_uint64(i uint64) bool { + // 386: "IMUL3L [$]-1431655766," + // 386: "IMUL3L [$]-1431655765," + // 386: "MULL" + // 386: "SHRL [$]1," + // 386: "SHLL [$]31," + // 386: "CMPL .*, [$]715827882" + // 386: "SETLS" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "MUL " + // arm64: "ROR [$]1," + // arm64: "MOVD [$]3074457345618258602," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_uint64(i uint64) bool { + // 386: "IMUL3L [$]-1431655766," + // 386: "IMUL3L [$]-1431655765," + // 386: "MULL" + // 386: "SHRL [$]1," + // 386: "SHLL [$]31," + // 386: "CMPL .*, [$]715827882" + // 386: "SETHI" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "MUL " + // arm64: "ROR [$]1," + // arm64: "MOVD [$]3074457345618258602," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_int8(i int8) bool { + // 386: "IMUL3L [$]-85," + // 386: "ADDL [$]42," + // 386: "ROLB [$]7," + // 386: "CMPB .*, [$]42" + // 386: "SETLS" + // arm64: "MOVD [$]-85," + // arm64: "MULW" + // arm64: "ADD [$]42," + // arm64: "UBFX [$]1, R[0-9]+, [$]7," + // arm64: "ORR R[0-9]+<<7" + // arm64: "CMPW [$]42," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_int8(i int8) bool { + // 386: "IMUL3L [$]-85," + // 386: "ADDL [$]42," + // 386: "ROLB [$]7," + // 386: "CMPB .*, [$]42" + // 386: "SETHI" + // arm64: "MOVD [$]-85," + // arm64: "MULW" + // arm64: "ADD [$]42," + // arm64: "UBFX [$]1, R[0-9]+, [$]7," + // arm64: "ORR R[0-9]+<<7" + // arm64: "CMPW [$]42," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_int16(i int16) bool { + // 386: "IMUL3L [$]-21845," + // 386: "ADDL [$]10922," + // 386: "ROLW [$]15," + // 386: "CMPW .*, [$]10922" + // 386: "SETLS" + // arm64: "MOVD [$]-21845," + // arm64: "MULW" + // arm64: "MOVD [$]10922," + // arm64: "ADD " + // arm64: "ORR R[0-9]+<<16" + // arm64: "RORW [$]17," + // arm64: "MOVD [$]10922," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_int16(i int16) bool { + // 386: "IMUL3L [$]-21845," + // 386: "ADDL [$]10922," + // 386: "ROLW [$]15," + // 386: "CMPW .*, [$]10922" + // 386: "SETHI" + // arm64: "MOVD [$]-21845," + // arm64: "MULW" + // arm64: "MOVD [$]10922," + // arm64: "ADD " + // arm64: "ORR R[0-9]+<<16" + // arm64: "RORW [$]17," + // arm64: "MOVD [$]10922," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_int32(i int32) bool { + // 386: "IMUL3L [$]-1431655765," + // 386: "ADDL [$]715827882," + // 386: "ROLL [$]31," + // 386: "CMPL .*, [$]715827882" + // 386: "SETLS" + // arm64: "MOVD [$]-1431655765," + // arm64: "MULW" + // arm64: "MOVD [$]715827882," + // arm64: "ADD " + // arm64: "RORW [$]1," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_int32(i int32) bool { + // 386: "IMUL3L [$]-1431655765," + // 386: "ADDL [$]715827882," + // 386: "ROLL [$]31," + // 386: "CMPL .*, [$]715827882" + // 386: "SETHI" + // arm64: "MOVD [$]-1431655765," + // arm64: "MULW" + // arm64: "MOVD [$]715827882," + // arm64: "ADD " + // arm64: "RORW [$]1," + // arm64: "CSET HI" + return i%6 != 0 +} + +func divis6_int64(i int64) bool { + // 386: "IMUL3L [$]-1431655766," + // 386: "IMUL3L [$]-1431655765," + // 386: "ADCL [$]715827882," + // 386: "CMPL .*, [$]715827882" + // 386: "CMPL .*, [$]-1431655766" + // 386: "SETLS" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "MUL " + // arm64: "MOVD [$]3074457345618258602," + // arm64: "ADD " + // arm64: "ROR [$]1," + // arm64: "CSET LS" + return i%6 == 0 +} + +func ndivis6_int64(i int64) bool { + // 386: "IMUL3L [$]-1431655766," + // 386: "IMUL3L [$]-1431655765," + // 386: "ADCL [$]715827882," + // 386: "CMPL .*, [$]715827882" + // 386: "CMPL .*, [$]-1431655766" + // 386: "SETHI" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "MUL " + // arm64: "MOVD [$]3074457345618258602," + // arm64: "ADD " + // arm64: "ROR [$]1," + // arm64: "CSET HI" + return i%6 != 0 +} + +func div_divis6_uint8(i uint8) (uint8, bool) { + // 386: "IMUL3L [$]342," + // 386: "SHRL [$]11," + // 386: "SETEQ" + // 386: -"RO[RL]" + // arm64: "MOVD [$]342," + // arm64: "MULW" + // arm64: "UBFX [$]11, R[0-9]+, [$]21," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_uint8(i uint8) (uint8, bool) { + // 386: "IMUL3L [$]342," + // 386: "SHRL [$]11," + // 386: "SETNE" + // 386: -"RO[RL]" + // arm64: "MOVD [$]342," + // arm64: "MULW" + // arm64: "UBFX [$]11, R[0-9]+, [$]21," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_uint16(i uint16) (uint16, bool) { + // 386: "IMUL3L [$]43691," + // 386: "SHRL [$]18," + // 386: "SHLL [$]1," + // 386: "SETEQ" + // 386: -"RO[RL]" + // arm64: "MOVD [$]87382," + // arm64: "MUL " + // arm64: "LSR [$]19," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_uint16(i uint16) (uint16, bool) { + // 386: "IMUL3L [$]43691," + // 386: "SHRL [$]18," + // 386: "SHLL [$]1," + // 386: "SETNE" + // 386: -"RO[RL]" + // arm64: "MOVD [$]87382," + // arm64: "MUL " + // arm64: "LSR [$]19," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_uint32(i uint32) (uint32, bool) { + // 386: "MOVL [$]-1431655765," + // 386: "SHRL [$]2," + // 386: "SHLL [$]1," + // 386: "SETEQ" + // 386: -"RO[RL]" + // arm64: "MOVD [$]2863311531," + // arm64: "MUL " + // arm64: "LSR [$]34," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_uint32(i uint32) (uint32, bool) { + // 386: "MOVL [$]-1431655765," + // 386: "SHRL [$]2," + // 386: "SHLL [$]1," + // 386: "SETNE" + // 386: -"RO[RL]" + // arm64: "MOVD [$]2863311531," + // arm64: "MUL " + // arm64: "LSR [$]34," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_uint64(i uint64) (uint64, bool) { + // 386: "MOVL [$]-1431655766," + // 386: "MOVL [$]-1431655765," + // 386: "MULL" + // 386: "SHRL [$]2," + // 386: "SHLL [$]30," + // 386: "SETEQ" + // 386: -".*CALL" + // 386: -"RO[RL]" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "UMULH" + // arm64: "LSR [$]2," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_uint64(i uint64) (uint64, bool) { + // 386: "MOVL [$]-1431655766," + // 386: "MOVL [$]-1431655765," + // 386: "MULL" + // 386: "SHRL [$]2," + // 386: "SHLL [$]30," + // 386: "SETNE" + // 386: -".*CALL" + // 386: -"RO[RL]" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "UMULH" + // arm64: "LSR [$]2," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_int8(i int8) (int8, bool) { + // 386: "SARL [$]31," + // 386: "IMUL3L [$]171," + // 386: "SARL [$]10," + // 386: "SHLL [$]1," + // 386: "SETEQ" + // 386: -"RO[RL]" + // arm64: "MOVD [$]171," + // arm64: "MULW" + // arm64: "SBFX [$]10, R[0-9]+, [$]22," + // arm64: "SUB R[0-9]+->31," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_int8(i int8) (int8, bool) { + // 386: "SARL [$]31," + // 386: "IMUL3L [$]171," + // 386: "SARL [$]10," + // 386: "SHLL [$]1," + // 386: "SETNE" + // 386: -"RO[RL]" + // arm64: "MOVD [$]171," + // arm64: "MULW" + // arm64: "SBFX [$]10, R[0-9]+, [$]22," + // arm64: "SUB R[0-9]+->31," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_int16(i int16) (int16, bool) { + // 386: "SARL [$]31," + // 386: "IMUL3L [$]43691," + // 386: "SARL [$]18," + // 386: "SHLL [$]1," + // 386: "SETEQ" + // 386: -"RO[RL]" + // arm64: "MOVD [$]43691," + // arm64: "MULW" + // arm64: "SBFX [$]18, R[0-9]+, [$]14," + // arm64: "SUB R[0-9]+->31," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_int16(i int16) (int16, bool) { + // 386: "SARL [$]31," + // 386: "IMUL3L [$]43691," + // 386: "SARL [$]18," + // 386: "SHLL [$]1," + // 386: "SETNE" + // 386: -"RO[RL]" + // arm64: "MOVD [$]43691," + // arm64: "MULW" + // arm64: "SBFX [$]18, R[0-9]+, [$]14," + // arm64: "SUB R[0-9]+->31," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_int32(i int32) (int32, bool) { + // 386: "SARL [$]31," + // 386: "MOVL [$]-1431655765," + // 386: "IMULL" + // 386: "SARL [$]2," + // 386: "SHLL [$]1," + // 386: "SETEQ" + // 386: -"RO[RL]" + // arm64: "MOVD [$]2863311531," + // arm64: "MUL " + // arm64: "ASR [$]34," + // arm64: "SUB R[0-9]+->63," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_int32(i int32) (int32, bool) { + // 386: "SARL [$]31," + // 386: "MOVL [$]-1431655765," + // 386: "IMULL" + // 386: "SARL [$]2," + // 386: "SHLL [$]1," + // 386: "SETNE" + // 386: -"RO[RL]" + // arm64: "MOVD [$]2863311531," + // arm64: "MUL " + // arm64: "ASR [$]34," + // arm64: "SUB R[0-9]+->63," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} + +func div_divis6_int64(i int64) (int64, bool) { + // 386: "ANDL [$]-1431655766," + // 386: "ANDL [$]-1431655765," + // 386: "MOVL [$]-1431655766," + // 386: "MOVL [$]-1431655765," + // 386: "SUBL" "SBBL" + // 386: "MULL" + // 386: "SETEQ" + // 386: -"SET(LS|HI)" + // 386: -".*CALL" + // 386: -"RO[RL]" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "SMULH" + // arm64: "ADD" + // arm64: "ASR [$]2," + // arm64: "SUB R[0-9]+->63," + // arm64: "CSET EQ" + // arm64: -"RO[RL]" + return i / 6, i%6 == 0 +} + +func div_ndivis6_int64(i int64) (int64, bool) { + // 386: "ANDL [$]-1431655766," + // 386: "ANDL [$]-1431655765," + // 386: "MOVL [$]-1431655766," + // 386: "MOVL [$]-1431655765," + // 386: "SUBL" "SBBL" + // 386: "MULL" + // 386: "SETNE" + // 386: -"SET(LS|HI)" + // 386: -".*CALL" + // 386: -"RO[RL]" + // arm64: "MOVD [$]-6148914691236517205," + // arm64: "SMULH" + // arm64: "ADD" + // arm64: "ASR [$]2," + // arm64: "SUB R[0-9]+->63," + // arm64: "CSET NE" + // arm64: -"RO[RL]" + return i / 6, i%6 != 0 +} diff --git a/go/test/codegen/floats.go b/go/test/codegen/floats.go new file mode 100644 index 0000000000000000000000000000000000000000..343f8fab39baf648c51689e3be3c8690304ed946 --- /dev/null +++ b/go/test/codegen/floats.go @@ -0,0 +1,315 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "math" + +// This file contains codegen tests related to arithmetic +// simplifications and optimizations on float types. +// For codegen tests on integer types, see arithmetic.go. + +// --------------------- // +// Strength-reduce // +// --------------------- // + +func Mul2(f float64) float64 { + // 386/sse2:"ADDSD" -"MULSD" + // amd64:"ADDSD" -"MULSD" + // arm/7:"ADDD" -"MULD" + // arm64:"FADDD" -"FMULD" + // loong64:"ADDD" -"MULD" + // ppc64x:"FADD" -"FMUL" + // riscv64:"FADDD" -"FMULD" + return f * 2.0 +} + +func DivPow2(f1, f2, f3 float64) (float64, float64, float64) { + // 386/sse2:"MULSD" -"DIVSD" + // amd64:"MULSD" -"DIVSD" + // arm/7:"MULD" -"DIVD" + // arm64:"FMULD" -"FDIVD" + // loong64:"MULD" -"DIVD" + // ppc64x:"FMUL" -"FDIV" + // riscv64:"FMULD" -"FDIVD" + x := f1 / 16.0 + + // 386/sse2:"MULSD" -"DIVSD" + // amd64:"MULSD" -"DIVSD" + // arm/7:"MULD" -"DIVD" + // arm64:"FMULD" -"FDIVD" + // loong64:"MULD" -"DIVD" + // ppc64x:"FMUL" -"FDIVD" + // riscv64:"FMULD" -"FDIVD" + y := f2 / 0.125 + + // 386/sse2:"ADDSD" -"DIVSD" -"MULSD" + // amd64:"ADDSD" -"DIVSD" -"MULSD" + // arm/7:"ADDD" -"MULD" -"DIVD" + // arm64:"FADDD" -"FMULD" -"FDIVD" + // loong64:"ADDD" -"MULD" -"DIVD" + // ppc64x:"FADD" -"FMUL" -"FDIV" + // riscv64:"FADDD" -"FMULD" -"FDIVD" + z := f3 / 0.5 + + return x, y, z +} + +func indexLoad(b0 []float32, b1 float32, idx int) float32 { + // arm64:`FMOVS\s\(R[0-9]+\)\(R[0-9]+<<2\),\sF[0-9]+` + // loong64:`MOVF\s\(R[0-9]+\)\(R[0-9]+\),\sF[0-9]+` + return b0[idx] * b1 +} + +func indexStore(b0 []float64, b1 float64, idx int) { + // arm64:`FMOVD\sF[0-9]+,\s\(R[0-9]+\)\(R[0-9]+<<3\)` + // loong64:`MOVD\sF[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)` + b0[idx] = b1 +} + +// ----------- // +// Fused // +// ----------- // + +func FusedAdd32(x, y, z float32) float32 { + // s390x:"FMADDS " + // ppc64x:"FMADDS " + // arm64:"FMADDS" + // loong64:"FMADDF " + // riscv64:"FMADDS " + // amd64/v3:"VFMADD231SS " + return x*y + z +} + +func FusedSub32_a(x, y, z float32) float32 { + // s390x:"FMSUBS " + // ppc64x:"FMSUBS " + // riscv64:"FMSUBS " + // loong64:"FMSUBF " + return x*y - z +} + +func FusedSub32_b(x, y, z float32) float32 { + // arm64:"FMSUBS" + // loong64:"FNMSUBF " + // riscv64:"FNMSUBS " + return z - x*y +} + +func FusedAdd64(x, y, z float64) float64 { + // s390x:"FMADD " + // ppc64x:"FMADD " + // arm64:"FMADDD" + // loong64:"FMADDD " + // riscv64:"FMADDD " + // amd64/v3:"VFMADD231SD " + return x*y + z +} + +func FusedSub64_a(x, y, z float64) float64 { + // s390x:"FMSUB " + // ppc64x:"FMSUB " + // riscv64:"FMSUBD " + // loong64:"FMSUBD " + return x*y - z +} + +func FusedSub64_b(x, y, z float64) float64 { + // arm64:"FMSUBD" + // loong64:"FNMSUBD " + // riscv64:"FNMSUBD " + return z - x*y +} + +func Cmp(f float64) bool { + // arm64:"FCMPD" "(BGT|BLE|BMI|BPL)" -"CSET GT" -"CBZ" + return f > 4 || f < -4 +} + +func CmpZero64(f float64) bool { + // s390x:"LTDBR" -"FCMPU" + return f <= 0 +} + +func CmpZero32(f float32) bool { + // s390x:"LTEBR" -"CEBR" + return f <= 0 +} + +func CmpWithSub(a float64, b float64) bool { + f := a - b + // s390x:-"LTDBR" + return f <= 0 +} + +func CmpWithAdd(a float64, b float64) bool { + f := a + b + // s390x:-"LTDBR" + return f <= 0 +} + +// ---------------- // +// Non-floats // +// ---------------- // + +func ArrayZero() [16]byte { + // amd64:"MOVUPS" + var a [16]byte + return a +} + +func ArrayCopy(a [16]byte) (b [16]byte) { + // amd64:"MOVUPS" + b = a + return +} + +// ---------------- // +// Float Min/Max // +// ---------------- // + +func Float64Min(a, b float64) float64 { + // amd64:"MINSD" + // arm64:"FMIND" + // loong64:"FMIND" + // riscv64:"FMIN" + // ppc64/power9:"XSMINJDP" + // ppc64/power10:"XSMINJDP" + // s390x: "WFMINDB" + return min(a, b) +} + +func Float64Max(a, b float64) float64 { + // amd64:"MINSD" + // arm64:"FMAXD" + // loong64:"FMAXD" + // riscv64:"FMAX" + // ppc64/power9:"XSMAXJDP" + // ppc64/power10:"XSMAXJDP" + // s390x: "WFMAXDB" + return max(a, b) +} + +func Float32Min(a, b float32) float32 { + // amd64:"MINSS" + // arm64:"FMINS" + // loong64:"FMINF" + // riscv64:"FMINS" + // ppc64/power9:"XSMINJDP" + // ppc64/power10:"XSMINJDP" + // s390x: "WFMINSB" + return min(a, b) +} + +func Float32Max(a, b float32) float32 { + // amd64:"MINSS" + // arm64:"FMAXS" + // loong64:"FMAXF" + // riscv64:"FMAXS" + // ppc64/power9:"XSMAXJDP" + // ppc64/power10:"XSMAXJDP" + // s390x: "WFMAXSB" + return max(a, b) +} + +// ------------------------ // +// Constant Optimizations // +// ------------------------ // + +func Float32ConstantZero() float32 { + // arm64:"FMOVS ZR," + return 0.0 +} + +func Float32ConstantChipFloat() float32 { + // arm64:"FMOVS [$]\\(2\\.25\\)," + return 2.25 +} + +func Float32Constant() float32 { + // arm64:"FMOVS [$]f32\\.42440000\\(SB\\)" + // ppc64x/power8:"FMOVS [$]f32\\.42440000\\(SB\\)" + // ppc64x/power9:"FMOVS [$]f32\\.42440000\\(SB\\)" + // ppc64x/power10:"XXSPLTIDP [$]1111752704," + return 49.0 +} + +func Float64ConstantZero() float64 { + // arm64:"FMOVD ZR," + return 0.0 +} + +func Float64ConstantChipFloat() float64 { + // arm64:"FMOVD [$]\\(2\\.25\\)," + return 2.25 +} + +func Float64Constant() float64 { + // arm64:"FMOVD [$]f64\\.4048800000000000\\(SB\\)" + // ppc64x/power8:"FMOVD [$]f64\\.4048800000000000\\(SB\\)" + // ppc64x/power9:"FMOVD [$]f64\\.4048800000000000\\(SB\\)" + // ppc64x/power10:"XXSPLTIDP [$]1111752704," + return 49.0 +} + +func Float32DenormalConstant() float32 { + // ppc64x:"FMOVS [$]f32\\.00400000\\(SB\\)" + return 0x1p-127 +} + +// A float64 constant which can be exactly represented as a +// denormal float32 value. On ppc64x, denormal values cannot +// be used with XXSPLTIDP. +func Float64DenormalFloat32Constant() float64 { + // ppc64x:"FMOVD [$]f64\\.3800000000000000\\(SB\\)" + return 0x1p-127 +} + +func Float32ConstantStore(p *float32) { + // amd64:"MOVL [$]1085133554" + // riscv64: "MOVF [$]f32.40add2f2" + *p = 5.432 +} + +func Float64ConstantStore(p *float64) { + // amd64: "MOVQ [$]4617801906721357038" + // riscv64: "MOVD [$]f64.4015ba5e353f7cee" + *p = 5.432 +} + +// ------------------------ // +// Subnormal tests // +// ------------------------ // + +func isSubnormal(x float64) bool { + // riscv64:"FCLASSD" -"FABSD" + return math.Abs(x) < 2.2250738585072014e-308 +} + +func isNormal(x float64) bool { + // riscv64:"FCLASSD" -"FABSD" + return math.Abs(x) >= 0x1p-1022 +} + +func isPosSubnormal(x float64) bool { + // riscv64:"FCLASSD" + return x > 0 && x < 2.2250738585072014e-308 +} + +func isNegSubnormal(x float64) bool { + // riscv64:"FCLASSD" + return x < 0 && x > -0x1p-1022 +} + +func isPosNormal(x float64) bool { + // riscv64:"FCLASSD" + return x >= 2.2250738585072014e-308 +} + +func isNegNormal(x float64) bool { + // riscv64:"FCLASSD" + return x <= -2.2250738585072014e-308 +} diff --git a/go/test/codegen/fuse.go b/go/test/codegen/fuse.go new file mode 100644 index 0000000000000000000000000000000000000000..e5a28549dcbec43d8ea3497d030d0fe1aa4251cc --- /dev/null +++ b/go/test/codegen/fuse.go @@ -0,0 +1,418 @@ +// asmcheck + +// 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 codegen + +import "math" + +// Notes: +// - these examples use channels to provide a source of +// unknown values that cannot be optimized away +// - these examples use for loops to force branches +// backward (predicted taken) + +// ---------------------------------- // +// signed integer range (conjunction) // +// ---------------------------------- // + +func si1c(c <-chan int64) { + // amd64:"CMPQ .+, [$]256" + // s390x:"CLGIJ [$]12, R[0-9]+, [$]255" + for x := <-c; x >= 0 && x < 256; x = <-c { + } +} + +func si2c(c <-chan int32) { + // amd64:"CMPL .+, [$]256" + // s390x:"CLIJ [$]12, R[0-9]+, [$]255" + for x := <-c; x >= 0 && x < 256; x = <-c { + } +} + +func si3c(c <-chan int16) { + // amd64:"CMPW .+, [$]256" + // s390x:"CLIJ [$]12, R[0-9]+, [$]255" + for x := <-c; x >= 0 && x < 256; x = <-c { + } +} + +func si4c(c <-chan int8) { + // amd64:"CMPB .+, [$]10" + // s390x:"CLIJ [$]4, R[0-9]+, [$]10" + for x := <-c; x >= 0 && x < 10; x = <-c { + } +} + +func si5c(c <-chan int64) { + // amd64:"CMPQ .+, [$]251" "ADDQ [$]-5," + // s390x:"CLGIJ [$]4, R[0-9]+, [$]251" "ADD [$]-5," + for x := <-c; x < 256 && x > 4; x = <-c { + } +} + +func si6c(c <-chan int32) { + // amd64:"CMPL .+, [$]255" "DECL " + // s390x:"CLIJ [$]12, R[0-9]+, [$]255" "ADDW [$]-1," + for x := <-c; x > 0 && x <= 256; x = <-c { + } +} + +func si7c(c <-chan int16) { + // amd64:"CMPW .+, [$]60" "ADDL [$]10," + // s390x:"CLIJ [$]12, R[0-9]+, [$]60" "ADDW [$]10," + for x := <-c; x >= -10 && x <= 50; x = <-c { + } +} + +func si8c(c <-chan int8) { + // amd64:"CMPB .+, [$]126" "ADDL [$]126," + // s390x:"CLIJ [$]4, R[0-9]+, [$]126" "ADDW [$]126," + for x := <-c; x >= -126 && x < 0; x = <-c { + } +} + +// ---------------------------------- // +// signed integer range (disjunction) // +// ---------------------------------- // + +func si1d(c <-chan int64) { + // amd64:"CMPQ .+, [$]256" + // s390x:"CLGIJ [$]2, R[0-9]+, [$]255" + for x := <-c; x < 0 || x >= 256; x = <-c { + } +} + +func si2d(c <-chan int32) { + // amd64:"CMPL .+, [$]256" + // s390x:"CLIJ [$]2, R[0-9]+, [$]255" + for x := <-c; x < 0 || x >= 256; x = <-c { + } +} + +func si3d(c <-chan int16) { + // amd64:"CMPW .+, [$]256" + // s390x:"CLIJ [$]2, R[0-9]+, [$]255" + for x := <-c; x < 0 || x >= 256; x = <-c { + } +} + +func si4d(c <-chan int8) { + // amd64:"CMPB .+, [$]10" + // s390x:"CLIJ [$]10, R[0-9]+, [$]10" + for x := <-c; x < 0 || x >= 10; x = <-c { + } +} + +func si5d(c <-chan int64) { + // amd64:"CMPQ .+, [$]251" "ADDQ [$]-5," + // s390x:"CLGIJ [$]10, R[0-9]+, [$]251" "ADD [$]-5," + for x := <-c; x >= 256 || x <= 4; x = <-c { + } +} + +func si6d(c <-chan int32) { + // amd64:"CMPL .+, [$]255" "DECL " + // s390x:"CLIJ [$]2, R[0-9]+, [$]255" "ADDW [$]-1," + for x := <-c; x <= 0 || x > 256; x = <-c { + } +} + +func si7d(c <-chan int16) { + // amd64:"CMPW .+, [$]60" "ADDL [$]10," + // s390x:"CLIJ [$]2, R[0-9]+, [$]60" "ADDW [$]10," + for x := <-c; x < -10 || x > 50; x = <-c { + } +} + +func si8d(c <-chan int8) { + // amd64:"CMPB .+, [$]126" "ADDL [$]126," + // s390x:"CLIJ [$]10, R[0-9]+, [$]126" "ADDW [$]126," + for x := <-c; x < -126 || x >= 0; x = <-c { + } +} + +// ------------------------------------ // +// unsigned integer range (conjunction) // +// ------------------------------------ // + +func ui1c(c <-chan uint64) { + // amd64:"CMPQ .+, [$]251" "ADDQ [$]-5," + // s390x:"CLGIJ [$]4, R[0-9]+, [$]251" "ADD [$]-5," + for x := <-c; x < 256 && x > 4; x = <-c { + } +} + +func ui2c(c <-chan uint32) { + // amd64:"CMPL .+, [$]255" "DECL " + // s390x:"CLIJ [$]12, R[0-9]+, [$]255" "ADDW [$]-1," + for x := <-c; x > 0 && x <= 256; x = <-c { + } +} + +func ui3c(c <-chan uint16) { + // amd64:"CMPW .+, [$]40" "ADDL [$]-10," + // s390x:"CLIJ [$]12, R[0-9]+, [$]40" "ADDW [$]-10," + for x := <-c; x >= 10 && x <= 50; x = <-c { + } +} + +func ui4c(c <-chan uint8) { + // amd64:"CMPB .+, [$]2" "ADDL [$]-126," + // s390x:"CLIJ [$]4, R[0-9]+, [$]2" "ADDW [$]-126," + for x := <-c; x >= 126 && x < 128; x = <-c { + } +} + +// ------------------------------------ // +// unsigned integer range (disjunction) // +// ------------------------------------ // + +func ui1d(c <-chan uint64) { + // amd64:"CMPQ .+, [$]251" "ADDQ [$]-5," + // s390x:"CLGIJ [$]10, R[0-9]+, [$]251" "ADD [$]-5," + for x := <-c; x >= 256 || x <= 4; x = <-c { + } +} + +func ui2d(c <-chan uint32) { + // amd64:"CMPL .+, [$]254" "ADDL [$]-2," + // s390x:"CLIJ [$]2, R[0-9]+, [$]254" "ADDW [$]-2," + for x := <-c; x <= 1 || x > 256; x = <-c { + } +} + +func ui3d(c <-chan uint16) { + // amd64:"CMPW .+, [$]40" "ADDL [$]-10," + // s390x:"CLIJ [$]2, R[0-9]+, [$]40" "ADDW [$]-10," + for x := <-c; x < 10 || x > 50; x = <-c { + } +} + +func ui4d(c <-chan uint8) { + // amd64:"CMPB .+, [$]2" "ADDL [$]-126," + // s390x:"CLIJ [$]10, R[0-9]+, [$]2" "ADDW [$]-126," + for x := <-c; x < 126 || x >= 128; x = <-c { + } +} + +// ------------------------------------ // +// single bit difference (conjunction) // +// ------------------------------------ // + +func sisbc64(c <-chan int64) { + // amd64: "ORQ [$]2," + // riscv64: "ORI [$]2," + for x := <-c; x != 4 && x != 6; x = <-c { + } +} + +func sisbc32(c <-chan int32) { + // amd64: "ORL [$]4," + // riscv64: "ORI [$]4," + for x := <-c; x != -1 && x != -5; x = <-c { + } +} + +func sisbc16(c <-chan int16) { + // amd64: "ORL [$]32," + // riscv64: "ORI [$]32," + for x := <-c; x != 16 && x != 48; x = <-c { + } +} + +func sisbc8(c <-chan int8) { + // amd64: "ORL [$]16," + // riscv64: "ORI [$]16," + for x := <-c; x != -15 && x != -31; x = <-c { + } +} + +func uisbc64(c <-chan uint64) { + // amd64: "ORQ [$]4," + // riscv64: "ORI [$]4," + for x := <-c; x != 1 && x != 5; x = <-c { + } +} + +func uisbc32(c <-chan uint32) { + // amd64: "ORL [$]4," + // riscv64: "ORI [$]4," + for x := <-c; x != 2 && x != 6; x = <-c { + } +} + +func uisbc16(c <-chan uint16) { + // amd64: "ORL [$]32," + // riscv64: "ORI [$]32," + for x := <-c; x != 16 && x != 48; x = <-c { + } +} + +func uisbc8(c <-chan uint8) { + // amd64: "ORL [$]64," + // riscv64: "ORI [$]64," + for x := <-c; x != 64 && x != 0; x = <-c { + } +} + +// ------------------------------------ // +// single bit difference (disjunction) // +// ------------------------------------ // + +func sisbd64(c <-chan int64) { + // amd64: "ORQ [$]2," + // riscv64: "ORI [$]2," + for x := <-c; x == 4 || x == 6; x = <-c { + } +} + +func sisbd32(c <-chan int32) { + // amd64: "ORL [$]4," + // riscv64: "ORI [$]4," + for x := <-c; x == -1 || x == -5; x = <-c { + } +} + +func sisbd16(c <-chan int16) { + // amd64: "ORL [$]32," + // riscv64: "ORI [$]32," + for x := <-c; x == 16 || x == 48; x = <-c { + } +} + +func sisbd8(c <-chan int8) { + // amd64: "ORL [$]16," + // riscv64: "ORI [$]16," + for x := <-c; x == -15 || x == -31; x = <-c { + } +} + +func uisbd64(c <-chan uint64) { + // amd64: "ORQ [$]4," + // riscv64: "ORI [$]4," + for x := <-c; x == 1 || x == 5; x = <-c { + } +} + +func uisbd32(c <-chan uint32) { + // amd64: "ORL [$]4," + // riscv64: "ORI [$]4," + for x := <-c; x == 2 || x == 6; x = <-c { + } +} + +func uisbd16(c <-chan uint16) { + // amd64: "ORL [$]32," + // riscv64: "ORI [$]32," + for x := <-c; x == 16 || x == 48; x = <-c { + } +} + +func uisbd8(c <-chan uint8) { + // amd64: "ORL [$]64," + // riscv64: "ORI [$]64," + for x := <-c; x == 64 || x == 0; x = <-c { + } +} + +// -------------------------------------// +// merge NaN checks // +// ------------------------------------ // + +func f64NaNOrPosInf(c <-chan float64) { + // This test assumes IsInf(x, 1) is implemented as x > MaxFloat rather than x == Inf(1). + + // amd64:"JCS" -"JNE" -"JPS" -"JPC" + // riscv64:"FCLASSD" -"FLED" -"FLTD" -"FNED" -"FEQD" + for x := <-c; math.IsNaN(x) || math.IsInf(x, 1); x = <-c { + } +} + +func f64NaNOrNegInf(c <-chan float64) { + // This test assumes IsInf(x, -1) is implemented as x < -MaxFloat rather than x == Inf(-1). + + // amd64:"JCS" -"JNE" -"JPS" -"JPC" + // riscv64:"FCLASSD" -"FLED" -"FLTD" -"FNED" -"FEQD" + for x := <-c; math.IsNaN(x) || math.IsInf(x, -1); x = <-c { + } +} + +func f64NaNOrLtOne(c <-chan float64) { + // amd64:"JCS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLED" -"FLTD" -"FNED" -"FEQD" + for x := <-c; math.IsNaN(x) || x < 1; x = <-c { + } +} + +func f64NaNOrLteOne(c <-chan float64) { + // amd64:"JLS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLTD" -"FLED" -"FNED" -"FEQD" + for x := <-c; x <= 1 || math.IsNaN(x); x = <-c { + } +} + +func f64NaNOrGtOne(c <-chan float64) { + // amd64:"JCS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLED" -"FLTD" -"FNED" -"FEQD" + for x := <-c; math.IsNaN(x) || x > 1; x = <-c { + } +} + +func f64NaNOrGteOne(c <-chan float64) { + // amd64:"JLS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLTD" -"FLED" -"FNED" -"FEQD" + for x := <-c; x >= 1 || math.IsNaN(x); x = <-c { + } +} + +func f32NaNOrLtOne(c <-chan float32) { + // amd64:"JCS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLES" -"FLTS" -"FNES" -"FEQS" + for x := <-c; x < 1 || x != x; x = <-c { + } +} + +func f32NaNOrLteOne(c <-chan float32) { + // amd64:"JLS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLTS" -"FLES" -"FNES" -"FEQS" + for x := <-c; x != x || x <= 1; x = <-c { + } +} + +func f32NaNOrGtOne(c <-chan float32) { + // amd64:"JCS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLES" -"FLTS" -"FNES" -"FEQS" + for x := <-c; x > 1 || x != x; x = <-c { + } +} + +func f32NaNOrGteOne(c <-chan float32) { + // amd64:"JLS" -"JNE" -"JPS" -"JPC" + // riscv64:"FLTS" -"FLES" -"FNES" -"FEQS" + for x := <-c; x != x || x >= 1; x = <-c { + } +} + +// ------------------------------------ // +// regressions // +// ------------------------------------ // + +func gte4(x uint64) bool { + return x >= 4 +} + +func lt20(x uint64) bool { + return x < 20 +} + +func issue74915(c <-chan uint64) { + // Check that the optimization is not blocked by function inlining. + + // amd64:"CMPQ .+, [$]16" "ADDQ [$]-4," + // s390x:"CLGIJ [$]4, R[0-9]+, [$]16" "ADD [$]-4," + for x := <-c; gte4(x) && lt20(x); x = <-c { + } +} diff --git a/go/test/codegen/generics.go b/go/test/codegen/generics.go new file mode 100644 index 0000000000000000000000000000000000000000..45c4ca8d6aee615581a34b2e68236f624ff91a11 --- /dev/null +++ b/go/test/codegen/generics.go @@ -0,0 +1,40 @@ +// asmcheck + +// Copyright 2025 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 codegen + +import "cmp" + +func isNaN[T cmp.Ordered](x T) bool { + return x != x +} + +func compare[T cmp.Ordered](x, y T) int { + // amd64:-"TESTB" + // arm64:-"MOVB" + xNaN := isNaN(x) + yNaN := isNaN(y) + if xNaN { + if yNaN { + return 0 + } + return -1 + } + if yNaN { + return +1 + } + if x < y { + return -1 + } + if x > y { + return +1 + } + return 0 +} + +func usesCompare(a, b int) int { + return compare(a, b) +} diff --git a/go/test/codegen/ifaces.go b/go/test/codegen/ifaces.go new file mode 100644 index 0000000000000000000000000000000000000000..59139ceab340ed08efd3092a4d4913b7a6e86ce6 --- /dev/null +++ b/go/test/codegen/ifaces.go @@ -0,0 +1,63 @@ +// asmcheck + +// Copyright 2022 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 codegen + +type I interface{ M() } + +func NopConvertIface(x I) I { + // amd64:-`.*runtime.convI2I` + return I(x) +} + +func NopConvertGeneric[T any](x T) T { + // amd64:-`.*runtime.convI2I` + return T(x) +} + +var NopConvertGenericIface = NopConvertGeneric[I] + +func ConvToM(x any) I { + // amd64:`CALL runtime.typeAssert`,`MOVL 16\(.*\)`,`MOVQ 8\(.*\)(.*\*1)` + // arm64:`CALL runtime.typeAssert`,`LDAR`,`MOVWU`,`MOVD \(R.*\)\(R.*\)` + return x.(I) +} + +func e1(x any, y *int) bool { + // amd64:-`.*faceeq`,`SETEQ` + // arm64:-`.*faceeq`,`CSET EQ` + return x == y +} + +func e2(x any, y *int) bool { + // amd64:-`.*faceeq`,`SETEQ` + // arm64:-`.*faceeq`,`CSET EQ` + return y == x +} + +type E *int + +func e3(x any, y E) bool { + // amd64:-`.*faceeq`,`SETEQ` + // arm64:-`.*faceeq`,`CSET EQ` + return x == y +} + +type T int + +func (t *T) M() {} + +func i1(x I, y *T) bool { + // amd64:-`.*faceeq`,`SETEQ` + // arm64:-`.*faceeq`,`CSET EQ` + return x == y +} + +func i2(x I, y *T) bool { + // amd64:-`.*faceeq`,`SETEQ` + // arm64:-`.*faceeq`,`CSET EQ` + return y == x +} diff --git a/go/test/codegen/issue22703.go b/go/test/codegen/issue22703.go new file mode 100644 index 0000000000000000000000000000000000000000..0201de6530cc678ac01487ffb6ec61c8c783bbc4 --- /dev/null +++ b/go/test/codegen/issue22703.go @@ -0,0 +1,535 @@ +// asmcheck + +// Copyright 2018 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 codegen + +type I interface { + foo000() + foo001() + foo002() + foo003() + foo004() + foo005() + foo006() + foo007() + foo008() + foo009() + foo010() + foo011() + foo012() + foo013() + foo014() + foo015() + foo016() + foo017() + foo018() + foo019() + foo020() + foo021() + foo022() + foo023() + foo024() + foo025() + foo026() + foo027() + foo028() + foo029() + foo030() + foo031() + foo032() + foo033() + foo034() + foo035() + foo036() + foo037() + foo038() + foo039() + foo040() + foo041() + foo042() + foo043() + foo044() + foo045() + foo046() + foo047() + foo048() + foo049() + foo050() + foo051() + foo052() + foo053() + foo054() + foo055() + foo056() + foo057() + foo058() + foo059() + foo060() + foo061() + foo062() + foo063() + foo064() + foo065() + foo066() + foo067() + foo068() + foo069() + foo070() + foo071() + foo072() + foo073() + foo074() + foo075() + foo076() + foo077() + foo078() + foo079() + foo080() + foo081() + foo082() + foo083() + foo084() + foo085() + foo086() + foo087() + foo088() + foo089() + foo090() + foo091() + foo092() + foo093() + foo094() + foo095() + foo096() + foo097() + foo098() + foo099() + foo100() + foo101() + foo102() + foo103() + foo104() + foo105() + foo106() + foo107() + foo108() + foo109() + foo110() + foo111() + foo112() + foo113() + foo114() + foo115() + foo116() + foo117() + foo118() + foo119() + foo120() + foo121() + foo122() + foo123() + foo124() + foo125() + foo126() + foo127() + foo128() + foo129() + foo130() + foo131() + foo132() + foo133() + foo134() + foo135() + foo136() + foo137() + foo138() + foo139() + foo140() + foo141() + foo142() + foo143() + foo144() + foo145() + foo146() + foo147() + foo148() + foo149() + foo150() + foo151() + foo152() + foo153() + foo154() + foo155() + foo156() + foo157() + foo158() + foo159() + foo160() + foo161() + foo162() + foo163() + foo164() + foo165() + foo166() + foo167() + foo168() + foo169() + foo170() + foo171() + foo172() + foo173() + foo174() + foo175() + foo176() + foo177() + foo178() + foo179() + foo180() + foo181() + foo182() + foo183() + foo184() + foo185() + foo186() + foo187() + foo188() + foo189() + foo190() + foo191() + foo192() + foo193() + foo194() + foo195() + foo196() + foo197() + foo198() + foo199() + foo200() + foo201() + foo202() + foo203() + foo204() + foo205() + foo206() + foo207() + foo208() + foo209() + foo210() + foo211() + foo212() + foo213() + foo214() + foo215() + foo216() + foo217() + foo218() + foo219() + foo220() + foo221() + foo222() + foo223() + foo224() + foo225() + foo226() + foo227() + foo228() + foo229() + foo230() + foo231() + foo232() + foo233() + foo234() + foo235() + foo236() + foo237() + foo238() + foo239() + foo240() + foo241() + foo242() + foo243() + foo244() + foo245() + foo246() + foo247() + foo248() + foo249() + foo250() + foo251() + foo252() + foo253() + foo254() + foo255() + foo256() + foo257() + foo258() + foo259() + foo260() + foo261() + foo262() + foo263() + foo264() + foo265() + foo266() + foo267() + foo268() + foo269() + foo270() + foo271() + foo272() + foo273() + foo274() + foo275() + foo276() + foo277() + foo278() + foo279() + foo280() + foo281() + foo282() + foo283() + foo284() + foo285() + foo286() + foo287() + foo288() + foo289() + foo290() + foo291() + foo292() + foo293() + foo294() + foo295() + foo296() + foo297() + foo298() + foo299() + foo300() + foo301() + foo302() + foo303() + foo304() + foo305() + foo306() + foo307() + foo308() + foo309() + foo310() + foo311() + foo312() + foo313() + foo314() + foo315() + foo316() + foo317() + foo318() + foo319() + foo320() + foo321() + foo322() + foo323() + foo324() + foo325() + foo326() + foo327() + foo328() + foo329() + foo330() + foo331() + foo332() + foo333() + foo334() + foo335() + foo336() + foo337() + foo338() + foo339() + foo340() + foo341() + foo342() + foo343() + foo344() + foo345() + foo346() + foo347() + foo348() + foo349() + foo350() + foo351() + foo352() + foo353() + foo354() + foo355() + foo356() + foo357() + foo358() + foo359() + foo360() + foo361() + foo362() + foo363() + foo364() + foo365() + foo366() + foo367() + foo368() + foo369() + foo370() + foo371() + foo372() + foo373() + foo374() + foo375() + foo376() + foo377() + foo378() + foo379() + foo380() + foo381() + foo382() + foo383() + foo384() + foo385() + foo386() + foo387() + foo388() + foo389() + foo390() + foo391() + foo392() + foo393() + foo394() + foo395() + foo396() + foo397() + foo398() + foo399() + foo400() + foo401() + foo402() + foo403() + foo404() + foo405() + foo406() + foo407() + foo408() + foo409() + foo410() + foo411() + foo412() + foo413() + foo414() + foo415() + foo416() + foo417() + foo418() + foo419() + foo420() + foo421() + foo422() + foo423() + foo424() + foo425() + foo426() + foo427() + foo428() + foo429() + foo430() + foo431() + foo432() + foo433() + foo434() + foo435() + foo436() + foo437() + foo438() + foo439() + foo440() + foo441() + foo442() + foo443() + foo444() + foo445() + foo446() + foo447() + foo448() + foo449() + foo450() + foo451() + foo452() + foo453() + foo454() + foo455() + foo456() + foo457() + foo458() + foo459() + foo460() + foo461() + foo462() + foo463() + foo464() + foo465() + foo466() + foo467() + foo468() + foo469() + foo470() + foo471() + foo472() + foo473() + foo474() + foo475() + foo476() + foo477() + foo478() + foo479() + foo480() + foo481() + foo482() + foo483() + foo484() + foo485() + foo486() + foo487() + foo488() + foo489() + foo490() + foo491() + foo492() + foo493() + foo494() + foo495() + foo496() + foo497() + foo498() + foo499() + foo500() + foo501() + foo502() + foo503() + foo504() + foo505() + foo506() + foo507() + foo508() + foo509() + foo510() + foo511() +} + +// Nil checks before calling interface methods. +// We need it only when the offset is large. + +func callMethodSmallOffset(i I) { + // amd64:-"TESTB" + i.foo001() +} + +func callMethodLargeOffset(i I) { + // amd64:"TESTB" + i.foo511() +} diff --git a/go/test/codegen/issue25378.go b/go/test/codegen/issue25378.go new file mode 100644 index 0000000000000000000000000000000000000000..ddb5cecc4018bda61c2e44f02e502f0e7a352330 --- /dev/null +++ b/go/test/codegen/issue25378.go @@ -0,0 +1,22 @@ +// asmcheck + +// Copyright 2018 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 codegen + +var wsp = [256]bool{ + ' ': true, + '\t': true, + '\n': true, + '\r': true, +} + +func zeroExtArgByte(ch [2]byte) bool { + return wsp[ch[0]] // amd64:-"MOVBLZX ..,.." +} + +func zeroExtArgUint16(ch [2]uint16) bool { + return wsp[ch[0]] // amd64:-"MOVWLZX ..,.." +} diff --git a/go/test/codegen/issue31618.go b/go/test/codegen/issue31618.go new file mode 100644 index 0000000000000000000000000000000000000000..8effe2995b82c50c2483b628502c13508c910684 --- /dev/null +++ b/go/test/codegen/issue31618.go @@ -0,0 +1,22 @@ +// asmcheck + +// 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 codegen + +// Make sure we remove both inline marks in the following code. +// Both +5 and +6 should map to real instructions, which can +// be used as inline marks instead of explicit nops. +func f(x int) int { + // amd64:-"XCHGL" + x = g(x) + 5 + // amd64:-"XCHGL" + x = g(x) + 6 + return x +} + +func g(x int) int { + return x >> 3 +} diff --git a/go/test/codegen/issue33580.go b/go/test/codegen/issue33580.go new file mode 100644 index 0000000000000000000000000000000000000000..1ded944c33abd05d60117ee214c53fdfffd5b594 --- /dev/null +++ b/go/test/codegen/issue33580.go @@ -0,0 +1,25 @@ +// asmcheck + +// 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. + +// Make sure we reuse large constant loads, if we can. +// See issue 33580. + +package codegen + +const ( + A = 7777777777777777 + B = 8888888888888888 +) + +func f(x, y uint64) uint64 { + p := x & A + q := y & A + r := x & B + // amd64:-"MOVQ.*8888888888888888" + s := y & B + + return p * q * r * s +} diff --git a/go/test/codegen/issue38554.go b/go/test/codegen/issue38554.go new file mode 100644 index 0000000000000000000000000000000000000000..84db8473d377ea939eb331e1c0a48c538552bd0d --- /dev/null +++ b/go/test/codegen/issue38554.go @@ -0,0 +1,15 @@ +// asmcheck + +// Copyright 2020 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. + +// Test that we are zeroing directly instead of +// copying a large zero value. Issue 38554. + +package codegen + +func retlarge() [256]byte { + // amd64:-"DUFFCOPY" + return [256]byte{} +} diff --git a/go/test/codegen/issue42610.go b/go/test/codegen/issue42610.go new file mode 100644 index 0000000000000000000000000000000000000000..41d0e90dbc26f5e0401dd4665525dd40f11ccd79 --- /dev/null +++ b/go/test/codegen/issue42610.go @@ -0,0 +1,28 @@ +// asmcheck + +// Copyright 2020 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. + +// Don't allow 0 masks in shift lowering rules on ppc64x. +// See issue 42610. + +package codegen + +func f32(a []int32, i uint32) { + g := func(p int32) int32 { + i = uint32(p) * (uint32(p) & (i & 1)) + return 1 + } + // ppc64x: -"RLWNIM" + a[0] = g(8) >> 1 +} + +func f(a []int, i uint) { + g := func(p int) int { + i = uint(p) * (uint(p) & (i & 1)) + return 1 + } + // ppc64x: -"RLDIC" + a[0] = g(8) >> 1 +} diff --git a/go/test/codegen/issue48054.go b/go/test/codegen/issue48054.go new file mode 100644 index 0000000000000000000000000000000000000000..1f3a041044274fa320f5f66880b04a11ad9e21a8 --- /dev/null +++ b/go/test/codegen/issue48054.go @@ -0,0 +1,31 @@ +// asmcheck + +// Copyright 2021 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 codegen + +func a(n string) bool { + // arm64:"CBZ" + if len(n) > 0 { + return true + } + return false +} + +func a2(n []int) bool { + // arm64:"CBZ" + if len(n) > 0 { + return true + } + return false +} + +func a3(n []int) bool { + // amd64:"TESTQ" + if len(n) < 1 { + return true + } + return false +} diff --git a/go/test/codegen/issue52635.go b/go/test/codegen/issue52635.go new file mode 100644 index 0000000000000000000000000000000000000000..965b07321050aa968f19c4adaa3a46351d45dec4 --- /dev/null +++ b/go/test/codegen/issue52635.go @@ -0,0 +1,53 @@ +// asmcheck + +// Copyright 2022 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. + +// Test that optimized range memclr works with pointers to arrays. +// The clears get inlined, see https://github.com/golang/go/issues/56997 + +package codegen + +type T struct { + a *[10]int + b [10]int + s []int +} + +func (t *T) f() { + // amd64:-".*runtime.memclrNoHeapPointers" + // amd64:`MOVUPS X15,` + for i := range t.a { + t.a[i] = 0 + } + + // amd64:-".*runtime.memclrNoHeapPointers" + // amd64:`MOVUPS X15,` + for i := range *t.a { + t.a[i] = 0 + } + + // amd64:-".*runtime.memclrNoHeapPointers" + // amd64:`MOVUPS X15,` + for i := range t.a { + (*t.a)[i] = 0 + } + + // amd64:-".*runtime.memclrNoHeapPointers" + // amd64:`MOVUPS X15,` + for i := range *t.a { + (*t.a)[i] = 0 + } + + // amd64:-".*runtime.memclrNoHeapPointers" + // amd64:`MOVUPS X15,` + for i := range t.b { + t.b[i] = 0 + } + + // amd64:".*runtime.memclrNoHeapPointers" + for i := range t.s { + t.s[i] = 0 + } +} diff --git a/go/test/codegen/issue54467.go b/go/test/codegen/issue54467.go new file mode 100644 index 0000000000000000000000000000000000000000..d34b3278f025044206f1c68c6e4b4791df6a4384 --- /dev/null +++ b/go/test/codegen/issue54467.go @@ -0,0 +1,59 @@ +// asmcheck + +// Copyright 2022 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 codegen + +func f1(x *[4]int, y *[4]int) { + // amd64:".*memmove" + *x = *y +} +func f2(x *[4]int, y [4]int) { + // amd64:-".*memmove" + *x = y +} +func f3(x *[4]int, y *[4]int) { + // amd64:-".*memmove" + t := *y + // amd64:-".*memmove" + *x = t +} +func f4(x *[4]int, y [4]int) { + // amd64:-".*memmove" + t := y + // amd64:-".*memmove" + *x = t +} + +type T struct { + a [4]int +} + +func f5(x, y *T) { + // amd64:-".*memmove" + x.a = y.a +} +func f6(x *T, y T) { + // amd64:-".*memmove" + x.a = y.a +} +func f7(x *T, y *[4]int) { + // amd64:-".*memmove" + x.a = *y +} +func f8(x *[4]int, y *T) { + // amd64:-".*memmove" + *x = y.a +} + +func f9(x [][4]int, y [][4]int, i, j int) { + // amd64:-".*memmove" + x[i] = y[j] +} + +func f10() []byte { + // amd64:-".*memmove" + return []byte("aReasonablyBigTestString") +} diff --git a/go/test/codegen/issue56440.go b/go/test/codegen/issue56440.go new file mode 100644 index 0000000000000000000000000000000000000000..3d09688811f35132f9e664ece4f40c71ba4f9d15 --- /dev/null +++ b/go/test/codegen/issue56440.go @@ -0,0 +1,34 @@ +// asmcheck + +// Copyright 2022 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. + +// Check to make sure that we recognize when the length of an append +// is constant. We check this by making sure that the constant length +// is folded into a load offset. + +package codegen + +func f(x []int) int { + s := make([]int, 3) + s = append(s, 4, 5) + // amd64:`MOVQ 40\(.*\),` + return x[len(s)] +} + +func g(x []int, p *bool) int { + s := make([]int, 3) + for { + s = s[:3] + if cap(s) < 5 { + s = make([]int, 3, 5) + } + s = append(s, 4, 5) + if *p { + // amd64:`MOVQ 40\(.*\),` + return x[len(s)] + } + } + return 0 +} diff --git a/go/test/codegen/issue58166.go b/go/test/codegen/issue58166.go new file mode 100644 index 0000000000000000000000000000000000000000..b38f9c916e43e7a4c448aa1576c902cf7dd69c3e --- /dev/null +++ b/go/test/codegen/issue58166.go @@ -0,0 +1,23 @@ +// asmcheck + +// Copyright 2023 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 codegen + +func dgemmSerialNotNot(m, n, k int, a []float64, lda int, b []float64, ldb int, c []float64, ldc int, alpha float64) { + for i := 0; i < m; i++ { + ctmp := c[i*ldc : i*ldc+n] + for l, v := range a[i*lda : i*lda+k] { + tmp := alpha * v + if tmp != 0 { + x := b[l*ldb : l*ldb+n] + // amd64:"INCQ" + for i, v := range x { + ctmp[i] += tmp * v + } + } + } + } +} diff --git a/go/test/codegen/issue59297.go b/go/test/codegen/issue59297.go new file mode 100644 index 0000000000000000000000000000000000000000..1703a1a86399c703f50138bd01a6867a87ad878d --- /dev/null +++ b/go/test/codegen/issue59297.go @@ -0,0 +1,17 @@ +// asmcheck + +// Copyright 2023 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 codegen + +func f(x, y int, p *int) { + // amd64:`MOVQ\sAX, BX` + h(8, x) + *p = y +} + +//go:noinline +func h(a, b int) { +} diff --git a/go/test/codegen/issue60324.go b/go/test/codegen/issue60324.go new file mode 100644 index 0000000000000000000000000000000000000000..ca622910159f974376d79e6e27f5ac5cc1f2cd32 --- /dev/null +++ b/go/test/codegen/issue60324.go @@ -0,0 +1,36 @@ +// asmcheck + +// Copyright 2023 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 codegen + +func main() { + // amd64:"LEAQ command-line-arguments\\.main\\.f\\.g\\.h\\.func3" + f(1)() + + // amd64:"LEAQ command-line-arguments\\.main\\.g\\.h\\.func2" + g(2)() + + // amd64:"LEAQ command-line-arguments\\.main\\.h\\.func1" + h(3)() + + // amd64:"LEAQ command-line-arguments\\.main\\.f\\.g\\.h\\.func4" + f(4)() +} + +func f(x int) func() { + // amd64:"LEAQ command-line-arguments\\.f\\.g\\.h\\.func1" + return g(x) +} + +func g(x int) func() { + // amd64:"LEAQ command-line-arguments\\.g\\.h\\.func1" + return h(x) +} + +func h(x int) func() { + // amd64:"LEAQ command-line-arguments\\.h\\.func1" + return func() { recover() } +} diff --git a/go/test/codegen/issue60673.go b/go/test/codegen/issue60673.go new file mode 100644 index 0000000000000000000000000000000000000000..2df031a9cf6e924fcd20858ff63c501040944d75 --- /dev/null +++ b/go/test/codegen/issue60673.go @@ -0,0 +1,18 @@ +// asmcheck + +// Copyright 2023 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 codegen + +//go:noinline +func f(x int32) { +} + +func g(p *int32) { + // argument marshaling code should live at line 17, not line 15. + x := *p + // 386: `MOVL\s[A-Z]+,\s\(SP\)` + f(x) +} diff --git a/go/test/codegen/issue61356.go b/go/test/codegen/issue61356.go new file mode 100644 index 0000000000000000000000000000000000000000..65753d5407560c1ceb8e2cb26d01900d64f49862 --- /dev/null +++ b/go/test/codegen/issue61356.go @@ -0,0 +1,55 @@ +// asmcheck + +// Copyright 2023 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. + +// Make sure this code doesn't generate spill/restore. + +package codegen + +func pack20(in *[20]uint64) uint64 { + var out uint64 + out |= 4 + // amd64:-`.*SP.*` + out |= in[0] << 4 + // amd64:-`.*SP.*` + out |= in[1] << 7 + // amd64:-`.*SP.*` + out |= in[2] << 10 + // amd64:-`.*SP.*` + out |= in[3] << 13 + // amd64:-`.*SP.*` + out |= in[4] << 16 + // amd64:-`.*SP.*` + out |= in[5] << 19 + // amd64:-`.*SP.*` + out |= in[6] << 22 + // amd64:-`.*SP.*` + out |= in[7] << 25 + // amd64:-`.*SP.*` + out |= in[8] << 28 + // amd64:-`.*SP.*` + out |= in[9] << 31 + // amd64:-`.*SP.*` + out |= in[10] << 34 + // amd64:-`.*SP.*` + out |= in[11] << 37 + // amd64:-`.*SP.*` + out |= in[12] << 40 + // amd64:-`.*SP.*` + out |= in[13] << 43 + // amd64:-`.*SP.*` + out |= in[14] << 46 + // amd64:-`.*SP.*` + out |= in[15] << 49 + // amd64:-`.*SP.*` + out |= in[16] << 52 + // amd64:-`.*SP.*` + out |= in[17] << 55 + // amd64:-`.*SP.*` + out |= in[18] << 58 + // amd64:-`.*SP.*` + out |= in[19] << 61 + return out +} diff --git a/go/test/codegen/issue63332.go b/go/test/codegen/issue63332.go new file mode 100644 index 0000000000000000000000000000000000000000..dbe671d247e27b0eebb66b88d2e6c0281e53fc2d --- /dev/null +++ b/go/test/codegen/issue63332.go @@ -0,0 +1,14 @@ +// asmcheck + +// Copyright 2023 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 codegen + +func issue63332(c chan int) { + x := 0 + // amd64:-`MOVQ` + x += 2 + c <- x +} diff --git a/go/test/codegen/issue66585.go b/go/test/codegen/issue66585.go new file mode 100644 index 0000000000000000000000000000000000000000..867a96218c868fe1ae754df4b4e9c37f01add610 --- /dev/null +++ b/go/test/codegen/issue66585.go @@ -0,0 +1,24 @@ +// asmcheck + +// Copyright 2024 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 codegen + +var x = func() int { + n := 0 + f(&n) + return n +}() + +func f(p *int) { + *p = 1 +} + +var y = 1 + +// z can be static initialized. +// +// amd64:-"MOVQ" +var z = y diff --git a/go/test/codegen/issue68845.go b/go/test/codegen/issue68845.go new file mode 100644 index 0000000000000000000000000000000000000000..3b22471d06f270fde729a50d0e029f58e8f062aa --- /dev/null +++ b/go/test/codegen/issue68845.go @@ -0,0 +1,52 @@ +// asmcheck + +// Copyright 2024 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 codegen + +type T1 struct { + x string +} + +func f1() *T1 { + // amd64:-`MOVQ\s[$]0`,-`MOVUPS\sX15` + return &T1{} +} + +type T2 struct { + x, y string +} + +func f2() *T2 { + // amd64:-`MOVQ\s[$]0`,-`MOVUPS\sX15` + return &T2{} +} + +type T3 struct { + x complex128 +} + +func f3() *T3 { + // amd64:-`MOVQ\s[$]0`,-`MOVUPS\sX15` + return &T3{} +} + +type T4 struct { + x []byte +} + +func f4() *T4 { + // amd64:-`MOVQ\s[$]0`,-`MOVUPS\sX15` + return &T4{} +} + +type T5 struct { + x any +} + +func f5() *T5 { + // amd64:-`MOVQ\s[$]0`,-`MOVUPS\sX15` + return &T5{} +} diff --git a/go/test/codegen/issue69635.go b/go/test/codegen/issue69635.go new file mode 100644 index 0000000000000000000000000000000000000000..de68bf1287f5653d07ad9a4d03e6b55f64eda8c5 --- /dev/null +++ b/go/test/codegen/issue69635.go @@ -0,0 +1,13 @@ +// asmcheck + +// Copyright 2024 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 codegen + +func calc(a uint64) uint64 { + v := a >> 20 & 0x7f + // amd64: `SHRQ\s\$17, AX$`, `ANDL\s\$1016, AX$` + return v << 3 +} diff --git a/go/test/codegen/issue70409.go b/go/test/codegen/issue70409.go new file mode 100644 index 0000000000000000000000000000000000000000..bfb4560582e4f0613aa199df2519c2a7ef1120a6 --- /dev/null +++ b/go/test/codegen/issue70409.go @@ -0,0 +1,20 @@ +// asmcheck -gcflags=-d=ssa/check/on + +// Copyright 2024 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 codegen + +// amd64:-"MOVQ" +func foo(v uint64) (b [8]byte) { + b[0] = byte(v) + b[1] = byte(v >> 8) + b[2] = byte(v >> 16) + b[3] = byte(v >> 24) + b[4] = byte(v >> 32) + b[5] = byte(v >> 40) + b[6] = byte(v >> 48) + b[7] = byte(v >> 56) + return b +} diff --git a/go/test/codegen/issue72832.go b/go/test/codegen/issue72832.go new file mode 100644 index 0000000000000000000000000000000000000000..392b41b17337737a95deff69dd19d3fd5ab1e86a --- /dev/null +++ b/go/test/codegen/issue72832.go @@ -0,0 +1,50 @@ +// asmcheck + +// Copyright 2025 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 codegen + +type tile1 struct { + a uint16 + b uint16 + c uint32 +} + +func store_tile1(t *tile1) { + // amd64:`MOVQ` + t.a, t.b, t.c = 1, 1, 1 +} + +type tile2 struct { + a, b, c, d, e int8 +} + +func store_tile2(t *tile2) { + // amd64:`MOVW` + t.a, t.b = 1, 1 + // amd64:`MOVW` + t.d, t.e = 1, 1 +} + +type tile3 struct { + a, b uint8 + c uint16 +} + +func store_shifted(t *tile3, x uint32) { + // amd64:`MOVL` + // ppc64:`MOVHBR` + t.a = uint8(x) + t.b = uint8(x >> 8) + t.c = uint16(x >> 16) +} + +func store_const(t *tile3) { + // 0x00030201 + // amd64:`MOVL\s\$197121` + // 0x01020003 + // ppc64:`MOVD\s\$16908291` + t.a, t.b, t.c = 1, 2, 3 +} diff --git a/go/test/codegen/issue74485.go b/go/test/codegen/issue74485.go new file mode 100644 index 0000000000000000000000000000000000000000..b2877c822be871482135e6505b39fe86ce44d035 --- /dev/null +++ b/go/test/codegen/issue74485.go @@ -0,0 +1,47 @@ +// asmcheck + +// Copyright 2025 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 codegen + +func divUint64(b uint64) uint64 { + // amd64:"SHRQ [$]63, AX" + return b / 9223372036854775808 +} + +func divUint32(b uint32) uint32 { + // amd64:"SHRL [$]31, AX" + return b / 2147483648 +} + +func divUint16(b uint16) uint16 { + // amd64:"SHRW [$]15, AX" + return b / 32768 +} + +func divUint8(b uint8) uint8 { + // amd64:"SHRB [$]7, AL" + return b / 128 +} + +func modUint64(b uint64) uint64 { + // amd64:"BTRQ [$]63, AX" + return b % 9223372036854775808 +} + +func modUint32(b uint32) uint32 { + // amd64:"ANDL [$]2147483647, AX" + return b % 2147483648 +} + +func modUint16(b uint16) uint16 { + // amd64:"ANDL [$]32767, AX" + return b % 32768 +} + +func modUint8(b uint8) uint8 { + // amd64:"ANDL [$]127, AX" + return b % 128 +} diff --git a/go/test/codegen/issue74788.go b/go/test/codegen/issue74788.go new file mode 100644 index 0000000000000000000000000000000000000000..e102f638273cbc961c0ea2ce804093c29412f285 --- /dev/null +++ b/go/test/codegen/issue74788.go @@ -0,0 +1,17 @@ +// asmcheck + +// Copyright 2025 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 codegen + +func fa(a [2]int) (r [2]int) { + // amd64:1`MOVUPS[^,]+, X[0-9]+$`,1`MOVUPS\sX[0-9]+,[^\n]+$` + return a +} + +func fb(a [4]int) (r [4]int) { + // amd64:2`MOVUPS[^,]+, X[0-9]+$`,2`MOVUPS\sX[0-9]+,[^\n]+$` + return a +} diff --git a/go/test/codegen/issue75203.go b/go/test/codegen/issue75203.go new file mode 100644 index 0000000000000000000000000000000000000000..68e1794120ae8ebb439cdf7e612b6f3d914397d6 --- /dev/null +++ b/go/test/codegen/issue75203.go @@ -0,0 +1,22 @@ +// asmcheck + +// Copyright 2025 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 codegen + +import "reflect" + +func f() reflect.Type { + // amd64:`LEAQ\stype:\*int\(SB\)` + // arm64:`MOVD\s\$type:\*int\(SB\)` + return reflect.TypeFor[*int]() +} + +func g() reflect.Type { + // amd64:`LEAQ\stype:int\(SB\)` + // arm64:`MOVD\s\$type:int\(SB\)` + return reflect.TypeFor[int]() +} + diff --git a/go/test/codegen/load_type_from_itab.go b/go/test/codegen/load_type_from_itab.go new file mode 100644 index 0000000000000000000000000000000000000000..4d56122c05c09761b7314fe5a12db6d358adeabc --- /dev/null +++ b/go/test/codegen/load_type_from_itab.go @@ -0,0 +1,24 @@ +// asmcheck + +// Copyright 2025 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. + +// This test makes sure that we statically load a type from an itab, instead +// of doing a indirect load from thet itab. + +package codegen + +type M interface{ M() } +type A interface{ A() } + +type Impl struct{} + +func (*Impl) M() {} +func (*Impl) A() {} + +func main() { + var a M = &Impl{} + // amd64:`LEAQ type:.*Impl` + a.(A).A() +} diff --git a/go/test/codegen/logic.go b/go/test/codegen/logic.go new file mode 100644 index 0000000000000000000000000000000000000000..1cd389bd2db46320b23d54b1a0a4aff717233c3d --- /dev/null +++ b/go/test/codegen/logic.go @@ -0,0 +1,41 @@ +// asmcheck + +// Copyright 2018 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 codegen + +// Test to make sure that (CMPQ (ANDQ x y) [0]) does not get rewritten to +// (TESTQ x y) if the ANDQ has other uses. If that rewrite happens, then one +// of the args of the ANDQ needs to be saved so it can be used as the arg to TESTQ. +func andWithUse(x, y int) int { + z := x & y + // amd64:`TESTQ\s(AX, AX|BX, BX|CX, CX|DX, DX|SI, SI|DI, DI|R8, R8|R9, R9|R10, R10|R11, R11|R12, R12|R13, R13|R15, R15)` + if z == 0 { + return 77 + } + // use z by returning it + return z +} + +// Verify (OR x (NOT y)) rewrites to (ORN x y) where supported +func ornot(x, y int) int { + // ppc64x:"ORN" + z := x | ^y + return z +} + +// Verify that (OR (NOT x) (NOT y)) rewrites to (NOT (AND x y)) +func orDemorgans(x, y int) int { + // amd64:"AND" -"OR" + z := ^x | ^y + return z +} + +// Verify that (AND (NOT x) (NOT y)) rewrites to (NOT (OR x y)) +func andDemorgans(x, y int) int { + // amd64:"OR" -"AND" + z := ^x & ^y + return z +} diff --git a/go/test/codegen/mapaccess.go b/go/test/codegen/mapaccess.go new file mode 100644 index 0000000000000000000000000000000000000000..3d494e7cc7dab76112454e7be1a03c4e26eecec0 --- /dev/null +++ b/go/test/codegen/mapaccess.go @@ -0,0 +1,484 @@ +// asmcheck + +// Copyright 2018 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 codegen + +// These tests check that mapaccess calls are not used. +// Issues #23661 and #24364. + +func mapCompoundAssignmentInt8() { + m := make(map[int8]int8, 0) + var k int8 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] += 67 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] -= 123 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] *= 45 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] |= 78 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] ^= 89 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] <<= 9 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] >>= 10 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]++ + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]-- +} + +func mapCompoundAssignmentInt32() { + m := make(map[int32]int32, 0) + var k int32 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] += 67890 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] -= 123 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] *= 456 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] |= 78 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] ^= 89 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] <<= 9 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] >>= 10 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]++ + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]-- +} + +func mapCompoundAssignmentInt64() { + m := make(map[int64]int64, 0) + var k int64 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] += 67890 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] -= 123 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] *= 456 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] |= 78 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] ^= 89 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] <<= 9 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] >>= 10 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]++ + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]-- +} + +func mapCompoundAssignmentComplex128() { + m := make(map[complex128]complex128, 0) + var k complex128 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] += 67890 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] -= 123 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] *= 456 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]++ + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k]-- +} + +func mapCompoundAssignmentString() { + m := make(map[string]string, 0) + var k string = "key" + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] += "value" +} + +var sinkAppend bool + +func mapAppendAssignmentInt8() { + m := make(map[int8][]int8, 0) + var k int8 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1, 2, 3) + + a := []int8{7, 8, 9, 0} + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], a...) + + // Exceptions + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(a, m[k]...) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + sinkAppend, m[k] = !sinkAppend, append(m[k], 99) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(m[k+1], 100) +} + +func mapAppendAssignmentInt32() { + m := make(map[int32][]int32, 0) + var k int32 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1, 2, 3) + + a := []int32{7, 8, 9, 0} + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], a...) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k+1] = append(m[k+1], a...) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[-k] = append(m[-k], a...) + + // Exceptions + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(a, m[k]...) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + sinkAppend, m[k] = !sinkAppend, append(m[k], 99) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(m[k+1], 100) +} + +func mapAppendAssignmentInt64() { + m := make(map[int64][]int64, 0) + var k int64 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1, 2, 3) + + a := []int64{7, 8, 9, 0} + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], a...) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k+1] = append(m[k+1], a...) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[-k] = append(m[-k], a...) + + // Exceptions + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(a, m[k]...) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + sinkAppend, m[k] = !sinkAppend, append(m[k], 99) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(m[k+1], 100) +} + +func mapAppendAssignmentComplex128() { + m := make(map[complex128][]complex128, 0) + var k complex128 = 0 + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1) + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], 1, 2, 3) + + a := []complex128{7, 8, 9, 0} + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], a...) + + // Exceptions + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(a, m[k]...) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + sinkAppend, m[k] = !sinkAppend, append(m[k], 99) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(m[k+1], 100) +} + +func mapAppendAssignmentString() { + m := make(map[string][]string, 0) + var k string = "key" + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], "1") + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], "1", "2", "3") + + a := []string{"7", "8", "9", "0"} + + // 386:-".*mapaccess" + // amd64:-".*mapaccess" + // arm:-".*mapaccess" + // arm64:-".*mapaccess" + m[k] = append(m[k], a...) + + // Exceptions + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(a, m[k]...) + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + sinkAppend, m[k] = !sinkAppend, append(m[k], "99") + + // 386:".*mapaccess" + // amd64:".*mapaccess" + // arm:".*mapaccess" + // arm64:".*mapaccess" + m[k] = append(m[k+"1"], "100") +} diff --git a/go/test/codegen/maps.go b/go/test/codegen/maps.go new file mode 100644 index 0000000000000000000000000000000000000000..48438eb90c6bae616db42ebec1c2a1861c83a97a --- /dev/null +++ b/go/test/codegen/maps.go @@ -0,0 +1,245 @@ +// asmcheck + +// Copyright 2018 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 codegen + +// This file contains code generation tests related to the handling of +// map types. + +// ------------------- // +// Access Const // +// ------------------- // + +// Direct use of constants in fast map access calls (Issue #19015). + +func AccessInt1(m map[int]int) int { + // amd64:"MOV[LQ] [$]5" + return m[5] +} + +func AccessInt2(m map[int]int) bool { + // amd64:"MOV[LQ] [$]5" + _, ok := m[5] + return ok +} + +func AccessString1(m map[string]int) int { + // amd64:`.*"abc"` + return m["abc"] +} + +func AccessString2(m map[string]int) bool { + // amd64:`.*"abc"` + _, ok := m["abc"] + return ok +} + +func AccessStringIntArray2(m map[string][16]int, k string) bool { + // amd64:-"MOVUPS" + _, ok := m[k] + return ok +} + +type Struct struct { + A, B, C, D, E, F, G, H, I, J int +} + +func AccessStringStruct2(m map[string]Struct, k string) bool { + // amd64:-"MOVUPS" + _, ok := m[k] + return ok +} + +func AccessIntArrayLarge2(m map[int][512]int, k int) bool { + // amd64:-"REP",-"MOVSQ" + _, ok := m[k] + return ok +} + +// ------------------- // +// String Conversion // +// ------------------- // + +func LookupStringConversionSimple(m map[string]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + return m[string(bytes)] +} + +func LookupStringConversionStructLit(m map[struct{ string }]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + return m[struct{ string }{string(bytes)}] +} + +func LookupStringConversionArrayLit(m map[[2]string]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + return m[[2]string{string(bytes), string(bytes)}] +} + +func LookupStringConversionNestedLit(m map[[1]struct{ s [1]string }]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + return m[[1]struct{ s [1]string }{struct{ s [1]string }{s: [1]string{string(bytes)}}}] +} + +func LookupStringConversionKeyedArrayLit(m map[[2]string]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + return m[[2]string{0: string(bytes)}] +} + +func LookupStringConversion1(m map[string]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + s := string(bytes) + return m[s] +} +func LookupStringConversion2(m *map[string]int, bytes []byte) int { + // amd64:-`.*runtime\.slicebytetostring\(` + s := string(bytes) + return (*m)[s] +} +func LookupStringConversion3(m map[string]int, bytes []byte) (int, bool) { + // amd64:-`.*runtime\.slicebytetostring\(` + s := string(bytes) + r, ok := m[s] + return r, ok +} +func DeleteStringConversion(m map[string]int, bytes []byte) { + // amd64:-`.*runtime\.slicebytetostring\(` + s := string(bytes) + delete(m, s) +} + +// ------------------- // +// Map Clear // +// ------------------- // + +// Optimization of map clear idiom (Issue #20138). + +func MapClearReflexive(m map[int]int) { + // amd64:`.*runtime\.mapclear` + // amd64:-`.*runtime\.(mapiterinit|mapIterStart)` + for k := range m { + delete(m, k) + } +} + +func MapClearIndirect(m map[int]int) { + s := struct{ m map[int]int }{m: m} + // amd64:`.*runtime\.mapclear` + // amd64:-`.*runtime\.(mapiterinit|mapIterStart)` + for k := range s.m { + delete(s.m, k) + } +} + +func MapClearPointer(m map[*byte]int) { + // amd64:`.*runtime\.mapclear` + // amd64:-`.*runtime\.(mapiterinit|mapIterStart)` + for k := range m { + delete(m, k) + } +} + +func MapClearNotReflexive(m map[float64]int) { + // amd64:`.*runtime\.(mapiterinit|mapIterStart)` + // amd64:-`.*runtime\.mapclear` + for k := range m { + delete(m, k) + } +} + +func MapClearInterface(m map[interface{}]int) { + // amd64:`.*runtime\.(mapiterinit|mapIterStart)` + // amd64:-`.*runtime\.mapclear` + for k := range m { + delete(m, k) + } +} + +func MapClearSideEffect(m map[int]int) int { + k := 0 + // amd64:`.*runtime\.(mapiterinit|mapIterStart)` + // amd64:-`.*runtime\.mapclear` + for k = range m { + delete(m, k) + } + return k +} + +func MapLiteralSizing(x int) (map[int]int, map[int]int) { + // This is tested for internal/abi/maps.go:MapBucketCountBits={3,4,5} + // amd64:"MOVL [$]33," + m := map[int]int{ + 0: 0, + 1: 1, + 2: 2, + 3: 3, + 4: 4, + 5: 5, + 6: 6, + 7: 7, + 8: 8, + 9: 9, + 10: 10, + 11: 11, + 12: 12, + 13: 13, + 14: 14, + 15: 15, + 16: 16, + 17: 17, + 18: 18, + 19: 19, + 20: 20, + 21: 21, + 22: 22, + 23: 23, + 24: 24, + 25: 25, + 26: 26, + 27: 27, + 28: 28, + 29: 29, + 30: 30, + 31: 32, + 32: 32, + } + // amd64:"MOVL [$]33," + n := map[int]int{ + 0: 0, + 1: 1, + 2: 2, + 3: 3, + 4: 4, + 5: 5, + 6: 6, + 7: 7, + 8: 8, + 9: 9, + 10: 10, + 11: 11, + 12: 12, + 13: 13, + 14: 14, + 15: 15, + 16: 16, + 17: 17, + 18: 18, + 19: 19, + 20: 20, + 21: 21, + 22: 22, + 23: 23, + 24: 24, + 25: 25, + 26: 26, + 27: 27, + 28: 28, + 29: 29, + 30: 30, + 31: 32, + 32: 32, + } + return m, n +} diff --git a/go/test/codegen/math.go b/go/test/codegen/math.go new file mode 100644 index 0000000000000000000000000000000000000000..ef8c51e6589e9449f0fe82ba70922ec9a84cc50f --- /dev/null +++ b/go/test/codegen/math.go @@ -0,0 +1,377 @@ +// asmcheck -gcflags=-d=converthash=qy + +// Copyright 2018 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 codegen + +import "math" + +var sink64 [8]float64 + +func approx(x float64) { + // amd64/v2:-".*x86HasSSE41" amd64/v3:-".*x86HasSSE41" + // amd64:"ROUNDSD [$]2" + // s390x:"FIDBR [$]6" + // arm64:"FRINTPD" + // ppc64x:"FRIP" + // wasm:"F64Ceil" + sink64[0] = math.Ceil(x) + + // amd64/v2:-".*x86HasSSE41" amd64/v3:-".*x86HasSSE41" + // amd64:"ROUNDSD [$]1" + // s390x:"FIDBR [$]7" + // arm64:"FRINTMD" + // ppc64x:"FRIM" + // wasm:"F64Floor" + sink64[1] = math.Floor(x) + + // s390x:"FIDBR [$]1" + // arm64:"FRINTAD" + // ppc64x:"FRIN" + sink64[2] = math.Round(x) + + // amd64/v2:-".*x86HasSSE41" amd64/v3:-".*x86HasSSE41" + // amd64:"ROUNDSD [$]3" + // s390x:"FIDBR [$]5" + // arm64:"FRINTZD" + // ppc64x:"FRIZ" + // wasm:"F64Trunc" + sink64[3] = math.Trunc(x) + + // amd64/v2:-".*x86HasSSE41" amd64/v3:-".*x86HasSSE41" + // amd64:"ROUNDSD [$]0" + // s390x:"FIDBR [$]4" + // arm64:"FRINTND" + // wasm:"F64Nearest" + sink64[4] = math.RoundToEven(x) +} + +func sqrt(x float64) float64 { + // amd64:"SQRTSD" + // 386/sse2:"SQRTSD" 386/softfloat:-"SQRTD" + // arm64:"FSQRTD" + // arm/7:"SQRTD" + // loong64:"SQRTD" + // mips/hardfloat:"SQRTD" mips/softfloat:-"SQRTD" + // mips64/hardfloat:"SQRTD" mips64/softfloat:-"SQRTD" + // wasm:"F64Sqrt" + // ppc64x:"FSQRT" + // riscv64: "FSQRTD" + return math.Sqrt(x) +} + +func sqrt32(x float32) float32 { + // amd64:"SQRTSS" + // 386/sse2:"SQRTSS" 386/softfloat:-"SQRTS" + // arm64:"FSQRTS" + // arm/7:"SQRTF" + // loong64:"SQRTF" + // mips/hardfloat:"SQRTF" mips/softfloat:-"SQRTF" + // mips64/hardfloat:"SQRTF" mips64/softfloat:-"SQRTF" + // wasm:"F32Sqrt" + // ppc64x:"FSQRTS" + // riscv64: "FSQRTS" + return float32(math.Sqrt(float64(x))) +} + +// Check that it's using integer registers +func abs(x, y float64) { + // amd64:"BTRQ [$]63" + // arm64:"FABSD " + // loong64:"ABSD " + // s390x:"LPDFR " -"MOVD " (no integer load/store) + // ppc64x:"FABS " + // riscv64:"FABSD " + // wasm:"F64Abs" + // arm/6:"ABSD " + // mips64/hardfloat:"ABSD " + // mips/hardfloat:"ABSD " + sink64[0] = math.Abs(x) + + // amd64:"BTRQ [$]63" "PXOR" (TODO: this should be BTSQ) + // s390x:"LNDFR " -"MOVD " (no integer load/store) + // ppc64x:"FNABS " + sink64[1] = -math.Abs(y) +} + +// Check that it's using integer registers +func abs32(x float32) float32 { + // s390x:"LPDFR" -"LDEBR" -"LEDBR" (no float64 conversion) + return float32(math.Abs(float64(x))) +} + +// Check that it's using integer registers +func copysign(a, b, c float64) { + // amd64:"BTRQ [$]63" "ANDQ" "ORQ" + // loong64:"FCOPYSGD" + // s390x:"CPSDR" -"MOVD" (no integer load/store) + // ppc64x:"FCPSGN" + // riscv64:"FSGNJD" + // wasm:"F64Copysign" + sink64[0] = math.Copysign(a, b) + + // amd64:"BTSQ [$]63" + // loong64:"FCOPYSGD" + // s390x:"LNDFR " -"MOVD " (no integer load/store) + // ppc64x:"FCPSGN" + // riscv64:"FSGNJD" + // arm64:"ORR", -"AND" + sink64[1] = math.Copysign(c, -1) + + // Like math.Copysign(c, -1), but with integer operations. Useful + // for platforms that have a copysign opcode to see if it's detected. + // s390x:"LNDFR " -"MOVD " (no integer load/store) + sink64[2] = math.Float64frombits(math.Float64bits(a) | 1<<63) + + // amd64:"ANDQ" "ORQ" + // loong64:"FCOPYSGD" + // s390x:"CPSDR " -"MOVD " (no integer load/store) + // ppc64x:"FCPSGN" + // riscv64:"FSGNJD" + sink64[3] = math.Copysign(-1, c) +} + +func fma(x, y, z float64) float64 { + // amd64/v3:-".*x86HasFMA" + // amd64:"VFMADD231SD" + // arm/6:"FMULAD" + // arm64:"FMADDD" + // loong64:"FMADDD" + // s390x:"FMADD" + // ppc64x:"FMADD" + // riscv64:"FMADDD" + return math.FMA(x, y, z) +} + +func fms(x, y, z float64) float64 { + // riscv64:"FMSUBD" + return math.FMA(x, y, -z) +} + +func fnms(x, y, z float64) float64 { + // riscv64:"FNMSUBD" -"FNMADDD" + return math.FMA(-x, y, z) +} + +func fnma(x, y, z float64) float64 { + // riscv64:"FNMADDD" -"FNMSUBD" + return math.FMA(x, -y, -z) +} + +func isPosInf(x float64) bool { + // riscv64:"FCLASSD" + return math.IsInf(x, 1) +} + +func isPosInfEq(x float64) bool { + // riscv64:"FCLASSD" + return x == math.Inf(1) +} + +func isPosInfCmp(x float64) bool { + // riscv64:"FCLASSD" + return x > math.MaxFloat64 +} + +func isNotPosInf(x float64) bool { + // riscv64:"FCLASSD" + return !math.IsInf(x, 1) +} + +func isNotPosInfEq(x float64) bool { + // riscv64:"FCLASSD" + return x != math.Inf(1) +} + +func isNotPosInfCmp(x float64) bool { + // riscv64:"FCLASSD" + return x <= math.MaxFloat64 +} + +func isNegInf(x float64) bool { + // riscv64:"FCLASSD" + return math.IsInf(x, -1) +} + +func isNegInfEq(x float64) bool { + // riscv64:"FCLASSD" + return x == math.Inf(-1) +} + +func isNegInfCmp(x float64) bool { + // riscv64:"FCLASSD" + return x < -math.MaxFloat64 +} + +func isNotNegInf(x float64) bool { + // riscv64:"FCLASSD" + return !math.IsInf(x, -1) +} + +func isNotNegInfEq(x float64) bool { + // riscv64:"FCLASSD" + return x != math.Inf(-1) +} + +func isNotNegInfCmp(x float64) bool { + // riscv64:"FCLASSD" + return x >= -math.MaxFloat64 +} + +func fromFloat64(f64 float64) uint64 { + // amd64:"MOVQ X.*, [^X].*" + // arm64:"FMOVD F.*, R.*" + // loong64:"MOVV F.*, R.*" + // ppc64x:"MFVSRD" + // mips64/hardfloat:"MOVV F.*, R.*" + // riscv64:"FMVXD" + return math.Float64bits(f64+1) + 1 +} + +func fromFloat32(f32 float32) uint32 { + // amd64:"MOVL X.*, [^X].*" + // arm64:"FMOVS F.*, R.*" + // loong64:"MOVW F.*, R.*" + // mips64/hardfloat:"MOVW F.*, R.*" + // riscv64:"FMVXW" + return math.Float32bits(f32+1) + 1 +} + +func toFloat64(u64 uint64) float64 { + // amd64:"MOVQ [^X].*, X.*" + // arm64:"FMOVD R.*, F.*" + // loong64:"MOVV R.*, F.*" + // ppc64x:"MTVSRD" + // mips64/hardfloat:"MOVV R.*, F.*" + // riscv64:"FMVDX" + return math.Float64frombits(u64+1) + 1 +} + +func toFloat32(u32 uint32) float32 { + // amd64:"MOVL [^X].*, X.*" + // arm64:"FMOVS R.*, F.*" + // loong64:"MOVW R.*, F.*" + // mips64/hardfloat:"MOVW R.*, F.*" + // riscv64:"FMVWX" + return math.Float32frombits(u32+1) + 1 +} + +// Test that comparisons with constants converted to float +// are evaluated at compile-time + +func constantCheck64() bool { + // amd64:"(MOVB [$]0)|(XORL [A-Z][A-Z0-9]+, [A-Z][A-Z0-9]+)" -"FCMP" -"MOVB [$]1" + // s390x:"MOV(B|BZ|D) [$]0," -"FCMPU" -"MOV(B|BZ|D) [$]1," + return 0.5 == float64(uint32(1)) || 1.5 > float64(uint64(1<<63)) +} + +func constantCheck32() bool { + // amd64:"MOV(B|L) [$]1" -"FCMP" -"MOV(B|L) [$]0" + // s390x:"MOV(B|BZ|D) [$]1," -"FCMPU" -"MOV(B|BZ|D) [$]0," + return float32(0.5) <= float32(int64(1)) && float32(1.5) >= float32(int32(-1<<31)) +} + +// Test that integer constants are converted to floating point constants +// at compile-time + +func constantConvert32(x float32) float32 { + // amd64:"MOVSS [$]f32.3f800000\\(SB\\)" + // s390x:"FMOVS [$]f32.3f800000\\(SB\\)" + // ppc64x/power8:"FMOVS [$]f32.3f800000\\(SB\\)" + // ppc64x/power9:"FMOVS [$]f32.3f800000\\(SB\\)" + // ppc64x/power10:"XXSPLTIDP [$]1065353216, VS0" + // arm64:"FMOVS [$]\\(1.0\\)" + if x > math.Float32frombits(0x3f800000) { + return -x + } + return x +} + +func constantConvertInt32(x uint32) uint32 { + // amd64:-"MOVSS" + // s390x:-"FMOVS" + // ppc64x:-"FMOVS" + // arm64:-"FMOVS" + if x > math.Float32bits(1) { + return -x + } + return x +} + +func nanGenerate64() float64 { + // Test to make sure we don't generate a NaN while constant propagating. + // See issue 36400. + zero := 0.0 + // amd64:-"DIVSD" + inf := 1 / zero // +inf. We can constant propagate this one. + negone := -1.0 + + // amd64:"DIVSD" + z0 := zero / zero + // amd64/v1,amd64/v2:"MULSD" + z1 := zero * inf + // amd64:"SQRTSD" + z2 := math.Sqrt(negone) + // amd64/v3:"VFMADD231SD" + return z0 + z1 + z2 +} + +func nanGenerate32() float32 { + zero := float32(0.0) + // amd64:-"DIVSS" + inf := 1 / zero // +inf. We can constant propagate this one. + + // amd64:"DIVSS" + z0 := zero / zero + // amd64/v1,amd64/v2:"MULSS" + z1 := zero * inf + // amd64/v3:"VFMADD231SS" + return z0 + z1 +} + +func outOfBoundsConv(i32 *[2]int32, u32 *[2]uint32, i64 *[2]int64, u64 *[2]uint64) { + // arm64: "FCVTZSDW" + // amd64: "CVTTSD2SL", "CVTSD2SS" + i32[0] = int32(two40()) + // arm64: "FCVTZSDW" + // amd64: "CVTTSD2SL", "CVTSD2SS" + i32[1] = int32(-two40()) + // arm64: "FCVTZSDW" + // amd64: "CVTTSD2SL", "CVTSD2SS" + u32[0] = uint32(two41()) + // on arm64, this uses an explicit <0 comparison, so it constant folds. + // on amd64, this uses an explicit <0 comparison, so it constant folds. + // amd64: "MOVL [$]0," + u32[1] = uint32(minus1()) + // arm64: "FCVTZSD" + // amd64: "CVTTSD2SQ" + i64[0] = int64(two80()) + // arm64: "FCVTZSD" + // amd64: "CVTTSD2SQ" + i64[1] = int64(-two80()) + // arm64: "FCVTZUD" + // amd64: "CVTTSD2SQ" + u64[0] = uint64(two81()) + // arm64: "FCVTZUD" + // on amd64, this uses an explicit <0 comparison, so it constant folds. + // amd64: "MOVQ [$]0," + u64[1] = uint64(minus1()) +} + +func two40() float64 { + return 1 << 40 +} +func two41() float64 { + return 1 << 41 +} +func two80() float64 { + return 1 << 80 +} +func two81() float64 { + return 1 << 81 +} +func minus1() float64 { + return -1 +} diff --git a/go/test/codegen/mathbits.go b/go/test/codegen/mathbits.go new file mode 100644 index 0000000000000000000000000000000000000000..6f7014688ac4a16fa9df13e98d4aaacdd6c9960c --- /dev/null +++ b/go/test/codegen/mathbits.go @@ -0,0 +1,1011 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import ( + "math/bits" + "unsafe" +) + +// ----------------------- // +// bits.LeadingZeros // +// ----------------------- // + +func LeadingZeros(n uint) int { + // amd64/v1,amd64/v2:"BSRQ" + // amd64/v3:"LZCNTQ", -"BSRQ" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" -"SUB" + // mips:"CLZ" + // ppc64x:"CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " -"SUB" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.LeadingZeros(n) +} + +func LeadingZeros64(n uint64) int { + // amd64/v1,amd64/v2:"BSRQ" + // amd64/v3:"LZCNTQ", -"BSRQ" + // arm:"CLZ" + // arm64:"CLZ" + // loong64:"CLZV" -"SUB" + // mips:"CLZ" + // ppc64x:"CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " -"ADDI" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.LeadingZeros64(n) +} + +func LeadingZeros32(n uint32) int { + // amd64/v1,amd64/v2:"BSRQ" "LEAQ" -"CMOVQEQ" + // amd64/v3: "LZCNTL" - "BSRL" + // arm:"CLZ" + // arm64:"CLZW" + // loong64:"CLZW" -"SUB" + // mips:"CLZ" + // ppc64x:"CNTLZW" + // riscv64/rva22u64,riscv64/rva23u64:"CLZW" -"ADDI" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.LeadingZeros32(n) +} + +func LeadingZeros16(n uint16) int { + // amd64/v1,amd64/v2:"BSRL" "LEAL" -"CMOVQEQ" + // amd64/v3: "LZCNTL" - "BSRL" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" + // mips:"CLZ" + // ppc64x:"CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " "ADDI [$]-48" -"NEG" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.LeadingZeros16(n) +} + +func LeadingZeros8(n uint8) int { + // amd64/v1,amd64/v2:"BSRL" "LEAL" -"CMOVQEQ" + // amd64/v3: "LZCNTL" - "BSRL" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" + // mips:"CLZ" + // ppc64x:"CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " "ADDI [$]-56" -"NEG" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.LeadingZeros8(n) +} + +// --------------- // +// bits.Len* // +// --------------- // + +func Len(n uint) int { + // amd64/v1,amd64/v2:"BSRQ" + // amd64/v3: "LZCNTQ" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" + // mips:"CLZ" + // ppc64x:"SUBC" "CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " "ADDI [$]-64" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.Len(n) +} + +func Len64(n uint64) int { + // amd64/v1,amd64/v2:"BSRQ" + // amd64/v3: "LZCNTQ" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" + // mips:"CLZ" + // ppc64x:"SUBC" "CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " "ADDI [$]-64" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.Len64(n) +} + +func SubFromLen64(n uint64) int { + // loong64:"CLZV" -"ADD" + // ppc64x:"CNTLZD" -"SUBC" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " -"ADDI" -"NEG" + return 64 - bits.Len64(n) +} + +func CompareWithLen64(n uint64) bool { + // loong64:"CLZV" -"ADD" -"[$]64" -"[$]9" + return bits.Len64(n) < 9 +} + +func Len32(n uint32) int { + // amd64/v1,amd64/v2:"BSRQ" "LEAQ" -"CMOVQEQ" + // amd64/v3: "LZCNTL" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZW" + // mips:"CLZ" + // ppc64x: "CNTLZW" + // riscv64/rva22u64,riscv64/rva23u64:"CLZW" "ADDI [$]-32" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.Len32(n) +} + +func Len16(n uint16) int { + // amd64/v1,amd64/v2:"BSRL" "LEAL" -"CMOVQEQ" + // amd64/v3: "LZCNTL" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" + // mips:"CLZ" + // ppc64x:"SUBC" "CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " "ADDI [$]-64" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.Len16(n) +} + +func Len8(n uint8) int { + // amd64/v1,amd64/v2:"BSRL" "LEAL" -"CMOVQEQ" + // amd64/v3: "LZCNTL" + // arm64:"CLZ" + // arm:"CLZ" + // loong64:"CLZV" + // mips:"CLZ" + // ppc64x:"SUBC" "CNTLZD" + // riscv64/rva22u64,riscv64/rva23u64:"CLZ " "ADDI [$]-64" + // s390x:"FLOGR" + // wasm:"I64Clz" + return bits.Len8(n) +} + +// -------------------- // +// bits.OnesCount // +// -------------------- // + +// TODO(register args) Restore a m d 6 4 / v 1 :.*x86HasPOPCNT when only one ABI is tested. +func OnesCount(n uint) int { + // amd64/v2:-".*x86HasPOPCNT" amd64/v3:-".*x86HasPOPCNT" + // amd64:"POPCNTQ" + // arm64:"VCNT" "VUADDLV" + // loong64:"VPCNTV" + // ppc64x:"POPCNTD" + // riscv64:"CPOP " + // s390x:"POPCNT" + // wasm:"I64Popcnt" + return bits.OnesCount(n) +} + +func OnesCount64(n uint64) int { + // amd64/v2:-".*x86HasPOPCNT" amd64/v3:-".*x86HasPOPCNT" + // amd64:"POPCNTQ" + // arm64:"VCNT" "VUADDLV" + // loong64:"VPCNTV" + // ppc64x:"POPCNTD" + // riscv64:"CPOP " + // s390x:"POPCNT" + // wasm:"I64Popcnt" + return bits.OnesCount64(n) +} + +func OnesCount32(n uint32) int { + // amd64/v2:-".*x86HasPOPCNT" amd64/v3:-".*x86HasPOPCNT" + // amd64:"POPCNTL" + // arm64:"VCNT" "VUADDLV" + // loong64:"VPCNTW" + // ppc64x:"POPCNTW" + // riscv64:"CPOPW" + // s390x:"POPCNT" + // wasm:"I64Popcnt" + return bits.OnesCount32(n) +} + +func OnesCount16(n uint16) int { + // amd64/v2:-".*x86HasPOPCNT" amd64/v3:-".*x86HasPOPCNT" + // amd64:"POPCNTL" + // arm64:"VCNT" "VUADDLV" + // loong64:"VPCNTH" + // ppc64x:"POPCNTW" + // riscv64:"CPOP " + // s390x:"POPCNT" + // wasm:"I64Popcnt" + return bits.OnesCount16(n) +} + +func OnesCount8(n uint8) int { + // ppc64x:"POPCNTB" + // riscv64/rva22u64,riscv64/rva23u64:"CPOP " + // s390x:"POPCNT" + // wasm:"I64Popcnt" + return bits.OnesCount8(n) +} + +// ------------------ // +// bits.Reverse // +// ------------------ // + +func Reverse(n uint) uint { + // loong64:"BITREVV" + return bits.Reverse(n) +} + +func Reverse64(n uint64) uint64 { + // loong64:"BITREVV" + return bits.Reverse64(n) +} + +func Reverse32(n uint32) uint32 { + // loong64:"BITREVW" + return bits.Reverse32(n) +} + +func Reverse16(n uint16) uint16 { + // loong64:"BITREV4B" "REVB2H" + return bits.Reverse16(n) +} + +func Reverse8(n uint8) uint8 { + // loong64:"BITREV4B" + return bits.Reverse8(n) +} + +// ----------------------- // +// bits.ReverseBytes // +// ----------------------- // + +func ReverseBytes(n uint) uint { + // 386:"BSWAPL" + // amd64:"BSWAPQ" + // arm64:"REV" + // loong64:"REVBV" + // riscv64/rva22u64,riscv64/rva23u64:"REV8" + // s390x:"MOVDBR" + return bits.ReverseBytes(n) +} + +func ReverseBytes64(n uint64) uint64 { + // 386:"BSWAPL" + // amd64:"BSWAPQ" + // arm64:"REV" + // loong64:"REVBV" + // ppc64x/power10: "BRD" + // riscv64/rva22u64,riscv64/rva23u64:"REV8" + // s390x:"MOVDBR" + return bits.ReverseBytes64(n) +} + +func ReverseBytes32(n uint32) uint32 { + // 386:"BSWAPL" + // amd64:"BSWAPL" + // arm64:"REVW" + // loong64:"REVB2W" + // ppc64x/power10: "BRW" + // riscv64/rva22u64,riscv64/rva23u64:"REV8" "SRLI [$]32" + // s390x:"MOVWBR" + return bits.ReverseBytes32(n) +} + +func ReverseBytes16(n uint16) uint16 { + // amd64:"ROLW" + // arm/5:"SLL" "SRL" "ORR" + // arm/6:"REV16" + // arm/7:"REV16" + // arm64:"REV16W" -"UBFX" -"ORR" + // loong64:"REVB2H" + // ppc64x/power10: "BRH" + // riscv64/rva22u64,riscv64/rva23u64:"REV8" "SRLI [$]48" + return bits.ReverseBytes16(n) +} + +// --------------------- // +// bits.RotateLeft // +// --------------------- // + +func RotateLeft64(n uint64) uint64 { + // amd64:"ROLQ" + // arm64:"ROR" + // loong64:"ROTRV" + // ppc64x:"ROTL" + // riscv64:"RORI" + // s390x:"RISBGZ [$]0, [$]63, [$]37, " + // wasm:"I64Rotl" + return bits.RotateLeft64(n, 37) +} + +func RotateLeft32(n uint32) uint32 { + // amd64:"ROLL" 386:"ROLL" + // arm:`MOVW R[0-9]+@>23` + // arm64:"RORW" + // loong64:"ROTR " + // ppc64x:"ROTLW" + // riscv64:"RORIW" + // s390x:"RLL" + // wasm:"I32Rotl" + return bits.RotateLeft32(n, 9) +} + +func RotateLeft16(n uint16, s int) uint16 { + // amd64:"ROLW" 386:"ROLW" + // arm64:"RORW" -"CSEL" + // loong64:"ROTR " "SLLV" + return bits.RotateLeft16(n, s) +} + +func RotateLeft8(n uint8, s int) uint8 { + // amd64:"ROLB" 386:"ROLB" + // arm64:"LSL" "LSR" -"CSEL" + // loong64:"OR" "SLLV" "SRLV" + return bits.RotateLeft8(n, s) +} + +func RotateLeftVariable(n uint, m int) uint { + // amd64:"ROLQ" + // arm64:"ROR" + // loong64:"ROTRV" + // ppc64x:"ROTL" + // riscv64:"ROL" + // s390x:"RLLG" + // wasm:"I64Rotl" + return bits.RotateLeft(n, m) +} + +func RotateLeftVariable64(n uint64, m int) uint64 { + // amd64:"ROLQ" + // arm64:"ROR" + // loong64:"ROTRV" + // ppc64x:"ROTL" + // riscv64:"ROL" + // s390x:"RLLG" + // wasm:"I64Rotl" + return bits.RotateLeft64(n, m) +} + +func RotateLeftVariable32(n uint32, m int) uint32 { + // arm:`MOVW R[0-9]+@>R[0-9]+` + // amd64:"ROLL" + // arm64:"RORW" + // loong64:"ROTR " + // ppc64x:"ROTLW" + // riscv64:"ROLW" + // s390x:"RLL" + // wasm:"I32Rotl" + return bits.RotateLeft32(n, m) +} + +// ------------------------ // +// bits.TrailingZeros // +// ------------------------ // + +func TrailingZeros(n uint) int { + // 386:"BSFL" + // amd64/v1,amd64/v2:"BSFQ" "MOVL [$]64" "CMOVQEQ" + // amd64/v3:"TZCNTQ" + // arm:"CLZ" + // arm64:"RBIT" "CLZ" + // loong64:"CTZV" + // ppc64x/power8:"ANDN" "POPCNTD" + // ppc64x/power9: "CNTTZD" + // riscv64/rva22u64,riscv64/rva23u64: "CTZ " + // s390x:"FLOGR" + // wasm:"I64Ctz" + return bits.TrailingZeros(n) +} + +func TrailingZeros64(n uint64) int { + // 386:"BSFL" "JNE" + // amd64/v1,amd64/v2:"BSFQ" "MOVL [$]64" "CMOVQEQ" + // amd64/v3:"TZCNTQ" + // arm64:"RBIT" "CLZ" + // loong64:"CTZV" + // ppc64x/power8:"ANDN" "POPCNTD" + // ppc64x/power9: "CNTTZD" + // riscv64/rva22u64,riscv64/rva23u64: "CTZ " + // s390x:"FLOGR" + // wasm:"I64Ctz" + return bits.TrailingZeros64(n) +} + +func TrailingZeros64Subtract(n uint64) int { + // ppc64x/power8:"NEG" "SUBC" "ANDN" "POPCNTD" + // ppc64x/power9:"SUBC" "CNTTZD" + return bits.TrailingZeros64(1 - n) +} + +func TrailingZeros32(n uint32) int { + // 386:"BSFL" + // amd64/v1,amd64/v2:"BTSQ [$]32" "BSFQ" + // amd64/v3:"TZCNTL" + // arm:"CLZ" + // arm64:"RBITW" "CLZW" + // loong64:"CTZW" + // ppc64x/power8:"ANDN" "POPCNTW" + // ppc64x/power9: "CNTTZW" + // riscv64/rva22u64,riscv64/rva23u64: "CTZW" + // s390x:"FLOGR" "MOVWZ" + // wasm:"I64Ctz" + return bits.TrailingZeros32(n) +} + +func TrailingZeros16(n uint16) int { + // 386:"BSFL " + // amd64:"BSFL" "ORL [$]65536" + // arm:"ORR [$]65536" "CLZ" -"MOVHU R" + // arm64:"ORR [$]65536" "RBITW" "CLZW" -"MOVHU R" -"RBIT " -"CLZ " + // loong64:"CTZV" + // ppc64x/power8:"POPCNTW" "ADD [$]-1" + // ppc64x/power9:"CNTTZD" "ORIS [$]1" + // riscv64/rva22u64,riscv64/rva23u64: "ORI [$]65536" "CTZW" + // s390x:"FLOGR" "OR [$]65536" + // wasm:"I64Ctz" + return bits.TrailingZeros16(n) +} + +func TrailingZeros8(n uint8) int { + // 386:"BSFL" + // amd64:"BSFL" "ORL [$]256" + // arm:"ORR [$]256" "CLZ" -"MOVBU R" + // arm64:"ORR [$]256" "RBITW" "CLZW" -"MOVBU R" -"RBIT " -"CLZ " + // loong64:"CTZV" + // ppc64x/power8:"POPCNTB" "ADD [$]-1" + // ppc64x/power9:"CNTTZD" "OR [$]256" + // riscv64/rva22u64,riscv64/rva23u64: "ORI [$]256" "CTZW" + // s390x:"FLOGR" "OR [$]256" + // wasm:"I64Ctz" + return bits.TrailingZeros8(n) +} + +// IterateBitsNN checks special handling of TrailingZerosNN when the input is known to be non-zero. + +func IterateBits(n uint) int { + i := 0 + for n != 0 { + // amd64/v1,amd64/v2:"BSFQ" -"CMOVEQ" + // amd64/v3:"TZCNTQ" + i += bits.TrailingZeros(n) + n &= n - 1 + } + return i +} + +func IterateBits64(n uint64) int { + i := 0 + for n != 0 { + // amd64/v1,amd64/v2:"BSFQ" -"CMOVEQ" + // amd64/v3:"TZCNTQ" + // riscv64/rva22u64,riscv64/rva23u64: "CTZ " + i += bits.TrailingZeros64(n) + n &= n - 1 + } + return i +} + +func IterateBits32(n uint32) int { + i := 0 + for n != 0 { + // amd64/v1,amd64/v2:"BSFL" -"BTSQ" + // amd64/v3:"TZCNTL" + // riscv64/rva22u64,riscv64/rva23u64: "CTZ " + i += bits.TrailingZeros32(n) + n &= n - 1 + } + return i +} + +func IterateBits16(n uint16) int { + i := 0 + for n != 0 { + // amd64/v1,amd64/v2:"BSFL" -"BTSL" + // amd64/v3:"TZCNTL" + // arm64:"RBITW" "CLZW" -"ORR" + // riscv64/rva22u64,riscv64/rva23u64: "CTZ " -"ORR" + i += bits.TrailingZeros16(n) + n &= n - 1 + } + return i +} + +func IterateBits8(n uint8) int { + i := 0 + for n != 0 { + // amd64/v1,amd64/v2:"BSFL" -"BTSL" + // amd64/v3:"TZCNTL" + // arm64:"RBITW" "CLZW" -"ORR" + // riscv64/rva22u64,riscv64/rva23u64: "CTZ " -"ORR" + i += bits.TrailingZeros8(n) + n &= n - 1 + } + return i +} + +// --------------- // +// bits.Add* // +// --------------- // + +func Add(x, y, ci uint) (r, co uint) { + // arm64:"ADDS" "ADCS" "ADC" -"ADD " -"CMP" + // amd64:"NEGL" "ADCQ" "SBBQ" "NEGQ" + // ppc64x: "ADDC", "ADDE", "ADDZE" + // s390x:"ADDE" "ADDC [$]-1," + // riscv64: "ADD" "SLTU" + return bits.Add(x, y, ci) +} + +func AddC(x, ci uint) (r, co uint) { + // arm64:"ADDS" "ADCS" "ADC" -"ADD " -"CMP" + // amd64:"NEGL" "ADCQ" "SBBQ" "NEGQ" + // loong64: "ADDV", "SGTU" + // ppc64x: "ADDC", "ADDE", "ADDZE" + // s390x:"ADDE" "ADDC [$]-1," + // mips64:"ADDV" "SGTU" + // riscv64: "ADD" "SLTU" + return bits.Add(x, 7, ci) +} + +func AddZ(x, y uint) (r, co uint) { + // arm64:"ADDS" "ADC" -"ADCS" -"ADD " -"CMP" + // amd64:"ADDQ" "SBBQ" "NEGQ" -"NEGL" -"ADCQ" + // loong64: "ADDV", "SGTU" + // ppc64x: "ADDC", -"ADDE", "ADDZE" + // s390x:"ADDC" -"ADDC [$]-1," + // mips64:"ADDV" "SGTU" + // riscv64: "ADD" "SLTU" + return bits.Add(x, y, 0) +} + +func AddR(x, y, ci uint) uint { + // arm64:"ADDS" "ADCS" -"ADD " -"CMP" + // amd64:"NEGL" "ADCQ" -"SBBQ" -"NEGQ" + // loong64: "ADDV", -"SGTU" + // ppc64x: "ADDC", "ADDE", -"ADDZE" + // s390x:"ADDE" "ADDC [$]-1," + // mips64:"ADDV" -"SGTU" + // riscv64: "ADD" -"SLTU" + r, _ := bits.Add(x, y, ci) + return r +} + +func AddM(p, q, r *[3]uint) { + var c uint + r[0], c = bits.Add(p[0], q[0], c) + // arm64:"ADCS" -"ADD " -"CMP" + // amd64:"ADCQ" -"NEGL" -"SBBQ" -"NEGQ" + // s390x:"ADDE" -"ADDC [$]-1," + r[1], c = bits.Add(p[1], q[1], c) + r[2], c = bits.Add(p[2], q[2], c) +} + +func Add64(x, y, ci uint64) (r, co uint64) { + // arm64:"ADDS" "ADCS" "ADC" -"ADD " -"CMP" + // amd64:"NEGL" "ADCQ" "SBBQ" "NEGQ" + // loong64: "ADDV", "SGTU" + // ppc64x: "ADDC", "ADDE", "ADDZE" + // s390x:"ADDE" "ADDC [$]-1," + // mips64:"ADDV" "SGTU" + // riscv64: "ADD" "SLTU" + return bits.Add64(x, y, ci) +} + +func Add64C(x, ci uint64) (r, co uint64) { + // arm64:"ADDS" "ADCS" "ADC" -"ADD " -"CMP" + // amd64:"NEGL" "ADCQ" "SBBQ" "NEGQ" + // loong64: "ADDV", "SGTU" + // ppc64x: "ADDC", "ADDE", "ADDZE" + // s390x:"ADDE" "ADDC [$]-1," + // mips64:"ADDV" "SGTU" + // riscv64: "ADD" "SLTU" + return bits.Add64(x, 7, ci) +} + +func Add64Z(x, y uint64) (r, co uint64) { + // arm64:"ADDS" "ADC" -"ADCS" -"ADD " -"CMP" + // amd64:"ADDQ" "SBBQ" "NEGQ" -"NEGL" -"ADCQ" + // loong64: "ADDV", "SGTU" + // ppc64x: "ADDC", -"ADDE", "ADDZE" + // s390x:"ADDC" -"ADDC [$]-1," + // mips64:"ADDV" "SGTU" + // riscv64: "ADD" "SLTU" + return bits.Add64(x, y, 0) +} + +func Add64R(x, y, ci uint64) uint64 { + // arm64:"ADDS" "ADCS" -"ADD " -"CMP" + // amd64:"NEGL" "ADCQ" -"SBBQ" -"NEGQ" + // loong64: "ADDV", -"SGTU" + // ppc64x: "ADDC", "ADDE", -"ADDZE" + // s390x:"ADDE" "ADDC [$]-1," + // mips64:"ADDV" -"SGTU" + // riscv64: "ADD" -"SLTU" + r, _ := bits.Add64(x, y, ci) + return r +} + +func Add64M(p, q, r *[3]uint64) { + var c uint64 + r[0], c = bits.Add64(p[0], q[0], c) + // arm64:"ADCS" -"ADD " -"CMP" + // amd64:"ADCQ" -"NEGL" -"SBBQ" -"NEGQ" + // ppc64x: -"ADDC", "ADDE", -"ADDZE" + // s390x:"ADDE" -"ADDC [$]-1," + r[1], c = bits.Add64(p[1], q[1], c) + r[2], c = bits.Add64(p[2], q[2], c) +} + +func Add64M0(p, q, r *[3]uint64) { + var c uint64 + r[0], c = bits.Add64(p[0], q[0], 0) + // ppc64x: -"ADDC", -"ADDE", "ADDZE R[1-9]" + r[1], c = bits.Add64(p[1], 0, c) + // ppc64x: -"ADDC", "ADDE", -"ADDZE" + r[2], c = bits.Add64(p[2], p[2], c) +} + +func Add64MSaveC(p, q, r, c *[2]uint64) { + // ppc64x: "ADDC R", "ADDZE" + r[0], c[0] = bits.Add64(p[0], q[0], 0) + // ppc64x: "ADDC [$]-1", "ADDE", "ADDZE" + r[1], c[1] = bits.Add64(p[1], q[1], c[0]) +} + +func Add64PanicOnOverflowEQ(a, b uint64) uint64 { + r, c := bits.Add64(a, b, 0) + // s390x:"BRC [$]3," -"ADDE" + if c == 1 { + panic("overflow") + } + return r +} + +func Add64PanicOnOverflowNE(a, b uint64) uint64 { + r, c := bits.Add64(a, b, 0) + // s390x:"BRC [$]3," -"ADDE" + if c != 0 { + panic("overflow") + } + return r +} + +func Add64PanicOnOverflowGT(a, b uint64) uint64 { + r, c := bits.Add64(a, b, 0) + // s390x:"BRC [$]3," -"ADDE" + if c > 0 { + panic("overflow") + } + return r +} + +func Add64MPanicOnOverflowEQ(a, b [2]uint64) [2]uint64 { + var r [2]uint64 + var c uint64 + r[0], c = bits.Add64(a[0], b[0], c) + r[1], c = bits.Add64(a[1], b[1], c) + // s390x:"BRC [$]3," + if c == 1 { + panic("overflow") + } + return r +} + +func Add64MPanicOnOverflowNE(a, b [2]uint64) [2]uint64 { + var r [2]uint64 + var c uint64 + r[0], c = bits.Add64(a[0], b[0], c) + r[1], c = bits.Add64(a[1], b[1], c) + // s390x:"BRC [$]3," + if c != 0 { + panic("overflow") + } + return r +} + +func Add64MPanicOnOverflowGT(a, b [2]uint64) [2]uint64 { + var r [2]uint64 + var c uint64 + r[0], c = bits.Add64(a[0], b[0], c) + r[1], c = bits.Add64(a[1], b[1], c) + // s390x:"BRC [$]3," + if c > 0 { + panic("overflow") + } + return r +} + +// Verify independent carry chain operations are scheduled efficiently +// and do not cause unnecessary save/restore of the CA bit. +// +// This is an example of why CarryChainTail priority must be lower +// (earlier in the block) than Memory. f[0]=f1 could be scheduled +// after the first two lower 64 bit limb adds, but before either +// high 64 bit limbs are added. +// +// This is what happened on PPC64 when compiling +// crypto/internal/edwards25519/field.feMulGeneric. +func Add64MultipleChains(a, b, c, d [2]uint64) [2]uint64 { + var cx, d1, d2 uint64 + a1, a2 := a[0], a[1] + b1, b2 := b[0], b[1] + c1, c2 := c[0], c[1] + + // ppc64x: "ADDC R\\d+,", -"ADDE", -"MOVD XER" + d1, cx = bits.Add64(a1, b1, 0) + // ppc64x: "ADDE", -"ADDC", -"MOVD .*, XER" + d2, _ = bits.Add64(a2, b2, cx) + + // ppc64x: "ADDC R\\d+,", -"ADDE", -"MOVD XER" + d1, cx = bits.Add64(c1, d1, 0) + // ppc64x: "ADDE", -"ADDC", -"MOVD .*, XER" + d2, _ = bits.Add64(c2, d2, cx) + d[0] = d1 + d[1] = d2 + return d +} + +// --------------- // +// bits.Sub* // +// --------------- // + +func Sub(x, y, ci uint) (r, co uint) { + // amd64:"NEGL" "SBBQ" "NEGQ" + // arm64:"NEGS" "SBCS" "NGC" "NEG" -"ADD" -"SUB" -"CMP" + // loong64:"SUBV" "SGTU" + // ppc64x:"SUBC", "SUBE", "SUBZE", "NEG" + // s390x:"SUBE" + // mips64:"SUBV" "SGTU" + // riscv64: "SUB" "SLTU" + return bits.Sub(x, y, ci) +} + +func SubC(x, ci uint) (r, co uint) { + // amd64:"NEGL" "SBBQ" "NEGQ" + // arm64:"NEGS" "SBCS" "NGC" "NEG" -"ADD" -"SUB" -"CMP" + // loong64:"SUBV" "SGTU" + // ppc64x:"SUBC", "SUBE", "SUBZE", "NEG" + // s390x:"SUBE" + // mips64:"SUBV" "SGTU" + // riscv64: "SUB" "SLTU" + return bits.Sub(x, 7, ci) +} + +func SubZ(x, y uint) (r, co uint) { + // amd64:"SUBQ" "SBBQ" "NEGQ" -"NEGL" + // arm64:"SUBS" "NGC" "NEG" -"SBCS" -"ADD" -"SUB " -"CMP" + // loong64:"SUBV" "SGTU" + // ppc64x:"SUBC", -"SUBE", "SUBZE", "NEG" + // s390x:"SUBC" + // mips64:"SUBV" "SGTU" + // riscv64: "SUB" "SLTU" + return bits.Sub(x, y, 0) +} + +func SubR(x, y, ci uint) uint { + // amd64:"NEGL" "SBBQ" -"NEGQ" + // arm64:"NEGS" "SBCS" -"NGC" -"NEG " -"ADD" -"SUB" -"CMP" + // loong64:"SUBV" -"SGTU" + // ppc64x:"SUBC", "SUBE", -"SUBZE", -"NEG" + // s390x:"SUBE" + // riscv64: "SUB" -"SLTU" + r, _ := bits.Sub(x, y, ci) + return r +} +func SubM(p, q, r *[3]uint) { + var c uint + r[0], c = bits.Sub(p[0], q[0], c) + // amd64:"SBBQ" -"NEGL" -"NEGQ" + // arm64:"SBCS" -"NEGS" -"NGC" -"NEG" -"ADD" -"SUB" -"CMP" + // ppc64x:-"SUBC", "SUBE", -"SUBZE", -"NEG" + // s390x:"SUBE" + r[1], c = bits.Sub(p[1], q[1], c) + r[2], c = bits.Sub(p[2], q[2], c) +} + +func Sub64(x, y, ci uint64) (r, co uint64) { + // amd64:"NEGL" "SBBQ" "NEGQ" + // arm64:"NEGS" "SBCS" "NGC" "NEG" -"ADD" -"SUB" -"CMP" + // loong64:"SUBV" "SGTU" + // ppc64x:"SUBC", "SUBE", "SUBZE", "NEG" + // s390x:"SUBE" + // mips64:"SUBV" "SGTU" + // riscv64: "SUB" "SLTU" + return bits.Sub64(x, y, ci) +} + +func Sub64C(x, ci uint64) (r, co uint64) { + // amd64:"NEGL" "SBBQ" "NEGQ" + // arm64:"NEGS" "SBCS" "NGC" "NEG" -"ADD" -"SUB" -"CMP" + // loong64:"SUBV" "SGTU" + // ppc64x:"SUBC", "SUBE", "SUBZE", "NEG" + // s390x:"SUBE" + // mips64:"SUBV" "SGTU" + // riscv64: "SUB" "SLTU" + return bits.Sub64(x, 7, ci) +} + +func Sub64Z(x, y uint64) (r, co uint64) { + // amd64:"SUBQ" "SBBQ" "NEGQ" -"NEGL" + // arm64:"SUBS" "NGC" "NEG" -"SBCS" -"ADD" -"SUB " -"CMP" + // loong64:"SUBV" "SGTU" + // ppc64x:"SUBC", -"SUBE", "SUBZE", "NEG" + // s390x:"SUBC" + // mips64:"SUBV" "SGTU" + // riscv64: "SUB" "SLTU" + return bits.Sub64(x, y, 0) +} + +func Sub64R(x, y, ci uint64) uint64 { + // amd64:"NEGL" "SBBQ" -"NEGQ" + // arm64:"NEGS" "SBCS" -"NGC" -"NEG " -"ADD" -"SUB" -"CMP" + // loong64:"SUBV" -"SGTU" + // ppc64x:"SUBC", "SUBE", -"SUBZE", -"NEG" + // s390x:"SUBE" + // riscv64: "SUB" -"SLTU" + r, _ := bits.Sub64(x, y, ci) + return r +} +func Sub64M(p, q, r *[3]uint64) { + var c uint64 + r[0], c = bits.Sub64(p[0], q[0], c) + // amd64:"SBBQ" -"NEGL" -"NEGQ" + // arm64:"SBCS" -"NEGS" -"NGC" -"NEG" -"ADD" -"SUB" -"CMP" + // s390x:"SUBE" + r[1], c = bits.Sub64(p[1], q[1], c) + r[2], c = bits.Sub64(p[2], q[2], c) +} + +func Sub64MSaveC(p, q, r, c *[2]uint64) { + // ppc64x:"SUBC R\\d+, R\\d+,", "SUBZE", "NEG" + r[0], c[0] = bits.Sub64(p[0], q[0], 0) + // ppc64x:"SUBC R\\d+, [$]0,", "SUBE", "SUBZE", "NEG" + r[1], c[1] = bits.Sub64(p[1], q[1], c[0]) +} + +func Sub64PanicOnOverflowEQ(a, b uint64) uint64 { + r, b := bits.Sub64(a, b, 0) + // s390x:"BRC [$]12," -"ADDE" -"SUBE" + if b == 1 { + panic("overflow") + } + return r +} + +func Sub64PanicOnOverflowNE(a, b uint64) uint64 { + r, b := bits.Sub64(a, b, 0) + // s390x:"BRC [$]12," -"ADDE" -"SUBE" + if b != 0 { + panic("overflow") + } + return r +} + +func Sub64PanicOnOverflowGT(a, b uint64) uint64 { + r, b := bits.Sub64(a, b, 0) + // s390x:"BRC [$]12," -"ADDE" -"SUBE" + if b > 0 { + panic("overflow") + } + return r +} + +func Sub64MPanicOnOverflowEQ(a, b [2]uint64) [2]uint64 { + var r [2]uint64 + var c uint64 + r[0], c = bits.Sub64(a[0], b[0], c) + r[1], c = bits.Sub64(a[1], b[1], c) + // s390x:"BRC [$]12," + if c == 1 { + panic("overflow") + } + return r +} + +func Sub64MPanicOnOverflowNE(a, b [2]uint64) [2]uint64 { + var r [2]uint64 + var c uint64 + r[0], c = bits.Sub64(a[0], b[0], c) + r[1], c = bits.Sub64(a[1], b[1], c) + // s390x:"BRC [$]12," + if c != 0 { + panic("overflow") + } + return r +} + +func Sub64MPanicOnOverflowGT(a, b [2]uint64) [2]uint64 { + var r [2]uint64 + var c uint64 + r[0], c = bits.Sub64(a[0], b[0], c) + r[1], c = bits.Sub64(a[1], b[1], c) + // s390x:"BRC [$]12," + if c > 0 { + panic("overflow") + } + return r +} + +// --------------- // +// bits.Mul* // +// --------------- // + +func Mul(x, y uint) (hi, lo uint) { + // amd64:"MULQ" + // arm64:"UMULH" "MUL" + // loong64:"MULV" "MULHVU" + // ppc64x:"MULHDU" "MULLD" + // s390x:"MLGR" + // mips64: "MULVU" + // riscv64:"MULHU" "MUL" + return bits.Mul(x, y) +} + +func Mul64(x, y uint64) (hi, lo uint64) { + // amd64:"MULQ" + // arm64:"UMULH" "MUL" + // loong64:"MULV" "MULHVU" + // ppc64x:"MULHDU" "MULLD" + // s390x:"MLGR" + // mips64: "MULVU" + // riscv64:"MULHU" "MUL" + return bits.Mul64(x, y) +} + +func Mul64HiOnly(x, y uint64) uint64 { + // arm64:"UMULH" -"MUL" + // loong64:"MULHVU" -"MULV" + // riscv64:"MULHU" -"MUL " + hi, _ := bits.Mul64(x, y) + return hi +} + +func Mul64LoOnly(x, y uint64) uint64 { + // arm64:"MUL" -"UMULH" + // loong64:"MULV" -"MULHVU" + // riscv64:"MUL " -"MULHU" + _, lo := bits.Mul64(x, y) + return lo +} + +func Mul64Const() (uint64, uint64) { + // 7133701809754865664 == 99<<56 + // arm64:"MOVD [$]7133701809754865664, R1", "MOVD [$]88, R0" + // loong64:"MOVV [$]88, R4" "MOVV [$]7133701809754865664, R5" -"MUL" + return bits.Mul64(99+88<<8, 1<<56) +} + +func MulUintOverflow(p *uint64) []uint64 { + // arm64:"CMP [$]72" + return unsafe.Slice(p, 9) +} + +// --------------- // +// bits.Div* // +// --------------- // + +func Div(hi, lo, x uint) (q, r uint) { + // amd64:"DIVQ" + return bits.Div(hi, lo, x) +} + +func Div32(hi, lo, x uint32) (q, r uint32) { + // arm64:"ORR" "UDIV" "MSUB" -"UREM" + return bits.Div32(hi, lo, x) +} + +func Div64(hi, lo, x uint64) (q, r uint64) { + // amd64:"DIVQ" + return bits.Div64(hi, lo, x) +} + +func Div64degenerate(x uint64) (q, r uint64) { + // amd64:-"DIVQ" + return bits.Div64(0, x, 5) +} diff --git a/go/test/codegen/memcombine.go b/go/test/codegen/memcombine.go new file mode 100644 index 0000000000000000000000000000000000000000..deac9e2091e58ba5e5149e1bff2a55efb96eb863 --- /dev/null +++ b/go/test/codegen/memcombine.go @@ -0,0 +1,1089 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import ( + "encoding/binary" + "runtime" +) + +// ------------- // +// Loading // +// ------------- // + +func load_le64(b []byte) uint64 { + // amd64:`MOVQ\s\(.*\),`,-`MOV[BWL] [^$]`,-`OR` + // s390x:`MOVDBR\s\(.*\),` + // arm64:`MOVD\s\(R[0-9]+\),`,-`MOV[BHW]` + // loong64:`MOVV\s\(R[0-9]+\),` + // ppc64le:`MOVD\s`,-`MOV[BHW]Z` + // ppc64:`MOVDBR\s`,-`MOV[BHW]Z` + return binary.LittleEndian.Uint64(b) +} + +func load_le64_idx(b []byte, idx int) uint64 { + // amd64:`MOVQ\s\(.*\)\(.*\*1\),`,-`MOV[BWL] [^$]`,-`OR` + // s390x:`MOVDBR\s\(.*\)\(.*\*1\),` + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+\),`,-`MOV[BHW]` + // loong64:`MOVV\s\(R[0-9]+\)\(R[0-9]+\),` + // ppc64le:`MOVD\s`,-`MOV[BHW]Z\s` + // ppc64:`MOVDBR\s`,-`MOV[BHW]Z\s` + return binary.LittleEndian.Uint64(b[idx:]) +} + +func load_le32(b []byte) uint32 { + // amd64:`MOVL\s\(.*\),`,-`MOV[BW]`,-`OR` + // 386:`MOVL\s\(.*\),`,-`MOV[BW]`,-`OR` + // s390x:`MOVWBR\s\(.*\),` + // arm64:`MOVWU\s\(R[0-9]+\),`,-`MOV[BH]` + // loong64:`MOVWU\s\(R[0-9]+\),` + // ppc64le:`MOVWZ\s`,-`MOV[BH]Z\s` + // ppc64:`MOVWBR\s`,-`MOV[BH]Z\s` + return binary.LittleEndian.Uint32(b) +} + +func load_le32_idx(b []byte, idx int) uint32 { + // amd64:`MOVL\s\(.*\)\(.*\*1\),`,-`MOV[BW]`,-`OR` + // 386:`MOVL\s\(.*\)\(.*\*1\),`,-`MOV[BW]`,-`OR` + // s390x:`MOVWBR\s\(.*\)\(.*\*1\),` + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+\),`,-`MOV[BH]` + // loong64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+\),` + // ppc64le:`MOVWZ\s`,-`MOV[BH]Z\s` + // ppc64:`MOVWBR\s`,-`MOV[BH]Z\s' + return binary.LittleEndian.Uint32(b[idx:]) +} + +func load_le16(b []byte) uint16 { + // amd64:`MOVWLZX\s\(.*\),`,-`MOVB`,-`OR` + // ppc64le:`MOVHZ\s`,-`MOVBZ` + // arm64:`MOVHU\s\(R[0-9]+\),`,-`MOVB` + // loong64:`MOVHU\s\(R[0-9]+\),` + // s390x:`MOVHBR\s\(.*\),` + // ppc64:`MOVHBR\s`,-`MOVBZ` + return binary.LittleEndian.Uint16(b) +} + +func load_le16_idx(b []byte, idx int) uint16 { + // amd64:`MOVWLZX\s\(.*\),`,-`MOVB`,-`OR` + // ppc64le:`MOVHZ\s`,-`MOVBZ` + // ppc64:`MOVHBR\s`,-`MOVBZ` + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+\),`,-`MOVB` + // loong64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+\),` + // s390x:`MOVHBR\s\(.*\)\(.*\*1\),` + return binary.LittleEndian.Uint16(b[idx:]) +} + +func load_be64(b []byte) uint64 { + // amd64/v1,amd64/v2:`BSWAPQ`,-`MOV[BWL] [^$]`,-`OR` + // amd64/v3:`MOVBEQ` + // s390x:`MOVD\s\(.*\),` + // arm64:`REV`,`MOVD\s\(R[0-9]+\),`,-`MOV[BHW]`,-`REVW`,-`REV16W` + // ppc64le:`MOVDBR`,-`MOV[BHW]Z` + // ppc64:`MOVD`,-`MOV[BHW]Z` + return binary.BigEndian.Uint64(b) +} + +func load_be64_idx(b []byte, idx int) uint64 { + // amd64/v1,amd64/v2:`BSWAPQ`,-`MOV[BWL] [^$]`,-`OR` + // amd64/v3: `MOVBEQ \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\), [A-Z]+[0-9]*` + // s390x:`MOVD\s\(.*\)\(.*\*1\),` + // arm64:`REV`,`MOVD\s\(R[0-9]+\)\(R[0-9]+\),`,-`MOV[WHB]`,-`REVW`,-`REV16W` + // ppc64le:`MOVDBR`,-`MOV[BHW]Z` + // ppc64:`MOVD`,-`MOV[BHW]Z` + return binary.BigEndian.Uint64(b[idx:]) +} + +func load_be32(b []byte) uint32 { + // amd64/v1,amd64/v2:`BSWAPL`,-`MOV[BW]`,-`OR` + // amd64/v3: `MOVBEL` + // s390x:`MOVWZ\s\(.*\),` + // arm64:`REVW`,`MOVWU\s\(R[0-9]+\),`,-`MOV[BH]`,-`REV16W` + // ppc64le:`MOVWBR`,-`MOV[BH]Z` + // ppc64:`MOVWZ`,-MOV[BH]Z` + return binary.BigEndian.Uint32(b) +} + +func load_be32_idx(b []byte, idx int) uint32 { + // amd64/v1,amd64/v2:`BSWAPL`,-`MOV[BW]`,-`OR` + // amd64/v3: `MOVBEL \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\), [A-Z]+[0-9]*` + // s390x:`MOVWZ\s\(.*\)\(.*\*1\),` + // arm64:`REVW`,`MOVWU\s\(R[0-9]+\)\(R[0-9]+\),`,-`MOV[HB]`,-`REV16W` + // ppc64le:`MOVWBR`,-`MOV[BH]Z` + // ppc64:`MOVWZ`,-MOV[BH]Z` + return binary.BigEndian.Uint32(b[idx:]) +} + +func load_be16(b []byte) uint16 { + // amd64:`ROLW\s\$8`,-`MOVB`,-`OR` + // arm64:`REV16W`,`MOVHU\s\(R[0-9]+\),`,-`MOVB` + // ppc64le:`MOVHBR`,-`MOVBZ` + // ppc64:`MOVHZ`,-`MOVBZ` + // s390x:`MOVHZ\s\(.*\),`,-`OR`,-`ORW`,-`SLD`,-`SLW` + return binary.BigEndian.Uint16(b) +} + +func load_be16_idx(b []byte, idx int) uint16 { + // amd64:`ROLW\s\$8`,-`MOVB`,-`OR` + // arm64:`REV16W`,`MOVHU\s\(R[0-9]+\)\(R[0-9]+\),`,-`MOVB` + // ppc64le:`MOVHBR`,-`MOVBZ` + // ppc64:`MOVHZ`,-`MOVBZ` + // s390x:`MOVHZ\s\(.*\)\(.*\*1\),`,-`OR`,-`ORW`,-`SLD`,-`SLW` + return binary.BigEndian.Uint16(b[idx:]) +} + +func load_le_byte2_uint16(s []byte) uint16 { + // arm64:`MOVHU \(R[0-9]+\)`,-`ORR`,-`MOVB` + // 386:`MOVWLZX\s\([A-Z]+\)`,-`MOVB`,-`OR` + // amd64:`MOVWLZX\s\([A-Z]+\)`,-`MOVB`,-`OR` + // ppc64le:`MOVHZ \(R[0-9]+\)`,-`MOVBZ` + // ppc64:`MOVHBR`,-`MOVBZ` + return uint16(s[0]) | uint16(s[1])<<8 +} + +func load_le_byte2_uint16_inv(s []byte) uint16 { + // arm64:`MOVHU \(R[0-9]+\)`,-`ORR`,-`MOVB` + // 386:`MOVWLZX\s\([A-Z]+\)`,-`MOVB`,-`OR` + // amd64:`MOVWLZX\s\([A-Z]+\)`,-`MOVB`,-`OR` + // ppc64le:`MOVHZ \(R[0-9]+\)`,-`MOVBZ` + // ppc64:`MOVHBR`,-`MOVBZ` + return uint16(s[1])<<8 | uint16(s[0]) +} + +func load_le_byte4_uint32(s []byte) uint32 { + // arm64:`MOVWU \(R[0-9]+\)`,-`ORR`,-`MOV[BH]` + // 386:`MOVL\s\([A-Z]+\)`,-`MOV[BW]`,-`OR` + // amd64:`MOVL\s\([A-Z]+\)`,-`MOV[BW]`,-`OR` + // ppc64le:`MOVWZ \(R[0-9]+\)`,-`MOV[BH]Z` + // ppc64:`MOVWBR`,-MOV[BH]Z` + return uint32(s[0]) | uint32(s[1])<<8 | uint32(s[2])<<16 | uint32(s[3])<<24 +} + +func load_le_byte4_uint32_inv(s []byte) uint32 { + // arm64:`MOVWU \(R[0-9]+\)`,-`ORR`,-`MOV[BH]` + // ppc64le:`MOVWZ`,-`MOV[BH]Z` + // ppc64:`MOVWBR`,-`MOV[BH]Z` + return uint32(s[3])<<24 | uint32(s[2])<<16 | uint32(s[1])<<8 | uint32(s[0]) +} + +func load_le_byte8_uint64(s []byte) uint64 { + // arm64:`MOVD \(R[0-9]+\)`,-`ORR`,-`MOV[BHW]` + // amd64:`MOVQ\s\([A-Z]+\),\s[A-Z]+`,-`MOV[BWL] [^$]`,-`OR` + // ppc64le:`MOVD \(R[0-9]+\)`,-`MOV[BHW]Z` + // ppc64:`MOVDBR`,-`MOVW[WHB]Z` + return uint64(s[0]) | uint64(s[1])<<8 | uint64(s[2])<<16 | uint64(s[3])<<24 | uint64(s[4])<<32 | uint64(s[5])<<40 | uint64(s[6])<<48 | uint64(s[7])<<56 +} + +func load_le_byte8_uint64_inv(s []byte) uint64 { + // arm64:`MOVD \(R[0-9]+\)`,-`ORR`,-`MOV[BHW]` + // ppc64le:`MOVD`,-`MOV[WHB]Z` + // ppc64:`MOVDBR`,-`MOV[WHB]Z` + return uint64(s[7])<<56 | uint64(s[6])<<48 | uint64(s[5])<<40 | uint64(s[4])<<32 | uint64(s[3])<<24 | uint64(s[2])<<16 | uint64(s[1])<<8 | uint64(s[0]) +} + +func load_be_byte2_uint16(s []byte) uint16 { + // arm64:`MOVHU \(R[0-9]+\)`,`REV16W`,-`ORR`,-`MOVB` + // amd64:`MOVWLZX\s\([A-Z]+\)`,`ROLW`,-`MOVB`,-`OR` + // ppc64le:`MOVHBR \(R[0-9]+\)`,-`MOVBZ` + // ppc64:`MOVHZ`,-`MOVBZ` + return uint16(s[0])<<8 | uint16(s[1]) +} + +func load_be_byte2_uint16_inv(s []byte) uint16 { + // arm64:`MOVHU \(R[0-9]+\)`,`REV16W`,-`ORR`,-`MOVB` + // amd64:`MOVWLZX\s\([A-Z]+\)`,`ROLW`,-`MOVB`,-`OR` + // ppc64le:`MOVHBR \(R[0-9]+\)`,-`MOVBZ` + // ppc64:`MOVHZ`,-`MOVBZ` + return uint16(s[1]) | uint16(s[0])<<8 +} + +func load_be_byte4_uint32(s []byte) uint32 { + // arm64:`MOVWU \(R[0-9]+\)`,`REVW`,-`ORR`,-`REV16W`,-`MOV[BH]` + // ppc64le:`MOVWBR`,-`MOV[HB]Z` + // ppc64:`MOVWZ`,-`MOV[HB]Z` + return uint32(s[0])<<24 | uint32(s[1])<<16 | uint32(s[2])<<8 | uint32(s[3]) +} + +func load_be_byte4_uint32_inv(s []byte) uint32 { + // arm64:`MOVWU \(R[0-9]+\)`,`REVW`,-`ORR`,-`REV16W`,-`MOV[BH]` + // amd64/v1,amd64/v2:`MOVL\s\([A-Z]+\)`,`BSWAPL`,-`MOV[BW]`,-`OR` + // amd64/v3: `MOVBEL` + // ppc64le:`MOVWBR`,-`MOV[HB]Z` + // ppc64:`MOVWZ`,-`MOV[HB]Z` + return uint32(s[3]) | uint32(s[2])<<8 | uint32(s[1])<<16 | uint32(s[0])<<24 +} + +func load_be_byte8_uint64(s []byte) uint64 { + // arm64:`MOVD \(R[0-9]+\)`,`REV`,-`ORR`,-`REVW`,-`REV16W`,-`MOV[BHW]` + // ppc64le:`MOVDBR \(R[0-9]+\)`,-`MOV[BHW]Z` + // ppc64:`MOVD`,-`MOV[WHB]Z` + return uint64(s[0])<<56 | uint64(s[1])<<48 | uint64(s[2])<<40 | uint64(s[3])<<32 | uint64(s[4])<<24 | uint64(s[5])<<16 | uint64(s[6])<<8 | uint64(s[7]) +} + +func load_be_byte8_uint64_inv(s []byte) uint64 { + // arm64:`MOVD \(R[0-9]+\)`,`REV`,-`ORR`,-`REVW`,-`REV16W`,-`MOV[BHW]` + // amd64/v1,amd64/v2:`MOVQ\s\([A-Z]+\),\s[A-Z]+`,`BSWAPQ`,-`MOV[BWL] [^$]`,-`OR` + // amd64/v3: `MOVBEQ` + // ppc64le:`MOVDBR \(R[0-9]+\)`,-`MOV[BHW]Z` + // ppc64:`MOVD`,-`MOV[BHW]Z` + return uint64(s[7]) | uint64(s[6])<<8 | uint64(s[5])<<16 | uint64(s[4])<<24 | uint64(s[3])<<32 | uint64(s[2])<<40 | uint64(s[1])<<48 | uint64(s[0])<<56 +} + +func load_le_byte2_uint16_idx(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+\)`,-`ORR`,-`MOVB` + // 386:`MOVWLZX\s\([A-Z]+\)\([A-Z]+`,-`ORL`,-`MOVB` + // amd64:`MOVWLZX\s\([A-Z]+\)\([A-Z]+`,-`MOVB`,-`OR` + // ppc64le:`MOVHZ`,-`MOVBZ` + // ppc64:`MOVHBR`,-`MOVBZ` + return uint16(s[idx]) | uint16(s[idx+1])<<8 +} + +func load_le_byte2_uint16_idx_inv(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+\)`,-`ORR`,-`MOVB` + // 386:`MOVWLZX\s\([A-Z]+\)\([A-Z]+`,-`ORL`,-`MOVB` + // amd64:`MOVWLZX\s\([A-Z]+\)\([A-Z]+`,-`MOVB`,-`OR` + // ppc64le:`MOVHZ`,-`MOVBZ` + // ppc64:`MOVHBR`,-`MOVBZ` + return uint16(s[idx+1])<<8 | uint16(s[idx]) +} + +func load_le_byte4_uint32_idx(s []byte, idx int) uint32 { + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+\)`,-`ORR`,-`MOV[BH]` + // amd64:`MOVL\s\([A-Z]+\)\([A-Z]+`,-`MOV[BW]`,-`OR` + return uint32(s[idx]) | uint32(s[idx+1])<<8 | uint32(s[idx+2])<<16 | uint32(s[idx+3])<<24 +} + +func load_le_byte4_uint32_idx_inv(s []byte, idx int) uint32 { + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+\)`,-`ORR`,-`MOV[BH]` + return uint32(s[idx+3])<<24 | uint32(s[idx+2])<<16 | uint32(s[idx+1])<<8 | uint32(s[idx]) +} + +func load_le_byte8_uint64_idx(s []byte, idx int) uint64 { + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+\)`,-`ORR`,-`MOV[BHW]` + // amd64:`MOVQ\s\([A-Z]+\)\([A-Z]+`,-`MOV[BWL]`,-`OR` + return uint64(s[idx]) | uint64(s[idx+1])<<8 | uint64(s[idx+2])<<16 | uint64(s[idx+3])<<24 | uint64(s[idx+4])<<32 | uint64(s[idx+5])<<40 | uint64(s[idx+6])<<48 | uint64(s[idx+7])<<56 +} + +func load_le_byte8_uint64_idx_inv(s []byte, idx int) uint64 { + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+\)`,-`ORR`,-`MOV[BHW]` + return uint64(s[idx+7])<<56 | uint64(s[idx+6])<<48 | uint64(s[idx+5])<<40 | uint64(s[idx+4])<<32 | uint64(s[idx+3])<<24 | uint64(s[idx+2])<<16 | uint64(s[idx+1])<<8 | uint64(s[idx]) +} + +func load_be_byte2_uint16_idx(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+\)`,`REV16W`,-`ORR`,-`MOVB` + // amd64:`MOVWLZX\s\([A-Z]+\)\([A-Z]+`,-`MOVB`,-`OR` + return uint16(s[idx])<<8 | uint16(s[idx+1]) +} + +func load_be_byte2_uint16_idx_inv(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+\)`,`REV16W`,-`ORR`,-`MOVB` + // amd64:`MOVWLZX\s\([A-Z]+\)\([A-Z]+`,-`MOVB`,-`OR` + return uint16(s[idx+1]) | uint16(s[idx])<<8 +} + +func load_be_byte4_uint32_idx(s []byte, idx int) uint32 { + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+\)`,`REVW`,-`ORR`,-`MOV[BH]`,-`REV16W` + return uint32(s[idx])<<24 | uint32(s[idx+1])<<16 | uint32(s[idx+2])<<8 | uint32(s[idx+3]) +} + +func load_be_byte8_uint64_idx(s []byte, idx int) uint64 { + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+\)`,`REV`,-`ORR`,-`MOV[BHW]`,-`REVW`,-`REV16W` + return uint64(s[idx])<<56 | uint64(s[idx+1])<<48 | uint64(s[idx+2])<<40 | uint64(s[idx+3])<<32 | uint64(s[idx+4])<<24 | uint64(s[idx+5])<<16 | uint64(s[idx+6])<<8 | uint64(s[idx+7]) +} + +func load_le_byte2_uint16_idx2(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+<<1\)`,-`ORR`,-`MOVB` + return uint16(s[idx<<1]) | uint16(s[(idx<<1)+1])<<8 +} + +func load_le_byte2_uint16_idx2_inv(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+<<1\)`,-`ORR`,-`MOVB` + return uint16(s[(idx<<1)+1])<<8 | uint16(s[idx<<1]) +} + +func load_le_byte4_uint32_idx4(s []byte, idx int) uint32 { + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+<<2\)`,-`ORR`,-`MOV[BH]` + return uint32(s[idx<<2]) | uint32(s[(idx<<2)+1])<<8 | uint32(s[(idx<<2)+2])<<16 | uint32(s[(idx<<2)+3])<<24 +} + +func load_le_byte4_uint32_idx4_inv(s []byte, idx int) uint32 { + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+<<2\)`,-`ORR`,-`MOV[BH]` + return uint32(s[(idx<<2)+3])<<24 | uint32(s[(idx<<2)+2])<<16 | uint32(s[(idx<<2)+1])<<8 | uint32(s[idx<<2]) +} + +func load_le_byte8_uint64_idx8(s []byte, idx int) uint64 { + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+<<3\)`,-`ORR`,-`MOV[BHW]` + return uint64(s[idx<<3]) | uint64(s[(idx<<3)+1])<<8 | uint64(s[(idx<<3)+2])<<16 | uint64(s[(idx<<3)+3])<<24 | uint64(s[(idx<<3)+4])<<32 | uint64(s[(idx<<3)+5])<<40 | uint64(s[(idx<<3)+6])<<48 | uint64(s[(idx<<3)+7])<<56 +} + +func load_le_byte8_uint64_idx8_inv(s []byte, idx int) uint64 { + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+<<3\)`,-`ORR`,-`MOV[BHW]` + return uint64(s[(idx<<3)+7])<<56 | uint64(s[(idx<<3)+6])<<48 | uint64(s[(idx<<3)+5])<<40 | uint64(s[(idx<<3)+4])<<32 | uint64(s[(idx<<3)+3])<<24 | uint64(s[(idx<<3)+2])<<16 | uint64(s[(idx<<3)+1])<<8 | uint64(s[idx<<3]) +} + +func load_be_byte2_uint16_idx2(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+<<1\)`,`REV16W`,-`ORR`,-`MOVB` + return uint16(s[idx<<1])<<8 | uint16(s[(idx<<1)+1]) +} + +func load_be_byte2_uint16_idx2_inv(s []byte, idx int) uint16 { + // arm64:`MOVHU\s\(R[0-9]+\)\(R[0-9]+<<1\)`,`REV16W`,-`ORR`,-`MOVB` + return uint16(s[(idx<<1)+1]) | uint16(s[idx<<1])<<8 +} + +func load_be_byte4_uint32_idx4(s []byte, idx int) uint32 { + // arm64:`MOVWU\s\(R[0-9]+\)\(R[0-9]+<<2\)`,`REVW`,-`ORR`,-`MOV[BH]`,-`REV16W` + return uint32(s[idx<<2])<<24 | uint32(s[(idx<<2)+1])<<16 | uint32(s[(idx<<2)+2])<<8 | uint32(s[(idx<<2)+3]) +} + +func load_be_byte8_uint64_idx8(s []byte, idx int) uint64 { + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+<<3\)`,`REV`,-`ORR`,-`MOV[BHW]`,-`REVW`,-`REV16W` + return uint64(s[idx<<3])<<56 | uint64(s[(idx<<3)+1])<<48 | uint64(s[(idx<<3)+2])<<40 | uint64(s[(idx<<3)+3])<<32 | uint64(s[(idx<<3)+4])<<24 | uint64(s[(idx<<3)+5])<<16 | uint64(s[(idx<<3)+6])<<8 | uint64(s[(idx<<3)+7]) +} + +// Some tougher cases for the memcombine pass. + +func reassoc_load_uint32(b []byte) uint32 { + // amd64:`MOVL\s\([A-Z]+\)`,-`MOV[BW]`,-`OR` + return (uint32(b[0]) | uint32(b[1])<<8) | (uint32(b[2])<<16 | uint32(b[3])<<24) +} + +func extrashift_load_uint32(b []byte) uint32 { + // amd64:`MOVL\s\([A-Z]+\)`,`SHLL\s[$]2`,-`MOV[BW]`,-`OR` + return uint32(b[0])<<2 | uint32(b[1])<<10 | uint32(b[2])<<18 | uint32(b[3])<<26 +} + +func outoforder_load_uint32(b []byte) uint32 { + // amd64:`MOVL\s\([A-Z]+\)`,-`MOV[BW]`,-`OR` + return uint32(b[0]) | uint32(b[2])<<16 | uint32(b[1])<<8 | uint32(b[3])<<24 +} + +func extraOr_load_uint32(b []byte, x, y uint32) uint32 { + // amd64:`ORL\s\([A-Z]+\)`,-`MOV[BW]` + return x | binary.LittleEndian.Uint32(b) | y + // TODO: Note that + // x | uint32(b[0]) | uint32(b[1])<<8 | uint32(b[2])<<16 | uint32(b[3])<<24 | y + // doesn't work because it associates in a way that memcombine can't detect it. +} + +// Check load combining across function calls. + +func fcall_byte(a [2]byte) [2]byte { + return fcall_byte(fcall_byte(a)) // amd64:`MOVW` +} + +func fcall_uint16(a [2]uint16) [2]uint16 { + return fcall_uint16(fcall_uint16(a)) // amd64:`MOVL` +} + +func fcall_uint32(a [2]uint32) [2]uint32 { + return fcall_uint32(fcall_uint32(a)) // amd64:`MOVQ` +} + +// We want to merge load+op in the first function, but not in the +// second. See Issue 19595. +func load_op_merge(p, q *int) { + x := *p // amd64:`ADDQ \(` + *q += x // The combined nilcheck and load would normally have this line number, but we want that combined operation to have the line number of the nil check instead (see #33724). +} +func load_op_no_merge(p, q *int) { + x := *p + for i := 0; i < 10; i++ { + *q += x // amd64:`ADDQ [A-Z]` + } +} + +func load_op_in_loop(a []int) int { + r := 0 + for _, x := range a { + // amd64:`ADDQ \([A-Z]+\)\([A-Z]+\*8\), [A-Z]+` + r += x + } + return r +} + +// Make sure offsets are folded into loads and stores. +func offsets_fold(_, a [20]byte) (b [20]byte) { + // arm64:`MOVD command-line-arguments\.a\+[0-9]+\(FP\), R[0-9]+`,`MOVD R[0-9]+, command-line-arguments\.b\+[0-9]+\(FP\)` + b = a + return +} + +// Make sure we don't put pointers in SSE registers across safe +// points. + +func safe_point(p, q *[2]*int) { + a, b := p[0], p[1] // amd64:-`MOVUPS` + runtime.GC() + q[0], q[1] = a, b // amd64:-`MOVUPS` +} + +// ------------- // +// Storing // +// ------------- // + +func store_le64(b []byte, x uint64) { + // amd64:`MOVQ\s.*\(.*\)$`,-`SHR.` + // arm64:`MOVD`,-`MOV[WBH]` + // ppc64le:`MOVD\s`,-`MOV[BHW]\s` + // ppc64:`MOVDBR`,-MOVB\s` + // s390x:`MOVDBR\s.*\(.*\)$` + binary.LittleEndian.PutUint64(b, x) +} + +func store_le64_idx(b []byte, x uint64, idx int) { + // amd64:`MOVQ\s.*\(.*\)\(.*\*1\)$`,-`SHR.` + // arm64:`MOVD\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOV[BHW]` + // ppc64le:`MOVD\s`,-`MOV[BHW]\s` + // ppc64:`MOVDBR`,-`MOVBZ` + // s390x:`MOVDBR\s.*\(.*\)\(.*\*1\)$` + binary.LittleEndian.PutUint64(b[idx:], x) +} + +func store_le64_idx2(dst []byte, d, length, offset int) []byte { + a := dst[d : d+length] + b := dst[d-offset:] + // amd64:`MOVQ\s.*\(.*\)\(.*\*1\)$`,-`SHR.` + binary.LittleEndian.PutUint64(a, binary.LittleEndian.Uint64(b)) + return dst +} + +func store_le64_idx_const(b []byte, idx int) { + // amd64:`MOVQ\s\$123, \(.*\)\(.*\*1\)$` + binary.LittleEndian.PutUint64(b[idx:], 123) +} + +func store_le64_load(b []byte, x *[8]byte) { + _ = b[8] + // amd64:-`MOV[BWL]` + // arm64:-`MOV[BWH]` + // ppc64le:`MOVD\s`,-`MOV[BWH]Z` + // ppc64:`MOVDBR` + // s390x:-`MOVB`,-`MOV[WH]BR` + binary.LittleEndian.PutUint64(b, binary.LittleEndian.Uint64(x[:])) +} + +func store_le32(b []byte, x uint32) { + // amd64:`MOVL\s` + // arm64:`MOVW`,-`MOV[BH]` + // ppc64le:`MOVW\s` + // ppc64:`MOVWBR` + // s390x:`MOVWBR\s.*\(.*\)$` + binary.LittleEndian.PutUint32(b, x) +} + +func store_le32_idx(b []byte, x uint32, idx int) { + // amd64:`MOVL\s` + // arm64:`MOVW\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOV[BH]` + // ppc64le:`MOVW\s` + // ppc64:`MOVWBR` + // s390x:`MOVWBR\s.*\(.*\)\(.*\*1\)$` + binary.LittleEndian.PutUint32(b[idx:], x) +} + +func store_le32_idx_const(b []byte, idx int) { + // amd64:`MOVL\s\$123, \(.*\)\(.*\*1\)$` + // ppc64x:`MOVW\s`,-MOV[HB]` + binary.LittleEndian.PutUint32(b[idx:], 123) +} + +func store_le16(b []byte, x uint16) { + // amd64:`MOVW\s` + // arm64:`MOVH`,-`MOVB` + // ppc64le:`MOVH\s` + // ppc64:`MOVHBR` + // s390x:`MOVHBR\s.*\(.*\)$` + binary.LittleEndian.PutUint16(b, x) +} + +func store_le16_idx(b []byte, x uint16, idx int) { + // amd64:`MOVW\s` + // arm64:`MOVH\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOVB` + // ppc64le:`MOVH\s` + // ppc64:`MOVHBR\s` + // s390x:`MOVHBR\s.*\(.*\)\(.*\*1\)$` + binary.LittleEndian.PutUint16(b[idx:], x) +} + +func store_le16_idx_const(b []byte, idx int) { + // amd64:`MOVW\s\$123, \(.*\)\(.*\*1\)$` + // ppc64x:`MOVH\s` + binary.LittleEndian.PutUint16(b[idx:], 123) +} + +func store_be64(b []byte, x uint64) { + // amd64/v1,amd64/v2:`BSWAPQ`,-`SHR.` + // amd64/v3: `MOVBEQ` + // arm64:`MOVD`,`REV`,-`MOV[WBH]`,-`REVW`,-`REV16W` + // ppc64le:`MOVDBR` + // ppc64:`MOVD\s` + // s390x:`MOVD\s.*\(.*\)$`,-`SRW\s`,-`SRD\s` + binary.BigEndian.PutUint64(b, x) +} + +func store_be64_idx(b []byte, x uint64, idx int) { + // amd64/v1,amd64/v2:`BSWAPQ`,-`SHR.` + // amd64/v3:`MOVBEQ [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + // arm64:`REV`,`MOVD\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOV[BHW]`,-`REV16W`,-`REVW` + // ppc64le:`MOVDBR` + // ppc64:`MOVD\s` + // s390x:`MOVD\s.*\(.*\)\(.*\*1\)$`,-`SRW\s`,-`SRD\s` + binary.BigEndian.PutUint64(b[idx:], x) +} + +func store_be32(b []byte, x uint32) { + // amd64/v1,amd64/v2:`BSWAPL`,-`SHR.` + // amd64/v3:`MOVBEL` + // arm64:`MOVW`,`REVW`,-`MOV[BH]`,-`REV16W` + // ppc64le:`MOVWBR` + // ppc64:`MOVW\s` + // s390x:`MOVW\s.*\(.*\)$`,-`SRW\s`,-`SRD\s` + binary.BigEndian.PutUint32(b, x) +} + +func store_be64_load(b, x *[8]byte) { + // arm64:-`REV` + // amd64:-`BSWAPQ` + binary.BigEndian.PutUint64(b[:], binary.BigEndian.Uint64(x[:])) +} + +func store_be32_load(b, x *[8]byte) { + // arm64:-`REVW` + // amd64:-`BSWAPL` + binary.BigEndian.PutUint32(b[:], binary.BigEndian.Uint32(x[:])) +} + +func store_be32_idx(b []byte, x uint32, idx int) { + // amd64/v1,amd64/v2:`BSWAPL`,-`SHR.` + // amd64/v3:`MOVBEL [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + // arm64:`REVW`,`MOVW\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOV[BH]`,-`REV16W` + // ppc64le:`MOVWBR` + // ppc64:`MOVW\s` + // s390x:`MOVW\s.*\(.*\)\(.*\*1\)$`,-`SRW\s`,-`SRD\s` + binary.BigEndian.PutUint32(b[idx:], x) +} + +func store_be16(b []byte, x uint16) { + // amd64/v1,amd64/v2:`ROLW\s\$8`,-`SHR.` + // amd64/v3:`MOVBEW`,-`ROLW` + // arm64:`MOVH`,`REV16W`,-`MOVB` + // ppc64le:`MOVHBR` + // ppc64:`MOVH\s` + // s390x:`MOVH\s.*\(.*\)$`,-`SRW\s`,-`SRD\s` + binary.BigEndian.PutUint16(b, x) +} + +func store_be16_idx(b []byte, x uint16, idx int) { + // amd64/v1,amd64/v2:`ROLW\s\$8`,-`SHR.` + // amd64/v3:`MOVBEW [A-Z]+[0-9]*, \([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + // arm64:`MOVH\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,`REV16W`,-`MOVB` + // ppc64le:`MOVHBR` + // ppc64:`MOVH\s` + // s390x:`MOVH\s.*\(.*\)\(.*\*1\)$`,-`SRW\s`,-`SRD\s` + binary.BigEndian.PutUint16(b[idx:], x) +} + +func store_le_byte_2(b []byte, val uint16) { + _ = b[2] + // arm64:`MOVH\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB` + // 386:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB` + // amd64:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB` + // ppc64le:`MOVH\s`,-`MOVB` + // ppc64:`MOVHBR`,-`MOVB` + b[1], b[2] = byte(val), byte(val>>8) +} + +func store_le_byte_2_inv(b []byte, val uint16) { + _ = b[2] + // 386:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB` + // amd64:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB` + // ppc64le:`MOVH\s`,-`MOVB` + // ppc64:`MOVHBR`,-`MOVB` + b[2], b[1] = byte(val>>8), byte(val) +} + +func store_le_byte_4(b []byte, val uint32) { + _ = b[4] + // arm64:`MOVW\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB`,-`MOVH` + // 386:`MOVL\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`,-`MOVW` + // amd64:`MOVL\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`,-`MOVW` + // ppc64le:`MOVW\s` + // ppc64:`MOVWBR\s` + b[1], b[2], b[3], b[4] = byte(val), byte(val>>8), byte(val>>16), byte(val>>24) +} + +func store_le_byte_8(b []byte, val uint64) { + _ = b[8] + // arm64:`MOVD\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB`,-`MOVH`,-`MOVW` + // amd64:`MOVQ\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`,-`MOVW`,-`MOVL` + // ppc64le:`MOVD\s`,-`MOVW` + // ppc64:`MOVDBR\s` + b[1], b[2], b[3], b[4], b[5], b[6], b[7], b[8] = byte(val), byte(val>>8), byte(val>>16), byte(val>>24), byte(val>>32), byte(val>>40), byte(val>>48), byte(val>>56) +} + +func store_be_byte_2(b []byte, val uint16) { + _ = b[2] + // arm64:`REV16W`,`MOVH\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB` + // amd64/v1,amd64/v2:`MOVW\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB` + // amd64/v3: `MOVBEW` + // ppc64le:`MOVHBR` + // ppc64:`MOVH\s` + b[1], b[2] = byte(val>>8), byte(val) +} + +func store_be_byte_4(b []byte, val uint32) { + _ = b[4] + // arm64:`REVW`,`MOVW\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB`,-`MOVH`,-`REV16W` + // amd64/v1,amd64/v2:`MOVL\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`,-`MOVW` + // amd64/v3:`MOVBEL\s[A-Z]+,\s1\([A-Z]+\)` + // ppc64le:`MOVWBR` + // ppc64:`MOVW\s` + b[1], b[2], b[3], b[4] = byte(val>>24), byte(val>>16), byte(val>>8), byte(val) +} + +func store_be_byte_8(b []byte, val uint64) { + _ = b[8] + // arm64:`REV`,`MOVD\sR[0-9]+,\s1\(R[0-9]+\)`,-`MOVB`,-`MOVH`,-`MOVW`,-`REV16W`,-`REVW` + // amd64/v1,amd64/v2:`MOVQ\s[A-Z]+,\s1\([A-Z]+\)`,-`MOVB`,-`MOVW`,-`MOVL` + // amd64/v3:`MOVBEQ\s[A-Z]+,\s1\([A-Z]+\)`, -`MOVBEL` + // ppc64le:`MOVDBR` + // ppc64:`MOVD` + b[1], b[2], b[3], b[4], b[5], b[6], b[7], b[8] = byte(val>>56), byte(val>>48), byte(val>>40), byte(val>>32), byte(val>>24), byte(val>>16), byte(val>>8), byte(val) +} + +func store_le_byte_2_idx(b []byte, idx int, val uint16) { + _, _ = b[idx+0], b[idx+1] + // arm64:`MOVH\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOVB` + // 386:`MOVW\s[A-Z]+,\s\([A-Z]+\)\([A-Z]+`,-`MOVB` + // ppc64le:`MOVH\s` + // ppc64:`MOVHBR` + b[idx+1], b[idx+0] = byte(val>>8), byte(val) +} + +func store_le_byte_2_idx_inv(b []byte, idx int, val uint16) { + _, _ = b[idx+0], b[idx+1] + // 386:`MOVW\s[A-Z]+,\s\([A-Z]+\)\([A-Z]+`,-`MOVB` + // ppc64le:`MOVH\s` + // ppc64:`MOVHBR` + b[idx+0], b[idx+1] = byte(val), byte(val>>8) +} + +func store_le_byte_4_idx(b []byte, idx int, val uint32) { + _, _, _, _ = b[idx+0], b[idx+1], b[idx+2], b[idx+3] + // arm64:`MOVW\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOVB`,-`MOVH` + // ppc64le:`MOVW\s` + // ppc64:`MOVWBR` + b[idx+3], b[idx+2], b[idx+1], b[idx+0] = byte(val>>24), byte(val>>16), byte(val>>8), byte(val) +} + +func store_be_byte_2_idx(b []byte, idx int, val uint16) { + _, _ = b[idx+0], b[idx+1] + // arm64:`REV16W`,`MOVH\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOVB` + // ppc64le:`MOVHBR` + // ppc64:`MOVH\s` + b[idx+0], b[idx+1] = byte(val>>8), byte(val) +} + +func store_be_byte_4_idx(b []byte, idx int, val uint32) { + _, _, _, _ = b[idx+0], b[idx+1], b[idx+2], b[idx+3] + // arm64:`REVW`,`MOVW\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOVB`,-`MOVH`,-`REV16W` + // ppc64le:`MOVWBR` + // ppc64:`MOVW\s` + b[idx+0], b[idx+1], b[idx+2], b[idx+3] = byte(val>>24), byte(val>>16), byte(val>>8), byte(val) +} + +func store_be_byte_2_idx2(b []byte, idx int, val uint16) { + _, _ = b[(idx<<1)+0], b[(idx<<1)+1] + // arm64:`REV16W`,`MOVH\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+<<1\)`,-`MOVB` + // ppc64le:`MOVHBR` + // ppc64:`MOVH\s` + b[(idx<<1)+0], b[(idx<<1)+1] = byte(val>>8), byte(val) +} + +func store_le_byte_2_idx2(b []byte, idx int, val uint16) { + _, _ = b[(idx<<1)+0], b[(idx<<1)+1] + // arm64:`MOVH\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+<<1\)`,-`MOVB` + // ppc64le:`MOVH\s` + // ppc64:`MOVHBR` + b[(idx<<1)+1], b[(idx<<1)+0] = byte(val>>8), byte(val) +} + +func store_be_byte_4_idx4(b []byte, idx int, val uint32) { + _, _, _, _ = b[(idx<<2)+0], b[(idx<<2)+1], b[(idx<<2)+2], b[(idx<<2)+3] + // arm64:`REVW`,`MOVW\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+<<2\)`,-`MOVB`,-`MOVH`,-`REV16W` + // ppc64le:`MOVWBR` + // ppc64:`MOVW\s` + b[(idx<<2)+0], b[(idx<<2)+1], b[(idx<<2)+2], b[(idx<<2)+3] = byte(val>>24), byte(val>>16), byte(val>>8), byte(val) +} + +func store_le_byte_4_idx4_inv(b []byte, idx int, val uint32) { + _, _, _, _ = b[(idx<<2)+0], b[(idx<<2)+1], b[(idx<<2)+2], b[(idx<<2)+3] + // arm64:`MOVW\sR[0-9]+,\s\(R[0-9]+\)\(R[0-9]+<<2\)`,-`MOVB`,-`MOVH` + // ppc64le:`MOVW\s` + // ppc64:`MOVWBR` + b[(idx<<2)+3], b[(idx<<2)+2], b[(idx<<2)+1], b[(idx<<2)+0] = byte(val>>24), byte(val>>16), byte(val>>8), byte(val) +} + +// ------------- // +// Zeroing // +// ------------- // + +// Check that zero stores are combined into larger stores + +func zero_byte_2(b1, b2 []byte) { + // bounds checks to guarantee safety of writes below + _, _ = b1[1], b2[1] + // arm64:"MOVH ZR" -"MOVB" + // amd64:`MOVW\s[$]0,\s\([A-Z]+\)` + // 386:`MOVW\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVH\s` + b1[0], b1[1] = 0, 0 + // arm64:"MOVH ZR" -"MOVB" + // 386:`MOVW\s[$]0,\s\([A-Z]+\)` + // amd64:`MOVW\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVH` + b2[1], b2[0] = 0, 0 +} + +func zero_byte_4(b1, b2 []byte) { + _, _ = b1[3], b2[3] + // arm64:"MOVW ZR" -"MOVB" -"MOVH" + // amd64:`MOVL\s[$]0,\s\([A-Z]+\)` + // 386:`MOVL\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVW\s` + b1[0], b1[1], b1[2], b1[3] = 0, 0, 0, 0 + // arm64:"MOVW ZR" -"MOVB" -"MOVH" + // ppc64x:`MOVW\s` + b2[2], b2[3], b2[1], b2[0] = 0, 0, 0, 0 +} + +func zero_byte_8(b []byte) { + _ = b[7] + b[0], b[1], b[2], b[3] = 0, 0, 0, 0 // arm64:"MOVD ZR" -"MOVB" -"MOVH" -"MOVW" + b[4], b[5], b[6], b[7] = 0, 0, 0, 0 +} + +func zero_byte_16(b []byte) { + _ = b[15] + b[0], b[1], b[2], b[3] = 0, 0, 0, 0 // arm64:"STP" -"MOVB" -"MOVH" -"MOVW" + b[4], b[5], b[6], b[7] = 0, 0, 0, 0 + b[8], b[9], b[10], b[11] = 0, 0, 0, 0 + b[12], b[13], b[14], b[15] = 0, 0, 0, 0 +} + +func zero_byte_30(a *[30]byte) { + *a = [30]byte{} // arm64:"STP" -"MOVB" -"MOVH" -"MOVW" +} + +func zero_byte_39(a *[39]byte) { + *a = [39]byte{} // arm64:"MOVD" -"MOVB" -"MOVH" -"MOVW" +} + +func zero_byte_2_idx(b []byte, idx int) { + _, _ = b[idx+0], b[idx+1] + // arm64:`MOVH\sZR,\s\(R[0-9]+\)\(R[0-9]+\)`,-`MOVB` + // ppc64x:`MOVH\s` + b[idx+0], b[idx+1] = 0, 0 +} + +func zero_byte_2_idx2(b []byte, idx int) { + _, _ = b[(idx<<1)+0], b[(idx<<1)+1] + // arm64:`MOVH\sZR,\s\(R[0-9]+\)\(R[0-9]+<<1\)`,-`MOVB` + // ppc64x:`MOVH\s` + b[(idx<<1)+0], b[(idx<<1)+1] = 0, 0 +} + +func zero_uint16_2(h1, h2 []uint16) { + _, _ = h1[1], h2[1] + // arm64:"MOVW ZR" -"MOVB" -"MOVH" + // amd64:`MOVL\s[$]0,\s\([A-Z]+\)` + // 386:`MOVL\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVW\s` + h1[0], h1[1] = 0, 0 + // arm64:"MOVW ZR" -"MOVB" -"MOVH" + // amd64:`MOVL\s[$]0,\s\([A-Z]+\)` + // 386:`MOVL\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVW` + h2[1], h2[0] = 0, 0 +} + +func zero_uint16_4(h1, h2 []uint16) { + _, _ = h1[3], h2[3] + // arm64:"MOVD ZR" -"MOVB" -"MOVH" -"MOVW" + // amd64:`MOVQ\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVD\s` + h1[0], h1[1], h1[2], h1[3] = 0, 0, 0, 0 + // arm64:"MOVD ZR" -"MOVB" -"MOVH" -"MOVW" + // ppc64x:`MOVD\s` + h2[2], h2[3], h2[1], h2[0] = 0, 0, 0, 0 +} + +func zero_uint16_8(h []uint16) { + _ = h[7] + h[0], h[1], h[2], h[3] = 0, 0, 0, 0 // arm64:"STP" -"MOVB" -"MOVH" + h[4], h[5], h[6], h[7] = 0, 0, 0, 0 +} + +func zero_uint32_2(w1, w2 []uint32) { + _, _ = w1[1], w2[1] + // arm64:"MOVD ZR" -"MOVB" -"MOVH" -"MOVW" + // amd64:`MOVQ\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVD\s` + w1[0], w1[1] = 0, 0 + // arm64:"MOVD ZR" -"MOVB" -"MOVH" -"MOVW" + // amd64:`MOVQ\s[$]0,\s\([A-Z]+\)` + // ppc64x:`MOVD\s` + w2[1], w2[0] = 0, 0 +} + +func zero_uint32_4(w1, w2 []uint32) { + _, _ = w1[3], w2[3] + w1[0], w1[1], w1[2], w1[3] = 0, 0, 0, 0 // arm64:"STP" -"MOVB" -"MOVH" + w2[2], w2[3], w2[1], w2[0] = 0, 0, 0, 0 // arm64:"STP" -"MOVB" -"MOVH" +} + +func zero_uint64_2(d1, d2 []uint64) { + _, _ = d1[1], d2[1] + d1[0], d1[1] = 0, 0 // arm64:"STP" -"MOVB" -"MOVH" + d2[1], d2[0] = 0, 0 // arm64:"STP" -"MOVB" -"MOVH" +} + +func loadstore(p, q *[4]uint8) { + // amd64:"MOVL" -"MOVB" + // arm64:"MOVWU" -"MOVBU" + x0, x1, x2, x3 := q[0], q[1], q[2], q[3] + // amd64:"MOVL" -"MOVB" + // arm64:"MOVW" -"MOVB" + p[0], p[1], p[2], p[3] = x0, x1, x2, x3 +} + +type S1 struct { + a, b int16 +} + +func loadstore2(p, q *S1) { + // amd64:"MOVL" -"MOVWLZX" + // arm64:"MOVWU" -"MOVH" + a, b := p.a, p.b + // amd64:"MOVL" -"MOVW" + // arm64:"MOVW" -"MOVH" + q.a, q.b = a, b +} + +func wideStore(p *[8]uint64) { + if p == nil { + return + } + + // amd64:"MOVUPS" -"MOVQ" + // arm64:"STP" -"MOVD" + p[0] = 0 + // amd64:-"MOVUPS" -"MOVQ" + // arm64:-"STP" -"MOVD" + p[1] = 0 +} + +func wideStore2(p *[8]uint64, x, y uint64) { + if p == nil { + return + } + + // s390x:"STMG" + p[0] = x + // s390x:-"STMG" -"MOVD" + p[1] = y +} + +func store32le(p *struct{ a, b uint32 }, x uint64) { + // amd64:"MOVQ" -"MOVL" -"SHRQ" + // arm64:"MOVD" -"MOVW" -"LSR" + // ppc64le:"MOVD" -"MOVW" -"SRD" + p.a = uint32(x) + // amd64:-"MOVL" -"SHRQ" + // arm64:-"MOVW" -"LSR" + // ppc64le:-"MOVW" -"SRD" + p.b = uint32(x >> 32) +} +func store32be(p *struct{ a, b uint32 }, x uint64) { + // arm64:"STPW" + // ppc64:"MOVD" -"MOVW" -"SRD" + // s390x:"MOVD" -"MOVW" -"SRD" + p.a = uint32(x >> 32) + // arm64:-"STPW" + // ppc64:-"MOVW" -"SRD" + // s390x:-"MOVW" -"SRD" + p.b = uint32(x) +} +func store16le(p *struct{ a, b uint16 }, x uint32) { + // amd64:"MOVL" -"MOVW" -"SHRL" + // arm64:"MOVW" -"MOVH" -"UBFX" + // ppc64le:"MOVW" -"MOVH" -"SRW" + p.a = uint16(x) + // amd64:-"MOVW" -"SHRL" + // arm64:-"MOVH" -"UBFX" + // ppc64le:-"MOVH" -"SRW" + p.b = uint16(x >> 16) +} +func store16be(p *struct{ a, b uint16 }, x uint32) { + // ppc64:"MOVW" -"MOVH" -"SRW" + // s390x:"MOVW" -"MOVH" -"SRW" + p.a = uint16(x >> 16) + // ppc64:-"MOVH" -"SRW" + // s390x:-"MOVH" -"SRW" + p.b = uint16(x) +} + +func storeBoolConst(p *struct{ a, b bool }) { + // amd64:"MOVW" -"MOVB" + // arm64:"MOVH" -"MOVB" + p.a = true + p.b = true +} +func issue66413(p *struct { + a byte + b bool + c bool + d int8 +}) { + // amd64:"MOVL" -"MOVB" + // arm64:"MOVW" -"MOVB" + p.a = 31 + p.b = false + p.c = true + p.d = 12 +} + +func issue70300(v uint64) (b [8]byte) { + // amd64:"MOVQ" -"MOVB" + b[0] = byte(v) + b[1] = byte(v >> 8) + b[2] = byte(v >> 16) + b[3] = byte(v >> 24) + b[4] = byte(v >> 32) + b[5] = byte(v >> 40) + b[6] = byte(v >> 48) + b[7] = byte(v >> 56) + return b +} + +func issue70300Reverse(v uint64) (b [8]byte) { + // amd64:"MOVQ" -"MOVB" + b[7] = byte(v >> 56) + b[6] = byte(v >> 48) + b[5] = byte(v >> 40) + b[4] = byte(v >> 32) + b[3] = byte(v >> 24) + b[2] = byte(v >> 16) + b[1] = byte(v >> 8) + b[0] = byte(v) + return b +} + +// --------------------------------- // +// Arm64 double-register loads // +// --------------------------------- // + +func dwloadI64(p *struct{ a, b int64 }) int64 { + // arm64:"LDP " + return p.a + p.b +} +func dwloadI32(p *struct{ a, b int32 }) int32 { + // arm64:"LDPSW " + return p.a + p.b +} +func dwloadU32(p *struct{ a, b uint32 }) uint32 { + // arm64:"LDPW " + return p.a + p.b +} +func dwloadF64(p *struct{ a, b float64 }) float64 { + // arm64:"FLDPD " + return p.a + p.b +} +func dwloadF32(p *struct{ a, b float32 }) float32 { + // arm64:"FLDPS " + return p.a + p.b +} + +func dwloadBig(p *struct{ a, b, c, d, e, f int64 }) int64 { + // arm64:"LDP \\(", "LDP 16", "LDP 32" + return p.c + p.f + p.a + p.e + p.d + p.b +} + +func dwloadArg(a [2]int64) int64 { + // arm64:"LDP " + return a[0] + a[1] +} + +func dwloadResult1(p *string) string { + // arm64:"LDP \\(R0\\), \\(R0, R1\\)" + return *p +} + +func dwloadResult2(p *[2]int64) (int64, int64) { + // arm64:"LDP \\(R0\\), \\(R1, R0\\)" + return p[1], p[0] +} + +// ---------------------------------- // +// Arm64 double-register stores // +// ---------------------------------- // + +func dwstoreI64(p *struct{ a, b int64 }, x, y int64) { + // arm64:"STP " + p.a = x + p.b = y +} +func dwstoreI32(p *struct{ a, b int32 }, x, y int32) { + // arm64:"STPW " + p.a = x + p.b = y +} +func dwstoreF64(p *struct{ a, b float64 }, x, y float64) { + // arm64:"FSTPD " + p.a = x + p.b = y +} +func dwstoreF32(p *struct{ a, b float32 }, x, y float32) { + // arm64:"FSTPS " + p.a = x + p.b = y +} + +func dwstoreBig(p *struct{ a, b, c, d, e, f int64 }, a, b, c, d, e, f int64) { + // This is not perfect. We merge b+a, then d+e, then c and f have no pair. + p.c = c + p.f = f + // arm64:`STP\s\(R[0-9]+, R[0-9]+\), \(R[0-9]+\)` + p.a = a + // arm64:`STP\s\(R[0-9]+, R[0-9]+\), 24\(R[0-9]+\)` + p.e = e + p.d = d + p.b = b +} + +func dwstoreRet() [2]int { + // arm64:"STP " + return [2]int{5, 6} +} + +func dwstoreLocal(i int) int64 { + var a [2]int64 + a[0] = 5 + // arm64:"STP " + a[1] = 6 + return a[i] +} + +func dwstoreOrder(p *struct { + a, b int64 + c, d, e, f bool +}, a, b int64) { + // arm64:"STP " + p.a = a + p.c = true + p.e = true + p.b = b +} diff --git a/go/test/codegen/memcse.go b/go/test/codegen/memcse.go new file mode 100644 index 0000000000000000000000000000000000000000..d2eb156168932a1fdb6e9b94bf8b684179580ff2 --- /dev/null +++ b/go/test/codegen/memcse.go @@ -0,0 +1,17 @@ +// asmcheck + +// Copyright 2025 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. + +// Test common subexpression elimination of loads around other operations. + +package codegen + +func loadsAroundMemEqual(p *int, s1, s2 string) (int, bool) { + x := *p + eq := s1 == s2 + y := *p + // arm64:"MOVD ZR, R0" + return x - y, eq +} diff --git a/go/test/codegen/memops.go b/go/test/codegen/memops.go new file mode 100644 index 0000000000000000000000000000000000000000..4d7bdfb6850a76c4921e06cd034bda75ae58149f --- /dev/null +++ b/go/test/codegen/memops.go @@ -0,0 +1,403 @@ +// asmcheck + +// Copyright 2018 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 codegen + +var x [2]bool +var x8 [2]uint8 +var x16 [2]uint16 +var x32 [2]uint32 +var x64 [2]uint64 + +func compMem1() int { + // amd64:`CMPB command-line-arguments.x\+1\(SB\), [$]0` + if x[1] { + return 1 + } + // amd64:`CMPB command-line-arguments.x8\+1\(SB\), [$]7` + if x8[1] == 7 { + return 1 + } + // amd64:`CMPW command-line-arguments.x16\+2\(SB\), [$]7` + if x16[1] == 7 { + return 1 + } + // amd64:`CMPL command-line-arguments.x32\+4\(SB\), [$]7` + if x32[1] == 7 { + return 1 + } + // amd64:`CMPQ command-line-arguments.x64\+8\(SB\), [$]7` + if x64[1] == 7 { + return 1 + } + return 0 +} + +type T struct { + x bool + x8 uint8 + x16 uint16 + x32 uint32 + x64 uint64 + a [2]int // force it passed in memory +} + +func compMem2(t T) int { + // amd64:`CMPB .*\(SP\), [$]0` + if t.x { + return 1 + } + // amd64:`CMPB .*\(SP\), [$]7` + if t.x8 == 7 { + return 1 + } + // amd64:`CMPW .*\(SP\), [$]7` + if t.x16 == 7 { + return 1 + } + // amd64:`CMPL .*\(SP\), [$]7` + if t.x32 == 7 { + return 1 + } + // amd64:`CMPQ .*\(SP\), [$]7` + if t.x64 == 7 { + return 1 + } + return 0 +} + +func compMem3(x, y *int) (int, bool) { + // We can do comparisons of a register with memory even if + // the register is used subsequently. + r := *x + // amd64:`CMPQ \(` + // 386:`CMPL \(` + return r, r < *y +} + +// The following functions test that indexed load/store operations get generated. + +func idxInt8(x, y []int8, i int) { + var t int8 + // amd64: `MOVBL[SZ]X 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\), [A-Z]+[0-9]*` + // 386: `MOVBL[SZ]X 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\), [A-Z]+[0-9]*` + t = x[i+1] + // amd64: `MOVB [A-Z]+[0-9]*, 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + // 386: `MOVB [A-Z]+[0-9]*, 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + y[i+1] = t + // amd64: `MOVB [$]77, 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + // 386: `MOVB [$]77, 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + x[i+1] = 77 +} + +func idxInt16(x, y []int16, i int) { + var t int16 + // amd64: `MOVWL[SZ]X 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\), [A-Z]+[0-9]*` + // 386: `MOVWL[SZ]X 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\), [A-Z]+[0-9]*` + t = x[i+1] + // amd64: `MOVW [A-Z]+[0-9]*, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\)` + // 386: `MOVW [A-Z]+[0-9]*, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\)` + y[i+1] = t + // amd64: `MOVWL[SZ]X 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\), [A-Z]+[0-9]*` + // 386: `MOVWL[SZ]X 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\), [A-Z]+[0-9]*` + t = x[16*i+1] + // amd64: `MOVW [A-Z]+[0-9]*, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\)` + // 386: `MOVW [A-Z]+[0-9]*, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\)` + y[16*i+1] = t + // amd64: `MOVW [$]77, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\)` + // 386: `MOVW [$]77, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\)` + x[i+1] = 77 + // amd64: `MOVW [$]77, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\)` + // 386: `MOVW [$]77, 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\)` + x[16*i+1] = 77 +} + +func idxInt32(x, y []int32, i int) { + var t int32 + // amd64: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + // 386: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + t = x[i+1] + // amd64: `MOVL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + // 386: `MOVL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + y[i+1] = t + // amd64: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + t = x[2*i+1] + // amd64: `MOVL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + y[2*i+1] = t + // amd64: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\), [A-Z]+[0-9]*` + // 386: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\), [A-Z]+[0-9]*` + t = x[16*i+1] + // amd64: `MOVL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\)` + // 386: `MOVL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\)` + y[16*i+1] = t + // amd64: `MOVL [$]77, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + // 386: `MOVL [$]77, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+1] = 77 + // amd64: `MOVL [$]77, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\)` + // 386: `MOVL [$]77, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\)` + x[16*i+1] = 77 +} + +func idxInt64(x, y []int64, i int) { + var t int64 + // amd64: `MOVQ 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + t = x[i+1] + // amd64: `MOVQ [A-Z]+[0-9]*, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + y[i+1] = t + // amd64: `MOVQ 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\), [A-Z]+[0-9]*` + t = x[16*i+1] + // amd64: `MOVQ [A-Z]+[0-9]*, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\)` + y[16*i+1] = t + // amd64: `MOVQ [$]77, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+1] = 77 + // amd64: `MOVQ [$]77, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\)` + x[16*i+1] = 77 +} + +func idxFloat32(x, y []float32, i int) { + var t float32 + // amd64: `MOVSS 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), X[0-9]+` + // 386/sse2: `MOVSS 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), X[0-9]+` + // arm64: `FMOVS \(R[0-9]*\)\(R[0-9]*<<2\), F[0-9]+` + t = x[i+1] + // amd64: `MOVSS X[0-9]+, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + // 386/sse2: `MOVSS X[0-9]+, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + // arm64: `FMOVS F[0-9]+, \(R[0-9]*\)\(R[0-9]*<<2\)` + y[i+1] = t + // amd64: `MOVSS 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\), X[0-9]+` + // 386/sse2: `MOVSS 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\), X[0-9]+` + t = x[16*i+1] + // amd64: `MOVSS X[0-9]+, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\)` + // 386/sse2: `MOVSS X[0-9]+, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\)` + y[16*i+1] = t +} + +func idxFloat64(x, y []float64, i int) { + var t float64 + // amd64: `MOVSD 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+` + // 386/sse2: `MOVSD 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+` + // arm64: `FMOVD \(R[0-9]*\)\(R[0-9]*<<3\), F[0-9]+` + t = x[i+1] + // amd64: `MOVSD X[0-9]+, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + // 386/sse2: `MOVSD X[0-9]+, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + // arm64: `FMOVD F[0-9]+, \(R[0-9]*\)\(R[0-9]*<<3\)` + y[i+1] = t + // amd64: `MOVSD 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\), X[0-9]+` + // 386/sse2: `MOVSD 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\), X[0-9]+` + t = x[16*i+1] + // amd64: `MOVSD X[0-9]+, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\)` + // 386/sse2: `MOVSD X[0-9]+, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\)` + y[16*i+1] = t +} + +func idxLoadPlusOp32(x []int32, i int) int32 { + s := x[0] + // 386: `ADDL 4\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+` + // amd64: `ADDL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s += x[i+1] + // 386: `SUBL 8\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+` + // amd64: `SUBL 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s -= x[i+2] + // 386: `IMULL 12\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+` + s *= x[i+3] + // 386: `ANDL 16\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+` + // amd64: `ANDL 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s &= x[i+4] + // 386: `ORL 20\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+` + // amd64: `ORL 20\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s |= x[i+5] + // 386: `XORL 24\([A-Z]+\)\([A-Z]+\*4\), [A-Z]+` + // amd64: `XORL 24\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + s ^= x[i+6] + return s +} + +func idxLoadPlusOp64(x []int64, i int) int64 { + s := x[0] + // amd64: `ADDQ 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s += x[i+1] + // amd64: `SUBQ 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s -= x[i+2] + // amd64: `ANDQ 24\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s &= x[i+3] + // amd64: `ORQ 32\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s |= x[i+4] + // amd64: `XORQ 40\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + s ^= x[i+5] + return s +} + +func idxStorePlusOp32(x []int32, i int, v int32) { + // 386: `ADDL [A-Z]+, 4\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `ADDL [A-Z]+[0-9]*, 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+1] += v + // 386: `SUBL [A-Z]+, 8\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `SUBL [A-Z]+[0-9]*, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+2] -= v + // 386: `ANDL [A-Z]+, 12\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `ANDL [A-Z]+[0-9]*, 12\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+3] &= v + // 386: `ORL [A-Z]+, 16\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `ORL [A-Z]+[0-9]*, 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+4] |= v + // 386: `XORL [A-Z]+, 20\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `XORL [A-Z]+[0-9]*, 20\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+5] ^= v + + // 386: `ADDL [$]77, 24\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `ADDL [$]77, 24\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+6] += 77 + // 386: `ANDL [$]77, 28\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `ANDL [$]77, 28\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+7] &= 77 + // 386: `ORL [$]77, 32\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `ORL [$]77, 32\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+8] |= 77 + // 386: `XORL [$]77, 36\([A-Z]+\)\([A-Z]+\*4\)` + // amd64: `XORL [$]77, 36\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\)` + x[i+9] ^= 77 +} + +func idxStorePlusOp64(x []int64, i int, v int64) { + // amd64: `ADDQ [A-Z]+[0-9]*, 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+1] += v + // amd64: `SUBQ [A-Z]+[0-9]*, 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+2] -= v + // amd64: `ANDQ [A-Z]+[0-9]*, 24\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+3] &= v + // amd64: `ORQ [A-Z]+[0-9]*, 32\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+4] |= v + // amd64: `XORQ [A-Z]+[0-9]*, 40\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+5] ^= v + + // amd64: `ADDQ [$]77, 48\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+6] += 77 + // amd64: `ANDQ [$]77, 56\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+7] &= 77 + // amd64: `ORQ [$]77, 64\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+8] |= 77 + // amd64: `XORQ [$]77, 72\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\)` + x[i+9] ^= 77 +} + +func idxCompare(i int) int { + // amd64: `MOVBLZX 1\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\), [A-Z]+[0-9]*` + if x8[i+1] < x8[0] { + return 0 + } + // amd64: `MOVWLZX 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\), [A-Z]+[0-9]*` + if x16[i+1] < x16[0] { + return 0 + } + // amd64: `MOVWLZX 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\), [A-Z]+[0-9]*` + if x16[16*i+1] < x16[0] { + return 0 + } + // amd64: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + if x32[i+1] < x32[0] { + return 0 + } + // amd64: `MOVL 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\), [A-Z]+[0-9]*` + if x32[16*i+1] < x32[0] { + return 0 + } + // amd64: `MOVQ 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + if x64[i+1] < x64[0] { + return 0 + } + // amd64: `MOVQ 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\), [A-Z]+[0-9]*` + if x64[16*i+1] < x64[0] { + return 0 + } + // amd64: `MOVBLZX 2\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\), [A-Z]+[0-9]*` + if x8[i+2] < 77 { + return 0 + } + // amd64: `MOVWLZX 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*2\), [A-Z]+[0-9]*` + if x16[i+2] < 77 { + return 0 + } + // amd64: `MOVWLZX 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[12]\), [A-Z]+[0-9]*` + if x16[16*i+2] < 77 { + return 0 + } + // amd64: `MOVL 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), [A-Z]+[0-9]*` + if x32[i+2] < 77 { + return 0 + } + // amd64: `MOVL 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[14]\), [A-Z]+[0-9]*` + if x32[16*i+2] < 77 { + return 0 + } + // amd64: `MOVQ 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), [A-Z]+[0-9]*` + if x64[i+2] < 77 { + return 0 + } + // amd64: `MOVQ 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*[18]\), [A-Z]+[0-9]*` + if x64[16*i+2] < 77 { + return 0 + } + return 1 +} + +func idxFloatOps(a []float64, b []float32, i int) (float64, float32) { + c := float64(7) + // amd64: `ADDSD 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+` + c += a[i+1] + // amd64: `SUBSD 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+` + c -= a[i+2] + // amd64: `MULSD 24\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+` + c *= a[i+3] + // amd64: `DIVSD 32\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*8\), X[0-9]+` + c /= a[i+4] + + d := float32(8) + // amd64: `ADDSS 4\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), X[0-9]+` + d += b[i+1] + // amd64: `SUBSS 8\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), X[0-9]+` + d -= b[i+2] + // amd64: `MULSS 12\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), X[0-9]+` + d *= b[i+3] + // amd64: `DIVSS 16\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*4\), X[0-9]+` + d /= b[i+4] + return c, d +} + +func storeTest(a []bool, v int, i int) { + // amd64: `BTL \$0,`,`SETCS 4\([A-Z]+[0-9]*\)` + a[4] = v&1 != 0 + // amd64: `BTL \$1,`,`SETCS 3\([A-Z]+[0-9]*\)\([A-Z]+[0-9]*\*1\)` + a[3+i] = v&2 != 0 +} + +func bitOps(p *[12]uint64) { + // amd64: `ORQ \$8, \(AX\)` + p[0] |= 8 + // amd64: `ORQ \$1073741824, 8\(AX\)` + p[1] |= 1 << 30 + // amd64: `BTSQ \$31, 16\(AX\)` + p[2] |= 1 << 31 + // amd64: `BTSQ \$63, 24\(AX\)` + p[3] |= 1 << 63 + + // amd64: `ANDQ \$-9, 32\(AX\)` + p[4] &^= 8 + // amd64: `ANDQ \$-1073741825, 40\(AX\)` + p[5] &^= 1 << 30 + // amd64: `BTRQ \$31, 48\(AX\)` + p[6] &^= 1 << 31 + // amd64: `BTRQ \$63, 56\(AX\)` + p[7] &^= 1 << 63 + + // amd64: `XORQ \$8, 64\(AX\)` + p[8] ^= 8 + // amd64: `XORQ \$1073741824, 72\(AX\)` + p[9] ^= 1 << 30 + // amd64: `BTCQ \$31, 80\(AX\)` + p[10] ^= 1 << 31 + // amd64: `BTCQ \$63, 88\(AX\)` + p[11] ^= 1 << 63 +} diff --git a/go/test/codegen/memops_bigoffset.go b/go/test/codegen/memops_bigoffset.go new file mode 100644 index 0000000000000000000000000000000000000000..d34531d76def734ca1598ca56f783becacad1c33 --- /dev/null +++ b/go/test/codegen/memops_bigoffset.go @@ -0,0 +1,71 @@ +// asmcheck + +// Copyright 2023 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 codegen + +type big1 struct { + w [1<<30 - 1]uint32 +} +type big2 struct { + d [1<<29 - 1]uint64 +} + +func loadLargeOffset(sw *big1, sd *big2) (uint32, uint64) { + + // ppc64x:`MOVWZ\s+[0-9]+\(R[0-9]+\)`,-`ADD` + a3 := sw.w[1<<10] + // ppc64le/power10:`MOVWZ\s+[0-9]+\(R[0-9]+\),\sR[0-9]+`,-`ADD` + // ppc64x/power9:`ADD`,`MOVWZ\s+\(R[0-9]+\),\sR[0-9]+` + // ppc64x/power8:`ADD`,`MOVWZ\s+\(R[0-9]+\),\sR[0-9]+` + b3 := sw.w[1<<16] + // ppc64le/power10:`MOVWZ\s+[0-9]+\(R[0-9]+\),\sR[0-9]+`,-`ADD` + // ppc64x/power9:`ADD`,`MOVWZ\s+\(R[0-9]+\),\sR[0-9]+` + // ppc64x/power8:`ADD`,`MOVWZ\s+\(R[0-9]+\),\sR[0-9]+` + c3 := sw.w[1<<28] + // ppc64x:`MOVWZ\s+\(R[0-9]+\)\(R[0-9]+\),\sR[0-9]+` + d3 := sw.w[1<<29] + // ppc64x:`MOVD\s+[0-9]+\(R[0-9]+\)`,-`ADD` + a4 := sd.d[1<<10] + // ppc64le/power10:`MOVD\s+[0-9]+\(R[0-9]+\)`,-`ADD` + // ppc64x/power9:`ADD`,`MOVD\s+\(R[0-9]+\),\sR[0-9]+` + // ppc64x/power8:`ADD`,`MOVD\s+\(R[0-9]+\),\sR[0-9]+` + b4 := sd.d[1<<16] + // ppc64le/power10`:`MOVD\s+[0-9]+\(R[0-9]+\)`,-`ADD` + // ppc64x/power9:`ADD`,`MOVD\s+\(R[0-9]+\),\sR[0-9]+` + // ppc64x/power8:`ADD`,`MOVD\s+\(R[0-9]+\),\sR[0-9]+` + c4 := sd.d[1<<27] + // ppc64x:`MOVD\s+\(R[0-9]+\)\(R[0-9]+\),\sR[0-9]+` + d4 := sd.d[1<<28] + + return a3 + b3 + c3 + d3, a4 + b4 + c4 + d4 +} + +func storeLargeOffset(sw *big1, sd *big2) { + // ppc64x:`MOVW\s+R[0-9]+,\s[0-9]+\(R[0-9]+\)`,-`ADD` + sw.w[1<<10] = uint32(10) + // ppc64le/power10:`MOVW\s+R[0-9]+,\s[0-9]+\(R[0-9]+\)`,-`ADD` + // ppc64x/power9:`MOVW\s+R[0-9]+\,\s\(R[0-9]+\)`,`ADD` + // ppc64x/power8:`MOVW\s+R[0-9]+\,\s\(R[0-9]+\)`,`ADD` + sw.w[1<<16] = uint32(20) + // ppc64le/power10:`MOVW\s+R[0-9]+,\s[0-9]+\(R[0-9]+\)`,-`ADD` + // ppc64x/power9:`MOVW\s+R[0-9]+,\s\(R[0-9]+\)`,`ADD` + // ppc64x/power8:`MOVW\s+R[0-9]+,\s\(R[0-9]+\)`,`ADD` + sw.w[1<<28] = uint32(30) + // ppc64x:`MOVW\s+R[0-9]+,\s\(R[0-9]+\)` + sw.w[1<<29] = uint32(40) + // ppc64x:`MOVD\s+R[0-9]+,\s[0-9]+\(R[0-9]+\)`,-`ADD` + sd.d[1<<10] = uint64(40) + // ppc64le/power10:`MOVD\s+R[0-9]+,\s[0-9]+\(R[0-9]+\)`,-`ADD` + // ppc64x/power9:`MOVD\s+R[0-9]+,\s\(R[0-9]+\)`,`ADD` + // ppc64x/power8:`MOVD\s+R[0-9]+,\s\(R[0-9]+\)`,`ADD` + sd.d[1<<16] = uint64(50) + // ppc64le/power10`:`MOVD\s+R[0-9]+,\s[0-9]+\(R[0-9]+\)`,-`ADD` + // ppc64x/power9:`MOVD\s+R[0-9]+,\s\(R[0-9]+\)`,`ADD` + // ppc64x/power8:`MOVD\s+R[0-9]+,\s\(R[0-9]+\)`,`ADD` + sd.d[1<<27] = uint64(60) + // ppc64x:`MOVD\s+R[0-9]+,\s\(R[0-9]+\)` + sd.d[1<<28] = uint64(70) +} diff --git a/go/test/codegen/multiply.go b/go/test/codegen/multiply.go new file mode 100644 index 0000000000000000000000000000000000000000..166bc104d003cd473ed35b458df7c5df5d611439 --- /dev/null +++ b/go/test/codegen/multiply.go @@ -0,0 +1,372 @@ +// asmcheck + +// Copyright 2024 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 codegen + +// This file contains codegen tests related to strength +// reduction of integer multiply. + +func m0(x int64) int64 { + // amd64: "XORL" + // arm64: "MOVD ZR" + // loong64: "MOVV R0" + return x * 0 +} +func m2(x int64) int64 { + // amd64: "ADDQ" + // arm64: "ADD" + // loong64: "ADDVU" + return x * 2 +} +func m3(x int64) int64 { + // amd64: "LEAQ .*[*]2" + // arm64: "ADD R[0-9]+<<1," + // loong64: "ALSLV [$]1," + return x * 3 +} +func m4(x int64) int64 { + // amd64: "SHLQ [$]2," + // arm64: "LSL [$]2," + // loong64: "SLLV [$]2," + return x * 4 +} +func m5(x int64) int64 { + // amd64: "LEAQ .*[*]4" + // arm64: "ADD R[0-9]+<<2," + // loong64: "ALSLV [$]2," + return x * 5 +} +func m6(x int64) int64 { + // amd64: "LEAQ .*[*]1", "LEAQ .*[*]2" + // arm64: "ADD R[0-9]+,", "ADD R[0-9]+<<1," + // loong64: "ADDVU", "ADDVU", "ADDVU" + return x * 6 +} +func m7(x int64) int64 { + // amd64: "LEAQ .*[*]2" + // arm64: "LSL [$]3,", "SUB R[0-9]+," + // loong64: "ALSLV [$]1,", "ALSLV [$]1," + return x * 7 +} +func m8(x int64) int64 { + // amd64: "SHLQ [$]3," + // arm64: "LSL [$]3," + // loong64: "SLLV [$]3," + return x * 8 +} +func m9(x int64) int64 { + // amd64: "LEAQ .*[*]8" + // arm64: "ADD R[0-9]+<<3," + // loong64: "ALSLV [$]3," + return x * 9 +} +func m10(x int64) int64 { + // amd64: "LEAQ .*[*]1", "LEAQ .*[*]4" + // arm64: "ADD R[0-9]+,", "ADD R[0-9]+<<2," + // loong64: "ADDVU", "ALSLV [$]2," + return x * 10 +} +func m11(x int64) int64 { + // amd64: "LEAQ .*[*]4", "LEAQ .*[*]2" + // arm64: "MOVD [$]11,", "MUL" + // loong64: "ALSLV [$]2,", "ALSLV [$]1," + return x * 11 +} +func m12(x int64) int64 { + // amd64: "LEAQ .*[*]2", "SHLQ [$]2," + // arm64: "LSL [$]2,", "ADD R[0-9]+<<1," + // loong64: "SLLV", "ALSLV [$]1," + return x * 12 +} +func m13(x int64) int64 { + // amd64: "LEAQ .*[*]2", "LEAQ .*[*]4" + // arm64: "MOVD [$]13,", "MUL" + // loong64: "ALSLV [$]1,", "ALSLV [$]2," + return x * 13 +} +func m14(x int64) int64 { + // amd64: "IMUL3Q [$]14," + // arm64: "LSL [$]4,", "SUB R[0-9]+<<1," + // loong64: "ADDVU", "ALSLV [$]1", "ALSLV [$]2" + return x * 14 +} +func m15(x int64) int64 { + // amd64: "LEAQ .*[*]2", "LEAQ .*[*]4" + // arm64: "LSL [$]4,", "SUB R[0-9]+," + // loong64: "ALSLV [$]1,", "ALSLV [$]2," + return x * 15 +} +func m16(x int64) int64 { + // amd64: "SHLQ [$]4," + // arm64: "LSL [$]4," + // loong64: "SLLV [$]4," + return x * 16 +} +func m17(x int64) int64 { + // amd64: "LEAQ .*[*]1", "LEAQ .*[*]8" + // arm64: "ADD R[0-9]+<<4," + // loong64: "ALSLV [$]" + return x * 17 +} +func m18(x int64) int64 { + // amd64: "LEAQ .*[*]1", "LEAQ .*[*]8" + // arm64: "ADD R[0-9]+,", "ADD R[0-9]+<<3," + // loong64: "ADDVU", "ALSLV [$]3," + return x * 18 +} +func m19(x int64) int64 { + // amd64: "LEAQ .*[*]8", "LEAQ .*[*]2" + // arm64: "MOVD [$]19,", "MUL" + // loong64: "ALSLV [$]3,", "ALSLV [$]1," + return x * 19 +} +func m20(x int64) int64 { + // amd64: "LEAQ .*[*]4", "SHLQ [$]2," + // arm64: "LSL [$]2,", "ADD R[0-9]+<<2," + // loong64: "SLLV [$]2,", "ALSLV [$]2," + return x * 20 +} +func m21(x int64) int64 { + // amd64: "LEAQ .*[*]4", "LEAQ .*[*]4" + // arm64: "MOVD [$]21,", "MUL" + // loong64: "ALSLV [$]2,", "ALSLV [$]2," + return x * 21 +} +func m22(x int64) int64 { + // amd64: "IMUL3Q [$]22," + // arm64: "MOVD [$]22,", "MUL" + // loong64: "ADDVU", "ALSLV [$]2,", "ALSLV [$]2," + return x * 22 +} +func m23(x int64) int64 { + // amd64: "IMUL3Q [$]23," + // arm64: "MOVD [$]23,", "MUL" + // loong64: "ALSLV [$]1,", "SUBVU", "ALSLV [$]3," + return x * 23 +} +func m24(x int64) int64 { + // amd64: "LEAQ .*[*]2", "SHLQ [$]3," + // arm64: "LSL [$]3,", "ADD R[0-9]+<<1," + // loong64: "SLLV [$]3", "ALSLV [$]1," + return x * 24 +} +func m25(x int64) int64 { + // amd64: "LEAQ .*[*]4", "LEAQ .*[*]4" + // arm64: "MOVD [$]25,", "MUL" + // loong64: "ALSLV [$]2,", "ALSLV [$]2," + return x * 25 +} +func m26(x int64) int64 { + // amd64: "IMUL3Q [$]26," + // arm64: "MOVD [$]26,", "MUL" + // loong64: "ADDVU", "ALSLV [$]1,", "ALSLV [$]3," + return x * 26 +} +func m27(x int64) int64 { + // amd64: "LEAQ .*[*]2", "LEAQ .*[*]8" + // arm64: "MOVD [$]27,", "MUL" + // loong64: "ALSLV [$]1,", "ALSLV [$]3," + return x * 27 +} +func m28(x int64) int64 { + // amd64: "IMUL3Q [$]28," + // arm64: "LSL [$]5, "SUB R[0-9]+<<2," + // loong64: "ALSLV [$]1," "SLLV [$]2," "ALSLV [$]3," + return x * 28 +} +func m29(x int64) int64 { + // amd64: "IMUL3Q [$]29," + // arm64: "MOVD [$]29,", "MUL" + // loong64: "ALSLV [$]1," "SLLV [$]5," "SUBVU" + return x * 29 +} +func m30(x int64) int64 { + // amd64: "IMUL3Q [$]30," + // arm64: "LSL [$]5,", "SUB R[0-9]+<<1," + // loong64: "ADDVU" "SLLV [$]5," "SUBVU" + return x * 30 +} +func m31(x int64) int64 { + // amd64: "SHLQ [$]5,", "SUBQ" + // arm64: "LSL [$]5,", "SUB R[0-9]+," + // loong64: "SLLV [$]5," "SUBVU" + return x * 31 +} +func m32(x int64) int64 { + // amd64: "SHLQ [$]5," + // arm64: "LSL [$]5," + // loong64: "SLLV [$]5," + return x * 32 +} +func m33(x int64) int64 { + // amd64: "SHLQ [$]2,", "LEAQ .*[*]8" + // arm64: "ADD R[0-9]+<<5," + // loong64: "ADDVU", "ALSLV [$]4," + return x * 33 +} +func m34(x int64) int64 { + // amd64: "SHLQ [$]5,", "LEAQ .*[*]2" + // arm64: "ADD R[0-9]+,", "ADD R[0-9]+<<4," + // loong64: "ADDVU", "ALSLV [$]4," + return x * 34 +} +func m35(x int64) int64 { + // amd64: "IMUL3Q [$]35," + // arm64: "MOVD [$]35,", "MUL" + // loong64: "ALSLV [$]4,", "ALSLV [$]1," + return x * 35 +} +func m36(x int64) int64 { + // amd64: "LEAQ .*[*]8", "SHLQ [$]2," + // arm64: "LSL [$]2,", "ADD R[0-9]+<<3," + // loong64: "SLLV [$]2,", "ALSLV [$]3," + return x * 36 +} +func m37(x int64) int64 { + // amd64: "LEAQ .*[*]8", "LEAQ .*[*]4" + // arm64: "MOVD [$]37,", "MUL" + // loong64: "ALSLV [$]3,", "ALSLV [$]2," + return x * 37 +} +func m38(x int64) int64 { + // amd64: "IMUL3Q [$]38," + // arm64: "MOVD [$]38,", "MUL" + // loong64: "ALSLV [$]3,", "ALSLV [$]2," + return x * 38 +} +func m39(x int64) int64 { + // amd64: "IMUL3Q [$]39," + // arm64: "MOVD [$]39,", "MUL" + // loong64: "ALSLV [$]2,", "SUBVU", "ALSLV [$]3," + return x * 39 +} +func m40(x int64) int64 { + // amd64: "LEAQ .*[*]4", "SHLQ [$]3," + // arm64: "LSL [$]3,", "ADD R[0-9]+<<2," + // loong64: "SLLV [$]3,", "ALSLV [$]2," + return x * 40 +} + +func mn1(x int64) int64 { + // amd64: "NEGQ " + // arm64: "NEG R[0-9]+," + // loong64: "SUBVU R[0-9], R0," + return x * -1 +} +func mn2(x int64) int64 { + // amd64: "NEGQ", "ADDQ" + // arm64: "NEG R[0-9]+<<1," + // loong64: "ADDVU" "SUBVU R[0-9], R0," + return x * -2 +} +func mn3(x int64) int64 { + // amd64: "NEGQ", "LEAQ .*[*]2" + // arm64: "SUB R[0-9]+<<2," + // loong64: "SUBVU", "ALSLV [$]1," + return x * -3 +} +func mn4(x int64) int64 { + // amd64: "NEGQ", "SHLQ [$]2," + // arm64: "NEG R[0-9]+<<2," + // loong64: "SLLV [$]2," "SUBVU R[0-9], R0," + return x * -4 +} +func mn5(x int64) int64 { + // amd64: "NEGQ", "LEAQ .*[*]4" + // arm64: "NEG R[0-9]+,", "ADD R[0-9]+<<2," + // loong64: "SUBVU", "ALSLV [$]2," + return x * -5 +} +func mn6(x int64) int64 { + // amd64: "IMUL3Q [$]-6," + // arm64: "ADD R[0-9]+,", "SUB R[0-9]+<<2," + // loong64: "ADDVU", "SUBVU", "ALSLV [$]3," + return x * -6 +} +func mn7(x int64) int64 { + // amd64: "NEGQ", "LEAQ .*[*]8" + // arm64: "SUB R[0-9]+<<3," + // loong64: "SUBVU", "ALSLV [$]3," + return x * -7 +} +func mn8(x int64) int64 { + // amd64: "NEGQ", "SHLQ [$]3," + // arm64: "NEG R[0-9]+<<3," + // loong64: "SLLV [$]3" "SUBVU R[0-9], R0," + return x * -8 +} +func mn9(x int64) int64 { + // amd64: "NEGQ", "LEAQ .*[*]8" + // arm64: "NEG R[0-9]+,", "ADD R[0-9]+<<3," + // loong64: "SUBVU", "ALSLV [$]3," + return x * -9 +} +func mn10(x int64) int64 { + // amd64: "IMUL3Q [$]-10," + // arm64: "MOVD [$]-10,", "MUL" + // loong64: "ADDVU", "ALSLV [$]3", "SUBVU" + return x * -10 +} +func mn11(x int64) int64 { + // amd64: "IMUL3Q [$]-11," + // arm64: "MOVD [$]-11,", "MUL" + // loong64: "ALSLV [$]2,", "SUBVU", "ALSLV [$]4," + return x * -11 +} +func mn12(x int64) int64 { + // amd64: "IMUL3Q [$]-12," + // arm64: "LSL [$]2,", "SUB R[0-9]+<<2," + // loong64: "SUBVU", "SLLV [$]2,", "ALSLV [$]4," + return x * -12 +} +func mn13(x int64) int64 { + // amd64: "IMUL3Q [$]-13," + // arm64: "MOVD [$]-13,", "MUL" + // loong64: "ALSLV [$]4,", "SLLV [$]2, ", "SUBVU" + return x * -13 +} +func mn14(x int64) int64 { + // amd64: "IMUL3Q [$]-14," + // arm64: "ADD R[0-9]+,", "SUB R[0-9]+<<3," + // loong64: "ADDVU", "SUBVU", "ALSLV [$]4," + return x * -14 +} +func mn15(x int64) int64 { + // amd64: "SHLQ [$]4,", "SUBQ" + // arm64: "SUB R[0-9]+<<4," + // loong64: "SUBVU", "ALSLV [$]4," + return x * -15 +} +func mn16(x int64) int64 { + // amd64: "NEGQ", "SHLQ [$]4," + // arm64: "NEG R[0-9]+<<4," + // loong64: "SLLV [$]4," "SUBVU R[0-9], R0," + return x * -16 +} +func mn17(x int64) int64 { + // amd64: "IMUL3Q [$]-17," + // arm64: "NEG R[0-9]+,", "ADD R[0-9]+<<4," + // loong64: "SUBVU", "ALSLV [$]4," + return x * -17 +} +func mn18(x int64) int64 { + // amd64: "IMUL3Q [$]-18," + // arm64: "MOVD [$]-18,", "MUL" + // loong64: "ADDVU", "ALSLV [$]4,", "SUBVU" + return x * -18 +} +func mn19(x int64) int64 { + // amd64: "IMUL3Q [$]-19," + // arm64: "MOVD [$]-19,", "MUL" + // loong64: "ALSLV [$]1,", "ALSLV [$]4,", "SUBVU" + return x * -19 +} +func mn20(x int64) int64 { + // amd64: "IMUL3Q [$]-20," + // arm64: "MOVD [$]-20,", "MUL" + // loong64: "SLLV [$]2,", "ALSLV [$]4,", "SUBVU" + return x * -20 +} diff --git a/go/test/codegen/noextend.go b/go/test/codegen/noextend.go new file mode 100644 index 0000000000000000000000000000000000000000..d9f1c77289ba7d5fe25f0763fbeefe58930aea7e --- /dev/null +++ b/go/test/codegen/noextend.go @@ -0,0 +1,285 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "math/bits" + +var sval64 [8]int64 +var sval32 [8]int32 +var sval16 [8]int16 +var sval8 [8]int8 +var val64 [8]uint64 +var val32 [8]uint32 +var val16 [8]uint16 +var val8 [8]uint8 + +// Avoid zero/sign extensions following a load +// which has extended the value correctly. +// Note: No tests are done for int8 since +// an extra extension is usually needed due to +// no signed byte load. + +func set16(x8 int8, u8 *uint8, y8 int8, z8 uint8) { + // Truncate not needed, load does sign/zero extend + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + val16[0] = uint16(*u8) + + // AND not needed due to size + // ppc64x:-"ANDCC" + sval16[1] = 255 & int16(x8+y8) + + // ppc64x:-"ANDCC" + val16[1] = 255 & uint16(*u8+z8) + +} +func shiftidx(u8 *uint8, x16 *int16, u16 *uint16) { + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + val16[0] = uint16(sval16[*u8>>2]) + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + sval16[1] = int16(val16[*x16>>1]) + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + val16[1] = uint16(sval16[*u16>>2]) + +} + +func setnox(x8 int8, u8 *uint8, y8 *int8, z8 *uint8, x16 *int16, u16 *uint16, x32 *int32, u32 *uint32) { + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + val16[0] = uint16(*u8) + + // AND not needed due to size + // ppc64x:-"ANDCC" + sval16[1] = 255 & int16(x8+*y8) + + // ppc64x:-"ANDCC" + val16[1] = 255 & uint16(*u8+*z8) + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + sval32[1] = int32(*x16) + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + val32[0] = uint32(*u8) + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + val32[1] = uint32(*u16) + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + sval64[1] = int64(*x16) + + // ppc64x:-"MOVW R\\d+,\\sR\\d+" + sval64[2] = int64(*x32) + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + val64[0] = uint64(*u8) + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + val64[1] = uint64(*u16) + + // ppc64x:-"MOVWZ R\\d+,\\sR\\d+" + val64[2] = uint64(*u32) +} + +func cmp16(u8 *uint8, x32 *int32, u32 *uint32, x64 *int64, u64 *uint64) bool { + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + if uint16(*u8) == val16[0] { + return true + } + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + if uint16(*u32>>16) == val16[0] { + return true + } + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + if uint16(*u64>>48) == val16[0] { + return true + } + + // Verify the truncates are using the correct sign. + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + if int16(*x32) == sval16[0] { + return true + } + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + if uint16(*u32) == val16[0] { + return true + } + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + if int16(*x64) == sval16[0] { + return true + } + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + if uint16(*u64) == val16[0] { + return true + } + + return false +} + +func cmp32(u8 *uint8, x16 *int16, u16 *uint16, x64 *int64, u64 *uint64) bool { + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + if uint32(*u8) == val32[0] { + return true + } + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + if int32(*x16) == sval32[0] { + return true + } + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + if uint32(*u16) == val32[0] { + return true + } + + // Verify the truncates are using the correct sign. + // ppc64x:-"MOVWZ R\\d+,\\sR\\d+" + if int32(*x64) == sval32[0] { + return true + } + + // ppc64x:-"MOVW R\\d+,\\sR\\d+" + if uint32(*u64) == val32[0] { + return true + } + + return false +} + +func cmp64(u8 *uint8, x16 *int16, u16 *uint16, x32 *int32, u32 *uint32) bool { + + // ppc64x:-"MOVBZ R\\d+,\\sR\\d+" + if uint64(*u8) == val64[0] { + return true + } + + // ppc64x:-"MOVH R\\d+,\\sR\\d+" + if int64(*x16) == sval64[0] { + return true + } + + // ppc64x:-"MOVHZ R\\d+,\\sR\\d+" + if uint64(*u16) == val64[0] { + return true + } + + // ppc64x:-"MOVW R\\d+,\\sR\\d+" + if int64(*x32) == sval64[0] { + return true + } + + // ppc64x:-"MOVWZ R\\d+,\\sR\\d+" + if uint64(*u32) == val64[0] { + return true + } + return false +} + +// no unsign extension following 32 bits ops + +func noUnsignEXT(t1, t2, t3, t4 uint32, k int64) uint64 { + var ret uint64 + + // arm64:"RORW" -"MOVWU" + ret += uint64(bits.RotateLeft32(t1, 7)) + + // arm64:"MULW" -"MOVWU" + ret *= uint64(t1 * t2) + + // arm64:"MNEGW" -"MOVWU" + ret += uint64(-t1 * t3) + + // arm64:"UDIVW" -"MOVWU" + ret += uint64(t1 / t4) + + // arm64:-"MOVWU" + ret += uint64(t2 % t3) + + // arm64:"MSUBW" -"MOVWU" + ret += uint64(t1 - t2*t3) + + // arm64:"MADDW" -"MOVWU" + ret += uint64(t3*t4 + t2) + + // arm64:"REVW" -"MOVWU" + ret += uint64(bits.ReverseBytes32(t1)) + + // arm64:"RBITW" -"MOVWU" + ret += uint64(bits.Reverse32(t1)) + + // arm64:"CLZW" -"MOVWU" + ret += uint64(bits.LeadingZeros32(t1)) + + // arm64:"REV16W" -"MOVWU" + ret += uint64(((t1 & 0xff00ff00) >> 8) | ((t1 & 0x00ff00ff) << 8)) + + // arm64:"EXTRW" -"MOVWU" + ret += uint64((t1 << 25) | (t2 >> 7)) + + return ret +} + +// no sign extension when the upper bits of the result are zero + +func noSignEXT(x int) int64 { + t1 := int32(x) + + var ret int64 + + // arm64:-"MOVW" + ret += int64(t1 & 1) + + // arm64:-"MOVW" + ret += int64(int32(x & 0x7fffffff)) + + // arm64:-"MOVH" + ret += int64(int16(x & 0x7fff)) + + // arm64:-"MOVB" + ret += int64(int8(x & 0x7f)) + + return ret +} + +// corner cases that sign extension must not be omitted + +func shouldSignEXT(x int) int64 { + t1 := int32(x) + + var ret int64 + + // arm64:"MOVW" + ret += int64(t1 & (-1)) + + // arm64:"MOVW" + ret += int64(int32(x & 0x80000000)) + + // arm64:"MOVW" + ret += int64(int32(x & 0x1100000011111111)) + + // arm64:"MOVH" + ret += int64(int16(x & 0x1100000000001111)) + + // arm64:"MOVB" + ret += int64(int8(x & 0x1100000000000011)) + + return ret +} + +func noIntermediateExtension(a, b, c uint32) uint32 { + // arm64:-"MOVWU" + return a*b*9 + c +} diff --git a/go/test/codegen/race.go b/go/test/codegen/race.go new file mode 100644 index 0000000000000000000000000000000000000000..b9778239069248332d8bd12fd16995f85435d773 --- /dev/null +++ b/go/test/codegen/race.go @@ -0,0 +1,22 @@ +// asmcheck -race + +// 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 codegen + +// Check that we elide racefuncenter/racefuncexit for +// functions with no calls (but which might panic +// in various ways). See issue 31219. +// amd64:-"CALL.*racefuncenter.*" +// arm64:-"CALL.*racefuncenter.*" +// ppc64le:-"CALL.*racefuncenter.*" +func RaceMightPanic(a []int, i, j, k, s int) { + var b [4]int + _ = b[i] // panicIndex + _ = a[i:j] // panicSlice + _ = a[i:j:k] // also panicSlice + _ = i << s // panicShift + _ = i / j // panicDivide +} diff --git a/go/test/codegen/reflect_type.go b/go/test/codegen/reflect_type.go new file mode 100644 index 0000000000000000000000000000000000000000..6b3eae96f5bd14126eb1f2bc39507808f33fcdc2 --- /dev/null +++ b/go/test/codegen/reflect_type.go @@ -0,0 +1,21 @@ +// asmcheck + +// Copyright 2025 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 codegen + +import "reflect" + +func intPtrTypeSize() uintptr { + // amd64:"MOVL [$]8," -"CALL" + // arm64:"MOVD [$]8," -"CALL" + return reflect.TypeFor[*int]().Size() +} + +func intPtrTypeKind() reflect.Kind { + // amd64:"MOVL [$]22," -"CALL" + // arm64:"MOVD [$]22," -"CALL" + return reflect.TypeFor[*int]().Kind() +} diff --git a/go/test/codegen/regabi_regalloc.go b/go/test/codegen/regabi_regalloc.go new file mode 100644 index 0000000000000000000000000000000000000000..8ac6a3da9c78779b35fda09a186f6184980fb147 --- /dev/null +++ b/go/test/codegen/regabi_regalloc.go @@ -0,0 +1,23 @@ +// asmcheck + +// Copyright 2021 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 codegen + +//go:registerparams +func f1(a, b int) { + // amd64:"MOVQ BX, CX", "MOVQ AX, BX", "MOVL [$]1, AX", -"MOVQ .*DX" + g(1, a, b) +} + +//go:registerparams +func f2(a, b int) { + // amd64:"MOVQ BX, AX", "MOVQ [AB]X, CX", -"MOVQ .*, BX" + g(b, b, b) +} + +//go:noinline +//go:registerparams +func g(int, int, int) {} diff --git a/go/test/codegen/retpoline.go b/go/test/codegen/retpoline.go new file mode 100644 index 0000000000000000000000000000000000000000..e733a49d8aa4b26f379872a89c73f58447a65726 --- /dev/null +++ b/go/test/codegen/retpoline.go @@ -0,0 +1,43 @@ +// asmcheck -gcflags=-spectre=ret + +//go:build amd64 + +package codegen + +func CallFunc(f func()) { + // amd64:`CALL runtime.retpoline` + f() +} + +func CallInterface(x interface{ M() }) { + // amd64:`CALL runtime.retpoline` + x.M() +} + +// Check to make sure that jump tables are disabled +// when retpoline is on. See issue 57097. +func noJumpTables(x int) int { + switch x { + case 0: + return 0 + case 1: + return 1 + case 2: + return 2 + case 3: + return 3 + case 4: + return 4 + case 5: + return 5 + case 6: + return 6 + case 7: + return 7 + case 8: + return 8 + case 9: + return 9 + } + return 10 +} diff --git a/go/test/codegen/rotate.go b/go/test/codegen/rotate.go new file mode 100644 index 0000000000000000000000000000000000000000..17bd27a4d02dc32663f59d1f4934197d187e6471 --- /dev/null +++ b/go/test/codegen/rotate.go @@ -0,0 +1,281 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "math/bits" + +// ------------------- // +// const rotates // +// ------------------- // + +func rot64(x uint64) uint64 { + var a uint64 + + // amd64:"ROLQ [$]7" + // ppc64x:"ROTL [$]7" + // loong64: "ROTRV [$]57" + // riscv64: "RORI [$]57" + a += x<<7 | x>>57 + + // amd64:"ROLQ [$]8" + // arm64:"ROR [$]56" + // s390x:"RISBGZ [$]0, [$]63, [$]8, " + // ppc64x:"ROTL [$]8" + // loong64: "ROTRV [$]56" + // riscv64: "RORI [$]56" + a += x<<8 + x>>56 + + // amd64:"ROLQ [$]9" + // arm64:"ROR [$]55" + // s390x:"RISBGZ [$]0, [$]63, [$]9, " + // ppc64x:"ROTL [$]9" + // loong64: "ROTRV [$]55" + // riscv64: "RORI [$]55" + a += x<<9 ^ x>>55 + + // amd64:"ROLQ [$]10" + // arm64:"ROR [$]54" + // s390x:"RISBGZ [$]0, [$]63, [$]10, " + // ppc64x:"ROTL [$]10" + // arm64:"ROR [$]54" + // s390x:"RISBGZ [$]0, [$]63, [$]10, " + // loong64: "ROTRV [$]54" + // riscv64: "RORI [$]54" + a += bits.RotateLeft64(x, 10) + + return a +} + +func rot32(x uint32) uint32 { + var a uint32 + + // amd64:"ROLL [$]7" + // arm:"MOVW R\\d+@>25" + // ppc64x:"ROTLW [$]7" + // loong64: "ROTR [$]25" + // riscv64: "RORIW [$]25" + a += x<<7 | x>>25 + + // amd64:`ROLL [$]8` + // arm:"MOVW R\\d+@>24" + // arm64:"RORW [$]24" + // s390x:"RLL [$]8" + // ppc64x:"ROTLW [$]8" + // loong64: "ROTR [$]24" + // riscv64: "RORIW [$]24" + a += x<<8 + x>>24 + + // amd64:"ROLL [$]9" + // arm:"MOVW R\\d+@>23" + // arm64:"RORW [$]23" + // s390x:"RLL [$]9" + // ppc64x:"ROTLW [$]9" + // loong64: "ROTR [$]23" + // riscv64: "RORIW [$]23" + a += x<<9 ^ x>>23 + + // amd64:"ROLL [$]10" + // arm:"MOVW R\\d+@>22" + // arm64:"RORW [$]22" + // s390x:"RLL [$]10" + // ppc64x:"ROTLW [$]10" + // arm64:"RORW [$]22" + // s390x:"RLL [$]10" + // loong64: "ROTR [$]22" + // riscv64: "RORIW [$]22" + a += bits.RotateLeft32(x, 10) + + return a +} + +func rot16(x uint16) uint16 { + var a uint16 + + // amd64:"ROLW [$]7" + // riscv64: "OR" "SLLI" "SRLI" -"AND" + a += x<<7 | x>>9 + + // amd64:`ROLW [$]8` + // riscv64: "OR" "SLLI" "SRLI" -"AND" + a += x<<8 + x>>8 + + // amd64:"ROLW [$]9" + // riscv64: "OR" "SLLI" "SRLI" -"AND" + a += x<<9 ^ x>>7 + + return a +} + +func rot8(x uint8) uint8 { + var a uint8 + + // amd64:"ROLB [$]5" + // riscv64: "OR" "SLLI" "SRLI" -"AND" + a += x<<5 | x>>3 + + // amd64:`ROLB [$]6` + // riscv64: "OR" "SLLI" "SRLI" -"AND" + a += x<<6 + x>>2 + + // amd64:"ROLB [$]7" + // riscv64: "OR" "SLLI" "SRLI" -"AND" + a += x<<7 ^ x>>1 + + return a +} + +// ----------------------- // +// non-const rotates // +// ----------------------- // + +func rot64nc(x uint64, z uint) uint64 { + var a uint64 + + z &= 63 + + // amd64:"ROLQ" -"AND" + // arm64:"ROR" "NEG" -"AND" + // ppc64x:"ROTL" -"NEG" -"AND" + // loong64: "ROTRV", -"AND" + // riscv64: "ROL" -"AND" + a += x<>(64-z) + + // amd64:"RORQ" -"AND" + // arm64:"ROR" -"NEG" -"AND" + // ppc64x:"ROTL" "NEG" -"AND" + // loong64: "ROTRV", -"AND" + // riscv64: "ROR" -"AND" + a += x>>z | x<<(64-z) + + return a +} + +func rot32nc(x uint32, z uint) uint32 { + var a uint32 + + z &= 31 + + // amd64:"ROLL" -"AND" + // arm64:"ROR" "NEG" -"AND" + // ppc64x:"ROTLW" -"NEG" -"AND" + // loong64: "ROTR", -"AND" + // riscv64: "ROLW" -"AND" + a += x<>(32-z) + + // amd64:"RORL" -"AND" + // arm64:"ROR" -"NEG" -"AND" + // ppc64x:"ROTLW" "NEG" -"AND" + // loong64: "ROTR", -"AND" + // riscv64: "RORW" -"AND" + a += x>>z | x<<(32-z) + + return a +} + +func rot16nc(x uint16, z uint) uint16 { + var a uint16 + + z &= 15 + + // amd64:"ROLW" -"ANDQ" + // riscv64: "OR" "SLL" "SRL" -"AND " + a += x<>(16-z) + + // amd64:"RORW" -"ANDQ" + // riscv64: "OR" "SLL" "SRL" -"AND " + a += x>>z | x<<(16-z) + + return a +} + +func rot8nc(x uint8, z uint) uint8 { + var a uint8 + + z &= 7 + + // amd64:"ROLB" -"ANDQ" + // riscv64: "OR" "SLL" "SRL" -"AND " + a += x<>(8-z) + + // amd64:"RORB" -"ANDQ" + // riscv64: "OR" "SLL" "SRL" -"AND " + a += x>>z | x<<(8-z) + + return a +} + +// Issue 18254: rotate after inlining +func f32(x uint32) uint32 { + // amd64:"ROLL [$]7" + return rot32nc(x, 7) +} + +func doubleRotate(x uint64) uint64 { + x = (x << 5) | (x >> 59) + // amd64:"ROLQ [$]15" + // arm64:"ROR [$]49" + x = (x << 10) | (x >> 54) + return x +} + +// --------------------------------------- // +// Combined Rotate + Masking operations // +// --------------------------------------- // + +func checkMaskedRotate32(a []uint32, r int) { + i := 0 + + // ppc64x: "RLWNM [$]16, R[0-9]+, [$]8, [$]15, R[0-9]+" + a[i] = bits.RotateLeft32(a[i], 16) & 0xFF0000 + i++ + // ppc64x: "RLWNM [$]16, R[0-9]+, [$]8, [$]15, R[0-9]+" + a[i] = bits.RotateLeft32(a[i]&0xFF, 16) + i++ + // ppc64x: "RLWNM [$]4, R[0-9]+, [$]20, [$]27, R[0-9]+" + a[i] = bits.RotateLeft32(a[i], 4) & 0xFF0 + i++ + // ppc64x: "RLWNM [$]16, R[0-9]+, [$]24, [$]31, R[0-9]+" + a[i] = bits.RotateLeft32(a[i]&0xFF0000, 16) + i++ + + // ppc64x: "RLWNM R[0-9]+, R[0-9]+, [$]8, [$]15, R[0-9]+" + a[i] = bits.RotateLeft32(a[i], r) & 0xFF0000 + i++ + // ppc64x: "RLWNM R[0-9]+, R[0-9]+, [$]16, [$]23, R[0-9]+" + a[i] = bits.RotateLeft32(a[i], r) & 0xFF00 + i++ + + // ppc64x: "RLWNM R[0-9]+, R[0-9]+, [$]20, [$]11, R[0-9]+" + a[i] = bits.RotateLeft32(a[i], r) & 0xFFF00FFF + i++ + // ppc64x: "RLWNM [$]4, R[0-9]+, [$]20, [$]11, R[0-9]+" + a[i] = bits.RotateLeft32(a[i], 4) & 0xFFF00FFF + i++ +} + +// combined arithmetic and rotate on arm64 +func checkArithmeticWithRotate(a *[1000]uint64) { + // arm64: "AND R[0-9]+@>51, R[0-9]+, R[0-9]+" + a[2] = a[1] & bits.RotateLeft64(a[0], 13) + // arm64: "ORR R[0-9]+@>51, R[0-9]+, R[0-9]+" + a[5] = a[4] | bits.RotateLeft64(a[3], 13) + // arm64: "EOR R[0-9]+@>51, R[0-9]+, R[0-9]+" + a[8] = a[7] ^ bits.RotateLeft64(a[6], 13) + // arm64: "MVN R[0-9]+@>51, R[0-9]+" + a[10] = ^bits.RotateLeft64(a[9], 13) + // arm64: "BIC R[0-9]+@>51, R[0-9]+, R[0-9]+" + a[13] = a[12] &^ bits.RotateLeft64(a[11], 13) + // arm64: "EON R[0-9]+@>51, R[0-9]+, R[0-9]+" + a[16] = a[15] ^ ^bits.RotateLeft64(a[14], 13) + // arm64: "ORN R[0-9]+@>51, R[0-9]+, R[0-9]+" + a[19] = a[18] | ^bits.RotateLeft64(a[17], 13) + // arm64: "TST R[0-9]+@>51, R[0-9]+" + if a[18]&bits.RotateLeft64(a[19], 13) == 0 { + a[20] = 1 + } + +} diff --git a/go/test/codegen/schedule.go b/go/test/codegen/schedule.go new file mode 100644 index 0000000000000000000000000000000000000000..bb8a81af78e303f2efd0a6c9285c69d2d807b9de --- /dev/null +++ b/go/test/codegen/schedule.go @@ -0,0 +1,17 @@ +// asmcheck + +// Copyright 2025 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 codegen + +func f(n int) int { + r := 0 + // arm64:-"MOVD R" + // amd64:-"LEAQ" "INCQ" + for i := range n { + r += i + } + return r +} diff --git a/go/test/codegen/select.go b/go/test/codegen/select.go new file mode 100644 index 0000000000000000000000000000000000000000..46532d4012a3d8208bf0d599144edf3ea40d8b80 --- /dev/null +++ b/go/test/codegen/select.go @@ -0,0 +1,20 @@ +// asmcheck + +// Copyright 2020 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 codegen + +func f() { + ch1 := make(chan int) + ch2 := make(chan int) + for { + // amd64:-`MOVQ [$]0, command-line-arguments..autotmp_3` + select { + case <-ch1: + case <-ch2: + default: + } + } +} diff --git a/go/test/codegen/shift.go b/go/test/codegen/shift.go new file mode 100644 index 0000000000000000000000000000000000000000..4222b0b845dd5dfd3f6cc3b5e9e9dd79992cd31c --- /dev/null +++ b/go/test/codegen/shift.go @@ -0,0 +1,697 @@ +// asmcheck + +// Copyright 2018 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 codegen + +// ------------------ // +// constant shifts // +// ------------------ // + +func lshConst64x64(v int64) int64 { + // loong64:"SLLV" + // ppc64x:"SLD" + // riscv64:"SLLI" -"AND" -"SLTIU" + return v << uint64(33) +} + +func rshConst64Ux64(v uint64) uint64 { + // loong64:"SRLV" + // ppc64x:"SRD" + // riscv64:"SRLI " -"AND" -"SLTIU" + return v >> uint64(33) +} + +func rshConst64Ux64Overflow32(v uint32) uint64 { + // loong64:"MOVV R0," -"SRL " + // riscv64:"MOV [$]0," -"SRL" + return uint64(v) >> 32 +} + +func rshConst64Ux64Overflow16(v uint16) uint64 { + // loong64:"MOVV R0," -"SRLV" + // riscv64:"MOV [$]0," -"SRL" + return uint64(v) >> 16 +} + +func rshConst64Ux64Overflow8(v uint8) uint64 { + // loong64:"MOVV R0," -"SRLV" + // riscv64:"MOV [$]0," -"SRL" + return uint64(v) >> 8 +} + +func rshConst64x64(v int64) int64 { + // loong64:"SRAV" + // ppc64x:"SRAD" + // riscv64:"SRAI " -"OR" -"SLTIU" + return v >> uint64(33) +} + +func rshConst64x64Overflow32(v int32) int64 { + // loong64:"SRA [$]31" + // riscv64:"SRAIW" -"SLLI" -"SRAI " + return int64(v) >> 32 +} + +func rshConst64x64Overflow16(v int16) int64 { + // loong64:"SLLV [$]48" "SRAV [$]63" + // riscv64:"SLLI" "SRAI" -"SRAIW" + return int64(v) >> 16 +} + +func rshConst64x64Overflow8(v int8) int64 { + // loong64:"SLLV [$]56" "SRAV [$]63" + // riscv64:"SLLI" "SRAI" -"SRAIW" + return int64(v) >> 8 +} + +func lshConst32x1(v int32) int32 { + // amd64:"ADDL", -"SHLL" + return v << 1 +} + +func lshConst64x1(v int64) int64 { + // amd64:"ADDQ", -"SHLQ" + return v << 1 +} + +func lshConst32x64(v int32) int32 { + // loong64:"SLL " + // ppc64x:"SLW" + // riscv64:"SLLI" -"AND" -"SLTIU", -"MOVW" + return v << uint64(29) +} + +func rshConst32Ux64(v uint32) uint32 { + // loong64:"SRL " + // ppc64x:"SRW" + // riscv64:"SRLIW" -"AND" -"SLTIU", -"MOVW" + return v >> uint64(29) +} + +func rshConst32x64(v int32) int32 { + // loong64:"SRA " + // ppc64x:"SRAW" + // riscv64:"SRAIW" -"OR" -"SLTIU", -"MOVW" + return v >> uint64(29) +} + +func lshConst64x32(v int64) int64 { + // loong64:"SLLV" + // ppc64x:"SLD" + // riscv64:"SLLI" -"AND" -"SLTIU" + return v << uint32(33) +} + +func rshConst64Ux32(v uint64) uint64 { + // loong64:"SRLV" + // ppc64x:"SRD" + // riscv64:"SRLI " -"AND" -"SLTIU" + return v >> uint32(33) +} + +func rshConst64x32(v int64) int64 { + // loong64:"SRAV" + // ppc64x:"SRAD" + // riscv64:"SRAI " -"OR" -"SLTIU" + return v >> uint32(33) +} + +func lshConst32x1Add(x int32) int32 { + // amd64:"SHLL [$]2" + // loong64:"SLL [$]2" + // riscv64:"SLLI [$]2" + return (x + x) << 1 +} + +func lshConst64x1Add(x int64) int64 { + // amd64:"SHLQ [$]2" + // loong64:"SLLV [$]2" + // riscv64:"SLLI [$]2" + return (x + x) << 1 +} + +func lshConst32x2Add(x int32) int32 { + // amd64:"SHLL [$]3" + // loong64:"SLL [$]3" + // riscv64:"SLLI [$]3" + return (x + x) << 2 +} + +func lshConst64x2Add(x int64) int64 { + // amd64:"SHLQ [$]3" + // loong64:"SLLV [$]3" + // riscv64:"SLLI [$]3" + return (x + x) << 2 +} + +func lshConst32x31Add(x int32) int32 { + // loong64:-"SLL " "MOVV R0" + // riscv64:-"SLLI" "MOV [$]0" + return (x + x) << 31 +} + +func lshConst64x63Add(x int64) int64 { + // loong64:-"SLLV" "MOVV R0" + // riscv64:-"SLLI" "MOV [$]0" + return (x + x) << 63 +} + +// ------------------ // +// masked shifts // +// ------------------ // + +func lshMask64x64(v int64, s uint64) int64 { + // arm64:"LSL" -"AND" + // loong64:"SLLV" -"AND" + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SLL" -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v << (s & 63) +} + +func rshMask64Ux64(v uint64, s uint64) uint64 { + // arm64:"LSR" -"AND" -"CSEL" + // loong64:"SRLV" -"AND" + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SRL " -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> (s & 63) +} + +func rshMask64x64(v int64, s uint64) int64 { + // arm64:"ASR" -"AND" -"CSEL" + // loong64:"SRAV" -"AND" + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SRA " -"OR" -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> (s & 63) +} + +func lshMask32x64(v int32, s uint64) int32 { + // arm64:"LSL" -"AND" + // loong64:"SLL " "AND" "SGTU" "MASKEQZ" + // ppc64x:"ISEL" -"ORN" + // riscv64:"SLL" -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v << (s & 63) +} + +func lsh5Mask32x64(v int32, s uint64) int32 { + // loong64:"SLL " -"AND" + return v << (s & 31) +} + +func rshMask32Ux64(v uint32, s uint64) uint32 { + // arm64:"LSR" -"AND" + // loong64:"SRL " "AND" "SGTU" "MASKEQZ" + // ppc64x:"ISEL" -"ORN" + // riscv64:"SRLW" "SLTIU" "NEG" "AND " -"SRL " + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> (s & 63) +} + +func rsh5Mask32Ux64(v uint32, s uint64) uint32 { + // loong64:"SRL " -"AND" + // riscv64:"SRLW" -"AND " -"SLTIU" -"SRL " + return v >> (s & 31) +} + +func rshMask32x64(v int32, s uint64) int32 { + // arm64:"ASR" -"AND" + // loong64:"SRA " "AND" "SGTU" "SUBVU" "OR" + // ppc64x:"ISEL" -"ORN" + // riscv64:"SRAW" "OR" "SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> (s & 63) +} + +func rsh5Mask32x64(v int32, s uint64) int32 { + // loong64:"SRA " -"AND" + // riscv64:"SRAW" -"OR" -"SLTIU" + return v >> (s & 31) +} + +func lshMask64x32(v int64, s uint32) int64 { + // arm64:"LSL" -"AND" + // loong64:"SLLV" -"AND" + // ppc64x:"RLDICL" -"ORN" + // riscv64:"SLL" -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v << (s & 63) +} + +func rshMask64Ux32(v uint64, s uint32) uint64 { + // arm64:"LSR" -"AND" -"CSEL" + // loong64:"SRLV" -"AND" + // ppc64x:"RLDICL" -"ORN" + // riscv64:"SRL " -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> (s & 63) +} + +func rshMask64x32(v int64, s uint32) int64 { + // arm64:"ASR" -"AND" -"CSEL" + // loong64:"SRAV" -"AND" + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SRA " -"OR" -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> (s & 63) +} + +func lshMask64x32Ext(v int64, s int32) int64 { + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SLL" -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v << uint(s&63) +} + +func rshMask64Ux32Ext(v uint64, s int32) uint64 { + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SRL " -"AND " -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> uint(s&63) +} + +func rshMask64x32Ext(v int64, s int32) int64 { + // ppc64x:"RLDICL" -"ORN" -"ISEL" + // riscv64:"SRA " -"OR" -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + return v >> uint(s&63) +} + +// --------------- // +// signed shifts // +// --------------- // + +// We do want to generate a test + panicshift for these cases. +func lshSigned(v8 int8, v16 int16, v32 int32, v64 int64, x int) { + // amd64:"TESTB" + _ = x << v8 + // amd64:"TESTW" + _ = x << v16 + // amd64:"TESTL" + _ = x << v32 + // amd64:"TESTQ" + _ = x << v64 +} + +// We want to avoid generating a test + panicshift for these cases. +func lshSignedMasked(v8 int8, v16 int16, v32 int32, v64 int64, x int) { + // amd64:-"TESTB" + _ = x << (v8 & 7) + // amd64:-"TESTW" + _ = x << (v16 & 15) + // amd64:-"TESTL" + _ = x << (v32 & 31) + // amd64:-"TESTQ" + _ = x << (v64 & 63) +} + +// ------------------ // +// bounded shifts // +// ------------------ // + +func lshGuarded64(v int64, s uint) int64 { + if s < 64 { + // riscv64:"SLL" -"AND" -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + // wasm:-"Select" -".*LtU" + // arm64:"LSL" -"CSEL" + return v << s + } + panic("shift too large") +} + +func rshGuarded64U(v uint64, s uint) uint64 { + if s < 64 { + // riscv64:"SRL " -"AND" -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + // wasm:-"Select" -".*LtU" + // arm64:"LSR" -"CSEL" + return v >> s + } + panic("shift too large") +} + +func rshGuarded64(v int64, s uint) int64 { + if s < 64 { + // riscv64:"SRA " -"OR" -"SLTIU" + // s390x:-"RISBGZ" -"AND" -"LOCGR" + // wasm:-"Select" -".*LtU" + // arm64:"ASR" -"CSEL" + return v >> s + } + panic("shift too large") +} + +func provedUnsignedShiftLeft(val64 uint64, val32 uint32, val16 uint16, val8 uint8, shift int) (r1 uint64, r2 uint32, r3 uint16, r4 uint8) { + if shift >= 0 && shift < 64 { + // arm64:"LSL" -"CSEL" + r1 = val64 << shift + } + if shift >= 0 && shift < 32 { + // arm64:"LSL" -"CSEL" + r2 = val32 << shift + } + if shift >= 0 && shift < 16 { + // arm64:"LSL" -"CSEL" + r3 = val16 << shift + } + if shift >= 0 && shift < 8 { + // arm64:"LSL" -"CSEL" + r4 = val8 << shift + } + return r1, r2, r3, r4 +} + +func provedSignedShiftLeft(val64 int64, val32 int32, val16 int16, val8 int8, shift int) (r1 int64, r2 int32, r3 int16, r4 int8) { + if shift >= 0 && shift < 64 { + // arm64:"LSL" -"CSEL" + r1 = val64 << shift + } + if shift >= 0 && shift < 32 { + // arm64:"LSL" -"CSEL" + r2 = val32 << shift + } + if shift >= 0 && shift < 16 { + // arm64:"LSL" -"CSEL" + r3 = val16 << shift + } + if shift >= 0 && shift < 8 { + // arm64:"LSL" -"CSEL" + r4 = val8 << shift + } + return r1, r2, r3, r4 +} + +func provedUnsignedShiftRight(val64 uint64, val32 uint32, val16 uint16, val8 uint8, shift int) (r1 uint64, r2 uint32, r3 uint16, r4 uint8) { + if shift >= 0 && shift < 64 { + // arm64:"LSR" -"CSEL" + r1 = val64 >> shift + } + if shift >= 0 && shift < 32 { + // arm64:"LSR" -"CSEL" + r2 = val32 >> shift + } + if shift >= 0 && shift < 16 { + // arm64:"LSR" -"CSEL" + r3 = val16 >> shift + } + if shift >= 0 && shift < 8 { + // arm64:"LSR" -"CSEL" + r4 = val8 >> shift + } + return r1, r2, r3, r4 +} + +func provedSignedShiftRight(val64 int64, val32 int32, val16 int16, val8 int8, shift int) (r1 int64, r2 int32, r3 int16, r4 int8) { + if shift >= 0 && shift < 64 { + // arm64:"ASR" -"CSEL" + r1 = val64 >> shift + } + if shift >= 0 && shift < 32 { + // arm64:"ASR" -"CSEL" + r2 = val32 >> shift + } + if shift >= 0 && shift < 16 { + // arm64:"ASR" -"CSEL" + r3 = val16 >> shift + } + if shift >= 0 && shift < 8 { + // arm64:"ASR" -"CSEL" + r4 = val8 >> shift + } + return r1, r2, r3, r4 +} + +func checkUnneededTrunc(tab *[100000]uint32, d uint64, v uint32, h uint16, b byte) (uint32, uint64) { + + // ppc64x:-".*RLWINM" -".*RLDICR" ".*CLRLSLDI" + f := tab[byte(v)^b] + // ppc64x:-".*RLWINM" -".*RLDICR" ".*CLRLSLDI" + f += tab[byte(v)&b] + // ppc64x:-".*RLWINM" -".*RLDICR" ".*CLRLSLDI" + f += tab[byte(v)|b] + // ppc64x:-".*RLWINM" -".*RLDICR" ".*CLRLSLDI" + f += tab[uint16(v)&h] + // ppc64x:-".*RLWINM" -".*RLDICR" ".*CLRLSLDI" + f += tab[uint16(v)^h] + // ppc64x:-".*RLWINM" -".*RLDICR" ".*CLRLSLDI" + f += tab[uint16(v)|h] + // ppc64x:-".*AND" -"RLDICR" ".*CLRLSLDI" + f += tab[v&0xff] + // ppc64x:-".*AND" ".*CLRLSLWI" + f += 2 * uint32(uint16(d)) + // ppc64x:-".*AND" -"RLDICR" ".*CLRLSLDI" + g := 2 * uint64(uint32(d)) + return f, g +} + +func checkCombinedShifts(v8 uint8, v16 uint16, v32 uint32, x32 int32, v64 uint64) (uint8, uint16, uint32, uint64, int64) { + + // ppc64x:-"AND" "CLRLSLWI" + f := (v8 & 0xF) << 2 + // ppc64x:"CLRLSLWI" + f += byte(v16) << 3 + // ppc64x:-"AND" "CLRLSLWI" + g := (v16 & 0xFF) << 3 + // ppc64x:-"AND" "CLRLSLWI" + h := (v32 & 0xFFFFF) << 2 + // ppc64x:"CLRLSLDI" + i := (v64 & 0xFFFFFFFF) << 5 + // ppc64x:-"CLRLSLDI" + i += (v64 & 0xFFFFFFF) << 38 + // ppc64x/power9:-"CLRLSLDI" + i += (v64 & 0xFFFF00) << 10 + // ppc64x/power9:-"SLD" "EXTSWSLI" + j := int64(x32+32) * 8 + return f, g, h, i, j +} + +func checkWidenAfterShift(v int64, u uint64) (int64, uint64) { + + // ppc64x:-".*MOVW" + f := int32(v >> 32) + // ppc64x:".*MOVW" + f += int32(v >> 31) + // ppc64x:-".*MOVH" + g := int16(v >> 48) + // ppc64x:".*MOVH" + g += int16(v >> 30) + // ppc64x:-".*MOVH" + g += int16(f >> 16) + // ppc64x:-".*MOVB" + h := int8(v >> 56) + // ppc64x:".*MOVB" + h += int8(v >> 28) + // ppc64x:-".*MOVB" + h += int8(f >> 24) + // ppc64x:".*MOVB" + h += int8(f >> 16) + return int64(h), uint64(g) +} + +func checkShiftAndMask32(v []uint32) { + i := 0 + + // ppc64x: "RLWNM [$]24, R[0-9]+, [$]12, [$]19, R[0-9]+" + v[i] = (v[i] & 0xFF00000) >> 8 + i++ + // ppc64x: "RLWNM [$]26, R[0-9]+, [$]22, [$]29, R[0-9]+" + v[i] = (v[i] & 0xFF00) >> 6 + i++ + // ppc64x: "MOVW R0" + v[i] = (v[i] & 0xFF) >> 8 + i++ + // ppc64x: "MOVW R0" + v[i] = (v[i] & 0xF000000) >> 28 + i++ + // ppc64x: "RLWNM [$]26, R[0-9]+, [$]24, [$]31, R[0-9]+" + v[i] = (v[i] >> 6) & 0xFF + i++ + // ppc64x: "RLWNM [$]26, R[0-9]+, [$]12, [$]19, R[0-9]+" + v[i] = (v[i] >> 6) & 0xFF000 + i++ + // ppc64x: "MOVW R0" + v[i] = (v[i] >> 20) & 0xFF000 + i++ + // ppc64x: "MOVW R0" + v[i] = (v[i] >> 24) & 0xFF00 + i++ +} + +func checkMergedShifts32(a [256]uint32, b [256]uint64, u uint32, v uint32) { + // ppc64x: -"CLRLSLDI", "RLWNM [$]10, R[0-9]+, [$]22, [$]29, R[0-9]+" + a[0] = a[uint8(v>>24)] + // ppc64x: -"CLRLSLDI", "RLWNM [$]11, R[0-9]+, [$]21, [$]28, R[0-9]+" + b[0] = b[uint8(v>>24)] + // ppc64x: -"CLRLSLDI", "RLWNM [$]15, R[0-9]+, [$]21, [$]28, R[0-9]+" + b[1] = b[(v>>20)&0xFF] + // ppc64x: -"SLD", "RLWNM [$]10, R[0-9]+, [$]22, [$]28, R[0-9]+" + b[2] = b[v>>25] +} + +func checkMergedShifts64(a [256]uint32, b [256]uint64, c [256]byte, v uint64) { + // ppc64x: -"CLRLSLDI", "RLWNM [$]10, R[0-9]+, [$]22, [$]29, R[0-9]+" + a[0] = a[uint8(v>>24)] + // ppc64x: "SRD", "CLRLSLDI", -"RLWNM" + a[1] = a[uint8(v>>25)] + // ppc64x: -"CLRLSLDI", "RLWNM [$]9, R[0-9]+, [$]23, [$]29, R[0-9]+" + a[2] = a[v>>25&0x7F] + // ppc64x: -"CLRLSLDI", "RLWNM [$]3, R[0-9]+, [$]29, [$]29, R[0-9]+" + a[3] = a[(v>>31)&0x01] + // ppc64x: -"CLRLSLDI", "RLWNM [$]12, R[0-9]+, [$]21, [$]28, R[0-9]+" + b[0] = b[uint8(v>>23)] + // ppc64x: -"CLRLSLDI", "RLWNM [$]15, R[0-9]+, [$]21, [$]28, R[0-9]+" + b[1] = b[(v>>20)&0xFF] + // ppc64x: "RLWNM", -"SLD" + b[2] = b[((uint64((uint32(v) >> 21)) & 0x3f) << 4)] + // ppc64x: -"RLWNM" + b[3] = (b[3] << 24) & 0xFFFFFF000000 + // ppc64x: "RLWNM [$]24, R[0-9]+, [$]0, [$]7," + b[4] = (b[4] << 24) & 0xFF000000 + // ppc64x: "RLWNM [$]24, R[0-9]+, [$]0, [$]7," + b[5] = (b[5] << 24) & 0xFF00000F + // ppc64x: -"RLWNM" + b[6] = (b[6] << 0) & 0xFF00000F + // ppc64x: "RLWNM [$]4, R[0-9]+, [$]28, [$]31," + b[7] = (b[7] >> 28) & 0xF + // ppc64x: "RLWNM [$]11, R[0-9]+, [$]10, [$]15" + c[0] = c[((v>>5)&0x3F)<<16] + // ppc64x: "ANDCC [$]8064," + c[1] = c[((v>>7)&0x3F)<<7] +} + +func checkShiftMask(a uint32, b uint64, z []uint32, y []uint64) { + _ = y[128] + _ = z[128] + // ppc64x: -"MOVBZ", -"SRW", "RLWNM" + z[0] = uint32(uint8(a >> 5)) + // ppc64x: -"MOVBZ", -"SRW", "RLWNM" + z[1] = uint32(uint8((a >> 4) & 0x7e)) + // ppc64x: "RLWNM [$]25, R[0-9]+, [$]27, [$]29, R[0-9]+" + z[2] = uint32(uint8(a>>7)) & 0x1c + // ppc64x: -"MOVWZ" + y[0] = uint64((a >> 6) & 0x1c) + // ppc64x: -"MOVWZ" + y[1] = uint64(uint32(b)<<6) + 1 + // ppc64x: -"MOVHZ", -"MOVWZ" + y[2] = uint64((uint16(a) >> 9) & 0x1F) + // ppc64x: -"MOVHZ", -"MOVWZ", -"ANDCC" + y[3] = uint64(((uint16(a) & 0xFF0) >> 9) & 0x1F) +} + +// 128 bit shifts + +func check128bitShifts(x, y uint64, bits uint) (uint64, uint64) { + s := bits & 63 + ŝ := (64 - bits) & 63 + // check that the shift operation has two commas (three operands) + // amd64:"SHRQ.*,.*," + shr := x>>s | y<<ŝ + // amd64:"SHLQ.*,.*," + shl := x<>ŝ + return shr, shl +} + +func checkShiftToMask(u []uint64, s []int64) { + // amd64:-"SHR" -"SHL" "ANDQ" + u[0] = u[0] >> 5 << 5 + // amd64:-"SAR" -"SHL" "ANDQ" + s[0] = s[0] >> 5 << 5 + // amd64:-"SHR" -"SHL" "ANDQ" + u[1] = u[1] << 5 >> 5 +} + +// +// Left shift with addition. +// + +func checkLeftShiftWithAddition(a int64, b int64) int64 { + // riscv64/rva20u64: "SLLI" "ADD" + // riscv64/rva22u64,riscv64/rva23u64: "SH1ADD" + a = a + b<<1 + // riscv64/rva20u64: "SLLI" "ADD" + // riscv64/rva22u64,riscv64/rva23u64: "SH2ADD" + a = a + b<<2 + // riscv64/rva20u64: "SLLI" "ADD" + // riscv64/rva22u64,riscv64/rva23u64: "SH3ADD" + a = a + b<<3 + return a +} + +// +// Convert and shift. +// + +func rsh64Uto32U(v uint64) uint32 { + x := uint32(v) + // riscv64:"MOVWU" + if x > 8 { + // riscv64:"SRLIW" -"MOVWU" -"SLLI" + x >>= 2 + } + return x +} + +func rsh64Uto16U(v uint64) uint16 { + x := uint16(v) + // riscv64:"MOVHU" + if x > 8 { + // riscv64:"SLLI" "SRLI" + x >>= 2 + } + return x +} + +func rsh64Uto8U(v uint64) uint8 { + x := uint8(v) + // riscv64:"MOVBU" + if x > 8 { + // riscv64:"SLLI" "SRLI" + x >>= 2 + } + return x +} + +func rsh64to32(v int64) int32 { + x := int32(v) + // riscv64:"MOVW" + if x > 8 { + // riscv64:"SRLIW" -"MOVW" -"SLLI" + x >>= 2 + } + return x +} + +func rsh64to16(v int64) int16 { + x := int16(v) + // riscv64:"MOVH" + if x > 8 { + // riscv64:"SLLI" "SRLI" + x >>= 2 + } + return x +} + +func rsh64to8(v int64) int8 { + x := int8(v) + // riscv64:"MOVB" + if x > 8 { + // riscv64:"SLLI" "SRLI" + x >>= 2 + } + return x +} + +// We don't need to worry about shifting +// more than the type size. +// (There is still a negative shift test, but +// no shift-too-big test.) +func signedModShift(i int) int64 { + // arm64:-"CMP" -"CSEL" + return 1 << (i % 64) +} diff --git a/go/test/codegen/shortcircuit.go b/go/test/codegen/shortcircuit.go new file mode 100644 index 0000000000000000000000000000000000000000..e971dca31eb9ce2a8ed120ce18afea193058fe9c --- /dev/null +++ b/go/test/codegen/shortcircuit.go @@ -0,0 +1,17 @@ +// asmcheck + +// Copyright 2020 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 codegen + +func efaceExtract(e interface{}) int { + // This should be compiled with only + // a single conditional jump. + // amd64:-"JMP" + if x, ok := e.(int); ok { + return x + } + return 0 +} diff --git a/go/test/codegen/simd.go b/go/test/codegen/simd.go new file mode 100644 index 0000000000000000000000000000000000000000..04e01944def1fa18748fa3d70cc80c4a6085843a --- /dev/null +++ b/go/test/codegen/simd.go @@ -0,0 +1,106 @@ +// asmcheck + +// Copyright 2025 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. + +// These tests check code generation of simd peephole optimizations. + +//go:build goexperiment.simd && amd64 + +package codegen + +import ( + "math" + "simd/archsimd" +) + +func vptest1() bool { + v1 := archsimd.LoadUint64x2Slice([]uint64{0, 1}) + v2 := archsimd.LoadUint64x2Slice([]uint64{0, 0}) + // amd64:`VPTEST\s(.*)(.*)$` + // amd64:`SETCS\s(.*)$` + return v1.AndNot(v2).IsZero() +} + +func vptest2() bool { + v1 := archsimd.LoadUint64x2Slice([]uint64{0, 1}) + v2 := archsimd.LoadUint64x2Slice([]uint64{0, 0}) + // amd64:`VPTEST\s(.*)(.*)$` + // amd64:`SETEQ\s(.*)$` + return v1.And(v2).IsZero() +} + +type Args2 struct { + V0 archsimd.Uint8x32 + V1 archsimd.Uint8x32 + x string +} + +//go:noinline +func simdStructNoSpill(a Args2) archsimd.Uint8x32 { + // amd64:-`VMOVDQU\s.*$` + return a.V0.Xor(a.V1) +} + +func simdStructWrapperNoSpill(a Args2) archsimd.Uint8x32 { + // amd64:-`VMOVDQU\s.*$` + a.x = "test" + return simdStructNoSpill(a) +} + +//go:noinline +func simdArrayNoSpill(a [1]Args2) archsimd.Uint8x32 { + // amd64:-`VMOVDQU\s.*$` + return a[0].V0.Xor(a[0].V1) +} + +func simdArrayWrapperNoSpill(a [1]Args2) archsimd.Uint8x32 { + // amd64:-`VMOVDQU\s.*$` + a[0].x = "test" + return simdArrayNoSpill(a) +} + +func simdFeatureGuardedMaskOpt() archsimd.Int16x16 { + var x, y archsimd.Int16x16 + if archsimd.X86.AVX512() { + mask := archsimd.Mask16x16FromBits(5) + return x.Add(y).Masked(mask) // amd64:`VPADDW.Z\s.*$` + } + mask := archsimd.Mask16x16FromBits(5) + return x.Add(y).Masked(mask) // amd64:`VPAND\s.*$` +} + +func simdMaskedMerge() archsimd.Int16x16 { + var x, y archsimd.Int16x16 + if archsimd.X86.AVX512() { + mask := archsimd.Mask16x16FromBits(5) + return x.Add(y).Merge(x, mask) // amd64:-`VPBLENDVB\s.*$` + } + mask := archsimd.Mask16x16FromBits(5) + return x.Add(y).Merge(x, mask) // amd64:`VPBLENDVB\s.*$` +} + +var nan = math.NaN() +var floats64s = []float64{0, 1, 2, nan, 4, nan, 6, 7, 8, 9, 10, 11, nan, 13, 14, 15} +var sinkInt64s = make([]int64, 100) + +func simdIsNaN() { + x := archsimd.LoadFloat64x4Slice(floats64s) + y := archsimd.LoadFloat64x4Slice(floats64s[4:]) + a := x.IsNaN() + b := y.IsNaN() + // amd64:"VCMPPD [$]3," -"VPOR" + c := a.Or(b) + c.ToInt64x4().StoreSlice(sinkInt64s) +} + +func simdIsNaN512() { + x := archsimd.LoadFloat64x8Slice(floats64s) + y := archsimd.LoadFloat64x8Slice(floats64s[8:]) + a := x.IsNaN() + b := y.IsNaN() + // amd64:"VCMPPD [$]3," -"VPOR" + c := a.Or(b) + c.ToInt64x8().StoreSlice(sinkInt64s) +} diff --git a/go/test/codegen/slices.go b/go/test/codegen/slices.go new file mode 100644 index 0000000000000000000000000000000000000000..32561b2235151e0d8a5989d24d61ed10f82e9f53 --- /dev/null +++ b/go/test/codegen/slices.go @@ -0,0 +1,470 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "unsafe" + +// This file contains code generation tests related to the handling of +// slice types. + +// ------------------ // +// Clear // +// ------------------ // + +// Issue #5373 optimize memset idiom +// Some of the clears get inlined, see #56997 + +func SliceClear(s []int) []int { + // amd64:`.*memclrNoHeapPointers` + // ppc64x:`.*memclrNoHeapPointers` + for i := range s { + s[i] = 0 + } + return s +} + +func SliceClearPointers(s []*int) []*int { + // amd64:`.*memclrHasPointers` + // ppc64x:`.*memclrHasPointers` + for i := range s { + s[i] = nil + } + return s +} + +// ------------------ // +// Extension // +// ------------------ // + +// Issue #21266 - avoid makeslice in append(x, make([]T, y)...) + +func SliceExtensionConst(s []int) []int { + // amd64:-`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:-`.*runtime\.panicmakeslicelen` + // amd64:"MOVUPS X15" + // loong64:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.makeslice` + // ppc64x:-`.*runtime\.panicmakeslicelen` + return append(s, make([]int, 1<<2)...) +} + +func SliceExtensionConstInt64(s []int) []int { + // amd64:-`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:-`.*runtime\.panicmakeslicelen` + // amd64:"MOVUPS X15" + // loong64:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.makeslice` + // ppc64x:-`.*runtime\.panicmakeslicelen` + return append(s, make([]int, int64(1<<2))...) +} + +func SliceExtensionConstUint64(s []int) []int { + // amd64:-`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:-`.*runtime\.panicmakeslicelen` + // amd64:"MOVUPS X15" + // loong64:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.makeslice` + // ppc64x:-`.*runtime\.panicmakeslicelen` + return append(s, make([]int, uint64(1<<2))...) +} + +func SliceExtensionConstUint(s []int) []int { + // amd64:-`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:-`.*runtime\.panicmakeslicelen` + // amd64:"MOVUPS X15" + // loong64:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.makeslice` + // ppc64x:-`.*runtime\.panicmakeslicelen` + return append(s, make([]int, uint(1<<2))...) +} + +// On ppc64x and loong64 continue to use memclrNoHeapPointers +// for sizes >= 512. +func SliceExtensionConst512(s []int) []int { + // amd64:-`.*runtime\.memclrNoHeapPointers` + // loong64:`.*runtime\.memclrNoHeapPointers` + // ppc64x:`.*runtime\.memclrNoHeapPointers` + return append(s, make([]int, 1<<9)...) +} + +func SliceExtensionPointer(s []*int, l int) []*int { + // amd64:`.*runtime\.memclrHasPointers` + // amd64:-`.*runtime\.makeslice` + // ppc64x:`.*runtime\.memclrHasPointers` + // ppc64x:-`.*runtime\.makeslice` + return append(s, make([]*int, l)...) +} + +func SliceExtensionVar(s []byte, l int) []byte { + // amd64:`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // ppc64x:`.*runtime\.memclrNoHeapPointers` + // ppc64x:-`.*runtime\.makeslice` + return append(s, make([]byte, l)...) +} + +func SliceExtensionVarInt64(s []byte, l int64) []byte { + // amd64:`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:`.*runtime\.panicmakeslicelen` + return append(s, make([]byte, l)...) +} + +func SliceExtensionVarUint64(s []byte, l uint64) []byte { + // amd64:`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:`.*runtime\.panicmakeslicelen` + return append(s, make([]byte, l)...) +} + +func SliceExtensionVarUint(s []byte, l uint) []byte { + // amd64:`.*runtime\.memclrNoHeapPointers` + // amd64:-`.*runtime\.makeslice` + // amd64:`.*runtime\.panicmakeslicelen` + return append(s, make([]byte, l)...) +} + +func SliceExtensionInt64(s []int, l64 int64) []int { + // 386:`.*runtime\.makeslice` + // 386:-`.*runtime\.memclr` + return append(s, make([]int, l64)...) +} + +// ------------------ // +// Make+Copy // +// ------------------ // + +// Issue #26252 - avoid memclr for make+copy + +func SliceMakeCopyLen(s []int) []int { + // amd64:`.*runtime\.mallocgc` + // amd64:`.*runtime\.memmove` + // amd64:-`.*runtime\.makeslice` + // ppc64x:`.*runtime\.mallocgc` + // ppc64x:`.*runtime\.memmove` + // ppc64x:-`.*runtime\.makeslice` + a := make([]int, len(s)) + copy(a, s) + return a +} + +func SliceMakeCopyLenPtr(s []*int) []*int { + // amd64:`.*runtime\.makeslicecopy` + // amd64:-`.*runtime\.makeslice\(` + // amd64:-`.*runtime\.typedslicecopy + // ppc64x:`.*runtime\.makeslicecopy` + // ppc64x:-`.*runtime\.makeslice\(` + // ppc64x:-`.*runtime\.typedslicecopy + a := make([]*int, len(s)) + copy(a, s) + return a +} + +func SliceMakeCopyConst(s []int) []int { + // amd64:`.*runtime\.makeslicecopy` + // amd64:-`.*runtime\.makeslice\(` + // amd64:-`.*runtime\.memmove` + a := make([]int, 4) + copy(a, s) + return a +} + +func SliceMakeCopyConstPtr(s []*int) []*int { + // amd64:`.*runtime\.makeslicecopy` + // amd64:-`.*runtime\.makeslice\(` + // amd64:-`.*runtime\.typedslicecopy + a := make([]*int, 4) + copy(a, s) + return a +} + +func SliceMakeCopyNoOptNoDeref(s []*int) []*int { + a := new([]*int) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + *a = make([]*int, 4) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.typedslicecopy` + copy(*a, s) + return *a +} + +func SliceMakeCopyNoOptNoVar(s []*int) []*int { + a := make([][]*int, 1) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a[0] = make([]*int, 4) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.typedslicecopy` + copy(a[0], s) + return a[0] +} + +func SliceMakeCopyNoOptBlank(s []*int) []*int { + var a []*int + // amd64:-`.*runtime\.makeslicecopy` + _ = make([]*int, 4) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.typedslicecopy` + copy(a, s) + return a +} + +func SliceMakeCopyNoOptNoMake(s []*int) []*int { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:-`.*runtime\.objectnew` + a := *new([]*int) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.typedslicecopy` + copy(a, s) + return a +} + +func SliceMakeCopyNoOptNoHeapAlloc(s []*int) int { + // amd64:-`.*runtime\.makeslicecopy` + a := make([]*int, 4) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.typedslicecopy` + copy(a, s) + return cap(a) +} + +func SliceMakeCopyNoOptNoCap(s []*int) []*int { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]*int, 0, 4) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.typedslicecopy` + copy(a, s) + return a +} + +func SliceMakeCopyNoOptNoCopy(s []*int) []*int { + copy := func(x, y []*int) {} + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]*int, 4) + // amd64:-`.*runtime\.makeslicecopy` + copy(a, s) + return a +} + +func SliceMakeCopyNoOptWrongOrder(s []*int) []*int { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]*int, 4) + // amd64:`.*runtime\.typedslicecopy` + // amd64:-`.*runtime\.makeslicecopy` + copy(s, a) + return a +} + +func SliceMakeCopyNoOptWrongAssign(s []*int) []*int { + var a []*int + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + s = make([]*int, 4) + // amd64:`.*runtime\.typedslicecopy` + // amd64:-`.*runtime\.makeslicecopy` + copy(a, s) + return s +} + +func SliceMakeCopyNoOptCopyLength(s []*int) (int, []*int) { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]*int, 4) + // amd64:`.*runtime\.typedslicecopy` + // amd64:-`.*runtime\.makeslicecopy` + n := copy(a, s) + return n, a +} + +func SliceMakeCopyNoOptSelfCopy(s []*int) []*int { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]*int, 4) + // amd64:`.*runtime\.typedslicecopy` + // amd64:-`.*runtime\.makeslicecopy` + copy(a, a) + return a +} + +func SliceMakeCopyNoOptTargetReference(s []*int) []*int { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]*int, 4) + // amd64:`.*runtime\.typedslicecopy` + // amd64:-`.*runtime\.makeslicecopy` + copy(a, s[:len(a)]) + return a +} + +func SliceMakeCopyNoOptCap(s []int) []int { + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.makeslice\(` + a := make([]int, len(s), 9) + // amd64:-`.*runtime\.makeslicecopy` + // amd64:`.*runtime\.memmove` + copy(a, s) + return a +} + +func SliceMakeCopyNoMemmoveDifferentLen(s []int) []int { + // amd64:`.*runtime\.makeslicecopy` + // amd64:-`.*runtime\.memmove` + a := make([]int, len(s)-1) + // amd64:-`.*runtime\.memmove` + copy(a, s) + return a +} + +func SliceMakeEmptyPointerToZerobase() []int { + // amd64:`LEAQ.+runtime\.zerobase` + // amd64:-`.*runtime\.makeslice` + return make([]int, 0) +} + +// ---------------------- // +// Nil check of &s[0] // +// ---------------------- // +// See issue 30366 +func SliceNilCheck(s []int) { + p := &s[0] + // amd64:-`TESTB` + _ = *p +} + +// ---------------------- // +// Init slice literal // +// ---------------------- // +// See issue 21561 +func InitSmallSliceLiteral() []int { + // amd64:`MOVQ [$]42` + return []int{42} +} + +func InitNotSmallSliceLiteral() []int { + // amd64:`LEAQ .*stmp_` + return []int{ + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + 42, + } +} + +// --------------------------------------- // +// Test PPC64 SUBFCconst folding rules // +// triggered by slice operations. // +// --------------------------------------- // + +func SliceWithConstCompare(a []int, b int) []int { + var c []int = []int{1, 2, 3, 4, 5} + if b+len(a) < len(c) { + // ppc64x:-"NEG" + return c[b:] + } + return a +} + +func SliceWithSubtractBound(a []int, b int) []int { + // ppc64x:"SUBC" -"NEG" + return a[(3 - b):] +} + +// --------------------------------------- // +// ARM64 folding for slice masks // +// --------------------------------------- // + +func SliceAndIndex(a []int, b int) int { + // arm64:"AND R[0-9]+->63" "ADD R[0-9]+<<3" + return a[b:][b] +} + +// --------------------------------------- // +// Code generation for unsafe.Slice // +// --------------------------------------- // + +func Slice1(p *byte, i int) []byte { + // amd64:-"MULQ" + return unsafe.Slice(p, i) +} +func Slice0(p *struct{}, i int) []struct{} { + // amd64:-"MULQ" + return unsafe.Slice(p, i) +} + +// --------------------------------------- // +// Code generation for slice bounds // +// checking comparison // +// --------------------------------------- // + +func SlicePut(a []byte, c uint8) []byte { + // arm64:`CBZ R1` + a[0] = c + // arm64:`CMP \$1, R1` + a = a[1:] + a[0] = c + // arm64:`CMP \$2, R1` + a = a[1:] + a[0] = c + a = a[1:] + return a +} + +func Issue61730() { + var x int + // amd64:-"MOVQ .*stmp_" + _ = [...][]*int{ + {&x}, + nil, + nil, + nil, + nil, + } +} diff --git a/go/test/codegen/smallintiface.go b/go/test/codegen/smallintiface.go new file mode 100644 index 0000000000000000000000000000000000000000..e1dbae5f9abea42bad3703f4190deca4ddd73dab --- /dev/null +++ b/go/test/codegen/smallintiface.go @@ -0,0 +1,22 @@ +// asmcheck + +package codegen + +// Copyright 2020 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. + +func booliface() interface{} { + // amd64:`LEAQ runtime.staticuint64s\+8\(SB\)` + return true +} + +func smallint8iface() interface{} { + // amd64:`LEAQ runtime.staticuint64s\+2024\(SB\)` + return int8(-3) +} + +func smalluint8iface() interface{} { + // amd64:`LEAQ runtime.staticuint64s\+24\(SB\)` + return uint8(3) +} diff --git a/go/test/codegen/spectre.go b/go/test/codegen/spectre.go new file mode 100644 index 0000000000000000000000000000000000000000..1b22b77aa6ade99af81b1c2c8a7823372e43aa1a --- /dev/null +++ b/go/test/codegen/spectre.go @@ -0,0 +1,39 @@ +// asmcheck -gcflags=-spectre=index + +//go:build amd64 + +// Copyright 2020 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 codegen + +func IndexArray(x *[10]int, i int) int { + // amd64:`CMOVQCC` + return x[i] +} + +func IndexString(x string, i int) byte { + // amd64:`CMOVQ(LS|CC)` + return x[i] +} + +func IndexSlice(x []float64, i int) float64 { + // amd64:`CMOVQ(LS|CC)` + return x[i] +} + +func SliceArray(x *[10]int, i, j int) []int { + // amd64:`CMOVQHI` + return x[i:j] +} + +func SliceString(x string, i, j int) string { + // amd64:`CMOVQHI` + return x[i:j] +} + +func SliceSlice(x []float64, i, j int) []float64 { + // amd64:`CMOVQHI` + return x[i:j] +} diff --git a/go/test/codegen/spills.go b/go/test/codegen/spills.go new file mode 100644 index 0000000000000000000000000000000000000000..c8ac9859a48c27645d3e222c63a095dd3bc536aa --- /dev/null +++ b/go/test/codegen/spills.go @@ -0,0 +1,31 @@ +// asmcheck + +// Copyright 2024 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 codegen + +func i64(a, b int64) int64 { // arm64:`STP\s`,`LDP\s` + g() + return a + b +} + +func i32(a, b int32) int32 { // arm64:`STPW`,`LDPW` + g() + return a + b +} + +func f64(a, b float64) float64 { // arm64:`FSTPD`,`FLDPD` + g() + return a + b +} + +func f32(a, b float32) float32 { // arm64:`FSTPS`,`FLDPS` + g() + return a + b +} + +//go:noinline +func g() { +} diff --git a/go/test/codegen/stack.go b/go/test/codegen/stack.go new file mode 100644 index 0000000000000000000000000000000000000000..4ce56eb1d979f0fa4569aa7f22995875bc1fccd8 --- /dev/null +++ b/go/test/codegen/stack.go @@ -0,0 +1,176 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import ( + "runtime" + "unsafe" +) + +// This file contains code generation tests related to the use of the +// stack. + +// Check that stack stores are optimized away. + +// 386:"TEXT .*, [$]0-" +// amd64:"TEXT .*, [$]0-" +// arm:"TEXT .*, [$]-4-" +// arm64:"TEXT .*, [$]0-" +// mips:"TEXT .*, [$]-4-" +// ppc64x:"TEXT .*, [$]0-" +// s390x:"TEXT .*, [$]0-" +func StackStore() int { + var x int + return *(&x) +} + +type T struct { + A, B, C, D int // keep exported fields + x, y, z int // reset unexported fields +} + +// Check that large structs are cleared directly (issue #24416). + +// 386:"TEXT .*, [$]0-" +// amd64:"TEXT .*, [$]0-" +// arm:"TEXT .*, [$]0-" (spills return address) +// arm64:"TEXT .*, [$]0-" +// mips:"TEXT .*, [$]-4-" +// ppc64x:"TEXT .*, [$]0-" +// s390x:"TEXT .*, [$]0-" +func ZeroLargeStruct(x *T) { + t := T{} + *x = t +} + +// Check that structs are partially initialised directly (issue #24386). + +// Notes: +// - 386 fails due to spilling a register +// amd64:"TEXT .*, [$]0-" +// arm:"TEXT .*, [$]0-" (spills return address) +// arm64:"TEXT .*, [$]0-" +// ppc64x:"TEXT .*, [$]0-" +// s390x:"TEXT .*, [$]0-" +// Note: that 386 currently has to spill a register. +func KeepWanted(t *T) { + *t = T{A: t.A, B: t.B, C: t.C, D: t.D} +} + +// Check that small array operations avoid using the stack (issue #15925). + +// Notes: +// - 386 fails due to spilling a register +// - arm & mips fail due to softfloat calls +// amd64:"TEXT .*, [$]0-" +// arm64:"TEXT .*, [$]0-" +// ppc64x:"TEXT .*, [$]0-" +// s390x:"TEXT .*, [$]0-" +func ArrayAdd64(a, b [4]float64) [4]float64 { + return [4]float64{a[0] + b[0], a[1] + b[1], a[2] + b[2], a[3] + b[3]} +} + +// Check that small array initialization avoids using the stack. + +// 386:"TEXT .*, [$]0-" +// amd64:"TEXT .*, [$]0-" +// arm:"TEXT .*, [$]0-" (spills return address) +// arm64:"TEXT .*, [$]0-" +// mips:"TEXT .*, [$]-4-" +// ppc64x:"TEXT .*, [$]0-" +// s390x:"TEXT .*, [$]0-" +func ArrayInit(i, j int) [4]int { + return [4]int{i, 0, j, 0} +} + +// Check that assembly output has matching offset and base register +// (issue #21064). + +func check_asmout(b [2]int) int { + runtime.GC() // use some frame + // amd64:`.*b\+24\(SP\)` + // arm:`.*b\+4\(FP\)` + return b[1] +} + +// Check that simple functions get promoted to nosplit, even when +// they might panic in various ways. See issue 31219. +// amd64:"TEXT .*NOSPLIT.*" +func MightPanic(a []int, i, j, k, s int) { + _ = a[i] // panicIndex + _ = a[i:j] // panicSlice + _ = a[i:j:k] // also panicSlice + _ = i << s // panicShift + _ = i / j // panicDivide +} + +// Put a defer in a loop, so second defer is not open-coded +func Defer() { + for i := 0; i < 2; i++ { + defer func() {}() + } + // amd64:`CALL runtime\.deferprocStack` + defer func() {}() +} + +// Check that stack slots are shared among values of the same +// type, but not pointer-identical types. See issue 65783. + +func spillSlotReuse() { + // The return values of getp1 and getp2 need to be + // spilled around the calls to nopInt. Make sure that + // spill slot gets reused. + + //arm64:`.*autotmp_2-8\(SP\)` + getp1()[nopInt()] = 0 + //arm64:`.*autotmp_2-8\(SP\)` + getp2()[nopInt()] = 0 +} + +// Check that no stack frame space is needed for simple slice initialization with underlying structure. +type mySlice struct { + array unsafe.Pointer + len int + cap int +} + +// amd64:"TEXT .*, [$]0-" +func sliceInit(base uintptr) []uintptr { + const ptrSize = 8 + size := uintptr(4096) + bitmapSize := size / ptrSize / 8 + elements := int(bitmapSize / ptrSize) + var sl mySlice + sl = mySlice{ + unsafe.Pointer(base + size - bitmapSize), + elements, + elements, + } + // amd64:-"POPQ" -"SP" + return *(*[]uintptr)(unsafe.Pointer(&sl)) +} + +//go:noinline +func nopInt() int { + return 0 +} + +//go:noinline +func getp1() *[4]int { + return nil +} + +//go:noinline +func getp2() *[4]int { + return nil +} + +// Store to an argument without read can be removed. +func storeArg(a [2]int) { + // amd64:-`MOVQ \$123,.*\.a\+\d+\(SP\)` + a[1] = 123 +} diff --git a/go/test/codegen/strings.go b/go/test/codegen/strings.go new file mode 100644 index 0000000000000000000000000000000000000000..1c140211500b6b79b957ff2bf500faed303abc0a --- /dev/null +++ b/go/test/codegen/strings.go @@ -0,0 +1,113 @@ +// asmcheck + +// Copyright 2018 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 codegen + +import "strings" + +// This file contains code generation tests related to the handling of +// string types. + +func CountRunes(s string) int { // Issue #24923 + // amd64:`.*countrunes` + return len([]rune(s)) +} + +func CountBytes(s []byte) int { + // amd64:-`.*runtime.slicebytetostring` + return len(string(s)) +} + +func ToByteSlice() []byte { // Issue #24698 + // amd64:`LEAQ type:\[3\]uint8` + // amd64:`CALL runtime\.(newobject|mallocgcTinySize3)` + // amd64:-`.*runtime.stringtoslicebyte` + return []byte("foo") +} + +func ConvertToByteSlice(a, b, c string) []byte { + // amd64:`.*runtime.concatbyte3` + return []byte(a + b + c) +} + +// Loading from read-only symbols should get transformed into constants. +func ConstantLoad() { + // 12592 = 0x3130 + // 50 = 0x32 + // amd64:`MOVW \$12592, \(`,`MOVB \$50, 2\(` + // 386:`MOVW \$12592, \(`,`MOVB \$50, 2\(` + // arm:`MOVW \$48`,`MOVW \$49`,`MOVW \$50` + // arm64:`MOVD \$12592`,`MOVD \$50` + // loong64:`MOVV \$12592`,`MOVV \$50` + // wasm:`I64Const \$12592`,`I64Store16 \$0`,`I64Const \$50`,`I64Store8 \$2` + // mips64:`MOVV \$48`,`MOVV \$49`,`MOVV \$50` + bsink = []byte("012") + + // 858927408 = 0x33323130 + // 13620 = 0x3534 + // amd64:`MOVL \$858927408`,`MOVW \$13620, 4\(` + // 386:`MOVL \$858927408`,`MOVW \$13620, 4\(` + // arm64:`MOVD \$858927408`,`MOVD \$13620` + // loong64:`MOVV \$858927408`,`MOVV \$13620` + // wasm:`I64Const \$858927408`,`I64Store32 \$0`,`I64Const \$13620`,`I64Store16 \$4` + bsink = []byte("012345") + + // 3978425819141910832 = 0x3736353433323130 + // 7306073769690871863 = 0x6564636261393837 + // amd64:`MOVQ \$3978425819141910832`,`MOVQ \$7306073769690871863` + // 386:`MOVL \$858927408, \(`,`DUFFCOPY` + // arm64:`MOVD \$3978425819141910832`,`MOVD \$7306073769690871863`,`MOVD \$15` + // loong64:`MOVV \$3978425819141910832`,`MOVV \$7306073769690871863`,`MOVV \$15` + // wasm:`I64Const \$3978425819141910832`,`I64Store \$0`,`I64Const \$7306073769690871863`,`I64Store \$7` + bsink = []byte("0123456789abcde") + + // 56 = 0x38 + // amd64:`MOVQ \$3978425819141910832`,`MOVB \$56` + // loong64:`MOVV \$3978425819141910832`,`MOVV \$56` + bsink = []byte("012345678") + + // 14648 = 0x3938 + // amd64:`MOVQ \$3978425819141910832`,`MOVW \$14648` + // loong64:`MOVV \$3978425819141910832`,`MOVV \$14648` + bsink = []byte("0123456789") + + // 1650538808 = 0x62613938 + // amd64:`MOVQ \$3978425819141910832`,`MOVL \$1650538808` + // loong64:`MOVV \$3978425819141910832`,`MOVV \$1650538808` + bsink = []byte("0123456789ab") +} + +// self-equality is always true. See issue 60777. +func EqualSelf(s string) bool { + // amd64:`MOVL \$1, AX`,-`.*memequal.*` + return s == s +} +func NotEqualSelf(s string) bool { + // amd64:`XORL AX, AX`,-`.*memequal.*` + return s != s +} + +var bsink []byte + +func HasPrefix3(s string) bool { + // amd64:-`.*memequal.*` + return strings.HasPrefix(s, "str") +} + +func HasPrefix5(s string) bool { + // amd64:-`.*memequal.*` + return strings.HasPrefix(s, "strin") +} + +func HasPrefix6(s string) bool { + // amd64:-`.*memequal.*` + return strings.HasPrefix(s, "string") +} + +func HasPrefix7(s string) bool { + // amd64:-`.*memequal.*` + return strings.HasPrefix(s, "strings") +} diff --git a/go/test/codegen/structs.go b/go/test/codegen/structs.go new file mode 100644 index 0000000000000000000000000000000000000000..1c8cb5d62d5b50eced86e4b3b2fe287b54f3bdaf --- /dev/null +++ b/go/test/codegen/structs.go @@ -0,0 +1,48 @@ +// asmcheck + +//go:build !goexperiment.cgocheck2 + +// Copyright 2018 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 codegen + +// This file contains code generation tests related to the handling of +// struct types. + +// ------------- // +// Zeroing // +// ------------- // + +type Z1 struct { + a, b, c int +} + +func Zero1(t *Z1) { // Issue #18370 + // amd64:`MOVUPS X[0-9]+, \(.*\)`,`MOVQ \$0, 16\(.*\)` + *t = Z1{} +} + +type Z2 struct { + a, b, c *int +} + +func Zero2(t *Z2) { + // amd64:`MOVUPS X[0-9]+, \(.*\)`,`MOVQ \$0, 16\(.*\)` + // amd64:`.*runtime[.]gcWriteBarrier.*\(SB\)` + *t = Z2{} +} + +// ------------------ // +// Initializing // +// ------------------ // + +type I1 struct { + a, b, c, d int +} + +func Init1(p *I1) { // Issue #18872 + // amd64:`MOVQ [$]1`,`MOVQ [$]2`,`MOVQ [$]3`,`MOVQ [$]4` + *p = I1{1, 2, 3, 4} +} diff --git a/go/test/codegen/switch.go b/go/test/codegen/switch.go new file mode 100644 index 0000000000000000000000000000000000000000..a8860d0cc494324f4fa1da96e3e80b8510a2671e --- /dev/null +++ b/go/test/codegen/switch.go @@ -0,0 +1,201 @@ +// asmcheck + +// 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. + +// These tests check code generation of switch statements. + +package codegen + +// see issue 33934 +func f(x string) int { + // amd64:-`cmpstring` + switch x { + case "": + return -1 + case "1", "2", "3": + return -2 + default: + return -3 + } +} + +// use jump tables for 8+ int cases +func square(x int) int { + // amd64:`JMP\s\(.*\)\(.*\)$` + // arm64:`MOVD\s\(R.*\)\(R.*<<3\)`,`JMP\s\(R.*\)$` + // loong64: `ALSLV`,`MOVV`,`JMP` + switch x { + case 1: + return 1 + case 2: + return 4 + case 3: + return 9 + case 4: + return 16 + case 5: + return 25 + case 6: + return 36 + case 7: + return 49 + case 8: + return 64 + default: + return x * x + } +} + +// use jump tables for 8+ string lengths +func length(x string) int { + // amd64:`JMP\s\(.*\)\(.*\)$` + // arm64:`MOVD\s\(R.*\)\(R.*<<3\)`,`JMP\s\(R.*\)$` + // loong64:`ALSLV`,`MOVV`,`JMP` + switch x { + case "a": + return 1 + case "bb": + return 2 + case "ccc": + return 3 + case "dddd": + return 4 + case "eeeee": + return 5 + case "ffffff": + return 6 + case "ggggggg": + return 7 + case "hhhhhhhh": + return 8 + default: + return len(x) + } +} + +// Use single-byte ordered comparisons for binary searching strings. +// See issue 53333. +func mimetype(ext string) string { + // amd64: `CMPB\s1\(.*\), \$104$`,-`cmpstring` + // arm64: `MOVB\s1\(R.*\), R.*$`, `CMPW\s\$104, R.*$`, -`cmpstring` + switch ext { + // amd64: `CMPL\s\(.*\), \$1836345390$` + // arm64: `MOVD\s\$1836345390`, `CMPW\sR.*, R.*$` + case ".htm": + return "A" + // amd64: `CMPL\s\(.*\), \$1953457454$` + // arm64: `MOVD\s\$1953457454`, `CMPW\sR.*, R.*$` + case ".eot": + return "B" + // amd64: `CMPL\s\(.*\), \$1735815982$` + // arm64: `MOVD\s\$1735815982`, `CMPW\sR.*, R.*$` + case ".svg": + return "C" + // amd64: `CMPL\s\(.*\), \$1718907950$` + // arm64: `MOVD\s\$1718907950`, `CMPW\sR.*, R.*$` + case ".ttf": + return "D" + default: + return "" + } +} + +// use jump tables for type switches to concrete types. +func typeSwitch(x any) int { + // amd64:`JMP\s\(.*\)\(.*\)$` + // arm64:`MOVD\s\(R.*\)\(R.*<<3\)`,`JMP\s\(R.*\)$` + switch x.(type) { + case int: + return 0 + case int8: + return 1 + case int16: + return 2 + case int32: + return 3 + case int64: + return 4 + } + return 7 +} + +type I interface { + foo() +} +type J interface { + bar() +} +type IJ interface { + I + J +} +type K interface { + baz() +} + +// use a runtime call for type switches to interface types. +func interfaceSwitch(x any) int { + // amd64:`CALL runtime.interfaceSwitch`,`MOVL 16\(AX\)`,`MOVQ 8\(.*\)(.*\*8)` + // arm64:`CALL runtime.interfaceSwitch`,`LDAR`,`MOVWU 16\(R0\)`,`MOVD \(R.*\)\(R.*\)` + switch x.(type) { + case I: + return 1 + case J: + return 2 + default: + return 3 + } +} + +func interfaceSwitch2(x K) int { + // amd64:`CALL runtime.interfaceSwitch`,`MOVL 16\(AX\)`,`MOVQ 8\(.*\)(.*\*8)` + // arm64:`CALL runtime.interfaceSwitch`,`LDAR`,`MOVWU 16\(R0\)`,`MOVD \(R.*\)\(R.*\)` + switch x.(type) { + case I: + return 1 + case J: + return 2 + default: + return 3 + } +} + +func interfaceCast(x any) int { + // amd64:`CALL runtime.typeAssert`,`MOVL 16\(AX\)`,`MOVQ 8\(.*\)(.*\*1)` + // arm64:`CALL runtime.typeAssert`,`LDAR`,`MOVWU 16\(R0\)`,`MOVD \(R.*\)\(R.*\)` + if _, ok := x.(I); ok { + return 3 + } + return 5 +} + +func interfaceCast2(x K) int { + // amd64:`CALL runtime.typeAssert`,`MOVL 16\(AX\)`,`MOVQ 8\(.*\)(.*\*1)` + // arm64:`CALL runtime.typeAssert`,`LDAR`,`MOVWU 16\(R0\)`,`MOVD \(R.*\)\(R.*\)` + if _, ok := x.(I); ok { + return 3 + } + return 5 +} + +func interfaceConv(x IJ) I { + // amd64:`CALL runtime.typeAssert`,`MOVL 16\(AX\)`,`MOVQ 8\(.*\)(.*\*1)` + // arm64:`CALL runtime.typeAssert`,`LDAR`,`MOVWU 16\(R0\)`,`MOVD \(R.*\)\(R.*\)` + return x +} + +// Make sure we can constant fold after inlining. See issue 71699. +func stringSwitchInlineable(s string) { + switch s { + case "foo", "bar", "baz", "goo": + default: + println("no") + } +} +func stringSwitch() { + // amd64:-"CMP" -"CALL" + // arm64:-"CMP" -"CALL" + stringSwitchInlineable("foo") +} diff --git a/go/test/codegen/typeswitch.go b/go/test/codegen/typeswitch.go new file mode 100644 index 0000000000000000000000000000000000000000..db78a6e5abe446f520b6e50b4fab4bf613b965d1 --- /dev/null +++ b/go/test/codegen/typeswitch.go @@ -0,0 +1,67 @@ +// asmcheck + +// Copyright 2024 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 codegen + +type Ix interface { + X() +} + +type Iy interface { + Y() +} + +type Iz interface { + Z() +} + +func swXYZ(a Ix) { + switch t := a.(type) { + case Iy: // amd64:-".*typeAssert" + t.Y() + case Iz: // amd64:-".*typeAssert" + t.Z() + } +} + +type Ig[T any] interface { + G() T +} + +func swGYZ[T any](a Ig[T]) { + switch t := a.(type) { + case Iy: // amd64:-".*typeAssert" + t.Y() + case Iz: // amd64:-".*typeAssert" + t.Z() + case interface{ G() T }: // amd64:-".*typeAssert" -".*assertE2I\\(" ".*assertE2I2" + t.G() + } +} + +func swE2G[T any](a any) { + switch t := a.(type) { + case Iy: + t.Y() + case Ig[T]: // amd64:-".*assertE2I\\(" ".*assertE2I2" + t.G() + } +} + +func swI2G[T any](a Ix) { + switch t := a.(type) { + case Iy: + t.Y() + case Ig[T]: // amd64:-".*assertE2I\\(" ".*assertE2I2" + t.G() + } +} + +func swCaller() { + swGYZ[int]((Ig[int])(nil)) + swE2G[int]((Ig[int])(nil)) + swI2G[int]((Ix)(nil)) +} diff --git a/go/test/codegen/unique.go b/go/test/codegen/unique.go new file mode 100644 index 0000000000000000000000000000000000000000..8ddc986c26875fba3091ddbd71e4246d5a19b20e --- /dev/null +++ b/go/test/codegen/unique.go @@ -0,0 +1,24 @@ +// asmcheck + +// Copyright 2015 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 codegen + +import "unique" + +func BytesToHandle(b []byte) unique.Handle[string] { + // amd64:-`.*runtime\.slicebytetostring\(` + return unique.Make(string(b)) +} + +type Pair struct { + S1 string + S2 string +} + +func BytesPairToHandle(b1, b2 []byte) unique.Handle[Pair] { + // TODO: should not copy b1 and b2. + return unique.Make(Pair{string(b1), string(b2)}) +} diff --git a/go/test/codegen/unsafe.go b/go/test/codegen/unsafe.go new file mode 100644 index 0000000000000000000000000000000000000000..1f1bdf2a951af0f34a0639654d413da63d0c134b --- /dev/null +++ b/go/test/codegen/unsafe.go @@ -0,0 +1,16 @@ +// asmcheck + +// Copyright 2024 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 codegen + +import "unsafe" + +func f(p unsafe.Pointer, x, y uintptr) int64 { + p = unsafe.Pointer(uintptr(p) + x + y) + // amd64:`MOVQ\s\(.*\)\(.*\*1\), ` + // arm64:`MOVD\s\(R[0-9]+\)\(R[0-9]+\), ` + return *(*int64)(p) +} diff --git a/go/test/codegen/writebarrier.go b/go/test/codegen/writebarrier.go new file mode 100644 index 0000000000000000000000000000000000000000..c3c39c58f7901c41467b69440d5613c9443e9b7f --- /dev/null +++ b/go/test/codegen/writebarrier.go @@ -0,0 +1,103 @@ +// asmcheck + +// Copyright 2023 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 codegen + +func combine2string(p *[2]string, a, b string) { + // amd64:`.*runtime[.]gcWriteBarrier4\(SB\)` + // arm64:`.*runtime[.]gcWriteBarrier4\(SB\)` + p[0] = a + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[1] = b +} + +func combine4string(p *[4]string, a, b, c, d string) { + // amd64:`.*runtime[.]gcWriteBarrier8\(SB\)` + // arm64:`.*runtime[.]gcWriteBarrier8\(SB\)` + p[0] = a + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[1] = b + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[2] = c + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[3] = d +} + +func combine2slice(p *[2][]byte, a, b []byte) { + // amd64:`.*runtime[.]gcWriteBarrier4\(SB\)` + // arm64:`.*runtime[.]gcWriteBarrier4\(SB\)` + p[0] = a + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[1] = b +} + +func combine4slice(p *[4][]byte, a, b, c, d []byte) { + // amd64:`.*runtime[.]gcWriteBarrier8\(SB\)` + // arm64:`.*runtime[.]gcWriteBarrier8\(SB\)` + p[0] = a + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[1] = b + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[2] = c + // amd64:-`.*runtime[.]gcWriteBarrier` + // arm64:-`.*runtime[.]gcWriteBarrier` + p[3] = d +} + +func trickyWriteNil(p *int, q **int) { + if p == nil { + // We change "= p" to "= 0" in the prove pass, which + // means we have one less pointer that needs to go + // into the write barrier buffer. + // amd64:`.*runtime[.]gcWriteBarrier1` + *q = p + } +} + +type S struct { + a, b string + c *int +} + +var g1, g2 *int + +func issue71228(dst *S, ptr *int) { + // Make sure that the non-write-barrier write. + // "sp.c = ptr" happens before the large write + // barrier "*dst = *sp". We approximate testing + // that by ensuring that two global variable write + // barriers aren't combined. + _ = *dst + var s S + sp := &s + //amd64:`.*runtime[.]gcWriteBarrier1` + g1 = nil + sp.c = ptr // outside of any write barrier + //amd64:`.*runtime[.]gcWriteBarrier1` + g2 = nil + //amd64:`.*runtime[.]wbMove` + *dst = *sp +} + +func writeDouble(p *[2]*int, x, y *int) { + // arm64: `LDP\s`, `STP\s\(R[0-9]+, R[0-9]+\), \(`, + p[0] = x + // arm64: `STP\s\(R[0-9]+, R[0-9]+\), 16\(`, + p[1] = y +} + +func writeDoubleNil(p *[2]*int) { + // arm64: `LDP\s`, `STP\s\(R[0-9]+, R[0-9]+\),`, `STP\s\(ZR, ZR\),` + p[0] = nil + p[1] = nil +} diff --git a/go/test/codegen/zerosize.go b/go/test/codegen/zerosize.go new file mode 100644 index 0000000000000000000000000000000000000000..1e93260ef5af1ecb6778cfdab08ba04111294801 --- /dev/null +++ b/go/test/codegen/zerosize.go @@ -0,0 +1,44 @@ +// asmcheck + +// Copyright 2018 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. + +// Make sure a pointer variable and a zero-sized variable +// aren't allocated to the same stack slot. +// See issue 24993. + +package codegen + +func zeroSize() { + c := make(chan struct{}) + // amd64:`MOVQ \$0, command-line-arguments\.s\+56\(SP\)` + var s *int + // force s to be a stack object, also use some (fixed) stack space + g(&s, 1, 2, 3, 4, 5) + + // amd64:`LEAQ command-line-arguments\..*\+55\(SP\)` + c <- noliteral(struct{}{}) +} + +// Like zeroSize, but without hiding the zero-sized struct. +func zeroSize2() { + c := make(chan struct{}) + // amd64:`MOVQ \$0, command-line-arguments\.s\+48\(SP\)` + var s *int + // force s to be a stack object, also use some (fixed) stack space + g(&s, 1, 2, 3, 4, 5) + + // amd64:`LEAQ command-line-arguments\..*stmp_\d+\(SB\)` + c <- struct{}{} +} + +//go:noinline +func g(**int, int, int, int, int, int) {} + +// noliteral prevents the compiler from recognizing a literal value. +// +//go:noinline +func noliteral[T any](t T) T { + return t +} diff --git a/go/test/complit.go b/go/test/complit.go new file mode 100644 index 0000000000000000000000000000000000000000..649be6d4d39ce02c2c4a8954680825a7f2ac00ed --- /dev/null +++ b/go/test/complit.go @@ -0,0 +1,120 @@ +// run + +// Copyright 2009 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. + +// Test composite literals. + +package main + +type T struct { + i int + f float64 + s string + next *T +} + +type R struct { + num int +} + +func itor(a int) *R { + r := new(R) + r.num = a + return r +} + +func eq(a []*R) { + for i := 0; i < len(a); i++ { + if a[i].num != i { + panic("bad") + } + } +} + +func teq(t *T, n int) { + for i := 0; i < n; i++ { + if t == nil || t.i != i { + panic("bad") + } + t = t.next + } + if t != nil { + panic("bad") + } +} + +type P struct { + a, b int +} + +func NewP(a, b int) *P { + return &P{a, b} +} + +func main() { + var t T + t = T{0, 7.2, "hi", &t} + + var tp *T + tp = &T{0, 7.2, "hi", &t} + + tl := &T{i: 0, next: &T{i: 1, next: &T{i: 2, next: &T{i: 3, next: &T{i: 4}}}}} + teq(tl, 5) + + a1 := []int{1, 2, 3} + if len(a1) != 3 { + panic("a1") + } + a2 := [10]int{1, 2, 3} + if len(a2) != 10 || cap(a2) != 10 { + panic("a2") + } + + a3 := [10]int{1, 2, 3} + if len(a3) != 10 || a2[3] != 0 { + panic("a3") + } + + var oai []int + oai = []int{1, 2, 3} + if len(oai) != 3 { + panic("oai") + } + + at := [...]*T{&t, tp, &t} + if len(at) != 3 { + panic("at") + } + + c := make(chan int) + ac := []chan int{c, c, c} + if len(ac) != 3 { + panic("ac") + } + + aat := [][len(at)]*T{at, at} + if len(aat) != 2 || len(aat[1]) != 3 { + panic("aat") + } + + s := string([]byte{'h', 'e', 'l', 'l', 'o'}) + if s != "hello" { + panic("s") + } + + m := map[string]float64{"one": 1.0, "two": 2.0, "pi": 22. / 7.} + if len(m) != 3 { + panic("m") + } + + eq([]*R{itor(0), itor(1), itor(2), itor(3), itor(4), itor(5)}) + eq([]*R{{0}, {1}, {2}, {3}, {4}, {5}}) + + p1 := NewP(1, 2) + p2 := NewP(1, 2) + if p1 == p2 { + panic("NewP") + } +} diff --git a/go/test/complit1.go b/go/test/complit1.go new file mode 100644 index 0000000000000000000000000000000000000000..9f33bc422ba503459a32d05238fa3a51a5f311f6 --- /dev/null +++ b/go/test/complit1.go @@ -0,0 +1,65 @@ +// errorcheck + +// Copyright 2011 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. + +// Verify that illegal composite literals are detected. +// Does not compile. + +package main + +var m map[int][3]int + +func f() [3]int + +func fp() *[3]int + +var mp map[int]*[3]int + +var ( + _ = [3]int{1, 2, 3}[:] // ERROR "cannot slice unaddressable value" + _ = m[0][:] // ERROR "cannot slice unaddressable value" + _ = f()[:] // ERROR "cannot slice unaddressable value" + + _ = 301[:] // ERROR "cannot slice|attempt to slice object that is not" + _ = 3.1[:] // ERROR "cannot slice|attempt to slice object that is not" + _ = true[:] // ERROR "cannot slice|attempt to slice object that is not" + + // these are okay because they are slicing a pointer to an array + _ = (&[3]int{1, 2, 3})[:] + _ = mp[0][:] + _ = fp()[:] +) + +type T struct { + i int + f float64 + s string + next *T +} + +type TP *T +type Ti int + +var ( + _ = &T{0, 0, "", nil} // ok + _ = &T{i: 0, f: 0, s: "", next: {}} // ERROR "missing type in composite literal|omit types within composite literal" + _ = &T{0, 0, "", {}} // ERROR "missing type in composite literal|omit types within composite literal" + _ = TP{i: 0, f: 0, s: ""} // ERROR "invalid composite literal type TP" + _ = &Ti{} // ERROR "invalid composite literal type Ti|expected.*type for composite literal" +) + +type M map[T]T + +var ( + _ = M{{i: 1}: {i: 2}} + _ = M{T{i: 1}: {i: 2}} + _ = M{{i: 1}: T{i: 2}} + _ = M{T{i: 1}: T{i: 2}} +) + +type S struct{ s [1]*M1 } +type M1 map[S]int + +var _ = M1{{s: [1]*M1{&M1{{}: 1}}}: 2} diff --git a/go/test/compos.go b/go/test/compos.go new file mode 100644 index 0000000000000000000000000000000000000000..e6375f2697b42a50cf1138bb590d7ad4d1a15b11 --- /dev/null +++ b/go/test/compos.go @@ -0,0 +1,25 @@ +// run + +// Copyright 2009 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. + +// Test that returning &T{} from a function causes an allocation. + +package main + +type T struct { + int +} + +func f() *T { + return &T{1} +} + +func main() { + x := f() + y := f() + if x == y { + panic("not allocating & composite literals") + } +} diff --git a/go/test/const.go b/go/test/const.go new file mode 100644 index 0000000000000000000000000000000000000000..f8aa1dd9ab667c6c5600386d88cafe933c823e0a --- /dev/null +++ b/go/test/const.go @@ -0,0 +1,210 @@ +// run + +// Copyright 2009 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. + +// Test simple boolean and numeric constants. + +package main + +import "os" + +const ( + c0 = 0 + cm1 = -1 + chuge = 1 << 100 + chuge_1 = chuge - 1 + c1 = chuge >> 100 + c3div2 = 3 / 2 + c1e3 = 1e3 + + rsh1 = 1e100 >> 1000 + rsh2 = 1e302 >> 1000 + + ctrue = true + cfalse = !ctrue + + // Issue #34563 + _ = string(int(123)) + _ = string(rune(456)) +) + +const ( + f0 = 0.0 + fm1 = -1. + fhuge float64 = 1 << 100 + fhuge_1 float64 = chuge - 1 + f1 float64 = chuge >> 100 + f3div2 = 3. / 2. + f1e3 float64 = 1e3 +) + +func assert(t bool, s string) { + if !t { + panic(s) + } +} + +func ints() { + assert(c0 == 0, "c0") + assert(c1 == 1, "c1") + assert(chuge > chuge_1, "chuge") + assert(chuge_1+1 == chuge, "chuge 1") + assert(chuge+cm1+1 == chuge, "cm1") + assert(c3div2 == 1, "3/2") + assert(c1e3 == 1000, "c1e3 int") + assert(c1e3 == 1e3, "c1e3 float") + assert(rsh1 == 0, "rsh1") + assert(rsh2 == 9, "rsh2") + + // verify that all (in range) are assignable as ints + var i int + i = c0 + assert(i == c0, "i == c0") + i = cm1 + assert(i == cm1, "i == cm1") + i = c1 + assert(i == c1, "i == c1") + i = c3div2 + assert(i == c3div2, "i == c3div2") + i = c1e3 + assert(i == c1e3, "i == c1e3") + + // verify that all are assignable as floats + var f float64 + f = c0 + assert(f == c0, "f == c0") + f = cm1 + assert(f == cm1, "f == cm1") + f = chuge + assert(f == chuge, "f == chuge") + f = chuge_1 + assert(f == chuge_1, "f == chuge_1") + f = c1 + assert(f == c1, "f == c1") + f = c3div2 + assert(f == c3div2, "f == c3div2") + f = c1e3 + assert(f == c1e3, "f == c1e3") +} + +func floats() { + assert(f0 == c0, "f0") + assert(f1 == c1, "f1") + // TODO(gri): exp/ssa/interp constant folding is incorrect. + if os.Getenv("GOSSAINTERP") == "" { + assert(fhuge == fhuge_1, "fhuge") // float64 can't distinguish fhuge, fhuge_1. + } + assert(fhuge_1+1 == fhuge, "fhuge 1") + assert(fhuge+fm1+1 == fhuge, "fm1") + assert(f3div2 == 1.5, "3./2.") + assert(f1e3 == 1000, "f1e3 int") + assert(f1e3 == 1.e3, "f1e3 float") + + // verify that all (in range) are assignable as ints + var i int + i = f0 + assert(i == f0, "i == f0") + i = fm1 + assert(i == fm1, "i == fm1") + + // verify that all are assignable as floats + var f float64 + f = f0 + assert(f == f0, "f == f0") + f = fm1 + assert(f == fm1, "f == fm1") + f = fhuge + assert(f == fhuge, "f == fhuge") + f = fhuge_1 + assert(f == fhuge_1, "f == fhuge_1") + f = f1 + assert(f == f1, "f == f1") + f = f3div2 + assert(f == f3div2, "f == f3div2") + f = f1e3 + assert(f == f1e3, "f == f1e3") +} + +func interfaces() { + var ( + nilN interface{} + nilI *int + five = 5 + + _ = nil == interface{}(nil) + _ = interface{}(nil) == nil + ) + ii := func(i1 interface{}, i2 interface{}) bool { return i1 == i2 } + ni := func(n interface{}, i int) bool { return n == i } + in := func(i int, n interface{}) bool { return i == n } + pi := func(p *int, i interface{}) bool { return p == i } + ip := func(i interface{}, p *int) bool { return i == p } + + assert((interface{}(nil) == interface{}(nil)) == ii(nilN, nilN), + "for interface{}==interface{} compiler == runtime") + + assert(((*int)(nil) == interface{}(nil)) == pi(nilI, nilN), + "for *int==interface{} compiler == runtime") + assert((interface{}(nil) == (*int)(nil)) == ip(nilN, nilI), + "for interface{}==*int compiler == runtime") + + assert((&five == interface{}(nil)) == pi(&five, nilN), + "for interface{}==*int compiler == runtime") + assert((interface{}(nil) == &five) == ip(nilN, &five), + "for interface{}==*int compiler == runtime") + + assert((5 == interface{}(5)) == ni(five, five), + "for int==interface{} compiler == runtime") + assert((interface{}(5) == 5) == in(five, five), + "for interface{}==int comipiler == runtime") +} + +// Test that typed floating-point and complex arithmetic +// is computed with correct precision. +func truncate() { + const ( + x30 = 1 << 30 + x60 = 1 << 60 + + staticF32 = float32(x30) + 1 - x30 + staticF64 = float64(x60) + 1 - x60 + staticC64 = complex64(x30) + 1 - x30 + staticC128 = complex128(x60) + 1 - x60 + ) + dynamicF32 := float32(x30) + dynamicF32 += 1 + dynamicF32 -= x30 + + dynamicF64 := float64(x60) + dynamicF64 += 1 + dynamicF64 -= x60 + + dynamicC64 := complex64(x30) + dynamicC64 += 1 + dynamicC64 -= x30 + + dynamicC128 := complex128(x60) + dynamicC128 += 1 + dynamicC128 -= x60 + + assert(staticF32 == 0, "staticF32 == 0") + assert(staticF64 == 0, "staticF64 == 0") + assert(dynamicF32 == 0, "dynamicF32 == 0") + assert(dynamicF64 == 0, "dynamicF64 == 0") + assert(staticC64 == 0, "staticC64 == 0") + assert(staticC128 == 0, "staticC128 == 0") + assert(dynamicC64 == 0, "dynamicC64 == 0") + assert(dynamicC128 == 0, "dynamicC128 == 0") +} + +func main() { + ints() + floats() + interfaces() + truncate() + + assert(ctrue == true, "ctrue == true") + assert(cfalse == false, "cfalse == false") +} diff --git a/go/test/const1.go b/go/test/const1.go new file mode 100644 index 0000000000000000000000000000000000000000..1efe688cb99ce2a4749ef083cca763b8e3ee09ad --- /dev/null +++ b/go/test/const1.go @@ -0,0 +1,94 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify overflow is detected when using numeric constants. +// Does not compile. + +package main + +import "unsafe" + +type I interface{} + +const ( + // assume all types behave similarly to int8/uint8 + Int8 int8 = 101 + Minus1 int8 = -1 + Uint8 uint8 = 102 + Const = 103 + + Float32 float32 = 104.5 + Float64 float64 = 105.5 + ConstFloat = 106.5 + Big float64 = 1e300 + + String = "abc" + Bool = true +) + +var ( + a1 = Int8 * 100 // ERROR "overflow|cannot convert" + a2 = Int8 * -1 // OK + a3 = Int8 * 1000 // ERROR "overflow|cannot convert" + a4 = Int8 * int8(1000) // ERROR "overflow|cannot convert" + a5 = int8(Int8 * 1000) // ERROR "overflow|cannot convert" + a6 = int8(Int8 * int8(1000)) // ERROR "overflow|cannot convert" + a7 = Int8 - 2*Int8 - 2*Int8 // ERROR "overflow|cannot convert" + a8 = Int8 * Const / 100 // ERROR "overflow|cannot convert" + a9 = Int8 * (Const / 100) // OK + + b1 = Uint8 * Uint8 // ERROR "overflow|cannot convert" + b2 = Uint8 * -1 // ERROR "overflow|cannot convert" + b3 = Uint8 - Uint8 // OK + b4 = Uint8 - Uint8 - Uint8 // ERROR "overflow|cannot convert" + b5 = uint8(^0) // ERROR "overflow|cannot convert" + b5a = int64(^0) // OK + b6 = ^uint8(0) // OK + b6a = ^int64(0) // OK + b7 = uint8(Minus1) // ERROR "overflow|cannot convert" + b8 = uint8(int8(-1)) // ERROR "overflow|cannot convert" + b8a = uint8(-1) // ERROR "overflow|cannot convert" + b9 byte = (1 << 10) >> 8 // OK + b10 byte = (1 << 10) // ERROR "overflow|cannot convert" + b11 byte = (byte(1) << 10) >> 8 // ERROR "overflow|cannot convert" + b12 byte = 1000 // ERROR "overflow|cannot convert" + b13 byte = byte(1000) // ERROR "overflow|cannot convert" + b14 byte = byte(100) * byte(100) // ERROR "overflow|cannot convert" + b15 byte = byte(100) * 100 // ERROR "overflow|cannot convert" + b16 byte = byte(0) * 1000 // ERROR "overflow|cannot convert" + b16a byte = 0 * 1000 // OK + b17 byte = byte(0) * byte(1000) // ERROR "overflow|cannot convert" + b18 byte = Uint8 / 0 // ERROR "division by zero" + + c1 float64 = Big + c2 float64 = Big * Big // ERROR "overflow|cannot convert" + c3 float64 = float64(Big) * Big // ERROR "overflow|cannot convert" + c4 = Big * Big // ERROR "overflow|cannot convert" + c5 = Big / 0 // ERROR "division by zero" + c6 = 1000 % 1e3 // ERROR "invalid operation|expected integer type" +) + +func f(int) + +func main() { + f(Int8) // ERROR "convert|wrong type|cannot" + f(Minus1) // ERROR "convert|wrong type|cannot" + f(Uint8) // ERROR "convert|wrong type|cannot" + f(Const) // OK + f(Float32) // ERROR "convert|wrong type|cannot" + f(Float64) // ERROR "convert|wrong type|cannot" + f(ConstFloat) // ERROR "truncate" + f(ConstFloat - 0.5) // OK + f(Big) // ERROR "convert|wrong type|cannot" + f(String) // ERROR "convert|wrong type|cannot|incompatible" + f(Bool) // ERROR "convert|wrong type|cannot|incompatible" +} + +const ptr = nil // ERROR "const.*nil|not constant" +const _ = string([]byte(nil)) // ERROR "is not a? ?constant" +const _ = uintptr(unsafe.Pointer((*int)(nil))) // ERROR "is not a? ?constant" +const _ = unsafe.Pointer((*int)(nil)) // ERROR "cannot be nil|invalid constant type|is not a constant|not constant" +const _ = (*int)(nil) // ERROR "cannot be nil|invalid constant type|is not a constant|not constant" diff --git a/go/test/const2.go b/go/test/const2.go new file mode 100644 index 0000000000000000000000000000000000000000..f0de37be15ecab9c472e034a774be8100391eb70 --- /dev/null +++ b/go/test/const2.go @@ -0,0 +1,32 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that large integer constant expressions cause overflow. +// Does not compile. + +package main + +const ( + A int = 1 + B byte; // ERROR "type without expr|expected .=.|missing init expr" +) + +const LargeA = 1000000000000000000 +const LargeB = LargeA * LargeA * LargeA +const LargeC = LargeB * LargeB * LargeB // GC_ERROR "constant multiplication overflow" + +const AlsoLargeA = LargeA << 400 << 400 >> 400 >> 400 // GC_ERROR "constant shift overflow" + +// Issue #42732. + +const a = 1e+500000000 +const b = a * a // ERROR "constant multiplication overflow|not representable" +const c = b * b + +const MaxInt512 = (1<<256 - 1) * (1<<256 + 1) +const _ = MaxInt512 + 1 // ERROR "constant addition overflow" +const _ = MaxInt512 ^ -1 // ERROR "constant bitwise XOR overflow" +const _ = ^MaxInt512 // ERROR "constant bitwise complement overflow" diff --git a/go/test/const3.go b/go/test/const3.go new file mode 100644 index 0000000000000000000000000000000000000000..3f4e3d1ae6fa9adf095afe91e176daa3708fe86b --- /dev/null +++ b/go/test/const3.go @@ -0,0 +1,37 @@ +// run + +// Copyright 2009 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. + +// Test typed integer constants. + +package main + +import "fmt" + +type T int + +func (t T) String() string { return fmt.Sprintf("T%d", int(t)) } + +const ( + A T = 1 << (1 << iota) + B + C + D + E +) + +func main() { + s := fmt.Sprintf("%v %v %v %v %v", A, B, C, D, E) + if s != "T2 T4 T16 T256 T65536" { + println("type info didn't propagate in const: got", s) + panic("fail") + } + x := uint(5) + y := float64(uint64(1)< N { + return N + } + return n +} + +func ncopied(length, in, out int) int { + n := length + if in+n > N { + n = N - in + } + if out+n > N { + n = N - out + } + return n +} + +func doAllSlices(length, in, out int) { + reset() + n := copy(my8(output8[out:clamp(out+length)]), input8[in:clamp(in+length)]) + verify8(length, in, out, n) + n = copy(my8(outputS[out:clamp(out+length)]), myS(inputS[in:clamp(in+length)])) + verifyS(length, in, out, n) + n = copy(my16(output16[out:clamp(out+length)]), input16[in:clamp(in+length)]) + verify16(length, in, out, n) + n = copy(my32(output32[out:clamp(out+length)]), my32b(input32[in:clamp(in+length)])) + verify32(length, in, out, n) + n = copy(my64(output64[out:clamp(out+length)]), input64[in:clamp(in+length)]) + verify64(length, in, out, n) +} + +func bad8(state string, i, length, in, out int) { + fmt.Printf("%s bad(%d %d %d): %c not %c:\n\t%s\n\t%s\n", + state, + length, in, out, + output8[i], + uint8(i+13), + input8, output8) + os.Exit(1) +} + +func verify8(length, in, out, m int) { + n := ncopied(length, in, out) + if m != n { + fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n) + os.Exit(1) + return + } + // before + var i int + for i = 0; i < out; i++ { + if output8[i] != u8(i+13) { + bad8("before8", i, length, in, out) + return + } + } + // copied part + for ; i < out+n; i++ { + if output8[i] != u8(i+in-out) { + bad8("copied8", i, length, in, out) + return + } + } + // after + for ; i < len(output8); i++ { + if output8[i] != u8(i+13) { + bad8("after8", i, length, in, out) + return + } + } +} + +func badS(state string, i, length, in, out int) { + fmt.Printf("%s bad(%d %d %d): %c not %c:\n\t%s\n\t%s\n", + state, + length, in, out, + outputS[i], + uint8(i+13), + inputS, outputS) + os.Exit(1) +} + +func verifyS(length, in, out, m int) { + n := ncopied(length, in, out) + if m != n { + fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n) + os.Exit(1) + return + } + // before + var i int + for i = 0; i < out; i++ { + if outputS[i] != u8(i+13) { + badS("beforeS", i, length, in, out) + return + } + } + // copied part + for ; i < out+n; i++ { + if outputS[i] != u8(i+in-out) { + badS("copiedS", i, length, in, out) + return + } + } + // after + for ; i < len(outputS); i++ { + if outputS[i] != u8(i+13) { + badS("afterS", i, length, in, out) + return + } + } +} + +func bad16(state string, i, length, in, out int) { + fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n", + state, + length, in, out, + output16[i], + uint16(i+13), + input16, output16) + os.Exit(1) +} + +func verify16(length, in, out, m int) { + n := ncopied(length, in, out) + if m != n { + fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n) + os.Exit(1) + return + } + // before + var i int + for i = 0; i < out; i++ { + if output16[i] != u16(i+13) { + bad16("before16", i, length, in, out) + return + } + } + // copied part + for ; i < out+n; i++ { + if output16[i] != u16(i+in-out) { + bad16("copied16", i, length, in, out) + return + } + } + // after + for ; i < len(output16); i++ { + if output16[i] != u16(i+13) { + bad16("after16", i, length, in, out) + return + } + } +} + +func bad32(state string, i, length, in, out int) { + fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n", + state, + length, in, out, + output32[i], + uint32(i+13), + input32, output32) + os.Exit(1) +} + +func verify32(length, in, out, m int) { + n := ncopied(length, in, out) + if m != n { + fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n) + os.Exit(1) + return + } + // before + var i int + for i = 0; i < out; i++ { + if output32[i] != u32(i+13) { + bad32("before32", i, length, in, out) + return + } + } + // copied part + for ; i < out+n; i++ { + if output32[i] != u32(i+in-out) { + bad32("copied32", i, length, in, out) + return + } + } + // after + for ; i < len(output32); i++ { + if output32[i] != u32(i+13) { + bad32("after32", i, length, in, out) + return + } + } +} + +func bad64(state string, i, length, in, out int) { + fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n", + state, + length, in, out, + output64[i], + uint64(i+13), + input64, output64) + os.Exit(1) +} + +func verify64(length, in, out, m int) { + n := ncopied(length, in, out) + if m != n { + fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n) + os.Exit(1) + return + } + // before + var i int + for i = 0; i < out; i++ { + if output64[i] != u64(i+13) { + bad64("before64", i, length, in, out) + return + } + } + // copied part + for ; i < out+n; i++ { + if output64[i] != u64(i+in-out) { + bad64("copied64", i, length, in, out) + return + } + } + // after + for ; i < len(output64); i++ { + if output64[i] != u64(i+13) { + bad64("after64", i, length, in, out) + return + } + } +} + +func slice() { + for length := 0; length < N; length++ { + for in := 0; in <= 32; in++ { + for out := 0; out <= 32; out++ { + doAllSlices(length, in, out) + } + } + } +} + +// Array test. Can be much simpler. It's only checking for correct handling of [0:]. +func array() { + var array [N]uint8 + reset() + copy(array[0:], input8) + for i := 0; i < N; i++ { + output8[i] = 0 + } + copy(output8, array[0:]) + verify8(N, 0, 0, N) +} + +func main() { + slice() + array() +} diff --git a/go/test/copy1.go b/go/test/copy1.go new file mode 100644 index 0000000000000000000000000000000000000000..0e929ac16c6fade1fff276bec58cd668bdef1c00 --- /dev/null +++ b/go/test/copy1.go @@ -0,0 +1,27 @@ +// errorcheck + +// Copyright 2017 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. + +// Verify that copy arguments requirements are enforced by the +// compiler. + +package main + +func main() { + + si := make([]int, 8) + sf := make([]float64, 8) + + _ = copy() // ERROR "not enough arguments" + _ = copy(1, 2, 3) // ERROR "too many arguments" + + _ = copy(si, "hi") // ERROR "have different element types(.*int.*string| int and byte)" + _ = copy(si, sf) // ERROR "have different element types.*int.*float64" + + _ = copy(1, 2) // ERROR "must be slices; have int, int|argument must be a slice; have 1" + _ = copy(1, si) // ERROR "first argument to copy should be|argument must be a slice; have 1" + _ = copy(si, 2) // ERROR "second argument to copy should be|argument must be a slice; have 2" + +} diff --git a/go/test/crlf.go b/go/test/crlf.go new file mode 100644 index 0000000000000000000000000000000000000000..2d56889b039abe6927d20f824616414997c782eb --- /dev/null +++ b/go/test/crlf.go @@ -0,0 +1,50 @@ +// runoutput + +// Copyright 2011 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. + +// Test source files and strings containing \r and \r\n. + +package main + +import ( + "fmt" + "strings" +) + +func main() { + prog = strings.Replace(prog, "BQ", "`", -1) + prog = strings.Replace(prog, "CR", "\r", -1) + fmt.Print(prog) +} + +var prog = ` +package main +CR + +import "fmt" + +var CR s = "hello\n" + CR + " world"CR + +var t = BQhelloCR + worldBQ + +var u = BQhCReCRlCRlCRoCR + worldBQ + +var golden = "hello\n world" + +func main() { + if s != golden { + fmt.Printf("s=%q, want %q", s, golden) + } + if t != golden { + fmt.Printf("t=%q, want %q", t, golden) + } + if u != golden { + fmt.Printf("u=%q, want %q", u, golden) + } +} +` diff --git a/go/test/ddd.go b/go/test/ddd.go new file mode 100644 index 0000000000000000000000000000000000000000..84503f7d5b182751a825ff42dc97e1cb01583e74 --- /dev/null +++ b/go/test/ddd.go @@ -0,0 +1,230 @@ +// run + +// Copyright 2010 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. + +// Test variadic functions and calls (dot-dot-dot). + +package main + +func sum(args ...int) int { + s := 0 + for _, v := range args { + s += v + } + return s +} + +func sumC(args ...int) int { return func() int { return sum(args...) }() } + +var sumD = func(args ...int) int { return sum(args...) } + +var sumE = func() func(...int) int { return func(args ...int) int { return sum(args...) } }() + +var sumF = func(args ...int) func() int { return func() int { return sum(args...) } } + +func sumA(args []int) int { + s := 0 + for _, v := range args { + s += v + } + return s +} + +func sumB(args []int) int { return sum(args...) } + +func sum2(args ...int) int { return 2 * sum(args...) } + +func sum3(args ...int) int { return 3 * sumA(args) } + +func sum4(args ...int) int { return 4 * sumB(args) } + +func intersum(args ...interface{}) int { + s := 0 + for _, v := range args { + s += v.(int) + } + return s +} + +type T []T + +func ln(args ...T) int { return len(args) } + +func ln2(args ...T) int { return 2 * ln(args...) } + +func (*T) Sum(args ...int) int { return sum(args...) } + +type U struct { + *T +} + +type I interface { + Sum(...int) int +} + +func main() { + if x := sum(1, 2, 3); x != 6 { + println("sum 6", x) + panic("fail") + } + if x := sum(); x != 0 { + println("sum 0", x) + panic("fail") + } + if x := sum(10); x != 10 { + println("sum 10", x) + panic("fail") + } + if x := sum(1, 8); x != 9 { + println("sum 9", x) + panic("fail") + } + if x := sumC(4, 5, 6); x != 15 { + println("sumC 15", x) + panic("fail") + } + if x := sumD(4, 5, 7); x != 16 { + println("sumD 16", x) + panic("fail") + } + if x := sumE(4, 5, 8); x != 17 { + println("sumE 17", x) + panic("fail") + } + if x := sumF(4, 5, 9)(); x != 18 { + println("sumF 18", x) + panic("fail") + } + if x := sum2(1, 2, 3); x != 2*6 { + println("sum 6", x) + panic("fail") + } + if x := sum2(); x != 2*0 { + println("sum 0", x) + panic("fail") + } + if x := sum2(10); x != 2*10 { + println("sum 10", x) + panic("fail") + } + if x := sum2(1, 8); x != 2*9 { + println("sum 9", x) + panic("fail") + } + if x := sum3(1, 2, 3); x != 3*6 { + println("sum 6", x) + panic("fail") + } + if x := sum3(); x != 3*0 { + println("sum 0", x) + panic("fail") + } + if x := sum3(10); x != 3*10 { + println("sum 10", x) + panic("fail") + } + if x := sum3(1, 8); x != 3*9 { + println("sum 9", x) + panic("fail") + } + if x := sum4(1, 2, 3); x != 4*6 { + println("sum 6", x) + panic("fail") + } + if x := sum4(); x != 4*0 { + println("sum 0", x) + panic("fail") + } + if x := sum4(10); x != 4*10 { + println("sum 10", x) + panic("fail") + } + if x := sum4(1, 8); x != 4*9 { + println("sum 9", x) + panic("fail") + } + if x := intersum(1, 2, 3); x != 6 { + println("intersum 6", x) + panic("fail") + } + if x := intersum(); x != 0 { + println("intersum 0", x) + panic("fail") + } + if x := intersum(10); x != 10 { + println("intersum 10", x) + panic("fail") + } + if x := intersum(1, 8); x != 9 { + println("intersum 9", x) + panic("fail") + } + + if x := ln(nil, nil, nil); x != 3 { + println("ln 3", x) + panic("fail") + } + if x := ln([]T{}); x != 1 { + println("ln 1", x) + panic("fail") + } + if x := ln2(nil, nil, nil); x != 2*3 { + println("ln2 3", x) + panic("fail") + } + if x := ln2([]T{}); x != 2*1 { + println("ln2 1", x) + panic("fail") + } + if x := ((*T)(nil)).Sum(1, 3, 5, 7); x != 16 { + println("(*T)(nil).Sum", x) + panic("fail") + } + if x := (*T).Sum(nil, 1, 3, 5, 6); x != 15 { + println("(*T).Sum", x) + panic("fail") + } + if x := (&U{}).Sum(1, 3, 5, 5); x != 14 { + println("(&U{}).Sum", x) + panic("fail") + } + var u U + if x := u.Sum(1, 3, 5, 4); x != 13 { + println("u.Sum", x) + panic("fail") + } + if x := (&u).Sum(1, 3, 5, 3); x != 12 { + println("(&u).Sum", x) + panic("fail") + } + var i interface { + Sum(...int) int + } = &u + if x := i.Sum(2, 3, 5, 7); x != 17 { + println("i(=&u).Sum", x) + panic("fail") + } + i = u + if x := i.Sum(2, 3, 5, 6); x != 16 { + println("i(=u).Sum", x) + panic("fail") + } + var s struct { + I + } + s.I = &u + if x := s.Sum(2, 3, 5, 8); x != 18 { + println("s{&u}.Sum", x) + panic("fail") + } + if x := (*U).Sum(&U{}, 1, 3, 5, 2); x != 11 { + println("(*U).Sum", x) + panic("fail") + } + if x := U.Sum(U{}, 1, 3, 5, 1); x != 10 { + println("U.Sum", x) + panic("fail") + } +} diff --git a/go/test/ddd1.go b/go/test/ddd1.go new file mode 100644 index 0000000000000000000000000000000000000000..e0035559867cf50ece064d0b8dc7ba9b2db90888 --- /dev/null +++ b/go/test/ddd1.go @@ -0,0 +1,64 @@ +// errorcheck + +// Copyright 2010 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. + +// Verify that illegal uses of ... are detected. +// Does not compile. + +package main + +import "unsafe" + +func sum(args ...int) int { return 0 } + +var ( + _ = sum(1, 2, 3) + _ = sum() + _ = sum(1.0, 2.0) + _ = sum(1.5) // ERROR "1\.5 .untyped float constant. as int|integer" + _ = sum("hello") // ERROR ".hello. (.untyped string constant. as int|.type untyped string. as type int)|incompatible" + _ = sum([]int{1}) // ERROR "\[\]int{.*}.*as int value" +) + +func sum3(int, int, int) int { return 0 } +func tuple() (int, int, int) { return 1, 2, 3 } + +var ( + _ = sum(tuple()) + _ = sum(tuple()...) // ERROR "\.{3} with 3-valued|multiple-value" + _ = sum3(tuple()) + _ = sum3(tuple()...) // ERROR "\.{3} in call to non-variadic|multiple-value|invalid use of .*[.][.][.]" +) + +type T []T + +func funny(args ...T) int { return 0 } + +var ( + _ = funny(nil) + _ = funny(nil, nil) + _ = funny([]T{}) // ok because []T{} is a T; passes []T{[]T{}} +) + +func Foo(n int) {} + +func bad(args ...int) { + print(1, 2, args...) // ERROR "[.][.][.]" + println(args...) // ERROR "[.][.][.]" + ch := make(chan int) + close(ch...) // ERROR "[.][.][.]" + _ = len(args...) // ERROR "[.][.][.]" + _ = new(int...) // ERROR "[.][.][.]" + n := 10 + _ = make([]byte, n...) // ERROR "[.][.][.]" + _ = make([]byte, 10 ...) // ERROR "[.][.][.]" + var x int + _ = unsafe.Pointer(&x...) // ERROR "[.][.][.]" + _ = unsafe.Sizeof(x...) // ERROR "[.][.][.]" + _ = [...]byte("foo") // ERROR "[.][.][.]" + _ = [...][...]int{{1,2,3},{4,5,6}} // ERROR "[.][.][.]" + + Foo(x...) // ERROR "\.{3} in call to non-variadic|invalid use of .*[.][.][.]" +} diff --git a/go/test/ddd2.dir/ddd2.go b/go/test/ddd2.dir/ddd2.go new file mode 100644 index 0000000000000000000000000000000000000000..f3f863c83f183f5e1ea3ab2355ec769e36734e3c --- /dev/null +++ b/go/test/ddd2.dir/ddd2.go @@ -0,0 +1,16 @@ +// Copyright 2010 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. + +// This file is compiled and then imported by ddd3.go. + +package ddd + +func Sum(args ...int) int { + s := 0 + for _, v := range args { + s += v + } + return s +} + diff --git a/go/test/ddd2.dir/ddd3.go b/go/test/ddd2.dir/ddd3.go new file mode 100644 index 0000000000000000000000000000000000000000..608091dd9b6383be98d427138a2ccadf68518f62 --- /dev/null +++ b/go/test/ddd2.dir/ddd3.go @@ -0,0 +1,28 @@ +// Copyright 2010 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. + +// Test that variadic functions work across package boundaries. + +package main + +import "./ddd2" + +func main() { + if x := ddd.Sum(1, 2, 3); x != 6 { + println("ddd.Sum 6", x) + panic("fail") + } + if x := ddd.Sum(); x != 0 { + println("ddd.Sum 0", x) + panic("fail") + } + if x := ddd.Sum(10); x != 10 { + println("ddd.Sum 10", x) + panic("fail") + } + if x := ddd.Sum(1, 8); x != 9 { + println("ddd.Sum 9", x) + panic("fail") + } +} diff --git a/go/test/ddd2.go b/go/test/ddd2.go new file mode 100644 index 0000000000000000000000000000000000000000..612ba292c2eccb7f2ae3fa1a66c66a79e9712aa0 --- /dev/null +++ b/go/test/ddd2.go @@ -0,0 +1,9 @@ +// rundir + +// Copyright 2010 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. + +// Test that variadic functions work across package boundaries. + +package ignored diff --git a/go/test/decl.go b/go/test/decl.go new file mode 100644 index 0000000000000000000000000000000000000000..e2f126adb210a9f8cc867fbe3ded3c9eb49196f7 --- /dev/null +++ b/go/test/decl.go @@ -0,0 +1,41 @@ +// run + +// Copyright 2009 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. + +// Test correct short declarations and redeclarations. + +package main + +func f1() int { return 1 } +func f2() (float32, int) { return 1, 2 } +func f3() (float32, int, string) { return 1, 2, "3" } + +func x() (s string) { + a, b, s := f3() + _, _ = a, b + return // tests that result var is in scope for redeclaration +} + +func main() { + i, f, s := f3() + j, f := f2() // redeclare f + k := f1() + m, g, s := f3() + m, h, s := f3() + { + // new block should be ok. + i, f, s := f3() + j, f := f2() // redeclare f + k := f1() + m, g, s := f3() + m, h, s := f3() + _, _, _, _, _, _, _, _, _ = i, f, s, j, k, m, g, s, h + } + if y := x(); y != "3" { + println("x() failed", y) + panic("fail") + } + _, _, _, _, _, _, _, _, _ = i, f, s, j, k, m, g, s, h +} diff --git a/go/test/declbad.go b/go/test/declbad.go new file mode 100644 index 0000000000000000000000000000000000000000..b978652a2b158573a5ad4d3dd028fbaf1e92f414 --- /dev/null +++ b/go/test/declbad.go @@ -0,0 +1,67 @@ +// errorcheck + +// Copyright 2009 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. + +// Test that incorrect short declarations and redeclarations are detected. +// Does not compile. + +package main + +func f1() int { return 1 } +func f2() (float32, int) { return 1, 2 } +func f3() (float32, int, string) { return 1, 2, "3" } + +func main() { + { + // simple redeclaration + i := f1() + i := f1() // ERROR "redeclared|no new" + _ = i + } + { + // change of type for f + i, f, s := f3() + f, g, t := f3() // ERROR "redeclared|cannot assign|incompatible|cannot use" + _, _, _, _, _ = i, f, s, g, t + } + { + // change of type for i + i, f, s := f3() + j, i, t := f3() // ERROR "redeclared|cannot assign|incompatible|cannot use" + _, _, _, _, _ = i, f, s, j, t + } + { + // no new variables + i, f, s := f3() + i, f := f2() // ERROR "redeclared|no new" + _, _, _ = i, f, s + } + { + // multiline no new variables + i := f1 + i := func() int { // ERROR "redeclared|no new|incompatible" + return 0 + } + _ = i + } + { + // single redeclaration + i, f, s := f3() + i := 1 // ERROR "redeclared|no new|incompatible" + _, _, _ = i, f, s + } + // double redeclaration + { + i, f, s := f3() + i, f := f2() // ERROR "redeclared|no new" + _, _, _ = i, f, s + } + { + // triple redeclaration + i, f, s := f3() + i, f, s := f3() // ERROR "redeclared|no new" + _, _, _ = i, f, s + } +} diff --git a/go/test/defer.go b/go/test/defer.go new file mode 100644 index 0000000000000000000000000000000000000000..6731ab7ee8b0123a2a2fc64027cfebb115d49d45 --- /dev/null +++ b/go/test/defer.go @@ -0,0 +1,52 @@ +// run + +// Copyright 2009 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. + +// Test defer. + +package main + +import "fmt" + +var result string + +func addInt(i int) { result += fmt.Sprint(i) } + +func test1helper() { + for i := 0; i < 10; i++ { + defer addInt(i) + } +} + +func test1() { + result = "" + test1helper() + if result != "9876543210" { + fmt.Printf("test1: bad defer result (should be 9876543210): %q\n", result) + panic("defer") + } +} + +func addDotDotDot(v ...interface{}) { result += fmt.Sprint(v...) } + +func test2helper() { + for i := 0; i < 10; i++ { + defer addDotDotDot(i) + } +} + +func test2() { + result = "" + test2helper() + if result != "9876543210" { + fmt.Printf("test2: bad defer result (should be 9876543210): %q\n", result) + panic("defer") + } +} + +func main() { + test1() + test2() +} diff --git a/go/test/defererrcheck.go b/go/test/defererrcheck.go new file mode 100644 index 0000000000000000000000000000000000000000..c20f090bb8f13908df883bc4b32d8c5836619897 --- /dev/null +++ b/go/test/defererrcheck.go @@ -0,0 +1,140 @@ +// errorcheck -0 -l -d=defer + +// 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. + +// check that open-coded defers are used in expected situations + +package main + +import "fmt" + +var glob = 3 + +func f1() { + + for i := 0; i < 10; i++ { + fmt.Println("loop") + } + defer func() { // ERROR "open-coded defer" + fmt.Println("defer") + }() +} + +func f2() { + for { + defer func() { // ERROR "heap-allocated defer" + fmt.Println("defer1") + }() + if glob > 2 { + break + } + } + defer func() { // ERROR "stack-allocated defer" + fmt.Println("defer2") + }() +} + +func f3() { + defer func() { // ERROR "stack-allocated defer" + fmt.Println("defer2") + }() + for { + defer func() { // ERROR "heap-allocated defer" + fmt.Println("defer1") + }() + if glob > 2 { + break + } + } +} + +func f4() { + defer func() { // ERROR "open-coded defer" + fmt.Println("defer") + }() +label: + fmt.Println("goto loop") + if glob > 2 { + goto label + } +} + +func f5() { +label: + fmt.Println("goto loop") + defer func() { // ERROR "heap-allocated defer" + fmt.Println("defer") + }() + if glob > 2 { + goto label + } +} + +func f6() { +label: + fmt.Println("goto loop") + if glob > 2 { + goto label + } + // The current analysis doesn't end a backward goto loop, so this defer is + // considered to be inside a loop + defer func() { // ERROR "heap-allocated defer" + fmt.Println("defer") + }() +} + +// Test for function with too many exits, which will disable open-coded defer +// even though the number of defer statements is not greater than 8. +func f7() { + defer println(1) // ERROR "open-coded defer" + defer println(1) // ERROR "open-coded defer" + defer println(1) // ERROR "open-coded defer" + defer println(1) // ERROR "open-coded defer" + + switch glob { + case 1: + return + case 2: + return + case 3: + return + } +} + +func f8() { + defer println(1) // ERROR "stack-allocated defer" + defer println(1) // ERROR "stack-allocated defer" + defer println(1) // ERROR "stack-allocated defer" + defer println(1) // ERROR "stack-allocated defer" + + switch glob { + case 1: + return + case 2: + return + case 3: + return + case 4: + return + } +} + +func f9() { + defer println(1) // ERROR "open-coded defer" + defer println(1) // ERROR "open-coded defer" + defer println(1) // ERROR "open-coded defer" + defer println(1) // ERROR "open-coded defer" + + switch glob { + case 1: + return + case 2: + return + case 3: + return + case 4: + panic("") + } +} diff --git a/go/test/deferfin.go b/go/test/deferfin.go new file mode 100644 index 0000000000000000000000000000000000000000..1312bbbe71b04ac195330dc9151c84cfcf87031e --- /dev/null +++ b/go/test/deferfin.go @@ -0,0 +1,58 @@ +// run + +// Copyright 2013 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. + +// Test that defers do not prevent garbage collection. + +package main + +import ( + "runtime" + "sync" + "sync/atomic" + "time" +) + +var sink func() + +func main() { + // Does not work with gccgo, due to partially conservative GC. + // Try to enable when we have fully precise GC. + if runtime.Compiler == "gccgo" { + return + } + N := 10 + count := int32(N) + var wg sync.WaitGroup + wg.Add(N) + for i := 0; i < N; i++ { + go func() { + defer wg.Done() + v := new(string) + f := func() { + if *v != "" { + panic("oops") + } + } + if *v != "" { + // let the compiler think f escapes + sink = f + } + runtime.SetFinalizer(v, func(p *string) { + atomic.AddInt32(&count, -1) + }) + defer f() + }() + } + wg.Wait() + for i := 0; i < 3; i++ { + time.Sleep(10 * time.Millisecond) + runtime.GC() + } + if count != 0 { + println(count, "out of", N, "finalizer are not called") + panic("not all finalizers are called") + } +} diff --git a/go/test/defernil.go b/go/test/defernil.go new file mode 100644 index 0000000000000000000000000000000000000000..5be3abd2f508e64d2af4d159e73cb9982a4167c2 --- /dev/null +++ b/go/test/defernil.go @@ -0,0 +1,33 @@ +// run + +// 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. + +// Check that deferring a nil function causes a proper +// panic when the deferred function is invoked (not +// when the function is deferred). +// See Issue #8047 and #34926. + +package main + +var x = 0 + +func main() { + defer func() { + err := recover() + if err == nil { + panic("did not panic") + } + if x != 1 { + panic("FAIL") + } + }() + f() +} + +func f() { + var nilf func() + defer nilf() + x = 1 +} diff --git a/go/test/deferprint.go b/go/test/deferprint.go new file mode 100644 index 0000000000000000000000000000000000000000..b74677ac59c9810743ce6ba667858bd4e835c440 --- /dev/null +++ b/go/test/deferprint.go @@ -0,0 +1,17 @@ +// run + +// Copyright 2010 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. + +// Test that we can defer the predeclared functions print and println. + +package main + +func main() { + defer println(42, true, false, true, 1.5, "world", (chan int)(nil), []int(nil), (map[string]int)(nil), (func())(nil), byte(255)) + defer println(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) + // Disabled so the test doesn't crash but left here for reference. + // defer panic("dead") + defer print("printing: ") +} diff --git a/go/test/deferprint.out b/go/test/deferprint.out new file mode 100644 index 0000000000000000000000000000000000000000..99f0a515d54f46d683f922fc92c5ecbf6c0b8d62 --- /dev/null +++ b/go/test/deferprint.out @@ -0,0 +1,2 @@ +printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 +42 true false true 1.5 world 0x0 [0/0]0x0 0x0 0x0 255 diff --git a/go/test/devirt.go b/go/test/devirt.go new file mode 100644 index 0000000000000000000000000000000000000000..d5c815222e448cb01b9620256db9e55f9cc09d0d --- /dev/null +++ b/go/test/devirt.go @@ -0,0 +1,38 @@ +// errorcheck -0 -d=ssa/opt/debug=1 + +package main + +// Trivial interface call devirtualization test. + +type real struct { + value int +} + +func (r *real) Value() int { return r.value } + +type Valuer interface { + Value() int +} + +type indirectiface struct { + a, b, c int +} + +func (i indirectiface) Value() int { + return i.a + i.b + i.c +} + +func main() { + var r Valuer + rptr := &real{value: 3} + r = rptr + + if r.Value() != 3 { // ERROR "de-virtualizing call$" + panic("not 3") + } + + r = indirectiface{3, 4, 5} + if r.Value() != 12 { // ERROR "de-virtualizing call$" + panic("not 12") + } +} diff --git a/go/test/devirtualization.go b/go/test/devirtualization.go new file mode 100644 index 0000000000000000000000000000000000000000..12a95f6d755bf43139db3cbb21df57184050498a --- /dev/null +++ b/go/test/devirtualization.go @@ -0,0 +1,1319 @@ +// errorcheck -0 -m + +// Copyright 2025 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 escape + +type M interface{ M() } + +type A interface{ A() } + +type C interface{ C() } + +type Impl struct{} + +func (*Impl) M() {} // ERROR "can inline \(\*Impl\).M$" + +func (*Impl) A() {} // ERROR "can inline \(\*Impl\).A$" + +type Impl2 struct{} + +func (*Impl2) M() {} // ERROR "can inline \(\*Impl2\).M$" + +func (*Impl2) A() {} // ERROR "can inline \(\*Impl2\).A$" + +type CImpl struct{} + +func (CImpl) C() {} // ERROR "can inline CImpl.C$" + +func typeAsserts() { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + + a.(M).M() // ERROR "devirtualizing a.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + a.(A).A() // ERROR "devirtualizing a.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + a.(*Impl).M() // ERROR "inlining call to \(\*Impl\).M" + a.(*Impl).A() // ERROR "inlining call to \(\*Impl\).A" + + v := a.(M) + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + v.(A).A() // ERROR "devirtualizing v.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + v.(*Impl).A() // ERROR "inlining call to \(\*Impl\).A" + v.(*Impl).M() // ERROR "inlining call to \(\*Impl\).M" + + v2 := a.(A) + v2.A() // ERROR "devirtualizing v2.A to \*Impl$" "inlining call to \(\*Impl\).A" + v2.(M).M() // ERROR "devirtualizing v2.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + v2.(*Impl).A() // ERROR "inlining call to \(\*Impl\).A" + v2.(*Impl).M() // ERROR "inlining call to \(\*Impl\).M" + + a.(M).(A).A() // ERROR "devirtualizing a.\(M\).\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + a.(A).(M).M() // ERROR "devirtualizing a.\(A\).\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + + a.(M).(A).(*Impl).A() // ERROR "inlining call to \(\*Impl\).A" + a.(A).(M).(*Impl).M() // ERROR "inlining call to \(\*Impl\).M" + + any(a).(M).M() // ERROR "devirtualizing any\(a\).\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + any(a).(A).A() // ERROR "devirtualizing any\(a\).\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + any(a).(M).(any).(A).A() // ERROR "devirtualizing any\(a\).\(M\).\(any\).\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + + c := any(a) + c.(A).A() // ERROR "devirtualizing c.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + c.(M).M() // ERROR "devirtualizing c.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + + M(a).M() // ERROR "devirtualizing M\(a\).M to \*Impl$" "inlining call to \(\*Impl\).M" + M(M(a)).M() // ERROR "devirtualizing M\(M\(a\)\).M to \*Impl$" "inlining call to \(\*Impl\).M" + + a2 := a.(A) + A(a2).A() // ERROR "devirtualizing A\(a2\).A to \*Impl$" "inlining call to \(\*Impl\).A" + A(A(a2)).A() // ERROR "devirtualizing A\(A\(a2\)\).A to \*Impl$" "inlining call to \(\*Impl\).A" + + { + var a C = &CImpl{} // ERROR "&CImpl{} does not escape$" + a.(any).(C).C() // ERROR "devirtualizing a.\(any\).\(C\).C to \*CImpl$" "inlining call to CImpl.C" + a.(any).(*CImpl).C() // ERROR "inlining call to CImpl.C" + } +} + +func typeAssertsWithOkReturn() { + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + if v, ok := a.(M); ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + if v, ok := a.(A); ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + v, ok := a.(M) + if ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + v, ok := a.(A) + if ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + v, ok := a.(*Impl) + if ok { + v.A() // ERROR "inlining call to \(\*Impl\).A" + v.M() // ERROR "inlining call to \(\*Impl\).M" + } + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + v, _ := a.(M) + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + v, _ := a.(A) + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + v, _ := a.(*Impl) + v.A() // ERROR "inlining call to \(\*Impl\).A" + v.M() // ERROR "inlining call to \(\*Impl\).M" + } + { + a := newM() // ERROR "&Impl{} does not escape$" "inlining call to newM" + callA(a) // ERROR "devirtualizing m.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" "inlining call to callA" + callIfA(a) // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" "inlining call to callIfA" + } + { + _, a := newM2ret() // ERROR "&Impl{} does not escape$" "inlining call to newM2ret" + callA(a) // ERROR "devirtualizing m.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" "inlining call to callA" + callIfA(a) // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" "inlining call to callIfA" + } + { + var a M = &Impl{} // ERROR "&Impl{} does not escape$" + // Note the !ok condition, devirtualizing here is fine. + if v, ok := a.(M); !ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + } + { + var a A = newImplNoInline() + if v, ok := a.(M); ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + } + { + var impl2InA A = &Impl2{} // ERROR "&Impl2{} does not escape$" + var a A + a, _ = impl2InA.(*Impl) + // a now contains the zero value of *Impl + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + a := newANoInline() + a.A() + } + { + _, a := newANoInlineRet2() + a.A() + } +} + +func newM() M { // ERROR "can inline newM$" + return &Impl{} // ERROR "&Impl{} escapes to heap$" +} + +func newM2ret() (int, M) { // ERROR "can inline newM2ret$" + return -1, &Impl{} // ERROR "&Impl{} escapes to heap$" +} + +func callA(m M) { // ERROR "can inline callA$" "leaking param: m$" + m.(A).A() +} + +func callIfA(m M) { // ERROR "can inline callIfA$" "leaking param: m$" + if v, ok := m.(A); ok { + v.A() + } +} + +//go:noinline +func newImplNoInline() *Impl { + return &Impl{} // ERROR "&Impl{} escapes to heap$" +} + +//go:noinline +func newImpl2ret2() (string, *Impl2) { + return "str", &Impl2{} // ERROR "&Impl2{} escapes to heap$" +} + +//go:noinline +func newImpl2() *Impl2 { + return &Impl2{} // ERROR "&Impl2{} escapes to heap$" +} + +//go:noinline +func newANoInline() A { + return &Impl{} // ERROR "&Impl{} escapes to heap$" +} + +//go:noinline +func newANoInlineRet2() (string, A) { + return "", &Impl{} // ERROR "&Impl{} escapes to heap$" +} + +func testTypeSwitch() { + { + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + switch v := v.(type) { + case A: + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + case M: + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + } + { + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + switch v := v.(type) { + case A: + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + case M: + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + v = &Impl{} // ERROR "&Impl{} does not escape$" + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + v.(M).M() // ERROR "devirtualizing v.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + switch v1 := v.(type) { + case A: + v1.A() + case M: + v1.M() + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + } + } + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + switch v := v.(type) { + case A: + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + case M: + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + case C: + v.C() + } + } + { + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + switch v := v.(type) { + case M: + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + default: + panic("does not implement M") // ERROR ".does not implement M. escapes to heap$" + } + } +} + +func differentTypeAssign() { + { + var a A + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + a.A() + } + { + a := A(&Impl{}) // ERROR "&Impl{} escapes to heap$" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + a.A() + } + { + a := A(&Impl{}) // ERROR "&Impl{} escapes to heap$" + a.A() + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + } + { + a := A(&Impl{}) // ERROR "&Impl{} escapes to heap$" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + var asAny any = a + asAny.(A).A() + } + { + a := A(&Impl{}) // ERROR "&Impl{} escapes to heap$" + var asAny any = a + asAny = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + asAny.(A).A() + } + { + a := A(&Impl{}) // ERROR "&Impl{} escapes to heap$" + var asAny any = a + asAny.(A).A() + asAny = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + a = newImpl2() + a.A() + } + { + var a A + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + _, a = newImpl2ret2() + a.A() + } +} + +func assignWithTypeAssert() { + { + var i1 A = &Impl{} // ERROR "&Impl{} does not escape$" + var i2 A = &Impl2{} // ERROR "&Impl2{} does not escape$" + i1 = i2.(*Impl) // this will panic + i1.A() // ERROR "devirtualizing i1.A to \*Impl$" "inlining call to \(\*Impl\).A" + i2.A() // ERROR "devirtualizing i2.A to \*Impl2$" "inlining call to \(\*Impl2\).A" + } + { + var i1 A = &Impl{} // ERROR "&Impl{} does not escape$" + var i2 A = &Impl2{} // ERROR "&Impl2{} does not escape$" + i1, _ = i2.(*Impl) // i1 is going to be nil + i1.A() // ERROR "devirtualizing i1.A to \*Impl$" "inlining call to \(\*Impl\).A" + i2.A() // ERROR "devirtualizing i2.A to \*Impl2$" "inlining call to \(\*Impl2\).A" + } +} + +func nilIface() { + { + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + v = nil + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + v = nil + } + { + var nilIface A + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + v = nilIface + } + { + var nilIface A + var v A = &Impl{} // ERROR "&Impl{} does not escape$" + v = nilIface + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + v = &Impl{} // ERROR "&Impl{} does not escape$" + } + { + var v A + var v2 A = v + v2.A() // ERROR "devirtualizing v2.A to \*Impl$" "inlining call to \(\*Impl\).A" + v2 = &Impl{} // ERROR "&Impl{} does not escape$" + } + { + var v A + v.A() + } + { + var v A + var v2 A = v + v2.A() + } + { + var v A + var v2 A + v2 = v + v2.A() + } +} + +func longDevirtTest() { + var a interface { + M + A + } = &Impl{} // ERROR "&Impl{} does not escape$" + + { + var b A = a + b.A() // ERROR "devirtualizing b.A to \*Impl$" "inlining call to \(\*Impl\).A" + b.(M).M() // ERROR "devirtualizing b.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var b M = a + b.M() // ERROR "devirtualizing b.M to \*Impl$" "inlining call to \(\*Impl\).M" + b.(A).A() // ERROR "devirtualizing b.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var b A = a.(M).(A) + b.A() // ERROR "devirtualizing b.A to \*Impl$" "inlining call to \(\*Impl\).A" + b.(M).M() // ERROR "devirtualizing b.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var b M = a.(A).(M) + b.M() // ERROR "devirtualizing b.M to \*Impl$" "inlining call to \(\*Impl\).M" + b.(A).A() // ERROR "devirtualizing b.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + } + + if v, ok := a.(A); ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + + if v, ok := a.(M); ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + + { + var c A = a + + if v, ok := c.(A); ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + + c = &Impl{} // ERROR "&Impl{} does not escape$" + + if v, ok := c.(M); ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + } + + if v, ok := c.(interface { + A + M + }); ok { + v.M() // ERROR "devirtualizing v.M to \*Impl$" "inlining call to \(\*Impl\).M" + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + } +} + +func deferDevirt() { + var a A + defer func() { // ERROR "can inline deferDevirt.func1$" "func literal does not escape$" + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + }() + a = &Impl{} // ERROR "&Impl{} does not escape$" + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" +} + +func deferNoDevirt() { + var a A + defer func() { // ERROR "can inline deferNoDevirt.func1$" "func literal does not escape$" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + }() + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + a.A() +} + +//go:noinline +func closureDevirt() { + var a A + func() { // ERROR "func literal does not escape$" + // defer so that it does not lnline. + defer func() {}() // ERROR "can inline closureDevirt.func1.1$" "func literal does not escape$" + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + }() + a = &Impl{} // ERROR "&Impl{} does not escape$" + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" +} + +//go:noinline +func closureNoDevirt() { + var a A + func() { // ERROR "func literal does not escape$" + // defer so that it does not lnline. + defer func() {}() // ERROR "can inline closureNoDevirt.func1.1$" "func literal does not escape$" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + }() + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + a.A() +} + +var global = "1" + +func closureDevirt2() { + var a A + a = &Impl{} // ERROR "&Impl{} does not escape$" + c := func() { // ERROR "can inline closureDevirt2.func1$" "func literal does not escape$" + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + } + if global == "1" { + c = func() { // ERROR "can inline closureDevirt2.func2$" "func literal does not escape$" + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + } + } + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + c() +} + +func closureNoDevirt2() { + var a A + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + c := func() { // ERROR "can inline closureNoDevirt2.func1$" "func literal does not escape$" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + } + if global == "1" { + c = func() { // ERROR "can inline closureNoDevirt2.func2$" "func literal does not escape$" + a = &Impl{} // ERROR "&Impl{} escapes to heap$" + } + } + a.A() + c() +} + +//go:noinline +func closureDevirt3() { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + func() { // ERROR "func literal does not escape$" + // defer so that it does not lnline. + defer func() {}() // ERROR "can inline closureDevirt3.func1.1$" "func literal does not escape$" + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + }() + func() { // ERROR "can inline closureDevirt3.func2$" + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + }() // ERROR "inlining call to closureDevirt3.func2" "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" +} + +//go:noinline +func closureNoDevirt3() { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + func() { // ERROR "func literal does not escape$" + // defer so that it does not lnline. + defer func() {}() // ERROR "can inline closureNoDevirt3.func1.1$" "func literal does not escape$" + a.A() + }() + func() { // ERROR "can inline closureNoDevirt3.func2$" + a.A() + }() // ERROR "inlining call to closureNoDevirt3.func2" + a = &Impl2{} // ERROR "&Impl2{} escapes to heap$" +} + +//go:noinline +func varDeclaredInClosureReferencesOuter() { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + func() { // ERROR "func literal does not escape$" + // defer for noinline + defer func() {}() // ERROR "can inline varDeclaredInClosureReferencesOuter.func1.1$" "func literal does not escape$" + var v A = a + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + }() + func() { // ERROR "func literal does not escape$" + // defer for noinline + defer func() {}() // ERROR "can inline varDeclaredInClosureReferencesOuter.func2.1$" "func literal does not escape$" + var v A = a + v = &Impl{} // ERROR "&Impl{} does not escape$" + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + }() + + var b A = &Impl{} // ERROR "&Impl{} escapes to heap$" + func() { // ERROR "func literal does not escape$" + // defer for noinline + defer func() {}() // ERROR "can inline varDeclaredInClosureReferencesOuter.func3.1$" "func literal does not escape$" + var v A = b + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + }() + func() { // ERROR "func literal does not escape$" + // defer for noinline + defer func() {}() // ERROR "can inline varDeclaredInClosureReferencesOuter.func4.1$" "func literal does not escape$" + var v A = b + v.A() + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + }() +} + +//go:noinline +func testNamedReturn0() (v A) { + v = &Impl{} // ERROR "&Impl{} escapes to heap$" + v.A() + return +} + +//go:noinline +func testNamedReturn1() (v A) { + v = &Impl{} // ERROR "&Impl{} escapes to heap$" + v.A() + return &Impl{} // ERROR "&Impl{} escapes to heap$" +} + +func testNamedReturns3() (v A) { + v = &Impl{} // ERROR "&Impl{} escapes to heap$" + defer func() { // ERROR "can inline testNamedReturns3.func1$" "func literal does not escape$" + v.A() + }() + v.A() + return &Impl2{} // ERROR "&Impl2{} escapes to heap$" +} + +var ( + globalImpl = &Impl{} + globalImpl2 = &Impl2{} + globalA A = &Impl{} + globalM M = &Impl{} +) + +func globals() { + { + globalA.A() + globalA.(M).M() + globalM.M() + globalM.(A).A() + + a := globalA + a.A() + a.(M).M() + + m := globalM + m.M() + m.(A).A() + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + a = globalImpl + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + a = A(globalImpl) + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + a = M(globalImpl).(A) + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + a = globalA.(*Impl) + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + a = globalM.(*Impl) + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + a = globalImpl2 + a.A() + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + a = globalA + a.A() + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + a = globalM.(A) + a.A() + } +} + +func mapsDevirt() { + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v A = m[0] + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + v.(M).M() // ERROR "devirtualizing v.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v A + var ok bool + if v, ok = m[0]; ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v A + v, _ = m[0] + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } +} + +func mapsNoDevirt() { + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v A = m[0] + v.A() + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.(M).M() + } + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v A + var ok bool + if v, ok = m[0]; ok { + v.A() + } + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + } + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + v, _ = m[0] + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + } + + { + m := make(map[int]A) // ERROR "make\(map\[int\]A\) does not escape$" + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + v = m[0] + v.A() + } + { + m := make(map[int]A) // ERROR "make\(map\[int\]A\) does not escape$" + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var ok bool + if v, ok = m[0]; ok { + v.A() + } + v.A() + } + { + m := make(map[int]A) // ERROR "make\(map\[int\]A\) does not escape$" + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + v, _ = m[0] + v.A() + } +} + +func chanDevirt() { + { + m := make(chan *Impl) + var v A = <-m + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + m := make(chan *Impl) + var v A + v = <-m + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + m := make(chan *Impl) + var v A + v, _ = <-m + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + m := make(chan *Impl) + var v A + var ok bool + if v, ok = <-m; ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + m := make(chan *Impl) + var v A + var ok bool + if v, ok = <-m; ok { + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + select { + case <-m: + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + case v = <-m: + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + case v, ok = <-m: + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + } +} + +func chanNoDevirt() { + { + m := make(chan *Impl) + var v A = <-m + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + } + { + m := make(chan *Impl) + var v A + v = <-m + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + } + { + m := make(chan *Impl) + var v A + v, _ = <-m + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + } + { + m := make(chan *Impl) + var v A + var ok bool + if v, ok = <-m; ok { + v.A() + } + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + v.A() + } + { + m := make(chan *Impl) + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + var ok bool + if v, ok = <-m; ok { + v.A() + } + } + { + m := make(chan *Impl) + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + select { + case v = <-m: + v.A() + } + v.A() + } + { + m := make(chan *Impl) + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + select { + case v, _ = <-m: + v.A() + } + v.A() + } + + { + m := make(chan A) + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + v = <-m + v.A() + } + { + m := make(chan A) + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + v, _ = <-m + v.A() + } + { + m := make(chan A) + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var ok bool + if v, ok = <-m; ok { + v.A() + } + } + { + m := make(chan A) + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + select { + case v = <-m: + v.A() + } + v.A() + } + { + m := make(chan A) + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + select { + case v, _ = <-m: + v.A() + } + v.A() + } +} + +func rangeDevirt() { + { + var v A + m := make(map[*Impl]struct{}) // ERROR "make\(map\[\*Impl\]struct {}\) does not escape$" + v = &Impl{} // ERROR "&Impl{} does not escape$" + for v = range m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + m := make(map[*Impl]*Impl) // ERROR "make\(map\[\*Impl\]\*Impl\) does not escape$" + v = &Impl{} // ERROR "&Impl{} does not escape$" + for v = range m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + m := make(map[*Impl]*Impl) // ERROR "make\(map\[\*Impl\]\*Impl\) does not escape$" + v = &Impl{} // ERROR "&Impl{} does not escape$" + for _, v = range m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + m := make(chan *Impl) + v = &Impl{} // ERROR "&Impl{} does not escape$" + for v = range m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + m := []*Impl{} // ERROR "\[\]\*Impl{} does not escape$" + v = &Impl{} // ERROR "&Impl{} does not escape$" + for _, v = range m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + v = &Impl{} // ERROR "&Impl{} does not escape$" + impl := &Impl{} // ERROR "&Impl{} does not escape$" + i := 0 + for v = impl; i < 10; i++ { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + v = &Impl{} // ERROR "&Impl{} does not escape$" + impl := &Impl{} // ERROR "&Impl{} does not escape$" + i := 0 + for v = impl; i < 10; i++ { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + m := [1]*Impl{&Impl{}} // ERROR "&Impl{} does not escape$" + v = &Impl{} // ERROR "&Impl{} does not escape$" + for _, v = range m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var v A + m := [1]*Impl{&Impl{}} // ERROR "&Impl{} does not escape$" + v = &Impl{} // ERROR "&Impl{} does not escape$" + for _, v = range &m { + } + v.A() // ERROR "devirtualizing v.A to \*Impl$" "inlining call to \(\*Impl\).A" + } +} + +func rangeNoDevirt() { + { + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + m := make(map[*Impl]struct{}) // ERROR "make\(map\[\*Impl\]struct {}\) does not escape$" + for v = range m { + } + v.A() + } + { + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + m := make(map[*Impl]*Impl) // ERROR "make\(map\[\*Impl\]\*Impl\) does not escape$" + for v = range m { + } + v.A() + } + { + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + m := make(map[*Impl]*Impl) // ERROR "make\(map\[\*Impl\]\*Impl\) does not escape$" + for _, v = range m { + } + v.A() + } + { + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + m := make(chan *Impl) + for v = range m { + } + v.A() + } + { + var v A = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + m := []*Impl{} // ERROR "\[\]\*Impl{} does not escape$" + for _, v = range m { + } + v.A() + } + { + var v A + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + impl := &Impl{} // ERROR "&Impl{} escapes to heap$" + i := 0 + for v = impl; i < 10; i++ { + } + v.A() + } + { + var v A + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + impl := &Impl{} // ERROR "&Impl{} escapes to heap$" + i := 0 + for v = impl; i < 10; i++ { + } + v.A() + } + { + var v A + m := [1]*Impl{&Impl{}} // ERROR "&Impl{} escapes to heap$" + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + for _, v = range m { + } + v.A() + } + { + var v A + m := [1]*Impl{&Impl{}} // ERROR "&Impl{} escapes to heap$" + v = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + for _, v = range &m { + } + v.A() + } + + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + m := make(map[A]struct{}) // ERROR "make\(map\[A\]struct {}\) does not escape$" + for v = range m { + } + v.A() + } + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + m := make(map[A]A) // ERROR "make\(map\[A\]A\) does not escape$" + for v = range m { + } + v.A() + } + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + m := make(map[A]A) // ERROR "make\(map\[A\]A\) does not escape$" + for _, v = range m { + } + v.A() + } + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + m := make(chan A) + for v = range m { + } + v.A() + } + { + var v A = &Impl{} // ERROR "&Impl{} escapes to heap$" + m := []A{} // ERROR "\[\]A{} does not escape$" + for _, v = range m { + } + v.A() + } + + { + var v A + m := [1]A{&Impl{}} // ERROR "&Impl{} escapes to heap$" + v = &Impl{} // ERROR "&Impl{} escapes to heap$" + for _, v = range m { + } + v.A() + } + { + var v A + m := [1]A{&Impl{}} // ERROR "&Impl{} escapes to heap$" + v = &Impl{} // ERROR "&Impl{} escapes to heap$" + for _, v = range &m { + } + v.A() + } +} + +var globalInt = 1 + +func testIfInit() { + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + var i = &Impl{} // ERROR "&Impl{} does not escape$" + if a = i; globalInt == 1 { + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + a.(M).M() // ERROR "devirtualizing a.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var i2 = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + if a = i2; globalInt == 1 { + a.A() + } + a.A() + } +} + +func testSwitchInit() { + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + var i = &Impl{} // ERROR "&Impl{} does not escape$" + switch a = i; globalInt { + case 12: + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + a.(M).M() // ERROR "devirtualizing a.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var i2 = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + switch a = i2; globalInt { + case 12: + a.A() + } + a.A() + } +} + +type implWrapper Impl + +func (implWrapper) A() {} // ERROR "can inline implWrapper.A$" + +//go:noinline +func devirtWrapperType() { + { + i := &Impl{} // ERROR "&Impl{} does not escape$" + // This is an OCONVNOP, so we have to be careful, not to devirtualize it to Impl.A. + var a A = (*implWrapper)(i) + a.A() // ERROR "devirtualizing a.A to \*implWrapper$" "inlining call to implWrapper.A" + } + { + i := Impl{} + // This is an OCONVNOP, so we have to be careful, not to devirtualize it to Impl.A. + var a A = (implWrapper)(i) // ERROR "implWrapper\(i\) does not escape$" + a.A() // ERROR "devirtualizing a.A to implWrapper$" "inlining call to implWrapper.A" + } + { + type anyWrapper any + var foo any = &Impl{} // ERROR "&Impl\{\} does not escape" + var bar anyWrapper = foo + bar.(M).M() // ERROR "devirtualizing bar\.\(M\).M to \*Impl" "inlining call to \(\*Impl\)\.M" + } +} + +func selfAssigns() { + { + var a A = &Impl{} // ERROR "&Impl{} does not escape$" + a = a + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape" + var asAny any = a + asAny = asAny + asAny.(A).A() // ERROR "devirtualizing asAny.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape" + var asAny any = a + a = asAny.(A) + asAny.(A).A() // ERROR "devirtualizing asAny.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + a.(A).A() // ERROR "devirtualizing a.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + b := a + b.(A).A() // ERROR "devirtualizing b.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape" + var asAny any = a + asAny = asAny + a = asAny.(A) + asAny = a + asAny.(A).A() // ERROR "devirtualizing asAny.\(A\).A to \*Impl$" "inlining call to \(\*Impl\).A" + asAny.(M).M() // ERROR "devirtualizing asAny.\(M\).M to \*Impl$" "inlining call to \(\*Impl\).M" + } + { + var a A = &Impl{} // ERROR "&Impl{} does not escape" + var asAny A = a + a = asAny.(A) + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } + { + var a, b, c A + c = &Impl{} // ERROR "&Impl{} does not escape$" + a = c + c = b + b = c + a = b + b = a + c = a + a.A() // ERROR "devirtualizing a.A to \*Impl$" "inlining call to \(\*Impl\).A" + } +} + +func boolNoDevirt() { + { + m := make(map[int]*Impl) // ERROR "make\(map\[int\]\*Impl\) does not escape$" + var v any = &Impl{} // ERROR "&Impl{} escapes to heap$" + _, v = m[0] // ERROR ".autotmp_[0-9]+ escapes to heap$" + v.(A).A() + } + { + m := make(chan *Impl) + var v any = &Impl{} // ERROR "&Impl{} escapes to heap$" + select { + case _, v = <-m: // ERROR ".autotmp_[0-9]+ escapes to heap$" + } + v.(A).A() + } + { + m := make(chan *Impl) + var v any = &Impl{} // ERROR "&Impl{} escapes to heap$" + _, v = <-m // ERROR ".autotmp_[0-9]+ escapes to heap$" + v.(A).A() + } + { + var a any = 4 // ERROR "4 does not escape$" + var v any = &Impl{} // ERROR "&Impl{} escapes to heap$" + _, v = a.(int) // ERROR ".autotmp_[0-9]+ escapes to heap$" + v.(A).A() + } +} + +func addrTaken() { + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var ptrA = &a + a.A() + _ = ptrA + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var ptrA = &a + *ptrA = &Impl{} // ERROR "&Impl{} escapes to heap$" + a.A() + } + { + var a A = &Impl{} // ERROR "&Impl{} escapes to heap$" + var ptrA = &a + *ptrA = &Impl2{} // ERROR "&Impl2{} escapes to heap$" + a.A() + } +} + +func testInvalidAsserts() { + any(0).(interface{ A() }).A() // ERROR "any\(0\) escapes to heap$" + { + var a M = &Impl{} // ERROR "&Impl{} escapes to heap$" + a.(C).C() // this will panic + a.(any).(C).C() // this will panic + } + { + var a C = &CImpl{} // ERROR "&CImpl{} escapes to heap$" + a.(M).M() // this will panic + a.(any).(M).M() // this will panic + } + { + var a C = &CImpl{} // ERROR "&CImpl{} does not escape$" + + // this will panic + a.(M).(*Impl).M() // ERROR "inlining call to \(\*Impl\).M" + + // this will panic + a.(any).(M).(*Impl).M() // ERROR "inlining call to \(\*Impl\).M" + } +} + +type namedBool bool + +func (namedBool) M() {} // ERROR "can inline namedBool.M$" + +//go:noinline +func namedBoolTest() { + m := map[int]int{} // ERROR "map\[int\]int{} does not escape" + var ok namedBool + _, ok = m[5] + var i M = ok // ERROR "ok does not escape" + i.M() // ERROR "devirtualizing i.M to namedBool$" "inlining call to namedBool.M" +} + +//go:noinline +func identicalType() { + var i C = struct { + CImpl + }{} // ERROR "struct \{ CImpl \}\{\} escapes to heap" + + i = struct { + CImpl + }{} // ERROR "struct \{ CImpl \}\{\} escapes to heap" + + i.C() +} + +type GenericAImpl[T any] struct{ _ T } + +//go:noinline +func (GenericAImpl[T]) A() {} + +//go:noinline +func generics() { + { + var i A = GenericAImpl[int]{} // ERROR "GenericAImpl\[int\]\{\} does not escape" + i.A() // ERROR "devirtualizing i.A to GenericAImpl\[int\]" + } + { + var i A = GenericAImpl[int]{} // ERROR "GenericAImpl\[int\]\{\} does not escape" + i = GenericAImpl[int]{} // ERROR "GenericAImpl\[int\]\{\} does not escape" + i.A() // ERROR "devirtualizing i.A to GenericAImpl\[int\]" + } + { + var i A = GenericAImpl[int]{} // ERROR "GenericAImpl\[int\]\{\} escapes to heap" + i = GenericAImpl[byte]{} // ERROR "GenericAImpl\[uint8\]\{\} escapes to heap" + i.A() + } +} diff --git a/go/test/devirtualization_nil_panics.go b/go/test/devirtualization_nil_panics.go new file mode 100644 index 0000000000000000000000000000000000000000..59da454be7f910f9df377d90a415812bdb360343 --- /dev/null +++ b/go/test/devirtualization_nil_panics.go @@ -0,0 +1,100 @@ +// run + +// Copyright 2025 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 main + +import ( + "fmt" + "runtime" + "strings" +) + +type A interface{ A() } + +type Impl struct{} + +func (*Impl) A() {} + +type Impl2 struct{} + +func (*Impl2) A() {} + +func main() { + shouldNilPanic(28, func() { + var v A + v.A() + v = &Impl{} + }) + shouldNilPanic(36, func() { + var v A + defer func() { + v = &Impl{} + }() + v.A() + }) + shouldNilPanic(43, func() { + var v A + f := func() { + v = &Impl{} + } + v.A() + f() + }) + + // Make sure that both devirtualized and non devirtualized + // variants have the panic at the same line. + shouldNilPanic(55, func() { + var v A + defer func() { + v = &Impl{} + }() + v. // A() is on a sepearate line + A() + }) + shouldNilPanic(64, func() { + var v A + defer func() { + v = &Impl{} + v = &Impl2{} // assign different type, such that the call below does not get devirtualized + }() + v. // A() is on a sepearate line + A() + }) +} + +var cnt = 0 + +func shouldNilPanic(wantLine int, f func()) { + cnt++ + defer func() { + p := recover() + if p == nil { + panic("no nil deref panic") + } + if strings.Contains(fmt.Sprintf("%s", p), "invalid memory address or nil pointer dereference") { + callers := make([]uintptr, 128) + n := runtime.Callers(0, callers) + callers = callers[:n] + + frames := runtime.CallersFrames(callers) + line := -1 + for f, next := frames.Next(); next; f, next = frames.Next() { + if f.Func.Name() == fmt.Sprintf("main.main.func%v", cnt) { + line = f.Line + break + } + } + + if line != wantLine { + panic(fmt.Sprintf("invalid line number in panic = %v; want = %v", line, wantLine)) + } + + return + } + panic(p) + }() + f() +} diff --git a/go/test/devirtualization_with_type_assertions_interleaved.go b/go/test/devirtualization_with_type_assertions_interleaved.go new file mode 100644 index 0000000000000000000000000000000000000000..6bad3beb9aa0d2940afe14cdfc7875fb26765b6f --- /dev/null +++ b/go/test/devirtualization_with_type_assertions_interleaved.go @@ -0,0 +1,139 @@ +// errorcheck -0 -m + +// Copyright 2025 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 escape + +type hashIface interface { + Sum() []byte +} + +type cloneableHashIface interface { + hashIface + Clone() hashIface +} + +type hash struct{ state [32]byte } + +func (h *hash) Sum() []byte { // ERROR "can inline \(\*hash\).Sum$" "h does not escape$" + return make([]byte, 32) // ERROR "make\(\[\]byte, 32\) escapes to heap$" +} + +func (h *hash) Clone() hashIface { // ERROR "can inline \(\*hash\).Clone$" "h does not escape$" + c := *h // ERROR "moved to heap: c$" + return &c +} + +type hash2 struct{ state [32]byte } + +func (h *hash2) Sum() []byte { // ERROR "can inline \(\*hash2\).Sum$" "h does not escape$" + return make([]byte, 32) // ERROR "make\(\[\]byte, 32\) escapes to heap$" +} + +func (h *hash2) Clone() hashIface { // ERROR "can inline \(\*hash2\).Clone$" "h does not escape$" + c := *h // ERROR "moved to heap: c$" + return &c +} + +func newHash() hashIface { // ERROR "can inline newHash$" + return &hash{} // ERROR "&hash{} escapes to heap$" +} + +func cloneHash1(h hashIface) hashIface { // ERROR "can inline cloneHash1$" "leaking param: h$" + if h, ok := h.(cloneableHashIface); ok { + return h.Clone() + } + return &hash{} // ERROR "&hash{} escapes to heap$" +} + +func cloneHash2(h hashIface) hashIface { // ERROR "can inline cloneHash2$" "leaking param: h$" + if h, ok := h.(cloneableHashIface); ok { + return h.Clone() + } + return nil +} + +func cloneHash3(h hashIface) hashIface { // ERROR "can inline cloneHash3$" "leaking param: h$" + if h, ok := h.(cloneableHashIface); ok { + return h.Clone() + } + return &hash2{} // ERROR "&hash2{} escapes to heap$" +} + +func cloneHashWithBool1(h hashIface) (hashIface, bool) { // ERROR "can inline cloneHashWithBool1$" "leaking param: h$" + if h, ok := h.(cloneableHashIface); ok { + return h.Clone(), true + } + return &hash{}, false // ERROR "&hash{} escapes to heap$" +} + +func cloneHashWithBool2(h hashIface) (hashIface, bool) { // ERROR "can inline cloneHashWithBool2$" "leaking param: h$" + if h, ok := h.(cloneableHashIface); ok { + return h.Clone(), true + } + return nil, false +} + +func cloneHashWithBool3(h hashIface) (hashIface, bool) { // ERROR "can inline cloneHashWithBool3$" "leaking param: h$" + if h, ok := h.(cloneableHashIface); ok { + return h.Clone(), true + } + return &hash2{}, false // ERROR "&hash2{} escapes to heap$" +} + +func interleavedWithTypeAssertions() { + h1 := newHash() // ERROR "&hash{} does not escape$" "inlining call to newHash" + _ = h1.Sum() // ERROR "devirtualizing h1.Sum to \*hash$" "inlining call to \(\*hash\).Sum" "make\(\[\]byte, 32\) does not escape$" + + h2 := cloneHash1(h1) // ERROR "&hash{} does not escape$" "devirtualizing h.Clone to \*hash$" "inlining call to \(\*hash\).Clone" "inlining call to cloneHash1" + _ = h2.Sum() // ERROR "devirtualizing h2.Sum to \*hash$" "inlining call to \(\*hash\).Sum" "make\(\[\]byte, 32\) does not escape$" + + h3 := cloneHash2(h1) // ERROR "devirtualizing h.Clone to \*hash$" "inlining call to \(\*hash\).Clone" "inlining call to cloneHash2" + _ = h3.Sum() // ERROR "devirtualizing h3.Sum to \*hash$" "inlining call to \(\*hash\).Sum" "make\(\[\]byte, 32\) does not escape$" + + h4 := cloneHash3(h1) // ERROR "&hash2{} escapes to heap$" "devirtualizing h.Clone to \*hash$" "inlining call to \(\*hash\).Clone" "inlining call to cloneHash3" "moved to heap: c$" + _ = h4.Sum() + + h5, _ := cloneHashWithBool1(h1) // ERROR "&hash{} does not escape$" "devirtualizing h.Clone to \*hash$" "inlining call to \(\*hash\).Clone" "inlining call to cloneHashWithBool1" + _ = h5.Sum() // ERROR "devirtualizing h5.Sum to \*hash$" "inlining call to \(\*hash\).Sum" "make\(\[\]byte, 32\) does not escape$" + + h6, _ := cloneHashWithBool2(h1) // ERROR "devirtualizing h.Clone to \*hash$" "inlining call to \(\*hash\).Clone" "inlining call to cloneHashWithBool2" + _ = h6.Sum() // ERROR "devirtualizing h6.Sum to \*hash$" "inlining call to \(\*hash\).Sum" "make\(\[\]byte, 32\) does not escape$" + + h7, _ := cloneHashWithBool3(h1) // ERROR "&hash2{} escapes to heap$" "devirtualizing h.Clone to \*hash$" "inlining call to \(\*hash\).Clone" "inlining call to cloneHashWithBool3" "moved to heap: c$" + _ = h7.Sum() +} + +type cloneableHashError interface { + hashIface + Clone() (hashIface, error) +} + +type hash3 struct{ state [32]byte } + +func newHash3() hashIface { // ERROR "can inline newHash3$" + return &hash3{} // ERROR "&hash3{} escapes to heap$" +} + +func (h *hash3) Sum() []byte { // ERROR "can inline \(\*hash3\).Sum$" "h does not escape$" + return make([]byte, 32) // ERROR "make\(\[\]byte, 32\) escapes to heap$" +} + +func (h *hash3) Clone() (hashIface, error) { // ERROR "can inline \(\*hash3\).Clone$" "h does not escape$" + c := *h // ERROR "moved to heap: c$" + return &c, nil +} + +func interleavedCloneableHashError() { + h1 := newHash3() // ERROR "&hash3{} does not escape$" "inlining call to newHash3" + _ = h1.Sum() // ERROR "devirtualizing h1.Sum to \*hash3$" "inlining call to \(\*hash3\).Sum" "make\(\[\]byte, 32\) does not escape$" + + if h1, ok := h1.(cloneableHashError); ok { + h2, err := h1.Clone() // ERROR "devirtualizing h1.Clone to \*hash3$" "inlining call to \(\*hash3\).Clone" + if err == nil { + _ = h2.Sum() // ERROR "devirtualizing h2.Sum to \*hash3$" "inlining call to \(\*hash3\).Sum" "make\(\[\]byte, 32\) does not escape$" + } + } +} diff --git a/go/test/directive.go b/go/test/directive.go new file mode 100644 index 0000000000000000000000000000000000000000..8da15e243798366ea829fab87aec61f24a4979d2 --- /dev/null +++ b/go/test/directive.go @@ -0,0 +1,57 @@ +// errorcheck + +// Copyright 2020 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. + +// Verify that misplaced directives are diagnosed. + +//go:noinline // ERROR "misplaced compiler directive" + +//go:noinline // ERROR "misplaced compiler directive" +package main + +//go:nosplit +func f1() {} + +//go:nosplit +//go:noinline +func f2() {} + +//go:noinline // ERROR "misplaced compiler directive" + +//go:noinline // ERROR "misplaced compiler directive" +var x int + +//go:noinline // ERROR "misplaced compiler directive" +const c = 1 + +//go:noinline // ERROR "misplaced compiler directive" +type T int + +type ( + //go:noinline // ERROR "misplaced compiler directive" + T2 int + //go:noinline // ERROR "misplaced compiler directive" + T3 int +) + +//go:noinline +func f() { + x := 1 + + { + _ = x + } + //go:noinline // ERROR "misplaced compiler directive" + var y int + _ = y + + //go:noinline // ERROR "misplaced compiler directive" + const c = 1 + + _ = func() {} + + //go:noinline // ERROR "misplaced compiler directive" + type T int +} diff --git a/go/test/directive2.go b/go/test/directive2.go new file mode 100644 index 0000000000000000000000000000000000000000..2bb9ca9f0a44040e1b5d587c654d4391e609f74d --- /dev/null +++ b/go/test/directive2.go @@ -0,0 +1,58 @@ +// errorcheck + +// Copyright 2020 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. + +// Verify that misplaced directives are diagnosed. + +// ok +//go:build !ignore + +package main + +//go:build bad // ERROR "misplaced compiler directive" + +//go:noinline // ERROR "misplaced compiler directive" +type ( + T2 int //go:noinline // ERROR "misplaced compiler directive" + T2b int + T2c int + T3 int +) + +//go:noinline // ERROR "misplaced compiler directive" +type ( + T4 int +) + +//go:noinline // ERROR "misplaced compiler directive" +type () + +type T5 int + +func g() {} //go:noinline // ERROR "misplaced compiler directive" + +// ok: attached to f (duplicated yes, but ok) +//go:noinline + +//go:noinline +func f() { + //go:noinline // ERROR "misplaced compiler directive" + x := 1 + + //go:noinline // ERROR "misplaced compiler directive" + { + _ = x //go:noinline // ERROR "misplaced compiler directive" + } + var y int //go:noinline // ERROR "misplaced compiler directive" + //go:noinline // ERROR "misplaced compiler directive" + _ = y + + const c = 1 + + _ = func() {} +} + +// EOF +//go:noinline // ERROR "misplaced compiler directive" diff --git a/go/test/divide.go b/go/test/divide.go new file mode 100644 index 0000000000000000000000000000000000000000..b5570415c242bb1c0c47fddb87c527cc69adc6fd --- /dev/null +++ b/go/test/divide.go @@ -0,0 +1,62 @@ +// run + +// Copyright 2011 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. + +// Test divide corner cases. + +package main + +import "fmt" + +func f8(x, y, q, r int8) { + if t := x / y; t != q { + fmt.Printf("%d/%d = %d, want %d\n", x, y, t, q) + panic("divide") + } + if t := x % y; t != r { + fmt.Printf("%d%%%d = %d, want %d\n", x, y, t, r) + panic("divide") + } +} + +func f16(x, y, q, r int16) { + if t := x / y; t != q { + fmt.Printf("%d/%d = %d, want %d\n", x, y, t, q) + panic("divide") + } + if t := x % y; t != r { + fmt.Printf("%d%%%d = %d, want %d\n", x, y, t, r) + panic("divide") + } +} + +func f32(x, y, q, r int32) { + if t := x / y; t != q { + fmt.Printf("%d/%d = %d, want %d\n", x, y, t, q) + panic("divide") + } + if t := x % y; t != r { + fmt.Printf("%d%%%d = %d, want %d\n", x, y, t, r) + panic("divide") + } +} + +func f64(x, y, q, r int64) { + if t := x / y; t != q { + fmt.Printf("%d/%d = %d, want %d\n", x, y, t, q) + panic("divide") + } + if t := x % y; t != r { + fmt.Printf("%d%%%d = %d, want %d\n", x, y, t, r) + panic("divide") + } +} + +func main() { + f8(-1<<7, -1, -1<<7, 0) + f16(-1<<15, -1, -1<<15, 0) + f32(-1<<31, -1, -1<<31, 0) + f64(-1<<63, -1, -1<<63, 0) +} diff --git a/go/test/divmod.go b/go/test/divmod.go new file mode 100644 index 0000000000000000000000000000000000000000..ab85b7f149237587ed978c2151e96a59f7332c44 --- /dev/null +++ b/go/test/divmod.go @@ -0,0 +1,460 @@ +// run + +// Copyright 2013 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. + +// Test division of variables. Generate many test cases, +// compute correct answer using shift and subtract, +// and then compare against results from division and +// modulus operators. +// +// Primarily useful for testing software div/mod. + +package main + +const long = false + +func main() { + if long { + // About 3e9 test cases (calls to checkdiv3). + // Too long for everyday testing. + gen2(3, 64, 2, 64, checkdiv1) + println(ntest) + } else { + // About 4e6 test cases (calls to checkdiv3). + // Runs for 8 seconds on ARM chromebook, much faster elsewhere. + gen2(2, 64, 1, 64, checkdiv1) + } +} + +// generate all uint64 values x where x has at most n bits set in the low w +// and call f(x) for each. +func gen1(n, w int, f func(uint64)) { + gen(0, 0, n, w-1, f) +} + +func gen(val uint64, nbits, maxbits, pos int, f func(uint64)) { + if pos < 0 { + f(val) + return + } + gen(val, nbits, maxbits, pos-1, f) + if nbits < maxbits { + gen(val|1< y && y+y <= x { + sh++ + y <<= 1 + } + for ; sh >= 0; sh-- { + q <<= 1 + if x >= y { + x -= y + q |= 1 + } + y >>= 1 + } + return q, x +} + +// signed divide and mod: do unsigned and adjust signs. +func idiv(x, y int64) (q, r int64) { + // special case for minint / -1 = minint + if x-1 > x && y == -1 { + return x, 0 + } + ux := uint64(x) + uy := uint64(y) + if x < 0 { + ux = -ux + } + if y < 0 { + uy = -uy + } + uq, ur := udiv(ux, uy) + q = int64(uq) + r = int64(ur) + if x < 0 { + r = -r + } + if (x < 0) != (y < 0) { + q = -q + } + return q, r +} diff --git a/go/test/dwarf/dwarf.go b/go/test/dwarf/dwarf.go new file mode 100644 index 0000000000000000000000000000000000000000..32dd7d3d5769e722af9e890819039fd4aadc7482 --- /dev/null +++ b/go/test/dwarf/dwarf.go @@ -0,0 +1,10 @@ +// rundir + +// Copyright 2009 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. + +// See issue 2241 and issue 1878: dwarf include stack size +// issues in linker. + +package ignored diff --git a/go/test/dwarf/linedirectives.go b/go/test/dwarf/linedirectives.go new file mode 100644 index 0000000000000000000000000000000000000000..cc4ffb000fd4f9081b97ace402b0b42abbcbd404 --- /dev/null +++ b/go/test/dwarf/linedirectives.go @@ -0,0 +1,83 @@ +// run + +// Copyright 2011 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. + +//line foo/bar.y:4 +package main +//line foo/bar.y:60 +func main() { +//line foo/bar.y:297 + f, l := 0, 0 +//line yacctab:1 + f, l = 1, 1 +//line yaccpar:1 + f, l = 2, 1 +//line foo/bar.y:82 + f, l = 3, 82 +//line foo/bar.y:90 + f, l = 3, 90 +//line foo/bar.y:92 + f, l = 3, 92 +//line foo/bar.y:100 + f, l = 3, 100 +//line foo/bar.y:104 + l = 104 +//line foo/bar.y:112 + l = 112 +//line foo/bar.y:117 + l = 117 +//line foo/bar.y:121 + l = 121 +//line foo/bar.y:125 + l = 125 +//line foo/bar.y:133 + l = 133 +//line foo/bar.y:146 + l = 146 +//line foo/bar.y:148 +//line foo/bar.y:153 +//line foo/bar.y:155 + l = 155 +//line foo/bar.y:160 + +//line foo/bar.y:164 +//line foo/bar.y:173 + +//line foo/bar.y:178 +//line foo/bar.y:180 +//line foo/bar.y:185 +//line foo/bar.y:195 +//line foo/bar.y:197 +//line foo/bar.y:202 +//line foo/bar.y:204 +//line foo/bar.y:208 +//line foo/bar.y:211 +//line foo/bar.y:213 +//line foo/bar.y:215 +//line foo/bar.y:217 +//line foo/bar.y:221 +//line foo/bar.y:229 +//line foo/bar.y:236 +//line foo/bar.y:238 +//line foo/bar.y:240 +//line foo/bar.y:244 +//line foo/bar.y:249 +//line foo/bar.y:253 +//line foo/bar.y:257 +//line foo/bar.y:262 +//line foo/bar.y:267 +//line foo/bar.y:272 + if l == f { +//line foo/bar.y:277 + panic("aie!") +//line foo/bar.y:281 + } +//line foo/bar.y:285 + return +//line foo/bar.y:288 +//line foo/bar.y:290 +} +//line foo/bar.y:293 +//line foo/bar.y:295 diff --git a/go/test/embedfunc.go b/go/test/embedfunc.go new file mode 100644 index 0000000000000000000000000000000000000000..14e0f82975769449253152fb7d03b1b152e75374 --- /dev/null +++ b/go/test/embedfunc.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2021 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 p + +import _ "embed" + +func f() { + //go:embed x.txt // ERROR "go:embed cannot apply to var inside func" + var x string + _ = x +} diff --git a/go/test/embedvers.go b/go/test/embedvers.go new file mode 100644 index 0000000000000000000000000000000000000000..71f0f22f1d5053584e862e6269d7b1366a21fb0a --- /dev/null +++ b/go/test/embedvers.go @@ -0,0 +1,12 @@ +// errorcheck -lang=go1.15 + +// Copyright 2021 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 p + +import _ "embed" + +//go:embed x.txt // ERROR "go:embed requires go1.16 or later" +var x string diff --git a/go/test/empty.go b/go/test/empty.go new file mode 100644 index 0000000000000000000000000000000000000000..92a79a4e0d802d184f1b066d0a142a455e805e2f --- /dev/null +++ b/go/test/empty.go @@ -0,0 +1,15 @@ +// compile + +// Copyright 2009 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. + +// Test that top-level parenthesized declarations can be empty. +// Compiles but does not run. + +package P + +import ( ) +const ( ) +var ( ) +type ( ) diff --git a/go/test/env.go b/go/test/env.go new file mode 100644 index 0000000000000000000000000000000000000000..1590f1e06bb1a83d0cfb7b5f137598d2d25db782 --- /dev/null +++ b/go/test/env.go @@ -0,0 +1,31 @@ +// run + +// Copyright 2009 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. + +// Test that environment variables are accessible through +// package os. + +package main + +import ( + "os" + "runtime" +) + +func main() { + ga := os.Getenv("PATH") + if runtime.GOOS == "plan9" { + ga = os.Getenv("path") + } + if ga == "" { + print("PATH is empty\n") + os.Exit(1) + } + xxx := os.Getenv("DOES_NOT_EXIST") + if xxx != "" { + print("$DOES_NOT_EXIST=", xxx, "\n") + os.Exit(1) + } +} diff --git a/go/test/eof.go b/go/test/eof.go new file mode 100644 index 0000000000000000000000000000000000000000..d051f33bf79db1941ddbb78179555f6064d86347 --- /dev/null +++ b/go/test/eof.go @@ -0,0 +1,12 @@ +// compile + +// Copyright 2010 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. + +// Test a source file does not need a final newline. +// Compiles but does not run. + +// No newline at the end of this file. + +package main \ No newline at end of file diff --git a/go/test/eof1.go b/go/test/eof1.go new file mode 100644 index 0000000000000000000000000000000000000000..90792ca76e10073aaef100015347b365a22fb4ce --- /dev/null +++ b/go/test/eof1.go @@ -0,0 +1,12 @@ +// compile + +// Copyright 2010 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. + +// Test that a comment ending a source file does not need a final newline. +// Compiles but does not run. + +package eof1 + +// No newline at the end of this comment. \ No newline at end of file diff --git a/go/test/escape.go b/go/test/escape.go new file mode 100644 index 0000000000000000000000000000000000000000..e6103f72c89815a57443277e377c145d2de9c86c --- /dev/null +++ b/go/test/escape.go @@ -0,0 +1,226 @@ +// run + +// Copyright 2009 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 main + +// Test for correct heap-moving of escaped variables. +// It is hard to check for the allocations, but it is easy +// to check that if you call the function twice at the +// same stack level, the pointers returned should be +// different. + +var bad = false + +var allptr = make([]*int, 0, 100) + +func noalias(p, q *int, s string) { + n := len(allptr) + *p = -(n + 1) + *q = -(n + 2) + allptr = allptr[0 : n+2] + allptr[n] = p + allptr[n+1] = q + n += 2 + for i := 0; i < n; i++ { + if allptr[i] != nil && *allptr[i] != -(i+1) { + println("aliased pointers", -(i + 1), *allptr[i], "after", s) + allptr[i] = nil + bad = true + } + } +} + +func val(p, q *int, v int, s string) { + if *p != v { + println("wrong value want", v, "got", *p, "after", s) + bad = true + } + if *q != v+1 { + println("wrong value want", v+1, "got", *q, "after", s) + bad = true + } +} + +func chk(p, q *int, v int, s string) { + val(p, q, v, s) + noalias(p, q, s) +} + +func chkalias(p, q *int, v int, s string) { + if p != q { + println("want aliased pointers but got different after", s) + bad = true + } + if *q != v+1 { + println("wrong value want", v+1, "got", *q, "after", s) + bad = true + } +} + +func i_escapes(x int) *int { + var i int + i = x + return &i +} + +func j_escapes(x int) *int { + var j int = x + j = x + return &j +} + +func k_escapes(x int) *int { + k := x + return &k +} + +func in_escapes(x int) *int { + return &x +} + +func send(c chan int, x int) { + c <- x +} + +func select_escapes(x int) *int { + c := make(chan int) + go send(c, x) + select { + case req := <-c: + return &req + } + return nil +} + +func select_escapes1(x int, y int) (*int, *int) { + c := make(chan int) + var a [2]int + var p [2]*int + a[0] = x + a[1] = y + for i := 0; i < 2; i++ { + go send(c, a[i]) + select { + case req := <-c: + p[i] = &req + } + } + return p[0], p[1] +} + +func range_escapes(x int) *int { + var a [1]int + a[0] = x + for _, v := range a { + return &v + } + return nil +} + +// *is* aliased +func range_escapes2(x, y int) (*int, *int) { + var a [2]int + var p [2]*int + a[0] = x + a[1] = y + var k, v int + for k, v = range a { + p[k] = &v + } + return p[0], p[1] +} + +// *is* aliased +func for_escapes2(x int, y int) (*int, *int) { + var p [2]*int + n := 0 + i := x + for ; n < 2; i = y { + p[n] = &i + n++ + } + return p[0], p[1] +} + +func for_escapes3(x int, y int) (*int, *int) { + var f [2]func() *int + n := 0 + for i := x; n < 2; i = y { + p := new(int) + *p = i + f[n] = func() *int { return p } + n++ + } + return f[0](), f[1]() +} + +func out_escapes(i int) (x int, p *int) { + x = i + p = &x // ERROR "address of out parameter" + return +} + +func out_escapes_2(i int) (x int, p *int) { + x = i + return x, &x // ERROR "address of out parameter" +} + +func defer1(i int) (x int) { + c := make(chan int) + go func() { x = i; c <- 1 }() + <-c + return +} + +func main() { + p, q := i_escapes(1), i_escapes(2) + chk(p, q, 1, "i_escapes") + + p, q = j_escapes(3), j_escapes(4) + chk(p, q, 3, "j_escapes") + + p, q = k_escapes(5), k_escapes(6) + chk(p, q, 5, "k_escapes") + + p, q = in_escapes(7), in_escapes(8) + chk(p, q, 7, "in_escapes") + + p, q = select_escapes(9), select_escapes(10) + chk(p, q, 9, "select_escapes") + + p, q = select_escapes1(11, 12) + chk(p, q, 11, "select_escapes1") + + p, q = range_escapes(13), range_escapes(14) + chk(p, q, 13, "range_escapes") + + p, q = range_escapes2(101, 102) + chkalias(p, q, 101, "range_escapes2") + + p, q = for_escapes2(103, 104) + chkalias(p, q, 103, "for_escapes2") + + p, q = for_escapes3(105, 106) + chk(p, q, 105, "for_escapes3") + + _, p = out_escapes(15) + _, q = out_escapes(16) + chk(p, q, 15, "out_escapes") + + _, p = out_escapes_2(17) + _, q = out_escapes_2(18) + chk(p, q, 17, "out_escapes_2") + + x := defer1(20) + if x != 20 { + println("defer failed", x) + bad = true + } + + if bad { + panic("BUG: no escape") + } +} diff --git a/go/test/escape2.go b/go/test/escape2.go new file mode 100644 index 0000000000000000000000000000000000000000..a23d732061a908d46f5ba6bcbe94f81fa9bb41c3 --- /dev/null +++ b/go/test/escape2.go @@ -0,0 +1,1845 @@ +// errorcheck -0 -m -l + +// Copyright 2010 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. + +// Test, using compiler diagnostic flags, that the escape analysis is working. +// Compiles but does not run. Inlining is disabled. + +// escape2n.go contains all the same tests but compiles with -N. + +package foo + +import ( + "fmt" + "unsafe" +) + +var gxx *int + +func foo1(x int) { // ERROR "moved to heap: x$" + gxx = &x +} + +func foo2(yy *int) { // ERROR "leaking param: yy$" + gxx = yy +} + +func foo3(x int) *int { // ERROR "moved to heap: x$" + return &x +} + +type T *T + +func foo3b(t T) { // ERROR "leaking param: t$" + *t = t +} + +// xx isn't going anywhere, so use of yy is ok +func foo4(xx, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + xx = yy +} + +// xx isn't going anywhere, so taking address of yy is ok +func foo5(xx **int, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + xx = &yy +} + +func foo6(xx **int, yy *int) { // ERROR "xx does not escape$" "leaking param: yy$" + *xx = yy +} + +func foo7(xx **int, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + **xx = *yy +} + +func foo8(xx, yy *int) int { // ERROR "xx does not escape$" "yy does not escape$" + xx = yy + return *xx +} + +func foo9(xx, yy *int) *int { // ERROR "leaking param: xx to result ~r0 level=0$" "leaking param: yy to result ~r0 level=0$" + xx = yy + return xx +} + +func foo10(xx, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + *xx = *yy +} + +func foo11() int { + x, y := 0, 42 + xx := &x + yy := &y + *xx = *yy + return x +} + +var xxx **int + +func foo12(yyy **int) { // ERROR "leaking param: yyy$" + xxx = yyy +} + +// Must treat yyy as leaking because *yyy leaks, and the escape analysis +// summaries in exported metadata do not distinguish these two cases. +func foo13(yyy **int) { // ERROR "leaking param content: yyy$" + *xxx = *yyy +} + +func foo14(yyy **int) { // ERROR "yyy does not escape$" + **xxx = **yyy +} + +func foo15(yy *int) { // ERROR "moved to heap: yy$" + xxx = &yy +} + +func foo16(yy *int) { // ERROR "leaking param: yy$" + *xxx = yy +} + +func foo17(yy *int) { // ERROR "yy does not escape$" + **xxx = *yy +} + +func foo18(y int) { // ERROR "moved to heap: y$" + *xxx = &y +} + +func foo19(y int) { + **xxx = y +} + +type Bar struct { + i int + ii *int +} + +func NewBar() *Bar { + return &Bar{42, nil} // ERROR "&Bar{...} escapes to heap$" +} + +func NewBarp(x *int) *Bar { // ERROR "leaking param: x$" + return &Bar{42, x} // ERROR "&Bar{...} escapes to heap$" +} + +func NewBarp2(x *int) *Bar { // ERROR "x does not escape$" + return &Bar{*x, nil} // ERROR "&Bar{...} escapes to heap$" +} + +func (b *Bar) NoLeak() int { // ERROR "b does not escape$" + return *(b.ii) +} + +func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$" + return &b.i +} + +func (b *Bar) AlsoNoLeak() *int { // ERROR "leaking param: b to result ~r0 level=1$" + return b.ii +} + +func (b Bar) AlsoLeak() *int { // ERROR "leaking param: b to result ~r0 level=0$" + return b.ii +} + +func (b Bar) LeaksToo() *int { // ERROR "leaking param: b to result ~r0 level=0$" + v := 0 // ERROR "moved to heap: v$" + b.ii = &v + return b.ii +} + +func (b *Bar) LeaksABit() *int { // ERROR "leaking param: b to result ~r0 level=1$" + v := 0 // ERROR "moved to heap: v$" + b.ii = &v + return b.ii +} + +func (b Bar) StillNoLeak() int { // ERROR "b does not escape$" + v := 0 + b.ii = &v + return b.i +} + +func goLeak(b *Bar) { // ERROR "leaking param: b$" + go b.NoLeak() +} + +type Bar2 struct { + i [12]int + ii []int +} + +func NewBar2() *Bar2 { + return &Bar2{[12]int{42}, nil} // ERROR "&Bar2{...} escapes to heap$" +} + +func (b *Bar2) NoLeak() int { // ERROR "b does not escape$" + return b.i[0] +} + +func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$" + return b.i[:] +} + +func (b *Bar2) AlsoNoLeak() []int { // ERROR "leaking param: b to result ~r0 level=1$" + return b.ii[0:1] +} + +func (b Bar2) AgainNoLeak() [12]int { // ERROR "b does not escape$" + return b.i +} + +func (b *Bar2) LeakSelf() { // ERROR "leaking param: b$" + b.ii = b.i[0:4] +} + +func (b *Bar2) LeakSelf2() { // ERROR "leaking param: b$" + var buf []int + buf = b.i[0:] + b.ii = buf +} + +func foo21() func() int { + x := 42 + return func() int { // ERROR "func literal escapes to heap$" + return x + } +} + +func foo21a() func() int { + x := 42 // ERROR "moved to heap: x$" + return func() int { // ERROR "func literal escapes to heap$" + x++ + return x + } +} + +func foo22() int { + x := 42 + return func() int { // ERROR "func literal does not escape$" + return x + }() +} + +func foo23(x int) func() int { + return func() int { // ERROR "func literal escapes to heap$" + return x + } +} + +func foo23a(x int) func() int { + f := func() int { // ERROR "func literal escapes to heap$" + return x + } + return f +} + +func foo23b(x int) *(func() int) { + f := func() int { return x } // ERROR "func literal escapes to heap$" "moved to heap: f$" + return &f +} + +func foo23c(x int) func() int { // ERROR "moved to heap: x$" + return func() int { // ERROR "func literal escapes to heap$" + x++ + return x + } +} + +func foo24(x int) int { + return func() int { // ERROR "func literal does not escape$" + return x + }() +} + +var x *int + +func fooleak(xx *int) int { // ERROR "leaking param: xx$" + x = xx + return *x +} + +func foonoleak(xx *int) int { // ERROR "xx does not escape$" + return *x + *xx +} + +func foo31(x int) int { // ERROR "moved to heap: x$" + return fooleak(&x) +} + +func foo32(x int) int { + return foonoleak(&x) +} + +type Foo struct { + xx *int + x int +} + +var F Foo +var pf *Foo + +func (f *Foo) fooleak() { // ERROR "leaking param: f$" + pf = f +} + +func (f *Foo) foonoleak() { // ERROR "f does not escape$" + F.x = f.x +} + +func (f *Foo) Leak() { // ERROR "leaking param: f$" + f.fooleak() +} + +func (f *Foo) NoLeak() { // ERROR "f does not escape$" + f.foonoleak() +} + +func foo41(x int) { // ERROR "moved to heap: x$" + F.xx = &x +} + +func (f *Foo) foo42(x int) { // ERROR "f does not escape$" "moved to heap: x$" + f.xx = &x +} + +func foo43(f *Foo, x int) { // ERROR "f does not escape$" "moved to heap: x$" + f.xx = &x +} + +func foo44(yy *int) { // ERROR "leaking param: yy$" + F.xx = yy +} + +func (f *Foo) foo45() { // ERROR "f does not escape$" + F.x = f.x +} + +// See foo13 above for explanation of why f leaks. +func (f *Foo) foo46() { // ERROR "leaking param content: f$" + F.xx = f.xx +} + +func (f *Foo) foo47() { // ERROR "leaking param: f$" + f.xx = &f.x +} + +var ptrSlice []*int + +func foo50(i *int) { // ERROR "leaking param: i$" + ptrSlice[0] = i +} + +var ptrMap map[*int]*int + +func foo51(i *int) { // ERROR "leaking param: i$" + ptrMap[i] = i +} + +func indaddr1(x int) *int { // ERROR "moved to heap: x$" + return &x +} + +func indaddr2(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + return *&x +} + +func indaddr3(x *int32) *int { // ERROR "leaking param: x to result ~r0 level=0$" + return *(**int)(unsafe.Pointer(&x)) +} + +// From package math: + +func Float32bits(f float32) uint32 { + return *(*uint32)(unsafe.Pointer(&f)) +} + +func Float32frombits(b uint32) float32 { + return *(*float32)(unsafe.Pointer(&b)) +} + +func Float64bits(f float64) uint64 { + return *(*uint64)(unsafe.Pointer(&f)) +} + +func Float64frombits(b uint64) float64 { + return *(*float64)(unsafe.Pointer(&b)) +} + +// contrast with +func float64bitsptr(f float64) *uint64 { // ERROR "moved to heap: f$" + return (*uint64)(unsafe.Pointer(&f)) +} + +func float64ptrbitsptr(f *float64) *uint64 { // ERROR "leaking param: f to result ~r0 level=0$" + return (*uint64)(unsafe.Pointer(f)) +} + +func typesw(i interface{}) *int { // ERROR "leaking param: i to result ~r0 level=0$" + switch val := i.(type) { + case *int: + return val + case *int8: + v := int(*val) // ERROR "moved to heap: v$" + return &v + } + return nil +} + +func exprsw(i *int) *int { // ERROR "leaking param: i to result ~r0 level=0$" + switch j := i; *j + 110 { + case 12: + return j + case 42: + return nil + } + return nil +} + +// assigning to an array element is like assigning to the array +func foo60(i *int) *int { // ERROR "leaking param: i to result ~r0 level=0$" + var a [12]*int + a[0] = i + return a[1] +} + +func foo60a(i *int) *int { // ERROR "i does not escape$" + var a [12]*int + a[0] = i + return nil +} + +// assigning to a struct field is like assigning to the struct +func foo61(i *int) *int { // ERROR "leaking param: i to result ~r0 level=0$" + type S struct { + a, b *int + } + var s S + s.a = i + return s.b +} + +func foo61a(i *int) *int { // ERROR "i does not escape$" + type S struct { + a, b *int + } + var s S + s.a = i + return nil +} + +// assigning to a struct field is like assigning to the struct but +// here this subtlety is lost, since s.a counts as an assignment to a +// track-losing dereference. +func foo62(i *int) *int { // ERROR "leaking param: i$" + type S struct { + a, b *int + } + s := new(S) // ERROR "new\(S\) does not escape$" + s.a = i + return nil // s.b +} + +type M interface { + M() +} + +func foo63(m M) { // ERROR "m does not escape$" +} + +func foo64(m M) { // ERROR "leaking param: m$" + m.M() +} + +func foo64b(m M) { // ERROR "leaking param: m$" + defer m.M() +} + +type MV int + +func (MV) M() {} + +func foo65() { + var mv MV + foo63(&mv) +} + +func foo66() { + var mv MV // ERROR "moved to heap: mv$" + foo64(&mv) +} + +func foo67() { + var mv MV + foo63(mv) // ERROR "mv does not escape$" +} + +func foo68() { + var mv MV + // escapes but it's an int so irrelevant + foo64(mv) // ERROR "mv escapes to heap$" +} + +func foo69(m M) { // ERROR "leaking param: m$" + foo64(m) +} + +func foo70(mv1 *MV, m M) { // ERROR "leaking param: m$" "leaking param: mv1$" + m = mv1 + foo64(m) +} + +func foo71(x *int) []*int { // ERROR "leaking param: x$" + var y []*int + y = append(y, x) // ERROR "append escapes to heap" + return y +} + +func foo71a(x int) []*int { // ERROR "moved to heap: x$" + var y []*int + y = append(y, &x) // ERROR "append escapes to heap" + return y +} + +func foo72() { + var x int + var y [1]*int + y[0] = &x +} + +func foo72aa() [10]*int { + var x int // ERROR "moved to heap: x$" + var y [10]*int + y[0] = &x + return y +} + +func foo72a() { + var y [10]*int + for i := 0; i < 10; i++ { + // escapes its scope + x := i // ERROR "moved to heap: x$" + y[i] = &x + } + return +} + +func foo72b() [10]*int { + var y [10]*int + for i := 0; i < 10; i++ { + x := i // ERROR "moved to heap: x$" + y[i] = &x + } + return y +} + +// issue 2145 +func foo73() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v + // actually just escapes its scope + defer func() { // ERROR "func literal escapes to heap$" + println(vv) + }() + } +} + +func foo731() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v // ERROR "moved to heap: vv$" + // actually just escapes its scope + defer func() { // ERROR "func literal escapes to heap$" + vv = 42 + println(vv) + }() + } +} + +func foo74() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v + // actually just escapes its scope + fn := func() { // ERROR "func literal escapes to heap$" + println(vv) + } + defer fn() + } +} + +func foo74a() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v // ERROR "moved to heap: vv$" + // actually just escapes its scope + fn := func() { // ERROR "func literal escapes to heap$" + vv += 1 + println(vv) + } + defer fn() + } +} + +// issue 3975 +func foo74b() { + var array [3]func() + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for i, v := range s { + vv := v + // actually just escapes its scope + array[i] = func() { // ERROR "func literal escapes to heap$" + println(vv) + } + } +} + +func foo74c() { + var array [3]func() + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for i, v := range s { + vv := v // ERROR "moved to heap: vv$" + // actually just escapes its scope + array[i] = func() { // ERROR "func literal escapes to heap$" + println(&vv) + } + } +} + +func myprint(y *int, x ...interface{}) *int { // ERROR "leaking param: y to result ~r0 level=0$" "x does not escape$" + return y +} + +func myprint1(y *int, x ...interface{}) *interface{} { // ERROR "leaking param: x to result ~r0 level=0$" "y does not escape$" + return &x[0] +} + +func foo75(z *int) { // ERROR "z does not escape$" + myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo75a(z *int) { // ERROR "z does not escape$" + myprint1(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo75esc(z *int) { // ERROR "leaking param: z$" + gxx = myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo75aesc(z *int) { // ERROR "z does not escape$" + var ppi **interface{} // assignments to pointer dereferences lose track + *ppi = myprint1(z, 1, 2, 3) // ERROR "... argument escapes to heap$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" +} + +func foo75aesc1(z *int) { // ERROR "z does not escape$" + sink = myprint1(z, 1, 2, 3) // ERROR "... argument escapes to heap$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" +} + +func foo76(z *int) { // ERROR "z does not escape" + myprint(nil, z) // ERROR "... argument does not escape$" +} + +func foo76a(z *int) { // ERROR "z does not escape" + myprint1(nil, z) // ERROR "... argument does not escape$" +} + +func foo76b() { + myprint(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76c() { + myprint1(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76d() { + defer myprint(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76e() { + defer myprint1(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76f() { + for { + // TODO: This one really only escapes its scope, but we don't distinguish yet. + defer myprint(nil, 1, 2, 3) // ERROR "... argument does not escape$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" + } +} + +func foo76g() { + for { + defer myprint1(nil, 1, 2, 3) // ERROR "... argument does not escape$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" + } +} + +func foo77(z []interface{}) { // ERROR "z does not escape$" + myprint(nil, z...) // z does not escape +} + +func foo77a(z []interface{}) { // ERROR "z does not escape$" + myprint1(nil, z...) +} + +func foo77b(z []interface{}) { // ERROR "leaking param: z$" + var ppi **interface{} + *ppi = myprint1(nil, z...) +} + +func foo77c(z []interface{}) { // ERROR "leaking param: z$" + sink = myprint1(nil, z...) +} + +func dotdotdot() { + i := 0 + myprint(nil, &i) // ERROR "... argument does not escape$" + + j := 0 + myprint1(nil, &j) // ERROR "... argument does not escape$" +} + +func foo78(z int) *int { // ERROR "moved to heap: z$" + return &z +} + +func foo78a(z int) *int { // ERROR "moved to heap: z$" + y := &z + x := &y + return *x // really return y +} + +func foo79() *int { + return new(int) // ERROR "new\(int\) escapes to heap$" +} + +func foo80() *int { + var z *int + for { + // Really just escapes its scope but we don't distinguish + z = new(int) // ERROR "new\(int\) escapes to heap$" + } + _ = z + return nil +} + +func foo81() *int { + for { + z := new(int) // ERROR "new\(int\) does not escape$" + _ = z + } + return nil +} + +func tee(p *int) (x, y *int) { return p, p } // ERROR "leaking param: p to result x level=0$" "leaking param: p to result y level=0$" + +func noop(x, y *int) {} // ERROR "x does not escape$" "y does not escape$" + +func foo82() { + var x, y, z int // ERROR "moved to heap: x$" "moved to heap: y$" "moved to heap: z$" + go noop(tee(&z)) + go noop(&x, &y) + for { + var u, v, w int // ERROR "moved to heap: u$" "moved to heap: v$" "moved to heap: w$" + defer noop(tee(&u)) + defer noop(&v, &w) + } +} + +type Fooer interface { + Foo() +} + +type LimitedFooer struct { + Fooer + N int64 +} + +func LimitFooer(r Fooer, n int64) Fooer { // ERROR "leaking param: r$" + return &LimitedFooer{r, n} // ERROR "&LimitedFooer{...} escapes to heap$" +} + +func foo90(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{nil: x} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo91(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{x: nil} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo92(x *int) [2]*int { // ERROR "leaking param: x to result ~r0 level=0$" + return [2]*int{x, nil} +} + +// does not leak c +func foo93(c chan *int) *int { // ERROR "c does not escape$" + for v := range c { + return v + } + return nil +} + +// does not leak m +func foo94(m map[*int]*int, b bool) *int { // ERROR "leaking param: m to result ~r0 level=1" + for k, v := range m { + if b { + return k + } + return v + } + return nil +} + +// does leak x +func foo95(m map[*int]*int, x *int) { // ERROR "m does not escape$" "leaking param: x$" + m[x] = x +} + +// does not leak m but does leak content +func foo96(m []*int) *int { // ERROR "leaking param: m to result ~r0 level=1" + return m[0] +} + +// does leak m +func foo97(m [1]*int) *int { // ERROR "leaking param: m to result ~r0 level=0$" + return m[0] +} + +// does not leak m +func foo98(m map[int]*int) *int { // ERROR "m does not escape$" + return m[0] +} + +// does leak m +func foo99(m *[1]*int) []*int { // ERROR "leaking param: m to result ~r0 level=0$" + return m[:] +} + +// does not leak m +func foo100(m []*int) *int { // ERROR "leaking param: m to result ~r0 level=1" + for _, v := range m { + return v + } + return nil +} + +// does leak m +func foo101(m [1]*int) *int { // ERROR "leaking param: m to result ~r0 level=0$" + for _, v := range m { + return v + } + return nil +} + +// does not leak m +func foo101a(m [1]*int) *int { // ERROR "m does not escape$" + for i := range m { // ERROR "moved to heap: i$" + return &i + } + return nil +} + +// does leak x +func foo102(m []*int, x *int) { // ERROR "m does not escape$" "leaking param: x$" + m[0] = x +} + +// does not leak x +func foo103(m [1]*int, x *int) { // ERROR "m does not escape$" "x does not escape$" + m[0] = x +} + +var y []*int + +// does not leak x but does leak content +func foo104(x []*int) { // ERROR "leaking param content: x" + copy(y, x) +} + +// does not leak x but does leak content +func foo105(x []*int) { // ERROR "leaking param content: x" + _ = append(y, x...) // ERROR "append does not escape" +} + +// does leak x +func foo106(x *int) { // ERROR "leaking param: x$" + _ = append(y, x) // ERROR "append does not escape" +} + +func foo107(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{x: nil} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo108(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{nil: x} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo109(x *int) *int { // ERROR "leaking param: x$" + m := map[*int]*int{x: nil} // ERROR "map\[\*int\]\*int{...} does not escape$" + for k, _ := range m { + return k + } + return nil +} + +func foo110(x *int) *int { // ERROR "leaking param: x$" + m := map[*int]*int{nil: x} // ERROR "map\[\*int\]\*int{...} does not escape$" + return m[nil] +} + +func foo111(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0" + m := []*int{x} // ERROR "\[\]\*int{...} does not escape$" + return m[0] +} + +func foo112(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + m := [1]*int{x} + return m[0] +} + +func foo113(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + m := Bar{ii: x} + return m.ii +} + +func foo114(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + m := &Bar{ii: x} // ERROR "&Bar{...} does not escape$" + return m.ii +} + +func foo115(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + return (*int)(unsafe.Pointer(uintptr(unsafe.Pointer(x)) + 1)) +} + +func foo116(b bool) *int { + if b { + x := 1 // ERROR "moved to heap: x$" + return &x + } else { + y := 1 // ERROR "moved to heap: y$" + return &y + } + return nil +} + +func foo117(unknown func(interface{})) { // ERROR "unknown does not escape$" + x := 1 // ERROR "moved to heap: x$" + unknown(&x) +} + +func foo118(unknown func(*int)) { // ERROR "unknown does not escape$" + x := 1 // ERROR "moved to heap: x$" + unknown(&x) +} + +func external(*int) + +func foo119(x *int) { // ERROR "leaking param: x$" + external(x) +} + +func foo120() { + // formerly exponential time analysis +L1: +L2: +L3: +L4: +L5: +L6: +L7: +L8: +L9: +L10: +L11: +L12: +L13: +L14: +L15: +L16: +L17: +L18: +L19: +L20: +L21: +L22: +L23: +L24: +L25: +L26: +L27: +L28: +L29: +L30: +L31: +L32: +L33: +L34: +L35: +L36: +L37: +L38: +L39: +L40: +L41: +L42: +L43: +L44: +L45: +L46: +L47: +L48: +L49: +L50: +L51: +L52: +L53: +L54: +L55: +L56: +L57: +L58: +L59: +L60: +L61: +L62: +L63: +L64: +L65: +L66: +L67: +L68: +L69: +L70: +L71: +L72: +L73: +L74: +L75: +L76: +L77: +L78: +L79: +L80: +L81: +L82: +L83: +L84: +L85: +L86: +L87: +L88: +L89: +L90: +L91: +L92: +L93: +L94: +L95: +L96: +L97: +L98: +L99: +L100: + // use the labels to silence compiler errors + goto L1 + goto L2 + goto L3 + goto L4 + goto L5 + goto L6 + goto L7 + goto L8 + goto L9 + goto L10 + goto L11 + goto L12 + goto L13 + goto L14 + goto L15 + goto L16 + goto L17 + goto L18 + goto L19 + goto L20 + goto L21 + goto L22 + goto L23 + goto L24 + goto L25 + goto L26 + goto L27 + goto L28 + goto L29 + goto L30 + goto L31 + goto L32 + goto L33 + goto L34 + goto L35 + goto L36 + goto L37 + goto L38 + goto L39 + goto L40 + goto L41 + goto L42 + goto L43 + goto L44 + goto L45 + goto L46 + goto L47 + goto L48 + goto L49 + goto L50 + goto L51 + goto L52 + goto L53 + goto L54 + goto L55 + goto L56 + goto L57 + goto L58 + goto L59 + goto L60 + goto L61 + goto L62 + goto L63 + goto L64 + goto L65 + goto L66 + goto L67 + goto L68 + goto L69 + goto L70 + goto L71 + goto L72 + goto L73 + goto L74 + goto L75 + goto L76 + goto L77 + goto L78 + goto L79 + goto L80 + goto L81 + goto L82 + goto L83 + goto L84 + goto L85 + goto L86 + goto L87 + goto L88 + goto L89 + goto L90 + goto L91 + goto L92 + goto L93 + goto L94 + goto L95 + goto L96 + goto L97 + goto L98 + goto L99 + goto L100 +} + +func foo121() { + for i := 0; i < 10; i++ { + defer myprint(nil, i) // ERROR "... argument does not escape$" "i escapes to heap$" + go myprint(nil, i) // ERROR "... argument does not escape$" "i escapes to heap$" + } +} + +// same as foo121 but check across import +func foo121b() { + for i := 0; i < 10; i++ { + defer fmt.Printf("%d", i) // ERROR "... argument does not escape$" "i escapes to heap$" + go fmt.Printf("%d", i) // ERROR "... argument does not escape$" "i escapes to heap$" + } +} + +// a harmless forward jump +func foo122() { + var i *int + + goto L1 +L1: + i = new(int) // ERROR "new\(int\) does not escape$" + _ = i +} + +// a backward jump, increases loopdepth +func foo123() { + var i *int + +L1: + i = new(int) // ERROR "new\(int\) escapes to heap$" + + goto L1 + _ = i +} + +func foo124(x **int) { // ERROR "x does not escape$" + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + *x = p + }() +} + +func foo125(ch chan *int) { // ERROR "ch does not escape$" + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + ch <- p + }() +} + +func foo126() { + var px *int // loopdepth 0 + for { + // loopdepth 1 + var i int // ERROR "moved to heap: i$" + func() { // ERROR "func literal does not escape$" + px = &i + }() + } + _ = px +} + +var px *int + +func foo127() { + var i int // ERROR "moved to heap: i$" + p := &i + q := p + px = q +} + +func foo128() { + var i int + p := &i + q := p + _ = q +} + +func foo129() { + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + px = r + }() + }() +} + +func foo130() { + for { + var i int // ERROR "moved to heap: i$" + func() { // ERROR "func literal does not escape$" + px = &i + }() + } +} + +func foo131() { + var i int // ERROR "moved to heap: i$" + func() { // ERROR "func literal does not escape$" + px = &i + }() +} + +func foo132() { + var i int // ERROR "moved to heap: i$" + go func() { // ERROR "func literal escapes to heap$" + px = &i + }() +} + +func foo133() { + var i int // ERROR "moved to heap: i$" + defer func() { // ERROR "func literal does not escape$" + px = &i + }() +} + +func foo134() { + var i int + p := &i + func() { // ERROR "func literal does not escape$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + _ = r + }() + }() +} + +func foo135() { + var i int // ERROR "moved to heap: i$" + p := &i + go func() { // ERROR "func literal escapes to heap$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + _ = r + }() + }() +} + +func foo136() { + var i int // ERROR "moved to heap: i$" + p := &i + go func() { // ERROR "func literal escapes to heap$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + px = r + }() + }() +} + +func foo137() { + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + q := p + go func() { // ERROR "func literal escapes to heap$" + r := q + _ = r + }() + }() +} + +func foo138() *byte { + type T struct { + x [1]byte + } + t := new(T) // ERROR "new\(T\) escapes to heap$" + return &t.x[0] +} + +func foo139() *byte { + type T struct { + x struct { + y byte + } + } + t := new(T) // ERROR "new\(T\) escapes to heap$" + return &t.x.y +} + +// issue 4751 +func foo140() interface{} { + type T struct { + X string + } + type U struct { + X string + T *T + } + t := &T{} // ERROR "&T{} escapes to heap$" + return U{ // ERROR "U{...} escapes to heap$" + X: t.X, + T: t, + } +} + +//go:noescape + +func F1([]byte) + +func F2([]byte) + +//go:noescape + +func F3(x []byte) // ERROR "x does not escape$" + +func F4(x []byte) // ERROR "leaking param: x$" + +func G() { + var buf1 [10]byte + F1(buf1[:]) + + var buf2 [10]byte // ERROR "moved to heap: buf2$" + F2(buf2[:]) + + var buf3 [10]byte + F3(buf3[:]) + + var buf4 [10]byte // ERROR "moved to heap: buf4$" + F4(buf4[:]) +} + +type Tm struct { + x int +} + +func (t *Tm) M() { // ERROR "t does not escape$" +} + +func foo141() { + var f func() + + t := new(Tm) // ERROR "new\(Tm\) does not escape$" + f = t.M // ERROR "t.M does not escape$" + _ = f +} + +var gf func() + +func foo142() { + t := new(Tm) // ERROR "new\(Tm\) escapes to heap$" + gf = t.M // ERROR "t.M escapes to heap$" +} + +// issue 3888. +func foo143() { + for i := 0; i < 1000; i++ { + func() { // ERROR "func literal does not escape$" + for i := 0; i < 1; i++ { + var t Tm + t.M() + } + }() + } +} + +// issue 5773 +// Check that annotations take effect regardless of whether they +// are before or after the use in the source code. + +//go:noescape + +func foo144a(*int) + +func foo144() { + var x int + foo144a(&x) + var y int + foo144b(&y) +} + +//go:noescape + +func foo144b(*int) + +// issue 7313: for loop init should not be treated as "in loop" + +type List struct { + Next *List +} + +func foo145(l List) { // ERROR "l does not escape$" + var p *List + for p = &l; p.Next != nil; p = p.Next { + } +} + +func foo146(l List) { // ERROR "l does not escape$" + var p *List + p = &l + for ; p.Next != nil; p = p.Next { + } +} + +func foo147(l List) { // ERROR "l does not escape$" + var p *List + p = &l + for p.Next != nil { + p = p.Next + } +} + +func foo148(l List) { // ERROR "l does not escape$" + for p := &l; p.Next != nil; p = p.Next { + } +} + +// related: address of variable should have depth of variable, not of loop + +func foo149(l List) { // ERROR "l does not escape$" + var p *List + for { + for p = &l; p.Next != nil; p = p.Next { + } + } +} + +// issue 7934: missed ... if element type had no pointers + +var save150 []byte + +func foo150(x ...byte) { // ERROR "leaking param: x$" + save150 = x +} + +func bar150() { + foo150(1, 2, 3) // ERROR "... argument escapes to heap$" +} + +// issue 7931: bad handling of slice of array + +var save151 *int + +func foo151(x *int) { // ERROR "leaking param: x$" + save151 = x +} + +func bar151() { + var a [64]int // ERROR "moved to heap: a$" + a[4] = 101 + foo151(&(&a)[4:8][0]) +} + +func bar151b() { + var a [10]int // ERROR "moved to heap: a$" + b := a[:] + foo151(&b[4:8][0]) +} + +func bar151c() { + var a [64]int // ERROR "moved to heap: a$" + a[4] = 101 + foo151(&(&a)[4:8:8][0]) +} + +func bar151d() { + var a [10]int // ERROR "moved to heap: a$" + b := a[:] + foo151(&b[4:8:8][0]) +} + +// issue 8120 + +type U struct { + s *string +} + +func (u *U) String() *string { // ERROR "leaking param: u to result ~r0 level=1$" + return u.s +} + +type V struct { + s *string +} + +func NewV(u U) *V { // ERROR "leaking param: u$" + return &V{u.String()} // ERROR "&V{...} escapes to heap$" +} + +func foo152() { + a := "a" // ERROR "moved to heap: a$" + u := U{&a} + v := NewV(u) + println(v) +} + +// issue 8176 - &x in type switch body not marked as escaping + +func foo153(v interface{}) *int { // ERROR "v does not escape" + switch x := v.(type) { + case int: // ERROR "moved to heap: x$" + return &x + } + panic(0) // ERROR "0 escapes to heap" +} + +// issue 8185 - &result escaping into result + +func f() (x int, y *int) { // ERROR "moved to heap: x$" + y = &x + return +} + +func g() (x interface{}) { // ERROR "moved to heap: x$" + x = &x + return +} + +var sink interface{} + +type Lit struct { + p *int +} + +func ptrlitNoescape() { + // Both literal and element do not escape. + i := 0 + x := &Lit{&i} // ERROR "&Lit{...} does not escape$" + _ = x +} + +func ptrlitNoEscape2() { + // Literal does not escape, but element does. + i := 0 // ERROR "moved to heap: i$" + x := &Lit{&i} // ERROR "&Lit{...} does not escape$" + sink = *x +} + +func ptrlitEscape() { + // Both literal and element escape. + i := 0 // ERROR "moved to heap: i$" + x := &Lit{&i} // ERROR "&Lit{...} escapes to heap$" + sink = x +} + +// self-assignments + +type Buffer struct { + arr [64]byte + arrPtr *[64]byte + buf1 []byte + buf2 []byte + str1 string + str2 string +} + +func (b *Buffer) foo() { // ERROR "b does not escape$" + b.buf1 = b.buf1[1:2] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf1\[1:2\]$" + b.buf1 = b.buf1[1:2:3] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf1\[1:2:3\]$" + b.buf1 = b.buf2[1:2] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf2\[1:2\]$" + b.buf1 = b.buf2[1:2:3] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf2\[1:2:3\]$" +} + +func (b *Buffer) bar() { // ERROR "leaking param: b$" + b.buf1 = b.arr[1:2] +} + +func (b *Buffer) arrayPtr() { // ERROR "b does not escape" + b.buf1 = b.arrPtr[1:2] // ERROR "\(\*Buffer\).arrayPtr ignoring self-assignment in b.buf1 = b.arrPtr\[1:2\]$" + b.buf1 = b.arrPtr[1:2:3] // ERROR "\(\*Buffer\).arrayPtr ignoring self-assignment in b.buf1 = b.arrPtr\[1:2:3\]$" +} + +func (b *Buffer) baz() { // ERROR "b does not escape$" + b.str1 = b.str1[1:2] // ERROR "\(\*Buffer\).baz ignoring self-assignment in b.str1 = b.str1\[1:2\]$" + b.str1 = b.str2[1:2] // ERROR "\(\*Buffer\).baz ignoring self-assignment in b.str1 = b.str2\[1:2\]$" +} + +func (b *Buffer) bat() { // ERROR "leaking param content: b$" + o := new(Buffer) // ERROR "new\(Buffer\) escapes to heap$" + o.buf1 = b.buf1[1:2] + sink = o +} + +func quux(sp *string, bp *[]byte) { // ERROR "bp does not escape$" "sp does not escape$" + *sp = (*sp)[1:2] // ERROR "quux ignoring self-assignment in \*sp = \(\*sp\)\[1:2\]$" + *bp = (*bp)[1:2] // ERROR "quux ignoring self-assignment in \*bp = \(\*bp\)\[1:2\]$" +} + +type StructWithString struct { + p *int + s string +} + +// This is escape analysis false negative. +// We assign the pointer to x.p but leak x.s. Escape analysis coarsens flows +// to just x, and thus &i looks escaping. +func fieldFlowTracking() { + var x StructWithString + i := 0 // ERROR "moved to heap: i$" + x.p = &i + sink = x.s // ERROR "x.s escapes to heap$" +} + +// String operations. + +func slicebytetostring0() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) does not escape$" + _ = s +} + +func slicebytetostring1() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) does not escape$" + s1 := s[0:1] + _ = s1 +} + +func slicebytetostring2() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) escapes to heap$" + s1 := s[0:1] // ERROR "moved to heap: s1$" + sink = &s1 +} + +func slicebytetostring3() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) escapes to heap$" + s1 := s[0:1] + sink = s1 // ERROR "s1 escapes to heap$" +} + +func addstr0() { + s0 := "a" + s1 := "b" + s := s0 + s1 // ERROR "s0 \+ s1 does not escape$" + _ = s +} + +func addstr1() { + s0 := "a" + s1 := "b" + s := "c" + s += s0 + s1 // ERROR "s0 \+ s1 does not escape$" + _ = s +} + +func addstr2() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s0 := "a" + s := string(b) + s0 // ERROR "string\(b\) \+ s0 does not escape$" "string\(b\) does not escape$" + _ = s +} + +func addstr3() { + s0 := "a" + s1 := "b" + s := s0 + s1 // ERROR "s0 \+ s1 escapes to heap$" + s2 := s[0:1] + sink = s2 // ERROR "s2 escapes to heap$" +} + +func intstring0() bool { + // string does not escape + x := '0' + s := string(x) // ERROR "string\(x\) does not escape$" + return s == "0" +} + +func intstring1() string { + // string does not escape, but the buffer does + x := '0' + s := string(x) // ERROR "string\(x\) escapes to heap$" + return s +} + +func intstring2() { + // string escapes to heap + x := '0' + s := string(x) // ERROR "moved to heap: s$" "string\(x\) escapes to heap$" + sink = &s +} + +func stringtoslicebyte0() { + s := "foo" + x := []byte(s) // ERROR "\(\[\]byte\)\(s\) does not escape$" "zero-copy string->\[\]byte conversion" + _ = x +} + +func stringtoslicebyte1() []byte { + s := "foo" + return []byte(s) // ERROR "\(\[\]byte\)\(s\) escapes to heap$" +} + +func stringtoslicebyte2() { + s := "foo" + sink = []byte(s) // ERROR "\(\[\]byte\)\(s\) escapes to heap$" +} + +func stringtoslicerune0() { + s := "foo" + x := []rune(s) // ERROR "\(\[\]rune\)\(s\) does not escape$" + _ = x +} + +func stringtoslicerune1() []rune { + s := "foo" + return []rune(s) // ERROR "\(\[\]rune\)\(s\) escapes to heap$" +} + +func stringtoslicerune2() { + s := "foo" + sink = []rune(s) // ERROR "\(\[\]rune\)\(s\) escapes to heap$" +} + +func slicerunetostring0() { + r := []rune{1, 2, 3} // ERROR "\[\]rune{...} does not escape$" + s := string(r) // ERROR "string\(r\) does not escape$" + _ = s +} + +func slicerunetostring1() string { + r := []rune{1, 2, 3} // ERROR "\[\]rune{...} does not escape$" + return string(r) // ERROR "string\(r\) escapes to heap$" +} + +func slicerunetostring2() { + r := []rune{1, 2, 3} // ERROR "\[\]rune{...} does not escape$" + sink = string(r) // ERROR "string\(r\) escapes to heap$" +} + +func makemap0() { + m := make(map[int]int) // ERROR "make\(map\[int\]int\) does not escape$" + m[0] = 0 + m[1]++ + delete(m, 1) + sink = m[0] // ERROR "m\[0\] escapes to heap$" +} + +func makemap1() map[int]int { + return make(map[int]int) // ERROR "make\(map\[int\]int\) escapes to heap$" +} + +func makemap2() { + m := make(map[int]int) // ERROR "make\(map\[int\]int\) escapes to heap$" + sink = m +} + +func nonescapingEface(m map[interface{}]bool) bool { // ERROR "m does not escape$" + return m["foo"] // ERROR ".foo. does not escape$" +} + +func nonescapingIface(m map[M]bool) bool { // ERROR "m does not escape$" + return m[MV(0)] // ERROR "MV\(0\) does not escape$" +} + +func issue10353() { + x := new(int) // ERROR "new\(int\) escapes to heap$" + issue10353a(x)() +} + +func issue10353a(x *int) func() { // ERROR "leaking param: x$" + return func() { // ERROR "func literal escapes to heap$" + println(*x) + } +} + +func issue10353b() { + var f func() + for { + x := new(int) // ERROR "new\(int\) escapes to heap$" + f = func() { // ERROR "func literal escapes to heap$" + println(*x) + } + } + _ = f +} + +func issue11387(x int) func() int { + f := func() int { return x } // ERROR "func literal escapes to heap" + slice1 := []func() int{f} // ERROR "\[\].* does not escape" + slice2 := make([]func() int, 1) // ERROR "make\(.*\) does not escape" + copy(slice2, slice1) + return slice2[0] +} + +func issue12397(x, y int) { // ERROR "moved to heap: y$" + // x does not escape below, because all relevant code is dead. + if false { + gxx = &x + } else { + gxx = &y + } + + if true { + gxx = &y + } else { + gxx = &x + } +} diff --git a/go/test/escape2n.go b/go/test/escape2n.go new file mode 100644 index 0000000000000000000000000000000000000000..23d1ea2b9a74e5d7eed00692c4783bab27a3ec29 --- /dev/null +++ b/go/test/escape2n.go @@ -0,0 +1,1845 @@ +// errorcheck -0 -N -m -l + +// Copyright 2010 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. + +// Test, using compiler diagnostic flags, that the escape analysis is working. +// Compiles but does not run. Inlining is disabled. +// Registerization is disabled too (-N), which should +// have no effect on escape analysis. + +package foo + +import ( + "fmt" + "unsafe" +) + +var gxx *int + +func foo1(x int) { // ERROR "moved to heap: x$" + gxx = &x +} + +func foo2(yy *int) { // ERROR "leaking param: yy$" + gxx = yy +} + +func foo3(x int) *int { // ERROR "moved to heap: x$" + return &x +} + +type T *T + +func foo3b(t T) { // ERROR "leaking param: t$" + *t = t +} + +// xx isn't going anywhere, so use of yy is ok +func foo4(xx, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + xx = yy +} + +// xx isn't going anywhere, so taking address of yy is ok +func foo5(xx **int, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + xx = &yy +} + +func foo6(xx **int, yy *int) { // ERROR "xx does not escape$" "leaking param: yy$" + *xx = yy +} + +func foo7(xx **int, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + **xx = *yy +} + +func foo8(xx, yy *int) int { // ERROR "xx does not escape$" "yy does not escape$" + xx = yy + return *xx +} + +func foo9(xx, yy *int) *int { // ERROR "leaking param: xx to result ~r0 level=0$" "leaking param: yy to result ~r0 level=0$" + xx = yy + return xx +} + +func foo10(xx, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" + *xx = *yy +} + +func foo11() int { + x, y := 0, 42 + xx := &x + yy := &y + *xx = *yy + return x +} + +var xxx **int + +func foo12(yyy **int) { // ERROR "leaking param: yyy$" + xxx = yyy +} + +// Must treat yyy as leaking because *yyy leaks, and the escape analysis +// summaries in exported metadata do not distinguish these two cases. +func foo13(yyy **int) { // ERROR "leaking param content: yyy$" + *xxx = *yyy +} + +func foo14(yyy **int) { // ERROR "yyy does not escape$" + **xxx = **yyy +} + +func foo15(yy *int) { // ERROR "moved to heap: yy$" + xxx = &yy +} + +func foo16(yy *int) { // ERROR "leaking param: yy$" + *xxx = yy +} + +func foo17(yy *int) { // ERROR "yy does not escape$" + **xxx = *yy +} + +func foo18(y int) { // ERROR "moved to heap: y$" + *xxx = &y +} + +func foo19(y int) { + **xxx = y +} + +type Bar struct { + i int + ii *int +} + +func NewBar() *Bar { + return &Bar{42, nil} // ERROR "&Bar{...} escapes to heap$" +} + +func NewBarp(x *int) *Bar { // ERROR "leaking param: x$" + return &Bar{42, x} // ERROR "&Bar{...} escapes to heap$" +} + +func NewBarp2(x *int) *Bar { // ERROR "x does not escape$" + return &Bar{*x, nil} // ERROR "&Bar{...} escapes to heap$" +} + +func (b *Bar) NoLeak() int { // ERROR "b does not escape$" + return *(b.ii) +} + +func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$" + return &b.i +} + +func (b *Bar) AlsoNoLeak() *int { // ERROR "leaking param: b to result ~r0 level=1$" + return b.ii +} + +func (b Bar) AlsoLeak() *int { // ERROR "leaking param: b to result ~r0 level=0$" + return b.ii +} + +func (b Bar) LeaksToo() *int { // ERROR "leaking param: b to result ~r0 level=0$" + v := 0 // ERROR "moved to heap: v$" + b.ii = &v + return b.ii +} + +func (b *Bar) LeaksABit() *int { // ERROR "leaking param: b to result ~r0 level=1$" + v := 0 // ERROR "moved to heap: v$" + b.ii = &v + return b.ii +} + +func (b Bar) StillNoLeak() int { // ERROR "b does not escape$" + v := 0 + b.ii = &v + return b.i +} + +func goLeak(b *Bar) { // ERROR "leaking param: b$" + go b.NoLeak() +} + +type Bar2 struct { + i [12]int + ii []int +} + +func NewBar2() *Bar2 { + return &Bar2{[12]int{42}, nil} // ERROR "&Bar2{...} escapes to heap$" +} + +func (b *Bar2) NoLeak() int { // ERROR "b does not escape$" + return b.i[0] +} + +func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$" + return b.i[:] +} + +func (b *Bar2) AlsoNoLeak() []int { // ERROR "leaking param: b to result ~r0 level=1$" + return b.ii[0:1] +} + +func (b Bar2) AgainNoLeak() [12]int { // ERROR "b does not escape$" + return b.i +} + +func (b *Bar2) LeakSelf() { // ERROR "leaking param: b$" + b.ii = b.i[0:4] +} + +func (b *Bar2) LeakSelf2() { // ERROR "leaking param: b$" + var buf []int + buf = b.i[0:] + b.ii = buf +} + +func foo21() func() int { + x := 42 + return func() int { // ERROR "func literal escapes to heap$" + return x + } +} + +func foo21a() func() int { + x := 42 // ERROR "moved to heap: x$" + return func() int { // ERROR "func literal escapes to heap$" + x++ + return x + } +} + +func foo22() int { + x := 42 + return func() int { // ERROR "func literal does not escape$" + return x + }() +} + +func foo23(x int) func() int { + return func() int { // ERROR "func literal escapes to heap$" + return x + } +} + +func foo23a(x int) func() int { + f := func() int { // ERROR "func literal escapes to heap$" + return x + } + return f +} + +func foo23b(x int) *(func() int) { + f := func() int { return x } // ERROR "func literal escapes to heap$" "moved to heap: f$" + return &f +} + +func foo23c(x int) func() int { // ERROR "moved to heap: x$" + return func() int { // ERROR "func literal escapes to heap$" + x++ + return x + } +} + +func foo24(x int) int { + return func() int { // ERROR "func literal does not escape$" + return x + }() +} + +var x *int + +func fooleak(xx *int) int { // ERROR "leaking param: xx$" + x = xx + return *x +} + +func foonoleak(xx *int) int { // ERROR "xx does not escape$" + return *x + *xx +} + +func foo31(x int) int { // ERROR "moved to heap: x$" + return fooleak(&x) +} + +func foo32(x int) int { + return foonoleak(&x) +} + +type Foo struct { + xx *int + x int +} + +var F Foo +var pf *Foo + +func (f *Foo) fooleak() { // ERROR "leaking param: f$" + pf = f +} + +func (f *Foo) foonoleak() { // ERROR "f does not escape$" + F.x = f.x +} + +func (f *Foo) Leak() { // ERROR "leaking param: f$" + f.fooleak() +} + +func (f *Foo) NoLeak() { // ERROR "f does not escape$" + f.foonoleak() +} + +func foo41(x int) { // ERROR "moved to heap: x$" + F.xx = &x +} + +func (f *Foo) foo42(x int) { // ERROR "f does not escape$" "moved to heap: x$" + f.xx = &x +} + +func foo43(f *Foo, x int) { // ERROR "f does not escape$" "moved to heap: x$" + f.xx = &x +} + +func foo44(yy *int) { // ERROR "leaking param: yy$" + F.xx = yy +} + +func (f *Foo) foo45() { // ERROR "f does not escape$" + F.x = f.x +} + +// See foo13 above for explanation of why f leaks. +func (f *Foo) foo46() { // ERROR "leaking param content: f$" + F.xx = f.xx +} + +func (f *Foo) foo47() { // ERROR "leaking param: f$" + f.xx = &f.x +} + +var ptrSlice []*int + +func foo50(i *int) { // ERROR "leaking param: i$" + ptrSlice[0] = i +} + +var ptrMap map[*int]*int + +func foo51(i *int) { // ERROR "leaking param: i$" + ptrMap[i] = i +} + +func indaddr1(x int) *int { // ERROR "moved to heap: x$" + return &x +} + +func indaddr2(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + return *&x +} + +func indaddr3(x *int32) *int { // ERROR "leaking param: x to result ~r0 level=0$" + return *(**int)(unsafe.Pointer(&x)) +} + +// From package math: + +func Float32bits(f float32) uint32 { + return *(*uint32)(unsafe.Pointer(&f)) +} + +func Float32frombits(b uint32) float32 { + return *(*float32)(unsafe.Pointer(&b)) +} + +func Float64bits(f float64) uint64 { + return *(*uint64)(unsafe.Pointer(&f)) +} + +func Float64frombits(b uint64) float64 { + return *(*float64)(unsafe.Pointer(&b)) +} + +// contrast with +func float64bitsptr(f float64) *uint64 { // ERROR "moved to heap: f$" + return (*uint64)(unsafe.Pointer(&f)) +} + +func float64ptrbitsptr(f *float64) *uint64 { // ERROR "leaking param: f to result ~r0 level=0$" + return (*uint64)(unsafe.Pointer(f)) +} + +func typesw(i interface{}) *int { // ERROR "leaking param: i to result ~r0 level=0$" + switch val := i.(type) { + case *int: + return val + case *int8: + v := int(*val) // ERROR "moved to heap: v$" + return &v + } + return nil +} + +func exprsw(i *int) *int { // ERROR "leaking param: i to result ~r0 level=0$" + switch j := i; *j + 110 { + case 12: + return j + case 42: + return nil + } + return nil +} + +// assigning to an array element is like assigning to the array +func foo60(i *int) *int { // ERROR "leaking param: i to result ~r0 level=0$" + var a [12]*int + a[0] = i + return a[1] +} + +func foo60a(i *int) *int { // ERROR "i does not escape$" + var a [12]*int + a[0] = i + return nil +} + +// assigning to a struct field is like assigning to the struct +func foo61(i *int) *int { // ERROR "leaking param: i to result ~r0 level=0$" + type S struct { + a, b *int + } + var s S + s.a = i + return s.b +} + +func foo61a(i *int) *int { // ERROR "i does not escape$" + type S struct { + a, b *int + } + var s S + s.a = i + return nil +} + +// assigning to a struct field is like assigning to the struct but +// here this subtlety is lost, since s.a counts as an assignment to a +// track-losing dereference. +func foo62(i *int) *int { // ERROR "leaking param: i$" + type S struct { + a, b *int + } + s := new(S) // ERROR "new\(S\) does not escape$" + s.a = i + return nil // s.b +} + +type M interface { + M() +} + +func foo63(m M) { // ERROR "m does not escape$" +} + +func foo64(m M) { // ERROR "leaking param: m$" + m.M() +} + +func foo64b(m M) { // ERROR "leaking param: m$" + defer m.M() +} + +type MV int + +func (MV) M() {} + +func foo65() { + var mv MV + foo63(&mv) +} + +func foo66() { + var mv MV // ERROR "moved to heap: mv$" + foo64(&mv) +} + +func foo67() { + var mv MV + foo63(mv) // ERROR "mv does not escape$" +} + +func foo68() { + var mv MV + // escapes but it's an int so irrelevant + foo64(mv) // ERROR "mv escapes to heap$" +} + +func foo69(m M) { // ERROR "leaking param: m$" + foo64(m) +} + +func foo70(mv1 *MV, m M) { // ERROR "leaking param: m$" "leaking param: mv1$" + m = mv1 + foo64(m) +} + +func foo71(x *int) []*int { // ERROR "leaking param: x$" + var y []*int + y = append(y, x) // ERROR "append escapes to heap" + return y +} + +func foo71a(x int) []*int { // ERROR "moved to heap: x$" + var y []*int + y = append(y, &x) // ERROR "append escapes to heap" + return y +} + +func foo72() { + var x int + var y [1]*int + y[0] = &x +} + +func foo72aa() [10]*int { + var x int // ERROR "moved to heap: x$" + var y [10]*int + y[0] = &x + return y +} + +func foo72a() { + var y [10]*int + for i := 0; i < 10; i++ { + // escapes its scope + x := i // ERROR "moved to heap: x$" + y[i] = &x + } + return +} + +func foo72b() [10]*int { + var y [10]*int + for i := 0; i < 10; i++ { + x := i // ERROR "moved to heap: x$" + y[i] = &x + } + return y +} + +// issue 2145 +func foo73() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v + // actually just escapes its scope + defer func() { // ERROR "func literal escapes to heap$" + println(vv) + }() + } +} + +func foo731() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v // ERROR "moved to heap: vv$" + // actually just escapes its scope + defer func() { // ERROR "func literal escapes to heap$" + vv = 42 + println(vv) + }() + } +} + +func foo74() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v + // actually just escapes its scope + fn := func() { // ERROR "func literal escapes to heap$" + println(vv) + } + defer fn() + } +} + +func foo74a() { + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for _, v := range s { + vv := v // ERROR "moved to heap: vv$" + // actually just escapes its scope + fn := func() { // ERROR "func literal escapes to heap$" + vv += 1 + println(vv) + } + defer fn() + } +} + +// issue 3975 +func foo74b() { + var array [3]func() + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for i, v := range s { + vv := v + // actually just escapes its scope + array[i] = func() { // ERROR "func literal escapes to heap$" + println(vv) + } + } +} + +func foo74c() { + var array [3]func() + s := []int{3, 2, 1} // ERROR "\[\]int{...} does not escape$" + for i, v := range s { + vv := v // ERROR "moved to heap: vv$" + // actually just escapes its scope + array[i] = func() { // ERROR "func literal escapes to heap$" + println(&vv) + } + } +} + +func myprint(y *int, x ...interface{}) *int { // ERROR "leaking param: y to result ~r0 level=0$" "x does not escape$" + return y +} + +func myprint1(y *int, x ...interface{}) *interface{} { // ERROR "leaking param: x to result ~r0 level=0$" "y does not escape$" + return &x[0] +} + +func foo75(z *int) { // ERROR "z does not escape$" + myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo75a(z *int) { // ERROR "z does not escape$" + myprint1(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo75esc(z *int) { // ERROR "leaking param: z$" + gxx = myprint(z, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo75aesc(z *int) { // ERROR "z does not escape$" + var ppi **interface{} // assignments to pointer dereferences lose track + *ppi = myprint1(z, 1, 2, 3) // ERROR "... argument escapes to heap$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" +} + +func foo75aesc1(z *int) { // ERROR "z does not escape$" + sink = myprint1(z, 1, 2, 3) // ERROR "... argument escapes to heap$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" +} + +func foo76(z *int) { // ERROR "z does not escape" + myprint(nil, z) // ERROR "... argument does not escape$" +} + +func foo76a(z *int) { // ERROR "z does not escape" + myprint1(nil, z) // ERROR "... argument does not escape$" +} + +func foo76b() { + myprint(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76c() { + myprint1(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76d() { + defer myprint(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76e() { + defer myprint1(nil, 1, 2, 3) // ERROR "1 does not escape" "2 does not escape" "3 does not escape" "... argument does not escape$" +} + +func foo76f() { + for { + // TODO: This one really only escapes its scope, but we don't distinguish yet. + defer myprint(nil, 1, 2, 3) // ERROR "... argument does not escape$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" + } +} + +func foo76g() { + for { + defer myprint1(nil, 1, 2, 3) // ERROR "... argument does not escape$" "1 escapes to heap$" "2 escapes to heap$" "3 escapes to heap$" + } +} + +func foo77(z []interface{}) { // ERROR "z does not escape$" + myprint(nil, z...) // z does not escape +} + +func foo77a(z []interface{}) { // ERROR "z does not escape$" + myprint1(nil, z...) +} + +func foo77b(z []interface{}) { // ERROR "leaking param: z$" + var ppi **interface{} + *ppi = myprint1(nil, z...) +} + +func foo77c(z []interface{}) { // ERROR "leaking param: z$" + sink = myprint1(nil, z...) +} + +func dotdotdot() { + i := 0 + myprint(nil, &i) // ERROR "... argument does not escape$" + + j := 0 + myprint1(nil, &j) // ERROR "... argument does not escape$" +} + +func foo78(z int) *int { // ERROR "moved to heap: z$" + return &z +} + +func foo78a(z int) *int { // ERROR "moved to heap: z$" + y := &z + x := &y + return *x // really return y +} + +func foo79() *int { + return new(int) // ERROR "new\(int\) escapes to heap$" +} + +func foo80() *int { + var z *int + for { + // Really just escapes its scope but we don't distinguish + z = new(int) // ERROR "new\(int\) escapes to heap$" + } + _ = z + return nil +} + +func foo81() *int { + for { + z := new(int) // ERROR "new\(int\) does not escape$" + _ = z + } + return nil +} + +func tee(p *int) (x, y *int) { return p, p } // ERROR "leaking param: p to result x level=0$" "leaking param: p to result y level=0$" + +func noop(x, y *int) {} // ERROR "x does not escape$" "y does not escape$" + +func foo82() { + var x, y, z int // ERROR "moved to heap: x$" "moved to heap: y$" "moved to heap: z$" + go noop(tee(&z)) + go noop(&x, &y) + for { + var u, v, w int // ERROR "moved to heap: u$" "moved to heap: v$" "moved to heap: w$" + defer noop(tee(&u)) + defer noop(&v, &w) + } +} + +type Fooer interface { + Foo() +} + +type LimitedFooer struct { + Fooer + N int64 +} + +func LimitFooer(r Fooer, n int64) Fooer { // ERROR "leaking param: r$" + return &LimitedFooer{r, n} // ERROR "&LimitedFooer{...} escapes to heap$" +} + +func foo90(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{nil: x} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo91(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{x: nil} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo92(x *int) [2]*int { // ERROR "leaking param: x to result ~r0 level=0$" + return [2]*int{x, nil} +} + +// does not leak c +func foo93(c chan *int) *int { // ERROR "c does not escape$" + for v := range c { + return v + } + return nil +} + +// does not leak m +func foo94(m map[*int]*int, b bool) *int { // ERROR "leaking param: m to result ~r0 level=1" + for k, v := range m { + if b { + return k + } + return v + } + return nil +} + +// does leak x +func foo95(m map[*int]*int, x *int) { // ERROR "m does not escape$" "leaking param: x$" + m[x] = x +} + +// does not leak m but does leak content +func foo96(m []*int) *int { // ERROR "leaking param: m to result ~r0 level=1" + return m[0] +} + +// does leak m +func foo97(m [1]*int) *int { // ERROR "leaking param: m to result ~r0 level=0$" + return m[0] +} + +// does not leak m +func foo98(m map[int]*int) *int { // ERROR "m does not escape$" + return m[0] +} + +// does leak m +func foo99(m *[1]*int) []*int { // ERROR "leaking param: m to result ~r0 level=0$" + return m[:] +} + +// does not leak m +func foo100(m []*int) *int { // ERROR "leaking param: m to result ~r0 level=1" + for _, v := range m { + return v + } + return nil +} + +// does leak m +func foo101(m [1]*int) *int { // ERROR "leaking param: m to result ~r0 level=0$" + for _, v := range m { + return v + } + return nil +} + +// does not leak m +func foo101a(m [1]*int) *int { // ERROR "m does not escape$" + for i := range m { // ERROR "moved to heap: i$" + return &i + } + return nil +} + +// does leak x +func foo102(m []*int, x *int) { // ERROR "m does not escape$" "leaking param: x$" + m[0] = x +} + +// does not leak x +func foo103(m [1]*int, x *int) { // ERROR "m does not escape$" "x does not escape$" + m[0] = x +} + +var y []*int + +// does not leak x but does leak content +func foo104(x []*int) { // ERROR "leaking param content: x" + copy(y, x) +} + +// does not leak x but does leak content +func foo105(x []*int) { // ERROR "leaking param content: x" + _ = append(y, x...) // ERROR "append does not escape" +} + +// does leak x +func foo106(x *int) { // ERROR "leaking param: x$" + _ = append(y, x) // ERROR "append does not escape" +} + +func foo107(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{x: nil} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo108(x *int) map[*int]*int { // ERROR "leaking param: x$" + return map[*int]*int{nil: x} // ERROR "map\[\*int\]\*int{...} escapes to heap$" +} + +func foo109(x *int) *int { // ERROR "leaking param: x$" + m := map[*int]*int{x: nil} // ERROR "map\[\*int\]\*int{...} does not escape$" + for k, _ := range m { + return k + } + return nil +} + +func foo110(x *int) *int { // ERROR "leaking param: x$" + m := map[*int]*int{nil: x} // ERROR "map\[\*int\]\*int{...} does not escape$" + return m[nil] +} + +func foo111(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0" + m := []*int{x} // ERROR "\[\]\*int{...} does not escape$" + return m[0] +} + +func foo112(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + m := [1]*int{x} + return m[0] +} + +func foo113(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + m := Bar{ii: x} + return m.ii +} + +func foo114(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + m := &Bar{ii: x} // ERROR "&Bar{...} does not escape$" + return m.ii +} + +func foo115(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0$" + return (*int)(unsafe.Pointer(uintptr(unsafe.Pointer(x)) + 1)) +} + +func foo116(b bool) *int { + if b { + x := 1 // ERROR "moved to heap: x$" + return &x + } else { + y := 1 // ERROR "moved to heap: y$" + return &y + } + return nil +} + +func foo117(unknown func(interface{})) { // ERROR "unknown does not escape$" + x := 1 // ERROR "moved to heap: x$" + unknown(&x) +} + +func foo118(unknown func(*int)) { // ERROR "unknown does not escape$" + x := 1 // ERROR "moved to heap: x$" + unknown(&x) +} + +func external(*int) + +func foo119(x *int) { // ERROR "leaking param: x$" + external(x) +} + +func foo120() { + // formerly exponential time analysis +L1: +L2: +L3: +L4: +L5: +L6: +L7: +L8: +L9: +L10: +L11: +L12: +L13: +L14: +L15: +L16: +L17: +L18: +L19: +L20: +L21: +L22: +L23: +L24: +L25: +L26: +L27: +L28: +L29: +L30: +L31: +L32: +L33: +L34: +L35: +L36: +L37: +L38: +L39: +L40: +L41: +L42: +L43: +L44: +L45: +L46: +L47: +L48: +L49: +L50: +L51: +L52: +L53: +L54: +L55: +L56: +L57: +L58: +L59: +L60: +L61: +L62: +L63: +L64: +L65: +L66: +L67: +L68: +L69: +L70: +L71: +L72: +L73: +L74: +L75: +L76: +L77: +L78: +L79: +L80: +L81: +L82: +L83: +L84: +L85: +L86: +L87: +L88: +L89: +L90: +L91: +L92: +L93: +L94: +L95: +L96: +L97: +L98: +L99: +L100: + // use the labels to silence compiler errors + goto L1 + goto L2 + goto L3 + goto L4 + goto L5 + goto L6 + goto L7 + goto L8 + goto L9 + goto L10 + goto L11 + goto L12 + goto L13 + goto L14 + goto L15 + goto L16 + goto L17 + goto L18 + goto L19 + goto L20 + goto L21 + goto L22 + goto L23 + goto L24 + goto L25 + goto L26 + goto L27 + goto L28 + goto L29 + goto L30 + goto L31 + goto L32 + goto L33 + goto L34 + goto L35 + goto L36 + goto L37 + goto L38 + goto L39 + goto L40 + goto L41 + goto L42 + goto L43 + goto L44 + goto L45 + goto L46 + goto L47 + goto L48 + goto L49 + goto L50 + goto L51 + goto L52 + goto L53 + goto L54 + goto L55 + goto L56 + goto L57 + goto L58 + goto L59 + goto L60 + goto L61 + goto L62 + goto L63 + goto L64 + goto L65 + goto L66 + goto L67 + goto L68 + goto L69 + goto L70 + goto L71 + goto L72 + goto L73 + goto L74 + goto L75 + goto L76 + goto L77 + goto L78 + goto L79 + goto L80 + goto L81 + goto L82 + goto L83 + goto L84 + goto L85 + goto L86 + goto L87 + goto L88 + goto L89 + goto L90 + goto L91 + goto L92 + goto L93 + goto L94 + goto L95 + goto L96 + goto L97 + goto L98 + goto L99 + goto L100 +} + +func foo121() { + for i := 0; i < 10; i++ { + defer myprint(nil, i) // ERROR "... argument does not escape$" "i escapes to heap$" + go myprint(nil, i) // ERROR "... argument does not escape$" "i escapes to heap$" + } +} + +// same as foo121 but check across import +func foo121b() { + for i := 0; i < 10; i++ { + defer fmt.Printf("%d", i) // ERROR "... argument does not escape$" "i escapes to heap$" + go fmt.Printf("%d", i) // ERROR "... argument does not escape$" "i escapes to heap$" + } +} + +// a harmless forward jump +func foo122() { + var i *int + + goto L1 +L1: + i = new(int) // ERROR "new\(int\) does not escape$" + _ = i +} + +// a backward jump, increases loopdepth +func foo123() { + var i *int + +L1: + i = new(int) // ERROR "new\(int\) escapes to heap$" + + goto L1 + _ = i +} + +func foo124(x **int) { // ERROR "x does not escape$" + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + *x = p + }() +} + +func foo125(ch chan *int) { // ERROR "ch does not escape$" + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + ch <- p + }() +} + +func foo126() { + var px *int // loopdepth 0 + for { + // loopdepth 1 + var i int // ERROR "moved to heap: i$" + func() { // ERROR "func literal does not escape$" + px = &i + }() + } + _ = px +} + +var px *int + +func foo127() { + var i int // ERROR "moved to heap: i$" + p := &i + q := p + px = q +} + +func foo128() { + var i int + p := &i + q := p + _ = q +} + +func foo129() { + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + px = r + }() + }() +} + +func foo130() { + for { + var i int // ERROR "moved to heap: i$" + func() { // ERROR "func literal does not escape$" + px = &i + }() + } +} + +func foo131() { + var i int // ERROR "moved to heap: i$" + func() { // ERROR "func literal does not escape$" + px = &i + }() +} + +func foo132() { + var i int // ERROR "moved to heap: i$" + go func() { // ERROR "func literal escapes to heap$" + px = &i + }() +} + +func foo133() { + var i int // ERROR "moved to heap: i$" + defer func() { // ERROR "func literal does not escape$" + px = &i + }() +} + +func foo134() { + var i int + p := &i + func() { // ERROR "func literal does not escape$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + _ = r + }() + }() +} + +func foo135() { + var i int // ERROR "moved to heap: i$" + p := &i + go func() { // ERROR "func literal escapes to heap$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + _ = r + }() + }() +} + +func foo136() { + var i int // ERROR "moved to heap: i$" + p := &i + go func() { // ERROR "func literal escapes to heap$" + q := p + func() { // ERROR "func literal does not escape$" + r := q + px = r + }() + }() +} + +func foo137() { + var i int // ERROR "moved to heap: i$" + p := &i + func() { // ERROR "func literal does not escape$" + q := p + go func() { // ERROR "func literal escapes to heap$" + r := q + _ = r + }() + }() +} + +func foo138() *byte { + type T struct { + x [1]byte + } + t := new(T) // ERROR "new\(T\) escapes to heap$" + return &t.x[0] +} + +func foo139() *byte { + type T struct { + x struct { + y byte + } + } + t := new(T) // ERROR "new\(T\) escapes to heap$" + return &t.x.y +} + +// issue 4751 +func foo140() interface{} { + type T struct { + X string + } + type U struct { + X string + T *T + } + t := &T{} // ERROR "&T{} escapes to heap$" + return U{ // ERROR "U{...} escapes to heap$" + X: t.X, + T: t, + } +} + +//go:noescape + +func F1([]byte) + +func F2([]byte) + +//go:noescape + +func F3(x []byte) // ERROR "x does not escape$" + +func F4(x []byte) // ERROR "leaking param: x$" + +func G() { + var buf1 [10]byte + F1(buf1[:]) + + var buf2 [10]byte // ERROR "moved to heap: buf2$" + F2(buf2[:]) + + var buf3 [10]byte + F3(buf3[:]) + + var buf4 [10]byte // ERROR "moved to heap: buf4$" + F4(buf4[:]) +} + +type Tm struct { + x int +} + +func (t *Tm) M() { // ERROR "t does not escape$" +} + +func foo141() { + var f func() + + t := new(Tm) // ERROR "new\(Tm\) does not escape$" + f = t.M // ERROR "t.M does not escape$" + _ = f +} + +var gf func() + +func foo142() { + t := new(Tm) // ERROR "new\(Tm\) escapes to heap$" + gf = t.M // ERROR "t.M escapes to heap$" +} + +// issue 3888. +func foo143() { + for i := 0; i < 1000; i++ { + func() { // ERROR "func literal does not escape$" + for i := 0; i < 1; i++ { + var t Tm + t.M() + } + }() + } +} + +// issue 5773 +// Check that annotations take effect regardless of whether they +// are before or after the use in the source code. + +//go:noescape + +func foo144a(*int) + +func foo144() { + var x int + foo144a(&x) + var y int + foo144b(&y) +} + +//go:noescape + +func foo144b(*int) + +// issue 7313: for loop init should not be treated as "in loop" + +type List struct { + Next *List +} + +func foo145(l List) { // ERROR "l does not escape$" + var p *List + for p = &l; p.Next != nil; p = p.Next { + } +} + +func foo146(l List) { // ERROR "l does not escape$" + var p *List + p = &l + for ; p.Next != nil; p = p.Next { + } +} + +func foo147(l List) { // ERROR "l does not escape$" + var p *List + p = &l + for p.Next != nil { + p = p.Next + } +} + +func foo148(l List) { // ERROR "l does not escape$" + for p := &l; p.Next != nil; p = p.Next { + } +} + +// related: address of variable should have depth of variable, not of loop + +func foo149(l List) { // ERROR "l does not escape$" + var p *List + for { + for p = &l; p.Next != nil; p = p.Next { + } + } +} + +// issue 7934: missed ... if element type had no pointers + +var save150 []byte + +func foo150(x ...byte) { // ERROR "leaking param: x$" + save150 = x +} + +func bar150() { + foo150(1, 2, 3) // ERROR "... argument escapes to heap$" +} + +// issue 7931: bad handling of slice of array + +var save151 *int + +func foo151(x *int) { // ERROR "leaking param: x$" + save151 = x +} + +func bar151() { + var a [64]int // ERROR "moved to heap: a$" + a[4] = 101 + foo151(&(&a)[4:8][0]) +} + +func bar151b() { + var a [10]int // ERROR "moved to heap: a$" + b := a[:] + foo151(&b[4:8][0]) +} + +func bar151c() { + var a [64]int // ERROR "moved to heap: a$" + a[4] = 101 + foo151(&(&a)[4:8:8][0]) +} + +func bar151d() { + var a [10]int // ERROR "moved to heap: a$" + b := a[:] + foo151(&b[4:8:8][0]) +} + +// issue 8120 + +type U struct { + s *string +} + +func (u *U) String() *string { // ERROR "leaking param: u to result ~r0 level=1$" + return u.s +} + +type V struct { + s *string +} + +func NewV(u U) *V { // ERROR "leaking param: u$" + return &V{u.String()} // ERROR "&V{...} escapes to heap$" +} + +func foo152() { + a := "a" // ERROR "moved to heap: a$" + u := U{&a} + v := NewV(u) + println(v) +} + +// issue 8176 - &x in type switch body not marked as escaping + +func foo153(v interface{}) *int { // ERROR "v does not escape" + switch x := v.(type) { + case int: // ERROR "moved to heap: x$" + return &x + } + panic(0) // ERROR "0 escapes to heap" +} + +// issue 8185 - &result escaping into result + +func f() (x int, y *int) { // ERROR "moved to heap: x$" + y = &x + return +} + +func g() (x interface{}) { // ERROR "moved to heap: x$" + x = &x + return +} + +var sink interface{} + +type Lit struct { + p *int +} + +func ptrlitNoescape() { + // Both literal and element do not escape. + i := 0 + x := &Lit{&i} // ERROR "&Lit{...} does not escape$" + _ = x +} + +func ptrlitNoEscape2() { + // Literal does not escape, but element does. + i := 0 // ERROR "moved to heap: i$" + x := &Lit{&i} // ERROR "&Lit{...} does not escape$" + sink = *x +} + +func ptrlitEscape() { + // Both literal and element escape. + i := 0 // ERROR "moved to heap: i$" + x := &Lit{&i} // ERROR "&Lit{...} escapes to heap$" + sink = x +} + +// self-assignments + +type Buffer struct { + arr [64]byte + arrPtr *[64]byte + buf1 []byte + buf2 []byte + str1 string + str2 string +} + +func (b *Buffer) foo() { // ERROR "b does not escape$" + b.buf1 = b.buf1[1:2] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf1\[1:2\]$" + b.buf1 = b.buf1[1:2:3] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf1\[1:2:3\]$" + b.buf1 = b.buf2[1:2] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf2\[1:2\]$" + b.buf1 = b.buf2[1:2:3] // ERROR "\(\*Buffer\).foo ignoring self-assignment in b.buf1 = b.buf2\[1:2:3\]$" +} + +func (b *Buffer) bar() { // ERROR "leaking param: b$" + b.buf1 = b.arr[1:2] +} + +func (b *Buffer) arrayPtr() { // ERROR "b does not escape" + b.buf1 = b.arrPtr[1:2] // ERROR "\(\*Buffer\).arrayPtr ignoring self-assignment in b.buf1 = b.arrPtr\[1:2\]$" + b.buf1 = b.arrPtr[1:2:3] // ERROR "\(\*Buffer\).arrayPtr ignoring self-assignment in b.buf1 = b.arrPtr\[1:2:3\]$" +} + +func (b *Buffer) baz() { // ERROR "b does not escape$" + b.str1 = b.str1[1:2] // ERROR "\(\*Buffer\).baz ignoring self-assignment in b.str1 = b.str1\[1:2\]$" + b.str1 = b.str2[1:2] // ERROR "\(\*Buffer\).baz ignoring self-assignment in b.str1 = b.str2\[1:2\]$" +} + +func (b *Buffer) bat() { // ERROR "leaking param content: b$" + o := new(Buffer) // ERROR "new\(Buffer\) escapes to heap$" + o.buf1 = b.buf1[1:2] + sink = o +} + +func quux(sp *string, bp *[]byte) { // ERROR "bp does not escape$" "sp does not escape$" + *sp = (*sp)[1:2] // ERROR "quux ignoring self-assignment in \*sp = \(\*sp\)\[1:2\]$" + *bp = (*bp)[1:2] // ERROR "quux ignoring self-assignment in \*bp = \(\*bp\)\[1:2\]$" +} + +type StructWithString struct { + p *int + s string +} + +// This is escape analysis false negative. +// We assign the pointer to x.p but leak x.s. Escape analysis coarsens flows +// to just x, and thus &i looks escaping. +func fieldFlowTracking() { + var x StructWithString + i := 0 // ERROR "moved to heap: i$" + x.p = &i + sink = x.s // ERROR "x.s escapes to heap$" +} + +// String operations. + +func slicebytetostring0() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) does not escape$" + _ = s +} + +func slicebytetostring1() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) does not escape$" + s1 := s[0:1] + _ = s1 +} + +func slicebytetostring2() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) escapes to heap$" + s1 := s[0:1] // ERROR "moved to heap: s1$" + sink = &s1 +} + +func slicebytetostring3() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s := string(b) // ERROR "string\(b\) escapes to heap$" + s1 := s[0:1] + sink = s1 // ERROR "s1 escapes to heap$" +} + +func addstr0() { + s0 := "a" + s1 := "b" + s := s0 + s1 // ERROR "s0 \+ s1 does not escape$" + _ = s +} + +func addstr1() { + s0 := "a" + s1 := "b" + s := "c" + s += s0 + s1 // ERROR "s0 \+ s1 does not escape$" + _ = s +} + +func addstr2() { + b := make([]byte, 20) // ERROR "make\(\[\]byte, 20\) does not escape$" + s0 := "a" + s := string(b) + s0 // ERROR "string\(b\) \+ s0 does not escape$" "string\(b\) does not escape$" + _ = s +} + +func addstr3() { + s0 := "a" + s1 := "b" + s := s0 + s1 // ERROR "s0 \+ s1 escapes to heap$" + s2 := s[0:1] + sink = s2 // ERROR "s2 escapes to heap$" +} + +func intstring0() bool { + // string does not escape + x := '0' + s := string(x) // ERROR "string\(x\) does not escape$" + return s == "0" +} + +func intstring1() string { + // string does not escape, but the buffer does + x := '0' + s := string(x) // ERROR "string\(x\) escapes to heap$" + return s +} + +func intstring2() { + // string escapes to heap + x := '0' + s := string(x) // ERROR "moved to heap: s$" "string\(x\) escapes to heap$" + sink = &s +} + +func stringtoslicebyte0() { + s := "foo" + x := []byte(s) // ERROR "\(\[\]byte\)\(s\) does not escape$" "zero-copy string->\[\]byte conversion" + _ = x +} + +func stringtoslicebyte1() []byte { + s := "foo" + return []byte(s) // ERROR "\(\[\]byte\)\(s\) escapes to heap$" +} + +func stringtoslicebyte2() { + s := "foo" + sink = []byte(s) // ERROR "\(\[\]byte\)\(s\) escapes to heap$" +} + +func stringtoslicerune0() { + s := "foo" + x := []rune(s) // ERROR "\(\[\]rune\)\(s\) does not escape$" + _ = x +} + +func stringtoslicerune1() []rune { + s := "foo" + return []rune(s) // ERROR "\(\[\]rune\)\(s\) escapes to heap$" +} + +func stringtoslicerune2() { + s := "foo" + sink = []rune(s) // ERROR "\(\[\]rune\)\(s\) escapes to heap$" +} + +func slicerunetostring0() { + r := []rune{1, 2, 3} // ERROR "\[\]rune{...} does not escape$" + s := string(r) // ERROR "string\(r\) does not escape$" + _ = s +} + +func slicerunetostring1() string { + r := []rune{1, 2, 3} // ERROR "\[\]rune{...} does not escape$" + return string(r) // ERROR "string\(r\) escapes to heap$" +} + +func slicerunetostring2() { + r := []rune{1, 2, 3} // ERROR "\[\]rune{...} does not escape$" + sink = string(r) // ERROR "string\(r\) escapes to heap$" +} + +func makemap0() { + m := make(map[int]int) // ERROR "make\(map\[int\]int\) does not escape$" + m[0] = 0 + m[1]++ + delete(m, 1) + sink = m[0] // ERROR "m\[0\] escapes to heap$" +} + +func makemap1() map[int]int { + return make(map[int]int) // ERROR "make\(map\[int\]int\) escapes to heap$" +} + +func makemap2() { + m := make(map[int]int) // ERROR "make\(map\[int\]int\) escapes to heap$" + sink = m +} + +func nonescapingEface(m map[interface{}]bool) bool { // ERROR "m does not escape$" + return m["foo"] // ERROR ".foo. does not escape$" +} + +func nonescapingIface(m map[M]bool) bool { // ERROR "m does not escape$" + return m[MV(0)] // ERROR "MV\(0\) does not escape$" +} + +func issue10353() { + x := new(int) // ERROR "new\(int\) escapes to heap$" + issue10353a(x)() +} + +func issue10353a(x *int) func() { // ERROR "leaking param: x$" + return func() { // ERROR "func literal escapes to heap$" + println(*x) + } +} + +func issue10353b() { + var f func() + for { + x := new(int) // ERROR "new\(int\) escapes to heap$" + f = func() { // ERROR "func literal escapes to heap$" + println(*x) + } + } + _ = f +} + +func issue11387(x int) func() int { + f := func() int { return x } // ERROR "func literal escapes to heap" + slice1 := []func() int{f} // ERROR "\[\].* does not escape" + slice2 := make([]func() int, 1) // ERROR "make\(.*\) does not escape" + copy(slice2, slice1) + return slice2[0] +} + +func issue12397(x, y int) { // ERROR "moved to heap: y$" + // x does not escape below, because all relevant code is dead. + if false { + gxx = &x + } else { + gxx = &y + } + + if true { + gxx = &y + } else { + gxx = &x + } +} diff --git a/go/test/escape3.go b/go/test/escape3.go new file mode 100644 index 0000000000000000000000000000000000000000..f1131a268845582d37dab792a10c7fbf90b37d83 --- /dev/null +++ b/go/test/escape3.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2011 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. + +// Test the run-time behavior of escape analysis-related optimizations. + +package main + +func main() { + test1() +} + +func test1() { + check1(0) + check1(1) + check1(2) +} + +type T1 struct { + X, Y, Z int +} + +func f() int { + return 1 +} + +func check1(pass int) T1 { + v := []T1{{X: f(), Z: f()}} + if v[0].Y != 0 { + panic("nonzero init") + } + v[0].Y = pass + return v[0] +} diff --git a/go/test/escape4.go b/go/test/escape4.go new file mode 100644 index 0000000000000000000000000000000000000000..ddeaff81ecbfa284b6936abb7d035eaa86923bc0 --- /dev/null +++ b/go/test/escape4.go @@ -0,0 +1,59 @@ +// errorcheck -0 -m + +//go:build !goexperiment.newinliner + +// Copyright 2010 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. + +// Test, using compiler diagnostic flags, that the escape analysis is working. +// Compiles but does not run. Inlining is enabled. + +package foo + +var p *int + +func alloc(x int) *int { // ERROR "can inline alloc" "moved to heap: x" + return &x +} + +var f func() + +func f1() { + p = alloc(2) // ERROR "inlining call to alloc" "moved to heap: x" + + // Escape analysis used to miss inlined code in closures. + + func() { // ERROR "can inline f1.func1" + p = alloc(3) // ERROR "inlining call to alloc" "moved to heap: x" + }() // ERROR "inlining call to f1.func1" "inlining call to alloc" "moved to heap: x" + + f = func() { // ERROR "func literal escapes to heap" "can inline f1.func2" + p = alloc(3) // ERROR "inlining call to alloc" "moved to heap: x" + } + f() +} + +func f2() {} // ERROR "can inline f2" + +// No inline for recover; panic now allowed to inline. +func f3() { panic(1) } // ERROR "can inline f3" "1 escapes to heap" +func f4() { recover() } + +func f5() *byte { // ERROR "can inline f5" + type T struct { + x [1]byte + } + t := new(T) // ERROR "new.T. escapes to heap" + return &t.x[0] +} + +func f6() *byte { // ERROR "can inline f6" + type T struct { + x struct { + y byte + } + } + t := new(T) // ERROR "new.T. escapes to heap" + return &t.x.y +} diff --git a/go/test/escape5.go b/go/test/escape5.go new file mode 100644 index 0000000000000000000000000000000000000000..2ed8b5789ddd7b24d28ba5aadcd8fb8f9aa00645 --- /dev/null +++ b/go/test/escape5.go @@ -0,0 +1,281 @@ +// errorcheck -0 -m -l + +// Copyright 2012 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. + +// Test, using compiler diagnostic flags, that the escape analysis is working. +// Compiles but does not run. Inlining is disabled. + +package foo + +import ( + "runtime" + "unsafe" +) + +func noleak(p *int) int { // ERROR "p does not escape" + return *p +} + +func leaktoret(p *int) *int { // ERROR "leaking param: p to result" + return p +} + +func leaktoret2(p *int) (*int, *int) { // ERROR "leaking param: p to result ~r0" "leaking param: p to result ~r1" + return p, p +} + +func leaktoret22(p, q *int) (*int, *int) { // ERROR "leaking param: p to result ~r0" "leaking param: q to result ~r1" + return p, q +} + +func leaktoret22b(p, q *int) (*int, *int) { // ERROR "leaking param: p to result ~r1" "leaking param: q to result ~r0" + return leaktoret22(q, p) +} + +func leaktoret22c(p, q *int) (*int, *int) { // ERROR "leaking param: p to result ~r1" "leaking param: q to result ~r0" + r, s := leaktoret22(q, p) + return r, s +} + +func leaktoret22d(p, q *int) (r, s *int) { // ERROR "leaking param: p to result s" "leaking param: q to result r" + r, s = leaktoret22(q, p) + return +} + +func leaktoret22e(p, q *int) (r, s *int) { // ERROR "leaking param: p to result s" "leaking param: q to result r" + r, s = leaktoret22(q, p) + return r, s +} + +func leaktoret22f(p, q *int) (r, s *int) { // ERROR "leaking param: p to result s" "leaking param: q to result r" + rr, ss := leaktoret22(q, p) + return rr, ss +} + +var gp *int + +func leaktosink(p *int) *int { // ERROR "leaking param: p" + gp = p + return p +} + +func f1() { + var x int + p := noleak(&x) + _ = p +} + +func f2() { + var x int + p := leaktoret(&x) + _ = p +} + +func f3() { + var x int // ERROR "moved to heap: x" + p := leaktoret(&x) + gp = p +} + +func f4() { + var x int // ERROR "moved to heap: x" + p, q := leaktoret2(&x) + gp = p + gp = q +} + +func f5() { + var x int + leaktoret22(leaktoret2(&x)) +} + +func f6() { + var x int // ERROR "moved to heap: x" + px1, px2 := leaktoret22(leaktoret2(&x)) + gp = px1 + _ = px2 +} + +type T struct{ x int } + +func (t *T) Foo(u int) (*T, bool) { // ERROR "leaking param: t to result" + t.x += u + return t, true +} + +func f7() *T { + r, _ := new(T).Foo(42) // ERROR "new.T. escapes to heap" + return r +} + +func leakrecursive1(p, q *int) (*int, *int) { // ERROR "leaking param: p" "leaking param: q" + return leakrecursive2(q, p) +} + +func leakrecursive2(p, q *int) (*int, *int) { // ERROR "leaking param: p" "leaking param: q" + if *p > *q { + return leakrecursive1(q, p) + } + // without this, leakrecursive? are safe for p and q, b/c in fact their graph does not have leaking edges. + return p, q +} + +var global interface{} + +type T1 struct { + X *int +} + +type T2 struct { + Y *T1 +} + +func f8(p *T1) (k T2) { // ERROR "leaking param: p$" + if p == nil { + k = T2{} + return + } + + // should make p leak always + global = p + return T2{p} +} + +func f9() { + var j T1 // ERROR "moved to heap: j" + f8(&j) +} + +func f10() { + // These don't escape but are too big for the stack + var x [1 << 30]byte // ERROR "moved to heap: x" + var y = make([]byte, 1<<30) // ERROR "make\(\[\]byte, 1073741824\) escapes to heap" + _ = x[0] + y[0] +} + +// Test for issue 19687 (passing to unnamed parameters does not escape). +func f11(**int) { +} +func f12(_ **int) { +} +func f13() { + var x *int + f11(&x) + f12(&x) + runtime.KeepAlive(&x) +} + +// Test for issue 24305 (passing to unnamed receivers does not escape). +type U int + +func (*U) M() {} +func (_ *U) N() {} + +func fbad24305a() { + var u U + u.M() + u.N() +} + +func fbad24305b() { + var u U + (*U).M(&u) + (*U).N(&u) +} + +// Issue 24730: taking address in a loop causes unnecessary escape +type T24730 struct { + x [64]byte +} + +func (t *T24730) g() { // ERROR "t does not escape" + y := t.x[:] + for i := range t.x[:] { + y = t.x[:] + y[i] = 1 + } + + var z *byte + for i := range t.x[:] { + z = &t.x[i] + *z = 2 + } +} + +// Issue 15730: copy causes unnecessary escape + +var sink []byte +var sink2 []int +var sink3 []*int + +func f15730a(args ...interface{}) { // ERROR "args does not escape" + for _, arg := range args { + switch a := arg.(type) { + case string: + copy(sink, a) + } + } +} + +func f15730b(args ...interface{}) { // ERROR "args does not escape" + for _, arg := range args { + switch a := arg.(type) { + case []int: + copy(sink2, a) + } + } +} + +func f15730c(args ...interface{}) { // ERROR "leaking param content: args" + for _, arg := range args { + switch a := arg.(type) { + case []*int: + // copy pointerful data should cause escape + copy(sink3, a) + } + } +} + +// Issue 29000: unnamed parameter is not handled correctly + +var sink4 interface{} +var alwaysFalse = false + +func f29000(_ int, x interface{}) { // ERROR "leaking param: x" + sink4 = x + if alwaysFalse { + g29000() + } +} + +func g29000() { + x := 1 + f29000(2, x) // ERROR "1 escapes to heap" +} + +// Issue 28369: taking an address of a parameter and converting it into a uintptr causes an +// unnecessary escape. + +var sink28369 uintptr + +func f28369(n int) int { + if n == 0 { + sink28369 = uintptr(unsafe.Pointer(&n)) + return n + } + + return 1 + f28369(n-1) +} + +// Issue 44614: parameters that flow to a heap-allocated result +// parameter must be recorded as a heap-flow rather than a +// result-flow. + +// N.B., must match "leaking param: p", +// but *not* "leaking param: p to result r level=0". +func f(p *int) (r *int) { // ERROR "leaking param: p$" "moved to heap: r" + sink4 = &r + return p +} diff --git a/go/test/escape6.go b/go/test/escape6.go new file mode 100644 index 0000000000000000000000000000000000000000..c45eb023fc7725805ef0f4f1b72fc6d6e446df62 --- /dev/null +++ b/go/test/escape6.go @@ -0,0 +1,59 @@ +// errorcheck -0 -m -l + +// Copyright 2025 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. + +// Tests for escaping variable-sized allocations. +// In particular, we need to make sure things assigned into +// variable-sized allocations escape even when the variable-sized +// allocations themselves don't escape. + +package foo + +type T string + +func f1(n int, v T) { // ERROR "leaking param: v" + s := make([]T, n) // ERROR "make\(\[\]T, n\) does not escape" + s[0] = v + g(s) +} + +func f2(n int, v T) { // ERROR "leaking param: v" + s := make([]T, n) // ERROR "make\(\[\]T, n\) does not escape" + p := &s[0] + *p = v + g(s) +} + +func f3(n int, v T) { // ERROR "leaking param: v" + s := make([]T, n) // ERROR "make\(\[\]T, n\) does not escape" + t := (*[4]T)(s) + t[0] = v + g(s) +} + +// TODO: imprecise: this does not need to leak v. +func f4(v T) { // ERROR "leaking param: v" + s := make([]T, 4) // ERROR "make\(\[\]T, 4\) does not escape" + s[0] = v + g(s) +} + +// TODO: imprecise: this does not need to leak v. +func f5(v T) { // ERROR "leaking param: v" + var b [4]T + s := b[:] + s[0] = v + g(s) +} + +func f6(v T) { // ERROR "v does not escape" + var b [4]T + s := b[:] + b[0] = v + g(s) +} + +func g(s []T) { // ERROR "s does not escape" +} diff --git a/go/test/escape_alias.go b/go/test/escape_alias.go new file mode 100644 index 0000000000000000000000000000000000000000..f8d455b653fe96a837e75d3ea10a082939600c1b --- /dev/null +++ b/go/test/escape_alias.go @@ -0,0 +1,779 @@ +// errorcheck -0 -d=escapealias=1 + +//go:build goexperiment.runtimefreegc + +// Copyright 2025 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. + +// Test recognizing certain patterns of usage, +// currently focused on whether a slice is aliased. + +package escapealias + +import "runtime" + +// Basic examples. +// +// Some of these directly overlap with later tests below, but are presented at the start +// to help show the big picture (before going into more variations). + +var alias []int + +func basic1() { + // A simple append with no aliasing of s. + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + _ = s +} + +func basic2() []int { + // The slice can escape. + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + return s +} + +func basic3() { + // A simple example of s being aliased. + // We give up when we see the aliasing. + var s []int + alias = s + s = append(s, 0) + _ = s +} + +func basic4() { + // The analysis is conservative, giving up on + // IR nodes it doesn't understand. It does not + // yet understand comparisons, for example. + var s []int + _ = s == nil + s = append(s, 0) + _ = s +} + +func basic5() { + // We also give up if s is assigned to another variable. + var s []int + s2 := s + s2 = append(s2, 0) + _ = s2 +} + +func basic6() { + // A self-assigning append does not create an alias, + // so s is still unaliased when we reach the second append here. + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + s = append(s, 0) // ERROR "append using non-aliased slice" + _ = s +} + +func basic7() { + // An append can be unaliased if it happens before aliasing. + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + alias = s + s = append(s, 0) + _ = s +} + +func basic8() { + // Aliasing anywhere in a loop means we give up for the whole loop body, + // even if the aliasing is after the append in the loop body. + var s []int + for range 10 { + s = append(s, 0) + alias = s + } + _ = s +} + +func basic9() { + // Aliases after a loop do not affect whether this is aliasing in the loop. + var s []int + for range 10 { + s = append(s, 0) // ERROR "append using non-aliased slice" + } + alias = s + _ = s +} + +func basic10() { + // We track the depth at which a slice is declared vs. aliased, + // which helps for example with nested loops. + // In this example, the aliasing occurs after both loops are done. + var s []int + for range 10 { + for range 10 { + s = append(s, 0) // ERROR "append using non-aliased slice" + } + } + alias = s +} + +func basic11() { + // In contrast, here the aliasing occurs in the outer loop body. + var s []int + for range 10 { + for range 10 { + s = append(s, 0) + } + alias = s + } +} + +// Some variations on single appends. + +func singleAppend1() []int { + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + return s +} + +func singleAppend2() { + var s []int + alias = s + s = append(s, 0) +} + +func singleAppend3() { + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + alias = s +} + +func singleAppend4() { + var s []int + p := &s + _ = p + s = append(s, 0) +} + +func singleAppend5(s []int) { + s = append(s, 0) +} + +func singleAppend6() { + var s []int + alias, _ = s, 0 + s = append(s, 0) +} + +// Examples with variations on slice declarations. + +func sliceDeclaration1() { + s := []int{} + s = append(s, 0) // ERROR "append using non-aliased slice" +} + +func sliceDeclaration2() { + s := []int{1, 2, 3} + s = append(s, 0) // ERROR "append using non-aliased slice" +} + +func sliceDeclaration3() { + s := make([]int, 3) + s = append(s, 0) // ERROR "append using non-aliased slice" +} + +func sliceDeclaration4() { + s := []int{} + alias = s + s = append(s, 0) +} + +func sliceDeclaration5() { + s := []int{1, 2, 3} + alias = s + s = append(s, 0) +} + +func sliceDeclaration6() { + s := make([]int, 3) + alias = s + s = append(s, 0) +} + +func sliceDeclaration7() { + s, x := []int{}, 0 + s = append(s, x) // ERROR "append using non-aliased slice" +} + +// Basic loops. First, a single loop. + +func loops1a() { + var s []int + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } +} + +func loops1b() { + var s []int + for i := range 10 { + alias = s + s = append(s, i) + } +} + +func loops1c() { + var s []int + for i := range 10 { + s = append(s, i) + alias = s + } +} + +func loops1d() { + var s []int + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + alias = s +} + +func loops1e() { + var s []int + for i := range use(s) { + s = append(s, i) + } +} + +func loops1f() { + var s []int + for i := range use(s) { + s = append(s, i) + } + s = append(s, 0) +} + +// Nested loops with s declared outside the loops. + +func loops2a() { + var s []int + for range 10 { + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + } +} + +func loops2b() { + var s []int + for range 10 { + alias = s + for i := range 10 { + s = append(s, i) + } + } +} + +func loops2c() { + var s []int + for range 10 { + for i := range 10 { + s = append(s, i) + } + alias = s + } +} + +func loops2d() { + var s []int + for range 10 { + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + } + alias = s +} + +func loops2e() { + var s []int + for range use(s) { + for i := range 10 { + s = append(s, i) + } + s = append(s, 0) + } + s = append(s, 0) +} + +func loops2f() { + var s []int + for range 10 { + for i := range use(s) { + s = append(s, i) + } + s = append(s, 0) + } + s = append(s, 0) +} + +// Nested loops with s declared inside the first loop. + +func loops3a() { + for range 10 { + var s []int + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + } +} + +func loops3b() { + for range 10 { + var s []int + for i := range 10 { + alias = s + s = append(s, i) + } + } +} + +func loops3c() { + for range 10 { + var s []int + for i := range 10 { + s = append(s, i) + alias = s + } + } +} + +func loops3d() { + for range 10 { + var s []int + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + alias = s + } +} + +func loops3e() { + for range 10 { + var s []int + for i := range use(s) { + s = append(s, i) + } + s = append(s, 0) + } +} + +// Loops using OFOR instead of ORANGE. + +func loops4a() { + var s []int + for i := 0; i < 10; i++ { + s = append(s, i) // ERROR "append using non-aliased slice" + } +} + +func loops4b() { + var s []int + for i := 0; i < 10; i++ { + alias = s + s = append(s, i) + } +} + +func loops4c() { + var s []int + for i := 0; i < 10; i++ { + s = append(s, i) + alias = s + } +} + +func loops4d() { + var s []int + for i := 0; i < 10; i++ { + s = append(s, i) // ERROR "append using non-aliased slice" + } + alias = s +} + +// Loops with some initialization variations. + +func loopsInit1() { + var i int + for s := []int{}; i < 10; i++ { + s = append(s, i) // ERROR "append using non-aliased slice" + } +} + +func loopsInit2() { + var i int + for s := []int{}; i < 10; i++ { + s = append(s, i) + alias = s + } +} + +func loopsInit3() { + var i int + for s := []int{}; i < 10; i++ { + for range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + } +} + +func loopsInit5() { + var i int + for s := []int{}; i < 10; i++ { + for range 10 { + s = append(s, i) + alias = s + } + } +} + +func loopsInit5b() { + var i int + for s := []int{}; i < 10; i++ { + for range 10 { + s = append(s, i) + } + alias = s + } +} + +func loopsInit6() { + for range 10 { + var i int + for s := []int{}; i < 10; i++ { + s = append(s, i) // ERROR "append using non-aliased slice" + } + } +} + +func loopsInit7() { + for range 10 { + var i int + for s := []int{}; i < 10; i++ { + s = append(s, i) + alias = s + } + } +} + +// Some initialization variations with use of s in the for or range. + +func loopsInit8() { + var s []int + for use(s) == 0 { + s = append(s, 0) + } +} + +func loopsInit9() { + for s := []int{}; use(s) == 0; { + s = append(s, 0) + } +} + +func loopsInit10() { + for s := []int{}; ; use(s) { + s = append(s, 0) + } +} + +func loopsInit11() { + var s [][]int + for _, s2 := range s { + s = append(s, s2) + } +} + +// Examples of calling functions that get inlined, +// starting with a simple pass-through function. + +// TODO(thepudds): we handle many of these starting in https://go.dev/cl/712422 + +func inlineReturn(param []int) []int { + return param +} + +func inline1a() { + var s []int + s = inlineReturn(s) + s = append(s, 0) +} + +func inline1b() { + var s []int + for range 10 { + s = inlineReturn(s) + s = append(s, 0) + } +} + +func inline1c() { + var s []int + for range 10 { + s = inlineReturn(s) + alias = s + s = append(s, 0) + } +} + +func inline1d() { + var s []int + for range 10 { + s = inlineReturn(s) + s = append(s, 0) + alias = s + } +} + +// Examples with an inlined function that uses append. + +func inlineAppend(param []int) []int { + param = append(param, 0) + // TODO(thepudds): could in theory also handle a direct 'return append(param, 0)' + return param +} + +func inline2a() { + var s []int + s = inlineAppend(s) + s = append(s, 0) +} + +func inline2b() { + var s []int + for range 10 { + s = inlineAppend(s) + s = append(s, 0) + } +} + +func inline2c() { + var s []int + for range 10 { + s = inlineAppend(s) + alias = s + s = append(s, 0) + } +} + +func inline2d() { + var s []int + for range 10 { + s = inlineAppend(s) + s = append(s, 0) + alias = s + } +} + +// Examples calling non-inlined functions that do and do not escape. + +var sink interface{} + +//go:noinline +func use(s []int) int { return 0 } // s content does not escape + +//go:noinline +func escape(s []int) int { sink = s; return 0 } // s content escapes + +func call1() { + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + use(s) +} + +// TODO(thepudds): OK to disallow this for now, but would be nice to allow this given use(s) is non-escaping. +func call2() { + var s []int + use(s) + s = append(s, 0) +} + +func call3() { + var s []int + s = append(s, use(s)) +} + +func call4() { + var s []int + for i := range 10 { + s = append(s, i) + use(s) + } +} + +func callEscape1() { + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + escape(s) +} + +func callEscape2() { + var s []int + escape(s) + s = append(s, 0) +} + +func callEscape3() { + var s []int + s = append(s, escape(s)) +} + +func callEscape4() { + var s []int + for i := range 10 { + s = append(s, i) + escape(s) + } +} + +// Examples of some additional expressions we understand. + +func expr1() { + var s []int + _ = len(s) + _ = cap(s) + s = append(s, 0) // ERROR "append using non-aliased slice" +} + +// Examples of some expressions or statements we do not understand. +// Some of these we could handle in the future, but some likely not. + +func notUnderstood1() { + var s []int + s = append(s[:], 0) +} + +func notUnderstood2() { + // Note: we must be careful if we analyze slice expressions. + // See related comment about slice expressions in (*aliasAnalysis).analyze. + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + s = s[1:] // s no longer points to the base of the heap object. + s = append(s, 0) +} + +func notUnderstood3() { + // The first append is currently the heart of slices.Grow. + var s []int + n := 1000 + s = append(s[:cap(s)], make([]int, n)...)[:len(s)] + s = append(s, 0) +} + +func notUnderstood4() []int { + // A return statement could be allowed to use the slice in a loop + // because we cannot revisit the append once we return. + var s []int + for i := range 10 { + s = append(s, 0) + if i > 5 { + return s + } + } + return s +} + +func notUnderstood5() { + // AddCleanup is an example function call that we do not understand. + // See related comment about specials in (*aliasAnalysis).analyze. + var s []int + runtime.AddCleanup(&s, func(int) {}, 0) + s = append(s, 0) +} + +// Examples with closures. + +func closure1() { + var s []int // declared outside the closure + f := func() { + for i := range 10 { + s = append(s, i) + } + } + _ = f // avoid calling f, which would just get inlined +} + +// TODO(thepudds): it's probably ok that we currently allow this. Could conservatively +// disallow if needed. +func closure2() { + f := func() { + var s []int // declared inside the closure + for i := range 10 { + s = append(s, i) // ERROR "append using non-aliased slice" + } + } + _ = f // avoid calling f, which would just get inlined +} + +// Examples with goto and labels. + +func goto1() { + var s []int +label: + s = append(s, 0) + alias = s + goto label +} + +func goto2() { + var s []int + s = append(s, 0) // ERROR "append using non-aliased slice" + alias = s +label: + goto label +} + +func goto3() { + var s []int +label: + for i := range 10 { + s = append(s, i) + } + goto label +} + +func break1() { + var s []int +label: + for i := range 10 { + s = append(s, i) + break label + } +} + +// Examples with iterators. + +func collect[E any](seq Seq[E]) []E { + var result []E + for v := range seq { + result = append(result, v) + } + return result +} + +func count(yield func(int) bool) { + for i := range 10 { + if !yield(i) { + return + } + } +} + +func iteratorUse1() { + var s []int + s = collect(count) + _ = s +} + +func iteratorUse2() { + var s []int + s = collect(count) + s = append(s, 0) +} + +type Seq[E any] func(yield func(E) bool) diff --git a/go/test/escape_array.go b/go/test/escape_array.go new file mode 100644 index 0000000000000000000000000000000000000000..1a1eb5e4aafb6fbe9f1dd8c0f2e89aa9b263e351 --- /dev/null +++ b/go/test/escape_array.go @@ -0,0 +1,129 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for arrays and some large things + +package foo + +var Ssink *string + +type U [2]*string + +func bar(a, b *string) U { // ERROR "leaking param: a to result ~r0 level=0$" "leaking param: b to result ~r0 level=0$" + return U{a, b} +} + +func foo(x U) U { // ERROR "leaking param: x to result ~r0 level=0$" + return U{x[1], x[0]} +} + +func bff(a, b *string) U { // ERROR "leaking param: a to result ~r0 level=0$" "leaking param: b to result ~r0 level=0$" + return foo(foo(bar(a, b))) +} + +func tbff1() *string { + a := "cat" + b := "dog" // ERROR "moved to heap: b$" + u := bff(&a, &b) + _ = u[0] + return &b +} + +// BAD: need fine-grained analysis to track u[0] and u[1] differently. +func tbff2() *string { + a := "cat" // ERROR "moved to heap: a$" + b := "dog" // ERROR "moved to heap: b$" + u := bff(&a, &b) + _ = u[0] + return u[1] +} + +func car(x U) *string { // ERROR "leaking param: x to result ~r0 level=0$" + return x[0] +} + +// BAD: need fine-grained analysis to track x[0] and x[1] differently. +func fun(x U, y *string) *string { // ERROR "leaking param: x to result ~r0 level=0$" "leaking param: y to result ~r0 level=0$" + x[0] = y + return x[1] +} + +func fup(x *U, y *string) *string { // ERROR "leaking param: x to result ~r0 level=1$" "leaking param: y$" + x[0] = y // leaking y to heap is intended + return x[1] +} + +func fum(x *U, y **string) *string { // ERROR "leaking param: x to result ~r0 level=1$" "leaking param content: y$" + x[0] = *y + return x[1] +} + +func fuo(x *U, y *U) *string { // ERROR "leaking param: x to result ~r0 level=1$" "leaking param content: y$" + x[0] = y[0] + return x[1] +} + +// These two tests verify that: +// small array literals are stack allocated; +// pointers stored in small array literals do not escape; +// large array literals are heap allocated; +// pointers stored in large array literals escape. +func hugeLeaks1(x **string, y **string) { // ERROR "leaking param content: x" "y does not escape" + a := [10]*string{*y} + _ = a + // 4 x 4,000,000 exceeds MaxStackVarSize, therefore it must be heap allocated if pointers are 4 bytes or larger. + b := [4000000]*string{*x} // ERROR "moved to heap: b" + _ = b +} + +func hugeLeaks2(x *string, y *string) { // ERROR "leaking param: x" "y does not escape" + a := [10]*string{y} + _ = a + // 4 x 4,000,000 exceeds MaxStackVarSize, therefore it must be heap allocated if pointers are 4 bytes or larger. + b := [4000000]*string{x} // ERROR "moved to heap: b" + _ = b +} + +// BAD: x need not leak. +func doesNew1(x *string, y *string) { // ERROR "leaking param: x" "leaking param: y" + a := new([10]*string) // ERROR "new\(\[10\]\*string\) does not escape" + a[0] = x + b := new([65537]*string) // ERROR "new\(\[65537\]\*string\) escapes to heap" + b[0] = y +} + +type a10 struct { + s *string + i [10]int32 +} + +type a65537 struct { + s *string + i [65537]int32 +} + +// BAD: x need not leak. +func doesNew2(x *string, y *string) { // ERROR "leaking param: x" "leaking param: y" + a := new(a10) // ERROR "new\(a10\) does not escape" + a.s = x + b := new(a65537) // ERROR "new\(a65537\) escapes to heap" + b.s = y +} + +// BAD: x need not leak. +func doesMakeSlice(x *string, y *string) { // ERROR "leaking param: x" "leaking param: y" + a := make([]*string, 10) // ERROR "make\(\[\]\*string, 10\) does not escape" + a[0] = x + b := make([]*string, 65537) // ERROR "make\(\[\]\*string, 65537\) escapes to heap" + b[0] = y +} + +func nonconstArray() { + n := 32 + s1 := make([]int, n) // ERROR "make\(\[\]int, 32\) does not escape" + s2 := make([]int, 0, n) // ERROR "make\(\[\]int, 0, 32\) does not escape" + _, _ = s1, s2 +} diff --git a/go/test/escape_bloop.go b/go/test/escape_bloop.go new file mode 100644 index 0000000000000000000000000000000000000000..b0d79ecf1ff5f7b3e91bcadbe6a86499639c0d5e --- /dev/null +++ b/go/test/escape_bloop.go @@ -0,0 +1,64 @@ +// errorcheck -0 -m + +// Copyright 2026 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. + +// Test b.Loop escape analysis behavior. + +package bloop + +import ( + "testing" +) + +// An example where mid-stack inlining allows stack allocation of a slice. +// This is from the example in go.dev/issue/73137. + +func NewX(x int) []byte { // ERROR "can inline NewX" + out := make([]byte, 8) // ERROR "make\(\[\]byte, 8\) escapes to heap" + return use1(out) +} + +//go:noinline +func use1(out []byte) []byte { // ERROR "leaking param: out to result ~r0 level=0" + return out +} + +//go:noinline +func BenchmarkBloop(b *testing.B) { // ERROR "leaking param: b" + for b.Loop() { // ERROR "inlining call to testing.\(\*B\).Loop" + NewX(42) // ERROR "make\(\[\]byte, 8\) does not escape" "inlining call to NewX" + } +} + +// A traditional b.N benchmark using a sink variable for comparison, +// also from the example in go.dev/issue/73137. + +var sink byte + +//go:noinline +func BenchmarkBN(b *testing.B) { // ERROR "b does not escape" + for i := 0; i < b.N; i++ { + out := NewX(42) // ERROR "make\(\[\]byte, 8\) does not escape" "inlining call to NewX" + sink = out[0] + } +} + +// An example showing behavior of a simple function argument in the b.Loop body. + +//go:noinline +func use2(x any) {} // ERROR "x does not escape" + +//go:noinline +func BenchmarkBLoopFunctionArg(b *testing.B) { // ERROR "leaking param: b" + for b.Loop() { // ERROR "inlining call to testing.\(\*B\).Loop" + use2(42) // ERROR "42 does not escape" + } +} + +// A similar call outside of b.Loop for comparison. + +func simpleFunctionArg() { // ERROR "can inline simpleFunctionArg" + use2(42) // ERROR "42 does not escape" +} diff --git a/go/test/escape_calls.go b/go/test/escape_calls.go new file mode 100644 index 0000000000000000000000000000000000000000..2525ef61396652f89739be6a26b10eea56978659 --- /dev/null +++ b/go/test/escape_calls.go @@ -0,0 +1,61 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for function parameters. + +// In this test almost everything is BAD except the simplest cases +// where input directly flows to output. + +package foo + +func f(buf []byte) []byte { // ERROR "leaking param: buf to result ~r0 level=0$" + return buf +} + +func g(*byte) string + +func h(e int) { + var x [32]byte // ERROR "moved to heap: x$" + g(&f(x[:])[0]) +} + +type Node struct { + s string + left, right *Node +} + +func walk(np **Node) int { // ERROR "leaking param content: np" + n := *np + w := len(n.s) + if n == nil { + return 0 + } + wl := walk(&n.left) + wr := walk(&n.right) + if wl < wr { + n.left, n.right = n.right, n.left // ERROR "ignoring self-assignment" + wl, wr = wr, wl + } + *np = n + return w + wl + wr +} + +// Test for bug where func var f used prototype's escape analysis results. +func prototype(xyz []string) {} // ERROR "xyz does not escape" +func bar() { + var got [][]string + f := prototype + f = func(ss []string) { got = append(got, ss) } // ERROR "leaking param: ss" "func literal does not escape" "append escapes to heap" + s := "string" + f([]string{s}) // ERROR "\[\]string{...} escapes to heap" +} + +func strmin(a, b, c string) string { // ERROR "leaking param: a to result ~r0 level=0" "leaking param: b to result ~r0 level=0" "leaking param: c to result ~r0 level=0" + return min(a, b, c) +} +func strmax(a, b, c string) string { // ERROR "leaking param: a to result ~r0 level=0" "leaking param: b to result ~r0 level=0" "leaking param: c to result ~r0 level=0" + return max(a, b, c) +} diff --git a/go/test/escape_closure.go b/go/test/escape_closure.go new file mode 100644 index 0000000000000000000000000000000000000000..84f3adf35d2729b66197f1403b80dbc2973f3b91 --- /dev/null +++ b/go/test/escape_closure.go @@ -0,0 +1,193 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for closure arguments. + +package escape + +var sink interface{} + +func ClosureCallArgs0() { + x := 0 + func(p *int) { // ERROR "p does not escape" "func literal does not escape" + *p = 1 + }(&x) +} + +func ClosureCallArgs1() { + x := 0 + for { + func(p *int) { // ERROR "p does not escape" "func literal does not escape" + *p = 1 + }(&x) + } +} + +func ClosureCallArgs2() { + for { + x := 0 + func(p *int) { // ERROR "p does not escape" "func literal does not escape" + *p = 1 + }(&x) + } +} + +func ClosureCallArgs3() { + x := 0 // ERROR "moved to heap: x" + func(p *int) { // ERROR "leaking param: p" "func literal does not escape" + sink = p + }(&x) +} + +func ClosureCallArgs4() { + x := 0 + _ = func(p *int) *int { // ERROR "leaking param: p to result ~r0" "func literal does not escape" + return p + }(&x) +} + +func ClosureCallArgs5() { + x := 0 // ERROR "moved to heap: x" + // TODO(mdempsky): We get "leaking param: p" here because the new escape analysis pass + // can tell that p flows directly to sink, but it's a little weird. Re-evaluate. + sink = func(p *int) *int { // ERROR "leaking param: p" "func literal does not escape" + return p + }(&x) +} + +func ClosureCallArgs6() { + x := 0 // ERROR "moved to heap: x" + func(p *int) { // ERROR "moved to heap: p" "func literal does not escape" + sink = &p + }(&x) +} + +func ClosureCallArgs7() { + var pp *int + for { + x := 0 // ERROR "moved to heap: x" + func(p *int) { // ERROR "leaking param: p" "func literal does not escape" + pp = p + }(&x) + } + _ = pp +} + +func ClosureCallArgs8() { + x := 0 + defer func(p *int) { // ERROR "p does not escape" "func literal does not escape" + *p = 1 + }(&x) +} + +func ClosureCallArgs9() { + // BAD: x should not leak + x := 0 // ERROR "moved to heap: x" + for { + defer func(p *int) { // ERROR "func literal escapes to heap" "p does not escape" + *p = 1 + }(&x) + } +} + +func ClosureCallArgs10() { + for { + x := 0 // ERROR "moved to heap: x" + defer func(p *int) { // ERROR "func literal escapes to heap" "p does not escape" + *p = 1 + }(&x) + } +} + +func ClosureCallArgs11() { + x := 0 // ERROR "moved to heap: x" + defer func(p *int) { // ERROR "leaking param: p" "func literal does not escape" + sink = p + }(&x) +} + +func ClosureCallArgs12() { + x := 0 + defer func(p *int) *int { // ERROR "leaking param: p to result ~r0" "func literal does not escape" + return p + }(&x) +} + +func ClosureCallArgs13() { + x := 0 // ERROR "moved to heap: x" + defer func(p *int) { // ERROR "moved to heap: p" "func literal does not escape" + sink = &p + }(&x) +} + +func ClosureCallArgs14() { + x := 0 + p := &x + _ = func(p **int) *int { // ERROR "leaking param: p to result ~r0 level=1" "func literal does not escape" + return *p + }(&p) +} + +func ClosureCallArgs15() { + x := 0 // ERROR "moved to heap: x" + p := &x + sink = func(p **int) *int { // ERROR "leaking param: p to result ~r0 level=1" "func literal does not escape" + return *p + }(&p) +} + +func ClosureLeak1(s string) string { // ERROR "s does not escape" + t := s + "YYYY" // ERROR "escapes to heap" + return ClosureLeak1a(t) // ERROR "... argument does not escape" +} + +// See #14409 -- returning part of captured var leaks it. +func ClosureLeak1a(a ...string) string { // ERROR "leaking param: a to result ~r0 level=1$" + return func() string { // ERROR "func literal does not escape" + return a[0] + }() +} + +func ClosureLeak2(s string) string { // ERROR "s does not escape" + t := s + "YYYY" // ERROR "escapes to heap" + c := ClosureLeak2a(t) // ERROR "... argument does not escape" + return c +} +func ClosureLeak2a(a ...string) string { // ERROR "leaking param content: a" + return ClosureLeak2b(func() string { // ERROR "func literal does not escape" + return a[0] + }) +} +func ClosureLeak2b(f func() string) string { // ERROR "f does not escape" + return f() +} + +func ClosureIndirect() { + f := func(p *int) {} // ERROR "p does not escape" "func literal does not escape" + f(new(int)) // ERROR "new\(int\) does not escape" + + g := f + g(new(int)) // ERROR "new\(int\) does not escape" + + h := nopFunc + h(new(int)) // ERROR "new\(int\) does not escape" +} + +func nopFunc(p *int) {} // ERROR "p does not escape" + +func ClosureIndirect2() { + f := func(p *int) *int { return p } // ERROR "leaking param: p to result ~r0 level=0" "func literal does not escape" + + f(new(int)) // ERROR "new\(int\) does not escape" + + g := f + g(new(int)) // ERROR "new\(int\) does not escape" + + h := nopFunc2 + h(new(int)) // ERROR "new\(int\) does not escape" +} + +func nopFunc2(p *int) *int { return p } // ERROR "leaking param: p to result ~r0 level=0" diff --git a/go/test/escape_field.go b/go/test/escape_field.go new file mode 100644 index 0000000000000000000000000000000000000000..95d0784d9167cc9cf358dda69914ef9d0a319af0 --- /dev/null +++ b/go/test/escape_field.go @@ -0,0 +1,174 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis with respect to field assignments. + +package escape + +var sink interface{} + +type X struct { + p1 *int + p2 *int + a [2]*int +} + +type Y struct { + x X +} + +func field0() { + i := 0 // ERROR "moved to heap: i$" + var x X + x.p1 = &i + sink = x.p1 +} + +func field1() { + i := 0 // ERROR "moved to heap: i$" + var x X + // BAD: &i should not escape + x.p1 = &i + sink = x.p2 +} + +func field3() { + i := 0 // ERROR "moved to heap: i$" + var x X + x.p1 = &i + sink = x // ERROR "x escapes to heap" +} + +func field4() { + i := 0 // ERROR "moved to heap: i$" + var y Y + y.x.p1 = &i + x := y.x + sink = x // ERROR "x escapes to heap" +} + +func field5() { + i := 0 // ERROR "moved to heap: i$" + var x X + // BAD: &i should not escape here + x.a[0] = &i + sink = x.a[1] +} + +// BAD: we are not leaking param x, only x.p2 +func field6(x *X) { // ERROR "leaking param content: x$" + sink = x.p2 +} + +func field6a() { + i := 0 // ERROR "moved to heap: i$" + var x X + // BAD: &i should not escape + x.p1 = &i + field6(&x) +} + +func field7() { + i := 0 + var y Y + y.x.p1 = &i + x := y.x + var y1 Y + y1.x = x + _ = y1.x.p1 +} + +func field8() { + i := 0 // ERROR "moved to heap: i$" + var y Y + y.x.p1 = &i + x := y.x + var y1 Y + y1.x = x + sink = y1.x.p1 +} + +func field9() { + i := 0 // ERROR "moved to heap: i$" + var y Y + y.x.p1 = &i + x := y.x + var y1 Y + y1.x = x + sink = y1.x // ERROR "y1\.x escapes to heap" +} + +func field10() { + i := 0 // ERROR "moved to heap: i$" + var y Y + // BAD: &i should not escape + y.x.p1 = &i + x := y.x + var y1 Y + y1.x = x + sink = y1.x.p2 +} + +func field11() { + i := 0 // ERROR "moved to heap: i$" + x := X{p1: &i} + sink = x.p1 +} + +func field12() { + i := 0 // ERROR "moved to heap: i$" + // BAD: &i should not escape + x := X{p1: &i} + sink = x.p2 +} + +func field13() { + i := 0 // ERROR "moved to heap: i$" + x := &X{p1: &i} // ERROR "&X{...} does not escape$" + sink = x.p1 +} + +func field14() { + i := 0 // ERROR "moved to heap: i$" + // BAD: &i should not escape + x := &X{p1: &i} // ERROR "&X{...} does not escape$" + sink = x.p2 +} + +func field15() { + i := 0 // ERROR "moved to heap: i$" + x := &X{p1: &i} // ERROR "&X{...} escapes to heap$" + sink = x +} + +func field16() { + i := 0 // ERROR "moved to heap: i$" + var x X + // BAD: &i should not escape + x.p1 = &i + var iface interface{} = x // ERROR "x does not escape" + x1 := iface.(X) + sink = x1.p2 +} + +func field17() { + i := 0 // ERROR "moved to heap: i$" + var x X + x.p1 = &i + var iface interface{} = x // ERROR "x does not escape" + x1 := iface.(X) + sink = x1.p1 +} + +func field18() { + i := 0 // ERROR "moved to heap: i$" + var x X + // BAD: &i should not escape + x.p1 = &i + var iface interface{} = x // ERROR "x does not escape" + y, _ := iface.(Y) // Put X, but extracted Y. The cast will fail, so y is zero initialized. + sink = y // ERROR "y escapes to heap" +} diff --git a/go/test/escape_goto.go b/go/test/escape_goto.go new file mode 100644 index 0000000000000000000000000000000000000000..90da5a2151297082b9163b998bae1830c0e36db5 --- /dev/null +++ b/go/test/escape_goto.go @@ -0,0 +1,44 @@ +// errorcheck -0 -m -l + +// 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. + +// Test escape analysis for goto statements. + +package escape + +var x bool + +func f1() { + var p *int +loop: + if x { + goto loop + } + // BAD: We should be able to recognize that there + // aren't any more "goto loop" after here. + p = new(int) // ERROR "escapes to heap" + _ = p +} + +func f2() { + var p *int + if x { + loop: + goto loop + } else { + p = new(int) // ERROR "does not escape" + } + _ = p +} + +func f3() { + var p *int + if x { + loop: + goto loop + } + p = new(int) // ERROR "does not escape" + _ = p +} diff --git a/go/test/escape_hash_maphash.go b/go/test/escape_hash_maphash.go new file mode 100644 index 0000000000000000000000000000000000000000..f8dcc5450d021cccb979b03799f7ef5a5316ad96 --- /dev/null +++ b/go/test/escape_hash_maphash.go @@ -0,0 +1,19 @@ +// errorcheck -0 -m -l + +// 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. + +// Test escape analysis for hash/maphash. + +package escape + +import ( + "hash/maphash" +) + +func f() { + var x maphash.Hash // should be stack allocatable + x.WriteString("foo") + x.Sum64() +} diff --git a/go/test/escape_iface.go b/go/test/escape_iface.go new file mode 100644 index 0000000000000000000000000000000000000000..78b5209a629f3a69419abf93f83f20fc1d94d6b1 --- /dev/null +++ b/go/test/escape_iface.go @@ -0,0 +1,265 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for interface conversions. + +package escape + +var sink interface{} + +type M interface { + M() +} + +func mescapes(m M) { // ERROR "leaking param: m" + sink = m +} + +func mdoesnotescape(m M) { // ERROR "m does not escape" +} + +// Tests for type stored directly in iface and with value receiver method. +type M0 struct { + p *int +} + +func (M0) M() { +} + +func efaceEscape0() { + { + i := 0 + v := M0{&i} + var x M = v + _ = x + } + { + i := 0 // ERROR "moved to heap: i" + v := M0{&i} + var x M = v + sink = x + } + { + i := 0 + v := M0{&i} + var x M = v + v1 := x.(M0) + _ = v1 + } + { + i := 0 // ERROR "moved to heap: i" + v := M0{&i} + // BAD: v does not escape to heap here + var x M = v + v1 := x.(M0) + sink = v1 + } + { + i := 0 + v := M0{&i} + var x M = v + x.M() // ERROR "devirtualizing x.M" + } + { + i := 0 // ERROR "moved to heap: i" + v := M0{&i} + var x M = v + mescapes(x) + } + { + i := 0 + v := M0{&i} + var x M = v + mdoesnotescape(x) + } +} + +// Tests for type stored indirectly in iface and with value receiver method. +type M1 struct { + p *int + x int +} + +func (M1) M() { +} + +func efaceEscape1() { + { + i := 0 + v := M1{&i, 0} + var x M = v // ERROR "v does not escape" + _ = x + } + { + i := 0 // ERROR "moved to heap: i" + v := M1{&i, 0} + var x M = v // ERROR "v escapes to heap" + sink = x + } + { + i := 0 + v := M1{&i, 0} + var x M = v // ERROR "v does not escape" + v1 := x.(M1) + _ = v1 + } + { + i := 0 // ERROR "moved to heap: i" + v := M1{&i, 0} + var x M = v // ERROR "v does not escape" + v1 := x.(M1) + sink = v1 // ERROR "v1 escapes to heap" + } + { + i := 0 + v := M1{&i, 0} + var x M = v // ERROR "v does not escape" + x.M() // ERROR "devirtualizing x.M" + } + { + i := 0 // ERROR "moved to heap: i" + v := M1{&i, 0} + var x M = v // ERROR "v escapes to heap" + mescapes(x) + } + { + i := 0 + v := M1{&i, 0} + var x M = v // ERROR "v does not escape" + mdoesnotescape(x) + } +} + +// Tests for type stored directly in iface and with pointer receiver method. +type M2 struct { + p *int +} + +func (*M2) M() { +} + +func efaceEscape2() { + { + i := 0 + v := &M2{&i} // ERROR "&M2{...} does not escape" + var x M = v + _ = x + } + { + i := 0 // ERROR "moved to heap: i" + v := &M2{&i} // ERROR "&M2{...} escapes to heap" + var x M = v + sink = x + } + { + i := 0 + v := &M2{&i} // ERROR "&M2{...} does not escape" + var x M = v + v1 := x.(*M2) + _ = v1 + } + { + i := 0 // ERROR "moved to heap: i" + v := &M2{&i} // ERROR "&M2{...} escapes to heap" + // BAD: v does not escape to heap here + var x M = v + v1 := x.(*M2) + sink = v1 + } + { + i := 0 // ERROR "moved to heap: i" + v := &M2{&i} // ERROR "&M2{...} does not escape" + // BAD: v does not escape to heap here + var x M = v + v1 := x.(*M2) + sink = *v1 + } + { + i := 0 // ERROR "moved to heap: i" + v := &M2{&i} // ERROR "&M2{...} does not escape" + // BAD: v does not escape to heap here + var x M = v + v1, ok := x.(*M2) + sink = *v1 + _ = ok + } + { + i := 0 + v := &M2{&i} // ERROR "&M2{...} does not escape" + var x M = v + x.M() // ERROR "devirtualizing x.M" + } + { + i := 0 // ERROR "moved to heap: i" + v := &M2{&i} // ERROR "&M2{...} escapes to heap" + var x M = v + mescapes(x) + } + { + i := 0 + v := &M2{&i} // ERROR "&M2{...} does not escape" + var x M = v + mdoesnotescape(x) + } +} + +type T1 struct { + p *int +} + +type T2 struct { + T1 T1 +} + +func dotTypeEscape() *T2 { // #11931 + var x interface{} + x = &T1{p: new(int)} // ERROR "new\(int\) escapes to heap" "&T1{...} does not escape" + return &T2{ // ERROR "&T2{...} escapes to heap" + T1: *(x.(*T1)), + } +} + +func dotTypeEscape2() { // #13805, #15796 + { + i := 0 + j := 0 + var v int + var ok bool + var x interface{} = i // ERROR "0 does not escape" + var y interface{} = j // ERROR "0 does not escape" + + *(&v) = x.(int) + *(&v), *(&ok) = y.(int) + } + { // #13805, #15796 + i := 0 + j := 0 + var ok bool + var x interface{} = i // ERROR "0 does not escape" + var y interface{} = j // ERROR "0 does not escape" + + sink = x.(int) // ERROR "x.\(int\) escapes to heap" + sink, *(&ok) = y.(int) // ERROR "autotmp_.* escapes to heap" + } + { + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + var ok bool + var x interface{} = &i + var y interface{} = &j + + sink = x.(*int) + sink, *(&ok) = y.(*int) + } +} + +func issue42279() { + type I interface{ M() } + type T struct{ I } + + var i I = T{} // ERROR "T\{\} does not escape" + i.M() // ERROR "partially devirtualizing i.M to T" +} diff --git a/go/test/escape_iface_data.go b/go/test/escape_iface_data.go new file mode 100644 index 0000000000000000000000000000000000000000..b42974c4860f0cd303862dcefae3d4ea6bc871a3 --- /dev/null +++ b/go/test/escape_iface_data.go @@ -0,0 +1,297 @@ +// errorcheck -0 -d=escapedebug=1 + +// Copyright 2024 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. + +// Test the data word used for interface conversions +// that might otherwise allocate. + +package dataword + +var sink interface{} + +func string1() { + sink = "abc" // ERROR "using global for interface value" +} + +func string2() { + v := "abc" + sink = v // ERROR "using global for interface value" +} + +func string3() { + sink = "" // ERROR "using global for interface value" +} + +func string4() { + v := "" + sink = v // ERROR "using global for interface value" +} + +func string5() { + var a any = "abc" // ERROR "using global for interface value" + _ = a +} + +func string6() { + var a any + v := "abc" + a = v // ERROR "using global for interface value" + _ = a +} + +// string7 can be inlined. +func string7(v string) { + sink = v +} + +func string8() { + v0 := "abc" + v := v0 + string7(v) // ERROR "using global for interface value" +} + +func string9() { + v0 := "abc" + v := v0 + f := func() { + string7(v) + } + f() // ERROR "using global for interface value" +} + +func string10() { + v0 := "abc" + v := v0 + f := func() { + f2 := func() { + string7(v) + } + f2() + } + f() // ERROR "using global for interface value" +} + +func string11() { + v0 := "abc" + v := v0 + defer func() { + string7(v) // ERROR "using global for interface value" + }() +} + +func integer1() { + sink = 42 // ERROR "using global for interface value" +} + +func integer2() { + v := 42 + sink = v // ERROR "using global for interface value" +} + +func integer3() { + sink = 0 // ERROR "using global for interface value" +} + +func integer4a() { + v := 0 + sink = v // ERROR "using global for interface value" +} + +func integer4b() { + v := uint8(0) + sink = v // ERROR "using global for single-byte interface value" +} + +func integer5() { + var a any = 42 // ERROR "using global for interface value" + _ = a +} + +func integer6() { + var a any + v := 42 + a = v // ERROR "using global for interface value" + _ = a +} + +func integer7(v int) { + sink = v +} + +type M interface{ M() } + +type MyInt int + +func (m MyInt) M() {} + +func escapes(m M) { + sink = m +} + +func named1a() { + sink = MyInt(42) // ERROR "using global for interface value" +} + +func named1b() { + escapes(MyInt(42)) // ERROR "using global for interface value" +} + +func named2a() { + v := MyInt(0) + sink = v // ERROR "using global for interface value" +} + +func named2b() { + v := MyInt(42) + escapes(v) // ERROR "using global for interface value" +} + +func named2c() { + v := 42 + sink = MyInt(v) // ERROR "using global for interface value" +} + +func named2d() { + v := 42 + escapes(MyInt(v)) // ERROR "using global for interface value" +} +func named3a() { + sink = MyInt(42) // ERROR "using global for interface value" +} + +func named3b() { + escapes(MyInt(0)) // ERROR "using global for interface value" +} + +func named4a() { + v := MyInt(0) + sink = v // ERROR "using global for interface value" +} + +func named4b() { + v := MyInt(0) + escapes(v) // ERROR "using global for interface value" +} + +func named4c() { + v := 0 + sink = MyInt(v) // ERROR "using global for interface value" +} + +func named4d() { + v := 0 + escapes(MyInt(v)) // ERROR "using global for interface value" +} + +func named5() { + var a any = MyInt(42) // ERROR "using global for interface value" + _ = a +} + +func named6() { + var a any + v := MyInt(42) + a = v // ERROR "using global for interface value" + _ = a +} + +func named7a(v MyInt) { + sink = v +} + +func named7b(v MyInt) { + escapes(v) +} + +type S struct{ a, b int64 } + +func struct1() { + sink = S{1, 1} // ERROR "using global for interface value" +} + +func struct2() { + v := S{1, 1} + sink = v // ERROR "using global for interface value" +} + +func struct3() { + sink = S{} // ERROR "using global for zero value interface value" +} + +func struct4() { + v := S{} + sink = v // ERROR "using global for zero value interface value" +} + +func struct5() { + var a any = S{1, 1} // ERROR "using global for interface value" + _ = a +} + +func struct6() { + var a any + v := S{1, 1} + a = v // ERROR "using global for interface value" + _ = a +} + +func struct7(v S) { + sink = v +} + +func emptyStruct1() { + sink = struct{}{} // ERROR "using global for zero-sized interface value" +} + +func emptyStruct2() { + v := struct{}{} + sink = v // ERROR "using global for zero-sized interface value" +} + +func emptyStruct3(v struct{}) { // ERROR "using global for zero-sized interface value" + sink = v +} + +// Some light emulation of conditional debug printing (such as in #53465). + +func Printf(format string, args ...any) { + for _, arg := range args { + sink = arg + } +} + +var enabled = true + +func debugf(format string, args ...interface{}) { + if enabled { + Printf(format, args...) + } +} + +//go:noinline +func debugf2(format string, args ...interface{}) { + if enabled { + Printf(format, args...) + } +} + +func f1() { + v := 1000 + debugf("hello %d", v) // ERROR "using global for interface value" +} + +func f2() { + v := 1000 + debugf2("hello %d", v) // ERROR "using global for interface value" +} + +//go:noinline +func f3(i int) { + debugf("hello %d", i) +} + +func f4() { + f3(1000) +} diff --git a/go/test/escape_indir.go b/go/test/escape_indir.go new file mode 100644 index 0000000000000000000000000000000000000000..12005e35f9f12e9a8a559fe83b0dc0f765f33805 --- /dev/null +++ b/go/test/escape_indir.go @@ -0,0 +1,160 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis when assigning to indirections. + +package escape + +var sink interface{} + +type ConstPtr struct { + p *int + c ConstPtr2 + x **ConstPtr +} + +type ConstPtr2 struct { + p *int + i int +} + +func constptr0() { + i := 0 // ERROR "moved to heap: i" + x := &ConstPtr{} // ERROR "&ConstPtr{} does not escape" + // BAD: i should not escape here + x.p = &i + _ = x +} + +func constptr01() *ConstPtr { + i := 0 // ERROR "moved to heap: i" + x := &ConstPtr{} // ERROR "&ConstPtr{} escapes to heap" + x.p = &i + return x +} + +func constptr02() ConstPtr { + i := 0 // ERROR "moved to heap: i" + x := &ConstPtr{} // ERROR "&ConstPtr{} does not escape" + x.p = &i + return *x +} + +func constptr03() **ConstPtr { + i := 0 // ERROR "moved to heap: i" + x := &ConstPtr{} // ERROR "&ConstPtr{} escapes to heap" "moved to heap: x" + x.p = &i + return &x +} + +func constptr1() { + i := 0 // ERROR "moved to heap: i" + x := &ConstPtr{} // ERROR "&ConstPtr{} escapes to heap" + x.p = &i + sink = x +} + +func constptr2() { + i := 0 // ERROR "moved to heap: i" + x := &ConstPtr{} // ERROR "&ConstPtr{} does not escape" + x.p = &i + sink = *x // ERROR "\*x escapes to heap" +} + +func constptr4() *ConstPtr { + p := new(ConstPtr) // ERROR "new\(ConstPtr\) escapes to heap" + *p = *&ConstPtr{} // ERROR "&ConstPtr{} does not escape" + return p +} + +func constptr5() *ConstPtr { + p := new(ConstPtr) // ERROR "new\(ConstPtr\) escapes to heap" + p1 := &ConstPtr{} // ERROR "&ConstPtr{} does not escape" + *p = *p1 + return p +} + +// BAD: p should not escape here +func constptr6(p *ConstPtr) { // ERROR "leaking param content: p" + p1 := &ConstPtr{} // ERROR "&ConstPtr{} does not escape" + *p1 = *p + _ = p1 +} + +func constptr7() **ConstPtr { + p := new(ConstPtr) // ERROR "new\(ConstPtr\) escapes to heap" "moved to heap: p" + var tmp ConstPtr2 + p1 := &tmp + p.c = *p1 + return &p +} + +func constptr8() *ConstPtr { + p := new(ConstPtr) // ERROR "new\(ConstPtr\) escapes to heap" + var tmp ConstPtr2 + p.c = *&tmp + return p +} + +func constptr9() ConstPtr { + p := new(ConstPtr) // ERROR "new\(ConstPtr\) does not escape" + var p1 ConstPtr2 + i := 0 // ERROR "moved to heap: i" + p1.p = &i + p.c = p1 + return *p +} + +func constptr10() ConstPtr { + x := &ConstPtr{} // ERROR "moved to heap: x" "&ConstPtr{} escapes to heap" + i := 0 // ERROR "moved to heap: i" + var p *ConstPtr + p = &ConstPtr{p: &i, x: &x} // ERROR "&ConstPtr{...} does not escape" + var pp **ConstPtr + pp = &p + return **pp +} + +func constptr11() *ConstPtr { + i := 0 // ERROR "moved to heap: i" + p := new(ConstPtr) // ERROR "new\(ConstPtr\) escapes to heap" + p1 := &ConstPtr{} // ERROR "&ConstPtr{} does not escape" + p1.p = &i + *p = *p1 + return p +} + +func foo(p **int) { // ERROR "p does not escape" + i := 0 // ERROR "moved to heap: i" + y := p + *y = &i +} + +func foo1(p *int) { // ERROR "p does not escape" + i := 0 // ERROR "moved to heap: i" + y := &p + *y = &i +} + +func foo2() { + type Z struct { + f **int + } + x := new(int) // ERROR "moved to heap: x" "new\(int\) escapes to heap" + sink = &x + var z Z + z.f = &x + p := z.f + i := 0 // ERROR "moved to heap: i" + *p = &i +} + +var global *byte + +func f() { + var x byte // ERROR "moved to heap: x" + global = &*&x +} diff --git a/go/test/escape_level.go b/go/test/escape_level.go new file mode 100644 index 0000000000000000000000000000000000000000..33ae54053263f784d7c4d6b341e5a308ec40afbf --- /dev/null +++ b/go/test/escape_level.go @@ -0,0 +1,108 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test indirection level computation in escape analysis. + +package escape + +var sink interface{} + +func level0() { + i := 0 // ERROR "moved to heap: i" + p0 := &i // ERROR "moved to heap: p0" + p1 := &p0 // ERROR "moved to heap: p1" + p2 := &p1 // ERROR "moved to heap: p2" + sink = &p2 +} + +func level1() { + i := 0 // ERROR "moved to heap: i" + p0 := &i // ERROR "moved to heap: p0" + p1 := &p0 // ERROR "moved to heap: p1" + p2 := &p1 + sink = p2 +} + +func level2() { + i := 0 // ERROR "moved to heap: i" + p0 := &i // ERROR "moved to heap: p0" + p1 := &p0 + p2 := &p1 + sink = *p2 +} + +func level3() { + i := 0 // ERROR "moved to heap: i" + p0 := &i + p1 := &p0 + p2 := &p1 + sink = **p2 +} + +func level4() { + i := 0 // ERROR "moved to heap: i" + p0 := &i // ERROR "moved to heap: p0" + p1 := &p0 + p2 := p1 // ERROR "moved to heap: p2" + sink = &p2 +} + +func level5() { + i := 0 // ERROR "moved to heap: i" + p0 := &i // ERROR "moved to heap: p0" + p1 := &p0 + p2 := p1 + sink = p2 +} + +func level6() { + i := 0 // ERROR "moved to heap: i" + p0 := &i + p1 := &p0 + p2 := p1 + sink = *p2 +} + +func level7() { + i := 0 // ERROR "moved to heap: i" + p0 := &i + p1 := &p0 + // note *p1 == &i + p2 := *p1 // ERROR "moved to heap: p2" + sink = &p2 +} + +func level8() { + i := 0 // ERROR "moved to heap: i" + p0 := &i + p1 := &p0 + p2 := *p1 + sink = p2 +} + +func level9() { + i := 0 + p0 := &i + p1 := &p0 + p2 := *p1 + sink = *p2 // ERROR "\*p2 escapes to heap" +} + +func level10() { + i := 0 + p0 := &i + p1 := *p0 + p2 := &p1 + sink = *p2 // ERROR "\*p2 escapes to heap" +} + +func level11() { + i := 0 + p0 := &i + p1 := &p0 + p2 := **p1 // ERROR "moved to heap: p2" + sink = &p2 +} diff --git a/go/test/escape_make_non_const.go b/go/test/escape_make_non_const.go new file mode 100644 index 0000000000000000000000000000000000000000..11854ac4f4731a18614cd391e86c7a7945bc0334 --- /dev/null +++ b/go/test/escape_make_non_const.go @@ -0,0 +1,123 @@ +// errorcheck -0 -m + +// Copyright 2025 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 escape + +const globalConstSize = 128 + +var globalVarSize = 128 + +//go:noinline +func testSlices() { + { + size := 128 + _ = make([]byte, size) // ERROR "make\(\[\]byte, 128\) does not escape" + } + + { + s := 128 + size := s + _ = make([]byte, size) // ERROR "make\(\[\]byte, 128\) does not escape" + } + + { + size := 128 + _ = make([]byte, size) // ERROR "make\(\[\]byte, 128\) does not escape" + } + + { + s := 128 + size := s + _ = make([]byte, size) // ERROR "make\(\[\]byte, 128\) does not escape" + } + + { + s1 := 128 + s2 := 256 + _ = make([]byte, s2, s1) // ERROR "make\(\[\]byte, s2, 128\) does not escape" + } + + allocLen(256) // ERROR "make\(\[\]byte, 256\) does not escape" "inlining call" + allocCap(256) // ERROR "make\(\[\]byte, 0, 256\) does not escape" "inlining call" + _ = newT(256) // ERROR "make\(\[\]byte, 256\) does not escape" "inlining call" + + { + size := globalConstSize + _ = make([]byte, size) // ERROR "make\(\[\]byte, 128\) does not escape" + } + + allocLen(globalConstSize) // ERROR "make\(\[\]byte, 128\) does not escape" "inlining call" + allocCap(globalConstSize) // ERROR "make\(\[\]byte, 0, 128\) does not escape" "inlining call" + _ = newT(globalConstSize) // ERROR "make\(\[\]byte, 128\) does not escape" "inlining call" + + { + c := 128 + s := 256 + _ = make([]byte, s, c) // ERROR "make\(\[\]byte, s, 128\) does not escape" + } + + { + s := 256 + _ = make([]byte, s, globalConstSize) // ERROR "make\(\[\]byte, s, 128\) does not escape" + } + + { + _ = make([]byte, globalVarSize) // ERROR "make\(\[\]byte, globalVarSize\) does not escape" + _ = make([]byte, globalVarSize, globalConstSize) // ERROR "make\(\[\]byte, globalVarSize, 128\) does not escape" + } +} + +func allocLen(l int) []byte { // ERROR "can inline" + return make([]byte, l) // ERROR "escapes to heap" +} + +func allocCap(l int) []byte { // ERROR "can inline" + return make([]byte, 0, l) // ERROR "escapes to heap" +} + +type t struct { + s []byte +} + +func newT(l int) t { // ERROR "can inline" + return t{make([]byte, l)} // ERROR "make.*escapes to heap" +} + +//go:noinline +func testMaps() { + size := 128 + _ = make(map[string]int, size) // ERROR "does not escape" + + _ = allocMapLen(128) // ERROR "does not escape" "inlining call" + _ = newM(128) // ERROR "does not escape" "inlining call" +} + +func allocMapLen(l int) map[string]int { // ERROR "can inline" + return make(map[string]int, l) // ERROR "escapes to heap" +} + +type m struct { + m map[string]int +} + +func newM(l int) m { // ERROR "can inline" + return m{make(map[string]int, l)} // ERROR "make.*escapes to heap" +} + +//go:noinline +func testLenOfSliceLit() { + ints := []int{0, 1, 2, 3, 4, 5} // ERROR "\[\]int\{\.\.\.\} does not escape"' + _ = make([]int, len(ints)) // ERROR "make\(\[\]int, 6\) does not escape" + _ = allocLenOf(ints) // ERROR "inlining call", "make\(\[\]int, 6\) does not escape" + + _ = make([]int, 2, len(ints)) // ERROR "make\(\[\]int, 2, 6\) does not escape" + _ = make([]int, len(ints), 2) // ERROR "make\(\[\]int, len\(ints\), 2\) does not escape" + _ = make([]int, 10, len(ints)) // ERROR "make\(\[\]int, 10, 6\) does not escape" +} + +func allocLenOf(s []int) []int { // ERROR "can inline" "s does not escape" + return make([]int, len(s)) // ERROR "escapes to heap" +} diff --git a/go/test/escape_map.go b/go/test/escape_map.go new file mode 100644 index 0000000000000000000000000000000000000000..ef6f79b039a1ac00d53de67fc5a2d57d653649bc --- /dev/null +++ b/go/test/escape_map.go @@ -0,0 +1,107 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for maps. + +package escape + +var sink interface{} + +func map0() { + m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape" + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + // BAD: j should not escape + j := 0 // ERROR "moved to heap: j" + m[&i] = &j + _ = m +} + +func map1() *int { + m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape" + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m[&i] = &j + return m[&i] +} + +func map2() map[*int]*int { + m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) escapes to heap" + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m[&i] = &j + return m +} + +func map3() []*int { + m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape" + i := 0 // ERROR "moved to heap: i" + // BAD: j should not escape + j := 0 // ERROR "moved to heap: j" + m[&i] = &j + var r []*int + for k := range m { + r = append(r, k) // ERROR "append escapes to heap" + } + return r +} + +func map4() []*int { + m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape" + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m[&i] = &j + var r []*int + for k, v := range m { + // We want to test exactly "for k, v := range m" rather than "for _, v := range m". + // The following if is merely to use (but not leak) k. + if k != nil { + r = append(r, v) // ERROR "append escapes to heap" + } + } + return r +} + +func map5(m map[*int]*int) { // ERROR "m does not escape" + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m[&i] = &j +} + +func map6(m map[*int]*int) { // ERROR "m does not escape" + if m != nil { + m = make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape" + } + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m[&i] = &j +} + +func map7() { + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + // BAD: j should not escape + j := 0 // ERROR "moved to heap: j" + m := map[*int]*int{&i: &j} // ERROR "map\[\*int\]\*int{...} does not escape" + _ = m +} + +func map8() { + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m := map[*int]*int{&i: &j} // ERROR "map\[\*int\]\*int{...} escapes to heap" + sink = m +} + +func map9() *int { + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + j := 0 // ERROR "moved to heap: j" + m := map[*int]*int{&i: &j} // ERROR "map\[\*int\]\*int{...} does not escape" + return m[nil] +} diff --git a/go/test/escape_mutations.go b/go/test/escape_mutations.go new file mode 100644 index 0000000000000000000000000000000000000000..4365fc1ec33f0646a0ecd580452a6fbadf4b4d08 --- /dev/null +++ b/go/test/escape_mutations.go @@ -0,0 +1,77 @@ +// errorcheck -0 -m -d=escapemutationscalls,zerocopy -l + +// Copyright 2023 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 p + +import "fmt" + +type B struct { + x int + px *int + pb *B +} + +func F1(b *B) { // ERROR "mutates param: b derefs=0" + b.x = 1 +} + +func F2(b *B) { // ERROR "mutates param: b derefs=1" + *b.px = 1 +} + +func F2a(b *B) { // ERROR "mutates param: b derefs=0" + b.px = nil +} + +func F3(b *B) { // ERROR "leaking param: b" + fmt.Println(b) // ERROR "\.\.\. argument does not escape" +} + +func F4(b *B) { // ERROR "leaking param content: b" + fmt.Println(*b) // ERROR "\.\.\. argument does not escape" "\*b escapes to heap" +} + +func F4a(b *B) { // ERROR "leaking param content: b" "mutates param: b derefs=0" + b.x = 2 + fmt.Println(*b) // ERROR "\.\.\. argument does not escape" "\*b escapes to heap" +} + +func F5(b *B) { // ERROR "leaking param: b" + sink = b +} + +func F6(b *B) int { // ERROR "b does not escape, mutate, or call" + return b.x +} + +var sink any + +func M() { + var b B // ERROR "moved to heap: b" + F1(&b) + F2(&b) + F2a(&b) + F3(&b) + F4(&b) +} + +func g(s string) { // ERROR "s does not escape, mutate, or call" + sink = &([]byte(s))[10] // ERROR "\(\[\]byte\)\(s\) escapes to heap" +} + +func h(out []byte, s string) { // ERROR "mutates param: out derefs=0" "s does not escape, mutate, or call" + copy(out, []byte(s)) // ERROR "zero-copy string->\[\]byte conversion" "\(\[\]byte\)\(s\) does not escape" +} + +func i(s string) byte { // ERROR "s does not escape, mutate, or call" + p := []byte(s) // ERROR "zero-copy string->\[\]byte conversion" "\(\[\]byte\)\(s\) does not escape" + return p[20] +} + +func j(s string, x byte) { // ERROR "s does not escape, mutate, or call" + p := []byte(s) // ERROR "\(\[\]byte\)\(s\) does not escape" + p[20] = x +} diff --git a/go/test/escape_param.go b/go/test/escape_param.go new file mode 100644 index 0000000000000000000000000000000000000000..b630bae88fcd9b357c442609d07d3495aee0aec8 --- /dev/null +++ b/go/test/escape_param.go @@ -0,0 +1,441 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for function parameters. + +// In this test almost everything is BAD except the simplest cases +// where input directly flows to output. + +package escape + +func zero() int { return 0 } + +var sink interface{} + +// in -> out +func param0(p *int) *int { // ERROR "leaking param: p to result ~r0" + return p +} + +func caller0a() { + i := 0 + _ = param0(&i) +} + +func caller0b() { + i := 0 // ERROR "moved to heap: i$" + sink = param0(&i) +} + +// in, in -> out, out +func param1(p1, p2 *int) (*int, *int) { // ERROR "leaking param: p1 to result ~r0" "leaking param: p2 to result ~r1" + return p1, p2 +} + +func caller1() { + i := 0 // ERROR "moved to heap: i$" + j := 0 + sink, _ = param1(&i, &j) +} + +// in -> other in +func param2(p1 *int, p2 **int) { // ERROR "leaking param: p1$" "p2 does not escape$" + *p2 = p1 +} + +func caller2a() { + i := 0 // ERROR "moved to heap: i$" + var p *int + param2(&i, &p) + _ = p +} + +func caller2b() { + i := 0 // ERROR "moved to heap: i$" + var p *int + param2(&i, &p) + sink = p +} + +func paramArraySelfAssign(p *PairOfPairs) { // ERROR "p does not escape" + p.pairs[0] = p.pairs[1] // ERROR "ignoring self-assignment in p.pairs\[0\] = p.pairs\[1\]" +} + +func paramArraySelfAssignUnsafeIndex(p *PairOfPairs) { // ERROR "leaking param content: p" + // Function call inside index disables self-assignment case to trigger. + p.pairs[zero()] = p.pairs[1] + p.pairs[zero()+1] = p.pairs[1] +} + +type PairOfPairs struct { + pairs [2]*Pair +} + +type BoxedPair struct { + pair *Pair +} + +type WrappedPair struct { + pair Pair +} + +func leakParam(x interface{}) { // ERROR "leaking param: x" + sink = x +} + +func sinkAfterSelfAssignment1(box *BoxedPair) { // ERROR "leaking param content: box" + box.pair.p1 = box.pair.p2 // ERROR "ignoring self-assignment in box.pair.p1 = box.pair.p2" + sink = box.pair.p2 +} + +func sinkAfterSelfAssignment2(box *BoxedPair) { // ERROR "leaking param content: box" + box.pair.p1 = box.pair.p2 // ERROR "ignoring self-assignment in box.pair.p1 = box.pair.p2" + sink = box.pair +} + +func sinkAfterSelfAssignment3(box *BoxedPair) { // ERROR "leaking param content: box" + box.pair.p1 = box.pair.p2 // ERROR "ignoring self-assignment in box.pair.p1 = box.pair.p2" + leakParam(box.pair.p2) +} + +func sinkAfterSelfAssignment4(box *BoxedPair) { // ERROR "leaking param content: box" + box.pair.p1 = box.pair.p2 // ERROR "ignoring self-assignment in box.pair.p1 = box.pair.p2" + leakParam(box.pair) +} + +func selfAssignmentAndUnrelated(box1, box2 *BoxedPair) { // ERROR "leaking param content: box2" "box1 does not escape" + box1.pair.p1 = box1.pair.p2 // ERROR "ignoring self-assignment in box1.pair.p1 = box1.pair.p2" + leakParam(box2.pair.p2) +} + +func notSelfAssignment1(box1, box2 *BoxedPair) { // ERROR "leaking param content: box2" "box1 does not escape" + box1.pair.p1 = box2.pair.p1 +} + +func notSelfAssignment2(p1, p2 *PairOfPairs) { // ERROR "leaking param content: p2" "p1 does not escape" + p1.pairs[0] = p2.pairs[1] +} + +func notSelfAssignment3(p1, p2 *PairOfPairs) { // ERROR "leaking param content: p2" "p1 does not escape" + p1.pairs[0].p1 = p2.pairs[1].p1 +} + +func boxedPairSelfAssign(box *BoxedPair) { // ERROR "box does not escape" + box.pair.p1 = box.pair.p2 // ERROR "ignoring self-assignment in box.pair.p1 = box.pair.p2" +} + +func wrappedPairSelfAssign(w *WrappedPair) { // ERROR "w does not escape" + w.pair.p1 = w.pair.p2 // ERROR "ignoring self-assignment in w.pair.p1 = w.pair.p2" +} + +// in -> in +type Pair struct { + p1 *int + p2 *int +} + +func param3(p *Pair) { // ERROR "p does not escape" + p.p1 = p.p2 // ERROR "param3 ignoring self-assignment in p.p1 = p.p2" +} + +func caller3a() { + i := 0 + j := 0 + p := Pair{&i, &j} + param3(&p) + _ = p +} + +func caller3b() { + i := 0 // ERROR "moved to heap: i$" + j := 0 // ERROR "moved to heap: j$" + p := Pair{&i, &j} + param3(&p) + sink = p // ERROR "p escapes to heap$" +} + +// in -> rcvr +func (p *Pair) param4(i *int) { // ERROR "p does not escape$" "leaking param: i$" + p.p1 = i +} + +func caller4a() { + i := 0 // ERROR "moved to heap: i$" + p := Pair{} + p.param4(&i) + _ = p +} + +func caller4b() { + i := 0 // ERROR "moved to heap: i$" + p := Pair{} + p.param4(&i) + sink = p // ERROR "p escapes to heap$" +} + +// in -> heap +func param5(i *int) { // ERROR "leaking param: i$" + sink = i +} + +func caller5() { + i := 0 // ERROR "moved to heap: i$" + param5(&i) +} + +// *in -> heap +func param6(i ***int) { // ERROR "leaking param content: i$" + sink = *i +} + +func caller6a() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + p2 := &p + param6(&p2) +} + +// **in -> heap +func param7(i ***int) { // ERROR "leaking param content: i$" + sink = **i +} + +func caller7() { + i := 0 // ERROR "moved to heap: i$" + p := &i + p2 := &p + param7(&p2) +} + +// **in -> heap +func param8(i **int) { // ERROR "i does not escape$" + sink = **i // ERROR "\*\(\*i\) escapes to heap" +} + +func caller8() { + i := 0 + p := &i + param8(&p) +} + +// *in -> out +func param9(p ***int) **int { // ERROR "leaking param: p to result ~r0 level=1" + return *p +} + +func caller9a() { + i := 0 + p := &i + p2 := &p + _ = param9(&p2) +} + +func caller9b() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + p2 := &p + sink = param9(&p2) +} + +// **in -> out +func param10(p ***int) *int { // ERROR "leaking param: p to result ~r0 level=2" + return **p +} + +func caller10a() { + i := 0 + p := &i + p2 := &p + _ = param10(&p2) +} + +func caller10b() { + i := 0 // ERROR "moved to heap: i$" + p := &i + p2 := &p + sink = param10(&p2) +} + +// in escapes to heap (address of param taken and returned) +func param11(i **int) ***int { // ERROR "moved to heap: i$" + return &i +} + +func caller11a() { + i := 0 // ERROR "moved to heap: i" + p := &i // ERROR "moved to heap: p" + _ = param11(&p) +} + +func caller11b() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + sink = param11(&p) +} + +func caller11c() { // GOOD + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p" + sink = *param11(&p) +} + +func caller11d() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p" + p2 := &p + sink = param11(p2) +} + +// &in -> rcvr +type Indir struct { + p ***int +} + +func (r *Indir) param12(i **int) { // ERROR "r does not escape$" "moved to heap: i$" + r.p = &i +} + +func caller12a() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + var r Indir + r.param12(&p) + _ = r +} + +func caller12b() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + r := &Indir{} // ERROR "&Indir{} does not escape$" + r.param12(&p) + _ = r +} + +func caller12c() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + r := Indir{} + r.param12(&p) + sink = r +} + +func caller12d() { + i := 0 // ERROR "moved to heap: i$" + p := &i // ERROR "moved to heap: p$" + r := Indir{} + r.param12(&p) + sink = **r.p +} + +// in -> value rcvr +type Val struct { + p **int +} + +func (v Val) param13(i *int) { // ERROR "v does not escape$" "leaking param: i$" + *v.p = i +} + +func caller13a() { + i := 0 // ERROR "moved to heap: i$" + var p *int + var v Val + v.p = &p + v.param13(&i) + _ = v +} + +func caller13b() { + i := 0 // ERROR "moved to heap: i$" + var p *int + v := Val{&p} + v.param13(&i) + _ = v +} + +func caller13c() { + i := 0 // ERROR "moved to heap: i$" + var p *int + v := &Val{&p} // ERROR "&Val{...} does not escape$" + v.param13(&i) + _ = v +} + +func caller13d() { + i := 0 // ERROR "moved to heap: i$" + var p *int // ERROR "moved to heap: p$" + var v Val + v.p = &p + v.param13(&i) + sink = v +} + +func caller13e() { + i := 0 // ERROR "moved to heap: i$" + var p *int // ERROR "moved to heap: p$" + v := Val{&p} + v.param13(&i) + sink = v +} + +func caller13f() { + i := 0 // ERROR "moved to heap: i$" + var p *int // ERROR "moved to heap: p$" + v := &Val{&p} // ERROR "&Val{...} escapes to heap$" + v.param13(&i) + sink = v +} + +func caller13g() { + i := 0 // ERROR "moved to heap: i$" + var p *int + v := Val{&p} + v.param13(&i) + sink = *v.p +} + +func caller13h() { + i := 0 // ERROR "moved to heap: i$" + var p *int + v := &Val{&p} // ERROR "&Val{...} does not escape$" + v.param13(&i) + sink = **v.p // ERROR "\*\(\*v\.p\) escapes to heap" +} + +type Node struct { + p *Node +} + +var Sink *Node + +func f(x *Node) { // ERROR "leaking param content: x" + Sink = &Node{x.p} // ERROR "&Node{...} escapes to heap" +} + +func g(x *Node) *Node { // ERROR "leaking param content: x" + return &Node{x.p} // ERROR "&Node{...} escapes to heap" +} + +func h(x *Node) { // ERROR "leaking param: x" + y := &Node{x} // ERROR "&Node{...} does not escape" + Sink = g(y) + f(y) +} + +// interface(in) -> out +// See also issue 29353. + +// Convert to a non-direct interface, require an allocation and +// copy x to heap (not to result). +func param14a(x [4]*int) interface{} { // ERROR "leaking param: x$" + return x // ERROR "x escapes to heap" +} + +// Convert to a direct interface, does not need an allocation. +// So x only leaks to result. +func param14b(x *int) interface{} { // ERROR "leaking param: x to result ~r0 level=0" + return x +} diff --git a/go/test/escape_reflect.go b/go/test/escape_reflect.go new file mode 100644 index 0000000000000000000000000000000000000000..e50323702e916238c9c44e911195188fadb80ab8 --- /dev/null +++ b/go/test/escape_reflect.go @@ -0,0 +1,462 @@ +// errorcheck -0 -m -l + +// Copyright 2022 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. + +// Test escape analysis for reflect Value operations. + +package escape + +import ( + "reflect" + "unsafe" +) + +var sink interface{} + +func typ(x int) any { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Type() +} + +func kind(x int) reflect.Kind { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Kind() +} + +func int1(x int) int { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return int(v.Int()) +} + +func ptr(x *int) *int { // ERROR "leaking param: x to result ~r0 level=0" + v := reflect.ValueOf(x) + return (*int)(v.UnsafePointer()) +} + +func bytes1(x []byte) byte { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Bytes()[0] +} + +// Unfortunate: should only escape content. x (the interface storage) should not escape. +func bytes2(x []byte) []byte { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Bytes() +} + +func string1(x string) string { // ERROR "leaking param: x to result ~r0 level=0" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.String() +} + +func string2(x int) string { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.String() +} + +// Unfortunate: should only escape to result. +func interface1(x any) any { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) + return v.Interface() +} + +func interface2(x int) any { + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Interface() +} + +// Unfortunate: should not escape. +func interface3(x int) int { + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Interface().(int) +} + +// Unfortunate: should only escape to result. +func interface4(x *int) any { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) + return v.Interface() +} + +func addr(x *int) reflect.Value { // ERROR "leaking param: x to result ~r0 level=0" + v := reflect.ValueOf(x).Elem() + return v.Addr() +} + +// functions returning pointer as uintptr have to escape. +func uintptr1(x *int) uintptr { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) + return v.Pointer() +} + +func unsafeaddr(x *int) uintptr { // ERROR "leaking param: x$" + v := reflect.ValueOf(x).Elem() + return v.UnsafeAddr() +} + +func ifacedata(x any) [2]uintptr { // ERROR "moved to heap: x" + v := reflect.ValueOf(&x).Elem() + return v.InterfaceData() +} + +func can(x int) bool { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.CanAddr() || v.CanInt() || v.CanSet() || v.CanInterface() +} + +func is(x int) bool { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.IsValid() || v.IsNil() || v.IsZero() +} + +func is2(x [2]int) bool { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.IsValid() || v.IsNil() || v.IsZero() +} + +func is3(x struct{ a, b int }) bool { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.IsValid() || v.IsNil() || v.IsZero() +} + +func overflow(x int) bool { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.OverflowInt(1 << 62) +} + +func len1(x []int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Len() +} + +func len2(x [3]int) int { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Len() +} + +func len3(x string) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Len() +} + +func len4(x map[int]int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) + return v.Len() +} + +func len5(x chan int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) + return v.Len() +} + +func cap1(x []int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Cap() +} + +func cap2(x [3]int) int { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Cap() +} + +func cap3(x chan int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) + return v.Cap() +} + +func setlen(x *[]int, n int) { // ERROR "x does not escape" + v := reflect.ValueOf(x).Elem() + v.SetLen(n) +} + +func setcap(x *[]int, n int) { // ERROR "x does not escape" + v := reflect.ValueOf(x).Elem() + v.SetCap(n) +} + +// Unfortunate: x doesn't need to escape to heap, just to result. +func slice1(x []byte) []byte { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Slice(1, 2).Bytes() +} + +// Unfortunate: x doesn't need to escape to heap, just to result. +func slice2(x string) string { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Slice(1, 2).String() +} + +func slice3(x [10]byte) []byte { + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Slice(1, 2).Bytes() +} + +func elem1(x *int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) + return int(v.Elem().Int()) +} + +func elem2(x *string) string { // ERROR "leaking param: x to result ~r0 level=1" + v := reflect.ValueOf(x) + return string(v.Elem().String()) +} + +type S struct { + A int + B *int + C string +} + +func (S) M() {} + +func field1(x S) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return int(v.Field(0).Int()) +} + +func field2(x S) string { // ERROR "leaking param: x to result ~r0 level=0" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Field(2).String() +} + +func numfield(x S) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.NumField() +} + +func index1(x []int) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return int(v.Index(0).Int()) +} + +// Unfortunate: should only leak content (level=1) +func index2(x []string) string { // ERROR "leaking param: x to result ~r0 level=0" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Index(0).String() +} + +func index3(x [3]int) int { + v := reflect.ValueOf(x) // ERROR "x does not escape" + return int(v.Index(0).Int()) +} + +func index4(x [3]string) string { // ERROR "leaking param: x to result ~r0 level=0" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.Index(0).String() +} + +func index5(x string) byte { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return byte(v.Index(0).Uint()) +} + +// Unfortunate: x (the interface storage) doesn't need to escape as the function takes a scalar arg. +func call1(f func(int), x int) { // ERROR "leaking param: f$" + fv := reflect.ValueOf(f) + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + fv.Call([]reflect.Value{v}) // ERROR "\[\]reflect\.Value{\.\.\.} does not escape" +} + +func call2(f func(*int), x *int) { // ERROR "leaking param: f$" "leaking param: x$" + fv := reflect.ValueOf(f) + v := reflect.ValueOf(x) + fv.Call([]reflect.Value{v}) // ERROR "\[\]reflect.Value{\.\.\.} does not escape" +} + +func method(x S) reflect.Value { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Method(0) +} + +func nummethod(x S) int { // ERROR "x does not escape" + v := reflect.ValueOf(x) // ERROR "x does not escape" + return v.NumMethod() +} + +// Unfortunate: k doesn't need to escape. +func mapindex(m map[string]string, k string) string { // ERROR "m does not escape" "leaking param: k$" + mv := reflect.ValueOf(m) + kv := reflect.ValueOf(k) // ERROR "k escapes to heap" + return mv.MapIndex(kv).String() +} + +func mapkeys(m map[string]string) []reflect.Value { // ERROR "m does not escape" + mv := reflect.ValueOf(m) + return mv.MapKeys() +} + +func mapiter1(m map[string]string) *reflect.MapIter { // ERROR "leaking param: m$" + mv := reflect.ValueOf(m) + return mv.MapRange() +} + +func mapiter2(m map[string]string) string { // ERROR "leaking param: m$" + mv := reflect.ValueOf(m) + it := mv.MapRange() + if it.Next() { + return it.Key().String() + } + return "" +} + +func mapiter3(m map[string]string, it *reflect.MapIter) { // ERROR "leaking param: m$" "it does not escape" + mv := reflect.ValueOf(m) + it.Reset(mv) +} + +func recv1(ch chan string) string { // ERROR "ch does not escape" + v := reflect.ValueOf(ch) + r, _ := v.Recv() + return r.String() +} + +func recv2(ch chan string) string { // ERROR "ch does not escape" + v := reflect.ValueOf(ch) + r, _ := v.TryRecv() + return r.String() +} + +// Unfortunate: x (the interface storage) doesn't need to escape. +func send1(ch chan string, x string) { // ERROR "ch does not escape" "leaking param: x$" + vc := reflect.ValueOf(ch) + vx := reflect.ValueOf(x) // ERROR "x escapes to heap" + vc.Send(vx) +} + +// Unfortunate: x (the interface storage) doesn't need to escape. +func send2(ch chan string, x string) bool { // ERROR "ch does not escape" "leaking param: x$" + vc := reflect.ValueOf(ch) + vx := reflect.ValueOf(x) // ERROR "x escapes to heap" + return vc.TrySend(vx) +} + +func close1(ch chan string) { // ERROR "ch does not escape" + v := reflect.ValueOf(ch) + v.Close() +} + +func select1(ch chan string) string { // ERROR "leaking param: ch$" + v := reflect.ValueOf(ch) + cas := reflect.SelectCase{Dir: reflect.SelectRecv, Chan: v} + _, r, _ := reflect.Select([]reflect.SelectCase{cas}) // ERROR "\[\]reflect.SelectCase{...} does not escape" + return r.String() +} + +// Unfortunate: x (the interface storage) doesn't need to escape. +func select2(ch chan string, x string) { // ERROR "leaking param: ch$" "leaking param: x$" + vc := reflect.ValueOf(ch) + vx := reflect.ValueOf(x) // ERROR "x escapes to heap" + cas := reflect.SelectCase{Dir: reflect.SelectSend, Chan: vc, Send: vx} + reflect.Select([]reflect.SelectCase{cas}) // ERROR "\[\]reflect.SelectCase{...} does not escape" +} + +var ( + intTyp = reflect.TypeOf(int(0)) // ERROR "0 does not escape" + uintTyp = reflect.TypeOf(uint(0)) // ERROR "uint\(0\) does not escape" + stringTyp = reflect.TypeOf(string("")) // ERROR ".. does not escape" + bytesTyp = reflect.TypeOf([]byte{}) // ERROR "\[\]byte{} does not escape" +) + +// Unfortunate: should not escape. +func convert1(x int) uint { + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return uint(v.Convert(uintTyp).Uint()) +} + +// Unfortunate: should only escape content to result. +func convert2(x []byte) string { // ERROR "leaking param: x$" + v := reflect.ValueOf(x) // ERROR "x escapes to heap" + return v.Convert(stringTyp).String() +} + +// Unfortunate: v doesn't need to leak, x (the interface storage) doesn't need to escape. +func set1(v reflect.Value, x int) { // ERROR "leaking param: v$" + vx := reflect.ValueOf(x) // ERROR "x escapes to heap" + v.Set(vx) +} + +// Unfortunate: a can be stack allocated, x (the interface storage) doesn't need to escape. +func set2(x int) int64 { + var a int // ERROR "moved to heap: a" + v := reflect.ValueOf(&a).Elem() + vx := reflect.ValueOf(x) // ERROR "x escapes to heap" + v.Set(vx) + return v.Int() +} + +func set3(v reflect.Value, x int) { // ERROR "v does not escape" + v.SetInt(int64(x)) +} + +func set4(x int) int { + var a int + v := reflect.ValueOf(&a).Elem() // a should not escape, no error printed + v.SetInt(int64(x)) + return int(v.Int()) +} + +func set5(v reflect.Value, x string) { // ERROR "v does not escape" "leaking param: x$" + v.SetString(x) +} + +func set6(v reflect.Value, x []byte) { // ERROR "v does not escape" "leaking param: x$" + v.SetBytes(x) +} + +func set7(v reflect.Value, x unsafe.Pointer) { // ERROR "v does not escape" "leaking param: x$" + v.SetPointer(x) +} + +func setmapindex(m map[string]string, k, e string) { // ERROR "m does not escape" "leaking param: k$" "leaking param: e$" + mv := reflect.ValueOf(m) + kv := reflect.ValueOf(k) // ERROR "k escapes to heap" + ev := reflect.ValueOf(e) // ERROR "e escapes to heap" + mv.SetMapIndex(kv, ev) +} + +// Unfortunate: k doesn't need to escape. +func mapdelete(m map[string]string, k string) { // ERROR "m does not escape" "leaking param: k$" + mv := reflect.ValueOf(m) + kv := reflect.ValueOf(k) // ERROR "k escapes to heap" + mv.SetMapIndex(kv, reflect.Value{}) +} + +// Unfortunate: v doesn't need to leak. +func setiterkey1(v reflect.Value, it *reflect.MapIter) { // ERROR "leaking param: v$" "leaking param content: it$" + v.SetIterKey(it) +} + +// Unfortunate: v doesn't need to leak. +func setiterkey2(v reflect.Value, m map[string]string) { // ERROR "leaking param: v$" "leaking param: m$" + it := reflect.ValueOf(m).MapRange() + v.SetIterKey(it) +} + +// Unfortunate: v doesn't need to leak. +func setitervalue1(v reflect.Value, it *reflect.MapIter) { // ERROR "leaking param: v$" "leaking param content: it$" + v.SetIterValue(it) +} + +// Unfortunate: v doesn't need to leak. +func setitervalue2(v reflect.Value, m map[string]string) { // ERROR "leaking param: v$" "leaking param: m$" + it := reflect.ValueOf(m).MapRange() + v.SetIterValue(it) +} + +// Unfortunate: s doesn't need escape, only leak to result. +// And x (interface storage) doesn't need to escape. +func append1(s []int, x int) []int { // ERROR "leaking param: s$" + sv := reflect.ValueOf(s) // ERROR "s escapes to heap" + xv := reflect.ValueOf(x) // ERROR "x escapes to heap" + rv := reflect.Append(sv, xv) // ERROR "... argument does not escape" + return rv.Interface().([]int) +} + +// Unfortunate: s doesn't need escape, only leak to result. +func append2(s, x []int) []int { // ERROR "leaking param: s$" "x does not escape" + sv := reflect.ValueOf(s) // ERROR "s escapes to heap" + xv := reflect.ValueOf(x) // ERROR "x does not escape" + rv := reflect.AppendSlice(sv, xv) + return rv.Interface().([]int) +} diff --git a/go/test/escape_runtime_atomic.go b/go/test/escape_runtime_atomic.go new file mode 100644 index 0000000000000000000000000000000000000000..39fd13d62be5eab1406b0a48a5c901c756dfcc99 --- /dev/null +++ b/go/test/escape_runtime_atomic.go @@ -0,0 +1,33 @@ +// errorcheck -0 -m -l + +// 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. + +// Test escape analysis for internal/runtime/atomic. + +package escape + +import ( + "internal/runtime/atomic" + "unsafe" +) + +// BAD: should always be "leaking param: addr to result ~r0 level=1$". +func Loadp(addr unsafe.Pointer) unsafe.Pointer { // ERROR "leaking param: addr( to result ~r0 level=1)?$" + return atomic.Loadp(addr) +} + +var ptr unsafe.Pointer + +func Storep() { + var x int // ERROR "moved to heap: x" + atomic.StorepNoWB(unsafe.Pointer(&ptr), unsafe.Pointer(&x)) +} + +func Casp1() { + // BAD: should always be "does not escape" + x := new(int) // ERROR "escapes to heap|does not escape" + var y int // ERROR "moved to heap: y" + atomic.Casp1(&ptr, unsafe.Pointer(x), unsafe.Pointer(&y)) +} diff --git a/go/test/escape_selfassign.go b/go/test/escape_selfassign.go new file mode 100644 index 0000000000000000000000000000000000000000..b4fa2084dff706c640c6e16d8dd32dc985c91776 --- /dev/null +++ b/go/test/escape_selfassign.go @@ -0,0 +1,32 @@ +// errorcheck -0 -m -l + +// 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. + +// Test escape analysis for self assignments. + +package escape + +type S struct { + i int + pi *int +} + +var sink S + +func f(p *S) { // ERROR "leaking param: p" + p.pi = &p.i + sink = *p +} + +// BAD: "leaking param: p" is too conservative +func g(p *S) { // ERROR "leaking param: p" + p.pi = &p.i +} + +func h() { + var s S // ERROR "moved to heap: s" + g(&s) + sink = s +} diff --git a/go/test/escape_slice.go b/go/test/escape_slice.go new file mode 100644 index 0000000000000000000000000000000000000000..9ac94e48ba5b393ca901845bb4a6b021e817f4d2 --- /dev/null +++ b/go/test/escape_slice.go @@ -0,0 +1,181 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for slices. + +package escape + +import ( + "os" + "strings" +) + +var sink interface{} + +func slice0() { + var s []*int + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + s = append(s, &i) // ERROR "append does not escape" + _ = s +} + +func slice1() *int { + var s []*int + i := 0 // ERROR "moved to heap: i" + s = append(s, &i) // ERROR "append does not escape" + return s[0] +} + +func slice2() []*int { + var s []*int + i := 0 // ERROR "moved to heap: i" + s = append(s, &i) // ERROR "append escapes to heap" + return s +} + +func slice3() *int { + var s []*int + i := 0 // ERROR "moved to heap: i" + s = append(s, &i) // ERROR "append does not escape" + for _, p := range s { + return p + } + return nil +} + +func slice4(s []*int) { // ERROR "s does not escape" + i := 0 // ERROR "moved to heap: i" + s[0] = &i +} + +func slice5(s []*int) { // ERROR "s does not escape" + if s != nil { + s = make([]*int, 10) // ERROR "make\(\[\]\*int, 10\) does not escape" + } + i := 0 // ERROR "moved to heap: i" + s[0] = &i +} + +func slice6() { + s := make([]*int, 10) // ERROR "make\(\[\]\*int, 10\) does not escape" + // BAD: i should not escape + i := 0 // ERROR "moved to heap: i" + s[0] = &i + _ = s +} + +func slice7() *int { + s := make([]*int, 10) // ERROR "make\(\[\]\*int, 10\) does not escape" + i := 0 // ERROR "moved to heap: i" + s[0] = &i + return s[0] +} + +func slice8() { + i := 0 + s := []*int{&i} // ERROR "\[\]\*int{...} does not escape" + _ = s +} + +func slice9() *int { + i := 0 // ERROR "moved to heap: i" + s := []*int{&i} // ERROR "\[\]\*int{...} does not escape" + return s[0] +} + +func slice10() []*int { + i := 0 // ERROR "moved to heap: i" + s := []*int{&i} // ERROR "\[\]\*int{...} escapes to heap" + return s +} + +func slice11() { + i := 2 + s := make([]int, 2, 3) // ERROR "make\(\[\]int, 2, 3\) does not escape" + s = make([]int, i, 3) // ERROR "make\(\[\]int, i, 3\) does not escape" + s = make([]int, i, 1) // ERROR "make\(\[\]int, i, 1\) does not escape" + _ = s +} + +func slice12(x []int) *[1]int { // ERROR "leaking param: x to result ~r0 level=0$" + return (*[1]int)(x) +} + +func slice13(x []*int) [1]*int { // ERROR "leaking param: x to result ~r0 level=1$" + return [1]*int(x) +} + +func envForDir(dir string) []string { // ERROR "dir does not escape" + env := os.Environ() + return mergeEnvLists([]string{"PWD=" + dir}, env) // ERROR ".PWD=. \+ dir escapes to heap" "\[\]string{...} does not escape" +} + +func mergeEnvLists(in, out []string) []string { // ERROR "leaking param content: in" "leaking param content: out" "leaking param: out to result ~r0 level=0" +NextVar: + for _, inkv := range in { + k := strings.SplitAfterN(inkv, "=", 2)[0] + for i, outkv := range out { + if strings.HasPrefix(outkv, k) { + out[i] = inkv + continue NextVar + } + } + out = append(out, inkv) // ERROR "append escapes to heap" + } + return out +} + +const ( + IPv4len = 4 + IPv6len = 16 +) + +var v4InV6Prefix = []byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff} + +func IPv4(a, b, c, d byte) IP { + p := make(IP, IPv6len) // ERROR "make\(IP, 16\) escapes to heap" + copy(p, v4InV6Prefix) + p[12] = a + p[13] = b + p[14] = c + p[15] = d + return p +} + +type IP []byte + +type IPAddr struct { + IP IP + Zone string // IPv6 scoped addressing zone +} + +type resolveIPAddrTest struct { + network string + litAddrOrName string + addr *IPAddr + err error +} + +var resolveIPAddrTests = []resolveIPAddrTest{ + {"ip", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil}, + {"ip4", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil}, + {"ip4:icmp", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil}, +} + +func setupTestData() { + resolveIPAddrTests = append(resolveIPAddrTests, // ERROR "append escapes to heap" + []resolveIPAddrTest{ // ERROR "\[\]resolveIPAddrTest{...} does not escape" + {"ip", + "localhost", + &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr{...} escapes to heap" + nil}, + {"ip4", + "localhost", + &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr{...} escapes to heap" + nil}, + }...) +} diff --git a/go/test/escape_struct_param1.go b/go/test/escape_struct_param1.go new file mode 100644 index 0000000000000000000000000000000000000000..496172c166ac1bc9c5c9cd96f859e342d3ca9afc --- /dev/null +++ b/go/test/escape_struct_param1.go @@ -0,0 +1,298 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for *struct function parameters. +// Note companion strict_param2 checks struct function parameters with similar tests. + +package notmain + +var Ssink *string + +type U struct { + _sp *string + _spp **string +} + +type V struct { + _u U + _up *U + _upp **U +} + +func (u *U) SP() *string { // ERROR "leaking param: u to result ~r0 level=1$" + return u._sp +} + +func (u *U) SPP() **string { // ERROR "leaking param: u to result ~r0 level=1$" + return u._spp +} + +func (u *U) SPPi() *string { // ERROR "leaking param: u to result ~r0 level=2$" + return *u._spp +} + +func tSPPi() { + s := "cat" // ERROR "moved to heap: s$" + ps := &s + pps := &ps + pu := &U{ps, pps} // ERROR "&U{...} does not escape$" + Ssink = pu.SPPi() +} + +func tiSPP() { + s := "cat" // ERROR "moved to heap: s$" + ps := &s + pps := &ps + pu := &U{ps, pps} // ERROR "&U{...} does not escape$" + Ssink = *pu.SPP() +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of ps +func tSP() { + s := "cat" // ERROR "moved to heap: s$" + ps := &s // ERROR "moved to heap: ps$" + pps := &ps + pu := &U{ps, pps} // ERROR "&U{...} does not escape$" + Ssink = pu.SP() +} + +func (v *V) u() U { // ERROR "leaking param: v to result ~r0 level=1$" + return v._u +} + +func (v *V) UP() *U { // ERROR "leaking param: v to result ~r0 level=1$" + return v._up +} + +func (v *V) UPP() **U { // ERROR "leaking param: v to result ~r0 level=1$" + return v._upp +} + +func (v *V) UPPia() *U { // ERROR "leaking param: v to result ~r0 level=2$" + return *v._upp +} + +func (v *V) UPPib() *U { // ERROR "leaking param: v to result ~r0 level=2$" + return *v.UPP() +} + +func (v *V) USPa() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v._u._sp +} + +func (v *V) USPb() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v.u()._sp +} + +func (v *V) USPPia() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return *v._u._spp +} + +func (v *V) USPPib() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v._u.SPPi() +} + +func (v *V) UPiSPa() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v._up._sp +} + +func (v *V) UPiSPb() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v._up.SP() +} + +func (v *V) UPiSPc() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v.UP()._sp +} + +func (v *V) UPiSPd() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v.UP().SP() +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPa() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPa() // Ssink = &s3 (only &s3 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPb() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPb() // Ssink = &s3 (only &s3 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPc() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPc() // Ssink = &s3 (only &s3 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPd() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPd() // Ssink = &s3 (only &s3 really escapes) +} + +func (v V) UPiSPPia() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return *v._up._spp +} + +func (v V) UPiSPPib() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v._up.SPPi() +} + +func (v V) UPiSPPic() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return *v.UP()._spp +} + +func (v V) UPiSPPid() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v.UP().SPPi() +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPia() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPia() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPib() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPib() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPic() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPic() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPid() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPid() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +func (v *V) UPPiSPPia() *string { // ERROR "leaking param: v to result ~r0 level=4$" + return *(*v._upp)._spp +} + +// This test isolates the one value that needs to escape, not because +// it distinguishes fields but because it knows that &s6 is the only +// value reachable by two indirects from v. +// The test depends on the level cap in the escape analysis tags +// being able to encode that fact. +func tUPPiSPPia() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" + s5 := "emu" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPPiSPPia() // Ssink = *&ps6 = &s6 (only &s6 really escapes) +} diff --git a/go/test/escape_struct_param2.go b/go/test/escape_struct_param2.go new file mode 100644 index 0000000000000000000000000000000000000000..946397ea9f51a629d3f7051b1d3b5033636a4e30 --- /dev/null +++ b/go/test/escape_struct_param2.go @@ -0,0 +1,298 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for struct function parameters. +// Note companion strict_param1 checks *struct function parameters with similar tests. + +package notmain + +var Ssink *string + +type U struct { + _sp *string + _spp **string +} + +type V struct { + _u U + _up *U + _upp **U +} + +func (u U) SP() *string { // ERROR "leaking param: u to result ~r0 level=0$" + return u._sp +} + +func (u U) SPP() **string { // ERROR "leaking param: u to result ~r0 level=0$" + return u._spp +} + +func (u U) SPPi() *string { // ERROR "leaking param: u to result ~r0 level=1$" + return *u._spp +} + +func tSPPi() { + s := "cat" // ERROR "moved to heap: s$" + ps := &s + pps := &ps + pu := &U{ps, pps} // ERROR "&U{...} does not escape$" + Ssink = pu.SPPi() +} + +func tiSPP() { + s := "cat" // ERROR "moved to heap: s$" + ps := &s + pps := &ps + pu := &U{ps, pps} // ERROR "&U{...} does not escape$" + Ssink = *pu.SPP() +} + +// BAD: need fine-grained analysis to avoid spurious escape of ps +func tSP() { + s := "cat" // ERROR "moved to heap: s$" + ps := &s // ERROR "moved to heap: ps$" + pps := &ps + pu := &U{ps, pps} // ERROR "&U{...} does not escape$" + Ssink = pu.SP() +} + +func (v V) u() U { // ERROR "leaking param: v to result ~r0 level=0$" + return v._u +} + +func (v V) UP() *U { // ERROR "leaking param: v to result ~r0 level=0$" + return v._up +} + +func (v V) UPP() **U { // ERROR "leaking param: v to result ~r0 level=0$" + return v._upp +} + +func (v V) UPPia() *U { // ERROR "leaking param: v to result ~r0 level=1$" + return *v._upp +} + +func (v V) UPPib() *U { // ERROR "leaking param: v to result ~r0 level=1$" + return *v.UPP() +} + +func (v V) USPa() *string { // ERROR "leaking param: v to result ~r0 level=0$" + return v._u._sp +} + +func (v V) USPb() *string { // ERROR "leaking param: v to result ~r0 level=0$" + return v.u()._sp +} + +func (v V) USPPia() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return *v._u._spp +} + +func (v V) USPPib() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v._u.SPPi() +} + +func (v V) UPiSPa() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v._up._sp +} + +func (v V) UPiSPb() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v._up.SP() +} + +func (v V) UPiSPc() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v.UP()._sp +} + +func (v V) UPiSPd() *string { // ERROR "leaking param: v to result ~r0 level=1$" + return v.UP().SP() +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPa() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPa() // Ssink = &s3 (only &s3 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPb() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPb() // Ssink = &s3 (only &s3 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPc() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPc() // Ssink = &s3 (only &s3 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s3 +func tUPiSPd() { + s1 := "ant" + s2 := "bat" // ERROR "moved to heap: s2$" + s3 := "cat" // ERROR "moved to heap: s3$" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 // ERROR "moved to heap: ps4$" + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} escapes to heap$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPd() // Ssink = &s3 (only &s3 really escapes) +} + +func (v V) UPiSPPia() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return *v._up._spp +} + +func (v V) UPiSPPib() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v._up.SPPi() +} + +func (v V) UPiSPPic() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return *v.UP()._spp +} + +func (v V) UPiSPPid() *string { // ERROR "leaking param: v to result ~r0 level=2$" + return v.UP().SPPi() +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPia() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPia() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPib() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPib() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPic() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPic() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +// BAD: need fine-grained (field-sensitive) analysis to avoid spurious escape of all but &s4 +func tUPiSPPid() { + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" // ERROR "moved to heap: s4$" + s5 := "emu" // ERROR "moved to heap: s5$" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 // ERROR "moved to heap: ps6$" + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPiSPPid() // Ssink = *&ps4 = &s4 (only &s4 really escapes) +} + +func (v V) UPPiSPPia() *string { // ERROR "leaking param: v to result ~r0 level=3$" + return *(*v._upp)._spp +} + +// This test isolates the one value that needs to escape, not because +// it distinguishes fields but because it knows that &s6 is the only +// value reachable by two indirects from v. +// The test depends on the level cap in the escape analysis tags +// being able to encode that fact. +func tUPPiSPPia() { // This test is sensitive to the level cap in function summary results. + s1 := "ant" + s2 := "bat" + s3 := "cat" + s4 := "dog" + s5 := "emu" + s6 := "fox" // ERROR "moved to heap: s6$" + ps2 := &s2 + ps4 := &s4 + ps6 := &s6 + u1 := U{&s1, &ps2} + u2 := &U{&s3, &ps4} // ERROR "&U{...} does not escape$" + u3 := &U{&s5, &ps6} // ERROR "&U{...} does not escape$" + v := &V{u1, u2, &u3} // ERROR "&V{...} does not escape$" + Ssink = v.UPPiSPPia() // Ssink = *&ps6 = &s6 (only &s6 really escapes) +} diff --git a/go/test/escape_struct_return.go b/go/test/escape_struct_return.go new file mode 100644 index 0000000000000000000000000000000000000000..a42ae1e8c9b5270e610865554af7477ac95ab6be --- /dev/null +++ b/go/test/escape_struct_return.go @@ -0,0 +1,74 @@ +// errorcheck -0 -m -l + +// Copyright 2015 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. + +// Test escape analysis for function parameters. + +package foo + +var Ssink *string + +type U struct { + _sp *string + _spp **string +} + +func A(sp *string, spp **string) U { // ERROR "leaking param: sp to result ~r0 level=0$" "leaking param: spp to result ~r0 level=0$" + return U{sp, spp} +} + +func B(spp **string) U { // ERROR "leaking param: spp to result ~r0 level=0$" + return U{*spp, spp} +} + +func tA1() { + s := "cat" + sp := &s + spp := &sp + u := A(sp, spp) + _ = u + println(s) +} + +func tA2() { + s := "cat" + sp := &s + spp := &sp + u := A(sp, spp) + println(*u._sp) +} + +func tA3() { + s := "cat" + sp := &s + spp := &sp + u := A(sp, spp) + println(**u._spp) +} + +func tB1() { + s := "cat" + sp := &s + spp := &sp + u := B(spp) + _ = u + println(s) +} + +func tB2() { + s := "cat" + sp := &s + spp := &sp + u := B(spp) + println(*u._sp) +} + +func tB3() { + s := "cat" + sp := &s + spp := &sp + u := B(spp) + println(**u._spp) +} diff --git a/go/test/escape_sync_atomic.go b/go/test/escape_sync_atomic.go new file mode 100644 index 0000000000000000000000000000000000000000..e509b3751143cb307af91bc86bb787cbd54fc5e8 --- /dev/null +++ b/go/test/escape_sync_atomic.go @@ -0,0 +1,38 @@ +// errorcheck -0 -m -l + +// 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. + +// Test escape analysis for sync/atomic. + +package escape + +import ( + "sync/atomic" + "unsafe" +) + +// BAD: should be "leaking param: addr to result ~r1 level=1$". +func LoadPointer(addr *unsafe.Pointer) unsafe.Pointer { // ERROR "leaking param: addr$" + return atomic.LoadPointer(addr) +} + +var ptr unsafe.Pointer + +func StorePointer() { + var x int // ERROR "moved to heap: x" + atomic.StorePointer(&ptr, unsafe.Pointer(&x)) +} + +func SwapPointer() { + var x int // ERROR "moved to heap: x" + atomic.SwapPointer(&ptr, unsafe.Pointer(&x)) +} + +func CompareAndSwapPointer() { + // BAD: x doesn't need to be heap allocated + var x int // ERROR "moved to heap: x" + var y int // ERROR "moved to heap: y" + atomic.CompareAndSwapPointer(&ptr, unsafe.Pointer(&x), unsafe.Pointer(&y)) +} diff --git a/go/test/escape_unique.go b/go/test/escape_unique.go new file mode 100644 index 0000000000000000000000000000000000000000..78d6eeb777de7a5127bbba2e65638562395c5d7d --- /dev/null +++ b/go/test/escape_unique.go @@ -0,0 +1,62 @@ +// errorcheck -0 -m -l + +// Copyright 2025 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. + +// Test escape analysis for unique. + +package escape + +import "unique" + +type T string + +func f1(s string) unique.Handle[string] { // ERROR "s does not escape$" + return unique.Make(s) +} + +func f1a(s []byte) unique.Handle[string] { // ERROR "s does not escape$" + return unique.Make(string(s)) // ERROR "string\(s\) does not escape$" +} + +func gen[S ~string](s S) unique.Handle[S] { + return unique.Make(s) +} + +func f2(s T) unique.Handle[T] { // ERROR "s does not escape$" + return unique.Make(s) +} + +func f3(s T) unique.Handle[T] { // ERROR "s does not escape$" + return gen(s) +} + +type pair struct { + s1 string + s2 string +} + +func f4(s1 string, s2 string) unique.Handle[pair] { // ERROR "s1 does not escape$" "s2 does not escape$" + return unique.Make(pair{s1, s2}) +} + +type viaInterface struct { + s any +} + +func f5(s string) unique.Handle[viaInterface] { // ERROR "leaking param: s$" + return unique.Make(viaInterface{s}) // ERROR "s escapes to heap$" +} + +var sink any + +func f6(s string) unique.Handle[string] { // ERROR "leaking param: s$" + sink = s // ERROR "s escapes to heap$" + return unique.Make(s) +} + +func f6a(s []byte) unique.Handle[string] { // ERROR "leaking param: s$" + sink = s // ERROR "s escapes to heap$" + return unique.Make(string(s)) // ERROR "string\(s\) does not escape$" +} diff --git a/go/test/escape_unsafe.go b/go/test/escape_unsafe.go new file mode 100644 index 0000000000000000000000000000000000000000..56c536fdfb4c99f320b87e48fbd62c82828cfb72 --- /dev/null +++ b/go/test/escape_unsafe.go @@ -0,0 +1,69 @@ +// errorcheck -0 -m -l + +// 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. + +// Test escape analysis for unsafe.Pointer rules. + +package escape + +import ( + "reflect" + "unsafe" +) + +// (1) Conversion of a *T1 to Pointer to *T2. + +func convert(p *float64) *uint64 { // ERROR "leaking param: p to result ~r0 level=0$" + return (*uint64)(unsafe.Pointer(p)) +} + +// (3) Conversion of a Pointer to a uintptr and back, with arithmetic. + +func arithAdd() unsafe.Pointer { + var x [2]byte // ERROR "moved to heap: x" + return unsafe.Pointer(uintptr(unsafe.Pointer(&x[0])) + 1) +} + +func arithSub() unsafe.Pointer { + var x [2]byte // ERROR "moved to heap: x" + return unsafe.Pointer(uintptr(unsafe.Pointer(&x[1])) - 1) +} + +func arithMask() unsafe.Pointer { + var x [2]byte // ERROR "moved to heap: x" + return unsafe.Pointer(uintptr(unsafe.Pointer(&x[1])) &^ 1) +} + +// (5) Conversion of the result of reflect.Value.Pointer or +// reflect.Value.UnsafeAddr from uintptr to Pointer. + +// BAD: should be "leaking param: p to result ~r0 level=0$" +func valuePointer(p *int) unsafe.Pointer { // ERROR "leaking param: p$" + return unsafe.Pointer(reflect.ValueOf(p).Pointer()) +} + +// BAD: should be "leaking param: p to result ~r0 level=0$" +func valueUnsafeAddr(p *int) unsafe.Pointer { // ERROR "leaking param: p$" + return unsafe.Pointer(reflect.ValueOf(p).Elem().UnsafeAddr()) +} + +// (6) Conversion of a reflect.SliceHeader or reflect.StringHeader +// Data field to or from Pointer. + +func fromSliceData(s []int) unsafe.Pointer { // ERROR "leaking param: s to result ~r0 level=0$" + return unsafe.Pointer((*reflect.SliceHeader)(unsafe.Pointer(&s)).Data) +} + +func fromStringData(s string) unsafe.Pointer { // ERROR "leaking param: s to result ~r0 level=0$" + return unsafe.Pointer((*reflect.StringHeader)(unsafe.Pointer(&s)).Data) +} + +func toSliceData(s *[]int, p unsafe.Pointer) { // ERROR "s does not escape" "leaking param: p$" + (*reflect.SliceHeader)(unsafe.Pointer(s)).Data = uintptr(p) +} + +func toStringData(s *string, p unsafe.Pointer) { // ERROR "s does not escape" "leaking param: p$" + (*reflect.StringHeader)(unsafe.Pointer(s)).Data = uintptr(p) +} diff --git a/go/test/fibo.go b/go/test/fibo.go new file mode 100644 index 0000000000000000000000000000000000000000..3b816d930dfd3b44a46faead0eefc308028db4ae --- /dev/null +++ b/go/test/fibo.go @@ -0,0 +1,310 @@ +// skip + +// Copyright 2014 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. + +// Usage: +// fibo compute fibonacci(n), n must be >= 0 +// fibo -bench benchmark fibonacci computation (takes about 1 min) +// +// Additional flags: +// -half add values using two half-digit additions +// -opt optimize memory allocation through reuse +// -short only print the first 10 digits of very large fibonacci numbers + +// Command fibo is a stand-alone test and benchmark to +// evaluate the performance of bignum arithmetic written +// entirely in Go. +package main + +import ( + "flag" + "fmt" + "math/big" // only used for printing + "os" + "strconv" + "testing" + "text/tabwriter" + "time" +) + +var ( + bench = flag.Bool("bench", false, "run benchmarks") + half = flag.Bool("half", false, "use half-digit addition") + opt = flag.Bool("opt", false, "optimize memory usage") + short = flag.Bool("short", false, "only print first 10 digits of result") +) + +// A large natural number is represented by a nat, each "digit" is +// a big.Word; the value zero corresponds to the empty nat slice. +type nat []big.Word + +const W = 1 << (5 + ^big.Word(0)>>63) // big.Word size in bits + +// The following methods are extracted from math/big to make this a +// stand-alone program that can easily be run without dependencies +// and compiled with different compilers. + +func (z nat) make(n int) nat { + if n <= cap(z) { + return z[:n] // reuse z + } + // Choosing a good value for e has significant performance impact + // because it increases the chance that a value can be reused. + const e = 4 // extra capacity + return make(nat, n, n+e) +} + +// z = x +func (z nat) set(x nat) nat { + z = z.make(len(x)) + copy(z, x) + return z +} + +// z = x + y +// (like add, but operating on half-digits at a time) +func (z nat) halfAdd(x, y nat) nat { + m := len(x) + n := len(y) + + switch { + case m < n: + return z.add(y, x) + case m == 0: + // n == 0 because m >= n; result is 0 + return z.make(0) + case n == 0: + // result is x + return z.set(x) + } + // m >= n > 0 + + const W2 = W / 2 // half-digit size in bits + const M2 = (1 << W2) - 1 // lower half-digit mask + + z = z.make(m + 1) + var c big.Word + for i := 0; i < n; i++ { + // lower half-digit + c += x[i]&M2 + y[i]&M2 + d := c & M2 + c >>= W2 + // upper half-digit + c += x[i]>>W2 + y[i]>>W2 + z[i] = c<>= W2 + } + for i := n; i < m; i++ { + // lower half-digit + c += x[i] & M2 + d := c & M2 + c >>= W2 + // upper half-digit + c += x[i] >> W2 + z[i] = c<>= W2 + } + if c != 0 { + z[m] = c + m++ + } + return z[:m] +} + +// z = x + y +func (z nat) add(x, y nat) nat { + m := len(x) + n := len(y) + + switch { + case m < n: + return z.add(y, x) + case m == 0: + // n == 0 because m >= n; result is 0 + return z.make(0) + case n == 0: + // result is x + return z.set(x) + } + // m >= n > 0 + + z = z.make(m + 1) + var c big.Word + + for i, xi := range x[:n] { + yi := y[i] + zi := xi + yi + c + z[i] = zi + // see "Hacker's Delight", section 2-12 (overflow detection) + c = ((xi & yi) | ((xi | yi) &^ zi)) >> (W - 1) + } + for i, xi := range x[n:] { + zi := xi + c + z[n+i] = zi + c = (xi &^ zi) >> (W - 1) + if c == 0 { + copy(z[n+i+1:], x[i+1:]) + break + } + } + if c != 0 { + z[m] = c + m++ + } + return z[:m] +} + +func bitlen(x big.Word) int { + n := 0 + for x > 0 { + x >>= 1 + n++ + } + return n +} + +func (x nat) bitlen() int { + if i := len(x); i > 0 { + return (i-1)*W + bitlen(x[i-1]) + } + return 0 +} + +func (x nat) String() string { + const shortLen = 10 + s := new(big.Int).SetBits(x).String() + if *short && len(s) > shortLen { + s = s[:shortLen] + "..." + } + return s +} + +func fibo(n int, half, opt bool) nat { + switch n { + case 0: + return nil + case 1: + return nat{1} + } + f0 := nat(nil) + f1 := nat{1} + if half { + if opt { + var f2 nat // reuse f2 + for i := 1; i < n; i++ { + f2 = f2.halfAdd(f1, f0) + f0, f1, f2 = f1, f2, f0 + } + } else { + for i := 1; i < n; i++ { + f2 := nat(nil).halfAdd(f1, f0) // allocate a new f2 each time + f0, f1 = f1, f2 + } + } + } else { + if opt { + var f2 nat // reuse f2 + for i := 1; i < n; i++ { + f2 = f2.add(f1, f0) + f0, f1, f2 = f1, f2, f0 + } + } else { + for i := 1; i < n; i++ { + f2 := nat(nil).add(f1, f0) // allocate a new f2 each time + f0, f1 = f1, f2 + } + } + } + return f1 // was f2 before shuffle +} + +var tests = []struct { + n int + want string +}{ + {0, "0"}, + {1, "1"}, + {2, "1"}, + {3, "2"}, + {4, "3"}, + {5, "5"}, + {6, "8"}, + {7, "13"}, + {8, "21"}, + {9, "34"}, + {10, "55"}, + {100, "354224848179261915075"}, + {1000, "43466557686937456435688527675040625802564660517371780402481729089536555417949051890403879840079255169295922593080322634775209689623239873322471161642996440906533187938298969649928516003704476137795166849228875"}, +} + +func test(half, opt bool) { + for _, test := range tests { + got := fibo(test.n, half, opt).String() + if got != test.want { + fmt.Printf("error: got std fibo(%d) = %s; want %s\n", test.n, got, test.want) + os.Exit(1) + } + } +} + +func selfTest() { + if W != 32 && W != 64 { + fmt.Printf("error: unexpected wordsize %d", W) + os.Exit(1) + } + for i := 0; i < 4; i++ { + test(i&2 == 0, i&1 != 0) + } +} + +func doFibo(n int) { + start := time.Now() + f := fibo(n, *half, *opt) + t := time.Since(start) + fmt.Printf("fibo(%d) = %s (%d bits, %s)\n", n, f, f.bitlen(), t) +} + +func benchFibo(b *testing.B, n int, half, opt bool) { + for i := 0; i < b.N; i++ { + fibo(n, half, opt) + } +} + +func doBench(half, opt bool) { + w := tabwriter.NewWriter(os.Stdout, 0, 8, 2, ' ', tabwriter.AlignRight) + fmt.Fprintf(w, "wordsize = %d, half = %v, opt = %v\n", W, half, opt) + fmt.Fprintf(w, "n\talloc count\talloc bytes\tns/op\ttime/op\t\n") + for n := 1; n <= 1e6; n *= 10 { + res := testing.Benchmark(func(b *testing.B) { benchFibo(b, n, half, opt) }) + fmt.Fprintf(w, "%d\t%d\t%d\t%d\t%s\t\n", n, res.AllocsPerOp(), res.AllocedBytesPerOp(), res.NsPerOp(), time.Duration(res.NsPerOp())) + } + fmt.Fprintln(w) + w.Flush() +} + +func main() { + selfTest() + flag.Parse() + + if args := flag.Args(); len(args) > 0 { + // command-line use + fmt.Printf("half = %v, opt = %v, wordsize = %d bits\n", *half, *opt, W) + for _, arg := range args { + n, err := strconv.Atoi(arg) + if err != nil || n < 0 { + fmt.Println("invalid argument", arg) + continue + } + doFibo(n) + } + return + } + + if *bench { + for i := 0; i < 4; i++ { + doBench(i&2 == 0, i&1 != 0) + } + } +} diff --git a/go/test/finprofiled.go b/go/test/finprofiled.go new file mode 100644 index 0000000000000000000000000000000000000000..ef8f61c8025115415f97c780abbf9fb037be3289 --- /dev/null +++ b/go/test/finprofiled.go @@ -0,0 +1,79 @@ +// run + +// Copyright 2015 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. + +// Test that tiny allocations with finalizers are correctly profiled. +// Previously profile special records could have been processed prematurely +// (while the object is still live). + +package main + +import ( + "runtime" + "time" + "unsafe" +) + +func main() { + runtime.MemProfileRate = 1 + // Allocate 1M 4-byte objects and set a finalizer for every third object. + // Assuming that tiny block size is 16, some objects get finalizers setup + // only for middle bytes. The finalizer resurrects that object. + // As the result, all allocated memory must stay alive. + const ( + N = 1 << 20 + tinyBlockSize = 16 // runtime._TinySize + ) + hold := make([]*int32, 0, N) + for i := 0; i < N; i++ { + x := new(int32) + if i%3 == 0 { + runtime.SetFinalizer(x, func(p *int32) { + hold = append(hold, p) + }) + } + } + // Finalize as much as possible. + // Note: the sleep only increases probability of bug detection, + // it cannot lead to false failure. + for i := 0; i < 5; i++ { + runtime.GC() + time.Sleep(10 * time.Millisecond) + } + // Read memory profile. + var prof []runtime.MemProfileRecord + for { + if n, ok := runtime.MemProfile(prof, false); ok { + prof = prof[:n] + break + } else { + prof = make([]runtime.MemProfileRecord, n+10) + } + } + // See how much memory in tiny objects is profiled. + var totalBytes int64 + for _, p := range prof { + bytes := p.AllocBytes - p.FreeBytes + nobj := p.AllocObjects - p.FreeObjects + if nobj == 0 { + // There may be a record that has had all of its objects + // freed. That's fine. Avoid a divide-by-zero and skip. + continue + } + size := bytes / nobj + if size == tinyBlockSize { + totalBytes += bytes + } + } + // 2*tinyBlockSize slack is for any boundary effects. + if want := N*int64(unsafe.Sizeof(int32(0))) - 2*tinyBlockSize; totalBytes < want { + println("got", totalBytes, "want >=", want) + panic("some of the tiny objects are not profiled") + } + // Just to keep hold alive. + if len(hold) != 0 && hold[0] == nil { + panic("bad") + } +} diff --git a/go/test/fixedbugs/bug000.go b/go/test/fixedbugs/bug000.go new file mode 100644 index 0000000000000000000000000000000000000000..9104a57aaf6e77404a80759c0cb0e386226900e3 --- /dev/null +++ b/go/test/fixedbugs/bug000.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2009 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 main + +func main() { + var x int; + switch x { + case 0: + {} + case 1: + x = 0; + } +} +/* +bug0.go:8: case statement out of place +*/ diff --git a/go/test/fixedbugs/bug002.go b/go/test/fixedbugs/bug002.go new file mode 100644 index 0000000000000000000000000000000000000000..3493426d3774dbd0672535dc34ef66d39871dbd1 --- /dev/null +++ b/go/test/fixedbugs/bug002.go @@ -0,0 +1,11 @@ +// run + +// Copyright 2009 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 main + +func main() { + if ; false {} // compiles; should be an error (should be simplevardecl before ;) +} diff --git a/go/test/fixedbugs/bug003.go b/go/test/fixedbugs/bug003.go new file mode 100644 index 0000000000000000000000000000000000000000..7165d9d2099f73106f184616b93fc9c38ed34801 --- /dev/null +++ b/go/test/fixedbugs/bug003.go @@ -0,0 +1,14 @@ +// run + +// Copyright 2009 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 main + +func main() { + switch ; { case true: return; default: return } +} +/* +bug003.go:6: fatal error: walkswitch: not case EMPTY +*/ diff --git a/go/test/fixedbugs/bug004.go b/go/test/fixedbugs/bug004.go new file mode 100644 index 0000000000000000000000000000000000000000..fb207e9bc8e64385564cf55a9ec12f6a203e45de --- /dev/null +++ b/go/test/fixedbugs/bug004.go @@ -0,0 +1,11 @@ +// run + +// Copyright 2009 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 main + +func main() { + switch ; { case false: return; } // compiles; should be an error (should be simplevardecl before ;) +} diff --git a/go/test/fixedbugs/bug005.go b/go/test/fixedbugs/bug005.go new file mode 100644 index 0000000000000000000000000000000000000000..3798f8321a12306868139b03e95f4e800cdc6bd6 --- /dev/null +++ b/go/test/fixedbugs/bug005.go @@ -0,0 +1,18 @@ +// run + +// Copyright 2009 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 main + +func main() { + Foo: { + return; + } + goto Foo; +} +/* +bug5.go:4: Foo undefined +bug5.go:4: fatal error: walktype: switch 1 unknown op GOTO l(4) +*/ diff --git a/go/test/fixedbugs/bug006.go b/go/test/fixedbugs/bug006.go new file mode 100644 index 0000000000000000000000000000000000000000..6761682b39957db29d290122a654a08aa41b1d67 --- /dev/null +++ b/go/test/fixedbugs/bug006.go @@ -0,0 +1,24 @@ +// run + +// Copyright 2009 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 main + +import "os" + +const ( + x float64 = iota + g float64 = 4.5 * iota +) + +func main() { + if g == 0.0 { + print("zero\n") + } + if g != 4.5 { + print(" fail\n") + os.Exit(1) + } +} diff --git a/go/test/fixedbugs/bug007.go b/go/test/fixedbugs/bug007.go new file mode 100644 index 0000000000000000000000000000000000000000..3d9fcb9e01e0c343d5d1a5abf648b74084a5081d --- /dev/null +++ b/go/test/fixedbugs/bug007.go @@ -0,0 +1,24 @@ +// run + +// Copyright 2009 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 main + +type ( + Point struct { + x, y float64 + } + Polar Point +) + +func main() { +} + +/* +bug7.go:5: addtyp: renaming Point to Polar +main.go.c:14: error: redefinition of typedef ‘_T_2’ +main.go.c:13: error: previous declaration of ‘_T_2’ was here +main.go.c:16: error: redefinition of ‘struct _T_2’ +*/ diff --git a/go/test/fixedbugs/bug008.go b/go/test/fixedbugs/bug008.go new file mode 100644 index 0000000000000000000000000000000000000000..48f74a52d95963e0afd6cb6701a079ab150412e4 --- /dev/null +++ b/go/test/fixedbugs/bug008.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2009 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 main + +func main() { + i5 := 5; + + switch { // compiler crash fixable with 'switch true' + case i5 < 5: dummy := 0; _ = dummy; + case i5 == 5: dummy := 0; _ = dummy; + case i5 > 5: dummy := 0; _ = dummy; + } +} +/* +Segmentation fault +*/ diff --git a/go/test/fixedbugs/bug009.go b/go/test/fixedbugs/bug009.go new file mode 100644 index 0000000000000000000000000000000000000000..0467b297a2cb5b959917d9caf840ad0776211d5d --- /dev/null +++ b/go/test/fixedbugs/bug009.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2009 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 main + + +func main() { + fired := false; _ = fired; +} +/* +bug9.go:5: defaultlit: unknown literal: LITERAL-B0 a(1) +bug9.go:5: fatal error: addvar: n=NAME-fired G0 a(1) l(5) t= nil +*/ diff --git a/go/test/fixedbugs/bug010.go b/go/test/fixedbugs/bug010.go new file mode 100644 index 0000000000000000000000000000000000000000..f54b1d54a861cc1a08545c874f2465746309b332 --- /dev/null +++ b/go/test/fixedbugs/bug010.go @@ -0,0 +1,24 @@ +// run + +// Copyright 2009 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 main + + +func f(i int, f float64) { + i = 8 + f = 8.0 + return +} + +func main() { + f(3, float64(5)) +} + +/* +bug10.go:5: i undefined +bug10.go:6: illegal conversion of constant to 020({},<_o001>{INT32;FLOAT32;},{}) +bug10.go:7: error in shape across assignment +*/ diff --git a/go/test/fixedbugs/bug011.go b/go/test/fixedbugs/bug011.go new file mode 100644 index 0000000000000000000000000000000000000000..519c3585f06ba7d5e82bda5278cac96424d7902d --- /dev/null +++ b/go/test/fixedbugs/bug011.go @@ -0,0 +1,27 @@ +// run + +// Copyright 2009 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 main + + +type T struct { + x, y int +} + +func (t *T) m(a int, b float64) int { + return (t.x + a) * (t.y + int(b)) +} + +func main() { + var t *T = new(T) + t.x = 1 + t.y = 2 + r10 := t.m(1, 3.0) + _ = r10 +} +/* +bug11.go:16: fatal error: walktype: switch 1 unknown op CALLMETH l(16) INT32 +*/ diff --git a/go/test/fixedbugs/bug012.go b/go/test/fixedbugs/bug012.go new file mode 100644 index 0000000000000000000000000000000000000000..38efb6d979225ae94393e06d4aa8030f1f4cf7e6 --- /dev/null +++ b/go/test/fixedbugs/bug012.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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 main + + +func main() { + var u30 uint64 = 0; + var u31 uint64 = 1; + _, _ = u30, u31; + var u32 uint64 = 18446744073709551615; + var u33 uint64 = +18446744073709551615; + if u32 != (1<<64)-1 { panic("u32\n"); } + if u33 != (1<<64)-1 { panic("u33\n"); } + var i34 int64 = ^0; // note: 2's complement means ^0 == -1 + if i34 != -1 { panic("i34") } +} +/* +bug12.go:5: overflow converting constant to UINT64 +bug12.go:6: overflow converting constant to UINT64 +bug12.go:7: overflow converting constant to UINT64 +bug12.go:8: overflow converting constant to UINT64 +*/ diff --git a/go/test/fixedbugs/bug013.go b/go/test/fixedbugs/bug013.go new file mode 100644 index 0000000000000000000000000000000000000000..045786bf7a891cdcc05650df9dbacb4ef2b4a604 --- /dev/null +++ b/go/test/fixedbugs/bug013.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2009 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 main + +func main() { + var cu0 uint16 = '\u1234'; + var cU1 uint32 = '\U00101234'; + _, _ = cu0, cU1; +} +/* +bug13.go:4: missing ' +bug13.go:4: syntax error +bug13.go:5: newline in string +bug13.go:5: missing ' +bug13.go:6: newline in string +*/ diff --git a/go/test/fixedbugs/bug014.go b/go/test/fixedbugs/bug014.go new file mode 100644 index 0000000000000000000000000000000000000000..a20f0310e7cce4b8207037ae324c90e278aa7bb4 --- /dev/null +++ b/go/test/fixedbugs/bug014.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + var c00 uint8 = '\0'; // ERROR "oct|char" + var c01 uint8 = '\07'; // ERROR "oct|char" + var cx0 uint8 = '\x0'; // ERROR "hex|char" + var cx1 uint8 = '\x'; // ERROR "hex|char" + _, _, _, _ = c00, c01, cx0, cx1 +} diff --git a/go/test/fixedbugs/bug015.go b/go/test/fixedbugs/bug015.go new file mode 100644 index 0000000000000000000000000000000000000000..d3a9f22ed0826e35c4d6d65bb11cff3ac3db0183 --- /dev/null +++ b/go/test/fixedbugs/bug015.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + var i33 int64; + if i33 == (1<<64) -1 { // ERROR "overflow" + } +} diff --git a/go/test/fixedbugs/bug016.go b/go/test/fixedbugs/bug016.go new file mode 100644 index 0000000000000000000000000000000000000000..18fac78f34ac828e40af93cee5b3475caaafd3c7 --- /dev/null +++ b/go/test/fixedbugs/bug016.go @@ -0,0 +1,18 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + var i int = 100 + i = i << -3 // ERROR "overflows|negative" +} + +/* +ixedbugs/bug016.go:7: overflow converting constant to UINT32 +fixedbugs/bug016.go:7: illegal types for operand: AS + (INT32) +*/ diff --git a/go/test/fixedbugs/bug017.go b/go/test/fixedbugs/bug017.go new file mode 100644 index 0000000000000000000000000000000000000000..2f5960d10446d6f7f5fa08bbe84a886b71f8e297 --- /dev/null +++ b/go/test/fixedbugs/bug017.go @@ -0,0 +1,25 @@ +// run + +// Copyright 2009 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 main + +func main() { + var s2 string = "\a\b\f\n\r\t\v"; // \r is miscompiled + _ = s2; +} +/* +main.go.c: In function ‘main_main’: +main.go.c:20: error: missing terminating " character +main.go.c:21: error: missing terminating " character +main.go.c:24: error: ‘def’ undeclared (first use in this function) +main.go.c:24: error: (Each undeclared identifier is reported only once +main.go.c:24: error: for each function it appears in.) +main.go.c:24: error: syntax error before ‘def’ +main.go.c:24: error: missing terminating " character +main.go.c:25: warning: excess elements in struct initializer +main.go.c:25: warning: (near initialization for ‘slit’) +main.go.c:36: error: syntax error at end of input +*/ diff --git a/go/test/fixedbugs/bug020.go b/go/test/fixedbugs/bug020.go new file mode 100644 index 0000000000000000000000000000000000000000..cde3f8679bea9f1cfc7d029c0aa5b508b4aef260 --- /dev/null +++ b/go/test/fixedbugs/bug020.go @@ -0,0 +1,22 @@ +// compile + +// Copyright 2009 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 main + +var digits string; + +func putint(buf []byte, i, base, val int, digits string) { + buf[i] = digits[val]; +} + +func main() { +} + +/* +uetli:~/Source/go1/test gri$ 6g bugs/bug020.go +bugs/bug020.go:7: type of a structure field cannot be an open array +bugs/bug020.go:7: fatal error: width of a dynamic array +*/ diff --git a/go/test/fixedbugs/bug021.go b/go/test/fixedbugs/bug021.go new file mode 100644 index 0000000000000000000000000000000000000000..bf936e875cd54fc613ad255b23852c480eb75202 --- /dev/null +++ b/go/test/fixedbugs/bug021.go @@ -0,0 +1,13 @@ +// run + +// Copyright 2009 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 main + +func main() { + s1 := "hi"; + s2 := "ho"; + s1 += s2; +} diff --git a/go/test/fixedbugs/bug022.go b/go/test/fixedbugs/bug022.go new file mode 100644 index 0000000000000000000000000000000000000000..9e991bb49cb115e28d5efa759d414cd2e718af32 --- /dev/null +++ b/go/test/fixedbugs/bug022.go @@ -0,0 +1,26 @@ +// errorcheck + +// Copyright 2009 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 main + +func putint(digits *string) { + var i byte; + i = (*digits)[7]; // compiles + i = digits[7]; // ERROR "illegal|is not|cannot index" + _ = i; +} + +func main() { + s := "asdfasdfasdfasdf"; + putint(&s); +} + +/* +bug022.go:8: illegal types for operand + (**STRING) INDEXPTR (INT32) +bug022.go:8: illegal types for operand + (UINT8) AS +*/ diff --git a/go/test/fixedbugs/bug023.go b/go/test/fixedbugs/bug023.go new file mode 100644 index 0000000000000000000000000000000000000000..9b211cd54f8c2b3ec3a9ad951102b5086900375a --- /dev/null +++ b/go/test/fixedbugs/bug023.go @@ -0,0 +1,30 @@ +// run + +// Copyright 2009 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 main + +type Type interface { + TypeName() string; +} + +type TInt struct { +} + +// TInt +func (i *TInt) TypeName() string { + return "int"; +} + + +func main() { + var t Type; + t = nil; + _ = t; +} + +/* +bug023.go:20: fatal error: naddr: const I{110(<_t117>{},<_o119>{},{});} +*/ diff --git a/go/test/fixedbugs/bug024.go b/go/test/fixedbugs/bug024.go new file mode 100644 index 0000000000000000000000000000000000000000..2e235b7b46b08aebd0d8b0456fa05e06bade0c54 --- /dev/null +++ b/go/test/fixedbugs/bug024.go @@ -0,0 +1,21 @@ +// run + +// Copyright 2009 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 main + +func main() { + var i int; + i = '\''; + i = '\\'; + var s string; + s = "\""; + _, _ = i, s; +} +/* +bug.go:5: unknown escape sequence: ' +bug.go:6: unknown escape sequence: \ +bug.go:8: unknown escape sequence: " +*/ diff --git a/go/test/fixedbugs/bug026.go b/go/test/fixedbugs/bug026.go new file mode 100644 index 0000000000000000000000000000000000000000..bfd03cc9555cd1789da5cd03366df6e8d0a5a462 --- /dev/null +++ b/go/test/fixedbugs/bug026.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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 main + +type Element interface { +} + +type Vector struct { +} + +func (v *Vector) Insert(i int, e Element) { +} + + +func main() { + type I struct { val int; }; // BUG: can't be local; works if global + v := new(Vector); + v.Insert(0, new(I)); +} +/* +check: main_sigs_I: not defined +*/ diff --git a/go/test/fixedbugs/bug027.go b/go/test/fixedbugs/bug027.go new file mode 100644 index 0000000000000000000000000000000000000000..874b47e7adc3f4ab88ef8127af72e5c04479e99f --- /dev/null +++ b/go/test/fixedbugs/bug027.go @@ -0,0 +1,84 @@ +// run + +// Copyright 2009 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 main + +import "fmt" + +type Element interface { +} + +type Vector struct { + nelem int + elem []Element +} + +func New() *Vector { + v := new(Vector) + v.nelem = 0 + v.elem = make([]Element, 10) + return v +} + +func (v *Vector) At(i int) Element { + return v.elem[i] +} + +func (v *Vector) Insert(e Element) { + v.elem[v.nelem] = e + v.nelem++ +} + +func main() { + type I struct{ val int } + i0 := new(I) + i0.val = 0 + i1 := new(I) + i1.val = 11 + i2 := new(I) + i2.val = 222 + i3 := new(I) + i3.val = 3333 + i4 := new(I) + i4.val = 44444 + v := New() + r := "hi\n" + v.Insert(i4) + v.Insert(i3) + v.Insert(i2) + v.Insert(i1) + v.Insert(i0) + for i := 0; i < v.nelem; i++ { + var x *I + x = v.At(i).(*I) + r += fmt.Sprintln(i, x.val) // prints correct list + } + for i := 0; i < v.nelem; i++ { + r += fmt.Sprintln(i, v.At(i).(*I).val) + } + expect := `hi +0 44444 +1 3333 +2 222 +3 11 +4 0 +0 44444 +1 3333 +2 222 +3 11 +4 0 +` + if r != expect { + panic(r) + } +} + +/* +bug027.go:50: illegal types for operand + (I{}) CONV ({}) +bug027.go:50: illegal types for operand + (I{}) CONV ({}) +*/ diff --git a/go/test/fixedbugs/bug028.go b/go/test/fixedbugs/bug028.go new file mode 100644 index 0000000000000000000000000000000000000000..2edf5a9106fb1fb73e5b71e7dad4cf611b0561db --- /dev/null +++ b/go/test/fixedbugs/bug028.go @@ -0,0 +1,29 @@ +// run + +// Copyright 2009 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 main + + +func Alloc(i int) int { + switch i { + default: + return 5; + case 1: + return 1; + case 10: + return 10; + } + return 0 +} + +func main() { + s := Alloc(7); + if s != 5 { panic("bad") } +} + +/* +bug028.go:7: unreachable statements in a switch +*/ diff --git a/go/test/fixedbugs/bug030.go b/go/test/fixedbugs/bug030.go new file mode 100644 index 0000000000000000000000000000000000000000..ffd29e057a9bb377d97e198a4279e0e7e3458698 --- /dev/null +++ b/go/test/fixedbugs/bug030.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + var x int; + x := 0; // ERROR "declar|:=" + _ = x; +} diff --git a/go/test/fixedbugs/bug031.go b/go/test/fixedbugs/bug031.go new file mode 100644 index 0000000000000000000000000000000000000000..529e5ce84ce83ff0e5ca90185a50d94dee134392 --- /dev/null +++ b/go/test/fixedbugs/bug031.go @@ -0,0 +1,29 @@ +// run + +// Copyright 2009 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 main + +func main() { +prog := "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxx"+ +"xxxxxx"+ +"xxxxxxxxxxxxxxxxxxxx"+ +"xxxxxxxx"+ +"xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +; +_ = prog; +} + +/* Segmentation fault */ diff --git a/go/test/fixedbugs/bug035.go b/go/test/fixedbugs/bug035.go new file mode 100644 index 0000000000000000000000000000000000000000..ae41a1795370f4d8e6834547789daa0fb9b80c78 --- /dev/null +++ b/go/test/fixedbugs/bug035.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2009 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 main + +func f9(a int) (i int, f float64) { + i := 9 // ERROR "redecl|no new" + f := float64(9) // ERROR "redecl|no new" + return i, f +} diff --git a/go/test/fixedbugs/bug037.go b/go/test/fixedbugs/bug037.go new file mode 100644 index 0000000000000000000000000000000000000000..ed95cacc96b970dff83e5c2fd207d35245bf93aa --- /dev/null +++ b/go/test/fixedbugs/bug037.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + s := vlong(0); // ERROR "undef" + _ = s +} diff --git a/go/test/fixedbugs/bug039.go b/go/test/fixedbugs/bug039.go new file mode 100644 index 0000000000000000000000000000000000000000..d34f5e62e479c651835ada704e2882f696dcb122 --- /dev/null +++ b/go/test/fixedbugs/bug039.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main + +func f (x int) { // GCCGO_ERROR "previous" + var x int; // ERROR "redecl|redefinition" +} diff --git a/go/test/fixedbugs/bug040.go b/go/test/fixedbugs/bug040.go new file mode 100644 index 0000000000000000000000000000000000000000..5c3a1d7c129ba8c6019819fda94aba4ddd527c97 --- /dev/null +++ b/go/test/fixedbugs/bug040.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main + +func f (x, // GCCGO_ERROR "previous" + x int) { // ERROR "duplicate argument|redefinition|redeclared" +} diff --git a/go/test/fixedbugs/bug045.go b/go/test/fixedbugs/bug045.go new file mode 100644 index 0000000000000000000000000000000000000000..c66a2411a89201520dc989c04060171b89734e45 --- /dev/null +++ b/go/test/fixedbugs/bug045.go @@ -0,0 +1,21 @@ +// run + +// Copyright 2009 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 main + +type T struct { + i int +} + +func main() { + var ta []*T; + + ta = new([1]*T)[0:]; + ta[0] = nil; +} +/* +bug045.go:13: fatal error: goc: exit 1 +*/ diff --git a/go/test/fixedbugs/bug046.go b/go/test/fixedbugs/bug046.go new file mode 100644 index 0000000000000000000000000000000000000000..219e91d537b42788da0a72c640e7fc139493ba05 --- /dev/null +++ b/go/test/fixedbugs/bug046.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +type T *struct {} + +func (x T) M () {} // ERROR "pointer|receiver" + +/* +bug046.go:7: illegal pointer +*/ diff --git a/go/test/fixedbugs/bug047.go b/go/test/fixedbugs/bug047.go new file mode 100644 index 0000000000000000000000000000000000000000..7619ae73c6680b87d7181042aeb978aade367fef --- /dev/null +++ b/go/test/fixedbugs/bug047.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2009 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 main + +func main() { + + type T struct { + s string + f float64 + } + var s string = "hello" + var f float64 = 0.2 + t := T{s, f} + + type M map[int]int + m0 := M{7: 8} + + _, _ = t, m0 +} diff --git a/go/test/fixedbugs/bug048.go b/go/test/fixedbugs/bug048.go new file mode 100644 index 0000000000000000000000000000000000000000..48ad751e2c67d25fb23cd528fafe70e2f5dc72e8 --- /dev/null +++ b/go/test/fixedbugs/bug048.go @@ -0,0 +1,13 @@ +// run + +// Copyright 2009 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 main + +func main() { + type M map[int] int; + m1 := M{7 : 8}; + _ = m1; +} diff --git a/go/test/fixedbugs/bug049.go b/go/test/fixedbugs/bug049.go new file mode 100644 index 0000000000000000000000000000000000000000..51990f2dfbcd2621a17214798be3a97e3ad638d3 --- /dev/null +++ b/go/test/fixedbugs/bug049.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2009 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 main + +func atom(s string) { + if s == nil { // ERROR "nil|incompatible" + return; + } +} + +func main() {} + +/* +bug047.go:4: fatal error: stringpool: not string +*/ diff --git a/go/test/fixedbugs/bug050.go b/go/test/fixedbugs/bug050.go new file mode 100644 index 0000000000000000000000000000000000000000..1e299ed99a8a94d1cb03a7ff07c1fdad1072351f --- /dev/null +++ b/go/test/fixedbugs/bug050.go @@ -0,0 +1,8 @@ +// errorcheck -d=panic + +// Copyright 2009 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. + +func main() { // ERROR "package" +} diff --git a/go/test/fixedbugs/bug051.go b/go/test/fixedbugs/bug051.go new file mode 100644 index 0000000000000000000000000000000000000000..c4ba2eff67587d10a498ee2a71b60c63594bfb3e --- /dev/null +++ b/go/test/fixedbugs/bug051.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +func f() int { + return 0; +} + +func main() { + const n = f(); // ERROR "const" +} diff --git a/go/test/fixedbugs/bug052.go b/go/test/fixedbugs/bug052.go new file mode 100644 index 0000000000000000000000000000000000000000..440a00ebebdf3f11bfda2373b99ee92f91dc5a52 --- /dev/null +++ b/go/test/fixedbugs/bug052.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2009 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 main + +func main() { + c := 10; + d := 7; + var x [10]int; + i := 0; + /* this works: + q := c/d; + x[i] = q; + */ + // this doesn't: + x[i] = c/d; // BUG segmentation fault +} diff --git a/go/test/fixedbugs/bug053.go b/go/test/fixedbugs/bug053.go new file mode 100644 index 0000000000000000000000000000000000000000..00625fd7c30432ec5f73b1e234bf2e10adc564a1 --- /dev/null +++ b/go/test/fixedbugs/bug053.go @@ -0,0 +1,12 @@ +// run + +// Copyright 2009 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 main + +func main() { + var len int; // len should not be a keyword - this doesn't compile + _ = len; +} diff --git a/go/test/fixedbugs/bug054.go b/go/test/fixedbugs/bug054.go new file mode 100644 index 0000000000000000000000000000000000000000..01590585c53d6b3d7a1b97783edbf15684c8b204 --- /dev/null +++ b/go/test/fixedbugs/bug054.go @@ -0,0 +1,41 @@ +// run + +// Copyright 2009 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 main + +type Element interface { +} + +type Vector struct { + elem []Element; +} + +func (v *Vector) At(i int) Element { + return v.elem[i]; +} + +type TStruct struct { + name string; + fields *Vector; +} + +func (s *TStruct) field(i int) *TStruct { + return s.fields.At(i).(*TStruct); +} + +func main() { + v := new(Vector); + v.elem = make([]Element, 10); + t := new(TStruct); + t.name = "hi"; + v.elem[0] = t; + s := new(TStruct); + s.name = "foo"; + s.fields = v; + if s.field(0).name != "hi" { + panic("bad name") + } +} diff --git a/go/test/fixedbugs/bug055.go b/go/test/fixedbugs/bug055.go new file mode 100644 index 0000000000000000000000000000000000000000..c3073cc1eac367b33976bafef6d67141937d3ba1 --- /dev/null +++ b/go/test/fixedbugs/bug055.go @@ -0,0 +1,27 @@ +// run + +// Copyright 2009 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 main + +func main() { + var i int + var j int + if true { + } + { + return + } + i = 0 + if true { + } else { + i++ + } + type s struct{} + i = 0 + type s2 int + var k = func(a int) int { return a + 1 }(3) + _, _ = j, k +} diff --git a/go/test/fixedbugs/bug056.go b/go/test/fixedbugs/bug056.go new file mode 100644 index 0000000000000000000000000000000000000000..13eac29204745b3ad1a7028fcc9cf1de5f1c2d9a --- /dev/null +++ b/go/test/fixedbugs/bug056.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2009 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 main + +func frexp() (a int, b float64) { + return 1, 2.0 +} + +func main() { + a, b := frexp(); + _, _ = a, b; +} + +/* +bug056.go:8: illegal types for operand: AS + (INT32) + (INT32) +*/ diff --git a/go/test/fixedbugs/bug057.go b/go/test/fixedbugs/bug057.go new file mode 100644 index 0000000000000000000000000000000000000000..19b8651a547b844ddeb114e834d1d94b1fc5fcd5 --- /dev/null +++ b/go/test/fixedbugs/bug057.go @@ -0,0 +1,25 @@ +// compile + +// Copyright 2009 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 main + +type T struct { + s string; +} + + +func main() { + s := ""; + l1 := len(s); + var t T; + l2 := len(t.s); // BUG: cannot take len() of a string field + _, _ = l1, l2; +} + +/* +uetli:/home/gri/go/test/bugs gri$ 6g bug057.go +bug057.go:14: syntax error +*/ diff --git a/go/test/fixedbugs/bug058.go b/go/test/fixedbugs/bug058.go new file mode 100644 index 0000000000000000000000000000000000000000..2b97dbf7c0e7607457f6248fb06d35eabb6e4428 --- /dev/null +++ b/go/test/fixedbugs/bug058.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2009 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 main + +type Box struct {}; +var m map[string] *Box; + +func main() { + m := make(map[string] *Box); + s := "foo"; + var x *Box = nil; + m[s] = x; +} + +/* +bug058.go:9: illegal types for operand: INDEX + (MAP[*STRING]*{}) + (*STRING) +*/ diff --git a/go/test/fixedbugs/bug059.go b/go/test/fixedbugs/bug059.go new file mode 100644 index 0000000000000000000000000000000000000000..6f64b9e0b16ddc1213cb8606c6a6c491dc683852 --- /dev/null +++ b/go/test/fixedbugs/bug059.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2009 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 main + +import "os" + +func P(a []string) string { + s := "{"; + for i := 0; i < 2; i++ { + if i > 0 { + s += "," + } + s += `"` + a[i] + `"`; + } + s +="}"; + return s; +} + +func main() { + m := make(map[string] []string); + as := new([2]string); + as[0] = "0"; + as[1] = "1"; + m["0"] = as[0:]; + + a := m["0"]; + a[0] = "x"; + m["0"][0] = "deleted"; + if m["0"][0] != "deleted" { + os.Exit(1); + } +} diff --git a/go/test/fixedbugs/bug060.go b/go/test/fixedbugs/bug060.go new file mode 100644 index 0000000000000000000000000000000000000000..8260729056bbe8130353af24dcba1cd631b120e0 --- /dev/null +++ b/go/test/fixedbugs/bug060.go @@ -0,0 +1,19 @@ +// run + +// Copyright 2009 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 main + +import "os" + +func main() { + m := make(map[int]int); + m[0] = 0; + m[0]++; + if m[0] != 1 { + print("map does not increment\n"); + os.Exit(1) + } +} diff --git a/go/test/fixedbugs/bug061.go b/go/test/fixedbugs/bug061.go new file mode 100644 index 0000000000000000000000000000000000000000..ae99b186d81379f8c9e6f64e556f0c0e5deabf85 --- /dev/null +++ b/go/test/fixedbugs/bug061.go @@ -0,0 +1,18 @@ +// run + +// Copyright 2009 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 main + +func main() { + var s string; + s = "0000000000000000000000000000000000000000000000000000000000"[0:7]; + _ = s; +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug061.go +Bus error +*/ diff --git a/go/test/fixedbugs/bug062.go b/go/test/fixedbugs/bug062.go new file mode 100644 index 0000000000000000000000000000000000000000..ef9ed5cf289c886c2decd7d676d6470391335f25 --- /dev/null +++ b/go/test/fixedbugs/bug062.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + var _ string = nil // ERROR "illegal|invalid|incompatible|cannot" +} diff --git a/go/test/fixedbugs/bug063.go b/go/test/fixedbugs/bug063.go new file mode 100644 index 0000000000000000000000000000000000000000..a3ae3f0962074352b1905bd458ab1ba9dac39164 --- /dev/null +++ b/go/test/fixedbugs/bug063.go @@ -0,0 +1,8 @@ +// compile + +// Copyright 2009 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 bug063 +const c = 0 ^ 0 diff --git a/go/test/fixedbugs/bug064.go b/go/test/fixedbugs/bug064.go new file mode 100644 index 0000000000000000000000000000000000000000..d8b3bea9a60874cbc3f4a9ea51e07de382031f89 --- /dev/null +++ b/go/test/fixedbugs/bug064.go @@ -0,0 +1,22 @@ +// compile + +// Copyright 2009 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 main + +func +swap(x, y int) (u, v int) { + return y, x +} + +func +main() { + a := 1; + b := 2; + a, b = swap(swap(a, b)); + if a != 2 || b != 1 { + panic("bad swap"); + } +} diff --git a/go/test/fixedbugs/bug065.go b/go/test/fixedbugs/bug065.go new file mode 100644 index 0000000000000000000000000000000000000000..a1e3b08bbaed6c5a14e1cb20abcefd340126e161 --- /dev/null +++ b/go/test/fixedbugs/bug065.go @@ -0,0 +1,12 @@ +// run + +// Copyright 2009 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 main + +func main() { + k, l, m := 0,0,0; + _, _, _ = k, l, m; +} diff --git a/go/test/fixedbugs/bug066.go b/go/test/fixedbugs/bug066.go new file mode 100644 index 0000000000000000000000000000000000000000..db3d7f86028bfe4829045b32e178b19f72c310fb --- /dev/null +++ b/go/test/fixedbugs/bug066.go @@ -0,0 +1,26 @@ +// compile + +// Copyright 2009 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 bug066 + +type Scope struct { + entries map[string] *Object; +} + + +type Type struct { + scope *Scope; +} + + +type Object struct { + typ *Type; +} + + +func Lookup(scope *Scope) *Object { + return scope.entries["foo"]; +} diff --git a/go/test/fixedbugs/bug067.go b/go/test/fixedbugs/bug067.go new file mode 100644 index 0000000000000000000000000000000000000000..aaeefb0ba16fa53310c7ffffccc36e534ace7dee --- /dev/null +++ b/go/test/fixedbugs/bug067.go @@ -0,0 +1,15 @@ +// run + +// Copyright 2009 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 main + +var c chan int + +func main() { + c = make(chan int); + go func() { c <- 0 } (); + <-c +} diff --git a/go/test/fixedbugs/bug068.go b/go/test/fixedbugs/bug068.go new file mode 100644 index 0000000000000000000000000000000000000000..2cb10ab3a190a4ba602f513a86f20f2d3eaec530 --- /dev/null +++ b/go/test/fixedbugs/bug068.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2009 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. + +// RESOLUTION: This program is illegal. We should reject all unnecessary backslashes. + +package main + +const c = '\''; // this works +const s = "\'"; // ERROR "invalid|escape" + +/* +There is no reason why the escapes need to be different inside strings and chars. + +uetli:~/go/test/bugs gri$ 6g bug068.go +bug068.go:6: unknown escape sequence: ' +*/ diff --git a/go/test/fixedbugs/bug069.go b/go/test/fixedbugs/bug069.go new file mode 100644 index 0000000000000000000000000000000000000000..7b07b773d4bb118bcc054e92c2f6170b15008350 --- /dev/null +++ b/go/test/fixedbugs/bug069.go @@ -0,0 +1,20 @@ +// compile + +// Copyright 2009 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 main + +func main() { + c := make(chan int); + ok := false; + var i int; + + i, ok = <-c; // works + _, _ = i, ok; + + ca := new([2]chan int); + i, ok = <-(ca[0]); // fails: c.go:11: bad shape across assignment - cr=1 cl=2 + _, _ = i, ok; +} diff --git a/go/test/fixedbugs/bug070.go b/go/test/fixedbugs/bug070.go new file mode 100644 index 0000000000000000000000000000000000000000..3f3ffcf615151603ab88e360d2612d1d5a2f06d7 --- /dev/null +++ b/go/test/fixedbugs/bug070.go @@ -0,0 +1,40 @@ +// run + +// Copyright 2009 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 main + +import "fmt" + +func main() { + var i, k int + var r string +outer: + for k = 0; k < 2; k++ { + r += fmt.Sprintln("outer loop top k", k) + if k != 0 { + panic("k not zero") + } // inner loop breaks this one every time + for i = 0; i < 2; i++ { + if i != 0 { + panic("i not zero") + } // loop breaks every time + r += fmt.Sprintln("inner loop top i", i) + if true { + r += "do break\n" + break outer + } + } + } + r += "broke\n" + expect := `outer loop top k 0 +inner loop top i 0 +do break +broke +` + if r != expect { + panic(r) + } +} diff --git a/go/test/fixedbugs/bug071.go b/go/test/fixedbugs/bug071.go new file mode 100644 index 0000000000000000000000000000000000000000..ec38f7a9799cdc052aac3039e52ecf919fd228f0 --- /dev/null +++ b/go/test/fixedbugs/bug071.go @@ -0,0 +1,23 @@ +// compile + +// Copyright 2009 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 bug071 + +type rat struct { + den int; +} + +func (u *rat) pr() { +} + +type dch struct { + dat chan *rat; +} + +func dosplit(in *dch){ + dat := <-in.dat; + _ = dat; +} diff --git a/go/test/fixedbugs/bug072.go b/go/test/fixedbugs/bug072.go new file mode 100644 index 0000000000000000000000000000000000000000..1c0c4ee12a55027827a89fc54ba25140b6fff3f4 --- /dev/null +++ b/go/test/fixedbugs/bug072.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + s := string(bug); // ERROR "undef" + _ = s +} diff --git a/go/test/fixedbugs/bug073.go b/go/test/fixedbugs/bug073.go new file mode 100644 index 0000000000000000000000000000000000000000..f3605b37cfe6df8d99182679c7a1077a93e7a127 --- /dev/null +++ b/go/test/fixedbugs/bug073.go @@ -0,0 +1,14 @@ +// compile + +// Copyright 2009 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 main + +func main() { + var s int = 0 + var x int = 0 + x = x << s // as of 1.13, these are ok + x = x >> s // as of 1.13, these are ok +} diff --git a/go/test/fixedbugs/bug074.go b/go/test/fixedbugs/bug074.go new file mode 100644 index 0000000000000000000000000000000000000000..fb789cb4c1b511ea681fd91eccc6a6102b3a8922 --- /dev/null +++ b/go/test/fixedbugs/bug074.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + x := string{'a', 'b', '\n'}; // ERROR "composite" + print(x); +} diff --git a/go/test/fixedbugs/bug075.go b/go/test/fixedbugs/bug075.go new file mode 100644 index 0000000000000000000000000000000000000000..d0b7d14e71bd77943a540e3bdc1be38e36d521a4 --- /dev/null +++ b/go/test/fixedbugs/bug075.go @@ -0,0 +1,17 @@ +// run + +// Copyright 2009 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 main + +type T struct { m map[int]int } +func main() { + t := new(T); + t.m = make(map[int]int); + var x int; + var ok bool; + x, ok = t.m[0]; //bug075.go:11: bad shape across assignment - cr=1 cl=2 + _, _ = x, ok; +} diff --git a/go/test/fixedbugs/bug076.go b/go/test/fixedbugs/bug076.go new file mode 100644 index 0000000000000000000000000000000000000000..60aaa976083352e4e5a0492aea99aff8c881aacc --- /dev/null +++ b/go/test/fixedbugs/bug076.go @@ -0,0 +1,25 @@ +// build + +// Copyright 2009 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 main + +func f() { +exit: + ; + goto exit +} + + +func main() { +exit: + ; // this should be legal (labels not properly scoped?) + goto exit +} + +/* +uetli:~/Source/go/test/bugs gri$ 6g bug076.go +bug076.go:11: label redeclared: exit +*/ diff --git a/go/test/fixedbugs/bug077.go b/go/test/fixedbugs/bug077.go new file mode 100644 index 0000000000000000000000000000000000000000..80581a8a3b6ccec380c6401596364ef4e0134ccb --- /dev/null +++ b/go/test/fixedbugs/bug077.go @@ -0,0 +1,14 @@ +// compile + +// Copyright 2009 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 main + +func main() { + var exit int +exit: + _ = exit + goto exit +} diff --git a/go/test/fixedbugs/bug078.go b/go/test/fixedbugs/bug078.go new file mode 100644 index 0000000000000000000000000000000000000000..1041b858c84acb6558dfdd8e87cf37b3947c6cdc --- /dev/null +++ b/go/test/fixedbugs/bug078.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2009 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 main + +func dosplit(wait chan int ){ + select { + case <-wait: + } +} + +func main() { +} diff --git a/go/test/fixedbugs/bug080.go b/go/test/fixedbugs/bug080.go new file mode 100644 index 0000000000000000000000000000000000000000..32b2c53b9e76e32067716dcb3bca3f487d9f2f3b --- /dev/null +++ b/go/test/fixedbugs/bug080.go @@ -0,0 +1,25 @@ +// compile + +// Copyright 2009 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 main + +func f1() (x int, y float64) { + return +} + +func f2(x int, y float64) { + return +} + +func main() { + f2(f1()) // this should be a legal call +} + +/* +bug080.go:12: illegal types for operand: CALL + (INT32) + ({INT32;FLOAT32;}) +*/ diff --git a/go/test/fixedbugs/bug081.go b/go/test/fixedbugs/bug081.go new file mode 100644 index 0000000000000000000000000000000000000000..40e6dd1b6f129a1a2b91ef00d7fe0319c7fd98e6 --- /dev/null +++ b/go/test/fixedbugs/bug081.go @@ -0,0 +1,14 @@ +// errorcheck + +// Copyright 2009 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 main + +const x x = 2 // ERROR "loop|type|cycle" + +/* +bug081.go:3: first constant must evaluate an expression +Bus error +*/ diff --git a/go/test/fixedbugs/bug082.go b/go/test/fixedbugs/bug082.go new file mode 100644 index 0000000000000000000000000000000000000000..e184ef1930156395e3ef69c9b11f6996680d6ae7 --- /dev/null +++ b/go/test/fixedbugs/bug082.go @@ -0,0 +1,21 @@ +// run + +// Copyright 2009 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 main + +func main() { + x := 0 + x = ^x // unary ^ not yet implemented + if x != ^0 { + println(x, " ", ^0) + panic("fail") + } +} + +/* +uetli:~/Source/go/test/bugs gri$ 6g bug082.go +bug082.go:7: fatal error: optoas: no entry COM-INT32 +*/ diff --git a/go/test/fixedbugs/bug083.go b/go/test/fixedbugs/bug083.go new file mode 100644 index 0000000000000000000000000000000000000000..54a17423a08415d8eb4803d463fdfc186770b04f --- /dev/null +++ b/go/test/fixedbugs/bug083.go @@ -0,0 +1,7 @@ +// errorcheckdir + +// Copyright 2009 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 ignored diff --git a/go/test/fixedbugs/bug084.go b/go/test/fixedbugs/bug084.go new file mode 100644 index 0000000000000000000000000000000000000000..700a674339dbe64318a3f228780b01015bfc3197 --- /dev/null +++ b/go/test/fixedbugs/bug084.go @@ -0,0 +1,27 @@ +// run + +// Copyright 2009 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 main + +type Service struct { + rpc [2]int +} + +func (s *Service) Serve(a int64) { + if a != 1234 { + print(a, " not 1234\n") + panic("fail") + } +} + +var arith Service + +func main() { + c := make(chan string) + a := new(Service) + go a.Serve(1234) + _ = c +} diff --git a/go/test/fixedbugs/bug085.go b/go/test/fixedbugs/bug085.go new file mode 100644 index 0000000000000000000000000000000000000000..dae83f8a498bd9635993b19a4509f5e51935d9a5 --- /dev/null +++ b/go/test/fixedbugs/bug085.go @@ -0,0 +1,27 @@ +// errorcheck + +// Copyright 2009 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 P + +var x int + +func foo() { + print(P.x); // ERROR "undefined" +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug085.go +bug085.go:6: P: undefined +Bus error +*/ + +/* expected scope hierarchy (outermost to innermost) + +universe scope (contains predeclared identifiers int, float32, int32, len, etc.) +"solar" scope (just holds the package name P so it can be found but doesn't conflict) +global scope (the package global scope) +local scopes (function scopes) +*/ diff --git a/go/test/fixedbugs/bug086.go b/go/test/fixedbugs/bug086.go new file mode 100644 index 0000000000000000000000000000000000000000..40d236206696005965e94ea3353912763e287a90 --- /dev/null +++ b/go/test/fixedbugs/bug086.go @@ -0,0 +1,23 @@ +// errorcheck + +// Copyright 2009 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 main + +func f() int { + if false { + return 0; + } + // we should not be able to return successfully w/o a return statement +} // ERROR "return" + +func main() { + print(f(), "\n"); +} + +/* +uetli:~/Source/go1/usr/gri/gosrc gri$ 6g bug.go && 6l bug.6 && 6.out +4882 +*/ diff --git a/go/test/fixedbugs/bug087.go b/go/test/fixedbugs/bug087.go new file mode 100644 index 0000000000000000000000000000000000000000..67e7210cdb38ba6b09d9979d1b8c5aa24299755d --- /dev/null +++ b/go/test/fixedbugs/bug087.go @@ -0,0 +1,20 @@ +// compile + +// Copyright 2009 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 main + +const s string = "foo"; + +func main() { + i := len(s); // should be legal to take len() of a constant + _ = i; +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug087.go +bug087.go:6: illegal combination of literals LEN 9 +bug087.go:6: illegal combination of literals LEN 9 +*/ diff --git a/go/test/fixedbugs/bug088.go b/go/test/fixedbugs/bug088.go new file mode 100644 index 0000000000000000000000000000000000000000..3b99da84d4ba1d6a0ae65397970314f5d08475f9 --- /dev/null +++ b/go/test/fixedbugs/bug088.go @@ -0,0 +1,7 @@ +// compiledir + +// Copyright 2009 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. + +ignored diff --git a/go/test/fixedbugs/bug089.go b/go/test/fixedbugs/bug089.go new file mode 100644 index 0000000000000000000000000000000000000000..e88f17babb808ae6b057f844aaa809ac9f33f616 --- /dev/null +++ b/go/test/fixedbugs/bug089.go @@ -0,0 +1,21 @@ +// compile + +// Copyright 2009 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 main + +type I1 interface {} +type I2 interface { pr() } + +func e() I1; + +var i1 I1; +var i2 I2; + +func +main() { + + i2 = e().(I2); // bug089.go:16: fatal error: agen_inter i2i +} diff --git a/go/test/fixedbugs/bug090.go b/go/test/fixedbugs/bug090.go new file mode 100644 index 0000000000000000000000000000000000000000..6d30cca017b7467116c8680f0980569f501cdc70 --- /dev/null +++ b/go/test/fixedbugs/bug090.go @@ -0,0 +1,46 @@ +// errorcheck + +// Copyright 2009 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 main + +const ( + c3div2 = 3/2; + f3div2 = 3./2.; +) + +func assert(t bool, s string) { + if !t { + panic(s) + } +} + +func main() { + var i int; + var f float64; + + assert(c3div2 == 1, "3/2"); + assert(f3div2 == 1.5, "3/2"); + + i = c3div2; + assert(i == c3div2, "i == c3div2"); + + f = c3div2; + assert(f == c3div2, "f == c3div2"); + + f = f3div2; + assert(f == f3div2, "f == f3div2"); + + i = f3div2; // ERROR "truncate" + assert(i == c3div2, "i == c3div2 from f3div2"); + assert(i != f3div2, "i != f3div2"); // ERROR "truncate" + + const g float64 = 1.0; + i = g; // ERROR "convert|incompatible|cannot" + + const h float64 = 3.14; + i = h; // ERROR "convert|incompatible|cannot" + i = int(h); // ERROR "truncate|cannot convert" +} diff --git a/go/test/fixedbugs/bug091.go b/go/test/fixedbugs/bug091.go new file mode 100644 index 0000000000000000000000000000000000000000..0e239e023ae23819c289d93008b5398f5b37b298 --- /dev/null +++ b/go/test/fixedbugs/bug091.go @@ -0,0 +1,26 @@ +// errorcheck + +// Copyright 2009 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 main + +func f1() { +exit: + print("hi\n") + goto exit +} + +func f2() { + const c = 1234 +} + +func f3() { + i := c // ERROR "undef" + _ = i +} + +func main() { + f3() +} diff --git a/go/test/fixedbugs/bug092.go b/go/test/fixedbugs/bug092.go new file mode 100644 index 0000000000000000000000000000000000000000..8027d941ea485dd4c7aed4371e092a38fbec3860 --- /dev/null +++ b/go/test/fixedbugs/bug092.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2009 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 main + +func main() { + var a [1000] int64; // this alone works + var b [10000] int64; // this causes a runtime crash + _, _ = a, b; +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug092.go && 6l bug092.6 && 6.out +Illegal instruction + +gri: array size matters, possibly related to stack overflow check? +*/ diff --git a/go/test/fixedbugs/bug093.go b/go/test/fixedbugs/bug093.go new file mode 100644 index 0000000000000000000000000000000000000000..acd94466f599f43abcc61ec0b66833c8108753a2 --- /dev/null +++ b/go/test/fixedbugs/bug093.go @@ -0,0 +1,63 @@ +// run + +// Copyright 2009 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 main + +type S struct { +} + +func (p *S) M() { +} + +type I interface { + M(); +} + +func main() { + var p *S = nil; + var i I = p; // this should be possible even though p is nil: we still know the type + i.M(); // should be possible since we know the type, and don't ever use the receiver +} + + +/* +throw: ifaces2i: nil pointer +SIGSEGV: segmentation violation +Faulting address: 0x0 +pc: 0x1b7d + +0x1b7d?zi + throw(30409, 0, 0, ...) + throw(0x76c9, 0x0, 0x0, ...) +0x207f?zi + sys·ifaces2i(31440, 0, 31480, ...) + sys·ifaces2i(0x7ad0, 0x7af8, 0x0, ...) +0x136f?zi + main·main(1, 0, 1606416424, ...) + main·main(0x1, 0x7fff5fbff828, 0x0, ...) + +rax 0x1 +rbx 0x1 +rcx 0x33b5 +rdx 0x0 +rdi 0x1 +rsi 0x7684 +rbp 0x7684 +rsp 0xafb8 +r8 0x0 +r9 0x0 +r10 0x1002 +r11 0x206 +r12 0x0 +r13 0x0 +r14 0x7c48 +r15 0xa000 +rip 0x1b7d +rflags 0x10202 +cs 0x27 +fs 0x10 +gs 0x48 +*/ diff --git a/go/test/fixedbugs/bug094.go b/go/test/fixedbugs/bug094.go new file mode 100644 index 0000000000000000000000000000000000000000..3ef11da3d3a24212de57cd972197482a7be0f1a4 --- /dev/null +++ b/go/test/fixedbugs/bug094.go @@ -0,0 +1,32 @@ +// compile + +// Copyright 2009 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 main + +func f0() { + const x = 0; +} + + +func f1() { + x := 0; + _ = x; +} + + +func main() { + f0(); + f1(); +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug094.go && 6l bug094.6 && 6.out +bug094.go:11: left side of := must be a name +bad top +. LITERAL-I0 l(343) +bug094.go:11: fatal error: walktype: top=3 LITERAL +uetli:~/Source/go1/test/bugs gri$ +*/ diff --git a/go/test/fixedbugs/bug096.go b/go/test/fixedbugs/bug096.go new file mode 100644 index 0000000000000000000000000000000000000000..411ba74e0caedfa078acdf6e68eb53d7f22d8e90 --- /dev/null +++ b/go/test/fixedbugs/bug096.go @@ -0,0 +1,26 @@ +// compile + +// Copyright 2009 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 main + +type A []int; + +func main() { + a := &A{0}; + b := &A{0, 1}; + _, _ = a, b; +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug096.go && 6l bug096.6 && 6.out +Trace/BPT trap +uetli:~/Source/go1/test/bugs gri$ +*/ + +/* +It appears that the first assignment changes the size of A from open +into a fixed array. +*/ diff --git a/go/test/fixedbugs/bug097.go b/go/test/fixedbugs/bug097.go new file mode 100644 index 0000000000000000000000000000000000000000..a067e0f57aa08e4c64652e7ec3035c19f1d25061 --- /dev/null +++ b/go/test/fixedbugs/bug097.go @@ -0,0 +1,53 @@ +// run + +// Copyright 2009 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 main + +type A []int + +func main() { + var a [3]A + for i := 0; i < 3; i++ { + a[i] = A{i} + } + if a[0][0] != 0 { + panic("fail a[0][0]") + } + if a[1][0] != 1 { + panic("fail a[1][0]") + } + if a[2][0] != 2 { + panic("fail a[2][0]") + } +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug097.go && 6l bug097.6 && 6.out + +panic on line 342 PC=0x13c2 +0x13c2?zi + main·main(1, 0, 1606416416, ...) + main·main(0x1, 0x7fff5fbff820, 0x0, ...) +SIGTRAP: trace trap +Faulting address: 0x4558 +pc: 0x4558 + +0x4558?zi + sys·Breakpoint(40960, 0, 45128, ...) + sys·Breakpoint(0xa000, 0xb048, 0xa000, ...) +0x156a?zi + sys·panicl(342, 0, 0, ...) + sys·panicl(0x156, 0x300000000, 0xb024, ...) +0x13c2?zi + main·main(1, 0, 1606416416, ...) + main·main(0x1, 0x7fff5fbff820, 0x0, ...) +*/ + +/* An array composite literal needs to be created freshly every time. +It is a "construction" of an array after all. If I pass the address +of the array to some function, it may store it globally. Same applies +to struct literals. +*/ diff --git a/go/test/fixedbugs/bug098.go b/go/test/fixedbugs/bug098.go new file mode 100644 index 0000000000000000000000000000000000000000..eb4ee4de03fef25f13e47ccc84b0727253e9deaf --- /dev/null +++ b/go/test/fixedbugs/bug098.go @@ -0,0 +1,23 @@ +// compile + +// Copyright 2009 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 main + +type A []int; +type M map[int] int; + +func main() { + var a *A = &A{0}; + var m *M = &M{0 : 0}; // should be legal to use & here for consistency with other composite constructors (prev. line) + _, _ = a, m; +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug098.go && 6l bug098.6 && 6.out +bug098.go:10: illegal types for operand: AS + (*MAP[INT32]INT32) + (**MAP[INT32]INT32) +*/ diff --git a/go/test/fixedbugs/bug099.go b/go/test/fixedbugs/bug099.go new file mode 100644 index 0000000000000000000000000000000000000000..03a5c454b0b17191129d1d7b256ac8cbb590fbed --- /dev/null +++ b/go/test/fixedbugs/bug099.go @@ -0,0 +1,37 @@ +// run + +// Copyright 2009 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 main + +// Interface +type I interface { F() int } + +// Implements interface +type S struct { } +func (s *S) F() int { return 1 } + +// Allocates S but returns I +// Arg is unused but important: +// if you take it out (and the 0s below) +// then the bug goes away. +func NewI(i int) I { + return new(S) +} + +// Uses interface method. +func Use(x I) { + x.F() +} + +func main() { + i := NewI(0); + Use(i); + + // Again, without temporary + // Crashes because x.F is 0. + Use(NewI(0)); +} + diff --git a/go/test/fixedbugs/bug101.go b/go/test/fixedbugs/bug101.go new file mode 100644 index 0000000000000000000000000000000000000000..82e496a8a6ae2d03eb67ff5ecfd3991ffa62e906 --- /dev/null +++ b/go/test/fixedbugs/bug101.go @@ -0,0 +1,15 @@ +// run + +// Copyright 2009 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 main + +var a = []int { 1, 2, 3 } + +func main() { + if len(a) != 3 { panic("array len") } + // print(a[0], " ", a[1], " ", a[2], "\n") + if a[0] != 1 || a[1] != 2 || a[2] != 3 { panic("array contents") } +} diff --git a/go/test/fixedbugs/bug102.go b/go/test/fixedbugs/bug102.go new file mode 100644 index 0000000000000000000000000000000000000000..f1c2324b783ea26bc0ae33605eddfd70313e4b11 --- /dev/null +++ b/go/test/fixedbugs/bug102.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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 main + +func main() { + var b [0]byte + s := string(b[0:]) // out of bounds trap + if s != "" { + panic("bad convert") + } + var b1 = [5]byte{'h', 'e', 'l', 'l', 'o'} + if string(b1[0:]) != "hello" { + panic("bad convert 1") + } + var b2 = make([]byte, 5) + for i := 0; i < 5; i++ { + b2[i] = b1[i] + } + if string(b2) != "hello" { + panic("bad convert 2") + } +} diff --git a/go/test/fixedbugs/bug103.go b/go/test/fixedbugs/bug103.go new file mode 100644 index 0000000000000000000000000000000000000000..743a3c4b4fbe2615c66eb00624a8b6bffa7b36bd --- /dev/null +++ b/go/test/fixedbugs/bug103.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +func f() /* no return type */ {} + +func main() { + x := f(); // ERROR "mismatch|as value|no type" + _ = x +} + diff --git a/go/test/fixedbugs/bug104.go b/go/test/fixedbugs/bug104.go new file mode 100644 index 0000000000000000000000000000000000000000..f0c19a8aa752828ada2e4e9da2dd4e03907fb871 --- /dev/null +++ b/go/test/fixedbugs/bug104.go @@ -0,0 +1,10 @@ +// errorcheck + +// Copyright 2009 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 main +func f() string { + return 0 // ERROR "conversion|type" +} diff --git a/go/test/fixedbugs/bug106.go b/go/test/fixedbugs/bug106.go new file mode 100644 index 0000000000000000000000000000000000000000..3b99da84d4ba1d6a0ae65397970314f5d08475f9 --- /dev/null +++ b/go/test/fixedbugs/bug106.go @@ -0,0 +1,7 @@ +// compiledir + +// Copyright 2009 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. + +ignored diff --git a/go/test/fixedbugs/bug107.go b/go/test/fixedbugs/bug107.go new file mode 100644 index 0000000000000000000000000000000000000000..e4b9eb1e94b46c162807b196dcc7720588bda0c0 --- /dev/null +++ b/go/test/fixedbugs/bug107.go @@ -0,0 +1,16 @@ +// errorcheck + +// Copyright 2009 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 main +import os "os" +type _ os.FileInfo +func f() (os int) { + // In the next line "os" should refer to the result variable, not + // to the package. + v := os.Open("", 0, 0); // ERROR "undefined" + _ = v + return 0 +} diff --git a/go/test/fixedbugs/bug108.go b/go/test/fixedbugs/bug108.go new file mode 100644 index 0000000000000000000000000000000000000000..cfec4c9f1f47138747714a37081c5b928425dcee --- /dev/null +++ b/go/test/fixedbugs/bug108.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main +func f() { + v := 1 << 1025; // ERROR "overflow|shift count too large" + _ = v +} diff --git a/go/test/fixedbugs/bug109.go b/go/test/fixedbugs/bug109.go new file mode 100644 index 0000000000000000000000000000000000000000..556dc34dde70769affa31744ba73ebcb611ba249 --- /dev/null +++ b/go/test/fixedbugs/bug109.go @@ -0,0 +1,25 @@ +// compile + +// Copyright 2009 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 bug109 + +func f(a float64) float64 { + e := 1.0 + e = e * a + return e +} + +/* +6g bugs/bug109.go +bugs/bug109.go:5: illegal types for operand: MUL + (FLOAT64) + (FLOAT32) +bugs/bug109.go:5: illegal types for operand: AS + (FLOAT64) +bugs/bug109.go:6: illegal types for operand: RETURN + (FLOAT32) + (FLOAT64) +*/ diff --git a/go/test/fixedbugs/bug110.go b/go/test/fixedbugs/bug110.go new file mode 100644 index 0000000000000000000000000000000000000000..5528ba3f16d39b40b72b858c7ef1d37eedfa897f --- /dev/null +++ b/go/test/fixedbugs/bug110.go @@ -0,0 +1,20 @@ +// build + +// Copyright 2009 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 main + +const a = 0 + +func f() { + const a = 5 +} + +func main() { + if a != 0 { + println("a=", a) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug111.go b/go/test/fixedbugs/bug111.go new file mode 100644 index 0000000000000000000000000000000000000000..d977bd54fb1248e9e4ed7fd140b08f01a20901ce --- /dev/null +++ b/go/test/fixedbugs/bug111.go @@ -0,0 +1,32 @@ +// run + +// Copyright 2009 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 main + +var ncall int; + +type Iffy interface { + Me() Iffy +} + +type Stucky struct { + n int +} + +func (s *Stucky) Me() Iffy { + ncall++; + return s +} + +func main() { + s := new(Stucky); + i := s.Me(); + j := i.Me(); + j.Me(); + if ncall != 3 { + panic("bug111") + } +} diff --git a/go/test/fixedbugs/bug112.go b/go/test/fixedbugs/bug112.go new file mode 100644 index 0000000000000000000000000000000000000000..e2ed5c0d41e54538e6db3522e30eaffa6ec4af75 --- /dev/null +++ b/go/test/fixedbugs/bug112.go @@ -0,0 +1,16 @@ +// compile + +// Copyright 2009 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 main + +type T struct { s string } +var t = T{"hi"} + +func main() {} + +/* +bug112.go:6: illegal conversion of constant to T +*/ diff --git a/go/test/fixedbugs/bug113.go b/go/test/fixedbugs/bug113.go new file mode 100644 index 0000000000000000000000000000000000000000..a1e61cb36fd83228267a3d02ee338d7a7c5e1d73 --- /dev/null +++ b/go/test/fixedbugs/bug113.go @@ -0,0 +1,44 @@ +// run + +// Copyright 2009 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 main + +type I interface{} + +func foo1(i int) int { return i } +func foo2(i int32) int32 { return i } +func main() { + var i I + i = 1 + var v1 = i.(int) + if foo1(v1) != 1 { + panic(1) + } + var v2 = int32(i.(int)) + if foo2(v2) != 1 { + panic(2) + } + + shouldPanic(p1) +} + +func p1() { + var i I + i = 1 + var v3 = i.(int32) // This type conversion should fail at runtime. + if foo2(v3) != 1 { + panic(3) + } +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("function should panic") + } + }() + f() +} diff --git a/go/test/fixedbugs/bug114.go b/go/test/fixedbugs/bug114.go new file mode 100644 index 0000000000000000000000000000000000000000..99e66a2ddc1154b0737664ba0c1cc74b5f676ec0 --- /dev/null +++ b/go/test/fixedbugs/bug114.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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 main + +const B32 = 1<<32 - 1 +const C32 = (-1) & ((1 << 32) - 1) +const D32 = ^0 + +func main() { + if B32 != 0xFFFFFFFF { + println("1<<32 - 1 is", B32, "should be", 0xFFFFFFFF) + panic("fail") + } + if C32 != 0xFFFFFFFF { + println("(-1) & ((1<<32) - 1) is", C32, "should be", 0xFFFFFFFF) + panic("fail") + } + if D32 != -1 { + println("^0 is", D32, "should be", -1) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug115.go b/go/test/fixedbugs/bug115.go new file mode 100644 index 0000000000000000000000000000000000000000..7cc3dc40a604bc8e824061df132c424397148d04 --- /dev/null +++ b/go/test/fixedbugs/bug115.go @@ -0,0 +1,14 @@ +// compile + +// Copyright 2009 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 main + +func isuint(i uint) { } + +func main() { + i := ^uint(0); + isuint(i); +} diff --git a/go/test/fixedbugs/bug116.go b/go/test/fixedbugs/bug116.go new file mode 100644 index 0000000000000000000000000000000000000000..5d8e52031509b969464199a70c38c8ac158f50c8 --- /dev/null +++ b/go/test/fixedbugs/bug116.go @@ -0,0 +1,35 @@ +// run + +// Copyright 2009 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 main + +func main() { + bad := false + if (-5 >> 1) != -3 { + println("-5>>1 =", -5>>1, "want -3") + bad = true + } + if (-4 >> 1) != -2 { + println("-4>>1 =", -4>>1, "want -2") + bad = true + } + if (-3 >> 1) != -2 { + println("-3>>1 =", -3>>1, "want -2") + bad = true + } + if (-2 >> 1) != -1 { + println("-2>>1 =", -2>>1, "want -1") + bad = true + } + if (-1 >> 1) != -1 { + println("-1>>1 =", -1>>1, "want -1") + bad = true + } + if bad { + println("errors") + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug117.go b/go/test/fixedbugs/bug117.go new file mode 100644 index 0000000000000000000000000000000000000000..038826cbce836eb0ba52994ef180b43835161c5e --- /dev/null +++ b/go/test/fixedbugs/bug117.go @@ -0,0 +1,29 @@ +// errorcheck + +// Copyright 2009 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 main + +type S struct { + a int +} +type PS *S + +func (p *S) get() int { + return p.a +} + +func fn(p PS) int { + // p has type PS, and PS has no methods. + // (a compiler might see that p is a pointer + // and go looking in S without noticing PS.) + return p.get() // ERROR "undefined" +} +func main() { + s := S{1} + if s.get() != 1 { + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug118.go b/go/test/fixedbugs/bug118.go new file mode 100644 index 0000000000000000000000000000000000000000..198b8ff2801d76f86549f082c4535de0bd403a3d --- /dev/null +++ b/go/test/fixedbugs/bug118.go @@ -0,0 +1,15 @@ +// compile + +// Copyright 2009 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 bug118 + +func Send(c chan int) int { + select { + default: + return 1; + } + return 2; +} diff --git a/go/test/fixedbugs/bug119.go b/go/test/fixedbugs/bug119.go new file mode 100644 index 0000000000000000000000000000000000000000..6f2514c24ec750336cb785fe58961821c38c2232 --- /dev/null +++ b/go/test/fixedbugs/bug119.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2009 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 main + +func foo(a []int) int { + return a[0] // this seems to do the wrong thing +} + +func main() { + a := &[]int{12} + if x := (*a)[0]; x != 12 { + panic(2) + } + if x := foo(*a); x != 12 { + // fails (x is incorrect) + panic(3) + } +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6go bug119 +3 70160 + +panic on line 83 PC=0x14d6 +0x14d6?zi + main·main(23659, 0, 1, ...) + main·main(0x5c6b, 0x1, 0x7fff5fbff830, ...) +0x52bb?zi + mainstart(1, 0, 1606416432, ...) + mainstart(0x1, 0x7fff5fbff830, 0x0, ...) +uetli:~/Source/go1/test/bugs gri$ +*/ diff --git a/go/test/fixedbugs/bug120.go b/go/test/fixedbugs/bug120.go new file mode 100644 index 0000000000000000000000000000000000000000..58355e53de951479be053f51811be84e68540a38 --- /dev/null +++ b/go/test/fixedbugs/bug120.go @@ -0,0 +1,60 @@ +// run + +// Copyright 2009 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 main + +import "os" +import "strconv" + +type Test struct { + f float64 + in string + out string +} + +var tests = []Test{ + Test{123.5, "123.5", "123.5"}, + Test{456.7, "456.7", "456.7"}, + Test{1e23 + 8.5e6, "1e23+8.5e6", "1.0000000000000001e+23"}, + Test{100000000000000008388608, "100000000000000008388608", "1.0000000000000001e+23"}, + Test{1e23 + 8388609, "1e23+8388609", "1.0000000000000001e+23"}, + + // "x" = the floating point value from converting the string x. + // These are exactly representable in 64-bit floating point: + // 1e23-8388608 + // 1e23+8388608 + // The former has an even mantissa, so "1e23" rounds to 1e23-8388608. + // If "1e23+8388608" is implemented as "1e23" + "8388608", + // that ends up computing 1e23-8388608 + 8388608 = 1e23, + // which rounds back to 1e23-8388608. + // The correct answer, of course, would be "1e23+8388608" = 1e23+8388608. + // This is not going to be correct until 6g has multiprecision floating point. + // A simpler case is "1e23+1", which should also round to 1e23+8388608. + Test{1e23 + 8.388608e6, "1e23+8.388608e6", "1.0000000000000001e+23"}, + Test{1e23 + 1, "1e23+1", "1.0000000000000001e+23"}, +} + +func main() { + ok := true + for i := 0; i < len(tests); i++ { + t := tests[i] + v := strconv.FormatFloat(t.f, 'g', -1, 64) + if v != t.out { + println("Bad float64 const:", t.in, "want", t.out, "got", v) + x, err := strconv.ParseFloat(t.out, 64) + if err != nil { + println("bug120: strconv.Atof64", t.out) + panic("fail") + } + println("\twant exact:", strconv.FormatFloat(x, 'g', 1000, 64)) + println("\tgot exact: ", strconv.FormatFloat(t.f, 'g', 1000, 64)) + ok = false + } + } + if !ok { + os.Exit(1) + } +} diff --git a/go/test/fixedbugs/bug121.go b/go/test/fixedbugs/bug121.go new file mode 100644 index 0000000000000000000000000000000000000000..471c27eb821e04e2c07c1e28ac0fe413a5c905bf --- /dev/null +++ b/go/test/fixedbugs/bug121.go @@ -0,0 +1,17 @@ +// errorcheck + +// Copyright 2009 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 main + +type T func() + +type I interface { + f, g (); // ERROR "unexpected comma" +} + +type J interface { + h T; // ERROR "syntax|signature" +} diff --git a/go/test/fixedbugs/bug122.go b/go/test/fixedbugs/bug122.go new file mode 100644 index 0000000000000000000000000000000000000000..0d9dcd1807582b02ed82a6bf6fc2fe67a8f5a0ce --- /dev/null +++ b/go/test/fixedbugs/bug122.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + // should allow at most 2 sizes + a := make([]int, 10, 20, 30, 40); // ERROR "too many|expects 2 or 3 arguments; found 5" + _ = a +} diff --git a/go/test/fixedbugs/bug123.go b/go/test/fixedbugs/bug123.go new file mode 100644 index 0000000000000000000000000000000000000000..f38551a9142373606d52e9718e6e5b71837eaeee --- /dev/null +++ b/go/test/fixedbugs/bug123.go @@ -0,0 +1,14 @@ +// errorcheck + +// Copyright 2009 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 main +const ( F = 1 ) +func fn(i int) int { + if i == F() { // ERROR "func" + return 0 + } + return 1 +} diff --git a/go/test/fixedbugs/bug126.go b/go/test/fixedbugs/bug126.go new file mode 100644 index 0000000000000000000000000000000000000000..f5d9763412984e81c15af58821af9479cf460be5 --- /dev/null +++ b/go/test/fixedbugs/bug126.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main + +// same const identifier declared twice should not be accepted +const none = 0 // GCCGO_ERROR "previous" +const none = 1; // ERROR "redeclared|redef" diff --git a/go/test/fixedbugs/bug127.go b/go/test/fixedbugs/bug127.go new file mode 100644 index 0000000000000000000000000000000000000000..f8ea99470c300e5f5ea1224c4c954e5e4617a47d --- /dev/null +++ b/go/test/fixedbugs/bug127.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main +func main() { + var x int64 = 0; + println(x != nil); // ERROR "illegal|incompatible|nil" + println(0 != nil); // ERROR "illegal|incompatible|nil" +} diff --git a/go/test/fixedbugs/bug128.go b/go/test/fixedbugs/bug128.go new file mode 100644 index 0000000000000000000000000000000000000000..e8cbea079feb912611468dbe35aaa65714dd761c --- /dev/null +++ b/go/test/fixedbugs/bug128.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2009 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 main +func main() { + switch { + // empty switch is allowed according to syntax + // unclear why it shouldn't be allowed + } + switch tag := 0; tag { + // empty switch is allowed according to syntax + // unclear why it shouldn't be allowed + } +} + +/* +uetli:~/Source/go1/test/bugs gri$ 6g bug127.go +bug127.go:5: switch statement must have case labels +bug127.go:9: switch statement must have case labels +*/ diff --git a/go/test/fixedbugs/bug129.go b/go/test/fixedbugs/bug129.go new file mode 100644 index 0000000000000000000000000000000000000000..157ce78ff729b7573387f5e5e85668b4a06bd0f6 --- /dev/null +++ b/go/test/fixedbugs/bug129.go @@ -0,0 +1,14 @@ +// compile + +// Copyright 2009 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 foo +import "fmt" + +func f() { + fmt.Println(); + fmt := 1; + _ = fmt; +} diff --git a/go/test/fixedbugs/bug130.go b/go/test/fixedbugs/bug130.go new file mode 100644 index 0000000000000000000000000000000000000000..16b029af34ff78fa1b44e6194f9ceaae26f5b2b1 --- /dev/null +++ b/go/test/fixedbugs/bug130.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2009 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 main + +import "os" + +type I interface { send(chan <- int) } + +type S struct { v int } +func (p *S) send(c chan <- int) { c <- p.v } + +func main() { + s := S{0}; + var i I = &s; + c := make(chan int); + go i.send(c); + os.Exit(<-c); +} diff --git a/go/test/fixedbugs/bug131.go b/go/test/fixedbugs/bug131.go new file mode 100644 index 0000000000000000000000000000000000000000..511928ffe5ece2092e7b469ddded00b71ed1a4d4 --- /dev/null +++ b/go/test/fixedbugs/bug131.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + const a uint64 = 10 + var _ int64 = a // ERROR "convert|cannot|incompatible" +} diff --git a/go/test/fixedbugs/bug132.go b/go/test/fixedbugs/bug132.go new file mode 100644 index 0000000000000000000000000000000000000000..b75e8338de213006087e81fde6125604b6bf9ecb --- /dev/null +++ b/go/test/fixedbugs/bug132.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main + +type T struct { + x, x int // ERROR "duplicate|redeclared" +} diff --git a/go/test/fixedbugs/bug133.go b/go/test/fixedbugs/bug133.go new file mode 100644 index 0000000000000000000000000000000000000000..54a17423a08415d8eb4803d463fdfc186770b04f --- /dev/null +++ b/go/test/fixedbugs/bug133.go @@ -0,0 +1,7 @@ +// errorcheckdir + +// Copyright 2009 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 ignored diff --git a/go/test/fixedbugs/bug13343.go b/go/test/fixedbugs/bug13343.go new file mode 100644 index 0000000000000000000000000000000000000000..75b3f017e7bcda055c43e291de6b5d0c810ef96a --- /dev/null +++ b/go/test/fixedbugs/bug13343.go @@ -0,0 +1,18 @@ +// errorcheck + +// Copyright 2015 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 main + +var ( + a, b = f() // ERROR "initialization cycle|depends upon itself|depend upon each other" + c = b // GCCGO_ERROR "depends upon itself|depend upon each other" +) + +func f() (int, int) { + return c, c +} + +func main() {} diff --git a/go/test/fixedbugs/bug135.go b/go/test/fixedbugs/bug135.go new file mode 100644 index 0000000000000000000000000000000000000000..34d234e2247955f3bef76a37678610aef657d3a1 --- /dev/null +++ b/go/test/fixedbugs/bug135.go @@ -0,0 +1,19 @@ +// compile + +// Copyright 2009 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 main + +type Foo interface { } + +type T struct {} +func (t *T) foo() {} + +func main() { + t := new(T); + var i interface {}; + f, ok := i.(Foo); + _, _, _ = t, f, ok; +} diff --git a/go/test/fixedbugs/bug136.go b/go/test/fixedbugs/bug136.go new file mode 100644 index 0000000000000000000000000000000000000000..bea9bac083282a88fbb0bcb89f0de8174fc64e0d --- /dev/null +++ b/go/test/fixedbugs/bug136.go @@ -0,0 +1,22 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + L: ; // ';' terminates empty statement => L does not apply to for loop + for i := 0; i < 10; i++ { + println(i); + break L; // ERROR "L" + } + + L1: { // L1 labels block => L1 does not apply to for loop + for i := 0; i < 10; i++ { + println(i); + break L1; // ERROR "L1" + } + } +} diff --git a/go/test/fixedbugs/bug137.go b/go/test/fixedbugs/bug137.go new file mode 100644 index 0000000000000000000000000000000000000000..48368177a2395a8f6c482f67e05a34963ebb84c7 --- /dev/null +++ b/go/test/fixedbugs/bug137.go @@ -0,0 +1,31 @@ +// compile + +// Copyright 2009 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 main + +func main() { +L1: +L2: + for i := 0; i < 10; i++ { + print(i) + break L2 + } + +L3: + ; +L4: + for i := 0; i < 10; i++ { + print(i) + break L4 + } + goto L1 + goto L3 +} + +/* +bug137.go:9: break label is not defined: L2 +bug137.go:15: break label is not defined: L4 +*/ diff --git a/go/test/fixedbugs/bug139.go b/go/test/fixedbugs/bug139.go new file mode 100644 index 0000000000000000000000000000000000000000..095e5c93cc36ebc987e6690b044bf22a415d9594 --- /dev/null +++ b/go/test/fixedbugs/bug139.go @@ -0,0 +1,17 @@ +// compile + +// Copyright 2009 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 main + +func main() { + x := false; + func () { if x { println(1); } }(); // this does not compile + func () { if x == false { println(2); } }(); // this works as expected +} + +/* +bug139.go:7: fatal error: naddr: ONAME class x 5 +*/ diff --git a/go/test/fixedbugs/bug140.go b/go/test/fixedbugs/bug140.go new file mode 100644 index 0000000000000000000000000000000000000000..8caf1d7d9f05a8ada9779b09715ed94673a2f4ce --- /dev/null +++ b/go/test/fixedbugs/bug140.go @@ -0,0 +1,27 @@ +// compile + +// Copyright 2009 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 main + +func main() { + if true { + } else { + L1: + goto L1 + } + if true { + } else { + goto L2 + L2: + main() + } +} + +/* +These should be legal according to the spec. +bug140.go:6: syntax error near L1 +bug140.go:7: syntax error near L2 +*/ diff --git a/go/test/fixedbugs/bug141.go b/go/test/fixedbugs/bug141.go new file mode 100644 index 0000000000000000000000000000000000000000..81ba6f1b561e64dfc370c9da63de4be9584b1fe0 --- /dev/null +++ b/go/test/fixedbugs/bug141.go @@ -0,0 +1,32 @@ +// run + +// Copyright 2009 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 main + +import "os" + +type S struct { i int } +func (p *S) Get() int { return p.i } + +type Empty interface { +} + +type Getter interface { + Get() int; +} + +func f1(p Empty) { + switch x := p.(type) { + default: println("failed to match interface", x); os.Exit(1); + case Getter: break; + } + +} + +func main() { + var s S; + f1(&s); +} diff --git a/go/test/fixedbugs/bug142.go b/go/test/fixedbugs/bug142.go new file mode 100644 index 0000000000000000000000000000000000000000..e28d889a93d1308f5f07ca6355d554a740219cf8 --- /dev/null +++ b/go/test/fixedbugs/bug142.go @@ -0,0 +1,31 @@ +// run + +// Copyright 2009 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 main + +func panic1(s string) bool { + panic(s); +} + +func main() { + x := false && panic1("first") && panic1("second"); + x = x == true && panic1("first") && panic1("second"); +} + +/* +; 6.out +second +panic PC=0x250f98 +main·panic1+0x36 /Users/rsc/goX/test/bugs/bug142.go:6 + main·panic1(0xae30, 0x0) +main·main+0x23 /Users/rsc/goX/test/bugs/bug142.go:10 + main·main() +mainstart+0xf /Users/rsc/goX/src/runtime/amd64/asm.s:53 + mainstart() +sys·Goexit /Users/rsc/goX/src/runtime/proc.c:124 + sys·Goexit() +; +*/ diff --git a/go/test/fixedbugs/bug143.go b/go/test/fixedbugs/bug143.go new file mode 100644 index 0000000000000000000000000000000000000000..a43e406676aa3a20f02256b5e38c48091092b656 --- /dev/null +++ b/go/test/fixedbugs/bug143.go @@ -0,0 +1,44 @@ +// compile + +// Copyright 2009 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 main + +type myMap map[string] int; + +func f() myMap { + m := make(map[string] int); + return m +} + +func main() { + m := make(myMap); + mp := &m; + + { + x, ok := m["key"]; + _, _ = x, ok; + } + { + x, ok := (*mp)["key"]; + _, _ = x, ok; + } + { + x, ok := f()["key"]; + _, _ = x, ok; + } + { + var x int; + var ok bool; + x, ok = f()["key"]; + _, _ = x, ok; + } +} + +/* + * bug143.go:19: assignment count mismatch: 2 = 1 + * bug143.go:18: x: undefined + * bug143.go:18: ok: undefined + */ diff --git a/go/test/fixedbugs/bug144.go b/go/test/fixedbugs/bug144.go new file mode 100644 index 0000000000000000000000000000000000000000..9f8ec7667ccecbaceafb69fc8c1ea800ee5d6d22 --- /dev/null +++ b/go/test/fixedbugs/bug144.go @@ -0,0 +1,22 @@ +// compile + +// Copyright 2009 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 main + +const c = 1; + +func main() { + c := 0; + _ = c; +} + +/* +bug144.go:8: left side of := must be a name +bug144.go:8: operation LITERAL not allowed in assignment context +bug144.go:8: illegal types for operand: AS + ideal + int +*/ diff --git a/go/test/fixedbugs/bug145.go b/go/test/fixedbugs/bug145.go new file mode 100644 index 0000000000000000000000000000000000000000..602fe7426df2f7c3089b0bb0df20cc1ef12416d5 --- /dev/null +++ b/go/test/fixedbugs/bug145.go @@ -0,0 +1,18 @@ +// compile + +// Copyright 2009 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 main + +type t int + +func main() { + t := 0; + _ = t; +} + +/* +bug145.go:8: t is type, not var +*/ diff --git a/go/test/fixedbugs/bug146.go b/go/test/fixedbugs/bug146.go new file mode 100644 index 0000000000000000000000000000000000000000..e29f910ba50055061b101d12cd4b7753c4420f66 --- /dev/null +++ b/go/test/fixedbugs/bug146.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + type Slice []byte; + a := [...]byte{ 0 }; + b := Slice(a[0:]); // This should be OK. + c := Slice(a); // ERROR "invalid|illegal|cannot" + _, _ = b, c; +} diff --git a/go/test/fixedbugs/bug147.go b/go/test/fixedbugs/bug147.go new file mode 100644 index 0000000000000000000000000000000000000000..e8b3d243949f2c09b0976edf1da5b4c433bfa5b1 --- /dev/null +++ b/go/test/fixedbugs/bug147.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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 main + +import "time" + +func main() { + var count int + c := make(chan byte) + go func(c chan byte) { + <-c + count++ + time.Sleep(1000000) + count++ + <-c + }(c) + c <- 1 + c <- 2 + if count != 2 { + panic("synchronous send did not wait") + } +} diff --git a/go/test/fixedbugs/bug148.go b/go/test/fixedbugs/bug148.go new file mode 100644 index 0000000000000000000000000000000000000000..b67870b12a61d0bd3bfe4fdb9932ca59ea7fb4ba --- /dev/null +++ b/go/test/fixedbugs/bug148.go @@ -0,0 +1,54 @@ +// run + +// Copyright 2009 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 main + +type T struct {a, b int}; + +func println(x, y int) { } + +func f(x interface{}) interface{} { + type T struct {a, b int}; + + if x == nil { + return T{2, 3}; + } + + t := x.(T); + println(t.a, t.b); + return x; +} + +func main() { + inner_T := f(nil); + f(inner_T); + + shouldPanic(p1) +} + +func p1() { + outer_T := T{5, 7}; + f(outer_T); +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("function should panic") + } + }() + f() +} + +/* +This prints: + +2 3 +5 7 + +but it should crash: The type assertion on line 18 should fail +for the 2nd call to f with outer_T. +*/ diff --git a/go/test/fixedbugs/bug149.go b/go/test/fixedbugs/bug149.go new file mode 100644 index 0000000000000000000000000000000000000000..78b687e9718cf72fd716a43f7fdf2ae2e7d4299f --- /dev/null +++ b/go/test/fixedbugs/bug149.go @@ -0,0 +1,24 @@ +// compile + +// Copyright 2009 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 main + +func main() { + var b1 []byte; + s1 := string(b1); + println(len(s1)); // prints 0 + + b2 := ([]byte)(nil); + s2 := string(b2); + println(len(s2)); // prints 0 + + s3 := string(([]byte)(nil)); // does not compile (literal substitution of b2) + println(len(s3)); +} + +/* +bug149.go:14: cannot convert []uint8 constant to string +*/ diff --git a/go/test/fixedbugs/bug150.go b/go/test/fixedbugs/bug150.go new file mode 100644 index 0000000000000000000000000000000000000000..bb4b0d224211d5b3c8e9c14326ef1ce49b43d664 --- /dev/null +++ b/go/test/fixedbugs/bug150.go @@ -0,0 +1,23 @@ +// compile + +// Copyright 2009 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 bug150 + +type T int +func (t T) M() + +type M interface { M() } + +func g() (T, T) + +func f() (a, b M) { + a, b = g(); + return; +} + +/* +bugs/bug150.go:13: reorder2: too many function calls evaluating parameters +*/ diff --git a/go/test/fixedbugs/bug151.go b/go/test/fixedbugs/bug151.go new file mode 100644 index 0000000000000000000000000000000000000000..d9f5e021c974f60362e9e3ae4a9b5e5912eff570 --- /dev/null +++ b/go/test/fixedbugs/bug151.go @@ -0,0 +1,21 @@ +// compile + +// Copyright 2009 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 bug151 + +type S string + +type Empty interface {} + +func (v S) Less(e Empty) bool { + return v < e.(S); +} + +/* +bugs/bug151.go:10: illegal types for operand: CALL + string + S +*/ diff --git a/go/test/fixedbugs/bug1515.go b/go/test/fixedbugs/bug1515.go new file mode 100644 index 0000000000000000000000000000000000000000..5fef5ad38acb0b2da44161e2523d9ece7e4ffbd0 --- /dev/null +++ b/go/test/fixedbugs/bug1515.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2011 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 main + +const ( + joao = "João" + jose = "José" +) + +func main() { + s1 := joao + s2 := jose + if (s1 < s2) != (joao < jose) { + panic("unequal") + } +} diff --git a/go/test/fixedbugs/bug152.go b/go/test/fixedbugs/bug152.go new file mode 100644 index 0000000000000000000000000000000000000000..45b9b3d53038e18eeaea789582c4ad889637fd62 --- /dev/null +++ b/go/test/fixedbugs/bug152.go @@ -0,0 +1,17 @@ +// run + +// Copyright 2009 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 main + +func main() { + s := 0; + for _, v := range []int{1} { + s += v; + } + if s != 1 { + println("BUG: s =", s); + } +} diff --git a/go/test/fixedbugs/bug154.go b/go/test/fixedbugs/bug154.go new file mode 100644 index 0000000000000000000000000000000000000000..a2cfd4accdbc128cea1c75098eceff4be7999620 --- /dev/null +++ b/go/test/fixedbugs/bug154.go @@ -0,0 +1,33 @@ +// run + +// Copyright 2009 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 main + +import "fmt" + +func f0() string { + const f = 3.141592; + return fmt.Sprintf("%v", float64(f)); +} + + +func f1() string { + const f = 3.141592; + x := float64(float32(f)); // appears to change the precision of f + _ = x; + return fmt.Sprintf("%v", float64(f)); +} + + +func main() { + r0 := f0(); + r1 := f1(); + if r0 != r1 { + println("r0 =", r0); + println("r1 =", r1); + panic("r0 and r1 should be the same"); + } +} diff --git a/go/test/fixedbugs/bug155.go b/go/test/fixedbugs/bug155.go new file mode 100644 index 0000000000000000000000000000000000000000..8872e978daae6d605b01541ca04a549e6c46bc98 --- /dev/null +++ b/go/test/fixedbugs/bug155.go @@ -0,0 +1,23 @@ +// build + +// Copyright 2009 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 main + +const big uint64 = 1<<63 + +func f(a uint64) uint64 { + return a << big +} + +func main() { + f(1) +} + +/* +main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX +main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX +main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX +*/ diff --git a/go/test/fixedbugs/bug156.go b/go/test/fixedbugs/bug156.go new file mode 100644 index 0000000000000000000000000000000000000000..f26658729f82e455098ddacec3c6c6fee32ffba0 --- /dev/null +++ b/go/test/fixedbugs/bug156.go @@ -0,0 +1,21 @@ +// compile + +// Copyright 2009 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 main + +func f(a int64) int64 { + const b int64 = 0; + n := a &^ b; + return n; +} + +func main() { + f(1) +} + +/* +bug156.go:7: constant 18446744073709551615 overflows int64 +*/ diff --git a/go/test/fixedbugs/bug157.go b/go/test/fixedbugs/bug157.go new file mode 100644 index 0000000000000000000000000000000000000000..1072d7df49808bfd1ea9150261c207be96b7cf37 --- /dev/null +++ b/go/test/fixedbugs/bug157.go @@ -0,0 +1,32 @@ +// compile + +// Copyright 2009 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 main + +func f() {} + +func main() { + x := 0; + + // this compiles + switch x { + case 0: f(); + default: f(); + } + + // this doesn't but it should + // (semicolons are not needed at the end of a statement list) + switch x { + case 0: f() + default: f() + } +} + + +/* +bug157.go:20: syntax error near default +bug157.go:20: first switch statement must be a case +*/ diff --git a/go/test/fixedbugs/bug158.go b/go/test/fixedbugs/bug158.go new file mode 100644 index 0000000000000000000000000000000000000000..496d7e0db00b2ca11b7cc0aecb7bd6018eaea41c --- /dev/null +++ b/go/test/fixedbugs/bug158.go @@ -0,0 +1,26 @@ +// compile + +// Copyright 2009 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 main + +func main() { + x := 0; + + // this compiles + switch x { + case 0: + } + + // this doesn't but should + switch 0 { + case 0: + } +} + + +/* +bug158.go:14: fatal error: dowidth: unknown type: E-33 +*/ diff --git a/go/test/fixedbugs/bug159.go b/go/test/fixedbugs/bug159.go new file mode 100644 index 0000000000000000000000000000000000000000..92d5345635d7a4a8ee631883d5da286016680de9 --- /dev/null +++ b/go/test/fixedbugs/bug159.go @@ -0,0 +1,39 @@ +// run + +// Copyright 2009 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 main + +import "os" + +func main() { + ok := true; + var a, b, c, x, y, z int; + f := func() int { b--; return -b }; + + // this fails on 6g: apparently it rewrites + // the list into + // z = f(); + // y = f(); + // x = f(); + // so that the values come out backward. + x, y, z = f(), f(), f(); + if x != 1 || y != 2 || z != 3 { + println("xyz: expected 1 2 3 got", x, y, z); + ok = false; + } + + // this fails on 6g too. one of the function calls + // happens after assigning to b. + a, b, c = f(), f(), f(); + if a != 4 || b != 5 || c != 6 { + println("abc: expected 4 5 6 got", a, b, c); + ok = false; + } + + if !ok { + os.Exit(1); + } +} diff --git a/go/test/fixedbugs/bug160.go b/go/test/fixedbugs/bug160.go new file mode 100644 index 0000000000000000000000000000000000000000..fde797bfcd29e3d026f55f13a1f869fe6059615a --- /dev/null +++ b/go/test/fixedbugs/bug160.go @@ -0,0 +1,7 @@ +// rundir + +// Copyright 2009 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 ignored diff --git a/go/test/fixedbugs/bug161.go b/go/test/fixedbugs/bug161.go new file mode 100644 index 0000000000000000000000000000000000000000..aab58ee895344ae7b0f27c0c53444aeb7e9754cd --- /dev/null +++ b/go/test/fixedbugs/bug161.go @@ -0,0 +1,17 @@ +// compile + +// Copyright 2009 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 P + +const a = 0; + +func f(a int) { + a = 0; +} + +/* +bug161.go:8: operation LITERAL not allowed in assignment context +*/ diff --git a/go/test/fixedbugs/bug163.go b/go/test/fixedbugs/bug163.go new file mode 100644 index 0000000000000000000000000000000000000000..f3e0543cd744b461db12bad77b177eed30075884 --- /dev/null +++ b/go/test/fixedbugs/bug163.go @@ -0,0 +1,9 @@ +// errorcheck + +// Copyright 2009 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 main + +var x⊛y int // ERROR "invalid character .* in identifier" diff --git a/go/test/fixedbugs/bug164.go b/go/test/fixedbugs/bug164.go new file mode 100644 index 0000000000000000000000000000000000000000..888b495eec3f238df18036b4a9d6c216b3f19ff8 --- /dev/null +++ b/go/test/fixedbugs/bug164.go @@ -0,0 +1,17 @@ +// compile + +// Copyright 2009 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 main + +// Multi-line string literal now allowed. + +const s = ` +Hello, World! +` + +func main() { + print(s) +} diff --git a/go/test/fixedbugs/bug165.go b/go/test/fixedbugs/bug165.go new file mode 100644 index 0000000000000000000000000000000000000000..f8d50af13fdf7cba799169c684bda747b2c49650 --- /dev/null +++ b/go/test/fixedbugs/bug165.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +type I interface { + m(map[I] bool); // ok +} + +type S struct { + m map[S] bool; // ERROR "map key type" +} diff --git a/go/test/fixedbugs/bug167.go b/go/test/fixedbugs/bug167.go new file mode 100644 index 0000000000000000000000000000000000000000..3a50e6ff0c12730e398601eb470971b24496af00 --- /dev/null +++ b/go/test/fixedbugs/bug167.go @@ -0,0 +1,30 @@ +// build + +// Copyright 2009 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 main + +func f1() { + type T struct { + x int + } +} + +func f2() { + type T struct { + x float64 + } +} + +func main() { + f1() + f2() +} + +/* +1606416576: conflicting definitions for main.T·bug167 +bug167.6: type main.T·bug167 struct { x int } +bug167.6: type main.T·bug167 struct { x float64 } +*/ diff --git a/go/test/fixedbugs/bug168.go b/go/test/fixedbugs/bug168.go new file mode 100644 index 0000000000000000000000000000000000000000..53301fa81ef4d689b1cf2c82f94fb7690b851c59 --- /dev/null +++ b/go/test/fixedbugs/bug168.go @@ -0,0 +1,19 @@ +// run + +// Copyright 2009 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 main + +var g byte = 123 +var f *byte = &g +var b = make([]byte, 5) + +func main() { + b[0:1][0] = *f + if b[0] != 123 { + println("want 123 got", b[0]) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug169.go b/go/test/fixedbugs/bug169.go new file mode 100644 index 0000000000000000000000000000000000000000..62ab7c2fa1cdf79e0bf406ba8f6b9bfb0b2936bd --- /dev/null +++ b/go/test/fixedbugs/bug169.go @@ -0,0 +1,10 @@ +// errorcheck + +// Copyright 2009 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 main +var x = '''; // ERROR "char|rune" + + diff --git a/go/test/fixedbugs/bug170.go b/go/test/fixedbugs/bug170.go new file mode 100644 index 0000000000000000000000000000000000000000..11ff5ff3c7563802a084e353d7ca11100f1b4b33 --- /dev/null +++ b/go/test/fixedbugs/bug170.go @@ -0,0 +1,14 @@ +// errorcheck + +// Copyright 2009 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 main +var v1 = ([10]int)(nil); // ERROR "illegal|nil|invalid" +var v2 [10]int = nil; // ERROR "illegal|nil|incompatible" +var v3 [10]int; +var v4 = nil; // ERROR "nil" +func main() { + v3 = nil; // ERROR "illegal|nil|incompatible" +} diff --git a/go/test/fixedbugs/bug171.go b/go/test/fixedbugs/bug171.go new file mode 100644 index 0000000000000000000000000000000000000000..49bbb3b892d8288320b0647926dff59537ee6c26 --- /dev/null +++ b/go/test/fixedbugs/bug171.go @@ -0,0 +1,10 @@ +// errorcheck + +// Copyright 2009 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 main + +func f() int { } // ERROR "return|control" +func g() (foo int) { } // ERROR "return|control" diff --git a/go/test/fixedbugs/bug172.go b/go/test/fixedbugs/bug172.go new file mode 100644 index 0000000000000000000000000000000000000000..4dbe7930f907f0ddf99c092d0850687266ba9d11 --- /dev/null +++ b/go/test/fixedbugs/bug172.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main + +func f() { + a := true; + a |= a; // ERROR "illegal.*OR|bool|expected" +} diff --git a/go/test/fixedbugs/bug173.go b/go/test/fixedbugs/bug173.go new file mode 100644 index 0000000000000000000000000000000000000000..3515c649bbeb1b5340bc6b1b13fde66666b0f64a --- /dev/null +++ b/go/test/fixedbugs/bug173.go @@ -0,0 +1,23 @@ +// compile + +// Copyright 2009 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. + +// these used to fail because the runtime +// functions that get called to implement them +// expected string, not T. + +package main + +type T string +func main() { + var t T = "hello"; + println(t[0:4], t[4]); + for _, _ = range t { + } + for _ = range t { + } + for range t { + } +} diff --git a/go/test/fixedbugs/bug174.go b/go/test/fixedbugs/bug174.go new file mode 100644 index 0000000000000000000000000000000000000000..448f630867cf5af19a3a672263010427af56596c --- /dev/null +++ b/go/test/fixedbugs/bug174.go @@ -0,0 +1,12 @@ +// compile + +// Copyright 2009 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 main + +func main() { + var x uint; + println(1< 1 { + println("f twice") + panic("fail") + } + return 0 +} diff --git a/go/test/fixedbugs/bug200.go b/go/test/fixedbugs/bug200.go new file mode 100644 index 0000000000000000000000000000000000000000..da628faf5d0921fb68847e7888ec0de0de95a3ad --- /dev/null +++ b/go/test/fixedbugs/bug200.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + // 6g used to compile these as two different + // hash codes so it missed the duplication + // and worse, compiled the wrong code + // for one of them. + var x interface{}; + switch x.(type) { + case func(int): + case func(f int): // ERROR "duplicate" + } +} diff --git a/go/test/fixedbugs/bug201.go b/go/test/fixedbugs/bug201.go new file mode 100644 index 0000000000000000000000000000000000000000..59248231aea7bb212267be8fe2804653e0bc9278 --- /dev/null +++ b/go/test/fixedbugs/bug201.go @@ -0,0 +1,48 @@ +// run + +// Copyright 2009 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 main + +type T1 struct { + x, y int +} +type T2 struct { + z, w byte +} +type T3 T1 + +type MyInt int + +func (MyInt) m(*T1) {} + +func main() { + { + var i interface{} = new(T1) + _, ok1 := i.(*T1) + _, ok2 := i.(*T2) + _, ok3 := i.(*T3) + if !ok1 || ok2 || ok3 { + println("*T1", ok1, ok2, ok3) + panic("fail") + } + } + { + var i interface{} = MyInt(0) + _, ok1 := i.(interface { + m(*T1) + }) + _, ok2 := i.(interface { + m(*T2) + }) + _, ok3 := i.(interface { + m(*T3) + }) + if !ok1 || ok2 || ok3 { + println("T", ok1, ok2, ok3) + panic("fail") + } + } +} diff --git a/go/test/fixedbugs/bug202.go b/go/test/fixedbugs/bug202.go new file mode 100644 index 0000000000000000000000000000000000000000..49871e3e06151c4dce1f1202cf494108c90014b0 --- /dev/null +++ b/go/test/fixedbugs/bug202.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2009 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 main +func f() { + v := [...]string{"a", "b"}; + _ = v; +} +func main() { + f(); +} + + diff --git a/go/test/fixedbugs/bug203.go b/go/test/fixedbugs/bug203.go new file mode 100644 index 0000000000000000000000000000000000000000..68647ec372b46328f2c1b16683808bb12fb95bde --- /dev/null +++ b/go/test/fixedbugs/bug203.go @@ -0,0 +1,18 @@ +// run + +// Copyright 2009 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 main + +var s [8]string + +func +init() { + s = [...]string{ "now", "is", "the", "time", "to", "fix", "this", "bug"} +} + +func +main() { +} diff --git a/go/test/fixedbugs/bug204.go b/go/test/fixedbugs/bug204.go new file mode 100644 index 0000000000000000000000000000000000000000..8810a5f921b443ac55a01f57c9d8b501a0759252 --- /dev/null +++ b/go/test/fixedbugs/bug204.go @@ -0,0 +1,24 @@ +// run + +// Copyright 2009 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 main + +func main() { + nchar := 0 + a := []rune{'日', '本', '語', 0xFFFD} + for _, char := range "日本語\xc0" { + if nchar >= len(a) { + println("BUG") + break + } + if char != a[nchar] { + println("expected", a[nchar], "got", char) + println("BUG") + break + } + nchar++ + } +} diff --git a/go/test/fixedbugs/bug205.go b/go/test/fixedbugs/bug205.go new file mode 100644 index 0000000000000000000000000000000000000000..165020ea66f8482b433e01258f0c0088d3c653ea --- /dev/null +++ b/go/test/fixedbugs/bug205.go @@ -0,0 +1,18 @@ +// errorcheck + +// Copyright 2009 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 main + +var t []int +var s string; +var m map[string]int; + +func main() { + println(t["hi"]); // ERROR "non-integer slice index|must be integer|cannot convert" + println(s["hi"]); // ERROR "non-integer string index|must be integer|cannot convert" + println(m[0]); // ERROR "cannot use.*as type string|cannot convert|cannot use" +} + diff --git a/go/test/fixedbugs/bug206.go b/go/test/fixedbugs/bug206.go new file mode 100644 index 0000000000000000000000000000000000000000..91efa3ff79005ed51d83bbaf3c3ca3679cd05dfe --- /dev/null +++ b/go/test/fixedbugs/bug206.go @@ -0,0 +1,48 @@ +// run + +// Copyright 2009 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 main + +import "go/ast"; + +func g(list []ast.Expr) { + n := len(list)-1; + println(list[n].Pos()); +} + + +// f is the same as g except that the expression assigned to n is inlined. +func f(list []ast.Expr) { + // n := len(list)-1; + println(list[len(list)-1 /* n */].Pos()); +} + + +func main() { + list := []ast.Expr{&ast.Ident{}}; + g(list); // this works + f(list); // this doesn't +} + + +/* +0 +throw: index out of range + +panic PC=0x2bcf10 +throw+0x33 /home/gri/go/src/pkg/runtime/runtime.c:71 + throw(0x470f8, 0x0) +sys·throwindex+0x1c /home/gri/go/src/pkg/runtime/runtime.c:45 + sys·throwindex() +main·f+0x26 /home/gri/go/test/bugs/bug206.go:16 + main·f(0x2b9560, 0x0) +main·main+0xc3 /home/gri/go/test/bugs/bug206.go:23 + main·main() +mainstart+0xf /home/gri/go/src/pkg/runtime/amd64/asm.s:55 + mainstart() +goexit /home/gri/go/src/pkg/runtime/proc.c:133 + goexit() +*/ diff --git a/go/test/fixedbugs/bug206.out b/go/test/fixedbugs/bug206.out new file mode 100644 index 0000000000000000000000000000000000000000..aa47d0d46d47a06090f436b0b851b76bb6f3b6e2 --- /dev/null +++ b/go/test/fixedbugs/bug206.out @@ -0,0 +1,2 @@ +0 +0 diff --git a/go/test/fixedbugs/bug207.go b/go/test/fixedbugs/bug207.go new file mode 100644 index 0000000000000000000000000000000000000000..50923df1c23f2785b0ec7711b96992e07c3e3d00 --- /dev/null +++ b/go/test/fixedbugs/bug207.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2009 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. + +// used to panic because 6g didn't generate +// the code to fill in the ... argument to fmt.Sprint. + +package main + +import "fmt" + +type T struct { + a, b, c, d, e []int; +} + +var t T + +func main() { + if fmt.Sprint("xxx", t) != "yyy" { + } +} diff --git a/go/test/fixedbugs/bug208.go b/go/test/fixedbugs/bug208.go new file mode 100644 index 0000000000000000000000000000000000000000..09ec0afbedf566dc16f970593b7a7eff3001688a --- /dev/null +++ b/go/test/fixedbugs/bug208.go @@ -0,0 +1,20 @@ +// errorcheck + +// Copyright 2009 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 main + +type T struct +{ + f int; +} + +// 6g used to get confused by the f:1 above +// and allow uses of f that would be silently +// dropped during the compilation. +var _ = f; // ERROR "undefined" + +var _ = T{f: 1} + diff --git a/go/test/fixedbugs/bug209.go b/go/test/fixedbugs/bug209.go new file mode 100644 index 0000000000000000000000000000000000000000..52faf1fb925fbd3a22e27de38b661db9e31a127a --- /dev/null +++ b/go/test/fixedbugs/bug209.go @@ -0,0 +1,18 @@ +// errorcheck + +// Copyright 2009 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 main + +func main() { + var buf [10]int; + for ; len(buf); { // ERROR "bool" + } +} + +/* +uetli:/home/gri/go/test/bugs gri$ 6g bug209.go +bug209.go:5: Bus error +*/ diff --git a/go/test/fixedbugs/bug212.go b/go/test/fixedbugs/bug212.go new file mode 100644 index 0000000000000000000000000000000000000000..4e58b91ec05997daf3f526b7ff06eb82b66adf0d --- /dev/null +++ b/go/test/fixedbugs/bug212.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2009 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 main +type I int +type S struct { f map[I]int } +var v1 = S{ make(map[int]int) } // ERROR "cannot|illegal|incompatible|wrong" +var v2 map[I]int = map[int]int{} // ERROR "cannot|illegal|incompatible|wrong" +var v3 = S{ make(map[uint]int) } // ERROR "cannot|illegal|incompatible|wrong" diff --git a/go/test/fixedbugs/bug213.go b/go/test/fixedbugs/bug213.go new file mode 100644 index 0000000000000000000000000000000000000000..7f4786b52bf0c6bcf1b9d28d291d04d8b0cf3a18 --- /dev/null +++ b/go/test/fixedbugs/bug213.go @@ -0,0 +1,16 @@ +// errorcheck + +// Copyright 2009 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 main +func main() { + var v interface{} = 0; + switch v.(type) { + case int: + fallthrough; // ERROR "fallthrough" + default: + panic("fell through"); + } +} diff --git a/go/test/fixedbugs/bug214.go b/go/test/fixedbugs/bug214.go new file mode 100644 index 0000000000000000000000000000000000000000..f3c25e727f0db8ec2559b2d170840e117a31102d --- /dev/null +++ b/go/test/fixedbugs/bug214.go @@ -0,0 +1,15 @@ +// compile + +// Copyright 2009 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. + +// Used to crash the compiler. +// https://golang.org/issue/88 + +package main + +func main() { + x := make(map[int]int, 10); + x[0], x[1] = 2, 6; +} diff --git a/go/test/fixedbugs/bug215.go b/go/test/fixedbugs/bug215.go new file mode 100644 index 0000000000000000000000000000000000000000..5546d0c8899185bec6ee8e5fc9c9bd4823c0267d --- /dev/null +++ b/go/test/fixedbugs/bug215.go @@ -0,0 +1,14 @@ +// errorcheck + +// Copyright 2009 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. + +// Used to crash the compiler. +// https://golang.org/issue/158 + +package main + +type A struct { a A } // ERROR "recursive|cycle" +func foo() { new(A).bar() } +func (a A) bar() {} diff --git a/go/test/fixedbugs/bug216.go b/go/test/fixedbugs/bug216.go new file mode 100644 index 0000000000000000000000000000000000000000..470369a6a80f8d155660e56babd759c9455a7deb --- /dev/null +++ b/go/test/fixedbugs/bug216.go @@ -0,0 +1,20 @@ +// compile + +// Copyright 2009 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. + +// Used to be rejected +// https://golang.org/issue/188 + +package main + +func complexSqrt(i int) (int, int) { return 0, 1 } + +var re, im = complexSqrt(-1) + +func main() { + if re != 0 || im != 1 { + println("BUG: bug216: want 0,-1 have ", re, im) + } +} diff --git a/go/test/fixedbugs/bug217.go b/go/test/fixedbugs/bug217.go new file mode 100644 index 0000000000000000000000000000000000000000..ea836b9b6d591c4eb51e148c015d8b21251d0186 --- /dev/null +++ b/go/test/fixedbugs/bug217.go @@ -0,0 +1,17 @@ +// errorcheck + +// Copyright 2009 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. + +// Used to crash +// https://golang.org/issue/204 + +package main + +func () x() // ERROR "no receiver" + +func (a b, c d) x() // ERROR "multiple receiver" + +type b int + diff --git a/go/test/fixedbugs/bug218.go b/go/test/fixedbugs/bug218.go new file mode 100644 index 0000000000000000000000000000000000000000..f159f05fa8d447118a29ce72b04cec954ad1af0e --- /dev/null +++ b/go/test/fixedbugs/bug218.go @@ -0,0 +1,23 @@ +// compile + +// Copyright 2009 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. + +// Crashes 6g, 8g +// https://golang.org/issue/238 + +package main + +func main() { + bar := make(chan bool); + select { + case _ = <-bar: + return + } +} + +/* +6g bug218.go +: fatal error: dowidth: unknown type: blank +*/ diff --git a/go/test/fixedbugs/bug219.go b/go/test/fixedbugs/bug219.go new file mode 100644 index 0000000000000000000000000000000000000000..290c691eabe63e6d8fc0943e17abcdcca5bfcd98 --- /dev/null +++ b/go/test/fixedbugs/bug219.go @@ -0,0 +1,38 @@ +// compile + +// Copyright 2009 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 bug219 + +func f(func()) int { return 0 } + +// this doesn't work: +// bug219.go:16: syntax error near if +func g1() { + if x := f(func() { + if true {} + }); true { + _ = x; + } +} + +// this works +func g2() { + if x := f(func() { + //if true {} + }); true { + _ = x; + } +} + +// this works +func g3() { + x := f(func() { + if true {} + }); + if true { + _ = x; + } +} diff --git a/go/test/fixedbugs/bug221.go b/go/test/fixedbugs/bug221.go new file mode 100644 index 0000000000000000000000000000000000000000..4275474a972a1684c1c33c83b19c8af822d51fe3 --- /dev/null +++ b/go/test/fixedbugs/bug221.go @@ -0,0 +1,42 @@ +// run + +// Copyright 2009 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. + +// function call arg reordering was picking out 1 call that +// didn't need to be in a temporary, but it was picking +// out the first call instead of the last call. +// https://golang.org/issue/370 + +package main + +var gen = 'a' + +func f(n int) string { + s := string(gen) + string(n+'A'-1) + gen++ + return s +} + +func g(x, y string) string { + return x + y +} + +func main() { + s := f(1) + f(2) + if s != "aAbB" { + println("BUG: bug221a: ", s) + panic("fail") + } + s = g(f(3), f(4)) + if s != "cCdD" { + println("BUG: bug221b: ", s) + panic("fail") + } + s = f(5) + f(6) + f(7) + f(8) + f(9) + if s != "eEfFgGhHiI" { + println("BUG: bug221c: ", s) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug222.go b/go/test/fixedbugs/bug222.go new file mode 100644 index 0000000000000000000000000000000000000000..3b99da84d4ba1d6a0ae65397970314f5d08475f9 --- /dev/null +++ b/go/test/fixedbugs/bug222.go @@ -0,0 +1,7 @@ +// compiledir + +// Copyright 2009 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. + +ignored diff --git a/go/test/fixedbugs/bug223.go b/go/test/fixedbugs/bug223.go new file mode 100644 index 0000000000000000000000000000000000000000..3aa7dda4049680b2d3ec55ba738c408d070d6e16 --- /dev/null +++ b/go/test/fixedbugs/bug223.go @@ -0,0 +1,21 @@ +// errorcheck + +// Copyright 2009 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. + +// check that initialization cycle is diagnosed +// and that closure cannot be used to hide it. +// error message is not standard format, so no errchk above. + +package main + +type F func() + +func f() { + if true { + _ = func() { _ = m } + } +} + +var m = map[string]F{"f": f} // ERROR "initialization cycle|depends upon itself|initialization cycle" diff --git a/go/test/fixedbugs/bug224.go b/go/test/fixedbugs/bug224.go new file mode 100644 index 0000000000000000000000000000000000000000..4ff83019df05c2a4348f4fba0bde28504ab27d4d --- /dev/null +++ b/go/test/fixedbugs/bug224.go @@ -0,0 +1,10 @@ +// errorcheck + +// Copyright 2009 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 main + +type T T // ERROR "recursive|cycle" + diff --git a/go/test/fixedbugs/bug225.go b/go/test/fixedbugs/bug225.go new file mode 100644 index 0000000000000000000000000000000000000000..1bda9ab4b6e7d416054261391a5e5c402207f3c2 --- /dev/null +++ b/go/test/fixedbugs/bug225.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2009 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 main + +func main() { + c := make(chan bool, 1); + select { + case _ = <-c: + panic("BUG: recv should not"); + default: + } + c <- true; + select { + case _ = <-c: + default: + panic("BUG: recv should"); + } +} diff --git a/go/test/fixedbugs/bug227.go b/go/test/fixedbugs/bug227.go new file mode 100644 index 0000000000000000000000000000000000000000..afbdd977d173ceeeb66279255d2cbb77fedc6a26 --- /dev/null +++ b/go/test/fixedbugs/bug227.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2009 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 main + +var ( + nf int + x, y, z = f(), f(), f() + m = map[string]string{"a": "A"} + a, aok = m["a"] + b, bok = m["b"] +) + +func look(s string) (string, bool) { + x, ok := m[s] + return x, ok +} + +func f() int { + nf++ + return nf +} + +func main() { + if nf != 3 || x != 1 || y != 2 || z != 3 { + println("nf=", nf, " x=", x, " y=", y) + panic("fail") + } + if a != "A" || aok != true || b != "" || bok != false { + println("a=", a, " aok=", aok, " b=", b, " bok=", bok) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug228.go b/go/test/fixedbugs/bug228.go new file mode 100644 index 0000000000000000000000000000000000000000..5c0e7e5122d40edf879bd040e07b5d4bdef6b67a --- /dev/null +++ b/go/test/fixedbugs/bug228.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2009 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 main + +func f(x int, y ...int) // ok + +func g(x int, y float32) (...) // ERROR "[.][.][.]" + +var x ...int; // ERROR "[.][.][.]|syntax|type" + +type T ...int; // ERROR "[.][.][.]|syntax|type" diff --git a/go/test/fixedbugs/bug228a.go b/go/test/fixedbugs/bug228a.go new file mode 100644 index 0000000000000000000000000000000000000000..c42b0bffb7d20f1bd8cef1e7ed087f0f7a3fdabc --- /dev/null +++ b/go/test/fixedbugs/bug228a.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2009 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 main + +func f(x int, y ...int) // ok + +func h(x, y ...int) // ERROR "[.][.][.]" + +func i(x int, y ...int, z float32) // ERROR "[.][.][.]" diff --git a/go/test/fixedbugs/bug229.go b/go/test/fixedbugs/bug229.go new file mode 100644 index 0000000000000000000000000000000000000000..3cf1142a24ac49586e6f660615dfb2c13c2b8888 --- /dev/null +++ b/go/test/fixedbugs/bug229.go @@ -0,0 +1,20 @@ +// errorcheck + +// Copyright 2009 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 main + +import "testing" + +func main() { + var t testing.T + + // make sure error mentions that + // name is unexported, not just "name not found". + + t.common.name = nil // ERROR "unexported|undefined" + + println(testing.anyLowercaseName("asdf")) // ERROR "unexported|undefined" +} diff --git a/go/test/fixedbugs/bug230.go b/go/test/fixedbugs/bug230.go new file mode 100644 index 0000000000000000000000000000000000000000..e5eead52e200d88ac6c4640be211601cf9452c85 --- /dev/null +++ b/go/test/fixedbugs/bug230.go @@ -0,0 +1,28 @@ +// run + +// Copyright 2009 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 main + +type S string +type I int +type F float64 + +func (S) m() {} +func (I) m() {} +func (F) m() {} + +func main() { + c := make(chan interface { + m() + }, + 10) + c <- I(0) + c <- F(1) + c <- S("hi") + <-c + <-c + <-c +} diff --git a/go/test/fixedbugs/bug231.go b/go/test/fixedbugs/bug231.go new file mode 100644 index 0000000000000000000000000000000000000000..db0d536db7d01a2c1689598f8c02ee9b7389f5ee --- /dev/null +++ b/go/test/fixedbugs/bug231.go @@ -0,0 +1,24 @@ +// errorcheck + +// Copyright 2009 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 main + +type I interface{ m() } +type T struct{ m func() } +type M struct{} + +func (M) m() {} + +func main() { + var t T + var m M + var i I + + i = m + // types2 does not give extra error "T.m is a field, not a method" + i = t // ERROR "not a method|has no methods|does not implement I" + _ = i +} diff --git a/go/test/fixedbugs/bug232.go b/go/test/fixedbugs/bug232.go new file mode 100644 index 0000000000000000000000000000000000000000..10b0c521a40b0480b4ace208417ff1b033a105b2 --- /dev/null +++ b/go/test/fixedbugs/bug232.go @@ -0,0 +1,8 @@ +// compile + +// Copyright 2009 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 bug232 +type I interface { X(...int) } diff --git a/go/test/fixedbugs/bug233.go b/go/test/fixedbugs/bug233.go new file mode 100644 index 0000000000000000000000000000000000000000..d4e1e078169eea6fb92e51657fa104510a2921a5 --- /dev/null +++ b/go/test/fixedbugs/bug233.go @@ -0,0 +1,10 @@ +// compile + +// Copyright 2009 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 bug233 +import p "fmt" +var _ = p.Print +var fmt = 10 diff --git a/go/test/fixedbugs/bug234.go b/go/test/fixedbugs/bug234.go new file mode 100644 index 0000000000000000000000000000000000000000..0d37ce22f5bb2504b6d4a858cfa8ba5e516ea954 --- /dev/null +++ b/go/test/fixedbugs/bug234.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2009 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 main + +func main() { + c := make(chan int, 1) + c <- 100 + x, ok := <-c + if x != 100 || !ok { + println("x=", x, " ok=", ok, " want 100, true") + panic("fail") + } + close(c) + x, ok = <-c + if x != 0 || ok { + println("x=", x, " ok=", ok, " want 0, false") + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug235.go b/go/test/fixedbugs/bug235.go new file mode 100644 index 0000000000000000000000000000000000000000..a33092bdb64aa8fcd18c2911560b3798b5f67feb --- /dev/null +++ b/go/test/fixedbugs/bug235.go @@ -0,0 +1,17 @@ +// compile + +// Copyright 2009 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. + +// used to crash the compiler + +package bug235 + +type T struct { + x [4]byte +} + +var p *T +var v = *p + diff --git a/go/test/fixedbugs/bug236.go b/go/test/fixedbugs/bug236.go new file mode 100644 index 0000000000000000000000000000000000000000..de7e8e3d8a22d82ab7f9dae7c893305da462dc29 --- /dev/null +++ b/go/test/fixedbugs/bug236.go @@ -0,0 +1,53 @@ +// run + +// Copyright 2009 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 main + +var gen = 'a' + +func f(n int) string { + s := string(gen) + string(n+'A'-1) + gen++ + return s +} + +func g(x, y string) string { return x + y } + +var v1 = f(1) + f(2) +var v2 = g(f(3), f(4)) +var v3 = f(5) + f(6) + f(7) + f(8) + f(9) + +func main() { + gen = 'a' + + if v1 != "aAbB" { + panic("BUG: bug236a") + } + if v2 != "cCdD" { + panic("BUG: bug236b") + } + if v3 != "eEfFgGhHiI" { + panic("BUG: bug236c") + } + + switch "aAbB" { + case f(1) + f(2): + default: + panic("BUG: bug236d") + } + + switch "cCdD" { + case g(f(3), f(4)): + default: + panic("BUG: bug236e") + } + + switch "eEfFgGhHiI" { + case f(5) + f(6) + f(7) + f(8) + f(9): + default: + panic("BUG: bug236f") + } +} diff --git a/go/test/fixedbugs/bug237.go b/go/test/fixedbugs/bug237.go new file mode 100644 index 0000000000000000000000000000000000000000..75d6132df96bccabde84439003d5ff5eedccacfc --- /dev/null +++ b/go/test/fixedbugs/bug237.go @@ -0,0 +1,25 @@ +// run + +// Copyright 2009 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 main + +import "fmt" + +var indent uint = 10 +func main() { + const dots = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " + + ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " + const n = uint(len(dots)) + i := 2 * indent + var s string + for ; i > n; i -= n { + s += fmt.Sprint(dots) + } + s += dots[0:i] + if s != ". . . . . . . . . . " { + panic(s) + } +} diff --git a/go/test/fixedbugs/bug238.go b/go/test/fixedbugs/bug238.go new file mode 100644 index 0000000000000000000000000000000000000000..cc47189e1684ef55f7356a00d2c60156013a6b8e --- /dev/null +++ b/go/test/fixedbugs/bug238.go @@ -0,0 +1,21 @@ +// errorcheck + +// Copyright 2009 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. + +// Test case for issue 471. This file shouldn't compile. + +package main + +const a *int = 1 // ERROR "convert|wrong|invalid" +const b [2]int = 2 // ERROR "convert|wrong|invalid" +const c map[int]int = 3 // ERROR "convert|wrong|invalid" +const d chan int = 4 // ERROR "convert|wrong|invalid" +const e func() = 5 // ERROR "convert|wrong|invalid" +const f struct{} = 6 // ERROR "convert|wrong|invalid" +const g interface{} = 7 // ERROR "constant|wrong|invalid" +const h bool = false +const i int = 2 +const j float64 = 5 + diff --git a/go/test/fixedbugs/bug239.go b/go/test/fixedbugs/bug239.go new file mode 100644 index 0000000000000000000000000000000000000000..e4902527db39d20f18f4ff4525d85c165cbf8d36 --- /dev/null +++ b/go/test/fixedbugs/bug239.go @@ -0,0 +1,21 @@ +// compile + +// Copyright 2009 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. + +// Test case for issue 475. This file should compile. + +package main + +import . "unsafe" + +func main() { + var x int + println(Sizeof(x)) +} + +/* +bug239.go:11: imported and not used: unsafe +bug239.go:15: undefined: Sizeof +*/ diff --git a/go/test/fixedbugs/bug240.go b/go/test/fixedbugs/bug240.go new file mode 100644 index 0000000000000000000000000000000000000000..478b5b2eafe0ec7ddc626c1cfd393b641570a636 --- /dev/null +++ b/go/test/fixedbugs/bug240.go @@ -0,0 +1,20 @@ +// errorcheck + +// Copyright 2009 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 main + +import . "unsafe" // ERROR "not used" + +func main() { + var x int + println(unsafe.Sizeof(x)) // ERROR "undefined" +} + +/* +After a '.' import, "unsafe" shouldn't be defined as +an identifier. 6g complains correctly for imports other +than "unsafe". +*/ diff --git a/go/test/fixedbugs/bug241.go b/go/test/fixedbugs/bug241.go new file mode 100644 index 0000000000000000000000000000000000000000..1f4440147b974971de72435638a82058ab6631a9 --- /dev/null +++ b/go/test/fixedbugs/bug241.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2009 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 main + +const c = 3 +var x = c.String() // ERROR "String" + diff --git a/go/test/fixedbugs/bug242.go b/go/test/fixedbugs/bug242.go new file mode 100644 index 0000000000000000000000000000000000000000..4791ae485f69e35ad6c6fba0270ee9b33e7116ec --- /dev/null +++ b/go/test/fixedbugs/bug242.go @@ -0,0 +1,133 @@ +// run + +// Copyright 2010 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. + +// Test order of evaluation in tuple assignments. + +package main + +var i byte = 0 +var a [30]byte + +func f() *byte { + i++ + return &a[i-1] +} +func gbyte() byte { + i++ + return 'a' + i - 1 +} +func gint() byte { + i++ + return i - 1 +} +func x() (byte, byte) { + i++ + return 'a' + i - 1, 'a' + i - 1 +} +func e1(c chan byte, expected byte) chan byte { + if i != expected { + println("e1: got", i, "expected", expected) + panic("fail") + } + i++ + return c +} + +type Empty interface{} +type I interface { + Get() byte +} +type S1 struct { + i byte +} + +func (p S1) Get() byte { return p.i } + +type S2 struct { + i byte +} + +func e2(p Empty, expected byte) Empty { + if i != expected { + println("e2: got", i, "expected", expected) + panic("fail") + } + i++ + return p +} +func e3(p *I, expected byte) *I { + if i != expected { + println("e3: got", i, "expected", expected) + panic("fail") + } + i++ + return p +} + +func main() { + for i := range a { + a[i] = ' ' + } + + // 0 1 2 3 4 5 + *f(), *f(), *f() = gbyte(), gbyte(), gbyte() + + // 6 7 8 + *f(), *f() = x() + + m := make(map[byte]byte) + m[10] = 'A' + var p1, p2 bool + // 9 10 + *f(), p1 = m[gint()] + // 11 12 + *f(), p2 = m[gint()] + a[11] += '0' + if !p1 || p2 { + println("bad map check", i, p1, p2) + panic("fail") + } + + m[13] = 'B' + // 13 14 + delete(m, gint()) + gbyte() + if _, present := m[13]; present { + println("bad map removal") + panic("fail") + } + + c := make(chan byte, 1) + c <- 'C' + // 15 16 + *f(), p1 = <-e1(c, 16) + close(c) + // 17 18 + *f(), p2 = <-e1(c, 18) + a[17] += '0' + if !p1 || p2 { + println("bad chan check", i, p1, p2) + panic("fail") + } + + s1 := S1{'D'} + s2 := S2{'E'} + var iv I + // 19 20 + *e3(&iv, 19), p1 = e2(s1, 20).(I) + // 21 22 + *e3(&iv, 21), p2 = e2(s2, 22).(I) + if !p1 || p2 { + println("bad interface check", i, p1, p2) + panic("fail") + } + + s := string(a[0:i]) + if s != "def ii A 0 C 0 " { + println("bad array results:", s) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug243.go b/go/test/fixedbugs/bug243.go new file mode 100644 index 0000000000000000000000000000000000000000..5b6bb7517d26aa5d26d9abc55799e1d14f5c1962 --- /dev/null +++ b/go/test/fixedbugs/bug243.go @@ -0,0 +1,51 @@ +// run + +// Copyright 2010 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 main + +import "errors" + +// Issue 481: closures and var declarations +// with multiple variables assigned from one +// function call. + +func main() { + var listen, _ = Listen("tcp", "127.0.0.1:0") + + go func() { + for { + var conn, _ = listen.Accept() + _ = conn + } + }() + + var conn, _ = Dial("tcp", "", listen.Addr().Error()) + _ = conn +} + +// Simulated net interface to exercise bug +// without involving a real network. +type T chan int + +var global T + +func Listen(x, y string) (T, string) { + global = make(chan int) + return global, y +} + +func (t T) Addr() error { + return errors.New("stringer") +} + +func (t T) Accept() (int, string) { + return <-t, "" +} + +func Dial(x, y, z string) (int, string) { + global <- 1 + return 0, "" +} diff --git a/go/test/fixedbugs/bug244.go b/go/test/fixedbugs/bug244.go new file mode 100644 index 0000000000000000000000000000000000000000..29bf0d58b9725ec787d9ed331f0b1ae83d0e3dfb --- /dev/null +++ b/go/test/fixedbugs/bug244.go @@ -0,0 +1,31 @@ +// run + +// Copyright 2010 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 main + +var nf int +var ng int + +func f() (int, int, int) { + nf++ + return 1, 2, 3 +} + +func g() int { + ng++ + return 4 +} + +var x, y, z = f() +var m = make(map[int]int) +var v, ok = m[g()] + +func main() { + if x != 1 || y != 2 || z != 3 || nf != 1 || v != 0 || ok != false || ng != 1 { + println("x=", x, " y=", y, " z=", z, " nf=", nf, " v=", v, " ok=", ok, " ng=", ng) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug245.go b/go/test/fixedbugs/bug245.go new file mode 100644 index 0000000000000000000000000000000000000000..adf62f98b5426115aabba792810127453c5dbb3b --- /dev/null +++ b/go/test/fixedbugs/bug245.go @@ -0,0 +1,16 @@ +// compile + +// Copyright 2010 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 main + +type T []int +func (t T) m() + +func main() { + _ = T{} +} + +// bug245.go:14: fatal error: method mismatch: T for T diff --git a/go/test/fixedbugs/bug246.go b/go/test/fixedbugs/bug246.go new file mode 100644 index 0000000000000000000000000000000000000000..e506f8c0dc3a9dd2c9b0a44c9f642be7b45cd2e2 --- /dev/null +++ b/go/test/fixedbugs/bug246.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2009 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 main + +import "unsafe" + +func main() { + // works + addr := uintptr(0x234) + x1 := (*int)(unsafe.Pointer(addr)) + + // fails + x2 := (*int)(unsafe.Pointer(uintptr(0x234))) + + if x1 != x2 { + println("mismatch", x1, x2) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug247.go b/go/test/fixedbugs/bug247.go new file mode 100644 index 0000000000000000000000000000000000000000..6550bd87c0d9f91c8996228767687cc9b8756c7b --- /dev/null +++ b/go/test/fixedbugs/bug247.go @@ -0,0 +1,21 @@ +// run + +// Copyright 2010 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 main + +func main() { + const ( + Delta = 100 * 1e6 + Count = 10 + ) + _ = int64(Delta * Count) + var i interface{} = Count + j := i.(int) + if j != Count { + println("j=", j) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug248.go b/go/test/fixedbugs/bug248.go new file mode 100644 index 0000000000000000000000000000000000000000..bd305a867c03e0e2e94881376c6ce4f58e63687f --- /dev/null +++ b/go/test/fixedbugs/bug248.go @@ -0,0 +1,13 @@ +// errorcheckandrundir -1 + +//go:build !nacl && !js && !plan9 + +// Copyright 2009 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 ignored + +// Compile: bug0.go, bug1.go +// Compile and errorCheck: bug2.go +// Link and run: bug3.go diff --git a/go/test/fixedbugs/bug249.go b/go/test/fixedbugs/bug249.go new file mode 100644 index 0000000000000000000000000000000000000000..ec9699a894ef034e790d87f4ba8d78e2cc916bf1 --- /dev/null +++ b/go/test/fixedbugs/bug249.go @@ -0,0 +1,39 @@ +// errorcheck + +// Copyright 2009 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 main + +var c1 chan <- chan int = (chan<- (chan int))(nil) +var c2 chan <- chan int = (chan (<-chan int))(nil) // ERROR "chan|incompatible" +var c3 <- chan chan int = (<-chan (chan int))(nil) +var c4 chan chan <- int = (chan (chan<- int))(nil) + +var c5 <- chan <- chan int = (<-chan (<-chan int))(nil) +var c6 chan <- <- chan int = (chan<- (<-chan int))(nil) +var c7 chan <- chan <- int = (chan<- (chan<- int))(nil) + +var c8 <- chan <- chan chan int = (<-chan (<-chan (chan int)))(nil) +var c9 <- chan chan <- chan int = (<-chan (chan<- (chan int)))(nil) +var c10 chan <- <- chan chan int = (chan<- (<-chan (chan int)))(nil) +var c11 chan <- chan <- chan int = (chan<- (chan<- (chan int)))(nil) +var c12 chan chan <- <- chan int = (chan (chan<- (<-chan int)))(nil) +var c13 chan chan <- chan <- int = (chan (chan<- (chan<- int)))(nil) + +var r1 chan<- (chan int) = (chan <- chan int)(nil) +var r2 chan (<-chan int) = (chan <- chan int)(nil) // ERROR "chan|incompatible" +var r3 <-chan (chan int) = (<- chan chan int)(nil) +var r4 chan (chan<- int) = (chan chan <- int)(nil) + +var r5 <-chan (<-chan int) = (<- chan <- chan int)(nil) +var r6 chan<- (<-chan int) = (chan <- <- chan int)(nil) +var r7 chan<- (chan<- int) = (chan <- chan <- int)(nil) + +var r8 <-chan (<-chan (chan int)) = (<- chan <- chan chan int)(nil) +var r9 <-chan (chan<- (chan int)) = (<- chan chan <- chan int)(nil) +var r10 chan<- (<-chan (chan int)) = (chan <- <- chan chan int)(nil) +var r11 chan<- (chan<- (chan int)) = (chan <- chan <- chan int)(nil) +var r12 chan (chan<- (<-chan int)) = (chan chan <- <- chan int)(nil) +var r13 chan (chan<- (chan<- int)) = (chan chan <- chan <- int)(nil) diff --git a/go/test/fixedbugs/bug250.go b/go/test/fixedbugs/bug250.go new file mode 100644 index 0000000000000000000000000000000000000000..9fb34c33d5ef1c03bf3c87344b11395384795465 --- /dev/null +++ b/go/test/fixedbugs/bug250.go @@ -0,0 +1,19 @@ +// compile + +// Copyright 2010 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 bug250 + +type I1 interface { + m() I2 +} + +type I2 interface { + I1 +} + +var i1 I1 = i2 +var i2 I2 +var i2a I2 = i1 diff --git a/go/test/fixedbugs/bug251.go b/go/test/fixedbugs/bug251.go new file mode 100644 index 0000000000000000000000000000000000000000..977aa49e6a0e0467238e8db2c13eca701c898764 --- /dev/null +++ b/go/test/fixedbugs/bug251.go @@ -0,0 +1,21 @@ +// errorcheck + +// Copyright 2010 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 main + +type I1 interface { // GC_ERROR "invalid recursive type" + m() I2 + I2 +} + +type I2 interface { + I1 // GCCGO_ERROR "loop|interface" +} + + +var i1 I1 = i2 +var i2 I2 +var i2a I2 = i1 diff --git a/go/test/fixedbugs/bug252.go b/go/test/fixedbugs/bug252.go new file mode 100644 index 0000000000000000000000000000000000000000..f678925fbb61ab74b5cfedc776cd31bb8a80b649 --- /dev/null +++ b/go/test/fixedbugs/bug252.go @@ -0,0 +1,15 @@ +// errorcheck + +// Copyright 2010 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 main + +func f(args ...int) { + g(args) +} + +func g(args ...interface{}) { + f(args) // ERROR "cannot use|incompatible" +} diff --git a/go/test/fixedbugs/bug253.go b/go/test/fixedbugs/bug253.go new file mode 100644 index 0000000000000000000000000000000000000000..933f3f1ccc2a8ef1d604ea01b0b10f56ae1606b5 --- /dev/null +++ b/go/test/fixedbugs/bug253.go @@ -0,0 +1,29 @@ +// run + +// Copyright 2010 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 main + +type S1 struct { + i int +} +type S2 struct { + i int +} +type S3 struct { + S1 + S2 +} +type S4 struct { + S3 + S1 +} + +func main() { + var s4 S4 + if s4.i != 0 { // .i refers to s4.S1.i, unambiguously + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug254.go b/go/test/fixedbugs/bug254.go new file mode 100644 index 0000000000000000000000000000000000000000..3902cd5e899c18e1e3fdcd67840d6bc812cac6b6 --- /dev/null +++ b/go/test/fixedbugs/bug254.go @@ -0,0 +1,17 @@ +// run + +// Copyright 2010 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 main + +var a [10]int +var b [1e1]int + +func main() { + if len(a) != 10 || len(b) != 10 { + println("len", len(a), len(b)) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug255.go b/go/test/fixedbugs/bug255.go new file mode 100644 index 0000000000000000000000000000000000000000..4f6470fab3e3e66c1c3d0b5ed5fca654ab5eb460 --- /dev/null +++ b/go/test/fixedbugs/bug255.go @@ -0,0 +1,21 @@ +// errorcheck + +// Copyright 2010 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 main + +var a [10]int // ok +var b [1e1]int // ok +var c [1.5]int // ERROR "truncated|must be integer" +var d ["abc"]int // ERROR "invalid array bound|not numeric|must be integer" +var e [nil]int // ERROR "use of untyped nil|invalid array (bound|length)|not numeric|must be constant" +// var f [e]int // ok with Go 1.17 because an error was reported for e; leads to an error for Go 1.18 +var f [ee]int // ERROR "undefined|undeclared" +var g [1 << 65]int // ERROR "array bound is too large|overflows|invalid array length" +var h [len(a)]int // ok + +func ff() string + +var i [len([1]string{ff()})]int // ERROR "non-constant array bound|not constant|must be constant" diff --git a/go/test/fixedbugs/bug256.go b/go/test/fixedbugs/bug256.go new file mode 100644 index 0000000000000000000000000000000000000000..705a0321b4ef2aa45e2a7f2c59c0bdf59aee27b1 --- /dev/null +++ b/go/test/fixedbugs/bug256.go @@ -0,0 +1,16 @@ +// errorcheck + +// Copyright 2010 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 main + +type T U // bogus "invalid recursive type T" from 6g +type U int + +const x T = 123 + +type V V // ERROR "invalid recursive type" + + diff --git a/go/test/fixedbugs/bug257.go b/go/test/fixedbugs/bug257.go new file mode 100644 index 0000000000000000000000000000000000000000..b05c37a3312b7f275fdac954843159b12d756ab8 --- /dev/null +++ b/go/test/fixedbugs/bug257.go @@ -0,0 +1,20069 @@ +// run + +// Copyright 2010 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. + +// very long strings, string concatenation + +package main + +import ( + "crypto/md5" + "fmt" + "io" +) + +const data = ` +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ +` + +var gettysburg = " Four score and seven years ago our fathers brought forth on\n" + + "this continent, a new nation, conceived in Liberty, and dedicated\n" + + "to the proposition that all men are created equal.\n" + + " Now we are engaged in a great Civil War, testing whether that\n" + + "nation, or any nation so conceived and so dedicated, can long\n" + + "endure.\n" + + " We are met on a great battle-field of that war.\n" + + " We have come to dedicate a portion of that field, as a final\n" + + "resting place for those who here gave their lives that that\n" + + "nation might live. It is altogether fitting and proper that\n" + + "we should do this.\n" + + " But, in a larger sense, we can not dedicate — we can not\n" + + "consecrate — we can not hallow — this ground.\n" + + " The brave men, living and dead, who struggled here, have\n" + + "consecrated it, far above our poor power to add or detract.\n" + + "The world will little note, nor long remember what we say here,\n" + + "but it can never forget what they did here.\n" + + " It is for us the living, rather, to be dedicated here to the\n" + + "unfinished work which they who fought here have thus far so\n" + + "nobly advanced. It is rather for us to be here dedicated to\n" + + "the great task remaining before us — that from these honored\n" + + "dead we take increased devotion to that cause for which they\n" + + "gave the last full measure of devotion —\n" + + " that we here highly resolve that these dead shall not have\n" + + "died in vain — that this nation, under God, shall have a new\n" + + "birth of freedom — and that government of the people, by the\n" + + "people, for the people, shall not perish from this earth.\n" + + "\n" + + "Abraham Lincoln, November 19, 1863, Gettysburg, Pennsylvania\n" + +func main() { + m := md5.New() + io.WriteString(m, data) + hash := fmt.Sprintf("%x", m.Sum(nil)) + if hash != "525f06bc62a65017cd2217d7584e5920" { + println("BUG a", hash) + return + } + + m = md5.New() + io.WriteString(m, gettysburg) + hash = fmt.Sprintf("%x", m.Sum(nil)) + if hash != "d7ec5d9d47a4d166091e8d9ebd7ea0aa" { + println("BUG gettysburg", hash) + println(len(gettysburg)) + fmt.Println(gettysburg) + return + } + +} diff --git a/go/test/fixedbugs/bug258.go b/go/test/fixedbugs/bug258.go new file mode 100644 index 0000000000000000000000000000000000000000..075da87577cb6c76650080a6b18ba3f48891b00e --- /dev/null +++ b/go/test/fixedbugs/bug258.go @@ -0,0 +1,33 @@ +// run + +// Copyright 2010 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 main + +import "math" + +func f() float64 { + math.Pow(2, 2) + return 1 +} + +func main() { + for i := 0; i < 10; i++ { + // 386 float register bug used to load constant before call + if -5 < f() { + } else { + println("BUG 1") + return + } + if f() > -7 { + } else { + println("BUG 2") + } + + if math.Pow(2, 3) != 8 { + println("BUG 3") + } + } +} diff --git a/go/test/fixedbugs/bug259.go b/go/test/fixedbugs/bug259.go new file mode 100644 index 0000000000000000000000000000000000000000..857b442010093b3f7d16c9f2c314343b96905582 --- /dev/null +++ b/go/test/fixedbugs/bug259.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2010 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 main + +import "fmt" + +var x = uint32(0x01020304) +var y = [...]uint32{1,2,3,4,5} + +func main() { + fmt.Sprint(y[byte(x)]) +} diff --git a/go/test/fixedbugs/bug260.go b/go/test/fixedbugs/bug260.go new file mode 100644 index 0000000000000000000000000000000000000000..6211c4885ac616427aba093037d8f2a4fbd46b01 --- /dev/null +++ b/go/test/fixedbugs/bug260.go @@ -0,0 +1,65 @@ +// run + +// Copyright 2010 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 + +// Test that structures pack densely, according to the alignment of the largest field. + +package main + +import ( + "fmt" + "os" + "strconv" +) + +type T1 struct { + x uint8 +} +type T2 struct { + x uint16 +} +type T4 struct { + x uint32 +} + +func main() { + report := len(os.Args) > 1 + status := 0 + var b1 [10]T1 + a0, _ := strconv.ParseUint(fmt.Sprintf("%p", &b1[0])[2:], 16, 64) + a1, _ := strconv.ParseUint(fmt.Sprintf("%p", &b1[1])[2:], 16, 64) + if a1 != a0+1 { + fmt.Println("FAIL") + if report { + fmt.Println("alignment should be 1, is", a1-a0) + } + status = 1 + } + var b2 [10]T2 + a0, _ = strconv.ParseUint(fmt.Sprintf("%p", &b2[0])[2:], 16, 64) + a1, _ = strconv.ParseUint(fmt.Sprintf("%p", &b2[1])[2:], 16, 64) + if a1 != a0+2 { + if status == 0 { + fmt.Println("FAIL") + status = 1 + } + if report { + fmt.Println("alignment should be 2, is", a1-a0) + } + } + var b4 [10]T4 + a0, _ = strconv.ParseUint(fmt.Sprintf("%p", &b4[0])[2:], 16, 64) + a1, _ = strconv.ParseUint(fmt.Sprintf("%p", &b4[1])[2:], 16, 64) + if a1 != a0+4 { + if status == 0 { + fmt.Println("FAIL") + status = 1 + } + if report { + fmt.Println("alignment should be 4, is", a1-a0) + } + } + os.Exit(status) +} diff --git a/go/test/fixedbugs/bug261.go b/go/test/fixedbugs/bug261.go new file mode 100644 index 0000000000000000000000000000000000000000..abe6431b515305969c7bb349ee94b93f1542e78b --- /dev/null +++ b/go/test/fixedbugs/bug261.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2010 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 main + +var n int + +func f() int { + n++ + return n +} + +func main() { + x := []int{0,1,2,3,4,5,6,7,8,9,10} + n = 5 + y := x[f():f()] + if len(y) != 1 || y[0] != 6 { + println("BUG bug261", len(y), y[0]) + } +} diff --git a/go/test/fixedbugs/bug262.go b/go/test/fixedbugs/bug262.go new file mode 100644 index 0000000000000000000000000000000000000000..6cf248a1811f2189df0fa0c0885fb148f8dbe1a3 --- /dev/null +++ b/go/test/fixedbugs/bug262.go @@ -0,0 +1,53 @@ +// run + +// Copyright 2010 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 main + +import ( + "errors" + "strconv" +) + +var trace string + +func f() string { + trace += "f" + return "abc" +} + +func g() *error { + trace += "g" + var x error + return &x +} + +func h() string { + trace += "h" + return "123" +} + +func i() *int { + trace += "i" + var i int + return &i +} + +func main() { + m := make(map[string]int) + m[f()], *g() = strconv.Atoi(h()) + if m["abc"] != 123 || trace != "fgh" { + println("BUG", m["abc"], trace) + panic("fail") + } + mm := make(map[string]error) + trace = "" + mm["abc"] = errors.New("invalid") + *i(), mm[f()] = strconv.Atoi(h()) + if mm["abc"] != nil || trace != "ifh" { + println("BUG1", mm["abc"], trace) + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug263.go b/go/test/fixedbugs/bug263.go new file mode 100644 index 0000000000000000000000000000000000000000..f1cf9010d1c380ee03bef78dd1c98cf525d08378 --- /dev/null +++ b/go/test/fixedbugs/bug263.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2010 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 main + +func main() { + data := make(map[int]string, 1) + data[0] = "hello, " + data[0] += "world!" + if data[0] != "hello, world!" { + panic("BUG: " + data[0]) + } +} diff --git a/go/test/fixedbugs/bug264.go b/go/test/fixedbugs/bug264.go new file mode 100644 index 0000000000000000000000000000000000000000..2f320def263d4012d84302e15be12ba4072907b9 --- /dev/null +++ b/go/test/fixedbugs/bug264.go @@ -0,0 +1,44 @@ +// run + +// Copyright 2010 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. + +// Test case for https://golang.org/issue/692 + +package main + +var fooCount = 0 +var barCount = 0 +var balCount = 0 + +func foo() (int, int) { + fooCount++ + return 0, 0 +} + +func bar() (int, int) { + barCount++ + return 0, 0 +} + +func bal() (int, int) { + balCount++ + return 0, 0 +} + +var a, b = foo() // foo is called once +var c, _ = bar() // bar is called twice +var _, _ = bal() // bal is called twice + +func main() { + if fooCount != 1 { + panic("fooCount != 1") + } + if barCount != 1 { + panic("barCount != 1") + } + if balCount != 1 { + panic("balCount != 1") + } +} diff --git a/go/test/fixedbugs/bug265.go b/go/test/fixedbugs/bug265.go new file mode 100644 index 0000000000000000000000000000000000000000..5e0516691a0f35c50aced22371d962b44b8d0776 --- /dev/null +++ b/go/test/fixedbugs/bug265.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2010 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. + +// Test case for https://golang.org/issue/700 + +package main + +import "os" + +func f() (e int) { + _ = &e + return 999 +} + +func main() { + if f() != 999 { + os.Exit(1) + } +} diff --git a/go/test/fixedbugs/bug266.go b/go/test/fixedbugs/bug266.go new file mode 100644 index 0000000000000000000000000000000000000000..5d2334c05a84fd2cd843a5a687bdfe17c5e23e57 --- /dev/null +++ b/go/test/fixedbugs/bug266.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2010 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 main + +func f() int { + defer func() { + recover() + }() + panic("oops") +} + +func g() int { + return 12345 +} + +func main() { + g() // leave 12345 on stack + x := f() + if x != 0 { + panic(x) + } +} diff --git a/go/test/fixedbugs/bug267.go b/go/test/fixedbugs/bug267.go new file mode 100644 index 0000000000000000000000000000000000000000..b61216a9d5a93fe746d09f93d43b142c8d91e87f --- /dev/null +++ b/go/test/fixedbugs/bug267.go @@ -0,0 +1,22 @@ +// compile + +// Copyright 2010 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 bug267 + +type T []int + +var a []bool + +func f1() { + if a[T{42}[0]] { + } + // if (a[T{42}[0]]) {} // this compiles +} + +/* +6g bugs/bug267.go +bugs/bug267.go:14: syntax error: unexpected {, expecting : +*/ diff --git a/go/test/fixedbugs/bug269.go b/go/test/fixedbugs/bug269.go new file mode 100644 index 0000000000000000000000000000000000000000..ec0dbc6c34bb44d31390ab93da93de0f5ecf4ae3 --- /dev/null +++ b/go/test/fixedbugs/bug269.go @@ -0,0 +1,18 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/749 + +package main + +func f() (ok bool) { return false } + +func main() { + var i interface{} + i = f + _ = i.(func()bool) + _ = i.(func()(bool)) +} diff --git a/go/test/fixedbugs/bug271.go b/go/test/fixedbugs/bug271.go new file mode 100644 index 0000000000000000000000000000000000000000..a6abbfef7e88bf8e227853ca61112b99af225402 --- /dev/null +++ b/go/test/fixedbugs/bug271.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/662 + +package main + +import "fmt" + +func f() (int, int) { return 1, 2 } + +func main() { + s := fmt.Sprint(f()) + if s != "1 2" { // with bug, was "{1 2}" + println("BUG") + } +} diff --git a/go/test/fixedbugs/bug272.go b/go/test/fixedbugs/bug272.go new file mode 100644 index 0000000000000000000000000000000000000000..6b8862f697480ec5db5e5de5c9824e417939494e --- /dev/null +++ b/go/test/fixedbugs/bug272.go @@ -0,0 +1,25 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/589 + +package main + +func main() { + n := int64(100) + x := make([]int, n) + x[99] = 234; + z := x[n-1] + if z != 234 { + println("BUG") + } + n |= 1<<32 + defer func() { + recover() + }() + z = x[n-1] + println("BUG2") +} diff --git a/go/test/fixedbugs/bug273.go b/go/test/fixedbugs/bug273.go new file mode 100644 index 0000000000000000000000000000000000000000..2af8800171ed4f7991006c6fbc999644ee178813 --- /dev/null +++ b/go/test/fixedbugs/bug273.go @@ -0,0 +1,79 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/589 + +package main + +import "unsafe" + +var bug = false + +var minus1 = -1 +var five = 5 +var big int64 = 10 | 1<<46 + +type block [1 << 19]byte + +var g1 []block + +func shouldfail(f func(), desc string) { + defer func() { recover() }() + f() + if !bug { + println("BUG") + bug = true + } + println("didn't crash: ", desc) +} + +func badlen() { + g1 = make([]block, minus1) +} + +func biglen() { + g1 = make([]block, big) +} + +func badcap() { + g1 = make([]block, 10, minus1) +} + +func badcap1() { + g1 = make([]block, 10, five) +} + +func bigcap() { + g1 = make([]block, 10, big) +} + +type cblock [1<<16 - 1]byte + +var g4 chan cblock + +func badchancap() { + g4 = make(chan cblock, minus1) +} + +func bigchancap() { + g4 = make(chan cblock, big) +} + +func overflowchan() { + const ptrSize = unsafe.Sizeof(uintptr(0)) + g4 = make(chan cblock, 1<<(30*(ptrSize/4))) +} + +func main() { + shouldfail(badlen, "badlen") + shouldfail(biglen, "biglen") + shouldfail(badcap, "badcap") + shouldfail(badcap1, "badcap1") + shouldfail(bigcap, "bigcap") + shouldfail(badchancap, "badchancap") + shouldfail(bigchancap, "bigchancap") + shouldfail(overflowchan, "overflowchan") +} diff --git a/go/test/fixedbugs/bug274.go b/go/test/fixedbugs/bug274.go new file mode 100644 index 0000000000000000000000000000000000000000..e93f30ee96910e124245df1d9c94f17cf6f06c3b --- /dev/null +++ b/go/test/fixedbugs/bug274.go @@ -0,0 +1,31 @@ +// errorcheck + +// Copyright 2010 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. + +// 6g accepts the program below even though it is syntactically incorrect: +// Each statement in the list of statements for each case clause must be +// terminated with a semicolon. No semicolon is present for the labeled +// statements and because the last token is a colon ":", no semicolon is +// inserted automatically. +// +// Both gccgo and gofmt correctly refuse this program as is and accept it +// when the semicolons are present. + +// This is a test case for issue 777 ( https://golang.org/issue/777 ). + +package main + +func main() { + switch 0 { + case 0: + L0: // ERROR "statement" + case 1: + L1: // ERROR "statement" + default: + // correct since no semicolon is required before a '}' + goto L2 + L2: + } +} diff --git a/go/test/fixedbugs/bug275.go b/go/test/fixedbugs/bug275.go new file mode 100644 index 0000000000000000000000000000000000000000..d3be7548aaeb350fff356162b9a8272f5a60501c --- /dev/null +++ b/go/test/fixedbugs/bug275.go @@ -0,0 +1,20 @@ +// compile + +// Copyright 2010 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. + +// This is a test case for issue 788. + +package main + +func main() { + var a [1]complex64 + + t := a[0] + _ = real(t) // this works + + _ = real(a[0]) // this doesn't +} + +// bug275.go:17: internal compiler error: subnode not addable diff --git a/go/test/fixedbugs/bug276.go b/go/test/fixedbugs/bug276.go new file mode 100644 index 0000000000000000000000000000000000000000..dc2308ea6b96456ab8d2329cea98005fb981e109 --- /dev/null +++ b/go/test/fixedbugs/bug276.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2010 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. + +// Test case for issue 789. The bug only appeared for GOARCH=386. + +package main + +func main() { + i := 0 + x := 0 + + a := (x & 1) << uint(1-i) + + s := uint(1-i) + b := (x & 1) << s + + if a != b { + panic(0) + } +} diff --git a/go/test/fixedbugs/bug277.go b/go/test/fixedbugs/bug277.go new file mode 100644 index 0000000000000000000000000000000000000000..207556493e86d8e324927d2acca6ff74f4173303 --- /dev/null +++ b/go/test/fixedbugs/bug277.go @@ -0,0 +1,72 @@ +// compile + +// Copyright 2010 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. + +// Test cases for conversion syntax. + +package main + +type ( + A [3]int + S struct { + x int + } + P *S + F func(x int) int + I interface { + m(x int) int + } + L []int + M map[string]int + C chan int +) + +func (s S) m(x int) int { return x } + +var ( + a A = [...]int{1, 2, 3} + s S = struct{ x int }{0} + p P = &s + f F = func(x int) int { return x } + i I = s + l L = []int{} + m M = map[string]int{"foo": 0} + c C = make(chan int) +) + +func main() { + a = A(a) + a = [3]int(a) + s = struct { + x int + }(s) + p = (*S)(p) + f = func(x int) int(f) + i = (interface { + m(x int) int + })(s) // this is accepted by 6g + i = interface { + m(x int) int + }(s) // this is not accepted by 6g (but should be) + l = []int(l) + m = map[string]int(m) + c = chan int(c) + _ = chan<- int(c) + _ = <-(chan int)(c) + _ = <-(<-chan int)(c) +} + +/* +6g bug277.go +bug277.go:46: syntax error: unexpected (, expecting { +bug277.go:50: syntax error: unexpected interface +bug277.go:53: non-declaration statement outside function body +bug277.go:54: non-declaration statement outside function body +bug277.go:55: syntax error: unexpected LCHAN +bug277.go:56: syntax error: unexpected LCHAN +bug277.go:57: non-declaration statement outside function body +bug277.go:58: non-declaration statement outside function body +bug277.go:59: syntax error: unexpected } +*/ diff --git a/go/test/fixedbugs/bug278.go b/go/test/fixedbugs/bug278.go new file mode 100644 index 0000000000000000000000000000000000000000..4817ebfee4e1faffb3b76171d8c5ea316dbe52a3 --- /dev/null +++ b/go/test/fixedbugs/bug278.go @@ -0,0 +1,23 @@ +// errorcheck + +// Copyright 2010 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. + +// This is a test case for issue 804. + +package main + +func f() [10]int { + return [10]int{} +} + +var m map[int][10]int + +func main() { + f()[1] = 2 // ERROR "cannot|invalid" + f()[2:3][0] = 4 // ERROR "cannot|addressable" + var x = "abc" + x[2] = 3 // ERROR "cannot|invalid" + m[0][5] = 6 // ERROR "cannot|invalid" +} diff --git a/go/test/fixedbugs/bug279.go b/go/test/fixedbugs/bug279.go new file mode 100644 index 0000000000000000000000000000000000000000..3b1df3b8feb9385e539c2e0200849b2c74de564e --- /dev/null +++ b/go/test/fixedbugs/bug279.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/799 + +package main + +import "unsafe" + +func main() { + n := unsafe.Sizeof(0) + if n != 4 && n != 8 { + println("BUG sizeof 0", n) + return + } + n = unsafe.Alignof(0) + if n != 4 && n != 8 { + println("BUG alignof 0", n) + return + } + + n = unsafe.Sizeof("") + if n != 8 && n != 16 { + println("BUG sizeof \"\"", n) + return + } + n = unsafe.Alignof("") + if n != 4 && n != 8 { + println("BUG alignof \"\"", n) + return + } +} + diff --git a/go/test/fixedbugs/bug280.go b/go/test/fixedbugs/bug280.go new file mode 100644 index 0000000000000000000000000000000000000000..9a9d4c902d2f6e281cffb74434c8457a6eb24b01 --- /dev/null +++ b/go/test/fixedbugs/bug280.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2010 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. + +// https://golang.org/issue/808 + +package main + +type A [...]int // ERROR "outside of array literal|invalid use of \[\.\.\.\]" + + diff --git a/go/test/fixedbugs/bug281.go b/go/test/fixedbugs/bug281.go new file mode 100644 index 0000000000000000000000000000000000000000..c65530f7ddb12134a9e1dc289b4dd81cc2376878 --- /dev/null +++ b/go/test/fixedbugs/bug281.go @@ -0,0 +1,55 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/807 + +package main + +type Point struct { + X, Y int64 +} + +type Rect struct { + Min, Max Point +} + +func (p Point) Sub(q Point) Point { + return Point{p.X-q.X, p.Y-q.Y} +} + +type Obj struct { + bbox Rect +} + +func (o *Obj) Bbox() Rect { + return o.bbox +} + +func (o *Obj) Points() [2]Point{ + return [2]Point{o.bbox.Min, o.bbox.Max} +} + +var x = 0 + +func main() { + o := &Obj{Rect{Point{800, 0}, Point{}}} + p := Point{800, 300} + q := p.Sub(o.Bbox().Min) + if q.X != 0 || q.Y != 300 { + println("BUG dot: ", q.X, q.Y) + return + } + + q = p.Sub(o.Points()[0]) + if q.X != 0 || q.Y != 300 { + println("BUG index const: ", q.X, q.Y) + } + + q = p.Sub(o.Points()[x]) + if q.X != 0 || q.Y != 300 { + println("BUG index var: ", q.X, q.Y) + } +} diff --git a/go/test/fixedbugs/bug282.go b/go/test/fixedbugs/bug282.go new file mode 100644 index 0000000000000000000000000000000000000000..3b99da84d4ba1d6a0ae65397970314f5d08475f9 --- /dev/null +++ b/go/test/fixedbugs/bug282.go @@ -0,0 +1,7 @@ +// compiledir + +// Copyright 2009 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. + +ignored diff --git a/go/test/fixedbugs/bug283.go b/go/test/fixedbugs/bug283.go new file mode 100644 index 0000000000000000000000000000000000000000..ef1953b2feb7fdc1d63a156bdc7e3b07ada91adb --- /dev/null +++ b/go/test/fixedbugs/bug283.go @@ -0,0 +1,19 @@ +// compile + +// Copyright 2010 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. + +// https://golang.org/issue/806 +// triggered out of registers on 8g + +package bug283 + +type Point struct { + x int + y int +} + +func dist(p0, p1 Point) float64 { + return float64((p0.x-p1.x)*(p0.x-p1.x) + (p0.y-p1.y)*(p0.y-p1.y)) +} diff --git a/go/test/fixedbugs/bug284.go b/go/test/fixedbugs/bug284.go new file mode 100644 index 0000000000000000000000000000000000000000..68208085fa8c826e457c68fd81be268cf8ecc1f8 --- /dev/null +++ b/go/test/fixedbugs/bug284.go @@ -0,0 +1,191 @@ +// errorcheck + +// Copyright 2010 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. + +// Test cases for revised conversion rules. + +package main + +func main() { + type NewInt int + i0 := 0 + var i1 int = 1 + var i2 NewInt = 1 + i0 = i0 + i0 = i1 + i0 = int(i2) + i1 = i0 + i1 = i1 + i1 = int(i2) + i2 = NewInt(i0) + i2 = NewInt(i1) + i2 = i2 + + type A1 [3]int + type A2 [3]NewInt + var a0 [3]int + var a1 A1 + var a2 A2 + a0 = a0 + a0 = a1 + a0 = [3]int(a2) // ERROR "cannot|invalid" + a1 = a0 + a1 = a1 + a1 = A1(a2) // ERROR "cannot|invalid" + a2 = A2(a0) // ERROR "cannot|invalid" + a2 = A2(a1) // ERROR "cannot|invalid" + a2 = a2 + + type S1 struct { + x int + } + type S2 struct { + x NewInt + } + var s0 struct { + x int + } + var s1 S1 + var s2 S2 + s0 = s0 + s0 = s1 + s0 = struct { + x int + }(s2) // ERROR "cannot|invalid" + s1 = s0 + s1 = s1 + s1 = S1(s2) // ERROR "cannot|invalid" + s2 = S2(s0) // ERROR "cannot|invalid" + s2 = S2(s1) // ERROR "cannot|invalid" + s2 = s2 + + type P1 *int + type P2 *NewInt + var p0 *int + var p1 P1 + var p2 P2 + p0 = p0 + p0 = p1 + p0 = (*int)(p2) // ERROR "cannot|invalid" + p1 = p0 + p1 = p1 + p1 = P1(p2) // ERROR "cannot|invalid" + p2 = P2(p0) // ERROR "cannot|invalid" + p2 = P2(p1) // ERROR "cannot|invalid" + p2 = p2 + + type Q1 *struct { + x int + } + type Q2 *S1 + var q0 *struct { + x int + } + var q1 Q1 + var q2 Q2 + var ps1 *S1 + q0 = q0 + q0 = q1 + q0 = (*struct { + x int + })(ps1) // legal because of special conversion exception for pointers + q0 = (*struct { + x int + })(q2) // ERROR "cannot|invalid" + q1 = q0 + q1 = q1 + q1 = Q1(q2) // ERROR "cannot|invalid" + q2 = (*S1)(q0) // legal because of special conversion exception for pointers + q2 = Q2(q1) // ERROR "cannot|invalid" + q2 = q2 + + type F1 func(x NewInt) int + type F2 func(x int) NewInt + var f0 func(x NewInt) int + var f1 F1 + var f2 F2 + f0 = f0 + f0 = f1 + f0 = func(x NewInt) int(f2) // ERROR "cannot|invalid" + f1 = f0 + f1 = f1 + f1 = F1(f2) // ERROR "cannot|invalid" + f2 = F2(f0) // ERROR "cannot|invalid" + f2 = F2(f1) // ERROR "cannot|invalid" + f2 = f2 + + type X1 interface { + f() int + } + type X2 interface { + f() NewInt + } + var x0 interface { + f() int + } + var x1 X1 + var x2 X2 + x0 = x0 + x0 = x1 + x0 = interface { + f() int + }(x2) // ERROR "cannot|need type assertion|incompatible" + x1 = x0 + x1 = x1 + x1 = X1(x2) // ERROR "cannot|need type assertion|incompatible" + x2 = X2(x0) // ERROR "cannot|need type assertion|incompatible" + x2 = X2(x1) // ERROR "cannot|need type assertion|incompatible" + x2 = x2 + + type L1 []int + type L2 []NewInt + var l0 []int + var l1 L1 + var l2 L2 + l0 = l0 + l0 = l1 + l0 = []int(l2) // ERROR "cannot|invalid" + l1 = l0 + l1 = l1 + l1 = L1(l2) // ERROR "cannot|invalid" + l2 = L2(l0) // ERROR "cannot|invalid" + l2 = L2(l1) // ERROR "cannot|invalid" + l2 = l2 + + type M1 map[string]int + type M2 map[string]NewInt + var m0 []int + var m1 L1 + var m2 L2 + m0 = m0 + m0 = m1 + m0 = []int(m2) // ERROR "cannot|invalid" + m1 = m0 + m1 = m1 + m1 = L1(m2) // ERROR "cannot|invalid" + m2 = L2(m0) // ERROR "cannot|invalid" + m2 = L2(m1) // ERROR "cannot|invalid" + m2 = m2 + + type C1 chan int + type C2 chan NewInt + var c0 chan int + var c1 C1 + var c2 C2 + c0 = c0 + c0 = c1 + c0 = chan int(c2) // ERROR "cannot|invalid" + c1 = c0 + c1 = c1 + c1 = C1(c2) // ERROR "cannot|invalid" + c2 = C2(c0) // ERROR "cannot|invalid" + c2 = C2(c1) // ERROR "cannot|invalid" + c2 = c2 + + // internal compiler error (6g and gccgo) + type T interface{} + var _ T = 17 // assignment compatible + _ = T(17) // internal compiler error even though assignment compatible +} diff --git a/go/test/fixedbugs/bug285.go b/go/test/fixedbugs/bug285.go new file mode 100644 index 0000000000000000000000000000000000000000..0632ab4ba793c5d452b7d95ec554bb6b8b3b20c5 --- /dev/null +++ b/go/test/fixedbugs/bug285.go @@ -0,0 +1,102 @@ +// run + +// Copyright 2010 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. + +// Test for issue 778: Map key values that are assignment +// compatible with the map key type must be accepted according +// to the spec: https://golang.org/doc/go_spec.html#Indexes . + +package main + +type T2 struct { + x int +} + +func (t *T2) f() int { return t.x } + +func main() { + type B bool + b := B(false) + mb := make(map[B]int) + mb[false] = 42 // this should work: false is assignment compatible with B + mb[b] = 42 + + type Z int + z := Z(0) + mz := make(map[Z]int) + mz[0] = 42 + mz[z] = 42 + + type S string + s := S("foo") + ms := make(map[S]int) + ms["foo"] = 42 + ms[s] = 42 + + type T struct { + x int + } + type P *T + p := P(nil) + mp := make(map[P]int) + mp[nil] = 42 + mp[p] = 42 + mp[&T{7}] = 42 + + type C chan int + c := make(C) + mc := make(map[C]int) + mc[nil] = 42 + mc[c] = 42 + mc[make(C)] = 42 + + type I1 interface{} + type I2 interface { + f() int + } + var i0 interface{} = z + var i1 I1 = p + m0 := make(map[interface{}]int) + m1 := make(map[I1]int) + m2 := make(map[I2]int) + m0[i0] = 42 + m0[i1] = 42 + m0[z] = 42 // this should work: z is assignment-compatible with interface{} + m0[new(struct { + x int + })] = 42 // this should work: *struct{x int} is assignment-compatible with interface{} + m0[p] = 42 // this should work: p is assignment-compatible with interface{} + m0[false] = 42 // this should work: false is assignment-compatible with interface{} + m0[17] = 42 // this should work: 17 is assignment-compatible with interface{} + m0["foo"] = 42 // this should work: "foo" is assignment-compatible with interface{} + + m1[i0] = 42 + m1[i1] = 42 + m1[new(struct { + x int + })] = 42 // this should work: *struct{x int} is assignment-compatible with I1 + m1[false] = 42 // this should work: false is assignment-compatible with I1 + m1[17] = 42 // this should work: 17 is assignment-compatible with I1 + m1["foo"] = 42 // this should work: "foo" is assignment-compatible with I1 + + m2[new(T2)] = 42 // this should work: *T2 is assignment-compatible with I2 +} + +/* +6g -e bug286.go +bug286.go:23: invalid map index false - need type B +bug286.go:80: invalid map index z - need type interface { } +bug286.go:83: invalid map index new(struct { x int }) - need type interface { } +bug286.go:84: invalid map index p - need type interface { } +bug286.go:85: invalid map index false - need type interface { } +bug286.go:86: invalid map index 17 - need type interface { } +bug286.go:87: invalid map index "foo" - need type interface { } +bug286.go:93: invalid map index new(struct { x int }) - need type I1 +bug286.go:94: invalid map index false - need type I1 +bug286.go:95: invalid map index 17 - need type I1 +bug286.go:96: invalid map index "foo" - need type I1 +bug286.go:99: invalid map index new(T2) - need type I2 +bug286.go:100: invalid map index t2 - need type I2 +*/ diff --git a/go/test/fixedbugs/bug286.go b/go/test/fixedbugs/bug286.go new file mode 100644 index 0000000000000000000000000000000000000000..b1271f465d26ba316a74e1764871cf2744e6fec8 --- /dev/null +++ b/go/test/fixedbugs/bug286.go @@ -0,0 +1,90 @@ +// run + +// Copyright 2010 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. + +// Test case for issue 849. + +package main + +type I interface { + f() +} + +var callee string +var error_ bool + +type T int + +func (t *T) f() { callee = "f" } +func (i *T) g() { callee = "g" } + +// test1 and test2 are the same except that in the interface J +// the entries are swapped. test2 and test3 are the same except +// that in test3 the interface J is declared outside the function. +// +// Error: test2 calls g instead of f + +func test1(x I) { + type J interface { + I + g() + } + x.(J).f() + if callee != "f" { + println("test1 called", callee) + error_ = true + } +} + +func test2(x I) { + type J interface { + g() + I + } + x.(J).f() + if callee != "f" { + println("test2 called", callee) + error_ = true + } +} + +type J interface { + g() + I +} + +func test3(x I) { + x.(J).f() + if callee != "f" { + println("test3 called", callee) + error_ = true + } +} + +func main() { + x := new(T) + test1(x) + test2(x) + test3(x) + if error_ { + panic("wrong method called") + } +} + +/* +6g bug286.go && 6l bug286.6 && 6.out +test2 called g +panic: wrong method called + +panic PC=0x24e040 +runtime.panic+0x7c /home/gri/go1/src/pkg/runtime/proc.c:1012 + runtime.panic(0x0, 0x24e0a0) +main.main+0xef /home/gri/go1/test/bugs/bug286.go:76 + main.main() +mainstart+0xf /home/gri/go1/src/pkg/runtime/amd64/asm.s:60 + mainstart() +goexit /home/gri/go1/src/pkg/runtime/proc.c:145 + goexit() +*/ diff --git a/go/test/fixedbugs/bug287.go b/go/test/fixedbugs/bug287.go new file mode 100644 index 0000000000000000000000000000000000000000..94582a86955ef9c218a72258d356ee01b3061cce --- /dev/null +++ b/go/test/fixedbugs/bug287.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2010 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. + +// Used to die dividing by zero; issue 879. + +package main + +var mult [3][...]byte = [3][5]byte{} // ERROR "\.\.\." diff --git a/go/test/fixedbugs/bug288.go b/go/test/fixedbugs/bug288.go new file mode 100644 index 0000000000000000000000000000000000000000..0a53d32e9ffa5ff8ea8b67ce8b0a10f2a963bb7f --- /dev/null +++ b/go/test/fixedbugs/bug288.go @@ -0,0 +1,18 @@ +// compile + +// Copyright 2010 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. + +// Used to run out of registers on 8g. Issue 868. + +package main + +func main() { + var r uint32 + var buf [4]byte + a := buf[0:4] + r = (((((uint32(a[3]) << 8) | uint32(a[2])) << 8) | + uint32(a[1])) << 8) | uint32(a[0]) + _ = r +} diff --git a/go/test/fixedbugs/bug289.go b/go/test/fixedbugs/bug289.go new file mode 100644 index 0000000000000000000000000000000000000000..868029a115a1d21a4002167336c2c6a3086a9b55 --- /dev/null +++ b/go/test/fixedbugs/bug289.go @@ -0,0 +1,24 @@ +// errorcheck + +// Copyright 2010 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. + +// https://code.google.com/p/gofrontend/issues/detail?id=1 + +package main + +func f1() { + a, b := f() // ERROR "assignment mismatch|does not match|cannot initialize" + _, _ = a, b +} + +func f2() { + var a, b int + a, b = f() // ERROR "assignment mismatch|does not match|cannot assign" + _, _ = a, b +} + +func f() int { + return 1 +} diff --git a/go/test/fixedbugs/bug290.go b/go/test/fixedbugs/bug290.go new file mode 100644 index 0000000000000000000000000000000000000000..4eee285a355f2f6fcb3cac17b9a824403b3b2d49 --- /dev/null +++ b/go/test/fixedbugs/bug290.go @@ -0,0 +1,15 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/920 + +package main + +type X struct { x []X } + +func main() { + type Y struct { x []Y } // used to get invalid recursive type +} diff --git a/go/test/fixedbugs/bug291.go b/go/test/fixedbugs/bug291.go new file mode 100644 index 0000000000000000000000000000000000000000..ac84a7e5ef3dd65d7c60c57d67ed3e68734e0bb3 --- /dev/null +++ b/go/test/fixedbugs/bug291.go @@ -0,0 +1,23 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/915 + +package main + +type T struct { + x int +} + +var t = &T{42} +var i interface{} = t +var tt, ok = i.(*T) + +func main() { + if tt == nil || tt.x != 42 { + println("BUG") + } +} diff --git a/go/test/fixedbugs/bug292.go b/go/test/fixedbugs/bug292.go new file mode 100644 index 0000000000000000000000000000000000000000..1130a287d863ce2d1a23295307f841d1bf6af0dc --- /dev/null +++ b/go/test/fixedbugs/bug292.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/843 + +package main + +import "unsafe" + +type T struct { + X, Y uint8 +} + +func main() { + var t T + if unsafe.Offsetof(t.X) != 0 || unsafe.Offsetof(t.Y) != 1 { + println("BUG", unsafe.Offsetof(t.X), unsafe.Offsetof(t.Y)) + } +} diff --git a/go/test/fixedbugs/bug293.go b/go/test/fixedbugs/bug293.go new file mode 100644 index 0000000000000000000000000000000000000000..ae7cc1fd1cbbb799a78bd7daf22fb7761fa30d67 --- /dev/null +++ b/go/test/fixedbugs/bug293.go @@ -0,0 +1,37 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/846 + +package main + +func x() (a int, b bool) { + defer func(){ + a++ + }() + a, b = y() + return +} + +func x2() (a int, b bool) { + defer func(){ + a++ + }() + return y() +} + +func y() (int, bool) { + return 4, false +} + +func main() { + if a, _ := x(); a != 5 { + println("BUG", a) + } + if a, _ := x2(); a != 5 { + println("BUG", a) + } +} diff --git a/go/test/fixedbugs/bug294.go b/go/test/fixedbugs/bug294.go new file mode 100644 index 0000000000000000000000000000000000000000..b35b7719162c5b83f6f6ccf49b42a7356aa9c23e --- /dev/null +++ b/go/test/fixedbugs/bug294.go @@ -0,0 +1,79 @@ +// run + +// Copyright 2010 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. + +// https://golang.org/issue/800 + +package main + +var log string + +type T int + +func (t T) a(s string) T { + log += "a(" + s + ")" + return t +} + +func (T) b(s string) string { + log += "b" + return s +} + +type F func(s string) F + +func a(s string) F { + log += "a(" + s + ")" + return F(a) +} + +func b(s string) string { + log += "b" + return s +} + +type I interface { + a(s string) I + b(s string) string +} + +type T1 int + +func (t T1) a(s string) I { + log += "a(" + s + ")" + return t +} + +func (T1) b(s string) string { + log += "b" + return s +} + +var ok = true + +func bad() { + if !ok { + println("BUG") + ok = false + } + println(log) +} + +func main() { + var t T + if t.a("1").a(t.b("2")); log != "a(1)ba(2)" { + bad() + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)ba(4)ba(5)" { + bad() + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)ba(7)ba(8)ba(9)" { + bad() + } +} + diff --git a/go/test/fixedbugs/bug295.go b/go/test/fixedbugs/bug295.go new file mode 100644 index 0000000000000000000000000000000000000000..d1c961ce1d8b868e150b8be38281584b49629722 --- /dev/null +++ b/go/test/fixedbugs/bug295.go @@ -0,0 +1,19 @@ +// run + +// Copyright 2010 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 main + +import . "testing" // defines file-level T + +type _ B // make use of package "testing" (but don't refer to T) + +type S struct { + T int +} + +func main() { + _ = &S{T: 1} // should work +} diff --git a/go/test/fixedbugs/bug296.go b/go/test/fixedbugs/bug296.go new file mode 100644 index 0000000000000000000000000000000000000000..2ef4e662203f152520b2c728b4d3ada904b4fcef --- /dev/null +++ b/go/test/fixedbugs/bug296.go @@ -0,0 +1,88 @@ +// run + +// Copyright 2010 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 main + +type I interface { + m(a, b, c, d, e, f, g, h byte) +} + +type Int8 int8 + +func (x Int8) m(a, b, c, d, e, f, g, h byte) { + check("Int8", int64(x), 0x01, a, b, c, d, e, f, g, h) +} + +type Uint8 uint8 + +func (x Uint8) m(a, b, c, d, e, f, g, h byte) { + check("Uint8", int64(x), 0x01, a, b, c, d, e, f, g, h) +} + +type Int16 int16 + +func (x Int16) m(a, b, c, d, e, f, g, h byte) { + check("Int16", int64(x), 0x0102, a, b, c, d, e, f, g, h) +} + +type Uint16 uint16 + +func (x Uint16) m(a, b, c, d, e, f, g, h byte) { + check("Uint16", int64(x), 0x0102, a, b, c, d, e, f, g, h) +} + +type Int32 int32 + +func (x Int32) m(a, b, c, d, e, f, g, h byte) { + check("Int32", int64(x), 0x01020304, a, b, c, d, e, f, g, h) +} + +type Uint32 uint32 + +func (x Uint32) m(a, b, c, d, e, f, g, h byte) { + check("Uint32", int64(x), 0x01020304, a, b, c, d, e, f, g, h) +} + +type Int64 int64 + +func (x Int64) m(a, b, c, d, e, f, g, h byte) { + check("Int64", int64(x), 0x0102030405060708, a, b, c, d, e, f, g, h) +} + +type Uint64 uint64 + +func (x Uint64) m(a, b, c, d, e, f, g, h byte) { + check("Uint64", int64(x), 0x0102030405060708, a, b, c, d, e, f, g, h) +} + +var test = []I{ + Int8(0x01), + Uint8(0x01), + Int16(0x0102), + Uint16(0x0102), + Int32(0x01020304), + Uint32(0x01020304), + Int64(0x0102030405060708), + Uint64(0x0102030405060708), +} + +func main() { + for _, t := range test { + t.m(0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17) + } +} + +var bug = false + +func check(desc string, have, want int64, a, b, c, d, e, f, g, h byte) { + if have != want || a != 0x10 || b != 0x11 || c != 0x12 || d != 0x13 || e != 0x14 || f != 0x15 || g != 0x16 || h != 0x17 { + if !bug { + bug = true + println("BUG") + } + println(desc, "check", have, want, a, b, c, d, e, f, g, h) + } +} diff --git a/go/test/fixedbugs/bug297.go b/go/test/fixedbugs/bug297.go new file mode 100644 index 0000000000000000000000000000000000000000..70eb4ca9b26807ca7564af83f370b65e923bd408 --- /dev/null +++ b/go/test/fixedbugs/bug297.go @@ -0,0 +1,16 @@ +// errorcheck -d=panic + +// Copyright 2010 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. + +// Used to crash; issue 961. + +package main + +type ByteSize float64 + +const ( + _ = iota // ignore first value by assigning to blank identifier + KB ByteSize = 1 << (10 * X) // ERROR "undefined" +) diff --git a/go/test/fixedbugs/bug298.go b/go/test/fixedbugs/bug298.go new file mode 100644 index 0000000000000000000000000000000000000000..0aed03216d56c883288ee5c912848002d94459f5 --- /dev/null +++ b/go/test/fixedbugs/bug298.go @@ -0,0 +1,11 @@ +// errorcheck + +// Copyright 2010 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 ddd + +func Sum() int + for i := range []int{} { return i } // ERROR "statement outside function|expected" + diff --git a/go/test/fixedbugs/bug299.go b/go/test/fixedbugs/bug299.go new file mode 100644 index 0000000000000000000000000000000000000000..cf11bcc1e0e6b69043b9107fae8a98f875040246 --- /dev/null +++ b/go/test/fixedbugs/bug299.go @@ -0,0 +1,29 @@ +// errorcheck + +// Copyright 2010 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 main + +type T struct { + // legal according to spec + x int + y (int) + int + *float64 + // not legal according to spec + (complex128) // ERROR "non-declaration|expected|parenthesize" + (*string) // ERROR "non-declaration|expected|parenthesize" + *(bool) // ERROR "non-declaration|expected|parenthesize" +} + +// legal according to spec +func (p T) m() {} + +// now legal according to spec +func (p (T)) f() {} +func (p *(T)) g() {} +func (p (*T)) h() {} +func (p (*(T))) i() {} +func ((T),) j() {} diff --git a/go/test/fixedbugs/bug300.go b/go/test/fixedbugs/bug300.go new file mode 100644 index 0000000000000000000000000000000000000000..1695a9640e7a4cc3ac18d3e26fb634164ba4a34f --- /dev/null +++ b/go/test/fixedbugs/bug300.go @@ -0,0 +1,29 @@ +// errorcheck + +// Copyright 2010 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 main + +type T struct { + x, y *T +} + +func main() { + // legal composite literals + _ = struct{}{} + _ = [42]int{} + _ = [...]int{} + _ = []int{} + _ = map[int]int{} + _ = T{} + + // illegal composite literals: parentheses not allowed around literal type + _ = (struct{}){} // ERROR "parenthesize" + _ = ([42]int){} // ERROR "parenthesize" + _ = ([...]int){} // ERROR "parenthesize" + _ = ([]int){} // ERROR "parenthesize" + _ = (map[int]int){} // ERROR "parenthesize" + _ = (T){} // ERROR "parenthesize" +} diff --git a/go/test/fixedbugs/bug301.go b/go/test/fixedbugs/bug301.go new file mode 100644 index 0000000000000000000000000000000000000000..2be62b8bc806cd316a8243ef79ceb46084f78d3a --- /dev/null +++ b/go/test/fixedbugs/bug301.go @@ -0,0 +1,18 @@ +// compile + +// Copyright 2010 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. + +// https://golang.org/issue/990 + +package main + +func main() { + defer func() { + if recover() != nil { + panic("non-nil recover") + } + }() + panic(nil) +} diff --git a/go/test/fixedbugs/bug303.go b/go/test/fixedbugs/bug303.go new file mode 100644 index 0000000000000000000000000000000000000000..aef8b22ba78b2ebadc4179772e8108176bedcf77 --- /dev/null +++ b/go/test/fixedbugs/bug303.go @@ -0,0 +1,37 @@ +// run + +// Copyright 2010 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. + +// Issue 1011. Removing either #1 or #3 avoided the crash at #2. + +package main + +import ( + "io" + "strings" +) + +func readU16BE(b []byte) uint16 { + b[0] = 0 + b[1] = 1 + return uint16(b[0])<<8 + uint16(b[1]) // #1 + n := uint16(b[0])<<8 + uint16(b[1]) + return n +} + +func readStr(r io.Reader, b []byte) string { + n := readU16BE(b) + if int(n) > len(b) { + return "err: n>b" + } + io.ReadFull(r, b[0:n]) // #2 + return string(b[0:n]) // #3 + return "ok" +} + +func main() { + br := strings.NewReader("abcd") + readStr(br, make([]byte, 256)) +} diff --git a/go/test/fixedbugs/bug304.go b/go/test/fixedbugs/bug304.go new file mode 100644 index 0000000000000000000000000000000000000000..4073073eec646a0fadce6709612f565fbdf8215a --- /dev/null +++ b/go/test/fixedbugs/bug304.go @@ -0,0 +1,18 @@ +// compile + +// Copyright 2010 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. + +// Caused a gccgo crash on compilation. +// bug304.go: In function ‘p.f’: +// bug304.go:15:2: internal compiler error: in copy_tree_r, at tree-inline.c:4114 + +package p +type S struct { + v interface{} +} +func g(e interface{}) { } +func f(s S) { + g(s.v.(*int)) +} diff --git a/go/test/fixedbugs/bug305.go b/go/test/fixedbugs/bug305.go new file mode 100644 index 0000000000000000000000000000000000000000..0c34b1a9e71aa53c8f6cf27a939e5d778bbf7c96 --- /dev/null +++ b/go/test/fixedbugs/bug305.go @@ -0,0 +1,24 @@ +// errorcheck + +// Copyright 2010 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. + +// Use //line to set the line number of the next line to 20. +//line fixedbugs/bug305.go:20 + +package p + +// Introduce an error which should be reported on line 24. +var a int = "bogus" + +// Line 15 of file. +// 16 +// 17 +// 18 +// 19 +// 20 +// 21 +// 22 +// 23 +// ERROR "cannot|incompatible" diff --git a/go/test/fixedbugs/bug306.go b/go/test/fixedbugs/bug306.go new file mode 100644 index 0000000000000000000000000000000000000000..e8967c25ddcf6f0ffaa8a126eda29d5a65d0b890 --- /dev/null +++ b/go/test/fixedbugs/bug306.go @@ -0,0 +1,7 @@ +// compiledir + +// Copyright 2010 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. + +ignored diff --git a/go/test/fixedbugs/bug307.go b/go/test/fixedbugs/bug307.go new file mode 100644 index 0000000000000000000000000000000000000000..64451252971b15b19db82fb1b48fbf8610ae703c --- /dev/null +++ b/go/test/fixedbugs/bug307.go @@ -0,0 +1,15 @@ +// compile + +// Copyright 2010 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. + +// Valid program, gccgo reported an error. +// bug307.go:14:6: error: complex arguments must have identical types + +package main + +func main() { + var f float64 + _ = complex(1/f, 0) +} diff --git a/go/test/fixedbugs/bug308.go b/go/test/fixedbugs/bug308.go new file mode 100644 index 0000000000000000000000000000000000000000..a23903c49bccfe83457e4c31569907ba4d405a89 --- /dev/null +++ b/go/test/fixedbugs/bug308.go @@ -0,0 +1,19 @@ +// compile + +// Copyright 2010 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. + +// issue 1136 + +package main + +import "fmt" + +func log1(f string, argv ...interface{}) { + fmt.Printf("log: %s\n", fmt.Sprintf(f, argv...)) +} + +func main() { + log1("%d", 42) +} diff --git a/go/test/fixedbugs/bug309.go b/go/test/fixedbugs/bug309.go new file mode 100644 index 0000000000000000000000000000000000000000..d707aa3c934968f8e78cad4f7ac9cec4814cc926 --- /dev/null +++ b/go/test/fixedbugs/bug309.go @@ -0,0 +1,21 @@ +// compile + +// Copyright 2010 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. + +// issue 1016 + +package bug309 + +func foo(t interface{}, c chan int) { + switch v := t.(type) { + case int: + select { + case <-c: + // bug was: internal compiler error: var without type, init: v + } + default: + _ = v + } +} diff --git a/go/test/fixedbugs/bug311.go b/go/test/fixedbugs/bug311.go new file mode 100644 index 0000000000000000000000000000000000000000..f5cab44c7e2c93bf0b1b35b38c0d576ab2c22baf --- /dev/null +++ b/go/test/fixedbugs/bug311.go @@ -0,0 +1,20 @@ +// run + +// Copyright 2010 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 main + +func main() { + m := make(map[string][1000]byte) + m["hi"] = [1000]byte{1} + + v := m["hi"] + + for k, vv := range m { + if k != "hi" || string(v[:]) != string(vv[:]) { + panic("bad iter") + } + } +} diff --git a/go/test/fixedbugs/bug312.go b/go/test/fixedbugs/bug312.go new file mode 100644 index 0000000000000000000000000000000000000000..af423e5b293f8849008dd1661273f74de2804f69 --- /dev/null +++ b/go/test/fixedbugs/bug312.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2010 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. + +// issue 1172 + +package main + +func main() { + var i interface{} + c := make(chan int, 1) + c <- 1 + select { + case i = <-c: // error on this line + } + if i != 1 { + println("bad i", i) + panic("BUG") + } +} diff --git a/go/test/fixedbugs/bug313.go b/go/test/fixedbugs/bug313.go new file mode 100644 index 0000000000000000000000000000000000000000..f7e023848b6702a1b2e1a15880b4f46ebd559168 --- /dev/null +++ b/go/test/fixedbugs/bug313.go @@ -0,0 +1,19 @@ +// errorcheckdir + +// Copyright 2010 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. + +// Issue 1284 + +package bug313 + +/* +6g bug313.dir/[ab].go + +Before: +bug313.dir/b.go:7: internal compiler error: fault + +Now: +bug313.dir/a.go:10: undefined: fmt.DoesNotExist +*/ diff --git a/go/test/fixedbugs/bug314.go b/go/test/fixedbugs/bug314.go new file mode 100644 index 0000000000000000000000000000000000000000..6e26d14e1f5447be1f3b81c94e965b32db7ea1e2 --- /dev/null +++ b/go/test/fixedbugs/bug314.go @@ -0,0 +1,31 @@ +// run + +// Copyright 2010 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. + +// Used to call wrong methods; issue 1290. + +package main + +type S struct { +} +func (S) a() int{ + return 0 +} +func (S) b() int{ + return 1 +} + +func main() { + var i interface { + b() int + a() int + } = S{} + if i.a() != 0 { + panic("wrong method called") + } + if i.b() != 1 { + panic("wrong method called") + } +} diff --git a/go/test/fixedbugs/bug315.go b/go/test/fixedbugs/bug315.go new file mode 100644 index 0000000000000000000000000000000000000000..7b8a9e5701296acda09d6ee1ab13be6a62628acb --- /dev/null +++ b/go/test/fixedbugs/bug315.go @@ -0,0 +1,18 @@ +// compile + +// Copyright 2010 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. + +// Issue 1368. + +package main + +func main() { + a := complex(2, 2) + a /= 2 +} + +/* +bug315.go:13: internal compiler error: optoas: no entry DIV-complex +*/ diff --git a/go/test/fixedbugs/bug316.go b/go/test/fixedbugs/bug316.go new file mode 100644 index 0000000000000000000000000000000000000000..e1374122d4673ec6f3d9a84149b62cb6faf78c80 --- /dev/null +++ b/go/test/fixedbugs/bug316.go @@ -0,0 +1,17 @@ +// compile + +// Copyright 2010 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. + +// Issue 1369. + +package main + +const ( + c = complex(1, 2) + r = real(c) // was: const initializer must be constant + i = imag(c) // was: const initializer must be constant +) + +func main() {} diff --git a/go/test/fixedbugs/bug317.go b/go/test/fixedbugs/bug317.go new file mode 100644 index 0000000000000000000000000000000000000000..4cd9ec28130a3f814b7c83ae073e8cc9ac1d08f2 --- /dev/null +++ b/go/test/fixedbugs/bug317.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2011 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 main + +func main() { + x := []uint{0} + x[0] &^= f() +} + +func f() uint { + return 1<<31 // doesn't panic with 1<<31 - 1 +} diff --git a/go/test/fixedbugs/bug318.go b/go/test/fixedbugs/bug318.go new file mode 100644 index 0000000000000000000000000000000000000000..93de2d847108a9c49d3879cd15301044df07909c --- /dev/null +++ b/go/test/fixedbugs/bug318.go @@ -0,0 +1,12 @@ +// errorcheck + +// Copyright 2011 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. + +// Issue 1411. + +package main + +const ui uint = 0 +const i int = ui // ERROR "type" diff --git a/go/test/fixedbugs/bug319.go b/go/test/fixedbugs/bug319.go new file mode 100644 index 0000000000000000000000000000000000000000..b93106d4bdb0a64b306d397e3a2c2d62b2d6d3d2 --- /dev/null +++ b/go/test/fixedbugs/bug319.go @@ -0,0 +1,22 @@ +// compile + +// Copyright 2011 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 main + +import "unsafe" + +func main() { + var x int + + a := uint64(uintptr(unsafe.Pointer(&x))) + b := uint32(uintptr(unsafe.Pointer(&x))) + c := uint16(uintptr(unsafe.Pointer(&x))) + d := int64(uintptr(unsafe.Pointer(&x))) + e := int32(uintptr(unsafe.Pointer(&x))) + f := int16(uintptr(unsafe.Pointer(&x))) + + _, _, _, _, _, _ = a, b, c, d, e, f +} diff --git a/go/test/fixedbugs/bug320.go b/go/test/fixedbugs/bug320.go new file mode 100644 index 0000000000000000000000000000000000000000..0406b965616d289beab55dd9ebef4b486ae3ad3c --- /dev/null +++ b/go/test/fixedbugs/bug320.go @@ -0,0 +1,45 @@ +// run + +// Copyright 2011 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 main + +func main() { + c := make(chan int, 1) + dummy := make(chan int) + v := 0x12345678 + for i := 0; i < 10; i++ { + // 6g had a bug that caused select to pass &t to + // selectrecv before allocating the memory for t, + // which caused non-deterministic crashes. + // This test looks for the bug by checking that the + // value received actually ends up in t. + // If the allocation happens after storing through + // whatever garbage &t holds, the later reference + // to t in the case body will use the new pointer and + // not see the received value. + v += 0x1020304 + c <- v + select { + case t := <-c: + go func() { + f(t) + }() + escape(&t) + if t != v { + println(i, v, t) + panic("wrong values") + } + case dummy <- 1: + } + } +} + +func escape(*int) { +} + +func f(int) { +} + diff --git a/go/test/fixedbugs/bug321.go b/go/test/fixedbugs/bug321.go new file mode 100644 index 0000000000000000000000000000000000000000..19970af34c215f179d9e99fbe8019f09141327bf --- /dev/null +++ b/go/test/fixedbugs/bug321.go @@ -0,0 +1,30 @@ +// run + +// Copyright 2011 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. + +// Troublesome floating point constants. Issue 1463. + +package main + +import "fmt" + +func check(test string, got, want float64) bool { + if got != want { + fmt.Println(test, "got", got, "want", want) + return false + } + return true +} + +func main() { + good := true + // http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/ + good = good && check("2.2250738585072012e-308", 2.2250738585072012e-308, 2.2250738585072014e-308) + // http://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/ + good = good && check("2.2250738585072011e-308", 2.2250738585072011e-308, 2.225073858507201e-308) + if !good { + panic("fail") + } +} diff --git a/go/test/fixedbugs/bug322.go b/go/test/fixedbugs/bug322.go new file mode 100644 index 0000000000000000000000000000000000000000..21efbb55935a3306dbadd006e6d1acd02586a1f0 --- /dev/null +++ b/go/test/fixedbugs/bug322.go @@ -0,0 +1,8 @@ +// rundir + +// Copyright 2011 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. + +// Test case for issue 1402. +package ignored diff --git a/go/test/float_lit.go b/go/test/float_lit.go new file mode 100644 index 0000000000000000000000000000000000000000..4efae2362da98b9ddbf0e3da70c55f698cbd58bf --- /dev/null +++ b/go/test/float_lit.go @@ -0,0 +1,203 @@ +// run + +// Copyright 2009 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. + +// Test floating-point literal syntax. + +package main + +var bad bool + +func pow10(pow int) float64 { + if pow < 0 { + return 1 / pow10(-pow) + } + if pow > 0 { + return pow10(pow-1) * 10 + } + return 1 +} + +func close(da float64, ia, ib int64, pow int) bool { + db := float64(ia) / float64(ib) + db *= pow10(pow) + + if da == 0 || db == 0 { + if da == 0 && db == 0 { + return true + } + return false + } + + de := (da - db) / da + if de < 0 { + de = -de + } + + if de < 1e-14 { + return true + } + if !bad { + println("BUG") + bad = true + } + return false +} + +func main() { + if !close(0., 0, 1, 0) { + print("0. is ", 0., "\n") + } + if !close(+10., 10, 1, 0) { + print("+10. is ", +10., "\n") + } + if !close(-210., -210, 1, 0) { + print("-210. is ", -210., "\n") + } + + if !close(.0, 0, 1, 0) { + print(".0 is ", .0, "\n") + } + if !close(+.01, 1, 100, 0) { + print("+.01 is ", +.01, "\n") + } + if !close(-.012, -12, 1000, 0) { + print("-.012 is ", -.012, "\n") + } + + if !close(0.0, 0, 1, 0) { + print("0.0 is ", 0.0, "\n") + } + if !close(+10.01, 1001, 100, 0) { + print("+10.01 is ", +10.01, "\n") + } + if !close(-210.012, -210012, 1000, 0) { + print("-210.012 is ", -210.012, "\n") + } + + if !close(0E+1, 0, 1, 0) { + print("0E+1 is ", 0E+1, "\n") + } + if !close(+10e2, 10, 1, 2) { + print("+10e2 is ", +10e2, "\n") + } + if !close(-210e3, -210, 1, 3) { + print("-210e3 is ", -210e3, "\n") + } + + if !close(0E-1, 0, 1, 0) { + print("0E-1 is ", 0E-1, "\n") + } + if !close(+0e23, 0, 1, 1) { + print("+0e23 is ", +0e23, "\n") + } + if !close(-0e345, 0, 1, 1) { + print("-0e345 is ", -0e345, "\n") + } + + if !close(0E1, 0, 1, 1) { + print("0E1 is ", 0E1, "\n") + } + if !close(+10e23, 10, 1, 23) { + print("+10e23 is ", +10e23, "\n") + } + if !close(-210e34, -210, 1, 34) { + print("-210e34 is ", -210e34, "\n") + } + + if !close(0.E1, 0, 1, 1) { + print("0.E1 is ", 0.E1, "\n") + } + if !close(+10.e+2, 10, 1, 2) { + print("+10.e+2 is ", +10.e+2, "\n") + } + if !close(-210.e-3, -210, 1, -3) { + print("-210.e-3 is ", -210.e-3, "\n") + } + + if !close(.0E1, 0, 1, 1) { + print(".0E1 is ", .0E1, "\n") + } + if !close(+.01e2, 1, 100, 2) { + print("+.01e2 is ", +.01e2, "\n") + } + if !close(-.012e3, -12, 1000, 3) { + print("-.012e3 is ", -.012e3, "\n") + } + + if !close(0.0E1, 0, 1, 0) { + print("0.0E1 is ", 0.0E1, "\n") + } + if !close(+10.01e2, 1001, 100, 2) { + print("+10.01e2 is ", +10.01e2, "\n") + } + if !close(-210.012e3, -210012, 1000, 3) { + print("-210.012e3 is ", -210.012e3, "\n") + } + + if !close(0.E+12, 0, 1, 0) { + print("0.E+12 is ", 0.E+12, "\n") + } + if !close(+10.e23, 10, 1, 23) { + print("+10.e23 is ", +10.e23, "\n") + } + if !close(-210.e33, -210, 1, 33) { + print("-210.e33 is ", -210.e33, "\n") + } + + if !close(.0E-12, 0, 1, 0) { + print(".0E-12 is ", .0E-12, "\n") + } + if !close(+.01e23, 1, 100, 23) { + print("+.01e23 is ", +.01e23, "\n") + } + if !close(-.012e34, -12, 1000, 34) { + print("-.012e34 is ", -.012e34, "\n") + } + + if !close(0.0E12, 0, 1, 12) { + print("0.0E12 is ", 0.0E12, "\n") + } + if !close(+10.01e23, 1001, 100, 23) { + print("+10.01e23 is ", +10.01e23, "\n") + } + if !close(-210.012e33, -210012, 1000, 33) { + print("-210.012e33 is ", -210.012e33, "\n") + } + + if !close(0.E123, 0, 1, 123) { + print("0.E123 is ", 0.E123, "\n") + } + if !close(+10.e+23, 10, 1, 23) { + print("+10.e+234 is ", +10.e+234, "\n") + } + if !close(-210.e-35, -210, 1, -35) { + print("-210.e-35 is ", -210.e-35, "\n") + } + + if !close(.0E123, 0, 1, 123) { + print(".0E123 is ", .0E123, "\n") + } + if !close(+.01e29, 1, 100, 29) { + print("+.01e29 is ", +.01e29, "\n") + } + if !close(-.012e29, -12, 1000, 29) { + print("-.012e29 is ", -.012e29, "\n") + } + + if !close(0.0E123, 0, 1, 123) { + print("0.0E123 is ", 0.0E123, "\n") + } + if !close(+10.01e31, 1001, 100, 31) { + print("+10.01e31 is ", +10.01e31, "\n") + } + if !close(-210.012e19, -210012, 1000, 19) { + print("-210.012e19 is ", -210.012e19, "\n") + } + + if bad { + panic("float_lit") + } +} diff --git a/go/test/float_lit2.go b/go/test/float_lit2.go new file mode 100644 index 0000000000000000000000000000000000000000..901698f8a404d16677596a8f80f35b8d0218ca80 --- /dev/null +++ b/go/test/float_lit2.go @@ -0,0 +1,164 @@ +// run + +// Check conversion of constant to float32/float64 near min/max boundaries. + +// Copyright 2014 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 main + +import ( + "fmt" + "math" +) + +// The largest exact float32 is f₁ = (1+1-1/2²³)×2¹²⁷ = (2-2⁻²³)×2¹²⁷ = 2¹²⁸ - 2¹⁰⁴. +// The next float32 would be f₂ = (1+1)×2¹²⁷ = 1×2¹²⁸, except that exponent is out of range. +// Float32 conversion rounds to the nearest float32, rounding to even mantissa: +// between f₁ and f₂, values closer to f₁ round to f₁ and values closer to f₂ are rejected as out of range. +// f₁ is an odd mantissa, so the halfway point (f₁+f₂)/2 rounds to f₂ and is rejected. +// The halfway point is (f₁+f₂)/2 = 2¹²⁸ - 2¹⁰³. +// +// The same is true of float64, with different constants: s/24/53/ and s/128/1024/. + +const ( + two24 = 1.0 * (1 << 24) + two53 = 1.0 * (1 << 53) + two64 = 1.0 * (1 << 64) + two128 = two64 * two64 + two256 = two128 * two128 + two512 = two256 * two256 + two768 = two512 * two256 + two1024 = two512 * two512 + + ulp32 = two128 / two24 + max32 = two128 - ulp32 + + ulp64 = two1024 / two53 + max64 = two1024 - ulp64 +) + +var cvt = []struct { + bits uint64 // keep us honest + exact interface{} + approx interface{} + text string +}{ + // 0 + {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"}, + {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"}, + {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"}, + {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 + ulp32/2), "max32 - ulp32 + ulp32/2"}, + {0x7f7fffff, float32(max32), float32(max32 - ulp32 + ulp32/2 + ulp32/two64), "max32 - ulp32 + ulp32/2 + ulp32/two64"}, + {0x7f7fffff, float32(max32), float32(max32 - ulp32/2 + ulp32/two64), "max32 - ulp32/2 + ulp32/two64"}, + {0x7f7fffff, float32(max32), float32(max32), "max32"}, + {0x7f7fffff, float32(max32), float32(max32 + ulp32/2 - ulp32/two64), "max32 + ulp32/2 - ulp32/two64"}, + + {0xff7ffffe, float32(-(max32 - ulp32)), float32(-(max32 - ulp32 - ulp32/2)), "-(max32 - ulp32 - ulp32/2)"}, + {0xff7ffffe, float32(-(max32 - ulp32)), float32(-(max32 - ulp32)), "-(max32 - ulp32)"}, + {0xff7ffffe, float32(-(max32 - ulp32)), float32(-(max32 - ulp32/2)), "-(max32 - ulp32/2)"}, + {0xff7ffffe, float32(-(max32 - ulp32)), float32(-(max32 - ulp32 + ulp32/2)), "-(max32 - ulp32 + ulp32/2)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32 + ulp32/2 + ulp32/two64)), "-(max32 - ulp32 + ulp32/2 + ulp32/two64)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32/2 + ulp32/two64)), "-(max32 - ulp32/2 + ulp32/two64)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32)), "-(max32)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 + ulp32/2 - ulp32/two64)), "-(max32 + ulp32/2 - ulp32/two64)"}, + + // These are required to work: according to the Go spec, the internal float mantissa must be at least 256 bits, + // and these expressions can be represented exactly with a 256-bit mantissa. + {0x7f7fffff, float32(max32), float32(max32 - ulp32 + ulp32/2 + 1), "max32 - ulp32 + ulp32/2 + 1"}, + {0x7f7fffff, float32(max32), float32(max32 - ulp32/2 + 1), "max32 - ulp32/2 + 1"}, + {0x7f7fffff, float32(max32), float32(max32 + ulp32/2 - 1), "max32 + ulp32/2 - 1"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32 + ulp32/2 + 1)), "-(max32 - ulp32 + ulp32/2 + 1)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32/2 + 1)), "-(max32 - ulp32/2 + 1)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 + ulp32/2 - 1)), "-(max32 + ulp32/2 - 1)"}, + + {0x7f7fffff, float32(max32), float32(max32 - ulp32 + ulp32/2 + 1/two128), "max32 - ulp32 + ulp32/2 + 1/two128"}, + {0x7f7fffff, float32(max32), float32(max32 - ulp32/2 + 1/two128), "max32 - ulp32/2 + 1/two128"}, + {0x7f7fffff, float32(max32), float32(max32 + ulp32/2 - 1/two128), "max32 + ulp32/2 - 1/two128"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32 + ulp32/2 + 1/two128)), "-(max32 - ulp32 + ulp32/2 + 1/two128)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32/2 + 1/two128)), "-(max32 - ulp32/2 + 1/two128)"}, + {0xff7fffff, float32(-(max32)), float32(-(max32 + ulp32/2 - 1/two128)), "-(max32 + ulp32/2 - 1/two128)"}, + + {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 - ulp64/2), "max64 - ulp64 - ulp64/2"}, + {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64), "max64 - ulp64"}, + {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64/2), "max64 - ulp64/2"}, + {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 + ulp64/2), "max64 - ulp64 + ulp64/2"}, + {0x7fefffffffffffff, float64(max64), float64(max64 - ulp64 + ulp64/2 + ulp64/two64), "max64 - ulp64 + ulp64/2 + ulp64/two64"}, + {0x7fefffffffffffff, float64(max64), float64(max64 - ulp64/2 + ulp64/two64), "max64 - ulp64/2 + ulp64/two64"}, + {0x7fefffffffffffff, float64(max64), float64(max64), "max64"}, + {0x7fefffffffffffff, float64(max64), float64(max64 + ulp64/2 - ulp64/two64), "max64 + ulp64/2 - ulp64/two64"}, + + {0xffeffffffffffffe, float64(-(max64 - ulp64)), float64(-(max64 - ulp64 - ulp64/2)), "-(max64 - ulp64 - ulp64/2)"}, + {0xffeffffffffffffe, float64(-(max64 - ulp64)), float64(-(max64 - ulp64)), "-(max64 - ulp64)"}, + {0xffeffffffffffffe, float64(-(max64 - ulp64)), float64(-(max64 - ulp64/2)), "-(max64 - ulp64/2)"}, + {0xffeffffffffffffe, float64(-(max64 - ulp64)), float64(-(max64 - ulp64 + ulp64/2)), "-(max64 - ulp64 + ulp64/2)"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64 - ulp64 + ulp64/2 + ulp64/two64)), "-(max64 - ulp64 + ulp64/2 + ulp64/two64)"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64 - ulp64/2 + ulp64/two64)), "-(max64 - ulp64/2 + ulp64/two64)"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64)), "-(max64)"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64 + ulp64/2 - ulp64/two64)), "-(max64 + ulp64/2 - ulp64/two64)"}, + + // These are required to work. + // The mantissas are exactly 256 bits. + // max64 is just below 2¹⁰²⁴ so the bottom bit we can use is 2⁷⁶⁸. + {0x7fefffffffffffff, float64(max64), float64(max64 - ulp64 + ulp64/2 + two768), "max64 - ulp64 + ulp64/2 + two768"}, + {0x7fefffffffffffff, float64(max64), float64(max64 - ulp64/2 + two768), "max64 - ulp64/2 + two768"}, + {0x7fefffffffffffff, float64(max64), float64(max64 + ulp64/2 - two768), "max64 + ulp64/2 - two768"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64 - ulp64 + ulp64/2 + two768)), "-(max64 - ulp64 + ulp64/2 + two768)"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64 - ulp64/2 + two768)), "-(max64 - ulp64/2 + two768)"}, + {0xffefffffffffffff, float64(-(max64)), float64(-(max64 + ulp64/2 - two768)), "-(max64 + ulp64/2 - two768)"}, +} + +var bugged = false + +func bug() { + if !bugged { + bugged = true + fmt.Println("BUG") + } +} + +func main() { + u64 := math.Float64frombits(0x7fefffffffffffff) - math.Float64frombits(0x7feffffffffffffe) + if ulp64 != u64 { + bug() + fmt.Printf("ulp64=%g, want %g", ulp64, u64) + } + + u32 := math.Float32frombits(0x7f7fffff) - math.Float32frombits(0x7f7ffffe) + if ulp32 != u32 { + bug() + fmt.Printf("ulp32=%g, want %g", ulp32, u32) + } + + for _, c := range cvt { + if bits(c.exact) != c.bits { + bug() + fmt.Printf("%s: inconsistent table: bits=%#x (%g) but exact=%g (%#x)\n", c.text, c.bits, fromBits(c.bits, c.exact), c.exact, bits(c.exact)) + } + if c.approx != c.exact || bits(c.approx) != c.bits { + bug() + fmt.Printf("%s: have %g (%#x) want %g (%#x)\n", c.text, c.approx, bits(c.approx), c.exact, c.bits) + } + } +} + +func bits(x interface{}) interface{} { + switch x := x.(type) { + case float32: + return uint64(math.Float32bits(x)) + case float64: + return math.Float64bits(x) + } + return 0 +} + +func fromBits(b uint64, x interface{}) interface{} { + switch x.(type) { + case float32: + return math.Float32frombits(uint32(b)) + case float64: + return math.Float64frombits(b) + } + return "?" +} diff --git a/go/test/float_lit3.go b/go/test/float_lit3.go new file mode 100644 index 0000000000000000000000000000000000000000..37a1289fb9dd21a22e1b10961e8e94d815e9cbb4 --- /dev/null +++ b/go/test/float_lit3.go @@ -0,0 +1,47 @@ +// errorcheck + +// Check flagging of invalid conversion of constant to float32/float64 near min/max boundaries. + +// Copyright 2014 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 main + +// See float_lit2.go for motivation for these values. +const ( + two24 = 1.0 * (1 << 24) + two53 = 1.0 * (1 << 53) + two64 = 1.0 * (1 << 64) + two128 = two64 * two64 + two256 = two128 * two128 + two512 = two256 * two256 + two768 = two512 * two256 + two1024 = two512 * two512 + + ulp32 = two128 / two24 + max32 = two128 - ulp32 + + ulp64 = two1024 / two53 + max64 = two1024 - ulp64 +) + +var x = []interface{}{ + float32(max32 + ulp32/2 - 1), // ok + float32(max32 + ulp32/2 - two128/two256), // ok + float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32|cannot convert.*to type float32" + + float32(-max32 - ulp32/2 + 1), // ok + float32(-max32 - ulp32/2 + two128/two256), // ok + float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32|cannot convert.*to type float32" + + // If the compiler's internal floating point representation + // is shorter than 1024 bits, it cannot distinguish max64+ulp64/2-1 and max64+ulp64/2. + float64(max64 + ulp64/2 - two1024/two256), // ok + float64(max64 + ulp64/2 - 1), // ok + float64(max64 + ulp64/2), // ERROR "constant 1\.79769e\+308 overflows float64|cannot convert.*to type float64" + + float64(-max64 - ulp64/2 + two1024/two256), // ok + float64(-max64 - ulp64/2 + 1), // ok + float64(-max64 - ulp64/2), // ERROR "constant -1\.79769e\+308 overflows float64|cannot convert.*to type float64" +} diff --git a/go/test/floatcmp.go b/go/test/floatcmp.go new file mode 100644 index 0000000000000000000000000000000000000000..6c424ccd909307f4bd920a3fcbdc59223797f9e8 --- /dev/null +++ b/go/test/floatcmp.go @@ -0,0 +1,93 @@ +// run + +// Copyright 2009 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. + +// Test floating-point comparison involving NaN. + +package main + +import "math" + +type floatTest struct { + name string + expr bool + want bool +} + +var nan float64 = math.NaN() +var f float64 = 1 + +var tests = []floatTest{ + floatTest{"nan == nan", nan == nan, false}, + floatTest{"nan != nan", nan != nan, true}, + floatTest{"nan < nan", nan < nan, false}, + floatTest{"nan > nan", nan > nan, false}, + floatTest{"nan <= nan", nan <= nan, false}, + floatTest{"nan >= nan", nan >= nan, false}, + floatTest{"f == nan", f == nan, false}, + floatTest{"f != nan", f != nan, true}, + floatTest{"f < nan", f < nan, false}, + floatTest{"f > nan", f > nan, false}, + floatTest{"f <= nan", f <= nan, false}, + floatTest{"f >= nan", f >= nan, false}, + floatTest{"nan == f", nan == f, false}, + floatTest{"nan != f", nan != f, true}, + floatTest{"nan < f", nan < f, false}, + floatTest{"nan > f", nan > f, false}, + floatTest{"nan <= f", nan <= f, false}, + floatTest{"nan >= f", nan >= f, false}, + floatTest{"!(nan == nan)", !(nan == nan), true}, + floatTest{"!(nan != nan)", !(nan != nan), false}, + floatTest{"!(nan < nan)", !(nan < nan), true}, + floatTest{"!(nan > nan)", !(nan > nan), true}, + floatTest{"!(nan <= nan)", !(nan <= nan), true}, + floatTest{"!(nan >= nan)", !(nan >= nan), true}, + floatTest{"!(f == nan)", !(f == nan), true}, + floatTest{"!(f != nan)", !(f != nan), false}, + floatTest{"!(f < nan)", !(f < nan), true}, + floatTest{"!(f > nan)", !(f > nan), true}, + floatTest{"!(f <= nan)", !(f <= nan), true}, + floatTest{"!(f >= nan)", !(f >= nan), true}, + floatTest{"!(nan == f)", !(nan == f), true}, + floatTest{"!(nan != f)", !(nan != f), false}, + floatTest{"!(nan < f)", !(nan < f), true}, + floatTest{"!(nan > f)", !(nan > f), true}, + floatTest{"!(nan <= f)", !(nan <= f), true}, + floatTest{"!(nan >= f)", !(nan >= f), true}, + floatTest{"!!(nan == nan)", !!(nan == nan), false}, + floatTest{"!!(nan != nan)", !!(nan != nan), true}, + floatTest{"!!(nan < nan)", !!(nan < nan), false}, + floatTest{"!!(nan > nan)", !!(nan > nan), false}, + floatTest{"!!(nan <= nan)", !!(nan <= nan), false}, + floatTest{"!!(nan >= nan)", !!(nan >= nan), false}, + floatTest{"!!(f == nan)", !!(f == nan), false}, + floatTest{"!!(f != nan)", !!(f != nan), true}, + floatTest{"!!(f < nan)", !!(f < nan), false}, + floatTest{"!!(f > nan)", !!(f > nan), false}, + floatTest{"!!(f <= nan)", !!(f <= nan), false}, + floatTest{"!!(f >= nan)", !!(f >= nan), false}, + floatTest{"!!(nan == f)", !!(nan == f), false}, + floatTest{"!!(nan != f)", !!(nan != f), true}, + floatTest{"!!(nan < f)", !!(nan < f), false}, + floatTest{"!!(nan > f)", !!(nan > f), false}, + floatTest{"!!(nan <= f)", !!(nan <= f), false}, + floatTest{"!!(nan >= f)", !!(nan >= f), false}, +} + +func main() { + bad := false + for _, t := range tests { + if t.expr != t.want { + if !bad { + bad = true + println("BUG: floatcmp") + } + println(t.name, "=", t.expr, "want", t.want) + } + } + if bad { + panic("floatcmp failed") + } +} diff --git a/go/test/for.go b/go/test/for.go new file mode 100644 index 0000000000000000000000000000000000000000..cfb7f6dad24d5bdd80dca111be9a9ae6806ef1af --- /dev/null +++ b/go/test/for.go @@ -0,0 +1,76 @@ +// run + +// Copyright 2009 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. + +// Test for loops. + +package main + +func assertequal(is, shouldbe int, msg string) { + if is != shouldbe { + print("assertion fail", msg, "\n") + panic(1) + } +} + +func main() { + var i, sum int + + i = 0 + for { + i = i + 1 + if i > 5 { + break + } + } + assertequal(i, 6, "break") + + sum = 0 + for i := 0; i <= 10; i++ { + sum = sum + i + } + assertequal(sum, 55, "all three") + + sum = 0 + for i := 0; i <= 10; { + sum = sum + i + i++ + } + assertequal(sum, 55, "only two") + + sum = 0 + for sum < 100 { + sum = sum + 9 + } + assertequal(sum, 99+9, "only one") + + sum = 0 + for i := 0; i <= 10; i++ { + if i%2 == 0 { + continue + } + sum = sum + i + } + assertequal(sum, 1+3+5+7+9, "continue") + + i = 0 + for i = range [5]struct{}{} { + } + assertequal(i, 4, " incorrect index value after range loop") + + i = 0 + var a1 [5]struct{} + for i = range a1 { + a1[i] = struct{}{} + } + assertequal(i, 4, " incorrect index value after array with zero size elem range clear") + + i = 0 + var a2 [5]int + for i = range a2 { + a2[i] = 0 + } + assertequal(i, 4, " incorrect index value after array range clear") +} diff --git a/go/test/func.go b/go/test/func.go new file mode 100644 index 0000000000000000000000000000000000000000..246cb56fd95c398ef2f973cee4599814dd19b1bb --- /dev/null +++ b/go/test/func.go @@ -0,0 +1,90 @@ +// run + +// Copyright 2009 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. + +// Test simple functions. + +package main + +func assertequal(is, shouldbe int, msg string) { + if is != shouldbe { + print("assertion fail", msg, "\n") + panic(1) + } +} + +func f1() { +} + +func f2(a int) { +} + +func f3(a, b int) int { + return a + b +} + +func f4(a, b int, c float32) int { + return (a+b)/2 + int(c) +} + +func f5(a int) int { + return 5 +} + +func f6(a int) (r int) { + return 6 +} + +func f7(a int) (x int, y float32) { + return 7, 7.0 +} + + +func f8(a int) (x int, y float32) { + return 8, 8.0 +} + +type T struct { + x, y int +} + +func (t *T) m10(a int, b float32) int { + return (t.x + a) * (t.y + int(b)) +} + + +func f9(a int) (i int, f float32) { + i = 9 + f = 9.0 + return +} + + +func main() { + f1() + f2(1) + r3 := f3(1, 2) + assertequal(r3, 3, "3") + r4 := f4(0, 2, 3.0) + assertequal(r4, 4, "4") + r5 := f5(1) + assertequal(r5, 5, "5") + r6 := f6(1) + assertequal(r6, 6, "6") + r7, s7 := f7(1) + assertequal(r7, 7, "r7") + assertequal(int(s7), 7, "s7") + r8, s8 := f8(1) + assertequal(r8, 8, "r8") + assertequal(int(s8), 8, "s8") + r9, s9 := f9(1) + assertequal(r9, 9, "r9") + assertequal(int(s9), 9, "s9") + var t *T = new(T) + t.x = 1 + t.y = 2 + r10 := t.m10(1, 3.0) + assertequal(r10, 10, "10") +} diff --git a/go/test/func1.go b/go/test/func1.go new file mode 100644 index 0000000000000000000000000000000000000000..ec25161d13c675c61bb6b21ffc8310a262a80c5f --- /dev/null +++ b/go/test/func1.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2009 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. + +// Test that result parameters are in the same scope as regular parameters. +// Does not compile. + +package main + +func f1(a int) (int, float32) { + return 7, 7.0 +} + + +func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition|redeclared" + return 8, 8.0 +} diff --git a/go/test/func2.go b/go/test/func2.go new file mode 100644 index 0000000000000000000000000000000000000000..b5966a91f6065e58030908746c5b996615635a4f --- /dev/null +++ b/go/test/func2.go @@ -0,0 +1,33 @@ +// compile + +// Copyright 2009 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. + +// Test function signatures. +// Compiled but not run. + +package main + +type t1 int +type t2 int +type t3 int + +func f1(t1, t2, t3) +func f2(t1, t2, t3 bool) +func f3(t1, t2, x t3) +func f4(t1, *t3) +func (x *t1) f5(y []t2) (t1, *t3) +func f6() (int, *string) +func f7(*t2, t3) +func f8(os int) int + +func f9(os int) int { + return os +} +func f10(err error) error { + return err +} +func f11(t1 string) string { + return t1 +} diff --git a/go/test/func3.go b/go/test/func3.go new file mode 100644 index 0000000000000000000000000000000000000000..861ab2cba524066bfb4d5fe351312fd97026752f --- /dev/null +++ b/go/test/func3.go @@ -0,0 +1,20 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that illegal function signatures are detected. +// Does not compile. + +package main + +type t1 int +type t2 int +type t3 int + +func f1(*t2, x t3) // ERROR "missing parameter name" +func f2(t1, *t2, x t3) // ERROR "missing parameter name" +func f3() (x int, *string) // ERROR "missing parameter name" + +func f4() (t1 t1) // legal - scope of parameter named t1 starts in body of f4. diff --git a/go/test/func4.go b/go/test/func4.go new file mode 100644 index 0000000000000000000000000000000000000000..85f1e4b81e91fea4c9b3dee5851d5025140aab69 --- /dev/null +++ b/go/test/func4.go @@ -0,0 +1,18 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that it is illegal to take the address of a function. +// Does not compile. + +package main + +var notmain func() + +func main() { + var x = &main // ERROR "address of|invalid" + main = notmain // ERROR "assign to|invalid" + _ = x +} diff --git a/go/test/func5.go b/go/test/func5.go new file mode 100644 index 0000000000000000000000000000000000000000..2e058be7e6e19526fb24502964b5466d6e3fa86a --- /dev/null +++ b/go/test/func5.go @@ -0,0 +1,91 @@ +// run + +// Copyright 2009 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. + +// Test functions and goroutines. + +package main + +func caller(f func(int, int) int, a, b int, c chan int) { + c <- f(a, b) +} + +func gocall(f func(int, int) int, a, b int) int { + c := make(chan int) + go caller(f, a, b, c) + return <-c +} + +func call(f func(int, int) int, a, b int) int { + return f(a, b) +} + +func call1(f func(int, int) int, a, b int) int { + return call(f, a, b) +} + +var f func(int, int) int + +func add(x, y int) int { + return x + y +} + +func fn() func(int, int) int { + return f +} + +var fc func(int, int, chan int) + +func addc(x, y int, c chan int) { + c <- x+y +} + +func fnc() func(int, int, chan int) { + return fc +} + +func three(x int) { + if x != 3 { + println("wrong val", x) + panic("fail") + } +} + +var notmain func() + +func emptyresults() {} +func noresults() {} + +var nothing func() + +func main() { + three(call(add, 1, 2)) + three(call1(add, 1, 2)) + f = add + three(call(f, 1, 2)) + three(call1(f, 1, 2)) + three(call(fn(), 1, 2)) + three(call1(fn(), 1, 2)) + three(call(func(a, b int) int { return a + b }, 1, 2)) + three(call1(func(a, b int) int { return a + b }, 1, 2)) + + fc = addc + c := make(chan int) + go addc(1, 2, c) + three(<-c) + go fc(1, 2, c) + three(<-c) + go fnc()(1, 2, c) + three(<-c) + go func(a, b int, c chan int) { c <- a+b }(1, 2, c) + three(<-c) + + emptyresults() + noresults() + nothing = emptyresults + nothing() + nothing = noresults + nothing() +} diff --git a/go/test/func6.go b/go/test/func6.go new file mode 100644 index 0000000000000000000000000000000000000000..5b2f9f273ec88a7f72a1eb4090dc3eb1426eda71 --- /dev/null +++ b/go/test/func6.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2011 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. + +// Test closures in if conditions. + +package main + +func main() { + if func() bool { return true }() {} // gc used to say this was a syntax error + if (func() bool { return true })() {} + if (func() bool { return true }()) {} +} + diff --git a/go/test/func7.go b/go/test/func7.go new file mode 100644 index 0000000000000000000000000000000000000000..3b22199f7e3b7515a058d0557268f1cccb8414f3 --- /dev/null +++ b/go/test/func7.go @@ -0,0 +1,30 @@ +// run + +// Copyright 2011 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. + +// Test evaluation order in if condition. + +package main + +var calledf = false + +func f() int { + calledf = true + return 1 +} + +func g() int { + if !calledf { + panic("BUG: func7 - called g before f") + } + return 0 +} + +func main() { + // gc used to evaluate g() before f(). + if f() < g() { + panic("wrong answer") + } +} diff --git a/go/test/func8.go b/go/test/func8.go new file mode 100644 index 0000000000000000000000000000000000000000..9de01d43ea5e86a9885071b9fd441185762c17a3 --- /dev/null +++ b/go/test/func8.go @@ -0,0 +1,47 @@ +// run + +// Copyright 2011 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. + +// Test evaluation order. + +package main + +var calledf int + +func f() int { + calledf++ + return 0 +} + +func g() int { + return calledf +} + +var xy string + +//go:noinline +func x() bool { + xy += "x" + return false +} + +//go:noinline +func y() string { + xy += "y" + return "abc" +} + +func main() { + if f() == g() { + panic("wrong f,g order") + } + + if x() == (y() == "abc") { + panic("wrong compare") + } + if xy != "xy" { + panic("wrong x,y order") + } +} diff --git a/go/test/funcdup.go b/go/test/funcdup.go new file mode 100644 index 0000000000000000000000000000000000000000..3dbb15b0d4949167e65b0bdda0daea83825c62d7 --- /dev/null +++ b/go/test/funcdup.go @@ -0,0 +1,27 @@ +// errorcheck + +// Copyright 2013 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 p + +type T interface { + F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" + F2(i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" + F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" +} + +type T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" +type T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" +type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" + +type R struct{} + +func (i *R) F1(i int) {} // ERROR "duplicate argument i|redefinition|previous|redeclared" +func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous|redeclared" +func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|redefinition|previous|redeclared" + +func F1(i, i int) {} // ERROR "duplicate argument i|redefinition|previous|redeclared" +func F2(i int) (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous|redeclared" +func F3() (i, i int) {return 0, 0} // ERROR "duplicate argument i|redefinition|previous|redeclared" diff --git a/go/test/funcdup2.go b/go/test/funcdup2.go new file mode 100644 index 0000000000000000000000000000000000000000..2ee3024e5ccd91fc0b4abc3242c102eecc63fd58 --- /dev/null +++ b/go/test/funcdup2.go @@ -0,0 +1,17 @@ +// errorcheck + +// Copyright 2013 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 p + +var T interface { + F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" + F2(i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" + F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" +} + +var T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" +var T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" +var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous|redeclared" diff --git a/go/test/fuse.go b/go/test/fuse.go new file mode 100644 index 0000000000000000000000000000000000000000..9366b218587f76b90056bc7ec9cc621f23844a88 --- /dev/null +++ b/go/test/fuse.go @@ -0,0 +1,191 @@ +// errorcheck -0 -d=ssa/late_fuse/debug=1 + +//go:build (amd64 && !gcflags_noopt) || (arm64 && !gcflags_noopt) + +// Copyright 2021 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 main + +import "strings" + +const Cf2 = 2.0 + +func fEqEq(a int, f float64) bool { + return a == 0 && f > Cf2 || a == 0 && f < -Cf2 // ERROR "Redirect Eq64 based on Eq64$" +} + +func fEqNeq(a int32, f float64) bool { + return a == 0 && f > Cf2 || a != 0 && f < -Cf2 // ERROR "Redirect Neq32 based on Eq32$" +} + +func fEqLess(a int8, f float64) bool { + return a == 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fEqLeq(a float64, f float64) bool { + return a == 0 && f > Cf2 || a <= 0 && f < -Cf2 +} + +func fEqLessU(a uint, f float64) bool { + return a == 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fEqLeqU(a uint64, f float64) bool { + return a == 0 && f > Cf2 || a <= 0 && f < -Cf2 // ERROR "Redirect Eq64 based on Eq64$" +} + +func fNeqEq(a int, f float64) bool { + return a != 0 && f > Cf2 || a == 0 && f < -Cf2 // ERROR "Redirect Eq64 based on Neq64$" +} + +func fNeqNeq(a int32, f float64) bool { + return a != 0 && f > Cf2 || a != 0 && f < -Cf2 // ERROR "Redirect Neq32 based on Neq32$" +} + +func fNeqLess(a float32, f float64) bool { + // TODO: Add support for floating point numbers in prove + return a != 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fNeqLeq(a int16, f float64) bool { + return a != 0 && f > Cf2 || a <= 0 && f < -Cf2 // ERROR "Redirect Leq16 based on Neq16$" +} + +func fNeqLessU(a uint, f float64) bool { + return a != 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fNeqLeqU(a uint32, f float64) bool { + return a != 2 && f > Cf2 || a <= 2 && f < -Cf2 // ERROR "Redirect Leq32U based on Neq32$" +} + +func fLessEq(a int, f float64) bool { + return a < 0 && f > Cf2 || a == 0 && f < -Cf2 +} + +func fLessNeq(a int32, f float64) bool { + return a < 0 && f > Cf2 || a != 0 && f < -Cf2 +} + +func fLessLess(a float32, f float64) bool { + return a < 0 && f > Cf2 || a < 0 && f < -Cf2 // ERROR "Redirect Less32F based on Less32F$" +} + +func fLessLeq(a float64, f float64) bool { + return a < 0 && f > Cf2 || a <= 0 && f < -Cf2 +} + +func fLeqEq(a float64, f float64) bool { + return a <= 0 && f > Cf2 || a == 0 && f < -Cf2 +} + +func fLeqNeq(a int16, f float64) bool { + return a <= 0 && f > Cf2 || a != 0 && f < -Cf2 // ERROR "Redirect Neq16 based on Leq16$" +} + +func fLeqLess(a float32, f float64) bool { + return a <= 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fLeqLeq(a int8, f float64) bool { + return a <= 0 && f > Cf2 || a <= 0 && f < -Cf2 // ERROR "Redirect Leq8 based on Leq8$" +} + +func fLessUEq(a uint8, f float64) bool { + return a < 0 && f > Cf2 || a == 0 && f < -Cf2 +} + +func fLessUNeq(a uint16, f float64) bool { + return a < 0 && f > Cf2 || a != 0 && f < -Cf2 +} + +func fLessULessU(a uint32, f float64) bool { + return a < 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fLessULeqU(a uint64, f float64) bool { + return a < 0 && f > Cf2 || a <= 0 && f < -Cf2 +} + +func fLeqUEq(a uint8, f float64) bool { + return a <= 2 && f > Cf2 || a == 2 && f < -Cf2 // ERROR "Redirect Eq8 based on Leq8U$" +} + +func fLeqUNeq(a uint16, f float64) bool { + return a <= 2 && f > Cf2 || a != 2 && f < -Cf2 // ERROR "Redirect Neq16 based on Leq16U$" +} + +func fLeqLessU(a uint32, f float64) bool { + return a <= 0 && f > Cf2 || a < 0 && f < -Cf2 +} + +func fLeqLeqU(a uint64, f float64) bool { + return a <= 2 && f > Cf2 || a <= 2 && f < -Cf2 // ERROR "Redirect Leq64U based on Leq64U$" +} + +// Arg tests are disabled because the op name is different on amd64 and arm64. + +func fEqPtrEqPtr(a, b *int, f float64) bool { + return a == b && f > Cf2 || a == b && f < -Cf2 // ERROR "Redirect EqPtr based on EqPtr$" +} + +func fEqPtrNeqPtr(a, b *int, f float64) bool { + return a == b && f > Cf2 || a != b && f < -Cf2 // ERROR "Redirect NeqPtr based on EqPtr$" +} + +func fNeqPtrEqPtr(a, b *int, f float64) bool { + return a != b && f > Cf2 || a == b && f < -Cf2 // ERROR "Redirect EqPtr based on NeqPtr$" +} + +func fNeqPtrNeqPtr(a, b *int, f float64) bool { + return a != b && f > Cf2 || a != b && f < -Cf2 // ERROR "Redirect NeqPtr based on NeqPtr$" +} + +func fEqInterEqInter(a interface{}, f float64) bool { + return a == nil && f > Cf2 || a == nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil$" +} + +func fEqInterNeqInter(a interface{}, f float64) bool { + return a == nil && f > Cf2 || a != nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil" +} + +func fNeqInterEqInter(a interface{}, f float64) bool { + return a != nil && f > Cf2 || a == nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil" +} + +func fNeqInterNeqInter(a interface{}, f float64) bool { + return a != nil && f > Cf2 || a != nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil$" +} + +func fEqSliceEqSlice(a []int, f float64) bool { + return a == nil && f > Cf2 || a == nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil$" +} + +func fEqSliceNeqSlice(a []int, f float64) bool { + return a == nil && f > Cf2 || a != nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil" +} + +func fNeqSliceEqSlice(a []int, f float64) bool { + return a != nil && f > Cf2 || a == nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil" +} + +func fNeqSliceNeqSlice(a []int, f float64) bool { + return a != nil && f > Cf2 || a != nil && f < -Cf2 // ERROR "Redirect IsNonNil based on IsNonNil$" +} + +func fPhi(a, b string) string { + aslash := strings.HasSuffix(a, "/") // ERROR "Redirect Phi based on Phi$" + bslash := strings.HasPrefix(b, "/") + switch { + case aslash && bslash: + return a + b[1:] + case !aslash && !bslash: + return a + "/" + b + } + return a + b +} + +func main() { +} diff --git a/go/test/gc.go b/go/test/gc.go new file mode 100644 index 0000000000000000000000000000000000000000..6688f9fbddb9148c60ff0719e45cfc367cff35dc --- /dev/null +++ b/go/test/gc.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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. + +// Simple test of the garbage collector. + +package main + +import "runtime" + +func mk2() { + b := new([10000]byte) + _ = b + // println(b, "stored at", &b) +} + +func mk1() { mk2() } + +func main() { + for i := 0; i < 10; i++ { + mk1() + runtime.GC() + } +} diff --git a/go/test/gc1.go b/go/test/gc1.go new file mode 100644 index 0000000000000000000000000000000000000000..6049ea14e9bfa9a3a4ab26ccb4169c34968f1552 --- /dev/null +++ b/go/test/gc1.go @@ -0,0 +1,16 @@ +// run + +// Copyright 2009 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. + +// A simple test of the garbage collector. + +package main + +func main() { + for i := 0; i < 1e5; i++ { + x := new([100]byte) + _ = x + } +} diff --git a/go/test/gc2.go b/go/test/gc2.go new file mode 100644 index 0000000000000000000000000000000000000000..954a021a144599a43922a34ffc3a6574b2cabf97 --- /dev/null +++ b/go/test/gc2.go @@ -0,0 +1,46 @@ +// run + +//go:build !nacl && !js + +// Copyright 2011 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. + +// Test that buffered channels are garbage collected properly. +// An interesting case because they have finalizers and used to +// have self loops that kept them from being collected. +// (Cyclic data with finalizers is never finalized, nor collected.) + +package main + +import ( + "fmt" + "os" + "runtime" +) + +func main() { + const N = 10000 + st := new(runtime.MemStats) + memstats := new(runtime.MemStats) + runtime.ReadMemStats(st) + for i := 0; i < N; i++ { + c := make(chan int, 10) + _ = c + if i%100 == 0 { + for j := 0; j < 4; j++ { + runtime.GC() + runtime.Gosched() + runtime.GC() + runtime.Gosched() + } + } + } + + runtime.ReadMemStats(memstats) + obj := int64(memstats.HeapObjects - st.HeapObjects) + if obj > N/5 { + fmt.Println("too many objects left:", obj) + os.Exit(1) + } +} diff --git a/go/test/gcgort.go b/go/test/gcgort.go new file mode 100644 index 0000000000000000000000000000000000000000..973e7965952caac4984e8aa195189cc7b8032e15 --- /dev/null +++ b/go/test/gcgort.go @@ -0,0 +1,1850 @@ +// run + +// Copyright 2018 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. + +// Test independent goroutines modifying a comprehensive +// variety of vars during aggressive garbage collection. + +// The point is to catch GC regressions like fixedbugs/issue22781.go + +package main + +import ( + "errors" + "runtime" + "runtime/debug" + "sync" +) + +const ( + goroutines = 8 + allocs = 8 + mods = 8 + + length = 9 +) + +func main() { + debug.SetGCPercent(1) + var wg sync.WaitGroup + for i := 0; i < goroutines; i++ { + for _, t := range types { + err := t.valid() + if err != nil { + panic(err) + } + wg.Add(1) + go func(f modifier) { + var wg2 sync.WaitGroup + for j := 0; j < allocs; j++ { + wg2.Add(1) + go func() { + f.t() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.pointerT() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.arrayT() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.sliceT() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.mapT() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.mapPointerKeyT() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.chanT() + wg2.Done() + }() + wg2.Add(1) + go func() { + f.interfaceT() + wg2.Done() + }() + } + wg2.Wait() + wg.Done() + }(t) + } + } + wg.Wait() +} + +type modifier struct { + name string + t func() + pointerT func() + arrayT func() + sliceT func() + mapT func() + mapPointerKeyT func() + chanT func() + interfaceT func() +} + +func (a modifier) valid() error { + switch { + case a.name == "": + return errors.New("modifier without name") + case a.t == nil: + return errors.New(a.name + " missing t") + case a.pointerT == nil: + return errors.New(a.name + " missing pointerT") + case a.arrayT == nil: + return errors.New(a.name + " missing arrayT") + case a.sliceT == nil: + return errors.New(a.name + " missing sliceT") + case a.mapT == nil: + return errors.New(a.name + " missing mapT") + case a.mapPointerKeyT == nil: + return errors.New(a.name + " missing mapPointerKeyT") + case a.chanT == nil: + return errors.New(a.name + " missing chanT") + case a.interfaceT == nil: + return errors.New(a.name + " missing interfaceT") + default: + return nil + } +} + +var types = []modifier{ + modifier{ + name: "bool", + t: func() { + var a bool + for i := 0; i < mods; i++ { + a = !a + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *bool { return new(bool) }() + for i := 0; i < mods; i++ { + *a = !*a + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]bool{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] = !a[j] + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]bool, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] = !a[j] + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[bool]bool) + for i := 0; i < mods; i++ { + a[false] = !a[false] + a[true] = !a[true] + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*bool]bool) + for i := 0; i < length; i++ { + a[new(bool)] = false + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, v := range a { + a[k] = !v + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan bool) + for i := 0; i < mods; i++ { + go func() { a <- false }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(bool(false)) + for i := 0; i < mods; i++ { + a = !a.(bool) + runtime.Gosched() + } + }, + }, + modifier{ + name: "uint8", + t: func() { + var u uint8 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *uint8 { return new(uint8) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]uint8{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]uint8, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[uint8]uint8) + for i := 0; i < length; i++ { + a[uint8(i)] = uint8(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*uint8]uint8) + for i := 0; i < length; i++ { + a[new(uint8)] = uint8(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan uint8) + for i := 0; i < mods; i++ { + go func() { a <- uint8(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(uint8(0)) + for i := 0; i < mods; i++ { + a = a.(uint8) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "uint16", + t: func() { + var u uint16 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *uint16 { return new(uint16) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]uint16{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]uint16, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[uint16]uint16) + for i := 0; i < length; i++ { + a[uint16(i)] = uint16(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*uint16]uint16) + for i := 0; i < length; i++ { + a[new(uint16)] = uint16(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan uint16) + for i := 0; i < mods; i++ { + go func() { a <- uint16(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(uint16(0)) + for i := 0; i < mods; i++ { + a = a.(uint16) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "uint32", + t: func() { + var u uint32 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *uint32 { return new(uint32) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]uint32{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]uint32, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[uint32]uint32) + for i := 0; i < length; i++ { + a[uint32(i)] = uint32(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*uint32]uint32) + for i := 0; i < length; i++ { + a[new(uint32)] = uint32(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan uint32) + for i := 0; i < mods; i++ { + go func() { a <- uint32(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(uint32(0)) + for i := 0; i < mods; i++ { + a = a.(uint32) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "uint64", + t: func() { + var u uint64 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *uint64 { return new(uint64) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]uint64{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]uint64, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[uint64]uint64) + for i := 0; i < length; i++ { + a[uint64(i)] = uint64(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*uint64]uint64) + for i := 0; i < length; i++ { + a[new(uint64)] = uint64(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan uint64) + for i := 0; i < mods; i++ { + go func() { a <- uint64(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(uint64(0)) + for i := 0; i < mods; i++ { + a = a.(uint64) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "int8", + t: func() { + var u int8 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *int8 { return new(int8) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]int8{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]int8, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[int8]int8) + for i := 0; i < length; i++ { + a[int8(i)] = int8(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*int8]int8) + for i := 0; i < length; i++ { + a[new(int8)] = int8(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan int8) + for i := 0; i < mods; i++ { + go func() { a <- int8(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(int8(0)) + for i := 0; i < mods; i++ { + a = a.(int8) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "int16", + t: func() { + var u int16 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *int16 { return new(int16) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]int16{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]int16, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[int16]int16) + for i := 0; i < length; i++ { + a[int16(i)] = int16(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*int16]int16) + for i := 0; i < length; i++ { + a[new(int16)] = int16(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan int16) + for i := 0; i < mods; i++ { + go func() { a <- int16(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(int16(0)) + for i := 0; i < mods; i++ { + a = a.(int16) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "int32", + t: func() { + var u int32 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *int32 { return new(int32) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]int32{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]int32, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[int32]int32) + for i := 0; i < length; i++ { + a[int32(i)] = int32(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*int32]int32) + for i := 0; i < length; i++ { + a[new(int32)] = int32(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan int32) + for i := 0; i < mods; i++ { + go func() { a <- int32(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(int32(0)) + for i := 0; i < mods; i++ { + a = a.(int32) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "int64", + t: func() { + var u int64 + for i := 0; i < mods; i++ { + u++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *int64 { return new(int64) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]int64{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]int64, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[int64]int64) + for i := 0; i < length; i++ { + a[int64(i)] = int64(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*int64]int64) + for i := 0; i < length; i++ { + a[new(int64)] = int64(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan int64) + for i := 0; i < mods; i++ { + go func() { a <- int64(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(int64(0)) + for i := 0; i < mods; i++ { + a = a.(int64) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "float32", + t: func() { + u := float32(1.01) + for i := 0; i < mods; i++ { + u *= 1.01 + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *float32 { return new(float32) }() + *a = 1.01 + for i := 0; i < mods; i++ { + *a *= 1.01 + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]float32{} + for i := 0; i < length; i++ { + a[i] = float32(1.01) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= 1.01 + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]float32, length) + for i := 0; i < length; i++ { + a[i] = float32(1.01) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= 1.01 + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[float32]float32) + for i := 0; i < length; i++ { + a[float32(i)] = float32(i) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= 1.01 + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*float32]float32) + for i := 0; i < length; i++ { + a[new(float32)] = float32(i) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= 1.01 + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan float32) + for i := 0; i < mods; i++ { + go func() { a <- float32(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(float32(0)) + for i := 0; i < mods; i++ { + a = a.(float32) * 1.01 + runtime.Gosched() + } + }, + }, + modifier{ + name: "float64", + t: func() { + u := float64(1.01) + for i := 0; i < mods; i++ { + u *= 1.01 + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *float64 { return new(float64) }() + *a = 1.01 + for i := 0; i < mods; i++ { + *a *= 1.01 + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]float64{} + for i := 0; i < length; i++ { + a[i] = float64(1.01) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= 1.01 + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]float64, length) + for i := 0; i < length; i++ { + a[i] = float64(1.01) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= 1.01 + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[float64]float64) + for i := 0; i < length; i++ { + a[float64(i)] = float64(i) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= 1.01 + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*float64]float64) + for i := 0; i < length; i++ { + a[new(float64)] = float64(i) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= 1.01 + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan float64) + for i := 0; i < mods; i++ { + go func() { a <- float64(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(float64(0)) + for i := 0; i < mods; i++ { + a = a.(float64) * 1.01 + runtime.Gosched() + } + }, + }, + modifier{ + name: "complex64", + t: func() { + c := complex64(complex(float32(1.01), float32(1.01))) + for i := 0; i < mods; i++ { + c = complex(real(c)*1.01, imag(c)*1.01) + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *complex64 { return new(complex64) }() + *a = complex64(complex(float32(1.01), float32(1.01))) + for i := 0; i < mods; i++ { + *a *= complex(real(*a)*1.01, imag(*a)*1.01) + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]complex64{} + for i := 0; i < length; i++ { + a[i] = complex64(complex(float32(1.01), float32(1.01))) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= complex(real(a[j])*1.01, imag(a[j])*1.01) + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]complex64, length) + for i := 0; i < length; i++ { + a[i] = complex64(complex(float32(1.01), float32(1.01))) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= complex(real(a[j])*1.01, imag(a[j])*1.01) + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[complex64]complex64) + for i := 0; i < length; i++ { + a[complex64(complex(float32(i), float32(i)))] = complex64(complex(float32(i), float32(i))) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= complex(real(a[k])*1.01, imag(a[k])*1.01) + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*complex64]complex64) + for i := 0; i < length; i++ { + a[new(complex64)] = complex64(complex(float32(i), float32(i))) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= complex(real(a[k])*1.01, imag(a[k])*1.01) + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan complex64) + for i := 0; i < mods; i++ { + go func() { a <- complex64(complex(float32(i), float32(i))) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(complex64(complex(float32(1.01), float32(1.01)))) + for i := 0; i < mods; i++ { + a = a.(complex64) * complex(real(a.(complex64))*1.01, imag(a.(complex64))*1.01) + runtime.Gosched() + } + }, + }, + modifier{ + name: "complex128", + t: func() { + c := complex128(complex(float64(1.01), float64(1.01))) + for i := 0; i < mods; i++ { + c = complex(real(c)*1.01, imag(c)*1.01) + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *complex128 { return new(complex128) }() + *a = complex128(complex(float64(1.01), float64(1.01))) + for i := 0; i < mods; i++ { + *a *= complex(real(*a)*1.01, imag(*a)*1.01) + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]complex128{} + for i := 0; i < length; i++ { + a[i] = complex128(complex(float64(1.01), float64(1.01))) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= complex(real(a[j])*1.01, imag(a[j])*1.01) + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]complex128, length) + for i := 0; i < length; i++ { + a[i] = complex128(complex(float64(1.01), float64(1.01))) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] *= complex(real(a[j])*1.01, imag(a[j])*1.01) + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[complex128]complex128) + for i := 0; i < length; i++ { + a[complex128(complex(float64(i), float64(i)))] = complex128(complex(float64(i), float64(i))) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= complex(real(a[k])*1.01, imag(a[k])*1.01) + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*complex128]complex128) + for i := 0; i < length; i++ { + a[new(complex128)] = complex128(complex(float64(i), float64(i))) + 0.01 + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] *= complex(real(a[k])*1.01, imag(a[k])*1.01) + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan complex128) + for i := 0; i < mods; i++ { + go func() { a <- complex128(complex(float64(i), float64(i))) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(complex128(complex(float64(1.01), float64(1.01)))) + for i := 0; i < mods; i++ { + a = a.(complex128) * complex(real(a.(complex128))*1.01, imag(a.(complex128))*1.01) + runtime.Gosched() + } + }, + }, + modifier{ + name: "byte", + t: func() { + var a byte + for i := 0; i < mods; i++ { + a++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *byte { return new(byte) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]byte{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]byte, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[byte]byte) + for i := 0; i < length; i++ { + a[byte(i)] = byte(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*byte]byte) + for i := 0; i < length; i++ { + a[new(byte)] = byte(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan byte) + for i := 0; i < mods; i++ { + go func() { a <- byte(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(byte(0)) + for i := 0; i < mods; i++ { + a = a.(byte) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "rune", + t: func() { + var a rune + for i := 0; i < mods; i++ { + a++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *rune { return new(rune) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]rune{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]rune, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[rune]rune) + for i := 0; i < length; i++ { + a[rune(i)] = rune(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*rune]rune) + for i := 0; i < length; i++ { + a[new(rune)] = rune(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan rune) + for i := 0; i < mods; i++ { + go func() { a <- rune(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(rune(0)) + for i := 0; i < mods; i++ { + a = a.(rune) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "uint", + t: func() { + var a uint + for i := 0; i < mods; i++ { + a++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *uint { return new(uint) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]uint{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]uint, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[uint]uint) + for i := 0; i < length; i++ { + a[uint(i)] = uint(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*uint]uint) + for i := 0; i < length; i++ { + a[new(uint)] = uint(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan uint) + for i := 0; i < mods; i++ { + go func() { a <- uint(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(uint(0)) + for i := 0; i < mods; i++ { + a = a.(uint) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "int", + t: func() { + var a int + for i := 0; i < mods; i++ { + a++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *int { return new(int) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]int{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]int, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[int]int) + for i := 0; i < length; i++ { + a[int(i)] = int(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*int]int) + for i := 0; i < length; i++ { + a[new(int)] = int(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan int) + for i := 0; i < mods; i++ { + go func() { a <- int(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(int(0)) + for i := 0; i < mods; i++ { + a = a.(int) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "uintptr", + t: func() { + var a uintptr + for i := 0; i < mods; i++ { + a++ + runtime.Gosched() + } + }, + pointerT: func() { + a := func() *uintptr { return new(uintptr) }() + for i := 0; i < mods; i++ { + *a++ + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]uintptr{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]uintptr, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j]++ + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[uintptr]uintptr) + for i := 0; i < length; i++ { + a[uintptr(i)] = uintptr(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*uintptr]uintptr) + for i := 0; i < length; i++ { + a[new(uintptr)] = uintptr(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k]++ + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan uintptr) + for i := 0; i < mods; i++ { + go func() { a <- uintptr(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(uintptr(0)) + for i := 0; i < mods; i++ { + a = a.(uintptr) + 1 + runtime.Gosched() + } + }, + }, + modifier{ + name: "string", + t: func() { + var s string + f := func(a string) string { return a } + for i := 0; i < mods; i++ { + s = str(i) + s = f(s) + } + }, + pointerT: func() { + a := func() *string { return new(string) }() + for i := 0; i < mods; i++ { + *a = str(i) + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]string{} + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] = str(i) + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]string, length) + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j] = str(i) + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[string]string) + for i := 0; i < length; i++ { + a[string(i)] = str(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] = str(i) + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*string]string) + for i := 0; i < length; i++ { + a[new(string)] = str(i) + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for k, _ := range a { + a[k] = str(i) + runtime.Gosched() + } + } + }, + chanT: func() { + a := make(chan string) + for i := 0; i < mods; i++ { + go func() { a <- str(i) }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(str(0)) + f := func(a string) string { return a } + for i := 0; i < mods; i++ { + a = str(i) + a = f(a.(string)) + runtime.Gosched() + } + }, + }, + modifier{ + name: "structT", + t: func() { + s := newStructT() + for i := 0; i < mods; i++ { + s.u8++ + s.u16++ + s.u32++ + s.u64++ + s.i8++ + s.i16++ + s.i32++ + s.i64++ + s.f32 *= 1.01 + s.f64 *= 1.01 + s.c64 = complex(real(s.c64)*1.01, imag(s.c64)*1.01) + s.c128 = complex(real(s.c128)*1.01, imag(s.c128)*1.01) + s.b++ + s.r++ + s.u++ + s.in++ + s.uip++ + s.s = str(i) + runtime.Gosched() + } + }, + pointerT: func() { + s := func() *structT { + t := newStructT() + return &t + }() + for i := 0; i < mods; i++ { + s.u8++ + s.u16++ + s.u32++ + s.u64++ + s.i8++ + s.i16++ + s.i32++ + s.i64++ + s.f32 *= 1.01 + s.f64 *= 1.01 + s.c64 = complex(real(s.c64)*1.01, imag(s.c64)*1.01) + s.c128 = complex(real(s.c128)*1.01, imag(s.c128)*1.01) + s.b++ + s.r++ + s.u++ + s.in++ + s.uip++ + s.s = str(i) + runtime.Gosched() + } + }, + arrayT: func() { + a := [length]structT{} + for i := 0; i < len(a); i++ { + a[i] = newStructT() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j].u8++ + a[j].u16++ + a[j].u32++ + a[j].u64++ + a[j].i8++ + a[j].i16++ + a[j].i32++ + a[j].i64++ + a[j].f32 *= 1.01 + a[j].f64 *= 1.01 + a[j].c64 = complex(real(a[j].c64)*1.01, imag(a[j].c64)*1.01) + a[j].c128 = complex(real(a[j].c128)*1.01, imag(a[j].c128)*1.01) + a[j].b++ + a[j].r++ + a[j].u++ + a[j].in++ + a[j].uip++ + a[j].s = str(i) + runtime.Gosched() + } + } + }, + sliceT: func() { + a := make([]structT, length) + for i := 0; i < len(a); i++ { + a[i] = newStructT() + } + for i := 0; i < mods; i++ { + for j := 0; j < len(a); j++ { + a[j].u8++ + a[j].u16++ + a[j].u32++ + a[j].u64++ + a[j].i8++ + a[j].i16++ + a[j].i32++ + a[j].i64++ + a[j].f32 *= 1.01 + a[j].f64 *= 1.01 + a[j].c64 = complex(real(a[j].c64)*1.01, imag(a[j].c64)*1.01) + a[j].c128 = complex(real(a[j].c128)*1.01, imag(a[j].c128)*1.01) + a[j].b++ + a[j].r++ + a[j].u++ + a[j].in++ + a[j].uip++ + a[j].s = str(i) + runtime.Gosched() + } + } + }, + mapT: func() { + a := make(map[structT]structT) + for i := 0; i < length; i++ { + m := newStructT() + m.in = i + a[m] = newStructT() + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j, _ := range a { + m := a[j] + m.u8++ + m.u16++ + m.u32++ + m.u64++ + m.i8++ + m.i16++ + m.i32++ + m.i64++ + m.f32 *= 1.01 + m.f64 *= 1.01 + m.c64 = complex(real(a[j].c64)*1.01, imag(a[j].c64)*1.01) + m.c128 = complex(real(a[j].c128)*1.01, imag(a[j].c128)*1.01) + m.b++ + m.r++ + m.u++ + m.in++ + m.uip++ + m.s = str(i) + a[j] = m + runtime.Gosched() + } + runtime.Gosched() + } + }, + mapPointerKeyT: func() { + a := make(map[*structT]structT) + f := func() *structT { + m := newStructT() + return &m + } + for i := 0; i < length; i++ { + m := f() + m.in = i + a[m] = newStructT() + runtime.Gosched() + } + for i := 0; i < mods; i++ { + for j, _ := range a { + m := a[j] + m.u8++ + m.u16++ + m.u32++ + m.u64++ + m.i8++ + m.i16++ + m.i32++ + m.i64++ + m.f32 *= 1.01 + m.f64 *= 1.01 + m.c64 = complex(real(a[j].c64)*1.01, imag(a[j].c64)*1.01) + m.c128 = complex(real(a[j].c128)*1.01, imag(a[j].c128)*1.01) + m.b++ + m.r++ + m.u++ + m.in++ + m.uip++ + m.s = str(i) + a[j] = m + runtime.Gosched() + } + runtime.Gosched() + } + }, + chanT: func() { + a := make(chan structT) + for i := 0; i < mods; i++ { + go func() { a <- newStructT() }() + <-a + runtime.Gosched() + } + }, + interfaceT: func() { + a := interface{}(newStructT()) + for i := 0; i < mods; i++ { + a = a.(structT) + runtime.Gosched() + } + }, + }, +} + +type structT struct { + u8 uint8 + u16 uint16 + u32 uint32 + u64 uint64 + i8 int8 + i16 int16 + i32 int32 + i64 int64 + f32 float32 + f64 float64 + c64 complex64 + c128 complex128 + b byte + r rune + u uint + in int + uip uintptr + s string +} + +func newStructT() structT { + return structT{ + f32: 1.01, + f64: 1.01, + c64: complex(float32(1.01), float32(1.01)), + c128: complex(float64(1.01), float64(1.01)), + } +} + +func str(in int) string { + switch in % 3 { + case 0: + return "Hello" + case 1: + return "world" + case 2: + return "!" + } + return "?" +} diff --git a/go/test/gcstring.go b/go/test/gcstring.go new file mode 100644 index 0000000000000000000000000000000000000000..7633d5da55e31d738c3f327fd290f11fa2d466d1 --- /dev/null +++ b/go/test/gcstring.go @@ -0,0 +1,48 @@ +// run + +// Copyright 2014 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. + +// Test that s[len(s):] - which can point past the end of the allocated block - +// does not confuse the garbage collector. + +package main + +import ( + "runtime" + "time" +) + +type T struct { + ptr **int + pad [120]byte +} + +var things []interface{} + +func main() { + setup() + runtime.GC() + runtime.GC() + time.Sleep(10*time.Millisecond) + runtime.GC() + runtime.GC() + time.Sleep(10*time.Millisecond) +} + +func setup() { + var Ts []interface{} + buf := make([]byte, 128) + + for i := 0; i < 10000; i++ { + s := string(buf) + t := &T{ptr: new(*int)} + runtime.SetFinalizer(t.ptr, func(**int) { panic("*int freed too early") }) + Ts = append(Ts, t) + things = append(things, s[len(s):]) + } + + things = append(things, Ts...) +} + diff --git a/go/test/goprint.go b/go/test/goprint.go new file mode 100644 index 0000000000000000000000000000000000000000..d44b259081e6801fe4d40b88697e5e5b94d6aa15 --- /dev/null +++ b/go/test/goprint.go @@ -0,0 +1,32 @@ +// run + +// Copyright 2011 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. + +// Test that println can be the target of a go statement. + +package main + +import ( + "log" + "runtime" + "time" +) + +func main() { + numg0 := runtime.NumGoroutine() + deadline := time.Now().Add(10 * time.Second) + go println(42, true, false, true, 1.5, "world", (chan int)(nil), []int(nil), (map[string]int)(nil), (func())(nil), byte(255)) + for { + numg := runtime.NumGoroutine() + if numg > numg0 { + if time.Now().After(deadline) { + log.Fatalf("%d goroutines > initial %d after deadline", numg, numg0) + } + runtime.Gosched() + continue + } + break + } +} diff --git a/go/test/goprint.out b/go/test/goprint.out new file mode 100644 index 0000000000000000000000000000000000000000..4f95aa1f881f22495da1bfb01d8cd539119e12fe --- /dev/null +++ b/go/test/goprint.out @@ -0,0 +1 @@ +42 true false true 1.5 world 0x0 [0/0]0x0 0x0 0x0 255 diff --git a/go/test/goto.go b/go/test/goto.go new file mode 100644 index 0000000000000000000000000000000000000000..d660c9ce624aaa69c3e355940c9e891b4643c561 --- /dev/null +++ b/go/test/goto.go @@ -0,0 +1,538 @@ +// errorcheck + +// Copyright 2011 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. + +// Verify goto semantics. +// Does not compile. +// +// Each test is in a separate function just so that if the +// compiler stops processing after one error, we don't +// lose other ones. + +package main + +var ( + i, n int + x []int + c chan int + m map[int]int + s string +) + +// goto after declaration okay +func _() { + x := 1 + goto L +L: + _ = x +} + +// goto before declaration okay +func _() { + goto L +L: + x := 1 + _ = x +} + +// goto across declaration not okay +func _() { + goto L // ERROR "goto L jumps over declaration of x at LINE+1|goto jumps over declaration" + x := 1 // GCCGO_ERROR "defined here" + _ = x +L: +} + +// goto across declaration in inner scope okay +func _() { + goto L + { + x := 1 + _ = x + } +L: +} + +// goto across declaration after inner scope not okay +func _() { + goto L // ERROR "goto L jumps over declaration of x at LINE+5|goto jumps over declaration" + { + x := 1 + _ = x + } + x := 1 // GCCGO_ERROR "defined here" + _ = x +L: +} + +// goto across declaration in reverse okay +func _() { +L: + x := 1 + _ = x + goto L +} + +// error shows first offending variable +func _() { + goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration" + x := 1 // GCCGO_ERROR "defined here" + _ = x + y := 1 + _ = y +L: +} + +// goto not okay even if code path is dead +func _() { + goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration" + x := 1 // GCCGO_ERROR "defined here" + _ = x + y := 1 + _ = y + return +L: +} + +// goto into outer block okay +func _() { + { + goto L + } +L: +} + +// goto backward into outer block okay +func _() { +L: + { + goto L + } +} + +// goto into inner block not okay +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + { // GCCGO_ERROR "block starts here" + L: + } +} + +// goto backward into inner block still not okay +func _() { + { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +// error shows first (outermost) offending block +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block" + { + { + { // GCCGO_ERROR "block starts here" + L: + } + } + } +} + +// error prefers block diagnostic over declaration diagnostic +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block" + x := 1 + _ = x + { // GCCGO_ERROR "block starts here" + L: + } +} + +// many kinds of blocks, all invalid to jump into or among, +// but valid to jump out of + +// if + +func _() { +L: + if true { + goto L + } +} + +func _() { +L: + if true { + goto L + } else { + } +} + +func _() { +L: + if false { + } else { + goto L + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + if true { // GCCGO_ERROR "block starts here" + L: + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + if true { // GCCGO_ERROR "block starts here" + L: + } else { + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+2|goto jumps into block" + if true { + } else { // GCCGO_ERROR "block starts here" + L: + } +} + +func _() { + if false { // GCCGO_ERROR "block starts here" + L: + } else { + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" + } +} + +func _() { + if true { + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + } else { // GCCGO_ERROR "block starts here" + L: + } +} + +func _() { + if true { + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + } else if false { // GCCGO_ERROR "block starts here" + L: + } +} + +func _() { + if true { + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + } else if false { // GCCGO_ERROR "block starts here" + L: + } else { + } +} + +func _() { + // This one is tricky. There is an implicit scope + // starting at the second if statement, and it contains + // the final else, so the outermost offending scope + // really is LINE+1 (like in the previous test), + // even though it looks like it might be LINE+3 instead. + if true { + goto L // ERROR "goto L jumps into block starting at LINE+2|goto jumps into block" + } else if false { + } else { // GCCGO_ERROR "block starts here" + L: + } +} + +/* Want to enable these tests but gofmt mangles them. Issue 1972. + +func _() { + // This one is okay, because the else is in the + // implicit whole-if block and has no inner block + // (no { }) around it. + if true { + goto L + } else + L: +} + +func _() { + // Still not okay. + if true { //// GCCGO_ERROR "block starts here" + L: + } else + goto L //// ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +*/ + +// for + +func _() { + for { + goto L + } +L: +} + +func _() { + for { + goto L + L: + } +} + +func _() { + for { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +func _() { + for { // GCCGO_ERROR "block starts here" + goto L + L1: + } +L: + goto L1 // ERROR "goto L1 jumps into block starting at LINE-5|goto jumps into block" +} + +func _() { + for i < n { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +func _() { + for i = 0; i < n; i++ { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +func _() { + for i = range x { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +func _() { + for i = range c { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +func _() { + for i = range m { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +func _() { + for i = range s { // GCCGO_ERROR "block starts here" + L: + } + goto L // ERROR "goto L jumps into block starting at LINE-3|goto jumps into block" +} + +// switch + +func _() { +L: + switch i { + case 0: + goto L + } +} + +func _() { +L: + switch i { + case 0: + + default: + goto L + } +} + +func _() { + switch i { + case 0: + + default: + L: + goto L + } +} + +func _() { + switch i { + case 0: + + default: + goto L + L: + } +} + +func _() { + switch i { + case 0: + goto L + L: + ; + default: + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+2|goto jumps into block" + switch i { + case 0: + L: // GCCGO_ERROR "block starts here" + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+2|goto jumps into block" + switch i { + case 0: + L: // GCCGO_ERROR "block starts here" + ; + default: + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block" + switch i { + case 0: + default: + L: // GCCGO_ERROR "block starts here" + } +} + +func _() { + switch i { + default: + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + case 0: + L: // GCCGO_ERROR "block starts here" + } +} + +func _() { + switch i { + case 0: + L: // GCCGO_ERROR "block starts here" + ; + default: + goto L // ERROR "goto L jumps into block starting at LINE-4|goto jumps into block" + } +} + +// select +// different from switch. the statement has no implicit block around it. + +func _() { +L: + select { + case <-c: + goto L + } +} + +func _() { +L: + select { + case c <- 1: + + default: + goto L + } +} + +func _() { + select { + case <-c: + + default: + L: + goto L + } +} + +func _() { + select { + case c <- 1: + + default: + goto L + L: + } +} + +func _() { + select { + case <-c: + goto L + L: + ; + default: + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+2|goto jumps into block" + select { + case c <- 1: + L: // GCCGO_ERROR "block starts here" + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+2|goto jumps into block" + select { + case c <- 1: + L: // GCCGO_ERROR "block starts here" + ; + default: + } +} + +func _() { + goto L // ERROR "goto L jumps into block starting at LINE+3|goto jumps into block" + select { + case <-c: + default: + L: // GCCGO_ERROR "block starts here" + } +} + +func _() { + select { + default: + goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block" + case <-c: + L: // GCCGO_ERROR "block starts here" + } +} + +func _() { + select { + case <-c: + L: // GCCGO_ERROR "block starts here" + ; + default: + goto L // ERROR "goto L jumps into block starting at LINE-4|goto jumps into block" + } +} diff --git a/go/test/heapsampling.go b/go/test/heapsampling.go new file mode 100644 index 0000000000000000000000000000000000000000..db93b253c90bab1879bbe6ec8a894dc9540d9884 --- /dev/null +++ b/go/test/heapsampling.go @@ -0,0 +1,316 @@ +// run + +// Copyright 2009 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. + +// Test heap sampling logic. + +package main + +import ( + "fmt" + "math" + "runtime" +) + +var a16 *[16]byte +var a512 *[512]byte +var a256 *[256]byte +var a1k *[1024]byte +var a16k *[16 * 1024]byte +var a17k *[17 * 1024]byte +var a18k *[18 * 1024]byte + +// This test checks that heap sampling produces reasonable results. +// Note that heap sampling uses randomization, so the results vary for +// run to run. To avoid flakes, this test performs multiple +// experiments and only complains if all of them consistently fail. +func main() { + // Sample at 16K instead of default 512K to exercise sampling more heavily. + runtime.MemProfileRate = 16 * 1024 + + if err := testInterleavedAllocations(); err != nil { + panic(err.Error()) + } + if err := testSmallAllocations(); err != nil { + panic(err.Error()) + } +} + +// Repeatedly exercise a set of allocations and check that the heap +// profile collected by the runtime unsamples to a reasonable +// value. Because sampling is based on randomization, there can be +// significant variability on the unsampled data. To account for that, +// the testcase allows for a 10% margin of error, but only fails if it +// consistently fails across three experiments, avoiding flakes. +func testInterleavedAllocations() error { + const iters = 50000 + // Sizes of the allocations performed by each experiment. + frames := []string{"main.allocInterleaved1", "main.allocInterleaved2", "main.allocInterleaved3"} + leafFrame := "main.allocInterleaved" + + // Pass if at least one of three experiments has no errors. Use a separate + // function for each experiment to identify each experiment in the profile. + allocInterleaved1(iters) + if checkAllocations(getMemProfileRecords(), leafFrame, frames[0:1], iters, allocInterleavedSizes) == nil { + // Passed on first try, report no error. + return nil + } + allocInterleaved2(iters) + if checkAllocations(getMemProfileRecords(), leafFrame, frames[0:2], iters, allocInterleavedSizes) == nil { + // Passed on second try, report no error. + return nil + } + allocInterleaved3(iters) + // If it fails a third time, we may be onto something. + return checkAllocations(getMemProfileRecords(), leafFrame, frames[0:3], iters, allocInterleavedSizes) +} + +var allocInterleavedSizes = []int64{17 * 1024, 1024, 18 * 1024, 512, 16 * 1024, 256} + +// allocInterleaved stress-tests the heap sampling logic by interleaving large and small allocations. +func allocInterleaved(n int) { + for i := 0; i < n; i++ { + // Test verification depends on these lines being contiguous. + a17k = new([17 * 1024]byte) + a1k = new([1024]byte) + a18k = new([18 * 1024]byte) + a512 = new([512]byte) + a16k = new([16 * 1024]byte) + a256 = new([256]byte) + // Test verification depends on these lines being contiguous. + + // Slow down the allocation rate to avoid #52433. + runtime.Gosched() + } +} + +func allocInterleaved1(n int) { + allocInterleaved(n) +} + +func allocInterleaved2(n int) { + allocInterleaved(n) +} + +func allocInterleaved3(n int) { + allocInterleaved(n) +} + +// Repeatedly exercise a set of allocations and check that the heap +// profile collected by the runtime unsamples to a reasonable +// value. Because sampling is based on randomization, there can be +// significant variability on the unsampled data. To account for that, +// the testcase allows for a 10% margin of error, but only fails if it +// consistently fails across three experiments, avoiding flakes. +func testSmallAllocations() error { + const iters = 50000 + // Sizes of the allocations performed by each experiment. + sizes := []int64{1024, 512, 256} + frames := []string{"main.allocSmall1", "main.allocSmall2", "main.allocSmall3"} + leafFrame := "main.allocSmall" + + // Pass if at least one of three experiments has no errors. Use a separate + // function for each experiment to identify each experiment in the profile. + allocSmall1(iters) + if checkAllocations(getMemProfileRecords(), leafFrame, frames[0:1], iters, sizes) == nil { + // Passed on first try, report no error. + return nil + } + allocSmall2(iters) + if checkAllocations(getMemProfileRecords(), leafFrame, frames[0:2], iters, sizes) == nil { + // Passed on second try, report no error. + return nil + } + allocSmall3(iters) + // If it fails a third time, we may be onto something. + return checkAllocations(getMemProfileRecords(), leafFrame, frames[0:3], iters, sizes) +} + +// allocSmall performs only small allocations for sanity testing. +func allocSmall(n int) { + for i := 0; i < n; i++ { + // Test verification depends on these lines being contiguous. + a1k = new([1024]byte) + a512 = new([512]byte) + a256 = new([256]byte) + + // Slow down the allocation rate to avoid #52433. + runtime.Gosched() + } +} + +// Three separate instances of testing to avoid flakes. Will report an error +// only if they all consistently report failures. +func allocSmall1(n int) { + allocSmall(n) +} + +func allocSmall2(n int) { + allocSmall(n) +} + +func allocSmall3(n int) { + allocSmall(n) +} + +// checkAllocations validates that the profile records collected for +// the named function are consistent with count contiguous allocations +// of the specified sizes. +// Check multiple functions and only report consistent failures across +// multiple tests. +// Look only at samples that include the named frames, and group the +// allocations by their line number. All these allocations are done from +// the same leaf function, so their line numbers are the same. +func checkAllocations(records []runtime.MemProfileRecord, leafFrame string, frames []string, count int64, size []int64) error { + objectsPerLine := map[int][]int64{} + bytesPerLine := map[int][]int64{} + totalCount := []int64{} + // Compute the line number of the first allocation. All the + // allocations are from the same leaf, so pick the first one. + var firstLine int + for ln := range allocObjects(records, leafFrame, frames[0]) { + if firstLine == 0 || firstLine > ln { + firstLine = ln + } + } + for _, frame := range frames { + var objectCount int64 + a := allocObjects(records, leafFrame, frame) + for s := range size { + // Allocations of size size[s] should be on line firstLine + s. + ln := firstLine + s + objectsPerLine[ln] = append(objectsPerLine[ln], a[ln].objects) + bytesPerLine[ln] = append(bytesPerLine[ln], a[ln].bytes) + objectCount += a[ln].objects + } + totalCount = append(totalCount, objectCount) + } + for i, w := range size { + ln := firstLine + i + if err := checkValue(frames[0], ln, "objects", count, objectsPerLine[ln]); err != nil { + return err + } + if err := checkValue(frames[0], ln, "bytes", count*w, bytesPerLine[ln]); err != nil { + return err + } + } + return checkValue(frames[0], 0, "total", count*int64(len(size)), totalCount) +} + +// checkValue checks an unsampled value against its expected value. +// Given that this is a sampled value, it will be unexact and will change +// from run to run. Only report it as a failure if all the values land +// consistently far from the expected value. +func checkValue(fname string, ln int, testName string, want int64, got []int64) error { + if got == nil { + return fmt.Errorf("Unexpected empty result") + } + min, max := got[0], got[0] + for _, g := range got[1:] { + if g < min { + min = g + } + if g > max { + max = g + } + } + margin := want / 10 // 10% margin. + if min > want+margin || max < want-margin { + return fmt.Errorf("%s:%d want %s in [%d: %d], got %v", fname, ln, testName, want-margin, want+margin, got) + } + return nil +} + +func getMemProfileRecords() []runtime.MemProfileRecord { + // Force the runtime to update the object and byte counts. + // This can take up to two GC cycles to get a complete + // snapshot of the current point in time. + runtime.GC() + runtime.GC() + + // Find out how many records there are (MemProfile(nil, true)), + // allocate that many records, and get the data. + // There's a race—more records might be added between + // the two calls—so allocate a few extra records for safety + // and also try again if we're very unlucky. + // The loop should only execute one iteration in the common case. + var p []runtime.MemProfileRecord + n, ok := runtime.MemProfile(nil, true) + for { + // Allocate room for a slightly bigger profile, + // in case a few more entries have been added + // since the call to MemProfile. + p = make([]runtime.MemProfileRecord, n+50) + n, ok = runtime.MemProfile(p, true) + if ok { + p = p[0:n] + break + } + // Profile grew; try again. + } + return p +} + +type allocStat struct { + bytes, objects int64 +} + +// allocObjects examines the profile records for samples including the +// named function and returns the allocation stats aggregated by +// source line number of the allocation (at the leaf frame). +func allocObjects(records []runtime.MemProfileRecord, leafFrame, function string) map[int]allocStat { + a := make(map[int]allocStat) + for _, r := range records { + var pcs []uintptr + for _, s := range r.Stack0 { + if s == 0 { + break + } + pcs = append(pcs, s) + } + frames := runtime.CallersFrames(pcs) + line := 0 + for { + frame, more := frames.Next() + name := frame.Function + if name == leafFrame && line == 0 { + line = frame.Line + } + if name == function { + allocStat := a[line] + allocStat.bytes += r.AllocBytes + allocStat.objects += r.AllocObjects + a[line] = allocStat + } + if !more { + break + } + } + } + for line, stats := range a { + objects, bytes := scaleHeapSample(stats.objects, stats.bytes, int64(runtime.MemProfileRate)) + a[line] = allocStat{bytes, objects} + } + return a +} + +// scaleHeapSample unsamples heap allocations. +// Taken from src/cmd/pprof/internal/profile/legacy_profile.go +func scaleHeapSample(count, size, rate int64) (int64, int64) { + if count == 0 || size == 0 { + return 0, 0 + } + + if rate <= 1 { + // if rate==1 all samples were collected so no adjustment is needed. + // if rate<1 treat as unknown and skip scaling. + return count, size + } + + avgSize := float64(size) / float64(count) + scale := 1 / (1 - math.Exp(-avgSize/float64(rate))) + + return int64(float64(count) * scale), int64(float64(size) * scale) +} diff --git a/go/test/helloworld.go b/go/test/helloworld.go new file mode 100644 index 0000000000000000000000000000000000000000..06851d13b3aa7b66c0438bdd2c5ea00ad4f4d1c1 --- /dev/null +++ b/go/test/helloworld.go @@ -0,0 +1,13 @@ +// run + +// Copyright 2009 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. + +// Test that we can do page 1 of the C book. + +package main + +func main() { + print("hello, world\n") +} diff --git a/go/test/helloworld.out b/go/test/helloworld.out new file mode 100644 index 0000000000000000000000000000000000000000..4b5fa63702dd96796042e92787f464e28f09f17d --- /dev/null +++ b/go/test/helloworld.out @@ -0,0 +1 @@ +hello, world diff --git a/go/test/if.go b/go/test/if.go new file mode 100644 index 0000000000000000000000000000000000000000..25cc141648b9a65b7555075ad947b1035ad3111d --- /dev/null +++ b/go/test/if.go @@ -0,0 +1,93 @@ +// run + +// Copyright 2009 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. + +// Test if statements in various forms. + +package main + +func assertequal(is, shouldbe int, msg string) { + if is != shouldbe { + print("assertion fail", msg, "\n") + panic(1) + } +} + +func main() { + i5 := 5 + i7 := 7 + + var count int + + count = 0 + if true { + count = count + 1 + } + assertequal(count, 1, "if true") + + count = 0 + if false { + count = count + 1 + } + assertequal(count, 0, "if false") + + count = 0 + if one := 1; true { + count = count + one + } + assertequal(count, 1, "if true one") + + count = 0 + if one := 1; false { + count = count + 1 + _ = one + } + assertequal(count, 0, "if false one") + + count = 0 + if i5 < i7 { + count = count + 1 + } + assertequal(count, 1, "if cond") + + count = 0 + if true { + count = count + 1 + } else { + count = count - 1 + } + assertequal(count, 1, "if else true") + + count = 0 + if false { + count = count + 1 + } else { + count = count - 1 + } + assertequal(count, -1, "if else false") + + count = 0 + if t := 1; false { + count = count + 1 + _ = t + t := 7 + _ = t + } else { + count = count - t + } + assertequal(count, -1, "if else false var") + + count = 0 + t := 1 + if false { + count = count + 1 + t := 7 + _ = t + } else { + count = count - t + } + _ = t + assertequal(count, -1, "if else false var outside") +} diff --git a/go/test/import.go b/go/test/import.go new file mode 100644 index 0000000000000000000000000000000000000000..d135cd284517fb540e2ff43fb2b6892b72f800ba --- /dev/null +++ b/go/test/import.go @@ -0,0 +1,24 @@ +// compile + +// Copyright 2009 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. + +// Test that when import gives multiple names +// to a single type, they still all refer to the same type. + +package main + +import _os_ "os" +import "os" +import . "os" + +func f(e *os.File) + +func main() { + var _e_ *_os_.File + var dot *File + + f(_e_) + f(dot) +} diff --git a/go/test/import1.go b/go/test/import1.go new file mode 100644 index 0000000000000000000000000000000000000000..8a4534bbfeef1f39175da36dea0b8410742226dd --- /dev/null +++ b/go/test/import1.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that import conflicts are detected by the compiler. +// Does not compile. + +package main + +import "bufio" // ERROR "previous|not used" +import bufio "os" // ERROR "redeclared|redefinition|incompatible" "imported and not used|imported as bufio and not used" + +import ( + "fmt" // ERROR "previous|not used" + fmt "math" // ERROR "redeclared|redefinition|incompatible" "imported and not used: \x22math\x22 as fmt|imported as fmt and not used" + . "math" // GC_ERROR "imported and not used: \x22math\x22$|imported and not used" +) diff --git a/go/test/import2.go b/go/test/import2.go new file mode 100644 index 0000000000000000000000000000000000000000..1ef1dd4a187f50a90ab1197e8d78ccd0d36f4c09 --- /dev/null +++ b/go/test/import2.go @@ -0,0 +1,8 @@ +// compiledir + +// Copyright 2010 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. + +// Tests that export data does not corrupt type syntax. +package ignored diff --git a/go/test/import4.go b/go/test/import4.go new file mode 100644 index 0000000000000000000000000000000000000000..875bf894302e1e176a5676106b4a1cee98bdf705 --- /dev/null +++ b/go/test/import4.go @@ -0,0 +1,11 @@ +// errorcheckdir + +// Copyright 2009 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. + +// Verify that various kinds of "imported and not used" +// errors are caught by the compiler. +// Does not compile. + +package ignored diff --git a/go/test/import5.go b/go/test/import5.go new file mode 100644 index 0000000000000000000000000000000000000000..8fdc8c3757409f416156ac68a7f893ae712df836 --- /dev/null +++ b/go/test/import5.go @@ -0,0 +1,27 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that invalid imports are rejected by the compiler. +// Does not compile. + +package main + +// Correct import paths. +import _ "fmt" +import _ `time` +import _ "m\x61th" +import _ "go/parser" + +// Correct import paths, but the packages don't exist. +// Don't test. +//import "a.b" +//import "greek/αβ" + +// Import paths must be strings. +import 42 // ERROR "import path must be a string" +import 'a' // ERROR "import path must be a string" +import 3.14 // ERROR "import path must be a string" +import 0.25i // ERROR "import path must be a string" diff --git a/go/test/import6.go b/go/test/import6.go new file mode 100644 index 0000000000000000000000000000000000000000..17c7dd4817388a5ba655542463fdc2234cb12823 --- /dev/null +++ b/go/test/import6.go @@ -0,0 +1,39 @@ +// errorcheck + +// Copyright 2017 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. + +// Verify that invalid imports are rejected by the compiler. +// Does not compile. + +package main + +// Each of these pairs tests both `` vs "" strings +// and also use of invalid characters spelled out as +// escape sequences and written directly. +// For example `"\x00"` tests import "\x00" +// while "`\x00`" tests import ``. +import "" // ERROR "import path" +import `` // ERROR "import path" +import "\x00" // ERROR "import path" +import `\x00` // ERROR "import path" +import "\x7f" // ERROR "import path" +import `\x7f` // ERROR "import path" +import "a!" // ERROR "import path" +import `a!` // ERROR "import path" +import "a b" // ERROR "import path" +import `a b` // ERROR "import path" +import "a\\b" // ERROR "import path" +import `a\\b` // ERROR "import path" +import "\"`a`\"" // ERROR "import path" +import `\"a\"` // ERROR "import path" +import "\x80\x80" // ERROR "import path" +import `\x80\x80` // ERROR "import path" +import "\xFFFD" // ERROR "import path" +import `\xFFFD` // ERROR "import path" + +// Invalid local imports. +// types2 adds extra "not used" error. +import "/foo" // ERROR "import path cannot be absolute path|not used" +import "c:/foo" // ERROR "import path contains invalid character|invalid character" diff --git a/go/test/index.go b/go/test/index.go new file mode 100644 index 0000000000000000000000000000000000000000..91195ad632bea77a97f4f69457b89e74c4eea7e5 --- /dev/null +++ b/go/test/index.go @@ -0,0 +1,299 @@ +// skip + +// Copyright 2010 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. + +// Generate test of index and slice bounds checks. +// The actual tests are index0.go, index1.go, index2.go. + +package main + +import ( + "bufio" + "fmt" + "os" + "unsafe" +) + +const prolog = ` + +package main + +import ( + "runtime" +) + +type quad struct { x, y, z, w int } + +const ( + cj = 100011 + ci int = 100012 + ci8 int8 = 115 + ci16 int16 = 10016 + ci32 int32 = 100013 + ci64 int64 = 100014 + ci64big int64 = 1<<31 + ci64bigger int64 = 1<<32 + chuge = 1<<100 + cfgood = 2.0 + cfbad = 2.1 + + cnj = -2 + cni int = -3 + cni8 int8 = -6 + cni16 int16 = -7 + cni32 int32 = -4 + cni64 int64 = -5 + cni64big int64 = -1<<31 + cni64bigger int64 = -1<<32 + cnhuge = -1<<100 + cnfgood = -2.0 + cnfbad = -2.1 +) + +var j int = 100020 +var i int = 100021 +var i8 int8 = 126 +var i16 int16 = 10025 +var i32 int32 = 100022 +var i64 int64 = 100023 +var i64big int64 = 1<<31 +var i64bigger int64 = 1<<32 +var huge uint64 = 1<<64 - 1 +var fgood float64 = 2.0 +var fbad float64 = 2.1 + +var nj int = -10 +var ni int = -11 +var ni8 int8 = -14 +var ni16 int16 = -15 +var ni32 int32 = -12 +var ni64 int64 = -13 +var ni64big int64 = -1<<31 +var ni64bigger int64 = -1<<32 +var nhuge int64 = -1<<63 +var nfgood float64 = -2.0 +var nfbad float64 = -2.1 + +var si []int = make([]int, 10) +var ai [10]int +var pai *[10]int = &ai + +var sq []quad = make([]quad, 10) +var aq [10]quad +var paq *[10]quad = &aq + +var sib []int = make([]int, 100000) +var aib [100000]int +var paib *[100000]int = &aib + +var sqb []quad = make([]quad, 100000) +var aqb [100000]quad +var paqb *[100000]quad = &aqb + +type T struct { + si []int + ai [10]int + pai *[10]int + sq []quad + aq [10]quad + paq *[10]quad + + sib []int + aib [100000]int + paib *[100000]int + sqb []quad + aqb [100000]quad + paqb *[100000]quad +} + +var t = T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb} + +var pt = &T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb} + +// test that f panics +func test(f func(), s string) { + defer func() { + if err := recover(); err == nil { + _, file, line, _ := runtime.Caller(2) + bug() + print(file, ":", line, ": ", s, " did not panic\n") + } else if !contains(err.(error).Error(), "out of range") { + _, file, line, _ := runtime.Caller(2) + bug() + print(file, ":", line, ": ", s, " unexpected panic: ", err.(error).Error(), "\n") + } + }() + f() +} + +func contains(x, y string) bool { + for i := 0; i+len(y) <= len(x); i++ { + if x[i:i+len(y)] == y { + return true + } + } + return false +} + + +var X interface{} +func use(y interface{}) { + X = y +} + +var didBug = false + +func bug() { + if !didBug { + didBug = true + println("BUG") + } +} + +func main() { +` + +// pass variable set in index[012].go +// 0 - dynamic checks +// 1 - static checks of invalid constants (cannot assign to types) +// 2 - static checks of array bounds + +func testExpr(b *bufio.Writer, expr string) { + if pass == 0 { + fmt.Fprintf(b, "\ttest(func(){use(%s)}, %q)\n", expr, expr) + } else { + fmt.Fprintf(b, "\tuse(%s) // ERROR \"index|overflow|truncated|must be integer\"\n", expr) + } +} + +func main() { + b := bufio.NewWriter(os.Stdout) + + if pass == 0 { + fmt.Fprint(b, "// run\n\n") + } else { + fmt.Fprint(b, "// errorcheck\n\n") + } + fmt.Fprint(b, prolog) + + var choices = [][]string{ + // Direct value, fetch from struct, fetch from struct pointer. + // The last two cases get us to oindex_const_sudo in gsubr.c. + []string{"", "t.", "pt."}, + + // Array, pointer to array, slice. + []string{"a", "pa", "s"}, + + // Element is int, element is quad (struct). + // This controls whether we end up in gsubr.c (i) or cgen.c (q). + []string{"i", "q"}, + + // Small or big len. + []string{"", "b"}, + + // Variable or constant. + []string{"", "c"}, + + // Positive or negative. + []string{"", "n"}, + + // Size of index. + []string{"j", "i", "i8", "i16", "i32", "i64", "i64big", "i64bigger", "huge", "fgood", "fbad"}, + } + + forall(choices, func(x []string) { + p, a, e, big, c, n, i := x[0], x[1], x[2], x[3], x[4], x[5], x[6] + + // Pass: dynamic=0, static=1, 2. + // Which cases should be caught statically? + // Only constants, obviously. + // Beyond that, must be one of these: + // indexing into array or pointer to array + // negative constant + // large constant + thisPass := 0 + if c == "c" && (a == "a" || a == "pa" || n == "n" || i == "i64big" || i == "i64bigger" || i == "huge" || i == "fbad") { + if i == "huge" { + // Due to a detail of gc's internals, + // the huge constant errors happen in an + // earlier pass than the others and inhibits + // the next pass from running. + // So run it as a separate check. + thisPass = 1 + } else if a == "s" && n == "" && (i == "i64big" || i == "i64bigger") && unsafe.Sizeof(int(0)) > 4 { + // If int is 64 bits, these huge + // numbers do fit in an int, so they + // are not rejected at compile time. + thisPass = 0 + } else { + thisPass = 2 + } + } + + pae := p + a + e + big + cni := c + n + i + + // If we're using the big-len data, positive int8 and int16 cannot overflow. + if big == "b" && n == "" && (i == "i8" || i == "i16") { + if pass == 0 { + fmt.Fprintf(b, "\tuse(%s[%s])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[0:%s])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[1:%s])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[%s:])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[%s:%s])\n", pae, cni, cni) + } + return + } + + // Float variables cannot be used as indices. + if c == "" && (i == "fgood" || i == "fbad") { + return + } + // Integral float constant is ok. + if c == "c" && n == "" && i == "fgood" { + if pass == 0 { + fmt.Fprintf(b, "\tuse(%s[%s])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[0:%s])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[1:%s])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[%s:])\n", pae, cni) + fmt.Fprintf(b, "\tuse(%s[%s:%s])\n", pae, cni, cni) + } + return + } + + // Only print the test case if it is appropriate for this pass. + if thisPass == pass { + // Index operation + testExpr(b, pae+"["+cni+"]") + + // Slice operation. + // Low index 0 is a special case in ggen.c + // so test both 0 and 1. + testExpr(b, pae+"[0:"+cni+"]") + testExpr(b, pae+"[1:"+cni+"]") + testExpr(b, pae+"["+cni+":]") + testExpr(b, pae+"["+cni+":"+cni+"]") + } + }) + + fmt.Fprintln(b, "}") + b.Flush() +} + +func forall(choices [][]string, f func([]string)) { + x := make([]string, len(choices)) + + var recurse func(d int) + recurse = func(d int) { + if d >= len(choices) { + f(x) + return + } + for _, x[d] = range choices[d] { + recurse(d + 1) + } + } + recurse(0) +} diff --git a/go/test/index0.go b/go/test/index0.go new file mode 100644 index 0000000000000000000000000000000000000000..62f339277b935261122daf8b3c98f550913ccd6e --- /dev/null +++ b/go/test/index0.go @@ -0,0 +1,12 @@ +// runoutput ./index.go + +// Copyright 2012 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. + +// Generate test of index and slice bounds checks. +// The output is compiled and run. + +package main + +const pass = 0 diff --git a/go/test/index1.go b/go/test/index1.go new file mode 100644 index 0000000000000000000000000000000000000000..40efc54eff61e3990c84b25e9c3cf505b504f6ab --- /dev/null +++ b/go/test/index1.go @@ -0,0 +1,12 @@ +// errorcheckoutput ./index.go + +// Copyright 2010 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. + +// Generate test of index and slice bounds checks. +// The output is error checked. + +package main + +const pass = 1 diff --git a/go/test/index2.go b/go/test/index2.go new file mode 100644 index 0000000000000000000000000000000000000000..2a210cc981883c293d5ffec9aea5f298d3301680 --- /dev/null +++ b/go/test/index2.go @@ -0,0 +1,12 @@ +// errorcheckoutput ./index.go + +// Copyright 2010 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. + +// Generate test of index and slice bounds checks. +// The output is error checked. + +package main + +const pass = 2 diff --git a/go/test/indirect.go b/go/test/indirect.go new file mode 100644 index 0000000000000000000000000000000000000000..bb20f3009bfdd010b6806c0e36ddb178d50062c8 --- /dev/null +++ b/go/test/indirect.go @@ -0,0 +1,87 @@ +// run + +// Copyright 2009 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. + +// Test various safe uses of indirection. + +package main + +var m0 map[string]int +var m1 *map[string]int +var m2 *map[string]int = &m0 +var m3 map[string]int = map[string]int{"a": 1} +var m4 *map[string]int = &m3 + +var s0 string +var s1 *string +var s2 *string = &s0 +var s3 string = "a" +var s4 *string = &s3 + +var a0 [10]int +var a1 *[10]int +var a2 *[10]int = &a0 + +var b0 []int +var b1 *[]int +var b2 *[]int = &b0 +var b3 []int = []int{1, 2, 3} +var b4 *[]int = &b3 + +func crash() { + // these uses of nil pointers + // would crash but should type check + println("crash", + len(a1)+cap(a1)) +} + +func nocrash() { + // this is spaced funny so that + // the compiler will print a different + // line number for each len call if + // it decides there are type errors. + // it might also help in the traceback. + x := + len(m0) + + len(m3) + if x != 1 { + println("wrong maplen") + panic("fail") + } + + x = + len(s0) + + len(s3) + if x != 1 { + println("wrong stringlen") + panic("fail") + } + + x = + len(a0) + + len(a2) + if x != 20 { + println("wrong arraylen") + panic("fail") + } + + x = + len(b0) + + len(b3) + if x != 3 { + println("wrong slicelen") + panic("fail") + } + + x = + cap(b0) + + cap(b3) + if x != 3 { + println("wrong slicecap") + panic("fail") + } +} + +func main() { nocrash() } diff --git a/go/test/indirect1.go b/go/test/indirect1.go new file mode 100644 index 0000000000000000000000000000000000000000..51da4cc7c4586b82f0121318f6ec545f01591a2c --- /dev/null +++ b/go/test/indirect1.go @@ -0,0 +1,72 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that illegal uses of indirection are caught by the compiler. +// Does not compile. + +package main + +var m0 map[string]int +var m1 *map[string]int +var m2 *map[string]int = &m0 +var m3 map[string]int = map[string]int{"a": 1} +var m4 *map[string]int = &m3 + +var s0 string +var s1 *string +var s2 *string = &s0 +var s3 string = "a" +var s4 *string = &s3 + +var a0 [10]int +var a1 *[10]int +var a2 *[10]int = &a0 + +var b0 []int +var b1 *[]int +var b2 *[]int = &b0 +var b3 []int = []int{1, 2, 3} +var b4 *[]int = &b3 + +func f() { + // this is spaced funny so that + // the compiler will print a different + // line number for each len call when + // it decides there are type errors. + x := + len(m0)+ + len(m1)+ // ERROR "illegal|invalid|must be" + len(m2)+ // ERROR "illegal|invalid|must be" + len(m3)+ + len(m4)+ // ERROR "illegal|invalid|must be" + + len(s0)+ + len(s1)+ // ERROR "illegal|invalid|must be" + len(s2)+ // ERROR "illegal|invalid|must be" + len(s3)+ + len(s4)+ // ERROR "illegal|invalid|must be" + + len(a0)+ + len(a1)+ + len(a2)+ + + cap(a0)+ + cap(a1)+ + cap(a2)+ + + len(b0)+ + len(b1)+ // ERROR "illegal|invalid|must be" + len(b2)+ // ERROR "illegal|invalid|must be" + len(b3)+ + len(b4)+ // ERROR "illegal|invalid|must be" + + cap(b0)+ + cap(b1)+ // ERROR "illegal|invalid|must be" + cap(b2)+ // ERROR "illegal|invalid|must be" + cap(b3)+ + cap(b4) // ERROR "illegal|invalid|must be" + _ = x +} diff --git a/go/test/init.go b/go/test/init.go new file mode 100644 index 0000000000000000000000000000000000000000..43bb3c6503e99294480a0bbbce847e47e0372bc6 --- /dev/null +++ b/go/test/init.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2011 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. + +// Verify that erroneous use of init is detected. +// Does not compile. + +package main + +func init() { +} + +func main() { + init() // ERROR "undefined.*init" + runtime.init() // ERROR "undefined.*runtime\.init|reference to undefined name|undefined: runtime" + var _ = init // ERROR "undefined.*init" +} diff --git a/go/test/init1.go b/go/test/init1.go new file mode 100644 index 0000000000000000000000000000000000000000..0803dced1c4c6b4f1b1b0e8aa500a3e0830ff383 --- /dev/null +++ b/go/test/init1.go @@ -0,0 +1,53 @@ +// run + +// Copyright 2011 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. + +// Test that goroutines and garbage collection run during init. + +package main + +import "runtime" + +var x []byte + +func init() { + c := make(chan int) + go send(c) + <-c + + const N = 1000 + const MB = 1 << 20 + b := make([]byte, MB) + for i := range b { + b[i] = byte(i%10 + '0') + } + s := string(b) + + memstats := new(runtime.MemStats) + runtime.ReadMemStats(memstats) + sys, numGC := memstats.Sys, memstats.NumGC + + // Generate 1,000 MB of garbage, only retaining 1 MB total. + for i := 0; i < N; i++ { + x = []byte(s) + } + + // Verify that the garbage collector ran by seeing if we + // allocated fewer than N*MB bytes from the system. + runtime.ReadMemStats(memstats) + sys1, numGC1 := memstats.Sys, memstats.NumGC + if sys1-sys >= N*MB || numGC1 == numGC { + println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory") + println("numGC went", numGC, "to", numGC1) + panic("init1") + } +} + +func send(c chan int) { + c <- 1 +} + +func main() { +} diff --git a/go/test/initcomma.go b/go/test/initcomma.go new file mode 100644 index 0000000000000000000000000000000000000000..a54fce4280236a164459681347ee274902ddd039 --- /dev/null +++ b/go/test/initcomma.go @@ -0,0 +1,81 @@ +// run + +// Copyright 2009 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. + +// Test trailing commas. DO NOT gofmt THIS FILE. + +package main + +var a = []int{1, 2, } +var b = [5]int{1, 2, 3, } +var c = []int{1, } +var d = [...]int{1, 2, 3, } + +func main() { + if len(a) != 2 { + println("len a", len(a)) + panic("fail") + } + if len(b) != 5 { + println("len b", len(b)) + panic("fail") + } + if len(c) != 1 { + println("len d", len(c)) + panic("fail") + } + if len(d) != 3 { + println("len c", len(d)) + panic("fail") + } + + if a[0] != 1 { + println("a[0]", a[0]) + panic("fail") + } + if a[1] != 2 { + println("a[1]", a[1]) + panic("fail") + } + + if b[0] != 1 { + println("b[0]", b[0]) + panic("fail") + } + if b[1] != 2 { + println("b[1]", b[1]) + panic("fail") + } + if b[2] != 3 { + println("b[2]", b[2]) + panic("fail") + } + if b[3] != 0 { + println("b[3]", b[3]) + panic("fail") + } + if b[4] != 0 { + println("b[4]", b[4]) + panic("fail") + } + + if c[0] != 1 { + println("c[0]", c[0]) + panic("fail") + } + + if d[0] != 1 { + println("d[0]", d[0]) + panic("fail") + } + if d[1] != 2 { + println("d[1]", d[1]) + panic("fail") + } + if d[2] != 3 { + println("d[2]", d[2]) + panic("fail") + } +} diff --git a/go/test/initexp.go b/go/test/initexp.go new file mode 100644 index 0000000000000000000000000000000000000000..b4d4701aab7707ca56dbc9daf78eda76ce3d7044 --- /dev/null +++ b/go/test/initexp.go @@ -0,0 +1,36 @@ +// errorcheck -t 10 + +// Copyright 2021 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 p + +// The init cycle diagnosis used to take exponential time +// to traverse the call graph paths. This test case takes +// at least two minutes on a modern laptop with the bug +// and runs in a fraction of a second without it. +// 10 seconds (-t 10 above) should be plenty if the code is working. + +var x = f() + z() // ERROR "initialization cycle" + +func f() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func z() int { return x } + +func a1() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a2() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a3() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a4() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a5() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a6() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a7() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } +func a8() int { return b1() + b2() + b3() + b4() + b5() + b6() + b7() } + +func b1() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b2() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b3() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b4() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b5() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b6() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b7() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } +func b8() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() } diff --git a/go/test/initialize.go b/go/test/initialize.go new file mode 100644 index 0000000000000000000000000000000000000000..bbf73d9464e96154baa8e7a3ef802b2b50b73ae1 --- /dev/null +++ b/go/test/initialize.go @@ -0,0 +1,105 @@ +// run + +// Copyright 2009 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. + +// Test initialization of package-level variables. + +package main + +import ( + "fmt" + "reflect" +) + +type S struct { + A, B, C, X, Y, Z int +} + +type T struct { + S +} + +var a1 = S{0, 0, 0, 1, 2, 3} +var b1 = S{X: 1, Z: 3, Y: 2} + +var a2 = S{0, 0, 0, 0, 0, 0} +var b2 = S{} + +var a3 = T{S{1, 2, 3, 0, 0, 0}} +var b3 = T{S: S{A: 1, B: 2, C: 3}} + +var a4 = &[16]byte{0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0} +var b4 = &[16]byte{4: 1, 1, 1, 1, 12: 1, 1} + +var a5 = &[16]byte{1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0} +var b5 = &[16]byte{1, 4: 1, 1, 1, 1, 12: 1, 1} + +var a6 = &[16]byte{1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0} +var b6 = &[...]byte{1, 4: 1, 1, 1, 1, 12: 1, 1, 0, 0} + +func f7(ch chan int) [2]chan int { return [2]chan int{ch, ch} } + +var a7 = f7(make(chan int)) + +func f8(m map[string]string) [2]map[string]string { return [2]map[string]string{m, m} } +func m8(m [2]map[string]string) string { + m[0]["def"] = "ghi" + return m[1]["def"] +} + +var a8 = f8(make(map[string]string)) +var a9 = f8(map[string]string{"abc": "def"}) + +func f10(s *S) [2]*S { return [2]*S{s, s} } + +var a10 = f10(new(S)) +var a11 = f10(&S{X: 1}) + +func f12(b []byte) [2][]byte { return [2][]byte{b, b} } + +var a12 = f12([]byte("hello")) +var a13 = f12([]byte{1, 2, 3}) +var a14 = f12(make([]byte, 1)) + +func f15(b []rune) [2][]rune { return [2][]rune{b, b} } + +var a15 = f15([]rune("hello")) +var a16 = f15([]rune{1, 2, 3}) + +type Same struct { + a, b interface{} +} + +var same = []Same{ + {a1, b1}, + {a2, b2}, + {a3, b3}, + {a4, b4}, + {a5, b5}, + {a6, b6}, + {a7[0] == a7[1], true}, + {m8(a8) == "ghi", true}, + {m8(a9) == "ghi", true}, + {a10[0] == a10[1], true}, + {a11[0] == a11[1], true}, + {&a12[0][0] == &a12[1][0], true}, + {&a13[0][0] == &a13[1][0], true}, + {&a14[0][0] == &a14[1][0], true}, + {&a15[0][0] == &a15[1][0], true}, + {&a16[0][0] == &a16[1][0], true}, +} + +func main() { + ok := true + for i, s := range same { + if !reflect.DeepEqual(s.a, s.b) { + ok = false + fmt.Printf("#%d not same: %v and %v\n", i+1, s.a, s.b) + } + } + if !ok { + fmt.Println("BUG: test/initialize") + } +} diff --git a/go/test/initializerr.go b/go/test/initializerr.go new file mode 100644 index 0000000000000000000000000000000000000000..aae740da38ffe6838ddf5a85d318aec23a77e111 --- /dev/null +++ b/go/test/initializerr.go @@ -0,0 +1,41 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that erroneous initialization expressions are caught by the compiler +// Does not compile. + +package main + +type S struct { + A, B, C, X, Y, Z int +} + +type T struct { + S +} + +var x = 1 +var a1 = S{0, X: 1} // ERROR "mixture|undefined" "too few values" +var a2 = S{Y: 3, Z: 2, Y: 3} // ERROR "duplicate" +var a3 = T{S{}, 2, 3, 4, 5, 6} // ERROR "convert|too many" +var a4 = [5]byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10} // ERROR "index|too many" +var a5 = []byte{x: 2} // ERROR "index" +var a6 = []byte{1: 1, 2: 2, 1: 3} // ERROR "duplicate" + +var ok1 = S{} // should be ok +var ok2 = T{S: ok1} // should be ok + +// These keys can be computed at compile time but they are +// not constants as defined by the spec, so they do not trigger +// compile-time errors about duplicate key values. +// See issue 4555. + +type Key struct{ X, Y int } + +var _ = map[Key]string{ + Key{1, 2}: "hello", + Key{1, 2}: "world", +} diff --git a/go/test/initloop.go b/go/test/initloop.go new file mode 100644 index 0000000000000000000000000000000000000000..c4530f36d6c24d3d27f5fbf5c7f46db2dcdf2297 --- /dev/null +++ b/go/test/initloop.go @@ -0,0 +1,17 @@ +// errorcheck + +// Copyright 2015 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. + +// Verify that initialization loops are caught +// and that the errors print correctly. + +package main + +var ( + x int = a + a int = b // ERROR "a refers to b\n.*b refers to c\n.*c refers to a|initialization loop" + b int = c + c int = a +) diff --git a/go/test/inline.go b/go/test/inline.go new file mode 100644 index 0000000000000000000000000000000000000000..3ed4b1de451ff1fc144e2cab3f7c18c007f26609 --- /dev/null +++ b/go/test/inline.go @@ -0,0 +1,433 @@ +// errorcheckwithauto -0 -m -d=inlfuncswithclosures=1 + +//go:build !goexperiment.newinliner + +// Copyright 2015 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. + +// Test, using compiler diagnostic flags, that inlining is working. +// Compiles but does not run. + +package foo + +import ( + "errors" + "runtime" + "unsafe" +) + +func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result" + return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1" +} + +func add1(p unsafe.Pointer, x uintptr) unsafe.Pointer { // ERROR "can inline add1" "leaking param: p to result" + return unsafe.Pointer(uintptr(p) + x) +} + +func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result" + return add2(x, 1) // ERROR "inlining call to add2" "inlining call to add1" +} + +//go:noinline +func g(x int) int { + return x + 1 +} + +func h(x int) int { // ERROR "can inline h" + return x + 2 +} + +func i(x int) int { // ERROR "can inline i" + const y = 2 + return x + y +} + +func j(x int) int { // ERROR "can inline j" + switch { + case x > 0: + return x + 2 + default: + return x + 1 + } +} + +func f2() int { // ERROR "can inline f2" + tmp1 := h + tmp2 := tmp1 + return tmp2(0) // ERROR "inlining call to h" +} + +var abc = errors.New("abc") // ERROR "inlining call to errors.New" + +var somethingWrong error + +// local closures can be inlined +func l(x, y int) (int, int, error) { // ERROR "can inline l" + e := func(err error) (int, int, error) { // ERROR "can inline l.func1" "func literal does not escape" "leaking param: err to result" + return 0, 0, err + } + if x == y { + e(somethingWrong) // ERROR "inlining call to l.func1" + } else { + f := e + f(nil) // ERROR "inlining call to l.func1" + } + _ = e // prevent simple deadcode elimination after inlining + return y, x, nil +} + +// any re-assignment prevents closure inlining +func m() int { + foo := func() int { return 1 } // ERROR "can inline m.func1" "func literal does not escape" + x := foo() + foo = func() int { return 2 } // ERROR "can inline m.func2" "func literal does not escape" + return x + foo() +} + +// address taking prevents closure inlining +func n() int { + foo := func() int { return 1 } // ERROR "can inline n.func1" "func literal does not escape" + bar := &foo + x := (*bar)() + foo() + return x +} + +// make sure assignment inside closure is detected +func o() int { + foo := func() int { return 1 } // ERROR "can inline o.func1" "func literal does not escape" + func(x int) { // ERROR "can inline o.func2" + if x > 10 { + foo = func() int { return 2 } // ERROR "can inline o.func2" + } + }(11) // ERROR "func literal does not escape" "inlining call to o.func2" + return foo() +} + +func p() int { // ERROR "can inline p" + return func() int { return 42 }() // ERROR "can inline p.func1" "inlining call to p.func1" +} + +func q(x int) int { // ERROR "can inline q" + foo := func() int { return x * 2 } // ERROR "can inline q.func1" "func literal does not escape" + _ = foo // prevent simple deadcode elimination after inlining + return foo() // ERROR "inlining call to q.func1" +} + +func r(z int) int { + foo := func(x int) int { // ERROR "can inline r.func1" "func literal does not escape" + return x + z + } + bar := func(x int) int { // ERROR "func literal does not escape" "can inline r.func2" + return x + func(y int) int { // ERROR "can inline r.func2.1" "can inline r.r.func2.func3" + return 2*y + x*z + }(x) // ERROR "inlining call to r.func2.1" + } + _, _ = foo, bar // prevent simple deadcode elimination after inlining + + return foo(42) + bar(42) // ERROR "inlining call to r.func1" "inlining call to r.func2" "inlining call to r.r.func2.func3" +} + +func s0(x int) int { // ERROR "can inline s0" + foo := func() { // ERROR "can inline s0.func1" "func literal does not escape" + x = x + 1 + } + foo() // ERROR "inlining call to s0.func1" + _ = foo // prevent simple deadcode elimination after inlining + return x +} + +func s1(x int) int { // ERROR "can inline s1" + foo := func() int { // ERROR "can inline s1.func1" "func literal does not escape" + return x + } + x = x + 1 + _ = foo // prevent simple deadcode elimination after inlining + return foo() // ERROR "inlining call to s1.func1" +} + +func switchBreak(x, y int) int { // ERROR "can inline switchBreak" + var n int + switch x { + case 0: + n = 1 + Done: + switch y { + case 0: + n += 10 + break Done + } + n = 2 + } + return n +} + +func switchType(x interface{}) int { // ERROR "can inline switchType" "x does not escape" + switch x.(type) { + case int: + return x.(int) + default: + return 0 + } +} + +// Test that switches on constant things, with constant cases, only cost anything for +// the case that matches. See issue 50253. +func switchConst1(p func(string)) { // ERROR "can inline switchConst" "p does not escape" + const c = 1 + switch c { + case 0: + p("zero") + case 1: + p("one") + case 2: + p("two") + default: + p("other") + } +} + +func switchConst2() string { // ERROR "can inline switchConst2" + switch runtime.GOOS { + case "linux": + return "Leenooks" + case "windows": + return "Windoze" + case "darwin": + return "MackBone" + case "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100": + return "Numbers" + default: + return "oh nose!" + } +} +func switchConst3() string { // ERROR "can inline switchConst3" + switch runtime.GOOS { + case "Linux": + panic("Linux") + case "Windows": + panic("Windows") + case "Darwin": + panic("Darwin") + case "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100": + panic("Numbers") + default: + return "oh nose!" + } +} +func switchConst4() { // ERROR "can inline switchConst4" + const intSize = 32 << (^uint(0) >> 63) + want := func() string { // ERROR "can inline switchConst4.func1" + switch intSize { + case 32: + return "32" + case 64: + return "64" + default: + panic("unreachable") + } + }() // ERROR "inlining call to switchConst4.func1" + _ = want +} + +func inlineRangeIntoMe(data []int) { // ERROR "can inline inlineRangeIntoMe" "data does not escape" + rangeFunc(data, 12) // ERROR "inlining call to rangeFunc" +} + +func rangeFunc(xs []int, b int) int { // ERROR "can inline rangeFunc" "xs does not escape" + for i, x := range xs { + if x == b { + return i + } + } + return -1 +} + +type T struct{} + +func (T) meth(int, int) {} // ERROR "can inline T.meth" + +func k() (T, int, int) { return T{}, 0, 0 } // ERROR "can inline k" + +func f3() { // ERROR "can inline f3" + T.meth(k()) // ERROR "inlining call to k" "inlining call to T.meth" + // ERRORAUTO "inlining call to T.meth" +} + +func small1() { // ERROR "can inline small1" + runtime.GC() +} +func small2() int { // ERROR "can inline small2" + return runtime.GOMAXPROCS(0) +} +func small3(t T) { // ERROR "can inline small3" + t.meth2(3, 5) +} +func small4(t T) { // not inlineable - has 2 calls. + t.meth2(runtime.GOMAXPROCS(0), 5) +} +func (T) meth2(int, int) { // not inlineable - has 2 calls. + runtime.GC() + runtime.GC() +} + +// Issue #29737 - make sure we can do inlining for a chain of recursive functions +func ee() { // ERROR "can inline ee" + ff(100) // ERROR "inlining call to ff" "inlining call to gg" "inlining call to hh" +} + +func ff(x int) { // ERROR "can inline ff" + if x < 0 { + return + } + gg(x - 1) // ERROR "inlining call to gg" "inlining call to hh" "inlining call to ff" +} +func gg(x int) { // ERROR "can inline gg" + hh(x - 1) // ERROR "inlining call to hh" "inlining call to ff" "inlining call to gg" +} +func hh(x int) { // ERROR "can inline hh" + ff(x - 1) // ERROR "inlining call to ff" "inlining call to gg" "inlining call to hh" +} + +// Issue #14768 - make sure we can inline for loops. +func for1(fn func() bool) { // ERROR "can inline for1" "fn does not escape" + for { + if fn() { + break + } else { + continue + } + } +} + +func for2(fn func() bool) { // ERROR "can inline for2" "fn does not escape" +Loop: + for { + if fn() { + break Loop + } else { + continue Loop + } + } +} + +// Issue #18493 - make sure we can do inlining of functions with a method value +type T1 struct{} + +func (a T1) meth(val int) int { // ERROR "can inline T1.meth" + return val + 5 +} + +func getMeth(t1 T1) func(int) int { // ERROR "can inline getMeth" + return t1.meth // ERROR "t1.meth escapes to heap" + // ERRORAUTO "inlining call to T1.meth" +} + +func ii() { // ERROR "can inline ii" + var t1 T1 + f := getMeth(t1) // ERROR "inlining call to getMeth" "t1.meth does not escape" + _ = f(3) +} + +// Issue #42194 - make sure that functions evaluated in +// go and defer statements can be inlined. +func gd1(int) { + defer gd1(gd2()) // ERROR "inlining call to gd2" "can inline gd1.deferwrap1" + defer gd3()() // ERROR "inlining call to gd3" + go gd1(gd2()) // ERROR "inlining call to gd2" "can inline gd1.gowrap2" + go gd3()() // ERROR "inlining call to gd3" +} + +func gd2() int { // ERROR "can inline gd2" + return 1 +} + +func gd3() func() { // ERROR "can inline gd3" + return ii +} + +// Issue #42788 - ensure ODEREF OCONVNOP* OADDR is low cost. +func EncodeQuad(d []uint32, x [6]float32) { // ERROR "can inline EncodeQuad" "d does not escape" + _ = d[:6] + d[0] = float32bits(x[0]) // ERROR "inlining call to float32bits" + d[1] = float32bits(x[1]) // ERROR "inlining call to float32bits" + d[2] = float32bits(x[2]) // ERROR "inlining call to float32bits" + d[3] = float32bits(x[3]) // ERROR "inlining call to float32bits" + d[4] = float32bits(x[4]) // ERROR "inlining call to float32bits" + d[5] = float32bits(x[5]) // ERROR "inlining call to float32bits" +} + +// float32bits is a copy of math.Float32bits to ensure that +// these tests pass with `-gcflags=-l`. +func float32bits(f float32) uint32 { // ERROR "can inline float32bits" + return *(*uint32)(unsafe.Pointer(&f)) +} + +// Ensure OCONVNOP is zero cost. +func Conv(v uint64) uint64 { // ERROR "can inline Conv" + return conv2(conv2(conv2(v))) // ERROR "inlining call to (conv1|conv2)" +} +func conv2(v uint64) uint64 { // ERROR "can inline conv2" + return conv1(conv1(conv1(conv1(v)))) // ERROR "inlining call to conv1" +} +func conv1(v uint64) uint64 { // ERROR "can inline conv1" + return uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(v))))))))))) +} + +func select1(x, y chan bool) int { // ERROR "can inline select1" "x does not escape" "y does not escape" + select { + case <-x: + return 1 + case <-y: + return 2 + } +} + +func select2(x, y chan bool) { // ERROR "can inline select2" "x does not escape" "y does not escape" +loop: // test that labeled select can be inlined. + select { + case <-x: + break loop + case <-y: + } +} + +func inlineSelect2(x, y chan bool) { // ERROR "can inline inlineSelect2" ERROR "x does not escape" "y does not escape" +loop: + for i := 0; i < 5; i++ { + if i == 3 { + break loop + } + select2(x, y) // ERROR "inlining call to select2" + } +} + +// Issue #62211: inlining a function with unreachable "return" +// statements could trip up phi insertion. +func issue62211(x bool) { // ERROR "can inline issue62211" + if issue62211F(x) { // ERROR "inlining call to issue62211F" + } + if issue62211G(x) { // ERROR "inlining call to issue62211G" + } + + // Initial fix CL caused a "non-monotonic scope positions" failure + // on code like this. + if z := 0; false { + panic(z) + } +} + +func issue62211F(x bool) bool { // ERROR "can inline issue62211F" + if x || true { + return true + } + return true +} + +func issue62211G(x bool) bool { // ERROR "can inline issue62211G" + if x || true { + return true + } else { + return true + } +} diff --git a/go/test/inline_big.go b/go/test/inline_big.go new file mode 100644 index 0000000000000000000000000000000000000000..7dd1abdb6ae18b53a74659c66cf38318c13cd243 --- /dev/null +++ b/go/test/inline_big.go @@ -0,0 +1,1029 @@ +// errorcheck -0 -m=2 + +// Copyright 2018 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. + +// Test that we restrict inlining into very large functions. +// See issue #26546. + +package foo + +func small(a []int) int { // ERROR "can inline small with cost .* as:.*" "a does not escape" + // Cost 16 body (need cost < 20). + // See cmd/compile/internal/gc/inl.go:inlineBigFunction* + return a[0] + a[1] + a[2] + a[3] +} +func medium(a []int) int { // ERROR "can inline medium with cost .* as:.*" "a does not escape" + // Cost 32 body (need cost > 20 and cost < 80). + // See cmd/compile/internal/gc/inl.go:inlineBigFunction* + return a[0] + a[1] + a[2] + a[3] + a[4] + a[5] + a[6] + a[7] +} + +func f(a []int) int { // ERROR "cannot inline f:.*" "a does not escape" "function f considered 'big'" + // Add lots of nodes to f's body. We need >5000. + // See cmd/compile/internal/gc/inl.go:inlineBigFunction* + a[0] = 0 + a[1] = 0 + a[2] = 0 + a[3] = 0 + a[4] = 0 + a[5] = 0 + a[6] = 0 + a[7] = 0 + a[8] = 0 + a[9] = 0 + a[10] = 0 + a[11] = 0 + a[12] = 0 + a[13] = 0 + a[14] = 0 + a[15] = 0 + a[16] = 0 + a[17] = 0 + a[18] = 0 + a[19] = 0 + a[20] = 0 + a[21] = 0 + a[22] = 0 + a[23] = 0 + a[24] = 0 + a[25] = 0 + a[26] = 0 + a[27] = 0 + a[28] = 0 + a[29] = 0 + a[30] = 0 + a[31] = 0 + a[32] = 0 + a[33] = 0 + a[34] = 0 + a[35] = 0 + a[36] = 0 + a[37] = 0 + a[38] = 0 + a[39] = 0 + a[40] = 0 + a[41] = 0 + a[42] = 0 + a[43] = 0 + a[44] = 0 + a[45] = 0 + a[46] = 0 + a[47] = 0 + a[48] = 0 + a[49] = 0 + a[50] = 0 + a[51] = 0 + a[52] = 0 + a[53] = 0 + a[54] = 0 + a[55] = 0 + a[56] = 0 + a[57] = 0 + a[58] = 0 + a[59] = 0 + a[60] = 0 + a[61] = 0 + a[62] = 0 + a[63] = 0 + a[64] = 0 + a[65] = 0 + a[66] = 0 + a[67] = 0 + a[68] = 0 + a[69] = 0 + a[70] = 0 + a[71] = 0 + a[72] = 0 + a[73] = 0 + a[74] = 0 + a[75] = 0 + a[76] = 0 + a[77] = 0 + a[78] = 0 + a[79] = 0 + a[80] = 0 + a[81] = 0 + a[82] = 0 + a[83] = 0 + a[84] = 0 + a[85] = 0 + a[86] = 0 + a[87] = 0 + a[88] = 0 + a[89] = 0 + a[90] = 0 + a[91] = 0 + a[92] = 0 + a[93] = 0 + a[94] = 0 + a[95] = 0 + a[96] = 0 + a[97] = 0 + a[98] = 0 + a[99] = 0 + a[100] = 0 + a[101] = 0 + a[102] = 0 + a[103] = 0 + a[104] = 0 + a[105] = 0 + a[106] = 0 + a[107] = 0 + a[108] = 0 + a[109] = 0 + a[110] = 0 + a[111] = 0 + a[112] = 0 + a[113] = 0 + a[114] = 0 + a[115] = 0 + a[116] = 0 + a[117] = 0 + a[118] = 0 + a[119] = 0 + a[120] = 0 + a[121] = 0 + a[122] = 0 + a[123] = 0 + a[124] = 0 + a[125] = 0 + a[126] = 0 + a[127] = 0 + a[128] = 0 + a[129] = 0 + a[130] = 0 + a[131] = 0 + a[132] = 0 + a[133] = 0 + a[134] = 0 + a[135] = 0 + a[136] = 0 + a[137] = 0 + a[138] = 0 + a[139] = 0 + a[140] = 0 + a[141] = 0 + a[142] = 0 + a[143] = 0 + a[144] = 0 + a[145] = 0 + a[146] = 0 + a[147] = 0 + a[148] = 0 + a[149] = 0 + a[150] = 0 + a[151] = 0 + a[152] = 0 + a[153] = 0 + a[154] = 0 + a[155] = 0 + a[156] = 0 + a[157] = 0 + a[158] = 0 + a[159] = 0 + a[160] = 0 + a[161] = 0 + a[162] = 0 + a[163] = 0 + a[164] = 0 + a[165] = 0 + a[166] = 0 + a[167] = 0 + a[168] = 0 + a[169] = 0 + a[170] = 0 + a[171] = 0 + a[172] = 0 + a[173] = 0 + a[174] = 0 + a[175] = 0 + a[176] = 0 + a[177] = 0 + a[178] = 0 + a[179] = 0 + a[180] = 0 + a[181] = 0 + a[182] = 0 + a[183] = 0 + a[184] = 0 + a[185] = 0 + a[186] = 0 + a[187] = 0 + a[188] = 0 + a[189] = 0 + a[190] = 0 + a[191] = 0 + a[192] = 0 + a[193] = 0 + a[194] = 0 + a[195] = 0 + a[196] = 0 + a[197] = 0 + a[198] = 0 + a[199] = 0 + a[200] = 0 + a[201] = 0 + a[202] = 0 + a[203] = 0 + a[204] = 0 + a[205] = 0 + a[206] = 0 + a[207] = 0 + a[208] = 0 + a[209] = 0 + a[210] = 0 + a[211] = 0 + a[212] = 0 + a[213] = 0 + a[214] = 0 + a[215] = 0 + a[216] = 0 + a[217] = 0 + a[218] = 0 + a[219] = 0 + a[220] = 0 + a[221] = 0 + a[222] = 0 + a[223] = 0 + a[224] = 0 + a[225] = 0 + a[226] = 0 + a[227] = 0 + a[228] = 0 + a[229] = 0 + a[230] = 0 + a[231] = 0 + a[232] = 0 + a[233] = 0 + a[234] = 0 + a[235] = 0 + a[236] = 0 + a[237] = 0 + a[238] = 0 + a[239] = 0 + a[240] = 0 + a[241] = 0 + a[242] = 0 + a[243] = 0 + a[244] = 0 + a[245] = 0 + a[246] = 0 + a[247] = 0 + a[248] = 0 + a[249] = 0 + a[250] = 0 + a[251] = 0 + a[252] = 0 + a[253] = 0 + a[254] = 0 + a[255] = 0 + a[256] = 0 + a[257] = 0 + a[258] = 0 + a[259] = 0 + a[260] = 0 + a[261] = 0 + a[262] = 0 + a[263] = 0 + a[264] = 0 + a[265] = 0 + a[266] = 0 + a[267] = 0 + a[268] = 0 + a[269] = 0 + a[270] = 0 + a[271] = 0 + a[272] = 0 + a[273] = 0 + a[274] = 0 + a[275] = 0 + a[276] = 0 + a[277] = 0 + a[278] = 0 + a[279] = 0 + a[280] = 0 + a[281] = 0 + a[282] = 0 + a[283] = 0 + a[284] = 0 + a[285] = 0 + a[286] = 0 + a[287] = 0 + a[288] = 0 + a[289] = 0 + a[290] = 0 + a[291] = 0 + a[292] = 0 + a[293] = 0 + a[294] = 0 + a[295] = 0 + a[296] = 0 + a[297] = 0 + a[298] = 0 + a[299] = 0 + a[300] = 0 + a[301] = 0 + a[302] = 0 + a[303] = 0 + a[304] = 0 + a[305] = 0 + a[306] = 0 + a[307] = 0 + a[308] = 0 + a[309] = 0 + a[310] = 0 + a[311] = 0 + a[312] = 0 + a[313] = 0 + a[314] = 0 + a[315] = 0 + a[316] = 0 + a[317] = 0 + a[318] = 0 + a[319] = 0 + a[320] = 0 + a[321] = 0 + a[322] = 0 + a[323] = 0 + a[324] = 0 + a[325] = 0 + a[326] = 0 + a[327] = 0 + a[328] = 0 + a[329] = 0 + a[330] = 0 + a[331] = 0 + a[332] = 0 + a[333] = 0 + a[334] = 0 + a[335] = 0 + a[336] = 0 + a[337] = 0 + a[338] = 0 + a[339] = 0 + a[340] = 0 + a[341] = 0 + a[342] = 0 + a[343] = 0 + a[344] = 0 + a[345] = 0 + a[346] = 0 + a[347] = 0 + a[348] = 0 + a[349] = 0 + a[350] = 0 + a[351] = 0 + a[352] = 0 + a[353] = 0 + a[354] = 0 + a[355] = 0 + a[356] = 0 + a[357] = 0 + a[358] = 0 + a[359] = 0 + a[360] = 0 + a[361] = 0 + a[362] = 0 + a[363] = 0 + a[364] = 0 + a[365] = 0 + a[366] = 0 + a[367] = 0 + a[368] = 0 + a[369] = 0 + a[370] = 0 + a[371] = 0 + a[372] = 0 + a[373] = 0 + a[374] = 0 + a[375] = 0 + a[376] = 0 + a[377] = 0 + a[378] = 0 + a[379] = 0 + a[380] = 0 + a[381] = 0 + a[382] = 0 + a[383] = 0 + a[384] = 0 + a[385] = 0 + a[386] = 0 + a[387] = 0 + a[388] = 0 + a[389] = 0 + a[390] = 0 + a[391] = 0 + a[392] = 0 + a[393] = 0 + a[394] = 0 + a[395] = 0 + a[396] = 0 + a[397] = 0 + a[398] = 0 + a[399] = 0 + a[400] = 0 + a[401] = 0 + a[402] = 0 + a[403] = 0 + a[404] = 0 + a[405] = 0 + a[406] = 0 + a[407] = 0 + a[408] = 0 + a[409] = 0 + a[410] = 0 + a[411] = 0 + a[412] = 0 + a[413] = 0 + a[414] = 0 + a[415] = 0 + a[416] = 0 + a[417] = 0 + a[418] = 0 + a[419] = 0 + a[420] = 0 + a[421] = 0 + a[422] = 0 + a[423] = 0 + a[424] = 0 + a[425] = 0 + a[426] = 0 + a[427] = 0 + a[428] = 0 + a[429] = 0 + a[430] = 0 + a[431] = 0 + a[432] = 0 + a[433] = 0 + a[434] = 0 + a[435] = 0 + a[436] = 0 + a[437] = 0 + a[438] = 0 + a[439] = 0 + a[440] = 0 + a[441] = 0 + a[442] = 0 + a[443] = 0 + a[444] = 0 + a[445] = 0 + a[446] = 0 + a[447] = 0 + a[448] = 0 + a[449] = 0 + a[450] = 0 + a[451] = 0 + a[452] = 0 + a[453] = 0 + a[454] = 0 + a[455] = 0 + a[456] = 0 + a[457] = 0 + a[458] = 0 + a[459] = 0 + a[460] = 0 + a[461] = 0 + a[462] = 0 + a[463] = 0 + a[464] = 0 + a[465] = 0 + a[466] = 0 + a[467] = 0 + a[468] = 0 + a[469] = 0 + a[470] = 0 + a[471] = 0 + a[472] = 0 + a[473] = 0 + a[474] = 0 + a[475] = 0 + a[476] = 0 + a[477] = 0 + a[478] = 0 + a[479] = 0 + a[480] = 0 + a[481] = 0 + a[482] = 0 + a[483] = 0 + a[484] = 0 + a[485] = 0 + a[486] = 0 + a[487] = 0 + a[488] = 0 + a[489] = 0 + a[490] = 0 + a[491] = 0 + a[492] = 0 + a[493] = 0 + a[494] = 0 + a[495] = 0 + a[496] = 0 + a[497] = 0 + a[498] = 0 + a[499] = 0 + a[500] = 0 + a[501] = 0 + a[502] = 0 + a[503] = 0 + a[504] = 0 + a[505] = 0 + a[506] = 0 + a[507] = 0 + a[508] = 0 + a[509] = 0 + a[510] = 0 + a[511] = 0 + a[512] = 0 + a[513] = 0 + a[514] = 0 + a[515] = 0 + a[516] = 0 + a[517] = 0 + a[518] = 0 + a[519] = 0 + a[520] = 0 + a[521] = 0 + a[522] = 0 + a[523] = 0 + a[524] = 0 + a[525] = 0 + a[526] = 0 + a[527] = 0 + a[528] = 0 + a[529] = 0 + a[530] = 0 + a[531] = 0 + a[532] = 0 + a[533] = 0 + a[534] = 0 + a[535] = 0 + a[536] = 0 + a[537] = 0 + a[538] = 0 + a[539] = 0 + a[540] = 0 + a[541] = 0 + a[542] = 0 + a[543] = 0 + a[544] = 0 + a[545] = 0 + a[546] = 0 + a[547] = 0 + a[548] = 0 + a[549] = 0 + a[550] = 0 + a[551] = 0 + a[552] = 0 + a[553] = 0 + a[554] = 0 + a[555] = 0 + a[556] = 0 + a[557] = 0 + a[558] = 0 + a[559] = 0 + a[560] = 0 + a[561] = 0 + a[562] = 0 + a[563] = 0 + a[564] = 0 + a[565] = 0 + a[566] = 0 + a[567] = 0 + a[568] = 0 + a[569] = 0 + a[570] = 0 + a[571] = 0 + a[572] = 0 + a[573] = 0 + a[574] = 0 + a[575] = 0 + a[576] = 0 + a[577] = 0 + a[578] = 0 + a[579] = 0 + a[580] = 0 + a[581] = 0 + a[582] = 0 + a[583] = 0 + a[584] = 0 + a[585] = 0 + a[586] = 0 + a[587] = 0 + a[588] = 0 + a[589] = 0 + a[590] = 0 + a[591] = 0 + a[592] = 0 + a[593] = 0 + a[594] = 0 + a[595] = 0 + a[596] = 0 + a[597] = 0 + a[598] = 0 + a[599] = 0 + a[600] = 0 + a[601] = 0 + a[602] = 0 + a[603] = 0 + a[604] = 0 + a[605] = 0 + a[606] = 0 + a[607] = 0 + a[608] = 0 + a[609] = 0 + a[610] = 0 + a[611] = 0 + a[612] = 0 + a[613] = 0 + a[614] = 0 + a[615] = 0 + a[616] = 0 + a[617] = 0 + a[618] = 0 + a[619] = 0 + a[620] = 0 + a[621] = 0 + a[622] = 0 + a[623] = 0 + a[624] = 0 + a[625] = 0 + a[626] = 0 + a[627] = 0 + a[628] = 0 + a[629] = 0 + a[630] = 0 + a[631] = 0 + a[632] = 0 + a[633] = 0 + a[634] = 0 + a[635] = 0 + a[636] = 0 + a[637] = 0 + a[638] = 0 + a[639] = 0 + a[640] = 0 + a[641] = 0 + a[642] = 0 + a[643] = 0 + a[644] = 0 + a[645] = 0 + a[646] = 0 + a[647] = 0 + a[648] = 0 + a[649] = 0 + a[650] = 0 + a[651] = 0 + a[652] = 0 + a[653] = 0 + a[654] = 0 + a[655] = 0 + a[656] = 0 + a[657] = 0 + a[658] = 0 + a[659] = 0 + a[660] = 0 + a[661] = 0 + a[662] = 0 + a[663] = 0 + a[664] = 0 + a[665] = 0 + a[666] = 0 + a[667] = 0 + a[668] = 0 + a[669] = 0 + a[670] = 0 + a[671] = 0 + a[672] = 0 + a[673] = 0 + a[674] = 0 + a[675] = 0 + a[676] = 0 + a[677] = 0 + a[678] = 0 + a[679] = 0 + a[680] = 0 + a[681] = 0 + a[682] = 0 + a[683] = 0 + a[684] = 0 + a[685] = 0 + a[686] = 0 + a[687] = 0 + a[688] = 0 + a[689] = 0 + a[690] = 0 + a[691] = 0 + a[692] = 0 + a[693] = 0 + a[694] = 0 + a[695] = 0 + a[696] = 0 + a[697] = 0 + a[698] = 0 + a[699] = 0 + a[700] = 0 + a[701] = 0 + a[702] = 0 + a[703] = 0 + a[704] = 0 + a[705] = 0 + a[706] = 0 + a[707] = 0 + a[708] = 0 + a[709] = 0 + a[710] = 0 + a[711] = 0 + a[712] = 0 + a[713] = 0 + a[714] = 0 + a[715] = 0 + a[716] = 0 + a[717] = 0 + a[718] = 0 + a[719] = 0 + a[720] = 0 + a[721] = 0 + a[722] = 0 + a[723] = 0 + a[724] = 0 + a[725] = 0 + a[726] = 0 + a[727] = 0 + a[728] = 0 + a[729] = 0 + a[730] = 0 + a[731] = 0 + a[732] = 0 + a[733] = 0 + a[734] = 0 + a[735] = 0 + a[736] = 0 + a[737] = 0 + a[738] = 0 + a[739] = 0 + a[740] = 0 + a[741] = 0 + a[742] = 0 + a[743] = 0 + a[744] = 0 + a[745] = 0 + a[746] = 0 + a[747] = 0 + a[748] = 0 + a[749] = 0 + a[750] = 0 + a[751] = 0 + a[752] = 0 + a[753] = 0 + a[754] = 0 + a[755] = 0 + a[756] = 0 + a[757] = 0 + a[758] = 0 + a[759] = 0 + a[760] = 0 + a[761] = 0 + a[762] = 0 + a[763] = 0 + a[764] = 0 + a[765] = 0 + a[766] = 0 + a[767] = 0 + a[768] = 0 + a[769] = 0 + a[770] = 0 + a[771] = 0 + a[772] = 0 + a[773] = 0 + a[774] = 0 + a[775] = 0 + a[776] = 0 + a[777] = 0 + a[778] = 0 + a[779] = 0 + a[780] = 0 + a[781] = 0 + a[782] = 0 + a[783] = 0 + a[784] = 0 + a[785] = 0 + a[786] = 0 + a[787] = 0 + a[788] = 0 + a[789] = 0 + a[790] = 0 + a[791] = 0 + a[792] = 0 + a[793] = 0 + a[794] = 0 + a[795] = 0 + a[796] = 0 + a[797] = 0 + a[798] = 0 + a[799] = 0 + a[800] = 0 + a[801] = 0 + a[802] = 0 + a[803] = 0 + a[804] = 0 + a[805] = 0 + a[806] = 0 + a[807] = 0 + a[808] = 0 + a[809] = 0 + a[810] = 0 + a[811] = 0 + a[812] = 0 + a[813] = 0 + a[814] = 0 + a[815] = 0 + a[816] = 0 + a[817] = 0 + a[818] = 0 + a[819] = 0 + a[820] = 0 + a[821] = 0 + a[822] = 0 + a[823] = 0 + a[824] = 0 + a[825] = 0 + a[826] = 0 + a[827] = 0 + a[828] = 0 + a[829] = 0 + a[830] = 0 + a[831] = 0 + a[832] = 0 + a[833] = 0 + a[834] = 0 + a[835] = 0 + a[836] = 0 + a[837] = 0 + a[838] = 0 + a[839] = 0 + a[840] = 0 + a[841] = 0 + a[842] = 0 + a[843] = 0 + a[844] = 0 + a[845] = 0 + a[846] = 0 + a[847] = 0 + a[848] = 0 + a[849] = 0 + a[850] = 0 + a[851] = 0 + a[852] = 0 + a[853] = 0 + a[854] = 0 + a[855] = 0 + a[856] = 0 + a[857] = 0 + a[858] = 0 + a[859] = 0 + a[860] = 0 + a[861] = 0 + a[862] = 0 + a[863] = 0 + a[864] = 0 + a[865] = 0 + a[866] = 0 + a[867] = 0 + a[868] = 0 + a[869] = 0 + a[870] = 0 + a[871] = 0 + a[872] = 0 + a[873] = 0 + a[874] = 0 + a[875] = 0 + a[876] = 0 + a[877] = 0 + a[878] = 0 + a[879] = 0 + a[880] = 0 + a[881] = 0 + a[882] = 0 + a[883] = 0 + a[884] = 0 + a[885] = 0 + a[886] = 0 + a[887] = 0 + a[888] = 0 + a[889] = 0 + a[890] = 0 + a[891] = 0 + a[892] = 0 + a[893] = 0 + a[894] = 0 + a[895] = 0 + a[896] = 0 + a[897] = 0 + a[898] = 0 + a[899] = 0 + a[900] = 0 + a[901] = 0 + a[902] = 0 + a[903] = 0 + a[904] = 0 + a[905] = 0 + a[906] = 0 + a[907] = 0 + a[908] = 0 + a[909] = 0 + a[910] = 0 + a[911] = 0 + a[912] = 0 + a[913] = 0 + a[914] = 0 + a[915] = 0 + a[916] = 0 + a[917] = 0 + a[918] = 0 + a[919] = 0 + a[920] = 0 + a[921] = 0 + a[922] = 0 + a[923] = 0 + a[924] = 0 + a[925] = 0 + a[926] = 0 + a[927] = 0 + a[928] = 0 + a[929] = 0 + a[930] = 0 + a[931] = 0 + a[932] = 0 + a[933] = 0 + a[934] = 0 + a[935] = 0 + a[936] = 0 + a[937] = 0 + a[938] = 0 + a[939] = 0 + a[940] = 0 + a[941] = 0 + a[942] = 0 + a[943] = 0 + a[944] = 0 + a[945] = 0 + a[946] = 0 + a[947] = 0 + a[948] = 0 + a[949] = 0 + a[950] = 0 + a[951] = 0 + a[952] = 0 + a[953] = 0 + a[954] = 0 + a[955] = 0 + a[956] = 0 + a[957] = 0 + a[958] = 0 + a[959] = 0 + a[960] = 0 + a[961] = 0 + a[962] = 0 + a[963] = 0 + a[964] = 0 + a[965] = 0 + a[966] = 0 + a[967] = 0 + a[968] = 0 + a[969] = 0 + a[970] = 0 + a[971] = 0 + a[972] = 0 + a[973] = 0 + a[974] = 0 + a[975] = 0 + a[976] = 0 + a[977] = 0 + a[978] = 0 + a[979] = 0 + a[980] = 0 + a[981] = 0 + a[982] = 0 + a[983] = 0 + a[984] = 0 + a[985] = 0 + a[986] = 0 + a[987] = 0 + a[988] = 0 + a[989] = 0 + a[990] = 0 + a[991] = 0 + a[992] = 0 + a[993] = 0 + a[994] = 0 + a[995] = 0 + a[996] = 0 + a[997] = 0 + a[998] = 0 + a[999] = 0 + x := small(a) // ERROR "inlining call to small" + y := medium(a) // The crux of this test: medium is not inlined. + return x + y +} diff --git a/go/test/inline_caller.go b/go/test/inline_caller.go new file mode 100644 index 0000000000000000000000000000000000000000..daff145a9229fec989afeb146ca1bbf69d37df9b --- /dev/null +++ b/go/test/inline_caller.go @@ -0,0 +1,77 @@ +// run -gcflags -l=4 + +// Copyright 2017 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 main + +import ( + "fmt" + "runtime" +) + +type frame struct { + pc uintptr + file string + line int + ok bool +} + +var ( + skip int + globalFrame frame +) + +func f() { + g() // line 27 +} + +func g() { + h() // line 31 +} + +func h() { + x := &globalFrame + x.pc, x.file, x.line, x.ok = runtime.Caller(skip) // line 36 +} + +//go:noinline +func testCaller(skp int) frame { + skip = skp + f() // line 42 + frame := globalFrame + if !frame.ok { + panic(fmt.Sprintf("skip=%d runtime.Caller failed", skp)) + } + return frame +} + +type wantFrame struct { + funcName string + line int +} + +// -1 means don't care +var expected = []wantFrame{ + 0: {"main.h", 36}, + 1: {"main.g", 31}, + 2: {"main.f", 27}, + 3: {"main.testCaller", 42}, + 4: {"main.main", 68}, + 5: {"runtime.main", -1}, + 6: {"runtime.goexit", -1}, +} + +func main() { + for i := 0; i <= 6; i++ { + frame := testCaller(i) // line 68 + fn := runtime.FuncForPC(frame.pc) + if expected[i].line >= 0 && frame.line != expected[i].line { + panic(fmt.Sprintf("skip=%d expected line %d, got line %d", i, expected[i].line, frame.line)) + } + if fn.Name() != expected[i].funcName { + panic(fmt.Sprintf("skip=%d expected function %s, got %s", i, expected[i].funcName, fn.Name())) + } + } +} diff --git a/go/test/inline_callers.go b/go/test/inline_callers.go new file mode 100644 index 0000000000000000000000000000000000000000..ee7d6470728cb916c34f3c4e2f73cfa9a1edb31c --- /dev/null +++ b/go/test/inline_callers.go @@ -0,0 +1,95 @@ +// run -gcflags=-l=4 + +// Copyright 2017 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 main + +import ( + "fmt" + "runtime" +) + +var skip int +var npcs int +var pcs = make([]uintptr, 32) + +func f() { + g() +} + +func g() { + h() +} + +func h() { + npcs = runtime.Callers(skip, pcs) +} + +func testCallers(skp int) (frames []string) { + skip = skp + f() + for i := 0; i < npcs; i++ { + fn := runtime.FuncForPC(pcs[i] - 1) + frames = append(frames, fn.Name()) + if fn.Name() == "main.main" { + break + } + } + return +} + +func testCallersFrames(skp int) (frames []string) { + skip = skp + f() + callers := pcs[:npcs] + ci := runtime.CallersFrames(callers) + for { + frame, more := ci.Next() + frames = append(frames, frame.Function) + if !more || frame.Function == "main.main" { + break + } + } + return +} + +var expectedFrames [][]string = [][]string{ + 0: {"runtime.Callers", "main.h", "main.g", "main.f", "main.testCallers", "main.main"}, + 1: {"main.h", "main.g", "main.f", "main.testCallers", "main.main"}, + 2: {"main.g", "main.f", "main.testCallers", "main.main"}, + 3: {"main.f", "main.testCallers", "main.main"}, + 4: {"main.testCallers", "main.main"}, + 5: {"main.main"}, +} + +var allFrames = []string{"runtime.Callers", "main.h", "main.g", "main.f", "main.testCallersFrames", "main.main"} + +func same(xs, ys []string) bool { + if len(xs) != len(ys) { + return false + } + for i := range xs { + if xs[i] != ys[i] { + return false + } + } + return true +} + +func main() { + for i := 0; i <= 5; i++ { + frames := testCallers(i) + expected := expectedFrames[i] + if !same(frames, expected) { + fmt.Printf("testCallers(%d):\n got %v\n want %v\n", i, frames, expected) + } + + frames = testCallersFrames(i) + expected = allFrames[i:] + if !same(frames, expected) { + fmt.Printf("testCallersFrames(%d):\n got %v\n want %v\n", i, frames, expected) + } + } +} diff --git a/go/test/inline_endian.go b/go/test/inline_endian.go new file mode 100644 index 0000000000000000000000000000000000000000..0466b4adeef02c2c02b3aca10e16354fc012f140 --- /dev/null +++ b/go/test/inline_endian.go @@ -0,0 +1,35 @@ +// errorcheckwithauto -0 -m -d=inlfuncswithclosures=1 + +//go:build (386 || amd64 || arm64 || ppc64le || s390x) && !gcflags_noopt + +// Copyright 2021 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. + +// Similar to inline.go, but only for architectures that can merge loads. + +package foo + +import ( + "encoding/binary" +) + +// Ensure that simple encoding/binary functions are cheap enough +// that functions using them can also be inlined (issue 42958). +func endian(b []byte) uint64 { // ERROR "can inline endian" "b does not escape" + return binary.LittleEndian.Uint64(b) + binary.BigEndian.Uint64(b) // ERROR "inlining call to binary.littleEndian.Uint64" "inlining call to binary.bigEndian.Uint64" +} + +func appendLittleEndian(b []byte) []byte { // ERROR "can inline appendLittleEndian" "leaking param: b to result ~r0 level=0" + b = binary.LittleEndian.AppendUint64(b, 64) // ERROR "inlining call to binary.littleEndian.AppendUint64" "append escapes to heap" + b = binary.LittleEndian.AppendUint32(b, 32) // ERROR "inlining call to binary.littleEndian.AppendUint32" "append escapes to heap" + b = binary.LittleEndian.AppendUint16(b, 16) // ERROR "inlining call to binary.littleEndian.AppendUint16" "append escapes to heap" + return b +} + +func appendBigEndian(b []byte) []byte { // ERROR "can inline appendBigEndian" "leaking param: b to result ~r0 level=0" + b = binary.BigEndian.AppendUint64(b, 64) // ERROR "inlining call to binary.bigEndian.AppendUint64" "append escapes to heap" + b = binary.BigEndian.AppendUint32(b, 32) // ERROR "inlining call to binary.bigEndian.AppendUint32" "append escapes to heap" + b = binary.BigEndian.AppendUint16(b, 16) // ERROR "inlining call to binary.bigEndian.AppendUint16" "append escapes to heap" + return b +} diff --git a/go/test/inline_literal.go b/go/test/inline_literal.go new file mode 100644 index 0000000000000000000000000000000000000000..53c6c05b180145d5876da043576a0b738635a278 --- /dev/null +++ b/go/test/inline_literal.go @@ -0,0 +1,50 @@ +// run + +// Copyright 2017 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 main + +import ( + "log" + "reflect" + "runtime" +) + +func hello() string { + return "Hello World" // line 16 +} + +func foo() string { // line 19 + x := hello() // line 20 + y := hello() // line 21 + return x + y // line 22 +} + +func bar() string { + x := hello() // line 26 + return x +} + +// funcPC returns the PC for the func value f. +func funcPC(f interface{}) uintptr { + return reflect.ValueOf(f).Pointer() +} + +// Test for issue #15453. Previously, line 26 would appear in foo(). +func main() { + pc := funcPC(foo) + f := runtime.FuncForPC(pc) + for ; runtime.FuncForPC(pc) == f; pc++ { + file, line := f.FileLine(pc) + if line == 0 { + continue + } + // Line 16 can appear inside foo() because PC-line table has + // innermost line numbers after inlining. + if line != 16 && !(line >= 19 && line <= 22) { + log.Fatalf("unexpected line at PC=%d: %s:%d\n", pc, file, line) + } + } +} diff --git a/go/test/inline_math_bits_rotate.go b/go/test/inline_math_bits_rotate.go new file mode 100644 index 0000000000000000000000000000000000000000..ad15d60e0807f04251d9b99c0e0d06f09959b429 --- /dev/null +++ b/go/test/inline_math_bits_rotate.go @@ -0,0 +1,29 @@ +// errorcheck -0 -m + +//go:build amd64 + +// Copyright 2018 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. + +// Test that inlining of math/bits.RotateLeft* treats those calls as intrinsics. + +package p + +import "math/bits" + +var ( + x8 uint8 + x16 uint16 + x32 uint32 + x64 uint64 + x uint +) + +func f() { // ERROR "can inline f" + x8 = bits.RotateLeft8(x8, 1) + x16 = bits.RotateLeft16(x16, 1) + x32 = bits.RotateLeft32(x32, 1) + x64 = bits.RotateLeft64(x64, 1) + x = bits.RotateLeft(x, 1) +} diff --git a/go/test/inline_sync.go b/go/test/inline_sync.go new file mode 100644 index 0000000000000000000000000000000000000000..8359aa3aa22cd2cefa207a1d8c925e8fec5de067 --- /dev/null +++ b/go/test/inline_sync.go @@ -0,0 +1,53 @@ +// errorcheck -0 -m + +//go:build !nacl && !386 && !wasm && !arm && !gcflags_noopt + +// 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. + +// Test, using compiler diagnostic flags, that inlining of functions +// imported from the sync package is working. +// Compiles but does not run. + +// FIXME: This test is disabled on architectures where atomic operations +// are function calls rather than intrinsics, since this prevents inlining +// of the sync fast paths. This test should be re-enabled once the problem +// is solved. + +package foo + +import ( + "sync" +) + +var mutex *sync.Mutex + +func small5() { // ERROR "can inline small5" + // the Unlock fast path should be inlined + mutex.Unlock() // ERROR "inlining call to sync\.\(\*Mutex\)\.Unlock" +} + +func small6() { // ERROR "can inline small6" + // the Lock fast path should be inlined + mutex.Lock() // ERROR "inlining call to sync\.\(\*Mutex\)\.Lock" +} + +var once *sync.Once + +func small7() { // ERROR "can inline small7" + // the Do fast path should be inlined + once.Do(small5) // ERROR "inlining call to sync\.\(\*Once\)\.Do" "inlining call to atomic\.\(\*Bool\)\.Load" +} + +var rwmutex *sync.RWMutex + +func small8() { // ERROR "can inline small8" + // the RUnlock fast path should be inlined + rwmutex.RUnlock() // ERROR "inlining call to sync\.\(\*RWMutex\)\.RUnlock" "inlining call to atomic\.\(\*Int32\)\.Add" +} + +func small9() { // ERROR "can inline small9" + // the RLock fast path should be inlined + rwmutex.RLock() // ERROR "inlining call to sync\.\(\*RWMutex\)\.RLock" "inlining call to atomic\.\(\*Int32\)\.Add" +} diff --git a/go/test/inline_variadic.go b/go/test/inline_variadic.go new file mode 100644 index 0000000000000000000000000000000000000000..49483d77f79934b9f4011da0705daba3faeb2a7b --- /dev/null +++ b/go/test/inline_variadic.go @@ -0,0 +1,19 @@ +// errorcheck -0 -m + +// Copyright 2016 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. + +// Test inlining of variadic functions. +// See issue #18116. + +package foo + +func head(xs ...string) string { // ERROR "can inline head" "leaking param: xs to result" + return xs[0] +} + +func f() string { // ERROR "can inline f" + x := head("hello", "world") // ERROR "inlining call to head" "\.\.\. argument does not escape" + return x +} diff --git a/go/test/int_lit.go b/go/test/int_lit.go new file mode 100644 index 0000000000000000000000000000000000000000..78deaea13020557993bbec27e6547c67428bb418 --- /dev/null +++ b/go/test/int_lit.go @@ -0,0 +1,26 @@ +// run + +// Copyright 2009 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. + +// Test integer literal syntax. + +package main + +import "os" + +func main() { + s := 0 + + 123 + + 0123 + + 0000 + + 0x0 + + 0x123 + + 0X0 + + 0X123 + if s != 788 { + print("s is ", s, "; should be 788\n") + os.Exit(1) + } +} diff --git a/go/test/intcvt.go b/go/test/intcvt.go new file mode 100644 index 0000000000000000000000000000000000000000..3920528a403bfad15b4f5faee8c63ceab3356846 --- /dev/null +++ b/go/test/intcvt.go @@ -0,0 +1,181 @@ +// run + +// Copyright 2009 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. + +// Test implicit and explicit conversions of constants. + +package main + +const ( + ci8 = -1 << 7 + ci16 = -1<<15 + 100 + ci32 = -1<<31 + 100000 + ci64 = -1<<63 + 10000000001 + + cu8 = 1<<8 - 1 + cu16 = 1<<16 - 1234 + cu32 = 1<<32 - 1234567 + cu64 = 1<<64 - 1234567890123 + + cf32 = 1e8 + 0.5 + cf64 = -1e8 + 0.5 +) + +var ( + i8 int8 = ci8 + i16 int16 = ci16 + i32 int32 = ci32 + i64 int64 = ci64 + + u8 uint8 = cu8 + u16 uint16 = cu16 + u32 uint32 = cu32 + u64 uint64 = cu64 + + // f32 float32 = 1e8 + 0.5 + // f64 float64 = -1e8 + 0.5 +) + +func chki8(i, v int8) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chki16(i, v int16) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chki32(i, v int32) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chki64(i, v int64) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chku8(i, v uint8) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chku16(i, v uint16) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chku32(i, v uint32) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +func chku64(i, v uint64) { + if i != v { + println(i, "!=", v) + panic("fail") + } +} +//func chkf32(f, v float32) { if f != v { println(f, "!=", v); panic("fail") } } +//func chkf64(f, v float64) { if f != v { println(f, "!=", v); panic("fail") } } + +func main() { + chki8(int8(i8), ci8&0xff-1<<8) + chki8(int8(i16), ci16&0xff) + chki8(int8(i32), ci32&0xff-1<<8) + chki8(int8(i64), ci64&0xff) + chki8(int8(u8), cu8&0xff-1<<8) + chki8(int8(u16), cu16&0xff) + chki8(int8(u32), cu32&0xff) + chki8(int8(u64), cu64&0xff) + // chki8(int8(f32), 0) + // chki8(int8(f64), 0) + + chki16(int16(i8), ci8&0xffff-1<<16) + chki16(int16(i16), ci16&0xffff-1<<16) + chki16(int16(i32), ci32&0xffff-1<<16) + chki16(int16(i64), ci64&0xffff-1<<16) + chki16(int16(u8), cu8&0xffff) + chki16(int16(u16), cu16&0xffff-1<<16) + chki16(int16(u32), cu32&0xffff) + chki16(int16(u64), cu64&0xffff-1<<16) + // chki16(int16(f32), 0) + // chki16(int16(f64), 0) + + chki32(int32(i8), ci8&0xffffffff-1<<32) + chki32(int32(i16), ci16&0xffffffff-1<<32) + chki32(int32(i32), ci32&0xffffffff-1<<32) + chki32(int32(i64), ci64&0xffffffff) + chki32(int32(u8), cu8&0xffffffff) + chki32(int32(u16), cu16&0xffffffff) + chki32(int32(u32), cu32&0xffffffff-1<<32) + chki32(int32(u64), cu64&0xffffffff-1<<32) + // chki32(int32(f32), 0) + // chki32(int32(f64), 0) + + chki64(int64(i8), ci8&0xffffffffffffffff-1<<64) + chki64(int64(i16), ci16&0xffffffffffffffff-1<<64) + chki64(int64(i32), ci32&0xffffffffffffffff-1<<64) + chki64(int64(i64), ci64&0xffffffffffffffff-1<<64) + chki64(int64(u8), cu8&0xffffffffffffffff) + chki64(int64(u16), cu16&0xffffffffffffffff) + chki64(int64(u32), cu32&0xffffffffffffffff) + chki64(int64(u64), cu64&0xffffffffffffffff-1<<64) + // chki64(int64(f32), 0) + // chki64(int64(f64), 0) + + + chku8(uint8(i8), ci8&0xff) + chku8(uint8(i16), ci16&0xff) + chku8(uint8(i32), ci32&0xff) + chku8(uint8(i64), ci64&0xff) + chku8(uint8(u8), cu8&0xff) + chku8(uint8(u16), cu16&0xff) + chku8(uint8(u32), cu32&0xff) + chku8(uint8(u64), cu64&0xff) + // chku8(uint8(f32), 0) + // chku8(uint8(f64), 0) + + chku16(uint16(i8), ci8&0xffff) + chku16(uint16(i16), ci16&0xffff) + chku16(uint16(i32), ci32&0xffff) + chku16(uint16(i64), ci64&0xffff) + chku16(uint16(u8), cu8&0xffff) + chku16(uint16(u16), cu16&0xffff) + chku16(uint16(u32), cu32&0xffff) + chku16(uint16(u64), cu64&0xffff) + // chku16(uint16(f32), 0) + // chku16(uint16(f64), 0) + + chku32(uint32(i8), ci8&0xffffffff) + chku32(uint32(i16), ci16&0xffffffff) + chku32(uint32(i32), ci32&0xffffffff) + chku32(uint32(i64), ci64&0xffffffff) + chku32(uint32(u8), cu8&0xffffffff) + chku32(uint32(u16), cu16&0xffffffff) + chku32(uint32(u32), cu32&0xffffffff) + chku32(uint32(u64), cu64&0xffffffff) + // chku32(uint32(f32), 0) + // chku32(uint32(f64), 0) + + chku64(uint64(i8), ci8&0xffffffffffffffff) + chku64(uint64(i16), ci16&0xffffffffffffffff) + chku64(uint64(i32), ci32&0xffffffffffffffff) + chku64(uint64(i64), ci64&0xffffffffffffffff) + chku64(uint64(u8), cu8&0xffffffffffffffff) + chku64(uint64(u16), cu16&0xffffffffffffffff) + chku64(uint64(u32), cu32&0xffffffffffffffff) + chku64(uint64(u64), cu64&0xffffffffffffffff) + // chku64(uint64(f32), 0) + // chku64(uint64(f64), 0) +} diff --git a/go/test/intrinsic.go b/go/test/intrinsic.go new file mode 100644 index 0000000000000000000000000000000000000000..702b6acaf86ccda1fb16aa30ca36c28f4d19ff6b --- /dev/null +++ b/go/test/intrinsic.go @@ -0,0 +1,9 @@ +// errorcheckandrundir -0 -d=ssa/intrinsics/debug + +//go:build amd64 || arm64 || arm || s390x + +// Copyright 2016 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 ignored diff --git a/go/test/intrinsic_atomic.go b/go/test/intrinsic_atomic.go new file mode 100644 index 0000000000000000000000000000000000000000..72038e676a7951cfcf4a3bdd363c512d984172ff --- /dev/null +++ b/go/test/intrinsic_atomic.go @@ -0,0 +1,21 @@ +// errorcheck -0 -d=ssa/intrinsics/debug + +//go:build amd64 || arm64 || loong64 || mips || mipsle || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x + +// Copyright 2016 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 main + +import "sync/atomic" + +var x uint32 + +func atomics() { + _ = atomic.LoadUint32(&x) // ERROR "intrinsic substitution for LoadUint32" + atomic.StoreUint32(&x, 1) // ERROR "intrinsic substitution for StoreUint32" + atomic.AddUint32(&x, 1) // ERROR "intrinsic substitution for AddUint32" + atomic.SwapUint32(&x, 1) // ERROR "intrinsic substitution for SwapUint32" + atomic.CompareAndSwapUint32(&x, 1, 2) // ERROR "intrinsic substitution for CompareAndSwapUint32" +} diff --git a/go/test/iota.go b/go/test/iota.go new file mode 100644 index 0000000000000000000000000000000000000000..7187dbe335ea42f03ea44942782398b49d45027b --- /dev/null +++ b/go/test/iota.go @@ -0,0 +1,122 @@ +// run + +// Copyright 2009 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. + +// Test iota. + +package main + +func assert(cond bool, msg string) { + if !cond { + print("assertion fail: ", msg, "\n") + panic(1) + } +} + +const ( + x int = iota + y = iota + z = 1 << iota + f float32 = 2 * iota + g float32 = 4.5 * float32(iota) +) + +const ( + X = 0 + Y + Z +) + +const ( + A = 1 << iota + B + C + D + E = iota * iota + F + G +) + +const ( + a = 1 + b = iota << a + c = iota << b + d +) + +const ( + i = (a << iota) + (b * iota) + j + k + l +) + +const ( + m = iota == 0 + n +) + +const ( + p = float32(iota) + q + r +) + +const ( + s = string(iota + 'a') + t +) + +const ( + abit, amask = 1 << iota, 1< 10: + if x == 11 { + break L3 + } + if x == 12 { + continue L3 // ERROR "invalid continue label .*L3|continue is not in a loop$" + } + goto L3 + } + +L4: + if true { + if x == 13 { + break L4 // ERROR "invalid break label .*L4" + } + if x == 14 { + continue L4 // ERROR "invalid continue label .*L4|continue is not in a loop$" + } + if x == 15 { + goto L4 + } + } + +L5: + f2() + if x == 16 { + break L5 // ERROR "invalid break label .*L5" + } + if x == 17 { + continue L5 // ERROR "invalid continue label .*L5|continue is not in a loop$" + } + if x == 18 { + goto L5 + } + + for { + if x == 19 { + break L1 // ERROR "invalid break label .*L1" + } + if x == 20 { + continue L1 // ERROR "invalid continue label .*L1" + } + if x == 21 { + goto L1 + } + } + + continue // ERROR "continue is not in a loop$|continue statement not within for" + for { + continue on // ERROR "continue label not defined: on|invalid continue label .*on" + } + + break // ERROR "break is not in a loop, switch, or select|break statement not within for or switch or select" + for { + break dance // ERROR "break label not defined: dance|invalid break label .*dance" + } + + for { + switch x { + case 1: + continue + } + } +} diff --git a/go/test/linkmain.go b/go/test/linkmain.go new file mode 100644 index 0000000000000000000000000000000000000000..18962a9848b46143698f0ff252837de37324565f --- /dev/null +++ b/go/test/linkmain.go @@ -0,0 +1,12 @@ +//go:build ignore + +// Copyright 2015 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. + +// For linkmain_run.go. + +package notmain + +func main() { +} diff --git a/go/test/linkmain_run.go b/go/test/linkmain_run.go new file mode 100644 index 0000000000000000000000000000000000000000..55aa65267303daeca1f5df739a142a72f66b03b3 --- /dev/null +++ b/go/test/linkmain_run.go @@ -0,0 +1,84 @@ +// run + +//go:build !nacl && !js && !wasip1 + +// Copyright 2014 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. + +// Run the sinit test. + +package main + +import ( + "fmt" + "io/ioutil" + "os" + "os/exec" + "path/filepath" + "strings" +) + +var tmpDir string + +func cleanup() { + os.RemoveAll(tmpDir) +} + +func run(cmdline ...string) { + args := strings.Fields(strings.Join(cmdline, " ")) + cmd := exec.Command(args[0], args[1:]...) + out, err := cmd.CombinedOutput() + if err != nil { + fmt.Printf("$ %s\n", cmdline) + fmt.Println(string(out)) + fmt.Println(err) + cleanup() + os.Exit(1) + } +} + +func runFail(cmdline ...string) { + args := strings.Fields(strings.Join(cmdline, " ")) + cmd := exec.Command(args[0], args[1:]...) + out, err := cmd.CombinedOutput() + if err == nil { + fmt.Printf("$ %s\n", cmdline) + fmt.Println(string(out)) + fmt.Println("SHOULD HAVE FAILED!") + cleanup() + os.Exit(1) + } +} + +func main() { + var err error + tmpDir, err = ioutil.TempDir("", "") + if err != nil { + fmt.Println(err) + os.Exit(1) + } + tmp := func(name string) string { + return filepath.Join(tmpDir, name) + } + + importcfg, err := exec.Command("go", "list", "-export", "-f", "{{if .Export}}packagefile {{.ImportPath}}={{.Export}}{{end}}", "std").Output() + if err != nil { + fmt.Println(err) + os.Exit(1) + } + os.WriteFile(tmp("importcfg"), importcfg, 0644) + + // helloworld.go is package main + run("go tool compile -p=main -importcfg", tmp("importcfg"), "-o", tmp("linkmain.o"), "helloworld.go") + run("go tool compile -p=main -importcfg", tmp("importcfg"), " -pack -o", tmp("linkmain.a"), "helloworld.go") + run("go tool link -importcfg", tmp("importcfg"), "-o", tmp("linkmain.exe"), tmp("linkmain.o")) + run("go tool link -importcfg", tmp("importcfg"), "-o", tmp("linkmain.exe"), tmp("linkmain.a")) + + // linkmain.go is not + run("go tool compile -importcfg", tmp("importcfg"), "-p=notmain -o", tmp("linkmain1.o"), "linkmain.go") + run("go tool compile -importcfg", tmp("importcfg"), "-p=notmain -pack -o", tmp("linkmain1.a"), "linkmain.go") + runFail("go tool link -importcfg", tmp("importcfg"), "-o", tmp("linkmain.exe"), tmp("linkmain1.o")) + runFail("go tool link -importcfg", tmp("importcfg"), "-o", tmp("linkmain.exe"), tmp("linkmain1.a")) + cleanup() +} diff --git a/go/test/linkname.go b/go/test/linkname.go new file mode 100644 index 0000000000000000000000000000000000000000..c94a113c90f79b11df1e6da6fb70d4affe1c0050 --- /dev/null +++ b/go/test/linkname.go @@ -0,0 +1,15 @@ +// errorcheckandrundir -0 -m -l=4 + +// Copyright 2010 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. + +// Tests that linknames are included in export data (issue 18167). +package ignored + +/* +Without CL 33911, this test would fail with the following error: + +main.main: relocation target linkname2.byteIndex not defined +main.main: undefined: "linkname2.byteIndex" +*/ diff --git a/go/test/linkname3.go b/go/test/linkname3.go new file mode 100644 index 0000000000000000000000000000000000000000..0d5df0b86e346762eb68fcfdcbc7442992d118ce --- /dev/null +++ b/go/test/linkname3.go @@ -0,0 +1,29 @@ +// errorcheck + +// Copyright 2020 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. + +// Tests that errors are reported for misuse of linkname. +package p + +import _ "unsafe" + +type t int + +var x, y int + +func F[T any](T) {} + +//go:linkname x ok + +// ERROR "//go:linkname must refer to declared function or variable" +// ERROR "//go:linkname must refer to declared function or variable" +// ERROR "duplicate //go:linkname for x" +// ERROR "//go:linkname reference of an instantiation is not allowed" + +//line linkname3.go:20 +//go:linkname nonexist nonexist +//go:linkname t notvarfunc +//go:linkname x duplicate +//go:linkname i F[go.shape.int] diff --git a/go/test/linknameasm.go b/go/test/linknameasm.go new file mode 100644 index 0000000000000000000000000000000000000000..119f4bda429df6fcc75ae32b77b89d5f401ea53a --- /dev/null +++ b/go/test/linknameasm.go @@ -0,0 +1,9 @@ +// buildrundir + +// Copyright 2024 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. + +//go:build amd64 + +package ignored diff --git a/go/test/linkobj.go b/go/test/linkobj.go new file mode 100644 index 0000000000000000000000000000000000000000..85570269eb5c5ee7e075e04838c5e309530be0e1 --- /dev/null +++ b/go/test/linkobj.go @@ -0,0 +1,164 @@ +// run + +//go:build !nacl && !js && gc && !wasip1 + +// Copyright 2016 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. + +// Test the compiler -linkobj flag. + +package main + +import ( + "fmt" + "io/ioutil" + "log" + "os" + "os/exec" + "strings" +) + +var pwd, tmpdir string + +func main() { + dir, err := ioutil.TempDir("", "go-test-linkobj-") + if err != nil { + log.Fatal(err) + } + pwd, err = os.Getwd() + if err != nil { + log.Fatal(err) + } + if err := os.Chdir(dir); err != nil { + os.RemoveAll(dir) + log.Fatal(err) + } + tmpdir = dir + + writeFile("p1.go", ` + package p1 + + func F() { + println("hello from p1") + } + `) + writeFile("p2.go", ` + package p2 + + import "./p1" + + func F() { + p1.F() + println("hello from p2") + } + + func main() {} + `) + writeFile("p3.go", ` + package main + + import "./p2" + + func main() { + p2.F() + println("hello from main") + } + `) + + stdlibimportcfg, err := os.ReadFile(os.Getenv("STDLIB_IMPORTCFG")) + if err != nil { + fatalf("listing stdlib export files: %v", err) + } + + // two rounds: once using normal objects, again using .a files (compile -pack). + for round := 0; round < 2; round++ { + pkg := "-pack=" + fmt.Sprint(round) + + // The compiler expects the files being read to have the right suffix. + o := "o" + if round == 1 { + o = "a" + } + + importcfg := string(stdlibimportcfg) + "\npackagefile p1=p1." + o + "\npackagefile p2=p2." + o + os.WriteFile("importcfg", []byte(importcfg), 0644) + + // inlining is disabled to make sure that the link objects contain needed code. + run("go", "tool", "compile", "-p=p1", pkg, "-D", ".", "-importcfg=importcfg", "-l", "-o", "p1."+o, "-linkobj", "p1.lo", "p1.go") + run("go", "tool", "compile", "-p=p2", pkg, "-D", ".", "-importcfg=importcfg", "-l", "-o", "p2."+o, "-linkobj", "p2.lo", "p2.go") + run("go", "tool", "compile", "-p=main", pkg, "-D", ".", "-importcfg=importcfg", "-l", "-o", "p3."+o, "-linkobj", "p3.lo", "p3.go") + + cp("p1."+o, "p1.oo") + cp("p2."+o, "p2.oo") + cp("p3."+o, "p3.oo") + cp("p1.lo", "p1."+o) + cp("p2.lo", "p2."+o) + cp("p3.lo", "p3."+o) + out := runFail("go", "tool", "link", "p2."+o) + if !strings.Contains(out, "not package main") { + fatalf("link p2.o failed but not for package main:\n%s", out) + } + + run("go", "tool", "link", "-importcfg=importcfg", "-o", "a.out.exe", "p3."+o) + out = run("./a.out.exe") + if !strings.Contains(out, "hello from p1\nhello from p2\nhello from main\n") { + fatalf("running main, incorrect output:\n%s", out) + } + + // ensure that mistaken future round can't use these + os.Remove("p1.o") + os.Remove("a.out.exe") + } + + cleanup() +} + +func run(args ...string) string { + out, err := exec.Command(args[0], args[1:]...).CombinedOutput() + if err != nil { + fatalf("run %v: %s\n%s", args, err, out) + } + return string(out) +} + +func runFail(args ...string) string { + out, err := exec.Command(args[0], args[1:]...).CombinedOutput() + if err == nil { + fatalf("runFail %v: unexpected success!\n%s", args, err, out) + } + return string(out) +} + +func cp(src, dst string) { + data, err := ioutil.ReadFile(src) + if err != nil { + fatalf("%v", err) + } + err = ioutil.WriteFile(dst, data, 0666) + if err != nil { + fatalf("%v", err) + } +} + +func writeFile(name, data string) { + err := ioutil.WriteFile(name, []byte(data), 0666) + if err != nil { + fatalf("%v", err) + } +} + +func cleanup() { + const debug = false + if debug { + println("TMPDIR:", tmpdir) + return + } + os.Chdir(pwd) // get out of tmpdir before removing it + os.RemoveAll(tmpdir) +} + +func fatalf(format string, args ...interface{}) { + cleanup() + log.Fatalf(format, args...) +} diff --git a/go/test/linkx.go b/go/test/linkx.go new file mode 100644 index 0000000000000000000000000000000000000000..4f85b241a96d586ffe646e9bd53d4a3bc4213e80 --- /dev/null +++ b/go/test/linkx.go @@ -0,0 +1,38 @@ +// skip + +// Copyright 2012 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. + +// Test the -X facility of the gc linker (6l etc.). +// This test is run by linkx_run.go. + +package main + +import "fmt" + +var tbd string +var overwrite string = "dibs" + +var tbdcopy = tbd +var overwritecopy = overwrite +var arraycopy = [2]string{tbd, overwrite} + +var b bool +var x int + +func main() { + fmt.Println(tbd) + fmt.Println(tbdcopy) + fmt.Println(arraycopy[0]) + + fmt.Println(overwrite) + fmt.Println(overwritecopy) + fmt.Println(arraycopy[1]) + + // Check non-string symbols are not overwritten. + // This also make them used. + if b || x != 0 { + panic("b or x overwritten") + } +} diff --git a/go/test/linkx_run.go b/go/test/linkx_run.go new file mode 100644 index 0000000000000000000000000000000000000000..15f7c9ab4f93451dad9100b2bdef1bd9b62a7b40 --- /dev/null +++ b/go/test/linkx_run.go @@ -0,0 +1,71 @@ +// run + +//go:build !nacl && !js && !wasip1 && gc + +// Copyright 2014 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. + +// Run the linkx test. + +package main + +import ( + "bytes" + "fmt" + "os" + "os/exec" + "strings" +) + +func main() { + // test(" ") // old deprecated & removed syntax + test("=") // new syntax +} + +func test(sep string) { + // Successful run + cmd := exec.Command("go", "run", "-ldflags=-X main.tbd"+sep+"hello -X main.overwrite"+sep+"trumped -X main.nosuchsymbol"+sep+"neverseen", "linkx.go") + var out, errbuf bytes.Buffer + cmd.Stdout = &out + cmd.Stderr = &errbuf + err := cmd.Run() + if err != nil { + fmt.Println(errbuf.String()) + fmt.Println(out.String()) + fmt.Println(err) + os.Exit(1) + } + + want := "hello\nhello\nhello\ntrumped\ntrumped\ntrumped\n" + got := out.String() + if got != want { + fmt.Printf("got %q want %q\n", got, want) + os.Exit(1) + } + + // Issue 8810 + cmd = exec.Command("go", "run", "-ldflags=-X main.tbd", "linkx.go") + _, err = cmd.CombinedOutput() + if err == nil { + fmt.Println("-X linker flag should not accept keys without values") + os.Exit(1) + } + + // Issue 9621 + cmd = exec.Command("go", "run", "-ldflags=-X main.b=false -X main.x=42", "linkx.go") + outx, err := cmd.CombinedOutput() + if err == nil { + fmt.Println("-X linker flag should not overwrite non-strings") + os.Exit(1) + } + outstr := string(outx) + if !strings.Contains(outstr, "main.b") { + fmt.Printf("-X linker flag did not diagnose overwrite of main.b:\n%s\n", outstr) + os.Exit(1) + } + if !strings.Contains(outstr, "main.x") { + fmt.Printf("-X linker flag did not diagnose overwrite of main.x:\n%s\n", outstr) + os.Exit(1) + } +} diff --git a/go/test/literal.go b/go/test/literal.go new file mode 100644 index 0000000000000000000000000000000000000000..c3d6bc123a6b0c9997ac8ee3816d1ed6640cef61 --- /dev/null +++ b/go/test/literal.go @@ -0,0 +1,229 @@ +// run + +// Copyright 2009 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. + +// Test literal syntax for basic types. + +package main + +var nbad int + +func assert(cond bool, msg string) { + if !cond { + if nbad == 0 { + print("BUG") + } + nbad++ + print(" ", msg) + } +} + +func equal(a, b float32) bool { + return a == b +} + +func main() { + // bool + var t bool = true + var f bool = false + assert(t == !f, "bool") + + // int8 + var i00 int8 = 0 + var i01 int8 = 1 + var i02 int8 = -1 + var i03 int8 = 127 + var i04 int8 = -127 + var i05 int8 = -128 + var i06 int8 = +127 + assert(i01 == i00+1, "i01") + assert(i02 == -i01, "i02") + assert(i03 == -i04, "i03") + assert(-(i05+1) == i06, "i05") + + // int16 + var i10 int16 = 0 + var i11 int16 = 1 + var i12 int16 = -1 + var i13 int16 = 32767 + var i14 int16 = -32767 + var i15 int16 = -32768 + var i16 int16 = +32767 + assert(i11 == i10+1, "i11") + assert(i12 == -i11, "i12") + assert(i13 == -i14, "i13") + assert(-(i15+1) == i16, "i15") + + // int32 + var i20 int32 = 0 + var i21 int32 = 1 + var i22 int32 = -1 + var i23 int32 = 2147483647 + var i24 int32 = -2147483647 + var i25 int32 = -2147483648 + var i26 int32 = +2147483647 + assert(i21 == i20+1, "i21") + assert(i22 == -i21, "i22") + assert(i23 == -i24, "i23") + assert(-(i25+1) == i26, "i25") + assert(i23 == (1<<31)-1, "i23 size") + + // int64 + var i30 int64 = 0 + var i31 int64 = 1 + var i32 int64 = -1 + var i33 int64 = 9223372036854775807 + var i34 int64 = -9223372036854775807 + var i35 int64 = -9223372036854775808 + var i36 int64 = +9223372036854775807 + assert(i31 == i30+1, "i31") + assert(i32 == -i31, "i32") + assert(i33 == -i34, "i33") + assert(-(i35+1) == i36, "i35") + assert(i33 == (1<<63)-1, "i33 size") + + // uint8 + var u00 uint8 = 0 + var u01 uint8 = 1 + var u02 uint8 = 255 + var u03 uint8 = +255 + assert(u01 == u00+1, "u01") + assert(u02 == u03, "u02") + assert(u03 == (1<<8)-1, "u03 size") + + // uint16 + var u10 uint16 = 0 + var u11 uint16 = 1 + var u12 uint16 = 65535 + var u13 uint16 = +65535 + assert(u11 == u10+1, "u11") + assert(u12 == u13, "u12") + + // uint32 + var u20 uint32 = 0 + var u21 uint32 = 1 + var u22 uint32 = 4294967295 + var u23 uint32 = +4294967295 + assert(u21 == u20+1, "u21") + assert(u22 == u23, "u22") + + // uint64 + var u30 uint64 = 0 + var u31 uint64 = 1 + var u32 uint64 = 18446744073709551615 + var u33 uint64 = +18446744073709551615 + _, _, _, _ = u30, u31, u32, u33 + + // float + var f00 float32 = 3.14159 + var f01 float32 = -3.14159 + var f02 float32 = +3.14159 + var f03 float32 = 0.0 + var f04 float32 = .0 + var f05 float32 = 0. + var f06 float32 = -0.0 + var f07 float32 = 1e10 + var f08 float32 = -1e10 + var f09 float32 = 1e-10 + var f10 float32 = 1e+10 + var f11 float32 = 1.e-10 + var f12 float32 = 1.e+10 + var f13 float32 = .1e-10 + var f14 float32 = .1e+10 + var f15 float32 = 1.1e-10 + var f16 float32 = 1.1e+10 + assert(f01 == -f00, "f01") + assert(f02 == -f01, "f02") + assert(f03 == f04, "f03") + assert(f04 == f05, "f04") + assert(f05 == f06, "f05") + assert(f07 == -f08, "f07") + assert(equal(f09, 1/f10), "f09") + assert(f11 == f09, "f11") + assert(f12 == f10, "f12") + assert(equal(f13, f09/10.0), "f13") + assert(equal(f14, f12/10.0), "f14") + assert(equal(f15, f16/1e20), "f15") + + // character + var c0 uint8 = 'a' + var c1 uint8 = 'ä' + var c2 uint8 = '\a' + var c3 uint8 = '\b' + var c4 uint8 = '\f' + var c5 uint8 = '\n' + var c6 uint8 = '\r' + var c7 uint8 = '\t' + var c8 uint8 = '\v' + // var c9 uint8 = '本' // correctly caught as error + var c9 uint16 = '本' + assert(c0 == 0x61, "c0") + assert(c1 == 0xe4, "c1") + assert(c2 == 0x07, "c2") + assert(c3 == 0x08, "c3") + assert(c4 == 0x0c, "c4") + assert(c5 == 0x0a, "c4") + assert(c6 == 0x0d, "c6") + assert(c7 == 0x09, "c7") + assert(c8 == 0x0b, "c8") + assert(c9 == 0x672c, "c9") + + var c00 uint8 = '\000' + var c01 uint8 = '\007' + var c02 uint8 = '\177' + var c03 uint8 = '\377' + assert(c00 == 0, "c00") + assert(c01 == 7, "c01") + assert(c02 == 127, "c02") + assert(c03 == 255, "c03") + + var cx0 uint8 = '\x00' + var cx1 uint8 = '\x0f' + var cx2 uint8 = '\xff' + assert(cx0 == 0, "cx0") + assert(cx1 == 15, "cx1") + assert(cx2 == 255, "cx2") + + var cu0 uint16 = '\u1234' + var cu1 uint32 = '\U00101234' + assert(cu0 == 0x1234, "cu0") + assert(cu1 == 0x101234, "cu1") + + // string + var s0 string = "" + var s1 string = "hellô" + assert(s1[0] == 'h', "s1-0") + assert(s1[4] == 0xc3, "s1-4") + assert(s1[5] == 0xb4, "s1-5") + var s2 string = "\a\b\f\n\r\t\v" + _, _ = s0, s2 + + var s00 string = "\000" + var s01 string = "\007" + var s02 string = "\377" + assert(s00[0] == 0, "s00") + assert(s01[0] == 7, "s01") + assert(s02[0] == 255, "s02") + + var x00 string = "\x00" + var x01 string = "\x0f" + var x02 string = "\xff" + assert(x00[0] == 0, "x00") + assert(x01[0] == 15, "x01") + assert(x02[0] == 255, "x02") + + // these are all the same string + var sj0 string = "日本語" + var sj1 string = "\u65e5\u672c\u8a9e" + var sj2 string = "\U000065e5\U0000672c\U00008a9e" + var sj3 string = "\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e" + assert(sj0 == sj1, "sj1") + assert(sj0 == sj2, "sj2") + assert(sj0 == sj3, "sj3") + + if nbad > 0 { + panic("literal failed") + } +} diff --git a/go/test/literal2.go b/go/test/literal2.go new file mode 100644 index 0000000000000000000000000000000000000000..f552e33adaffeb7254e2efb1b1ef6b6434fd38ff --- /dev/null +++ b/go/test/literal2.go @@ -0,0 +1,90 @@ +// run + +// 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. + +// Test Go2 literal syntax for basic types. +// Avoid running gofmt on this file to preserve the +// test cases with upper-case prefixes (0B, 0O, 0X). + +package main + +import "fmt" + +func assert(cond bool) { + if !cond { + panic("assertion failed") + } +} + +func equal(x, y interface{}) bool { + if x != y { + fmt.Printf("%g != %g\n", x, y) + return false + } + return true +} + +func main() { + // 0-octals + assert(0_1 == 01) + assert(012 == 012) + assert(0_1_2 == 012) + assert(0_1_2i == complex(0, 12)) // decimal digits despite leading 0 for backward-compatibility + assert(00089i == complex(0, 89)) // decimal digits despite leading 0 for backward-compatibility + + // decimals + assert(1_000_000 == 1000000) + assert(1_000i == complex(0, 1000)) + + // hexadecimals + assert(0x_1 == 0x1) + assert(0x1_2 == 0x12) + assert(0x_cafe_f00d == 0xcafef00d) + assert(0x_cafei == complex(0, 0xcafe)) + + // octals + assert(0o_1 == 01) + assert(0o12 == 012) + assert(0o_1_2 == 012) + assert(0o_1_2i == complex(0, 0o12)) + + // binaries + assert(0b_1 == 1) + assert(0b10 == 2) + assert(0b_1_0 == 2) + assert(0b_1_0i == complex(0, 2)) + + // decimal floats + assert(0. == 0.0) + assert(.0 == 0.0) + assert(1_0. == 10.0) + assert(.0_1 == 0.01) + assert(1_0.0_1 == 10.01) + assert(1_0.0_1i == complex(0, 10.01)) + + assert(0.e1_0 == 0.0e10) + assert(.0e1_0 == 0.0e10) + assert(1_0.e1_0 == 10.0e10) + assert(.0_1e1_0 == 0.01e10) + assert(1_0.0_1e1_0 == 10.01e10) + assert(1_0.0_1e1_0i == complex(0, 10.01e10)) + + // hexadecimal floats + assert(equal(0x1p-2, 0.25)) + assert(equal(0x2.p10, 2048.0)) + assert(equal(0x1.Fp+0, 1.9375)) + assert(equal(0x.8p-0, 0.5)) + assert(equal(0x1FFFp-16, 0.1249847412109375)) + assert(equal(0x1.fffffffffffffp1023, 1.7976931348623157e308)) + assert(equal(0x1.fffffffffffffp1023i, complex(0, 1.7976931348623157e308))) + + assert(equal(0x_1p-2, 0.25)) + assert(equal(0x2.p1_0, 2048.0)) + assert(equal(0x1_0.Fp+0, 16.9375)) + assert(equal(0x_0.8p-0, 0.5)) + assert(equal(0x_1FF_Fp-16, 0.1249847412109375)) + assert(equal(0x1.f_ffff_ffff_ffffp1_023, 1.7976931348623157e308)) + assert(equal(0x1.f_ffff_ffff_ffffp1_023i, complex(0, 1.7976931348623157e308))) +} diff --git a/go/test/live.go b/go/test/live.go new file mode 100644 index 0000000000000000000000000000000000000000..6561b20925ec24b8fcf19c91c438de646d45fc24 --- /dev/null +++ b/go/test/live.go @@ -0,0 +1,759 @@ +// errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off + +//go:build !ppc64 && !ppc64le && !goexperiment.regabiargs + +// ppc64 needs a better tighten pass to make f18 pass +// rescheduling checks need to be turned off because there are some live variables across the inserted check call +// +// For register ABI, liveness info changes slightly. See live_regabi.go. + +// Copyright 2014 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. + +// liveness tests with inlining disabled. +// see also live2.go. + +package main + +func printnl() + +//go:noescape +func printpointer(**int) + +//go:noescape +func printintpointer(*int) + +//go:noescape +func printstringpointer(*string) + +//go:noescape +func printstring(string) + +//go:noescape +func printbytepointer(*byte) + +func printint(int) + +func f1() { + var x *int // ERROR "stack object x \*int$" + printpointer(&x) // ERROR "live at call to printpointer: x$" + printpointer(&x) +} + +func f2(b bool) { + if b { + printint(0) // nothing live here + return + } + var x *int // ERROR "stack object x \*int$" + printpointer(&x) // ERROR "live at call to printpointer: x$" + printpointer(&x) +} + +func f3(b1, b2 bool) { + // Here x and y are ambiguously live. In previous go versions they + // were marked as live throughout the function to avoid being + // poisoned in GODEBUG=gcdead=1 mode; this is now no longer the + // case. + + printint(0) + if b1 == false { + printint(0) + return + } + + if b2 { + var x *int // ERROR "stack object x \*int$" + printpointer(&x) // ERROR "live at call to printpointer: x$" + printpointer(&x) + } else { + var y *int // ERROR "stack object y \*int$" + printpointer(&y) // ERROR "live at call to printpointer: y$" + printpointer(&y) + } + printint(0) // nothing is live here +} + +// The old algorithm treated x as live on all code that +// could flow to a return statement, so it included the +// function entry and code above the declaration of x +// but would not include an indirect use of x in an infinite loop. +// Check that these cases are handled correctly. + +func f4(b1, b2 bool) { // x not live here + if b2 { + printint(0) // x not live here + return + } + var z **int + x := new(int) // ERROR "stack object x \*int$" + *x = 42 + z = &x + printint(**z) // ERROR "live at call to printint: x$" + if b2 { + printint(1) // x not live here + return + } + for { + printint(**z) // ERROR "live at call to printint: x$" + } +} + +func f5(b1 bool) { + var z **int + if b1 { + x := new(int) // ERROR "stack object x \*int$" + *x = 42 + z = &x + } else { + y := new(int) // ERROR "stack object y \*int$" + *y = 54 + z = &y + } + printint(**z) // nothing live here +} + +// confusion about the _ result used to cause spurious "live at entry to f6: _". + +func f6() (_, y string) { + y = "hello" + return +} + +// confusion about addressed results used to cause "live at entry to f7: x". + +func f7() (x string) { // ERROR "stack object x string" + _ = &x + x = "hello" + return +} + +// ignoring block returns used to cause "live at entry to f8: x, y". + +func f8() (x, y string) { + return g8() +} + +func g8() (string, string) + +// ignoring block assignments used to cause "live at entry to f9: x" +// issue 7205 + +var i9 interface{} + +func f9() bool { + g8() + x := i9 + y := interface{}(g18()) // ERROR "live at call to convT: x.data$" "live at call to g18: x.data$" "stack object .autotmp_[0-9]+ \[2\]string$" + i9 = y // make y escape so the line above has to call convT + return x != y +} + +// liveness formerly confused by UNDEF followed by RET, +// leading to "live at entry to f10: ~r1" (unnamed result). + +func f10() string { + panic(1) +} + +// liveness formerly confused by select, thinking runtime.selectgo +// can return to next instruction; it always jumps elsewhere. +// note that you have to use at least two cases in the select +// to get a true select; smaller selects compile to optimized helper functions. + +var c chan *int +var b bool + +// this used to have a spurious "live at entry to f11a: ~r0" +func f11a() *int { + select { // ERROR "stack object .autotmp_[0-9]+ \[2\]runtime.scase$" + case <-c: + return nil + case <-c: + return nil + } +} + +func f11b() *int { + p := new(int) + if b { + // At this point p is dead: the code here cannot + // get to the bottom of the function. + // This used to have a spurious "live at call to printint: p". + printint(1) // nothing live here! + select { // ERROR "stack object .autotmp_[0-9]+ \[2\]runtime.scase$" + case <-c: + return nil + case <-c: + return nil + } + } + println(*p) + return nil +} + +var sink *int + +func f11c() *int { + p := new(int) + sink = p // prevent stack allocation, otherwise p is rematerializeable + if b { + // Unlike previous, the cases in this select fall through, + // so we can get to the println, so p is not dead. + printint(1) // ERROR "live at call to printint: p$" + select { // ERROR "live at call to selectgo: p$" "stack object .autotmp_[0-9]+ \[2\]runtime.scase$" + case <-c: + case <-c: + } + } + println(*p) + return nil +} + +// similarly, select{} does not fall through. +// this used to have a spurious "live at entry to f12: ~r0". + +func f12() *int { + if b { + select {} + } else { + return nil + } +} + +// incorrectly placed VARDEF annotations can cause missing liveness annotations. +// this used to be missing the fact that s is live during the call to g13 (because it is +// needed for the call to h13). + +func f13() { + s := g14() + s = h13(s, g13(s)) // ERROR "live at call to g13: s.ptr$" +} + +func g13(string) string +func h13(string, string) string + +// more incorrectly placed VARDEF. + +func f14() { + x := g14() // ERROR "stack object x string$" + printstringpointer(&x) +} + +func g14() string + +// Checking that various temporaries do not persist or cause +// ambiguously live values that must be zeroed. +// The exact temporary names are inconsequential but we are +// trying to check that there is only one at any given site, +// and also that none show up in "ambiguously live" messages. + +var m map[string]int +var mi map[interface{}]int + +// str and iface are used to ensure that a temp is required for runtime calls below. +func str() string +func iface() interface{} + +func f16() { + if b { + delete(mi, iface()) // ERROR "stack object .autotmp_[0-9]+ interface \{\}$" + } + delete(mi, iface()) + delete(mi, iface()) +} + +var m2s map[string]*byte +var m2 map[[2]string]*byte +var x2 [2]string +var bp *byte + +func f17a(p *byte) { // ERROR "live at entry to f17a: p$" + if b { + m2[x2] = p // ERROR "live at call to mapassign: p$" + } + m2[x2] = p // ERROR "live at call to mapassign: p$" + m2[x2] = p // ERROR "live at call to mapassign: p$" +} + +func f17b(p *byte) { // ERROR "live at entry to f17b: p$" + // key temporary + if b { + m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$" + } + m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$" + m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$" +} + +func f17c() { + // key and value temporaries + if b { + m2s[str()] = f17d() // ERROR "live at call to f17d: .autotmp_[0-9]+$" "live at call to mapassign_faststr: .autotmp_[0-9]+$" + } + m2s[str()] = f17d() // ERROR "live at call to f17d: .autotmp_[0-9]+$" "live at call to mapassign_faststr: .autotmp_[0-9]+$" + m2s[str()] = f17d() // ERROR "live at call to f17d: .autotmp_[0-9]+$" "live at call to mapassign_faststr: .autotmp_[0-9]+$" +} + +func f17d() *byte + +func g18() [2]string + +func f18() { + // key temporary for mapaccess. + // temporary introduced by orderexpr. + var z *byte + if b { + z = m2[g18()] // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + z = m2[g18()] + z = m2[g18()] + printbytepointer(z) +} + +var ch chan *byte + +// byteptr is used to ensure that a temp is required for runtime calls below. +func byteptr() *byte + +func f19() { + // dest temporary for channel receive. + var z *byte + + if b { + z = <-ch // ERROR "stack object .autotmp_[0-9]+ \*byte$" + } + z = <-ch + z = <-ch // ERROR "live at call to chanrecv1: .autotmp_[0-9]+$" + printbytepointer(z) +} + +func f20() { + // src temporary for channel send + if b { + ch <- byteptr() // ERROR "stack object .autotmp_[0-9]+ \*byte$" + } + ch <- byteptr() + ch <- byteptr() +} + +func f21(x, y string) { // ERROR "live at entry to f21: x y" + // key temporary for mapaccess using array literal key. + var z *byte + if b { + z = m2[[2]string{x, y}] // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + z = m2[[2]string{"x", "y"}] + z = m2[[2]string{"x", "y"}] + printbytepointer(z) +} + +func f21b() { + // key temporary for mapaccess using array literal key. + var z *byte + if b { + z = m2[[2]string{"x", "y"}] + } + z = m2[[2]string{"x", "y"}] + z = m2[[2]string{"x", "y"}] + printbytepointer(z) +} + +func f23(x, y string) { // ERROR "live at entry to f23: x y" + // key temporary for two-result map access using array literal key. + var z *byte + var ok bool + if b { + z, ok = m2[[2]string{x, y}] // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + z, ok = m2[[2]string{"x", "y"}] + z, ok = m2[[2]string{"x", "y"}] + printbytepointer(z) + print(ok) +} + +func f23b() { + // key temporary for two-result map access using array literal key. + var z *byte + var ok bool + if b { + z, ok = m2[[2]string{"x", "y"}] + } + z, ok = m2[[2]string{"x", "y"}] + z, ok = m2[[2]string{"x", "y"}] + printbytepointer(z) + print(ok) +} + +func f24(x, y string) { // ERROR "live at entry to f24: x y" + // key temporary for map access using array literal key. + // value temporary too. + if b { + m2[[2]string{x, y}] = nil // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + m2[[2]string{"x", "y"}] = nil + m2[[2]string{"x", "y"}] = nil +} + +func f24b() { + // key temporary for map access using array literal key. + // value temporary too. + if b { + m2[[2]string{"x", "y"}] = nil + } + m2[[2]string{"x", "y"}] = nil + m2[[2]string{"x", "y"}] = nil +} + +// Non-open-coded defers should not cause autotmps. (Open-coded defers do create extra autotmps). +func f25(b bool) { + for i := 0; i < 2; i++ { + // Put in loop to make sure defer is not open-coded + defer g25() + } + if b { + return + } + var x string + x = g14() + printstring(x) + return +} + +func g25() + +// non-escaping ... slices passed to function call should die on return, +// so that the temporaries do not stack and do not cause ambiguously +// live variables. + +func f26(b bool) { + if b { + print26((*int)(nil), (*int)(nil), (*int)(nil)) // ERROR "stack object .autotmp_[0-9]+ \[3\]interface \{\}$" + } + print26((*int)(nil), (*int)(nil), (*int)(nil)) + print26((*int)(nil), (*int)(nil), (*int)(nil)) + printnl() +} + +//go:noescape +func print26(...interface{}) + +// non-escaping closures passed to function call should die on return + +func f27(b bool) { + x := 0 + if b { + call27(func() { x++ }) // ERROR "stack object .autotmp_[0-9]+ struct \{" + } + call27(func() { x++ }) + call27(func() { x++ }) + printnl() +} + +// but defer does escape to later execution in the function + +func f27defer(b bool) { + x := 0 + if b { + defer call27(func() { x++ }) // ERROR "stack object .autotmp_[0-9]+ struct \{" + } + defer call27(func() { x++ }) // ERROR "stack object .autotmp_[0-9]+ struct \{" + printnl() // ERROR "live at call to printnl: .autotmp_[0-9]+ .autotmp_[0-9]+" + return // ERROR "live at indirect call: .autotmp_[0-9]+" +} + +// and newproc (go) escapes to the heap + +func f27go(b bool) { + x := 0 + if b { + go call27(func() { x++ }) // ERROR "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): &x$" "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): &x .autotmp_[0-9]+$" "live at call to newproc: &x$" // allocate two closures, the func literal, and the wrapper for go + } + go call27(func() { x++ }) // ERROR "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): &x$" "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): .autotmp_[0-9]+$" // allocate two closures, the func literal, and the wrapper for go + printnl() +} + +//go:noescape +func call27(func()) + +// concatstring slice should die on return + +var s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 string + +func f28(b bool) { + if b { + printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "stack object .autotmp_[0-9]+ \[10\]string$" + } + printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) + printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) +} + +// map iterator should die on end of range loop + +func f29(b bool) { + if b { + for k := range m { // ERROR "live at call to (mapiterinit|mapIterStart): .autotmp_[0-9]+$" "live at call to (mapiternext|mapIterNext): .autotmp_[0-9]+$" "stack object .autotmp_[0-9]+ internal/runtime/maps.Iter$" + printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$" + } + } + for k := range m { // ERROR "live at call to (mapiterinit|mapIterStart): .autotmp_[0-9]+$" "live at call to (mapiternext|mapIterNext): .autotmp_[0-9]+$" + printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$" + } + for k := range m { // ERROR "live at call to (mapiterinit|mapIterStart): .autotmp_[0-9]+$" "live at call to (mapiternext|mapIterNext): .autotmp_[0-9]+$" + printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$" + } +} + +// copy of array of pointers should die at end of range loop +var pstructarr [10]pstruct + +// Struct size chosen to make pointer to element in pstructarr +// not computable by strength reduction. +type pstruct struct { + intp *int + _ [8]byte +} + +func f30(b bool) { + // live temp during printintpointer(p): + // the internal iterator pointer if a pointer to pstruct in pstructarr + // can not be easily computed by strength reduction. + if b { + for _, p := range pstructarr { // ERROR "stack object .autotmp_[0-9]+ \[10\]pstruct$" + printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$" + } + } + for _, p := range pstructarr { + printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$" + } + for _, p := range pstructarr { + printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$" + } +} + +// conversion to interface should not leave temporary behind + +func f31(b1, b2, b3 bool) { + if b1 { + g31(g18()) // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + if b2 { + h31(g18()) // ERROR "live at call to convT: .autotmp_[0-9]+$" "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): .autotmp_[0-9]+$" + } + if b3 { + panic(g18()) + } + print(b3) +} + +func g31(interface{}) +func h31(...interface{}) + +// non-escaping partial functions passed to function call should die on return + +type T32 int + +func (t *T32) Inc() { // ERROR "live at entry to \(\*T32\).Inc: t$" + *t++ +} + +var t32 T32 + +func f32(b bool) { + if b { + call32(t32.Inc) // ERROR "stack object .autotmp_[0-9]+ struct \{" + } + call32(t32.Inc) + call32(t32.Inc) +} + +//go:noescape +func call32(func()) + +// temporaries introduced during if conditions and && || expressions +// should die once the condition has been acted upon. + +var m33 map[interface{}]int + +func f33() { + if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$" + printnl() + return + } else { + printnl() + } + printnl() +} + +func f34() { + if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$" + printnl() + return + } + printnl() +} + +func f35() { + if m33[byteptr()] == 0 && // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + printnl() + return + } + printnl() +} + +func f36() { + if m33[byteptr()] == 0 || // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + printnl() + return + } + printnl() +} + +func f37() { + if (m33[byteptr()] == 0 || // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0) && // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0 { + printnl() + return + } + printnl() +} + +// select temps should disappear in the case bodies + +var c38 chan string + +func fc38() chan string +func fi38(int) *string +func fb38() *bool + +func f38(b bool) { + // we don't care what temps are printed on the lines with output. + // we care that the println lines have no live variables + // and therefore no output. + if b { + select { // ERROR "live at call to selectgo:( .autotmp_[0-9]+)+$" "stack object .autotmp_[0-9]+ \[4\]runtime.scase$" + case <-fc38(): + printnl() + case fc38() <- *fi38(1): // ERROR "live at call to fc38:( .autotmp_[0-9]+)+$" "live at call to fi38:( .autotmp_[0-9]+)+$" "stack object .autotmp_[0-9]+ string$" + printnl() + case *fi38(2) = <-fc38(): // ERROR "live at call to fc38:( .autotmp_[0-9]+)+$" "live at call to fi38:( .autotmp_[0-9]+)+$" "stack object .autotmp_[0-9]+ string$" + printnl() + case *fi38(3), *fb38() = <-fc38(): // ERROR "stack object .autotmp_[0-9]+ string$" "live at call to f[ibc]38:( .autotmp_[0-9]+)+$" + printnl() + } + printnl() + } + printnl() +} + +// issue 8097: mishandling of x = x during return. + +func f39() (x []int) { + x = []int{1} + printnl() // ERROR "live at call to printnl: .autotmp_[0-9]+$" + return x +} + +func f39a() (x []int) { + x = []int{1} + printnl() // ERROR "live at call to printnl: .autotmp_[0-9]+$" + return +} + +func f39b() (x [10]*int) { + x = [10]*int{} + x[0] = new(int) // ERROR "live at call to (newobject|mallocgcTinySize[48]): x$" + printnl() // ERROR "live at call to printnl: x$" + return x +} + +func f39c() (x [10]*int) { + x = [10]*int{} + x[0] = new(int) // ERROR "live at call to (newobject|mallocgcTinySize[48]): x$" + printnl() // ERROR "live at call to printnl: x$" + return +} + +// issue 8142: lost 'addrtaken' bit on inlined variables. +// no inlining in this test, so just checking that non-inlined works. + +type T40 struct { + m map[int]int +} + +//go:noescape +func useT40(*T40) + +func newT40() *T40 { + ret := T40{} + ret.m = make(map[int]int, 42) // ERROR "live at call to makemap: &ret$" + return &ret +} + +func good40() { + ret := T40{} // ERROR "stack object ret T40$" + ret.m = make(map[int]int) // ERROR "live at call to rand(32)?: .autotmp_[0-9]+$" "stack object .autotmp_[0-9]+ internal/runtime/maps.Map$" + t := &ret + printnl() // ERROR "live at call to printnl: ret$" + // Note: ret is live at the printnl because the compiler moves &ret + // from before the printnl to after. + useT40(t) +} + +func bad40() { + t := newT40() + _ = t + printnl() +} + +func ddd1(x, y *int) { // ERROR "live at entry to ddd1: x y$" + ddd2(x, y) // ERROR "stack object .autotmp_[0-9]+ \[2\]\*int$" + printnl() + // Note: no .?autotmp live at printnl. See issue 16996. +} +func ddd2(a ...*int) { // ERROR "live at entry to ddd2: a$" + sink = a[0] +} + +// issue 16016: autogenerated wrapper should have arguments live +type T struct{} + +func (*T) Foo(ptr *int) {} + +type R struct{ *T } + +// issue 18860: output arguments must be live all the time if there is a defer. +// In particular, at printint r must be live. +func f41(p, q *int) (r *int) { // ERROR "live at entry to f41: p q$" + r = p + defer func() { + recover() + }() + printint(0) // ERROR "live at call to printint: .autotmp_[0-9]+ q r$" + r = q + return // ERROR "live at call to f41.func1: .autotmp_[0-9]+ r$" +} + +func f42() { + var p, q, r int + f43([]*int{&p, &q, &r}) // ERROR "stack object .autotmp_[0-9]+ \[3\]\*int$" + f43([]*int{&p, &r, &q}) + f43([]*int{&q, &p, &r}) +} + +//go:noescape +func f43(a []*int) + +// Assigning to a sub-element that makes up an entire local variable +// should clobber that variable. +func f44(f func() [2]*int) interface{} { // ERROR "live at entry to f44: f" + type T struct { + s [1][2]*int + } + ret := T{} // ERROR "stack object ret T" + ret.s[0] = f() + return ret +} diff --git a/go/test/live1.go b/go/test/live1.go new file mode 100644 index 0000000000000000000000000000000000000000..87c8c97c41cb1897320819ebd3207e1902be1381 --- /dev/null +++ b/go/test/live1.go @@ -0,0 +1,46 @@ +// compile + +// Copyright 2014 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. + +// Test that code compiles without +// "internal error: ... recorded as live on entry" errors +// from the liveness code. +// +// This code contains methods or other construct that +// trigger the generation of wrapper functions with no +// clear line number (they end up using line 1), and those +// would have annotations printed if we used -live=1, +// like the live.go test does. +// Instead, this test relies on the fact that the liveness +// analysis turns any non-live parameter on entry into +// a compile error. Compiling successfully means that bug +// has been avoided. + +package main + +// The liveness analysis used to get confused by the tail return +// instruction in the wrapper methods generated for T1.M and (*T1).M, +// causing a spurious "live at entry: ~r1" for the return result. + +type T struct { +} + +func (t *T) M() *int + +type T1 struct { + *T +} + +// Liveness analysis used to have the VARDEFs in the wrong place, +// causing a temporary to appear live on entry. + +func f1(pkg, typ, meth string) { + panic("value method " + pkg + "." + typ + "." + meth + " called using nil *" + typ + " pointer") +} + +func f2() interface{} { + return new(int) +} + diff --git a/go/test/live2.go b/go/test/live2.go new file mode 100644 index 0000000000000000000000000000000000000000..d88ee6df2ce348ac0ce6e9620f0ea38eade211b6 --- /dev/null +++ b/go/test/live2.go @@ -0,0 +1,41 @@ +// errorcheck -0 -live -wb=0 + +// Copyright 2014 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. + +// liveness tests with inlining ENABLED +// see also live.go. + +package main + +// issue 8142: lost 'addrtaken' bit on inlined variables. + +func printnl() + +//go:noescape +func useT40(*T40) + +type T40 struct { + m map[int]int +} + +func newT40() *T40 { + ret := T40{} + ret.m = make(map[int]int, 42) // ERROR "live at call to makemap: &ret$" + return &ret +} + +func bad40() { + t := newT40() // ERROR "stack object ret T40$" "stack object .autotmp_[0-9]+ internal/runtime/maps.Map$" + printnl() // ERROR "live at call to printnl: ret$" + useT40(t) +} + +func good40() { + ret := T40{} // ERROR "stack object ret T40$" + ret.m = make(map[int]int, 42) // ERROR "stack object .autotmp_[0-9]+ internal/runtime/maps.Map$" + t := &ret + printnl() // ERROR "live at call to printnl: ret$" + useT40(t) +} diff --git a/go/test/live_regabi.go b/go/test/live_regabi.go new file mode 100644 index 0000000000000000000000000000000000000000..75b842d7324210d2972fa71452965be8f46f6f06 --- /dev/null +++ b/go/test/live_regabi.go @@ -0,0 +1,777 @@ +// errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off + +//go:build (amd64 && goexperiment.regabiargs) || (arm64 && goexperiment.regabiargs) + +// Copyright 2014 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. + +// liveness tests with inlining disabled. +// see also live2.go. + +package main + +import "runtime" + +func printnl() + +//go:noescape +func printpointer(**int) + +//go:noescape +func printintpointer(*int) + +//go:noescape +func printstringpointer(*string) + +//go:noescape +func printstring(string) + +//go:noescape +func printbytepointer(*byte) + +func printint(int) + +func f1() { + var x *int // ERROR "stack object x \*int$" + printpointer(&x) // ERROR "live at call to printpointer: x$" + printpointer(&x) +} + +func f2(b bool) { + if b { + printint(0) // nothing live here + return + } + var x *int // ERROR "stack object x \*int$" + printpointer(&x) // ERROR "live at call to printpointer: x$" + printpointer(&x) +} + +func f3(b1, b2 bool) { + // Here x and y are ambiguously live. In previous go versions they + // were marked as live throughout the function to avoid being + // poisoned in GODEBUG=gcdead=1 mode; this is now no longer the + // case. + + printint(0) + if b1 == false { + printint(0) + return + } + + if b2 { + var x *int // ERROR "stack object x \*int$" + printpointer(&x) // ERROR "live at call to printpointer: x$" + printpointer(&x) + } else { + var y *int // ERROR "stack object y \*int$" + printpointer(&y) // ERROR "live at call to printpointer: y$" + printpointer(&y) + } + printint(0) // nothing is live here +} + +// The old algorithm treated x as live on all code that +// could flow to a return statement, so it included the +// function entry and code above the declaration of x +// but would not include an indirect use of x in an infinite loop. +// Check that these cases are handled correctly. + +func f4(b1, b2 bool) { // x not live here + if b2 { + printint(0) // x not live here + return + } + var z **int + x := new(int) // ERROR "stack object x \*int$" + *x = 42 + z = &x + printint(**z) // ERROR "live at call to printint: x$" + if b2 { + printint(1) // x not live here + return + } + for { + printint(**z) // ERROR "live at call to printint: x$" + } +} + +func f5(b1 bool) { + var z **int + if b1 { + x := new(int) // ERROR "stack object x \*int$" + *x = 42 + z = &x + } else { + y := new(int) // ERROR "stack object y \*int$" + *y = 54 + z = &y + } + printint(**z) // nothing live here +} + +// confusion about the _ result used to cause spurious "live at entry to f6: _". + +func f6() (_, y string) { + y = "hello" + return +} + +// confusion about addressed results used to cause "live at entry to f7: x". + +func f7() (x string) { // ERROR "stack object x string" + _ = &x + x = "hello" + return +} + +// ignoring block returns used to cause "live at entry to f8: x, y". + +func f8() (x, y string) { + return g8() +} + +func g8() (string, string) + +// ignoring block assignments used to cause "live at entry to f9: x" +// issue 7205 + +var i9 interface{} + +func f9() bool { + g8() + x := i9 + y := interface{}(g18()) // ERROR "live at call to convT: x.data$" "live at call to g18: x.data$" "stack object .autotmp_[0-9]+ \[2\]string$" + i9 = y // make y escape so the line above has to call convT + return x != y +} + +// liveness formerly confused by UNDEF followed by RET, +// leading to "live at entry to f10: ~r1" (unnamed result). + +func f10() string { + panic(1) +} + +// liveness formerly confused by select, thinking runtime.selectgo +// can return to next instruction; it always jumps elsewhere. +// note that you have to use at least two cases in the select +// to get a true select; smaller selects compile to optimized helper functions. + +var c chan *int +var b bool + +// this used to have a spurious "live at entry to f11a: ~r0" +func f11a() *int { + select { // ERROR "stack object .autotmp_[0-9]+ \[2\]runtime.scase$" + case <-c: + return nil + case <-c: + return nil + } +} + +func f11b() *int { + p := new(int) + if b { + // At this point p is dead: the code here cannot + // get to the bottom of the function. + // This used to have a spurious "live at call to printint: p". + printint(1) // nothing live here! + select { // ERROR "stack object .autotmp_[0-9]+ \[2\]runtime.scase$" + case <-c: + return nil + case <-c: + return nil + } + } + println(*p) + return nil +} + +var sink *int + +func f11c() *int { + p := new(int) + sink = p // prevent stack allocation, otherwise p is rematerializeable + if b { + // Unlike previous, the cases in this select fall through, + // so we can get to the println, so p is not dead. + printint(1) // ERROR "live at call to printint: p$" + select { // ERROR "live at call to selectgo: p$" "stack object .autotmp_[0-9]+ \[2\]runtime.scase$" + case <-c: + case <-c: + } + } + println(*p) + return nil +} + +// similarly, select{} does not fall through. +// this used to have a spurious "live at entry to f12: ~r0". + +func f12() *int { + if b { + select {} + } else { + return nil + } +} + +// incorrectly placed VARDEF annotations can cause missing liveness annotations. +// this used to be missing the fact that s is live during the call to g13 (because it is +// needed for the call to h13). + +func f13() { + s := g14() + s = h13(s, g13(s)) // ERROR "live at call to g13: s.ptr$" +} + +func g13(string) string +func h13(string, string) string + +// more incorrectly placed VARDEF. + +func f14() { + x := g14() // ERROR "stack object x string$" + printstringpointer(&x) +} + +func g14() string + +// Checking that various temporaries do not persist or cause +// ambiguously live values that must be zeroed. +// The exact temporary names are inconsequential but we are +// trying to check that there is only one at any given site, +// and also that none show up in "ambiguously live" messages. + +var m map[string]int +var mi map[interface{}]int + +// str and iface are used to ensure that a temp is required for runtime calls below. +func str() string +func iface() interface{} + +func f16() { + if b { + delete(mi, iface()) // ERROR "stack object .autotmp_[0-9]+ interface \{\}$" + } + delete(mi, iface()) + delete(mi, iface()) +} + +var m2s map[string]*byte +var m2 map[[2]string]*byte +var x2 [2]string +var bp *byte + +func f17a(p *byte) { // ERROR "live at entry to f17a: p$" + if b { + m2[x2] = p // ERROR "live at call to mapassign: p$" + } + m2[x2] = p // ERROR "live at call to mapassign: p$" + m2[x2] = p // ERROR "live at call to mapassign: p$" +} + +func f17b(p *byte) { // ERROR "live at entry to f17b: p$" + // key temporary + if b { + m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$" + + } + m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$" + m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$" +} + +func f17c() { + // key and value temporaries + if b { + m2s[str()] = f17d() // ERROR "live at call to f17d: .autotmp_[0-9]+$" "live at call to mapassign_faststr: .autotmp_[0-9]+$" + } + m2s[str()] = f17d() // ERROR "live at call to f17d: .autotmp_[0-9]+$" "live at call to mapassign_faststr: .autotmp_[0-9]+$" + m2s[str()] = f17d() // ERROR "live at call to f17d: .autotmp_[0-9]+$" "live at call to mapassign_faststr: .autotmp_[0-9]+$" +} + +func f17d() *byte + +func g18() [2]string + +func f18() { + // key temporary for mapaccess. + // temporary introduced by orderexpr. + var z *byte + if b { + z = m2[g18()] // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + z = m2[g18()] + z = m2[g18()] + printbytepointer(z) +} + +var ch chan *byte + +// byteptr is used to ensure that a temp is required for runtime calls below. +func byteptr() *byte + +func f19() { + // dest temporary for channel receive. + var z *byte + + if b { + z = <-ch // ERROR "stack object .autotmp_[0-9]+ \*byte$" + } + z = <-ch + z = <-ch // ERROR "live at call to chanrecv1: .autotmp_[0-9]+$" + printbytepointer(z) +} + +func f20() { + // src temporary for channel send + if b { + ch <- byteptr() // ERROR "stack object .autotmp_[0-9]+ \*byte$" + } + ch <- byteptr() + ch <- byteptr() +} + +func f21(x, y string) { // ERROR "live at entry to f21: x y" + // key temporary for mapaccess using array literal key. + var z *byte + if b { + z = m2[[2]string{x, y}] // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + z = m2[[2]string{"x", "y"}] + z = m2[[2]string{"x", "y"}] + printbytepointer(z) +} + +func f21b() { + // key temporary for mapaccess using array literal key. + var z *byte + if b { + z = m2[[2]string{"x", "y"}] + } + z = m2[[2]string{"x", "y"}] + z = m2[[2]string{"x", "y"}] + printbytepointer(z) +} + +func f23(x, y string) { // ERROR "live at entry to f23: x y" + // key temporary for two-result map access using array literal key. + var z *byte + var ok bool + if b { + z, ok = m2[[2]string{x, y}] // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + z, ok = m2[[2]string{"x", "y"}] + z, ok = m2[[2]string{"x", "y"}] + printbytepointer(z) + print(ok) +} + +func f23b() { + // key temporary for two-result map access using array literal key. + var z *byte + var ok bool + if b { + z, ok = m2[[2]string{"x", "y"}] + } + z, ok = m2[[2]string{"x", "y"}] + z, ok = m2[[2]string{"x", "y"}] + printbytepointer(z) + print(ok) +} + +func f24(x, y string) { // ERROR "live at entry to f24: x y" + // key temporary for map access using array lit3ral key. + // value temporary too. + if b { + m2[[2]string{x, y}] = nil // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + m2[[2]string{"x", "y"}] = nil + m2[[2]string{"x", "y"}] = nil +} + +func f24b() { + // key temporary for map access using array literal key. + // value temporary too. + if b { + m2[[2]string{"x", "y"}] = nil + } + m2[[2]string{"x", "y"}] = nil + m2[[2]string{"x", "y"}] = nil +} + +// Non-open-coded defers should not cause autotmps. (Open-coded defers do create extra autotmps). +func f25(b bool) { + for i := 0; i < 2; i++ { + // Put in loop to make sure defer is not open-coded + defer g25() + } + if b { + return + } + var x string + x = g14() + printstring(x) + return +} + +func g25() + +// non-escaping ... slices passed to function call should die on return, +// so that the temporaries do not stack and do not cause ambiguously +// live variables. + +func f26(b bool) { + if b { + print26((*int)(nil), (*int)(nil), (*int)(nil)) // ERROR "stack object .autotmp_[0-9]+ \[3\]interface \{\}$" + } + print26((*int)(nil), (*int)(nil), (*int)(nil)) + print26((*int)(nil), (*int)(nil), (*int)(nil)) + printnl() +} + +//go:noescape +func print26(...interface{}) + +// non-escaping closures passed to function call should die on return + +func f27(b bool) { + x := 0 + if b { + call27(func() { x++ }) // ERROR "stack object .autotmp_[0-9]+ struct \{" + } + call27(func() { x++ }) + call27(func() { x++ }) + printnl() +} + +// but defer does escape to later execution in the function + +func f27defer(b bool) { + x := 0 + if b { + defer call27(func() { x++ }) // ERROR "stack object .autotmp_[0-9]+ struct \{" + } + defer call27(func() { x++ }) // ERROR "stack object .autotmp_[0-9]+ struct \{" + printnl() // ERROR "live at call to printnl: .autotmp_[0-9]+ .autotmp_[0-9]+" + return // ERROR "live at indirect call: .autotmp_[0-9]+" +} + +// and newproc (go) escapes to the heap + +func f27go(b bool) { + x := 0 + if b { + go call27(func() { x++ }) // ERROR "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): &x$" "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): &x .autotmp_[0-9]+$" "live at call to newproc: &x$" // allocate two closures, the func literal, and the wrapper for go + } + go call27(func() { x++ }) // ERROR "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): &x$" "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): .autotmp_[0-9]+$" // allocate two closures, the func literal, and the wrapper for go + printnl() +} + +//go:noescape +func call27(func()) + +// concatstring slice should die on return + +var s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 string + +func f28(b bool) { + if b { + printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "stack object .autotmp_[0-9]+ \[10\]string$" + } + printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) + printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) +} + +// map iterator should die on end of range loop + +func f29(b bool) { + if b { + for k := range m { // ERROR "live at call to (mapiterinit|mapIterStart): .autotmp_[0-9]+$" "live at call to (mapiternext|mapIterNext): .autotmp_[0-9]+$" "stack object .autotmp_[0-9]+ internal/runtime/maps.Iter$" + printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$" + } + } + for k := range m { // ERROR "live at call to (mapiterinit|mapIterStart): .autotmp_[0-9]+$" "live at call to (mapiternext|mapIterNext): .autotmp_[0-9]+$" + printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$" + } + for k := range m { // ERROR "live at call to (mapiterinit|mapIterStart): .autotmp_[0-9]+$" "live at call to (mapiternext|mapIterNext): .autotmp_[0-9]+$" + printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$" + } +} + +// copy of array of pointers should die at end of range loop +var pstructarr [10]pstruct + +// Struct size chosen to make pointer to element in pstructarr +// not computable by strength reduction. +type pstruct struct { + intp *int + _ [8]byte +} + +func f30(b bool) { + // live temp during printintpointer(p): + // the internal iterator pointer if a pointer to pstruct in pstructarr + // can not be easily computed by strength reduction. + if b { + for _, p := range pstructarr { // ERROR "stack object .autotmp_[0-9]+ \[10\]pstruct$" + printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$" + } + } + for _, p := range pstructarr { + printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$" + } + for _, p := range pstructarr { + printintpointer(p.intp) // ERROR "live at call to printintpointer: .autotmp_[0-9]+$" + } +} + +// conversion to interface should not leave temporary behind + +func f31(b1, b2, b3 bool) { + if b1 { + g31(g18()) // ERROR "stack object .autotmp_[0-9]+ \[2\]string$" + } + if b2 { + h31(g18()) // ERROR "live at call to convT: .autotmp_[0-9]+$" "live at call to (newobject|mallocgcSmallScanNoHeaderSC[0-9]+): .autotmp_[0-9]+$" + } + if b3 { + panic(g18()) + } + print(b3) +} + +func g31(interface{}) +func h31(...interface{}) + +// non-escaping partial functions passed to function call should die on return + +type T32 int + +func (t *T32) Inc() { // ERROR "live at entry to \(\*T32\).Inc: t$" + *t++ +} + +var t32 T32 + +func f32(b bool) { + if b { + call32(t32.Inc) // ERROR "stack object .autotmp_[0-9]+ struct \{" + } + call32(t32.Inc) + call32(t32.Inc) +} + +//go:noescape +func call32(func()) + +// temporaries introduced during if conditions and && || expressions +// should die once the condition has been acted upon. + +var m33 map[interface{}]int + +func f33() { + if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$" + printnl() + return + } else { + printnl() + } + printnl() +} + +func f34() { + if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$" + printnl() + return + } + printnl() +} + +func f35() { + if m33[byteptr()] == 0 && // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + printnl() + return + } + printnl() +} + +func f36() { + if m33[byteptr()] == 0 || // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + printnl() + return + } + printnl() +} + +func f37() { + if (m33[byteptr()] == 0 || // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0) && // ERROR "stack object .autotmp_[0-9]+ interface \{\}" + m33[byteptr()] == 0 { + printnl() + return + } + printnl() +} + +// select temps should disappear in the case bodies + +var c38 chan string + +func fc38() chan string +func fi38(int) *string +func fb38() *bool + +func f38(b bool) { + // we don't care what temps are printed on the lines with output. + // we care that the println lines have no live variables + // and therefore no output. + if b { + select { // ERROR "live at call to selectgo:( .autotmp_[0-9]+)+$" "stack object .autotmp_[0-9]+ \[4\]runtime.scase$" + case <-fc38(): + printnl() + case fc38() <- *fi38(1): // ERROR "live at call to fc38:( .autotmp_[0-9]+)+$" "live at call to fi38:( .autotmp_[0-9]+)+$" "stack object .autotmp_[0-9]+ string$" + printnl() + case *fi38(2) = <-fc38(): // ERROR "live at call to fc38:( .autotmp_[0-9]+)+$" "live at call to fi38:( .autotmp_[0-9]+)+$" "stack object .autotmp_[0-9]+ string$" + printnl() + case *fi38(3), *fb38() = <-fc38(): // ERROR "stack object .autotmp_[0-9]+ string$" "live at call to f[ibc]38:( .autotmp_[0-9]+)+$" + printnl() + } + printnl() + } + printnl() +} + +// issue 8097: mishandling of x = x during return. + +func f39() (x []int) { + x = []int{1} + printnl() // ERROR "live at call to printnl: .autotmp_[0-9]+$" + return x +} + +func f39a() (x []int) { + x = []int{1} + printnl() // ERROR "live at call to printnl: .autotmp_[0-9]+$" + return +} + +func f39b() (x [10]*int) { + x = [10]*int{} + x[0] = new(int) // ERROR "live at call to (newobject|mallocgcTinySize[48]): x$" + printnl() // ERROR "live at call to printnl: x$" + return x +} + +func f39c() (x [10]*int) { + x = [10]*int{} + x[0] = new(int) // ERROR "live at call to (newobject|mallocgcTinySize[48]): x$" + printnl() // ERROR "live at call to printnl: x$" + return +} + +// issue 8142: lost 'addrtaken' bit on inlined variables. +// no inlining in this test, so just checking that non-inlined works. + +type T40 struct { + m map[int]int +} + +//go:noescape +func useT40(*T40) + +func newT40() *T40 { + ret := T40{} + ret.m = make(map[int]int, 42) // ERROR "live at call to makemap: &ret$" + return &ret +} + +func good40() { + ret := T40{} // ERROR "stack object ret T40$" + ret.m = make(map[int]int) // ERROR "live at call to rand(32)?: .autotmp_[0-9]+$" "stack object .autotmp_[0-9]+ internal/runtime/maps.Map$" + t := &ret + printnl() // ERROR "live at call to printnl: ret$" + // Note: ret is live at the printnl because the compiler moves &ret + // from before the printnl to after. + useT40(t) +} + +func bad40() { + t := newT40() + _ = t + printnl() +} + +func ddd1(x, y *int) { // ERROR "live at entry to ddd1: x y$" + ddd2(x, y) // ERROR "stack object .autotmp_[0-9]+ \[2\]\*int$" + printnl() + // Note: no .?autotmp live at printnl. See issue 16996. +} +func ddd2(a ...*int) { // ERROR "live at entry to ddd2: a$" + sink = a[0] +} + +// issue 16016: autogenerated wrapper should have arguments live +type T struct{} + +func (*T) Foo(ptr *int) {} + +type R struct{ *T } + +// issue 18860: output arguments must be live all the time if there is a defer. +// In particular, at printint r must be live. +func f41(p, q *int) (r *int) { // ERROR "live at entry to f41: p q$" + r = p + defer func() { + recover() + }() + printint(0) // ERROR "live at call to printint: .autotmp_[0-9]+ q r$" + r = q + return // ERROR "live at call to f41.func1: .autotmp_[0-9]+ r$" +} + +func f42() { + var p, q, r int + f43([]*int{&p, &q, &r}) // ERROR "stack object .autotmp_[0-9]+ \[3\]\*int$" + f43([]*int{&p, &r, &q}) + f43([]*int{&q, &p, &r}) +} + +//go:noescape +func f43(a []*int) + +// Assigning to a sub-element that makes up an entire local variable +// should clobber that variable. +func f44(f func() [2]*int) interface{} { // ERROR "live at entry to f44: f" + type T struct { + s [1][2]*int + } + ret := T{} // ERROR "stack object ret T" + ret.s[0] = f() + return ret +} + +func f45(a, b, c, d, e, f, g, h, i, j, k, l *byte) { // ERROR "live at entry to f45: a b c d e f g h i j k l" + f46(a, b, c, d, e, f, g, h, i, j, k, l) // ERROR "live at call to f46: a b c d e f g h i j k l" + runtime.KeepAlive(a) + runtime.KeepAlive(b) + runtime.KeepAlive(c) + runtime.KeepAlive(d) + runtime.KeepAlive(e) + runtime.KeepAlive(f) + runtime.KeepAlive(g) + runtime.KeepAlive(h) + runtime.KeepAlive(i) + runtime.KeepAlive(j) + runtime.KeepAlive(k) + runtime.KeepAlive(l) +} + +//go:noinline +func f46(a, b, c, d, e, f, g, h, i, j, k, l *byte) { +} diff --git a/go/test/live_uintptrkeepalive.go b/go/test/live_uintptrkeepalive.go new file mode 100644 index 0000000000000000000000000000000000000000..ae41101954b7d3b41b9ea7f3f3757ca0cb1032cf --- /dev/null +++ b/go/test/live_uintptrkeepalive.go @@ -0,0 +1,63 @@ +// errorcheck -0 -m -live -std + +//go:build !windows && !js && !wasip1 + +// Copyright 2015 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. + +// Test escape analysis and liveness inferred for uintptrkeepalive functions. +// +// This behavior is enabled automatically for function declarations with no +// bodies (assembly, linkname), as well as explicitly on complete functions +// with //go:uintptrkeepalive. +// +// This is most important for syscall.Syscall (and similar functions), so we +// test it explicitly. + +package p + +import ( + "syscall" + "unsafe" +) + +func implicit(uintptr) // ERROR "assuming ~p0 is unsafe uintptr" + +//go:uintptrkeepalive +//go:nosplit +func explicit(uintptr) { +} + +func autotmpImplicit() { // ERROR "can inline autotmpImplicit" + var t int + implicit(uintptr(unsafe.Pointer(&t))) // ERROR "live at call to implicit: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func autotmpExplicit() { // ERROR "can inline autotmpExplicit" + var t int + explicit(uintptr(unsafe.Pointer(&t))) // ERROR "live at call to explicit: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func autotmpSyscall() { // ERROR "can inline autotmpSyscall" + var v int + syscall.Syscall(0, 1, uintptr(unsafe.Pointer(&v)), 2) // ERROR "live at call to Syscall: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func localImplicit() { // ERROR "can inline localImplicit" + var t int + p := unsafe.Pointer(&t) + implicit(uintptr(p)) // ERROR "live at call to implicit: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func localExplicit() { // ERROR "can inline localExplicit" + var t int + p := unsafe.Pointer(&t) + explicit(uintptr(p)) // ERROR "live at call to explicit: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func localSyscall() { // ERROR "can inline localSyscall" + var v int + p := unsafe.Pointer(&v) + syscall.Syscall(0, 1, uintptr(p), 2) // ERROR "live at call to Syscall: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} diff --git a/go/test/loopbce.go b/go/test/loopbce.go new file mode 100644 index 0000000000000000000000000000000000000000..9b1b1cc4c83d897e0a1e2ae0eedefcd23c9dbec8 --- /dev/null +++ b/go/test/loopbce.go @@ -0,0 +1,509 @@ +// errorcheck -0 -d=ssa/prove/debug=1 + +//go:build amd64 + +package main + +import "math" + +func f0a(a []int) int { + x := 0 + for i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + x += a[i] // ERROR "Proved IsInBounds$" + } + return x +} + +func f0b(a []int) int { + x := 0 + for i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + b := a[i:] // ERROR "Proved IsSliceInBounds$" + x += b[0] + } + return x +} + +func f0c(a []int) int { + x := 0 + for i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + b := a[:i+1] // ERROR "Proved IsSliceInBounds$" + x += b[0] // ERROR "Proved IsInBounds$" + } + return x +} + +func f1(a []int) int { + x := 0 + for _, i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + x += i + } + return x +} + +func f2(a []int) int { + x := 0 + for i := 1; i < len(a); i++ { // ERROR "Induction variable: limits \[1,\?\), increment 1$" + x += a[i] // ERROR "Proved IsInBounds$" + } + return x +} + +func f4(a [10]int) int { + x := 0 + for i := 0; i < len(a); i += 2 { // ERROR "Induction variable: limits \[0,8\], increment 2$" + x += a[i] // ERROR "Proved IsInBounds$" + } + return x +} + +func f5(a [10]int) int { + x := 0 + for i := -10; i < len(a); i += 2 { // ERROR "Induction variable: limits \[-10,8\], increment 2$" + x += a[i+10] + } + return x +} + +func f5_int32(a [10]int) int { + x := 0 + for i := int32(-10); i < int32(len(a)); i += 2 { // ERROR "Induction variable: limits \[-10,8\], increment 2$" + x += a[i+10] + } + return x +} + +func f5_int16(a [10]int) int { + x := 0 + for i := int16(-10); i < int16(len(a)); i += 2 { // ERROR "Induction variable: limits \[-10,8\], increment 2$" + x += a[i+10] + } + return x +} + +func f5_int8(a [10]int) int { + x := 0 + for i := int8(-10); i < int8(len(a)); i += 2 { // ERROR "Induction variable: limits \[-10,8\], increment 2$" + x += a[i+10] + } + return x +} + +//go:noinline +func f6(a []int) { + for i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + b := a[0:i] // ERROR "Proved IsSliceInBounds$" + f6(b) + } +} + +func g0a(a string) int { + x := 0 + for i := 0; i < len(a); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + x += int(a[i]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g0b(a string) int { + x := 0 + for i := 0; len(a) > i; i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + x += int(a[i]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g0c(a string) int { + x := 0 + for i := len(a); i > 0; i-- { // ERROR "Induction variable: limits \(0,\?\], increment 1$" + x += int(a[i-1]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g0d(a string) int { + x := 0 + for i := len(a); 0 < i; i-- { // ERROR "Induction variable: limits \(0,\?\], increment 1$" + x += int(a[i-1]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g0e(a string) int { + x := 0 + for i := len(a) - 1; i >= 0; i-- { // ERROR "Induction variable: limits \[0,\?\], increment 1$" + x += int(a[i]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g0f(a string) int { + x := 0 + for i := len(a) - 1; 0 <= i; i-- { // ERROR "Induction variable: limits \[0,\?\], increment 1$" + x += int(a[i]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g1() int { + a := "evenlength" + x := 0 + for i := 0; i < len(a); i += 2 { // ERROR "Induction variable: limits \[0,8\], increment 2$" + x += int(a[i]) // ERROR "Proved IsInBounds$" + } + return x +} + +func g2() int { + a := "evenlength" + x := 0 + for i := 0; i < len(a); i += 2 { // ERROR "Induction variable: limits \[0,8\], increment 2$" + j := i + if a[i] == 'e' { // ERROR "Proved IsInBounds$" + j = j + 1 + } + x += int(a[j]) + } + return x +} + +func g3a() { + a := "this string has length 25" + for i := 0; i < len(a); i += 5 { // ERROR "Induction variable: limits \[0,20\], increment 5$" + useString(a[i:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed \(by limit\)$" + useString(a[:i+3]) // ERROR "Proved IsSliceInBounds$" + useString(a[:i+5]) // ERROR "Proved IsSliceInBounds$" + useString(a[:i+6]) + } +} + +func g3b(a string) { + for i := 0; i < len(a); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + useString(a[i+1:]) // ERROR "Proved IsSliceInBounds$" + } +} + +func g3c(a string) { + for i := 0; i < len(a); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + useString(a[:i+1]) // ERROR "Proved IsSliceInBounds$" + } +} + +func h1(a []byte) { + c := a[:128] + for i := range c { // ERROR "Induction variable: limits \[0,128\), increment 1$" + c[i] = byte(i) // ERROR "Proved IsInBounds$" + } +} + +func h2(a []byte) { + for i := range a[:128] { // ERROR "Induction variable: limits \[0,128\), increment 1$" + a[i] = byte(i) + } +} + +func k0(a [100]int) [100]int { + for i := 10; i < 90; i++ { // ERROR "Induction variable: limits \[10,90\), increment 1$" + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + a[i-11] = i + a[i-10] = i // ERROR "Proved IsInBounds$" + a[i-5] = i // ERROR "Proved IsInBounds$" + a[i] = i // ERROR "Proved IsInBounds$" + a[i+5] = i // ERROR "Proved IsInBounds$" + a[i+10] = i // ERROR "Proved IsInBounds$" + a[i+11] = i + } + return a +} + +func k1(a [100]int) [100]int { + for i := 10; i < 90; i++ { // ERROR "Induction variable: limits \[10,90\), increment 1$" + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + useSlice(a[:i-11]) + useSlice(a[:i-10]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[:i-5]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[:i]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[:i+5]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[:i+10]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[:i+11]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[:i+12]) + + } + return a +} + +func k2(a [100]int) [100]int { + for i := 10; i < 90; i++ { // ERROR "Induction variable: limits \[10,90\), increment 1$" + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + useSlice(a[i-11:]) // ERROR "Proved slicemask not needed \(by limit\)$" + useSlice(a[i-10:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed \(by limit\)$" + useSlice(a[i-5:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed \(by limit\)$" + useSlice(a[i:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed \(by limit\)$" + useSlice(a[i+5:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed \(by limit\)$" + useSlice(a[i+10:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed \(by limit\)$" + useSlice(a[i+11:]) // ERROR "Proved IsSliceInBounds$" + useSlice(a[i+12:]) + } + return a +} + +func k3(a [100]int) [100]int { + for i := -10; i < 90; i++ { // ERROR "Induction variable: limits \[-10,90\), increment 1$" + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + a[i+9] = i + a[i+10] = i // ERROR "Proved IsInBounds$" + a[i+11] = i + } + return a +} + +func k3neg(a [100]int) [100]int { + for i := 89; i > -11; i-- { // ERROR "Induction variable: limits \(-11,89\], increment 1$" + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + a[i+9] = i + a[i+10] = i // ERROR "Proved IsInBounds$" + a[i+11] = i + } + return a +} + +func k3neg2(a [100]int) [100]int { + for i := 89; i >= -10; i-- { // ERROR "Induction variable: limits \[-10,89\], increment 1$" + if a[0] == 0xdeadbeef { + // This is a trick to prohibit sccp to optimize out the following out of bound check + continue + } + a[i+9] = i + a[i+10] = i // ERROR "Proved IsInBounds$" + a[i+11] = i + } + return a +} + +func k4(a [100]int) [100]int { + // Note: can't use (-1)<<63 here, because i-min doesn't get rewritten to i+(-min), + // and it isn't worth adding that special case to prove. + min := (-1)<<63 + 1 + for i := min; i < min+50; i++ { // ERROR "Induction variable: limits \[-9223372036854775807,-9223372036854775757\), increment 1$" + a[i-min] = i // ERROR "Proved IsInBounds$" + } + return a +} + +func k5(a [100]int) [100]int { + max := (1 << 63) - 1 + for i := max - 50; i < max; i++ { // ERROR "Induction variable: limits \[9223372036854775757,9223372036854775807\), increment 1$" + a[i-max+50] = i // ERROR "Proved IsInBounds$" + a[i-(max-70)] = i // ERROR "Proved IsInBounds$" + } + return a +} + +func d1(a [100]int) [100]int { + for i := 0; i < 100; i++ { // ERROR "Induction variable: limits \[0,100\), increment 1$" + for j := 0; j < i; j++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + a[j] = 0 // ERROR "Proved IsInBounds$" + a[j+1] = 0 // ERROR "Proved IsInBounds$" + a[j+2] = 0 + } + } + return a +} + +func d2(a [100]int) [100]int { + for i := 0; i < 100; i++ { // ERROR "Induction variable: limits \[0,100\), increment 1$" + for j := 0; i > j; j++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + a[j] = 0 // ERROR "Proved IsInBounds$" + a[j+1] = 0 // ERROR "Proved IsInBounds$" + a[j+2] = 0 + } + } + return a +} + +func d3(a [100]int) [100]int { + for i := 0; i <= 99; i++ { // ERROR "Induction variable: limits \[0,99\], increment 1$" + for j := 0; j <= i-1; j++ { + a[j] = 0 + a[j+1] = 0 // ERROR "Proved IsInBounds$" + a[j+2] = 0 + } + } + return a +} + +func d4() { + for i := int64(math.MaxInt64 - 9); i < math.MaxInt64-2; i += 4 { // ERROR "Induction variable: limits \[9223372036854775798,9223372036854775802\], increment 4$" + useString("foo") + } + for i := int64(math.MaxInt64 - 8); i < math.MaxInt64-2; i += 4 { // ERROR "Induction variable: limits \[9223372036854775799,9223372036854775803\], increment 4$" + useString("foo") + } + for i := int64(math.MaxInt64 - 7); i < math.MaxInt64-2; i += 4 { + useString("foo") + } + for i := int64(math.MaxInt64 - 6); i < math.MaxInt64-2; i += 4 { // ERROR "Induction variable: limits \[9223372036854775801,9223372036854775801\], increment 4$" + useString("foo") + } + for i := int64(math.MaxInt64 - 9); i <= math.MaxInt64-2; i += 4 { // ERROR "Induction variable: limits \[9223372036854775798,9223372036854775802\], increment 4$" + useString("foo") + } + for i := int64(math.MaxInt64 - 8); i <= math.MaxInt64-2; i += 4 { // ERROR "Induction variable: limits \[9223372036854775799,9223372036854775803\], increment 4$" + useString("foo") + } + for i := int64(math.MaxInt64 - 7); i <= math.MaxInt64-2; i += 4 { + useString("foo") + } + for i := int64(math.MaxInt64 - 6); i <= math.MaxInt64-2; i += 4 { + useString("foo") + } +} + +func d5() { + for i := int64(math.MinInt64 + 9); i > math.MinInt64+2; i -= 4 { // ERROR "Induction variable: limits \[-9223372036854775803,-9223372036854775799\], increment 4$" + useString("foo") + } + for i := int64(math.MinInt64 + 8); i > math.MinInt64+2; i -= 4 { // ERROR "Induction variable: limits \[-9223372036854775804,-9223372036854775800\], increment 4$" + useString("foo") + } + for i := int64(math.MinInt64 + 7); i > math.MinInt64+2; i -= 4 { + useString("foo") + } + for i := int64(math.MinInt64 + 6); i > math.MinInt64+2; i -= 4 { // ERROR "Induction variable: limits \[-9223372036854775802,-9223372036854775802\], increment 4$" + useString("foo") + } + for i := int64(math.MinInt64 + 9); i >= math.MinInt64+2; i -= 4 { // ERROR "Induction variable: limits \[-9223372036854775803,-9223372036854775799\], increment 4$" + useString("foo") + } + for i := int64(math.MinInt64 + 8); i >= math.MinInt64+2; i -= 4 { // ERROR "Induction variable: limits \[-9223372036854775804,-9223372036854775800\], increment 4$" + useString("foo") + } + for i := int64(math.MinInt64 + 7); i >= math.MinInt64+2; i -= 4 { + useString("foo") + } + for i := int64(math.MinInt64 + 6); i >= math.MinInt64+2; i -= 4 { + useString("foo") + } +} + +func bce1() { + // tests overflow of max-min + a := int64(9223372036854774057) + b := int64(-1547) + z := int64(1337) + + if a%z == b%z { + panic("invalid test: modulos should differ") + } + + for i := b; i < a; i += z { // ERROR "Induction variable: limits \[-1547,9223372036854772720\], increment 1337$" + useString("foobar") + } +} + +func nobce2(a string) { + for i := int64(0); i < int64(len(a)); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + useString(a[i:]) // ERROR "Proved IsSliceInBounds$" + } + for i := int64(0); i < int64(len(a))-31337; i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + useString(a[i:]) // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed" + } + for i := int64(0); i < int64(len(a))+int64(-1<<63); i++ { // ERROR "Disproved Less64$" "Induction variable: limits \[0,\?\), increment 1$" + useString(a[i:]) + } + j := int64(len(a)) - 123 + for i := int64(0); i < j+123+int64(-1<<63); i++ { // ERROR "Disproved Less64$" "Induction variable: limits \[0,\?\), increment 1$" + useString(a[i:]) + } + for i := int64(0); i < j+122+int64(-1<<63); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + // len(a)-123+122+MinInt overflows when len(a) == 0, so a bound check is needed here + useString(a[i:]) + } +} + +func nobce3(a [100]int64) [100]int64 { + min := int64((-1) << 63) + max := int64((1 << 63) - 1) + for i := min; i < max; i++ { // ERROR "Induction variable: limits \[-9223372036854775808,9223372036854775807\), increment 1$" + } + return a +} + +func issue26116a(a []int) { + // There is no induction variable here. The comparison is in the wrong direction. + for i := 3; i > 6; i++ { + a[i] = 0 + } + for i := 7; i < 3; i-- { + a[i] = 1 + } +} + +func stride1(x *[7]int) int { + s := 0 + for i := 0; i <= 8; i += 3 { // ERROR "Induction variable: limits \[0,6\], increment 3$" + s += x[i] // ERROR "Proved IsInBounds$" + } + return s +} + +func stride2(x *[7]int) int { + s := 0 + for i := 0; i < 9; i += 3 { // ERROR "Induction variable: limits \[0,6\], increment 3$" + s += x[i] // ERROR "Proved IsInBounds$" + } + return s +} + +// This loop should not be proved anything. +func smallIntUp(arr *[128]int) { + for i := int8(0); i <= int8(120); i += int8(10) { + arr[i] = int(i) + } +} + +// This loop should not be proved anything. +func smallIntDown(arr *[128]int) { + for i := int8(0); i >= int8(-120); i -= int8(10) { + arr[127+i] = int(i) + } +} + +// This loop should not be proved anything. +func smallUintUp(arr *[128]int) { + for i := uint8(0); i <= uint8(250); i += uint8(10) { + arr[i] = int(i) + } +} + +// This loop should not be proved anything. +func smallUintDown(arr *[128]int) { + for i := uint8(255); i >= uint8(0); i -= uint8(10) { + arr[127+i] = int(i) + } +} + +//go:noinline +func useString(a string) { +} + +//go:noinline +func useSlice(a []int) { +} + +func main() { +} diff --git a/go/test/mainsig.go b/go/test/mainsig.go new file mode 100644 index 0000000000000000000000000000000000000000..d006d9cda3142affd3a3c34aa584263964a75854 --- /dev/null +++ b/go/test/mainsig.go @@ -0,0 +1,13 @@ +// errorcheck + +// Copyright 2020 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 main + +func main(int) {} // ERROR "func main must have no arguments and no return values" +func main() int { return 1 } // ERROR "func main must have no arguments and no return values" "main redeclared in this block" + +func init(int) {} // ERROR "func init must have no arguments and no return values" +func init() int { return 1 } // ERROR "func init must have no arguments and no return values" diff --git a/go/test/makechan.go b/go/test/makechan.go new file mode 100644 index 0000000000000000000000000000000000000000..c60248e4ea5cbbc3fe9e97aca4e91703ccc99d68 --- /dev/null +++ b/go/test/makechan.go @@ -0,0 +1,28 @@ +// errorcheck + +// Copyright 2017 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. + +// Ensure that typed non-integer, negative and too large +// values are not accepted as size argument in make for +// channels. + +package main + +type T chan byte + +var sink T + +func main() { + sink = make(T, -1) // ERROR "negative buffer argument in make.*|must not be negative" + sink = make(T, uint64(1<<63)) // ERROR "buffer argument too large in make.*|overflows int" + + sink = make(T, 0.5) // ERROR "constant 0.5 truncated to integer|truncated to int" + sink = make(T, 1.0) + sink = make(T, float32(1.0)) // ERROR "non-integer buffer argument in make.*|must be integer" + sink = make(T, float64(1.0)) // ERROR "non-integer buffer argument in make.*|must be integer" + sink = make(T, 1+0i) + sink = make(T, complex64(1+0i)) // ERROR "non-integer buffer argument in make.*|must be integer" + sink = make(T, complex128(1+0i)) // ERROR "non-integer buffer argument in make.*|must be integer" +} diff --git a/go/test/makemap.go b/go/test/makemap.go new file mode 100644 index 0000000000000000000000000000000000000000..f63e5b4b6ace97dc2f21c600188bb8fde78d36bd --- /dev/null +++ b/go/test/makemap.go @@ -0,0 +1,34 @@ +// errorcheck + +// Copyright 2017 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. + +// Ensure that typed non-integer, negative and too large +// values are not accepted as size argument in make for +// maps. + +package main + +type T map[int]int + +var sink T + +func main() { + sink = make(T, -1) // ERROR "negative size argument in make.*|must not be negative" + sink = make(T, uint64(1<<63)) // ERROR "size argument too large in make.*|overflows int" + + // Test that errors are emitted at call sites, not const declarations + const x = -1 + sink = make(T, x) // ERROR "negative size argument in make.*|must not be negative" + const y = uint64(1 << 63) + sink = make(T, y) // ERROR "size argument too large in make.*|overflows int" + + sink = make(T, 0.5) // ERROR "constant 0.5 truncated to integer|truncated to int" + sink = make(T, 1.0) + sink = make(T, float32(1.0)) // ERROR "non-integer size argument in make.*|must be integer" + sink = make(T, float64(1.0)) // ERROR "non-integer size argument in make.*|must be integer" + sink = make(T, 1+0i) + sink = make(T, complex64(1+0i)) // ERROR "non-integer size argument in make.*|must be integer" + sink = make(T, complex128(1+0i)) // ERROR "non-integer size argument in make.*|must be integer" +} diff --git a/go/test/makenew.go b/go/test/makenew.go new file mode 100644 index 0000000000000000000000000000000000000000..14854dcf0c8fe70e4ae766cbdf74b9ee3a612d4f --- /dev/null +++ b/go/test/makenew.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2017 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. + +// Verify that make and new arguments requirements are enforced by the +// compiler. + +package main + +func main() { + _ = make() // ERROR "missing argument|not enough arguments" + _ = make(int) // ERROR "cannot make type|cannot make int" + _ = make([]int) // ERROR "missing len argument|expects 2 or 3 arguments" + + _ = new() // ERROR "missing argument|not enough arguments" + _ = new(int, 2) // ERROR "too many arguments" +} diff --git a/go/test/makeslice.go b/go/test/makeslice.go new file mode 100644 index 0000000000000000000000000000000000000000..0ffecd7c4367dc4d6f8303c9ddee30bd3c96b59c --- /dev/null +++ b/go/test/makeslice.go @@ -0,0 +1,149 @@ +// run + +// Copyright 2013 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 main + +import ( + "strings" + "unsafe" +) + +func main() { + n := -1 + testInts(uint64(n)) + testBytes(uint64(n)) + + var t *byte + if unsafe.Sizeof(t) == 8 { + // Test mem > maxAlloc + testInts(1 << 59) + + // Test elem.size*cap overflow + testInts(1<<63 - 1) + + testInts(1<<64 - 1) + testBytes(1<<64 - 1) + } else { + testInts(1<<31 - 1) + + // Test elem.size*cap overflow + testInts(1<<32 - 1) + testBytes(1<<32 - 1) + } +} + +func shouldPanic(str string, f func()) { + defer func() { + err := recover() + if err == nil { + panic("did not panic") + } + s := err.(error).Error() + if !strings.Contains(s, str) { + panic("got panic " + s + ", want " + str) + } + }() + + f() +} + +func testInts(n uint64) { + testMakeInts(n) + testMakeCopyInts(n) + testMakeInAppendInts(n) +} + +func testBytes(n uint64) { + testMakeBytes(n) + testMakeCopyBytes(n) + testMakeInAppendBytes(n) +} + +// Test make panics for given length or capacity n. +func testMakeInts(n uint64) { + type T []int + shouldPanic("len out of range", func() { _ = make(T, int(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, int(n)) }) + shouldPanic("len out of range", func() { _ = make(T, uint(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, uint(n)) }) + shouldPanic("len out of range", func() { _ = make(T, int64(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) }) + shouldPanic("len out of range", func() { _ = make(T, uint64(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, uint64(n)) }) +} + +func testMakeBytes(n uint64) { + type T []byte + shouldPanic("len out of range", func() { _ = make(T, int(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, int(n)) }) + shouldPanic("len out of range", func() { _ = make(T, uint(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, uint(n)) }) + shouldPanic("len out of range", func() { _ = make(T, int64(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) }) + shouldPanic("len out of range", func() { _ = make(T, uint64(n)) }) + shouldPanic("cap out of range", func() { _ = make(T, 0, uint64(n)) }) +} + +// Test make+copy panics since the gc compiler optimizes these +// to runtime.makeslicecopy calls. +func testMakeCopyInts(n uint64) { + type T []int + var c = make(T, 8) + shouldPanic("len out of range", func() { x := make(T, int(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, int(n)); copy(x, c) }) + shouldPanic("len out of range", func() { x := make(T, uint(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, uint(n)); copy(x, c) }) + shouldPanic("len out of range", func() { x := make(T, int64(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, int64(n)); copy(x, c) }) + shouldPanic("len out of range", func() { x := make(T, uint64(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, uint64(n)); copy(x, c) }) +} + +func testMakeCopyBytes(n uint64) { + type T []byte + var c = make(T, 8) + shouldPanic("len out of range", func() { x := make(T, int(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, int(n)); copy(x, c) }) + shouldPanic("len out of range", func() { x := make(T, uint(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, uint(n)); copy(x, c) }) + shouldPanic("len out of range", func() { x := make(T, int64(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, int64(n)); copy(x, c) }) + shouldPanic("len out of range", func() { x := make(T, uint64(n)); copy(x, c) }) + shouldPanic("cap out of range", func() { x := make(T, 0, uint64(n)); copy(x, c) }) +} + +// Test make in append panics for int slices since the gc compiler optimizes makes in appends. +func testMakeInAppendInts(n uint64) { + type T []int + for _, length := range []int{0, 1} { + t := make(T, length) + shouldPanic("len out of range", func() { _ = append(t, make(T, int(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, int(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, int64(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, int64(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, uint64(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, uint64(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, int(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, int(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, uint(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, uint(n))...) }) + } +} + +func testMakeInAppendBytes(n uint64) { + type T []byte + for _, length := range []int{0, 1} { + t := make(T, length) + shouldPanic("len out of range", func() { _ = append(t, make(T, int(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, int(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, uint(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, uint(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, int64(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, int64(n))...) }) + shouldPanic("len out of range", func() { _ = append(t, make(T, uint64(n))...) }) + shouldPanic("cap out of range", func() { _ = append(t, make(T, 0, uint64(n))...) }) + } +} diff --git a/go/test/mallocfin.go b/go/test/mallocfin.go new file mode 100644 index 0000000000000000000000000000000000000000..be6d79b2b8e09ed623639972ac9e9f7ff9a411bb --- /dev/null +++ b/go/test/mallocfin.go @@ -0,0 +1,77 @@ +// run + +// Copyright 2009 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. + +// Test basic operation of finalizers. + +package main + +import ( + "runtime" + "time" +) + +const N = 250 + +type A struct { + b *B + n int +} + +type B struct { + n int +} + +var i int +var nfinal int +var final [N]int + +// the unused return is to test finalizers with return values +func finalA(a *A) (unused [N]int) { + if final[a.n] != 0 { + println("finalA", a.n, final[a.n]) + panic("fail") + } + final[a.n] = 1 + return +} + +func finalB(b *B) { + if final[b.n] != 1 { + println("finalB", b.n, final[b.n]) + panic("fail") + } + final[b.n] = 2 + nfinal++ +} + +func nofinalB(b *B) { + panic("nofinalB run") +} + +func main() { + runtime.GOMAXPROCS(4) + for i = 0; i < N; i++ { + b := &B{i} + a := &A{b, i} + c := new(B) + runtime.SetFinalizer(c, nofinalB) + runtime.SetFinalizer(b, finalB) + runtime.SetFinalizer(a, finalA) + runtime.SetFinalizer(c, nil) + } + for i := 0; i < N; i++ { + runtime.GC() + runtime.Gosched() + time.Sleep(1e6) + if nfinal >= N*8/10 { + break + } + } + if nfinal < N*8/10 { + println("not enough finalizing:", nfinal, "/", N) + panic("fail") + } +} diff --git a/go/test/map.go b/go/test/map.go new file mode 100644 index 0000000000000000000000000000000000000000..b72fe59bd74b38b722fc22c978125395f46dd229 --- /dev/null +++ b/go/test/map.go @@ -0,0 +1,684 @@ +// run + +// Copyright 2009 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. + +// Test maps, almost exhaustively. +// Complexity (linearity) test is in maplinear.go. + +package main + +import ( + "fmt" + "math" + "strconv" +) + +const count = 100 + +func P(a []string) string { + s := "{" + for i := 0; i < len(a); i++ { + if i > 0 { + s += "," + } + s += `"` + a[i] + `"` + } + s += "}" + return s +} + +func main() { + testbasic() + testfloat() + testnan() +} + +func testbasic() { + // Test a map literal. + mlit := map[string]int{"0": 0, "1": 1, "2": 2, "3": 3, "4": 4} + for i := 0; i < len(mlit); i++ { + s := string([]byte{byte(i) + '0'}) + if mlit[s] != i { + panic(fmt.Sprintf("mlit[%s] = %d\n", s, mlit[s])) + } + } + + mib := make(map[int]bool) + mii := make(map[int]int) + mfi := make(map[float32]int) + mif := make(map[int]float32) + msi := make(map[string]int) + mis := make(map[int]string) + mss := make(map[string]string) + mspa := make(map[string][]string) + // BUG need an interface map both ways too + + type T struct { + i int64 // can't use string here; struct values are only compared at the top level + f float32 + } + mipT := make(map[int]*T) + mpTi := make(map[*T]int) + mit := make(map[int]T) + // mti := make(map[T] int) + + type M map[int]int + mipM := make(map[int]M) + + var apT [2 * count]*T + + for i := 0; i < count; i++ { + s := strconv.Itoa(i) + s10 := strconv.Itoa(i * 10) + f := float32(i) + t := T{int64(i), f} + apT[i] = new(T) + apT[i].i = int64(i) + apT[i].f = f + apT[2*i] = new(T) // need twice as many entries as we use, for the nonexistence check + apT[2*i].i = int64(i) + apT[2*i].f = f + m := M{i: i + 1} + mib[i] = (i != 0) + mii[i] = 10 * i + mfi[float32(i)] = 10 * i + mif[i] = 10.0 * f + mis[i] = s + msi[s] = i + mss[s] = s10 + mss[s] = s10 + as := make([]string, 2) + as[0] = s10 + as[1] = s10 + mspa[s] = as + mipT[i] = apT[i] + mpTi[apT[i]] = i + mipM[i] = m + mit[i] = t + // mti[t] = i + } + + // test len + if len(mib) != count { + panic(fmt.Sprintf("len(mib) = %d\n", len(mib))) + } + if len(mii) != count { + panic(fmt.Sprintf("len(mii) = %d\n", len(mii))) + } + if len(mfi) != count { + panic(fmt.Sprintf("len(mfi) = %d\n", len(mfi))) + } + if len(mif) != count { + panic(fmt.Sprintf("len(mif) = %d\n", len(mif))) + } + if len(msi) != count { + panic(fmt.Sprintf("len(msi) = %d\n", len(msi))) + } + if len(mis) != count { + panic(fmt.Sprintf("len(mis) = %d\n", len(mis))) + } + if len(mss) != count { + panic(fmt.Sprintf("len(mss) = %d\n", len(mss))) + } + if len(mspa) != count { + panic(fmt.Sprintf("len(mspa) = %d\n", len(mspa))) + } + if len(mipT) != count { + panic(fmt.Sprintf("len(mipT) = %d\n", len(mipT))) + } + if len(mpTi) != count { + panic(fmt.Sprintf("len(mpTi) = %d\n", len(mpTi))) + } + // if len(mti) != count { + // panic(fmt.Sprintf("len(mti) = %d\n", len(mti))) + // } + if len(mipM) != count { + panic(fmt.Sprintf("len(mipM) = %d\n", len(mipM))) + } + // if len(mti) != count { + // panic(fmt.Sprintf("len(mti) = %d\n", len(mti))) + // } + if len(mit) != count { + panic(fmt.Sprintf("len(mit) = %d\n", len(mit))) + } + + // test construction directly + for i := 0; i < count; i++ { + s := strconv.Itoa(i) + s10 := strconv.Itoa(i * 10) + f := float32(i) + // BUG m := M(i, i+1) + if mib[i] != (i != 0) { + panic(fmt.Sprintf("mib[%d] = %t\n", i, mib[i])) + } + if mii[i] != 10*i { + panic(fmt.Sprintf("mii[%d] = %d\n", i, mii[i])) + } + if mfi[f] != 10*i { + panic(fmt.Sprintf("mfi[%d] = %d\n", i, mfi[f])) + } + if mif[i] != 10.0*f { + panic(fmt.Sprintf("mif[%d] = %g\n", i, mif[i])) + } + if mis[i] != s { + panic(fmt.Sprintf("mis[%d] = %s\n", i, mis[i])) + } + if msi[s] != i { + panic(fmt.Sprintf("msi[%s] = %d\n", s, msi[s])) + } + if mss[s] != s10 { + panic(fmt.Sprintf("mss[%s] = %g\n", s, mss[s])) + } + for j := 0; j < len(mspa[s]); j++ { + if mspa[s][j] != s10 { + panic(fmt.Sprintf("mspa[%s][%d] = %s\n", s, j, mspa[s][j])) + } + } + if mipT[i].i != int64(i) || mipT[i].f != f { + panic(fmt.Sprintf("mipT[%d] = %v\n", i, mipT[i])) + } + if mpTi[apT[i]] != i { + panic(fmt.Sprintf("mpTi[apT[%d]] = %d\n", i, mpTi[apT[i]])) + } + // if(mti[t] != i) { + // panic(fmt.Sprintf("mti[%s] = %s\n", s, mti[t])) + // } + if mipM[i][i] != i+1 { + panic(fmt.Sprintf("mipM[%d][%d] = %d\n", i, i, mipM[i][i])) + } + // if(mti[t] != i) { + // panic(fmt.Sprintf("mti[%v] = %d\n", t, mti[t])) + // } + if mit[i].i != int64(i) || mit[i].f != f { + panic(fmt.Sprintf("mit[%d] = {%d %g}\n", i, mit[i].i, mit[i].f)) + } + } + + // test existence with tuple check + // failed lookups yield a false value for the boolean. + for i := 0; i < count; i++ { + s := strconv.Itoa(i) + f := float32(i) + { + _, b := mib[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mib[%d]\n", i)) + } + _, b = mib[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mib[%d]\n", i)) + } + } + { + _, b := mii[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mii[%d]\n", i)) + } + _, b = mii[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mii[%d]\n", i)) + } + } + { + _, b := mfi[f] + if !b { + panic(fmt.Sprintf("tuple existence decl: mfi[%d]\n", i)) + } + _, b = mfi[f] + if !b { + panic(fmt.Sprintf("tuple existence assign: mfi[%d]\n", i)) + } + } + { + _, b := mif[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mif[%d]\n", i)) + } + _, b = mif[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mif[%d]\n", i)) + } + } + { + _, b := mis[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mis[%d]\n", i)) + } + _, b = mis[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mis[%d]\n", i)) + } + } + { + _, b := msi[s] + if !b { + panic(fmt.Sprintf("tuple existence decl: msi[%d]\n", i)) + } + _, b = msi[s] + if !b { + panic(fmt.Sprintf("tuple existence assign: msi[%d]\n", i)) + } + } + { + _, b := mss[s] + if !b { + panic(fmt.Sprintf("tuple existence decl: mss[%d]\n", i)) + } + _, b = mss[s] + if !b { + panic(fmt.Sprintf("tuple existence assign: mss[%d]\n", i)) + } + } + { + _, b := mspa[s] + if !b { + panic(fmt.Sprintf("tuple existence decl: mspa[%d]\n", i)) + } + _, b = mspa[s] + if !b { + panic(fmt.Sprintf("tuple existence assign: mspa[%d]\n", i)) + } + } + { + _, b := mipT[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mipT[%d]\n", i)) + } + _, b = mipT[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mipT[%d]\n", i)) + } + } + { + _, b := mpTi[apT[i]] + if !b { + panic(fmt.Sprintf("tuple existence decl: mpTi[apT[%d]]\n", i)) + } + _, b = mpTi[apT[i]] + if !b { + panic(fmt.Sprintf("tuple existence assign: mpTi[apT[%d]]\n", i)) + } + } + { + _, b := mipM[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mipM[%d]\n", i)) + } + _, b = mipM[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mipM[%d]\n", i)) + } + } + { + _, b := mit[i] + if !b { + panic(fmt.Sprintf("tuple existence decl: mit[%d]\n", i)) + } + _, b = mit[i] + if !b { + panic(fmt.Sprintf("tuple existence assign: mit[%d]\n", i)) + } + } + // { + // _, b := mti[t] + // if !b { + // panic(fmt.Sprintf("tuple existence decl: mti[%d]\n", i)) + // } + // _, b = mti[t] + // if !b { + // panic(fmt.Sprintf("tuple existence assign: mti[%d]\n", i)) + // } + // } + } + + // test nonexistence with tuple check + // failed lookups yield a false value for the boolean. + for i := count; i < 2*count; i++ { + s := strconv.Itoa(i) + f := float32(i) + { + _, b := mib[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mib[%d]", i)) + } + _, b = mib[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mib[%d]", i)) + } + } + { + _, b := mii[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mii[%d]", i)) + } + _, b = mii[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mii[%d]", i)) + } + } + { + _, b := mfi[f] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mfi[%d]", i)) + } + _, b = mfi[f] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mfi[%d]", i)) + } + } + { + _, b := mif[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mif[%d]", i)) + } + _, b = mif[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mif[%d]", i)) + } + } + { + _, b := mis[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mis[%d]", i)) + } + _, b = mis[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mis[%d]", i)) + } + } + { + _, b := msi[s] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: msi[%d]", i)) + } + _, b = msi[s] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: msi[%d]", i)) + } + } + { + _, b := mss[s] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mss[%d]", i)) + } + _, b = mss[s] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mss[%d]", i)) + } + } + { + _, b := mspa[s] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mspa[%d]", i)) + } + _, b = mspa[s] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mspa[%d]", i)) + } + } + { + _, b := mipT[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mipT[%d]", i)) + } + _, b = mipT[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mipT[%d]", i)) + } + } + { + _, b := mpTi[apT[i]] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mpTi[apT[%d]]", i)) + } + _, b = mpTi[apT[i]] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mpTi[apT[%d]]", i)) + } + } + { + _, b := mipM[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mipM[%d]", i)) + } + _, b = mipM[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mipM[%d]", i)) + } + } + // { + // _, b := mti[t] + // if b { + // panic(fmt.Sprintf("tuple nonexistence decl: mti[%d]", i)) + // } + // _, b = mti[t] + // if b { + // panic(fmt.Sprintf("tuple nonexistence assign: mti[%d]", i)) + // } + // } + { + _, b := mit[i] + if b { + panic(fmt.Sprintf("tuple nonexistence decl: mit[%d]", i)) + } + _, b = mit[i] + if b { + panic(fmt.Sprintf("tuple nonexistence assign: mit[%d]", i)) + } + } + } + + // tests for structured map element updates + for i := 0; i < count; i++ { + s := strconv.Itoa(i) + mspa[s][i%2] = "deleted" + if mspa[s][i%2] != "deleted" { + panic(fmt.Sprintf("update mspa[%s][%d] = %s\n", s, i%2, mspa[s][i%2])) + + } + + mipT[i].i += 1 + if mipT[i].i != int64(i)+1 { + panic(fmt.Sprintf("update mipT[%d].i = %d\n", i, mipT[i].i)) + + } + mipT[i].f = float32(i + 1) + if mipT[i].f != float32(i+1) { + panic(fmt.Sprintf("update mipT[%d].f = %g\n", i, mipT[i].f)) + + } + + mipM[i][i]++ + if mipM[i][i] != (i+1)+1 { + panic(fmt.Sprintf("update mipM[%d][%d] = %d\n", i, i, mipM[i][i])) + + } + } + + // test range on nil map + var mnil map[string]int + for _, _ = range mnil { + panic("range mnil") + } +} + +func testfloat() { + // Test floating point numbers in maps. + // Two map keys refer to the same entry if the keys are ==. + // The special cases, then, are that +0 == -0 and that NaN != NaN. + + { + var ( + pz = float32(0) + nz = math.Float32frombits(1 << 31) + nana = float32(math.NaN()) + nanb = math.Float32frombits(math.Float32bits(nana) ^ 2) + ) + + m := map[float32]string{ + pz: "+0", + nana: "NaN", + nanb: "NaN", + } + if m[pz] != "+0" { + panic(fmt.Sprintln("float32 map cannot read back m[+0]:", m[pz])) + } + if m[nz] != "+0" { + fmt.Sprintln("float32 map does not treat", pz, "and", nz, "as equal for read") + panic(fmt.Sprintln("float32 map does not treat -0 and +0 as equal for read")) + } + m[nz] = "-0" + if m[pz] != "-0" { + panic(fmt.Sprintln("float32 map does not treat -0 and +0 as equal for write")) + } + if _, ok := m[nana]; ok { + panic(fmt.Sprintln("float32 map allows NaN lookup (a)")) + } + if _, ok := m[nanb]; ok { + panic(fmt.Sprintln("float32 map allows NaN lookup (b)")) + } + if len(m) != 3 { + panic(fmt.Sprintln("float32 map should have 3 entries:", m)) + } + m[nana] = "NaN" + m[nanb] = "NaN" + if len(m) != 5 { + panic(fmt.Sprintln("float32 map should have 5 entries:", m)) + } + } + + { + var ( + pz = float64(0) + nz = math.Float64frombits(1 << 63) + nana = float64(math.NaN()) + nanb = math.Float64frombits(math.Float64bits(nana) ^ 2) + ) + + m := map[float64]string{ + pz: "+0", + nana: "NaN", + nanb: "NaN", + } + if m[nz] != "+0" { + panic(fmt.Sprintln("float64 map does not treat -0 and +0 as equal for read")) + } + m[nz] = "-0" + if m[pz] != "-0" { + panic(fmt.Sprintln("float64 map does not treat -0 and +0 as equal for write")) + } + if _, ok := m[nana]; ok { + panic(fmt.Sprintln("float64 map allows NaN lookup (a)")) + } + if _, ok := m[nanb]; ok { + panic(fmt.Sprintln("float64 map allows NaN lookup (b)")) + } + if len(m) != 3 { + panic(fmt.Sprintln("float64 map should have 3 entries:", m)) + } + m[nana] = "NaN" + m[nanb] = "NaN" + if len(m) != 5 { + panic(fmt.Sprintln("float64 map should have 5 entries:", m)) + } + } + + { + var ( + pz = complex64(0) + nz = complex(0, math.Float32frombits(1<<31)) + nana = complex(5, float32(math.NaN())) + nanb = complex(5, math.Float32frombits(math.Float32bits(float32(math.NaN()))^2)) + ) + + m := map[complex64]string{ + pz: "+0", + nana: "NaN", + nanb: "NaN", + } + if m[nz] != "+0" { + panic(fmt.Sprintln("complex64 map does not treat -0 and +0 as equal for read")) + } + m[nz] = "-0" + if m[pz] != "-0" { + panic(fmt.Sprintln("complex64 map does not treat -0 and +0 as equal for write")) + } + if _, ok := m[nana]; ok { + panic(fmt.Sprintln("complex64 map allows NaN lookup (a)")) + } + if _, ok := m[nanb]; ok { + panic(fmt.Sprintln("complex64 map allows NaN lookup (b)")) + } + if len(m) != 3 { + panic(fmt.Sprintln("complex64 map should have 3 entries:", m)) + } + m[nana] = "NaN" + m[nanb] = "NaN" + if len(m) != 5 { + panic(fmt.Sprintln("complex64 map should have 5 entries:", m)) + } + } + + { + var ( + pz = complex128(0) + nz = complex(0, math.Float64frombits(1<<63)) + nana = complex(5, float64(math.NaN())) + nanb = complex(5, math.Float64frombits(math.Float64bits(float64(math.NaN()))^2)) + ) + + m := map[complex128]string{ + pz: "+0", + nana: "NaN", + nanb: "NaN", + } + if m[nz] != "+0" { + panic(fmt.Sprintln("complex128 map does not treat -0 and +0 as equal for read")) + } + m[nz] = "-0" + if m[pz] != "-0" { + panic(fmt.Sprintln("complex128 map does not treat -0 and +0 as equal for write")) + } + if _, ok := m[nana]; ok { + panic(fmt.Sprintln("complex128 map allows NaN lookup (a)")) + } + if _, ok := m[nanb]; ok { + panic(fmt.Sprintln("complex128 map allows NaN lookup (b)")) + } + if len(m) != 3 { + panic(fmt.Sprintln("complex128 map should have 3 entries:", m)) + } + m[nana] = "NaN" + m[nanb] = "NaN" + if len(m) != 5 { + panic(fmt.Sprintln("complex128 map should have 5 entries:", m)) + } + } +} + +func testnan() { + n := 500 + m := map[float64]int{} + nan := math.NaN() + for i := 0; i < n; i++ { + m[nan] = 1 + } + if len(m) != n { + panic("wrong size map after nan insertion") + } + iters := 0 + for k, v := range m { + iters++ + if !math.IsNaN(k) { + panic("not NaN") + } + if v != 1 { + panic("wrong value") + } + } + if iters != n { + panic("wrong number of nan range iters") + } +} diff --git a/go/test/map1.go b/go/test/map1.go new file mode 100644 index 0000000000000000000000000000000000000000..a6b27e6ebd3a6b14502a69d889bb9fc84216bb75 --- /dev/null +++ b/go/test/map1.go @@ -0,0 +1,68 @@ +// errorcheck + +// Copyright 2011 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. + +// Test map declarations of many types, including erroneous ones. +// Does not compile. + +package main + +type v bool + +var ( + // valid + _ map[int8]v + _ map[uint8]v + _ map[int16]v + _ map[uint16]v + _ map[int32]v + _ map[uint32]v + _ map[int64]v + _ map[uint64]v + _ map[int]v + _ map[uint]v + _ map[uintptr]v + _ map[float32]v + _ map[float64]v + _ map[complex64]v + _ map[complex128]v + _ map[bool]v + _ map[string]v + _ map[chan int]v + _ map[*int]v + _ map[struct{}]v + _ map[[10]int]v + + // invalid + _ map[[]int]v // ERROR "invalid map key" + _ map[func()]v // ERROR "invalid map key" + _ map[map[int]int]v // ERROR "invalid map key" + _ map[T1]v // ERROR "invalid map key" + _ map[T2]v // ERROR "invalid map key" + _ map[T3]v // ERROR "invalid map key" + _ map[T4]v // ERROR "invalid map key" + _ map[T5]v + _ map[T6]v + _ map[T7]v + _ map[T8]v +) + +type T1 []int +type T2 struct { F T1 } +type T3 []T4 +type T4 struct { F T3 } + +type T5 *int +type T6 struct { F T5 } +type T7 *T4 +type T8 struct { F *T7 } + +func main() { + m := make(map[int]int) + delete() // ERROR "missing arguments|not enough arguments" + delete(m) // ERROR "missing second \(key\) argument|not enough arguments" + delete(m, 2, 3) // ERROR "too many arguments" + delete(1, m) // ERROR "first argument to delete must be map|argument 1 must be a map|is not a map" +} diff --git a/go/test/mapclear.go b/go/test/mapclear.go new file mode 100644 index 0000000000000000000000000000000000000000..a29f30da743e77cb43f92f9af58eb5def6e41756 --- /dev/null +++ b/go/test/mapclear.go @@ -0,0 +1,89 @@ +// run + +// Copyright 2018 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. + +// Ensure that range loops over maps with delete statements +// have the requisite side-effects. + +package main + +import ( + "fmt" + "os" +) + +func checkcleared() { + m := make(map[byte]int) + m[1] = 1 + m[2] = 2 + for k := range m { + delete(m, k) + } + l := len(m) + if want := 0; l != want { + fmt.Printf("len after map clear = %d want %d\n", l, want) + os.Exit(1) + } + + m[0] = 0 // To have non empty map and avoid internal map code fast paths. + n := 0 + for range m { + n++ + } + if want := 1; n != want { + fmt.Printf("number of keys found = %d want %d\n", n, want) + os.Exit(1) + } +} + +func checkloopvars() { + k := 0 + m := make(map[int]int) + m[42] = 0 + for k = range m { + delete(m, k) + } + if want := 42; k != want { + fmt.Printf("var after range with side-effect = %d want %d\n", k, want) + os.Exit(1) + } +} + +func checksideeffects() { + var x int + f := func() int { + x++ + return 0 + } + m := make(map[int]int) + m[0] = 0 + m[1] = 1 + for k := range m { + delete(m, k+f()) + } + if want := 2; x != want { + fmt.Printf("var after range with side-effect = %d want %d\n", x, want) + os.Exit(1) + } + + var n int + m = make(map[int]int) + m[0] = 0 + m[1] = 1 + for k := range m { + delete(m, k) + n++ + } + if want := 2; n != want { + fmt.Printf("counter for range with side-effect = %d want %d\n", n, want) + os.Exit(1) + } +} + +func main() { + checkcleared() + checkloopvars() + checksideeffects() +} diff --git a/go/test/maplinear.go b/go/test/maplinear.go new file mode 100644 index 0000000000000000000000000000000000000000..dbc68272bf054601d88f6057866bce874bf451f7 --- /dev/null +++ b/go/test/maplinear.go @@ -0,0 +1,173 @@ +// run + +//go:build darwin || linux + +// Copyright 2013 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. + +// Test that maps don't go quadratic for NaNs and other values. + +package main + +import ( + "fmt" + "math" + "time" +) + +// checkLinear asserts that the running time of f(n) is in O(n). +// tries is the initial number of iterations. +func checkLinear(typ string, tries int, f func(n int)) { + // Depending on the machine and OS, this test might be too fast + // to measure with accurate enough granularity. On failure, + // make it run longer, hoping that the timing granularity + // is eventually sufficient. + + timeF := func(n int) time.Duration { + t1 := time.Now() + f(n) + return time.Since(t1) + } + + t0 := time.Now() + + n := tries + fails := 0 + for { + t1 := timeF(n) + t2 := timeF(2 * n) + + // should be 2x (linear); allow up to 3x + if t2 < 3*t1 { + if false { + fmt.Println(typ, "\t", time.Since(t0)) + } + return + } + // If n ops run in under a second and the ratio + // doesn't work out, make n bigger, trying to reduce + // the effect that a constant amount of overhead has + // on the computed ratio. + if t1 < 1*time.Second { + n *= 2 + continue + } + // Once the test runs long enough for n ops, + // try to get the right ratio at least once. + // If five in a row all fail, give up. + if fails++; fails >= 5 { + panic(fmt.Sprintf("%s: too slow: %d inserts: %v; %d inserts: %v\n", + typ, n, t1, 2*n, t2)) + } + } +} + +type I interface { + f() +} + +type C int + +func (C) f() {} + +func main() { + // NaNs. ~31ms on a 1.6GHz Zeon. + checkLinear("NaN", 30000, func(n int) { + m := map[float64]int{} + nan := math.NaN() + for i := 0; i < n; i++ { + m[nan] = 1 + } + if len(m) != n { + panic("wrong size map after nan insertion") + } + }) + + // ~6ms on a 1.6GHz Zeon. + checkLinear("eface", 10000, func(n int) { + m := map[interface{}]int{} + for i := 0; i < n; i++ { + m[i] = 1 + } + }) + + // ~7ms on a 1.6GHz Zeon. + // Regression test for CL 119360043. + checkLinear("iface", 10000, func(n int) { + m := map[I]int{} + for i := 0; i < n; i++ { + m[C(i)] = 1 + } + }) + + // ~6ms on a 1.6GHz Zeon. + checkLinear("int", 10000, func(n int) { + m := map[int]int{} + for i := 0; i < n; i++ { + m[i] = 1 + } + }) + + // ~18ms on a 1.6GHz Zeon. + checkLinear("string", 10000, func(n int) { + m := map[string]int{} + for i := 0; i < n; i++ { + m[fmt.Sprint(i)] = 1 + } + }) + + // ~6ms on a 1.6GHz Zeon. + checkLinear("float32", 10000, func(n int) { + m := map[float32]int{} + for i := 0; i < n; i++ { + m[float32(i)] = 1 + } + }) + + // ~6ms on a 1.6GHz Zeon. + checkLinear("float64", 10000, func(n int) { + m := map[float64]int{} + for i := 0; i < n; i++ { + m[float64(i)] = 1 + } + }) + + // ~22ms on a 1.6GHz Zeon. + checkLinear("complex64", 10000, func(n int) { + m := map[complex64]int{} + for i := 0; i < n; i++ { + m[complex(float32(i), float32(i))] = 1 + } + }) + + // ~32ms on a 1.6GHz Zeon. + checkLinear("complex128", 10000, func(n int) { + m := map[complex128]int{} + for i := 0; i < n; i++ { + m[complex(float64(i), float64(i))] = 1 + } + }) + + // ~70ms on a 1.6GHz Zeon. + // The iterate/delete idiom currently takes expected + // O(n lg n) time. Fortunately, the checkLinear test + // leaves enough wiggle room to include n lg n time + // (it actually tests for O(n^log_2(3)). + // To prevent false positives, average away variation + // by doing multiple rounds within a single run. + checkLinear("iterdelete", 2500, func(n int) { + for round := 0; round < 4; round++ { + m := map[int]int{} + for i := 0; i < n; i++ { + m[i] = i + } + for i := 0; i < n; i++ { + for k := range m { + delete(m, k) + break + } + } + } + }) +} diff --git a/go/test/maymorestack.go b/go/test/maymorestack.go new file mode 100644 index 0000000000000000000000000000000000000000..ec84ad44bc42c85604fbac35db51a0d626f971b5 --- /dev/null +++ b/go/test/maymorestack.go @@ -0,0 +1,47 @@ +// run -gcflags=-d=maymorestack=main.mayMoreStack + +// Copyright 2021 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. + +// Test the maymorestack testing hook by injecting a hook that counts +// how many times it is called and checking that count. + +package main + +import "runtime" + +var count uint32 + +//go:nosplit +func mayMoreStack() { + count++ +} + +func main() { + const wantCount = 128 + + anotherFunc(wantCount - 1) // -1 because the call to main already counted + + if count == 0 { + panic("mayMoreStack not called") + } else if count != wantCount { + println(count, "!=", wantCount) + panic("wrong number of calls to mayMoreStack") + } +} + +//go:noinline +func anotherFunc(n int) { + // Trigger a stack growth on at least some calls to + // anotherFunc to test that mayMoreStack is called outside the + // morestack loop. It's also important that it is called + // before (not after) morestack, but that's hard to test. + var x [1 << 10]byte + + if n > 1 { + anotherFunc(n - 1) + } + + runtime.KeepAlive(x) +} diff --git a/go/test/mergemul.go b/go/test/mergemul.go new file mode 100644 index 0000000000000000000000000000000000000000..a23115b612392acd95a38c8b390b297abac031e8 --- /dev/null +++ b/go/test/mergemul.go @@ -0,0 +1,117 @@ +// runoutput + +// Copyright 2017 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 main + +import "fmt" + +// Check that expressions like (c*n + d*(n+k)) get correctly merged by +// the compiler into (c+d)*n + d*k (with c+d and d*k computed at +// compile time). +// +// The merging is performed by a combination of the multiplication +// merge rules +// (c*n + d*n) -> (c+d)*n +// and the distributive multiplication rules +// c * (d+x) -> c*d + c*x + +// Generate a MergeTest that looks like this: +// +// a8, b8 = m1*n8 + m2*(n8+k), (m1+m2)*n8 + m2*k +// if a8 != b8 { +// // print error msg and panic +// } +func makeMergeAddTest(m1, m2, k int, size string) string { + + model := " a" + size + ", b" + size + model += fmt.Sprintf(" = %%d*n%s + %%d*(n%s+%%d), (%%d+%%d)*n%s + (%%d*%%d)", size, size, size) + + test := fmt.Sprintf(model, m1, m2, k, m1, m2, m2, k) + test += fmt.Sprintf(` + if a%s != b%s { + fmt.Printf("MergeAddTest(%d, %d, %d, %s) failed\n") + fmt.Printf("%%d != %%d\n", a%s, b%s) + panic("FAIL") + } +`, size, size, m1, m2, k, size, size, size) + return test + "\n" +} + +// Check that expressions like (c*n - d*(n+k)) get correctly merged by +// the compiler into (c-d)*n - d*k (with c-d and d*k computed at +// compile time). +// +// The merging is performed by a combination of the multiplication +// merge rules +// (c*n - d*n) -> (c-d)*n +// and the distributive multiplication rules +// c * (d-x) -> c*d - c*x + +// Generate a MergeTest that looks like this: +// +// a8, b8 = m1*n8 - m2*(n8+k), (m1-m2)*n8 - m2*k +// if a8 != b8 { +// // print error msg and panic +// } +func makeMergeSubTest(m1, m2, k int, size string) string { + + model := " a" + size + ", b" + size + model += fmt.Sprintf(" = %%d*n%s - %%d*(n%s+%%d), (%%d-%%d)*n%s - (%%d*%%d)", size, size, size) + + test := fmt.Sprintf(model, m1, m2, k, m1, m2, m2, k) + test += fmt.Sprintf(` + if a%s != b%s { + fmt.Printf("MergeSubTest(%d, %d, %d, %s) failed\n") + fmt.Printf("%%d != %%d\n", a%s, b%s) + panic("FAIL") + } +`, size, size, m1, m2, k, size, size, size) + return test + "\n" +} + +func makeAllSizes(m1, m2, k int) string { + var tests string + tests += makeMergeAddTest(m1, m2, k, "8") + tests += makeMergeAddTest(m1, m2, k, "16") + tests += makeMergeAddTest(m1, m2, k, "32") + tests += makeMergeAddTest(m1, m2, k, "64") + tests += makeMergeSubTest(m1, m2, k, "8") + tests += makeMergeSubTest(m1, m2, k, "16") + tests += makeMergeSubTest(m1, m2, k, "32") + tests += makeMergeSubTest(m1, m2, k, "64") + tests += "\n" + return tests +} + +func main() { + fmt.Println(`package main + +import "fmt" + +var n8 int8 = 42 +var n16 int16 = 42 +var n32 int32 = 42 +var n64 int64 = 42 + +func main() { + var a8, b8 int8 + var a16, b16 int16 + var a32, b32 int32 + var a64, b64 int64 +`) + + fmt.Println(makeAllSizes(03, 05, 0)) // 3*n + 5*n + fmt.Println(makeAllSizes(17, 33, 0)) + fmt.Println(makeAllSizes(80, 45, 0)) + fmt.Println(makeAllSizes(32, 64, 0)) + + fmt.Println(makeAllSizes(7, 11, +1)) // 7*n + 11*(n+1) + fmt.Println(makeAllSizes(9, 13, +2)) + fmt.Println(makeAllSizes(11, 16, -1)) + fmt.Println(makeAllSizes(17, 9, -2)) + + fmt.Println("}") +} diff --git a/go/test/method.go b/go/test/method.go new file mode 100644 index 0000000000000000000000000000000000000000..d97bc4a7d0907b8014fe79ab27cca0308b189cea --- /dev/null +++ b/go/test/method.go @@ -0,0 +1,307 @@ +// run + +// Copyright 2009 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. + +// Test simple methods of various types, with pointer and +// value receivers. + +package main + +type S string +type S1 string +type I int +type I1 int +type T struct { + x int +} +type T1 T + +func (s S) val() int { return 1 } +func (s *S1) val() int { return 2 } +func (i I) val() int { return 3 } +func (i *I1) val() int { return 4 } +func (t T) val() int { return 7 } +func (t *T1) val() int { return 8 } + +type Val interface { + val() int +} + +func val(v Val) int { return v.val() } + +func main() { + var s S + var ps *S1 + var i I + var pi *I1 + var pt *T1 + var t T + var v Val + + if s.val() != 1 { + println("s.val:", s.val()) + panic("fail") + } + if S.val(s) != 1 { + println("S.val(s):", S.val(s)) + panic("fail") + } + if (*S).val(&s) != 1 { + println("(*S).val(s):", (*S).val(&s)) + panic("fail") + } + if ps.val() != 2 { + println("ps.val:", ps.val()) + panic("fail") + } + if (*S1).val(ps) != 2 { + println("(*S1).val(ps):", (*S1).val(ps)) + panic("fail") + } + if i.val() != 3 { + println("i.val:", i.val()) + panic("fail") + } + if I.val(i) != 3 { + println("I.val(i):", I.val(i)) + panic("fail") + } + if (*I).val(&i) != 3 { + println("(*I).val(&i):", (*I).val(&i)) + panic("fail") + } + if pi.val() != 4 { + println("pi.val:", pi.val()) + panic("fail") + } + if (*I1).val(pi) != 4 { + println("(*I1).val(pi):", (*I1).val(pi)) + panic("fail") + } + if t.val() != 7 { + println("t.val:", t.val()) + panic("fail") + } + if pt.val() != 8 { + println("pt.val:", pt.val()) + panic("fail") + } + if (*T1).val(pt) != 8 { + println("(*T1).val(pt):", (*T1).val(pt)) + panic("fail") + } + + if val(s) != 1 { + println("val(s):", val(s)) + panic("fail") + } + if val(ps) != 2 { + println("val(ps):", val(ps)) + panic("fail") + } + if val(i) != 3 { + println("val(i):", val(i)) + panic("fail") + } + if val(pi) != 4 { + println("val(pi):", val(pi)) + panic("fail") + } + if val(t) != 7 { + println("val(t):", val(t)) + panic("fail") + } + if val(pt) != 8 { + println("val(pt):", val(pt)) + panic("fail") + } + + if Val.val(i) != 3 { + println("Val.val(i):", Val.val(i)) + panic("fail") + } + v = i + if Val.val(v) != 3 { + println("Val.val(v):", Val.val(v)) + panic("fail") + } + + var zs struct{ S } + var zps struct{ *S1 } + var zi struct{ I } + var zpi struct{ *I1 } + var zpt struct{ *T1 } + var zt struct{ T } + var zv struct{ Val } + + if zs.val() != 1 { + println("zs.val:", zs.val()) + panic("fail") + } + if zps.val() != 2 { + println("zps.val:", zps.val()) + panic("fail") + } + if zi.val() != 3 { + println("zi.val:", zi.val()) + panic("fail") + } + if zpi.val() != 4 { + println("zpi.val:", zpi.val()) + panic("fail") + } + if zt.val() != 7 { + println("zt.val:", zt.val()) + panic("fail") + } + if zpt.val() != 8 { + println("zpt.val:", zpt.val()) + panic("fail") + } + + if val(zs) != 1 { + println("val(zs):", val(zs)) + panic("fail") + } + if val(zps) != 2 { + println("val(zps):", val(zps)) + panic("fail") + } + if val(zi) != 3 { + println("val(zi):", val(zi)) + panic("fail") + } + if val(zpi) != 4 { + println("val(zpi):", val(zpi)) + panic("fail") + } + if val(zt) != 7 { + println("val(zt):", val(zt)) + panic("fail") + } + if val(zpt) != 8 { + println("val(zpt):", val(zpt)) + panic("fail") + } + + zv.Val = zi + if zv.val() != 3 { + println("zv.val():", zv.val()) + panic("fail") + } + + if (&zs).val() != 1 { + println("(&zs).val:", (&zs).val()) + panic("fail") + } + if (&zps).val() != 2 { + println("(&zps).val:", (&zps).val()) + panic("fail") + } + if (&zi).val() != 3 { + println("(&zi).val:", (&zi).val()) + panic("fail") + } + if (&zpi).val() != 4 { + println("(&zpi).val:", (&zpi).val()) + panic("fail") + } + if (&zt).val() != 7 { + println("(&zt).val:", (&zt).val()) + panic("fail") + } + if (&zpt).val() != 8 { + println("(&zpt).val:", (&zpt).val()) + panic("fail") + } + + if val(&zs) != 1 { + println("val(&zs):", val(&zs)) + panic("fail") + } + if val(&zps) != 2 { + println("val(&zps):", val(&zps)) + panic("fail") + } + if val(&zi) != 3 { + println("val(&zi):", val(&zi)) + panic("fail") + } + if val(&zpi) != 4 { + println("val(&zpi):", val(&zpi)) + panic("fail") + } + if val(&zt) != 7 { + println("val(&zt):", val(&zt)) + panic("fail") + } + if val(&zpt) != 8 { + println("val(&zpt):", val(&zpt)) + panic("fail") + } + + zv.Val = &zi + if zv.val() != 3 { + println("zv.val():", zv.val()) + panic("fail") + } + + promotion() +} + +type A struct{ B } +type B struct { + C + *D +} +type C int + +func (C) f() {} // value receiver, direct field of A +func (*C) g() {} // pointer receiver + +type D int + +func (D) h() {} // value receiver, indirect field of A +func (*D) i() {} // pointer receiver + +func expectPanic() { + if r := recover(); r == nil { + panic("expected nil dereference") + } +} + +func promotion() { + var a A + // Addressable value receiver. + a.f() + a.g() + func() { + defer expectPanic() + a.h() // dynamic error: nil dereference in a.B.D->f() + }() + a.i() + + // Non-addressable value receiver. + A(a).f() + // A(a).g() // static error: cannot call pointer method on A literal.B.C + func() { + defer expectPanic() + A(a).h() // dynamic error: nil dereference in A().B.D->f() + }() + A(a).i() + + // Pointer receiver. + (&a).f() + (&a).g() + func() { + defer expectPanic() + (&a).h() // dynamic error: nil deref: nil dereference in (&a).B.D->f() + }() + (&a).i() + + c := new(C) + c.f() // makes a copy + c.g() +} diff --git a/go/test/method1.go b/go/test/method1.go new file mode 100644 index 0000000000000000000000000000000000000000..badfa55a7e203f456f83420a6bc9c23435310d8b --- /dev/null +++ b/go/test/method1.go @@ -0,0 +1,24 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that method redeclarations are caught by the compiler. +// Does not compile. + +package main + +type T struct{} + +func (t *T) M(int, string) // GCCGO_ERROR "previous" +func (t *T) M(int, float64) {} // ERROR "already declared|redefinition" + +func (t T) H() // GCCGO_ERROR "previous" +func (t *T) H() {} // ERROR "already declared|redefinition" + +func f(int, string) // GCCGO_ERROR "previous" +func f(int, float64) {} // ERROR "redeclared|redefinition" + +func g(a int, b string) // GCCGO_ERROR "previous" +func g(a int, c string) // ERROR "redeclared|redefinition" diff --git a/go/test/method2.go b/go/test/method2.go new file mode 100644 index 0000000000000000000000000000000000000000..0a497b4b84c942a3029af700f8c727907787d8ad --- /dev/null +++ b/go/test/method2.go @@ -0,0 +1,41 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that pointers and interface types cannot be method receivers. +// Does not compile. + +package main + +type T struct { + a int +} +type P *T +type P1 *T + +func (p P) val() int { return 1 } // ERROR "receiver.* pointer|invalid pointer or interface receiver|invalid receiver" +func (p *P1) val() int { return 1 } // ERROR "receiver.* pointer|invalid pointer or interface receiver|invalid receiver" + +type I interface{} +type I1 interface{} + +func (p I) val() int { return 1 } // ERROR "receiver.*interface|invalid pointer or interface receiver" +func (p *I1) val() int { return 1 } // ERROR "receiver.*interface|invalid pointer or interface receiver" + +type Val interface { + val() int +} + +var _ = (*Val).val // ERROR "method|type \*Val is pointer to interface, not interface" + +var v Val +var pv = &v + +var _ = pv.val() // ERROR "undefined|pointer to interface" +var _ = pv.val // ERROR "undefined|pointer to interface" + +func (t *T) g() int { return t.a } + +var _ = (T).g() // ERROR "needs pointer receiver|undefined|method requires pointer|cannot call pointer method" diff --git a/go/test/method3.go b/go/test/method3.go new file mode 100644 index 0000000000000000000000000000000000000000..fd64771527ed07cefb3359189f6ba900193e6842 --- /dev/null +++ b/go/test/method3.go @@ -0,0 +1,35 @@ +// run + +// Copyright 2009 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. + +// Test methods on slices. + +package main + +type T []int + +func (t T) Len() int { return len(t) } + +type I interface { + Len() int +} + +func main() { + var t T = T{0, 1, 2, 3, 4} + var i I + i = t + if i.Len() != 5 { + println("i.Len", i.Len()) + panic("fail") + } + if T.Len(t) != 5 { + println("T.Len", T.Len(t)) + panic("fail") + } + if (*T).Len(&t) != 5 { + println("(*T).Len", (*T).Len(&t)) + panic("fail") + } +} diff --git a/go/test/method4.go b/go/test/method4.go new file mode 100644 index 0000000000000000000000000000000000000000..813892bc830b05f06891ca0e87b0ec55dd889952 --- /dev/null +++ b/go/test/method4.go @@ -0,0 +1,8 @@ +// rundir + +// Copyright 2012 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. + +// Test method expressions with arguments. +package ignored diff --git a/go/test/method5.go b/go/test/method5.go new file mode 100644 index 0000000000000000000000000000000000000000..d87bb6f5b27d0e586d57cff141d7bbbf852c34cb --- /dev/null +++ b/go/test/method5.go @@ -0,0 +1,297 @@ +// run + +// Copyright 2013 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 main + +// Concrete types implementing M method. +// Smaller than a word, word-sized, larger than a word. +// Value and pointer receivers. + +type Tinter interface { + M(int, byte) (byte, int) +} + +type Tsmallv byte + +func (v Tsmallv) M(x int, b byte) (byte, int) { return b, x+int(v) } + +type Tsmallp byte + +func (p *Tsmallp) M(x int, b byte) (byte, int) { return b, x+int(*p) } + +type Twordv uintptr + +func (v Twordv) M(x int, b byte) (byte, int) { return b, x+int(v) } + +type Twordp uintptr + +func (p *Twordp) M(x int, b byte) (byte, int) { return b, x+int(*p) } + +type Tbigv [2]uintptr + +func (v Tbigv) M(x int, b byte) (byte, int) { return b, x+int(v[0])+int(v[1]) } + +type Tbigp [2]uintptr + +func (p *Tbigp) M(x int, b byte) (byte, int) { return b, x+int(p[0])+int(p[1]) } + +// Again, with an unexported method. + +type tsmallv byte + +func (v tsmallv) m(x int, b byte) (byte, int) { return b, x+int(v) } + +type tsmallp byte + +func (p *tsmallp) m(x int, b byte) (byte, int) { return b, x+int(*p) } + +type twordv uintptr + +func (v twordv) m(x int, b byte) (byte, int) { return b, x+int(v) } + +type twordp uintptr + +func (p *twordp) m(x int, b byte) (byte, int) { return b, x+int(*p) } + +type tbigv [2]uintptr + +func (v tbigv) m(x int, b byte) (byte, int) { return b, x+int(v[0])+int(v[1]) } + +type tbigp [2]uintptr + +func (p *tbigp) m(x int, b byte) (byte, int) { return b, x+int(p[0])+int(p[1]) } + +type tinter interface { + m(int, byte) (byte, int) +} + +// Embedding via pointer. + +type T1 struct { + T2 +} + +type T2 struct { + *T3 +} + +type T3 struct { + *T4 +} + +type T4 struct { +} + +func (t4 T4) M(x int, b byte) (byte, int) { return b, x+40 } + +var failed = false + +func CheckI(name string, i Tinter, inc int) { + b, x := i.M(1000, 99) + if b != 99 || x != 1000+inc { + failed = true + print(name, ".M(1000, 99) = ", b, ", ", x, " want 99, ", 1000+inc, "\n") + } + + CheckF("(i="+name+")", i.M, inc) +} + +func CheckF(name string, f func(int, byte) (byte, int), inc int) { + b, x := f(1000, 99) + if b != 99 || x != 1000+inc { + failed = true + print(name, "(1000, 99) = ", b, ", ", x, " want 99, ", 1000+inc, "\n") + } +} + +func checkI(name string, i tinter, inc int) { + b, x := i.m(1000, 99) + if b != 99 || x != 1000+inc { + failed = true + print(name, ".m(1000, 99) = ", b, ", ", x, " want 99, ", 1000+inc, "\n") + } + + checkF("(i="+name+")", i.m, inc) +} + +func checkF(name string, f func(int, byte) (byte, int), inc int) { + b, x := f(1000, 99) + if b != 99 || x != 1000+inc { + failed = true + print(name, "(1000, 99) = ", b, ", ", x, " want 99, ", 1000+inc, "\n") + } +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("not panicking") + } + }() + f() +} + +func shouldNotPanic(f func()) { + f() +} + +func main() { + sv := Tsmallv(1) + CheckI("sv", sv, 1) + CheckF("sv.M", sv.M, 1) + CheckF("(&sv).M", (&sv).M, 1) + psv := &sv + CheckI("psv", psv, 1) + CheckF("psv.M", psv.M, 1) + CheckF("(*psv).M", (*psv).M, 1) + + sp := Tsmallp(2) + CheckI("&sp", &sp, 2) + CheckF("sp.M", sp.M, 2) + CheckF("(&sp).M", (&sp).M, 2) + psp := &sp + CheckI("psp", psp, 2) + CheckF("psp.M", psp.M, 2) + CheckF("(*psp).M", (*psp).M, 2) + + wv := Twordv(3) + CheckI("wv", wv, 3) + CheckF("wv.M", wv.M, 3) + CheckF("(&wv).M", (&wv).M, 3) + pwv := &wv + CheckI("pwv", pwv, 3) + CheckF("pwv.M", pwv.M, 3) + CheckF("(*pwv).M", (*pwv).M, 3) + + wp := Twordp(4) + CheckI("&wp", &wp, 4) + CheckF("wp.M", wp.M, 4) + CheckF("(&wp).M", (&wp).M, 4) + pwp := &wp + CheckI("pwp", pwp, 4) + CheckF("pwp.M", pwp.M, 4) + CheckF("(*pwp).M", (*pwp).M, 4) + + bv := Tbigv([2]uintptr{5, 6}) + pbv := &bv + CheckI("bv", bv, 11) + CheckF("bv.M", bv.M, 11) + CheckF("(&bv).M", (&bv).M, 11) + CheckI("pbv", pbv, 11) + CheckF("pbv.M", pbv.M, 11) + CheckF("(*pbv).M", (*pbv).M, 11) + + bp := Tbigp([2]uintptr{7,8}) + CheckI("&bp", &bp, 15) + CheckF("bp.M", bp.M, 15) + CheckF("(&bp).M", (&bp).M, 15) + pbp := &bp + CheckI("pbp", pbp, 15) + CheckF("pbp.M", pbp.M, 15) + CheckF("(*pbp).M", (*pbp).M, 15) + + _sv := tsmallv(1) + checkI("_sv", _sv, 1) + checkF("_sv.m", _sv.m, 1) + checkF("(&_sv).m", (&_sv).m, 1) + _psv := &_sv + checkI("_psv", _psv, 1) + checkF("_psv.m", _psv.m, 1) + checkF("(*_psv).m", (*_psv).m, 1) + + _sp := tsmallp(2) + checkI("&_sp", &_sp, 2) + checkF("_sp.m", _sp.m, 2) + checkF("(&_sp).m", (&_sp).m, 2) + _psp := &_sp + checkI("_psp", _psp, 2) + checkF("_psp.m", _psp.m, 2) + checkF("(*_psp).m", (*_psp).m, 2) + + _wv := twordv(3) + checkI("_wv", _wv, 3) + checkF("_wv.m", _wv.m, 3) + checkF("(&_wv).m", (&_wv).m, 3) + _pwv := &_wv + checkI("_pwv", _pwv, 3) + checkF("_pwv.m", _pwv.m, 3) + checkF("(*_pwv).m", (*_pwv).m, 3) + + _wp := twordp(4) + checkI("&_wp", &_wp, 4) + checkF("_wp.m", _wp.m, 4) + checkF("(&_wp).m", (&_wp).m, 4) + _pwp := &_wp + checkI("_pwp", _pwp, 4) + checkF("_pwp.m", _pwp.m, 4) + checkF("(*_pwp).m", (*_pwp).m, 4) + + _bv := tbigv([2]uintptr{5, 6}) + _pbv := &_bv + checkI("_bv", _bv, 11) + checkF("_bv.m", _bv.m, 11) + checkF("(&_bv).m", (&_bv).m, 11) + checkI("_pbv", _pbv, 11) + checkF("_pbv.m", _pbv.m, 11) + checkF("(*_pbv).m", (*_pbv).m, 11) + + _bp := tbigp([2]uintptr{7,8}) + checkI("&_bp", &_bp, 15) + checkF("_bp.m", _bp.m, 15) + checkF("(&_bp).m", (&_bp).m, 15) + _pbp := &_bp + checkI("_pbp", _pbp, 15) + checkF("_pbp.m", _pbp.m, 15) + checkF("(*_pbp).m", (*_pbp).m, 15) + + t4 := T4{} + t3 := T3{&t4} + t2 := T2{&t3} + t1 := T1{t2} + CheckI("t4", t4, 40) + CheckI("&t4", &t4, 40) + CheckI("t3", t3, 40) + CheckI("&t3", &t3, 40) + CheckI("t2", t2, 40) + CheckI("&t2", &t2, 40) + CheckI("t1", t1, 40) + CheckI("&t1", &t1, 40) + + // x.M panics if x is an interface type and is nil, + // or if x.M expands to (*x).M where x is nil, + // or if x.M expands to x.y.z.w.M where something + // along the evaluation of x.y.z.w is nil. + var f func(int, byte) (byte, int) + shouldPanic(func() { psv = nil; f = psv.M }) + shouldPanic(func() { pwv = nil; f = pwv.M }) + shouldPanic(func() { pbv = nil; f = pbv.M }) + shouldPanic(func() { var i Tinter; f = i.M }) + shouldPanic(func() { _psv = nil; f = _psv.m }) + shouldPanic(func() { _pwv = nil; f = _pwv.m }) + shouldPanic(func() { _pbv = nil; f = _pbv.m }) + shouldPanic(func() { var _i tinter; f = _i.m }) + shouldPanic(func() { var t1 T1; f = t1.M }) + shouldPanic(func() { var t2 T2; f = t2.M }) + shouldPanic(func() { var t3 *T3; f = t3.M }) + shouldPanic(func() { var t3 T3; f = t3.M }) + + if f != nil { + panic("something set f") + } + + // x.M does not panic if x is a nil pointer and + // M is a method with a pointer receiver. + shouldNotPanic(func() { psp = nil; f = psp.M }) + shouldNotPanic(func() { pwp = nil; f = pwp.M }) + shouldNotPanic(func() { pbp = nil; f = pbp.M }) + shouldNotPanic(func() { _psp = nil; f = _psp.m }) + shouldNotPanic(func() { _pwp = nil; f = _pwp.m }) + shouldNotPanic(func() { _pbp = nil; f = _pbp.m }) + shouldNotPanic(func() { var t4 T4; f = t4.M }) + if f == nil { + panic("nothing set f") + } +} diff --git a/go/test/method6.go b/go/test/method6.go new file mode 100644 index 0000000000000000000000000000000000000000..ede3467c5c26c3aa558dbe3e2a763b66f775f457 --- /dev/null +++ b/go/test/method6.go @@ -0,0 +1,22 @@ +// errorcheck + +// Copyright 2017 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. + +// Verify that pointer method calls are caught during typechecking. +// Reproducer extracted and adapted from method.go + +package foo + +type A struct { + B +} +type B int + +func (*B) g() {} + +var _ = func() { + var a A + A(a).g() // ERROR "cannot call pointer method .*on|cannot take the address of" +} diff --git a/go/test/method7.go b/go/test/method7.go new file mode 100644 index 0000000000000000000000000000000000000000..05accb3ee04d8869dfdaf8006c057d9cd232e7be --- /dev/null +++ b/go/test/method7.go @@ -0,0 +1,67 @@ +// run + +// Copyright 2017 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. + +// Test forms of method expressions T.m where T is +// a literal type. + +package main + +var got, want string + +type I interface { + m() +} + +type S struct { +} + +func (S) m() { got += " m()" } +func (S) m1(s string) { got += " m1(" + s + ")" } + +type T int + +func (T) m2() { got += " m2()" } + +type Outer struct{ *Inner } +type Inner struct{ s string } + +func (i Inner) M() string { return i.s } + +func main() { + // method expressions with named receiver types + I.m(S{}) + want += " m()" + + S.m1(S{}, "a") + want += " m1(a)" + + // method expressions with literal receiver types + f := interface{ m1(string) }.m1 + f(S{}, "b") + want += " m1(b)" + + interface{ m1(string) }.m1(S{}, "c") + want += " m1(c)" + + x := S{} + interface{ m1(string) }.m1(x, "d") + want += " m1(d)" + + g := struct{ T }.m2 + g(struct{ T }{}) + want += " m2()" + + if got != want { + panic("got" + got + ", want" + want) + } + + h := (*Outer).M + got := h(&Outer{&Inner{"hello"}}) + want := "hello" + if got != want { + panic("got " + got + ", want " + want) + } +} diff --git a/go/test/named.go b/go/test/named.go new file mode 100644 index 0000000000000000000000000000000000000000..9763c76bfdf278ec98d60f2d1802ec1aee14105b --- /dev/null +++ b/go/test/named.go @@ -0,0 +1,281 @@ +// run + +// Copyright 2009 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. + +// Test that basic operations on named types are valid +// and preserve the type. + +package main + +type Array [10]byte +type Bool bool +type Chan chan int +type Float float32 +type Int int +type Map map[int]byte +type Slice []byte +type String string + +// Calling these functions checks at compile time that the argument +// can be converted implicitly to (used as) the given type. +func asArray(Array) {} +func asBool(Bool) {} +func asChan(Chan) {} +func asFloat(Float) {} +func asInt(Int) {} +func asMap(Map) {} +func asSlice(Slice) {} +func asString(String) {} + +func (Map) M() {} + + +// These functions check at run time that the default type +// (in the absence of any implicit conversion hints) +// is the given type. +func isArray(x interface{}) { _ = x.(Array) } +func isBool(x interface{}) { _ = x.(Bool) } +func isChan(x interface{}) { _ = x.(Chan) } +func isFloat(x interface{}) { _ = x.(Float) } +func isInt(x interface{}) { _ = x.(Int) } +func isMap(x interface{}) { _ = x.(Map) } +func isSlice(x interface{}) { _ = x.(Slice) } +func isString(x interface{}) { _ = x.(String) } + +func main() { + var ( + a Array + b Bool = true + c Chan = make(Chan) + f Float = 1 + i Int = 1 + m Map = make(Map) + slice Slice = make(Slice, 10) + str String = "hello" + ) + + asArray(a) + isArray(a) + asArray(*&a) + isArray(*&a) + asArray(Array{}) + isArray(Array{}) + + asBool(b) + isBool(b) + asBool(!b) + isBool(!b) + asBool(true) + asBool(*&b) + isBool(*&b) + asBool(Bool(true)) + isBool(Bool(true)) + + asChan(c) + isChan(c) + asChan(make(Chan)) + isChan(make(Chan)) + asChan(*&c) + isChan(*&c) + asChan(Chan(nil)) + isChan(Chan(nil)) + + asFloat(f) + isFloat(f) + asFloat(-f) + isFloat(-f) + asFloat(+f) + isFloat(+f) + asFloat(f + 1) + isFloat(f + 1) + asFloat(1 + f) + isFloat(1 + f) + asFloat(f + f) + isFloat(f + f) + f++ + f += 2 + asFloat(f - 1) + isFloat(f - 1) + asFloat(1 - f) + isFloat(1 - f) + asFloat(f - f) + isFloat(f - f) + f-- + f -= 2 + asFloat(f * 2.5) + isFloat(f * 2.5) + asFloat(2.5 * f) + isFloat(2.5 * f) + asFloat(f * f) + isFloat(f * f) + f *= 4 + asFloat(f / 2.5) + isFloat(f / 2.5) + asFloat(2.5 / f) + isFloat(2.5 / f) + asFloat(f / f) + isFloat(f / f) + f /= 4 + asFloat(f) + isFloat(f) + f = 5 + asFloat(*&f) + isFloat(*&f) + asFloat(234) + asFloat(Float(234)) + isFloat(Float(234)) + asFloat(1.2) + asFloat(Float(i)) + isFloat(Float(i)) + + asInt(i) + isInt(i) + asInt(-i) + isInt(-i) + asInt(^i) + isInt(^i) + asInt(+i) + isInt(+i) + asInt(i + 1) + isInt(i + 1) + asInt(1 + i) + isInt(1 + i) + asInt(i + i) + isInt(i + i) + i++ + i += 1 + asInt(i - 1) + isInt(i - 1) + asInt(1 - i) + isInt(1 - i) + asInt(i - i) + isInt(i - i) + i-- + i -= 1 + asInt(i * 2) + isInt(i * 2) + asInt(2 * i) + isInt(2 * i) + asInt(i * i) + isInt(i * i) + i *= 2 + asInt(i / 5) + isInt(i / 5) + asInt(5 / i) + isInt(5 / i) + asInt(i / i) + isInt(i / i) + i /= 2 + asInt(i % 5) + isInt(i % 5) + asInt(5 % i) + isInt(5 % i) + asInt(i % i) + isInt(i % i) + i %= 2 + asInt(i & 5) + isInt(i & 5) + asInt(5 & i) + isInt(5 & i) + asInt(i & i) + isInt(i & i) + i &= 2 + asInt(i &^ 5) + isInt(i &^ 5) + asInt(5 &^ i) + isInt(5 &^ i) + asInt(i &^ i) + isInt(i &^ i) + i &^= 2 + asInt(i | 5) + isInt(i | 5) + asInt(5 | i) + isInt(5 | i) + asInt(i | i) + isInt(i | i) + i |= 2 + asInt(i ^ 5) + isInt(i ^ 5) + asInt(5 ^ i) + isInt(5 ^ i) + asInt(i ^ i) + isInt(i ^ i) + i ^= 2 + asInt(i << 4) + isInt(i << 4) + i <<= 2 + asInt(i >> 4) + isInt(i >> 4) + i >>= 2 + asInt(i) + isInt(i) + asInt(0) + asInt(Int(0)) + isInt(Int(0)) + i = 10 + asInt(*&i) + isInt(*&i) + asInt(23) + asInt(Int(f)) + isInt(Int(f)) + + asMap(m) + isMap(m) + asMap(nil) + m = nil + asMap(make(Map)) + isMap(make(Map)) + asMap(*&m) + isMap(*&m) + asMap(Map(nil)) + isMap(Map(nil)) + asMap(Map{}) + isMap(Map{}) + + asSlice(slice) + isSlice(slice) + asSlice(make(Slice, 5)) + isSlice(make(Slice, 5)) + asSlice([]byte{1, 2, 3}) + asSlice([]byte{1, 2, 3}[0:2]) + asSlice(slice[0:4]) + isSlice(slice[0:4]) + asSlice(slice[3:8]) + isSlice(slice[3:8]) + asSlice(nil) + asSlice(Slice(nil)) + isSlice(Slice(nil)) + slice = nil + asSlice(Slice{1, 2, 3}) + isSlice(Slice{1, 2, 3}) + asSlice(Slice{}) + isSlice(Slice{}) + asSlice(*&slice) + isSlice(*&slice) + + asString(str) + isString(str) + asString(str + "a") + isString(str + "a") + asString("a" + str) + isString("a" + str) + asString(str + str) + isString(str + str) + str += "a" + str += str + asString(String('a')) + isString(String('a')) + asString(String([]byte(slice))) + isString(String([]byte(slice))) + asString(String([]byte(nil))) + isString(String([]byte(nil))) + asString("hello") + asString(String("hello")) + isString(String("hello")) + str = "hello" + isString(str) + asString(*&str) + isString(*&str) +} diff --git a/go/test/named1.go b/go/test/named1.go new file mode 100644 index 0000000000000000000000000000000000000000..452c6da27e259c543fc9833578a0a1bc63bff7b8 --- /dev/null +++ b/go/test/named1.go @@ -0,0 +1,62 @@ +// errorcheck + +// Copyright 2009 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. + +// Test that basic operations on named types are valid +// and preserve the type. +// Does not compile. + +package main + +type Bool bool + +type Map map[int]int + +func (Map) M() {} + +type Slice []byte + +var slice Slice + +func asBool(Bool) {} +func asString(String) {} + +type String string + +func main() { + var ( + b Bool = true + i, j int + c = make(chan int) + m = make(Map) + ) + + asBool(b) + asBool(!b) + asBool(true) + asBool(*&b) + asBool(Bool(true)) + asBool(1 != 2) // ok now + asBool(i < j) // ok now + + _, b = m[2] // ok now + + var inter interface{} + _, b = inter.(Map) // ok now + _ = b + + var minter interface { + M() + } + _, b = minter.(Map) // ok now + _ = b + + _, bb := <-c + asBool(bb) // ERROR "cannot use.*type bool.*as type Bool|cannot use bb" + _, b = <-c // ok now + _ = b + + asString(String(slice)) // ok +} diff --git a/go/test/newexpr.go b/go/test/newexpr.go new file mode 100644 index 0000000000000000000000000000000000000000..00d753c57267357c0b01bdc68e32fedd9cf9a774 --- /dev/null +++ b/go/test/newexpr.go @@ -0,0 +1,46 @@ +// run + +// Copyright 2025 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 main + +// Issue #45624 is the proposal to accept new(expr) in go1.26. +// Here we test its run-time behavior. +func main() { + { + p := new(123) // untyped constant expr + if *p != 123 { + panic("wrong value") + } + } + { + x := 42 + p := new(x) // non-constant expr + if *p != x { + panic("wrong value") + } + } + { + x := [2]int{123, 456} + p := new(x) // composite value + if *p != x { + panic("wrong value") + } + } + { + var i int + v := new(i > 0) // untyped expression, see issue #75617 + if *v != false { + panic("wrong value") + } + } +} + +// Regression test for ICE in staticdata.GlobalLinksym from +// use of autotemp outside a function (go.dev/issue/77237). +var ( + x = new(0) + y = x +) diff --git a/go/test/newinline.go b/go/test/newinline.go new file mode 100644 index 0000000000000000000000000000000000000000..da299d5543e64b7eda8f70bb83aa3df6650ff8cb --- /dev/null +++ b/go/test/newinline.go @@ -0,0 +1,403 @@ +// errorcheckwithauto -0 -m -d=inlfuncswithclosures=1 + +//go:build goexperiment.newinliner + +// Copyright 2023 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. + +// Test, using compiler diagnostic flags, that inlining is working. +// Compiles but does not run. + +package foo + +import ( + "errors" + "runtime" + "unsafe" +) + +func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result" + return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1" +} + +func add1(p unsafe.Pointer, x uintptr) unsafe.Pointer { // ERROR "can inline add1" "leaking param: p to result" + return unsafe.Pointer(uintptr(p) + x) +} + +func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result" + return add2(x, 1) // ERROR "inlining call to add2" "inlining call to add1" +} + +//go:noinline +func g(x int) int { + return x + 1 +} + +func h(x int) int { // ERROR "can inline h" + return x + 2 +} + +func i(x int) int { // ERROR "can inline i" + const y = 2 + return x + y +} + +func j(x int) int { // ERROR "can inline j" + switch { + case x > 0: + return x + 2 + default: + return x + 1 + } +} + +func f2() int { // ERROR "can inline f2" + tmp1 := h + tmp2 := tmp1 + return tmp2(0) // ERROR "inlining call to h" +} + +var abc = errors.New("abc") // ERROR "inlining call to errors.New" + +var somethingWrong error + +// local closures can be inlined +func l(x, y int) (int, int, error) { // ERROR "can inline l" + e := func(err error) (int, int, error) { // ERROR "can inline l.func1" "func literal does not escape" "leaking param: err to result" + return 0, 0, err + } + if x == y { + e(somethingWrong) // ERROR "inlining call to l.func1" + } else { + f := e + f(nil) // ERROR "inlining call to l.func1" + } + _ = e // prevent simple deadcode elimination + return y, x, nil +} + +// any re-assignment prevents closure inlining +func m() int { + foo := func() int { return 1 } // ERROR "can inline m.func1" "func literal does not escape" + x := foo() + foo = func() int { return 2 } // ERROR "can inline m.func2" "func literal does not escape" + return x + foo() +} + +// address taking prevents closure inlining +func n() int { // ERROR "can inline n" + foo := func() int { return 1 } // ERROR "can inline n.func1" "func literal does not escape" + bar := &foo + x := (*bar)() + foo() + return x +} + +// make sure assignment inside closure is detected +func o() int { // ERROR "can inline o" + foo := func() int { return 1 } // ERROR "can inline o.func1" "func literal does not escape" + func(x int) { // ERROR "can inline o.func2" + if x > 10 { + foo = func() int { return 2 } // ERROR "can inline o.func2" + } + }(11) // ERROR "func literal does not escape" "inlining call to o.func2" + return foo() +} + +func p() int { // ERROR "can inline p" + return func() int { return 42 }() // ERROR "can inline p.func1" "inlining call to p.func1" +} + +func q(x int) int { // ERROR "can inline q" + foo := func() int { return x * 2 } // ERROR "can inline q.func1" "func literal does not escape" + _ = foo // prevent simple deadcode elimination + return foo() // ERROR "inlining call to q.func1" +} + +func r(z int) int { // ERROR "can inline r" + foo := func(x int) int { // ERROR "can inline r.func1" "func literal does not escape" + return x + z + } + bar := func(x int) int { // ERROR "func literal does not escape" "can inline r.func2" + return x + func(y int) int { // ERROR "can inline r.func2.1" "can inline r.r.func2.func3" + return 2*y + x*z + }(x) // ERROR "inlining call to r.func2.1" + } + _ = foo // prevent simple deadcode elimination + _ = bar // prevent simple deadcode elimination + return foo(42) + bar(42) // ERROR "inlining call to r.func1" "inlining call to r.func2" "inlining call to r.r.func2.func3" +} + +func s0(x int) int { // ERROR "can inline s0" + foo := func() { // ERROR "can inline s0.func1" "func literal does not escape" + x = x + 1 + } + foo() // ERROR "inlining call to s0.func1" + _ = foo // prevent simple deadcode elimination + return x +} + +func s1(x int) int { // ERROR "can inline s1" + foo := func() int { // ERROR "can inline s1.func1" "func literal does not escape" + return x + } + x = x + 1 + _ = foo // prevent simple deadcode elimination + return foo() // ERROR "inlining call to s1.func1" +} + +func switchBreak(x, y int) int { // ERROR "can inline switchBreak" + var n int + switch x { + case 0: + n = 1 + Done: + switch y { + case 0: + n += 10 + break Done + } + n = 2 + } + return n +} + +func switchType(x interface{}) int { // ERROR "can inline switchType" "x does not escape" + switch x.(type) { + case int: + return x.(int) + default: + return 0 + } +} + +// Test that switches on constant things, with constant cases, only cost anything for +// the case that matches. See issue 50253. +func switchConst1(p func(string)) { // ERROR "can inline switchConst" "p does not escape" + const c = 1 + switch c { + case 0: + p("zero") + case 1: + p("one") + case 2: + p("two") + default: + p("other") + } +} + +func switchConst2() string { // ERROR "can inline switchConst2" + switch runtime.GOOS { + case "linux": + return "Leenooks" + case "windows": + return "Windoze" + case "darwin": + return "MackBone" + case "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100": + return "Numbers" + default: + return "oh nose!" + } +} +func switchConst3() string { // ERROR "can inline switchConst3" + switch runtime.GOOS { + case "Linux": + panic("Linux") + case "Windows": + panic("Windows") + case "Darwin": + panic("Darwin") + case "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100": + panic("Numbers") + default: + return "oh nose!" + } +} +func switchConst4() { // ERROR "can inline switchConst4" + const intSize = 32 << (^uint(0) >> 63) + want := func() string { // ERROR "can inline switchConst4.func1" + switch intSize { + case 32: + return "32" + case 64: + return "64" + default: + panic("unreachable") + } + }() // ERROR "inlining call to switchConst4.func1" + _ = want +} + +func inlineRangeIntoMe(data []int) { // ERROR "can inline inlineRangeIntoMe" "data does not escape" + rangeFunc(data, 12) // ERROR "inlining call to rangeFunc" +} + +func rangeFunc(xs []int, b int) int { // ERROR "can inline rangeFunc" "xs does not escape" + for i, x := range xs { + if x == b { + return i + } + } + return -1 +} + +type T struct{} + +func (T) meth(int, int) {} // ERROR "can inline T.meth" + +func k() (T, int, int) { return T{}, 0, 0 } // ERROR "can inline k" + +func f3() { // ERROR "can inline f3" + T.meth(k()) // ERROR "inlining call to k" "inlining call to T.meth" + // ERRORAUTO "inlining call to T.meth" +} + +func small1() { // ERROR "can inline small1" + runtime.GC() +} +func small2() int { // ERROR "can inline small2" + return runtime.GOMAXPROCS(0) +} +func small3(t T) { // ERROR "can inline small3" + t.meth2(3, 5) +} +func small4(t T) { // ERROR "can inline small4" + t.meth2(runtime.GOMAXPROCS(0), 5) +} +func (T) meth2(int, int) { // ERROR "can inline T.meth2" + runtime.GC() + runtime.GC() +} + +// Issue #29737 - make sure we can do inlining for a chain of recursive functions +func ee() { // ERROR "can inline ee" + ff(100) // ERROR "inlining call to ff" "inlining call to gg" "inlining call to hh" +} + +func ff(x int) { // ERROR "can inline ff" + if x < 0 { + return + } + gg(x - 1) // ERROR "inlining call to gg" "inlining call to hh" "inlining call to ff" +} +func gg(x int) { // ERROR "can inline gg" + hh(x - 1) // ERROR "inlining call to hh" "inlining call to ff" "inlining call to gg" +} +func hh(x int) { // ERROR "can inline hh" + ff(x - 1) // ERROR "inlining call to ff" "inlining call to gg" "inlining call to hh" +} + +// Issue #14768 - make sure we can inline for loops. +func for1(fn func() bool) { // ERROR "can inline for1" "fn does not escape" + for { + if fn() { + break + } else { + continue + } + } +} + +func for2(fn func() bool) { // ERROR "can inline for2" "fn does not escape" +Loop: + for { + if fn() { + break Loop + } else { + continue Loop + } + } +} + +// Issue #18493 - make sure we can do inlining of functions with a method value +type T1 struct{} + +func (a T1) meth(val int) int { // ERROR "can inline T1.meth" + return val + 5 +} + +func getMeth(t1 T1) func(int) int { // ERROR "can inline getMeth" + return t1.meth // ERROR "t1.meth escapes to heap" + // ERRORAUTO "inlining call to T1.meth" +} + +func ii() { // ERROR "can inline ii" + var t1 T1 + f := getMeth(t1) // ERROR "inlining call to getMeth" "t1.meth does not escape" + _ = f(3) +} + +// Issue #42194 - make sure that functions evaluated in +// go and defer statements can be inlined. +func gd1(int) { + defer gd1(gd2()) // ERROR "inlining call to gd2" "can inline gd1.deferwrap1" + defer gd3()() // ERROR "inlining call to gd3" + go gd1(gd2()) // ERROR "inlining call to gd2" "can inline gd1.gowrap2" + go gd3()() // ERROR "inlining call to gd3" +} + +func gd2() int { // ERROR "can inline gd2" + return 1 +} + +func gd3() func() { // ERROR "can inline gd3" + return ii +} + +// Issue #42788 - ensure ODEREF OCONVNOP* OADDR is low cost. +func EncodeQuad(d []uint32, x [6]float32) { // ERROR "can inline EncodeQuad" "d does not escape" + _ = d[:6] + d[0] = float32bits(x[0]) // ERROR "inlining call to float32bits" + d[1] = float32bits(x[1]) // ERROR "inlining call to float32bits" + d[2] = float32bits(x[2]) // ERROR "inlining call to float32bits" + d[3] = float32bits(x[3]) // ERROR "inlining call to float32bits" + d[4] = float32bits(x[4]) // ERROR "inlining call to float32bits" + d[5] = float32bits(x[5]) // ERROR "inlining call to float32bits" +} + +// float32bits is a copy of math.Float32bits to ensure that +// these tests pass with `-gcflags=-l`. +func float32bits(f float32) uint32 { // ERROR "can inline float32bits" + return *(*uint32)(unsafe.Pointer(&f)) +} + +// Ensure OCONVNOP is zero cost. +func Conv(v uint64) uint64 { // ERROR "can inline Conv" + return conv2(conv2(conv2(v))) // ERROR "inlining call to (conv1|conv2)" +} +func conv2(v uint64) uint64 { // ERROR "can inline conv2" + return conv1(conv1(conv1(conv1(v)))) // ERROR "inlining call to conv1" +} +func conv1(v uint64) uint64 { // ERROR "can inline conv1" + return uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(uint64(v))))))))))) +} + +func select1(x, y chan bool) int { // ERROR "can inline select1" "x does not escape" "y does not escape" + select { + case <-x: + return 1 + case <-y: + return 2 + } +} + +func select2(x, y chan bool) { // ERROR "can inline select2" "x does not escape" "y does not escape" +loop: // test that labeled select can be inlined. + select { + case <-x: + break loop + case <-y: + } +} + +func inlineSelect2(x, y chan bool) { // ERROR "can inline inlineSelect2" ERROR "x does not escape" "y does not escape" +loop: + for i := 0; i < 5; i++ { + if i == 3 { + break loop + } + select2(x, y) // ERROR "inlining call to select2" + } +} diff --git a/go/test/nil.go b/go/test/nil.go new file mode 100644 index 0000000000000000000000000000000000000000..f8300bf56afb4f9135ef490f4a36ce0e35fb186e --- /dev/null +++ b/go/test/nil.go @@ -0,0 +1,180 @@ +// run + +// Copyright 2009 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. + +// Test nil. + +package main + +import ( + "fmt" + "time" +) + +type T struct { + i int +} + +type IN interface{} + +func main() { + var i *int + var f *float32 + var s *string + var m map[float32]*int + var c chan int + var t *T + var in IN + var ta []IN + + i = nil + f = nil + s = nil + m = nil + c = nil + t = nil + i = nil + ta = make([]IN, 1) + ta[0] = nil + + _, _, _, _, _, _, _, _ = i, f, s, m, c, t, in, ta + + arraytest() + chantest() + maptest() + slicetest() +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("not panicking") + } + }() + f() +} + +func shouldBlock(f func()) { + go func() { + f() + panic("did not block") + }() + time.Sleep(1e7) +} + +// nil array pointer + +func arraytest() { + var p *[10]int + + // Looping over indices is fine. + s := 0 + for i := range p { + s += i + } + if s != 45 { + panic(s) + } + + s = 0 + for i := 0; i < len(p); i++ { + s += i + } + if s != 45 { + panic(s) + } + + // Looping over values is not. + shouldPanic(func() { + for i, v := range p { + s += i + v + } + }) + + shouldPanic(func() { + for i := 0; i < len(p); i++ { + s += p[i] + } + }) +} + +// nil channel +// select tests already handle select on nil channel + +func chantest() { + var ch chan int + + // nil channel is never ready + shouldBlock(func() { + ch <- 1 + }) + shouldBlock(func() { + <-ch + }) + shouldBlock(func() { + x, ok := <-ch + println(x, ok) // unreachable + }) + + if len(ch) != 0 { + panic(len(ch)) + } + if cap(ch) != 0 { + panic(cap(ch)) + } +} + +// nil map + +func maptest() { + var m map[int]int + + // nil map appears empty + if len(m) != 0 { + panic(len(m)) + } + if m[1] != 0 { + panic(m[1]) + } + if x, ok := m[1]; x != 0 || ok { + panic(fmt.Sprint(x, ok)) + } + + for k, v := range m { + panic(k) + panic(v) + } + + // can delete (non-existent) entries + delete(m, 2) + + // but cannot be written to + shouldPanic(func() { + m[2] = 3 + }) +} + +// nil slice + +func slicetest() { + var x []int + + // nil slice is just a 0-element slice. + if len(x) != 0 { + panic(len(x)) + } + if cap(x) != 0 { + panic(cap(x)) + } + + // no 0-element slices can be read from or written to + var s int + shouldPanic(func() { + s += x[1] + }) + shouldPanic(func() { + x[2] = s + }) +} diff --git a/go/test/nilcheck.go b/go/test/nilcheck.go new file mode 100644 index 0000000000000000000000000000000000000000..e81db6dcb07eb826081342155a0c0b2cc640c4be --- /dev/null +++ b/go/test/nilcheck.go @@ -0,0 +1,190 @@ +// errorcheck -0 -N -d=nil + +// Copyright 2013 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. + +// Test that nil checks are inserted. +// Optimization is disabled, so redundant checks are not removed. + +package p + +type Struct struct { + X int + Y float64 +} + +type BigStruct struct { + X int + Y float64 + A [1 << 20]int + Z string +} + +type Empty struct { +} + +type Empty1 struct { + Empty +} + +var ( + intp *int + arrayp *[10]int + array0p *[0]int + bigarrayp *[1 << 26]int + structp *Struct + bigstructp *BigStruct + emptyp *Empty + empty1p *Empty1 +) + +func f1() { + _ = *intp // ERROR "nil check" + _ = *arrayp // ERROR "nil check" + _ = *array0p // ERROR "nil check" + _ = *array0p // ERROR "nil check" + _ = *intp // ERROR "nil check" + _ = *arrayp // ERROR "nil check" + _ = *structp // ERROR "nil check" + _ = *emptyp // ERROR "nil check" + _ = *arrayp // ERROR "nil check" +} + +func f2() { + var ( + intp *int + arrayp *[10]int + array0p *[0]int + bigarrayp *[1 << 20]int + structp *Struct + bigstructp *BigStruct + emptyp *Empty + empty1p *Empty1 + ) + + _ = *intp // ERROR "nil check" + _ = *arrayp // ERROR "nil check" + _ = *array0p // ERROR "nil check" + _ = *array0p // ERROR "nil check" + _ = *intp // ERROR "nil check" + _ = *arrayp // ERROR "nil check" + _ = *structp // ERROR "nil check" + _ = *emptyp // ERROR "nil check" + _ = *arrayp // ERROR "nil check" + _ = *bigarrayp // ERROR "nil check" + _ = *bigstructp // ERROR "nil check" + _ = *empty1p // ERROR "nil check" +} + +func fx10k() *[10000]int + +var b bool + +func f3(x *[10000]int) { + // Using a huge type and huge offsets so the compiler + // does not expect the memory hardware to fault. + _ = x[9999] // ERROR "nil check" + + for { + if x[9999] != 0 { // ERROR "nil check" + break + } + } + + x = fx10k() + _ = x[9999] // ERROR "nil check" + if b { + _ = x[9999] // ERROR "nil check" + } else { + _ = x[9999] // ERROR "nil check" + } + _ = x[9999] // ERROR "nil check" + + x = fx10k() + if b { + _ = x[9999] // ERROR "nil check" + } else { + _ = x[9999] // ERROR "nil check" + } + _ = x[9999] // ERROR "nil check" + + fx10k() + // This one is a bit redundant, if we figured out that + // x wasn't going to change across the function call. + // But it's a little complex to do and in practice doesn't + // matter enough. + _ = x[9999] // ERROR "nil check" +} + +func f3a() { + x := fx10k() + y := fx10k() + z := fx10k() + _ = &x[9] // ERROR "nil check" + y = z + _ = &x[9] // ERROR "nil check" + x = y + _ = &x[9] // ERROR "nil check" +} + +func f3b() { + x := fx10k() + y := fx10k() + _ = &x[9] // ERROR "nil check" + y = x + _ = &x[9] // ERROR "nil check" + x = y + _ = &x[9] // ERROR "nil check" +} + +func fx10() *[10]int + +func f4(x *[10]int) { + // Most of these have no checks because a real memory reference follows, + // and the offset is small enough that if x is nil, the address will still be + // in the first unmapped page of memory. + + _ = x[9] // ERROR "nil check" + + for { + if x[9] != 0 { // ERROR "nil check" + break + } + } + + x = fx10() + _ = x[9] // ERROR "nil check" + if b { + _ = x[9] // ERROR "nil check" + } else { + _ = x[9] // ERROR "nil check" + } + _ = x[9] // ERROR "nil check" + + x = fx10() + if b { + _ = x[9] // ERROR "nil check" + } else { + _ = &x[9] // ERROR "nil check" + } + _ = x[9] // ERROR "nil check" + + fx10() + _ = x[9] // ERROR "nil check" + + x = fx10() + y := fx10() + _ = &x[9] // ERROR "nil check" + y = x + _ = &x[9] // ERROR "nil check" + x = y + _ = &x[9] // ERROR "nil check" +} + +func f5(m map[string]struct{}) bool { + // Existence-only map lookups should not generate a nil check + tmp1, tmp2 := m[""] // ERROR "removed nil check" + _, ok := tmp1, tmp2 + return ok +} diff --git a/go/test/nilptr.go b/go/test/nilptr.go new file mode 100644 index 0000000000000000000000000000000000000000..6a60b18fc110cf8f92319d3920ab4c9acade33b8 --- /dev/null +++ b/go/test/nilptr.go @@ -0,0 +1,185 @@ +// run + +// Copyright 2011 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. + +// Test that the implementation catches nil ptr indirection +// in a large address space. + +// Address space starts at 1<<32 on AIX and on darwin/arm64 and on windows/[amd64/arm64], so dummy is too far. +//go:build !aix && (!darwin || !arm64) && (!windows || (!amd64 && !arm64)) + +package main + +import "unsafe" + +// Having a big address space means that indexing +// at a 256 MB offset from a nil pointer might not +// cause a memory access fault. This test checks +// that Go is doing the correct explicit checks to catch +// these nil pointer accesses, not just relying on the hardware. +var dummy [256 << 20]byte // give us a big address space + +func main() { + // the test only tests what we intend to test + // if dummy starts in the first 256 MB of memory. + // otherwise there might not be anything mapped + // at the address that might be accidentally + // dereferenced below. + if uintptr(unsafe.Pointer(&dummy)) > 256<<20 { + panic("dummy too far out") + } + + shouldPanic(p1) + shouldPanic(p2) + shouldPanic(p3) + shouldPanic(p4) + shouldPanic(p5) + shouldPanic(p6) + shouldPanic(p7) + shouldPanic(p8) + shouldPanic(p9) + shouldPanic(p10) + shouldPanic(p11) + shouldPanic(p12) + shouldPanic(p13) + shouldPanic(p14) + shouldPanic(p15) + shouldPanic(p16) +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("memory reference did not panic") + } + }() + f() +} + +func p1() { + // Array index. + var p *[1 << 30]byte = nil + println(p[256<<20]) // very likely to be inside dummy, but should panic +} + +var xb byte + +func p2() { + var p *[1 << 30]byte = nil + xb = 123 + + // Array index. + println(p[uintptr(unsafe.Pointer(&xb))]) // should panic +} + +func p3() { + // Array to slice. + var p *[1 << 30]byte = nil + var x []byte = p[0:] // should panic + _ = x +} + +var q *[1 << 30]byte + +func p4() { + // Array to slice. + var x []byte + var y = &x + *y = q[0:] // should crash (uses arraytoslice runtime routine) +} + +func fb([]byte) { + panic("unreachable") +} + +func p5() { + // Array to slice. + var p *[1 << 30]byte = nil + fb(p[0:]) // should crash +} + +func p6() { + // Array to slice. + var p *[1 << 30]byte = nil + var _ []byte = p[10 : len(p)-10] // should crash +} + +type T struct { + x [256 << 20]byte + i int +} + +func f() *T { + return nil +} + +var y *T +var x = &y + +func p7() { + // Struct field access with large offset. + println(f().i) // should crash +} + +func p8() { + // Struct field access with large offset. + println((*x).i) // should crash +} + +func p9() { + // Struct field access with large offset. + var t *T + println(&t.i) // should crash +} + +func p10() { + // Struct field access with large offset. + var t *T + println(t.i) // should crash +} + +type T1 struct { + T +} + +type T2 struct { + *T1 +} + +func p11() { + t := &T2{} + p := &t.i + println(*p) +} + +// ADDR(DOT(IND(p))) needs a check also +func p12() { + var p *T = nil + println(*(&((*p).i))) +} + +// Tests suggested in golang.org/issue/6080. + +func p13() { + var x *[10]int + y := x[:] + _ = y +} + +func p14() { + println((*[1]int)(nil)[:]) +} + +func p15() { + for i := range (*[1]int)(nil)[:] { + _ = i + } +} + +func p16() { + for i, v := range (*[1]int)(nil)[:] { + _ = i + v + } +} diff --git a/go/test/nilptr2.go b/go/test/nilptr2.go new file mode 100644 index 0000000000000000000000000000000000000000..8a85b6dbcb16484f3bdfe1052f20dd24a5494534 --- /dev/null +++ b/go/test/nilptr2.go @@ -0,0 +1,131 @@ +// run + +// Copyright 2013 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 main + +func main() { + ok := true + for _, tt := range tests { + func() { + defer func() { + if err := recover(); err == nil { + println(tt.name, "did not panic") + ok = false + } + }() + tt.fn() + }() + } + if !ok { + println("BUG") + } +} + +var intp *int +var slicep *[]byte +var a10p *[10]int +var a10Mp *[1<<20]int +var structp *Struct +var bigstructp *BigStruct +var i int +var m *M +var m1 *M1 +var m2 *M2 + +var V interface{} + +func use(x interface{}) { + V = x +} + +var tests = []struct{ + name string + fn func() +}{ + // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g + {"*intp", func() { println(*intp) }}, + {"&*intp", func() { println(&*intp) }}, + {"*slicep", func() { println(*slicep) }}, + {"&*slicep", func() { println(&*slicep) }}, + {"(*slicep)[0]", func() { println((*slicep)[0]) }}, + {"&(*slicep)[0]", func() { println(&(*slicep)[0]) }}, + {"(*slicep)[i]", func() { println((*slicep)[i]) }}, + {"&(*slicep)[i]", func() { println(&(*slicep)[i]) }}, + {"*a10p", func() { use(*a10p) }}, + {"&*a10p", func() { println(&*a10p) }}, + {"a10p[0]", func() { println(a10p[0]) }}, + {"&a10p[0]", func() { println(&a10p[0]) }}, + {"a10p[i]", func() { println(a10p[i]) }}, + {"&a10p[i]", func() { println(&a10p[i]) }}, + {"*structp", func() { use(*structp) }}, + {"&*structp", func() { println(&*structp) }}, + {"structp.i", func() { println(structp.i) }}, + {"&structp.i", func() { println(&structp.i) }}, + {"structp.j", func() { println(structp.j) }}, + {"&structp.j", func() { println(&structp.j) }}, + {"structp.k", func() { println(structp.k) }}, + {"&structp.k", func() { println(&structp.k) }}, + {"structp.x[0]", func() { println(structp.x[0]) }}, + {"&structp.x[0]", func() { println(&structp.x[0]) }}, + {"structp.x[i]", func() { println(structp.x[i]) }}, + {"&structp.x[i]", func() { println(&structp.x[i]) }}, + {"structp.x[9]", func() { println(structp.x[9]) }}, + {"&structp.x[9]", func() { println(&structp.x[9]) }}, + {"structp.l", func() { println(structp.l) }}, + {"&structp.l", func() { println(&structp.l) }}, + {"*bigstructp", func() { use(*bigstructp) }}, + {"&*bigstructp", func() { println(&*bigstructp) }}, + {"bigstructp.i", func() { println(bigstructp.i) }}, + {"&bigstructp.i", func() { println(&bigstructp.i) }}, + {"bigstructp.j", func() { println(bigstructp.j) }}, + {"&bigstructp.j", func() { println(&bigstructp.j) }}, + {"bigstructp.k", func() { println(bigstructp.k) }}, + {"&bigstructp.k", func() { println(&bigstructp.k) }}, + {"bigstructp.x[0]", func() { println(bigstructp.x[0]) }}, + {"&bigstructp.x[0]", func() { println(&bigstructp.x[0]) }}, + {"bigstructp.x[i]", func() { println(bigstructp.x[i]) }}, + {"&bigstructp.x[i]", func() { println(&bigstructp.x[i]) }}, + {"bigstructp.x[9]", func() { println(bigstructp.x[9]) }}, + {"&bigstructp.x[9]", func() { println(&bigstructp.x[9]) }}, + {"bigstructp.x[100<<20]", func() { println(bigstructp.x[100<<20]) }}, + {"&bigstructp.x[100<<20]", func() { println(&bigstructp.x[100<<20]) }}, + {"bigstructp.l", func() { println(bigstructp.l) }}, + {"&bigstructp.l", func() { println(&bigstructp.l) }}, + {"m1.F()", func() { println(m1.F()) }}, + {"m1.M.F()", func() { println(m1.M.F()) }}, + {"m2.F()", func() { println(m2.F()) }}, + {"m2.M.F()", func() { println(m2.M.F()) }}, +} + +type Struct struct { + i int + j float64 + k string + x [10]int + l []byte +} + +type BigStruct struct { + i int + j float64 + k string + x [128<<20]byte + l []byte +} + +type M struct { +} + +func (m *M) F() int {return 0} + +type M1 struct { + M +} + +type M2 struct { + x int + M +} diff --git a/go/test/nilptr3.go b/go/test/nilptr3.go new file mode 100644 index 0000000000000000000000000000000000000000..2cc510beb635df01ae75e92ee06d51212e1ef34d --- /dev/null +++ b/go/test/nilptr3.go @@ -0,0 +1,256 @@ +// errorcheck -0 -d=nil + +//go:build !wasm && !aix + +// Copyright 2013 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. + +// Test that nil checks are removed. +// Optimization is enabled. + +package p + +type Struct struct { + X int + Y float64 +} + +type BigStruct struct { + X int + Y float64 + A [1 << 20]int + Z string +} + +type Empty struct { +} + +type Empty1 struct { + Empty +} + +var ( + intp *int + arrayp *[10]int + array0p *[0]int + bigarrayp *[1 << 26]int + structp *Struct + bigstructp *BigStruct + emptyp *Empty + empty1p *Empty1 +) + +func f1() { + _ = *intp // ERROR "generated nil check" + + // This one should be removed but the block copy needs + // to be turned into its own pseudo-op in order to see + // the indirect. + _ = *arrayp // ERROR "generated nil check" + + // 0-byte indirect doesn't suffice. + // we don't registerize globals, so there are no removed.* nil checks. + _ = *array0p // ERROR "generated nil check" + _ = *array0p // ERROR "removed nil check" + + _ = *intp // ERROR "removed nil check" + _ = *arrayp // ERROR "removed nil check" + _ = *structp // ERROR "generated nil check" + _ = *emptyp // ERROR "generated nil check" + _ = *arrayp // ERROR "removed nil check" +} + +func f2() { + var ( + intp *int + arrayp *[10]int + array0p *[0]int + bigarrayp *[1 << 20]int + structp *Struct + bigstructp *BigStruct + emptyp *Empty + empty1p *Empty1 + ) + + _ = *intp // ERROR "generated nil check" + _ = *arrayp // ERROR "generated nil check" + _ = *array0p // ERROR "generated nil check" + _ = *array0p // ERROR "removed.* nil check" + _ = *intp // ERROR "removed.* nil check" + _ = *arrayp // ERROR "removed.* nil check" + _ = *structp // ERROR "generated nil check" + _ = *emptyp // ERROR "generated nil check" + _ = *arrayp // ERROR "removed.* nil check" + _ = *bigarrayp // ERROR "generated nil check" ARM removed nil check before indirect!! + _ = *bigstructp // ERROR "generated nil check" + _ = *empty1p // ERROR "generated nil check" +} + +func fx10k() *[10000]int + +var b bool + +func f3(x *[10000]int) { + // Using a huge type and huge offsets so the compiler + // does not expect the memory hardware to fault. + _ = x[9999] // ERROR "generated nil check" + + for { + if x[9999] != 0 { // ERROR "removed nil check" + break + } + } + + x = fx10k() + _ = x[9999] // ERROR "generated nil check" + if b { + _ = x[9999] // ERROR "removed.* nil check" + } else { + _ = x[9999] // ERROR "removed.* nil check" + } + _ = x[9999] // ERROR "removed nil check" + + x = fx10k() + if b { + _ = x[9999] // ERROR "generated nil check" + } else { + _ = x[9999] // ERROR "generated nil check" + } + _ = x[9999] // ERROR "generated nil check" + + fx10k() + // This one is a bit redundant, if we figured out that + // x wasn't going to change across the function call. + // But it's a little complex to do and in practice doesn't + // matter enough. + _ = x[9999] // ERROR "removed nil check" +} + +func f3a() { + x := fx10k() + y := fx10k() + z := fx10k() + _ = &x[9] // ERROR "generated nil check" + y = z + _ = &x[9] // ERROR "removed.* nil check" + x = y + _ = &x[9] // ERROR "generated nil check" +} + +func f3b() { + x := fx10k() + y := fx10k() + _ = &x[9] // ERROR "generated nil check" + y = x + _ = &x[9] // ERROR "removed.* nil check" + x = y + _ = &x[9] // ERROR "removed.* nil check" +} + +func fx10() *[10]int + +func f4(x *[10]int) { + // Most of these have no checks because a real memory reference follows, + // and the offset is small enough that if x is nil, the address will still be + // in the first unmapped page of memory. + + _ = x[9] // ERROR "generated nil check" // bug: would like to remove this check (but nilcheck and load are in different blocks) + + for { + if x[9] != 0 { // ERROR "removed nil check" + break + } + } + + x = fx10() + _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect + if b { + _ = x[9] // ERROR "removed nil check" + } else { + _ = x[9] // ERROR "removed nil check" + } + _ = x[9] // ERROR "removed nil check" + + x = fx10() + if b { + _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect + } else { + _ = &x[9] // ERROR "generated nil check" + } + _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect + + fx10() + _ = x[9] // ERROR "removed nil check" + + x = fx10() + y := fx10() + _ = &x[9] // ERROR "generated nil check" + y = x + _ = &x[9] // ERROR "removed[a-z ]* nil check" + x = y + _ = &x[9] // ERROR "removed[a-z ]* nil check" +} + +func m1(m map[int][80]byte) byte { + v := m[3] // ERROR "removed nil check" + return v[5] +} +func m2(m map[int][800]byte) byte { + v := m[3] // ERROR "removed nil check" + return v[5] +} +func m3(m map[int][80]byte) (byte, bool) { + v, ok := m[3] // ERROR "removed nil check" + return v[5], ok +} +func m4(m map[int][800]byte) (byte, bool) { + v, ok := m[3] // ERROR "removed nil check" + return v[5], ok +} +func p1() byte { + p := new([100]byte) + return p[5] // ERROR "removed nil check" +} + +type SS struct { + x byte +} + +type TT struct { + SS +} + +func f(t *TT) *byte { + // See issue 17242. + s := &t.SS // ERROR "generated nil check" + return &s.x // ERROR "removed nil check" +} + +// make sure not to do nil check for newobject +func f7() (*Struct, float64) { + t := new(Struct) + p := &t.Y // ERROR "removed nil check" + return t, *p // ERROR "removed nil check" +} + +func f9() []int { + x := new([1]int) + x[0] = 1 // ERROR "removed nil check" + y := x[:] // ERROR "removed nil check" + return y +} + +// See issue 42673. +func f10(p **int) int { + return * // ERROR "removed nil check" + /* */ + *p // ERROR "removed nil check" +} + +func f11(x []byte) { + p := (*[0]byte)(x) + _ = *p // ERROR "generated nil check" + q := (*[4]byte)(x) + _ = *q // ERROR "removed nil check" +} diff --git a/go/test/nilptr4.go b/go/test/nilptr4.go new file mode 100644 index 0000000000000000000000000000000000000000..c75ce10c5951f9dce03efaaeaed78f3df42f780a --- /dev/null +++ b/go/test/nilptr4.go @@ -0,0 +1,24 @@ +// build + +// Copyright 2014 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. + +// Test that the compiler does not crash during compilation. + +package main + +import "unsafe" + +// Issue 7413 +func f1() { + type t struct { + i int + } + + var v *t + _ = int(uintptr(unsafe.Pointer(&v.i))) + _ = int32(uintptr(unsafe.Pointer(&v.i))) +} + +func main() {} diff --git a/go/test/nilptr5.go b/go/test/nilptr5.go new file mode 100644 index 0000000000000000000000000000000000000000..a76592abadc61f6bfef24a19f0ebca8aca762374 --- /dev/null +++ b/go/test/nilptr5.go @@ -0,0 +1,38 @@ +// errorcheck -0 -d=nil + +//go:build !wasm && !aix + +// Copyright 2018 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. + +// Test that nil checks are removed. +// Optimization is enabled. + +package p + +func f5(p *float32, q *float64, r *float32, s *float64) float64 { + x := float64(*p) // ERROR "removed nil check" + y := *q // ERROR "removed nil check" + *r = 7 // ERROR "removed nil check" + *s = 9 // ERROR "removed nil check" + return x + y +} + +type T struct{ b [29]byte } + +func f6(p, q *T) { + x := *p // ERROR "removed nil check" + *q = x // ERROR "removed nil check" +} + +// make sure to remove nil check for memory move (issue #18003) +func f8(t *struct{ b [8]int }) struct{ b [8]int } { + return *t // ERROR "removed nil check" +} + +// nil check is removed for pointer write (which involves a +// write barrier). +func f9(x **int, y *int) { + *x = y // ERROR "removed nil check" +} diff --git a/go/test/nilptr5_aix.go b/go/test/nilptr5_aix.go new file mode 100644 index 0000000000000000000000000000000000000000..cd8ecb1e49600f3eaf1605dad9a97df4836fef59 --- /dev/null +++ b/go/test/nilptr5_aix.go @@ -0,0 +1,38 @@ +// errorcheck -0 -d=nil + +//go:build aix + +// Copyright 2018 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. + +// Test that nil checks are removed. +// Optimization is enabled. + +package p + +func f5(p *float32, q *float64, r *float32, s *float64) float64 { + x := float64(*p) // ERROR "generated nil check" + y := *q // ERROR "generated nil check" + *r = 7 // ERROR "removed nil check" + *s = 9 // ERROR "removed nil check" + return x + y +} + +type T [29]byte + +func f6(p, q *T) { + x := *p // ERROR "generated nil check" + *q = x // ERROR "removed nil check" +} + +// make sure to remove nil check for memory move (issue #18003) +func f8(t *[8]int) [8]int { + return *t // ERROR "generated nil check" +} + +// On AIX, a write nil check is removed, but a read nil check +// remains (for the write barrier). +func f9(x **int, y *int) { + *x = y // ERROR "generated nil check" "removed nil check" +} diff --git a/go/test/nilptr5_wasm.go b/go/test/nilptr5_wasm.go new file mode 100644 index 0000000000000000000000000000000000000000..e653ffd2870fcf5193976a1da8ae9bebed59e559 --- /dev/null +++ b/go/test/nilptr5_wasm.go @@ -0,0 +1,37 @@ +// errorcheck -0 -d=nil + +//go:build wasm + +// Copyright 2018 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. + +// Test that nil checks are removed. +// Optimization is enabled. + +package p + +func f5(p *float32, q *float64, r *float32, s *float64) float64 { + x := float64(*p) // ERROR "generated nil check" + y := *q // ERROR "generated nil check" + *r = 7 // ERROR "generated nil check" + *s = 9 // ERROR "generated nil check" + return x + y +} + +type T [29]byte + +func f6(p, q *T) { + x := *p // ERROR "generated nil check" + *q = x // ERROR "generated nil check" +} + +// make sure to remove nil check for memory move (issue #18003) +func f8(t *[8]int) [8]int { + return *t // ERROR "generated nil check" +} + +// nil check is not removed on Wasm. +func f9(x **int, y *int) { + *x = y // ERROR "generated nil check" +} diff --git a/go/test/nilptr_aix.go b/go/test/nilptr_aix.go new file mode 100644 index 0000000000000000000000000000000000000000..f7a7e616d159bfc3e58c4166dedfa40dfe280547 --- /dev/null +++ b/go/test/nilptr_aix.go @@ -0,0 +1,185 @@ +// run + +// Copyright 2018 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. + +// Test that the implementation catches nil ptr indirection +// in a large address space. + +//go:build aix + +package main + +import "unsafe" + +// Having a big address space means that indexing +// at a 1G + 256 MB offset from a nil pointer might not +// cause a memory access fault. This test checks +// that Go is doing the correct explicit checks to catch +// these nil pointer accesses, not just relying on the hardware. +// The reason of the 1G offset is because AIX addresses start after 1G. +var dummy [256 << 20]byte // give us a big address space + +func main() { + // the test only tests what we intend to test + // if dummy starts in the first 256 MB of memory. + // otherwise there might not be anything mapped + // at the address that might be accidentally + // dereferenced below. + if uintptr(unsafe.Pointer(&dummy)) < 1<<32 { + panic("dummy not far enough") + } + + shouldPanic(p1) + shouldPanic(p2) + shouldPanic(p3) + shouldPanic(p4) + shouldPanic(p5) + shouldPanic(p6) + shouldPanic(p7) + shouldPanic(p8) + shouldPanic(p9) + shouldPanic(p10) + shouldPanic(p11) + shouldPanic(p12) + shouldPanic(p13) + shouldPanic(p14) + shouldPanic(p15) + shouldPanic(p16) +} + +func shouldPanic(f func()) { + defer func() { + if recover() == nil { + panic("memory reference did not panic") + } + }() + f() +} + +func p1() { + // Array index. + var p *[1 << 33]byte = nil + println(p[1<<32+256<<20]) // very likely to be inside dummy, but should panic +} + +var xb byte + +func p2() { + var p *[1 << 33]byte = nil + xb = 123 + + // Array index. + println(p[uintptr(unsafe.Pointer(&xb))]) // should panic +} + +func p3() { + // Array to slice. + var p *[1 << 33]byte = nil + var x []byte = p[0:] // should panic + _ = x +} + +var q *[1 << 33]byte + +func p4() { + // Array to slice. + var x []byte + var y = &x + *y = q[0:] // should crash (uses arraytoslice runtime routine) +} + +func fb([]byte) { + panic("unreachable") +} + +func p5() { + // Array to slice. + var p *[1 << 33]byte = nil + fb(p[0:]) // should crash +} + +func p6() { + // Array to slice. + var p *[1 << 33]byte = nil + var _ []byte = p[10 : len(p)-10] // should crash +} + +type T struct { + x [1<<32 + 256<<20]byte + i int +} + +func f() *T { + return nil +} + +var y *T +var x = &y + +func p7() { + // Struct field access with large offset. + println(f().i) // should crash +} + +func p8() { + // Struct field access with large offset. + println((*x).i) // should crash +} + +func p9() { + // Struct field access with large offset. + var t *T + println(&t.i) // should crash +} + +func p10() { + // Struct field access with large offset. + var t *T + println(t.i) // should crash +} + +type T1 struct { + T +} + +type T2 struct { + *T1 +} + +func p11() { + t := &T2{} + p := &t.i + println(*p) +} + +// ADDR(DOT(IND(p))) needs a check also +func p12() { + var p *T = nil + println(*(&((*p).i))) +} + +// Tests suggested in golang.org/issue/6080. + +func p13() { + var x *[10]int + y := x[:] + _ = y +} + +func p14() { + println((*[1]int)(nil)[:]) +} + +func p15() { + for i := range (*[1]int)(nil)[:] { + _ = i + } +} + +func p16() { + for i, v := range (*[1]int)(nil)[:] { + _ = i + v + } +} diff --git a/go/test/noinit.go b/go/test/noinit.go new file mode 100644 index 0000000000000000000000000000000000000000..84aeeafb59b629e1c79eeb20f56b324c5c44b2f7 --- /dev/null +++ b/go/test/noinit.go @@ -0,0 +1,343 @@ +// run +//go:build !gcflags_noopt + +// Copyright 2010 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. + +// Test that many initializations can be done at link time and +// generate no executable init functions. +// Also test that trivial func init are optimized away. + +package main + +import ( + "errors" + "unsafe" +) + +// All these initializations should be done at link time. + +type S struct{ a, b, c int } +type SS struct{ aa, bb, cc S } +type SA struct{ a, b, c [3]int } +type SC struct{ a, b, c []int } + +var ( + zero = 2 + one = 1 + pi = 3.14 + slice = []byte{1, 2, 3} + sliceInt = []int{1, 2, 3} + hello = "hello, world" + bytes = []byte("hello, world") + four, five = 4, 5 + x, y = 0.1, "hello" + nilslice []byte = nil + nilmap map[string]int = nil + nilfunc func() = nil + nilchan chan int = nil + nilptr *byte = nil +) + +var a = [3]int{1001, 1002, 1003} +var s = S{1101, 1102, 1103} +var c = []int{1201, 1202, 1203} + +var aa = [3][3]int{[3]int{2001, 2002, 2003}, [3]int{2004, 2005, 2006}, [3]int{2007, 2008, 2009}} +var as = [3]S{S{2101, 2102, 2103}, S{2104, 2105, 2106}, S{2107, 2108, 2109}} + +var sa = SA{[3]int{3001, 3002, 3003}, [3]int{3004, 3005, 3006}, [3]int{3007, 3008, 3009}} +var ss = SS{S{3101, 3102, 3103}, S{3104, 3105, 3106}, S{3107, 3108, 3109}} + +var ca = [][3]int{[3]int{4001, 4002, 4003}, [3]int{4004, 4005, 4006}, [3]int{4007, 4008, 4009}} +var cs = []S{S{4101, 4102, 4103}, S{4104, 4105, 4106}, S{4107, 4108, 4109}} + +var answers = [...]int{ + // s + 1101, 1102, 1103, + + // ss + 3101, 3102, 3103, + 3104, 3105, 3106, + 3107, 3108, 3109, + + // [0] + 1001, 1201, 1301, + 2101, 2102, 2103, + 4101, 4102, 4103, + 5101, 5102, 5103, + 3001, 3004, 3007, + 3201, 3204, 3207, + 3301, 3304, 3307, + + // [0][j] + 2001, 2201, 2301, 4001, 4201, 4301, 5001, 5201, 5301, + 2002, 2202, 2302, 4002, 4202, 4302, 5002, 5202, 5302, + 2003, 2203, 2303, 4003, 4203, 4303, 5003, 5203, 5303, + + // [1] + 1002, 1202, 1302, + 2104, 2105, 2106, + 4104, 4105, 4106, + 5104, 5105, 5106, + 3002, 3005, 3008, + 3202, 3205, 3208, + 3302, 3305, 3308, + + // [1][j] + 2004, 2204, 2304, 4004, 4204, 4304, 5004, 5204, 5304, + 2005, 2205, 2305, 4005, 4205, 4305, 5005, 5205, 5305, + 2006, 2206, 2306, 4006, 4206, 4306, 5006, 5206, 5306, + + // [2] + 1003, 1203, 1303, + 2107, 2108, 2109, + 4107, 4108, 4109, + 5107, 5108, 5109, + 3003, 3006, 3009, + 3203, 3206, 3209, + 3303, 3306, 3309, + + // [2][j] + 2007, 2207, 2307, 4007, 4207, 4307, 5007, 5207, 5307, + 2008, 2208, 2308, 4008, 4208, 4308, 5008, 5208, 5308, + 2009, 2209, 2309, 4009, 4209, 4309, 5009, 5209, 5309, +} + +var ( + copy_zero = zero + copy_one = one + copy_pi = pi + copy_slice = slice + copy_sliceInt = sliceInt + // copy_hello = hello // static init of copied strings defeats link -X; see #34675 + + // Could be handled without an initialization function, but + // requires special handling for "a = []byte("..."); b = a" + // which is not a likely case. + // copy_bytes = bytes + // https://codereview.appspot.com/171840043 is one approach to + // make this special case work. + + copy_four, copy_five = four, five + copy_x = x + // copy_y = y // static init of copied strings defeats link -X; see #34675 + copy_nilslice = nilslice + copy_nilmap = nilmap + copy_nilfunc = nilfunc + copy_nilchan = nilchan + copy_nilptr = nilptr +) + +var copy_a = a +var copy_s = s +var copy_c = c + +var copy_aa = aa +var copy_as = as + +var copy_sa = sa +var copy_ss = ss + +var copy_ca = ca +var copy_cs = cs + +var copy_answers = answers + +var bx bool +var b0 = false +var b1 = true + +var fx float32 +var f0 = float32(0) +var f1 = float32(1) + +var gx float64 +var g0 = float64(0) +var g1 = float64(1) + +var ix int +var i0 = 0 +var i1 = 1 + +var jx uint +var j0 = uint(0) +var j1 = uint(1) + +var cx complex64 +var c0 = complex64(0) +var c1 = complex64(1) + +var dx complex128 +var d0 = complex128(0) +var d1 = complex128(1) + +var sx []int +var s0 = []int{0, 0, 0} +var s1 = []int{1, 2, 3} + +func fi() int { return 1 } + +var ax [10]int +var a0 = [10]int{0, 0, 0} +var a1 = [10]int{1, 2, 3, 4} + +type T struct{ X, Y int } + +var tx T +var t0 = T{} +var t0a = T{0, 0} +var t0b = T{X: 0} +var t1 = T{X: 1, Y: 2} +var t1a = T{3, 4} + +var psx *[]int +var ps0 = &[]int{0, 0, 0} +var ps1 = &[]int{1, 2, 3} + +var pax *[10]int +var pa0 = &[10]int{0, 0, 0} +var pa1 = &[10]int{1, 2, 3} + +var ptx *T +var pt0 = &T{} +var pt0a = &T{0, 0} +var pt0b = &T{X: 0} +var pt1 = &T{X: 1, Y: 2} +var pt1a = &T{3, 4} + +// The checks similar to +// var copy_bx = bx +// are commented out. The compiler no longer statically initializes them. +// See issue 7665 and https://codereview.appspot.com/93200044. +// If https://codereview.appspot.com/169040043 is submitted, and this +// test is changed to pass -complete to the compiler, then we can +// uncomment the copy lines again. + +// var copy_bx = bx +var copy_b0 = b0 +var copy_b1 = b1 + +// var copy_fx = fx +var copy_f0 = f0 +var copy_f1 = f1 + +// var copy_gx = gx +var copy_g0 = g0 +var copy_g1 = g1 + +// var copy_ix = ix +var copy_i0 = i0 +var copy_i1 = i1 + +// var copy_jx = jx +var copy_j0 = j0 +var copy_j1 = j1 + +// var copy_cx = cx +var copy_c0 = c0 +var copy_c1 = c1 + +// var copy_dx = dx +var copy_d0 = d0 +var copy_d1 = d1 + +// var copy_sx = sx +var copy_s0 = s0 +var copy_s1 = s1 + +// var copy_ax = ax +var copy_a0 = a0 +var copy_a1 = a1 + +// var copy_tx = tx +var copy_t0 = t0 +var copy_t0a = t0a +var copy_t0b = t0b +var copy_t1 = t1 +var copy_t1a = t1a + +// var copy_psx = psx +var copy_ps0 = ps0 +var copy_ps1 = ps1 + +// var copy_pax = pax +var copy_pa0 = pa0 +var copy_pa1 = pa1 + +// var copy_ptx = ptx +var copy_pt0 = pt0 +var copy_pt0a = pt0a +var copy_pt0b = pt0b +var copy_pt1 = pt1 +var copy_pt1a = pt1a + +var _ interface{} = 1 + +type T1 int + +func (t *T1) M() {} + +type Mer interface { + M() +} + +var _ Mer = (*T1)(nil) + +var Byte byte +var PtrByte unsafe.Pointer = unsafe.Pointer(&Byte) + +var LitSXInit = &S{1, 2, 3} +var LitSAnyXInit any = &S{4, 5, 6} + +func FS(x, y, z int) *S { return &S{x, y, z} } +func FSA(x, y, z int) any { return &S{x, y, z} } +func F3(x int) *S { return &S{x, x, x} } + +var LitSCallXInit = FS(7, 8, 9) +var LitSAnyCallXInit any = FSA(10, 11, 12) + +var LitSRepeat = F3(1 + 2) + +func F0() *S { return &S{1, 2, 3} } + +var LitSNoArgs = F0() + +var myError = errors.New("mine") + +func gopherize(s string) string { return "gopher gopher gopher " + s } + +var animals = gopherize("badger") + +// These init funcs should optimize away. + +func init() { +} + +func init() { + if false { + } +} + +func init() { + for false { + } +} + +// Actual test: check for init funcs in runtime data structures. + +type initTask struct { + state uint32 + nfns uint32 +} + +//go:linkname main_inittask main..inittask +var main_inittask initTask + +func main() { + if nfns := main_inittask.nfns; nfns != 0 { + println(nfns) + panic("unexpected init funcs") + } +} diff --git a/go/test/nosplit.go b/go/test/nosplit.go new file mode 100644 index 0000000000000000000000000000000000000000..4b4c93b1d067c5a4520be675f1ca9190cdec65cc --- /dev/null +++ b/go/test/nosplit.go @@ -0,0 +1,419 @@ +// run + +//go:build !nacl && !js && !aix && !openbsd && !wasip1 && !gcflags_noopt && gc + +// Copyright 2014 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 main + +import ( + "bytes" + "fmt" + "io/ioutil" + "log" + "os" + "os/exec" + "path/filepath" + "regexp" + "runtime" + "strconv" + "strings" +) + +const debug = false + +var tests = ` +# These are test cases for the linker analysis that detects chains of +# nosplit functions that would cause a stack overflow. +# +# Lines beginning with # are comments. +# +# Each test case describes a sequence of functions, one per line. +# Each function definition is the function name, then the frame size, +# then optionally the keyword 'nosplit', then the body of the function. +# The body is assembly code, with some shorthands. +# The shorthand 'call x' stands for CALL x(SB). +# The shorthand 'callind' stands for 'CALL R0', where R0 is a register. +# Each test case must define a function named start, and it must be first. +# That is, a line beginning "start " indicates the start of a new test case. +# Within a stanza, ; can be used instead of \n to separate lines. +# +# After the function definition, the test case ends with an optional +# REJECT line, specifying the architectures on which the case should +# be rejected. "REJECT" without any architectures means reject on all architectures. +# The linker should accept the test case on systems not explicitly rejected. +# +# 64-bit systems do not attempt to execute test cases with frame sizes +# that are only 32-bit aligned. + +# Ordinary function should work +start 0 + +# Large frame marked nosplit is always wrong. +# Frame is so large it overflows cmd/link's int16. +start 100000 nosplit +REJECT + +# Calling a large frame is okay. +start 0 call big +big 10000 + +# But not if the frame is nosplit. +start 0 call big +big 10000 nosplit +REJECT + +# Recursion is okay. +start 0 call start + +# Recursive nosplit runs out of space. +start 0 nosplit call start +REJECT + +# Non-trivial recursion runs out of space. +start 0 call f1 +f1 0 nosplit call f2 +f2 0 nosplit call f1 +REJECT +# Same but cycle starts below nosplit entry. +start 0 call f1 +f1 0 nosplit call f2 +f2 0 nosplit call f3 +f3 0 nosplit call f2 +REJECT + +# Chains of ordinary functions okay. +start 0 call f1 +f1 80 call f2 +f2 80 + +# Chains of nosplit must fit in the stack limit, 128 bytes. +start 0 call f1 +f1 80 nosplit call f2 +f2 80 nosplit +REJECT + +# Larger chains. +start 0 call f1 +f1 16 call f2 +f2 16 call f3 +f3 16 call f4 +f4 16 call f5 +f5 16 call f6 +f6 16 call f7 +f7 16 call f8 +f8 16 call end +end 1000 + +start 0 call f1 +f1 16 nosplit call f2 +f2 16 nosplit call f3 +f3 16 nosplit call f4 +f4 16 nosplit call f5 +f5 16 nosplit call f6 +f6 16 nosplit call f7 +f7 16 nosplit call f8 +f8 16 nosplit call end +end 1000 +REJECT + +# Two paths both go over the stack limit. +start 0 call f1 +f1 80 nosplit call f2 call f3 +f2 40 nosplit call f4 +f3 96 nosplit +f4 40 nosplit +REJECT + +# Test cases near the 128-byte limit. + +# Ordinary stack split frame is always okay. +start 112 +start 116 +start 120 +start 124 +start 128 +start 132 +start 136 + +# A nosplit leaf can use the whole 128-CallSize bytes available on entry. +# (CallSize is 32 on ppc64, 8 on amd64 for frame pointer.) +start 96 nosplit +start 100 nosplit; REJECT ppc64 ppc64le +start 104 nosplit; REJECT ppc64 ppc64le arm64 +start 108 nosplit; REJECT ppc64 ppc64le +start 112 nosplit; REJECT ppc64 ppc64le arm64 +start 116 nosplit; REJECT ppc64 ppc64le +start 120 nosplit; REJECT ppc64 ppc64le amd64 arm64 +start 124 nosplit; REJECT ppc64 ppc64le amd64 +start 128 nosplit; REJECT +start 132 nosplit; REJECT +start 136 nosplit; REJECT + +# Calling a nosplit function from a nosplit function requires +# having room for the saved caller PC and the called frame. +# Because ARM doesn't save LR in the leaf, it gets an extra 4 bytes. +# Because arm64 doesn't save LR in the leaf, it gets an extra 8 bytes. +# ppc64 doesn't save LR in the leaf, but CallSize is 32, so it gets 24 bytes. +# Because AMD64 uses frame pointer, it has 8 fewer bytes. +start 96 nosplit call f; f 0 nosplit +start 100 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le +start 104 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le arm64 +start 108 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le +start 112 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64 +start 116 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 +start 120 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64 +start 124 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 386 +start 128 nosplit call f; f 0 nosplit; REJECT +start 132 nosplit call f; f 0 nosplit; REJECT +start 136 nosplit call f; f 0 nosplit; REJECT + +# Calling a splitting function from a nosplit function requires +# having room for the saved caller PC of the call but also the +# saved caller PC for the call to morestack. +# Architectures differ in the same way as before. +start 96 nosplit call f; f 0 call f +start 100 nosplit call f; f 0 call f; REJECT ppc64 ppc64le +start 104 nosplit call f; f 0 call f; REJECT ppc64 ppc64le amd64 arm64 +start 108 nosplit call f; f 0 call f; REJECT ppc64 ppc64le amd64 +start 112 nosplit call f; f 0 call f; REJECT ppc64 ppc64le amd64 arm64 +start 116 nosplit call f; f 0 call f; REJECT ppc64 ppc64le amd64 +start 120 nosplit call f; f 0 call f; REJECT ppc64 ppc64le amd64 386 arm64 +start 124 nosplit call f; f 0 call f; REJECT ppc64 ppc64le amd64 386 +start 128 nosplit call f; f 0 call f; REJECT +start 132 nosplit call f; f 0 call f; REJECT +start 136 nosplit call f; f 0 call f; REJECT + +# Indirect calls are assumed to be splitting functions. +start 96 nosplit callind +start 100 nosplit callind; REJECT ppc64 ppc64le +start 104 nosplit callind; REJECT ppc64 ppc64le amd64 arm64 +start 108 nosplit callind; REJECT ppc64 ppc64le amd64 +start 112 nosplit callind; REJECT ppc64 ppc64le amd64 arm64 +start 116 nosplit callind; REJECT ppc64 ppc64le amd64 +start 120 nosplit callind; REJECT ppc64 ppc64le amd64 386 arm64 +start 124 nosplit callind; REJECT ppc64 ppc64le amd64 386 +start 128 nosplit callind; REJECT +start 132 nosplit callind; REJECT +start 136 nosplit callind; REJECT + +# Issue 7623 +start 0 call f; f 112 +start 0 call f; f 116 +start 0 call f; f 120 +start 0 call f; f 124 +start 0 call f; f 128 +start 0 call f; f 132 +start 0 call f; f 136 +` + +var ( + commentRE = regexp.MustCompile(`(?m)^#.*`) + rejectRE = regexp.MustCompile(`(?s)\A(.+?)((\n|; *)REJECT(.*))?\z`) + lineRE = regexp.MustCompile(`(\w+) (\d+)( nosplit)?(.*)`) + callRE = regexp.MustCompile(`\bcall (\w+)\b`) + callindRE = regexp.MustCompile(`\bcallind\b`) +) + +func main() { + goarch := os.Getenv("GOARCH") + if goarch == "" { + goarch = runtime.GOARCH + } + + dir, err := ioutil.TempDir("", "go-test-nosplit") + if err != nil { + bug() + fmt.Printf("creating temp dir: %v\n", err) + return + } + defer os.RemoveAll(dir) + os.Setenv("GOPATH", filepath.Join(dir, "_gopath")) + + if err := ioutil.WriteFile(filepath.Join(dir, "go.mod"), []byte("module go-test-nosplit\n"), 0666); err != nil { + log.Panic(err) + } + + tests = strings.Replace(tests, "\t", " ", -1) + tests = commentRE.ReplaceAllString(tests, "") + + nok := 0 + nfail := 0 +TestCases: + for len(tests) > 0 { + var stanza string + i := strings.Index(tests, "\nstart ") + if i < 0 { + stanza, tests = tests, "" + } else { + stanza, tests = tests[:i], tests[i+1:] + } + + m := rejectRE.FindStringSubmatch(stanza) + if m == nil { + bug() + fmt.Printf("invalid stanza:\n\t%s\n", indent(stanza)) + continue + } + lines := strings.TrimSpace(m[1]) + reject := false + if m[2] != "" { + if strings.TrimSpace(m[4]) == "" { + reject = true + } else { + for _, rej := range strings.Fields(m[4]) { + if rej == goarch { + reject = true + } + } + } + } + if lines == "" && !reject { + continue + } + + var gobuf bytes.Buffer + fmt.Fprintf(&gobuf, "package main\n") + + var buf bytes.Buffer + ptrSize := 4 + switch goarch { + case "mips", "mipsle": + fmt.Fprintf(&buf, "#define REGISTER (R0)\n") + case "mips64", "mips64le": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER (R0)\n") + case "loong64": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER (R0)\n") + case "ppc64", "ppc64le": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER (CTR)\n") + case "arm": + fmt.Fprintf(&buf, "#define REGISTER (R0)\n") + case "arm64": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER (R0)\n") + case "amd64": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER AX\n") + case "riscv64": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER A0\n") + case "s390x": + ptrSize = 8 + fmt.Fprintf(&buf, "#define REGISTER R10\n") + default: + fmt.Fprintf(&buf, "#define REGISTER AX\n") + } + + // Since all of the functions we're generating are + // ABI0, first enter ABI0 via a splittable function + // and then go to the chain we're testing. This way we + // don't have to account for ABI wrappers in the chain. + fmt.Fprintf(&gobuf, "func main0()\n") + fmt.Fprintf(&gobuf, "func main() { main0() }\n") + fmt.Fprintf(&buf, "TEXT ·main0(SB),0,$0-0\n\tCALL ·start(SB)\n") + + adjusted := false + for _, line := range strings.Split(lines, "\n") { + line = strings.TrimSpace(line) + if line == "" { + continue + } + for _, subline := range strings.Split(line, ";") { + subline = strings.TrimSpace(subline) + if subline == "" { + continue + } + m := lineRE.FindStringSubmatch(subline) + if m == nil { + bug() + fmt.Printf("invalid function line: %s\n", subline) + continue TestCases + } + name := m[1] + size, _ := strconv.Atoi(m[2]) + + if size%ptrSize == 4 { + continue TestCases + } + nosplit := m[3] + body := m[4] + + // The limit was originally 128 but is now 800. + // Instead of rewriting the test cases above, adjust + // the first nosplit frame to use up the extra bytes. + // This isn't exactly right because we could have + // nosplit -> split -> nosplit, but it's good enough. + if !adjusted && nosplit != "" { + const stackNosplitBase = 800 // internal/abi.StackNosplitBase + adjusted = true + size += stackNosplitBase - 128 + } + + if nosplit != "" { + nosplit = ",7" + } else { + nosplit = ",0" + } + body = callRE.ReplaceAllString(body, "CALL ·$1(SB);") + body = callindRE.ReplaceAllString(body, "CALL REGISTER;") + + fmt.Fprintf(&gobuf, "func %s()\n", name) + fmt.Fprintf(&buf, "TEXT ·%s(SB)%s,$%d-0\n\t%s\n\tRET\n\n", name, nosplit, size, body) + } + } + + if debug { + fmt.Printf("===\n%s\n", strings.TrimSpace(stanza)) + fmt.Printf("-- main.go --\n%s", gobuf.String()) + fmt.Printf("-- asm.s --\n%s", buf.String()) + } + + if err := ioutil.WriteFile(filepath.Join(dir, "asm.s"), buf.Bytes(), 0666); err != nil { + log.Fatal(err) + } + if err := ioutil.WriteFile(filepath.Join(dir, "main.go"), gobuf.Bytes(), 0666); err != nil { + log.Fatal(err) + } + + cmd := exec.Command("go", "build") + cmd.Dir = dir + output, err := cmd.CombinedOutput() + if err == nil { + nok++ + if reject { + bug() + fmt.Printf("accepted incorrectly:\n\t%s\n", indent(strings.TrimSpace(stanza))) + } + } else { + nfail++ + if !reject { + bug() + fmt.Printf("rejected incorrectly:\n\t%s\n", indent(strings.TrimSpace(stanza))) + fmt.Printf("\n\tlinker output:\n\t%s\n", indent(string(output))) + } + } + } + + if !bugged && (nok == 0 || nfail == 0) { + bug() + fmt.Printf("not enough test cases run\n") + } +} + +func indent(s string) string { + return strings.Replace(s, "\n", "\n\t", -1) +} + +var bugged = false + +func bug() { + if !bugged { + bugged = true + fmt.Printf("BUG\n") + } +} diff --git a/go/test/nowritebarrier.go b/go/test/nowritebarrier.go new file mode 100644 index 0000000000000000000000000000000000000000..d176e28b5ae3fd204398d703005f06f05fcbe43e --- /dev/null +++ b/go/test/nowritebarrier.go @@ -0,0 +1,96 @@ +// errorcheck -+ -p=runtime + +// Copyright 2016 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. + +// Test go:nowritebarrier and related directives. +// This must appear to be in package runtime so the compiler +// recognizes "systemstack". + +package runtime + +type t struct { + f *t +} + +var x t +var y *t + +//go:nowritebarrier +func a1() { + x.f = y // ERROR "write barrier prohibited" + a2() // no error +} + +//go:noinline +func a2() { + x.f = y +} + +//go:nowritebarrierrec +func b1() { + b2() +} + +//go:noinline +func b2() { + x.f = y // ERROR "write barrier prohibited by caller" +} + +// Test recursive cycles through nowritebarrierrec and yeswritebarrierrec. + +//go:nowritebarrierrec +func c1() { + c2() +} + +//go:yeswritebarrierrec +func c2() { + c3() +} + +func c3() { + x.f = y + c4() +} + +//go:nowritebarrierrec +func c4() { + c2() +} + +//go:nowritebarrierrec +func d1() { + d2() +} + +func d2() { + d3() +} + +//go:noinline +func d3() { + x.f = y // ERROR "write barrier prohibited by caller" + d4() +} + +//go:yeswritebarrierrec +func d4() { + d2() +} + +//go:noinline +func systemstack(func()) {} + +//go:nowritebarrierrec +func e1() { + systemstack(e2) + systemstack(func() { + x.f = y // ERROR "write barrier prohibited by caller" + }) +} + +func e2() { + x.f = y // ERROR "write barrier prohibited by caller" +} diff --git a/go/test/nul1.go b/go/test/nul1.go new file mode 100644 index 0000000000000000000000000000000000000000..fbba19857b9cee4f01fe694b20b01e68222dfbd7 --- /dev/null +++ b/go/test/nul1.go @@ -0,0 +1,55 @@ +// errorcheckoutput + +// Copyright 2009 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. + +// Test source files and strings containing NUL and invalid UTF-8. + +package main + +import ( + "fmt" + "os" +) + +func main() { + var s = "\xc2\xff" + var t = "\xd0\xfe" + var u = "\xab\x00\xfc" + + if len(s) != 2 || s[0] != 0xc2 || s[1] != 0xff || + len(t) != 2 || t[0] != 0xd0 || t[1] != 0xfe || + len(u) != 3 || u[0] != 0xab || u[1] != 0x00 || u[2] != 0xfc { + println("BUG: non-UTF-8 string mangled") + os.Exit(2) + } + + fmt.Print(` +package main + +var x = "in string ` + "\x00" + `" // ERROR "NUL" + +var y = ` + "`in raw string \x00 foo`" + ` // ERROR "NUL" + +// in comment ` + "\x00" + ` // ERROR "NUL" + +/* in other comment ` + "\x00" + ` */ // ERROR "NUL" + +/* in source code */ ` + "\x00" + `// ERROR "NUL" + +var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8" + +var yy = ` + "`in raw string \xff foo`" + ` // ERROR "UTF-8" + +// in comment ` + "\xe2\x80\x01" + ` // ERROR "UTF-8" + +/* in other comment ` + "\xe0\x00\x00" + ` */ // ERROR "UTF-8|NUL" + +/* in variable name */ +var z` + "\xc1\x81" + ` int // ERROR "UTF-8" + +/* in source code */ ` + "var \xc2A int" + `// ERROR "UTF-8" + +`) +} diff --git a/go/test/opt_branchlikely.go b/go/test/opt_branchlikely.go new file mode 100644 index 0000000000000000000000000000000000000000..0aee33f87a578bc8a56c6d3954baf39af81e2958 --- /dev/null +++ b/go/test/opt_branchlikely.go @@ -0,0 +1,87 @@ +// errorcheck -0 -d=ssa/likelyadjust/debug=1,ssa/insert_resched_checks/off +// rescheduling check insertion is turned off because the inserted conditional branches perturb the errorcheck + +//go:build amd64 + +// Copyright 2016 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. + +// Test that branches have some prediction properties. +package foo + +func f(x, y, z int) int { + a := 0 + for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" + for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" + a += j + } + for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" + a -= x + y + z + } + } + return a +} + +func g(x, y, z int) int { + a := 0 + if y == 0 { // ERROR "Branch prediction rule default < call" + y = g(y, z, x) + } else { + y++ + } + if y == x { // ERROR "Branch prediction rule default < call" + y = g(y, z, x) + } else { + } + if y == 2 { // ERROR "Branch prediction rule default < call" + z++ + } else { + y = g(z, x, y) + } + if y+z == 3 { // ERROR "Branch prediction rule call < exit" + println("ha ha") + } else { + panic("help help help") + } + if x != 0 { // ERROR "Branch prediction rule default < ret" + for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" + if x == 4 { // ERROR "Branch prediction rule stay in loop" + return a + } + for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" + for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" + a -= j * i + } + a += j + } + } + } + return a +} + +func h(x, y, z int) int { + a := 0 + for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" + for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" + a += j + if i == j { // ERROR "Branch prediction rule stay in loop" + break + } + a *= j + } + for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" + a -= k + if i == k { + continue + } + a *= k + } + } + if a > 0 { // ERROR "Branch prediction rule default < call" + a = g(x, y, z) + } else { + a = -a + } + return a +} diff --git a/go/test/parentype.go b/go/test/parentype.go new file mode 100644 index 0000000000000000000000000000000000000000..eafa076481a88eebb4feb678b592b626c04f4c00 --- /dev/null +++ b/go/test/parentype.go @@ -0,0 +1,19 @@ +// compile + +// Copyright 2009 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. + +// Test that types can be parenthesized. + +package main + +func f(interface{}) +func g() {} +func main() { + f(map[string]string{"a":"b","c":"d"}) + f([...]int{1,2,3}) + f(map[string]func(){"a":g,"c":g}) + f(make(chan(<-chan int))) + f(make(chan<-(chan int))) +} diff --git a/go/test/peano.go b/go/test/peano.go new file mode 100644 index 0000000000000000000000000000000000000000..1102a972444b8f6e1dd39795d93c35ff13a99f78 --- /dev/null +++ b/go/test/peano.go @@ -0,0 +1,131 @@ +// run + +// Copyright 2009 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. + +// Test that heavy recursion works. Simple torture test for +// segmented stacks: do math in unary by recursion. + +package main + +import "runtime" + +type Number *Number + +// ------------------------------------- +// Peano primitives + +func zero() *Number { + return nil +} + +func is_zero(x *Number) bool { + return x == nil +} + +func add1(x *Number) *Number { + e := new(Number) + *e = x + return e +} + +func sub1(x *Number) *Number { + return *x +} + +func add(x, y *Number) *Number { + if is_zero(y) { + return x + } + + return add(add1(x), sub1(y)) +} + +func mul(x, y *Number) *Number { + if is_zero(x) || is_zero(y) { + return zero() + } + + return add(mul(x, sub1(y)), x) +} + +func fact(n *Number) *Number { + if is_zero(n) { + return add1(zero()) + } + + return mul(fact(sub1(n)), n) +} + +// ------------------------------------- +// Helpers to generate/count Peano integers + +func gen(n int) *Number { + if n > 0 { + return add1(gen(n - 1)) + } + + return zero() +} + +func count(x *Number) int { + if is_zero(x) { + return 0 + } + + return count(sub1(x)) + 1 +} + +func check(x *Number, expected int) { + var c = count(x) + if c != expected { + print("error: found ", c, "; expected ", expected, "\n") + panic("fail") + } +} + +// ------------------------------------- +// Test basic functionality + +func init() { + check(zero(), 0) + check(add1(zero()), 1) + check(gen(10), 10) + + check(add(gen(3), zero()), 3) + check(add(zero(), gen(4)), 4) + check(add(gen(3), gen(4)), 7) + + check(mul(zero(), zero()), 0) + check(mul(gen(3), zero()), 0) + check(mul(zero(), gen(4)), 0) + check(mul(gen(3), add1(zero())), 3) + check(mul(add1(zero()), gen(4)), 4) + check(mul(gen(3), gen(4)), 12) + + check(fact(zero()), 1) + check(fact(add1(zero())), 1) + check(fact(gen(5)), 120) +} + +// ------------------------------------- +// Factorial + +var results = [...]int{ + 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800, + 39916800, 479001600, +} + +func main() { + max := 9 + if runtime.GOARCH == "wasm" { + max = 7 // stack size is limited + } + for i := 0; i <= max; i++ { + if f := count(fact(gen(i))); f != results[i] { + println("FAIL:", i, "!:", f, "!=", results[i]) + panic(0) + } + } +} diff --git a/go/test/phiopt.go b/go/test/phiopt.go new file mode 100644 index 0000000000000000000000000000000000000000..206a117fbb2c4a5c3bcb76deab28a4c210cd5cd3 --- /dev/null +++ b/go/test/phiopt.go @@ -0,0 +1,155 @@ +// errorcheck -0 -d=ssa/phiopt/debug=3 + +//go:build amd64 || s390x || arm64 + +// Copyright 2016 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 main + +//go:noinline +func f0(a bool) bool { + x := false + if a { + x = true + } else { + x = false + } + return x // ERROR "converted OpPhi to Copy$" +} + +//go:noinline +func f1(a bool) bool { + x := false + if a { + x = false + } else { + x = true + } + return x // ERROR "converted OpPhi to Not$" +} + +//go:noinline +func f2(a, b int) bool { + x := true + if a == b { + x = false + } + return x // ERROR "converted OpPhi to Not$" +} + +//go:noinline +func f3(a, b int) bool { + x := false + if a == b { + x = true + } + return x // ERROR "converted OpPhi to Copy$" +} + +//go:noinline +func f4(a, b bool) bool { + return a || b // ERROR "converted OpPhi to OrB$" +} + +//go:noinline +func f5or(a int, b bool) bool { + var x bool + if a == 0 { + x = true + } else { + x = b + } + return x // ERROR "converted OpPhi to OrB$" +} + +//go:noinline +func f5and(a int, b bool) bool { + var x bool + if a == 0 { + x = b + } else { + x = false + } + return x // ERROR "converted OpPhi to AndB$" +} + +//go:noinline +func f6or(a int, b bool) bool { + x := b + if a == 0 { + // f6or has side effects so the OpPhi should not be converted. + x = f6or(a, b) + } + return x +} + +//go:noinline +func f6and(a int, b bool) bool { + x := b + if a == 0 { + // f6and has side effects so the OpPhi should not be converted. + x = f6and(a, b) + } + return x +} + +//go:noinline +func f7or(a bool, b bool) bool { + return a || b // ERROR "converted OpPhi to OrB$" +} + +//go:noinline +func f7and(a bool, b bool) bool { + return a && b // ERROR "converted OpPhi to AndB$" +} + +//go:noinline +func f8(s string) (string, bool) { + neg := false + if s[0] == '-' { // ERROR "converted OpPhi to Copy$" + neg = true + s = s[1:] + } + return s, neg +} + +var d int + +//go:noinline +func f9(a, b int) bool { + c := false + if a < 0 { // ERROR "converted OpPhi to Copy$" + if b < 0 { + d = d + 1 + } + c = true + } + return c +} + +//go:noinline +func f10and(a bool, b bool) bool { + var x bool + if a { + x = b + } else { + x = a + } + return x // ERROR "converted OpPhi to AndB$" +} + +//go:noinline +func f11or(a bool, b bool) bool { + var x bool + if a { + x = a + } else { + x = b + } + return x // ERROR "converted OpPhi to OrB$" +} + +func main() { +} diff --git a/go/test/print.go b/go/test/print.go new file mode 100644 index 0000000000000000000000000000000000000000..7718c735e48d0ac5b22209aa74c4fc4254a20b9d --- /dev/null +++ b/go/test/print.go @@ -0,0 +1,54 @@ +// run + +// Copyright 2014 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. + +// Test internal print routines that are generated +// by the print builtin. This test is not exhaustive, +// we're just checking that the formatting is correct. + +package main + +func main() { + println((interface{})(nil)) // printeface + println((interface { // printiface + f() + })(nil)) + println((map[int]int)(nil)) // printpointer + println(([]int)(nil)) // printslice + println(int64(-7)) // printint + println(uint64(7)) // printuint + println(uint32(7)) // printuint + println(uint16(7)) // printuint + println(uint8(7)) // printuint + println(uint(7)) // printuint + println(uintptr(7)) // printuint + println(8.0) // printfloat + println(complex(9.0, 10.0)) // printcomplex + println(true) // printbool + println(false) // printbool + println("hello") // printstring + println("one", "two") // printsp + + // test goprintf + defer println((interface{})(nil)) + defer println((interface { + f() + })(nil)) + defer println((map[int]int)(nil)) + defer println(([]int)(nil)) + defer println(int64(-11)) + defer println(uint64(12)) + defer println(uint32(12)) + defer println(uint16(12)) + defer println(uint8(12)) + defer println(uint(12)) + defer println(uintptr(12)) + defer println(13.0) + defer println(complex(14.0, 15.0)) + defer println(true) + defer println(false) + defer println("hello") + defer println("one", "two") +} diff --git a/go/test/print.out b/go/test/print.out new file mode 100644 index 0000000000000000000000000000000000000000..e19a8617f47126338d986e304804faf83fb79aa2 --- /dev/null +++ b/go/test/print.out @@ -0,0 +1,34 @@ +(0x0,0x0) +(0x0,0x0) +0x0 +[0/0]0x0 +-7 +7 +7 +7 +7 +7 +7 +8 +(9+10i) +true +false +hello +one two +one two +hello +false +true +(14+15i) +13 +12 +12 +12 +12 +12 +12 +-11 +[0/0]0x0 +0x0 +(0x0,0x0) +(0x0,0x0) diff --git a/go/test/printbig.go b/go/test/printbig.go new file mode 100644 index 0000000000000000000000000000000000000000..9e08c39adc232826c78e839103bfa4392c892db8 --- /dev/null +++ b/go/test/printbig.go @@ -0,0 +1,14 @@ +// run + +// Copyright 2009 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. + +// Test that big numbers work as constants and print can print them. + +package main + +func main() { + print(-(1<<63), "\n") + print((1<<63)-1, "\n") +} diff --git a/go/test/printbig.out b/go/test/printbig.out new file mode 100644 index 0000000000000000000000000000000000000000..6a16b15d987c9d87278ecb4b7943766f3aa3374c --- /dev/null +++ b/go/test/printbig.out @@ -0,0 +1,2 @@ +-9223372036854775808 +9223372036854775807 diff --git a/go/test/prove.go b/go/test/prove.go new file mode 100644 index 0000000000000000000000000000000000000000..e04b510e17001cc8d98f83bdbbdd7e865f6099c7 --- /dev/null +++ b/go/test/prove.go @@ -0,0 +1,2746 @@ +// errorcheck -0 -d=ssa/prove/debug=1 + +//go:build amd64 || arm64 + +// Copyright 2016 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 main + +import ( + "math" + "math/bits" +) + +func f0(a []int) int { + a[0] = 1 + a[0] = 1 // ERROR "Proved IsInBounds$" + a[6] = 1 + a[6] = 1 // ERROR "Proved IsInBounds$" + a[5] = 1 // ERROR "Proved IsInBounds$" + a[5] = 1 // ERROR "Proved IsInBounds$" + return 13 +} + +func f1(a []int) int { + if len(a) <= 5 { + return 18 + } + a[0] = 1 // ERROR "Proved IsInBounds$" + a[0] = 1 // ERROR "Proved IsInBounds$" + a[6] = 1 + a[6] = 1 // ERROR "Proved IsInBounds$" + a[5] = 1 // ERROR "Proved IsInBounds$" + a[5] = 1 // ERROR "Proved IsInBounds$" + return 26 +} + +func f1b(a []int, i int, j uint) int { + if i >= 0 && i < len(a) { + return a[i] // ERROR "Proved IsInBounds$" + } + if i >= 10 && i < len(a) { + return a[i] // ERROR "Proved IsInBounds$" + } + if i >= 10 && i < len(a) { + return a[i] // ERROR "Proved IsInBounds$" + } + if i >= 10 && i < len(a) { + return a[i-10] // ERROR "Proved IsInBounds$" + } + if j < uint(len(a)) { + return a[j] // ERROR "Proved IsInBounds$" + } + return 0 +} + +func f1c(a []int, i int64) int { + c := uint64(math.MaxInt64 + 10) // overflows int + d := int64(c) + if i >= d && i < int64(len(a)) { + // d overflows, should not be handled. + return a[i] + } + return 0 +} + +func f2(a []int) int { + for i := range a { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + a[i+1] = i + a[i+1] = i // ERROR "Proved IsInBounds$" + } + return 34 +} + +func f3(a []uint) int { + for i := uint(0); i < uint(len(a)); i++ { + a[i] = i // ERROR "Proved IsInBounds$" + } + return 41 +} + +func f4a(a, b, c int) int { + if a < b { + if a == b { // ERROR "Disproved Eq64$" + return 47 + } + if a > b { // ERROR "Disproved Less64$" + return 50 + } + if a < b { // ERROR "Proved Less64$" + return 53 + } + // We can't get to this point and prove knows that, so + // there's no message for the next (obvious) branch. + if a != a { + return 56 + } + return 61 + } + return 63 +} + +func f4b(a, b, c int) int { + if a <= b { + if a >= b { + if a == b { // ERROR "Proved Eq64$" + return 70 + } + return 75 + } + return 77 + } + return 79 +} + +func f4c(a, b, c int) int { + if a <= b { + if a >= b { + if a != b { // ERROR "Disproved Neq64$" + return 73 + } + return 75 + } + return 77 + } + return 79 +} + +func f4d(a, b, c int) int { + if a < b { + if a < c { + if a < b { // ERROR "Proved Less64$" + if a < c { // ERROR "Proved Less64$" + return 87 + } + return 89 + } + return 91 + } + return 93 + } + return 95 +} + +func f4e(a, b, c int) int { + if a < b { + if b > a { // ERROR "Proved Less64$" + return 101 + } + return 103 + } + return 105 +} + +func f4f(a, b, c int) int { + if a <= b { + if b > a { + if b == a { // ERROR "Disproved Eq64$" + return 112 + } + return 114 + } + if b >= a { // ERROR "Proved Leq64$" + if b == a { // ERROR "Proved Eq64$" + return 118 + } + return 120 + } + return 122 + } + return 124 +} + +func f5(a, b uint) int { + if a == b { + if a <= b { // ERROR "Proved Leq64U$" + return 130 + } + return 132 + } + return 134 +} + +// These comparisons are compile time constants. +func f6a(a uint8) int { + if a < a { // ERROR "Disproved Less8U$" + return 140 + } + return 151 +} + +func f6b(a uint8) int { + if a < a { // ERROR "Disproved Less8U$" + return 140 + } + return 151 +} + +func f6x(a uint8) int { + if a > a { // ERROR "Disproved Less8U$" + return 143 + } + return 151 +} + +func f6d(a uint8) int { + if a <= a { // ERROR "Proved Leq8U$" + return 146 + } + return 151 +} + +func f6e(a uint8) int { + if a >= a { // ERROR "Proved Leq8U$" + return 149 + } + return 151 +} + +func f7(a []int, b int) int { + if b < len(a) { + a[b] = 3 + if b < len(a) { // ERROR "Proved Less64$" + a[b] = 5 // ERROR "Proved IsInBounds$" + } + } + return 161 +} + +func f8(a, b uint) int { + if a == b { + return 166 + } + if a > b { + return 169 + } + if a < b { // ERROR "Proved Less64U$" + return 172 + } + return 174 +} + +func f9(a, b bool) int { + if a { + return 1 + } + if a || b { // ERROR "Disproved Arg$" + return 2 + } + return 3 +} + +func f10(a string) int { + n := len(a) + b := a[:n>>1] // ERROR "(Proved IsSliceInBounds|Proved Rsh64x64 is unsigned)$" + // We optimize comparisons with small constant strings (see cmd/compile/internal/gc/walk.go), + // so this string literal must be long. + if b == "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" { + return 0 + } + return 1 +} + +func f11a(a []int, i int) { + useInt(a[i]) + useInt(a[i]) // ERROR "Proved IsInBounds$" +} + +func f11b(a []int, i int) { + useSlice(a[i:]) + useSlice(a[i:]) // ERROR "Proved IsSliceInBounds$" +} + +func f11c(a []int, i int) { + useSlice(a[:i]) + useSlice(a[:i]) // ERROR "Proved IsSliceInBounds$" +} + +func f11d(a []int, i int) { + useInt(a[2*i+7]) + useInt(a[2*i+7]) // ERROR "Proved IsInBounds$" +} + +func f12(a []int, b int) { + useSlice(a[:b]) +} + +func f13a(a, b, c int, x bool) int { + if a > 12 { + if x { + if a < 12 { // ERROR "Disproved Less64$" + return 1 + } + } + if x { + if a <= 12 { // ERROR "Disproved Leq64$" + return 2 + } + } + if x { + if a == 12 { // ERROR "Disproved Eq64$" + return 3 + } + } + if x { + if a >= 12 { // ERROR "Proved Leq64$" + return 4 + } + } + if x { + if a > 12 { // ERROR "Proved Less64$" + return 5 + } + } + return 6 + } + return 0 +} + +func f13b(a int, x bool) int { + if a == -9 { + if x { + if a < -9 { // ERROR "Disproved Less64$" + return 7 + } + } + if x { + if a <= -9 { // ERROR "Proved Leq64$" + return 8 + } + } + if x { + if a == -9 { // ERROR "Proved Eq64$" + return 9 + } + } + if x { + if a >= -9 { // ERROR "Proved Leq64$" + return 10 + } + } + if x { + if a > -9 { // ERROR "Disproved Less64$" + return 11 + } + } + return 12 + } + return 0 +} + +func f13c(a int, x bool) int { + if a < 90 { + if x { + if a < 90 { // ERROR "Proved Less64$" + return 13 + } + } + if x { + if a <= 90 { // ERROR "Proved Leq64$" + return 14 + } + } + if x { + if a == 90 { // ERROR "Disproved Eq64$" + return 15 + } + } + if x { + if a >= 90 { // ERROR "Disproved Leq64$" + return 16 + } + } + if x { + if a > 90 { // ERROR "Disproved Less64$" + return 17 + } + } + return 18 + } + return 0 +} + +func f13d(a int) int { + if a < 5 { + if a < 9 { // ERROR "Proved Less64$" + return 1 + } + } + return 0 +} + +func f13e(a int) int { + if a > 9 { + if a > 5 { // ERROR "Proved Less64$" + return 1 + } + } + return 0 +} + +func f13f(a, b int64) int64 { + if b != math.MaxInt64 { + return 42 + } + if a > b { // ERROR "Disproved Less64$" + if a == 0 { + return 1 + } + } + return 0 +} + +func f13g(a int) int { + if a < 3 { + return 5 + } + if a > 3 { + return 6 + } + if a == 3 { // ERROR "Proved Eq64$" + return 7 + } + return 8 +} + +func f13h(a int) int { + if a < 3 { + if a > 1 { + if a == 2 { // ERROR "Proved Eq64$" + return 5 + } + } + } + return 0 +} + +func f13i(a uint) int { + if a == 0 { + return 1 + } + if a > 0 { // ERROR "Proved Less64U$" + return 2 + } + return 3 +} + +func f14(p, q *int, a []int) { + // This crazy ordering usually gives i1 the lowest value ID, + // j the middle value ID, and i2 the highest value ID. + // That used to confuse CSE because it ordered the args + // of the two + ops below differently. + // That in turn foiled bounds check elimination. + i1 := *p + j := *q + i2 := *p + useInt(a[i1+j]) + useInt(a[i2+j]) // ERROR "Proved IsInBounds$" +} + +func f15(s []int, x int) { + useSlice(s[x:]) + useSlice(s[:x]) // ERROR "Proved IsSliceInBounds$" +} + +func f16(s []int) []int { + if len(s) >= 10 { + return s[:10] // ERROR "Proved IsSliceInBounds$" + } + return nil +} + +func f17(b []int) { + for i := 0; i < len(b); i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + // This tests for i <= cap, which we can only prove + // using the derived relation between len and cap. + // This depends on finding the contradiction, since we + // don't query this condition directly. + useSlice(b[:i]) // ERROR "Proved IsSliceInBounds$" + } +} + +func f18(b []int, x int, y uint) { + _ = b[x] + _ = b[y] + + if x > len(b) { // ERROR "Disproved Less64$" + return + } + if y > uint(len(b)) { // ERROR "Disproved Less64U$" + return + } + if int(y) > len(b) { // ERROR "Disproved Less64$" + return + } +} + +func f19() (e int64, err error) { + // Issue 29502: slice[:0] is incorrectly disproved. + var stack []int64 + stack = append(stack, 123) + if len(stack) > 1 { + panic("too many elements") + } + last := len(stack) - 1 + e = stack[last] + // Buggy compiler prints "Disproved Leq64" for the next line. + stack = stack[:last] + return e, nil +} + +func sm1(b []int, x int) { + // Test constant argument to slicemask. + useSlice(b[2:8]) // optimized away earlier by rewrite + // Test non-constant argument with known limits. + if cap(b) > 10 { + useSlice(b[2:]) // ERROR "Proved slicemask not needed$" + } +} + +func lim1(x, y, z int) { + // Test relations between signed and unsigned limits. + if x > 5 { + if uint(x) > 5 { // ERROR "Proved Less64U$" + return + } + } + if y >= 0 && y < 4 { + if uint(y) > 4 { // ERROR "Disproved Less64U$" + return + } + if uint(y) < 5 { // ERROR "Proved Less64U$" + return + } + } + if z < 4 { + if uint(z) > 4 { // Not provable without disjunctions. + return + } + } +} + +// fence1–4 correspond to the four fence-post implications. + +func fence1(b []int, x, y int) { + // Test proofs that rely on fence-post implications. + if x+1 > y { + if x < y { // ERROR "Disproved Less64$" + return + } + } + if len(b) < cap(b) { + // This eliminates the growslice path. + b = append(b, 1) // ERROR "Disproved Less64U$" + } +} + +func fence2(x, y int) { + if x-1 < y { + if x > y { // ERROR "Disproved Less64$" + return + } + } +} + +func fence3(b, c []int, x, y int64) { + if x-1 >= y { + if x <= y { // Can't prove because x may have wrapped. + return + } + } + + if x != math.MinInt64 && x-1 >= y { + if x <= y { // ERROR "Disproved Leq64$" + return + } + } + + c[len(c)-1] = 0 // Can't prove because len(c) might be 0 + + if n := len(b); n > 0 { + b[n-1] = 0 // ERROR "Proved IsInBounds$" + } +} + +func fence4(x, y int64) { + if x >= y+1 { + if x <= y { + return + } + } + if y != math.MaxInt64 && x >= y+1 { + if x <= y { // ERROR "Disproved Leq64$" + return + } + } +} + +// Check transitive relations +func trans1(x, y int64) { + if x > 5 { + if y > x { + if y > 2 { // ERROR "Proved Less64$" + return + } + } else if y == x { + if y > 5 { // ERROR "Proved Less64$" + return + } + } + } + if x >= 10 { + if y > x { + if y > 10 { // ERROR "Proved Less64$" + return + } + } + } +} + +func trans2(a, b []int, i int) { + if len(a) != len(b) { + return + } + + _ = a[i] + _ = b[i] // ERROR "Proved IsInBounds$" +} + +func trans3(a, b []int, i int) { + if len(a) > len(b) { + return + } + + _ = a[i] + _ = b[i] // ERROR "Proved IsInBounds$" +} + +func trans4(b []byte, x int) { + // Issue #42603: slice len/cap transitive relations. + switch x { + case 0: + if len(b) < 20 { + return + } + _ = b[:2] // ERROR "Proved IsSliceInBounds$" + case 1: + if len(b) < 40 { + return + } + _ = b[:2] // ERROR "Proved IsSliceInBounds$" + } +} + +// Derived from nat.cmp +func natcmp(x, y []uint) (r int) { + m := len(x) + n := len(y) + if m != n || m == 0 { + return + } + + i := m - 1 + for i > 0 && // ERROR "Induction variable: limits \(0,\?\], increment 1$" + x[i] == // ERROR "Proved IsInBounds$" + y[i] { // ERROR "Proved IsInBounds$" + i-- + } + + switch { + case x[i] < // todo, cannot prove this because it's dominated by i<=0 || x[i]==y[i] + y[i]: // ERROR "Proved IsInBounds$" + r = -1 + case x[i] > // ERROR "Proved IsInBounds$" + y[i]: // ERROR "Proved IsInBounds$" + r = 1 + } + return +} + +func suffix(s, suffix string) bool { + // Note: issue 76304 + return len(s) >= len(suffix) && s[len(s)-len(suffix):] == suffix // ERROR "Proved IsSliceInBounds" +} + +func constsuffix(s string) bool { + return suffix(s, "abc") // ERROR "Proved IsSliceInBounds$" "Proved slicemask not needed$" "Proved Eq64$" +} + +func atexit(foobar []func()) { + for i := len(foobar) - 1; i >= 0; i-- { // ERROR "Induction variable: limits \[0,\?\], increment 1" + f := foobar[i] + foobar = foobar[:i] // ERROR "IsSliceInBounds" + f() + } +} + +func make1(n int) []int { + s := make([]int, n) + for i := 0; i < n; i++ { // ERROR "Induction variable: limits \[0,\?\), increment 1" + s[i] = 1 // ERROR "Proved IsInBounds$" + } + return s +} + +func make2(n int) []int { + s := make([]int, n) + for i := range s { // ERROR "Induction variable: limits \[0,\?\), increment 1" + s[i] = 1 // ERROR "Proved IsInBounds$" + } + return s +} + +// The range tests below test the index variable of range loops. + +// range1 compiles to the "efficiently indexable" form of a range loop. +func range1(b []int) { + for i, v := range b { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + b[i] = v + 1 // ERROR "Proved IsInBounds$" + if i < len(b) { // ERROR "Proved Less64$" + println("x") + } + if i >= 0 { // ERROR "Proved Leq64$" + println("x") + } + } +} + +// range2 elements are larger, so they use the general form of a range loop. +func range2(b [][32]int) { + for i, v := range b { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + b[i][0] = v[0] + 1 // ERROR "Proved IsInBounds$" + if i < len(b) { // ERROR "Proved Less64$" + println("x") + } + if i >= 0 { // ERROR "Proved Leq64$" + println("x") + } + } +} + +// signhint1-2 test whether the hint (int >= 0) is propagated into the loop. +func signHint1(i int, data []byte) { + if i >= 0 { + for i < len(data) { // ERROR "Induction variable: limits \[\?,\?\), increment 1$" + _ = data[i] // ERROR "Proved IsInBounds$" + i++ + } + } +} + +func signHint2(b []byte, n int) { + if n < 0 { + panic("") + } + _ = b[25] + for i := n; i <= 25; i++ { // ERROR "Induction variable: limits \[\?,25\], increment 1$" + b[i] = 123 // ERROR "Proved IsInBounds$" + } +} + +// indexGT0 tests whether prove learns int index >= 0 from bounds check. +func indexGT0(b []byte, n int) { + _ = b[n] + _ = b[25] + + for i := n; i <= 25; i++ { // ERROR "Induction variable: limits \[\?,25\], increment 1$" + b[i] = 123 // ERROR "Proved IsInBounds$" + } +} + +// Induction variable in unrolled loop. +func unrollUpExcl(a []int) int { + var i, x int + for i = 0; i < len(a)-1; i += 2 { // ERROR "Induction variable: limits \[0,\?\), increment 2$" + x += a[i] // ERROR "Proved IsInBounds$" + x += a[i+1] // ERROR "Proved IsInBounds( for blocked indexing)?$" + } + if i == len(a)-1 { + x += a[i] + } + return x +} + +// Induction variable in unrolled loop. +func unrollUpIncl(a []int) int { + var i, x int + for i = 0; i <= len(a)-2; i += 2 { // ERROR "Induction variable: limits \[0,\?\], increment 2$" + x += a[i] // ERROR "Proved IsInBounds$" + x += a[i+1] // ERROR "Proved IsInBounds( for blocked indexing)?$" + } + if i == len(a)-1 { + x += a[i] + } + return x +} + +// Induction variable in unrolled loop. +func unrollDownExcl0(a []int) int { + var i, x int + for i = len(a) - 1; i > 0; i -= 2 { // ERROR "Induction variable: limits \(0,\?\], increment 2$" + x += a[i] // ERROR "Proved IsInBounds$" + x += a[i-1] // ERROR "Proved IsInBounds$" + } + if i == 0 { + x += a[i] + } + return x +} + +// Induction variable in unrolled loop. +func unrollDownExcl1(a []int) int { + var i, x int + for i = len(a) - 1; i >= 1; i -= 2 { // ERROR "Induction variable: limits \(0,\?\], increment 2$" + x += a[i] // ERROR "Proved IsInBounds$" + x += a[i-1] // ERROR "Proved IsInBounds$" + } + if i == 0 { + x += a[i] + } + return x +} + +// Induction variable in unrolled loop. +func unrollDownInclStep(a []int) int { + var i, x int + for i = len(a); i >= 2; i -= 2 { // ERROR "Induction variable: limits \[2,\?\], increment 2$" + x += a[i-1] // ERROR "Proved IsInBounds$" + x += a[i-2] // ERROR "Proved IsInBounds$" + } + if i == 1 { + x += a[i-1] + } + return x +} + +// Not an induction variable (step too large) +func unrollExclStepTooLarge(a []int) int { + var i, x int + for i = 0; i < len(a)-1; i += 3 { + x += a[i] + x += a[i+1] // ERROR "Proved IsInBounds( for blocked indexing)?$" + } + if i == len(a)-1 { + x += a[i] + } + return x +} + +// Not an induction variable (step too large) +func unrollInclStepTooLarge(a []int) int { + var i, x int + for i = 0; i <= len(a)-2; i += 3 { + x += a[i] + x += a[i+1] // ERROR "Proved IsInBounds( for blocked indexing)?$" + } + if i == len(a)-1 { + x += a[i] + } + return x +} + +// Not an induction variable (min too small, iterating down) +func unrollDecMin(a []int, b int) int { + if b != math.MinInt64 { + return 42 + } + var i, x int + for i = len(a); i >= b; i -= 2 { // ERROR "Proved Leq64" + x += a[i-1] + x += a[i-2] + } + if i == 1 { + x += a[i-1] + } + return x +} + +// Not an induction variable (min too small, iterating up -- perhaps could allow, but why bother?) +func unrollIncMin(a []int, b int) int { + if b != math.MinInt64 { + return 42 + } + var i, x int + for i = len(a); i >= b; i += 2 { // ERROR "Proved Leq64" + x += a[i-1] + x += a[i-2] + } + if i == 1 { + x += a[i-1] + } + return x +} + +// The 4 xxxxExtNto64 functions below test whether prove is looking +// through value-preserving sign/zero extensions of index values (issue #26292). + +// Look through all extensions +func signExtNto64(x []int, j8 int8, j16 int16, j32 int32) int { + if len(x) < 22 { + return 0 + } + if j8 >= 0 && j8 < 22 { + return x[j8] // ERROR "Proved IsInBounds$" + } + if j16 >= 0 && j16 < 22 { + return x[j16] // ERROR "Proved IsInBounds$" + } + if j32 >= 0 && j32 < 22 { + return x[j32] // ERROR "Proved IsInBounds$" + } + return 0 +} + +func zeroExtNto64(x []int, j8 uint8, j16 uint16, j32 uint32) int { + if len(x) < 22 { + return 0 + } + if j8 >= 0 && j8 < 22 { + return x[j8] // ERROR "Proved IsInBounds$" + } + if j16 >= 0 && j16 < 22 { + return x[j16] // ERROR "Proved IsInBounds$" + } + if j32 >= 0 && j32 < 22 { + return x[j32] // ERROR "Proved IsInBounds$" + } + return 0 +} + +// Process fence-post implications through 32to64 extensions (issue #29964) +func signExt32to64Fence(x []int, j int32) int { + if x[j] != 0 { + return 1 + } + if j > 0 && x[j-1] != 0 { // ERROR "Proved IsInBounds$" + return 1 + } + return 0 +} + +func zeroExt32to64Fence(x []int, j uint32) int { + if x[j] != 0 { + return 1 + } + if j > 0 && x[j-1] != 0 { // ERROR "Proved IsInBounds$" + return 1 + } + return 0 +} + +// Ensure that bounds checks with negative indexes are not incorrectly removed. +func negIndex() { + n := make([]int, 1) + for i := -1; i <= 0; i++ { // ERROR "Induction variable: limits \[-1,0\], increment 1$" + n[i] = 1 + } +} +func negIndex2(n int) { + a := make([]int, 5) + b := make([]int, 5) + c := make([]int, 5) + for i := -1; i <= 0; i-- { + b[i] = i + n++ + if n > 10 { + break + } + } + useSlice(a) + useSlice(c) +} + +// These cases are division of a positive signed integer by a power of 2. +// The opt pass doesnt have sufficient information to see that n is positive. +// So, instead, opt rewrites the division with a less-than-optimal replacement. +// Prove, which can see that n is nonnegative, cannot see the division because +// opt, an earlier pass, has already replaced it. +// The fix for this issue allows prove to zero a right shift that was added as +// part of the less-than-optimal reqwrite. That change by prove then allows +// lateopt to clean up all the unnecessary parts of the original division +// replacement. See issue #36159. +func divShiftClean(n int) int { + if n < 0 { + return n + } + return n / int(8) // ERROR "Proved Div64 is unsigned$" +} + +func divShiftClean64(n int64) int64 { + if n < 0 { + return n + } + return n / int64(16) // ERROR "Proved Div64 is unsigned$" +} + +func divShiftClean32(n int32) int32 { + if n < 0 { + return n + } + return n / int32(16) // ERROR "Proved Div32 is unsigned$" +} + +// Bounds check elimination + +func sliceBCE1(p []string, h uint) string { + if len(p) == 0 { + return "" + } + + i := h & uint(len(p)-1) + return p[i] // ERROR "Proved IsInBounds$" +} + +func sliceBCE2(p []string, h int) string { + if len(p) == 0 { + return "" + } + i := h & (len(p) - 1) + return p[i] // ERROR "Proved IsInBounds$" +} + +func and(p []byte) ([]byte, []byte) { // issue #52563 + const blocksize = 16 + fullBlocks := len(p) &^ (blocksize - 1) + blk := p[:fullBlocks] // ERROR "Proved IsSliceInBounds$" + rem := p[fullBlocks:] // ERROR "Proved IsSliceInBounds$" + return blk, rem +} + +func rshu(x, y uint) int { + z := x >> y + if z <= x { // ERROR "Proved Leq64U$" + return 1 + } + return 0 +} + +func divu(x, y uint) int { + z := x / y + if z <= x { // ERROR "Proved Leq64U$" + return 1 + } + return 0 +} + +func divuRoundUp(x, y, z uint) int { + x &= ^uint(0) >> 8 // can't overflow in add + y = min(y, 0xff-1) + z = max(z, 0xff) + r := (x + y) / z // ERROR "Proved Neq64$" + if r <= x { // ERROR "Proved Leq64U$" + return 1 + } + return 0 +} + +func divuRoundUpSlice(x []string) { + halfRoundedUp := uint(len(x)+1) / 2 + _ = x[:halfRoundedUp] // ERROR "Proved IsSliceInBounds$" + _ = x[halfRoundedUp:] // ERROR "Proved IsSliceInBounds$" +} + +func modu1(x, y uint) int { + z := x % y + if z < y { // ERROR "Proved Less64U$" + return 1 + } + return 0 +} + +func modu2(x, y uint) int { + z := x % y + if z <= x { // ERROR "Proved Leq64U$" + return 1 + } + return 0 +} + +func issue57077(s []int) (left, right []int) { + middle := len(s) / 2 // ERROR "Proved Div64 is unsigned$" + left = s[:middle] // ERROR "Proved IsSliceInBounds$" + right = s[middle:] // ERROR "Proved IsSliceInBounds$" + return +} + +func issue76332(s []int) (left, right []int) { + middle := len(s) >> 1 // ERROR "Proved Rsh64x64 is unsigned$" + left = s[:middle] // ERROR "Proved IsSliceInBounds$" + right = s[middle:] // ERROR "Proved IsSliceInBounds$" + return +} + +func issue51622(b []byte) int { + if len(b) >= 3 && b[len(b)-3] == '#' { // ERROR "Proved IsInBounds$" + return len(b) + } + return 0 +} + +func issue45928(x int) { + combinedFrac := x / (x | (1 << 31)) // ERROR "Proved Neq64$" + useInt(combinedFrac) +} + +func constantBounds1(i, j uint) int { + var a [10]int + if j < 11 && i < j { + return a[i] // ERROR "Proved IsInBounds$" + } + return 0 +} + +func constantBounds2(i, j uint) int { + var a [10]int + if i < j && j < 11 { + return a[i] // ERROR "Proved IsInBounds" + } + return 0 +} + +func constantBounds3(i, j, k, l uint) int { + var a [8]int + if i < j && j < k && k < l && l < 11 { + return a[i] // ERROR "Proved IsInBounds" + } + return 0 +} + +func equalityPropagation(a [1]int, i, j uint) int { + if i == j && i == 5 { + return a[j-5] // ERROR "Proved IsInBounds" + } + return 0 +} +func inequalityPropagation(a [1]int, i, j uint) int { + if i != j && j >= 5 && j <= 6 && i == 5 { + return a[j-6] // ERROR "Proved IsInBounds" + } + return 0 +} + +func issue66826a(a [21]byte) { + for i := 0; i <= 10; i++ { // ERROR "Induction variable: limits \[0,10\], increment 1$" + _ = a[2*i] // ERROR "Proved IsInBounds" + } +} +func issue66826b(a [31]byte, i int) { + if i < 0 || i > 10 { + return + } + _ = a[3*i] // ERROR "Proved IsInBounds" +} + +func f20(a, b bool) int { + if a == b { + if a { + if b { // ERROR "Proved Arg" + return 1 + } + } + } + return 0 +} + +func f21(a, b *int) int { + if a == b { + if a != nil { + if b != nil { // ERROR "Proved IsNonNil" + return 1 + } + } + } + return 0 +} + +func f22(b bool, x, y int) int { + b2 := x < y + if b == b2 { + if b { + if x >= y { // ERROR "Disproved Leq64$" + return 1 + } + } + } + return 0 +} + +func ctz64(x uint64, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint64 + sz := bits.Len64(max) + + log2half := uint64(max) >> (sz / 2) + if x >= log2half || x == 0 { + return 42 + } + + y := bits.TrailingZeros64(x) // ERROR "Proved Ctz64 non-zero$"" + + z := sz / 2 + if ensureBothBranchesCouldHappen { + if y < z { // ERROR "Proved Less64$" + return -42 + } + } else { + if y >= z { // ERROR "Disproved Leq64$" + return 1337 + } + } + + return y +} +func ctz32(x uint32, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint32 + sz := bits.Len32(max) + + log2half := uint32(max) >> (sz / 2) + if x >= log2half || x == 0 { + return 42 + } + + y := bits.TrailingZeros32(x) // ERROR "Proved Ctz32 non-zero$"" + + z := sz / 2 + if ensureBothBranchesCouldHappen { + if y < z { // ERROR "Proved Less64$" + return -42 + } + } else { + if y >= z { // ERROR "Disproved Leq64$" + return 1337 + } + } + + return y +} +func ctz16(x uint16, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint16 + sz := bits.Len16(max) + + log2half := uint16(max) >> (sz / 2) + if x >= log2half || x == 0 { + return 42 + } + + y := bits.TrailingZeros16(x) // ERROR "Proved Ctz16 non-zero$"" + + z := sz / 2 + if ensureBothBranchesCouldHappen { + if y < z { // ERROR "Proved Less64$" + return -42 + } + } else { + if y >= z { // ERROR "Disproved Leq64$" + return 1337 + } + } + + return y +} +func ctz8(x uint8, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint8 + sz := bits.Len8(max) + + log2half := uint8(max) >> (sz / 2) + if x >= log2half || x == 0 { + return 42 + } + + y := bits.TrailingZeros8(x) // ERROR "Proved Ctz8 non-zero$"" + + z := sz / 2 + if ensureBothBranchesCouldHappen { + if y < z { // ERROR "Proved Less64$" + return -42 + } + } else { + if y >= z { // ERROR "Disproved Leq64$" + return 1337 + } + } + + return y +} + +func bitLen64(x uint64, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint64 + sz := bits.Len64(max) + + if x >= max>>3 { + return 42 + } + if x <= max>>6 { + return 42 + } + + y := bits.Len64(x) + + if ensureBothBranchesCouldHappen { + if sz-6 <= y && y <= sz-3 { // ERROR "Proved Leq64$" + return -42 + } + } else { + if y < sz-6 || sz-3 < y { // ERROR "Disproved Less64$" + return 1337 + } + } + return y +} +func bitLen32(x uint32, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint32 + sz := bits.Len32(max) + + if x >= max>>3 { + return 42 + } + if x <= max>>6 { + return 42 + } + + y := bits.Len32(x) + + if ensureBothBranchesCouldHappen { + if sz-6 <= y && y <= sz-3 { // ERROR "Proved Leq64$" + return -42 + } + } else { + if y < sz-6 || sz-3 < y { // ERROR "Disproved Less64$" + return 1337 + } + } + return y +} +func bitLen16(x uint16, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint16 + sz := bits.Len16(max) + + if x >= max>>3 { + return 42 + } + if x <= max>>6 { + return 42 + } + + y := bits.Len16(x) + + if ensureBothBranchesCouldHappen { + if sz-6 <= y && y <= sz-3 { // ERROR "Proved Leq64$" + return -42 + } + } else { + if y < sz-6 || sz-3 < y { // ERROR "Disproved Less64$" + return 1337 + } + } + return y +} +func bitLen8(x uint8, ensureBothBranchesCouldHappen bool) int { + const max = math.MaxUint8 + sz := bits.Len8(max) + + if x >= max>>3 { + return 42 + } + if x <= max>>6 { + return 42 + } + + y := bits.Len8(x) + + if ensureBothBranchesCouldHappen { + if sz-6 <= y && y <= sz-3 { // ERROR "Proved Leq64$" + return -42 + } + } else { + if y < sz-6 || sz-3 < y { // ERROR "Disproved Less64$" + return 1337 + } + } + return y +} + +func xor64(a, b uint64, ensureBothBranchesCouldHappen bool) int { + a = min(a, 0xff) + b = min(b, 0xfff) + + z := a ^ b + + if ensureBothBranchesCouldHappen { + if z > 0xfff { // ERROR "Disproved Less64U$" + return 42 + } + } else { + if z <= 0xfff { // ERROR "Proved Leq64U$" + return 1337 + } + } + return int(z) +} + +func or64(a, b uint64, ensureBothBranchesCouldHappen bool) int { + a = min(a, 0xff) + b = min(b, 0xfff) + + z := a | b + + if ensureBothBranchesCouldHappen { + if z > 0xfff { // ERROR "Disproved Less64U$" + return 42 + } + } else { + if z <= 0xfff { // ERROR "Proved Leq64U$" + return 1337 + } + } + return int(z) +} + +func mod64uWithSmallerDividendMax(a, b uint64, ensureBothBranchesCouldHappen bool) int { + a = min(a, 0xff) + b = min(b, 0xfff) + + z := bits.Len64(a % b) // see go.dev/issue/68857 for bits.Len64 + + if ensureBothBranchesCouldHappen { + if z > bits.Len64(0xff) { // ERROR "Disproved Less64$" + return 42 + } + } else { + if z <= bits.Len64(0xff) { // ERROR "Proved Leq64$" + return 1337 + } + } + return z +} +func mod64uWithSmallerDivisorMax(a, b uint64, ensureBothBranchesCouldHappen bool) int { + a = min(a, 0xfff) + b = min(b, 0x10) // we need bits.Len64(b.umax) != bits.Len64(b.umax-1) + + z := bits.Len64(a % b) // see go.dev/issue/68857 for bits.Len64 + + if ensureBothBranchesCouldHappen { + if z > bits.Len64(0x10-1) { // ERROR "Disproved Less64$" + return 42 + } + } else { + if z <= bits.Len64(0x10-1) { // ERROR "Proved Leq64$" + return 1337 + } + } + return z +} +func mod64uWithIdenticalMax(a, b uint64, ensureBothBranchesCouldHappen bool) int { + a = min(a, 0x10) + b = min(b, 0x10) // we need bits.Len64(b.umax) != bits.Len64(b.umax-1) + + z := bits.Len64(a % b) // see go.dev/issue/68857 for bits.Len64 + + if ensureBothBranchesCouldHappen { + if z > bits.Len64(0x10-1) { // ERROR "Disproved Less64$" + return 42 + } + } else { + if z <= bits.Len64(0x10-1) { // ERROR "Proved Leq64$" + return 1337 + } + } + return z +} +func mod64sPositiveWithSmallerDividendMax(a, b int64, ensureBothBranchesCouldHappen bool) int64 { + if a < 0 || b < 0 { + return 42 + } + a = min(a, 0xff) + b = min(b, 0xfff) + + z := a % b // ERROR "Proved Mod64 is unsigned$" + + if ensureBothBranchesCouldHappen { + if z > 0xff { // ERROR "Disproved Less64$" + return 42 + } + } else { + if z <= 0xff { // ERROR "Proved Leq64$" + return 1337 + } + } + return z +} +func mod64sPositiveWithSmallerDivisorMax(a, b int64, ensureBothBranchesCouldHappen bool) int64 { + if a < 0 || b < 0 { + return 42 + } + a = min(a, 0xfff) + b = min(b, 0xff) + + z := a % b // ERROR "Proved Mod64 is unsigned$" + + if ensureBothBranchesCouldHappen { + if z > 0xff-1 { // ERROR "Disproved Less64$" + return 42 + } + } else { + if z <= 0xff-1 { // ERROR "Proved Leq64$" + return 1337 + } + } + return z +} +func mod64sPositiveWithIdenticalMax(a, b int64, ensureBothBranchesCouldHappen bool) int64 { + if a < 0 || b < 0 { + return 42 + } + a = min(a, 0xfff) + b = min(b, 0xfff) + + z := a % b // ERROR "Proved Mod64 is unsigned$" + + if ensureBothBranchesCouldHappen { + if z > 0xfff-1 { // ERROR "Disproved Less64$" + return 42 + } + } else { + if z <= 0xfff-1 { // ERROR "Proved Leq64$" + return 1337 + } + } + return z +} + +func div64u(a, b uint64, ensureAllBranchesCouldHappen func() bool) uint64 { + a = min(a, 0xffff) + a = max(a, 0xfff) + b = min(b, 0xff) + b = max(b, 0xf) + + z := a / b // ERROR "Proved Neq64$" + + if ensureAllBranchesCouldHappen() && z > 0xffff/0xf { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= 0xffff/0xf { // ERROR "Proved Leq64U$" + return 1337 + } + if ensureAllBranchesCouldHappen() && z < 0xfff/0xff { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z >= 0xfff/0xff { // ERROR "Proved Leq64U$" + return 42 + } + return z +} +func div64s(a, b int64, ensureAllBranchesCouldHappen func() bool) int64 { + if a < 0 || b < 0 { + return 42 + } + a = min(a, 0xffff) + a = max(a, 0xfff) + b = min(b, 0xff) + b = max(b, 0xf) + + z := a / b // ERROR "Proved Div64 is unsigned|Proved Neq64" + + if ensureAllBranchesCouldHappen() && z > 0xffff/0xf { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= 0xffff/0xf { // ERROR "Proved Leq64$" + return 1337 + } + if ensureAllBranchesCouldHappen() && z < 0xfff/0xff { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && z >= 0xfff/0xff { // ERROR "Proved Leq64$" + return 42 + } + return z +} + +func trunc64to16(a uint64, ensureAllBranchesCouldHappen func() bool) uint16 { + a = min(a, 0xfff) + a = max(a, 0xff) + + z := uint16(a) + if ensureAllBranchesCouldHappen() && z > 0xfff { // ERROR "Disproved Less16U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= 0xfff { // ERROR "Proved Leq16U$" + return 1337 + } + if ensureAllBranchesCouldHappen() && z < 0xff { // ERROR "Disproved Less16U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z >= 0xff { // ERROR "Proved Leq16U$" + return 1337 + } + return z +} + +func com64(a uint64, ensureAllBranchesCouldHappen func() bool) uint64 { + a = min(a, 0xffff) + a = max(a, 0xff) + + z := ^a + + if ensureAllBranchesCouldHappen() && z > ^uint64(0xff) { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= ^uint64(0xff) { // ERROR "Proved Leq64U$" + return 1337 + } + if ensureAllBranchesCouldHappen() && z < ^uint64(0xffff) { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z >= ^uint64(0xffff) { // ERROR "Proved Leq64U$" + return 1337 + } + return z +} + +func neg64(a uint64, ensureAllBranchesCouldHappen func() bool) uint64 { + var lo, hi uint64 = 0xff, 0xfff + a = min(a, hi) + a = max(a, lo) + + z := -a + + if ensureAllBranchesCouldHappen() && z > -lo { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= -lo { // ERROR "Proved Leq64U$" + return 1337 + } + if ensureAllBranchesCouldHappen() && z < -hi { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && z >= -hi { // ERROR "Proved Leq64U$" + return 1337 + } + return z +} +func neg64mightOverflowDuringNeg(a uint64, ensureAllBranchesCouldHappen func() bool) uint64 { + var lo, hi uint64 = 0, 0xfff + a = min(a, hi) + a = max(a, lo) + + z := -a + + if ensureAllBranchesCouldHappen() && z > -lo { + return 42 + } + if ensureAllBranchesCouldHappen() && z <= -lo { + return 1337 + } + if ensureAllBranchesCouldHappen() && z < -hi { + return 42 + } + if ensureAllBranchesCouldHappen() && z >= -hi { + return 1337 + } + return z +} + +func phiMin(a, b []byte) { + _ = a[:min(len(a), len(b))] // ERROR "Proved IsSliceInBounds" + _ = b[:min(len(a), len(b))] // ERROR "Proved IsSliceInBounds" + _ = a[:max(len(a), len(b))] + _ = b[:max(len(a), len(b))] + x := len(a) + if x > len(b) { + x = len(b) + useInt(0) + } + _ = a[:x] // ERROR "Proved IsSliceInBounds" + y := len(a) + if y > len(b) { + y = len(b) + useInt(0) + } else { + useInt(1) + } + _ = b[:y] // ERROR "Proved IsSliceInBounds" +} + +func minPhiLeq[T uint | int](x, y T) (z T) { + if x <= y { + z = x + } else { + z = y + } + return z +} +func maxPhiLeq[T uint | int](x, y T) (z T) { + if y <= x { + z = x + } else { + z = y + } + return z +} +func mathBasedOnPhiLosangeMinUFirstLeq(x uint, ensureAllBranchesCouldHappen func() bool) uint { + const maxc = 0xf2a + const minc = 0xf0a + x = minPhiLeq(x, maxc) + x = maxPhiLeq(x, minc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64U$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64U$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64U$" + return 42424242 + } + return x +} +func mathBasedOnPhiLosangeMinUSecondLeq(x uint, ensureAllBranchesCouldHappen func() bool) uint { + const maxc = 0xf2a + const minc = 0xf0a + x = maxPhiLeq(x, minc) + x = minPhiLeq(x, maxc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64U$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64U$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64U$" + return 42424242 + } + return x +} +func mathBasedOnPhiLosangeMinFirstLeq(x int, ensureAllBranchesCouldHappen func() bool) int { + const maxc = 0xf2a + const minc = 0xf0a + x = minPhiLeq(x, maxc) + x = maxPhiLeq(x, minc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64$" + return 42424242 + } + return x +} +func mathBasedOnPhiLosangeMinSecondLeq(x int, ensureAllBranchesCouldHappen func() bool) int { + const maxc = 0xf2a + const minc = 0xf0a + x = maxPhiLeq(x, minc) + x = minPhiLeq(x, maxc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64$" + return 42424242 + } + return x +} + +func minPhiLess[T uint | int](x, y T) (z T) { + if x < y { + z = x + } else { + z = y + } + return z +} +func maxPhiLess[T uint | int](x, y T) (z T) { + if y < x { + z = x + } else { + z = y + } + return z +} +func mathBasedOnPhiLosangeMinUFirstLess(x uint, ensureAllBranchesCouldHappen func() bool) uint { + const maxc = 0xf2a + const minc = 0xf0a + x = minPhiLess(x, maxc) + x = maxPhiLess(x, minc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64U$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64U$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64U$" + return 42424242 + } + return x +} +func mathBasedOnPhiLosangeMinUSecondLess(x uint, ensureAllBranchesCouldHappen func() bool) uint { + const maxc = 0xf2a + const minc = 0xf0a + x = maxPhiLess(x, minc) + x = minPhiLess(x, maxc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64U$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64U$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64U$" + return 42424242 + } + return x +} +func mathBasedOnPhiLosangeMinFirstLess(x int, ensureAllBranchesCouldHappen func() bool) int { + const maxc = 0xf2a + const minc = 0xf0a + x = minPhiLess(x, maxc) + x = maxPhiLess(x, minc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64$" + return 42424242 + } + return x +} +func mathBasedOnPhiLosangeMinSecondLess(x int, ensureAllBranchesCouldHappen func() bool) int { + const maxc = 0xf2a + const minc = 0xf0a + x = maxPhiLess(x, minc) + x = minPhiLess(x, maxc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64$" + return 42424242 + } + return x +} + +func mathBasedOnPhiBuiltinMinUFirst(x uint, ensureAllBranchesCouldHappen func() bool) uint { + const maxc = 0xf2a + const minc = 0xf0a + x = min(x, maxc) + x = max(x, minc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64U$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64U$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64U$" + return 42424242 + } + return x +} +func mathBasedOnPhiBuiltinMinUSecond(x uint, ensureAllBranchesCouldHappen func() bool) uint { + const maxc = 0xf2a + const minc = 0xf0a + x = max(x, minc) + x = min(x, maxc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64U$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64U$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64U$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64U$" + return 42424242 + } + return x +} +func mathBasedOnPhiBuiltinMinFirst(x int, ensureAllBranchesCouldHappen func() bool) int { + const maxc = 0xf2a + const minc = 0xf0a + x = min(x, maxc) + x = max(x, minc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64$" + return 42424242 + } + return x +} +func mathBasedOnPhiBuiltinMinSecond(x int, ensureAllBranchesCouldHappen func() bool) int { + const maxc = 0xf2a + const minc = 0xf0a + x = max(x, minc) + x = min(x, maxc) + + const k = 1 + x += k + + if ensureAllBranchesCouldHappen() && x > maxc+k { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && x <= maxc+k { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && x < minc+k { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && x >= minc+k { // ERROR "Proved Leq64$" + return 42424242 + } + return x +} + +func issue16833(a, b []byte) { + n := copy(a, b) + _ = a[n:] // ERROR "Proved IsSliceInBounds" + _ = b[n:] // ERROR "Proved IsSliceInBounds" + _ = a[:n] // ERROR "Proved IsSliceInBounds" + _ = b[:n] // ERROR "Proved IsSliceInBounds" +} + +func clampedIdx1(x []int, i int) int { + if len(x) == 0 { + return 0 + } + return x[min(max(0, i), len(x)-1)] // ERROR "Proved IsInBounds" +} +func clampedIdx2(x []int, i int) int { + if len(x) == 0 { + return 0 + } + return x[max(min(i, len(x)-1), 0)] // TODO: can't get rid of this bounds check yet +} + +func cvtBoolToUint8Disprove(b bool) byte { + var c byte + if b { + c = 1 + } + if c == 2 { // ERROR "Disproved Eq8" + c = 3 + } + return c +} +func cvtBoolToUint8BCE(b bool, a [2]int64) int64 { + c := byte(0) + if b { + c = 1 + } + return a[c] // ERROR "Proved IsInBounds$" +} + +func transitiveProofsThroughNonOverflowingUnsignedAdd(x, y, z uint64) { + x &= 1<<63 - 1 + y &= 1<<63 - 1 + + a := x + y + if a > z { + return + } + + if x > z { // ERROR "Disproved Less64U$" + return + } + if y > z { // ERROR "Disproved Less64U$" + return + } + if a == x { + return + } + if a == y { + return + } + + x |= 1 + y |= 1 + a = x + y + if a == x { // ERROR "Disproved Eq64$" + return + } + if a == y { // ERROR "Disproved Eq64$" + return + } +} + +func transitiveProofsThroughOverflowingUnsignedAdd(x, y, z uint64) { + a := x + y + if a > z { + return + } + + if x > z { + return + } + if y > z { + return + } + if a == x { + return + } + if a == y { + return + } + + x |= 1 + y |= 1 + a = x + y + if a == x { + return + } + if a == y { + return + } +} + +func transitiveProofsThroughNonOverflowingSignedAddPositive(x, y, z int64) { + x &= 1<<62 - 1 + y &= 1<<62 - 1 + + a := x + y + if a > z { + return + } + + if x > z { // ERROR "Disproved Less64$" + return + } + if y > z { // ERROR "Disproved Less64$" + return + } + if a == x { + return + } + if a == y { + return + } + + x |= 1 + y |= 1 + a = x + y + if a == x { // ERROR "Disproved Eq64$" + return + } + if a == y { // ERROR "Disproved Eq64$" + return + } +} + +func transitiveProofsThroughOverflowingSignedAddPositive(x, y, z int64) { + if x < 0 || y < 0 { + return + } + + a := x + y + if a > z { + return + } + + if x > z { + return + } + if y > z { + return + } + if a == x { + return + } + if a == y { + return + } + + x |= 1 + y |= 1 + a = x + y + if a == x { // ERROR "Disproved Eq64$" + return + } + if a == y { // ERROR "Disproved Eq64$" + return + } +} + +func transitiveProofsThroughNonOverflowingSignedAddNegative(x, y, z int64) { + if x < math.MinInt64>>1 || x > 0 || + y < math.MinInt64>>1 || y > 0 { + return + } + + a := x + y + if a < z { + return + } + + if x < z { // ERROR "Disproved Less64$" + return + } + if y < z { // ERROR "Disproved Less64$" + return + } + if a == x { + return + } + if a == y { + return + } + + if x == 0 && y == 0 { + return + } + a = x + y + if a == x { // ERROR "Disproved Eq64$" + return + } + if a == y { // ERROR "Disproved Eq64$" + return + } +} + +func transitiveProofsThroughOverflowingSignedAddNegative(x, y, z int64) { + if x >= 0 || y >= 0 { + return + } + + a := x + y + if a < z { + return + } + + if x < z { + return + } + if y < z { + return + } + if a == x { + return + } + if a == y { + return + } + + x |= 1 + y |= 1 + a = x + y + if a == x { + return + } + if a == y { + return + } +} + +func transitiveProofsThroughNonOverflowingUnsignedSub(x, y, z uint64) { + x |= 0xfff + y &= 0xfff + + a := x - y + if a < z { + return + } + + if x < z { // ERROR "Disproved Less64U$" + return + } + if y < z { + return + } + if a == x { + return + } + if a == y { + return + } + + y |= 1 + a = x - y + if a == x { // ERROR "Disproved Eq64$" + return + } + if a == y { + return + } +} + +func transitiveProofsThroughOverflowingUnsignedSub(x, y, z uint64) { + a := x - y + if a < z { + return + } + + if x < z { + return + } + if y < z { + return + } + if a == x { + return + } + if a == y { + return + } + + y |= 1 + a = x - y + if a == x { + return + } + if a == y { + return + } +} + +func resliceString(s string) byte { + if len(s) >= 4 { + s = s[2:] // ERROR "Proved IsSliceInBounds" "Proved slicemask not needed" + s = s[1:] // ERROR "Proved IsSliceInBounds" "Proved slicemask not needed" + return s[0] // ERROR "Proved IsInBounds" + } + return 0 +} +func resliceBytes(b []byte) byte { + if len(b) >= 4 { + b = b[2:] // ERROR "Proved IsSliceInBounds" "Proved slicemask not needed" + b = b[1:] // ERROR "Proved IsSliceInBounds" "Proved slicemask not needed" + return b[0] // ERROR "Proved IsInBounds" + } + return 0 +} + +func issue74473(s []uint) { + i := 0 + for { + if i >= len(s) { // ERROR "Induction variable: limits \[0,\?\), increment 1$" + break + } + _ = s[i] // ERROR "Proved IsInBounds$" + i++ + } +} + +func setCapMaxBasedOnElementSize(x []uint64) int { + c := uintptr(cap(x)) + max := ^uintptr(0) >> 3 + if c > max { // ERROR "Disproved Less" + return 42 + } + if c <= max { // ERROR "Proved Leq" + return 1337 + } + return 0 +} + +func issue75144for(a, b []uint64) bool { + if len(a) == len(b) { + for len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } + if len(a) == len(b) { // ERROR "Proved Eq64$" + return true + } + } + return false +} + +func issue75144if(a, b []uint64) bool { + if len(a) == len(b) { + if len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } + if len(a) == len(b) { // ERROR "Proved Eq64$" + return true + } + } + return false +} + +func issue75144if2(a, b, c, d []uint64) (r bool) { + if len(a) != len(b) || len(c) != len(d) { + return + } + if len(a) <= 4 || len(c) <= 4 { + return + } + if len(a) < len(c) { + c = c[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + d = d[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } else { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } + if len(a) == len(c) { + return + } + if len(a) == len(b) { // ERROR "Proved Eq64$" + r = true + } + if len(c) == len(d) { // ERROR "Proved Eq64$" + r = true + } + return +} + +func issue75144forCannot(a, b []uint64) bool { + if len(a) == len(b) { + for len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[4:] + for len(a) > 2 { + a = a[2:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[2:] + } + } + if len(a) == len(b) { + return true + } + } + return false +} + +func issue75144ifCannot(a, b []uint64) bool { + if len(a) == len(b) { + if len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + if len(a) > 2 { + a = a[2:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[2:] + } + } + if len(a) == len(b) { + return true + } + } + return false +} + +func issue75144ifCannot2(a, b []uint64) bool { + if len(a) == len(b) { + if len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } else if len(a) > 2 { + a = a[2:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[2:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } + if len(a) == len(b) { + return true + } + } + return false +} + +func issue75144forNot(a, b []uint64) bool { + if len(a) == len(b) { + for len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = b[3:] + } + if len(a) == len(b) { + return true + } + } + return false +} + +func issue75144forNot2(a, b, c []uint64) bool { + if len(a) == len(b) { + for len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + b = c[4:] + } + if len(a) == len(b) { + return true + } + } + return false +} + +func issue75144ifNot(a, b []uint64) bool { + if len(a) == len(b) { + if len(a) > 4 { + a = a[4:] // ERROR "Proved slicemask not needed$" "Proved IsSliceInBounds$" + } else { + b = b[4:] + } + if len(a) == len(b) { + return true + } + } + return false +} + +func mulIntoAnd(a, b uint) uint { + if a > 1 || b > 1 { + return 0 + } + return a * b // ERROR "Rewrote Mul v[0-9]+ into And$" +} + +func mulIntoCondSelect(a, b uint) uint { + if a > 1 { + return 0 + } + return a * b // ERROR "Rewrote Mul v[0-9]+ into CondSelect" +} + +func div7pos(x int32) bool { + if x > 0 { + return x%7 == 0 // ERROR "Proved Div32 is unsigned" + } + return false +} + +func div2pos(x []int) int { + return len(x) / 2 // ERROR "Proved Div64 is unsigned" +} + +func div3pos(x []int) int { + return len(x) / 3 // ERROR "Proved Div64 is unsigned" +} + +var len200 [200]int + +func modbound1(u uint64) int { + s := 0 + for u > 0 { + var d uint64 + u, d = u/100, u%100 + s += len200[d*2+1] // ERROR "Proved IsInBounds" + } + return s +} + +func modbound2(p *[10]int, x uint) int { + return p[x%9+1] // ERROR "Proved IsInBounds" +} + +func shiftbound(x int) int { + return 1 << (x % 11) // ERROR "Proved Lsh(32x32|64x64) bounded" "Proved Div64 does not need fix-up" +} + +func shiftbound2(x int) int { + return 1 << (x % 8) // ERROR "Proved Lsh(32x32|64x64) bounded" "Proved Div64 does not need fix-up" +} + +func rangebound1(x []int) int { + s := 0 + for i := range 1000 { // ERROR "Induction variable" + if i < len(x) { + s += x[i] // ERROR "Proved IsInBounds" + } + } + return s +} + +func rangebound2(x []int) int { + s := 0 + if len(x) > 0 { + for i := range 1000 { // ERROR "Induction variable" + s += x[i%len(x)] // ERROR "Proved Mod64 is unsigned" "Proved Neq64" "Proved IsInBounds" + } + } + return s +} + +func swapbound(v []int) { + for i := 0; i < len(v)/2; i++ { // ERROR "Proved Div64 is unsigned|Induction variable" + v[i], // ERROR "Proved IsInBounds" + v[len(v)-1-i] = // ERROR "Proved IsInBounds" + v[len(v)-1-i], + v[i] // ERROR "Proved IsInBounds" + } +} + +func rightshift(v *[256]int) int { + for i := range 1024 { // ERROR "Induction" + if v[i/32] == 0 { // ERROR "Proved Div64 is unsigned" "Proved IsInBounds" + return i + } + } + for i := range 1024 { // ERROR "Induction" + if v[i>>2] == 0 { // ERROR "(Proved IsInBounds|Proved Rsh64x64 is unsigned)" + return i + } + } + return -1 +} + +func rightShiftBounds(v, s int) { + // The ignored "Proved" messages on the shift itself are about whether s >= 0 or s < 32 or 64. + // We care about the bounds for x printed on the prove(x) lines. + + if -8 <= v && v <= -2 && 1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-4,-1 " + } + if -80 <= v && v <= -20 && 1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-40,-3 " + } + if -8 <= v && v <= 10 && 1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-4,5 " + } + if 2 <= v && v <= 10 && 1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=0,5 " + } + + if -8 <= v && v <= -2 && 0 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-8,-1 " + } + if -80 <= v && v <= -20 && 0 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-80,-3 " + } + if -8 <= v && v <= 10 && 0 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-8,10 " + } + if 2 <= v && v <= 10 && 0 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=0,10 " + } + + if -8 <= v && v <= -2 && -1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-8,-1 " + } + if -80 <= v && v <= -20 && -1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-80,-3 " + } + if -8 <= v && v <= 10 && -1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=-8,10 " + } + if 2 <= v && v <= 10 && -1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + prove(x) // ERROR "Proved sm,SM=0,10 " + } +} + +func unsignedRightShiftBounds(v uint, s int) { + if 2 <= v && v <= 10 && -1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + proveu(x) // ERROR "Proved sm,SM=0,10 " + } + if 2 <= v && v <= 10 && 0 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + proveu(x) // ERROR "Proved sm,SM=0,10 " + } + if 2 <= v && v <= 10 && 1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + proveu(x) // ERROR "Proved sm,SM=0,5 " + } + if 20 <= v && v <= 100 && 1 <= s && s <= 3 { + x := v >> s // ERROR "Proved" + proveu(x) // ERROR "Proved sm,SM=2,50 " + } +} + +func subLengths1(b []byte, i int) { + if i >= 0 && i <= len(b) { + _ = b[len(b)-i:] // ERROR "Proved IsSliceInBounds" + } +} + +func subLengths2(b []byte, i int) { + if i >= 0 && i <= len(b) { + _ = b[:len(b)-i] // ERROR "Proved IsSliceInBounds" + } +} + +func issue76355(s []int, i int) int { + var a [10]int + if i <= len(s)-1 { + v := len(s) - i + if v < 10 { + return a[v] + } + } + return 0 +} + +func stringDotDotDot(s string) bool { + for i := 0; i < len(s)-2; i++ { // ERROR "Induction variable: limits \[0,[?][)], increment 1" + if s[i] == '.' && // ERROR "Proved IsInBounds" + s[i+1] == '.' && // ERROR "Proved IsInBounds" + s[i+2] == '.' { // ERROR "Proved IsInBounds" + return true + } + } + return false +} + +func bytesDotDotDot(s []byte) bool { + for i := 0; i < len(s)-2; i++ { // ERROR "Induction variable" + if s[i] == '.' && // ERROR "Proved IsInBounds" + s[i+1] == '.' && // ERROR "Proved IsInBounds" + s[i+2] == '.' { // ERROR "Proved IsInBounds" + return true + } + } + return false +} + +// detectSliceLenRelation matches the pattern where +// 1. v := slicelen - index, OR v := slicecap - index +// AND +// 2. index <= slicelen - K +// THEN +// +// slicecap - index >= slicelen - index >= K +func detectSliceLenRelation(s []byte) bool { + for i := 0; i <= len(s)-3; i++ { // ERROR "Induction variable" + v := len(s) - i + if v >= 3 { // ERROR "Proved Leq" + return true + } + } + return false +} + +func detectStringLenRelation(s string) bool { + for i := 0; i <= len(s)-3; i++ { // ERROR "Induction variable" + v := len(s) - i + if v >= 3 { // ERROR "Proved Leq" + return true + } + } + return false +} + +func issue76688(x, y uint64) uint64 { + if x > 1 || y != 1<<63 { + return 42 + } + // We do not want to rewrite the multiply to a condselect here since opt can do a better job with a left shift. + return x * y +} + +//go:noinline +func prove(x int) { +} + +//go:noinline +func proveu(x uint) { +} + +//go:noinline +func useInt(a int) { +} + +//go:noinline +func useSlice(a []int) { +} + +func main() { +} diff --git a/go/test/prove_constant_folding.go b/go/test/prove_constant_folding.go new file mode 100644 index 0000000000000000000000000000000000000000..831a7e6403ec32be4d2af3a50e986485deee81c4 --- /dev/null +++ b/go/test/prove_constant_folding.go @@ -0,0 +1,81 @@ +// errorcheck -0 -d=ssa/prove/debug=2 + +//go:build amd64 || arm64 + +// Copyright 2022 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 main + +func f0i(x int) int { + if x == 20 { + return x // ERROR "Proved.+is constant 20$" + } + + if (x + 20) == 20 { + return x + 5 // ERROR "Proved.+is constant 0$" "Proved.+is constant 5$" "x\+d >=? w" + } + + return x + 1 +} + +func f0u(x uint) int { + if x == 20 { + return int(x) // ERROR "Proved.+is constant 20$" + } + + if (x + 20) == 20 { + return int(x + 5) // ERROR "Proved.+is constant 0$" "Proved.+is constant 5$" "x\+d >=? w" + } + + if x < 1000 { + return int(x) >> 31 // ERROR "(Proved.+is constant 0|Proved Rsh[0-9]+x[0-9]+ is unsigned)$" + } + if x := int32(x); x < -1000 { + return int(x >> 31) // ERROR "Proved.+is constant -1$" + } + + return int(x) + 1 +} + +// Check that prove is zeroing these right shifts of positive ints by bit-width - 1. +// e.g (Rsh64x64 n (Const64 [63])) && ft.isNonNegative(n) -> 0 +func sh64(n int64) int64 { + if n < 0 { + return n + } + return n >> 63 // ERROR "(Proved .+ is constant 0|Proved Rsh[0-9]+x[0-9]+ is unsigned)$" +} + +func sh32(n int32) int32 { + if n < 0 { + return n + } + return n >> 31 // ERROR "(Proved .+ is constant 0|Proved Rsh[0-9]+x[0-9]+ is unsigned)$" +} + +func sh32x64(n int32) int32 { + if n < 0 { + return n + } + return n >> uint64(31) // ERROR "(Proved .+ is constant 0|Proved Rsh[0-9]+x[0-9]+ is unsigned)$" +} + +func sh32x64n(n int32) int32 { + if n >= 0 { + return 0 + } + return n >> 31 // ERROR "Proved .+ is constant -1$" +} + +func sh16(n int16) int16 { + if n < 0 { + return n + } + return n >> 15 // ERROR "(Proved .+ is constant 0|Proved Rsh[0-9]+x[0-9]+ is unsigned)$" +} + +func sh64noopt(n int64) int64 { + return n >> 63 // not optimized; n could be negative +} diff --git a/go/test/prove_invert_loop_with_unused_iterators.go b/go/test/prove_invert_loop_with_unused_iterators.go new file mode 100644 index 0000000000000000000000000000000000000000..6feef1d41b3eef73ce2c2473827511d84998a3b0 --- /dev/null +++ b/go/test/prove_invert_loop_with_unused_iterators.go @@ -0,0 +1,11 @@ +// errorcheck -0 -d=ssa/prove/debug=1 + +//go:build amd64 || arm64 + +package main + +func invert(b func(), n int) { + for i := 0; i < n; i++ { // ERROR "(Inverted loop iteration|Induction variable: limits \[0,\?\), increment 1)" + b() + } +} diff --git a/go/test/prove_popcount.go b/go/test/prove_popcount.go new file mode 100644 index 0000000000000000000000000000000000000000..1fe53defb097a0cd0ab4948fd1a7d2f21d764674 --- /dev/null +++ b/go/test/prove_popcount.go @@ -0,0 +1,60 @@ +// errorcheck -0 -d=ssa/prove/debug=1 + +//go:build amd64.v3 || arm64 + +// Copyright 2025 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. + +// FIXME(@Jorropo): this file exists because I havn't yet bothered to +// make prove work on the pure go function call fallback. +// My idea was to wait until CL 637936 is merged, then we can always emit +// the PopCount SSA operation and translate them to pure function calls +// in late-opt. + +package main + +import "math/bits" + +func onesCountsBounds(x uint64, ensureAllBranchesCouldHappen func() bool) int { + z := bits.OnesCount64(x) + if ensureAllBranchesCouldHappen() && z > 64 { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= 64 { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && z < 0 { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && z >= 0 { // ERROR "Proved Leq64$" + return 42424242 + } + return z +} + +func onesCountsTight(x uint64, ensureAllBranchesCouldHappen func() bool) int { + const maxv = 0xff0f + const minv = 0xff00 + x = max(x, minv) + x = min(x, maxv) + + z := bits.OnesCount64(x) + + if ensureAllBranchesCouldHappen() && z > bits.OnesCount64(maxv) { // ERROR "Disproved Less64$" + return 42 + } + if ensureAllBranchesCouldHappen() && z <= bits.OnesCount64(maxv) { // ERROR "Proved Leq64$" + return 4242 + } + if ensureAllBranchesCouldHappen() && z < bits.OnesCount64(minv) { // ERROR "Disproved Less64$" + return 424242 + } + if ensureAllBranchesCouldHappen() && z >= bits.OnesCount64(minv) { // ERROR "Proved Leq64$" + return 42424242 + } + return z +} + +func main() { +} diff --git a/go/test/range.go b/go/test/range.go new file mode 100644 index 0000000000000000000000000000000000000000..3da7d170b58634ae907358f184b1ba15e689325e --- /dev/null +++ b/go/test/range.go @@ -0,0 +1,494 @@ +// run + +// Copyright 2009 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. + +// Test the 'for range' construct. + +package main + +// test range over channels + +func gen(c chan int, lo, hi int) { + for i := lo; i <= hi; i++ { + c <- i + } + close(c) +} + +func seq(lo, hi int) chan int { + c := make(chan int) + go gen(c, lo, hi) + return c +} + +const alphabet = "abcdefghijklmnopqrstuvwxyz" + +func testblankvars() { + n := 0 + for range alphabet { + n++ + } + if n != 26 { + println("for range: wrong count", n, "want 26") + panic("fail") + } + n = 0 + for _ = range alphabet { + n++ + } + if n != 26 { + println("for _ = range: wrong count", n, "want 26") + panic("fail") + } + n = 0 + for _, _ = range alphabet { + n++ + } + if n != 26 { + println("for _, _ = range: wrong count", n, "want 26") + panic("fail") + } + s := 0 + for i, _ := range alphabet { + s += i + } + if s != 325 { + println("for i, _ := range: wrong sum", s, "want 325") + panic("fail") + } + r := rune(0) + for _, v := range alphabet { + r += v + } + if r != 2847 { + println("for _, v := range: wrong sum", r, "want 2847") + panic("fail") + } +} + +func testchan() { + s := "" + for i := range seq('a', 'z') { + s += string(i) + } + if s != alphabet { + println("Wanted lowercase alphabet; got", s) + panic("fail") + } + n := 0 + for range seq('a', 'z') { + n++ + } + if n != 26 { + println("testchan wrong count", n, "want 26") + panic("fail") + } +} + +// test that range over slice only evaluates +// the expression after "range" once. + +var nmake = 0 + +func makeslice() []int { + nmake++ + return []int{1, 2, 3, 4, 5} +} + +func testslice() { + s := 0 + nmake = 0 + for _, v := range makeslice() { + s += v + } + if nmake != 1 { + println("range called makeslice", nmake, "times") + panic("fail") + } + if s != 15 { + println("wrong sum ranging over makeslice", s) + panic("fail") + } + + x := []int{10, 20} + y := []int{99} + i := 1 + for i, x[i] = range y { + break + } + if i != 0 || x[0] != 10 || x[1] != 99 { + println("wrong parallel assignment", i, x[0], x[1]) + panic("fail") + } +} + +func testslice1() { + s := 0 + nmake = 0 + for i := range makeslice() { + s += i + } + if nmake != 1 { + println("range called makeslice", nmake, "times") + panic("fail") + } + if s != 10 { + println("wrong sum ranging over makeslice", s) + panic("fail") + } +} + +func testslice2() { + n := 0 + nmake = 0 + for range makeslice() { + n++ + } + if nmake != 1 { + println("range called makeslice", nmake, "times") + panic("fail") + } + if n != 5 { + println("wrong count ranging over makeslice", n) + panic("fail") + } +} + +// test that range over []byte(string) only evaluates +// the expression after "range" once. + +func makenumstring() string { + nmake++ + return "\x01\x02\x03\x04\x05" +} + +func testslice3() { + s := byte(0) + nmake = 0 + for _, v := range []byte(makenumstring()) { + s += v + } + if nmake != 1 { + println("range called makenumstring", nmake, "times") + panic("fail") + } + if s != 15 { + println("wrong sum ranging over []byte(makenumstring)", s) + panic("fail") + } +} + +// test that range over array only evaluates +// the expression after "range" once. + +func makearray() [5]int { + nmake++ + return [5]int{1, 2, 3, 4, 5} +} + +func testarray() { + s := 0 + nmake = 0 + for _, v := range makearray() { + s += v + } + if nmake != 1 { + println("range called makearray", nmake, "times") + panic("fail") + } + if s != 15 { + println("wrong sum ranging over makearray", s) + panic("fail") + } +} + +func testarray1() { + s := 0 + nmake = 0 + for i := range makearray() { + s += i + } + if nmake != 1 { + println("range called makearray", nmake, "times") + panic("fail") + } + if s != 10 { + println("wrong sum ranging over makearray", s) + panic("fail") + } +} + +func testarray2() { + n := 0 + nmake = 0 + for range makearray() { + n++ + } + if nmake != 1 { + println("range called makearray", nmake, "times") + panic("fail") + } + if n != 5 { + println("wrong count ranging over makearray", n) + panic("fail") + } +} + +func makearrayptr() *[5]int { + nmake++ + return &[5]int{1, 2, 3, 4, 5} +} + +func testarrayptr() { + nmake = 0 + x := len(makearrayptr()) + if x != 5 || nmake != 1 { + println("len called makearrayptr", nmake, "times and got len", x) + panic("fail") + } + nmake = 0 + x = cap(makearrayptr()) + if x != 5 || nmake != 1 { + println("cap called makearrayptr", nmake, "times and got len", x) + panic("fail") + } + s := 0 + nmake = 0 + for _, v := range makearrayptr() { + s += v + } + if nmake != 1 { + println("range called makearrayptr", nmake, "times") + panic("fail") + } + if s != 15 { + println("wrong sum ranging over makearrayptr", s) + panic("fail") + } +} + +func testarrayptr1() { + s := 0 + nmake = 0 + for i := range makearrayptr() { + s += i + } + if nmake != 1 { + println("range called makearrayptr", nmake, "times") + panic("fail") + } + if s != 10 { + println("wrong sum ranging over makearrayptr", s) + panic("fail") + } +} + +func testarrayptr2() { + n := 0 + nmake = 0 + for range makearrayptr() { + n++ + } + if nmake != 1 { + println("range called makearrayptr", nmake, "times") + panic("fail") + } + if n != 5 { + println("wrong count ranging over makearrayptr", n) + panic("fail") + } +} + +// test that range over string only evaluates +// the expression after "range" once. + +func makestring() string { + nmake++ + return "abcd☺" +} + +func teststring() { + var s rune + nmake = 0 + for _, v := range makestring() { + s += v + } + if nmake != 1 { + println("range called makestring", nmake, "times") + panic("fail") + } + if s != 'a'+'b'+'c'+'d'+'☺' { + println("wrong sum ranging over makestring", s) + panic("fail") + } + + x := []rune{'a', 'b'} + i := 1 + for i, x[i] = range "c" { + break + } + if i != 0 || x[0] != 'a' || x[1] != 'c' { + println("wrong parallel assignment", i, x[0], x[1]) + panic("fail") + } + + y := []int{1, 2, 3} + r := rune(1) + for y[r], r = range "\x02" { + break + } + if r != 2 || y[0] != 1 || y[1] != 0 || y[2] != 3 { + println("wrong parallel assignment", r, y[0], y[1], y[2]) + panic("fail") + } +} + +func teststring1() { + s := 0 + nmake = 0 + for i := range makestring() { + s += i + } + if nmake != 1 { + println("range called makestring", nmake, "times") + panic("fail") + } + if s != 10 { + println("wrong sum ranging over makestring", s) + panic("fail") + } +} + +func teststring2() { + n := 0 + nmake = 0 + for range makestring() { + n++ + } + if nmake != 1 { + println("range called makestring", nmake, "times") + panic("fail") + } + if n != 5 { + println("wrong count ranging over makestring", n) + panic("fail") + } +} + +// test that range over map only evaluates +// the expression after "range" once. + +func makemap() map[int]int { + nmake++ + return map[int]int{0: 'a', 1: 'b', 2: 'c', 3: 'd', 4: '☺'} +} + +func testmap() { + s := 0 + nmake = 0 + for _, v := range makemap() { + s += v + } + if nmake != 1 { + println("range called makemap", nmake, "times") + panic("fail") + } + if s != 'a'+'b'+'c'+'d'+'☺' { + println("wrong sum ranging over makemap", s) + panic("fail") + } +} + +func testmap1() { + s := 0 + nmake = 0 + for i := range makemap() { + s += i + } + if nmake != 1 { + println("range called makemap", nmake, "times") + panic("fail") + } + if s != 10 { + println("wrong sum ranging over makemap", s) + panic("fail") + } +} + +func testmap2() { + n := 0 + nmake = 0 + for range makemap() { + n++ + } + if nmake != 1 { + println("range called makemap", nmake, "times") + panic("fail") + } + if n != 5 { + println("wrong count ranging over makemap", n) + panic("fail") + } +} + +// test that range evaluates the index and value expressions +// exactly once per iteration. + +var ncalls = 0 + +func getvar(p *int) *int { + ncalls++ + return p +} + +func testcalls() { + var i, v int + si := 0 + sv := 0 + for *getvar(&i), *getvar(&v) = range [2]int{1, 2} { + si += i + sv += v + } + if ncalls != 4 { + println("wrong number of calls:", ncalls, "!= 4") + panic("fail") + } + if si != 1 || sv != 3 { + println("wrong sum in testcalls", si, sv) + panic("fail") + } + + ncalls = 0 + for *getvar(&i), *getvar(&v) = range [0]int{} { + println("loop ran on empty array") + panic("fail") + } + if ncalls != 0 { + println("wrong number of calls:", ncalls, "!= 0") + panic("fail") + } +} + +func main() { + testblankvars() + testchan() + testarray() + testarray1() + testarray2() + testarrayptr() + testarrayptr1() + testarrayptr2() + testslice() + testslice1() + testslice2() + testslice3() + teststring() + teststring1() + teststring2() + testmap() + testmap1() + testmap2() + testcalls() +} diff --git a/go/test/range2.go b/go/test/range2.go new file mode 100644 index 0000000000000000000000000000000000000000..83f19adc20c73a4c36122af49d7e16d08c1e57ee --- /dev/null +++ b/go/test/range2.go @@ -0,0 +1,24 @@ +// errorcheck + +// Copyright 2023 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. + +// See ../internal/types/testdata/spec/range.go for most tests. +// The ones in this file cannot be expressed in that framework +// due to conflicts between that framework's error location pickiness +// and gofmt's comment location pickiness. + +package p + +type T struct{} + +func (*T) PM() {} +func (T) M() {} + +func test() { + for range T.M { // ERROR "cannot range over T.M \(value of type func\(T\)\): func must be func\(yield func\(...\) bool\): argument is not func" + } + for range (*T).PM { // ERROR "cannot range over \(\*T\).PM \(value of type func\(\*T\)\): func must be func\(yield func\(...\) bool\): argument is not func" + } +} diff --git a/go/test/range3.go b/go/test/range3.go new file mode 100644 index 0000000000000000000000000000000000000000..f58a398f94c16c95623217ad3e06e8b12d4184a6 --- /dev/null +++ b/go/test/range3.go @@ -0,0 +1,90 @@ +// run + +// Copyright 2023 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. + +// Test the 'for range' construct ranging over integers. + +package main + +func testint1() { + bad := false + j := 0 + for i := range int(4) { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + } + if j != 4 { + println("wrong count ranging over 4:", j) + bad = true + } + if bad { + panic("testint1") + } +} + +func testint2() { + bad := false + j := 0 + for i := range 4 { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + } + if j != 4 { + println("wrong count ranging over 4:", j) + bad = true + } + if bad { + panic("testint2") + } +} + +func testint3() { + bad := false + type MyInt int + j := MyInt(0) + for i := range MyInt(4) { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + } + if j != 4 { + println("wrong count ranging over 4:", j) + bad = true + } + if bad { + panic("testint3") + } +} + +// Issue #63378. +func testint4() { + for i := range -1 { + _ = i + panic("must not be executed") + } +} + +// Issue #64471. +func testint5() { + for i := range 'a' { + var _ *rune = &i // ensure i has type rune + } +} + +func main() { + testint1() + testint2() + testint3() + testint4() + testint5() +} diff --git a/go/test/range4.go b/go/test/range4.go new file mode 100644 index 0000000000000000000000000000000000000000..e8c8da0ae36ef53df2106b1e4c06dd1e5c7e4c45 --- /dev/null +++ b/go/test/range4.go @@ -0,0 +1,351 @@ +// run + +// Copyright 2023 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. + +// Test the 'for range' construct ranging over functions. + +package main + +var gj int + +func yield4x(yield func() bool) { + _ = yield() && yield() && yield() && yield() +} + +func yield4(yield func(int) bool) { + _ = yield(1) && yield(2) && yield(3) && yield(4) +} + +func yield3(yield func(int) bool) { + _ = yield(1) && yield(2) && yield(3) +} + +func yield2(yield func(int) bool) { + _ = yield(1) && yield(2) +} + +func testfunc0() { + j := 0 + for range yield4x { + j++ + } + if j != 4 { + println("wrong count ranging over yield4x:", j) + panic("testfunc0") + } + + j = 0 + for _ = range yield4 { + j++ + } + if j != 4 { + println("wrong count ranging over yield4:", j) + panic("testfunc0") + } +} + +func testfunc1() { + bad := false + j := 1 + for i := range yield4 { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + } + if j != 5 { + println("wrong count ranging over f:", j) + bad = true + } + if bad { + panic("testfunc1") + } +} + +func testfunc2() { + bad := false + j := 1 + var i int + for i = range yield4 { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + } + if j != 5 { + println("wrong count ranging over f:", j) + bad = true + } + if i != 4 { + println("wrong final i ranging over f:", i) + bad = true + } + if bad { + panic("testfunc2") + } +} + +func testfunc3() { + bad := false + j := 1 + var i int + for i = range yield4 { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + if i == 2 { + break + } + continue + } + if j != 3 { + println("wrong count ranging over f:", j) + bad = true + } + if i != 2 { + println("wrong final i ranging over f:", i) + bad = true + } + if bad { + panic("testfunc3") + } +} + +func testfunc4() { + bad := false + j := 1 + var i int + func() { + for i = range yield4 { + if i != j { + println("range var", i, "want", j) + bad = true + } + j++ + if i == 2 { + return + } + } + }() + if j != 3 { + println("wrong count ranging over f:", j) + bad = true + } + if i != 2 { + println("wrong final i ranging over f:", i) + bad = true + } + if bad { + panic("testfunc3") + } +} + +func func5() (int, int) { + for i := range yield4 { + return 10, i + } + panic("still here") +} + +func testfunc5() { + x, y := func5() + if x != 10 || y != 1 { + println("wrong results", x, y, "want", 10, 1) + panic("testfunc5") + } +} + +func func6() (z, w int) { + for i := range yield4 { + z = 10 + w = i + return + } + panic("still here") +} + +func testfunc6() { + x, y := func6() + if x != 10 || y != 1 { + println("wrong results", x, y, "want", 10, 1) + panic("testfunc6") + } +} + +var saved []int + +func save(x int) { + saved = append(saved, x) +} + +func printslice(s []int) { + print("[") + for i, x := range s { + if i > 0 { + print(", ") + } + print(x) + } + print("]") +} + +func eqslice(s, t []int) bool { + if len(s) != len(t) { + return false + } + for i, x := range s { + if x != t[i] { + return false + } + } + return true +} + +func func7() { + defer save(-1) + for i := range yield4 { + defer save(i) + } + defer save(5) +} + +func checkslice(name string, saved, want []int) { + if !eqslice(saved, want) { + print("wrong results ") + printslice(saved) + print(" want ") + printslice(want) + print("\n") + panic(name) + } +} + +func testfunc7() { + saved = nil + func7() + want := []int{5, 4, 3, 2, 1, -1} + checkslice("testfunc7", saved, want) +} + +func func8() { + defer save(-1) + for i := range yield2 { + for j := range yield3 { + defer save(i*10 + j) + } + defer save(i) + } + defer save(-2) + for i := range yield4 { + defer save(i) + } + defer save(-3) +} + +func testfunc8() { + saved = nil + func8() + want := []int{-3, 4, 3, 2, 1, -2, 2, 23, 22, 21, 1, 13, 12, 11, -1} + checkslice("testfunc8", saved, want) +} + +func func9() { + n := 0 + for _ = range yield2 { + for _ = range yield3 { + n++ + defer save(n) + } + } +} + +func testfunc9() { + saved = nil + func9() + want := []int{6, 5, 4, 3, 2, 1} + checkslice("testfunc9", saved, want) +} + +// test that range evaluates the index and value expressions +// exactly once per iteration. + +var ncalls = 0 + +func getvar(p *int) *int { + ncalls++ + return p +} + +func iter2(list ...int) func(func(int, int) bool) { + return func(yield func(int, int) bool) { + for i, x := range list { + if !yield(i, x) { + return + } + } + } +} + +func testcalls() { + var i, v int + ncalls = 0 + si := 0 + sv := 0 + for *getvar(&i), *getvar(&v) = range iter2(1, 2) { + si += i + sv += v + } + if ncalls != 4 { + println("wrong number of calls:", ncalls, "!= 4") + panic("fail") + } + if si != 1 || sv != 3 { + println("wrong sum in testcalls", si, sv) + panic("fail") + } +} + +type iter3YieldFunc func(int, int) bool + +func iter3(list ...int) func(iter3YieldFunc) { + return func(yield iter3YieldFunc) { + for k, v := range list { + if !yield(k, v) { + return + } + } + } +} + +func testcalls1() { + ncalls := 0 + for k, v := range iter3(1, 2, 3) { + _, _ = k, v + ncalls++ + } + if ncalls != 3 { + println("wrong number of calls:", ncalls, "!= 3") + panic("fail") + } +} + +func main() { + testfunc0() + testfunc1() + testfunc2() + testfunc3() + testfunc4() + testfunc5() + testfunc6() + testfunc7() + testfunc8() + testfunc9() + testcalls() + testcalls1() +} diff --git a/go/test/rangegen.go b/go/test/rangegen.go new file mode 100644 index 0000000000000000000000000000000000000000..9d7025bd2adc19a869a5eb416812db0957594a5f --- /dev/null +++ b/go/test/rangegen.go @@ -0,0 +1,350 @@ +// runoutput + +// Copyright 2023 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. + +// Torture test for range-over-func. +// +// cmd/internal/testdir runs this like +// +// go run rangegen.go >x.go +// go run x.go +// +// but a longer version can be run using +// +// go run rangegen.go long +// +// In that second form, rangegen takes care of compiling +// and running the code it generates, in batches. +// That form takes 10-20 minutes to run. + +package main + +import ( + "bytes" + "fmt" + "log" + "math/bits" + "os" + "os/exec" + "strings" +) + +const verbose = false + +func main() { + long := len(os.Args) > 1 && os.Args[1] == "long" + log.SetFlags(0) + log.SetPrefix("rangegen: ") + + if !long && bits.UintSize == 32 { + // Skip this test on 32-bit platforms, where it seems to + // cause timeouts and build problems. + skip() + return + } + + b := new(bytes.Buffer) + tests := "" + flush := func(force bool) { + if !long || (strings.Count(tests, "\n") < 1000 && !force) { + return + } + p(b, mainCode, tests) + err := os.WriteFile("tmp.go", b.Bytes(), 0666) + if err != nil { + log.Fatal(err) + } + out, err := exec.Command("go", "run", "tmp.go").CombinedOutput() + if err != nil { + log.Fatalf("go run tmp.go: %v\n%s", err, out) + } + print(".") + if force { + print("\nPASS\n") + } + b.Reset() + tests = "" + p(b, "package main\n\n") + p(b, "const verbose = %v\n\n", verbose) + } + + p(b, "package main\n\n") + p(b, "const verbose = %v\n\n", verbose) + max := 2 + if !long { + max = 5 + } + for i := 1; i <= max; i++ { + maxDouble := -1 + if long { + maxDouble = i + } + for double := -1; double <= maxDouble; double++ { + code := gen(new(bytes.Buffer), "", "", "", i, double, func(c int) bool { return true }) + for j := 0; j < code; j++ { + hi := j + 1 + if long { + hi = code + } + for k := j; k < hi && k < code; k++ { + s := fmt.Sprintf("%d_%d_%d_%d", i, double+1, j, k) + code0 := gen(b, "testFunc"+s, "", "yield2", i, double, func(c int) bool { return c == j || c == k }) + code1 := gen(b, "testSlice"+s, "_, ", "slice2", i, double, func(c int) bool { return c == j || c == k }) + if code0 != code1 { + panic("bad generator") + } + tests += "test" + s + "()\n" + p(b, testCode, "test"+s, []int{j, k}, "testFunc"+s, "testSlice"+s) + flush(false) + } + } + } + } + for i := 1; i <= max; i++ { + maxDouble := -1 + if long { + maxDouble = i + } + for double := -1; double <= maxDouble; double++ { + s := fmt.Sprintf("%d_%d", i, double+1) + code := gen(b, "testFunc"+s, "", "yield2", i, double, func(c int) bool { return true }) + code1 := gen(b, "testSlice"+s, "_, ", "slice2", i, double, func(c int) bool { return true }) + if code != code1 { + panic("bad generator") + } + tests += "test" + s + "()\n" + var all []int + for j := 0; j < code; j++ { + all = append(all, j) + } + p(b, testCode, "test"+s, all, "testFunc"+s, "testSlice"+s) + flush(false) + } + } + if long { + flush(true) + os.Remove("tmp.go") + return + } + + p(b, mainCode, tests) + + os.Stdout.Write(b.Bytes()) +} + +func p(b *bytes.Buffer, format string, args ...any) { + fmt.Fprintf(b, format, args...) +} + +func gen(b *bytes.Buffer, name, prefix, rangeExpr string, depth, double int, allowed func(int) bool) int { + p(b, "func %s(o *output, code int) int {\n", name) + p(b, " dfr := 0; _ = dfr\n") + code := genLoop(b, 0, prefix, rangeExpr, depth, double, 0, "", allowed) + p(b, " return 0\n") + p(b, "}\n\n") + return code +} + +func genLoop(b *bytes.Buffer, d int, prefix, rangeExpr string, depth, double, code int, labelSuffix string, allowed func(int) bool) int { + limit := 1 + if d == double { + limit = 2 + } + for rep := 0; rep < limit; rep++ { + if rep == 1 { + labelSuffix = "R" + } + s := fmt.Sprintf("%d%s", d, labelSuffix) + p(b, " o.log(`top%s`)\n", s) + p(b, " l%sa := 0\n", s) + p(b, "goto L%sa; L%sa: o.log(`L%sa`)\n", s, s, s) + p(b, " if l%sa++; l%sa >= 2 { o.log(`loop L%sa`); return -1 }\n", s, s, s) + p(b, " l%sfor := 0\n", s) + p(b, "goto L%sfor; L%sfor: for f := 0; f < 1; f++ { o.log(`L%sfor`)\n", s, s, s) + p(b, " if l%sfor++; l%sfor >= 2 { o.log(`loop L%sfor`); return -1 }\n", s, s, s) + p(b, " l%ssw := 0\n", s) + p(b, "goto L%ssw; L%ssw: switch { default: o.log(`L%ssw`)\n", s, s, s) + p(b, " if l%ssw++; l%ssw >= 2 { o.log(`loop L%ssw`); return -1 }\n", s, s, s) + p(b, " l%ssel := 0\n", s) + p(b, "goto L%ssel; L%ssel: select { default: o.log(`L%ssel`)\n", s, s, s) + p(b, " if l%ssel++; l%ssel >= 2 { o.log(`loop L%ssel`); return -1 }\n", s, s, s) + p(b, " l%s := 0\n", s) + p(b, "goto L%s; L%s: for %s i%s := range %s {\n", s, s, prefix, s, rangeExpr) + p(b, " o.log1(`L%s top`, i%s)\n", s, s) + p(b, " if l%s++; l%s >= 4 { o.log(`loop L%s`); return -1 }\n", s, s, s) + printTests := func() { + if code++; allowed(code) { + p(b, " if code == %v { break }\n", code) + } + if code++; allowed(code) { + p(b, " if code == %v { continue }\n", code) + } + if code++; allowed(code) { + p(b, " switch { case code == %v: continue }\n", code) + } + if code++; allowed(code) { + p(b, " if code == %v { return %[1]v }\n", code) + } + if code++; allowed(code) { + p(b, " if code == %v { select { default: break } }\n", code) + } + if code++; allowed(code) { + p(b, " if code == %v { switch { default: break } }\n", code) + } + if code++; allowed(code) { + p(b, " if code == %v { dfr++; defer o.log1(`defer %d`, dfr) }\n", code, code) + } + for i := d; i > 0; i-- { + suffix := labelSuffix + if i < double { + suffix = "" + } + if code++; allowed(code) { + p(b, " if code == %v { break L%d%s }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { select { default: break L%d%s } }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { break L%d%s }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { break L%d%ssw }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { break L%d%ssel }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { break L%d%sfor }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { continue L%d%sfor }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { goto L%d%sa }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { goto L%d%s }\n", code, i, suffix) + } + if code++; allowed(code) { + p(b, " if code == %v { goto L%d%sb }\n", code, i, suffix) + } + } + } + printTests() + if d < depth { + if rep == 1 { + double = d // signal to children to use the rep=1 labels + } + code = genLoop(b, d+1, prefix, rangeExpr, depth, double, code, labelSuffix, allowed) + printTests() + } + p(b, " o.log(`L%s bot`)\n", s) + p(b, " }\n") + p(b, " o.log(`L%ssel bot`)\n", s) + p(b, " }\n") + p(b, " o.log(`L%ssw bot`)\n", s) + p(b, " }\n") + p(b, " o.log(`L%sfor bot`)\n", s) + p(b, " }\n") + p(b, " o.log(`done%s`)\n", s) + p(b, "goto L%sb; L%sb: o.log(`L%sb`)\n", s, s, s) + } + return code +} + +var testCode = ` +func %s() { + all := %#v + for i := 0; i < len(all); i++ { + c := all[i] + outFunc := run(%s, c) + outSlice := run(%s, c) + if !outFunc.eq(outSlice) { + println("mismatch", "%[3]s", "%[4]s", c) + println() + println("func:") + outFunc.print() + println() + println("slice:") + outSlice.print() + panic("mismatch") + } + } + if verbose { + println("did", "%[3]s", "%[4]s", len(all)) + } +} +` + +var mainCode = ` + +func main() { + if verbose { + println("main") + } + %s +} + +func yield2(yield func(int)bool) { _ = yield(1) && yield(2) } +var slice2 = []int{1,2} + +type output struct { + ret int + trace []any +} + +func (o *output) log(x any) { + o.trace = append(o.trace, x) +} + +func (o *output) log1(x, y any) { + o.trace = append(o.trace, x, y) +} + +func (o *output) eq(p *output) bool{ + if o.ret != p.ret || len(o.trace) != len(p.trace) { + return false + } + for i ,x := range o.trace { + if x != p.trace[i] { + return false + } + } + return true +} + +func (o *output) print() { + println("ret", o.ret, "trace-len", len(o.trace)) + for i := 0; i < len(o.trace); i++ { + print("#", i, " ") + switch x := o.trace[i].(type) { + case int: + print(x) + case string: + print(x) + default: + print(x) + } + print("\n") + } +} + +func run(f func(*output, int)int, i int) *output { + o := &output{} + o.ret = f(o, i) + return o +} + +` + +func skip() { + const code = ` +package main +func main() { +} +` + fmt.Printf("%s\n", code) +} diff --git a/go/test/recover.go b/go/test/recover.go new file mode 100644 index 0000000000000000000000000000000000000000..e4187c018f68a7e0d6b4bc7feb17af21e2ae4c4a --- /dev/null +++ b/go/test/recover.go @@ -0,0 +1,587 @@ +// run + +// Copyright 2010 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. + +// Test of basic recover functionality. + +package main + +import ( + "os" + "reflect" + "runtime" +) + +func main() { + // go.tools/ssa/interp still has: + // - some lesser bugs in recover() + // - incomplete support for reflection + interp := os.Getenv("GOSSAINTERP") != "" + + test1() + test1WithClosures() + test2() + test3() + if !interp { + test4() + } + test5() + test6() + test6WithClosures() + test7() + test8() + test9() + if !interp { + test9reflect1() + test9reflect2() + } + test10() + if !interp { + test10reflect1() + test10reflect2() + } + test11() + if !interp { + test11reflect1() + test11reflect2() + } + test111() + test12() + if !interp { + test12reflect1() + test12reflect2() + } + test13() + if !interp { + test13reflect1() + test13reflect2() + } + test14() + if !interp { + test14reflect1() + test14reflect2() + test15() + test16() + } +} + +func die() { + runtime.Breakpoint() // can't depend on panic +} + +func mustRecoverBody(v1, v2, v3, x interface{}) { + v := v1 + if v != nil { + println("spurious recover", v) + die() + } + v = v2 + if v == nil { + println("missing recover", x.(int)) + die() // panic is useless here + } + if v != x { + println("wrong value", v, x) + die() + } + + // the value should be gone now regardless + v = v3 + if v != nil { + println("recover didn't recover") + die() + } +} + +func doubleRecover() interface{} { + return recover() +} + +func mustRecover(x interface{}) { + mustRecoverBody(doubleRecover(), recover(), recover(), x) +} + +func mustNotRecover() { + v := recover() + if v != nil { + println("spurious recover", v) + die() + } +} + +func withoutRecover() { + mustNotRecover() // because it's a sub-call +} + +func withoutRecoverRecursive(n int) { + if n == 0 { + withoutRecoverRecursive(1) + } else { + v := recover() + if v != nil { + println("spurious recover (recursive)", v) + die() + } + } +} + +func test1() { + defer mustNotRecover() // because mustRecover will squelch it + defer mustRecover(1) // because of panic below + defer withoutRecover() // should be no-op, leaving for mustRecover to find + defer withoutRecoverRecursive(0) // ditto + panic(1) +} + +// Repeat test1 with closures instead of standard function. +// Interesting because recover bases its decision +// on the frame pointer of its caller, and a closure's +// frame pointer is in the middle of its actual arguments +// (after the hidden ones for the closed-over variables). +func test1WithClosures() { + defer func() { + v := recover() + if v != nil { + println("spurious recover in closure") + die() + } + }() + defer func(x interface{}) { + mustNotRecover() + v := recover() + if v == nil { + println("missing recover", x.(int)) + die() + } + if v != x { + println("wrong value", v, x) + die() + } + }(1) + defer func() { + mustNotRecover() + }() + panic(1) +} + +func test2() { + // Recover only sees the panic argument + // if it is called from a deferred call. + // It does not see the panic when called from a call within a deferred call (too late) + // nor does it see the panic when it *is* the deferred call (too early). + defer mustRecover(2) + defer recover() // should be no-op + panic(2) +} + +func test3() { + defer mustNotRecover() + defer func() { + recover() // should squelch + }() + panic(3) +} + +func test4() { + // Equivalent to test3 but using defer to make the call. + defer mustNotRecover() + defer func() { + defer recover() // should squelch + }() + panic(4) +} + +// Check that closures can set output arguments. +// Run g(). If it panics, return x; else return deflt. +func try(g func(), deflt interface{}) (x interface{}) { + defer func() { + if v := recover(); v != nil { + x = v + } + }() + defer g() + return deflt +} + +// Check that closures can set output arguments. +// Run g(). If it panics, return x; else return deflt. +func try1(g func(), deflt interface{}) (x interface{}) { + defer func() { + if v := recover(); v != nil { + x = v + } + }() + defer g() + x = deflt + return +} + +func test5() { + v := try(func() { panic(5) }, 55).(int) + if v != 5 { + println("wrong value", v, 5) + die() + } + + s := try(func() {}, "hi").(string) + if s != "hi" { + println("wrong value", s, "hi") + die() + } + + v = try1(func() { panic(5) }, 55).(int) + if v != 5 { + println("try1 wrong value", v, 5) + die() + } + + s = try1(func() {}, "hi").(string) + if s != "hi" { + println("try1 wrong value", s, "hi") + die() + } +} + +// When a deferred big call starts, it must first +// create yet another stack segment to hold the +// giant frame for x. Make sure that doesn't +// confuse recover. +func big(mustRecover bool) { + var x [100000]int + x[0] = 1 + x[99999] = 1 + _ = x + + v := recover() + if mustRecover { + if v == nil { + println("missing big recover") + die() + } + } else { + if v != nil { + println("spurious big recover") + die() + } + } +} + +func test6() { + defer big(false) + defer big(true) + panic(6) +} + +func test6WithClosures() { + defer func() { + var x [100000]int + x[0] = 1 + x[99999] = 1 + _ = x + if recover() != nil { + println("spurious big closure recover") + die() + } + }() + defer func() { + var x [100000]int + x[0] = 1 + x[99999] = 1 + _ = x + if recover() == nil { + println("missing big closure recover") + die() + } + }() + panic("6WithClosures") +} + +func test7() { + ok := false + func() { + // should panic, then call mustRecover 7, which stops the panic. + // then should keep processing ordinary defers earlier than that one + // before returning. + // this test checks that the defer func on the next line actually runs. + defer func() { ok = true }() + defer mustRecover(7) + panic(7) + }() + if !ok { + println("did not run ok func") + die() + } +} + +func varargs(s *int, a ...int) { + *s = 0 + for _, v := range a { + *s += v + } + if recover() != nil { + *s += 100 + } +} + +func test8a() (r int) { + defer varargs(&r, 1, 2, 3) + panic(0) +} + +func test8b() (r int) { + defer varargs(&r, 4, 5, 6) + return +} + +func test8() { + if test8a() != 106 || test8b() != 15 { + println("wrong value") + die() + } +} + +type I interface { + M() +} + +// pointer receiver, so no wrapper in i.M() +type T1 struct{} + +func (*T1) M() { + mustRecoverBody(doubleRecover(), recover(), recover(), 9) +} + +func test9() { + var i I = &T1{} + defer i.M() + panic(9) +} + +func test9reflect1() { + f := reflect.ValueOf(&T1{}).Method(0).Interface().(func()) + defer f() + panic(9) +} + +func test9reflect2() { + f := reflect.TypeOf(&T1{}).Method(0).Func.Interface().(func(*T1)) + defer f(&T1{}) + panic(9) +} + +// word-sized value receiver, so no wrapper in i.M() +type T2 uintptr + +func (T2) M() { + mustRecoverBody(doubleRecover(), recover(), recover(), 10) +} + +func test10() { + var i I = T2(0) + defer i.M() + panic(10) +} + +func test10reflect1() { + f := reflect.ValueOf(T2(0)).Method(0).Interface().(func()) + defer f() + panic(10) +} + +func test10reflect2() { + f := reflect.TypeOf(T2(0)).Method(0).Func.Interface().(func(T2)) + defer f(T2(0)) + panic(10) +} + +// tiny receiver, so basic wrapper in i.M() +type T3 struct{} + +func (T3) M() { + mustRecoverBody(doubleRecover(), recover(), recover(), 11) +} + +func test11() { + var i I = T3{} + defer i.M() + panic(11) +} + +func test11reflect1() { + f := reflect.ValueOf(T3{}).Method(0).Interface().(func()) + defer f() + panic(11) +} + +func test11reflect2() { + f := reflect.TypeOf(T3{}).Method(0).Func.Interface().(func(T3)) + defer f(T3{}) + panic(11) +} + +// tiny receiver, so basic wrapper in i.M() +type T3deeper struct{} + +func (T3deeper) M() { + badstate() // difference from T3 + mustRecoverBody(doubleRecover(), recover(), recover(), 111) +} + +func test111() { + var i I = T3deeper{} + defer i.M() + panic(111) +} + +type Tiny struct{} + +func (Tiny) M() { + panic(112) +} + +// i.M is a wrapper, and i.M panics. +// +// This is a torture test for an old implementation of recover that +// tried to deal with wrapper functions by doing some argument +// positioning math on both entry and exit. Doing anything on exit +// is a problem because sometimes functions exit via panic instead +// of an ordinary return, so panic would have to know to do the +// same math when unwinding the stack. It gets complicated fast. +// This particular test never worked with the old scheme, because +// panic never did the right unwinding math. +// +// The new scheme adjusts Panic.argp on entry to a wrapper. +// It has no exit work, so if a wrapper is interrupted by a panic, +// there's no cleanup that panic itself must do. +// This test just works now. +func badstate() { + defer func() { + recover() + }() + var i I = Tiny{} + i.M() +} + +// large receiver, so basic wrapper in i.M() +type T4 [2]string + +func (T4) M() { + mustRecoverBody(doubleRecover(), recover(), recover(), 12) +} + +func test12() { + var i I = T4{} + defer i.M() + panic(12) +} + +func test12reflect1() { + f := reflect.ValueOf(T4{}).Method(0).Interface().(func()) + defer f() + panic(12) +} + +func test12reflect2() { + f := reflect.TypeOf(T4{}).Method(0).Func.Interface().(func(T4)) + defer f(T4{}) + panic(12) +} + +// enormous receiver, so wrapper splits stack to call M +type T5 [8192]byte + +func (T5) M() { + mustRecoverBody(doubleRecover(), recover(), recover(), 13) +} + +func test13() { + var i I = T5{} + defer i.M() + panic(13) +} + +func test13reflect1() { + f := reflect.ValueOf(T5{}).Method(0).Interface().(func()) + defer f() + panic(13) +} + +func test13reflect2() { + f := reflect.TypeOf(T5{}).Method(0).Func.Interface().(func(T5)) + defer f(T5{}) + panic(13) +} + +// enormous receiver + enormous method frame, so wrapper splits stack to call M, +// and then M splits stack to allocate its frame. +// recover must look back two frames to find the panic. +type T6 [8192]byte + +var global byte + +func (T6) M() { + var x [8192]byte + x[0] = 1 + x[1] = 2 + for i := range x { + global += x[i] + } + mustRecoverBody(doubleRecover(), recover(), recover(), 14) +} + +func test14() { + var i I = T6{} + defer i.M() + panic(14) +} + +func test14reflect1() { + f := reflect.ValueOf(T6{}).Method(0).Interface().(func()) + defer f() + panic(14) +} + +func test14reflect2() { + f := reflect.TypeOf(T6{}).Method(0).Func.Interface().(func(T6)) + defer f(T6{}) + panic(14) +} + +// function created by reflect.MakeFunc + +func reflectFunc(args []reflect.Value) (results []reflect.Value) { + mustRecoverBody(doubleRecover(), recover(), recover(), 15) + return nil +} + +func test15() { + f := reflect.MakeFunc(reflect.TypeOf((func())(nil)), reflectFunc).Interface().(func()) + defer f() + panic(15) +} + +func reflectFunc2(args []reflect.Value) (results []reflect.Value) { + // This will call reflectFunc3 + args[0].Interface().(func())() + return nil +} + +func reflectFunc3(args []reflect.Value) (results []reflect.Value) { + if v := recover(); v != nil { + println("spurious recover", v) + die() + } + return nil +} + +func test16() { + defer mustRecover(16) + + f2 := reflect.MakeFunc(reflect.TypeOf((func(func()))(nil)), reflectFunc2).Interface().(func(func())) + f3 := reflect.MakeFunc(reflect.TypeOf((func())(nil)), reflectFunc3).Interface().(func()) + defer f2(f3) + + panic(16) +} diff --git a/go/test/recover1.go b/go/test/recover1.go new file mode 100644 index 0000000000000000000000000000000000000000..c14a607c6ba4a876f8deab30dc0aa4a407edd40d --- /dev/null +++ b/go/test/recover1.go @@ -0,0 +1,141 @@ +// run + +// Copyright 2010 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. + +// Test of recover during recursive panics. +// Here be dragons. + +package main + +import "runtime" + +func main() { + test1() + test2() + test3() + test4() + test5() + test6() + test7() +} + +func die() { + runtime.Breakpoint() // can't depend on panic +} + +func mustRecover(x interface{}) { + mustNotRecover() // because it's not a defer call + v := recover() + if v == nil { + println("missing recover") + die() // panic is useless here + } + if v != x { + println("wrong value", v, x) + die() + } + + // the value should be gone now regardless + v = recover() + if v != nil { + println("recover didn't recover") + die() + } +} + +func mustNotRecover() { + v := recover() + if v != nil { + println("spurious recover") + die() + } +} + +func withoutRecover() { + mustNotRecover() // because it's a sub-call +} + +func test1() { + // Easy nested recursive panic. + defer mustRecover(1) + defer func() { + defer mustRecover(2) + panic(2) + }() + panic(1) +} + +func test2() { + // Sequential panic. + defer mustNotRecover() + defer func() { + v := recover() + if v == nil || v.(int) != 2 { + println("wrong value", v, 2) + die() + } + defer mustRecover(3) + panic(3) + }() + panic(2) +} + +func test3() { + // Sequential panic - like test2 but less picky. + defer mustNotRecover() + defer func() { + recover() + defer mustRecover(3) + panic(3) + }() + panic(2) +} + +func test4() { + // Single panic. + defer mustNotRecover() + defer func() { + recover() + }() + panic(4) +} + +func test5() { + // Single panic but recover called via defer + defer mustNotRecover() + defer func() { + defer recover() + }() + panic(5) +} + +func test6() { + // Sequential panic. + // Like test3, but changed recover to defer (same change as test4 → test5). + defer mustNotRecover() + defer func() { + defer recover() // like a normal call from this func; runs because mustRecover stops the panic + defer mustRecover(3) + panic(3) + }() + panic(2) +} + +func test7() { + // Like test6, but swapped defer order. + // The recover in "defer recover()" is now a no-op, + // because it runs called from panic, not from the func, + // and therefore cannot see the panic of 2. + // (Alternately, it cannot see the panic of 2 because + // there is an active panic of 3. And it cannot see the + // panic of 3 because it is at the wrong level (too high on the stack).) + defer mustRecover(2) + defer func() { + defer mustRecover(3) + defer recover() // now a no-op, unlike in test6. + panic(3) + }() + panic(2) +} diff --git a/go/test/recover2.go b/go/test/recover2.go new file mode 100644 index 0000000000000000000000000000000000000000..31c06ba2dc1449a0dd51bef2b446461fcba93d67 --- /dev/null +++ b/go/test/recover2.go @@ -0,0 +1,85 @@ +// run + +// Copyright 2010 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. + +// Test of recover for run-time errors. + +// TODO(rsc): +// null pointer accesses + +package main + +import "strings" + +var x = make([]byte, 10) + +func main() { + test1() + test2() + test3() + test4() + test5() + test6() + test7() +} + +func mustRecover(s string) { + v := recover() + if v == nil { + panic("expected panic") + } + if e := v.(error).Error(); strings.Index(e, s) < 0 { + panic("want: " + s + "; have: " + e) + } +} + +func test1() { + defer mustRecover("index") + println(x[123]) +} + +func test2() { + defer mustRecover("slice") + println(x[5:15]) +} + +func test3() { + defer mustRecover("slice") + var lo = 11 + var hi = 9 + println(x[lo:hi]) +} + +func test4() { + defer mustRecover("interface") + var x interface{} = 1 + println(x.(float32)) +} + +type T struct { + a, b int + c []int +} + +func test5() { + defer mustRecover("uncomparable") + var x T + var z interface{} = x + println(z != z) +} + +func test6() { + defer mustRecover("unhashable type main.T") + var x T + var z interface{} = x + m := make(map[interface{}]int) + m[z] = 1 +} + +func test7() { + defer mustRecover("divide by zero") + var x, y int + println(x / y) +} diff --git a/go/test/recover3.go b/go/test/recover3.go new file mode 100644 index 0000000000000000000000000000000000000000..1b26cb36367dcdd206b8b30dd5aad3e371fb9137 --- /dev/null +++ b/go/test/recover3.go @@ -0,0 +1,83 @@ +// run + +// Copyright 2010 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. + +// Test recovering from runtime errors. + +package main + +import ( + "runtime" + "strings" +) + +var didbug bool + +func bug() { + if didbug { + return + } + println("BUG") + didbug = true +} + +func check(name string, f func(), err string) { + defer func() { + v := recover() + if v == nil { + bug() + println(name, "did not panic") + return + } + runt, ok := v.(runtime.Error) + if !ok { + bug() + println(name, "panicked but not with runtime.Error") + return + } + s := runt.Error() + if strings.Index(s, err) < 0 { + bug() + println(name, "panicked with", s, "not", err) + return + } + }() + + f() +} + +func main() { + var x int + var x64 int64 + var p *[10]int + var q *[10000]int + var i int + + check("int-div-zero", func() { println(1 / x) }, "integer divide by zero") + check("int64-div-zero", func() { println(1 / x64) }, "integer divide by zero") + + check("nil-deref", func() { println(p[0]) }, "nil pointer dereference") + check("nil-deref-1", func() { println(p[1]) }, "nil pointer dereference") + check("nil-deref-big", func() { println(q[5000]) }, "nil pointer dereference") + + i = 99999 + var sl []int + p1 := new([10]int) + check("array-bounds", func() { println(p1[i]) }, "index out of range") + check("slice-bounds", func() { println(sl[i]) }, "index out of range") + + var inter interface{} + inter = 1 + check("type-concrete", func() { println(inter.(string)) }, "int, not string") + check("type-interface", func() { println(inter.(m)) }, "missing method m") + + if didbug { + panic("recover3") + } +} + +type m interface { + m() +} diff --git a/go/test/recover4.go b/go/test/recover4.go new file mode 100644 index 0000000000000000000000000000000000000000..19b94948b8ce1499df535bbd2e59b9b1a64adb4f --- /dev/null +++ b/go/test/recover4.go @@ -0,0 +1,76 @@ +// run + +//go:build linux || darwin + +// Copyright 2015 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. + +// Test that if a slice access causes a fault, a deferred func +// sees the most recent value of the variables it accesses. +// This is true today; the role of the test is to ensure it stays true. +// +// In the test, memcopy is the function that will fault, during dst[i] = src[i]. +// The deferred func recovers from the error and returns, making memcopy +// return the current value of n. If n is not being flushed to memory +// after each modification, the result will be a stale value of n. +// +// The test is set up by mmapping a 64 kB block of memory and then +// unmapping a 16 kB hole in the middle of it. Running memcopy +// on the resulting slice will fault when it reaches the hole. + +package main + +import ( + "log" + "runtime/debug" + "syscall" +) + +func memcopy(dst, src []byte) (n int, err error) { + defer func() { + if r, ok := recover().(error); ok { + err = r + } + }() + + for i := 0; i < len(dst) && i < len(src); i++ { + dst[i] = src[i] + n++ + } + return +} + +func main() { + // Turn the eventual fault into a panic, not a program crash, + // so that memcopy can recover. + debug.SetPanicOnFault(true) + + size := syscall.Getpagesize() + + // Map 16 pages of data with a 4-page hole in the middle. + data, err := syscall.Mmap(-1, 0, 16*size, syscall.PROT_READ|syscall.PROT_WRITE, syscall.MAP_ANON|syscall.MAP_PRIVATE) + if err != nil { + log.Fatalf("mmap: %v", err) + } + + // Create a hole in the mapping that's PROT_NONE. + // Note that we can't use munmap here because the Go runtime + // could create a mapping that ends up in this hole otherwise, + // invalidating the test. + hole := data[len(data)/2 : 3*(len(data)/4)] + if err := syscall.Mprotect(hole, syscall.PROT_NONE); err != nil { + log.Fatalf("mprotect: %v", err) + } + + // Check that memcopy returns the actual amount copied + // before the fault. + const offset = 5 + n, err := memcopy(data[offset:], make([]byte, len(data))) + if err == nil { + log.Fatal("no error from memcopy across memory hole") + } + if expect := len(data)/2 - offset; n != expect { + log.Fatalf("memcopy returned %d, want %d", n, expect) + } +} diff --git a/go/test/recover5.go b/go/test/recover5.go new file mode 100644 index 0000000000000000000000000000000000000000..0e93f5ee1dca5d10e44ba0c1236654227252a9af --- /dev/null +++ b/go/test/recover5.go @@ -0,0 +1,16 @@ +// errorcheck + +// Copyright 2017 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. + +// Verify that recover arguments requirements are enforced by the +// compiler. + +package main + +func main() { + _ = recover() // OK + _ = recover(1) // ERROR "too many arguments" + _ = recover(1, 2) // ERROR "too many arguments" +} diff --git a/go/test/reflectmethod1.go b/go/test/reflectmethod1.go new file mode 100644 index 0000000000000000000000000000000000000000..973bf15b8b5e0d40aa7cff4683310bfd230575cc --- /dev/null +++ b/go/test/reflectmethod1.go @@ -0,0 +1,30 @@ +// run + +// Copyright 2016 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. + +// The linker can prune methods that are not directly called or +// assigned to interfaces, but only if reflect.Type.Method is +// never used. Test it here. + +package main + +import "reflect" + +var called = false + +type M int + +func (m M) UniqueMethodName() { + called = true +} + +var v M + +func main() { + reflect.TypeOf(v).Method(0).Func.Interface().(func(M))(v) + if !called { + panic("UniqueMethodName not called") + } +} diff --git a/go/test/reflectmethod2.go b/go/test/reflectmethod2.go new file mode 100644 index 0000000000000000000000000000000000000000..9ee1c245daeb62a526ed20ca37d839ce9819119a --- /dev/null +++ b/go/test/reflectmethod2.go @@ -0,0 +1,36 @@ +// run + +// Copyright 2016 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. + +// The linker can prune methods that are not directly called or +// assigned to interfaces, but only if reflect.Type.MethodByName is +// never used. Test it here. + +package main + +import reflect1 "reflect" + +var called = false + +type M int + +func (m M) UniqueMethodName() { + called = true +} + +var v M + +type MyType interface { + MethodByName(string) (reflect1.Method, bool) +} + +func main() { + var t MyType = reflect1.TypeOf(v) + m, _ := t.MethodByName("UniqueMethodName") + m.Func.Interface().(func(M))(v) + if !called { + panic("UniqueMethodName not called") + } +} diff --git a/go/test/reflectmethod3.go b/go/test/reflectmethod3.go new file mode 100644 index 0000000000000000000000000000000000000000..b423a59f77e34b54b39563292fd5bec88c6ae8c8 --- /dev/null +++ b/go/test/reflectmethod3.go @@ -0,0 +1,35 @@ +// run + +// Copyright 2016 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. + +// The linker can prune methods that are not directly called or +// assigned to interfaces, but only if reflect.Type.Method is +// never used. Test it here. + +package main + +import "reflect" + +var called = false + +type M int + +func (m M) UniqueMethodName() { + called = true +} + +var v M + +type MyType interface { + Method(int) reflect.Method +} + +func main() { + var t MyType = reflect.TypeOf(v) + t.Method(0).Func.Interface().(func(M))(v) + if !called { + panic("UniqueMethodName not called") + } +} diff --git a/go/test/reflectmethod4.go b/go/test/reflectmethod4.go new file mode 100644 index 0000000000000000000000000000000000000000..037b3dada30a69bffe9cab4928bdaaa635e8c03b --- /dev/null +++ b/go/test/reflectmethod4.go @@ -0,0 +1,30 @@ +// run + +// Copyright 2016 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. + +// The linker can prune methods that are not directly called or +// assigned to interfaces, but only if reflect.Value.Method is +// never used. Test it here. + +package main + +import "reflect" + +var called = false + +type M int + +func (m M) UniqueMethodName() { + called = true +} + +var v M + +func main() { + reflect.ValueOf(v).Method(0).Interface().(func())() + if !called { + panic("UniqueMethodName not called") + } +} diff --git a/go/test/reflectmethod5.go b/go/test/reflectmethod5.go new file mode 100644 index 0000000000000000000000000000000000000000..a3fdaa2dcdfba1c19c84a0e61baa618a00f484a2 --- /dev/null +++ b/go/test/reflectmethod5.go @@ -0,0 +1,30 @@ +// run + +// Copyright 2020 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. + +// Issue 38515: failed to mark the method wrapper +// reflect.Type.Method itself as REFLECTMETHOD. + +package main + +import "reflect" + +var called bool + +type foo struct{} + +func (foo) X() { called = true } + +var h = reflect.Type.Method + +func main() { + v := reflect.ValueOf(foo{}) + m := h(v.Type(), 0) + f := m.Func.Interface().(func(foo)) + f(foo{}) + if !called { + panic("FAIL") + } +} diff --git a/go/test/reflectmethod6.go b/go/test/reflectmethod6.go new file mode 100644 index 0000000000000000000000000000000000000000..004ea303e6916d477265ee956bd08e2a4f468e29 --- /dev/null +++ b/go/test/reflectmethod6.go @@ -0,0 +1,32 @@ +// run + +// Copyright 2020 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. + +// Similar to reflectmethod5.go, but for reflect.Type.MethodByName. + +package main + +import "reflect" + +var called bool + +type foo struct{} + +func (foo) X() { called = true } + +var h = reflect.Type.MethodByName + +func main() { + v := reflect.ValueOf(foo{}) + m, ok := h(v.Type(), "X") + if !ok { + panic("FAIL") + } + f := m.Func.Interface().(func(foo)) + f(foo{}) + if !called { + panic("FAIL") + } +} diff --git a/go/test/reflectmethod7.go b/go/test/reflectmethod7.go new file mode 100644 index 0000000000000000000000000000000000000000..688238c5119fa68d97cc3d1906033ebf5c82f18d --- /dev/null +++ b/go/test/reflectmethod7.go @@ -0,0 +1,24 @@ +// run + +// Copyright 2021 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. + +// See issue 44207. + +package main + +import "reflect" + +type S int + +func (s S) M() {} + +func main() { + t := reflect.TypeOf(S(0)) + fn, ok := reflect.PointerTo(t).MethodByName("M") + if !ok { + panic("FAIL") + } + fn.Func.Call([]reflect.Value{reflect.New(t)}) +} diff --git a/go/test/reflectmethod8.go b/go/test/reflectmethod8.go new file mode 100644 index 0000000000000000000000000000000000000000..482163bae6f4419811b374ec7eaea0442eef8980 --- /dev/null +++ b/go/test/reflectmethod8.go @@ -0,0 +1,26 @@ +// compile + +// Copyright 2021 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. + +// Make sure that the compiler can analyze non-reflect +// Type.{Method,MethodByName} calls. + +package p + +type I interface { + MethodByName(string) + Method(int) +} + +type M struct{} + +func (M) MethodByName(string) {} +func (M) Method(int) {} + +func f() { + var m M + I.MethodByName(m, "") + I.Method(m, 42) +} diff --git a/go/test/rename.go b/go/test/rename.go new file mode 100644 index 0000000000000000000000000000000000000000..83f184b74dcbd77c84948543a6b6ab60706d7834 --- /dev/null +++ b/go/test/rename.go @@ -0,0 +1,103 @@ +// run + +// Copyright 2009 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. + +// Test that predeclared names can be redeclared by the user. + +package main + +import ( + "fmt" + "runtime" +) + +func main() { + n := + append + + bool + + byte + + complex + + complex64 + + complex128 + + cap + + close + + delete + + error + + false + + float32 + + float64 + + imag + + int + + int8 + + int16 + + int32 + + int64 + + len + + make + + new + + nil + + panic + + print + + println + + real + + recover + + rune + + string + + true + + uint + + uint8 + + uint16 + + uint32 + + uint64 + + uintptr + + iota + if n != NUM*(NUM-1)/2 { + fmt.Println("BUG: wrong n", n, NUM*(NUM-1)/2) + runtime.Breakpoint() // panic is inaccessible + } +} + +const ( + // cannot use iota here, because iota = 38 below + append = 1 + bool = 2 + byte = 3 + complex = 4 + complex64 = 5 + complex128 = 6 + cap = 7 + close = 8 + delete = 9 + error = 10 + false = 11 + float32 = 12 + float64 = 13 + imag = 14 + int = 15 + int8 = 16 + int16 = 17 + int32 = 18 + int64 = 19 + len = 20 + make = 21 + new = 22 + nil = 23 + panic = 24 + print = 25 + println = 26 + real = 27 + recover = 28 + rune = 29 + string = 30 + true = 31 + uint = 32 + uint8 = 33 + uint16 = 34 + uint32 = 35 + uint64 = 36 + uintptr = 37 + iota = 38 + NUM = 39 +) diff --git a/go/test/rename1.go b/go/test/rename1.go new file mode 100644 index 0000000000000000000000000000000000000000..56824e99eca75510a81b233d5cd4a4016fd5f02c --- /dev/null +++ b/go/test/rename1.go @@ -0,0 +1,60 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that renamed identifiers no longer have their old meaning. +// Does not compile. + +package main + +func main() { + var n byte // ERROR "not a type|expected type" + var y = float32(0) // ERROR "cannot call|expected function" + const ( + a = 1 + iota // ERROR "invalid operation|incompatible types|cannot convert" + ) + _, _ = n, y +} + +const ( + append = 1 + bool = 2 + byte = 3 + complex = 4 + complex64 = 5 + complex128 = 6 + cap = 7 + close = 8 + delete = 9 + error = 10 + false = 11 + float32 = 12 + float64 = 13 + imag = 14 + int = 15 + int8 = 16 + int16 = 17 + int32 = 18 + int64 = 19 + len = 20 + make = 21 + new = 22 + nil = 23 + panic = 24 + print = 25 + println = 26 + real = 27 + recover = 28 + rune = 29 + string = 30 + true = 31 + uint = 32 + uint8 = 33 + uint16 = 34 + uint32 = 35 + uint64 = 36 + uintptr = 37 + iota = "38" +) diff --git a/go/test/reorder.go b/go/test/reorder.go new file mode 100644 index 0000000000000000000000000000000000000000..57892f882fa5b48f0d9ed835af1ba76d5a230f0f --- /dev/null +++ b/go/test/reorder.go @@ -0,0 +1,167 @@ +// run + +// Copyright 2011 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. + +// Test reordering of assignments. + +package main + +import "fmt" + +func main() { + p1() + p2() + p3() + p4() + p5() + p6() + p7() + p8() + p9() + p10() + p11() +} + +var gx []int + +func f(i int) int { + return gx[i] +} + +func check(x []int, x0, x1, x2 int) { + if x[0] != x0 || x[1] != x1 || x[2] != x2 { + fmt.Printf("%v, want %d,%d,%d\n", x, x0, x1, x2) + panic("failed") + } +} + +func check3(x, y, z, xx, yy, zz int) { + if x != xx || y != yy || z != zz { + fmt.Printf("%d,%d,%d, want %d,%d,%d\n", x, y, z, xx, yy, zz) + panic("failed") + } +} + +func p1() { + x := []int{1, 2, 3} + i := 0 + i, x[i] = 1, 100 + _ = i + check(x, 100, 2, 3) +} + +func p2() { + x := []int{1, 2, 3} + i := 0 + x[i], i = 100, 1 + _ = i + check(x, 100, 2, 3) +} + +func p3() { + x := []int{1, 2, 3} + y := x + gx = x + x[1], y[0] = f(0), f(1) + check(x, 2, 1, 3) +} + +func p4() { + x := []int{1, 2, 3} + y := x + gx = x + x[1], y[0] = gx[0], gx[1] + check(x, 2, 1, 3) +} + +func p5() { + x := []int{1, 2, 3} + y := x + p := &x[0] + q := &x[1] + *p, *q = x[1], y[0] + check(x, 2, 1, 3) +} + +func p6() { + x := 1 + y := 2 + z := 3 + px := &x + py := &y + *px, *py = y, x + check3(x, y, z, 2, 1, 3) +} + +func f1(x, y, z int) (xx, yy, zz int) { + return x, y, z +} + +func f2() (x, y, z int) { + return f1(2, 1, 3) +} + +func p7() { + x, y, z := f2() + check3(x, y, z, 2, 1, 3) +} + +func p8() { + m := make(map[int]int) + m[0] = len(m) + if m[0] != 0 { + panic(m[0]) + } +} + +// Issue #13433: Left-to-right assignment of OAS2XXX nodes. +func p9() { + var x bool + + // OAS2FUNC + x, x = fn() + checkOAS2XXX(x, "x, x = fn()") + + // OAS2RECV + var c = make(chan bool, 10) + c <- false + x, x = <-c + checkOAS2XXX(x, "x, x <-c") + + // OAS2MAPR + var m = map[int]bool{0: false} + x, x = m[0] + checkOAS2XXX(x, "x, x = m[0]") + + // OAS2DOTTYPE + var i interface{} = false + x, x = i.(bool) + checkOAS2XXX(x, "x, x = i.(bool)") +} + +//go:noinline +func fn() (bool, bool) { return false, true } + +// checks the order of OAS2XXX. +func checkOAS2XXX(x bool, s string) { + if !x { + fmt.Printf("%s; got=(false); want=(true)\n", s) + panic("failed") + } +} + +//go:noinline +func fp() (*int, int) { return nil, 42 } + +func p10() { + p := new(int) + p, *p = fp() +} + +func p11() { + var i interface{} + p := new(bool) + p, *p = i.(*bool) +} diff --git a/go/test/reorder2.go b/go/test/reorder2.go new file mode 100644 index 0000000000000000000000000000000000000000..07f1b158d0e7e962aa1c3c3fb72293d1b361807a --- /dev/null +++ b/go/test/reorder2.go @@ -0,0 +1,341 @@ +// run + +// Copyright 2010 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. + +// Test reorderings; derived from fixedbugs/bug294.go. + +package main + +var log string + +type TT int + +func (t TT) a(s string) TT { + log += "a(" + s + ")" + return t +} + +func (TT) b(s string) string { + log += "b(" + s + ")" + return s +} + +type F func(s string) F + +func a(s string) F { + log += "a(" + s + ")" + return F(a) +} + +func b(s string) string { + log += "b(" + s + ")" + return s +} + +type I interface { + a(s string) I + b(s string) string +} + +type T1 int + +func (t T1) a(s string) I { + log += "a(" + s + ")" + return t +} + +func (T1) b(s string) string { + log += "b(" + s + ")" + return s +} + +// f(g(), h()) where g is not inlinable but h is will have the same problem. +// As will x := g() + h() (same conditions). +// And g() <- h(). +func f(x, y string) { + log += "f(" + x + ", " + y + ")" +} + +//go:noinline +func ff(x, y string) { + log += "ff(" + x + ", " + y + ")" +} + +func h(x string) string { + log += "h(" + x + ")" + return x +} + +//go:noinline +func g(x string) string { + log += "g(" + x + ")" + return x +} + +func main() { + err := 0 + var t TT + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + + if s := t.a("1").b("3"); log != "a(1)b(3)" || s != "3" { + println("expecting a(1)b(3) and 3, got ", log, " and ", s) + err++ + } + log = "" + + if s := t.a("1").a(t.b("2")).b("3") + t.a("4").b("5"); log != "a(1)b(2)a(2)b(3)a(4)b(5)" || s != "35" { + println("expecting a(1)b(2)a(2)b(3)a(4)b(5) and 35, got ", log, " and ", s) + err++ + } + log = "" + + if s := t.a("4").b("5") + t.a("1").a(t.b("2")).b("3"); log != "a(4)b(5)a(1)b(2)a(2)b(3)" || s != "53" { + println("expecting a(4)b(5)a(1)b(2)a(2)b(3) and 35, got ", log, " and ", s) + err++ + } + log = "" + + if ff(g("1"), g("2")); log != "g(1)g(2)ff(1, 2)" { + println("expecting g(1)g(2)ff..., got ", log) + err++ + } + log = "" + + if ff(g("1"), h("2")); log != "g(1)h(2)ff(1, 2)" { + println("expecting g(1)h(2)ff..., got ", log) + err++ + } + log = "" + + if ff(h("1"), g("2")); log != "h(1)g(2)ff(1, 2)" { + println("expecting h(1)g(2)ff..., got ", log) + err++ + } + log = "" + + if ff(h("1"), h("2")); log != "h(1)h(2)ff(1, 2)" { + println("expecting h(1)h(2)ff..., got ", log) + err++ + } + log = "" + + if s := g("1") + g("2"); log != "g(1)g(2)" || s != "12" { + println("expecting g1g2 and 12, got ", log, " and ", s) + err++ + } + log = "" + + if s := g("1") + h("2"); log != "g(1)h(2)" || s != "12" { + println("expecting g1h2 and 12, got ", log, " and ", s) + err++ + } + log = "" + + if s := h("1") + g("2"); log != "h(1)g(2)" || s != "12" { + println("expecting h1g2 and 12, got ", log, " and ", s) + err++ + } + log = "" + + if s := h("1") + h("2"); log != "h(1)h(2)" || s != "12" { + println("expecting h1h2 and 12, got ", log, " and ", s) + err++ + } + log = "" + + x := 0 + switch x { + case 0: + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("in switch, expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("in switch, expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("in switch, expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("in switch, expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + } + + c := make(chan int, 1) + c <- 1 + select { + case c <- 0: + case c <- 1: + case <-c: + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("in select1, expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("in select1, expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("in select1, expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("in select1, expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + } + + c <- 1 + select { + case <-c: + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("in select2, expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("in select2, expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("in select2, expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("in select2, expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + } + + c <- 1 + select { + default: + case c <- 1: + case <-c: + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("in select3, expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("in select3, expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("in select3, expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("in select3, expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + } + + c <- 1 + select { + default: + case <-c: + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("in select4, expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("in select4, expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("in select4, expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("in select4, expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + } + + select { + case <-c: + case <-c: + default: + if a("1")("2")("3"); log != "a(1)a(2)a(3)" { + println("in select5, expecting a(1)a(2)a(3) , got ", log) + err++ + } + log = "" + + if t.a("1").a(t.b("2")); log != "a(1)b(2)a(2)" { + println("in select5, expecting a(1)b(2)a(2), got ", log) + err++ + } + log = "" + if a("3")(b("4"))(b("5")); log != "a(3)b(4)a(4)b(5)a(5)" { + println("in select5, expecting a(3)b(4)a(4)b(5)a(5), got ", log) + err++ + } + log = "" + var i I = T1(0) + if i.a("6").a(i.b("7")).a(i.b("8")).a(i.b("9")); log != "a(6)b(7)a(7)b(8)a(8)b(9)a(9)" { + println("in select5, expecting a(6)ba(7)ba(8)ba(9), got", log) + err++ + } + log = "" + } + + if err > 0 { + panic("fail") + } +} diff --git a/go/test/retjmp.go b/go/test/retjmp.go new file mode 100644 index 0000000000000000000000000000000000000000..778d903625469aff218ab03604845811253c6f3f --- /dev/null +++ b/go/test/retjmp.go @@ -0,0 +1,9 @@ +// buildrundir + +// Copyright 2018 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. + +// Test that return jump works correctly in assembly code. + +package ignored diff --git a/go/test/return.go b/go/test/return.go new file mode 100644 index 0000000000000000000000000000000000000000..95f94b9276c783367ba0949511bf48114ecd278b --- /dev/null +++ b/go/test/return.go @@ -0,0 +1,2821 @@ +// errorcheck + +// Copyright 2013 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. + +// Test compiler diagnosis of function missing return statements. +// See issue 65 and golang.org/s/go11return. + +package p + +type T int + +var x interface{} +var c chan int + +func external() int // ok + +func _() int { +} // ERROR "missing return" + +func _() int { + print(1) +} // ERROR "missing return" + +// return is okay +func _() int { + print(1) + return 2 +} + +// goto is okay +func _() int { +L: + print(1) + goto L +} + +// panic is okay +func _() int { + print(1) + panic(2) +} + +// but only builtin panic +func _() int { + var panic = func(int) {} + print(1) + panic(2) +} // ERROR "missing return" + +// block ending in terminating statement is okay +func _() int { + { + print(1) + return 2 + } +} + +// block ending in terminating statement is okay +func _() int { +L: + { + print(1) + goto L + } +} + +// block ending in terminating statement is okay +func _() int { + print(1) + { + panic(2) + } +} + +// adding more code - even though it is dead - now requires a return + +func _() int { + print(1) + return 2 + print(3) +} // ERROR "missing return" + +func _() int { +L: + print(1) + goto L + print(3) +} // ERROR "missing return" + +func _() int { + print(1) + panic(2) + print(3) +} // ERROR "missing return" + +func _() int { + { + print(1) + return 2 + print(3) + } +} // ERROR "missing return" + +func _() int { +L: + { + print(1) + goto L + print(3) + } +} // ERROR "missing return" + +func _() int { + print(1) + { + panic(2) + print(3) + } +} // ERROR "missing return" + +func _() int { + { + print(1) + return 2 + } + print(3) +} // ERROR "missing return" + +func _() int { +L: + { + print(1) + goto L + } + print(3) +} // ERROR "missing return" + +func _() int { + print(1) + { + panic(2) + } + print(3) +} // ERROR "missing return" + +// even an empty dead block triggers the message, because it +// becomes the final statement. + +func _() int { + print(1) + return 2 + {} +} // ERROR "missing return" + +func _() int { +L: + print(1) + goto L + {} +} // ERROR "missing return" + +func _() int { + print(1) + panic(2) + {} +} // ERROR "missing return" + +func _() int { + { + print(1) + return 2 + {} + } +} // ERROR "missing return" + +func _() int { +L: + { + print(1) + goto L + {} + } +} // ERROR "missing return" + +func _() int { + print(1) + { + panic(2) + {} + } +} // ERROR "missing return" + +func _() int { + { + print(1) + return 2 + } + {} +} // ERROR "missing return" + +func _() int { +L: + { + print(1) + goto L + } + {} +} // ERROR "missing return" + +func _() int { + print(1) + { + panic(2) + } + {} +} // ERROR "missing return" + +// if-else chain with final else and all terminating is okay + +func _() int { + print(1) + if x == nil { + panic(2) + } else { + panic(3) + } +} + +func _() int { +L: + print(1) + if x == nil { + panic(2) + } else { + goto L + } +} + +func _() int { +L: + print(1) + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 2 { + panic(3) + } else { + goto L + } +} + +// if-else chain missing final else is not okay, even if the +// conditions cover every possible case. + +func _() int { + print(1) + if x == nil { + panic(2) + } else if x != nil { + panic(3) + } +} // ERROR "missing return" + +func _() int { + print(1) + if x == nil { + panic(2) + } +} // ERROR "missing return" + +func _() int { + print(1) + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 1 { + panic(3) + } +} // ERROR "missing return" + + +// for { loops that never break are okay. + +func _() int { + print(1) + for {} +} + +func _() int { + for { + for { + break + } + } +} + +func _() int { + for { + L: + for { + break L + } + } +} + +// for { loops that break are not okay. + +func _() int { + print(1) + for { break } +} // ERROR "missing return" + +func _() int { + for { + for { + } + break + } +} // ERROR "missing return" + +func _() int { +L: + for { + for { + break L + } + } +} // ERROR "missing return" + +// if there's a condition - even "true" - the loops are no longer syntactically terminating + +func _() int { + print(1) + for x == nil {} +} // ERROR "missing return" + +func _() int { + for x == nil { + for { + break + } + } +} // ERROR "missing return" + +func _() int { + for x == nil { + L: + for { + break L + } + } +} // ERROR "missing return" + +func _() int { + print(1) + for true {} +} // ERROR "missing return" + +func _() int { + for true { + for { + break + } + } +} // ERROR "missing return" + +func _() int { + for true { + L: + for { + break L + } + } +} // ERROR "missing return" + +// select in which all cases terminate and none break are okay. + +func _() int { + print(1) + select{} +} + +func _() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + } +} + +func _() int { + print(1) + select { + case <-c: + print(2) + for{} + } +} + +func _() int { +L: + print(1) + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + goto L + } +} + +func _() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + default: + select{} + } +} + +// if any cases don't terminate, the select isn't okay anymore + +func _() int { + print(1) + select { + case <-c: + print(2) + } +} // ERROR "missing return" + +func _() int { +L: + print(1) + select { + case <-c: + print(2) + panic("abc") + goto L + case c <- 1: + print(2) + } +} // ERROR "missing return" + + +func _() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + default: + print(2) + } +} // ERROR "missing return" + + +// if any breaks refer to the select, the select isn't okay anymore, even if they're dead + +func _() int { + print(1) + select{ default: break } +} // ERROR "missing return" + +func _() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + break + } +} // ERROR "missing return" + +func _() int { + print(1) +L: + select { + case <-c: + print(2) + for{ break L } + } +} // ERROR "missing return" + +func _() int { + print(1) +L: + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + break L + } +} // ERROR "missing return" + +func _() int { + print(1) + select { + case <-c: + print(1) + panic("abc") + default: + select{} + break + } +} // ERROR "missing return" + +// switch with default in which all cases terminate is okay + +func _() int { + print(1) + switch x { + case 1: + print(2) + panic(3) + default: + return 4 + } +} + +func _() int { + print(1) + switch x { + default: + return 4 + case 1: + print(2) + panic(3) + } +} + +func _() int { + print(1) + switch x { + case 1: + print(2) + fallthrough + default: + return 4 + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +func _() int { + print(1) + switch { + } +} // ERROR "missing return" + + +func _() int { + print(1) + switch x { + case 1: + print(2) + panic(3) + case 2: + return 4 + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x { + case 2: + return 4 + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x { + case 1: + print(2) + fallthrough + case 2: + return 4 + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x { + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +func _() int { + print(1) +L: + switch x { + case 1: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x { + default: + return 4 + break + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { + print(1) +L: + switch x { + case 1: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +// type switch with default in which all cases terminate is okay + +func _() int { + print(1) + switch x.(type) { + case int: + print(2) + panic(3) + default: + return 4 + } +} + +func _() int { + print(1) + switch x.(type) { + default: + return 4 + case int: + print(2) + panic(3) + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +func _() int { + print(1) + switch { + } +} // ERROR "missing return" + + +func _() int { + print(1) + switch x.(type) { + case int: + print(2) + panic(3) + case float64: + return 4 + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x.(type) { + case float64: + return 4 + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x.(type) { + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +func _() int { + print(1) +L: + switch x.(type) { + case int: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +func _() int { + print(1) + switch x.(type) { + default: + return 4 + break + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { + print(1) +L: + switch x.(type) { + case int: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +// again, but without the leading print(1). +// testing that everything works when the terminating statement is first. + +func _() int { +} // ERROR "missing return" + +// return is okay +func _() int { + return 2 +} + +// goto is okay +func _() int { +L: + goto L +} + +// panic is okay +func _() int { + panic(2) +} + +// but only builtin panic +func _() int { + var panic = func(int) {} + panic(2) +} // ERROR "missing return" + +// block ending in terminating statement is okay +func _() int { + { + return 2 + } +} + +// block ending in terminating statement is okay +func _() int { +L: + { + goto L + } +} + +// block ending in terminating statement is okay +func _() int { + { + panic(2) + } +} + +// adding more code - even though it is dead - now requires a return + +func _() int { + return 2 + print(3) +} // ERROR "missing return" + +func _() int { +L: + goto L + print(3) +} // ERROR "missing return" + +func _() int { + panic(2) + print(3) +} // ERROR "missing return" + +func _() int { + { + return 2 + print(3) + } +} // ERROR "missing return" + +func _() int { +L: + { + goto L + print(3) + } +} // ERROR "missing return" + +func _() int { + { + panic(2) + print(3) + } +} // ERROR "missing return" + +func _() int { + { + return 2 + } + print(3) +} // ERROR "missing return" + +func _() int { +L: + { + goto L + } + print(3) +} // ERROR "missing return" + +func _() int { + { + panic(2) + } + print(3) +} // ERROR "missing return" + +// even an empty dead block triggers the message, because it +// becomes the final statement. + +func _() int { + return 2 + {} +} // ERROR "missing return" + +func _() int { +L: + goto L + {} +} // ERROR "missing return" + +func _() int { + panic(2) + {} +} // ERROR "missing return" + +func _() int { + { + return 2 + {} + } +} // ERROR "missing return" + +func _() int { +L: + { + goto L + {} + } +} // ERROR "missing return" + +func _() int { + { + panic(2) + {} + } +} // ERROR "missing return" + +func _() int { + { + return 2 + } + {} +} // ERROR "missing return" + +func _() int { +L: + { + goto L + } + {} +} // ERROR "missing return" + +func _() int { + { + panic(2) + } + {} +} // ERROR "missing return" + +// if-else chain with final else and all terminating is okay + +func _() int { + if x == nil { + panic(2) + } else { + panic(3) + } +} + +func _() int { +L: + if x == nil { + panic(2) + } else { + goto L + } +} + +func _() int { +L: + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 2 { + panic(3) + } else { + goto L + } +} + +// if-else chain missing final else is not okay, even if the +// conditions cover every possible case. + +func _() int { + if x == nil { + panic(2) + } else if x != nil { + panic(3) + } +} // ERROR "missing return" + +func _() int { + if x == nil { + panic(2) + } +} // ERROR "missing return" + +func _() int { + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 1 { + panic(3) + } +} // ERROR "missing return" + + +// for { loops that never break are okay. + +func _() int { + for {} +} + +func _() int { + for { + for { + break + } + } +} + +func _() int { + for { + L: + for { + break L + } + } +} + +// for { loops that break are not okay. + +func _() int { + for { break } +} // ERROR "missing return" + +func _() int { + for { + for { + } + break + } +} // ERROR "missing return" + +func _() int { +L: + for { + for { + break L + } + } +} // ERROR "missing return" + +// if there's a condition - even "true" - the loops are no longer syntactically terminating + +func _() int { + for x == nil {} +} // ERROR "missing return" + +func _() int { + for x == nil { + for { + break + } + } +} // ERROR "missing return" + +func _() int { + for x == nil { + L: + for { + break L + } + } +} // ERROR "missing return" + +func _() int { + for true {} +} // ERROR "missing return" + +func _() int { + for true { + for { + break + } + } +} // ERROR "missing return" + +func _() int { + for true { + L: + for { + break L + } + } +} // ERROR "missing return" + +// select in which all cases terminate and none break are okay. + +func _() int { + select{} +} + +func _() int { + select { + case <-c: + print(2) + panic("abc") + } +} + +func _() int { + select { + case <-c: + print(2) + for{} + } +} + +func _() int { +L: + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + goto L + } +} + +func _() int { + select { + case <-c: + print(2) + panic("abc") + default: + select{} + } +} + +// if any cases don't terminate, the select isn't okay anymore + +func _() int { + select { + case <-c: + print(2) + } +} // ERROR "missing return" + +func _() int { +L: + select { + case <-c: + print(2) + panic("abc") + goto L + case c <- 1: + print(2) + } +} // ERROR "missing return" + + +func _() int { + select { + case <-c: + print(2) + panic("abc") + default: + print(2) + } +} // ERROR "missing return" + + +// if any breaks refer to the select, the select isn't okay anymore, even if they're dead + +func _() int { + select{ default: break } +} // ERROR "missing return" + +func _() int { + select { + case <-c: + print(2) + panic("abc") + break + } +} // ERROR "missing return" + +func _() int { +L: + select { + case <-c: + print(2) + for{ break L } + } +} // ERROR "missing return" + +func _() int { +L: + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + break L + } +} // ERROR "missing return" + +func _() int { + select { + case <-c: + panic("abc") + default: + select{} + break + } +} // ERROR "missing return" + +// switch with default in which all cases terminate is okay + +func _() int { + switch x { + case 1: + print(2) + panic(3) + default: + return 4 + } +} + +func _() int { + switch x { + default: + return 4 + case 1: + print(2) + panic(3) + } +} + +func _() int { + switch x { + case 1: + print(2) + fallthrough + default: + return 4 + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +func _() int { + switch { + } +} // ERROR "missing return" + + +func _() int { + switch x { + case 1: + print(2) + panic(3) + case 2: + return 4 + } +} // ERROR "missing return" + +func _() int { + switch x { + case 2: + return 4 + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { + switch x { + case 1: + print(2) + fallthrough + case 2: + return 4 + } +} // ERROR "missing return" + +func _() int { + switch x { + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +func _() int { +L: + switch x { + case 1: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +func _() int { + switch x { + default: + return 4 + break + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { +L: + switch x { + case 1: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +// type switch with default in which all cases terminate is okay + +func _() int { + switch x.(type) { + case int: + print(2) + panic(3) + default: + return 4 + } +} + +func _() int { + switch x.(type) { + default: + return 4 + case int: + print(2) + panic(3) + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +func _() int { + switch { + } +} // ERROR "missing return" + + +func _() int { + switch x.(type) { + case int: + print(2) + panic(3) + case float64: + return 4 + } +} // ERROR "missing return" + +func _() int { + switch x.(type) { + case float64: + return 4 + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { + switch x.(type) { + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +func _() int { +L: + switch x.(type) { + case int: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +func _() int { + switch x.(type) { + default: + return 4 + break + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +func _() int { +L: + switch x.(type) { + case int: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +func _() int { + switch x.(type) { + default: + return 4 + case int, float64: + print(2) + panic(3) + } +} + +// again, with func literals + +var _ = func() int { +} // ERROR "missing return" + +var _ = func() int { + print(1) +} // ERROR "missing return" + +// return is okay +var _ = func() int { + print(1) + return 2 +} + +// goto is okay +var _ = func() int { +L: + print(1) + goto L +} + +// panic is okay +var _ = func() int { + print(1) + panic(2) +} + +// but only builtin panic +var _ = func() int { + var panic = func(int) {} + print(1) + panic(2) +} // ERROR "missing return" + +// block ending in terminating statement is okay +var _ = func() int { + { + print(1) + return 2 + } +} + +// block ending in terminating statement is okay +var _ = func() int { +L: + { + print(1) + goto L + } +} + +// block ending in terminating statement is okay +var _ = func() int { + print(1) + { + panic(2) + } +} + +// adding more code - even though it is dead - now requires a return + +var _ = func() int { + print(1) + return 2 + print(3) +} // ERROR "missing return" + +var _ = func() int { +L: + print(1) + goto L + print(3) +} // ERROR "missing return" + +var _ = func() int { + print(1) + panic(2) + print(3) +} // ERROR "missing return" + +var _ = func() int { + { + print(1) + return 2 + print(3) + } +} // ERROR "missing return" + +var _ = func() int { +L: + { + print(1) + goto L + print(3) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + { + panic(2) + print(3) + } +} // ERROR "missing return" + +var _ = func() int { + { + print(1) + return 2 + } + print(3) +} // ERROR "missing return" + +var _ = func() int { +L: + { + print(1) + goto L + } + print(3) +} // ERROR "missing return" + +var _ = func() int { + print(1) + { + panic(2) + } + print(3) +} // ERROR "missing return" + +// even an empty dead block triggers the message, because it +// becomes the final statement. + +var _ = func() int { + print(1) + return 2 + {} +} // ERROR "missing return" + +var _ = func() int { +L: + print(1) + goto L + {} +} // ERROR "missing return" + +var _ = func() int { + print(1) + panic(2) + {} +} // ERROR "missing return" + +var _ = func() int { + { + print(1) + return 2 + {} + } +} // ERROR "missing return" + +var _ = func() int { +L: + { + print(1) + goto L + {} + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + { + panic(2) + {} + } +} // ERROR "missing return" + +var _ = func() int { + { + print(1) + return 2 + } + {} +} // ERROR "missing return" + +var _ = func() int { +L: + { + print(1) + goto L + } + {} +} // ERROR "missing return" + +var _ = func() int { + print(1) + { + panic(2) + } + {} +} // ERROR "missing return" + +// if-else chain with final else and all terminating is okay + +var _ = func() int { + print(1) + if x == nil { + panic(2) + } else { + panic(3) + } +} + +var _ = func() int { +L: + print(1) + if x == nil { + panic(2) + } else { + goto L + } +} + +var _ = func() int { +L: + print(1) + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 2 { + panic(3) + } else { + goto L + } +} + +// if-else chain missing final else is not okay, even if the +// conditions cover every possible case. + +var _ = func() int { + print(1) + if x == nil { + panic(2) + } else if x != nil { + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + if x == nil { + panic(2) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 1 { + panic(3) + } +} // ERROR "missing return" + + +// for { loops that never break are okay. + +var _ = func() int { + print(1) + for {} +} + +var _ = func() int { + for { + for { + break + } + } +} + +var _ = func() int { + for { + L: + for { + break L + } + } +} + +// for { loops that break are not okay. + +var _ = func() int { + print(1) + for { break } +} // ERROR "missing return" + +var _ = func() int { + for { + for { + } + break + } +} // ERROR "missing return" + +var _ = func() int { +L: + for { + for { + break L + } + } +} // ERROR "missing return" + +// if there's a condition - even "true" - the loops are no longer syntactically terminating + +var _ = func() int { + print(1) + for x == nil {} +} // ERROR "missing return" + +var _ = func() int { + for x == nil { + for { + break + } + } +} // ERROR "missing return" + +var _ = func() int { + for x == nil { + L: + for { + break L + } + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + for true {} +} // ERROR "missing return" + +var _ = func() int { + for true { + for { + break + } + } +} // ERROR "missing return" + +var _ = func() int { + for true { + L: + for { + break L + } + } +} // ERROR "missing return" + +// select in which all cases terminate and none break are okay. + +var _ = func() int { + print(1) + select{} +} + +var _ = func() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + } +} + +var _ = func() int { + print(1) + select { + case <-c: + print(2) + for{} + } +} + +var _ = func() int { +L: + print(1) + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + goto L + } +} + +var _ = func() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + default: + select{} + } +} + +// if any cases don't terminate, the select isn't okay anymore + +var _ = func() int { + print(1) + select { + case <-c: + print(2) + } +} // ERROR "missing return" + +var _ = func() int { +L: + print(1) + select { + case <-c: + print(2) + panic("abc") + goto L + case c <- 1: + print(2) + } +} // ERROR "missing return" + + +var _ = func() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + default: + print(2) + } +} // ERROR "missing return" + + +// if any breaks refer to the select, the select isn't okay anymore, even if they're dead + +var _ = func() int { + print(1) + select{ default: break } +} // ERROR "missing return" + +var _ = func() int { + print(1) + select { + case <-c: + print(2) + panic("abc") + break + } +} // ERROR "missing return" + +var _ = func() int { + print(1) +L: + select { + case <-c: + print(2) + for{ break L } + } +} // ERROR "missing return" + +var _ = func() int { + print(1) +L: + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + break L + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + select { + case <-c: + print(1) + panic("abc") + default: + select{} + break + } +} // ERROR "missing return" + +// switch with default in which all cases terminate is okay + +var _ = func() int { + print(1) + switch x { + case 1: + print(2) + panic(3) + default: + return 4 + } +} + +var _ = func() int { + print(1) + switch x { + default: + return 4 + case 1: + print(2) + panic(3) + } +} + +var _ = func() int { + print(1) + switch x { + case 1: + print(2) + fallthrough + default: + return 4 + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +var _ = func() int { + print(1) + switch { + } +} // ERROR "missing return" + + +var _ = func() int { + print(1) + switch x { + case 1: + print(2) + panic(3) + case 2: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x { + case 2: + return 4 + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x { + case 1: + print(2) + fallthrough + case 2: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x { + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +var _ = func() int { + print(1) +L: + switch x { + case 1: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x { + default: + return 4 + break + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) +L: + switch x { + case 1: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +// type switch with default in which all cases terminate is okay + +var _ = func() int { + print(1) + switch x.(type) { + case int: + print(2) + panic(3) + default: + return 4 + } +} + +var _ = func() int { + print(1) + switch x.(type) { + default: + return 4 + case int: + print(2) + panic(3) + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +var _ = func() int { + print(1) + switch { + } +} // ERROR "missing return" + + +var _ = func() int { + print(1) + switch x.(type) { + case int: + print(2) + panic(3) + case float64: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x.(type) { + case float64: + return 4 + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x.(type) { + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +var _ = func() int { + print(1) +L: + switch x.(type) { + case int: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + print(1) + switch x.(type) { + default: + return 4 + break + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + print(1) +L: + switch x.(type) { + case int: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +// again, but without the leading print(1). +// testing that everything works when the terminating statement is first. + +var _ = func() int { +} // ERROR "missing return" + +// return is okay +var _ = func() int { + return 2 +} + +// goto is okay +var _ = func() int { +L: + goto L +} + +// panic is okay +var _ = func() int { + panic(2) +} + +// but only builtin panic +var _ = func() int { + var panic = func(int) {} + panic(2) +} // ERROR "missing return" + +// block ending in terminating statement is okay +var _ = func() int { + { + return 2 + } +} + +// block ending in terminating statement is okay +var _ = func() int { +L: + { + goto L + } +} + +// block ending in terminating statement is okay +var _ = func() int { + { + panic(2) + } +} + +// adding more code - even though it is dead - now requires a return + +var _ = func() int { + return 2 + print(3) +} // ERROR "missing return" + +var _ = func() int { +L: + goto L + print(3) +} // ERROR "missing return" + +var _ = func() int { + panic(2) + print(3) +} // ERROR "missing return" + +var _ = func() int { + { + return 2 + print(3) + } +} // ERROR "missing return" + +var _ = func() int { +L: + { + goto L + print(3) + } +} // ERROR "missing return" + +var _ = func() int { + { + panic(2) + print(3) + } +} // ERROR "missing return" + +var _ = func() int { + { + return 2 + } + print(3) +} // ERROR "missing return" + +var _ = func() int { +L: + { + goto L + } + print(3) +} // ERROR "missing return" + +var _ = func() int { + { + panic(2) + } + print(3) +} // ERROR "missing return" + +// even an empty dead block triggers the message, because it +// becomes the final statement. + +var _ = func() int { + return 2 + {} +} // ERROR "missing return" + +var _ = func() int { +L: + goto L + {} +} // ERROR "missing return" + +var _ = func() int { + panic(2) + {} +} // ERROR "missing return" + +var _ = func() int { + { + return 2 + {} + } +} // ERROR "missing return" + +var _ = func() int { +L: + { + goto L + {} + } +} // ERROR "missing return" + +var _ = func() int { + { + panic(2) + {} + } +} // ERROR "missing return" + +var _ = func() int { + { + return 2 + } + {} +} // ERROR "missing return" + +var _ = func() int { +L: + { + goto L + } + {} +} // ERROR "missing return" + +var _ = func() int { + { + panic(2) + } + {} +} // ERROR "missing return" + +// if-else chain with final else and all terminating is okay + +var _ = func() int { + if x == nil { + panic(2) + } else { + panic(3) + } +} + +var _ = func() int { +L: + if x == nil { + panic(2) + } else { + goto L + } +} + +var _ = func() int { +L: + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 2 { + panic(3) + } else { + goto L + } +} + +// if-else chain missing final else is not okay, even if the +// conditions cover every possible case. + +var _ = func() int { + if x == nil { + panic(2) + } else if x != nil { + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + if x == nil { + panic(2) + } +} // ERROR "missing return" + +var _ = func() int { + if x == nil { + panic(2) + } else if x == 1 { + return 0 + } else if x != 1 { + panic(3) + } +} // ERROR "missing return" + + +// for { loops that never break are okay. + +var _ = func() int { + for {} +} + +var _ = func() int { + for { + for { + break + } + } +} + +var _ = func() int { + for { + L: + for { + break L + } + } +} + +// for { loops that break are not okay. + +var _ = func() int { + for { break } +} // ERROR "missing return" + +var _ = func() int { + for { + for { + } + break + } +} // ERROR "missing return" + +var _ = func() int { +L: + for { + for { + break L + } + } +} // ERROR "missing return" + +// if there's a condition - even "true" - the loops are no longer syntactically terminating + +var _ = func() int { + for x == nil {} +} // ERROR "missing return" + +var _ = func() int { + for x == nil { + for { + break + } + } +} // ERROR "missing return" + +var _ = func() int { + for x == nil { + L: + for { + break L + } + } +} // ERROR "missing return" + +var _ = func() int { + for true {} +} // ERROR "missing return" + +var _ = func() int { + for true { + for { + break + } + } +} // ERROR "missing return" + +var _ = func() int { + for true { + L: + for { + break L + } + } +} // ERROR "missing return" + +// select in which all cases terminate and none break are okay. + +var _ = func() int { + select{} +} + +var _ = func() int { + select { + case <-c: + print(2) + panic("abc") + } +} + +var _ = func() int { + select { + case <-c: + print(2) + for{} + } +} + +var _ = func() int { +L: + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + goto L + } +} + +var _ = func() int { + select { + case <-c: + print(2) + panic("abc") + default: + select{} + } +} + +// if any cases don't terminate, the select isn't okay anymore + +var _ = func() int { + select { + case <-c: + print(2) + } +} // ERROR "missing return" + +var _ = func() int { +L: + select { + case <-c: + print(2) + panic("abc") + goto L + case c <- 1: + print(2) + } +} // ERROR "missing return" + + +var _ = func() int { + select { + case <-c: + print(2) + panic("abc") + default: + print(2) + } +} // ERROR "missing return" + + +// if any breaks refer to the select, the select isn't okay anymore, even if they're dead + +var _ = func() int { + select{ default: break } +} // ERROR "missing return" + +var _ = func() int { + select { + case <-c: + print(2) + panic("abc") + break + } +} // ERROR "missing return" + +var _ = func() int { +L: + select { + case <-c: + print(2) + for{ break L } + } +} // ERROR "missing return" + +var _ = func() int { +L: + select { + case <-c: + print(2) + panic("abc") + case c <- 1: + print(2) + break L + } +} // ERROR "missing return" + +var _ = func() int { + select { + case <-c: + panic("abc") + default: + select{} + break + } +} // ERROR "missing return" + +// switch with default in which all cases terminate is okay + +var _ = func() int { + switch x { + case 1: + print(2) + panic(3) + default: + return 4 + } +} + +var _ = func() int { + switch x { + default: + return 4 + case 1: + print(2) + panic(3) + } +} + +var _ = func() int { + switch x { + case 1: + print(2) + fallthrough + default: + return 4 + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +var _ = func() int { + switch { + } +} // ERROR "missing return" + + +var _ = func() int { + switch x { + case 1: + print(2) + panic(3) + case 2: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + switch x { + case 2: + return 4 + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + switch x { + case 1: + print(2) + fallthrough + case 2: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + switch x { + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +var _ = func() int { +L: + switch x { + case 1: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + switch x { + default: + return 4 + break + case 1: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { +L: + switch x { + case 1: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +// type switch with default in which all cases terminate is okay + +var _ = func() int { + switch x.(type) { + case int: + print(2) + panic(3) + default: + return 4 + } +} + +var _ = func() int { + switch x.(type) { + default: + return 4 + case int: + print(2) + panic(3) + } +} + +// if no default or some case doesn't terminate, switch is no longer okay + +var _ = func() int { + switch { + } +} // ERROR "missing return" + + +var _ = func() int { + switch x.(type) { + case int: + print(2) + panic(3) + case float64: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + switch x.(type) { + case float64: + return 4 + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { + switch x.(type) { + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +// if any breaks refer to the switch, switch is no longer okay + +var _ = func() int { +L: + switch x.(type) { + case int: + print(2) + panic(3) + break L + default: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + switch x.(type) { + default: + return 4 + break + case int: + print(2) + panic(3) + } +} // ERROR "missing return" + +var _ = func() int { +L: + switch x.(type) { + case int: + print(2) + for { + break L + } + default: + return 4 + } +} // ERROR "missing return" + +var _ = func() int { + switch x.(type) { + default: + return 4 + case int, float64: + print(2) + panic(3) + } +} + +/**/ diff --git a/go/test/rotate.go b/go/test/rotate.go new file mode 100644 index 0000000000000000000000000000000000000000..9dc4b1e0ff80dba2495e0aafdbdbc7217dcfab1e --- /dev/null +++ b/go/test/rotate.go @@ -0,0 +1,166 @@ +// skip + +// NOTE: the actual tests to run are rotate[0123].go + +// Copyright 2012 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. + +// Generate test of shift and rotate by constants. +// The output is compiled and run. +// +// The integer type depends on the value of mode (rotate direction, +// signedness). + +package main + +import ( + "bufio" + "flag" + "fmt" + "os" + "strings" +) + +func main() { + flag.Parse() + + b := bufio.NewWriter(os.Stdout) + defer b.Flush() + + fmt.Fprintf(b, "%s\n", prolog) + + for logBits := uint(3); logBits <= 6; logBits++ { + typ := fmt.Sprintf("int%d", 1< 0 { + fmt.Printf("BUG\n") + } +} + +` + +const checkFunc = ` +func check_XXX(desc string, have, want XXX) { + if have != want { + nfail++ + fmt.Printf("%s = %T(%#x), want %T(%#x)\n", desc, have, have, want, want) + if nfail >= 100 { + fmt.Printf("BUG: stopping after 100 failures\n") + os.Exit(0) + } + } +} +` + +var ( + uop = [2]func(x, y uint64) uint64{ + func(x, y uint64) uint64 { + return x | y + }, + func(x, y uint64) uint64 { + return x ^ y + }, + } + iop = [2]func(x, y int64) int64{ + func(x, y int64) int64 { + return x | y + }, + func(x, y int64) int64 { + return x ^ y + }, + } + cop = [2]byte{'|', '^'} +) + +func gentest(b *bufio.Writer, bits uint, unsigned, inverted bool) { + fmt.Fprintf(b, "func init() {\n") + defer fmt.Fprintf(b, "}\n") + n := 0 + + // Generate tests for left/right and right/left. + for l := uint(0); l <= bits; l++ { + for r := uint(0); r <= bits; r++ { + for o, op := range cop { + typ := fmt.Sprintf("int%d", bits) + v := fmt.Sprintf("i%d", bits) + if unsigned { + typ = "u" + typ + v = "u" + v + } + v0 := int64(0x123456789abcdef0) + if inverted { + v = "n" + v + v0 = ^v0 + } + expr1 := fmt.Sprintf("%s<<%d %c %s>>%d", v, l, op, v, r) + expr2 := fmt.Sprintf("%s>>%d %c %s<<%d", v, r, op, v, l) + + var result string + if unsigned { + v := uint64(v0) >> (64 - bits) + v = uop[o](v<>r) + v <<= 64 - bits + v >>= 64 - bits + result = fmt.Sprintf("%#x", v) + } else { + v := int64(v0) >> (64 - bits) + v = iop[o](v<>r) + v <<= 64 - bits + v >>= 64 - bits + result = fmt.Sprintf("%#x", v) + } + + fmt.Fprintf(b, "\tcheck_%s(%q, %s, %s(%s))\n", typ, expr1, expr1, typ, result) + fmt.Fprintf(b, "\tcheck_%s(%q, %s, %s(%s))\n", typ, expr2, expr2, typ, result) + + // Chop test into multiple functions so that there's not one + // enormous function to compile/link. + // All the functions are named init so we don't have to do + // anything special to call them. ☺ + if n++; n >= 50 { + fmt.Fprintf(b, "}\n") + fmt.Fprintf(b, "func init() {\n") + n = 0 + } + } + } + } +} diff --git a/go/test/rotate0.go b/go/test/rotate0.go new file mode 100644 index 0000000000000000000000000000000000000000..09dd90095297df02cdfaff043c9271f03c121399 --- /dev/null +++ b/go/test/rotate0.go @@ -0,0 +1,12 @@ +// runoutput ./rotate.go + +// Copyright 2013 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. + +// Generate test of bit rotations. +// The output is compiled and run. + +package main + +const mode = 0 diff --git a/go/test/rotate1.go b/go/test/rotate1.go new file mode 100644 index 0000000000000000000000000000000000000000..19757ec2a8b6fba0b7239105bd0be9e7075b6bee --- /dev/null +++ b/go/test/rotate1.go @@ -0,0 +1,12 @@ +// runoutput ./rotate.go + +// Copyright 2013 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. + +// Generate test of bit rotations. +// The output is compiled and run. + +package main + +const mode = 1 diff --git a/go/test/rotate2.go b/go/test/rotate2.go new file mode 100644 index 0000000000000000000000000000000000000000..a55305af3455793bc3866fc82dea4e79549a9f02 --- /dev/null +++ b/go/test/rotate2.go @@ -0,0 +1,12 @@ +// runoutput ./rotate.go + +// Copyright 2013 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. + +// Generate test of bit rotations. +// The output is compiled and run. + +package main + +const mode = 2 diff --git a/go/test/rotate3.go b/go/test/rotate3.go new file mode 100644 index 0000000000000000000000000000000000000000..edd5d3ac9dbba97b6a91d48b2eca53bbb7c7cf0a --- /dev/null +++ b/go/test/rotate3.go @@ -0,0 +1,12 @@ +// runoutput ./rotate.go + +// Copyright 2013 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. + +// Generate test of bit rotations. +// The output is compiled and run. + +package main + +const mode = 3 diff --git a/go/test/rune.go b/go/test/rune.go new file mode 100644 index 0000000000000000000000000000000000000000..73a5aa23f820c7748aa7972032e81a1366be3b88 --- /dev/null +++ b/go/test/rune.go @@ -0,0 +1,47 @@ +// compile + +// Copyright 2011 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. + +// Test rune constants, expressions and types. +// Compiles but does not run. + +package rune + +var ( + r0 = 'a' + r1 = 'a'+1 + r2 = 1+'a' + r3 = 'a'*2 + r4 = 'a'/2 + r5 = 'a'<<1 + r6 = 'b'<<2 + r7 int32 + + r = []rune{r0, r1, r2, r3, r4, r5, r6, r7} +) + +var ( + f0 = 1.2 + f1 = 1.2/'a' + + f = []float64{f0, f1} +) + +var ( + i0 = 1 + i1 = 1<<'\x01' + + i = []int{i0, i1} +) + +const ( + maxRune = '\U0010FFFF' +) + +var ( + b0 = maxRune < r0 + + b = []bool{b0} +) diff --git a/go/test/runtime.go b/go/test/runtime.go new file mode 100644 index 0000000000000000000000000000000000000000..58a5eee70993089ed214592343fcbc71c915a9c6 --- /dev/null +++ b/go/test/runtime.go @@ -0,0 +1,21 @@ +// errorcheck + +// Copyright 2009 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. + +// Test that even if a file imports runtime, +// it cannot get at the low-level runtime definitions +// known to the compiler. For normal packages +// the compiler doesn't even record the lower case +// functions in its symbol table, but some functions +// in runtime are hard-coded into the compiler. +// Does not compile. + +package main + +import "runtime" + +func main() { + runtime.printbool(true) // ERROR "unexported|undefined" +} diff --git a/go/test/shift1.go b/go/test/shift1.go new file mode 100644 index 0000000000000000000000000000000000000000..0dae49a74dc590a0a40c9007688be4d20908b2c6 --- /dev/null +++ b/go/test/shift1.go @@ -0,0 +1,249 @@ +// errorcheck + +// Copyright 2011 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. + +// Test illegal shifts. +// Issue 1708, illegal cases. +// Does not compile. + +package p + +func f(x int) int { return 0 } +func g(x interface{}) int { return 0 } +func h(x float64) int { return 0 } + +// from the spec +var ( + s uint = 33 + u = 1.0 << s // ERROR "invalid operation|shift of non-integer operand" + v float32 = 1 << s // ERROR "invalid" +) + +// non-constant shift expressions +var ( + e1 = g(2.0 << s) // ERROR "invalid|shift of non-integer operand" + f1 = h(2 << s) // ERROR "invalid" + g1 int64 = 1.1 << s // ERROR "truncated|must be integer" +) + +// constant shift expressions +const c uint = 65 + +var ( + a2 int = 1.0 << c // ERROR "overflow" + b2 = 1.0 << c // ERROR "overflow" + d2 = f(1.0 << c) // ERROR "overflow" +) + +var ( + // issues 4882, 4936. + a3 = 1.0< legal shift + d1 = f(2.0 << s) // typeof(2.0) is int in this context => legal shift +) + +// constant shift expressions +const c uint = 5 + +var ( + a2 int = 2.0 << c // a2 == 64 (type int) + b2 = 2.0 << c // b2 == 64 (untyped integer) + _ = f(b2) // verify b2 has type int + c2 float64 = 2 << c // c2 == 64.0 (type float64) + d2 = f(2.0 << c) // == f(64) + e2 = g(2.0 << c) // == g(int(64)) + f2 = h(2 << c) // == h(float64(64.0)) +) diff --git a/go/test/shift3.go b/go/test/shift3.go new file mode 100644 index 0000000000000000000000000000000000000000..bed2fd66ef788c9c1b5c2a5a30fa21801f92cdf3 --- /dev/null +++ b/go/test/shift3.go @@ -0,0 +1,41 @@ +// run + +// Copyright 2022 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. + +// Test that the compiler's noder uses the correct type +// for RHS shift operands that are untyped. Must compile; +// run for good measure. + +package main + +import ( + "fmt" + "math" +) + +func f(x, y int) { + if x != y { + panic(fmt.Sprintf("%d != %d", x, y)) + } +} + +func main() { + var x int = 1 + f(x<<1, 2) + f(x<<1., 2) + f(x<<(1+0i), 2) + f(x<<0i, 1) + + f(x<<(1< 0 { + a-- + } +} + +//go:noinline +func p() bool { + return true +} + +func hasIrreducibleLoop() { + if archsimd.X86.AVX2() { + goto a // ERROR "has features avx[+]avx2$" + } else { + goto b + } +a: + println("a") + if p() { + goto c + } +b: + println("b") + if p() { + goto a + } +c: + println("c") +} + +func ternRewrite(m, w, x, y, z archsimd.Int32x16) (t0, t1, t2 archsimd.Int32x16) { + if !archsimd.X86.AVX512() { // ERROR "has features avx[+]avx2[+]avx512$" + return // ERROR "has features avx[+]avx2[+]avx512$" // all blocks have it because of the vector size + } + t0 = w.Xor(y).Xor(z) // ERROR "Rewriting.*ternInt" + t1 = m.And(w.Xor(y).Xor(z.Not())) // ERROR "Rewriting.*ternInt" + t2 = x.Xor(y).Xor(z).And(x.Xor(y).Xor(z.Not())) // ERROR "Rewriting.*ternInt" + return // ERROR "has features avx[+]avx2[+]avx512$" +} + +func ternTricky1(x, y, z archsimd.Int32x8) archsimd.Int32x8 { + // Int32x8 is a 256-bit vector and does not guarantee AVX-512 + // a is a 3-variable logical expression occurring outside AVX-512 feature check + a := x.Xor(y).Xor(z) + var w archsimd.Int32x8 + if !archsimd.X86.AVX512() { // ERROR "has features avx$" + // do nothing + } else { + w = y.AndNot(a) // ERROR "has features avx[+]avx2[+]avx512" "Rewriting.*ternInt" + } + // a is a common subexpression + return a.Or(w) // ERROR "has features avx$" +} + +func ternTricky2(x, y, z archsimd.Int32x8) archsimd.Int32x8 { + // Int32x8 is a 256-bit vector and does not guarantee AVX-512 + var a, w archsimd.Int32x8 + if !archsimd.X86.AVX512() { // ERROR "has features avx$" + // do nothing + } else { + a = x.Xor(y).Xor(z) + w = y.AndNot(a) // ERROR "has features avx[+]avx2[+]avx512" "Rewriting.*ternInt" + } + // a is a common subexpression + return a.Or(w) // ERROR "has features avx$" +} + +func ternTricky3(x, y, z archsimd.Int32x8) archsimd.Int32x8 { + // Int32x8 is a 256-bit vector and does not guarantee AVX-512 + a := x.Xor(y).Xor(z) + w := y.AndNot(a) + if !archsimd.X86.AVX512() { // ERROR "has features avx$" + return a // ERROR "has features avx$" + } + // a is a common subexpression + return a.Or(w) // ERROR "has features avx[+]avx2[+]avx512" // This does not rewrite, do we want it to? +} + +func vpternlogdPanic() { + resultsMask := archsimd.Mask64x8{} + + for { // ERROR "has features avx[+]avx2[+]avx512" + resultsMask = archsimd.Mask64x8FromBits(0).Or( // ERROR "has features avx[+]avx2[+]avx512" + archsimd.Float64x8{}.Less( + archsimd.BroadcastFloat64x8(0))).Or(resultsMask) // ERROR "Rewriting.*ternInt" "Skipping rewrite" + fmt.Print(resultsMask.And(resultsMask.And(archsimd.Mask64x8{}))) + } +} diff --git a/go/test/simd_inline.go b/go/test/simd_inline.go new file mode 100644 index 0000000000000000000000000000000000000000..3d1872b6268de050dee5f11c00036961e13c6836 --- /dev/null +++ b/go/test/simd_inline.go @@ -0,0 +1,42 @@ +// errorcheck -0 -m + +//go:build goexperiment.simd && amd64 + +// Copyright 2025 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 foo + +import "simd/archsimd" + +func hasClosure(a, b, c, d archsimd.Int64x4) (w, x, y, z archsimd.Int64x4) { + shuf := func() { // ERROR "can inline hasClosure.func1" + w = z.RotateAllLeft(1).Xor(a) + x = w.RotateAllLeft(3).Xor(b) + y = x.RotateAllLeft(5).Xor(c) + z = y.RotateAllLeft(7).Xor(d) + a, b, c, d = b.RotateAllLeft(1).Xor(a.RotateAllLeft(23)), c.RotateAllLeft(1).Xor(b.RotateAllLeft(23)), d.RotateAllLeft(1).Xor(c.RotateAllLeft(23)), a.RotateAllLeft(1).Xor(d.RotateAllLeft(23)) + w = z.RotateAllLeft(1).Xor(a) + x = w.RotateAllLeft(3).Xor(b) + y = x.RotateAllLeft(5).Xor(c) + z = y.RotateAllLeft(7).Xor(d) + a, b, c, d = b.RotateAllLeft(1).Xor(a.RotateAllLeft(23)), c.RotateAllLeft(1).Xor(b.RotateAllLeft(23)), d.RotateAllLeft(1).Xor(c.RotateAllLeft(23)), a.RotateAllLeft(1).Xor(d.RotateAllLeft(23)) + w = z.RotateAllLeft(1).Xor(a) + x = w.RotateAllLeft(3).Xor(b) + y = x.RotateAllLeft(5).Xor(c) + z = y.RotateAllLeft(7).Xor(d) + a, b, c, d = b.RotateAllLeft(1).Xor(a.RotateAllLeft(23)), c.RotateAllLeft(1).Xor(b.RotateAllLeft(23)), d.RotateAllLeft(1).Xor(c.RotateAllLeft(23)), a.RotateAllLeft(1).Xor(d.RotateAllLeft(23)) + } + + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + shuf() // ERROR "inlining call to hasClosure.func1" + return +} diff --git a/go/test/sizeof.go b/go/test/sizeof.go new file mode 100644 index 0000000000000000000000000000000000000000..3e2689fda70f05eb709cffb0e15ede88ca347c5c --- /dev/null +++ b/go/test/sizeof.go @@ -0,0 +1,158 @@ +// run + +// Copyright 2011 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 main + +import "unsafe" + +type T struct { + X int +} + +var t T + +func isUintptr(uintptr) {} + +type T2 struct { + A int32 + U2 +} + +type U2 struct { + B int32 + C int32 +} + +var t2 T2 +var p2 *T2 + +func main() { + // Test unsafe.Sizeof, unsafe.Alignof, and unsafe.Offsetof all return uintptr. + isUintptr(unsafe.Sizeof(t)) + isUintptr(unsafe.Alignof(t)) + isUintptr(unsafe.Offsetof(t.X)) + + // Test correctness of Offsetof with respect to embedded fields (issue 4909). + if unsafe.Offsetof(t2.C) != 8 { + println(unsafe.Offsetof(t2.C), "!= 8") + panic("unsafe.Offsetof(t2.C) != 8") + } + if unsafe.Offsetof(p2.C) != 8 { + println(unsafe.Offsetof(p2.C), "!= 8") + panic("unsafe.Offsetof(p2.C) != 8") + } + if unsafe.Offsetof(t2.U2.C) != 4 { + println(unsafe.Offsetof(t2.U2.C), "!= 4") + panic("unsafe.Offsetof(t2.U2.C) != 4") + } + if unsafe.Offsetof(p2.U2.C) != 4 { + println(unsafe.Offsetof(p2.U2.C), "!= 4") + panic("unsafe.Offsetof(p2.U2.C) != 4") + } + testDeep() + testNotEmbedded() +} + +type ( + S1 struct { + A int64 + S2 + } + S2 struct { + B int64 + S3 + } + S3 struct { + C int64 + S4 + } + S4 struct { + D int64 + S5 + } + S5 struct { + E int64 + S6 + } + S6 struct { + F int64 + S7 + } + S7 struct { + G int64 + S8 + } + S8 struct { + H int64 + *S1 + } +) + +func testDeep() { + var s1 S1 + switch { + case unsafe.Offsetof(s1.A) != 0: + panic("unsafe.Offsetof(s1.A) != 0") + case unsafe.Offsetof(s1.B) != 8: + panic("unsafe.Offsetof(s1.B) != 8") + case unsafe.Offsetof(s1.C) != 16: + panic("unsafe.Offsetof(s1.C) != 16") + case unsafe.Offsetof(s1.D) != 24: + panic("unsafe.Offsetof(s1.D) != 24") + case unsafe.Offsetof(s1.E) != 32: + panic("unsafe.Offsetof(s1.E) != 32") + case unsafe.Offsetof(s1.F) != 40: + panic("unsafe.Offsetof(s1.F) != 40") + case unsafe.Offsetof(s1.G) != 48: + panic("unsafe.Offsetof(s1.G) != 48") + case unsafe.Offsetof(s1.H) != 56: + panic("unsafe.Offsetof(s1.H) != 56") + case unsafe.Offsetof(s1.S1) != 64: + panic("unsafe.Offsetof(s1.S1) != 64") + case unsafe.Offsetof(s1.S1.S2.S3.S4.S5.S6.S7.S8.S1.S2) != 8: + panic("unsafe.Offsetof(s1.S1.S2.S3.S4.S5.S6.S7.S8.S1.S2) != 8") + } +} + +func testNotEmbedded() { + type T2 struct { + B int32 + C int32 + } + type T1 struct { + A int32 + T2 + } + type T struct { + Dummy int32 + F T1 + P *T1 + } + + var t T + var p *T + switch { + case unsafe.Offsetof(t.F.B) != 4: + panic("unsafe.Offsetof(t.F.B) != 4") + case unsafe.Offsetof(t.F.C) != 8: + panic("unsafe.Offsetof(t.F.C) != 8") + + case unsafe.Offsetof(t.P.B) != 4: + panic("unsafe.Offsetof(t.P.B) != 4") + case unsafe.Offsetof(t.P.C) != 8: + panic("unsafe.Offsetof(t.P.C) != 8") + + case unsafe.Offsetof(p.F.B) != 4: + panic("unsafe.Offsetof(p.F.B) != 4") + case unsafe.Offsetof(p.F.C) != 8: + panic("unsafe.Offsetof(p.F.C) != 8") + + case unsafe.Offsetof(p.P.B) != 4: + panic("unsafe.Offsetof(p.P.B) != 4") + case unsafe.Offsetof(p.P.C) != 8: + panic("unsafe.Offsetof(p.P.C) != 8") + } +} diff --git a/go/test/slice3.go b/go/test/slice3.go new file mode 100644 index 0000000000000000000000000000000000000000..8a184d1c6ad5753ed8d6beefb2c96a452daa8e64 --- /dev/null +++ b/go/test/slice3.go @@ -0,0 +1,160 @@ +// runoutput + +// Copyright 2013 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. + +// Test run-time behavior of 3-index slice expressions. + +package main + +import ( + "bufio" + "fmt" + "os" + "strconv" +) + +var bout *bufio.Writer + +func main() { + bout = bufio.NewWriter(os.Stdout) + + fmt.Fprintf(bout, "%s", programTop) + fmt.Fprintf(bout, "func main() {\n") + + index := []string{ + "0", + "1", + "2", + "3", + "10", + "20", + "vminus1", + "v0", + "v1", + "v2", + "v3", + "v10", + "v20", + } + + parse := func(s string) (n int, isconst bool) { + if s == "vminus1" { + return -1, false + } + isconst = true + if s[0] == 'v' { + isconst = false + s = s[1:] + } + n, _ = strconv.Atoi(s) + return n, isconst + } + + const Cap = 10 // cap of slice, array + + for _, base := range []string{"array", "slice"} { + for _, i := range index { + iv, iconst := parse(i) + for _, j := range index { + jv, jconst := parse(j) + for _, k := range index { + kv, kconst := parse(k) + // Avoid errors that would make the program not compile. + // Those are tested by slice3err.go. + switch { + case iconst && jconst && iv > jv, + jconst && kconst && jv > kv, + iconst && kconst && iv > kv, + iconst && base == "array" && iv > Cap, + jconst && base == "array" && jv > Cap, + kconst && base == "array" && kv > Cap: + continue + } + + expr := base + "[" + i + ":" + j + ":" + k + "]" + var xbase, xlen, xcap int + if iv > jv || jv > kv || kv > Cap || iv < 0 || jv < 0 || kv < 0 { + xbase, xlen, xcap = -1, -1, -1 + } else { + xbase = iv + xlen = jv - iv + xcap = kv - iv + } + fmt.Fprintf(bout, "\tcheckSlice(%q, func() []byte { return %s }, %d, %d, %d)\n", expr, expr, xbase, xlen, xcap) + } + } + } + } + + fmt.Fprintf(bout, "\tif !ok { os.Exit(1) }\n") + fmt.Fprintf(bout, "}\n") + bout.Flush() +} + +var programTop = ` +package main + +import ( + "fmt" + "os" + "unsafe" +) + +var ok = true + +var ( + array = new([10]byte) + slice = array[:] + + vminus1 = -1 + v0 = 0 + v1 = 1 + v2 = 2 + v3 = 3 + v4 = 4 + v5 = 5 + v10 = 10 + v20 = 20 +) + +func notOK() { + if ok { + println("BUG:") + ok = false + } +} + +func checkSlice(desc string, f func() []byte, xbase, xlen, xcap int) { + defer func() { + if err := recover(); err != nil { + if xbase >= 0 { + notOK() + println(desc, " unexpected panic: ", fmt.Sprint(err)) + } + } + // "no panic" is checked below + }() + + x := f() + + arrayBase := uintptr(unsafe.Pointer(array)) + raw := *(*[3]uintptr)(unsafe.Pointer(&x)) + base, len, cap := raw[0] - arrayBase, raw[1], raw[2] + if xbase < 0 { + notOK() + println(desc, "=", base, len, cap, "want panic") + return + } + if cap != 0 && base != uintptr(xbase) || base >= 10 || len != uintptr(xlen) || cap != uintptr(xcap) { + notOK() + if cap == 0 { + println(desc, "=", base, len, cap, "want", "0-9", xlen, xcap) + } else { + println(desc, "=", base, len, cap, "want", xbase, xlen, xcap) + } + } +} + +` diff --git a/go/test/slice3err.go b/go/test/slice3err.go new file mode 100644 index 0000000000000000000000000000000000000000..120ecbeccebce986363a45a194591e7d06e2b650 --- /dev/null +++ b/go/test/slice3err.go @@ -0,0 +1,121 @@ +// errorcheck + +// Copyright 2013 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 p + +var array *[10]int +var slice []int +var str string +var i, j, k int + +func f() { + // check what missing arguments are allowed + _ = array[:] + _ = array[i:] + _ = array[:j] + _ = array[i:j] + _ = array[::] // ERROR "middle index required in 3-index slice|invalid slice indices" "final index required in 3-index slice" + _ = array[i::] // ERROR "middle index required in 3-index slice|invalid slice indices" "final index required in 3-index slice" + _ = array[:j:] // ERROR "final index required in 3-index slice|invalid slice indices" + _ = array[i:j:] // ERROR "final index required in 3-index slice|invalid slice indices" + _ = array[::k] // ERROR "middle index required in 3-index slice|invalid slice indices" + _ = array[i::k] // ERROR "middle index required in 3-index slice|invalid slice indices" + _ = array[:j:k] + _ = array[i:j:k] + + _ = slice[:] + _ = slice[i:] + _ = slice[:j] + _ = slice[i:j] + _ = slice[::] // ERROR "middle index required in 3-index slice|invalid slice indices" "final index required in 3-index slice" + _ = slice[i::] // ERROR "middle index required in 3-index slice|invalid slice indices" "final index required in 3-index slice" + _ = slice[:j:] // ERROR "final index required in 3-index slice|invalid slice indices" + _ = slice[i:j:] // ERROR "final index required in 3-index slice|invalid slice indices" + _ = slice[::k] // ERROR "middle index required in 3-index slice|invalid slice indices" + _ = slice[i::k] // ERROR "middle index required in 3-index slice|invalid slice indices" + _ = slice[:j:k] + _ = slice[i:j:k] + + _ = str[:] + _ = str[i:] + _ = str[:j] + _ = str[i:j] + _ = str[::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice" + _ = str[i::] // ERROR "3-index slice of string" "middle index required in 3-index slice" "final index required in 3-index slice" + _ = str[:j:] // ERROR "3-index slice of string" "final index required in 3-index slice" + _ = str[i:j:] // ERROR "3-index slice of string" "final index required in 3-index slice" + _ = str[::k] // ERROR "3-index slice of string" "middle index required in 3-index slice" + _ = str[i::k] // ERROR "3-index slice of string" "middle index required in 3-index slice" + _ = str[:j:k] // ERROR "3-index slice of string" + _ = str[i:j:k] // ERROR "3-index slice of string" + + // check invalid indices + _ = array[1:2] + _ = array[2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[2:2] + _ = array[i:1] + _ = array[1:j] + _ = array[1:2:3] + _ = array[1:3:2] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[2:1:3] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[2:3:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[3:1:2] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[3:2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[i:1:2] + _ = array[i:2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = array[1:j:2] + _ = array[2:j:1] // ERROR "invalid slice index|invalid slice indices" + _ = array[1:2:k] + _ = array[2:1:k] // ERROR "invalid slice index|invalid slice indices|inverted slice" + + _ = slice[1:2] + _ = slice[2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[2:2] + _ = slice[i:1] + _ = slice[1:j] + _ = slice[1:2:3] + _ = slice[1:3:2] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[2:1:3] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[2:3:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[3:1:2] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[3:2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[i:1:2] + _ = slice[i:2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[1:j:2] + _ = slice[2:j:1] // ERROR "invalid slice index|invalid slice indices" + _ = slice[1:2:k] + _ = slice[2:1:k] // ERROR "invalid slice index|invalid slice indices|inverted slice" + + _ = str[1:2] + _ = str[2:1] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = str[2:2] + _ = str[i:1] + _ = str[1:j] + + // check out of bounds indices on array + _ = array[11:11] // ERROR "out of bounds" + _ = array[11:12] // ERROR "out of bounds" + _ = array[11:] // ERROR "out of bounds" + _ = array[:11] // ERROR "out of bounds" + _ = array[1:11] // ERROR "out of bounds" + _ = array[1:11:12] // ERROR "out of bounds" + _ = array[1:2:11] // ERROR "out of bounds" + _ = array[1:11:3] // ERROR "out of bounds|invalid slice index" + _ = array[11:2:3] // ERROR "out of bounds|inverted slice|invalid slice index" + _ = array[11:12:13] // ERROR "out of bounds" + + // slice bounds not checked + _ = slice[11:11] + _ = slice[11:12] + _ = slice[11:] + _ = slice[:11] + _ = slice[1:11] + _ = slice[1:11:12] + _ = slice[1:2:11] + _ = slice[1:11:3] // ERROR "invalid slice index|invalid slice indices" + _ = slice[11:2:3] // ERROR "invalid slice index|invalid slice indices|inverted slice" + _ = slice[11:12:13] +} diff --git a/go/test/slicecap.go b/go/test/slicecap.go new file mode 100644 index 0000000000000000000000000000000000000000..f71a3b07fff76e71c81dfc7c64e2e946aadab3fa --- /dev/null +++ b/go/test/slicecap.go @@ -0,0 +1,90 @@ +// run + +// Copyright 2014 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 main + +import "unsafe" + +var ( + hello = "hello" + bytes = []byte{1, 2, 3, 4, 5} + ints = []int32{1, 2, 3, 4, 5} + + five = 5 + + ok = true +) + +func notOK() { + if ok { + println("BUG:") + ok = false + } +} + +func checkString(desc, s string) { + p1 := *(*uintptr)(unsafe.Pointer(&s)) + p2 := *(*uintptr)(unsafe.Pointer(&hello)) + if p1-p2 >= 5 { + notOK() + println("string", desc, "has invalid base") + } +} + +func checkBytes(desc string, s []byte) { + p1 := *(*uintptr)(unsafe.Pointer(&s)) + p2 := *(*uintptr)(unsafe.Pointer(&bytes)) + if p1-p2 >= 5 { + println("byte slice", desc, "has invalid base") + } +} + +func checkInts(desc string, s []int32) { + p1 := *(*uintptr)(unsafe.Pointer(&s)) + p2 := *(*uintptr)(unsafe.Pointer(&ints)) + if p1-p2 >= 5*4 { + println("int slice", desc, "has invalid base") + } +} + +func main() { + { + x := hello + checkString("x", x) + checkString("x[5:]", x[5:]) + checkString("x[five:]", x[five:]) + checkString("x[5:five]", x[5:five]) + checkString("x[five:5]", x[five:5]) + checkString("x[five:five]", x[five:five]) + checkString("x[1:][2:][2:]", x[1:][2:][2:]) + y := x[4:] + checkString("y[1:]", y[1:]) + } + { + x := bytes + checkBytes("x", x) + checkBytes("x[5:]", x[5:]) + checkBytes("x[five:]", x[five:]) + checkBytes("x[5:five]", x[5:five]) + checkBytes("x[five:5]", x[five:5]) + checkBytes("x[five:five]", x[five:five]) + checkBytes("x[1:][2:][2:]", x[1:][2:][2:]) + y := x[4:] + checkBytes("y[1:]", y[1:]) + } + { + x := ints + checkInts("x", x) + checkInts("x[5:]", x[5:]) + checkInts("x[five:]", x[five:]) + checkInts("x[5:five]", x[5:five]) + checkInts("x[five:5]", x[five:5]) + checkInts("x[five:five]", x[five:five]) + checkInts("x[1:][2:][2:]", x[1:][2:][2:]) + y := x[4:] + checkInts("y[1:]", y[1:]) + } +} diff --git a/go/test/sliceopt.go b/go/test/sliceopt.go new file mode 100644 index 0000000000000000000000000000000000000000..b8b947229c26b1320e0cd82cea4690efba8dc714 --- /dev/null +++ b/go/test/sliceopt.go @@ -0,0 +1,32 @@ +// errorcheck -0 -d=append,slice + +// Copyright 2015 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. + +// Check optimization results for append and slicing. + +package main + +func a1(x []int, y int) []int { + x = append(x, y) // ERROR "append: len-only update \(in local slice\)$" + return x +} + +func a2(x []int, y int) []int { + return append(x, y) +} + +func a3(x *[]int, y int) { + *x = append(*x, y) // ERROR "append: len-only update$" +} + +func s1(x **[]int, xs **string, i, j int) { + var z []int + z = (**x)[0:] // ERROR "slice: omit slice operation$" + println(z) + + var zs string + zs = (**xs)[0:] // ERROR "slice: omit slice operation$" + println(zs) +} diff --git a/go/test/solitaire.go b/go/test/solitaire.go new file mode 100644 index 0000000000000000000000000000000000000000..ac54cec0ac74442309535200457f5b00b0a6e71f --- /dev/null +++ b/go/test/solitaire.go @@ -0,0 +1,118 @@ +// build + +// Copyright 2010 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. + +// Test general operation by solving a peg solitaire game. +// A version of this is in the Go playground. +// Don't run it - produces too much output. + +// This program solves the (English) peg solitaire board game. +// See also: http://en.wikipedia.org/wiki/Peg_solitaire + +package main + +const N = 11 + 1 // length of a board row (+1 for newline) + +// The board must be surrounded by 2 illegal fields in each direction +// so that move() doesn't need to check the board boundaries. Periods +// represent illegal fields, ● are pegs, and ○ are holes. +var board = []rune( + `........... +........... +....●●●.... +....●●●.... +..●●●●●●●.. +..●●●○●●●.. +..●●●●●●●.. +....●●●.... +....●●●.... +........... +........... +`) + +// center is the position of the center hole if there is a single one; +// otherwise it is -1. +var center int + +func init() { + n := 0 + for pos, field := range board { + if field == '○' { + center = pos + n++ + } + } + if n != 1 { + center = -1 // no single hole + } +} + +var moves int // number of times move is called + +// move tests if there is a peg at position pos that can jump over another peg +// in direction dir. If the move is valid, it is executed and move returns true. +// Otherwise, move returns false. +func move(pos, dir int) bool { + moves++ + if board[pos] == '●' && board[pos+dir] == '●' && board[pos+2*dir] == '○' { + board[pos] = '○' + board[pos+dir] = '○' + board[pos+2*dir] = '●' + return true + } + return false +} + +// unmove reverts a previously executed valid move. +func unmove(pos, dir int) { + board[pos] = '●' + board[pos+dir] = '●' + board[pos+2*dir] = '○' +} + +// solve tries to find a sequence of moves such that there is only one peg left +// at the end; if center is >= 0, that last peg must be in the center position. +// If a solution is found, solve prints the board after each move in a backward +// fashion (i.e., the last board position is printed first, all the way back to +// the starting board position). +func solve() bool { + var last, n int + for pos, field := range board { + // try each board position + if field == '●' { + // found a peg + for _, dir := range [...]int{-1, -N, +1, +N} { + // try each direction + if move(pos, dir) { + // a valid move was found and executed, + // see if this new board has a solution + if solve() { + unmove(pos, dir) + println(string(board)) + return true + } + unmove(pos, dir) + } + } + last = pos + n++ + } + } + // tried each possible move + if n == 1 && (center < 0 || last == center) { + // there's only one peg left + println(string(board)) + return true + } + // no solution found for this board + return false +} + +func main() { + if !solve() { + println("no solution found") + } + println(moves, "moves tried") +} diff --git a/go/test/stack.go b/go/test/stack.go new file mode 100644 index 0000000000000000000000000000000000000000..b62febd48ddc28b77fa37f6bfb2beca2a42141bb --- /dev/null +++ b/go/test/stack.go @@ -0,0 +1,100 @@ +// run + +// Copyright 2009 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. + +// Test stack splitting code. +// Try to tickle stack splitting bugs by doing +// go, defer, and closure calls at different stack depths. + +package main + +type T [20]int + +func g(c chan int, t T) { + s := 0 + for i := 0; i < len(t); i++ { + s += t[i] + } + c <- s +} + +func d(t T) { + s := 0 + for i := 0; i < len(t); i++ { + s += t[i] + } + if s != len(t) { + println("bad defer", s) + panic("fail") + } +} + +func f0() { + // likely to make a new stack for f0, + // because the call to f1 puts 3000 bytes + // in our frame. + f1() +} + +func f1() [3000]byte { + // likely to make a new stack for f1, + // because 3000 bytes were used by f0 + // and we need 3000 more for the call + // to f2. if the call to morestack in f1 + // does not pass the frame size, the new + // stack (default size 5k) will not be big + // enough for the frame, and the morestack + // check in f2 will die, if we get that far + // without faulting. + f2() + return [3000]byte{} +} + +func f2() [3000]byte { + // just take up space + return [3000]byte{} +} + +var c = make(chan int) +var t T +var b = []byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10} + +func recur(n int) { + ss := string(b) + if len(ss) != len(b) { + panic("bad []byte -> string") + } + go g(c, t) + f0() + s := <-c + if s != len(t) { + println("bad go", s) + panic("fail") + } + f := func(t T) int { + s := 0 + for i := 0; i < len(t); i++ { + s += t[i] + } + s += n + return s + } + s = f(t) + if s != len(t)+n { + println("bad func", s, "at level", n) + panic("fail") + } + if n > 0 { + recur(n - 1) + } + defer d(t) +} + +func main() { + for i := 0; i < len(t); i++ { + t[i] = 1 + } + recur(8000) +} diff --git a/go/test/stackobj.go b/go/test/stackobj.go new file mode 100644 index 0000000000000000000000000000000000000000..b6af4bd8f31e1236185b9e136bbe9aee8ab14f64 --- /dev/null +++ b/go/test/stackobj.go @@ -0,0 +1,57 @@ +// run + +// Copyright 2018 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 main + +import ( + "fmt" + "runtime" +) + +type HeapObj [8]int64 + +type StkObj struct { + h *HeapObj +} + +var n int +var c int = -1 + +func gc() { + // encourage heap object to be collected, and have its finalizer run. + runtime.GC() + runtime.GC() + runtime.GC() + n++ +} + +func main() { + f() + gc() // prior to stack objects, heap object is not collected until here + if c < 0 { + panic("heap object never collected") + } + if c != 1 { + panic(fmt.Sprintf("expected collection at phase 1, got phase %d", c)) + } +} + +func f() { + var s StkObj + s.h = new(HeapObj) + runtime.SetFinalizer(s.h, func(h *HeapObj) { + // Remember at what phase the heap object was collected. + c = n + }) + g(&s) + gc() +} + +func g(s *StkObj) { + gc() // heap object is still live here + runtime.KeepAlive(s) + gc() // heap object should be collected here +} diff --git a/go/test/stackobj2.go b/go/test/stackobj2.go new file mode 100644 index 0000000000000000000000000000000000000000..a1abd9b1d122010ecd3d9d5a031abc15da72c3bf --- /dev/null +++ b/go/test/stackobj2.go @@ -0,0 +1,83 @@ +// run + +// Copyright 2018 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 main + +import ( + "fmt" + "runtime" +) + +// linked list up the stack, to test lots of stack objects. + +type T struct { + // points to a heap object. Test will make sure it isn't freed. + data *int64 + // next pointer for a linked list of stack objects + next *T + // duplicate of next, to stress test the pointer buffers + // used during stack tracing. + next2 *T +} + +func main() { + makelist(nil, 10000) +} + +func makelist(x *T, n int64) { + if n%2 != 0 { + panic("must be multiple of 2") + } + if n == 0 { + runtime.GC() + i := int64(1) + for ; x != nil; x, i = x.next, i+1 { + // Make sure x.data hasn't been collected. + if got := *x.data; got != i { + panic(fmt.Sprintf("bad data want %d, got %d", i, got)) + } + } + return + } + // Put 2 objects in each frame, to test intra-frame pointers. + // Use both orderings to ensure the linked list isn't always in address order. + var a, b T + if n%3 == 0 { + a.data = newInt(n) + a.next = x + a.next2 = x + b.data = newInt(n - 1) + b.next = &a + b.next2 = &a + x = &b + } else { + b.data = newInt(n) + b.next = x + b.next2 = x + a.data = newInt(n - 1) + a.next = &b + a.next2 = &b + x = &a + } + + makelist(x, n-2) +} + +// big enough and pointer-y enough to not be tinyalloc'd +type NotTiny struct { + n int64 + p *byte +} + +// newInt allocates n on the heap and returns a pointer to it. +func newInt(n int64) *int64 { + h := &NotTiny{n: n} + p := &h.n + escape = p + return p +} + +var escape *int64 diff --git a/go/test/stackobj3.go b/go/test/stackobj3.go new file mode 100644 index 0000000000000000000000000000000000000000..8bb8fb3270581438908873f5e35e6b84ae0f4d5d --- /dev/null +++ b/go/test/stackobj3.go @@ -0,0 +1,93 @@ +// run + +// Copyright 2018 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. + +// This test makes sure that ambiguously live arguments work correctly. + +package main + +import ( + "runtime" +) + +type HeapObj [8]int64 + +type StkObj struct { + h *HeapObj +} + +var n int +var c int = -1 + +func gc() { + // encourage heap object to be collected, and have its finalizer run. + runtime.GC() + runtime.GC() + runtime.GC() + n++ +} + +var null StkObj + +var sink *HeapObj + +//go:noinline +func use(p *StkObj) { +} + +//go:noinline +func f(s StkObj, b bool) { + var p *StkObj + if b { + p = &s + } else { + p = &null + } + // use is required here to prevent the conditional + // code above from being executed after the first gc() call. + use(p) + // If b==false, h should be collected here. + gc() // 0 + sink = p.h + gc() // 1 + sink = nil + // If b==true, h should be collected here. + gc() // 2 +} + +func fTrue() { + var s StkObj + s.h = new(HeapObj) + c = -1 + n = 0 + runtime.SetFinalizer(s.h, func(h *HeapObj) { + // Remember at what phase the heap object was collected. + c = n + }) + f(s, true) + if c != 2 { + panic("bad liveness") + } +} + +func fFalse() { + var s StkObj + s.h = new(HeapObj) + c = -1 + n = 0 + runtime.SetFinalizer(s.h, func(h *HeapObj) { + // Remember at what phase the heap object was collected. + c = n + }) + f(s, false) + if c != 0 { + panic("bad liveness") + } +} + +func main() { + fTrue() + fFalse() +} diff --git a/go/test/strcopy.go b/go/test/strcopy.go new file mode 100644 index 0000000000000000000000000000000000000000..6d32baeec501331d50ff03933b9e12c152e38e04 --- /dev/null +++ b/go/test/strcopy.go @@ -0,0 +1,29 @@ +// run + +// Copyright 2018 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. + +// Test that string([]byte(string)) makes a copy and doesn't reduce to +// nothing. (Issue 25834) + +package main + +import ( + "reflect" + "unsafe" +) + +func main() { + var ( + buf = make([]byte, 2<<10) + large = string(buf) + sub = large[10:12] + subcopy = string([]byte(sub)) + subh = *(*reflect.StringHeader)(unsafe.Pointer(&sub)) + subcopyh = *(*reflect.StringHeader)(unsafe.Pointer(&subcopy)) + ) + if subh.Data == subcopyh.Data { + panic("sub and subcopy have the same underlying array") + } +} diff --git a/go/test/strength.go b/go/test/strength.go new file mode 100644 index 0000000000000000000000000000000000000000..823d05af085b504b4f1a3246c8b96bedf647a4c8 --- /dev/null +++ b/go/test/strength.go @@ -0,0 +1,45 @@ +// runoutput + +// Copyright 2016 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. + +// Generate test of strength reduction for multiplications +// with constants. Especially useful for amd64/386. + +package main + +import "fmt" + +func testMul(fact, bits int) string { + n := fmt.Sprintf("testMul_%d_%d", fact, bits) + fmt.Printf("func %s(s int%d) {\n", n, bits) + + want := 0 + for i := 0; i < 200; i++ { + fmt.Printf(` if want, got := int%d(%d), s*%d; want != got { + failed = true + fmt.Printf("got %d * %%d == %%d, wanted %d\n", s, got) + } +`, bits, want, i, i, want) + want += fact + } + + fmt.Printf("}\n") + return fmt.Sprintf("%s(%d)", n, fact) +} + +func main() { + fmt.Printf("package main\n") + fmt.Printf("import \"fmt\"\n") + fmt.Printf("var failed = false\n") + + f1 := testMul(17, 32) + f2 := testMul(131, 64) + + fmt.Printf("func main() {\n") + fmt.Println(f1) + fmt.Println(f2) + fmt.Printf("if failed {\n panic(\"multiplication failed\")\n}\n") + fmt.Printf("}\n") +} diff --git a/go/test/string_lit.go b/go/test/string_lit.go new file mode 100644 index 0000000000000000000000000000000000000000..4751b82ccf49836ab17a2dfb345623f8afa6ec4f --- /dev/null +++ b/go/test/string_lit.go @@ -0,0 +1,150 @@ +// run + +// Copyright 2009 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. + +// Test string literal syntax. + +package main + +import "os" + +var ecode int + +func assert(a, b, c string) { + if a != b { + ecode = 1 + print("FAIL: ", c, ": ", a, "!=", b, "\n") + var max int = len(a) + if len(b) > max { + max = len(b) + } + for i := 0; i < max; i++ { + ac := 0 + bc := 0 + if i < len(a) { + ac = int(a[i]) + } + if i < len(b) { + bc = int(b[i]) + } + if ac != bc { + print("\ta[", i, "] = ", ac, "; b[", i, "] =", bc, "\n") + } + } + panic("string_lit") + } +} + +const ( + gx1 = "aä本☺" + gx2 = "aä\xFF\xFF本☺" + gx2fix = "aä\uFFFD\uFFFD本☺" +) + +var ( + gr1 = []rune(gx1) + gr2 = []rune(gx2) + gb1 = []byte(gx1) + gb2 = []byte(gx2) +) + +func main() { + ecode = 0 + s := + "" + + " " + + "'`" + + "a" + + "ä" + + "本" + + "\a\b\f\n\r\t\v\\\"" + + "\000\123\x00\xca\xFE\u0123\ubabe\U0000babe" + + + `` + + ` ` + + `'"` + + `a` + + `ä` + + `本` + + `\a\b\f\n\r\t\v\\\'` + + `\000\123\x00\xca\xFE\u0123\ubabe\U0000babe` + + `\x\u\U\` + + assert("", ``, "empty") + assert(" ", " ", "blank") + assert("\x61", "a", "lowercase a") + assert("\x61", `a`, "lowercase a (backquote)") + assert("\u00e4", "ä", "a umlaut") + assert("\u00e4", `ä`, "a umlaut (backquote)") + assert("\u672c", "本", "nihon") + assert("\u672c", `本`, "nihon (backquote)") + assert("\x07\x08\x0c\x0a\x0d\x09\x0b\x5c\x22", + "\a\b\f\n\r\t\v\\\"", + "backslashes") + assert("\\a\\b\\f\\n\\r\\t\\v\\\\\\\"", + `\a\b\f\n\r\t\v\\\"`, + "backslashes (backquote)") + assert("\x00\x53\000\xca\376S몾몾", + "\000\123\x00\312\xFE\u0053\ubabe\U0000babe", + "backslashes 2") + assert("\\000\\123\\x00\\312\\xFE\\u0123\\ubabe\\U0000babe", + `\000\123\x00\312\xFE\u0123\ubabe\U0000babe`, + "backslashes 2 (backquote)") + assert("\\x\\u\\U\\", `\x\u\U\`, "backslash 3 (backquote)") + + // test large and surrogate-half runes. perhaps not the most logical place for these tests. + var r int32 + r = 0x10ffff // largest rune value + s = string(r) + assert(s, "\xf4\x8f\xbf\xbf", "largest rune") + r = 0x10ffff + 1 + s = string(r) + assert(s, "\xef\xbf\xbd", "too-large rune") + r = 0xD800 + s = string(r) + assert(s, "\xef\xbf\xbd", "surrogate rune min") + r = 0xDFFF + s = string(r) + assert(s, "\xef\xbf\xbd", "surrogate rune max") + r = -1 + s = string(r) + assert(s, "\xef\xbf\xbd", "negative rune") + + // the large rune tests again, this time using constants instead of a variable. + // these conversions will be done at compile time. + s = string(0x10ffff) // largest rune value + assert(s, "\xf4\x8f\xbf\xbf", "largest rune constant") + s = string(0x10ffff + 1) + assert(s, "\xef\xbf\xbd", "too-large rune constant") + s = string(0xD800) + assert(s, "\xef\xbf\xbd", "surrogate rune min constant") + s = string(0xDFFF) + assert(s, "\xef\xbf\xbd", "surrogate rune max constant") + s = string(-1) + assert(s, "\xef\xbf\xbd", "negative rune") + + // the large rune tests yet again, with a slice. + rs := []rune{0x10ffff, 0x10ffff + 1, 0xD800, 0xDFFF, -1} + s = string(rs) + assert(s, "\xf4\x8f\xbf\xbf\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd", "large rune slice") + + assert(string(gr1), gx1, "global ->[]rune") + assert(string(gr2), gx2fix, "global invalid ->[]rune") + assert(string(gb1), gx1, "->[]byte") + assert(string(gb2), gx2, "global invalid ->[]byte") + + var ( + r1 = []rune(gx1) + r2 = []rune(gx2) + b1 = []byte(gx1) + b2 = []byte(gx2) + ) + assert(string(r1), gx1, "->[]rune") + assert(string(r2), gx2fix, "invalid ->[]rune") + assert(string(b1), gx1, "->[]byte") + assert(string(b2), gx2, "invalid ->[]byte") + + os.Exit(ecode) +} diff --git a/go/test/stringrange.go b/go/test/stringrange.go new file mode 100644 index 0000000000000000000000000000000000000000..d98013b876d1e6960d7eca2ee321c7610a162f2f --- /dev/null +++ b/go/test/stringrange.go @@ -0,0 +1,71 @@ +// run + +// Copyright 2009 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. + +// Test range over strings. + +package main + +import ( + "fmt" + "os" + "unicode/utf8" +) + +func main() { + s := "\000\123\x00\xca\xFE\u0123\ubabe\U0000babe\U0010FFFFx" + expect := []rune{0, 0123, 0, 0xFFFD, 0xFFFD, 0x123, 0xbabe, 0xbabe, 0x10FFFF, 'x'} + offset := 0 + var i int + var c rune + ok := true + cnum := 0 + for i, c = range s { + r, size := utf8.DecodeRuneInString(s[i:len(s)]) // check it another way + if i != offset { + fmt.Printf("unexpected offset %d not %d\n", i, offset) + ok = false + } + if r != expect[cnum] { + fmt.Printf("unexpected rune %d from DecodeRuneInString: %x not %x\n", i, r, expect[cnum]) + ok = false + } + if c != expect[cnum] { + fmt.Printf("unexpected rune %d from range: %x not %x\n", i, r, expect[cnum]) + ok = false + } + offset += size + cnum++ + } + if i != len(s)-1 { + fmt.Println("after loop i is", i, "not", len(s)-1) + ok = false + } + + i = 12345 + c = 23456 + for i, c = range "" { + } + if i != 12345 { + fmt.Println("range empty string assigned to index:", i) + ok = false + } + if c != 23456 { + fmt.Println("range empty string assigned to value:", c) + ok = false + } + + for _, c := range "a\xed\xa0\x80a" { + if c != 'a' && c != utf8.RuneError { + fmt.Printf("surrogate UTF-8 does not produce an error: %U\n", c) + ok = false + } + } + + if !ok { + fmt.Println("BUG: stringrange") + os.Exit(1) + } +} diff --git a/go/test/struct0.go b/go/test/struct0.go new file mode 100644 index 0000000000000000000000000000000000000000..403e977ac91141a3d0aaa7258dcb43d70c207eb8 --- /dev/null +++ b/go/test/struct0.go @@ -0,0 +1,34 @@ +// run + +// Copyright 2011 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. + +// Test zero length structs. +// Used to not be evaluated. +// Issue 2232. + +package main + +func recv(c chan interface{}) struct{} { + return (<-c).(struct{}) +} + +var m = make(map[interface{}]int) + +func recv1(c chan interface{}) { + defer rec() + m[(<-c).(struct{})] = 0 +} + +func rec() { + recover() +} + +func main() { + c := make(chan interface{}) + go recv(c) + c <- struct{}{} + go recv1(c) + c <- struct{}{} +} diff --git a/go/test/switch.go b/go/test/switch.go new file mode 100644 index 0000000000000000000000000000000000000000..1806fa7f9be422e646bb6b8b9bc292422dcbbabd --- /dev/null +++ b/go/test/switch.go @@ -0,0 +1,417 @@ +// run + +// Copyright 2009 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. + +// Test switch statements. + +package main + +import "os" + +func assert(cond bool, msg string) { + if !cond { + print("assertion fail: ", msg, "\n") + panic(1) + } +} + +func main() { + i5 := 5 + i7 := 7 + hello := "hello" + + switch true { + case i5 < 5: + assert(false, "<") + case i5 == 5: + assert(true, "!") + case i5 > 5: + assert(false, ">") + } + + switch { + case i5 < 5: + assert(false, "<") + case i5 == 5: + assert(true, "!") + case i5 > 5: + assert(false, ">") + } + + switch x := 5; true { + case i5 < x: + assert(false, "<") + case i5 == x: + assert(true, "!") + case i5 > x: + assert(false, ">") + } + + switch x := 5; true { + case i5 < x: + assert(false, "<") + case i5 == x: + assert(true, "!") + case i5 > x: + assert(false, ">") + } + + switch i5 { + case 0: + assert(false, "0") + case 1: + assert(false, "1") + case 2: + assert(false, "2") + case 3: + assert(false, "3") + case 4: + assert(false, "4") + case 5: + assert(true, "5") + case 6: + assert(false, "6") + case 7: + assert(false, "7") + case 8: + assert(false, "8") + case 9: + assert(false, "9") + default: + assert(false, "default") + } + + switch i5 { + case 0, 1, 2, 3, 4: + assert(false, "4") + case 5: + assert(true, "5") + case 6, 7, 8, 9: + assert(false, "9") + default: + assert(false, "default") + } + + switch i5 { + case 0: + case 1: + case 2: + case 3: + case 4: + assert(false, "4") + case 5: + assert(true, "5") + case 6: + case 7: + case 8: + case 9: + default: + assert(i5 == 5, "good") + } + + switch i5 { + case 0: + dummy := 0 + _ = dummy + fallthrough + case 1: + dummy := 0 + _ = dummy + fallthrough + case 2: + dummy := 0 + _ = dummy + fallthrough + case 3: + dummy := 0 + _ = dummy + fallthrough + case 4: + dummy := 0 + _ = dummy + assert(false, "4") + case 5: + dummy := 0 + _ = dummy + fallthrough + case 6: + dummy := 0 + _ = dummy + fallthrough + case 7: + dummy := 0 + _ = dummy + fallthrough + case 8: + dummy := 0 + _ = dummy + fallthrough + case 9: + dummy := 0 + _ = dummy + fallthrough + default: + dummy := 0 + _ = dummy + assert(i5 == 5, "good") + } + + fired := false + switch i5 { + case 0: + dummy := 0 + _ = dummy + fallthrough // tests scoping of cases + case 1: + dummy := 0 + _ = dummy + fallthrough + case 2: + dummy := 0 + _ = dummy + fallthrough + case 3: + dummy := 0 + _ = dummy + fallthrough + case 4: + dummy := 0 + _ = dummy + assert(false, "4") + case 5: + dummy := 0 + _ = dummy + fallthrough + case 6: + dummy := 0 + _ = dummy + fallthrough + case 7: + dummy := 0 + _ = dummy + fallthrough + case 8: + dummy := 0 + _ = dummy + fallthrough + case 9: + dummy := 0 + _ = dummy + fallthrough + default: + dummy := 0 + _ = dummy + fired = !fired + assert(i5 == 5, "good") + } + assert(fired, "fired") + + count := 0 + switch i5 { + case 0: + count = count + 1 + fallthrough + case 1: + count = count + 1 + fallthrough + case 2: + count = count + 1 + fallthrough + case 3: + count = count + 1 + fallthrough + case 4: + count = count + 1 + assert(false, "4") + case 5: + count = count + 1 + fallthrough + case 6: + count = count + 1 + fallthrough + case 7: + count = count + 1 + fallthrough + case 8: + count = count + 1 + fallthrough + case 9: + count = count + 1 + fallthrough + default: + assert(i5 == count, "good") + } + assert(fired, "fired") + + switch hello { + case "wowie": + assert(false, "wowie") + case "hello": + assert(true, "hello") + case "jumpn": + assert(false, "jumpn") + default: + assert(false, "default") + } + + fired = false + switch i := i5 + 2; i { + case i7: + fired = true + default: + assert(false, "fail") + } + assert(fired, "var") + + // switch on nil-only comparison types + switch f := func() {}; f { + case nil: + assert(false, "f should not be nil") + default: + } + + switch m := make(map[int]int); m { + case nil: + assert(false, "m should not be nil") + default: + } + + switch a := make([]int, 1); a { + case nil: + assert(false, "m should not be nil") + default: + } + + // switch on interface. + switch i := interface{}("hello"); i { + case 42: + assert(false, `i should be "hello"`) + case "hello": + assert(true, "hello") + default: + assert(false, `i should be "hello"`) + } + + // switch on implicit bool converted to interface + // was broken: see issue 3980 + switch i := interface{}(true); { + case i: + assert(true, "true") + case false: + assert(false, "i should be true") + default: + assert(false, "i should be true") + } + + // switch on interface with constant cases differing by type. + // was rejected by compiler: see issue 4781 + type T int + type B bool + type F float64 + type S string + switch i := interface{}(float64(1.0)); i { + case nil: + assert(false, "i should be float64(1.0)") + case (*int)(nil): + assert(false, "i should be float64(1.0)") + case 1: + assert(false, "i should be float64(1.0)") + case T(1): + assert(false, "i should be float64(1.0)") + case F(1.0): + assert(false, "i should be float64(1.0)") + case 1.0: + assert(true, "true") + case "hello": + assert(false, "i should be float64(1.0)") + case S("hello"): + assert(false, "i should be float64(1.0)") + case true, B(false): + assert(false, "i should be float64(1.0)") + case false, B(true): + assert(false, "i should be float64(1.0)") + } + + // switch on array. + switch ar := [3]int{1, 2, 3}; ar { + case [3]int{1, 2, 3}: + assert(true, "[1 2 3]") + case [3]int{4, 5, 6}: + assert(false, "ar should be [1 2 3]") + default: + assert(false, "ar should be [1 2 3]") + } + + // switch on channel + switch c1, c2 := make(chan int), make(chan int); c1 { + case nil: + assert(false, "c1 did not match itself") + case c2: + assert(false, "c1 did not match itself") + case c1: + assert(true, "chan") + default: + assert(false, "c1 did not match itself") + } + + // empty switch + switch { + } + + // empty switch with default case. + fired = false + switch { + default: + fired = true + } + assert(fired, "fail") + + // Default and fallthrough. + count = 0 + switch { + default: + count++ + fallthrough + case false: + count++ + } + assert(count == 2, "fail") + + // fallthrough to default, which is not at end. + count = 0 + switch i5 { + case 5: + count++ + fallthrough + default: + count++ + case 6: + count++ + } + assert(count == 2, "fail") + + i := 0 + switch x := 5; { + case i < x: + os.Exit(0) + case i == x: + case i > x: + os.Exit(1) + } + + // Unified IR converts the tag and all case values to empty + // interface, when any of the case values aren't assignable to the + // tag value's type. Make sure that `case nil:` compares against the + // tag type's nil value (i.e., `(*int)(nil)`), not nil interface + // (i.e., `any(nil)`). + switch (*int)(nil) { + case nil: + // ok + case any(nil): + assert(false, "case any(nil) matched") + default: + assert(false, "default matched") + } +} diff --git a/go/test/switch2.go b/go/test/switch2.go new file mode 100644 index 0000000000000000000000000000000000000000..113d81be854fc6436632bc71181882dd37b8cdf9 --- /dev/null +++ b/go/test/switch2.go @@ -0,0 +1,39 @@ +// errorcheck + +// Copyright 2015 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. + +// Verify that erroneous switch statements are detected by the compiler. +// Does not compile. + +package main + +func f() { + switch { + case 0; // ERROR "expecting := or = or : or comma|expected :" + } + + switch { + case 0; // ERROR "expecting := or = or : or comma|expected :" + default: + } + + switch { + case 0: case 0: default: + } + + switch { + case 0: f(); case 0: + case 0: f() case 0: // ERROR "unexpected keyword case at end of statement" + } + + switch { + case 0: f(); default: + case 0: f() default: // ERROR "unexpected keyword default at end of statement" + } + + switch { + if x: // ERROR "expected case or default or }" + } +} diff --git a/go/test/switch3.go b/go/test/switch3.go new file mode 100644 index 0000000000000000000000000000000000000000..403563223c7d11d7bbd82ace8e84e5d76538465f --- /dev/null +++ b/go/test/switch3.go @@ -0,0 +1,72 @@ +// errorcheck + +// Copyright 2011 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. + +// Verify that erroneous switch statements are detected by the compiler. +// Does not compile. + +package main + +type I interface { + M() +} + +func bad() { + var i I + var s string + + switch i { + case s: // ERROR "mismatched types string and I|incompatible types" + } + + switch s { + case i: // ERROR "mismatched types I and string|incompatible types" + } + + var m, m1 map[int]int + switch m { + case nil: + case m1: // ERROR "can only compare map m to nil|map can only be compared to nil|cannot compare" + default: + } + + var a, a1 []int + switch a { + case nil: + case a1: // ERROR "can only compare slice a to nil|slice can only be compared to nil|cannot compare" + default: + } + + var f, f1 func() + switch f { + case nil: + case f1: // ERROR "can only compare func f to nil|func can only be compared to nil|cannot compare" + default: + } + + var ar, ar1 [4]func() + switch ar { // ERROR "cannot switch on" + case ar1: + default: + } + + var st, st1 struct{ f func() } + switch st { // ERROR "cannot switch on" + case st1: + } +} + +func good() { + var i interface{} + var s string + + switch i { + case s: + } + + switch s { + case i: + } +} diff --git a/go/test/switch4.go b/go/test/switch4.go new file mode 100644 index 0000000000000000000000000000000000000000..f38efe68c6e62d3c4b945d2b6252afbbf5954788 --- /dev/null +++ b/go/test/switch4.go @@ -0,0 +1,36 @@ +// errorcheck + +// Copyright 2011 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. + +// Verify that erroneous switch statements are detected by the compiler. +// Does not compile. + +package main + +type I interface { + M() +} + +func bad() { + + i5 := 5 + switch i5 { + case 5: + fallthrough // ERROR "cannot fallthrough final case in switch" + } +} + +func good() { + var i interface{} + var s string + + switch i { + case s: + } + + switch s { + case i: + } +} diff --git a/go/test/switch5.go b/go/test/switch5.go new file mode 100644 index 0000000000000000000000000000000000000000..dcf7ba0cf45f6b41b4136666fa5cb22e6ca0b4b7 --- /dev/null +++ b/go/test/switch5.go @@ -0,0 +1,94 @@ +// errorcheck + +// Copyright 2016 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. + +// Verify that switch statements with duplicate cases are detected by the compiler. +// Does not compile. + +package main + +func f0(x int) { + switch x { + case 0: + case 0: // ERROR "duplicate case (0 in switch)?" + } + + switch x { + case 0: + case int(0): // ERROR "duplicate case (int.0. .value 0. in switch)?" + } +} + +func f1(x float32) { + switch x { + case 5: + case 5: // ERROR "duplicate case (5 in switch)?" + case 5.0: // ERROR "duplicate case (5 in switch)?" + } +} + +func f2(s string) { + switch s { + case "": + case "": // ERROR "duplicate case (.. in switch)?" + case "abc": + case "abc": // ERROR "duplicate case (.abc. in switch)?" + } +} + +func f3(e interface{}) { + switch e { + case 0: + case 0: // ERROR "duplicate case (0 in switch)?" + case int64(0): + case float32(10): + case float32(10): // ERROR "duplicate case (float32\(10\) .value 10. in switch)?" + case float64(10): + case float64(10): // ERROR "duplicate case (float64\(10\) .value 10. in switch)?" + } +} + +func f5(a [1]int) { + switch a { + case [1]int{0}: + case [1]int{0}: // OK -- see issue 15896 + } +} + +// Ensure duplicate const bool clauses are accepted. +func f6() int { + switch { + case 0 == 0: + return 0 + case 1 == 1: // Intentionally OK, even though a duplicate of the above const true + return 1 + } + return 2 +} + +// Ensure duplicates in ranges are detected (issue #17517). +func f7(a int) { + switch a { + case 0: + case 0, 1: // ERROR "duplicate case 0" + case 1, 2, 3, 4: // ERROR "duplicate case 1" + } +} + +// Ensure duplicates with simple literals are printed as they were +// written, not just their values. Particularly useful for runes. +func f8(r rune) { + const x = 10 + switch r { + case 33, 33: // ERROR "duplicate case (33 in switch)?" + case 34, '"': // ERROR "duplicate case '"' .value 34. in switch" + case 35, rune('#'): // ERROR "duplicate case (rune.'#'. .value 35. in switch)?" + case 36, rune(36): // ERROR "duplicate case (rune.36. .value 36. in switch)?" + case 37, '$'+1: // ERROR "duplicate case ('\$' \+ 1 .value 37. in switch)?" + case 'b': + case 'a', 'b', 'c', 'd': // ERROR "duplicate case ('b' .value 98.)?" + case x, x: // ERROR "duplicate case (x .value 10.)?" + } +} diff --git a/go/test/switch6.go b/go/test/switch6.go new file mode 100644 index 0000000000000000000000000000000000000000..fd66df5a5888dac4bcaaf96527501138296ebecd --- /dev/null +++ b/go/test/switch6.go @@ -0,0 +1,46 @@ +// errorcheck + +// Copyright 2016 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. + +// Check the compiler's switch handling that happens +// at typechecking time. +// This must be separate from other checks, +// because errors during typechecking +// prevent other errors from being discovered. + +package main + +// Verify that type switch statements with impossible cases are detected by the compiler. +func f0(e error) { + switch e.(type) { + case int: // ERROR "impossible type switch case: (int\n\t)?e \(.*type error\) cannot have dynamic type int \(missing method Error\)" + } +} + +// Verify that the compiler rejects multiple default cases. +func f1(e interface{}) { + switch e { + default: + default: // ERROR "multiple defaults( in switch)?" + } + switch e.(type) { + default: + default: // ERROR "multiple defaults( in switch)?" + } +} + +type I interface { + Foo() +} + +type X int + +func (*X) Foo() {} +func f2() { + var i I + switch i.(type) { + case X: // ERROR "impossible type switch case: (X\n\t)?i \(.*type I\) cannot have dynamic type X \(method Foo has pointer receiver\)" + } +} diff --git a/go/test/switch7.go b/go/test/switch7.go new file mode 100644 index 0000000000000000000000000000000000000000..3fb0129b15e2d35c0d0ad766d792d5562cc612d2 --- /dev/null +++ b/go/test/switch7.go @@ -0,0 +1,35 @@ +// errorcheck + +// Copyright 2016 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. + +// Verify that type switch statements with duplicate cases are detected +// by the compiler. +// Does not compile. + +package main + +import "fmt" + +func f4(e interface{}) { + switch e.(type) { + case int: + case int: // ERROR "duplicate case int in type switch" + case int64: + case error: + case error: // ERROR "duplicate case error in type switch" + case fmt.Stringer: + case fmt.Stringer: // ERROR "duplicate case fmt.Stringer in type switch" + case struct { + i int "tag1" + }: + case struct { + i int "tag2" + }: + case struct { // ERROR "duplicate case struct { i int .tag1. } in type switch|duplicate case" + i int "tag1" + }: + } +} + diff --git a/go/test/tailcall.go b/go/test/tailcall.go new file mode 100644 index 0000000000000000000000000000000000000000..6b14a2f1b77b6ce7d42bc878564cbbba09de7336 --- /dev/null +++ b/go/test/tailcall.go @@ -0,0 +1,29 @@ +// errorcheck -0 -d=tailcall=1 + +// Copyright 2024 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 p + +// Test that when generating wrappers for methods, we generate a tail call to the pointer version of +// the method, if that method is not inlineable. We use go:noinline here to force the non-inlineability +// condition. + +//go:noinline +func (f *Foo) Get2Vals() [2]int { return [2]int{f.Val, f.Val + 1} } +func (f *Foo) Get3Vals() [3]int { return [3]int{f.Val, f.Val + 1, f.Val + 2} } + +type Foo struct{ Val int } + +type Bar struct { // ERROR "tail call emitted for the method \(\*Foo\).Get2Vals wrapper" + int64 + *Foo // needs a method wrapper + string +} + +var i any + +func init() { + i = Bar{1, nil, "first"} +} diff --git a/go/test/tighten.go b/go/test/tighten.go new file mode 100644 index 0000000000000000000000000000000000000000..d85dfecbb0237e53b911294423c51763cd2706eb --- /dev/null +++ b/go/test/tighten.go @@ -0,0 +1,28 @@ +// errorcheck -0 -d=ssa/tighten/debug=1 + +//go:build arm64 + +// Copyright 2023 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 main + +var ( + ga, gb, gc, gd int +) + +func moveValuesWithMemoryArg(len int) { + for n := 0; n < len; n++ { + // Loads of b and d can be delayed until inside the outer "if". + a := ga + b := gb // ERROR "MOVDload is moved$" + c := gc + d := gd // ERROR "MOVDload is moved$" + if a == c { + if b == d { + return + } + } + } +} diff --git a/go/test/tinyfin.go b/go/test/tinyfin.go new file mode 100644 index 0000000000000000000000000000000000000000..5171dfc72e22af8f3e1c5d3c46f7a5bd0c6309b9 --- /dev/null +++ b/go/test/tinyfin.go @@ -0,0 +1,64 @@ +// run + +// Copyright 2014 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. + +// Test finalizers work for tiny (combined) allocations. + +package main + +import ( + "runtime" + "time" +) + +func main() { + // Does not work on gccgo due to partially conservative GC. + // Try to enable when we have fully precise GC. + if runtime.Compiler == "gccgo" { + return + } + const N = 100 + finalized := make(chan int32, N) + for i := 0; i < N; i++ { + x := new(int32) // subject to tiny alloc + *x = int32(i) + // the closure must be big enough to be combined + runtime.SetFinalizer(x, func(p *int32) { + finalized <- *p + }) + } + runtime.GC() + count := 0 + done := make([]bool, N) + timeout := time.After(5*time.Second) + for { + select { + case <-timeout: + println("timeout,", count, "finalized so far") + panic("not all finalizers are called") + case x := <-finalized: + // Check that p points to the correct subobject of the tiny allocation. + // It's a bit tricky, because we can't capture another variable + // with the expected value (it would be combined as well). + if x < 0 || x >= N { + println("got", x) + panic("corrupted") + } + if done[x] { + println("got", x) + panic("already finalized") + } + done[x] = true + count++ + if count > N/10*9 { + // Some of the finalizers may not be executed, + // if the outermost allocations are combined with something persistent. + // Currently 4 int32's are combined into a 16-byte block, + // ensure that most of them are finalized. + return + } + } + } +} diff --git a/go/test/torture.go b/go/test/torture.go new file mode 100644 index 0000000000000000000000000000000000000000..197b481e66de03f015fe82b949a77bbf20c6756e --- /dev/null +++ b/go/test/torture.go @@ -0,0 +1,346 @@ +// compile + +// Copyright 2012 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. + +// Various tests for expressions with high complexity. + +package main + +// Concatenate 16 4-bit integers into a 64-bit number. +func concat(s *[16]byte) uint64 { + r := (((((((((((((((uint64(s[0])<<4| + uint64(s[1]))<<4| + uint64(s[2]))<<4| + uint64(s[3]))<<4| + uint64(s[4]))<<4| + uint64(s[5]))<<4| + uint64(s[6]))<<4| + uint64(s[7]))<<4| + uint64(s[8]))<<4| + uint64(s[9]))<<4| + uint64(s[10]))<<4| + uint64(s[11]))<<4| + uint64(s[12]))<<4| + uint64(s[13]))<<4| + uint64(s[14]))<<4 | + uint64(s[15])) + return r +} + +// Compute the determinant of a 4x4-matrix by the sum +// over all index permutations. +func determinant(m [4][4]float64) float64 { + return m[0][0]*m[1][1]*m[2][2]*m[3][3] - + m[0][0]*m[1][1]*m[2][3]*m[3][2] - + m[0][0]*m[1][2]*m[2][1]*m[3][3] + + m[0][0]*m[1][2]*m[2][3]*m[3][1] + + m[0][0]*m[1][3]*m[2][1]*m[3][2] - + m[0][0]*m[1][3]*m[2][2]*m[3][1] - + m[0][1]*m[1][0]*m[2][2]*m[3][3] + + m[0][1]*m[1][0]*m[2][3]*m[3][2] + + m[0][1]*m[1][2]*m[2][0]*m[3][3] - + m[0][1]*m[1][2]*m[2][3]*m[3][0] - + m[0][1]*m[1][3]*m[2][0]*m[3][2] + + m[0][1]*m[1][3]*m[2][2]*m[3][0] + + m[0][2]*m[1][0]*m[2][1]*m[3][3] - + m[0][2]*m[1][0]*m[2][3]*m[3][1] - + m[0][2]*m[1][1]*m[2][0]*m[3][3] + + m[0][2]*m[1][1]*m[2][3]*m[3][0] + + m[0][2]*m[1][3]*m[2][0]*m[3][1] - + m[0][2]*m[1][3]*m[2][1]*m[3][0] - + m[0][3]*m[1][0]*m[2][1]*m[3][2] + + m[0][3]*m[1][0]*m[2][2]*m[3][1] + + m[0][3]*m[1][1]*m[2][0]*m[3][2] - + m[0][3]*m[1][1]*m[2][2]*m[3][0] - + m[0][3]*m[1][2]*m[2][0]*m[3][1] + + m[0][3]*m[1][2]*m[2][1]*m[3][0] +} + +// Compute the determinant of a 4x4-matrix by the sum +// over all index permutations. +func determinantInt(m [4][4]int) int { + return m[0][0]*m[1][1]*m[2][2]*m[3][3] - + m[0][0]*m[1][1]*m[2][3]*m[3][2] - + m[0][0]*m[1][2]*m[2][1]*m[3][3] + + m[0][0]*m[1][2]*m[2][3]*m[3][1] + + m[0][0]*m[1][3]*m[2][1]*m[3][2] - + m[0][0]*m[1][3]*m[2][2]*m[3][1] - + m[0][1]*m[1][0]*m[2][2]*m[3][3] + + m[0][1]*m[1][0]*m[2][3]*m[3][2] + + m[0][1]*m[1][2]*m[2][0]*m[3][3] - + m[0][1]*m[1][2]*m[2][3]*m[3][0] - + m[0][1]*m[1][3]*m[2][0]*m[3][2] + + m[0][1]*m[1][3]*m[2][2]*m[3][0] + + m[0][2]*m[1][0]*m[2][1]*m[3][3] - + m[0][2]*m[1][0]*m[2][3]*m[3][1] - + m[0][2]*m[1][1]*m[2][0]*m[3][3] + + m[0][2]*m[1][1]*m[2][3]*m[3][0] + + m[0][2]*m[1][3]*m[2][0]*m[3][1] - + m[0][2]*m[1][3]*m[2][1]*m[3][0] - + m[0][3]*m[1][0]*m[2][1]*m[3][2] + + m[0][3]*m[1][0]*m[2][2]*m[3][1] + + m[0][3]*m[1][1]*m[2][0]*m[3][2] - + m[0][3]*m[1][1]*m[2][2]*m[3][0] - + m[0][3]*m[1][2]*m[2][0]*m[3][1] + + m[0][3]*m[1][2]*m[2][1]*m[3][0] +} + +// Compute the determinant of a 4x4-matrix by the sum +// over all index permutations. +func determinantByte(m [4][4]byte) byte { + return m[0][0]*m[1][1]*m[2][2]*m[3][3] - + m[0][0]*m[1][1]*m[2][3]*m[3][2] - + m[0][0]*m[1][2]*m[2][1]*m[3][3] + + m[0][0]*m[1][2]*m[2][3]*m[3][1] + + m[0][0]*m[1][3]*m[2][1]*m[3][2] - + m[0][0]*m[1][3]*m[2][2]*m[3][1] - + m[0][1]*m[1][0]*m[2][2]*m[3][3] + + m[0][1]*m[1][0]*m[2][3]*m[3][2] + + m[0][1]*m[1][2]*m[2][0]*m[3][3] - + m[0][1]*m[1][2]*m[2][3]*m[3][0] - + m[0][1]*m[1][3]*m[2][0]*m[3][2] + + m[0][1]*m[1][3]*m[2][2]*m[3][0] + + m[0][2]*m[1][0]*m[2][1]*m[3][3] - + m[0][2]*m[1][0]*m[2][3]*m[3][1] - + m[0][2]*m[1][1]*m[2][0]*m[3][3] + + m[0][2]*m[1][1]*m[2][3]*m[3][0] + + m[0][2]*m[1][3]*m[2][0]*m[3][1] - + m[0][2]*m[1][3]*m[2][1]*m[3][0] - + m[0][3]*m[1][0]*m[2][1]*m[3][2] + + m[0][3]*m[1][0]*m[2][2]*m[3][1] + + m[0][3]*m[1][1]*m[2][0]*m[3][2] - + m[0][3]*m[1][1]*m[2][2]*m[3][0] - + m[0][3]*m[1][2]*m[2][0]*m[3][1] + + m[0][3]*m[1][2]*m[2][1]*m[3][0] +} + +type A []A + +// A sequence of constant indexings. +func IndexChain1(s A) A { + return s[0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0] +} + +// A sequence of non-constant indexings. +func IndexChain2(s A, i int) A { + return s[i][i][i][i][i][i][i][i][i][i][i][i][i][i][i][i] +} + +// Another sequence of indexings. +func IndexChain3(s []int) int { + return s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[s[0]]]]]]]]]]]]]]]]]]]]] +} + +// A right-leaning tree of byte multiplications. +func righttree(a, b, c, d uint8) uint8 { + return a * (b * (c * (d * + (a * (b * (c * (d * + (a * (b * (c * (d * + (a * (b * (c * (d * + (a * (b * (c * (d * + a * (b * (c * d))))))))))))))))))))) + +} + +// A left-leaning tree of byte multiplications. +func lefttree(a, b, c, d uint8) uint8 { + return ((((((((((((((((((a * b) * c) * d * + a) * b) * c) * d * + a) * b) * c) * d * + a) * b) * c) * d * + a) * b) * c) * d * + a) * b) * c) * d) +} + +type T struct { + Next I +} + +type I interface{} + +// A chains of type assertions. +func ChainT(t *T) *T { + return t. + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T). + Next.(*T) +} + +type U struct { + Children []J +} + +func (u *U) Child(n int) J { return u.Children[n] } + +type J interface { + Child(n int) J +} + +func ChainUAssert(u *U) *U { + return u.Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U). + Child(0).(*U) +} + +func ChainUNoAssert(u *U) *U { + return u.Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0). + Child(0).(*U) +} + +// Type assertions and slice indexing. See issue 4207. +func ChainAssertIndex(u *U) J { + return u. + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0].(*U). + Children[0] +} + +type UArr struct { + Children [2]J +} + +func (u *UArr) Child(n int) J { return u.Children[n] } + +func ChainAssertArrayIndex(u *UArr) J { + return u. + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0].(*UArr). + Children[0] +} + +type UArrPtr struct { + Children *[2]J +} + +func (u *UArrPtr) Child(n int) J { return u.Children[n] } + +func ChainAssertArrayptrIndex(u *UArrPtr) J { + return u. + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0].(*UArrPtr). + Children[0] +} + +// Chains of divisions. See issue 4201. + +func ChainDiv(a, b int) int { + return a / b / a / b / a / b / a / b / + a / b / a / b / a / b / a / b / + a / b / a / b / a / b / a / b +} + +func ChainDivRight(a, b int) int { + return a / (b / (a / (b / + (a / (b / (a / (b / + (a / (b / (a / (b / + (a / (b / (a / (b / + (a / (b / (a / b)))))))))))))))))) +} + +func ChainDivConst(a int) int { + return a / 17 / 17 / 17 / + 17 / 17 / 17 / 17 / + 17 / 17 / 17 / 17 +} + +func ChainMulBytes(a, b, c byte) byte { + return a*(a*(a*(a*(a*(a*(a*(a*(a*b+c)+c)+c)+c)+c)+c)+c)+c) + c +} + +func ChainCap() { + select { + case <-make(chan int, cap(make(chan int, cap(make(chan int, cap(make(chan int, cap(make(chan int))))))))): + default: + } +} diff --git a/go/test/turing.go b/go/test/turing.go new file mode 100644 index 0000000000000000000000000000000000000000..acbe85b646ce7671dafc290afe39afb5aa5fe9e7 --- /dev/null +++ b/go/test/turing.go @@ -0,0 +1,59 @@ +// run + +// Copyright 2009 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. + +// Test simulating a Turing machine, sort of. + +package main + +// brainfuck + +var p, pc int +var a [30000]byte + +const prog = "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.!" + +func scan(dir int) { + for nest := dir; dir*nest > 0; pc += dir { + switch prog[pc+dir] { + case ']': + nest-- + case '[': + nest++ + } + } +} + +func main() { + r := "" + for { + switch prog[pc] { + case '>': + p++ + case '<': + p-- + case '+': + a[p]++ + case '-': + a[p]-- + case '.': + r += string(a[p]) + case '[': + if a[p] == 0 { + scan(1) + } + case ']': + if a[p] != 0 { + scan(-1) + } + default: + if r != "Hello World!\n" { + panic(r) + } + return + } + pc++ + } +} diff --git a/go/test/typecheck.go b/go/test/typecheck.go new file mode 100644 index 0000000000000000000000000000000000000000..f822ae98ef3237db32e232af8e4c2b20ea6690bd --- /dev/null +++ b/go/test/typecheck.go @@ -0,0 +1,22 @@ +// errorcheck + +// Copyright 2012 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. + +// Verify that the Go compiler will not +// die after running into an undefined +// type in the argument list for a +// function. +// Does not compile. + +package main + +func mine(int b) int { // ERROR "undefined.*b" + return b + 2 // ERROR "undefined.*b" +} + +func main() { + mine() // ERROR "not enough arguments" + c = mine() // ERROR "undefined.*c|not enough arguments" +} diff --git a/go/test/typecheckloop.go b/go/test/typecheckloop.go new file mode 100644 index 0000000000000000000000000000000000000000..a143e0984ce79a7ba437a1b113364aa99e7e83a2 --- /dev/null +++ b/go/test/typecheckloop.go @@ -0,0 +1,14 @@ +// errorcheck + +// Copyright 2015 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. + +// Verify that constant definition loops are caught during +// typechecking and that the errors print correctly. + +package main + +const A = 1 + B // ERROR "constant definition loop\n.*A uses B\n.*B uses C\n.*C uses A|initialization cycle" +const B = C - 1 // ERROR "constant definition loop\n.*B uses C\n.*C uses B|initialization cycle" +const C = A + B + 1 diff --git a/go/test/typeswitch.go b/go/test/typeswitch.go new file mode 100644 index 0000000000000000000000000000000000000000..30a4b4975fbb3afeb7a54e19bcf7b57df4d130ff --- /dev/null +++ b/go/test/typeswitch.go @@ -0,0 +1,116 @@ +// run + +// Copyright 2009 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. + +// Test simple type switches, including chans, maps etc. + +package main + +import "os" + +const ( + Bool = iota + Int + Float + String + Struct + Chan + Array + Map + Func + Last +) + +type S struct { + a int +} + +var s S = S{1234} + +var c = make(chan int) + +var a = []int{0, 1, 2, 3} + +var m = make(map[string]int) + +func assert(b bool, s string) { + if !b { + println(s) + os.Exit(1) + } +} + +func f(i int) interface{} { + switch i { + case Bool: + return true + case Int: + return 7 + case Float: + return 7.4 + case String: + return "hello" + case Struct: + return s + case Chan: + return c + case Array: + return a + case Map: + return m + case Func: + return f + } + panic("bad type number") +} + +func main() { + for i := Bool; i < Last; i++ { + switch x := f(i).(type) { + case bool: + assert(x == true && i == Bool, "bool") + case int: + assert(x == 7 && i == Int, "int") + case float64: + assert(x == 7.4 && i == Float, "float64") + case string: + assert(x == "hello" && i == String, "string") + case S: + assert(x.a == 1234 && i == Struct, "struct") + case chan int: + assert(x == c && i == Chan, "chan") + case []int: + assert(x[3] == 3 && i == Array, "array") + case map[string]int: + assert(x != nil && i == Map, "map") + case func(i int) interface{}: + assert(x != nil && i == Func, "fun") + default: + assert(false, "unknown") + } + } + + // boolean switch (has had bugs in past; worth writing down) + switch { + case true: + assert(true, "switch 2 bool") + default: + assert(false, "switch 2 unknown") + } + + switch true { + case true: + assert(true, "switch 3 bool") + default: + assert(false, "switch 3 unknown") + } + + switch false { + case false: + assert(true, "switch 4 bool") + default: + assert(false, "switch 4 unknown") + } +} diff --git a/go/test/typeswitch1.go b/go/test/typeswitch1.go new file mode 100644 index 0000000000000000000000000000000000000000..a980ce4c070d4f2c08d698bb846406d39f4d18c7 --- /dev/null +++ b/go/test/typeswitch1.go @@ -0,0 +1,85 @@ +// run + +// Copyright 2009 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. + +// Test simple type switches on basic types. + +package main + +import "fmt" + +const ( + a = iota + b + c + d + e +) + +var x = []int{1, 2, 3} + +func f(x int, len *byte) { + *len = byte(x) +} + +func whatis(x interface{}) string { + switch xx := x.(type) { + default: + return fmt.Sprint("default ", xx) + case int, int8, int16, int32: + return fmt.Sprint("signed ", xx) + case int64: + return fmt.Sprint("signed64 ", int64(xx)) + case uint, uint8, uint16, uint32: + return fmt.Sprint("unsigned ", xx) + case uint64: + return fmt.Sprint("unsigned64 ", uint64(xx)) + case nil: + return fmt.Sprint("nil ", xx) + } + panic("not reached") +} + +func whatis1(x interface{}) string { + xx := x + switch xx.(type) { + default: + return fmt.Sprint("default ", xx) + case int, int8, int16, int32: + return fmt.Sprint("signed ", xx) + case int64: + return fmt.Sprint("signed64 ", xx.(int64)) + case uint, uint8, uint16, uint32: + return fmt.Sprint("unsigned ", xx) + case uint64: + return fmt.Sprint("unsigned64 ", xx.(uint64)) + case nil: + return fmt.Sprint("nil ", xx) + } + panic("not reached") +} + +func check(x interface{}, s string) { + w := whatis(x) + if w != s { + fmt.Println("whatis", x, "=>", w, "!=", s) + panic("fail") + } + + w = whatis1(x) + if w != s { + fmt.Println("whatis1", x, "=>", w, "!=", s) + panic("fail") + } +} + +func main() { + check(1, "signed 1") + check(uint(1), "unsigned 1") + check(int64(1), "signed64 1") + check(uint64(1), "unsigned64 1") + check(1.5, "default 1.5") + check(nil, "nil ") +} diff --git a/go/test/typeswitch2.go b/go/test/typeswitch2.go new file mode 100644 index 0000000000000000000000000000000000000000..62c96c8330f6010333dce002269511ba3ee49fff --- /dev/null +++ b/go/test/typeswitch2.go @@ -0,0 +1,37 @@ +// errorcheck + +// Copyright 2009 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. + +// Verify that various erroneous type switches are caught by the compiler. +// Does not compile. + +package main + +import "io" + +func whatis(x interface{}) string { + switch x.(type) { + case int: + return "int" + case int: // ERROR "duplicate" + return "int8" + case io.Reader: + return "Reader1" + case io.Reader: // ERROR "duplicate" + return "Reader2" + case interface { + r() + w() + }: + return "rw" + case interface { // ERROR "duplicate" + w() + r() + }: + return "wr" + + } + return "" +} diff --git a/go/test/typeswitch2b.go b/go/test/typeswitch2b.go new file mode 100644 index 0000000000000000000000000000000000000000..135ae86cff1b88aacfefd4e2c86c4a1497ea701e --- /dev/null +++ b/go/test/typeswitch2b.go @@ -0,0 +1,20 @@ +// errorcheck + +// 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. + +// Verify that various erroneous type switches are caught by the compiler. +// Does not compile. + +package main + +func notused(x interface{}) { + // The first t is in a different scope than the 2nd t; it cannot + // be accessed (=> declared and not used error); but it is legal + // to declare it. + switch t := 0; t := x.(type) { // ERROR "declared and not used" + case int: + _ = t // this is using the t of "t := x.(type)" + } +} diff --git a/go/test/typeswitch3.go b/go/test/typeswitch3.go new file mode 100644 index 0000000000000000000000000000000000000000..2e144d81c00cef738b5ff3acadd19d1aedfa6ba3 --- /dev/null +++ b/go/test/typeswitch3.go @@ -0,0 +1,56 @@ +// errorcheck + +// Copyright 2011 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. + +// Verify that erroneous type switches are caught by the compiler. +// Issue 2700, among other things. +// Does not compile. + +package main + +import ( + "io" +) + +type I interface { + M() +} + +func main() { + var x I + switch x.(type) { + case string: // ERROR "impossible" + println("FAIL") + } + + // Issue 2700: if the case type is an interface, nothing is impossible + + var r io.Reader + + _, _ = r.(io.Writer) + + switch r.(type) { + case io.Writer: + } + + // Issue 2827. + switch _ := r.(type) { // ERROR "invalid variable name _|no new variables?" + } +} + +func noninterface() { + var i int + switch i.(type) { // ERROR "cannot type switch on non-interface value|not an interface" + case string: + case int: + } + + type S struct { + name string + } + var s S + switch s.(type) { // ERROR "cannot type switch on non-interface value|not an interface" + } +} diff --git a/go/test/uintptrescapes.go b/go/test/uintptrescapes.go new file mode 100644 index 0000000000000000000000000000000000000000..554bb76422cff04ce65efdafa29f5252657b9ec4 --- /dev/null +++ b/go/test/uintptrescapes.go @@ -0,0 +1,9 @@ +// rundir + +// Copyright 2016 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. + +// Test that the go:uintptrescapes comment works as expected. + +package ignored diff --git a/go/test/uintptrescapes2.go b/go/test/uintptrescapes2.go new file mode 100644 index 0000000000000000000000000000000000000000..b0f4665ebc71f4ba91cd46835d7304c774cfeb25 --- /dev/null +++ b/go/test/uintptrescapes2.go @@ -0,0 +1,65 @@ +// errorcheck -0 -l -m -live + +// Copyright 2016 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. + +// Test escape analysis and liveness inferred for uintptrescapes functions. + +package p + +import ( + "unsafe" +) + +//go:uintptrescapes +func F1(a uintptr) {} // ERROR "escaping uintptr" + +//go:uintptrescapes +func F2(a ...uintptr) {} // ERROR "escaping ...uintptr" + +//go:uintptrescapes +func F3(uintptr) {} // ERROR "escaping uintptr" + +//go:uintptrescapes +func F4(...uintptr) {} // ERROR "escaping ...uintptr" + +type T struct{} + +//go:uintptrescapes +func (T) M1(a uintptr) {} // ERROR "escaping uintptr" + +//go:uintptrescapes +func (T) M2(a ...uintptr) {} // ERROR "escaping ...uintptr" + +func TestF1() { + var t int // ERROR "moved to heap" + F1(uintptr(unsafe.Pointer(&t))) // ERROR "live at call to F1: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func TestF3() { + var t2 int // ERROR "moved to heap" + F3(uintptr(unsafe.Pointer(&t2))) // ERROR "live at call to F3: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func TestM1() { + var t T + var v int // ERROR "moved to heap" + t.M1(uintptr(unsafe.Pointer(&v))) // ERROR "live at call to T.M1: .?autotmp" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func TestF2() { + var v int // ERROR "moved to heap" + F2(0, 1, uintptr(unsafe.Pointer(&v)), 2) // ERROR "live at call to (newobject|mallocgcSmallNoScanSC[0-9]+): .?autotmp" "live at call to F2: .?autotmp" "escapes to heap" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func TestF4() { + var v2 int // ERROR "moved to heap" + F4(0, 1, uintptr(unsafe.Pointer(&v2)), 2) // ERROR "live at call to (newobject|mallocgcSmallNoScanSC[0-9]+): .?autotmp" "live at call to F4: .?autotmp" "escapes to heap" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} + +func TestM2() { + var t T + var v int // ERROR "moved to heap" + t.M2(0, 1, uintptr(unsafe.Pointer(&v)), 2) // ERROR "live at call to (newobject|mallocgcSmallNoScanSC[0-9]+): .?autotmp" "live at call to T.M2: .?autotmp" "escapes to heap" "stack object .autotmp_[0-9]+ unsafe.Pointer$" +} diff --git a/go/test/uintptrescapes3.go b/go/test/uintptrescapes3.go new file mode 100644 index 0000000000000000000000000000000000000000..92be5d1eef4239d63b4830ec711100b9907fb3da --- /dev/null +++ b/go/test/uintptrescapes3.go @@ -0,0 +1,63 @@ +// run + +// 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. + +// Test that //go:uintptrescapes works for methods. + +package main + +import ( + "fmt" + "runtime" + "unsafe" +) + +var callback func() + +//go:noinline +//go:uintptrescapes +func F(ptr uintptr) { callback() } + +//go:noinline +//go:uintptrescapes +func Fv(ptrs ...uintptr) { callback() } + +type T struct{} + +//go:noinline +//go:uintptrescapes +func (T) M(ptr uintptr) { callback() } + +//go:noinline +//go:uintptrescapes +func (T) Mv(ptrs ...uintptr) { callback() } + +// Each test should pass uintptr(ptr) as an argument to a function call, +// which in turn should call callback. The callback checks that ptr is kept alive. +var tests = []func(ptr unsafe.Pointer){ + func(ptr unsafe.Pointer) { F(uintptr(ptr)) }, + func(ptr unsafe.Pointer) { Fv(uintptr(ptr)) }, + func(ptr unsafe.Pointer) { T{}.M(uintptr(ptr)) }, + func(ptr unsafe.Pointer) { T{}.Mv(uintptr(ptr)) }, +} + +func main() { + for i, test := range tests { + finalized := false + + ptr := new([64]byte) + runtime.SetFinalizer(ptr, func(*[64]byte) { + finalized = true + }) + + callback = func() { + runtime.GC() + if finalized { + fmt.Printf("test #%d failed\n", i) + } + } + test(unsafe.Pointer(ptr)) + } +} diff --git a/go/test/uintptrkeepalive.go b/go/test/uintptrkeepalive.go new file mode 100644 index 0000000000000000000000000000000000000000..97834dcd1af5478e62e4ab34c04e23da9366973b --- /dev/null +++ b/go/test/uintptrkeepalive.go @@ -0,0 +1,11 @@ +// errorcheck -std + +// Copyright 2022 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 p + +//go:uintptrkeepalive +func missingNosplit(uintptr) { // ERROR "go:uintptrkeepalive requires go:nosplit" +} diff --git a/go/test/undef.go b/go/test/undef.go new file mode 100644 index 0000000000000000000000000000000000000000..61524f3d4c364433c5692948655ffde3c586dddc --- /dev/null +++ b/go/test/undef.go @@ -0,0 +1,45 @@ +// errorcheck + +// Copyright 2010 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. + +// Test line numbers in error messages. +// Does not compile. + +package main + +var ( + _ = x // ERROR "undefined.*x" + _ = x // ERROR "undefined.*x" + _ = x // ERROR "undefined.*x" +) + +type T struct { + y int +} + +func foo() *T { return &T{y: 99} } +func bar() int { return y } // ERROR "undefined.*y" + +type T1 struct { + y1 int +} + +func foo1() *T1 { return &T1{y1: 99} } +var y1 = 2 +func bar1() int { return y1 } + +func f1(val interface{}) { + switch v := val.(type) { + default: + println(v) + } +} + +func f2(val interface{}) { + switch val.(type) { + default: + println(v) // ERROR "undefined.*v" + } +} diff --git a/go/test/unsafe_slice_data.go b/go/test/unsafe_slice_data.go new file mode 100644 index 0000000000000000000000000000000000000000..e8b8207547fabd92cbe5a3066d2acc27105c2510 --- /dev/null +++ b/go/test/unsafe_slice_data.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2022 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 main + +import ( + "fmt" + "reflect" + "unsafe" +) + +func main() { + var s = []byte("abc") + sh1 := *(*reflect.SliceHeader)(unsafe.Pointer(&s)) + ptr2 := unsafe.Pointer(unsafe.SliceData(s)) + if ptr2 != unsafe.Pointer(sh1.Data) { + panic(fmt.Errorf("unsafe.SliceData %p != %p", ptr2, unsafe.Pointer(sh1.Data))) + } +} diff --git a/go/test/unsafe_string.go b/go/test/unsafe_string.go new file mode 100644 index 0000000000000000000000000000000000000000..ceecc6ff2f2efccd5c6c433af86cdf95782cd83b --- /dev/null +++ b/go/test/unsafe_string.go @@ -0,0 +1,18 @@ +// run + +// Copyright 2022 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 main + +import ( + "unsafe" +) + +func main() { + hello := [5]byte{'m', 'o', 's', 'h', 'i'} + if unsafe.String(&hello[0], uint64(len(hello))) != "moshi" { + panic("unsafe.String convert error") + } +} diff --git a/go/test/unsafe_string_data.go b/go/test/unsafe_string_data.go new file mode 100644 index 0000000000000000000000000000000000000000..a3a69af5180a791983f103a5e3844ccc5da91241 --- /dev/null +++ b/go/test/unsafe_string_data.go @@ -0,0 +1,22 @@ +// run + +// Copyright 2022 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 main + +import ( + "fmt" + "reflect" + "unsafe" +) + +func main() { + var s = "abc" + sh1 := (*reflect.StringHeader)(unsafe.Pointer(&s)) + ptr2 := unsafe.Pointer(unsafe.StringData(s)) + if ptr2 != unsafe.Pointer(sh1.Data) { + panic(fmt.Errorf("unsafe.StringData ret %p != %p", ptr2, unsafe.Pointer(sh1.Data))) + } +} diff --git a/go/test/unsafebuiltins.go b/go/test/unsafebuiltins.go new file mode 100644 index 0000000000000000000000000000000000000000..8ee72ec2e8abdfab43dd489a4c41582cb71149ca --- /dev/null +++ b/go/test/unsafebuiltins.go @@ -0,0 +1,107 @@ +// run + +// Copyright 2021 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 main + +import ( + "math" + "unsafe" +) + +const maxUintptr = 1 << (8 * unsafe.Sizeof(uintptr(0))) + +func main() { + var p [10]byte + + // unsafe.Add + { + p1 := unsafe.Pointer(&p[1]) + assert(unsafe.Add(p1, 1) == unsafe.Pointer(&p[2])) + assert(unsafe.Add(p1, -1) == unsafe.Pointer(&p[0])) + } + + // unsafe.Slice + { + s := unsafe.Slice(&p[0], len(p)) + assert(&s[0] == &p[0]) + assert(len(s) == len(p)) + assert(cap(s) == len(p)) + + // nil pointer with zero length returns nil + assert(unsafe.Slice((*int)(nil), 0) == nil) + + // nil pointer with positive length panics + mustPanic(func() { _ = unsafe.Slice((*int)(nil), 1) }) + + // negative length + var neg int = -1 + mustPanic(func() { _ = unsafe.Slice(new(byte), neg) }) + + // length too large + var tooBig uint64 = math.MaxUint64 + mustPanic(func() { _ = unsafe.Slice(new(byte), tooBig) }) + + // size overflows address space + mustPanic(func() { _ = unsafe.Slice(new(uint64), maxUintptr/8) }) + mustPanic(func() { _ = unsafe.Slice(new(uint64), maxUintptr/8+1) }) + + // sliced memory overflows address space + last := (*byte)(unsafe.Pointer(^uintptr(0))) + _ = unsafe.Slice(last, 1) + mustPanic(func() { _ = unsafe.Slice(last, 2) }) + } + + // unsafe.String + { + s := unsafe.String(&p[0], len(p)) + assert(s == string(p[:])) + assert(len(s) == len(p)) + + // the empty string + assert(unsafe.String(nil, 0) == "") + + // nil pointer with positive length panics + mustPanic(func() { _ = unsafe.String(nil, 1) }) + + // negative length + var neg int = -1 + mustPanic(func() { _ = unsafe.String(new(byte), neg) }) + + // length too large + var tooBig uint64 = math.MaxUint64 + mustPanic(func() { _ = unsafe.String(new(byte), tooBig) }) + + // string memory overflows address space + last := (*byte)(unsafe.Pointer(^uintptr(0))) + _ = unsafe.String(last, 1) + mustPanic(func() { _ = unsafe.String(last, 2) }) + } + + // unsafe.StringData + { + var s = "string" + assert(string(unsafe.Slice(unsafe.StringData(s), len(s))) == s) + } + + //unsafe.SliceData + { + var s = []byte("slice") + assert(unsafe.String(unsafe.SliceData(s), len(s)) == string(s)) + } +} + +func assert(ok bool) { + if !ok { + panic("FAIL") + } +} + +func mustPanic(f func()) { + defer func() { + assert(recover() != nil) + }() + f() +} diff --git a/go/test/used.go b/go/test/used.go new file mode 100644 index 0000000000000000000000000000000000000000..33e1140cef74ac9c99f82c282e4a52efc503fec0 --- /dev/null +++ b/go/test/used.go @@ -0,0 +1,144 @@ +// errorcheck + +// Copyright 2020 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 p + +import "unsafe" + +const C = 1 + +var x, x1, x2 int +var b bool +var s string +var c chan int +var cp complex128 +var slice []int +var array [2]int +var bytes []byte +var runes []rune +var r rune + +func f0() {} +func f1() int { return 1 } +func f2() (int, int) { return 1, 1 } + +type T struct{ X int } + +func (T) M1() int { return 1 } +func (T) M0() {} +func (T) M() {} + +var t T +var tp *T + +type I interface{ M() } + +var i I + +var m map[int]int + +func _() { + // Note: if the next line changes to x, the error silences the x+x etc below! + x1 // ERROR "x1 .* not used" + + nil // ERROR "nil .* not used" + C // ERROR "C .* not used" + 1 // ERROR "1 .* not used" + x + x // ERROR "x \+ x .* not used" + x - x // ERROR "x - x .* not used" + x | x // ERROR "x \| x .* not used" + "a" + s // ERROR ".a. \+ s .* not used" + &x // ERROR "&x .* not used" + b && b // ERROR "b && b .* not used" + append(slice, 1) // ERROR "append\(slice, 1\) .* not used" + string(bytes) // ERROR "string\(bytes\) .* not used" + string(runes) // ERROR "string\(runes\) .* not used" + f0() // ok + f1() // ok + f2() // ok + _ = f0() // ERROR "f0\(\) .*used as value" + _ = f1() // ok + _, _ = f2() // ok + _ = f2() // ERROR "assignment mismatch: 1 variable but f2 returns 2 values|cannot assign" + _ = f1(), 0 // ERROR "assignment mismatch: 1 variable but 2 values|cannot assign" + T.M0 // ERROR "T.M0 .* not used" + t.M0 // ERROR "t.M0 .* not used" + cap // ERROR "use of builtin cap not in function call|must be called" + cap(slice) // ERROR "cap\(slice\) .* not used" + close(c) // ok + _ = close(c) // ERROR "close\(c\) .*used as value" + func() {} // ERROR "func literal .* not used|is not used" + X{} // ERROR "undefined: X" + map[string]int{} // ERROR "map\[string\]int{} .* not used" + struct{}{} // ERROR "struct ?{}{} .* not used" + [1]int{} // ERROR "\[1\]int{} .* not used" + []int{} // ERROR "\[\]int{} .* not used" + &struct{}{} // ERROR "&struct ?{}{} .* not used" + float32(x) // ERROR "float32\(x\) .* not used" + I(t) // ERROR "I\(t\) .* not used" + int(x) // ERROR "int\(x\) .* not used" + copy(slice, slice) // ok + _ = copy(slice, slice) // ok + delete(m, 1) // ok + _ = delete(m, 1) // ERROR "delete\(m, 1\) .*used as value" + t.X // ERROR "t.X .* not used" + tp.X // ERROR "tp.X .* not used" + t.M // ERROR "t.M .* not used" + I.M // ERROR "I.M .* not used" + i.(T) // ERROR "i.\(T\) .* not used" + x == x // ERROR "x == x .* not used" + x != x // ERROR "x != x .* not used" + x != x // ERROR "x != x .* not used" + x < x // ERROR "x < x .* not used" + x >= x // ERROR "x >= x .* not used" + x > x // ERROR "x > x .* not used" + *tp // ERROR "\*tp .* not used" + slice[0] // ERROR "slice\[0\] .* not used" + m[1] // ERROR "m\[1\] .* not used" + len(slice) // ERROR "len\(slice\) .* not used" + make(chan int) // ERROR "make\(chan int\) .* not used" + make(map[int]int) // ERROR "make\(map\[int\]int\) .* not used" + make([]int, 1) // ERROR "make\(\[\]int, 1\) .* not used" + x * x // ERROR "x \* x .* not used" + x / x // ERROR "x / x .* not used" + x % x // ERROR "x % x .* not used" + x << x // ERROR "x << x .* not used" + x >> x // ERROR "x >> x .* not used" + x & x // ERROR "x & x .* not used" + x &^ x // ERROR "x &\^ x .* not used" + new(int) // ERROR "new\(int\) .* not used" + !b // ERROR "!b .* not used" + ^x // ERROR "\^x .* not used" + +x // ERROR "\+x .* not used" + -x // ERROR "-x .* not used" + b || b // ERROR "b \|\| b .* not used" + panic(1) // ok + _ = panic(1) // ERROR "panic\(1\) .*used as value" + print(1) // ok + _ = print(1) // ERROR "print\(1\) .*used as value" + println(1) // ok + _ = println(1) // ERROR "println\(1\) .*used as value" + c <- 1 // ok + slice[1:1] // ERROR "slice\[1:1\] .* not used" + array[1:1] // ERROR "array\[1:1\] .* not used" + s[1:1] // ERROR "s\[1:1\] .* not used" + slice[1:1:1] // ERROR "slice\[1:1:1\] .* not used" + array[1:1:1] // ERROR "array\[1:1:1\] .* not used" + recover() // ok + <-c // ok + string(r) // ERROR "string\(r\) .* not used" + iota // ERROR "undefined: iota|cannot use iota" + real(cp) // ERROR "real\(cp\) .* not used" + imag(cp) // ERROR "imag\(cp\) .* not used" + complex(1, 2) // ERROR "complex\(1, 2\) .* not used" + unsafe.Alignof(t.X) // ERROR "unsafe.Alignof\(t.X\) .* not used" + unsafe.Offsetof(t.X) // ERROR "unsafe.Offsetof\(t.X\) .* not used" + unsafe.Sizeof(t) // ERROR "unsafe.Sizeof\(t\) .* not used" + _ = int // ERROR "type int is not an expression|not an expression" + (x) // ERROR "x .* not used|not used" + _ = new(len) // ERROR "len.*must be called" + _ = new(1 + 1) // ok +} diff --git a/go/test/utf.go b/go/test/utf.go new file mode 100644 index 0000000000000000000000000000000000000000..3ac79447e635fcfcb43f819508b0f6bbf2558685 --- /dev/null +++ b/go/test/utf.go @@ -0,0 +1,66 @@ +// run + +// Copyright 2009 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. + +// Test UTF-8 in strings and character constants. + +package main + +import "unicode/utf8" + +func main() { + var chars [6]rune + chars[0] = 'a' + chars[1] = 'b' + chars[2] = 'c' + chars[3] = '\u65e5' + chars[4] = '\u672c' + chars[5] = '\u8a9e' + s := "" + for i := 0; i < 6; i++ { + s += string(chars[i]) + } + var l = len(s) + for w, i, j := 0, 0, 0; i < l; i += w { + var r rune + r, w = utf8.DecodeRuneInString(s[i:len(s)]) + if w == 0 { + panic("zero width in string") + } + if r != chars[j] { + panic("wrong value from string") + } + j++ + } + // encoded as bytes: 'a' 'b' 'c' e6 97 a5 e6 9c ac e8 aa 9e + const L = 12 + if L != l { + panic("wrong length constructing array") + } + a := make([]byte, L) + a[0] = 'a' + a[1] = 'b' + a[2] = 'c' + a[3] = 0xe6 + a[4] = 0x97 + a[5] = 0xa5 + a[6] = 0xe6 + a[7] = 0x9c + a[8] = 0xac + a[9] = 0xe8 + a[10] = 0xaa + a[11] = 0x9e + for w, i, j := 0, 0, 0; i < L; i += w { + var r rune + r, w = utf8.DecodeRune(a[i:L]) + if w == 0 { + panic("zero width in bytes") + } + if r != chars[j] { + panic("wrong value from bytes") + } + j++ + } +} diff --git a/go/test/varerr.go b/go/test/varerr.go new file mode 100644 index 0000000000000000000000000000000000000000..349cc8b4e3b546ba971a42116ae2d2262c2ac932 --- /dev/null +++ b/go/test/varerr.go @@ -0,0 +1,17 @@ +// errorcheck + +// Copyright 2010 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. + +// Verify that a couple of illegal variable declarations are caught by the compiler. +// Does not compile. + +package main + +func main() { + _ = asdf // ERROR "undefined.*asdf" + + new = 1 // ERROR "use of builtin new not in function call|invalid left hand side|must be called" +} + diff --git a/go/test/varinit.go b/go/test/varinit.go new file mode 100644 index 0000000000000000000000000000000000000000..84a4a1aa55cd58cf2169b1c2b83ec517d67f6a26 --- /dev/null +++ b/go/test/varinit.go @@ -0,0 +1,31 @@ +// run + +// Copyright 2009 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. + +// Test var x = x + 1 works. + +package main + +func main() { + var x int = 1 + if x != 1 { + print("found ", x, ", expected 1\n") + panic("fail") + } + { + var x int = x + 1 + if x != 2 { + print("found ", x, ", expected 2\n") + panic("fail") + } + } + { + x := x + 1 + if x != 2 { + print("found ", x, ", expected 2\n") + panic("fail") + } + } +} diff --git a/go/test/wasmexport.go b/go/test/wasmexport.go new file mode 100644 index 0000000000000000000000000000000000000000..3b92ae93c954c895749f73488ed2c8f82cb58b0a --- /dev/null +++ b/go/test/wasmexport.go @@ -0,0 +1,19 @@ +// errorcheck + +// Copyright 2024 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. + +// Verify that misplaced directives are diagnosed. + +//go:build wasm + +package p + +//go:wasmexport F +func F() {} // OK + +type S int32 + +//go:wasmexport M +func (S) M() {} // ERROR "cannot use //go:wasmexport on a method" diff --git a/go/test/wasmexport2.go b/go/test/wasmexport2.go new file mode 100644 index 0000000000000000000000000000000000000000..cfbfab99b03a4d50fb1dfab367e435811e976abb --- /dev/null +++ b/go/test/wasmexport2.go @@ -0,0 +1,92 @@ +// errorcheck + +// Copyright 2024 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. + +// Verify that wasmexport supports allowed types and rejects +// unallowed types. + +//go:build wasm + +package p + +import ( + "structs" + "unsafe" +) + +//go:wasmexport good1 +func good1(int32, uint32, int64, uint64, float32, float64, unsafe.Pointer) {} // allowed types + +type MyInt32 int32 + +//go:wasmexport good2 +func good2(MyInt32) {} // named type is ok + +//go:wasmexport good3 +func good3() int32 { return 0 } // one result is ok + +//go:wasmexport good4 +func good4() unsafe.Pointer { return nil } // one result is ok + +//go:wasmexport good5 +func good5(string, uintptr) bool { return false } // bool, string, and uintptr are allowed + +//go:wasmexport bad1 +func bad1(any) {} // ERROR "go:wasmexport: unsupported parameter type" + +//go:wasmexport bad2 +func bad2(func()) {} // ERROR "go:wasmexport: unsupported parameter type" + +//go:wasmexport bad3 +func bad3(uint8) {} // ERROR "go:wasmexport: unsupported parameter type" + +//go:wasmexport bad4 +func bad4(int) {} // ERROR "go:wasmexport: unsupported parameter type" + +// Struct and array types are also not allowed. + +type S struct { x, y int32 } + +type H struct { _ structs.HostLayout; x, y int32 } + +type A = structs.HostLayout + +type AH struct { _ A; x, y int32 } + +//go:wasmexport bad5 +func bad5(S) {} // ERROR "go:wasmexport: unsupported parameter type" + +//go:wasmexport bad6 +func bad6(H) {} // ERROR "go:wasmexport: unsupported parameter type" + +//go:wasmexport bad7 +func bad7([4]int32) {} // ERROR "go:wasmexport: unsupported parameter type" + +// Pointer types are not allowed, with resitrictions on +// the element type. + +//go:wasmexport good6 +func good6(*int32, *uint8, *bool) {} + +//go:wasmexport bad8 +func bad8(*S) {} // ERROR "go:wasmexport: unsupported parameter type" // without HostLayout, not allowed + +//go:wasmexport bad9 +func bad9() *S { return nil } // ERROR "go:wasmexport: unsupported result type" + +//go:wasmexport good7 +func good7(*H, *AH) {} // pointer to struct with HostLayout is allowed + +//go:wasmexport good8 +func good8(*struct{}) {} // pointer to empty struct is allowed + +//go:wasmexport good9 +func good9(*[4]int32, *[2]H) {} // pointer to array is allowed, if the element type is okay + +//go:wasmexport toomanyresults +func toomanyresults() (int32, int32) { return 0, 0 } // ERROR "go:wasmexport: too many return values" + +//go:wasmexport bad10 +func bad10() string { return "" } // ERROR "go:wasmexport: unsupported result type" // string cannot be a result diff --git a/go/test/wasmmemsize.go b/go/test/wasmmemsize.go new file mode 100644 index 0000000000000000000000000000000000000000..449816908719f7df9d8fcf13f6d2bd5cb12381bb --- /dev/null +++ b/go/test/wasmmemsize.go @@ -0,0 +1,11 @@ +// runindir + +// Copyright 2024 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. + +// This test checks the memory size of a small wasm program. + +//go:build wasm + +package ignored diff --git a/go/test/weak.go b/go/test/weak.go new file mode 100644 index 0000000000000000000000000000000000000000..ca3ec797fc23662f8192644ea8f3d20be86fd4f2 --- /dev/null +++ b/go/test/weak.go @@ -0,0 +1,24 @@ +// errorcheck + +// Copyright 2025 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. + +// Test weak pointers. + +package p + +import ( + "runtime" + "weak" +) + +// Adapted from example in https://github.com/golang/go/issues/67552#issuecomment-2639661220 +func conversion() { + p := "hello" + a := weak.Make(&p) + b := (weak.Pointer[*byte])(a) // ERROR "cannot convert a \(variable of struct type weak\.Pointer\[string\]\) to type weak.Pointer\[\*byte\]" + c := b.Value() + println(**c) + runtime.KeepAlive(p) +} diff --git a/go/test/winbatch.go b/go/test/winbatch.go new file mode 100644 index 0000000000000000000000000000000000000000..54c2fff13463bdf3a51bbb1ea3a321d37bc26f1e --- /dev/null +++ b/go/test/winbatch.go @@ -0,0 +1,68 @@ +// run + +// Copyright 2020 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. + +// Check that batch files are maintained as CRLF files (consistent +// behavior on all operating systems). See golang.org/issue/37791. + +package main + +import ( + "bytes" + "fmt" + "io/ioutil" + "log" + "os" + "path/filepath" + "runtime" + "strings" +) + +func main() { + // Ensure that the GOROOT/src/all.bat file exists and has strict CRLF line endings. + enforceBatchStrictCRLF(filepath.Join(runtime.GOROOT(), "src", "all.bat")) + + // Walk the entire Go repository source tree (without GOROOT/pkg), + // skipping directories that start with "." and named "testdata", + // and ensure all .bat files found have exact CRLF line endings. + err := filepath.WalkDir(runtime.GOROOT(), func(path string, d os.DirEntry, err error) error { + if err != nil { + return err + } + if d.IsDir() && (strings.HasPrefix(d.Name(), ".") || d.Name() == "testdata") { + return filepath.SkipDir + } + if path == filepath.Join(runtime.GOROOT(), "pkg") { + // GOROOT/pkg is known to contain generated artifacts, not source code. + // Skip it to avoid false positives. (Also see golang.org/issue/37929.) + return filepath.SkipDir + } + if filepath.Ext(d.Name()) == ".bat" { + enforceBatchStrictCRLF(path) + } + return nil + }) + if err != nil { + log.Fatalln(err) + } +} + +func enforceBatchStrictCRLF(path string) { + b, err := ioutil.ReadFile(path) + if err != nil { + log.Fatalln(err) + } + cr, lf := bytes.Count(b, []byte{13}), bytes.Count(b, []byte{10}) + crlf := bytes.Count(b, []byte{13, 10}) + if cr != crlf || lf != crlf { + if rel, err := filepath.Rel(runtime.GOROOT(), path); err == nil { + // Make the test failure more readable by showing a path relative to GOROOT. + path = rel + } + fmt.Printf("Windows batch file %s does not use strict CRLF line termination.\n", path) + fmt.Printf("Please convert it to CRLF before checking it in due to golang.org/issue/37791.\n") + os.Exit(1) + } +} diff --git a/go/test/writebarrier.go b/go/test/writebarrier.go new file mode 100644 index 0000000000000000000000000000000000000000..1b30fa509e5503275904c53fb7d559296ab85259 --- /dev/null +++ b/go/test/writebarrier.go @@ -0,0 +1,305 @@ +// errorcheck -0 -l -d=wb + +// Copyright 2015 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. + +// Test where write barriers are and are not emitted. + +package p + +import "unsafe" + +func f(x **byte, y *byte) { + *x = y // no barrier (dead store) + + z := y // no barrier + *x = z // ERROR "write barrier" +} + +func f1(x *[]byte, y []byte) { + *x = y // no barrier (dead store) + + z := y // no barrier + *x = z // ERROR "write barrier" +} + +func f1a(x *[]byte, y *[]byte) { + *x = *y // ERROR "write barrier" + + z := *y // no barrier + *x = z // ERROR "write barrier" +} + +func f2(x *interface{}, y interface{}) { + *x = y // no barrier (dead store) + + z := y // no barrier + *x = z // ERROR "write barrier" +} + +func f2a(x *interface{}, y *interface{}) { + *x = *y // no barrier (dead store) + + z := y // no barrier + *x = z // ERROR "write barrier" +} + +func f3(x *string, y string) { + *x = y // no barrier (dead store) + + z := y // no barrier + *x = z // ERROR "write barrier" +} + +func f3a(x *string, y *string) { + *x = *y // ERROR "write barrier" + + z := *y // no barrier + *x = z // ERROR "write barrier" +} + +func f4(x *[2]string, y [2]string) { + *x = y // ERROR "write barrier" + + z := y // no barrier + *x = z // ERROR "write barrier" +} + +func f4a(x *[2]string, y *[2]string) { + *x = *y // ERROR "write barrier" + + z := *y // no barrier + *x = z // ERROR "write barrier" +} + +type T struct { + X *int + Y int + M map[int]int +} + +func f5(t, u *T) { + t.X = &u.Y // ERROR "write barrier" +} + +func f6(t *T) { + t.M = map[int]int{1: 2} // ERROR "write barrier" +} + +func f7(x, y *int) []*int { + var z [3]*int + i := 0 + z[i] = x // ERROR "write barrier" + i++ + z[i] = y // ERROR "write barrier" + i++ + return z[:i] +} + +func f9(x *interface{}, v *byte) { + *x = v // ERROR "write barrier" +} + +func f10(x *byte, f func(interface{})) { + f(x) +} + +func f11(x *unsafe.Pointer, y unsafe.Pointer) { + *x = unsafe.Pointer(uintptr(y) + 1) // ERROR "write barrier" +} + +func f12(x []*int, y *int) []*int { + // write barrier for storing y in x's underlying array + x = append(x, y) // ERROR "write barrier" + return x +} + +func f12a(x []int, y int) []int { + // y not a pointer, so no write barriers in this function + x = append(x, y) + return x +} + +func f13(x []int, y *[]int) { + *y = append(x, 1) // ERROR "write barrier" +} + +func f14(y *[]int) { + *y = append(*y, 1) // ERROR "write barrier" +} + +type T1 struct { + X *int +} + +func f15(x []T1, y T1) []T1 { + return append(x, y) // ERROR "write barrier" +} + +type T8 struct { + X [8]*int +} + +func f16(x []T8, y T8) []T8 { + return append(x, y) // ERROR "write barrier" +} + +func t1(i interface{}) **int { + // From issue 14306, make sure we have write barriers in a type switch + // where the assigned variable escapes. + switch x := i.(type) { + case *int: // ERROR "write barrier" + return &x + } + switch y := i.(type) { + case **int: // no write barrier here + return y + } + return nil +} + +type T17 struct { + f func(*T17) +} + +func f17(x *T17) { + // Originally from golang.org/issue/13901, but the hybrid + // barrier requires both to have barriers. + x.f = f17 // ERROR "write barrier" + x.f = func(y *T17) { *y = *x } // ERROR "write barrier" +} + +type T18 struct { + a []int + s string +} + +func f18(p *T18, x *[]int) { + p.a = p.a[:5] // no barrier + *x = (*x)[0:5] // no barrier + p.a = p.a[3:5] // ERROR "write barrier" + p.a = p.a[1:2:3] // ERROR "write barrier" + p.s = p.s[8:9] // ERROR "write barrier" + *x = (*x)[3:5] // ERROR "write barrier" +} + +func f19(x, y *int, i int) int { + // Constructing a temporary slice on the stack should not + // require any write barriers. See issue 14263. + a := []*int{x, y} // no barrier + return *a[i] +} + +func f20(x, y *int, i int) []*int { + // ... but if that temporary slice escapes, then the + // write barriers are necessary. + a := []*int{x, y} // ERROR "write barrier" + return a +} + +var x21 *int +var y21 struct { + x *int +} +var z21 int + +// f21x: Global -> heap pointer updates must have write barriers. +func f21a(x *int) { + x21 = x // ERROR "write barrier" + y21.x = x // ERROR "write barrier" +} + +func f21b(x *int) { + x21 = &z21 // ERROR "write barrier" + y21.x = &z21 // ERROR "write barrier" +} + +func f21c(x *int) { + y21 = struct{ x *int }{x} // ERROR "write barrier" +} + +func f22(x *int) (y *int) { + // pointer write on stack should have no write barrier. + // this is a case that the frontend failed to eliminate. + p := &y + *p = x // no barrier + return +} + +type T23 struct { + p *int + a int +} + +var t23 T23 +var i23 int + +// f23x: zeroing global needs write barrier for the hybrid barrier. +func f23a() { + t23 = T23{} // ERROR "write barrier" +} + +func f23b() { + // also test partial assignments + t23 = T23{a: 1} // ERROR "write barrier" +} + +func f23c() { + t23 = T23{} // no barrier (dead store) + // also test partial assignments + t23 = T23{p: &i23} // ERROR "write barrier" +} + +var g int + +func f24() **int { + p := new(*int) + *p = &g // no write barrier here + return p +} +func f25() []string { + return []string{"abc", "def", "ghi"} // no write barrier here +} + +type T26 struct { + a, b, c int + d, e, f *int +} + +var g26 int + +func f26(p *int) *T26 { // see issue 29573 + return &T26{ + a: 5, + b: 6, + c: 7, + d: &g26, // no write barrier: global ptr + e: nil, // no write barrier: nil ptr + f: p, // ERROR "write barrier" + } +} + +func f27(p *int) []interface{} { + return []interface{}{ + nil, // no write barrier: zeroed memory, nil ptr + (*T26)(nil), // no write barrier: zeroed memory, type ptr & nil ptr + &g26, // no write barrier: zeroed memory, type ptr & global ptr + 7, // no write barrier: zeroed memory, type ptr & global ptr + p, // ERROR "write barrier" + } +} + +var g28 [256]uint64 + +func f28() []interface{} { + return []interface{}{ + false, // no write barrier + true, // no write barrier + 0, // no write barrier + 1, // no write barrier + uint8(127), // no write barrier + int8(-4), // no write barrier + &g28[5], // no write barrier + } +} diff --git a/go/test/zerodivide.go b/go/test/zerodivide.go new file mode 100644 index 0000000000000000000000000000000000000000..fd36d67d1ad6dc8b189473a7e45206edea866428 --- /dev/null +++ b/go/test/zerodivide.go @@ -0,0 +1,246 @@ +// run + +// Copyright 2010 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. + +// Test that zero division causes a panic. + +package main + +import ( + "fmt" + "math" + "runtime" + "strings" +) + +type ErrorTest struct { + name string + fn func() + err string +} + +var ( + i, j, k int = 0, 0, 1 + i8, j8, k8 int8 = 0, 0, 1 + i16, j16, k16 int16 = 0, 0, 1 + i32, j32, k32 int32 = 0, 0, 1 + i64, j64, k64 int64 = 0, 0, 1 + + bb = []int16{2, 0} + + u, v, w uint = 0, 0, 1 + u8, v8, w8 uint8 = 0, 0, 1 + u16, v16, w16 uint16 = 0, 0, 1 + u32, v32, w32 uint32 = 0, 0, 1 + u64, v64, w64 uint64 = 0, 0, 1 + up, vp, wp uintptr = 0, 0, 1 + + f, g, h float64 = 0, 0, 1 + f32, g32, h32 float32 = 0, 0, 1 + f64, g64, h64, inf, negInf, nan float64 = 0, 0, 1, math.Inf(1), math.Inf(-1), math.NaN() + + c, d, e complex128 = 0 + 0i, 0 + 0i, 1 + 1i + c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i + c128, d128, e128 complex128 = 0 + 0i, 0 + 0i, 1 + 1i +) + +// Fool gccgo into thinking that these variables can change. +func NotCalled() { + i++ + j++ + k++ + i8++ + j8++ + k8++ + i16++ + j16++ + k16++ + i32++ + j32++ + k32++ + i64++ + j64++ + k64++ + + u++ + v++ + w++ + u8++ + v8++ + w8++ + u16++ + v16++ + w16++ + u32++ + v32++ + w32++ + u64++ + v64++ + w64++ + up++ + vp++ + wp++ + + f += 1 + g += 1 + h += 1 + f32 += 1 + g32 += 1 + h32 += 1 + f64 += 1 + g64 += 1 + h64 += 1 + + c += 1 + 1i + d += 1 + 1i + e += 1 + 1i + c64 += 1 + 1i + d64 += 1 + 1i + e64 += 1 + 1i + c128 += 1 + 1i + d128 += 1 + 1i + e128 += 1 + 1i +} + +var tmp interface{} + +// We could assign to _ but the compiler optimizes it too easily. +func use(v interface{}) { + tmp = v +} + +// Verify error/no error for all types. +var errorTests = []ErrorTest{ + // All integer divide by zero should error. + ErrorTest{"int 0/0", func() { use(i / j) }, "divide"}, + ErrorTest{"int8 0/0", func() { use(i8 / j8) }, "divide"}, + ErrorTest{"int16 0/0", func() { use(i16 / j16) }, "divide"}, + ErrorTest{"int32 0/0", func() { use(i32 / j32) }, "divide"}, + ErrorTest{"int64 0/0", func() { use(i64 / j64) }, "divide"}, + + ErrorTest{"int 1/0", func() { use(k / j) }, "divide"}, + ErrorTest{"int8 1/0", func() { use(k8 / j8) }, "divide"}, + ErrorTest{"int16 1/0", func() { use(k16 / j16) }, "divide"}, + ErrorTest{"int32 1/0", func() { use(k32 / j32) }, "divide"}, + ErrorTest{"int64 1/0", func() { use(k64 / j64) }, "divide"}, + + // From issue 5790, we should ensure that _ assignments + // still evaluate and generate zerodivide panics. + ErrorTest{"int16 _ = bb[0]/bb[1]", func() { _ = bb[0] / bb[1] }, "divide"}, + + ErrorTest{"uint 0/0", func() { use(u / v) }, "divide"}, + ErrorTest{"uint8 0/0", func() { use(u8 / v8) }, "divide"}, + ErrorTest{"uint16 0/0", func() { use(u16 / v16) }, "divide"}, + ErrorTest{"uint32 0/0", func() { use(u32 / v32) }, "divide"}, + ErrorTest{"uint64 0/0", func() { use(u64 / v64) }, "divide"}, + ErrorTest{"uintptr 0/0", func() { use(up / vp) }, "divide"}, + + ErrorTest{"uint 1/0", func() { use(w / v) }, "divide"}, + ErrorTest{"uint8 1/0", func() { use(w8 / v8) }, "divide"}, + ErrorTest{"uint16 1/0", func() { use(w16 / v16) }, "divide"}, + ErrorTest{"uint32 1/0", func() { use(w32 / v32) }, "divide"}, + ErrorTest{"uint64 1/0", func() { use(w64 / v64) }, "divide"}, + ErrorTest{"uintptr 1/0", func() { use(wp / vp) }, "divide"}, + + // All float64ing divide by zero should not error. + ErrorTest{"float64 0/0", func() { use(f / g) }, ""}, + ErrorTest{"float32 0/0", func() { use(f32 / g32) }, ""}, + ErrorTest{"float64 0/0", func() { use(f64 / g64) }, ""}, + + ErrorTest{"float64 1/0", func() { use(h / g) }, ""}, + ErrorTest{"float32 1/0", func() { use(h32 / g32) }, ""}, + ErrorTest{"float64 1/0", func() { use(h64 / g64) }, ""}, + ErrorTest{"float64 inf/0", func() { use(inf / g64) }, ""}, + ErrorTest{"float64 -inf/0", func() { use(negInf / g64) }, ""}, + ErrorTest{"float64 nan/0", func() { use(nan / g64) }, ""}, + + // All complex divide by zero should not error. + ErrorTest{"complex 0/0", func() { use(c / d) }, ""}, + ErrorTest{"complex64 0/0", func() { use(c64 / d64) }, ""}, + ErrorTest{"complex128 0/0", func() { use(c128 / d128) }, ""}, + + ErrorTest{"complex 1/0", func() { use(e / d) }, ""}, + ErrorTest{"complex64 1/0", func() { use(e64 / d64) }, ""}, + ErrorTest{"complex128 1/0", func() { use(e128 / d128) }, ""}, +} + +func error_(fn func()) (error string) { + defer func() { + if e := recover(); e != nil { + error = e.(runtime.Error).Error() + } + }() + fn() + return "" +} + +type FloatTest struct { + f, g float64 + out float64 +} + +var float64Tests = []FloatTest{ + FloatTest{0, 0, nan}, + FloatTest{nan, 0, nan}, + FloatTest{inf, 0, inf}, + FloatTest{negInf, 0, negInf}, +} + +func alike(a, b float64) bool { + switch { + case math.IsNaN(a) && math.IsNaN(b): + return true + case a == b: + return math.Signbit(a) == math.Signbit(b) + } + return false +} + +func main() { + bad := false + for _, t := range errorTests { + err := error_(t.fn) + switch { + case t.err == "" && err == "": + // fine + case t.err != "" && err == "": + if !bad { + bad = true + fmt.Printf("BUG\n") + } + fmt.Printf("%s: expected %q; got no error\n", t.name, t.err) + case t.err == "" && err != "": + if !bad { + bad = true + fmt.Printf("BUG\n") + } + fmt.Printf("%s: expected no error; got %q\n", t.name, err) + case t.err != "" && err != "": + if !strings.Contains(err, t.err) { + if !bad { + bad = true + fmt.Printf("BUG\n") + } + fmt.Printf("%s: expected %q; got %q\n", t.name, t.err, err) + continue + } + } + } + + // At this point we know we don't error on the values we're testing + for _, t := range float64Tests { + x := t.f / t.g + if !alike(x, t.out) { + if !bad { + bad = true + fmt.Printf("BUG\n") + } + fmt.Printf("%v/%v: expected %g error; got %g\n", t.f, t.g, t.out, x) + } + } + if bad { + panic("zerodivide") + } +} diff --git a/go/test/zerosize.go b/go/test/zerosize.go new file mode 100644 index 0000000000000000000000000000000000000000..53a29f792713602cc1f3dcab9f17b0a1fbaf4aaf --- /dev/null +++ b/go/test/zerosize.go @@ -0,0 +1,33 @@ +// run + +// Copyright 2023 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. + +// Test that zero-sized variables get same address as +// runtime.zerobase. + +package main + +var x, y [0]int +var p, q = new([0]int), new([0]int) // should get &runtime.zerobase + +func main() { + if &x != &y { + // Failing for now. x and y are at same address, but compiler optimizes &x==&y to false. Skip. + // print("&x=", &x, " &y=", &y, " &x==&y = ", &x==&y, "\n") + // panic("FAIL") + } + if p != q { + print("p=", p, " q=", q, " p==q = ", p==q, "\n") + panic("FAIL") + } + if &x != p { + print("&x=", &x, " p=", p, " &x==p = ", &x==p, "\n") + panic("FAIL") + } + if &y != p { + print("&y=", &y, " p=", p, " &y==p = ", &y==p, "\n") + panic("FAIL") + } +} diff --git a/huggingface/hub/CACHEDIR.TAG b/huggingface/hub/CACHEDIR.TAG new file mode 100644 index 0000000000000000000000000000000000000000..1ee427855ff74e6fbfafc1b9689eb51febe769e3 --- /dev/null +++ b/huggingface/hub/CACHEDIR.TAG @@ -0,0 +1,4 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by huggingface_hub. +# For information about cache directory tags, see: +# https://bford.info/cachedir/ diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/adapter_config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/added_tokens.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/added_tokens.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/chat_template.jinja b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/chat_template.jinja new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/preprocessor_config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/preprocessor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/processor_config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/processor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/video_preprocessor_config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/.no_exist/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/video_preprocessor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/refs/main b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/refs/main new file mode 100644 index 0000000000000000000000000000000000000000..ef51574f6af5f177dd56d49bc27d847982b70bba --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/refs/main @@ -0,0 +1 @@ +c9745ed1d9f207416be6d2e6f8de32d1f16199bf \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/1_Pooling/config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/1_Pooling/config.json new file mode 100644 index 0000000000000000000000000000000000000000..d1514c3162bbe87b343f565fadc62e6c06f04f03 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/1_Pooling/config.json @@ -0,0 +1,7 @@ +{ + "word_embedding_dimension": 384, + "pooling_mode_cls_token": false, + "pooling_mode_mean_tokens": true, + "pooling_mode_max_tokens": false, + "pooling_mode_mean_sqrt_len_tokens": false +} \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/README.md b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/README.md new file mode 100644 index 0000000000000000000000000000000000000000..58d4a9a45664eb9e12de9549c548c09b6134c17f --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/README.md @@ -0,0 +1,173 @@ +--- +language: en +license: apache-2.0 +library_name: sentence-transformers +tags: +- sentence-transformers +- feature-extraction +- sentence-similarity +- transformers +datasets: +- s2orc +- flax-sentence-embeddings/stackexchange_xml +- ms_marco +- gooaq +- yahoo_answers_topics +- code_search_net +- search_qa +- eli5 +- snli +- multi_nli +- wikihow +- natural_questions +- trivia_qa +- embedding-data/sentence-compression +- embedding-data/flickr30k-captions +- embedding-data/altlex +- embedding-data/simple-wiki +- embedding-data/QQP +- embedding-data/SPECTER +- embedding-data/PAQ_pairs +- embedding-data/WikiAnswers +pipeline_tag: sentence-similarity +--- + + +# all-MiniLM-L6-v2 +This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. + +## Usage (Sentence-Transformers) +Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed: + +``` +pip install -U sentence-transformers +``` + +Then you can use the model like this: +```python +from sentence_transformers import SentenceTransformer +sentences = ["This is an example sentence", "Each sentence is converted"] + +model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2') +embeddings = model.encode(sentences) +print(embeddings) +``` + +## Usage (HuggingFace Transformers) +Without [sentence-transformers](https://www.SBERT.net), you can use the model like this: First, you pass your input through the transformer model, then you have to apply the right pooling-operation on-top of the contextualized word embeddings. + +```python +from transformers import AutoTokenizer, AutoModel +import torch +import torch.nn.functional as F + +#Mean Pooling - Take attention mask into account for correct averaging +def mean_pooling(model_output, attention_mask): + token_embeddings = model_output[0] #First element of model_output contains all token embeddings + input_mask_expanded = attention_mask.unsqueeze(-1).expand(token_embeddings.size()).float() + return torch.sum(token_embeddings * input_mask_expanded, 1) / torch.clamp(input_mask_expanded.sum(1), min=1e-9) + + +# Sentences we want sentence embeddings for +sentences = ['This is an example sentence', 'Each sentence is converted'] + +# Load model from HuggingFace Hub +tokenizer = AutoTokenizer.from_pretrained('sentence-transformers/all-MiniLM-L6-v2') +model = AutoModel.from_pretrained('sentence-transformers/all-MiniLM-L6-v2') + +# Tokenize sentences +encoded_input = tokenizer(sentences, padding=True, truncation=True, return_tensors='pt') + +# Compute token embeddings +with torch.no_grad(): + model_output = model(**encoded_input) + +# Perform pooling +sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask']) + +# Normalize embeddings +sentence_embeddings = F.normalize(sentence_embeddings, p=2, dim=1) + +print("Sentence embeddings:") +print(sentence_embeddings) +``` + +------ + +## Background + +The project aims to train sentence embedding models on very large sentence level datasets using a self-supervised +contrastive learning objective. We used the pretrained [`nreimers/MiniLM-L6-H384-uncased`](https://huggingface.co/nreimers/MiniLM-L6-H384-uncased) model and fine-tuned in on a +1B sentence pairs dataset. We use a contrastive learning objective: given a sentence from the pair, the model should predict which out of a set of randomly sampled other sentences, was actually paired with it in our dataset. + +We developed this model during the +[Community week using JAX/Flax for NLP & CV](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104), +organized by Hugging Face. We developed this model as part of the project: +[Train the Best Sentence Embedding Model Ever with 1B Training Pairs](https://discuss.huggingface.co/t/train-the-best-sentence-embedding-model-ever-with-1b-training-pairs/7354). We benefited from efficient hardware infrastructure to run the project: 7 TPUs v3-8, as well as intervention from Googles Flax, JAX, and Cloud team member about efficient deep learning frameworks. + +## Intended uses + +Our model is intended to be used as a sentence and short paragraph encoder. Given an input text, it outputs a vector which captures +the semantic information. The sentence vector may be used for information retrieval, clustering or sentence similarity tasks. + +By default, input text longer than 256 word pieces is truncated. + + +## Training procedure + +### Pre-training + +We use the pretrained [`nreimers/MiniLM-L6-H384-uncased`](https://huggingface.co/nreimers/MiniLM-L6-H384-uncased) model. Please refer to the model card for more detailed information about the pre-training procedure. + +### Fine-tuning + +We fine-tune the model using a contrastive objective. Formally, we compute the cosine similarity from each possible sentence pairs from the batch. +We then apply the cross entropy loss by comparing with true pairs. + +#### Hyper parameters + +We trained our model on a TPU v3-8. We train the model during 100k steps using a batch size of 1024 (128 per TPU core). +We use a learning rate warm up of 500. The sequence length was limited to 128 tokens. We used the AdamW optimizer with +a 2e-5 learning rate. The full training script is accessible in this current repository: `train_script.py`. + +#### Training data + +We use the concatenation from multiple datasets to fine-tune our model. The total number of sentence pairs is above 1 billion sentences. +We sampled each dataset given a weighted probability which configuration is detailed in the `data_config.json` file. + + +| Dataset | Paper | Number of training tuples | +|--------------------------------------------------------|:----------------------------------------:|:--------------------------:| +| [Reddit comments (2015-2018)](https://github.com/PolyAI-LDN/conversational-datasets/tree/master/reddit) | [paper](https://arxiv.org/abs/1904.06472) | 726,484,430 | +| [S2ORC](https://github.com/allenai/s2orc) Citation pairs (Abstracts) | [paper](https://aclanthology.org/2020.acl-main.447/) | 116,288,806 | +| [WikiAnswers](https://github.com/afader/oqa#wikianswers-corpus) Duplicate question pairs | [paper](https://doi.org/10.1145/2623330.2623677) | 77,427,422 | +| [PAQ](https://github.com/facebookresearch/PAQ) (Question, Answer) pairs | [paper](https://arxiv.org/abs/2102.07033) | 64,371,441 | +| [S2ORC](https://github.com/allenai/s2orc) Citation pairs (Titles) | [paper](https://aclanthology.org/2020.acl-main.447/) | 52,603,982 | +| [S2ORC](https://github.com/allenai/s2orc) (Title, Abstract) | [paper](https://aclanthology.org/2020.acl-main.447/) | 41,769,185 | +| [Stack Exchange](https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml) (Title, Body) pairs | - | 25,316,456 | +| [Stack Exchange](https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml) (Title+Body, Answer) pairs | - | 21,396,559 | +| [Stack Exchange](https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml) (Title, Answer) pairs | - | 21,396,559 | +| [MS MARCO](https://microsoft.github.io/msmarco/) triplets | [paper](https://doi.org/10.1145/3404835.3462804) | 9,144,553 | +| [GOOAQ: Open Question Answering with Diverse Answer Types](https://github.com/allenai/gooaq) | [paper](https://arxiv.org/pdf/2104.08727.pdf) | 3,012,496 | +| [Yahoo Answers](https://www.kaggle.com/soumikrakshit/yahoo-answers-dataset) (Title, Answer) | [paper](https://proceedings.neurips.cc/paper/2015/hash/250cf8b51c773f3f8dc8b4be867a9a02-Abstract.html) | 1,198,260 | +| [Code Search](https://huggingface.co/datasets/code_search_net) | - | 1,151,414 | +| [COCO](https://cocodataset.org/#home) Image captions | [paper](https://link.springer.com/chapter/10.1007%2F978-3-319-10602-1_48) | 828,395| +| [SPECTER](https://github.com/allenai/specter) citation triplets | [paper](https://doi.org/10.18653/v1/2020.acl-main.207) | 684,100 | +| [Yahoo Answers](https://www.kaggle.com/soumikrakshit/yahoo-answers-dataset) (Question, Answer) | [paper](https://proceedings.neurips.cc/paper/2015/hash/250cf8b51c773f3f8dc8b4be867a9a02-Abstract.html) | 681,164 | +| [Yahoo Answers](https://www.kaggle.com/soumikrakshit/yahoo-answers-dataset) (Title, Question) | [paper](https://proceedings.neurips.cc/paper/2015/hash/250cf8b51c773f3f8dc8b4be867a9a02-Abstract.html) | 659,896 | +| [SearchQA](https://huggingface.co/datasets/search_qa) | [paper](https://arxiv.org/abs/1704.05179) | 582,261 | +| [Eli5](https://huggingface.co/datasets/eli5) | [paper](https://doi.org/10.18653/v1/p19-1346) | 325,475 | +| [Flickr 30k](https://shannon.cs.illinois.edu/DenotationGraph/) | [paper](https://transacl.org/ojs/index.php/tacl/article/view/229/33) | 317,695 | +| [Stack Exchange](https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml) Duplicate questions (titles) | | 304,525 | +| AllNLI ([SNLI](https://nlp.stanford.edu/projects/snli/) and [MultiNLI](https://cims.nyu.edu/~sbowman/multinli/) | [paper SNLI](https://doi.org/10.18653/v1/d15-1075), [paper MultiNLI](https://doi.org/10.18653/v1/n18-1101) | 277,230 | +| [Stack Exchange](https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml) Duplicate questions (bodies) | | 250,519 | +| [Stack Exchange](https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml) Duplicate questions (titles+bodies) | | 250,460 | +| [Sentence Compression](https://github.com/google-research-datasets/sentence-compression) | [paper](https://www.aclweb.org/anthology/D13-1155/) | 180,000 | +| [Wikihow](https://github.com/pvl/wikihow_pairs_dataset) | [paper](https://arxiv.org/abs/1810.09305) | 128,542 | +| [Altlex](https://github.com/chridey/altlex/) | [paper](https://aclanthology.org/P16-1135.pdf) | 112,696 | +| [Quora Question Triplets](https://quoradata.quora.com/First-Quora-Dataset-Release-Question-Pairs) | - | 103,663 | +| [Simple Wikipedia](https://cs.pomona.edu/~dkauchak/simplification/) | [paper](https://www.aclweb.org/anthology/P11-2117/) | 102,225 | +| [Natural Questions (NQ)](https://ai.google.com/research/NaturalQuestions) | [paper](https://transacl.org/ojs/index.php/tacl/article/view/1455) | 100,231 | +| [SQuAD2.0](https://rajpurkar.github.io/SQuAD-explorer/) | [paper](https://aclanthology.org/P18-2124.pdf) | 87,599 | +| [TriviaQA](https://huggingface.co/datasets/trivia_qa) | - | 73,346 | +| **Total** | | **1,170,060,424** | \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/config.json new file mode 100644 index 0000000000000000000000000000000000000000..72b987fd805cfa2b58c4c8c952b274a11bfd5a00 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/config.json @@ -0,0 +1,24 @@ +{ + "_name_or_path": "nreimers/MiniLM-L6-H384-uncased", + "architectures": [ + "BertModel" + ], + "attention_probs_dropout_prob": 0.1, + "gradient_checkpointing": false, + "hidden_act": "gelu", + "hidden_dropout_prob": 0.1, + "hidden_size": 384, + "initializer_range": 0.02, + "intermediate_size": 1536, + "layer_norm_eps": 1e-12, + "max_position_embeddings": 512, + "model_type": "bert", + "num_attention_heads": 12, + "num_hidden_layers": 6, + "pad_token_id": 0, + "position_embedding_type": "absolute", + "transformers_version": "4.8.2", + "type_vocab_size": 2, + "use_cache": true, + "vocab_size": 30522 +} diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/config_sentence_transformers.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/config_sentence_transformers.json new file mode 100644 index 0000000000000000000000000000000000000000..fd1b291129c607e5d49799f87cb219b27f98acdf --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/config_sentence_transformers.json @@ -0,0 +1,7 @@ +{ + "__version__": { + "sentence_transformers": "2.0.0", + "transformers": "4.6.1", + "pytorch": "1.8.1" + } +} \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/modules.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/modules.json new file mode 100644 index 0000000000000000000000000000000000000000..952a9b81c0bfd99800fabf352f69c7ccd46c5e43 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/modules.json @@ -0,0 +1,20 @@ +[ + { + "idx": 0, + "name": "0", + "path": "", + "type": "sentence_transformers.models.Transformer" + }, + { + "idx": 1, + "name": "1", + "path": "1_Pooling", + "type": "sentence_transformers.models.Pooling" + }, + { + "idx": 2, + "name": "2", + "path": "2_Normalize", + "type": "sentence_transformers.models.Normalize" + } +] \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/sentence_bert_config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/sentence_bert_config.json new file mode 100644 index 0000000000000000000000000000000000000000..59d594003bf59880a884c574bf88ef7555bb0202 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/sentence_bert_config.json @@ -0,0 +1,4 @@ +{ + "max_seq_length": 256, + "do_lower_case": false +} \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/special_tokens_map.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..e7b0375001f109a6b8873d756ad4f7bbb15fbaa5 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/special_tokens_map.json @@ -0,0 +1 @@ +{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"} \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/tokenizer.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..cb202bfe2e3c98645018a6d12f182a434c9d3e02 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/tokenizer.json @@ -0,0 +1 @@ +{"version":"1.0","truncation":{"max_length":128,"strategy":"LongestFirst","stride":0},"padding":{"strategy":{"Fixed":128},"direction":"Right","pad_to_multiple_of":null,"pad_id":0,"pad_type_id":0,"pad_token":"[PAD]"},"added_tokens":[{"id":0,"special":true,"content":"[PAD]","single_word":false,"lstrip":false,"rstrip":false,"normalized":false},{"id":100,"special":true,"content":"[UNK]","single_word":false,"lstrip":false,"rstrip":false,"normalized":false},{"id":101,"special":true,"content":"[CLS]","single_word":false,"lstrip":false,"rstrip":false,"normalized":false},{"id":102,"special":true,"content":"[SEP]","single_word":false,"lstrip":false,"rstrip":false,"normalized":false},{"id":103,"special":true,"content":"[MASK]","single_word":false,"lstrip":false,"rstrip":false,"normalized":false}],"normalizer":{"type":"BertNormalizer","clean_text":true,"handle_chinese_chars":true,"strip_accents":null,"lowercase":true},"pre_tokenizer":{"type":"BertPreTokenizer"},"post_processor":{"type":"TemplateProcessing","single":[{"SpecialToken":{"id":"[CLS]","type_id":0}},{"Sequence":{"id":"A","type_id":0}},{"SpecialToken":{"id":"[SEP]","type_id":0}}],"pair":[{"SpecialToken":{"id":"[CLS]","type_id":0}},{"Sequence":{"id":"A","type_id":0}},{"SpecialToken":{"id":"[SEP]","type_id":0}},{"Sequence":{"id":"B","type_id":1}},{"SpecialToken":{"id":"[SEP]","type_id":1}}],"special_tokens":{"[CLS]":{"id":"[CLS]","ids":[101],"tokens":["[CLS]"]},"[SEP]":{"id":"[SEP]","ids":[102],"tokens":["[SEP]"]}}},"decoder":{"type":"WordPiece","prefix":"##","cleanup":true},"model":{"type":"WordPiece","unk_token":"[UNK]","continuing_subword_prefix":"##","max_input_chars_per_word":100,"vocab":{"[PAD]":0,"[unused0]":1,"[unused1]":2,"[unused2]":3,"[unused3]":4,"[unused4]":5,"[unused5]":6,"[unused6]":7,"[unused7]":8,"[unused8]":9,"[unused9]":10,"[unused10]":11,"[unused11]":12,"[unused12]":13,"[unused13]":14,"[unused14]":15,"[unused15]":16,"[unused16]":17,"[unused17]":18,"[unused18]":19,"[unused19]":20,"[unused20]":21,"[unused21]":22,"[unused22]":23,"[unused23]":24,"[unused24]":25,"[unused25]":26,"[unused26]":27,"[unused27]":28,"[unused28]":29,"[unused29]":30,"[unused30]":31,"[unused31]":32,"[unused32]":33,"[unused33]":34,"[unused34]":35,"[unused35]":36,"[unused36]":37,"[unused37]":38,"[unused38]":39,"[unused39]":40,"[unused40]":41,"[unused41]":42,"[unused42]":43,"[unused43]":44,"[unused44]":45,"[unused45]":46,"[unused46]":47,"[unused47]":48,"[unused48]":49,"[unused49]":50,"[unused50]":51,"[unused51]":52,"[unused52]":53,"[unused53]":54,"[unused54]":55,"[unused55]":56,"[unused56]":57,"[unused57]":58,"[unused58]":59,"[unused59]":60,"[unused60]":61,"[unused61]":62,"[unused62]":63,"[unused63]":64,"[unused64]":65,"[unused65]":66,"[unused66]":67,"[unused67]":68,"[unused68]":69,"[unused69]":70,"[unused70]":71,"[unused71]":72,"[unused72]":73,"[unused73]":74,"[unused74]":75,"[unused75]":76,"[unused76]":77,"[unused77]":78,"[unused78]":79,"[unused79]":80,"[unused80]":81,"[unused81]":82,"[unused82]":83,"[unused83]":84,"[unused84]":85,"[unused85]":86,"[unused86]":87,"[unused87]":88,"[unused88]":89,"[unused89]":90,"[unused90]":91,"[unused91]":92,"[unused92]":93,"[unused93]":94,"[unused94]":95,"[unused95]":96,"[unused96]":97,"[unused97]":98,"[unused98]":99,"[UNK]":100,"[CLS]":101,"[SEP]":102,"[MASK]":103,"[unused99]":104,"[unused100]":105,"[unused101]":106,"[unused102]":107,"[unused103]":108,"[unused104]":109,"[unused105]":110,"[unused106]":111,"[unused107]":112,"[unused108]":113,"[unused109]":114,"[unused110]":115,"[unused111]":116,"[unused112]":117,"[unused113]":118,"[unused114]":119,"[unused115]":120,"[unused116]":121,"[unused117]":122,"[unused118]":123,"[unused119]":124,"[unused120]":125,"[unused121]":126,"[unused122]":127,"[unused123]":128,"[unused124]":129,"[unused125]":130,"[unused126]":131,"[unused127]":132,"[unused128]":133,"[unused129]":134,"[unused130]":135,"[unused131]":136,"[unused132]":137,"[unused133]":138,"[unused134]":139,"[unused135]":140,"[unused136]":141,"[unused137]":142,"[unused138]":143,"[unused139]":144,"[unused140]":145,"[unused141]":146,"[unused142]":147,"[unused143]":148,"[unused144]":149,"[unused145]":150,"[unused146]":151,"[unused147]":152,"[unused148]":153,"[unused149]":154,"[unused150]":155,"[unused151]":156,"[unused152]":157,"[unused153]":158,"[unused154]":159,"[unused155]":160,"[unused156]":161,"[unused157]":162,"[unused158]":163,"[unused159]":164,"[unused160]":165,"[unused161]":166,"[unused162]":167,"[unused163]":168,"[unused164]":169,"[unused165]":170,"[unused166]":171,"[unused167]":172,"[unused168]":173,"[unused169]":174,"[unused170]":175,"[unused171]":176,"[unused172]":177,"[unused173]":178,"[unused174]":179,"[unused175]":180,"[unused176]":181,"[unused177]":182,"[unused178]":183,"[unused179]":184,"[unused180]":185,"[unused181]":186,"[unused182]":187,"[unused183]":188,"[unused184]":189,"[unused185]":190,"[unused186]":191,"[unused187]":192,"[unused188]":193,"[unused189]":194,"[unused190]":195,"[unused191]":196,"[unused192]":197,"[unused193]":198,"[unused194]":199,"[unused195]":200,"[unused196]":201,"[unused197]":202,"[unused198]":203,"[unused199]":204,"[unused200]":205,"[unused201]":206,"[unused202]":207,"[unused203]":208,"[unused204]":209,"[unused205]":210,"[unused206]":211,"[unused207]":212,"[unused208]":213,"[unused209]":214,"[unused210]":215,"[unused211]":216,"[unused212]":217,"[unused213]":218,"[unused214]":219,"[unused215]":220,"[unused216]":221,"[unused217]":222,"[unused218]":223,"[unused219]":224,"[unused220]":225,"[unused221]":226,"[unused222]":227,"[unused223]":228,"[unused224]":229,"[unused225]":230,"[unused226]":231,"[unused227]":232,"[unused228]":233,"[unused229]":234,"[unused230]":235,"[unused231]":236,"[unused232]":237,"[unused233]":238,"[unused234]":239,"[unused235]":240,"[unused236]":241,"[unused237]":242,"[unused238]":243,"[unused239]":244,"[unused240]":245,"[unused241]":246,"[unused242]":247,"[unused243]":248,"[unused244]":249,"[unused245]":250,"[unused246]":251,"[unused247]":252,"[unused248]":253,"[unused249]":254,"[unused250]":255,"[unused251]":256,"[unused252]":257,"[unused253]":258,"[unused254]":259,"[unused255]":260,"[unused256]":261,"[unused257]":262,"[unused258]":263,"[unused259]":264,"[unused260]":265,"[unused261]":266,"[unused262]":267,"[unused263]":268,"[unused264]":269,"[unused265]":270,"[unused266]":271,"[unused267]":272,"[unused268]":273,"[unused269]":274,"[unused270]":275,"[unused271]":276,"[unused272]":277,"[unused273]":278,"[unused274]":279,"[unused275]":280,"[unused276]":281,"[unused277]":282,"[unused278]":283,"[unused279]":284,"[unused280]":285,"[unused281]":286,"[unused282]":287,"[unused283]":288,"[unused284]":289,"[unused285]":290,"[unused286]":291,"[unused287]":292,"[unused288]":293,"[unused289]":294,"[unused290]":295,"[unused291]":296,"[unused292]":297,"[unused293]":298,"[unused294]":299,"[unused295]":300,"[unused296]":301,"[unused297]":302,"[unused298]":303,"[unused299]":304,"[unused300]":305,"[unused301]":306,"[unused302]":307,"[unused303]":308,"[unused304]":309,"[unused305]":310,"[unused306]":311,"[unused307]":312,"[unused308]":313,"[unused309]":314,"[unused310]":315,"[unused311]":316,"[unused312]":317,"[unused313]":318,"[unused314]":319,"[unused315]":320,"[unused316]":321,"[unused317]":322,"[unused318]":323,"[unused319]":324,"[unused320]":325,"[unused321]":326,"[unused322]":327,"[unused323]":328,"[unused324]":329,"[unused325]":330,"[unused326]":331,"[unused327]":332,"[unused328]":333,"[unused329]":334,"[unused330]":335,"[unused331]":336,"[unused332]":337,"[unused333]":338,"[unused334]":339,"[unused335]":340,"[unused336]":341,"[unused337]":342,"[unused338]":343,"[unused339]":344,"[unused340]":345,"[unused341]":346,"[unused342]":347,"[unused343]":348,"[unused344]":349,"[unused345]":350,"[unused346]":351,"[unused347]":352,"[unused348]":353,"[unused349]":354,"[unused350]":355,"[unused351]":356,"[unused352]":357,"[unused353]":358,"[unused354]":359,"[unused355]":360,"[unused356]":361,"[unused357]":362,"[unused358]":363,"[unused359]":364,"[unused360]":365,"[unused361]":366,"[unused362]":367,"[unused363]":368,"[unused364]":369,"[unused365]":370,"[unused366]":371,"[unused367]":372,"[unused368]":373,"[unused369]":374,"[unused370]":375,"[unused371]":376,"[unused372]":377,"[unused373]":378,"[unused374]":379,"[unused375]":380,"[unused376]":381,"[unused377]":382,"[unused378]":383,"[unused379]":384,"[unused380]":385,"[unused381]":386,"[unused382]":387,"[unused383]":388,"[unused384]":389,"[unused385]":390,"[unused386]":391,"[unused387]":392,"[unused388]":393,"[unused389]":394,"[unused390]":395,"[unused391]":396,"[unused392]":397,"[unused393]":398,"[unused394]":399,"[unused395]":400,"[unused396]":401,"[unused397]":402,"[unused398]":403,"[unused399]":404,"[unused400]":405,"[unused401]":406,"[unused402]":407,"[unused403]":408,"[unused404]":409,"[unused405]":410,"[unused406]":411,"[unused407]":412,"[unused408]":413,"[unused409]":414,"[unused410]":415,"[unused411]":416,"[unused412]":417,"[unused413]":418,"[unused414]":419,"[unused415]":420,"[unused416]":421,"[unused417]":422,"[unused418]":423,"[unused419]":424,"[unused420]":425,"[unused421]":426,"[unused422]":427,"[unused423]":428,"[unused424]":429,"[unused425]":430,"[unused426]":431,"[unused427]":432,"[unused428]":433,"[unused429]":434,"[unused430]":435,"[unused431]":436,"[unused432]":437,"[unused433]":438,"[unused434]":439,"[unused435]":440,"[unused436]":441,"[unused437]":442,"[unused438]":443,"[unused439]":444,"[unused440]":445,"[unused441]":446,"[unused442]":447,"[unused443]":448,"[unused444]":449,"[unused445]":450,"[unused446]":451,"[unused447]":452,"[unused448]":453,"[unused449]":454,"[unused450]":455,"[unused451]":456,"[unused452]":457,"[unused453]":458,"[unused454]":459,"[unused455]":460,"[unused456]":461,"[unused457]":462,"[unused458]":463,"[unused459]":464,"[unused460]":465,"[unused461]":466,"[unused462]":467,"[unused463]":468,"[unused464]":469,"[unused465]":470,"[unused466]":471,"[unused467]":472,"[unused468]":473,"[unused469]":474,"[unused470]":475,"[unused471]":476,"[unused472]":477,"[unused473]":478,"[unused474]":479,"[unused475]":480,"[unused476]":481,"[unused477]":482,"[unused478]":483,"[unused479]":484,"[unused480]":485,"[unused481]":486,"[unused482]":487,"[unused483]":488,"[unused484]":489,"[unused485]":490,"[unused486]":491,"[unused487]":492,"[unused488]":493,"[unused489]":494,"[unused490]":495,"[unused491]":496,"[unused492]":497,"[unused493]":498,"[unused494]":499,"[unused495]":500,"[unused496]":501,"[unused497]":502,"[unused498]":503,"[unused499]":504,"[unused500]":505,"[unused501]":506,"[unused502]":507,"[unused503]":508,"[unused504]":509,"[unused505]":510,"[unused506]":511,"[unused507]":512,"[unused508]":513,"[unused509]":514,"[unused510]":515,"[unused511]":516,"[unused512]":517,"[unused513]":518,"[unused514]":519,"[unused515]":520,"[unused516]":521,"[unused517]":522,"[unused518]":523,"[unused519]":524,"[unused520]":525,"[unused521]":526,"[unused522]":527,"[unused523]":528,"[unused524]":529,"[unused525]":530,"[unused526]":531,"[unused527]":532,"[unused528]":533,"[unused529]":534,"[unused530]":535,"[unused531]":536,"[unused532]":537,"[unused533]":538,"[unused534]":539,"[unused535]":540,"[unused536]":541,"[unused537]":542,"[unused538]":543,"[unused539]":544,"[unused540]":545,"[unused541]":546,"[unused542]":547,"[unused543]":548,"[unused544]":549,"[unused545]":550,"[unused546]":551,"[unused547]":552,"[unused548]":553,"[unused549]":554,"[unused550]":555,"[unused551]":556,"[unused552]":557,"[unused553]":558,"[unused554]":559,"[unused555]":560,"[unused556]":561,"[unused557]":562,"[unused558]":563,"[unused559]":564,"[unused560]":565,"[unused561]":566,"[unused562]":567,"[unused563]":568,"[unused564]":569,"[unused565]":570,"[unused566]":571,"[unused567]":572,"[unused568]":573,"[unused569]":574,"[unused570]":575,"[unused571]":576,"[unused572]":577,"[unused573]":578,"[unused574]":579,"[unused575]":580,"[unused576]":581,"[unused577]":582,"[unused578]":583,"[unused579]":584,"[unused580]":585,"[unused581]":586,"[unused582]":587,"[unused583]":588,"[unused584]":589,"[unused585]":590,"[unused586]":591,"[unused587]":592,"[unused588]":593,"[unused589]":594,"[unused590]":595,"[unused591]":596,"[unused592]":597,"[unused593]":598,"[unused594]":599,"[unused595]":600,"[unused596]":601,"[unused597]":602,"[unused598]":603,"[unused599]":604,"[unused600]":605,"[unused601]":606,"[unused602]":607,"[unused603]":608,"[unused604]":609,"[unused605]":610,"[unused606]":611,"[unused607]":612,"[unused608]":613,"[unused609]":614,"[unused610]":615,"[unused611]":616,"[unused612]":617,"[unused613]":618,"[unused614]":619,"[unused615]":620,"[unused616]":621,"[unused617]":622,"[unused618]":623,"[unused619]":624,"[unused620]":625,"[unused621]":626,"[unused622]":627,"[unused623]":628,"[unused624]":629,"[unused625]":630,"[unused626]":631,"[unused627]":632,"[unused628]":633,"[unused629]":634,"[unused630]":635,"[unused631]":636,"[unused632]":637,"[unused633]":638,"[unused634]":639,"[unused635]":640,"[unused636]":641,"[unused637]":642,"[unused638]":643,"[unused639]":644,"[unused640]":645,"[unused641]":646,"[unused642]":647,"[unused643]":648,"[unused644]":649,"[unused645]":650,"[unused646]":651,"[unused647]":652,"[unused648]":653,"[unused649]":654,"[unused650]":655,"[unused651]":656,"[unused652]":657,"[unused653]":658,"[unused654]":659,"[unused655]":660,"[unused656]":661,"[unused657]":662,"[unused658]":663,"[unused659]":664,"[unused660]":665,"[unused661]":666,"[unused662]":667,"[unused663]":668,"[unused664]":669,"[unused665]":670,"[unused666]":671,"[unused667]":672,"[unused668]":673,"[unused669]":674,"[unused670]":675,"[unused671]":676,"[unused672]":677,"[unused673]":678,"[unused674]":679,"[unused675]":680,"[unused676]":681,"[unused677]":682,"[unused678]":683,"[unused679]":684,"[unused680]":685,"[unused681]":686,"[unused682]":687,"[unused683]":688,"[unused684]":689,"[unused685]":690,"[unused686]":691,"[unused687]":692,"[unused688]":693,"[unused689]":694,"[unused690]":695,"[unused691]":696,"[unused692]":697,"[unused693]":698,"[unused694]":699,"[unused695]":700,"[unused696]":701,"[unused697]":702,"[unused698]":703,"[unused699]":704,"[unused700]":705,"[unused701]":706,"[unused702]":707,"[unused703]":708,"[unused704]":709,"[unused705]":710,"[unused706]":711,"[unused707]":712,"[unused708]":713,"[unused709]":714,"[unused710]":715,"[unused711]":716,"[unused712]":717,"[unused713]":718,"[unused714]":719,"[unused715]":720,"[unused716]":721,"[unused717]":722,"[unused718]":723,"[unused719]":724,"[unused720]":725,"[unused721]":726,"[unused722]":727,"[unused723]":728,"[unused724]":729,"[unused725]":730,"[unused726]":731,"[unused727]":732,"[unused728]":733,"[unused729]":734,"[unused730]":735,"[unused731]":736,"[unused732]":737,"[unused733]":738,"[unused734]":739,"[unused735]":740,"[unused736]":741,"[unused737]":742,"[unused738]":743,"[unused739]":744,"[unused740]":745,"[unused741]":746,"[unused742]":747,"[unused743]":748,"[unused744]":749,"[unused745]":750,"[unused746]":751,"[unused747]":752,"[unused748]":753,"[unused749]":754,"[unused750]":755,"[unused751]":756,"[unused752]":757,"[unused753]":758,"[unused754]":759,"[unused755]":760,"[unused756]":761,"[unused757]":762,"[unused758]":763,"[unused759]":764,"[unused760]":765,"[unused761]":766,"[unused762]":767,"[unused763]":768,"[unused764]":769,"[unused765]":770,"[unused766]":771,"[unused767]":772,"[unused768]":773,"[unused769]":774,"[unused770]":775,"[unused771]":776,"[unused772]":777,"[unused773]":778,"[unused774]":779,"[unused775]":780,"[unused776]":781,"[unused777]":782,"[unused778]":783,"[unused779]":784,"[unused780]":785,"[unused781]":786,"[unused782]":787,"[unused783]":788,"[unused784]":789,"[unused785]":790,"[unused786]":791,"[unused787]":792,"[unused788]":793,"[unused789]":794,"[unused790]":795,"[unused791]":796,"[unused792]":797,"[unused793]":798,"[unused794]":799,"[unused795]":800,"[unused796]":801,"[unused797]":802,"[unused798]":803,"[unused799]":804,"[unused800]":805,"[unused801]":806,"[unused802]":807,"[unused803]":808,"[unused804]":809,"[unused805]":810,"[unused806]":811,"[unused807]":812,"[unused808]":813,"[unused809]":814,"[unused810]":815,"[unused811]":816,"[unused812]":817,"[unused813]":818,"[unused814]":819,"[unused815]":820,"[unused816]":821,"[unused817]":822,"[unused818]":823,"[unused819]":824,"[unused820]":825,"[unused821]":826,"[unused822]":827,"[unused823]":828,"[unused824]":829,"[unused825]":830,"[unused826]":831,"[unused827]":832,"[unused828]":833,"[unused829]":834,"[unused830]":835,"[unused831]":836,"[unused832]":837,"[unused833]":838,"[unused834]":839,"[unused835]":840,"[unused836]":841,"[unused837]":842,"[unused838]":843,"[unused839]":844,"[unused840]":845,"[unused841]":846,"[unused842]":847,"[unused843]":848,"[unused844]":849,"[unused845]":850,"[unused846]":851,"[unused847]":852,"[unused848]":853,"[unused849]":854,"[unused850]":855,"[unused851]":856,"[unused852]":857,"[unused853]":858,"[unused854]":859,"[unused855]":860,"[unused856]":861,"[unused857]":862,"[unused858]":863,"[unused859]":864,"[unused860]":865,"[unused861]":866,"[unused862]":867,"[unused863]":868,"[unused864]":869,"[unused865]":870,"[unused866]":871,"[unused867]":872,"[unused868]":873,"[unused869]":874,"[unused870]":875,"[unused871]":876,"[unused872]":877,"[unused873]":878,"[unused874]":879,"[unused875]":880,"[unused876]":881,"[unused877]":882,"[unused878]":883,"[unused879]":884,"[unused880]":885,"[unused881]":886,"[unused882]":887,"[unused883]":888,"[unused884]":889,"[unused885]":890,"[unused886]":891,"[unused887]":892,"[unused888]":893,"[unused889]":894,"[unused890]":895,"[unused891]":896,"[unused892]":897,"[unused893]":898,"[unused894]":899,"[unused895]":900,"[unused896]":901,"[unused897]":902,"[unused898]":903,"[unused899]":904,"[unused900]":905,"[unused901]":906,"[unused902]":907,"[unused903]":908,"[unused904]":909,"[unused905]":910,"[unused906]":911,"[unused907]":912,"[unused908]":913,"[unused909]":914,"[unused910]":915,"[unused911]":916,"[unused912]":917,"[unused913]":918,"[unused914]":919,"[unused915]":920,"[unused916]":921,"[unused917]":922,"[unused918]":923,"[unused919]":924,"[unused920]":925,"[unused921]":926,"[unused922]":927,"[unused923]":928,"[unused924]":929,"[unused925]":930,"[unused926]":931,"[unused927]":932,"[unused928]":933,"[unused929]":934,"[unused930]":935,"[unused931]":936,"[unused932]":937,"[unused933]":938,"[unused934]":939,"[unused935]":940,"[unused936]":941,"[unused937]":942,"[unused938]":943,"[unused939]":944,"[unused940]":945,"[unused941]":946,"[unused942]":947,"[unused943]":948,"[unused944]":949,"[unused945]":950,"[unused946]":951,"[unused947]":952,"[unused948]":953,"[unused949]":954,"[unused950]":955,"[unused951]":956,"[unused952]":957,"[unused953]":958,"[unused954]":959,"[unused955]":960,"[unused956]":961,"[unused957]":962,"[unused958]":963,"[unused959]":964,"[unused960]":965,"[unused961]":966,"[unused962]":967,"[unused963]":968,"[unused964]":969,"[unused965]":970,"[unused966]":971,"[unused967]":972,"[unused968]":973,"[unused969]":974,"[unused970]":975,"[unused971]":976,"[unused972]":977,"[unused973]":978,"[unused974]":979,"[unused975]":980,"[unused976]":981,"[unused977]":982,"[unused978]":983,"[unused979]":984,"[unused980]":985,"[unused981]":986,"[unused982]":987,"[unused983]":988,"[unused984]":989,"[unused985]":990,"[unused986]":991,"[unused987]":992,"[unused988]":993,"[unused989]":994,"[unused990]":995,"[unused991]":996,"[unused992]":997,"[unused993]":998,"!":999,"\"":1000,"#":1001,"$":1002,"%":1003,"&":1004,"'":1005,"(":1006,")":1007,"*":1008,"+":1009,",":1010,"-":1011,".":1012,"/":1013,"0":1014,"1":1015,"2":1016,"3":1017,"4":1018,"5":1019,"6":1020,"7":1021,"8":1022,"9":1023,":":1024,";":1025,"<":1026,"=":1027,">":1028,"?":1029,"@":1030,"[":1031,"\\":1032,"]":1033,"^":1034,"_":1035,"`":1036,"a":1037,"b":1038,"c":1039,"d":1040,"e":1041,"f":1042,"g":1043,"h":1044,"i":1045,"j":1046,"k":1047,"l":1048,"m":1049,"n":1050,"o":1051,"p":1052,"q":1053,"r":1054,"s":1055,"t":1056,"u":1057,"v":1058,"w":1059,"x":1060,"y":1061,"z":1062,"{":1063,"|":1064,"}":1065,"~":1066,"¡":1067,"¢":1068,"£":1069,"¤":1070,"¥":1071,"¦":1072,"§":1073,"¨":1074,"©":1075,"ª":1076,"«":1077,"¬":1078,"®":1079,"°":1080,"±":1081,"²":1082,"³":1083,"´":1084,"µ":1085,"¶":1086,"·":1087,"¹":1088,"º":1089,"»":1090,"¼":1091,"½":1092,"¾":1093,"¿":1094,"×":1095,"ß":1096,"æ":1097,"ð":1098,"÷":1099,"ø":1100,"þ":1101,"đ":1102,"ħ":1103,"ı":1104,"ł":1105,"ŋ":1106,"œ":1107,"ƒ":1108,"ɐ":1109,"ɑ":1110,"ɒ":1111,"ɔ":1112,"ɕ":1113,"ə":1114,"ɛ":1115,"ɡ":1116,"ɣ":1117,"ɨ":1118,"ɪ":1119,"ɫ":1120,"ɬ":1121,"ɯ":1122,"ɲ":1123,"ɴ":1124,"ɹ":1125,"ɾ":1126,"ʀ":1127,"ʁ":1128,"ʂ":1129,"ʃ":1130,"ʉ":1131,"ʊ":1132,"ʋ":1133,"ʌ":1134,"ʎ":1135,"ʐ":1136,"ʑ":1137,"ʒ":1138,"ʔ":1139,"ʰ":1140,"ʲ":1141,"ʳ":1142,"ʷ":1143,"ʸ":1144,"ʻ":1145,"ʼ":1146,"ʾ":1147,"ʿ":1148,"ˈ":1149,"ː":1150,"ˡ":1151,"ˢ":1152,"ˣ":1153,"ˤ":1154,"α":1155,"β":1156,"γ":1157,"δ":1158,"ε":1159,"ζ":1160,"η":1161,"θ":1162,"ι":1163,"κ":1164,"λ":1165,"μ":1166,"ν":1167,"ξ":1168,"ο":1169,"π":1170,"ρ":1171,"ς":1172,"σ":1173,"τ":1174,"υ":1175,"φ":1176,"χ":1177,"ψ":1178,"ω":1179,"а":1180,"б":1181,"в":1182,"г":1183,"д":1184,"е":1185,"ж":1186,"з":1187,"и":1188,"к":1189,"л":1190,"м":1191,"н":1192,"о":1193,"п":1194,"р":1195,"с":1196,"т":1197,"у":1198,"ф":1199,"х":1200,"ц":1201,"ч":1202,"ш":1203,"щ":1204,"ъ":1205,"ы":1206,"ь":1207,"э":1208,"ю":1209,"я":1210,"ђ":1211,"є":1212,"і":1213,"ј":1214,"љ":1215,"њ":1216,"ћ":1217,"ӏ":1218,"ա":1219,"բ":1220,"գ":1221,"դ":1222,"ե":1223,"թ":1224,"ի":1225,"լ":1226,"կ":1227,"հ":1228,"մ":1229,"յ":1230,"ն":1231,"ո":1232,"պ":1233,"ս":1234,"վ":1235,"տ":1236,"ր":1237,"ւ":1238,"ք":1239,"־":1240,"א":1241,"ב":1242,"ג":1243,"ד":1244,"ה":1245,"ו":1246,"ז":1247,"ח":1248,"ט":1249,"י":1250,"ך":1251,"כ":1252,"ל":1253,"ם":1254,"מ":1255,"ן":1256,"נ":1257,"ס":1258,"ע":1259,"ף":1260,"פ":1261,"ץ":1262,"צ":1263,"ק":1264,"ר":1265,"ש":1266,"ת":1267,"،":1268,"ء":1269,"ا":1270,"ب":1271,"ة":1272,"ت":1273,"ث":1274,"ج":1275,"ح":1276,"خ":1277,"د":1278,"ذ":1279,"ر":1280,"ز":1281,"س":1282,"ش":1283,"ص":1284,"ض":1285,"ط":1286,"ظ":1287,"ع":1288,"غ":1289,"ـ":1290,"ف":1291,"ق":1292,"ك":1293,"ل":1294,"م":1295,"ن":1296,"ه":1297,"و":1298,"ى":1299,"ي":1300,"ٹ":1301,"پ":1302,"چ":1303,"ک":1304,"گ":1305,"ں":1306,"ھ":1307,"ہ":1308,"ی":1309,"ے":1310,"अ":1311,"आ":1312,"उ":1313,"ए":1314,"क":1315,"ख":1316,"ग":1317,"च":1318,"ज":1319,"ट":1320,"ड":1321,"ण":1322,"त":1323,"थ":1324,"द":1325,"ध":1326,"न":1327,"प":1328,"ब":1329,"भ":1330,"म":1331,"य":1332,"र":1333,"ल":1334,"व":1335,"श":1336,"ष":1337,"स":1338,"ह":1339,"ा":1340,"ि":1341,"ी":1342,"ो":1343,"।":1344,"॥":1345,"ং":1346,"অ":1347,"আ":1348,"ই":1349,"উ":1350,"এ":1351,"ও":1352,"ক":1353,"খ":1354,"গ":1355,"চ":1356,"ছ":1357,"জ":1358,"ট":1359,"ড":1360,"ণ":1361,"ত":1362,"থ":1363,"দ":1364,"ধ":1365,"ন":1366,"প":1367,"ব":1368,"ভ":1369,"ম":1370,"য":1371,"র":1372,"ল":1373,"শ":1374,"ষ":1375,"স":1376,"হ":1377,"া":1378,"ি":1379,"ী":1380,"ে":1381,"க":1382,"ச":1383,"ட":1384,"த":1385,"ந":1386,"ன":1387,"ப":1388,"ம":1389,"ய":1390,"ர":1391,"ல":1392,"ள":1393,"வ":1394,"ா":1395,"ி":1396,"ு":1397,"ே":1398,"ை":1399,"ನ":1400,"ರ":1401,"ಾ":1402,"ක":1403,"ය":1404,"ර":1405,"ල":1406,"ව":1407,"ා":1408,"ก":1409,"ง":1410,"ต":1411,"ท":1412,"น":1413,"พ":1414,"ม":1415,"ย":1416,"ร":1417,"ล":1418,"ว":1419,"ส":1420,"อ":1421,"า":1422,"เ":1423,"་":1424,"།":1425,"ག":1426,"ང":1427,"ད":1428,"ན":1429,"པ":1430,"བ":1431,"མ":1432,"འ":1433,"ར":1434,"ལ":1435,"ས":1436,"မ":1437,"ა":1438,"ბ":1439,"გ":1440,"დ":1441,"ე":1442,"ვ":1443,"თ":1444,"ი":1445,"კ":1446,"ლ":1447,"მ":1448,"ნ":1449,"ო":1450,"რ":1451,"ს":1452,"ტ":1453,"უ":1454,"ᄀ":1455,"ᄂ":1456,"ᄃ":1457,"ᄅ":1458,"ᄆ":1459,"ᄇ":1460,"ᄉ":1461,"ᄊ":1462,"ᄋ":1463,"ᄌ":1464,"ᄎ":1465,"ᄏ":1466,"ᄐ":1467,"ᄑ":1468,"ᄒ":1469,"ᅡ":1470,"ᅢ":1471,"ᅥ":1472,"ᅦ":1473,"ᅧ":1474,"ᅩ":1475,"ᅪ":1476,"ᅭ":1477,"ᅮ":1478,"ᅯ":1479,"ᅲ":1480,"ᅳ":1481,"ᅴ":1482,"ᅵ":1483,"ᆨ":1484,"ᆫ":1485,"ᆯ":1486,"ᆷ":1487,"ᆸ":1488,"ᆼ":1489,"ᴬ":1490,"ᴮ":1491,"ᴰ":1492,"ᴵ":1493,"ᴺ":1494,"ᵀ":1495,"ᵃ":1496,"ᵇ":1497,"ᵈ":1498,"ᵉ":1499,"ᵍ":1500,"ᵏ":1501,"ᵐ":1502,"ᵒ":1503,"ᵖ":1504,"ᵗ":1505,"ᵘ":1506,"ᵢ":1507,"ᵣ":1508,"ᵤ":1509,"ᵥ":1510,"ᶜ":1511,"ᶠ":1512,"‐":1513,"‑":1514,"‒":1515,"–":1516,"—":1517,"―":1518,"‖":1519,"‘":1520,"’":1521,"‚":1522,"“":1523,"”":1524,"„":1525,"†":1526,"‡":1527,"•":1528,"…":1529,"‰":1530,"′":1531,"″":1532,"›":1533,"‿":1534,"⁄":1535,"⁰":1536,"ⁱ":1537,"⁴":1538,"⁵":1539,"⁶":1540,"⁷":1541,"⁸":1542,"⁹":1543,"⁺":1544,"⁻":1545,"ⁿ":1546,"₀":1547,"₁":1548,"₂":1549,"₃":1550,"₄":1551,"₅":1552,"₆":1553,"₇":1554,"₈":1555,"₉":1556,"₊":1557,"₍":1558,"₎":1559,"ₐ":1560,"ₑ":1561,"ₒ":1562,"ₓ":1563,"ₕ":1564,"ₖ":1565,"ₗ":1566,"ₘ":1567,"ₙ":1568,"ₚ":1569,"ₛ":1570,"ₜ":1571,"₤":1572,"₩":1573,"€":1574,"₱":1575,"₹":1576,"ℓ":1577,"№":1578,"ℝ":1579,"™":1580,"⅓":1581,"⅔":1582,"←":1583,"↑":1584,"→":1585,"↓":1586,"↔":1587,"↦":1588,"⇄":1589,"⇌":1590,"⇒":1591,"∂":1592,"∅":1593,"∆":1594,"∇":1595,"∈":1596,"−":1597,"∗":1598,"∘":1599,"√":1600,"∞":1601,"∧":1602,"∨":1603,"∩":1604,"∪":1605,"≈":1606,"≡":1607,"≤":1608,"≥":1609,"⊂":1610,"⊆":1611,"⊕":1612,"⊗":1613,"⋅":1614,"─":1615,"│":1616,"■":1617,"▪":1618,"●":1619,"★":1620,"☆":1621,"☉":1622,"♠":1623,"♣":1624,"♥":1625,"♦":1626,"♭":1627,"♯":1628,"⟨":1629,"⟩":1630,"ⱼ":1631,"⺩":1632,"⺼":1633,"⽥":1634,"、":1635,"。":1636,"〈":1637,"〉":1638,"《":1639,"》":1640,"「":1641,"」":1642,"『":1643,"』":1644,"〜":1645,"あ":1646,"い":1647,"う":1648,"え":1649,"お":1650,"か":1651,"き":1652,"く":1653,"け":1654,"こ":1655,"さ":1656,"し":1657,"す":1658,"せ":1659,"そ":1660,"た":1661,"ち":1662,"っ":1663,"つ":1664,"て":1665,"と":1666,"な":1667,"に":1668,"ぬ":1669,"ね":1670,"の":1671,"は":1672,"ひ":1673,"ふ":1674,"へ":1675,"ほ":1676,"ま":1677,"み":1678,"む":1679,"め":1680,"も":1681,"や":1682,"ゆ":1683,"よ":1684,"ら":1685,"り":1686,"る":1687,"れ":1688,"ろ":1689,"を":1690,"ん":1691,"ァ":1692,"ア":1693,"ィ":1694,"イ":1695,"ウ":1696,"ェ":1697,"エ":1698,"オ":1699,"カ":1700,"キ":1701,"ク":1702,"ケ":1703,"コ":1704,"サ":1705,"シ":1706,"ス":1707,"セ":1708,"タ":1709,"チ":1710,"ッ":1711,"ツ":1712,"テ":1713,"ト":1714,"ナ":1715,"ニ":1716,"ノ":1717,"ハ":1718,"ヒ":1719,"フ":1720,"ヘ":1721,"ホ":1722,"マ":1723,"ミ":1724,"ム":1725,"メ":1726,"モ":1727,"ャ":1728,"ュ":1729,"ョ":1730,"ラ":1731,"リ":1732,"ル":1733,"レ":1734,"ロ":1735,"ワ":1736,"ン":1737,"・":1738,"ー":1739,"一":1740,"三":1741,"上":1742,"下":1743,"不":1744,"世":1745,"中":1746,"主":1747,"久":1748,"之":1749,"也":1750,"事":1751,"二":1752,"五":1753,"井":1754,"京":1755,"人":1756,"亻":1757,"仁":1758,"介":1759,"代":1760,"仮":1761,"伊":1762,"会":1763,"佐":1764,"侍":1765,"保":1766,"信":1767,"健":1768,"元":1769,"光":1770,"八":1771,"公":1772,"内":1773,"出":1774,"分":1775,"前":1776,"劉":1777,"力":1778,"加":1779,"勝":1780,"北":1781,"区":1782,"十":1783,"千":1784,"南":1785,"博":1786,"原":1787,"口":1788,"古":1789,"史":1790,"司":1791,"合":1792,"吉":1793,"同":1794,"名":1795,"和":1796,"囗":1797,"四":1798,"国":1799,"國":1800,"土":1801,"地":1802,"坂":1803,"城":1804,"堂":1805,"場":1806,"士":1807,"夏":1808,"外":1809,"大":1810,"天":1811,"太":1812,"夫":1813,"奈":1814,"女":1815,"子":1816,"学":1817,"宀":1818,"宇":1819,"安":1820,"宗":1821,"定":1822,"宣":1823,"宮":1824,"家":1825,"宿":1826,"寺":1827,"將":1828,"小":1829,"尚":1830,"山":1831,"岡":1832,"島":1833,"崎":1834,"川":1835,"州":1836,"巿":1837,"帝":1838,"平":1839,"年":1840,"幸":1841,"广":1842,"弘":1843,"張":1844,"彳":1845,"後":1846,"御":1847,"德":1848,"心":1849,"忄":1850,"志":1851,"忠":1852,"愛":1853,"成":1854,"我":1855,"戦":1856,"戸":1857,"手":1858,"扌":1859,"政":1860,"文":1861,"新":1862,"方":1863,"日":1864,"明":1865,"星":1866,"春":1867,"昭":1868,"智":1869,"曲":1870,"書":1871,"月":1872,"有":1873,"朝":1874,"木":1875,"本":1876,"李":1877,"村":1878,"東":1879,"松":1880,"林":1881,"森":1882,"楊":1883,"樹":1884,"橋":1885,"歌":1886,"止":1887,"正":1888,"武":1889,"比":1890,"氏":1891,"民":1892,"水":1893,"氵":1894,"氷":1895,"永":1896,"江":1897,"沢":1898,"河":1899,"治":1900,"法":1901,"海":1902,"清":1903,"漢":1904,"瀬":1905,"火":1906,"版":1907,"犬":1908,"王":1909,"生":1910,"田":1911,"男":1912,"疒":1913,"発":1914,"白":1915,"的":1916,"皇":1917,"目":1918,"相":1919,"省":1920,"真":1921,"石":1922,"示":1923,"社":1924,"神":1925,"福":1926,"禾":1927,"秀":1928,"秋":1929,"空":1930,"立":1931,"章":1932,"竹":1933,"糹":1934,"美":1935,"義":1936,"耳":1937,"良":1938,"艹":1939,"花":1940,"英":1941,"華":1942,"葉":1943,"藤":1944,"行":1945,"街":1946,"西":1947,"見":1948,"訁":1949,"語":1950,"谷":1951,"貝":1952,"貴":1953,"車":1954,"軍":1955,"辶":1956,"道":1957,"郎":1958,"郡":1959,"部":1960,"都":1961,"里":1962,"野":1963,"金":1964,"鈴":1965,"镇":1966,"長":1967,"門":1968,"間":1969,"阝":1970,"阿":1971,"陳":1972,"陽":1973,"雄":1974,"青":1975,"面":1976,"風":1977,"食":1978,"香":1979,"馬":1980,"高":1981,"龍":1982,"龸":1983,"fi":1984,"fl":1985,"!":1986,"(":1987,")":1988,",":1989,"-":1990,".":1991,"/":1992,":":1993,"?":1994,"~":1995,"the":1996,"of":1997,"and":1998,"in":1999,"to":2000,"was":2001,"he":2002,"is":2003,"as":2004,"for":2005,"on":2006,"with":2007,"that":2008,"it":2009,"his":2010,"by":2011,"at":2012,"from":2013,"her":2014,"##s":2015,"she":2016,"you":2017,"had":2018,"an":2019,"were":2020,"but":2021,"be":2022,"this":2023,"are":2024,"not":2025,"my":2026,"they":2027,"one":2028,"which":2029,"or":2030,"have":2031,"him":2032,"me":2033,"first":2034,"all":2035,"also":2036,"their":2037,"has":2038,"up":2039,"who":2040,"out":2041,"been":2042,"when":2043,"after":2044,"there":2045,"into":2046,"new":2047,"two":2048,"its":2049,"##a":2050,"time":2051,"would":2052,"no":2053,"what":2054,"about":2055,"said":2056,"we":2057,"over":2058,"then":2059,"other":2060,"so":2061,"more":2062,"##e":2063,"can":2064,"if":2065,"like":2066,"back":2067,"them":2068,"only":2069,"some":2070,"could":2071,"##i":2072,"where":2073,"just":2074,"##ing":2075,"during":2076,"before":2077,"##n":2078,"do":2079,"##o":2080,"made":2081,"school":2082,"through":2083,"than":2084,"now":2085,"years":2086,"most":2087,"world":2088,"may":2089,"between":2090,"down":2091,"well":2092,"three":2093,"##d":2094,"year":2095,"while":2096,"will":2097,"##ed":2098,"##r":2099,"##y":2100,"later":2101,"##t":2102,"city":2103,"under":2104,"around":2105,"did":2106,"such":2107,"being":2108,"used":2109,"state":2110,"people":2111,"part":2112,"know":2113,"against":2114,"your":2115,"many":2116,"second":2117,"university":2118,"both":2119,"national":2120,"##er":2121,"these":2122,"don":2123,"known":2124,"off":2125,"way":2126,"until":2127,"re":2128,"how":2129,"even":2130,"get":2131,"head":2132,"...":2133,"didn":2134,"##ly":2135,"team":2136,"american":2137,"because":2138,"de":2139,"##l":2140,"born":2141,"united":2142,"film":2143,"since":2144,"still":2145,"long":2146,"work":2147,"south":2148,"us":2149,"became":2150,"any":2151,"high":2152,"again":2153,"day":2154,"family":2155,"see":2156,"right":2157,"man":2158,"eyes":2159,"house":2160,"season":2161,"war":2162,"states":2163,"including":2164,"took":2165,"life":2166,"north":2167,"same":2168,"each":2169,"called":2170,"name":2171,"much":2172,"place":2173,"however":2174,"go":2175,"four":2176,"group":2177,"another":2178,"found":2179,"won":2180,"area":2181,"here":2182,"going":2183,"10":2184,"away":2185,"series":2186,"left":2187,"home":2188,"music":2189,"best":2190,"make":2191,"hand":2192,"number":2193,"company":2194,"several":2195,"never":2196,"last":2197,"john":2198,"000":2199,"very":2200,"album":2201,"take":2202,"end":2203,"good":2204,"too":2205,"following":2206,"released":2207,"game":2208,"played":2209,"little":2210,"began":2211,"district":2212,"##m":2213,"old":2214,"want":2215,"those":2216,"side":2217,"held":2218,"own":2219,"early":2220,"county":2221,"ll":2222,"league":2223,"use":2224,"west":2225,"##u":2226,"face":2227,"think":2228,"##es":2229,"2010":2230,"government":2231,"##h":2232,"march":2233,"came":2234,"small":2235,"general":2236,"town":2237,"june":2238,"##on":2239,"line":2240,"based":2241,"something":2242,"##k":2243,"september":2244,"thought":2245,"looked":2246,"along":2247,"international":2248,"2011":2249,"air":2250,"july":2251,"club":2252,"went":2253,"january":2254,"october":2255,"our":2256,"august":2257,"april":2258,"york":2259,"12":2260,"few":2261,"2012":2262,"2008":2263,"east":2264,"show":2265,"member":2266,"college":2267,"2009":2268,"father":2269,"public":2270,"##us":2271,"come":2272,"men":2273,"five":2274,"set":2275,"station":2276,"church":2277,"##c":2278,"next":2279,"former":2280,"november":2281,"room":2282,"party":2283,"located":2284,"december":2285,"2013":2286,"age":2287,"got":2288,"2007":2289,"##g":2290,"system":2291,"let":2292,"love":2293,"2006":2294,"though":2295,"every":2296,"2014":2297,"look":2298,"song":2299,"water":2300,"century":2301,"without":2302,"body":2303,"black":2304,"night":2305,"within":2306,"great":2307,"women":2308,"single":2309,"ve":2310,"building":2311,"large":2312,"population":2313,"river":2314,"named":2315,"band":2316,"white":2317,"started":2318,"##an":2319,"once":2320,"15":2321,"20":2322,"should":2323,"18":2324,"2015":2325,"service":2326,"top":2327,"built":2328,"british":2329,"open":2330,"death":2331,"king":2332,"moved":2333,"local":2334,"times":2335,"children":2336,"february":2337,"book":2338,"why":2339,"11":2340,"door":2341,"need":2342,"president":2343,"order":2344,"final":2345,"road":2346,"wasn":2347,"although":2348,"due":2349,"major":2350,"died":2351,"village":2352,"third":2353,"knew":2354,"2016":2355,"asked":2356,"turned":2357,"st":2358,"wanted":2359,"say":2360,"##p":2361,"together":2362,"received":2363,"main":2364,"son":2365,"served":2366,"different":2367,"##en":2368,"behind":2369,"himself":2370,"felt":2371,"members":2372,"power":2373,"football":2374,"law":2375,"voice":2376,"play":2377,"##in":2378,"near":2379,"park":2380,"history":2381,"30":2382,"having":2383,"2005":2384,"16":2385,"##man":2386,"saw":2387,"mother":2388,"##al":2389,"army":2390,"point":2391,"front":2392,"help":2393,"english":2394,"street":2395,"art":2396,"late":2397,"hands":2398,"games":2399,"award":2400,"##ia":2401,"young":2402,"14":2403,"put":2404,"published":2405,"country":2406,"division":2407,"across":2408,"told":2409,"13":2410,"often":2411,"ever":2412,"french":2413,"london":2414,"center":2415,"six":2416,"red":2417,"2017":2418,"led":2419,"days":2420,"include":2421,"light":2422,"25":2423,"find":2424,"tell":2425,"among":2426,"species":2427,"really":2428,"according":2429,"central":2430,"half":2431,"2004":2432,"form":2433,"original":2434,"gave":2435,"office":2436,"making":2437,"enough":2438,"lost":2439,"full":2440,"opened":2441,"must":2442,"included":2443,"live":2444,"given":2445,"german":2446,"player":2447,"run":2448,"business":2449,"woman":2450,"community":2451,"cup":2452,"might":2453,"million":2454,"land":2455,"2000":2456,"court":2457,"development":2458,"17":2459,"short":2460,"round":2461,"ii":2462,"km":2463,"seen":2464,"class":2465,"story":2466,"always":2467,"become":2468,"sure":2469,"research":2470,"almost":2471,"director":2472,"council":2473,"la":2474,"##2":2475,"career":2476,"things":2477,"using":2478,"island":2479,"##z":2480,"couldn":2481,"car":2482,"##is":2483,"24":2484,"close":2485,"force":2486,"##1":2487,"better":2488,"free":2489,"support":2490,"control":2491,"field":2492,"students":2493,"2003":2494,"education":2495,"married":2496,"##b":2497,"nothing":2498,"worked":2499,"others":2500,"record":2501,"big":2502,"inside":2503,"level":2504,"anything":2505,"continued":2506,"give":2507,"james":2508,"##3":2509,"military":2510,"established":2511,"non":2512,"returned":2513,"feel":2514,"does":2515,"title":2516,"written":2517,"thing":2518,"feet":2519,"william":2520,"far":2521,"co":2522,"association":2523,"hard":2524,"already":2525,"2002":2526,"##ra":2527,"championship":2528,"human":2529,"western":2530,"100":2531,"##na":2532,"department":2533,"hall":2534,"role":2535,"various":2536,"production":2537,"21":2538,"19":2539,"heart":2540,"2001":2541,"living":2542,"fire":2543,"version":2544,"##ers":2545,"##f":2546,"television":2547,"royal":2548,"##4":2549,"produced":2550,"working":2551,"act":2552,"case":2553,"society":2554,"region":2555,"present":2556,"radio":2557,"period":2558,"looking":2559,"least":2560,"total":2561,"keep":2562,"england":2563,"wife":2564,"program":2565,"per":2566,"brother":2567,"mind":2568,"special":2569,"22":2570,"##le":2571,"am":2572,"works":2573,"soon":2574,"##6":2575,"political":2576,"george":2577,"services":2578,"taken":2579,"created":2580,"##7":2581,"further":2582,"able":2583,"reached":2584,"david":2585,"union":2586,"joined":2587,"upon":2588,"done":2589,"important":2590,"social":2591,"information":2592,"either":2593,"##ic":2594,"##x":2595,"appeared":2596,"position":2597,"ground":2598,"lead":2599,"rock":2600,"dark":2601,"election":2602,"23":2603,"board":2604,"france":2605,"hair":2606,"course":2607,"arms":2608,"site":2609,"police":2610,"girl":2611,"instead":2612,"real":2613,"sound":2614,"##v":2615,"words":2616,"moment":2617,"##te":2618,"someone":2619,"##8":2620,"summer":2621,"project":2622,"announced":2623,"san":2624,"less":2625,"wrote":2626,"past":2627,"followed":2628,"##5":2629,"blue":2630,"founded":2631,"al":2632,"finally":2633,"india":2634,"taking":2635,"records":2636,"america":2637,"##ne":2638,"1999":2639,"design":2640,"considered":2641,"northern":2642,"god":2643,"stop":2644,"battle":2645,"toward":2646,"european":2647,"outside":2648,"described":2649,"track":2650,"today":2651,"playing":2652,"language":2653,"28":2654,"call":2655,"26":2656,"heard":2657,"professional":2658,"low":2659,"australia":2660,"miles":2661,"california":2662,"win":2663,"yet":2664,"green":2665,"##ie":2666,"trying":2667,"blood":2668,"##ton":2669,"southern":2670,"science":2671,"maybe":2672,"everything":2673,"match":2674,"square":2675,"27":2676,"mouth":2677,"video":2678,"race":2679,"recorded":2680,"leave":2681,"above":2682,"##9":2683,"daughter":2684,"points":2685,"space":2686,"1998":2687,"museum":2688,"change":2689,"middle":2690,"common":2691,"##0":2692,"move":2693,"tv":2694,"post":2695,"##ta":2696,"lake":2697,"seven":2698,"tried":2699,"elected":2700,"closed":2701,"ten":2702,"paul":2703,"minister":2704,"##th":2705,"months":2706,"start":2707,"chief":2708,"return":2709,"canada":2710,"person":2711,"sea":2712,"release":2713,"similar":2714,"modern":2715,"brought":2716,"rest":2717,"hit":2718,"formed":2719,"mr":2720,"##la":2721,"1997":2722,"floor":2723,"event":2724,"doing":2725,"thomas":2726,"1996":2727,"robert":2728,"care":2729,"killed":2730,"training":2731,"star":2732,"week":2733,"needed":2734,"turn":2735,"finished":2736,"railway":2737,"rather":2738,"news":2739,"health":2740,"sent":2741,"example":2742,"ran":2743,"term":2744,"michael":2745,"coming":2746,"currently":2747,"yes":2748,"forces":2749,"despite":2750,"gold":2751,"areas":2752,"50":2753,"stage":2754,"fact":2755,"29":2756,"dead":2757,"says":2758,"popular":2759,"2018":2760,"originally":2761,"germany":2762,"probably":2763,"developed":2764,"result":2765,"pulled":2766,"friend":2767,"stood":2768,"money":2769,"running":2770,"mi":2771,"signed":2772,"word":2773,"songs":2774,"child":2775,"eventually":2776,"met":2777,"tour":2778,"average":2779,"teams":2780,"minutes":2781,"festival":2782,"current":2783,"deep":2784,"kind":2785,"1995":2786,"decided":2787,"usually":2788,"eastern":2789,"seemed":2790,"##ness":2791,"episode":2792,"bed":2793,"added":2794,"table":2795,"indian":2796,"private":2797,"charles":2798,"route":2799,"available":2800,"idea":2801,"throughout":2802,"centre":2803,"addition":2804,"appointed":2805,"style":2806,"1994":2807,"books":2808,"eight":2809,"construction":2810,"press":2811,"mean":2812,"wall":2813,"friends":2814,"remained":2815,"schools":2816,"study":2817,"##ch":2818,"##um":2819,"institute":2820,"oh":2821,"chinese":2822,"sometimes":2823,"events":2824,"possible":2825,"1992":2826,"australian":2827,"type":2828,"brown":2829,"forward":2830,"talk":2831,"process":2832,"food":2833,"debut":2834,"seat":2835,"performance":2836,"committee":2837,"features":2838,"character":2839,"arts":2840,"herself":2841,"else":2842,"lot":2843,"strong":2844,"russian":2845,"range":2846,"hours":2847,"peter":2848,"arm":2849,"##da":2850,"morning":2851,"dr":2852,"sold":2853,"##ry":2854,"quickly":2855,"directed":2856,"1993":2857,"guitar":2858,"china":2859,"##w":2860,"31":2861,"list":2862,"##ma":2863,"performed":2864,"media":2865,"uk":2866,"players":2867,"smile":2868,"##rs":2869,"myself":2870,"40":2871,"placed":2872,"coach":2873,"province":2874,"towards":2875,"wouldn":2876,"leading":2877,"whole":2878,"boy":2879,"official":2880,"designed":2881,"grand":2882,"census":2883,"##el":2884,"europe":2885,"attack":2886,"japanese":2887,"henry":2888,"1991":2889,"##re":2890,"##os":2891,"cross":2892,"getting":2893,"alone":2894,"action":2895,"lower":2896,"network":2897,"wide":2898,"washington":2899,"japan":2900,"1990":2901,"hospital":2902,"believe":2903,"changed":2904,"sister":2905,"##ar":2906,"hold":2907,"gone":2908,"sir":2909,"hadn":2910,"ship":2911,"##ka":2912,"studies":2913,"academy":2914,"shot":2915,"rights":2916,"below":2917,"base":2918,"bad":2919,"involved":2920,"kept":2921,"largest":2922,"##ist":2923,"bank":2924,"future":2925,"especially":2926,"beginning":2927,"mark":2928,"movement":2929,"section":2930,"female":2931,"magazine":2932,"plan":2933,"professor":2934,"lord":2935,"longer":2936,"##ian":2937,"sat":2938,"walked":2939,"hill":2940,"actually":2941,"civil":2942,"energy":2943,"model":2944,"families":2945,"size":2946,"thus":2947,"aircraft":2948,"completed":2949,"includes":2950,"data":2951,"captain":2952,"##or":2953,"fight":2954,"vocals":2955,"featured":2956,"richard":2957,"bridge":2958,"fourth":2959,"1989":2960,"officer":2961,"stone":2962,"hear":2963,"##ism":2964,"means":2965,"medical":2966,"groups":2967,"management":2968,"self":2969,"lips":2970,"competition":2971,"entire":2972,"lived":2973,"technology":2974,"leaving":2975,"federal":2976,"tournament":2977,"bit":2978,"passed":2979,"hot":2980,"independent":2981,"awards":2982,"kingdom":2983,"mary":2984,"spent":2985,"fine":2986,"doesn":2987,"reported":2988,"##ling":2989,"jack":2990,"fall":2991,"raised":2992,"itself":2993,"stay":2994,"true":2995,"studio":2996,"1988":2997,"sports":2998,"replaced":2999,"paris":3000,"systems":3001,"saint":3002,"leader":3003,"theatre":3004,"whose":3005,"market":3006,"capital":3007,"parents":3008,"spanish":3009,"canadian":3010,"earth":3011,"##ity":3012,"cut":3013,"degree":3014,"writing":3015,"bay":3016,"christian":3017,"awarded":3018,"natural":3019,"higher":3020,"bill":3021,"##as":3022,"coast":3023,"provided":3024,"previous":3025,"senior":3026,"ft":3027,"valley":3028,"organization":3029,"stopped":3030,"onto":3031,"countries":3032,"parts":3033,"conference":3034,"queen":3035,"security":3036,"interest":3037,"saying":3038,"allowed":3039,"master":3040,"earlier":3041,"phone":3042,"matter":3043,"smith":3044,"winning":3045,"try":3046,"happened":3047,"moving":3048,"campaign":3049,"los":3050,"##ley":3051,"breath":3052,"nearly":3053,"mid":3054,"1987":3055,"certain":3056,"girls":3057,"date":3058,"italian":3059,"african":3060,"standing":3061,"fell":3062,"artist":3063,"##ted":3064,"shows":3065,"deal":3066,"mine":3067,"industry":3068,"1986":3069,"##ng":3070,"everyone":3071,"republic":3072,"provide":3073,"collection":3074,"library":3075,"student":3076,"##ville":3077,"primary":3078,"owned":3079,"older":3080,"via":3081,"heavy":3082,"1st":3083,"makes":3084,"##able":3085,"attention":3086,"anyone":3087,"africa":3088,"##ri":3089,"stated":3090,"length":3091,"ended":3092,"fingers":3093,"command":3094,"staff":3095,"skin":3096,"foreign":3097,"opening":3098,"governor":3099,"okay":3100,"medal":3101,"kill":3102,"sun":3103,"cover":3104,"job":3105,"1985":3106,"introduced":3107,"chest":3108,"hell":3109,"feeling":3110,"##ies":3111,"success":3112,"meet":3113,"reason":3114,"standard":3115,"meeting":3116,"novel":3117,"1984":3118,"trade":3119,"source":3120,"buildings":3121,"##land":3122,"rose":3123,"guy":3124,"goal":3125,"##ur":3126,"chapter":3127,"native":3128,"husband":3129,"previously":3130,"unit":3131,"limited":3132,"entered":3133,"weeks":3134,"producer":3135,"operations":3136,"mountain":3137,"takes":3138,"covered":3139,"forced":3140,"related":3141,"roman":3142,"complete":3143,"successful":3144,"key":3145,"texas":3146,"cold":3147,"##ya":3148,"channel":3149,"1980":3150,"traditional":3151,"films":3152,"dance":3153,"clear":3154,"approximately":3155,"500":3156,"nine":3157,"van":3158,"prince":3159,"question":3160,"active":3161,"tracks":3162,"ireland":3163,"regional":3164,"silver":3165,"author":3166,"personal":3167,"sense":3168,"operation":3169,"##ine":3170,"economic":3171,"1983":3172,"holding":3173,"twenty":3174,"isbn":3175,"additional":3176,"speed":3177,"hour":3178,"edition":3179,"regular":3180,"historic":3181,"places":3182,"whom":3183,"shook":3184,"movie":3185,"km²":3186,"secretary":3187,"prior":3188,"report":3189,"chicago":3190,"read":3191,"foundation":3192,"view":3193,"engine":3194,"scored":3195,"1982":3196,"units":3197,"ask":3198,"airport":3199,"property":3200,"ready":3201,"immediately":3202,"lady":3203,"month":3204,"listed":3205,"contract":3206,"##de":3207,"manager":3208,"themselves":3209,"lines":3210,"##ki":3211,"navy":3212,"writer":3213,"meant":3214,"##ts":3215,"runs":3216,"##ro":3217,"practice":3218,"championships":3219,"singer":3220,"glass":3221,"commission":3222,"required":3223,"forest":3224,"starting":3225,"culture":3226,"generally":3227,"giving":3228,"access":3229,"attended":3230,"test":3231,"couple":3232,"stand":3233,"catholic":3234,"martin":3235,"caught":3236,"executive":3237,"##less":3238,"eye":3239,"##ey":3240,"thinking":3241,"chair":3242,"quite":3243,"shoulder":3244,"1979":3245,"hope":3246,"decision":3247,"plays":3248,"defeated":3249,"municipality":3250,"whether":3251,"structure":3252,"offered":3253,"slowly":3254,"pain":3255,"ice":3256,"direction":3257,"##ion":3258,"paper":3259,"mission":3260,"1981":3261,"mostly":3262,"200":3263,"noted":3264,"individual":3265,"managed":3266,"nature":3267,"lives":3268,"plant":3269,"##ha":3270,"helped":3271,"except":3272,"studied":3273,"computer":3274,"figure":3275,"relationship":3276,"issue":3277,"significant":3278,"loss":3279,"die":3280,"smiled":3281,"gun":3282,"ago":3283,"highest":3284,"1972":3285,"##am":3286,"male":3287,"bring":3288,"goals":3289,"mexico":3290,"problem":3291,"distance":3292,"commercial":3293,"completely":3294,"location":3295,"annual":3296,"famous":3297,"drive":3298,"1976":3299,"neck":3300,"1978":3301,"surface":3302,"caused":3303,"italy":3304,"understand":3305,"greek":3306,"highway":3307,"wrong":3308,"hotel":3309,"comes":3310,"appearance":3311,"joseph":3312,"double":3313,"issues":3314,"musical":3315,"companies":3316,"castle":3317,"income":3318,"review":3319,"assembly":3320,"bass":3321,"initially":3322,"parliament":3323,"artists":3324,"experience":3325,"1974":3326,"particular":3327,"walk":3328,"foot":3329,"engineering":3330,"talking":3331,"window":3332,"dropped":3333,"##ter":3334,"miss":3335,"baby":3336,"boys":3337,"break":3338,"1975":3339,"stars":3340,"edge":3341,"remember":3342,"policy":3343,"carried":3344,"train":3345,"stadium":3346,"bar":3347,"sex":3348,"angeles":3349,"evidence":3350,"##ge":3351,"becoming":3352,"assistant":3353,"soviet":3354,"1977":3355,"upper":3356,"step":3357,"wing":3358,"1970":3359,"youth":3360,"financial":3361,"reach":3362,"##ll":3363,"actor":3364,"numerous":3365,"##se":3366,"##st":3367,"nodded":3368,"arrived":3369,"##ation":3370,"minute":3371,"##nt":3372,"believed":3373,"sorry":3374,"complex":3375,"beautiful":3376,"victory":3377,"associated":3378,"temple":3379,"1968":3380,"1973":3381,"chance":3382,"perhaps":3383,"metal":3384,"##son":3385,"1945":3386,"bishop":3387,"##et":3388,"lee":3389,"launched":3390,"particularly":3391,"tree":3392,"le":3393,"retired":3394,"subject":3395,"prize":3396,"contains":3397,"yeah":3398,"theory":3399,"empire":3400,"##ce":3401,"suddenly":3402,"waiting":3403,"trust":3404,"recording":3405,"##to":3406,"happy":3407,"terms":3408,"camp":3409,"champion":3410,"1971":3411,"religious":3412,"pass":3413,"zealand":3414,"names":3415,"2nd":3416,"port":3417,"ancient":3418,"tom":3419,"corner":3420,"represented":3421,"watch":3422,"legal":3423,"anti":3424,"justice":3425,"cause":3426,"watched":3427,"brothers":3428,"45":3429,"material":3430,"changes":3431,"simply":3432,"response":3433,"louis":3434,"fast":3435,"##ting":3436,"answer":3437,"60":3438,"historical":3439,"1969":3440,"stories":3441,"straight":3442,"create":3443,"feature":3444,"increased":3445,"rate":3446,"administration":3447,"virginia":3448,"el":3449,"activities":3450,"cultural":3451,"overall":3452,"winner":3453,"programs":3454,"basketball":3455,"legs":3456,"guard":3457,"beyond":3458,"cast":3459,"doctor":3460,"mm":3461,"flight":3462,"results":3463,"remains":3464,"cost":3465,"effect":3466,"winter":3467,"##ble":3468,"larger":3469,"islands":3470,"problems":3471,"chairman":3472,"grew":3473,"commander":3474,"isn":3475,"1967":3476,"pay":3477,"failed":3478,"selected":3479,"hurt":3480,"fort":3481,"box":3482,"regiment":3483,"majority":3484,"journal":3485,"35":3486,"edward":3487,"plans":3488,"##ke":3489,"##ni":3490,"shown":3491,"pretty":3492,"irish":3493,"characters":3494,"directly":3495,"scene":3496,"likely":3497,"operated":3498,"allow":3499,"spring":3500,"##j":3501,"junior":3502,"matches":3503,"looks":3504,"mike":3505,"houses":3506,"fellow":3507,"##tion":3508,"beach":3509,"marriage":3510,"##ham":3511,"##ive":3512,"rules":3513,"oil":3514,"65":3515,"florida":3516,"expected":3517,"nearby":3518,"congress":3519,"sam":3520,"peace":3521,"recent":3522,"iii":3523,"wait":3524,"subsequently":3525,"cell":3526,"##do":3527,"variety":3528,"serving":3529,"agreed":3530,"please":3531,"poor":3532,"joe":3533,"pacific":3534,"attempt":3535,"wood":3536,"democratic":3537,"piece":3538,"prime":3539,"##ca":3540,"rural":3541,"mile":3542,"touch":3543,"appears":3544,"township":3545,"1964":3546,"1966":3547,"soldiers":3548,"##men":3549,"##ized":3550,"1965":3551,"pennsylvania":3552,"closer":3553,"fighting":3554,"claimed":3555,"score":3556,"jones":3557,"physical":3558,"editor":3559,"##ous":3560,"filled":3561,"genus":3562,"specific":3563,"sitting":3564,"super":3565,"mom":3566,"##va":3567,"therefore":3568,"supported":3569,"status":3570,"fear":3571,"cases":3572,"store":3573,"meaning":3574,"wales":3575,"minor":3576,"spain":3577,"tower":3578,"focus":3579,"vice":3580,"frank":3581,"follow":3582,"parish":3583,"separate":3584,"golden":3585,"horse":3586,"fifth":3587,"remaining":3588,"branch":3589,"32":3590,"presented":3591,"stared":3592,"##id":3593,"uses":3594,"secret":3595,"forms":3596,"##co":3597,"baseball":3598,"exactly":3599,"##ck":3600,"choice":3601,"note":3602,"discovered":3603,"travel":3604,"composed":3605,"truth":3606,"russia":3607,"ball":3608,"color":3609,"kiss":3610,"dad":3611,"wind":3612,"continue":3613,"ring":3614,"referred":3615,"numbers":3616,"digital":3617,"greater":3618,"##ns":3619,"metres":3620,"slightly":3621,"direct":3622,"increase":3623,"1960":3624,"responsible":3625,"crew":3626,"rule":3627,"trees":3628,"troops":3629,"##no":3630,"broke":3631,"goes":3632,"individuals":3633,"hundred":3634,"weight":3635,"creek":3636,"sleep":3637,"memory":3638,"defense":3639,"provides":3640,"ordered":3641,"code":3642,"value":3643,"jewish":3644,"windows":3645,"1944":3646,"safe":3647,"judge":3648,"whatever":3649,"corps":3650,"realized":3651,"growing":3652,"pre":3653,"##ga":3654,"cities":3655,"alexander":3656,"gaze":3657,"lies":3658,"spread":3659,"scott":3660,"letter":3661,"showed":3662,"situation":3663,"mayor":3664,"transport":3665,"watching":3666,"workers":3667,"extended":3668,"##li":3669,"expression":3670,"normal":3671,"##ment":3672,"chart":3673,"multiple":3674,"border":3675,"##ba":3676,"host":3677,"##ner":3678,"daily":3679,"mrs":3680,"walls":3681,"piano":3682,"##ko":3683,"heat":3684,"cannot":3685,"##ate":3686,"earned":3687,"products":3688,"drama":3689,"era":3690,"authority":3691,"seasons":3692,"join":3693,"grade":3694,"##io":3695,"sign":3696,"difficult":3697,"machine":3698,"1963":3699,"territory":3700,"mainly":3701,"##wood":3702,"stations":3703,"squadron":3704,"1962":3705,"stepped":3706,"iron":3707,"19th":3708,"##led":3709,"serve":3710,"appear":3711,"sky":3712,"speak":3713,"broken":3714,"charge":3715,"knowledge":3716,"kilometres":3717,"removed":3718,"ships":3719,"article":3720,"campus":3721,"simple":3722,"##ty":3723,"pushed":3724,"britain":3725,"##ve":3726,"leaves":3727,"recently":3728,"cd":3729,"soft":3730,"boston":3731,"latter":3732,"easy":3733,"acquired":3734,"poland":3735,"##sa":3736,"quality":3737,"officers":3738,"presence":3739,"planned":3740,"nations":3741,"mass":3742,"broadcast":3743,"jean":3744,"share":3745,"image":3746,"influence":3747,"wild":3748,"offer":3749,"emperor":3750,"electric":3751,"reading":3752,"headed":3753,"ability":3754,"promoted":3755,"yellow":3756,"ministry":3757,"1942":3758,"throat":3759,"smaller":3760,"politician":3761,"##by":3762,"latin":3763,"spoke":3764,"cars":3765,"williams":3766,"males":3767,"lack":3768,"pop":3769,"80":3770,"##ier":3771,"acting":3772,"seeing":3773,"consists":3774,"##ti":3775,"estate":3776,"1961":3777,"pressure":3778,"johnson":3779,"newspaper":3780,"jr":3781,"chris":3782,"olympics":3783,"online":3784,"conditions":3785,"beat":3786,"elements":3787,"walking":3788,"vote":3789,"##field":3790,"needs":3791,"carolina":3792,"text":3793,"featuring":3794,"global":3795,"block":3796,"shirt":3797,"levels":3798,"francisco":3799,"purpose":3800,"females":3801,"et":3802,"dutch":3803,"duke":3804,"ahead":3805,"gas":3806,"twice":3807,"safety":3808,"serious":3809,"turning":3810,"highly":3811,"lieutenant":3812,"firm":3813,"maria":3814,"amount":3815,"mixed":3816,"daniel":3817,"proposed":3818,"perfect":3819,"agreement":3820,"affairs":3821,"3rd":3822,"seconds":3823,"contemporary":3824,"paid":3825,"1943":3826,"prison":3827,"save":3828,"kitchen":3829,"label":3830,"administrative":3831,"intended":3832,"constructed":3833,"academic":3834,"nice":3835,"teacher":3836,"races":3837,"1956":3838,"formerly":3839,"corporation":3840,"ben":3841,"nation":3842,"issued":3843,"shut":3844,"1958":3845,"drums":3846,"housing":3847,"victoria":3848,"seems":3849,"opera":3850,"1959":3851,"graduated":3852,"function":3853,"von":3854,"mentioned":3855,"picked":3856,"build":3857,"recognized":3858,"shortly":3859,"protection":3860,"picture":3861,"notable":3862,"exchange":3863,"elections":3864,"1980s":3865,"loved":3866,"percent":3867,"racing":3868,"fish":3869,"elizabeth":3870,"garden":3871,"volume":3872,"hockey":3873,"1941":3874,"beside":3875,"settled":3876,"##ford":3877,"1940":3878,"competed":3879,"replied":3880,"drew":3881,"1948":3882,"actress":3883,"marine":3884,"scotland":3885,"steel":3886,"glanced":3887,"farm":3888,"steve":3889,"1957":3890,"risk":3891,"tonight":3892,"positive":3893,"magic":3894,"singles":3895,"effects":3896,"gray":3897,"screen":3898,"dog":3899,"##ja":3900,"residents":3901,"bus":3902,"sides":3903,"none":3904,"secondary":3905,"literature":3906,"polish":3907,"destroyed":3908,"flying":3909,"founder":3910,"households":3911,"1939":3912,"lay":3913,"reserve":3914,"usa":3915,"gallery":3916,"##ler":3917,"1946":3918,"industrial":3919,"younger":3920,"approach":3921,"appearances":3922,"urban":3923,"ones":3924,"1950":3925,"finish":3926,"avenue":3927,"powerful":3928,"fully":3929,"growth":3930,"page":3931,"honor":3932,"jersey":3933,"projects":3934,"advanced":3935,"revealed":3936,"basic":3937,"90":3938,"infantry":3939,"pair":3940,"equipment":3941,"visit":3942,"33":3943,"evening":3944,"search":3945,"grant":3946,"effort":3947,"solo":3948,"treatment":3949,"buried":3950,"republican":3951,"primarily":3952,"bottom":3953,"owner":3954,"1970s":3955,"israel":3956,"gives":3957,"jim":3958,"dream":3959,"bob":3960,"remain":3961,"spot":3962,"70":3963,"notes":3964,"produce":3965,"champions":3966,"contact":3967,"ed":3968,"soul":3969,"accepted":3970,"ways":3971,"del":3972,"##ally":3973,"losing":3974,"split":3975,"price":3976,"capacity":3977,"basis":3978,"trial":3979,"questions":3980,"##ina":3981,"1955":3982,"20th":3983,"guess":3984,"officially":3985,"memorial":3986,"naval":3987,"initial":3988,"##ization":3989,"whispered":3990,"median":3991,"engineer":3992,"##ful":3993,"sydney":3994,"##go":3995,"columbia":3996,"strength":3997,"300":3998,"1952":3999,"tears":4000,"senate":4001,"00":4002,"card":4003,"asian":4004,"agent":4005,"1947":4006,"software":4007,"44":4008,"draw":4009,"warm":4010,"supposed":4011,"com":4012,"pro":4013,"##il":4014,"transferred":4015,"leaned":4016,"##at":4017,"candidate":4018,"escape":4019,"mountains":4020,"asia":4021,"potential":4022,"activity":4023,"entertainment":4024,"seem":4025,"traffic":4026,"jackson":4027,"murder":4028,"36":4029,"slow":4030,"product":4031,"orchestra":4032,"haven":4033,"agency":4034,"bbc":4035,"taught":4036,"website":4037,"comedy":4038,"unable":4039,"storm":4040,"planning":4041,"albums":4042,"rugby":4043,"environment":4044,"scientific":4045,"grabbed":4046,"protect":4047,"##hi":4048,"boat":4049,"typically":4050,"1954":4051,"1953":4052,"damage":4053,"principal":4054,"divided":4055,"dedicated":4056,"mount":4057,"ohio":4058,"##berg":4059,"pick":4060,"fought":4061,"driver":4062,"##der":4063,"empty":4064,"shoulders":4065,"sort":4066,"thank":4067,"berlin":4068,"prominent":4069,"account":4070,"freedom":4071,"necessary":4072,"efforts":4073,"alex":4074,"headquarters":4075,"follows":4076,"alongside":4077,"des":4078,"simon":4079,"andrew":4080,"suggested":4081,"operating":4082,"learning":4083,"steps":4084,"1949":4085,"sweet":4086,"technical":4087,"begin":4088,"easily":4089,"34":4090,"teeth":4091,"speaking":4092,"settlement":4093,"scale":4094,"##sh":4095,"renamed":4096,"ray":4097,"max":4098,"enemy":4099,"semi":4100,"joint":4101,"compared":4102,"##rd":4103,"scottish":4104,"leadership":4105,"analysis":4106,"offers":4107,"georgia":4108,"pieces":4109,"captured":4110,"animal":4111,"deputy":4112,"guest":4113,"organized":4114,"##lin":4115,"tony":4116,"combined":4117,"method":4118,"challenge":4119,"1960s":4120,"huge":4121,"wants":4122,"battalion":4123,"sons":4124,"rise":4125,"crime":4126,"types":4127,"facilities":4128,"telling":4129,"path":4130,"1951":4131,"platform":4132,"sit":4133,"1990s":4134,"##lo":4135,"tells":4136,"assigned":4137,"rich":4138,"pull":4139,"##ot":4140,"commonly":4141,"alive":4142,"##za":4143,"letters":4144,"concept":4145,"conducted":4146,"wearing":4147,"happen":4148,"bought":4149,"becomes":4150,"holy":4151,"gets":4152,"ocean":4153,"defeat":4154,"languages":4155,"purchased":4156,"coffee":4157,"occurred":4158,"titled":4159,"##q":4160,"declared":4161,"applied":4162,"sciences":4163,"concert":4164,"sounds":4165,"jazz":4166,"brain":4167,"##me":4168,"painting":4169,"fleet":4170,"tax":4171,"nick":4172,"##ius":4173,"michigan":4174,"count":4175,"animals":4176,"leaders":4177,"episodes":4178,"##line":4179,"content":4180,"##den":4181,"birth":4182,"##it":4183,"clubs":4184,"64":4185,"palace":4186,"critical":4187,"refused":4188,"fair":4189,"leg":4190,"laughed":4191,"returning":4192,"surrounding":4193,"participated":4194,"formation":4195,"lifted":4196,"pointed":4197,"connected":4198,"rome":4199,"medicine":4200,"laid":4201,"taylor":4202,"santa":4203,"powers":4204,"adam":4205,"tall":4206,"shared":4207,"focused":4208,"knowing":4209,"yards":4210,"entrance":4211,"falls":4212,"##wa":4213,"calling":4214,"##ad":4215,"sources":4216,"chosen":4217,"beneath":4218,"resources":4219,"yard":4220,"##ite":4221,"nominated":4222,"silence":4223,"zone":4224,"defined":4225,"##que":4226,"gained":4227,"thirty":4228,"38":4229,"bodies":4230,"moon":4231,"##ard":4232,"adopted":4233,"christmas":4234,"widely":4235,"register":4236,"apart":4237,"iran":4238,"premier":4239,"serves":4240,"du":4241,"unknown":4242,"parties":4243,"##les":4244,"generation":4245,"##ff":4246,"continues":4247,"quick":4248,"fields":4249,"brigade":4250,"quiet":4251,"teaching":4252,"clothes":4253,"impact":4254,"weapons":4255,"partner":4256,"flat":4257,"theater":4258,"supreme":4259,"1938":4260,"37":4261,"relations":4262,"##tor":4263,"plants":4264,"suffered":4265,"1936":4266,"wilson":4267,"kids":4268,"begins":4269,"##age":4270,"1918":4271,"seats":4272,"armed":4273,"internet":4274,"models":4275,"worth":4276,"laws":4277,"400":4278,"communities":4279,"classes":4280,"background":4281,"knows":4282,"thanks":4283,"quarter":4284,"reaching":4285,"humans":4286,"carry":4287,"killing":4288,"format":4289,"kong":4290,"hong":4291,"setting":4292,"75":4293,"architecture":4294,"disease":4295,"railroad":4296,"inc":4297,"possibly":4298,"wish":4299,"arthur":4300,"thoughts":4301,"harry":4302,"doors":4303,"density":4304,"##di":4305,"crowd":4306,"illinois":4307,"stomach":4308,"tone":4309,"unique":4310,"reports":4311,"anyway":4312,"##ir":4313,"liberal":4314,"der":4315,"vehicle":4316,"thick":4317,"dry":4318,"drug":4319,"faced":4320,"largely":4321,"facility":4322,"theme":4323,"holds":4324,"creation":4325,"strange":4326,"colonel":4327,"##mi":4328,"revolution":4329,"bell":4330,"politics":4331,"turns":4332,"silent":4333,"rail":4334,"relief":4335,"independence":4336,"combat":4337,"shape":4338,"write":4339,"determined":4340,"sales":4341,"learned":4342,"4th":4343,"finger":4344,"oxford":4345,"providing":4346,"1937":4347,"heritage":4348,"fiction":4349,"situated":4350,"designated":4351,"allowing":4352,"distribution":4353,"hosted":4354,"##est":4355,"sight":4356,"interview":4357,"estimated":4358,"reduced":4359,"##ria":4360,"toronto":4361,"footballer":4362,"keeping":4363,"guys":4364,"damn":4365,"claim":4366,"motion":4367,"sport":4368,"sixth":4369,"stayed":4370,"##ze":4371,"en":4372,"rear":4373,"receive":4374,"handed":4375,"twelve":4376,"dress":4377,"audience":4378,"granted":4379,"brazil":4380,"##well":4381,"spirit":4382,"##ated":4383,"noticed":4384,"etc":4385,"olympic":4386,"representative":4387,"eric":4388,"tight":4389,"trouble":4390,"reviews":4391,"drink":4392,"vampire":4393,"missing":4394,"roles":4395,"ranked":4396,"newly":4397,"household":4398,"finals":4399,"wave":4400,"critics":4401,"##ee":4402,"phase":4403,"massachusetts":4404,"pilot":4405,"unlike":4406,"philadelphia":4407,"bright":4408,"guns":4409,"crown":4410,"organizations":4411,"roof":4412,"42":4413,"respectively":4414,"clearly":4415,"tongue":4416,"marked":4417,"circle":4418,"fox":4419,"korea":4420,"bronze":4421,"brian":4422,"expanded":4423,"sexual":4424,"supply":4425,"yourself":4426,"inspired":4427,"labour":4428,"fc":4429,"##ah":4430,"reference":4431,"vision":4432,"draft":4433,"connection":4434,"brand":4435,"reasons":4436,"1935":4437,"classic":4438,"driving":4439,"trip":4440,"jesus":4441,"cells":4442,"entry":4443,"1920":4444,"neither":4445,"trail":4446,"claims":4447,"atlantic":4448,"orders":4449,"labor":4450,"nose":4451,"afraid":4452,"identified":4453,"intelligence":4454,"calls":4455,"cancer":4456,"attacked":4457,"passing":4458,"stephen":4459,"positions":4460,"imperial":4461,"grey":4462,"jason":4463,"39":4464,"sunday":4465,"48":4466,"swedish":4467,"avoid":4468,"extra":4469,"uncle":4470,"message":4471,"covers":4472,"allows":4473,"surprise":4474,"materials":4475,"fame":4476,"hunter":4477,"##ji":4478,"1930":4479,"citizens":4480,"figures":4481,"davis":4482,"environmental":4483,"confirmed":4484,"shit":4485,"titles":4486,"di":4487,"performing":4488,"difference":4489,"acts":4490,"attacks":4491,"##ov":4492,"existing":4493,"votes":4494,"opportunity":4495,"nor":4496,"shop":4497,"entirely":4498,"trains":4499,"opposite":4500,"pakistan":4501,"##pa":4502,"develop":4503,"resulted":4504,"representatives":4505,"actions":4506,"reality":4507,"pressed":4508,"##ish":4509,"barely":4510,"wine":4511,"conversation":4512,"faculty":4513,"northwest":4514,"ends":4515,"documentary":4516,"nuclear":4517,"stock":4518,"grace":4519,"sets":4520,"eat":4521,"alternative":4522,"##ps":4523,"bag":4524,"resulting":4525,"creating":4526,"surprised":4527,"cemetery":4528,"1919":4529,"drop":4530,"finding":4531,"sarah":4532,"cricket":4533,"streets":4534,"tradition":4535,"ride":4536,"1933":4537,"exhibition":4538,"target":4539,"ear":4540,"explained":4541,"rain":4542,"composer":4543,"injury":4544,"apartment":4545,"municipal":4546,"educational":4547,"occupied":4548,"netherlands":4549,"clean":4550,"billion":4551,"constitution":4552,"learn":4553,"1914":4554,"maximum":4555,"classical":4556,"francis":4557,"lose":4558,"opposition":4559,"jose":4560,"ontario":4561,"bear":4562,"core":4563,"hills":4564,"rolled":4565,"ending":4566,"drawn":4567,"permanent":4568,"fun":4569,"##tes":4570,"##lla":4571,"lewis":4572,"sites":4573,"chamber":4574,"ryan":4575,"##way":4576,"scoring":4577,"height":4578,"1934":4579,"##house":4580,"lyrics":4581,"staring":4582,"55":4583,"officials":4584,"1917":4585,"snow":4586,"oldest":4587,"##tic":4588,"orange":4589,"##ger":4590,"qualified":4591,"interior":4592,"apparently":4593,"succeeded":4594,"thousand":4595,"dinner":4596,"lights":4597,"existence":4598,"fans":4599,"heavily":4600,"41":4601,"greatest":4602,"conservative":4603,"send":4604,"bowl":4605,"plus":4606,"enter":4607,"catch":4608,"##un":4609,"economy":4610,"duty":4611,"1929":4612,"speech":4613,"authorities":4614,"princess":4615,"performances":4616,"versions":4617,"shall":4618,"graduate":4619,"pictures":4620,"effective":4621,"remembered":4622,"poetry":4623,"desk":4624,"crossed":4625,"starring":4626,"starts":4627,"passenger":4628,"sharp":4629,"##ant":4630,"acres":4631,"ass":4632,"weather":4633,"falling":4634,"rank":4635,"fund":4636,"supporting":4637,"check":4638,"adult":4639,"publishing":4640,"heads":4641,"cm":4642,"southeast":4643,"lane":4644,"##burg":4645,"application":4646,"bc":4647,"##ura":4648,"les":4649,"condition":4650,"transfer":4651,"prevent":4652,"display":4653,"ex":4654,"regions":4655,"earl":4656,"federation":4657,"cool":4658,"relatively":4659,"answered":4660,"besides":4661,"1928":4662,"obtained":4663,"portion":4664,"##town":4665,"mix":4666,"##ding":4667,"reaction":4668,"liked":4669,"dean":4670,"express":4671,"peak":4672,"1932":4673,"##tte":4674,"counter":4675,"religion":4676,"chain":4677,"rare":4678,"miller":4679,"convention":4680,"aid":4681,"lie":4682,"vehicles":4683,"mobile":4684,"perform":4685,"squad":4686,"wonder":4687,"lying":4688,"crazy":4689,"sword":4690,"##ping":4691,"attempted":4692,"centuries":4693,"weren":4694,"philosophy":4695,"category":4696,"##ize":4697,"anna":4698,"interested":4699,"47":4700,"sweden":4701,"wolf":4702,"frequently":4703,"abandoned":4704,"kg":4705,"literary":4706,"alliance":4707,"task":4708,"entitled":4709,"##ay":4710,"threw":4711,"promotion":4712,"factory":4713,"tiny":4714,"soccer":4715,"visited":4716,"matt":4717,"fm":4718,"achieved":4719,"52":4720,"defence":4721,"internal":4722,"persian":4723,"43":4724,"methods":4725,"##ging":4726,"arrested":4727,"otherwise":4728,"cambridge":4729,"programming":4730,"villages":4731,"elementary":4732,"districts":4733,"rooms":4734,"criminal":4735,"conflict":4736,"worry":4737,"trained":4738,"1931":4739,"attempts":4740,"waited":4741,"signal":4742,"bird":4743,"truck":4744,"subsequent":4745,"programme":4746,"##ol":4747,"ad":4748,"49":4749,"communist":4750,"details":4751,"faith":4752,"sector":4753,"patrick":4754,"carrying":4755,"laugh":4756,"##ss":4757,"controlled":4758,"korean":4759,"showing":4760,"origin":4761,"fuel":4762,"evil":4763,"1927":4764,"##ent":4765,"brief":4766,"identity":4767,"darkness":4768,"address":4769,"pool":4770,"missed":4771,"publication":4772,"web":4773,"planet":4774,"ian":4775,"anne":4776,"wings":4777,"invited":4778,"##tt":4779,"briefly":4780,"standards":4781,"kissed":4782,"##be":4783,"ideas":4784,"climate":4785,"causing":4786,"walter":4787,"worse":4788,"albert":4789,"articles":4790,"winners":4791,"desire":4792,"aged":4793,"northeast":4794,"dangerous":4795,"gate":4796,"doubt":4797,"1922":4798,"wooden":4799,"multi":4800,"##ky":4801,"poet":4802,"rising":4803,"funding":4804,"46":4805,"communications":4806,"communication":4807,"violence":4808,"copies":4809,"prepared":4810,"ford":4811,"investigation":4812,"skills":4813,"1924":4814,"pulling":4815,"electronic":4816,"##ak":4817,"##ial":4818,"##han":4819,"containing":4820,"ultimately":4821,"offices":4822,"singing":4823,"understanding":4824,"restaurant":4825,"tomorrow":4826,"fashion":4827,"christ":4828,"ward":4829,"da":4830,"pope":4831,"stands":4832,"5th":4833,"flow":4834,"studios":4835,"aired":4836,"commissioned":4837,"contained":4838,"exist":4839,"fresh":4840,"americans":4841,"##per":4842,"wrestling":4843,"approved":4844,"kid":4845,"employed":4846,"respect":4847,"suit":4848,"1925":4849,"angel":4850,"asking":4851,"increasing":4852,"frame":4853,"angry":4854,"selling":4855,"1950s":4856,"thin":4857,"finds":4858,"##nd":4859,"temperature":4860,"statement":4861,"ali":4862,"explain":4863,"inhabitants":4864,"towns":4865,"extensive":4866,"narrow":4867,"51":4868,"jane":4869,"flowers":4870,"images":4871,"promise":4872,"somewhere":4873,"object":4874,"fly":4875,"closely":4876,"##ls":4877,"1912":4878,"bureau":4879,"cape":4880,"1926":4881,"weekly":4882,"presidential":4883,"legislative":4884,"1921":4885,"##ai":4886,"##au":4887,"launch":4888,"founding":4889,"##ny":4890,"978":4891,"##ring":4892,"artillery":4893,"strike":4894,"un":4895,"institutions":4896,"roll":4897,"writers":4898,"landing":4899,"chose":4900,"kevin":4901,"anymore":4902,"pp":4903,"##ut":4904,"attorney":4905,"fit":4906,"dan":4907,"billboard":4908,"receiving":4909,"agricultural":4910,"breaking":4911,"sought":4912,"dave":4913,"admitted":4914,"lands":4915,"mexican":4916,"##bury":4917,"charlie":4918,"specifically":4919,"hole":4920,"iv":4921,"howard":4922,"credit":4923,"moscow":4924,"roads":4925,"accident":4926,"1923":4927,"proved":4928,"wear":4929,"struck":4930,"hey":4931,"guards":4932,"stuff":4933,"slid":4934,"expansion":4935,"1915":4936,"cat":4937,"anthony":4938,"##kin":4939,"melbourne":4940,"opposed":4941,"sub":4942,"southwest":4943,"architect":4944,"failure":4945,"plane":4946,"1916":4947,"##ron":4948,"map":4949,"camera":4950,"tank":4951,"listen":4952,"regarding":4953,"wet":4954,"introduction":4955,"metropolitan":4956,"link":4957,"ep":4958,"fighter":4959,"inch":4960,"grown":4961,"gene":4962,"anger":4963,"fixed":4964,"buy":4965,"dvd":4966,"khan":4967,"domestic":4968,"worldwide":4969,"chapel":4970,"mill":4971,"functions":4972,"examples":4973,"##head":4974,"developing":4975,"1910":4976,"turkey":4977,"hits":4978,"pocket":4979,"antonio":4980,"papers":4981,"grow":4982,"unless":4983,"circuit":4984,"18th":4985,"concerned":4986,"attached":4987,"journalist":4988,"selection":4989,"journey":4990,"converted":4991,"provincial":4992,"painted":4993,"hearing":4994,"aren":4995,"bands":4996,"negative":4997,"aside":4998,"wondered":4999,"knight":5000,"lap":5001,"survey":5002,"ma":5003,"##ow":5004,"noise":5005,"billy":5006,"##ium":5007,"shooting":5008,"guide":5009,"bedroom":5010,"priest":5011,"resistance":5012,"motor":5013,"homes":5014,"sounded":5015,"giant":5016,"##mer":5017,"150":5018,"scenes":5019,"equal":5020,"comic":5021,"patients":5022,"hidden":5023,"solid":5024,"actual":5025,"bringing":5026,"afternoon":5027,"touched":5028,"funds":5029,"wedding":5030,"consisted":5031,"marie":5032,"canal":5033,"sr":5034,"kim":5035,"treaty":5036,"turkish":5037,"recognition":5038,"residence":5039,"cathedral":5040,"broad":5041,"knees":5042,"incident":5043,"shaped":5044,"fired":5045,"norwegian":5046,"handle":5047,"cheek":5048,"contest":5049,"represent":5050,"##pe":5051,"representing":5052,"beauty":5053,"##sen":5054,"birds":5055,"advantage":5056,"emergency":5057,"wrapped":5058,"drawing":5059,"notice":5060,"pink":5061,"broadcasting":5062,"##ong":5063,"somehow":5064,"bachelor":5065,"seventh":5066,"collected":5067,"registered":5068,"establishment":5069,"alan":5070,"assumed":5071,"chemical":5072,"personnel":5073,"roger":5074,"retirement":5075,"jeff":5076,"portuguese":5077,"wore":5078,"tied":5079,"device":5080,"threat":5081,"progress":5082,"advance":5083,"##ised":5084,"banks":5085,"hired":5086,"manchester":5087,"nfl":5088,"teachers":5089,"structures":5090,"forever":5091,"##bo":5092,"tennis":5093,"helping":5094,"saturday":5095,"sale":5096,"applications":5097,"junction":5098,"hip":5099,"incorporated":5100,"neighborhood":5101,"dressed":5102,"ceremony":5103,"##ds":5104,"influenced":5105,"hers":5106,"visual":5107,"stairs":5108,"decades":5109,"inner":5110,"kansas":5111,"hung":5112,"hoped":5113,"gain":5114,"scheduled":5115,"downtown":5116,"engaged":5117,"austria":5118,"clock":5119,"norway":5120,"certainly":5121,"pale":5122,"protected":5123,"1913":5124,"victor":5125,"employees":5126,"plate":5127,"putting":5128,"surrounded":5129,"##ists":5130,"finishing":5131,"blues":5132,"tropical":5133,"##ries":5134,"minnesota":5135,"consider":5136,"philippines":5137,"accept":5138,"54":5139,"retrieved":5140,"1900":5141,"concern":5142,"anderson":5143,"properties":5144,"institution":5145,"gordon":5146,"successfully":5147,"vietnam":5148,"##dy":5149,"backing":5150,"outstanding":5151,"muslim":5152,"crossing":5153,"folk":5154,"producing":5155,"usual":5156,"demand":5157,"occurs":5158,"observed":5159,"lawyer":5160,"educated":5161,"##ana":5162,"kelly":5163,"string":5164,"pleasure":5165,"budget":5166,"items":5167,"quietly":5168,"colorado":5169,"philip":5170,"typical":5171,"##worth":5172,"derived":5173,"600":5174,"survived":5175,"asks":5176,"mental":5177,"##ide":5178,"56":5179,"jake":5180,"jews":5181,"distinguished":5182,"ltd":5183,"1911":5184,"sri":5185,"extremely":5186,"53":5187,"athletic":5188,"loud":5189,"thousands":5190,"worried":5191,"shadow":5192,"transportation":5193,"horses":5194,"weapon":5195,"arena":5196,"importance":5197,"users":5198,"tim":5199,"objects":5200,"contributed":5201,"dragon":5202,"douglas":5203,"aware":5204,"senator":5205,"johnny":5206,"jordan":5207,"sisters":5208,"engines":5209,"flag":5210,"investment":5211,"samuel":5212,"shock":5213,"capable":5214,"clark":5215,"row":5216,"wheel":5217,"refers":5218,"session":5219,"familiar":5220,"biggest":5221,"wins":5222,"hate":5223,"maintained":5224,"drove":5225,"hamilton":5226,"request":5227,"expressed":5228,"injured":5229,"underground":5230,"churches":5231,"walker":5232,"wars":5233,"tunnel":5234,"passes":5235,"stupid":5236,"agriculture":5237,"softly":5238,"cabinet":5239,"regarded":5240,"joining":5241,"indiana":5242,"##ea":5243,"##ms":5244,"push":5245,"dates":5246,"spend":5247,"behavior":5248,"woods":5249,"protein":5250,"gently":5251,"chase":5252,"morgan":5253,"mention":5254,"burning":5255,"wake":5256,"combination":5257,"occur":5258,"mirror":5259,"leads":5260,"jimmy":5261,"indeed":5262,"impossible":5263,"singapore":5264,"paintings":5265,"covering":5266,"##nes":5267,"soldier":5268,"locations":5269,"attendance":5270,"sell":5271,"historian":5272,"wisconsin":5273,"invasion":5274,"argued":5275,"painter":5276,"diego":5277,"changing":5278,"egypt":5279,"##don":5280,"experienced":5281,"inches":5282,"##ku":5283,"missouri":5284,"vol":5285,"grounds":5286,"spoken":5287,"switzerland":5288,"##gan":5289,"reform":5290,"rolling":5291,"ha":5292,"forget":5293,"massive":5294,"resigned":5295,"burned":5296,"allen":5297,"tennessee":5298,"locked":5299,"values":5300,"improved":5301,"##mo":5302,"wounded":5303,"universe":5304,"sick":5305,"dating":5306,"facing":5307,"pack":5308,"purchase":5309,"user":5310,"##pur":5311,"moments":5312,"##ul":5313,"merged":5314,"anniversary":5315,"1908":5316,"coal":5317,"brick":5318,"understood":5319,"causes":5320,"dynasty":5321,"queensland":5322,"establish":5323,"stores":5324,"crisis":5325,"promote":5326,"hoping":5327,"views":5328,"cards":5329,"referee":5330,"extension":5331,"##si":5332,"raise":5333,"arizona":5334,"improve":5335,"colonial":5336,"formal":5337,"charged":5338,"##rt":5339,"palm":5340,"lucky":5341,"hide":5342,"rescue":5343,"faces":5344,"95":5345,"feelings":5346,"candidates":5347,"juan":5348,"##ell":5349,"goods":5350,"6th":5351,"courses":5352,"weekend":5353,"59":5354,"luke":5355,"cash":5356,"fallen":5357,"##om":5358,"delivered":5359,"affected":5360,"installed":5361,"carefully":5362,"tries":5363,"swiss":5364,"hollywood":5365,"costs":5366,"lincoln":5367,"responsibility":5368,"##he":5369,"shore":5370,"file":5371,"proper":5372,"normally":5373,"maryland":5374,"assistance":5375,"jump":5376,"constant":5377,"offering":5378,"friendly":5379,"waters":5380,"persons":5381,"realize":5382,"contain":5383,"trophy":5384,"800":5385,"partnership":5386,"factor":5387,"58":5388,"musicians":5389,"cry":5390,"bound":5391,"oregon":5392,"indicated":5393,"hero":5394,"houston":5395,"medium":5396,"##ure":5397,"consisting":5398,"somewhat":5399,"##ara":5400,"57":5401,"cycle":5402,"##che":5403,"beer":5404,"moore":5405,"frederick":5406,"gotten":5407,"eleven":5408,"worst":5409,"weak":5410,"approached":5411,"arranged":5412,"chin":5413,"loan":5414,"universal":5415,"bond":5416,"fifteen":5417,"pattern":5418,"disappeared":5419,"##ney":5420,"translated":5421,"##zed":5422,"lip":5423,"arab":5424,"capture":5425,"interests":5426,"insurance":5427,"##chi":5428,"shifted":5429,"cave":5430,"prix":5431,"warning":5432,"sections":5433,"courts":5434,"coat":5435,"plot":5436,"smell":5437,"feed":5438,"golf":5439,"favorite":5440,"maintain":5441,"knife":5442,"vs":5443,"voted":5444,"degrees":5445,"finance":5446,"quebec":5447,"opinion":5448,"translation":5449,"manner":5450,"ruled":5451,"operate":5452,"productions":5453,"choose":5454,"musician":5455,"discovery":5456,"confused":5457,"tired":5458,"separated":5459,"stream":5460,"techniques":5461,"committed":5462,"attend":5463,"ranking":5464,"kings":5465,"throw":5466,"passengers":5467,"measure":5468,"horror":5469,"fan":5470,"mining":5471,"sand":5472,"danger":5473,"salt":5474,"calm":5475,"decade":5476,"dam":5477,"require":5478,"runner":5479,"##ik":5480,"rush":5481,"associate":5482,"greece":5483,"##ker":5484,"rivers":5485,"consecutive":5486,"matthew":5487,"##ski":5488,"sighed":5489,"sq":5490,"documents":5491,"steam":5492,"edited":5493,"closing":5494,"tie":5495,"accused":5496,"1905":5497,"##ini":5498,"islamic":5499,"distributed":5500,"directors":5501,"organisation":5502,"bruce":5503,"7th":5504,"breathing":5505,"mad":5506,"lit":5507,"arrival":5508,"concrete":5509,"taste":5510,"08":5511,"composition":5512,"shaking":5513,"faster":5514,"amateur":5515,"adjacent":5516,"stating":5517,"1906":5518,"twin":5519,"flew":5520,"##ran":5521,"tokyo":5522,"publications":5523,"##tone":5524,"obviously":5525,"ridge":5526,"storage":5527,"1907":5528,"carl":5529,"pages":5530,"concluded":5531,"desert":5532,"driven":5533,"universities":5534,"ages":5535,"terminal":5536,"sequence":5537,"borough":5538,"250":5539,"constituency":5540,"creative":5541,"cousin":5542,"economics":5543,"dreams":5544,"margaret":5545,"notably":5546,"reduce":5547,"montreal":5548,"mode":5549,"17th":5550,"ears":5551,"saved":5552,"jan":5553,"vocal":5554,"##ica":5555,"1909":5556,"andy":5557,"##jo":5558,"riding":5559,"roughly":5560,"threatened":5561,"##ise":5562,"meters":5563,"meanwhile":5564,"landed":5565,"compete":5566,"repeated":5567,"grass":5568,"czech":5569,"regularly":5570,"charges":5571,"tea":5572,"sudden":5573,"appeal":5574,"##ung":5575,"solution":5576,"describes":5577,"pierre":5578,"classification":5579,"glad":5580,"parking":5581,"##ning":5582,"belt":5583,"physics":5584,"99":5585,"rachel":5586,"add":5587,"hungarian":5588,"participate":5589,"expedition":5590,"damaged":5591,"gift":5592,"childhood":5593,"85":5594,"fifty":5595,"##red":5596,"mathematics":5597,"jumped":5598,"letting":5599,"defensive":5600,"mph":5601,"##ux":5602,"##gh":5603,"testing":5604,"##hip":5605,"hundreds":5606,"shoot":5607,"owners":5608,"matters":5609,"smoke":5610,"israeli":5611,"kentucky":5612,"dancing":5613,"mounted":5614,"grandfather":5615,"emma":5616,"designs":5617,"profit":5618,"argentina":5619,"##gs":5620,"truly":5621,"li":5622,"lawrence":5623,"cole":5624,"begun":5625,"detroit":5626,"willing":5627,"branches":5628,"smiling":5629,"decide":5630,"miami":5631,"enjoyed":5632,"recordings":5633,"##dale":5634,"poverty":5635,"ethnic":5636,"gay":5637,"##bi":5638,"gary":5639,"arabic":5640,"09":5641,"accompanied":5642,"##one":5643,"##ons":5644,"fishing":5645,"determine":5646,"residential":5647,"acid":5648,"##ary":5649,"alice":5650,"returns":5651,"starred":5652,"mail":5653,"##ang":5654,"jonathan":5655,"strategy":5656,"##ue":5657,"net":5658,"forty":5659,"cook":5660,"businesses":5661,"equivalent":5662,"commonwealth":5663,"distinct":5664,"ill":5665,"##cy":5666,"seriously":5667,"##ors":5668,"##ped":5669,"shift":5670,"harris":5671,"replace":5672,"rio":5673,"imagine":5674,"formula":5675,"ensure":5676,"##ber":5677,"additionally":5678,"scheme":5679,"conservation":5680,"occasionally":5681,"purposes":5682,"feels":5683,"favor":5684,"##and":5685,"##ore":5686,"1930s":5687,"contrast":5688,"hanging":5689,"hunt":5690,"movies":5691,"1904":5692,"instruments":5693,"victims":5694,"danish":5695,"christopher":5696,"busy":5697,"demon":5698,"sugar":5699,"earliest":5700,"colony":5701,"studying":5702,"balance":5703,"duties":5704,"##ks":5705,"belgium":5706,"slipped":5707,"carter":5708,"05":5709,"visible":5710,"stages":5711,"iraq":5712,"fifa":5713,"##im":5714,"commune":5715,"forming":5716,"zero":5717,"07":5718,"continuing":5719,"talked":5720,"counties":5721,"legend":5722,"bathroom":5723,"option":5724,"tail":5725,"clay":5726,"daughters":5727,"afterwards":5728,"severe":5729,"jaw":5730,"visitors":5731,"##ded":5732,"devices":5733,"aviation":5734,"russell":5735,"kate":5736,"##vi":5737,"entering":5738,"subjects":5739,"##ino":5740,"temporary":5741,"swimming":5742,"forth":5743,"smooth":5744,"ghost":5745,"audio":5746,"bush":5747,"operates":5748,"rocks":5749,"movements":5750,"signs":5751,"eddie":5752,"##tz":5753,"ann":5754,"voices":5755,"honorary":5756,"06":5757,"memories":5758,"dallas":5759,"pure":5760,"measures":5761,"racial":5762,"promised":5763,"66":5764,"harvard":5765,"ceo":5766,"16th":5767,"parliamentary":5768,"indicate":5769,"benefit":5770,"flesh":5771,"dublin":5772,"louisiana":5773,"1902":5774,"1901":5775,"patient":5776,"sleeping":5777,"1903":5778,"membership":5779,"coastal":5780,"medieval":5781,"wanting":5782,"element":5783,"scholars":5784,"rice":5785,"62":5786,"limit":5787,"survive":5788,"makeup":5789,"rating":5790,"definitely":5791,"collaboration":5792,"obvious":5793,"##tan":5794,"boss":5795,"ms":5796,"baron":5797,"birthday":5798,"linked":5799,"soil":5800,"diocese":5801,"##lan":5802,"ncaa":5803,"##mann":5804,"offensive":5805,"shell":5806,"shouldn":5807,"waist":5808,"##tus":5809,"plain":5810,"ross":5811,"organ":5812,"resolution":5813,"manufacturing":5814,"adding":5815,"relative":5816,"kennedy":5817,"98":5818,"whilst":5819,"moth":5820,"marketing":5821,"gardens":5822,"crash":5823,"72":5824,"heading":5825,"partners":5826,"credited":5827,"carlos":5828,"moves":5829,"cable":5830,"##zi":5831,"marshall":5832,"##out":5833,"depending":5834,"bottle":5835,"represents":5836,"rejected":5837,"responded":5838,"existed":5839,"04":5840,"jobs":5841,"denmark":5842,"lock":5843,"##ating":5844,"treated":5845,"graham":5846,"routes":5847,"talent":5848,"commissioner":5849,"drugs":5850,"secure":5851,"tests":5852,"reign":5853,"restored":5854,"photography":5855,"##gi":5856,"contributions":5857,"oklahoma":5858,"designer":5859,"disc":5860,"grin":5861,"seattle":5862,"robin":5863,"paused":5864,"atlanta":5865,"unusual":5866,"##gate":5867,"praised":5868,"las":5869,"laughing":5870,"satellite":5871,"hungary":5872,"visiting":5873,"##sky":5874,"interesting":5875,"factors":5876,"deck":5877,"poems":5878,"norman":5879,"##water":5880,"stuck":5881,"speaker":5882,"rifle":5883,"domain":5884,"premiered":5885,"##her":5886,"dc":5887,"comics":5888,"actors":5889,"01":5890,"reputation":5891,"eliminated":5892,"8th":5893,"ceiling":5894,"prisoners":5895,"script":5896,"##nce":5897,"leather":5898,"austin":5899,"mississippi":5900,"rapidly":5901,"admiral":5902,"parallel":5903,"charlotte":5904,"guilty":5905,"tools":5906,"gender":5907,"divisions":5908,"fruit":5909,"##bs":5910,"laboratory":5911,"nelson":5912,"fantasy":5913,"marry":5914,"rapid":5915,"aunt":5916,"tribe":5917,"requirements":5918,"aspects":5919,"suicide":5920,"amongst":5921,"adams":5922,"bone":5923,"ukraine":5924,"abc":5925,"kick":5926,"sees":5927,"edinburgh":5928,"clothing":5929,"column":5930,"rough":5931,"gods":5932,"hunting":5933,"broadway":5934,"gathered":5935,"concerns":5936,"##ek":5937,"spending":5938,"ty":5939,"12th":5940,"snapped":5941,"requires":5942,"solar":5943,"bones":5944,"cavalry":5945,"##tta":5946,"iowa":5947,"drinking":5948,"waste":5949,"index":5950,"franklin":5951,"charity":5952,"thompson":5953,"stewart":5954,"tip":5955,"flash":5956,"landscape":5957,"friday":5958,"enjoy":5959,"singh":5960,"poem":5961,"listening":5962,"##back":5963,"eighth":5964,"fred":5965,"differences":5966,"adapted":5967,"bomb":5968,"ukrainian":5969,"surgery":5970,"corporate":5971,"masters":5972,"anywhere":5973,"##more":5974,"waves":5975,"odd":5976,"sean":5977,"portugal":5978,"orleans":5979,"dick":5980,"debate":5981,"kent":5982,"eating":5983,"puerto":5984,"cleared":5985,"96":5986,"expect":5987,"cinema":5988,"97":5989,"guitarist":5990,"blocks":5991,"electrical":5992,"agree":5993,"involving":5994,"depth":5995,"dying":5996,"panel":5997,"struggle":5998,"##ged":5999,"peninsula":6000,"adults":6001,"novels":6002,"emerged":6003,"vienna":6004,"metro":6005,"debuted":6006,"shoes":6007,"tamil":6008,"songwriter":6009,"meets":6010,"prove":6011,"beating":6012,"instance":6013,"heaven":6014,"scared":6015,"sending":6016,"marks":6017,"artistic":6018,"passage":6019,"superior":6020,"03":6021,"significantly":6022,"shopping":6023,"##tive":6024,"retained":6025,"##izing":6026,"malaysia":6027,"technique":6028,"cheeks":6029,"##ola":6030,"warren":6031,"maintenance":6032,"destroy":6033,"extreme":6034,"allied":6035,"120":6036,"appearing":6037,"##yn":6038,"fill":6039,"advice":6040,"alabama":6041,"qualifying":6042,"policies":6043,"cleveland":6044,"hat":6045,"battery":6046,"smart":6047,"authors":6048,"10th":6049,"soundtrack":6050,"acted":6051,"dated":6052,"lb":6053,"glance":6054,"equipped":6055,"coalition":6056,"funny":6057,"outer":6058,"ambassador":6059,"roy":6060,"possibility":6061,"couples":6062,"campbell":6063,"dna":6064,"loose":6065,"ethan":6066,"supplies":6067,"1898":6068,"gonna":6069,"88":6070,"monster":6071,"##res":6072,"shake":6073,"agents":6074,"frequency":6075,"springs":6076,"dogs":6077,"practices":6078,"61":6079,"gang":6080,"plastic":6081,"easier":6082,"suggests":6083,"gulf":6084,"blade":6085,"exposed":6086,"colors":6087,"industries":6088,"markets":6089,"pan":6090,"nervous":6091,"electoral":6092,"charts":6093,"legislation":6094,"ownership":6095,"##idae":6096,"mac":6097,"appointment":6098,"shield":6099,"copy":6100,"assault":6101,"socialist":6102,"abbey":6103,"monument":6104,"license":6105,"throne":6106,"employment":6107,"jay":6108,"93":6109,"replacement":6110,"charter":6111,"cloud":6112,"powered":6113,"suffering":6114,"accounts":6115,"oak":6116,"connecticut":6117,"strongly":6118,"wright":6119,"colour":6120,"crystal":6121,"13th":6122,"context":6123,"welsh":6124,"networks":6125,"voiced":6126,"gabriel":6127,"jerry":6128,"##cing":6129,"forehead":6130,"mp":6131,"##ens":6132,"manage":6133,"schedule":6134,"totally":6135,"remix":6136,"##ii":6137,"forests":6138,"occupation":6139,"print":6140,"nicholas":6141,"brazilian":6142,"strategic":6143,"vampires":6144,"engineers":6145,"76":6146,"roots":6147,"seek":6148,"correct":6149,"instrumental":6150,"und":6151,"alfred":6152,"backed":6153,"hop":6154,"##des":6155,"stanley":6156,"robinson":6157,"traveled":6158,"wayne":6159,"welcome":6160,"austrian":6161,"achieve":6162,"67":6163,"exit":6164,"rates":6165,"1899":6166,"strip":6167,"whereas":6168,"##cs":6169,"sing":6170,"deeply":6171,"adventure":6172,"bobby":6173,"rick":6174,"jamie":6175,"careful":6176,"components":6177,"cap":6178,"useful":6179,"personality":6180,"knee":6181,"##shi":6182,"pushing":6183,"hosts":6184,"02":6185,"protest":6186,"ca":6187,"ottoman":6188,"symphony":6189,"##sis":6190,"63":6191,"boundary":6192,"1890":6193,"processes":6194,"considering":6195,"considerable":6196,"tons":6197,"##work":6198,"##ft":6199,"##nia":6200,"cooper":6201,"trading":6202,"dear":6203,"conduct":6204,"91":6205,"illegal":6206,"apple":6207,"revolutionary":6208,"holiday":6209,"definition":6210,"harder":6211,"##van":6212,"jacob":6213,"circumstances":6214,"destruction":6215,"##lle":6216,"popularity":6217,"grip":6218,"classified":6219,"liverpool":6220,"donald":6221,"baltimore":6222,"flows":6223,"seeking":6224,"honour":6225,"approval":6226,"92":6227,"mechanical":6228,"till":6229,"happening":6230,"statue":6231,"critic":6232,"increasingly":6233,"immediate":6234,"describe":6235,"commerce":6236,"stare":6237,"##ster":6238,"indonesia":6239,"meat":6240,"rounds":6241,"boats":6242,"baker":6243,"orthodox":6244,"depression":6245,"formally":6246,"worn":6247,"naked":6248,"claire":6249,"muttered":6250,"sentence":6251,"11th":6252,"emily":6253,"document":6254,"77":6255,"criticism":6256,"wished":6257,"vessel":6258,"spiritual":6259,"bent":6260,"virgin":6261,"parker":6262,"minimum":6263,"murray":6264,"lunch":6265,"danny":6266,"printed":6267,"compilation":6268,"keyboards":6269,"false":6270,"blow":6271,"belonged":6272,"68":6273,"raising":6274,"78":6275,"cutting":6276,"##board":6277,"pittsburgh":6278,"##up":6279,"9th":6280,"shadows":6281,"81":6282,"hated":6283,"indigenous":6284,"jon":6285,"15th":6286,"barry":6287,"scholar":6288,"ah":6289,"##zer":6290,"oliver":6291,"##gy":6292,"stick":6293,"susan":6294,"meetings":6295,"attracted":6296,"spell":6297,"romantic":6298,"##ver":6299,"ye":6300,"1895":6301,"photo":6302,"demanded":6303,"customers":6304,"##ac":6305,"1896":6306,"logan":6307,"revival":6308,"keys":6309,"modified":6310,"commanded":6311,"jeans":6312,"##ious":6313,"upset":6314,"raw":6315,"phil":6316,"detective":6317,"hiding":6318,"resident":6319,"vincent":6320,"##bly":6321,"experiences":6322,"diamond":6323,"defeating":6324,"coverage":6325,"lucas":6326,"external":6327,"parks":6328,"franchise":6329,"helen":6330,"bible":6331,"successor":6332,"percussion":6333,"celebrated":6334,"il":6335,"lift":6336,"profile":6337,"clan":6338,"romania":6339,"##ied":6340,"mills":6341,"##su":6342,"nobody":6343,"achievement":6344,"shrugged":6345,"fault":6346,"1897":6347,"rhythm":6348,"initiative":6349,"breakfast":6350,"carbon":6351,"700":6352,"69":6353,"lasted":6354,"violent":6355,"74":6356,"wound":6357,"ken":6358,"killer":6359,"gradually":6360,"filmed":6361,"°c":6362,"dollars":6363,"processing":6364,"94":6365,"remove":6366,"criticized":6367,"guests":6368,"sang":6369,"chemistry":6370,"##vin":6371,"legislature":6372,"disney":6373,"##bridge":6374,"uniform":6375,"escaped":6376,"integrated":6377,"proposal":6378,"purple":6379,"denied":6380,"liquid":6381,"karl":6382,"influential":6383,"morris":6384,"nights":6385,"stones":6386,"intense":6387,"experimental":6388,"twisted":6389,"71":6390,"84":6391,"##ld":6392,"pace":6393,"nazi":6394,"mitchell":6395,"ny":6396,"blind":6397,"reporter":6398,"newspapers":6399,"14th":6400,"centers":6401,"burn":6402,"basin":6403,"forgotten":6404,"surviving":6405,"filed":6406,"collections":6407,"monastery":6408,"losses":6409,"manual":6410,"couch":6411,"description":6412,"appropriate":6413,"merely":6414,"tag":6415,"missions":6416,"sebastian":6417,"restoration":6418,"replacing":6419,"triple":6420,"73":6421,"elder":6422,"julia":6423,"warriors":6424,"benjamin":6425,"julian":6426,"convinced":6427,"stronger":6428,"amazing":6429,"declined":6430,"versus":6431,"merchant":6432,"happens":6433,"output":6434,"finland":6435,"bare":6436,"barbara":6437,"absence":6438,"ignored":6439,"dawn":6440,"injuries":6441,"##port":6442,"producers":6443,"##ram":6444,"82":6445,"luis":6446,"##ities":6447,"kw":6448,"admit":6449,"expensive":6450,"electricity":6451,"nba":6452,"exception":6453,"symbol":6454,"##ving":6455,"ladies":6456,"shower":6457,"sheriff":6458,"characteristics":6459,"##je":6460,"aimed":6461,"button":6462,"ratio":6463,"effectively":6464,"summit":6465,"angle":6466,"jury":6467,"bears":6468,"foster":6469,"vessels":6470,"pants":6471,"executed":6472,"evans":6473,"dozen":6474,"advertising":6475,"kicked":6476,"patrol":6477,"1889":6478,"competitions":6479,"lifetime":6480,"principles":6481,"athletics":6482,"##logy":6483,"birmingham":6484,"sponsored":6485,"89":6486,"rob":6487,"nomination":6488,"1893":6489,"acoustic":6490,"##sm":6491,"creature":6492,"longest":6493,"##tra":6494,"credits":6495,"harbor":6496,"dust":6497,"josh":6498,"##so":6499,"territories":6500,"milk":6501,"infrastructure":6502,"completion":6503,"thailand":6504,"indians":6505,"leon":6506,"archbishop":6507,"##sy":6508,"assist":6509,"pitch":6510,"blake":6511,"arrangement":6512,"girlfriend":6513,"serbian":6514,"operational":6515,"hence":6516,"sad":6517,"scent":6518,"fur":6519,"dj":6520,"sessions":6521,"hp":6522,"refer":6523,"rarely":6524,"##ora":6525,"exists":6526,"1892":6527,"##ten":6528,"scientists":6529,"dirty":6530,"penalty":6531,"burst":6532,"portrait":6533,"seed":6534,"79":6535,"pole":6536,"limits":6537,"rival":6538,"1894":6539,"stable":6540,"alpha":6541,"grave":6542,"constitutional":6543,"alcohol":6544,"arrest":6545,"flower":6546,"mystery":6547,"devil":6548,"architectural":6549,"relationships":6550,"greatly":6551,"habitat":6552,"##istic":6553,"larry":6554,"progressive":6555,"remote":6556,"cotton":6557,"##ics":6558,"##ok":6559,"preserved":6560,"reaches":6561,"##ming":6562,"cited":6563,"86":6564,"vast":6565,"scholarship":6566,"decisions":6567,"cbs":6568,"joy":6569,"teach":6570,"1885":6571,"editions":6572,"knocked":6573,"eve":6574,"searching":6575,"partly":6576,"participation":6577,"gap":6578,"animated":6579,"fate":6580,"excellent":6581,"##ett":6582,"na":6583,"87":6584,"alternate":6585,"saints":6586,"youngest":6587,"##ily":6588,"climbed":6589,"##ita":6590,"##tors":6591,"suggest":6592,"##ct":6593,"discussion":6594,"staying":6595,"choir":6596,"lakes":6597,"jacket":6598,"revenue":6599,"nevertheless":6600,"peaked":6601,"instrument":6602,"wondering":6603,"annually":6604,"managing":6605,"neil":6606,"1891":6607,"signing":6608,"terry":6609,"##ice":6610,"apply":6611,"clinical":6612,"brooklyn":6613,"aim":6614,"catherine":6615,"fuck":6616,"farmers":6617,"figured":6618,"ninth":6619,"pride":6620,"hugh":6621,"evolution":6622,"ordinary":6623,"involvement":6624,"comfortable":6625,"shouted":6626,"tech":6627,"encouraged":6628,"taiwan":6629,"representation":6630,"sharing":6631,"##lia":6632,"##em":6633,"panic":6634,"exact":6635,"cargo":6636,"competing":6637,"fat":6638,"cried":6639,"83":6640,"1920s":6641,"occasions":6642,"pa":6643,"cabin":6644,"borders":6645,"utah":6646,"marcus":6647,"##isation":6648,"badly":6649,"muscles":6650,"##ance":6651,"victorian":6652,"transition":6653,"warner":6654,"bet":6655,"permission":6656,"##rin":6657,"slave":6658,"terrible":6659,"similarly":6660,"shares":6661,"seth":6662,"uefa":6663,"possession":6664,"medals":6665,"benefits":6666,"colleges":6667,"lowered":6668,"perfectly":6669,"mall":6670,"transit":6671,"##ye":6672,"##kar":6673,"publisher":6674,"##ened":6675,"harrison":6676,"deaths":6677,"elevation":6678,"##ae":6679,"asleep":6680,"machines":6681,"sigh":6682,"ash":6683,"hardly":6684,"argument":6685,"occasion":6686,"parent":6687,"leo":6688,"decline":6689,"1888":6690,"contribution":6691,"##ua":6692,"concentration":6693,"1000":6694,"opportunities":6695,"hispanic":6696,"guardian":6697,"extent":6698,"emotions":6699,"hips":6700,"mason":6701,"volumes":6702,"bloody":6703,"controversy":6704,"diameter":6705,"steady":6706,"mistake":6707,"phoenix":6708,"identify":6709,"violin":6710,"##sk":6711,"departure":6712,"richmond":6713,"spin":6714,"funeral":6715,"enemies":6716,"1864":6717,"gear":6718,"literally":6719,"connor":6720,"random":6721,"sergeant":6722,"grab":6723,"confusion":6724,"1865":6725,"transmission":6726,"informed":6727,"op":6728,"leaning":6729,"sacred":6730,"suspended":6731,"thinks":6732,"gates":6733,"portland":6734,"luck":6735,"agencies":6736,"yours":6737,"hull":6738,"expert":6739,"muscle":6740,"layer":6741,"practical":6742,"sculpture":6743,"jerusalem":6744,"latest":6745,"lloyd":6746,"statistics":6747,"deeper":6748,"recommended":6749,"warrior":6750,"arkansas":6751,"mess":6752,"supports":6753,"greg":6754,"eagle":6755,"1880":6756,"recovered":6757,"rated":6758,"concerts":6759,"rushed":6760,"##ano":6761,"stops":6762,"eggs":6763,"files":6764,"premiere":6765,"keith":6766,"##vo":6767,"delhi":6768,"turner":6769,"pit":6770,"affair":6771,"belief":6772,"paint":6773,"##zing":6774,"mate":6775,"##ach":6776,"##ev":6777,"victim":6778,"##ology":6779,"withdrew":6780,"bonus":6781,"styles":6782,"fled":6783,"##ud":6784,"glasgow":6785,"technologies":6786,"funded":6787,"nbc":6788,"adaptation":6789,"##ata":6790,"portrayed":6791,"cooperation":6792,"supporters":6793,"judges":6794,"bernard":6795,"justin":6796,"hallway":6797,"ralph":6798,"##ick":6799,"graduating":6800,"controversial":6801,"distant":6802,"continental":6803,"spider":6804,"bite":6805,"##ho":6806,"recognize":6807,"intention":6808,"mixing":6809,"##ese":6810,"egyptian":6811,"bow":6812,"tourism":6813,"suppose":6814,"claiming":6815,"tiger":6816,"dominated":6817,"participants":6818,"vi":6819,"##ru":6820,"nurse":6821,"partially":6822,"tape":6823,"##rum":6824,"psychology":6825,"##rn":6826,"essential":6827,"touring":6828,"duo":6829,"voting":6830,"civilian":6831,"emotional":6832,"channels":6833,"##king":6834,"apparent":6835,"hebrew":6836,"1887":6837,"tommy":6838,"carrier":6839,"intersection":6840,"beast":6841,"hudson":6842,"##gar":6843,"##zo":6844,"lab":6845,"nova":6846,"bench":6847,"discuss":6848,"costa":6849,"##ered":6850,"detailed":6851,"behalf":6852,"drivers":6853,"unfortunately":6854,"obtain":6855,"##lis":6856,"rocky":6857,"##dae":6858,"siege":6859,"friendship":6860,"honey":6861,"##rian":6862,"1861":6863,"amy":6864,"hang":6865,"posted":6866,"governments":6867,"collins":6868,"respond":6869,"wildlife":6870,"preferred":6871,"operator":6872,"##po":6873,"laura":6874,"pregnant":6875,"videos":6876,"dennis":6877,"suspected":6878,"boots":6879,"instantly":6880,"weird":6881,"automatic":6882,"businessman":6883,"alleged":6884,"placing":6885,"throwing":6886,"ph":6887,"mood":6888,"1862":6889,"perry":6890,"venue":6891,"jet":6892,"remainder":6893,"##lli":6894,"##ci":6895,"passion":6896,"biological":6897,"boyfriend":6898,"1863":6899,"dirt":6900,"buffalo":6901,"ron":6902,"segment":6903,"fa":6904,"abuse":6905,"##era":6906,"genre":6907,"thrown":6908,"stroke":6909,"colored":6910,"stress":6911,"exercise":6912,"displayed":6913,"##gen":6914,"struggled":6915,"##tti":6916,"abroad":6917,"dramatic":6918,"wonderful":6919,"thereafter":6920,"madrid":6921,"component":6922,"widespread":6923,"##sed":6924,"tale":6925,"citizen":6926,"todd":6927,"monday":6928,"1886":6929,"vancouver":6930,"overseas":6931,"forcing":6932,"crying":6933,"descent":6934,"##ris":6935,"discussed":6936,"substantial":6937,"ranks":6938,"regime":6939,"1870":6940,"provinces":6941,"switch":6942,"drum":6943,"zane":6944,"ted":6945,"tribes":6946,"proof":6947,"lp":6948,"cream":6949,"researchers":6950,"volunteer":6951,"manor":6952,"silk":6953,"milan":6954,"donated":6955,"allies":6956,"venture":6957,"principle":6958,"delivery":6959,"enterprise":6960,"##ves":6961,"##ans":6962,"bars":6963,"traditionally":6964,"witch":6965,"reminded":6966,"copper":6967,"##uk":6968,"pete":6969,"inter":6970,"links":6971,"colin":6972,"grinned":6973,"elsewhere":6974,"competitive":6975,"frequent":6976,"##oy":6977,"scream":6978,"##hu":6979,"tension":6980,"texts":6981,"submarine":6982,"finnish":6983,"defending":6984,"defend":6985,"pat":6986,"detail":6987,"1884":6988,"affiliated":6989,"stuart":6990,"themes":6991,"villa":6992,"periods":6993,"tool":6994,"belgian":6995,"ruling":6996,"crimes":6997,"answers":6998,"folded":6999,"licensed":7000,"resort":7001,"demolished":7002,"hans":7003,"lucy":7004,"1881":7005,"lion":7006,"traded":7007,"photographs":7008,"writes":7009,"craig":7010,"##fa":7011,"trials":7012,"generated":7013,"beth":7014,"noble":7015,"debt":7016,"percentage":7017,"yorkshire":7018,"erected":7019,"ss":7020,"viewed":7021,"grades":7022,"confidence":7023,"ceased":7024,"islam":7025,"telephone":7026,"retail":7027,"##ible":7028,"chile":7029,"m²":7030,"roberts":7031,"sixteen":7032,"##ich":7033,"commented":7034,"hampshire":7035,"innocent":7036,"dual":7037,"pounds":7038,"checked":7039,"regulations":7040,"afghanistan":7041,"sung":7042,"rico":7043,"liberty":7044,"assets":7045,"bigger":7046,"options":7047,"angels":7048,"relegated":7049,"tribute":7050,"wells":7051,"attending":7052,"leaf":7053,"##yan":7054,"butler":7055,"romanian":7056,"forum":7057,"monthly":7058,"lisa":7059,"patterns":7060,"gmina":7061,"##tory":7062,"madison":7063,"hurricane":7064,"rev":7065,"##ians":7066,"bristol":7067,"##ula":7068,"elite":7069,"valuable":7070,"disaster":7071,"democracy":7072,"awareness":7073,"germans":7074,"freyja":7075,"##ins":7076,"loop":7077,"absolutely":7078,"paying":7079,"populations":7080,"maine":7081,"sole":7082,"prayer":7083,"spencer":7084,"releases":7085,"doorway":7086,"bull":7087,"##ani":7088,"lover":7089,"midnight":7090,"conclusion":7091,"##sson":7092,"thirteen":7093,"lily":7094,"mediterranean":7095,"##lt":7096,"nhl":7097,"proud":7098,"sample":7099,"##hill":7100,"drummer":7101,"guinea":7102,"##ova":7103,"murphy":7104,"climb":7105,"##ston":7106,"instant":7107,"attributed":7108,"horn":7109,"ain":7110,"railways":7111,"steven":7112,"##ao":7113,"autumn":7114,"ferry":7115,"opponent":7116,"root":7117,"traveling":7118,"secured":7119,"corridor":7120,"stretched":7121,"tales":7122,"sheet":7123,"trinity":7124,"cattle":7125,"helps":7126,"indicates":7127,"manhattan":7128,"murdered":7129,"fitted":7130,"1882":7131,"gentle":7132,"grandmother":7133,"mines":7134,"shocked":7135,"vegas":7136,"produces":7137,"##light":7138,"caribbean":7139,"##ou":7140,"belong":7141,"continuous":7142,"desperate":7143,"drunk":7144,"historically":7145,"trio":7146,"waved":7147,"raf":7148,"dealing":7149,"nathan":7150,"bat":7151,"murmured":7152,"interrupted":7153,"residing":7154,"scientist":7155,"pioneer":7156,"harold":7157,"aaron":7158,"##net":7159,"delta":7160,"attempting":7161,"minority":7162,"mini":7163,"believes":7164,"chorus":7165,"tend":7166,"lots":7167,"eyed":7168,"indoor":7169,"load":7170,"shots":7171,"updated":7172,"jail":7173,"##llo":7174,"concerning":7175,"connecting":7176,"wealth":7177,"##ved":7178,"slaves":7179,"arrive":7180,"rangers":7181,"sufficient":7182,"rebuilt":7183,"##wick":7184,"cardinal":7185,"flood":7186,"muhammad":7187,"whenever":7188,"relation":7189,"runners":7190,"moral":7191,"repair":7192,"viewers":7193,"arriving":7194,"revenge":7195,"punk":7196,"assisted":7197,"bath":7198,"fairly":7199,"breathe":7200,"lists":7201,"innings":7202,"illustrated":7203,"whisper":7204,"nearest":7205,"voters":7206,"clinton":7207,"ties":7208,"ultimate":7209,"screamed":7210,"beijing":7211,"lions":7212,"andre":7213,"fictional":7214,"gathering":7215,"comfort":7216,"radar":7217,"suitable":7218,"dismissed":7219,"hms":7220,"ban":7221,"pine":7222,"wrist":7223,"atmosphere":7224,"voivodeship":7225,"bid":7226,"timber":7227,"##ned":7228,"##nan":7229,"giants":7230,"##ane":7231,"cameron":7232,"recovery":7233,"uss":7234,"identical":7235,"categories":7236,"switched":7237,"serbia":7238,"laughter":7239,"noah":7240,"ensemble":7241,"therapy":7242,"peoples":7243,"touching":7244,"##off":7245,"locally":7246,"pearl":7247,"platforms":7248,"everywhere":7249,"ballet":7250,"tables":7251,"lanka":7252,"herbert":7253,"outdoor":7254,"toured":7255,"derek":7256,"1883":7257,"spaces":7258,"contested":7259,"swept":7260,"1878":7261,"exclusive":7262,"slight":7263,"connections":7264,"##dra":7265,"winds":7266,"prisoner":7267,"collective":7268,"bangladesh":7269,"tube":7270,"publicly":7271,"wealthy":7272,"thai":7273,"##ys":7274,"isolated":7275,"select":7276,"##ric":7277,"insisted":7278,"pen":7279,"fortune":7280,"ticket":7281,"spotted":7282,"reportedly":7283,"animation":7284,"enforcement":7285,"tanks":7286,"110":7287,"decides":7288,"wider":7289,"lowest":7290,"owen":7291,"##time":7292,"nod":7293,"hitting":7294,"##hn":7295,"gregory":7296,"furthermore":7297,"magazines":7298,"fighters":7299,"solutions":7300,"##ery":7301,"pointing":7302,"requested":7303,"peru":7304,"reed":7305,"chancellor":7306,"knights":7307,"mask":7308,"worker":7309,"eldest":7310,"flames":7311,"reduction":7312,"1860":7313,"volunteers":7314,"##tis":7315,"reporting":7316,"##hl":7317,"wire":7318,"advisory":7319,"endemic":7320,"origins":7321,"settlers":7322,"pursue":7323,"knock":7324,"consumer":7325,"1876":7326,"eu":7327,"compound":7328,"creatures":7329,"mansion":7330,"sentenced":7331,"ivan":7332,"deployed":7333,"guitars":7334,"frowned":7335,"involves":7336,"mechanism":7337,"kilometers":7338,"perspective":7339,"shops":7340,"maps":7341,"terminus":7342,"duncan":7343,"alien":7344,"fist":7345,"bridges":7346,"##pers":7347,"heroes":7348,"fed":7349,"derby":7350,"swallowed":7351,"##ros":7352,"patent":7353,"sara":7354,"illness":7355,"characterized":7356,"adventures":7357,"slide":7358,"hawaii":7359,"jurisdiction":7360,"##op":7361,"organised":7362,"##side":7363,"adelaide":7364,"walks":7365,"biology":7366,"se":7367,"##ties":7368,"rogers":7369,"swing":7370,"tightly":7371,"boundaries":7372,"##rie":7373,"prepare":7374,"implementation":7375,"stolen":7376,"##sha":7377,"certified":7378,"colombia":7379,"edwards":7380,"garage":7381,"##mm":7382,"recalled":7383,"##ball":7384,"rage":7385,"harm":7386,"nigeria":7387,"breast":7388,"##ren":7389,"furniture":7390,"pupils":7391,"settle":7392,"##lus":7393,"cuba":7394,"balls":7395,"client":7396,"alaska":7397,"21st":7398,"linear":7399,"thrust":7400,"celebration":7401,"latino":7402,"genetic":7403,"terror":7404,"##cia":7405,"##ening":7406,"lightning":7407,"fee":7408,"witness":7409,"lodge":7410,"establishing":7411,"skull":7412,"##ique":7413,"earning":7414,"hood":7415,"##ei":7416,"rebellion":7417,"wang":7418,"sporting":7419,"warned":7420,"missile":7421,"devoted":7422,"activist":7423,"porch":7424,"worship":7425,"fourteen":7426,"package":7427,"1871":7428,"decorated":7429,"##shire":7430,"housed":7431,"##ock":7432,"chess":7433,"sailed":7434,"doctors":7435,"oscar":7436,"joan":7437,"treat":7438,"garcia":7439,"harbour":7440,"jeremy":7441,"##ire":7442,"traditions":7443,"dominant":7444,"jacques":7445,"##gon":7446,"##wan":7447,"relocated":7448,"1879":7449,"amendment":7450,"sized":7451,"companion":7452,"simultaneously":7453,"volleyball":7454,"spun":7455,"acre":7456,"increases":7457,"stopping":7458,"loves":7459,"belongs":7460,"affect":7461,"drafted":7462,"tossed":7463,"scout":7464,"battles":7465,"1875":7466,"filming":7467,"shoved":7468,"munich":7469,"tenure":7470,"vertical":7471,"romance":7472,"pc":7473,"##cher":7474,"argue":7475,"##ical":7476,"craft":7477,"ranging":7478,"www":7479,"opens":7480,"honest":7481,"tyler":7482,"yesterday":7483,"virtual":7484,"##let":7485,"muslims":7486,"reveal":7487,"snake":7488,"immigrants":7489,"radical":7490,"screaming":7491,"speakers":7492,"firing":7493,"saving":7494,"belonging":7495,"ease":7496,"lighting":7497,"prefecture":7498,"blame":7499,"farmer":7500,"hungry":7501,"grows":7502,"rubbed":7503,"beam":7504,"sur":7505,"subsidiary":7506,"##cha":7507,"armenian":7508,"sao":7509,"dropping":7510,"conventional":7511,"##fer":7512,"microsoft":7513,"reply":7514,"qualify":7515,"spots":7516,"1867":7517,"sweat":7518,"festivals":7519,"##ken":7520,"immigration":7521,"physician":7522,"discover":7523,"exposure":7524,"sandy":7525,"explanation":7526,"isaac":7527,"implemented":7528,"##fish":7529,"hart":7530,"initiated":7531,"connect":7532,"stakes":7533,"presents":7534,"heights":7535,"householder":7536,"pleased":7537,"tourist":7538,"regardless":7539,"slip":7540,"closest":7541,"##ction":7542,"surely":7543,"sultan":7544,"brings":7545,"riley":7546,"preparation":7547,"aboard":7548,"slammed":7549,"baptist":7550,"experiment":7551,"ongoing":7552,"interstate":7553,"organic":7554,"playoffs":7555,"##ika":7556,"1877":7557,"130":7558,"##tar":7559,"hindu":7560,"error":7561,"tours":7562,"tier":7563,"plenty":7564,"arrangements":7565,"talks":7566,"trapped":7567,"excited":7568,"sank":7569,"ho":7570,"athens":7571,"1872":7572,"denver":7573,"welfare":7574,"suburb":7575,"athletes":7576,"trick":7577,"diverse":7578,"belly":7579,"exclusively":7580,"yelled":7581,"1868":7582,"##med":7583,"conversion":7584,"##ette":7585,"1874":7586,"internationally":7587,"computers":7588,"conductor":7589,"abilities":7590,"sensitive":7591,"hello":7592,"dispute":7593,"measured":7594,"globe":7595,"rocket":7596,"prices":7597,"amsterdam":7598,"flights":7599,"tigers":7600,"inn":7601,"municipalities":7602,"emotion":7603,"references":7604,"3d":7605,"##mus":7606,"explains":7607,"airlines":7608,"manufactured":7609,"pm":7610,"archaeological":7611,"1873":7612,"interpretation":7613,"devon":7614,"comment":7615,"##ites":7616,"settlements":7617,"kissing":7618,"absolute":7619,"improvement":7620,"suite":7621,"impressed":7622,"barcelona":7623,"sullivan":7624,"jefferson":7625,"towers":7626,"jesse":7627,"julie":7628,"##tin":7629,"##lu":7630,"grandson":7631,"hi":7632,"gauge":7633,"regard":7634,"rings":7635,"interviews":7636,"trace":7637,"raymond":7638,"thumb":7639,"departments":7640,"burns":7641,"serial":7642,"bulgarian":7643,"scores":7644,"demonstrated":7645,"##ix":7646,"1866":7647,"kyle":7648,"alberta":7649,"underneath":7650,"romanized":7651,"##ward":7652,"relieved":7653,"acquisition":7654,"phrase":7655,"cliff":7656,"reveals":7657,"han":7658,"cuts":7659,"merger":7660,"custom":7661,"##dar":7662,"nee":7663,"gilbert":7664,"graduation":7665,"##nts":7666,"assessment":7667,"cafe":7668,"difficulty":7669,"demands":7670,"swung":7671,"democrat":7672,"jennifer":7673,"commons":7674,"1940s":7675,"grove":7676,"##yo":7677,"completing":7678,"focuses":7679,"sum":7680,"substitute":7681,"bearing":7682,"stretch":7683,"reception":7684,"##py":7685,"reflected":7686,"essentially":7687,"destination":7688,"pairs":7689,"##ched":7690,"survival":7691,"resource":7692,"##bach":7693,"promoting":7694,"doubles":7695,"messages":7696,"tear":7697,"##down":7698,"##fully":7699,"parade":7700,"florence":7701,"harvey":7702,"incumbent":7703,"partial":7704,"framework":7705,"900":7706,"pedro":7707,"frozen":7708,"procedure":7709,"olivia":7710,"controls":7711,"##mic":7712,"shelter":7713,"personally":7714,"temperatures":7715,"##od":7716,"brisbane":7717,"tested":7718,"sits":7719,"marble":7720,"comprehensive":7721,"oxygen":7722,"leonard":7723,"##kov":7724,"inaugural":7725,"iranian":7726,"referring":7727,"quarters":7728,"attitude":7729,"##ivity":7730,"mainstream":7731,"lined":7732,"mars":7733,"dakota":7734,"norfolk":7735,"unsuccessful":7736,"##°":7737,"explosion":7738,"helicopter":7739,"congressional":7740,"##sing":7741,"inspector":7742,"bitch":7743,"seal":7744,"departed":7745,"divine":7746,"##ters":7747,"coaching":7748,"examination":7749,"punishment":7750,"manufacturer":7751,"sink":7752,"columns":7753,"unincorporated":7754,"signals":7755,"nevada":7756,"squeezed":7757,"dylan":7758,"dining":7759,"photos":7760,"martial":7761,"manuel":7762,"eighteen":7763,"elevator":7764,"brushed":7765,"plates":7766,"ministers":7767,"ivy":7768,"congregation":7769,"##len":7770,"slept":7771,"specialized":7772,"taxes":7773,"curve":7774,"restricted":7775,"negotiations":7776,"likes":7777,"statistical":7778,"arnold":7779,"inspiration":7780,"execution":7781,"bold":7782,"intermediate":7783,"significance":7784,"margin":7785,"ruler":7786,"wheels":7787,"gothic":7788,"intellectual":7789,"dependent":7790,"listened":7791,"eligible":7792,"buses":7793,"widow":7794,"syria":7795,"earn":7796,"cincinnati":7797,"collapsed":7798,"recipient":7799,"secrets":7800,"accessible":7801,"philippine":7802,"maritime":7803,"goddess":7804,"clerk":7805,"surrender":7806,"breaks":7807,"playoff":7808,"database":7809,"##ified":7810,"##lon":7811,"ideal":7812,"beetle":7813,"aspect":7814,"soap":7815,"regulation":7816,"strings":7817,"expand":7818,"anglo":7819,"shorter":7820,"crosses":7821,"retreat":7822,"tough":7823,"coins":7824,"wallace":7825,"directions":7826,"pressing":7827,"##oon":7828,"shipping":7829,"locomotives":7830,"comparison":7831,"topics":7832,"nephew":7833,"##mes":7834,"distinction":7835,"honors":7836,"travelled":7837,"sierra":7838,"ibn":7839,"##over":7840,"fortress":7841,"sa":7842,"recognised":7843,"carved":7844,"1869":7845,"clients":7846,"##dan":7847,"intent":7848,"##mar":7849,"coaches":7850,"describing":7851,"bread":7852,"##ington":7853,"beaten":7854,"northwestern":7855,"##ona":7856,"merit":7857,"youtube":7858,"collapse":7859,"challenges":7860,"em":7861,"historians":7862,"objective":7863,"submitted":7864,"virus":7865,"attacking":7866,"drake":7867,"assume":7868,"##ere":7869,"diseases":7870,"marc":7871,"stem":7872,"leeds":7873,"##cus":7874,"##ab":7875,"farming":7876,"glasses":7877,"##lock":7878,"visits":7879,"nowhere":7880,"fellowship":7881,"relevant":7882,"carries":7883,"restaurants":7884,"experiments":7885,"101":7886,"constantly":7887,"bases":7888,"targets":7889,"shah":7890,"tenth":7891,"opponents":7892,"verse":7893,"territorial":7894,"##ira":7895,"writings":7896,"corruption":7897,"##hs":7898,"instruction":7899,"inherited":7900,"reverse":7901,"emphasis":7902,"##vic":7903,"employee":7904,"arch":7905,"keeps":7906,"rabbi":7907,"watson":7908,"payment":7909,"uh":7910,"##ala":7911,"nancy":7912,"##tre":7913,"venice":7914,"fastest":7915,"sexy":7916,"banned":7917,"adrian":7918,"properly":7919,"ruth":7920,"touchdown":7921,"dollar":7922,"boards":7923,"metre":7924,"circles":7925,"edges":7926,"favour":7927,"comments":7928,"ok":7929,"travels":7930,"liberation":7931,"scattered":7932,"firmly":7933,"##ular":7934,"holland":7935,"permitted":7936,"diesel":7937,"kenya":7938,"den":7939,"originated":7940,"##ral":7941,"demons":7942,"resumed":7943,"dragged":7944,"rider":7945,"##rus":7946,"servant":7947,"blinked":7948,"extend":7949,"torn":7950,"##ias":7951,"##sey":7952,"input":7953,"meal":7954,"everybody":7955,"cylinder":7956,"kinds":7957,"camps":7958,"##fe":7959,"bullet":7960,"logic":7961,"##wn":7962,"croatian":7963,"evolved":7964,"healthy":7965,"fool":7966,"chocolate":7967,"wise":7968,"preserve":7969,"pradesh":7970,"##ess":7971,"respective":7972,"1850":7973,"##ew":7974,"chicken":7975,"artificial":7976,"gross":7977,"corresponding":7978,"convicted":7979,"cage":7980,"caroline":7981,"dialogue":7982,"##dor":7983,"narrative":7984,"stranger":7985,"mario":7986,"br":7987,"christianity":7988,"failing":7989,"trent":7990,"commanding":7991,"buddhist":7992,"1848":7993,"maurice":7994,"focusing":7995,"yale":7996,"bike":7997,"altitude":7998,"##ering":7999,"mouse":8000,"revised":8001,"##sley":8002,"veteran":8003,"##ig":8004,"pulls":8005,"theology":8006,"crashed":8007,"campaigns":8008,"legion":8009,"##ability":8010,"drag":8011,"excellence":8012,"customer":8013,"cancelled":8014,"intensity":8015,"excuse":8016,"##lar":8017,"liga":8018,"participating":8019,"contributing":8020,"printing":8021,"##burn":8022,"variable":8023,"##rk":8024,"curious":8025,"bin":8026,"legacy":8027,"renaissance":8028,"##my":8029,"symptoms":8030,"binding":8031,"vocalist":8032,"dancer":8033,"##nie":8034,"grammar":8035,"gospel":8036,"democrats":8037,"ya":8038,"enters":8039,"sc":8040,"diplomatic":8041,"hitler":8042,"##ser":8043,"clouds":8044,"mathematical":8045,"quit":8046,"defended":8047,"oriented":8048,"##heim":8049,"fundamental":8050,"hardware":8051,"impressive":8052,"equally":8053,"convince":8054,"confederate":8055,"guilt":8056,"chuck":8057,"sliding":8058,"##ware":8059,"magnetic":8060,"narrowed":8061,"petersburg":8062,"bulgaria":8063,"otto":8064,"phd":8065,"skill":8066,"##ama":8067,"reader":8068,"hopes":8069,"pitcher":8070,"reservoir":8071,"hearts":8072,"automatically":8073,"expecting":8074,"mysterious":8075,"bennett":8076,"extensively":8077,"imagined":8078,"seeds":8079,"monitor":8080,"fix":8081,"##ative":8082,"journalism":8083,"struggling":8084,"signature":8085,"ranch":8086,"encounter":8087,"photographer":8088,"observation":8089,"protests":8090,"##pin":8091,"influences":8092,"##hr":8093,"calendar":8094,"##all":8095,"cruz":8096,"croatia":8097,"locomotive":8098,"hughes":8099,"naturally":8100,"shakespeare":8101,"basement":8102,"hook":8103,"uncredited":8104,"faded":8105,"theories":8106,"approaches":8107,"dare":8108,"phillips":8109,"filling":8110,"fury":8111,"obama":8112,"##ain":8113,"efficient":8114,"arc":8115,"deliver":8116,"min":8117,"raid":8118,"breeding":8119,"inducted":8120,"leagues":8121,"efficiency":8122,"axis":8123,"montana":8124,"eagles":8125,"##ked":8126,"supplied":8127,"instructions":8128,"karen":8129,"picking":8130,"indicating":8131,"trap":8132,"anchor":8133,"practically":8134,"christians":8135,"tomb":8136,"vary":8137,"occasional":8138,"electronics":8139,"lords":8140,"readers":8141,"newcastle":8142,"faint":8143,"innovation":8144,"collect":8145,"situations":8146,"engagement":8147,"160":8148,"claude":8149,"mixture":8150,"##feld":8151,"peer":8152,"tissue":8153,"logo":8154,"lean":8155,"##ration":8156,"°f":8157,"floors":8158,"##ven":8159,"architects":8160,"reducing":8161,"##our":8162,"##ments":8163,"rope":8164,"1859":8165,"ottawa":8166,"##har":8167,"samples":8168,"banking":8169,"declaration":8170,"proteins":8171,"resignation":8172,"francois":8173,"saudi":8174,"advocate":8175,"exhibited":8176,"armor":8177,"twins":8178,"divorce":8179,"##ras":8180,"abraham":8181,"reviewed":8182,"jo":8183,"temporarily":8184,"matrix":8185,"physically":8186,"pulse":8187,"curled":8188,"##ena":8189,"difficulties":8190,"bengal":8191,"usage":8192,"##ban":8193,"annie":8194,"riders":8195,"certificate":8196,"##pi":8197,"holes":8198,"warsaw":8199,"distinctive":8200,"jessica":8201,"##mon":8202,"mutual":8203,"1857":8204,"customs":8205,"circular":8206,"eugene":8207,"removal":8208,"loaded":8209,"mere":8210,"vulnerable":8211,"depicted":8212,"generations":8213,"dame":8214,"heir":8215,"enormous":8216,"lightly":8217,"climbing":8218,"pitched":8219,"lessons":8220,"pilots":8221,"nepal":8222,"ram":8223,"google":8224,"preparing":8225,"brad":8226,"louise":8227,"renowned":8228,"##₂":8229,"liam":8230,"##ably":8231,"plaza":8232,"shaw":8233,"sophie":8234,"brilliant":8235,"bills":8236,"##bar":8237,"##nik":8238,"fucking":8239,"mainland":8240,"server":8241,"pleasant":8242,"seized":8243,"veterans":8244,"jerked":8245,"fail":8246,"beta":8247,"brush":8248,"radiation":8249,"stored":8250,"warmth":8251,"southeastern":8252,"nate":8253,"sin":8254,"raced":8255,"berkeley":8256,"joke":8257,"athlete":8258,"designation":8259,"trunk":8260,"##low":8261,"roland":8262,"qualification":8263,"archives":8264,"heels":8265,"artwork":8266,"receives":8267,"judicial":8268,"reserves":8269,"##bed":8270,"woke":8271,"installation":8272,"abu":8273,"floating":8274,"fake":8275,"lesser":8276,"excitement":8277,"interface":8278,"concentrated":8279,"addressed":8280,"characteristic":8281,"amanda":8282,"saxophone":8283,"monk":8284,"auto":8285,"##bus":8286,"releasing":8287,"egg":8288,"dies":8289,"interaction":8290,"defender":8291,"ce":8292,"outbreak":8293,"glory":8294,"loving":8295,"##bert":8296,"sequel":8297,"consciousness":8298,"http":8299,"awake":8300,"ski":8301,"enrolled":8302,"##ress":8303,"handling":8304,"rookie":8305,"brow":8306,"somebody":8307,"biography":8308,"warfare":8309,"amounts":8310,"contracts":8311,"presentation":8312,"fabric":8313,"dissolved":8314,"challenged":8315,"meter":8316,"psychological":8317,"lt":8318,"elevated":8319,"rally":8320,"accurate":8321,"##tha":8322,"hospitals":8323,"undergraduate":8324,"specialist":8325,"venezuela":8326,"exhibit":8327,"shed":8328,"nursing":8329,"protestant":8330,"fluid":8331,"structural":8332,"footage":8333,"jared":8334,"consistent":8335,"prey":8336,"##ska":8337,"succession":8338,"reflect":8339,"exile":8340,"lebanon":8341,"wiped":8342,"suspect":8343,"shanghai":8344,"resting":8345,"integration":8346,"preservation":8347,"marvel":8348,"variant":8349,"pirates":8350,"sheep":8351,"rounded":8352,"capita":8353,"sailing":8354,"colonies":8355,"manuscript":8356,"deemed":8357,"variations":8358,"clarke":8359,"functional":8360,"emerging":8361,"boxing":8362,"relaxed":8363,"curse":8364,"azerbaijan":8365,"heavyweight":8366,"nickname":8367,"editorial":8368,"rang":8369,"grid":8370,"tightened":8371,"earthquake":8372,"flashed":8373,"miguel":8374,"rushing":8375,"##ches":8376,"improvements":8377,"boxes":8378,"brooks":8379,"180":8380,"consumption":8381,"molecular":8382,"felix":8383,"societies":8384,"repeatedly":8385,"variation":8386,"aids":8387,"civic":8388,"graphics":8389,"professionals":8390,"realm":8391,"autonomous":8392,"receiver":8393,"delayed":8394,"workshop":8395,"militia":8396,"chairs":8397,"trump":8398,"canyon":8399,"##point":8400,"harsh":8401,"extending":8402,"lovely":8403,"happiness":8404,"##jan":8405,"stake":8406,"eyebrows":8407,"embassy":8408,"wellington":8409,"hannah":8410,"##ella":8411,"sony":8412,"corners":8413,"bishops":8414,"swear":8415,"cloth":8416,"contents":8417,"xi":8418,"namely":8419,"commenced":8420,"1854":8421,"stanford":8422,"nashville":8423,"courage":8424,"graphic":8425,"commitment":8426,"garrison":8427,"##bin":8428,"hamlet":8429,"clearing":8430,"rebels":8431,"attraction":8432,"literacy":8433,"cooking":8434,"ruins":8435,"temples":8436,"jenny":8437,"humanity":8438,"celebrate":8439,"hasn":8440,"freight":8441,"sixty":8442,"rebel":8443,"bastard":8444,"##art":8445,"newton":8446,"##ada":8447,"deer":8448,"##ges":8449,"##ching":8450,"smiles":8451,"delaware":8452,"singers":8453,"##ets":8454,"approaching":8455,"assists":8456,"flame":8457,"##ph":8458,"boulevard":8459,"barrel":8460,"planted":8461,"##ome":8462,"pursuit":8463,"##sia":8464,"consequences":8465,"posts":8466,"shallow":8467,"invitation":8468,"rode":8469,"depot":8470,"ernest":8471,"kane":8472,"rod":8473,"concepts":8474,"preston":8475,"topic":8476,"chambers":8477,"striking":8478,"blast":8479,"arrives":8480,"descendants":8481,"montgomery":8482,"ranges":8483,"worlds":8484,"##lay":8485,"##ari":8486,"span":8487,"chaos":8488,"praise":8489,"##ag":8490,"fewer":8491,"1855":8492,"sanctuary":8493,"mud":8494,"fbi":8495,"##ions":8496,"programmes":8497,"maintaining":8498,"unity":8499,"harper":8500,"bore":8501,"handsome":8502,"closure":8503,"tournaments":8504,"thunder":8505,"nebraska":8506,"linda":8507,"facade":8508,"puts":8509,"satisfied":8510,"argentine":8511,"dale":8512,"cork":8513,"dome":8514,"panama":8515,"##yl":8516,"1858":8517,"tasks":8518,"experts":8519,"##ates":8520,"feeding":8521,"equation":8522,"##las":8523,"##ida":8524,"##tu":8525,"engage":8526,"bryan":8527,"##ax":8528,"um":8529,"quartet":8530,"melody":8531,"disbanded":8532,"sheffield":8533,"blocked":8534,"gasped":8535,"delay":8536,"kisses":8537,"maggie":8538,"connects":8539,"##non":8540,"sts":8541,"poured":8542,"creator":8543,"publishers":8544,"##we":8545,"guided":8546,"ellis":8547,"extinct":8548,"hug":8549,"gaining":8550,"##ord":8551,"complicated":8552,"##bility":8553,"poll":8554,"clenched":8555,"investigate":8556,"##use":8557,"thereby":8558,"quantum":8559,"spine":8560,"cdp":8561,"humor":8562,"kills":8563,"administered":8564,"semifinals":8565,"##du":8566,"encountered":8567,"ignore":8568,"##bu":8569,"commentary":8570,"##maker":8571,"bother":8572,"roosevelt":8573,"140":8574,"plains":8575,"halfway":8576,"flowing":8577,"cultures":8578,"crack":8579,"imprisoned":8580,"neighboring":8581,"airline":8582,"##ses":8583,"##view":8584,"##mate":8585,"##ec":8586,"gather":8587,"wolves":8588,"marathon":8589,"transformed":8590,"##ill":8591,"cruise":8592,"organisations":8593,"carol":8594,"punch":8595,"exhibitions":8596,"numbered":8597,"alarm":8598,"ratings":8599,"daddy":8600,"silently":8601,"##stein":8602,"queens":8603,"colours":8604,"impression":8605,"guidance":8606,"liu":8607,"tactical":8608,"##rat":8609,"marshal":8610,"della":8611,"arrow":8612,"##ings":8613,"rested":8614,"feared":8615,"tender":8616,"owns":8617,"bitter":8618,"advisor":8619,"escort":8620,"##ides":8621,"spare":8622,"farms":8623,"grants":8624,"##ene":8625,"dragons":8626,"encourage":8627,"colleagues":8628,"cameras":8629,"##und":8630,"sucked":8631,"pile":8632,"spirits":8633,"prague":8634,"statements":8635,"suspension":8636,"landmark":8637,"fence":8638,"torture":8639,"recreation":8640,"bags":8641,"permanently":8642,"survivors":8643,"pond":8644,"spy":8645,"predecessor":8646,"bombing":8647,"coup":8648,"##og":8649,"protecting":8650,"transformation":8651,"glow":8652,"##lands":8653,"##book":8654,"dug":8655,"priests":8656,"andrea":8657,"feat":8658,"barn":8659,"jumping":8660,"##chen":8661,"##ologist":8662,"##con":8663,"casualties":8664,"stern":8665,"auckland":8666,"pipe":8667,"serie":8668,"revealing":8669,"ba":8670,"##bel":8671,"trevor":8672,"mercy":8673,"spectrum":8674,"yang":8675,"consist":8676,"governing":8677,"collaborated":8678,"possessed":8679,"epic":8680,"comprises":8681,"blew":8682,"shane":8683,"##ack":8684,"lopez":8685,"honored":8686,"magical":8687,"sacrifice":8688,"judgment":8689,"perceived":8690,"hammer":8691,"mtv":8692,"baronet":8693,"tune":8694,"das":8695,"missionary":8696,"sheets":8697,"350":8698,"neutral":8699,"oral":8700,"threatening":8701,"attractive":8702,"shade":8703,"aims":8704,"seminary":8705,"##master":8706,"estates":8707,"1856":8708,"michel":8709,"wounds":8710,"refugees":8711,"manufacturers":8712,"##nic":8713,"mercury":8714,"syndrome":8715,"porter":8716,"##iya":8717,"##din":8718,"hamburg":8719,"identification":8720,"upstairs":8721,"purse":8722,"widened":8723,"pause":8724,"cared":8725,"breathed":8726,"affiliate":8727,"santiago":8728,"prevented":8729,"celtic":8730,"fisher":8731,"125":8732,"recruited":8733,"byzantine":8734,"reconstruction":8735,"farther":8736,"##mp":8737,"diet":8738,"sake":8739,"au":8740,"spite":8741,"sensation":8742,"##ert":8743,"blank":8744,"separation":8745,"105":8746,"##hon":8747,"vladimir":8748,"armies":8749,"anime":8750,"##lie":8751,"accommodate":8752,"orbit":8753,"cult":8754,"sofia":8755,"archive":8756,"##ify":8757,"##box":8758,"founders":8759,"sustained":8760,"disorder":8761,"honours":8762,"northeastern":8763,"mia":8764,"crops":8765,"violet":8766,"threats":8767,"blanket":8768,"fires":8769,"canton":8770,"followers":8771,"southwestern":8772,"prototype":8773,"voyage":8774,"assignment":8775,"altered":8776,"moderate":8777,"protocol":8778,"pistol":8779,"##eo":8780,"questioned":8781,"brass":8782,"lifting":8783,"1852":8784,"math":8785,"authored":8786,"##ual":8787,"doug":8788,"dimensional":8789,"dynamic":8790,"##san":8791,"1851":8792,"pronounced":8793,"grateful":8794,"quest":8795,"uncomfortable":8796,"boom":8797,"presidency":8798,"stevens":8799,"relating":8800,"politicians":8801,"chen":8802,"barrier":8803,"quinn":8804,"diana":8805,"mosque":8806,"tribal":8807,"cheese":8808,"palmer":8809,"portions":8810,"sometime":8811,"chester":8812,"treasure":8813,"wu":8814,"bend":8815,"download":8816,"millions":8817,"reforms":8818,"registration":8819,"##osa":8820,"consequently":8821,"monitoring":8822,"ate":8823,"preliminary":8824,"brandon":8825,"invented":8826,"ps":8827,"eaten":8828,"exterior":8829,"intervention":8830,"ports":8831,"documented":8832,"log":8833,"displays":8834,"lecture":8835,"sally":8836,"favourite":8837,"##itz":8838,"vermont":8839,"lo":8840,"invisible":8841,"isle":8842,"breed":8843,"##ator":8844,"journalists":8845,"relay":8846,"speaks":8847,"backward":8848,"explore":8849,"midfielder":8850,"actively":8851,"stefan":8852,"procedures":8853,"cannon":8854,"blond":8855,"kenneth":8856,"centered":8857,"servants":8858,"chains":8859,"libraries":8860,"malcolm":8861,"essex":8862,"henri":8863,"slavery":8864,"##hal":8865,"facts":8866,"fairy":8867,"coached":8868,"cassie":8869,"cats":8870,"washed":8871,"cop":8872,"##fi":8873,"announcement":8874,"item":8875,"2000s":8876,"vinyl":8877,"activated":8878,"marco":8879,"frontier":8880,"growled":8881,"curriculum":8882,"##das":8883,"loyal":8884,"accomplished":8885,"leslie":8886,"ritual":8887,"kenny":8888,"##00":8889,"vii":8890,"napoleon":8891,"hollow":8892,"hybrid":8893,"jungle":8894,"stationed":8895,"friedrich":8896,"counted":8897,"##ulated":8898,"platinum":8899,"theatrical":8900,"seated":8901,"col":8902,"rubber":8903,"glen":8904,"1840":8905,"diversity":8906,"healing":8907,"extends":8908,"id":8909,"provisions":8910,"administrator":8911,"columbus":8912,"##oe":8913,"tributary":8914,"te":8915,"assured":8916,"org":8917,"##uous":8918,"prestigious":8919,"examined":8920,"lectures":8921,"grammy":8922,"ronald":8923,"associations":8924,"bailey":8925,"allan":8926,"essays":8927,"flute":8928,"believing":8929,"consultant":8930,"proceedings":8931,"travelling":8932,"1853":8933,"kit":8934,"kerala":8935,"yugoslavia":8936,"buddy":8937,"methodist":8938,"##ith":8939,"burial":8940,"centres":8941,"batman":8942,"##nda":8943,"discontinued":8944,"bo":8945,"dock":8946,"stockholm":8947,"lungs":8948,"severely":8949,"##nk":8950,"citing":8951,"manga":8952,"##ugh":8953,"steal":8954,"mumbai":8955,"iraqi":8956,"robot":8957,"celebrity":8958,"bride":8959,"broadcasts":8960,"abolished":8961,"pot":8962,"joel":8963,"overhead":8964,"franz":8965,"packed":8966,"reconnaissance":8967,"johann":8968,"acknowledged":8969,"introduce":8970,"handled":8971,"doctorate":8972,"developments":8973,"drinks":8974,"alley":8975,"palestine":8976,"##nis":8977,"##aki":8978,"proceeded":8979,"recover":8980,"bradley":8981,"grain":8982,"patch":8983,"afford":8984,"infection":8985,"nationalist":8986,"legendary":8987,"##ath":8988,"interchange":8989,"virtually":8990,"gen":8991,"gravity":8992,"exploration":8993,"amber":8994,"vital":8995,"wishes":8996,"powell":8997,"doctrine":8998,"elbow":8999,"screenplay":9000,"##bird":9001,"contribute":9002,"indonesian":9003,"pet":9004,"creates":9005,"##com":9006,"enzyme":9007,"kylie":9008,"discipline":9009,"drops":9010,"manila":9011,"hunger":9012,"##ien":9013,"layers":9014,"suffer":9015,"fever":9016,"bits":9017,"monica":9018,"keyboard":9019,"manages":9020,"##hood":9021,"searched":9022,"appeals":9023,"##bad":9024,"testament":9025,"grande":9026,"reid":9027,"##war":9028,"beliefs":9029,"congo":9030,"##ification":9031,"##dia":9032,"si":9033,"requiring":9034,"##via":9035,"casey":9036,"1849":9037,"regret":9038,"streak":9039,"rape":9040,"depends":9041,"syrian":9042,"sprint":9043,"pound":9044,"tourists":9045,"upcoming":9046,"pub":9047,"##xi":9048,"tense":9049,"##els":9050,"practiced":9051,"echo":9052,"nationwide":9053,"guild":9054,"motorcycle":9055,"liz":9056,"##zar":9057,"chiefs":9058,"desired":9059,"elena":9060,"bye":9061,"precious":9062,"absorbed":9063,"relatives":9064,"booth":9065,"pianist":9066,"##mal":9067,"citizenship":9068,"exhausted":9069,"wilhelm":9070,"##ceae":9071,"##hed":9072,"noting":9073,"quarterback":9074,"urge":9075,"hectares":9076,"##gue":9077,"ace":9078,"holly":9079,"##tal":9080,"blonde":9081,"davies":9082,"parked":9083,"sustainable":9084,"stepping":9085,"twentieth":9086,"airfield":9087,"galaxy":9088,"nest":9089,"chip":9090,"##nell":9091,"tan":9092,"shaft":9093,"paulo":9094,"requirement":9095,"##zy":9096,"paradise":9097,"tobacco":9098,"trans":9099,"renewed":9100,"vietnamese":9101,"##cker":9102,"##ju":9103,"suggesting":9104,"catching":9105,"holmes":9106,"enjoying":9107,"md":9108,"trips":9109,"colt":9110,"holder":9111,"butterfly":9112,"nerve":9113,"reformed":9114,"cherry":9115,"bowling":9116,"trailer":9117,"carriage":9118,"goodbye":9119,"appreciate":9120,"toy":9121,"joshua":9122,"interactive":9123,"enabled":9124,"involve":9125,"##kan":9126,"collar":9127,"determination":9128,"bunch":9129,"facebook":9130,"recall":9131,"shorts":9132,"superintendent":9133,"episcopal":9134,"frustration":9135,"giovanni":9136,"nineteenth":9137,"laser":9138,"privately":9139,"array":9140,"circulation":9141,"##ovic":9142,"armstrong":9143,"deals":9144,"painful":9145,"permit":9146,"discrimination":9147,"##wi":9148,"aires":9149,"retiring":9150,"cottage":9151,"ni":9152,"##sta":9153,"horizon":9154,"ellen":9155,"jamaica":9156,"ripped":9157,"fernando":9158,"chapters":9159,"playstation":9160,"patron":9161,"lecturer":9162,"navigation":9163,"behaviour":9164,"genes":9165,"georgian":9166,"export":9167,"solomon":9168,"rivals":9169,"swift":9170,"seventeen":9171,"rodriguez":9172,"princeton":9173,"independently":9174,"sox":9175,"1847":9176,"arguing":9177,"entity":9178,"casting":9179,"hank":9180,"criteria":9181,"oakland":9182,"geographic":9183,"milwaukee":9184,"reflection":9185,"expanding":9186,"conquest":9187,"dubbed":9188,"##tv":9189,"halt":9190,"brave":9191,"brunswick":9192,"doi":9193,"arched":9194,"curtis":9195,"divorced":9196,"predominantly":9197,"somerset":9198,"streams":9199,"ugly":9200,"zoo":9201,"horrible":9202,"curved":9203,"buenos":9204,"fierce":9205,"dictionary":9206,"vector":9207,"theological":9208,"unions":9209,"handful":9210,"stability":9211,"chan":9212,"punjab":9213,"segments":9214,"##lly":9215,"altar":9216,"ignoring":9217,"gesture":9218,"monsters":9219,"pastor":9220,"##stone":9221,"thighs":9222,"unexpected":9223,"operators":9224,"abruptly":9225,"coin":9226,"compiled":9227,"associates":9228,"improving":9229,"migration":9230,"pin":9231,"##ose":9232,"compact":9233,"collegiate":9234,"reserved":9235,"##urs":9236,"quarterfinals":9237,"roster":9238,"restore":9239,"assembled":9240,"hurry":9241,"oval":9242,"##cies":9243,"1846":9244,"flags":9245,"martha":9246,"##del":9247,"victories":9248,"sharply":9249,"##rated":9250,"argues":9251,"deadly":9252,"neo":9253,"drawings":9254,"symbols":9255,"performer":9256,"##iel":9257,"griffin":9258,"restrictions":9259,"editing":9260,"andrews":9261,"java":9262,"journals":9263,"arabia":9264,"compositions":9265,"dee":9266,"pierce":9267,"removing":9268,"hindi":9269,"casino":9270,"runway":9271,"civilians":9272,"minds":9273,"nasa":9274,"hotels":9275,"##zation":9276,"refuge":9277,"rent":9278,"retain":9279,"potentially":9280,"conferences":9281,"suburban":9282,"conducting":9283,"##tto":9284,"##tions":9285,"##tle":9286,"descended":9287,"massacre":9288,"##cal":9289,"ammunition":9290,"terrain":9291,"fork":9292,"souls":9293,"counts":9294,"chelsea":9295,"durham":9296,"drives":9297,"cab":9298,"##bank":9299,"perth":9300,"realizing":9301,"palestinian":9302,"finn":9303,"simpson":9304,"##dal":9305,"betty":9306,"##ule":9307,"moreover":9308,"particles":9309,"cardinals":9310,"tent":9311,"evaluation":9312,"extraordinary":9313,"##oid":9314,"inscription":9315,"##works":9316,"wednesday":9317,"chloe":9318,"maintains":9319,"panels":9320,"ashley":9321,"trucks":9322,"##nation":9323,"cluster":9324,"sunlight":9325,"strikes":9326,"zhang":9327,"##wing":9328,"dialect":9329,"canon":9330,"##ap":9331,"tucked":9332,"##ws":9333,"collecting":9334,"##mas":9335,"##can":9336,"##sville":9337,"maker":9338,"quoted":9339,"evan":9340,"franco":9341,"aria":9342,"buying":9343,"cleaning":9344,"eva":9345,"closet":9346,"provision":9347,"apollo":9348,"clinic":9349,"rat":9350,"##ez":9351,"necessarily":9352,"ac":9353,"##gle":9354,"##ising":9355,"venues":9356,"flipped":9357,"cent":9358,"spreading":9359,"trustees":9360,"checking":9361,"authorized":9362,"##sco":9363,"disappointed":9364,"##ado":9365,"notion":9366,"duration":9367,"trumpet":9368,"hesitated":9369,"topped":9370,"brussels":9371,"rolls":9372,"theoretical":9373,"hint":9374,"define":9375,"aggressive":9376,"repeat":9377,"wash":9378,"peaceful":9379,"optical":9380,"width":9381,"allegedly":9382,"mcdonald":9383,"strict":9384,"copyright":9385,"##illa":9386,"investors":9387,"mar":9388,"jam":9389,"witnesses":9390,"sounding":9391,"miranda":9392,"michelle":9393,"privacy":9394,"hugo":9395,"harmony":9396,"##pp":9397,"valid":9398,"lynn":9399,"glared":9400,"nina":9401,"102":9402,"headquartered":9403,"diving":9404,"boarding":9405,"gibson":9406,"##ncy":9407,"albanian":9408,"marsh":9409,"routine":9410,"dealt":9411,"enhanced":9412,"er":9413,"intelligent":9414,"substance":9415,"targeted":9416,"enlisted":9417,"discovers":9418,"spinning":9419,"observations":9420,"pissed":9421,"smoking":9422,"rebecca":9423,"capitol":9424,"visa":9425,"varied":9426,"costume":9427,"seemingly":9428,"indies":9429,"compensation":9430,"surgeon":9431,"thursday":9432,"arsenal":9433,"westminster":9434,"suburbs":9435,"rid":9436,"anglican":9437,"##ridge":9438,"knots":9439,"foods":9440,"alumni":9441,"lighter":9442,"fraser":9443,"whoever":9444,"portal":9445,"scandal":9446,"##ray":9447,"gavin":9448,"advised":9449,"instructor":9450,"flooding":9451,"terrorist":9452,"##ale":9453,"teenage":9454,"interim":9455,"senses":9456,"duck":9457,"teen":9458,"thesis":9459,"abby":9460,"eager":9461,"overcome":9462,"##ile":9463,"newport":9464,"glenn":9465,"rises":9466,"shame":9467,"##cc":9468,"prompted":9469,"priority":9470,"forgot":9471,"bomber":9472,"nicolas":9473,"protective":9474,"360":9475,"cartoon":9476,"katherine":9477,"breeze":9478,"lonely":9479,"trusted":9480,"henderson":9481,"richardson":9482,"relax":9483,"banner":9484,"candy":9485,"palms":9486,"remarkable":9487,"##rio":9488,"legends":9489,"cricketer":9490,"essay":9491,"ordained":9492,"edmund":9493,"rifles":9494,"trigger":9495,"##uri":9496,"##away":9497,"sail":9498,"alert":9499,"1830":9500,"audiences":9501,"penn":9502,"sussex":9503,"siblings":9504,"pursued":9505,"indianapolis":9506,"resist":9507,"rosa":9508,"consequence":9509,"succeed":9510,"avoided":9511,"1845":9512,"##ulation":9513,"inland":9514,"##tie":9515,"##nna":9516,"counsel":9517,"profession":9518,"chronicle":9519,"hurried":9520,"##una":9521,"eyebrow":9522,"eventual":9523,"bleeding":9524,"innovative":9525,"cure":9526,"##dom":9527,"committees":9528,"accounting":9529,"con":9530,"scope":9531,"hardy":9532,"heather":9533,"tenor":9534,"gut":9535,"herald":9536,"codes":9537,"tore":9538,"scales":9539,"wagon":9540,"##oo":9541,"luxury":9542,"tin":9543,"prefer":9544,"fountain":9545,"triangle":9546,"bonds":9547,"darling":9548,"convoy":9549,"dried":9550,"traced":9551,"beings":9552,"troy":9553,"accidentally":9554,"slam":9555,"findings":9556,"smelled":9557,"joey":9558,"lawyers":9559,"outcome":9560,"steep":9561,"bosnia":9562,"configuration":9563,"shifting":9564,"toll":9565,"brook":9566,"performers":9567,"lobby":9568,"philosophical":9569,"construct":9570,"shrine":9571,"aggregate":9572,"boot":9573,"cox":9574,"phenomenon":9575,"savage":9576,"insane":9577,"solely":9578,"reynolds":9579,"lifestyle":9580,"##ima":9581,"nationally":9582,"holdings":9583,"consideration":9584,"enable":9585,"edgar":9586,"mo":9587,"mama":9588,"##tein":9589,"fights":9590,"relegation":9591,"chances":9592,"atomic":9593,"hub":9594,"conjunction":9595,"awkward":9596,"reactions":9597,"currency":9598,"finale":9599,"kumar":9600,"underwent":9601,"steering":9602,"elaborate":9603,"gifts":9604,"comprising":9605,"melissa":9606,"veins":9607,"reasonable":9608,"sunshine":9609,"chi":9610,"solve":9611,"trails":9612,"inhabited":9613,"elimination":9614,"ethics":9615,"huh":9616,"ana":9617,"molly":9618,"consent":9619,"apartments":9620,"layout":9621,"marines":9622,"##ces":9623,"hunters":9624,"bulk":9625,"##oma":9626,"hometown":9627,"##wall":9628,"##mont":9629,"cracked":9630,"reads":9631,"neighbouring":9632,"withdrawn":9633,"admission":9634,"wingspan":9635,"damned":9636,"anthology":9637,"lancashire":9638,"brands":9639,"batting":9640,"forgive":9641,"cuban":9642,"awful":9643,"##lyn":9644,"104":9645,"dimensions":9646,"imagination":9647,"##ade":9648,"dante":9649,"##ship":9650,"tracking":9651,"desperately":9652,"goalkeeper":9653,"##yne":9654,"groaned":9655,"workshops":9656,"confident":9657,"burton":9658,"gerald":9659,"milton":9660,"circus":9661,"uncertain":9662,"slope":9663,"copenhagen":9664,"sophia":9665,"fog":9666,"philosopher":9667,"portraits":9668,"accent":9669,"cycling":9670,"varying":9671,"gripped":9672,"larvae":9673,"garrett":9674,"specified":9675,"scotia":9676,"mature":9677,"luther":9678,"kurt":9679,"rap":9680,"##kes":9681,"aerial":9682,"750":9683,"ferdinand":9684,"heated":9685,"es":9686,"transported":9687,"##shan":9688,"safely":9689,"nonetheless":9690,"##orn":9691,"##gal":9692,"motors":9693,"demanding":9694,"##sburg":9695,"startled":9696,"##brook":9697,"ally":9698,"generate":9699,"caps":9700,"ghana":9701,"stained":9702,"demo":9703,"mentions":9704,"beds":9705,"ap":9706,"afterward":9707,"diary":9708,"##bling":9709,"utility":9710,"##iro":9711,"richards":9712,"1837":9713,"conspiracy":9714,"conscious":9715,"shining":9716,"footsteps":9717,"observer":9718,"cyprus":9719,"urged":9720,"loyalty":9721,"developer":9722,"probability":9723,"olive":9724,"upgraded":9725,"gym":9726,"miracle":9727,"insects":9728,"graves":9729,"1844":9730,"ourselves":9731,"hydrogen":9732,"amazon":9733,"katie":9734,"tickets":9735,"poets":9736,"##pm":9737,"planes":9738,"##pan":9739,"prevention":9740,"witnessed":9741,"dense":9742,"jin":9743,"randy":9744,"tang":9745,"warehouse":9746,"monroe":9747,"bang":9748,"archived":9749,"elderly":9750,"investigations":9751,"alec":9752,"granite":9753,"mineral":9754,"conflicts":9755,"controlling":9756,"aboriginal":9757,"carlo":9758,"##zu":9759,"mechanics":9760,"stan":9761,"stark":9762,"rhode":9763,"skirt":9764,"est":9765,"##berry":9766,"bombs":9767,"respected":9768,"##horn":9769,"imposed":9770,"limestone":9771,"deny":9772,"nominee":9773,"memphis":9774,"grabbing":9775,"disabled":9776,"##als":9777,"amusement":9778,"aa":9779,"frankfurt":9780,"corn":9781,"referendum":9782,"varies":9783,"slowed":9784,"disk":9785,"firms":9786,"unconscious":9787,"incredible":9788,"clue":9789,"sue":9790,"##zhou":9791,"twist":9792,"##cio":9793,"joins":9794,"idaho":9795,"chad":9796,"developers":9797,"computing":9798,"destroyer":9799,"103":9800,"mortal":9801,"tucker":9802,"kingston":9803,"choices":9804,"yu":9805,"carson":9806,"1800":9807,"os":9808,"whitney":9809,"geneva":9810,"pretend":9811,"dimension":9812,"staged":9813,"plateau":9814,"maya":9815,"##une":9816,"freestyle":9817,"##bc":9818,"rovers":9819,"hiv":9820,"##ids":9821,"tristan":9822,"classroom":9823,"prospect":9824,"##hus":9825,"honestly":9826,"diploma":9827,"lied":9828,"thermal":9829,"auxiliary":9830,"feast":9831,"unlikely":9832,"iata":9833,"##tel":9834,"morocco":9835,"pounding":9836,"treasury":9837,"lithuania":9838,"considerably":9839,"1841":9840,"dish":9841,"1812":9842,"geological":9843,"matching":9844,"stumbled":9845,"destroying":9846,"marched":9847,"brien":9848,"advances":9849,"cake":9850,"nicole":9851,"belle":9852,"settling":9853,"measuring":9854,"directing":9855,"##mie":9856,"tuesday":9857,"bassist":9858,"capabilities":9859,"stunned":9860,"fraud":9861,"torpedo":9862,"##list":9863,"##phone":9864,"anton":9865,"wisdom":9866,"surveillance":9867,"ruined":9868,"##ulate":9869,"lawsuit":9870,"healthcare":9871,"theorem":9872,"halls":9873,"trend":9874,"aka":9875,"horizontal":9876,"dozens":9877,"acquire":9878,"lasting":9879,"swim":9880,"hawk":9881,"gorgeous":9882,"fees":9883,"vicinity":9884,"decrease":9885,"adoption":9886,"tactics":9887,"##ography":9888,"pakistani":9889,"##ole":9890,"draws":9891,"##hall":9892,"willie":9893,"burke":9894,"heath":9895,"algorithm":9896,"integral":9897,"powder":9898,"elliott":9899,"brigadier":9900,"jackie":9901,"tate":9902,"varieties":9903,"darker":9904,"##cho":9905,"lately":9906,"cigarette":9907,"specimens":9908,"adds":9909,"##ree":9910,"##ensis":9911,"##inger":9912,"exploded":9913,"finalist":9914,"cia":9915,"murders":9916,"wilderness":9917,"arguments":9918,"nicknamed":9919,"acceptance":9920,"onwards":9921,"manufacture":9922,"robertson":9923,"jets":9924,"tampa":9925,"enterprises":9926,"blog":9927,"loudly":9928,"composers":9929,"nominations":9930,"1838":9931,"ai":9932,"malta":9933,"inquiry":9934,"automobile":9935,"hosting":9936,"viii":9937,"rays":9938,"tilted":9939,"grief":9940,"museums":9941,"strategies":9942,"furious":9943,"euro":9944,"equality":9945,"cohen":9946,"poison":9947,"surrey":9948,"wireless":9949,"governed":9950,"ridiculous":9951,"moses":9952,"##esh":9953,"##room":9954,"vanished":9955,"##ito":9956,"barnes":9957,"attract":9958,"morrison":9959,"istanbul":9960,"##iness":9961,"absent":9962,"rotation":9963,"petition":9964,"janet":9965,"##logical":9966,"satisfaction":9967,"custody":9968,"deliberately":9969,"observatory":9970,"comedian":9971,"surfaces":9972,"pinyin":9973,"novelist":9974,"strictly":9975,"canterbury":9976,"oslo":9977,"monks":9978,"embrace":9979,"ibm":9980,"jealous":9981,"photograph":9982,"continent":9983,"dorothy":9984,"marina":9985,"doc":9986,"excess":9987,"holden":9988,"allegations":9989,"explaining":9990,"stack":9991,"avoiding":9992,"lance":9993,"storyline":9994,"majesty":9995,"poorly":9996,"spike":9997,"dos":9998,"bradford":9999,"raven":10000,"travis":10001,"classics":10002,"proven":10003,"voltage":10004,"pillow":10005,"fists":10006,"butt":10007,"1842":10008,"interpreted":10009,"##car":10010,"1839":10011,"gage":10012,"telegraph":10013,"lens":10014,"promising":10015,"expelled":10016,"casual":10017,"collector":10018,"zones":10019,"##min":10020,"silly":10021,"nintendo":10022,"##kh":10023,"##bra":10024,"downstairs":10025,"chef":10026,"suspicious":10027,"afl":10028,"flies":10029,"vacant":10030,"uganda":10031,"pregnancy":10032,"condemned":10033,"lutheran":10034,"estimates":10035,"cheap":10036,"decree":10037,"saxon":10038,"proximity":10039,"stripped":10040,"idiot":10041,"deposits":10042,"contrary":10043,"presenter":10044,"magnus":10045,"glacier":10046,"im":10047,"offense":10048,"edwin":10049,"##ori":10050,"upright":10051,"##long":10052,"bolt":10053,"##ois":10054,"toss":10055,"geographical":10056,"##izes":10057,"environments":10058,"delicate":10059,"marking":10060,"abstract":10061,"xavier":10062,"nails":10063,"windsor":10064,"plantation":10065,"occurring":10066,"equity":10067,"saskatchewan":10068,"fears":10069,"drifted":10070,"sequences":10071,"vegetation":10072,"revolt":10073,"##stic":10074,"1843":10075,"sooner":10076,"fusion":10077,"opposing":10078,"nato":10079,"skating":10080,"1836":10081,"secretly":10082,"ruin":10083,"lease":10084,"##oc":10085,"edit":10086,"##nne":10087,"flora":10088,"anxiety":10089,"ruby":10090,"##ological":10091,"##mia":10092,"tel":10093,"bout":10094,"taxi":10095,"emmy":10096,"frost":10097,"rainbow":10098,"compounds":10099,"foundations":10100,"rainfall":10101,"assassination":10102,"nightmare":10103,"dominican":10104,"##win":10105,"achievements":10106,"deserve":10107,"orlando":10108,"intact":10109,"armenia":10110,"##nte":10111,"calgary":10112,"valentine":10113,"106":10114,"marion":10115,"proclaimed":10116,"theodore":10117,"bells":10118,"courtyard":10119,"thigh":10120,"gonzalez":10121,"console":10122,"troop":10123,"minimal":10124,"monte":10125,"everyday":10126,"##ence":10127,"##if":10128,"supporter":10129,"terrorism":10130,"buck":10131,"openly":10132,"presbyterian":10133,"activists":10134,"carpet":10135,"##iers":10136,"rubbing":10137,"uprising":10138,"##yi":10139,"cute":10140,"conceived":10141,"legally":10142,"##cht":10143,"millennium":10144,"cello":10145,"velocity":10146,"ji":10147,"rescued":10148,"cardiff":10149,"1835":10150,"rex":10151,"concentrate":10152,"senators":10153,"beard":10154,"rendered":10155,"glowing":10156,"battalions":10157,"scouts":10158,"competitors":10159,"sculptor":10160,"catalogue":10161,"arctic":10162,"ion":10163,"raja":10164,"bicycle":10165,"wow":10166,"glancing":10167,"lawn":10168,"##woman":10169,"gentleman":10170,"lighthouse":10171,"publish":10172,"predicted":10173,"calculated":10174,"##val":10175,"variants":10176,"##gne":10177,"strain":10178,"##ui":10179,"winston":10180,"deceased":10181,"##nus":10182,"touchdowns":10183,"brady":10184,"caleb":10185,"sinking":10186,"echoed":10187,"crush":10188,"hon":10189,"blessed":10190,"protagonist":10191,"hayes":10192,"endangered":10193,"magnitude":10194,"editors":10195,"##tine":10196,"estimate":10197,"responsibilities":10198,"##mel":10199,"backup":10200,"laying":10201,"consumed":10202,"sealed":10203,"zurich":10204,"lovers":10205,"frustrated":10206,"##eau":10207,"ahmed":10208,"kicking":10209,"mit":10210,"treasurer":10211,"1832":10212,"biblical":10213,"refuse":10214,"terrified":10215,"pump":10216,"agrees":10217,"genuine":10218,"imprisonment":10219,"refuses":10220,"plymouth":10221,"##hen":10222,"lou":10223,"##nen":10224,"tara":10225,"trembling":10226,"antarctic":10227,"ton":10228,"learns":10229,"##tas":10230,"crap":10231,"crucial":10232,"faction":10233,"atop":10234,"##borough":10235,"wrap":10236,"lancaster":10237,"odds":10238,"hopkins":10239,"erik":10240,"lyon":10241,"##eon":10242,"bros":10243,"##ode":10244,"snap":10245,"locality":10246,"tips":10247,"empress":10248,"crowned":10249,"cal":10250,"acclaimed":10251,"chuckled":10252,"##ory":10253,"clara":10254,"sends":10255,"mild":10256,"towel":10257,"##fl":10258,"##day":10259,"##а":10260,"wishing":10261,"assuming":10262,"interviewed":10263,"##bal":10264,"##die":10265,"interactions":10266,"eden":10267,"cups":10268,"helena":10269,"##lf":10270,"indie":10271,"beck":10272,"##fire":10273,"batteries":10274,"filipino":10275,"wizard":10276,"parted":10277,"##lam":10278,"traces":10279,"##born":10280,"rows":10281,"idol":10282,"albany":10283,"delegates":10284,"##ees":10285,"##sar":10286,"discussions":10287,"##ex":10288,"notre":10289,"instructed":10290,"belgrade":10291,"highways":10292,"suggestion":10293,"lauren":10294,"possess":10295,"orientation":10296,"alexandria":10297,"abdul":10298,"beats":10299,"salary":10300,"reunion":10301,"ludwig":10302,"alright":10303,"wagner":10304,"intimate":10305,"pockets":10306,"slovenia":10307,"hugged":10308,"brighton":10309,"merchants":10310,"cruel":10311,"stole":10312,"trek":10313,"slopes":10314,"repairs":10315,"enrollment":10316,"politically":10317,"underlying":10318,"promotional":10319,"counting":10320,"boeing":10321,"##bb":10322,"isabella":10323,"naming":10324,"##и":10325,"keen":10326,"bacteria":10327,"listing":10328,"separately":10329,"belfast":10330,"ussr":10331,"450":10332,"lithuanian":10333,"anybody":10334,"ribs":10335,"sphere":10336,"martinez":10337,"cock":10338,"embarrassed":10339,"proposals":10340,"fragments":10341,"nationals":10342,"##fs":10343,"##wski":10344,"premises":10345,"fin":10346,"1500":10347,"alpine":10348,"matched":10349,"freely":10350,"bounded":10351,"jace":10352,"sleeve":10353,"##af":10354,"gaming":10355,"pier":10356,"populated":10357,"evident":10358,"##like":10359,"frances":10360,"flooded":10361,"##dle":10362,"frightened":10363,"pour":10364,"trainer":10365,"framed":10366,"visitor":10367,"challenging":10368,"pig":10369,"wickets":10370,"##fold":10371,"infected":10372,"email":10373,"##pes":10374,"arose":10375,"##aw":10376,"reward":10377,"ecuador":10378,"oblast":10379,"vale":10380,"ch":10381,"shuttle":10382,"##usa":10383,"bach":10384,"rankings":10385,"forbidden":10386,"cornwall":10387,"accordance":10388,"salem":10389,"consumers":10390,"bruno":10391,"fantastic":10392,"toes":10393,"machinery":10394,"resolved":10395,"julius":10396,"remembering":10397,"propaganda":10398,"iceland":10399,"bombardment":10400,"tide":10401,"contacts":10402,"wives":10403,"##rah":10404,"concerto":10405,"macdonald":10406,"albania":10407,"implement":10408,"daisy":10409,"tapped":10410,"sudan":10411,"helmet":10412,"angela":10413,"mistress":10414,"##lic":10415,"crop":10416,"sunk":10417,"finest":10418,"##craft":10419,"hostile":10420,"##ute":10421,"##tsu":10422,"boxer":10423,"fr":10424,"paths":10425,"adjusted":10426,"habit":10427,"ballot":10428,"supervision":10429,"soprano":10430,"##zen":10431,"bullets":10432,"wicked":10433,"sunset":10434,"regiments":10435,"disappear":10436,"lamp":10437,"performs":10438,"app":10439,"##gia":10440,"##oa":10441,"rabbit":10442,"digging":10443,"incidents":10444,"entries":10445,"##cion":10446,"dishes":10447,"##oi":10448,"introducing":10449,"##ati":10450,"##fied":10451,"freshman":10452,"slot":10453,"jill":10454,"tackles":10455,"baroque":10456,"backs":10457,"##iest":10458,"lone":10459,"sponsor":10460,"destiny":10461,"altogether":10462,"convert":10463,"##aro":10464,"consensus":10465,"shapes":10466,"demonstration":10467,"basically":10468,"feminist":10469,"auction":10470,"artifacts":10471,"##bing":10472,"strongest":10473,"twitter":10474,"halifax":10475,"2019":10476,"allmusic":10477,"mighty":10478,"smallest":10479,"precise":10480,"alexandra":10481,"viola":10482,"##los":10483,"##ille":10484,"manuscripts":10485,"##illo":10486,"dancers":10487,"ari":10488,"managers":10489,"monuments":10490,"blades":10491,"barracks":10492,"springfield":10493,"maiden":10494,"consolidated":10495,"electron":10496,"##end":10497,"berry":10498,"airing":10499,"wheat":10500,"nobel":10501,"inclusion":10502,"blair":10503,"payments":10504,"geography":10505,"bee":10506,"cc":10507,"eleanor":10508,"react":10509,"##hurst":10510,"afc":10511,"manitoba":10512,"##yu":10513,"su":10514,"lineup":10515,"fitness":10516,"recreational":10517,"investments":10518,"airborne":10519,"disappointment":10520,"##dis":10521,"edmonton":10522,"viewing":10523,"##row":10524,"renovation":10525,"##cast":10526,"infant":10527,"bankruptcy":10528,"roses":10529,"aftermath":10530,"pavilion":10531,"##yer":10532,"carpenter":10533,"withdrawal":10534,"ladder":10535,"##hy":10536,"discussing":10537,"popped":10538,"reliable":10539,"agreements":10540,"rochester":10541,"##abad":10542,"curves":10543,"bombers":10544,"220":10545,"rao":10546,"reverend":10547,"decreased":10548,"choosing":10549,"107":10550,"stiff":10551,"consulting":10552,"naples":10553,"crawford":10554,"tracy":10555,"ka":10556,"ribbon":10557,"cops":10558,"##lee":10559,"crushed":10560,"deciding":10561,"unified":10562,"teenager":10563,"accepting":10564,"flagship":10565,"explorer":10566,"poles":10567,"sanchez":10568,"inspection":10569,"revived":10570,"skilled":10571,"induced":10572,"exchanged":10573,"flee":10574,"locals":10575,"tragedy":10576,"swallow":10577,"loading":10578,"hanna":10579,"demonstrate":10580,"##ela":10581,"salvador":10582,"flown":10583,"contestants":10584,"civilization":10585,"##ines":10586,"wanna":10587,"rhodes":10588,"fletcher":10589,"hector":10590,"knocking":10591,"considers":10592,"##ough":10593,"nash":10594,"mechanisms":10595,"sensed":10596,"mentally":10597,"walt":10598,"unclear":10599,"##eus":10600,"renovated":10601,"madame":10602,"##cks":10603,"crews":10604,"governmental":10605,"##hin":10606,"undertaken":10607,"monkey":10608,"##ben":10609,"##ato":10610,"fatal":10611,"armored":10612,"copa":10613,"caves":10614,"governance":10615,"grasp":10616,"perception":10617,"certification":10618,"froze":10619,"damp":10620,"tugged":10621,"wyoming":10622,"##rg":10623,"##ero":10624,"newman":10625,"##lor":10626,"nerves":10627,"curiosity":10628,"graph":10629,"115":10630,"##ami":10631,"withdraw":10632,"tunnels":10633,"dull":10634,"meredith":10635,"moss":10636,"exhibits":10637,"neighbors":10638,"communicate":10639,"accuracy":10640,"explored":10641,"raiders":10642,"republicans":10643,"secular":10644,"kat":10645,"superman":10646,"penny":10647,"criticised":10648,"##tch":10649,"freed":10650,"update":10651,"conviction":10652,"wade":10653,"ham":10654,"likewise":10655,"delegation":10656,"gotta":10657,"doll":10658,"promises":10659,"technological":10660,"myth":10661,"nationality":10662,"resolve":10663,"convent":10664,"##mark":10665,"sharon":10666,"dig":10667,"sip":10668,"coordinator":10669,"entrepreneur":10670,"fold":10671,"##dine":10672,"capability":10673,"councillor":10674,"synonym":10675,"blown":10676,"swan":10677,"cursed":10678,"1815":10679,"jonas":10680,"haired":10681,"sofa":10682,"canvas":10683,"keeper":10684,"rivalry":10685,"##hart":10686,"rapper":10687,"speedway":10688,"swords":10689,"postal":10690,"maxwell":10691,"estonia":10692,"potter":10693,"recurring":10694,"##nn":10695,"##ave":10696,"errors":10697,"##oni":10698,"cognitive":10699,"1834":10700,"##²":10701,"claws":10702,"nadu":10703,"roberto":10704,"bce":10705,"wrestler":10706,"ellie":10707,"##ations":10708,"infinite":10709,"ink":10710,"##tia":10711,"presumably":10712,"finite":10713,"staircase":10714,"108":10715,"noel":10716,"patricia":10717,"nacional":10718,"##cation":10719,"chill":10720,"eternal":10721,"tu":10722,"preventing":10723,"prussia":10724,"fossil":10725,"limbs":10726,"##logist":10727,"ernst":10728,"frog":10729,"perez":10730,"rene":10731,"##ace":10732,"pizza":10733,"prussian":10734,"##ios":10735,"##vy":10736,"molecules":10737,"regulatory":10738,"answering":10739,"opinions":10740,"sworn":10741,"lengths":10742,"supposedly":10743,"hypothesis":10744,"upward":10745,"habitats":10746,"seating":10747,"ancestors":10748,"drank":10749,"yield":10750,"hd":10751,"synthesis":10752,"researcher":10753,"modest":10754,"##var":10755,"mothers":10756,"peered":10757,"voluntary":10758,"homeland":10759,"##the":10760,"acclaim":10761,"##igan":10762,"static":10763,"valve":10764,"luxembourg":10765,"alto":10766,"carroll":10767,"fe":10768,"receptor":10769,"norton":10770,"ambulance":10771,"##tian":10772,"johnston":10773,"catholics":10774,"depicting":10775,"jointly":10776,"elephant":10777,"gloria":10778,"mentor":10779,"badge":10780,"ahmad":10781,"distinguish":10782,"remarked":10783,"councils":10784,"precisely":10785,"allison":10786,"advancing":10787,"detection":10788,"crowded":10789,"##10":10790,"cooperative":10791,"ankle":10792,"mercedes":10793,"dagger":10794,"surrendered":10795,"pollution":10796,"commit":10797,"subway":10798,"jeffrey":10799,"lesson":10800,"sculptures":10801,"provider":10802,"##fication":10803,"membrane":10804,"timothy":10805,"rectangular":10806,"fiscal":10807,"heating":10808,"teammate":10809,"basket":10810,"particle":10811,"anonymous":10812,"deployment":10813,"##ple":10814,"missiles":10815,"courthouse":10816,"proportion":10817,"shoe":10818,"sec":10819,"##ller":10820,"complaints":10821,"forbes":10822,"blacks":10823,"abandon":10824,"remind":10825,"sizes":10826,"overwhelming":10827,"autobiography":10828,"natalie":10829,"##awa":10830,"risks":10831,"contestant":10832,"countryside":10833,"babies":10834,"scorer":10835,"invaded":10836,"enclosed":10837,"proceed":10838,"hurling":10839,"disorders":10840,"##cu":10841,"reflecting":10842,"continuously":10843,"cruiser":10844,"graduates":10845,"freeway":10846,"investigated":10847,"ore":10848,"deserved":10849,"maid":10850,"blocking":10851,"phillip":10852,"jorge":10853,"shakes":10854,"dove":10855,"mann":10856,"variables":10857,"lacked":10858,"burden":10859,"accompanying":10860,"que":10861,"consistently":10862,"organizing":10863,"provisional":10864,"complained":10865,"endless":10866,"##rm":10867,"tubes":10868,"juice":10869,"georges":10870,"krishna":10871,"mick":10872,"labels":10873,"thriller":10874,"##uch":10875,"laps":10876,"arcade":10877,"sage":10878,"snail":10879,"##table":10880,"shannon":10881,"fi":10882,"laurence":10883,"seoul":10884,"vacation":10885,"presenting":10886,"hire":10887,"churchill":10888,"surprisingly":10889,"prohibited":10890,"savannah":10891,"technically":10892,"##oli":10893,"170":10894,"##lessly":10895,"testimony":10896,"suited":10897,"speeds":10898,"toys":10899,"romans":10900,"mlb":10901,"flowering":10902,"measurement":10903,"talented":10904,"kay":10905,"settings":10906,"charleston":10907,"expectations":10908,"shattered":10909,"achieving":10910,"triumph":10911,"ceremonies":10912,"portsmouth":10913,"lanes":10914,"mandatory":10915,"loser":10916,"stretching":10917,"cologne":10918,"realizes":10919,"seventy":10920,"cornell":10921,"careers":10922,"webb":10923,"##ulating":10924,"americas":10925,"budapest":10926,"ava":10927,"suspicion":10928,"##ison":10929,"yo":10930,"conrad":10931,"##hai":10932,"sterling":10933,"jessie":10934,"rector":10935,"##az":10936,"1831":10937,"transform":10938,"organize":10939,"loans":10940,"christine":10941,"volcanic":10942,"warrant":10943,"slender":10944,"summers":10945,"subfamily":10946,"newer":10947,"danced":10948,"dynamics":10949,"rhine":10950,"proceeds":10951,"heinrich":10952,"gastropod":10953,"commands":10954,"sings":10955,"facilitate":10956,"easter":10957,"ra":10958,"positioned":10959,"responses":10960,"expense":10961,"fruits":10962,"yanked":10963,"imported":10964,"25th":10965,"velvet":10966,"vic":10967,"primitive":10968,"tribune":10969,"baldwin":10970,"neighbourhood":10971,"donna":10972,"rip":10973,"hay":10974,"pr":10975,"##uro":10976,"1814":10977,"espn":10978,"welcomed":10979,"##aria":10980,"qualifier":10981,"glare":10982,"highland":10983,"timing":10984,"##cted":10985,"shells":10986,"eased":10987,"geometry":10988,"louder":10989,"exciting":10990,"slovakia":10991,"##sion":10992,"##iz":10993,"##lot":10994,"savings":10995,"prairie":10996,"##ques":10997,"marching":10998,"rafael":10999,"tonnes":11000,"##lled":11001,"curtain":11002,"preceding":11003,"shy":11004,"heal":11005,"greene":11006,"worthy":11007,"##pot":11008,"detachment":11009,"bury":11010,"sherman":11011,"##eck":11012,"reinforced":11013,"seeks":11014,"bottles":11015,"contracted":11016,"duchess":11017,"outfit":11018,"walsh":11019,"##sc":11020,"mickey":11021,"##ase":11022,"geoffrey":11023,"archer":11024,"squeeze":11025,"dawson":11026,"eliminate":11027,"invention":11028,"##enberg":11029,"neal":11030,"##eth":11031,"stance":11032,"dealer":11033,"coral":11034,"maple":11035,"retire":11036,"polo":11037,"simplified":11038,"##ht":11039,"1833":11040,"hid":11041,"watts":11042,"backwards":11043,"jules":11044,"##oke":11045,"genesis":11046,"mt":11047,"frames":11048,"rebounds":11049,"burma":11050,"woodland":11051,"moist":11052,"santos":11053,"whispers":11054,"drained":11055,"subspecies":11056,"##aa":11057,"streaming":11058,"ulster":11059,"burnt":11060,"correspondence":11061,"maternal":11062,"gerard":11063,"denis":11064,"stealing":11065,"##load":11066,"genius":11067,"duchy":11068,"##oria":11069,"inaugurated":11070,"momentum":11071,"suits":11072,"placement":11073,"sovereign":11074,"clause":11075,"thames":11076,"##hara":11077,"confederation":11078,"reservation":11079,"sketch":11080,"yankees":11081,"lets":11082,"rotten":11083,"charm":11084,"hal":11085,"verses":11086,"ultra":11087,"commercially":11088,"dot":11089,"salon":11090,"citation":11091,"adopt":11092,"winnipeg":11093,"mist":11094,"allocated":11095,"cairo":11096,"##boy":11097,"jenkins":11098,"interference":11099,"objectives":11100,"##wind":11101,"1820":11102,"portfolio":11103,"armoured":11104,"sectors":11105,"##eh":11106,"initiatives":11107,"##world":11108,"integrity":11109,"exercises":11110,"robe":11111,"tap":11112,"ab":11113,"gazed":11114,"##tones":11115,"distracted":11116,"rulers":11117,"111":11118,"favorable":11119,"jerome":11120,"tended":11121,"cart":11122,"factories":11123,"##eri":11124,"diplomat":11125,"valued":11126,"gravel":11127,"charitable":11128,"##try":11129,"calvin":11130,"exploring":11131,"chang":11132,"shepherd":11133,"terrace":11134,"pdf":11135,"pupil":11136,"##ural":11137,"reflects":11138,"ups":11139,"##rch":11140,"governors":11141,"shelf":11142,"depths":11143,"##nberg":11144,"trailed":11145,"crest":11146,"tackle":11147,"##nian":11148,"##ats":11149,"hatred":11150,"##kai":11151,"clare":11152,"makers":11153,"ethiopia":11154,"longtime":11155,"detected":11156,"embedded":11157,"lacking":11158,"slapped":11159,"rely":11160,"thomson":11161,"anticipation":11162,"iso":11163,"morton":11164,"successive":11165,"agnes":11166,"screenwriter":11167,"straightened":11168,"philippe":11169,"playwright":11170,"haunted":11171,"licence":11172,"iris":11173,"intentions":11174,"sutton":11175,"112":11176,"logical":11177,"correctly":11178,"##weight":11179,"branded":11180,"licked":11181,"tipped":11182,"silva":11183,"ricky":11184,"narrator":11185,"requests":11186,"##ents":11187,"greeted":11188,"supernatural":11189,"cow":11190,"##wald":11191,"lung":11192,"refusing":11193,"employer":11194,"strait":11195,"gaelic":11196,"liner":11197,"##piece":11198,"zoe":11199,"sabha":11200,"##mba":11201,"driveway":11202,"harvest":11203,"prints":11204,"bates":11205,"reluctantly":11206,"threshold":11207,"algebra":11208,"ira":11209,"wherever":11210,"coupled":11211,"240":11212,"assumption":11213,"picks":11214,"##air":11215,"designers":11216,"raids":11217,"gentlemen":11218,"##ean":11219,"roller":11220,"blowing":11221,"leipzig":11222,"locks":11223,"screw":11224,"dressing":11225,"strand":11226,"##lings":11227,"scar":11228,"dwarf":11229,"depicts":11230,"##nu":11231,"nods":11232,"##mine":11233,"differ":11234,"boris":11235,"##eur":11236,"yuan":11237,"flip":11238,"##gie":11239,"mob":11240,"invested":11241,"questioning":11242,"applying":11243,"##ture":11244,"shout":11245,"##sel":11246,"gameplay":11247,"blamed":11248,"illustrations":11249,"bothered":11250,"weakness":11251,"rehabilitation":11252,"##of":11253,"##zes":11254,"envelope":11255,"rumors":11256,"miners":11257,"leicester":11258,"subtle":11259,"kerry":11260,"##ico":11261,"ferguson":11262,"##fu":11263,"premiership":11264,"ne":11265,"##cat":11266,"bengali":11267,"prof":11268,"catches":11269,"remnants":11270,"dana":11271,"##rily":11272,"shouting":11273,"presidents":11274,"baltic":11275,"ought":11276,"ghosts":11277,"dances":11278,"sailors":11279,"shirley":11280,"fancy":11281,"dominic":11282,"##bie":11283,"madonna":11284,"##rick":11285,"bark":11286,"buttons":11287,"gymnasium":11288,"ashes":11289,"liver":11290,"toby":11291,"oath":11292,"providence":11293,"doyle":11294,"evangelical":11295,"nixon":11296,"cement":11297,"carnegie":11298,"embarked":11299,"hatch":11300,"surroundings":11301,"guarantee":11302,"needing":11303,"pirate":11304,"essence":11305,"##bee":11306,"filter":11307,"crane":11308,"hammond":11309,"projected":11310,"immune":11311,"percy":11312,"twelfth":11313,"##ult":11314,"regent":11315,"doctoral":11316,"damon":11317,"mikhail":11318,"##ichi":11319,"lu":11320,"critically":11321,"elect":11322,"realised":11323,"abortion":11324,"acute":11325,"screening":11326,"mythology":11327,"steadily":11328,"##fc":11329,"frown":11330,"nottingham":11331,"kirk":11332,"wa":11333,"minneapolis":11334,"##rra":11335,"module":11336,"algeria":11337,"mc":11338,"nautical":11339,"encounters":11340,"surprising":11341,"statues":11342,"availability":11343,"shirts":11344,"pie":11345,"alma":11346,"brows":11347,"munster":11348,"mack":11349,"soup":11350,"crater":11351,"tornado":11352,"sanskrit":11353,"cedar":11354,"explosive":11355,"bordered":11356,"dixon":11357,"planets":11358,"stamp":11359,"exam":11360,"happily":11361,"##bble":11362,"carriers":11363,"kidnapped":11364,"##vis":11365,"accommodation":11366,"emigrated":11367,"##met":11368,"knockout":11369,"correspondent":11370,"violation":11371,"profits":11372,"peaks":11373,"lang":11374,"specimen":11375,"agenda":11376,"ancestry":11377,"pottery":11378,"spelling":11379,"equations":11380,"obtaining":11381,"ki":11382,"linking":11383,"1825":11384,"debris":11385,"asylum":11386,"##20":11387,"buddhism":11388,"teddy":11389,"##ants":11390,"gazette":11391,"##nger":11392,"##sse":11393,"dental":11394,"eligibility":11395,"utc":11396,"fathers":11397,"averaged":11398,"zimbabwe":11399,"francesco":11400,"coloured":11401,"hissed":11402,"translator":11403,"lynch":11404,"mandate":11405,"humanities":11406,"mackenzie":11407,"uniforms":11408,"lin":11409,"##iana":11410,"##gio":11411,"asset":11412,"mhz":11413,"fitting":11414,"samantha":11415,"genera":11416,"wei":11417,"rim":11418,"beloved":11419,"shark":11420,"riot":11421,"entities":11422,"expressions":11423,"indo":11424,"carmen":11425,"slipping":11426,"owing":11427,"abbot":11428,"neighbor":11429,"sidney":11430,"##av":11431,"rats":11432,"recommendations":11433,"encouraging":11434,"squadrons":11435,"anticipated":11436,"commanders":11437,"conquered":11438,"##oto":11439,"donations":11440,"diagnosed":11441,"##mond":11442,"divide":11443,"##iva":11444,"guessed":11445,"decoration":11446,"vernon":11447,"auditorium":11448,"revelation":11449,"conversations":11450,"##kers":11451,"##power":11452,"herzegovina":11453,"dash":11454,"alike":11455,"protested":11456,"lateral":11457,"herman":11458,"accredited":11459,"mg":11460,"##gent":11461,"freeman":11462,"mel":11463,"fiji":11464,"crow":11465,"crimson":11466,"##rine":11467,"livestock":11468,"##pped":11469,"humanitarian":11470,"bored":11471,"oz":11472,"whip":11473,"##lene":11474,"##ali":11475,"legitimate":11476,"alter":11477,"grinning":11478,"spelled":11479,"anxious":11480,"oriental":11481,"wesley":11482,"##nin":11483,"##hole":11484,"carnival":11485,"controller":11486,"detect":11487,"##ssa":11488,"bowed":11489,"educator":11490,"kosovo":11491,"macedonia":11492,"##sin":11493,"occupy":11494,"mastering":11495,"stephanie":11496,"janeiro":11497,"para":11498,"unaware":11499,"nurses":11500,"noon":11501,"135":11502,"cam":11503,"hopefully":11504,"ranger":11505,"combine":11506,"sociology":11507,"polar":11508,"rica":11509,"##eer":11510,"neill":11511,"##sman":11512,"holocaust":11513,"##ip":11514,"doubled":11515,"lust":11516,"1828":11517,"109":11518,"decent":11519,"cooling":11520,"unveiled":11521,"##card":11522,"1829":11523,"nsw":11524,"homer":11525,"chapman":11526,"meyer":11527,"##gin":11528,"dive":11529,"mae":11530,"reagan":11531,"expertise":11532,"##gled":11533,"darwin":11534,"brooke":11535,"sided":11536,"prosecution":11537,"investigating":11538,"comprised":11539,"petroleum":11540,"genres":11541,"reluctant":11542,"differently":11543,"trilogy":11544,"johns":11545,"vegetables":11546,"corpse":11547,"highlighted":11548,"lounge":11549,"pension":11550,"unsuccessfully":11551,"elegant":11552,"aided":11553,"ivory":11554,"beatles":11555,"amelia":11556,"cain":11557,"dubai":11558,"sunny":11559,"immigrant":11560,"babe":11561,"click":11562,"##nder":11563,"underwater":11564,"pepper":11565,"combining":11566,"mumbled":11567,"atlas":11568,"horns":11569,"accessed":11570,"ballad":11571,"physicians":11572,"homeless":11573,"gestured":11574,"rpm":11575,"freak":11576,"louisville":11577,"corporations":11578,"patriots":11579,"prizes":11580,"rational":11581,"warn":11582,"modes":11583,"decorative":11584,"overnight":11585,"din":11586,"troubled":11587,"phantom":11588,"##ort":11589,"monarch":11590,"sheer":11591,"##dorf":11592,"generals":11593,"guidelines":11594,"organs":11595,"addresses":11596,"##zon":11597,"enhance":11598,"curling":11599,"parishes":11600,"cord":11601,"##kie":11602,"linux":11603,"caesar":11604,"deutsche":11605,"bavaria":11606,"##bia":11607,"coleman":11608,"cyclone":11609,"##eria":11610,"bacon":11611,"petty":11612,"##yama":11613,"##old":11614,"hampton":11615,"diagnosis":11616,"1824":11617,"throws":11618,"complexity":11619,"rita":11620,"disputed":11621,"##₃":11622,"pablo":11623,"##sch":11624,"marketed":11625,"trafficking":11626,"##ulus":11627,"examine":11628,"plague":11629,"formats":11630,"##oh":11631,"vault":11632,"faithful":11633,"##bourne":11634,"webster":11635,"##ox":11636,"highlights":11637,"##ient":11638,"##ann":11639,"phones":11640,"vacuum":11641,"sandwich":11642,"modeling":11643,"##gated":11644,"bolivia":11645,"clergy":11646,"qualities":11647,"isabel":11648,"##nas":11649,"##ars":11650,"wears":11651,"screams":11652,"reunited":11653,"annoyed":11654,"bra":11655,"##ancy":11656,"##rate":11657,"differential":11658,"transmitter":11659,"tattoo":11660,"container":11661,"poker":11662,"##och":11663,"excessive":11664,"resides":11665,"cowboys":11666,"##tum":11667,"augustus":11668,"trash":11669,"providers":11670,"statute":11671,"retreated":11672,"balcony":11673,"reversed":11674,"void":11675,"storey":11676,"preceded":11677,"masses":11678,"leap":11679,"laughs":11680,"neighborhoods":11681,"wards":11682,"schemes":11683,"falcon":11684,"santo":11685,"battlefield":11686,"pad":11687,"ronnie":11688,"thread":11689,"lesbian":11690,"venus":11691,"##dian":11692,"beg":11693,"sandstone":11694,"daylight":11695,"punched":11696,"gwen":11697,"analog":11698,"stroked":11699,"wwe":11700,"acceptable":11701,"measurements":11702,"dec":11703,"toxic":11704,"##kel":11705,"adequate":11706,"surgical":11707,"economist":11708,"parameters":11709,"varsity":11710,"##sberg":11711,"quantity":11712,"ella":11713,"##chy":11714,"##rton":11715,"countess":11716,"generating":11717,"precision":11718,"diamonds":11719,"expressway":11720,"ga":11721,"##ı":11722,"1821":11723,"uruguay":11724,"talents":11725,"galleries":11726,"expenses":11727,"scanned":11728,"colleague":11729,"outlets":11730,"ryder":11731,"lucien":11732,"##ila":11733,"paramount":11734,"##bon":11735,"syracuse":11736,"dim":11737,"fangs":11738,"gown":11739,"sweep":11740,"##sie":11741,"toyota":11742,"missionaries":11743,"websites":11744,"##nsis":11745,"sentences":11746,"adviser":11747,"val":11748,"trademark":11749,"spells":11750,"##plane":11751,"patience":11752,"starter":11753,"slim":11754,"##borg":11755,"toe":11756,"incredibly":11757,"shoots":11758,"elliot":11759,"nobility":11760,"##wyn":11761,"cowboy":11762,"endorsed":11763,"gardner":11764,"tendency":11765,"persuaded":11766,"organisms":11767,"emissions":11768,"kazakhstan":11769,"amused":11770,"boring":11771,"chips":11772,"themed":11773,"##hand":11774,"llc":11775,"constantinople":11776,"chasing":11777,"systematic":11778,"guatemala":11779,"borrowed":11780,"erin":11781,"carey":11782,"##hard":11783,"highlands":11784,"struggles":11785,"1810":11786,"##ifying":11787,"##ced":11788,"wong":11789,"exceptions":11790,"develops":11791,"enlarged":11792,"kindergarten":11793,"castro":11794,"##ern":11795,"##rina":11796,"leigh":11797,"zombie":11798,"juvenile":11799,"##most":11800,"consul":11801,"##nar":11802,"sailor":11803,"hyde":11804,"clarence":11805,"intensive":11806,"pinned":11807,"nasty":11808,"useless":11809,"jung":11810,"clayton":11811,"stuffed":11812,"exceptional":11813,"ix":11814,"apostolic":11815,"230":11816,"transactions":11817,"##dge":11818,"exempt":11819,"swinging":11820,"cove":11821,"religions":11822,"##ash":11823,"shields":11824,"dairy":11825,"bypass":11826,"190":11827,"pursuing":11828,"bug":11829,"joyce":11830,"bombay":11831,"chassis":11832,"southampton":11833,"chat":11834,"interact":11835,"redesignated":11836,"##pen":11837,"nascar":11838,"pray":11839,"salmon":11840,"rigid":11841,"regained":11842,"malaysian":11843,"grim":11844,"publicity":11845,"constituted":11846,"capturing":11847,"toilet":11848,"delegate":11849,"purely":11850,"tray":11851,"drift":11852,"loosely":11853,"striker":11854,"weakened":11855,"trinidad":11856,"mitch":11857,"itv":11858,"defines":11859,"transmitted":11860,"ming":11861,"scarlet":11862,"nodding":11863,"fitzgerald":11864,"fu":11865,"narrowly":11866,"sp":11867,"tooth":11868,"standings":11869,"virtue":11870,"##₁":11871,"##wara":11872,"##cting":11873,"chateau":11874,"gloves":11875,"lid":11876,"##nel":11877,"hurting":11878,"conservatory":11879,"##pel":11880,"sinclair":11881,"reopened":11882,"sympathy":11883,"nigerian":11884,"strode":11885,"advocated":11886,"optional":11887,"chronic":11888,"discharge":11889,"##rc":11890,"suck":11891,"compatible":11892,"laurel":11893,"stella":11894,"shi":11895,"fails":11896,"wage":11897,"dodge":11898,"128":11899,"informal":11900,"sorts":11901,"levi":11902,"buddha":11903,"villagers":11904,"##aka":11905,"chronicles":11906,"heavier":11907,"summoned":11908,"gateway":11909,"3000":11910,"eleventh":11911,"jewelry":11912,"translations":11913,"accordingly":11914,"seas":11915,"##ency":11916,"fiber":11917,"pyramid":11918,"cubic":11919,"dragging":11920,"##ista":11921,"caring":11922,"##ops":11923,"android":11924,"contacted":11925,"lunar":11926,"##dt":11927,"kai":11928,"lisbon":11929,"patted":11930,"1826":11931,"sacramento":11932,"theft":11933,"madagascar":11934,"subtropical":11935,"disputes":11936,"ta":11937,"holidays":11938,"piper":11939,"willow":11940,"mare":11941,"cane":11942,"itunes":11943,"newfoundland":11944,"benny":11945,"companions":11946,"dong":11947,"raj":11948,"observe":11949,"roar":11950,"charming":11951,"plaque":11952,"tibetan":11953,"fossils":11954,"enacted":11955,"manning":11956,"bubble":11957,"tina":11958,"tanzania":11959,"##eda":11960,"##hir":11961,"funk":11962,"swamp":11963,"deputies":11964,"cloak":11965,"ufc":11966,"scenario":11967,"par":11968,"scratch":11969,"metals":11970,"anthem":11971,"guru":11972,"engaging":11973,"specially":11974,"##boat":11975,"dialects":11976,"nineteen":11977,"cecil":11978,"duet":11979,"disability":11980,"messenger":11981,"unofficial":11982,"##lies":11983,"defunct":11984,"eds":11985,"moonlight":11986,"drainage":11987,"surname":11988,"puzzle":11989,"honda":11990,"switching":11991,"conservatives":11992,"mammals":11993,"knox":11994,"broadcaster":11995,"sidewalk":11996,"cope":11997,"##ried":11998,"benson":11999,"princes":12000,"peterson":12001,"##sal":12002,"bedford":12003,"sharks":12004,"eli":12005,"wreck":12006,"alberto":12007,"gasp":12008,"archaeology":12009,"lgbt":12010,"teaches":12011,"securities":12012,"madness":12013,"compromise":12014,"waving":12015,"coordination":12016,"davidson":12017,"visions":12018,"leased":12019,"possibilities":12020,"eighty":12021,"jun":12022,"fernandez":12023,"enthusiasm":12024,"assassin":12025,"sponsorship":12026,"reviewer":12027,"kingdoms":12028,"estonian":12029,"laboratories":12030,"##fy":12031,"##nal":12032,"applies":12033,"verb":12034,"celebrations":12035,"##zzo":12036,"rowing":12037,"lightweight":12038,"sadness":12039,"submit":12040,"mvp":12041,"balanced":12042,"dude":12043,"##vas":12044,"explicitly":12045,"metric":12046,"magnificent":12047,"mound":12048,"brett":12049,"mohammad":12050,"mistakes":12051,"irregular":12052,"##hing":12053,"##ass":12054,"sanders":12055,"betrayed":12056,"shipped":12057,"surge":12058,"##enburg":12059,"reporters":12060,"termed":12061,"georg":12062,"pity":12063,"verbal":12064,"bulls":12065,"abbreviated":12066,"enabling":12067,"appealed":12068,"##are":12069,"##atic":12070,"sicily":12071,"sting":12072,"heel":12073,"sweetheart":12074,"bart":12075,"spacecraft":12076,"brutal":12077,"monarchy":12078,"##tter":12079,"aberdeen":12080,"cameo":12081,"diane":12082,"##ub":12083,"survivor":12084,"clyde":12085,"##aries":12086,"complaint":12087,"##makers":12088,"clarinet":12089,"delicious":12090,"chilean":12091,"karnataka":12092,"coordinates":12093,"1818":12094,"panties":12095,"##rst":12096,"pretending":12097,"ar":12098,"dramatically":12099,"kiev":12100,"bella":12101,"tends":12102,"distances":12103,"113":12104,"catalog":12105,"launching":12106,"instances":12107,"telecommunications":12108,"portable":12109,"lindsay":12110,"vatican":12111,"##eim":12112,"angles":12113,"aliens":12114,"marker":12115,"stint":12116,"screens":12117,"bolton":12118,"##rne":12119,"judy":12120,"wool":12121,"benedict":12122,"plasma":12123,"europa":12124,"spark":12125,"imaging":12126,"filmmaker":12127,"swiftly":12128,"##een":12129,"contributor":12130,"##nor":12131,"opted":12132,"stamps":12133,"apologize":12134,"financing":12135,"butter":12136,"gideon":12137,"sophisticated":12138,"alignment":12139,"avery":12140,"chemicals":12141,"yearly":12142,"speculation":12143,"prominence":12144,"professionally":12145,"##ils":12146,"immortal":12147,"institutional":12148,"inception":12149,"wrists":12150,"identifying":12151,"tribunal":12152,"derives":12153,"gains":12154,"##wo":12155,"papal":12156,"preference":12157,"linguistic":12158,"vince":12159,"operative":12160,"brewery":12161,"##ont":12162,"unemployment":12163,"boyd":12164,"##ured":12165,"##outs":12166,"albeit":12167,"prophet":12168,"1813":12169,"bi":12170,"##rr":12171,"##face":12172,"##rad":12173,"quarterly":12174,"asteroid":12175,"cleaned":12176,"radius":12177,"temper":12178,"##llen":12179,"telugu":12180,"jerk":12181,"viscount":12182,"menu":12183,"##ote":12184,"glimpse":12185,"##aya":12186,"yacht":12187,"hawaiian":12188,"baden":12189,"##rl":12190,"laptop":12191,"readily":12192,"##gu":12193,"monetary":12194,"offshore":12195,"scots":12196,"watches":12197,"##yang":12198,"##arian":12199,"upgrade":12200,"needle":12201,"xbox":12202,"lea":12203,"encyclopedia":12204,"flank":12205,"fingertips":12206,"##pus":12207,"delight":12208,"teachings":12209,"confirm":12210,"roth":12211,"beaches":12212,"midway":12213,"winters":12214,"##iah":12215,"teasing":12216,"daytime":12217,"beverly":12218,"gambling":12219,"bonnie":12220,"##backs":12221,"regulated":12222,"clement":12223,"hermann":12224,"tricks":12225,"knot":12226,"##shing":12227,"##uring":12228,"##vre":12229,"detached":12230,"ecological":12231,"owed":12232,"specialty":12233,"byron":12234,"inventor":12235,"bats":12236,"stays":12237,"screened":12238,"unesco":12239,"midland":12240,"trim":12241,"affection":12242,"##ander":12243,"##rry":12244,"jess":12245,"thoroughly":12246,"feedback":12247,"##uma":12248,"chennai":12249,"strained":12250,"heartbeat":12251,"wrapping":12252,"overtime":12253,"pleaded":12254,"##sworth":12255,"mon":12256,"leisure":12257,"oclc":12258,"##tate":12259,"##ele":12260,"feathers":12261,"angelo":12262,"thirds":12263,"nuts":12264,"surveys":12265,"clever":12266,"gill":12267,"commentator":12268,"##dos":12269,"darren":12270,"rides":12271,"gibraltar":12272,"##nc":12273,"##mu":12274,"dissolution":12275,"dedication":12276,"shin":12277,"meals":12278,"saddle":12279,"elvis":12280,"reds":12281,"chaired":12282,"taller":12283,"appreciation":12284,"functioning":12285,"niece":12286,"favored":12287,"advocacy":12288,"robbie":12289,"criminals":12290,"suffolk":12291,"yugoslav":12292,"passport":12293,"constable":12294,"congressman":12295,"hastings":12296,"vera":12297,"##rov":12298,"consecrated":12299,"sparks":12300,"ecclesiastical":12301,"confined":12302,"##ovich":12303,"muller":12304,"floyd":12305,"nora":12306,"1822":12307,"paved":12308,"1827":12309,"cumberland":12310,"ned":12311,"saga":12312,"spiral":12313,"##flow":12314,"appreciated":12315,"yi":12316,"collaborative":12317,"treating":12318,"similarities":12319,"feminine":12320,"finishes":12321,"##ib":12322,"jade":12323,"import":12324,"##nse":12325,"##hot":12326,"champagne":12327,"mice":12328,"securing":12329,"celebrities":12330,"helsinki":12331,"attributes":12332,"##gos":12333,"cousins":12334,"phases":12335,"ache":12336,"lucia":12337,"gandhi":12338,"submission":12339,"vicar":12340,"spear":12341,"shine":12342,"tasmania":12343,"biting":12344,"detention":12345,"constitute":12346,"tighter":12347,"seasonal":12348,"##gus":12349,"terrestrial":12350,"matthews":12351,"##oka":12352,"effectiveness":12353,"parody":12354,"philharmonic":12355,"##onic":12356,"1816":12357,"strangers":12358,"encoded":12359,"consortium":12360,"guaranteed":12361,"regards":12362,"shifts":12363,"tortured":12364,"collision":12365,"supervisor":12366,"inform":12367,"broader":12368,"insight":12369,"theaters":12370,"armour":12371,"emeritus":12372,"blink":12373,"incorporates":12374,"mapping":12375,"##50":12376,"##ein":12377,"handball":12378,"flexible":12379,"##nta":12380,"substantially":12381,"generous":12382,"thief":12383,"##own":12384,"carr":12385,"loses":12386,"1793":12387,"prose":12388,"ucla":12389,"romeo":12390,"generic":12391,"metallic":12392,"realization":12393,"damages":12394,"mk":12395,"commissioners":12396,"zach":12397,"default":12398,"##ther":12399,"helicopters":12400,"lengthy":12401,"stems":12402,"spa":12403,"partnered":12404,"spectators":12405,"rogue":12406,"indication":12407,"penalties":12408,"teresa":12409,"1801":12410,"sen":12411,"##tric":12412,"dalton":12413,"##wich":12414,"irving":12415,"photographic":12416,"##vey":12417,"dell":12418,"deaf":12419,"peters":12420,"excluded":12421,"unsure":12422,"##vable":12423,"patterson":12424,"crawled":12425,"##zio":12426,"resided":12427,"whipped":12428,"latvia":12429,"slower":12430,"ecole":12431,"pipes":12432,"employers":12433,"maharashtra":12434,"comparable":12435,"va":12436,"textile":12437,"pageant":12438,"##gel":12439,"alphabet":12440,"binary":12441,"irrigation":12442,"chartered":12443,"choked":12444,"antoine":12445,"offs":12446,"waking":12447,"supplement":12448,"##wen":12449,"quantities":12450,"demolition":12451,"regain":12452,"locate":12453,"urdu":12454,"folks":12455,"alt":12456,"114":12457,"##mc":12458,"scary":12459,"andreas":12460,"whites":12461,"##ava":12462,"classrooms":12463,"mw":12464,"aesthetic":12465,"publishes":12466,"valleys":12467,"guides":12468,"cubs":12469,"johannes":12470,"bryant":12471,"conventions":12472,"affecting":12473,"##itt":12474,"drain":12475,"awesome":12476,"isolation":12477,"prosecutor":12478,"ambitious":12479,"apology":12480,"captive":12481,"downs":12482,"atmospheric":12483,"lorenzo":12484,"aisle":12485,"beef":12486,"foul":12487,"##onia":12488,"kidding":12489,"composite":12490,"disturbed":12491,"illusion":12492,"natives":12493,"##ffer":12494,"emi":12495,"rockets":12496,"riverside":12497,"wartime":12498,"painters":12499,"adolf":12500,"melted":12501,"##ail":12502,"uncertainty":12503,"simulation":12504,"hawks":12505,"progressed":12506,"meantime":12507,"builder":12508,"spray":12509,"breach":12510,"unhappy":12511,"regina":12512,"russians":12513,"##urg":12514,"determining":12515,"##tation":12516,"tram":12517,"1806":12518,"##quin":12519,"aging":12520,"##12":12521,"1823":12522,"garion":12523,"rented":12524,"mister":12525,"diaz":12526,"terminated":12527,"clip":12528,"1817":12529,"depend":12530,"nervously":12531,"disco":12532,"owe":12533,"defenders":12534,"shiva":12535,"notorious":12536,"disbelief":12537,"shiny":12538,"worcester":12539,"##gation":12540,"##yr":12541,"trailing":12542,"undertook":12543,"islander":12544,"belarus":12545,"limitations":12546,"watershed":12547,"fuller":12548,"overlooking":12549,"utilized":12550,"raphael":12551,"1819":12552,"synthetic":12553,"breakdown":12554,"klein":12555,"##nate":12556,"moaned":12557,"memoir":12558,"lamb":12559,"practicing":12560,"##erly":12561,"cellular":12562,"arrows":12563,"exotic":12564,"##graphy":12565,"witches":12566,"117":12567,"charted":12568,"rey":12569,"hut":12570,"hierarchy":12571,"subdivision":12572,"freshwater":12573,"giuseppe":12574,"aloud":12575,"reyes":12576,"qatar":12577,"marty":12578,"sideways":12579,"utterly":12580,"sexually":12581,"jude":12582,"prayers":12583,"mccarthy":12584,"softball":12585,"blend":12586,"damien":12587,"##gging":12588,"##metric":12589,"wholly":12590,"erupted":12591,"lebanese":12592,"negro":12593,"revenues":12594,"tasted":12595,"comparative":12596,"teamed":12597,"transaction":12598,"labeled":12599,"maori":12600,"sovereignty":12601,"parkway":12602,"trauma":12603,"gran":12604,"malay":12605,"121":12606,"advancement":12607,"descendant":12608,"2020":12609,"buzz":12610,"salvation":12611,"inventory":12612,"symbolic":12613,"##making":12614,"antarctica":12615,"mps":12616,"##gas":12617,"##bro":12618,"mohammed":12619,"myanmar":12620,"holt":12621,"submarines":12622,"tones":12623,"##lman":12624,"locker":12625,"patriarch":12626,"bangkok":12627,"emerson":12628,"remarks":12629,"predators":12630,"kin":12631,"afghan":12632,"confession":12633,"norwich":12634,"rental":12635,"emerge":12636,"advantages":12637,"##zel":12638,"rca":12639,"##hold":12640,"shortened":12641,"storms":12642,"aidan":12643,"##matic":12644,"autonomy":12645,"compliance":12646,"##quet":12647,"dudley":12648,"atp":12649,"##osis":12650,"1803":12651,"motto":12652,"documentation":12653,"summary":12654,"professors":12655,"spectacular":12656,"christina":12657,"archdiocese":12658,"flashing":12659,"innocence":12660,"remake":12661,"##dell":12662,"psychic":12663,"reef":12664,"scare":12665,"employ":12666,"rs":12667,"sticks":12668,"meg":12669,"gus":12670,"leans":12671,"##ude":12672,"accompany":12673,"bergen":12674,"tomas":12675,"##iko":12676,"doom":12677,"wages":12678,"pools":12679,"##nch":12680,"##bes":12681,"breasts":12682,"scholarly":12683,"alison":12684,"outline":12685,"brittany":12686,"breakthrough":12687,"willis":12688,"realistic":12689,"##cut":12690,"##boro":12691,"competitor":12692,"##stan":12693,"pike":12694,"picnic":12695,"icon":12696,"designing":12697,"commercials":12698,"washing":12699,"villain":12700,"skiing":12701,"micro":12702,"costumes":12703,"auburn":12704,"halted":12705,"executives":12706,"##hat":12707,"logistics":12708,"cycles":12709,"vowel":12710,"applicable":12711,"barrett":12712,"exclaimed":12713,"eurovision":12714,"eternity":12715,"ramon":12716,"##umi":12717,"##lls":12718,"modifications":12719,"sweeping":12720,"disgust":12721,"##uck":12722,"torch":12723,"aviv":12724,"ensuring":12725,"rude":12726,"dusty":12727,"sonic":12728,"donovan":12729,"outskirts":12730,"cu":12731,"pathway":12732,"##band":12733,"##gun":12734,"##lines":12735,"disciplines":12736,"acids":12737,"cadet":12738,"paired":12739,"##40":12740,"sketches":12741,"##sive":12742,"marriages":12743,"##⁺":12744,"folding":12745,"peers":12746,"slovak":12747,"implies":12748,"admired":12749,"##beck":12750,"1880s":12751,"leopold":12752,"instinct":12753,"attained":12754,"weston":12755,"megan":12756,"horace":12757,"##ination":12758,"dorsal":12759,"ingredients":12760,"evolutionary":12761,"##its":12762,"complications":12763,"deity":12764,"lethal":12765,"brushing":12766,"levy":12767,"deserted":12768,"institutes":12769,"posthumously":12770,"delivering":12771,"telescope":12772,"coronation":12773,"motivated":12774,"rapids":12775,"luc":12776,"flicked":12777,"pays":12778,"volcano":12779,"tanner":12780,"weighed":12781,"##nica":12782,"crowds":12783,"frankie":12784,"gifted":12785,"addressing":12786,"granddaughter":12787,"winding":12788,"##rna":12789,"constantine":12790,"gomez":12791,"##front":12792,"landscapes":12793,"rudolf":12794,"anthropology":12795,"slate":12796,"werewolf":12797,"##lio":12798,"astronomy":12799,"circa":12800,"rouge":12801,"dreaming":12802,"sack":12803,"knelt":12804,"drowned":12805,"naomi":12806,"prolific":12807,"tracked":12808,"freezing":12809,"herb":12810,"##dium":12811,"agony":12812,"randall":12813,"twisting":12814,"wendy":12815,"deposit":12816,"touches":12817,"vein":12818,"wheeler":12819,"##bbled":12820,"##bor":12821,"batted":12822,"retaining":12823,"tire":12824,"presently":12825,"compare":12826,"specification":12827,"daemon":12828,"nigel":12829,"##grave":12830,"merry":12831,"recommendation":12832,"czechoslovakia":12833,"sandra":12834,"ng":12835,"roma":12836,"##sts":12837,"lambert":12838,"inheritance":12839,"sheikh":12840,"winchester":12841,"cries":12842,"examining":12843,"##yle":12844,"comeback":12845,"cuisine":12846,"nave":12847,"##iv":12848,"ko":12849,"retrieve":12850,"tomatoes":12851,"barker":12852,"polished":12853,"defining":12854,"irene":12855,"lantern":12856,"personalities":12857,"begging":12858,"tract":12859,"swore":12860,"1809":12861,"175":12862,"##gic":12863,"omaha":12864,"brotherhood":12865,"##rley":12866,"haiti":12867,"##ots":12868,"exeter":12869,"##ete":12870,"##zia":12871,"steele":12872,"dumb":12873,"pearson":12874,"210":12875,"surveyed":12876,"elisabeth":12877,"trends":12878,"##ef":12879,"fritz":12880,"##rf":12881,"premium":12882,"bugs":12883,"fraction":12884,"calmly":12885,"viking":12886,"##birds":12887,"tug":12888,"inserted":12889,"unusually":12890,"##ield":12891,"confronted":12892,"distress":12893,"crashing":12894,"brent":12895,"turks":12896,"resign":12897,"##olo":12898,"cambodia":12899,"gabe":12900,"sauce":12901,"##kal":12902,"evelyn":12903,"116":12904,"extant":12905,"clusters":12906,"quarry":12907,"teenagers":12908,"luna":12909,"##lers":12910,"##ister":12911,"affiliation":12912,"drill":12913,"##ashi":12914,"panthers":12915,"scenic":12916,"libya":12917,"anita":12918,"strengthen":12919,"inscriptions":12920,"##cated":12921,"lace":12922,"sued":12923,"judith":12924,"riots":12925,"##uted":12926,"mint":12927,"##eta":12928,"preparations":12929,"midst":12930,"dub":12931,"challenger":12932,"##vich":12933,"mock":12934,"cf":12935,"displaced":12936,"wicket":12937,"breaths":12938,"enables":12939,"schmidt":12940,"analyst":12941,"##lum":12942,"ag":12943,"highlight":12944,"automotive":12945,"axe":12946,"josef":12947,"newark":12948,"sufficiently":12949,"resembles":12950,"50th":12951,"##pal":12952,"flushed":12953,"mum":12954,"traits":12955,"##ante":12956,"commodore":12957,"incomplete":12958,"warming":12959,"titular":12960,"ceremonial":12961,"ethical":12962,"118":12963,"celebrating":12964,"eighteenth":12965,"cao":12966,"lima":12967,"medalist":12968,"mobility":12969,"strips":12970,"snakes":12971,"##city":12972,"miniature":12973,"zagreb":12974,"barton":12975,"escapes":12976,"umbrella":12977,"automated":12978,"doubted":12979,"differs":12980,"cooled":12981,"georgetown":12982,"dresden":12983,"cooked":12984,"fade":12985,"wyatt":12986,"rna":12987,"jacobs":12988,"carlton":12989,"abundant":12990,"stereo":12991,"boost":12992,"madras":12993,"inning":12994,"##hia":12995,"spur":12996,"ip":12997,"malayalam":12998,"begged":12999,"osaka":13000,"groan":13001,"escaping":13002,"charging":13003,"dose":13004,"vista":13005,"##aj":13006,"bud":13007,"papa":13008,"communists":13009,"advocates":13010,"edged":13011,"tri":13012,"##cent":13013,"resemble":13014,"peaking":13015,"necklace":13016,"fried":13017,"montenegro":13018,"saxony":13019,"goose":13020,"glances":13021,"stuttgart":13022,"curator":13023,"recruit":13024,"grocery":13025,"sympathetic":13026,"##tting":13027,"##fort":13028,"127":13029,"lotus":13030,"randolph":13031,"ancestor":13032,"##rand":13033,"succeeding":13034,"jupiter":13035,"1798":13036,"macedonian":13037,"##heads":13038,"hiking":13039,"1808":13040,"handing":13041,"fischer":13042,"##itive":13043,"garbage":13044,"node":13045,"##pies":13046,"prone":13047,"singular":13048,"papua":13049,"inclined":13050,"attractions":13051,"italia":13052,"pouring":13053,"motioned":13054,"grandma":13055,"garnered":13056,"jacksonville":13057,"corp":13058,"ego":13059,"ringing":13060,"aluminum":13061,"##hausen":13062,"ordering":13063,"##foot":13064,"drawer":13065,"traders":13066,"synagogue":13067,"##play":13068,"##kawa":13069,"resistant":13070,"wandering":13071,"fragile":13072,"fiona":13073,"teased":13074,"var":13075,"hardcore":13076,"soaked":13077,"jubilee":13078,"decisive":13079,"exposition":13080,"mercer":13081,"poster":13082,"valencia":13083,"hale":13084,"kuwait":13085,"1811":13086,"##ises":13087,"##wr":13088,"##eed":13089,"tavern":13090,"gamma":13091,"122":13092,"johan":13093,"##uer":13094,"airways":13095,"amino":13096,"gil":13097,"##ury":13098,"vocational":13099,"domains":13100,"torres":13101,"##sp":13102,"generator":13103,"folklore":13104,"outcomes":13105,"##keeper":13106,"canberra":13107,"shooter":13108,"fl":13109,"beams":13110,"confrontation":13111,"##lling":13112,"##gram":13113,"feb":13114,"aligned":13115,"forestry":13116,"pipeline":13117,"jax":13118,"motorway":13119,"conception":13120,"decay":13121,"##tos":13122,"coffin":13123,"##cott":13124,"stalin":13125,"1805":13126,"escorted":13127,"minded":13128,"##nam":13129,"sitcom":13130,"purchasing":13131,"twilight":13132,"veronica":13133,"additions":13134,"passive":13135,"tensions":13136,"straw":13137,"123":13138,"frequencies":13139,"1804":13140,"refugee":13141,"cultivation":13142,"##iate":13143,"christie":13144,"clary":13145,"bulletin":13146,"crept":13147,"disposal":13148,"##rich":13149,"##zong":13150,"processor":13151,"crescent":13152,"##rol":13153,"bmw":13154,"emphasized":13155,"whale":13156,"nazis":13157,"aurora":13158,"##eng":13159,"dwelling":13160,"hauled":13161,"sponsors":13162,"toledo":13163,"mega":13164,"ideology":13165,"theatres":13166,"tessa":13167,"cerambycidae":13168,"saves":13169,"turtle":13170,"cone":13171,"suspects":13172,"kara":13173,"rusty":13174,"yelling":13175,"greeks":13176,"mozart":13177,"shades":13178,"cocked":13179,"participant":13180,"##tro":13181,"shire":13182,"spit":13183,"freeze":13184,"necessity":13185,"##cos":13186,"inmates":13187,"nielsen":13188,"councillors":13189,"loaned":13190,"uncommon":13191,"omar":13192,"peasants":13193,"botanical":13194,"offspring":13195,"daniels":13196,"formations":13197,"jokes":13198,"1794":13199,"pioneers":13200,"sigma":13201,"licensing":13202,"##sus":13203,"wheelchair":13204,"polite":13205,"1807":13206,"liquor":13207,"pratt":13208,"trustee":13209,"##uta":13210,"forewings":13211,"balloon":13212,"##zz":13213,"kilometre":13214,"camping":13215,"explicit":13216,"casually":13217,"shawn":13218,"foolish":13219,"teammates":13220,"nm":13221,"hassan":13222,"carrie":13223,"judged":13224,"satisfy":13225,"vanessa":13226,"knives":13227,"selective":13228,"cnn":13229,"flowed":13230,"##lice":13231,"eclipse":13232,"stressed":13233,"eliza":13234,"mathematician":13235,"cease":13236,"cultivated":13237,"##roy":13238,"commissions":13239,"browns":13240,"##ania":13241,"destroyers":13242,"sheridan":13243,"meadow":13244,"##rius":13245,"minerals":13246,"##cial":13247,"downstream":13248,"clash":13249,"gram":13250,"memoirs":13251,"ventures":13252,"baha":13253,"seymour":13254,"archie":13255,"midlands":13256,"edith":13257,"fare":13258,"flynn":13259,"invite":13260,"canceled":13261,"tiles":13262,"stabbed":13263,"boulder":13264,"incorporate":13265,"amended":13266,"camden":13267,"facial":13268,"mollusk":13269,"unreleased":13270,"descriptions":13271,"yoga":13272,"grabs":13273,"550":13274,"raises":13275,"ramp":13276,"shiver":13277,"##rose":13278,"coined":13279,"pioneering":13280,"tunes":13281,"qing":13282,"warwick":13283,"tops":13284,"119":13285,"melanie":13286,"giles":13287,"##rous":13288,"wandered":13289,"##inal":13290,"annexed":13291,"nov":13292,"30th":13293,"unnamed":13294,"##ished":13295,"organizational":13296,"airplane":13297,"normandy":13298,"stoke":13299,"whistle":13300,"blessing":13301,"violations":13302,"chased":13303,"holders":13304,"shotgun":13305,"##ctic":13306,"outlet":13307,"reactor":13308,"##vik":13309,"tires":13310,"tearing":13311,"shores":13312,"fortified":13313,"mascot":13314,"constituencies":13315,"nc":13316,"columnist":13317,"productive":13318,"tibet":13319,"##rta":13320,"lineage":13321,"hooked":13322,"oct":13323,"tapes":13324,"judging":13325,"cody":13326,"##gger":13327,"hansen":13328,"kashmir":13329,"triggered":13330,"##eva":13331,"solved":13332,"cliffs":13333,"##tree":13334,"resisted":13335,"anatomy":13336,"protesters":13337,"transparent":13338,"implied":13339,"##iga":13340,"injection":13341,"mattress":13342,"excluding":13343,"##mbo":13344,"defenses":13345,"helpless":13346,"devotion":13347,"##elli":13348,"growl":13349,"liberals":13350,"weber":13351,"phenomena":13352,"atoms":13353,"plug":13354,"##iff":13355,"mortality":13356,"apprentice":13357,"howe":13358,"convincing":13359,"aaa":13360,"swimmer":13361,"barber":13362,"leone":13363,"promptly":13364,"sodium":13365,"def":13366,"nowadays":13367,"arise":13368,"##oning":13369,"gloucester":13370,"corrected":13371,"dignity":13372,"norm":13373,"erie":13374,"##ders":13375,"elders":13376,"evacuated":13377,"sylvia":13378,"compression":13379,"##yar":13380,"hartford":13381,"pose":13382,"backpack":13383,"reasoning":13384,"accepts":13385,"24th":13386,"wipe":13387,"millimetres":13388,"marcel":13389,"##oda":13390,"dodgers":13391,"albion":13392,"1790":13393,"overwhelmed":13394,"aerospace":13395,"oaks":13396,"1795":13397,"showcase":13398,"acknowledge":13399,"recovering":13400,"nolan":13401,"ashe":13402,"hurts":13403,"geology":13404,"fashioned":13405,"disappearance":13406,"farewell":13407,"swollen":13408,"shrug":13409,"marquis":13410,"wimbledon":13411,"124":13412,"rue":13413,"1792":13414,"commemorate":13415,"reduces":13416,"experiencing":13417,"inevitable":13418,"calcutta":13419,"intel":13420,"##court":13421,"murderer":13422,"sticking":13423,"fisheries":13424,"imagery":13425,"bloom":13426,"280":13427,"brake":13428,"##inus":13429,"gustav":13430,"hesitation":13431,"memorable":13432,"po":13433,"viral":13434,"beans":13435,"accidents":13436,"tunisia":13437,"antenna":13438,"spilled":13439,"consort":13440,"treatments":13441,"aye":13442,"perimeter":13443,"##gard":13444,"donation":13445,"hostage":13446,"migrated":13447,"banker":13448,"addiction":13449,"apex":13450,"lil":13451,"trout":13452,"##ously":13453,"conscience":13454,"##nova":13455,"rams":13456,"sands":13457,"genome":13458,"passionate":13459,"troubles":13460,"##lets":13461,"##set":13462,"amid":13463,"##ibility":13464,"##ret":13465,"higgins":13466,"exceed":13467,"vikings":13468,"##vie":13469,"payne":13470,"##zan":13471,"muscular":13472,"##ste":13473,"defendant":13474,"sucking":13475,"##wal":13476,"ibrahim":13477,"fuselage":13478,"claudia":13479,"vfl":13480,"europeans":13481,"snails":13482,"interval":13483,"##garh":13484,"preparatory":13485,"statewide":13486,"tasked":13487,"lacrosse":13488,"viktor":13489,"##lation":13490,"angola":13491,"##hra":13492,"flint":13493,"implications":13494,"employs":13495,"teens":13496,"patrons":13497,"stall":13498,"weekends":13499,"barriers":13500,"scrambled":13501,"nucleus":13502,"tehran":13503,"jenna":13504,"parsons":13505,"lifelong":13506,"robots":13507,"displacement":13508,"5000":13509,"##bles":13510,"precipitation":13511,"##gt":13512,"knuckles":13513,"clutched":13514,"1802":13515,"marrying":13516,"ecology":13517,"marx":13518,"accusations":13519,"declare":13520,"scars":13521,"kolkata":13522,"mat":13523,"meadows":13524,"bermuda":13525,"skeleton":13526,"finalists":13527,"vintage":13528,"crawl":13529,"coordinate":13530,"affects":13531,"subjected":13532,"orchestral":13533,"mistaken":13534,"##tc":13535,"mirrors":13536,"dipped":13537,"relied":13538,"260":13539,"arches":13540,"candle":13541,"##nick":13542,"incorporating":13543,"wildly":13544,"fond":13545,"basilica":13546,"owl":13547,"fringe":13548,"rituals":13549,"whispering":13550,"stirred":13551,"feud":13552,"tertiary":13553,"slick":13554,"goat":13555,"honorable":13556,"whereby":13557,"skip":13558,"ricardo":13559,"stripes":13560,"parachute":13561,"adjoining":13562,"submerged":13563,"synthesizer":13564,"##gren":13565,"intend":13566,"positively":13567,"ninety":13568,"phi":13569,"beaver":13570,"partition":13571,"fellows":13572,"alexis":13573,"prohibition":13574,"carlisle":13575,"bizarre":13576,"fraternity":13577,"##bre":13578,"doubts":13579,"icy":13580,"cbc":13581,"aquatic":13582,"sneak":13583,"sonny":13584,"combines":13585,"airports":13586,"crude":13587,"supervised":13588,"spatial":13589,"merge":13590,"alfonso":13591,"##bic":13592,"corrupt":13593,"scan":13594,"undergo":13595,"##ams":13596,"disabilities":13597,"colombian":13598,"comparing":13599,"dolphins":13600,"perkins":13601,"##lish":13602,"reprinted":13603,"unanimous":13604,"bounced":13605,"hairs":13606,"underworld":13607,"midwest":13608,"semester":13609,"bucket":13610,"paperback":13611,"miniseries":13612,"coventry":13613,"demise":13614,"##leigh":13615,"demonstrations":13616,"sensor":13617,"rotating":13618,"yan":13619,"##hler":13620,"arrange":13621,"soils":13622,"##idge":13623,"hyderabad":13624,"labs":13625,"##dr":13626,"brakes":13627,"grandchildren":13628,"##nde":13629,"negotiated":13630,"rover":13631,"ferrari":13632,"continuation":13633,"directorate":13634,"augusta":13635,"stevenson":13636,"counterpart":13637,"gore":13638,"##rda":13639,"nursery":13640,"rican":13641,"ave":13642,"collectively":13643,"broadly":13644,"pastoral":13645,"repertoire":13646,"asserted":13647,"discovering":13648,"nordic":13649,"styled":13650,"fiba":13651,"cunningham":13652,"harley":13653,"middlesex":13654,"survives":13655,"tumor":13656,"tempo":13657,"zack":13658,"aiming":13659,"lok":13660,"urgent":13661,"##rade":13662,"##nto":13663,"devils":13664,"##ement":13665,"contractor":13666,"turin":13667,"##wl":13668,"##ool":13669,"bliss":13670,"repaired":13671,"simmons":13672,"moan":13673,"astronomical":13674,"cr":13675,"negotiate":13676,"lyric":13677,"1890s":13678,"lara":13679,"bred":13680,"clad":13681,"angus":13682,"pbs":13683,"##ience":13684,"engineered":13685,"posed":13686,"##lk":13687,"hernandez":13688,"possessions":13689,"elbows":13690,"psychiatric":13691,"strokes":13692,"confluence":13693,"electorate":13694,"lifts":13695,"campuses":13696,"lava":13697,"alps":13698,"##ep":13699,"##ution":13700,"##date":13701,"physicist":13702,"woody":13703,"##page":13704,"##ographic":13705,"##itis":13706,"juliet":13707,"reformation":13708,"sparhawk":13709,"320":13710,"complement":13711,"suppressed":13712,"jewel":13713,"##½":13714,"floated":13715,"##kas":13716,"continuity":13717,"sadly":13718,"##ische":13719,"inability":13720,"melting":13721,"scanning":13722,"paula":13723,"flour":13724,"judaism":13725,"safer":13726,"vague":13727,"##lm":13728,"solving":13729,"curb":13730,"##stown":13731,"financially":13732,"gable":13733,"bees":13734,"expired":13735,"miserable":13736,"cassidy":13737,"dominion":13738,"1789":13739,"cupped":13740,"145":13741,"robbery":13742,"facto":13743,"amos":13744,"warden":13745,"resume":13746,"tallest":13747,"marvin":13748,"ing":13749,"pounded":13750,"usd":13751,"declaring":13752,"gasoline":13753,"##aux":13754,"darkened":13755,"270":13756,"650":13757,"sophomore":13758,"##mere":13759,"erection":13760,"gossip":13761,"televised":13762,"risen":13763,"dial":13764,"##eu":13765,"pillars":13766,"##link":13767,"passages":13768,"profound":13769,"##tina":13770,"arabian":13771,"ashton":13772,"silicon":13773,"nail":13774,"##ead":13775,"##lated":13776,"##wer":13777,"##hardt":13778,"fleming":13779,"firearms":13780,"ducked":13781,"circuits":13782,"blows":13783,"waterloo":13784,"titans":13785,"##lina":13786,"atom":13787,"fireplace":13788,"cheshire":13789,"financed":13790,"activation":13791,"algorithms":13792,"##zzi":13793,"constituent":13794,"catcher":13795,"cherokee":13796,"partnerships":13797,"sexuality":13798,"platoon":13799,"tragic":13800,"vivian":13801,"guarded":13802,"whiskey":13803,"meditation":13804,"poetic":13805,"##late":13806,"##nga":13807,"##ake":13808,"porto":13809,"listeners":13810,"dominance":13811,"kendra":13812,"mona":13813,"chandler":13814,"factions":13815,"22nd":13816,"salisbury":13817,"attitudes":13818,"derivative":13819,"##ido":13820,"##haus":13821,"intake":13822,"paced":13823,"javier":13824,"illustrator":13825,"barrels":13826,"bias":13827,"cockpit":13828,"burnett":13829,"dreamed":13830,"ensuing":13831,"##anda":13832,"receptors":13833,"someday":13834,"hawkins":13835,"mattered":13836,"##lal":13837,"slavic":13838,"1799":13839,"jesuit":13840,"cameroon":13841,"wasted":13842,"tai":13843,"wax":13844,"lowering":13845,"victorious":13846,"freaking":13847,"outright":13848,"hancock":13849,"librarian":13850,"sensing":13851,"bald":13852,"calcium":13853,"myers":13854,"tablet":13855,"announcing":13856,"barack":13857,"shipyard":13858,"pharmaceutical":13859,"##uan":13860,"greenwich":13861,"flush":13862,"medley":13863,"patches":13864,"wolfgang":13865,"pt":13866,"speeches":13867,"acquiring":13868,"exams":13869,"nikolai":13870,"##gg":13871,"hayden":13872,"kannada":13873,"##type":13874,"reilly":13875,"##pt":13876,"waitress":13877,"abdomen":13878,"devastated":13879,"capped":13880,"pseudonym":13881,"pharmacy":13882,"fulfill":13883,"paraguay":13884,"1796":13885,"clicked":13886,"##trom":13887,"archipelago":13888,"syndicated":13889,"##hman":13890,"lumber":13891,"orgasm":13892,"rejection":13893,"clifford":13894,"lorraine":13895,"advent":13896,"mafia":13897,"rodney":13898,"brock":13899,"##ght":13900,"##used":13901,"##elia":13902,"cassette":13903,"chamberlain":13904,"despair":13905,"mongolia":13906,"sensors":13907,"developmental":13908,"upstream":13909,"##eg":13910,"##alis":13911,"spanning":13912,"165":13913,"trombone":13914,"basque":13915,"seeded":13916,"interred":13917,"renewable":13918,"rhys":13919,"leapt":13920,"revision":13921,"molecule":13922,"##ages":13923,"chord":13924,"vicious":13925,"nord":13926,"shivered":13927,"23rd":13928,"arlington":13929,"debts":13930,"corpus":13931,"sunrise":13932,"bays":13933,"blackburn":13934,"centimetres":13935,"##uded":13936,"shuddered":13937,"gm":13938,"strangely":13939,"gripping":13940,"cartoons":13941,"isabelle":13942,"orbital":13943,"##ppa":13944,"seals":13945,"proving":13946,"##lton":13947,"refusal":13948,"strengthened":13949,"bust":13950,"assisting":13951,"baghdad":13952,"batsman":13953,"portrayal":13954,"mara":13955,"pushes":13956,"spears":13957,"og":13958,"##cock":13959,"reside":13960,"nathaniel":13961,"brennan":13962,"1776":13963,"confirmation":13964,"caucus":13965,"##worthy":13966,"markings":13967,"yemen":13968,"nobles":13969,"ku":13970,"lazy":13971,"viewer":13972,"catalan":13973,"encompasses":13974,"sawyer":13975,"##fall":13976,"sparked":13977,"substances":13978,"patents":13979,"braves":13980,"arranger":13981,"evacuation":13982,"sergio":13983,"persuade":13984,"dover":13985,"tolerance":13986,"penguin":13987,"cum":13988,"jockey":13989,"insufficient":13990,"townships":13991,"occupying":13992,"declining":13993,"plural":13994,"processed":13995,"projection":13996,"puppet":13997,"flanders":13998,"introduces":13999,"liability":14000,"##yon":14001,"gymnastics":14002,"antwerp":14003,"taipei":14004,"hobart":14005,"candles":14006,"jeep":14007,"wes":14008,"observers":14009,"126":14010,"chaplain":14011,"bundle":14012,"glorious":14013,"##hine":14014,"hazel":14015,"flung":14016,"sol":14017,"excavations":14018,"dumped":14019,"stares":14020,"sh":14021,"bangalore":14022,"triangular":14023,"icelandic":14024,"intervals":14025,"expressing":14026,"turbine":14027,"##vers":14028,"songwriting":14029,"crafts":14030,"##igo":14031,"jasmine":14032,"ditch":14033,"rite":14034,"##ways":14035,"entertaining":14036,"comply":14037,"sorrow":14038,"wrestlers":14039,"basel":14040,"emirates":14041,"marian":14042,"rivera":14043,"helpful":14044,"##some":14045,"caution":14046,"downward":14047,"networking":14048,"##atory":14049,"##tered":14050,"darted":14051,"genocide":14052,"emergence":14053,"replies":14054,"specializing":14055,"spokesman":14056,"convenient":14057,"unlocked":14058,"fading":14059,"augustine":14060,"concentrations":14061,"resemblance":14062,"elijah":14063,"investigator":14064,"andhra":14065,"##uda":14066,"promotes":14067,"bean":14068,"##rrell":14069,"fleeing":14070,"wan":14071,"simone":14072,"announcer":14073,"##ame":14074,"##bby":14075,"lydia":14076,"weaver":14077,"132":14078,"residency":14079,"modification":14080,"##fest":14081,"stretches":14082,"##ast":14083,"alternatively":14084,"nat":14085,"lowe":14086,"lacks":14087,"##ented":14088,"pam":14089,"tile":14090,"concealed":14091,"inferior":14092,"abdullah":14093,"residences":14094,"tissues":14095,"vengeance":14096,"##ided":14097,"moisture":14098,"peculiar":14099,"groove":14100,"zip":14101,"bologna":14102,"jennings":14103,"ninja":14104,"oversaw":14105,"zombies":14106,"pumping":14107,"batch":14108,"livingston":14109,"emerald":14110,"installations":14111,"1797":14112,"peel":14113,"nitrogen":14114,"rama":14115,"##fying":14116,"##star":14117,"schooling":14118,"strands":14119,"responding":14120,"werner":14121,"##ost":14122,"lime":14123,"casa":14124,"accurately":14125,"targeting":14126,"##rod":14127,"underway":14128,"##uru":14129,"hemisphere":14130,"lester":14131,"##yard":14132,"occupies":14133,"2d":14134,"griffith":14135,"angrily":14136,"reorganized":14137,"##owing":14138,"courtney":14139,"deposited":14140,"##dd":14141,"##30":14142,"estadio":14143,"##ifies":14144,"dunn":14145,"exiled":14146,"##ying":14147,"checks":14148,"##combe":14149,"##о":14150,"##fly":14151,"successes":14152,"unexpectedly":14153,"blu":14154,"assessed":14155,"##flower":14156,"##ه":14157,"observing":14158,"sacked":14159,"spiders":14160,"kn":14161,"##tail":14162,"mu":14163,"nodes":14164,"prosperity":14165,"audrey":14166,"divisional":14167,"155":14168,"broncos":14169,"tangled":14170,"adjust":14171,"feeds":14172,"erosion":14173,"paolo":14174,"surf":14175,"directory":14176,"snatched":14177,"humid":14178,"admiralty":14179,"screwed":14180,"gt":14181,"reddish":14182,"##nese":14183,"modules":14184,"trench":14185,"lamps":14186,"bind":14187,"leah":14188,"bucks":14189,"competes":14190,"##nz":14191,"##form":14192,"transcription":14193,"##uc":14194,"isles":14195,"violently":14196,"clutching":14197,"pga":14198,"cyclist":14199,"inflation":14200,"flats":14201,"ragged":14202,"unnecessary":14203,"##hian":14204,"stubborn":14205,"coordinated":14206,"harriet":14207,"baba":14208,"disqualified":14209,"330":14210,"insect":14211,"wolfe":14212,"##fies":14213,"reinforcements":14214,"rocked":14215,"duel":14216,"winked":14217,"embraced":14218,"bricks":14219,"##raj":14220,"hiatus":14221,"defeats":14222,"pending":14223,"brightly":14224,"jealousy":14225,"##xton":14226,"##hm":14227,"##uki":14228,"lena":14229,"gdp":14230,"colorful":14231,"##dley":14232,"stein":14233,"kidney":14234,"##shu":14235,"underwear":14236,"wanderers":14237,"##haw":14238,"##icus":14239,"guardians":14240,"m³":14241,"roared":14242,"habits":14243,"##wise":14244,"permits":14245,"gp":14246,"uranium":14247,"punished":14248,"disguise":14249,"bundesliga":14250,"elise":14251,"dundee":14252,"erotic":14253,"partisan":14254,"pi":14255,"collectors":14256,"float":14257,"individually":14258,"rendering":14259,"behavioral":14260,"bucharest":14261,"ser":14262,"hare":14263,"valerie":14264,"corporal":14265,"nutrition":14266,"proportional":14267,"##isa":14268,"immense":14269,"##kis":14270,"pavement":14271,"##zie":14272,"##eld":14273,"sutherland":14274,"crouched":14275,"1775":14276,"##lp":14277,"suzuki":14278,"trades":14279,"endurance":14280,"operas":14281,"crosby":14282,"prayed":14283,"priory":14284,"rory":14285,"socially":14286,"##urn":14287,"gujarat":14288,"##pu":14289,"walton":14290,"cube":14291,"pasha":14292,"privilege":14293,"lennon":14294,"floods":14295,"thorne":14296,"waterfall":14297,"nipple":14298,"scouting":14299,"approve":14300,"##lov":14301,"minorities":14302,"voter":14303,"dwight":14304,"extensions":14305,"assure":14306,"ballroom":14307,"slap":14308,"dripping":14309,"privileges":14310,"rejoined":14311,"confessed":14312,"demonstrating":14313,"patriotic":14314,"yell":14315,"investor":14316,"##uth":14317,"pagan":14318,"slumped":14319,"squares":14320,"##cle":14321,"##kins":14322,"confront":14323,"bert":14324,"embarrassment":14325,"##aid":14326,"aston":14327,"urging":14328,"sweater":14329,"starr":14330,"yuri":14331,"brains":14332,"williamson":14333,"commuter":14334,"mortar":14335,"structured":14336,"selfish":14337,"exports":14338,"##jon":14339,"cds":14340,"##him":14341,"unfinished":14342,"##rre":14343,"mortgage":14344,"destinations":14345,"##nagar":14346,"canoe":14347,"solitary":14348,"buchanan":14349,"delays":14350,"magistrate":14351,"fk":14352,"##pling":14353,"motivation":14354,"##lier":14355,"##vier":14356,"recruiting":14357,"assess":14358,"##mouth":14359,"malik":14360,"antique":14361,"1791":14362,"pius":14363,"rahman":14364,"reich":14365,"tub":14366,"zhou":14367,"smashed":14368,"airs":14369,"galway":14370,"xii":14371,"conditioning":14372,"honduras":14373,"discharged":14374,"dexter":14375,"##pf":14376,"lionel":14377,"129":14378,"debates":14379,"lemon":14380,"tiffany":14381,"volunteered":14382,"dom":14383,"dioxide":14384,"procession":14385,"devi":14386,"sic":14387,"tremendous":14388,"advertisements":14389,"colts":14390,"transferring":14391,"verdict":14392,"hanover":14393,"decommissioned":14394,"utter":14395,"relate":14396,"pac":14397,"racism":14398,"##top":14399,"beacon":14400,"limp":14401,"similarity":14402,"terra":14403,"occurrence":14404,"ant":14405,"##how":14406,"becky":14407,"capt":14408,"updates":14409,"armament":14410,"richie":14411,"pal":14412,"##graph":14413,"halloween":14414,"mayo":14415,"##ssen":14416,"##bone":14417,"cara":14418,"serena":14419,"fcc":14420,"dolls":14421,"obligations":14422,"##dling":14423,"violated":14424,"lafayette":14425,"jakarta":14426,"exploitation":14427,"##ime":14428,"infamous":14429,"iconic":14430,"##lah":14431,"##park":14432,"kitty":14433,"moody":14434,"reginald":14435,"dread":14436,"spill":14437,"crystals":14438,"olivier":14439,"modeled":14440,"bluff":14441,"equilibrium":14442,"separating":14443,"notices":14444,"ordnance":14445,"extinction":14446,"onset":14447,"cosmic":14448,"attachment":14449,"sammy":14450,"expose":14451,"privy":14452,"anchored":14453,"##bil":14454,"abbott":14455,"admits":14456,"bending":14457,"baritone":14458,"emmanuel":14459,"policeman":14460,"vaughan":14461,"winged":14462,"climax":14463,"dresses":14464,"denny":14465,"polytechnic":14466,"mohamed":14467,"burmese":14468,"authentic":14469,"nikki":14470,"genetics":14471,"grandparents":14472,"homestead":14473,"gaza":14474,"postponed":14475,"metacritic":14476,"una":14477,"##sby":14478,"##bat":14479,"unstable":14480,"dissertation":14481,"##rial":14482,"##cian":14483,"curls":14484,"obscure":14485,"uncovered":14486,"bronx":14487,"praying":14488,"disappearing":14489,"##hoe":14490,"prehistoric":14491,"coke":14492,"turret":14493,"mutations":14494,"nonprofit":14495,"pits":14496,"monaco":14497,"##ي":14498,"##usion":14499,"prominently":14500,"dispatched":14501,"podium":14502,"##mir":14503,"uci":14504,"##uation":14505,"133":14506,"fortifications":14507,"birthplace":14508,"kendall":14509,"##lby":14510,"##oll":14511,"preacher":14512,"rack":14513,"goodman":14514,"##rman":14515,"persistent":14516,"##ott":14517,"countless":14518,"jaime":14519,"recorder":14520,"lexington":14521,"persecution":14522,"jumps":14523,"renewal":14524,"wagons":14525,"##11":14526,"crushing":14527,"##holder":14528,"decorations":14529,"##lake":14530,"abundance":14531,"wrath":14532,"laundry":14533,"£1":14534,"garde":14535,"##rp":14536,"jeanne":14537,"beetles":14538,"peasant":14539,"##sl":14540,"splitting":14541,"caste":14542,"sergei":14543,"##rer":14544,"##ema":14545,"scripts":14546,"##ively":14547,"rub":14548,"satellites":14549,"##vor":14550,"inscribed":14551,"verlag":14552,"scrapped":14553,"gale":14554,"packages":14555,"chick":14556,"potato":14557,"slogan":14558,"kathleen":14559,"arabs":14560,"##culture":14561,"counterparts":14562,"reminiscent":14563,"choral":14564,"##tead":14565,"rand":14566,"retains":14567,"bushes":14568,"dane":14569,"accomplish":14570,"courtesy":14571,"closes":14572,"##oth":14573,"slaughter":14574,"hague":14575,"krakow":14576,"lawson":14577,"tailed":14578,"elias":14579,"ginger":14580,"##ttes":14581,"canopy":14582,"betrayal":14583,"rebuilding":14584,"turf":14585,"##hof":14586,"frowning":14587,"allegiance":14588,"brigades":14589,"kicks":14590,"rebuild":14591,"polls":14592,"alias":14593,"nationalism":14594,"td":14595,"rowan":14596,"audition":14597,"bowie":14598,"fortunately":14599,"recognizes":14600,"harp":14601,"dillon":14602,"horrified":14603,"##oro":14604,"renault":14605,"##tics":14606,"ropes":14607,"##α":14608,"presumed":14609,"rewarded":14610,"infrared":14611,"wiping":14612,"accelerated":14613,"illustration":14614,"##rid":14615,"presses":14616,"practitioners":14617,"badminton":14618,"##iard":14619,"detained":14620,"##tera":14621,"recognizing":14622,"relates":14623,"misery":14624,"##sies":14625,"##tly":14626,"reproduction":14627,"piercing":14628,"potatoes":14629,"thornton":14630,"esther":14631,"manners":14632,"hbo":14633,"##aan":14634,"ours":14635,"bullshit":14636,"ernie":14637,"perennial":14638,"sensitivity":14639,"illuminated":14640,"rupert":14641,"##jin":14642,"##iss":14643,"##ear":14644,"rfc":14645,"nassau":14646,"##dock":14647,"staggered":14648,"socialism":14649,"##haven":14650,"appointments":14651,"nonsense":14652,"prestige":14653,"sharma":14654,"haul":14655,"##tical":14656,"solidarity":14657,"gps":14658,"##ook":14659,"##rata":14660,"igor":14661,"pedestrian":14662,"##uit":14663,"baxter":14664,"tenants":14665,"wires":14666,"medication":14667,"unlimited":14668,"guiding":14669,"impacts":14670,"diabetes":14671,"##rama":14672,"sasha":14673,"pas":14674,"clive":14675,"extraction":14676,"131":14677,"continually":14678,"constraints":14679,"##bilities":14680,"sonata":14681,"hunted":14682,"sixteenth":14683,"chu":14684,"planting":14685,"quote":14686,"mayer":14687,"pretended":14688,"abs":14689,"spat":14690,"##hua":14691,"ceramic":14692,"##cci":14693,"curtains":14694,"pigs":14695,"pitching":14696,"##dad":14697,"latvian":14698,"sore":14699,"dayton":14700,"##sted":14701,"##qi":14702,"patrols":14703,"slice":14704,"playground":14705,"##nted":14706,"shone":14707,"stool":14708,"apparatus":14709,"inadequate":14710,"mates":14711,"treason":14712,"##ija":14713,"desires":14714,"##liga":14715,"##croft":14716,"somalia":14717,"laurent":14718,"mir":14719,"leonardo":14720,"oracle":14721,"grape":14722,"obliged":14723,"chevrolet":14724,"thirteenth":14725,"stunning":14726,"enthusiastic":14727,"##ede":14728,"accounted":14729,"concludes":14730,"currents":14731,"basil":14732,"##kovic":14733,"drought":14734,"##rica":14735,"mai":14736,"##aire":14737,"shove":14738,"posting":14739,"##shed":14740,"pilgrimage":14741,"humorous":14742,"packing":14743,"fry":14744,"pencil":14745,"wines":14746,"smells":14747,"144":14748,"marilyn":14749,"aching":14750,"newest":14751,"clung":14752,"bon":14753,"neighbours":14754,"sanctioned":14755,"##pie":14756,"mug":14757,"##stock":14758,"drowning":14759,"##mma":14760,"hydraulic":14761,"##vil":14762,"hiring":14763,"reminder":14764,"lilly":14765,"investigators":14766,"##ncies":14767,"sour":14768,"##eous":14769,"compulsory":14770,"packet":14771,"##rion":14772,"##graphic":14773,"##elle":14774,"cannes":14775,"##inate":14776,"depressed":14777,"##rit":14778,"heroic":14779,"importantly":14780,"theresa":14781,"##tled":14782,"conway":14783,"saturn":14784,"marginal":14785,"rae":14786,"##xia":14787,"corresponds":14788,"royce":14789,"pact":14790,"jasper":14791,"explosives":14792,"packaging":14793,"aluminium":14794,"##ttered":14795,"denotes":14796,"rhythmic":14797,"spans":14798,"assignments":14799,"hereditary":14800,"outlined":14801,"originating":14802,"sundays":14803,"lad":14804,"reissued":14805,"greeting":14806,"beatrice":14807,"##dic":14808,"pillar":14809,"marcos":14810,"plots":14811,"handbook":14812,"alcoholic":14813,"judiciary":14814,"avant":14815,"slides":14816,"extract":14817,"masculine":14818,"blur":14819,"##eum":14820,"##force":14821,"homage":14822,"trembled":14823,"owens":14824,"hymn":14825,"trey":14826,"omega":14827,"signaling":14828,"socks":14829,"accumulated":14830,"reacted":14831,"attic":14832,"theo":14833,"lining":14834,"angie":14835,"distraction":14836,"primera":14837,"talbot":14838,"##key":14839,"1200":14840,"ti":14841,"creativity":14842,"billed":14843,"##hey":14844,"deacon":14845,"eduardo":14846,"identifies":14847,"proposition":14848,"dizzy":14849,"gunner":14850,"hogan":14851,"##yam":14852,"##pping":14853,"##hol":14854,"ja":14855,"##chan":14856,"jensen":14857,"reconstructed":14858,"##berger":14859,"clearance":14860,"darius":14861,"##nier":14862,"abe":14863,"harlem":14864,"plea":14865,"dei":14866,"circled":14867,"emotionally":14868,"notation":14869,"fascist":14870,"neville":14871,"exceeded":14872,"upwards":14873,"viable":14874,"ducks":14875,"##fo":14876,"workforce":14877,"racer":14878,"limiting":14879,"shri":14880,"##lson":14881,"possesses":14882,"1600":14883,"kerr":14884,"moths":14885,"devastating":14886,"laden":14887,"disturbing":14888,"locking":14889,"##cture":14890,"gal":14891,"fearing":14892,"accreditation":14893,"flavor":14894,"aide":14895,"1870s":14896,"mountainous":14897,"##baum":14898,"melt":14899,"##ures":14900,"motel":14901,"texture":14902,"servers":14903,"soda":14904,"##mb":14905,"herd":14906,"##nium":14907,"erect":14908,"puzzled":14909,"hum":14910,"peggy":14911,"examinations":14912,"gould":14913,"testified":14914,"geoff":14915,"ren":14916,"devised":14917,"sacks":14918,"##law":14919,"denial":14920,"posters":14921,"grunted":14922,"cesar":14923,"tutor":14924,"ec":14925,"gerry":14926,"offerings":14927,"byrne":14928,"falcons":14929,"combinations":14930,"ct":14931,"incoming":14932,"pardon":14933,"rocking":14934,"26th":14935,"avengers":14936,"flared":14937,"mankind":14938,"seller":14939,"uttar":14940,"loch":14941,"nadia":14942,"stroking":14943,"exposing":14944,"##hd":14945,"fertile":14946,"ancestral":14947,"instituted":14948,"##has":14949,"noises":14950,"prophecy":14951,"taxation":14952,"eminent":14953,"vivid":14954,"pol":14955,"##bol":14956,"dart":14957,"indirect":14958,"multimedia":14959,"notebook":14960,"upside":14961,"displaying":14962,"adrenaline":14963,"referenced":14964,"geometric":14965,"##iving":14966,"progression":14967,"##ddy":14968,"blunt":14969,"announce":14970,"##far":14971,"implementing":14972,"##lav":14973,"aggression":14974,"liaison":14975,"cooler":14976,"cares":14977,"headache":14978,"plantations":14979,"gorge":14980,"dots":14981,"impulse":14982,"thickness":14983,"ashamed":14984,"averaging":14985,"kathy":14986,"obligation":14987,"precursor":14988,"137":14989,"fowler":14990,"symmetry":14991,"thee":14992,"225":14993,"hears":14994,"##rai":14995,"undergoing":14996,"ads":14997,"butcher":14998,"bowler":14999,"##lip":15000,"cigarettes":15001,"subscription":15002,"goodness":15003,"##ically":15004,"browne":15005,"##hos":15006,"##tech":15007,"kyoto":15008,"donor":15009,"##erty":15010,"damaging":15011,"friction":15012,"drifting":15013,"expeditions":15014,"hardened":15015,"prostitution":15016,"152":15017,"fauna":15018,"blankets":15019,"claw":15020,"tossing":15021,"snarled":15022,"butterflies":15023,"recruits":15024,"investigative":15025,"coated":15026,"healed":15027,"138":15028,"communal":15029,"hai":15030,"xiii":15031,"academics":15032,"boone":15033,"psychologist":15034,"restless":15035,"lahore":15036,"stephens":15037,"mba":15038,"brendan":15039,"foreigners":15040,"printer":15041,"##pc":15042,"ached":15043,"explode":15044,"27th":15045,"deed":15046,"scratched":15047,"dared":15048,"##pole":15049,"cardiac":15050,"1780":15051,"okinawa":15052,"proto":15053,"commando":15054,"compelled":15055,"oddly":15056,"electrons":15057,"##base":15058,"replica":15059,"thanksgiving":15060,"##rist":15061,"sheila":15062,"deliberate":15063,"stafford":15064,"tidal":15065,"representations":15066,"hercules":15067,"ou":15068,"##path":15069,"##iated":15070,"kidnapping":15071,"lenses":15072,"##tling":15073,"deficit":15074,"samoa":15075,"mouths":15076,"consuming":15077,"computational":15078,"maze":15079,"granting":15080,"smirk":15081,"razor":15082,"fixture":15083,"ideals":15084,"inviting":15085,"aiden":15086,"nominal":15087,"##vs":15088,"issuing":15089,"julio":15090,"pitt":15091,"ramsey":15092,"docks":15093,"##oss":15094,"exhaust":15095,"##owed":15096,"bavarian":15097,"draped":15098,"anterior":15099,"mating":15100,"ethiopian":15101,"explores":15102,"noticing":15103,"##nton":15104,"discarded":15105,"convenience":15106,"hoffman":15107,"endowment":15108,"beasts":15109,"cartridge":15110,"mormon":15111,"paternal":15112,"probe":15113,"sleeves":15114,"interfere":15115,"lump":15116,"deadline":15117,"##rail":15118,"jenks":15119,"bulldogs":15120,"scrap":15121,"alternating":15122,"justified":15123,"reproductive":15124,"nam":15125,"seize":15126,"descending":15127,"secretariat":15128,"kirby":15129,"coupe":15130,"grouped":15131,"smash":15132,"panther":15133,"sedan":15134,"tapping":15135,"##18":15136,"lola":15137,"cheer":15138,"germanic":15139,"unfortunate":15140,"##eter":15141,"unrelated":15142,"##fan":15143,"subordinate":15144,"##sdale":15145,"suzanne":15146,"advertisement":15147,"##ility":15148,"horsepower":15149,"##lda":15150,"cautiously":15151,"discourse":15152,"luigi":15153,"##mans":15154,"##fields":15155,"noun":15156,"prevalent":15157,"mao":15158,"schneider":15159,"everett":15160,"surround":15161,"governorate":15162,"kira":15163,"##avia":15164,"westward":15165,"##take":15166,"misty":15167,"rails":15168,"sustainability":15169,"134":15170,"unused":15171,"##rating":15172,"packs":15173,"toast":15174,"unwilling":15175,"regulate":15176,"thy":15177,"suffrage":15178,"nile":15179,"awe":15180,"assam":15181,"definitions":15182,"travelers":15183,"affordable":15184,"##rb":15185,"conferred":15186,"sells":15187,"undefeated":15188,"beneficial":15189,"torso":15190,"basal":15191,"repeating":15192,"remixes":15193,"##pass":15194,"bahrain":15195,"cables":15196,"fang":15197,"##itated":15198,"excavated":15199,"numbering":15200,"statutory":15201,"##rey":15202,"deluxe":15203,"##lian":15204,"forested":15205,"ramirez":15206,"derbyshire":15207,"zeus":15208,"slamming":15209,"transfers":15210,"astronomer":15211,"banana":15212,"lottery":15213,"berg":15214,"histories":15215,"bamboo":15216,"##uchi":15217,"resurrection":15218,"posterior":15219,"bowls":15220,"vaguely":15221,"##thi":15222,"thou":15223,"preserving":15224,"tensed":15225,"offence":15226,"##inas":15227,"meyrick":15228,"callum":15229,"ridden":15230,"watt":15231,"langdon":15232,"tying":15233,"lowland":15234,"snorted":15235,"daring":15236,"truman":15237,"##hale":15238,"##girl":15239,"aura":15240,"overly":15241,"filing":15242,"weighing":15243,"goa":15244,"infections":15245,"philanthropist":15246,"saunders":15247,"eponymous":15248,"##owski":15249,"latitude":15250,"perspectives":15251,"reviewing":15252,"mets":15253,"commandant":15254,"radial":15255,"##kha":15256,"flashlight":15257,"reliability":15258,"koch":15259,"vowels":15260,"amazed":15261,"ada":15262,"elaine":15263,"supper":15264,"##rth":15265,"##encies":15266,"predator":15267,"debated":15268,"soviets":15269,"cola":15270,"##boards":15271,"##nah":15272,"compartment":15273,"crooked":15274,"arbitrary":15275,"fourteenth":15276,"##ctive":15277,"havana":15278,"majors":15279,"steelers":15280,"clips":15281,"profitable":15282,"ambush":15283,"exited":15284,"packers":15285,"##tile":15286,"nude":15287,"cracks":15288,"fungi":15289,"##е":15290,"limb":15291,"trousers":15292,"josie":15293,"shelby":15294,"tens":15295,"frederic":15296,"##ος":15297,"definite":15298,"smoothly":15299,"constellation":15300,"insult":15301,"baton":15302,"discs":15303,"lingering":15304,"##nco":15305,"conclusions":15306,"lent":15307,"staging":15308,"becker":15309,"grandpa":15310,"shaky":15311,"##tron":15312,"einstein":15313,"obstacles":15314,"sk":15315,"adverse":15316,"elle":15317,"economically":15318,"##moto":15319,"mccartney":15320,"thor":15321,"dismissal":15322,"motions":15323,"readings":15324,"nostrils":15325,"treatise":15326,"##pace":15327,"squeezing":15328,"evidently":15329,"prolonged":15330,"1783":15331,"venezuelan":15332,"je":15333,"marguerite":15334,"beirut":15335,"takeover":15336,"shareholders":15337,"##vent":15338,"denise":15339,"digit":15340,"airplay":15341,"norse":15342,"##bbling":15343,"imaginary":15344,"pills":15345,"hubert":15346,"blaze":15347,"vacated":15348,"eliminating":15349,"##ello":15350,"vine":15351,"mansfield":15352,"##tty":15353,"retrospective":15354,"barrow":15355,"borne":15356,"clutch":15357,"bail":15358,"forensic":15359,"weaving":15360,"##nett":15361,"##witz":15362,"desktop":15363,"citadel":15364,"promotions":15365,"worrying":15366,"dorset":15367,"ieee":15368,"subdivided":15369,"##iating":15370,"manned":15371,"expeditionary":15372,"pickup":15373,"synod":15374,"chuckle":15375,"185":15376,"barney":15377,"##rz":15378,"##ffin":15379,"functionality":15380,"karachi":15381,"litigation":15382,"meanings":15383,"uc":15384,"lick":15385,"turbo":15386,"anders":15387,"##ffed":15388,"execute":15389,"curl":15390,"oppose":15391,"ankles":15392,"typhoon":15393,"##د":15394,"##ache":15395,"##asia":15396,"linguistics":15397,"compassion":15398,"pressures":15399,"grazing":15400,"perfection":15401,"##iting":15402,"immunity":15403,"monopoly":15404,"muddy":15405,"backgrounds":15406,"136":15407,"namibia":15408,"francesca":15409,"monitors":15410,"attracting":15411,"stunt":15412,"tuition":15413,"##ии":15414,"vegetable":15415,"##mates":15416,"##quent":15417,"mgm":15418,"jen":15419,"complexes":15420,"forts":15421,"##ond":15422,"cellar":15423,"bites":15424,"seventeenth":15425,"royals":15426,"flemish":15427,"failures":15428,"mast":15429,"charities":15430,"##cular":15431,"peruvian":15432,"capitals":15433,"macmillan":15434,"ipswich":15435,"outward":15436,"frigate":15437,"postgraduate":15438,"folds":15439,"employing":15440,"##ouse":15441,"concurrently":15442,"fiery":15443,"##tai":15444,"contingent":15445,"nightmares":15446,"monumental":15447,"nicaragua":15448,"##kowski":15449,"lizard":15450,"mal":15451,"fielding":15452,"gig":15453,"reject":15454,"##pad":15455,"harding":15456,"##ipe":15457,"coastline":15458,"##cin":15459,"##nos":15460,"beethoven":15461,"humphrey":15462,"innovations":15463,"##tam":15464,"##nge":15465,"norris":15466,"doris":15467,"solicitor":15468,"huang":15469,"obey":15470,"141":15471,"##lc":15472,"niagara":15473,"##tton":15474,"shelves":15475,"aug":15476,"bourbon":15477,"curry":15478,"nightclub":15479,"specifications":15480,"hilton":15481,"##ndo":15482,"centennial":15483,"dispersed":15484,"worm":15485,"neglected":15486,"briggs":15487,"sm":15488,"font":15489,"kuala":15490,"uneasy":15491,"plc":15492,"##nstein":15493,"##bound":15494,"##aking":15495,"##burgh":15496,"awaiting":15497,"pronunciation":15498,"##bbed":15499,"##quest":15500,"eh":15501,"optimal":15502,"zhu":15503,"raped":15504,"greens":15505,"presided":15506,"brenda":15507,"worries":15508,"##life":15509,"venetian":15510,"marxist":15511,"turnout":15512,"##lius":15513,"refined":15514,"braced":15515,"sins":15516,"grasped":15517,"sunderland":15518,"nickel":15519,"speculated":15520,"lowell":15521,"cyrillic":15522,"communism":15523,"fundraising":15524,"resembling":15525,"colonists":15526,"mutant":15527,"freddie":15528,"usc":15529,"##mos":15530,"gratitude":15531,"##run":15532,"mural":15533,"##lous":15534,"chemist":15535,"wi":15536,"reminds":15537,"28th":15538,"steals":15539,"tess":15540,"pietro":15541,"##ingen":15542,"promoter":15543,"ri":15544,"microphone":15545,"honoured":15546,"rai":15547,"sant":15548,"##qui":15549,"feather":15550,"##nson":15551,"burlington":15552,"kurdish":15553,"terrorists":15554,"deborah":15555,"sickness":15556,"##wed":15557,"##eet":15558,"hazard":15559,"irritated":15560,"desperation":15561,"veil":15562,"clarity":15563,"##rik":15564,"jewels":15565,"xv":15566,"##gged":15567,"##ows":15568,"##cup":15569,"berkshire":15570,"unfair":15571,"mysteries":15572,"orchid":15573,"winced":15574,"exhaustion":15575,"renovations":15576,"stranded":15577,"obe":15578,"infinity":15579,"##nies":15580,"adapt":15581,"redevelopment":15582,"thanked":15583,"registry":15584,"olga":15585,"domingo":15586,"noir":15587,"tudor":15588,"ole":15589,"##atus":15590,"commenting":15591,"behaviors":15592,"##ais":15593,"crisp":15594,"pauline":15595,"probable":15596,"stirling":15597,"wigan":15598,"##bian":15599,"paralympics":15600,"panting":15601,"surpassed":15602,"##rew":15603,"luca":15604,"barred":15605,"pony":15606,"famed":15607,"##sters":15608,"cassandra":15609,"waiter":15610,"carolyn":15611,"exported":15612,"##orted":15613,"andres":15614,"destructive":15615,"deeds":15616,"jonah":15617,"castles":15618,"vacancy":15619,"suv":15620,"##glass":15621,"1788":15622,"orchard":15623,"yep":15624,"famine":15625,"belarusian":15626,"sprang":15627,"##forth":15628,"skinny":15629,"##mis":15630,"administrators":15631,"rotterdam":15632,"zambia":15633,"zhao":15634,"boiler":15635,"discoveries":15636,"##ride":15637,"##physics":15638,"lucius":15639,"disappointing":15640,"outreach":15641,"spoon":15642,"##frame":15643,"qualifications":15644,"unanimously":15645,"enjoys":15646,"regency":15647,"##iidae":15648,"stade":15649,"realism":15650,"veterinary":15651,"rodgers":15652,"dump":15653,"alain":15654,"chestnut":15655,"castile":15656,"censorship":15657,"rumble":15658,"gibbs":15659,"##itor":15660,"communion":15661,"reggae":15662,"inactivated":15663,"logs":15664,"loads":15665,"##houses":15666,"homosexual":15667,"##iano":15668,"ale":15669,"informs":15670,"##cas":15671,"phrases":15672,"plaster":15673,"linebacker":15674,"ambrose":15675,"kaiser":15676,"fascinated":15677,"850":15678,"limerick":15679,"recruitment":15680,"forge":15681,"mastered":15682,"##nding":15683,"leinster":15684,"rooted":15685,"threaten":15686,"##strom":15687,"borneo":15688,"##hes":15689,"suggestions":15690,"scholarships":15691,"propeller":15692,"documentaries":15693,"patronage":15694,"coats":15695,"constructing":15696,"invest":15697,"neurons":15698,"comet":15699,"entirety":15700,"shouts":15701,"identities":15702,"annoying":15703,"unchanged":15704,"wary":15705,"##antly":15706,"##ogy":15707,"neat":15708,"oversight":15709,"##kos":15710,"phillies":15711,"replay":15712,"constance":15713,"##kka":15714,"incarnation":15715,"humble":15716,"skies":15717,"minus":15718,"##acy":15719,"smithsonian":15720,"##chel":15721,"guerrilla":15722,"jar":15723,"cadets":15724,"##plate":15725,"surplus":15726,"audit":15727,"##aru":15728,"cracking":15729,"joanna":15730,"louisa":15731,"pacing":15732,"##lights":15733,"intentionally":15734,"##iri":15735,"diner":15736,"nwa":15737,"imprint":15738,"australians":15739,"tong":15740,"unprecedented":15741,"bunker":15742,"naive":15743,"specialists":15744,"ark":15745,"nichols":15746,"railing":15747,"leaked":15748,"pedal":15749,"##uka":15750,"shrub":15751,"longing":15752,"roofs":15753,"v8":15754,"captains":15755,"neural":15756,"tuned":15757,"##ntal":15758,"##jet":15759,"emission":15760,"medina":15761,"frantic":15762,"codex":15763,"definitive":15764,"sid":15765,"abolition":15766,"intensified":15767,"stocks":15768,"enrique":15769,"sustain":15770,"genoa":15771,"oxide":15772,"##written":15773,"clues":15774,"cha":15775,"##gers":15776,"tributaries":15777,"fragment":15778,"venom":15779,"##rity":15780,"##ente":15781,"##sca":15782,"muffled":15783,"vain":15784,"sire":15785,"laos":15786,"##ingly":15787,"##hana":15788,"hastily":15789,"snapping":15790,"surfaced":15791,"sentiment":15792,"motive":15793,"##oft":15794,"contests":15795,"approximate":15796,"mesa":15797,"luckily":15798,"dinosaur":15799,"exchanges":15800,"propelled":15801,"accord":15802,"bourne":15803,"relieve":15804,"tow":15805,"masks":15806,"offended":15807,"##ues":15808,"cynthia":15809,"##mmer":15810,"rains":15811,"bartender":15812,"zinc":15813,"reviewers":15814,"lois":15815,"##sai":15816,"legged":15817,"arrogant":15818,"rafe":15819,"rosie":15820,"comprise":15821,"handicap":15822,"blockade":15823,"inlet":15824,"lagoon":15825,"copied":15826,"drilling":15827,"shelley":15828,"petals":15829,"##inian":15830,"mandarin":15831,"obsolete":15832,"##inated":15833,"onward":15834,"arguably":15835,"productivity":15836,"cindy":15837,"praising":15838,"seldom":15839,"busch":15840,"discusses":15841,"raleigh":15842,"shortage":15843,"ranged":15844,"stanton":15845,"encouragement":15846,"firstly":15847,"conceded":15848,"overs":15849,"temporal":15850,"##uke":15851,"cbe":15852,"##bos":15853,"woo":15854,"certainty":15855,"pumps":15856,"##pton":15857,"stalked":15858,"##uli":15859,"lizzie":15860,"periodic":15861,"thieves":15862,"weaker":15863,"##night":15864,"gases":15865,"shoving":15866,"chooses":15867,"wc":15868,"##chemical":15869,"prompting":15870,"weights":15871,"##kill":15872,"robust":15873,"flanked":15874,"sticky":15875,"hu":15876,"tuberculosis":15877,"##eb":15878,"##eal":15879,"christchurch":15880,"resembled":15881,"wallet":15882,"reese":15883,"inappropriate":15884,"pictured":15885,"distract":15886,"fixing":15887,"fiddle":15888,"giggled":15889,"burger":15890,"heirs":15891,"hairy":15892,"mechanic":15893,"torque":15894,"apache":15895,"obsessed":15896,"chiefly":15897,"cheng":15898,"logging":15899,"##tag":15900,"extracted":15901,"meaningful":15902,"numb":15903,"##vsky":15904,"gloucestershire":15905,"reminding":15906,"##bay":15907,"unite":15908,"##lit":15909,"breeds":15910,"diminished":15911,"clown":15912,"glove":15913,"1860s":15914,"##ن":15915,"##ug":15916,"archibald":15917,"focal":15918,"freelance":15919,"sliced":15920,"depiction":15921,"##yk":15922,"organism":15923,"switches":15924,"sights":15925,"stray":15926,"crawling":15927,"##ril":15928,"lever":15929,"leningrad":15930,"interpretations":15931,"loops":15932,"anytime":15933,"reel":15934,"alicia":15935,"delighted":15936,"##ech":15937,"inhaled":15938,"xiv":15939,"suitcase":15940,"bernie":15941,"vega":15942,"licenses":15943,"northampton":15944,"exclusion":15945,"induction":15946,"monasteries":15947,"racecourse":15948,"homosexuality":15949,"##right":15950,"##sfield":15951,"##rky":15952,"dimitri":15953,"michele":15954,"alternatives":15955,"ions":15956,"commentators":15957,"genuinely":15958,"objected":15959,"pork":15960,"hospitality":15961,"fencing":15962,"stephan":15963,"warships":15964,"peripheral":15965,"wit":15966,"drunken":15967,"wrinkled":15968,"quentin":15969,"spends":15970,"departing":15971,"chung":15972,"numerical":15973,"spokesperson":15974,"##zone":15975,"johannesburg":15976,"caliber":15977,"killers":15978,"##udge":15979,"assumes":15980,"neatly":15981,"demographic":15982,"abigail":15983,"bloc":15984,"##vel":15985,"mounting":15986,"##lain":15987,"bentley":15988,"slightest":15989,"xu":15990,"recipients":15991,"##jk":15992,"merlin":15993,"##writer":15994,"seniors":15995,"prisons":15996,"blinking":15997,"hindwings":15998,"flickered":15999,"kappa":16000,"##hel":16001,"80s":16002,"strengthening":16003,"appealing":16004,"brewing":16005,"gypsy":16006,"mali":16007,"lashes":16008,"hulk":16009,"unpleasant":16010,"harassment":16011,"bio":16012,"treaties":16013,"predict":16014,"instrumentation":16015,"pulp":16016,"troupe":16017,"boiling":16018,"mantle":16019,"##ffe":16020,"ins":16021,"##vn":16022,"dividing":16023,"handles":16024,"verbs":16025,"##onal":16026,"coconut":16027,"senegal":16028,"340":16029,"thorough":16030,"gum":16031,"momentarily":16032,"##sto":16033,"cocaine":16034,"panicked":16035,"destined":16036,"##turing":16037,"teatro":16038,"denying":16039,"weary":16040,"captained":16041,"mans":16042,"##hawks":16043,"##code":16044,"wakefield":16045,"bollywood":16046,"thankfully":16047,"##16":16048,"cyril":16049,"##wu":16050,"amendments":16051,"##bahn":16052,"consultation":16053,"stud":16054,"reflections":16055,"kindness":16056,"1787":16057,"internally":16058,"##ovo":16059,"tex":16060,"mosaic":16061,"distribute":16062,"paddy":16063,"seeming":16064,"143":16065,"##hic":16066,"piers":16067,"##15":16068,"##mura":16069,"##verse":16070,"popularly":16071,"winger":16072,"kang":16073,"sentinel":16074,"mccoy":16075,"##anza":16076,"covenant":16077,"##bag":16078,"verge":16079,"fireworks":16080,"suppress":16081,"thrilled":16082,"dominate":16083,"##jar":16084,"swansea":16085,"##60":16086,"142":16087,"reconciliation":16088,"##ndi":16089,"stiffened":16090,"cue":16091,"dorian":16092,"##uf":16093,"damascus":16094,"amor":16095,"ida":16096,"foremost":16097,"##aga":16098,"porsche":16099,"unseen":16100,"dir":16101,"##had":16102,"##azi":16103,"stony":16104,"lexi":16105,"melodies":16106,"##nko":16107,"angular":16108,"integer":16109,"podcast":16110,"ants":16111,"inherent":16112,"jaws":16113,"justify":16114,"persona":16115,"##olved":16116,"josephine":16117,"##nr":16118,"##ressed":16119,"customary":16120,"flashes":16121,"gala":16122,"cyrus":16123,"glaring":16124,"backyard":16125,"ariel":16126,"physiology":16127,"greenland":16128,"html":16129,"stir":16130,"avon":16131,"atletico":16132,"finch":16133,"methodology":16134,"ked":16135,"##lent":16136,"mas":16137,"catholicism":16138,"townsend":16139,"branding":16140,"quincy":16141,"fits":16142,"containers":16143,"1777":16144,"ashore":16145,"aragon":16146,"##19":16147,"forearm":16148,"poisoning":16149,"##sd":16150,"adopting":16151,"conquer":16152,"grinding":16153,"amnesty":16154,"keller":16155,"finances":16156,"evaluate":16157,"forged":16158,"lankan":16159,"instincts":16160,"##uto":16161,"guam":16162,"bosnian":16163,"photographed":16164,"workplace":16165,"desirable":16166,"protector":16167,"##dog":16168,"allocation":16169,"intently":16170,"encourages":16171,"willy":16172,"##sten":16173,"bodyguard":16174,"electro":16175,"brighter":16176,"##ν":16177,"bihar":16178,"##chev":16179,"lasts":16180,"opener":16181,"amphibious":16182,"sal":16183,"verde":16184,"arte":16185,"##cope":16186,"captivity":16187,"vocabulary":16188,"yields":16189,"##tted":16190,"agreeing":16191,"desmond":16192,"pioneered":16193,"##chus":16194,"strap":16195,"campaigned":16196,"railroads":16197,"##ович":16198,"emblem":16199,"##dre":16200,"stormed":16201,"501":16202,"##ulous":16203,"marijuana":16204,"northumberland":16205,"##gn":16206,"##nath":16207,"bowen":16208,"landmarks":16209,"beaumont":16210,"##qua":16211,"danube":16212,"##bler":16213,"attorneys":16214,"th":16215,"ge":16216,"flyers":16217,"critique":16218,"villains":16219,"cass":16220,"mutation":16221,"acc":16222,"##0s":16223,"colombo":16224,"mckay":16225,"motif":16226,"sampling":16227,"concluding":16228,"syndicate":16229,"##rell":16230,"neon":16231,"stables":16232,"ds":16233,"warnings":16234,"clint":16235,"mourning":16236,"wilkinson":16237,"##tated":16238,"merrill":16239,"leopard":16240,"evenings":16241,"exhaled":16242,"emil":16243,"sonia":16244,"ezra":16245,"discrete":16246,"stove":16247,"farrell":16248,"fifteenth":16249,"prescribed":16250,"superhero":16251,"##rier":16252,"worms":16253,"helm":16254,"wren":16255,"##duction":16256,"##hc":16257,"expo":16258,"##rator":16259,"hq":16260,"unfamiliar":16261,"antony":16262,"prevents":16263,"acceleration":16264,"fiercely":16265,"mari":16266,"painfully":16267,"calculations":16268,"cheaper":16269,"ign":16270,"clifton":16271,"irvine":16272,"davenport":16273,"mozambique":16274,"##np":16275,"pierced":16276,"##evich":16277,"wonders":16278,"##wig":16279,"##cate":16280,"##iling":16281,"crusade":16282,"ware":16283,"##uel":16284,"enzymes":16285,"reasonably":16286,"mls":16287,"##coe":16288,"mater":16289,"ambition":16290,"bunny":16291,"eliot":16292,"kernel":16293,"##fin":16294,"asphalt":16295,"headmaster":16296,"torah":16297,"aden":16298,"lush":16299,"pins":16300,"waived":16301,"##care":16302,"##yas":16303,"joao":16304,"substrate":16305,"enforce":16306,"##grad":16307,"##ules":16308,"alvarez":16309,"selections":16310,"epidemic":16311,"tempted":16312,"##bit":16313,"bremen":16314,"translates":16315,"ensured":16316,"waterfront":16317,"29th":16318,"forrest":16319,"manny":16320,"malone":16321,"kramer":16322,"reigning":16323,"cookies":16324,"simpler":16325,"absorption":16326,"205":16327,"engraved":16328,"##ffy":16329,"evaluated":16330,"1778":16331,"haze":16332,"146":16333,"comforting":16334,"crossover":16335,"##abe":16336,"thorn":16337,"##rift":16338,"##imo":16339,"##pop":16340,"suppression":16341,"fatigue":16342,"cutter":16343,"##tr":16344,"201":16345,"wurttemberg":16346,"##orf":16347,"enforced":16348,"hovering":16349,"proprietary":16350,"gb":16351,"samurai":16352,"syllable":16353,"ascent":16354,"lacey":16355,"tick":16356,"lars":16357,"tractor":16358,"merchandise":16359,"rep":16360,"bouncing":16361,"defendants":16362,"##yre":16363,"huntington":16364,"##ground":16365,"##oko":16366,"standardized":16367,"##hor":16368,"##hima":16369,"assassinated":16370,"nu":16371,"predecessors":16372,"rainy":16373,"liar":16374,"assurance":16375,"lyrical":16376,"##uga":16377,"secondly":16378,"flattened":16379,"ios":16380,"parameter":16381,"undercover":16382,"##mity":16383,"bordeaux":16384,"punish":16385,"ridges":16386,"markers":16387,"exodus":16388,"inactive":16389,"hesitate":16390,"debbie":16391,"nyc":16392,"pledge":16393,"savoy":16394,"nagar":16395,"offset":16396,"organist":16397,"##tium":16398,"hesse":16399,"marin":16400,"converting":16401,"##iver":16402,"diagram":16403,"propulsion":16404,"pu":16405,"validity":16406,"reverted":16407,"supportive":16408,"##dc":16409,"ministries":16410,"clans":16411,"responds":16412,"proclamation":16413,"##inae":16414,"##ø":16415,"##rea":16416,"ein":16417,"pleading":16418,"patriot":16419,"sf":16420,"birch":16421,"islanders":16422,"strauss":16423,"hates":16424,"##dh":16425,"brandenburg":16426,"concession":16427,"rd":16428,"##ob":16429,"1900s":16430,"killings":16431,"textbook":16432,"antiquity":16433,"cinematography":16434,"wharf":16435,"embarrassing":16436,"setup":16437,"creed":16438,"farmland":16439,"inequality":16440,"centred":16441,"signatures":16442,"fallon":16443,"370":16444,"##ingham":16445,"##uts":16446,"ceylon":16447,"gazing":16448,"directive":16449,"laurie":16450,"##tern":16451,"globally":16452,"##uated":16453,"##dent":16454,"allah":16455,"excavation":16456,"threads":16457,"##cross":16458,"148":16459,"frantically":16460,"icc":16461,"utilize":16462,"determines":16463,"respiratory":16464,"thoughtful":16465,"receptions":16466,"##dicate":16467,"merging":16468,"chandra":16469,"seine":16470,"147":16471,"builders":16472,"builds":16473,"diagnostic":16474,"dev":16475,"visibility":16476,"goddamn":16477,"analyses":16478,"dhaka":16479,"cho":16480,"proves":16481,"chancel":16482,"concurrent":16483,"curiously":16484,"canadians":16485,"pumped":16486,"restoring":16487,"1850s":16488,"turtles":16489,"jaguar":16490,"sinister":16491,"spinal":16492,"traction":16493,"declan":16494,"vows":16495,"1784":16496,"glowed":16497,"capitalism":16498,"swirling":16499,"install":16500,"universidad":16501,"##lder":16502,"##oat":16503,"soloist":16504,"##genic":16505,"##oor":16506,"coincidence":16507,"beginnings":16508,"nissan":16509,"dip":16510,"resorts":16511,"caucasus":16512,"combustion":16513,"infectious":16514,"##eno":16515,"pigeon":16516,"serpent":16517,"##itating":16518,"conclude":16519,"masked":16520,"salad":16521,"jew":16522,"##gr":16523,"surreal":16524,"toni":16525,"##wc":16526,"harmonica":16527,"151":16528,"##gins":16529,"##etic":16530,"##coat":16531,"fishermen":16532,"intending":16533,"bravery":16534,"##wave":16535,"klaus":16536,"titan":16537,"wembley":16538,"taiwanese":16539,"ransom":16540,"40th":16541,"incorrect":16542,"hussein":16543,"eyelids":16544,"jp":16545,"cooke":16546,"dramas":16547,"utilities":16548,"##etta":16549,"##print":16550,"eisenhower":16551,"principally":16552,"granada":16553,"lana":16554,"##rak":16555,"openings":16556,"concord":16557,"##bl":16558,"bethany":16559,"connie":16560,"morality":16561,"sega":16562,"##mons":16563,"##nard":16564,"earnings":16565,"##kara":16566,"##cine":16567,"wii":16568,"communes":16569,"##rel":16570,"coma":16571,"composing":16572,"softened":16573,"severed":16574,"grapes":16575,"##17":16576,"nguyen":16577,"analyzed":16578,"warlord":16579,"hubbard":16580,"heavenly":16581,"behave":16582,"slovenian":16583,"##hit":16584,"##ony":16585,"hailed":16586,"filmmakers":16587,"trance":16588,"caldwell":16589,"skye":16590,"unrest":16591,"coward":16592,"likelihood":16593,"##aging":16594,"bern":16595,"sci":16596,"taliban":16597,"honolulu":16598,"propose":16599,"##wang":16600,"1700":16601,"browser":16602,"imagining":16603,"cobra":16604,"contributes":16605,"dukes":16606,"instinctively":16607,"conan":16608,"violinist":16609,"##ores":16610,"accessories":16611,"gradual":16612,"##amp":16613,"quotes":16614,"sioux":16615,"##dating":16616,"undertake":16617,"intercepted":16618,"sparkling":16619,"compressed":16620,"139":16621,"fungus":16622,"tombs":16623,"haley":16624,"imposing":16625,"rests":16626,"degradation":16627,"lincolnshire":16628,"retailers":16629,"wetlands":16630,"tulsa":16631,"distributor":16632,"dungeon":16633,"nun":16634,"greenhouse":16635,"convey":16636,"atlantis":16637,"aft":16638,"exits":16639,"oman":16640,"dresser":16641,"lyons":16642,"##sti":16643,"joking":16644,"eddy":16645,"judgement":16646,"omitted":16647,"digits":16648,"##cts":16649,"##game":16650,"juniors":16651,"##rae":16652,"cents":16653,"stricken":16654,"une":16655,"##ngo":16656,"wizards":16657,"weir":16658,"breton":16659,"nan":16660,"technician":16661,"fibers":16662,"liking":16663,"royalty":16664,"##cca":16665,"154":16666,"persia":16667,"terribly":16668,"magician":16669,"##rable":16670,"##unt":16671,"vance":16672,"cafeteria":16673,"booker":16674,"camille":16675,"warmer":16676,"##static":16677,"consume":16678,"cavern":16679,"gaps":16680,"compass":16681,"contemporaries":16682,"foyer":16683,"soothing":16684,"graveyard":16685,"maj":16686,"plunged":16687,"blush":16688,"##wear":16689,"cascade":16690,"demonstrates":16691,"ordinance":16692,"##nov":16693,"boyle":16694,"##lana":16695,"rockefeller":16696,"shaken":16697,"banjo":16698,"izzy":16699,"##ense":16700,"breathless":16701,"vines":16702,"##32":16703,"##eman":16704,"alterations":16705,"chromosome":16706,"dwellings":16707,"feudal":16708,"mole":16709,"153":16710,"catalonia":16711,"relics":16712,"tenant":16713,"mandated":16714,"##fm":16715,"fridge":16716,"hats":16717,"honesty":16718,"patented":16719,"raul":16720,"heap":16721,"cruisers":16722,"accusing":16723,"enlightenment":16724,"infants":16725,"wherein":16726,"chatham":16727,"contractors":16728,"zen":16729,"affinity":16730,"hc":16731,"osborne":16732,"piston":16733,"156":16734,"traps":16735,"maturity":16736,"##rana":16737,"lagos":16738,"##zal":16739,"peering":16740,"##nay":16741,"attendant":16742,"dealers":16743,"protocols":16744,"subset":16745,"prospects":16746,"biographical":16747,"##cre":16748,"artery":16749,"##zers":16750,"insignia":16751,"nuns":16752,"endured":16753,"##eration":16754,"recommend":16755,"schwartz":16756,"serbs":16757,"berger":16758,"cromwell":16759,"crossroads":16760,"##ctor":16761,"enduring":16762,"clasped":16763,"grounded":16764,"##bine":16765,"marseille":16766,"twitched":16767,"abel":16768,"choke":16769,"https":16770,"catalyst":16771,"moldova":16772,"italians":16773,"##tist":16774,"disastrous":16775,"wee":16776,"##oured":16777,"##nti":16778,"wwf":16779,"nope":16780,"##piration":16781,"##asa":16782,"expresses":16783,"thumbs":16784,"167":16785,"##nza":16786,"coca":16787,"1781":16788,"cheating":16789,"##ption":16790,"skipped":16791,"sensory":16792,"heidelberg":16793,"spies":16794,"satan":16795,"dangers":16796,"semifinal":16797,"202":16798,"bohemia":16799,"whitish":16800,"confusing":16801,"shipbuilding":16802,"relies":16803,"surgeons":16804,"landings":16805,"ravi":16806,"baku":16807,"moor":16808,"suffix":16809,"alejandro":16810,"##yana":16811,"litre":16812,"upheld":16813,"##unk":16814,"rajasthan":16815,"##rek":16816,"coaster":16817,"insists":16818,"posture":16819,"scenarios":16820,"etienne":16821,"favoured":16822,"appoint":16823,"transgender":16824,"elephants":16825,"poked":16826,"greenwood":16827,"defences":16828,"fulfilled":16829,"militant":16830,"somali":16831,"1758":16832,"chalk":16833,"potent":16834,"##ucci":16835,"migrants":16836,"wink":16837,"assistants":16838,"nos":16839,"restriction":16840,"activism":16841,"niger":16842,"##ario":16843,"colon":16844,"shaun":16845,"##sat":16846,"daphne":16847,"##erated":16848,"swam":16849,"congregations":16850,"reprise":16851,"considerations":16852,"magnet":16853,"playable":16854,"xvi":16855,"##р":16856,"overthrow":16857,"tobias":16858,"knob":16859,"chavez":16860,"coding":16861,"##mers":16862,"propped":16863,"katrina":16864,"orient":16865,"newcomer":16866,"##suke":16867,"temperate":16868,"##pool":16869,"farmhouse":16870,"interrogation":16871,"##vd":16872,"committing":16873,"##vert":16874,"forthcoming":16875,"strawberry":16876,"joaquin":16877,"macau":16878,"ponds":16879,"shocking":16880,"siberia":16881,"##cellular":16882,"chant":16883,"contributors":16884,"##nant":16885,"##ologists":16886,"sped":16887,"absorb":16888,"hail":16889,"1782":16890,"spared":16891,"##hore":16892,"barbados":16893,"karate":16894,"opus":16895,"originates":16896,"saul":16897,"##xie":16898,"evergreen":16899,"leaped":16900,"##rock":16901,"correlation":16902,"exaggerated":16903,"weekday":16904,"unification":16905,"bump":16906,"tracing":16907,"brig":16908,"afb":16909,"pathways":16910,"utilizing":16911,"##ners":16912,"mod":16913,"mb":16914,"disturbance":16915,"kneeling":16916,"##stad":16917,"##guchi":16918,"100th":16919,"pune":16920,"##thy":16921,"decreasing":16922,"168":16923,"manipulation":16924,"miriam":16925,"academia":16926,"ecosystem":16927,"occupational":16928,"rbi":16929,"##lem":16930,"rift":16931,"##14":16932,"rotary":16933,"stacked":16934,"incorporation":16935,"awakening":16936,"generators":16937,"guerrero":16938,"racist":16939,"##omy":16940,"cyber":16941,"derivatives":16942,"culminated":16943,"allie":16944,"annals":16945,"panzer":16946,"sainte":16947,"wikipedia":16948,"pops":16949,"zu":16950,"austro":16951,"##vate":16952,"algerian":16953,"politely":16954,"nicholson":16955,"mornings":16956,"educate":16957,"tastes":16958,"thrill":16959,"dartmouth":16960,"##gating":16961,"db":16962,"##jee":16963,"regan":16964,"differing":16965,"concentrating":16966,"choreography":16967,"divinity":16968,"##media":16969,"pledged":16970,"alexandre":16971,"routing":16972,"gregor":16973,"madeline":16974,"##idal":16975,"apocalypse":16976,"##hora":16977,"gunfire":16978,"culminating":16979,"elves":16980,"fined":16981,"liang":16982,"lam":16983,"programmed":16984,"tar":16985,"guessing":16986,"transparency":16987,"gabrielle":16988,"##gna":16989,"cancellation":16990,"flexibility":16991,"##lining":16992,"accession":16993,"shea":16994,"stronghold":16995,"nets":16996,"specializes":16997,"##rgan":16998,"abused":16999,"hasan":17000,"sgt":17001,"ling":17002,"exceeding":17003,"##₄":17004,"admiration":17005,"supermarket":17006,"##ark":17007,"photographers":17008,"specialised":17009,"tilt":17010,"resonance":17011,"hmm":17012,"perfume":17013,"380":17014,"sami":17015,"threatens":17016,"garland":17017,"botany":17018,"guarding":17019,"boiled":17020,"greet":17021,"puppy":17022,"russo":17023,"supplier":17024,"wilmington":17025,"vibrant":17026,"vijay":17027,"##bius":17028,"paralympic":17029,"grumbled":17030,"paige":17031,"faa":17032,"licking":17033,"margins":17034,"hurricanes":17035,"##gong":17036,"fest":17037,"grenade":17038,"ripping":17039,"##uz":17040,"counseling":17041,"weigh":17042,"##sian":17043,"needles":17044,"wiltshire":17045,"edison":17046,"costly":17047,"##not":17048,"fulton":17049,"tramway":17050,"redesigned":17051,"staffordshire":17052,"cache":17053,"gasping":17054,"watkins":17055,"sleepy":17056,"candidacy":17057,"##group":17058,"monkeys":17059,"timeline":17060,"throbbing":17061,"##bid":17062,"##sos":17063,"berth":17064,"uzbekistan":17065,"vanderbilt":17066,"bothering":17067,"overturned":17068,"ballots":17069,"gem":17070,"##iger":17071,"sunglasses":17072,"subscribers":17073,"hooker":17074,"compelling":17075,"ang":17076,"exceptionally":17077,"saloon":17078,"stab":17079,"##rdi":17080,"carla":17081,"terrifying":17082,"rom":17083,"##vision":17084,"coil":17085,"##oids":17086,"satisfying":17087,"vendors":17088,"31st":17089,"mackay":17090,"deities":17091,"overlooked":17092,"ambient":17093,"bahamas":17094,"felipe":17095,"olympia":17096,"whirled":17097,"botanist":17098,"advertised":17099,"tugging":17100,"##dden":17101,"disciples":17102,"morales":17103,"unionist":17104,"rites":17105,"foley":17106,"morse":17107,"motives":17108,"creepy":17109,"##₀":17110,"soo":17111,"##sz":17112,"bargain":17113,"highness":17114,"frightening":17115,"turnpike":17116,"tory":17117,"reorganization":17118,"##cer":17119,"depict":17120,"biographer":17121,"##walk":17122,"unopposed":17123,"manifesto":17124,"##gles":17125,"institut":17126,"emile":17127,"accidental":17128,"kapoor":17129,"##dam":17130,"kilkenny":17131,"cortex":17132,"lively":17133,"##13":17134,"romanesque":17135,"jain":17136,"shan":17137,"cannons":17138,"##ood":17139,"##ske":17140,"petrol":17141,"echoing":17142,"amalgamated":17143,"disappears":17144,"cautious":17145,"proposes":17146,"sanctions":17147,"trenton":17148,"##ر":17149,"flotilla":17150,"aus":17151,"contempt":17152,"tor":17153,"canary":17154,"cote":17155,"theirs":17156,"##hun":17157,"conceptual":17158,"deleted":17159,"fascinating":17160,"paso":17161,"blazing":17162,"elf":17163,"honourable":17164,"hutchinson":17165,"##eiro":17166,"##outh":17167,"##zin":17168,"surveyor":17169,"tee":17170,"amidst":17171,"wooded":17172,"reissue":17173,"intro":17174,"##ono":17175,"cobb":17176,"shelters":17177,"newsletter":17178,"hanson":17179,"brace":17180,"encoding":17181,"confiscated":17182,"dem":17183,"caravan":17184,"marino":17185,"scroll":17186,"melodic":17187,"cows":17188,"imam":17189,"##adi":17190,"##aneous":17191,"northward":17192,"searches":17193,"biodiversity":17194,"cora":17195,"310":17196,"roaring":17197,"##bers":17198,"connell":17199,"theologian":17200,"halo":17201,"compose":17202,"pathetic":17203,"unmarried":17204,"dynamo":17205,"##oot":17206,"az":17207,"calculation":17208,"toulouse":17209,"deserves":17210,"humour":17211,"nr":17212,"forgiveness":17213,"tam":17214,"undergone":17215,"martyr":17216,"pamela":17217,"myths":17218,"whore":17219,"counselor":17220,"hicks":17221,"290":17222,"heavens":17223,"battleship":17224,"electromagnetic":17225,"##bbs":17226,"stellar":17227,"establishments":17228,"presley":17229,"hopped":17230,"##chin":17231,"temptation":17232,"90s":17233,"wills":17234,"nas":17235,"##yuan":17236,"nhs":17237,"##nya":17238,"seminars":17239,"##yev":17240,"adaptations":17241,"gong":17242,"asher":17243,"lex":17244,"indicator":17245,"sikh":17246,"tobago":17247,"cites":17248,"goin":17249,"##yte":17250,"satirical":17251,"##gies":17252,"characterised":17253,"correspond":17254,"bubbles":17255,"lure":17256,"participates":17257,"##vid":17258,"eruption":17259,"skate":17260,"therapeutic":17261,"1785":17262,"canals":17263,"wholesale":17264,"defaulted":17265,"sac":17266,"460":17267,"petit":17268,"##zzled":17269,"virgil":17270,"leak":17271,"ravens":17272,"256":17273,"portraying":17274,"##yx":17275,"ghetto":17276,"creators":17277,"dams":17278,"portray":17279,"vicente":17280,"##rington":17281,"fae":17282,"namesake":17283,"bounty":17284,"##arium":17285,"joachim":17286,"##ota":17287,"##iser":17288,"aforementioned":17289,"axle":17290,"snout":17291,"depended":17292,"dismantled":17293,"reuben":17294,"480":17295,"##ibly":17296,"gallagher":17297,"##lau":17298,"##pd":17299,"earnest":17300,"##ieu":17301,"##iary":17302,"inflicted":17303,"objections":17304,"##llar":17305,"asa":17306,"gritted":17307,"##athy":17308,"jericho":17309,"##sea":17310,"##was":17311,"flick":17312,"underside":17313,"ceramics":17314,"undead":17315,"substituted":17316,"195":17317,"eastward":17318,"undoubtedly":17319,"wheeled":17320,"chimney":17321,"##iche":17322,"guinness":17323,"cb":17324,"##ager":17325,"siding":17326,"##bell":17327,"traitor":17328,"baptiste":17329,"disguised":17330,"inauguration":17331,"149":17332,"tipperary":17333,"choreographer":17334,"perched":17335,"warmed":17336,"stationary":17337,"eco":17338,"##ike":17339,"##ntes":17340,"bacterial":17341,"##aurus":17342,"flores":17343,"phosphate":17344,"##core":17345,"attacker":17346,"invaders":17347,"alvin":17348,"intersects":17349,"a1":17350,"indirectly":17351,"immigrated":17352,"businessmen":17353,"cornelius":17354,"valves":17355,"narrated":17356,"pill":17357,"sober":17358,"ul":17359,"nationale":17360,"monastic":17361,"applicants":17362,"scenery":17363,"##jack":17364,"161":17365,"motifs":17366,"constitutes":17367,"cpu":17368,"##osh":17369,"jurisdictions":17370,"sd":17371,"tuning":17372,"irritation":17373,"woven":17374,"##uddin":17375,"fertility":17376,"gao":17377,"##erie":17378,"antagonist":17379,"impatient":17380,"glacial":17381,"hides":17382,"boarded":17383,"denominations":17384,"interception":17385,"##jas":17386,"cookie":17387,"nicola":17388,"##tee":17389,"algebraic":17390,"marquess":17391,"bahn":17392,"parole":17393,"buyers":17394,"bait":17395,"turbines":17396,"paperwork":17397,"bestowed":17398,"natasha":17399,"renee":17400,"oceans":17401,"purchases":17402,"157":17403,"vaccine":17404,"215":17405,"##tock":17406,"fixtures":17407,"playhouse":17408,"integrate":17409,"jai":17410,"oswald":17411,"intellectuals":17412,"##cky":17413,"booked":17414,"nests":17415,"mortimer":17416,"##isi":17417,"obsession":17418,"sept":17419,"##gler":17420,"##sum":17421,"440":17422,"scrutiny":17423,"simultaneous":17424,"squinted":17425,"##shin":17426,"collects":17427,"oven":17428,"shankar":17429,"penned":17430,"remarkably":17431,"##я":17432,"slips":17433,"luggage":17434,"spectral":17435,"1786":17436,"collaborations":17437,"louie":17438,"consolidation":17439,"##ailed":17440,"##ivating":17441,"420":17442,"hoover":17443,"blackpool":17444,"harness":17445,"ignition":17446,"vest":17447,"tails":17448,"belmont":17449,"mongol":17450,"skinner":17451,"##nae":17452,"visually":17453,"mage":17454,"derry":17455,"##tism":17456,"##unce":17457,"stevie":17458,"transitional":17459,"##rdy":17460,"redskins":17461,"drying":17462,"prep":17463,"prospective":17464,"##21":17465,"annoyance":17466,"oversee":17467,"##loaded":17468,"fills":17469,"##books":17470,"##iki":17471,"announces":17472,"fda":17473,"scowled":17474,"respects":17475,"prasad":17476,"mystic":17477,"tucson":17478,"##vale":17479,"revue":17480,"springer":17481,"bankrupt":17482,"1772":17483,"aristotle":17484,"salvatore":17485,"habsburg":17486,"##geny":17487,"dal":17488,"natal":17489,"nut":17490,"pod":17491,"chewing":17492,"darts":17493,"moroccan":17494,"walkover":17495,"rosario":17496,"lenin":17497,"punjabi":17498,"##ße":17499,"grossed":17500,"scattering":17501,"wired":17502,"invasive":17503,"hui":17504,"polynomial":17505,"corridors":17506,"wakes":17507,"gina":17508,"portrays":17509,"##cratic":17510,"arid":17511,"retreating":17512,"erich":17513,"irwin":17514,"sniper":17515,"##dha":17516,"linen":17517,"lindsey":17518,"maneuver":17519,"butch":17520,"shutting":17521,"socio":17522,"bounce":17523,"commemorative":17524,"postseason":17525,"jeremiah":17526,"pines":17527,"275":17528,"mystical":17529,"beads":17530,"bp":17531,"abbas":17532,"furnace":17533,"bidding":17534,"consulted":17535,"assaulted":17536,"empirical":17537,"rubble":17538,"enclosure":17539,"sob":17540,"weakly":17541,"cancel":17542,"polly":17543,"yielded":17544,"##emann":17545,"curly":17546,"prediction":17547,"battered":17548,"70s":17549,"vhs":17550,"jacqueline":17551,"render":17552,"sails":17553,"barked":17554,"detailing":17555,"grayson":17556,"riga":17557,"sloane":17558,"raging":17559,"##yah":17560,"herbs":17561,"bravo":17562,"##athlon":17563,"alloy":17564,"giggle":17565,"imminent":17566,"suffers":17567,"assumptions":17568,"waltz":17569,"##itate":17570,"accomplishments":17571,"##ited":17572,"bathing":17573,"remixed":17574,"deception":17575,"prefix":17576,"##emia":17577,"deepest":17578,"##tier":17579,"##eis":17580,"balkan":17581,"frogs":17582,"##rong":17583,"slab":17584,"##pate":17585,"philosophers":17586,"peterborough":17587,"grains":17588,"imports":17589,"dickinson":17590,"rwanda":17591,"##atics":17592,"1774":17593,"dirk":17594,"lan":17595,"tablets":17596,"##rove":17597,"clone":17598,"##rice":17599,"caretaker":17600,"hostilities":17601,"mclean":17602,"##gre":17603,"regimental":17604,"treasures":17605,"norms":17606,"impose":17607,"tsar":17608,"tango":17609,"diplomacy":17610,"variously":17611,"complain":17612,"192":17613,"recognise":17614,"arrests":17615,"1779":17616,"celestial":17617,"pulitzer":17618,"##dus":17619,"bing":17620,"libretto":17621,"##moor":17622,"adele":17623,"splash":17624,"##rite":17625,"expectation":17626,"lds":17627,"confronts":17628,"##izer":17629,"spontaneous":17630,"harmful":17631,"wedge":17632,"entrepreneurs":17633,"buyer":17634,"##ope":17635,"bilingual":17636,"translate":17637,"rugged":17638,"conner":17639,"circulated":17640,"uae":17641,"eaton":17642,"##gra":17643,"##zzle":17644,"lingered":17645,"lockheed":17646,"vishnu":17647,"reelection":17648,"alonso":17649,"##oom":17650,"joints":17651,"yankee":17652,"headline":17653,"cooperate":17654,"heinz":17655,"laureate":17656,"invading":17657,"##sford":17658,"echoes":17659,"scandinavian":17660,"##dham":17661,"hugging":17662,"vitamin":17663,"salute":17664,"micah":17665,"hind":17666,"trader":17667,"##sper":17668,"radioactive":17669,"##ndra":17670,"militants":17671,"poisoned":17672,"ratified":17673,"remark":17674,"campeonato":17675,"deprived":17676,"wander":17677,"prop":17678,"##dong":17679,"outlook":17680,"##tani":17681,"##rix":17682,"##eye":17683,"chiang":17684,"darcy":17685,"##oping":17686,"mandolin":17687,"spice":17688,"statesman":17689,"babylon":17690,"182":17691,"walled":17692,"forgetting":17693,"afro":17694,"##cap":17695,"158":17696,"giorgio":17697,"buffer":17698,"##polis":17699,"planetary":17700,"##gis":17701,"overlap":17702,"terminals":17703,"kinda":17704,"centenary":17705,"##bir":17706,"arising":17707,"manipulate":17708,"elm":17709,"ke":17710,"1770":17711,"ak":17712,"##tad":17713,"chrysler":17714,"mapped":17715,"moose":17716,"pomeranian":17717,"quad":17718,"macarthur":17719,"assemblies":17720,"shoreline":17721,"recalls":17722,"stratford":17723,"##rted":17724,"noticeable":17725,"##evic":17726,"imp":17727,"##rita":17728,"##sque":17729,"accustomed":17730,"supplying":17731,"tents":17732,"disgusted":17733,"vogue":17734,"sipped":17735,"filters":17736,"khz":17737,"reno":17738,"selecting":17739,"luftwaffe":17740,"mcmahon":17741,"tyne":17742,"masterpiece":17743,"carriages":17744,"collided":17745,"dunes":17746,"exercised":17747,"flare":17748,"remembers":17749,"muzzle":17750,"##mobile":17751,"heck":17752,"##rson":17753,"burgess":17754,"lunged":17755,"middleton":17756,"boycott":17757,"bilateral":17758,"##sity":17759,"hazardous":17760,"lumpur":17761,"multiplayer":17762,"spotlight":17763,"jackets":17764,"goldman":17765,"liege":17766,"porcelain":17767,"rag":17768,"waterford":17769,"benz":17770,"attracts":17771,"hopeful":17772,"battling":17773,"ottomans":17774,"kensington":17775,"baked":17776,"hymns":17777,"cheyenne":17778,"lattice":17779,"levine":17780,"borrow":17781,"polymer":17782,"clashes":17783,"michaels":17784,"monitored":17785,"commitments":17786,"denounced":17787,"##25":17788,"##von":17789,"cavity":17790,"##oney":17791,"hobby":17792,"akin":17793,"##holders":17794,"futures":17795,"intricate":17796,"cornish":17797,"patty":17798,"##oned":17799,"illegally":17800,"dolphin":17801,"##lag":17802,"barlow":17803,"yellowish":17804,"maddie":17805,"apologized":17806,"luton":17807,"plagued":17808,"##puram":17809,"nana":17810,"##rds":17811,"sway":17812,"fanny":17813,"łodz":17814,"##rino":17815,"psi":17816,"suspicions":17817,"hanged":17818,"##eding":17819,"initiate":17820,"charlton":17821,"##por":17822,"nak":17823,"competent":17824,"235":17825,"analytical":17826,"annex":17827,"wardrobe":17828,"reservations":17829,"##rma":17830,"sect":17831,"162":17832,"fairfax":17833,"hedge":17834,"piled":17835,"buckingham":17836,"uneven":17837,"bauer":17838,"simplicity":17839,"snyder":17840,"interpret":17841,"accountability":17842,"donors":17843,"moderately":17844,"byrd":17845,"continents":17846,"##cite":17847,"##max":17848,"disciple":17849,"hr":17850,"jamaican":17851,"ping":17852,"nominees":17853,"##uss":17854,"mongolian":17855,"diver":17856,"attackers":17857,"eagerly":17858,"ideological":17859,"pillows":17860,"miracles":17861,"apartheid":17862,"revolver":17863,"sulfur":17864,"clinics":17865,"moran":17866,"163":17867,"##enko":17868,"ile":17869,"katy":17870,"rhetoric":17871,"##icated":17872,"chronology":17873,"recycling":17874,"##hrer":17875,"elongated":17876,"mughal":17877,"pascal":17878,"profiles":17879,"vibration":17880,"databases":17881,"domination":17882,"##fare":17883,"##rant":17884,"matthias":17885,"digest":17886,"rehearsal":17887,"polling":17888,"weiss":17889,"initiation":17890,"reeves":17891,"clinging":17892,"flourished":17893,"impress":17894,"ngo":17895,"##hoff":17896,"##ume":17897,"buckley":17898,"symposium":17899,"rhythms":17900,"weed":17901,"emphasize":17902,"transforming":17903,"##taking":17904,"##gence":17905,"##yman":17906,"accountant":17907,"analyze":17908,"flicker":17909,"foil":17910,"priesthood":17911,"voluntarily":17912,"decreases":17913,"##80":17914,"##hya":17915,"slater":17916,"sv":17917,"charting":17918,"mcgill":17919,"##lde":17920,"moreno":17921,"##iu":17922,"besieged":17923,"zur":17924,"robes":17925,"##phic":17926,"admitting":17927,"api":17928,"deported":17929,"turmoil":17930,"peyton":17931,"earthquakes":17932,"##ares":17933,"nationalists":17934,"beau":17935,"clair":17936,"brethren":17937,"interrupt":17938,"welch":17939,"curated":17940,"galerie":17941,"requesting":17942,"164":17943,"##ested":17944,"impending":17945,"steward":17946,"viper":17947,"##vina":17948,"complaining":17949,"beautifully":17950,"brandy":17951,"foam":17952,"nl":17953,"1660":17954,"##cake":17955,"alessandro":17956,"punches":17957,"laced":17958,"explanations":17959,"##lim":17960,"attribute":17961,"clit":17962,"reggie":17963,"discomfort":17964,"##cards":17965,"smoothed":17966,"whales":17967,"##cene":17968,"adler":17969,"countered":17970,"duffy":17971,"disciplinary":17972,"widening":17973,"recipe":17974,"reliance":17975,"conducts":17976,"goats":17977,"gradient":17978,"preaching":17979,"##shaw":17980,"matilda":17981,"quasi":17982,"striped":17983,"meridian":17984,"cannabis":17985,"cordoba":17986,"certificates":17987,"##agh":17988,"##tering":17989,"graffiti":17990,"hangs":17991,"pilgrims":17992,"repeats":17993,"##ych":17994,"revive":17995,"urine":17996,"etat":17997,"##hawk":17998,"fueled":17999,"belts":18000,"fuzzy":18001,"susceptible":18002,"##hang":18003,"mauritius":18004,"salle":18005,"sincere":18006,"beers":18007,"hooks":18008,"##cki":18009,"arbitration":18010,"entrusted":18011,"advise":18012,"sniffed":18013,"seminar":18014,"junk":18015,"donnell":18016,"processors":18017,"principality":18018,"strapped":18019,"celia":18020,"mendoza":18021,"everton":18022,"fortunes":18023,"prejudice":18024,"starving":18025,"reassigned":18026,"steamer":18027,"##lund":18028,"tuck":18029,"evenly":18030,"foreman":18031,"##ffen":18032,"dans":18033,"375":18034,"envisioned":18035,"slit":18036,"##xy":18037,"baseman":18038,"liberia":18039,"rosemary":18040,"##weed":18041,"electrified":18042,"periodically":18043,"potassium":18044,"stride":18045,"contexts":18046,"sperm":18047,"slade":18048,"mariners":18049,"influx":18050,"bianca":18051,"subcommittee":18052,"##rane":18053,"spilling":18054,"icao":18055,"estuary":18056,"##nock":18057,"delivers":18058,"iphone":18059,"##ulata":18060,"isa":18061,"mira":18062,"bohemian":18063,"dessert":18064,"##sbury":18065,"welcoming":18066,"proudly":18067,"slowing":18068,"##chs":18069,"musee":18070,"ascension":18071,"russ":18072,"##vian":18073,"waits":18074,"##psy":18075,"africans":18076,"exploit":18077,"##morphic":18078,"gov":18079,"eccentric":18080,"crab":18081,"peck":18082,"##ull":18083,"entrances":18084,"formidable":18085,"marketplace":18086,"groom":18087,"bolted":18088,"metabolism":18089,"patton":18090,"robbins":18091,"courier":18092,"payload":18093,"endure":18094,"##ifier":18095,"andes":18096,"refrigerator":18097,"##pr":18098,"ornate":18099,"##uca":18100,"ruthless":18101,"illegitimate":18102,"masonry":18103,"strasbourg":18104,"bikes":18105,"adobe":18106,"##³":18107,"apples":18108,"quintet":18109,"willingly":18110,"niche":18111,"bakery":18112,"corpses":18113,"energetic":18114,"##cliffe":18115,"##sser":18116,"##ards":18117,"177":18118,"centimeters":18119,"centro":18120,"fuscous":18121,"cretaceous":18122,"rancho":18123,"##yde":18124,"andrei":18125,"telecom":18126,"tottenham":18127,"oasis":18128,"ordination":18129,"vulnerability":18130,"presiding":18131,"corey":18132,"cp":18133,"penguins":18134,"sims":18135,"##pis":18136,"malawi":18137,"piss":18138,"##48":18139,"correction":18140,"##cked":18141,"##ffle":18142,"##ryn":18143,"countdown":18144,"detectives":18145,"psychiatrist":18146,"psychedelic":18147,"dinosaurs":18148,"blouse":18149,"##get":18150,"choi":18151,"vowed":18152,"##oz":18153,"randomly":18154,"##pol":18155,"49ers":18156,"scrub":18157,"blanche":18158,"bruins":18159,"dusseldorf":18160,"##using":18161,"unwanted":18162,"##ums":18163,"212":18164,"dominique":18165,"elevations":18166,"headlights":18167,"om":18168,"laguna":18169,"##oga":18170,"1750":18171,"famously":18172,"ignorance":18173,"shrewsbury":18174,"##aine":18175,"ajax":18176,"breuning":18177,"che":18178,"confederacy":18179,"greco":18180,"overhaul":18181,"##screen":18182,"paz":18183,"skirts":18184,"disagreement":18185,"cruelty":18186,"jagged":18187,"phoebe":18188,"shifter":18189,"hovered":18190,"viruses":18191,"##wes":18192,"mandy":18193,"##lined":18194,"##gc":18195,"landlord":18196,"squirrel":18197,"dashed":18198,"##ι":18199,"ornamental":18200,"gag":18201,"wally":18202,"grange":18203,"literal":18204,"spurs":18205,"undisclosed":18206,"proceeding":18207,"yin":18208,"##text":18209,"billie":18210,"orphan":18211,"spanned":18212,"humidity":18213,"indy":18214,"weighted":18215,"presentations":18216,"explosions":18217,"lucian":18218,"##tary":18219,"vaughn":18220,"hindus":18221,"##anga":18222,"##hell":18223,"psycho":18224,"171":18225,"daytona":18226,"protects":18227,"efficiently":18228,"rematch":18229,"sly":18230,"tandem":18231,"##oya":18232,"rebranded":18233,"impaired":18234,"hee":18235,"metropolis":18236,"peach":18237,"godfrey":18238,"diaspora":18239,"ethnicity":18240,"prosperous":18241,"gleaming":18242,"dar":18243,"grossing":18244,"playback":18245,"##rden":18246,"stripe":18247,"pistols":18248,"##tain":18249,"births":18250,"labelled":18251,"##cating":18252,"172":18253,"rudy":18254,"alba":18255,"##onne":18256,"aquarium":18257,"hostility":18258,"##gb":18259,"##tase":18260,"shudder":18261,"sumatra":18262,"hardest":18263,"lakers":18264,"consonant":18265,"creeping":18266,"demos":18267,"homicide":18268,"capsule":18269,"zeke":18270,"liberties":18271,"expulsion":18272,"pueblo":18273,"##comb":18274,"trait":18275,"transporting":18276,"##ddin":18277,"##neck":18278,"##yna":18279,"depart":18280,"gregg":18281,"mold":18282,"ledge":18283,"hangar":18284,"oldham":18285,"playboy":18286,"termination":18287,"analysts":18288,"gmbh":18289,"romero":18290,"##itic":18291,"insist":18292,"cradle":18293,"filthy":18294,"brightness":18295,"slash":18296,"shootout":18297,"deposed":18298,"bordering":18299,"##truct":18300,"isis":18301,"microwave":18302,"tumbled":18303,"sheltered":18304,"cathy":18305,"werewolves":18306,"messy":18307,"andersen":18308,"convex":18309,"clapped":18310,"clinched":18311,"satire":18312,"wasting":18313,"edo":18314,"vc":18315,"rufus":18316,"##jak":18317,"mont":18318,"##etti":18319,"poznan":18320,"##keeping":18321,"restructuring":18322,"transverse":18323,"##rland":18324,"azerbaijani":18325,"slovene":18326,"gestures":18327,"roommate":18328,"choking":18329,"shear":18330,"##quist":18331,"vanguard":18332,"oblivious":18333,"##hiro":18334,"disagreed":18335,"baptism":18336,"##lich":18337,"coliseum":18338,"##aceae":18339,"salvage":18340,"societe":18341,"cory":18342,"locke":18343,"relocation":18344,"relying":18345,"versailles":18346,"ahl":18347,"swelling":18348,"##elo":18349,"cheerful":18350,"##word":18351,"##edes":18352,"gin":18353,"sarajevo":18354,"obstacle":18355,"diverted":18356,"##nac":18357,"messed":18358,"thoroughbred":18359,"fluttered":18360,"utrecht":18361,"chewed":18362,"acquaintance":18363,"assassins":18364,"dispatch":18365,"mirza":18366,"##wart":18367,"nike":18368,"salzburg":18369,"swell":18370,"yen":18371,"##gee":18372,"idle":18373,"ligue":18374,"samson":18375,"##nds":18376,"##igh":18377,"playful":18378,"spawned":18379,"##cise":18380,"tease":18381,"##case":18382,"burgundy":18383,"##bot":18384,"stirring":18385,"skeptical":18386,"interceptions":18387,"marathi":18388,"##dies":18389,"bedrooms":18390,"aroused":18391,"pinch":18392,"##lik":18393,"preferences":18394,"tattoos":18395,"buster":18396,"digitally":18397,"projecting":18398,"rust":18399,"##ital":18400,"kitten":18401,"priorities":18402,"addison":18403,"pseudo":18404,"##guard":18405,"dusk":18406,"icons":18407,"sermon":18408,"##psis":18409,"##iba":18410,"bt":18411,"##lift":18412,"##xt":18413,"ju":18414,"truce":18415,"rink":18416,"##dah":18417,"##wy":18418,"defects":18419,"psychiatry":18420,"offences":18421,"calculate":18422,"glucose":18423,"##iful":18424,"##rized":18425,"##unda":18426,"francaise":18427,"##hari":18428,"richest":18429,"warwickshire":18430,"carly":18431,"1763":18432,"purity":18433,"redemption":18434,"lending":18435,"##cious":18436,"muse":18437,"bruises":18438,"cerebral":18439,"aero":18440,"carving":18441,"##name":18442,"preface":18443,"terminology":18444,"invade":18445,"monty":18446,"##int":18447,"anarchist":18448,"blurred":18449,"##iled":18450,"rossi":18451,"treats":18452,"guts":18453,"shu":18454,"foothills":18455,"ballads":18456,"undertaking":18457,"premise":18458,"cecilia":18459,"affiliates":18460,"blasted":18461,"conditional":18462,"wilder":18463,"minors":18464,"drone":18465,"rudolph":18466,"buffy":18467,"swallowing":18468,"horton":18469,"attested":18470,"##hop":18471,"rutherford":18472,"howell":18473,"primetime":18474,"livery":18475,"penal":18476,"##bis":18477,"minimize":18478,"hydro":18479,"wrecked":18480,"wrought":18481,"palazzo":18482,"##gling":18483,"cans":18484,"vernacular":18485,"friedman":18486,"nobleman":18487,"shale":18488,"walnut":18489,"danielle":18490,"##ection":18491,"##tley":18492,"sears":18493,"##kumar":18494,"chords":18495,"lend":18496,"flipping":18497,"streamed":18498,"por":18499,"dracula":18500,"gallons":18501,"sacrifices":18502,"gamble":18503,"orphanage":18504,"##iman":18505,"mckenzie":18506,"##gible":18507,"boxers":18508,"daly":18509,"##balls":18510,"##ان":18511,"208":18512,"##ific":18513,"##rative":18514,"##iq":18515,"exploited":18516,"slated":18517,"##uity":18518,"circling":18519,"hillary":18520,"pinched":18521,"goldberg":18522,"provost":18523,"campaigning":18524,"lim":18525,"piles":18526,"ironically":18527,"jong":18528,"mohan":18529,"successors":18530,"usaf":18531,"##tem":18532,"##ught":18533,"autobiographical":18534,"haute":18535,"preserves":18536,"##ending":18537,"acquitted":18538,"comparisons":18539,"203":18540,"hydroelectric":18541,"gangs":18542,"cypriot":18543,"torpedoes":18544,"rushes":18545,"chrome":18546,"derive":18547,"bumps":18548,"instability":18549,"fiat":18550,"pets":18551,"##mbe":18552,"silas":18553,"dye":18554,"reckless":18555,"settler":18556,"##itation":18557,"info":18558,"heats":18559,"##writing":18560,"176":18561,"canonical":18562,"maltese":18563,"fins":18564,"mushroom":18565,"stacy":18566,"aspen":18567,"avid":18568,"##kur":18569,"##loading":18570,"vickers":18571,"gaston":18572,"hillside":18573,"statutes":18574,"wilde":18575,"gail":18576,"kung":18577,"sabine":18578,"comfortably":18579,"motorcycles":18580,"##rgo":18581,"169":18582,"pneumonia":18583,"fetch":18584,"##sonic":18585,"axel":18586,"faintly":18587,"parallels":18588,"##oop":18589,"mclaren":18590,"spouse":18591,"compton":18592,"interdisciplinary":18593,"miner":18594,"##eni":18595,"181":18596,"clamped":18597,"##chal":18598,"##llah":18599,"separates":18600,"versa":18601,"##mler":18602,"scarborough":18603,"labrador":18604,"##lity":18605,"##osing":18606,"rutgers":18607,"hurdles":18608,"como":18609,"166":18610,"burt":18611,"divers":18612,"##100":18613,"wichita":18614,"cade":18615,"coincided":18616,"##erson":18617,"bruised":18618,"mla":18619,"##pper":18620,"vineyard":18621,"##ili":18622,"##brush":18623,"notch":18624,"mentioning":18625,"jase":18626,"hearted":18627,"kits":18628,"doe":18629,"##acle":18630,"pomerania":18631,"##ady":18632,"ronan":18633,"seizure":18634,"pavel":18635,"problematic":18636,"##zaki":18637,"domenico":18638,"##ulin":18639,"catering":18640,"penelope":18641,"dependence":18642,"parental":18643,"emilio":18644,"ministerial":18645,"atkinson":18646,"##bolic":18647,"clarkson":18648,"chargers":18649,"colby":18650,"grill":18651,"peeked":18652,"arises":18653,"summon":18654,"##aged":18655,"fools":18656,"##grapher":18657,"faculties":18658,"qaeda":18659,"##vial":18660,"garner":18661,"refurbished":18662,"##hwa":18663,"geelong":18664,"disasters":18665,"nudged":18666,"bs":18667,"shareholder":18668,"lori":18669,"algae":18670,"reinstated":18671,"rot":18672,"##ades":18673,"##nous":18674,"invites":18675,"stainless":18676,"183":18677,"inclusive":18678,"##itude":18679,"diocesan":18680,"til":18681,"##icz":18682,"denomination":18683,"##xa":18684,"benton":18685,"floral":18686,"registers":18687,"##ider":18688,"##erman":18689,"##kell":18690,"absurd":18691,"brunei":18692,"guangzhou":18693,"hitter":18694,"retaliation":18695,"##uled":18696,"##eve":18697,"blanc":18698,"nh":18699,"consistency":18700,"contamination":18701,"##eres":18702,"##rner":18703,"dire":18704,"palermo":18705,"broadcasters":18706,"diaries":18707,"inspire":18708,"vols":18709,"brewer":18710,"tightening":18711,"ky":18712,"mixtape":18713,"hormone":18714,"##tok":18715,"stokes":18716,"##color":18717,"##dly":18718,"##ssi":18719,"pg":18720,"##ometer":18721,"##lington":18722,"sanitation":18723,"##tility":18724,"intercontinental":18725,"apps":18726,"##adt":18727,"¹⁄₂":18728,"cylinders":18729,"economies":18730,"favourable":18731,"unison":18732,"croix":18733,"gertrude":18734,"odyssey":18735,"vanity":18736,"dangling":18737,"##logists":18738,"upgrades":18739,"dice":18740,"middleweight":18741,"practitioner":18742,"##ight":18743,"206":18744,"henrik":18745,"parlor":18746,"orion":18747,"angered":18748,"lac":18749,"python":18750,"blurted":18751,"##rri":18752,"sensual":18753,"intends":18754,"swings":18755,"angled":18756,"##phs":18757,"husky":18758,"attain":18759,"peerage":18760,"precinct":18761,"textiles":18762,"cheltenham":18763,"shuffled":18764,"dai":18765,"confess":18766,"tasting":18767,"bhutan":18768,"##riation":18769,"tyrone":18770,"segregation":18771,"abrupt":18772,"ruiz":18773,"##rish":18774,"smirked":18775,"blackwell":18776,"confidential":18777,"browning":18778,"amounted":18779,"##put":18780,"vase":18781,"scarce":18782,"fabulous":18783,"raided":18784,"staple":18785,"guyana":18786,"unemployed":18787,"glider":18788,"shay":18789,"##tow":18790,"carmine":18791,"troll":18792,"intervene":18793,"squash":18794,"superstar":18795,"##uce":18796,"cylindrical":18797,"len":18798,"roadway":18799,"researched":18800,"handy":18801,"##rium":18802,"##jana":18803,"meta":18804,"lao":18805,"declares":18806,"##rring":18807,"##tadt":18808,"##elin":18809,"##kova":18810,"willem":18811,"shrubs":18812,"napoleonic":18813,"realms":18814,"skater":18815,"qi":18816,"volkswagen":18817,"##ł":18818,"tad":18819,"hara":18820,"archaeologist":18821,"awkwardly":18822,"eerie":18823,"##kind":18824,"wiley":18825,"##heimer":18826,"##24":18827,"titus":18828,"organizers":18829,"cfl":18830,"crusaders":18831,"lama":18832,"usb":18833,"vent":18834,"enraged":18835,"thankful":18836,"occupants":18837,"maximilian":18838,"##gaard":18839,"possessing":18840,"textbooks":18841,"##oran":18842,"collaborator":18843,"quaker":18844,"##ulo":18845,"avalanche":18846,"mono":18847,"silky":18848,"straits":18849,"isaiah":18850,"mustang":18851,"surged":18852,"resolutions":18853,"potomac":18854,"descend":18855,"cl":18856,"kilograms":18857,"plato":18858,"strains":18859,"saturdays":18860,"##olin":18861,"bernstein":18862,"##ype":18863,"holstein":18864,"ponytail":18865,"##watch":18866,"belize":18867,"conversely":18868,"heroine":18869,"perpetual":18870,"##ylus":18871,"charcoal":18872,"piedmont":18873,"glee":18874,"negotiating":18875,"backdrop":18876,"prologue":18877,"##jah":18878,"##mmy":18879,"pasadena":18880,"climbs":18881,"ramos":18882,"sunni":18883,"##holm":18884,"##tner":18885,"##tri":18886,"anand":18887,"deficiency":18888,"hertfordshire":18889,"stout":18890,"##avi":18891,"aperture":18892,"orioles":18893,"##irs":18894,"doncaster":18895,"intrigued":18896,"bombed":18897,"coating":18898,"otis":18899,"##mat":18900,"cocktail":18901,"##jit":18902,"##eto":18903,"amir":18904,"arousal":18905,"sar":18906,"##proof":18907,"##act":18908,"##ories":18909,"dixie":18910,"pots":18911,"##bow":18912,"whereabouts":18913,"159":18914,"##fted":18915,"drains":18916,"bullying":18917,"cottages":18918,"scripture":18919,"coherent":18920,"fore":18921,"poe":18922,"appetite":18923,"##uration":18924,"sampled":18925,"##ators":18926,"##dp":18927,"derrick":18928,"rotor":18929,"jays":18930,"peacock":18931,"installment":18932,"##rro":18933,"advisors":18934,"##coming":18935,"rodeo":18936,"scotch":18937,"##mot":18938,"##db":18939,"##fen":18940,"##vant":18941,"ensued":18942,"rodrigo":18943,"dictatorship":18944,"martyrs":18945,"twenties":18946,"##н":18947,"towed":18948,"incidence":18949,"marta":18950,"rainforest":18951,"sai":18952,"scaled":18953,"##cles":18954,"oceanic":18955,"qualifiers":18956,"symphonic":18957,"mcbride":18958,"dislike":18959,"generalized":18960,"aubrey":18961,"colonization":18962,"##iation":18963,"##lion":18964,"##ssing":18965,"disliked":18966,"lublin":18967,"salesman":18968,"##ulates":18969,"spherical":18970,"whatsoever":18971,"sweating":18972,"avalon":18973,"contention":18974,"punt":18975,"severity":18976,"alderman":18977,"atari":18978,"##dina":18979,"##grant":18980,"##rop":18981,"scarf":18982,"seville":18983,"vertices":18984,"annexation":18985,"fairfield":18986,"fascination":18987,"inspiring":18988,"launches":18989,"palatinate":18990,"regretted":18991,"##rca":18992,"feral":18993,"##iom":18994,"elk":18995,"nap":18996,"olsen":18997,"reddy":18998,"yong":18999,"##leader":19000,"##iae":19001,"garment":19002,"transports":19003,"feng":19004,"gracie":19005,"outrage":19006,"viceroy":19007,"insides":19008,"##esis":19009,"breakup":19010,"grady":19011,"organizer":19012,"softer":19013,"grimaced":19014,"222":19015,"murals":19016,"galicia":19017,"arranging":19018,"vectors":19019,"##rsten":19020,"bas":19021,"##sb":19022,"##cens":19023,"sloan":19024,"##eka":19025,"bitten":19026,"ara":19027,"fender":19028,"nausea":19029,"bumped":19030,"kris":19031,"banquet":19032,"comrades":19033,"detector":19034,"persisted":19035,"##llan":19036,"adjustment":19037,"endowed":19038,"cinemas":19039,"##shot":19040,"sellers":19041,"##uman":19042,"peek":19043,"epa":19044,"kindly":19045,"neglect":19046,"simpsons":19047,"talon":19048,"mausoleum":19049,"runaway":19050,"hangul":19051,"lookout":19052,"##cic":19053,"rewards":19054,"coughed":19055,"acquainted":19056,"chloride":19057,"##ald":19058,"quicker":19059,"accordion":19060,"neolithic":19061,"##qa":19062,"artemis":19063,"coefficient":19064,"lenny":19065,"pandora":19066,"tx":19067,"##xed":19068,"ecstasy":19069,"litter":19070,"segunda":19071,"chairperson":19072,"gemma":19073,"hiss":19074,"rumor":19075,"vow":19076,"nasal":19077,"antioch":19078,"compensate":19079,"patiently":19080,"transformers":19081,"##eded":19082,"judo":19083,"morrow":19084,"penis":19085,"posthumous":19086,"philips":19087,"bandits":19088,"husbands":19089,"denote":19090,"flaming":19091,"##any":19092,"##phones":19093,"langley":19094,"yorker":19095,"1760":19096,"walters":19097,"##uo":19098,"##kle":19099,"gubernatorial":19100,"fatty":19101,"samsung":19102,"leroy":19103,"outlaw":19104,"##nine":19105,"unpublished":19106,"poole":19107,"jakob":19108,"##ᵢ":19109,"##ₙ":19110,"crete":19111,"distorted":19112,"superiority":19113,"##dhi":19114,"intercept":19115,"crust":19116,"mig":19117,"claus":19118,"crashes":19119,"positioning":19120,"188":19121,"stallion":19122,"301":19123,"frontal":19124,"armistice":19125,"##estinal":19126,"elton":19127,"aj":19128,"encompassing":19129,"camel":19130,"commemorated":19131,"malaria":19132,"woodward":19133,"calf":19134,"cigar":19135,"penetrate":19136,"##oso":19137,"willard":19138,"##rno":19139,"##uche":19140,"illustrate":19141,"amusing":19142,"convergence":19143,"noteworthy":19144,"##lma":19145,"##rva":19146,"journeys":19147,"realise":19148,"manfred":19149,"##sable":19150,"410":19151,"##vocation":19152,"hearings":19153,"fiance":19154,"##posed":19155,"educators":19156,"provoked":19157,"adjusting":19158,"##cturing":19159,"modular":19160,"stockton":19161,"paterson":19162,"vlad":19163,"rejects":19164,"electors":19165,"selena":19166,"maureen":19167,"##tres":19168,"uber":19169,"##rce":19170,"swirled":19171,"##num":19172,"proportions":19173,"nanny":19174,"pawn":19175,"naturalist":19176,"parma":19177,"apostles":19178,"awoke":19179,"ethel":19180,"wen":19181,"##bey":19182,"monsoon":19183,"overview":19184,"##inating":19185,"mccain":19186,"rendition":19187,"risky":19188,"adorned":19189,"##ih":19190,"equestrian":19191,"germain":19192,"nj":19193,"conspicuous":19194,"confirming":19195,"##yoshi":19196,"shivering":19197,"##imeter":19198,"milestone":19199,"rumours":19200,"flinched":19201,"bounds":19202,"smacked":19203,"token":19204,"##bei":19205,"lectured":19206,"automobiles":19207,"##shore":19208,"impacted":19209,"##iable":19210,"nouns":19211,"nero":19212,"##leaf":19213,"ismail":19214,"prostitute":19215,"trams":19216,"##lace":19217,"bridget":19218,"sud":19219,"stimulus":19220,"impressions":19221,"reins":19222,"revolves":19223,"##oud":19224,"##gned":19225,"giro":19226,"honeymoon":19227,"##swell":19228,"criterion":19229,"##sms":19230,"##uil":19231,"libyan":19232,"prefers":19233,"##osition":19234,"211":19235,"preview":19236,"sucks":19237,"accusation":19238,"bursts":19239,"metaphor":19240,"diffusion":19241,"tolerate":19242,"faye":19243,"betting":19244,"cinematographer":19245,"liturgical":19246,"specials":19247,"bitterly":19248,"humboldt":19249,"##ckle":19250,"flux":19251,"rattled":19252,"##itzer":19253,"archaeologists":19254,"odor":19255,"authorised":19256,"marshes":19257,"discretion":19258,"##ов":19259,"alarmed":19260,"archaic":19261,"inverse":19262,"##leton":19263,"explorers":19264,"##pine":19265,"drummond":19266,"tsunami":19267,"woodlands":19268,"##minate":19269,"##tland":19270,"booklet":19271,"insanity":19272,"owning":19273,"insert":19274,"crafted":19275,"calculus":19276,"##tore":19277,"receivers":19278,"##bt":19279,"stung":19280,"##eca":19281,"##nched":19282,"prevailing":19283,"travellers":19284,"eyeing":19285,"lila":19286,"graphs":19287,"##borne":19288,"178":19289,"julien":19290,"##won":19291,"morale":19292,"adaptive":19293,"therapist":19294,"erica":19295,"cw":19296,"libertarian":19297,"bowman":19298,"pitches":19299,"vita":19300,"##ional":19301,"crook":19302,"##ads":19303,"##entation":19304,"caledonia":19305,"mutiny":19306,"##sible":19307,"1840s":19308,"automation":19309,"##ß":19310,"flock":19311,"##pia":19312,"ironic":19313,"pathology":19314,"##imus":19315,"remarried":19316,"##22":19317,"joker":19318,"withstand":19319,"energies":19320,"##att":19321,"shropshire":19322,"hostages":19323,"madeleine":19324,"tentatively":19325,"conflicting":19326,"mateo":19327,"recipes":19328,"euros":19329,"ol":19330,"mercenaries":19331,"nico":19332,"##ndon":19333,"albuquerque":19334,"augmented":19335,"mythical":19336,"bel":19337,"freud":19338,"##child":19339,"cough":19340,"##lica":19341,"365":19342,"freddy":19343,"lillian":19344,"genetically":19345,"nuremberg":19346,"calder":19347,"209":19348,"bonn":19349,"outdoors":19350,"paste":19351,"suns":19352,"urgency":19353,"vin":19354,"restraint":19355,"tyson":19356,"##cera":19357,"##selle":19358,"barrage":19359,"bethlehem":19360,"kahn":19361,"##par":19362,"mounts":19363,"nippon":19364,"barony":19365,"happier":19366,"ryu":19367,"makeshift":19368,"sheldon":19369,"blushed":19370,"castillo":19371,"barking":19372,"listener":19373,"taped":19374,"bethel":19375,"fluent":19376,"headlines":19377,"pornography":19378,"rum":19379,"disclosure":19380,"sighing":19381,"mace":19382,"doubling":19383,"gunther":19384,"manly":19385,"##plex":19386,"rt":19387,"interventions":19388,"physiological":19389,"forwards":19390,"emerges":19391,"##tooth":19392,"##gny":19393,"compliment":19394,"rib":19395,"recession":19396,"visibly":19397,"barge":19398,"faults":19399,"connector":19400,"exquisite":19401,"prefect":19402,"##rlin":19403,"patio":19404,"##cured":19405,"elevators":19406,"brandt":19407,"italics":19408,"pena":19409,"173":19410,"wasp":19411,"satin":19412,"ea":19413,"botswana":19414,"graceful":19415,"respectable":19416,"##jima":19417,"##rter":19418,"##oic":19419,"franciscan":19420,"generates":19421,"##dl":19422,"alfredo":19423,"disgusting":19424,"##olate":19425,"##iously":19426,"sherwood":19427,"warns":19428,"cod":19429,"promo":19430,"cheryl":19431,"sino":19432,"##ة":19433,"##escu":19434,"twitch":19435,"##zhi":19436,"brownish":19437,"thom":19438,"ortiz":19439,"##dron":19440,"densely":19441,"##beat":19442,"carmel":19443,"reinforce":19444,"##bana":19445,"187":19446,"anastasia":19447,"downhill":19448,"vertex":19449,"contaminated":19450,"remembrance":19451,"harmonic":19452,"homework":19453,"##sol":19454,"fiancee":19455,"gears":19456,"olds":19457,"angelica":19458,"loft":19459,"ramsay":19460,"quiz":19461,"colliery":19462,"sevens":19463,"##cape":19464,"autism":19465,"##hil":19466,"walkway":19467,"##boats":19468,"ruben":19469,"abnormal":19470,"ounce":19471,"khmer":19472,"##bbe":19473,"zachary":19474,"bedside":19475,"morphology":19476,"punching":19477,"##olar":19478,"sparrow":19479,"convinces":19480,"##35":19481,"hewitt":19482,"queer":19483,"remastered":19484,"rods":19485,"mabel":19486,"solemn":19487,"notified":19488,"lyricist":19489,"symmetric":19490,"##xide":19491,"174":19492,"encore":19493,"passports":19494,"wildcats":19495,"##uni":19496,"baja":19497,"##pac":19498,"mildly":19499,"##ease":19500,"bleed":19501,"commodity":19502,"mounds":19503,"glossy":19504,"orchestras":19505,"##omo":19506,"damian":19507,"prelude":19508,"ambitions":19509,"##vet":19510,"awhile":19511,"remotely":19512,"##aud":19513,"asserts":19514,"imply":19515,"##iques":19516,"distinctly":19517,"modelling":19518,"remedy":19519,"##dded":19520,"windshield":19521,"dani":19522,"xiao":19523,"##endra":19524,"audible":19525,"powerplant":19526,"1300":19527,"invalid":19528,"elemental":19529,"acquisitions":19530,"##hala":19531,"immaculate":19532,"libby":19533,"plata":19534,"smuggling":19535,"ventilation":19536,"denoted":19537,"minh":19538,"##morphism":19539,"430":19540,"differed":19541,"dion":19542,"kelley":19543,"lore":19544,"mocking":19545,"sabbath":19546,"spikes":19547,"hygiene":19548,"drown":19549,"runoff":19550,"stylized":19551,"tally":19552,"liberated":19553,"aux":19554,"interpreter":19555,"righteous":19556,"aba":19557,"siren":19558,"reaper":19559,"pearce":19560,"millie":19561,"##cier":19562,"##yra":19563,"gaius":19564,"##iso":19565,"captures":19566,"##ttering":19567,"dorm":19568,"claudio":19569,"##sic":19570,"benches":19571,"knighted":19572,"blackness":19573,"##ored":19574,"discount":19575,"fumble":19576,"oxidation":19577,"routed":19578,"##ς":19579,"novak":19580,"perpendicular":19581,"spoiled":19582,"fracture":19583,"splits":19584,"##urt":19585,"pads":19586,"topology":19587,"##cats":19588,"axes":19589,"fortunate":19590,"offenders":19591,"protestants":19592,"esteem":19593,"221":19594,"broadband":19595,"convened":19596,"frankly":19597,"hound":19598,"prototypes":19599,"isil":19600,"facilitated":19601,"keel":19602,"##sher":19603,"sahara":19604,"awaited":19605,"bubba":19606,"orb":19607,"prosecutors":19608,"186":19609,"hem":19610,"520":19611,"##xing":19612,"relaxing":19613,"remnant":19614,"romney":19615,"sorted":19616,"slalom":19617,"stefano":19618,"ulrich":19619,"##active":19620,"exemption":19621,"folder":19622,"pauses":19623,"foliage":19624,"hitchcock":19625,"epithet":19626,"204":19627,"criticisms":19628,"##aca":19629,"ballistic":19630,"brody":19631,"hinduism":19632,"chaotic":19633,"youths":19634,"equals":19635,"##pala":19636,"pts":19637,"thicker":19638,"analogous":19639,"capitalist":19640,"improvised":19641,"overseeing":19642,"sinatra":19643,"ascended":19644,"beverage":19645,"##tl":19646,"straightforward":19647,"##kon":19648,"curran":19649,"##west":19650,"bois":19651,"325":19652,"induce":19653,"surveying":19654,"emperors":19655,"sax":19656,"unpopular":19657,"##kk":19658,"cartoonist":19659,"fused":19660,"##mble":19661,"unto":19662,"##yuki":19663,"localities":19664,"##cko":19665,"##ln":19666,"darlington":19667,"slain":19668,"academie":19669,"lobbying":19670,"sediment":19671,"puzzles":19672,"##grass":19673,"defiance":19674,"dickens":19675,"manifest":19676,"tongues":19677,"alumnus":19678,"arbor":19679,"coincide":19680,"184":19681,"appalachian":19682,"mustafa":19683,"examiner":19684,"cabaret":19685,"traumatic":19686,"yves":19687,"bracelet":19688,"draining":19689,"heroin":19690,"magnum":19691,"baths":19692,"odessa":19693,"consonants":19694,"mitsubishi":19695,"##gua":19696,"kellan":19697,"vaudeville":19698,"##fr":19699,"joked":19700,"null":19701,"straps":19702,"probation":19703,"##ław":19704,"ceded":19705,"interfaces":19706,"##pas":19707,"##zawa":19708,"blinding":19709,"viet":19710,"224":19711,"rothschild":19712,"museo":19713,"640":19714,"huddersfield":19715,"##vr":19716,"tactic":19717,"##storm":19718,"brackets":19719,"dazed":19720,"incorrectly":19721,"##vu":19722,"reg":19723,"glazed":19724,"fearful":19725,"manifold":19726,"benefited":19727,"irony":19728,"##sun":19729,"stumbling":19730,"##rte":19731,"willingness":19732,"balkans":19733,"mei":19734,"wraps":19735,"##aba":19736,"injected":19737,"##lea":19738,"gu":19739,"syed":19740,"harmless":19741,"##hammer":19742,"bray":19743,"takeoff":19744,"poppy":19745,"timor":19746,"cardboard":19747,"astronaut":19748,"purdue":19749,"weeping":19750,"southbound":19751,"cursing":19752,"stalls":19753,"diagonal":19754,"##neer":19755,"lamar":19756,"bryce":19757,"comte":19758,"weekdays":19759,"harrington":19760,"##uba":19761,"negatively":19762,"##see":19763,"lays":19764,"grouping":19765,"##cken":19766,"##henko":19767,"affirmed":19768,"halle":19769,"modernist":19770,"##lai":19771,"hodges":19772,"smelling":19773,"aristocratic":19774,"baptized":19775,"dismiss":19776,"justification":19777,"oilers":19778,"##now":19779,"coupling":19780,"qin":19781,"snack":19782,"healer":19783,"##qing":19784,"gardener":19785,"layla":19786,"battled":19787,"formulated":19788,"stephenson":19789,"gravitational":19790,"##gill":19791,"##jun":19792,"1768":19793,"granny":19794,"coordinating":19795,"suites":19796,"##cd":19797,"##ioned":19798,"monarchs":19799,"##cote":19800,"##hips":19801,"sep":19802,"blended":19803,"apr":19804,"barrister":19805,"deposition":19806,"fia":19807,"mina":19808,"policemen":19809,"paranoid":19810,"##pressed":19811,"churchyard":19812,"covert":19813,"crumpled":19814,"creep":19815,"abandoning":19816,"tr":19817,"transmit":19818,"conceal":19819,"barr":19820,"understands":19821,"readiness":19822,"spire":19823,"##cology":19824,"##enia":19825,"##erry":19826,"610":19827,"startling":19828,"unlock":19829,"vida":19830,"bowled":19831,"slots":19832,"##nat":19833,"##islav":19834,"spaced":19835,"trusting":19836,"admire":19837,"rig":19838,"##ink":19839,"slack":19840,"##70":19841,"mv":19842,"207":19843,"casualty":19844,"##wei":19845,"classmates":19846,"##odes":19847,"##rar":19848,"##rked":19849,"amherst":19850,"furnished":19851,"evolve":19852,"foundry":19853,"menace":19854,"mead":19855,"##lein":19856,"flu":19857,"wesleyan":19858,"##kled":19859,"monterey":19860,"webber":19861,"##vos":19862,"wil":19863,"##mith":19864,"##на":19865,"bartholomew":19866,"justices":19867,"restrained":19868,"##cke":19869,"amenities":19870,"191":19871,"mediated":19872,"sewage":19873,"trenches":19874,"ml":19875,"mainz":19876,"##thus":19877,"1800s":19878,"##cula":19879,"##inski":19880,"caine":19881,"bonding":19882,"213":19883,"converts":19884,"spheres":19885,"superseded":19886,"marianne":19887,"crypt":19888,"sweaty":19889,"ensign":19890,"historia":19891,"##br":19892,"spruce":19893,"##post":19894,"##ask":19895,"forks":19896,"thoughtfully":19897,"yukon":19898,"pamphlet":19899,"ames":19900,"##uter":19901,"karma":19902,"##yya":19903,"bryn":19904,"negotiation":19905,"sighs":19906,"incapable":19907,"##mbre":19908,"##ntial":19909,"actresses":19910,"taft":19911,"##mill":19912,"luce":19913,"prevailed":19914,"##amine":19915,"1773":19916,"motionless":19917,"envoy":19918,"testify":19919,"investing":19920,"sculpted":19921,"instructors":19922,"provence":19923,"kali":19924,"cullen":19925,"horseback":19926,"##while":19927,"goodwin":19928,"##jos":19929,"gaa":19930,"norte":19931,"##ldon":19932,"modify":19933,"wavelength":19934,"abd":19935,"214":19936,"skinned":19937,"sprinter":19938,"forecast":19939,"scheduling":19940,"marries":19941,"squared":19942,"tentative":19943,"##chman":19944,"boer":19945,"##isch":19946,"bolts":19947,"swap":19948,"fisherman":19949,"assyrian":19950,"impatiently":19951,"guthrie":19952,"martins":19953,"murdoch":19954,"194":19955,"tanya":19956,"nicely":19957,"dolly":19958,"lacy":19959,"med":19960,"##45":19961,"syn":19962,"decks":19963,"fashionable":19964,"millionaire":19965,"##ust":19966,"surfing":19967,"##ml":19968,"##ision":19969,"heaved":19970,"tammy":19971,"consulate":19972,"attendees":19973,"routinely":19974,"197":19975,"fuse":19976,"saxophonist":19977,"backseat":19978,"malaya":19979,"##lord":19980,"scowl":19981,"tau":19982,"##ishly":19983,"193":19984,"sighted":19985,"steaming":19986,"##rks":19987,"303":19988,"911":19989,"##holes":19990,"##hong":19991,"ching":19992,"##wife":19993,"bless":19994,"conserved":19995,"jurassic":19996,"stacey":19997,"unix":19998,"zion":19999,"chunk":20000,"rigorous":20001,"blaine":20002,"198":20003,"peabody":20004,"slayer":20005,"dismay":20006,"brewers":20007,"nz":20008,"##jer":20009,"det":20010,"##glia":20011,"glover":20012,"postwar":20013,"int":20014,"penetration":20015,"sylvester":20016,"imitation":20017,"vertically":20018,"airlift":20019,"heiress":20020,"knoxville":20021,"viva":20022,"##uin":20023,"390":20024,"macon":20025,"##rim":20026,"##fighter":20027,"##gonal":20028,"janice":20029,"##orescence":20030,"##wari":20031,"marius":20032,"belongings":20033,"leicestershire":20034,"196":20035,"blanco":20036,"inverted":20037,"preseason":20038,"sanity":20039,"sobbing":20040,"##due":20041,"##elt":20042,"##dled":20043,"collingwood":20044,"regeneration":20045,"flickering":20046,"shortest":20047,"##mount":20048,"##osi":20049,"feminism":20050,"##lat":20051,"sherlock":20052,"cabinets":20053,"fumbled":20054,"northbound":20055,"precedent":20056,"snaps":20057,"##mme":20058,"researching":20059,"##akes":20060,"guillaume":20061,"insights":20062,"manipulated":20063,"vapor":20064,"neighbour":20065,"sap":20066,"gangster":20067,"frey":20068,"f1":20069,"stalking":20070,"scarcely":20071,"callie":20072,"barnett":20073,"tendencies":20074,"audi":20075,"doomed":20076,"assessing":20077,"slung":20078,"panchayat":20079,"ambiguous":20080,"bartlett":20081,"##etto":20082,"distributing":20083,"violating":20084,"wolverhampton":20085,"##hetic":20086,"swami":20087,"histoire":20088,"##urus":20089,"liable":20090,"pounder":20091,"groin":20092,"hussain":20093,"larsen":20094,"popping":20095,"surprises":20096,"##atter":20097,"vie":20098,"curt":20099,"##station":20100,"mute":20101,"relocate":20102,"musicals":20103,"authorization":20104,"richter":20105,"##sef":20106,"immortality":20107,"tna":20108,"bombings":20109,"##press":20110,"deteriorated":20111,"yiddish":20112,"##acious":20113,"robbed":20114,"colchester":20115,"cs":20116,"pmid":20117,"ao":20118,"verified":20119,"balancing":20120,"apostle":20121,"swayed":20122,"recognizable":20123,"oxfordshire":20124,"retention":20125,"nottinghamshire":20126,"contender":20127,"judd":20128,"invitational":20129,"shrimp":20130,"uhf":20131,"##icient":20132,"cleaner":20133,"longitudinal":20134,"tanker":20135,"##mur":20136,"acronym":20137,"broker":20138,"koppen":20139,"sundance":20140,"suppliers":20141,"##gil":20142,"4000":20143,"clipped":20144,"fuels":20145,"petite":20146,"##anne":20147,"landslide":20148,"helene":20149,"diversion":20150,"populous":20151,"landowners":20152,"auspices":20153,"melville":20154,"quantitative":20155,"##xes":20156,"ferries":20157,"nicky":20158,"##llus":20159,"doo":20160,"haunting":20161,"roche":20162,"carver":20163,"downed":20164,"unavailable":20165,"##pathy":20166,"approximation":20167,"hiroshima":20168,"##hue":20169,"garfield":20170,"valle":20171,"comparatively":20172,"keyboardist":20173,"traveler":20174,"##eit":20175,"congestion":20176,"calculating":20177,"subsidiaries":20178,"##bate":20179,"serb":20180,"modernization":20181,"fairies":20182,"deepened":20183,"ville":20184,"averages":20185,"##lore":20186,"inflammatory":20187,"tonga":20188,"##itch":20189,"co₂":20190,"squads":20191,"##hea":20192,"gigantic":20193,"serum":20194,"enjoyment":20195,"retailer":20196,"verona":20197,"35th":20198,"cis":20199,"##phobic":20200,"magna":20201,"technicians":20202,"##vati":20203,"arithmetic":20204,"##sport":20205,"levin":20206,"##dation":20207,"amtrak":20208,"chow":20209,"sienna":20210,"##eyer":20211,"backstage":20212,"entrepreneurship":20213,"##otic":20214,"learnt":20215,"tao":20216,"##udy":20217,"worcestershire":20218,"formulation":20219,"baggage":20220,"hesitant":20221,"bali":20222,"sabotage":20223,"##kari":20224,"barren":20225,"enhancing":20226,"murmur":20227,"pl":20228,"freshly":20229,"putnam":20230,"syntax":20231,"aces":20232,"medicines":20233,"resentment":20234,"bandwidth":20235,"##sier":20236,"grins":20237,"chili":20238,"guido":20239,"##sei":20240,"framing":20241,"implying":20242,"gareth":20243,"lissa":20244,"genevieve":20245,"pertaining":20246,"admissions":20247,"geo":20248,"thorpe":20249,"proliferation":20250,"sato":20251,"bela":20252,"analyzing":20253,"parting":20254,"##gor":20255,"awakened":20256,"##isman":20257,"huddled":20258,"secrecy":20259,"##kling":20260,"hush":20261,"gentry":20262,"540":20263,"dungeons":20264,"##ego":20265,"coasts":20266,"##utz":20267,"sacrificed":20268,"##chule":20269,"landowner":20270,"mutually":20271,"prevalence":20272,"programmer":20273,"adolescent":20274,"disrupted":20275,"seaside":20276,"gee":20277,"trusts":20278,"vamp":20279,"georgie":20280,"##nesian":20281,"##iol":20282,"schedules":20283,"sindh":20284,"##market":20285,"etched":20286,"hm":20287,"sparse":20288,"bey":20289,"beaux":20290,"scratching":20291,"gliding":20292,"unidentified":20293,"216":20294,"collaborating":20295,"gems":20296,"jesuits":20297,"oro":20298,"accumulation":20299,"shaping":20300,"mbe":20301,"anal":20302,"##xin":20303,"231":20304,"enthusiasts":20305,"newscast":20306,"##egan":20307,"janata":20308,"dewey":20309,"parkinson":20310,"179":20311,"ankara":20312,"biennial":20313,"towering":20314,"dd":20315,"inconsistent":20316,"950":20317,"##chet":20318,"thriving":20319,"terminate":20320,"cabins":20321,"furiously":20322,"eats":20323,"advocating":20324,"donkey":20325,"marley":20326,"muster":20327,"phyllis":20328,"leiden":20329,"##user":20330,"grassland":20331,"glittering":20332,"iucn":20333,"loneliness":20334,"217":20335,"memorandum":20336,"armenians":20337,"##ddle":20338,"popularized":20339,"rhodesia":20340,"60s":20341,"lame":20342,"##illon":20343,"sans":20344,"bikini":20345,"header":20346,"orbits":20347,"##xx":20348,"##finger":20349,"##ulator":20350,"sharif":20351,"spines":20352,"biotechnology":20353,"strolled":20354,"naughty":20355,"yates":20356,"##wire":20357,"fremantle":20358,"milo":20359,"##mour":20360,"abducted":20361,"removes":20362,"##atin":20363,"humming":20364,"wonderland":20365,"##chrome":20366,"##ester":20367,"hume":20368,"pivotal":20369,"##rates":20370,"armand":20371,"grams":20372,"believers":20373,"elector":20374,"rte":20375,"apron":20376,"bis":20377,"scraped":20378,"##yria":20379,"endorsement":20380,"initials":20381,"##llation":20382,"eps":20383,"dotted":20384,"hints":20385,"buzzing":20386,"emigration":20387,"nearer":20388,"##tom":20389,"indicators":20390,"##ulu":20391,"coarse":20392,"neutron":20393,"protectorate":20394,"##uze":20395,"directional":20396,"exploits":20397,"pains":20398,"loire":20399,"1830s":20400,"proponents":20401,"guggenheim":20402,"rabbits":20403,"ritchie":20404,"305":20405,"hectare":20406,"inputs":20407,"hutton":20408,"##raz":20409,"verify":20410,"##ako":20411,"boilers":20412,"longitude":20413,"##lev":20414,"skeletal":20415,"yer":20416,"emilia":20417,"citrus":20418,"compromised":20419,"##gau":20420,"pokemon":20421,"prescription":20422,"paragraph":20423,"eduard":20424,"cadillac":20425,"attire":20426,"categorized":20427,"kenyan":20428,"weddings":20429,"charley":20430,"##bourg":20431,"entertain":20432,"monmouth":20433,"##lles":20434,"nutrients":20435,"davey":20436,"mesh":20437,"incentive":20438,"practised":20439,"ecosystems":20440,"kemp":20441,"subdued":20442,"overheard":20443,"##rya":20444,"bodily":20445,"maxim":20446,"##nius":20447,"apprenticeship":20448,"ursula":20449,"##fight":20450,"lodged":20451,"rug":20452,"silesian":20453,"unconstitutional":20454,"patel":20455,"inspected":20456,"coyote":20457,"unbeaten":20458,"##hak":20459,"34th":20460,"disruption":20461,"convict":20462,"parcel":20463,"##cl":20464,"##nham":20465,"collier":20466,"implicated":20467,"mallory":20468,"##iac":20469,"##lab":20470,"susannah":20471,"winkler":20472,"##rber":20473,"shia":20474,"phelps":20475,"sediments":20476,"graphical":20477,"robotic":20478,"##sner":20479,"adulthood":20480,"mart":20481,"smoked":20482,"##isto":20483,"kathryn":20484,"clarified":20485,"##aran":20486,"divides":20487,"convictions":20488,"oppression":20489,"pausing":20490,"burying":20491,"##mt":20492,"federico":20493,"mathias":20494,"eileen":20495,"##tana":20496,"kite":20497,"hunched":20498,"##acies":20499,"189":20500,"##atz":20501,"disadvantage":20502,"liza":20503,"kinetic":20504,"greedy":20505,"paradox":20506,"yokohama":20507,"dowager":20508,"trunks":20509,"ventured":20510,"##gement":20511,"gupta":20512,"vilnius":20513,"olaf":20514,"##thest":20515,"crimean":20516,"hopper":20517,"##ej":20518,"progressively":20519,"arturo":20520,"mouthed":20521,"arrondissement":20522,"##fusion":20523,"rubin":20524,"simulcast":20525,"oceania":20526,"##orum":20527,"##stra":20528,"##rred":20529,"busiest":20530,"intensely":20531,"navigator":20532,"cary":20533,"##vine":20534,"##hini":20535,"##bies":20536,"fife":20537,"rowe":20538,"rowland":20539,"posing":20540,"insurgents":20541,"shafts":20542,"lawsuits":20543,"activate":20544,"conor":20545,"inward":20546,"culturally":20547,"garlic":20548,"265":20549,"##eering":20550,"eclectic":20551,"##hui":20552,"##kee":20553,"##nl":20554,"furrowed":20555,"vargas":20556,"meteorological":20557,"rendezvous":20558,"##aus":20559,"culinary":20560,"commencement":20561,"##dition":20562,"quota":20563,"##notes":20564,"mommy":20565,"salaries":20566,"overlapping":20567,"mule":20568,"##iology":20569,"##mology":20570,"sums":20571,"wentworth":20572,"##isk":20573,"##zione":20574,"mainline":20575,"subgroup":20576,"##illy":20577,"hack":20578,"plaintiff":20579,"verdi":20580,"bulb":20581,"differentiation":20582,"engagements":20583,"multinational":20584,"supplemented":20585,"bertrand":20586,"caller":20587,"regis":20588,"##naire":20589,"##sler":20590,"##arts":20591,"##imated":20592,"blossom":20593,"propagation":20594,"kilometer":20595,"viaduct":20596,"vineyards":20597,"##uate":20598,"beckett":20599,"optimization":20600,"golfer":20601,"songwriters":20602,"seminal":20603,"semitic":20604,"thud":20605,"volatile":20606,"evolving":20607,"ridley":20608,"##wley":20609,"trivial":20610,"distributions":20611,"scandinavia":20612,"jiang":20613,"##ject":20614,"wrestled":20615,"insistence":20616,"##dio":20617,"emphasizes":20618,"napkin":20619,"##ods":20620,"adjunct":20621,"rhyme":20622,"##ricted":20623,"##eti":20624,"hopeless":20625,"surrounds":20626,"tremble":20627,"32nd":20628,"smoky":20629,"##ntly":20630,"oils":20631,"medicinal":20632,"padded":20633,"steer":20634,"wilkes":20635,"219":20636,"255":20637,"concessions":20638,"hue":20639,"uniquely":20640,"blinded":20641,"landon":20642,"yahoo":20643,"##lane":20644,"hendrix":20645,"commemorating":20646,"dex":20647,"specify":20648,"chicks":20649,"##ggio":20650,"intercity":20651,"1400":20652,"morley":20653,"##torm":20654,"highlighting":20655,"##oting":20656,"pang":20657,"oblique":20658,"stalled":20659,"##liner":20660,"flirting":20661,"newborn":20662,"1769":20663,"bishopric":20664,"shaved":20665,"232":20666,"currie":20667,"##ush":20668,"dharma":20669,"spartan":20670,"##ooped":20671,"favorites":20672,"smug":20673,"novella":20674,"sirens":20675,"abusive":20676,"creations":20677,"espana":20678,"##lage":20679,"paradigm":20680,"semiconductor":20681,"sheen":20682,"##rdo":20683,"##yen":20684,"##zak":20685,"nrl":20686,"renew":20687,"##pose":20688,"##tur":20689,"adjutant":20690,"marches":20691,"norma":20692,"##enity":20693,"ineffective":20694,"weimar":20695,"grunt":20696,"##gat":20697,"lordship":20698,"plotting":20699,"expenditure":20700,"infringement":20701,"lbs":20702,"refrain":20703,"av":20704,"mimi":20705,"mistakenly":20706,"postmaster":20707,"1771":20708,"##bara":20709,"ras":20710,"motorsports":20711,"tito":20712,"199":20713,"subjective":20714,"##zza":20715,"bully":20716,"stew":20717,"##kaya":20718,"prescott":20719,"1a":20720,"##raphic":20721,"##zam":20722,"bids":20723,"styling":20724,"paranormal":20725,"reeve":20726,"sneaking":20727,"exploding":20728,"katz":20729,"akbar":20730,"migrant":20731,"syllables":20732,"indefinitely":20733,"##ogical":20734,"destroys":20735,"replaces":20736,"applause":20737,"##phine":20738,"pest":20739,"##fide":20740,"218":20741,"articulated":20742,"bertie":20743,"##thing":20744,"##cars":20745,"##ptic":20746,"courtroom":20747,"crowley":20748,"aesthetics":20749,"cummings":20750,"tehsil":20751,"hormones":20752,"titanic":20753,"dangerously":20754,"##ibe":20755,"stadion":20756,"jaenelle":20757,"auguste":20758,"ciudad":20759,"##chu":20760,"mysore":20761,"partisans":20762,"##sio":20763,"lucan":20764,"philipp":20765,"##aly":20766,"debating":20767,"henley":20768,"interiors":20769,"##rano":20770,"##tious":20771,"homecoming":20772,"beyonce":20773,"usher":20774,"henrietta":20775,"prepares":20776,"weeds":20777,"##oman":20778,"ely":20779,"plucked":20780,"##pire":20781,"##dable":20782,"luxurious":20783,"##aq":20784,"artifact":20785,"password":20786,"pasture":20787,"juno":20788,"maddy":20789,"minsk":20790,"##dder":20791,"##ologies":20792,"##rone":20793,"assessments":20794,"martian":20795,"royalist":20796,"1765":20797,"examines":20798,"##mani":20799,"##rge":20800,"nino":20801,"223":20802,"parry":20803,"scooped":20804,"relativity":20805,"##eli":20806,"##uting":20807,"##cao":20808,"congregational":20809,"noisy":20810,"traverse":20811,"##agawa":20812,"strikeouts":20813,"nickelodeon":20814,"obituary":20815,"transylvania":20816,"binds":20817,"depictions":20818,"polk":20819,"trolley":20820,"##yed":20821,"##lard":20822,"breeders":20823,"##under":20824,"dryly":20825,"hokkaido":20826,"1762":20827,"strengths":20828,"stacks":20829,"bonaparte":20830,"connectivity":20831,"neared":20832,"prostitutes":20833,"stamped":20834,"anaheim":20835,"gutierrez":20836,"sinai":20837,"##zzling":20838,"bram":20839,"fresno":20840,"madhya":20841,"##86":20842,"proton":20843,"##lena":20844,"##llum":20845,"##phon":20846,"reelected":20847,"wanda":20848,"##anus":20849,"##lb":20850,"ample":20851,"distinguishing":20852,"##yler":20853,"grasping":20854,"sermons":20855,"tomato":20856,"bland":20857,"stimulation":20858,"avenues":20859,"##eux":20860,"spreads":20861,"scarlett":20862,"fern":20863,"pentagon":20864,"assert":20865,"baird":20866,"chesapeake":20867,"ir":20868,"calmed":20869,"distortion":20870,"fatalities":20871,"##olis":20872,"correctional":20873,"pricing":20874,"##astic":20875,"##gina":20876,"prom":20877,"dammit":20878,"ying":20879,"collaborate":20880,"##chia":20881,"welterweight":20882,"33rd":20883,"pointer":20884,"substitution":20885,"bonded":20886,"umpire":20887,"communicating":20888,"multitude":20889,"paddle":20890,"##obe":20891,"federally":20892,"intimacy":20893,"##insky":20894,"betray":20895,"ssr":20896,"##lett":20897,"##lean":20898,"##lves":20899,"##therapy":20900,"airbus":20901,"##tery":20902,"functioned":20903,"ud":20904,"bearer":20905,"biomedical":20906,"netflix":20907,"##hire":20908,"##nca":20909,"condom":20910,"brink":20911,"ik":20912,"##nical":20913,"macy":20914,"##bet":20915,"flap":20916,"gma":20917,"experimented":20918,"jelly":20919,"lavender":20920,"##icles":20921,"##ulia":20922,"munro":20923,"##mian":20924,"##tial":20925,"rye":20926,"##rle":20927,"60th":20928,"gigs":20929,"hottest":20930,"rotated":20931,"predictions":20932,"fuji":20933,"bu":20934,"##erence":20935,"##omi":20936,"barangay":20937,"##fulness":20938,"##sas":20939,"clocks":20940,"##rwood":20941,"##liness":20942,"cereal":20943,"roe":20944,"wight":20945,"decker":20946,"uttered":20947,"babu":20948,"onion":20949,"xml":20950,"forcibly":20951,"##df":20952,"petra":20953,"sarcasm":20954,"hartley":20955,"peeled":20956,"storytelling":20957,"##42":20958,"##xley":20959,"##ysis":20960,"##ffa":20961,"fibre":20962,"kiel":20963,"auditor":20964,"fig":20965,"harald":20966,"greenville":20967,"##berries":20968,"geographically":20969,"nell":20970,"quartz":20971,"##athic":20972,"cemeteries":20973,"##lr":20974,"crossings":20975,"nah":20976,"holloway":20977,"reptiles":20978,"chun":20979,"sichuan":20980,"snowy":20981,"660":20982,"corrections":20983,"##ivo":20984,"zheng":20985,"ambassadors":20986,"blacksmith":20987,"fielded":20988,"fluids":20989,"hardcover":20990,"turnover":20991,"medications":20992,"melvin":20993,"academies":20994,"##erton":20995,"ro":20996,"roach":20997,"absorbing":20998,"spaniards":20999,"colton":21000,"##founded":21001,"outsider":21002,"espionage":21003,"kelsey":21004,"245":21005,"edible":21006,"##ulf":21007,"dora":21008,"establishes":21009,"##sham":21010,"##tries":21011,"contracting":21012,"##tania":21013,"cinematic":21014,"costello":21015,"nesting":21016,"##uron":21017,"connolly":21018,"duff":21019,"##nology":21020,"mma":21021,"##mata":21022,"fergus":21023,"sexes":21024,"gi":21025,"optics":21026,"spectator":21027,"woodstock":21028,"banning":21029,"##hee":21030,"##fle":21031,"differentiate":21032,"outfielder":21033,"refinery":21034,"226":21035,"312":21036,"gerhard":21037,"horde":21038,"lair":21039,"drastically":21040,"##udi":21041,"landfall":21042,"##cheng":21043,"motorsport":21044,"odi":21045,"##achi":21046,"predominant":21047,"quay":21048,"skins":21049,"##ental":21050,"edna":21051,"harshly":21052,"complementary":21053,"murdering":21054,"##aves":21055,"wreckage":21056,"##90":21057,"ono":21058,"outstretched":21059,"lennox":21060,"munitions":21061,"galen":21062,"reconcile":21063,"470":21064,"scalp":21065,"bicycles":21066,"gillespie":21067,"questionable":21068,"rosenberg":21069,"guillermo":21070,"hostel":21071,"jarvis":21072,"kabul":21073,"volvo":21074,"opium":21075,"yd":21076,"##twined":21077,"abuses":21078,"decca":21079,"outpost":21080,"##cino":21081,"sensible":21082,"neutrality":21083,"##64":21084,"ponce":21085,"anchorage":21086,"atkins":21087,"turrets":21088,"inadvertently":21089,"disagree":21090,"libre":21091,"vodka":21092,"reassuring":21093,"weighs":21094,"##yal":21095,"glide":21096,"jumper":21097,"ceilings":21098,"repertory":21099,"outs":21100,"stain":21101,"##bial":21102,"envy":21103,"##ucible":21104,"smashing":21105,"heightened":21106,"policing":21107,"hyun":21108,"mixes":21109,"lai":21110,"prima":21111,"##ples":21112,"celeste":21113,"##bina":21114,"lucrative":21115,"intervened":21116,"kc":21117,"manually":21118,"##rned":21119,"stature":21120,"staffed":21121,"bun":21122,"bastards":21123,"nairobi":21124,"priced":21125,"##auer":21126,"thatcher":21127,"##kia":21128,"tripped":21129,"comune":21130,"##ogan":21131,"##pled":21132,"brasil":21133,"incentives":21134,"emanuel":21135,"hereford":21136,"musica":21137,"##kim":21138,"benedictine":21139,"biennale":21140,"##lani":21141,"eureka":21142,"gardiner":21143,"rb":21144,"knocks":21145,"sha":21146,"##ael":21147,"##elled":21148,"##onate":21149,"efficacy":21150,"ventura":21151,"masonic":21152,"sanford":21153,"maize":21154,"leverage":21155,"##feit":21156,"capacities":21157,"santana":21158,"##aur":21159,"novelty":21160,"vanilla":21161,"##cter":21162,"##tour":21163,"benin":21164,"##oir":21165,"##rain":21166,"neptune":21167,"drafting":21168,"tallinn":21169,"##cable":21170,"humiliation":21171,"##boarding":21172,"schleswig":21173,"fabian":21174,"bernardo":21175,"liturgy":21176,"spectacle":21177,"sweeney":21178,"pont":21179,"routledge":21180,"##tment":21181,"cosmos":21182,"ut":21183,"hilt":21184,"sleek":21185,"universally":21186,"##eville":21187,"##gawa":21188,"typed":21189,"##dry":21190,"favors":21191,"allegheny":21192,"glaciers":21193,"##rly":21194,"recalling":21195,"aziz":21196,"##log":21197,"parasite":21198,"requiem":21199,"auf":21200,"##berto":21201,"##llin":21202,"illumination":21203,"##breaker":21204,"##issa":21205,"festivities":21206,"bows":21207,"govern":21208,"vibe":21209,"vp":21210,"333":21211,"sprawled":21212,"larson":21213,"pilgrim":21214,"bwf":21215,"leaping":21216,"##rts":21217,"##ssel":21218,"alexei":21219,"greyhound":21220,"hoarse":21221,"##dler":21222,"##oration":21223,"seneca":21224,"##cule":21225,"gaping":21226,"##ulously":21227,"##pura":21228,"cinnamon":21229,"##gens":21230,"##rricular":21231,"craven":21232,"fantasies":21233,"houghton":21234,"engined":21235,"reigned":21236,"dictator":21237,"supervising":21238,"##oris":21239,"bogota":21240,"commentaries":21241,"unnatural":21242,"fingernails":21243,"spirituality":21244,"tighten":21245,"##tm":21246,"canadiens":21247,"protesting":21248,"intentional":21249,"cheers":21250,"sparta":21251,"##ytic":21252,"##iere":21253,"##zine":21254,"widen":21255,"belgarath":21256,"controllers":21257,"dodd":21258,"iaaf":21259,"navarre":21260,"##ication":21261,"defect":21262,"squire":21263,"steiner":21264,"whisky":21265,"##mins":21266,"560":21267,"inevitably":21268,"tome":21269,"##gold":21270,"chew":21271,"##uid":21272,"##lid":21273,"elastic":21274,"##aby":21275,"streaked":21276,"alliances":21277,"jailed":21278,"regal":21279,"##ined":21280,"##phy":21281,"czechoslovak":21282,"narration":21283,"absently":21284,"##uld":21285,"bluegrass":21286,"guangdong":21287,"quran":21288,"criticizing":21289,"hose":21290,"hari":21291,"##liest":21292,"##owa":21293,"skier":21294,"streaks":21295,"deploy":21296,"##lom":21297,"raft":21298,"bose":21299,"dialed":21300,"huff":21301,"##eira":21302,"haifa":21303,"simplest":21304,"bursting":21305,"endings":21306,"ib":21307,"sultanate":21308,"##titled":21309,"franks":21310,"whitman":21311,"ensures":21312,"sven":21313,"##ggs":21314,"collaborators":21315,"forster":21316,"organising":21317,"ui":21318,"banished":21319,"napier":21320,"injustice":21321,"teller":21322,"layered":21323,"thump":21324,"##otti":21325,"roc":21326,"battleships":21327,"evidenced":21328,"fugitive":21329,"sadie":21330,"robotics":21331,"##roud":21332,"equatorial":21333,"geologist":21334,"##iza":21335,"yielding":21336,"##bron":21337,"##sr":21338,"internationale":21339,"mecca":21340,"##diment":21341,"sbs":21342,"skyline":21343,"toad":21344,"uploaded":21345,"reflective":21346,"undrafted":21347,"lal":21348,"leafs":21349,"bayern":21350,"##dai":21351,"lakshmi":21352,"shortlisted":21353,"##stick":21354,"##wicz":21355,"camouflage":21356,"donate":21357,"af":21358,"christi":21359,"lau":21360,"##acio":21361,"disclosed":21362,"nemesis":21363,"1761":21364,"assemble":21365,"straining":21366,"northamptonshire":21367,"tal":21368,"##asi":21369,"bernardino":21370,"premature":21371,"heidi":21372,"42nd":21373,"coefficients":21374,"galactic":21375,"reproduce":21376,"buzzed":21377,"sensations":21378,"zionist":21379,"monsieur":21380,"myrtle":21381,"##eme":21382,"archery":21383,"strangled":21384,"musically":21385,"viewpoint":21386,"antiquities":21387,"bei":21388,"trailers":21389,"seahawks":21390,"cured":21391,"pee":21392,"preferring":21393,"tasmanian":21394,"lange":21395,"sul":21396,"##mail":21397,"##working":21398,"colder":21399,"overland":21400,"lucivar":21401,"massey":21402,"gatherings":21403,"haitian":21404,"##smith":21405,"disapproval":21406,"flaws":21407,"##cco":21408,"##enbach":21409,"1766":21410,"npr":21411,"##icular":21412,"boroughs":21413,"creole":21414,"forums":21415,"techno":21416,"1755":21417,"dent":21418,"abdominal":21419,"streetcar":21420,"##eson":21421,"##stream":21422,"procurement":21423,"gemini":21424,"predictable":21425,"##tya":21426,"acheron":21427,"christoph":21428,"feeder":21429,"fronts":21430,"vendor":21431,"bernhard":21432,"jammu":21433,"tumors":21434,"slang":21435,"##uber":21436,"goaltender":21437,"twists":21438,"curving":21439,"manson":21440,"vuelta":21441,"mer":21442,"peanut":21443,"confessions":21444,"pouch":21445,"unpredictable":21446,"allowance":21447,"theodor":21448,"vascular":21449,"##factory":21450,"bala":21451,"authenticity":21452,"metabolic":21453,"coughing":21454,"nanjing":21455,"##cea":21456,"pembroke":21457,"##bard":21458,"splendid":21459,"36th":21460,"ff":21461,"hourly":21462,"##ahu":21463,"elmer":21464,"handel":21465,"##ivate":21466,"awarding":21467,"thrusting":21468,"dl":21469,"experimentation":21470,"##hesion":21471,"##46":21472,"caressed":21473,"entertained":21474,"steak":21475,"##rangle":21476,"biologist":21477,"orphans":21478,"baroness":21479,"oyster":21480,"stepfather":21481,"##dridge":21482,"mirage":21483,"reefs":21484,"speeding":21485,"##31":21486,"barons":21487,"1764":21488,"227":21489,"inhabit":21490,"preached":21491,"repealed":21492,"##tral":21493,"honoring":21494,"boogie":21495,"captives":21496,"administer":21497,"johanna":21498,"##imate":21499,"gel":21500,"suspiciously":21501,"1767":21502,"sobs":21503,"##dington":21504,"backbone":21505,"hayward":21506,"garry":21507,"##folding":21508,"##nesia":21509,"maxi":21510,"##oof":21511,"##ppe":21512,"ellison":21513,"galileo":21514,"##stand":21515,"crimea":21516,"frenzy":21517,"amour":21518,"bumper":21519,"matrices":21520,"natalia":21521,"baking":21522,"garth":21523,"palestinians":21524,"##grove":21525,"smack":21526,"conveyed":21527,"ensembles":21528,"gardening":21529,"##manship":21530,"##rup":21531,"##stituting":21532,"1640":21533,"harvesting":21534,"topography":21535,"jing":21536,"shifters":21537,"dormitory":21538,"##carriage":21539,"##lston":21540,"ist":21541,"skulls":21542,"##stadt":21543,"dolores":21544,"jewellery":21545,"sarawak":21546,"##wai":21547,"##zier":21548,"fences":21549,"christy":21550,"confinement":21551,"tumbling":21552,"credibility":21553,"fir":21554,"stench":21555,"##bria":21556,"##plication":21557,"##nged":21558,"##sam":21559,"virtues":21560,"##belt":21561,"marjorie":21562,"pba":21563,"##eem":21564,"##made":21565,"celebrates":21566,"schooner":21567,"agitated":21568,"barley":21569,"fulfilling":21570,"anthropologist":21571,"##pro":21572,"restrict":21573,"novi":21574,"regulating":21575,"##nent":21576,"padres":21577,"##rani":21578,"##hesive":21579,"loyola":21580,"tabitha":21581,"milky":21582,"olson":21583,"proprietor":21584,"crambidae":21585,"guarantees":21586,"intercollegiate":21587,"ljubljana":21588,"hilda":21589,"##sko":21590,"ignorant":21591,"hooded":21592,"##lts":21593,"sardinia":21594,"##lidae":21595,"##vation":21596,"frontman":21597,"privileged":21598,"witchcraft":21599,"##gp":21600,"jammed":21601,"laude":21602,"poking":21603,"##than":21604,"bracket":21605,"amazement":21606,"yunnan":21607,"##erus":21608,"maharaja":21609,"linnaeus":21610,"264":21611,"commissioning":21612,"milano":21613,"peacefully":21614,"##logies":21615,"akira":21616,"rani":21617,"regulator":21618,"##36":21619,"grasses":21620,"##rance":21621,"luzon":21622,"crows":21623,"compiler":21624,"gretchen":21625,"seaman":21626,"edouard":21627,"tab":21628,"buccaneers":21629,"ellington":21630,"hamlets":21631,"whig":21632,"socialists":21633,"##anto":21634,"directorial":21635,"easton":21636,"mythological":21637,"##kr":21638,"##vary":21639,"rhineland":21640,"semantic":21641,"taut":21642,"dune":21643,"inventions":21644,"succeeds":21645,"##iter":21646,"replication":21647,"branched":21648,"##pired":21649,"jul":21650,"prosecuted":21651,"kangaroo":21652,"penetrated":21653,"##avian":21654,"middlesbrough":21655,"doses":21656,"bleak":21657,"madam":21658,"predatory":21659,"relentless":21660,"##vili":21661,"reluctance":21662,"##vir":21663,"hailey":21664,"crore":21665,"silvery":21666,"1759":21667,"monstrous":21668,"swimmers":21669,"transmissions":21670,"hawthorn":21671,"informing":21672,"##eral":21673,"toilets":21674,"caracas":21675,"crouch":21676,"kb":21677,"##sett":21678,"295":21679,"cartel":21680,"hadley":21681,"##aling":21682,"alexia":21683,"yvonne":21684,"##biology":21685,"cinderella":21686,"eton":21687,"superb":21688,"blizzard":21689,"stabbing":21690,"industrialist":21691,"maximus":21692,"##gm":21693,"##orus":21694,"groves":21695,"maud":21696,"clade":21697,"oversized":21698,"comedic":21699,"##bella":21700,"rosen":21701,"nomadic":21702,"fulham":21703,"montane":21704,"beverages":21705,"galaxies":21706,"redundant":21707,"swarm":21708,"##rot":21709,"##folia":21710,"##llis":21711,"buckinghamshire":21712,"fen":21713,"bearings":21714,"bahadur":21715,"##rom":21716,"gilles":21717,"phased":21718,"dynamite":21719,"faber":21720,"benoit":21721,"vip":21722,"##ount":21723,"##wd":21724,"booking":21725,"fractured":21726,"tailored":21727,"anya":21728,"spices":21729,"westwood":21730,"cairns":21731,"auditions":21732,"inflammation":21733,"steamed":21734,"##rocity":21735,"##acion":21736,"##urne":21737,"skyla":21738,"thereof":21739,"watford":21740,"torment":21741,"archdeacon":21742,"transforms":21743,"lulu":21744,"demeanor":21745,"fucked":21746,"serge":21747,"##sor":21748,"mckenna":21749,"minas":21750,"entertainer":21751,"##icide":21752,"caress":21753,"originate":21754,"residue":21755,"##sty":21756,"1740":21757,"##ilised":21758,"##org":21759,"beech":21760,"##wana":21761,"subsidies":21762,"##ghton":21763,"emptied":21764,"gladstone":21765,"ru":21766,"firefighters":21767,"voodoo":21768,"##rcle":21769,"het":21770,"nightingale":21771,"tamara":21772,"edmond":21773,"ingredient":21774,"weaknesses":21775,"silhouette":21776,"285":21777,"compatibility":21778,"withdrawing":21779,"hampson":21780,"##mona":21781,"anguish":21782,"giggling":21783,"##mber":21784,"bookstore":21785,"##jiang":21786,"southernmost":21787,"tilting":21788,"##vance":21789,"bai":21790,"economical":21791,"rf":21792,"briefcase":21793,"dreadful":21794,"hinted":21795,"projections":21796,"shattering":21797,"totaling":21798,"##rogate":21799,"analogue":21800,"indicted":21801,"periodical":21802,"fullback":21803,"##dman":21804,"haynes":21805,"##tenberg":21806,"##ffs":21807,"##ishment":21808,"1745":21809,"thirst":21810,"stumble":21811,"penang":21812,"vigorous":21813,"##ddling":21814,"##kor":21815,"##lium":21816,"octave":21817,"##ove":21818,"##enstein":21819,"##inen":21820,"##ones":21821,"siberian":21822,"##uti":21823,"cbn":21824,"repeal":21825,"swaying":21826,"##vington":21827,"khalid":21828,"tanaka":21829,"unicorn":21830,"otago":21831,"plastered":21832,"lobe":21833,"riddle":21834,"##rella":21835,"perch":21836,"##ishing":21837,"croydon":21838,"filtered":21839,"graeme":21840,"tripoli":21841,"##ossa":21842,"crocodile":21843,"##chers":21844,"sufi":21845,"mined":21846,"##tung":21847,"inferno":21848,"lsu":21849,"##phi":21850,"swelled":21851,"utilizes":21852,"£2":21853,"cale":21854,"periodicals":21855,"styx":21856,"hike":21857,"informally":21858,"coop":21859,"lund":21860,"##tidae":21861,"ala":21862,"hen":21863,"qui":21864,"transformations":21865,"disposed":21866,"sheath":21867,"chickens":21868,"##cade":21869,"fitzroy":21870,"sas":21871,"silesia":21872,"unacceptable":21873,"odisha":21874,"1650":21875,"sabrina":21876,"pe":21877,"spokane":21878,"ratios":21879,"athena":21880,"massage":21881,"shen":21882,"dilemma":21883,"##drum":21884,"##riz":21885,"##hul":21886,"corona":21887,"doubtful":21888,"niall":21889,"##pha":21890,"##bino":21891,"fines":21892,"cite":21893,"acknowledging":21894,"bangor":21895,"ballard":21896,"bathurst":21897,"##resh":21898,"huron":21899,"mustered":21900,"alzheimer":21901,"garments":21902,"kinase":21903,"tyre":21904,"warship":21905,"##cp":21906,"flashback":21907,"pulmonary":21908,"braun":21909,"cheat":21910,"kamal":21911,"cyclists":21912,"constructions":21913,"grenades":21914,"ndp":21915,"traveller":21916,"excuses":21917,"stomped":21918,"signalling":21919,"trimmed":21920,"futsal":21921,"mosques":21922,"relevance":21923,"##wine":21924,"wta":21925,"##23":21926,"##vah":21927,"##lter":21928,"hoc":21929,"##riding":21930,"optimistic":21931,"##´s":21932,"deco":21933,"sim":21934,"interacting":21935,"rejecting":21936,"moniker":21937,"waterways":21938,"##ieri":21939,"##oku":21940,"mayors":21941,"gdansk":21942,"outnumbered":21943,"pearls":21944,"##ended":21945,"##hampton":21946,"fairs":21947,"totals":21948,"dominating":21949,"262":21950,"notions":21951,"stairway":21952,"compiling":21953,"pursed":21954,"commodities":21955,"grease":21956,"yeast":21957,"##jong":21958,"carthage":21959,"griffiths":21960,"residual":21961,"amc":21962,"contraction":21963,"laird":21964,"sapphire":21965,"##marine":21966,"##ivated":21967,"amalgamation":21968,"dissolve":21969,"inclination":21970,"lyle":21971,"packaged":21972,"altitudes":21973,"suez":21974,"canons":21975,"graded":21976,"lurched":21977,"narrowing":21978,"boasts":21979,"guise":21980,"wed":21981,"enrico":21982,"##ovsky":21983,"rower":21984,"scarred":21985,"bree":21986,"cub":21987,"iberian":21988,"protagonists":21989,"bargaining":21990,"proposing":21991,"trainers":21992,"voyages":21993,"vans":21994,"fishes":21995,"##aea":21996,"##ivist":21997,"##verance":21998,"encryption":21999,"artworks":22000,"kazan":22001,"sabre":22002,"cleopatra":22003,"hepburn":22004,"rotting":22005,"supremacy":22006,"mecklenburg":22007,"##brate":22008,"burrows":22009,"hazards":22010,"outgoing":22011,"flair":22012,"organizes":22013,"##ctions":22014,"scorpion":22015,"##usions":22016,"boo":22017,"234":22018,"chevalier":22019,"dunedin":22020,"slapping":22021,"##34":22022,"ineligible":22023,"pensions":22024,"##38":22025,"##omic":22026,"manufactures":22027,"emails":22028,"bismarck":22029,"238":22030,"weakening":22031,"blackish":22032,"ding":22033,"mcgee":22034,"quo":22035,"##rling":22036,"northernmost":22037,"xx":22038,"manpower":22039,"greed":22040,"sampson":22041,"clicking":22042,"##ange":22043,"##horpe":22044,"##inations":22045,"##roving":22046,"torre":22047,"##eptive":22048,"##moral":22049,"symbolism":22050,"38th":22051,"asshole":22052,"meritorious":22053,"outfits":22054,"splashed":22055,"biographies":22056,"sprung":22057,"astros":22058,"##tale":22059,"302":22060,"737":22061,"filly":22062,"raoul":22063,"nw":22064,"tokugawa":22065,"linden":22066,"clubhouse":22067,"##apa":22068,"tracts":22069,"romano":22070,"##pio":22071,"putin":22072,"tags":22073,"##note":22074,"chained":22075,"dickson":22076,"gunshot":22077,"moe":22078,"gunn":22079,"rashid":22080,"##tails":22081,"zipper":22082,"##bas":22083,"##nea":22084,"contrasted":22085,"##ply":22086,"##udes":22087,"plum":22088,"pharaoh":22089,"##pile":22090,"aw":22091,"comedies":22092,"ingrid":22093,"sandwiches":22094,"subdivisions":22095,"1100":22096,"mariana":22097,"nokia":22098,"kamen":22099,"hz":22100,"delaney":22101,"veto":22102,"herring":22103,"##words":22104,"possessive":22105,"outlines":22106,"##roup":22107,"siemens":22108,"stairwell":22109,"rc":22110,"gallantry":22111,"messiah":22112,"palais":22113,"yells":22114,"233":22115,"zeppelin":22116,"##dm":22117,"bolivar":22118,"##cede":22119,"smackdown":22120,"mckinley":22121,"##mora":22122,"##yt":22123,"muted":22124,"geologic":22125,"finely":22126,"unitary":22127,"avatar":22128,"hamas":22129,"maynard":22130,"rees":22131,"bog":22132,"contrasting":22133,"##rut":22134,"liv":22135,"chico":22136,"disposition":22137,"pixel":22138,"##erate":22139,"becca":22140,"dmitry":22141,"yeshiva":22142,"narratives":22143,"##lva":22144,"##ulton":22145,"mercenary":22146,"sharpe":22147,"tempered":22148,"navigate":22149,"stealth":22150,"amassed":22151,"keynes":22152,"##lini":22153,"untouched":22154,"##rrie":22155,"havoc":22156,"lithium":22157,"##fighting":22158,"abyss":22159,"graf":22160,"southward":22161,"wolverine":22162,"balloons":22163,"implements":22164,"ngos":22165,"transitions":22166,"##icum":22167,"ambushed":22168,"concacaf":22169,"dormant":22170,"economists":22171,"##dim":22172,"costing":22173,"csi":22174,"rana":22175,"universite":22176,"boulders":22177,"verity":22178,"##llon":22179,"collin":22180,"mellon":22181,"misses":22182,"cypress":22183,"fluorescent":22184,"lifeless":22185,"spence":22186,"##ulla":22187,"crewe":22188,"shepard":22189,"pak":22190,"revelations":22191,"##م":22192,"jolly":22193,"gibbons":22194,"paw":22195,"##dro":22196,"##quel":22197,"freeing":22198,"##test":22199,"shack":22200,"fries":22201,"palatine":22202,"##51":22203,"##hiko":22204,"accompaniment":22205,"cruising":22206,"recycled":22207,"##aver":22208,"erwin":22209,"sorting":22210,"synthesizers":22211,"dyke":22212,"realities":22213,"sg":22214,"strides":22215,"enslaved":22216,"wetland":22217,"##ghan":22218,"competence":22219,"gunpowder":22220,"grassy":22221,"maroon":22222,"reactors":22223,"objection":22224,"##oms":22225,"carlson":22226,"gearbox":22227,"macintosh":22228,"radios":22229,"shelton":22230,"##sho":22231,"clergyman":22232,"prakash":22233,"254":22234,"mongols":22235,"trophies":22236,"oricon":22237,"228":22238,"stimuli":22239,"twenty20":22240,"cantonese":22241,"cortes":22242,"mirrored":22243,"##saurus":22244,"bhp":22245,"cristina":22246,"melancholy":22247,"##lating":22248,"enjoyable":22249,"nuevo":22250,"##wny":22251,"downfall":22252,"schumacher":22253,"##ind":22254,"banging":22255,"lausanne":22256,"rumbled":22257,"paramilitary":22258,"reflex":22259,"ax":22260,"amplitude":22261,"migratory":22262,"##gall":22263,"##ups":22264,"midi":22265,"barnard":22266,"lastly":22267,"sherry":22268,"##hp":22269,"##nall":22270,"keystone":22271,"##kra":22272,"carleton":22273,"slippery":22274,"##53":22275,"coloring":22276,"foe":22277,"socket":22278,"otter":22279,"##rgos":22280,"mats":22281,"##tose":22282,"consultants":22283,"bafta":22284,"bison":22285,"topping":22286,"##km":22287,"490":22288,"primal":22289,"abandonment":22290,"transplant":22291,"atoll":22292,"hideous":22293,"mort":22294,"pained":22295,"reproduced":22296,"tae":22297,"howling":22298,"##turn":22299,"unlawful":22300,"billionaire":22301,"hotter":22302,"poised":22303,"lansing":22304,"##chang":22305,"dinamo":22306,"retro":22307,"messing":22308,"nfc":22309,"domesday":22310,"##mina":22311,"blitz":22312,"timed":22313,"##athing":22314,"##kley":22315,"ascending":22316,"gesturing":22317,"##izations":22318,"signaled":22319,"tis":22320,"chinatown":22321,"mermaid":22322,"savanna":22323,"jameson":22324,"##aint":22325,"catalina":22326,"##pet":22327,"##hers":22328,"cochrane":22329,"cy":22330,"chatting":22331,"##kus":22332,"alerted":22333,"computation":22334,"mused":22335,"noelle":22336,"majestic":22337,"mohawk":22338,"campo":22339,"octagonal":22340,"##sant":22341,"##hend":22342,"241":22343,"aspiring":22344,"##mart":22345,"comprehend":22346,"iona":22347,"paralyzed":22348,"shimmering":22349,"swindon":22350,"rhone":22351,"##eley":22352,"reputed":22353,"configurations":22354,"pitchfork":22355,"agitation":22356,"francais":22357,"gillian":22358,"lipstick":22359,"##ilo":22360,"outsiders":22361,"pontifical":22362,"resisting":22363,"bitterness":22364,"sewer":22365,"rockies":22366,"##edd":22367,"##ucher":22368,"misleading":22369,"1756":22370,"exiting":22371,"galloway":22372,"##nging":22373,"risked":22374,"##heart":22375,"246":22376,"commemoration":22377,"schultz":22378,"##rka":22379,"integrating":22380,"##rsa":22381,"poses":22382,"shrieked":22383,"##weiler":22384,"guineas":22385,"gladys":22386,"jerking":22387,"owls":22388,"goldsmith":22389,"nightly":22390,"penetrating":22391,"##unced":22392,"lia":22393,"##33":22394,"ignited":22395,"betsy":22396,"##aring":22397,"##thorpe":22398,"follower":22399,"vigorously":22400,"##rave":22401,"coded":22402,"kiran":22403,"knit":22404,"zoology":22405,"tbilisi":22406,"##28":22407,"##bered":22408,"repository":22409,"govt":22410,"deciduous":22411,"dino":22412,"growling":22413,"##bba":22414,"enhancement":22415,"unleashed":22416,"chanting":22417,"pussy":22418,"biochemistry":22419,"##eric":22420,"kettle":22421,"repression":22422,"toxicity":22423,"nrhp":22424,"##arth":22425,"##kko":22426,"##bush":22427,"ernesto":22428,"commended":22429,"outspoken":22430,"242":22431,"mca":22432,"parchment":22433,"sms":22434,"kristen":22435,"##aton":22436,"bisexual":22437,"raked":22438,"glamour":22439,"navajo":22440,"a2":22441,"conditioned":22442,"showcased":22443,"##hma":22444,"spacious":22445,"youthful":22446,"##esa":22447,"usl":22448,"appliances":22449,"junta":22450,"brest":22451,"layne":22452,"conglomerate":22453,"enchanted":22454,"chao":22455,"loosened":22456,"picasso":22457,"circulating":22458,"inspect":22459,"montevideo":22460,"##centric":22461,"##kti":22462,"piazza":22463,"spurred":22464,"##aith":22465,"bari":22466,"freedoms":22467,"poultry":22468,"stamford":22469,"lieu":22470,"##ect":22471,"indigo":22472,"sarcastic":22473,"bahia":22474,"stump":22475,"attach":22476,"dvds":22477,"frankenstein":22478,"lille":22479,"approx":22480,"scriptures":22481,"pollen":22482,"##script":22483,"nmi":22484,"overseen":22485,"##ivism":22486,"tides":22487,"proponent":22488,"newmarket":22489,"inherit":22490,"milling":22491,"##erland":22492,"centralized":22493,"##rou":22494,"distributors":22495,"credentials":22496,"drawers":22497,"abbreviation":22498,"##lco":22499,"##xon":22500,"downing":22501,"uncomfortably":22502,"ripe":22503,"##oes":22504,"erase":22505,"franchises":22506,"##ever":22507,"populace":22508,"##bery":22509,"##khar":22510,"decomposition":22511,"pleas":22512,"##tet":22513,"daryl":22514,"sabah":22515,"##stle":22516,"##wide":22517,"fearless":22518,"genie":22519,"lesions":22520,"annette":22521,"##ogist":22522,"oboe":22523,"appendix":22524,"nair":22525,"dripped":22526,"petitioned":22527,"maclean":22528,"mosquito":22529,"parrot":22530,"rpg":22531,"hampered":22532,"1648":22533,"operatic":22534,"reservoirs":22535,"##tham":22536,"irrelevant":22537,"jolt":22538,"summarized":22539,"##fp":22540,"medallion":22541,"##taff":22542,"##−":22543,"clawed":22544,"harlow":22545,"narrower":22546,"goddard":22547,"marcia":22548,"bodied":22549,"fremont":22550,"suarez":22551,"altering":22552,"tempest":22553,"mussolini":22554,"porn":22555,"##isms":22556,"sweetly":22557,"oversees":22558,"walkers":22559,"solitude":22560,"grimly":22561,"shrines":22562,"hk":22563,"ich":22564,"supervisors":22565,"hostess":22566,"dietrich":22567,"legitimacy":22568,"brushes":22569,"expressive":22570,"##yp":22571,"dissipated":22572,"##rse":22573,"localized":22574,"systemic":22575,"##nikov":22576,"gettysburg":22577,"##js":22578,"##uaries":22579,"dialogues":22580,"muttering":22581,"251":22582,"housekeeper":22583,"sicilian":22584,"discouraged":22585,"##frey":22586,"beamed":22587,"kaladin":22588,"halftime":22589,"kidnap":22590,"##amo":22591,"##llet":22592,"1754":22593,"synonymous":22594,"depleted":22595,"instituto":22596,"insulin":22597,"reprised":22598,"##opsis":22599,"clashed":22600,"##ctric":22601,"interrupting":22602,"radcliffe":22603,"insisting":22604,"medici":22605,"1715":22606,"ejected":22607,"playfully":22608,"turbulent":22609,"##47":22610,"starvation":22611,"##rini":22612,"shipment":22613,"rebellious":22614,"petersen":22615,"verification":22616,"merits":22617,"##rified":22618,"cakes":22619,"##charged":22620,"1757":22621,"milford":22622,"shortages":22623,"spying":22624,"fidelity":22625,"##aker":22626,"emitted":22627,"storylines":22628,"harvested":22629,"seismic":22630,"##iform":22631,"cheung":22632,"kilda":22633,"theoretically":22634,"barbie":22635,"lynx":22636,"##rgy":22637,"##tius":22638,"goblin":22639,"mata":22640,"poisonous":22641,"##nburg":22642,"reactive":22643,"residues":22644,"obedience":22645,"##евич":22646,"conjecture":22647,"##rac":22648,"401":22649,"hating":22650,"sixties":22651,"kicker":22652,"moaning":22653,"motown":22654,"##bha":22655,"emancipation":22656,"neoclassical":22657,"##hering":22658,"consoles":22659,"ebert":22660,"professorship":22661,"##tures":22662,"sustaining":22663,"assaults":22664,"obeyed":22665,"affluent":22666,"incurred":22667,"tornadoes":22668,"##eber":22669,"##zow":22670,"emphasizing":22671,"highlanders":22672,"cheated":22673,"helmets":22674,"##ctus":22675,"internship":22676,"terence":22677,"bony":22678,"executions":22679,"legislators":22680,"berries":22681,"peninsular":22682,"tinged":22683,"##aco":22684,"1689":22685,"amplifier":22686,"corvette":22687,"ribbons":22688,"lavish":22689,"pennant":22690,"##lander":22691,"worthless":22692,"##chfield":22693,"##forms":22694,"mariano":22695,"pyrenees":22696,"expenditures":22697,"##icides":22698,"chesterfield":22699,"mandir":22700,"tailor":22701,"39th":22702,"sergey":22703,"nestled":22704,"willed":22705,"aristocracy":22706,"devotees":22707,"goodnight":22708,"raaf":22709,"rumored":22710,"weaponry":22711,"remy":22712,"appropriations":22713,"harcourt":22714,"burr":22715,"riaa":22716,"##lence":22717,"limitation":22718,"unnoticed":22719,"guo":22720,"soaking":22721,"swamps":22722,"##tica":22723,"collapsing":22724,"tatiana":22725,"descriptive":22726,"brigham":22727,"psalm":22728,"##chment":22729,"maddox":22730,"##lization":22731,"patti":22732,"caliph":22733,"##aja":22734,"akron":22735,"injuring":22736,"serra":22737,"##ganj":22738,"basins":22739,"##sari":22740,"astonished":22741,"launcher":22742,"##church":22743,"hilary":22744,"wilkins":22745,"sewing":22746,"##sf":22747,"stinging":22748,"##fia":22749,"##ncia":22750,"underwood":22751,"startup":22752,"##ition":22753,"compilations":22754,"vibrations":22755,"embankment":22756,"jurist":22757,"##nity":22758,"bard":22759,"juventus":22760,"groundwater":22761,"kern":22762,"palaces":22763,"helium":22764,"boca":22765,"cramped":22766,"marissa":22767,"soto":22768,"##worm":22769,"jae":22770,"princely":22771,"##ggy":22772,"faso":22773,"bazaar":22774,"warmly":22775,"##voking":22776,"229":22777,"pairing":22778,"##lite":22779,"##grate":22780,"##nets":22781,"wien":22782,"freaked":22783,"ulysses":22784,"rebirth":22785,"##alia":22786,"##rent":22787,"mummy":22788,"guzman":22789,"jimenez":22790,"stilled":22791,"##nitz":22792,"trajectory":22793,"tha":22794,"woken":22795,"archival":22796,"professions":22797,"##pts":22798,"##pta":22799,"hilly":22800,"shadowy":22801,"shrink":22802,"##bolt":22803,"norwood":22804,"glued":22805,"migrate":22806,"stereotypes":22807,"devoid":22808,"##pheus":22809,"625":22810,"evacuate":22811,"horrors":22812,"infancy":22813,"gotham":22814,"knowles":22815,"optic":22816,"downloaded":22817,"sachs":22818,"kingsley":22819,"parramatta":22820,"darryl":22821,"mor":22822,"##onale":22823,"shady":22824,"commence":22825,"confesses":22826,"kan":22827,"##meter":22828,"##placed":22829,"marlborough":22830,"roundabout":22831,"regents":22832,"frigates":22833,"io":22834,"##imating":22835,"gothenburg":22836,"revoked":22837,"carvings":22838,"clockwise":22839,"convertible":22840,"intruder":22841,"##sche":22842,"banged":22843,"##ogo":22844,"vicky":22845,"bourgeois":22846,"##mony":22847,"dupont":22848,"footing":22849,"##gum":22850,"pd":22851,"##real":22852,"buckle":22853,"yun":22854,"penthouse":22855,"sane":22856,"720":22857,"serviced":22858,"stakeholders":22859,"neumann":22860,"bb":22861,"##eers":22862,"comb":22863,"##gam":22864,"catchment":22865,"pinning":22866,"rallies":22867,"typing":22868,"##elles":22869,"forefront":22870,"freiburg":22871,"sweetie":22872,"giacomo":22873,"widowed":22874,"goodwill":22875,"worshipped":22876,"aspirations":22877,"midday":22878,"##vat":22879,"fishery":22880,"##trick":22881,"bournemouth":22882,"turk":22883,"243":22884,"hearth":22885,"ethanol":22886,"guadalajara":22887,"murmurs":22888,"sl":22889,"##uge":22890,"afforded":22891,"scripted":22892,"##hta":22893,"wah":22894,"##jn":22895,"coroner":22896,"translucent":22897,"252":22898,"memorials":22899,"puck":22900,"progresses":22901,"clumsy":22902,"##race":22903,"315":22904,"candace":22905,"recounted":22906,"##27":22907,"##slin":22908,"##uve":22909,"filtering":22910,"##mac":22911,"howl":22912,"strata":22913,"heron":22914,"leveled":22915,"##ays":22916,"dubious":22917,"##oja":22918,"##т":22919,"##wheel":22920,"citations":22921,"exhibiting":22922,"##laya":22923,"##mics":22924,"##pods":22925,"turkic":22926,"##lberg":22927,"injunction":22928,"##ennial":22929,"##mit":22930,"antibodies":22931,"##44":22932,"organise":22933,"##rigues":22934,"cardiovascular":22935,"cushion":22936,"inverness":22937,"##zquez":22938,"dia":22939,"cocoa":22940,"sibling":22941,"##tman":22942,"##roid":22943,"expanse":22944,"feasible":22945,"tunisian":22946,"algiers":22947,"##relli":22948,"rus":22949,"bloomberg":22950,"dso":22951,"westphalia":22952,"bro":22953,"tacoma":22954,"281":22955,"downloads":22956,"##ours":22957,"konrad":22958,"duran":22959,"##hdi":22960,"continuum":22961,"jett":22962,"compares":22963,"legislator":22964,"secession":22965,"##nable":22966,"##gues":22967,"##zuka":22968,"translating":22969,"reacher":22970,"##gley":22971,"##ła":22972,"aleppo":22973,"##agi":22974,"tc":22975,"orchards":22976,"trapping":22977,"linguist":22978,"versatile":22979,"drumming":22980,"postage":22981,"calhoun":22982,"superiors":22983,"##mx":22984,"barefoot":22985,"leary":22986,"##cis":22987,"ignacio":22988,"alfa":22989,"kaplan":22990,"##rogen":22991,"bratislava":22992,"mori":22993,"##vot":22994,"disturb":22995,"haas":22996,"313":22997,"cartridges":22998,"gilmore":22999,"radiated":23000,"salford":23001,"tunic":23002,"hades":23003,"##ulsive":23004,"archeological":23005,"delilah":23006,"magistrates":23007,"auditioned":23008,"brewster":23009,"charters":23010,"empowerment":23011,"blogs":23012,"cappella":23013,"dynasties":23014,"iroquois":23015,"whipping":23016,"##krishna":23017,"raceway":23018,"truths":23019,"myra":23020,"weaken":23021,"judah":23022,"mcgregor":23023,"##horse":23024,"mic":23025,"refueling":23026,"37th":23027,"burnley":23028,"bosses":23029,"markus":23030,"premio":23031,"query":23032,"##gga":23033,"dunbar":23034,"##economic":23035,"darkest":23036,"lyndon":23037,"sealing":23038,"commendation":23039,"reappeared":23040,"##mun":23041,"addicted":23042,"ezio":23043,"slaughtered":23044,"satisfactory":23045,"shuffle":23046,"##eves":23047,"##thic":23048,"##uj":23049,"fortification":23050,"warrington":23051,"##otto":23052,"resurrected":23053,"fargo":23054,"mane":23055,"##utable":23056,"##lei":23057,"##space":23058,"foreword":23059,"ox":23060,"##aris":23061,"##vern":23062,"abrams":23063,"hua":23064,"##mento":23065,"sakura":23066,"##alo":23067,"uv":23068,"sentimental":23069,"##skaya":23070,"midfield":23071,"##eses":23072,"sturdy":23073,"scrolls":23074,"macleod":23075,"##kyu":23076,"entropy":23077,"##lance":23078,"mitochondrial":23079,"cicero":23080,"excelled":23081,"thinner":23082,"convoys":23083,"perceive":23084,"##oslav":23085,"##urable":23086,"systematically":23087,"grind":23088,"burkina":23089,"287":23090,"##tagram":23091,"ops":23092,"##aman":23093,"guantanamo":23094,"##cloth":23095,"##tite":23096,"forcefully":23097,"wavy":23098,"##jou":23099,"pointless":23100,"##linger":23101,"##tze":23102,"layton":23103,"portico":23104,"superficial":23105,"clerical":23106,"outlaws":23107,"##hism":23108,"burials":23109,"muir":23110,"##inn":23111,"creditors":23112,"hauling":23113,"rattle":23114,"##leg":23115,"calais":23116,"monde":23117,"archers":23118,"reclaimed":23119,"dwell":23120,"wexford":23121,"hellenic":23122,"falsely":23123,"remorse":23124,"##tek":23125,"dough":23126,"furnishings":23127,"##uttered":23128,"gabon":23129,"neurological":23130,"novice":23131,"##igraphy":23132,"contemplated":23133,"pulpit":23134,"nightstand":23135,"saratoga":23136,"##istan":23137,"documenting":23138,"pulsing":23139,"taluk":23140,"##firmed":23141,"busted":23142,"marital":23143,"##rien":23144,"disagreements":23145,"wasps":23146,"##yes":23147,"hodge":23148,"mcdonnell":23149,"mimic":23150,"fran":23151,"pendant":23152,"dhabi":23153,"musa":23154,"##nington":23155,"congratulations":23156,"argent":23157,"darrell":23158,"concussion":23159,"losers":23160,"regrets":23161,"thessaloniki":23162,"reversal":23163,"donaldson":23164,"hardwood":23165,"thence":23166,"achilles":23167,"ritter":23168,"##eran":23169,"demonic":23170,"jurgen":23171,"prophets":23172,"goethe":23173,"eki":23174,"classmate":23175,"buff":23176,"##cking":23177,"yank":23178,"irrational":23179,"##inging":23180,"perished":23181,"seductive":23182,"qur":23183,"sourced":23184,"##crat":23185,"##typic":23186,"mustard":23187,"ravine":23188,"barre":23189,"horizontally":23190,"characterization":23191,"phylogenetic":23192,"boise":23193,"##dit":23194,"##runner":23195,"##tower":23196,"brutally":23197,"intercourse":23198,"seduce":23199,"##bbing":23200,"fay":23201,"ferris":23202,"ogden":23203,"amar":23204,"nik":23205,"unarmed":23206,"##inator":23207,"evaluating":23208,"kyrgyzstan":23209,"sweetness":23210,"##lford":23211,"##oki":23212,"mccormick":23213,"meiji":23214,"notoriety":23215,"stimulate":23216,"disrupt":23217,"figuring":23218,"instructional":23219,"mcgrath":23220,"##zoo":23221,"groundbreaking":23222,"##lto":23223,"flinch":23224,"khorasan":23225,"agrarian":23226,"bengals":23227,"mixer":23228,"radiating":23229,"##sov":23230,"ingram":23231,"pitchers":23232,"nad":23233,"tariff":23234,"##cript":23235,"tata":23236,"##codes":23237,"##emi":23238,"##ungen":23239,"appellate":23240,"lehigh":23241,"##bled":23242,"##giri":23243,"brawl":23244,"duct":23245,"texans":23246,"##ciation":23247,"##ropolis":23248,"skipper":23249,"speculative":23250,"vomit":23251,"doctrines":23252,"stresses":23253,"253":23254,"davy":23255,"graders":23256,"whitehead":23257,"jozef":23258,"timely":23259,"cumulative":23260,"haryana":23261,"paints":23262,"appropriately":23263,"boon":23264,"cactus":23265,"##ales":23266,"##pid":23267,"dow":23268,"legions":23269,"##pit":23270,"perceptions":23271,"1730":23272,"picturesque":23273,"##yse":23274,"periphery":23275,"rune":23276,"wr":23277,"##aha":23278,"celtics":23279,"sentencing":23280,"whoa":23281,"##erin":23282,"confirms":23283,"variance":23284,"425":23285,"moines":23286,"mathews":23287,"spade":23288,"rave":23289,"m1":23290,"fronted":23291,"fx":23292,"blending":23293,"alleging":23294,"reared":23295,"##gl":23296,"237":23297,"##paper":23298,"grassroots":23299,"eroded":23300,"##free":23301,"##physical":23302,"directs":23303,"ordeal":23304,"##sław":23305,"accelerate":23306,"hacker":23307,"rooftop":23308,"##inia":23309,"lev":23310,"buys":23311,"cebu":23312,"devote":23313,"##lce":23314,"specialising":23315,"##ulsion":23316,"choreographed":23317,"repetition":23318,"warehouses":23319,"##ryl":23320,"paisley":23321,"tuscany":23322,"analogy":23323,"sorcerer":23324,"hash":23325,"huts":23326,"shards":23327,"descends":23328,"exclude":23329,"nix":23330,"chaplin":23331,"gaga":23332,"ito":23333,"vane":23334,"##drich":23335,"causeway":23336,"misconduct":23337,"limo":23338,"orchestrated":23339,"glands":23340,"jana":23341,"##kot":23342,"u2":23343,"##mple":23344,"##sons":23345,"branching":23346,"contrasts":23347,"scoop":23348,"longed":23349,"##virus":23350,"chattanooga":23351,"##75":23352,"syrup":23353,"cornerstone":23354,"##tized":23355,"##mind":23356,"##iaceae":23357,"careless":23358,"precedence":23359,"frescoes":23360,"##uet":23361,"chilled":23362,"consult":23363,"modelled":23364,"snatch":23365,"peat":23366,"##thermal":23367,"caucasian":23368,"humane":23369,"relaxation":23370,"spins":23371,"temperance":23372,"##lbert":23373,"occupations":23374,"lambda":23375,"hybrids":23376,"moons":23377,"mp3":23378,"##oese":23379,"247":23380,"rolf":23381,"societal":23382,"yerevan":23383,"ness":23384,"##ssler":23385,"befriended":23386,"mechanized":23387,"nominate":23388,"trough":23389,"boasted":23390,"cues":23391,"seater":23392,"##hom":23393,"bends":23394,"##tangle":23395,"conductors":23396,"emptiness":23397,"##lmer":23398,"eurasian":23399,"adriatic":23400,"tian":23401,"##cie":23402,"anxiously":23403,"lark":23404,"propellers":23405,"chichester":23406,"jock":23407,"ev":23408,"2a":23409,"##holding":23410,"credible":23411,"recounts":23412,"tori":23413,"loyalist":23414,"abduction":23415,"##hoot":23416,"##redo":23417,"nepali":23418,"##mite":23419,"ventral":23420,"tempting":23421,"##ango":23422,"##crats":23423,"steered":23424,"##wice":23425,"javelin":23426,"dipping":23427,"laborers":23428,"prentice":23429,"looming":23430,"titanium":23431,"##ː":23432,"badges":23433,"emir":23434,"tensor":23435,"##ntation":23436,"egyptians":23437,"rash":23438,"denies":23439,"hawthorne":23440,"lombard":23441,"showers":23442,"wehrmacht":23443,"dietary":23444,"trojan":23445,"##reus":23446,"welles":23447,"executing":23448,"horseshoe":23449,"lifeboat":23450,"##lak":23451,"elsa":23452,"infirmary":23453,"nearing":23454,"roberta":23455,"boyer":23456,"mutter":23457,"trillion":23458,"joanne":23459,"##fine":23460,"##oked":23461,"sinks":23462,"vortex":23463,"uruguayan":23464,"clasp":23465,"sirius":23466,"##block":23467,"accelerator":23468,"prohibit":23469,"sunken":23470,"byu":23471,"chronological":23472,"diplomats":23473,"ochreous":23474,"510":23475,"symmetrical":23476,"1644":23477,"maia":23478,"##tology":23479,"salts":23480,"reigns":23481,"atrocities":23482,"##ия":23483,"hess":23484,"bared":23485,"issn":23486,"##vyn":23487,"cater":23488,"saturated":23489,"##cycle":23490,"##isse":23491,"sable":23492,"voyager":23493,"dyer":23494,"yusuf":23495,"##inge":23496,"fountains":23497,"wolff":23498,"##39":23499,"##nni":23500,"engraving":23501,"rollins":23502,"atheist":23503,"ominous":23504,"##ault":23505,"herr":23506,"chariot":23507,"martina":23508,"strung":23509,"##fell":23510,"##farlane":23511,"horrific":23512,"sahib":23513,"gazes":23514,"saetan":23515,"erased":23516,"ptolemy":23517,"##olic":23518,"flushing":23519,"lauderdale":23520,"analytic":23521,"##ices":23522,"530":23523,"navarro":23524,"beak":23525,"gorilla":23526,"herrera":23527,"broom":23528,"guadalupe":23529,"raiding":23530,"sykes":23531,"311":23532,"bsc":23533,"deliveries":23534,"1720":23535,"invasions":23536,"carmichael":23537,"tajikistan":23538,"thematic":23539,"ecumenical":23540,"sentiments":23541,"onstage":23542,"##rians":23543,"##brand":23544,"##sume":23545,"catastrophic":23546,"flanks":23547,"molten":23548,"##arns":23549,"waller":23550,"aimee":23551,"terminating":23552,"##icing":23553,"alternately":23554,"##oche":23555,"nehru":23556,"printers":23557,"outraged":23558,"##eving":23559,"empires":23560,"template":23561,"banners":23562,"repetitive":23563,"za":23564,"##oise":23565,"vegetarian":23566,"##tell":23567,"guiana":23568,"opt":23569,"cavendish":23570,"lucknow":23571,"synthesized":23572,"##hani":23573,"##mada":23574,"finalized":23575,"##ctable":23576,"fictitious":23577,"mayoral":23578,"unreliable":23579,"##enham":23580,"embracing":23581,"peppers":23582,"rbis":23583,"##chio":23584,"##neo":23585,"inhibition":23586,"slashed":23587,"togo":23588,"orderly":23589,"embroidered":23590,"safari":23591,"salty":23592,"236":23593,"barron":23594,"benito":23595,"totaled":23596,"##dak":23597,"pubs":23598,"simulated":23599,"caden":23600,"devin":23601,"tolkien":23602,"momma":23603,"welding":23604,"sesame":23605,"##ept":23606,"gottingen":23607,"hardness":23608,"630":23609,"shaman":23610,"temeraire":23611,"620":23612,"adequately":23613,"pediatric":23614,"##kit":23615,"ck":23616,"assertion":23617,"radicals":23618,"composure":23619,"cadence":23620,"seafood":23621,"beaufort":23622,"lazarus":23623,"mani":23624,"warily":23625,"cunning":23626,"kurdistan":23627,"249":23628,"cantata":23629,"##kir":23630,"ares":23631,"##41":23632,"##clusive":23633,"nape":23634,"townland":23635,"geared":23636,"insulted":23637,"flutter":23638,"boating":23639,"violate":23640,"draper":23641,"dumping":23642,"malmo":23643,"##hh":23644,"##romatic":23645,"firearm":23646,"alta":23647,"bono":23648,"obscured":23649,"##clave":23650,"exceeds":23651,"panorama":23652,"unbelievable":23653,"##train":23654,"preschool":23655,"##essed":23656,"disconnected":23657,"installing":23658,"rescuing":23659,"secretaries":23660,"accessibility":23661,"##castle":23662,"##drive":23663,"##ifice":23664,"##film":23665,"bouts":23666,"slug":23667,"waterway":23668,"mindanao":23669,"##buro":23670,"##ratic":23671,"halves":23672,"##ل":23673,"calming":23674,"liter":23675,"maternity":23676,"adorable":23677,"bragg":23678,"electrification":23679,"mcc":23680,"##dote":23681,"roxy":23682,"schizophrenia":23683,"##body":23684,"munoz":23685,"kaye":23686,"whaling":23687,"239":23688,"mil":23689,"tingling":23690,"tolerant":23691,"##ago":23692,"unconventional":23693,"volcanoes":23694,"##finder":23695,"deportivo":23696,"##llie":23697,"robson":23698,"kaufman":23699,"neuroscience":23700,"wai":23701,"deportation":23702,"masovian":23703,"scraping":23704,"converse":23705,"##bh":23706,"hacking":23707,"bulge":23708,"##oun":23709,"administratively":23710,"yao":23711,"580":23712,"amp":23713,"mammoth":23714,"booster":23715,"claremont":23716,"hooper":23717,"nomenclature":23718,"pursuits":23719,"mclaughlin":23720,"melinda":23721,"##sul":23722,"catfish":23723,"barclay":23724,"substrates":23725,"taxa":23726,"zee":23727,"originals":23728,"kimberly":23729,"packets":23730,"padma":23731,"##ality":23732,"borrowing":23733,"ostensibly":23734,"solvent":23735,"##bri":23736,"##genesis":23737,"##mist":23738,"lukas":23739,"shreveport":23740,"veracruz":23741,"##ь":23742,"##lou":23743,"##wives":23744,"cheney":23745,"tt":23746,"anatolia":23747,"hobbs":23748,"##zyn":23749,"cyclic":23750,"radiant":23751,"alistair":23752,"greenish":23753,"siena":23754,"dat":23755,"independents":23756,"##bation":23757,"conform":23758,"pieter":23759,"hyper":23760,"applicant":23761,"bradshaw":23762,"spores":23763,"telangana":23764,"vinci":23765,"inexpensive":23766,"nuclei":23767,"322":23768,"jang":23769,"nme":23770,"soho":23771,"spd":23772,"##ign":23773,"cradled":23774,"receptionist":23775,"pow":23776,"##43":23777,"##rika":23778,"fascism":23779,"##ifer":23780,"experimenting":23781,"##ading":23782,"##iec":23783,"##region":23784,"345":23785,"jocelyn":23786,"maris":23787,"stair":23788,"nocturnal":23789,"toro":23790,"constabulary":23791,"elgin":23792,"##kker":23793,"msc":23794,"##giving":23795,"##schen":23796,"##rase":23797,"doherty":23798,"doping":23799,"sarcastically":23800,"batter":23801,"maneuvers":23802,"##cano":23803,"##apple":23804,"##gai":23805,"##git":23806,"intrinsic":23807,"##nst":23808,"##stor":23809,"1753":23810,"showtime":23811,"cafes":23812,"gasps":23813,"lviv":23814,"ushered":23815,"##thed":23816,"fours":23817,"restart":23818,"astonishment":23819,"transmitting":23820,"flyer":23821,"shrugs":23822,"##sau":23823,"intriguing":23824,"cones":23825,"dictated":23826,"mushrooms":23827,"medial":23828,"##kovsky":23829,"##elman":23830,"escorting":23831,"gaped":23832,"##26":23833,"godfather":23834,"##door":23835,"##sell":23836,"djs":23837,"recaptured":23838,"timetable":23839,"vila":23840,"1710":23841,"3a":23842,"aerodrome":23843,"mortals":23844,"scientology":23845,"##orne":23846,"angelina":23847,"mag":23848,"convection":23849,"unpaid":23850,"insertion":23851,"intermittent":23852,"lego":23853,"##nated":23854,"endeavor":23855,"kota":23856,"pereira":23857,"##lz":23858,"304":23859,"bwv":23860,"glamorgan":23861,"insults":23862,"agatha":23863,"fey":23864,"##cend":23865,"fleetwood":23866,"mahogany":23867,"protruding":23868,"steamship":23869,"zeta":23870,"##arty":23871,"mcguire":23872,"suspense":23873,"##sphere":23874,"advising":23875,"urges":23876,"##wala":23877,"hurriedly":23878,"meteor":23879,"gilded":23880,"inline":23881,"arroyo":23882,"stalker":23883,"##oge":23884,"excitedly":23885,"revered":23886,"##cure":23887,"earle":23888,"introductory":23889,"##break":23890,"##ilde":23891,"mutants":23892,"puff":23893,"pulses":23894,"reinforcement":23895,"##haling":23896,"curses":23897,"lizards":23898,"stalk":23899,"correlated":23900,"##fixed":23901,"fallout":23902,"macquarie":23903,"##unas":23904,"bearded":23905,"denton":23906,"heaving":23907,"802":23908,"##ocation":23909,"winery":23910,"assign":23911,"dortmund":23912,"##lkirk":23913,"everest":23914,"invariant":23915,"charismatic":23916,"susie":23917,"##elling":23918,"bled":23919,"lesley":23920,"telegram":23921,"sumner":23922,"bk":23923,"##ogen":23924,"##к":23925,"wilcox":23926,"needy":23927,"colbert":23928,"duval":23929,"##iferous":23930,"##mbled":23931,"allotted":23932,"attends":23933,"imperative":23934,"##hita":23935,"replacements":23936,"hawker":23937,"##inda":23938,"insurgency":23939,"##zee":23940,"##eke":23941,"casts":23942,"##yla":23943,"680":23944,"ives":23945,"transitioned":23946,"##pack":23947,"##powering":23948,"authoritative":23949,"baylor":23950,"flex":23951,"cringed":23952,"plaintiffs":23953,"woodrow":23954,"##skie":23955,"drastic":23956,"ape":23957,"aroma":23958,"unfolded":23959,"commotion":23960,"nt":23961,"preoccupied":23962,"theta":23963,"routines":23964,"lasers":23965,"privatization":23966,"wand":23967,"domino":23968,"ek":23969,"clenching":23970,"nsa":23971,"strategically":23972,"showered":23973,"bile":23974,"handkerchief":23975,"pere":23976,"storing":23977,"christophe":23978,"insulting":23979,"316":23980,"nakamura":23981,"romani":23982,"asiatic":23983,"magdalena":23984,"palma":23985,"cruises":23986,"stripping":23987,"405":23988,"konstantin":23989,"soaring":23990,"##berman":23991,"colloquially":23992,"forerunner":23993,"havilland":23994,"incarcerated":23995,"parasites":23996,"sincerity":23997,"##utus":23998,"disks":23999,"plank":24000,"saigon":24001,"##ining":24002,"corbin":24003,"homo":24004,"ornaments":24005,"powerhouse":24006,"##tlement":24007,"chong":24008,"fastened":24009,"feasibility":24010,"idf":24011,"morphological":24012,"usable":24013,"##nish":24014,"##zuki":24015,"aqueduct":24016,"jaguars":24017,"keepers":24018,"##flies":24019,"aleksandr":24020,"faust":24021,"assigns":24022,"ewing":24023,"bacterium":24024,"hurled":24025,"tricky":24026,"hungarians":24027,"integers":24028,"wallis":24029,"321":24030,"yamaha":24031,"##isha":24032,"hushed":24033,"oblivion":24034,"aviator":24035,"evangelist":24036,"friars":24037,"##eller":24038,"monograph":24039,"ode":24040,"##nary":24041,"airplanes":24042,"labourers":24043,"charms":24044,"##nee":24045,"1661":24046,"hagen":24047,"tnt":24048,"rudder":24049,"fiesta":24050,"transcript":24051,"dorothea":24052,"ska":24053,"inhibitor":24054,"maccabi":24055,"retorted":24056,"raining":24057,"encompassed":24058,"clauses":24059,"menacing":24060,"1642":24061,"lineman":24062,"##gist":24063,"vamps":24064,"##ape":24065,"##dick":24066,"gloom":24067,"##rera":24068,"dealings":24069,"easing":24070,"seekers":24071,"##nut":24072,"##pment":24073,"helens":24074,"unmanned":24075,"##anu":24076,"##isson":24077,"basics":24078,"##amy":24079,"##ckman":24080,"adjustments":24081,"1688":24082,"brutality":24083,"horne":24084,"##zell":24085,"sui":24086,"##55":24087,"##mable":24088,"aggregator":24089,"##thal":24090,"rhino":24091,"##drick":24092,"##vira":24093,"counters":24094,"zoom":24095,"##01":24096,"##rting":24097,"mn":24098,"montenegrin":24099,"packard":24100,"##unciation":24101,"##♭":24102,"##kki":24103,"reclaim":24104,"scholastic":24105,"thugs":24106,"pulsed":24107,"##icia":24108,"syriac":24109,"quan":24110,"saddam":24111,"banda":24112,"kobe":24113,"blaming":24114,"buddies":24115,"dissent":24116,"##lusion":24117,"##usia":24118,"corbett":24119,"jaya":24120,"delle":24121,"erratic":24122,"lexie":24123,"##hesis":24124,"435":24125,"amiga":24126,"hermes":24127,"##pressing":24128,"##leen":24129,"chapels":24130,"gospels":24131,"jamal":24132,"##uating":24133,"compute":24134,"revolving":24135,"warp":24136,"##sso":24137,"##thes":24138,"armory":24139,"##eras":24140,"##gol":24141,"antrim":24142,"loki":24143,"##kow":24144,"##asian":24145,"##good":24146,"##zano":24147,"braid":24148,"handwriting":24149,"subdistrict":24150,"funky":24151,"pantheon":24152,"##iculate":24153,"concurrency":24154,"estimation":24155,"improper":24156,"juliana":24157,"##his":24158,"newcomers":24159,"johnstone":24160,"staten":24161,"communicated":24162,"##oco":24163,"##alle":24164,"sausage":24165,"stormy":24166,"##stered":24167,"##tters":24168,"superfamily":24169,"##grade":24170,"acidic":24171,"collateral":24172,"tabloid":24173,"##oped":24174,"##rza":24175,"bladder":24176,"austen":24177,"##ellant":24178,"mcgraw":24179,"##hay":24180,"hannibal":24181,"mein":24182,"aquino":24183,"lucifer":24184,"wo":24185,"badger":24186,"boar":24187,"cher":24188,"christensen":24189,"greenberg":24190,"interruption":24191,"##kken":24192,"jem":24193,"244":24194,"mocked":24195,"bottoms":24196,"cambridgeshire":24197,"##lide":24198,"sprawling":24199,"##bbly":24200,"eastwood":24201,"ghent":24202,"synth":24203,"##buck":24204,"advisers":24205,"##bah":24206,"nominally":24207,"hapoel":24208,"qu":24209,"daggers":24210,"estranged":24211,"fabricated":24212,"towels":24213,"vinnie":24214,"wcw":24215,"misunderstanding":24216,"anglia":24217,"nothin":24218,"unmistakable":24219,"##dust":24220,"##lova":24221,"chilly":24222,"marquette":24223,"truss":24224,"##edge":24225,"##erine":24226,"reece":24227,"##lty":24228,"##chemist":24229,"##connected":24230,"272":24231,"308":24232,"41st":24233,"bash":24234,"raion":24235,"waterfalls":24236,"##ump":24237,"##main":24238,"labyrinth":24239,"queue":24240,"theorist":24241,"##istle":24242,"bharatiya":24243,"flexed":24244,"soundtracks":24245,"rooney":24246,"leftist":24247,"patrolling":24248,"wharton":24249,"plainly":24250,"alleviate":24251,"eastman":24252,"schuster":24253,"topographic":24254,"engages":24255,"immensely":24256,"unbearable":24257,"fairchild":24258,"1620":24259,"dona":24260,"lurking":24261,"parisian":24262,"oliveira":24263,"ia":24264,"indictment":24265,"hahn":24266,"bangladeshi":24267,"##aster":24268,"vivo":24269,"##uming":24270,"##ential":24271,"antonia":24272,"expects":24273,"indoors":24274,"kildare":24275,"harlan":24276,"##logue":24277,"##ogenic":24278,"##sities":24279,"forgiven":24280,"##wat":24281,"childish":24282,"tavi":24283,"##mide":24284,"##orra":24285,"plausible":24286,"grimm":24287,"successively":24288,"scooted":24289,"##bola":24290,"##dget":24291,"##rith":24292,"spartans":24293,"emery":24294,"flatly":24295,"azure":24296,"epilogue":24297,"##wark":24298,"flourish":24299,"##iny":24300,"##tracted":24301,"##overs":24302,"##oshi":24303,"bestseller":24304,"distressed":24305,"receipt":24306,"spitting":24307,"hermit":24308,"topological":24309,"##cot":24310,"drilled":24311,"subunit":24312,"francs":24313,"##layer":24314,"eel":24315,"##fk":24316,"##itas":24317,"octopus":24318,"footprint":24319,"petitions":24320,"ufo":24321,"##say":24322,"##foil":24323,"interfering":24324,"leaking":24325,"palo":24326,"##metry":24327,"thistle":24328,"valiant":24329,"##pic":24330,"narayan":24331,"mcpherson":24332,"##fast":24333,"gonzales":24334,"##ym":24335,"##enne":24336,"dustin":24337,"novgorod":24338,"solos":24339,"##zman":24340,"doin":24341,"##raph":24342,"##patient":24343,"##meyer":24344,"soluble":24345,"ashland":24346,"cuffs":24347,"carole":24348,"pendleton":24349,"whistling":24350,"vassal":24351,"##river":24352,"deviation":24353,"revisited":24354,"constituents":24355,"rallied":24356,"rotate":24357,"loomed":24358,"##eil":24359,"##nting":24360,"amateurs":24361,"augsburg":24362,"auschwitz":24363,"crowns":24364,"skeletons":24365,"##cona":24366,"bonnet":24367,"257":24368,"dummy":24369,"globalization":24370,"simeon":24371,"sleeper":24372,"mandal":24373,"differentiated":24374,"##crow":24375,"##mare":24376,"milne":24377,"bundled":24378,"exasperated":24379,"talmud":24380,"owes":24381,"segregated":24382,"##feng":24383,"##uary":24384,"dentist":24385,"piracy":24386,"props":24387,"##rang":24388,"devlin":24389,"##torium":24390,"malicious":24391,"paws":24392,"##laid":24393,"dependency":24394,"##ergy":24395,"##fers":24396,"##enna":24397,"258":24398,"pistons":24399,"rourke":24400,"jed":24401,"grammatical":24402,"tres":24403,"maha":24404,"wig":24405,"512":24406,"ghostly":24407,"jayne":24408,"##achal":24409,"##creen":24410,"##ilis":24411,"##lins":24412,"##rence":24413,"designate":24414,"##with":24415,"arrogance":24416,"cambodian":24417,"clones":24418,"showdown":24419,"throttle":24420,"twain":24421,"##ception":24422,"lobes":24423,"metz":24424,"nagoya":24425,"335":24426,"braking":24427,"##furt":24428,"385":24429,"roaming":24430,"##minster":24431,"amin":24432,"crippled":24433,"##37":24434,"##llary":24435,"indifferent":24436,"hoffmann":24437,"idols":24438,"intimidating":24439,"1751":24440,"261":24441,"influenza":24442,"memo":24443,"onions":24444,"1748":24445,"bandage":24446,"consciously":24447,"##landa":24448,"##rage":24449,"clandestine":24450,"observes":24451,"swiped":24452,"tangle":24453,"##ener":24454,"##jected":24455,"##trum":24456,"##bill":24457,"##lta":24458,"hugs":24459,"congresses":24460,"josiah":24461,"spirited":24462,"##dek":24463,"humanist":24464,"managerial":24465,"filmmaking":24466,"inmate":24467,"rhymes":24468,"debuting":24469,"grimsby":24470,"ur":24471,"##laze":24472,"duplicate":24473,"vigor":24474,"##tf":24475,"republished":24476,"bolshevik":24477,"refurbishment":24478,"antibiotics":24479,"martini":24480,"methane":24481,"newscasts":24482,"royale":24483,"horizons":24484,"levant":24485,"iain":24486,"visas":24487,"##ischen":24488,"paler":24489,"##around":24490,"manifestation":24491,"snuck":24492,"alf":24493,"chop":24494,"futile":24495,"pedestal":24496,"rehab":24497,"##kat":24498,"bmg":24499,"kerman":24500,"res":24501,"fairbanks":24502,"jarrett":24503,"abstraction":24504,"saharan":24505,"##zek":24506,"1746":24507,"procedural":24508,"clearer":24509,"kincaid":24510,"sash":24511,"luciano":24512,"##ffey":24513,"crunch":24514,"helmut":24515,"##vara":24516,"revolutionaries":24517,"##tute":24518,"creamy":24519,"leach":24520,"##mmon":24521,"1747":24522,"permitting":24523,"nes":24524,"plight":24525,"wendell":24526,"##lese":24527,"contra":24528,"ts":24529,"clancy":24530,"ipa":24531,"mach":24532,"staples":24533,"autopsy":24534,"disturbances":24535,"nueva":24536,"karin":24537,"pontiac":24538,"##uding":24539,"proxy":24540,"venerable":24541,"haunt":24542,"leto":24543,"bergman":24544,"expands":24545,"##helm":24546,"wal":24547,"##pipe":24548,"canning":24549,"celine":24550,"cords":24551,"obesity":24552,"##enary":24553,"intrusion":24554,"planner":24555,"##phate":24556,"reasoned":24557,"sequencing":24558,"307":24559,"harrow":24560,"##chon":24561,"##dora":24562,"marred":24563,"mcintyre":24564,"repay":24565,"tarzan":24566,"darting":24567,"248":24568,"harrisburg":24569,"margarita":24570,"repulsed":24571,"##hur":24572,"##lding":24573,"belinda":24574,"hamburger":24575,"novo":24576,"compliant":24577,"runways":24578,"bingham":24579,"registrar":24580,"skyscraper":24581,"ic":24582,"cuthbert":24583,"improvisation":24584,"livelihood":24585,"##corp":24586,"##elial":24587,"admiring":24588,"##dened":24589,"sporadic":24590,"believer":24591,"casablanca":24592,"popcorn":24593,"##29":24594,"asha":24595,"shovel":24596,"##bek":24597,"##dice":24598,"coiled":24599,"tangible":24600,"##dez":24601,"casper":24602,"elsie":24603,"resin":24604,"tenderness":24605,"rectory":24606,"##ivision":24607,"avail":24608,"sonar":24609,"##mori":24610,"boutique":24611,"##dier":24612,"guerre":24613,"bathed":24614,"upbringing":24615,"vaulted":24616,"sandals":24617,"blessings":24618,"##naut":24619,"##utnant":24620,"1680":24621,"306":24622,"foxes":24623,"pia":24624,"corrosion":24625,"hesitantly":24626,"confederates":24627,"crystalline":24628,"footprints":24629,"shapiro":24630,"tirana":24631,"valentin":24632,"drones":24633,"45th":24634,"microscope":24635,"shipments":24636,"texted":24637,"inquisition":24638,"wry":24639,"guernsey":24640,"unauthorized":24641,"resigning":24642,"760":24643,"ripple":24644,"schubert":24645,"stu":24646,"reassure":24647,"felony":24648,"##ardo":24649,"brittle":24650,"koreans":24651,"##havan":24652,"##ives":24653,"dun":24654,"implicit":24655,"tyres":24656,"##aldi":24657,"##lth":24658,"magnolia":24659,"##ehan":24660,"##puri":24661,"##poulos":24662,"aggressively":24663,"fei":24664,"gr":24665,"familiarity":24666,"##poo":24667,"indicative":24668,"##trust":24669,"fundamentally":24670,"jimmie":24671,"overrun":24672,"395":24673,"anchors":24674,"moans":24675,"##opus":24676,"britannia":24677,"armagh":24678,"##ggle":24679,"purposely":24680,"seizing":24681,"##vao":24682,"bewildered":24683,"mundane":24684,"avoidance":24685,"cosmopolitan":24686,"geometridae":24687,"quartermaster":24688,"caf":24689,"415":24690,"chatter":24691,"engulfed":24692,"gleam":24693,"purge":24694,"##icate":24695,"juliette":24696,"jurisprudence":24697,"guerra":24698,"revisions":24699,"##bn":24700,"casimir":24701,"brew":24702,"##jm":24703,"1749":24704,"clapton":24705,"cloudy":24706,"conde":24707,"hermitage":24708,"278":24709,"simulations":24710,"torches":24711,"vincenzo":24712,"matteo":24713,"##rill":24714,"hidalgo":24715,"booming":24716,"westbound":24717,"accomplishment":24718,"tentacles":24719,"unaffected":24720,"##sius":24721,"annabelle":24722,"flopped":24723,"sloping":24724,"##litz":24725,"dreamer":24726,"interceptor":24727,"vu":24728,"##loh":24729,"consecration":24730,"copying":24731,"messaging":24732,"breaker":24733,"climates":24734,"hospitalized":24735,"1752":24736,"torino":24737,"afternoons":24738,"winfield":24739,"witnessing":24740,"##teacher":24741,"breakers":24742,"choirs":24743,"sawmill":24744,"coldly":24745,"##ege":24746,"sipping":24747,"haste":24748,"uninhabited":24749,"conical":24750,"bibliography":24751,"pamphlets":24752,"severn":24753,"edict":24754,"##oca":24755,"deux":24756,"illnesses":24757,"grips":24758,"##pl":24759,"rehearsals":24760,"sis":24761,"thinkers":24762,"tame":24763,"##keepers":24764,"1690":24765,"acacia":24766,"reformer":24767,"##osed":24768,"##rys":24769,"shuffling":24770,"##iring":24771,"##shima":24772,"eastbound":24773,"ionic":24774,"rhea":24775,"flees":24776,"littered":24777,"##oum":24778,"rocker":24779,"vomiting":24780,"groaning":24781,"champ":24782,"overwhelmingly":24783,"civilizations":24784,"paces":24785,"sloop":24786,"adoptive":24787,"##tish":24788,"skaters":24789,"##vres":24790,"aiding":24791,"mango":24792,"##joy":24793,"nikola":24794,"shriek":24795,"##ignon":24796,"pharmaceuticals":24797,"##mg":24798,"tuna":24799,"calvert":24800,"gustavo":24801,"stocked":24802,"yearbook":24803,"##urai":24804,"##mana":24805,"computed":24806,"subsp":24807,"riff":24808,"hanoi":24809,"kelvin":24810,"hamid":24811,"moors":24812,"pastures":24813,"summons":24814,"jihad":24815,"nectar":24816,"##ctors":24817,"bayou":24818,"untitled":24819,"pleasing":24820,"vastly":24821,"republics":24822,"intellect":24823,"##η":24824,"##ulio":24825,"##tou":24826,"crumbling":24827,"stylistic":24828,"sb":24829,"##ی":24830,"consolation":24831,"frequented":24832,"h₂o":24833,"walden":24834,"widows":24835,"##iens":24836,"404":24837,"##ignment":24838,"chunks":24839,"improves":24840,"288":24841,"grit":24842,"recited":24843,"##dev":24844,"snarl":24845,"sociological":24846,"##arte":24847,"##gul":24848,"inquired":24849,"##held":24850,"bruise":24851,"clube":24852,"consultancy":24853,"homogeneous":24854,"hornets":24855,"multiplication":24856,"pasta":24857,"prick":24858,"savior":24859,"##grin":24860,"##kou":24861,"##phile":24862,"yoon":24863,"##gara":24864,"grimes":24865,"vanishing":24866,"cheering":24867,"reacting":24868,"bn":24869,"distillery":24870,"##quisite":24871,"##vity":24872,"coe":24873,"dockyard":24874,"massif":24875,"##jord":24876,"escorts":24877,"voss":24878,"##valent":24879,"byte":24880,"chopped":24881,"hawke":24882,"illusions":24883,"workings":24884,"floats":24885,"##koto":24886,"##vac":24887,"kv":24888,"annapolis":24889,"madden":24890,"##onus":24891,"alvaro":24892,"noctuidae":24893,"##cum":24894,"##scopic":24895,"avenge":24896,"steamboat":24897,"forte":24898,"illustrates":24899,"erika":24900,"##trip":24901,"570":24902,"dew":24903,"nationalities":24904,"bran":24905,"manifested":24906,"thirsty":24907,"diversified":24908,"muscled":24909,"reborn":24910,"##standing":24911,"arson":24912,"##lessness":24913,"##dran":24914,"##logram":24915,"##boys":24916,"##kushima":24917,"##vious":24918,"willoughby":24919,"##phobia":24920,"286":24921,"alsace":24922,"dashboard":24923,"yuki":24924,"##chai":24925,"granville":24926,"myspace":24927,"publicized":24928,"tricked":24929,"##gang":24930,"adjective":24931,"##ater":24932,"relic":24933,"reorganisation":24934,"enthusiastically":24935,"indications":24936,"saxe":24937,"##lassified":24938,"consolidate":24939,"iec":24940,"padua":24941,"helplessly":24942,"ramps":24943,"renaming":24944,"regulars":24945,"pedestrians":24946,"accents":24947,"convicts":24948,"inaccurate":24949,"lowers":24950,"mana":24951,"##pati":24952,"barrie":24953,"bjp":24954,"outta":24955,"someplace":24956,"berwick":24957,"flanking":24958,"invoked":24959,"marrow":24960,"sparsely":24961,"excerpts":24962,"clothed":24963,"rei":24964,"##ginal":24965,"wept":24966,"##straße":24967,"##vish":24968,"alexa":24969,"excel":24970,"##ptive":24971,"membranes":24972,"aquitaine":24973,"creeks":24974,"cutler":24975,"sheppard":24976,"implementations":24977,"ns":24978,"##dur":24979,"fragrance":24980,"budge":24981,"concordia":24982,"magnesium":24983,"marcelo":24984,"##antes":24985,"gladly":24986,"vibrating":24987,"##rral":24988,"##ggles":24989,"montrose":24990,"##omba":24991,"lew":24992,"seamus":24993,"1630":24994,"cocky":24995,"##ament":24996,"##uen":24997,"bjorn":24998,"##rrick":24999,"fielder":25000,"fluttering":25001,"##lase":25002,"methyl":25003,"kimberley":25004,"mcdowell":25005,"reductions":25006,"barbed":25007,"##jic":25008,"##tonic":25009,"aeronautical":25010,"condensed":25011,"distracting":25012,"##promising":25013,"huffed":25014,"##cala":25015,"##sle":25016,"claudius":25017,"invincible":25018,"missy":25019,"pious":25020,"balthazar":25021,"ci":25022,"##lang":25023,"butte":25024,"combo":25025,"orson":25026,"##dication":25027,"myriad":25028,"1707":25029,"silenced":25030,"##fed":25031,"##rh":25032,"coco":25033,"netball":25034,"yourselves":25035,"##oza":25036,"clarify":25037,"heller":25038,"peg":25039,"durban":25040,"etudes":25041,"offender":25042,"roast":25043,"blackmail":25044,"curvature":25045,"##woods":25046,"vile":25047,"309":25048,"illicit":25049,"suriname":25050,"##linson":25051,"overture":25052,"1685":25053,"bubbling":25054,"gymnast":25055,"tucking":25056,"##mming":25057,"##ouin":25058,"maldives":25059,"##bala":25060,"gurney":25061,"##dda":25062,"##eased":25063,"##oides":25064,"backside":25065,"pinto":25066,"jars":25067,"racehorse":25068,"tending":25069,"##rdial":25070,"baronetcy":25071,"wiener":25072,"duly":25073,"##rke":25074,"barbarian":25075,"cupping":25076,"flawed":25077,"##thesis":25078,"bertha":25079,"pleistocene":25080,"puddle":25081,"swearing":25082,"##nob":25083,"##tically":25084,"fleeting":25085,"prostate":25086,"amulet":25087,"educating":25088,"##mined":25089,"##iti":25090,"##tler":25091,"75th":25092,"jens":25093,"respondents":25094,"analytics":25095,"cavaliers":25096,"papacy":25097,"raju":25098,"##iente":25099,"##ulum":25100,"##tip":25101,"funnel":25102,"271":25103,"disneyland":25104,"##lley":25105,"sociologist":25106,"##iam":25107,"2500":25108,"faulkner":25109,"louvre":25110,"menon":25111,"##dson":25112,"276":25113,"##ower":25114,"afterlife":25115,"mannheim":25116,"peptide":25117,"referees":25118,"comedians":25119,"meaningless":25120,"##anger":25121,"##laise":25122,"fabrics":25123,"hurley":25124,"renal":25125,"sleeps":25126,"##bour":25127,"##icle":25128,"breakout":25129,"kristin":25130,"roadside":25131,"animator":25132,"clover":25133,"disdain":25134,"unsafe":25135,"redesign":25136,"##urity":25137,"firth":25138,"barnsley":25139,"portage":25140,"reset":25141,"narrows":25142,"268":25143,"commandos":25144,"expansive":25145,"speechless":25146,"tubular":25147,"##lux":25148,"essendon":25149,"eyelashes":25150,"smashwords":25151,"##yad":25152,"##bang":25153,"##claim":25154,"craved":25155,"sprinted":25156,"chet":25157,"somme":25158,"astor":25159,"wrocław":25160,"orton":25161,"266":25162,"bane":25163,"##erving":25164,"##uing":25165,"mischief":25166,"##amps":25167,"##sund":25168,"scaling":25169,"terre":25170,"##xious":25171,"impairment":25172,"offenses":25173,"undermine":25174,"moi":25175,"soy":25176,"contiguous":25177,"arcadia":25178,"inuit":25179,"seam":25180,"##tops":25181,"macbeth":25182,"rebelled":25183,"##icative":25184,"##iot":25185,"590":25186,"elaborated":25187,"frs":25188,"uniformed":25189,"##dberg":25190,"259":25191,"powerless":25192,"priscilla":25193,"stimulated":25194,"980":25195,"qc":25196,"arboretum":25197,"frustrating":25198,"trieste":25199,"bullock":25200,"##nified":25201,"enriched":25202,"glistening":25203,"intern":25204,"##adia":25205,"locus":25206,"nouvelle":25207,"ollie":25208,"ike":25209,"lash":25210,"starboard":25211,"ee":25212,"tapestry":25213,"headlined":25214,"hove":25215,"rigged":25216,"##vite":25217,"pollock":25218,"##yme":25219,"thrive":25220,"clustered":25221,"cas":25222,"roi":25223,"gleamed":25224,"olympiad":25225,"##lino":25226,"pressured":25227,"regimes":25228,"##hosis":25229,"##lick":25230,"ripley":25231,"##ophone":25232,"kickoff":25233,"gallon":25234,"rockwell":25235,"##arable":25236,"crusader":25237,"glue":25238,"revolutions":25239,"scrambling":25240,"1714":25241,"grover":25242,"##jure":25243,"englishman":25244,"aztec":25245,"263":25246,"contemplating":25247,"coven":25248,"ipad":25249,"preach":25250,"triumphant":25251,"tufts":25252,"##esian":25253,"rotational":25254,"##phus":25255,"328":25256,"falkland":25257,"##brates":25258,"strewn":25259,"clarissa":25260,"rejoin":25261,"environmentally":25262,"glint":25263,"banded":25264,"drenched":25265,"moat":25266,"albanians":25267,"johor":25268,"rr":25269,"maestro":25270,"malley":25271,"nouveau":25272,"shaded":25273,"taxonomy":25274,"v6":25275,"adhere":25276,"bunk":25277,"airfields":25278,"##ritan":25279,"1741":25280,"encompass":25281,"remington":25282,"tran":25283,"##erative":25284,"amelie":25285,"mazda":25286,"friar":25287,"morals":25288,"passions":25289,"##zai":25290,"breadth":25291,"vis":25292,"##hae":25293,"argus":25294,"burnham":25295,"caressing":25296,"insider":25297,"rudd":25298,"##imov":25299,"##mini":25300,"##rso":25301,"italianate":25302,"murderous":25303,"textual":25304,"wainwright":25305,"armada":25306,"bam":25307,"weave":25308,"timer":25309,"##taken":25310,"##nh":25311,"fra":25312,"##crest":25313,"ardent":25314,"salazar":25315,"taps":25316,"tunis":25317,"##ntino":25318,"allegro":25319,"gland":25320,"philanthropic":25321,"##chester":25322,"implication":25323,"##optera":25324,"esq":25325,"judas":25326,"noticeably":25327,"wynn":25328,"##dara":25329,"inched":25330,"indexed":25331,"crises":25332,"villiers":25333,"bandit":25334,"royalties":25335,"patterned":25336,"cupboard":25337,"interspersed":25338,"accessory":25339,"isla":25340,"kendrick":25341,"entourage":25342,"stitches":25343,"##esthesia":25344,"headwaters":25345,"##ior":25346,"interlude":25347,"distraught":25348,"draught":25349,"1727":25350,"##basket":25351,"biased":25352,"sy":25353,"transient":25354,"triad":25355,"subgenus":25356,"adapting":25357,"kidd":25358,"shortstop":25359,"##umatic":25360,"dimly":25361,"spiked":25362,"mcleod":25363,"reprint":25364,"nellie":25365,"pretoria":25366,"windmill":25367,"##cek":25368,"singled":25369,"##mps":25370,"273":25371,"reunite":25372,"##orous":25373,"747":25374,"bankers":25375,"outlying":25376,"##omp":25377,"##ports":25378,"##tream":25379,"apologies":25380,"cosmetics":25381,"patsy":25382,"##deh":25383,"##ocks":25384,"##yson":25385,"bender":25386,"nantes":25387,"serene":25388,"##nad":25389,"lucha":25390,"mmm":25391,"323":25392,"##cius":25393,"##gli":25394,"cmll":25395,"coinage":25396,"nestor":25397,"juarez":25398,"##rook":25399,"smeared":25400,"sprayed":25401,"twitching":25402,"sterile":25403,"irina":25404,"embodied":25405,"juveniles":25406,"enveloped":25407,"miscellaneous":25408,"cancers":25409,"dq":25410,"gulped":25411,"luisa":25412,"crested":25413,"swat":25414,"donegal":25415,"ref":25416,"##anov":25417,"##acker":25418,"hearst":25419,"mercantile":25420,"##lika":25421,"doorbell":25422,"ua":25423,"vicki":25424,"##alla":25425,"##som":25426,"bilbao":25427,"psychologists":25428,"stryker":25429,"sw":25430,"horsemen":25431,"turkmenistan":25432,"wits":25433,"##national":25434,"anson":25435,"mathew":25436,"screenings":25437,"##umb":25438,"rihanna":25439,"##agne":25440,"##nessy":25441,"aisles":25442,"##iani":25443,"##osphere":25444,"hines":25445,"kenton":25446,"saskatoon":25447,"tasha":25448,"truncated":25449,"##champ":25450,"##itan":25451,"mildred":25452,"advises":25453,"fredrik":25454,"interpreting":25455,"inhibitors":25456,"##athi":25457,"spectroscopy":25458,"##hab":25459,"##kong":25460,"karim":25461,"panda":25462,"##oia":25463,"##nail":25464,"##vc":25465,"conqueror":25466,"kgb":25467,"leukemia":25468,"##dity":25469,"arrivals":25470,"cheered":25471,"pisa":25472,"phosphorus":25473,"shielded":25474,"##riated":25475,"mammal":25476,"unitarian":25477,"urgently":25478,"chopin":25479,"sanitary":25480,"##mission":25481,"spicy":25482,"drugged":25483,"hinges":25484,"##tort":25485,"tipping":25486,"trier":25487,"impoverished":25488,"westchester":25489,"##caster":25490,"267":25491,"epoch":25492,"nonstop":25493,"##gman":25494,"##khov":25495,"aromatic":25496,"centrally":25497,"cerro":25498,"##tively":25499,"##vio":25500,"billions":25501,"modulation":25502,"sedimentary":25503,"283":25504,"facilitating":25505,"outrageous":25506,"goldstein":25507,"##eak":25508,"##kt":25509,"ld":25510,"maitland":25511,"penultimate":25512,"pollard":25513,"##dance":25514,"fleets":25515,"spaceship":25516,"vertebrae":25517,"##nig":25518,"alcoholism":25519,"als":25520,"recital":25521,"##bham":25522,"##ference":25523,"##omics":25524,"m2":25525,"##bm":25526,"trois":25527,"##tropical":25528,"##в":25529,"commemorates":25530,"##meric":25531,"marge":25532,"##raction":25533,"1643":25534,"670":25535,"cosmetic":25536,"ravaged":25537,"##ige":25538,"catastrophe":25539,"eng":25540,"##shida":25541,"albrecht":25542,"arterial":25543,"bellamy":25544,"decor":25545,"harmon":25546,"##rde":25547,"bulbs":25548,"synchronized":25549,"vito":25550,"easiest":25551,"shetland":25552,"shielding":25553,"wnba":25554,"##glers":25555,"##ssar":25556,"##riam":25557,"brianna":25558,"cumbria":25559,"##aceous":25560,"##rard":25561,"cores":25562,"thayer":25563,"##nsk":25564,"brood":25565,"hilltop":25566,"luminous":25567,"carts":25568,"keynote":25569,"larkin":25570,"logos":25571,"##cta":25572,"##ا":25573,"##mund":25574,"##quay":25575,"lilith":25576,"tinted":25577,"277":25578,"wrestle":25579,"mobilization":25580,"##uses":25581,"sequential":25582,"siam":25583,"bloomfield":25584,"takahashi":25585,"274":25586,"##ieving":25587,"presenters":25588,"ringo":25589,"blazed":25590,"witty":25591,"##oven":25592,"##ignant":25593,"devastation":25594,"haydn":25595,"harmed":25596,"newt":25597,"therese":25598,"##peed":25599,"gershwin":25600,"molina":25601,"rabbis":25602,"sudanese":25603,"001":25604,"innate":25605,"restarted":25606,"##sack":25607,"##fus":25608,"slices":25609,"wb":25610,"##shah":25611,"enroll":25612,"hypothetical":25613,"hysterical":25614,"1743":25615,"fabio":25616,"indefinite":25617,"warped":25618,"##hg":25619,"exchanging":25620,"525":25621,"unsuitable":25622,"##sboro":25623,"gallo":25624,"1603":25625,"bret":25626,"cobalt":25627,"homemade":25628,"##hunter":25629,"mx":25630,"operatives":25631,"##dhar":25632,"terraces":25633,"durable":25634,"latch":25635,"pens":25636,"whorls":25637,"##ctuated":25638,"##eaux":25639,"billing":25640,"ligament":25641,"succumbed":25642,"##gly":25643,"regulators":25644,"spawn":25645,"##brick":25646,"##stead":25647,"filmfare":25648,"rochelle":25649,"##nzo":25650,"1725":25651,"circumstance":25652,"saber":25653,"supplements":25654,"##nsky":25655,"##tson":25656,"crowe":25657,"wellesley":25658,"carrot":25659,"##9th":25660,"##movable":25661,"primate":25662,"drury":25663,"sincerely":25664,"topical":25665,"##mad":25666,"##rao":25667,"callahan":25668,"kyiv":25669,"smarter":25670,"tits":25671,"undo":25672,"##yeh":25673,"announcements":25674,"anthologies":25675,"barrio":25676,"nebula":25677,"##islaus":25678,"##shaft":25679,"##tyn":25680,"bodyguards":25681,"2021":25682,"assassinate":25683,"barns":25684,"emmett":25685,"scully":25686,"##mah":25687,"##yd":25688,"##eland":25689,"##tino":25690,"##itarian":25691,"demoted":25692,"gorman":25693,"lashed":25694,"prized":25695,"adventist":25696,"writ":25697,"##gui":25698,"alla":25699,"invertebrates":25700,"##ausen":25701,"1641":25702,"amman":25703,"1742":25704,"align":25705,"healy":25706,"redistribution":25707,"##gf":25708,"##rize":25709,"insulation":25710,"##drop":25711,"adherents":25712,"hezbollah":25713,"vitro":25714,"ferns":25715,"yanking":25716,"269":25717,"php":25718,"registering":25719,"uppsala":25720,"cheerleading":25721,"confines":25722,"mischievous":25723,"tully":25724,"##ross":25725,"49th":25726,"docked":25727,"roam":25728,"stipulated":25729,"pumpkin":25730,"##bry":25731,"prompt":25732,"##ezer":25733,"blindly":25734,"shuddering":25735,"craftsmen":25736,"frail":25737,"scented":25738,"katharine":25739,"scramble":25740,"shaggy":25741,"sponge":25742,"helix":25743,"zaragoza":25744,"279":25745,"##52":25746,"43rd":25747,"backlash":25748,"fontaine":25749,"seizures":25750,"posse":25751,"cowan":25752,"nonfiction":25753,"telenovela":25754,"wwii":25755,"hammered":25756,"undone":25757,"##gpur":25758,"encircled":25759,"irs":25760,"##ivation":25761,"artefacts":25762,"oneself":25763,"searing":25764,"smallpox":25765,"##belle":25766,"##osaurus":25767,"shandong":25768,"breached":25769,"upland":25770,"blushing":25771,"rankin":25772,"infinitely":25773,"psyche":25774,"tolerated":25775,"docking":25776,"evicted":25777,"##col":25778,"unmarked":25779,"##lving":25780,"gnome":25781,"lettering":25782,"litres":25783,"musique":25784,"##oint":25785,"benevolent":25786,"##jal":25787,"blackened":25788,"##anna":25789,"mccall":25790,"racers":25791,"tingle":25792,"##ocene":25793,"##orestation":25794,"introductions":25795,"radically":25796,"292":25797,"##hiff":25798,"##باد":25799,"1610":25800,"1739":25801,"munchen":25802,"plead":25803,"##nka":25804,"condo":25805,"scissors":25806,"##sight":25807,"##tens":25808,"apprehension":25809,"##cey":25810,"##yin":25811,"hallmark":25812,"watering":25813,"formulas":25814,"sequels":25815,"##llas":25816,"aggravated":25817,"bae":25818,"commencing":25819,"##building":25820,"enfield":25821,"prohibits":25822,"marne":25823,"vedic":25824,"civilized":25825,"euclidean":25826,"jagger":25827,"beforehand":25828,"blasts":25829,"dumont":25830,"##arney":25831,"##nem":25832,"740":25833,"conversions":25834,"hierarchical":25835,"rios":25836,"simulator":25837,"##dya":25838,"##lellan":25839,"hedges":25840,"oleg":25841,"thrusts":25842,"shadowed":25843,"darby":25844,"maximize":25845,"1744":25846,"gregorian":25847,"##nded":25848,"##routed":25849,"sham":25850,"unspecified":25851,"##hog":25852,"emory":25853,"factual":25854,"##smo":25855,"##tp":25856,"fooled":25857,"##rger":25858,"ortega":25859,"wellness":25860,"marlon":25861,"##oton":25862,"##urance":25863,"casket":25864,"keating":25865,"ley":25866,"enclave":25867,"##ayan":25868,"char":25869,"influencing":25870,"jia":25871,"##chenko":25872,"412":25873,"ammonia":25874,"erebidae":25875,"incompatible":25876,"violins":25877,"cornered":25878,"##arat":25879,"grooves":25880,"astronauts":25881,"columbian":25882,"rampant":25883,"fabrication":25884,"kyushu":25885,"mahmud":25886,"vanish":25887,"##dern":25888,"mesopotamia":25889,"##lete":25890,"ict":25891,"##rgen":25892,"caspian":25893,"kenji":25894,"pitted":25895,"##vered":25896,"999":25897,"grimace":25898,"roanoke":25899,"tchaikovsky":25900,"twinned":25901,"##analysis":25902,"##awan":25903,"xinjiang":25904,"arias":25905,"clemson":25906,"kazakh":25907,"sizable":25908,"1662":25909,"##khand":25910,"##vard":25911,"plunge":25912,"tatum":25913,"vittorio":25914,"##nden":25915,"cholera":25916,"##dana":25917,"##oper":25918,"bracing":25919,"indifference":25920,"projectile":25921,"superliga":25922,"##chee":25923,"realises":25924,"upgrading":25925,"299":25926,"porte":25927,"retribution":25928,"##vies":25929,"nk":25930,"stil":25931,"##resses":25932,"ama":25933,"bureaucracy":25934,"blackberry":25935,"bosch":25936,"testosterone":25937,"collapses":25938,"greer":25939,"##pathic":25940,"ioc":25941,"fifties":25942,"malls":25943,"##erved":25944,"bao":25945,"baskets":25946,"adolescents":25947,"siegfried":25948,"##osity":25949,"##tosis":25950,"mantra":25951,"detecting":25952,"existent":25953,"fledgling":25954,"##cchi":25955,"dissatisfied":25956,"gan":25957,"telecommunication":25958,"mingled":25959,"sobbed":25960,"6000":25961,"controversies":25962,"outdated":25963,"taxis":25964,"##raus":25965,"fright":25966,"slams":25967,"##lham":25968,"##fect":25969,"##tten":25970,"detectors":25971,"fetal":25972,"tanned":25973,"##uw":25974,"fray":25975,"goth":25976,"olympian":25977,"skipping":25978,"mandates":25979,"scratches":25980,"sheng":25981,"unspoken":25982,"hyundai":25983,"tracey":25984,"hotspur":25985,"restrictive":25986,"##buch":25987,"americana":25988,"mundo":25989,"##bari":25990,"burroughs":25991,"diva":25992,"vulcan":25993,"##6th":25994,"distinctions":25995,"thumping":25996,"##ngen":25997,"mikey":25998,"sheds":25999,"fide":26000,"rescues":26001,"springsteen":26002,"vested":26003,"valuation":26004,"##ece":26005,"##ely":26006,"pinnacle":26007,"rake":26008,"sylvie":26009,"##edo":26010,"almond":26011,"quivering":26012,"##irus":26013,"alteration":26014,"faltered":26015,"##wad":26016,"51st":26017,"hydra":26018,"ticked":26019,"##kato":26020,"recommends":26021,"##dicated":26022,"antigua":26023,"arjun":26024,"stagecoach":26025,"wilfred":26026,"trickle":26027,"pronouns":26028,"##pon":26029,"aryan":26030,"nighttime":26031,"##anian":26032,"gall":26033,"pea":26034,"stitch":26035,"##hei":26036,"leung":26037,"milos":26038,"##dini":26039,"eritrea":26040,"nexus":26041,"starved":26042,"snowfall":26043,"kant":26044,"parasitic":26045,"cot":26046,"discus":26047,"hana":26048,"strikers":26049,"appleton":26050,"kitchens":26051,"##erina":26052,"##partisan":26053,"##itha":26054,"##vius":26055,"disclose":26056,"metis":26057,"##channel":26058,"1701":26059,"tesla":26060,"##vera":26061,"fitch":26062,"1735":26063,"blooded":26064,"##tila":26065,"decimal":26066,"##tang":26067,"##bai":26068,"cyclones":26069,"eun":26070,"bottled":26071,"peas":26072,"pensacola":26073,"basha":26074,"bolivian":26075,"crabs":26076,"boil":26077,"lanterns":26078,"partridge":26079,"roofed":26080,"1645":26081,"necks":26082,"##phila":26083,"opined":26084,"patting":26085,"##kla":26086,"##lland":26087,"chuckles":26088,"volta":26089,"whereupon":26090,"##nche":26091,"devout":26092,"euroleague":26093,"suicidal":26094,"##dee":26095,"inherently":26096,"involuntary":26097,"knitting":26098,"nasser":26099,"##hide":26100,"puppets":26101,"colourful":26102,"courageous":26103,"southend":26104,"stills":26105,"miraculous":26106,"hodgson":26107,"richer":26108,"rochdale":26109,"ethernet":26110,"greta":26111,"uniting":26112,"prism":26113,"umm":26114,"##haya":26115,"##itical":26116,"##utation":26117,"deterioration":26118,"pointe":26119,"prowess":26120,"##ropriation":26121,"lids":26122,"scranton":26123,"billings":26124,"subcontinent":26125,"##koff":26126,"##scope":26127,"brute":26128,"kellogg":26129,"psalms":26130,"degraded":26131,"##vez":26132,"stanisław":26133,"##ructured":26134,"ferreira":26135,"pun":26136,"astonishing":26137,"gunnar":26138,"##yat":26139,"arya":26140,"prc":26141,"gottfried":26142,"##tight":26143,"excursion":26144,"##ographer":26145,"dina":26146,"##quil":26147,"##nare":26148,"huffington":26149,"illustrious":26150,"wilbur":26151,"gundam":26152,"verandah":26153,"##zard":26154,"naacp":26155,"##odle":26156,"constructive":26157,"fjord":26158,"kade":26159,"##naud":26160,"generosity":26161,"thrilling":26162,"baseline":26163,"cayman":26164,"frankish":26165,"plastics":26166,"accommodations":26167,"zoological":26168,"##fting":26169,"cedric":26170,"qb":26171,"motorized":26172,"##dome":26173,"##otted":26174,"squealed":26175,"tackled":26176,"canucks":26177,"budgets":26178,"situ":26179,"asthma":26180,"dail":26181,"gabled":26182,"grasslands":26183,"whimpered":26184,"writhing":26185,"judgments":26186,"##65":26187,"minnie":26188,"pv":26189,"##carbon":26190,"bananas":26191,"grille":26192,"domes":26193,"monique":26194,"odin":26195,"maguire":26196,"markham":26197,"tierney":26198,"##estra":26199,"##chua":26200,"libel":26201,"poke":26202,"speedy":26203,"atrium":26204,"laval":26205,"notwithstanding":26206,"##edly":26207,"fai":26208,"kala":26209,"##sur":26210,"robb":26211,"##sma":26212,"listings":26213,"luz":26214,"supplementary":26215,"tianjin":26216,"##acing":26217,"enzo":26218,"jd":26219,"ric":26220,"scanner":26221,"croats":26222,"transcribed":26223,"##49":26224,"arden":26225,"cv":26226,"##hair":26227,"##raphy":26228,"##lver":26229,"##uy":26230,"357":26231,"seventies":26232,"staggering":26233,"alam":26234,"horticultural":26235,"hs":26236,"regression":26237,"timbers":26238,"blasting":26239,"##ounded":26240,"montagu":26241,"manipulating":26242,"##cit":26243,"catalytic":26244,"1550":26245,"troopers":26246,"##meo":26247,"condemnation":26248,"fitzpatrick":26249,"##oire":26250,"##roved":26251,"inexperienced":26252,"1670":26253,"castes":26254,"##lative":26255,"outing":26256,"314":26257,"dubois":26258,"flicking":26259,"quarrel":26260,"ste":26261,"learners":26262,"1625":26263,"iq":26264,"whistled":26265,"##class":26266,"282":26267,"classify":26268,"tariffs":26269,"temperament":26270,"355":26271,"folly":26272,"liszt":26273,"##yles":26274,"immersed":26275,"jordanian":26276,"ceasefire":26277,"apparel":26278,"extras":26279,"maru":26280,"fished":26281,"##bio":26282,"harta":26283,"stockport":26284,"assortment":26285,"craftsman":26286,"paralysis":26287,"transmitters":26288,"##cola":26289,"blindness":26290,"##wk":26291,"fatally":26292,"proficiency":26293,"solemnly":26294,"##orno":26295,"repairing":26296,"amore":26297,"groceries":26298,"ultraviolet":26299,"##chase":26300,"schoolhouse":26301,"##tua":26302,"resurgence":26303,"nailed":26304,"##otype":26305,"##×":26306,"ruse":26307,"saliva":26308,"diagrams":26309,"##tructing":26310,"albans":26311,"rann":26312,"thirties":26313,"1b":26314,"antennas":26315,"hilarious":26316,"cougars":26317,"paddington":26318,"stats":26319,"##eger":26320,"breakaway":26321,"ipod":26322,"reza":26323,"authorship":26324,"prohibiting":26325,"scoffed":26326,"##etz":26327,"##ttle":26328,"conscription":26329,"defected":26330,"trondheim":26331,"##fires":26332,"ivanov":26333,"keenan":26334,"##adan":26335,"##ciful":26336,"##fb":26337,"##slow":26338,"locating":26339,"##ials":26340,"##tford":26341,"cadiz":26342,"basalt":26343,"blankly":26344,"interned":26345,"rags":26346,"rattling":26347,"##tick":26348,"carpathian":26349,"reassured":26350,"sync":26351,"bum":26352,"guildford":26353,"iss":26354,"staunch":26355,"##onga":26356,"astronomers":26357,"sera":26358,"sofie":26359,"emergencies":26360,"susquehanna":26361,"##heard":26362,"duc":26363,"mastery":26364,"vh1":26365,"williamsburg":26366,"bayer":26367,"buckled":26368,"craving":26369,"##khan":26370,"##rdes":26371,"bloomington":26372,"##write":26373,"alton":26374,"barbecue":26375,"##bians":26376,"justine":26377,"##hri":26378,"##ndt":26379,"delightful":26380,"smartphone":26381,"newtown":26382,"photon":26383,"retrieval":26384,"peugeot":26385,"hissing":26386,"##monium":26387,"##orough":26388,"flavors":26389,"lighted":26390,"relaunched":26391,"tainted":26392,"##games":26393,"##lysis":26394,"anarchy":26395,"microscopic":26396,"hopping":26397,"adept":26398,"evade":26399,"evie":26400,"##beau":26401,"inhibit":26402,"sinn":26403,"adjustable":26404,"hurst":26405,"intuition":26406,"wilton":26407,"cisco":26408,"44th":26409,"lawful":26410,"lowlands":26411,"stockings":26412,"thierry":26413,"##dalen":26414,"##hila":26415,"##nai":26416,"fates":26417,"prank":26418,"tb":26419,"maison":26420,"lobbied":26421,"provocative":26422,"1724":26423,"4a":26424,"utopia":26425,"##qual":26426,"carbonate":26427,"gujarati":26428,"purcell":26429,"##rford":26430,"curtiss":26431,"##mei":26432,"overgrown":26433,"arenas":26434,"mediation":26435,"swallows":26436,"##rnik":26437,"respectful":26438,"turnbull":26439,"##hedron":26440,"##hope":26441,"alyssa":26442,"ozone":26443,"##ʻi":26444,"ami":26445,"gestapo":26446,"johansson":26447,"snooker":26448,"canteen":26449,"cuff":26450,"declines":26451,"empathy":26452,"stigma":26453,"##ags":26454,"##iner":26455,"##raine":26456,"taxpayers":26457,"gui":26458,"volga":26459,"##wright":26460,"##copic":26461,"lifespan":26462,"overcame":26463,"tattooed":26464,"enactment":26465,"giggles":26466,"##ador":26467,"##camp":26468,"barrington":26469,"bribe":26470,"obligatory":26471,"orbiting":26472,"peng":26473,"##enas":26474,"elusive":26475,"sucker":26476,"##vating":26477,"cong":26478,"hardship":26479,"empowered":26480,"anticipating":26481,"estrada":26482,"cryptic":26483,"greasy":26484,"detainees":26485,"planck":26486,"sudbury":26487,"plaid":26488,"dod":26489,"marriott":26490,"kayla":26491,"##ears":26492,"##vb":26493,"##zd":26494,"mortally":26495,"##hein":26496,"cognition":26497,"radha":26498,"319":26499,"liechtenstein":26500,"meade":26501,"richly":26502,"argyle":26503,"harpsichord":26504,"liberalism":26505,"trumpets":26506,"lauded":26507,"tyrant":26508,"salsa":26509,"tiled":26510,"lear":26511,"promoters":26512,"reused":26513,"slicing":26514,"trident":26515,"##chuk":26516,"##gami":26517,"##lka":26518,"cantor":26519,"checkpoint":26520,"##points":26521,"gaul":26522,"leger":26523,"mammalian":26524,"##tov":26525,"##aar":26526,"##schaft":26527,"doha":26528,"frenchman":26529,"nirvana":26530,"##vino":26531,"delgado":26532,"headlining":26533,"##eron":26534,"##iography":26535,"jug":26536,"tko":26537,"1649":26538,"naga":26539,"intersections":26540,"##jia":26541,"benfica":26542,"nawab":26543,"##suka":26544,"ashford":26545,"gulp":26546,"##deck":26547,"##vill":26548,"##rug":26549,"brentford":26550,"frazier":26551,"pleasures":26552,"dunne":26553,"potsdam":26554,"shenzhen":26555,"dentistry":26556,"##tec":26557,"flanagan":26558,"##dorff":26559,"##hear":26560,"chorale":26561,"dinah":26562,"prem":26563,"quezon":26564,"##rogated":26565,"relinquished":26566,"sutra":26567,"terri":26568,"##pani":26569,"flaps":26570,"##rissa":26571,"poly":26572,"##rnet":26573,"homme":26574,"aback":26575,"##eki":26576,"linger":26577,"womb":26578,"##kson":26579,"##lewood":26580,"doorstep":26581,"orthodoxy":26582,"threaded":26583,"westfield":26584,"##rval":26585,"dioceses":26586,"fridays":26587,"subsided":26588,"##gata":26589,"loyalists":26590,"##biotic":26591,"##ettes":26592,"letterman":26593,"lunatic":26594,"prelate":26595,"tenderly":26596,"invariably":26597,"souza":26598,"thug":26599,"winslow":26600,"##otide":26601,"furlongs":26602,"gogh":26603,"jeopardy":26604,"##runa":26605,"pegasus":26606,"##umble":26607,"humiliated":26608,"standalone":26609,"tagged":26610,"##roller":26611,"freshmen":26612,"klan":26613,"##bright":26614,"attaining":26615,"initiating":26616,"transatlantic":26617,"logged":26618,"viz":26619,"##uance":26620,"1723":26621,"combatants":26622,"intervening":26623,"stephane":26624,"chieftain":26625,"despised":26626,"grazed":26627,"317":26628,"cdc":26629,"galveston":26630,"godzilla":26631,"macro":26632,"simulate":26633,"##planes":26634,"parades":26635,"##esses":26636,"960":26637,"##ductive":26638,"##unes":26639,"equator":26640,"overdose":26641,"##cans":26642,"##hosh":26643,"##lifting":26644,"joshi":26645,"epstein":26646,"sonora":26647,"treacherous":26648,"aquatics":26649,"manchu":26650,"responsive":26651,"##sation":26652,"supervisory":26653,"##christ":26654,"##llins":26655,"##ibar":26656,"##balance":26657,"##uso":26658,"kimball":26659,"karlsruhe":26660,"mab":26661,"##emy":26662,"ignores":26663,"phonetic":26664,"reuters":26665,"spaghetti":26666,"820":26667,"almighty":26668,"danzig":26669,"rumbling":26670,"tombstone":26671,"designations":26672,"lured":26673,"outset":26674,"##felt":26675,"supermarkets":26676,"##wt":26677,"grupo":26678,"kei":26679,"kraft":26680,"susanna":26681,"##blood":26682,"comprehension":26683,"genealogy":26684,"##aghan":26685,"##verted":26686,"redding":26687,"##ythe":26688,"1722":26689,"bowing":26690,"##pore":26691,"##roi":26692,"lest":26693,"sharpened":26694,"fulbright":26695,"valkyrie":26696,"sikhs":26697,"##unds":26698,"swans":26699,"bouquet":26700,"merritt":26701,"##tage":26702,"##venting":26703,"commuted":26704,"redhead":26705,"clerks":26706,"leasing":26707,"cesare":26708,"dea":26709,"hazy":26710,"##vances":26711,"fledged":26712,"greenfield":26713,"servicemen":26714,"##gical":26715,"armando":26716,"blackout":26717,"dt":26718,"sagged":26719,"downloadable":26720,"intra":26721,"potion":26722,"pods":26723,"##4th":26724,"##mism":26725,"xp":26726,"attendants":26727,"gambia":26728,"stale":26729,"##ntine":26730,"plump":26731,"asteroids":26732,"rediscovered":26733,"buds":26734,"flea":26735,"hive":26736,"##neas":26737,"1737":26738,"classifications":26739,"debuts":26740,"##eles":26741,"olympus":26742,"scala":26743,"##eurs":26744,"##gno":26745,"##mute":26746,"hummed":26747,"sigismund":26748,"visuals":26749,"wiggled":26750,"await":26751,"pilasters":26752,"clench":26753,"sulfate":26754,"##ances":26755,"bellevue":26756,"enigma":26757,"trainee":26758,"snort":26759,"##sw":26760,"clouded":26761,"denim":26762,"##rank":26763,"##rder":26764,"churning":26765,"hartman":26766,"lodges":26767,"riches":26768,"sima":26769,"##missible":26770,"accountable":26771,"socrates":26772,"regulates":26773,"mueller":26774,"##cr":26775,"1702":26776,"avoids":26777,"solids":26778,"himalayas":26779,"nutrient":26780,"pup":26781,"##jevic":26782,"squat":26783,"fades":26784,"nec":26785,"##lates":26786,"##pina":26787,"##rona":26788,"##ου":26789,"privateer":26790,"tequila":26791,"##gative":26792,"##mpton":26793,"apt":26794,"hornet":26795,"immortals":26796,"##dou":26797,"asturias":26798,"cleansing":26799,"dario":26800,"##rries":26801,"##anta":26802,"etymology":26803,"servicing":26804,"zhejiang":26805,"##venor":26806,"##nx":26807,"horned":26808,"erasmus":26809,"rayon":26810,"relocating":26811,"£10":26812,"##bags":26813,"escalated":26814,"promenade":26815,"stubble":26816,"2010s":26817,"artisans":26818,"axial":26819,"liquids":26820,"mora":26821,"sho":26822,"yoo":26823,"##tsky":26824,"bundles":26825,"oldies":26826,"##nally":26827,"notification":26828,"bastion":26829,"##ths":26830,"sparkle":26831,"##lved":26832,"1728":26833,"leash":26834,"pathogen":26835,"highs":26836,"##hmi":26837,"immature":26838,"880":26839,"gonzaga":26840,"ignatius":26841,"mansions":26842,"monterrey":26843,"sweets":26844,"bryson":26845,"##loe":26846,"polled":26847,"regatta":26848,"brightest":26849,"pei":26850,"rosy":26851,"squid":26852,"hatfield":26853,"payroll":26854,"addict":26855,"meath":26856,"cornerback":26857,"heaviest":26858,"lodging":26859,"##mage":26860,"capcom":26861,"rippled":26862,"##sily":26863,"barnet":26864,"mayhem":26865,"ymca":26866,"snuggled":26867,"rousseau":26868,"##cute":26869,"blanchard":26870,"284":26871,"fragmented":26872,"leighton":26873,"chromosomes":26874,"risking":26875,"##md":26876,"##strel":26877,"##utter":26878,"corinne":26879,"coyotes":26880,"cynical":26881,"hiroshi":26882,"yeomanry":26883,"##ractive":26884,"ebook":26885,"grading":26886,"mandela":26887,"plume":26888,"agustin":26889,"magdalene":26890,"##rkin":26891,"bea":26892,"femme":26893,"trafford":26894,"##coll":26895,"##lun":26896,"##tance":26897,"52nd":26898,"fourier":26899,"upton":26900,"##mental":26901,"camilla":26902,"gust":26903,"iihf":26904,"islamabad":26905,"longevity":26906,"##kala":26907,"feldman":26908,"netting":26909,"##rization":26910,"endeavour":26911,"foraging":26912,"mfa":26913,"orr":26914,"##open":26915,"greyish":26916,"contradiction":26917,"graz":26918,"##ruff":26919,"handicapped":26920,"marlene":26921,"tweed":26922,"oaxaca":26923,"spp":26924,"campos":26925,"miocene":26926,"pri":26927,"configured":26928,"cooks":26929,"pluto":26930,"cozy":26931,"pornographic":26932,"##entes":26933,"70th":26934,"fairness":26935,"glided":26936,"jonny":26937,"lynne":26938,"rounding":26939,"sired":26940,"##emon":26941,"##nist":26942,"remade":26943,"uncover":26944,"##mack":26945,"complied":26946,"lei":26947,"newsweek":26948,"##jured":26949,"##parts":26950,"##enting":26951,"##pg":26952,"293":26953,"finer":26954,"guerrillas":26955,"athenian":26956,"deng":26957,"disused":26958,"stepmother":26959,"accuse":26960,"gingerly":26961,"seduction":26962,"521":26963,"confronting":26964,"##walker":26965,"##going":26966,"gora":26967,"nostalgia":26968,"sabres":26969,"virginity":26970,"wrenched":26971,"##minated":26972,"syndication":26973,"wielding":26974,"eyre":26975,"##56":26976,"##gnon":26977,"##igny":26978,"behaved":26979,"taxpayer":26980,"sweeps":26981,"##growth":26982,"childless":26983,"gallant":26984,"##ywood":26985,"amplified":26986,"geraldine":26987,"scrape":26988,"##ffi":26989,"babylonian":26990,"fresco":26991,"##rdan":26992,"##kney":26993,"##position":26994,"1718":26995,"restricting":26996,"tack":26997,"fukuoka":26998,"osborn":26999,"selector":27000,"partnering":27001,"##dlow":27002,"318":27003,"gnu":27004,"kia":27005,"tak":27006,"whitley":27007,"gables":27008,"##54":27009,"##mania":27010,"mri":27011,"softness":27012,"immersion":27013,"##bots":27014,"##evsky":27015,"1713":27016,"chilling":27017,"insignificant":27018,"pcs":27019,"##uis":27020,"elites":27021,"lina":27022,"purported":27023,"supplemental":27024,"teaming":27025,"##americana":27026,"##dding":27027,"##inton":27028,"proficient":27029,"rouen":27030,"##nage":27031,"##rret":27032,"niccolo":27033,"selects":27034,"##bread":27035,"fluffy":27036,"1621":27037,"gruff":27038,"knotted":27039,"mukherjee":27040,"polgara":27041,"thrash":27042,"nicholls":27043,"secluded":27044,"smoothing":27045,"thru":27046,"corsica":27047,"loaf":27048,"whitaker":27049,"inquiries":27050,"##rrier":27051,"##kam":27052,"indochina":27053,"289":27054,"marlins":27055,"myles":27056,"peking":27057,"##tea":27058,"extracts":27059,"pastry":27060,"superhuman":27061,"connacht":27062,"vogel":27063,"##ditional":27064,"##het":27065,"##udged":27066,"##lash":27067,"gloss":27068,"quarries":27069,"refit":27070,"teaser":27071,"##alic":27072,"##gaon":27073,"20s":27074,"materialized":27075,"sling":27076,"camped":27077,"pickering":27078,"tung":27079,"tracker":27080,"pursuant":27081,"##cide":27082,"cranes":27083,"soc":27084,"##cini":27085,"##typical":27086,"##viere":27087,"anhalt":27088,"overboard":27089,"workout":27090,"chores":27091,"fares":27092,"orphaned":27093,"stains":27094,"##logie":27095,"fenton":27096,"surpassing":27097,"joyah":27098,"triggers":27099,"##itte":27100,"grandmaster":27101,"##lass":27102,"##lists":27103,"clapping":27104,"fraudulent":27105,"ledger":27106,"nagasaki":27107,"##cor":27108,"##nosis":27109,"##tsa":27110,"eucalyptus":27111,"tun":27112,"##icio":27113,"##rney":27114,"##tara":27115,"dax":27116,"heroism":27117,"ina":27118,"wrexham":27119,"onboard":27120,"unsigned":27121,"##dates":27122,"moshe":27123,"galley":27124,"winnie":27125,"droplets":27126,"exiles":27127,"praises":27128,"watered":27129,"noodles":27130,"##aia":27131,"fein":27132,"adi":27133,"leland":27134,"multicultural":27135,"stink":27136,"bingo":27137,"comets":27138,"erskine":27139,"modernized":27140,"canned":27141,"constraint":27142,"domestically":27143,"chemotherapy":27144,"featherweight":27145,"stifled":27146,"##mum":27147,"darkly":27148,"irresistible":27149,"refreshing":27150,"hasty":27151,"isolate":27152,"##oys":27153,"kitchener":27154,"planners":27155,"##wehr":27156,"cages":27157,"yarn":27158,"implant":27159,"toulon":27160,"elects":27161,"childbirth":27162,"yue":27163,"##lind":27164,"##lone":27165,"cn":27166,"rightful":27167,"sportsman":27168,"junctions":27169,"remodeled":27170,"specifies":27171,"##rgh":27172,"291":27173,"##oons":27174,"complimented":27175,"##urgent":27176,"lister":27177,"ot":27178,"##logic":27179,"bequeathed":27180,"cheekbones":27181,"fontana":27182,"gabby":27183,"##dial":27184,"amadeus":27185,"corrugated":27186,"maverick":27187,"resented":27188,"triangles":27189,"##hered":27190,"##usly":27191,"nazareth":27192,"tyrol":27193,"1675":27194,"assent":27195,"poorer":27196,"sectional":27197,"aegean":27198,"##cous":27199,"296":27200,"nylon":27201,"ghanaian":27202,"##egorical":27203,"##weig":27204,"cushions":27205,"forbid":27206,"fusiliers":27207,"obstruction":27208,"somerville":27209,"##scia":27210,"dime":27211,"earrings":27212,"elliptical":27213,"leyte":27214,"oder":27215,"polymers":27216,"timmy":27217,"atm":27218,"midtown":27219,"piloted":27220,"settles":27221,"continual":27222,"externally":27223,"mayfield":27224,"##uh":27225,"enrichment":27226,"henson":27227,"keane":27228,"persians":27229,"1733":27230,"benji":27231,"braden":27232,"pep":27233,"324":27234,"##efe":27235,"contenders":27236,"pepsi":27237,"valet":27238,"##isches":27239,"298":27240,"##asse":27241,"##earing":27242,"goofy":27243,"stroll":27244,"##amen":27245,"authoritarian":27246,"occurrences":27247,"adversary":27248,"ahmedabad":27249,"tangent":27250,"toppled":27251,"dorchester":27252,"1672":27253,"modernism":27254,"marxism":27255,"islamist":27256,"charlemagne":27257,"exponential":27258,"racks":27259,"unicode":27260,"brunette":27261,"mbc":27262,"pic":27263,"skirmish":27264,"##bund":27265,"##lad":27266,"##powered":27267,"##yst":27268,"hoisted":27269,"messina":27270,"shatter":27271,"##ctum":27272,"jedi":27273,"vantage":27274,"##music":27275,"##neil":27276,"clemens":27277,"mahmoud":27278,"corrupted":27279,"authentication":27280,"lowry":27281,"nils":27282,"##washed":27283,"omnibus":27284,"wounding":27285,"jillian":27286,"##itors":27287,"##opped":27288,"serialized":27289,"narcotics":27290,"handheld":27291,"##arm":27292,"##plicity":27293,"intersecting":27294,"stimulating":27295,"##onis":27296,"crate":27297,"fellowships":27298,"hemingway":27299,"casinos":27300,"climatic":27301,"fordham":27302,"copeland":27303,"drip":27304,"beatty":27305,"leaflets":27306,"robber":27307,"brothel":27308,"madeira":27309,"##hedral":27310,"sphinx":27311,"ultrasound":27312,"##vana":27313,"valor":27314,"forbade":27315,"leonid":27316,"villas":27317,"##aldo":27318,"duane":27319,"marquez":27320,"##cytes":27321,"disadvantaged":27322,"forearms":27323,"kawasaki":27324,"reacts":27325,"consular":27326,"lax":27327,"uncles":27328,"uphold":27329,"##hopper":27330,"concepcion":27331,"dorsey":27332,"lass":27333,"##izan":27334,"arching":27335,"passageway":27336,"1708":27337,"researches":27338,"tia":27339,"internationals":27340,"##graphs":27341,"##opers":27342,"distinguishes":27343,"javanese":27344,"divert":27345,"##uven":27346,"plotted":27347,"##listic":27348,"##rwin":27349,"##erik":27350,"##tify":27351,"affirmative":27352,"signifies":27353,"validation":27354,"##bson":27355,"kari":27356,"felicity":27357,"georgina":27358,"zulu":27359,"##eros":27360,"##rained":27361,"##rath":27362,"overcoming":27363,"##dot":27364,"argyll":27365,"##rbin":27366,"1734":27367,"chiba":27368,"ratification":27369,"windy":27370,"earls":27371,"parapet":27372,"##marks":27373,"hunan":27374,"pristine":27375,"astrid":27376,"punta":27377,"##gart":27378,"brodie":27379,"##kota":27380,"##oder":27381,"malaga":27382,"minerva":27383,"rouse":27384,"##phonic":27385,"bellowed":27386,"pagoda":27387,"portals":27388,"reclamation":27389,"##gur":27390,"##odies":27391,"##⁄₄":27392,"parentheses":27393,"quoting":27394,"allergic":27395,"palette":27396,"showcases":27397,"benefactor":27398,"heartland":27399,"nonlinear":27400,"##tness":27401,"bladed":27402,"cheerfully":27403,"scans":27404,"##ety":27405,"##hone":27406,"1666":27407,"girlfriends":27408,"pedersen":27409,"hiram":27410,"sous":27411,"##liche":27412,"##nator":27413,"1683":27414,"##nery":27415,"##orio":27416,"##umen":27417,"bobo":27418,"primaries":27419,"smiley":27420,"##cb":27421,"unearthed":27422,"uniformly":27423,"fis":27424,"metadata":27425,"1635":27426,"ind":27427,"##oted":27428,"recoil":27429,"##titles":27430,"##tura":27431,"##ια":27432,"406":27433,"hilbert":27434,"jamestown":27435,"mcmillan":27436,"tulane":27437,"seychelles":27438,"##frid":27439,"antics":27440,"coli":27441,"fated":27442,"stucco":27443,"##grants":27444,"1654":27445,"bulky":27446,"accolades":27447,"arrays":27448,"caledonian":27449,"carnage":27450,"optimism":27451,"puebla":27452,"##tative":27453,"##cave":27454,"enforcing":27455,"rotherham":27456,"seo":27457,"dunlop":27458,"aeronautics":27459,"chimed":27460,"incline":27461,"zoning":27462,"archduke":27463,"hellenistic":27464,"##oses":27465,"##sions":27466,"candi":27467,"thong":27468,"##ople":27469,"magnate":27470,"rustic":27471,"##rsk":27472,"projective":27473,"slant":27474,"##offs":27475,"danes":27476,"hollis":27477,"vocalists":27478,"##ammed":27479,"congenital":27480,"contend":27481,"gesellschaft":27482,"##ocating":27483,"##pressive":27484,"douglass":27485,"quieter":27486,"##cm":27487,"##kshi":27488,"howled":27489,"salim":27490,"spontaneously":27491,"townsville":27492,"buena":27493,"southport":27494,"##bold":27495,"kato":27496,"1638":27497,"faerie":27498,"stiffly":27499,"##vus":27500,"##rled":27501,"297":27502,"flawless":27503,"realising":27504,"taboo":27505,"##7th":27506,"bytes":27507,"straightening":27508,"356":27509,"jena":27510,"##hid":27511,"##rmin":27512,"cartwright":27513,"berber":27514,"bertram":27515,"soloists":27516,"411":27517,"noses":27518,"417":27519,"coping":27520,"fission":27521,"hardin":27522,"inca":27523,"##cen":27524,"1717":27525,"mobilized":27526,"vhf":27527,"##raf":27528,"biscuits":27529,"curate":27530,"##85":27531,"##anial":27532,"331":27533,"gaunt":27534,"neighbourhoods":27535,"1540":27536,"##abas":27537,"blanca":27538,"bypassed":27539,"sockets":27540,"behold":27541,"coincidentally":27542,"##bane":27543,"nara":27544,"shave":27545,"splinter":27546,"terrific":27547,"##arion":27548,"##erian":27549,"commonplace":27550,"juris":27551,"redwood":27552,"waistband":27553,"boxed":27554,"caitlin":27555,"fingerprints":27556,"jennie":27557,"naturalized":27558,"##ired":27559,"balfour":27560,"craters":27561,"jody":27562,"bungalow":27563,"hugely":27564,"quilt":27565,"glitter":27566,"pigeons":27567,"undertaker":27568,"bulging":27569,"constrained":27570,"goo":27571,"##sil":27572,"##akh":27573,"assimilation":27574,"reworked":27575,"##person":27576,"persuasion":27577,"##pants":27578,"felicia":27579,"##cliff":27580,"##ulent":27581,"1732":27582,"explodes":27583,"##dun":27584,"##inium":27585,"##zic":27586,"lyman":27587,"vulture":27588,"hog":27589,"overlook":27590,"begs":27591,"northwards":27592,"ow":27593,"spoil":27594,"##urer":27595,"fatima":27596,"favorably":27597,"accumulate":27598,"sargent":27599,"sorority":27600,"corresponded":27601,"dispersal":27602,"kochi":27603,"toned":27604,"##imi":27605,"##lita":27606,"internacional":27607,"newfound":27608,"##agger":27609,"##lynn":27610,"##rigue":27611,"booths":27612,"peanuts":27613,"##eborg":27614,"medicare":27615,"muriel":27616,"nur":27617,"##uram":27618,"crates":27619,"millennia":27620,"pajamas":27621,"worsened":27622,"##breakers":27623,"jimi":27624,"vanuatu":27625,"yawned":27626,"##udeau":27627,"carousel":27628,"##hony":27629,"hurdle":27630,"##ccus":27631,"##mounted":27632,"##pod":27633,"rv":27634,"##eche":27635,"airship":27636,"ambiguity":27637,"compulsion":27638,"recapture":27639,"##claiming":27640,"arthritis":27641,"##osomal":27642,"1667":27643,"asserting":27644,"ngc":27645,"sniffing":27646,"dade":27647,"discontent":27648,"glendale":27649,"ported":27650,"##amina":27651,"defamation":27652,"rammed":27653,"##scent":27654,"fling":27655,"livingstone":27656,"##fleet":27657,"875":27658,"##ppy":27659,"apocalyptic":27660,"comrade":27661,"lcd":27662,"##lowe":27663,"cessna":27664,"eine":27665,"persecuted":27666,"subsistence":27667,"demi":27668,"hoop":27669,"reliefs":27670,"710":27671,"coptic":27672,"progressing":27673,"stemmed":27674,"perpetrators":27675,"1665":27676,"priestess":27677,"##nio":27678,"dobson":27679,"ebony":27680,"rooster":27681,"itf":27682,"tortricidae":27683,"##bbon":27684,"##jian":27685,"cleanup":27686,"##jean":27687,"##øy":27688,"1721":27689,"eighties":27690,"taxonomic":27691,"holiness":27692,"##hearted":27693,"##spar":27694,"antilles":27695,"showcasing":27696,"stabilized":27697,"##nb":27698,"gia":27699,"mascara":27700,"michelangelo":27701,"dawned":27702,"##uria":27703,"##vinsky":27704,"extinguished":27705,"fitz":27706,"grotesque":27707,"£100":27708,"##fera":27709,"##loid":27710,"##mous":27711,"barges":27712,"neue":27713,"throbbed":27714,"cipher":27715,"johnnie":27716,"##a1":27717,"##mpt":27718,"outburst":27719,"##swick":27720,"spearheaded":27721,"administrations":27722,"c1":27723,"heartbreak":27724,"pixels":27725,"pleasantly":27726,"##enay":27727,"lombardy":27728,"plush":27729,"##nsed":27730,"bobbie":27731,"##hly":27732,"reapers":27733,"tremor":27734,"xiang":27735,"minogue":27736,"substantive":27737,"hitch":27738,"barak":27739,"##wyl":27740,"kwan":27741,"##encia":27742,"910":27743,"obscene":27744,"elegance":27745,"indus":27746,"surfer":27747,"bribery":27748,"conserve":27749,"##hyllum":27750,"##masters":27751,"horatio":27752,"##fat":27753,"apes":27754,"rebound":27755,"psychotic":27756,"##pour":27757,"iteration":27758,"##mium":27759,"##vani":27760,"botanic":27761,"horribly":27762,"antiques":27763,"dispose":27764,"paxton":27765,"##hli":27766,"##wg":27767,"timeless":27768,"1704":27769,"disregard":27770,"engraver":27771,"hounds":27772,"##bau":27773,"##version":27774,"looted":27775,"uno":27776,"facilitates":27777,"groans":27778,"masjid":27779,"rutland":27780,"antibody":27781,"disqualification":27782,"decatur":27783,"footballers":27784,"quake":27785,"slacks":27786,"48th":27787,"rein":27788,"scribe":27789,"stabilize":27790,"commits":27791,"exemplary":27792,"tho":27793,"##hort":27794,"##chison":27795,"pantry":27796,"traversed":27797,"##hiti":27798,"disrepair":27799,"identifiable":27800,"vibrated":27801,"baccalaureate":27802,"##nnis":27803,"csa":27804,"interviewing":27805,"##iensis":27806,"##raße":27807,"greaves":27808,"wealthiest":27809,"343":27810,"classed":27811,"jogged":27812,"£5":27813,"##58":27814,"##atal":27815,"illuminating":27816,"knicks":27817,"respecting":27818,"##uno":27819,"scrubbed":27820,"##iji":27821,"##dles":27822,"kruger":27823,"moods":27824,"growls":27825,"raider":27826,"silvia":27827,"chefs":27828,"kam":27829,"vr":27830,"cree":27831,"percival":27832,"##terol":27833,"gunter":27834,"counterattack":27835,"defiant":27836,"henan":27837,"ze":27838,"##rasia":27839,"##riety":27840,"equivalence":27841,"submissions":27842,"##fra":27843,"##thor":27844,"bautista":27845,"mechanically":27846,"##heater":27847,"cornice":27848,"herbal":27849,"templar":27850,"##mering":27851,"outputs":27852,"ruining":27853,"ligand":27854,"renumbered":27855,"extravagant":27856,"mika":27857,"blockbuster":27858,"eta":27859,"insurrection":27860,"##ilia":27861,"darkening":27862,"ferocious":27863,"pianos":27864,"strife":27865,"kinship":27866,"##aer":27867,"melee":27868,"##anor":27869,"##iste":27870,"##may":27871,"##oue":27872,"decidedly":27873,"weep":27874,"##jad":27875,"##missive":27876,"##ppel":27877,"354":27878,"puget":27879,"unease":27880,"##gnant":27881,"1629":27882,"hammering":27883,"kassel":27884,"ob":27885,"wessex":27886,"##lga":27887,"bromwich":27888,"egan":27889,"paranoia":27890,"utilization":27891,"##atable":27892,"##idad":27893,"contradictory":27894,"provoke":27895,"##ols":27896,"##ouring":27897,"##tangled":27898,"knesset":27899,"##very":27900,"##lette":27901,"plumbing":27902,"##sden":27903,"##¹":27904,"greensboro":27905,"occult":27906,"sniff":27907,"338":27908,"zev":27909,"beaming":27910,"gamer":27911,"haggard":27912,"mahal":27913,"##olt":27914,"##pins":27915,"mendes":27916,"utmost":27917,"briefing":27918,"gunnery":27919,"##gut":27920,"##pher":27921,"##zh":27922,"##rok":27923,"1679":27924,"khalifa":27925,"sonya":27926,"##boot":27927,"principals":27928,"urbana":27929,"wiring":27930,"##liffe":27931,"##minating":27932,"##rrado":27933,"dahl":27934,"nyu":27935,"skepticism":27936,"np":27937,"townspeople":27938,"ithaca":27939,"lobster":27940,"somethin":27941,"##fur":27942,"##arina":27943,"##−1":27944,"freighter":27945,"zimmerman":27946,"biceps":27947,"contractual":27948,"##herton":27949,"amend":27950,"hurrying":27951,"subconscious":27952,"##anal":27953,"336":27954,"meng":27955,"clermont":27956,"spawning":27957,"##eia":27958,"##lub":27959,"dignitaries":27960,"impetus":27961,"snacks":27962,"spotting":27963,"twigs":27964,"##bilis":27965,"##cz":27966,"##ouk":27967,"libertadores":27968,"nic":27969,"skylar":27970,"##aina":27971,"##firm":27972,"gustave":27973,"asean":27974,"##anum":27975,"dieter":27976,"legislatures":27977,"flirt":27978,"bromley":27979,"trolls":27980,"umar":27981,"##bbies":27982,"##tyle":27983,"blah":27984,"parc":27985,"bridgeport":27986,"crank":27987,"negligence":27988,"##nction":27989,"46th":27990,"constantin":27991,"molded":27992,"bandages":27993,"seriousness":27994,"00pm":27995,"siegel":27996,"carpets":27997,"compartments":27998,"upbeat":27999,"statehood":28000,"##dner":28001,"##edging":28002,"marko":28003,"730":28004,"platt":28005,"##hane":28006,"paving":28007,"##iy":28008,"1738":28009,"abbess":28010,"impatience":28011,"limousine":28012,"nbl":28013,"##talk":28014,"441":28015,"lucille":28016,"mojo":28017,"nightfall":28018,"robbers":28019,"##nais":28020,"karel":28021,"brisk":28022,"calves":28023,"replicate":28024,"ascribed":28025,"telescopes":28026,"##olf":28027,"intimidated":28028,"##reen":28029,"ballast":28030,"specialization":28031,"##sit":28032,"aerodynamic":28033,"caliphate":28034,"rainer":28035,"visionary":28036,"##arded":28037,"epsilon":28038,"##aday":28039,"##onte":28040,"aggregation":28041,"auditory":28042,"boosted":28043,"reunification":28044,"kathmandu":28045,"loco":28046,"robyn":28047,"402":28048,"acknowledges":28049,"appointing":28050,"humanoid":28051,"newell":28052,"redeveloped":28053,"restraints":28054,"##tained":28055,"barbarians":28056,"chopper":28057,"1609":28058,"italiana":28059,"##lez":28060,"##lho":28061,"investigates":28062,"wrestlemania":28063,"##anies":28064,"##bib":28065,"690":28066,"##falls":28067,"creaked":28068,"dragoons":28069,"gravely":28070,"minions":28071,"stupidity":28072,"volley":28073,"##harat":28074,"##week":28075,"musik":28076,"##eries":28077,"##uously":28078,"fungal":28079,"massimo":28080,"semantics":28081,"malvern":28082,"##ahl":28083,"##pee":28084,"discourage":28085,"embryo":28086,"imperialism":28087,"1910s":28088,"profoundly":28089,"##ddled":28090,"jiangsu":28091,"sparkled":28092,"stat":28093,"##holz":28094,"sweatshirt":28095,"tobin":28096,"##iction":28097,"sneered":28098,"##cheon":28099,"##oit":28100,"brit":28101,"causal":28102,"smyth":28103,"##neuve":28104,"diffuse":28105,"perrin":28106,"silvio":28107,"##ipes":28108,"##recht":28109,"detonated":28110,"iqbal":28111,"selma":28112,"##nism":28113,"##zumi":28114,"roasted":28115,"##riders":28116,"tay":28117,"##ados":28118,"##mament":28119,"##mut":28120,"##rud":28121,"840":28122,"completes":28123,"nipples":28124,"cfa":28125,"flavour":28126,"hirsch":28127,"##laus":28128,"calderon":28129,"sneakers":28130,"moravian":28131,"##ksha":28132,"1622":28133,"rq":28134,"294":28135,"##imeters":28136,"bodo":28137,"##isance":28138,"##pre":28139,"##ronia":28140,"anatomical":28141,"excerpt":28142,"##lke":28143,"dh":28144,"kunst":28145,"##tablished":28146,"##scoe":28147,"biomass":28148,"panted":28149,"unharmed":28150,"gael":28151,"housemates":28152,"montpellier":28153,"##59":28154,"coa":28155,"rodents":28156,"tonic":28157,"hickory":28158,"singleton":28159,"##taro":28160,"451":28161,"1719":28162,"aldo":28163,"breaststroke":28164,"dempsey":28165,"och":28166,"rocco":28167,"##cuit":28168,"merton":28169,"dissemination":28170,"midsummer":28171,"serials":28172,"##idi":28173,"haji":28174,"polynomials":28175,"##rdon":28176,"gs":28177,"enoch":28178,"prematurely":28179,"shutter":28180,"taunton":28181,"£3":28182,"##grating":28183,"##inates":28184,"archangel":28185,"harassed":28186,"##asco":28187,"326":28188,"archway":28189,"dazzling":28190,"##ecin":28191,"1736":28192,"sumo":28193,"wat":28194,"##kovich":28195,"1086":28196,"honneur":28197,"##ently":28198,"##nostic":28199,"##ttal":28200,"##idon":28201,"1605":28202,"403":28203,"1716":28204,"blogger":28205,"rents":28206,"##gnan":28207,"hires":28208,"##ikh":28209,"##dant":28210,"howie":28211,"##rons":28212,"handler":28213,"retracted":28214,"shocks":28215,"1632":28216,"arun":28217,"duluth":28218,"kepler":28219,"trumpeter":28220,"##lary":28221,"peeking":28222,"seasoned":28223,"trooper":28224,"##mara":28225,"laszlo":28226,"##iciencies":28227,"##rti":28228,"heterosexual":28229,"##inatory":28230,"##ssion":28231,"indira":28232,"jogging":28233,"##inga":28234,"##lism":28235,"beit":28236,"dissatisfaction":28237,"malice":28238,"##ately":28239,"nedra":28240,"peeling":28241,"##rgeon":28242,"47th":28243,"stadiums":28244,"475":28245,"vertigo":28246,"##ains":28247,"iced":28248,"restroom":28249,"##plify":28250,"##tub":28251,"illustrating":28252,"pear":28253,"##chner":28254,"##sibility":28255,"inorganic":28256,"rappers":28257,"receipts":28258,"watery":28259,"##kura":28260,"lucinda":28261,"##oulos":28262,"reintroduced":28263,"##8th":28264,"##tched":28265,"gracefully":28266,"saxons":28267,"nutritional":28268,"wastewater":28269,"rained":28270,"favourites":28271,"bedrock":28272,"fisted":28273,"hallways":28274,"likeness":28275,"upscale":28276,"##lateral":28277,"1580":28278,"blinds":28279,"prequel":28280,"##pps":28281,"##tama":28282,"deter":28283,"humiliating":28284,"restraining":28285,"tn":28286,"vents":28287,"1659":28288,"laundering":28289,"recess":28290,"rosary":28291,"tractors":28292,"coulter":28293,"federer":28294,"##ifiers":28295,"##plin":28296,"persistence":28297,"##quitable":28298,"geschichte":28299,"pendulum":28300,"quakers":28301,"##beam":28302,"bassett":28303,"pictorial":28304,"buffet":28305,"koln":28306,"##sitor":28307,"drills":28308,"reciprocal":28309,"shooters":28310,"##57":28311,"##cton":28312,"##tees":28313,"converge":28314,"pip":28315,"dmitri":28316,"donnelly":28317,"yamamoto":28318,"aqua":28319,"azores":28320,"demographics":28321,"hypnotic":28322,"spitfire":28323,"suspend":28324,"wryly":28325,"roderick":28326,"##rran":28327,"sebastien":28328,"##asurable":28329,"mavericks":28330,"##fles":28331,"##200":28332,"himalayan":28333,"prodigy":28334,"##iance":28335,"transvaal":28336,"demonstrators":28337,"handcuffs":28338,"dodged":28339,"mcnamara":28340,"sublime":28341,"1726":28342,"crazed":28343,"##efined":28344,"##till":28345,"ivo":28346,"pondered":28347,"reconciled":28348,"shrill":28349,"sava":28350,"##duk":28351,"bal":28352,"cad":28353,"heresy":28354,"jaipur":28355,"goran":28356,"##nished":28357,"341":28358,"lux":28359,"shelly":28360,"whitehall":28361,"##hre":28362,"israelis":28363,"peacekeeping":28364,"##wled":28365,"1703":28366,"demetrius":28367,"ousted":28368,"##arians":28369,"##zos":28370,"beale":28371,"anwar":28372,"backstroke":28373,"raged":28374,"shrinking":28375,"cremated":28376,"##yck":28377,"benign":28378,"towing":28379,"wadi":28380,"darmstadt":28381,"landfill":28382,"parana":28383,"soothe":28384,"colleen":28385,"sidewalks":28386,"mayfair":28387,"tumble":28388,"hepatitis":28389,"ferrer":28390,"superstructure":28391,"##gingly":28392,"##urse":28393,"##wee":28394,"anthropological":28395,"translators":28396,"##mies":28397,"closeness":28398,"hooves":28399,"##pw":28400,"mondays":28401,"##roll":28402,"##vita":28403,"landscaping":28404,"##urized":28405,"purification":28406,"sock":28407,"thorns":28408,"thwarted":28409,"jalan":28410,"tiberius":28411,"##taka":28412,"saline":28413,"##rito":28414,"confidently":28415,"khyber":28416,"sculptors":28417,"##ij":28418,"brahms":28419,"hammersmith":28420,"inspectors":28421,"battista":28422,"fivb":28423,"fragmentation":28424,"hackney":28425,"##uls":28426,"arresting":28427,"exercising":28428,"antoinette":28429,"bedfordshire":28430,"##zily":28431,"dyed":28432,"##hema":28433,"1656":28434,"racetrack":28435,"variability":28436,"##tique":28437,"1655":28438,"austrians":28439,"deteriorating":28440,"madman":28441,"theorists":28442,"aix":28443,"lehman":28444,"weathered":28445,"1731":28446,"decreed":28447,"eruptions":28448,"1729":28449,"flaw":28450,"quinlan":28451,"sorbonne":28452,"flutes":28453,"nunez":28454,"1711":28455,"adored":28456,"downwards":28457,"fable":28458,"rasped":28459,"1712":28460,"moritz":28461,"mouthful":28462,"renegade":28463,"shivers":28464,"stunts":28465,"dysfunction":28466,"restrain":28467,"translit":28468,"327":28469,"pancakes":28470,"##avio":28471,"##cision":28472,"##tray":28473,"351":28474,"vial":28475,"##lden":28476,"bain":28477,"##maid":28478,"##oxide":28479,"chihuahua":28480,"malacca":28481,"vimes":28482,"##rba":28483,"##rnier":28484,"1664":28485,"donnie":28486,"plaques":28487,"##ually":28488,"337":28489,"bangs":28490,"floppy":28491,"huntsville":28492,"loretta":28493,"nikolay":28494,"##otte":28495,"eater":28496,"handgun":28497,"ubiquitous":28498,"##hett":28499,"eras":28500,"zodiac":28501,"1634":28502,"##omorphic":28503,"1820s":28504,"##zog":28505,"cochran":28506,"##bula":28507,"##lithic":28508,"warring":28509,"##rada":28510,"dalai":28511,"excused":28512,"blazers":28513,"mcconnell":28514,"reeling":28515,"bot":28516,"este":28517,"##abi":28518,"geese":28519,"hoax":28520,"taxon":28521,"##bla":28522,"guitarists":28523,"##icon":28524,"condemning":28525,"hunts":28526,"inversion":28527,"moffat":28528,"taekwondo":28529,"##lvis":28530,"1624":28531,"stammered":28532,"##rest":28533,"##rzy":28534,"sousa":28535,"fundraiser":28536,"marylebone":28537,"navigable":28538,"uptown":28539,"cabbage":28540,"daniela":28541,"salman":28542,"shitty":28543,"whimper":28544,"##kian":28545,"##utive":28546,"programmers":28547,"protections":28548,"rm":28549,"##rmi":28550,"##rued":28551,"forceful":28552,"##enes":28553,"fuss":28554,"##tao":28555,"##wash":28556,"brat":28557,"oppressive":28558,"reykjavik":28559,"spartak":28560,"ticking":28561,"##inkles":28562,"##kiewicz":28563,"adolph":28564,"horst":28565,"maui":28566,"protege":28567,"straighten":28568,"cpc":28569,"landau":28570,"concourse":28571,"clements":28572,"resultant":28573,"##ando":28574,"imaginative":28575,"joo":28576,"reactivated":28577,"##rem":28578,"##ffled":28579,"##uising":28580,"consultative":28581,"##guide":28582,"flop":28583,"kaitlyn":28584,"mergers":28585,"parenting":28586,"somber":28587,"##vron":28588,"supervise":28589,"vidhan":28590,"##imum":28591,"courtship":28592,"exemplified":28593,"harmonies":28594,"medallist":28595,"refining":28596,"##rrow":28597,"##ка":28598,"amara":28599,"##hum":28600,"780":28601,"goalscorer":28602,"sited":28603,"overshadowed":28604,"rohan":28605,"displeasure":28606,"secretive":28607,"multiplied":28608,"osman":28609,"##orth":28610,"engravings":28611,"padre":28612,"##kali":28613,"##veda":28614,"miniatures":28615,"mis":28616,"##yala":28617,"clap":28618,"pali":28619,"rook":28620,"##cana":28621,"1692":28622,"57th":28623,"antennae":28624,"astro":28625,"oskar":28626,"1628":28627,"bulldog":28628,"crotch":28629,"hackett":28630,"yucatan":28631,"##sure":28632,"amplifiers":28633,"brno":28634,"ferrara":28635,"migrating":28636,"##gree":28637,"thanking":28638,"turing":28639,"##eza":28640,"mccann":28641,"ting":28642,"andersson":28643,"onslaught":28644,"gaines":28645,"ganga":28646,"incense":28647,"standardization":28648,"##mation":28649,"sentai":28650,"scuba":28651,"stuffing":28652,"turquoise":28653,"waivers":28654,"alloys":28655,"##vitt":28656,"regaining":28657,"vaults":28658,"##clops":28659,"##gizing":28660,"digger":28661,"furry":28662,"memorabilia":28663,"probing":28664,"##iad":28665,"payton":28666,"rec":28667,"deutschland":28668,"filippo":28669,"opaque":28670,"seamen":28671,"zenith":28672,"afrikaans":28673,"##filtration":28674,"disciplined":28675,"inspirational":28676,"##merie":28677,"banco":28678,"confuse":28679,"grafton":28680,"tod":28681,"##dgets":28682,"championed":28683,"simi":28684,"anomaly":28685,"biplane":28686,"##ceptive":28687,"electrode":28688,"##para":28689,"1697":28690,"cleavage":28691,"crossbow":28692,"swirl":28693,"informant":28694,"##lars":28695,"##osta":28696,"afi":28697,"bonfire":28698,"spec":28699,"##oux":28700,"lakeside":28701,"slump":28702,"##culus":28703,"##lais":28704,"##qvist":28705,"##rrigan":28706,"1016":28707,"facades":28708,"borg":28709,"inwardly":28710,"cervical":28711,"xl":28712,"pointedly":28713,"050":28714,"stabilization":28715,"##odon":28716,"chests":28717,"1699":28718,"hacked":28719,"ctv":28720,"orthogonal":28721,"suzy":28722,"##lastic":28723,"gaulle":28724,"jacobite":28725,"rearview":28726,"##cam":28727,"##erted":28728,"ashby":28729,"##drik":28730,"##igate":28731,"##mise":28732,"##zbek":28733,"affectionately":28734,"canine":28735,"disperse":28736,"latham":28737,"##istles":28738,"##ivar":28739,"spielberg":28740,"##orin":28741,"##idium":28742,"ezekiel":28743,"cid":28744,"##sg":28745,"durga":28746,"middletown":28747,"##cina":28748,"customized":28749,"frontiers":28750,"harden":28751,"##etano":28752,"##zzy":28753,"1604":28754,"bolsheviks":28755,"##66":28756,"coloration":28757,"yoko":28758,"##bedo":28759,"briefs":28760,"slabs":28761,"debra":28762,"liquidation":28763,"plumage":28764,"##oin":28765,"blossoms":28766,"dementia":28767,"subsidy":28768,"1611":28769,"proctor":28770,"relational":28771,"jerseys":28772,"parochial":28773,"ter":28774,"##ici":28775,"esa":28776,"peshawar":28777,"cavalier":28778,"loren":28779,"cpi":28780,"idiots":28781,"shamrock":28782,"1646":28783,"dutton":28784,"malabar":28785,"mustache":28786,"##endez":28787,"##ocytes":28788,"referencing":28789,"terminates":28790,"marche":28791,"yarmouth":28792,"##sop":28793,"acton":28794,"mated":28795,"seton":28796,"subtly":28797,"baptised":28798,"beige":28799,"extremes":28800,"jolted":28801,"kristina":28802,"telecast":28803,"##actic":28804,"safeguard":28805,"waldo":28806,"##baldi":28807,"##bular":28808,"endeavors":28809,"sloppy":28810,"subterranean":28811,"##ensburg":28812,"##itung":28813,"delicately":28814,"pigment":28815,"tq":28816,"##scu":28817,"1626":28818,"##ound":28819,"collisions":28820,"coveted":28821,"herds":28822,"##personal":28823,"##meister":28824,"##nberger":28825,"chopra":28826,"##ricting":28827,"abnormalities":28828,"defective":28829,"galician":28830,"lucie":28831,"##dilly":28832,"alligator":28833,"likened":28834,"##genase":28835,"burundi":28836,"clears":28837,"complexion":28838,"derelict":28839,"deafening":28840,"diablo":28841,"fingered":28842,"champaign":28843,"dogg":28844,"enlist":28845,"isotope":28846,"labeling":28847,"mrna":28848,"##erre":28849,"brilliance":28850,"marvelous":28851,"##ayo":28852,"1652":28853,"crawley":28854,"ether":28855,"footed":28856,"dwellers":28857,"deserts":28858,"hamish":28859,"rubs":28860,"warlock":28861,"skimmed":28862,"##lizer":28863,"870":28864,"buick":28865,"embark":28866,"heraldic":28867,"irregularities":28868,"##ajan":28869,"kiara":28870,"##kulam":28871,"##ieg":28872,"antigen":28873,"kowalski":28874,"##lge":28875,"oakley":28876,"visitation":28877,"##mbit":28878,"vt":28879,"##suit":28880,"1570":28881,"murderers":28882,"##miento":28883,"##rites":28884,"chimneys":28885,"##sling":28886,"condemn":28887,"custer":28888,"exchequer":28889,"havre":28890,"##ghi":28891,"fluctuations":28892,"##rations":28893,"dfb":28894,"hendricks":28895,"vaccines":28896,"##tarian":28897,"nietzsche":28898,"biking":28899,"juicy":28900,"##duced":28901,"brooding":28902,"scrolling":28903,"selangor":28904,"##ragan":28905,"352":28906,"annum":28907,"boomed":28908,"seminole":28909,"sugarcane":28910,"##dna":28911,"departmental":28912,"dismissing":28913,"innsbruck":28914,"arteries":28915,"ashok":28916,"batavia":28917,"daze":28918,"kun":28919,"overtook":28920,"##rga":28921,"##tlan":28922,"beheaded":28923,"gaddafi":28924,"holm":28925,"electronically":28926,"faulty":28927,"galilee":28928,"fractures":28929,"kobayashi":28930,"##lized":28931,"gunmen":28932,"magma":28933,"aramaic":28934,"mala":28935,"eastenders":28936,"inference":28937,"messengers":28938,"bf":28939,"##qu":28940,"407":28941,"bathrooms":28942,"##vere":28943,"1658":28944,"flashbacks":28945,"ideally":28946,"misunderstood":28947,"##jali":28948,"##weather":28949,"mendez":28950,"##grounds":28951,"505":28952,"uncanny":28953,"##iii":28954,"1709":28955,"friendships":28956,"##nbc":28957,"sacrament":28958,"accommodated":28959,"reiterated":28960,"logistical":28961,"pebbles":28962,"thumped":28963,"##escence":28964,"administering":28965,"decrees":28966,"drafts":28967,"##flight":28968,"##cased":28969,"##tula":28970,"futuristic":28971,"picket":28972,"intimidation":28973,"winthrop":28974,"##fahan":28975,"interfered":28976,"339":28977,"afar":28978,"francoise":28979,"morally":28980,"uta":28981,"cochin":28982,"croft":28983,"dwarfs":28984,"##bruck":28985,"##dents":28986,"##nami":28987,"biker":28988,"##hner":28989,"##meral":28990,"nano":28991,"##isen":28992,"##ometric":28993,"##pres":28994,"##ан":28995,"brightened":28996,"meek":28997,"parcels":28998,"securely":28999,"gunners":29000,"##jhl":29001,"##zko":29002,"agile":29003,"hysteria":29004,"##lten":29005,"##rcus":29006,"bukit":29007,"champs":29008,"chevy":29009,"cuckoo":29010,"leith":29011,"sadler":29012,"theologians":29013,"welded":29014,"##section":29015,"1663":29016,"jj":29017,"plurality":29018,"xander":29019,"##rooms":29020,"##formed":29021,"shredded":29022,"temps":29023,"intimately":29024,"pau":29025,"tormented":29026,"##lok":29027,"##stellar":29028,"1618":29029,"charred":29030,"ems":29031,"essen":29032,"##mmel":29033,"alarms":29034,"spraying":29035,"ascot":29036,"blooms":29037,"twinkle":29038,"##abia":29039,"##apes":29040,"internment":29041,"obsidian":29042,"##chaft":29043,"snoop":29044,"##dav":29045,"##ooping":29046,"malibu":29047,"##tension":29048,"quiver":29049,"##itia":29050,"hays":29051,"mcintosh":29052,"travers":29053,"walsall":29054,"##ffie":29055,"1623":29056,"beverley":29057,"schwarz":29058,"plunging":29059,"structurally":29060,"m3":29061,"rosenthal":29062,"vikram":29063,"##tsk":29064,"770":29065,"ghz":29066,"##onda":29067,"##tiv":29068,"chalmers":29069,"groningen":29070,"pew":29071,"reckon":29072,"unicef":29073,"##rvis":29074,"55th":29075,"##gni":29076,"1651":29077,"sulawesi":29078,"avila":29079,"cai":29080,"metaphysical":29081,"screwing":29082,"turbulence":29083,"##mberg":29084,"augusto":29085,"samba":29086,"56th":29087,"baffled":29088,"momentary":29089,"toxin":29090,"##urian":29091,"##wani":29092,"aachen":29093,"condoms":29094,"dali":29095,"steppe":29096,"##3d":29097,"##app":29098,"##oed":29099,"##year":29100,"adolescence":29101,"dauphin":29102,"electrically":29103,"inaccessible":29104,"microscopy":29105,"nikita":29106,"##ega":29107,"atv":29108,"##cel":29109,"##enter":29110,"##oles":29111,"##oteric":29112,"##ы":29113,"accountants":29114,"punishments":29115,"wrongly":29116,"bribes":29117,"adventurous":29118,"clinch":29119,"flinders":29120,"southland":29121,"##hem":29122,"##kata":29123,"gough":29124,"##ciency":29125,"lads":29126,"soared":29127,"##ה":29128,"undergoes":29129,"deformation":29130,"outlawed":29131,"rubbish":29132,"##arus":29133,"##mussen":29134,"##nidae":29135,"##rzburg":29136,"arcs":29137,"##ingdon":29138,"##tituted":29139,"1695":29140,"wheelbase":29141,"wheeling":29142,"bombardier":29143,"campground":29144,"zebra":29145,"##lices":29146,"##oj":29147,"##bain":29148,"lullaby":29149,"##ecure":29150,"donetsk":29151,"wylie":29152,"grenada":29153,"##arding":29154,"##ης":29155,"squinting":29156,"eireann":29157,"opposes":29158,"##andra":29159,"maximal":29160,"runes":29161,"##broken":29162,"##cuting":29163,"##iface":29164,"##ror":29165,"##rosis":29166,"additive":29167,"britney":29168,"adultery":29169,"triggering":29170,"##drome":29171,"detrimental":29172,"aarhus":29173,"containment":29174,"jc":29175,"swapped":29176,"vichy":29177,"##ioms":29178,"madly":29179,"##oric":29180,"##rag":29181,"brant":29182,"##ckey":29183,"##trix":29184,"1560":29185,"1612":29186,"broughton":29187,"rustling":29188,"##stems":29189,"##uder":29190,"asbestos":29191,"mentoring":29192,"##nivorous":29193,"finley":29194,"leaps":29195,"##isan":29196,"apical":29197,"pry":29198,"slits":29199,"substitutes":29200,"##dict":29201,"intuitive":29202,"fantasia":29203,"insistent":29204,"unreasonable":29205,"##igen":29206,"##vna":29207,"domed":29208,"hannover":29209,"margot":29210,"ponder":29211,"##zziness":29212,"impromptu":29213,"jian":29214,"lc":29215,"rampage":29216,"stemming":29217,"##eft":29218,"andrey":29219,"gerais":29220,"whichever":29221,"amnesia":29222,"appropriated":29223,"anzac":29224,"clicks":29225,"modifying":29226,"ultimatum":29227,"cambrian":29228,"maids":29229,"verve":29230,"yellowstone":29231,"##mbs":29232,"conservatoire":29233,"##scribe":29234,"adherence":29235,"dinners":29236,"spectra":29237,"imperfect":29238,"mysteriously":29239,"sidekick":29240,"tatar":29241,"tuba":29242,"##aks":29243,"##ifolia":29244,"distrust":29245,"##athan":29246,"##zle":29247,"c2":29248,"ronin":29249,"zac":29250,"##pse":29251,"celaena":29252,"instrumentalist":29253,"scents":29254,"skopje":29255,"##mbling":29256,"comical":29257,"compensated":29258,"vidal":29259,"condor":29260,"intersect":29261,"jingle":29262,"wavelengths":29263,"##urrent":29264,"mcqueen":29265,"##izzly":29266,"carp":29267,"weasel":29268,"422":29269,"kanye":29270,"militias":29271,"postdoctoral":29272,"eugen":29273,"gunslinger":29274,"##ɛ":29275,"faux":29276,"hospice":29277,"##for":29278,"appalled":29279,"derivation":29280,"dwarves":29281,"##elis":29282,"dilapidated":29283,"##folk":29284,"astoria":29285,"philology":29286,"##lwyn":29287,"##otho":29288,"##saka":29289,"inducing":29290,"philanthropy":29291,"##bf":29292,"##itative":29293,"geek":29294,"markedly":29295,"sql":29296,"##yce":29297,"bessie":29298,"indices":29299,"rn":29300,"##flict":29301,"495":29302,"frowns":29303,"resolving":29304,"weightlifting":29305,"tugs":29306,"cleric":29307,"contentious":29308,"1653":29309,"mania":29310,"rms":29311,"##miya":29312,"##reate":29313,"##ruck":29314,"##tucket":29315,"bien":29316,"eels":29317,"marek":29318,"##ayton":29319,"##cence":29320,"discreet":29321,"unofficially":29322,"##ife":29323,"leaks":29324,"##bber":29325,"1705":29326,"332":29327,"dung":29328,"compressor":29329,"hillsborough":29330,"pandit":29331,"shillings":29332,"distal":29333,"##skin":29334,"381":29335,"##tat":29336,"##you":29337,"nosed":29338,"##nir":29339,"mangrove":29340,"undeveloped":29341,"##idia":29342,"textures":29343,"##inho":29344,"##500":29345,"##rise":29346,"ae":29347,"irritating":29348,"nay":29349,"amazingly":29350,"bancroft":29351,"apologetic":29352,"compassionate":29353,"kata":29354,"symphonies":29355,"##lovic":29356,"airspace":29357,"##lch":29358,"930":29359,"gifford":29360,"precautions":29361,"fulfillment":29362,"sevilla":29363,"vulgar":29364,"martinique":29365,"##urities":29366,"looting":29367,"piccolo":29368,"tidy":29369,"##dermott":29370,"quadrant":29371,"armchair":29372,"incomes":29373,"mathematicians":29374,"stampede":29375,"nilsson":29376,"##inking":29377,"##scan":29378,"foo":29379,"quarterfinal":29380,"##ostal":29381,"shang":29382,"shouldered":29383,"squirrels":29384,"##owe":29385,"344":29386,"vinegar":29387,"##bner":29388,"##rchy":29389,"##systems":29390,"delaying":29391,"##trics":29392,"ars":29393,"dwyer":29394,"rhapsody":29395,"sponsoring":29396,"##gration":29397,"bipolar":29398,"cinder":29399,"starters":29400,"##olio":29401,"##urst":29402,"421":29403,"signage":29404,"##nty":29405,"aground":29406,"figurative":29407,"mons":29408,"acquaintances":29409,"duets":29410,"erroneously":29411,"soyuz":29412,"elliptic":29413,"recreated":29414,"##cultural":29415,"##quette":29416,"##ssed":29417,"##tma":29418,"##zcz":29419,"moderator":29420,"scares":29421,"##itaire":29422,"##stones":29423,"##udence":29424,"juniper":29425,"sighting":29426,"##just":29427,"##nsen":29428,"britten":29429,"calabria":29430,"ry":29431,"bop":29432,"cramer":29433,"forsyth":29434,"stillness":29435,"##л":29436,"airmen":29437,"gathers":29438,"unfit":29439,"##umber":29440,"##upt":29441,"taunting":29442,"##rip":29443,"seeker":29444,"streamlined":29445,"##bution":29446,"holster":29447,"schumann":29448,"tread":29449,"vox":29450,"##gano":29451,"##onzo":29452,"strive":29453,"dil":29454,"reforming":29455,"covent":29456,"newbury":29457,"predicting":29458,"##orro":29459,"decorate":29460,"tre":29461,"##puted":29462,"andover":29463,"ie":29464,"asahi":29465,"dept":29466,"dunkirk":29467,"gills":29468,"##tori":29469,"buren":29470,"huskies":29471,"##stis":29472,"##stov":29473,"abstracts":29474,"bets":29475,"loosen":29476,"##opa":29477,"1682":29478,"yearning":29479,"##glio":29480,"##sir":29481,"berman":29482,"effortlessly":29483,"enamel":29484,"napoli":29485,"persist":29486,"##peration":29487,"##uez":29488,"attache":29489,"elisa":29490,"b1":29491,"invitations":29492,"##kic":29493,"accelerating":29494,"reindeer":29495,"boardwalk":29496,"clutches":29497,"nelly":29498,"polka":29499,"starbucks":29500,"##kei":29501,"adamant":29502,"huey":29503,"lough":29504,"unbroken":29505,"adventurer":29506,"embroidery":29507,"inspecting":29508,"stanza":29509,"##ducted":29510,"naia":29511,"taluka":29512,"##pone":29513,"##roids":29514,"chases":29515,"deprivation":29516,"florian":29517,"##jing":29518,"##ppet":29519,"earthly":29520,"##lib":29521,"##ssee":29522,"colossal":29523,"foreigner":29524,"vet":29525,"freaks":29526,"patrice":29527,"rosewood":29528,"triassic":29529,"upstate":29530,"##pkins":29531,"dominates":29532,"ata":29533,"chants":29534,"ks":29535,"vo":29536,"##400":29537,"##bley":29538,"##raya":29539,"##rmed":29540,"555":29541,"agra":29542,"infiltrate":29543,"##ailing":29544,"##ilation":29545,"##tzer":29546,"##uppe":29547,"##werk":29548,"binoculars":29549,"enthusiast":29550,"fujian":29551,"squeak":29552,"##avs":29553,"abolitionist":29554,"almeida":29555,"boredom":29556,"hampstead":29557,"marsden":29558,"rations":29559,"##ands":29560,"inflated":29561,"334":29562,"bonuses":29563,"rosalie":29564,"patna":29565,"##rco":29566,"329":29567,"detachments":29568,"penitentiary":29569,"54th":29570,"flourishing":29571,"woolf":29572,"##dion":29573,"##etched":29574,"papyrus":29575,"##lster":29576,"##nsor":29577,"##toy":29578,"bobbed":29579,"dismounted":29580,"endelle":29581,"inhuman":29582,"motorola":29583,"tbs":29584,"wince":29585,"wreath":29586,"##ticus":29587,"hideout":29588,"inspections":29589,"sanjay":29590,"disgrace":29591,"infused":29592,"pudding":29593,"stalks":29594,"##urbed":29595,"arsenic":29596,"leases":29597,"##hyl":29598,"##rrard":29599,"collarbone":29600,"##waite":29601,"##wil":29602,"dowry":29603,"##bant":29604,"##edance":29605,"genealogical":29606,"nitrate":29607,"salamanca":29608,"scandals":29609,"thyroid":29610,"necessitated":29611,"##!":29612,"##\"":29613,"###":29614,"##$":29615,"##%":29616,"##&":29617,"##'":29618,"##(":29619,"##)":29620,"##*":29621,"##+":29622,"##,":29623,"##-":29624,"##.":29625,"##/":29626,"##:":29627,"##;":29628,"##<":29629,"##=":29630,"##>":29631,"##?":29632,"##@":29633,"##[":29634,"##\\":29635,"##]":29636,"##^":29637,"##_":29638,"##`":29639,"##{":29640,"##|":29641,"##}":29642,"##~":29643,"##¡":29644,"##¢":29645,"##£":29646,"##¤":29647,"##¥":29648,"##¦":29649,"##§":29650,"##¨":29651,"##©":29652,"##ª":29653,"##«":29654,"##¬":29655,"##®":29656,"##±":29657,"##´":29658,"##µ":29659,"##¶":29660,"##·":29661,"##º":29662,"##»":29663,"##¼":29664,"##¾":29665,"##¿":29666,"##æ":29667,"##ð":29668,"##÷":29669,"##þ":29670,"##đ":29671,"##ħ":29672,"##ŋ":29673,"##œ":29674,"##ƒ":29675,"##ɐ":29676,"##ɑ":29677,"##ɒ":29678,"##ɔ":29679,"##ɕ":29680,"##ə":29681,"##ɡ":29682,"##ɣ":29683,"##ɨ":29684,"##ɪ":29685,"##ɫ":29686,"##ɬ":29687,"##ɯ":29688,"##ɲ":29689,"##ɴ":29690,"##ɹ":29691,"##ɾ":29692,"##ʀ":29693,"##ʁ":29694,"##ʂ":29695,"##ʃ":29696,"##ʉ":29697,"##ʊ":29698,"##ʋ":29699,"##ʌ":29700,"##ʎ":29701,"##ʐ":29702,"##ʑ":29703,"##ʒ":29704,"##ʔ":29705,"##ʰ":29706,"##ʲ":29707,"##ʳ":29708,"##ʷ":29709,"##ʸ":29710,"##ʻ":29711,"##ʼ":29712,"##ʾ":29713,"##ʿ":29714,"##ˈ":29715,"##ˡ":29716,"##ˢ":29717,"##ˣ":29718,"##ˤ":29719,"##β":29720,"##γ":29721,"##δ":29722,"##ε":29723,"##ζ":29724,"##θ":29725,"##κ":29726,"##λ":29727,"##μ":29728,"##ξ":29729,"##ο":29730,"##π":29731,"##ρ":29732,"##σ":29733,"##τ":29734,"##υ":29735,"##φ":29736,"##χ":29737,"##ψ":29738,"##ω":29739,"##б":29740,"##г":29741,"##д":29742,"##ж":29743,"##з":29744,"##м":29745,"##п":29746,"##с":29747,"##у":29748,"##ф":29749,"##х":29750,"##ц":29751,"##ч":29752,"##ш":29753,"##щ":29754,"##ъ":29755,"##э":29756,"##ю":29757,"##ђ":29758,"##є":29759,"##і":29760,"##ј":29761,"##љ":29762,"##њ":29763,"##ћ":29764,"##ӏ":29765,"##ա":29766,"##բ":29767,"##գ":29768,"##դ":29769,"##ե":29770,"##թ":29771,"##ի":29772,"##լ":29773,"##կ":29774,"##հ":29775,"##մ":29776,"##յ":29777,"##ն":29778,"##ո":29779,"##պ":29780,"##ս":29781,"##վ":29782,"##տ":29783,"##ր":29784,"##ւ":29785,"##ք":29786,"##־":29787,"##א":29788,"##ב":29789,"##ג":29790,"##ד":29791,"##ו":29792,"##ז":29793,"##ח":29794,"##ט":29795,"##י":29796,"##ך":29797,"##כ":29798,"##ל":29799,"##ם":29800,"##מ":29801,"##ן":29802,"##נ":29803,"##ס":29804,"##ע":29805,"##ף":29806,"##פ":29807,"##ץ":29808,"##צ":29809,"##ק":29810,"##ר":29811,"##ש":29812,"##ת":29813,"##،":29814,"##ء":29815,"##ب":29816,"##ت":29817,"##ث":29818,"##ج":29819,"##ح":29820,"##خ":29821,"##ذ":29822,"##ز":29823,"##س":29824,"##ش":29825,"##ص":29826,"##ض":29827,"##ط":29828,"##ظ":29829,"##ع":29830,"##غ":29831,"##ـ":29832,"##ف":29833,"##ق":29834,"##ك":29835,"##و":29836,"##ى":29837,"##ٹ":29838,"##پ":29839,"##چ":29840,"##ک":29841,"##گ":29842,"##ں":29843,"##ھ":29844,"##ہ":29845,"##ے":29846,"##अ":29847,"##आ":29848,"##उ":29849,"##ए":29850,"##क":29851,"##ख":29852,"##ग":29853,"##च":29854,"##ज":29855,"##ट":29856,"##ड":29857,"##ण":29858,"##त":29859,"##थ":29860,"##द":29861,"##ध":29862,"##न":29863,"##प":29864,"##ब":29865,"##भ":29866,"##म":29867,"##य":29868,"##र":29869,"##ल":29870,"##व":29871,"##श":29872,"##ष":29873,"##स":29874,"##ह":29875,"##ा":29876,"##ि":29877,"##ी":29878,"##ो":29879,"##।":29880,"##॥":29881,"##ং":29882,"##অ":29883,"##আ":29884,"##ই":29885,"##উ":29886,"##এ":29887,"##ও":29888,"##ক":29889,"##খ":29890,"##গ":29891,"##চ":29892,"##ছ":29893,"##জ":29894,"##ট":29895,"##ড":29896,"##ণ":29897,"##ত":29898,"##থ":29899,"##দ":29900,"##ধ":29901,"##ন":29902,"##প":29903,"##ব":29904,"##ভ":29905,"##ম":29906,"##য":29907,"##র":29908,"##ল":29909,"##শ":29910,"##ষ":29911,"##স":29912,"##হ":29913,"##া":29914,"##ি":29915,"##ী":29916,"##ে":29917,"##க":29918,"##ச":29919,"##ட":29920,"##த":29921,"##ந":29922,"##ன":29923,"##ப":29924,"##ம":29925,"##ய":29926,"##ர":29927,"##ல":29928,"##ள":29929,"##வ":29930,"##ா":29931,"##ி":29932,"##ு":29933,"##ே":29934,"##ை":29935,"##ನ":29936,"##ರ":29937,"##ಾ":29938,"##ක":29939,"##ය":29940,"##ර":29941,"##ල":29942,"##ව":29943,"##ා":29944,"##ก":29945,"##ง":29946,"##ต":29947,"##ท":29948,"##น":29949,"##พ":29950,"##ม":29951,"##ย":29952,"##ร":29953,"##ล":29954,"##ว":29955,"##ส":29956,"##อ":29957,"##า":29958,"##เ":29959,"##་":29960,"##།":29961,"##ག":29962,"##ང":29963,"##ད":29964,"##ན":29965,"##པ":29966,"##བ":29967,"##མ":29968,"##འ":29969,"##ར":29970,"##ལ":29971,"##ས":29972,"##မ":29973,"##ა":29974,"##ბ":29975,"##გ":29976,"##დ":29977,"##ე":29978,"##ვ":29979,"##თ":29980,"##ი":29981,"##კ":29982,"##ლ":29983,"##მ":29984,"##ნ":29985,"##ო":29986,"##რ":29987,"##ს":29988,"##ტ":29989,"##უ":29990,"##ᄀ":29991,"##ᄂ":29992,"##ᄃ":29993,"##ᄅ":29994,"##ᄆ":29995,"##ᄇ":29996,"##ᄉ":29997,"##ᄊ":29998,"##ᄋ":29999,"##ᄌ":30000,"##ᄎ":30001,"##ᄏ":30002,"##ᄐ":30003,"##ᄑ":30004,"##ᄒ":30005,"##ᅡ":30006,"##ᅢ":30007,"##ᅥ":30008,"##ᅦ":30009,"##ᅧ":30010,"##ᅩ":30011,"##ᅪ":30012,"##ᅭ":30013,"##ᅮ":30014,"##ᅯ":30015,"##ᅲ":30016,"##ᅳ":30017,"##ᅴ":30018,"##ᅵ":30019,"##ᆨ":30020,"##ᆫ":30021,"##ᆯ":30022,"##ᆷ":30023,"##ᆸ":30024,"##ᆼ":30025,"##ᴬ":30026,"##ᴮ":30027,"##ᴰ":30028,"##ᴵ":30029,"##ᴺ":30030,"##ᵀ":30031,"##ᵃ":30032,"##ᵇ":30033,"##ᵈ":30034,"##ᵉ":30035,"##ᵍ":30036,"##ᵏ":30037,"##ᵐ":30038,"##ᵒ":30039,"##ᵖ":30040,"##ᵗ":30041,"##ᵘ":30042,"##ᵣ":30043,"##ᵤ":30044,"##ᵥ":30045,"##ᶜ":30046,"##ᶠ":30047,"##‐":30048,"##‑":30049,"##‒":30050,"##–":30051,"##—":30052,"##―":30053,"##‖":30054,"##‘":30055,"##’":30056,"##‚":30057,"##“":30058,"##”":30059,"##„":30060,"##†":30061,"##‡":30062,"##•":30063,"##…":30064,"##‰":30065,"##′":30066,"##″":30067,"##›":30068,"##‿":30069,"##⁄":30070,"##⁰":30071,"##ⁱ":30072,"##⁴":30073,"##⁵":30074,"##⁶":30075,"##⁷":30076,"##⁸":30077,"##⁹":30078,"##⁻":30079,"##ⁿ":30080,"##₅":30081,"##₆":30082,"##₇":30083,"##₈":30084,"##₉":30085,"##₊":30086,"##₍":30087,"##₎":30088,"##ₐ":30089,"##ₑ":30090,"##ₒ":30091,"##ₓ":30092,"##ₕ":30093,"##ₖ":30094,"##ₗ":30095,"##ₘ":30096,"##ₚ":30097,"##ₛ":30098,"##ₜ":30099,"##₤":30100,"##₩":30101,"##€":30102,"##₱":30103,"##₹":30104,"##ℓ":30105,"##№":30106,"##ℝ":30107,"##™":30108,"##⅓":30109,"##⅔":30110,"##←":30111,"##↑":30112,"##→":30113,"##↓":30114,"##↔":30115,"##↦":30116,"##⇄":30117,"##⇌":30118,"##⇒":30119,"##∂":30120,"##∅":30121,"##∆":30122,"##∇":30123,"##∈":30124,"##∗":30125,"##∘":30126,"##√":30127,"##∞":30128,"##∧":30129,"##∨":30130,"##∩":30131,"##∪":30132,"##≈":30133,"##≡":30134,"##≤":30135,"##≥":30136,"##⊂":30137,"##⊆":30138,"##⊕":30139,"##⊗":30140,"##⋅":30141,"##─":30142,"##│":30143,"##■":30144,"##▪":30145,"##●":30146,"##★":30147,"##☆":30148,"##☉":30149,"##♠":30150,"##♣":30151,"##♥":30152,"##♦":30153,"##♯":30154,"##⟨":30155,"##⟩":30156,"##ⱼ":30157,"##⺩":30158,"##⺼":30159,"##⽥":30160,"##、":30161,"##。":30162,"##〈":30163,"##〉":30164,"##《":30165,"##》":30166,"##「":30167,"##」":30168,"##『":30169,"##』":30170,"##〜":30171,"##あ":30172,"##い":30173,"##う":30174,"##え":30175,"##お":30176,"##か":30177,"##き":30178,"##く":30179,"##け":30180,"##こ":30181,"##さ":30182,"##し":30183,"##す":30184,"##せ":30185,"##そ":30186,"##た":30187,"##ち":30188,"##っ":30189,"##つ":30190,"##て":30191,"##と":30192,"##な":30193,"##に":30194,"##ぬ":30195,"##ね":30196,"##の":30197,"##は":30198,"##ひ":30199,"##ふ":30200,"##へ":30201,"##ほ":30202,"##ま":30203,"##み":30204,"##む":30205,"##め":30206,"##も":30207,"##や":30208,"##ゆ":30209,"##よ":30210,"##ら":30211,"##り":30212,"##る":30213,"##れ":30214,"##ろ":30215,"##を":30216,"##ん":30217,"##ァ":30218,"##ア":30219,"##ィ":30220,"##イ":30221,"##ウ":30222,"##ェ":30223,"##エ":30224,"##オ":30225,"##カ":30226,"##キ":30227,"##ク":30228,"##ケ":30229,"##コ":30230,"##サ":30231,"##シ":30232,"##ス":30233,"##セ":30234,"##タ":30235,"##チ":30236,"##ッ":30237,"##ツ":30238,"##テ":30239,"##ト":30240,"##ナ":30241,"##ニ":30242,"##ノ":30243,"##ハ":30244,"##ヒ":30245,"##フ":30246,"##ヘ":30247,"##ホ":30248,"##マ":30249,"##ミ":30250,"##ム":30251,"##メ":30252,"##モ":30253,"##ャ":30254,"##ュ":30255,"##ョ":30256,"##ラ":30257,"##リ":30258,"##ル":30259,"##レ":30260,"##ロ":30261,"##ワ":30262,"##ン":30263,"##・":30264,"##ー":30265,"##一":30266,"##三":30267,"##上":30268,"##下":30269,"##不":30270,"##世":30271,"##中":30272,"##主":30273,"##久":30274,"##之":30275,"##也":30276,"##事":30277,"##二":30278,"##五":30279,"##井":30280,"##京":30281,"##人":30282,"##亻":30283,"##仁":30284,"##介":30285,"##代":30286,"##仮":30287,"##伊":30288,"##会":30289,"##佐":30290,"##侍":30291,"##保":30292,"##信":30293,"##健":30294,"##元":30295,"##光":30296,"##八":30297,"##公":30298,"##内":30299,"##出":30300,"##分":30301,"##前":30302,"##劉":30303,"##力":30304,"##加":30305,"##勝":30306,"##北":30307,"##区":30308,"##十":30309,"##千":30310,"##南":30311,"##博":30312,"##原":30313,"##口":30314,"##古":30315,"##史":30316,"##司":30317,"##合":30318,"##吉":30319,"##同":30320,"##名":30321,"##和":30322,"##囗":30323,"##四":30324,"##国":30325,"##國":30326,"##土":30327,"##地":30328,"##坂":30329,"##城":30330,"##堂":30331,"##場":30332,"##士":30333,"##夏":30334,"##外":30335,"##大":30336,"##天":30337,"##太":30338,"##夫":30339,"##奈":30340,"##女":30341,"##子":30342,"##学":30343,"##宀":30344,"##宇":30345,"##安":30346,"##宗":30347,"##定":30348,"##宣":30349,"##宮":30350,"##家":30351,"##宿":30352,"##寺":30353,"##將":30354,"##小":30355,"##尚":30356,"##山":30357,"##岡":30358,"##島":30359,"##崎":30360,"##川":30361,"##州":30362,"##巿":30363,"##帝":30364,"##平":30365,"##年":30366,"##幸":30367,"##广":30368,"##弘":30369,"##張":30370,"##彳":30371,"##後":30372,"##御":30373,"##德":30374,"##心":30375,"##忄":30376,"##志":30377,"##忠":30378,"##愛":30379,"##成":30380,"##我":30381,"##戦":30382,"##戸":30383,"##手":30384,"##扌":30385,"##政":30386,"##文":30387,"##新":30388,"##方":30389,"##日":30390,"##明":30391,"##星":30392,"##春":30393,"##昭":30394,"##智":30395,"##曲":30396,"##書":30397,"##月":30398,"##有":30399,"##朝":30400,"##木":30401,"##本":30402,"##李":30403,"##村":30404,"##東":30405,"##松":30406,"##林":30407,"##森":30408,"##楊":30409,"##樹":30410,"##橋":30411,"##歌":30412,"##止":30413,"##正":30414,"##武":30415,"##比":30416,"##氏":30417,"##民":30418,"##水":30419,"##氵":30420,"##氷":30421,"##永":30422,"##江":30423,"##沢":30424,"##河":30425,"##治":30426,"##法":30427,"##海":30428,"##清":30429,"##漢":30430,"##瀬":30431,"##火":30432,"##版":30433,"##犬":30434,"##王":30435,"##生":30436,"##田":30437,"##男":30438,"##疒":30439,"##発":30440,"##白":30441,"##的":30442,"##皇":30443,"##目":30444,"##相":30445,"##省":30446,"##真":30447,"##石":30448,"##示":30449,"##社":30450,"##神":30451,"##福":30452,"##禾":30453,"##秀":30454,"##秋":30455,"##空":30456,"##立":30457,"##章":30458,"##竹":30459,"##糹":30460,"##美":30461,"##義":30462,"##耳":30463,"##良":30464,"##艹":30465,"##花":30466,"##英":30467,"##華":30468,"##葉":30469,"##藤":30470,"##行":30471,"##街":30472,"##西":30473,"##見":30474,"##訁":30475,"##語":30476,"##谷":30477,"##貝":30478,"##貴":30479,"##車":30480,"##軍":30481,"##辶":30482,"##道":30483,"##郎":30484,"##郡":30485,"##部":30486,"##都":30487,"##里":30488,"##野":30489,"##金":30490,"##鈴":30491,"##镇":30492,"##長":30493,"##門":30494,"##間":30495,"##阝":30496,"##阿":30497,"##陳":30498,"##陽":30499,"##雄":30500,"##青":30501,"##面":30502,"##風":30503,"##食":30504,"##香":30505,"##馬":30506,"##高":30507,"##龍":30508,"##龸":30509,"##fi":30510,"##fl":30511,"##!":30512,"##(":30513,"##)":30514,"##,":30515,"##-":30516,"##.":30517,"##/":30518,"##:":30519,"##?":30520,"##~":30521}}} \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/tokenizer_config.json b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c79f2b6a0cea6f4b564fed1938984bace9d30ff0 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/tokenizer_config.json @@ -0,0 +1 @@ +{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "name_or_path": "nreimers/MiniLM-L6-H384-uncased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer", "model_max_length": 512} \ No newline at end of file diff --git a/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/vocab.txt b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/vocab.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb140275c155a9c7c5a3b3e0e77a9e839594a938 --- /dev/null +++ b/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/vocab.txt @@ -0,0 +1,30522 @@ +[PAD] +[unused0] +[unused1] +[unused2] +[unused3] +[unused4] +[unused5] +[unused6] +[unused7] +[unused8] +[unused9] +[unused10] +[unused11] +[unused12] +[unused13] +[unused14] +[unused15] +[unused16] +[unused17] +[unused18] +[unused19] +[unused20] +[unused21] +[unused22] +[unused23] +[unused24] +[unused25] +[unused26] +[unused27] +[unused28] +[unused29] +[unused30] +[unused31] +[unused32] +[unused33] +[unused34] +[unused35] +[unused36] +[unused37] +[unused38] +[unused39] +[unused40] +[unused41] +[unused42] +[unused43] +[unused44] +[unused45] +[unused46] +[unused47] +[unused48] +[unused49] +[unused50] +[unused51] +[unused52] +[unused53] +[unused54] +[unused55] +[unused56] +[unused57] +[unused58] +[unused59] +[unused60] +[unused61] +[unused62] +[unused63] +[unused64] +[unused65] +[unused66] +[unused67] +[unused68] +[unused69] +[unused70] +[unused71] +[unused72] +[unused73] +[unused74] +[unused75] +[unused76] +[unused77] +[unused78] +[unused79] +[unused80] +[unused81] +[unused82] +[unused83] +[unused84] +[unused85] +[unused86] +[unused87] +[unused88] +[unused89] +[unused90] +[unused91] +[unused92] +[unused93] +[unused94] +[unused95] +[unused96] +[unused97] +[unused98] +[UNK] +[CLS] +[SEP] +[MASK] +[unused99] +[unused100] +[unused101] +[unused102] +[unused103] +[unused104] +[unused105] +[unused106] +[unused107] +[unused108] +[unused109] +[unused110] +[unused111] +[unused112] +[unused113] +[unused114] +[unused115] +[unused116] +[unused117] +[unused118] +[unused119] +[unused120] +[unused121] +[unused122] +[unused123] +[unused124] +[unused125] +[unused126] +[unused127] +[unused128] +[unused129] +[unused130] +[unused131] +[unused132] +[unused133] +[unused134] +[unused135] +[unused136] +[unused137] +[unused138] +[unused139] +[unused140] +[unused141] +[unused142] +[unused143] +[unused144] +[unused145] +[unused146] +[unused147] +[unused148] +[unused149] +[unused150] +[unused151] +[unused152] +[unused153] +[unused154] +[unused155] +[unused156] +[unused157] +[unused158] +[unused159] +[unused160] +[unused161] +[unused162] +[unused163] +[unused164] +[unused165] +[unused166] +[unused167] +[unused168] +[unused169] +[unused170] +[unused171] +[unused172] +[unused173] +[unused174] +[unused175] +[unused176] +[unused177] +[unused178] +[unused179] +[unused180] +[unused181] +[unused182] +[unused183] +[unused184] +[unused185] +[unused186] +[unused187] +[unused188] +[unused189] +[unused190] +[unused191] +[unused192] +[unused193] +[unused194] +[unused195] +[unused196] +[unused197] +[unused198] +[unused199] +[unused200] +[unused201] +[unused202] +[unused203] +[unused204] +[unused205] +[unused206] +[unused207] +[unused208] +[unused209] +[unused210] +[unused211] +[unused212] +[unused213] +[unused214] +[unused215] +[unused216] +[unused217] +[unused218] +[unused219] +[unused220] +[unused221] +[unused222] +[unused223] +[unused224] +[unused225] +[unused226] +[unused227] +[unused228] +[unused229] +[unused230] +[unused231] +[unused232] +[unused233] +[unused234] +[unused235] +[unused236] +[unused237] +[unused238] +[unused239] +[unused240] +[unused241] +[unused242] +[unused243] +[unused244] +[unused245] +[unused246] +[unused247] +[unused248] +[unused249] +[unused250] +[unused251] +[unused252] +[unused253] +[unused254] +[unused255] +[unused256] +[unused257] +[unused258] +[unused259] +[unused260] +[unused261] +[unused262] +[unused263] +[unused264] +[unused265] +[unused266] +[unused267] +[unused268] +[unused269] +[unused270] +[unused271] +[unused272] +[unused273] +[unused274] +[unused275] +[unused276] +[unused277] +[unused278] +[unused279] +[unused280] +[unused281] +[unused282] +[unused283] +[unused284] +[unused285] +[unused286] +[unused287] +[unused288] +[unused289] +[unused290] +[unused291] +[unused292] +[unused293] +[unused294] +[unused295] +[unused296] +[unused297] +[unused298] +[unused299] +[unused300] +[unused301] +[unused302] +[unused303] +[unused304] +[unused305] +[unused306] +[unused307] +[unused308] +[unused309] +[unused310] +[unused311] +[unused312] +[unused313] +[unused314] +[unused315] +[unused316] +[unused317] +[unused318] +[unused319] +[unused320] +[unused321] +[unused322] +[unused323] +[unused324] +[unused325] +[unused326] +[unused327] +[unused328] +[unused329] +[unused330] +[unused331] +[unused332] +[unused333] +[unused334] +[unused335] +[unused336] +[unused337] +[unused338] +[unused339] +[unused340] +[unused341] +[unused342] +[unused343] +[unused344] +[unused345] +[unused346] +[unused347] +[unused348] +[unused349] +[unused350] +[unused351] +[unused352] +[unused353] +[unused354] +[unused355] +[unused356] +[unused357] +[unused358] +[unused359] +[unused360] +[unused361] +[unused362] +[unused363] +[unused364] +[unused365] +[unused366] +[unused367] +[unused368] +[unused369] +[unused370] +[unused371] +[unused372] +[unused373] +[unused374] +[unused375] +[unused376] +[unused377] +[unused378] +[unused379] +[unused380] +[unused381] +[unused382] +[unused383] +[unused384] +[unused385] +[unused386] +[unused387] +[unused388] +[unused389] +[unused390] +[unused391] +[unused392] +[unused393] +[unused394] +[unused395] +[unused396] +[unused397] +[unused398] +[unused399] +[unused400] +[unused401] +[unused402] +[unused403] +[unused404] +[unused405] +[unused406] +[unused407] +[unused408] +[unused409] +[unused410] +[unused411] +[unused412] +[unused413] +[unused414] +[unused415] +[unused416] +[unused417] +[unused418] +[unused419] +[unused420] +[unused421] +[unused422] +[unused423] +[unused424] +[unused425] +[unused426] +[unused427] +[unused428] +[unused429] +[unused430] +[unused431] +[unused432] +[unused433] +[unused434] +[unused435] +[unused436] +[unused437] +[unused438] +[unused439] +[unused440] +[unused441] +[unused442] +[unused443] +[unused444] +[unused445] +[unused446] +[unused447] +[unused448] +[unused449] +[unused450] +[unused451] +[unused452] +[unused453] +[unused454] +[unused455] +[unused456] +[unused457] +[unused458] +[unused459] +[unused460] +[unused461] +[unused462] +[unused463] +[unused464] +[unused465] +[unused466] +[unused467] +[unused468] +[unused469] +[unused470] +[unused471] +[unused472] +[unused473] +[unused474] +[unused475] +[unused476] +[unused477] +[unused478] +[unused479] +[unused480] +[unused481] +[unused482] +[unused483] +[unused484] +[unused485] +[unused486] +[unused487] +[unused488] +[unused489] +[unused490] +[unused491] +[unused492] +[unused493] +[unused494] +[unused495] +[unused496] +[unused497] +[unused498] +[unused499] +[unused500] +[unused501] +[unused502] +[unused503] +[unused504] +[unused505] +[unused506] +[unused507] +[unused508] +[unused509] +[unused510] +[unused511] +[unused512] +[unused513] +[unused514] +[unused515] +[unused516] +[unused517] +[unused518] +[unused519] +[unused520] +[unused521] +[unused522] +[unused523] +[unused524] +[unused525] +[unused526] +[unused527] +[unused528] +[unused529] +[unused530] +[unused531] +[unused532] +[unused533] +[unused534] +[unused535] +[unused536] +[unused537] +[unused538] +[unused539] +[unused540] +[unused541] +[unused542] +[unused543] +[unused544] +[unused545] +[unused546] +[unused547] +[unused548] +[unused549] +[unused550] +[unused551] +[unused552] +[unused553] +[unused554] +[unused555] +[unused556] +[unused557] +[unused558] +[unused559] +[unused560] +[unused561] +[unused562] +[unused563] +[unused564] +[unused565] +[unused566] +[unused567] +[unused568] +[unused569] +[unused570] +[unused571] +[unused572] +[unused573] +[unused574] +[unused575] +[unused576] +[unused577] +[unused578] +[unused579] +[unused580] +[unused581] +[unused582] +[unused583] +[unused584] +[unused585] +[unused586] +[unused587] +[unused588] +[unused589] +[unused590] +[unused591] +[unused592] +[unused593] +[unused594] +[unused595] +[unused596] +[unused597] +[unused598] +[unused599] +[unused600] +[unused601] +[unused602] +[unused603] +[unused604] +[unused605] +[unused606] +[unused607] +[unused608] +[unused609] +[unused610] +[unused611] +[unused612] +[unused613] +[unused614] +[unused615] +[unused616] +[unused617] +[unused618] +[unused619] +[unused620] +[unused621] +[unused622] +[unused623] +[unused624] +[unused625] +[unused626] +[unused627] +[unused628] +[unused629] +[unused630] +[unused631] +[unused632] +[unused633] +[unused634] +[unused635] +[unused636] +[unused637] +[unused638] +[unused639] +[unused640] +[unused641] +[unused642] +[unused643] +[unused644] +[unused645] +[unused646] +[unused647] +[unused648] +[unused649] +[unused650] +[unused651] +[unused652] +[unused653] +[unused654] +[unused655] +[unused656] +[unused657] +[unused658] +[unused659] +[unused660] +[unused661] +[unused662] +[unused663] +[unused664] +[unused665] +[unused666] +[unused667] +[unused668] +[unused669] +[unused670] +[unused671] +[unused672] +[unused673] +[unused674] +[unused675] +[unused676] +[unused677] +[unused678] +[unused679] +[unused680] +[unused681] +[unused682] +[unused683] +[unused684] +[unused685] +[unused686] +[unused687] +[unused688] +[unused689] +[unused690] +[unused691] +[unused692] +[unused693] +[unused694] +[unused695] +[unused696] +[unused697] +[unused698] +[unused699] +[unused700] +[unused701] +[unused702] +[unused703] +[unused704] +[unused705] +[unused706] +[unused707] +[unused708] +[unused709] +[unused710] +[unused711] +[unused712] +[unused713] +[unused714] +[unused715] +[unused716] +[unused717] +[unused718] +[unused719] +[unused720] +[unused721] +[unused722] +[unused723] +[unused724] +[unused725] +[unused726] +[unused727] +[unused728] +[unused729] +[unused730] +[unused731] +[unused732] +[unused733] +[unused734] +[unused735] +[unused736] +[unused737] +[unused738] +[unused739] +[unused740] +[unused741] +[unused742] +[unused743] +[unused744] +[unused745] +[unused746] +[unused747] +[unused748] +[unused749] +[unused750] +[unused751] +[unused752] +[unused753] +[unused754] +[unused755] +[unused756] +[unused757] +[unused758] +[unused759] +[unused760] +[unused761] +[unused762] +[unused763] +[unused764] +[unused765] +[unused766] +[unused767] +[unused768] +[unused769] +[unused770] +[unused771] +[unused772] +[unused773] +[unused774] +[unused775] +[unused776] +[unused777] +[unused778] +[unused779] +[unused780] +[unused781] +[unused782] +[unused783] +[unused784] +[unused785] +[unused786] +[unused787] +[unused788] +[unused789] +[unused790] +[unused791] +[unused792] +[unused793] +[unused794] +[unused795] +[unused796] +[unused797] +[unused798] +[unused799] +[unused800] +[unused801] +[unused802] +[unused803] +[unused804] +[unused805] +[unused806] +[unused807] +[unused808] +[unused809] +[unused810] +[unused811] +[unused812] +[unused813] +[unused814] +[unused815] +[unused816] +[unused817] +[unused818] +[unused819] +[unused820] +[unused821] +[unused822] +[unused823] +[unused824] +[unused825] +[unused826] +[unused827] +[unused828] +[unused829] +[unused830] +[unused831] +[unused832] +[unused833] +[unused834] +[unused835] +[unused836] +[unused837] +[unused838] +[unused839] +[unused840] +[unused841] +[unused842] +[unused843] +[unused844] +[unused845] +[unused846] +[unused847] +[unused848] +[unused849] +[unused850] +[unused851] +[unused852] +[unused853] +[unused854] +[unused855] +[unused856] +[unused857] +[unused858] +[unused859] +[unused860] +[unused861] +[unused862] +[unused863] +[unused864] +[unused865] +[unused866] +[unused867] +[unused868] +[unused869] +[unused870] +[unused871] +[unused872] +[unused873] +[unused874] +[unused875] +[unused876] +[unused877] +[unused878] +[unused879] +[unused880] +[unused881] +[unused882] +[unused883] +[unused884] +[unused885] +[unused886] +[unused887] +[unused888] +[unused889] +[unused890] +[unused891] +[unused892] +[unused893] +[unused894] +[unused895] +[unused896] +[unused897] +[unused898] +[unused899] +[unused900] +[unused901] +[unused902] +[unused903] +[unused904] +[unused905] +[unused906] +[unused907] +[unused908] +[unused909] +[unused910] +[unused911] +[unused912] +[unused913] +[unused914] +[unused915] +[unused916] +[unused917] +[unused918] +[unused919] +[unused920] +[unused921] +[unused922] +[unused923] +[unused924] +[unused925] +[unused926] +[unused927] +[unused928] +[unused929] +[unused930] +[unused931] +[unused932] +[unused933] +[unused934] +[unused935] +[unused936] +[unused937] +[unused938] +[unused939] +[unused940] +[unused941] +[unused942] +[unused943] +[unused944] +[unused945] +[unused946] +[unused947] +[unused948] +[unused949] +[unused950] +[unused951] +[unused952] +[unused953] +[unused954] +[unused955] +[unused956] +[unused957] +[unused958] +[unused959] +[unused960] +[unused961] +[unused962] +[unused963] +[unused964] +[unused965] +[unused966] +[unused967] +[unused968] +[unused969] +[unused970] +[unused971] +[unused972] +[unused973] +[unused974] +[unused975] +[unused976] +[unused977] +[unused978] +[unused979] +[unused980] +[unused981] +[unused982] +[unused983] +[unused984] +[unused985] +[unused986] +[unused987] +[unused988] +[unused989] +[unused990] +[unused991] +[unused992] +[unused993] +! +" +# +$ +% +& +' +( +) +* ++ +, +- +. +/ +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +: +; +< += +> +? +@ +[ +\ +] +^ +_ +` +a +b +c +d +e +f +g +h +i +j +k +l +m +n +o +p +q +r +s +t +u +v +w +x +y +z +{ +| +} +~ +¡ +¢ +£ +¤ +¥ +¦ +§ +¨ +© +ª +« +¬ +® +° +± +² +³ +´ +µ +¶ +· +¹ +º +» +¼ +½ +¾ +¿ +× +ß +æ +ð +÷ +ø +þ +đ +ħ +ı +ł +ŋ +œ +ƒ +ɐ +ɑ +ɒ +ɔ +ɕ +ə +ɛ +ɡ +ɣ +ɨ +ɪ +ɫ +ɬ +ɯ +ɲ +ɴ +ɹ +ɾ +ʀ +ʁ +ʂ +ʃ +ʉ +ʊ +ʋ +ʌ +ʎ +ʐ +ʑ +ʒ +ʔ +ʰ +ʲ +ʳ +ʷ +ʸ +ʻ +ʼ +ʾ +ʿ +ˈ +ː +ˡ +ˢ +ˣ +ˤ +α +β +γ +δ +ε +ζ +η +θ +ι +κ +λ +μ +ν +ξ +ο +π +ρ +ς +σ +τ +υ +φ +χ +ψ +ω +а +б +в +г +д +е +ж +з +и +к +л +м +н +о +п +р +с +т +у +ф +х +ц +ч +ш +щ +ъ +ы +ь +э +ю +я +ђ +є +і +ј +љ +њ +ћ +ӏ +ա +բ +գ +դ +ե +թ +ի +լ +կ +հ +մ +յ +ն +ո +պ +ս +վ +տ +ր +ւ +ք +־ +א +ב +ג +ד +ה +ו +ז +ח +ט +י +ך +כ +ל +ם +מ +ן +נ +ס +ע +ף +פ +ץ +צ +ק +ר +ש +ת +، +ء +ا +ب +ة +ت +ث +ج +ح +خ +د +ذ +ر +ز +س +ش +ص +ض +ط +ظ +ع +غ +ـ +ف +ق +ك +ل +م +ن +ه +و +ى +ي +ٹ +پ +چ +ک +گ +ں +ھ +ہ +ی +ے +अ +आ +उ +ए +क +ख +ग +च +ज +ट +ड +ण +त +थ +द +ध +न +प +ब +भ +म +य +र +ल +व +श +ष +स +ह +ा +ि +ी +ो +। +॥ +ং +অ +আ +ই +উ +এ +ও +ক +খ +গ +চ +ছ +জ +ট +ড +ণ +ত +থ +দ +ধ +ন +প +ব +ভ +ম +য +র +ল +শ +ষ +স +হ +া +ি +ী +ে +க +ச +ட +த +ந +ன +ப +ம +ய +ர +ல +ள +வ +ா +ி +ு +ே +ை +ನ +ರ +ಾ +ක +ය +ර +ල +ව +ා +ก +ง +ต +ท +น +พ +ม +ย +ร +ล +ว +ส +อ +า +เ +་ +། +ག +ང +ད +ན +པ +བ +མ +འ +ར +ལ +ས +မ +ა +ბ +გ +დ +ე +ვ +თ +ი +კ +ლ +მ +ნ +ო +რ +ს +ტ +უ +ᄀ +ᄂ +ᄃ +ᄅ +ᄆ +ᄇ +ᄉ +ᄊ +ᄋ +ᄌ +ᄎ +ᄏ +ᄐ +ᄑ +ᄒ +ᅡ +ᅢ +ᅥ +ᅦ +ᅧ +ᅩ +ᅪ +ᅭ +ᅮ +ᅯ +ᅲ +ᅳ +ᅴ +ᅵ +ᆨ +ᆫ +ᆯ +ᆷ +ᆸ +ᆼ +ᴬ +ᴮ +ᴰ +ᴵ +ᴺ +ᵀ +ᵃ +ᵇ +ᵈ +ᵉ +ᵍ +ᵏ +ᵐ +ᵒ +ᵖ +ᵗ +ᵘ +ᵢ +ᵣ +ᵤ +ᵥ +ᶜ +ᶠ +‐ +‑ +‒ +– +— +― +‖ +‘ +’ +‚ +“ +” +„ +† +‡ +• +… +‰ +′ +″ +› +‿ +⁄ +⁰ +ⁱ +⁴ +⁵ +⁶ +⁷ +⁸ +⁹ +⁺ +⁻ +ⁿ +₀ +₁ +₂ +₃ +₄ +₅ +₆ +₇ +₈ +₉ +₊ +₍ +₎ +ₐ +ₑ +ₒ +ₓ +ₕ +ₖ +ₗ +ₘ +ₙ +ₚ +ₛ +ₜ +₤ +₩ +€ +₱ +₹ +ℓ +№ +ℝ +™ +⅓ +⅔ +← +↑ +→ +↓ +↔ +↦ +⇄ +⇌ +⇒ +∂ +∅ +∆ +∇ +∈ +− +∗ +∘ +√ +∞ +∧ +∨ +∩ +∪ +≈ +≡ +≤ +≥ +⊂ +⊆ +⊕ +⊗ +⋅ +─ +│ +■ +▪ +● +★ +☆ +☉ +♠ +♣ +♥ +♦ +♭ +♯ +⟨ +⟩ +ⱼ +⺩ +⺼ +⽥ +、 +。 +〈 +〉 +《 +》 +「 +」 +『 +』 +〜 +あ +い +う +え +お +か +き +く +け +こ +さ +し +す +せ +そ +た +ち +っ +つ +て +と +な +に +ぬ +ね +の +は +ひ +ふ +へ +ほ +ま +み +む +め +も +や +ゆ +よ +ら +り +る +れ +ろ +を +ん +ァ +ア +ィ +イ +ウ +ェ +エ +オ +カ +キ +ク +ケ +コ +サ +シ +ス +セ +タ +チ +ッ +ツ +テ +ト +ナ +ニ +ノ +ハ +ヒ +フ +ヘ +ホ +マ +ミ +ム +メ +モ +ャ +ュ +ョ +ラ +リ +ル +レ +ロ +ワ +ン +・ +ー +一 +三 +上 +下 +不 +世 +中 +主 +久 +之 +也 +事 +二 +五 +井 +京 +人 +亻 +仁 +介 +代 +仮 +伊 +会 +佐 +侍 +保 +信 +健 +元 +光 +八 +公 +内 +出 +分 +前 +劉 +力 +加 +勝 +北 +区 +十 +千 +南 +博 +原 +口 +古 +史 +司 +合 +吉 +同 +名 +和 +囗 +四 +国 +國 +土 +地 +坂 +城 +堂 +場 +士 +夏 +外 +大 +天 +太 +夫 +奈 +女 +子 +学 +宀 +宇 +安 +宗 +定 +宣 +宮 +家 +宿 +寺 +將 +小 +尚 +山 +岡 +島 +崎 +川 +州 +巿 +帝 +平 +年 +幸 +广 +弘 +張 +彳 +後 +御 +德 +心 +忄 +志 +忠 +愛 +成 +我 +戦 +戸 +手 +扌 +政 +文 +新 +方 +日 +明 +星 +春 +昭 +智 +曲 +書 +月 +有 +朝 +木 +本 +李 +村 +東 +松 +林 +森 +楊 +樹 +橋 +歌 +止 +正 +武 +比 +氏 +民 +水 +氵 +氷 +永 +江 +沢 +河 +治 +法 +海 +清 +漢 +瀬 +火 +版 +犬 +王 +生 +田 +男 +疒 +発 +白 +的 +皇 +目 +相 +省 +真 +石 +示 +社 +神 +福 +禾 +秀 +秋 +空 +立 +章 +竹 +糹 +美 +義 +耳 +良 +艹 +花 +英 +華 +葉 +藤 +行 +街 +西 +見 +訁 +語 +谷 +貝 +貴 +車 +軍 +辶 +道 +郎 +郡 +部 +都 +里 +野 +金 +鈴 +镇 +長 +門 +間 +阝 +阿 +陳 +陽 +雄 +青 +面 +風 +食 +香 +馬 +高 +龍 +龸 +fi +fl +! +( +) +, +- +. +/ +: +? +~ +the +of +and +in +to +was +he +is +as +for +on +with +that +it +his +by +at +from +her +##s +she +you +had +an +were +but +be +this +are +not +my +they +one +which +or +have +him +me +first +all +also +their +has +up +who +out +been +when +after +there +into +new +two +its +##a +time +would +no +what +about +said +we +over +then +other +so +more +##e +can +if +like +back +them +only +some +could +##i +where +just +##ing +during +before +##n +do +##o +made +school +through +than +now +years +most +world +may +between +down +well +three +##d +year +while +will +##ed +##r +##y +later +##t +city +under +around +did +such +being +used +state +people +part +know +against +your +many +second +university +both +national +##er +these +don +known +off +way +until +re +how +even +get +head +... +didn +##ly +team +american +because +de +##l +born +united +film +since +still +long +work +south +us +became +any +high +again +day +family +see +right +man +eyes +house +season +war +states +including +took +life +north +same +each +called +name +much +place +however +go +four +group +another +found +won +area +here +going +10 +away +series +left +home +music +best +make +hand +number +company +several +never +last +john +000 +very +album +take +end +good +too +following +released +game +played +little +began +district +##m +old +want +those +side +held +own +early +county +ll +league +use +west +##u +face +think +##es +2010 +government +##h +march +came +small +general +town +june +##on +line +based +something +##k +september +thought +looked +along +international +2011 +air +july +club +went +january +october +our +august +april +york +12 +few +2012 +2008 +east +show +member +college +2009 +father +public +##us +come +men +five +set +station +church +##c +next +former +november +room +party +located +december +2013 +age +got +2007 +##g +system +let +love +2006 +though +every +2014 +look +song +water +century +without +body +black +night +within +great +women +single +ve +building +large +population +river +named +band +white +started +##an +once +15 +20 +should +18 +2015 +service +top +built +british +open +death +king +moved +local +times +children +february +book +why +11 +door +need +president +order +final +road +wasn +although +due +major +died +village +third +knew +2016 +asked +turned +st +wanted +say +##p +together +received +main +son +served +different +##en +behind +himself +felt +members +power +football +law +voice +play +##in +near +park +history +30 +having +2005 +16 +##man +saw +mother +##al +army +point +front +help +english +street +art +late +hands +games +award +##ia +young +14 +put +published +country +division +across +told +13 +often +ever +french +london +center +six +red +2017 +led +days +include +light +25 +find +tell +among +species +really +according +central +half +2004 +form +original +gave +office +making +enough +lost +full +opened +must +included +live +given +german +player +run +business +woman +community +cup +might +million +land +2000 +court +development +17 +short +round +ii +km +seen +class +story +always +become +sure +research +almost +director +council +la +##2 +career +things +using +island +##z +couldn +car +##is +24 +close +force +##1 +better +free +support +control +field +students +2003 +education +married +##b +nothing +worked +others +record +big +inside +level +anything +continued +give +james +##3 +military +established +non +returned +feel +does +title +written +thing +feet +william +far +co +association +hard +already +2002 +##ra +championship +human +western +100 +##na +department +hall +role +various +production +21 +19 +heart +2001 +living +fire +version +##ers +##f +television +royal +##4 +produced +working +act +case +society +region +present +radio +period +looking +least +total +keep +england +wife +program +per +brother +mind +special +22 +##le +am +works +soon +##6 +political +george +services +taken +created +##7 +further +able +reached +david +union +joined +upon +done +important +social +information +either +##ic +##x +appeared +position +ground +lead +rock +dark +election +23 +board +france +hair +course +arms +site +police +girl +instead +real +sound +##v +words +moment +##te +someone +##8 +summer +project +announced +san +less +wrote +past +followed +##5 +blue +founded +al +finally +india +taking +records +america +##ne +1999 +design +considered +northern +god +stop +battle +toward +european +outside +described +track +today +playing +language +28 +call +26 +heard +professional +low +australia +miles +california +win +yet +green +##ie +trying +blood +##ton +southern +science +maybe +everything +match +square +27 +mouth +video +race +recorded +leave +above +##9 +daughter +points +space +1998 +museum +change +middle +common +##0 +move +tv +post +##ta +lake +seven +tried +elected +closed +ten +paul +minister +##th +months +start +chief +return +canada +person +sea +release +similar +modern +brought +rest +hit +formed +mr +##la +1997 +floor +event +doing +thomas +1996 +robert +care +killed +training +star +week +needed +turn +finished +railway +rather +news +health +sent +example +ran +term +michael +coming +currently +yes +forces +despite +gold +areas +50 +stage +fact +29 +dead +says +popular +2018 +originally +germany +probably +developed +result +pulled +friend +stood +money +running +mi +signed +word +songs +child +eventually +met +tour +average +teams +minutes +festival +current +deep +kind +1995 +decided +usually +eastern +seemed +##ness +episode +bed +added +table +indian +private +charles +route +available +idea +throughout +centre +addition +appointed +style +1994 +books +eight +construction +press +mean +wall +friends +remained +schools +study +##ch +##um +institute +oh +chinese +sometimes +events +possible +1992 +australian +type +brown +forward +talk +process +food +debut +seat +performance +committee +features +character +arts +herself +else +lot +strong +russian +range +hours +peter +arm +##da +morning +dr +sold +##ry +quickly +directed +1993 +guitar +china +##w +31 +list +##ma +performed +media +uk +players +smile +##rs +myself +40 +placed +coach +province +towards +wouldn +leading +whole +boy +official +designed +grand +census +##el +europe +attack +japanese +henry +1991 +##re +##os +cross +getting +alone +action +lower +network +wide +washington +japan +1990 +hospital +believe +changed +sister +##ar +hold +gone +sir +hadn +ship +##ka +studies +academy +shot +rights +below +base +bad +involved +kept +largest +##ist +bank +future +especially +beginning +mark +movement +section +female +magazine +plan +professor +lord +longer +##ian +sat +walked +hill +actually +civil +energy +model +families +size +thus +aircraft +completed +includes +data +captain +##or +fight +vocals +featured +richard +bridge +fourth +1989 +officer +stone +hear +##ism +means +medical +groups +management +self +lips +competition +entire +lived +technology +leaving +federal +tournament +bit +passed +hot +independent +awards +kingdom +mary +spent +fine +doesn +reported +##ling +jack +fall +raised +itself +stay +true +studio +1988 +sports +replaced +paris +systems +saint +leader +theatre +whose +market +capital +parents +spanish +canadian +earth +##ity +cut +degree +writing +bay +christian +awarded +natural +higher +bill +##as +coast +provided +previous +senior +ft +valley +organization +stopped +onto +countries +parts +conference +queen +security +interest +saying +allowed +master +earlier +phone +matter +smith +winning +try +happened +moving +campaign +los +##ley +breath +nearly +mid +1987 +certain +girls +date +italian +african +standing +fell +artist +##ted +shows +deal +mine +industry +1986 +##ng +everyone +republic +provide +collection +library +student +##ville +primary +owned +older +via +heavy +1st +makes +##able +attention +anyone +africa +##ri +stated +length +ended +fingers +command +staff +skin +foreign +opening +governor +okay +medal +kill +sun +cover +job +1985 +introduced +chest +hell +feeling +##ies +success +meet +reason +standard +meeting +novel +1984 +trade +source +buildings +##land +rose +guy +goal +##ur +chapter +native +husband +previously +unit +limited +entered +weeks +producer +operations +mountain +takes +covered +forced +related +roman +complete +successful +key +texas +cold +##ya +channel +1980 +traditional +films +dance +clear +approximately +500 +nine +van +prince +question +active +tracks +ireland +regional +silver +author +personal +sense +operation +##ine +economic +1983 +holding +twenty +isbn +additional +speed +hour +edition +regular +historic +places +whom +shook +movie +km² +secretary +prior +report +chicago +read +foundation +view +engine +scored +1982 +units +ask +airport +property +ready +immediately +lady +month +listed +contract +##de +manager +themselves +lines +##ki +navy +writer +meant +##ts +runs +##ro +practice +championships +singer +glass +commission +required +forest +starting +culture +generally +giving +access +attended +test +couple +stand +catholic +martin +caught +executive +##less +eye +##ey +thinking +chair +quite +shoulder +1979 +hope +decision +plays +defeated +municipality +whether +structure +offered +slowly +pain +ice +direction +##ion +paper +mission +1981 +mostly +200 +noted +individual +managed +nature +lives +plant +##ha +helped +except +studied +computer +figure +relationship +issue +significant +loss +die +smiled +gun +ago +highest +1972 +##am +male +bring +goals +mexico +problem +distance +commercial +completely +location +annual +famous +drive +1976 +neck +1978 +surface +caused +italy +understand +greek +highway +wrong +hotel +comes +appearance +joseph +double +issues +musical +companies +castle +income +review +assembly +bass +initially +parliament +artists +experience +1974 +particular +walk +foot +engineering +talking +window +dropped +##ter +miss +baby +boys +break +1975 +stars +edge +remember +policy +carried +train +stadium +bar +sex +angeles +evidence +##ge +becoming +assistant +soviet +1977 +upper +step +wing +1970 +youth +financial +reach +##ll +actor +numerous +##se +##st +nodded +arrived +##ation +minute +##nt +believed +sorry +complex +beautiful +victory +associated +temple +1968 +1973 +chance +perhaps +metal +##son +1945 +bishop +##et +lee +launched +particularly +tree +le +retired +subject +prize +contains +yeah +theory +empire +##ce +suddenly +waiting +trust +recording +##to +happy +terms +camp +champion +1971 +religious +pass +zealand +names +2nd +port +ancient +tom +corner +represented +watch +legal +anti +justice +cause +watched +brothers +45 +material +changes +simply +response +louis +fast +##ting +answer +60 +historical +1969 +stories +straight +create +feature +increased +rate +administration +virginia +el +activities +cultural +overall +winner +programs +basketball +legs +guard +beyond +cast +doctor +mm +flight +results +remains +cost +effect +winter +##ble +larger +islands +problems +chairman +grew +commander +isn +1967 +pay +failed +selected +hurt +fort +box +regiment +majority +journal +35 +edward +plans +##ke +##ni +shown +pretty +irish +characters +directly +scene +likely +operated +allow +spring +##j +junior +matches +looks +mike +houses +fellow +##tion +beach +marriage +##ham +##ive +rules +oil +65 +florida +expected +nearby +congress +sam +peace +recent +iii +wait +subsequently +cell +##do +variety +serving +agreed +please +poor +joe +pacific +attempt +wood +democratic +piece +prime +##ca +rural +mile +touch +appears +township +1964 +1966 +soldiers +##men +##ized +1965 +pennsylvania +closer +fighting +claimed +score +jones +physical +editor +##ous +filled +genus +specific +sitting +super +mom +##va +therefore +supported +status +fear +cases +store +meaning +wales +minor +spain +tower +focus +vice +frank +follow +parish +separate +golden +horse +fifth +remaining +branch +32 +presented +stared +##id +uses +secret +forms +##co +baseball +exactly +##ck +choice +note +discovered +travel +composed +truth +russia +ball +color +kiss +dad +wind +continue +ring +referred +numbers +digital +greater +##ns +metres +slightly +direct +increase +1960 +responsible +crew +rule +trees +troops +##no +broke +goes +individuals +hundred +weight +creek +sleep +memory +defense +provides +ordered +code +value +jewish +windows +1944 +safe +judge +whatever +corps +realized +growing +pre +##ga +cities +alexander +gaze +lies +spread +scott +letter +showed +situation +mayor +transport +watching +workers +extended +##li +expression +normal +##ment +chart +multiple +border +##ba +host +##ner +daily +mrs +walls +piano +##ko +heat +cannot +##ate +earned +products +drama +era +authority +seasons +join +grade +##io +sign +difficult +machine +1963 +territory +mainly +##wood +stations +squadron +1962 +stepped +iron +19th +##led +serve +appear +sky +speak +broken +charge +knowledge +kilometres +removed +ships +article +campus +simple +##ty +pushed +britain +##ve +leaves +recently +cd +soft +boston +latter +easy +acquired +poland +##sa +quality +officers +presence +planned +nations +mass +broadcast +jean +share +image +influence +wild +offer +emperor +electric +reading +headed +ability +promoted +yellow +ministry +1942 +throat +smaller +politician +##by +latin +spoke +cars +williams +males +lack +pop +80 +##ier +acting +seeing +consists +##ti +estate +1961 +pressure +johnson +newspaper +jr +chris +olympics +online +conditions +beat +elements +walking +vote +##field +needs +carolina +text +featuring +global +block +shirt +levels +francisco +purpose +females +et +dutch +duke +ahead +gas +twice +safety +serious +turning +highly +lieutenant +firm +maria +amount +mixed +daniel +proposed +perfect +agreement +affairs +3rd +seconds +contemporary +paid +1943 +prison +save +kitchen +label +administrative +intended +constructed +academic +nice +teacher +races +1956 +formerly +corporation +ben +nation +issued +shut +1958 +drums +housing +victoria +seems +opera +1959 +graduated +function +von +mentioned +picked +build +recognized +shortly +protection +picture +notable +exchange +elections +1980s +loved +percent +racing +fish +elizabeth +garden +volume +hockey +1941 +beside +settled +##ford +1940 +competed +replied +drew +1948 +actress +marine +scotland +steel +glanced +farm +steve +1957 +risk +tonight +positive +magic +singles +effects +gray +screen +dog +##ja +residents +bus +sides +none +secondary +literature +polish +destroyed +flying +founder +households +1939 +lay +reserve +usa +gallery +##ler +1946 +industrial +younger +approach +appearances +urban +ones +1950 +finish +avenue +powerful +fully +growth +page +honor +jersey +projects +advanced +revealed +basic +90 +infantry +pair +equipment +visit +33 +evening +search +grant +effort +solo +treatment +buried +republican +primarily +bottom +owner +1970s +israel +gives +jim +dream +bob +remain +spot +70 +notes +produce +champions +contact +ed +soul +accepted +ways +del +##ally +losing +split +price +capacity +basis +trial +questions +##ina +1955 +20th +guess +officially +memorial +naval +initial +##ization +whispered +median +engineer +##ful +sydney +##go +columbia +strength +300 +1952 +tears +senate +00 +card +asian +agent +1947 +software +44 +draw +warm +supposed +com +pro +##il +transferred +leaned +##at +candidate +escape +mountains +asia +potential +activity +entertainment +seem +traffic +jackson +murder +36 +slow +product +orchestra +haven +agency +bbc +taught +website +comedy +unable +storm +planning +albums +rugby +environment +scientific +grabbed +protect +##hi +boat +typically +1954 +1953 +damage +principal +divided +dedicated +mount +ohio +##berg +pick +fought +driver +##der +empty +shoulders +sort +thank +berlin +prominent +account +freedom +necessary +efforts +alex +headquarters +follows +alongside +des +simon +andrew +suggested +operating +learning +steps +1949 +sweet +technical +begin +easily +34 +teeth +speaking +settlement +scale +##sh +renamed +ray +max +enemy +semi +joint +compared +##rd +scottish +leadership +analysis +offers +georgia +pieces +captured +animal +deputy +guest +organized +##lin +tony +combined +method +challenge +1960s +huge +wants +battalion +sons +rise +crime +types +facilities +telling +path +1951 +platform +sit +1990s +##lo +tells +assigned +rich +pull +##ot +commonly +alive +##za +letters +concept +conducted +wearing +happen +bought +becomes +holy +gets +ocean +defeat +languages +purchased +coffee +occurred +titled +##q +declared +applied +sciences +concert +sounds +jazz +brain +##me +painting +fleet +tax +nick +##ius +michigan +count +animals +leaders +episodes +##line +content +##den +birth +##it +clubs +64 +palace +critical +refused +fair +leg +laughed +returning +surrounding +participated +formation +lifted +pointed +connected +rome +medicine +laid +taylor +santa +powers +adam +tall +shared +focused +knowing +yards +entrance +falls +##wa +calling +##ad +sources +chosen +beneath +resources +yard +##ite +nominated +silence +zone +defined +##que +gained +thirty +38 +bodies +moon +##ard +adopted +christmas +widely +register +apart +iran +premier +serves +du +unknown +parties +##les +generation +##ff +continues +quick +fields +brigade +quiet +teaching +clothes +impact +weapons +partner +flat +theater +supreme +1938 +37 +relations +##tor +plants +suffered +1936 +wilson +kids +begins +##age +1918 +seats +armed +internet +models +worth +laws +400 +communities +classes +background +knows +thanks +quarter +reaching +humans +carry +killing +format +kong +hong +setting +75 +architecture +disease +railroad +inc +possibly +wish +arthur +thoughts +harry +doors +density +##di +crowd +illinois +stomach +tone +unique +reports +anyway +##ir +liberal +der +vehicle +thick +dry +drug +faced +largely +facility +theme +holds +creation +strange +colonel +##mi +revolution +bell +politics +turns +silent +rail +relief +independence +combat +shape +write +determined +sales +learned +4th +finger +oxford +providing +1937 +heritage +fiction +situated +designated +allowing +distribution +hosted +##est +sight +interview +estimated +reduced +##ria +toronto +footballer +keeping +guys +damn +claim +motion +sport +sixth +stayed +##ze +en +rear +receive +handed +twelve +dress +audience +granted +brazil +##well +spirit +##ated +noticed +etc +olympic +representative +eric +tight +trouble +reviews +drink +vampire +missing +roles +ranked +newly +household +finals +wave +critics +##ee +phase +massachusetts +pilot +unlike +philadelphia +bright +guns +crown +organizations +roof +42 +respectively +clearly +tongue +marked +circle +fox +korea +bronze +brian +expanded +sexual +supply +yourself +inspired +labour +fc +##ah +reference +vision +draft +connection +brand +reasons +1935 +classic +driving +trip +jesus +cells +entry +1920 +neither +trail +claims +atlantic +orders +labor +nose +afraid +identified +intelligence +calls +cancer +attacked +passing +stephen +positions +imperial +grey +jason +39 +sunday +48 +swedish +avoid +extra +uncle +message +covers +allows +surprise +materials +fame +hunter +##ji +1930 +citizens +figures +davis +environmental +confirmed +shit +titles +di +performing +difference +acts +attacks +##ov +existing +votes +opportunity +nor +shop +entirely +trains +opposite +pakistan +##pa +develop +resulted +representatives +actions +reality +pressed +##ish +barely +wine +conversation +faculty +northwest +ends +documentary +nuclear +stock +grace +sets +eat +alternative +##ps +bag +resulting +creating +surprised +cemetery +1919 +drop +finding +sarah +cricket +streets +tradition +ride +1933 +exhibition +target +ear +explained +rain +composer +injury +apartment +municipal +educational +occupied +netherlands +clean +billion +constitution +learn +1914 +maximum +classical +francis +lose +opposition +jose +ontario +bear +core +hills +rolled +ending +drawn +permanent +fun +##tes +##lla +lewis +sites +chamber +ryan +##way +scoring +height +1934 +##house +lyrics +staring +55 +officials +1917 +snow +oldest +##tic +orange +##ger +qualified +interior +apparently +succeeded +thousand +dinner +lights +existence +fans +heavily +41 +greatest +conservative +send +bowl +plus +enter +catch +##un +economy +duty +1929 +speech +authorities +princess +performances +versions +shall +graduate +pictures +effective +remembered +poetry +desk +crossed +starring +starts +passenger +sharp +##ant +acres +ass +weather +falling +rank +fund +supporting +check +adult +publishing +heads +cm +southeast +lane +##burg +application +bc +##ura +les +condition +transfer +prevent +display +ex +regions +earl +federation +cool +relatively +answered +besides +1928 +obtained +portion +##town +mix +##ding +reaction +liked +dean +express +peak +1932 +##tte +counter +religion +chain +rare +miller +convention +aid +lie +vehicles +mobile +perform +squad +wonder +lying +crazy +sword +##ping +attempted +centuries +weren +philosophy +category +##ize +anna +interested +47 +sweden +wolf +frequently +abandoned +kg +literary +alliance +task +entitled +##ay +threw +promotion +factory +tiny +soccer +visited +matt +fm +achieved +52 +defence +internal +persian +43 +methods +##ging +arrested +otherwise +cambridge +programming +villages +elementary +districts +rooms +criminal +conflict +worry +trained +1931 +attempts +waited +signal +bird +truck +subsequent +programme +##ol +ad +49 +communist +details +faith +sector +patrick +carrying +laugh +##ss +controlled +korean +showing +origin +fuel +evil +1927 +##ent +brief +identity +darkness +address +pool +missed +publication +web +planet +ian +anne +wings +invited +##tt +briefly +standards +kissed +##be +ideas +climate +causing +walter +worse +albert +articles +winners +desire +aged +northeast +dangerous +gate +doubt +1922 +wooden +multi +##ky +poet +rising +funding +46 +communications +communication +violence +copies +prepared +ford +investigation +skills +1924 +pulling +electronic +##ak +##ial +##han +containing +ultimately +offices +singing +understanding +restaurant +tomorrow +fashion +christ +ward +da +pope +stands +5th +flow +studios +aired +commissioned +contained +exist +fresh +americans +##per +wrestling +approved +kid +employed +respect +suit +1925 +angel +asking +increasing +frame +angry +selling +1950s +thin +finds +##nd +temperature +statement +ali +explain +inhabitants +towns +extensive +narrow +51 +jane +flowers +images +promise +somewhere +object +fly +closely +##ls +1912 +bureau +cape +1926 +weekly +presidential +legislative +1921 +##ai +##au +launch +founding +##ny +978 +##ring +artillery +strike +un +institutions +roll +writers +landing +chose +kevin +anymore +pp +##ut +attorney +fit +dan +billboard +receiving +agricultural +breaking +sought +dave +admitted +lands +mexican +##bury +charlie +specifically +hole +iv +howard +credit +moscow +roads +accident +1923 +proved +wear +struck +hey +guards +stuff +slid +expansion +1915 +cat +anthony +##kin +melbourne +opposed +sub +southwest +architect +failure +plane +1916 +##ron +map +camera +tank +listen +regarding +wet +introduction +metropolitan +link +ep +fighter +inch +grown +gene +anger +fixed +buy +dvd +khan +domestic +worldwide +chapel +mill +functions +examples +##head +developing +1910 +turkey +hits +pocket +antonio +papers +grow +unless +circuit +18th +concerned +attached +journalist +selection +journey +converted +provincial +painted +hearing +aren +bands +negative +aside +wondered +knight +lap +survey +ma +##ow +noise +billy +##ium +shooting +guide +bedroom +priest +resistance +motor +homes +sounded +giant +##mer +150 +scenes +equal +comic +patients +hidden +solid +actual +bringing +afternoon +touched +funds +wedding +consisted +marie +canal +sr +kim +treaty +turkish +recognition +residence +cathedral +broad +knees +incident +shaped +fired +norwegian +handle +cheek +contest +represent +##pe +representing +beauty +##sen +birds +advantage +emergency +wrapped +drawing +notice +pink +broadcasting +##ong +somehow +bachelor +seventh +collected +registered +establishment +alan +assumed +chemical +personnel +roger +retirement +jeff +portuguese +wore +tied +device +threat +progress +advance +##ised +banks +hired +manchester +nfl +teachers +structures +forever +##bo +tennis +helping +saturday +sale +applications +junction +hip +incorporated +neighborhood +dressed +ceremony +##ds +influenced +hers +visual +stairs +decades +inner +kansas +hung +hoped +gain +scheduled +downtown +engaged +austria +clock +norway +certainly +pale +protected +1913 +victor +employees +plate +putting +surrounded +##ists +finishing +blues +tropical +##ries +minnesota +consider +philippines +accept +54 +retrieved +1900 +concern +anderson +properties +institution +gordon +successfully +vietnam +##dy +backing +outstanding +muslim +crossing +folk +producing +usual +demand +occurs +observed +lawyer +educated +##ana +kelly +string +pleasure +budget +items +quietly +colorado +philip +typical +##worth +derived +600 +survived +asks +mental +##ide +56 +jake +jews +distinguished +ltd +1911 +sri +extremely +53 +athletic +loud +thousands +worried +shadow +transportation +horses +weapon +arena +importance +users +tim +objects +contributed +dragon +douglas +aware +senator +johnny +jordan +sisters +engines +flag +investment +samuel +shock +capable +clark +row +wheel +refers +session +familiar +biggest +wins +hate +maintained +drove +hamilton +request +expressed +injured +underground +churches +walker +wars +tunnel +passes +stupid +agriculture +softly +cabinet +regarded +joining +indiana +##ea +##ms +push +dates +spend +behavior +woods +protein +gently +chase +morgan +mention +burning +wake +combination +occur +mirror +leads +jimmy +indeed +impossible +singapore +paintings +covering +##nes +soldier +locations +attendance +sell +historian +wisconsin +invasion +argued +painter +diego +changing +egypt +##don +experienced +inches +##ku +missouri +vol +grounds +spoken +switzerland +##gan +reform +rolling +ha +forget +massive +resigned +burned +allen +tennessee +locked +values +improved +##mo +wounded +universe +sick +dating +facing +pack +purchase +user +##pur +moments +##ul +merged +anniversary +1908 +coal +brick +understood +causes +dynasty +queensland +establish +stores +crisis +promote +hoping +views +cards +referee +extension +##si +raise +arizona +improve +colonial +formal +charged +##rt +palm +lucky +hide +rescue +faces +95 +feelings +candidates +juan +##ell +goods +6th +courses +weekend +59 +luke +cash +fallen +##om +delivered +affected +installed +carefully +tries +swiss +hollywood +costs +lincoln +responsibility +##he +shore +file +proper +normally +maryland +assistance +jump +constant +offering +friendly +waters +persons +realize +contain +trophy +800 +partnership +factor +58 +musicians +cry +bound +oregon +indicated +hero +houston +medium +##ure +consisting +somewhat +##ara +57 +cycle +##che +beer +moore +frederick +gotten +eleven +worst +weak +approached +arranged +chin +loan +universal +bond +fifteen +pattern +disappeared +##ney +translated +##zed +lip +arab +capture +interests +insurance +##chi +shifted +cave +prix +warning +sections +courts +coat +plot +smell +feed +golf +favorite +maintain +knife +vs +voted +degrees +finance +quebec +opinion +translation +manner +ruled +operate +productions +choose +musician +discovery +confused +tired +separated +stream +techniques +committed +attend +ranking +kings +throw +passengers +measure +horror +fan +mining +sand +danger +salt +calm +decade +dam +require +runner +##ik +rush +associate +greece +##ker +rivers +consecutive +matthew +##ski +sighed +sq +documents +steam +edited +closing +tie +accused +1905 +##ini +islamic +distributed +directors +organisation +bruce +7th +breathing +mad +lit +arrival +concrete +taste +08 +composition +shaking +faster +amateur +adjacent +stating +1906 +twin +flew +##ran +tokyo +publications +##tone +obviously +ridge +storage +1907 +carl +pages +concluded +desert +driven +universities +ages +terminal +sequence +borough +250 +constituency +creative +cousin +economics +dreams +margaret +notably +reduce +montreal +mode +17th +ears +saved +jan +vocal +##ica +1909 +andy +##jo +riding +roughly +threatened +##ise +meters +meanwhile +landed +compete +repeated +grass +czech +regularly +charges +tea +sudden +appeal +##ung +solution +describes +pierre +classification +glad +parking +##ning +belt +physics +99 +rachel +add +hungarian +participate +expedition +damaged +gift +childhood +85 +fifty +##red +mathematics +jumped +letting +defensive +mph +##ux +##gh +testing +##hip +hundreds +shoot +owners +matters +smoke +israeli +kentucky +dancing +mounted +grandfather +emma +designs +profit +argentina +##gs +truly +li +lawrence +cole +begun +detroit +willing +branches +smiling +decide +miami +enjoyed +recordings +##dale +poverty +ethnic +gay +##bi +gary +arabic +09 +accompanied +##one +##ons +fishing +determine +residential +acid +##ary +alice +returns +starred +mail +##ang +jonathan +strategy +##ue +net +forty +cook +businesses +equivalent +commonwealth +distinct +ill +##cy +seriously +##ors +##ped +shift +harris +replace +rio +imagine +formula +ensure +##ber +additionally +scheme +conservation +occasionally +purposes +feels +favor +##and +##ore +1930s +contrast +hanging +hunt +movies +1904 +instruments +victims +danish +christopher +busy +demon +sugar +earliest +colony +studying +balance +duties +##ks +belgium +slipped +carter +05 +visible +stages +iraq +fifa +##im +commune +forming +zero +07 +continuing +talked +counties +legend +bathroom +option +tail +clay +daughters +afterwards +severe +jaw +visitors +##ded +devices +aviation +russell +kate +##vi +entering +subjects +##ino +temporary +swimming +forth +smooth +ghost +audio +bush +operates +rocks +movements +signs +eddie +##tz +ann +voices +honorary +06 +memories +dallas +pure +measures +racial +promised +66 +harvard +ceo +16th +parliamentary +indicate +benefit +flesh +dublin +louisiana +1902 +1901 +patient +sleeping +1903 +membership +coastal +medieval +wanting +element +scholars +rice +62 +limit +survive +makeup +rating +definitely +collaboration +obvious +##tan +boss +ms +baron +birthday +linked +soil +diocese +##lan +ncaa +##mann +offensive +shell +shouldn +waist +##tus +plain +ross +organ +resolution +manufacturing +adding +relative +kennedy +98 +whilst +moth +marketing +gardens +crash +72 +heading +partners +credited +carlos +moves +cable +##zi +marshall +##out +depending +bottle +represents +rejected +responded +existed +04 +jobs +denmark +lock +##ating +treated +graham +routes +talent +commissioner +drugs +secure +tests +reign +restored +photography +##gi +contributions +oklahoma +designer +disc +grin +seattle +robin +paused +atlanta +unusual +##gate +praised +las +laughing +satellite +hungary +visiting +##sky +interesting +factors +deck +poems +norman +##water +stuck +speaker +rifle +domain +premiered +##her +dc +comics +actors +01 +reputation +eliminated +8th +ceiling +prisoners +script +##nce +leather +austin +mississippi +rapidly +admiral +parallel +charlotte +guilty +tools +gender +divisions +fruit +##bs +laboratory +nelson +fantasy +marry +rapid +aunt +tribe +requirements +aspects +suicide +amongst +adams +bone +ukraine +abc +kick +sees +edinburgh +clothing +column +rough +gods +hunting +broadway +gathered +concerns +##ek +spending +ty +12th +snapped +requires +solar +bones +cavalry +##tta +iowa +drinking +waste +index +franklin +charity +thompson +stewart +tip +flash +landscape +friday +enjoy +singh +poem +listening +##back +eighth +fred +differences +adapted +bomb +ukrainian +surgery +corporate +masters +anywhere +##more +waves +odd +sean +portugal +orleans +dick +debate +kent +eating +puerto +cleared +96 +expect +cinema +97 +guitarist +blocks +electrical +agree +involving +depth +dying +panel +struggle +##ged +peninsula +adults +novels +emerged +vienna +metro +debuted +shoes +tamil +songwriter +meets +prove +beating +instance +heaven +scared +sending +marks +artistic +passage +superior +03 +significantly +shopping +##tive +retained +##izing +malaysia +technique +cheeks +##ola +warren +maintenance +destroy +extreme +allied +120 +appearing +##yn +fill +advice +alabama +qualifying +policies +cleveland +hat +battery +smart +authors +10th +soundtrack +acted +dated +lb +glance +equipped +coalition +funny +outer +ambassador +roy +possibility +couples +campbell +dna +loose +ethan +supplies +1898 +gonna +88 +monster +##res +shake +agents +frequency +springs +dogs +practices +61 +gang +plastic +easier +suggests +gulf +blade +exposed +colors +industries +markets +pan +nervous +electoral +charts +legislation +ownership +##idae +mac +appointment +shield +copy +assault +socialist +abbey +monument +license +throne +employment +jay +93 +replacement +charter +cloud +powered +suffering +accounts +oak +connecticut +strongly +wright +colour +crystal +13th +context +welsh +networks +voiced +gabriel +jerry +##cing +forehead +mp +##ens +manage +schedule +totally +remix +##ii +forests +occupation +print +nicholas +brazilian +strategic +vampires +engineers +76 +roots +seek +correct +instrumental +und +alfred +backed +hop +##des +stanley +robinson +traveled +wayne +welcome +austrian +achieve +67 +exit +rates +1899 +strip +whereas +##cs +sing +deeply +adventure +bobby +rick +jamie +careful +components +cap +useful +personality +knee +##shi +pushing +hosts +02 +protest +ca +ottoman +symphony +##sis +63 +boundary +1890 +processes +considering +considerable +tons +##work +##ft +##nia +cooper +trading +dear +conduct +91 +illegal +apple +revolutionary +holiday +definition +harder +##van +jacob +circumstances +destruction +##lle +popularity +grip +classified +liverpool +donald +baltimore +flows +seeking +honour +approval +92 +mechanical +till +happening +statue +critic +increasingly +immediate +describe +commerce +stare +##ster +indonesia +meat +rounds +boats +baker +orthodox +depression +formally +worn +naked +claire +muttered +sentence +11th +emily +document +77 +criticism +wished +vessel +spiritual +bent +virgin +parker +minimum +murray +lunch +danny +printed +compilation +keyboards +false +blow +belonged +68 +raising +78 +cutting +##board +pittsburgh +##up +9th +shadows +81 +hated +indigenous +jon +15th +barry +scholar +ah +##zer +oliver +##gy +stick +susan +meetings +attracted +spell +romantic +##ver +ye +1895 +photo +demanded +customers +##ac +1896 +logan +revival +keys +modified +commanded +jeans +##ious +upset +raw +phil +detective +hiding +resident +vincent +##bly +experiences +diamond +defeating +coverage +lucas +external +parks +franchise +helen +bible +successor +percussion +celebrated +il +lift +profile +clan +romania +##ied +mills +##su +nobody +achievement +shrugged +fault +1897 +rhythm +initiative +breakfast +carbon +700 +69 +lasted +violent +74 +wound +ken +killer +gradually +filmed +°c +dollars +processing +94 +remove +criticized +guests +sang +chemistry +##vin +legislature +disney +##bridge +uniform +escaped +integrated +proposal +purple +denied +liquid +karl +influential +morris +nights +stones +intense +experimental +twisted +71 +84 +##ld +pace +nazi +mitchell +ny +blind +reporter +newspapers +14th +centers +burn +basin +forgotten +surviving +filed +collections +monastery +losses +manual +couch +description +appropriate +merely +tag +missions +sebastian +restoration +replacing +triple +73 +elder +julia +warriors +benjamin +julian +convinced +stronger +amazing +declined +versus +merchant +happens +output +finland +bare +barbara +absence +ignored +dawn +injuries +##port +producers +##ram +82 +luis +##ities +kw +admit +expensive +electricity +nba +exception +symbol +##ving +ladies +shower +sheriff +characteristics +##je +aimed +button +ratio +effectively +summit +angle +jury +bears +foster +vessels +pants +executed +evans +dozen +advertising +kicked +patrol +1889 +competitions +lifetime +principles +athletics +##logy +birmingham +sponsored +89 +rob +nomination +1893 +acoustic +##sm +creature +longest +##tra +credits +harbor +dust +josh +##so +territories +milk +infrastructure +completion +thailand +indians +leon +archbishop +##sy +assist +pitch +blake +arrangement +girlfriend +serbian +operational +hence +sad +scent +fur +dj +sessions +hp +refer +rarely +##ora +exists +1892 +##ten +scientists +dirty +penalty +burst +portrait +seed +79 +pole +limits +rival +1894 +stable +alpha +grave +constitutional +alcohol +arrest +flower +mystery +devil +architectural +relationships +greatly +habitat +##istic +larry +progressive +remote +cotton +##ics +##ok +preserved +reaches +##ming +cited +86 +vast +scholarship +decisions +cbs +joy +teach +1885 +editions +knocked +eve +searching +partly +participation +gap +animated +fate +excellent +##ett +na +87 +alternate +saints +youngest +##ily +climbed +##ita +##tors +suggest +##ct +discussion +staying +choir +lakes +jacket +revenue +nevertheless +peaked +instrument +wondering +annually +managing +neil +1891 +signing +terry +##ice +apply +clinical +brooklyn +aim +catherine +fuck +farmers +figured +ninth +pride +hugh +evolution +ordinary +involvement +comfortable +shouted +tech +encouraged +taiwan +representation +sharing +##lia +##em +panic +exact +cargo +competing +fat +cried +83 +1920s +occasions +pa +cabin +borders +utah +marcus +##isation +badly +muscles +##ance +victorian +transition +warner +bet +permission +##rin +slave +terrible +similarly +shares +seth +uefa +possession +medals +benefits +colleges +lowered +perfectly +mall +transit +##ye +##kar +publisher +##ened +harrison +deaths +elevation +##ae +asleep +machines +sigh +ash +hardly +argument +occasion +parent +leo +decline +1888 +contribution +##ua +concentration +1000 +opportunities +hispanic +guardian +extent +emotions +hips +mason +volumes +bloody +controversy +diameter +steady +mistake +phoenix +identify +violin +##sk +departure +richmond +spin +funeral +enemies +1864 +gear +literally +connor +random +sergeant +grab +confusion +1865 +transmission +informed +op +leaning +sacred +suspended +thinks +gates +portland +luck +agencies +yours +hull +expert +muscle +layer +practical +sculpture +jerusalem +latest +lloyd +statistics +deeper +recommended +warrior +arkansas +mess +supports +greg +eagle +1880 +recovered +rated +concerts +rushed +##ano +stops +eggs +files +premiere +keith +##vo +delhi +turner +pit +affair +belief +paint +##zing +mate +##ach +##ev +victim +##ology +withdrew +bonus +styles +fled +##ud +glasgow +technologies +funded +nbc +adaptation +##ata +portrayed +cooperation +supporters +judges +bernard +justin +hallway +ralph +##ick +graduating +controversial +distant +continental +spider +bite +##ho +recognize +intention +mixing +##ese +egyptian +bow +tourism +suppose +claiming +tiger +dominated +participants +vi +##ru +nurse +partially +tape +##rum +psychology +##rn +essential +touring +duo +voting +civilian +emotional +channels +##king +apparent +hebrew +1887 +tommy +carrier +intersection +beast +hudson +##gar +##zo +lab +nova +bench +discuss +costa +##ered +detailed +behalf +drivers +unfortunately +obtain +##lis +rocky +##dae +siege +friendship +honey +##rian +1861 +amy +hang +posted +governments +collins +respond +wildlife +preferred +operator +##po +laura +pregnant +videos +dennis +suspected +boots +instantly +weird +automatic +businessman +alleged +placing +throwing +ph +mood +1862 +perry +venue +jet +remainder +##lli +##ci +passion +biological +boyfriend +1863 +dirt +buffalo +ron +segment +fa +abuse +##era +genre +thrown +stroke +colored +stress +exercise +displayed +##gen +struggled +##tti +abroad +dramatic +wonderful +thereafter +madrid +component +widespread +##sed +tale +citizen +todd +monday +1886 +vancouver +overseas +forcing +crying +descent +##ris +discussed +substantial +ranks +regime +1870 +provinces +switch +drum +zane +ted +tribes +proof +lp +cream +researchers +volunteer +manor +silk +milan +donated +allies +venture +principle +delivery +enterprise +##ves +##ans +bars +traditionally +witch +reminded +copper +##uk +pete +inter +links +colin +grinned +elsewhere +competitive +frequent +##oy +scream +##hu +tension +texts +submarine +finnish +defending +defend +pat +detail +1884 +affiliated +stuart +themes +villa +periods +tool +belgian +ruling +crimes +answers +folded +licensed +resort +demolished +hans +lucy +1881 +lion +traded +photographs +writes +craig +##fa +trials +generated +beth +noble +debt +percentage +yorkshire +erected +ss +viewed +grades +confidence +ceased +islam +telephone +retail +##ible +chile +m² +roberts +sixteen +##ich +commented +hampshire +innocent +dual +pounds +checked +regulations +afghanistan +sung +rico +liberty +assets +bigger +options +angels +relegated +tribute +wells +attending +leaf +##yan +butler +romanian +forum +monthly +lisa +patterns +gmina +##tory +madison +hurricane +rev +##ians +bristol +##ula +elite +valuable +disaster +democracy +awareness +germans +freyja +##ins +loop +absolutely +paying +populations +maine +sole +prayer +spencer +releases +doorway +bull +##ani +lover +midnight +conclusion +##sson +thirteen +lily +mediterranean +##lt +nhl +proud +sample +##hill +drummer +guinea +##ova +murphy +climb +##ston +instant +attributed +horn +ain +railways +steven +##ao +autumn +ferry +opponent +root +traveling +secured +corridor +stretched +tales +sheet +trinity +cattle +helps +indicates +manhattan +murdered +fitted +1882 +gentle +grandmother +mines +shocked +vegas +produces +##light +caribbean +##ou +belong +continuous +desperate +drunk +historically +trio +waved +raf +dealing +nathan +bat +murmured +interrupted +residing +scientist +pioneer +harold +aaron +##net +delta +attempting +minority +mini +believes +chorus +tend +lots +eyed +indoor +load +shots +updated +jail +##llo +concerning +connecting +wealth +##ved +slaves +arrive +rangers +sufficient +rebuilt +##wick +cardinal +flood +muhammad +whenever +relation +runners +moral +repair +viewers +arriving +revenge +punk +assisted +bath +fairly +breathe +lists +innings +illustrated +whisper +nearest +voters +clinton +ties +ultimate +screamed +beijing +lions +andre +fictional +gathering +comfort +radar +suitable +dismissed +hms +ban +pine +wrist +atmosphere +voivodeship +bid +timber +##ned +##nan +giants +##ane +cameron +recovery +uss +identical +categories +switched +serbia +laughter +noah +ensemble +therapy +peoples +touching +##off +locally +pearl +platforms +everywhere +ballet +tables +lanka +herbert +outdoor +toured +derek +1883 +spaces +contested +swept +1878 +exclusive +slight +connections +##dra +winds +prisoner +collective +bangladesh +tube +publicly +wealthy +thai +##ys +isolated +select +##ric +insisted +pen +fortune +ticket +spotted +reportedly +animation +enforcement +tanks +110 +decides +wider +lowest +owen +##time +nod +hitting +##hn +gregory +furthermore +magazines +fighters +solutions +##ery +pointing +requested +peru +reed +chancellor +knights +mask +worker +eldest +flames +reduction +1860 +volunteers +##tis +reporting +##hl +wire +advisory +endemic +origins +settlers +pursue +knock +consumer +1876 +eu +compound +creatures +mansion +sentenced +ivan +deployed +guitars +frowned +involves +mechanism +kilometers +perspective +shops +maps +terminus +duncan +alien +fist +bridges +##pers +heroes +fed +derby +swallowed +##ros +patent +sara +illness +characterized +adventures +slide +hawaii +jurisdiction +##op +organised +##side +adelaide +walks +biology +se +##ties +rogers +swing +tightly +boundaries +##rie +prepare +implementation +stolen +##sha +certified +colombia +edwards +garage +##mm +recalled +##ball +rage +harm +nigeria +breast +##ren +furniture +pupils +settle +##lus +cuba +balls +client +alaska +21st +linear +thrust +celebration +latino +genetic +terror +##cia +##ening +lightning +fee +witness +lodge +establishing +skull +##ique +earning +hood +##ei +rebellion +wang +sporting +warned +missile +devoted +activist +porch +worship +fourteen +package +1871 +decorated +##shire +housed +##ock +chess +sailed +doctors +oscar +joan +treat +garcia +harbour +jeremy +##ire +traditions +dominant +jacques +##gon +##wan +relocated +1879 +amendment +sized +companion +simultaneously +volleyball +spun +acre +increases +stopping +loves +belongs +affect +drafted +tossed +scout +battles +1875 +filming +shoved +munich +tenure +vertical +romance +pc +##cher +argue +##ical +craft +ranging +www +opens +honest +tyler +yesterday +virtual +##let +muslims +reveal +snake +immigrants +radical +screaming +speakers +firing +saving +belonging +ease +lighting +prefecture +blame +farmer +hungry +grows +rubbed +beam +sur +subsidiary +##cha +armenian +sao +dropping +conventional +##fer +microsoft +reply +qualify +spots +1867 +sweat +festivals +##ken +immigration +physician +discover +exposure +sandy +explanation +isaac +implemented +##fish +hart +initiated +connect +stakes +presents +heights +householder +pleased +tourist +regardless +slip +closest +##ction +surely +sultan +brings +riley +preparation +aboard +slammed +baptist +experiment +ongoing +interstate +organic +playoffs +##ika +1877 +130 +##tar +hindu +error +tours +tier +plenty +arrangements +talks +trapped +excited +sank +ho +athens +1872 +denver +welfare +suburb +athletes +trick +diverse +belly +exclusively +yelled +1868 +##med +conversion +##ette +1874 +internationally +computers +conductor +abilities +sensitive +hello +dispute +measured +globe +rocket +prices +amsterdam +flights +tigers +inn +municipalities +emotion +references +3d +##mus +explains +airlines +manufactured +pm +archaeological +1873 +interpretation +devon +comment +##ites +settlements +kissing +absolute +improvement +suite +impressed +barcelona +sullivan +jefferson +towers +jesse +julie +##tin +##lu +grandson +hi +gauge +regard +rings +interviews +trace +raymond +thumb +departments +burns +serial +bulgarian +scores +demonstrated +##ix +1866 +kyle +alberta +underneath +romanized +##ward +relieved +acquisition +phrase +cliff +reveals +han +cuts +merger +custom +##dar +nee +gilbert +graduation +##nts +assessment +cafe +difficulty +demands +swung +democrat +jennifer +commons +1940s +grove +##yo +completing +focuses +sum +substitute +bearing +stretch +reception +##py +reflected +essentially +destination +pairs +##ched +survival +resource +##bach +promoting +doubles +messages +tear +##down +##fully +parade +florence +harvey +incumbent +partial +framework +900 +pedro +frozen +procedure +olivia +controls +##mic +shelter +personally +temperatures +##od +brisbane +tested +sits +marble +comprehensive +oxygen +leonard +##kov +inaugural +iranian +referring +quarters +attitude +##ivity +mainstream +lined +mars +dakota +norfolk +unsuccessful +##° +explosion +helicopter +congressional +##sing +inspector +bitch +seal +departed +divine +##ters +coaching +examination +punishment +manufacturer +sink +columns +unincorporated +signals +nevada +squeezed +dylan +dining +photos +martial +manuel +eighteen +elevator +brushed +plates +ministers +ivy +congregation +##len +slept +specialized +taxes +curve +restricted +negotiations +likes +statistical +arnold +inspiration +execution +bold +intermediate +significance +margin +ruler +wheels +gothic +intellectual +dependent +listened +eligible +buses +widow +syria +earn +cincinnati +collapsed +recipient +secrets +accessible +philippine +maritime +goddess +clerk +surrender +breaks +playoff +database +##ified +##lon +ideal +beetle +aspect +soap +regulation +strings +expand +anglo +shorter +crosses +retreat +tough +coins +wallace +directions +pressing +##oon +shipping +locomotives +comparison +topics +nephew +##mes +distinction +honors +travelled +sierra +ibn +##over +fortress +sa +recognised +carved +1869 +clients +##dan +intent +##mar +coaches +describing +bread +##ington +beaten +northwestern +##ona +merit +youtube +collapse +challenges +em +historians +objective +submitted +virus +attacking +drake +assume +##ere +diseases +marc +stem +leeds +##cus +##ab +farming +glasses +##lock +visits +nowhere +fellowship +relevant +carries +restaurants +experiments +101 +constantly +bases +targets +shah +tenth +opponents +verse +territorial +##ira +writings +corruption +##hs +instruction +inherited +reverse +emphasis +##vic +employee +arch +keeps +rabbi +watson +payment +uh +##ala +nancy +##tre +venice +fastest +sexy +banned +adrian +properly +ruth +touchdown +dollar +boards +metre +circles +edges +favour +comments +ok +travels +liberation +scattered +firmly +##ular +holland +permitted +diesel +kenya +den +originated +##ral +demons +resumed +dragged +rider +##rus +servant +blinked +extend +torn +##ias +##sey +input +meal +everybody +cylinder +kinds +camps +##fe +bullet +logic +##wn +croatian +evolved +healthy +fool +chocolate +wise +preserve +pradesh +##ess +respective +1850 +##ew +chicken +artificial +gross +corresponding +convicted +cage +caroline +dialogue +##dor +narrative +stranger +mario +br +christianity +failing +trent +commanding +buddhist +1848 +maurice +focusing +yale +bike +altitude +##ering +mouse +revised +##sley +veteran +##ig +pulls +theology +crashed +campaigns +legion +##ability +drag +excellence +customer +cancelled +intensity +excuse +##lar +liga +participating +contributing +printing +##burn +variable +##rk +curious +bin +legacy +renaissance +##my +symptoms +binding +vocalist +dancer +##nie +grammar +gospel +democrats +ya +enters +sc +diplomatic +hitler +##ser +clouds +mathematical +quit +defended +oriented +##heim +fundamental +hardware +impressive +equally +convince +confederate +guilt +chuck +sliding +##ware +magnetic +narrowed +petersburg +bulgaria +otto +phd +skill +##ama +reader +hopes +pitcher +reservoir +hearts +automatically +expecting +mysterious +bennett +extensively +imagined +seeds +monitor +fix +##ative +journalism +struggling +signature +ranch +encounter +photographer +observation +protests +##pin +influences +##hr +calendar +##all +cruz +croatia +locomotive +hughes +naturally +shakespeare +basement +hook +uncredited +faded +theories +approaches +dare +phillips +filling +fury +obama +##ain +efficient +arc +deliver +min +raid +breeding +inducted +leagues +efficiency +axis +montana +eagles +##ked +supplied +instructions +karen +picking +indicating +trap +anchor +practically +christians +tomb +vary +occasional +electronics +lords +readers +newcastle +faint +innovation +collect +situations +engagement +160 +claude +mixture +##feld +peer +tissue +logo +lean +##ration +°f +floors +##ven +architects +reducing +##our +##ments +rope +1859 +ottawa +##har +samples +banking +declaration +proteins +resignation +francois +saudi +advocate +exhibited +armor +twins +divorce +##ras +abraham +reviewed +jo +temporarily +matrix +physically +pulse +curled +##ena +difficulties +bengal +usage +##ban +annie +riders +certificate +##pi +holes +warsaw +distinctive +jessica +##mon +mutual +1857 +customs +circular +eugene +removal +loaded +mere +vulnerable +depicted +generations +dame +heir +enormous +lightly +climbing +pitched +lessons +pilots +nepal +ram +google +preparing +brad +louise +renowned +##₂ +liam +##ably +plaza +shaw +sophie +brilliant +bills +##bar +##nik +fucking +mainland +server +pleasant +seized +veterans +jerked +fail +beta +brush +radiation +stored +warmth +southeastern +nate +sin +raced +berkeley +joke +athlete +designation +trunk +##low +roland +qualification +archives +heels +artwork +receives +judicial +reserves +##bed +woke +installation +abu +floating +fake +lesser +excitement +interface +concentrated +addressed +characteristic +amanda +saxophone +monk +auto +##bus +releasing +egg +dies +interaction +defender +ce +outbreak +glory +loving +##bert +sequel +consciousness +http +awake +ski +enrolled +##ress +handling +rookie +brow +somebody +biography +warfare +amounts +contracts +presentation +fabric +dissolved +challenged +meter +psychological +lt +elevated +rally +accurate +##tha +hospitals +undergraduate +specialist +venezuela +exhibit +shed +nursing +protestant +fluid +structural +footage +jared +consistent +prey +##ska +succession +reflect +exile +lebanon +wiped +suspect +shanghai +resting +integration +preservation +marvel +variant +pirates +sheep +rounded +capita +sailing +colonies +manuscript +deemed +variations +clarke +functional +emerging +boxing +relaxed +curse +azerbaijan +heavyweight +nickname +editorial +rang +grid +tightened +earthquake +flashed +miguel +rushing +##ches +improvements +boxes +brooks +180 +consumption +molecular +felix +societies +repeatedly +variation +aids +civic +graphics +professionals +realm +autonomous +receiver +delayed +workshop +militia +chairs +trump +canyon +##point +harsh +extending +lovely +happiness +##jan +stake +eyebrows +embassy +wellington +hannah +##ella +sony +corners +bishops +swear +cloth +contents +xi +namely +commenced +1854 +stanford +nashville +courage +graphic +commitment +garrison +##bin +hamlet +clearing +rebels +attraction +literacy +cooking +ruins +temples +jenny +humanity +celebrate +hasn +freight +sixty +rebel +bastard +##art +newton +##ada +deer +##ges +##ching +smiles +delaware +singers +##ets +approaching +assists +flame +##ph +boulevard +barrel +planted +##ome +pursuit +##sia +consequences +posts +shallow +invitation +rode +depot +ernest +kane +rod +concepts +preston +topic +chambers +striking +blast +arrives +descendants +montgomery +ranges +worlds +##lay +##ari +span +chaos +praise +##ag +fewer +1855 +sanctuary +mud +fbi +##ions +programmes +maintaining +unity +harper +bore +handsome +closure +tournaments +thunder +nebraska +linda +facade +puts +satisfied +argentine +dale +cork +dome +panama +##yl +1858 +tasks +experts +##ates +feeding +equation +##las +##ida +##tu +engage +bryan +##ax +um +quartet +melody +disbanded +sheffield +blocked +gasped +delay +kisses +maggie +connects +##non +sts +poured +creator +publishers +##we +guided +ellis +extinct +hug +gaining +##ord +complicated +##bility +poll +clenched +investigate +##use +thereby +quantum +spine +cdp +humor +kills +administered +semifinals +##du +encountered +ignore +##bu +commentary +##maker +bother +roosevelt +140 +plains +halfway +flowing +cultures +crack +imprisoned +neighboring +airline +##ses +##view +##mate +##ec +gather +wolves +marathon +transformed +##ill +cruise +organisations +carol +punch +exhibitions +numbered +alarm +ratings +daddy +silently +##stein +queens +colours +impression +guidance +liu +tactical +##rat +marshal +della +arrow +##ings +rested +feared +tender +owns +bitter +advisor +escort +##ides +spare +farms +grants +##ene +dragons +encourage +colleagues +cameras +##und +sucked +pile +spirits +prague +statements +suspension +landmark +fence +torture +recreation +bags +permanently +survivors +pond +spy +predecessor +bombing +coup +##og +protecting +transformation +glow +##lands +##book +dug +priests +andrea +feat +barn +jumping +##chen +##ologist +##con +casualties +stern +auckland +pipe +serie +revealing +ba +##bel +trevor +mercy +spectrum +yang +consist +governing +collaborated +possessed +epic +comprises +blew +shane +##ack +lopez +honored +magical +sacrifice +judgment +perceived +hammer +mtv +baronet +tune +das +missionary +sheets +350 +neutral +oral +threatening +attractive +shade +aims +seminary +##master +estates +1856 +michel +wounds +refugees +manufacturers +##nic +mercury +syndrome +porter +##iya +##din +hamburg +identification +upstairs +purse +widened +pause +cared +breathed +affiliate +santiago +prevented +celtic +fisher +125 +recruited +byzantine +reconstruction +farther +##mp +diet +sake +au +spite +sensation +##ert +blank +separation +105 +##hon +vladimir +armies +anime +##lie +accommodate +orbit +cult +sofia +archive +##ify +##box +founders +sustained +disorder +honours +northeastern +mia +crops +violet +threats +blanket +fires +canton +followers +southwestern +prototype +voyage +assignment +altered +moderate +protocol +pistol +##eo +questioned +brass +lifting +1852 +math +authored +##ual +doug +dimensional +dynamic +##san +1851 +pronounced +grateful +quest +uncomfortable +boom +presidency +stevens +relating +politicians +chen +barrier +quinn +diana +mosque +tribal +cheese +palmer +portions +sometime +chester +treasure +wu +bend +download +millions +reforms +registration +##osa +consequently +monitoring +ate +preliminary +brandon +invented +ps +eaten +exterior +intervention +ports +documented +log +displays +lecture +sally +favourite +##itz +vermont +lo +invisible +isle +breed +##ator +journalists +relay +speaks +backward +explore +midfielder +actively +stefan +procedures +cannon +blond +kenneth +centered +servants +chains +libraries +malcolm +essex +henri +slavery +##hal +facts +fairy +coached +cassie +cats +washed +cop +##fi +announcement +item +2000s +vinyl +activated +marco +frontier +growled +curriculum +##das +loyal +accomplished +leslie +ritual +kenny +##00 +vii +napoleon +hollow +hybrid +jungle +stationed +friedrich +counted +##ulated +platinum +theatrical +seated +col +rubber +glen +1840 +diversity +healing +extends +id +provisions +administrator +columbus +##oe +tributary +te +assured +org +##uous +prestigious +examined +lectures +grammy +ronald +associations +bailey +allan +essays +flute +believing +consultant +proceedings +travelling +1853 +kit +kerala +yugoslavia +buddy +methodist +##ith +burial +centres +batman +##nda +discontinued +bo +dock +stockholm +lungs +severely +##nk +citing +manga +##ugh +steal +mumbai +iraqi +robot +celebrity +bride +broadcasts +abolished +pot +joel +overhead +franz +packed +reconnaissance +johann +acknowledged +introduce +handled +doctorate +developments +drinks +alley +palestine +##nis +##aki +proceeded +recover +bradley +grain +patch +afford +infection +nationalist +legendary +##ath +interchange +virtually +gen +gravity +exploration +amber +vital +wishes +powell +doctrine +elbow +screenplay +##bird +contribute +indonesian +pet +creates +##com +enzyme +kylie +discipline +drops +manila +hunger +##ien +layers +suffer +fever +bits +monica +keyboard +manages +##hood +searched +appeals +##bad +testament +grande +reid +##war +beliefs +congo +##ification +##dia +si +requiring +##via +casey +1849 +regret +streak +rape +depends +syrian +sprint +pound +tourists +upcoming +pub +##xi +tense +##els +practiced +echo +nationwide +guild +motorcycle +liz +##zar +chiefs +desired +elena +bye +precious +absorbed +relatives +booth +pianist +##mal +citizenship +exhausted +wilhelm +##ceae +##hed +noting +quarterback +urge +hectares +##gue +ace +holly +##tal +blonde +davies +parked +sustainable +stepping +twentieth +airfield +galaxy +nest +chip +##nell +tan +shaft +paulo +requirement +##zy +paradise +tobacco +trans +renewed +vietnamese +##cker +##ju +suggesting +catching +holmes +enjoying +md +trips +colt +holder +butterfly +nerve +reformed +cherry +bowling +trailer +carriage +goodbye +appreciate +toy +joshua +interactive +enabled +involve +##kan +collar +determination +bunch +facebook +recall +shorts +superintendent +episcopal +frustration +giovanni +nineteenth +laser +privately +array +circulation +##ovic +armstrong +deals +painful +permit +discrimination +##wi +aires +retiring +cottage +ni +##sta +horizon +ellen +jamaica +ripped +fernando +chapters +playstation +patron +lecturer +navigation +behaviour +genes +georgian +export +solomon +rivals +swift +seventeen +rodriguez +princeton +independently +sox +1847 +arguing +entity +casting +hank +criteria +oakland +geographic +milwaukee +reflection +expanding +conquest +dubbed +##tv +halt +brave +brunswick +doi +arched +curtis +divorced +predominantly +somerset +streams +ugly +zoo +horrible +curved +buenos +fierce +dictionary +vector +theological +unions +handful +stability +chan +punjab +segments +##lly +altar +ignoring +gesture +monsters +pastor +##stone +thighs +unexpected +operators +abruptly +coin +compiled +associates +improving +migration +pin +##ose +compact +collegiate +reserved +##urs +quarterfinals +roster +restore +assembled +hurry +oval +##cies +1846 +flags +martha +##del +victories +sharply +##rated +argues +deadly +neo +drawings +symbols +performer +##iel +griffin +restrictions +editing +andrews +java +journals +arabia +compositions +dee +pierce +removing +hindi +casino +runway +civilians +minds +nasa +hotels +##zation +refuge +rent +retain +potentially +conferences +suburban +conducting +##tto +##tions +##tle +descended +massacre +##cal +ammunition +terrain +fork +souls +counts +chelsea +durham +drives +cab +##bank +perth +realizing +palestinian +finn +simpson +##dal +betty +##ule +moreover +particles +cardinals +tent +evaluation +extraordinary +##oid +inscription +##works +wednesday +chloe +maintains +panels +ashley +trucks +##nation +cluster +sunlight +strikes +zhang +##wing +dialect +canon +##ap +tucked +##ws +collecting +##mas +##can +##sville +maker +quoted +evan +franco +aria +buying +cleaning +eva +closet +provision +apollo +clinic +rat +##ez +necessarily +ac +##gle +##ising +venues +flipped +cent +spreading +trustees +checking +authorized +##sco +disappointed +##ado +notion +duration +trumpet +hesitated +topped +brussels +rolls +theoretical +hint +define +aggressive +repeat +wash +peaceful +optical +width +allegedly +mcdonald +strict +copyright +##illa +investors +mar +jam +witnesses +sounding +miranda +michelle +privacy +hugo +harmony +##pp +valid +lynn +glared +nina +102 +headquartered +diving +boarding +gibson +##ncy +albanian +marsh +routine +dealt +enhanced +er +intelligent +substance +targeted +enlisted +discovers +spinning +observations +pissed +smoking +rebecca +capitol +visa +varied +costume +seemingly +indies +compensation +surgeon +thursday +arsenal +westminster +suburbs +rid +anglican +##ridge +knots +foods +alumni +lighter +fraser +whoever +portal +scandal +##ray +gavin +advised +instructor +flooding +terrorist +##ale +teenage +interim +senses +duck +teen +thesis +abby +eager +overcome +##ile +newport +glenn +rises +shame +##cc +prompted +priority +forgot +bomber +nicolas +protective +360 +cartoon +katherine +breeze +lonely +trusted +henderson +richardson +relax +banner +candy +palms +remarkable +##rio +legends +cricketer +essay +ordained +edmund +rifles +trigger +##uri +##away +sail +alert +1830 +audiences +penn +sussex +siblings +pursued +indianapolis +resist +rosa +consequence +succeed +avoided +1845 +##ulation +inland +##tie +##nna +counsel +profession +chronicle +hurried +##una +eyebrow +eventual +bleeding +innovative +cure +##dom +committees +accounting +con +scope +hardy +heather +tenor +gut +herald +codes +tore +scales +wagon +##oo +luxury +tin +prefer +fountain +triangle +bonds +darling +convoy +dried +traced +beings +troy +accidentally +slam +findings +smelled +joey +lawyers +outcome +steep +bosnia +configuration +shifting +toll +brook +performers +lobby +philosophical +construct +shrine +aggregate +boot +cox +phenomenon +savage +insane +solely +reynolds +lifestyle +##ima +nationally +holdings +consideration +enable +edgar +mo +mama +##tein +fights +relegation +chances +atomic +hub +conjunction +awkward +reactions +currency +finale +kumar +underwent +steering +elaborate +gifts +comprising +melissa +veins +reasonable +sunshine +chi +solve +trails +inhabited +elimination +ethics +huh +ana +molly +consent +apartments +layout +marines +##ces +hunters +bulk +##oma +hometown +##wall +##mont +cracked +reads +neighbouring +withdrawn +admission +wingspan +damned +anthology +lancashire +brands +batting +forgive +cuban +awful +##lyn +104 +dimensions +imagination +##ade +dante +##ship +tracking +desperately +goalkeeper +##yne +groaned +workshops +confident +burton +gerald +milton +circus +uncertain +slope +copenhagen +sophia +fog +philosopher +portraits +accent +cycling +varying +gripped +larvae +garrett +specified +scotia +mature +luther +kurt +rap +##kes +aerial +750 +ferdinand +heated +es +transported +##shan +safely +nonetheless +##orn +##gal +motors +demanding +##sburg +startled +##brook +ally +generate +caps +ghana +stained +demo +mentions +beds +ap +afterward +diary +##bling +utility +##iro +richards +1837 +conspiracy +conscious +shining +footsteps +observer +cyprus +urged +loyalty +developer +probability +olive +upgraded +gym +miracle +insects +graves +1844 +ourselves +hydrogen +amazon +katie +tickets +poets +##pm +planes +##pan +prevention +witnessed +dense +jin +randy +tang +warehouse +monroe +bang +archived +elderly +investigations +alec +granite +mineral +conflicts +controlling +aboriginal +carlo +##zu +mechanics +stan +stark +rhode +skirt +est +##berry +bombs +respected +##horn +imposed +limestone +deny +nominee +memphis +grabbing +disabled +##als +amusement +aa +frankfurt +corn +referendum +varies +slowed +disk +firms +unconscious +incredible +clue +sue +##zhou +twist +##cio +joins +idaho +chad +developers +computing +destroyer +103 +mortal +tucker +kingston +choices +yu +carson +1800 +os +whitney +geneva +pretend +dimension +staged +plateau +maya +##une +freestyle +##bc +rovers +hiv +##ids +tristan +classroom +prospect +##hus +honestly +diploma +lied +thermal +auxiliary +feast +unlikely +iata +##tel +morocco +pounding +treasury +lithuania +considerably +1841 +dish +1812 +geological +matching +stumbled +destroying +marched +brien +advances +cake +nicole +belle +settling +measuring +directing +##mie +tuesday +bassist +capabilities +stunned +fraud +torpedo +##list +##phone +anton +wisdom +surveillance +ruined +##ulate +lawsuit +healthcare +theorem +halls +trend +aka +horizontal +dozens +acquire +lasting +swim +hawk +gorgeous +fees +vicinity +decrease +adoption +tactics +##ography +pakistani +##ole +draws +##hall +willie +burke +heath +algorithm +integral +powder +elliott +brigadier +jackie +tate +varieties +darker +##cho +lately +cigarette +specimens +adds +##ree +##ensis +##inger +exploded +finalist +cia +murders +wilderness +arguments +nicknamed +acceptance +onwards +manufacture +robertson +jets +tampa +enterprises +blog +loudly +composers +nominations +1838 +ai +malta +inquiry +automobile +hosting +viii +rays +tilted +grief +museums +strategies +furious +euro +equality +cohen +poison +surrey +wireless +governed +ridiculous +moses +##esh +##room +vanished +##ito +barnes +attract +morrison +istanbul +##iness +absent +rotation +petition +janet +##logical +satisfaction +custody +deliberately +observatory +comedian +surfaces +pinyin +novelist +strictly +canterbury +oslo +monks +embrace +ibm +jealous +photograph +continent +dorothy +marina +doc +excess +holden +allegations +explaining +stack +avoiding +lance +storyline +majesty +poorly +spike +dos +bradford +raven +travis +classics +proven +voltage +pillow +fists +butt +1842 +interpreted +##car +1839 +gage +telegraph +lens +promising +expelled +casual +collector +zones +##min +silly +nintendo +##kh +##bra +downstairs +chef +suspicious +afl +flies +vacant +uganda +pregnancy +condemned +lutheran +estimates +cheap +decree +saxon +proximity +stripped +idiot +deposits +contrary +presenter +magnus +glacier +im +offense +edwin +##ori +upright +##long +bolt +##ois +toss +geographical +##izes +environments +delicate +marking +abstract +xavier +nails +windsor +plantation +occurring +equity +saskatchewan +fears +drifted +sequences +vegetation +revolt +##stic +1843 +sooner +fusion +opposing +nato +skating +1836 +secretly +ruin +lease +##oc +edit +##nne +flora +anxiety +ruby +##ological +##mia +tel +bout +taxi +emmy +frost +rainbow +compounds +foundations +rainfall +assassination +nightmare +dominican +##win +achievements +deserve +orlando +intact +armenia +##nte +calgary +valentine +106 +marion +proclaimed +theodore +bells +courtyard +thigh +gonzalez +console +troop +minimal +monte +everyday +##ence +##if +supporter +terrorism +buck +openly +presbyterian +activists +carpet +##iers +rubbing +uprising +##yi +cute +conceived +legally +##cht +millennium +cello +velocity +ji +rescued +cardiff +1835 +rex +concentrate +senators +beard +rendered +glowing +battalions +scouts +competitors +sculptor +catalogue +arctic +ion +raja +bicycle +wow +glancing +lawn +##woman +gentleman +lighthouse +publish +predicted +calculated +##val +variants +##gne +strain +##ui +winston +deceased +##nus +touchdowns +brady +caleb +sinking +echoed +crush +hon +blessed +protagonist +hayes +endangered +magnitude +editors +##tine +estimate +responsibilities +##mel +backup +laying +consumed +sealed +zurich +lovers +frustrated +##eau +ahmed +kicking +mit +treasurer +1832 +biblical +refuse +terrified +pump +agrees +genuine +imprisonment +refuses +plymouth +##hen +lou +##nen +tara +trembling +antarctic +ton +learns +##tas +crap +crucial +faction +atop +##borough +wrap +lancaster +odds +hopkins +erik +lyon +##eon +bros +##ode +snap +locality +tips +empress +crowned +cal +acclaimed +chuckled +##ory +clara +sends +mild +towel +##fl +##day +##а +wishing +assuming +interviewed +##bal +##die +interactions +eden +cups +helena +##lf +indie +beck +##fire +batteries +filipino +wizard +parted +##lam +traces +##born +rows +idol +albany +delegates +##ees +##sar +discussions +##ex +notre +instructed +belgrade +highways +suggestion +lauren +possess +orientation +alexandria +abdul +beats +salary +reunion +ludwig +alright +wagner +intimate +pockets +slovenia +hugged +brighton +merchants +cruel +stole +trek +slopes +repairs +enrollment +politically +underlying +promotional +counting +boeing +##bb +isabella +naming +##и +keen +bacteria +listing +separately +belfast +ussr +450 +lithuanian +anybody +ribs +sphere +martinez +cock +embarrassed +proposals +fragments +nationals +##fs +##wski +premises +fin +1500 +alpine +matched +freely +bounded +jace +sleeve +##af +gaming +pier +populated +evident +##like +frances +flooded +##dle +frightened +pour +trainer +framed +visitor +challenging +pig +wickets +##fold +infected +email +##pes +arose +##aw +reward +ecuador +oblast +vale +ch +shuttle +##usa +bach +rankings +forbidden +cornwall +accordance +salem +consumers +bruno +fantastic +toes +machinery +resolved +julius +remembering +propaganda +iceland +bombardment +tide +contacts +wives +##rah +concerto +macdonald +albania +implement +daisy +tapped +sudan +helmet +angela +mistress +##lic +crop +sunk +finest +##craft +hostile +##ute +##tsu +boxer +fr +paths +adjusted +habit +ballot +supervision +soprano +##zen +bullets +wicked +sunset +regiments +disappear +lamp +performs +app +##gia +##oa +rabbit +digging +incidents +entries +##cion +dishes +##oi +introducing +##ati +##fied +freshman +slot +jill +tackles +baroque +backs +##iest +lone +sponsor +destiny +altogether +convert +##aro +consensus +shapes +demonstration +basically +feminist +auction +artifacts +##bing +strongest +twitter +halifax +2019 +allmusic +mighty +smallest +precise +alexandra +viola +##los +##ille +manuscripts +##illo +dancers +ari +managers +monuments +blades +barracks +springfield +maiden +consolidated +electron +##end +berry +airing +wheat +nobel +inclusion +blair +payments +geography +bee +cc +eleanor +react +##hurst +afc +manitoba +##yu +su +lineup +fitness +recreational +investments +airborne +disappointment +##dis +edmonton +viewing +##row +renovation +##cast +infant +bankruptcy +roses +aftermath +pavilion +##yer +carpenter +withdrawal +ladder +##hy +discussing +popped +reliable +agreements +rochester +##abad +curves +bombers +220 +rao +reverend +decreased +choosing +107 +stiff +consulting +naples +crawford +tracy +ka +ribbon +cops +##lee +crushed +deciding +unified +teenager +accepting +flagship +explorer +poles +sanchez +inspection +revived +skilled +induced +exchanged +flee +locals +tragedy +swallow +loading +hanna +demonstrate +##ela +salvador +flown +contestants +civilization +##ines +wanna +rhodes +fletcher +hector +knocking +considers +##ough +nash +mechanisms +sensed +mentally +walt +unclear +##eus +renovated +madame +##cks +crews +governmental +##hin +undertaken +monkey +##ben +##ato +fatal +armored +copa +caves +governance +grasp +perception +certification +froze +damp +tugged +wyoming +##rg +##ero +newman +##lor +nerves +curiosity +graph +115 +##ami +withdraw +tunnels +dull +meredith +moss +exhibits +neighbors +communicate +accuracy +explored +raiders +republicans +secular +kat +superman +penny +criticised +##tch +freed +update +conviction +wade +ham +likewise +delegation +gotta +doll +promises +technological +myth +nationality +resolve +convent +##mark +sharon +dig +sip +coordinator +entrepreneur +fold +##dine +capability +councillor +synonym +blown +swan +cursed +1815 +jonas +haired +sofa +canvas +keeper +rivalry +##hart +rapper +speedway +swords +postal +maxwell +estonia +potter +recurring +##nn +##ave +errors +##oni +cognitive +1834 +##² +claws +nadu +roberto +bce +wrestler +ellie +##ations +infinite +ink +##tia +presumably +finite +staircase +108 +noel +patricia +nacional +##cation +chill +eternal +tu +preventing +prussia +fossil +limbs +##logist +ernst +frog +perez +rene +##ace +pizza +prussian +##ios +##vy +molecules +regulatory +answering +opinions +sworn +lengths +supposedly +hypothesis +upward +habitats +seating +ancestors +drank +yield +hd +synthesis +researcher +modest +##var +mothers +peered +voluntary +homeland +##the +acclaim +##igan +static +valve +luxembourg +alto +carroll +fe +receptor +norton +ambulance +##tian +johnston +catholics +depicting +jointly +elephant +gloria +mentor +badge +ahmad +distinguish +remarked +councils +precisely +allison +advancing +detection +crowded +##10 +cooperative +ankle +mercedes +dagger +surrendered +pollution +commit +subway +jeffrey +lesson +sculptures +provider +##fication +membrane +timothy +rectangular +fiscal +heating +teammate +basket +particle +anonymous +deployment +##ple +missiles +courthouse +proportion +shoe +sec +##ller +complaints +forbes +blacks +abandon +remind +sizes +overwhelming +autobiography +natalie +##awa +risks +contestant +countryside +babies +scorer +invaded +enclosed +proceed +hurling +disorders +##cu +reflecting +continuously +cruiser +graduates +freeway +investigated +ore +deserved +maid +blocking +phillip +jorge +shakes +dove +mann +variables +lacked +burden +accompanying +que +consistently +organizing +provisional +complained +endless +##rm +tubes +juice +georges +krishna +mick +labels +thriller +##uch +laps +arcade +sage +snail +##table +shannon +fi +laurence +seoul +vacation +presenting +hire +churchill +surprisingly +prohibited +savannah +technically +##oli +170 +##lessly +testimony +suited +speeds +toys +romans +mlb +flowering +measurement +talented +kay +settings +charleston +expectations +shattered +achieving +triumph +ceremonies +portsmouth +lanes +mandatory +loser +stretching +cologne +realizes +seventy +cornell +careers +webb +##ulating +americas +budapest +ava +suspicion +##ison +yo +conrad +##hai +sterling +jessie +rector +##az +1831 +transform +organize +loans +christine +volcanic +warrant +slender +summers +subfamily +newer +danced +dynamics +rhine +proceeds +heinrich +gastropod +commands +sings +facilitate +easter +ra +positioned +responses +expense +fruits +yanked +imported +25th +velvet +vic +primitive +tribune +baldwin +neighbourhood +donna +rip +hay +pr +##uro +1814 +espn +welcomed +##aria +qualifier +glare +highland +timing +##cted +shells +eased +geometry +louder +exciting +slovakia +##sion +##iz +##lot +savings +prairie +##ques +marching +rafael +tonnes +##lled +curtain +preceding +shy +heal +greene +worthy +##pot +detachment +bury +sherman +##eck +reinforced +seeks +bottles +contracted +duchess +outfit +walsh +##sc +mickey +##ase +geoffrey +archer +squeeze +dawson +eliminate +invention +##enberg +neal +##eth +stance +dealer +coral +maple +retire +polo +simplified +##ht +1833 +hid +watts +backwards +jules +##oke +genesis +mt +frames +rebounds +burma +woodland +moist +santos +whispers +drained +subspecies +##aa +streaming +ulster +burnt +correspondence +maternal +gerard +denis +stealing +##load +genius +duchy +##oria +inaugurated +momentum +suits +placement +sovereign +clause +thames +##hara +confederation +reservation +sketch +yankees +lets +rotten +charm +hal +verses +ultra +commercially +dot +salon +citation +adopt +winnipeg +mist +allocated +cairo +##boy +jenkins +interference +objectives +##wind +1820 +portfolio +armoured +sectors +##eh +initiatives +##world +integrity +exercises +robe +tap +ab +gazed +##tones +distracted +rulers +111 +favorable +jerome +tended +cart +factories +##eri +diplomat +valued +gravel +charitable +##try +calvin +exploring +chang +shepherd +terrace +pdf +pupil +##ural +reflects +ups +##rch +governors +shelf +depths +##nberg +trailed +crest +tackle +##nian +##ats +hatred +##kai +clare +makers +ethiopia +longtime +detected +embedded +lacking +slapped +rely +thomson +anticipation +iso +morton +successive +agnes +screenwriter +straightened +philippe +playwright +haunted +licence +iris +intentions +sutton +112 +logical +correctly +##weight +branded +licked +tipped +silva +ricky +narrator +requests +##ents +greeted +supernatural +cow +##wald +lung +refusing +employer +strait +gaelic +liner +##piece +zoe +sabha +##mba +driveway +harvest +prints +bates +reluctantly +threshold +algebra +ira +wherever +coupled +240 +assumption +picks +##air +designers +raids +gentlemen +##ean +roller +blowing +leipzig +locks +screw +dressing +strand +##lings +scar +dwarf +depicts +##nu +nods +##mine +differ +boris +##eur +yuan +flip +##gie +mob +invested +questioning +applying +##ture +shout +##sel +gameplay +blamed +illustrations +bothered +weakness +rehabilitation +##of +##zes +envelope +rumors +miners +leicester +subtle +kerry +##ico +ferguson +##fu +premiership +ne +##cat +bengali +prof +catches +remnants +dana +##rily +shouting +presidents +baltic +ought +ghosts +dances +sailors +shirley +fancy +dominic +##bie +madonna +##rick +bark +buttons +gymnasium +ashes +liver +toby +oath +providence +doyle +evangelical +nixon +cement +carnegie +embarked +hatch +surroundings +guarantee +needing +pirate +essence +##bee +filter +crane +hammond +projected +immune +percy +twelfth +##ult +regent +doctoral +damon +mikhail +##ichi +lu +critically +elect +realised +abortion +acute +screening +mythology +steadily +##fc +frown +nottingham +kirk +wa +minneapolis +##rra +module +algeria +mc +nautical +encounters +surprising +statues +availability +shirts +pie +alma +brows +munster +mack +soup +crater +tornado +sanskrit +cedar +explosive +bordered +dixon +planets +stamp +exam +happily +##bble +carriers +kidnapped +##vis +accommodation +emigrated +##met +knockout +correspondent +violation +profits +peaks +lang +specimen +agenda +ancestry +pottery +spelling +equations +obtaining +ki +linking +1825 +debris +asylum +##20 +buddhism +teddy +##ants +gazette +##nger +##sse +dental +eligibility +utc +fathers +averaged +zimbabwe +francesco +coloured +hissed +translator +lynch +mandate +humanities +mackenzie +uniforms +lin +##iana +##gio +asset +mhz +fitting +samantha +genera +wei +rim +beloved +shark +riot +entities +expressions +indo +carmen +slipping +owing +abbot +neighbor +sidney +##av +rats +recommendations +encouraging +squadrons +anticipated +commanders +conquered +##oto +donations +diagnosed +##mond +divide +##iva +guessed +decoration +vernon +auditorium +revelation +conversations +##kers +##power +herzegovina +dash +alike +protested +lateral +herman +accredited +mg +##gent +freeman +mel +fiji +crow +crimson +##rine +livestock +##pped +humanitarian +bored +oz +whip +##lene +##ali +legitimate +alter +grinning +spelled +anxious +oriental +wesley +##nin +##hole +carnival +controller +detect +##ssa +bowed +educator +kosovo +macedonia +##sin +occupy +mastering +stephanie +janeiro +para +unaware +nurses +noon +135 +cam +hopefully +ranger +combine +sociology +polar +rica +##eer +neill +##sman +holocaust +##ip +doubled +lust +1828 +109 +decent +cooling +unveiled +##card +1829 +nsw +homer +chapman +meyer +##gin +dive +mae +reagan +expertise +##gled +darwin +brooke +sided +prosecution +investigating +comprised +petroleum +genres +reluctant +differently +trilogy +johns +vegetables +corpse +highlighted +lounge +pension +unsuccessfully +elegant +aided +ivory +beatles +amelia +cain +dubai +sunny +immigrant +babe +click +##nder +underwater +pepper +combining +mumbled +atlas +horns +accessed +ballad +physicians +homeless +gestured +rpm +freak +louisville +corporations +patriots +prizes +rational +warn +modes +decorative +overnight +din +troubled +phantom +##ort +monarch +sheer +##dorf +generals +guidelines +organs +addresses +##zon +enhance +curling +parishes +cord +##kie +linux +caesar +deutsche +bavaria +##bia +coleman +cyclone +##eria +bacon +petty +##yama +##old +hampton +diagnosis +1824 +throws +complexity +rita +disputed +##₃ +pablo +##sch +marketed +trafficking +##ulus +examine +plague +formats +##oh +vault +faithful +##bourne +webster +##ox +highlights +##ient +##ann +phones +vacuum +sandwich +modeling +##gated +bolivia +clergy +qualities +isabel +##nas +##ars +wears +screams +reunited +annoyed +bra +##ancy +##rate +differential +transmitter +tattoo +container +poker +##och +excessive +resides +cowboys +##tum +augustus +trash +providers +statute +retreated +balcony +reversed +void +storey +preceded +masses +leap +laughs +neighborhoods +wards +schemes +falcon +santo +battlefield +pad +ronnie +thread +lesbian +venus +##dian +beg +sandstone +daylight +punched +gwen +analog +stroked +wwe +acceptable +measurements +dec +toxic +##kel +adequate +surgical +economist +parameters +varsity +##sberg +quantity +ella +##chy +##rton +countess +generating +precision +diamonds +expressway +ga +##ı +1821 +uruguay +talents +galleries +expenses +scanned +colleague +outlets +ryder +lucien +##ila +paramount +##bon +syracuse +dim +fangs +gown +sweep +##sie +toyota +missionaries +websites +##nsis +sentences +adviser +val +trademark +spells +##plane +patience +starter +slim +##borg +toe +incredibly +shoots +elliot +nobility +##wyn +cowboy +endorsed +gardner +tendency +persuaded +organisms +emissions +kazakhstan +amused +boring +chips +themed +##hand +llc +constantinople +chasing +systematic +guatemala +borrowed +erin +carey +##hard +highlands +struggles +1810 +##ifying +##ced +wong +exceptions +develops +enlarged +kindergarten +castro +##ern +##rina +leigh +zombie +juvenile +##most +consul +##nar +sailor +hyde +clarence +intensive +pinned +nasty +useless +jung +clayton +stuffed +exceptional +ix +apostolic +230 +transactions +##dge +exempt +swinging +cove +religions +##ash +shields +dairy +bypass +190 +pursuing +bug +joyce +bombay +chassis +southampton +chat +interact +redesignated +##pen +nascar +pray +salmon +rigid +regained +malaysian +grim +publicity +constituted +capturing +toilet +delegate +purely +tray +drift +loosely +striker +weakened +trinidad +mitch +itv +defines +transmitted +ming +scarlet +nodding +fitzgerald +fu +narrowly +sp +tooth +standings +virtue +##₁ +##wara +##cting +chateau +gloves +lid +##nel +hurting +conservatory +##pel +sinclair +reopened +sympathy +nigerian +strode +advocated +optional +chronic +discharge +##rc +suck +compatible +laurel +stella +shi +fails +wage +dodge +128 +informal +sorts +levi +buddha +villagers +##aka +chronicles +heavier +summoned +gateway +3000 +eleventh +jewelry +translations +accordingly +seas +##ency +fiber +pyramid +cubic +dragging +##ista +caring +##ops +android +contacted +lunar +##dt +kai +lisbon +patted +1826 +sacramento +theft +madagascar +subtropical +disputes +ta +holidays +piper +willow +mare +cane +itunes +newfoundland +benny +companions +dong +raj +observe +roar +charming +plaque +tibetan +fossils +enacted +manning +bubble +tina +tanzania +##eda +##hir +funk +swamp +deputies +cloak +ufc +scenario +par +scratch +metals +anthem +guru +engaging +specially +##boat +dialects +nineteen +cecil +duet +disability +messenger +unofficial +##lies +defunct +eds +moonlight +drainage +surname +puzzle +honda +switching +conservatives +mammals +knox +broadcaster +sidewalk +cope +##ried +benson +princes +peterson +##sal +bedford +sharks +eli +wreck +alberto +gasp +archaeology +lgbt +teaches +securities +madness +compromise +waving +coordination +davidson +visions +leased +possibilities +eighty +jun +fernandez +enthusiasm +assassin +sponsorship +reviewer +kingdoms +estonian +laboratories +##fy +##nal +applies +verb +celebrations +##zzo +rowing +lightweight +sadness +submit +mvp +balanced +dude +##vas +explicitly +metric +magnificent +mound +brett +mohammad +mistakes +irregular +##hing +##ass +sanders +betrayed +shipped +surge +##enburg +reporters +termed +georg +pity +verbal +bulls +abbreviated +enabling +appealed +##are +##atic +sicily +sting +heel +sweetheart +bart +spacecraft +brutal +monarchy +##tter +aberdeen +cameo +diane +##ub +survivor +clyde +##aries +complaint +##makers +clarinet +delicious +chilean +karnataka +coordinates +1818 +panties +##rst +pretending +ar +dramatically +kiev +bella +tends +distances +113 +catalog +launching +instances +telecommunications +portable +lindsay +vatican +##eim +angles +aliens +marker +stint +screens +bolton +##rne +judy +wool +benedict +plasma +europa +spark +imaging +filmmaker +swiftly +##een +contributor +##nor +opted +stamps +apologize +financing +butter +gideon +sophisticated +alignment +avery +chemicals +yearly +speculation +prominence +professionally +##ils +immortal +institutional +inception +wrists +identifying +tribunal +derives +gains +##wo +papal +preference +linguistic +vince +operative +brewery +##ont +unemployment +boyd +##ured +##outs +albeit +prophet +1813 +bi +##rr +##face +##rad +quarterly +asteroid +cleaned +radius +temper +##llen +telugu +jerk +viscount +menu +##ote +glimpse +##aya +yacht +hawaiian +baden +##rl +laptop +readily +##gu +monetary +offshore +scots +watches +##yang +##arian +upgrade +needle +xbox +lea +encyclopedia +flank +fingertips +##pus +delight +teachings +confirm +roth +beaches +midway +winters +##iah +teasing +daytime +beverly +gambling +bonnie +##backs +regulated +clement +hermann +tricks +knot +##shing +##uring +##vre +detached +ecological +owed +specialty +byron +inventor +bats +stays +screened +unesco +midland +trim +affection +##ander +##rry +jess +thoroughly +feedback +##uma +chennai +strained +heartbeat +wrapping +overtime +pleaded +##sworth +mon +leisure +oclc +##tate +##ele +feathers +angelo +thirds +nuts +surveys +clever +gill +commentator +##dos +darren +rides +gibraltar +##nc +##mu +dissolution +dedication +shin +meals +saddle +elvis +reds +chaired +taller +appreciation +functioning +niece +favored +advocacy +robbie +criminals +suffolk +yugoslav +passport +constable +congressman +hastings +vera +##rov +consecrated +sparks +ecclesiastical +confined +##ovich +muller +floyd +nora +1822 +paved +1827 +cumberland +ned +saga +spiral +##flow +appreciated +yi +collaborative +treating +similarities +feminine +finishes +##ib +jade +import +##nse +##hot +champagne +mice +securing +celebrities +helsinki +attributes +##gos +cousins +phases +ache +lucia +gandhi +submission +vicar +spear +shine +tasmania +biting +detention +constitute +tighter +seasonal +##gus +terrestrial +matthews +##oka +effectiveness +parody +philharmonic +##onic +1816 +strangers +encoded +consortium +guaranteed +regards +shifts +tortured +collision +supervisor +inform +broader +insight +theaters +armour +emeritus +blink +incorporates +mapping +##50 +##ein +handball +flexible +##nta +substantially +generous +thief +##own +carr +loses +1793 +prose +ucla +romeo +generic +metallic +realization +damages +mk +commissioners +zach +default +##ther +helicopters +lengthy +stems +spa +partnered +spectators +rogue +indication +penalties +teresa +1801 +sen +##tric +dalton +##wich +irving +photographic +##vey +dell +deaf +peters +excluded +unsure +##vable +patterson +crawled +##zio +resided +whipped +latvia +slower +ecole +pipes +employers +maharashtra +comparable +va +textile +pageant +##gel +alphabet +binary +irrigation +chartered +choked +antoine +offs +waking +supplement +##wen +quantities +demolition +regain +locate +urdu +folks +alt +114 +##mc +scary +andreas +whites +##ava +classrooms +mw +aesthetic +publishes +valleys +guides +cubs +johannes +bryant +conventions +affecting +##itt +drain +awesome +isolation +prosecutor +ambitious +apology +captive +downs +atmospheric +lorenzo +aisle +beef +foul +##onia +kidding +composite +disturbed +illusion +natives +##ffer +emi +rockets +riverside +wartime +painters +adolf +melted +##ail +uncertainty +simulation +hawks +progressed +meantime +builder +spray +breach +unhappy +regina +russians +##urg +determining +##tation +tram +1806 +##quin +aging +##12 +1823 +garion +rented +mister +diaz +terminated +clip +1817 +depend +nervously +disco +owe +defenders +shiva +notorious +disbelief +shiny +worcester +##gation +##yr +trailing +undertook +islander +belarus +limitations +watershed +fuller +overlooking +utilized +raphael +1819 +synthetic +breakdown +klein +##nate +moaned +memoir +lamb +practicing +##erly +cellular +arrows +exotic +##graphy +witches +117 +charted +rey +hut +hierarchy +subdivision +freshwater +giuseppe +aloud +reyes +qatar +marty +sideways +utterly +sexually +jude +prayers +mccarthy +softball +blend +damien +##gging +##metric +wholly +erupted +lebanese +negro +revenues +tasted +comparative +teamed +transaction +labeled +maori +sovereignty +parkway +trauma +gran +malay +121 +advancement +descendant +2020 +buzz +salvation +inventory +symbolic +##making +antarctica +mps +##gas +##bro +mohammed +myanmar +holt +submarines +tones +##lman +locker +patriarch +bangkok +emerson +remarks +predators +kin +afghan +confession +norwich +rental +emerge +advantages +##zel +rca +##hold +shortened +storms +aidan +##matic +autonomy +compliance +##quet +dudley +atp +##osis +1803 +motto +documentation +summary +professors +spectacular +christina +archdiocese +flashing +innocence +remake +##dell +psychic +reef +scare +employ +rs +sticks +meg +gus +leans +##ude +accompany +bergen +tomas +##iko +doom +wages +pools +##nch +##bes +breasts +scholarly +alison +outline +brittany +breakthrough +willis +realistic +##cut +##boro +competitor +##stan +pike +picnic +icon +designing +commercials +washing +villain +skiing +micro +costumes +auburn +halted +executives +##hat +logistics +cycles +vowel +applicable +barrett +exclaimed +eurovision +eternity +ramon +##umi +##lls +modifications +sweeping +disgust +##uck +torch +aviv +ensuring +rude +dusty +sonic +donovan +outskirts +cu +pathway +##band +##gun +##lines +disciplines +acids +cadet +paired +##40 +sketches +##sive +marriages +##⁺ +folding +peers +slovak +implies +admired +##beck +1880s +leopold +instinct +attained +weston +megan +horace +##ination +dorsal +ingredients +evolutionary +##its +complications +deity +lethal +brushing +levy +deserted +institutes +posthumously +delivering +telescope +coronation +motivated +rapids +luc +flicked +pays +volcano +tanner +weighed +##nica +crowds +frankie +gifted +addressing +granddaughter +winding +##rna +constantine +gomez +##front +landscapes +rudolf +anthropology +slate +werewolf +##lio +astronomy +circa +rouge +dreaming +sack +knelt +drowned +naomi +prolific +tracked +freezing +herb +##dium +agony +randall +twisting +wendy +deposit +touches +vein +wheeler +##bbled +##bor +batted +retaining +tire +presently +compare +specification +daemon +nigel +##grave +merry +recommendation +czechoslovakia +sandra +ng +roma +##sts +lambert +inheritance +sheikh +winchester +cries +examining +##yle +comeback +cuisine +nave +##iv +ko +retrieve +tomatoes +barker +polished +defining +irene +lantern +personalities +begging +tract +swore +1809 +175 +##gic +omaha +brotherhood +##rley +haiti +##ots +exeter +##ete +##zia +steele +dumb +pearson +210 +surveyed +elisabeth +trends +##ef +fritz +##rf +premium +bugs +fraction +calmly +viking +##birds +tug +inserted +unusually +##ield +confronted +distress +crashing +brent +turks +resign +##olo +cambodia +gabe +sauce +##kal +evelyn +116 +extant +clusters +quarry +teenagers +luna +##lers +##ister +affiliation +drill +##ashi +panthers +scenic +libya +anita +strengthen +inscriptions +##cated +lace +sued +judith +riots +##uted +mint +##eta +preparations +midst +dub +challenger +##vich +mock +cf +displaced +wicket +breaths +enables +schmidt +analyst +##lum +ag +highlight +automotive +axe +josef +newark +sufficiently +resembles +50th +##pal +flushed +mum +traits +##ante +commodore +incomplete +warming +titular +ceremonial +ethical +118 +celebrating +eighteenth +cao +lima +medalist +mobility +strips +snakes +##city +miniature +zagreb +barton +escapes +umbrella +automated +doubted +differs +cooled +georgetown +dresden +cooked +fade +wyatt +rna +jacobs +carlton +abundant +stereo +boost +madras +inning +##hia +spur +ip +malayalam +begged +osaka +groan +escaping +charging +dose +vista +##aj +bud +papa +communists +advocates +edged +tri +##cent +resemble +peaking +necklace +fried +montenegro +saxony +goose +glances +stuttgart +curator +recruit +grocery +sympathetic +##tting +##fort +127 +lotus +randolph +ancestor +##rand +succeeding +jupiter +1798 +macedonian +##heads +hiking +1808 +handing +fischer +##itive +garbage +node +##pies +prone +singular +papua +inclined +attractions +italia +pouring +motioned +grandma +garnered +jacksonville +corp +ego +ringing +aluminum +##hausen +ordering +##foot +drawer +traders +synagogue +##play +##kawa +resistant +wandering +fragile +fiona +teased +var +hardcore +soaked +jubilee +decisive +exposition +mercer +poster +valencia +hale +kuwait +1811 +##ises +##wr +##eed +tavern +gamma +122 +johan +##uer +airways +amino +gil +##ury +vocational +domains +torres +##sp +generator +folklore +outcomes +##keeper +canberra +shooter +fl +beams +confrontation +##lling +##gram +feb +aligned +forestry +pipeline +jax +motorway +conception +decay +##tos +coffin +##cott +stalin +1805 +escorted +minded +##nam +sitcom +purchasing +twilight +veronica +additions +passive +tensions +straw +123 +frequencies +1804 +refugee +cultivation +##iate +christie +clary +bulletin +crept +disposal +##rich +##zong +processor +crescent +##rol +bmw +emphasized +whale +nazis +aurora +##eng +dwelling +hauled +sponsors +toledo +mega +ideology +theatres +tessa +cerambycidae +saves +turtle +cone +suspects +kara +rusty +yelling +greeks +mozart +shades +cocked +participant +##tro +shire +spit +freeze +necessity +##cos +inmates +nielsen +councillors +loaned +uncommon +omar +peasants +botanical +offspring +daniels +formations +jokes +1794 +pioneers +sigma +licensing +##sus +wheelchair +polite +1807 +liquor +pratt +trustee +##uta +forewings +balloon +##zz +kilometre +camping +explicit +casually +shawn +foolish +teammates +nm +hassan +carrie +judged +satisfy +vanessa +knives +selective +cnn +flowed +##lice +eclipse +stressed +eliza +mathematician +cease +cultivated +##roy +commissions +browns +##ania +destroyers +sheridan +meadow +##rius +minerals +##cial +downstream +clash +gram +memoirs +ventures +baha +seymour +archie +midlands +edith +fare +flynn +invite +canceled +tiles +stabbed +boulder +incorporate +amended +camden +facial +mollusk +unreleased +descriptions +yoga +grabs +550 +raises +ramp +shiver +##rose +coined +pioneering +tunes +qing +warwick +tops +119 +melanie +giles +##rous +wandered +##inal +annexed +nov +30th +unnamed +##ished +organizational +airplane +normandy +stoke +whistle +blessing +violations +chased +holders +shotgun +##ctic +outlet +reactor +##vik +tires +tearing +shores +fortified +mascot +constituencies +nc +columnist +productive +tibet +##rta +lineage +hooked +oct +tapes +judging +cody +##gger +hansen +kashmir +triggered +##eva +solved +cliffs +##tree +resisted +anatomy +protesters +transparent +implied +##iga +injection +mattress +excluding +##mbo +defenses +helpless +devotion +##elli +growl +liberals +weber +phenomena +atoms +plug +##iff +mortality +apprentice +howe +convincing +aaa +swimmer +barber +leone +promptly +sodium +def +nowadays +arise +##oning +gloucester +corrected +dignity +norm +erie +##ders +elders +evacuated +sylvia +compression +##yar +hartford +pose +backpack +reasoning +accepts +24th +wipe +millimetres +marcel +##oda +dodgers +albion +1790 +overwhelmed +aerospace +oaks +1795 +showcase +acknowledge +recovering +nolan +ashe +hurts +geology +fashioned +disappearance +farewell +swollen +shrug +marquis +wimbledon +124 +rue +1792 +commemorate +reduces +experiencing +inevitable +calcutta +intel +##court +murderer +sticking +fisheries +imagery +bloom +280 +brake +##inus +gustav +hesitation +memorable +po +viral +beans +accidents +tunisia +antenna +spilled +consort +treatments +aye +perimeter +##gard +donation +hostage +migrated +banker +addiction +apex +lil +trout +##ously +conscience +##nova +rams +sands +genome +passionate +troubles +##lets +##set +amid +##ibility +##ret +higgins +exceed +vikings +##vie +payne +##zan +muscular +##ste +defendant +sucking +##wal +ibrahim +fuselage +claudia +vfl +europeans +snails +interval +##garh +preparatory +statewide +tasked +lacrosse +viktor +##lation +angola +##hra +flint +implications +employs +teens +patrons +stall +weekends +barriers +scrambled +nucleus +tehran +jenna +parsons +lifelong +robots +displacement +5000 +##bles +precipitation +##gt +knuckles +clutched +1802 +marrying +ecology +marx +accusations +declare +scars +kolkata +mat +meadows +bermuda +skeleton +finalists +vintage +crawl +coordinate +affects +subjected +orchestral +mistaken +##tc +mirrors +dipped +relied +260 +arches +candle +##nick +incorporating +wildly +fond +basilica +owl +fringe +rituals +whispering +stirred +feud +tertiary +slick +goat +honorable +whereby +skip +ricardo +stripes +parachute +adjoining +submerged +synthesizer +##gren +intend +positively +ninety +phi +beaver +partition +fellows +alexis +prohibition +carlisle +bizarre +fraternity +##bre +doubts +icy +cbc +aquatic +sneak +sonny +combines +airports +crude +supervised +spatial +merge +alfonso +##bic +corrupt +scan +undergo +##ams +disabilities +colombian +comparing +dolphins +perkins +##lish +reprinted +unanimous +bounced +hairs +underworld +midwest +semester +bucket +paperback +miniseries +coventry +demise +##leigh +demonstrations +sensor +rotating +yan +##hler +arrange +soils +##idge +hyderabad +labs +##dr +brakes +grandchildren +##nde +negotiated +rover +ferrari +continuation +directorate +augusta +stevenson +counterpart +gore +##rda +nursery +rican +ave +collectively +broadly +pastoral +repertoire +asserted +discovering +nordic +styled +fiba +cunningham +harley +middlesex +survives +tumor +tempo +zack +aiming +lok +urgent +##rade +##nto +devils +##ement +contractor +turin +##wl +##ool +bliss +repaired +simmons +moan +astronomical +cr +negotiate +lyric +1890s +lara +bred +clad +angus +pbs +##ience +engineered +posed +##lk +hernandez +possessions +elbows +psychiatric +strokes +confluence +electorate +lifts +campuses +lava +alps +##ep +##ution +##date +physicist +woody +##page +##ographic +##itis +juliet +reformation +sparhawk +320 +complement +suppressed +jewel +##½ +floated +##kas +continuity +sadly +##ische +inability +melting +scanning +paula +flour +judaism +safer +vague +##lm +solving +curb +##stown +financially +gable +bees +expired +miserable +cassidy +dominion +1789 +cupped +145 +robbery +facto +amos +warden +resume +tallest +marvin +ing +pounded +usd +declaring +gasoline +##aux +darkened +270 +650 +sophomore +##mere +erection +gossip +televised +risen +dial +##eu +pillars +##link +passages +profound +##tina +arabian +ashton +silicon +nail +##ead +##lated +##wer +##hardt +fleming +firearms +ducked +circuits +blows +waterloo +titans +##lina +atom +fireplace +cheshire +financed +activation +algorithms +##zzi +constituent +catcher +cherokee +partnerships +sexuality +platoon +tragic +vivian +guarded +whiskey +meditation +poetic +##late +##nga +##ake +porto +listeners +dominance +kendra +mona +chandler +factions +22nd +salisbury +attitudes +derivative +##ido +##haus +intake +paced +javier +illustrator +barrels +bias +cockpit +burnett +dreamed +ensuing +##anda +receptors +someday +hawkins +mattered +##lal +slavic +1799 +jesuit +cameroon +wasted +tai +wax +lowering +victorious +freaking +outright +hancock +librarian +sensing +bald +calcium +myers +tablet +announcing +barack +shipyard +pharmaceutical +##uan +greenwich +flush +medley +patches +wolfgang +pt +speeches +acquiring +exams +nikolai +##gg +hayden +kannada +##type +reilly +##pt +waitress +abdomen +devastated +capped +pseudonym +pharmacy +fulfill +paraguay +1796 +clicked +##trom +archipelago +syndicated +##hman +lumber +orgasm +rejection +clifford +lorraine +advent +mafia +rodney +brock +##ght +##used +##elia +cassette +chamberlain +despair +mongolia +sensors +developmental +upstream +##eg +##alis +spanning +165 +trombone +basque +seeded +interred +renewable +rhys +leapt +revision +molecule +##ages +chord +vicious +nord +shivered +23rd +arlington +debts +corpus +sunrise +bays +blackburn +centimetres +##uded +shuddered +gm +strangely +gripping +cartoons +isabelle +orbital +##ppa +seals +proving +##lton +refusal +strengthened +bust +assisting +baghdad +batsman +portrayal +mara +pushes +spears +og +##cock +reside +nathaniel +brennan +1776 +confirmation +caucus +##worthy +markings +yemen +nobles +ku +lazy +viewer +catalan +encompasses +sawyer +##fall +sparked +substances +patents +braves +arranger +evacuation +sergio +persuade +dover +tolerance +penguin +cum +jockey +insufficient +townships +occupying +declining +plural +processed +projection +puppet +flanders +introduces +liability +##yon +gymnastics +antwerp +taipei +hobart +candles +jeep +wes +observers +126 +chaplain +bundle +glorious +##hine +hazel +flung +sol +excavations +dumped +stares +sh +bangalore +triangular +icelandic +intervals +expressing +turbine +##vers +songwriting +crafts +##igo +jasmine +ditch +rite +##ways +entertaining +comply +sorrow +wrestlers +basel +emirates +marian +rivera +helpful +##some +caution +downward +networking +##atory +##tered +darted +genocide +emergence +replies +specializing +spokesman +convenient +unlocked +fading +augustine +concentrations +resemblance +elijah +investigator +andhra +##uda +promotes +bean +##rrell +fleeing +wan +simone +announcer +##ame +##bby +lydia +weaver +132 +residency +modification +##fest +stretches +##ast +alternatively +nat +lowe +lacks +##ented +pam +tile +concealed +inferior +abdullah +residences +tissues +vengeance +##ided +moisture +peculiar +groove +zip +bologna +jennings +ninja +oversaw +zombies +pumping +batch +livingston +emerald +installations +1797 +peel +nitrogen +rama +##fying +##star +schooling +strands +responding +werner +##ost +lime +casa +accurately +targeting +##rod +underway +##uru +hemisphere +lester +##yard +occupies +2d +griffith +angrily +reorganized +##owing +courtney +deposited +##dd +##30 +estadio +##ifies +dunn +exiled +##ying +checks +##combe +##о +##fly +successes +unexpectedly +blu +assessed +##flower +##ه +observing +sacked +spiders +kn +##tail +mu +nodes +prosperity +audrey +divisional +155 +broncos +tangled +adjust +feeds +erosion +paolo +surf +directory +snatched +humid +admiralty +screwed +gt +reddish +##nese +modules +trench +lamps +bind +leah +bucks +competes +##nz +##form +transcription +##uc +isles +violently +clutching +pga +cyclist +inflation +flats +ragged +unnecessary +##hian +stubborn +coordinated +harriet +baba +disqualified +330 +insect +wolfe +##fies +reinforcements +rocked +duel +winked +embraced +bricks +##raj +hiatus +defeats +pending +brightly +jealousy +##xton +##hm +##uki +lena +gdp +colorful +##dley +stein +kidney +##shu +underwear +wanderers +##haw +##icus +guardians +m³ +roared +habits +##wise +permits +gp +uranium +punished +disguise +bundesliga +elise +dundee +erotic +partisan +pi +collectors +float +individually +rendering +behavioral +bucharest +ser +hare +valerie +corporal +nutrition +proportional +##isa +immense +##kis +pavement +##zie +##eld +sutherland +crouched +1775 +##lp +suzuki +trades +endurance +operas +crosby +prayed +priory +rory +socially +##urn +gujarat +##pu +walton +cube +pasha +privilege +lennon +floods +thorne +waterfall +nipple +scouting +approve +##lov +minorities +voter +dwight +extensions +assure +ballroom +slap +dripping +privileges +rejoined +confessed +demonstrating +patriotic +yell +investor +##uth +pagan +slumped +squares +##cle +##kins +confront +bert +embarrassment +##aid +aston +urging +sweater +starr +yuri +brains +williamson +commuter +mortar +structured +selfish +exports +##jon +cds +##him +unfinished +##rre +mortgage +destinations +##nagar +canoe +solitary +buchanan +delays +magistrate +fk +##pling +motivation +##lier +##vier +recruiting +assess +##mouth +malik +antique +1791 +pius +rahman +reich +tub +zhou +smashed +airs +galway +xii +conditioning +honduras +discharged +dexter +##pf +lionel +129 +debates +lemon +tiffany +volunteered +dom +dioxide +procession +devi +sic +tremendous +advertisements +colts +transferring +verdict +hanover +decommissioned +utter +relate +pac +racism +##top +beacon +limp +similarity +terra +occurrence +ant +##how +becky +capt +updates +armament +richie +pal +##graph +halloween +mayo +##ssen +##bone +cara +serena +fcc +dolls +obligations +##dling +violated +lafayette +jakarta +exploitation +##ime +infamous +iconic +##lah +##park +kitty +moody +reginald +dread +spill +crystals +olivier +modeled +bluff +equilibrium +separating +notices +ordnance +extinction +onset +cosmic +attachment +sammy +expose +privy +anchored +##bil +abbott +admits +bending +baritone +emmanuel +policeman +vaughan +winged +climax +dresses +denny +polytechnic +mohamed +burmese +authentic +nikki +genetics +grandparents +homestead +gaza +postponed +metacritic +una +##sby +##bat +unstable +dissertation +##rial +##cian +curls +obscure +uncovered +bronx +praying +disappearing +##hoe +prehistoric +coke +turret +mutations +nonprofit +pits +monaco +##ي +##usion +prominently +dispatched +podium +##mir +uci +##uation +133 +fortifications +birthplace +kendall +##lby +##oll +preacher +rack +goodman +##rman +persistent +##ott +countless +jaime +recorder +lexington +persecution +jumps +renewal +wagons +##11 +crushing +##holder +decorations +##lake +abundance +wrath +laundry +£1 +garde +##rp +jeanne +beetles +peasant +##sl +splitting +caste +sergei +##rer +##ema +scripts +##ively +rub +satellites +##vor +inscribed +verlag +scrapped +gale +packages +chick +potato +slogan +kathleen +arabs +##culture +counterparts +reminiscent +choral +##tead +rand +retains +bushes +dane +accomplish +courtesy +closes +##oth +slaughter +hague +krakow +lawson +tailed +elias +ginger +##ttes +canopy +betrayal +rebuilding +turf +##hof +frowning +allegiance +brigades +kicks +rebuild +polls +alias +nationalism +td +rowan +audition +bowie +fortunately +recognizes +harp +dillon +horrified +##oro +renault +##tics +ropes +##α +presumed +rewarded +infrared +wiping +accelerated +illustration +##rid +presses +practitioners +badminton +##iard +detained +##tera +recognizing +relates +misery +##sies +##tly +reproduction +piercing +potatoes +thornton +esther +manners +hbo +##aan +ours +bullshit +ernie +perennial +sensitivity +illuminated +rupert +##jin +##iss +##ear +rfc +nassau +##dock +staggered +socialism +##haven +appointments +nonsense +prestige +sharma +haul +##tical +solidarity +gps +##ook +##rata +igor +pedestrian +##uit +baxter +tenants +wires +medication +unlimited +guiding +impacts +diabetes +##rama +sasha +pas +clive +extraction +131 +continually +constraints +##bilities +sonata +hunted +sixteenth +chu +planting +quote +mayer +pretended +abs +spat +##hua +ceramic +##cci +curtains +pigs +pitching +##dad +latvian +sore +dayton +##sted +##qi +patrols +slice +playground +##nted +shone +stool +apparatus +inadequate +mates +treason +##ija +desires +##liga +##croft +somalia +laurent +mir +leonardo +oracle +grape +obliged +chevrolet +thirteenth +stunning +enthusiastic +##ede +accounted +concludes +currents +basil +##kovic +drought +##rica +mai +##aire +shove +posting +##shed +pilgrimage +humorous +packing +fry +pencil +wines +smells +144 +marilyn +aching +newest +clung +bon +neighbours +sanctioned +##pie +mug +##stock +drowning +##mma +hydraulic +##vil +hiring +reminder +lilly +investigators +##ncies +sour +##eous +compulsory +packet +##rion +##graphic +##elle +cannes +##inate +depressed +##rit +heroic +importantly +theresa +##tled +conway +saturn +marginal +rae +##xia +corresponds +royce +pact +jasper +explosives +packaging +aluminium +##ttered +denotes +rhythmic +spans +assignments +hereditary +outlined +originating +sundays +lad +reissued +greeting +beatrice +##dic +pillar +marcos +plots +handbook +alcoholic +judiciary +avant +slides +extract +masculine +blur +##eum +##force +homage +trembled +owens +hymn +trey +omega +signaling +socks +accumulated +reacted +attic +theo +lining +angie +distraction +primera +talbot +##key +1200 +ti +creativity +billed +##hey +deacon +eduardo +identifies +proposition +dizzy +gunner +hogan +##yam +##pping +##hol +ja +##chan +jensen +reconstructed +##berger +clearance +darius +##nier +abe +harlem +plea +dei +circled +emotionally +notation +fascist +neville +exceeded +upwards +viable +ducks +##fo +workforce +racer +limiting +shri +##lson +possesses +1600 +kerr +moths +devastating +laden +disturbing +locking +##cture +gal +fearing +accreditation +flavor +aide +1870s +mountainous +##baum +melt +##ures +motel +texture +servers +soda +##mb +herd +##nium +erect +puzzled +hum +peggy +examinations +gould +testified +geoff +ren +devised +sacks +##law +denial +posters +grunted +cesar +tutor +ec +gerry +offerings +byrne +falcons +combinations +ct +incoming +pardon +rocking +26th +avengers +flared +mankind +seller +uttar +loch +nadia +stroking +exposing +##hd +fertile +ancestral +instituted +##has +noises +prophecy +taxation +eminent +vivid +pol +##bol +dart +indirect +multimedia +notebook +upside +displaying +adrenaline +referenced +geometric +##iving +progression +##ddy +blunt +announce +##far +implementing +##lav +aggression +liaison +cooler +cares +headache +plantations +gorge +dots +impulse +thickness +ashamed +averaging +kathy +obligation +precursor +137 +fowler +symmetry +thee +225 +hears +##rai +undergoing +ads +butcher +bowler +##lip +cigarettes +subscription +goodness +##ically +browne +##hos +##tech +kyoto +donor +##erty +damaging +friction +drifting +expeditions +hardened +prostitution +152 +fauna +blankets +claw +tossing +snarled +butterflies +recruits +investigative +coated +healed +138 +communal +hai +xiii +academics +boone +psychologist +restless +lahore +stephens +mba +brendan +foreigners +printer +##pc +ached +explode +27th +deed +scratched +dared +##pole +cardiac +1780 +okinawa +proto +commando +compelled +oddly +electrons +##base +replica +thanksgiving +##rist +sheila +deliberate +stafford +tidal +representations +hercules +ou +##path +##iated +kidnapping +lenses +##tling +deficit +samoa +mouths +consuming +computational +maze +granting +smirk +razor +fixture +ideals +inviting +aiden +nominal +##vs +issuing +julio +pitt +ramsey +docks +##oss +exhaust +##owed +bavarian +draped +anterior +mating +ethiopian +explores +noticing +##nton +discarded +convenience +hoffman +endowment +beasts +cartridge +mormon +paternal +probe +sleeves +interfere +lump +deadline +##rail +jenks +bulldogs +scrap +alternating +justified +reproductive +nam +seize +descending +secretariat +kirby +coupe +grouped +smash +panther +sedan +tapping +##18 +lola +cheer +germanic +unfortunate +##eter +unrelated +##fan +subordinate +##sdale +suzanne +advertisement +##ility +horsepower +##lda +cautiously +discourse +luigi +##mans +##fields +noun +prevalent +mao +schneider +everett +surround +governorate +kira +##avia +westward +##take +misty +rails +sustainability +134 +unused +##rating +packs +toast +unwilling +regulate +thy +suffrage +nile +awe +assam +definitions +travelers +affordable +##rb +conferred +sells +undefeated +beneficial +torso +basal +repeating +remixes +##pass +bahrain +cables +fang +##itated +excavated +numbering +statutory +##rey +deluxe +##lian +forested +ramirez +derbyshire +zeus +slamming +transfers +astronomer +banana +lottery +berg +histories +bamboo +##uchi +resurrection +posterior +bowls +vaguely +##thi +thou +preserving +tensed +offence +##inas +meyrick +callum +ridden +watt +langdon +tying +lowland +snorted +daring +truman +##hale +##girl +aura +overly +filing +weighing +goa +infections +philanthropist +saunders +eponymous +##owski +latitude +perspectives +reviewing +mets +commandant +radial +##kha +flashlight +reliability +koch +vowels +amazed +ada +elaine +supper +##rth +##encies +predator +debated +soviets +cola +##boards +##nah +compartment +crooked +arbitrary +fourteenth +##ctive +havana +majors +steelers +clips +profitable +ambush +exited +packers +##tile +nude +cracks +fungi +##е +limb +trousers +josie +shelby +tens +frederic +##ος +definite +smoothly +constellation +insult +baton +discs +lingering +##nco +conclusions +lent +staging +becker +grandpa +shaky +##tron +einstein +obstacles +sk +adverse +elle +economically +##moto +mccartney +thor +dismissal +motions +readings +nostrils +treatise +##pace +squeezing +evidently +prolonged +1783 +venezuelan +je +marguerite +beirut +takeover +shareholders +##vent +denise +digit +airplay +norse +##bbling +imaginary +pills +hubert +blaze +vacated +eliminating +##ello +vine +mansfield +##tty +retrospective +barrow +borne +clutch +bail +forensic +weaving +##nett +##witz +desktop +citadel +promotions +worrying +dorset +ieee +subdivided +##iating +manned +expeditionary +pickup +synod +chuckle +185 +barney +##rz +##ffin +functionality +karachi +litigation +meanings +uc +lick +turbo +anders +##ffed +execute +curl +oppose +ankles +typhoon +##د +##ache +##asia +linguistics +compassion +pressures +grazing +perfection +##iting +immunity +monopoly +muddy +backgrounds +136 +namibia +francesca +monitors +attracting +stunt +tuition +##ии +vegetable +##mates +##quent +mgm +jen +complexes +forts +##ond +cellar +bites +seventeenth +royals +flemish +failures +mast +charities +##cular +peruvian +capitals +macmillan +ipswich +outward +frigate +postgraduate +folds +employing +##ouse +concurrently +fiery +##tai +contingent +nightmares +monumental +nicaragua +##kowski +lizard +mal +fielding +gig +reject +##pad +harding +##ipe +coastline +##cin +##nos +beethoven +humphrey +innovations +##tam +##nge +norris +doris +solicitor +huang +obey +141 +##lc +niagara +##tton +shelves +aug +bourbon +curry +nightclub +specifications +hilton +##ndo +centennial +dispersed +worm +neglected +briggs +sm +font +kuala +uneasy +plc +##nstein +##bound +##aking +##burgh +awaiting +pronunciation +##bbed +##quest +eh +optimal +zhu +raped +greens +presided +brenda +worries +##life +venetian +marxist +turnout +##lius +refined +braced +sins +grasped +sunderland +nickel +speculated +lowell +cyrillic +communism +fundraising +resembling +colonists +mutant +freddie +usc +##mos +gratitude +##run +mural +##lous +chemist +wi +reminds +28th +steals +tess +pietro +##ingen +promoter +ri +microphone +honoured +rai +sant +##qui +feather +##nson +burlington +kurdish +terrorists +deborah +sickness +##wed +##eet +hazard +irritated +desperation +veil +clarity +##rik +jewels +xv +##gged +##ows +##cup +berkshire +unfair +mysteries +orchid +winced +exhaustion +renovations +stranded +obe +infinity +##nies +adapt +redevelopment +thanked +registry +olga +domingo +noir +tudor +ole +##atus +commenting +behaviors +##ais +crisp +pauline +probable +stirling +wigan +##bian +paralympics +panting +surpassed +##rew +luca +barred +pony +famed +##sters +cassandra +waiter +carolyn +exported +##orted +andres +destructive +deeds +jonah +castles +vacancy +suv +##glass +1788 +orchard +yep +famine +belarusian +sprang +##forth +skinny +##mis +administrators +rotterdam +zambia +zhao +boiler +discoveries +##ride +##physics +lucius +disappointing +outreach +spoon +##frame +qualifications +unanimously +enjoys +regency +##iidae +stade +realism +veterinary +rodgers +dump +alain +chestnut +castile +censorship +rumble +gibbs +##itor +communion +reggae +inactivated +logs +loads +##houses +homosexual +##iano +ale +informs +##cas +phrases +plaster +linebacker +ambrose +kaiser +fascinated +850 +limerick +recruitment +forge +mastered +##nding +leinster +rooted +threaten +##strom +borneo +##hes +suggestions +scholarships +propeller +documentaries +patronage +coats +constructing +invest +neurons +comet +entirety +shouts +identities +annoying +unchanged +wary +##antly +##ogy +neat +oversight +##kos +phillies +replay +constance +##kka +incarnation +humble +skies +minus +##acy +smithsonian +##chel +guerrilla +jar +cadets +##plate +surplus +audit +##aru +cracking +joanna +louisa +pacing +##lights +intentionally +##iri +diner +nwa +imprint +australians +tong +unprecedented +bunker +naive +specialists +ark +nichols +railing +leaked +pedal +##uka +shrub +longing +roofs +v8 +captains +neural +tuned +##ntal +##jet +emission +medina +frantic +codex +definitive +sid +abolition +intensified +stocks +enrique +sustain +genoa +oxide +##written +clues +cha +##gers +tributaries +fragment +venom +##rity +##ente +##sca +muffled +vain +sire +laos +##ingly +##hana +hastily +snapping +surfaced +sentiment +motive +##oft +contests +approximate +mesa +luckily +dinosaur +exchanges +propelled +accord +bourne +relieve +tow +masks +offended +##ues +cynthia +##mmer +rains +bartender +zinc +reviewers +lois +##sai +legged +arrogant +rafe +rosie +comprise +handicap +blockade +inlet +lagoon +copied +drilling +shelley +petals +##inian +mandarin +obsolete +##inated +onward +arguably +productivity +cindy +praising +seldom +busch +discusses +raleigh +shortage +ranged +stanton +encouragement +firstly +conceded +overs +temporal +##uke +cbe +##bos +woo +certainty +pumps +##pton +stalked +##uli +lizzie +periodic +thieves +weaker +##night +gases +shoving +chooses +wc +##chemical +prompting +weights +##kill +robust +flanked +sticky +hu +tuberculosis +##eb +##eal +christchurch +resembled +wallet +reese +inappropriate +pictured +distract +fixing +fiddle +giggled +burger +heirs +hairy +mechanic +torque +apache +obsessed +chiefly +cheng +logging +##tag +extracted +meaningful +numb +##vsky +gloucestershire +reminding +##bay +unite +##lit +breeds +diminished +clown +glove +1860s +##ن +##ug +archibald +focal +freelance +sliced +depiction +##yk +organism +switches +sights +stray +crawling +##ril +lever +leningrad +interpretations +loops +anytime +reel +alicia +delighted +##ech +inhaled +xiv +suitcase +bernie +vega +licenses +northampton +exclusion +induction +monasteries +racecourse +homosexuality +##right +##sfield +##rky +dimitri +michele +alternatives +ions +commentators +genuinely +objected +pork +hospitality +fencing +stephan +warships +peripheral +wit +drunken +wrinkled +quentin +spends +departing +chung +numerical +spokesperson +##zone +johannesburg +caliber +killers +##udge +assumes +neatly +demographic +abigail +bloc +##vel +mounting +##lain +bentley +slightest +xu +recipients +##jk +merlin +##writer +seniors +prisons +blinking +hindwings +flickered +kappa +##hel +80s +strengthening +appealing +brewing +gypsy +mali +lashes +hulk +unpleasant +harassment +bio +treaties +predict +instrumentation +pulp +troupe +boiling +mantle +##ffe +ins +##vn +dividing +handles +verbs +##onal +coconut +senegal +340 +thorough +gum +momentarily +##sto +cocaine +panicked +destined +##turing +teatro +denying +weary +captained +mans +##hawks +##code +wakefield +bollywood +thankfully +##16 +cyril +##wu +amendments +##bahn +consultation +stud +reflections +kindness +1787 +internally +##ovo +tex +mosaic +distribute +paddy +seeming +143 +##hic +piers +##15 +##mura +##verse +popularly +winger +kang +sentinel +mccoy +##anza +covenant +##bag +verge +fireworks +suppress +thrilled +dominate +##jar +swansea +##60 +142 +reconciliation +##ndi +stiffened +cue +dorian +##uf +damascus +amor +ida +foremost +##aga +porsche +unseen +dir +##had +##azi +stony +lexi +melodies +##nko +angular +integer +podcast +ants +inherent +jaws +justify +persona +##olved +josephine +##nr +##ressed +customary +flashes +gala +cyrus +glaring +backyard +ariel +physiology +greenland +html +stir +avon +atletico +finch +methodology +ked +##lent +mas +catholicism +townsend +branding +quincy +fits +containers +1777 +ashore +aragon +##19 +forearm +poisoning +##sd +adopting +conquer +grinding +amnesty +keller +finances +evaluate +forged +lankan +instincts +##uto +guam +bosnian +photographed +workplace +desirable +protector +##dog +allocation +intently +encourages +willy +##sten +bodyguard +electro +brighter +##ν +bihar +##chev +lasts +opener +amphibious +sal +verde +arte +##cope +captivity +vocabulary +yields +##tted +agreeing +desmond +pioneered +##chus +strap +campaigned +railroads +##ович +emblem +##dre +stormed +501 +##ulous +marijuana +northumberland +##gn +##nath +bowen +landmarks +beaumont +##qua +danube +##bler +attorneys +th +ge +flyers +critique +villains +cass +mutation +acc +##0s +colombo +mckay +motif +sampling +concluding +syndicate +##rell +neon +stables +ds +warnings +clint +mourning +wilkinson +##tated +merrill +leopard +evenings +exhaled +emil +sonia +ezra +discrete +stove +farrell +fifteenth +prescribed +superhero +##rier +worms +helm +wren +##duction +##hc +expo +##rator +hq +unfamiliar +antony +prevents +acceleration +fiercely +mari +painfully +calculations +cheaper +ign +clifton +irvine +davenport +mozambique +##np +pierced +##evich +wonders +##wig +##cate +##iling +crusade +ware +##uel +enzymes +reasonably +mls +##coe +mater +ambition +bunny +eliot +kernel +##fin +asphalt +headmaster +torah +aden +lush +pins +waived +##care +##yas +joao +substrate +enforce +##grad +##ules +alvarez +selections +epidemic +tempted +##bit +bremen +translates +ensured +waterfront +29th +forrest +manny +malone +kramer +reigning +cookies +simpler +absorption +205 +engraved +##ffy +evaluated +1778 +haze +146 +comforting +crossover +##abe +thorn +##rift +##imo +##pop +suppression +fatigue +cutter +##tr +201 +wurttemberg +##orf +enforced +hovering +proprietary +gb +samurai +syllable +ascent +lacey +tick +lars +tractor +merchandise +rep +bouncing +defendants +##yre +huntington +##ground +##oko +standardized +##hor +##hima +assassinated +nu +predecessors +rainy +liar +assurance +lyrical +##uga +secondly +flattened +ios +parameter +undercover +##mity +bordeaux +punish +ridges +markers +exodus +inactive +hesitate +debbie +nyc +pledge +savoy +nagar +offset +organist +##tium +hesse +marin +converting +##iver +diagram +propulsion +pu +validity +reverted +supportive +##dc +ministries +clans +responds +proclamation +##inae +##ø +##rea +ein +pleading +patriot +sf +birch +islanders +strauss +hates +##dh +brandenburg +concession +rd +##ob +1900s +killings +textbook +antiquity +cinematography +wharf +embarrassing +setup +creed +farmland +inequality +centred +signatures +fallon +370 +##ingham +##uts +ceylon +gazing +directive +laurie +##tern +globally +##uated +##dent +allah +excavation +threads +##cross +148 +frantically +icc +utilize +determines +respiratory +thoughtful +receptions +##dicate +merging +chandra +seine +147 +builders +builds +diagnostic +dev +visibility +goddamn +analyses +dhaka +cho +proves +chancel +concurrent +curiously +canadians +pumped +restoring +1850s +turtles +jaguar +sinister +spinal +traction +declan +vows +1784 +glowed +capitalism +swirling +install +universidad +##lder +##oat +soloist +##genic +##oor +coincidence +beginnings +nissan +dip +resorts +caucasus +combustion +infectious +##eno +pigeon +serpent +##itating +conclude +masked +salad +jew +##gr +surreal +toni +##wc +harmonica +151 +##gins +##etic +##coat +fishermen +intending +bravery +##wave +klaus +titan +wembley +taiwanese +ransom +40th +incorrect +hussein +eyelids +jp +cooke +dramas +utilities +##etta +##print +eisenhower +principally +granada +lana +##rak +openings +concord +##bl +bethany +connie +morality +sega +##mons +##nard +earnings +##kara +##cine +wii +communes +##rel +coma +composing +softened +severed +grapes +##17 +nguyen +analyzed +warlord +hubbard +heavenly +behave +slovenian +##hit +##ony +hailed +filmmakers +trance +caldwell +skye +unrest +coward +likelihood +##aging +bern +sci +taliban +honolulu +propose +##wang +1700 +browser +imagining +cobra +contributes +dukes +instinctively +conan +violinist +##ores +accessories +gradual +##amp +quotes +sioux +##dating +undertake +intercepted +sparkling +compressed +139 +fungus +tombs +haley +imposing +rests +degradation +lincolnshire +retailers +wetlands +tulsa +distributor +dungeon +nun +greenhouse +convey +atlantis +aft +exits +oman +dresser +lyons +##sti +joking +eddy +judgement +omitted +digits +##cts +##game +juniors +##rae +cents +stricken +une +##ngo +wizards +weir +breton +nan +technician +fibers +liking +royalty +##cca +154 +persia +terribly +magician +##rable +##unt +vance +cafeteria +booker +camille +warmer +##static +consume +cavern +gaps +compass +contemporaries +foyer +soothing +graveyard +maj +plunged +blush +##wear +cascade +demonstrates +ordinance +##nov +boyle +##lana +rockefeller +shaken +banjo +izzy +##ense +breathless +vines +##32 +##eman +alterations +chromosome +dwellings +feudal +mole +153 +catalonia +relics +tenant +mandated +##fm +fridge +hats +honesty +patented +raul +heap +cruisers +accusing +enlightenment +infants +wherein +chatham +contractors +zen +affinity +hc +osborne +piston +156 +traps +maturity +##rana +lagos +##zal +peering +##nay +attendant +dealers +protocols +subset +prospects +biographical +##cre +artery +##zers +insignia +nuns +endured +##eration +recommend +schwartz +serbs +berger +cromwell +crossroads +##ctor +enduring +clasped +grounded +##bine +marseille +twitched +abel +choke +https +catalyst +moldova +italians +##tist +disastrous +wee +##oured +##nti +wwf +nope +##piration +##asa +expresses +thumbs +167 +##nza +coca +1781 +cheating +##ption +skipped +sensory +heidelberg +spies +satan +dangers +semifinal +202 +bohemia +whitish +confusing +shipbuilding +relies +surgeons +landings +ravi +baku +moor +suffix +alejandro +##yana +litre +upheld +##unk +rajasthan +##rek +coaster +insists +posture +scenarios +etienne +favoured +appoint +transgender +elephants +poked +greenwood +defences +fulfilled +militant +somali +1758 +chalk +potent +##ucci +migrants +wink +assistants +nos +restriction +activism +niger +##ario +colon +shaun +##sat +daphne +##erated +swam +congregations +reprise +considerations +magnet +playable +xvi +##р +overthrow +tobias +knob +chavez +coding +##mers +propped +katrina +orient +newcomer +##suke +temperate +##pool +farmhouse +interrogation +##vd +committing +##vert +forthcoming +strawberry +joaquin +macau +ponds +shocking +siberia +##cellular +chant +contributors +##nant +##ologists +sped +absorb +hail +1782 +spared +##hore +barbados +karate +opus +originates +saul +##xie +evergreen +leaped +##rock +correlation +exaggerated +weekday +unification +bump +tracing +brig +afb +pathways +utilizing +##ners +mod +mb +disturbance +kneeling +##stad +##guchi +100th +pune +##thy +decreasing +168 +manipulation +miriam +academia +ecosystem +occupational +rbi +##lem +rift +##14 +rotary +stacked +incorporation +awakening +generators +guerrero +racist +##omy +cyber +derivatives +culminated +allie +annals +panzer +sainte +wikipedia +pops +zu +austro +##vate +algerian +politely +nicholson +mornings +educate +tastes +thrill +dartmouth +##gating +db +##jee +regan +differing +concentrating +choreography +divinity +##media +pledged +alexandre +routing +gregor +madeline +##idal +apocalypse +##hora +gunfire +culminating +elves +fined +liang +lam +programmed +tar +guessing +transparency +gabrielle +##gna +cancellation +flexibility +##lining +accession +shea +stronghold +nets +specializes +##rgan +abused +hasan +sgt +ling +exceeding +##₄ +admiration +supermarket +##ark +photographers +specialised +tilt +resonance +hmm +perfume +380 +sami +threatens +garland +botany +guarding +boiled +greet +puppy +russo +supplier +wilmington +vibrant +vijay +##bius +paralympic +grumbled +paige +faa +licking +margins +hurricanes +##gong +fest +grenade +ripping +##uz +counseling +weigh +##sian +needles +wiltshire +edison +costly +##not +fulton +tramway +redesigned +staffordshire +cache +gasping +watkins +sleepy +candidacy +##group +monkeys +timeline +throbbing +##bid +##sos +berth +uzbekistan +vanderbilt +bothering +overturned +ballots +gem +##iger +sunglasses +subscribers +hooker +compelling +ang +exceptionally +saloon +stab +##rdi +carla +terrifying +rom +##vision +coil +##oids +satisfying +vendors +31st +mackay +deities +overlooked +ambient +bahamas +felipe +olympia +whirled +botanist +advertised +tugging +##dden +disciples +morales +unionist +rites +foley +morse +motives +creepy +##₀ +soo +##sz +bargain +highness +frightening +turnpike +tory +reorganization +##cer +depict +biographer +##walk +unopposed +manifesto +##gles +institut +emile +accidental +kapoor +##dam +kilkenny +cortex +lively +##13 +romanesque +jain +shan +cannons +##ood +##ske +petrol +echoing +amalgamated +disappears +cautious +proposes +sanctions +trenton +##ر +flotilla +aus +contempt +tor +canary +cote +theirs +##hun +conceptual +deleted +fascinating +paso +blazing +elf +honourable +hutchinson +##eiro +##outh +##zin +surveyor +tee +amidst +wooded +reissue +intro +##ono +cobb +shelters +newsletter +hanson +brace +encoding +confiscated +dem +caravan +marino +scroll +melodic +cows +imam +##adi +##aneous +northward +searches +biodiversity +cora +310 +roaring +##bers +connell +theologian +halo +compose +pathetic +unmarried +dynamo +##oot +az +calculation +toulouse +deserves +humour +nr +forgiveness +tam +undergone +martyr +pamela +myths +whore +counselor +hicks +290 +heavens +battleship +electromagnetic +##bbs +stellar +establishments +presley +hopped +##chin +temptation +90s +wills +nas +##yuan +nhs +##nya +seminars +##yev +adaptations +gong +asher +lex +indicator +sikh +tobago +cites +goin +##yte +satirical +##gies +characterised +correspond +bubbles +lure +participates +##vid +eruption +skate +therapeutic +1785 +canals +wholesale +defaulted +sac +460 +petit +##zzled +virgil +leak +ravens +256 +portraying +##yx +ghetto +creators +dams +portray +vicente +##rington +fae +namesake +bounty +##arium +joachim +##ota +##iser +aforementioned +axle +snout +depended +dismantled +reuben +480 +##ibly +gallagher +##lau +##pd +earnest +##ieu +##iary +inflicted +objections +##llar +asa +gritted +##athy +jericho +##sea +##was +flick +underside +ceramics +undead +substituted +195 +eastward +undoubtedly +wheeled +chimney +##iche +guinness +cb +##ager +siding +##bell +traitor +baptiste +disguised +inauguration +149 +tipperary +choreographer +perched +warmed +stationary +eco +##ike +##ntes +bacterial +##aurus +flores +phosphate +##core +attacker +invaders +alvin +intersects +a1 +indirectly +immigrated +businessmen +cornelius +valves +narrated +pill +sober +ul +nationale +monastic +applicants +scenery +##jack +161 +motifs +constitutes +cpu +##osh +jurisdictions +sd +tuning +irritation +woven +##uddin +fertility +gao +##erie +antagonist +impatient +glacial +hides +boarded +denominations +interception +##jas +cookie +nicola +##tee +algebraic +marquess +bahn +parole +buyers +bait +turbines +paperwork +bestowed +natasha +renee +oceans +purchases +157 +vaccine +215 +##tock +fixtures +playhouse +integrate +jai +oswald +intellectuals +##cky +booked +nests +mortimer +##isi +obsession +sept +##gler +##sum +440 +scrutiny +simultaneous +squinted +##shin +collects +oven +shankar +penned +remarkably +##я +slips +luggage +spectral +1786 +collaborations +louie +consolidation +##ailed +##ivating +420 +hoover +blackpool +harness +ignition +vest +tails +belmont +mongol +skinner +##nae +visually +mage +derry +##tism +##unce +stevie +transitional +##rdy +redskins +drying +prep +prospective +##21 +annoyance +oversee +##loaded +fills +##books +##iki +announces +fda +scowled +respects +prasad +mystic +tucson +##vale +revue +springer +bankrupt +1772 +aristotle +salvatore +habsburg +##geny +dal +natal +nut +pod +chewing +darts +moroccan +walkover +rosario +lenin +punjabi +##ße +grossed +scattering +wired +invasive +hui +polynomial +corridors +wakes +gina +portrays +##cratic +arid +retreating +erich +irwin +sniper +##dha +linen +lindsey +maneuver +butch +shutting +socio +bounce +commemorative +postseason +jeremiah +pines +275 +mystical +beads +bp +abbas +furnace +bidding +consulted +assaulted +empirical +rubble +enclosure +sob +weakly +cancel +polly +yielded +##emann +curly +prediction +battered +70s +vhs +jacqueline +render +sails +barked +detailing +grayson +riga +sloane +raging +##yah +herbs +bravo +##athlon +alloy +giggle +imminent +suffers +assumptions +waltz +##itate +accomplishments +##ited +bathing +remixed +deception +prefix +##emia +deepest +##tier +##eis +balkan +frogs +##rong +slab +##pate +philosophers +peterborough +grains +imports +dickinson +rwanda +##atics +1774 +dirk +lan +tablets +##rove +clone +##rice +caretaker +hostilities +mclean +##gre +regimental +treasures +norms +impose +tsar +tango +diplomacy +variously +complain +192 +recognise +arrests +1779 +celestial +pulitzer +##dus +bing +libretto +##moor +adele +splash +##rite +expectation +lds +confronts +##izer +spontaneous +harmful +wedge +entrepreneurs +buyer +##ope +bilingual +translate +rugged +conner +circulated +uae +eaton +##gra +##zzle +lingered +lockheed +vishnu +reelection +alonso +##oom +joints +yankee +headline +cooperate +heinz +laureate +invading +##sford +echoes +scandinavian +##dham +hugging +vitamin +salute +micah +hind +trader +##sper +radioactive +##ndra +militants +poisoned +ratified +remark +campeonato +deprived +wander +prop +##dong +outlook +##tani +##rix +##eye +chiang +darcy +##oping +mandolin +spice +statesman +babylon +182 +walled +forgetting +afro +##cap +158 +giorgio +buffer +##polis +planetary +##gis +overlap +terminals +kinda +centenary +##bir +arising +manipulate +elm +ke +1770 +ak +##tad +chrysler +mapped +moose +pomeranian +quad +macarthur +assemblies +shoreline +recalls +stratford +##rted +noticeable +##evic +imp +##rita +##sque +accustomed +supplying +tents +disgusted +vogue +sipped +filters +khz +reno +selecting +luftwaffe +mcmahon +tyne +masterpiece +carriages +collided +dunes +exercised +flare +remembers +muzzle +##mobile +heck +##rson +burgess +lunged +middleton +boycott +bilateral +##sity +hazardous +lumpur +multiplayer +spotlight +jackets +goldman +liege +porcelain +rag +waterford +benz +attracts +hopeful +battling +ottomans +kensington +baked +hymns +cheyenne +lattice +levine +borrow +polymer +clashes +michaels +monitored +commitments +denounced +##25 +##von +cavity +##oney +hobby +akin +##holders +futures +intricate +cornish +patty +##oned +illegally +dolphin +##lag +barlow +yellowish +maddie +apologized +luton +plagued +##puram +nana +##rds +sway +fanny +łodz +##rino +psi +suspicions +hanged +##eding +initiate +charlton +##por +nak +competent +235 +analytical +annex +wardrobe +reservations +##rma +sect +162 +fairfax +hedge +piled +buckingham +uneven +bauer +simplicity +snyder +interpret +accountability +donors +moderately +byrd +continents +##cite +##max +disciple +hr +jamaican +ping +nominees +##uss +mongolian +diver +attackers +eagerly +ideological +pillows +miracles +apartheid +revolver +sulfur +clinics +moran +163 +##enko +ile +katy +rhetoric +##icated +chronology +recycling +##hrer +elongated +mughal +pascal +profiles +vibration +databases +domination +##fare +##rant +matthias +digest +rehearsal +polling +weiss +initiation +reeves +clinging +flourished +impress +ngo +##hoff +##ume +buckley +symposium +rhythms +weed +emphasize +transforming +##taking +##gence +##yman +accountant +analyze +flicker +foil +priesthood +voluntarily +decreases +##80 +##hya +slater +sv +charting +mcgill +##lde +moreno +##iu +besieged +zur +robes +##phic +admitting +api +deported +turmoil +peyton +earthquakes +##ares +nationalists +beau +clair +brethren +interrupt +welch +curated +galerie +requesting +164 +##ested +impending +steward +viper +##vina +complaining +beautifully +brandy +foam +nl +1660 +##cake +alessandro +punches +laced +explanations +##lim +attribute +clit +reggie +discomfort +##cards +smoothed +whales +##cene +adler +countered +duffy +disciplinary +widening +recipe +reliance +conducts +goats +gradient +preaching +##shaw +matilda +quasi +striped +meridian +cannabis +cordoba +certificates +##agh +##tering +graffiti +hangs +pilgrims +repeats +##ych +revive +urine +etat +##hawk +fueled +belts +fuzzy +susceptible +##hang +mauritius +salle +sincere +beers +hooks +##cki +arbitration +entrusted +advise +sniffed +seminar +junk +donnell +processors +principality +strapped +celia +mendoza +everton +fortunes +prejudice +starving +reassigned +steamer +##lund +tuck +evenly +foreman +##ffen +dans +375 +envisioned +slit +##xy +baseman +liberia +rosemary +##weed +electrified +periodically +potassium +stride +contexts +sperm +slade +mariners +influx +bianca +subcommittee +##rane +spilling +icao +estuary +##nock +delivers +iphone +##ulata +isa +mira +bohemian +dessert +##sbury +welcoming +proudly +slowing +##chs +musee +ascension +russ +##vian +waits +##psy +africans +exploit +##morphic +gov +eccentric +crab +peck +##ull +entrances +formidable +marketplace +groom +bolted +metabolism +patton +robbins +courier +payload +endure +##ifier +andes +refrigerator +##pr +ornate +##uca +ruthless +illegitimate +masonry +strasbourg +bikes +adobe +##³ +apples +quintet +willingly +niche +bakery +corpses +energetic +##cliffe +##sser +##ards +177 +centimeters +centro +fuscous +cretaceous +rancho +##yde +andrei +telecom +tottenham +oasis +ordination +vulnerability +presiding +corey +cp +penguins +sims +##pis +malawi +piss +##48 +correction +##cked +##ffle +##ryn +countdown +detectives +psychiatrist +psychedelic +dinosaurs +blouse +##get +choi +vowed +##oz +randomly +##pol +49ers +scrub +blanche +bruins +dusseldorf +##using +unwanted +##ums +212 +dominique +elevations +headlights +om +laguna +##oga +1750 +famously +ignorance +shrewsbury +##aine +ajax +breuning +che +confederacy +greco +overhaul +##screen +paz +skirts +disagreement +cruelty +jagged +phoebe +shifter +hovered +viruses +##wes +mandy +##lined +##gc +landlord +squirrel +dashed +##ι +ornamental +gag +wally +grange +literal +spurs +undisclosed +proceeding +yin +##text +billie +orphan +spanned +humidity +indy +weighted +presentations +explosions +lucian +##tary +vaughn +hindus +##anga +##hell +psycho +171 +daytona +protects +efficiently +rematch +sly +tandem +##oya +rebranded +impaired +hee +metropolis +peach +godfrey +diaspora +ethnicity +prosperous +gleaming +dar +grossing +playback +##rden +stripe +pistols +##tain +births +labelled +##cating +172 +rudy +alba +##onne +aquarium +hostility +##gb +##tase +shudder +sumatra +hardest +lakers +consonant +creeping +demos +homicide +capsule +zeke +liberties +expulsion +pueblo +##comb +trait +transporting +##ddin +##neck +##yna +depart +gregg +mold +ledge +hangar +oldham +playboy +termination +analysts +gmbh +romero +##itic +insist +cradle +filthy +brightness +slash +shootout +deposed +bordering +##truct +isis +microwave +tumbled +sheltered +cathy +werewolves +messy +andersen +convex +clapped +clinched +satire +wasting +edo +vc +rufus +##jak +mont +##etti +poznan +##keeping +restructuring +transverse +##rland +azerbaijani +slovene +gestures +roommate +choking +shear +##quist +vanguard +oblivious +##hiro +disagreed +baptism +##lich +coliseum +##aceae +salvage +societe +cory +locke +relocation +relying +versailles +ahl +swelling +##elo +cheerful +##word +##edes +gin +sarajevo +obstacle +diverted +##nac +messed +thoroughbred +fluttered +utrecht +chewed +acquaintance +assassins +dispatch +mirza +##wart +nike +salzburg +swell +yen +##gee +idle +ligue +samson +##nds +##igh +playful +spawned +##cise +tease +##case +burgundy +##bot +stirring +skeptical +interceptions +marathi +##dies +bedrooms +aroused +pinch +##lik +preferences +tattoos +buster +digitally +projecting +rust +##ital +kitten +priorities +addison +pseudo +##guard +dusk +icons +sermon +##psis +##iba +bt +##lift +##xt +ju +truce +rink +##dah +##wy +defects +psychiatry +offences +calculate +glucose +##iful +##rized +##unda +francaise +##hari +richest +warwickshire +carly +1763 +purity +redemption +lending +##cious +muse +bruises +cerebral +aero +carving +##name +preface +terminology +invade +monty +##int +anarchist +blurred +##iled +rossi +treats +guts +shu +foothills +ballads +undertaking +premise +cecilia +affiliates +blasted +conditional +wilder +minors +drone +rudolph +buffy +swallowing +horton +attested +##hop +rutherford +howell +primetime +livery +penal +##bis +minimize +hydro +wrecked +wrought +palazzo +##gling +cans +vernacular +friedman +nobleman +shale +walnut +danielle +##ection +##tley +sears +##kumar +chords +lend +flipping +streamed +por +dracula +gallons +sacrifices +gamble +orphanage +##iman +mckenzie +##gible +boxers +daly +##balls +##ان +208 +##ific +##rative +##iq +exploited +slated +##uity +circling +hillary +pinched +goldberg +provost +campaigning +lim +piles +ironically +jong +mohan +successors +usaf +##tem +##ught +autobiographical +haute +preserves +##ending +acquitted +comparisons +203 +hydroelectric +gangs +cypriot +torpedoes +rushes +chrome +derive +bumps +instability +fiat +pets +##mbe +silas +dye +reckless +settler +##itation +info +heats +##writing +176 +canonical +maltese +fins +mushroom +stacy +aspen +avid +##kur +##loading +vickers +gaston +hillside +statutes +wilde +gail +kung +sabine +comfortably +motorcycles +##rgo +169 +pneumonia +fetch +##sonic +axel +faintly +parallels +##oop +mclaren +spouse +compton +interdisciplinary +miner +##eni +181 +clamped +##chal +##llah +separates +versa +##mler +scarborough +labrador +##lity +##osing +rutgers +hurdles +como +166 +burt +divers +##100 +wichita +cade +coincided +##erson +bruised +mla +##pper +vineyard +##ili +##brush +notch +mentioning +jase +hearted +kits +doe +##acle +pomerania +##ady +ronan +seizure +pavel +problematic +##zaki +domenico +##ulin +catering +penelope +dependence +parental +emilio +ministerial +atkinson +##bolic +clarkson +chargers +colby +grill +peeked +arises +summon +##aged +fools +##grapher +faculties +qaeda +##vial +garner +refurbished +##hwa +geelong +disasters +nudged +bs +shareholder +lori +algae +reinstated +rot +##ades +##nous +invites +stainless +183 +inclusive +##itude +diocesan +til +##icz +denomination +##xa +benton +floral +registers +##ider +##erman +##kell +absurd +brunei +guangzhou +hitter +retaliation +##uled +##eve +blanc +nh +consistency +contamination +##eres +##rner +dire +palermo +broadcasters +diaries +inspire +vols +brewer +tightening +ky +mixtape +hormone +##tok +stokes +##color +##dly +##ssi +pg +##ometer +##lington +sanitation +##tility +intercontinental +apps +##adt +¹⁄₂ +cylinders +economies +favourable +unison +croix +gertrude +odyssey +vanity +dangling +##logists +upgrades +dice +middleweight +practitioner +##ight +206 +henrik +parlor +orion +angered +lac +python +blurted +##rri +sensual +intends +swings +angled +##phs +husky +attain +peerage +precinct +textiles +cheltenham +shuffled +dai +confess +tasting +bhutan +##riation +tyrone +segregation +abrupt +ruiz +##rish +smirked +blackwell +confidential +browning +amounted +##put +vase +scarce +fabulous +raided +staple +guyana +unemployed +glider +shay +##tow +carmine +troll +intervene +squash +superstar +##uce +cylindrical +len +roadway +researched +handy +##rium +##jana +meta +lao +declares +##rring +##tadt +##elin +##kova +willem +shrubs +napoleonic +realms +skater +qi +volkswagen +##ł +tad +hara +archaeologist +awkwardly +eerie +##kind +wiley +##heimer +##24 +titus +organizers +cfl +crusaders +lama +usb +vent +enraged +thankful +occupants +maximilian +##gaard +possessing +textbooks +##oran +collaborator +quaker +##ulo +avalanche +mono +silky +straits +isaiah +mustang +surged +resolutions +potomac +descend +cl +kilograms +plato +strains +saturdays +##olin +bernstein +##ype +holstein +ponytail +##watch +belize +conversely +heroine +perpetual +##ylus +charcoal +piedmont +glee +negotiating +backdrop +prologue +##jah +##mmy +pasadena +climbs +ramos +sunni +##holm +##tner +##tri +anand +deficiency +hertfordshire +stout +##avi +aperture +orioles +##irs +doncaster +intrigued +bombed +coating +otis +##mat +cocktail +##jit +##eto +amir +arousal +sar +##proof +##act +##ories +dixie +pots +##bow +whereabouts +159 +##fted +drains +bullying +cottages +scripture +coherent +fore +poe +appetite +##uration +sampled +##ators +##dp +derrick +rotor +jays +peacock +installment +##rro +advisors +##coming +rodeo +scotch +##mot +##db +##fen +##vant +ensued +rodrigo +dictatorship +martyrs +twenties +##н +towed +incidence +marta +rainforest +sai +scaled +##cles +oceanic +qualifiers +symphonic +mcbride +dislike +generalized +aubrey +colonization +##iation +##lion +##ssing +disliked +lublin +salesman +##ulates +spherical +whatsoever +sweating +avalon +contention +punt +severity +alderman +atari +##dina +##grant +##rop +scarf +seville +vertices +annexation +fairfield +fascination +inspiring +launches +palatinate +regretted +##rca +feral +##iom +elk +nap +olsen +reddy +yong +##leader +##iae +garment +transports +feng +gracie +outrage +viceroy +insides +##esis +breakup +grady +organizer +softer +grimaced +222 +murals +galicia +arranging +vectors +##rsten +bas +##sb +##cens +sloan +##eka +bitten +ara +fender +nausea +bumped +kris +banquet +comrades +detector +persisted +##llan +adjustment +endowed +cinemas +##shot +sellers +##uman +peek +epa +kindly +neglect +simpsons +talon +mausoleum +runaway +hangul +lookout +##cic +rewards +coughed +acquainted +chloride +##ald +quicker +accordion +neolithic +##qa +artemis +coefficient +lenny +pandora +tx +##xed +ecstasy +litter +segunda +chairperson +gemma +hiss +rumor +vow +nasal +antioch +compensate +patiently +transformers +##eded +judo +morrow +penis +posthumous +philips +bandits +husbands +denote +flaming +##any +##phones +langley +yorker +1760 +walters +##uo +##kle +gubernatorial +fatty +samsung +leroy +outlaw +##nine +unpublished +poole +jakob +##ᵢ +##ₙ +crete +distorted +superiority +##dhi +intercept +crust +mig +claus +crashes +positioning +188 +stallion +301 +frontal +armistice +##estinal +elton +aj +encompassing +camel +commemorated +malaria +woodward +calf +cigar +penetrate +##oso +willard +##rno +##uche +illustrate +amusing +convergence +noteworthy +##lma +##rva +journeys +realise +manfred +##sable +410 +##vocation +hearings +fiance +##posed +educators +provoked +adjusting +##cturing +modular +stockton +paterson +vlad +rejects +electors +selena +maureen +##tres +uber +##rce +swirled +##num +proportions +nanny +pawn +naturalist +parma +apostles +awoke +ethel +wen +##bey +monsoon +overview +##inating +mccain +rendition +risky +adorned +##ih +equestrian +germain +nj +conspicuous +confirming +##yoshi +shivering +##imeter +milestone +rumours +flinched +bounds +smacked +token +##bei +lectured +automobiles +##shore +impacted +##iable +nouns +nero +##leaf +ismail +prostitute +trams +##lace +bridget +sud +stimulus +impressions +reins +revolves +##oud +##gned +giro +honeymoon +##swell +criterion +##sms +##uil +libyan +prefers +##osition +211 +preview +sucks +accusation +bursts +metaphor +diffusion +tolerate +faye +betting +cinematographer +liturgical +specials +bitterly +humboldt +##ckle +flux +rattled +##itzer +archaeologists +odor +authorised +marshes +discretion +##ов +alarmed +archaic +inverse +##leton +explorers +##pine +drummond +tsunami +woodlands +##minate +##tland +booklet +insanity +owning +insert +crafted +calculus +##tore +receivers +##bt +stung +##eca +##nched +prevailing +travellers +eyeing +lila +graphs +##borne +178 +julien +##won +morale +adaptive +therapist +erica +cw +libertarian +bowman +pitches +vita +##ional +crook +##ads +##entation +caledonia +mutiny +##sible +1840s +automation +##ß +flock +##pia +ironic +pathology +##imus +remarried +##22 +joker +withstand +energies +##att +shropshire +hostages +madeleine +tentatively +conflicting +mateo +recipes +euros +ol +mercenaries +nico +##ndon +albuquerque +augmented +mythical +bel +freud +##child +cough +##lica +365 +freddy +lillian +genetically +nuremberg +calder +209 +bonn +outdoors +paste +suns +urgency +vin +restraint +tyson +##cera +##selle +barrage +bethlehem +kahn +##par +mounts +nippon +barony +happier +ryu +makeshift +sheldon +blushed +castillo +barking +listener +taped +bethel +fluent +headlines +pornography +rum +disclosure +sighing +mace +doubling +gunther +manly +##plex +rt +interventions +physiological +forwards +emerges +##tooth +##gny +compliment +rib +recession +visibly +barge +faults +connector +exquisite +prefect +##rlin +patio +##cured +elevators +brandt +italics +pena +173 +wasp +satin +ea +botswana +graceful +respectable +##jima +##rter +##oic +franciscan +generates +##dl +alfredo +disgusting +##olate +##iously +sherwood +warns +cod +promo +cheryl +sino +##ة +##escu +twitch +##zhi +brownish +thom +ortiz +##dron +densely +##beat +carmel +reinforce +##bana +187 +anastasia +downhill +vertex +contaminated +remembrance +harmonic +homework +##sol +fiancee +gears +olds +angelica +loft +ramsay +quiz +colliery +sevens +##cape +autism +##hil +walkway +##boats +ruben +abnormal +ounce +khmer +##bbe +zachary +bedside +morphology +punching +##olar +sparrow +convinces +##35 +hewitt +queer +remastered +rods +mabel +solemn +notified +lyricist +symmetric +##xide +174 +encore +passports +wildcats +##uni +baja +##pac +mildly +##ease +bleed +commodity +mounds +glossy +orchestras +##omo +damian +prelude +ambitions +##vet +awhile +remotely +##aud +asserts +imply +##iques +distinctly +modelling +remedy +##dded +windshield +dani +xiao +##endra +audible +powerplant +1300 +invalid +elemental +acquisitions +##hala +immaculate +libby +plata +smuggling +ventilation +denoted +minh +##morphism +430 +differed +dion +kelley +lore +mocking +sabbath +spikes +hygiene +drown +runoff +stylized +tally +liberated +aux +interpreter +righteous +aba +siren +reaper +pearce +millie +##cier +##yra +gaius +##iso +captures +##ttering +dorm +claudio +##sic +benches +knighted +blackness +##ored +discount +fumble +oxidation +routed +##ς +novak +perpendicular +spoiled +fracture +splits +##urt +pads +topology +##cats +axes +fortunate +offenders +protestants +esteem +221 +broadband +convened +frankly +hound +prototypes +isil +facilitated +keel +##sher +sahara +awaited +bubba +orb +prosecutors +186 +hem +520 +##xing +relaxing +remnant +romney +sorted +slalom +stefano +ulrich +##active +exemption +folder +pauses +foliage +hitchcock +epithet +204 +criticisms +##aca +ballistic +brody +hinduism +chaotic +youths +equals +##pala +pts +thicker +analogous +capitalist +improvised +overseeing +sinatra +ascended +beverage +##tl +straightforward +##kon +curran +##west +bois +325 +induce +surveying +emperors +sax +unpopular +##kk +cartoonist +fused +##mble +unto +##yuki +localities +##cko +##ln +darlington +slain +academie +lobbying +sediment +puzzles +##grass +defiance +dickens +manifest +tongues +alumnus +arbor +coincide +184 +appalachian +mustafa +examiner +cabaret +traumatic +yves +bracelet +draining +heroin +magnum +baths +odessa +consonants +mitsubishi +##gua +kellan +vaudeville +##fr +joked +null +straps +probation +##ław +ceded +interfaces +##pas +##zawa +blinding +viet +224 +rothschild +museo +640 +huddersfield +##vr +tactic +##storm +brackets +dazed +incorrectly +##vu +reg +glazed +fearful +manifold +benefited +irony +##sun +stumbling +##rte +willingness +balkans +mei +wraps +##aba +injected +##lea +gu +syed +harmless +##hammer +bray +takeoff +poppy +timor +cardboard +astronaut +purdue +weeping +southbound +cursing +stalls +diagonal +##neer +lamar +bryce +comte +weekdays +harrington +##uba +negatively +##see +lays +grouping +##cken +##henko +affirmed +halle +modernist +##lai +hodges +smelling +aristocratic +baptized +dismiss +justification +oilers +##now +coupling +qin +snack +healer +##qing +gardener +layla +battled +formulated +stephenson +gravitational +##gill +##jun +1768 +granny +coordinating +suites +##cd +##ioned +monarchs +##cote +##hips +sep +blended +apr +barrister +deposition +fia +mina +policemen +paranoid +##pressed +churchyard +covert +crumpled +creep +abandoning +tr +transmit +conceal +barr +understands +readiness +spire +##cology +##enia +##erry +610 +startling +unlock +vida +bowled +slots +##nat +##islav +spaced +trusting +admire +rig +##ink +slack +##70 +mv +207 +casualty +##wei +classmates +##odes +##rar +##rked +amherst +furnished +evolve +foundry +menace +mead +##lein +flu +wesleyan +##kled +monterey +webber +##vos +wil +##mith +##на +bartholomew +justices +restrained +##cke +amenities +191 +mediated +sewage +trenches +ml +mainz +##thus +1800s +##cula +##inski +caine +bonding +213 +converts +spheres +superseded +marianne +crypt +sweaty +ensign +historia +##br +spruce +##post +##ask +forks +thoughtfully +yukon +pamphlet +ames +##uter +karma +##yya +bryn +negotiation +sighs +incapable +##mbre +##ntial +actresses +taft +##mill +luce +prevailed +##amine +1773 +motionless +envoy +testify +investing +sculpted +instructors +provence +kali +cullen +horseback +##while +goodwin +##jos +gaa +norte +##ldon +modify +wavelength +abd +214 +skinned +sprinter +forecast +scheduling +marries +squared +tentative +##chman +boer +##isch +bolts +swap +fisherman +assyrian +impatiently +guthrie +martins +murdoch +194 +tanya +nicely +dolly +lacy +med +##45 +syn +decks +fashionable +millionaire +##ust +surfing +##ml +##ision +heaved +tammy +consulate +attendees +routinely +197 +fuse +saxophonist +backseat +malaya +##lord +scowl +tau +##ishly +193 +sighted +steaming +##rks +303 +911 +##holes +##hong +ching +##wife +bless +conserved +jurassic +stacey +unix +zion +chunk +rigorous +blaine +198 +peabody +slayer +dismay +brewers +nz +##jer +det +##glia +glover +postwar +int +penetration +sylvester +imitation +vertically +airlift +heiress +knoxville +viva +##uin +390 +macon +##rim +##fighter +##gonal +janice +##orescence +##wari +marius +belongings +leicestershire +196 +blanco +inverted +preseason +sanity +sobbing +##due +##elt +##dled +collingwood +regeneration +flickering +shortest +##mount +##osi +feminism +##lat +sherlock +cabinets +fumbled +northbound +precedent +snaps +##mme +researching +##akes +guillaume +insights +manipulated +vapor +neighbour +sap +gangster +frey +f1 +stalking +scarcely +callie +barnett +tendencies +audi +doomed +assessing +slung +panchayat +ambiguous +bartlett +##etto +distributing +violating +wolverhampton +##hetic +swami +histoire +##urus +liable +pounder +groin +hussain +larsen +popping +surprises +##atter +vie +curt +##station +mute +relocate +musicals +authorization +richter +##sef +immortality +tna +bombings +##press +deteriorated +yiddish +##acious +robbed +colchester +cs +pmid +ao +verified +balancing +apostle +swayed +recognizable +oxfordshire +retention +nottinghamshire +contender +judd +invitational +shrimp +uhf +##icient +cleaner +longitudinal +tanker +##mur +acronym +broker +koppen +sundance +suppliers +##gil +4000 +clipped +fuels +petite +##anne +landslide +helene +diversion +populous +landowners +auspices +melville +quantitative +##xes +ferries +nicky +##llus +doo +haunting +roche +carver +downed +unavailable +##pathy +approximation +hiroshima +##hue +garfield +valle +comparatively +keyboardist +traveler +##eit +congestion +calculating +subsidiaries +##bate +serb +modernization +fairies +deepened +ville +averages +##lore +inflammatory +tonga +##itch +co₂ +squads +##hea +gigantic +serum +enjoyment +retailer +verona +35th +cis +##phobic +magna +technicians +##vati +arithmetic +##sport +levin +##dation +amtrak +chow +sienna +##eyer +backstage +entrepreneurship +##otic +learnt +tao +##udy +worcestershire +formulation +baggage +hesitant +bali +sabotage +##kari +barren +enhancing +murmur +pl +freshly +putnam +syntax +aces +medicines +resentment +bandwidth +##sier +grins +chili +guido +##sei +framing +implying +gareth +lissa +genevieve +pertaining +admissions +geo +thorpe +proliferation +sato +bela +analyzing +parting +##gor +awakened +##isman +huddled +secrecy +##kling +hush +gentry +540 +dungeons +##ego +coasts +##utz +sacrificed +##chule +landowner +mutually +prevalence +programmer +adolescent +disrupted +seaside +gee +trusts +vamp +georgie +##nesian +##iol +schedules +sindh +##market +etched +hm +sparse +bey +beaux +scratching +gliding +unidentified +216 +collaborating +gems +jesuits +oro +accumulation +shaping +mbe +anal +##xin +231 +enthusiasts +newscast +##egan +janata +dewey +parkinson +179 +ankara +biennial +towering +dd +inconsistent +950 +##chet +thriving +terminate +cabins +furiously +eats +advocating +donkey +marley +muster +phyllis +leiden +##user +grassland +glittering +iucn +loneliness +217 +memorandum +armenians +##ddle +popularized +rhodesia +60s +lame +##illon +sans +bikini +header +orbits +##xx +##finger +##ulator +sharif +spines +biotechnology +strolled +naughty +yates +##wire +fremantle +milo +##mour +abducted +removes +##atin +humming +wonderland +##chrome +##ester +hume +pivotal +##rates +armand +grams +believers +elector +rte +apron +bis +scraped +##yria +endorsement +initials +##llation +eps +dotted +hints +buzzing +emigration +nearer +##tom +indicators +##ulu +coarse +neutron +protectorate +##uze +directional +exploits +pains +loire +1830s +proponents +guggenheim +rabbits +ritchie +305 +hectare +inputs +hutton +##raz +verify +##ako +boilers +longitude +##lev +skeletal +yer +emilia +citrus +compromised +##gau +pokemon +prescription +paragraph +eduard +cadillac +attire +categorized +kenyan +weddings +charley +##bourg +entertain +monmouth +##lles +nutrients +davey +mesh +incentive +practised +ecosystems +kemp +subdued +overheard +##rya +bodily +maxim +##nius +apprenticeship +ursula +##fight +lodged +rug +silesian +unconstitutional +patel +inspected +coyote +unbeaten +##hak +34th +disruption +convict +parcel +##cl +##nham +collier +implicated +mallory +##iac +##lab +susannah +winkler +##rber +shia +phelps +sediments +graphical +robotic +##sner +adulthood +mart +smoked +##isto +kathryn +clarified +##aran +divides +convictions +oppression +pausing +burying +##mt +federico +mathias +eileen +##tana +kite +hunched +##acies +189 +##atz +disadvantage +liza +kinetic +greedy +paradox +yokohama +dowager +trunks +ventured +##gement +gupta +vilnius +olaf +##thest +crimean +hopper +##ej +progressively +arturo +mouthed +arrondissement +##fusion +rubin +simulcast +oceania +##orum +##stra +##rred +busiest +intensely +navigator +cary +##vine +##hini +##bies +fife +rowe +rowland +posing +insurgents +shafts +lawsuits +activate +conor +inward +culturally +garlic +265 +##eering +eclectic +##hui +##kee +##nl +furrowed +vargas +meteorological +rendezvous +##aus +culinary +commencement +##dition +quota +##notes +mommy +salaries +overlapping +mule +##iology +##mology +sums +wentworth +##isk +##zione +mainline +subgroup +##illy +hack +plaintiff +verdi +bulb +differentiation +engagements +multinational +supplemented +bertrand +caller +regis +##naire +##sler +##arts +##imated +blossom +propagation +kilometer +viaduct +vineyards +##uate +beckett +optimization +golfer +songwriters +seminal +semitic +thud +volatile +evolving +ridley +##wley +trivial +distributions +scandinavia +jiang +##ject +wrestled +insistence +##dio +emphasizes +napkin +##ods +adjunct +rhyme +##ricted +##eti +hopeless +surrounds +tremble +32nd +smoky +##ntly +oils +medicinal +padded +steer +wilkes +219 +255 +concessions +hue +uniquely +blinded +landon +yahoo +##lane +hendrix +commemorating +dex +specify +chicks +##ggio +intercity +1400 +morley +##torm +highlighting +##oting +pang +oblique +stalled +##liner +flirting +newborn +1769 +bishopric +shaved +232 +currie +##ush +dharma +spartan +##ooped +favorites +smug +novella +sirens +abusive +creations +espana +##lage +paradigm +semiconductor +sheen +##rdo +##yen +##zak +nrl +renew +##pose +##tur +adjutant +marches +norma +##enity +ineffective +weimar +grunt +##gat +lordship +plotting +expenditure +infringement +lbs +refrain +av +mimi +mistakenly +postmaster +1771 +##bara +ras +motorsports +tito +199 +subjective +##zza +bully +stew +##kaya +prescott +1a +##raphic +##zam +bids +styling +paranormal +reeve +sneaking +exploding +katz +akbar +migrant +syllables +indefinitely +##ogical +destroys +replaces +applause +##phine +pest +##fide +218 +articulated +bertie +##thing +##cars +##ptic +courtroom +crowley +aesthetics +cummings +tehsil +hormones +titanic +dangerously +##ibe +stadion +jaenelle +auguste +ciudad +##chu +mysore +partisans +##sio +lucan +philipp +##aly +debating +henley +interiors +##rano +##tious +homecoming +beyonce +usher +henrietta +prepares +weeds +##oman +ely +plucked +##pire +##dable +luxurious +##aq +artifact +password +pasture +juno +maddy +minsk +##dder +##ologies +##rone +assessments +martian +royalist +1765 +examines +##mani +##rge +nino +223 +parry +scooped +relativity +##eli +##uting +##cao +congregational +noisy +traverse +##agawa +strikeouts +nickelodeon +obituary +transylvania +binds +depictions +polk +trolley +##yed +##lard +breeders +##under +dryly +hokkaido +1762 +strengths +stacks +bonaparte +connectivity +neared +prostitutes +stamped +anaheim +gutierrez +sinai +##zzling +bram +fresno +madhya +##86 +proton +##lena +##llum +##phon +reelected +wanda +##anus +##lb +ample +distinguishing +##yler +grasping +sermons +tomato +bland +stimulation +avenues +##eux +spreads +scarlett +fern +pentagon +assert +baird +chesapeake +ir +calmed +distortion +fatalities +##olis +correctional +pricing +##astic +##gina +prom +dammit +ying +collaborate +##chia +welterweight +33rd +pointer +substitution +bonded +umpire +communicating +multitude +paddle +##obe +federally +intimacy +##insky +betray +ssr +##lett +##lean +##lves +##therapy +airbus +##tery +functioned +ud +bearer +biomedical +netflix +##hire +##nca +condom +brink +ik +##nical +macy +##bet +flap +gma +experimented +jelly +lavender +##icles +##ulia +munro +##mian +##tial +rye +##rle +60th +gigs +hottest +rotated +predictions +fuji +bu +##erence +##omi +barangay +##fulness +##sas +clocks +##rwood +##liness +cereal +roe +wight +decker +uttered +babu +onion +xml +forcibly +##df +petra +sarcasm +hartley +peeled +storytelling +##42 +##xley +##ysis +##ffa +fibre +kiel +auditor +fig +harald +greenville +##berries +geographically +nell +quartz +##athic +cemeteries +##lr +crossings +nah +holloway +reptiles +chun +sichuan +snowy +660 +corrections +##ivo +zheng +ambassadors +blacksmith +fielded +fluids +hardcover +turnover +medications +melvin +academies +##erton +ro +roach +absorbing +spaniards +colton +##founded +outsider +espionage +kelsey +245 +edible +##ulf +dora +establishes +##sham +##tries +contracting +##tania +cinematic +costello +nesting +##uron +connolly +duff +##nology +mma +##mata +fergus +sexes +gi +optics +spectator +woodstock +banning +##hee +##fle +differentiate +outfielder +refinery +226 +312 +gerhard +horde +lair +drastically +##udi +landfall +##cheng +motorsport +odi +##achi +predominant +quay +skins +##ental +edna +harshly +complementary +murdering +##aves +wreckage +##90 +ono +outstretched +lennox +munitions +galen +reconcile +470 +scalp +bicycles +gillespie +questionable +rosenberg +guillermo +hostel +jarvis +kabul +volvo +opium +yd +##twined +abuses +decca +outpost +##cino +sensible +neutrality +##64 +ponce +anchorage +atkins +turrets +inadvertently +disagree +libre +vodka +reassuring +weighs +##yal +glide +jumper +ceilings +repertory +outs +stain +##bial +envy +##ucible +smashing +heightened +policing +hyun +mixes +lai +prima +##ples +celeste +##bina +lucrative +intervened +kc +manually +##rned +stature +staffed +bun +bastards +nairobi +priced +##auer +thatcher +##kia +tripped +comune +##ogan +##pled +brasil +incentives +emanuel +hereford +musica +##kim +benedictine +biennale +##lani +eureka +gardiner +rb +knocks +sha +##ael +##elled +##onate +efficacy +ventura +masonic +sanford +maize +leverage +##feit +capacities +santana +##aur +novelty +vanilla +##cter +##tour +benin +##oir +##rain +neptune +drafting +tallinn +##cable +humiliation +##boarding +schleswig +fabian +bernardo +liturgy +spectacle +sweeney +pont +routledge +##tment +cosmos +ut +hilt +sleek +universally +##eville +##gawa +typed +##dry +favors +allegheny +glaciers +##rly +recalling +aziz +##log +parasite +requiem +auf +##berto +##llin +illumination +##breaker +##issa +festivities +bows +govern +vibe +vp +333 +sprawled +larson +pilgrim +bwf +leaping +##rts +##ssel +alexei +greyhound +hoarse +##dler +##oration +seneca +##cule +gaping +##ulously +##pura +cinnamon +##gens +##rricular +craven +fantasies +houghton +engined +reigned +dictator +supervising +##oris +bogota +commentaries +unnatural +fingernails +spirituality +tighten +##tm +canadiens +protesting +intentional +cheers +sparta +##ytic +##iere +##zine +widen +belgarath +controllers +dodd +iaaf +navarre +##ication +defect +squire +steiner +whisky +##mins +560 +inevitably +tome +##gold +chew +##uid +##lid +elastic +##aby +streaked +alliances +jailed +regal +##ined +##phy +czechoslovak +narration +absently +##uld +bluegrass +guangdong +quran +criticizing +hose +hari +##liest +##owa +skier +streaks +deploy +##lom +raft +bose +dialed +huff +##eira +haifa +simplest +bursting +endings +ib +sultanate +##titled +franks +whitman +ensures +sven +##ggs +collaborators +forster +organising +ui +banished +napier +injustice +teller +layered +thump +##otti +roc +battleships +evidenced +fugitive +sadie +robotics +##roud +equatorial +geologist +##iza +yielding +##bron +##sr +internationale +mecca +##diment +sbs +skyline +toad +uploaded +reflective +undrafted +lal +leafs +bayern +##dai +lakshmi +shortlisted +##stick +##wicz +camouflage +donate +af +christi +lau +##acio +disclosed +nemesis +1761 +assemble +straining +northamptonshire +tal +##asi +bernardino +premature +heidi +42nd +coefficients +galactic +reproduce +buzzed +sensations +zionist +monsieur +myrtle +##eme +archery +strangled +musically +viewpoint +antiquities +bei +trailers +seahawks +cured +pee +preferring +tasmanian +lange +sul +##mail +##working +colder +overland +lucivar +massey +gatherings +haitian +##smith +disapproval +flaws +##cco +##enbach +1766 +npr +##icular +boroughs +creole +forums +techno +1755 +dent +abdominal +streetcar +##eson +##stream +procurement +gemini +predictable +##tya +acheron +christoph +feeder +fronts +vendor +bernhard +jammu +tumors +slang +##uber +goaltender +twists +curving +manson +vuelta +mer +peanut +confessions +pouch +unpredictable +allowance +theodor +vascular +##factory +bala +authenticity +metabolic +coughing +nanjing +##cea +pembroke +##bard +splendid +36th +ff +hourly +##ahu +elmer +handel +##ivate +awarding +thrusting +dl +experimentation +##hesion +##46 +caressed +entertained +steak +##rangle +biologist +orphans +baroness +oyster +stepfather +##dridge +mirage +reefs +speeding +##31 +barons +1764 +227 +inhabit +preached +repealed +##tral +honoring +boogie +captives +administer +johanna +##imate +gel +suspiciously +1767 +sobs +##dington +backbone +hayward +garry +##folding +##nesia +maxi +##oof +##ppe +ellison +galileo +##stand +crimea +frenzy +amour +bumper +matrices +natalia +baking +garth +palestinians +##grove +smack +conveyed +ensembles +gardening +##manship +##rup +##stituting +1640 +harvesting +topography +jing +shifters +dormitory +##carriage +##lston +ist +skulls +##stadt +dolores +jewellery +sarawak +##wai +##zier +fences +christy +confinement +tumbling +credibility +fir +stench +##bria +##plication +##nged +##sam +virtues +##belt +marjorie +pba +##eem +##made +celebrates +schooner +agitated +barley +fulfilling +anthropologist +##pro +restrict +novi +regulating +##nent +padres +##rani +##hesive +loyola +tabitha +milky +olson +proprietor +crambidae +guarantees +intercollegiate +ljubljana +hilda +##sko +ignorant +hooded +##lts +sardinia +##lidae +##vation +frontman +privileged +witchcraft +##gp +jammed +laude +poking +##than +bracket +amazement +yunnan +##erus +maharaja +linnaeus +264 +commissioning +milano +peacefully +##logies +akira +rani +regulator +##36 +grasses +##rance +luzon +crows +compiler +gretchen +seaman +edouard +tab +buccaneers +ellington +hamlets +whig +socialists +##anto +directorial +easton +mythological +##kr +##vary +rhineland +semantic +taut +dune +inventions +succeeds +##iter +replication +branched +##pired +jul +prosecuted +kangaroo +penetrated +##avian +middlesbrough +doses +bleak +madam +predatory +relentless +##vili +reluctance +##vir +hailey +crore +silvery +1759 +monstrous +swimmers +transmissions +hawthorn +informing +##eral +toilets +caracas +crouch +kb +##sett +295 +cartel +hadley +##aling +alexia +yvonne +##biology +cinderella +eton +superb +blizzard +stabbing +industrialist +maximus +##gm +##orus +groves +maud +clade +oversized +comedic +##bella +rosen +nomadic +fulham +montane +beverages +galaxies +redundant +swarm +##rot +##folia +##llis +buckinghamshire +fen +bearings +bahadur +##rom +gilles +phased +dynamite +faber +benoit +vip +##ount +##wd +booking +fractured +tailored +anya +spices +westwood +cairns +auditions +inflammation +steamed +##rocity +##acion +##urne +skyla +thereof +watford +torment +archdeacon +transforms +lulu +demeanor +fucked +serge +##sor +mckenna +minas +entertainer +##icide +caress +originate +residue +##sty +1740 +##ilised +##org +beech +##wana +subsidies +##ghton +emptied +gladstone +ru +firefighters +voodoo +##rcle +het +nightingale +tamara +edmond +ingredient +weaknesses +silhouette +285 +compatibility +withdrawing +hampson +##mona +anguish +giggling +##mber +bookstore +##jiang +southernmost +tilting +##vance +bai +economical +rf +briefcase +dreadful +hinted +projections +shattering +totaling +##rogate +analogue +indicted +periodical +fullback +##dman +haynes +##tenberg +##ffs +##ishment +1745 +thirst +stumble +penang +vigorous +##ddling +##kor +##lium +octave +##ove +##enstein +##inen +##ones +siberian +##uti +cbn +repeal +swaying +##vington +khalid +tanaka +unicorn +otago +plastered +lobe +riddle +##rella +perch +##ishing +croydon +filtered +graeme +tripoli +##ossa +crocodile +##chers +sufi +mined +##tung +inferno +lsu +##phi +swelled +utilizes +£2 +cale +periodicals +styx +hike +informally +coop +lund +##tidae +ala +hen +qui +transformations +disposed +sheath +chickens +##cade +fitzroy +sas +silesia +unacceptable +odisha +1650 +sabrina +pe +spokane +ratios +athena +massage +shen +dilemma +##drum +##riz +##hul +corona +doubtful +niall +##pha +##bino +fines +cite +acknowledging +bangor +ballard +bathurst +##resh +huron +mustered +alzheimer +garments +kinase +tyre +warship +##cp +flashback +pulmonary +braun +cheat +kamal +cyclists +constructions +grenades +ndp +traveller +excuses +stomped +signalling +trimmed +futsal +mosques +relevance +##wine +wta +##23 +##vah +##lter +hoc +##riding +optimistic +##´s +deco +sim +interacting +rejecting +moniker +waterways +##ieri +##oku +mayors +gdansk +outnumbered +pearls +##ended +##hampton +fairs +totals +dominating +262 +notions +stairway +compiling +pursed +commodities +grease +yeast +##jong +carthage +griffiths +residual +amc +contraction +laird +sapphire +##marine +##ivated +amalgamation +dissolve +inclination +lyle +packaged +altitudes +suez +canons +graded +lurched +narrowing +boasts +guise +wed +enrico +##ovsky +rower +scarred +bree +cub +iberian +protagonists +bargaining +proposing +trainers +voyages +vans +fishes +##aea +##ivist +##verance +encryption +artworks +kazan +sabre +cleopatra +hepburn +rotting +supremacy +mecklenburg +##brate +burrows +hazards +outgoing +flair +organizes +##ctions +scorpion +##usions +boo +234 +chevalier +dunedin +slapping +##34 +ineligible +pensions +##38 +##omic +manufactures +emails +bismarck +238 +weakening +blackish +ding +mcgee +quo +##rling +northernmost +xx +manpower +greed +sampson +clicking +##ange +##horpe +##inations +##roving +torre +##eptive +##moral +symbolism +38th +asshole +meritorious +outfits +splashed +biographies +sprung +astros +##tale +302 +737 +filly +raoul +nw +tokugawa +linden +clubhouse +##apa +tracts +romano +##pio +putin +tags +##note +chained +dickson +gunshot +moe +gunn +rashid +##tails +zipper +##bas +##nea +contrasted +##ply +##udes +plum +pharaoh +##pile +aw +comedies +ingrid +sandwiches +subdivisions +1100 +mariana +nokia +kamen +hz +delaney +veto +herring +##words +possessive +outlines +##roup +siemens +stairwell +rc +gallantry +messiah +palais +yells +233 +zeppelin +##dm +bolivar +##cede +smackdown +mckinley +##mora +##yt +muted +geologic +finely +unitary +avatar +hamas +maynard +rees +bog +contrasting +##rut +liv +chico +disposition +pixel +##erate +becca +dmitry +yeshiva +narratives +##lva +##ulton +mercenary +sharpe +tempered +navigate +stealth +amassed +keynes +##lini +untouched +##rrie +havoc +lithium +##fighting +abyss +graf +southward +wolverine +balloons +implements +ngos +transitions +##icum +ambushed +concacaf +dormant +economists +##dim +costing +csi +rana +universite +boulders +verity +##llon +collin +mellon +misses +cypress +fluorescent +lifeless +spence +##ulla +crewe +shepard +pak +revelations +##م +jolly +gibbons +paw +##dro +##quel +freeing +##test +shack +fries +palatine +##51 +##hiko +accompaniment +cruising +recycled +##aver +erwin +sorting +synthesizers +dyke +realities +sg +strides +enslaved +wetland +##ghan +competence +gunpowder +grassy +maroon +reactors +objection +##oms +carlson +gearbox +macintosh +radios +shelton +##sho +clergyman +prakash +254 +mongols +trophies +oricon +228 +stimuli +twenty20 +cantonese +cortes +mirrored +##saurus +bhp +cristina +melancholy +##lating +enjoyable +nuevo +##wny +downfall +schumacher +##ind +banging +lausanne +rumbled +paramilitary +reflex +ax +amplitude +migratory +##gall +##ups +midi +barnard +lastly +sherry +##hp +##nall +keystone +##kra +carleton +slippery +##53 +coloring +foe +socket +otter +##rgos +mats +##tose +consultants +bafta +bison +topping +##km +490 +primal +abandonment +transplant +atoll +hideous +mort +pained +reproduced +tae +howling +##turn +unlawful +billionaire +hotter +poised +lansing +##chang +dinamo +retro +messing +nfc +domesday +##mina +blitz +timed +##athing +##kley +ascending +gesturing +##izations +signaled +tis +chinatown +mermaid +savanna +jameson +##aint +catalina +##pet +##hers +cochrane +cy +chatting +##kus +alerted +computation +mused +noelle +majestic +mohawk +campo +octagonal +##sant +##hend +241 +aspiring +##mart +comprehend +iona +paralyzed +shimmering +swindon +rhone +##eley +reputed +configurations +pitchfork +agitation +francais +gillian +lipstick +##ilo +outsiders +pontifical +resisting +bitterness +sewer +rockies +##edd +##ucher +misleading +1756 +exiting +galloway +##nging +risked +##heart +246 +commemoration +schultz +##rka +integrating +##rsa +poses +shrieked +##weiler +guineas +gladys +jerking +owls +goldsmith +nightly +penetrating +##unced +lia +##33 +ignited +betsy +##aring +##thorpe +follower +vigorously +##rave +coded +kiran +knit +zoology +tbilisi +##28 +##bered +repository +govt +deciduous +dino +growling +##bba +enhancement +unleashed +chanting +pussy +biochemistry +##eric +kettle +repression +toxicity +nrhp +##arth +##kko +##bush +ernesto +commended +outspoken +242 +mca +parchment +sms +kristen +##aton +bisexual +raked +glamour +navajo +a2 +conditioned +showcased +##hma +spacious +youthful +##esa +usl +appliances +junta +brest +layne +conglomerate +enchanted +chao +loosened +picasso +circulating +inspect +montevideo +##centric +##kti +piazza +spurred +##aith +bari +freedoms +poultry +stamford +lieu +##ect +indigo +sarcastic +bahia +stump +attach +dvds +frankenstein +lille +approx +scriptures +pollen +##script +nmi +overseen +##ivism +tides +proponent +newmarket +inherit +milling +##erland +centralized +##rou +distributors +credentials +drawers +abbreviation +##lco +##xon +downing +uncomfortably +ripe +##oes +erase +franchises +##ever +populace +##bery +##khar +decomposition +pleas +##tet +daryl +sabah +##stle +##wide +fearless +genie +lesions +annette +##ogist +oboe +appendix +nair +dripped +petitioned +maclean +mosquito +parrot +rpg +hampered +1648 +operatic +reservoirs +##tham +irrelevant +jolt +summarized +##fp +medallion +##taff +##− +clawed +harlow +narrower +goddard +marcia +bodied +fremont +suarez +altering +tempest +mussolini +porn +##isms +sweetly +oversees +walkers +solitude +grimly +shrines +hk +ich +supervisors +hostess +dietrich +legitimacy +brushes +expressive +##yp +dissipated +##rse +localized +systemic +##nikov +gettysburg +##js +##uaries +dialogues +muttering +251 +housekeeper +sicilian +discouraged +##frey +beamed +kaladin +halftime +kidnap +##amo +##llet +1754 +synonymous +depleted +instituto +insulin +reprised +##opsis +clashed +##ctric +interrupting +radcliffe +insisting +medici +1715 +ejected +playfully +turbulent +##47 +starvation +##rini +shipment +rebellious +petersen +verification +merits +##rified +cakes +##charged +1757 +milford +shortages +spying +fidelity +##aker +emitted +storylines +harvested +seismic +##iform +cheung +kilda +theoretically +barbie +lynx +##rgy +##tius +goblin +mata +poisonous +##nburg +reactive +residues +obedience +##евич +conjecture +##rac +401 +hating +sixties +kicker +moaning +motown +##bha +emancipation +neoclassical +##hering +consoles +ebert +professorship +##tures +sustaining +assaults +obeyed +affluent +incurred +tornadoes +##eber +##zow +emphasizing +highlanders +cheated +helmets +##ctus +internship +terence +bony +executions +legislators +berries +peninsular +tinged +##aco +1689 +amplifier +corvette +ribbons +lavish +pennant +##lander +worthless +##chfield +##forms +mariano +pyrenees +expenditures +##icides +chesterfield +mandir +tailor +39th +sergey +nestled +willed +aristocracy +devotees +goodnight +raaf +rumored +weaponry +remy +appropriations +harcourt +burr +riaa +##lence +limitation +unnoticed +guo +soaking +swamps +##tica +collapsing +tatiana +descriptive +brigham +psalm +##chment +maddox +##lization +patti +caliph +##aja +akron +injuring +serra +##ganj +basins +##sari +astonished +launcher +##church +hilary +wilkins +sewing +##sf +stinging +##fia +##ncia +underwood +startup +##ition +compilations +vibrations +embankment +jurist +##nity +bard +juventus +groundwater +kern +palaces +helium +boca +cramped +marissa +soto +##worm +jae +princely +##ggy +faso +bazaar +warmly +##voking +229 +pairing +##lite +##grate +##nets +wien +freaked +ulysses +rebirth +##alia +##rent +mummy +guzman +jimenez +stilled +##nitz +trajectory +tha +woken +archival +professions +##pts +##pta +hilly +shadowy +shrink +##bolt +norwood +glued +migrate +stereotypes +devoid +##pheus +625 +evacuate +horrors +infancy +gotham +knowles +optic +downloaded +sachs +kingsley +parramatta +darryl +mor +##onale +shady +commence +confesses +kan +##meter +##placed +marlborough +roundabout +regents +frigates +io +##imating +gothenburg +revoked +carvings +clockwise +convertible +intruder +##sche +banged +##ogo +vicky +bourgeois +##mony +dupont +footing +##gum +pd +##real +buckle +yun +penthouse +sane +720 +serviced +stakeholders +neumann +bb +##eers +comb +##gam +catchment +pinning +rallies +typing +##elles +forefront +freiburg +sweetie +giacomo +widowed +goodwill +worshipped +aspirations +midday +##vat +fishery +##trick +bournemouth +turk +243 +hearth +ethanol +guadalajara +murmurs +sl +##uge +afforded +scripted +##hta +wah +##jn +coroner +translucent +252 +memorials +puck +progresses +clumsy +##race +315 +candace +recounted +##27 +##slin +##uve +filtering +##mac +howl +strata +heron +leveled +##ays +dubious +##oja +##т +##wheel +citations +exhibiting +##laya +##mics +##pods +turkic +##lberg +injunction +##ennial +##mit +antibodies +##44 +organise +##rigues +cardiovascular +cushion +inverness +##zquez +dia +cocoa +sibling +##tman +##roid +expanse +feasible +tunisian +algiers +##relli +rus +bloomberg +dso +westphalia +bro +tacoma +281 +downloads +##ours +konrad +duran +##hdi +continuum +jett +compares +legislator +secession +##nable +##gues +##zuka +translating +reacher +##gley +##ła +aleppo +##agi +tc +orchards +trapping +linguist +versatile +drumming +postage +calhoun +superiors +##mx +barefoot +leary +##cis +ignacio +alfa +kaplan +##rogen +bratislava +mori +##vot +disturb +haas +313 +cartridges +gilmore +radiated +salford +tunic +hades +##ulsive +archeological +delilah +magistrates +auditioned +brewster +charters +empowerment +blogs +cappella +dynasties +iroquois +whipping +##krishna +raceway +truths +myra +weaken +judah +mcgregor +##horse +mic +refueling +37th +burnley +bosses +markus +premio +query +##gga +dunbar +##economic +darkest +lyndon +sealing +commendation +reappeared +##mun +addicted +ezio +slaughtered +satisfactory +shuffle +##eves +##thic +##uj +fortification +warrington +##otto +resurrected +fargo +mane +##utable +##lei +##space +foreword +ox +##aris +##vern +abrams +hua +##mento +sakura +##alo +uv +sentimental +##skaya +midfield +##eses +sturdy +scrolls +macleod +##kyu +entropy +##lance +mitochondrial +cicero +excelled +thinner +convoys +perceive +##oslav +##urable +systematically +grind +burkina +287 +##tagram +ops +##aman +guantanamo +##cloth +##tite +forcefully +wavy +##jou +pointless +##linger +##tze +layton +portico +superficial +clerical +outlaws +##hism +burials +muir +##inn +creditors +hauling +rattle +##leg +calais +monde +archers +reclaimed +dwell +wexford +hellenic +falsely +remorse +##tek +dough +furnishings +##uttered +gabon +neurological +novice +##igraphy +contemplated +pulpit +nightstand +saratoga +##istan +documenting +pulsing +taluk +##firmed +busted +marital +##rien +disagreements +wasps +##yes +hodge +mcdonnell +mimic +fran +pendant +dhabi +musa +##nington +congratulations +argent +darrell +concussion +losers +regrets +thessaloniki +reversal +donaldson +hardwood +thence +achilles +ritter +##eran +demonic +jurgen +prophets +goethe +eki +classmate +buff +##cking +yank +irrational +##inging +perished +seductive +qur +sourced +##crat +##typic +mustard +ravine +barre +horizontally +characterization +phylogenetic +boise +##dit +##runner +##tower +brutally +intercourse +seduce +##bbing +fay +ferris +ogden +amar +nik +unarmed +##inator +evaluating +kyrgyzstan +sweetness +##lford +##oki +mccormick +meiji +notoriety +stimulate +disrupt +figuring +instructional +mcgrath +##zoo +groundbreaking +##lto +flinch +khorasan +agrarian +bengals +mixer +radiating +##sov +ingram +pitchers +nad +tariff +##cript +tata +##codes +##emi +##ungen +appellate +lehigh +##bled +##giri +brawl +duct +texans +##ciation +##ropolis +skipper +speculative +vomit +doctrines +stresses +253 +davy +graders +whitehead +jozef +timely +cumulative +haryana +paints +appropriately +boon +cactus +##ales +##pid +dow +legions +##pit +perceptions +1730 +picturesque +##yse +periphery +rune +wr +##aha +celtics +sentencing +whoa +##erin +confirms +variance +425 +moines +mathews +spade +rave +m1 +fronted +fx +blending +alleging +reared +##gl +237 +##paper +grassroots +eroded +##free +##physical +directs +ordeal +##sław +accelerate +hacker +rooftop +##inia +lev +buys +cebu +devote +##lce +specialising +##ulsion +choreographed +repetition +warehouses +##ryl +paisley +tuscany +analogy +sorcerer +hash +huts +shards +descends +exclude +nix +chaplin +gaga +ito +vane +##drich +causeway +misconduct +limo +orchestrated +glands +jana +##kot +u2 +##mple +##sons +branching +contrasts +scoop +longed +##virus +chattanooga +##75 +syrup +cornerstone +##tized +##mind +##iaceae +careless +precedence +frescoes +##uet +chilled +consult +modelled +snatch +peat +##thermal +caucasian +humane +relaxation +spins +temperance +##lbert +occupations +lambda +hybrids +moons +mp3 +##oese +247 +rolf +societal +yerevan +ness +##ssler +befriended +mechanized +nominate +trough +boasted +cues +seater +##hom +bends +##tangle +conductors +emptiness +##lmer +eurasian +adriatic +tian +##cie +anxiously +lark +propellers +chichester +jock +ev +2a +##holding +credible +recounts +tori +loyalist +abduction +##hoot +##redo +nepali +##mite +ventral +tempting +##ango +##crats +steered +##wice +javelin +dipping +laborers +prentice +looming +titanium +##ː +badges +emir +tensor +##ntation +egyptians +rash +denies +hawthorne +lombard +showers +wehrmacht +dietary +trojan +##reus +welles +executing +horseshoe +lifeboat +##lak +elsa +infirmary +nearing +roberta +boyer +mutter +trillion +joanne +##fine +##oked +sinks +vortex +uruguayan +clasp +sirius +##block +accelerator +prohibit +sunken +byu +chronological +diplomats +ochreous +510 +symmetrical +1644 +maia +##tology +salts +reigns +atrocities +##ия +hess +bared +issn +##vyn +cater +saturated +##cycle +##isse +sable +voyager +dyer +yusuf +##inge +fountains +wolff +##39 +##nni +engraving +rollins +atheist +ominous +##ault +herr +chariot +martina +strung +##fell +##farlane +horrific +sahib +gazes +saetan +erased +ptolemy +##olic +flushing +lauderdale +analytic +##ices +530 +navarro +beak +gorilla +herrera +broom +guadalupe +raiding +sykes +311 +bsc +deliveries +1720 +invasions +carmichael +tajikistan +thematic +ecumenical +sentiments +onstage +##rians +##brand +##sume +catastrophic +flanks +molten +##arns +waller +aimee +terminating +##icing +alternately +##oche +nehru +printers +outraged +##eving +empires +template +banners +repetitive +za +##oise +vegetarian +##tell +guiana +opt +cavendish +lucknow +synthesized +##hani +##mada +finalized +##ctable +fictitious +mayoral +unreliable +##enham +embracing +peppers +rbis +##chio +##neo +inhibition +slashed +togo +orderly +embroidered +safari +salty +236 +barron +benito +totaled +##dak +pubs +simulated +caden +devin +tolkien +momma +welding +sesame +##ept +gottingen +hardness +630 +shaman +temeraire +620 +adequately +pediatric +##kit +ck +assertion +radicals +composure +cadence +seafood +beaufort +lazarus +mani +warily +cunning +kurdistan +249 +cantata +##kir +ares +##41 +##clusive +nape +townland +geared +insulted +flutter +boating +violate +draper +dumping +malmo +##hh +##romatic +firearm +alta +bono +obscured +##clave +exceeds +panorama +unbelievable +##train +preschool +##essed +disconnected +installing +rescuing +secretaries +accessibility +##castle +##drive +##ifice +##film +bouts +slug +waterway +mindanao +##buro +##ratic +halves +##ل +calming +liter +maternity +adorable +bragg +electrification +mcc +##dote +roxy +schizophrenia +##body +munoz +kaye +whaling +239 +mil +tingling +tolerant +##ago +unconventional +volcanoes +##finder +deportivo +##llie +robson +kaufman +neuroscience +wai +deportation +masovian +scraping +converse +##bh +hacking +bulge +##oun +administratively +yao +580 +amp +mammoth +booster +claremont +hooper +nomenclature +pursuits +mclaughlin +melinda +##sul +catfish +barclay +substrates +taxa +zee +originals +kimberly +packets +padma +##ality +borrowing +ostensibly +solvent +##bri +##genesis +##mist +lukas +shreveport +veracruz +##ь +##lou +##wives +cheney +tt +anatolia +hobbs +##zyn +cyclic +radiant +alistair +greenish +siena +dat +independents +##bation +conform +pieter +hyper +applicant +bradshaw +spores +telangana +vinci +inexpensive +nuclei +322 +jang +nme +soho +spd +##ign +cradled +receptionist +pow +##43 +##rika +fascism +##ifer +experimenting +##ading +##iec +##region +345 +jocelyn +maris +stair +nocturnal +toro +constabulary +elgin +##kker +msc +##giving +##schen +##rase +doherty +doping +sarcastically +batter +maneuvers +##cano +##apple +##gai +##git +intrinsic +##nst +##stor +1753 +showtime +cafes +gasps +lviv +ushered +##thed +fours +restart +astonishment +transmitting +flyer +shrugs +##sau +intriguing +cones +dictated +mushrooms +medial +##kovsky +##elman +escorting +gaped +##26 +godfather +##door +##sell +djs +recaptured +timetable +vila +1710 +3a +aerodrome +mortals +scientology +##orne +angelina +mag +convection +unpaid +insertion +intermittent +lego +##nated +endeavor +kota +pereira +##lz +304 +bwv +glamorgan +insults +agatha +fey +##cend +fleetwood +mahogany +protruding +steamship +zeta +##arty +mcguire +suspense +##sphere +advising +urges +##wala +hurriedly +meteor +gilded +inline +arroyo +stalker +##oge +excitedly +revered +##cure +earle +introductory +##break +##ilde +mutants +puff +pulses +reinforcement +##haling +curses +lizards +stalk +correlated +##fixed +fallout +macquarie +##unas +bearded +denton +heaving +802 +##ocation +winery +assign +dortmund +##lkirk +everest +invariant +charismatic +susie +##elling +bled +lesley +telegram +sumner +bk +##ogen +##к +wilcox +needy +colbert +duval +##iferous +##mbled +allotted +attends +imperative +##hita +replacements +hawker +##inda +insurgency +##zee +##eke +casts +##yla +680 +ives +transitioned +##pack +##powering +authoritative +baylor +flex +cringed +plaintiffs +woodrow +##skie +drastic +ape +aroma +unfolded +commotion +nt +preoccupied +theta +routines +lasers +privatization +wand +domino +ek +clenching +nsa +strategically +showered +bile +handkerchief +pere +storing +christophe +insulting +316 +nakamura +romani +asiatic +magdalena +palma +cruises +stripping +405 +konstantin +soaring +##berman +colloquially +forerunner +havilland +incarcerated +parasites +sincerity +##utus +disks +plank +saigon +##ining +corbin +homo +ornaments +powerhouse +##tlement +chong +fastened +feasibility +idf +morphological +usable +##nish +##zuki +aqueduct +jaguars +keepers +##flies +aleksandr +faust +assigns +ewing +bacterium +hurled +tricky +hungarians +integers +wallis +321 +yamaha +##isha +hushed +oblivion +aviator +evangelist +friars +##eller +monograph +ode +##nary +airplanes +labourers +charms +##nee +1661 +hagen +tnt +rudder +fiesta +transcript +dorothea +ska +inhibitor +maccabi +retorted +raining +encompassed +clauses +menacing +1642 +lineman +##gist +vamps +##ape +##dick +gloom +##rera +dealings +easing +seekers +##nut +##pment +helens +unmanned +##anu +##isson +basics +##amy +##ckman +adjustments +1688 +brutality +horne +##zell +sui +##55 +##mable +aggregator +##thal +rhino +##drick +##vira +counters +zoom +##01 +##rting +mn +montenegrin +packard +##unciation +##♭ +##kki +reclaim +scholastic +thugs +pulsed +##icia +syriac +quan +saddam +banda +kobe +blaming +buddies +dissent +##lusion +##usia +corbett +jaya +delle +erratic +lexie +##hesis +435 +amiga +hermes +##pressing +##leen +chapels +gospels +jamal +##uating +compute +revolving +warp +##sso +##thes +armory +##eras +##gol +antrim +loki +##kow +##asian +##good +##zano +braid +handwriting +subdistrict +funky +pantheon +##iculate +concurrency +estimation +improper +juliana +##his +newcomers +johnstone +staten +communicated +##oco +##alle +sausage +stormy +##stered +##tters +superfamily +##grade +acidic +collateral +tabloid +##oped +##rza +bladder +austen +##ellant +mcgraw +##hay +hannibal +mein +aquino +lucifer +wo +badger +boar +cher +christensen +greenberg +interruption +##kken +jem +244 +mocked +bottoms +cambridgeshire +##lide +sprawling +##bbly +eastwood +ghent +synth +##buck +advisers +##bah +nominally +hapoel +qu +daggers +estranged +fabricated +towels +vinnie +wcw +misunderstanding +anglia +nothin +unmistakable +##dust +##lova +chilly +marquette +truss +##edge +##erine +reece +##lty +##chemist +##connected +272 +308 +41st +bash +raion +waterfalls +##ump +##main +labyrinth +queue +theorist +##istle +bharatiya +flexed +soundtracks +rooney +leftist +patrolling +wharton +plainly +alleviate +eastman +schuster +topographic +engages +immensely +unbearable +fairchild +1620 +dona +lurking +parisian +oliveira +ia +indictment +hahn +bangladeshi +##aster +vivo +##uming +##ential +antonia +expects +indoors +kildare +harlan +##logue +##ogenic +##sities +forgiven +##wat +childish +tavi +##mide +##orra +plausible +grimm +successively +scooted +##bola +##dget +##rith +spartans +emery +flatly +azure +epilogue +##wark +flourish +##iny +##tracted +##overs +##oshi +bestseller +distressed +receipt +spitting +hermit +topological +##cot +drilled +subunit +francs +##layer +eel +##fk +##itas +octopus +footprint +petitions +ufo +##say +##foil +interfering +leaking +palo +##metry +thistle +valiant +##pic +narayan +mcpherson +##fast +gonzales +##ym +##enne +dustin +novgorod +solos +##zman +doin +##raph +##patient +##meyer +soluble +ashland +cuffs +carole +pendleton +whistling +vassal +##river +deviation +revisited +constituents +rallied +rotate +loomed +##eil +##nting +amateurs +augsburg +auschwitz +crowns +skeletons +##cona +bonnet +257 +dummy +globalization +simeon +sleeper +mandal +differentiated +##crow +##mare +milne +bundled +exasperated +talmud +owes +segregated +##feng +##uary +dentist +piracy +props +##rang +devlin +##torium +malicious +paws +##laid +dependency +##ergy +##fers +##enna +258 +pistons +rourke +jed +grammatical +tres +maha +wig +512 +ghostly +jayne +##achal +##creen +##ilis +##lins +##rence +designate +##with +arrogance +cambodian +clones +showdown +throttle +twain +##ception +lobes +metz +nagoya +335 +braking +##furt +385 +roaming +##minster +amin +crippled +##37 +##llary +indifferent +hoffmann +idols +intimidating +1751 +261 +influenza +memo +onions +1748 +bandage +consciously +##landa +##rage +clandestine +observes +swiped +tangle +##ener +##jected +##trum +##bill +##lta +hugs +congresses +josiah +spirited +##dek +humanist +managerial +filmmaking +inmate +rhymes +debuting +grimsby +ur +##laze +duplicate +vigor +##tf +republished +bolshevik +refurbishment +antibiotics +martini +methane +newscasts +royale +horizons +levant +iain +visas +##ischen +paler +##around +manifestation +snuck +alf +chop +futile +pedestal +rehab +##kat +bmg +kerman +res +fairbanks +jarrett +abstraction +saharan +##zek +1746 +procedural +clearer +kincaid +sash +luciano +##ffey +crunch +helmut +##vara +revolutionaries +##tute +creamy +leach +##mmon +1747 +permitting +nes +plight +wendell +##lese +contra +ts +clancy +ipa +mach +staples +autopsy +disturbances +nueva +karin +pontiac +##uding +proxy +venerable +haunt +leto +bergman +expands +##helm +wal +##pipe +canning +celine +cords +obesity +##enary +intrusion +planner +##phate +reasoned +sequencing +307 +harrow +##chon +##dora +marred +mcintyre +repay +tarzan +darting +248 +harrisburg +margarita +repulsed +##hur +##lding +belinda +hamburger +novo +compliant +runways +bingham +registrar +skyscraper +ic +cuthbert +improvisation +livelihood +##corp +##elial +admiring +##dened +sporadic +believer +casablanca +popcorn +##29 +asha +shovel +##bek +##dice +coiled +tangible +##dez +casper +elsie +resin +tenderness +rectory +##ivision +avail +sonar +##mori +boutique +##dier +guerre +bathed +upbringing +vaulted +sandals +blessings +##naut +##utnant +1680 +306 +foxes +pia +corrosion +hesitantly +confederates +crystalline +footprints +shapiro +tirana +valentin +drones +45th +microscope +shipments +texted +inquisition +wry +guernsey +unauthorized +resigning +760 +ripple +schubert +stu +reassure +felony +##ardo +brittle +koreans +##havan +##ives +dun +implicit +tyres +##aldi +##lth +magnolia +##ehan +##puri +##poulos +aggressively +fei +gr +familiarity +##poo +indicative +##trust +fundamentally +jimmie +overrun +395 +anchors +moans +##opus +britannia +armagh +##ggle +purposely +seizing +##vao +bewildered +mundane +avoidance +cosmopolitan +geometridae +quartermaster +caf +415 +chatter +engulfed +gleam +purge +##icate +juliette +jurisprudence +guerra +revisions +##bn +casimir +brew +##jm +1749 +clapton +cloudy +conde +hermitage +278 +simulations +torches +vincenzo +matteo +##rill +hidalgo +booming +westbound +accomplishment +tentacles +unaffected +##sius +annabelle +flopped +sloping +##litz +dreamer +interceptor +vu +##loh +consecration +copying +messaging +breaker +climates +hospitalized +1752 +torino +afternoons +winfield +witnessing +##teacher +breakers +choirs +sawmill +coldly +##ege +sipping +haste +uninhabited +conical +bibliography +pamphlets +severn +edict +##oca +deux +illnesses +grips +##pl +rehearsals +sis +thinkers +tame +##keepers +1690 +acacia +reformer +##osed +##rys +shuffling +##iring +##shima +eastbound +ionic +rhea +flees +littered +##oum +rocker +vomiting +groaning +champ +overwhelmingly +civilizations +paces +sloop +adoptive +##tish +skaters +##vres +aiding +mango +##joy +nikola +shriek +##ignon +pharmaceuticals +##mg +tuna +calvert +gustavo +stocked +yearbook +##urai +##mana +computed +subsp +riff +hanoi +kelvin +hamid +moors +pastures +summons +jihad +nectar +##ctors +bayou +untitled +pleasing +vastly +republics +intellect +##η +##ulio +##tou +crumbling +stylistic +sb +##ی +consolation +frequented +h₂o +walden +widows +##iens +404 +##ignment +chunks +improves +288 +grit +recited +##dev +snarl +sociological +##arte +##gul +inquired +##held +bruise +clube +consultancy +homogeneous +hornets +multiplication +pasta +prick +savior +##grin +##kou +##phile +yoon +##gara +grimes +vanishing +cheering +reacting +bn +distillery +##quisite +##vity +coe +dockyard +massif +##jord +escorts +voss +##valent +byte +chopped +hawke +illusions +workings +floats +##koto +##vac +kv +annapolis +madden +##onus +alvaro +noctuidae +##cum +##scopic +avenge +steamboat +forte +illustrates +erika +##trip +570 +dew +nationalities +bran +manifested +thirsty +diversified +muscled +reborn +##standing +arson +##lessness +##dran +##logram +##boys +##kushima +##vious +willoughby +##phobia +286 +alsace +dashboard +yuki +##chai +granville +myspace +publicized +tricked +##gang +adjective +##ater +relic +reorganisation +enthusiastically +indications +saxe +##lassified +consolidate +iec +padua +helplessly +ramps +renaming +regulars +pedestrians +accents +convicts +inaccurate +lowers +mana +##pati +barrie +bjp +outta +someplace +berwick +flanking +invoked +marrow +sparsely +excerpts +clothed +rei +##ginal +wept +##straße +##vish +alexa +excel +##ptive +membranes +aquitaine +creeks +cutler +sheppard +implementations +ns +##dur +fragrance +budge +concordia +magnesium +marcelo +##antes +gladly +vibrating +##rral +##ggles +montrose +##omba +lew +seamus +1630 +cocky +##ament +##uen +bjorn +##rrick +fielder +fluttering +##lase +methyl +kimberley +mcdowell +reductions +barbed +##jic +##tonic +aeronautical +condensed +distracting +##promising +huffed +##cala +##sle +claudius +invincible +missy +pious +balthazar +ci +##lang +butte +combo +orson +##dication +myriad +1707 +silenced +##fed +##rh +coco +netball +yourselves +##oza +clarify +heller +peg +durban +etudes +offender +roast +blackmail +curvature +##woods +vile +309 +illicit +suriname +##linson +overture +1685 +bubbling +gymnast +tucking +##mming +##ouin +maldives +##bala +gurney +##dda +##eased +##oides +backside +pinto +jars +racehorse +tending +##rdial +baronetcy +wiener +duly +##rke +barbarian +cupping +flawed +##thesis +bertha +pleistocene +puddle +swearing +##nob +##tically +fleeting +prostate +amulet +educating +##mined +##iti +##tler +75th +jens +respondents +analytics +cavaliers +papacy +raju +##iente +##ulum +##tip +funnel +271 +disneyland +##lley +sociologist +##iam +2500 +faulkner +louvre +menon +##dson +276 +##ower +afterlife +mannheim +peptide +referees +comedians +meaningless +##anger +##laise +fabrics +hurley +renal +sleeps +##bour +##icle +breakout +kristin +roadside +animator +clover +disdain +unsafe +redesign +##urity +firth +barnsley +portage +reset +narrows +268 +commandos +expansive +speechless +tubular +##lux +essendon +eyelashes +smashwords +##yad +##bang +##claim +craved +sprinted +chet +somme +astor +wrocław +orton +266 +bane +##erving +##uing +mischief +##amps +##sund +scaling +terre +##xious +impairment +offenses +undermine +moi +soy +contiguous +arcadia +inuit +seam +##tops +macbeth +rebelled +##icative +##iot +590 +elaborated +frs +uniformed +##dberg +259 +powerless +priscilla +stimulated +980 +qc +arboretum +frustrating +trieste +bullock +##nified +enriched +glistening +intern +##adia +locus +nouvelle +ollie +ike +lash +starboard +ee +tapestry +headlined +hove +rigged +##vite +pollock +##yme +thrive +clustered +cas +roi +gleamed +olympiad +##lino +pressured +regimes +##hosis +##lick +ripley +##ophone +kickoff +gallon +rockwell +##arable +crusader +glue +revolutions +scrambling +1714 +grover +##jure +englishman +aztec +263 +contemplating +coven +ipad +preach +triumphant +tufts +##esian +rotational +##phus +328 +falkland +##brates +strewn +clarissa +rejoin +environmentally +glint +banded +drenched +moat +albanians +johor +rr +maestro +malley +nouveau +shaded +taxonomy +v6 +adhere +bunk +airfields +##ritan +1741 +encompass +remington +tran +##erative +amelie +mazda +friar +morals +passions +##zai +breadth +vis +##hae +argus +burnham +caressing +insider +rudd +##imov +##mini +##rso +italianate +murderous +textual +wainwright +armada +bam +weave +timer +##taken +##nh +fra +##crest +ardent +salazar +taps +tunis +##ntino +allegro +gland +philanthropic +##chester +implication +##optera +esq +judas +noticeably +wynn +##dara +inched +indexed +crises +villiers +bandit +royalties +patterned +cupboard +interspersed +accessory +isla +kendrick +entourage +stitches +##esthesia +headwaters +##ior +interlude +distraught +draught +1727 +##basket +biased +sy +transient +triad +subgenus +adapting +kidd +shortstop +##umatic +dimly +spiked +mcleod +reprint +nellie +pretoria +windmill +##cek +singled +##mps +273 +reunite +##orous +747 +bankers +outlying +##omp +##ports +##tream +apologies +cosmetics +patsy +##deh +##ocks +##yson +bender +nantes +serene +##nad +lucha +mmm +323 +##cius +##gli +cmll +coinage +nestor +juarez +##rook +smeared +sprayed +twitching +sterile +irina +embodied +juveniles +enveloped +miscellaneous +cancers +dq +gulped +luisa +crested +swat +donegal +ref +##anov +##acker +hearst +mercantile +##lika +doorbell +ua +vicki +##alla +##som +bilbao +psychologists +stryker +sw +horsemen +turkmenistan +wits +##national +anson +mathew +screenings +##umb +rihanna +##agne +##nessy +aisles +##iani +##osphere +hines +kenton +saskatoon +tasha +truncated +##champ +##itan +mildred +advises +fredrik +interpreting +inhibitors +##athi +spectroscopy +##hab +##kong +karim +panda +##oia +##nail +##vc +conqueror +kgb +leukemia +##dity +arrivals +cheered +pisa +phosphorus +shielded +##riated +mammal +unitarian +urgently +chopin +sanitary +##mission +spicy +drugged +hinges +##tort +tipping +trier +impoverished +westchester +##caster +267 +epoch +nonstop +##gman +##khov +aromatic +centrally +cerro +##tively +##vio +billions +modulation +sedimentary +283 +facilitating +outrageous +goldstein +##eak +##kt +ld +maitland +penultimate +pollard +##dance +fleets +spaceship +vertebrae +##nig +alcoholism +als +recital +##bham +##ference +##omics +m2 +##bm +trois +##tropical +##в +commemorates +##meric +marge +##raction +1643 +670 +cosmetic +ravaged +##ige +catastrophe +eng +##shida +albrecht +arterial +bellamy +decor +harmon +##rde +bulbs +synchronized +vito +easiest +shetland +shielding +wnba +##glers +##ssar +##riam +brianna +cumbria +##aceous +##rard +cores +thayer +##nsk +brood +hilltop +luminous +carts +keynote +larkin +logos +##cta +##ا +##mund +##quay +lilith +tinted +277 +wrestle +mobilization +##uses +sequential +siam +bloomfield +takahashi +274 +##ieving +presenters +ringo +blazed +witty +##oven +##ignant +devastation +haydn +harmed +newt +therese +##peed +gershwin +molina +rabbis +sudanese +001 +innate +restarted +##sack +##fus +slices +wb +##shah +enroll +hypothetical +hysterical +1743 +fabio +indefinite +warped +##hg +exchanging +525 +unsuitable +##sboro +gallo +1603 +bret +cobalt +homemade +##hunter +mx +operatives +##dhar +terraces +durable +latch +pens +whorls +##ctuated +##eaux +billing +ligament +succumbed +##gly +regulators +spawn +##brick +##stead +filmfare +rochelle +##nzo +1725 +circumstance +saber +supplements +##nsky +##tson +crowe +wellesley +carrot +##9th +##movable +primate +drury +sincerely +topical +##mad +##rao +callahan +kyiv +smarter +tits +undo +##yeh +announcements +anthologies +barrio +nebula +##islaus +##shaft +##tyn +bodyguards +2021 +assassinate +barns +emmett +scully +##mah +##yd +##eland +##tino +##itarian +demoted +gorman +lashed +prized +adventist +writ +##gui +alla +invertebrates +##ausen +1641 +amman +1742 +align +healy +redistribution +##gf +##rize +insulation +##drop +adherents +hezbollah +vitro +ferns +yanking +269 +php +registering +uppsala +cheerleading +confines +mischievous +tully +##ross +49th +docked +roam +stipulated +pumpkin +##bry +prompt +##ezer +blindly +shuddering +craftsmen +frail +scented +katharine +scramble +shaggy +sponge +helix +zaragoza +279 +##52 +43rd +backlash +fontaine +seizures +posse +cowan +nonfiction +telenovela +wwii +hammered +undone +##gpur +encircled +irs +##ivation +artefacts +oneself +searing +smallpox +##belle +##osaurus +shandong +breached +upland +blushing +rankin +infinitely +psyche +tolerated +docking +evicted +##col +unmarked +##lving +gnome +lettering +litres +musique +##oint +benevolent +##jal +blackened +##anna +mccall +racers +tingle +##ocene +##orestation +introductions +radically +292 +##hiff +##باد +1610 +1739 +munchen +plead +##nka +condo +scissors +##sight +##tens +apprehension +##cey +##yin +hallmark +watering +formulas +sequels +##llas +aggravated +bae +commencing +##building +enfield +prohibits +marne +vedic +civilized +euclidean +jagger +beforehand +blasts +dumont +##arney +##nem +740 +conversions +hierarchical +rios +simulator +##dya +##lellan +hedges +oleg +thrusts +shadowed +darby +maximize +1744 +gregorian +##nded +##routed +sham +unspecified +##hog +emory +factual +##smo +##tp +fooled +##rger +ortega +wellness +marlon +##oton +##urance +casket +keating +ley +enclave +##ayan +char +influencing +jia +##chenko +412 +ammonia +erebidae +incompatible +violins +cornered +##arat +grooves +astronauts +columbian +rampant +fabrication +kyushu +mahmud +vanish +##dern +mesopotamia +##lete +ict +##rgen +caspian +kenji +pitted +##vered +999 +grimace +roanoke +tchaikovsky +twinned +##analysis +##awan +xinjiang +arias +clemson +kazakh +sizable +1662 +##khand +##vard +plunge +tatum +vittorio +##nden +cholera +##dana +##oper +bracing +indifference +projectile +superliga +##chee +realises +upgrading +299 +porte +retribution +##vies +nk +stil +##resses +ama +bureaucracy +blackberry +bosch +testosterone +collapses +greer +##pathic +ioc +fifties +malls +##erved +bao +baskets +adolescents +siegfried +##osity +##tosis +mantra +detecting +existent +fledgling +##cchi +dissatisfied +gan +telecommunication +mingled +sobbed +6000 +controversies +outdated +taxis +##raus +fright +slams +##lham +##fect +##tten +detectors +fetal +tanned +##uw +fray +goth +olympian +skipping +mandates +scratches +sheng +unspoken +hyundai +tracey +hotspur +restrictive +##buch +americana +mundo +##bari +burroughs +diva +vulcan +##6th +distinctions +thumping +##ngen +mikey +sheds +fide +rescues +springsteen +vested +valuation +##ece +##ely +pinnacle +rake +sylvie +##edo +almond +quivering +##irus +alteration +faltered +##wad +51st +hydra +ticked +##kato +recommends +##dicated +antigua +arjun +stagecoach +wilfred +trickle +pronouns +##pon +aryan +nighttime +##anian +gall +pea +stitch +##hei +leung +milos +##dini +eritrea +nexus +starved +snowfall +kant +parasitic +cot +discus +hana +strikers +appleton +kitchens +##erina +##partisan +##itha +##vius +disclose +metis +##channel +1701 +tesla +##vera +fitch +1735 +blooded +##tila +decimal +##tang +##bai +cyclones +eun +bottled +peas +pensacola +basha +bolivian +crabs +boil +lanterns +partridge +roofed +1645 +necks +##phila +opined +patting +##kla +##lland +chuckles +volta +whereupon +##nche +devout +euroleague +suicidal +##dee +inherently +involuntary +knitting +nasser +##hide +puppets +colourful +courageous +southend +stills +miraculous +hodgson +richer +rochdale +ethernet +greta +uniting +prism +umm +##haya +##itical +##utation +deterioration +pointe +prowess +##ropriation +lids +scranton +billings +subcontinent +##koff +##scope +brute +kellogg +psalms +degraded +##vez +stanisław +##ructured +ferreira +pun +astonishing +gunnar +##yat +arya +prc +gottfried +##tight +excursion +##ographer +dina +##quil +##nare +huffington +illustrious +wilbur +gundam +verandah +##zard +naacp +##odle +constructive +fjord +kade +##naud +generosity +thrilling +baseline +cayman +frankish +plastics +accommodations +zoological +##fting +cedric +qb +motorized +##dome +##otted +squealed +tackled +canucks +budgets +situ +asthma +dail +gabled +grasslands +whimpered +writhing +judgments +##65 +minnie +pv +##carbon +bananas +grille +domes +monique +odin +maguire +markham +tierney +##estra +##chua +libel +poke +speedy +atrium +laval +notwithstanding +##edly +fai +kala +##sur +robb +##sma +listings +luz +supplementary +tianjin +##acing +enzo +jd +ric +scanner +croats +transcribed +##49 +arden +cv +##hair +##raphy +##lver +##uy +357 +seventies +staggering +alam +horticultural +hs +regression +timbers +blasting +##ounded +montagu +manipulating +##cit +catalytic +1550 +troopers +##meo +condemnation +fitzpatrick +##oire +##roved +inexperienced +1670 +castes +##lative +outing +314 +dubois +flicking +quarrel +ste +learners +1625 +iq +whistled +##class +282 +classify +tariffs +temperament +355 +folly +liszt +##yles +immersed +jordanian +ceasefire +apparel +extras +maru +fished +##bio +harta +stockport +assortment +craftsman +paralysis +transmitters +##cola +blindness +##wk +fatally +proficiency +solemnly +##orno +repairing +amore +groceries +ultraviolet +##chase +schoolhouse +##tua +resurgence +nailed +##otype +##× +ruse +saliva +diagrams +##tructing +albans +rann +thirties +1b +antennas +hilarious +cougars +paddington +stats +##eger +breakaway +ipod +reza +authorship +prohibiting +scoffed +##etz +##ttle +conscription +defected +trondheim +##fires +ivanov +keenan +##adan +##ciful +##fb +##slow +locating +##ials +##tford +cadiz +basalt +blankly +interned +rags +rattling +##tick +carpathian +reassured +sync +bum +guildford +iss +staunch +##onga +astronomers +sera +sofie +emergencies +susquehanna +##heard +duc +mastery +vh1 +williamsburg +bayer +buckled +craving +##khan +##rdes +bloomington +##write +alton +barbecue +##bians +justine +##hri +##ndt +delightful +smartphone +newtown +photon +retrieval +peugeot +hissing +##monium +##orough +flavors +lighted +relaunched +tainted +##games +##lysis +anarchy +microscopic +hopping +adept +evade +evie +##beau +inhibit +sinn +adjustable +hurst +intuition +wilton +cisco +44th +lawful +lowlands +stockings +thierry +##dalen +##hila +##nai +fates +prank +tb +maison +lobbied +provocative +1724 +4a +utopia +##qual +carbonate +gujarati +purcell +##rford +curtiss +##mei +overgrown +arenas +mediation +swallows +##rnik +respectful +turnbull +##hedron +##hope +alyssa +ozone +##ʻi +ami +gestapo +johansson +snooker +canteen +cuff +declines +empathy +stigma +##ags +##iner +##raine +taxpayers +gui +volga +##wright +##copic +lifespan +overcame +tattooed +enactment +giggles +##ador +##camp +barrington +bribe +obligatory +orbiting +peng +##enas +elusive +sucker +##vating +cong +hardship +empowered +anticipating +estrada +cryptic +greasy +detainees +planck +sudbury +plaid +dod +marriott +kayla +##ears +##vb +##zd +mortally +##hein +cognition +radha +319 +liechtenstein +meade +richly +argyle +harpsichord +liberalism +trumpets +lauded +tyrant +salsa +tiled +lear +promoters +reused +slicing +trident +##chuk +##gami +##lka +cantor +checkpoint +##points +gaul +leger +mammalian +##tov +##aar +##schaft +doha +frenchman +nirvana +##vino +delgado +headlining +##eron +##iography +jug +tko +1649 +naga +intersections +##jia +benfica +nawab +##suka +ashford +gulp +##deck +##vill +##rug +brentford +frazier +pleasures +dunne +potsdam +shenzhen +dentistry +##tec +flanagan +##dorff +##hear +chorale +dinah +prem +quezon +##rogated +relinquished +sutra +terri +##pani +flaps +##rissa +poly +##rnet +homme +aback +##eki +linger +womb +##kson +##lewood +doorstep +orthodoxy +threaded +westfield +##rval +dioceses +fridays +subsided +##gata +loyalists +##biotic +##ettes +letterman +lunatic +prelate +tenderly +invariably +souza +thug +winslow +##otide +furlongs +gogh +jeopardy +##runa +pegasus +##umble +humiliated +standalone +tagged +##roller +freshmen +klan +##bright +attaining +initiating +transatlantic +logged +viz +##uance +1723 +combatants +intervening +stephane +chieftain +despised +grazed +317 +cdc +galveston +godzilla +macro +simulate +##planes +parades +##esses +960 +##ductive +##unes +equator +overdose +##cans +##hosh +##lifting +joshi +epstein +sonora +treacherous +aquatics +manchu +responsive +##sation +supervisory +##christ +##llins +##ibar +##balance +##uso +kimball +karlsruhe +mab +##emy +ignores +phonetic +reuters +spaghetti +820 +almighty +danzig +rumbling +tombstone +designations +lured +outset +##felt +supermarkets +##wt +grupo +kei +kraft +susanna +##blood +comprehension +genealogy +##aghan +##verted +redding +##ythe +1722 +bowing +##pore +##roi +lest +sharpened +fulbright +valkyrie +sikhs +##unds +swans +bouquet +merritt +##tage +##venting +commuted +redhead +clerks +leasing +cesare +dea +hazy +##vances +fledged +greenfield +servicemen +##gical +armando +blackout +dt +sagged +downloadable +intra +potion +pods +##4th +##mism +xp +attendants +gambia +stale +##ntine +plump +asteroids +rediscovered +buds +flea +hive +##neas +1737 +classifications +debuts +##eles +olympus +scala +##eurs +##gno +##mute +hummed +sigismund +visuals +wiggled +await +pilasters +clench +sulfate +##ances +bellevue +enigma +trainee +snort +##sw +clouded +denim +##rank +##rder +churning +hartman +lodges +riches +sima +##missible +accountable +socrates +regulates +mueller +##cr +1702 +avoids +solids +himalayas +nutrient +pup +##jevic +squat +fades +nec +##lates +##pina +##rona +##ου +privateer +tequila +##gative +##mpton +apt +hornet +immortals +##dou +asturias +cleansing +dario +##rries +##anta +etymology +servicing +zhejiang +##venor +##nx +horned +erasmus +rayon +relocating +£10 +##bags +escalated +promenade +stubble +2010s +artisans +axial +liquids +mora +sho +yoo +##tsky +bundles +oldies +##nally +notification +bastion +##ths +sparkle +##lved +1728 +leash +pathogen +highs +##hmi +immature +880 +gonzaga +ignatius +mansions +monterrey +sweets +bryson +##loe +polled +regatta +brightest +pei +rosy +squid +hatfield +payroll +addict +meath +cornerback +heaviest +lodging +##mage +capcom +rippled +##sily +barnet +mayhem +ymca +snuggled +rousseau +##cute +blanchard +284 +fragmented +leighton +chromosomes +risking +##md +##strel +##utter +corinne +coyotes +cynical +hiroshi +yeomanry +##ractive +ebook +grading +mandela +plume +agustin +magdalene +##rkin +bea +femme +trafford +##coll +##lun +##tance +52nd +fourier +upton +##mental +camilla +gust +iihf +islamabad +longevity +##kala +feldman +netting +##rization +endeavour +foraging +mfa +orr +##open +greyish +contradiction +graz +##ruff +handicapped +marlene +tweed +oaxaca +spp +campos +miocene +pri +configured +cooks +pluto +cozy +pornographic +##entes +70th +fairness +glided +jonny +lynne +rounding +sired +##emon +##nist +remade +uncover +##mack +complied +lei +newsweek +##jured +##parts +##enting +##pg +293 +finer +guerrillas +athenian +deng +disused +stepmother +accuse +gingerly +seduction +521 +confronting +##walker +##going +gora +nostalgia +sabres +virginity +wrenched +##minated +syndication +wielding +eyre +##56 +##gnon +##igny +behaved +taxpayer +sweeps +##growth +childless +gallant +##ywood +amplified +geraldine +scrape +##ffi +babylonian +fresco +##rdan +##kney +##position +1718 +restricting +tack +fukuoka +osborn +selector +partnering +##dlow +318 +gnu +kia +tak +whitley +gables +##54 +##mania +mri +softness +immersion +##bots +##evsky +1713 +chilling +insignificant +pcs +##uis +elites +lina +purported +supplemental +teaming +##americana +##dding +##inton +proficient +rouen +##nage +##rret +niccolo +selects +##bread +fluffy +1621 +gruff +knotted +mukherjee +polgara +thrash +nicholls +secluded +smoothing +thru +corsica +loaf +whitaker +inquiries +##rrier +##kam +indochina +289 +marlins +myles +peking +##tea +extracts +pastry +superhuman +connacht +vogel +##ditional +##het +##udged +##lash +gloss +quarries +refit +teaser +##alic +##gaon +20s +materialized +sling +camped +pickering +tung +tracker +pursuant +##cide +cranes +soc +##cini +##typical +##viere +anhalt +overboard +workout +chores +fares +orphaned +stains +##logie +fenton +surpassing +joyah +triggers +##itte +grandmaster +##lass +##lists +clapping +fraudulent +ledger +nagasaki +##cor +##nosis +##tsa +eucalyptus +tun +##icio +##rney +##tara +dax +heroism +ina +wrexham +onboard +unsigned +##dates +moshe +galley +winnie +droplets +exiles +praises +watered +noodles +##aia +fein +adi +leland +multicultural +stink +bingo +comets +erskine +modernized +canned +constraint +domestically +chemotherapy +featherweight +stifled +##mum +darkly +irresistible +refreshing +hasty +isolate +##oys +kitchener +planners +##wehr +cages +yarn +implant +toulon +elects +childbirth +yue +##lind +##lone +cn +rightful +sportsman +junctions +remodeled +specifies +##rgh +291 +##oons +complimented +##urgent +lister +ot +##logic +bequeathed +cheekbones +fontana +gabby +##dial +amadeus +corrugated +maverick +resented +triangles +##hered +##usly +nazareth +tyrol +1675 +assent +poorer +sectional +aegean +##cous +296 +nylon +ghanaian +##egorical +##weig +cushions +forbid +fusiliers +obstruction +somerville +##scia +dime +earrings +elliptical +leyte +oder +polymers +timmy +atm +midtown +piloted +settles +continual +externally +mayfield +##uh +enrichment +henson +keane +persians +1733 +benji +braden +pep +324 +##efe +contenders +pepsi +valet +##isches +298 +##asse +##earing +goofy +stroll +##amen +authoritarian +occurrences +adversary +ahmedabad +tangent +toppled +dorchester +1672 +modernism +marxism +islamist +charlemagne +exponential +racks +unicode +brunette +mbc +pic +skirmish +##bund +##lad +##powered +##yst +hoisted +messina +shatter +##ctum +jedi +vantage +##music +##neil +clemens +mahmoud +corrupted +authentication +lowry +nils +##washed +omnibus +wounding +jillian +##itors +##opped +serialized +narcotics +handheld +##arm +##plicity +intersecting +stimulating +##onis +crate +fellowships +hemingway +casinos +climatic +fordham +copeland +drip +beatty +leaflets +robber +brothel +madeira +##hedral +sphinx +ultrasound +##vana +valor +forbade +leonid +villas +##aldo +duane +marquez +##cytes +disadvantaged +forearms +kawasaki +reacts +consular +lax +uncles +uphold +##hopper +concepcion +dorsey +lass +##izan +arching +passageway +1708 +researches +tia +internationals +##graphs +##opers +distinguishes +javanese +divert +##uven +plotted +##listic +##rwin +##erik +##tify +affirmative +signifies +validation +##bson +kari +felicity +georgina +zulu +##eros +##rained +##rath +overcoming +##dot +argyll +##rbin +1734 +chiba +ratification +windy +earls +parapet +##marks +hunan +pristine +astrid +punta +##gart +brodie +##kota +##oder +malaga +minerva +rouse +##phonic +bellowed +pagoda +portals +reclamation +##gur +##odies +##⁄₄ +parentheses +quoting +allergic +palette +showcases +benefactor +heartland +nonlinear +##tness +bladed +cheerfully +scans +##ety +##hone +1666 +girlfriends +pedersen +hiram +sous +##liche +##nator +1683 +##nery +##orio +##umen +bobo +primaries +smiley +##cb +unearthed +uniformly +fis +metadata +1635 +ind +##oted +recoil +##titles +##tura +##ια +406 +hilbert +jamestown +mcmillan +tulane +seychelles +##frid +antics +coli +fated +stucco +##grants +1654 +bulky +accolades +arrays +caledonian +carnage +optimism +puebla +##tative +##cave +enforcing +rotherham +seo +dunlop +aeronautics +chimed +incline +zoning +archduke +hellenistic +##oses +##sions +candi +thong +##ople +magnate +rustic +##rsk +projective +slant +##offs +danes +hollis +vocalists +##ammed +congenital +contend +gesellschaft +##ocating +##pressive +douglass +quieter +##cm +##kshi +howled +salim +spontaneously +townsville +buena +southport +##bold +kato +1638 +faerie +stiffly +##vus +##rled +297 +flawless +realising +taboo +##7th +bytes +straightening +356 +jena +##hid +##rmin +cartwright +berber +bertram +soloists +411 +noses +417 +coping +fission +hardin +inca +##cen +1717 +mobilized +vhf +##raf +biscuits +curate +##85 +##anial +331 +gaunt +neighbourhoods +1540 +##abas +blanca +bypassed +sockets +behold +coincidentally +##bane +nara +shave +splinter +terrific +##arion +##erian +commonplace +juris +redwood +waistband +boxed +caitlin +fingerprints +jennie +naturalized +##ired +balfour +craters +jody +bungalow +hugely +quilt +glitter +pigeons +undertaker +bulging +constrained +goo +##sil +##akh +assimilation +reworked +##person +persuasion +##pants +felicia +##cliff +##ulent +1732 +explodes +##dun +##inium +##zic +lyman +vulture +hog +overlook +begs +northwards +ow +spoil +##urer +fatima +favorably +accumulate +sargent +sorority +corresponded +dispersal +kochi +toned +##imi +##lita +internacional +newfound +##agger +##lynn +##rigue +booths +peanuts +##eborg +medicare +muriel +nur +##uram +crates +millennia +pajamas +worsened +##breakers +jimi +vanuatu +yawned +##udeau +carousel +##hony +hurdle +##ccus +##mounted +##pod +rv +##eche +airship +ambiguity +compulsion +recapture +##claiming +arthritis +##osomal +1667 +asserting +ngc +sniffing +dade +discontent +glendale +ported +##amina +defamation +rammed +##scent +fling +livingstone +##fleet +875 +##ppy +apocalyptic +comrade +lcd +##lowe +cessna +eine +persecuted +subsistence +demi +hoop +reliefs +710 +coptic +progressing +stemmed +perpetrators +1665 +priestess +##nio +dobson +ebony +rooster +itf +tortricidae +##bbon +##jian +cleanup +##jean +##øy +1721 +eighties +taxonomic +holiness +##hearted +##spar +antilles +showcasing +stabilized +##nb +gia +mascara +michelangelo +dawned +##uria +##vinsky +extinguished +fitz +grotesque +£100 +##fera +##loid +##mous +barges +neue +throbbed +cipher +johnnie +##a1 +##mpt +outburst +##swick +spearheaded +administrations +c1 +heartbreak +pixels +pleasantly +##enay +lombardy +plush +##nsed +bobbie +##hly +reapers +tremor +xiang +minogue +substantive +hitch +barak +##wyl +kwan +##encia +910 +obscene +elegance +indus +surfer +bribery +conserve +##hyllum +##masters +horatio +##fat +apes +rebound +psychotic +##pour +iteration +##mium +##vani +botanic +horribly +antiques +dispose +paxton +##hli +##wg +timeless +1704 +disregard +engraver +hounds +##bau +##version +looted +uno +facilitates +groans +masjid +rutland +antibody +disqualification +decatur +footballers +quake +slacks +48th +rein +scribe +stabilize +commits +exemplary +tho +##hort +##chison +pantry +traversed +##hiti +disrepair +identifiable +vibrated +baccalaureate +##nnis +csa +interviewing +##iensis +##raße +greaves +wealthiest +343 +classed +jogged +£5 +##58 +##atal +illuminating +knicks +respecting +##uno +scrubbed +##iji +##dles +kruger +moods +growls +raider +silvia +chefs +kam +vr +cree +percival +##terol +gunter +counterattack +defiant +henan +ze +##rasia +##riety +equivalence +submissions +##fra +##thor +bautista +mechanically +##heater +cornice +herbal +templar +##mering +outputs +ruining +ligand +renumbered +extravagant +mika +blockbuster +eta +insurrection +##ilia +darkening +ferocious +pianos +strife +kinship +##aer +melee +##anor +##iste +##may +##oue +decidedly +weep +##jad +##missive +##ppel +354 +puget +unease +##gnant +1629 +hammering +kassel +ob +wessex +##lga +bromwich +egan +paranoia +utilization +##atable +##idad +contradictory +provoke +##ols +##ouring +##tangled +knesset +##very +##lette +plumbing +##sden +##¹ +greensboro +occult +sniff +338 +zev +beaming +gamer +haggard +mahal +##olt +##pins +mendes +utmost +briefing +gunnery +##gut +##pher +##zh +##rok +1679 +khalifa +sonya +##boot +principals +urbana +wiring +##liffe +##minating +##rrado +dahl +nyu +skepticism +np +townspeople +ithaca +lobster +somethin +##fur +##arina +##−1 +freighter +zimmerman +biceps +contractual +##herton +amend +hurrying +subconscious +##anal +336 +meng +clermont +spawning +##eia +##lub +dignitaries +impetus +snacks +spotting +twigs +##bilis +##cz +##ouk +libertadores +nic +skylar +##aina +##firm +gustave +asean +##anum +dieter +legislatures +flirt +bromley +trolls +umar +##bbies +##tyle +blah +parc +bridgeport +crank +negligence +##nction +46th +constantin +molded +bandages +seriousness +00pm +siegel +carpets +compartments +upbeat +statehood +##dner +##edging +marko +730 +platt +##hane +paving +##iy +1738 +abbess +impatience +limousine +nbl +##talk +441 +lucille +mojo +nightfall +robbers +##nais +karel +brisk +calves +replicate +ascribed +telescopes +##olf +intimidated +##reen +ballast +specialization +##sit +aerodynamic +caliphate +rainer +visionary +##arded +epsilon +##aday +##onte +aggregation +auditory +boosted +reunification +kathmandu +loco +robyn +402 +acknowledges +appointing +humanoid +newell +redeveloped +restraints +##tained +barbarians +chopper +1609 +italiana +##lez +##lho +investigates +wrestlemania +##anies +##bib +690 +##falls +creaked +dragoons +gravely +minions +stupidity +volley +##harat +##week +musik +##eries +##uously +fungal +massimo +semantics +malvern +##ahl +##pee +discourage +embryo +imperialism +1910s +profoundly +##ddled +jiangsu +sparkled +stat +##holz +sweatshirt +tobin +##iction +sneered +##cheon +##oit +brit +causal +smyth +##neuve +diffuse +perrin +silvio +##ipes +##recht +detonated +iqbal +selma +##nism +##zumi +roasted +##riders +tay +##ados +##mament +##mut +##rud +840 +completes +nipples +cfa +flavour +hirsch +##laus +calderon +sneakers +moravian +##ksha +1622 +rq +294 +##imeters +bodo +##isance +##pre +##ronia +anatomical +excerpt +##lke +dh +kunst +##tablished +##scoe +biomass +panted +unharmed +gael +housemates +montpellier +##59 +coa +rodents +tonic +hickory +singleton +##taro +451 +1719 +aldo +breaststroke +dempsey +och +rocco +##cuit +merton +dissemination +midsummer +serials +##idi +haji +polynomials +##rdon +gs +enoch +prematurely +shutter +taunton +£3 +##grating +##inates +archangel +harassed +##asco +326 +archway +dazzling +##ecin +1736 +sumo +wat +##kovich +1086 +honneur +##ently +##nostic +##ttal +##idon +1605 +403 +1716 +blogger +rents +##gnan +hires +##ikh +##dant +howie +##rons +handler +retracted +shocks +1632 +arun +duluth +kepler +trumpeter +##lary +peeking +seasoned +trooper +##mara +laszlo +##iciencies +##rti +heterosexual +##inatory +##ssion +indira +jogging +##inga +##lism +beit +dissatisfaction +malice +##ately +nedra +peeling +##rgeon +47th +stadiums +475 +vertigo +##ains +iced +restroom +##plify +##tub +illustrating +pear +##chner +##sibility +inorganic +rappers +receipts +watery +##kura +lucinda +##oulos +reintroduced +##8th +##tched +gracefully +saxons +nutritional +wastewater +rained +favourites +bedrock +fisted +hallways +likeness +upscale +##lateral +1580 +blinds +prequel +##pps +##tama +deter +humiliating +restraining +tn +vents +1659 +laundering +recess +rosary +tractors +coulter +federer +##ifiers +##plin +persistence +##quitable +geschichte +pendulum +quakers +##beam +bassett +pictorial +buffet +koln +##sitor +drills +reciprocal +shooters +##57 +##cton +##tees +converge +pip +dmitri +donnelly +yamamoto +aqua +azores +demographics +hypnotic +spitfire +suspend +wryly +roderick +##rran +sebastien +##asurable +mavericks +##fles +##200 +himalayan +prodigy +##iance +transvaal +demonstrators +handcuffs +dodged +mcnamara +sublime +1726 +crazed +##efined +##till +ivo +pondered +reconciled +shrill +sava +##duk +bal +cad +heresy +jaipur +goran +##nished +341 +lux +shelly +whitehall +##hre +israelis +peacekeeping +##wled +1703 +demetrius +ousted +##arians +##zos +beale +anwar +backstroke +raged +shrinking +cremated +##yck +benign +towing +wadi +darmstadt +landfill +parana +soothe +colleen +sidewalks +mayfair +tumble +hepatitis +ferrer +superstructure +##gingly +##urse +##wee +anthropological +translators +##mies +closeness +hooves +##pw +mondays +##roll +##vita +landscaping +##urized +purification +sock +thorns +thwarted +jalan +tiberius +##taka +saline +##rito +confidently +khyber +sculptors +##ij +brahms +hammersmith +inspectors +battista +fivb +fragmentation +hackney +##uls +arresting +exercising +antoinette +bedfordshire +##zily +dyed +##hema +1656 +racetrack +variability +##tique +1655 +austrians +deteriorating +madman +theorists +aix +lehman +weathered +1731 +decreed +eruptions +1729 +flaw +quinlan +sorbonne +flutes +nunez +1711 +adored +downwards +fable +rasped +1712 +moritz +mouthful +renegade +shivers +stunts +dysfunction +restrain +translit +327 +pancakes +##avio +##cision +##tray +351 +vial +##lden +bain +##maid +##oxide +chihuahua +malacca +vimes +##rba +##rnier +1664 +donnie +plaques +##ually +337 +bangs +floppy +huntsville +loretta +nikolay +##otte +eater +handgun +ubiquitous +##hett +eras +zodiac +1634 +##omorphic +1820s +##zog +cochran +##bula +##lithic +warring +##rada +dalai +excused +blazers +mcconnell +reeling +bot +este +##abi +geese +hoax +taxon +##bla +guitarists +##icon +condemning +hunts +inversion +moffat +taekwondo +##lvis +1624 +stammered +##rest +##rzy +sousa +fundraiser +marylebone +navigable +uptown +cabbage +daniela +salman +shitty +whimper +##kian +##utive +programmers +protections +rm +##rmi +##rued +forceful +##enes +fuss +##tao +##wash +brat +oppressive +reykjavik +spartak +ticking +##inkles +##kiewicz +adolph +horst +maui +protege +straighten +cpc +landau +concourse +clements +resultant +##ando +imaginative +joo +reactivated +##rem +##ffled +##uising +consultative +##guide +flop +kaitlyn +mergers +parenting +somber +##vron +supervise +vidhan +##imum +courtship +exemplified +harmonies +medallist +refining +##rrow +##ка +amara +##hum +780 +goalscorer +sited +overshadowed +rohan +displeasure +secretive +multiplied +osman +##orth +engravings +padre +##kali +##veda +miniatures +mis +##yala +clap +pali +rook +##cana +1692 +57th +antennae +astro +oskar +1628 +bulldog +crotch +hackett +yucatan +##sure +amplifiers +brno +ferrara +migrating +##gree +thanking +turing +##eza +mccann +ting +andersson +onslaught +gaines +ganga +incense +standardization +##mation +sentai +scuba +stuffing +turquoise +waivers +alloys +##vitt +regaining +vaults +##clops +##gizing +digger +furry +memorabilia +probing +##iad +payton +rec +deutschland +filippo +opaque +seamen +zenith +afrikaans +##filtration +disciplined +inspirational +##merie +banco +confuse +grafton +tod +##dgets +championed +simi +anomaly +biplane +##ceptive +electrode +##para +1697 +cleavage +crossbow +swirl +informant +##lars +##osta +afi +bonfire +spec +##oux +lakeside +slump +##culus +##lais +##qvist +##rrigan +1016 +facades +borg +inwardly +cervical +xl +pointedly +050 +stabilization +##odon +chests +1699 +hacked +ctv +orthogonal +suzy +##lastic +gaulle +jacobite +rearview +##cam +##erted +ashby +##drik +##igate +##mise +##zbek +affectionately +canine +disperse +latham +##istles +##ivar +spielberg +##orin +##idium +ezekiel +cid +##sg +durga +middletown +##cina +customized +frontiers +harden +##etano +##zzy +1604 +bolsheviks +##66 +coloration +yoko +##bedo +briefs +slabs +debra +liquidation +plumage +##oin +blossoms +dementia +subsidy +1611 +proctor +relational +jerseys +parochial +ter +##ici +esa +peshawar +cavalier +loren +cpi +idiots +shamrock +1646 +dutton +malabar +mustache +##endez +##ocytes +referencing +terminates +marche +yarmouth +##sop +acton +mated +seton +subtly +baptised +beige +extremes +jolted +kristina +telecast +##actic +safeguard +waldo +##baldi +##bular +endeavors +sloppy +subterranean +##ensburg +##itung +delicately +pigment +tq +##scu +1626 +##ound +collisions +coveted +herds +##personal +##meister +##nberger +chopra +##ricting +abnormalities +defective +galician +lucie +##dilly +alligator +likened +##genase +burundi +clears +complexion +derelict +deafening +diablo +fingered +champaign +dogg +enlist +isotope +labeling +mrna +##erre +brilliance +marvelous +##ayo +1652 +crawley +ether +footed +dwellers +deserts +hamish +rubs +warlock +skimmed +##lizer +870 +buick +embark +heraldic +irregularities +##ajan +kiara +##kulam +##ieg +antigen +kowalski +##lge +oakley +visitation +##mbit +vt +##suit +1570 +murderers +##miento +##rites +chimneys +##sling +condemn +custer +exchequer +havre +##ghi +fluctuations +##rations +dfb +hendricks +vaccines +##tarian +nietzsche +biking +juicy +##duced +brooding +scrolling +selangor +##ragan +352 +annum +boomed +seminole +sugarcane +##dna +departmental +dismissing +innsbruck +arteries +ashok +batavia +daze +kun +overtook +##rga +##tlan +beheaded +gaddafi +holm +electronically +faulty +galilee +fractures +kobayashi +##lized +gunmen +magma +aramaic +mala +eastenders +inference +messengers +bf +##qu +407 +bathrooms +##vere +1658 +flashbacks +ideally +misunderstood +##jali +##weather +mendez +##grounds +505 +uncanny +##iii +1709 +friendships +##nbc +sacrament +accommodated +reiterated +logistical +pebbles +thumped +##escence +administering +decrees +drafts +##flight +##cased +##tula +futuristic +picket +intimidation +winthrop +##fahan +interfered +339 +afar +francoise +morally +uta +cochin +croft +dwarfs +##bruck +##dents +##nami +biker +##hner +##meral +nano +##isen +##ometric +##pres +##ан +brightened +meek +parcels +securely +gunners +##jhl +##zko +agile +hysteria +##lten +##rcus +bukit +champs +chevy +cuckoo +leith +sadler +theologians +welded +##section +1663 +jj +plurality +xander +##rooms +##formed +shredded +temps +intimately +pau +tormented +##lok +##stellar +1618 +charred +ems +essen +##mmel +alarms +spraying +ascot +blooms +twinkle +##abia +##apes +internment +obsidian +##chaft +snoop +##dav +##ooping +malibu +##tension +quiver +##itia +hays +mcintosh +travers +walsall +##ffie +1623 +beverley +schwarz +plunging +structurally +m3 +rosenthal +vikram +##tsk +770 +ghz +##onda +##tiv +chalmers +groningen +pew +reckon +unicef +##rvis +55th +##gni +1651 +sulawesi +avila +cai +metaphysical +screwing +turbulence +##mberg +augusto +samba +56th +baffled +momentary +toxin +##urian +##wani +aachen +condoms +dali +steppe +##3d +##app +##oed +##year +adolescence +dauphin +electrically +inaccessible +microscopy +nikita +##ega +atv +##cel +##enter +##oles +##oteric +##ы +accountants +punishments +wrongly +bribes +adventurous +clinch +flinders +southland +##hem +##kata +gough +##ciency +lads +soared +##ה +undergoes +deformation +outlawed +rubbish +##arus +##mussen +##nidae +##rzburg +arcs +##ingdon +##tituted +1695 +wheelbase +wheeling +bombardier +campground +zebra +##lices +##oj +##bain +lullaby +##ecure +donetsk +wylie +grenada +##arding +##ης +squinting +eireann +opposes +##andra +maximal +runes +##broken +##cuting +##iface +##ror +##rosis +additive +britney +adultery +triggering +##drome +detrimental +aarhus +containment +jc +swapped +vichy +##ioms +madly +##oric +##rag +brant +##ckey +##trix +1560 +1612 +broughton +rustling +##stems +##uder +asbestos +mentoring +##nivorous +finley +leaps +##isan +apical +pry +slits +substitutes +##dict +intuitive +fantasia +insistent +unreasonable +##igen +##vna +domed +hannover +margot +ponder +##zziness +impromptu +jian +lc +rampage +stemming +##eft +andrey +gerais +whichever +amnesia +appropriated +anzac +clicks +modifying +ultimatum +cambrian +maids +verve +yellowstone +##mbs +conservatoire +##scribe +adherence +dinners +spectra +imperfect +mysteriously +sidekick +tatar +tuba +##aks +##ifolia +distrust +##athan +##zle +c2 +ronin +zac +##pse +celaena +instrumentalist +scents +skopje +##mbling +comical +compensated +vidal +condor +intersect +jingle +wavelengths +##urrent +mcqueen +##izzly +carp +weasel +422 +kanye +militias +postdoctoral +eugen +gunslinger +##ɛ +faux +hospice +##for +appalled +derivation +dwarves +##elis +dilapidated +##folk +astoria +philology +##lwyn +##otho +##saka +inducing +philanthropy +##bf +##itative +geek +markedly +sql +##yce +bessie +indices +rn +##flict +495 +frowns +resolving +weightlifting +tugs +cleric +contentious +1653 +mania +rms +##miya +##reate +##ruck +##tucket +bien +eels +marek +##ayton +##cence +discreet +unofficially +##ife +leaks +##bber +1705 +332 +dung +compressor +hillsborough +pandit +shillings +distal +##skin +381 +##tat +##you +nosed +##nir +mangrove +undeveloped +##idia +textures +##inho +##500 +##rise +ae +irritating +nay +amazingly +bancroft +apologetic +compassionate +kata +symphonies +##lovic +airspace +##lch +930 +gifford +precautions +fulfillment +sevilla +vulgar +martinique +##urities +looting +piccolo +tidy +##dermott +quadrant +armchair +incomes +mathematicians +stampede +nilsson +##inking +##scan +foo +quarterfinal +##ostal +shang +shouldered +squirrels +##owe +344 +vinegar +##bner +##rchy +##systems +delaying +##trics +ars +dwyer +rhapsody +sponsoring +##gration +bipolar +cinder +starters +##olio +##urst +421 +signage +##nty +aground +figurative +mons +acquaintances +duets +erroneously +soyuz +elliptic +recreated +##cultural +##quette +##ssed +##tma +##zcz +moderator +scares +##itaire +##stones +##udence +juniper +sighting +##just +##nsen +britten +calabria +ry +bop +cramer +forsyth +stillness +##л +airmen +gathers +unfit +##umber +##upt +taunting +##rip +seeker +streamlined +##bution +holster +schumann +tread +vox +##gano +##onzo +strive +dil +reforming +covent +newbury +predicting +##orro +decorate +tre +##puted +andover +ie +asahi +dept +dunkirk +gills +##tori +buren +huskies +##stis +##stov +abstracts +bets +loosen +##opa +1682 +yearning +##glio +##sir +berman +effortlessly +enamel +napoli +persist +##peration +##uez +attache +elisa +b1 +invitations +##kic +accelerating +reindeer +boardwalk +clutches +nelly +polka +starbucks +##kei +adamant +huey +lough +unbroken +adventurer +embroidery +inspecting +stanza +##ducted +naia +taluka +##pone +##roids +chases +deprivation +florian +##jing +##ppet +earthly +##lib +##ssee +colossal +foreigner +vet +freaks +patrice +rosewood +triassic +upstate +##pkins +dominates +ata +chants +ks +vo +##400 +##bley +##raya +##rmed +555 +agra +infiltrate +##ailing +##ilation +##tzer +##uppe +##werk +binoculars +enthusiast +fujian +squeak +##avs +abolitionist +almeida +boredom +hampstead +marsden +rations +##ands +inflated +334 +bonuses +rosalie +patna +##rco +329 +detachments +penitentiary +54th +flourishing +woolf +##dion +##etched +papyrus +##lster +##nsor +##toy +bobbed +dismounted +endelle +inhuman +motorola +tbs +wince +wreath +##ticus +hideout +inspections +sanjay +disgrace +infused +pudding +stalks +##urbed +arsenic +leases +##hyl +##rrard +collarbone +##waite +##wil +dowry +##bant +##edance +genealogical +nitrate +salamanca +scandals +thyroid +necessitated +##! +##" +### +##$ +##% +##& +##' +##( +##) +##* +##+ +##, +##- +##. +##/ +##: +##; +##< +##= +##> +##? +##@ +##[ +##\ +##] +##^ +##_ +##` +##{ +##| +##} +##~ +##¡ +##¢ +##£ +##¤ +##¥ +##¦ +##§ +##¨ +##© +##ª +##« +##¬ +##® +##± +##´ +##µ +##¶ +##· +##º +##» +##¼ +##¾ +##¿ +##æ +##ð +##÷ +##þ +##đ +##ħ +##ŋ +##œ +##ƒ +##ɐ +##ɑ +##ɒ +##ɔ +##ɕ +##ə +##ɡ +##ɣ +##ɨ +##ɪ +##ɫ +##ɬ +##ɯ +##ɲ +##ɴ +##ɹ +##ɾ +##ʀ +##ʁ +##ʂ +##ʃ +##ʉ +##ʊ +##ʋ +##ʌ +##ʎ +##ʐ +##ʑ +##ʒ +##ʔ +##ʰ +##ʲ +##ʳ +##ʷ +##ʸ +##ʻ +##ʼ +##ʾ +##ʿ +##ˈ +##ˡ +##ˢ +##ˣ +##ˤ +##β +##γ +##δ +##ε +##ζ +##θ +##κ +##λ +##μ +##ξ +##ο +##π +##ρ +##σ +##τ +##υ +##φ +##χ +##ψ +##ω +##б +##г +##д +##ж +##з +##м +##п +##с +##у +##ф +##х +##ц +##ч +##ш +##щ +##ъ +##э +##ю +##ђ +##є +##і +##ј +##љ +##њ +##ћ +##ӏ +##ա +##բ +##գ +##դ +##ե +##թ +##ի +##լ +##կ +##հ +##մ +##յ +##ն +##ո +##պ +##ս +##վ +##տ +##ր +##ւ +##ք +##־ +##א +##ב +##ג +##ד +##ו +##ז +##ח +##ט +##י +##ך +##כ +##ל +##ם +##מ +##ן +##נ +##ס +##ע +##ף +##פ +##ץ +##צ +##ק +##ר +##ש +##ת +##، +##ء +##ب +##ت +##ث +##ج +##ح +##خ +##ذ +##ز +##س +##ش +##ص +##ض +##ط +##ظ +##ع +##غ +##ـ +##ف +##ق +##ك +##و +##ى +##ٹ +##پ +##چ +##ک +##گ +##ں +##ھ +##ہ +##ے +##अ +##आ +##उ +##ए +##क +##ख +##ग +##च +##ज +##ट +##ड +##ण +##त +##थ +##द +##ध +##न +##प +##ब +##भ +##म +##य +##र +##ल +##व +##श +##ष +##स +##ह +##ा +##ि +##ी +##ो +##। +##॥ +##ং +##অ +##আ +##ই +##উ +##এ +##ও +##ক +##খ +##গ +##চ +##ছ +##জ +##ট +##ড +##ণ +##ত +##থ +##দ +##ধ +##ন +##প +##ব +##ভ +##ম +##য +##র +##ল +##শ +##ষ +##স +##হ +##া +##ি +##ী +##ে +##க +##ச +##ட +##த +##ந +##ன +##ப +##ம +##ய +##ர +##ல +##ள +##வ +##ா +##ி +##ு +##ே +##ை +##ನ +##ರ +##ಾ +##ක +##ය +##ර +##ල +##ව +##ා +##ก +##ง +##ต +##ท +##น +##พ +##ม +##ย +##ร +##ล +##ว +##ส +##อ +##า +##เ +##་ +##། +##ག +##ང +##ད +##ན +##པ +##བ +##མ +##འ +##ར +##ལ +##ས +##မ +##ა +##ბ +##გ +##დ +##ე +##ვ +##თ +##ი +##კ +##ლ +##მ +##ნ +##ო +##რ +##ს +##ტ +##უ +##ᄀ +##ᄂ +##ᄃ +##ᄅ +##ᄆ +##ᄇ +##ᄉ +##ᄊ +##ᄋ +##ᄌ +##ᄎ +##ᄏ +##ᄐ +##ᄑ +##ᄒ +##ᅡ +##ᅢ +##ᅥ +##ᅦ +##ᅧ +##ᅩ +##ᅪ +##ᅭ +##ᅮ +##ᅯ +##ᅲ +##ᅳ +##ᅴ +##ᅵ +##ᆨ +##ᆫ +##ᆯ +##ᆷ +##ᆸ +##ᆼ +##ᴬ +##ᴮ +##ᴰ +##ᴵ +##ᴺ +##ᵀ +##ᵃ +##ᵇ +##ᵈ +##ᵉ +##ᵍ +##ᵏ +##ᵐ +##ᵒ +##ᵖ +##ᵗ +##ᵘ +##ᵣ +##ᵤ +##ᵥ +##ᶜ +##ᶠ +##‐ +##‑ +##‒ +##– +##— +##― +##‖ +##‘ +##’ +##‚ +##“ +##” +##„ +##† +##‡ +##• +##… +##‰ +##′ +##″ +##› +##‿ +##⁄ +##⁰ +##ⁱ +##⁴ +##⁵ +##⁶ +##⁷ +##⁸ +##⁹ +##⁻ +##ⁿ +##₅ +##₆ +##₇ +##₈ +##₉ +##₊ +##₍ +##₎ +##ₐ +##ₑ +##ₒ +##ₓ +##ₕ +##ₖ +##ₗ +##ₘ +##ₚ +##ₛ +##ₜ +##₤ +##₩ +##€ +##₱ +##₹ +##ℓ +##№ +##ℝ +##™ +##⅓ +##⅔ +##← +##↑ +##→ +##↓ +##↔ +##↦ +##⇄ +##⇌ +##⇒ +##∂ +##∅ +##∆ +##∇ +##∈ +##∗ +##∘ +##√ +##∞ +##∧ +##∨ +##∩ +##∪ +##≈ +##≡ +##≤ +##≥ +##⊂ +##⊆ +##⊕ +##⊗ +##⋅ +##─ +##│ +##■ +##▪ +##● +##★ +##☆ +##☉ +##♠ +##♣ +##♥ +##♦ +##♯ +##⟨ +##⟩ +##ⱼ +##⺩ +##⺼ +##⽥ +##、 +##。 +##〈 +##〉 +##《 +##》 +##「 +##」 +##『 +##』 +##〜 +##あ +##い +##う +##え +##お +##か +##き +##く +##け +##こ +##さ +##し +##す +##せ +##そ +##た +##ち +##っ +##つ +##て +##と +##な +##に +##ぬ +##ね +##の +##は +##ひ +##ふ +##へ +##ほ +##ま +##み +##む +##め +##も +##や +##ゆ +##よ +##ら +##り +##る +##れ +##ろ +##を +##ん +##ァ +##ア +##ィ +##イ +##ウ +##ェ +##エ +##オ +##カ +##キ +##ク +##ケ +##コ +##サ +##シ +##ス +##セ +##タ +##チ +##ッ +##ツ +##テ +##ト +##ナ +##ニ +##ノ +##ハ +##ヒ +##フ +##ヘ +##ホ +##マ +##ミ +##ム +##メ +##モ +##ャ +##ュ +##ョ +##ラ +##リ +##ル +##レ +##ロ +##ワ +##ン +##・ +##ー +##一 +##三 +##上 +##下 +##不 +##世 +##中 +##主 +##久 +##之 +##也 +##事 +##二 +##五 +##井 +##京 +##人 +##亻 +##仁 +##介 +##代 +##仮 +##伊 +##会 +##佐 +##侍 +##保 +##信 +##健 +##元 +##光 +##八 +##公 +##内 +##出 +##分 +##前 +##劉 +##力 +##加 +##勝 +##北 +##区 +##十 +##千 +##南 +##博 +##原 +##口 +##古 +##史 +##司 +##合 +##吉 +##同 +##名 +##和 +##囗 +##四 +##国 +##國 +##土 +##地 +##坂 +##城 +##堂 +##場 +##士 +##夏 +##外 +##大 +##天 +##太 +##夫 +##奈 +##女 +##子 +##学 +##宀 +##宇 +##安 +##宗 +##定 +##宣 +##宮 +##家 +##宿 +##寺 +##將 +##小 +##尚 +##山 +##岡 +##島 +##崎 +##川 +##州 +##巿 +##帝 +##平 +##年 +##幸 +##广 +##弘 +##張 +##彳 +##後 +##御 +##德 +##心 +##忄 +##志 +##忠 +##愛 +##成 +##我 +##戦 +##戸 +##手 +##扌 +##政 +##文 +##新 +##方 +##日 +##明 +##星 +##春 +##昭 +##智 +##曲 +##書 +##月 +##有 +##朝 +##木 +##本 +##李 +##村 +##東 +##松 +##林 +##森 +##楊 +##樹 +##橋 +##歌 +##止 +##正 +##武 +##比 +##氏 +##民 +##水 +##氵 +##氷 +##永 +##江 +##沢 +##河 +##治 +##法 +##海 +##清 +##漢 +##瀬 +##火 +##版 +##犬 +##王 +##生 +##田 +##男 +##疒 +##発 +##白 +##的 +##皇 +##目 +##相 +##省 +##真 +##石 +##示 +##社 +##神 +##福 +##禾 +##秀 +##秋 +##空 +##立 +##章 +##竹 +##糹 +##美 +##義 +##耳 +##良 +##艹 +##花 +##英 +##華 +##葉 +##藤 +##行 +##街 +##西 +##見 +##訁 +##語 +##谷 +##貝 +##貴 +##車 +##軍 +##辶 +##道 +##郎 +##郡 +##部 +##都 +##里 +##野 +##金 +##鈴 +##镇 +##長 +##門 +##間 +##阝 +##阿 +##陳 +##陽 +##雄 +##青 +##面 +##風 +##食 +##香 +##馬 +##高 +##龍 +##龸 +##fi +##fl +##! +##( +##) +##, +##- +##. +##/ +##: +##? +##~ diff --git a/huggingface/xet/logs/xet_20260512T233004876-0700_6428.log b/huggingface/xet/logs/xet_20260512T233004876-0700_6428.log new file mode 100644 index 0000000000000000000000000000000000000000..565a6de82905cbc2c91ce834ff28839f67557e61 --- /dev/null +++ b/huggingface/xet/logs/xet_20260512T233004876-0700_6428.log @@ -0,0 +1,344 @@ +{"timestamp":"2026-05-13T06:30:04.879030Z","level":"INFO","fields":{"message":"python/3.11.15; huggingface_hub/1.14.0; hf_xet/1.5.0; , xet-core revision 6ed5a00-modified"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\logging\\init.rs","line_number":65} +{"timestamp":"2026-05-13T06:30:04.879067Z","level":"INFO","fields":{"message":"hf_xet logging configured."},"filename":"src\\logging.rs","line_number":36} +{"timestamp":"2026-05-13T06:30:05.140474Z","level":"INFO","fields":{"message":"Config: min_spacing_between_global_dedup_queries = 256 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140491Z","level":"INFO","fields":{"message":"Config: local_cas_scheme = \"local://\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140518Z","level":"INFO","fields":{"message":"Config: max_concurrent_file_ingestion = 8 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140521Z","level":"INFO","fields":{"message":"Config: max_concurrent_file_downloads = 8 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140525Z","level":"INFO","fields":{"message":"Config: ingestion_block_size = 8MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140529Z","level":"INFO","fields":{"message":"Config: progress_update_interval = 200ms (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140535Z","level":"INFO","fields":{"message":"Config: progress_update_speed_sampling_window = 10s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140538Z","level":"INFO","fields":{"message":"Config: progress_update_speed_min_observations = 4 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140541Z","level":"INFO","fields":{"message":"Config: session_xorb_metadata_flush_interval = 20s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140545Z","level":"INFO","fields":{"message":"Config: session_xorb_metadata_flush_max_count = 64 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140547Z","level":"INFO","fields":{"message":"Config: default_cas_endpoint = \"http://localhost:8080\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140551Z","level":"INFO","fields":{"message":"Config: aggregate_progress = true (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140553Z","level":"INFO","fields":{"message":"Config: default_prefix = \"default\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140556Z","level":"INFO","fields":{"message":"Config: staging_subdir = \"staging\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140559Z","level":"INFO","fields":{"message":"Config: target_size = 67108864 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140562Z","level":"INFO","fields":{"message":"Config: max_target_size = 67108864 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140565Z","level":"INFO","fields":{"message":"Config: cache_size_limit = 16GB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140569Z","level":"INFO","fields":{"message":"Config: chunk_index_table_max_size = 67108864 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140572Z","level":"INFO","fields":{"message":"Config: cache_subdir = \"shard-cache\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140575Z","level":"INFO","fields":{"message":"Config: nranges_in_streaming_fragmentation_estimator = 128 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140578Z","level":"INFO","fields":{"message":"Config: min_n_chunks_per_range_hysteresis_factor = 0.5 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140589Z","level":"INFO","fields":{"message":"Config: min_n_chunks_per_range = 8.0 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140593Z","level":"INFO","fields":{"message":"Config: global_dedup_query_enabled = true (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140595Z","level":"INFO","fields":{"message":"Config: size_bytes = 0 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140598Z","level":"INFO","fields":{"message":"Config: retry_max_attempts = 5 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140600Z","level":"INFO","fields":{"message":"Config: retry_base_delay = 3s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140603Z","level":"INFO","fields":{"message":"Config: retry_max_duration = 360s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140606Z","level":"INFO","fields":{"message":"Config: idle_connection_timeout = 60s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140608Z","level":"INFO","fields":{"message":"Config: max_idle_connections = 16 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140611Z","level":"INFO","fields":{"message":"Config: connect_timeout = 60s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140613Z","level":"INFO","fields":{"message":"Config: read_timeout = 120s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140616Z","level":"INFO","fields":{"message":"Config: upload_reporting_block_size = 524288 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140619Z","level":"INFO","fields":{"message":"Config: enable_adaptive_concurrency = true (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140621Z","level":"INFO","fields":{"message":"Config: ac_min_adjustment_window_ms = 500 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140624Z","level":"INFO","fields":{"message":"Config: ac_min_bytes_required_for_adjustment = 20MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140627Z","level":"INFO","fields":{"message":"Config: ac_num_transmissions_required_for_adjustment = 1 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140629Z","level":"INFO","fields":{"message":"Config: ac_latency_rtt_half_life = 64.0 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140632Z","level":"INFO","fields":{"message":"Config: ac_success_tracking_half_life = 8.0 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140635Z","level":"INFO","fields":{"message":"Config: ac_target_rtt = 60s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140637Z","level":"INFO","fields":{"message":"Config: ac_max_healthy_rtt = 90s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140640Z","level":"INFO","fields":{"message":"Config: ac_rtt_success_max_quantile = 0.95 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140643Z","level":"INFO","fields":{"message":"Config: ac_healthy_success_ratio_threshold = 0.8 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140646Z","level":"INFO","fields":{"message":"Config: ac_unhealthy_success_ratio_threshold = 0.5 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140648Z","level":"INFO","fields":{"message":"Config: ac_max_reference_transmission_size = 64MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140651Z","level":"INFO","fields":{"message":"Config: ac_min_reference_transmission_size = 1MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140654Z","level":"INFO","fields":{"message":"Config: ac_logging_interval_ms = 10000 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140657Z","level":"INFO","fields":{"message":"Config: ac_max_upload_concurrency = 64 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140660Z","level":"INFO","fields":{"message":"Config: ac_min_upload_concurrency = 1 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140663Z","level":"INFO","fields":{"message":"Config: ac_initial_upload_concurrency = 2 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140666Z","level":"INFO","fields":{"message":"Config: ac_max_download_concurrency = 64 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140669Z","level":"INFO","fields":{"message":"Config: ac_min_download_concurrency = 1 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140672Z","level":"INFO","fields":{"message":"Config: ac_initial_download_concurrency = 4 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140674Z","level":"INFO","fields":{"message":"Config: unix_socket_path = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140677Z","level":"INFO","fields":{"message":"Config: reconstruction_api_version = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140682Z","level":"INFO","fields":{"message":"Config: enable_multirange_fetching = false (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140685Z","level":"INFO","fields":{"message":"Config: dest = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140687Z","level":"INFO","fields":{"message":"Config: format = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140689Z","level":"INFO","fields":{"message":"Config: prefix = \"xet\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140692Z","level":"INFO","fields":{"message":"Config: dir_disable_cleanup = false (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140695Z","level":"INFO","fields":{"message":"Config: dir_max_size = 250MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140697Z","level":"INFO","fields":{"message":"Config: dir_min_deletion_age = 86400s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140699Z","level":"INFO","fields":{"message":"Config: dir_max_retention_age = 1209600s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140702Z","level":"INFO","fields":{"message":"Config: min_reconstruction_fetch_size = 256MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140705Z","level":"INFO","fields":{"message":"Config: max_reconstruction_fetch_size = 8GB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140708Z","level":"INFO","fields":{"message":"Config: download_buffer_size = 2GB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140710Z","level":"INFO","fields":{"message":"Config: download_buffer_perfile_size = 512MB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140713Z","level":"INFO","fields":{"message":"Config: download_buffer_limit = 8GB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140716Z","level":"INFO","fields":{"message":"Config: completion_rate_estimator_half_life = 4.0 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140718Z","level":"INFO","fields":{"message":"Config: target_block_completion_time = 900s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140721Z","level":"INFO","fields":{"message":"Config: min_prefetch_buffer = 1GB (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140723Z","level":"INFO","fields":{"message":"Config: use_vectored_write = true (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140727Z","level":"INFO","fields":{"message":"Config: compression_scheme_retest_interval = 32 (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140732Z","level":"INFO","fields":{"message":"Config: compression_policy = \"auto\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\config_enum.rs","line_number":174} +{"timestamp":"2026-05-13T06:30:05.140735Z","level":"INFO","fields":{"message":"Config: simulation_max_bytes = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140738Z","level":"INFO","fields":{"message":"Config: simulation_max_chunks = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140740Z","level":"INFO","fields":{"message":"Config: dir_name = \"shard-session\" (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140743Z","level":"INFO","fields":{"message":"Config: enabled = false (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140745Z","level":"INFO","fields":{"message":"Config: sample_interval = 5s (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140748Z","level":"INFO","fields":{"message":"Config: log_path = None (default)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\utils\\configuration_utils.rs","line_number":53} +{"timestamp":"2026-05-13T06:30:05.140771Z","level":"INFO","fields":{"message":"Using 8 async threads for tokio runtime"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\core\\runtime.rs","line_number":70} +{"timestamp":"2026-05-13T06:30:05.145718Z","level":"INFO","fields":{"message":"TranslatorConfig initialized","endpoint":"https://cas-server.xethub.hf.co","session_id":"Some(\"019e2007-3a59-7ab1-9e3f-02d4cceed6a2\")","shard_cache":"D:\\code\\apps\\devtools\\huggingface\\xet\\https___cas_serv-tGqkUaZf_CBPHQ6h\\shard-cache","shard_session":"D:\\code\\apps\\devtools\\huggingface\\xet\\https___cas_serv-tGqkUaZf_CBPHQ6h\\staging\\shard-session"},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\processing\\configurations.rs","line_number":115,"span":{"num_files":1,"name":"data_client::download"},"spans":[{"num_files":1,"name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146100Z","level":"INFO","fields":{"message":"HTTP client configured","idle_timeout":"60s","max_idle_connections":16,"custom_headers":"Some({\"user-agent\": \"unknown/None; hf_hub/1.14.0; python/3.11.15; torch/2.6.0+cu124; agent/antigravity; transformers/5.8.1; session_id/58cb9578fa2b40538f394f81bd296770; file_type/model; framework/pytorch; from_auto_class/True; hf_xet/1.5.0\"})"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":187,"span":{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"},"spans":[{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146140Z","level":"INFO","fields":{"message":"CAS auth disabled","caller":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs:166"},"filename":"D:\\a\\xet-core\\xet-core\\xet_runtime\\src\\error_printer\\mod.rs","line_number":198,"span":{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"},"spans":[{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146150Z","level":"INFO","fields":{"message":"HTTP client configured","idle_timeout":"60s","max_idle_connections":16,"custom_headers":"Some({\"user-agent\": \"unknown/None; hf_hub/1.14.0; python/3.11.15; torch/2.6.0+cu124; agent/antigravity; transformers/5.8.1; session_id/58cb9578fa2b40538f394f81bd296770; file_type/model; framework/pytorch; from_auto_class/True; hf_xet/1.5.0\"})"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":187,"span":{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"},"spans":[{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146191Z","level":"INFO","fields":{"message":"No-read-timeout HTTP client configured (for shard uploads)","connect_timeout":"60s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":136,"span":{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"},"spans":[{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146199Z","level":"INFO","fields":{"message":"Initializing Adaptive Concurrency Controller for upload with starting concurrency = 2; min = 1, max = 64, min_bytes_for_adjustment = 20000000, min_completed_transmissions_for_adjustment = 1"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":301,"span":{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"},"spans":[{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146210Z","level":"INFO","fields":{"message":"Initializing Adaptive Concurrency Controller for download with starting concurrency = 4; min = 1, max = 64, min_bytes_for_adjustment = 20000000, min_completed_transmissions_for_adjustment = 1"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":301,"span":{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"},"spans":[{"num_files":1,"session_id":"019e2007-3a59-7ab1-9e3f-02d4cceed6a2","name":"data_client::download"}]} +{"timestamp":"2026-05-13T06:30:05.146354Z","level":"INFO","fields":{"message":"Reconstructing file to disk","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","byte_range":"None","path":"D:\\code\\apps\\devtools\\huggingface\\hub\\models--sentence-transformers--all-MiniLM-L6-v2\\blobs\\53aa51172d142c89d9012cce15ae4d6cc0ca6895895114379cacb4fab128d9db.incomplete","write_offset":"None"},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\file_reconstructor.rs","line_number":121} +{"timestamp":"2026-05-13T06:30:05.146693Z","level":"INFO","fields":{"message":"Scheduling prefetch block","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","prefetch_range":"(0, 256000000)","requested_block_size":256000000,"actual_block_size":256000000,"queue_depth":1},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\reconstruction_terms\\manager.rs","line_number":272} +{"timestamp":"2026-05-13T06:30:05.146731Z","level":"INFO","fields":{"message":"Scheduling prefetch block","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","prefetch_range":"(256000000, 768000000)","requested_block_size":512000000,"actual_block_size":512000000,"queue_depth":2},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\reconstruction_terms\\manager.rs","line_number":272} +{"timestamp":"2026-05-13T06:30:05.146752Z","level":"INFO","fields":{"message":"Scheduling prefetch block","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","prefetch_range":"(768000000, 1024000000)","requested_block_size":256000000,"actual_block_size":256000000,"queue_depth":3},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\reconstruction_terms\\manager.rs","line_number":272} +{"timestamp":"2026-05-13T06:30:05.146845Z","level":"INFO","fields":{"message":"Starting get_reconstruction API call","call_id":2,"file_id":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","bytes_range":"Some(Range { start: 0, end: 256000000 })","api_version":"v2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\remote_client.rs","line_number":208} +{"timestamp":"2026-05-13T06:30:05.146842Z","level":"INFO","fields":{"message":"Starting get_reconstruction API call","call_id":3,"file_id":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","bytes_range":"Some(Range { start: 256000000, end: 768000000 })","api_version":"v2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\remote_client.rs","line_number":208} +{"timestamp":"2026-05-13T06:30:05.146844Z","level":"INFO","fields":{"message":"Starting get_reconstruction API call","call_id":1,"file_id":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","bytes_range":"Some(Range { start: 768000000, end: 1024000000 })","api_version":"v2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\remote_client.rs","line_number":208} +{"timestamp":"2026-05-13T06:30:05.146896Z","level":"INFO","fields":{"message":"Retry strategy","max_attempts":5,"base_delay":"3s","no_retry_on_429":false},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":235} +{"timestamp":"2026-05-13T06:30:05.146894Z","level":"INFO","fields":{"message":"Retry strategy","max_attempts":5,"base_delay":"3s","no_retry_on_429":false},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":235} +{"timestamp":"2026-05-13T06:30:05.146895Z","level":"INFO","fields":{"message":"Retry strategy","max_attempts":5,"base_delay":"3s","no_retry_on_429":false},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":235} +{"timestamp":"2026-05-13T06:30:06.443157Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"01KRG0EH588D90XFMGQ9T8BNVB","status_code":416},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:06.443267Z","level":"INFO","fields":{"message":"Reached end of reconstruction 416 (Range Not Satisfiable): \"cas::get_reconstruction_v2\" api call failed (request id 01KRG0EH588D90XFMGQ9T8BNVB): HTTP status client error (416 Range Not Satisfiable) for url (https://cas-server.xethub.hf.co/v2/reconstructions/789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":151} +{"timestamp":"2026-05-13T06:30:06.463053Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"01KRG0EH5WDT1NJT6H0Z6GJJX4","status_code":416},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:06.463076Z","level":"INFO","fields":{"message":"Reached end of reconstruction 416 (Range Not Satisfiable): \"cas::get_reconstruction_v2\" api call failed (request id 01KRG0EH5WDT1NJT6H0Z6GJJX4): HTTP status client error (416 Range Not Satisfiable) for url (https://cas-server.xethub.hf.co/v2/reconstructions/789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":151} +{"timestamp":"2026-05-13T06:30:06.481230Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"01KRG0EH5X93Y25AJW9EHGPRNN","status_code":200},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:06.481270Z","level":"INFO","fields":{"message":"Request Success: cas::get_reconstruction_v2 api call succeeded (request id 01KRG0EH5X93Y25AJW9EHGPRNN)."},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":196} +{"timestamp":"2026-05-13T06:30:06.481348Z","level":"INFO","fields":{"message":"Completed get_reconstruction API call","call_id":2,"file_id":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","bytes_range":"Some(Range { start: 0, end: 256000000 })","api_version":"v2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\remote_client.rs","line_number":232} +{"timestamp":"2026-05-13T06:30:06.481579Z","level":"INFO","fields":{"message":"Received block of file terms from prefetch queue","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","domain":"us.aws.cdn.hf.co","block_start":0,"block_end":90868376,"block_size":4},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\reconstruction_terms\\manager.rs","line_number":151} +{"timestamp":"2026-05-13T06:30:06.481636Z","level":"INFO","fields":{"message":"Updated completion rate estimate based on previous block completion time (seconds).","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","block_start":0,"block_end":90868376,"block_size":90868376,"completion_time":0.0000567},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\reconstruction_terms\\manager.rs","line_number":104} +{"timestamp":"2026-05-13T06:30:06.481690Z","level":"INFO","fields":{"message":"Completed prefetch queue; end of file reached.","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","prefetched_byte_position":1024000000},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\reconstruction_terms\\manager.rs","line_number":178} +{"timestamp":"2026-05-13T06:30:06.481705Z","level":"INFO","fields":{"message":"All term blocks received and scheduled for writing","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","block_count":1,"total_terms_processed":4,"total_bytes_scheduled":90868376},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\run_state.rs","line_number":150} +{"timestamp":"2026-05-13T06:30:06.481810Z","level":"INFO","fields":{"message":"Retry strategy","max_attempts":5,"base_delay":"3s","no_retry_on_429":false},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":235} +{"timestamp":"2026-05-13T06:30:06.481806Z","level":"INFO","fields":{"message":"Retry strategy","max_attempts":5,"base_delay":"3s","no_retry_on_429":false},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":235} +{"timestamp":"2026-05-13T06:30:06.481817Z","level":"INFO","fields":{"message":"Retry strategy","max_attempts":5,"base_delay":"3s","no_retry_on_429":false},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":235} +{"timestamp":"2026-05-13T06:30:06.958501Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"","status_code":206},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:06.958540Z","level":"INFO","fields":{"message":"Request Success: s3::get_range api call succeeded (request id )."},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":196} +{"timestamp":"2026-05-13T06:30:12.487283Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"","status_code":503},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:12.487302Z","level":"INFO","fields":{"message":"Retryable Error: \"s3::get_range\" api call failed (request id ): HTTP status server error (503 Service Unavailable) for url (https://us.aws.cdn.hf.co/xorbs/default/787539020fc3ca15e7b9e36d7c6817abb72126f4c290e3388cd029e9e69d9f08?user_id=public&repo_id=621ffdc136468d709f180294&X-Xet-Session-Id=019e2007-3a59-7ab1-9e3f-02d4cceed6a2&Expires=1778657407&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly91cy5hd3MuY2RuLmhmLmNvL3hvcmJzL2RlZmF1bHQvNzg3NTM5MDIwZmMzY2ExNWU3YjllMzZkN2M2ODE3YWJiNzIxMjZmNGMyOTBlMzM4OGNkMDI5ZTllNjlkOWYwOFxcP3VzZXJfaWQ9cHVibGljJnJlcG9faWQ9NjIxZmZkYzEzNjQ2OGQ3MDlmMTgwMjk0JlgtWGV0LVNlc3Npb24tSWQ9MDE5ZTIwMDctM2E1OS03YWIxLTllM2YtMDJkNGNjZWVkNmEyIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJFcG9jaFRpbWUiOjE3Nzg2NTc0MDd9LCJCeXRlUmFuZ2UiOnsiRXhwZWN0ZWRIZWFkZXIiOiJieXRlcz0wLTYyNDk4NjE0In19fV19&Signature=MEUCIB6YTajGVr5Mw0gX3cLJYwUWzOExBm788oDZNyZT%7EyYnAiEAiwjT91kZrUeCaWAQlEyDo7qnVcjI6qoeAwKU%7ElzCvd0_&Key-Pair-Id=01KAYHXK2CBJSW0YZTMNXK9W1M)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":151} +{"timestamp":"2026-05-13T06:30:12.515223Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"01KRG0EQ4EK5ZZM4XRE3EPV6QG","status_code":206},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:12.515240Z","level":"INFO","fields":{"message":"Request Success: s3::get_range api call succeeded (request id 01KRG0EQ4EK5ZZM4XRE3EPV6QG)."},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":196} +{"timestamp":"2026-05-13T06:30:15.276405Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 10485760000000; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 1129727; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:30:18.792713Z","level":"INFO","fields":{"message":"Received CAS response","request_id":"01KRG0EX8K8H949GHQ2658WPM4","status_code":206},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\common\\http_client.rs","line_number":288} +{"timestamp":"2026-05-13T06:30:18.792746Z","level":"INFO","fields":{"message":"Request Success: s3::get_range api call succeeded (request id 01KRG0EX8K8H949GHQ2658WPM4, retry 1)."},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\retry_wrapper.rs","line_number":196} +{"timestamp":"2026-05-13T06:30:25.423315Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 314738; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 5725831; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:30:35.519523Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 403582; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 11247239; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:30:45.616317Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 440103; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 16719495; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:30:55.721868Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 451931; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 22273671; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:05.803535Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 441169; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 27713159; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:15.882160Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 398089; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 33463943; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:25.952409Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 334837; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 39247495; completed transmissions = 2"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:36.161175Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 4; predicted bandwidth = 230552; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 44250031; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:43.744511Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 4 to 3; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:44.468248Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 3 to 2; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:45.199043Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 2 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:45.711117Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:46.184426Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 1; predicted bandwidth = 164882; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 47297455; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:46.443663Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:47.180720Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:47.912889Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:48.648645Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:49.171776Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:49.696110Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:50.432661Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:51.167696Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:51.858652Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:52.382176Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:52.899802Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:53.419800Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:54.116383Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:54.641167Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:55.426468Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:56.178436Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:56.498017Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 1; predicted bandwidth = 134315; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 50443183; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:31:56.748649Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:57.492146Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:58.077667Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:58.603999Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:59.250733Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:31:59.994557Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:00.691572Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:01.217988Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:01.742670Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:02.429704Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:03.134039Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:03.658255Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:04.400414Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:05.041446Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:05.790334Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:06.544260Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:06.544328Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 1; predicted bandwidth = 113474; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 53490607; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:32:07.191211Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:07.840386Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:08.793863Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:09.442555Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:10.090320Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:10.793713Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 1 to 2; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 58.21s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:11.475810Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 2 to 3; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 31.37s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:12.184403Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 3 to 4; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.22s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:12.713769Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 4 to 5; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:13.349292Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 5 to 6; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:14.092595Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 6 to 7; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:14.834974Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 7 to 8; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:15.356271Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 8 to 9; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:15.875622Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 9 to 10; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:16.612223Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 10 to 11; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:16.612260Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 11; predicted bandwidth = 96532; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 56472495; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:32:17.306969Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 11 to 12; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:17.829067Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 12 to 13; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:18.350895Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 13 to 14; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:18.936991Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 14 to 15; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:19.441381Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 15 to 16; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:20.136266Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 16 to 17; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:20.657739Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 17 to 18; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:21.180323Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 18 to 19; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:21.875791Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 19 to 20; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:22.395763Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 20 to 21; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:23.126907Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 21 to 22; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:23.646617Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 22 to 23; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:24.167980Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 23 to 24; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:24.866652Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 24 to 25; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:25.386483Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 25 to 26; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:26.124502Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 26 to 27; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:26.790608Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 27 to 28; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:26.790645Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 28; predicted bandwidth = 82633; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 59519919; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:32:27.429747Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 28 to 29; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:28.075760Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 29 to 30; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:28.726062Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 30 to 31; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:29.616546Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 31 to 32; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:30.299693Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 32 to 33; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:30.935646Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 33 to 34; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:31.615178Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 34 to 35; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:32.273403Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 35 to 36; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:32.928487Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 36 to 37; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:33.583683Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 37 to 38; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:34.241171Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 38 to 39; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:34.902402Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 39 to 40; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:35.558746Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 40 to 41; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:36.215401Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 41 to 42; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:36.871917Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 42 to 43; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:36.871967Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 43; predicted bandwidth = 73171; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 62436271; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:32:37.532587Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 43 to 44; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:38.194341Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 44 to 45; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:38.863988Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 45 to 46; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:39.561676Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 46 to 47; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:40.091565Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 47 to 48; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:40.765900Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 48 to 49; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:41.436780Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 49 to 50; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:42.113944Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 50 to 51; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:42.789774Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 51 to 52; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:43.458959Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 52 to 53; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:44.126824Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 53 to 54; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:44.793304Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 54 to 55; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:45.453579Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 55 to 56; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:46.131494Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 56 to 57; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:46.789934Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 57 to 58; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:46.995901Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 58; predicted bandwidth = 71276; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 65303471; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:32:47.429185Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 58 to 59; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:48.109986Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 59 to 60; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:48.764788Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 60 to 61; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:49.424174Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 61 to 62; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:50.078234Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 62 to 63; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:50.769391Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 63 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:51.438574Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:52.111645Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:52.762932Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:53.410718Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:54.055433Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:54.742653Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:55.390545Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:56.101808Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:56.749862Z","level":"INFO","fields":{"message":"Concurrency control for download: Increased concurrency from 64 to 64; reason: success ratio 1.000 is above threshold 0.800 and predicted RTT for 61MB at new concurrency is 0.00s < target 60.0s"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":543} +{"timestamp":"2026-05-13T06:32:57.174748Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 64; predicted bandwidth = 91259; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 68252591; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:32:57.398871Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 64 to 63; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:58.046484Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 63 to 62; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:58.696019Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 62 to 61; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:32:59.410650Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 61 to 60; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:00.064130Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 60 to 59; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:00.715133Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 59 to 58; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:01.363112Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 58 to 57; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:02.013843Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 57 to 56; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:02.660841Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 56 to 55; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:03.408934Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 55 to 54; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:04.096333Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 54 to 53; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:04.742563Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 53 to 52; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:05.428533Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 52 to 51; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:06.088294Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 51 to 50; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:06.721594Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 50 to 49; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:07.376021Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 49 to 48; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:07.376058Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 48; predicted bandwidth = 219870; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 71234479; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:33:08.037658Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 48 to 47; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:08.567188Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 47 to 46; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:09.096591Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 46 to 45; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:09.804272Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 45 to 44; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:10.491608Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 44 to 43; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:11.241584Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 43 to 42; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:11.990732Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 42 to 41; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:12.694026Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 41 to 40; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:13.222545Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 40 to 39; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:13.860840Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 39 to 38; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:14.606118Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 38 to 37; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:15.133431Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 37 to 36; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:15.747143Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 36 to 35; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:16.380222Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 35 to 34; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:17.078656Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 34 to 33; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:17.559136Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 33; predicted bandwidth = 10485760000000; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 74249135; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:33:17.820292Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 33 to 32; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:18.346844Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 32 to 31; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:18.870402Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 31 to 30; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:19.613548Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 30 to 29; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:20.308195Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 29 to 28; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:20.829095Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 28 to 27; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:21.570115Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 27 to 26; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:22.096801Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 26 to 25; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:22.737314Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 25 to 24; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:23.481496Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 24 to 23; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:24.008112Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 23 to 22; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:24.754446Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 22 to 21; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:25.452085Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 21 to 20; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:26.158262Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 20 to 19; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:26.813839Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 19 to 18; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:27.335030Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 18 to 17; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:27.597475Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 17; predicted bandwidth = 10485760000000; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 77247407; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:33:27.860024Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 17 to 16; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:28.602756Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 16 to 15; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:29.349747Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 15 to 14; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:29.990345Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 14 to 13; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:30.736955Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 13 to 12; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:31.481539Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 12 to 11; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:32.225941Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 11 to 10; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:32.748476Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 10 to 9; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:33.272638Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 9 to 8; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:33.962328Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 8 to 7; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:34.485172Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 7 to 6; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:35.228907Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 6 to 5; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:35.750308Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 5 to 4; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:36.488871Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 4 to 3; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:37.229639Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 3 to 2; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:37.714422Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 2; predicted bandwidth = 10485760000000; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 80376751; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:33:37.976121Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 2 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:38.717851Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:39.240755Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:39.761159Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:40.501140Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:41.199761Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:41.719278Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:42.238857Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:42.978032Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:43.497627Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:44.188469Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:44.709290Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:45.446908Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:45.965226Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:46.638971Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:47.163335Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:47.905429Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:47.905465Z","level":"INFO","fields":{"message":"Concurrency control for download: Current concurrency = 1; predicted bandwidth = 10485760000000; success_ratio = 1.000; reference_size = 61.0MB; observed bytes sent so far = 83440559; completed transmissions = 3"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":597} +{"timestamp":"2026-05-13T06:33:48.428148Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:48.951686Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:49.643583Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:50.169298Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:50.901905Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:51.422777Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:52.168237Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:52.870569Z","level":"INFO","fields":{"message":"Concurrency control for download: Decreased concurrency from 1 to 1; reason: success ratio below threshold (connection struggling) (success_ratio = 1.000, threshold = 0.500)"},"filename":"D:\\a\\xet-core\\xet-core\\xet_client\\src\\cas_client\\adaptive_concurrency\\controller.rs","line_number":581} +{"timestamp":"2026-05-13T06:33:53.672405Z","level":"INFO","fields":{"message":"File reconstruction completed successfully","file_hash":"789fdf16a3e59f4fbfb6002967ecee539a198dadb5be74ca549aa7dc9b1b55fb","block_count":1,"total_terms_processed":4,"total_bytes_scheduled":90868376},"filename":"D:\\a\\xet-core\\xet-core\\xet_data\\src\\file_reconstruction\\run_state.rs","line_number":150} diff --git a/java/conf/management/jmxremote.access b/java/conf/management/jmxremote.access new file mode 100644 index 0000000000000000000000000000000000000000..a09e008fe34c565323833e38e21408628e219e20 --- /dev/null +++ b/java/conf/management/jmxremote.access @@ -0,0 +1,79 @@ +###################################################################### +# Default Access Control File for Remote JMX(TM) Monitoring +###################################################################### +# +# Access control file for Remote JMX API access to monitoring. +# This file defines the allowed access for different roles. The +# password file (jmxremote.password by default) defines the roles and their +# passwords. To be functional, a role must have an entry in +# both the password and the access files. +# +# The default location of this file is $JRE/conf/management/jmxremote.access +# You can specify an alternate location by specifying a property in +# the management config file $JRE/conf/management/management.properties +# (See that file for details) +# +# The file format for password and access files is syntactically the same +# as the Properties file format. The syntax is described in the Javadoc +# for java.util.Properties.load. +# A typical access file has multiple lines, where each line is blank, +# a comment (like this one), or an access control entry. +# +# An access control entry consists of a role name, and an +# associated access level. The role name is any string that does not +# itself contain spaces or tabs. It corresponds to an entry in the +# password file (jmxremote.password). The access level is one of the +# following: +# "readonly" grants access to read attributes of MBeans. +# For monitoring, this means that a remote client in this +# role can read measurements but cannot perform any action +# that changes the environment of the running program. +# "readwrite" grants access to read and write attributes of MBeans, +# to invoke operations on them, and optionally +# to create or remove them. This access should be granted +# only to trusted clients, since they can potentially +# interfere with the smooth operation of a running program. +# +# The "readwrite" access level can optionally be followed by the "create" and/or +# "unregister" keywords. The "unregister" keyword grants access to unregister +# (delete) MBeans. The "create" keyword grants access to create MBeans of a +# particular class or of any class matching a particular pattern. Access +# should only be granted to create MBeans of known and trusted classes. +# +# For example, the following entry would grant readwrite access +# to "controlRole", as well as access to create MBeans of the class +# javax.management.monitor.CounterMonitor and to unregister any MBean: +# controlRole readwrite \ +# create javax.management.monitor.CounterMonitorMBean \ +# unregister +# or equivalently: +# controlRole readwrite unregister create javax.management.monitor.CounterMBean +# +# The following entry would grant readwrite access as well as access to create +# MBeans of any class in the packages javax.management.monitor and +# javax.management.timer: +# controlRole readwrite \ +# create javax.management.monitor.*,javax.management.timer.* \ +# unregister +# +# The \ character is defined in the Properties file syntax to allow continuation +# lines as shown here. A * in a class pattern matches a sequence of characters +# other than dot (.), so javax.management.monitor.* matches +# javax.management.monitor.CounterMonitor but not +# javax.management.monitor.foo.Bar. +# +# A given role should have at most one entry in this file. If a role +# has no entry, it has no access. +# If multiple entries are found for the same role name, then the last +# access entry is used. +# +# +# Default access control entries: +# o The "monitorRole" role has readonly access. +# o The "controlRole" role has readwrite access and can create the standard +# Timer and Monitor MBeans defined by the JMX API. + +monitorRole readonly +controlRole readwrite \ + create javax.management.monitor.*,javax.management.timer.* \ + unregister diff --git a/java/conf/management/jmxremote.password.template b/java/conf/management/jmxremote.password.template new file mode 100644 index 0000000000000000000000000000000000000000..c98a0ad253a422f0542cbdf52443a94d96ce1ada --- /dev/null +++ b/java/conf/management/jmxremote.password.template @@ -0,0 +1,115 @@ +# ---------------------------------------------------------------------- +# Template for jmxremote.password +# +# o Copy this template to jmxremote.password +# o Set the user/password entries in jmxremote.password +# o Change the permission of jmxremote.password to be accessible +# only by the owner. +# o The jmxremote.passwords file will be re-written by the server +# to replace all plain text passwords with hashed passwords when +# the file is read by the server. +# + +############################################################## +# Password File for Remote JMX Monitoring +############################################################## +# +# Password file for Remote JMX API access to monitoring. This +# file defines the different roles and their passwords. The access +# control file (jmxremote.access by default) defines the allowed +# access for each role. To be functional, a role must have an entry +# in both the password and the access files. +# +# Default location of this file is $JRE/conf/management/jmxremote.password +# You can specify an alternate location by specifying a property in +# the management config file $JRE/conf/management/management.properties +# or by specifying a system property (See that file for details). + +############################################################## +# File format of the jmxremote.password file +############################################################## +# +# The file contains multiple lines where each line is blank, +# a comment (like this one), or a password entry. +# +# password entry follows the below syntax +# role_name W [clearPassword|hashedPassword] +# +# role_name is any string that does not itself contain spaces or tabs. +# W = spaces or tabs +# +# Passwords can be specified via clear text or via a hash. Clear text password +# is any string that does not contain spaces or tabs. Hashed passwords must +# follow the below format. +# hashedPassword = base64_encoded_64_byte_salt W base64_encoded_hash W hash_algorithm +# where, +# base64_encoded_64_byte_salt = 64 byte random salt +# base64_encoded_hash = Hash_algorithm(password + salt) +# W = spaces or tabs +# hash_algorithm = Algorithm string specified using the format below +# https://docs.oracle.com/javase/9/docs/specs/security/standard-names.html#messagedigest-algorithms +# This is an optional field. If not specified, SHA3-512 will be assumed. +# +# If passwords are in clear, they will be overwritten by their hash if all of +# the below criteria are met. +# * com.sun.management.jmxremote.password.toHashes property is set to true in +# management.properties file +# * the password file is writable +# * the system security policy allows writing into the password file, if a +# security manager is configured +# +# In order to change the password for a role, replace the hashed password entry +# with a new clear text password or a new hashed password. If the new password +# is in clear, it will be replaced with its hash when a new login attempt is made. +# +# A given role should have at most one entry in this file. If a role +# has no entry, it has no access. +# If multiple entries are found for the same role name, then the last one +# is used. +# +# A user generated hashed password file can also be used instead of clear-text +# password file. If generated by the user, hashed passwords must follow the +# format specified above. +# +# Caution: It is recommended not to edit the password file while the +# agent is running, as edits could be lost if a client connection triggers the +# hashing of the password file at the same time that the file is externally modified. +# The integrity of the file is guaranteed, but any external edits made to the +# file during the short period between the time that the agent reads the file +# and the time that it writes it back might get lost + +############################################################## +# File permissions of the jmxremote.password file +############################################################## +# This file must be made accessible by ONLY the owner, +# otherwise the program will exit with an error. +# +# In a typical installation, this file can be accessed by anybody on the +# local machine, and possibly by people on other machines. +# For security, you should either restrict the access to this file except for owner, +# or specify another, less accessible file in the management config file +# as described above. +# +# In order to prevent inadverent edits to the password file in the +# production environment, it is recommended to deploy a read-only +# hashed password file. The hashed entries for clear passwords can be generated +# in advance by running the JMX agent. +# + +############################################################## +# Sample of the jmxremote.password file +############################################################## +# Following are two commented-out entries. The "monitorRole" role has +# password "QED". The "controlRole" role has password "R&D". This is an example +# of specifying passwords in the clear +# +# monitorRole QED +# controlRole R&D +# +# Once a login attempt is made, passwords will be hashed and the file will have +# below entries with clear passwords overwritten by their respective +# SHA3-512 hash +# +# monitorRole trilby APzBTt34rV2l+OMbuvbnOQ4si8UZmfRCVbIY1+fAofV5CkQzXS/FDMGteQQk/R3q1wtt104qImzJEA7gCwl6dw== 4EeTdSJ7X6Imu0Mb+dWqIns7a7QPIBoM3NB/XlpMQSPSicE7PnlALVWn2pBY3Q3pGDHyAb32Hd8GUToQbUhAjA== SHA3-512 +# controlRole roHEJSbRqSSTII4Z4+NOCV2OJaZVQ/dw153Fy2u4ILDP9XiZ426GwzCzc3RtpoqNMwqYIcfdd74xWXSMrWtGaA== w9qDsekgKn0WOVJycDyU0kLBa081zbStcCjUAVEqlfon5Sgx7XHtaodbmzpLegA1jT7Ag36T0zHaEWRHJe2fdA== SHA3-512 +# \ No newline at end of file diff --git a/java/conf/management/management.properties b/java/conf/management/management.properties new file mode 100644 index 0000000000000000000000000000000000000000..f441e558978f9f051c4d9fcc8263fa1fe0baee76 --- /dev/null +++ b/java/conf/management/management.properties @@ -0,0 +1,326 @@ +##################################################################### +# Default Configuration File for Java Platform Management +##################################################################### +# +# The Management Configuration file (in java.util.Properties format) +# will be read if one of the following system properties is set: +# -Dcom.sun.management.jmxremote.port= +# or -Dcom.sun.management.config.file= +# +# The default Management Configuration file is: +# +# $JRE/conf/management/management.properties +# +# Another location for the Management Configuration File can be specified +# by the following property on the Java command line: +# +# -Dcom.sun.management.config.file= +# +# If -Dcom.sun.management.config.file= is set, the port +# number for the management agent can be specified in the config file +# using the following lines: +# +# ################ Management Agent Port ######################### +# +# For setting the JMX RMI agent port use the following line +# com.sun.management.jmxremote.port= +# +# For setting the JMX local server port use the following line +# com.sun.management.jmxremote.local.port= + +##################################################################### +# Optional Instrumentation +##################################################################### +# +# By default only the basic instrumentation with low overhead is on. +# The following properties allow to selectively turn on optional +# instrumentation which are off by default and may have some +# additional overhead. +# +# com.sun.management.enableThreadContentionMonitoring +# +# This option enables thread contention monitoring if the +# Java virtual machine supports such instrumentation. +# Refer to the specification for the java.lang.management.ThreadMXBean +# interface - see isThreadContentionMonitoringSupported() method. +# + +# To enable thread contention monitoring, uncomment the following line +# com.sun.management.enableThreadContentionMonitoring + +##################################################################### +# RMI Management Properties +##################################################################### +# +# If system property -Dcom.sun.management.jmxremote.port= +# is set then +# - A MBean server is started +# - JRE Platform MBeans are registered in the MBean server +# - RMI connector is published in a private readonly registry at +# specified port using a well known name, "jmxrmi" +# - the following properties are read for JMX remote management. +# +# The configuration can be specified only at startup time. +# Later changes to above system property (e.g. via setProperty method), +# this config file, the password file, or the access file have no effect to the +# running MBean server, the connector, or the registry. +# + +# +# ########## RMI connector settings for local management ########## +# +# com.sun.management.jmxremote.local.only=true|false +# Default for this property is true. (Case for true/false ignored) +# If this property is specified as true then the local JMX RMI connector +# server will only accept connection requests from clients running on +# the host where the out-of-the-box JMX management agent is running. +# In order to ensure backwards compatibility this property could be +# set to false. However, deploying the local management agent in this +# way is discouraged because the local JMX RMI connector server will +# accept connection requests from any client either local or remote. +# For remote management the remote JMX RMI connector server should +# be used instead with authentication and SSL/TLS encryption enabled. +# + +# For allowing the local management agent accept local +# and remote connection requests use the following line +# com.sun.management.jmxremote.local.only=false + +# +# ###################### RMI SSL ############################# +# +# com.sun.management.jmxremote.ssl=true|false +# Default for this property is true. (Case for true/false ignored) +# If this property is specified as false then SSL is not used. +# + +# For RMI monitoring without SSL use the following line +# com.sun.management.jmxremote.ssl=false + +# com.sun.management.jmxremote.ssl.config.file=filepath +# Specifies the location of the SSL configuration file. A properties +# file can be used to supply the keystore and truststore location and +# password settings thus avoiding to pass them as cleartext in the +# command-line. +# +# The current implementation of the out-of-the-box management agent will +# look up and use the properties specified below to configure the SSL +# keystore and truststore, if present: +# javax.net.ssl.keyStore= +# javax.net.ssl.keyStorePassword= +# javax.net.ssl.trustStore= +# javax.net.ssl.trustStorePassword= +# Any other properties in the file will be ignored. This will allow us +# to extend the property set in the future if required by the default +# SSL implementation. +# +# If the property "com.sun.management.jmxremote.ssl" is set to false, +# then this property is ignored. +# + +# For supplying the keystore settings in a file use the following line +# com.sun.management.jmxremote.ssl.config.file=filepath + +# com.sun.management.jmxremote.ssl.enabled.cipher.suites= +# The value of this property is a string that is a comma-separated list +# of SSL/TLS cipher suites to enable. This property can be specified in +# conjunction with the previous property "com.sun.management.jmxremote.ssl" +# in order to control which particular SSL/TLS cipher suites are enabled +# for use by accepted connections. If this property is not specified then +# the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that +# are enabled by default. +# + +# com.sun.management.jmxremote.ssl.enabled.protocols= +# The value of this property is a string that is a comma-separated list +# of SSL/TLS protocol versions to enable. This property can be specified in +# conjunction with the previous property "com.sun.management.jmxremote.ssl" +# in order to control which particular SSL/TLS protocol versions are +# enabled for use by accepted connections. If this property is not +# specified then the SSL/TLS RMI Server Socket Factory uses the SSL/TLS +# protocol versions that are enabled by default. +# + +# com.sun.management.jmxremote.ssl.need.client.auth=true|false +# Default for this property is false. (Case for true/false ignored) +# If this property is specified as true in conjunction with the previous +# property "com.sun.management.jmxremote.ssl" then the SSL/TLS RMI Server +# Socket Factory will require client authentication. +# + +# For RMI monitoring with SSL client authentication use the following line +# com.sun.management.jmxremote.ssl.need.client.auth=true + +# com.sun.management.jmxremote.registry.ssl=true|false +# Default for this property is false. (Case for true/false ignored) +# If this property is specified as true then the RMI registry used +# to bind the RMIServer remote object is protected with SSL/TLS +# RMI Socket Factories that can be configured with the properties: +# com.sun.management.jmxremote.ssl.config.file +# com.sun.management.jmxremote.ssl.enabled.cipher.suites +# com.sun.management.jmxremote.ssl.enabled.protocols +# com.sun.management.jmxremote.ssl.need.client.auth +# If the two properties below are true at the same time, i.e. +# com.sun.management.jmxremote.ssl=true +# com.sun.management.jmxremote.registry.ssl=true +# then the RMIServer remote object and the RMI registry are +# both exported with the same SSL/TLS RMI Socket Factories. +# + +# For using an SSL/TLS protected RMI registry use the following line +# com.sun.management.jmxremote.registry.ssl=true + +# +# ################ RMI User authentication ################ +# +# com.sun.management.jmxremote.authenticate=true|false +# Default for this property is true. (Case for true/false ignored) +# If this property is specified as false then no authentication is +# performed and all users are allowed all access. +# + +# For RMI monitoring without any checking use the following line +# com.sun.management.jmxremote.authenticate=false + +# +# ################ RMI Login configuration ################### +# +# com.sun.management.jmxremote.login.config= +# Specifies the name of a JAAS login configuration entry to use when +# authenticating users of RMI monitoring. +# +# Setting this property is optional - the default login configuration +# specifies a file-based authentication that uses the password file. +# +# When using this property to override the default login configuration +# then the named configuration entry must be in a file that gets loaded +# by JAAS. In addition, the login module(s) specified in the configuration +# should use the name and/or password callbacks to acquire the user's +# credentials. See the NameCallback and PasswordCallback classes in the +# javax.security.auth.callback package for more details. +# +# If the property "com.sun.management.jmxremote.authenticate" is set to +# false, then this property and the password & access files are ignored. +# + +# For a non-default login configuration use the following line +# com.sun.management.jmxremote.login.config= + +# +# ################ RMI Password file location ################## +# +# com.sun.management.jmxremote.password.file=filepath +# Specifies location for password file +# This is optional - default location is +# $JRE/conf/management/jmxremote.password +# +# If the property "com.sun.management.jmxremote.authenticate" is set to +# false, then this property and the password & access files are ignored. +# Otherwise the password file must exist and be in the valid format. +# If the password file is empty or non-existent then no access is allowed. +# + +# For a non-default password file location use the following line +# com.sun.management.jmxremote.password.file=filepath + +# +# ################# Hash passwords in password file ############## +# com.sun.management.jmxremote.password.toHashes = true|false +# Default for this property is true. +# Specifies if passwords in the password file should be hashed or not. +# If this property is true, and if the password file is writable, and if the +# system security policy allows writing into the password file, +# all the clear passwords in the password file will be replaced by +# their SHA3-512 hash when the file is read by the server +# + +# +# ################ RMI Access file location ##################### +# +# com.sun.management.jmxremote.access.file=filepath +# Specifies location for access file +# This is optional - default location is +# $JRE/conf/management/jmxremote.access +# +# If the property "com.sun.management.jmxremote.authenticate" is set to +# false, then this property and the password & access files are ignored. +# Otherwise, the access file must exist and be in the valid format. +# If the access file is empty or non-existent then no access is allowed. +# + +# For a non-default password file location use the following line +# com.sun.management.jmxremote.access.file=filepath +# + +# ################ Management agent listen interface ######################### +# +# com.sun.management.jmxremote.host= +# The local host name or IP address on which the JMX RMI agent will bind. +# This is useful when running on machines which have several +# interfaces defined. It makes it possible to listen to a specific +# subnet accessible through that interface. +# +# The format of the value for that property is any string accepted +# by java.net.InetAddress.getByName(String). +# + +# ################ Filter for ObjectInputStream ############################# +# com.sun.management.jmxremote.serial.filter.pattern= +# A filter, if configured, is used by java.io.ObjectInputStream during +# deserialization of parameters sent to the JMX default agent to validate the +# contents of the stream. +# A filter is configured as a sequence of patterns, each pattern is either +# matched against the name of a class in the stream or defines a limit. +# Patterns are separated by ";" (semicolon). +# Whitespace is significant and is considered part of the pattern. +# +# If a pattern includes a "=", it sets a limit. +# If a limit appears more than once the last value is used. +# Limits are checked before classes regardless of the order in the sequence of patterns. +# If any of the limits are exceeded, the filter status is REJECTED. +# +# maxdepth=value - the maximum depth of a graph +# maxrefs=value - the maximum number of internal references +# maxbytes=value - the maximum number of bytes in the input stream +# maxarray=value - the maximum array length allowed +# +# Other patterns, from left to right, match the class or package name as +# returned from Class.getName. +# If the class is an array type, the class or package to be matched is the element type. +# Arrays of any number of dimensions are treated the same as the element type. +# For example, a pattern of "!example.Foo", rejects creation of any instance or +# array of example.Foo. +# +# If the pattern starts with "!", the status is REJECTED if the remaining pattern +# is matched; otherwise the status is ALLOWED if the pattern matches. +# If the pattern contains "/", the non-empty prefix up to the "/" is the module name; +# if the module name matches the module name of the class then +# the remaining pattern is matched with the class name. +# If there is no "/", the module name is not compared. +# If the pattern ends with ".**" it matches any class in the package and all subpackages. +# If the pattern ends with ".*" it matches any class in the package. +# If the pattern ends with "*", it matches any class with the pattern as a prefix. +# If the pattern is equal to the class name, it matches. +# Otherwise, the status is UNDECIDED. +# +# Ending with !* ensures we reject classes which are otherwise unmatched. +com.sun.management.jmxremote.serial.filter.pattern=\ +java.lang.*;\ +java.lang.reflect.Proxy;\ +java.math.BigInteger;\ +java.math.BigDecimal;\ +java.util.*;\ +javax.management.*;\ +javax.management.modelmbean.*;\ +javax.management.monitor.*;\ +javax.management.openmbean.*;\ +javax.management.relation.*;\ +javax.management.remote.*;\ +javax.management.remote.rmi.*;\ +javax.management.timer.*;\ +javax.rmi.ssl.*;\ +java.rmi.MarshalledObject;\ +java.rmi.dgc.*;\ +java.rmi.server.*;\ +javax.security.auth.Subject;\ +!* diff --git a/java/conf/security/java.policy b/java/conf/security/java.policy new file mode 100644 index 0000000000000000000000000000000000000000..88e8753dee27ead9ca1c5678371dd87931e25591 --- /dev/null +++ b/java/conf/security/java.policy @@ -0,0 +1,46 @@ +// +// This system policy file grants a set of default permissions to all domains +// and can be configured to grant additional permissions to modules and other +// code sources. The code source URL scheme for modules linked into a +// run-time image is "jrt". +// +// For example, to grant permission to read the "foo" property to the module +// "com.greetings", the grant entry is: +// +// grant codeBase "jrt:/com.greetings" { +// permission java.util.PropertyPermission "foo", "read"; +// }; +// + +// default permissions granted to all domains +grant { + // allows anyone to listen on dynamic ports + permission java.net.SocketPermission "localhost:0", "listen"; + + // "standard" properties that can be read by anyone + permission java.util.PropertyPermission "java.version", "read"; + permission java.util.PropertyPermission "java.vendor", "read"; + permission java.util.PropertyPermission "java.vendor.url", "read"; + permission java.util.PropertyPermission "java.class.version", "read"; + permission java.util.PropertyPermission "os.name", "read"; + permission java.util.PropertyPermission "os.version", "read"; + permission java.util.PropertyPermission "os.arch", "read"; + permission java.util.PropertyPermission "file.separator", "read"; + permission java.util.PropertyPermission "path.separator", "read"; + permission java.util.PropertyPermission "line.separator", "read"; + permission java.util.PropertyPermission + "java.specification.version", "read"; + permission java.util.PropertyPermission + "java.specification.maintenance.version", "read"; + permission java.util.PropertyPermission "java.specification.vendor", "read"; + permission java.util.PropertyPermission "java.specification.name", "read"; + permission java.util.PropertyPermission + "java.vm.specification.version", "read"; + permission java.util.PropertyPermission + "java.vm.specification.vendor", "read"; + permission java.util.PropertyPermission + "java.vm.specification.name", "read"; + permission java.util.PropertyPermission "java.vm.version", "read"; + permission java.util.PropertyPermission "java.vm.vendor", "read"; + permission java.util.PropertyPermission "java.vm.name", "read"; +}; diff --git a/java/conf/security/java.security b/java/conf/security/java.security new file mode 100644 index 0000000000000000000000000000000000000000..18f79bca0d88a9dea87b77779b2d658aa54d50cc --- /dev/null +++ b/java/conf/security/java.security @@ -0,0 +1,1530 @@ +# +# This is the "master security properties file". +# +# An alternate java.security properties file may be specified +# from the command line via the system property +# +# -Djava.security.properties= +# +# This properties file appends to the master security properties file. +# If both properties files specify values for the same key, the value +# from the command-line properties file is selected, as it is the last +# one loaded. +# +# Also, if you specify +# +# -Djava.security.properties== (2 equals), +# +# then that properties file completely overrides the master security +# properties file. +# +# To disable the ability to specify an additional properties file from +# the command line, set the key security.overridePropertiesFile +# to false in the master security properties file. It is set to true +# by default. +# +# If this properties file fails to load, the JDK implementation will throw +# an unspecified error when initializing the java.security.Security class. +# Properties in this file are typically parsed only once. If any of the +# properties are modified, applications should be restarted to ensure the +# changes are properly reflected. + +# In this file, various security properties are set for use by +# java.security classes. This is where users can statically register +# Cryptography Package Providers ("providers" for short). The term +# "provider" refers to a package or set of packages that supply a +# concrete implementation of a subset of the cryptography aspects of +# the Java Security API. A provider may, for example, implement one or +# more digital signature algorithms or message digest algorithms. +# +# Each provider must implement a subclass of the Provider class. +# To register a provider in this master security properties file, +# specify the provider and priority in the format +# +# security.provider.= +# +# This declares a provider, and specifies its preference +# order n. The preference order is the order in which providers are +# searched for requested algorithms (when no specific provider is +# requested). The order is 1-based; 1 is the most preferred, followed +# by 2, and so on. +# +# must specify the name of the Provider as passed to its super +# class java.security.Provider constructor. This is for providers loaded +# through the ServiceLoader mechanism. +# +# must specify the subclass of the Provider class whose +# constructor sets the values of various properties that are required +# for the Java Security API to look up the algorithms or other +# facilities implemented by the provider. This is for providers loaded +# through classpath. +# +# Note: Providers can be dynamically registered instead by calls to +# either the addProvider or insertProviderAt method in the Security +# class. + +# +# List of providers and their preference orders (see above): +# +security.provider.1=SUN +security.provider.2=SunRsaSign +security.provider.3=SunEC +security.provider.4=SunJSSE +security.provider.5=SunJCE +security.provider.6=SunJGSS +security.provider.7=SunSASL +security.provider.8=XMLDSig +security.provider.9=SunPCSC +security.provider.10=JdkLDAP +security.provider.11=JdkSASL +security.provider.12=SunMSCAPI +security.provider.13=SunPKCS11 + +# +# A list of preferred providers for specific algorithms. These providers will +# be searched for matching algorithms before the list of registered providers. +# Entries containing errors (parsing, etc) will be ignored. Use the +# -Djava.security.debug=jca property to debug these errors. +# +# The property is a comma-separated list of serviceType.algorithm:provider +# entries. The serviceType (example: "MessageDigest") is optional, and if +# not specified, the algorithm applies to all service types that support it. +# The algorithm is the standard algorithm name or transformation. +# Transformations can be specified in their full standard name +# (ex: AES/CBC/PKCS5Padding), or as partial matches (ex: AES, AES/CBC). +# The provider is the name of the provider. Any provider that does not +# also appear in the registered list will be ignored. +# +# There is a special serviceType for this property only to group a set of +# algorithms together. The type is "Group" and is followed by an algorithm +# keyword. Groups are to simplify and lessen the entries on the property +# line. Current groups are: +# Group.SHA2 = SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256 +# Group.HmacSHA2 = HmacSHA224, HmacSHA256, HmacSHA384, HmacSHA512 +# Group.SHA2RSA = SHA224withRSA, SHA256withRSA, SHA384withRSA, SHA512withRSA +# Group.SHA2DSA = SHA224withDSA, SHA256withDSA, SHA384withDSA, SHA512withDSA +# Group.SHA2ECDSA = SHA224withECDSA, SHA256withECDSA, SHA384withECDSA, \ +# SHA512withECDSA +# Group.SHA3 = SHA3-224, SHA3-256, SHA3-384, SHA3-512 +# Group.HmacSHA3 = HmacSHA3-224, HmacSHA3-256, HmacSHA3-384, HmacSHA3-512 +# +# Example: +# jdk.security.provider.preferred=AES/GCM/NoPadding:SunJCE, \ +# MessageDigest.SHA-256:SUN, Group.HmacSHA2:SunJCE +# +#jdk.security.provider.preferred= + + +# +# Sun Provider SecureRandom seed source. +# +# Select the primary source of seed data for the "NativePRNG", "SHA1PRNG" +# and "DRBG" SecureRandom implementations in the "Sun" provider. +# (Other SecureRandom implementations might also use this property.) +# +# On Unix-like systems (for example, Linux/MacOS), the +# "NativePRNG", "SHA1PRNG" and "DRBG" implementations obtains seed data from +# special device files such as file:/dev/random. +# +# On Windows systems, specifying the URLs "file:/dev/random" or +# "file:/dev/urandom" will enable the native Microsoft CryptoAPI seeding +# mechanism for SHA1PRNG and DRBG. +# +# By default, an attempt is made to use the entropy gathering device +# specified by the "securerandom.source" Security property. If an +# exception occurs while accessing the specified URL: +# +# NativePRNG: +# a default value of /dev/random will be used. If neither +# are available, the implementation will be disabled. +# "file" is the only currently supported protocol type. +# +# SHA1PRNG and DRBG: +# the traditional system/thread activity algorithm will be used. +# +# The entropy gathering device can also be specified with the System +# property "java.security.egd". For example: +# +# % java -Djava.security.egd=file:/dev/random MainClass +# +# Specifying this System property will override the +# "securerandom.source" Security property. +# +# In addition, if "file:/dev/random" or "file:/dev/urandom" is +# specified, the "NativePRNG" implementation will be more preferred than +# DRBG and SHA1PRNG in the Sun provider. +# +securerandom.source=file:/dev/random + +# +# A list of known strong SecureRandom implementations. +# +# To help guide applications in selecting a suitable strong +# java.security.SecureRandom implementation, Java distributions should +# indicate a list of known strong implementations using the property. +# +# This is a comma-separated list of algorithm and/or algorithm:provider +# entries. +# +securerandom.strongAlgorithms=Windows-PRNG:SunMSCAPI,DRBG:SUN + +# +# Sun provider DRBG configuration and default instantiation request. +# +# NIST SP 800-90Ar1 lists several DRBG mechanisms. Each can be configured +# with a DRBG algorithm name, and can be instantiated with a security strength, +# prediction resistance support, etc. This property defines the configuration +# and the default instantiation request of "DRBG" SecureRandom implementations +# in the SUN provider. (Other DRBG implementations can also use this property.) +# Applications can request different instantiation parameters like security +# strength, capability, personalization string using one of the +# getInstance(...,SecureRandomParameters,...) methods with a +# DrbgParameters.Instantiation argument, but other settings such as the +# mechanism and DRBG algorithm names are not currently configurable by any API. +# +# Please note that the SUN implementation of DRBG always supports reseeding. +# +# The value of this property is a comma-separated list of all configurable +# aspects. The aspects can appear in any order but the same aspect can only +# appear at most once. Its BNF-style definition is: +# +# Value: +# aspect { "," aspect } +# +# aspect: +# mech_name | algorithm_name | strength | capability | df +# +# // The DRBG mechanism to use. Default "Hash_DRBG" +# mech_name: +# "Hash_DRBG" | "HMAC_DRBG" | "CTR_DRBG" +# +# // The DRBG algorithm name. The "SHA-***" names are for Hash_DRBG and +# // HMAC_DRBG, default "SHA-256". The "AES-***" names are for CTR_DRBG, +# // default "AES-128" when using the limited cryptographic or "AES-256" +# // when using the unlimited. +# algorithm_name: +# "SHA-224" | "SHA-512/224" | "SHA-256" | +# "SHA-512/256" | "SHA-384" | "SHA-512" | +# "AES-128" | "AES-192" | "AES-256" +# +# // Security strength requested. Default "128" +# strength: +# "112" | "128" | "192" | "256" +# +# // Prediction resistance and reseeding request. Default "none" +# // "pr_and_reseed" - Both prediction resistance and reseeding +# // support requested +# // "reseed_only" - Only reseeding support requested +# // "none" - Neither prediction resistance not reseeding +# // support requested +# pr: +# "pr_and_reseed" | "reseed_only" | "none" +# +# // Whether a derivation function should be used. only applicable +# // to CTR_DRBG. Default "use_df" +# df: +# "use_df" | "no_df" +# +# Examples, +# securerandom.drbg.config=Hash_DRBG,SHA-224,112,none +# securerandom.drbg.config=CTR_DRBG,AES-256,192,pr_and_reseed,use_df +# +# The default value is an empty string, which is equivalent to +# securerandom.drbg.config=Hash_DRBG,SHA-256,128,none +# +securerandom.drbg.config= + +# +# Class to instantiate as the javax.security.auth.login.Configuration +# provider. +# +login.configuration.provider=sun.security.provider.ConfigFile + +# +# Default login configuration file +# +#login.config.url.1=file:${user.home}/.java.login.config + +# +# Class to instantiate as the system Policy. This is the name of the class +# that will be used as the Policy object. The system class loader is used to +# locate this class. +# +policy.provider=sun.security.provider.PolicyFile + +# The default is to have a single system-wide policy file, +# and a policy file in the user's home directory. +# +policy.url.1=file:${java.home}/conf/security/java.policy +policy.url.2=file:${user.home}/.java.policy + +# Controls whether or not properties are expanded in policy and login +# configuration files. If set to false, properties (${...}) will not +# be expanded in policy and login configuration files. If commented out or +# set to an empty string, the default value is "false" for policy files and +# "true" for login configuration files. +# +policy.expandProperties=true + +# Controls whether or not an extra policy or login configuration file is +# allowed to be passed on the command line with -Djava.security.policy=somefile +# or -Djava.security.auth.login.config=somefile. If commented out or set to +# an empty string, the default value is "false". +# +policy.allowSystemProperty=true + +# whether or not we look into the IdentityScope for trusted Identities +# when encountering a 1.1 signed JAR file. If the identity is found +# and is trusted, we grant it AllPermission. Note: the default policy +# provider (sun.security.provider.PolicyFile) does not support this property. +# +policy.ignoreIdentityScope=false + +# +# Default keystore type. +# +keystore.type=pkcs12 + +# +# Controls compatibility mode for JKS and PKCS12 keystore types. +# +# When set to 'true', both JKS and PKCS12 keystore types support loading +# keystore files in either JKS or PKCS12 format. When set to 'false' the +# JKS keystore type supports loading only JKS keystore files and the PKCS12 +# keystore type supports loading only PKCS12 keystore files. +# +keystore.type.compat=true + +# +# List of comma-separated packages that start with or equal this string +# will cause a security exception to be thrown when passed to the +# SecurityManager::checkPackageAccess method unless the corresponding +# RuntimePermission("accessClassInPackage."+package) has been granted. +# +package.access=sun.misc.,\ + sun.reflect. + +# +# List of comma-separated packages that start with or equal this string +# will cause a security exception to be thrown when passed to the +# SecurityManager::checkPackageDefinition method unless the corresponding +# RuntimePermission("defineClassInPackage."+package) has been granted. +# +# By default, none of the class loaders supplied with the JDK call +# checkPackageDefinition. +# +package.definition=sun.misc.,\ + sun.reflect. + +# +# Determines whether this properties file can be appended to +# or overridden on the command line via -Djava.security.properties +# +security.overridePropertiesFile=true + +# +# Determines the default key and trust manager factory algorithms for +# the javax.net.ssl package. +# +ssl.KeyManagerFactory.algorithm=SunX509 +ssl.TrustManagerFactory.algorithm=PKIX + +# +# The Java-level namelookup cache policy for successful lookups: +# +# any negative value: caching forever +# any positive value: the number of seconds to cache an address for +# zero: do not cache +# +# default value is forever (FOREVER). For security reasons, this +# caching is made forever when a security manager is set. When a security +# manager is not set, the default behavior in this implementation +# is to cache for 30 seconds. +# +# NOTE: setting this to anything other than the default value can have +# serious security implications. Do not set it unless +# you are sure you are not exposed to DNS spoofing attack. +# +#networkaddress.cache.ttl=-1 + +# +# The Java-level namelookup cache stale policy: +# +# any positive value: the number of seconds to use the stale names +# zero: do not use stale names +# negative values are ignored +# +# default value is 0 (NEVER). +# +#networkaddress.cache.stale.ttl=0 + +# The Java-level namelookup cache policy for failed lookups: +# +# any negative value: cache forever +# any positive value: the number of seconds to cache negative lookup results +# zero: do not cache +# +# In some Microsoft Windows networking environments that employ +# the WINS name service in addition to DNS, name service lookups +# that fail may take a noticeably long time to return (approx. 5 seconds). +# For this reason the default caching policy is to maintain these +# results for 10 seconds. +# +networkaddress.cache.negative.ttl=10 + +# +# Properties to configure OCSP for certificate revocation checking +# + +# Enable OCSP +# +# By default, OCSP is not used for certificate revocation checking. +# This property enables the use of OCSP when set to the value "true". +# +# NOTE: SocketPermission is required to connect to an OCSP responder. +# +# Example, +# ocsp.enable=true + +# +# Location of the OCSP responder +# +# By default, the location of the OCSP responder is determined implicitly +# from the certificate being validated. This property explicitly specifies +# the location of the OCSP responder. The property is used when the +# Authority Information Access extension (defined in RFC 5280) is absent +# from the certificate or when it requires overriding. +# +# Example, +# ocsp.responderURL=http://ocsp.example.net:80 + +# +# Subject name of the OCSP responder's certificate +# +# By default, the certificate of the OCSP responder is that of the issuer +# of the certificate being validated. This property identifies the certificate +# of the OCSP responder when the default does not apply. Its value is a string +# distinguished name (defined in RFC 2253) which identifies a certificate in +# the set of certificates supplied during cert path validation. In cases where +# the subject name alone is not sufficient to uniquely identify the certificate +# then both the "ocsp.responderCertIssuerName" and +# "ocsp.responderCertSerialNumber" properties must be used instead. When this +# property is set then those two properties are ignored. +# +# Example, +# ocsp.responderCertSubjectName=CN=OCSP Responder, O=XYZ Corp + +# +# Issuer name of the OCSP responder's certificate +# +# By default, the certificate of the OCSP responder is that of the issuer +# of the certificate being validated. This property identifies the certificate +# of the OCSP responder when the default does not apply. Its value is a string +# distinguished name (defined in RFC 2253) which identifies a certificate in +# the set of certificates supplied during cert path validation. When this +# property is set then the "ocsp.responderCertSerialNumber" property must also +# be set. When the "ocsp.responderCertSubjectName" property is set then this +# property is ignored. +# +# Example, +# ocsp.responderCertIssuerName=CN=Enterprise CA, O=XYZ Corp + +# +# Serial number of the OCSP responder's certificate +# +# By default, the certificate of the OCSP responder is that of the issuer +# of the certificate being validated. This property identifies the certificate +# of the OCSP responder when the default does not apply. Its value is a string +# of hexadecimal digits (colon or space separators may be present) which +# identifies a certificate in the set of certificates supplied during cert path +# validation. When this property is set then the "ocsp.responderCertIssuerName" +# property must also be set. When the "ocsp.responderCertSubjectName" property +# is set then this property is ignored. +# +# Example, +# ocsp.responderCertSerialNumber=2A:FF:00 + +# +# Policy for failed Kerberos KDC lookups: +# +# When a KDC is unavailable (network error, service failure, etc), it is +# put inside a secondary list and accessed less often for future requests. The +# value (case-insensitive) for this policy can be: +# +# tryLast +# KDCs in the secondary list are always tried after those not on the list. +# +# tryLess[:max_retries,timeout] +# KDCs in the secondary list are still tried by their order in the +# configuration, but with smaller max_retries and timeout values. +# max_retries and timeout are optional numerical parameters (default 1 and +# 5000, which means once and 5 seconds). Please note that if any of the +# values defined here are more than what is defined in krb5.conf, it will be +# ignored. +# +# Whenever a KDC is detected as available, it is removed from the secondary +# list. The secondary list is reset when krb5.conf is reloaded. You can add +# refreshKrb5Config=true to a JAAS configuration file so that krb5.conf is +# reloaded whenever a JAAS authentication is attempted. +# +# Example, +# krb5.kdc.bad.policy = tryLast +# krb5.kdc.bad.policy = tryLess:2,2000 +# +krb5.kdc.bad.policy = tryLast + +# +# Kerberos cross-realm referrals (RFC 6806) +# +# OpenJDK's Kerberos client supports cross-realm referrals as defined in +# RFC 6806. This allows to setup more dynamic environments in which clients +# do not need to know in advance how to reach the realm of a target principal +# (either a user or service). +# +# When a client issues an AS or a TGS request, the "canonicalize" option +# is set to announce support of this feature. A KDC server may fulfill the +# request or reply referring the client to a different one. If referred, +# the client will issue a new request and the cycle repeats. +# +# In addition to referrals, the "canonicalize" option allows the KDC server +# to change the client name in response to an AS request. For security reasons, +# RFC 6806 (section 11) FAST scheme is enforced. +# +# Disable Kerberos cross-realm referrals. Value may be overwritten with a +# System property (-Dsun.security.krb5.disableReferrals). +sun.security.krb5.disableReferrals=false + +# Maximum number of AS or TGS referrals to avoid infinite loops. Value may +# be overwritten with a System property (-Dsun.security.krb5.maxReferrals). +sun.security.krb5.maxReferrals=5 + +# +# This property contains a list of disabled EC Named Curves that can be included +# in the jdk.[tls|certpath|jar].disabledAlgorithms properties. To include this +# list in any of the disabledAlgorithms properties, add the property name as +# an entry. +#jdk.disabled.namedCurves= + +# +# Algorithm restrictions for certification path (CertPath) processing +# +# In some environments, certain algorithms or key lengths may be undesirable +# for certification path building and validation. For example, "MD2" is +# generally no longer considered to be a secure hash algorithm. This section +# describes the mechanism for disabling algorithms based on algorithm name +# and/or key length. This includes algorithms used in certificates, as well +# as revocation information such as CRLs and signed OCSP Responses. +# The syntax of the disabled algorithm string is described as follows: +# DisabledAlgorithms: +# " DisabledAlgorithm { , DisabledAlgorithm } " +# +# DisabledAlgorithm: +# AlgorithmName [Constraint] { '&' Constraint } | IncludeProperty +# +# AlgorithmName: +# (see below) +# +# Constraint: +# KeySizeConstraint | CAConstraint | DenyAfterConstraint | +# UsageConstraint +# +# KeySizeConstraint: +# keySize Operator KeyLength +# +# Operator: +# <= | < | == | != | >= | > +# +# KeyLength: +# Integer value of the algorithm's key length in bits +# +# CAConstraint: +# jdkCA +# +# DenyAfterConstraint: +# denyAfter YYYY-MM-DD +# +# UsageConstraint: +# usage [TLSServer] [TLSClient] [SignedJAR] +# +# IncludeProperty: +# include +# +# The "AlgorithmName" is the standard algorithm name of the disabled +# algorithm. See the Java Security Standard Algorithm Names Specification +# for information about Standard Algorithm Names. Matching is +# performed using a case-insensitive sub-element matching rule. (For +# example, in "SHA1withECDSA" the sub-elements are "SHA1" for hashing and +# "ECDSA" for signatures.) If the assertion "AlgorithmName" is a +# sub-element of the certificate algorithm name, the algorithm will be +# rejected during certification path building and validation. For example, +# the assertion algorithm name "DSA" will disable all certificate algorithms +# that rely on DSA, such as NONEwithDSA, SHA1withDSA. However, the assertion +# will not disable algorithms related to "ECDSA". +# +# The "IncludeProperty" allows a implementation-defined security property that +# can be included in the disabledAlgorithms properties. These properties are +# to help manage common actions easier across multiple disabledAlgorithm +# properties. +# There is one defined security property: jdk.disabled.namedCurves +# See the property for more specific details. +# +# +# A "Constraint" defines restrictions on the keys and/or certificates for +# a specified AlgorithmName: +# +# KeySizeConstraint: +# keySize Operator KeyLength +# The constraint requires a key of a valid size range if the +# "AlgorithmName" is of a key algorithm. The "KeyLength" indicates +# the key size specified in number of bits. For example, +# "RSA keySize <= 1024" indicates that any RSA key with key size less +# than or equal to 1024 bits should be disabled, and +# "RSA keySize < 1024, RSA keySize > 2048" indicates that any RSA key +# with key size less than 1024 or greater than 2048 should be disabled. +# This constraint is only used on algorithms that have a key size. +# +# CAConstraint: +# jdkCA +# This constraint prohibits the specified algorithm only if the +# algorithm is used in a certificate chain that terminates at a marked +# trust anchor in the lib/security/cacerts keystore. If the jdkCA +# constraint is not set, then all chains using the specified algorithm +# are restricted. jdkCA may only be used once in a DisabledAlgorithm +# expression. +# Example: To apply this constraint to SHA-1 certificates, include +# the following: "SHA1 jdkCA" +# +# DenyAfterConstraint: +# denyAfter YYYY-MM-DD +# This constraint prohibits a certificate with the specified algorithm +# from being used after the date regardless of the certificate's +# validity. JAR files that are signed and timestamped before the +# constraint date with certificates containing the disabled algorithm +# will not be restricted. The date is processed in the UTC timezone. +# This constraint can only be used once in a DisabledAlgorithm +# expression. +# Example: To deny usage of RSA 2048 bit certificates after Feb 3 2020, +# use the following: "RSA keySize == 2048 & denyAfter 2020-02-03" +# +# UsageConstraint: +# usage [TLSServer] [TLSClient] [SignedJAR] +# This constraint prohibits the specified algorithm for +# a specified usage. This should be used when disabling an algorithm +# for all usages is not practical. 'TLSServer' restricts the algorithm +# in TLS server certificate chains when server authentication is +# performed. 'TLSClient' restricts the algorithm in TLS client +# certificate chains when client authentication is performed. +# 'SignedJAR' constrains use of certificates in signed jar files. +# The usage type follows the keyword and more than one usage type can +# be specified with a whitespace delimiter. +# Example: "SHA1 usage TLSServer TLSClient" +# +# When an algorithm must satisfy more than one constraint, it must be +# delimited by an ampersand '&'. For example, to restrict certificates in a +# chain that terminate at a distribution provided trust anchor and contain +# RSA keys that are less than or equal to 1024 bits, add the following +# constraint: "RSA keySize <= 1024 & jdkCA". +# +# All DisabledAlgorithms expressions are processed in the order defined in the +# property. This requires lower keysize constraints to be specified +# before larger keysize constraints of the same algorithm. For example: +# "RSA keySize < 1024 & jdkCA, RSA keySize < 2048". +# +# Note: The algorithm restrictions do not apply to trust anchors or +# self-signed certificates. +# +# Note: This property is currently used by Oracle's PKIX implementation. It +# is not guaranteed to be examined and used by other implementations. +# +# Example: +# jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048 +# +# +jdk.certpath.disabledAlgorithms=MD2, MD5, SHA1 jdkCA & usage TLSServer, \ + RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224, \ + SHA1 usage SignedJAR & denyAfter 2019-01-01 + +# +# Legacy cryptographic algorithms and key lengths. +# +# In some environments, a certain algorithm or key length may be undesirable. +# +# Tools such as keytool and jarsigner may emit warnings when these legacy +# algorithms are used. See the man pages for those tools for more information. +# +# The syntax is the same as the "jdk.certpath.disabledAlgorithms" and +# "jdk.jar.disabledAlgorithms" security properties. +# +# Note: This property is currently used by the JDK Reference +# implementation. It is not guaranteed to be examined and used by other +# implementations. + +jdk.security.legacyAlgorithms=SHA1, \ + RSA keySize < 2048, DSA keySize < 2048, \ + DES, DESede, MD5, RC2, ARCFOUR + +# +# Algorithm restrictions for signed JAR files +# +# In some environments, certain algorithms or key lengths may be undesirable +# for signed JAR validation. For example, "MD2" is generally no longer +# considered to be a secure hash algorithm. This section describes the +# mechanism for disabling algorithms based on algorithm name and/or key length. +# JARs signed with any of the disabled algorithms or key sizes will be treated +# as unsigned. +# +# The syntax of the disabled algorithm string is described as follows: +# DisabledAlgorithms: +# " DisabledAlgorithm { , DisabledAlgorithm } " +# +# DisabledAlgorithm: +# AlgorithmName [Constraint] { '&' Constraint } +# +# AlgorithmName: +# (see below) +# +# Constraint: +# KeySizeConstraint | DenyAfterConstraint +# +# KeySizeConstraint: +# keySize Operator KeyLength +# +# DenyAfterConstraint: +# denyAfter YYYY-MM-DD +# +# Operator: +# <= | < | == | != | >= | > +# +# KeyLength: +# Integer value of the algorithm's key length in bits +# +# Note: This property is currently used by the JDK Reference +# implementation. It is not guaranteed to be examined and used by other +# implementations. +# +# See "jdk.certpath.disabledAlgorithms" for syntax descriptions. +# +jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \ + DSA keySize < 1024, SHA1 denyAfter 2019-01-01 + +# +# Disabled message digest algorithms for use with plaintext +# HTTP Digest authentication (java.net.HttpURLConnection). +# This includes HTTPS Digest authentication to proxies. +# This may be overridden by setting the networking (or system) +# property "http.auth.digest.reEnabledAlgorithms" to a comma +# separated list of algorithms to be allowed. +# +http.auth.digest.disabledAlgorithms = MD5, SHA-1 + +# +# Algorithm restrictions for Secure Socket Layer/Transport Layer Security +# (SSL/TLS/DTLS) processing +# +# In some environments, certain algorithms or key lengths may be undesirable +# when using SSL/TLS/DTLS. This section describes the mechanism for disabling +# algorithms during SSL/TLS/DTLS security parameters negotiation, including +# protocol version negotiation, cipher suites selection, named groups +# selection, signature schemes selection, peer authentication and key +# exchange mechanisms. +# +# Disabled algorithms will not be negotiated for SSL/TLS connections, even +# if they are enabled explicitly in an application. +# +# For PKI-based peer authentication and key exchange mechanisms, this list +# of disabled algorithms will also be checked during certification path +# building and validation, including algorithms used in certificates, as +# well as revocation information such as CRLs and signed OCSP Responses. +# This is in addition to the jdk.certpath.disabledAlgorithms property above. +# +# See the specification of "jdk.certpath.disabledAlgorithms" for the +# syntax of the disabled algorithm string. +# +# Note: The algorithm restrictions do not apply to trust anchors or +# self-signed certificates. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# Example: +# jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048, \ +# rsa_pkcs1_sha1, secp224r1 +jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, DTLSv1.0, RC4, DES, \ + MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \ + ECDH + +# +# Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS) +# processing in JSSE implementation. +# +# In some environments, a certain algorithm may be undesirable but it +# cannot be disabled because of its use in legacy applications. Legacy +# algorithms may still be supported, but applications should not use them +# as the security strength of legacy algorithms are usually not strong enough +# in practice. +# +# During SSL/TLS security parameters negotiation, legacy algorithms will +# not be negotiated unless there are no other candidates. +# +# The syntax of the legacy algorithms string is described as this Java +# BNF-style: +# LegacyAlgorithms: +# " LegacyAlgorithm { , LegacyAlgorithm } " +# +# LegacyAlgorithm: +# AlgorithmName (standard JSSE algorithm name) +# +# See the specification of security property "jdk.certpath.disabledAlgorithms" +# for the syntax and description of the "AlgorithmName" notation. +# +# Per SSL/TLS specifications, cipher suites have the form: +# SSL_KeyExchangeAlg_WITH_CipherAlg_MacAlg +# or +# TLS_KeyExchangeAlg_WITH_CipherAlg_MacAlg +# +# For example, the cipher suite TLS_RSA_WITH_AES_128_CBC_SHA uses RSA as the +# key exchange algorithm, AES_128_CBC (128 bits AES cipher algorithm in CBC +# mode) as the cipher (encryption) algorithm, and SHA-1 as the message digest +# algorithm for HMAC. +# +# The LegacyAlgorithm can be one of the following standard algorithm names: +# 1. JSSE cipher suite name, e.g., TLS_RSA_WITH_AES_128_CBC_SHA +# 2. JSSE key exchange algorithm name, e.g., RSA +# 3. JSSE cipher (encryption) algorithm name, e.g., AES_128_CBC +# 4. JSSE message digest algorithm name, e.g., SHA +# +# See SSL/TLS specifications and the Java Security Standard Algorithm Names +# Specification for information about the algorithm names. +# +# Note: If a legacy algorithm is also restricted through the +# jdk.tls.disabledAlgorithms property or the +# java.security.AlgorithmConstraints API (See +# javax.net.ssl.SSLParameters.setAlgorithmConstraints()), +# then the algorithm is completely disabled and will not be negotiated. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# There is no guarantee the property will continue to exist or be of the +# same syntax in future releases. +# +# Example: +# jdk.tls.legacyAlgorithms=DH_anon, DES_CBC, SSL_RSA_WITH_RC4_128_MD5 +# +jdk.tls.legacyAlgorithms=NULL, anon, RC4, DES, 3DES_EDE_CBC + +# +# The pre-defined default finite field Diffie-Hellman ephemeral (DHE) +# parameters for Transport Layer Security (SSL/TLS/DTLS) processing. +# +# In traditional SSL/TLS/DTLS connections where finite field DHE parameters +# negotiation mechanism is not used, the server offers the client group +# parameters, base generator g and prime modulus p, for DHE key exchange. +# It is recommended to use dynamic group parameters. This property defines +# a mechanism that allows you to specify custom group parameters. +# +# The syntax of this property string is described as this Java BNF-style: +# DefaultDHEParameters: +# DefinedDHEParameters { , DefinedDHEParameters } +# +# DefinedDHEParameters: +# "{" DHEPrimeModulus , DHEBaseGenerator "}" +# +# DHEPrimeModulus: +# HexadecimalDigits +# +# DHEBaseGenerator: +# HexadecimalDigits +# +# HexadecimalDigits: +# HexadecimalDigit { HexadecimalDigit } +# +# HexadecimalDigit: one of +# 0 1 2 3 4 5 6 7 8 9 A B C D E F a b c d e f +# +# Whitespace characters are ignored. +# +# The "DefinedDHEParameters" defines the custom group parameters, prime +# modulus p and base generator g, for a particular size of prime modulus p. +# The "DHEPrimeModulus" defines the hexadecimal prime modulus p, and the +# "DHEBaseGenerator" defines the hexadecimal base generator g of a group +# parameter. It is recommended to use safe primes for the custom group +# parameters. +# +# If this property is not defined or the value is empty, the underlying JSSE +# provider's default group parameter is used for each connection. +# +# If the property value does not follow the grammar, or a particular group +# parameter is not valid, the connection will fall back and use the +# underlying JSSE provider's default group parameter. +# +# Note: This property is currently used by OpenJDK's JSSE implementation. It +# is not guaranteed to be examined and used by other implementations. +# +# Example: +# jdk.tls.server.defaultDHEParameters= +# { \ +# FFFFFFFF FFFFFFFF C90FDAA2 2168C234 C4C6628B 80DC1CD1 \ +# 29024E08 8A67CC74 020BBEA6 3B139B22 514A0879 8E3404DD \ +# EF9519B3 CD3A431B 302B0A6D F25F1437 4FE1356D 6D51C245 \ +# E485B576 625E7EC6 F44C42E9 A637ED6B 0BFF5CB6 F406B7ED \ +# EE386BFB 5A899FA5 AE9F2411 7C4B1FE6 49286651 ECE65381 \ +# FFFFFFFF FFFFFFFF, 2} + +# +# TLS key limits on symmetric cryptographic algorithms +# +# This security property sets limits on algorithms key usage in TLS 1.3. +# When the amount of data encrypted exceeds the algorithm value listed below, +# a KeyUpdate message will trigger a key change. This is for symmetric ciphers +# with TLS 1.3 only. +# +# The syntax for the property is described below: +# KeyLimits: +# " KeyLimit { , KeyLimit } " +# +# KeyLimit: +# AlgorithmName Action Length +# +# AlgorithmName: +# A full algorithm transformation. +# +# Action: +# KeyUpdate +# +# Length: +# The amount of encrypted data in a session before the Action occurs +# This value may be an integer value in bytes, or as a power of two, 2^29. +# +# KeyUpdate: +# The TLS 1.3 KeyUpdate handshake process begins when the Length amount +# is fulfilled. +# +# Note: This property is currently used by OpenJDK's JSSE implementation. It +# is not guaranteed to be examined and used by other implementations. +# +jdk.tls.keyLimits=AES/GCM/NoPadding KeyUpdate 2^37, \ + ChaCha20-Poly1305 KeyUpdate 2^37 + +# +# Cryptographic Jurisdiction Policy defaults +# +# Import and export control rules on cryptographic software vary from +# country to country. By default, Java provides two different sets of +# cryptographic policy files[1]: +# +# unlimited: These policy files contain no restrictions on cryptographic +# strengths or algorithms +# +# limited: These policy files contain more restricted cryptographic +# strengths +# +# The default setting is determined by the value of the "crypto.policy" +# Security property below. If your country or usage requires the +# traditional restrictive policy, the "limited" Java cryptographic +# policy is still available and may be appropriate for your environment. +# +# If you have restrictions that do not fit either use case mentioned +# above, Java provides the capability to customize these policy files. +# The "crypto.policy" security property points to a subdirectory +# within /conf/security/policy/ which can be customized. +# Please see the /conf/security/policy/README.txt file or consult +# the Java Security Guide/JCA documentation for more information. +# +# YOU ARE ADVISED TO CONSULT YOUR EXPORT/IMPORT CONTROL COUNSEL OR ATTORNEY +# TO DETERMINE THE EXACT REQUIREMENTS. +# +# [1] Please note that the JCE for Java SE, including the JCE framework, +# cryptographic policy files, and standard JCE providers provided with +# the Java SE, have been reviewed and approved for export as mass market +# encryption item by the US Bureau of Industry and Security. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +crypto.policy=unlimited + +# +# The policy for the XML Signature secure validation mode. Validation of +# XML Signatures that violate any of these constraints will fail. +# The mode can be enabled or disabled by setting the property +# "org.jcp.xml.dsig.secureValidation" to Boolean.TRUE or Boolean.FALSE with +# the javax.xml.crypto.XMLCryptoContext.setProperty() method, or by setting +# the system property "org.jcp.xml.dsig.secureValidation" to "true" or +# "false". Any other value for the system property is also treated as "false". +# If the system property is set, it supersedes the XMLCryptoContext property +# value. +# +# The secure validation mode is enabled by default. +# +# Policy: +# Constraint {"," Constraint } +# Constraint: +# AlgConstraint | MaxTransformsConstraint | MaxReferencesConstraint | +# ReferenceUriSchemeConstraint | KeySizeConstraint | OtherConstraint +# AlgConstraint +# "disallowAlg" Uri +# MaxTransformsConstraint: +# "maxTransforms" Integer +# MaxReferencesConstraint: +# "maxReferences" Integer +# ReferenceUriSchemeConstraint: +# "disallowReferenceUriSchemes" String { String } +# KeySizeConstraint: +# "minKeySize" KeyAlg Integer +# OtherConstraint: +# "noDuplicateIds" | "noRetrievalMethodLoops" +# +# For AlgConstraint, Uri is the algorithm URI String that is not allowed. +# See the XML Signature Recommendation for more information on algorithm +# URI Identifiers. For KeySizeConstraint, KeyAlg is the standard algorithm +# name of the key type (ex: "RSA"). If the MaxTransformsConstraint, +# MaxReferencesConstraint or KeySizeConstraint (for the same key type) is +# specified more than once, only the last entry is enforced. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +jdk.xml.dsig.secureValidationPolicy=\ + disallowAlg http://www.w3.org/TR/1999/REC-xslt-19991116,\ + disallowAlg http://www.w3.org/2001/04/xmldsig-more#rsa-md5,\ + disallowAlg http://www.w3.org/2001/04/xmldsig-more#hmac-md5,\ + disallowAlg http://www.w3.org/2001/04/xmldsig-more#md5,\ + disallowAlg http://www.w3.org/2000/09/xmldsig#sha1,\ + disallowAlg http://www.w3.org/2000/09/xmldsig#dsa-sha1,\ + disallowAlg http://www.w3.org/2000/09/xmldsig#rsa-sha1,\ + disallowAlg http://www.w3.org/2007/05/xmldsig-more#sha1-rsa-MGF1,\ + disallowAlg http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1,\ + maxTransforms 5,\ + maxReferences 30,\ + disallowReferenceUriSchemes file http https,\ + minKeySize RSA 1024,\ + minKeySize DSA 1024,\ + minKeySize EC 224,\ + noDuplicateIds,\ + noRetrievalMethodLoops + +# +# Support for the here() function +# +# This security property determines whether the here() XPath function is +# supported in XML Signature generation and verification. +# +# If this property is set to false, the here() function is not supported. +# Generating an XML Signature that uses the here() function will throw an +# XMLSignatureException. Validating an existing XML Signature that uses the +# here() function will also throw an XMLSignatureException. +# +# The default value for this property is true. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +#jdk.xml.dsig.hereFunctionSupported=true + +# +# Deserialization JVM-wide filter factory +# +# A filter factory class name is used to configure the JVM-wide filter factory. +# The class must be public, must have a public zero-argument constructor, implement the +# java.util.function.BinaryOperator interface, provide its +# implementation and be accessible via the application class loader. +# A builtin filter factory is used if no filter factory is defined. +# See java.io.ObjectInputFilter.Config for more information. +# +# If the system property jdk.serialFilterFactory is also specified, it supersedes +# the security property value defined here. +# +#jdk.serialFilterFactory= + +# +# Deserialization JVM-wide filter +# +# A filter, if configured, is used by the filter factory to provide the filter used by +# java.io.ObjectInputStream during deserialization to check the contents of the stream. +# A filter is configured as a sequence of patterns, each pattern is either +# matched against the name of a class in the stream or defines a limit. +# Patterns are separated by ";" (semicolon). +# Whitespace is significant and is considered part of the pattern. +# +# If the system property jdk.serialFilter is also specified, it supersedes +# the security property value defined here. +# +# If a pattern includes a "=", it sets a limit. +# If a limit appears more than once the last value is used. +# Limits are checked before classes regardless of the order in the +# sequence of patterns. +# If any of the limits are exceeded, the filter status is REJECTED. +# +# maxdepth=value - the maximum depth of a graph +# maxrefs=value - the maximum number of internal references +# maxbytes=value - the maximum number of bytes in the input stream +# maxarray=value - the maximum array length allowed +# +# Other patterns, from left to right, match the class or package name as +# returned from Class.getName. +# If the class is an array type, the class or package to be matched is the +# element type. +# Arrays of any number of dimensions are treated the same as the element type. +# For example, a pattern of "!example.Foo", rejects creation of any instance or +# array of example.Foo. +# +# If the pattern starts with "!", the status is REJECTED if the remaining +# pattern is matched; otherwise the status is ALLOWED if the pattern matches. +# If the pattern contains "/", the non-empty prefix up to the "/" is the +# module name; +# if the module name matches the module name of the class then +# the remaining pattern is matched with the class name. +# If there is no "/", the module name is not compared. +# If the pattern ends with ".**" it matches any class in the package and all +# subpackages. +# If the pattern ends with ".*" it matches any class in the package. +# If the pattern ends with "*", it matches any class with the pattern as a +# prefix. +# If the pattern is equal to the class name, it matches. +# Otherwise, the status is UNDECIDED. +# +#jdk.serialFilter=pattern;pattern + +# +# RMI Registry Serial Filter +# +# The filter pattern uses the same format as jdk.serialFilter. +# This filter can override the builtin filter if additional types need to be +# allowed or rejected from the RMI Registry or to decrease limits but not +# to increase limits. +# If the limits (maxdepth, maxrefs, or maxbytes) are exceeded, the object is rejected. +# +# Each non-array type is allowed or rejected if it matches one of the patterns, +# evaluated from left to right, and is otherwise allowed. Arrays of any +# component type, including subarrays and arrays of primitives, are allowed. +# +# Array construction of any component type, including subarrays and arrays of +# primitives, are allowed unless the length is greater than the maxarray limit. +# The filter is applied to each array element. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# The built-in filter allows subclasses of allowed classes and +# can approximately be represented as the pattern: +# +#sun.rmi.registry.registryFilter=\ +# maxarray=1000000;\ +# maxdepth=20;\ +# java.lang.String;\ +# java.lang.Number;\ +# java.lang.reflect.Proxy;\ +# java.rmi.Remote;\ +# sun.rmi.server.UnicastRef;\ +# sun.rmi.server.RMIClientSocketFactory;\ +# sun.rmi.server.RMIServerSocketFactory;\ +# java.rmi.server.UID +# +# RMI Distributed Garbage Collector (DGC) Serial Filter +# +# The filter pattern uses the same format as jdk.serialFilter. +# This filter can override the builtin filter if additional types need to be +# allowed or rejected from the RMI DGC. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# The builtin DGC filter can approximately be represented as the filter pattern: +# +#sun.rmi.transport.dgcFilter=\ +# java.rmi.server.ObjID;\ +# java.rmi.server.UID;\ +# java.rmi.dgc.VMID;\ +# java.rmi.dgc.Lease;\ +# maxdepth=5;maxarray=10000 + +# +# JCEKS Encrypted Key Serial Filter +# +# This filter, if configured, is used by the JCEKS KeyStore during the +# deserialization of the encrypted Key object stored inside a key entry. +# If not configured or the filter result is UNDECIDED (i.e. none of the patterns +# matches), the filter configured by jdk.serialFilter will be consulted. +# +# If the system property jceks.key.serialFilter is also specified, it supersedes +# the security property value defined here. +# +# The filter pattern uses the same format as jdk.serialFilter. The default +# pattern allows java.lang.Enum, java.security.KeyRep, java.security.KeyRep$Type, +# and javax.crypto.spec.SecretKeySpec and rejects all the others. +jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep;\ + java.base/java.security.KeyRep$Type;java.base/javax.crypto.spec.SecretKeySpec;!* + +# The iteration count used for password-based encryption (PBE) in JCEKS +# keystores. Values in the range 10000 to 5000000 are considered valid. +# If the value is out of this range, or is not a number, or is unspecified; +# a default of 200000 is used. +# +# If the system property jdk.jceks.iterationCount is also specified, it +# supersedes the security property value defined here. +# +#jdk.jceks.iterationCount = 200000 + +# +# PKCS12 KeyStore properties +# +# The following properties, if configured, are used by the PKCS12 KeyStore +# implementation during the creation of a new keystore. Several of the +# properties may also be used when modifying an existing keystore. The +# properties can be overridden by a KeyStore API that specifies its own +# algorithms and parameters. +# +# If an existing PKCS12 keystore is loaded and then stored, the algorithm and +# parameter used to generate the existing Mac will be reused. If the existing +# keystore does not have a Mac, no Mac will be created while storing. If there +# is at least one certificate in the existing keystore, the algorithm and +# parameters used to encrypt the last certificate in the existing keystore will +# be reused to encrypt all certificates while storing. If the last certificate +# in the existing keystore is not encrypted, all certificates will be stored +# unencrypted. If there is no certificate in the existing keystore, any newly +# added certificate will be encrypted (or stored unencrypted if algorithm +# value is "NONE") using the "keystore.pkcs12.certProtectionAlgorithm" and +# "keystore.pkcs12.certPbeIterationCount" values defined here. Existing private +# and secret key(s) are not changed. Newly set private and secret key(s) will +# be encrypted using the "keystore.pkcs12.keyProtectionAlgorithm" and +# "keystore.pkcs12.keyPbeIterationCount" values defined here. +# +# In order to apply new algorithms and parameters to all entries in an +# existing keystore, one can create a new keystore and add entries in the +# existing keystore into the new keystore. This can be achieved by calling the +# "keytool -importkeystore" command. +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +# If the property is set to an illegal value, an iteration count that is not +# a positive integer, or an unknown algorithm name, an exception will be thrown +# when the property is used. If the property is not set or empty, a default +# value will be used. +# +# Some PKCS12 tools and libraries may not support algorithms based on PBES2 +# and AES. To create a PKCS12 keystore which they can load, set the system +# property "keystore.pkcs12.legacy" which overrides the values of the properties +# defined below with legacy algorithms. Setting this system property (which can +# only be enabled and has no value) is equivalent to +# +# -Dkeystore.pkcs12.certProtectionAlgorithm=PBEWithSHA1AndRC2_40 +# -Dkeystore.pkcs12.keyProtectionAlgorithm=PBEWithSHA1AndDESede +# -Dkeystore.pkcs12.macAlgorithm=HmacPBESHA1 +# -Dkeystore.pkcs12.certPbeIterationCount=50000 +# -Dkeystore.pkcs12.keyPbeIterationCount=50000 +# -Dkeystore.pkcs12.macIterationCount=100000 +# +# Also, you can downgrade an existing PKCS12 keystore created with stronger +# algorithms to legacy algorithms with +# +# keytool -J-Dkeystore.pkcs12.legacy -importkeystore -srckeystore ks -destkeystore ks +# +# This system property should be used at your own risk. +# +# Note: These properties are currently used by the JDK Reference implementation. +# They are not guaranteed to be examined and used by other implementations. + +# The algorithm used to encrypt a certificate. This can be any non-Hmac PBE +# algorithm defined in the Cipher section of the Java Security Standard +# Algorithm Names Specification. When set to "NONE", the certificate +# is not encrypted. The default value is "PBEWithHmacSHA256AndAES_256". +#keystore.pkcs12.certProtectionAlgorithm = PBEWithHmacSHA256AndAES_256 + +# The iteration count used by the PBE algorithm when encrypting a certificate. +# This value must be a positive integer. The default value is 10000. +#keystore.pkcs12.certPbeIterationCount = 10000 + +# The algorithm used to encrypt a private key or secret key. This can be +# any non-Hmac PBE algorithm defined in the Cipher section of the Java +# Security Standard Algorithm Names Specification. The value must not be "NONE". +# The default value is "PBEWithHmacSHA256AndAES_256". +#keystore.pkcs12.keyProtectionAlgorithm = PBEWithHmacSHA256AndAES_256 + +# The iteration count used by the PBE algorithm when encrypting a private key +# or a secret key. This value must be a positive integer. The default value +# is 10000. +#keystore.pkcs12.keyPbeIterationCount = 10000 + +# The algorithm used to calculate the optional MacData at the end of a PKCS12 +# file. This can be any HmacPBE algorithm defined in the Mac section of the +# Java Security Standard Algorithm Names Specification. When set to "NONE", +# no Mac is generated. The default value is "HmacPBESHA256". +#keystore.pkcs12.macAlgorithm = HmacPBESHA256 + +# The iteration count used by the MacData algorithm. This value must be a +# positive integer. The default value is 10000. +#keystore.pkcs12.macIterationCount = 10000 + +# +# Enhanced exception message information +# +# By default, exception messages should not include potentially sensitive +# information such as file names, host names, or port numbers. This property +# accepts one or more comma separated values, each of which represents a +# category of enhanced exception message information to enable. Values are +# case-insensitive. Leading and trailing whitespaces, surrounding each value, +# are ignored. Unknown values are ignored. +# +# NOTE: Use caution before setting this property. Setting this property +# exposes sensitive information in Exceptions, which could, for example, +# propagate to untrusted code or be emitted in stack traces that are +# inadvertently disclosed and made accessible over a public network. +# +# The categories are: +# +# hostInfo - IOExceptions thrown by java.net.Socket and the socket types in the +# java.nio.channels package will contain enhanced exception +# message information +# +# jar - enables more detailed information in the IOExceptions thrown +# by classes in the java.util.jar package +# +# The property setting in this file can be overridden by a system property of +# the same name, with the same syntax and possible values. +# +#jdk.includeInExceptions=hostInfo,jar + +# +# Disabled mechanisms for the Simple Authentication and Security Layer (SASL) +# +# Disabled mechanisms will not be negotiated by both SASL clients and servers. +# These mechanisms will be ignored if they are specified in the "mechanisms" +# argument of "Sasl.createSaslClient" or the "mechanism" argument of +# "Sasl.createSaslServer". +# +# The value of this property is a comma-separated list of SASL mechanisms. +# The mechanisms are case-sensitive. Whitespaces around the commas are ignored. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# Example: +# jdk.sasl.disabledMechanisms=PLAIN, CRAM-MD5, DIGEST-MD5 +jdk.sasl.disabledMechanisms= + +# +# Policies for distrusting Certificate Authorities (CAs). +# +# This is a comma separated value of one or more case-sensitive strings, each +# of which represents a policy for determining if a CA should be distrusted. +# The supported values are: +# +# SYMANTEC_TLS : Distrust TLS Server certificates anchored by a Symantec +# root CA and issued after April 16, 2019 unless issued by one of the +# following subordinate CAs which have a later distrust date: +# 1. Apple IST CA 2 - G1, SHA-256 fingerprint: +# AC2B922ECFD5E01711772FEA8ED372DE9D1E2245FCE3F57A9CDBEC77296A424B +# Distrust after December 31, 2019. +# 2. Apple IST CA 8 - G1, SHA-256 fingerprint: +# A4FE7C7F15155F3F0AEF7AAA83CF6E06DEB97CA3F909DF920AC1490882D488ED +# Distrust after December 31, 2019. +# +# ENTRUST_TLS : Distrust TLS Server certificates anchored by +# an Entrust root CA and issued after November 11, 2024. +# +# Leading and trailing whitespace surrounding each value are ignored. +# Unknown values are ignored. If the property is commented out or set to the +# empty String, no policies are enforced. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be supported by other SE implementations. Also, this +# property does not override other security properties which can restrict +# certificates such as jdk.tls.disabledAlgorithms or +# jdk.certpath.disabledAlgorithms; those restrictions are still enforced even +# if this property is not enabled. +# +jdk.security.caDistrustPolicies=SYMANTEC_TLS,ENTRUST_TLS + +# +# FilePermission path canonicalization +# +# This security property dictates how the path argument is processed and stored +# while constructing a FilePermission object. If the value is set to true, the +# path argument is canonicalized and FilePermission methods (such as implies, +# equals, and hashCode) are implemented based on this canonicalized result. +# Otherwise, the path argument is not canonicalized and FilePermission methods are +# implemented based on the original input. See the implementation note of the +# FilePermission class for more details. +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +# The default value for this property is false. +# +jdk.io.permissionsUseCanonicalPath=false + + +# +# Policies for the proxy_impersonator Kerberos ccache configuration entry +# +# The proxy_impersonator ccache configuration entry indicates that the ccache +# is a synthetic delegated credential for use with S4U2Proxy by an intermediate +# server. The ccache file should also contain the TGT of this server and +# an evidence ticket from the default principal of the ccache to this server. +# +# This security property determines how Java uses this configuration entry. +# There are 3 possible values: +# +# no-impersonate - Ignore this configuration entry, and always act as +# the owner of the TGT (if it exists). +# +# try-impersonate - Try impersonation when this configuration entry exists. +# If no matching TGT or evidence ticket is found, +# fallback to no-impersonate. +# +# always-impersonate - Always impersonate when this configuration entry exists. +# If no matching TGT or evidence ticket is found, +# no initial credential is read from the ccache. +# +# The default value is "always-impersonate". +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +#jdk.security.krb5.default.initiate.credential=always-impersonate + +# +# Trust Anchor Certificates - CA Basic Constraint check +# +# X.509 v3 certificates used as Trust Anchors (to validate signed code or TLS +# connections) must have the cA Basic Constraint field set to 'true'. Also, if +# they include a Key Usage extension, the keyCertSign bit must be set. These +# checks, enabled by default, can be disabled for backward-compatibility +# purposes with the jdk.security.allowNonCaAnchor System and Security +# properties. In the case that both properties are simultaneously set, the +# System value prevails. The default value of the property is "false". +# +#jdk.security.allowNonCaAnchor=true + +# +# The default Character set name (java.nio.charset.Charset.forName()) +# for converting TLS ALPN values between byte arrays and Strings. +# Prior versions of the JDK may use UTF-8 as the default charset. If +# you experience interoperability issues, setting this property to UTF-8 +# may help. +# +# jdk.tls.alpnCharset=UTF-8 +jdk.tls.alpnCharset=ISO_8859_1 + +# +# Global JNDI Object Factories Filter +# +# This filter is used by the JNDI runtime to control the set of object factory classes +# which will be allowed to instantiate objects from object references returned by +# naming/directory systems. The factory class named by the reference instance will be +# matched against this filter. The filter property supports pattern-based filter syntax +# with the same format as jdk.serialFilter. Limit patterns specified in the filter property +# are unused. +# +# Each class name pattern is matched against the factory class name to allow or disallow its +# instantiation. The access to a factory class is allowed if the filter returns +# ALLOWED. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# If the system property jdk.jndi.object.factoriesFilter is also specified, it supersedes +# the security property value defined here. The default value of the property is "*". +# +# The default pattern value allows any object factory class specified by the reference +# instance to recreate the referenced object. +#jdk.jndi.object.factoriesFilter=* + +# +# Protocol Specific JNDI/LDAP Object Factories Filter +# +# This filter is used by the JNDI/LDAP provider implementation in the JDK to further control the +# set of object factory classes which will be allowed to instantiate objects from object +# references bound to LDAP contexts. The factory class named by the reference instance will +# be matched against this filter. The filter property supports pattern-based filter syntax +# with the same format as jdk.serialFilter. Limit patterns specified in the filter property +# are unused. +# +# Each class name pattern is matched against the factory class name to allow or disallow its +# instantiation. The access to a factory class is allowed only when it is not rejected by this filter +# or by the global filter defined by "jdk.jndi.object.factoriesFilter", and at least one of these +# two filters returns ALLOWED. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# If the system property jdk.jndi.ldap.object.factoriesFilter is also specified, it supersedes +# the security property value defined here. The default value of the property is +# "java.naming/com.sun.jndi.ldap.**;!*". +# +# The default pattern value allows any object factory class defined in the java.naming module +# to be specified by the reference instance, but rejects any other. +#jdk.jndi.ldap.object.factoriesFilter=java.naming/com.sun.jndi.ldap.**;!* + +# +# Protocol Specific JNDI/RMI Object Factories Filter +# +# This filter is used by the JNDI/RMI provider implementation in the JDK to further control the +# set of object factory classes which will be allowed to instantiate objects from object +# references bound to RMI names. The factory class named by the reference instance will +# be matched against this filter. The filter property supports pattern-based filter syntax +# with the same format as jdk.serialFilter. Limit patterns specified in the filter property +# are unused. +# +# Each class name pattern is matched against the factory class name to allow or disallow its +# instantiation. The access to a factory class is allowed only when it is not rejected by this filter +# or by the global filter defined by "jdk.jndi.object.factoriesFilter", and at least one of these +# two filters returns ALLOWED. +# +# Note: This property is currently used by the JDK Reference implementation. +# It is not guaranteed to be examined and used by other implementations. +# +# If the system property jdk.jndi.rmi.object.factoriesFilter is also specified, it supersedes +# the security property value defined here. The default value of the property is +# "jdk.naming.rmi/com.sun.jndi.rmi.**;!*". +# +# The default pattern value allows any object factory class defined in the jdk.naming.rmi module +# to be specified by the reference instance, but rejects any other. +#jdk.jndi.rmi.object.factoriesFilter=jdk.naming.rmi/com.sun.jndi.rmi.**;!* + +# +# Policy for non-forwardable service ticket in a S4U2proxy request +# +# The Service for User to Proxy (S4U2proxy) Kerberos extension enables a middle service +# to obtain a service ticket to another service on behalf of a user. It requires that +# the user's service ticket to the first service has the forwardable flag set [1]. +# However, some KDC implementations ignore this requirement and accept service tickets +# with the flag unset. +# +# If this security property is set to "true", then +# +# 1) The user service ticket, when obtained by the middle service after a S4U2self +# impersonation, is not required to have the forwardable flag set; and, +# +# 2) If a S4U2proxy request receives a KRB_ERROR of the KDC_ERR_BADOPTION error code +# and the ticket to the middle service is not forwardable, OpenJDK will try the same +# request with another KDC instead of treating it as a fatal failure. +# +# The default value is "false". +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +# [1] https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-sfu/bde93b0e-f3c9-4ddf-9f44-e1453be7af5a +#jdk.security.krb5.s4u2proxy.acceptNonForwardableServiceTicket=false + +# +# Policy for name comparison in keytab and ccache entry lookup +# +# When looking up a keytab or credentials cache (ccache) entry for a Kerberos +# principal, the principal name is compared with the name in the entry. +# The comparison is by default case-insensitive. However, many Kerberos +# implementations consider principal names to be case-sensitive. Consequently, +# if two principals have names that differ only in case, there is a risk that +# an incorrect keytab or ccache entry might be selected. +# +# If this security property is set to "true", the comparison of principal +# names at keytab and ccache entry lookup is case-sensitive. +# +# The default value is "false". +# +# If a system property of the same name is also specified, it supersedes the +# security property value defined here. +# +#jdk.security.krb5.name.case.sensitive=false diff --git a/java/conf/security/policy/README.txt b/java/conf/security/policy/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdf77d3e3a401f0d6f0be18c53f6bec7cf4b0f25 --- /dev/null +++ b/java/conf/security/policy/README.txt @@ -0,0 +1,54 @@ + + Java(TM) Cryptography Extension Policy Files + for the Java(TM) Platform, Standard Edition Runtime Environment + + README +------------------------------------------------------------------------ + +Import and export control rules on cryptographic software vary from +country to country. The Java Cryptography Extension (JCE) architecture +allows flexible cryptographic key strength to be configured via the +jurisdiction policy files which are referenced by the "crypto.policy" +security property in the /conf/security/java.security file. + +By default, Java provides two different sets of cryptographic policy +files: + + unlimited: These policy files contain no restrictions on cryptographic + strengths or algorithms + + limited: These policy files contain more restricted cryptographic + strengths + +These files reside in /conf/security/policy in the "unlimited" +or "limited" subdirectories respectively. + +Each subdirectory contains a complete policy configuration, +and subdirectories can be added/edited/removed to reflect your +import or export control product requirements. + +Within a subdirectory, the effective policy is the combined minimum +permissions of the grant statements in the file(s) matching the filename +pattern "default_*.policy". At least one grant is required. For example: + + limited = Export (all) + Import (limited) = Limited + unlimited = Export (all) + Import (all) = Unlimited + +The effective exemption policy is the combined minimum permissions +of the grant statements in the file(s) matching the filename pattern +"exempt_*.policy". Exemption grants are optional. For example: + + limited = grants exemption permissions, by which the + effective policy can be circumvented. + e.g. KeyRecovery/KeyEscrow/KeyWeakening. + +Please see the Java Cryptography Architecture (JCA) documentation for +additional information on these files and formats. + +YOU ARE ADVISED TO CONSULT YOUR EXPORT/IMPORT CONTROL COUNSEL OR ATTORNEY +TO DETERMINE THE EXACT REQUIREMENTS. + +Please note that the JCE for Java SE, including the JCE framework, +cryptographic policy files, and standard JCE providers provided with +the Java SE, have been reviewed and approved for export as mass market +encryption item by the US Bureau of Industry and Security. diff --git a/java/conf/security/policy/limited/default_US_export.policy b/java/conf/security/policy/limited/default_US_export.policy new file mode 100644 index 0000000000000000000000000000000000000000..1f389340585d2a0a2f671fa3b3c273281986071c --- /dev/null +++ b/java/conf/security/policy/limited/default_US_export.policy @@ -0,0 +1,6 @@ +// Default US Export policy file. + +grant { + // There is no restriction to any algorithms. + permission javax.crypto.CryptoAllPermission; +}; diff --git a/java/conf/security/policy/limited/default_local.policy b/java/conf/security/policy/limited/default_local.policy new file mode 100644 index 0000000000000000000000000000000000000000..2a6d5134047c001361528e9300daab3ebc28ebb0 --- /dev/null +++ b/java/conf/security/policy/limited/default_local.policy @@ -0,0 +1,14 @@ +// Some countries have import limits on crypto strength. This policy file +// is worldwide importable. + +grant { + permission javax.crypto.CryptoPermission "DES", 64; + permission javax.crypto.CryptoPermission "DESede", *; + permission javax.crypto.CryptoPermission "RC2", 128, + "javax.crypto.spec.RC2ParameterSpec", 128; + permission javax.crypto.CryptoPermission "RC4", 128; + permission javax.crypto.CryptoPermission "RC5", 128, + "javax.crypto.spec.RC5ParameterSpec", *, 12, *; + permission javax.crypto.CryptoPermission "RSA", *; + permission javax.crypto.CryptoPermission *, 128; +}; diff --git a/java/conf/security/policy/limited/exempt_local.policy b/java/conf/security/policy/limited/exempt_local.policy new file mode 100644 index 0000000000000000000000000000000000000000..9dd5b91b06d768bea47022ab61d02dcbcccff410 --- /dev/null +++ b/java/conf/security/policy/limited/exempt_local.policy @@ -0,0 +1,13 @@ +// Some countries have import limits on crypto strength, but may allow for +// these exemptions if the exemption mechanism is used. + +grant { + // There is no restriction to any algorithms if KeyRecovery is enforced. + permission javax.crypto.CryptoPermission *, "KeyRecovery"; + + // There is no restriction to any algorithms if KeyEscrow is enforced. + permission javax.crypto.CryptoPermission *, "KeyEscrow"; + + // There is no restriction to any algorithms if KeyWeakening is enforced. + permission javax.crypto.CryptoPermission *, "KeyWeakening"; +}; diff --git a/java/conf/security/policy/unlimited/default_US_export.policy b/java/conf/security/policy/unlimited/default_US_export.policy new file mode 100644 index 0000000000000000000000000000000000000000..1f389340585d2a0a2f671fa3b3c273281986071c --- /dev/null +++ b/java/conf/security/policy/unlimited/default_US_export.policy @@ -0,0 +1,6 @@ +// Default US Export policy file. + +grant { + // There is no restriction to any algorithms. + permission javax.crypto.CryptoAllPermission; +}; diff --git a/java/conf/security/policy/unlimited/default_local.policy b/java/conf/security/policy/unlimited/default_local.policy new file mode 100644 index 0000000000000000000000000000000000000000..2b907e25895d6fa4cd7bc2692cdc50db4f38adf7 --- /dev/null +++ b/java/conf/security/policy/unlimited/default_local.policy @@ -0,0 +1,6 @@ +// Country-specific policy file for countries with no limits on crypto strength. + +grant { + // There is no restriction to any algorithms. + permission javax.crypto.CryptoAllPermission; +}; diff --git a/java/include/win32/bridge/AccessBridgeCallbacks.h b/java/include/win32/bridge/AccessBridgeCallbacks.h new file mode 100644 index 0000000000000000000000000000000000000000..3f907d5f9cdd3d4699be498b44327c127d965149 --- /dev/null +++ b/java/include/win32/bridge/AccessBridgeCallbacks.h @@ -0,0 +1,92 @@ +/* + * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +/* + * Header file defining callback typedefs for Windows routines + * which are called from Java (responding to events, etc.). + */ + +#ifndef __AccessBridgeCallbacks_H__ +#define __AccessBridgeCallbacks_H__ + +#include +#include "AccessBridgePackages.h" + +#ifdef __cplusplus +extern "C" { +#endif + +typedef void (*AccessBridge_PropertyChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + wchar_t *property, wchar_t *oldValue, wchar_t *newValue); + +typedef void (*AccessBridge_JavaShutdownFP) (long vmID); +typedef void (*AccessBridge_JavaShutdownFP) (long vmID); + +typedef void (*AccessBridge_FocusGainedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_FocusLostFP) (long vmID, JOBJECT64 event, JOBJECT64 source); + +typedef void (*AccessBridge_CaretUpdateFP) (long vmID, JOBJECT64 event, JOBJECT64 source); + +typedef void (*AccessBridge_MouseClickedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_MouseEnteredFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_MouseExitedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_MousePressedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_MouseReleasedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); + +typedef void (*AccessBridge_MenuCanceledFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_MenuDeselectedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_MenuSelectedFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_PopupMenuCanceledFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_PopupMenuWillBecomeInvisibleFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_PopupMenuWillBecomeVisibleFP) (long vmID, JOBJECT64 event, JOBJECT64 source); + +typedef void (*AccessBridge_PropertyNameChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + wchar_t *oldName, wchar_t *newName); +typedef void (*AccessBridge_PropertyDescriptionChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + wchar_t *oldDescription, wchar_t *newDescription); +typedef void (*AccessBridge_PropertyStateChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + wchar_t *oldState, wchar_t *newState); +typedef void (*AccessBridge_PropertyValueChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + wchar_t *oldValue, wchar_t *newValue); +typedef void (*AccessBridge_PropertySelectionChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_PropertyTextChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_PropertyCaretChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + int oldPosition, int newPosition); +typedef void (*AccessBridge_PropertyVisibleDataChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source); +typedef void (*AccessBridge_PropertyChildChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, + JOBJECT64 oldChild, JOBJECT64 newChild); +typedef void (*AccessBridge_PropertyActiveDescendentChangeFP) (long vmID, JOBJECT64 event, + JOBJECT64 source, + JOBJECT64 oldActiveDescendent, + JOBJECT64 newActiveDescendent); + +typedef void (*AccessBridge_PropertyTableModelChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 src, + wchar_t *oldValue, wchar_t *newValue); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/java/include/win32/bridge/AccessBridgeCalls.h b/java/include/win32/bridge/AccessBridgeCalls.h new file mode 100644 index 0000000000000000000000000000000000000000..b2d95f64366c0ac553550b17db916d04655fd964 --- /dev/null +++ b/java/include/win32/bridge/AccessBridgeCalls.h @@ -0,0 +1,724 @@ +/* + * Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +/* Note: In addition to this header file AccessBridgeCalls.c must be compiled and + * linked to your application. AccessBridgeCalls.c implements the Java Access + * Bridge API and also hides the complexities associated with interfacing to the + * associated Java Access Bridge DLL which is installed when Java is installed. + * + * AccessBridgeCalls.c is available for download from the OpenJDK repository using + * the following link: + * + * https://git.openjdk.org/jdk17/blob/master/src/jdk.accessibility/windows/native/bridge/AccessBridgeCalls.c + * + * Also note that the API is used in the jaccessinspector and jaccesswalker tools. + * The source for those tools is available in the OpenJDK repository at these links: + * + * https://git.openjdk.org/jdk17/blob/master/src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp + * https://git.openjdk.org/jdk17/blob/master/src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp + * + * + */ + +/* + * Wrapper functions around calls to the AccessBridge DLL + */ + +#include +#include +#include "AccessBridgeCallbacks.h" +#include "AccessBridgePackages.h" + +#ifdef __cplusplus +extern "C" { +#endif + +#define null NULL + + typedef JOBJECT64 AccessibleContext; + typedef JOBJECT64 AccessibleText; + typedef JOBJECT64 AccessibleValue; + typedef JOBJECT64 AccessibleSelection; + typedef JOBJECT64 Java_Object; + typedef JOBJECT64 PropertyChangeEvent; + typedef JOBJECT64 FocusEvent; + typedef JOBJECT64 CaretEvent; + typedef JOBJECT64 MouseEvent; + typedef JOBJECT64 MenuEvent; + typedef JOBJECT64 AccessibleTable; + typedef JOBJECT64 AccessibleHyperlink; + typedef JOBJECT64 AccessibleHypertext; + + + typedef void (*Windows_runFP) (); + + typedef void (*SetPropertyChangeFP) (AccessBridge_PropertyChangeFP fp); + + typedef void (*SetJavaShutdownFP) (AccessBridge_JavaShutdownFP fp); + typedef void (*SetFocusGainedFP) (AccessBridge_FocusGainedFP fp); + typedef void (*SetFocusLostFP) (AccessBridge_FocusLostFP fp); + + typedef void (*SetCaretUpdateFP) (AccessBridge_CaretUpdateFP fp); + + typedef void (*SetMouseClickedFP) (AccessBridge_MouseClickedFP fp); + typedef void (*SetMouseEnteredFP) (AccessBridge_MouseEnteredFP fp); + typedef void (*SetMouseExitedFP) (AccessBridge_MouseExitedFP fp); + typedef void (*SetMousePressedFP) (AccessBridge_MousePressedFP fp); + typedef void (*SetMouseReleasedFP) (AccessBridge_MouseReleasedFP fp); + + typedef void (*SetMenuCanceledFP) (AccessBridge_MenuCanceledFP fp); + typedef void (*SetMenuDeselectedFP) (AccessBridge_MenuDeselectedFP fp); + typedef void (*SetMenuSelectedFP) (AccessBridge_MenuSelectedFP fp); + typedef void (*SetPopupMenuCanceledFP) (AccessBridge_PopupMenuCanceledFP fp); + typedef void (*SetPopupMenuWillBecomeInvisibleFP) (AccessBridge_PopupMenuWillBecomeInvisibleFP fp); + typedef void (*SetPopupMenuWillBecomeVisibleFP) (AccessBridge_PopupMenuWillBecomeVisibleFP fp); + + typedef void (*SetPropertyNameChangeFP) (AccessBridge_PropertyNameChangeFP fp); + typedef void (*SetPropertyDescriptionChangeFP) (AccessBridge_PropertyDescriptionChangeFP fp); + typedef void (*SetPropertyStateChangeFP) (AccessBridge_PropertyStateChangeFP fp); + typedef void (*SetPropertyValueChangeFP) (AccessBridge_PropertyValueChangeFP fp); + typedef void (*SetPropertySelectionChangeFP) (AccessBridge_PropertySelectionChangeFP fp); + typedef void (*SetPropertyTextChangeFP) (AccessBridge_PropertyTextChangeFP fp); + typedef void (*SetPropertyCaretChangeFP) (AccessBridge_PropertyCaretChangeFP fp); + typedef void (*SetPropertyVisibleDataChangeFP) (AccessBridge_PropertyVisibleDataChangeFP fp); + typedef void (*SetPropertyChildChangeFP) (AccessBridge_PropertyChildChangeFP fp); + typedef void (*SetPropertyActiveDescendentChangeFP) (AccessBridge_PropertyActiveDescendentChangeFP fp); + + typedef void (*SetPropertyTableModelChangeFP) (AccessBridge_PropertyTableModelChangeFP fp); + + typedef void (*ReleaseJavaObjectFP) (long vmID, Java_Object object); + + typedef BOOL (*GetVersionInfoFP) (long vmID, AccessBridgeVersionInfo *info); + + typedef BOOL (*IsJavaWindowFP) (HWND window); + typedef BOOL (*IsSameObjectFP) (long vmID, JOBJECT64 obj1, JOBJECT64 obj2); + typedef BOOL (*GetAccessibleContextFromHWNDFP) (HWND window, long *vmID, AccessibleContext *ac); + typedef HWND (*getHWNDFromAccessibleContextFP) (long vmID, AccessibleContext ac); + + typedef BOOL (*GetAccessibleContextAtFP) (long vmID, AccessibleContext acParent, + jint x, jint y, AccessibleContext *ac); + typedef BOOL (*GetAccessibleContextWithFocusFP) (HWND window, long *vmID, AccessibleContext *ac); + typedef BOOL (*GetAccessibleContextInfoFP) (long vmID, AccessibleContext ac, AccessibleContextInfo *info); + typedef AccessibleContext (*GetAccessibleChildFromContextFP) (long vmID, AccessibleContext ac, jint i); + typedef AccessibleContext (*GetAccessibleParentFromContextFP) (long vmID, AccessibleContext ac); + + /* begin AccessibleTable */ + typedef BOOL (*getAccessibleTableInfoFP) (long vmID, AccessibleContext ac, AccessibleTableInfo *tableInfo); + typedef BOOL (*getAccessibleTableCellInfoFP) (long vmID, AccessibleTable accessibleTable, + jint row, jint column, AccessibleTableCellInfo *tableCellInfo); + + typedef BOOL (*getAccessibleTableRowHeaderFP) (long vmID, AccessibleContext acParent, AccessibleTableInfo *tableInfo); + typedef BOOL (*getAccessibleTableColumnHeaderFP) (long vmID, AccessibleContext acParent, AccessibleTableInfo *tableInfo); + + typedef AccessibleContext (*getAccessibleTableRowDescriptionFP) (long vmID, AccessibleContext acParent, jint row); + typedef AccessibleContext (*getAccessibleTableColumnDescriptionFP) (long vmID, AccessibleContext acParent, jint column); + + typedef jint (*getAccessibleTableRowSelectionCountFP) (long vmID, AccessibleTable table); + typedef BOOL (*isAccessibleTableRowSelectedFP) (long vmID, AccessibleTable table, jint row); + typedef BOOL (*getAccessibleTableRowSelectionsFP) (long vmID, AccessibleTable table, jint count, + jint *selections); + + typedef jint (*getAccessibleTableColumnSelectionCountFP) (long vmID, AccessibleTable table); + typedef BOOL (*isAccessibleTableColumnSelectedFP) (long vmID, AccessibleTable table, jint column); + typedef BOOL (*getAccessibleTableColumnSelectionsFP) (long vmID, AccessibleTable table, jint count, + jint *selections); + + typedef jint (*getAccessibleTableRowFP) (long vmID, AccessibleTable table, jint index); + typedef jint (*getAccessibleTableColumnFP) (long vmID, AccessibleTable table, jint index); + typedef jint (*getAccessibleTableIndexFP) (long vmID, AccessibleTable table, jint row, jint column); + /* end AccessibleTable */ + + /* AccessibleRelationSet */ + typedef BOOL (*getAccessibleRelationSetFP) (long vmID, AccessibleContext accessibleContext, + AccessibleRelationSetInfo *relationSetInfo); + + /* AccessibleHypertext */ + typedef BOOL (*getAccessibleHypertextFP)(long vmID, AccessibleContext accessibleContext, + AccessibleHypertextInfo *hypertextInfo); + + typedef BOOL (*activateAccessibleHyperlinkFP)(long vmID, AccessibleContext accessibleContext, + AccessibleHyperlink accessibleHyperlink); + + typedef jint (*getAccessibleHyperlinkCountFP)(const long vmID, + const AccessibleContext accessibleContext); + + typedef BOOL (*getAccessibleHypertextExtFP) (const long vmID, + const AccessibleContext accessibleContext, + const jint nStartIndex, + AccessibleHypertextInfo *hypertextInfo); + + typedef jint (*getAccessibleHypertextLinkIndexFP)(const long vmID, + const AccessibleHypertext hypertext, + const jint nIndex); + + typedef BOOL (*getAccessibleHyperlinkFP)(const long vmID, + const AccessibleHypertext hypertext, + const jint nIndex, + AccessibleHyperlinkInfo *hyperlinkInfo); + + + /* Accessible KeyBindings, Icons and Actions */ + typedef BOOL (*getAccessibleKeyBindingsFP)(long vmID, AccessibleContext accessibleContext, + AccessibleKeyBindings *keyBindings); + + typedef BOOL (*getAccessibleIconsFP)(long vmID, AccessibleContext accessibleContext, + AccessibleIcons *icons); + + typedef BOOL (*getAccessibleActionsFP)(long vmID, AccessibleContext accessibleContext, + AccessibleActions *actions); + + typedef BOOL (*doAccessibleActionsFP)(long vmID, AccessibleContext accessibleContext, + AccessibleActionsToDo *actionsToDo, jint *failure); + + + /* AccessibleText */ + + typedef BOOL (*GetAccessibleTextInfoFP) (long vmID, AccessibleText at, AccessibleTextInfo *textInfo, jint x, jint y); + typedef BOOL (*GetAccessibleTextItemsFP) (long vmID, AccessibleText at, AccessibleTextItemsInfo *textItems, jint index); + typedef BOOL (*GetAccessibleTextSelectionInfoFP) (long vmID, AccessibleText at, AccessibleTextSelectionInfo *textSelection); + typedef BOOL (*GetAccessibleTextAttributesFP) (long vmID, AccessibleText at, jint index, AccessibleTextAttributesInfo *attributes); + typedef BOOL (*GetAccessibleTextRectFP) (long vmID, AccessibleText at, AccessibleTextRectInfo *rectInfo, jint index); + typedef BOOL (*GetAccessibleTextLineBoundsFP) (long vmID, AccessibleText at, jint index, jint *startIndex, jint *endIndex); + typedef BOOL (*GetAccessibleTextRangeFP) (long vmID, AccessibleText at, jint start, jint end, wchar_t *text, short len); + + typedef BOOL (*GetCurrentAccessibleValueFromContextFP) (long vmID, AccessibleValue av, wchar_t *value, short len); + typedef BOOL (*GetMaximumAccessibleValueFromContextFP) (long vmID, AccessibleValue av, wchar_t *value, short len); + typedef BOOL (*GetMinimumAccessibleValueFromContextFP) (long vmID, AccessibleValue av, wchar_t *value, short len); + + typedef void (*AddAccessibleSelectionFromContextFP) (long vmID, AccessibleSelection as, int i); + typedef void (*ClearAccessibleSelectionFromContextFP) (long vmID, AccessibleSelection as); + typedef JOBJECT64 (*GetAccessibleSelectionFromContextFP) (long vmID, AccessibleSelection as, int i); + typedef int (*GetAccessibleSelectionCountFromContextFP) (long vmID, AccessibleSelection as); + typedef BOOL (*IsAccessibleChildSelectedFromContextFP) (long vmID, AccessibleSelection as, int i); + typedef void (*RemoveAccessibleSelectionFromContextFP) (long vmID, AccessibleSelection as, int i); + typedef void (*SelectAllAccessibleSelectionFromContextFP) (long vmID, AccessibleSelection as); + + /* Utility methods */ + + typedef BOOL (*setTextContentsFP) (const long vmID, const AccessibleContext ac, const wchar_t *text); + typedef AccessibleContext (*getParentWithRoleFP) (const long vmID, const AccessibleContext ac, const wchar_t *role); + typedef AccessibleContext (*getParentWithRoleElseRootFP) (const long vmID, const AccessibleContext ac, const wchar_t *role); + typedef AccessibleContext (*getTopLevelObjectFP) (const long vmID, const AccessibleContext ac); + typedef int (*getObjectDepthFP) (const long vmID, const AccessibleContext ac); + typedef AccessibleContext (*getActiveDescendentFP) (const long vmID, const AccessibleContext ac); + + + typedef BOOL (*getVirtualAccessibleNameFP) (const long vmID, const AccessibleContext accessibleContext, + wchar_t *name, int len); + + typedef BOOL (*requestFocusFP) (const long vmID, const AccessibleContext accessibleContext); + + typedef BOOL (*selectTextRangeFP) (const long vmID, const AccessibleContext accessibleContext, + const int startIndex, const int endIndex); + + typedef BOOL (*getTextAttributesInRangeFP) (const long vmID, const AccessibleContext accessibleContext, + const int startIndex, const int endIndex, + AccessibleTextAttributesInfo *attributes, short *len); + + typedef int (*getVisibleChildrenCountFP) (const long vmID, const AccessibleContext accessibleContext); + + typedef BOOL (*getVisibleChildrenFP) (const long vmID, const AccessibleContext accessibleContext, + const int startIndex, VisibleChildrenInfo *children); + + typedef BOOL (*setCaretPositionFP) (const long vmID, const AccessibleContext accessibleContext, const int position); + + typedef BOOL (*getCaretLocationFP) (long vmID, AccessibleContext ac, AccessibleTextRectInfo *rectInfo, jint index); + + typedef int (*getEventsWaitingFP) (); + + typedef struct AccessBridgeFPsTag { + Windows_runFP Windows_run; + + SetPropertyChangeFP SetPropertyChange; + + SetJavaShutdownFP SetJavaShutdown; + SetFocusGainedFP SetFocusGained; + SetFocusLostFP SetFocusLost; + + SetCaretUpdateFP SetCaretUpdate; + + SetMouseClickedFP SetMouseClicked; + SetMouseEnteredFP SetMouseEntered; + SetMouseExitedFP SetMouseExited; + SetMousePressedFP SetMousePressed; + SetMouseReleasedFP SetMouseReleased; + + SetMenuCanceledFP SetMenuCanceled; + SetMenuDeselectedFP SetMenuDeselected; + SetMenuSelectedFP SetMenuSelected; + SetPopupMenuCanceledFP SetPopupMenuCanceled; + SetPopupMenuWillBecomeInvisibleFP SetPopupMenuWillBecomeInvisible; + SetPopupMenuWillBecomeVisibleFP SetPopupMenuWillBecomeVisible; + + SetPropertyNameChangeFP SetPropertyNameChange; + SetPropertyDescriptionChangeFP SetPropertyDescriptionChange; + SetPropertyStateChangeFP SetPropertyStateChange; + SetPropertyValueChangeFP SetPropertyValueChange; + SetPropertySelectionChangeFP SetPropertySelectionChange; + SetPropertyTextChangeFP SetPropertyTextChange; + SetPropertyCaretChangeFP SetPropertyCaretChange; + SetPropertyVisibleDataChangeFP SetPropertyVisibleDataChange; + SetPropertyChildChangeFP SetPropertyChildChange; + SetPropertyActiveDescendentChangeFP SetPropertyActiveDescendentChange; + + SetPropertyTableModelChangeFP SetPropertyTableModelChange; + + ReleaseJavaObjectFP ReleaseJavaObject; + GetVersionInfoFP GetVersionInfo; + + IsJavaWindowFP IsJavaWindow; + IsSameObjectFP IsSameObject; + GetAccessibleContextFromHWNDFP GetAccessibleContextFromHWND; + getHWNDFromAccessibleContextFP getHWNDFromAccessibleContext; + + GetAccessibleContextAtFP GetAccessibleContextAt; + GetAccessibleContextWithFocusFP GetAccessibleContextWithFocus; + GetAccessibleContextInfoFP GetAccessibleContextInfo; + GetAccessibleChildFromContextFP GetAccessibleChildFromContext; + GetAccessibleParentFromContextFP GetAccessibleParentFromContext; + + getAccessibleTableInfoFP getAccessibleTableInfo; + getAccessibleTableCellInfoFP getAccessibleTableCellInfo; + + getAccessibleTableRowHeaderFP getAccessibleTableRowHeader; + getAccessibleTableColumnHeaderFP getAccessibleTableColumnHeader; + + getAccessibleTableRowDescriptionFP getAccessibleTableRowDescription; + getAccessibleTableColumnDescriptionFP getAccessibleTableColumnDescription; + + getAccessibleTableRowSelectionCountFP getAccessibleTableRowSelectionCount; + isAccessibleTableRowSelectedFP isAccessibleTableRowSelected; + getAccessibleTableRowSelectionsFP getAccessibleTableRowSelections; + + getAccessibleTableColumnSelectionCountFP getAccessibleTableColumnSelectionCount; + isAccessibleTableColumnSelectedFP isAccessibleTableColumnSelected; + getAccessibleTableColumnSelectionsFP getAccessibleTableColumnSelections; + + getAccessibleTableRowFP getAccessibleTableRow; + getAccessibleTableColumnFP getAccessibleTableColumn; + getAccessibleTableIndexFP getAccessibleTableIndex; + + getAccessibleRelationSetFP getAccessibleRelationSet; + + getAccessibleHypertextFP getAccessibleHypertext; + activateAccessibleHyperlinkFP activateAccessibleHyperlink; + getAccessibleHyperlinkCountFP getAccessibleHyperlinkCount; + getAccessibleHypertextExtFP getAccessibleHypertextExt; + getAccessibleHypertextLinkIndexFP getAccessibleHypertextLinkIndex; + getAccessibleHyperlinkFP getAccessibleHyperlink; + + getAccessibleKeyBindingsFP getAccessibleKeyBindings; + getAccessibleIconsFP getAccessibleIcons; + getAccessibleActionsFP getAccessibleActions; + doAccessibleActionsFP doAccessibleActions; + + GetAccessibleTextInfoFP GetAccessibleTextInfo; + GetAccessibleTextItemsFP GetAccessibleTextItems; + GetAccessibleTextSelectionInfoFP GetAccessibleTextSelectionInfo; + GetAccessibleTextAttributesFP GetAccessibleTextAttributes; + GetAccessibleTextRectFP GetAccessibleTextRect; + GetAccessibleTextLineBoundsFP GetAccessibleTextLineBounds; + GetAccessibleTextRangeFP GetAccessibleTextRange; + + GetCurrentAccessibleValueFromContextFP GetCurrentAccessibleValueFromContext; + GetMaximumAccessibleValueFromContextFP GetMaximumAccessibleValueFromContext; + GetMinimumAccessibleValueFromContextFP GetMinimumAccessibleValueFromContext; + + AddAccessibleSelectionFromContextFP AddAccessibleSelectionFromContext; + ClearAccessibleSelectionFromContextFP ClearAccessibleSelectionFromContext; + GetAccessibleSelectionFromContextFP GetAccessibleSelectionFromContext; + GetAccessibleSelectionCountFromContextFP GetAccessibleSelectionCountFromContext; + IsAccessibleChildSelectedFromContextFP IsAccessibleChildSelectedFromContext; + RemoveAccessibleSelectionFromContextFP RemoveAccessibleSelectionFromContext; + SelectAllAccessibleSelectionFromContextFP SelectAllAccessibleSelectionFromContext; + + setTextContentsFP setTextContents; + getParentWithRoleFP getParentWithRole; + getTopLevelObjectFP getTopLevelObject; + getParentWithRoleElseRootFP getParentWithRoleElseRoot; + getObjectDepthFP getObjectDepth; + getActiveDescendentFP getActiveDescendent; + + getVirtualAccessibleNameFP getVirtualAccessibleName; + requestFocusFP requestFocus; + selectTextRangeFP selectTextRange; + getTextAttributesInRangeFP getTextAttributesInRange; + getVisibleChildrenCountFP getVisibleChildrenCount; + getVisibleChildrenFP getVisibleChildren; + setCaretPositionFP setCaretPosition; + getCaretLocationFP getCaretLocation; + + getEventsWaitingFP getEventsWaiting; + + } AccessBridgeFPs; + + + /** + * Initialize the world + */ + BOOL initializeAccessBridge(); + BOOL shutdownAccessBridge(); + + /** + * Window routines + */ + BOOL IsJavaWindow(HWND window); + + // Returns the virtual machine ID and AccessibleContext for a top-level window + BOOL GetAccessibleContextFromHWND(HWND target, long *vmID, AccessibleContext *ac); + + // Returns the HWND from the AccessibleContext of a top-level window + HWND getHWNDFromAccessibleContext(long vmID, AccessibleContext ac); + + + /** + * Event handling routines + */ + void SetJavaShutdown(AccessBridge_JavaShutdownFP fp); + void SetFocusGained(AccessBridge_FocusGainedFP fp); + void SetFocusLost(AccessBridge_FocusLostFP fp); + + void SetCaretUpdate(AccessBridge_CaretUpdateFP fp); + + void SetMouseClicked(AccessBridge_MouseClickedFP fp); + void SetMouseEntered(AccessBridge_MouseEnteredFP fp); + void SetMouseExited(AccessBridge_MouseExitedFP fp); + void SetMousePressed(AccessBridge_MousePressedFP fp); + void SetMouseReleased(AccessBridge_MouseReleasedFP fp); + + void SetMenuCanceled(AccessBridge_MenuCanceledFP fp); + void SetMenuDeselected(AccessBridge_MenuDeselectedFP fp); + void SetMenuSelected(AccessBridge_MenuSelectedFP fp); + void SetPopupMenuCanceled(AccessBridge_PopupMenuCanceledFP fp); + void SetPopupMenuWillBecomeInvisible(AccessBridge_PopupMenuWillBecomeInvisibleFP fp); + void SetPopupMenuWillBecomeVisible(AccessBridge_PopupMenuWillBecomeVisibleFP fp); + + void SetPropertyNameChange(AccessBridge_PropertyNameChangeFP fp); + void SetPropertyDescriptionChange(AccessBridge_PropertyDescriptionChangeFP fp); + void SetPropertyStateChange(AccessBridge_PropertyStateChangeFP fp); + void SetPropertyValueChange(AccessBridge_PropertyValueChangeFP fp); + void SetPropertySelectionChange(AccessBridge_PropertySelectionChangeFP fp); + void SetPropertyTextChange(AccessBridge_PropertyTextChangeFP fp); + void SetPropertyCaretChange(AccessBridge_PropertyCaretChangeFP fp); + void SetPropertyVisibleDataChange(AccessBridge_PropertyVisibleDataChangeFP fp); + void SetPropertyChildChange(AccessBridge_PropertyChildChangeFP fp); + void SetPropertyActiveDescendentChange(AccessBridge_PropertyActiveDescendentChangeFP fp); + + void SetPropertyTableModelChange(AccessBridge_PropertyTableModelChangeFP fp); + + + /** + * General routines + */ + void ReleaseJavaObject(long vmID, Java_Object object); + BOOL GetVersionInfo(long vmID, AccessBridgeVersionInfo *info); + HWND GetHWNDFromAccessibleContext(long vmID, JOBJECT64 accesibleContext); + + /** + * Accessible Context routines + */ + BOOL GetAccessibleContextAt(long vmID, AccessibleContext acParent, + jint x, jint y, AccessibleContext *ac); + BOOL GetAccessibleContextWithFocus(HWND window, long *vmID, AccessibleContext *ac); + BOOL GetAccessibleContextInfo(long vmID, AccessibleContext ac, AccessibleContextInfo *info); + AccessibleContext GetAccessibleChildFromContext(long vmID, AccessibleContext ac, jint index); + AccessibleContext GetAccessibleParentFromContext(long vmID, AccessibleContext ac); + + /** + * Accessible Text routines + */ + BOOL GetAccessibleTextInfo(long vmID, AccessibleText at, AccessibleTextInfo *textInfo, jint x, jint y); + BOOL GetAccessibleTextItems(long vmID, AccessibleText at, AccessibleTextItemsInfo *textItems, jint index); + BOOL GetAccessibleTextSelectionInfo(long vmID, AccessibleText at, AccessibleTextSelectionInfo *textSelection); + BOOL GetAccessibleTextAttributes(long vmID, AccessibleText at, jint index, AccessibleTextAttributesInfo *attributes); + BOOL GetAccessibleTextRect(long vmID, AccessibleText at, AccessibleTextRectInfo *rectInfo, jint index); + BOOL GetAccessibleTextLineBounds(long vmID, AccessibleText at, jint index, jint *startIndex, jint *endIndex); + BOOL GetAccessibleTextRange(long vmID, AccessibleText at, jint start, jint end, wchar_t *text, short len); + + /* begin AccessibleTable routines */ + BOOL getAccessibleTableInfo(long vmID, AccessibleContext acParent, AccessibleTableInfo *tableInfo); + + BOOL getAccessibleTableCellInfo(long vmID, AccessibleTable accessibleTable, jint row, jint column, + AccessibleTableCellInfo *tableCellInfo); + + BOOL getAccessibleTableRowHeader(long vmID, AccessibleContext acParent, AccessibleTableInfo *tableInfo); + BOOL getAccessibleTableColumnHeader(long vmID, AccessibleContext acParent, AccessibleTableInfo *tableInfo); + + AccessibleContext getAccessibleTableRowDescription(long vmID, AccessibleContext acParent, jint row); + AccessibleContext getAccessibleTableColumnDescription(long vmID, AccessibleContext acParent, jint column); + + jint getAccessibleTableRowSelectionCount(long vmID, AccessibleTable table); + BOOL isAccessibleTableRowSelected(long vmID, AccessibleTable table, jint row); + BOOL getAccessibleTableRowSelections(long vmID, AccessibleTable table, jint count, jint *selections); + + jint getAccessibleTableColumnSelectionCount(long vmID, AccessibleTable table); + BOOL isAccessibleTableColumnSelected(long vmID, AccessibleTable table, jint column); + BOOL getAccessibleTableColumnSelections(long vmID, AccessibleTable table, jint count, jint *selections); + + jint getAccessibleTableRow(long vmID, AccessibleTable table, jint index); + jint getAccessibleTableColumn(long vmID, AccessibleTable table, jint index); + jint getAccessibleTableIndex(long vmID, AccessibleTable table, jint row, jint column); + /* end AccessibleTable */ + + /* ----- AccessibleRelationSet routines */ + BOOL getAccessibleRelationSet(long vmID, AccessibleContext accessibleContext, + AccessibleRelationSetInfo *relationSetInfo); + + /* ----- AccessibleHypertext routines */ + + /* + * Returns hypertext information associated with a component. + */ + BOOL getAccessibleHypertext(long vmID, AccessibleContext accessibleContext, + AccessibleHypertextInfo *hypertextInfo); + + /* + * Requests that a hyperlink be activated. + */ + BOOL activateAccessibleHyperlink(long vmID, AccessibleContext accessibleContext, + AccessibleHyperlink accessibleHyperlink); + + /* + * Returns the number of hyperlinks in a component + * Maps to AccessibleHypertext.getLinkCount. + * Returns -1 on error. + */ + jint getAccessibleHyperlinkCount(const long vmID, + const AccessibleHypertext hypertext); + + /* + * This method is used to iterate through the hyperlinks in a component. It + * returns hypertext information for a component starting at hyperlink index + * nStartIndex. No more than MAX_HYPERLINKS AccessibleHypertextInfo objects will + * be returned for each call to this method. + * Returns FALSE on error. + */ + BOOL getAccessibleHypertextExt(const long vmID, + const AccessibleContext accessibleContext, + const jint nStartIndex, + /* OUT */ AccessibleHypertextInfo *hypertextInfo); + + /* + * Returns the index into an array of hyperlinks that is associated with + * a character index in document; maps to AccessibleHypertext.getLinkIndex + * Returns -1 on error. + */ + jint getAccessibleHypertextLinkIndex(const long vmID, + const AccessibleHypertext hypertext, + const jint nIndex); + + /* + * Returns the nth hyperlink in a document + * Maps to AccessibleHypertext.getLink. + * Returns FALSE on error + */ + BOOL getAccessibleHyperlink(const long vmID, + const AccessibleHypertext hypertext, + const jint nIndex, + /* OUT */ AccessibleHyperlinkInfo *hyperlinkInfo); + + /* Accessible KeyBindings, Icons and Actions */ + + /* + * Returns a list of key bindings associated with a component. + */ + BOOL getAccessibleKeyBindings(long vmID, AccessibleContext accessibleContext, + AccessibleKeyBindings *keyBindings); + + /* + * Returns a list of icons associate with a component. + */ + BOOL getAccessibleIcons(long vmID, AccessibleContext accessibleContext, + AccessibleIcons *icons); + + /* + * Returns a list of actions that a component can perform. + */ + BOOL getAccessibleActions(long vmID, AccessibleContext accessibleContext, + AccessibleActions *actions); + + /* + * Request that a list of AccessibleActions be performed by a component. + * Returns TRUE if all actions are performed. Returns FALSE + * when the first requested action fails in which case "failure" + * contains the index of the action that failed. + */ + BOOL doAccessibleActions(long vmID, AccessibleContext accessibleContext, + AccessibleActionsToDo *actionsToDo, jint *failure); + + + + /* Additional utility methods */ + + /* + * Returns whether two object references refer to the same object. + */ + BOOL IsSameObject(long vmID, JOBJECT64 obj1, JOBJECT64 obj2); + + /** + * Sets editable text contents. The AccessibleContext must implement AccessibleEditableText and + * be editable. The maximum text length that can be set is MAX_STRING_SIZE - 1. + * Returns whether successful + */ + BOOL setTextContents (const long vmID, const AccessibleContext accessibleContext, const wchar_t *text); + + /** + * Returns the Accessible Context with the specified role that is the + * ancestor of a given object. The role is one of the role strings + * defined in AccessBridgePackages.h + * If there is no ancestor object that has the specified role, + * returns (AccessibleContext)0. + */ + AccessibleContext getParentWithRole (const long vmID, const AccessibleContext accessibleContext, + const wchar_t *role); + + /** + * Returns the Accessible Context with the specified role that is the + * ancestor of a given object. The role is one of the role strings + * defined in AccessBridgePackages.h. If an object with the specified + * role does not exist, returns the top level object for the Java Window. + * Returns (AccessibleContext)0 on error. + */ + AccessibleContext getParentWithRoleElseRoot (const long vmID, const AccessibleContext accessibleContext, + const wchar_t *role); + + /** + * Returns the Accessible Context for the top level object in + * a Java Window. This is same Accessible Context that is obtained + * from GetAccessibleContextFromHWND for that window. Returns + * (AccessibleContext)0 on error. + */ + AccessibleContext getTopLevelObject (const long vmID, const AccessibleContext accessibleContext); + + /** + * Returns how deep in the object hierarchy a given object is. + * The top most object in the object hierarchy has an object depth of 0. + * Returns -1 on error. + */ + int getObjectDepth (const long vmID, const AccessibleContext accessibleContext); + + /** + * Returns the Accessible Context of the current ActiveDescendent of an object. + * This method assumes the ActiveDescendent is the component that is currently + * selected in a container object. + * Returns (AccessibleContext)0 on error or if there is no selection. + */ + AccessibleContext getActiveDescendent (const long vmID, const AccessibleContext accessibleContext); + + /** + * Accessible Value routines + */ + BOOL GetCurrentAccessibleValueFromContext(long vmID, AccessibleValue av, wchar_t *value, short len); + BOOL GetMaximumAccessibleValueFromContext(long vmID, AccessibleValue av, wchar_t *value, short len); + BOOL GetMinimumAccessibleValueFromContext(long vmID, AccessibleValue av, wchar_t *value, short len); + + /** + * Accessible Selection routines + */ + void AddAccessibleSelectionFromContext(long vmID, AccessibleSelection as, int i); + void ClearAccessibleSelectionFromContext(long vmID, AccessibleSelection as); + JOBJECT64 GetAccessibleSelectionFromContext(long vmID, AccessibleSelection as, int i); + int GetAccessibleSelectionCountFromContext(long vmID, AccessibleSelection as); + BOOL IsAccessibleChildSelectedFromContext(long vmID, AccessibleSelection as, int i); + void RemoveAccessibleSelectionFromContext(long vmID, AccessibleSelection as, int i); + void SelectAllAccessibleSelectionFromContext(long vmID, AccessibleSelection as); + + /** + * Additional methods for Teton + */ + + /** + * Gets the AccessibleName for a component based upon the JAWS algorithm. Returns + * whether successful. + * + * Bug ID 4916682 - Implement JAWS AccessibleName policy + */ + BOOL getVirtualAccessibleName(const long vmID, const AccessibleContext accessibleContext, + wchar_t *name, int len); + + /** + * Request focus for a component. Returns whether successful. + * + * Bug ID 4944757 - requestFocus method needed + */ + BOOL requestFocus(const long vmID, const AccessibleContext accessibleContext); + + /** + * Selects text between two indices. Selection includes the text at the start index + * and the text at the end index. Returns whether successful. + * + * Bug ID 4944758 - selectTextRange method needed + */ + BOOL selectTextRange(const long vmID, const AccessibleContext accessibleContext, const int startIndex, + const int endIndex); + + /** + * Get text attributes between two indices. The attribute list includes the text at the + * start index and the text at the end index. Returns whether successful; + * + * Bug ID 4944761 - getTextAttributes between two indices method needed + */ + BOOL getTextAttributesInRange(const long vmID, const AccessibleContext accessibleContext, + const int startIndex, const int endIndex, + AccessibleTextAttributesInfo *attributes, short *len); + + /** + * Returns the number of visible children of a component. Returns -1 on error. + * + * Bug ID 4944762- getVisibleChildren for list-like components needed + */ + int getVisibleChildrenCount(const long vmID, const AccessibleContext accessibleContext); + + /** + * Gets the visible children of an AccessibleContext. Returns whether successful. + * + * Bug ID 4944762- getVisibleChildren for list-like components needed + */ + BOOL getVisibleChildren(const long vmID, const AccessibleContext accessibleContext, + const int startIndex, + VisibleChildrenInfo *visibleChildrenInfo); + + /** + * Set the caret to a text position. Returns whether successful. + * + * Bug ID 4944770 - setCaretPosition method needed + */ + BOOL setCaretPosition(const long vmID, const AccessibleContext accessibleContext, + const int position); + + /** + * Gets the text caret location + */ + BOOL getCaretLocation(long vmID, AccessibleContext ac, + AccessibleTextRectInfo *rectInfo, jint index); + + /** + * Gets the number of events waiting to fire + */ + int getEventsWaiting(); + +#ifdef __cplusplus +} +#endif diff --git a/java/include/win32/bridge/AccessBridgePackages.h b/java/include/win32/bridge/AccessBridgePackages.h new file mode 100644 index 0000000000000000000000000000000000000000..27c31be09a8a614c601c905547f92744e3f2ef5a --- /dev/null +++ b/java/include/win32/bridge/AccessBridgePackages.h @@ -0,0 +1,2215 @@ +/* + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +/* + * Header file for packages of paramaters passed between Java Accessibility + * and native Assistive Technologies + */ + +#ifndef __AccessBridgePackages_H__ +#define __AccessBridgePackages_H__ + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef ACCESSBRIDGE_ARCH_LEGACY +typedef jobject JOBJECT64; +typedef HWND ABHWND64; +#define ABHandleToLong +#define ABLongToHandle +#else +typedef jlong JOBJECT64; +typedef long ABHWND64; +#define ABHandleToLong HandleToLong +#define ABLongToHandle LongToHandle +#endif + +#define MAX_BUFFER_SIZE 10240 +#define MAX_STRING_SIZE 1024 +#define SHORT_STRING_SIZE 256 + + // object types + typedef JOBJECT64 AccessibleContext; + typedef JOBJECT64 AccessibleText; + typedef JOBJECT64 AccessibleValue; + typedef JOBJECT64 AccessibleSelection; + typedef JOBJECT64 Java_Object; + typedef JOBJECT64 PropertyChangeEvent; + typedef JOBJECT64 FocusEvent; + typedef JOBJECT64 CaretEvent; + typedef JOBJECT64 MouseEvent; + typedef JOBJECT64 MenuEvent; + typedef JOBJECT64 AccessibleTable; + typedef JOBJECT64 AccessibleHyperlink; + typedef JOBJECT64 AccessibleHypertext; + + /** + ****************************************************** + * Java event types + ****************************************************** + */ + +#define cPropertyChangeEvent (jlong) 1 // 1 +#define cFocusGainedEvent (jlong) 2 // 2 +#define cFocusLostEvent (jlong) 4 // 4 +#define cCaretUpdateEvent (jlong) 8 // 8 +#define cMouseClickedEvent (jlong) 16 // 10 +#define cMouseEnteredEvent (jlong) 32 // 20 +#define cMouseExitedEvent (jlong) 64 // 40 +#define cMousePressedEvent (jlong) 128 // 80 +#define cMouseReleasedEvent (jlong) 256 // 100 +#define cMenuCanceledEvent (jlong) 512 // 200 +#define cMenuDeselectedEvent (jlong) 1024 // 400 +#define cMenuSelectedEvent (jlong) 2048 // 800 +#define cPopupMenuCanceledEvent (jlong) 4096 // 1000 +#define cPopupMenuWillBecomeInvisibleEvent (jlong) 8192 // 2000 +#define cPopupMenuWillBecomeVisibleEvent (jlong) 16384 // 4000 +#define cJavaShutdownEvent (jlong) 32768 // 8000 + + /** + ****************************************************** + * Accessible Roles + * Defines all AccessibleRoles in Local.US + ****************************************************** + */ + + /** + * Object is used to alert the user about something. + */ +#define ACCESSIBLE_ALERT L"alert" + + /** + * The header for a column of data. + */ +#define ACCESSIBLE_COLUMN_HEADER L"column header" + + /** + * Object that can be drawn into and is used to trap + * events. + * see ACCESSIBLE_FRAME + * see ACCESSIBLE_GLASS_PANE + * see ACCESSIBLE_LAYERED_PANE + */ +#define ACCESSIBLE_CANVAS L"canvas" + + /** + * A list of choices the user can select from. Also optionally + * allows the user to enter a choice of their own. + */ +#define ACCESSIBLE_COMBO_BOX L"combo box" + + /** + * An iconified internal frame in a DESKTOP_PANE. + * see ACCESSIBLE_DESKTOP_PANE + * see ACCESSIBLE_INTERNAL_FRAME + */ +#define ACCESSIBLE_DESKTOP_ICON L"desktop icon" + + /** + * A frame-like object that is clipped by a desktop pane. The + * desktop pane, internal frame, and desktop icon objects are + * often used to create multiple document interfaces within an + * application. + * see ACCESSIBLE_DESKTOP_ICON + * see ACCESSIBLE_DESKTOP_PANE + * see ACCESSIBLE_FRAME + */ +#define ACCESSIBLE_INTERNAL_FRAME L"internal frame" + + /** + * A pane that supports internal frames and + * iconified versions of those internal frames. + * see ACCESSIBLE_DESKTOP_ICON + * see ACCESSIBLE_INTERNAL_FRAME + */ +#define ACCESSIBLE_DESKTOP_PANE L"desktop pane" + + /** + * A specialized pane whose primary use is inside a DIALOG + * see ACCESSIBLE_DIALOG + */ +#define ACCESSIBLE_OPTION_PANE L"option pane" + + /** + * A top level window with no title or border. + * see ACCESSIBLE_FRAME + * see ACCESSIBLE_DIALOG + */ +#define ACCESSIBLE_WINDOW L"window" + + /** + * A top level window with a title bar, border, menu bar, etc. It is + * often used as the primary window for an application. + * see ACCESSIBLE_DIALOG + * see ACCESSIBLE_CANVAS + * see ACCESSIBLE_WINDOW + */ +#define ACCESSIBLE_FRAME L"frame" + + /** + * A top level window with title bar and a border. A dialog is similar + * to a frame, but it has fewer properties and is often used as a + * secondary window for an application. + * see ACCESSIBLE_FRAME + * see ACCESSIBLE_WINDOW + */ +#define ACCESSIBLE_DIALOG L"dialog" + + /** + * A specialized dialog that lets the user choose a color. + */ +#define ACCESSIBLE_COLOR_CHOOSER L"color chooser" + + + /** + * A pane that allows the user to navigate through + * and select the contents of a directory. May be used + * by a file chooser. + * see ACCESSIBLE_FILE_CHOOSER + */ +#define ACCESSIBLE_DIRECTORY_PANE L"directory pane" + + /** + * A specialized dialog that displays the files in the directory + * and lets the user select a file, browse a different directory, + * or specify a filename. May use the directory pane to show the + * contents of a directory. + * see ACCESSIBLE_DIRECTORY_PANE + */ +#define ACCESSIBLE_FILE_CHOOSER L"file chooser" + + /** + * An object that fills up space in a user interface. It is often + * used in interfaces to tweak the spacing between components, + * but serves no other purpose. + */ +#define ACCESSIBLE_FILLER L"filler" + + /** + * A hypertext anchor + */ +#define ACCESSIBLE_HYPERLINK L"hyperlink" + + /** + * A small fixed size picture, typically used to decorate components. + */ +#define ACCESSIBLE_ICON L"icon" + + /** + * An object used to present an icon or short string in an interface. + */ +#define ACCESSIBLE_LABEL L"label" + + /** + * A specialized pane that has a glass pane and a layered pane as its + * children. + * see ACCESSIBLE_GLASS_PANE + * see ACCESSIBLE_LAYERED_PANE + */ +#define ACCESSIBLE_ROOT_PANE L"root pane" + + /** + * A pane that is guaranteed to be painted on top + * of all panes beneath it. + * see ACCESSIBLE_ROOT_PANE + * see ACCESSIBLE_CANVAS + */ +#define ACCESSIBLE_GLASS_PANE L"glass pane" + + /** + * A specialized pane that allows its children to be drawn in layers, + * providing a form of stacking order. This is usually the pane that + * holds the menu bar as well as the pane that contains most of the + * visual components in a window. + * see ACCESSIBLE_GLASS_PANE + * see ACCESSIBLE_ROOT_PANE + */ +#define ACCESSIBLE_LAYERED_PANE L"layered pane" + + /** + * An object that presents a list of objects to the user and allows the + * user to select one or more of them. A list is usually contained + * within a scroll pane. + * see ACCESSIBLE_SCROLL_PANE + * see ACCESSIBLE_LIST_ITEM + */ +#define ACCESSIBLE_LIST L"list" + + /** + * An object that presents an element in a list. A list is usually + * contained within a scroll pane. + * see ACCESSIBLE_SCROLL_PANE + * see ACCESSIBLE_LIST + */ +#define ACCESSIBLE_LIST_ITEM L"list item" + + /** + * An object usually drawn at the top of the primary dialog box of + * an application that contains a list of menus the user can choose + * from. For example, a menu bar might contain menus for "File," + * "Edit," and "Help." + * see ACCESSIBLE_MENU + * see ACCESSIBLE_POPUP_MENU + * see ACCESSIBLE_LAYERED_PANE + */ +#define ACCESSIBLE_MENU_BAR L"menu bar" + + /** + * A temporary window that is usually used to offer the user a + * list of choices, and then hides when the user selects one of + * those choices. + * see ACCESSIBLE_MENU + * see ACCESSIBLE_MENU_ITEM + */ +#define ACCESSIBLE_POPUP_MENU L"popup menu" + + /** + * An object usually found inside a menu bar that contains a list + * of actions the user can choose from. A menu can have any object + * as its children, but most often they are menu items, other menus, + * or rudimentary objects such as radio buttons, check boxes, or + * separators. For example, an application may have an "Edit" menu + * that contains menu items for "Cut" and "Paste." + * see ACCESSIBLE_MENU_BAR + * see ACCESSIBLE_MENU_ITEM + * see ACCESSIBLE_SEPARATOR + * see ACCESSIBLE_RADIO_BUTTON + * see ACCESSIBLE_CHECK_BOX + * see ACCESSIBLE_POPUP_MENU + */ +#define ACCESSIBLE_MENU L"menu" + + /** + * An object usually contained in a menu that presents an action + * the user can choose. For example, the "Cut" menu item in an + * "Edit" menu would be an action the user can select to cut the + * selected area of text in a document. + * see ACCESSIBLE_MENU_BAR + * see ACCESSIBLE_SEPARATOR + * see ACCESSIBLE_POPUP_MENU + */ +#define ACCESSIBLE_MENU_ITEM L"menu item" + + /** + * An object usually contained in a menu to provide a visual + * and logical separation of the contents in a menu. For example, + * the "File" menu of an application might contain menu items for + * "Open," "Close," and "Exit," and will place a separator between + * "Close" and "Exit" menu items. + * see ACCESSIBLE_MENU + * see ACCESSIBLE_MENU_ITEM + */ +#define ACCESSIBLE_SEPARATOR L"separator" + + /** + * An object that presents a series of panels (or page tabs), one at a + * time, through some mechanism provided by the object. The most common + * mechanism is a list of tabs at the top of the panel. The children of + * a page tab list are all page tabs. + * see ACCESSIBLE_PAGE_TAB + */ +#define ACCESSIBLE_PAGE_TAB_LIST L"page tab list" + + /** + * An object that is a child of a page tab list. Its sole child is + * the panel that is to be presented to the user when the user + * selects the page tab from the list of tabs in the page tab list. + * see ACCESSIBLE_PAGE_TAB_LIST + */ +#define ACCESSIBLE_PAGE_TAB L"page tab" + + /** + * A generic container that is often used to group objects. + */ +#define ACCESSIBLE_PANEL L"panel" + + /** + * An object used to indicate how much of a task has been completed. + */ +#define ACCESSIBLE_PROGRESS_BAR L"progress bar" + + /** + * A text object used for passwords, or other places where the + * text contents is not shown visibly to the user + */ +#define ACCESSIBLE_PASSWORD_TEXT L"password text" + + /** + * An object the user can manipulate to tell the application to do + * something. + * see ACCESSIBLE_CHECK_BOX + * see ACCESSIBLE_TOGGLE_BUTTON + * see ACCESSIBLE_RADIO_BUTTON + */ +#define ACCESSIBLE_PUSH_BUTTON L"push button" + + /** + * A specialized push button that can be checked or unchecked, but + * does not provide a separate indicator for the current state. + * see ACCESSIBLE_PUSH_BUTTON + * see ACCESSIBLE_CHECK_BOX + * see ACCESSIBLE_RADIO_BUTTON + */ +#define ACCESSIBLE_TOGGLE_BUTTON L"toggle button" + + /** + * A choice that can be checked or unchecked and provides a + * separate indicator for the current state. + * see ACCESSIBLE_PUSH_BUTTON + * see ACCESSIBLE_TOGGLE_BUTTON + * see ACCESSIBLE_RADIO_BUTTON + */ +#define ACCESSIBLE_CHECK_BOX L"check box" + + /** + * A specialized check box that will cause other radio buttons in the + * same group to become unchecked when this one is checked. + * see ACCESSIBLE_PUSH_BUTTON + * see ACCESSIBLE_TOGGLE_BUTTON + * see ACCESSIBLE_CHECK_BOX + */ +#define ACCESSIBLE_RADIO_BUTTON L"radio button" + + /** + * The header for a row of data. + */ +#define ACCESSIBLE_ROW_HEADER L"row header" + + /** + * An object that allows a user to incrementally view a large amount + * of information. Its children can include scroll bars and a viewport. + * see ACCESSIBLE_SCROLL_BAR + * see ACCESSIBLE_VIEWPORT + */ +#define ACCESSIBLE_SCROLL_PANE L"scroll pane" + + /** + * An object usually used to allow a user to incrementally view a + * large amount of data. Usually used only by a scroll pane. + * see ACCESSIBLE_SCROLL_PANE + */ +#define ACCESSIBLE_SCROLL_BAR L"scroll bar" + + /** + * An object usually used in a scroll pane. It represents the portion + * of the entire data that the user can see. As the user manipulates + * the scroll bars, the contents of the viewport can change. + * see ACCESSIBLE_SCROLL_PANE + */ +#define ACCESSIBLE_VIEWPORT L"viewport" + + /** + * An object that allows the user to select from a bounded range. For + * example, a slider might be used to select a number between 0 and 100. + */ +#define ACCESSIBLE_SLIDER L"slider" + + /** + * A specialized panel that presents two other panels at the same time. + * Between the two panels is a divider the user can manipulate to make + * one panel larger and the other panel smaller. + */ +#define ACCESSIBLE_SPLIT_PANE L"split pane" + + /** + * An object used to present information in terms of rows and columns. + * An example might include a spreadsheet application. + */ +#define ACCESSIBLE_TABLE L"table" + + /** + * An object that presents text to the user. The text is usually + * editable by the user as opposed to a label. + * see ACCESSIBLE_LABEL + */ +#define ACCESSIBLE_TEXT L"text" + + /** + * An object used to present hierarchical information to the user. + * The individual nodes in the tree can be collapsed and expanded + * to provide selective disclosure of the tree's contents. + */ +#define ACCESSIBLE_TREE L"tree" + + /** + * A bar or palette usually composed of push buttons or toggle buttons. + * It is often used to provide the most frequently used functions for an + * application. + */ +#define ACCESSIBLE_TOOL_BAR L"tool bar" + + /** + * An object that provides information about another object. The + * accessibleDescription property of the tool tip is often displayed + * to the user in a small L"help bubble" when the user causes the + * mouse to hover over the object associated with the tool tip. + */ +#define ACCESSIBLE_TOOL_TIP L"tool tip" + + /** + * An AWT component, but nothing else is known about it. + * see ACCESSIBLE_SWING_COMPONENT + * see ACCESSIBLE_UNKNOWN + */ +#define ACCESSIBLE_AWT_COMPONENT L"awt component" + + /** + * A Swing component, but nothing else is known about it. + * see ACCESSIBLE_AWT_COMPONENT + * see ACCESSIBLE_UNKNOWN + */ +#define ACCESSIBLE_SWING_COMPONENT L"swing component" + + /** + * The object contains some Accessible information, but its role is + * not known. + * see ACCESSIBLE_AWT_COMPONENT + * see ACCESSIBLE_SWING_COMPONENT + */ +#define ACCESSIBLE_UNKNOWN L"unknown" + + /** + * A STATUS_BAR is an simple component that can contain + * multiple labels of status information to the user. + */ +#define ACCESSIBLE_STATUS_BAR L"status bar" + + /** + * A DATE_EDITOR is a component that allows users to edit + * java.util.Date and java.util.Time objects + */ +#define ACCESSIBLE_DATE_EDITOR L"date editor" + + /** + * A SPIN_BOX is a simple spinner component and its main use + * is for simple numbers. + */ +#define ACCESSIBLE_SPIN_BOX L"spin box" + + /** + * A FONT_CHOOSER is a component that lets the user pick various + * attributes for fonts. + */ +#define ACCESSIBLE_FONT_CHOOSER L"font chooser" + + /** + * A GROUP_BOX is a simple container that contains a border + * around it and contains components inside it. + */ +#define ACCESSIBLE_GROUP_BOX L"group box" + + /** + * A text header + */ +#define ACCESSIBLE_HEADER L"header" + + /** + * A text footer + */ +#define ACCESSIBLE_FOOTER L"footer" + + /** + * A text paragraph + */ +#define ACCESSIBLE_PARAGRAPH L"paragraph" + + /** + * A ruler is an object used to measure distance + */ +#define ACCESSIBLE_RULER L"ruler" + + /** + * A role indicating the object acts as a formula for + * calculating a value. An example is a formula in + * a spreadsheet cell. + */ +#define ACCESSIBLE_EDITBAR L"editbar" + + /** + * A role indicating the object monitors the progress + * of some operation. + */ +#define PROGRESS_MONITOR L"progress monitor" + + + /** + ****************************************************** + * Accessibility event types + ****************************************************** + */ + +#define cPropertyNameChangeEvent (jlong) 1 // 1 +#define cPropertyDescriptionChangeEvent (jlong) 2 // 2 +#define cPropertyStateChangeEvent (jlong) 4 // 4 +#define cPropertyValueChangeEvent (jlong) 8 // 8 +#define cPropertySelectionChangeEvent (jlong) 16 // 10 +#define cPropertyTextChangeEvent (jlong) 32 // 20 +#define cPropertyCaretChangeEvent (jlong) 64 // 40 +#define cPropertyVisibleDataChangeEvent (jlong) 128 // 80 +#define cPropertyChildChangeEvent (jlong) 256 // 100 +#define cPropertyActiveDescendentChangeEvent (jlong) 512 // 200 +#define cPropertyTableModelChangeEvent (jlong) 1024 // 400 + + /** + ****************************************************** + * optional AccessibleContext interfaces + * + * This version of the bridge reuses the accessibleValue + * field in the AccessibleContextInfo struct to represent + * additional optional interfaces that are supported by + * the Java AccessibleContext. This is backwardly compatable + * because the old accessibleValue was set to the BOOL + * value TRUE (i.e., 1) if the AccessibleValue interface is + * supported. + ****************************************************** + */ + +#define cAccessibleValueInterface (jlong) 1 // 1 << 1 (TRUE) +#define cAccessibleActionInterface (jlong) 2 // 1 << 2 +#define cAccessibleComponentInterface (jlong) 4 // 1 << 3 +#define cAccessibleSelectionInterface (jlong) 8 // 1 << 4 +#define cAccessibleTableInterface (jlong) 16 // 1 << 5 +#define cAccessibleTextInterface (jlong) 32 // 1 << 6 +#define cAccessibleHypertextInterface (jlong) 64 // 1 << 7 + + + /** + ****************************************************** + * Accessibility information bundles + ****************************************************** + */ + + typedef struct AccessBridgeVersionInfoTag { + wchar_t VMversion[SHORT_STRING_SIZE]; // output of "java -version" + wchar_t bridgeJavaClassVersion[SHORT_STRING_SIZE]; // version of the AccessBridge.class + wchar_t bridgeJavaDLLVersion[SHORT_STRING_SIZE]; // version of JavaAccessBridge.dll + wchar_t bridgeWinDLLVersion[SHORT_STRING_SIZE]; // version of WindowsAccessBridge.dll + } AccessBridgeVersionInfo; + + + typedef struct AccessibleContextInfoTag { + wchar_t name[MAX_STRING_SIZE]; // the AccessibleName of the object + wchar_t description[MAX_STRING_SIZE]; // the AccessibleDescription of the object + + wchar_t role[SHORT_STRING_SIZE]; // localized AccesibleRole string + wchar_t role_en_US[SHORT_STRING_SIZE]; // AccesibleRole string in the en_US locale + wchar_t states[SHORT_STRING_SIZE]; // localized AccesibleStateSet string (comma separated) + wchar_t states_en_US[SHORT_STRING_SIZE]; // AccesibleStateSet string in the en_US locale (comma separated) + + jint indexInParent; // index of object in parent + jint childrenCount; // # of children, if any + + jint x; // screen coords in pixels + jint y; // " + jint width; // pixel width of object + jint height; // pixel height of object + + BOOL accessibleComponent; // flags for various additional + BOOL accessibleAction; // Java Accessibility interfaces + BOOL accessibleSelection; // FALSE if this object doesn't + BOOL accessibleText; // implement the additional interface + // in question + + // BOOL accessibleValue; // old BOOL indicating whether AccessibleValue is supported + BOOL accessibleInterfaces; // new bitfield containing additional interface flags + + } AccessibleContextInfo; + + + + // AccessibleText packages + typedef struct AccessibleTextInfoTag { + jint charCount; // # of characters in this text object + jint caretIndex; // index of caret + jint indexAtPoint; // index at the passsed in point + } AccessibleTextInfo; + + typedef struct AccessibleTextItemsInfoTag { + wchar_t letter; + wchar_t word[SHORT_STRING_SIZE]; + wchar_t sentence[MAX_STRING_SIZE]; + } AccessibleTextItemsInfo; + + typedef struct AccessibleTextSelectionInfoTag { + jint selectionStartIndex; + jint selectionEndIndex; + wchar_t selectedText[MAX_STRING_SIZE]; + } AccessibleTextSelectionInfo; + + typedef struct AccessibleTextRectInfoTag { + jint x; // bounding rect of char at index + jint y; // " + jint width; // " + jint height; // " + } AccessibleTextRectInfo; + + // standard attributes for text; note: tabstops are not supported + typedef struct AccessibleTextAttributesInfoTag { + BOOL bold; + BOOL italic; + BOOL underline; + BOOL strikethrough; + BOOL superscript; + BOOL subscript; + + wchar_t backgroundColor[SHORT_STRING_SIZE]; + wchar_t foregroundColor[SHORT_STRING_SIZE]; + wchar_t fontFamily[SHORT_STRING_SIZE]; + jint fontSize; + + jint alignment; + jint bidiLevel; + + jfloat firstLineIndent; + jfloat leftIndent; + jfloat rightIndent; + jfloat lineSpacing; + jfloat spaceAbove; + jfloat spaceBelow; + + wchar_t fullAttributesString[MAX_STRING_SIZE]; + } AccessibleTextAttributesInfo; + + /** + ****************************************************** + * IPC management typedefs + ****************************************************** + */ + +#define cMemoryMappedNameSize 255 + + /** + * sent by the WindowsDLL -> the memory-mapped file is setup + * + */ + typedef struct MemoryMappedFileCreatedPackageTag { +// HWND bridgeWindow; // redundant, but easier to get to here... + ABHWND64 bridgeWindow; // redundant, but easier to get to here... + char filename[cMemoryMappedNameSize]; + } MemoryMappedFileCreatedPackage; + + + + + /** + * sent when a new JavaVM attaches to the Bridge + * + */ + typedef struct JavaVMCreatedPackageTag { + ABHWND64 bridgeWindow; + long vmID; + } JavaVMCreatedPackage; + + /** + * sent when a JavaVM detatches from the Bridge + * + */ + typedef struct JavaVMDestroyedPackageTag { + ABHWND64 bridgeWindow; + } JavaVMDestroyedPackage; + + /** + * sent when a new AT attaches to the Bridge + * + */ + typedef struct WindowsATCreatedPackageTag { + ABHWND64 bridgeWindow; + } WindowsATCreatedPackage; + + /** + * sent when an AT detatches from the Bridge + * + */ + typedef struct WindowsATDestroyedPackageTag { + ABHWND64 bridgeWindow; + } WindowsATDestroyedPackage; + + + /** + * sent by JVM Bridges in response to a WindowsATCreate + * message; saying "howdy, welcome to the neighborhood" + * + */ + typedef struct JavaVMPresentNotificationPackageTag { + ABHWND64 bridgeWindow; + long vmID; + } JavaVMPresentNotificationPackage; + + /** + * sent by AT Bridges in response to a JavaVMCreate + * message; saying "howdy, welcome to the neighborhood" + * + */ + typedef struct WindowsATPresentNotificationPackageTag { + ABHWND64 bridgeWindow; + } WindowsATPresentNotificationPackage; + + + /** + ****************************************************** + * Core packages + ****************************************************** + */ + + typedef struct ReleaseJavaObjectPackageTag { + long vmID; + JOBJECT64 object; + } ReleaseJavaObjectPackage; + + typedef struct GetAccessBridgeVersionPackageTag { + long vmID; // can't get VM info w/out a VM! + AccessBridgeVersionInfo rVersionInfo; + } GetAccessBridgeVersionPackage; + + typedef struct IsSameObjectPackageTag { + long vmID; + JOBJECT64 obj1; + JOBJECT64 obj2; + jboolean rResult; + } IsSameObjectPackage; + + /** + ****************************************************** + * Windows packages + ****************************************************** + */ + + typedef struct IsJavaWindowPackageTag { + jint window; + jboolean rResult; + } IsJavaWindowPackage; + + typedef struct GetAccessibleContextFromHWNDPackageTag { + jint window; + long rVMID; + JOBJECT64 rAccessibleContext; + } GetAccessibleContextFromHWNDPackage; + + typedef struct GetHWNDFromAccessibleContextPackageTag { + JOBJECT64 accessibleContext; + ABHWND64 rHWND; + } GetHWNDFromAccessibleContextPackage; + + /** +****************************************************** +* AccessibleContext packages +****************************************************** +*/ + + typedef struct GetAccessibleContextAtPackageTag { + jint x; + jint y; + long vmID; + JOBJECT64 AccessibleContext; // look within this AC + JOBJECT64 rAccessibleContext; + } GetAccessibleContextAtPackage; + + typedef struct GetAccessibleContextWithFocusPackageTag { + long rVMID; + JOBJECT64 rAccessibleContext; + } GetAccessibleContextWithFocusPackage; + + typedef struct GetAccessibleContextInfoPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + AccessibleContextInfo rAccessibleContextInfo; + } GetAccessibleContextInfoPackage; + + typedef struct GetAccessibleChildFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint childIndex; + JOBJECT64 rAccessibleContext; + } GetAccessibleChildFromContextPackage; + + typedef struct GetAccessibleParentFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + JOBJECT64 rAccessibleContext; + } GetAccessibleParentFromContextPackage; + + /** +****************************************************** +* AccessibleTable packages +****************************************************** +*/ + +#define MAX_TABLE_SELECTIONS 64 + + // table information + typedef struct AccessibleTableInfoTag { + JOBJECT64 caption; // AccesibleContext + JOBJECT64 summary; // AccessibleContext + jint rowCount; + jint columnCount; + JOBJECT64 accessibleContext; + JOBJECT64 accessibleTable; + } AccessibleTableInfo; + + typedef struct GetAccessibleTableInfoPackageTag { + long vmID; + JOBJECT64 accessibleContext; + AccessibleTableInfo rTableInfo; + } GetAccessibleTableInfoPackage; + + // table cell information + typedef struct AccessibleTableCellInfoTag { + JOBJECT64 accessibleContext; + jint index; + jint row; + jint column; + jint rowExtent; + jint columnExtent; + jboolean isSelected; + } AccessibleTableCellInfo; + + typedef struct GetAccessibleTableCellInfoPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint row; + jint column; + AccessibleTableCellInfo rTableCellInfo; + } GetAccessibleTableCellInfoPackage; + + typedef struct GetAccessibleTableRowHeaderPackageTag { + long vmID; + JOBJECT64 accessibleContext; + AccessibleTableInfo rTableInfo; + } GetAccessibleTableRowHeaderPackage; + + typedef struct GetAccessibleTableColumnHeaderPackageTag { + long vmID; + JOBJECT64 accessibleContext; + AccessibleTableInfo rTableInfo; + } GetAccessibleTableColumnHeaderPackage; + + typedef struct GetAccessibleTableRowDescriptionPackageTag { + long vmID; + JOBJECT64 accessibleContext; + jint row; + JOBJECT64 rAccessibleContext; + } GetAccessibleTableRowDescriptionPackage; + + typedef struct GetAccessibleTableColumnDescriptionPackageTag { + long vmID; + JOBJECT64 accessibleContext; + jint column; + JOBJECT64 rAccessibleContext; + } GetAccessibleTableColumnDescriptionPackage; + + typedef struct GetAccessibleTableRowSelectionCountPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint rCount; + } GetAccessibleTableRowSelectionCountPackage; + + typedef struct IsAccessibleTableRowSelectedPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint row; + jboolean rResult; + } IsAccessibleTableRowSelectedPackage; + + typedef struct GetAccessibleTableRowSelectionsPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint count; + jint rSelections[MAX_TABLE_SELECTIONS]; + } GetAccessibleTableRowSelectionsPackage; + + typedef struct GetAccessibleTableColumnSelectionCountPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint rCount; + } GetAccessibleTableColumnSelectionCountPackage; + + typedef struct IsAccessibleTableColumnSelectedPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint column; + jboolean rResult; + } IsAccessibleTableColumnSelectedPackage; + + typedef struct GetAccessibleTableColumnSelectionsPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint count; + jint rSelections[MAX_TABLE_SELECTIONS]; + } GetAccessibleTableColumnSelectionsPackage; + + + typedef struct GetAccessibleTableRowPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint index; + jint rRow; + } GetAccessibleTableRowPackage; + + typedef struct GetAccessibleTableColumnPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint index; + jint rColumn; + } GetAccessibleTableColumnPackage; + + typedef struct GetAccessibleTableIndexPackageTag { + long vmID; + JOBJECT64 accessibleTable; + jint row; + jint column; + jint rIndex; + } GetAccessibleTableIndexPackage; + + + /** + ****************************************************** + * AccessibleRelationSet packages + ****************************************************** + */ + +#define MAX_RELATION_TARGETS 25 +#define MAX_RELATIONS 5 + + typedef struct AccessibleRelationInfoTag { + wchar_t key[SHORT_STRING_SIZE]; + jint targetCount; + JOBJECT64 targets[MAX_RELATION_TARGETS]; // AccessibleContexts + } AccessibleRelationInfo; + + typedef struct AccessibleRelationSetInfoTag { + jint relationCount; + AccessibleRelationInfo relations[MAX_RELATIONS]; + } AccessibleRelationSetInfo; + + typedef struct GetAccessibleRelationSetPackageTag { + long vmID; + JOBJECT64 accessibleContext; + AccessibleRelationSetInfo rAccessibleRelationSetInfo; + } GetAccessibleRelationSetPackage; + + /** + ****************************************************** + * AccessibleHypertext packagess + ****************************************************** + */ + +#define MAX_HYPERLINKS 64 // maximum number of hyperlinks returned + + // hyperlink information + typedef struct AccessibleHyperlinkInfoTag { + wchar_t text[SHORT_STRING_SIZE]; // the hyperlink text + jint startIndex; //index in the hypertext document where the link begins + jint endIndex; //index in the hypertext document where the link ends + JOBJECT64 accessibleHyperlink; // AccessibleHyperlink object + } AccessibleHyperlinkInfo; + + // hypertext information + typedef struct AccessibleHypertextInfoTag { + jint linkCount; // number of hyperlinks + AccessibleHyperlinkInfo links[MAX_HYPERLINKS]; // the hyperlinks + JOBJECT64 accessibleHypertext; // AccessibleHypertext object + } AccessibleHypertextInfo; + + // struct for sending a message to get the hypertext for an AccessibleContext + typedef struct GetAccessibleHypertextPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // AccessibleContext with hypertext + AccessibleHypertextInfo rAccessibleHypertextInfo; // returned hypertext + } GetAccessibleHypertextPackage; + + // struct for sending an message to activate a hyperlink + typedef struct ActivateAccessibleHyperlinkPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // AccessibleContext containing the link + JOBJECT64 accessibleHyperlink; // the link to activate + BOOL rResult; // hyperlink activation return value + } ActivateAccessibleHyperlinkPackage; + + // struct for sending a message to get the number of hyperlinks in a component + typedef struct GetAccessibleHyperlinkCountPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // AccessibleContext containing AccessibleHypertext + jint rLinkCount; // link count return value + } GetAccessibleHyperlinkCountPackage; + + // struct for sending a message to get the hypertext for an AccessibleContext + // starting at a specified index in the document + typedef struct GetAccessibleHypertextExtPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // AccessibleContext with hypertext + jint startIndex; // start index in document + AccessibleHypertextInfo rAccessibleHypertextInfo; // returned hypertext + BOOL rSuccess; // whether call succeeded + } GetAccessibleHypertextExtPackage; + + // struct for sending a message to get the nth hyperlink in a document; + // maps to AccessibleHypertext.getLink + typedef struct GetAccessibleHyperlinkPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 hypertext; // AccessibleHypertext + jint linkIndex; // hyperlink index + AccessibleHyperlinkInfo rAccessibleHyperlinkInfo; // returned hyperlink + } GetAccessibleHyperlinkPackage; + + // struct for sending a message to get the index into an array + // of hyperlinks that is associated with a character index in a + // document; maps to AccessibleHypertext.getLinkIndex + typedef struct GetAccessibleHypertextLinkIndexPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 hypertext; // AccessibleHypertext + jint charIndex; // character index in document + jint rLinkIndex; // returned hyperlink index + } GetAccessibleHypertextLinkIndexPackage; + + /** + ****************************************************** + * Accessible Key Bindings packages + ****************************************************** + */ + +#define MAX_KEY_BINDINGS 10 + + // keyboard character modifiers +#define ACCESSIBLE_SHIFT_KEYSTROKE 1 +#define ACCESSIBLE_CONTROL_KEYSTROKE 2 +#define ACCESSIBLE_META_KEYSTROKE 4 +#define ACCESSIBLE_ALT_KEYSTROKE 8 +#define ACCESSIBLE_ALT_GRAPH_KEYSTROKE 16 +#define ACCESSIBLE_BUTTON1_KEYSTROKE 32 +#define ACCESSIBLE_BUTTON2_KEYSTROKE 64 +#define ACCESSIBLE_BUTTON3_KEYSTROKE 128 +#define ACCESSIBLE_FKEY_KEYSTROKE 256 // F key pressed, character contains 1-24 +#define ACCESSIBLE_CONTROLCODE_KEYSTROKE 512 // Control code key pressed, character contains control code. + +// The supported control code keys are: +#define ACCESSIBLE_VK_BACK_SPACE 8 +#define ACCESSIBLE_VK_DELETE 127 +#define ACCESSIBLE_VK_DOWN 40 +#define ACCESSIBLE_VK_END 35 +#define ACCESSIBLE_VK_HOME 36 +#define ACCESSIBLE_VK_INSERT 155 +#define ACCESSIBLE_VK_KP_DOWN 225 +#define ACCESSIBLE_VK_KP_LEFT 226 +#define ACCESSIBLE_VK_KP_RIGHT 227 +#define ACCESSIBLE_VK_KP_UP 224 +#define ACCESSIBLE_VK_LEFT 37 +#define ACCESSIBLE_VK_PAGE_DOWN 34 +#define ACCESSIBLE_VK_PAGE_UP 33 +#define ACCESSIBLE_VK_RIGHT 39 +#define ACCESSIBLE_VK_UP 38 + + // a key binding associates with a component + typedef struct AccessibleKeyBindingInfoTag { + jchar character; // the key character + jint modifiers; // the key modifiers + } AccessibleKeyBindingInfo; + + // all of the key bindings associated with a component + typedef struct AccessibleKeyBindingsTag { + int keyBindingsCount; // number of key bindings + AccessibleKeyBindingInfo keyBindingInfo[MAX_KEY_BINDINGS]; + } AccessibleKeyBindings; + + // struct to get the key bindings associated with a component + typedef struct GetAccessibleKeyBindingsPackageTag { + long vmID; // the virtual machine id + JOBJECT64 accessibleContext; // the component + AccessibleKeyBindings rAccessibleKeyBindings; // the key bindings + } GetAccessibleKeyBindingsPackage; + + /** +****************************************************** +* AccessibleIcon packages +****************************************************** +*/ +#define MAX_ICON_INFO 8 + + // an icon assocated with a component + typedef struct AccessibleIconInfoTag { + wchar_t description[SHORT_STRING_SIZE]; // icon description + jint height; // icon height + jint width; // icon width + } AccessibleIconInfo; + + // all of the icons associated with a component + typedef struct AccessibleIconsTag { + jint iconsCount; // number of icons + AccessibleIconInfo iconInfo[MAX_ICON_INFO]; // the icons + } AccessibleIcons; + + // struct to get the icons associated with a component + typedef struct GetAccessibleIconsPackageTag { + long vmID; // the virtual machine id + JOBJECT64 accessibleContext; // the component + AccessibleIcons rAccessibleIcons; // the icons + } GetAccessibleIconsPackage; + + + /** +****************************************************** +* AccessibleAction packages +****************************************************** +*/ +#define MAX_ACTION_INFO 256 +#define MAX_ACTIONS_TO_DO 32 + + // an action assocated with a component + typedef struct AccessibleActionInfoTag { + wchar_t name[SHORT_STRING_SIZE]; // action name + } AccessibleActionInfo; + + // all of the actions associated with a component + typedef struct AccessibleActionsTag { + jint actionsCount; // number of actions + AccessibleActionInfo actionInfo[MAX_ACTION_INFO]; // the action information + } AccessibleActions; + + // struct for requesting the actions associated with a component + typedef struct GetAccessibleActionsPackageTag { + long vmID; + JOBJECT64 accessibleContext; // the component + AccessibleActions rAccessibleActions; // the actions + } GetAccessibleActionsPackage; + + // list of AccessibleActions to do + typedef struct AccessibleActionsToDoTag { + jint actionsCount; // number of actions to do + AccessibleActionInfo actions[MAX_ACTIONS_TO_DO];// the accessible actions to do + } AccessibleActionsToDo; + + // struct for sending an message to do one or more actions + typedef struct DoAccessibleActionsPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // component to do the action + AccessibleActionsToDo actionsToDo; // the accessible actions to do + BOOL rResult; // action return value + jint failure; // index of action that failed if rResult is FALSE + } DoAccessibleActionsPackage; + + /** +****************************************************** +* AccessibleText packages +****************************************************** +*/ + + typedef struct GetAccessibleTextInfoPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint x; + jint y; + AccessibleTextInfo rTextInfo; + } GetAccessibleTextInfoPackage; + + typedef struct GetAccessibleTextItemsPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + AccessibleTextItemsInfo rTextItemsInfo; + } GetAccessibleTextItemsPackage; + + typedef struct GetAccessibleTextSelectionInfoPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + AccessibleTextSelectionInfo rTextSelectionItemsInfo; + } GetAccessibleTextSelectionInfoPackage; + + typedef struct GetAccessibleTextAttributeInfoPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + AccessibleTextAttributesInfo rAttributeInfo; + } GetAccessibleTextAttributeInfoPackage; + + typedef struct GetAccessibleTextRectInfoPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + AccessibleTextRectInfo rTextRectInfo; + } GetAccessibleTextRectInfoPackage; + + typedef struct GetCaretLocationPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + AccessibleTextRectInfo rTextRectInfo; + } GetCaretLocationPackage; + + typedef struct GetAccessibleTextLineBoundsPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + jint rLineStart; + jint rLineEnd; + } GetAccessibleTextLineBoundsPackage; + + typedef struct GetAccessibleTextRangePackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint start; + jint end; + wchar_t rText[MAX_BUFFER_SIZE]; + } GetAccessibleTextRangePackage; + + /** +****************************************************** +* +* Utility method packages +****************************************************** +*/ + + typedef struct SetTextContentsPackageTag { + long vmID; + JOBJECT64 accessibleContext; // the text field + wchar_t text[MAX_STRING_SIZE]; // the text + BOOL rResult; + } SetTextContentsPackage; + + typedef struct GetParentWithRolePackageTag { + long vmID; + JOBJECT64 accessibleContext; + wchar_t role[SHORT_STRING_SIZE]; // one of Accessible Roles above + JOBJECT64 rAccessibleContext; + } GetParentWithRolePackage; + + typedef struct GetTopLevelObjectPackageTag { + long vmID; + JOBJECT64 accessibleContext; + JOBJECT64 rAccessibleContext; + } GetTopLevelObjectPackage; + + typedef struct GetParentWithRoleElseRootPackageTag { + long vmID; + JOBJECT64 accessibleContext; + wchar_t role[SHORT_STRING_SIZE]; // one of Accessible Roles above + JOBJECT64 rAccessibleContext; + } GetParentWithRoleElseRootPackage; + + typedef struct GetObjectDepthPackageTag { + long vmID; + JOBJECT64 accessibleContext; + jint rResult; + } GetObjectDepthPackage; + + typedef struct GetActiveDescendentPackageTag { + long vmID; + JOBJECT64 accessibleContext; + JOBJECT64 rAccessibleContext; + } GetActiveDescendentPackage; + + /** +****************************************************** +* AccessibleValue packages +****************************************************** +*/ + + typedef struct GetCurrentAccessibleValueFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + wchar_t rValue[SHORT_STRING_SIZE]; + } GetCurrentAccessibleValueFromContextPackage; + + typedef struct GetMaximumAccessibleValueFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + wchar_t rValue[SHORT_STRING_SIZE]; + } GetMaximumAccessibleValueFromContextPackage; + + typedef struct GetMinimumAccessibleValueFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + wchar_t rValue[SHORT_STRING_SIZE]; + } GetMinimumAccessibleValueFromContextPackage; + + + /** +****************************************************** +* AccessibleSelection packages +****************************************************** +*/ + + typedef struct AddAccessibleSelectionFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + } AddAccessibleSelectionFromContextPackage; + + typedef struct ClearAccessibleSelectionFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + } ClearAccessibleSelectionFromContextPackage; + + typedef struct GetAccessibleSelectionFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + JOBJECT64 rAccessibleContext; + } GetAccessibleSelectionFromContextPackage; + + typedef struct GetAccessibleSelectionCountFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint rCount; + } GetAccessibleSelectionCountFromContextPackage; + + typedef struct IsAccessibleChildSelectedFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + jboolean rResult; + } IsAccessibleChildSelectedFromContextPackage; + + typedef struct RemoveAccessibleSelectionFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + jint index; + } RemoveAccessibleSelectionFromContextPackage; + + typedef struct SelectAllAccessibleSelectionFromContextPackageTag { + long vmID; + JOBJECT64 AccessibleContext; + } SelectAllAccessibleSelectionFromContextPackage; + + + /** +****************************************************** +* Java Event Notification Registration packages +****************************************************** +*/ + + typedef struct AddJavaEventNotificationPackageTag { + jlong type; + //HWND DLLwindow; + ABHWND64 DLLwindow; + } AddJavaEventNotificationPackage; + + typedef struct RemoveJavaEventNotificationPackageTag { + jlong type; + //HWND DLLwindow; + ABHWND64 DLLwindow; + } RemoveJavaEventNotificationPackage; + + + /** +****************************************************** +* Accessibility Event Notification Registration packages +****************************************************** +*/ + + typedef struct AddAccessibilityEventNotificationPackageTag { + jlong type; + //HWND DLLwindow; + ABHWND64 DLLwindow; + } AddAccessibilityEventNotificationPackage; + + typedef struct RemoveAccessibilityEventNotificationPackageTag { + jlong type; + //HWND DLLwindow; + ABHWND64 DLLwindow; + } RemoveAccessibilityEventNotificationPackage; + + + /** +****************************************************** +* Accessibility Property Change Event packages +****************************************************** +*/ + + typedef struct PropertyCaretChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + jint oldPosition; + jint newPosition; + } PropertyCaretChangePackage; + + typedef struct PropertyDescriptionChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + wchar_t oldDescription[SHORT_STRING_SIZE]; + wchar_t newDescription[SHORT_STRING_SIZE]; + } PropertyDescriptionChangePackage; + + typedef struct PropertyNameChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + wchar_t oldName[SHORT_STRING_SIZE]; + wchar_t newName[SHORT_STRING_SIZE]; + } PropertyNameChangePackage; + + typedef struct PropertySelectionChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } PropertySelectionChangePackage; + + typedef struct PropertyStateChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + wchar_t oldState[SHORT_STRING_SIZE]; + wchar_t newState[SHORT_STRING_SIZE]; + } PropertyStateChangePackage; + + typedef struct PropertyTextChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } PropertyTextChangePackage; + + typedef struct PropertyValueChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + wchar_t oldValue[SHORT_STRING_SIZE]; + wchar_t newValue[SHORT_STRING_SIZE]; + } PropertyValueChangePackage; + + typedef struct PropertyVisibleDataChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } PropertyVisibleDataChangePackage; + + typedef struct PropertyChildChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + JOBJECT64 oldChildAccessibleContext; + JOBJECT64 newChildAccessibleContext; + } PropertyChildChangePackage; + + typedef struct PropertyActiveDescendentChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + JOBJECT64 oldActiveDescendentAccessibleContext; + JOBJECT64 newActiveDescendentAccessibleContext; + } PropertyActiveDescendentChangePackage; + + + // String format for newValue is: + // "type" one of "INSERT", "UPDATE" or "DELETE" + // "firstRow" + // "lastRow" + // "firstColumn" + // "lastColumn" + // + // oldValue is currently unused + // + typedef struct PropertyTableModelChangePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + wchar_t oldValue[SHORT_STRING_SIZE]; + wchar_t newValue[SHORT_STRING_SIZE]; + } PropertyTableModelChangePackage; + + + /** +****************************************************** +* Property Change Event packages +****************************************************** +*/ + + /* + typedef struct PropertyChangePackageTag { + long vmID; + jobject Event; + jobject AccessibleContextSource; + char propertyName[SHORT_STRING_SIZE]; + char oldValue[SHORT_STRING_SIZE]; // PropertyChangeEvent().getOldValue().toString() + char newValue[SHORT_STRING_SIZE]; // PropertyChangeEvent().getNewValue().toString() + } PropertyChangePackage; + */ + + /* + * Java shutdown event package + */ + typedef struct JavaShutdownPackageTag { + long vmID; + } JavaShutdownPackage; + + + /** +****************************************************** +* Focus Event packages +****************************************************** +*/ + + typedef struct FocusGainedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } FocusGainedPackage; + + typedef struct FocusLostPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } FocusLostPackage; + + + /** +****************************************************** +* Caret Event packages +****************************************************** +*/ + + typedef struct CaretUpdatePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } CaretUpdatePackage; + + + /** +****************************************************** +* Mouse Event packages +****************************************************** +*/ + + typedef struct MouseClickedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MouseClickedPackage; + + typedef struct MouseEnteredPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MouseEnteredPackage; + + typedef struct MouseExitedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MouseExitedPackage; + + typedef struct MousePressedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MousePressedPackage; + + typedef struct MouseReleasedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MouseReleasedPackage; + + + /** +****************************************************** +* Menu/PopupMenu Event packages +****************************************************** +*/ + + typedef struct MenuCanceledPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MenuCanceledPackage; + + typedef struct MenuDeselectedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MenuDeselectedPackage; + + typedef struct MenuSelectedPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } MenuSelectedPackage; + + + typedef struct PopupMenuCanceledPackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } PopupMenuCanceledPackage; + + typedef struct PopupMenuWillBecomeInvisiblePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } PopupMenuWillBecomeInvisiblePackage; + + typedef struct PopupMenuWillBecomeVisiblePackageTag { + long vmID; + JOBJECT64 Event; + JOBJECT64 AccessibleContextSource; + } PopupMenuWillBecomeVisiblePackage; + + /** +****************************************************** +* Additional methods for Teton +****************************************************** +*/ + + /** + * Gets the AccessibleName for a component based upon the JAWS algorithm. Returns + * whether successful. + * + * Bug ID 4916682 - Implement JAWS AccessibleName policy + */ + typedef struct GetVirtualAccessibleNamePackageTag { + long vmID; + AccessibleContext accessibleContext; + wchar_t rName[MAX_STRING_SIZE]; + int len; + } GetVirtualAccessibleNamePackage; + + /** + * Request focus for a component. Returns whether successful; + * + * Bug ID 4944757 - requestFocus method needed + */ + typedef struct RequestFocusPackageTag { + long vmID; + AccessibleContext accessibleContext; + } RequestFocusPackage; + + /** + * Selects text between two indices. Selection includes the text at the start index + * and the text at the end index. Returns whether successful; + * + * Bug ID 4944758 - selectTextRange method needed + */ + typedef struct SelectTextRangePackageTag { + long vmID; + AccessibleContext accessibleContext; + jint startIndex; + jint endIndex; + } SelectTextRangePackage; + + /** + * Gets the number of contiguous characters with the same attributes. + * + * Bug ID 4944761 - getTextAttributes between two indices method needed + */ + typedef struct GetTextAttributesInRangePackageTag { + long vmID; + AccessibleContext accessibleContext; + jint startIndex; // start index (inclusive) + jint endIndex; // end index (inclusive) + AccessibleTextAttributesInfo attributes; // character attributes to match + short rLength; // number of contiguous characters with matching attributes + } GetTextAttributesInRangePackage; + +#define MAX_VISIBLE_CHILDREN 256 + + // visible children information + typedef struct VisibleChildenInfoTag { + int returnedChildrenCount; // number of children returned + AccessibleContext children[MAX_VISIBLE_CHILDREN]; // the visible children + } VisibleChildrenInfo; + + // struct for sending a message to get the number of visible children + typedef struct GetVisibleChildrenCountPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // AccessibleContext of parent component + jint rChildrenCount; // visible children count return value + } GetVisibleChildrenCountPackage; + + // struct for sending a message to get the hypertext for an AccessibleContext + // starting at a specified index in the document + typedef struct GetVisibleChildrenPackageTag { + long vmID; // the virtual machine ID + JOBJECT64 accessibleContext; // AccessibleContext of parent component + jint startIndex; // start index for retrieving children + VisibleChildrenInfo rVisibleChildrenInfo; // returned info + BOOL rSuccess; // whether call succeeded + } GetVisibleChildrenPackage; + + /** + * Set the caret to a text position. Returns whether successful; + * + * Bug ID 4944770 - setCaretPosition method needed + */ + typedef struct SetCaretPositionPackageTag { + long vmID; + AccessibleContext accessibleContext; + jint position; + } SetCaretPositionPackage; + + + /** + ****************************************************** + * Wrapping up all of the packages + ****************************************************** + */ + + /** + * What is the type of this package + */ + typedef enum PackageType { + + cMemoryMappedFileCreatedPackage = 0x11000, + + // many of these will go away... + cJavaVMCreatedPackage = 0x10000, + cJavaVMDestroyedPackage, + cWindowsATCreatedPackage, + cWindowsATDestroyedPackage, + cJavaVMPresentNotificationPackage, + cWindowsATPresentNotificationPackage, + + cReleaseJavaObjectPackage = 1, + cGetAccessBridgeVersionPackage = 2, + + cGetAccessibleContextFromHWNDPackage = 0x10, + cIsJavaWindowPackage, + cGetHWNDFromAccessibleContextPackage, + + cGetAccessibleContextAtPackage = 0x100, + cGetAccessibleContextWithFocusPackage, + cGetAccessibleContextInfoPackage, + cGetAccessibleChildFromContextPackage, + cGetAccessibleParentFromContextPackage, + cIsSameObjectPackage, + + cGetAccessibleTextInfoPackage = 0x200, + cGetAccessibleTextItemsPackage, + cGetAccessibleTextSelectionInfoPackage, + cGetAccessibleTextAttributeInfoPackage, + cGetAccessibleTextRectInfoPackage, + cGetAccessibleTextLineBoundsPackage, + cGetAccessibleTextRangePackage, + + cGetCurrentAccessibleValueFromContextPackage = 0x300, + cGetMaximumAccessibleValueFromContextPackage, + cGetMinimumAccessibleValueFromContextPackage, + + cAddAccessibleSelectionFromContextPackage = 0x400, + cClearAccessibleSelectionFromContextPackage, + cGetAccessibleSelectionFromContextPackage, + cGetAccessibleSelectionCountFromContextPackage, + cIsAccessibleChildSelectedFromContextPackage, + cRemoveAccessibleSelectionFromContextPackage, + cSelectAllAccessibleSelectionFromContextPackage, + + cAddJavaEventNotificationPackage = 0x900, + cRemoveJavaEventNotificationPackage, + cAddAccessibilityEventNotificationPackage, + cRemoveAccessibilityEventNotificationPackage, + + cPropertyChangePackage = 0x1000, + + cJavaShutdownPackage = 0x1010, + cFocusGainedPackage, + cFocusLostPackage, + + cCaretUpdatePackage = 0x1020, + + cMouseClickedPackage = 0x1030, + cMouseEnteredPackage, + cMouseExitedPackage, + cMousePressedPackage, + cMouseReleasedPackage, + + cMenuCanceledPackage = 0x1040, + cMenuDeselectedPackage, + cMenuSelectedPackage, + cPopupMenuCanceledPackage, + cPopupMenuWillBecomeInvisiblePackage, + cPopupMenuWillBecomeVisiblePackage, + + cPropertyCaretChangePackage = 0x1100, + cPropertyDescriptionChangePackage, + cPropertyNameChangePackage, + cPropertySelectionChangePackage, + cPropertyStateChangePackage, + cPropertyTextChangePackage, + cPropertyValueChangePackage, + cPropertyVisibleDataChangePackage, + cPropertyChildChangePackage, + cPropertyActiveDescendentChangePackage, + + + // AccessibleTable + cGetAccessibleTableInfoPackage = 0x1200, + cGetAccessibleTableCellInfoPackage, + + cGetAccessibleTableRowHeaderPackage, + cGetAccessibleTableColumnHeaderPackage, + + cGetAccessibleTableRowDescriptionPackage, + cGetAccessibleTableColumnDescriptionPackage, + + cGetAccessibleTableRowSelectionCountPackage, + cIsAccessibleTableRowSelectedPackage, + cGetAccessibleTableRowSelectionsPackage, + + cGetAccessibleTableColumnSelectionCountPackage, + cIsAccessibleTableColumnSelectedPackage, + cGetAccessibleTableColumnSelectionsPackage, + + cGetAccessibleTableRowPackage, + cGetAccessibleTableColumnPackage, + cGetAccessibleTableIndexPackage, + + cPropertyTableModelChangePackage, + + + // AccessibleRelationSet + cGetAccessibleRelationSetPackage = 0x1300, + + // AccessibleHypertext + cGetAccessibleHypertextPackage = 0x1400, + cActivateAccessibleHyperlinkPackage, + cGetAccessibleHyperlinkCountPackage, + cGetAccessibleHypertextExtPackage, + cGetAccessibleHypertextLinkIndexPackage, + cGetAccessibleHyperlinkPackage, + + // Accessible KeyBinding, Icon and Action + cGetAccessibleKeyBindingsPackage = 0x1500, + cGetAccessibleIconsPackage, + cGetAccessibleActionsPackage, + cDoAccessibleActionsPackage, + + // Utility methods + cSetTextContentsPackage = 0x1600, + cGetParentWithRolePackage, + cGetTopLevelObjectPackage, + cGetParentWithRoleElseRootPackage, + cGetObjectDepthPackage, + cGetActiveDescendentPackage, + + // Additional methods for Teton + cGetVirtualAccessibleNamePackage = 0x1700, + cRequestFocusPackage, + cSelectTextRangePackage, + cGetTextAttributesInRangePackage, + cGetSameTextAttributesInRangePackage, + cGetVisibleChildrenCountPackage, + cGetVisibleChildrenPackage, + cSetCaretPositionPackage, + cGetCaretLocationPackage + + + } PackageType; + + + /** + * Union of all package contents + */ + typedef union AllPackagesTag { + + // Initial Rendezvous packages + MemoryMappedFileCreatedPackage memoryMappedFileCreatedPackage; + + JavaVMCreatedPackage javaVMCreatedPackage; + JavaVMDestroyedPackage javaVMDestroyedPackage; + WindowsATCreatedPackage windowsATCreatedPackage; + WindowsATDestroyedPackage windowsATDestroyedPackage; + JavaVMPresentNotificationPackage javaVMPresentNotificationPackage; + WindowsATPresentNotificationPackage windowsATPresentNotificationPackage; + + // Core packages + ReleaseJavaObjectPackage releaseJavaObject; + GetAccessBridgeVersionPackage getAccessBridgeVersion; + + // Window packages + GetAccessibleContextFromHWNDPackage getAccessibleContextFromHWND; + GetHWNDFromAccessibleContextPackage getHWNDFromAccessibleContext; + + // AccessibleContext packages + GetAccessibleContextAtPackage getAccessibleContextAt; + GetAccessibleContextWithFocusPackage getAccessibleContextWithFocus; + GetAccessibleContextInfoPackage getAccessibleContextInfo; + GetAccessibleChildFromContextPackage getAccessibleChildFromContext; + GetAccessibleParentFromContextPackage getAccessibleParentFromContext; + + // AccessibleText packages + GetAccessibleTextInfoPackage getAccessibleTextInfo; + GetAccessibleTextItemsPackage getAccessibleTextItems; + GetAccessibleTextSelectionInfoPackage getAccessibleTextSelectionInfo; + GetAccessibleTextAttributeInfoPackage getAccessibleTextAttributeInfo; + GetAccessibleTextRectInfoPackage getAccessibleTextRectInfo; + GetAccessibleTextLineBoundsPackage getAccessibleTextLineBounds; + GetAccessibleTextRangePackage getAccessibleTextRange; + + // AccessibleValue packages + GetCurrentAccessibleValueFromContextPackage getCurrentAccessibleValueFromContext; + GetMaximumAccessibleValueFromContextPackage getMaximumAccessibleValueFromContext; + GetMinimumAccessibleValueFromContextPackage getMinimumAccessibleValueFromContext; + + // AccessibleSelection packages + AddAccessibleSelectionFromContextPackage addAccessibleSelectionFromContext; + ClearAccessibleSelectionFromContextPackage clearAccessibleSelectionFromContext; + GetAccessibleSelectionFromContextPackage getAccessibleSelectionFromContext; + GetAccessibleSelectionCountFromContextPackage getAccessibleSelectionCountFromContext; + IsAccessibleChildSelectedFromContextPackage isAccessibleChildSelectedFromContext; + RemoveAccessibleSelectionFromContextPackage removeAccessibleSelectionFromContext; + SelectAllAccessibleSelectionFromContextPackage selectAllAccessibleSelectionFromContext; + + // Event Notification Registration packages + AddJavaEventNotificationPackage addJavaEventNotification; + RemoveJavaEventNotificationPackage removeJavaEventNotification; + AddAccessibilityEventNotificationPackage addAccessibilityEventNotification; + RemoveAccessibilityEventNotificationPackage removeAccessibilityEventNotification; + + // Event contents packages + // PropertyChangePackage propertyChange; + PropertyCaretChangePackage propertyCaretChangePackage; + PropertyDescriptionChangePackage propertyDescriptionChangePackage; + PropertyNameChangePackage propertyNameChangePackage; + PropertySelectionChangePackage propertySelectionChangePackage; + PropertyStateChangePackage propertyStateChangePackage; + PropertyTextChangePackage propertyTextChangePackage; + PropertyValueChangePackage propertyValueChangePackage; + PropertyVisibleDataChangePackage propertyVisibleDataChangePackage; + PropertyChildChangePackage propertyChildChangePackage; + PropertyActiveDescendentChangePackage propertyActiveDescendentChangePackage; + + PropertyTableModelChangePackage propertyTableModelChangePackage; + + JavaShutdownPackage JavaShutdown; + FocusGainedPackage focusGained; + FocusLostPackage focusLost; + + CaretUpdatePackage caretUpdate; + + MouseClickedPackage mouseClicked; + MouseEnteredPackage mouseEntered; + MouseExitedPackage mouseExited; + MousePressedPackage mousePressed; + MouseReleasedPackage mouseReleased; + + MenuCanceledPackage menuCanceled; + MenuDeselectedPackage menuDeselected; + MenuSelectedPackage menuSelected; + PopupMenuCanceledPackage popupMenuCanceled; + PopupMenuWillBecomeInvisiblePackage popupMenuWillBecomeInvisible; + PopupMenuWillBecomeVisiblePackage popupMenuWillBecomeVisible; + + // AccessibleRelationSet + GetAccessibleRelationSetPackage getAccessibleRelationSet; + + // AccessibleHypertext + GetAccessibleHypertextPackage _getAccessibleHypertext; + ActivateAccessibleHyperlinkPackage _activateAccessibleHyperlink; + GetAccessibleHyperlinkCountPackage _getAccessibleHyperlinkCount; + GetAccessibleHypertextExtPackage _getAccessibleHypertextExt; + GetAccessibleHypertextLinkIndexPackage _getAccessibleHypertextLinkIndex; + GetAccessibleHyperlinkPackage _getAccessibleHyperlink; + + // Accessible KeyBinding, Icon and Action + GetAccessibleKeyBindingsPackage getAccessibleKeyBindings; + GetAccessibleIconsPackage getAccessibleIcons; + GetAccessibleActionsPackage getAccessibleActions; + DoAccessibleActionsPackage doAccessibleActions; + + // utility methods + SetTextContentsPackage _setTextContents; + GetParentWithRolePackage _getParentWithRole; + GetTopLevelObjectPackage _getTopLevelObject; + GetParentWithRoleElseRootPackage _getParentWithRoleElseRoot; + GetObjectDepthPackage _getObjectDepth; + GetActiveDescendentPackage _getActiveDescendent; + + // Additional methods for Teton + GetVirtualAccessibleNamePackage _getVirtualAccessibleName; + RequestFocusPackage _requestFocus; + SelectTextRangePackage _selectTextRange; + GetTextAttributesInRangePackage _getTextAttributesInRange; + GetVisibleChildrenCountPackage _getVisibleChildrenCount; + GetVisibleChildrenPackage _getVisibleChildren; + SetCaretPositionPackage _setCaretPosition; + + } AllPackages; + + + /** + * Union of all Java-initiated package contents + */ + typedef union JavaInitiatedPackagesTag { + + // Initial Rendezvous packages + JavaVMCreatedPackage javaVMCreatedPackage; + JavaVMDestroyedPackage javaVMDestroyedPackage; + JavaVMPresentNotificationPackage javaVMPresentNotificationPackage; + + // Event contents packages + PropertyCaretChangePackage propertyCaretChangePackage; + PropertyDescriptionChangePackage propertyDescriptionChangePackage; + PropertyNameChangePackage propertyNameChangePackage; + PropertySelectionChangePackage propertySelectionChangePackage; + PropertyStateChangePackage propertyStateChangePackage; + PropertyTextChangePackage propertyTextChangePackage; + PropertyValueChangePackage propertyValueChangePackage; + PropertyVisibleDataChangePackage propertyVisibleDataChangePackage; + PropertyChildChangePackage propertyChildChangePackage; + PropertyActiveDescendentChangePackage propertyActiveDescendentChangePackage; + + PropertyTableModelChangePackage propertyTableModelChangePackage; + + JavaShutdownPackage JavaShutdown; + FocusGainedPackage focusGained; + FocusLostPackage focusLost; + + CaretUpdatePackage caretUpdate; + + MouseClickedPackage mouseClicked; + MouseEnteredPackage mouseEntered; + MouseExitedPackage mouseExited; + MousePressedPackage mousePressed; + MouseReleasedPackage mouseReleased; + + MenuCanceledPackage menuCanceled; + MenuDeselectedPackage menuDeselected; + MenuSelectedPackage menuSelected; + PopupMenuCanceledPackage popupMenuCanceled; + PopupMenuWillBecomeInvisiblePackage popupMenuWillBecomeInvisible; + PopupMenuWillBecomeVisiblePackage popupMenuWillBecomeVisible; + + } JavaInitiatedPackages; + + + /** + * Union of all Windows-initiated package contents + */ + typedef union WindowsInitiatedPackagesTag { + + // Initial Rendezvous packages + MemoryMappedFileCreatedPackage memoryMappedFileCreatedPackage; + + WindowsATCreatedPackage windowsATCreatedPackage; + WindowsATDestroyedPackage windowsATDestroyedPackage; + WindowsATPresentNotificationPackage windowsATPresentNotificationPackage; + + // Core packages + ReleaseJavaObjectPackage releaseJavaObject; + GetAccessBridgeVersionPackage getAccessBridgeVersion; + + // Window packages + GetAccessibleContextFromHWNDPackage getAccessibleContextFromHWND; + GetHWNDFromAccessibleContextPackage getHWNDFromAccessibleContext; + + // AccessibleContext packages + GetAccessibleContextAtPackage getAccessibleContextAt; + GetAccessibleContextWithFocusPackage getAccessibleContextWithFocus; + GetAccessibleContextInfoPackage getAccessibleContextInfo; + GetAccessibleChildFromContextPackage getAccessibleChildFromContext; + GetAccessibleParentFromContextPackage getAccessibleParentFromContext; + + // AccessibleText packages + GetAccessibleTextInfoPackage getAccessibleTextInfo; + GetAccessibleTextItemsPackage getAccessibleTextItems; + GetAccessibleTextSelectionInfoPackage getAccessibleTextSelectionInfo; + GetAccessibleTextAttributeInfoPackage getAccessibleTextAttributeInfo; + GetAccessibleTextRectInfoPackage getAccessibleTextRectInfo; + GetAccessibleTextLineBoundsPackage getAccessibleTextLineBounds; + GetAccessibleTextRangePackage getAccessibleTextRange; + + // AccessibleValue packages + GetCurrentAccessibleValueFromContextPackage getCurrentAccessibleValueFromContext; + GetMaximumAccessibleValueFromContextPackage getMaximumAccessibleValueFromContext; + GetMinimumAccessibleValueFromContextPackage getMinimumAccessibleValueFromContext; + + // AccessibleSelection packages + AddAccessibleSelectionFromContextPackage addAccessibleSelectionFromContext; + ClearAccessibleSelectionFromContextPackage clearAccessibleSelectionFromContext; + GetAccessibleSelectionFromContextPackage getAccessibleSelectionFromContext; + GetAccessibleSelectionCountFromContextPackage getAccessibleSelectionCountFromContext; + IsAccessibleChildSelectedFromContextPackage isAccessibleChildSelectedFromContext; + RemoveAccessibleSelectionFromContextPackage removeAccessibleSelectionFromContext; + SelectAllAccessibleSelectionFromContextPackage selectAllAccessibleSelectionFromContext; + + // Event Notification Registration packages + AddJavaEventNotificationPackage addJavaEventNotification; + RemoveJavaEventNotificationPackage removeJavaEventNotification; + AddAccessibilityEventNotificationPackage addAccessibilityEventNotification; + RemoveAccessibilityEventNotificationPackage removeAccessibilityEventNotification; + + // AccessibleTable + GetAccessibleTableInfoPackage _getAccessibleTableInfo; + GetAccessibleTableCellInfoPackage _getAccessibleTableCellInfo; + + GetAccessibleTableRowHeaderPackage _getAccessibleTableRowHeader; + GetAccessibleTableColumnHeaderPackage _getAccessibleTableColumnHeader; + + GetAccessibleTableRowDescriptionPackage _getAccessibleTableRowDescription; + GetAccessibleTableColumnDescriptionPackage _getAccessibleTableColumnDescription; + + GetAccessibleTableRowSelectionCountPackage _getAccessibleTableRowSelectionCount; + IsAccessibleTableRowSelectedPackage _isAccessibleTableRowSelected; + GetAccessibleTableRowSelectionsPackage _getAccessibleTableRowSelections; + + GetAccessibleTableColumnSelectionCountPackage _getAccessibleTableColumnSelectionCount; + IsAccessibleTableColumnSelectedPackage _isAccessibleTableColumnSelected; + GetAccessibleTableColumnSelectionsPackage _getAccessibleTableColumnSelections; + + GetAccessibleTableRowPackage _getAccessibleTableRow; + GetAccessibleTableColumnPackage _getAccessibleTableColumn; + GetAccessibleTableIndexPackage _getAccessibleTableIndex; + + // AccessibleRelationSet + GetAccessibleRelationSetPackage _getAccessibleRelationSet; + + // Accessible KeyBindings, Icons and Actions + GetAccessibleKeyBindingsPackage _getAccessibleKeyBindings; + GetAccessibleIconsPackage _getAccessibleIcons; + GetAccessibleActionsPackage _getAccessibleActions; + DoAccessibleActionsPackage _doAccessibleActions; + + + IsSameObjectPackage _isSameObject; + + // utility methods + SetTextContentsPackage _setTextContents; + GetParentWithRolePackage _getParentWithRole; + GetTopLevelObjectPackage _getTopLevelObject; + GetParentWithRoleElseRootPackage _getParentWithRoleElseRoot; + GetObjectDepthPackage _getObjectDepth; + GetActiveDescendentPackage _getActiveDescendent; + + // Additional methods for Teton + GetVirtualAccessibleNamePackage _getVirtualAccessibleName; + RequestFocusPackage _requestFocus; + SelectTextRangePackage _selectTextRange; + GetTextAttributesInRangePackage _getTextAttributesInRange; + GetVisibleChildrenCountPackage _getVisibleChildrenCount; + GetVisibleChildrenPackage _getVisibleChildren; + SetCaretPositionPackage _setCaretPosition; + + + } WindowsInitiatedPackages; + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/java/include/win32/jawt_md.h b/java/include/win32/jawt_md.h new file mode 100644 index 0000000000000000000000000000000000000000..7d43ff82737a80aab2fdd4e1128c996020a38bc3 --- /dev/null +++ b/java/include/win32/jawt_md.h @@ -0,0 +1,59 @@ +/* + * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +#ifndef _JAVASOFT_JAWT_MD_H_ +#define _JAVASOFT_JAWT_MD_H_ + +#include +#include "jawt.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * Win32-specific declarations for AWT native interface. + * See notes in jawt.h for an example of use. + */ +typedef struct jawt_Win32DrawingSurfaceInfo { + /* Native window, DDB, or DIB handle */ + union { + HWND hwnd; + HBITMAP hbitmap; + void* pbits; + }; + /* + * This HDC should always be used instead of the HDC returned from + * BeginPaint() or any calls to GetDC(). + */ + HDC hdc; + HPALETTE hpalette; +} JAWT_Win32DrawingSurfaceInfo; + +#ifdef __cplusplus +} +#endif + +#endif /* !_JAVASOFT_JAWT_MD_H_ */ diff --git a/java/include/win32/jni_md.h b/java/include/win32/jni_md.h new file mode 100644 index 0000000000000000000000000000000000000000..f795421937e97d401e599849782f6ac46f8ff70f --- /dev/null +++ b/java/include/win32/jni_md.h @@ -0,0 +1,39 @@ +/* + * Copyright (c) 1996, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +#ifndef _JAVASOFT_JNI_MD_H_ +#define _JAVASOFT_JNI_MD_H_ + +#ifndef JNIEXPORT + #define JNIEXPORT __declspec(dllexport) +#endif +#define JNIIMPORT __declspec(dllimport) +#define JNICALL __stdcall + +typedef int jint; +typedef long long jlong; +typedef signed char jbyte; + +#endif /* !_JAVASOFT_JNI_MD_H_ */ diff --git a/java/legal/jdk.javadoc/LICENSE b/java/legal/jdk.javadoc/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.javadoc/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.javadoc/jquery.md b/java/legal/jdk.javadoc/jquery.md new file mode 100644 index 0000000000000000000000000000000000000000..a763ec6f187407cc62d9e72441be5a2de664c577 --- /dev/null +++ b/java/legal/jdk.javadoc/jquery.md @@ -0,0 +1,26 @@ +## jQuery v3.7.1 + +### jQuery License +``` +jQuery v 3.7.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/java/legal/jdk.javadoc/jqueryUI.md b/java/legal/jdk.javadoc/jqueryUI.md new file mode 100644 index 0000000000000000000000000000000000000000..8bda9d7a85e8514f66523283c2417c8e720a644b --- /dev/null +++ b/java/legal/jdk.javadoc/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/java/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jcmd/ASSEMBLY_EXCEPTION b/java/legal/jdk.jcmd/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jcmd/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jcmd/LICENSE b/java/legal/jdk.jcmd/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jcmd/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jconsole/ASSEMBLY_EXCEPTION b/java/legal/jdk.jconsole/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jconsole/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jconsole/LICENSE b/java/legal/jdk.jconsole/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jconsole/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jdeps/ASSEMBLY_EXCEPTION b/java/legal/jdk.jdeps/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jdeps/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jdeps/LICENSE b/java/legal/jdk.jdeps/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jdeps/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jdi/ASSEMBLY_EXCEPTION b/java/legal/jdk.jdi/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jdi/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jdi/LICENSE b/java/legal/jdk.jdi/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jdi/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION b/java/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jdwp.agent/LICENSE b/java/legal/jdk.jdwp.agent/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jdwp.agent/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jfr/ASSEMBLY_EXCEPTION b/java/legal/jdk.jfr/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jfr/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jfr/LICENSE b/java/legal/jdk.jfr/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jfr/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jlink/ASSEMBLY_EXCEPTION b/java/legal/jdk.jlink/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jlink/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jlink/LICENSE b/java/legal/jdk.jlink/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jlink/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jpackage/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jpackage/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jpackage/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jpackage/ASSEMBLY_EXCEPTION b/java/legal/jdk.jpackage/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jpackage/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jpackage/LICENSE b/java/legal/jdk.jpackage/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jpackage/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jshell/ASSEMBLY_EXCEPTION b/java/legal/jdk.jshell/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jshell/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jshell/LICENSE b/java/legal/jdk.jshell/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jshell/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jsobject/ASSEMBLY_EXCEPTION b/java/legal/jdk.jsobject/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jsobject/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jsobject/LICENSE b/java/legal/jdk.jsobject/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jsobject/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.jstatd/ASSEMBLY_EXCEPTION b/java/legal/jdk.jstatd/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.jstatd/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.jstatd/LICENSE b/java/legal/jdk.jstatd/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.jstatd/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.localedata/ASSEMBLY_EXCEPTION b/java/legal/jdk.localedata/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.localedata/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.localedata/LICENSE b/java/legal/jdk.localedata/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.localedata/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.localedata/cldr.md b/java/legal/jdk.localedata/cldr.md new file mode 100644 index 0000000000000000000000000000000000000000..9f8dd76cd1a19312c5d582f4b462de2c6cadccb0 --- /dev/null +++ b/java/legal/jdk.localedata/cldr.md @@ -0,0 +1 @@ +Please see ..\java.base\cldr.md diff --git a/java/legal/jdk.localedata/thaidict.md b/java/legal/jdk.localedata/thaidict.md new file mode 100644 index 0000000000000000000000000000000000000000..f8b1133ca51d22ad995e6dd34c674f84f804461a --- /dev/null +++ b/java/legal/jdk.localedata/thaidict.md @@ -0,0 +1,31 @@ +## Thai Dictionary + +### Thai Dictionary License +
+
+Copyright (C) 1982 The Royal Institute, Thai Royal Government.
+
+Copyright (C) 1998 National Electronics and Computer Technology Center,
+National Science and Technology Development Agency,
+Ministry of Science Technology and Environment,
+Thai Royal Government.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
diff --git a/java/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.management.agent/ASSEMBLY_EXCEPTION b/java/legal/jdk.management.agent/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.management.agent/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.management.agent/LICENSE b/java/legal/jdk.management.agent/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.management.agent/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION b/java/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.management.jfr/LICENSE b/java/legal/jdk.management.jfr/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.management.jfr/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.management/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.management/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.management/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.management/ASSEMBLY_EXCEPTION b/java/legal/jdk.management/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.management/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.management/LICENSE b/java/legal/jdk.management/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.management/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION b/java/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.naming.dns/LICENSE b/java/legal/jdk.naming.dns/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.naming.dns/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION b/java/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.naming.rmi/LICENSE b/java/legal/jdk.naming.rmi/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.naming.rmi/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.net/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.net/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.net/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.net/ASSEMBLY_EXCEPTION b/java/legal/jdk.net/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.net/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.net/LICENSE b/java/legal/jdk.net/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.net/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION b/java/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.nio.mapmode/LICENSE b/java/legal/jdk.nio.mapmode/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.nio.mapmode/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.sctp/ASSEMBLY_EXCEPTION b/java/legal/jdk.sctp/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.sctp/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.sctp/LICENSE b/java/legal/jdk.sctp/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.sctp/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.security.auth/ASSEMBLY_EXCEPTION b/java/legal/jdk.security.auth/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.security.auth/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.security.auth/LICENSE b/java/legal/jdk.security.auth/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.security.auth/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION b/java/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.security.jgss/LICENSE b/java/legal/jdk.security.jgss/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.security.jgss/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION b/java/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.unsupported.desktop/LICENSE b/java/legal/jdk.unsupported.desktop/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.unsupported.desktop/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.unsupported/ASSEMBLY_EXCEPTION b/java/legal/jdk.unsupported/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.unsupported/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.unsupported/LICENSE b/java/legal/jdk.unsupported/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.unsupported/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION b/java/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.xml.dom/LICENSE b/java/legal/jdk.xml.dom/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.xml.dom/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/java/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO b/java/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000000000000000000000000000000000..3f7e921e056c3a077d3918e124080339632900dd --- /dev/null +++ b/java/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/java/legal/jdk.zipfs/ASSEMBLY_EXCEPTION b/java/legal/jdk.zipfs/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000000000000000000000000000000000..e09f918433611bb1332916d4447ed98414cfc254 --- /dev/null +++ b/java/legal/jdk.zipfs/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/java/legal/jdk.zipfs/LICENSE b/java/legal/jdk.zipfs/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..940481e93ab03af65c55b6d0bc4b115b96d5f74a --- /dev/null +++ b/java/legal/jdk.zipfs/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE